From 4e6804525937b4b0a0fd763cb4e6ec95fc4f8627 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 18 Mar 2026 11:07:17 +0100 Subject: [PATCH] Add Unreal Engine SDK --- ClairObscur/Assertions.inl | 305714 ++++++++++++++++++++++++++++ ClairObscur/NameCollisions.inl | 201 + ClairObscur/PropertyFixup.hpp | 21 + ClairObscur/SDK.hpp | 2279 + ClairObscur/UnrealContainers.hpp | 909 + ClairObscur/UtfN.hpp | 1613 + 6 files changed, 310737 insertions(+) create mode 100644 ClairObscur/Assertions.inl create mode 100644 ClairObscur/NameCollisions.inl create mode 100644 ClairObscur/PropertyFixup.hpp create mode 100644 ClairObscur/SDK.hpp create mode 100644 ClairObscur/UnrealContainers.hpp create mode 100644 ClairObscur/UtfN.hpp diff --git a/ClairObscur/Assertions.inl b/ClairObscur/Assertions.inl new file mode 100644 index 0000000..289d5eb --- /dev/null +++ b/ClairObscur/Assertions.inl @@ -0,0 +1,305714 @@ +#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) == 0x000008, "Wrong size on FName"); \ +static_assert(offsetof(FName, ComparisonIndex) == 0x000000, "Member 'FName::ComparisonIndex' has a wrong offset!"); \ +static_assert(offsetof(FName, Number) == 0x000004, "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) == 0x000010, "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_FTopLevelAssetPath \ +static_assert(alignof(FTopLevelAssetPath) == 0x000004, "Wrong alignment on FTopLevelAssetPath"); \ +static_assert(sizeof(FTopLevelAssetPath) == 0x000010, "Wrong size on FTopLevelAssetPath"); \ +static_assert(offsetof(FTopLevelAssetPath, PackageName) == 0x000000, "Member 'FTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FTopLevelAssetPath, AssetName) == 0x000008, "Member 'FTopLevelAssetPath::AssetName' 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, AssetPath) == 0x000000, "Member 'FSoftObjectPath::AssetPath' 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) == 0x000010, "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) == 0x000028, "Wrong size on FFieldClass"); \ +static_assert(offsetof(FFieldClass, Name) == 0x000000, "Member 'FFieldClass::Name' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, Id) == 0x000008, "Member 'FFieldClass::Id' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, CastFlags) == 0x000010, "Member 'FFieldClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, ClassFlags) == 0x000018, "Member 'FFieldClass::ClassFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, SuperClass) == 0x000020, "Member 'FFieldClass::SuperClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldVariant \ +static_assert(alignof(FFieldVariant) == 0x000008, "Wrong alignment on FFieldVariant"); \ +static_assert(sizeof(FFieldVariant) == 0x000008, "Wrong size on FFieldVariant"); \ +static_assert(offsetof(FFieldVariant, Container) == 0x000000, "Member 'FFieldVariant::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FField \ +static_assert(alignof(FField) == 0x000008, "Wrong alignment on FField"); \ +static_assert(sizeof(FField) == 0x000030, "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) == 0x000018, "Member 'FField::Next' has a wrong offset!"); \ +static_assert(offsetof(FField, Name) == 0x000020, "Member 'FField::Name' has a wrong offset!"); \ +static_assert(offsetof(FField, ObjFlags) == 0x000028, "Member 'FField::ObjFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProperty \ +static_assert(alignof(FProperty) == 0x000008, "Wrong alignment on FProperty"); \ +static_assert(sizeof(FProperty) == 0x000070, "Wrong size on FProperty"); \ +static_assert(offsetof(FProperty, ArrayDim) == 0x000030, "Member 'FProperty::ArrayDim' has a wrong offset!"); \ +static_assert(offsetof(FProperty, ElementSize) == 0x000034, "Member 'FProperty::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FProperty, PropertyFlags) == 0x000038, "Member 'FProperty::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FProperty, Offset) == 0x000044, "Member 'FProperty::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FByteProperty \ +static_assert(alignof(FByteProperty) == 0x000008, "Wrong alignment on FByteProperty"); \ +static_assert(sizeof(FByteProperty) == 0x000078, "Wrong size on FByteProperty"); \ +static_assert(offsetof(FByteProperty, Enum) == 0x000070, "Member 'FByteProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolProperty \ +static_assert(alignof(FBoolProperty) == 0x000008, "Wrong alignment on FBoolProperty"); \ +static_assert(sizeof(FBoolProperty) == 0x000078, "Wrong size on FBoolProperty"); \ +static_assert(offsetof(FBoolProperty, FieldSize) == 0x000070, "Member 'FBoolProperty::FieldSize' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteOffset) == 0x000071, "Member 'FBoolProperty::ByteOffset' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteMask) == 0x000072, "Member 'FBoolProperty::ByteMask' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, FieldMask) == 0x000073, "Member 'FBoolProperty::FieldMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectPropertyBase \ +static_assert(alignof(FObjectPropertyBase) == 0x000008, "Wrong alignment on FObjectPropertyBase"); \ +static_assert(sizeof(FObjectPropertyBase) == 0x000078, "Wrong size on FObjectPropertyBase"); \ +static_assert(offsetof(FObjectPropertyBase, PropertyClass) == 0x000070, "Member 'FObjectPropertyBase::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassProperty \ +static_assert(alignof(FClassProperty) == 0x000008, "Wrong alignment on FClassProperty"); \ +static_assert(sizeof(FClassProperty) == 0x000080, "Wrong size on FClassProperty"); \ +static_assert(offsetof(FClassProperty, MetaClass) == 0x000078, "Member 'FClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructProperty \ +static_assert(alignof(FStructProperty) == 0x000008, "Wrong alignment on FStructProperty"); \ +static_assert(sizeof(FStructProperty) == 0x000078, "Wrong size on FStructProperty"); \ +static_assert(offsetof(FStructProperty, Struct) == 0x000070, "Member 'FStructProperty::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayProperty \ +static_assert(alignof(FArrayProperty) == 0x000008, "Wrong alignment on FArrayProperty"); \ +static_assert(sizeof(FArrayProperty) == 0x000080, "Wrong size on FArrayProperty"); \ +static_assert(offsetof(FArrayProperty, InnerProperty) == 0x000078, "Member 'FArrayProperty::InnerProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateProperty \ +static_assert(alignof(FDelegateProperty) == 0x000008, "Wrong alignment on FDelegateProperty"); \ +static_assert(sizeof(FDelegateProperty) == 0x000078, "Wrong size on FDelegateProperty"); \ +static_assert(offsetof(FDelegateProperty, SignatureFunction) == 0x000070, "Member 'FDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapProperty \ +static_assert(alignof(FMapProperty) == 0x000008, "Wrong alignment on FMapProperty"); \ +static_assert(sizeof(FMapProperty) == 0x000080, "Wrong size on FMapProperty"); \ +static_assert(offsetof(FMapProperty, KeyProperty) == 0x000070, "Member 'FMapProperty::KeyProperty' has a wrong offset!"); \ +static_assert(offsetof(FMapProperty, ValueProperty) == 0x000078, "Member 'FMapProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetProperty \ +static_assert(alignof(FSetProperty) == 0x000008, "Wrong alignment on FSetProperty"); \ +static_assert(sizeof(FSetProperty) == 0x000078, "Wrong size on FSetProperty"); \ +static_assert(offsetof(FSetProperty, ElementProperty) == 0x000070, "Member 'FSetProperty::ElementProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumProperty \ +static_assert(alignof(FEnumProperty) == 0x000008, "Wrong alignment on FEnumProperty"); \ +static_assert(sizeof(FEnumProperty) == 0x000080, "Wrong size on FEnumProperty"); \ +static_assert(offsetof(FEnumProperty, UnderlayingProperty) == 0x000070, "Member 'FEnumProperty::UnderlayingProperty' has a wrong offset!"); \ +static_assert(offsetof(FEnumProperty, Enum) == 0x000078, "Member 'FEnumProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathProperty \ +static_assert(alignof(FFieldPathProperty) == 0x000008, "Wrong alignment on FFieldPathProperty"); \ +static_assert(sizeof(FFieldPathProperty) == 0x000078, "Wrong size on FFieldPathProperty"); \ +static_assert(offsetof(FFieldPathProperty, FieldClass) == 0x000070, "Member 'FFieldPathProperty::FieldClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionalProperty \ +static_assert(alignof(FOptionalProperty) == 0x000008, "Wrong alignment on FOptionalProperty"); \ +static_assert(sizeof(FOptionalProperty) == 0x000078, "Wrong size on FOptionalProperty"); \ +static_assert(offsetof(FOptionalProperty, ValueProperty) == 0x000070, "Member 'FOptionalProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat \ +static_assert(alignof(FQuat) == 0x000010, "Wrong alignment on FQuat"); \ +static_assert(sizeof(FQuat) == 0x000020, "Wrong size on FQuat"); \ +static_assert(offsetof(FQuat, X) == 0x000000, "Member 'FQuat::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Y) == 0x000008, "Member 'FQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Z) == 0x000010, "Member 'FQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat, W) == 0x000018, "Member 'FQuat::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointQuat \ +static_assert(alignof(FInterpCurvePointQuat) == 0x000010, "Wrong alignment on FInterpCurvePointQuat"); \ +static_assert(sizeof(FInterpCurvePointQuat) == 0x000080, "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) == 0x000030, "Member 'FInterpCurvePointQuat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, LeaveTangent) == 0x000050, "Member 'FInterpCurvePointQuat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, InterpMode) == 0x000070, "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_FTopLevelAssetPath \ +static_assert(alignof(FTopLevelAssetPath) == 0x000004, "Wrong alignment on FTopLevelAssetPath"); \ +static_assert(sizeof(FTopLevelAssetPath) == 0x000010, "Wrong size on FTopLevelAssetPath"); \ +static_assert(offsetof(FTopLevelAssetPath, PackageName) == 0x000000, "Member 'FTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FTopLevelAssetPath, AssetName) == 0x000008, "Member 'FTopLevelAssetPath::AssetName' 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, AssetPath) == 0x000000, "Member 'FSoftObjectPath::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000010, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFilter \ +static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ +static_assert(sizeof(FARFilter) == 0x000150, "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, SoftObjectPaths) == 0x000020, "Member 'FARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassPaths) == 0x000040, "Member 'FARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x0000A0, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassPathsExclusionSet) == 0x0000F0, "Member 'FARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursivePaths) == 0x000140, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x000141, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x000142, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector \ +static_assert(alignof(FVector) == 0x000008, "Wrong alignment on FVector"); \ +static_assert(sizeof(FVector) == 0x000018, "Wrong size on FVector"); \ +static_assert(offsetof(FVector, X) == 0x000000, "Member 'FVector::X' has a wrong offset!"); \ +static_assert(offsetof(FVector, Y) == 0x000008, "Member 'FVector::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector, Z) == 0x000010, "Member 'FVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTwoVectors \ +static_assert(alignof(FTwoVectors) == 0x000008, "Wrong alignment on FTwoVectors"); \ +static_assert(sizeof(FTwoVectors) == 0x000030, "Wrong size on FTwoVectors"); \ +static_assert(offsetof(FTwoVectors, v1) == 0x000000, "Member 'FTwoVectors::v1' has a wrong offset!"); \ +static_assert(offsetof(FTwoVectors, v2) == 0x000018, "Member 'FTwoVectors::v2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointTwoVectors \ +static_assert(alignof(FInterpCurvePointTwoVectors) == 0x000008, "Wrong alignment on FInterpCurvePointTwoVectors"); \ +static_assert(sizeof(FInterpCurvePointTwoVectors) == 0x0000A0, "Wrong size on FInterpCurvePointTwoVectors"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InVal) == 0x000000, "Member 'FInterpCurvePointTwoVectors::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, OutVal) == 0x000008, "Member 'FInterpCurvePointTwoVectors::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, ArriveTangent) == 0x000038, "Member 'FInterpCurvePointTwoVectors::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, LeaveTangent) == 0x000068, "Member 'FInterpCurvePointTwoVectors::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InterpMode) == 0x000098, "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_FInterpCurvePointVector \ +static_assert(alignof(FInterpCurvePointVector) == 0x000008, "Wrong alignment on FInterpCurvePointVector"); \ +static_assert(sizeof(FInterpCurvePointVector) == 0x000058, "Wrong size on FInterpCurvePointVector"); \ +static_assert(offsetof(FInterpCurvePointVector, InVal) == 0x000000, "Member 'FInterpCurvePointVector::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, OutVal) == 0x000008, "Member 'FInterpCurvePointVector::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, ArriveTangent) == 0x000020, "Member 'FInterpCurvePointVector::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, LeaveTangent) == 0x000038, "Member 'FInterpCurvePointVector::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, InterpMode) == 0x000050, "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_FVector2D \ +static_assert(alignof(FVector2D) == 0x000008, "Wrong alignment on FVector2D"); \ +static_assert(sizeof(FVector2D) == 0x000010, "Wrong size on FVector2D"); \ +static_assert(offsetof(FVector2D, X) == 0x000000, "Member 'FVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(FVector2D, Y) == 0x000008, "Member 'FVector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointVector2D \ +static_assert(alignof(FInterpCurvePointVector2D) == 0x000008, "Wrong alignment on FInterpCurvePointVector2D"); \ +static_assert(sizeof(FInterpCurvePointVector2D) == 0x000040, "Wrong size on FInterpCurvePointVector2D"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InVal) == 0x000000, "Member 'FInterpCurvePointVector2D::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, OutVal) == 0x000008, "Member 'FInterpCurvePointVector2D::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, ArriveTangent) == 0x000018, "Member 'FInterpCurvePointVector2D::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, LeaveTangent) == 0x000028, "Member 'FInterpCurvePointVector2D::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InterpMode) == 0x000038, "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_FAssetBundleEntry \ +static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ +static_assert(sizeof(FAssetBundleEntry) == 0x000018, "Wrong size on FAssetBundleEntry"); \ +static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ +static_assert(offsetof(FAssetBundleEntry, AssetPaths) == 0x000008, "Member 'FAssetBundleEntry::AssetPaths' 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_FAssetData \ +static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ +static_assert(sizeof(FAssetData) == 0x000068, "Wrong size on FAssetData"); \ +static_assert(offsetof(FAssetData, PackageName) == 0x000000, "Member 'FAssetData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackagePath) == 0x000008, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetName) == 0x000010, "Member 'FAssetData::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClass) == 0x000018, "Member 'FAssetData::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClassPath) == 0x000020, "Member 'FAssetData::AssetClassPath' 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_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_FDateTime \ +static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ +static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ + +#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_FBox \ +static_assert(alignof(FBox) == 0x000008, "Wrong alignment on FBox"); \ +static_assert(sizeof(FBox) == 0x000038, "Wrong size on FBox"); \ +static_assert(offsetof(FBox, min_0) == 0x000000, "Member 'FBox::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBox, max_0) == 0x000018, "Member 'FBox::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBox, IsValid) == 0x000030, "Member 'FBox::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox2D \ +static_assert(alignof(FBox2D) == 0x000008, "Wrong alignment on FBox2D"); \ +static_assert(sizeof(FBox2D) == 0x000028, "Wrong size on FBox2D"); \ +static_assert(offsetof(FBox2D, min_0) == 0x000000, "Member 'FBox2D::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, max_0) == 0x000010, "Member 'FBox2D::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, bIsValid) == 0x000020, "Member 'FBox2D::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2f \ +static_assert(alignof(FVector2f) == 0x000004, "Wrong alignment on FVector2f"); \ +static_assert(sizeof(FVector2f) == 0x000008, "Wrong size on FVector2f"); \ +static_assert(offsetof(FVector2f, X) == 0x000000, "Member 'FVector2f::X' has a wrong offset!"); \ +static_assert(offsetof(FVector2f, Y) == 0x000004, "Member 'FVector2f::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox2f \ +static_assert(alignof(FBox2f) == 0x000004, "Wrong alignment on FBox2f"); \ +static_assert(sizeof(FBox2f) == 0x000014, "Wrong size on FBox2f"); \ +static_assert(offsetof(FBox2f, min_0) == 0x000000, "Member 'FBox2f::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBox2f, max_0) == 0x000008, "Member 'FBox2f::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBox2f, bIsValid) == 0x000010, "Member 'FBox2f::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3d \ +static_assert(alignof(FVector3d) == 0x000008, "Wrong alignment on FVector3d"); \ +static_assert(sizeof(FVector3d) == 0x000018, "Wrong size on FVector3d"); \ +static_assert(offsetof(FVector3d, X) == 0x000000, "Member 'FVector3d::X' has a wrong offset!"); \ +static_assert(offsetof(FVector3d, Y) == 0x000008, "Member 'FVector3d::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector3d, Z) == 0x000010, "Member 'FVector3d::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox3d \ +static_assert(alignof(FBox3d) == 0x000008, "Wrong alignment on FBox3d"); \ +static_assert(sizeof(FBox3d) == 0x000038, "Wrong size on FBox3d"); \ +static_assert(offsetof(FBox3d, min_0) == 0x000000, "Member 'FBox3d::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBox3d, max_0) == 0x000018, "Member 'FBox3d::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBox3d, IsValid) == 0x000030, "Member 'FBox3d::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3f \ +static_assert(alignof(FVector3f) == 0x000004, "Wrong alignment on FVector3f"); \ +static_assert(sizeof(FVector3f) == 0x00000C, "Wrong size on FVector3f"); \ +static_assert(offsetof(FVector3f, X) == 0x000000, "Member 'FVector3f::X' has a wrong offset!"); \ +static_assert(offsetof(FVector3f, Y) == 0x000004, "Member 'FVector3f::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector3f, Z) == 0x000008, "Member 'FVector3f::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox3f \ +static_assert(alignof(FBox3f) == 0x000004, "Wrong alignment on FBox3f"); \ +static_assert(sizeof(FBox3f) == 0x00001C, "Wrong size on FBox3f"); \ +static_assert(offsetof(FBox3f, min_0) == 0x000000, "Member 'FBox3f::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBox3f, max_0) == 0x00000C, "Member 'FBox3f::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBox3f, IsValid) == 0x000018, "Member 'FBox3f::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds \ +static_assert(alignof(FBoxSphereBounds) == 0x000008, "Wrong alignment on FBoxSphereBounds"); \ +static_assert(sizeof(FBoxSphereBounds) == 0x000038, "Wrong size on FBoxSphereBounds"); \ +static_assert(offsetof(FBoxSphereBounds, Origin) == 0x000000, "Member 'FBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, BoxExtent) == 0x000018, "Member 'FBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, SphereRadius) == 0x000030, "Member 'FBoxSphereBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds3d \ +static_assert(alignof(FBoxSphereBounds3d) == 0x000008, "Wrong alignment on FBoxSphereBounds3d"); \ +static_assert(sizeof(FBoxSphereBounds3d) == 0x000038, "Wrong size on FBoxSphereBounds3d"); \ +static_assert(offsetof(FBoxSphereBounds3d, Origin) == 0x000000, "Member 'FBoxSphereBounds3d::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3d, BoxExtent) == 0x000018, "Member 'FBoxSphereBounds3d::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3d, SphereRadius) == 0x000030, "Member 'FBoxSphereBounds3d::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds3f \ +static_assert(alignof(FBoxSphereBounds3f) == 0x000004, "Wrong alignment on FBoxSphereBounds3f"); \ +static_assert(sizeof(FBoxSphereBounds3f) == 0x00001C, "Wrong size on FBoxSphereBounds3f"); \ +static_assert(offsetof(FBoxSphereBounds3f, Origin) == 0x000000, "Member 'FBoxSphereBounds3f::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3f, BoxExtent) == 0x00000C, "Member 'FBoxSphereBounds3f::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3f, SphereRadius) == 0x000018, "Member 'FBoxSphereBounds3f::SphereRadius' 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_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_FDoubleRangeBound \ +static_assert(alignof(FDoubleRangeBound) == 0x000008, "Wrong alignment on FDoubleRangeBound"); \ +static_assert(sizeof(FDoubleRangeBound) == 0x000010, "Wrong size on FDoubleRangeBound"); \ +static_assert(offsetof(FDoubleRangeBound, Type) == 0x000000, "Member 'FDoubleRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FDoubleRangeBound, Value) == 0x000008, "Member 'FDoubleRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleRange \ +static_assert(alignof(FDoubleRange) == 0x000008, "Wrong alignment on FDoubleRange"); \ +static_assert(sizeof(FDoubleRange) == 0x000020, "Wrong size on FDoubleRange"); \ +static_assert(offsetof(FDoubleRange, LowerBound) == 0x000000, "Member 'FDoubleRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FDoubleRange, UpperBound) == 0x000010, "Member 'FDoubleRange::UpperBound' 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_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_FFloatInterval \ +static_assert(alignof(FFloatInterval) == 0x000004, "Wrong alignment on FFloatInterval"); \ +static_assert(sizeof(FFloatInterval) == 0x000008, "Wrong size on FFloatInterval"); \ +static_assert(offsetof(FFloatInterval, min_0) == 0x000000, "Member 'FFloatInterval::min_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatInterval, max_0) == 0x000004, "Member 'FFloatInterval::max_0' has a wrong offset!"); \ + +#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_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_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_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_FInputDeviceId \ +static_assert(alignof(FInputDeviceId) == 0x000004, "Wrong alignment on FInputDeviceId"); \ +static_assert(sizeof(FInputDeviceId) == 0x000004, "Wrong size on FInputDeviceId"); \ +static_assert(offsetof(FInputDeviceId, InternalId) == 0x000000, "Member 'FInputDeviceId::InternalId' 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_0) == 0x000000, "Member 'FInt32Interval::min_0' has a wrong offset!"); \ +static_assert(offsetof(FInt32Interval, max_0) == 0x000004, "Member 'FInt32Interval::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Point \ +static_assert(alignof(FInt32Point) == 0x000004, "Wrong alignment on FInt32Point"); \ +static_assert(sizeof(FInt32Point) == 0x000008, "Wrong size on FInt32Point"); \ +static_assert(offsetof(FInt32Point, X) == 0x000000, "Member 'FInt32Point::X' has a wrong offset!"); \ +static_assert(offsetof(FInt32Point, Y) == 0x000004, "Member 'FInt32Point::Y' 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_FInt32Vector \ +static_assert(alignof(FInt32Vector) == 0x000004, "Wrong alignment on FInt32Vector"); \ +static_assert(sizeof(FInt32Vector) == 0x00000C, "Wrong size on FInt32Vector"); \ +static_assert(offsetof(FInt32Vector, X) == 0x000000, "Member 'FInt32Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector, Y) == 0x000004, "Member 'FInt32Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector, Z) == 0x000008, "Member 'FInt32Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Vector2 \ +static_assert(alignof(FInt32Vector2) == 0x000004, "Wrong alignment on FInt32Vector2"); \ +static_assert(sizeof(FInt32Vector2) == 0x000008, "Wrong size on FInt32Vector2"); \ +static_assert(offsetof(FInt32Vector2, X) == 0x000000, "Member 'FInt32Vector2::X' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector2, Y) == 0x000004, "Member 'FInt32Vector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Vector4 \ +static_assert(alignof(FInt32Vector4) == 0x000004, "Wrong alignment on FInt32Vector4"); \ +static_assert(sizeof(FInt32Vector4) == 0x000010, "Wrong size on FInt32Vector4"); \ +static_assert(offsetof(FInt32Vector4, X) == 0x000000, "Member 'FInt32Vector4::X' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector4, Y) == 0x000004, "Member 'FInt32Vector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector4, Z) == 0x000008, "Member 'FInt32Vector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FInt32Vector4, W) == 0x00000C, "Member 'FInt32Vector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Point \ +static_assert(alignof(FInt64Point) == 0x000008, "Wrong alignment on FInt64Point"); \ +static_assert(sizeof(FInt64Point) == 0x000010, "Wrong size on FInt64Point"); \ +static_assert(offsetof(FInt64Point, X) == 0x000000, "Member 'FInt64Point::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Point, Y) == 0x000008, "Member 'FInt64Point::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector \ +static_assert(alignof(FInt64Vector) == 0x000008, "Wrong alignment on FInt64Vector"); \ +static_assert(sizeof(FInt64Vector) == 0x000018, "Wrong size on FInt64Vector"); \ +static_assert(offsetof(FInt64Vector, X) == 0x000000, "Member 'FInt64Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector, Y) == 0x000008, "Member 'FInt64Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector, Z) == 0x000010, "Member 'FInt64Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector2 \ +static_assert(alignof(FInt64Vector2) == 0x000008, "Wrong alignment on FInt64Vector2"); \ +static_assert(sizeof(FInt64Vector2) == 0x000010, "Wrong size on FInt64Vector2"); \ +static_assert(offsetof(FInt64Vector2, X) == 0x000000, "Member 'FInt64Vector2::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector2, Y) == 0x000008, "Member 'FInt64Vector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector4 \ +static_assert(alignof(FInt64Vector4) == 0x000008, "Wrong alignment on FInt64Vector4"); \ +static_assert(sizeof(FInt64Vector4) == 0x000020, "Wrong size on FInt64Vector4"); \ +static_assert(offsetof(FInt64Vector4, X) == 0x000000, "Member 'FInt64Vector4::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, Y) == 0x000008, "Member 'FInt64Vector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, Z) == 0x000010, "Member 'FInt64Vector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, W) == 0x000018, "Member 'FInt64Vector4::W' 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_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_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_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_FIntVector2 \ +static_assert(alignof(FIntVector2) == 0x000004, "Wrong alignment on FIntVector2"); \ +static_assert(sizeof(FIntVector2) == 0x000008, "Wrong size on FIntVector2"); \ +static_assert(offsetof(FIntVector2, X) == 0x000000, "Member 'FIntVector2::X' has a wrong offset!"); \ +static_assert(offsetof(FIntVector2, Y) == 0x000004, "Member 'FIntVector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntVector4 \ +static_assert(alignof(FIntVector4) == 0x000004, "Wrong alignment on FIntVector4"); \ +static_assert(sizeof(FIntVector4) == 0x000010, "Wrong size on FIntVector4"); \ +static_assert(offsetof(FIntVector4, X) == 0x000000, "Member 'FIntVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FIntVector4, Y) == 0x000004, "Member 'FIntVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FIntVector4, Z) == 0x000008, "Member 'FIntVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FIntVector4, W) == 0x00000C, "Member 'FIntVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlane \ +static_assert(alignof(FPlane) == 0x000010, "Wrong alignment on FPlane"); \ +static_assert(sizeof(FPlane) == 0x000020, "Wrong size on FPlane"); \ +static_assert(offsetof(FPlane, W) == 0x000018, "Member 'FPlane::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix \ +static_assert(alignof(FMatrix) == 0x000010, "Wrong alignment on FMatrix"); \ +static_assert(sizeof(FMatrix) == 0x000080, "Wrong size on FMatrix"); \ +static_assert(offsetof(FMatrix, XPlane) == 0x000000, "Member 'FMatrix::XPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, YPlane) == 0x000020, "Member 'FMatrix::YPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, ZPlane) == 0x000040, "Member 'FMatrix::ZPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, WPlane) == 0x000060, "Member 'FMatrix::WPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlane4d \ +static_assert(alignof(FPlane4d) == 0x000010, "Wrong alignment on FPlane4d"); \ +static_assert(sizeof(FPlane4d) == 0x000020, "Wrong size on FPlane4d"); \ +static_assert(offsetof(FPlane4d, W) == 0x000018, "Member 'FPlane4d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix44d \ +static_assert(alignof(FMatrix44d) == 0x000010, "Wrong alignment on FMatrix44d"); \ +static_assert(sizeof(FMatrix44d) == 0x000080, "Wrong size on FMatrix44d"); \ +static_assert(offsetof(FMatrix44d, XPlane) == 0x000000, "Member 'FMatrix44d::XPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44d, YPlane) == 0x000020, "Member 'FMatrix44d::YPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44d, ZPlane) == 0x000040, "Member 'FMatrix44d::ZPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44d, WPlane) == 0x000060, "Member 'FMatrix44d::WPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlane4f \ +static_assert(alignof(FPlane4f) == 0x000010, "Wrong alignment on FPlane4f"); \ +static_assert(sizeof(FPlane4f) == 0x000010, "Wrong size on FPlane4f"); \ +static_assert(offsetof(FPlane4f, W) == 0x00000C, "Member 'FPlane4f::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix44f \ +static_assert(alignof(FMatrix44f) == 0x000010, "Wrong alignment on FMatrix44f"); \ +static_assert(sizeof(FMatrix44f) == 0x000040, "Wrong size on FMatrix44f"); \ +static_assert(offsetof(FMatrix44f, XPlane) == 0x000000, "Member 'FMatrix44f::XPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44f, YPlane) == 0x000010, "Member 'FMatrix44f::YPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44f, ZPlane) == 0x000020, "Member 'FMatrix44f::ZPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix44f, WPlane) == 0x000030, "Member 'FMatrix44f::WPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrientedBox \ +static_assert(alignof(FOrientedBox) == 0x000008, "Wrong alignment on FOrientedBox"); \ +static_assert(sizeof(FOrientedBox) == 0x000078, "Wrong size on FOrientedBox"); \ +static_assert(offsetof(FOrientedBox, Center) == 0x000000, "Member 'FOrientedBox::Center' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisX) == 0x000018, "Member 'FOrientedBox::AxisX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisY) == 0x000030, "Member 'FOrientedBox::AxisY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisZ) == 0x000048, "Member 'FOrientedBox::AxisZ' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentX) == 0x000060, "Member 'FOrientedBox::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentY) == 0x000068, "Member 'FOrientedBox::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentZ) == 0x000070, "Member 'FOrientedBox::ExtentZ' 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_FPlatformUserId \ +static_assert(alignof(FPlatformUserId) == 0x000004, "Wrong alignment on FPlatformUserId"); \ +static_assert(sizeof(FPlatformUserId) == 0x000004, "Wrong size on FPlatformUserId"); \ +static_assert(offsetof(FPlatformUserId, InternalId) == 0x000000, "Member 'FPlatformUserId::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformInputDeviceState \ +static_assert(alignof(FPlatformInputDeviceState) == 0x000004, "Wrong alignment on FPlatformInputDeviceState"); \ +static_assert(sizeof(FPlatformInputDeviceState) == 0x000008, "Wrong size on FPlatformInputDeviceState"); \ +static_assert(offsetof(FPlatformInputDeviceState, OwningPlatformUser) == 0x000000, "Member 'FPlatformInputDeviceState::OwningPlatformUser' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInputDeviceState, ConnectionState) == 0x000004, "Member 'FPlatformInputDeviceState::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolyglotTextData \ +static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ +static_assert(sizeof(FPolyglotTextData) == 0x0000B0, "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_FPrimaryAssetType \ +static_assert(alignof(FPrimaryAssetType) == 0x000004, "Wrong alignment on FPrimaryAssetType"); \ +static_assert(sizeof(FPrimaryAssetType) == 0x000008, "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) == 0x000010, "Wrong size on FPrimaryAssetId"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetId::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetName) == 0x000008, "Member 'FPrimaryAssetId::PrimaryAssetName' 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_FQuat4d \ +static_assert(alignof(FQuat4d) == 0x000010, "Wrong alignment on FQuat4d"); \ +static_assert(sizeof(FQuat4d) == 0x000020, "Wrong size on FQuat4d"); \ +static_assert(offsetof(FQuat4d, X) == 0x000000, "Member 'FQuat4d::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, Y) == 0x000008, "Member 'FQuat4d::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, Z) == 0x000010, "Member 'FQuat4d::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, W) == 0x000018, "Member 'FQuat4d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat4f \ +static_assert(alignof(FQuat4f) == 0x000010, "Wrong alignment on FQuat4f"); \ +static_assert(sizeof(FQuat4f) == 0x000010, "Wrong size on FQuat4f"); \ +static_assert(offsetof(FQuat4f, X) == 0x000000, "Member 'FQuat4f::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, Y) == 0x000004, "Member 'FQuat4f::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, Z) == 0x000008, "Member 'FQuat4f::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, W) == 0x00000C, "Member 'FQuat4f::W' 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_FRay \ +static_assert(alignof(FRay) == 0x000008, "Wrong alignment on FRay"); \ +static_assert(sizeof(FRay) == 0x000030, "Wrong size on FRay"); \ +static_assert(offsetof(FRay, Origin) == 0x000000, "Member 'FRay::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay, Direction) == 0x000018, "Member 'FRay::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRay3d \ +static_assert(alignof(FRay3d) == 0x000008, "Wrong alignment on FRay3d"); \ +static_assert(sizeof(FRay3d) == 0x000030, "Wrong size on FRay3d"); \ +static_assert(offsetof(FRay3d, Origin) == 0x000000, "Member 'FRay3d::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay3d, Direction) == 0x000018, "Member 'FRay3d::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRay3f \ +static_assert(alignof(FRay3f) == 0x000004, "Wrong alignment on FRay3f"); \ +static_assert(sizeof(FRay3f) == 0x000018, "Wrong size on FRay3f"); \ +static_assert(offsetof(FRay3f, Origin) == 0x000000, "Member 'FRay3f::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay3f, Direction) == 0x00000C, "Member 'FRay3f::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator \ +static_assert(alignof(FRotator) == 0x000008, "Wrong alignment on FRotator"); \ +static_assert(sizeof(FRotator) == 0x000018, "Wrong size on FRotator"); \ +static_assert(offsetof(FRotator, Pitch) == 0x000000, "Member 'FRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Yaw) == 0x000008, "Member 'FRotator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Roll) == 0x000010, "Member 'FRotator::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3d \ +static_assert(alignof(FRotator3d) == 0x000008, "Wrong alignment on FRotator3d"); \ +static_assert(sizeof(FRotator3d) == 0x000018, "Wrong size on FRotator3d"); \ +static_assert(offsetof(FRotator3d, Pitch) == 0x000000, "Member 'FRotator3d::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRotator3d, Yaw) == 0x000008, "Member 'FRotator3d::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRotator3d, Roll) == 0x000010, "Member 'FRotator3d::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3f \ +static_assert(alignof(FRotator3f) == 0x000004, "Wrong alignment on FRotator3f"); \ +static_assert(sizeof(FRotator3f) == 0x00000C, "Wrong size on FRotator3f"); \ +static_assert(offsetof(FRotator3f, Pitch) == 0x000000, "Member 'FRotator3f::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRotator3f, Yaw) == 0x000004, "Member 'FRotator3f::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRotator3f, Roll) == 0x000008, "Member 'FRotator3f::Roll' has a wrong offset!"); \ + +#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_FSphere \ +static_assert(alignof(FSphere) == 0x000008, "Wrong alignment on FSphere"); \ +static_assert(sizeof(FSphere) == 0x000020, "Wrong size on FSphere"); \ +static_assert(offsetof(FSphere, Center) == 0x000000, "Member 'FSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere, W) == 0x000018, "Member 'FSphere::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphere3d \ +static_assert(alignof(FSphere3d) == 0x000008, "Wrong alignment on FSphere3d"); \ +static_assert(sizeof(FSphere3d) == 0x000020, "Wrong size on FSphere3d"); \ +static_assert(offsetof(FSphere3d, Center) == 0x000000, "Member 'FSphere3d::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere3d, W) == 0x000018, "Member 'FSphere3d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphere3f \ +static_assert(alignof(FSphere3f) == 0x000004, "Wrong alignment on FSphere3f"); \ +static_assert(sizeof(FSphere3f) == 0x000010, "Wrong size on FSphere3f"); \ +static_assert(offsetof(FSphere3f, Center) == 0x000000, "Member 'FSphere3f::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere3f, W) == 0x00000C, "Member 'FSphere3f::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateString \ +static_assert(alignof(FTemplateString) == 0x000008, "Wrong alignment on FTemplateString"); \ +static_assert(sizeof(FTemplateString) == 0x000010, "Wrong size on FTemplateString"); \ +static_assert(offsetof(FTemplateString, Template) == 0x000000, "Member 'FTemplateString::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestUndeclaredScriptStructObjectReferencesTest \ +static_assert(alignof(FTestUndeclaredScriptStructObjectReferencesTest) == 0x000008, "Wrong alignment on FTestUndeclaredScriptStructObjectReferencesTest"); \ +static_assert(sizeof(FTestUndeclaredScriptStructObjectReferencesTest) == 0x000058, "Wrong size on FTestUndeclaredScriptStructObjectReferencesTest"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, StrongObjectPointer) == 0x000000, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::StrongObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, SoftObjectPointer) == 0x000008, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::SoftObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, SoftObjectPath) == 0x000030, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, WeakObjectPointer) == 0x000050, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::WeakObjectPointer' 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_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_FTransform \ +static_assert(alignof(FTransform) == 0x000010, "Wrong alignment on FTransform"); \ +static_assert(sizeof(FTransform) == 0x000060, "Wrong size on FTransform"); \ +static_assert(offsetof(FTransform, Rotation) == 0x000000, "Member 'FTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Translation) == 0x000020, "Member 'FTransform::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Scale3D) == 0x000040, "Member 'FTransform::Scale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3d \ +static_assert(alignof(FTransform3d) == 0x000010, "Wrong alignment on FTransform3d"); \ +static_assert(sizeof(FTransform3d) == 0x000060, "Wrong size on FTransform3d"); \ +static_assert(offsetof(FTransform3d, Rotation) == 0x000000, "Member 'FTransform3d::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransform3d, Translation) == 0x000020, "Member 'FTransform3d::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransform3d, Scale3D) == 0x000040, "Member 'FTransform3d::Scale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3f \ +static_assert(alignof(FTransform3f) == 0x000010, "Wrong alignment on FTransform3f"); \ +static_assert(sizeof(FTransform3f) == 0x000030, "Wrong size on FTransform3f"); \ +static_assert(offsetof(FTransform3f, Rotation) == 0x000000, "Member 'FTransform3f::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransform3f, Translation) == 0x000010, "Member 'FTransform3f::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransform3f, Scale3D) == 0x000020, "Member 'FTransform3f::Scale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32Point \ +static_assert(alignof(FUint32Point) == 0x000004, "Wrong alignment on FUint32Point"); \ +static_assert(sizeof(FUint32Point) == 0x000008, "Wrong size on FUint32Point"); \ +static_assert(offsetof(FUint32Point, X) == 0x000000, "Member 'FUint32Point::X' has a wrong offset!"); \ +static_assert(offsetof(FUint32Point, Y) == 0x000004, "Member 'FUint32Point::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32Vector \ +static_assert(alignof(FUint32Vector) == 0x000004, "Wrong alignment on FUint32Vector"); \ +static_assert(sizeof(FUint32Vector) == 0x00000C, "Wrong size on FUint32Vector"); \ +static_assert(offsetof(FUint32Vector, X) == 0x000000, "Member 'FUint32Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector, Y) == 0x000004, "Member 'FUint32Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector, Z) == 0x000008, "Member 'FUint32Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32Vector2 \ +static_assert(alignof(FUint32Vector2) == 0x000004, "Wrong alignment on FUint32Vector2"); \ +static_assert(sizeof(FUint32Vector2) == 0x000008, "Wrong size on FUint32Vector2"); \ +static_assert(offsetof(FUint32Vector2, X) == 0x000000, "Member 'FUint32Vector2::X' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector2, Y) == 0x000004, "Member 'FUint32Vector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32Vector4 \ +static_assert(alignof(FUint32Vector4) == 0x000004, "Wrong alignment on FUint32Vector4"); \ +static_assert(sizeof(FUint32Vector4) == 0x000010, "Wrong size on FUint32Vector4"); \ +static_assert(offsetof(FUint32Vector4, X) == 0x000000, "Member 'FUint32Vector4::X' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector4, Y) == 0x000004, "Member 'FUint32Vector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector4, Z) == 0x000008, "Member 'FUint32Vector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FUint32Vector4, W) == 0x00000C, "Member 'FUint32Vector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64Point \ +static_assert(alignof(FUint64Point) == 0x000008, "Wrong alignment on FUint64Point"); \ +static_assert(sizeof(FUint64Point) == 0x000010, "Wrong size on FUint64Point"); \ +static_assert(offsetof(FUint64Point, X) == 0x000000, "Member 'FUint64Point::X' has a wrong offset!"); \ +static_assert(offsetof(FUint64Point, Y) == 0x000008, "Member 'FUint64Point::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64Vector \ +static_assert(alignof(FUint64Vector) == 0x000008, "Wrong alignment on FUint64Vector"); \ +static_assert(sizeof(FUint64Vector) == 0x000018, "Wrong size on FUint64Vector"); \ +static_assert(offsetof(FUint64Vector, X) == 0x000000, "Member 'FUint64Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector, Y) == 0x000008, "Member 'FUint64Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector, Z) == 0x000010, "Member 'FUint64Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64Vector2 \ +static_assert(alignof(FUint64Vector2) == 0x000008, "Wrong alignment on FUint64Vector2"); \ +static_assert(sizeof(FUint64Vector2) == 0x000010, "Wrong size on FUint64Vector2"); \ +static_assert(offsetof(FUint64Vector2, X) == 0x000000, "Member 'FUint64Vector2::X' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector2, Y) == 0x000008, "Member 'FUint64Vector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64Vector4 \ +static_assert(alignof(FUint64Vector4) == 0x000008, "Wrong alignment on FUint64Vector4"); \ +static_assert(sizeof(FUint64Vector4) == 0x000020, "Wrong size on FUint64Vector4"); \ +static_assert(offsetof(FUint64Vector4, X) == 0x000000, "Member 'FUint64Vector4::X' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector4, Y) == 0x000008, "Member 'FUint64Vector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector4, Z) == 0x000010, "Member 'FUint64Vector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FUint64Vector4, W) == 0x000018, "Member 'FUint64Vector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUintPoint \ +static_assert(alignof(FUintPoint) == 0x000004, "Wrong alignment on FUintPoint"); \ +static_assert(sizeof(FUintPoint) == 0x000008, "Wrong size on FUintPoint"); \ +static_assert(offsetof(FUintPoint, X) == 0x000000, "Member 'FUintPoint::X' has a wrong offset!"); \ +static_assert(offsetof(FUintPoint, Y) == 0x000004, "Member 'FUintPoint::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUintVector \ +static_assert(alignof(FUintVector) == 0x000004, "Wrong alignment on FUintVector"); \ +static_assert(sizeof(FUintVector) == 0x00000C, "Wrong size on FUintVector"); \ +static_assert(offsetof(FUintVector, X) == 0x000000, "Member 'FUintVector::X' has a wrong offset!"); \ +static_assert(offsetof(FUintVector, Y) == 0x000004, "Member 'FUintVector::Y' has a wrong offset!"); \ +static_assert(offsetof(FUintVector, Z) == 0x000008, "Member 'FUintVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUintVector2 \ +static_assert(alignof(FUintVector2) == 0x000004, "Wrong alignment on FUintVector2"); \ +static_assert(sizeof(FUintVector2) == 0x000008, "Wrong size on FUintVector2"); \ +static_assert(offsetof(FUintVector2, X) == 0x000000, "Member 'FUintVector2::X' has a wrong offset!"); \ +static_assert(offsetof(FUintVector2, Y) == 0x000004, "Member 'FUintVector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUintVector4 \ +static_assert(alignof(FUintVector4) == 0x000004, "Wrong alignment on FUintVector4"); \ +static_assert(sizeof(FUintVector4) == 0x000010, "Wrong size on FUintVector4"); \ +static_assert(offsetof(FUintVector4, X) == 0x000000, "Member 'FUintVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FUintVector4, Y) == 0x000004, "Member 'FUintVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FUintVector4, Z) == 0x000008, "Member 'FUintVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FUintVector4, W) == 0x00000C, "Member 'FUintVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4 \ +static_assert(alignof(FVector4) == 0x000010, "Wrong alignment on FVector4"); \ +static_assert(sizeof(FVector4) == 0x000020, "Wrong size on FVector4"); \ +static_assert(offsetof(FVector4, X) == 0x000000, "Member 'FVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Y) == 0x000008, "Member 'FVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Z) == 0x000010, "Member 'FVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FVector4, W) == 0x000018, "Member 'FVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4d \ +static_assert(alignof(FVector4d) == 0x000010, "Wrong alignment on FVector4d"); \ +static_assert(sizeof(FVector4d) == 0x000020, "Wrong size on FVector4d"); \ +static_assert(offsetof(FVector4d, X) == 0x000000, "Member 'FVector4d::X' has a wrong offset!"); \ +static_assert(offsetof(FVector4d, Y) == 0x000008, "Member 'FVector4d::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector4d, Z) == 0x000010, "Member 'FVector4d::Z' has a wrong offset!"); \ +static_assert(offsetof(FVector4d, W) == 0x000018, "Member 'FVector4d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4f \ +static_assert(alignof(FVector4f) == 0x000010, "Wrong alignment on FVector4f"); \ +static_assert(sizeof(FVector4f) == 0x000010, "Wrong size on FVector4f"); \ +static_assert(offsetof(FVector4f, X) == 0x000000, "Member 'FVector4f::X' has a wrong offset!"); \ +static_assert(offsetof(FVector4f, Y) == 0x000004, "Member 'FVector4f::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector4f, Z) == 0x000008, "Member 'FVector4f::Z' has a wrong offset!"); \ +static_assert(offsetof(FVector4f, W) == 0x00000C, "Member 'FVector4f::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertyNodeID \ +static_assert(alignof(FOverriddenPropertyNodeID) == 0x000008, "Wrong alignment on FOverriddenPropertyNodeID"); \ +static_assert(sizeof(FOverriddenPropertyNodeID) == 0x000010, "Wrong size on FOverriddenPropertyNodeID"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Path) == 0x000000, "Member 'FOverriddenPropertyNodeID::Path' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Object) == 0x000008, "Member 'FOverriddenPropertyNodeID::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertyNode \ +static_assert(alignof(FOverriddenPropertyNode) == 0x000008, "Wrong alignment on FOverriddenPropertyNode"); \ +static_assert(sizeof(FOverriddenPropertyNode) == 0x000068, "Wrong size on FOverriddenPropertyNode"); \ +static_assert(offsetof(FOverriddenPropertyNode, NodeID) == 0x000000, "Member 'FOverriddenPropertyNode::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNode, Operation) == 0x000010, "Member 'FOverriddenPropertyNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNode, SubPropertyNodeKeys) == 0x000018, "Member 'FOverriddenPropertyNode::SubPropertyNodeKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertySet \ +static_assert(alignof(FOverriddenPropertySet) == 0x000008, "Wrong alignment on FOverriddenPropertySet"); \ +static_assert(sizeof(FOverriddenPropertySet) == 0x000060, "Wrong size on FOverriddenPropertySet"); \ +static_assert(offsetof(FOverriddenPropertySet, Owner) == 0x000000, "Member 'FOverriddenPropertySet::Owner' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertySet, OverriddenPropertyNodes) == 0x000008, "Member 'FOverriddenPropertySet::OverriddenPropertyNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectCookedMetaDataStore \ +static_assert(alignof(FObjectCookedMetaDataStore) == 0x000008, "Wrong alignment on FObjectCookedMetaDataStore"); \ +static_assert(sizeof(FObjectCookedMetaDataStore) == 0x000050, "Wrong size on FObjectCookedMetaDataStore"); \ +static_assert(offsetof(FObjectCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FObjectCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldCookedMetaDataStore \ +static_assert(alignof(FFieldCookedMetaDataStore) == 0x000008, "Wrong alignment on FFieldCookedMetaDataStore"); \ +static_assert(sizeof(FFieldCookedMetaDataStore) == 0x000050, "Wrong size on FFieldCookedMetaDataStore"); \ +static_assert(offsetof(FFieldCookedMetaDataStore, FieldMetaData) == 0x000000, "Member 'FFieldCookedMetaDataStore::FieldMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructCookedMetaDataStore \ +static_assert(alignof(FStructCookedMetaDataStore) == 0x000008, "Wrong alignment on FStructCookedMetaDataStore"); \ +static_assert(sizeof(FStructCookedMetaDataStore) == 0x0000A0, "Wrong size on FStructCookedMetaDataStore"); \ +static_assert(offsetof(FStructCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FStructCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ +static_assert(offsetof(FStructCookedMetaDataStore, PropertiesMetaData) == 0x000050, "Member 'FStructCookedMetaDataStore::PropertiesMetaData' 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) == 0x000028, "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) == 0x000020, "Member 'UObject::Outer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGCObjectReferencer \ +static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ +static_assert(sizeof(UGCObjectReferencer) == 0x000038, "Wrong size on UGCObjectReferencer"); \ + +#define DUMPER7_ASSERTS_UPropertyWrapper \ +static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ +static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper \ +static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastDelegatePropertyWrapper"); \ + +#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_IEditorPathObjectInterface \ +static_assert(alignof(IEditorPathObjectInterface) == 0x000001, "Wrong alignment on IEditorPathObjectInterface"); \ +static_assert(sizeof(IEditorPathObjectInterface) == 0x000001, "Wrong size on IEditorPathObjectInterface"); \ + +#define DUMPER7_ASSERTS_UTextBuffer \ +static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ +static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ + +#define DUMPER7_ASSERTS_UField \ +static_assert(alignof(UField) == 0x000008, "Wrong alignment on UField"); \ +static_assert(sizeof(UField) == 0x000030, "Wrong size on UField"); \ +static_assert(offsetof(UField, Next) == 0x000028, "Member 'UField::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStruct \ +static_assert(alignof(UStruct) == 0x000008, "Wrong alignment on UStruct"); \ +static_assert(sizeof(UStruct) == 0x0000B0, "Wrong size on UStruct"); \ +static_assert(offsetof(UStruct, SuperStruct) == 0x000040, "Member 'UStruct::SuperStruct' has a wrong offset!"); \ +static_assert(offsetof(UStruct, Children) == 0x000048, "Member 'UStruct::Children' has a wrong offset!"); \ +static_assert(offsetof(UStruct, ChildProperties) == 0x000050, "Member 'UStruct::ChildProperties' has a wrong offset!"); \ +static_assert(offsetof(UStruct, Size) == 0x000058, "Member 'UStruct::Size' has a wrong offset!"); \ +static_assert(offsetof(UStruct, MinAlignment) == 0x00005C, "Member 'UStruct::MinAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScriptStruct \ +static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ +static_assert(sizeof(UScriptStruct) == 0x0000C0, "Wrong size on UScriptStruct"); \ + +#define DUMPER7_ASSERTS_UPackage \ +static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ +static_assert(sizeof(UPackage) == 0x000080, "Wrong size on UPackage"); \ + +#define DUMPER7_ASSERTS_UClass \ +static_assert(alignof(UClass) == 0x000008, "Wrong alignment on UClass"); \ +static_assert(sizeof(UClass) == 0x000200, "Wrong size on UClass"); \ +static_assert(offsetof(UClass, CastFlags) == 0x0000D8, "Member 'UClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(UClass, ClassDefaultObject) == 0x000110, "Member 'UClass::ClassDefaultObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFunction \ +static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ +static_assert(sizeof(UFunction) == 0x0000E0, "Wrong size on UFunction"); \ +static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B0, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ +static_assert(offsetof(UFunction, ExecFunction) == 0x0000D8, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateFunction \ +static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ +static_assert(sizeof(UDelegateFunction) == 0x0000E0, "Wrong size on UDelegateFunction"); \ + +#define DUMPER7_ASSERTS_USparseDelegateFunction \ +static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ +static_assert(sizeof(USparseDelegateFunction) == 0x0000F0, "Wrong size on USparseDelegateFunction"); \ + +#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) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnumCookedMetaData \ +static_assert(alignof(UEnumCookedMetaData) == 0x000008, "Wrong alignment on UEnumCookedMetaData"); \ +static_assert(sizeof(UEnumCookedMetaData) == 0x000078, "Wrong size on UEnumCookedMetaData"); \ +static_assert(offsetof(UEnumCookedMetaData, EnumMetaData) == 0x000028, "Member 'UEnumCookedMetaData::EnumMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructCookedMetaData \ +static_assert(alignof(UStructCookedMetaData) == 0x000008, "Wrong alignment on UStructCookedMetaData"); \ +static_assert(sizeof(UStructCookedMetaData) == 0x0000C8, "Wrong size on UStructCookedMetaData"); \ +static_assert(offsetof(UStructCookedMetaData, StructMetaData) == 0x000028, "Member 'UStructCookedMetaData::StructMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClassCookedMetaData \ +static_assert(alignof(UClassCookedMetaData) == 0x000008, "Wrong alignment on UClassCookedMetaData"); \ +static_assert(sizeof(UClassCookedMetaData) == 0x000118, "Wrong size on UClassCookedMetaData"); \ +static_assert(offsetof(UClassCookedMetaData, ClassMetaData) == 0x000028, "Member 'UClassCookedMetaData::ClassMetaData' has a wrong offset!"); \ +static_assert(offsetof(UClassCookedMetaData, FunctionsMetaData) == 0x0000C8, "Member 'UClassCookedMetaData::FunctionsMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPackageMap \ +static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ +static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ + +#define DUMPER7_ASSERTS_UObjectReachabilityStressData \ +static_assert(alignof(UObjectReachabilityStressData) == 0x000008, "Wrong alignment on UObjectReachabilityStressData"); \ +static_assert(sizeof(UObjectReachabilityStressData) == 0x000038, "Wrong size on UObjectReachabilityStressData"); \ + +#define DUMPER7_ASSERTS_UInstanceDataObjectStruct \ +static_assert(alignof(UInstanceDataObjectStruct) == 0x000008, "Wrong alignment on UInstanceDataObjectStruct"); \ +static_assert(sizeof(UInstanceDataObjectStruct) == 0x0000D0, "Wrong size on UInstanceDataObjectStruct"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ +static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ +static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003C0, "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) == 0x0000C8, "Wrong size on UMetaData"); \ + +#define DUMPER7_ASSERTS_UObjectRedirector \ +static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ +static_assert(sizeof(UObjectRedirector) == 0x000030, "Wrong size on UObjectRedirector"); \ + +#define DUMPER7_ASSERTS_UProperty \ +static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ +static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ + +#define DUMPER7_ASSERTS_UEnumProperty \ +static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ +static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ + +#define DUMPER7_ASSERTS_UArrayProperty \ +static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ +static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ + +#define DUMPER7_ASSERTS_UObjectPropertyBase \ +static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ +static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ + +#define DUMPER7_ASSERTS_UBoolProperty \ +static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ +static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ + +#define DUMPER7_ASSERTS_UNumericProperty \ +static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ +static_assert(sizeof(UNumericProperty) == 0x000070, "Wrong size on UNumericProperty"); \ + +#define DUMPER7_ASSERTS_UByteProperty \ +static_assert(alignof(UByteProperty) == 0x000008, "Wrong alignment on UByteProperty"); \ +static_assert(sizeof(UByteProperty) == 0x000078, "Wrong size on UByteProperty"); \ + +#define DUMPER7_ASSERTS_UObjectProperty \ +static_assert(alignof(UObjectProperty) == 0x000008, "Wrong alignment on UObjectProperty"); \ +static_assert(sizeof(UObjectProperty) == 0x000078, "Wrong size on UObjectProperty"); \ + +#define DUMPER7_ASSERTS_UClassProperty \ +static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ +static_assert(sizeof(UClassProperty) == 0x000080, "Wrong size on UClassProperty"); \ + +#define DUMPER7_ASSERTS_UDelegateProperty \ +static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ +static_assert(sizeof(UDelegateProperty) == 0x000078, "Wrong size on UDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UDoubleProperty \ +static_assert(alignof(UDoubleProperty) == 0x000008, "Wrong alignment on UDoubleProperty"); \ +static_assert(sizeof(UDoubleProperty) == 0x000070, "Wrong size on UDoubleProperty"); \ + +#define DUMPER7_ASSERTS_UFloatProperty \ +static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ +static_assert(sizeof(UFloatProperty) == 0x000070, "Wrong size on UFloatProperty"); \ + +#define DUMPER7_ASSERTS_UIntProperty \ +static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ +static_assert(sizeof(UIntProperty) == 0x000070, "Wrong size on UIntProperty"); \ + +#define DUMPER7_ASSERTS_UInt8Property \ +static_assert(alignof(UInt8Property) == 0x000008, "Wrong alignment on UInt8Property"); \ +static_assert(sizeof(UInt8Property) == 0x000070, "Wrong size on UInt8Property"); \ + +#define DUMPER7_ASSERTS_UInt16Property \ +static_assert(alignof(UInt16Property) == 0x000008, "Wrong alignment on UInt16Property"); \ +static_assert(sizeof(UInt16Property) == 0x000070, "Wrong size on UInt16Property"); \ + +#define DUMPER7_ASSERTS_UInt64Property \ +static_assert(alignof(UInt64Property) == 0x000008, "Wrong alignment on UInt64Property"); \ +static_assert(sizeof(UInt64Property) == 0x000070, "Wrong size on UInt64Property"); \ + +#define DUMPER7_ASSERTS_UInterfaceProperty \ +static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ +static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ + +#define DUMPER7_ASSERTS_ULazyObjectProperty \ +static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ +static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ + +#define DUMPER7_ASSERTS_UMapProperty \ +static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ +static_assert(sizeof(UMapProperty) == 0x000098, "Wrong size on UMapProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegateProperty \ +static_assert(alignof(UMulticastDelegateProperty) == 0x000008, "Wrong alignment on UMulticastDelegateProperty"); \ +static_assert(sizeof(UMulticastDelegateProperty) == 0x000078, "Wrong size on UMulticastDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ +static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ +static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastSparseDelegateProperty \ +static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ +static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UNameProperty \ +static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ +static_assert(sizeof(UNameProperty) == 0x000070, "Wrong size on UNameProperty"); \ + +#define DUMPER7_ASSERTS_USetProperty \ +static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ +static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ + +#define DUMPER7_ASSERTS_USoftObjectProperty \ +static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ +static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ + +#define DUMPER7_ASSERTS_USoftClassProperty \ +static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ +static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ + +#define DUMPER7_ASSERTS_UStrProperty \ +static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ +static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ + +#define DUMPER7_ASSERTS_UStructProperty \ +static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ +static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ + +#define DUMPER7_ASSERTS_UUInt16Property \ +static_assert(alignof(UUInt16Property) == 0x000008, "Wrong alignment on UUInt16Property"); \ +static_assert(sizeof(UUInt16Property) == 0x000070, "Wrong size on UUInt16Property"); \ + +#define DUMPER7_ASSERTS_UUInt32Property \ +static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ +static_assert(sizeof(UUInt32Property) == 0x000070, "Wrong size on UUInt32Property"); \ + +#define DUMPER7_ASSERTS_UUInt64Property \ +static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ +static_assert(sizeof(UUInt64Property) == 0x000070, "Wrong size on UUInt64Property"); \ + +#define DUMPER7_ASSERTS_UWeakObjectProperty \ +static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ +static_assert(sizeof(UWeakObjectProperty) == 0x000078, "Wrong size on UWeakObjectProperty"); \ + +#define DUMPER7_ASSERTS_UTextProperty \ +static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ +static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper \ +static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData) == 0x000670, "Wrong size on ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_157) == 0x000004, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_157' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_158) == 0x00000C, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_158' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_159) == 0x000014, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_159' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_160) == 0x000018, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_160' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_161) == 0x000020, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_161' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_162) == 0x000024, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_162' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_163) == 0x00002C, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_163' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_164) == 0x000030, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_164' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_165) == 0x000038, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_165' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __StructProperty_166) == 0x00003C, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__StructProperty_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_167) == 0x000068, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_168) == 0x000070, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __FloatProperty_169) == 0x000074, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__FloatProperty_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __BoolProperty_170) == 0x000078, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__BoolProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __FloatProperty_171) == 0x00007C, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__FloatProperty_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __FloatProperty_172) == 0x000080, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__FloatProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __BoolProperty_173) == 0x000084, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__BoolProperty_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __EnumProperty_174) == 0x000085, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__EnumProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __ByteProperty_175) == 0x000086, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__ByteProperty_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_176) == 0x000088, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_177) == 0x000090, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_178) == 0x000098, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __IntProperty_179) == 0x0000A0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__IntProperty_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, __StructProperty_180) == 0x0000A8, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::__StructProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000C8, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000148, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000160, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x000190, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0001C0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x0001F0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000220, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000250, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000280, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0002B0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x0002E0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000310, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000340, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x000370, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0003A0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x0003D0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x000400, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x000430, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000460, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x000490, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0004C0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x0004F0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000520, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000550, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000580, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0005B0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x0005E0, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000610, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000640, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData) == 0x000010, "Wrong size on ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00000C, "Member 'ABP_Climbing_V2::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2_C_AnimGraph \ +static_assert(alignof(ABP_Climbing_V2_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Climbing_V2_C_AnimGraph"); \ +static_assert(sizeof(ABP_Climbing_V2_C_AnimGraph) == 0x000010, "Wrong size on ABP_Climbing_V2_C_AnimGraph"); \ +static_assert(offsetof(ABP_Climbing_V2_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Climbing_V2_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Climbing_V2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Climbing_V2_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Climbing_V2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Climbing_V2_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Climbing_V2_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Climbing_V2_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2 \ +static_assert(alignof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2) == 0x000008, "Wrong alignment on ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2"); \ +static_assert(sizeof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2) == 0x0001B8, "Wrong size on ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, EntryPoint) == 0x000000, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable) == 0x000005, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_1) == 0x000006, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000007, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00000A, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_2) == 0x00000B, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000C, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000D, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000E, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00000F, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable) == 0x000010, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_1) == 0x000018, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_2) == 0x000020, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_3) == 0x000028, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_4) == 0x000030, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_5) == 0x000038, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_6) == 0x000040, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_7) == 0x000048, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_8) == 0x000050, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_9) == 0x000058, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_3) == 0x000060, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_Select_Default) == 0x000068, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_10) == 0x000070, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_11) == 0x000078, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_12) == 0x000080, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_13) == 0x000088, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_14) == 0x000090, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_15) == 0x000098, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_16) == 0x0000A0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_17) == 0x0000A8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_18) == 0x0000B0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_19) == 0x0000B8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_4) == 0x0000C0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_20) == 0x0000C8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_21) == 0x0000D0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_22) == 0x0000D8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_23) == 0x0000E0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_24) == 0x0000E8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_25) == 0x0000F0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_26) == 0x0000F8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_27) == 0x000100, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_28) == 0x000108, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_29) == 0x000110, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_5) == 0x000118, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_6) == 0x000119, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_Select_Default_1) == 0x000120, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_Select_Default_2) == 0x000128, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_30) == 0x000130, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_31) == 0x000138, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_32) == 0x000140, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_33) == 0x000148, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_34) == 0x000150, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_35) == 0x000158, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_36) == 0x000160, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_37) == 0x000168, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_38) == 0x000170, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_object_Variable_39) == 0x000178, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_object_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, Temp_byte_Variable_7) == 0x000180, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_Select_Default_3) == 0x000188, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_Event_DeltaTimeX) == 0x000190, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000198, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, CallFunc_GetComponentByClass_ReturnValue) == 0x0001A0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_StructMemberSet___FloatProperty_ImplicitCast) == 0x0001A8, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_StructMemberSet___FloatProperty_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_StructMemberSet___FloatProperty_0_ImplicitCast) == 0x0001AC, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_StructMemberSet___FloatProperty_0_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2, K2Node_StructMemberSet___FloatProperty_1_ImplicitCast) == 0x0001B0, "Member 'ABP_Climbing_V2_C_ExecuteUbergraph_ABP_Climbing_V2::K2Node_StructMemberSet___FloatProperty_1_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2_C_GetAnimationPlayRate \ +static_assert(alignof(ABP_Climbing_V2_C_GetAnimationPlayRate) == 0x000008, "Wrong alignment on ABP_Climbing_V2_C_GetAnimationPlayRate"); \ +static_assert(sizeof(ABP_Climbing_V2_C_GetAnimationPlayRate) == 0x000010, "Wrong size on ABP_Climbing_V2_C_GetAnimationPlayRate"); \ +static_assert(offsetof(ABP_Climbing_V2_C_GetAnimationPlayRate, ReturnValue) == 0x000000, "Member 'ABP_Climbing_V2_C_GetAnimationPlayRate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_GetAnimationPlayRate, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Climbing_V2_C_GetAnimationPlayRate::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Climbing_V2_C_UpdateClimbingComponentData \ +static_assert(alignof(ABP_Climbing_V2_C_UpdateClimbingComponentData) == 0x000008, "Wrong alignment on ABP_Climbing_V2_C_UpdateClimbingComponentData"); \ +static_assert(sizeof(ABP_Climbing_V2_C_UpdateClimbingComponentData) == 0x000020, "Wrong size on ABP_Climbing_V2_C_UpdateClimbingComponentData"); \ +static_assert(offsetof(ABP_Climbing_V2_C_UpdateClimbingComponentData, CallFunc_GetDistanceToNextClimbingElement_Value) == 0x000000, "Member 'ABP_Climbing_V2_C_UpdateClimbingComponentData::CallFunc_GetDistanceToNextClimbingElement_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_UpdateClimbingComponentData, CallFunc_GetClimbingState_ClimbingState) == 0x000008, "Member 'ABP_Climbing_V2_C_UpdateClimbingComponentData::CallFunc_GetClimbingState_ClimbingState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_UpdateClimbingComponentData, CallFunc_GetTimeToPerformStateChange_Value) == 0x000010, "Member 'ABP_Climbing_V2_C_UpdateClimbingComponentData::CallFunc_GetTimeToPerformStateChange_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_Climbing_V2_C_UpdateClimbingComponentData, CallFunc_GetClimbingDirection_ClimbingDirection) == 0x000018, "Member 'ABP_Climbing_V2_C_UpdateClimbingComponentData::CallFunc_GetClimbingDirection_ClimbingDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Climbing_V2_C \ +static_assert(alignof(UABP_Climbing_V2_C) == 0x000010, "Wrong alignment on UABP_Climbing_V2_C"); \ +static_assert(sizeof(UABP_Climbing_V2_C) == 0x000990, "Wrong size on UABP_Climbing_V2_C"); \ +static_assert(offsetof(UABP_Climbing_V2_C, UberGraphFrame) == 0x000370, "Member 'UABP_Climbing_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Climbing_V2_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimBlueprintExtension_PropertyAccess) == 0x000388, "Member 'UABP_Climbing_V2_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimBlueprintExtension_Base) == 0x000390, "Member 'UABP_Climbing_V2_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_Root) == 0x000398, "Member 'UABP_Climbing_V2_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_Slot) == 0x0003B8, "Member 'UABP_Climbing_V2_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_11) == 0x000400, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_10) == 0x000428, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_9) == 0x000450, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_8) == 0x000478, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_7) == 0x0004A0, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_6) == 0x0004C8, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_5) == 0x0004F0, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_4) == 0x000518, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_3) == 0x000540, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_2) == 0x000568, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult_1) == 0x000590, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_SequencePlayer_3) == 0x0005B8, "Member 'UABP_Climbing_V2_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult_5) == 0x000600, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_SequencePlayer_2) == 0x000620, "Member 'UABP_Climbing_V2_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult_4) == 0x000668, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_BlendSpacePlayer_1) == 0x000688, "Member 'UABP_Climbing_V2_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult_3) == 0x0006F8, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_TransitionResult) == 0x000718, "Member 'UABP_Climbing_V2_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_SequencePlayer_1) == 0x000740, "Member 'UABP_Climbing_V2_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult_2) == 0x000788, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_SequencePlayer) == 0x0007A8, "Member 'UABP_Climbing_V2_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult_1) == 0x0007F0, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_BlendSpacePlayer) == 0x000810, "Member 'UABP_Climbing_V2_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateResult) == 0x000880, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, AnimGraphNode_StateMachine) == 0x0008A0, "Member 'UABP_Climbing_V2_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, ClimbingState) == 0x000968, "Member 'UABP_Climbing_V2_C::ClimbingState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, ClimbingDirection) == 0x000969, "Member 'UABP_Climbing_V2_C::ClimbingDirection' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, DistanceToNextHold) == 0x000970, "Member 'UABP_Climbing_V2_C::DistanceToNextHold' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, DistanceAboveWhichAHoldIsLong) == 0x000978, "Member 'UABP_Climbing_V2_C::DistanceAboveWhichAHoldIsLong' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, ClimbingComponentReference) == 0x000980, "Member 'UABP_Climbing_V2_C::ClimbingComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UABP_Climbing_V2_C, TimeToPerformAnimation) == 0x000988, "Member 'UABP_Climbing_V2_C::TimeToPerformAnimation' 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) == 0x000008, "Member 'FPoseLinkBase::LinkID' 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_FAnimNode_Base \ +static_assert(alignof(FAnimNode_Base) == 0x000008, "Wrong alignment on FAnimNode_Base"); \ +static_assert(sizeof(FAnimNode_Base) == 0x000010, "Wrong size on FAnimNode_Base"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ConvertComponentToLocalSpace \ +static_assert(alignof(FAnimNode_ConvertComponentToLocalSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(sizeof(FAnimNode_ConvertComponentToLocalSpace) == 0x000020, "Wrong size on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(offsetof(FAnimNode_ConvertComponentToLocalSpace, ComponentPose) == 0x000010, "Member 'FAnimNode_ConvertComponentToLocalSpace::ComponentPose' 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_FInputDevicePropertyHandle \ +static_assert(alignof(FInputDevicePropertyHandle) == 0x000004, "Wrong alignment on FInputDevicePropertyHandle"); \ +static_assert(sizeof(FInputDevicePropertyHandle) == 0x000004, "Wrong size on FInputDevicePropertyHandle"); \ +static_assert(offsetof(FInputDevicePropertyHandle, InternalId) == 0x000000, "Member 'FInputDevicePropertyHandle::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000070, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ActiveDeviceProperties) == 0x000020, "Member 'FActiveForceFeedbackEffect::ActiveDeviceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFormatArgumentData \ +static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ +static_assert(sizeof(FFormatArgumentData) == 0x000048, "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) == 0x000028, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueDouble) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueDouble' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000040, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPieFixupStructWithSoftObjectPath \ +static_assert(alignof(FPieFixupStructWithSoftObjectPath) == 0x000008, "Wrong alignment on FPieFixupStructWithSoftObjectPath"); \ +static_assert(sizeof(FPieFixupStructWithSoftObjectPath) == 0x000048, "Wrong size on FPieFixupStructWithSoftObjectPath"); \ +static_assert(offsetof(FPieFixupStructWithSoftObjectPath, Path) == 0x000000, "Member 'FPieFixupStructWithSoftObjectPath::Path' has a wrong offset!"); \ +static_assert(offsetof(FPieFixupStructWithSoftObjectPath, TypedPtr) == 0x000020, "Member 'FPieFixupStructWithSoftObjectPath::TypedPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AssetPlayerRelevancyBase \ +static_assert(alignof(FAnimNode_AssetPlayerRelevancyBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerRelevancyBase"); \ +static_assert(sizeof(FAnimNode_AssetPlayerRelevancyBase) == 0x000010, "Wrong size on FAnimNode_AssetPlayerRelevancyBase"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AssetPlayerBase \ +static_assert(alignof(FAnimNode_AssetPlayerBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerBase"); \ +static_assert(sizeof(FAnimNode_AssetPlayerBase) == 0x000038, "Wrong size on FAnimNode_AssetPlayerBase"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, BlendWeight) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000024, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000038, "Wrong size on FInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FChaosRemovalEvent \ +static_assert(alignof(FChaosRemovalEvent) == 0x000008, "Wrong alignment on FChaosRemovalEvent"); \ +static_assert(sizeof(FChaosRemovalEvent) == 0x000028, "Wrong size on FChaosRemovalEvent"); \ +static_assert(offsetof(FChaosRemovalEvent, Component) == 0x000000, "Member 'FChaosRemovalEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEvent, Location) == 0x000008, "Member 'FChaosRemovalEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEvent, Mass) == 0x000020, "Member 'FChaosRemovalEvent::Mass' 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_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_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_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_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_FBoneFilter \ +static_assert(alignof(FBoneFilter) == 0x000004, "Wrong alignment on FBoneFilter"); \ +static_assert(sizeof(FBoneFilter) == 0x00000C, "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_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_FSkeletalMeshLODGroupSettings \ +static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ +static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000090, "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, SectionsToPrioritize) == 0x000030, "Member 'FSkeletalMeshLODGroupSettings::SectionsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, WeightOfPrioritization) == 0x000040, "Member 'FSkeletalMeshLODGroupSettings::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000048, "Member 'FSkeletalMeshLODGroupSettings::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000050, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, bAllowMeshDeformer) == 0x00008C, "Member 'FSkeletalMeshLODGroupSettings::bAllowMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInput \ +static_assert(alignof(FMaterialInput) == 0x000008, "Wrong alignment on FMaterialInput"); \ +static_assert(sizeof(FMaterialInput) == 0x000028, "Wrong size on FMaterialInput"); \ +static_assert(offsetof(FMaterialInput, Expression) == 0x000000, "Member 'FMaterialInput::Expression' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, OutputIndex) == 0x000008, "Member 'FMaterialInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, InputName) == 0x00000C, "Member 'FMaterialInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, Mask) == 0x000014, "Member 'FMaterialInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskR) == 0x000018, "Member 'FMaterialInput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskG) == 0x00001C, "Member 'FMaterialInput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskB) == 0x000020, "Member 'FMaterialInput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskA) == 0x000024, "Member 'FMaterialInput::MaskA' 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_FSkeletalMeshComponentClothTickFunction \ +static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ + +#define DUMPER7_ASSERTS_FColorMaterialInput \ +static_assert(alignof(FColorMaterialInput) == 0x000008, "Wrong alignment on FColorMaterialInput"); \ +static_assert(sizeof(FColorMaterialInput) == 0x000030, "Wrong size on FColorMaterialInput"); \ +static_assert(offsetof(FColorMaterialInput, Constant) == 0x00002C, "Member 'FColorMaterialInput::Constant' 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) == 0x00000C, "Member 'FEmitterDynamicParameter::ValueMethod' has a wrong offset!"); \ +static_assert(offsetof(FEmitterDynamicParameter, ParamValue) == 0x000018, "Member 'FEmitterDynamicParameter::ParamValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionParameterBase \ +static_assert(alignof(FCollectionParameterBase) == 0x000004, "Wrong alignment on FCollectionParameterBase"); \ +static_assert(sizeof(FCollectionParameterBase) == 0x000018, "Wrong size on FCollectionParameterBase"); \ +static_assert(offsetof(FCollectionParameterBase, ParameterName) == 0x000000, "Member 'FCollectionParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionParameterBase, ID) == 0x000008, "Member 'FCollectionParameterBase::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVectorParameter \ +static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ +static_assert(sizeof(FCollectionVectorParameter) == 0x000028, "Wrong size on FCollectionVectorParameter"); \ +static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x000018, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionInput \ +static_assert(alignof(FExpressionInput) == 0x000008, "Wrong alignment on FExpressionInput"); \ +static_assert(sizeof(FExpressionInput) == 0x000028, "Wrong size on FExpressionInput"); \ +static_assert(offsetof(FExpressionInput, Expression) == 0x000000, "Member 'FExpressionInput::Expression' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000008, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, InputName) == 0x00000C, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, Mask) == 0x000014, "Member 'FExpressionInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskR) == 0x000018, "Member 'FExpressionInput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskG) == 0x00001C, "Member 'FExpressionInput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskB) == 0x000020, "Member 'FExpressionInput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskA) == 0x000024, "Member 'FExpressionInput::MaskA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimExecutionContext \ +static_assert(alignof(FAnimExecutionContext) == 0x000008, "Wrong alignment on FAnimExecutionContext"); \ +static_assert(sizeof(FAnimExecutionContext) == 0x000010, "Wrong size on FAnimExecutionContext"); \ + +#define DUMPER7_ASSERTS_FAnimComponentSpacePoseContext \ +static_assert(alignof(FAnimComponentSpacePoseContext) == 0x000008, "Wrong alignment on FAnimComponentSpacePoseContext"); \ +static_assert(sizeof(FAnimComponentSpacePoseContext) == 0x000010, "Wrong size on FAnimComponentSpacePoseContext"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000028, "Wrong size on FSpriteCategoryInfo"); \ +static_assert(offsetof(FSpriteCategoryInfo, Category) == 0x000000, "Member 'FSpriteCategoryInfo::Category' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, DisplayName) == 0x000008, "Member 'FSpriteCategoryInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, Description) == 0x000018, "Member 'FSpriteCategoryInfo::Description' 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_FVectorAnimationAttribute \ +static_assert(alignof(FVectorAnimationAttribute) == 0x000008, "Wrong alignment on FVectorAnimationAttribute"); \ +static_assert(sizeof(FVectorAnimationAttribute) == 0x000018, "Wrong size on FVectorAnimationAttribute"); \ +static_assert(offsetof(FVectorAnimationAttribute, Value) == 0x000000, "Member 'FVectorAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionOutput \ +static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ +static_assert(sizeof(FExpressionOutput) == 0x00001C, "Wrong size on FExpressionOutput"); \ +static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, Mask) == 0x000008, "Member 'FExpressionOutput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskR) == 0x00000C, "Member 'FExpressionOutput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskG) == 0x000010, "Member 'FExpressionOutput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskB) == 0x000014, "Member 'FExpressionOutput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskA) == 0x000018, "Member 'FExpressionOutput::MaskA' 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) == 0x000030, "Wrong size on FConvolutionBloomSettings"); \ +static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, ScatterDispersion) == 0x000008, "Member 'FConvolutionBloomSettings::ScatterDispersion' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x00000C, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x000010, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000020, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000024, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x000028, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x00002C, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensBloomSettings \ +static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ +static_assert(sizeof(FLensBloomSettings) == 0x0000C0, "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) == 0x0000B8, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableMetaDataEntry \ +static_assert(alignof(FBPVariableMetaDataEntry) == 0x000008, "Wrong alignment on FBPVariableMetaDataEntry"); \ +static_assert(sizeof(FBPVariableMetaDataEntry) == 0x000018, "Wrong size on FBPVariableMetaDataEntry"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataKey) == 0x000000, "Member 'FBPVariableMetaDataEntry::DataKey' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataValue) == 0x000008, "Member 'FBPVariableMetaDataEntry::DataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleMemberReference \ +static_assert(alignof(FSimpleMemberReference) == 0x000008, "Wrong alignment on FSimpleMemberReference"); \ +static_assert(sizeof(FSimpleMemberReference) == 0x000020, "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) == 0x000010, "Member 'FSimpleMemberReference::MemberGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphTerminalType \ +static_assert(alignof(FEdGraphTerminalType) == 0x000004, "Wrong alignment on FEdGraphTerminalType"); \ +static_assert(sizeof(FEdGraphTerminalType) == 0x00001C, "Wrong size on FEdGraphTerminalType"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalCategory) == 0x000000, "Member 'FEdGraphTerminalType::TerminalCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategory) == 0x000008, "Member 'FEdGraphTerminalType::TerminalSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategoryObject) == 0x000010, "Member 'FEdGraphTerminalType::TerminalSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsConst) == 0x000018, "Member 'FEdGraphTerminalType::bTerminalIsConst' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsWeakPointer) == 0x000019, "Member 'FEdGraphTerminalType::bTerminalIsWeakPointer' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsUObjectWrapper) == 0x00001A, "Member 'FEdGraphTerminalType::bTerminalIsUObjectWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphPinType \ +static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ +static_assert(sizeof(FEdGraphPinType) == 0x000058, "Wrong size on FEdGraphPinType"); \ +static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x000008, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000010, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000038, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x000054, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000C8, "Wrong size on FBPVariableDescription"); \ +static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x000008, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarType) == 0x000018, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000070, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, Category) == 0x000080, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x000090, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x000098, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A0, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000A8, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000B8, "Member 'FBPVariableDescription::DefaultValue' 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_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_FDeviceTriggerTriggerVibrationData \ +static_assert(alignof(FDeviceTriggerTriggerVibrationData) == 0x000008, "Wrong alignment on FDeviceTriggerTriggerVibrationData"); \ +static_assert(sizeof(FDeviceTriggerTriggerVibrationData) == 0x000018, "Wrong size on FDeviceTriggerTriggerVibrationData"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, TriggerPositionCurve) == 0x000000, "Member 'FDeviceTriggerTriggerVibrationData::TriggerPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationFrequencyCurve) == 0x000008, "Member 'FDeviceTriggerTriggerVibrationData::VibrationFrequencyCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationAmplitudeCurve) == 0x000010, "Member 'FDeviceTriggerTriggerVibrationData::VibrationAmplitudeCurve' 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_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000008, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000030, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedMask) == 0x000028, "Member 'FMaterialAttributesInput::PropertyConnectedMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchFilter \ +static_assert(alignof(FBranchFilter) == 0x000004, "Wrong alignment on FBranchFilter"); \ +static_assert(sizeof(FBranchFilter) == 0x00000C, "Wrong size on FBranchFilter"); \ +static_assert(offsetof(FBranchFilter, BoneName) == 0x000000, "Member 'FBranchFilter::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBranchFilter, BlendDepth) == 0x000008, "Member 'FBranchFilter::BlendDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentKey \ +static_assert(alignof(FComponentKey) == 0x000008, "Wrong alignment on FComponentKey"); \ +static_assert(sizeof(FComponentKey) == 0x000020, "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) == 0x000010, "Member 'FComponentKey::AssociatedGuid' 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) == 0x000008, "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) == 0x000048, "Wrong size on FBlueprintCookedComponentInstancingData"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, ChangedPropertyList) == 0x000000, "Member 'FBlueprintCookedComponentInstancingData::ChangedPropertyList' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, bHasValidCookedData) == 0x000021, "Member 'FBlueprintCookedComponentInstancingData::bHasValidCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentOverrideRecord \ +static_assert(alignof(FComponentOverrideRecord) == 0x000008, "Wrong alignment on FComponentOverrideRecord"); \ +static_assert(sizeof(FComponentOverrideRecord) == 0x000078, "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) == 0x000030, "Member 'FComponentOverrideRecord::CookedComponentInstancingData' 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_FExternalSpatialAccelerationPayload \ +static_assert(alignof(FExternalSpatialAccelerationPayload) == 0x000004, "Wrong alignment on FExternalSpatialAccelerationPayload"); \ +static_assert(sizeof(FExternalSpatialAccelerationPayload) == 0x000010, "Wrong size on FExternalSpatialAccelerationPayload"); \ + +#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) == 0x000010, "Member 'FTTTrackBase::bIsExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTPropertyTrack \ +static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ +static_assert(sizeof(FTTPropertyTrack) == 0x000020, "Wrong size on FTTPropertyTrack"); \ +static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTVectorTrack \ +static_assert(alignof(FTTVectorTrack) == 0x000008, "Wrong alignment on FTTVectorTrack"); \ +static_assert(sizeof(FTTVectorTrack) == 0x000028, "Wrong size on FTTVectorTrack"); \ +static_assert(offsetof(FTTVectorTrack, CurveVector) == 0x000020, "Member 'FTTVectorTrack::CurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneMirrorExport \ +static_assert(alignof(FBoneMirrorExport) == 0x000004, "Wrong alignment on FBoneMirrorExport"); \ +static_assert(sizeof(FBoneMirrorExport) == 0x000014, "Wrong size on FBoneMirrorExport"); \ +static_assert(offsetof(FBoneMirrorExport, BoneName) == 0x000000, "Member 'FBoneMirrorExport::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneMirrorExport, SourceBoneName) == 0x000008, "Member 'FBoneMirrorExport::SourceBoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneMirrorExport, BoneFlipAxis) == 0x000010, "Member 'FBoneMirrorExport::BoneFlipAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHardwareDeviceIdentifier \ +static_assert(alignof(FHardwareDeviceIdentifier) == 0x000004, "Wrong alignment on FHardwareDeviceIdentifier"); \ +static_assert(sizeof(FHardwareDeviceIdentifier) == 0x000018, "Wrong size on FHardwareDeviceIdentifier"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, InputClassName) == 0x000000, "Member 'FHardwareDeviceIdentifier::InputClassName' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, HardwareDeviceIdentifier) == 0x000008, "Member 'FHardwareDeviceIdentifier::HardwareDeviceIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, PrimaryDeviceType) == 0x000010, "Member 'FHardwareDeviceIdentifier::PrimaryDeviceType' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, SupportedFeaturesMask) == 0x000014, "Member 'FHardwareDeviceIdentifier::SupportedFeaturesMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResponseChannel \ +static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ +static_assert(sizeof(FResponseChannel) == 0x00000C, "Wrong size on FResponseChannel"); \ +static_assert(offsetof(FResponseChannel, Channel) == 0x000000, "Member 'FResponseChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(FResponseChannel, Response) == 0x000008, "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_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_FBodyInstance \ +static_assert(alignof(FBodyInstance) == 0x000008, "Wrong alignment on FBodyInstance"); \ +static_assert(sizeof(FBodyInstance) == 0x000198, "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, SolverAsyncDeltaTime) == 0x000060, "Member 'FBodyInstance::SolverAsyncDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionProfileName) == 0x000080, "Member 'FBodyInstance::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PositionSolverIterationCount) == 0x000088, "Member 'FBodyInstance::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, VelocitySolverIterationCount) == 0x000089, "Member 'FBodyInstance::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionResponses) == 0x000090, "Member 'FBodyInstance::CollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxDepenetrationVelocity) == 0x0000C0, "Member 'FBodyInstance::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassInKgOverride) == 0x0000C4, "Member 'FBodyInstance::MassInKgOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, LinearDamping) == 0x0000D0, "Member 'FBodyInstance::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, AngularDamping) == 0x0000D4, "Member 'FBodyInstance::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomDOFPlaneNormal) == 0x0000D8, "Member 'FBodyInstance::CustomDOFPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, COMNudge) == 0x0000F0, "Member 'FBodyInstance::COMNudge' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassScale) == 0x000108, "Member 'FBodyInstance::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, InertiaTensorScale) == 0x000110, "Member 'FBodyInstance::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, WalkableSlopeOverride) == 0x000138, "Member 'FBodyInstance::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysMaterialOverride) == 0x000148, "Member 'FBodyInstance::PhysMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxAngularVelocity) == 0x000150, "Member 'FBodyInstance::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x000154, "Member 'FBodyInstance::CustomSleepThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000158, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x00015C, "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_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_FRuntimeVectorCurve \ +static_assert(alignof(FRuntimeVectorCurve) == 0x000008, "Wrong alignment on FRuntimeVectorCurve"); \ +static_assert(sizeof(FRuntimeVectorCurve) == 0x000188, "Wrong size on FRuntimeVectorCurve"); \ +static_assert(offsetof(FRuntimeVectorCurve, VectorCurves) == 0x000000, "Member 'FRuntimeVectorCurve::VectorCurves' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVectorCurve, ExternalCurve) == 0x000180, "Member 'FRuntimeVectorCurve::ExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarMaterialInput \ +static_assert(alignof(FScalarMaterialInput) == 0x000008, "Wrong alignment on FScalarMaterialInput"); \ +static_assert(sizeof(FScalarMaterialInput) == 0x000030, "Wrong size on FScalarMaterialInput"); \ +static_assert(offsetof(FScalarMaterialInput, Constant) == 0x00002C, "Member 'FScalarMaterialInput::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShadingModelMaterialInput \ +static_assert(alignof(FShadingModelMaterialInput) == 0x000008, "Wrong alignment on FShadingModelMaterialInput"); \ +static_assert(sizeof(FShadingModelMaterialInput) == 0x000028, "Wrong size on FShadingModelMaterialInput"); \ + +#define DUMPER7_ASSERTS_FInertializationPose \ +static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ +static_assert(sizeof(FInertializationPose) == 0x0000C0, "Wrong size on FInertializationPose"); \ + +#define DUMPER7_ASSERTS_FDebugTextInfo \ +static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ +static_assert(sizeof(FDebugTextInfo) == 0x000080, "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) == 0x000020, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000038, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000048, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, Duration) == 0x00004C, "Member 'FDebugTextInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000050, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000058, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, Font) == 0x000070, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000078, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubstrateMaterialInput \ +static_assert(alignof(FSubstrateMaterialInput) == 0x000008, "Wrong alignment on FSubstrateMaterialInput"); \ +static_assert(sizeof(FSubstrateMaterialInput) == 0x000028, "Wrong size on FSubstrateMaterialInput"); \ + +#define DUMPER7_ASSERTS_FEmptyPayload \ +static_assert(alignof(FEmptyPayload) == 0x000001, "Wrong alignment on FEmptyPayload"); \ +static_assert(sizeof(FEmptyPayload) == 0x000001, "Wrong size on FEmptyPayload"); \ + +#define DUMPER7_ASSERTS_FBracketPayload \ +static_assert(alignof(FBracketPayload) == 0x000008, "Wrong alignment on FBracketPayload"); \ +static_assert(sizeof(FBracketPayload) == 0x000010, "Wrong size on FBracketPayload"); \ +static_assert(offsetof(FBracketPayload, Description) == 0x000000, "Member 'FBracketPayload::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus \ +static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ +static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000010, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x000008, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x00000D, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnUnload) == 0x00000F, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000008, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x000038, "Wrong size on FVector2MaterialInput"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantX) == 0x00002C, "Member 'FVector2MaterialInput::ConstantX' has a wrong offset!"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantY) == 0x000030, "Member 'FVector2MaterialInput::ConstantY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpControlPoint \ +static_assert(alignof(FInterpControlPoint) == 0x000008, "Wrong alignment on FInterpControlPoint"); \ +static_assert(sizeof(FInterpControlPoint) == 0x000028, "Wrong size on FInterpControlPoint"); \ +static_assert(offsetof(FInterpControlPoint, PositionControlPoint) == 0x000000, "Member 'FInterpControlPoint::PositionControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FInterpControlPoint, bPositionIsRelative) == 0x000018, "Member 'FInterpControlPoint::bPositionIsRelative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewMeshCollectionEntry \ +static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ +static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000050, "Wrong size on FPreviewMeshCollectionEntry"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, AnimBlueprint) == 0x000028, "Member 'FPreviewMeshCollectionEntry::AnimBlueprint' 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_FAnimNode_CustomProperty \ +static_assert(alignof(FAnimNode_CustomProperty) == 0x000008, "Wrong alignment on FAnimNode_CustomProperty"); \ +static_assert(sizeof(FAnimNode_CustomProperty) == 0x000058, "Wrong size on FAnimNode_CustomProperty"); \ +static_assert(offsetof(FAnimNode_CustomProperty, SourcePropertyNames) == 0x000010, "Member 'FAnimNode_CustomProperty::SourcePropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, DestPropertyNames) == 0x000020, "Member 'FAnimNode_CustomProperty::DestPropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, TargetInstance) == 0x000030, "Member 'FAnimNode_CustomProperty::TargetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize100 \ +static_assert(alignof(FVector_NetQuantize100) == 0x000008, "Wrong alignment on FVector_NetQuantize100"); \ +static_assert(sizeof(FVector_NetQuantize100) == 0x000018, "Wrong size on FVector_NetQuantize100"); \ + +#define DUMPER7_ASSERTS_FBasedMovementInfo \ +static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ +static_assert(sizeof(FBasedMovementInfo) == 0x000050, "Wrong size on FBasedMovementInfo"); \ +static_assert(offsetof(FBasedMovementInfo, BaseID) == 0x000000, "Member 'FBasedMovementInfo::BaseID' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000008, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000010, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Location) == 0x000018, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x000030, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x000048, "Member 'FBasedMovementInfo::bServerHasBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x000049, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x00004A, "Member 'FBasedMovementInfo::bServerHasVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize10 \ +static_assert(alignof(FVector_NetQuantize10) == 0x000008, "Wrong alignment on FVector_NetQuantize10"); \ +static_assert(sizeof(FVector_NetQuantize10) == 0x000018, "Wrong size on FVector_NetQuantize10"); \ + +#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_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) == 0x0006F0, "Wrong size on FPostProcessSettings"); \ +static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000031, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x000032, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x000033, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000034, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000038, "Member 'FPostProcessSettings::WhiteTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturation) == 0x000040, "Member 'FPostProcessSettings::ColorSaturation' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrast) == 0x000060, "Member 'FPostProcessSettings::ColorContrast' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGamma) == 0x000080, "Member 'FPostProcessSettings::ColorGamma' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGain) == 0x0000A0, "Member 'FPostProcessSettings::ColorGain' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffset) == 0x0000C0, "Member 'FPostProcessSettings::ColorOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationShadows) == 0x0000E0, "Member 'FPostProcessSettings::ColorSaturationShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastShadows) == 0x000100, "Member 'FPostProcessSettings::ColorContrastShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaShadows) == 0x000120, "Member 'FPostProcessSettings::ColorGammaShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainShadows) == 0x000140, "Member 'FPostProcessSettings::ColorGainShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetShadows) == 0x000160, "Member 'FPostProcessSettings::ColorOffsetShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationMidtones) == 0x000180, "Member 'FPostProcessSettings::ColorSaturationMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastMidtones) == 0x0001A0, "Member 'FPostProcessSettings::ColorContrastMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaMidtones) == 0x0001C0, "Member 'FPostProcessSettings::ColorGammaMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainMidtones) == 0x0001E0, "Member 'FPostProcessSettings::ColorGainMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetMidtones) == 0x000200, "Member 'FPostProcessSettings::ColorOffsetMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationHighlights) == 0x000220, "Member 'FPostProcessSettings::ColorSaturationHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastHighlights) == 0x000240, "Member 'FPostProcessSettings::ColorContrastHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaHighlights) == 0x000260, "Member 'FPostProcessSettings::ColorGammaHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainHighlights) == 0x000280, "Member 'FPostProcessSettings::ColorGainHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetHighlights) == 0x0002A0, "Member 'FPostProcessSettings::ColorOffsetHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMin) == 0x0002C0, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMax) == 0x0002C4, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionShadowsMax) == 0x0002C8, "Member 'FPostProcessSettings::ColorCorrectionShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BlueCorrection) == 0x0002CC, "Member 'FPostProcessSettings::BlueCorrection' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ExpandGamut) == 0x0002D0, "Member 'FPostProcessSettings::ExpandGamut' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ToneCurveAmount) == 0x0002D4, "Member 'FPostProcessSettings::ToneCurveAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmSlope) == 0x0002D8, "Member 'FPostProcessSettings::FilmSlope' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmToe) == 0x0002DC, "Member 'FPostProcessSettings::FilmToe' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShoulder) == 0x0002E0, "Member 'FPostProcessSettings::FilmShoulder' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmBlackClip) == 0x0002E4, "Member 'FPostProcessSettings::FilmBlackClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmWhiteClip) == 0x0002E8, "Member 'FPostProcessSettings::FilmWhiteClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneColorTint) == 0x0002EC, "Member 'FPostProcessSettings::SceneColorTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneFringeIntensity) == 0x0002FC, "Member 'FPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ChromaticAberrationStartOffset) == 0x000300, "Member 'FPostProcessSettings::ChromaticAberrationStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomIntensity) == 0x000304, "Member 'FPostProcessSettings::BloomIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000308, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x00030C, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x000310, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x000314, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000318, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x00031C, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x000320, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x000324, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000328, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000338, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000348, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000358, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000368, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x000378, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionScatterDispersion) == 0x000388, "Member 'FPostProcessSettings::BloomConvolutionScatterDispersion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x00038C, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x000390, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x000398, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0003A8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0003AC, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0003B0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0003B4, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0003B8, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0003C0, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0003C4, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DynamicGlobalIlluminationMethod) == 0x0003D4, "Member 'FPostProcessSettings::DynamicGlobalIlluminationMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x0003D8, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x0003E8, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneLightingQuality) == 0x0003EC, "Member 'FPostProcessSettings::LumenSceneLightingQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneDetail) == 0x0003F0, "Member 'FPostProcessSettings::LumenSceneDetail' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneViewDistance) == 0x0003F4, "Member 'FPostProcessSettings::LumenSceneViewDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneLightingUpdateSpeed) == 0x0003F8, "Member 'FPostProcessSettings::LumenSceneLightingUpdateSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFinalGatherQuality) == 0x0003FC, "Member 'FPostProcessSettings::LumenFinalGatherQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFinalGatherLightingUpdateSpeed) == 0x000400, "Member 'FPostProcessSettings::LumenFinalGatherLightingUpdateSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxTraceDistance) == 0x000408, "Member 'FPostProcessSettings::LumenMaxTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenDiffuseColorBoost) == 0x00040C, "Member 'FPostProcessSettings::LumenDiffuseColorBoost' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSkylightLeaking) == 0x000410, "Member 'FPostProcessSettings::LumenSkylightLeaking' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFullSkylightLeakingDistance) == 0x000414, "Member 'FPostProcessSettings::LumenFullSkylightLeakingDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSurfaceCacheResolution) == 0x000418, "Member 'FPostProcessSettings::LumenSurfaceCacheResolution' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionMethod) == 0x00041C, "Member 'FPostProcessSettings::ReflectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x00041D, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenReflectionQuality) == 0x000420, "Member 'FPostProcessSettings::LumenReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenRayLightingMode) == 0x000424, "Member 'FPostProcessSettings::LumenRayLightingMode' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxRoughnessToTraceReflections) == 0x000428, "Member 'FPostProcessSettings::LumenMaxRoughnessToTraceReflections' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxReflectionBounces) == 0x00042C, "Member 'FPostProcessSettings::LumenMaxReflectionBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxRefractionBounces) == 0x000430, "Member 'FPostProcessSettings::LumenMaxRefractionBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x000434, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000438, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x00043C, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x000440, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x000450, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x000458, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000460, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000464, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000468, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00046C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000470, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000474, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000478, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000488, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x000490, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x000498, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x00049C, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x0004A0, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x0004A4, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x0004A8, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x0004AC, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x0004B0, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x0004B4, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x0004B8, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureContrastScale) == 0x0004BC, "Member 'FPostProcessSettings::LocalExposureContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightContrastScale) == 0x0004C0, "Member 'FPostProcessSettings::LocalExposureHighlightContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowContrastScale) == 0x0004C4, "Member 'FPostProcessSettings::LocalExposureShadowContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightContrastCurve) == 0x0004C8, "Member 'FPostProcessSettings::LocalExposureHighlightContrastCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowContrastCurve) == 0x0004D0, "Member 'FPostProcessSettings::LocalExposureShadowContrastCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightThreshold) == 0x0004D8, "Member 'FPostProcessSettings::LocalExposureHighlightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowThreshold) == 0x0004DC, "Member 'FPostProcessSettings::LocalExposureShadowThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureDetailStrength) == 0x0004E0, "Member 'FPostProcessSettings::LocalExposureDetailStrength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceBlend) == 0x0004E4, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceKernelSizePercent) == 0x0004E8, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceKernelSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureMiddleGreyBias) == 0x0004EC, "Member 'FPostProcessSettings::LocalExposureMiddleGreyBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x0004F0, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x0004F4, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x000504, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000508, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000510, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000518, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000598, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Sharpen) == 0x00059C, "Member 'FPostProcessSettings::Sharpen' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x0005A0, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x0005A4, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensity) == 0x0005A8, "Member 'FPostProcessSettings::FilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityShadows) == 0x0005AC, "Member 'FPostProcessSettings::FilmGrainIntensityShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityMidtones) == 0x0005B0, "Member 'FPostProcessSettings::FilmGrainIntensityMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityHighlights) == 0x0005B4, "Member 'FPostProcessSettings::FilmGrainIntensityHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainShadowsMax) == 0x0005B8, "Member 'FPostProcessSettings::FilmGrainShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMin) == 0x0005BC, "Member 'FPostProcessSettings::FilmGrainHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMax) == 0x0005C0, "Member 'FPostProcessSettings::FilmGrainHighlightsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexelSize) == 0x0005C4, "Member 'FPostProcessSettings::FilmGrainTexelSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexture) == 0x0005C8, "Member 'FPostProcessSettings::FilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x0005D0, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x0005D4, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x0005D8, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x0005E0, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x0005E4, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x0005E8, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x0005EC, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x0005F0, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x0005F4, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x0005F8, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x0005FC, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x000600, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000604, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x00060C, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x000610, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000614, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x000618, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x000620, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x000628, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSqueezeFactor) == 0x00062C, "Member 'FPostProcessSettings::DepthOfFieldSqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x000630, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x000634, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x000638, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x000640, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x000644, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x000648, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x00064C, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x000650, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x000654, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x000658, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x00065C, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x000660, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x000664, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x000668, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x00066C, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x000670, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x000674, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x000678, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x00067C, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x000680, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x000684, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x000688, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x00068C, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x000690, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x000694, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x000698, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x00069C, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x0006A0, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x0006A4, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x0006A8, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x0006AC, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x0006B0, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x0006B4, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x0006B8, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x0006BC, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x0006C0, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x0006C4, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x0006CC, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x0006D0, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x0006D4, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x0006D8, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalViewInfo \ +static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ +static_assert(sizeof(FMinimalViewInfo) == 0x000800, "Wrong size on FMinimalViewInfo"); \ +static_assert(offsetof(FMinimalViewInfo, Location) == 0x000000, "Member 'FMinimalViewInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, Rotation) == 0x000018, "Member 'FMinimalViewInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, FOV) == 0x000030, "Member 'FMinimalViewInfo::FOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, DesiredFOV) == 0x000034, "Member 'FMinimalViewInfo::DesiredFOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoWidth) == 0x000038, "Member 'FMinimalViewInfo::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bAutoCalculateOrthoPlanes) == 0x00003C, "Member 'FMinimalViewInfo::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AutoPlaneShift) == 0x000040, "Member 'FMinimalViewInfo::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bUpdateOrthoPlanes) == 0x000044, "Member 'FMinimalViewInfo::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bUseCameraHeightAsViewTarget) == 0x000045, "Member 'FMinimalViewInfo::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoNearClipPlane) == 0x000048, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x00004C, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PerspectiveNearClipPlane) == 0x000050, "Member 'FMinimalViewInfo::PerspectiveNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x000054, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x000064, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000068, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000070, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x000760, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x000810, "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_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_FVectorMaterialInput \ +static_assert(alignof(FVectorMaterialInput) == 0x000008, "Wrong alignment on FVectorMaterialInput"); \ +static_assert(sizeof(FVectorMaterialInput) == 0x000038, "Wrong size on FVectorMaterialInput"); \ +static_assert(offsetof(FVectorMaterialInput, Constant) == 0x00002C, "Member 'FVectorMaterialInput::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTLinearColorTrack \ +static_assert(alignof(FTTLinearColorTrack) == 0x000008, "Wrong alignment on FTTLinearColorTrack"); \ +static_assert(sizeof(FTTLinearColorTrack) == 0x000028, "Wrong size on FTTLinearColorTrack"); \ +static_assert(offsetof(FTTLinearColorTrack, CurveLinearColor) == 0x000020, "Member 'FTTLinearColorTrack::CurveLinearColor' 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_FRigidBodyState \ +static_assert(alignof(FRigidBodyState) == 0x000010, "Wrong alignment on FRigidBodyState"); \ +static_assert(sizeof(FRigidBodyState) == 0x000080, "Wrong size on FRigidBodyState"); \ +static_assert(offsetof(FRigidBodyState, position) == 0x000000, "Member 'FRigidBodyState::position' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Quaternion) == 0x000020, "Member 'FRigidBodyState::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, LinVel) == 0x000040, "Member 'FRigidBodyState::LinVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, AngVel) == 0x000058, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Flags) == 0x000070, "Member 'FRigidBodyState::Flags' 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_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_FBoneReference \ +static_assert(alignof(FBoneReference) == 0x000004, "Wrong alignment on FBoneReference"); \ +static_assert(sizeof(FBoneReference) == 0x000010, "Wrong size on FBoneReference"); \ +static_assert(offsetof(FBoneReference, BoneName) == 0x000000, "Member 'FBoneReference::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimDataModelNotifPayload \ +static_assert(alignof(FAnimDataModelNotifPayload) == 0x000008, "Wrong alignment on FAnimDataModelNotifPayload"); \ +static_assert(sizeof(FAnimDataModelNotifPayload) == 0x000010, "Wrong size on FAnimDataModelNotifPayload"); \ + +#define DUMPER7_ASSERTS_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x000078, "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) == 0x000020, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000038, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Extents) == 0x000050, "Member 'FChaosBreakEvent::Extents' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Mass) == 0x000068, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Index) == 0x00006C, "Member 'FChaosBreakEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, bFromCrumble) == 0x000070, "Member 'FChaosBreakEvent::bFromCrumble' 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_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x0000C8, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#define DUMPER7_ASSERTS_FCharacterServerMovePackedBits \ +static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ +static_assert(sizeof(FCharacterServerMovePackedBits) == 0x0000C8, "Wrong size on FCharacterServerMovePackedBits"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLayerCell \ +static_assert(alignof(FSpatialHashStreamingGridLayerCell) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLayerCell"); \ +static_assert(sizeof(FSpatialHashStreamingGridLayerCell) == 0x000010, "Wrong size on FSpatialHashStreamingGridLayerCell"); \ +static_assert(offsetof(FSpatialHashStreamingGridLayerCell, GridCells) == 0x000000, "Member 'FSpatialHashStreamingGridLayerCell::GridCells' 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_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_FConstraintInstanceBase \ +static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ +static_assert(sizeof(FConstraintInstanceBase) == 0x000038, "Wrong size on FConstraintInstanceBase"); \ + +#define DUMPER7_ASSERTS_FCollisionChaosEventBodyInfo \ +static_assert(alignof(FCollisionChaosEventBodyInfo) == 0x000008, "Wrong alignment on FCollisionChaosEventBodyInfo"); \ +static_assert(sizeof(FCollisionChaosEventBodyInfo) == 0x000070, "Wrong size on FCollisionChaosEventBodyInfo"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Velocity) == 0x000000, "Member 'FCollisionChaosEventBodyInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, DeltaVelocity) == 0x000018, "Member 'FCollisionChaosEventBodyInfo::DeltaVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, AngularVelocity) == 0x000030, "Member 'FCollisionChaosEventBodyInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Mass) == 0x000048, "Member 'FCollisionChaosEventBodyInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, PhysMaterial) == 0x000050, "Member 'FCollisionChaosEventBodyInfo::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Component) == 0x000058, "Member 'FCollisionChaosEventBodyInfo::Component' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BodyIndex) == 0x000060, "Member 'FCollisionChaosEventBodyInfo::BodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BoneName) == 0x000064, "Member 'FCollisionChaosEventBodyInfo::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionChaosEvent \ +static_assert(alignof(FCollisionChaosEvent) == 0x000008, "Wrong alignment on FCollisionChaosEvent"); \ +static_assert(sizeof(FCollisionChaosEvent) == 0x000130, "Wrong size on FCollisionChaosEvent"); \ +static_assert(offsetof(FCollisionChaosEvent, Location) == 0x000000, "Member 'FCollisionChaosEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, AccumulatedImpulse) == 0x000018, "Member 'FCollisionChaosEvent::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Normal) == 0x000030, "Member 'FCollisionChaosEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, PenetrationDepth) == 0x000048, "Member 'FCollisionChaosEvent::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body1) == 0x000050, "Member 'FCollisionChaosEvent::Body1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body2) == 0x0000C0, "Member 'FCollisionChaosEvent::Body2' 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_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_FTransformAnimationAttribute \ +static_assert(alignof(FTransformAnimationAttribute) == 0x000010, "Wrong alignment on FTransformAnimationAttribute"); \ +static_assert(sizeof(FTransformAnimationAttribute) == 0x000060, "Wrong size on FTransformAnimationAttribute"); \ +static_assert(offsetof(FTransformAnimationAttribute, Value) == 0x000000, "Member 'FTransformAnimationAttribute::Value' 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_FLinearDriveConstraint \ +static_assert(alignof(FLinearDriveConstraint) == 0x000008, "Wrong alignment on FLinearDriveConstraint"); \ +static_assert(sizeof(FLinearDriveConstraint) == 0x000060, "Wrong size on FLinearDriveConstraint"); \ +static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x000018, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000030, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000040, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000050, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationLinkBase \ +static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ +static_assert(sizeof(FNavigationLinkBase) == 0x000040, "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) == 0x000018, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x00001C, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000020, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, Direction) == 0x000028, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000030, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationSegmentLink \ +static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ +static_assert(sizeof(FNavigationSegmentLink) == 0x0000A0, "Wrong size on FNavigationSegmentLink"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000040, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x000058, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000070, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000088, "Member 'FNavigationSegmentLink::RightEnd' 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_FMaterialParameterInfo \ +static_assert(alignof(FMaterialParameterInfo) == 0x000004, "Wrong alignment on FMaterialParameterInfo"); \ +static_assert(sizeof(FMaterialParameterInfo) == 0x000010, "Wrong size on FMaterialParameterInfo"); \ +static_assert(offsetof(FMaterialParameterInfo, Name) == 0x000000, "Member 'FMaterialParameterInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterInfo, Association) == 0x000008, "Member 'FMaterialParameterInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterInfo, Index) == 0x00000C, "Member 'FMaterialParameterInfo::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleVectorParameterValue \ +static_assert(alignof(FDoubleVectorParameterValue) == 0x000010, "Wrong alignment on FDoubleVectorParameterValue"); \ +static_assert(sizeof(FDoubleVectorParameterValue) == 0x000040, "Wrong size on FDoubleVectorParameterValue"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FDoubleVectorParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ParameterValue) == 0x000010, "Member 'FDoubleVectorParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FDoubleVectorParameterValue, ExpressionGUID) == 0x000030, "Member 'FDoubleVectorParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataCacheDuplicatedObjectData \ +static_assert(alignof(FDataCacheDuplicatedObjectData) == 0x000008, "Wrong alignment on FDataCacheDuplicatedObjectData"); \ +static_assert(sizeof(FDataCacheDuplicatedObjectData) == 0x000010, "Wrong size on FDataCacheDuplicatedObjectData"); \ + +#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_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_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_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_FSubtitleCue \ +static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ +static_assert(sizeof(FSubtitleCue) == 0x000018, "Wrong size on FSubtitleCue"); \ +static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleCue, Time) == 0x000010, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalSurfaceName \ +static_assert(alignof(FPhysicalSurfaceName) == 0x000004, "Wrong alignment on FPhysicalSurfaceName"); \ +static_assert(sizeof(FPhysicalSurfaceName) == 0x00000C, "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_FChaosCrumblingEvent \ +static_assert(alignof(FChaosCrumblingEvent) == 0x000010, "Wrong alignment on FChaosCrumblingEvent"); \ +static_assert(sizeof(FChaosCrumblingEvent) == 0x0000C0, "Wrong size on FChaosCrumblingEvent"); \ +static_assert(offsetof(FChaosCrumblingEvent, Component) == 0x000000, "Member 'FChaosCrumblingEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Location) == 0x000008, "Member 'FChaosCrumblingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Orientation) == 0x000020, "Member 'FChaosCrumblingEvent::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LinearVelocity) == 0x000040, "Member 'FChaosCrumblingEvent::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, AngularVelocity) == 0x000058, "Member 'FChaosCrumblingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Mass) == 0x000070, "Member 'FChaosCrumblingEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LocalBounds) == 0x000078, "Member 'FChaosCrumblingEvent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Children) == 0x0000B0, "Member 'FChaosCrumblingEvent::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocketReference \ +static_assert(alignof(FSocketReference) == 0x000010, "Wrong alignment on FSocketReference"); \ +static_assert(sizeof(FSocketReference) == 0x000070, "Wrong size on FSocketReference"); \ +static_assert(offsetof(FSocketReference, SocketName) == 0x000060, "Member 'FSocketReference::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneSocketTarget \ +static_assert(alignof(FBoneSocketTarget) == 0x000010, "Wrong alignment on FBoneSocketTarget"); \ +static_assert(sizeof(FBoneSocketTarget) == 0x000090, "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_FBaseComponentReference \ +static_assert(alignof(FBaseComponentReference) == 0x000008, "Wrong alignment on FBaseComponentReference"); \ +static_assert(sizeof(FBaseComponentReference) == 0x000020, "Wrong size on FBaseComponentReference"); \ +static_assert(offsetof(FBaseComponentReference, ComponentProperty) == 0x000000, "Member 'FBaseComponentReference::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(FBaseComponentReference, PathToComponent) == 0x000008, "Member 'FBaseComponentReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMClientHandle \ +static_assert(alignof(FISMClientHandle) == 0x000004, "Wrong alignment on FISMClientHandle"); \ +static_assert(sizeof(FISMClientHandle) == 0x000014, "Wrong size on FISMClientHandle"); \ +static_assert(offsetof(FISMClientHandle, Index) == 0x000000, "Member 'FISMClientHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FISMClientHandle, Guid) == 0x000004, "Member 'FISMClientHandle::Guid' 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_FHLODISMComponentDesc \ +static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ +static_assert(sizeof(FHLODISMComponentDesc) == 0x000030, "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!"); \ +static_assert(offsetof(FHLODISMComponentDesc, InstancesCustomPrimitiveData) == 0x000020, "Member 'FHLODISMComponentDesc::InstancesCustomPrimitiveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialTextureInfo \ +static_assert(alignof(FMaterialTextureInfo) == 0x000004, "Wrong alignment on FMaterialTextureInfo"); \ +static_assert(sizeof(FMaterialTextureInfo) == 0x000010, "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_FVector_NetQuantize \ +static_assert(alignof(FVector_NetQuantize) == 0x000008, "Wrong alignment on FVector_NetQuantize"); \ +static_assert(sizeof(FVector_NetQuantize) == 0x000018, "Wrong size on FVector_NetQuantize"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ +static_assert(alignof(FVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on FVector_NetQuantizeNormal"); \ +static_assert(sizeof(FVector_NetQuantizeNormal) == 0x000018, "Wrong size on FVector_NetQuantizeNormal"); \ + +#define DUMPER7_ASSERTS_FActorInstanceHandle \ +static_assert(alignof(FActorInstanceHandle) == 0x000008, "Wrong alignment on FActorInstanceHandle"); \ +static_assert(sizeof(FActorInstanceHandle) == 0x000020, "Wrong size on FActorInstanceHandle"); \ +static_assert(offsetof(FActorInstanceHandle, ReferenceObject) == 0x000000, "Member 'FActorInstanceHandle::ReferenceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResult \ +static_assert(alignof(FHitResult) == 0x000008, "Wrong alignment on FHitResult"); \ +static_assert(sizeof(FHitResult) == 0x0000F8, "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) == 0x000010, "Member 'FHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactPoint) == 0x000028, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Normal) == 0x000040, "Member 'FHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactNormal) == 0x000058, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceStart) == 0x000070, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceEnd) == 0x000088, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PenetrationDepth) == 0x0000A0, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyItem) == 0x0000A4, "Member 'FHitResult::MyItem' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Item) == 0x0000A8, "Member 'FHitResult::Item' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ElementIndex) == 0x0000AC, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PhysMaterial) == 0x0000B0, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, HitObjectHandle) == 0x0000B8, "Member 'FHitResult::HitObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Component) == 0x0000D8, "Member 'FHitResult::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, BoneName) == 0x0000E8, "Member 'FHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyBoneName) == 0x0000F0, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorDesc \ +static_assert(alignof(FActorDesc) == 0x000008, "Wrong alignment on FActorDesc"); \ +static_assert(sizeof(FActorDesc) == 0x0000B0, "Wrong size on FActorDesc"); \ +static_assert(offsetof(FActorDesc, Guid) == 0x000000, "Member 'FActorDesc::Guid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, NativeClass) == 0x000010, "Member 'FActorDesc::NativeClass' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Class) == 0x000018, "Member 'FActorDesc::Class' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Name) == 0x000038, "Member 'FActorDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Label) == 0x000040, "Member 'FActorDesc::Label' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Bounds) == 0x000048, "Member 'FActorDesc::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, RuntimeGrid) == 0x000080, "Member 'FActorDesc::RuntimeGrid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bIsSpatiallyLoaded) == 0x000088, "Member 'FActorDesc::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bActorIsEditorOnly) == 0x000089, "Member 'FActorDesc::bActorIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPackage) == 0x00008C, "Member 'FActorDesc::ActorPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPath) == 0x000094, "Member 'FActorDesc::ActorPath' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, DataLayerAssets) == 0x0000A0, "Member 'FActorDesc::DataLayerAssets' has a wrong offset!"); \ + +#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_0) == 0x000000, "Member 'FInputRange::min_0' has a wrong offset!"); \ +static_assert(offsetof(FInputRange, max_0) == 0x000004, "Member 'FInputRange::max_0' 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_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_FNetLevelVisibilityTransactionId \ +static_assert(alignof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong alignment on FNetLevelVisibilityTransactionId"); \ +static_assert(sizeof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong size on FNetLevelVisibilityTransactionId"); \ +static_assert(offsetof(FNetLevelVisibilityTransactionId, Data) == 0x000000, "Member 'FNetLevelVisibilityTransactionId::Data' 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) == 0x000008, "Member 'FPlatformInterfaceData::Type' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, IntValue) == 0x00000C, "Member 'FPlatformInterfaceData::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, FloatValue) == 0x000010, "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_FSkeletalMeshSamplingLODBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ + +#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_FEditedDocumentInfo \ +static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ +static_assert(sizeof(FEditedDocumentInfo) == 0x000040, "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) == 0x000030, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000038, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkId \ +static_assert(alignof(FNavLinkId) == 0x000008, "Wrong alignment on FNavLinkId"); \ +static_assert(sizeof(FNavLinkId) == 0x000008, "Wrong size on FNavLinkId"); \ +static_assert(offsetof(FNavLinkId, ID) == 0x000000, "Member 'FNavLinkId::ID' 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_FRootMotionSourceGroup \ +static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ +static_assert(sizeof(FRootMotionSourceGroup) == 0x000048, "Wrong size on FRootMotionSourceGroup"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x000030, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' 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_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_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_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_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) == 0x000019, "Member 'FKShapeElem::CollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSkinnedLevelSetElem \ +static_assert(alignof(FKSkinnedLevelSetElem) == 0x000008, "Wrong alignment on FKSkinnedLevelSetElem"); \ +static_assert(sizeof(FKSkinnedLevelSetElem) == 0x000038, "Wrong size on FKSkinnedLevelSetElem"); \ + +#define DUMPER7_ASSERTS_FAssetCompileData \ +static_assert(alignof(FAssetCompileData) == 0x000004, "Wrong alignment on FAssetCompileData"); \ +static_assert(sizeof(FAssetCompileData) == 0x000008, "Wrong size on FAssetCompileData"); \ +static_assert(offsetof(FAssetCompileData, Asset) == 0x000000, "Member 'FAssetCompileData::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimRelevancyData \ +static_assert(alignof(FCachedAnimRelevancyData) == 0x000004, "Wrong alignment on FCachedAnimRelevancyData"); \ +static_assert(sizeof(FCachedAnimRelevancyData) == 0x00001C, "Wrong size on FCachedAnimRelevancyData"); \ +static_assert(offsetof(FCachedAnimRelevancyData, StateMachineName) == 0x000000, "Member 'FCachedAnimRelevancyData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimRelevancyData, StateName) == 0x000008, "Member 'FCachedAnimRelevancyData::StateName' 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_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_FSoftComponentReference \ +static_assert(alignof(FSoftComponentReference) == 0x000008, "Wrong alignment on FSoftComponentReference"); \ +static_assert(sizeof(FSoftComponentReference) == 0x000048, "Wrong size on FSoftComponentReference"); \ +static_assert(offsetof(FSoftComponentReference, OtherActor) == 0x000020, "Member 'FSoftComponentReference::OtherActor' 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_FBlueprintInputAxisDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputAxisDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisDelegateBinding) == 0x000014, "Wrong size on FBlueprintInputAxisDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceAsyncPhysicsTickHandle \ +static_assert(alignof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on FBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(sizeof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong size on FBodyInstanceAsyncPhysicsTickHandle"); \ + +#define DUMPER7_ASSERTS_FDisplacementScaling \ +static_assert(alignof(FDisplacementScaling) == 0x000004, "Wrong alignment on FDisplacementScaling"); \ +static_assert(sizeof(FDisplacementScaling) == 0x000008, "Wrong size on FDisplacementScaling"); \ +static_assert(offsetof(FDisplacementScaling, Magnitude) == 0x000000, "Member 'FDisplacementScaling::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FDisplacementScaling, Center) == 0x000004, "Member 'FDisplacementScaling::Center' 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_FComponentReference \ +static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ +static_assert(sizeof(FComponentReference) == 0x000028, "Wrong size on FComponentReference"); \ +static_assert(offsetof(FComponentReference, OtherActor) == 0x000020, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationRequest \ +static_assert(alignof(FInertializationRequest) == 0x000008, "Wrong alignment on FInertializationRequest"); \ +static_assert(sizeof(FInertializationRequest) == 0x000050, "Wrong size on FInertializationRequest"); \ +static_assert(offsetof(FInertializationRequest, Duration) == 0x000000, "Member 'FInertializationRequest::Duration' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendProfile) == 0x000008, "Member 'FInertializationRequest::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, bUseBlendMode) == 0x000010, "Member 'FInertializationRequest::bUseBlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendMode) == 0x000011, "Member 'FInertializationRequest::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, CustomBlendCurve) == 0x000018, "Member 'FInertializationRequest::CustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, Description) == 0x000020, "Member 'FInertializationRequest::Description' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, DescriptionString) == 0x000030, "Member 'FInertializationRequest::DescriptionString' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, NodeID) == 0x000040, "Member 'FInertializationRequest::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, AnimInstance) == 0x000048, "Member 'FInertializationRequest::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DeadBlending \ +static_assert(alignof(FAnimNode_DeadBlending) == 0x000010, "Wrong alignment on FAnimNode_DeadBlending"); \ +static_assert(sizeof(FAnimNode_DeadBlending) == 0x000570, "Wrong size on FAnimNode_DeadBlending"); \ +static_assert(offsetof(FAnimNode_DeadBlending, Source) == 0x000018, "Member 'FAnimNode_DeadBlending::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bAlwaysUseDefaultBlendSettings) == 0x000028, "Member 'FAnimNode_DeadBlending::bAlwaysUseDefaultBlendSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendDuration) == 0x00002C, "Member 'FAnimNode_DeadBlending::DefaultBlendDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendProfile) == 0x000030, "Member 'FAnimNode_DeadBlending::DefaultBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendMode) == 0x000038, "Member 'FAnimNode_DeadBlending::DefaultBlendMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultCustomBlendCurve) == 0x000040, "Member 'FAnimNode_DeadBlending::DefaultCustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, BlendTimeMultiplier) == 0x000048, "Member 'FAnimNode_DeadBlending::BlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bLinearlyInterpolateScales) == 0x00004C, "Member 'FAnimNode_DeadBlending::bLinearlyInterpolateScales' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, FilteredCurves) == 0x000050, "Member 'FAnimNode_DeadBlending::FilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationFilteredCurves) == 0x000060, "Member 'FAnimNode_DeadBlending::ExtrapolationFilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, FilteredBones) == 0x000070, "Member 'FAnimNode_DeadBlending::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLife) == 0x000080, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLife' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLifeMin) == 0x000084, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLifeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLifeMax) == 0x000088, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLifeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumTranslationVelocity) == 0x00008C, "Member 'FAnimNode_DeadBlending::MaximumTranslationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumRotationVelocity) == 0x000090, "Member 'FAnimNode_DeadBlending::MaximumRotationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumScaleVelocity) == 0x000094, "Member 'FAnimNode_DeadBlending::MaximumScaleVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumCurveVelocity) == 0x000098, "Member 'FAnimNode_DeadBlending::MaximumCurveVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bResetOnBecomingRelevant) == 0x00009C, "Member 'FAnimNode_DeadBlending::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, RequestQueue) == 0x0002D0, "Member 'FAnimNode_DeadBlending::RequestQueue' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, InertializationCustomBlendCurve) == 0x000548, "Member 'FAnimNode_DeadBlending::InertializationCustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, InertializationRequestAnimInstance) == 0x000568, "Member 'FAnimNode_DeadBlending::InertializationRequestAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLatentActionInfo \ +static_assert(alignof(FLatentActionInfo) == 0x000008, "Wrong alignment on FLatentActionInfo"); \ +static_assert(sizeof(FLatentActionInfo) == 0x000018, "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) == 0x000010, "Member 'FLatentActionInfo::CallbackTarget' 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_FFloatAnimationAttribute \ +static_assert(alignof(FFloatAnimationAttribute) == 0x000004, "Wrong alignment on FFloatAnimationAttribute"); \ +static_assert(sizeof(FFloatAnimationAttribute) == 0x000004, "Wrong size on FFloatAnimationAttribute"); \ +static_assert(offsetof(FFloatAnimationAttribute, Value) == 0x000000, "Member 'FFloatAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaintedVertex \ +static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ +static_assert(sizeof(FPaintedVertex) == 0x000040, "Wrong size on FPaintedVertex"); \ +static_assert(offsetof(FPaintedVertex, position) == 0x000000, "Member 'FPaintedVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Color) == 0x000018, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Normal) == 0x000020, "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_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_FInstanceCacheDataBase \ +static_assert(alignof(FInstanceCacheDataBase) == 0x000008, "Wrong alignment on FInstanceCacheDataBase"); \ +static_assert(sizeof(FInstanceCacheDataBase) == 0x000058, "Wrong size on FInstanceCacheDataBase"); \ +static_assert(offsetof(FInstanceCacheDataBase, SavedProperties) == 0x000008, "Member 'FInstanceCacheDataBase::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, UniqueTransientPackage) == 0x000018, "Member 'FInstanceCacheDataBase::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, DuplicatedObjects) == 0x000028, "Member 'FInstanceCacheDataBase::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedObjects) == 0x000038, "Member 'FInstanceCacheDataBase::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedNames) == 0x000048, "Member 'FInstanceCacheDataBase::ReferencedNames' has a wrong offset!"); \ + +#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) == 0x000058, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000060, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000064, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' 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_FPrimitiveComponentInstanceData \ +static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ +static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000130, "Wrong size on FPrimitiveComponentInstanceData"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x000120, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x000128, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ +static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000170, "Wrong size on FStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000130, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000138, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000148, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000158, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshInstanceData \ +static_assert(alignof(FSplineMeshInstanceData) == 0x000010, "Wrong alignment on FSplineMeshInstanceData"); \ +static_assert(sizeof(FSplineMeshInstanceData) == 0x0001D0, "Wrong size on FSplineMeshInstanceData"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartPos) == 0x000168, "Member 'FSplineMeshInstanceData::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x000180, "Member 'FSplineMeshInstanceData::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x000198, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0001B0, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000030, "Wrong size on FAnimNotifyEventReference"); \ +static_assert(offsetof(FAnimNotifyEventReference, MirrorTable) == 0x000018, "Member 'FAnimNotifyEventReference::MirrorTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000020, "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_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_FAnimSlotGroup \ +static_assert(alignof(FAnimSlotGroup) == 0x000008, "Wrong alignment on FAnimSlotGroup"); \ +static_assert(sizeof(FAnimSlotGroup) == 0x000018, "Wrong size on FAnimSlotGroup"); \ +static_assert(offsetof(FAnimSlotGroup, GroupName) == 0x000000, "Member 'FAnimSlotGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotGroup, SlotNames) == 0x000008, "Member 'FAnimSlotGroup::SlotNames' has a wrong offset!"); \ + +#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) == 0x000058, "Member 'FAnimNode_LinkedAnimGraph::InputPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoseNames) == 0x000068, "Member 'FAnimNode_LinkedAnimGraph::InputPoseNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InstanceClass) == 0x000078, "Member 'FAnimNode_LinkedAnimGraph::InstanceClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendOutProfile) == 0x000098, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendOutProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendInProfile) == 0x0000A8, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendInProfile' 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) == 0x0000C8, "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_FCollisionProfileName \ +static_assert(alignof(FCollisionProfileName) == 0x000004, "Wrong alignment on FCollisionProfileName"); \ +static_assert(sizeof(FCollisionProfileName) == 0x000008, "Wrong size on FCollisionProfileName"); \ +static_assert(offsetof(FCollisionProfileName, Name) == 0x000000, "Member 'FCollisionProfileName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedEmitterMaterial \ +static_assert(alignof(FNamedEmitterMaterial) == 0x000008, "Wrong alignment on FNamedEmitterMaterial"); \ +static_assert(sizeof(FNamedEmitterMaterial) == 0x000010, "Wrong size on FNamedEmitterMaterial"); \ +static_assert(offsetof(FNamedEmitterMaterial, Name) == 0x000000, "Member 'FNamedEmitterMaterial::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedEmitterMaterial, Material) == 0x000008, "Member 'FNamedEmitterMaterial::Material' 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_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_FLinkedAnimLayerInstanceData \ +static_assert(alignof(FLinkedAnimLayerInstanceData) == 0x000008, "Wrong alignment on FLinkedAnimLayerInstanceData"); \ +static_assert(sizeof(FLinkedAnimLayerInstanceData) == 0x000060, "Wrong size on FLinkedAnimLayerInstanceData"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, Instance) == 0x000000, "Member 'FLinkedAnimLayerInstanceData::Instance' has a wrong offset!"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, LinkedFunctions) == 0x000008, "Member 'FLinkedAnimLayerInstanceData::LinkedFunctions' has a wrong offset!"); \ + +#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_FIntegerAnimationAttribute \ +static_assert(alignof(FIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FIntegerAnimationAttribute"); \ +static_assert(sizeof(FIntegerAnimationAttribute) == 0x000004, "Wrong size on FIntegerAnimationAttribute"); \ +static_assert(offsetof(FIntegerAnimationAttribute, Value) == 0x000000, "Member 'FIntegerAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionInput \ +static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ +static_assert(sizeof(FFunctionExpressionInput) == 0x000040, "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_FDeviceTriggerTriggerResistanceData \ +static_assert(alignof(FDeviceTriggerTriggerResistanceData) == 0x000004, "Wrong alignment on FDeviceTriggerTriggerResistanceData"); \ +static_assert(sizeof(FDeviceTriggerTriggerResistanceData) == 0x000010, "Wrong size on FDeviceTriggerTriggerResistanceData"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartPosition) == 0x000000, "Member 'FDeviceTriggerTriggerResistanceData::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartStrengh) == 0x000004, "Member 'FDeviceTriggerTriggerResistanceData::StartStrengh' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndPosition) == 0x000008, "Member 'FDeviceTriggerTriggerResistanceData::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndStrengh) == 0x00000C, "Member 'FDeviceTriggerTriggerResistanceData::EndStrengh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataTableRowHandle \ +static_assert(alignof(FDataTableRowHandle) == 0x000008, "Wrong alignment on FDataTableRowHandle"); \ +static_assert(sizeof(FDataTableRowHandle) == 0x000010, "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_FStringAnimationAttribute \ +static_assert(alignof(FStringAnimationAttribute) == 0x000008, "Wrong alignment on FStringAnimationAttribute"); \ +static_assert(sizeof(FStringAnimationAttribute) == 0x000010, "Wrong size on FStringAnimationAttribute"); \ +static_assert(offsetof(FStringAnimationAttribute, Value) == 0x000000, "Member 'FStringAnimationAttribute::Value' 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_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_FQuaternionAnimationAttribute \ +static_assert(alignof(FQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FQuaternionAnimationAttribute"); \ +static_assert(sizeof(FQuaternionAnimationAttribute) == 0x000020, "Wrong size on FQuaternionAnimationAttribute"); \ +static_assert(offsetof(FQuaternionAnimationAttribute, Value) == 0x000000, "Member 'FQuaternionAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDisplacementFadeRange \ +static_assert(alignof(FDisplacementFadeRange) == 0x000004, "Wrong alignment on FDisplacementFadeRange"); \ +static_assert(sizeof(FDisplacementFadeRange) == 0x000008, "Wrong size on FDisplacementFadeRange"); \ +static_assert(offsetof(FDisplacementFadeRange, StartSizePixels) == 0x000000, "Member 'FDisplacementFadeRange::StartSizePixels' has a wrong offset!"); \ +static_assert(offsetof(FDisplacementFadeRange, EndSizePixels) == 0x000004, "Member 'FDisplacementFadeRange::EndSizePixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInstanceBasePropertyOverrides \ +static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000020, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, BlendMode) == 0x000003, "Member 'FMaterialInstanceBasePropertyOverrides::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, ShadingModel) == 0x000004, "Member 'FMaterialInstanceBasePropertyOverrides::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipValue) == 0x000008, "Member 'FMaterialInstanceBasePropertyOverrides::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, DisplacementScaling) == 0x00000C, "Member 'FMaterialInstanceBasePropertyOverrides::DisplacementScaling' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, DisplacementFadeRange) == 0x000014, "Member 'FMaterialInstanceBasePropertyOverrides::DisplacementFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, MaxWorldPositionOffsetDisplacement) == 0x00001C, "Member 'FMaterialInstanceBasePropertyOverrides::MaxWorldPositionOffsetDisplacement' 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_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_FCurveTableRowHandle \ +static_assert(alignof(FCurveTableRowHandle) == 0x000008, "Wrong alignment on FCurveTableRowHandle"); \ +static_assert(sizeof(FCurveTableRowHandle) == 0x000010, "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_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_FBlueprintComponentDelegateBinding \ +static_assert(alignof(FBlueprintComponentDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintComponentDelegateBinding"); \ +static_assert(sizeof(FBlueprintComponentDelegateBinding) == 0x000018, "Wrong size on FBlueprintComponentDelegateBinding"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, ComponentPropertyName) == 0x000000, "Member 'FBlueprintComponentDelegateBinding::ComponentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, DelegatePropertyName) == 0x000008, "Member 'FBlueprintComponentDelegateBinding::DelegatePropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, FunctionNameToBind) == 0x000010, "Member 'FBlueprintComponentDelegateBinding::FunctionNameToBind' 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_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_FNamedFloat \ +static_assert(alignof(FNamedFloat) == 0x000004, "Wrong alignment on FNamedFloat"); \ +static_assert(sizeof(FNamedFloat) == 0x00000C, "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_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_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) == 0x000008, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ +static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000028, "Wrong size on FRootMotionFinishVelocitySettings"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000008, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000020, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionMovementParams \ +static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ +static_assert(sizeof(FRootMotionMovementParams) == 0x000070, "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_FRootMotionSource \ +static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ +static_assert(sizeof(FRootMotionSource) == 0x0000E0, "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) == 0x000020, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000024, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x000028, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Duration) == 0x00002C, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Status) == 0x000030, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Settings) == 0x000031, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000032, "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) == 0x0000B0, "Member 'FRootMotionSource::FinishVelocityParams' 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) == 0x000140, "Wrong size on FRootMotionSource_RadialForce"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x0000D8, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000F0, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000F8, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000FC, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x000100, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x000101, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x000108, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x000110, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x000118, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x000120, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetEditorOrbitCameraPosition \ +static_assert(alignof(FAssetEditorOrbitCameraPosition) == 0x000008, "Wrong alignment on FAssetEditorOrbitCameraPosition"); \ +static_assert(sizeof(FAssetEditorOrbitCameraPosition) == 0x000050, "Wrong size on FAssetEditorOrbitCameraPosition"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, bIsSet) == 0x000000, "Member 'FAssetEditorOrbitCameraPosition::bIsSet' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitPoint) == 0x000008, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitPoint' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitZoom) == 0x000020, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitZoom' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitRotation) == 0x000038, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedIntegerCustomAttribute \ +static_assert(alignof(FBakedIntegerCustomAttribute) == 0x000001, "Wrong alignment on FBakedIntegerCustomAttribute"); \ +static_assert(sizeof(FBakedIntegerCustomAttribute) == 0x000001, "Wrong size on FBakedIntegerCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FAnimUpdateContext \ +static_assert(alignof(FAnimUpdateContext) == 0x000008, "Wrong alignment on FAnimUpdateContext"); \ +static_assert(sizeof(FAnimUpdateContext) == 0x000010, "Wrong size on FAnimUpdateContext"); \ + +#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_FBlueprintInputAxisKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisKeyDelegateBinding) == 0x000028, "Wrong size on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, AxisKey) == 0x000008, "Member 'FBlueprintInputAxisKeyDelegateBinding::AxisKey' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, FunctionNameToBind) == 0x000020, "Member 'FBlueprintInputAxisKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerQualityLevelInt \ +static_assert(alignof(FPerQualityLevelInt) == 0x000008, "Wrong alignment on FPerQualityLevelInt"); \ +static_assert(sizeof(FPerQualityLevelInt) == 0x000068, "Wrong size on FPerQualityLevelInt"); \ +static_assert(offsetof(FPerQualityLevelInt, Default) == 0x000010, "Member 'FPerQualityLevelInt::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelInt, PerQuality) == 0x000018, "Member 'FPerQualityLevelInt::PerQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerQualityLevelFloat \ +static_assert(alignof(FPerQualityLevelFloat) == 0x000008, "Wrong alignment on FPerQualityLevelFloat"); \ +static_assert(sizeof(FPerQualityLevelFloat) == 0x000068, "Wrong size on FPerQualityLevelFloat"); \ +static_assert(offsetof(FPerQualityLevelFloat, Default) == 0x000010, "Member 'FPerQualityLevelFloat::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelFloat, PerQuality) == 0x000018, "Member 'FPerQualityLevelFloat::PerQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetLocatorFragment \ +static_assert(alignof(FAssetLocatorFragment) == 0x000004, "Wrong alignment on FAssetLocatorFragment"); \ +static_assert(sizeof(FAssetLocatorFragment) == 0x000010, "Wrong size on FAssetLocatorFragment"); \ +static_assert(offsetof(FAssetLocatorFragment, Path) == 0x000000, "Member 'FAssetLocatorFragment::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepRootMotionMontage \ +static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ +static_assert(sizeof(FRepRootMotionMontage) == 0x0000D8, "Wrong size on FRepRootMotionMontage"); \ +static_assert(offsetof(FRepRootMotionMontage, bIsActive) == 0x000000, "Member 'FRepRootMotionMontage::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Animation) == 0x000008, "Member 'FRepRootMotionMontage::Animation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, position) == 0x000010, "Member 'FRepRootMotionMontage::position' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Location) == 0x000018, "Member 'FRepRootMotionMontage::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Rotation) == 0x000030, "Member 'FRepRootMotionMontage::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBase) == 0x000048, "Member 'FRepRootMotionMontage::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBaseBoneName) == 0x000050, "Member 'FRepRootMotionMontage::MovementBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativePosition) == 0x000058, "Member 'FRepRootMotionMontage::bRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativeRotation) == 0x000059, "Member 'FRepRootMotionMontage::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AuthoritativeRootMotion) == 0x000060, "Member 'FRepRootMotionMontage::AuthoritativeRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Acceleration) == 0x0000A8, "Member 'FRepRootMotionMontage::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, LinearVelocity) == 0x0000C0, "Member 'FRepRootMotionMontage::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove \ +static_assert(alignof(FSimulatedRootMotionReplicatedMove) == 0x000008, "Wrong alignment on FSimulatedRootMotionReplicatedMove"); \ +static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000E0, "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_FAlphaBlendArgs \ +static_assert(alignof(FAlphaBlendArgs) == 0x000008, "Wrong alignment on FAlphaBlendArgs"); \ +static_assert(sizeof(FAlphaBlendArgs) == 0x000010, "Wrong size on FAlphaBlendArgs"); \ +static_assert(offsetof(FAlphaBlendArgs, CustomCurve) == 0x000000, "Member 'FAlphaBlendArgs::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlendArgs, BlendTime) == 0x000008, "Member 'FAlphaBlendArgs::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlendArgs, BlendOption) == 0x00000C, "Member 'FAlphaBlendArgs::BlendOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontageBlendSettings \ +static_assert(alignof(FMontageBlendSettings) == 0x000008, "Wrong alignment on FMontageBlendSettings"); \ +static_assert(sizeof(FMontageBlendSettings) == 0x000020, "Wrong size on FMontageBlendSettings"); \ +static_assert(offsetof(FMontageBlendSettings, BlendProfile) == 0x000000, "Member 'FMontageBlendSettings::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FMontageBlendSettings, Blend) == 0x000008, "Member 'FMontageBlendSettings::Blend' has a wrong offset!"); \ +static_assert(offsetof(FMontageBlendSettings, BlendMode) == 0x000018, "Member 'FMontageBlendSettings::BlendMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyHandleLookupTable \ +static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ +static_assert(sizeof(FKeyHandleLookupTable) == 0x000088, "Wrong size on FKeyHandleLookupTable"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBoneFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionBoneFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBoneFilter) == 0x00000C, "Wrong size on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionBoneFilter, BoneName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionBoneFilter::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODDamagedActorState \ +static_assert(alignof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000004, "Wrong alignment on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000014, "Wrong size on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorIndex) == 0x00000C, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorHealth) == 0x000010, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorHealth' 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) == 0x000020, "Wrong size on FAnimNode_Root"); \ +static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterBase \ +static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ +static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ +static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticSwitchParameter \ +static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ +static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ +static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctionsRuntimeData \ +static_assert(alignof(FMaterialLayersFunctionsRuntimeData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(sizeof(FMaterialLayersFunctionsRuntimeData) == 0x000020, "Wrong size on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Layers) == 0x000000, "Member 'FMaterialLayersFunctionsRuntimeData::Layers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Blends) == 0x000010, "Member 'FMaterialLayersFunctionsRuntimeData::Blends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetRuntimeData \ +static_assert(alignof(FStaticParameterSetRuntimeData) == 0x000008, "Wrong alignment on FStaticParameterSetRuntimeData"); \ +static_assert(sizeof(FStaticParameterSetRuntimeData) == 0x000038, "Wrong size on FStaticParameterSetRuntimeData"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetRuntimeData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, MaterialLayers) == 0x000010, "Member 'FStaticParameterSetRuntimeData::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000038, "Wrong size on FStaticParameterSet"); \ + +#define DUMPER7_ASSERTS_FTimelineEventEntry \ +static_assert(alignof(FTimelineEventEntry) == 0x000004, "Wrong alignment on FTimelineEventEntry"); \ +static_assert(sizeof(FTimelineEventEntry) == 0x000014, "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_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_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_FAngularDriveConstraint \ +static_assert(alignof(FAngularDriveConstraint) == 0x000008, "Wrong alignment on FAngularDriveConstraint"); \ +static_assert(sizeof(FAngularDriveConstraint) == 0x000068, "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) == 0x000048, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000060, "Member 'FAngularDriveConstraint::AngularDriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintProfileProperties \ +static_assert(alignof(FConstraintProfileProperties) == 0x000008, "Wrong alignment on FConstraintProfileProperties"); \ +static_assert(sizeof(FConstraintProfileProperties) == 0x000158, "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, ShockPropagationAlpha) == 0x000010, "Member 'FConstraintProfileProperties::ShockPropagationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000018, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x000020, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ContactTransferScale) == 0x000024, "Member 'FConstraintProfileProperties::ContactTransferScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000028, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x000044, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x000064, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000088, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000E8, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityType) == 0x000150, "Member 'FConstraintProfileProperties::LinearPlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintInstance \ +static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ +static_assert(sizeof(FConstraintInstance) == 0x000270, "Wrong size on FConstraintInstance"); \ +static_assert(offsetof(FConstraintInstance, JointName) == 0x000038, "Member 'FConstraintInstance::JointName' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone1) == 0x000040, "Member 'FConstraintInstance::ConstraintBone1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone2) == 0x000048, "Member 'FConstraintInstance::ConstraintBone2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos1) == 0x000058, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x000070, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000088, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos2) == 0x0000A0, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x0000B8, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x0000D0, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x0000E8, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x000108, "Member 'FConstraintInstance::ProfileInstance' 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_FPhysicalAnimationData \ +static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ +static_assert(sizeof(FPhysicalAnimationData) == 0x000024, "Wrong size on FPhysicalAnimationData"); \ +static_assert(offsetof(FPhysicalAnimationData, BodyName) == 0x000000, "Member 'FPhysicalAnimationData::BodyName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, OrientationStrength) == 0x00000C, "Member 'FPhysicalAnimationData::OrientationStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, AngularVelocityStrength) == 0x000010, "Member 'FPhysicalAnimationData::AngularVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, PositionStrength) == 0x000014, "Member 'FPhysicalAnimationData::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, VelocityStrength) == 0x000018, "Member 'FPhysicalAnimationData::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxLinearForce) == 0x00001C, "Member 'FPhysicalAnimationData::MaxLinearForce' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxAngularForce) == 0x000020, "Member 'FPhysicalAnimationData::MaxAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ +static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ +static_assert(sizeof(FPhysicalAnimationProfile) == 0x00002C, "Wrong size on FPhysicalAnimationProfile"); \ +static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x000008, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' 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_FTimelineVectorTrack \ +static_assert(alignof(FTimelineVectorTrack) == 0x000008, "Wrong alignment on FTimelineVectorTrack"); \ +static_assert(sizeof(FTimelineVectorTrack) == 0x000040, "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) == 0x000018, "Member 'FTimelineVectorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineVectorTrack, VectorPropertyName) == 0x000020, "Member 'FTimelineVectorTrack::VectorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineFloatTrack \ +static_assert(alignof(FTimelineFloatTrack) == 0x000008, "Wrong alignment on FTimelineFloatTrack"); \ +static_assert(sizeof(FTimelineFloatTrack) == 0x000040, "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) == 0x000018, "Member 'FTimelineFloatTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineFloatTrack, FloatPropertyName) == 0x000020, "Member 'FTimelineFloatTrack::FloatPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineLinearColorTrack \ +static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ +static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "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) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeline \ +static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ +static_assert(sizeof(FTimeline) == 0x000098, "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) == 0x000060, "Member 'FTimeline::TimelineFinishedFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PropertySetObject) == 0x000070, "Member 'FTimeline::PropertySetObject' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, DirectionPropertyName) == 0x000078, "Member 'FTimeline::DirectionPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBuildSettings \ +static_assert(alignof(FMeshBuildSettings) == 0x000008, "Wrong alignment on FMeshBuildSettings"); \ +static_assert(sizeof(FMeshBuildSettings) == 0x000048, "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) == 0x000018, "Member 'FMeshBuildSettings::BuildScale3D' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldResolutionScale) == 0x000030, "Member 'FMeshBuildSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldReplacementMesh) == 0x000038, "Member 'FMeshBuildSettings::DistanceFieldReplacementMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, MaxLumenMeshCards) == 0x000040, "Member 'FMeshBuildSettings::MaxLumenMeshCards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshReductionSettings \ +static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ +static_assert(sizeof(FMeshReductionSettings) == 0x00002C, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfTriangles) == 0x000004, "Member 'FMeshReductionSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000008, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfVerts) == 0x00000C, "Member 'FMeshReductionSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000010, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x000014, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000018, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x00001C, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000020, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x000024, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x000025, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x000026, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000028, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000029, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x00002A, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000098, "Wrong size on FStaticMeshSourceModel"); \ +static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000048, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionTrianglesCount) == 0x000074, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionTrianglesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionVerticesCount) == 0x000078, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionVerticesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x00007C, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000080, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000088, "Member 'FStaticMeshSourceModel::SourceImportFilename' 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_FAnimNodeReference \ +static_assert(alignof(FAnimNodeReference) == 0x000008, "Wrong alignment on FAnimNodeReference"); \ +static_assert(sizeof(FAnimNodeReference) == 0x000010, "Wrong size on FAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FAnimationTransitionRule \ +static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ +static_assert(sizeof(FAnimationTransitionRule) == 0x000010, "Wrong size on FAnimationTransitionRule"); \ +static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x000008, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationStateBase \ +static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ +static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ +static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationState \ +static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ +static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ +static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSectionReference \ +static_assert(alignof(FSectionReference) == 0x000004, "Wrong alignment on FSectionReference"); \ +static_assert(sizeof(FSectionReference) == 0x000004, "Wrong size on FSectionReference"); \ +static_assert(offsetof(FSectionReference, SectionIndex) == 0x000000, "Member 'FSectionReference::SectionIndex' 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_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_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_FPoseSnapshot \ +static_assert(alignof(FPoseSnapshot) == 0x000008, "Wrong alignment on FPoseSnapshot"); \ +static_assert(sizeof(FPoseSnapshot) == 0x000038, "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) == 0x000028, "Member 'FPoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, bIsValid) == 0x000030, "Member 'FPoseSnapshot::bIsValid' 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_FAnimInstanceProxy \ +static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ +static_assert(sizeof(FAnimInstanceProxy) == 0x000740, "Wrong size on FAnimInstanceProxy"); \ + +#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_FDeviceTriggerBaseData \ +static_assert(alignof(FDeviceTriggerBaseData) == 0x000001, "Wrong alignment on FDeviceTriggerBaseData"); \ +static_assert(sizeof(FDeviceTriggerBaseData) == 0x000002, "Wrong size on FDeviceTriggerBaseData"); \ +static_assert(offsetof(FDeviceTriggerBaseData, AffectedTriggers) == 0x000000, "Member 'FDeviceTriggerBaseData::AffectedTriggers' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerBaseData, bResetUponCompletion) == 0x000001, "Member 'FDeviceTriggerBaseData::bResetUponCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000008, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000040, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, OverlapObjectHandle) == 0x000000, "Member 'FOverlapResult::OverlapObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000020, "Member 'FOverlapResult::Component' has a wrong offset!"); \ + +#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_FTableRowBase \ +static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ +static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ + +#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_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_FBuilderPoly \ +static_assert(alignof(FBuilderPoly) == 0x000008, "Wrong alignment on FBuilderPoly"); \ +static_assert(sizeof(FBuilderPoly) == 0x000020, "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) == 0x00001C, "Member 'FBuilderPoly::PolyFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsData \ +static_assert(alignof(FNetworkPhysicsData) == 0x000008, "Wrong alignment on FNetworkPhysicsData"); \ +static_assert(sizeof(FNetworkPhysicsData) == 0x000018, "Wrong size on FNetworkPhysicsData"); \ +static_assert(offsetof(FNetworkPhysicsData, ServerFrame) == 0x000008, "Member 'FNetworkPhysicsData::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsData, LocalFrame) == 0x00000C, "Member 'FNetworkPhysicsData::LocalFrame' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsData, InputFrame) == 0x000010, "Member 'FNetworkPhysicsData::InputFrame' 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_FRepMovement \ +static_assert(alignof(FRepMovement) == 0x000008, "Wrong alignment on FRepMovement"); \ +static_assert(sizeof(FRepMovement) == 0x000070, "Wrong size on FRepMovement"); \ +static_assert(offsetof(FRepMovement, LinearVelocity) == 0x000000, "Member 'FRepMovement::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, AngularVelocity) == 0x000018, "Member 'FRepMovement::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, Location) == 0x000030, "Member 'FRepMovement::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, Rotation) == 0x000048, "Member 'FRepMovement::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, ServerFrame) == 0x000064, "Member 'FRepMovement::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, ServerPhysicsHandle) == 0x000068, "Member 'FRepMovement::ServerPhysicsHandle' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, LocationQuantizationLevel) == 0x00006C, "Member 'FRepMovement::LocationQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x00006D, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x00006E, "Member 'FRepMovement::RotationQuantizationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepAttachment \ +static_assert(alignof(FRepAttachment) == 0x000008, "Wrong alignment on FRepAttachment"); \ +static_assert(sizeof(FRepAttachment) == 0x000060, "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) == 0x000020, "Member 'FRepAttachment::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, RotationOffset) == 0x000038, "Member 'FRepAttachment::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, AttachSocket) == 0x000050, "Member 'FRepAttachment::AttachSocket' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, AttachComponent) == 0x000058, "Member 'FRepAttachment::AttachComponent' 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_FAnimNode_ApplyMeshSpaceAdditive \ +static_assert(alignof(FAnimNode_ApplyMeshSpaceAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyMeshSpaceAdditive) == 0x0000D0, "Wrong size on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, base) == 0x000010, "Member 'FAnimNode_ApplyMeshSpaceAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaInputType) == 0x000030, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Alpha) == 0x000034, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBias) == 0x000090, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBiasClamp) == 0x000098, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, LODThreshold) == 0x0000C8, "Member 'FAnimNode_ApplyMeshSpaceAdditive::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorContainerID \ +static_assert(alignof(FActorContainerID) == 0x000004, "Wrong alignment on FActorContainerID"); \ +static_assert(sizeof(FActorContainerID) == 0x000010, "Wrong size on FActorContainerID"); \ +static_assert(offsetof(FActorContainerID, Guid) == 0x000000, "Member 'FActorContainerID::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionResolveData \ +static_assert(alignof(FWorldPartitionResolveData) == 0x000004, "Wrong alignment on FWorldPartitionResolveData"); \ +static_assert(sizeof(FWorldPartitionResolveData) == 0x000020, "Wrong size on FWorldPartitionResolveData"); \ +static_assert(offsetof(FWorldPartitionResolveData, ContainerID) == 0x000000, "Member 'FWorldPartitionResolveData::ContainerID' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionResolveData, SourceWorldAssetPath) == 0x000010, "Member 'FWorldPartitionResolveData::SourceWorldAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisKeyMapping \ +static_assert(alignof(FInputAxisKeyMapping) == 0x000008, "Wrong alignment on FInputAxisKeyMapping"); \ +static_assert(sizeof(FInputAxisKeyMapping) == 0x000028, "Wrong size on FInputAxisKeyMapping"); \ +static_assert(offsetof(FInputAxisKeyMapping, AxisName) == 0x000000, "Member 'FInputAxisKeyMapping::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Scale) == 0x000008, "Member 'FInputAxisKeyMapping::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Key) == 0x000010, "Member 'FInputAxisKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ +static_assert(alignof(FQuartzQuantizationBoundary) == 0x000008, "Wrong alignment on FQuartzQuantizationBoundary"); \ +static_assert(sizeof(FQuartzQuantizationBoundary) == 0x000020, "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!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bCancelCommandIfClockIsNotRunning) == 0x00000A, "Member 'FQuartzQuantizationBoundary::bCancelCommandIfClockIsNotRunning' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bResetClockOnQueued) == 0x00000B, "Member 'FQuartzQuantizationBoundary::bResetClockOnQueued' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bResumeClockOnQueued) == 0x00000C, "Member 'FQuartzQuantizationBoundary::bResumeClockOnQueued' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorDataLayer \ +static_assert(alignof(FActorDataLayer) == 0x000004, "Wrong alignment on FActorDataLayer"); \ +static_assert(sizeof(FActorDataLayer) == 0x000008, "Wrong size on FActorDataLayer"); \ +static_assert(offsetof(FActorDataLayer, Name) == 0x000000, "Member 'FActorDataLayer::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorLocatorFragmentResolveParameter \ +static_assert(alignof(FActorLocatorFragmentResolveParameter) == 0x000008, "Wrong alignment on FActorLocatorFragmentResolveParameter"); \ +static_assert(sizeof(FActorLocatorFragmentResolveParameter) == 0x000028, "Wrong size on FActorLocatorFragmentResolveParameter"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, StreamingWorld) == 0x000000, "Member 'FActorLocatorFragmentResolveParameter::StreamingWorld' has a wrong offset!"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, ContainerID) == 0x000008, "Member 'FActorLocatorFragmentResolveParameter::ContainerID' has a wrong offset!"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, SourceAssetPath) == 0x000018, "Member 'FActorLocatorFragmentResolveParameter::SourceAssetPath' 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) == 0x0000B8, "Wrong size on FAnimNode_LinkedInputPose"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Name) == 0x000010, "Member 'FAnimNode_LinkedInputPose::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Graph) == 0x000018, "Member 'FAnimNode_LinkedInputPose::Graph' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, InputPose) == 0x000020, "Member 'FAnimNode_LinkedInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorLocatorFragment \ +static_assert(alignof(FActorLocatorFragment) == 0x000008, "Wrong alignment on FActorLocatorFragment"); \ +static_assert(sizeof(FActorLocatorFragment) == 0x000020, "Wrong size on FActorLocatorFragment"); \ +static_assert(offsetof(FActorLocatorFragment, Path) == 0x000000, "Member 'FActorLocatorFragment::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRPCAnalyticsThreshold \ +static_assert(alignof(FRPCAnalyticsThreshold) == 0x000008, "Wrong alignment on FRPCAnalyticsThreshold"); \ +static_assert(sizeof(FRPCAnalyticsThreshold) == 0x000018, "Wrong size on FRPCAnalyticsThreshold"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, RPC) == 0x000000, "Member 'FRPCAnalyticsThreshold::RPC' has a wrong offset!"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, CountPerSec) == 0x000008, "Member 'FRPCAnalyticsThreshold::CountPerSec' has a wrong offset!"); \ +static_assert(offsetof(FRPCAnalyticsThreshold, TimePerSec) == 0x000010, "Member 'FRPCAnalyticsThreshold::TimePerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSphereElem \ +static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ +static_assert(sizeof(FKSphereElem) == 0x000050, "Wrong size on FKSphereElem"); \ +static_assert(offsetof(FKSphereElem, Center) == 0x000030, "Member 'FKSphereElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphereElem, Radius) == 0x000048, "Member 'FKSphereElem::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBoxElem \ +static_assert(alignof(FKBoxElem) == 0x000008, "Wrong alignment on FKBoxElem"); \ +static_assert(sizeof(FKBoxElem) == 0x000070, "Wrong size on FKBoxElem"); \ +static_assert(offsetof(FKBoxElem, Center) == 0x000030, "Member 'FKBoxElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Rotation) == 0x000048, "Member 'FKBoxElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, X) == 0x000060, "Member 'FKBoxElem::X' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Y) == 0x000064, "Member 'FKBoxElem::Y' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Z) == 0x000068, "Member 'FKBoxElem::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSphylElem \ +static_assert(alignof(FKSphylElem) == 0x000008, "Wrong alignment on FKSphylElem"); \ +static_assert(sizeof(FKSphylElem) == 0x000068, "Wrong size on FKSphylElem"); \ +static_assert(offsetof(FKSphylElem, Center) == 0x000030, "Member 'FKSphylElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Rotation) == 0x000048, "Member 'FKSphylElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Radius) == 0x000060, "Member 'FKSphylElem::Radius' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Length) == 0x000064, "Member 'FKSphylElem::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKConvexElem \ +static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ +static_assert(sizeof(FKConvexElem) == 0x000100, "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) == 0x000090, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKTaperedCapsuleElem \ +static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ +static_assert(sizeof(FKTaperedCapsuleElem) == 0x000070, "Wrong size on FKTaperedCapsuleElem"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Center) == 0x000030, "Member 'FKTaperedCapsuleElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Rotation) == 0x000048, "Member 'FKTaperedCapsuleElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000060, "Member 'FKTaperedCapsuleElem::Radius0' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x000064, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000068, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKLevelSetElem \ +static_assert(alignof(FKLevelSetElem) == 0x000010, "Wrong alignment on FKLevelSetElem"); \ +static_assert(sizeof(FKLevelSetElem) == 0x0000A0, "Wrong size on FKLevelSetElem"); \ +static_assert(offsetof(FKLevelSetElem, Transform) == 0x000030, "Member 'FKLevelSetElem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKAggregateGeom \ +static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ +static_assert(sizeof(FKAggregateGeom) == 0x000080, "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!"); \ +static_assert(offsetof(FKAggregateGeom, LevelSetElems) == 0x000050, "Member 'FKAggregateGeom::LevelSetElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SkinnedLevelSetElems) == 0x000060, "Member 'FKAggregateGeom::SkinnedLevelSetElems' 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_FChannelDefinition \ +static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ +static_assert(sizeof(FChannelDefinition) == 0x000020, "Wrong size on FChannelDefinition"); \ +static_assert(offsetof(FChannelDefinition, ChannelName) == 0x000000, "Member 'FChannelDefinition::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ClassName) == 0x000008, "Member 'FChannelDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ChannelClass) == 0x000010, "Member 'FChannelDefinition::ChannelClass' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, StaticChannelIndex) == 0x000018, "Member 'FChannelDefinition::StaticChannelIndex' 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_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_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ + +#define DUMPER7_ASSERTS_FNamedVector \ +static_assert(alignof(FNamedVector) == 0x000008, "Wrong alignment on FNamedVector"); \ +static_assert(sizeof(FNamedVector) == 0x000020, "Wrong size on FNamedVector"); \ +static_assert(offsetof(FNamedVector, Value) == 0x000000, "Member 'FNamedVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedVector, Name) == 0x000018, "Member 'FNamedVector::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedColor \ +static_assert(alignof(FNamedColor) == 0x000004, "Wrong alignment on FNamedColor"); \ +static_assert(sizeof(FNamedColor) == 0x00000C, "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_FNamedTransform \ +static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ +static_assert(sizeof(FNamedTransform) == 0x000070, "Wrong size on FNamedTransform"); \ +static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedTransform, Name) == 0x000060, "Member 'FNamedTransform::Name' 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_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_FAnimNotifyContext \ +static_assert(alignof(FAnimNotifyContext) == 0x000008, "Wrong alignment on FAnimNotifyContext"); \ +static_assert(sizeof(FAnimNotifyContext) == 0x000018, "Wrong size on FAnimNotifyContext"); \ + +#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_FAnimCompressedCurveIndexedName \ +static_assert(alignof(FAnimCompressedCurveIndexedName) == 0x000004, "Wrong alignment on FAnimCompressedCurveIndexedName"); \ +static_assert(sizeof(FAnimCompressedCurveIndexedName) == 0x00000C, "Wrong size on FAnimCompressedCurveIndexedName"); \ +static_assert(offsetof(FAnimCompressedCurveIndexedName, CurveName) == 0x000000, "Member 'FAnimCompressedCurveIndexedName::CurveName' 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"); \ +static_assert(offsetof(FAnimCurveType, bMaterial) == 0x000000, "Member 'FAnimCurveType::bMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveType, bMorphtarget) == 0x000001, "Member 'FAnimCurveType::bMorphtarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveMetaData \ +static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ +static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ +static_assert(offsetof(FCurveMetaData, LinkedBones) == 0x000000, "Member 'FCurveMetaData::LinkedBones' has a wrong offset!"); \ +static_assert(offsetof(FCurveMetaData, MaxLOD) == 0x000010, "Member 'FCurveMetaData::MaxLOD' has a wrong offset!"); \ +static_assert(offsetof(FCurveMetaData, Type) == 0x000011, "Member 'FCurveMetaData::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveParam \ +static_assert(alignof(FAnimCurveParam) == 0x000004, "Wrong alignment on FAnimCurveParam"); \ +static_assert(sizeof(FAnimCurveParam) == 0x00000C, "Wrong size on FAnimCurveParam"); \ +static_assert(offsetof(FAnimCurveParam, Name) == 0x000000, "Member 'FAnimCurveParam::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveBase \ +static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ +static_assert(sizeof(FAnimCurveBase) == 0x00000C, "Wrong size on FAnimCurveBase"); \ +static_assert(offsetof(FAnimCurveBase, CurveName) == 0x000000, "Member 'FAnimCurveBase::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000008, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ + +#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_FFloatCurve \ +static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ +static_assert(sizeof(FFloatCurve) == 0x000090, "Wrong size on FFloatCurve"); \ +static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000010, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorCurve \ +static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ +static_assert(sizeof(FVectorCurve) == 0x000190, "Wrong size on FVectorCurve"); \ +static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000010, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCurve \ +static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ +static_assert(sizeof(FTransformCurve) == 0x0004C0, "Wrong size on FTransformCurve"); \ +static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000010, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001A0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000330, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedFloatCurve \ +static_assert(alignof(FCachedFloatCurve) == 0x000004, "Wrong alignment on FCachedFloatCurve"); \ +static_assert(sizeof(FCachedFloatCurve) == 0x000008, "Wrong size on FCachedFloatCurve"); \ +static_assert(offsetof(FCachedFloatCurve, CurveName) == 0x000000, "Member 'FCachedFloatCurve::CurveName' 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_FAnimationTrackPayload \ +static_assert(alignof(FAnimationTrackPayload) == 0x000004, "Wrong alignment on FAnimationTrackPayload"); \ +static_assert(sizeof(FAnimationTrackPayload) == 0x000008, "Wrong size on FAnimationTrackPayload"); \ +static_assert(offsetof(FAnimationTrackPayload, Name) == 0x000000, "Member 'FAnimationTrackPayload::Name' 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_FAnimationTrackAddedPayload \ +static_assert(alignof(FAnimationTrackAddedPayload) == 0x000004, "Wrong alignment on FAnimationTrackAddedPayload"); \ +static_assert(sizeof(FAnimationTrackAddedPayload) == 0x00000C, "Wrong size on FAnimationTrackAddedPayload"); \ +static_assert(offsetof(FAnimationTrackAddedPayload, TrackIndex) == 0x000008, "Member 'FAnimationTrackAddedPayload::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequenceLengthChangedPayload \ +static_assert(alignof(FSequenceLengthChangedPayload) == 0x000004, "Wrong alignment on FSequenceLengthChangedPayload"); \ +static_assert(sizeof(FSequenceLengthChangedPayload) == 0x000018, "Wrong size on FSequenceLengthChangedPayload"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, PreviousLength) == 0x000000, "Member 'FSequenceLengthChangedPayload::PreviousLength' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, T0) == 0x000004, "Member 'FSequenceLengthChangedPayload::T0' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, T1) == 0x000008, "Member 'FSequenceLengthChangedPayload::T1' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, PreviousNumberOfFrames) == 0x00000C, "Member 'FSequenceLengthChangedPayload::PreviousNumberOfFrames' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, Frame0) == 0x000010, "Member 'FSequenceLengthChangedPayload::Frame0' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, Frame1) == 0x000014, "Member 'FSequenceLengthChangedPayload::Frame1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameRateChangedPayload \ +static_assert(alignof(FFrameRateChangedPayload) == 0x000004, "Wrong alignment on FFrameRateChangedPayload"); \ +static_assert(sizeof(FFrameRateChangedPayload) == 0x000008, "Wrong size on FFrameRateChangedPayload"); \ +static_assert(offsetof(FFrameRateChangedPayload, PreviousFrameRate) == 0x000000, "Member 'FFrameRateChangedPayload::PreviousFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationCurveIdentifier \ +static_assert(alignof(FAnimationCurveIdentifier) == 0x000004, "Wrong alignment on FAnimationCurveIdentifier"); \ +static_assert(sizeof(FAnimationCurveIdentifier) == 0x00000C, "Wrong size on FAnimationCurveIdentifier"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveName) == 0x000000, "Member 'FAnimationCurveIdentifier::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveType) == 0x000008, "Member 'FAnimationCurveIdentifier::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Channel) == 0x000009, "Member 'FAnimationCurveIdentifier::Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Axis) == 0x00000A, "Member 'FAnimationCurveIdentifier::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurvePayload \ +static_assert(alignof(FCurvePayload) == 0x000004, "Wrong alignment on FCurvePayload"); \ +static_assert(sizeof(FCurvePayload) == 0x00000C, "Wrong size on FCurvePayload"); \ +static_assert(offsetof(FCurvePayload, Identifier) == 0x000000, "Member 'FCurvePayload::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveScaledPayload \ +static_assert(alignof(FCurveScaledPayload) == 0x000004, "Wrong alignment on FCurveScaledPayload"); \ +static_assert(sizeof(FCurveScaledPayload) == 0x000014, "Wrong size on FCurveScaledPayload"); \ +static_assert(offsetof(FCurveScaledPayload, Factor) == 0x00000C, "Member 'FCurveScaledPayload::Factor' has a wrong offset!"); \ +static_assert(offsetof(FCurveScaledPayload, Origin) == 0x000010, "Member 'FCurveScaledPayload::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveRenamedPayload \ +static_assert(alignof(FCurveRenamedPayload) == 0x000004, "Wrong alignment on FCurveRenamedPayload"); \ +static_assert(sizeof(FCurveRenamedPayload) == 0x000018, "Wrong size on FCurveRenamedPayload"); \ +static_assert(offsetof(FCurveRenamedPayload, NewIdentifier) == 0x00000C, "Member 'FCurveRenamedPayload::NewIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveFlagsChangedPayload \ +static_assert(alignof(FCurveFlagsChangedPayload) == 0x000004, "Wrong alignment on FCurveFlagsChangedPayload"); \ +static_assert(sizeof(FCurveFlagsChangedPayload) == 0x000010, "Wrong size on FCurveFlagsChangedPayload"); \ +static_assert(offsetof(FCurveFlagsChangedPayload, OldFlags) == 0x00000C, "Member 'FCurveFlagsChangedPayload::OldFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationAttributeIdentifier \ +static_assert(alignof(FAnimationAttributeIdentifier) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifier"); \ +static_assert(sizeof(FAnimationAttributeIdentifier) == 0x000040, "Wrong size on FAnimationAttributeIdentifier"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, Name) == 0x000000, "Member 'FAnimationAttributeIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneName) == 0x000008, "Member 'FAnimationAttributeIdentifier::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneIndex) == 0x000010, "Member 'FAnimationAttributeIdentifier::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStruct) == 0x000018, "Member 'FAnimationAttributeIdentifier::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStructPath) == 0x000020, "Member 'FAnimationAttributeIdentifier::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributePayload \ +static_assert(alignof(FAttributePayload) == 0x000008, "Wrong alignment on FAttributePayload"); \ +static_assert(sizeof(FAttributePayload) == 0x000040, "Wrong size on FAttributePayload"); \ +static_assert(offsetof(FAttributePayload, Identifier) == 0x000000, "Member 'FAttributePayload::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceLocatorFragment \ +static_assert(alignof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong alignment on FAnimInstanceLocatorFragment"); \ +static_assert(sizeof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong size on FAnimInstanceLocatorFragment"); \ +static_assert(offsetof(FAnimInstanceLocatorFragment, Type) == 0x000000, "Member 'FAnimInstanceLocatorFragment::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeConstantData \ +static_assert(alignof(FAnimNodeConstantData) == 0x000008, "Wrong alignment on FAnimNodeConstantData"); \ +static_assert(sizeof(FAnimNodeConstantData) == 0x000018, "Wrong size on FAnimNodeConstantData"); \ +static_assert(offsetof(FAnimNodeConstantData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeConstantData::AnimClassInterface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeConstantData, NodeIndex) == 0x000010, "Member 'FAnimNodeConstantData::NodeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotEvaluationPose \ +static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ +static_assert(sizeof(FSlotEvaluationPose) == 0x000080, "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_FAnimSubsystem \ +static_assert(alignof(FAnimSubsystem) == 0x000008, "Wrong alignment on FAnimSubsystem"); \ +static_assert(sizeof(FAnimSubsystem) == 0x000008, "Wrong size on FAnimSubsystem"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystemInstance \ +static_assert(alignof(FAnimSubsystemInstance) == 0x000008, "Wrong alignment on FAnimSubsystemInstance"); \ +static_assert(sizeof(FAnimSubsystemInstance) == 0x000008, "Wrong size on FAnimSubsystemInstance"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_BlendSpaceGraph \ +static_assert(alignof(FAnimSubsystem_BlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(sizeof(FAnimSubsystem_BlendSpaceGraph) == 0x000018, "Wrong size on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(offsetof(FAnimSubsystem_BlendSpaceGraph, BlendSpaces) == 0x000008, "Member 'FAnimSubsystem_BlendSpaceGraph::BlendSpaces' 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_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_FAnimNotifyEvent \ +static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ +static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000030, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x000038, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x00003C, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000048, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000050, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000058, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000060, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000090, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000091, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x000094, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x000098, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bCanBeFilteredViaRequest) == 0x0000A0, "Member 'FAnimNotifyEvent::bCanBeFilteredViaRequest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A2, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSyncMarker \ +static_assert(alignof(FAnimSyncMarker) == 0x000004, "Wrong alignment on FAnimSyncMarker"); \ +static_assert(sizeof(FAnimSyncMarker) == 0x00000C, "Wrong size on FAnimSyncMarker"); \ +static_assert(offsetof(FAnimSyncMarker, MarkerName) == 0x000000, "Member 'FAnimSyncMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncMarker, Time) == 0x000008, "Member 'FAnimSyncMarker::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyTrack \ +static_assert(alignof(FAnimNotifyTrack) == 0x000008, "Wrong alignment on FAnimNotifyTrack"); \ +static_assert(sizeof(FAnimNotifyTrack) == 0x000038, "Wrong size on FAnimNotifyTrack"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackName) == 0x000000, "Member 'FAnimNotifyTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackColor) == 0x000008, "Member 'FAnimNotifyTrack::TrackColor' 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_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_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_FPrimaryAssetRulesOverride \ +static_assert(alignof(FPrimaryAssetRulesOverride) == 0x000004, "Wrong alignment on FPrimaryAssetRulesOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x00001C, "Wrong size on FPrimaryAssetRulesOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, PrimaryAssetId) == 0x000000, "Member 'FPrimaryAssetRulesOverride::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, Rules) == 0x000010, "Member 'FPrimaryAssetRulesOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride \ +static_assert(alignof(FPrimaryAssetRulesCustomOverride) == 0x000008, "Wrong alignment on FPrimaryAssetRulesCustomOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesCustomOverride) == 0x000038, "Wrong size on FPrimaryAssetRulesCustomOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetRulesCustomOverride::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterDirectory) == 0x000008, "Member 'FPrimaryAssetRulesCustomOverride::FilterDirectory' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterString) == 0x000018, "Member 'FPrimaryAssetRulesCustomOverride::FilterString' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, Rules) == 0x000028, "Member 'FPrimaryAssetRulesCustomOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceBlendProfile \ +static_assert(alignof(FBlendSpaceBlendProfile) == 0x000008, "Wrong alignment on FBlendSpaceBlendProfile"); \ +static_assert(sizeof(FBlendSpaceBlendProfile) == 0x000010, "Wrong size on FBlendSpaceBlendProfile"); \ +static_assert(offsetof(FBlendSpaceBlendProfile, BlendProfile) == 0x000000, "Member 'FBlendSpaceBlendProfile::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceBlendProfile, TargetWeightInterpolationSpeedPerSec) == 0x000008, "Member 'FBlendSpaceBlendProfile::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ +static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ +static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000058, "Wrong size on FSoundModulationDestinationSettings"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Modulators) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000160, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000058, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x0000B0, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000108, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' 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) == 0x000028, "Wrong size on FAnimNode_TransitionResult"); \ +static_assert(offsetof(FAnimNode_TransitionResult, bCanEnterTransition) == 0x000010, "Member 'FAnimNode_TransitionResult::bCanEnterTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpolationParameter \ +static_assert(alignof(FInterpolationParameter) == 0x000004, "Wrong alignment on FInterpolationParameter"); \ +static_assert(sizeof(FInterpolationParameter) == 0x000010, "Wrong size on FInterpolationParameter"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationTime) == 0x000000, "Member 'FInterpolationParameter::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FInterpolationParameter, DampingRatio) == 0x000004, "Member 'FInterpolationParameter::DampingRatio' has a wrong offset!"); \ +static_assert(offsetof(FInterpolationParameter, MaxSpeed) == 0x000008, "Member 'FInterpolationParameter::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationType) == 0x00000C, "Member 'FInterpolationParameter::InterpolationType' 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_0) == 0x000010, "Member 'FBlendParameter::min_0' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, max_0) == 0x000014, "Member 'FBlendParameter::max_0' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, GridNum) == 0x000018, "Member 'FBlendParameter::GridNum' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, bSnapToGrid) == 0x00001C, "Member 'FBlendParameter::bSnapToGrid' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, bWrapInput) == 0x00001D, "Member 'FBlendParameter::bWrapInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBiasClampConstants \ +static_assert(alignof(FInputScaleBiasClampConstants) == 0x000004, "Wrong alignment on FInputScaleBiasClampConstants"); \ +static_assert(sizeof(FInputScaleBiasClampConstants) == 0x00002C, "Wrong size on FInputScaleBiasClampConstants"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bMapRange) == 0x000000, "Member 'FInputScaleBiasClampConstants::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bClampResult) == 0x000001, "Member 'FInputScaleBiasClampConstants::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClampConstants::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InRange) == 0x000004, "Member 'FInputScaleBiasClampConstants::InRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, OutRange) == 0x00000C, "Member 'FInputScaleBiasClampConstants::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, Scale) == 0x000014, "Member 'FInputScaleBiasClampConstants::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, Bias) == 0x000018, "Member 'FInputScaleBiasClampConstants::Bias' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClampConstants::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, ClampMax) == 0x000020, "Member 'FInputScaleBiasClampConstants::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClampConstants::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClampConstants, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClampConstants::InterpSpeedDecreasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSample \ +static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ +static_assert(sizeof(FBlendSample) == 0x000028, "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) == 0x000020, "Member 'FBlendSample::RateScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceSegment \ +static_assert(alignof(FBlendSpaceSegment) == 0x000004, "Wrong alignment on FBlendSpaceSegment"); \ +static_assert(sizeof(FBlendSpaceSegment) == 0x000010, "Wrong size on FBlendSpaceSegment"); \ +static_assert(offsetof(FBlendSpaceSegment, SampleIndices) == 0x000000, "Member 'FBlendSpaceSegment::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceSegment, Vertices) == 0x000008, "Member 'FBlendSpaceSegment::Vertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceTriangleEdgeInfo \ +static_assert(alignof(FBlendSpaceTriangleEdgeInfo) == 0x000008, "Wrong alignment on FBlendSpaceTriangleEdgeInfo"); \ +static_assert(sizeof(FBlendSpaceTriangleEdgeInfo) == 0x000028, "Wrong size on FBlendSpaceTriangleEdgeInfo"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, Normal) == 0x000000, "Member 'FBlendSpaceTriangleEdgeInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, NeighbourTriangleIndex) == 0x000010, "Member 'FBlendSpaceTriangleEdgeInfo::NeighbourTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterTriangleIndices) == 0x000014, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterTriangleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangleEdgeInfo, AdjacentPerimeterVertexIndices) == 0x00001C, "Member 'FBlendSpaceTriangleEdgeInfo::AdjacentPerimeterVertexIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceTriangle \ +static_assert(alignof(FBlendSpaceTriangle) == 0x000008, "Wrong alignment on FBlendSpaceTriangle"); \ +static_assert(sizeof(FBlendSpaceTriangle) == 0x0000B8, "Wrong size on FBlendSpaceTriangle"); \ +static_assert(offsetof(FBlendSpaceTriangle, SampleIndices) == 0x000000, "Member 'FBlendSpaceTriangle::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangle, Vertices) == 0x000010, "Member 'FBlendSpaceTriangle::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceTriangle, EdgeInfo) == 0x000040, "Member 'FBlendSpaceTriangle::EdgeInfo' 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) == 0x000020, "Wrong size on FAnimNode_StateResult"); \ + +#define DUMPER7_ASSERTS_FWeightedBlendSample \ +static_assert(alignof(FWeightedBlendSample) == 0x000004, "Wrong alignment on FWeightedBlendSample"); \ +static_assert(sizeof(FWeightedBlendSample) == 0x000008, "Wrong size on FWeightedBlendSample"); \ +static_assert(offsetof(FWeightedBlendSample, SampleIndex) == 0x000000, "Member 'FWeightedBlendSample::SampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeightedBlendSample, SampleWeight) == 0x000004, "Member 'FWeightedBlendSample::SampleWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceData \ +static_assert(alignof(FBlendSpaceData) == 0x000008, "Wrong alignment on FBlendSpaceData"); \ +static_assert(sizeof(FBlendSpaceData) == 0x000020, "Wrong size on FBlendSpaceData"); \ +static_assert(offsetof(FBlendSpaceData, Segments) == 0x000000, "Member 'FBlendSpaceData::Segments' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceData, Triangles) == 0x000010, "Member 'FBlendSpaceData::Triangles' 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_FColorGradePerRangeSettings \ +static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ +static_assert(sizeof(FColorGradePerRangeSettings) == 0x0000A0, "Wrong size on FColorGradePerRangeSettings"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000020, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000040, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000060, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000080, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradingSettings \ +static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ +static_assert(sizeof(FColorGradingSettings) == 0x000290, "Wrong size on FColorGradingSettings"); \ +static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Shadows) == 0x0000A0, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Midtones) == 0x000140, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0001E0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000280, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000284, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMax) == 0x000288, "Member 'FColorGradingSettings::HighlightsMax' 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_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) == 0x000070, "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) == 0x000008, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000018, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x00001C, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneInterpolation \ +static_assert(alignof(FPerBoneInterpolation) == 0x000004, "Wrong alignment on FPerBoneInterpolation"); \ +static_assert(sizeof(FPerBoneInterpolation) == 0x000014, "Wrong size on FPerBoneInterpolation"); \ +static_assert(offsetof(FPerBoneInterpolation, BoneReference) == 0x000000, "Member 'FPerBoneInterpolation::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FPerBoneInterpolation, InterpolationSpeedPerSec) == 0x000010, "Member 'FPerBoneInterpolation::InterpolationSpeedPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSwitchCustomInput \ +static_assert(alignof(FSwitchCustomInput) == 0x000008, "Wrong alignment on FSwitchCustomInput"); \ +static_assert(sizeof(FSwitchCustomInput) == 0x000030, "Wrong size on FSwitchCustomInput"); \ +static_assert(offsetof(FSwitchCustomInput, InputName) == 0x000000, "Member 'FSwitchCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FSwitchCustomInput, Input) == 0x000008, "Member 'FSwitchCustomInput::Input' 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_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_FCompressedRichCurve \ +static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ +static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionOutput \ +static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ +static_assert(sizeof(FFunctionExpressionOutput) == 0x000038, "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_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_FParameterChannelNames \ +static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ +static_assert(sizeof(FParameterChannelNames) == 0x000040, "Wrong size on FParameterChannelNames"); \ +static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, G) == 0x000010, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, B) == 0x000020, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, A) == 0x000030, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ +static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ +static_assert(sizeof(FBPEditorBookmarkNode) == 0x000030, "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_FBookmark2DJumpToSettings \ +static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ +static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ + +#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_FBookmarkBaseJumpToSettings \ +static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ +static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FStreamableTexture \ +static_assert(alignof(FStreamableTexture) == 0x000001, "Wrong alignment on FStreamableTexture"); \ +static_assert(sizeof(FStreamableTexture) == 0x000001, "Wrong size on FStreamableTexture"); \ + +#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_FDataDrivenShaderPlatformInfoInput \ +static_assert(alignof(FDataDrivenShaderPlatformInfoInput) == 0x000004, "Wrong alignment on FDataDrivenShaderPlatformInfoInput"); \ +static_assert(sizeof(FDataDrivenShaderPlatformInfoInput) == 0x00000C, "Wrong size on FDataDrivenShaderPlatformInfoInput"); \ +static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, InputName) == 0x000000, "Member 'FDataDrivenShaderPlatformInfoInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, PropertyCondition) == 0x000008, "Member 'FDataDrivenShaderPlatformInfoInput::PropertyCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNonBlendableQuaternionAnimationAttribute \ +static_assert(alignof(FNonBlendableQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableQuaternionAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableQuaternionAnimationAttribute) == 0x000020, "Wrong size on FNonBlendableQuaternionAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FNonBlendableVectorAnimationAttribute \ +static_assert(alignof(FNonBlendableVectorAnimationAttribute) == 0x000008, "Wrong alignment on FNonBlendableVectorAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableVectorAnimationAttribute) == 0x000018, "Wrong size on FNonBlendableVectorAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctionsEditorOnlyData \ +static_assert(alignof(FMaterialLayersFunctionsEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(sizeof(FMaterialLayersFunctionsEditorOnlyData) == 0x000070, "Wrong size on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerStates) == 0x000000, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerNames) == 0x000010, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToLayerRelatives) == 0x000020, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToLayerRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToBlendRelatives) == 0x000030, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToBlendRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerGuids) == 0x000040, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerGuids' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerLinkStates) == 0x000050, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerLinkStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, DeletedParentLayerGuids) == 0x000060, "Member 'FMaterialLayersFunctionsEditorOnlyData::DeletedParentLayerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctions \ +static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ +static_assert(sizeof(FMaterialLayersFunctions) == 0x000100, "Wrong size on FMaterialLayersFunctions"); \ +static_assert(offsetof(FMaterialLayersFunctions, EditorOnly) == 0x000020, "Member 'FMaterialLayersFunctions::EditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerStates) == 0x000090, "Member 'FMaterialLayersFunctions::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerNames) == 0x0000A0, "Member 'FMaterialLayersFunctions::LayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, RestrictToLayerRelatives) == 0x0000B0, "Member 'FMaterialLayersFunctions::RestrictToLayerRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, RestrictToBlendRelatives) == 0x0000C0, "Member 'FMaterialLayersFunctions::RestrictToBlendRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerGuids) == 0x0000D0, "Member 'FMaterialLayersFunctions::LayerGuids' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerLinkStates) == 0x0000E0, "Member 'FMaterialLayersFunctions::LayerLinkStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, DeletedParentLayerGuids) == 0x0000F0, "Member 'FMaterialLayersFunctions::DeletedParentLayerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNonBlendableTransformAnimationAttribute \ +static_assert(alignof(FNonBlendableTransformAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableTransformAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableTransformAnimationAttribute) == 0x000060, "Wrong size on FNonBlendableTransformAnimationAttribute"); \ + +#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_FNonBlendableFloatAnimationAttribute \ +static_assert(alignof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableFloatAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableFloatAnimationAttribute"); \ + +#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_FNonBlendableIntegerAnimationAttribute \ +static_assert(alignof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableIntegerAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableIntegerAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FStaticMeshBudgetInfo \ +static_assert(alignof(FStaticMeshBudgetInfo) == 0x000008, "Wrong alignment on FStaticMeshBudgetInfo"); \ +static_assert(sizeof(FStaticMeshBudgetInfo) == 0x000010, "Wrong size on FStaticMeshBudgetInfo"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, LodGroupName) == 0x000000, "Member 'FStaticMeshBudgetInfo::LodGroupName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, MinimumExtent) == 0x000008, "Member 'FStaticMeshBudgetInfo::MinimumExtent' 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_FTextSizingParameters \ +static_assert(alignof(FTextSizingParameters) == 0x000008, "Wrong alignment on FTextSizingParameters"); \ +static_assert(sizeof(FTextSizingParameters) == 0x000038, "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) == 0x000020, "Member 'FTextSizingParameters::DrawFont' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, SpacingAdjust) == 0x000028, "Member 'FTextSizingParameters::SpacingAdjust' 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_FWrappedStringElement \ +static_assert(alignof(FWrappedStringElement) == 0x000008, "Wrong alignment on FWrappedStringElement"); \ +static_assert(sizeof(FWrappedStringElement) == 0x000020, "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_FWorldPartitionRuntimeCellDebugInfo \ +static_assert(alignof(FWorldPartitionRuntimeCellDebugInfo) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellDebugInfo) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, Name) == 0x000000, "Member 'FWorldPartitionRuntimeCellDebugInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, GridName) == 0x000010, "Member 'FWorldPartitionRuntimeCellDebugInfo::GridName' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordX) == 0x000018, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordX' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordY) == 0x000020, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordY' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordZ) == 0x000028, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x0000C8, "Wrong size on FCharacterMoveResponsePackedBits"); \ + +#define DUMPER7_ASSERTS_FNavigationLink \ +static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ +static_assert(sizeof(FNavigationLink) == 0x000070, "Wrong size on FNavigationLink"); \ +static_assert(offsetof(FNavigationLink, Left) == 0x000040, "Member 'FNavigationLink::Left' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLink, Right) == 0x000058, "Member 'FNavigationLink::Right' 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_FPlayerMuteList \ +static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ +static_assert(sizeof(FPlayerMuteList) == 0x000058, "Wrong size on FPlayerMuteList"); \ +static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000050, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000054, "Member 'FPlayerMuteList::VoiceChannelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimecodeCustomAttributeNameSettings \ +static_assert(alignof(FTimecodeCustomAttributeNameSettings) == 0x000004, "Wrong alignment on FTimecodeCustomAttributeNameSettings"); \ +static_assert(sizeof(FTimecodeCustomAttributeNameSettings) == 0x000038, "Wrong size on FTimecodeCustomAttributeNameSettings"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, HourAttributeName) == 0x000000, "Member 'FTimecodeCustomAttributeNameSettings::HourAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, MinuteAttributeName) == 0x000008, "Member 'FTimecodeCustomAttributeNameSettings::MinuteAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, SecondAttributeName) == 0x000010, "Member 'FTimecodeCustomAttributeNameSettings::SecondAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, FrameAttributeName) == 0x000018, "Member 'FTimecodeCustomAttributeNameSettings::FrameAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, SubframeAttributeName) == 0x000020, "Member 'FTimecodeCustomAttributeNameSettings::SubframeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, RateAttributeName) == 0x000028, "Member 'FTimecodeCustomAttributeNameSettings::RateAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FTimecodeCustomAttributeNameSettings, TakenameAttributeName) == 0x000030, "Member 'FTimecodeCustomAttributeNameSettings::TakenameAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDrawCommandStatsBudgetTotals \ +static_assert(alignof(FMeshDrawCommandStatsBudgetTotals) == 0x000004, "Wrong alignment on FMeshDrawCommandStatsBudgetTotals"); \ +static_assert(sizeof(FMeshDrawCommandStatsBudgetTotals) == 0x000008, "Wrong size on FMeshDrawCommandStatsBudgetTotals"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, PrimitiveBudget) == 0x000000, "Member 'FMeshDrawCommandStatsBudgetTotals::PrimitiveBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, Collection) == 0x000004, "Member 'FMeshDrawCommandStatsBudgetTotals::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomAttribute \ +static_assert(alignof(FCustomAttribute) == 0x000001, "Wrong alignment on FCustomAttribute"); \ +static_assert(sizeof(FCustomAttribute) == 0x000001, "Wrong size on FCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FCustomAttributePerBoneData \ +static_assert(alignof(FCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FCustomAttributePerBoneData"); \ +static_assert(sizeof(FCustomAttributePerBoneData) == 0x000001, "Wrong size on FCustomAttributePerBoneData"); \ + +#define DUMPER7_ASSERTS_FBakedStringCustomAttribute \ +static_assert(alignof(FBakedStringCustomAttribute) == 0x000001, "Wrong alignment on FBakedStringCustomAttribute"); \ +static_assert(sizeof(FBakedStringCustomAttribute) == 0x000001, "Wrong size on FBakedStringCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FBeamTargetData \ +static_assert(alignof(FBeamTargetData) == 0x000004, "Wrong alignment on FBeamTargetData"); \ +static_assert(sizeof(FBeamTargetData) == 0x00000C, "Wrong size on FBeamTargetData"); \ +static_assert(offsetof(FBeamTargetData, TargetName) == 0x000000, "Member 'FBeamTargetData::TargetName' has a wrong offset!"); \ +static_assert(offsetof(FBeamTargetData, TargetPercentage) == 0x000008, "Member 'FBeamTargetData::TargetPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedFloatCustomAttribute \ +static_assert(alignof(FBakedFloatCustomAttribute) == 0x000001, "Wrong alignment on FBakedFloatCustomAttribute"); \ +static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000001, "Wrong size on FBakedFloatCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData \ +static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ +static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong size on FBakedCustomAttributePerBoneData"); \ + +#define DUMPER7_ASSERTS_FDataLayerInstanceNames \ +static_assert(alignof(FDataLayerInstanceNames) == 0x000008, "Wrong alignment on FDataLayerInstanceNames"); \ +static_assert(sizeof(FDataLayerInstanceNames) == 0x000018, "Wrong size on FDataLayerInstanceNames"); \ +static_assert(offsetof(FDataLayerInstanceNames, bIsFirstDataLayerExternal) == 0x000000, "Member 'FDataLayerInstanceNames::bIsFirstDataLayerExternal' has a wrong offset!"); \ +static_assert(offsetof(FDataLayerInstanceNames, DataLayers) == 0x000008, "Member 'FDataLayerInstanceNames::DataLayers' 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_FOrbitOptions \ +static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ +static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ + +#define DUMPER7_ASSERTS_FRawDistributionVector \ +static_assert(alignof(FRawDistributionVector) == 0x000008, "Wrong alignment on FRawDistributionVector"); \ +static_assert(sizeof(FRawDistributionVector) == 0x000060, "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) == 0x000040, "Member 'FRawDistributionVector::MaxValueVec' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, Distribution) == 0x000058, "Member 'FRawDistributionVector::Distribution' 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_FFXSystemSpawnParameters \ +static_assert(alignof(FFXSystemSpawnParameters) == 0x000008, "Wrong alignment on FFXSystemSpawnParameters"); \ +static_assert(sizeof(FFXSystemSpawnParameters) == 0x000070, "Wrong size on FFXSystemSpawnParameters"); \ +static_assert(offsetof(FFXSystemSpawnParameters, WorldContextObject) == 0x000000, "Member 'FFXSystemSpawnParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, SystemTemplate) == 0x000008, "Member 'FFXSystemSpawnParameters::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Location) == 0x000010, "Member 'FFXSystemSpawnParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Rotation) == 0x000028, "Member 'FFXSystemSpawnParameters::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Scale) == 0x000040, "Member 'FFXSystemSpawnParameters::Scale' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachToComponent) == 0x000058, "Member 'FFXSystemSpawnParameters::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachPointName) == 0x000060, "Member 'FFXSystemSpawnParameters::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, LocationType) == 0x000068, "Member 'FFXSystemSpawnParameters::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoDestroy) == 0x000069, "Member 'FFXSystemSpawnParameters::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoActivate) == 0x00006A, "Member 'FFXSystemSpawnParameters::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, PoolingMethod) == 0x00006B, "Member 'FFXSystemSpawnParameters::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bPreCullCheck) == 0x00006C, "Member 'FFXSystemSpawnParameters::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bIsPlayerEffect) == 0x00006D, "Member 'FFXSystemSpawnParameters::bIsPlayerEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction \ +static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ +static_assert(sizeof(FEdGraphSchemaAction) == 0x0000E0, "Wrong size on FEdGraphSchemaAction"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000018, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000028, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000038, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000048, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00004C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000050, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000060, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000070, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x000090, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000D0, "Member 'FEdGraphSchemaAction::SearchText' 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) == 0x0000E8, "Wrong size on FEdGraphSchemaAction_NewNode"); \ +static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x0000E0, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteLocalVectorFieldInfo \ +static_assert(alignof(FGPUSpriteLocalVectorFieldInfo) == 0x000010, "Wrong alignment on FGPUSpriteLocalVectorFieldInfo"); \ +static_assert(sizeof(FGPUSpriteLocalVectorFieldInfo) == 0x0000D0, "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) == 0x000070, "Member 'FGPUSpriteLocalVectorFieldInfo::MinInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MaxInitialRotation) == 0x000088, "Member 'FGPUSpriteLocalVectorFieldInfo::MaxInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, RotationRate) == 0x0000A0, "Member 'FGPUSpriteLocalVectorFieldInfo::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Intensity) == 0x0000B8, "Member 'FGPUSpriteLocalVectorFieldInfo::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Tightness) == 0x0000BC, "Member 'FGPUSpriteLocalVectorFieldInfo::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteEmitterInfo \ +static_assert(alignof(FGPUSpriteEmitterInfo) == 0x000010, "Wrong alignment on FGPUSpriteEmitterInfo"); \ +static_assert(sizeof(FGPUSpriteEmitterInfo) == 0x000350, "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) == 0x000100, "Member 'FGPUSpriteEmitterInfo::VectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DragCoefficient) == 0x000120, "Member 'FGPUSpriteEmitterInfo::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorStrength) == 0x000140, "Member 'FGPUSpriteEmitterInfo::PointAttractorStrength' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, Resilience) == 0x000160, "Member 'FGPUSpriteEmitterInfo::Resilience' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, ConstantAcceleration) == 0x000180, "Member 'FGPUSpriteEmitterInfo::ConstantAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorPosition) == 0x000198, "Member 'FGPUSpriteEmitterInfo::PointAttractorPosition' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorRadiusSq) == 0x0001B0, "Member 'FGPUSpriteEmitterInfo::PointAttractorRadiusSq' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetBase) == 0x0001B8, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetRange) == 0x0001D0, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, InvMaxSize) == 0x0001E8, "Member 'FGPUSpriteEmitterInfo::InvMaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, InvRotationRateScale) == 0x0001F8, "Member 'FGPUSpriteEmitterInfo::InvRotationRateScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxLifetime) == 0x0001FC, "Member 'FGPUSpriteEmitterInfo::MaxLifetime' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxParticleCount) == 0x000200, "Member 'FGPUSpriteEmitterInfo::MaxParticleCount' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, ScreenAlignment) == 0x000204, "Member 'FGPUSpriteEmitterInfo::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, LockAxisFlag) == 0x000205, "Member 'FGPUSpriteEmitterInfo::LockAxisFlag' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, CollisionMode) == 0x00020C, "Member 'FGPUSpriteEmitterInfo::CollisionMode' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MinFacingCameraBlendDistance) == 0x000214, "Member 'FGPUSpriteEmitterInfo::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxFacingCameraBlendDistance) == 0x000218, "Member 'FGPUSpriteEmitterInfo::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColor) == 0x000220, "Member 'FGPUSpriteEmitterInfo::DynamicColor' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlpha) == 0x000280, "Member 'FGPUSpriteEmitterInfo::DynamicAlpha' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColorScale) == 0x0002B0, "Member 'FGPUSpriteEmitterInfo::DynamicColorScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlphaScale) == 0x000310, "Member 'FGPUSpriteEmitterInfo::DynamicAlphaScale' 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_FLevelStreamingStatus \ +static_assert(alignof(FLevelStreamingStatus) == 0x000004, "Wrong alignment on FLevelStreamingStatus"); \ +static_assert(sizeof(FLevelStreamingStatus) == 0x000010, "Wrong size on FLevelStreamingStatus"); \ +static_assert(offsetof(FLevelStreamingStatus, PackageName) == 0x000000, "Member 'FLevelStreamingStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'FLevelStreamingStatus::LODIndex' 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) == 0x000028, "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) == 0x000018, "Member 'FParticleEvent_GenerateInfo::ParticleModuleEventsToSendToGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetDriverDefinition \ +static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ +static_assert(sizeof(FNetDriverDefinition) == 0x00001C, "Wrong size on FNetDriverDefinition"); \ +static_assert(offsetof(FNetDriverDefinition, DefName) == 0x000000, "Member 'FNetDriverDefinition::DefName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassName) == 0x000008, "Member 'FNetDriverDefinition::DriverClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassNameFallback) == 0x000010, "Member 'FNetDriverDefinition::DriverClassNameFallback' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, MaxChannelsOverride) == 0x000018, "Member 'FNetDriverDefinition::MaxChannelsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIrisNetDriverConfig \ +static_assert(alignof(FIrisNetDriverConfig) == 0x000008, "Wrong alignment on FIrisNetDriverConfig"); \ +static_assert(sizeof(FIrisNetDriverConfig) == 0x000028, "Wrong size on FIrisNetDriverConfig"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverDefinition) == 0x000000, "Member 'FIrisNetDriverConfig::NetDriverDefinition' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverName) == 0x000008, "Member 'FIrisNetDriverConfig::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverWildcardName) == 0x000010, "Member 'FIrisNetDriverConfig::NetDriverWildcardName' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, bCanUseIris) == 0x000020, "Member 'FIrisNetDriverConfig::bCanUseIris' 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_FWorldContext \ +static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ +static_assert(sizeof(FWorldContext) == 0x0002C8, "Wrong size on FWorldContext"); \ +static_assert(offsetof(FWorldContext, LastURL) == 0x0000C0, "Member 'FWorldContext::LastURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LastRemoteURL) == 0x000128, "Member 'FWorldContext::LastRemoteURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingNetGame) == 0x000190, "Member 'FWorldContext::PendingNetGame' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PackagesToFullyLoad) == 0x000198, "Member 'FWorldContext::PackagesToFullyLoad' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LoadedLevelsForPendingMapChange) == 0x0001B8, "Member 'FWorldContext::LoadedLevelsForPendingMapChange' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ObjectReferencers) == 0x0001E0, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x0001F0, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, GameViewport) == 0x000200, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000208, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000210, "Member 'FWorldContext::ActiveNetDrivers' 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_FParticleSystemReplayFrame \ +static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ +static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ + +#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_FDropNoteInfo \ +static_assert(alignof(FDropNoteInfo) == 0x000008, "Wrong alignment on FDropNoteInfo"); \ +static_assert(sizeof(FDropNoteInfo) == 0x000040, "Wrong size on FDropNoteInfo"); \ +static_assert(offsetof(FDropNoteInfo, Location) == 0x000000, "Member 'FDropNoteInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Rotation) == 0x000018, "Member 'FDropNoteInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Comment) == 0x000030, "Member 'FDropNoteInfo::Comment' 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_FScreenMessageString \ +static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ +static_assert(sizeof(FScreenMessageString) == 0x000038, "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) == 0x000028, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameNameRedirect \ +static_assert(alignof(FGameNameRedirect) == 0x000004, "Wrong alignment on FGameNameRedirect"); \ +static_assert(sizeof(FGameNameRedirect) == 0x000010, "Wrong size on FGameNameRedirect"); \ +static_assert(offsetof(FGameNameRedirect, OldGameName) == 0x000000, "Member 'FGameNameRedirect::OldGameName' has a wrong offset!"); \ +static_assert(offsetof(FGameNameRedirect, NewGameName) == 0x000008, "Member 'FGameNameRedirect::NewGameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTViewTarget \ +static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ +static_assert(sizeof(FTViewTarget) == 0x000820, "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) == 0x000810, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassRedirect \ +static_assert(alignof(FClassRedirect) == 0x000004, "Wrong alignment on FClassRedirect"); \ +static_assert(sizeof(FClassRedirect) == 0x00003C, "Wrong size on FClassRedirect"); \ +static_assert(offsetof(FClassRedirect, ObjectName) == 0x000000, "Member 'FClassRedirect::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldClassName) == 0x000008, "Member 'FClassRedirect::OldClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassName) == 0x000010, "Member 'FClassRedirect::NewClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldSubobjName) == 0x000018, "Member 'FClassRedirect::OldSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewSubobjName) == 0x000020, "Member 'FClassRedirect::NewSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassClass) == 0x000028, "Member 'FClassRedirect::NewClassClass' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassPackage) == 0x000030, "Member 'FClassRedirect::NewClassPackage' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, InstanceOnly) == 0x000038, "Member 'FClassRedirect::InstanceOnly' 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_FSpecularProfileStruct \ +static_assert(alignof(FSpecularProfileStruct) == 0x000008, "Wrong alignment on FSpecularProfileStruct"); \ +static_assert(sizeof(FSpecularProfileStruct) == 0x000420, "Wrong size on FSpecularProfileStruct"); \ +static_assert(offsetof(FSpecularProfileStruct, Format) == 0x000000, "Member 'FSpecularProfileStruct::Format' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, ViewColor) == 0x000008, "Member 'FSpecularProfileStruct::ViewColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, LightColor) == 0x000210, "Member 'FSpecularProfileStruct::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, Texture) == 0x000418, "Member 'FSpecularProfileStruct::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructRedirect \ +static_assert(alignof(FStructRedirect) == 0x000004, "Wrong alignment on FStructRedirect"); \ +static_assert(sizeof(FStructRedirect) == 0x000010, "Wrong size on FStructRedirect"); \ +static_assert(offsetof(FStructRedirect, OldStructName) == 0x000000, "Member 'FStructRedirect::OldStructName' has a wrong offset!"); \ +static_assert(offsetof(FStructRedirect, NewStructName) == 0x000008, "Member 'FStructRedirect::NewStructName' 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_FTickPrerequisite \ +static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ +static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ + +#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_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_FBlueprintDebugData \ +static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ +static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ + +#define DUMPER7_ASSERTS_FRigidBodyContactInfo \ +static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ +static_assert(sizeof(FRigidBodyContactInfo) == 0x000048, "Wrong size on FRigidBodyContactInfo"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x000018, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000030, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, bContactProbe) == 0x000034, "Member 'FRigidBodyContactInfo::bContactProbe' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000038, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialProxySettings \ +static_assert(alignof(FMaterialProxySettings) == 0x000008, "Wrong alignment on FMaterialProxySettings"); \ +static_assert(sizeof(FMaterialProxySettings) == 0x0000A0, "Wrong size on FMaterialProxySettings"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000000, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000004, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TargetTexelDensityPerMeter) == 0x00000C, "Member 'FMaterialProxySettings::TargetTexelDensityPerMeter' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMaxScreenSizePercent) == 0x000010, "Member 'FMaterialProxySettings::MeshMaxScreenSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMinDrawDistance) == 0x000018, "Member 'FMaterialProxySettings::MeshMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000020, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x000024, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000028, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x00002C, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000030, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x000034, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000038, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x00003C, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000040, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x000041, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000044, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x00004C, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000054, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x00005C, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000064, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x00006C, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000074, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x00007C, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000084, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x00008C, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000094, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDisplacementMap \ +static_assert(alignof(FMeshDisplacementMap) == 0x000008, "Wrong alignment on FMeshDisplacementMap"); \ +static_assert(sizeof(FMeshDisplacementMap) == 0x000010, "Wrong size on FMeshDisplacementMap"); \ +static_assert(offsetof(FMeshDisplacementMap, Texture) == 0x000000, "Member 'FMeshDisplacementMap::Texture' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Magnitude) == 0x000008, "Member 'FMeshDisplacementMap::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Center) == 0x00000C, "Member 'FMeshDisplacementMap::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshNaniteSettings \ +static_assert(alignof(FMeshNaniteSettings) == 0x000008, "Wrong alignment on FMeshNaniteSettings"); \ +static_assert(sizeof(FMeshNaniteSettings) == 0x000040, "Wrong size on FMeshNaniteSettings"); \ +static_assert(offsetof(FMeshNaniteSettings, PositionPrecision) == 0x000004, "Member 'FMeshNaniteSettings::PositionPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, NormalPrecision) == 0x000008, "Member 'FMeshNaniteSettings::NormalPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TangentPrecision) == 0x00000C, "Member 'FMeshNaniteSettings::TangentPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TargetMinimumResidencyInKB) == 0x000010, "Member 'FMeshNaniteSettings::TargetMinimumResidencyInKB' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, KeepPercentTriangles) == 0x000014, "Member 'FMeshNaniteSettings::KeepPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TrimRelativeError) == 0x000018, "Member 'FMeshNaniteSettings::TrimRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackTarget) == 0x00001C, "Member 'FMeshNaniteSettings::FallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackPercentTriangles) == 0x000020, "Member 'FMeshNaniteSettings::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackRelativeError) == 0x000024, "Member 'FMeshNaniteSettings::FallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, MaxEdgeLengthFactor) == 0x000028, "Member 'FMeshNaniteSettings::MaxEdgeLengthFactor' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, DisplacementUVChannel) == 0x00002C, "Member 'FMeshNaniteSettings::DisplacementUVChannel' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, DisplacementMaps) == 0x000030, "Member 'FMeshNaniteSettings::DisplacementMaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshProxySettings \ +static_assert(alignof(FMeshProxySettings) == 0x000008, "Wrong alignment on FMeshProxySettings"); \ +static_assert(sizeof(FMeshProxySettings) == 0x000100, "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) == 0x0000A8, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x0000AC, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x0000B0, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x0000B4, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000B8, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000BC, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000BD, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NaniteSettings) == 0x0000C0, "Member 'FMeshProxySettings::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionImpactData \ +static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ +static_assert(sizeof(FCollisionImpactData) == 0x000048, "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) == 0x000028, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000040, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHardwareCursorReference \ +static_assert(alignof(FHardwareCursorReference) == 0x000008, "Wrong alignment on FHardwareCursorReference"); \ +static_assert(sizeof(FHardwareCursorReference) == 0x000018, "Wrong size on FHardwareCursorReference"); \ +static_assert(offsetof(FHardwareCursorReference, CursorPath) == 0x000000, "Member 'FHardwareCursorReference::CursorPath' has a wrong offset!"); \ +static_assert(offsetof(FHardwareCursorReference, HotSpot) == 0x000008, "Member 'FHardwareCursorReference::HotSpot' 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_FSkeletalMeshSourceModel \ +static_assert(alignof(FSkeletalMeshSourceModel) == 0x000008, "Wrong alignment on FSkeletalMeshSourceModel"); \ +static_assert(sizeof(FSkeletalMeshSourceModel) == 0x000040, "Wrong size on FSkeletalMeshSourceModel"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, TriangleCount) == 0x000000, "Member 'FSkeletalMeshSourceModel::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, vertexcount) == 0x000004, "Member 'FSkeletalMeshSourceModel::vertexcount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, Bounds) == 0x000008, "Member 'FSkeletalMeshSourceModel::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasedPosition \ +static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ +static_assert(sizeof(FBasedPosition) == 0x000068, "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) == 0x000020, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000038, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x000050, "Member 'FBasedPosition::CachedTransPosition' 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_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_FLightmassPointLightSettings \ +static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ +static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGridLevel \ +static_assert(alignof(FSpatialHashStreamingGridLevel) == 0x000008, "Wrong alignment on FSpatialHashStreamingGridLevel"); \ +static_assert(sizeof(FSpatialHashStreamingGridLevel) == 0x000060, "Wrong size on FSpatialHashStreamingGridLevel"); \ +static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCells) == 0x000000, "Member 'FSpatialHashStreamingGridLevel::LayerCells' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGridLevel, LayerCellsMapping) == 0x000010, "Member 'FSpatialHashStreamingGridLevel::LayerCellsMapping' has a wrong offset!"); \ + +#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_FMeshApproximationSettings \ +static_assert(alignof(FMeshApproximationSettings) == 0x000008, "Wrong alignment on FMeshApproximationSettings"); \ +static_assert(sizeof(FMeshApproximationSettings) == 0x000128, "Wrong size on FMeshApproximationSettings"); \ +static_assert(offsetof(FMeshApproximationSettings, OutputType) == 0x000000, "Member 'FMeshApproximationSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ApproximationAccuracy) == 0x000004, "Member 'FMeshApproximationSettings::ApproximationAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ClampVoxelDimension) == 0x000008, "Member 'FMeshApproximationSettings::ClampVoxelDimension' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAttemptAutoThickening) == 0x00000C, "Member 'FMeshApproximationSettings::bAttemptAutoThickening' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetMinThicknessMultiplier) == 0x000010, "Member 'FMeshApproximationSettings::TargetMinThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bIgnoreTinyParts) == 0x000014, "Member 'FMeshApproximationSettings::bIgnoreTinyParts' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TinyPartSizeMultiplier) == 0x000018, "Member 'FMeshApproximationSettings::TinyPartSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, BaseCapping) == 0x00001C, "Member 'FMeshApproximationSettings::BaseCapping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, WindingThreshold) == 0x000020, "Member 'FMeshApproximationSettings::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bFillGaps) == 0x000024, "Member 'FMeshApproximationSettings::bFillGaps' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GapDistance) == 0x000028, "Member 'FMeshApproximationSettings::GapDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, OcclusionMethod) == 0x00002C, "Member 'FMeshApproximationSettings::OcclusionMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bOccludeFromBottom) == 0x00002D, "Member 'FMeshApproximationSettings::bOccludeFromBottom' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, SimplifyMethod) == 0x00002E, "Member 'FMeshApproximationSettings::SimplifyMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetTriCount) == 0x000030, "Member 'FMeshApproximationSettings::TargetTriCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TrianglesPerM) == 0x000034, "Member 'FMeshApproximationSettings::TrianglesPerM' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GeometricDeviation) == 0x000038, "Member 'FMeshApproximationSettings::GeometricDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClipping) == 0x00003C, "Member 'FMeshApproximationSettings::GroundClipping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClippingZHeight) == 0x000040, "Member 'FMeshApproximationSettings::GroundClippingZHeight' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEstimateHardNormals) == 0x000044, "Member 'FMeshApproximationSettings::bEstimateHardNormals' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, HardNormalAngle) == 0x000048, "Member 'FMeshApproximationSettings::HardNormalAngle' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, UVGenerationMethod) == 0x00004C, "Member 'FMeshApproximationSettings::UVGenerationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, InitialPatchCount) == 0x000050, "Member 'FMeshApproximationSettings::InitialPatchCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CurvatureAlignment) == 0x000054, "Member 'FMeshApproximationSettings::CurvatureAlignment' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MergingThreshold) == 0x000058, "Member 'FMeshApproximationSettings::MergingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaxAngleDeviation) == 0x00005C, "Member 'FMeshApproximationSettings::MaxAngleDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bGenerateNaniteEnabledMesh) == 0x000060, "Member 'FMeshApproximationSettings::bGenerateNaniteEnabledMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackTarget) == 0x000061, "Member 'FMeshApproximationSettings::NaniteFallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackPercentTriangles) == 0x000064, "Member 'FMeshApproximationSettings::NaniteFallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackRelativeError) == 0x000068, "Member 'FMeshApproximationSettings::NaniteFallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bSupportRayTracing) == 0x00006C, "Member 'FMeshApproximationSettings::bSupportRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAllowDistanceField) == 0x00006D, "Member 'FMeshApproximationSettings::bAllowDistanceField' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MultiSamplingAA) == 0x000070, "Member 'FMeshApproximationSettings::MultiSamplingAA' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, RenderCaptureResolution) == 0x000074, "Member 'FMeshApproximationSettings::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaterialSettings) == 0x000078, "Member 'FMeshApproximationSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CaptureFieldOfView) == 0x000118, "Member 'FMeshApproximationSettings::CaptureFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NearPlaneDist) == 0x00011C, "Member 'FMeshApproximationSettings::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bUseRenderLODMeshes) == 0x000120, "Member 'FMeshApproximationSettings::bUseRenderLODMeshes' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableSimplifyPrePass) == 0x000121, "Member 'FMeshApproximationSettings::bEnableSimplifyPrePass' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableParallelBaking) == 0x000122, "Member 'FMeshApproximationSettings::bEnableParallelBaking' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bPrintDebugMessages) == 0x000123, "Member 'FMeshApproximationSettings::bPrintDebugMessages' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEmitFullDebugMesh) == 0x000124, "Member 'FMeshApproximationSettings::bEmitFullDebugMesh' 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_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_FSceneViewExtensionIsActiveFunctor \ +static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ +static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ + +#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_FInputActionSpeechMapping \ +static_assert(alignof(FInputActionSpeechMapping) == 0x000004, "Wrong alignment on FInputActionSpeechMapping"); \ +static_assert(sizeof(FInputActionSpeechMapping) == 0x000010, "Wrong size on FInputActionSpeechMapping"); \ +static_assert(offsetof(FInputActionSpeechMapping, ActionName) == 0x000000, "Member 'FInputActionSpeechMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FInputActionSpeechMapping, SpeechKeyword) == 0x000008, "Member 'FInputActionSpeechMapping::SpeechKeyword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMTDResult \ +static_assert(alignof(FMTDResult) == 0x000008, "Wrong alignment on FMTDResult"); \ +static_assert(sizeof(FMTDResult) == 0x000020, "Wrong size on FMTDResult"); \ +static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMTDResult, Distance) == 0x000018, "Member 'FMTDResult::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfoBase \ +static_assert(alignof(FSoundSubmixSendInfoBase) == 0x000008, "Wrong alignment on FSoundSubmixSendInfoBase"); \ +static_assert(sizeof(FSoundSubmixSendInfoBase) == 0x0000B0, "Wrong size on FSoundSubmixSendInfoBase"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfoBase::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfoBase::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfoBase::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, DisableManualSendClamp) == 0x000014, "Member 'FSoundSubmixSendInfoBase::DisableManualSendClamp' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfoBase::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendLevel) == 0x00001C, "Member 'FSoundSubmixSendInfoBase::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfoBase::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendDistance) == 0x000024, "Member 'FSoundSubmixSendInfoBase::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfoBase::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotDesc \ +static_assert(alignof(FAnimSlotDesc) == 0x000004, "Wrong alignment on FAnimSlotDesc"); \ +static_assert(sizeof(FAnimSlotDesc) == 0x00000C, "Wrong size on FAnimSlotDesc"); \ +static_assert(offsetof(FAnimSlotDesc, SlotName) == 0x000000, "Member 'FAnimSlotDesc::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotDesc, NumChannels) == 0x000008, "Member 'FAnimSlotDesc::NumChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ +static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ +static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000028, "Wrong size on FSkelMeshComponentLODInfo"); \ +static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPOV \ +static_assert(alignof(FPOV) == 0x000008, "Wrong alignment on FPOV"); \ +static_assert(sizeof(FPOV) == 0x000038, "Wrong size on FPOV"); \ +static_assert(offsetof(FPOV, Location) == 0x000000, "Member 'FPOV::Location' has a wrong offset!"); \ +static_assert(offsetof(FPOV, Rotation) == 0x000018, "Member 'FPOV::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FPOV, FOV) == 0x000030, "Member 'FPOV::FOV' 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) == 0x0000E8, "Wrong size on FLensSettings"); \ +static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, Imperfections) == 0x0000C0, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000E0, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraLensInterfaceClassSupport \ +static_assert(alignof(FCameraLensInterfaceClassSupport) == 0x000008, "Wrong alignment on FCameraLensInterfaceClassSupport"); \ +static_assert(sizeof(FCameraLensInterfaceClassSupport) == 0x000008, "Wrong size on FCameraLensInterfaceClassSupport"); \ +static_assert(offsetof(FCameraLensInterfaceClassSupport, Class) == 0x000000, "Member 'FCameraLensInterfaceClassSupport::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshBuildSettings \ +static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ +static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000018, "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!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, BoneInfluenceLimit) == 0x000014, "Member 'FSkeletalMeshBuildSettings::BoneInfluenceLimit' has a wrong offset!"); \ + +#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_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_FSoftWorldReference \ +static_assert(alignof(FSoftWorldReference) == 0x000008, "Wrong alignment on FSoftWorldReference"); \ +static_assert(sizeof(FSoftWorldReference) == 0x000028, "Wrong size on FSoftWorldReference"); \ +static_assert(offsetof(FSoftWorldReference, WorldAsset) == 0x000000, "Member 'FSoftWorldReference::WorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000018, "Wrong size on FStreamedAudioPlatformData"); \ + +#define DUMPER7_ASSERTS_FConstrainComponentPropName \ +static_assert(alignof(FConstrainComponentPropName) == 0x000004, "Wrong alignment on FConstrainComponentPropName"); \ +static_assert(sizeof(FConstrainComponentPropName) == 0x000008, "Wrong size on FConstrainComponentPropName"); \ +static_assert(offsetof(FConstrainComponentPropName, ComponentName) == 0x000000, "Member 'FConstrainComponentPropName::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000C0, "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, FalloffMode) == 0x00000A, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000010, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000028, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x00002C, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereRadius) == 0x000030, "Member 'FBaseAttenuationSettings::ConeSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereFalloffDistance) == 0x000034, "Member 'FBaseAttenuationSettings::ConeSphereFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000038, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ +static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ +static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000B0, "Wrong size on FAttenuationSubmixSendSettings"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ +static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ +static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000040, "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!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, SourceDataOverridePluginSettingsArray) == 0x000030, "Member 'FSoundAttenuationPluginSettings::SourceDataOverridePluginSettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ +static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ +static_assert(sizeof(FSoundAttenuationSettings) == 0x0003D0, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000C2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AudioLinkSettingsOverride) == 0x0000C8, "Member 'FSoundAttenuationSettings::AudioLinkSettingsOverride' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000D0, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D8, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000160, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0001E8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0001E9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0001EA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0001EB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusStart) == 0x0001EC, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusStart' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusEnd) == 0x0001F0, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusEnd' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusMode) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0001F8, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0001FC, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x000200, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x000204, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x000208, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x00020C, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x000210, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x000214, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x000218, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x00021C, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x000220, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000224, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000228, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x00022C, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x000230, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000234, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000238, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x00023C, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x000240, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000244, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000248, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x00024C, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x000250, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000254, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000258, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x00025C, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x000260, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x000264, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x000268, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x00026C, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000270, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002F8, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x000308, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000390, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionReference \ +static_assert(alignof(FCollectionReference) == 0x000004, "Wrong alignment on FCollectionReference"); \ +static_assert(sizeof(FCollectionReference) == 0x000008, "Wrong size on FCollectionReference"); \ +static_assert(offsetof(FCollectionReference, CollectionName) == 0x000000, "Member 'FCollectionReference::CollectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRedirector \ +static_assert(alignof(FRedirector) == 0x000004, "Wrong alignment on FRedirector"); \ +static_assert(sizeof(FRedirector) == 0x000010, "Wrong size on FRedirector"); \ +static_assert(offsetof(FRedirector, OldName) == 0x000000, "Member 'FRedirector::OldName' has a wrong offset!"); \ +static_assert(offsetof(FRedirector, NewName) == 0x000008, "Member 'FRedirector::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDeformerInstanceSet \ +static_assert(alignof(FMeshDeformerInstanceSet) == 0x000008, "Wrong alignment on FMeshDeformerInstanceSet"); \ +static_assert(sizeof(FMeshDeformerInstanceSet) == 0x000020, "Wrong size on FMeshDeformerInstanceSet"); \ +static_assert(offsetof(FMeshDeformerInstanceSet, DeformerInstances) == 0x000000, "Member 'FMeshDeformerInstanceSet::DeformerInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDepthFieldGlowInfo \ +static_assert(alignof(FDepthFieldGlowInfo) == 0x000008, "Wrong alignment on FDepthFieldGlowInfo"); \ +static_assert(sizeof(FDepthFieldGlowInfo) == 0x000038, "Wrong size on FDepthFieldGlowInfo"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000018, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x000028, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionResponseTemplate \ +static_assert(alignof(FCollisionResponseTemplate) == 0x000008, "Wrong alignment on FCollisionResponseTemplate"); \ +static_assert(sizeof(FCollisionResponseTemplate) == 0x000048, "Wrong size on FCollisionResponseTemplate"); \ +static_assert(offsetof(FCollisionResponseTemplate, Name) == 0x000000, "Member 'FCollisionResponseTemplate::Name' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, CollisionEnabled) == 0x000008, "Member 'FCollisionResponseTemplate::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, bCanModify) == 0x00000A, "Member 'FCollisionResponseTemplate::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, ObjectTypeName) == 0x00002C, "Member 'FCollisionResponseTemplate::ObjectTypeName' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, CustomResponses) == 0x000038, "Member 'FCollisionResponseTemplate::CustomResponses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontRenderInfo \ +static_assert(alignof(FFontRenderInfo) == 0x000008, "Wrong alignment on FFontRenderInfo"); \ +static_assert(sizeof(FFontRenderInfo) == 0x000040, "Wrong size on FFontRenderInfo"); \ +static_assert(offsetof(FFontRenderInfo, GlowInfo) == 0x000008, "Member 'FFontRenderInfo::GlowInfo' 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_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_FCanvasUVTri \ +static_assert(alignof(FCanvasUVTri) == 0x000008, "Wrong alignment on FCanvasUVTri"); \ +static_assert(sizeof(FCanvasUVTri) == 0x000090, "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) == 0x000010, "Member 'FCanvasUVTri::V0_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V0_Color) == 0x000020, "Member 'FCanvasUVTri::V0_Color' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_Pos) == 0x000030, "Member 'FCanvasUVTri::V1_Pos' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_UV) == 0x000040, "Member 'FCanvasUVTri::V1_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_Color) == 0x000050, "Member 'FCanvasUVTri::V1_Color' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_Pos) == 0x000060, "Member 'FCanvasUVTri::V2_Pos' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_UV) == 0x000070, "Member 'FCanvasUVTri::V2_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_Color) == 0x000080, "Member 'FCanvasUVTri::V2_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveTimecodeInfo \ +static_assert(alignof(FSoundWaveTimecodeInfo) == 0x000008, "Wrong alignment on FSoundWaveTimecodeInfo"); \ +static_assert(sizeof(FSoundWaveTimecodeInfo) == 0x000070, "Wrong size on FSoundWaveTimecodeInfo"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesSinceMidnight) == 0x000000, "Member 'FSoundWaveTimecodeInfo::NumSamplesSinceMidnight' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesPerSecond) == 0x000008, "Member 'FSoundWaveTimecodeInfo::NumSamplesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, Description) == 0x000010, "Member 'FSoundWaveTimecodeInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorTime) == 0x000020, "Member 'FSoundWaveTimecodeInfo::OriginatorTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDate) == 0x000030, "Member 'FSoundWaveTimecodeInfo::OriginatorDate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDescription) == 0x000040, "Member 'FSoundWaveTimecodeInfo::OriginatorDescription' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorReference) == 0x000050, "Member 'FSoundWaveTimecodeInfo::OriginatorReference' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, TimecodeRate) == 0x000060, "Member 'FSoundWaveTimecodeInfo::TimecodeRate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, bTimecodeIsDropFrame) == 0x000068, "Member 'FSoundWaveTimecodeInfo::bTimecodeIsDropFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExternalDataLayerUID \ +static_assert(alignof(FExternalDataLayerUID) == 0x000004, "Wrong alignment on FExternalDataLayerUID"); \ +static_assert(sizeof(FExternalDataLayerUID) == 0x000004, "Wrong size on FExternalDataLayerUID"); \ +static_assert(offsetof(FExternalDataLayerUID, Value) == 0x000000, "Member 'FExternalDataLayerUID::Value' 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_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_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000070, "Wrong size on FTextureSource"); \ + +#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_FFindFloorResult \ +static_assert(alignof(FFindFloorResult) == 0x000008, "Wrong alignment on FFindFloorResult"); \ +static_assert(sizeof(FFindFloorResult) == 0x000108, "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) == 0x000010, "Member 'FFindFloorResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000C0, "Wrong size on FForceFeedbackAttenuationSettings"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackParameters \ +static_assert(alignof(FForceFeedbackParameters) == 0x000004, "Wrong alignment on FForceFeedbackParameters"); \ +static_assert(sizeof(FForceFeedbackParameters) == 0x00000C, "Wrong size on FForceFeedbackParameters"); \ +static_assert(offsetof(FForceFeedbackParameters, Tag) == 0x000000, "Member 'FForceFeedbackParameters::Tag' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bLooping) == 0x000008, "Member 'FForceFeedbackParameters::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bIgnoreTimeDilation) == 0x000009, "Member 'FForceFeedbackParameters::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bPlayWhilePaused) == 0x00000A, "Member 'FForceFeedbackParameters::bPlayWhilePaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsResimulation \ +static_assert(alignof(FNetworkPhysicsSettingsResimulation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsResimulation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsResimulation) == 0x000058, "Wrong size on FNetworkPhysicsSettingsResimulation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantInputs) == 0x000004, "Member 'FNetworkPhysicsSettingsResimulation::RedundantInputs' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RedundantStates) == 0x00000C, "Member 'FNetworkPhysicsSettingsResimulation::RedundantStates' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeCorrectionEnabled) == 0x000014, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeCorrectionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeVelocityCorrection) == 0x00001C, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeVelocityCorrection' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, PosStabilityMultiplier) == 0x000024, "Member 'FNetworkPhysicsSettingsResimulation::PosStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RotStabilityMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsResimulation::RotStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, VelStabilityMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsResimulation::VelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, AngVelStabilityMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsResimulation::AngVelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorThreshold) == 0x000044, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareStateToTriggerRewind) == 0x00004C, "Member 'FNetworkPhysicsSettingsResimulation::bCompareStateToTriggerRewind' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bCompareInputToTriggerRewind) == 0x000054, "Member 'FNetworkPhysicsSettingsResimulation::bCompareInputToTriggerRewind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathParams \ +static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ +static_assert(sizeof(FPredictProjectilePathParams) == 0x000078, "Wrong size on FPredictProjectilePathParams"); \ +static_assert(offsetof(FPredictProjectilePathParams, StartLocation) == 0x000000, "Member 'FPredictProjectilePathParams::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, LaunchVelocity) == 0x000018, "Member 'FPredictProjectilePathParams::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithCollision) == 0x000030, "Member 'FPredictProjectilePathParams::bTraceWithCollision' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ProjectileRadius) == 0x000034, "Member 'FPredictProjectilePathParams::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, MaxSimTime) == 0x000038, "Member 'FPredictProjectilePathParams::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithChannel) == 0x00003C, "Member 'FPredictProjectilePathParams::bTraceWithChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, TraceChannel) == 0x00003D, "Member 'FPredictProjectilePathParams::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ObjectTypes) == 0x000040, "Member 'FPredictProjectilePathParams::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ActorsToIgnore) == 0x000050, "Member 'FPredictProjectilePathParams::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, SimFrequency) == 0x000060, "Member 'FPredictProjectilePathParams::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, OverrideGravityZ) == 0x000064, "Member 'FPredictProjectilePathParams::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000068, "Member 'FPredictProjectilePathParams::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x00006C, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000070, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivatedCells \ +static_assert(alignof(FActivatedCells) == 0x000008, "Wrong alignment on FActivatedCells"); \ +static_assert(sizeof(FActivatedCells) == 0x0000A0, "Wrong size on FActivatedCells"); \ +static_assert(offsetof(FActivatedCells, Cells) == 0x000000, "Member 'FActivatedCells::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathPointData \ +static_assert(alignof(FPredictProjectilePathPointData) == 0x000008, "Wrong alignment on FPredictProjectilePathPointData"); \ +static_assert(sizeof(FPredictProjectilePathPointData) == 0x000038, "Wrong size on FPredictProjectilePathPointData"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x000018, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000030, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ +static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ +static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ +static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ +static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ +static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x000034, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ParameterInfo) == 0x000000, "Member 'FStaticTerrainLayerWeightParameter::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ExpressionGUID) == 0x000010, "Member 'FStaticTerrainLayerWeightParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bOverride) == 0x000020, "Member 'FStaticTerrainLayerWeightParameter::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, LayerName) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x00002C, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bIsRepeatedLayer) == 0x000030, "Member 'FStaticTerrainLayerWeightParameter::bIsRepeatedLayer' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000031, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetEditorOnlyData \ +static_assert(alignof(FStaticParameterSetEditorOnlyData) == 0x000008, "Wrong alignment on FStaticParameterSetEditorOnlyData"); \ +static_assert(sizeof(FStaticParameterSetEditorOnlyData) == 0x0000A0, "Wrong size on FStaticParameterSetEditorOnlyData"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetEditorOnlyData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSetEditorOnlyData::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSetEditorOnlyData::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, MaterialLayers) == 0x000030, "Member 'FStaticParameterSetEditorOnlyData::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathResult \ +static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ +static_assert(sizeof(FPredictProjectilePathResult) == 0x000140, "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) == 0x000048, "Member 'FPredictProjectilePathResult::HitResult' 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_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_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_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_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_FNetworkPhysicsSettings \ +static_assert(alignof(FNetworkPhysicsSettings) == 0x000004, "Wrong alignment on FNetworkPhysicsSettings"); \ +static_assert(sizeof(FNetworkPhysicsSettings) == 0x000008, "Wrong size on FNetworkPhysicsSettings"); \ +static_assert(offsetof(FNetworkPhysicsSettings, SimProxyRepMode) == 0x000004, "Member 'FNetworkPhysicsSettings::SimProxyRepMode' 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_FISMComponentDescriptorBase \ +static_assert(alignof(FISMComponentDescriptorBase) == 0x000008, "Wrong alignment on FISMComponentDescriptorBase"); \ +static_assert(sizeof(FISMComponentDescriptorBase) == 0x0001E8, "Wrong size on FISMComponentDescriptorBase"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Hash) == 0x000008, "Member 'FISMComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FISMComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Mobility) == 0x000018, "Member 'FISMComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000019, "Member 'FISMComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightmapType) == 0x00001A, "Member 'FISMComponentDescriptorBase::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightingChannels) == 0x00001B, "Member 'FISMComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupId) == 0x00001C, "Member 'FISMComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000020, "Member 'FISMComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000021, "Member 'FISMComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x000022, "Member 'FISMComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, BodyInstance) == 0x000028, "Member 'FISMComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceStartCullDistance) == 0x0001C0, "Member 'FISMComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceEndCullDistance) == 0x0001C4, "Member 'FISMComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceLODDistanceScale) == 0x0001C8, "Member 'FISMComponentDescriptorBase::InstanceLODDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureCullMips) == 0x0001CC, "Member 'FISMComponentDescriptorBase::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, TranslucencySortPriority) == 0x0001D0, "Member 'FISMComponentDescriptorBase::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, OverriddenLightMapRes) == 0x0001D4, "Member 'FISMComponentDescriptorBase::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilValue) == 0x0001D8, "Member 'FISMComponentDescriptorBase::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, WorldPositionOffsetDisableDistance) == 0x0001E0, "Member 'FISMComponentDescriptorBase::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ShadowCacheInvalidationBehavior) == 0x0001E4, "Member 'FISMComponentDescriptorBase::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, DetailMode) == 0x0001E5, "Member 'FISMComponentDescriptorBase::DetailMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000128, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMComponentDescriptor \ +static_assert(alignof(FISMComponentDescriptor) == 0x000008, "Wrong alignment on FISMComponentDescriptor"); \ +static_assert(sizeof(FISMComponentDescriptor) == 0x000218, "Wrong size on FISMComponentDescriptor"); \ +static_assert(offsetof(FISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverrideMaterials) == 0x0001F0, "Member 'FISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverlayMaterial) == 0x000200, "Member 'FISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, RuntimeVirtualTextures) == 0x000208, "Member 'FISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDescriptor \ +static_assert(alignof(FHLODISMComponentDescriptor) == 0x000008, "Wrong alignment on FHLODISMComponentDescriptor"); \ +static_assert(sizeof(FHLODISMComponentDescriptor) == 0x000218, "Wrong size on FHLODISMComponentDescriptor"); \ + +#define DUMPER7_ASSERTS_FBoneAnimationTrack \ +static_assert(alignof(FBoneAnimationTrack) == 0x000008, "Wrong alignment on FBoneAnimationTrack"); \ +static_assert(sizeof(FBoneAnimationTrack) == 0x000040, "Wrong size on FBoneAnimationTrack"); \ +static_assert(offsetof(FBoneAnimationTrack, InternalTrackData) == 0x000000, "Member 'FBoneAnimationTrack::InternalTrackData' has a wrong offset!"); \ +static_assert(offsetof(FBoneAnimationTrack, BoneTreeIndex) == 0x000030, "Member 'FBoneAnimationTrack::BoneTreeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBoneAnimationTrack, Name) == 0x000034, "Member 'FBoneAnimationTrack::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationCurveData \ +static_assert(alignof(FAnimationCurveData) == 0x000008, "Wrong alignment on FAnimationCurveData"); \ +static_assert(sizeof(FAnimationCurveData) == 0x000020, "Wrong size on FAnimationCurveData"); \ +static_assert(offsetof(FAnimationCurveData, FloatCurves) == 0x000000, "Member 'FAnimationCurveData::FloatCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveData, TransformCurves) == 0x000010, "Member 'FAnimationCurveData::TransformCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000008, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000098, "Wrong size on FEquirectProps"); \ +static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000028, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftScale) == 0x000050, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightScale) == 0x000060, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftBias) == 0x000070, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightBias) == 0x000080, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, Radius) == 0x000090, "Member 'FEquirectProps::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeKey \ +static_assert(alignof(FAttributeKey) == 0x000008, "Wrong alignment on FAttributeKey"); \ +static_assert(sizeof(FAttributeKey) == 0x000018, "Wrong size on FAttributeKey"); \ +static_assert(offsetof(FAttributeKey, Time) == 0x000000, "Member 'FAttributeKey::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeCurve \ +static_assert(alignof(FAttributeCurve) == 0x000008, "Wrong alignment on FAttributeCurve"); \ +static_assert(sizeof(FAttributeCurve) == 0x0000B0, "Wrong size on FAttributeCurve"); \ +static_assert(offsetof(FAttributeCurve, Keys) == 0x000068, "Member 'FAttributeCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStructPath) == 0x000078, "Member 'FAttributeCurve::ScriptStructPath' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStruct) == 0x000098, "Member 'FAttributeCurve::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, bShouldInterpolate) == 0x0000A0, "Member 'FAttributeCurve::bShouldInterpolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimatedBoneAttribute \ +static_assert(alignof(FAnimatedBoneAttribute) == 0x000008, "Wrong alignment on FAnimatedBoneAttribute"); \ +static_assert(sizeof(FAnimatedBoneAttribute) == 0x0000F0, "Wrong size on FAnimatedBoneAttribute"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Identifier) == 0x000000, "Member 'FAnimatedBoneAttribute::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Curve) == 0x000040, "Member 'FAnimatedBoneAttribute::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeMeshUVTransforms \ +static_assert(alignof(FSkelMeshMergeMeshUVTransforms) == 0x000008, "Wrong alignment on FSkelMeshMergeMeshUVTransforms"); \ +static_assert(sizeof(FSkelMeshMergeMeshUVTransforms) == 0x000010, "Wrong size on FSkelMeshMergeMeshUVTransforms"); \ +static_assert(offsetof(FSkelMeshMergeMeshUVTransforms, UVTransforms) == 0x000000, "Member 'FSkelMeshMergeMeshUVTransforms::UVTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshInstanceData \ +static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000080, "Wrong size on FInstancedStaticMeshInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshInstanceData::Transform' 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_FInstancedStaticMeshMappingInfo \ +static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ +static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ + +#define DUMPER7_ASSERTS_FRuntimePartitionStreamingData \ +static_assert(alignof(FRuntimePartitionStreamingData) == 0x000008, "Wrong alignment on FRuntimePartitionStreamingData"); \ +static_assert(sizeof(FRuntimePartitionStreamingData) == 0x000038, "Wrong size on FRuntimePartitionStreamingData"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, Name) == 0x000000, "Member 'FRuntimePartitionStreamingData::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, LoadingRange) == 0x000008, "Member 'FRuntimePartitionStreamingData::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, StreamingCells) == 0x000010, "Member 'FRuntimePartitionStreamingData::StreamingCells' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, NonStreamingCells) == 0x000020, "Member 'FRuntimePartitionStreamingData::NonStreamingCells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshRandomSeed \ +static_assert(alignof(FInstancedStaticMeshRandomSeed) == 0x000004, "Wrong alignment on FInstancedStaticMeshRandomSeed"); \ +static_assert(sizeof(FInstancedStaticMeshRandomSeed) == 0x000008, "Wrong size on FInstancedStaticMeshRandomSeed"); \ +static_assert(offsetof(FInstancedStaticMeshRandomSeed, StartInstanceIndex) == 0x000000, "Member 'FInstancedStaticMeshRandomSeed::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshRandomSeed, RandomSeed) == 0x000004, "Member 'FInstancedStaticMeshRandomSeed::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData \ +static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000070, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000060, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionActorFilter \ +static_assert(alignof(FWorldPartitionActorFilter) == 0x000001, "Wrong alignment on FWorldPartitionActorFilter"); \ +static_assert(sizeof(FWorldPartitionActorFilter) == 0x000001, "Wrong size on FWorldPartitionActorFilter"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ +static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000180, "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) == 0x000130, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000160, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, AdditionalRandomSeeds) == 0x000168, "Member 'FInstancedStaticMeshComponentInstanceData::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, bHasPerInstanceHitProxies) == 0x000178, "Member 'FInstancedStaticMeshComponentInstanceData::bHasPerInstanceHitProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionMaterialFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000008, "Wrong size on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionMaterialFilter, MaterialName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionMaterialFilter::MaterialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegion \ +static_assert(alignof(FSkeletalMeshSamplingRegion) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegion"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegion) == 0x000030, "Wrong size on FSkeletalMeshSamplingRegion"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, Name) == 0x000000, "Member 'FSkeletalMeshSamplingRegion::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, LODIndex) == 0x000008, "Member 'FSkeletalMeshSamplingRegion::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, MaterialFilters) == 0x000010, "Member 'FSkeletalMeshSamplingRegion::MaterialFilters' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, BoneFilters) == 0x000020, "Member 'FSkeletalMeshSamplingRegion::BoneFilters' 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_FUniqueNetIdReplNetSerializerStringStruct \ +static_assert(alignof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(offsetof(FUniqueNetIdReplNetSerializerStringStruct, String) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerStringStruct::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerNameStruct \ +static_assert(alignof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000004, "Wrong alignment on FUniqueNetIdReplNetSerializerNameStruct"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000008, "Wrong size on FUniqueNetIdReplNetSerializerNameStruct"); \ +static_assert(offsetof(FUniqueNetIdReplNetSerializerNameStruct, Name) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerNameStruct::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimePartitionHLODSetup \ +static_assert(alignof(FRuntimePartitionHLODSetup) == 0x000008, "Wrong alignment on FRuntimePartitionHLODSetup"); \ +static_assert(sizeof(FRuntimePartitionHLODSetup) == 0x000028, "Wrong size on FRuntimePartitionHLODSetup"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, Name) == 0x000000, "Member 'FRuntimePartitionHLODSetup::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, HLODLayers) == 0x000008, "Member 'FRuntimePartitionHLODSetup::HLODLayers' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, bIsSpatiallyLoaded) == 0x000018, "Member 'FRuntimePartitionHLODSetup::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, PartitionLayer) == 0x000020, "Member 'FRuntimePartitionHLODSetup::PartitionLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMClientInstanceManagerData \ +static_assert(alignof(FISMClientInstanceManagerData) == 0x000008, "Wrong alignment on FISMClientInstanceManagerData"); \ +static_assert(sizeof(FISMClientInstanceManagerData) == 0x000010, "Wrong size on FISMClientInstanceManagerData"); \ + +#define DUMPER7_ASSERTS_FTextureLODGroup \ +static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ +static_assert(sizeof(FTextureLODGroup) == 0x000068, "Wrong size on FTextureLODGroup"); \ +static_assert(offsetof(FTextureLODGroup, Group) == 0x000000, "Member 'FTextureLODGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias) == 0x000008, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x00000C, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x000018, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x00001C, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000020, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000024, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_VT) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_VT' 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) == 0x00003C, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000044, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x00004C, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x00004D, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x00004E, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, Downscale) == 0x000050, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000054, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x000058, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x00005C, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x000060, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, CookPlatformTilingDisabled) == 0x000061, "Member 'FTextureLODGroup::CookPlatformTilingDisabled' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxAniso) == 0x000064, "Member 'FTextureLODGroup::MaxAniso' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNewLevelInstanceParams \ +static_assert(alignof(FNewLevelInstanceParams) == 0x000008, "Wrong alignment on FNewLevelInstanceParams"); \ +static_assert(sizeof(FNewLevelInstanceParams) == 0x000048, "Wrong size on FNewLevelInstanceParams"); \ +static_assert(offsetof(FNewLevelInstanceParams, Type) == 0x000000, "Member 'FNewLevelInstanceParams::Type' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, PivotType) == 0x000001, "Member 'FNewLevelInstanceParams::PivotType' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, PivotActor) == 0x000008, "Member 'FNewLevelInstanceParams::PivotActor' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bAlwaysShowDialog) == 0x000010, "Member 'FNewLevelInstanceParams::bAlwaysShowDialog' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, TemplateWorld) == 0x000018, "Member 'FNewLevelInstanceParams::TemplateWorld' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, LevelPackageName) == 0x000020, "Member 'FNewLevelInstanceParams::LevelPackageName' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bPromptForSave) == 0x000030, "Member 'FNewLevelInstanceParams::bPromptForSave' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, LevelInstanceClass) == 0x000038, "Member 'FNewLevelInstanceParams::LevelInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bEnableStreaming) == 0x000040, "Member 'FNewLevelInstanceParams::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bExternalActors) == 0x000041, "Member 'FNewLevelInstanceParams::bExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bForceExternalActors) == 0x000042, "Member 'FNewLevelInstanceParams::bForceExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bHideCreationType) == 0x000043, "Member 'FNewLevelInstanceParams::bHideCreationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBroadphaseSettings \ +static_assert(alignof(FBroadphaseSettings) == 0x000008, "Wrong alignment on FBroadphaseSettings"); \ +static_assert(sizeof(FBroadphaseSettings) == 0x000080, "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) == 0x000008, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000040, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x000078, "Member 'FBroadphaseSettings::MBPNumSubdivs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionExecOutput \ +static_assert(alignof(FExpressionExecOutput) == 0x000008, "Wrong alignment on FExpressionExecOutput"); \ +static_assert(sizeof(FExpressionExecOutput) == 0x000008, "Wrong size on FExpressionExecOutput"); \ +static_assert(offsetof(FExpressionExecOutput, Expression) == 0x000000, "Member 'FExpressionExecOutput::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionCollection \ +static_assert(alignof(FMaterialExpressionCollection) == 0x000008, "Wrong alignment on FMaterialExpressionCollection"); \ +static_assert(sizeof(FMaterialExpressionCollection) == 0x000030, "Wrong size on FMaterialExpressionCollection"); \ +static_assert(offsetof(FMaterialExpressionCollection, Expressions) == 0x000000, "Member 'FMaterialExpressionCollection::Expressions' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, EditorComments) == 0x000010, "Member 'FMaterialExpressionCollection::EditorComments' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecBegin) == 0x000020, "Member 'FMaterialExpressionCollection::ExpressionExecBegin' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecEnd) == 0x000028, "Member 'FMaterialExpressionCollection::ExpressionExecEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetViewer \ +static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ +static_assert(sizeof(FNetViewer) == 0x000048, "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) == 0x000030, "Member 'FNetViewer::ViewDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomInput \ +static_assert(alignof(FCustomInput) == 0x000008, "Wrong alignment on FCustomInput"); \ +static_assert(sizeof(FCustomInput) == 0x000030, "Wrong size on FCustomInput"); \ +static_assert(offsetof(FCustomInput, InputName) == 0x000000, "Member 'FCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FCustomInput, Input) == 0x000008, "Member 'FCustomInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODState \ +static_assert(alignof(FWorldPartitionDestructibleHLODState) == 0x000008, "Wrong alignment on FWorldPartitionDestructibleHLODState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODState) == 0x000148, "Wrong size on FWorldPartitionDestructibleHLODState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, DamagedActors) == 0x000108, "Member 'FWorldPartitionDestructibleHLODState::DamagedActors' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, OwnerComponent) == 0x000118, "Member 'FWorldPartitionDestructibleHLODState::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomOutput \ +static_assert(alignof(FCustomOutput) == 0x000004, "Wrong alignment on FCustomOutput"); \ +static_assert(sizeof(FCustomOutput) == 0x00000C, "Wrong size on FCustomOutput"); \ +static_assert(offsetof(FCustomOutput, OutputName) == 0x000000, "Member 'FCustomOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FCustomOutput, OutputType) == 0x000008, "Member 'FCustomOutput::OutputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerInstance \ +static_assert(alignof(FWorldPartitionRuntimeContainerInstance) == 0x000004, "Wrong alignment on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerInstance) == 0x000018, "Wrong size on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ActorGuid) == 0x000000, "Member 'FWorldPartitionRuntimeContainerInstance::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ContainerPackage) == 0x000010, "Member 'FWorldPartitionRuntimeContainerInstance::ContainerPackage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainer \ +static_assert(alignof(FWorldPartitionRuntimeContainer) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainer"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainer) == 0x000050, "Wrong size on FWorldPartitionRuntimeContainer"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainer, ContainerInstances) == 0x000000, "Member 'FWorldPartitionRuntimeContainer::ContainerInstances' 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_FQuaternionSpringState \ +static_assert(alignof(FQuaternionSpringState) == 0x000010, "Wrong alignment on FQuaternionSpringState"); \ +static_assert(sizeof(FQuaternionSpringState) == 0x000040, "Wrong size on FQuaternionSpringState"); \ + +#define DUMPER7_ASSERTS_FCompositeReroute \ +static_assert(alignof(FCompositeReroute) == 0x000008, "Wrong alignment on FCompositeReroute"); \ +static_assert(sizeof(FCompositeReroute) == 0x000010, "Wrong size on FCompositeReroute"); \ +static_assert(offsetof(FCompositeReroute, Name) == 0x000000, "Member 'FCompositeReroute::Name' has a wrong offset!"); \ +static_assert(offsetof(FCompositeReroute, Expression) == 0x000008, "Member 'FCompositeReroute::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSimplificationDetails \ +static_assert(alignof(FLevelSimplificationDetails) == 0x000008, "Wrong alignment on FLevelSimplificationDetails"); \ +static_assert(sizeof(FLevelSimplificationDetails) == 0x000158, "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) == 0x0000A8, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x0000AC, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x0000B0, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000150, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000151, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformFrameRate \ +static_assert(alignof(FPerPlatformFrameRate) == 0x000004, "Wrong alignment on FPerPlatformFrameRate"); \ +static_assert(sizeof(FPerPlatformFrameRate) == 0x000008, "Wrong size on FPerPlatformFrameRate"); \ +static_assert(offsetof(FPerPlatformFrameRate, Default) == 0x000000, "Member 'FPerPlatformFrameRate::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDrawCommandStatsBudget \ +static_assert(alignof(FMeshDrawCommandStatsBudget) == 0x000008, "Wrong alignment on FMeshDrawCommandStatsBudget"); \ +static_assert(sizeof(FMeshDrawCommandStatsBudget) == 0x000030, "Wrong size on FMeshDrawCommandStatsBudget"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, CategoryName) == 0x000000, "Member 'FMeshDrawCommandStatsBudget::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, LinkedStatNames) == 0x000008, "Member 'FMeshDrawCommandStatsBudget::LinkedStatNames' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, PrimitiveBudget) == 0x000018, "Member 'FMeshDrawCommandStatsBudget::PrimitiveBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, Collection) == 0x00001C, "Member 'FMeshDrawCommandStatsBudget::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, Passes) == 0x000020, "Member 'FMeshDrawCommandStatsBudget::Passes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsPredictiveInterpolation \ +static_assert(alignof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000070, "Wrong size on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeBase) == 0x000004, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMin) == 0x00000C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMultiplier) == 0x000014, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeBase) == 0x00001C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMin) == 0x000024, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMultiplier) == 0x00002C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosInterpolationTimeMultiplier) == 0x000034, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotInterpolationTimeMultiplier) == 0x00003C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapPosStrength) == 0x000044, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapPosStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapRotStrength) == 0x00004C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapRotStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSoftSnapToSource) == 0x000054, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSoftSnapToSource' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSkipVelocityRepOnPosEarlyOut) == 0x00005C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSkipVelocityRepOnPosEarlyOut' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bPostResimWaitForUpdate) == 0x000064, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bPostResimWaitForUpdate' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bDisableSoftSnap) == 0x00006C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bDisableSoftSnap' 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_FLocationBoneSocketInfo \ +static_assert(alignof(FLocationBoneSocketInfo) == 0x000008, "Wrong alignment on FLocationBoneSocketInfo"); \ +static_assert(sizeof(FLocationBoneSocketInfo) == 0x000020, "Wrong size on FLocationBoneSocketInfo"); \ +static_assert(offsetof(FLocationBoneSocketInfo, BoneSocketName) == 0x000000, "Member 'FLocationBoneSocketInfo::BoneSocketName' has a wrong offset!"); \ +static_assert(offsetof(FLocationBoneSocketInfo, Offset) == 0x000008, "Member 'FLocationBoneSocketInfo::Offset' 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_FGPUSpriteResourceData \ +static_assert(alignof(FGPUSpriteResourceData) == 0x000010, "Wrong alignment on FGPUSpriteResourceData"); \ +static_assert(sizeof(FGPUSpriteResourceData) == 0x000240, "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) == 0x000050, "Member 'FGPUSpriteResourceData::ColorBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MiscScale) == 0x000070, "Member 'FGPUSpriteResourceData::MiscScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MiscBias) == 0x000090, "Member 'FGPUSpriteResourceData::MiscBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveScale) == 0x0000B0, "Member 'FGPUSpriteResourceData::SimulationAttrCurveScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveBias) == 0x0000D0, "Member 'FGPUSpriteResourceData::SimulationAttrCurveBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SubImageSize) == 0x0000F0, "Member 'FGPUSpriteResourceData::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SizeBySpeed) == 0x000110, "Member 'FGPUSpriteResourceData::SizeBySpeed' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ConstantAcceleration) == 0x000130, "Member 'FGPUSpriteResourceData::ConstantAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetBase) == 0x000148, "Member 'FGPUSpriteResourceData::OrbitOffsetBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetRange) == 0x000160, "Member 'FGPUSpriteResourceData::OrbitOffsetRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyBase) == 0x000178, "Member 'FGPUSpriteResourceData::OrbitFrequencyBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyRange) == 0x000190, "Member 'FGPUSpriteResourceData::OrbitFrequencyRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseBase) == 0x0001A8, "Member 'FGPUSpriteResourceData::OrbitPhaseBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseRange) == 0x0001C0, "Member 'FGPUSpriteResourceData::OrbitPhaseRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldScale) == 0x0001D8, "Member 'FGPUSpriteResourceData::GlobalVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldTightness) == 0x0001DC, "Member 'FGPUSpriteResourceData::GlobalVectorFieldTightness' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldScale) == 0x0001E0, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldBias) == 0x0001E4, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientScale) == 0x0001E8, "Member 'FGPUSpriteResourceData::DragCoefficientScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientBias) == 0x0001EC, "Member 'FGPUSpriteResourceData::DragCoefficientBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ResilienceScale) == 0x0001F0, "Member 'FGPUSpriteResourceData::ResilienceScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ResilienceBias) == 0x0001F4, "Member 'FGPUSpriteResourceData::ResilienceBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusScale) == 0x0001F8, "Member 'FGPUSpriteResourceData::CollisionRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusBias) == 0x0001FC, "Member 'FGPUSpriteResourceData::CollisionRadiusBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionTimeBias) == 0x000200, "Member 'FGPUSpriteResourceData::CollisionTimeBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomSpread) == 0x000204, "Member 'FGPUSpriteResourceData::CollisionRandomSpread' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomDistribution) == 0x000208, "Member 'FGPUSpriteResourceData::CollisionRandomDistribution' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OneMinusFriction) == 0x00020C, "Member 'FGPUSpriteResourceData::OneMinusFriction' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, RotationRateScale) == 0x000210, "Member 'FGPUSpriteResourceData::RotationRateScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CameraMotionBlurAmount) == 0x000214, "Member 'FGPUSpriteResourceData::CameraMotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ScreenAlignment) == 0x000218, "Member 'FGPUSpriteResourceData::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, LockAxisFlag) == 0x000219, "Member 'FGPUSpriteResourceData::LockAxisFlag' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PivotOffset) == 0x000220, "Member 'FGPUSpriteResourceData::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MinFacingCameraBlendDistance) == 0x000234, "Member 'FGPUSpriteResourceData::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MaxFacingCameraBlendDistance) == 0x000238, "Member 'FGPUSpriteResourceData::MaxFacingCameraBlendDistance' 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_FParticleSysParam \ +static_assert(alignof(FParticleSysParam) == 0x000010, "Wrong alignment on FParticleSysParam"); \ +static_assert(sizeof(FParticleSysParam) == 0x0000E0, "Wrong size on FParticleSysParam"); \ +static_assert(offsetof(FParticleSysParam, Name) == 0x000000, "Member 'FParticleSysParam::Name' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, ParamType) == 0x000008, "Member 'FParticleSysParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar) == 0x00000C, "Member 'FParticleSysParam::Scalar' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar_Low) == 0x000010, "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) == 0x000030, "Member 'FParticleSysParam::Vector_Low' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Color) == 0x000048, "Member 'FParticleSysParam::Color' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Actor) == 0x000050, "Member 'FParticleSysParam::Actor' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Material) == 0x000058, "Member 'FParticleSysParam::Material' 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_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_FAudioBasedVibrationData \ +static_assert(alignof(FAudioBasedVibrationData) == 0x000008, "Wrong alignment on FAudioBasedVibrationData"); \ +static_assert(sizeof(FAudioBasedVibrationData) == 0x000008, "Wrong size on FAudioBasedVibrationData"); \ +static_assert(offsetof(FAudioBasedVibrationData, Sound) == 0x000000, "Member 'FAudioBasedVibrationData::Sound' 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_FISMComponentInstance \ +static_assert(alignof(FISMComponentInstance) == 0x000004, "Wrong alignment on FISMComponentInstance"); \ +static_assert(sizeof(FISMComponentInstance) == 0x00000C, "Wrong size on FISMComponentInstance"); \ +static_assert(offsetof(FISMComponentInstance, ClientIndex) == 0x000000, "Member 'FISMComponentInstance::ClientIndex' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentInstance, InstanceIndex) == 0x000004, "Member 'FISMComponentInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentInstance, InstanceSubIndex) == 0x000008, "Member 'FISMComponentInstance::InstanceSubIndex' 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_FRootMotionSource_MoveToForce \ +static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToForce) == 0x000120, "Wrong size on FRootMotionSource_MoveToForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, StartLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000F0, "Member 'FRootMotionSource_MoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x000108, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x000110, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' 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_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_FRPCDoSState \ +static_assert(alignof(FRPCDoSState) == 0x000008, "Wrong alignment on FRPCDoSState"); \ +static_assert(sizeof(FRPCDoSState) == 0x000048, "Wrong size on FRPCDoSState"); \ +static_assert(offsetof(FRPCDoSState, bLogEscalate) == 0x000008, "Member 'FRPCDoSState::bLogEscalate' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bSendEscalateAnalytics) == 0x000009, "Member 'FRPCDoSState::bSendEscalateAnalytics' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bKickPlayer) == 0x00000A, "Member 'FRPCDoSState::bKickPlayer' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, bTrackRecentRPCs) == 0x00000B, "Member 'FRPCDoSState::bTrackRecentRPCs' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerFrame) == 0x00000C, "Member 'FRPCDoSState::EscalateQuotaRPCsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerFrame) == 0x00000E, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaRPCsPerPeriod) == 0x000010, "Member 'FRPCDoSState::EscalateQuotaRPCsPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateTimeQuotaMSPerPeriod) == 0x000012, "Member 'FRPCDoSState::EscalateTimeQuotaMSPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalateQuotaTimePeriod) == 0x000014, "Member 'FRPCDoSState::EscalateQuotaTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalationCountTolerance) == 0x000015, "Member 'FRPCDoSState::EscalationCountTolerance' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, EscalationTimeToleranceMS) == 0x000016, "Member 'FRPCDoSState::EscalationTimeToleranceMS' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitPerPeriod) == 0x000018, "Member 'FRPCDoSState::RPCRepeatLimitPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitMSPerPeriod) == 0x00001A, "Member 'FRPCDoSState::RPCRepeatLimitMSPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, RPCRepeatLimitTimePeriod) == 0x00001C, "Member 'FRPCDoSState::RPCRepeatLimitTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, CooloffTime) == 0x00001E, "Member 'FRPCDoSState::CooloffTime' has a wrong offset!"); \ +static_assert(offsetof(FRPCDoSState, AutoEscalateTime) == 0x000020, "Member 'FRPCDoSState::AutoEscalateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRPCDoSStateConfig \ +static_assert(alignof(FRPCDoSStateConfig) == 0x000008, "Wrong alignment on FRPCDoSStateConfig"); \ +static_assert(sizeof(FRPCDoSStateConfig) == 0x000078, "Wrong size on FRPCDoSStateConfig"); \ + +#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_FNetworkPhysicsRewindDataProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataProxy"); \ +static_assert(offsetof(FNetworkPhysicsRewindDataProxy, Owner) == 0x000008, "Member 'FNetworkPhysicsRewindDataProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataStateProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataStateProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataStateProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataStateProxy"); \ + +#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_FModulatorContinuousParams \ +static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ +static_assert(sizeof(FModulatorContinuousParams) == 0x000020, "Wrong size on FModulatorContinuousParams"); \ +static_assert(offsetof(FModulatorContinuousParams, ParameterName) == 0x000000, "Member 'FModulatorContinuousParams::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, Default) == 0x000008, "Member 'FModulatorContinuousParams::Default' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinInput) == 0x00000C, "Member 'FModulatorContinuousParams::MinInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxInput) == 0x000010, "Member 'FModulatorContinuousParams::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinOutput) == 0x000014, "Member 'FModulatorContinuousParams::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxOutput) == 0x000018, "Member 'FModulatorContinuousParams::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, ParamMode) == 0x00001C, "Member 'FModulatorContinuousParams::ParamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedParameterEntry \ +static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ +static_assert(sizeof(FMaterialCachedParameterEntry) == 0x000050, "Wrong size on FMaterialCachedParameterEntry"); \ +static_assert(offsetof(FMaterialCachedParameterEntry, ParameterInfoSet) == 0x000000, "Member 'FMaterialCachedParameterEntry::ParameterInfoSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundTimecodeOffset \ +static_assert(alignof(FSoundTimecodeOffset) == 0x000008, "Wrong alignment on FSoundTimecodeOffset"); \ +static_assert(sizeof(FSoundTimecodeOffset) == 0x000008, "Wrong size on FSoundTimecodeOffset"); \ +static_assert(offsetof(FSoundTimecodeOffset, NumOfSecondsSinceMidnight) == 0x000000, "Member 'FSoundTimecodeOffset::NumOfSecondsSinceMidnight' 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_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_FBookmarkJumpToSettings \ +static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ +static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ + +#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_FTextureParameterValue \ +static_assert(alignof(FTextureParameterValue) == 0x000008, "Wrong alignment on FTextureParameterValue"); \ +static_assert(sizeof(FTextureParameterValue) == 0x000028, "Wrong size on FTextureParameterValue"); \ +static_assert(offsetof(FTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FTextureParameterValue, ParameterValue) == 0x000010, "Member 'FTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveCuePoint \ +static_assert(alignof(FSoundWaveCuePoint) == 0x000008, "Wrong alignment on FSoundWaveCuePoint"); \ +static_assert(sizeof(FSoundWaveCuePoint) == 0x000028, "Wrong size on FSoundWaveCuePoint"); \ +static_assert(offsetof(FSoundWaveCuePoint, CuePointID) == 0x000000, "Member 'FSoundWaveCuePoint::CuePointID' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, Label) == 0x000008, "Member 'FSoundWaveCuePoint::Label' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, FramePosition) == 0x000018, "Member 'FSoundWaveCuePoint::FramePosition' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, FrameLength) == 0x00001C, "Member 'FSoundWaveCuePoint::FrameLength' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, bIsLoopRegion) == 0x000020, "Member 'FSoundWaveCuePoint::bIsLoopRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsAssetSolverSettings \ +static_assert(alignof(FPhysicsAssetSolverSettings) == 0x000004, "Wrong alignment on FPhysicsAssetSolverSettings"); \ +static_assert(sizeof(FPhysicsAssetSolverSettings) == 0x00001C, "Wrong size on FPhysicsAssetSolverSettings"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, PositionIterations) == 0x000000, "Member 'FPhysicsAssetSolverSettings::PositionIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, VelocityIterations) == 0x000004, "Member 'FPhysicsAssetSolverSettings::VelocityIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, ProjectionIterations) == 0x000008, "Member 'FPhysicsAssetSolverSettings::ProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, CullDistance) == 0x00000C, "Member 'FPhysicsAssetSolverSettings::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, MaxDepenetrationVelocity) == 0x000010, "Member 'FPhysicsAssetSolverSettings::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, FixedTimeStep) == 0x000014, "Member 'FPhysicsAssetSolverSettings::FixedTimeStep' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, bUseLinearJointSolver) == 0x000018, "Member 'FPhysicsAssetSolverSettings::bUseLinearJointSolver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ +static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000050, "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) == 0x000040, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000044, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000098, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, bTreatAsButton) == 0x000000, "Member 'FTouchInputControl::bTreatAsButton' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000008, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000010, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000018, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000028, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000038, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000048, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000058, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000068, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000080, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterAtlasInstanceData \ +static_assert(alignof(FScalarParameterAtlasInstanceData) == 0x000008, "Wrong alignment on FScalarParameterAtlasInstanceData"); \ +static_assert(sizeof(FScalarParameterAtlasInstanceData) == 0x000058, "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) == 0x000030, "Member 'FScalarParameterAtlasInstanceData::Atlas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerResolver \ +static_assert(alignof(FWorldPartitionRuntimeContainerResolver) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerResolver) == 0x000058, "Wrong size on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, Containers) == 0x000000, "Member 'FWorldPartitionRuntimeContainerResolver::Containers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, MainContainerPackage) == 0x000050, "Member 'FWorldPartitionRuntimeContainerResolver::MainContainerPackage' 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_FRuntimePartitionDesc \ +static_assert(alignof(FRuntimePartitionDesc) == 0x000001, "Wrong alignment on FRuntimePartitionDesc"); \ +static_assert(sizeof(FRuntimePartitionDesc) == 0x000001, "Wrong size on FRuntimePartitionDesc"); \ + +#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_FMaterialInstanceCachedData \ +static_assert(alignof(FMaterialInstanceCachedData) == 0x000008, "Wrong alignment on FMaterialInstanceCachedData"); \ +static_assert(sizeof(FMaterialInstanceCachedData) == 0x000010, "Wrong size on FMaterialInstanceCachedData"); \ +static_assert(offsetof(FMaterialInstanceCachedData, ParentLayerIndexRemap) == 0x000000, "Member 'FMaterialInstanceCachedData::ParentLayerIndexRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshMergingSettings \ +static_assert(alignof(FMeshMergingSettings) == 0x000008, "Wrong alignment on FMeshMergingSettings"); \ +static_assert(sizeof(FMeshMergingSettings) == 0x000108, "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) == 0x000010, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x0000B0, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x0000B4, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x0000B8, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, NaniteSettings) == 0x0000C0, "Member 'FMeshMergingSettings::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000008, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x000350, "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, SimplificationMethod) == 0x000009, "Member 'FHierarchicalSimplification::SimplificationMethod' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x000010, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x000110, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ApproximateSettings) == 0x000218, "Member 'FHierarchicalSimplification::ApproximateSettings' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000340, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000344, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x000348, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnionReplicatedData \ +static_assert(alignof(FClusterUnionReplicatedData) == 0x000001, "Wrong alignment on FClusterUnionReplicatedData"); \ +static_assert(sizeof(FClusterUnionReplicatedData) == 0x000002, "Wrong size on FClusterUnionReplicatedData"); \ +static_assert(offsetof(FClusterUnionReplicatedData, ObjectState) == 0x000000, "Member 'FClusterUnionReplicatedData::ObjectState' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnionReplicatedData, bIsAnchored) == 0x000001, "Member 'FClusterUnionReplicatedData::bIsAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNaniteSettings \ +static_assert(alignof(FNaniteSettings) == 0x000001, "Wrong alignment on FNaniteSettings"); \ +static_assert(sizeof(FNaniteSettings) == 0x000001, "Wrong size on FNaniteSettings"); \ +static_assert(offsetof(FNaniteSettings, bAllowMaskedMaterials) == 0x000000, "Member 'FNaniteSettings::bAllowMaskedMaterials' 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_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_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_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_FNavAvoidanceData \ +static_assert(alignof(FNavAvoidanceData) == 0x000008, "Wrong alignment on FNavAvoidanceData"); \ +static_assert(sizeof(FNavAvoidanceData) == 0x000058, "Wrong size on FNavAvoidanceData"); \ + +#define DUMPER7_ASSERTS_FNavLinkAuxiliaryId \ +static_assert(alignof(FNavLinkAuxiliaryId) == 0x000008, "Wrong alignment on FNavLinkAuxiliaryId"); \ +static_assert(sizeof(FNavLinkAuxiliaryId) == 0x000008, "Wrong size on FNavLinkAuxiliaryId"); \ +static_assert(offsetof(FNavLinkAuxiliaryId, ID) == 0x000000, "Member 'FNavLinkAuxiliaryId::ID' 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_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) == 0x000088, "Wrong size on FNavDataConfig"); \ +static_assert(offsetof(FNavDataConfig, Name) == 0x000038, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, Color) == 0x000040, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000048, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSampleData \ +static_assert(alignof(FBlendSampleData) == 0x000008, "Wrong alignment on FBlendSampleData"); \ +static_assert(sizeof(FBlendSampleData) == 0x000060, "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, WeightRate) == 0x000014, "Member 'FBlendSampleData::WeightRate' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, Time) == 0x000018, "Member 'FBlendSampleData::Time' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, PreviousTime) == 0x00001C, "Member 'FBlendSampleData::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, SamplePlayRate) == 0x000020, "Member 'FBlendSampleData::SamplePlayRate' has a wrong offset!"); \ + +#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_FAudioReverbEffect \ +static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ +static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ + +#define DUMPER7_ASSERTS_FBlendFilter \ +static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ +static_assert(sizeof(FBlendFilter) == 0x000010, "Wrong size on FBlendFilter"); \ + +#define DUMPER7_ASSERTS_FMarkerSyncAnimPosition \ +static_assert(alignof(FMarkerSyncAnimPosition) == 0x000004, "Wrong alignment on FMarkerSyncAnimPosition"); \ +static_assert(sizeof(FMarkerSyncAnimPosition) == 0x000014, "Wrong size on FMarkerSyncAnimPosition"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, PreviousMarkerName) == 0x000000, "Member 'FMarkerSyncAnimPosition::PreviousMarkerName' has a wrong offset!"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, NextMarkerName) == 0x000008, "Member 'FMarkerSyncAnimPosition::NextMarkerName' has a wrong offset!"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, PositionBetweenMarkers) == 0x000010, "Member 'FMarkerSyncAnimPosition::PositionBetweenMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimTickRecord \ +static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ +static_assert(sizeof(FAnimTickRecord) == 0x000070, "Wrong size on FAnimTickRecord"); \ +static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000078, "Wrong size on FAnimGroupInstance"); \ + +#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_FAnimationGroupReference \ +static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ +static_assert(sizeof(FAnimationGroupReference) == 0x000010, "Wrong size on FAnimationGroupReference"); \ +static_assert(offsetof(FAnimationGroupReference, Method) == 0x000000, "Member 'FAnimationGroupReference::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000004, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x00000C, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEncounteredStateMachineStack \ +static_assert(alignof(FEncounteredStateMachineStack) == 0x000008, "Wrong alignment on FEncounteredStateMachineStack"); \ +static_assert(sizeof(FEncounteredStateMachineStack) == 0x000030, "Wrong size on FEncounteredStateMachineStack"); \ + +#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ +static_assert(alignof(FAnimationRecordingSettings) == 0x000008, "Wrong alignment on FAnimationRecordingSettings"); \ +static_assert(sizeof(FAnimationRecordingSettings) == 0x000040, "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, SampleFrameRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x00000C, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Interpolation) == 0x000010, "Member 'FAnimationRecordingSettings::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x000011, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x000012, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x000014, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMorphTargets) == 0x000015, "Member 'FAnimationRecordingSettings::bRecordMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordAttributeCurves) == 0x000016, "Member 'FAnimationRecordingSettings::bRecordAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMaterialCurves) == 0x000017, "Member 'FAnimationRecordingSettings::bRecordMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bTransactRecording) == 0x000018, "Member 'FAnimationRecordingSettings::bTransactRecording' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, IncludeAnimationNames) == 0x000020, "Member 'FAnimationRecordingSettings::IncludeAnimationNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, ExcludeAnimationNames) == 0x000030, "Member 'FAnimationRecordingSettings::ExcludeAnimationNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameCurveKey \ +static_assert(alignof(FNameCurveKey) == 0x000004, "Wrong alignment on FNameCurveKey"); \ +static_assert(sizeof(FNameCurveKey) == 0x00000C, "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_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_FStateMachineStateDebugData \ +static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ +static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ + +#define DUMPER7_ASSERTS_FStateMachineDebugData \ +static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ +static_assert(sizeof(FStateMachineDebugData) == 0x000150, "Wrong size on FStateMachineDebugData"); \ + +#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_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#define DUMPER7_ASSERTS_FCustomChannelSetup \ +static_assert(alignof(FCustomChannelSetup) == 0x000004, "Wrong alignment on FCustomChannelSetup"); \ +static_assert(sizeof(FCustomChannelSetup) == 0x00000C, "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_FAnimBlueprintMutableData \ +static_assert(alignof(FAnimBlueprintMutableData) == 0x000001, "Wrong alignment on FAnimBlueprintMutableData"); \ +static_assert(sizeof(FAnimBlueprintMutableData) == 0x000001, "Wrong size on FAnimBlueprintMutableData"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintConstantData \ +static_assert(alignof(FAnimBlueprintConstantData) == 0x000001, "Wrong alignment on FAnimBlueprintConstantData"); \ +static_assert(sizeof(FAnimBlueprintConstantData) == 0x000001, "Wrong size on FAnimBlueprintConstantData"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintFunction \ +static_assert(alignof(FAnimBlueprintFunction) == 0x000008, "Wrong alignment on FAnimBlueprintFunction"); \ +static_assert(sizeof(FAnimBlueprintFunction) == 0x000078, "Wrong size on FAnimBlueprintFunction"); \ +static_assert(offsetof(FAnimBlueprintFunction, Name) == 0x000000, "Member 'FAnimBlueprintFunction::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, Group) == 0x000008, "Member 'FAnimBlueprintFunction::Group' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, OutputPoseNodeIndex) == 0x000010, "Member 'FAnimBlueprintFunction::OutputPoseNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, InputPoseNames) == 0x000018, "Member 'FAnimBlueprintFunction::InputPoseNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, InputPoseNodeIndices) == 0x000028, "Member 'FAnimBlueprintFunction::InputPoseNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, bImplemented) == 0x000070, "Member 'FAnimBlueprintFunction::bImplemented' 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_FRollbackNetStartupActorInfo \ +static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ +static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000D0, "Wrong size on FRollbackNetStartupActorInfo"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000C0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' 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_FAnimGraphBlendOptions \ +static_assert(alignof(FAnimGraphBlendOptions) == 0x000008, "Wrong alignment on FAnimGraphBlendOptions"); \ +static_assert(sizeof(FAnimGraphBlendOptions) == 0x000020, "Wrong size on FAnimGraphBlendOptions"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInProfile) == 0x000008, "Member 'FAnimGraphBlendOptions::BlendInProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000010, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutProfile) == 0x000018, "Member 'FAnimGraphBlendOptions::BlendOutProfile' 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_FBoneNode \ +static_assert(alignof(FBoneNode) == 0x000001, "Wrong alignment on FBoneNode"); \ +static_assert(sizeof(FBoneNode) == 0x000001, "Wrong size on FBoneNode"); \ +static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x000000, "Member 'FBoneNode::TranslationRetargetingMode' 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_FAnimInitializationContext \ +static_assert(alignof(FAnimInitializationContext) == 0x000008, "Wrong alignment on FAnimInitializationContext"); \ +static_assert(sizeof(FAnimInitializationContext) == 0x000010, "Wrong size on FAnimInitializationContext"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternUpdateResult \ +static_assert(alignof(FCameraShakePatternUpdateResult) == 0x000010, "Wrong alignment on FCameraShakePatternUpdateResult"); \ +static_assert(sizeof(FCameraShakePatternUpdateResult) == 0x000740, "Wrong size on FCameraShakePatternUpdateResult"); \ + +#define DUMPER7_ASSERTS_FAnimPoseContext \ +static_assert(alignof(FAnimPoseContext) == 0x000008, "Wrong alignment on FAnimPoseContext"); \ +static_assert(sizeof(FAnimPoseContext) == 0x000010, "Wrong size on FAnimPoseContext"); \ + +#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_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_FCompositeSection \ +static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ +static_assert(sizeof(FCompositeSection) == 0x000050, "Wrong size on FCompositeSection"); \ +static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, NextSectionName) == 0x000038, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, MetaData) == 0x000040, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotAnimationTrack \ +static_assert(alignof(FSlotAnimationTrack) == 0x000008, "Wrong alignment on FSlotAnimationTrack"); \ +static_assert(sizeof(FSlotAnimationTrack) == 0x000018, "Wrong size on FSlotAnimationTrack"); \ +static_assert(offsetof(FSlotAnimationTrack, SlotName) == 0x000000, "Member 'FSlotAnimationTrack::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FSlotAnimationTrack, AnimTrack) == 0x000008, "Member 'FSlotAnimationTrack::AnimTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchingPoint \ +static_assert(alignof(FBranchingPoint) == 0x000008, "Wrong alignment on FBranchingPoint"); \ +static_assert(sizeof(FBranchingPoint) == 0x000040, "Wrong size on FBranchingPoint"); \ +static_assert(offsetof(FBranchingPoint, EventName) == 0x000030, "Member 'FBranchingPoint::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x000038, "Member 'FBranchingPoint::TriggerTimeOffset' 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_FAnimMontageInstance \ +static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ +static_assert(sizeof(FAnimMontageInstance) == 0x0001D8, "Wrong size on FAnimMontageInstance"); \ +static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000038, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00003C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x000108, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000118, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000138, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, position) == 0x000148, "Member 'FAnimMontageInstance::position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00014C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000150, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x0001B4, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeData \ +static_assert(alignof(FAnimNodeData) == 0x000008, "Wrong alignment on FAnimNodeData"); \ +static_assert(sizeof(FAnimNodeData) == 0x000028, "Wrong size on FAnimNodeData"); \ +static_assert(offsetof(FAnimNodeData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeData::AnimClassInterface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Entries) == 0x000010, "Member 'FAnimNodeData::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, NodeIndex) == 0x000020, "Member 'FAnimNodeData::NodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Flags) == 0x000024, "Member 'FAnimNodeData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeStructData \ +static_assert(alignof(FAnimNodeStructData) == 0x000008, "Wrong alignment on FAnimNodeStructData"); \ +static_assert(sizeof(FAnimNodeStructData) == 0x000058, "Wrong size on FAnimNodeStructData"); \ +static_assert(offsetof(FAnimNodeStructData, NameToIndexMap) == 0x000000, "Member 'FAnimNodeStructData::NameToIndexMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeStructData, NumProperties) == 0x000050, "Member 'FAnimNodeStructData::NumProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeFunctionRef \ +static_assert(alignof(FAnimNodeFunctionRef) == 0x000008, "Wrong alignment on FAnimNodeFunctionRef"); \ +static_assert(sizeof(FAnimNodeFunctionRef) == 0x000020, "Wrong size on FAnimNodeFunctionRef"); \ +static_assert(offsetof(FAnimNodeFunctionRef, ClassName) == 0x000000, "Member 'FAnimNodeFunctionRef::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, FunctionName) == 0x000008, "Member 'FAnimNodeFunctionRef::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, Class) == 0x000010, "Member 'FAnimNodeFunctionRef::Class' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeFunctionRef, Function) == 0x000018, "Member 'FAnimNodeFunctionRef::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ConvertLocalToComponentSpace \ +static_assert(alignof(FAnimNode_ConvertLocalToComponentSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertLocalToComponentSpace"); \ +static_assert(sizeof(FAnimNode_ConvertLocalToComponentSpace) == 0x000020, "Wrong size on FAnimNode_ConvertLocalToComponentSpace"); \ +static_assert(offsetof(FAnimNode_ConvertLocalToComponentSpace, LocalPose) == 0x000010, "Member 'FAnimNode_ConvertLocalToComponentSpace::LocalPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationBoneDiff \ +static_assert(alignof(FInertializationBoneDiff) == 0x000008, "Wrong alignment on FInertializationBoneDiff"); \ +static_assert(sizeof(FInertializationBoneDiff) == 0x000060, "Wrong size on FInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000010, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x000440, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000018, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, DefaultBlendProfile) == 0x000028, "Member 'FAnimNode_Inertialization::DefaultBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredCurves) == 0x000030, "Member 'FAnimNode_Inertialization::FilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredBones) == 0x000040, "Member 'FAnimNode_Inertialization::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bResetOnBecomingRelevant) == 0x000050, "Member 'FAnimNode_Inertialization::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bForwardRequestsThroughSkippedCachedPoseNodes) == 0x000051, "Member 'FAnimNode_Inertialization::bForwardRequestsThroughSkippedCachedPoseNodes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, RequestQueue) == 0x000228, "Member 'FAnimNode_Inertialization::RequestQueue' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, InertializationRequestAnimInstance) == 0x000438, "Member 'FAnimNode_Inertialization::InertializationRequestAnimInstance' 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) == 0x000080, "Wrong size on FAnimNode_SaveCachedPose"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, Pose) == 0x000010, "Member 'FAnimNode_SaveCachedPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, CachePoseName) == 0x000020, "Member 'FAnimNode_SaveCachedPose::CachePoseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBiasClampState \ +static_assert(alignof(FInputScaleBiasClampState) == 0x000004, "Wrong alignment on FInputScaleBiasClampState"); \ +static_assert(sizeof(FInputScaleBiasClampState) == 0x000008, "Wrong size on FInputScaleBiasClampState"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayerBase \ +static_assert(alignof(FAnimNode_SequencePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayerBase"); \ +static_assert(sizeof(FAnimNode_SequencePlayerBase) == 0x000040, "Wrong size on FAnimNode_SequencePlayerBase"); \ +static_assert(offsetof(FAnimNode_SequencePlayerBase, PlayRateScaleBiasClampState) == 0x000038, "Member 'FAnimNode_SequencePlayerBase::PlayRateScaleBiasClampState' 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_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000048, "Wrong size on FAnimNode_SequencePlayer"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000040, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer_Standalone \ +static_assert(alignof(FAnimNode_SequencePlayer_Standalone) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer_Standalone"); \ +static_assert(sizeof(FAnimNode_SequencePlayer_Standalone) == 0x000098, "Wrong size on FAnimNode_SequencePlayer_Standalone"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupName) == 0x000040, "Member 'FAnimNode_SequencePlayer_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, GroupRole) == 0x000048, "Member 'FAnimNode_SequencePlayer_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Method) == 0x000049, "Member 'FAnimNode_SequencePlayer_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bIgnoreForRelevancyTest) == 0x00004A, "Member 'FAnimNode_SequencePlayer_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Sequence) == 0x000050, "Member 'FAnimNode_SequencePlayer_Standalone::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateBasis) == 0x000058, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateBasis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRate) == 0x00005C, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, PlayRateScaleBiasClampConstants) == 0x000060, "Member 'FAnimNode_SequencePlayer_Standalone::PlayRateScaleBiasClampConstants' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, StartPosition) == 0x00008C, "Member 'FAnimNode_SequencePlayer_Standalone::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bLoopAnimation) == 0x000090, "Member 'FAnimNode_SequencePlayer_Standalone::bLoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bStartFromMatchingPose) == 0x000091, "Member 'FAnimNode_SequencePlayer_Standalone::bStartFromMatchingPose' 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_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_StateMachine \ +static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ +static_assert(sizeof(FAnimNode_StateMachine) == 0x0000C8, "Wrong size on FAnimNode_StateMachine"); \ +static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000010, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000014, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsRequests) == 0x000018, "Member 'FAnimNode_StateMachine::MaxTransitionsRequests' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x00001C, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x00001D, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bCreateNotifyMetaData) == 0x00001E, "Member 'FAnimNode_StateMachine::bCreateNotifyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bAllowConduitEntryStates) == 0x00001F, "Member 'FAnimNode_StateMachine::bAllowConduitEntryStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingIfCondition \ +static_assert(alignof(FDPMatchingIfCondition) == 0x000008, "Wrong alignment on FDPMatchingIfCondition"); \ +static_assert(sizeof(FDPMatchingIfCondition) == 0x000028, "Wrong size on FDPMatchingIfCondition"); \ +static_assert(offsetof(FDPMatchingIfCondition, Operator) == 0x000000, "Member 'FDPMatchingIfCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingIfCondition, Arg1) == 0x000008, "Member 'FDPMatchingIfCondition::Arg1' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingIfCondition, Arg2) == 0x000018, "Member 'FDPMatchingIfCondition::Arg2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructBase \ +static_assert(alignof(FDPMatchingRulestructBase) == 0x000008, "Wrong alignment on FDPMatchingRulestructBase"); \ +static_assert(sizeof(FDPMatchingRulestructBase) == 0x000048, "Wrong size on FDPMatchingRulestructBase"); \ +static_assert(offsetof(FDPMatchingRulestructBase, RuleName) == 0x000008, "Member 'FDPMatchingRulestructBase::RuleName' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, IfConditions) == 0x000018, "Member 'FDPMatchingRulestructBase::IfConditions' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, AppendFragments) == 0x000028, "Member 'FDPMatchingRulestructBase::AppendFragments' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructBase, SetUserVar) == 0x000038, "Member 'FDPMatchingRulestructBase::SetUserVar' 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) == 0x0000A8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x000088, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x000090, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x000091, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicChildSubmix \ +static_assert(alignof(FDynamicChildSubmix) == 0x000008, "Wrong alignment on FDynamicChildSubmix"); \ +static_assert(sizeof(FDynamicChildSubmix) == 0x000010, "Wrong size on FDynamicChildSubmix"); \ +static_assert(offsetof(FDynamicChildSubmix, ChildSubmixes) == 0x000000, "Member 'FDynamicChildSubmix::ChildSubmixes' 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) == 0x000028, "Wrong size on FAnimNode_UseCachedPose"); \ +static_assert(offsetof(FAnimNode_UseCachedPose, LinkToCachingNode) == 0x000010, "Member 'FAnimNode_UseCachedPose::LinkToCachingNode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_UseCachedPose, CachePoseName) == 0x000020, "Member 'FAnimNode_UseCachedPose::CachePoseName' 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_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_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_FCurveTrack \ +static_assert(alignof(FCurveTrack) == 0x000008, "Wrong alignment on FCurveTrack"); \ +static_assert(sizeof(FCurveTrack) == 0x000018, "Wrong size on FCurveTrack"); \ +static_assert(offsetof(FCurveTrack, CurveName) == 0x000000, "Member 'FCurveTrack::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FCurveTrack, CurveWeights) == 0x000008, "Member 'FCurveTrack::CurveWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputActionDelegateBinding \ +static_assert(alignof(FBlueprintInputActionDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputActionDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputActionDelegateBinding) == 0x000018, "Wrong size on FBlueprintInputActionDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, InputActionName) == 0x000004, "Member 'FBlueprintInputActionDelegateBinding::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, InputKeyEvent) == 0x00000C, "Member 'FBlueprintInputActionDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, FunctionNameToBind) == 0x000010, "Member 'FBlueprintInputActionDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#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_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_FAnimNode_SingleNode \ +static_assert(alignof(FAnimNode_SingleNode) == 0x000008, "Wrong alignment on FAnimNode_SingleNode"); \ +static_assert(sizeof(FAnimNode_SingleNode) == 0x000030, "Wrong size on FAnimNode_SingleNode"); \ +static_assert(offsetof(FAnimNode_SingleNode, SourcePose) == 0x000010, "Member 'FAnimNode_SingleNode::SourcePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSingleNodeInstanceProxy \ +static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ +static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x000840, "Wrong size on FAnimSingleNodeInstanceProxy"); \ + +#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_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_FAnimationTransitionBetweenStates \ +static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ +static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000040, "Wrong size on FAnimationTransitionBetweenStates"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x000008, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x00000C, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000010, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000014, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x000018, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000020, "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_FISMClientInstance \ +static_assert(alignof(FISMClientInstance) == 0x000008, "Wrong alignment on FISMClientInstance"); \ +static_assert(sizeof(FISMClientInstance) == 0x000010, "Wrong size on FISMClientInstance"); \ +static_assert(offsetof(FISMClientInstance, ComponentIndices) == 0x000000, "Member 'FISMClientInstance::ComponentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedStateExitTransition \ +static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ +static_assert(sizeof(FBakedStateExitTransition) == 0x000030, "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, AutomaticRuleTriggerTime) == 0x000010, "Member 'FBakedStateExitTransition::AutomaticRuleTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, SyncGroupNameToRequireValidMarkersRule) == 0x000014, "Member 'FBakedStateExitTransition::SyncGroupNameToRequireValidMarkersRule' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000020, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationState \ +static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ +static_assert(sizeof(FBakedAnimationState) == 0x000058, "Wrong size on FBakedAnimationState"); \ +static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000008, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00001C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000020, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000028, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x00002C, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000030, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000040, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000050, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' 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) == 0x000008, "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_FAnimSubsystem_Base \ +static_assert(alignof(FAnimSubsystem_Base) == 0x000008, "Wrong alignment on FAnimSubsystem_Base"); \ +static_assert(sizeof(FAnimSubsystem_Base) == 0x000018, "Wrong size on FAnimSubsystem_Base"); \ + +#define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ +static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ +static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000070, "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) == 0x000010, "Member 'FChildActorAttachedActorInfo::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystemInstance_NodeRelevancy \ +static_assert(alignof(FAnimSubsystemInstance_NodeRelevancy) == 0x000008, "Wrong alignment on FAnimSubsystemInstance_NodeRelevancy"); \ +static_assert(sizeof(FAnimSubsystemInstance_NodeRelevancy) == 0x0000A8, "Wrong size on FAnimSubsystemInstance_NodeRelevancy"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessSegment \ +static_assert(alignof(FPropertyAccessSegment) == 0x000008, "Wrong alignment on FPropertyAccessSegment"); \ +static_assert(sizeof(FPropertyAccessSegment) == 0x000040, "Wrong size on FPropertyAccessSegment"); \ +static_assert(offsetof(FPropertyAccessSegment, Name) == 0x000000, "Member 'FPropertyAccessSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Struct) == 0x000008, "Member 'FPropertyAccessSegment::Struct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Property) == 0x000010, "Member 'FPropertyAccessSegment::Property' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Function) == 0x000030, "Member 'FPropertyAccessSegment::Function' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, ArrayIndex) == 0x000038, "Member 'FPropertyAccessSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Flags) == 0x00003C, "Member 'FPropertyAccessSegment::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessPath \ +static_assert(alignof(FPropertyAccessPath) == 0x000004, "Wrong alignment on FPropertyAccessPath"); \ +static_assert(sizeof(FPropertyAccessPath) == 0x000008, "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_FPropertyAccessLibrary \ +static_assert(alignof(FPropertyAccessLibrary) == 0x000008, "Wrong alignment on FPropertyAccessLibrary"); \ +static_assert(sizeof(FPropertyAccessLibrary) == 0x000078, "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, CopyBatchArray) == 0x000030, "Member 'FPropertyAccessLibrary::CopyBatchArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_PropertyAccess \ +static_assert(alignof(FAnimSubsystem_PropertyAccess) == 0x000008, "Wrong alignment on FAnimSubsystem_PropertyAccess"); \ +static_assert(sizeof(FAnimSubsystem_PropertyAccess) == 0x000080, "Wrong size on FAnimSubsystem_PropertyAccess"); \ +static_assert(offsetof(FAnimSubsystem_PropertyAccess, Library) == 0x000008, "Member 'FAnimSubsystem_PropertyAccess::Library' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructA \ +static_assert(alignof(FDPMatchingRulestructA) == 0x000008, "Wrong alignment on FDPMatchingRulestructA"); \ +static_assert(sizeof(FDPMatchingRulestructA) == 0x000068, "Wrong size on FDPMatchingRulestructA"); \ +static_assert(offsetof(FDPMatchingRulestructA, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructA::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructA, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructA::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructB \ +static_assert(alignof(FDPMatchingRulestructB) == 0x000008, "Wrong alignment on FDPMatchingRulestructB"); \ +static_assert(sizeof(FDPMatchingRulestructB) == 0x000068, "Wrong size on FDPMatchingRulestructB"); \ +static_assert(offsetof(FDPMatchingRulestructB, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructB::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructB, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructB::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructC \ +static_assert(alignof(FDPMatchingRulestructC) == 0x000008, "Wrong alignment on FDPMatchingRulestructC"); \ +static_assert(sizeof(FDPMatchingRulestructC) == 0x000068, "Wrong size on FDPMatchingRulestructC"); \ +static_assert(offsetof(FDPMatchingRulestructC, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructC::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructC, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructC::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructD \ +static_assert(alignof(FDPMatchingRulestructD) == 0x000008, "Wrong alignment on FDPMatchingRulestructD"); \ +static_assert(sizeof(FDPMatchingRulestructD) == 0x000068, "Wrong size on FDPMatchingRulestructD"); \ +static_assert(offsetof(FDPMatchingRulestructD, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructD::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructD, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructD::OnFalse' 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_FLinkedAnimLayerClassData \ +static_assert(alignof(FLinkedAnimLayerClassData) == 0x000008, "Wrong alignment on FLinkedAnimLayerClassData"); \ +static_assert(sizeof(FLinkedAnimLayerClassData) == 0x000020, "Wrong size on FLinkedAnimLayerClassData"); \ +static_assert(offsetof(FLinkedAnimLayerClassData, InstancesData) == 0x000008, "Member 'FLinkedAnimLayerClassData::InstancesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_SharedLinkedAnimLayers \ +static_assert(alignof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000008, "Wrong alignment on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(sizeof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000028, "Wrong size on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, ClassesData) == 0x000008, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::ClassesData' has a wrong offset!"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, PersistentClasses) == 0x000018, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::PersistentClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_Tag \ +static_assert(alignof(FAnimSubsystem_Tag) == 0x000008, "Wrong alignment on FAnimSubsystem_Tag"); \ +static_assert(sizeof(FAnimSubsystem_Tag) == 0x000060, "Wrong size on FAnimSubsystem_Tag"); \ +static_assert(offsetof(FAnimSubsystem_Tag, NodeIndices) == 0x000008, "Member 'FAnimSubsystem_Tag::NodeIndices' 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_FTypedElementPasteOptions \ +static_assert(alignof(FTypedElementPasteOptions) == 0x000008, "Wrong alignment on FTypedElementPasteOptions"); \ +static_assert(sizeof(FTypedElementPasteOptions) == 0x000078, "Wrong size on FTypedElementPasteOptions"); \ +static_assert(offsetof(FTypedElementPasteOptions, SelectionSetToModify) == 0x000000, "Member 'FTypedElementPasteOptions::SelectionSetToModify' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, bPasteAtLocation) == 0x000008, "Member 'FTypedElementPasteOptions::bPasteAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, PasteLocation) == 0x000010, "Member 'FTypedElementPasteOptions::PasteLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendProfileBoneEntry \ +static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ +static_assert(sizeof(FBlendProfileBoneEntry) == 0x000014, "Wrong size on FBlendProfileBoneEntry"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BoneReference) == 0x000000, "Member 'FBlendProfileBoneEntry::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BlendScale) == 0x000010, "Member 'FBlendProfileBoneEntry::BlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimStateData \ +static_assert(alignof(FCachedAnimStateData) == 0x000004, "Wrong alignment on FCachedAnimStateData"); \ +static_assert(sizeof(FCachedAnimStateData) == 0x00001C, "Wrong size on FCachedAnimStateData"); \ +static_assert(offsetof(FCachedAnimStateData, StateMachineName) == 0x000000, "Member 'FCachedAnimStateData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimStateData, StateName) == 0x000008, "Member 'FCachedAnimStateData::StateName' 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_FCachedAnimAssetPlayerData \ +static_assert(alignof(FCachedAnimAssetPlayerData) == 0x000004, "Wrong alignment on FCachedAnimAssetPlayerData"); \ +static_assert(sizeof(FCachedAnimAssetPlayerData) == 0x000018, "Wrong size on FCachedAnimAssetPlayerData"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateMachineName) == 0x000000, "Member 'FCachedAnimAssetPlayerData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateName) == 0x000008, "Member 'FCachedAnimAssetPlayerData::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimTransitionData \ +static_assert(alignof(FCachedAnimTransitionData) == 0x000004, "Wrong alignment on FCachedAnimTransitionData"); \ +static_assert(sizeof(FCachedAnimTransitionData) == 0x000024, "Wrong size on FCachedAnimTransitionData"); \ +static_assert(offsetof(FCachedAnimTransitionData, StateMachineName) == 0x000000, "Member 'FCachedAnimTransitionData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, FromStateName) == 0x000008, "Member 'FCachedAnimTransitionData::FromStateName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, ToStateName) == 0x000010, "Member 'FCachedAnimTransitionData::ToStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedCurveValue \ +static_assert(alignof(FNamedCurveValue) == 0x000004, "Wrong alignment on FNamedCurveValue"); \ +static_assert(sizeof(FNamedCurveValue) == 0x00000C, "Wrong size on FNamedCurveValue"); \ +static_assert(offsetof(FNamedCurveValue, Name) == 0x000000, "Member 'FNamedCurveValue::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedCurveValue, Value) == 0x000008, "Member 'FNamedCurveValue::Value' 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!"); \ +static_assert(offsetof(FExposedValueCopyRecord, bOnlyUpdateWhenActive) == 0x000005, "Member 'FExposedValueCopyRecord::bOnlyUpdateWhenActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorInstanceData \ +static_assert(alignof(FActorInstanceData) == 0x000008, "Wrong alignment on FActorInstanceData"); \ +static_assert(sizeof(FActorInstanceData) == 0x000060, "Wrong size on FActorInstanceData"); \ +static_assert(offsetof(FActorInstanceData, ActorClass) == 0x000058, "Member 'FActorInstanceData::ActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExposedValueHandler \ +static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ +static_assert(sizeof(FExposedValueHandler) == 0x000010, "Wrong size on FExposedValueHandler"); \ + +#define DUMPER7_ASSERTS_FAnimNodeExposedValueHandler \ +static_assert(alignof(FAnimNodeExposedValueHandler) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler) == 0x000008, "Wrong size on FAnimNodeExposedValueHandler"); \ + +#define DUMPER7_ASSERTS_FAnimNodeExposedValueHandler_Base \ +static_assert(alignof(FAnimNodeExposedValueHandler_Base) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler_Base"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler_Base) == 0x000018, "Wrong size on FAnimNodeExposedValueHandler_Base"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_Base, Function) == 0x000008, "Member 'FAnimNodeExposedValueHandler_Base::Function' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_Base, BoundFunction) == 0x000010, "Member 'FAnimNodeExposedValueHandler_Base::BoundFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeExposedValueHandler_PropertyAccess \ +static_assert(alignof(FAnimNodeExposedValueHandler_PropertyAccess) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler_PropertyAccess"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler_PropertyAccess) == 0x000030, "Wrong size on FAnimNodeExposedValueHandler_PropertyAccess"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_PropertyAccess, CopyRecords) == 0x000018, "Member 'FAnimNodeExposedValueHandler_PropertyAccess::CopyRecords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfo \ +static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ +static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B8, "Wrong size on FSoundSubmixSendInfo"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x0000B0, "Member 'FSoundSubmixSendInfo::SendStage' 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_FInputClampConstants \ +static_assert(alignof(FInputClampConstants) == 0x000004, "Wrong alignment on FInputClampConstants"); \ +static_assert(sizeof(FInputClampConstants) == 0x000014, "Wrong size on FInputClampConstants"); \ +static_assert(offsetof(FInputClampConstants, bClampResult) == 0x000000, "Member 'FInputClampConstants::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FInputClampConstants, bInterpResult) == 0x000001, "Member 'FInputClampConstants::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FInputClampConstants, ClampMin) == 0x000004, "Member 'FInputClampConstants::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FInputClampConstants, ClampMax) == 0x000008, "Member 'FInputClampConstants::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FInputClampConstants, InterpSpeedIncreasing) == 0x00000C, "Member 'FInputClampConstants::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FInputClampConstants, InterpSpeedDecreasing) == 0x000010, "Member 'FInputClampConstants::InterpSpeedDecreasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputClampState \ +static_assert(alignof(FInputClampState) == 0x000004, "Wrong alignment on FInputClampState"); \ +static_assert(sizeof(FInputClampState) == 0x000008, "Wrong size on FInputClampState"); \ + +#define DUMPER7_ASSERTS_FMirrorTableRow \ +static_assert(alignof(FMirrorTableRow) == 0x000008, "Wrong alignment on FMirrorTableRow"); \ +static_assert(sizeof(FMirrorTableRow) == 0x000020, "Wrong size on FMirrorTableRow"); \ +static_assert(offsetof(FMirrorTableRow, Name) == 0x000008, "Member 'FMirrorTableRow::Name' has a wrong offset!"); \ +static_assert(offsetof(FMirrorTableRow, MirroredName) == 0x000010, "Member 'FMirrorTableRow::MirroredName' has a wrong offset!"); \ +static_assert(offsetof(FMirrorTableRow, MirrorEntryType) == 0x000018, "Member 'FMirrorTableRow::MirrorEntryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMirrorFindReplaceExpression \ +static_assert(alignof(FMirrorFindReplaceExpression) == 0x000004, "Wrong alignment on FMirrorFindReplaceExpression"); \ +static_assert(sizeof(FMirrorFindReplaceExpression) == 0x000014, "Wrong size on FMirrorFindReplaceExpression"); \ +static_assert(offsetof(FMirrorFindReplaceExpression, FindExpression) == 0x000000, "Member 'FMirrorFindReplaceExpression::FindExpression' has a wrong offset!"); \ +static_assert(offsetof(FMirrorFindReplaceExpression, ReplaceExpression) == 0x000008, "Member 'FMirrorFindReplaceExpression::ReplaceExpression' has a wrong offset!"); \ +static_assert(offsetof(FMirrorFindReplaceExpression, FindReplaceMethod) == 0x000010, "Member 'FMirrorFindReplaceExpression::FindReplaceMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedLine \ +static_assert(alignof(FBatchedLine) == 0x000008, "Wrong alignment on FBatchedLine"); \ +static_assert(sizeof(FBatchedLine) == 0x000050, "Wrong size on FBatchedLine"); \ +static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, End) == 0x000018, "Member 'FBatchedLine::End' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Color) == 0x000030, "Member 'FBatchedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Thickness) == 0x000040, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x000044, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000048, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, BatchID) == 0x00004C, "Member 'FBatchedLine::BatchID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySample \ +static_assert(alignof(FTrajectorySample) == 0x000010, "Wrong alignment on FTrajectorySample"); \ +static_assert(sizeof(FTrajectorySample) == 0x000090, "Wrong size on FTrajectorySample"); \ +static_assert(offsetof(FTrajectorySample, AccumulatedSeconds) == 0x000000, "Member 'FTrajectorySample::AccumulatedSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, Transform) == 0x000010, "Member 'FTrajectorySample::Transform' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, LinearVelocity) == 0x000070, "Member 'FTrajectorySample::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySampleRange \ +static_assert(alignof(FTrajectorySampleRange) == 0x000008, "Wrong alignment on FTrajectorySampleRange"); \ +static_assert(sizeof(FTrajectorySampleRange) == 0x000010, "Wrong size on FTrajectorySampleRange"); \ +static_assert(offsetof(FTrajectorySampleRange, Samples) == 0x000000, "Member 'FTrajectorySampleRange::Samples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeItem \ +static_assert(alignof(FNodeItem) == 0x000010, "Wrong alignment on FNodeItem"); \ +static_assert(sizeof(FNodeItem) == 0x000070, "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_FPoseData \ +static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ +static_assert(sizeof(FPoseData) == 0x000020, "Wrong size on FPoseData"); \ +static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ +static_assert(offsetof(FPoseData, CurveData) == 0x000010, "Member 'FPoseData::CurveData' 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_FPoseAssetInfluence \ +static_assert(alignof(FPoseAssetInfluence) == 0x000004, "Wrong alignment on FPoseAssetInfluence"); \ +static_assert(sizeof(FPoseAssetInfluence) == 0x000008, "Wrong size on FPoseAssetInfluence"); \ +static_assert(offsetof(FPoseAssetInfluence, PoseIndex) == 0x000000, "Member 'FPoseAssetInfluence::PoseIndex' has a wrong offset!"); \ +static_assert(offsetof(FPoseAssetInfluence, BoneTransformIndex) == 0x000004, "Member 'FPoseAssetInfluence::BoneTransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseAssetInfluences \ +static_assert(alignof(FPoseAssetInfluences) == 0x000008, "Wrong alignment on FPoseAssetInfluences"); \ +static_assert(sizeof(FPoseAssetInfluences) == 0x000010, "Wrong size on FPoseAssetInfluences"); \ +static_assert(offsetof(FPoseAssetInfluences, Influences) == 0x000000, "Member 'FPoseAssetInfluences::Influences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDataContainer \ +static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ +static_assert(sizeof(FPoseDataContainer) == 0x000070, "Wrong size on FPoseDataContainer"); \ +static_assert(offsetof(FPoseDataContainer, PoseFNames) == 0x000000, "Member 'FPoseDataContainer::PoseFNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000020, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackBoneIndices) == 0x000030, "Member 'FPoseDataContainer::TrackBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackPoseInfluenceIndices) == 0x000040, "Member 'FPoseDataContainer::TrackPoseInfluenceIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Poses) == 0x000050, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Curves) == 0x000060, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ +static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ +static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000030, "Wrong size on FPreviewAttachedObjectPair"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000028, "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_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_FSkeletalMeshVertexAttributeInfo \ +static_assert(alignof(FSkeletalMeshVertexAttributeInfo) == 0x000004, "Wrong alignment on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(sizeof(FSkeletalMeshVertexAttributeInfo) == 0x000010, "Wrong size on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, EnabledForRender) == 0x000000, "Member 'FSkeletalMeshVertexAttributeInfo::EnabledForRender' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, Name) == 0x000004, "Member 'FSkeletalMeshVertexAttributeInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, DataType) == 0x00000C, "Member 'FSkeletalMeshVertexAttributeInfo::DataType' 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_FReferencePose \ +static_assert(alignof(FReferencePose) == 0x000008, "Wrong alignment on FReferencePose"); \ +static_assert(sizeof(FReferencePose) == 0x000018, "Wrong size on FReferencePose"); \ +static_assert(offsetof(FReferencePose, PoseName) == 0x000000, "Member 'FReferencePose::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FReferencePose, ReferencePose) == 0x000008, "Member 'FReferencePose::ReferencePose' 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_FNameMapping \ +static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ +static_assert(sizeof(FNameMapping) == 0x000010, "Wrong size on FNameMapping"); \ +static_assert(offsetof(FNameMapping, NodeName) == 0x000000, "Member 'FNameMapping::NodeName' has a wrong offset!"); \ +static_assert(offsetof(FNameMapping, BoneName) == 0x000008, "Member 'FNameMapping::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualBone \ +static_assert(alignof(FVirtualBone) == 0x000004, "Wrong alignment on FVirtualBone"); \ +static_assert(sizeof(FVirtualBone) == 0x000018, "Wrong size on FVirtualBone"); \ +static_assert(offsetof(FVirtualBone, SourceBoneName) == 0x000000, "Member 'FVirtualBone::SourceBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, TargetBoneName) == 0x000008, "Member 'FVirtualBone::TargetBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, VirtualBoneName) == 0x000010, "Member 'FVirtualBone::VirtualBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ +static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ +static_assert(sizeof(FSkinWeightProfileInfo) == 0x000010, "Wrong size on FSkinWeightProfileInfo"); \ +static_assert(offsetof(FSkinWeightProfileInfo, Name) == 0x000000, "Member 'FSkinWeightProfileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfile) == 0x000008, "Member 'FSkinWeightProfileInfo::DefaultProfile' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfileFromLODIndex) == 0x00000C, "Member 'FSkinWeightProfileInfo::DefaultProfileFromLODIndex' 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_FSmartNameContainer \ +static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ +static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ + +#define DUMPER7_ASSERTS_FSmartName \ +static_assert(alignof(FSmartName) == 0x000004, "Wrong alignment on FSmartName"); \ +static_assert(sizeof(FSmartName) == 0x00000C, "Wrong size on FSmartName"); \ +static_assert(offsetof(FSmartName, DisplayName) == 0x000000, "Member 'FSmartName::DisplayName' 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_FAnimGroupInfo \ +static_assert(alignof(FAnimGroupInfo) == 0x000004, "Wrong alignment on FAnimGroupInfo"); \ +static_assert(sizeof(FAnimGroupInfo) == 0x000018, "Wrong size on FAnimGroupInfo"); \ +static_assert(offsetof(FAnimGroupInfo, Name) == 0x000000, "Member 'FAnimGroupInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimGroupInfo, Color) == 0x000008, "Member 'FAnimGroupInfo::Color' 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_FPrimaryAssetTypeInfo \ +static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ +static_assert(sizeof(FPrimaryAssetTypeInfo) == 0x000088, "Wrong size on FPrimaryAssetTypeInfo"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetTypeInfo::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClass) == 0x000008, "Member 'FPrimaryAssetTypeInfo::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClassLoaded) == 0x000030, "Member 'FPrimaryAssetTypeInfo::AssetBaseClassLoaded' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bHasBlueprintClasses) == 0x000038, "Member 'FPrimaryAssetTypeInfo::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsEditorOnly) == 0x000039, "Member 'FPrimaryAssetTypeInfo::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Directories) == 0x000040, "Member 'FPrimaryAssetTypeInfo::Directories' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, SpecificAssets) == 0x000050, "Member 'FPrimaryAssetTypeInfo::SpecificAssets' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Rules) == 0x000060, "Member 'FPrimaryAssetTypeInfo::Rules' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetScanPaths) == 0x000070, "Member 'FPrimaryAssetTypeInfo::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsDynamicAsset) == 0x000080, "Member 'FPrimaryAssetTypeInfo::bIsDynamicAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, NumberOfAssets) == 0x000084, "Member 'FPrimaryAssetTypeInfo::NumberOfAssets' 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_FAudioQualitySettings \ +static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ +static_assert(sizeof(FAudioQualitySettings) == 0x000018, "Wrong size on FAudioQualitySettings"); \ +static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000010, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundDebugEntry \ +static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ +static_assert(sizeof(FSoundDebugEntry) == 0x000028, "Wrong size on FSoundDebugEntry"); \ +static_assert(offsetof(FSoundDebugEntry, DebugName) == 0x000000, "Member 'FSoundDebugEntry::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FSoundDebugEntry, Sound) == 0x000008, "Member 'FSoundDebugEntry::Sound' 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_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_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_FBPComponentClassOverride \ +static_assert(alignof(FBPComponentClassOverride) == 0x000008, "Wrong alignment on FBPComponentClassOverride"); \ +static_assert(sizeof(FBPComponentClassOverride) == 0x000010, "Wrong size on FBPComponentClassOverride"); \ +static_assert(offsetof(FBPComponentClassOverride, ComponentName) == 0x000000, "Member 'FBPComponentClassOverride::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FBPComponentClassOverride, ComponentClass) == 0x000008, "Member 'FBPComponentClassOverride::ComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternStartParams \ +static_assert(alignof(FCameraShakePatternStartParams) == 0x000004, "Wrong alignment on FCameraShakePatternStartParams"); \ +static_assert(sizeof(FCameraShakePatternStartParams) == 0x000008, "Wrong size on FCameraShakePatternStartParams"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakePatternStartParams::bIsRestarting' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bOverrideDuration) == 0x000001, "Member 'FCameraShakePatternStartParams::bOverrideDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, DurationOverride) == 0x000004, "Member 'FCameraShakePatternStartParams::DurationOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternUpdateParams \ +static_assert(alignof(FCameraShakePatternUpdateParams) == 0x000010, "Wrong alignment on FCameraShakePatternUpdateParams"); \ +static_assert(sizeof(FCameraShakePatternUpdateParams) == 0x000810, "Wrong size on FCameraShakePatternUpdateParams"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakePatternUpdateParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakePatternUpdateParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakePatternUpdateParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, POV) == 0x000010, "Member 'FCameraShakePatternUpdateParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternScrubParams \ +static_assert(alignof(FCameraShakePatternScrubParams) == 0x000010, "Wrong alignment on FCameraShakePatternScrubParams"); \ +static_assert(sizeof(FCameraShakePatternScrubParams) == 0x000810, "Wrong size on FCameraShakePatternScrubParams"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakePatternScrubParams::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakePatternScrubParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakePatternScrubParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, POV) == 0x000010, "Member 'FCameraShakePatternScrubParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternStopParams \ +static_assert(alignof(FCameraShakePatternStopParams) == 0x000001, "Wrong alignment on FCameraShakePatternStopParams"); \ +static_assert(sizeof(FCameraShakePatternStopParams) == 0x000001, "Wrong size on FCameraShakePatternStopParams"); \ +static_assert(offsetof(FCameraShakePatternStopParams, bImmediately) == 0x000000, "Member 'FCameraShakePatternStopParams::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomProfile \ +static_assert(alignof(FCustomProfile) == 0x000008, "Wrong alignment on FCustomProfile"); \ +static_assert(sizeof(FCustomProfile) == 0x000018, "Wrong size on FCustomProfile"); \ +static_assert(offsetof(FCustomProfile, Name) == 0x000000, "Member 'FCustomProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomProfile, CustomResponses) == 0x000008, "Member 'FCustomProfile::CustomResponses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentInstanceSourceInfo \ +static_assert(alignof(FActorComponentInstanceSourceInfo) == 0x000008, "Wrong alignment on FActorComponentInstanceSourceInfo"); \ +static_assert(sizeof(FActorComponentInstanceSourceInfo) == 0x000010, "Wrong size on FActorComponentInstanceSourceInfo"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentTemplate) == 0x000000, "Member 'FActorComponentInstanceSourceInfo::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentCreationMethod) == 0x000008, "Member 'FActorComponentInstanceSourceInfo::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentTypeSerializedIndex) == 0x00000C, "Member 'FActorComponentInstanceSourceInfo::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioComponentParam \ +static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ +static_assert(sizeof(FAudioComponentParam) == 0x0000A8, "Wrong size on FAudioComponentParam"); \ +static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x0000A0, "Member 'FAudioComponentParam::SoundWaveParam' 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_FCharacterMovementComponentPrePhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPrePhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPrePhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ +static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ +static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000F8, "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) == 0x0000C8, "Member 'FChildActorComponentInstanceData::AttachedActors' 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_FPrecomputedLightInstanceData \ +static_assert(alignof(FPrecomputedLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedLightInstanceData"); \ +static_assert(sizeof(FPrecomputedLightInstanceData) == 0x000140, "Wrong size on FPrecomputedLightInstanceData"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, Transform) == 0x0000C0, "Member 'FPrecomputedLightInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, LightGuid) == 0x000120, "Member 'FPrecomputedLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, PreviewShadowMapChannel) == 0x000130, "Member 'FPrecomputedLightInstanceData::PreviewShadowMapChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedPoint \ +static_assert(alignof(FBatchedPoint) == 0x000008, "Wrong alignment on FBatchedPoint"); \ +static_assert(sizeof(FBatchedPoint) == 0x000038, "Wrong size on FBatchedPoint"); \ +static_assert(offsetof(FBatchedPoint, position) == 0x000000, "Member 'FBatchedPoint::position' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, Color) == 0x000018, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, PointSize) == 0x000028, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x00002C, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000030, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, BatchID) == 0x000034, "Member 'FBatchedPoint::BatchID' 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_FComponentSync \ +static_assert(alignof(FComponentSync) == 0x000004, "Wrong alignment on FComponentSync"); \ +static_assert(sizeof(FComponentSync) == 0x00000C, "Wrong size on FComponentSync"); \ +static_assert(offsetof(FComponentSync, Name) == 0x000000, "Member 'FComponentSync::Name' has a wrong offset!"); \ +static_assert(offsetof(FComponentSync, SyncOption) == 0x000008, "Member 'FComponentSync::SyncOption' 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_FSkeletalMeshComponentEndPhysicsTickFunction \ +static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ + +#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_FSplinePoint \ +static_assert(alignof(FSplinePoint) == 0x000008, "Wrong alignment on FSplinePoint"); \ +static_assert(sizeof(FSplinePoint) == 0x000088, "Wrong size on FSplinePoint"); \ +static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, position) == 0x000008, "Member 'FSplinePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000020, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x000038, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Rotation) == 0x000050, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Scale) == 0x000068, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Type) == 0x000080, "Member 'FSplinePoint::Type' 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_FSplineMeshParams \ +static_assert(alignof(FSplineMeshParams) == 0x000008, "Wrong alignment on FSplineMeshParams"); \ +static_assert(sizeof(FSplineMeshParams) == 0x0000B8, "Wrong size on FSplineMeshParams"); \ +static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x000018, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000030, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000040, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000048, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndPos) == 0x000058, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000070, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000080, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x000098, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x0000A0, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, NaniteClusterBoundsScale) == 0x0000B0, "Member 'FSplineMeshParams::NaniteClusterBoundsScale' has a wrong offset!"); \ + +#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_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_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_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_FDataDrivenConsoleVariable \ +static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ +static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000060, "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_FDataTableCategoryHandle \ +static_assert(alignof(FDataTableCategoryHandle) == 0x000008, "Wrong alignment on FDataTableCategoryHandle"); \ +static_assert(sizeof(FDataTableCategoryHandle) == 0x000018, "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) == 0x000010, "Member 'FDataTableCategoryHandle::RowContents' 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_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_FSelectedFragmentProperties \ +static_assert(alignof(FSelectedFragmentProperties) == 0x000008, "Wrong alignment on FSelectedFragmentProperties"); \ +static_assert(sizeof(FSelectedFragmentProperties) == 0x000020, "Wrong size on FSelectedFragmentProperties"); \ +static_assert(offsetof(FSelectedFragmentProperties, Tag) == 0x000000, "Member 'FSelectedFragmentProperties::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, Fragment) == 0x000008, "Member 'FSelectedFragmentProperties::Fragment' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, bEnabled) == 0x000018, "Member 'FSelectedFragmentProperties::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestructE \ +static_assert(alignof(FDPMatchingRulestructE) == 0x000008, "Wrong alignment on FDPMatchingRulestructE"); \ +static_assert(sizeof(FDPMatchingRulestructE) == 0x000068, "Wrong size on FDPMatchingRulestructE"); \ +static_assert(offsetof(FDPMatchingRulestructE, OnTrue) == 0x000048, "Member 'FDPMatchingRulestructE::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestructE, OnFalse) == 0x000058, "Member 'FDPMatchingRulestructE::OnFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDPMatchingRulestruct \ +static_assert(alignof(FDPMatchingRulestruct) == 0x000008, "Wrong alignment on FDPMatchingRulestruct"); \ +static_assert(sizeof(FDPMatchingRulestruct) == 0x000068, "Wrong size on FDPMatchingRulestruct"); \ +static_assert(offsetof(FDPMatchingRulestruct, OnTrue) == 0x000048, "Member 'FDPMatchingRulestruct::OnTrue' has a wrong offset!"); \ +static_assert(offsetof(FDPMatchingRulestruct, OnFalse) == 0x000058, "Member 'FDPMatchingRulestruct::OnFalse' 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_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_FAssetImportInfo \ +static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ +static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ + +#define DUMPER7_ASSERTS_FTypedElementDeletionOptions \ +static_assert(alignof(FTypedElementDeletionOptions) == 0x000001, "Wrong alignment on FTypedElementDeletionOptions"); \ +static_assert(sizeof(FTypedElementDeletionOptions) == 0x000003, "Wrong size on FTypedElementDeletionOptions"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bVerifyDeletionCanHappen) == 0x000000, "Member 'FTypedElementDeletionOptions::bVerifyDeletionCanHappen' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutReferences) == 0x000001, "Member 'FTypedElementDeletionOptions::bWarnAboutReferences' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementDeletionOptions, bWarnAboutSoftReferences) == 0x000002, "Member 'FTypedElementDeletionOptions::bWarnAboutSoftReferences' 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_FPointDamageEvent \ +static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ +static_assert(sizeof(FPointDamageEvent) == 0x000128, "Wrong size on FPointDamageEvent"); \ +static_assert(offsetof(FPointDamageEvent, Damage) == 0x000010, "Member 'FPointDamageEvent::Damage' has a wrong offset!"); \ +static_assert(offsetof(FPointDamageEvent, ShotDirection) == 0x000018, "Member 'FPointDamageEvent::ShotDirection' has a wrong offset!"); \ +static_assert(offsetof(FPointDamageEvent, HitInfo) == 0x000030, "Member 'FPointDamageEvent::HitInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialDamageEvent \ +static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ +static_assert(sizeof(FRadialDamageEvent) == 0x000050, "Wrong size on FRadialDamageEvent"); \ +static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000028, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000040, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResultNetSerializerConfig \ +static_assert(alignof(FHitResultNetSerializerConfig) == 0x000008, "Wrong alignment on FHitResultNetSerializerConfig"); \ +static_assert(sizeof(FHitResultNetSerializerConfig) == 0x000010, "Wrong size on FHitResultNetSerializerConfig"); \ + +#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_FCharacterNetworkSerializationPackedBitsNetSerializerConfig \ +static_assert(alignof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000018, "Wrong size on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedDataBits) == 0x000010, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedDataBits' has a wrong offset!"); \ +static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedObjectReferences) == 0x000014, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedObjectReferences' 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_FForceFeedbackEffectOverridenChannelDetails \ +static_assert(alignof(FForceFeedbackEffectOverridenChannelDetails) == 0x000008, "Wrong alignment on FForceFeedbackEffectOverridenChannelDetails"); \ +static_assert(sizeof(FForceFeedbackEffectOverridenChannelDetails) == 0x000010, "Wrong size on FForceFeedbackEffectOverridenChannelDetails"); \ +static_assert(offsetof(FForceFeedbackEffectOverridenChannelDetails, ChannelDetails) == 0x000000, "Member 'FForceFeedbackEffectOverridenChannelDetails::ChannelDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceColorData \ +static_assert(alignof(FDeviceColorData) == 0x000004, "Wrong alignment on FDeviceColorData"); \ +static_assert(sizeof(FDeviceColorData) == 0x000008, "Wrong size on FDeviceColorData"); \ +static_assert(offsetof(FDeviceColorData, bEnable) == 0x000000, "Member 'FDeviceColorData::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorData::bResetAfterCompletion' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorData, LightColor) == 0x000004, "Member 'FDeviceColorData::LightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceColorCurveData \ +static_assert(alignof(FDeviceColorCurveData) == 0x000008, "Wrong alignment on FDeviceColorCurveData"); \ +static_assert(sizeof(FDeviceColorCurveData) == 0x000010, "Wrong size on FDeviceColorCurveData"); \ +static_assert(offsetof(FDeviceColorCurveData, bEnable) == 0x000000, "Member 'FDeviceColorCurveData::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorCurveData::bResetAfterCompletion' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, DeviceColorCurve) == 0x000008, "Member 'FDeviceColorCurveData::DeviceColorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerFeedbackData \ +static_assert(alignof(FDeviceTriggerFeedbackData) == 0x000008, "Wrong alignment on FDeviceTriggerFeedbackData"); \ +static_assert(sizeof(FDeviceTriggerFeedbackData) == 0x000010, "Wrong size on FDeviceTriggerFeedbackData"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackPositionCurve) == 0x000000, "Member 'FDeviceTriggerFeedbackData::FeedbackPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackStrenghCurve) == 0x000008, "Member 'FDeviceTriggerFeedbackData::FeedbackStrenghCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivateDevicePropertyParams \ +static_assert(alignof(FActivateDevicePropertyParams) == 0x000004, "Wrong alignment on FActivateDevicePropertyParams"); \ +static_assert(sizeof(FActivateDevicePropertyParams) == 0x00000C, "Wrong size on FActivateDevicePropertyParams"); \ +static_assert(offsetof(FActivateDevicePropertyParams, UserId) == 0x000000, "Member 'FActivateDevicePropertyParams::UserId' has a wrong offset!"); \ +static_assert(offsetof(FActivateDevicePropertyParams, DeviceID) == 0x000004, "Member 'FActivateDevicePropertyParams::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveDeviceProperty \ +static_assert(alignof(FActiveDeviceProperty) == 0x000008, "Wrong alignment on FActiveDeviceProperty"); \ +static_assert(sizeof(FActiveDeviceProperty) == 0x000020, "Wrong size on FActiveDeviceProperty"); \ +static_assert(offsetof(FActiveDeviceProperty, Property) == 0x000000, "Member 'FActiveDeviceProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_ConstantForce \ +static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ +static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x000100, "Wrong size on FRootMotionSource_ConstantForce"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x0000D8, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000F0, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' 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) == 0x000140, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000F0, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x000108, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x000120, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x000128, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x000130, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' 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) == 0x000130, "Wrong size on FRootMotionSource_JumpForce"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x0000D8, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000F0, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000F4, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000F8, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x000100, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x000108, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceGroupNetSerializerConfig \ +static_assert(alignof(FRootMotionSourceGroupNetSerializerConfig) == 0x000008, "Wrong alignment on FRootMotionSourceGroupNetSerializerConfig"); \ +static_assert(sizeof(FRootMotionSourceGroupNetSerializerConfig) == 0x000028, "Wrong size on FRootMotionSourceGroupNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerConfig \ +static_assert(alignof(FUniqueNetIdReplNetSerializerConfig) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerConfig"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerConfig) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000018, "Wrong size on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, PackageName) == 0x000000, "Member 'FUpdateLevelVisibilityLevelInfo::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, Filename) == 0x000008, "Member 'FUpdateLevelVisibilityLevelInfo::Filename' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, VisibilityRequestId) == 0x000010, "Member 'FUpdateLevelVisibilityLevelInfo::VisibilityRequestId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000028, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000018, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000020, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000028, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x00002C, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ +static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000010, "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_FISMClientData \ +static_assert(alignof(FISMClientData) == 0x000008, "Wrong alignment on FISMClientData"); \ +static_assert(sizeof(FISMClientData) == 0x000010, "Wrong size on FISMClientData"); \ +static_assert(offsetof(FISMClientData, Instances) == 0x000000, "Member 'FISMClientData::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMComponentData \ +static_assert(alignof(FISMComponentData) == 0x000001, "Wrong alignment on FISMComponentData"); \ +static_assert(sizeof(FISMComponentData) == 0x000001, "Wrong size on FISMComponentData"); \ + +#define DUMPER7_ASSERTS_FSoftISMComponentDescriptor \ +static_assert(alignof(FSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FSoftISMComponentDescriptor"); \ +static_assert(sizeof(FSoftISMComponentDescriptor) == 0x000258, "Wrong size on FSoftISMComponentDescriptor"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, StaticMesh) == 0x0001E8, "Member 'FSoftISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverrideMaterials) == 0x000210, "Member 'FSoftISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverlayMaterial) == 0x000220, "Member 'FSoftISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, RuntimeVirtualTextures) == 0x000248, "Member 'FSoftISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateModifierKeysState \ +static_assert(alignof(FSlateModifierKeysState) == 0x000001, "Wrong alignment on FSlateModifierKeysState"); \ +static_assert(sizeof(FSlateModifierKeysState) == 0x000001, "Wrong size on FSlateModifierKeysState"); \ +static_assert(offsetof(FSlateModifierKeysState, ModifierKeysStateMask) == 0x000000, "Member 'FSlateModifierKeysState::ModifierKeysStateMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x00000C, "Wrong size on FFloatSpringState"); \ + +#define DUMPER7_ASSERTS_FVectorSpringState \ +static_assert(alignof(FVectorSpringState) == 0x000008, "Wrong alignment on FVectorSpringState"); \ +static_assert(sizeof(FVectorSpringState) == 0x000038, "Wrong size on FVectorSpringState"); \ + +#define DUMPER7_ASSERTS_FDrawToRenderTargetContext \ +static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ +static_assert(sizeof(FDrawToRenderTargetContext) == 0x000008, "Wrong size on FDrawToRenderTargetContext"); \ +static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' 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_FLatentActionManager \ +static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ +static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ + +#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_FActorFolderSet \ +static_assert(alignof(FActorFolderSet) == 0x000008, "Wrong alignment on FActorFolderSet"); \ +static_assert(sizeof(FActorFolderSet) == 0x000050, "Wrong size on FActorFolderSet"); \ +static_assert(offsetof(FActorFolderSet, ActorFolders) == 0x000000, "Member 'FActorFolderSet::ActorFolders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamableTextureInstance \ +static_assert(alignof(FStreamableTextureInstance) == 0x000008, "Wrong alignment on FStreamableTextureInstance"); \ +static_assert(sizeof(FStreamableTextureInstance) == 0x000048, "Wrong size on FStreamableTextureInstance"); \ + +#define DUMPER7_ASSERTS_FDynamicTextureInstance \ +static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ +static_assert(sizeof(FDynamicTextureInstance) == 0x000058, "Wrong size on FDynamicTextureInstance"); \ +static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000048, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000050, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000054, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ + +#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_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) == 0x000010, "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_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_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_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_FMaterialCachedParameterEditorInfo \ +static_assert(alignof(FMaterialCachedParameterEditorInfo) == 0x000008, "Wrong alignment on FMaterialCachedParameterEditorInfo"); \ +static_assert(sizeof(FMaterialCachedParameterEditorInfo) == 0x000030, "Wrong size on FMaterialCachedParameterEditorInfo"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, Description) == 0x000000, "Member 'FMaterialCachedParameterEditorInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, Group) == 0x000010, "Member 'FMaterialCachedParameterEditorInfo::Group' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, SortPriority) == 0x000018, "Member 'FMaterialCachedParameterEditorInfo::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, AssetIndex) == 0x00001C, "Member 'FMaterialCachedParameterEditorInfo::AssetIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEditorInfo, ExpressionGUID) == 0x000020, "Member 'FMaterialCachedParameterEditorInfo::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedParameterEditorEntry \ +static_assert(alignof(FMaterialCachedParameterEditorEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEditorEntry"); \ +static_assert(sizeof(FMaterialCachedParameterEditorEntry) == 0x000010, "Wrong size on FMaterialCachedParameterEditorEntry"); \ +static_assert(offsetof(FMaterialCachedParameterEditorEntry, EditorInfo) == 0x000000, "Member 'FMaterialCachedParameterEditorEntry::EditorInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedExpressionEditorOnlyData \ +static_assert(alignof(FMaterialCachedExpressionEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionEditorOnlyData"); \ +static_assert(sizeof(FMaterialCachedExpressionEditorOnlyData) == 0x000240, "Wrong size on FMaterialCachedExpressionEditorOnlyData"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, EditorOnlyEntries) == 0x000000, "Member 'FMaterialCachedExpressionEditorOnlyData::EditorOnlyEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, EditorEntries) == 0x000050, "Member 'FMaterialCachedExpressionEditorOnlyData::EditorEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, StaticSwitchValues) == 0x0000E0, "Member 'FMaterialCachedExpressionEditorOnlyData::StaticSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, StaticComponentMaskValues) == 0x0000F0, "Member 'FMaterialCachedExpressionEditorOnlyData::StaticComponentMaskValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarMinMaxValues) == 0x000100, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarMinMaxValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarCurveValues) == 0x000110, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarCurveValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarCurveAtlasValues) == 0x000120, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarCurveAtlasValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, VectorChannelNameValues) == 0x000130, "Member 'FMaterialCachedExpressionEditorOnlyData::VectorChannelNameValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, VectorUsedAsChannelMaskValues) == 0x000140, "Member 'FMaterialCachedExpressionEditorOnlyData::VectorUsedAsChannelMaskValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, TextureChannelNameValues) == 0x000150, "Member 'FMaterialCachedExpressionEditorOnlyData::TextureChannelNameValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, MaterialLayers) == 0x000160, "Member 'FMaterialCachedExpressionEditorOnlyData::MaterialLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, AssetPaths) == 0x0001D0, "Member 'FMaterialCachedExpressionEditorOnlyData::AssetPaths' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, LandscapeLayerNames) == 0x0001E0, "Member 'FMaterialCachedExpressionEditorOnlyData::LandscapeLayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ExpressionIncludeFilePaths) == 0x0001F0, "Member 'FMaterialCachedExpressionEditorOnlyData::ExpressionIncludeFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedExpressionData \ +static_assert(alignof(FMaterialCachedExpressionData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionData"); \ +static_assert(sizeof(FMaterialCachedExpressionData) == 0x0003D8, "Wrong size on FMaterialCachedExpressionData"); \ +static_assert(offsetof(FMaterialCachedExpressionData, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedExpressionData::RuntimeEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ScalarPrimitiveDataIndexValues) == 0x000280, "Member 'FMaterialCachedExpressionData::ScalarPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, VectorPrimitiveDataIndexValues) == 0x000290, "Member 'FMaterialCachedExpressionData::VectorPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ScalarValues) == 0x0002A0, "Member 'FMaterialCachedExpressionData::ScalarValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, StaticSwitchValues) == 0x0002B0, "Member 'FMaterialCachedExpressionData::StaticSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicSwitchValues) == 0x0002C0, "Member 'FMaterialCachedExpressionData::DynamicSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, VectorValues) == 0x0002D0, "Member 'FMaterialCachedExpressionData::VectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DoubleVectorValues) == 0x0002E0, "Member 'FMaterialCachedExpressionData::DoubleVectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, TextureValues) == 0x0002F0, "Member 'FMaterialCachedExpressionData::TextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FontValues) == 0x000300, "Member 'FMaterialCachedExpressionData::FontValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FontPageValues) == 0x000310, "Member 'FMaterialCachedExpressionData::FontPageValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, RuntimeVirtualTextureValues) == 0x000320, "Member 'FMaterialCachedExpressionData::RuntimeVirtualTextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, SparseVolumeTextureValues) == 0x000330, "Member 'FMaterialCachedExpressionData::SparseVolumeTextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextures) == 0x000340, "Member 'FMaterialCachedExpressionData::ReferencedTextures' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfos) == 0x000350, "Member 'FMaterialCachedExpressionData::FunctionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfosStateCRC) == 0x000360, "Member 'FMaterialCachedExpressionData::FunctionInfosStateCRC' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionInfos) == 0x000368, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x000378, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, MaterialLayers) == 0x000388, "Member 'FMaterialCachedExpressionData::MaterialLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0003A8, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0003B8, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, PropertyConnectedBitmask) == 0x0003CC, "Member 'FMaterialCachedExpressionData::PropertyConnectedBitmask' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, PropertyConnectedMask) == 0x0003D0, "Member 'FMaterialCachedExpressionData::PropertyConnectedMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterValue \ +static_assert(alignof(FScalarParameterValue) == 0x000004, "Wrong alignment on FScalarParameterValue"); \ +static_assert(sizeof(FScalarParameterValue) == 0x000024, "Wrong size on FScalarParameterValue"); \ +static_assert(offsetof(FScalarParameterValue, ParameterInfo) == 0x000000, "Member 'FScalarParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterValue, ParameterValue) == 0x000010, "Member 'FScalarParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterValue, ExpressionGUID) == 0x000014, "Member 'FScalarParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterValue \ +static_assert(alignof(FVectorParameterValue) == 0x000004, "Wrong alignment on FVectorParameterValue"); \ +static_assert(sizeof(FVectorParameterValue) == 0x000030, "Wrong size on FVectorParameterValue"); \ +static_assert(offsetof(FVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FVectorParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterValue, ParameterValue) == 0x000010, "Member 'FVectorParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterValue, ExpressionGUID) == 0x000020, "Member 'FVectorParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeVirtualTextureParameterValue \ +static_assert(alignof(FRuntimeVirtualTextureParameterValue) == 0x000008, "Wrong alignment on FRuntimeVirtualTextureParameterValue"); \ +static_assert(sizeof(FRuntimeVirtualTextureParameterValue) == 0x000028, "Wrong size on FRuntimeVirtualTextureParameterValue"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FRuntimeVirtualTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterValue) == 0x000010, "Member 'FRuntimeVirtualTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FRuntimeVirtualTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSparseVolumeTextureParameterValue \ +static_assert(alignof(FSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on FSparseVolumeTextureParameterValue"); \ +static_assert(sizeof(FSparseVolumeTextureParameterValue) == 0x000028, "Wrong size on FSparseVolumeTextureParameterValue"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FSparseVolumeTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterValue) == 0x000010, "Member 'FSparseVolumeTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FSparseVolumeTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontParameterValue \ +static_assert(alignof(FFontParameterValue) == 0x000008, "Wrong alignment on FFontParameterValue"); \ +static_assert(sizeof(FFontParameterValue) == 0x000030, "Wrong size on FFontParameterValue"); \ +static_assert(offsetof(FFontParameterValue, ParameterInfo) == 0x000000, "Member 'FFontParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, FontValue) == 0x000010, "Member 'FFontParameterValue::FontValue' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, FontPage) == 0x000018, "Member 'FFontParameterValue::FontPage' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, ExpressionGUID) == 0x00001C, "Member 'FFontParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialOverrideNanite \ +static_assert(alignof(FMaterialOverrideNanite) == 0x000008, "Wrong alignment on FMaterialOverrideNanite"); \ +static_assert(sizeof(FMaterialOverrideNanite) == 0x000038, "Wrong size on FMaterialOverrideNanite"); \ +static_assert(offsetof(FMaterialOverrideNanite, bEnableOverride) == 0x000000, "Member 'FMaterialOverrideNanite::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterial) == 0x000008, "Member 'FMaterialOverrideNanite::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterialRef) == 0x000010, "Member 'FMaterialOverrideNanite::OverrideMaterialRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionScalarParameter \ +static_assert(alignof(FCollectionScalarParameter) == 0x000004, "Wrong alignment on FCollectionScalarParameter"); \ +static_assert(sizeof(FCollectionScalarParameter) == 0x00001C, "Wrong size on FCollectionScalarParameter"); \ +static_assert(offsetof(FCollectionScalarParameter, DefaultValue) == 0x000018, "Member 'FCollectionScalarParameter::DefaultValue' 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) == 0x000020, "Member 'FMemberReference::MemberGuid' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bSelfContext) == 0x000030, "Member 'FMemberReference::bSelfContext' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bWasDeprecated) == 0x000031, "Member 'FMemberReference::bWasDeprecated' 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, bSkipMeshesWithVertexColors) == 0x00000C, "Member 'FMeshInstancingSettings::bSkipMeshesWithVertexColors' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, bUseHLODVolumes) == 0x00000D, "Member 'FMeshInstancingSettings::bUseHLODVolumes' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, ISMComponentToUse) == 0x000010, "Member 'FMeshInstancingSettings::ISMComponentToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetDriverReplicationSystemConfig \ +static_assert(alignof(FNetDriverReplicationSystemConfig) == 0x000004, "Wrong alignment on FNetDriverReplicationSystemConfig"); \ +static_assert(sizeof(FNetDriverReplicationSystemConfig) == 0x00001C, "Wrong size on FNetDriverReplicationSystemConfig"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicatedObjectClientCount) == 0x000000, "Member 'FNetDriverReplicationSystemConfig::MaxReplicatedObjectClientCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicatedObjectServerCount) == 0x000004, "Member 'FNetDriverReplicationSystemConfig::MaxReplicatedObjectServerCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, PreAllocatedReplicatedObjectClientCount) == 0x000008, "Member 'FNetDriverReplicationSystemConfig::PreAllocatedReplicatedObjectClientCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, PreAllocatedReplicatedObjectServerCount) == 0x00000C, "Member 'FNetDriverReplicationSystemConfig::PreAllocatedReplicatedObjectServerCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicatedWriterObjectClientCount) == 0x000010, "Member 'FNetDriverReplicationSystemConfig::MaxReplicatedWriterObjectClientCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxDeltaCompressedObjectCount) == 0x000014, "Member 'FNetDriverReplicationSystemConfig::MaxDeltaCompressedObjectCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxNetObjectGroupCount) == 0x000018, "Member 'FNetDriverReplicationSystemConfig::MaxNetObjectGroupCount' 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_FNetworkMetricConfig \ +static_assert(alignof(FNetworkMetricConfig) == 0x000008, "Wrong alignment on FNetworkMetricConfig"); \ +static_assert(sizeof(FNetworkMetricConfig) == 0x000038, "Wrong size on FNetworkMetricConfig"); \ +static_assert(offsetof(FNetworkMetricConfig, MetricName) == 0x000000, "Member 'FNetworkMetricConfig::MetricName' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, Class) == 0x000008, "Member 'FNetworkMetricConfig::Class' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, EnableMode) == 0x000030, "Member 'FNetworkMetricConfig::EnableMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdRepl \ +static_assert(alignof(FUniqueNetIdRepl) == 0x000008, "Wrong alignment on FUniqueNetIdRepl"); \ +static_assert(sizeof(FUniqueNetIdRepl) == 0x000030, "Wrong size on FUniqueNetIdRepl"); \ +static_assert(offsetof(FUniqueNetIdRepl, ReplicationBytes) == 0x000020, "Member 'FUniqueNetIdRepl::ReplicationBytes' 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_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_FFreezablePerPlatformInt \ +static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ +static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ + +#define DUMPER7_ASSERTS_FClusterUnionBoneData \ +static_assert(alignof(FClusterUnionBoneData) == 0x000004, "Wrong alignment on FClusterUnionBoneData"); \ +static_assert(sizeof(FClusterUnionBoneData) == 0x000008, "Wrong size on FClusterUnionBoneData"); \ + +#define DUMPER7_ASSERTS_FClusteredComponentData \ +static_assert(alignof(FClusteredComponentData) == 0x000008, "Wrong alignment on FClusteredComponentData"); \ +static_assert(sizeof(FClusteredComponentData) == 0x000028, "Wrong size on FClusteredComponentData"); \ +static_assert(offsetof(FClusteredComponentData, ReplicatedProxyComponent) == 0x000010, "Member 'FClusteredComponentData::ReplicatedProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, Owner) == 0x000018, "Member 'FClusteredComponentData::Owner' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bWasReplicating) == 0x000020, "Member 'FClusteredComponentData::bWasReplicating' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bPendingDeletion) == 0x000021, "Member 'FClusteredComponentData::bPendingDeletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusteredActorData \ +static_assert(alignof(FClusteredActorData) == 0x000008, "Wrong alignment on FClusteredActorData"); \ +static_assert(sizeof(FClusteredActorData) == 0x000058, "Wrong size on FClusteredActorData"); \ +static_assert(offsetof(FClusteredActorData, bWasReplicatingMovement) == 0x000050, "Member 'FClusteredActorData::bWasReplicatingMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnionPendingAddData \ +static_assert(alignof(FClusterUnionPendingAddData) == 0x000008, "Wrong alignment on FClusterUnionPendingAddData"); \ +static_assert(sizeof(FClusterUnionPendingAddData) == 0x000050, "Wrong size on FClusterUnionPendingAddData"); \ +static_assert(offsetof(FClusterUnionPendingAddData, BonesData) == 0x000000, "Member 'FClusterUnionPendingAddData::BonesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnionInitializationData \ +static_assert(alignof(FClusterUnionInitializationData) == 0x000008, "Wrong alignment on FClusterUnionInitializationData"); \ +static_assert(sizeof(FClusterUnionInitializationData) == 0x000018, "Wrong size on FClusterUnionInitializationData"); \ +static_assert(offsetof(FClusterUnionInitializationData, ClusterUnionComponent) == 0x000000, "Member 'FClusterUnionInitializationData::ClusterUnionComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnionInitializationData, ProcessedComponents) == 0x000008, "Member 'FClusterUnionInitializationData::ProcessedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintInstanceAccessor \ +static_assert(alignof(FConstraintInstanceAccessor) == 0x000004, "Wrong alignment on FConstraintInstanceAccessor"); \ +static_assert(sizeof(FConstraintInstanceAccessor) == 0x00000C, "Wrong size on FConstraintInstanceAccessor"); \ +static_assert(offsetof(FConstraintInstanceAccessor, Owner) == 0x000000, "Member 'FConstraintInstanceAccessor::Owner' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstanceAccessor, Index) == 0x000008, "Member 'FConstraintInstanceAccessor::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataInputProxy) == 0x000010, "Wrong size on FNetworkPhysicsRewindDataInputProxy"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsDatas \ +static_assert(alignof(FNetworkPhysicsDatas) == 0x000008, "Wrong alignment on FNetworkPhysicsDatas"); \ +static_assert(sizeof(FNetworkPhysicsDatas) == 0x000018, "Wrong size on FNetworkPhysicsDatas"); \ + +#define DUMPER7_ASSERTS_FSolverIterations \ +static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ +static_assert(sizeof(FSolverIterations) == 0x000018, "Wrong size on FSolverIterations"); \ +static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000000, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointIterations) == 0x000004, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x000008, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x00000C, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000010, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000014, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ +static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000008, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ +static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x000160, "Wrong size on FPhysicsConstraintProfileHandle"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000158, "Member 'FPhysicsConstraintProfileHandle::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsPredictionSettings \ +static_assert(alignof(FPhysicsPredictionSettings) == 0x000004, "Wrong alignment on FPhysicsPredictionSettings"); \ +static_assert(sizeof(FPhysicsPredictionSettings) == 0x00000C, "Wrong size on FPhysicsPredictionSettings"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsPrediction) == 0x000000, "Member 'FPhysicsPredictionSettings::bEnablePhysicsPrediction' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsResimulation) == 0x000001, "Member 'FPhysicsPredictionSettings::bEnablePhysicsResimulation' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, ResimulationErrorThreshold) == 0x000004, "Member 'FPhysicsPredictionSettings::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, MaxSupportedLatencyPrediction) == 0x000008, "Member 'FPhysicsPredictionSettings::MaxSupportedLatencyPrediction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAsyncPhysicsTimestamp \ +static_assert(alignof(FAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on FAsyncPhysicsTimestamp"); \ +static_assert(sizeof(FAsyncPhysicsTimestamp) == 0x000008, "Wrong size on FAsyncPhysicsTimestamp"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, ServerFrame) == 0x000000, "Member 'FAsyncPhysicsTimestamp::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, LocalFrame) == 0x000004, "Member 'FAsyncPhysicsTimestamp::LocalFrame' 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, Property) == 0x000000, "Member 'FPropertyAccessIndirection::Property' 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_FPropertyAccessIndirectionChain \ +static_assert(alignof(FPropertyAccessIndirectionChain) == 0x000008, "Wrong alignment on FPropertyAccessIndirectionChain"); \ +static_assert(sizeof(FPropertyAccessIndirectionChain) == 0x000028, "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!"); \ + +#define DUMPER7_ASSERTS_FNeuralProfileStruct \ +static_assert(alignof(FNeuralProfileStruct) == 0x000008, "Wrong alignment on FNeuralProfileStruct"); \ +static_assert(sizeof(FNeuralProfileStruct) == 0x000048, "Wrong size on FNeuralProfileStruct"); \ +static_assert(offsetof(FNeuralProfileStruct, InputFormat) == 0x000000, "Member 'FNeuralProfileStruct::InputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputFormat) == 0x000001, "Member 'FNeuralProfileStruct::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, RuntimeType) == 0x000002, "Member 'FNeuralProfileStruct::RuntimeType' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, NNEModelData) == 0x000008, "Member 'FNeuralProfileStruct::NNEModelData' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, InputDimension) == 0x000010, "Member 'FNeuralProfileStruct::InputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputDimension) == 0x000020, "Member 'FNeuralProfileStruct::OutputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, BatchSizeOverride) == 0x000030, "Member 'FNeuralProfileStruct::BatchSizeOverride' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileSize) == 0x000034, "Member 'FNeuralProfileStruct::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlap) == 0x000038, "Member 'FNeuralProfileStruct::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlapResolveType) == 0x000040, "Member 'FNeuralProfileStruct::TileOverlapResolveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ +static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ +static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00009C, "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, bEnableMeanFreePath) == 0x000029, "Member 'FSubsurfaceProfileStruct::bEnableMeanFreePath' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Tint) == 0x00002C, "Member 'FSubsurfaceProfileStruct::Tint' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00003C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000050, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000060, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000070, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000074, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000078, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00007C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000080, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000084, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000088, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00008C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepMovementNetSerializerConfig \ +static_assert(alignof(FRepMovementNetSerializerConfig) == 0x000008, "Wrong alignment on FRepMovementNetSerializerConfig"); \ +static_assert(sizeof(FRepMovementNetSerializerConfig) == 0x000010, "Wrong size on FRepMovementNetSerializerConfig"); \ + +#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_FSkeletalMeshClothBuildParams \ +static_assert(alignof(FSkeletalMeshClothBuildParams) == 0x000008, "Wrong alignment on FSkeletalMeshClothBuildParams"); \ +static_assert(sizeof(FSkeletalMeshClothBuildParams) == 0x000058, "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_FSkelMeshMergeSectionMapping \ +static_assert(alignof(FSkelMeshMergeSectionMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeSectionMapping"); \ +static_assert(sizeof(FSkelMeshMergeSectionMapping) == 0x000010, "Wrong size on FSkelMeshMergeSectionMapping"); \ +static_assert(offsetof(FSkelMeshMergeSectionMapping, SectionIDs) == 0x000000, "Member 'FSkelMeshMergeSectionMapping::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_FSkeletalMeshLODInfo \ +static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ +static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000F0, "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) == 0x000030, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000070, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000080, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SectionsToPrioritize) == 0x000090, "Member 'FSkeletalMeshLODInfo::SectionsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x0000A8, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000B8, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000C8, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, MorphTargetPositionErrorTolerance) == 0x0000CC, "Member 'FSkeletalMeshLODInfo::MorphTargetPositionErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, VertexAttributes) == 0x0000D8, "Member 'FSkeletalMeshLODInfo::VertexAttributes' has a wrong offset!"); \ + +#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) == 0x000010, "Member 'FSkeletalMaterial::UVChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000198, "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) == 0x000188, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000189, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000190, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000020, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000005, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x000008, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x00000C, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x00001C, "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_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) == 0x000168, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000160, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000161, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000162, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000163, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' 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_FMeshSectionInfo \ +static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ +static_assert(sizeof(FMeshSectionInfo) == 0x00000C, "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, bAffectDistanceFieldLighting) == 0x000007, "Member 'FMeshSectionInfo::bAffectDistanceFieldLighting' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000008, "Member 'FMeshSectionInfo::bForceOpaque' 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_FStaticMaterial \ +static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ +static_assert(sizeof(FStaticMaterial) == 0x000030, "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) == 0x000010, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000018, "Member 'FStaticMaterial::UVChannelData' 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_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_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_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_FTextureSourceLayerColorInfo \ +static_assert(alignof(FTextureSourceLayerColorInfo) == 0x000004, "Wrong alignment on FTextureSourceLayerColorInfo"); \ +static_assert(sizeof(FTextureSourceLayerColorInfo) == 0x000020, "Wrong size on FTextureSourceLayerColorInfo"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMin) == 0x000000, "Member 'FTextureSourceLayerColorInfo::ColorMin' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMax) == 0x000010, "Member 'FTextureSourceLayerColorInfo::ColorMax' has a wrong offset!"); \ + +#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_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000038, "Wrong size on FTexturePlatformData"); \ + +#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_FTextureSourceColorSettings \ +static_assert(alignof(FTextureSourceColorSettings) == 0x000008, "Wrong alignment on FTextureSourceColorSettings"); \ +static_assert(sizeof(FTextureSourceColorSettings) == 0x000050, "Wrong size on FTextureSourceColorSettings"); \ +static_assert(offsetof(FTextureSourceColorSettings, EncodingOverride) == 0x000000, "Member 'FTextureSourceColorSettings::EncodingOverride' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, ColorSpace) == 0x000001, "Member 'FTextureSourceColorSettings::ColorSpace' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, RedChromaticityCoordinate) == 0x000008, "Member 'FTextureSourceColorSettings::RedChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, GreenChromaticityCoordinate) == 0x000018, "Member 'FTextureSourceColorSettings::GreenChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, BlueChromaticityCoordinate) == 0x000028, "Member 'FTextureSourceColorSettings::BlueChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, WhiteChromaticityCoordinate) == 0x000038, "Member 'FTextureSourceColorSettings::WhiteChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceColorSettings, ChromaticAdaptationMethod) == 0x000048, "Member 'FTextureSourceColorSettings::ChromaticAdaptationMethod' 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_FTTEventTrack \ +static_assert(alignof(FTTEventTrack) == 0x000008, "Wrong alignment on FTTEventTrack"); \ +static_assert(sizeof(FTTEventTrack) == 0x000028, "Wrong size on FTTEventTrack"); \ +static_assert(offsetof(FTTEventTrack, FunctionName) == 0x000018, "Member 'FTTEventTrack::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FTTEventTrack, CurveKeys) == 0x000020, "Member 'FTTEventTrack::CurveKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTFloatTrack \ +static_assert(alignof(FTTFloatTrack) == 0x000008, "Wrong alignment on FTTFloatTrack"); \ +static_assert(sizeof(FTTFloatTrack) == 0x000028, "Wrong size on FTTFloatTrack"); \ +static_assert(offsetof(FTTFloatTrack, CurveFloat) == 0x000020, "Member 'FTTFloatTrack::CurveFloat' 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_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_FKeyBind \ +static_assert(alignof(FKeyBind) == 0x000008, "Wrong alignment on FKeyBind"); \ +static_assert(sizeof(FKeyBind) == 0x000030, "Wrong size on FKeyBind"); \ +static_assert(offsetof(FKeyBind, Key) == 0x000000, "Member 'FKeyBind::Key' has a wrong offset!"); \ +static_assert(offsetof(FKeyBind, Command) == 0x000018, "Member 'FKeyBind::Command' 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) == 0x000018, "Wrong size on FInputAxisConfigEntry"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisKeyName) == 0x000000, "Member 'FInputAxisConfigEntry::AxisKeyName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisProperties) == 0x000008, "Member 'FInputAxisConfigEntry::AxisProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionKeyMapping \ +static_assert(alignof(FInputActionKeyMapping) == 0x000008, "Wrong alignment on FInputActionKeyMapping"); \ +static_assert(sizeof(FInputActionKeyMapping) == 0x000028, "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_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x000008, "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!"); \ + +#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, Formats) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000010, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000014, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bEnableResidencyMipMapBias) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bEnableResidencyMipMapBias' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001D, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinScaledSizeInMegabyte) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::MinScaledSizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxScaledSizeInMegabyte) == 0x000024, "Member 'FVirtualTextureSpacePoolConfig::MaxScaledSizeInMegabyte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelViewportInfo \ +static_assert(alignof(FLevelViewportInfo) == 0x000008, "Wrong alignment on FLevelViewportInfo"); \ +static_assert(sizeof(FLevelViewportInfo) == 0x000038, "Wrong size on FLevelViewportInfo"); \ +static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x000018, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000030, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x000034, "Member 'FLevelViewportInfo::CamUpdated' 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_FEndPhysicsTickFunction \ +static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ +static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ + +#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_FActorPlacementDataLayers \ +static_assert(alignof(FActorPlacementDataLayers) == 0x000008, "Wrong alignment on FActorPlacementDataLayers"); \ +static_assert(sizeof(FActorPlacementDataLayers) == 0x000028, "Wrong size on FActorPlacementDataLayers"); \ +static_assert(offsetof(FActorPlacementDataLayers, DataLayerInstanceNames) == 0x000000, "Member 'FActorPlacementDataLayers::DataLayerInstanceNames' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ExternalDataLayerName) == 0x000010, "Member 'FActorPlacementDataLayers::ExternalDataLayerName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, CurrentColorizedDataLayerInstanceName) == 0x000018, "Member 'FActorPlacementDataLayers::CurrentColorizedDataLayerInstanceName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ContextID) == 0x000020, "Member 'FActorPlacementDataLayers::ContextID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionHLODDestructionTag \ +static_assert(alignof(FWorldPartitionHLODDestructionTag) == 0x000008, "Wrong alignment on FWorldPartitionHLODDestructionTag"); \ +static_assert(sizeof(FWorldPartitionHLODDestructionTag) == 0x000010, "Wrong size on FWorldPartitionHLODDestructionTag"); \ +static_assert(offsetof(FWorldPartitionHLODDestructionTag, HLODDestructionComponent) == 0x000000, "Member 'FWorldPartitionHLODDestructionTag::HLODDestructionComponent' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionHLODDestructionTag, ActorIndex) == 0x000008, "Member 'FWorldPartitionHLODDestructionTag::ActorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionPerWorldSettings \ +static_assert(alignof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong alignment on FWorldPartitionPerWorldSettings"); \ +static_assert(sizeof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong size on FWorldPartitionPerWorldSettings"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellObjectMapping \ +static_assert(alignof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeCellObjectMapping"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong size on FWorldPartitionRuntimeCellObjectMapping"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellStreamingData \ +static_assert(alignof(FWorldPartitionRuntimeCellStreamingData) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellStreamingData"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellStreamingData) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellStreamingData"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, PackageName) == 0x000000, "Member 'FWorldPartitionRuntimeCellStreamingData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, WorldAsset) == 0x000010, "Member 'FWorldPartitionRuntimeCellStreamingData::WorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashSettings \ +static_assert(alignof(FSpatialHashSettings) == 0x000001, "Wrong alignment on FSpatialHashSettings"); \ +static_assert(sizeof(FSpatialHashSettings) == 0x000002, "Wrong size on FSpatialHashSettings"); \ +static_assert(offsetof(FSpatialHashSettings, bUseAlignedGridLevels) == 0x000000, "Member 'FSpatialHashSettings::bUseAlignedGridLevels' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashSettings, bSnapNonAlignedGridLevelsToLowerLevels) == 0x000001, "Member 'FSpatialHashSettings::bSnapNonAlignedGridLevelsToLowerLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGrid \ +static_assert(alignof(FSpatialHashStreamingGrid) == 0x000008, "Wrong alignment on FSpatialHashStreamingGrid"); \ +static_assert(sizeof(FSpatialHashStreamingGrid) == 0x0000B8, "Wrong size on FSpatialHashStreamingGrid"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridName) == 0x000000, "Member 'FSpatialHashStreamingGrid::GridName' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, Origin) == 0x000008, "Member 'FSpatialHashStreamingGrid::Origin' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, CellSize) == 0x000020, "Member 'FSpatialHashStreamingGrid::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, LoadingRange) == 0x000024, "Member 'FSpatialHashStreamingGrid::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, bBlockOnSlowStreaming) == 0x000028, "Member 'FSpatialHashStreamingGrid::bBlockOnSlowStreaming' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, DebugColor) == 0x00002C, "Member 'FSpatialHashStreamingGrid::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridLevels) == 0x000040, "Member 'FSpatialHashStreamingGrid::GridLevels' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, WorldBounds) == 0x000050, "Member 'FSpatialHashStreamingGrid::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, bClientOnlyVisible) == 0x000088, "Member 'FSpatialHashStreamingGrid::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, HLODLayer) == 0x000090, "Member 'FSpatialHashStreamingGrid::HLODLayer' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, GridIndex) == 0x000098, "Member 'FSpatialHashStreamingGrid::GridIndex' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, Settings) == 0x00009C, "Member 'FSpatialHashStreamingGrid::Settings' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, InjectedGridLevels) == 0x0000A8, "Member 'FSpatialHashStreamingGrid::InjectedGridLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashRuntimeGrid \ +static_assert(alignof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong alignment on FSpatialHashRuntimeGrid"); \ +static_assert(sizeof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong size on FSpatialHashRuntimeGrid"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeSpatialHashGridPreviewer \ +static_assert(alignof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ +static_assert(sizeof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong size on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ + +#define DUMPER7_ASSERTS_FStreamingSourceShape \ +static_assert(alignof(FStreamingSourceShape) == 0x000008, "Wrong alignment on FStreamingSourceShape"); \ +static_assert(sizeof(FStreamingSourceShape) == 0x000048, "Wrong size on FStreamingSourceShape"); \ +static_assert(offsetof(FStreamingSourceShape, bUseGridLoadingRange) == 0x000000, "Member 'FStreamingSourceShape::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, LoadingRangeScale) == 0x000004, "Member 'FStreamingSourceShape::LoadingRangeScale' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Radius) == 0x000008, "Member 'FStreamingSourceShape::Radius' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, bIsSector) == 0x00000C, "Member 'FStreamingSourceShape::bIsSector' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, SectorAngle) == 0x000010, "Member 'FStreamingSourceShape::SectorAngle' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Location) == 0x000018, "Member 'FStreamingSourceShape::Location' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Rotation) == 0x000030, "Member 'FStreamingSourceShape::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionStreamingQuerySource \ +static_assert(alignof(FWorldPartitionStreamingQuerySource) == 0x000008, "Wrong alignment on FWorldPartitionStreamingQuerySource"); \ +static_assert(sizeof(FWorldPartitionStreamingQuerySource) == 0x000108, "Wrong size on FWorldPartitionStreamingQuerySource"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Location) == 0x000000, "Member 'FWorldPartitionStreamingQuerySource::Location' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Radius) == 0x000018, "Member 'FWorldPartitionStreamingQuerySource::Radius' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bUseGridLoadingRange) == 0x00001C, "Member 'FWorldPartitionStreamingQuerySource::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, DataLayers) == 0x000020, "Member 'FWorldPartitionStreamingQuerySource::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bDataLayersOnly) == 0x000030, "Member 'FWorldPartitionStreamingQuerySource::bDataLayersOnly' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bSpatialQuery) == 0x000031, "Member 'FWorldPartitionStreamingQuerySource::bSpatialQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpression \ +static_assert(alignof(UMaterialExpression) == 0x000008, "Wrong alignment on UMaterialExpression"); \ +static_assert(sizeof(UMaterialExpression) == 0x0000B0, "Wrong size on UMaterialExpression"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionEditorX) == 0x000028, "Member 'UMaterialExpression::MaterialExpressionEditorX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionEditorY) == 0x00002C, "Member 'UMaterialExpression::MaterialExpressionEditorY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, GraphNode) == 0x000030, "Member 'UMaterialExpression::GraphNode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, SubgraphExpression) == 0x000038, "Member 'UMaterialExpression::SubgraphExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionGuid) == 0x000050, "Member 'UMaterialExpression::MaterialExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Material) == 0x000060, "Member 'UMaterialExpression::Material' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Function) == 0x000068, "Member 'UMaterialExpression::Function' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Desc) == 0x000070, "Member 'UMaterialExpression::Desc' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MenuCategories) == 0x000090, "Member 'UMaterialExpression::MenuCategories' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Outputs) == 0x0000A0, "Member 'UMaterialExpression::Outputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ +static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ +static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x0000D8, "Wrong size on UMaterialExpressionSquareRoot"); \ +static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x0000B0, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubsystem \ +static_assert(alignof(USubsystem) == 0x000008, "Wrong alignment on USubsystem"); \ +static_assert(sizeof(USubsystem) == 0x000030, "Wrong size on USubsystem"); \ + +#define DUMPER7_ASSERTS_UWorldSubsystem \ +static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ +static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UTickableWorldSubsystem \ +static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ +static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCell \ +static_assert(alignof(UWorldPartitionRuntimeCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeCell) == 0x0000B0, "Wrong size on UWorldPartitionRuntimeCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsAlwaysLoaded) == 0x000038, "Member 'UWorldPartitionRuntimeCell::bIsAlwaysLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, DataLayers) == 0x000040, "Member 'UWorldPartitionRuntimeCell::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bClientOnlyVisible) == 0x000058, "Member 'UWorldPartitionRuntimeCell::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsHLOD) == 0x000059, "Member 'UWorldPartitionRuntimeCell::bIsHLOD' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bBlockOnSlowLoading) == 0x00005A, "Member 'UWorldPartitionRuntimeCell::bBlockOnSlowLoading' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, ContentBundleID) == 0x00005C, "Member 'UWorldPartitionRuntimeCell::ContentBundleID' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, CellDebugColor) == 0x00006C, "Member 'UWorldPartitionRuntimeCell::CellDebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, CellGuid) == 0x00007C, "Member 'UWorldPartitionRuntimeCell::CellGuid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, SourceCellGuid) == 0x00008C, "Member 'UWorldPartitionRuntimeCell::SourceCellGuid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, RuntimeCellData) == 0x0000A8, "Member 'UWorldPartitionRuntimeCell::RuntimeCellData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeLevelStreamingCell \ +static_assert(alignof(UWorldPartitionRuntimeLevelStreamingCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeLevelStreamingCell) == 0x0000B8, "Wrong size on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeLevelStreamingCell, LevelStreaming) == 0x0000B0, "Member 'UWorldPartitionRuntimeLevelStreamingCell::LevelStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransformPosition \ +static_assert(alignof(UMaterialExpressionTransformPosition) == 0x000008, "Wrong alignment on UMaterialExpressionTransformPosition"); \ +static_assert(sizeof(UMaterialExpressionTransformPosition) == 0x0000E0, "Wrong size on UMaterialExpressionTransformPosition"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, Input) == 0x0000B0, "Member 'UMaterialExpressionTransformPosition::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformSourceType) == 0x0000D8, "Member 'UMaterialExpressionTransformPosition::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformType) == 0x0000D9, "Member 'UMaterialExpressionTransformPosition::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x0000E0, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x0000B0, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x0000D8, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x0000DC, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' 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_ReceiveAsyncPhysicsTick \ +static_assert(alignof(ActorComponent_ReceiveAsyncPhysicsTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveAsyncPhysicsTick"); \ +static_assert(sizeof(ActorComponent_ReceiveAsyncPhysicsTick) == 0x000008, "Wrong size on ActorComponent_ReceiveAsyncPhysicsTick"); \ +static_assert(offsetof(ActorComponent_ReceiveAsyncPhysicsTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveAsyncPhysicsTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_ReceiveAsyncPhysicsTick, SimSeconds) == 0x000004, "Member 'ActorComponent_ReceiveAsyncPhysicsTick::SimSeconds' 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_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) == 0x00000C, "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) == 0x000008, "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) == 0x0000A0, "Wrong size on UActorComponent"); \ +static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000030, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, ComponentTags) == 0x000060, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, AssetUserData) == 0x000070, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x000084, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, CreationMethod) == 0x00008D, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x00008E, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x00008F, "Member 'UActorComponent::OnComponentDeactivated' 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) == 0x000008, "Wrong alignment on SceneComponent_K2_AddLocalOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalOffset) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bTeleport) == 0x000118, "Member 'SceneComponent_K2_AddLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalRotation \ +static_assert(alignof(SceneComponent_K2_AddLocalRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_AddLocalRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalRotation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'SceneComponent_K2_AddLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bTeleport) == 0x000160, "Member 'SceneComponent_K2_AddLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeLocation \ +static_assert(alignof(SceneComponent_K2_AddRelativeLocation) == 0x000008, "Wrong alignment on SceneComponent_K2_AddRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeLocation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bTeleport) == 0x000118, "Member 'SceneComponent_K2_AddRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeRotation \ +static_assert(alignof(SceneComponent_K2_AddRelativeRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_AddRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeRotation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bTeleport) == 0x000118, "Member 'SceneComponent_K2_AddRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldOffset \ +static_assert(alignof(SceneComponent_K2_AddWorldOffset) == 0x000008, "Wrong alignment on SceneComponent_K2_AddWorldOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldOffset) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bTeleport) == 0x000118, "Member 'SceneComponent_K2_AddWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldRotation \ +static_assert(alignof(SceneComponent_K2_AddWorldRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_AddWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldRotation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_AddWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_AddWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'SceneComponent_K2_AddWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bTeleport) == 0x000160, "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) == 0x000170, "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) == 0x000060, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bTeleport) == 0x000160, "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) == 0x000010, "Member 'SceneComponent_K2_AttachTo::AttachType' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, bWeldSimulatedBodies) == 0x000011, "Member 'SceneComponent_K2_AttachTo::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, ReturnValue) == 0x000012, "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) == 0x000018, "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) == 0x000010, "Member 'SceneComponent_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'SceneComponent_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'SceneComponent_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'SceneComponent_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ReturnValue) == 0x000014, "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) == 0x000008, "Wrong alignment on SceneComponent_K2_SetRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_SetRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_SetRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bTeleport) == 0x000118, "Member 'SceneComponent_K2_SetRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_SetRelativeLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x000138, "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) == 0x000018, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, SweepHitResult) == 0x000038, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bTeleport) == 0x000130, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_SetRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeRotation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_SetRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_SetRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'SceneComponent_K2_SetRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_SetRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bTeleport) == 0x000160, "Member 'SceneComponent_K2_SetRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocation) == 0x000008, "Wrong alignment on SceneComponent_K2_SetWorldLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_SetWorldLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_SetWorldLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bTeleport) == 0x000118, "Member 'SceneComponent_K2_SetWorldLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_SetWorldLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x000138, "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) == 0x000018, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, SweepHitResult) == 0x000038, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bTeleport) == 0x000130, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldRotation) == 0x000008, "Wrong alignment on SceneComponent_K2_SetWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldRotation) == 0x000120, "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) == 0x000018, "Member 'SceneComponent_K2_SetWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, SweepHitResult) == 0x000020, "Member 'SceneComponent_K2_SetWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'SceneComponent_K2_SetWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_SetWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bTeleport) == 0x000160, "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) == 0x000008, "Wrong alignment on SceneComponent_SetRelativeScale3D"); \ +static_assert(sizeof(SceneComponent_SetRelativeScale3D) == 0x000018, "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) == 0x000008, "Wrong alignment on SceneComponent_SetWorldScale3D"); \ +static_assert(sizeof(SceneComponent_SetWorldScale3D) == 0x000018, "Wrong size on SceneComponent_SetWorldScale3D"); \ +static_assert(offsetof(SceneComponent_SetWorldScale3D, NewScale) == 0x000000, "Member 'SceneComponent_SetWorldScale3D::NewScale' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on SceneComponent_GetComponentVelocity"); \ +static_assert(sizeof(SceneComponent_GetComponentVelocity) == 0x000018, "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) == 0x000008, "Wrong alignment on SceneComponent_GetForwardVector"); \ +static_assert(sizeof(SceneComponent_GetForwardVector) == 0x000018, "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) == 0x000060, "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) == 0x000008, "Wrong alignment on SceneComponent_GetRightVector"); \ +static_assert(sizeof(SceneComponent_GetRightVector) == 0x000018, "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) == 0x000008, "Wrong alignment on SceneComponent_GetSocketLocation"); \ +static_assert(sizeof(SceneComponent_GetSocketLocation) == 0x000020, "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) == 0x000008, "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) == 0x000030, "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) == 0x000008, "Wrong alignment on SceneComponent_GetSocketRotation"); \ +static_assert(sizeof(SceneComponent_GetSocketRotation) == 0x000020, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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_GetUpVector \ +static_assert(alignof(SceneComponent_GetUpVector) == 0x000008, "Wrong alignment on SceneComponent_GetUpVector"); \ +static_assert(sizeof(SceneComponent_GetUpVector) == 0x000018, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on SceneComponent_K2_GetComponentLocation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on SceneComponent_K2_GetComponentRotation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on SceneComponent_K2_GetComponentScale"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentScale) == 0x000018, "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) == 0x000060, "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) == 0x0000A8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachParent) == 0x0000B0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000B8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000C8, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000D8, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeLocation) == 0x000128, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000140, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000158, "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) == 0x00018B, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, DetailMode) == 0x00018C, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x00018D, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForce \ +static_assert(alignof(PrimitiveComponent_AddForce) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForce"); \ +static_assert(sizeof(PrimitiveComponent_AddForce) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddForce::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocation) == 0x000038, "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) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddForceAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000038, "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) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddForceAtLocationLocal::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse \ +static_assert(alignof(PrimitiveComponent_AddImpulse) == 0x000008, "Wrong alignment on PrimitiveComponent_AddImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulse) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddImpulseAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulseAtLocation) == 0x000038, "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) == 0x000018, "Member 'PrimitiveComponent_AddImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddImpulseAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce \ +static_assert(alignof(PrimitiveComponent_AddRadialForce) == 0x000008, "Wrong alignment on PrimitiveComponent_AddRadialForce"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialForce) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Strength) == 0x00001C, "Member 'PrimitiveComponent_AddRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Falloff) == 0x000020, "Member 'PrimitiveComponent_AddRadialForce::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, bAccelChange) == 0x000021, "Member 'PrimitiveComponent_AddRadialForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse \ +static_assert(alignof(PrimitiveComponent_AddRadialImpulse) == 0x000008, "Wrong alignment on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialImpulse) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Strength) == 0x00001C, "Member 'PrimitiveComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Falloff) == 0x000020, "Member 'PrimitiveComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, bVelChange) == 0x000021, "Member 'PrimitiveComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees \ +static_assert(alignof(PrimitiveComponent_AddTorqueInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInDegrees) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddTorqueInDegrees::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians \ +static_assert(alignof(PrimitiveComponent_AddTorqueInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInRadians) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddTorqueInRadians::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddVelocityChangeImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddVelocityChangeImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation) == 0x000038, "Wrong size on PrimitiveComponent_AddVelocityChangeImpulseAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, Location) == 0x000018, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::BoneName' 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) == 0x000020, "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) == 0x000018, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaxDepenetrationVelocity \ +static_assert(alignof(PrimitiveComponent_GetMaxDepenetrationVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMaxDepenetrationVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetMaxDepenetrationVelocity) == 0x00000C, "Wrong size on PrimitiveComponent_GetMaxDepenetrationVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetMaxDepenetrationVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMaxDepenetrationVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaxDepenetrationVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaxDepenetrationVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000020, "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) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocityAtPoint \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000038, "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) == 0x000018, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, ReturnValue) == 0x000020, "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_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) == 0x000008, "Wrong alignment on PrimitiveComponent_K2_BoxOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x000190, "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) == 0x000018, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBox' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bTraceComplex) == 0x000050, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bShowTrace) == 0x000051, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bPersistentShowTrace) == 0x000052, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitLocation) == 0x000058, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitNormal) == 0x000070, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, BoneName) == 0x000088, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, OutHit) == 0x000090, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, ReturnValue) == 0x000188, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_LineTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_LineTraceComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_K2_LineTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_LineTraceComponent) == 0x000170, "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) == 0x000018, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bTraceComplex) == 0x000030, "Member 'PrimitiveComponent_K2_LineTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bShowTrace) == 0x000031, "Member 'PrimitiveComponent_K2_LineTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bPersistentShowTrace) == 0x000032, "Member 'PrimitiveComponent_K2_LineTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitLocation) == 0x000038, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitNormal) == 0x000050, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, BoneName) == 0x000068, "Member 'PrimitiveComponent_K2_LineTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, OutHit) == 0x000070, "Member 'PrimitiveComponent_K2_LineTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, ReturnValue) == 0x000168, "Member 'PrimitiveComponent_K2_LineTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereOverlapComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_K2_SphereOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x000158, "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) == 0x000018, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bTraceComplex) == 0x00001C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bShowTrace) == 0x00001D, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bPersistentShowTrace) == 0x00001E, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitLocation) == 0x000020, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitNormal) == 0x000038, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, BoneName) == 0x000050, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, OutHit) == 0x000058, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, ReturnValue) == 0x000150, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereTraceComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_K2_SphereTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereTraceComponent) == 0x000170, "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) == 0x000018, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, SphereRadius) == 0x000030, "Member 'PrimitiveComponent_K2_SphereTraceComponent::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bTraceComplex) == 0x000034, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bShowTrace) == 0x000035, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bPersistentShowTrace) == 0x000036, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitLocation) == 0x000038, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitNormal) == 0x000050, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, BoneName) == 0x000068, "Member 'PrimitiveComponent_K2_SphereTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, OutHit) == 0x000070, "Member 'PrimitiveComponent_K2_SphereTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, ReturnValue) == 0x000168, "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) == 0x000008, "Wrong size on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(offsetof(PrimitiveComponent_PutRigidBodyToSleep, BoneName) == 0x000000, "Member 'PrimitiveComponent_PutRigidBodyToSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectDistanceFieldLighting \ +static_assert(alignof(PrimitiveComponent_SetAffectDistanceFieldLighting) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectDistanceFieldLighting"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectDistanceFieldLighting) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectDistanceFieldLighting"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectDistanceFieldLighting, NewAffectDistanceFieldLighting) == 0x000000, "Member 'PrimitiveComponent_SetAffectDistanceFieldLighting::NewAffectDistanceFieldLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectDynamicIndirectLighting \ +static_assert(alignof(PrimitiveComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectDynamicIndirectLighting, bNewAffectDynamicIndirectLighting) == 0x000000, "Member 'PrimitiveComponent_SetAffectDynamicIndirectLighting::bNewAffectDynamicIndirectLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectIndirectLightingWhileHidden \ +static_assert(alignof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectIndirectLightingWhileHidden"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectIndirectLightingWhileHidden"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden, bNewAffectIndirectLightingWhileHidden) == 0x000000, "Member 'PrimitiveComponent_SetAffectIndirectLightingWhileHidden::bNewAffectIndirectLightingWhileHidden' 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) == 0x000008, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000020, "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) == 0x000018, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000020, "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) == 0x000018, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000008, "Wrong alignment on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000020, "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) == 0x000018, "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_SetCastContactShadow \ +static_assert(alignof(PrimitiveComponent_SetCastContactShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastContactShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastContactShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastContactShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastContactShadow, bInCastContactShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastContactShadow::bInCastContactShadow' 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) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_SetCenterOfMass) == 0x000020, "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) == 0x000018, "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_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) == 0x00000C, "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) == 0x000008, "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_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) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x000018, "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) == 0x000008, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000020, "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) == 0x000008, "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) == 0x000030, "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_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) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000018, "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) == 0x000008, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000020, "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) == 0x000008, "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) == 0x000030, "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_SetEmissiveLightSource \ +static_assert(alignof(PrimitiveComponent_SetEmissiveLightSource) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEmissiveLightSource"); \ +static_assert(sizeof(PrimitiveComponent_SetEmissiveLightSource) == 0x000001, "Wrong size on PrimitiveComponent_SetEmissiveLightSource"); \ +static_assert(offsetof(PrimitiveComponent_SetEmissiveLightSource, NewEmissiveLightSource) == 0x000000, "Member 'PrimitiveComponent_SetEmissiveLightSource::NewEmissiveLightSource' 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_SetExcludedFromHLODLevel \ +static_assert(alignof(PrimitiveComponent_SetExcludedFromHLODLevel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludedFromHLODLevel"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludedFromHLODLevel) == 0x000002, "Wrong size on PrimitiveComponent_SetExcludedFromHLODLevel"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludedFromHLODLevel, HLODLevel) == 0x000000, "Member 'PrimitiveComponent_SetExcludedFromHLODLevel::HLODLevel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludedFromHLODLevel, bExcluded) == 0x000001, "Member 'PrimitiveComponent_SetExcludedFromHLODLevel::bExcluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeForSpecificHLODLevels \ +static_assert(alignof(PrimitiveComponent_SetExcludeForSpecificHLODLevels) == 0x000008, "Wrong alignment on PrimitiveComponent_SetExcludeForSpecificHLODLevels"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludeForSpecificHLODLevels) == 0x000010, "Wrong size on PrimitiveComponent_SetExcludeForSpecificHLODLevels"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludeForSpecificHLODLevels, InExcludeForSpecificHLODLevels) == 0x000000, "Member 'PrimitiveComponent_SetExcludeForSpecificHLODLevels::InExcludeForSpecificHLODLevels' 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_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_SetHoldout \ +static_assert(alignof(PrimitiveComponent_SetHoldout) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHoldout"); \ +static_assert(sizeof(PrimitiveComponent_SetHoldout) == 0x000001, "Wrong size on PrimitiveComponent_SetHoldout"); \ +static_assert(offsetof(PrimitiveComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'PrimitiveComponent_SetHoldout::bNewHoldout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetIgnoreBoundsForEditorFocus \ +static_assert(alignof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong alignment on PrimitiveComponent_SetIgnoreBoundsForEditorFocus"); \ +static_assert(sizeof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong size on PrimitiveComponent_SetIgnoreBoundsForEditorFocus"); \ +static_assert(offsetof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus, bIgnore) == 0x000000, "Member 'PrimitiveComponent_SetIgnoreBoundsForEditorFocus::bIgnore' 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_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) == 0x000010, "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) == 0x000008, "Member 'PrimitiveComponent_SetMassOverrideInKg::MassInKg' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, bOverrideMass) == 0x00000C, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "Member 'PrimitiveComponent_SetMaterialByName::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaxDepenetrationVelocity \ +static_assert(alignof(PrimitiveComponent_SetMaxDepenetrationVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMaxDepenetrationVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetMaxDepenetrationVelocity) == 0x00000C, "Wrong size on PrimitiveComponent_SetMaxDepenetrationVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetMaxDepenetrationVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMaxDepenetrationVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaxDepenetrationVelocity, InMaxDepenetrationVelocity) == 0x000008, "Member 'PrimitiveComponent_SetMaxDepenetrationVelocity::InMaxDepenetrationVelocity' 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_SetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000028, "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) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::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) == 0x000010, "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) == 0x000010, "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_SetRenderInDepthPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInDepthPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInDepthPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInDepthPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInDepthPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInDepthPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInDepthPass::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_SetScalarParameterForCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData) == 0x000004, "Wrong alignment on PrimitiveComponent_SetScalarParameterForCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData) == 0x00000C, "Wrong size on PrimitiveComponent_SetScalarParameterForCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetScalarParameterForCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData, Value) == 0x000008, "Member 'PrimitiveComponent_SetScalarParameterForCustomPrimitiveData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData) == 0x000004, "Wrong alignment on PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData) == 0x00000C, "Wrong size on PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData, Value) == 0x000008, "Member 'PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData::Value' 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_SetStaticWhenNotMoveable \ +static_assert(alignof(PrimitiveComponent_SetStaticWhenNotMoveable) == 0x000001, "Wrong alignment on PrimitiveComponent_SetStaticWhenNotMoveable"); \ +static_assert(sizeof(PrimitiveComponent_SetStaticWhenNotMoveable) == 0x000001, "Wrong size on PrimitiveComponent_SetStaticWhenNotMoveable"); \ +static_assert(offsetof(PrimitiveComponent_SetStaticWhenNotMoveable, bInStaticWhenNotMoveable) == 0x000000, "Member 'PrimitiveComponent_SetStaticWhenNotMoveable::bInStaticWhenNotMoveable' 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_SetUpdateKinematicFromSimulation \ +static_assert(alignof(PrimitiveComponent_SetUpdateKinematicFromSimulation) == 0x000001, "Wrong alignment on PrimitiveComponent_SetUpdateKinematicFromSimulation"); \ +static_assert(sizeof(PrimitiveComponent_SetUpdateKinematicFromSimulation) == 0x000001, "Wrong size on PrimitiveComponent_SetUpdateKinematicFromSimulation"); \ +static_assert(offsetof(PrimitiveComponent_SetUpdateKinematicFromSimulation, bUpdateKinematicFromSimulation) == 0x000000, "Member 'PrimitiveComponent_SetUpdateKinematicFromSimulation::bUpdateKinematicFromSimulation' 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) == 0x00000C, "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_SetVectorParameterForCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetVectorParameterForCustomPrimitiveData) == 0x000010, "Wrong alignment on PrimitiveComponent_SetVectorParameterForCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetVectorParameterForCustomPrimitiveData) == 0x000030, "Wrong size on PrimitiveComponent_SetVectorParameterForCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetVectorParameterForCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetVectorParameterForCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetVectorParameterForCustomPrimitiveData, Value) == 0x000010, "Member 'PrimitiveComponent_SetVectorParameterForCustomPrimitiveData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData) == 0x000010, "Wrong alignment on PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData) == 0x000030, "Wrong size on PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData, Value) == 0x000010, "Member 'PrimitiveComponent_SetVectorParameterForDefaultCustomPrimitiveData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInRayTracing \ +static_assert(alignof(PrimitiveComponent_SetVisibleInRayTracing) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInRayTracing"); \ +static_assert(sizeof(PrimitiveComponent_SetVisibleInRayTracing) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInRayTracing"); \ +static_assert(offsetof(PrimitiveComponent_SetVisibleInRayTracing, bNewVisibleInRayTracing) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInRayTracing::bNewVisibleInRayTracing' 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) == 0x000008, "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_GetBodyInstanceAsyncPhysicsTickHandle \ +static_assert(alignof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(sizeof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle) == 0x000018, "Wrong size on PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, bGetWelded) == 0x000008, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::bGetWelded' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, Index_0) == 0x00000C, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000008, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000020, "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) == 0x000008, "Member 'PrimitiveComponent_GetCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision \ +static_assert(alignof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000008, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000040, "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) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000030, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000038, "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) == 0x000008, "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_GetCustomPrimitiveDataIndexForScalarParameter \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter) == 0x00000C, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter, ParameterName) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter) == 0x00000C, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter, ParameterName) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetExcludeForSpecificHLODLevels \ +static_assert(alignof(PrimitiveComponent_GetExcludeForSpecificHLODLevels) == 0x000008, "Wrong alignment on PrimitiveComponent_GetExcludeForSpecificHLODLevels"); \ +static_assert(sizeof(PrimitiveComponent_GetExcludeForSpecificHLODLevels) == 0x000010, "Wrong size on PrimitiveComponent_GetExcludeForSpecificHLODLevels"); \ +static_assert(offsetof(PrimitiveComponent_GetExcludeForSpecificHLODLevels, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetExcludeForSpecificHLODLevels::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_GetIgnoreBoundsForEditorFocus \ +static_assert(alignof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong alignment on PrimitiveComponent_GetIgnoreBoundsForEditorFocus"); \ +static_assert(sizeof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong size on PrimitiveComponent_GetIgnoreBoundsForEditorFocus"); \ +static_assert(offsetof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetIgnoreBoundsForEditorFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ +static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000008, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000020, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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_GetMaterialByName \ +static_assert(alignof(PrimitiveComponent_GetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialByName"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialByName) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialByName"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_GetMaterialByName::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialByName, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialByName::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_GetMaterialIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMaterialIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialIndex) == 0x00000C, "Wrong size on PrimitiveComponent_GetMaterialIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialSlotNames \ +static_assert(alignof(PrimitiveComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialSlotNames"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialSlotNames"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMaterialSlotNames::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_GetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000020, "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) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000020, "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) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetStaticWhenNotMoveable \ +static_assert(alignof(PrimitiveComponent_GetStaticWhenNotMoveable) == 0x000001, "Wrong alignment on PrimitiveComponent_GetStaticWhenNotMoveable"); \ +static_assert(sizeof(PrimitiveComponent_GetStaticWhenNotMoveable) == 0x000001, "Wrong size on PrimitiveComponent_GetStaticWhenNotMoveable"); \ +static_assert(offsetof(PrimitiveComponent_GetStaticWhenNotMoveable, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetStaticWhenNotMoveable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetUpdateKinematicFromSimulation \ +static_assert(alignof(PrimitiveComponent_GetUpdateKinematicFromSimulation) == 0x000001, "Wrong alignment on PrimitiveComponent_GetUpdateKinematicFromSimulation"); \ +static_assert(sizeof(PrimitiveComponent_GetUpdateKinematicFromSimulation) == 0x000001, "Wrong size on PrimitiveComponent_GetUpdateKinematicFromSimulation"); \ +static_assert(offsetof(PrimitiveComponent_GetUpdateKinematicFromSimulation, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetUpdateKinematicFromSimulation::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_IsExcludedFromHLODLevel \ +static_assert(alignof(PrimitiveComponent_IsExcludedFromHLODLevel) == 0x000001, "Wrong alignment on PrimitiveComponent_IsExcludedFromHLODLevel"); \ +static_assert(sizeof(PrimitiveComponent_IsExcludedFromHLODLevel) == 0x000002, "Wrong size on PrimitiveComponent_IsExcludedFromHLODLevel"); \ +static_assert(offsetof(PrimitiveComponent_IsExcludedFromHLODLevel, HLODLevel) == 0x000000, "Member 'PrimitiveComponent_IsExcludedFromHLODLevel::HLODLevel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsExcludedFromHLODLevel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_IsExcludedFromHLODLevel::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_IsMaterialSlotNameValid \ +static_assert(alignof(PrimitiveComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on PrimitiveComponent_IsMaterialSlotNameValid"); \ +static_assert(sizeof(PrimitiveComponent_IsMaterialSlotNameValid) == 0x00000C, "Wrong size on PrimitiveComponent_IsMaterialSlotNameValid"); \ +static_assert(offsetof(PrimitiveComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsMaterialSlotNameValid, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsMaterialSlotNameValid::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_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) == 0x000008, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000038, "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) == 0x000018, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000020, "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) == 0x000520, "Wrong size on UPrimitiveComponent"); \ +static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000248, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x00024C, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000250, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x000254, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x000255, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x000256, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x000257, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, HLODBatchingPolicy) == 0x000258, "Member 'UPrimitiveComponent::HLODBatchingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ShadowCacheInvalidationBehavior) == 0x00025E, "Member 'UPrimitiveComponent::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000281, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x000283, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x000284, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupId) == 0x000288, "Member 'UPrimitiveComponent::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x00028C, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000290, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000298, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x0002A8, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x0002C0, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x0002C4, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x0002C8, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x0002D8, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x0002D9, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x0002DA, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x0002DB, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x0002E4, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000318, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x000328, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x000348, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x0004E0, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x0004E1, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x0004E2, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x0004E3, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x0004E4, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentPhysicsStateChanged) == 0x0004E6, "Member 'UPrimitiveComponent::OnComponentPhysicsStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x0004E7, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x0004E8, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x0004E9, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x0004EA, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x0004EB, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x0004EC, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x0004ED, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x0004EE, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupCullingPriority) == 0x0004EF, "Member 'UPrimitiveComponent::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x0004F0, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ExcludeFromHLODLevels) == 0x000508, "Member 'UPrimitiveComponent::ExcludeFromHLODLevels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000510, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_PrestreamMeshLODs \ +static_assert(alignof(MeshComponent_PrestreamMeshLODs) == 0x000004, "Wrong alignment on MeshComponent_PrestreamMeshLODs"); \ +static_assert(sizeof(MeshComponent_PrestreamMeshLODs) == 0x000008, "Wrong size on MeshComponent_PrestreamMeshLODs"); \ +static_assert(offsetof(MeshComponent_PrestreamMeshLODs, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamMeshLODs::Seconds' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamMeshLODs, ReturnValue) == 0x000004, "Member 'MeshComponent_PrestreamMeshLODs::ReturnValue' 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_SetOverlayMaterial \ +static_assert(alignof(MeshComponent_SetOverlayMaterial) == 0x000008, "Wrong alignment on MeshComponent_SetOverlayMaterial"); \ +static_assert(sizeof(MeshComponent_SetOverlayMaterial) == 0x000008, "Wrong size on MeshComponent_SetOverlayMaterial"); \ +static_assert(offsetof(MeshComponent_SetOverlayMaterial, NewOverlayMaterial) == 0x000000, "Member 'MeshComponent_SetOverlayMaterial::NewOverlayMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(MeshComponent_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on MeshComponent_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(MeshComponent_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on MeshComponent_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(MeshComponent_SetOverlayMaterialMaxDrawDistance, InMaxDrawDistance) == 0x000000, "Member 'MeshComponent_SetOverlayMaterialMaxDrawDistance::InMaxDrawDistance' 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) == 0x00000C, "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) == 0x000008, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000008, "Wrong alignment on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000020, "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) == 0x000008, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterValue' 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_GetOverlayMaterial \ +static_assert(alignof(MeshComponent_GetOverlayMaterial) == 0x000008, "Wrong alignment on MeshComponent_GetOverlayMaterial"); \ +static_assert(sizeof(MeshComponent_GetOverlayMaterial) == 0x000008, "Wrong size on MeshComponent_GetOverlayMaterial"); \ +static_assert(offsetof(MeshComponent_GetOverlayMaterial, ReturnValue) == 0x000000, "Member 'MeshComponent_GetOverlayMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(MeshComponent_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on MeshComponent_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(MeshComponent_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on MeshComponent_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(MeshComponent_GetOverlayMaterialMaxDrawDistance, ReturnValue) == 0x000000, "Member 'MeshComponent_GetOverlayMaterialMaxDrawDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshComponent \ +static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ +static_assert(sizeof(UMeshComponent) == 0x000550, "Wrong size on UMeshComponent"); \ +static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000518, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMeshComponent, OverlayMaterial) == 0x000528, "Member 'UMeshComponent::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshComponent, OverlayMaterialMaxDrawDistance) == 0x000530, "Member 'UMeshComponent::OverlayMaterialMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetInitialEvaluateWorldPositionOffset \ +static_assert(alignof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset) == 0x000001, "Wrong alignment on StaticMeshComponent_GetInitialEvaluateWorldPositionOffset"); \ +static_assert(sizeof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset) == 0x000001, "Wrong size on StaticMeshComponent_GetInitialEvaluateWorldPositionOffset"); \ +static_assert(offsetof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset, ReturnValue) == 0x000000, "Member 'StaticMeshComponent_GetInitialEvaluateWorldPositionOffset::ReturnValue' has a wrong offset!"); \ + +#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_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_SetEvaluateWorldPositionOffset \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffset) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffset"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffset) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffset"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffset, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffset::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_SetForceDisableNanite \ +static_assert(alignof(StaticMeshComponent_SetForceDisableNanite) == 0x000001, "Wrong alignment on StaticMeshComponent_SetForceDisableNanite"); \ +static_assert(sizeof(StaticMeshComponent_SetForceDisableNanite) == 0x000001, "Wrong size on StaticMeshComponent_SetForceDisableNanite"); \ +static_assert(offsetof(StaticMeshComponent_SetForceDisableNanite, bInForceDisableNanite) == 0x000000, "Member 'StaticMeshComponent_SetForceDisableNanite::bInForceDisableNanite' 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_SetWorldPositionOffsetDisableDistance \ +static_assert(alignof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance) == 0x000004, "Wrong alignment on StaticMeshComponent_SetWorldPositionOffsetDisableDistance"); \ +static_assert(sizeof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance) == 0x000004, "Wrong size on StaticMeshComponent_SetWorldPositionOffsetDisableDistance"); \ +static_assert(offsetof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetWorldPositionOffsetDisableDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds \ +static_assert(alignof(StaticMeshComponent_GetLocalBounds) == 0x000008, "Wrong alignment on StaticMeshComponent_GetLocalBounds"); \ +static_assert(sizeof(StaticMeshComponent_GetLocalBounds) == 0x000030, "Wrong size on StaticMeshComponent_GetLocalBounds"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, min_0) == 0x000000, "Member 'StaticMeshComponent_GetLocalBounds::min_0' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, max_0) == 0x000018, "Member 'StaticMeshComponent_GetLocalBounds::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshComponent \ +static_assert(alignof(UStaticMeshComponent) == 0x000010, "Wrong alignment on UStaticMeshComponent"); \ +static_assert(sizeof(UStaticMeshComponent) == 0x0005E0, "Wrong size on UStaticMeshComponent"); \ +static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000550, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x000554, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000558, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x00055C, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000560, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x000568, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WorldPositionOffsetDisableDistance) == 0x000570, "Member 'UStaticMeshComponent::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x000578, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x00057C, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x000580, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x000584, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, NanitePixelProgrammableDistance) == 0x000588, "Member 'UStaticMeshComponent::NanitePixelProgrammableDistance' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LODData) == 0x000590, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0005A0, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0005B0, "Member 'UStaticMeshComponent::LightmassSettings' 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) == 0x000070, "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, bWorldSpace) == 0x000060, "Member 'InstancedStaticMeshComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, ReturnValue) == 0x000064, "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, bWorldSpace) == 0x000011, "Member 'InstancedStaticMeshComponent_AddInstances::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bUpdateNavigation) == 0x000012, "Member 'InstancedStaticMeshComponent_AddInstances::bUpdateNavigation' 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) == 0x000070, "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) == 0x000060, "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) == 0x000080, "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) == 0x000070, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bMarkRenderStateDirty) == 0x000071, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bTeleport) == 0x000072, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, ReturnValue) == 0x000073, "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_RemoveInstances \ +static_assert(alignof(InstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on InstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'InstancedStaticMeshComponent_RemoveInstances::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_SetLODDistanceScale \ +static_assert(alignof(InstancedStaticMeshComponent_SetLODDistanceScale) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetLODDistanceScale"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetLODDistanceScale) == 0x000004, "Wrong size on InstancedStaticMeshComponent_SetLODDistanceScale"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetLODDistanceScale, InLODDistanceScale) == 0x000000, "Member 'InstancedStaticMeshComponent_SetLODDistanceScale::InLODDistanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetNumCustomDataFloats \ +static_assert(alignof(InstancedStaticMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetNumCustomDataFloats"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong size on InstancedStaticMeshComponent_SetNumCustomDataFloats"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetNumCustomDataFloats, InNumCustomDataFloats) == 0x000000, "Member 'InstancedStaticMeshComponent_SetNumCustomDataFloats::InNumCustomDataFloats' 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) == 0x000080, "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) == 0x000070, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000071, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bTeleport) == 0x000072, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, ReturnValue) == 0x000073, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetCullDistances \ +static_assert(alignof(InstancedStaticMeshComponent_GetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetCullDistances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_GetCullDistances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetCullDistances, OutStartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_GetCullDistances::OutStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetCullDistances, OutEndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_GetCullDistances::OutEndCullDistance' 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) == 0x000050, "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) == 0x000038, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::bBoxInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, ReturnValue) == 0x000040, "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) == 0x000030, "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) == 0x000018, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, bSphereInWorldSpace) == 0x00001C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::bSphereInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, ReturnValue) == 0x000020, "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) == 0x000080, "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) == 0x000070, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, ReturnValue) == 0x000071, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetLODDistanceScale \ +static_assert(alignof(InstancedStaticMeshComponent_GetLODDistanceScale) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetLODDistanceScale"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetLODDistanceScale) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetLODDistanceScale"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetLODDistanceScale, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetLODDistanceScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_IsValidInstance \ +static_assert(alignof(InstancedStaticMeshComponent_IsValidInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_IsValidInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_IsValidInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_IsValidInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_IsValidInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_IsValidInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_IsValidInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_IsValidInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedStaticMeshComponent \ +static_assert(alignof(UInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInstancedStaticMeshComponent"); \ +static_assert(sizeof(UInstancedStaticMeshComponent) == 0x000980, "Wrong size on UInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x0005E8, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstancePrevTransform) == 0x0005F8, "Member 'UInstancedStaticMeshComponent::PerInstancePrevTransform' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NavigationBounds) == 0x000608, "Member 'UInstancedStaticMeshComponent::NavigationBounds' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PreviousComponentTransform) == 0x000640, "Member 'UInstancedStaticMeshComponent::PreviousComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x0006A0, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x0006A8, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x0006B8, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, AdditionalRandomSeeds) == 0x0006C0, "Member 'UInstancedStaticMeshComponent::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceLODDistanceScale) == 0x0006D0, "Member 'UInstancedStaticMeshComponent::InstanceLODDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x0006D4, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x0006D8, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x0006E0, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, bDisableCollision) == 0x0006F0, "Member 'UInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000960, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000968, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ +static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x000B10, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, TranslatedInstanceSpaceOrigin) == 0x000990, "Member 'UHierarchicalInstancedStaticMeshComponent::TranslatedInstanceSpaceOrigin' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x0009A8, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x0009B8, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x0009C0, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x0009F8, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x000A30, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000A48, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000A50, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000A88, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlackBody \ +static_assert(alignof(UMaterialExpressionBlackBody) == 0x000008, "Wrong alignment on UMaterialExpressionBlackBody"); \ +static_assert(sizeof(UMaterialExpressionBlackBody) == 0x0000D8, "Wrong size on UMaterialExpressionBlackBody"); \ +static_assert(offsetof(UMaterialExpressionBlackBody, Temp) == 0x0000B0, "Member 'UMaterialExpressionBlackBody::Temp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsCollisionHandler \ +static_assert(alignof(UPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UPhysicsCollisionHandler"); \ +static_assert(sizeof(UPhysicsCollisionHandler) == 0x000040, "Wrong size on UPhysicsCollisionHandler"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactThreshold) == 0x000028, "Member 'UPhysicsCollisionHandler::ImpactThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactReFireDelay) == 0x00002C, "Member 'UPhysicsCollisionHandler::ImpactReFireDelay' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, DefaultImpactSound) == 0x000030, "Member 'UPhysicsCollisionHandler::DefaultImpactSound' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, LastImpactSoundTime) == 0x000038, "Member 'UPhysicsCollisionHandler::LastImpactSoundTime' 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) == 0x000090, "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) == 0x000008, "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) == 0x000070, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000078, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000080, "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) == 0x000080, "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) == 0x000070, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000078, "Member 'Actor_AddComponentByClass::ReturnValue' 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_CreateInputComponent \ +static_assert(alignof(Actor_CreateInputComponent) == 0x000008, "Wrong alignment on Actor_CreateInputComponent"); \ +static_assert(sizeof(Actor_CreateInputComponent) == 0x000008, "Wrong size on Actor_CreateInputComponent"); \ +static_assert(offsetof(Actor_CreateInputComponent, InputComponentToCreate) == 0x000000, "Member 'Actor_CreateInputComponent::InputComponentToCreate' 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) == 0x000070, "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_GetPhysicsReplicationMode \ +static_assert(alignof(Actor_GetPhysicsReplicationMode) == 0x000001, "Wrong alignment on Actor_GetPhysicsReplicationMode"); \ +static_assert(sizeof(Actor_GetPhysicsReplicationMode) == 0x000001, "Wrong size on Actor_GetPhysicsReplicationMode"); \ +static_assert(offsetof(Actor_GetPhysicsReplicationMode, ReturnValue) == 0x000000, "Member 'Actor_GetPhysicsReplicationMode::ReturnValue' 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) == 0x000008, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ +static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_AddActorLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, SweepHitResult) == 0x000020, "Member 'Actor_K2_AddActorLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, bTeleport) == 0x000118, "Member 'Actor_K2_AddActorLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation \ +static_assert(alignof(Actor_K2_AddActorLocalRotation) == 0x000008, "Wrong alignment on Actor_K2_AddActorLocalRotation"); \ +static_assert(sizeof(Actor_K2_AddActorLocalRotation) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_AddActorLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, SweepHitResult) == 0x000020, "Member 'Actor_K2_AddActorLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x000160, "Member 'Actor_K2_AddActorLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset \ +static_assert(alignof(Actor_K2_AddActorWorldOffset) == 0x000008, "Wrong alignment on Actor_K2_AddActorWorldOffset"); \ +static_assert(sizeof(Actor_K2_AddActorWorldOffset) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_AddActorWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, SweepHitResult) == 0x000020, "Member 'Actor_K2_AddActorWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, bTeleport) == 0x000118, "Member 'Actor_K2_AddActorWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation \ +static_assert(alignof(Actor_K2_AddActorWorldRotation) == 0x000008, "Wrong alignment on Actor_K2_AddActorWorldRotation"); \ +static_assert(sizeof(Actor_K2_AddActorWorldRotation) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_AddActorWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, SweepHitResult) == 0x000020, "Member 'Actor_K2_AddActorWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x000160, "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) == 0x000170, "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) == 0x000060, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x000160, "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) == 0x000010, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000011, "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) == 0x000010, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000011, "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) == 0x000010, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ReturnValue) == 0x000014, "Member 'Actor_K2_AttachToActor::ReturnValue' 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) == 0x000010, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ReturnValue) == 0x000014, "Member 'Actor_K2_AttachToComponent::ReturnValue' 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) == 0x000008, "Wrong alignment on Actor_K2_SetActorLocation"); \ +static_assert(sizeof(Actor_K2_SetActorLocation) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_SetActorLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, SweepHitResult) == 0x000020, "Member 'Actor_K2_SetActorLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, bTeleport) == 0x000118, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000119, "Member 'Actor_K2_SetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation \ +static_assert(alignof(Actor_K2_SetActorLocationAndRotation) == 0x000008, "Wrong alignment on Actor_K2_SetActorLocationAndRotation"); \ +static_assert(sizeof(Actor_K2_SetActorLocationAndRotation) == 0x000138, "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) == 0x000018, "Member 'Actor_K2_SetActorLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bSweep) == 0x000030, "Member 'Actor_K2_SetActorLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, SweepHitResult) == 0x000038, "Member 'Actor_K2_SetActorLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bTeleport) == 0x000130, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x000131, "Member 'Actor_K2_SetActorLocationAndRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation \ +static_assert(alignof(Actor_K2_SetActorRelativeLocation) == 0x000008, "Wrong alignment on Actor_K2_SetActorRelativeLocation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeLocation) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_SetActorRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, SweepHitResult) == 0x000020, "Member 'Actor_K2_SetActorRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bTeleport) == 0x000118, "Member 'Actor_K2_SetActorRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation \ +static_assert(alignof(Actor_K2_SetActorRelativeRotation) == 0x000008, "Wrong alignment on Actor_K2_SetActorRelativeRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeRotation) == 0x000120, "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) == 0x000018, "Member 'Actor_K2_SetActorRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, SweepHitResult) == 0x000020, "Member 'Actor_K2_SetActorRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bTeleport) == 0x000118, "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) == 0x000170, "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) == 0x000060, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x000160, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ +static_assert(alignof(Actor_K2_SetActorRotation) == 0x000008, "Wrong alignment on Actor_K2_SetActorRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000020, "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) == 0x000018, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x000019, "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) == 0x000170, "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) == 0x000060, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x000160, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x000161, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ +static_assert(alignof(Actor_K2_TeleportTo) == 0x000008, "Wrong alignment on Actor_K2_TeleportTo"); \ +static_assert(sizeof(Actor_K2_TeleportTo) == 0x000038, "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) == 0x000018, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000030, "Member 'Actor_K2_TeleportTo::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) == 0x000038, "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) == 0x000028, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, Tag) == 0x00002C, "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) == 0x000018, "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) == 0x000018, "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_ReceiveAsyncPhysicsTick \ +static_assert(alignof(Actor_ReceiveAsyncPhysicsTick) == 0x000004, "Wrong alignment on Actor_ReceiveAsyncPhysicsTick"); \ +static_assert(sizeof(Actor_ReceiveAsyncPhysicsTick) == 0x000008, "Wrong size on Actor_ReceiveAsyncPhysicsTick"); \ +static_assert(offsetof(Actor_ReceiveAsyncPhysicsTick, DeltaSeconds) == 0x000000, "Member 'Actor_ReceiveAsyncPhysicsTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAsyncPhysicsTick, SimSeconds) == 0x000004, "Member 'Actor_ReceiveAsyncPhysicsTick::SimSeconds' 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) == 0x000160, "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) == 0x000020, "Member 'Actor_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, HitNormal) == 0x000038, "Member 'Actor_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, NormalImpulse) == 0x000050, "Member 'Actor_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, Hit) == 0x000068, "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) == 0x000170, "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) == 0x000028, "Member 'Actor_ReceivePointDamage::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitComponent) == 0x000040, "Member 'Actor_ReceivePointDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, BoneName) == 0x000048, "Member 'Actor_ReceivePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, ShotFromDirection) == 0x000050, "Member 'Actor_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, InstigatedBy) == 0x000068, "Member 'Actor_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, DamageCauser) == 0x000070, "Member 'Actor_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitInfo) == 0x000078, "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) == 0x000130, "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) == 0x000028, "Member 'Actor_ReceiveRadialDamage::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, InstigatedBy) == 0x000120, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x000128, "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_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_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) == 0x000008, "Wrong alignment on Actor_SetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_SetActorRelativeScale3D) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_SetActorScale3D"); \ +static_assert(sizeof(Actor_SetActorScale3D) == 0x000018, "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_SetPhysicsReplicationMode \ +static_assert(alignof(Actor_SetPhysicsReplicationMode) == 0x000001, "Wrong alignment on Actor_SetPhysicsReplicationMode"); \ +static_assert(sizeof(Actor_SetPhysicsReplicationMode) == 0x000001, "Wrong size on Actor_SetPhysicsReplicationMode"); \ +static_assert(offsetof(Actor_SetPhysicsReplicationMode, ReplicationMode) == 0x000000, "Member 'Actor_SetPhysicsReplicationMode::ReplicationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetRayTracingGroupId \ +static_assert(alignof(Actor_SetRayTracingGroupId) == 0x000004, "Wrong alignment on Actor_SetRayTracingGroupId"); \ +static_assert(sizeof(Actor_SetRayTracingGroupId) == 0x000004, "Wrong size on Actor_SetRayTracingGroupId"); \ +static_assert(offsetof(Actor_SetRayTracingGroupId, InRaytracingGroupId) == 0x000000, "Member 'Actor_SetRayTracingGroupId::InRaytracingGroupId' 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_ActorHasTag \ +static_assert(alignof(Actor_ActorHasTag) == 0x000004, "Wrong alignment on Actor_ActorHasTag"); \ +static_assert(sizeof(Actor_ActorHasTag) == 0x00000C, "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) == 0x000008, "Member 'Actor_ActorHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_CanTriggerResimulation \ +static_assert(alignof(Actor_CanTriggerResimulation) == 0x000001, "Wrong alignment on Actor_CanTriggerResimulation"); \ +static_assert(sizeof(Actor_CanTriggerResimulation) == 0x000001, "Wrong size on Actor_CanTriggerResimulation"); \ +static_assert(offsetof(Actor_CanTriggerResimulation, ReturnValue) == 0x000000, "Member 'Actor_CanTriggerResimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_FindComponentByTag \ +static_assert(alignof(Actor_FindComponentByTag) == 0x000008, "Wrong alignment on Actor_FindComponentByTag"); \ +static_assert(sizeof(Actor_FindComponentByTag) == 0x000018, "Wrong size on Actor_FindComponentByTag"); \ +static_assert(offsetof(Actor_FindComponentByTag, ComponentClass) == 0x000000, "Member 'Actor_FindComponentByTag::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_FindComponentByTag, Tag) == 0x000008, "Member 'Actor_FindComponentByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_FindComponentByTag, ReturnValue) == 0x000010, "Member 'Actor_FindComponentByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorBounds \ +static_assert(alignof(Actor_GetActorBounds) == 0x000008, "Wrong alignment on Actor_GetActorBounds"); \ +static_assert(sizeof(Actor_GetActorBounds) == 0x000040, "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) == 0x000008, "Member 'Actor_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, BoxExtent) == 0x000020, "Member 'Actor_GetActorBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, bIncludeFromChildActors) == 0x000038, "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_GetActorEyesViewPoint \ +static_assert(alignof(Actor_GetActorEyesViewPoint) == 0x000008, "Wrong alignment on Actor_GetActorEyesViewPoint"); \ +static_assert(sizeof(Actor_GetActorEyesViewPoint) == 0x000030, "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) == 0x000018, "Member 'Actor_GetActorEyesViewPoint::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorForwardVector \ +static_assert(alignof(Actor_GetActorForwardVector) == 0x000008, "Wrong alignment on Actor_GetActorForwardVector"); \ +static_assert(sizeof(Actor_GetActorForwardVector) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_GetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_GetActorRelativeScale3D) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_GetActorRightVector"); \ +static_assert(sizeof(Actor_GetActorRightVector) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_GetActorScale3D"); \ +static_assert(sizeof(Actor_GetActorScale3D) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_GetActorUpVector"); \ +static_assert(sizeof(Actor_GetActorUpVector) == 0x000018, "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!"); \ +static_assert(offsetof(Actor_GetAttachedActors, bRecursivelyIncludeAttachedActors) == 0x000011, "Member 'Actor_GetAttachedActors::bRecursivelyIncludeAttachedActors' 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) == 0x000008, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000018, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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_GetLevel \ +static_assert(alignof(Actor_GetLevel) == 0x000008, "Wrong alignment on Actor_GetLevel"); \ +static_assert(sizeof(Actor_GetLevel) == 0x000008, "Wrong size on Actor_GetLevel"); \ +static_assert(offsetof(Actor_GetLevel, ReturnValue) == 0x000000, "Member 'Actor_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLevelTransform \ +static_assert(alignof(Actor_GetLevelTransform) == 0x000010, "Wrong alignment on Actor_GetLevelTransform"); \ +static_assert(sizeof(Actor_GetLevelTransform) == 0x000060, "Wrong size on Actor_GetLevelTransform"); \ +static_assert(offsetof(Actor_GetLevelTransform, ReturnValue) == 0x000000, "Member 'Actor_GetLevelTransform::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_GetRayTracingGroupId \ +static_assert(alignof(Actor_GetRayTracingGroupId) == 0x000004, "Wrong alignment on Actor_GetRayTracingGroupId"); \ +static_assert(sizeof(Actor_GetRayTracingGroupId) == 0x000004, "Wrong size on Actor_GetRayTracingGroupId"); \ +static_assert(offsetof(Actor_GetRayTracingGroupId, ReturnValue) == 0x000000, "Member 'Actor_GetRayTracingGroupId::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_GetResimulationThreshold \ +static_assert(alignof(Actor_GetResimulationThreshold) == 0x000004, "Wrong alignment on Actor_GetResimulationThreshold"); \ +static_assert(sizeof(Actor_GetResimulationThreshold) == 0x000004, "Wrong size on Actor_GetResimulationThreshold"); \ +static_assert(offsetof(Actor_GetResimulationThreshold, ReturnValue) == 0x000000, "Member 'Actor_GetResimulationThreshold::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) == 0x000060, "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) == 0x000008, "Wrong alignment on Actor_GetVelocity"); \ +static_assert(sizeof(Actor_GetVelocity) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_K2_GetActorLocation"); \ +static_assert(sizeof(Actor_K2_GetActorLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on Actor_K2_GetActorRotation"); \ +static_assert(sizeof(Actor_K2_GetActorRotation) == 0x000018, "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) == 0x000290, "Wrong size on AActor"); \ +static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ +static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00005E, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00005F, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, RemoteRole) == 0x000060, "Member 'AActor::RemoteRole' has a wrong offset!"); \ +static_assert(offsetof(AActor, InitialLifeSpan) == 0x000064, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AActor, CustomTimeDilation) == 0x000068, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AActor, RayTracingGroupId) == 0x00006C, "Member 'AActor::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(AActor, AttachmentReplication) == 0x000070, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ +static_assert(offsetof(AActor, ReplicatedMovement) == 0x0000D0, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ +static_assert(offsetof(AActor, Owner) == 0x000140, "Member 'AActor::Owner' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDriverName) == 0x000148, "Member 'AActor::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(AActor, Role) == 0x000150, "Member 'AActor::Role' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDormancy) == 0x000151, "Member 'AActor::NetDormancy' has a wrong offset!"); \ +static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x000152, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ +static_assert(offsetof(AActor, AutoReceiveInput) == 0x000153, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputPriority) == 0x000154, "Member 'AActor::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputComponent) == 0x000160, "Member 'AActor::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000168, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetTag) == 0x00016C, "Member 'AActor::NetTag' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000170, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x000174, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetPriority) == 0x000178, "Member 'AActor::NetPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, PhysicsReplicationMode) == 0x00017C, "Member 'AActor::PhysicsReplicationMode' has a wrong offset!"); \ +static_assert(offsetof(AActor, Instigator) == 0x000188, "Member 'AActor::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AActor, Children) == 0x000190, "Member 'AActor::Children' has a wrong offset!"); \ +static_assert(offsetof(AActor, RootComponent) == 0x0001A0, "Member 'AActor::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Layers) == 0x0001B0, "Member 'AActor::Layers' has a wrong offset!"); \ +static_assert(offsetof(AActor, ParentComponent) == 0x0001C0, "Member 'AActor::ParentComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Tags) == 0x0001C8, "Member 'AActor::Tags' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x0001D8, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakePointDamage) == 0x0001D9, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x0001DA, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x0001DB, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorEndOverlap) == 0x0001DC, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnBeginCursorOver) == 0x0001DD, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndCursorOver) == 0x0001DE, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnClicked) == 0x0001DF, "Member 'AActor::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnReleased) == 0x0001E0, "Member 'AActor::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchBegin) == 0x0001E1, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnd) == 0x0001E2, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnter) == 0x0001E3, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchLeave) == 0x0001E4, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorHit) == 0x0001E5, "Member 'AActor::OnActorHit' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnDestroyed) == 0x0001E6, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndPlay) == 0x0001E7, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(AActor, InstanceComponents) == 0x000268, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000278, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ +static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ +static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x0000B0, "Wrong size on UMaterialExpressionVertexNormalWS"); \ + +#define DUMPER7_ASSERTS_UHLODBuilder \ +static_assert(alignof(UHLODBuilder) == 0x000008, "Wrong alignment on UHLODBuilder"); \ +static_assert(sizeof(UHLODBuilder) == 0x000028, "Wrong size on UHLODBuilder"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustAttenuation \ +static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ +static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003D0, "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) == 0x0003D8, "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) == 0x0003D0, "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_GetModulators \ +static_assert(alignof(AudioComponent_GetModulators) == 0x000008, "Wrong alignment on AudioComponent_GetModulators"); \ +static_assert(sizeof(AudioComponent_GetModulators) == 0x000058, "Wrong size on AudioComponent_GetModulators"); \ +static_assert(offsetof(AudioComponent_GetModulators, Destination) == 0x000000, "Member 'AudioComponent_GetModulators::Destination' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetModulators, ReturnValue) == 0x000008, "Member 'AudioComponent_GetModulators::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) == 0x000050, "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) == 0x000030, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x000040, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000044, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000048, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x00004C, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAttenuationOverrides \ +static_assert(alignof(AudioComponent_SetAttenuationOverrides) == 0x000008, "Wrong alignment on AudioComponent_SetAttenuationOverrides"); \ +static_assert(sizeof(AudioComponent_SetAttenuationOverrides) == 0x0003D0, "Wrong size on AudioComponent_SetAttenuationOverrides"); \ +static_assert(offsetof(AudioComponent_SetAttenuationOverrides, InAttenuationOverrides) == 0x000000, "Member 'AudioComponent_SetAttenuationOverrides::InAttenuationOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAttenuationSettings \ +static_assert(alignof(AudioComponent_SetAttenuationSettings) == 0x000008, "Wrong alignment on AudioComponent_SetAttenuationSettings"); \ +static_assert(sizeof(AudioComponent_SetAttenuationSettings) == 0x000008, "Wrong size on AudioComponent_SetAttenuationSettings"); \ +static_assert(offsetof(AudioComponent_SetAttenuationSettings, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_SetAttenuationSettings::InAttenuationSettings' 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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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_SetModulationRouting \ +static_assert(alignof(AudioComponent_SetModulationRouting) == 0x000008, "Wrong alignment on AudioComponent_SetModulationRouting"); \ +static_assert(sizeof(AudioComponent_SetModulationRouting) == 0x000058, "Wrong size on AudioComponent_SetModulationRouting"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, Modulators) == 0x000000, "Member 'AudioComponent_SetModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, Destination) == 0x000050, "Member 'AudioComponent_SetModulationRouting::Destination' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, RoutingMethod) == 0x000051, "Member 'AudioComponent_SetModulationRouting::RoutingMethod' 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_SetOverrideAttenuation \ +static_assert(alignof(AudioComponent_SetOverrideAttenuation) == 0x000001, "Wrong alignment on AudioComponent_SetOverrideAttenuation"); \ +static_assert(sizeof(AudioComponent_SetOverrideAttenuation) == 0x000001, "Wrong size on AudioComponent_SetOverrideAttenuation"); \ +static_assert(offsetof(AudioComponent_SetOverrideAttenuation, bInOverrideAttenuation) == 0x000000, "Member 'AudioComponent_SetOverrideAttenuation::bInOverrideAttenuation' 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) == 0x000010, "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) == 0x000008, "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) == 0x000C10, "Wrong size on UAudioComponent"); \ +static_assert(offsetof(UAudioComponent, Sound) == 0x0003D0, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, DefaultParameters) == 0x0003D8, "Member 'UAudioComponent::DefaultParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x0003E8, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x0003F8, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000408, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000410, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x000414, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000418, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x00041C, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000420, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x000424, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000428, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, Priority) == 0x00042C, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000430, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000438, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000440, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x000444, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000450, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000458, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000828, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000830, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x00088C, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x00088D, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x00088E, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000890, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0009F8, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x000A20, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000A48, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000A70, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000A98, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000AC0, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x000AE8, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x000B08, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x000B10, "Member 'UAudioComponent::AutoAttachSocketName' 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) == 0x000008, "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) == 0x0001A0, "Wrong size on ULevelStreaming"); \ +static_assert(offsetof(ULevelStreaming, WorldAsset) == 0x000028, "Member 'ULevelStreaming::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, StreamingPriority) == 0x000050, "Member 'ULevelStreaming::StreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PackageNameToLoad) == 0x000054, "Member 'ULevelStreaming::PackageNameToLoad' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LODPackageNames) == 0x000060, "Member 'ULevelStreaming::LODPackageNames' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelTransform) == 0x000080, "Member 'ULevelStreaming::LevelTransform' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, bClientOnlyVisible) == 0x0000E0, "Member 'ULevelStreaming::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000E4, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelColor) == 0x0000EC, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x000100, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x000110, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x000118, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x000128, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000138, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000148, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000158, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000160, "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) == 0x000078, "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) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, bOutSuccess) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstance::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, OptionalLevelNameOverride) == 0x000050, "Member 'LevelStreamingDynamic_LoadLevelInstance::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, OptionalLevelStreamingClass) == 0x000060, "Member 'LevelStreamingDynamic_LoadLevelInstance::OptionalLevelStreamingClass' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, bLoadAsTempPackage) == 0x000068, "Member 'LevelStreamingDynamic_LoadLevelInstance::bLoadAsTempPackage' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, ReturnValue) == 0x000070, "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) == 0x000090, "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) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Location' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Rotation) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, bOutSuccess) == 0x000060, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, OptionalLevelNameOverride) == 0x000068, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, OptionalLevelStreamingClass) == 0x000078, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::OptionalLevelStreamingClass' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, bLoadAsTempPackage) == 0x000080, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::bLoadAsTempPackage' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, ReturnValue) == 0x000088, "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) == 0x0001A0, "Wrong size on ULevelStreamingDynamic"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingLevelInstance \ +static_assert(alignof(ULevelStreamingLevelInstance) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstance"); \ +static_assert(sizeof(ULevelStreamingLevelInstance) == 0x0001D0, "Wrong size on ULevelStreamingLevelInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch \ +static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ +static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x000150, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInfo \ +static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ +static_assert(sizeof(AInfo) == 0x000290, "Wrong size on AInfo"); \ + +#define DUMPER7_ASSERTS_ABrush \ +static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ +static_assert(sizeof(ABrush) == 0x0002C8, "Wrong size on ABrush"); \ +static_assert(offsetof(ABrush, BrushType) == 0x000290, "Member 'ABrush::BrushType' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushColor) == 0x000294, "Member 'ABrush::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(ABrush, PolyFlags) == 0x000298, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ +static_assert(offsetof(ABrush, Brush) == 0x0002A0, "Member 'ABrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushComponent) == 0x0002A8, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(ABrush, SavedSelections) == 0x0002B8, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolume \ +static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ +static_assert(sizeof(AVolume) == 0x0002C8, "Wrong size on AVolume"); \ + +#define DUMPER7_ASSERTS_APhysicsVolume \ +static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ +static_assert(sizeof(APhysicsVolume) == 0x0002D8, "Wrong size on APhysicsVolume"); \ +static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x0002C8, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, Priority) == 0x0002CC, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x0002D0, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ +static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ +static_assert(sizeof(ADefaultPhysicsVolume) == 0x0002D8, "Wrong size on ADefaultPhysicsVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustomOutput \ +static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x0000B0, "Wrong size on UMaterialExpressionCustomOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput \ +static_assert(alignof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput) == 0x0000D8, "Wrong size on UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput, ContainsMatter) == 0x0000B0, "Member 'UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput::ContainsMatter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_MoveUpdatedComponent \ +static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x000130, "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) == 0x000018, "Member 'MovementComponent_K2_MoveUpdatedComponent::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, OutHit) == 0x000030, "Member 'MovementComponent_K2_MoveUpdatedComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bSweep) == 0x000128, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x000129, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x00012A, "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) == 0x000008, "Wrong alignment on MovementComponent_SetPlaneConstraintFromVectors"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000030, "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) == 0x000018, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintNormal \ +static_assert(alignof(MovementComponent_SetPlaneConstraintNormal) == 0x000008, "Wrong alignment on MovementComponent_SetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintNormal) == 0x000018, "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) == 0x000008, "Wrong alignment on MovementComponent_SetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintOrigin) == 0x000018, "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) == 0x000008, "Wrong alignment on MovementComponent_ConstrainDirectionToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainDirectionToPlane) == 0x000030, "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) == 0x000018, "Member 'MovementComponent_ConstrainDirectionToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainLocationToPlane \ +static_assert(alignof(MovementComponent_ConstrainLocationToPlane) == 0x000008, "Wrong alignment on MovementComponent_ConstrainLocationToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainLocationToPlane) == 0x000030, "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) == 0x000018, "Member 'MovementComponent_ConstrainLocationToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainNormalToPlane \ +static_assert(alignof(MovementComponent_ConstrainNormalToPlane) == 0x000008, "Wrong alignment on MovementComponent_ConstrainNormalToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainNormalToPlane) == 0x000030, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on MovementComponent_GetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintNormal) == 0x000018, "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) == 0x000008, "Wrong alignment on MovementComponent_GetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintOrigin) == 0x000018, "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_UMovementComponent \ +static_assert(alignof(UMovementComponent) == 0x000008, "Wrong alignment on UMovementComponent"); \ +static_assert(sizeof(UMovementComponent) == 0x000108, "Wrong size on UMovementComponent"); \ +static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000A0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000A8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, Velocity) == 0x0000B8, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000D0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000E8, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x000103, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ + +#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) == 0x000150, "Wrong size on UNavMovementComponent"); \ +static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x000108, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000140, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, MovementState) == 0x000145, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000148, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAppendVector \ +static_assert(alignof(UMaterialExpressionAppendVector) == 0x000008, "Wrong alignment on UMaterialExpressionAppendVector"); \ +static_assert(sizeof(UMaterialExpressionAppendVector) == 0x000100, "Wrong size on UMaterialExpressionAppendVector"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, A) == 0x0000B0, "Member 'UMaterialExpressionAppendVector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, B) == 0x0000D8, "Member 'UMaterialExpressionAppendVector::B' 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) == 0x000068, "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) == 0x000020, "Member 'HUD_AddDebugText::Offset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, DesiredOffset) == 0x000038, "Member 'HUD_AddDebugText::DesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, TextColor) == 0x000050, "Member 'HUD_AddDebugText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bSkipOverwriteCheck) == 0x000054, "Member 'HUD_AddDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bAbsoluteLocation) == 0x000055, "Member 'HUD_AddDebugText::bAbsoluteLocation' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bKeepAttachedToActor) == 0x000056, "Member 'HUD_AddDebugText::bKeepAttachedToActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, InFont) == 0x000058, "Member 'HUD_AddDebugText::InFont' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, FontScale) == 0x000060, "Member 'HUD_AddDebugText::FontScale' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bDrawShadow) == 0x000064, "Member 'HUD_AddDebugText::bDrawShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_AddHitBox \ +static_assert(alignof(HUD_AddHitBox) == 0x000008, "Wrong alignment on HUD_AddHitBox"); \ +static_assert(sizeof(HUD_AddHitBox) == 0x000030, "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) == 0x000010, "Member 'HUD_AddHitBox::Size' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, InName) == 0x000020, "Member 'HUD_AddHitBox::InName' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, bConsumesInput) == 0x000028, "Member 'HUD_AddHitBox::bConsumesInput' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, Priority) == 0x00002C, "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) == 0x000048, "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) == 0x000038, "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) == 0x000098, "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) == 0x000018, "Member 'HUD_DrawMaterialTriangle::V1_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Pos) == 0x000028, "Member 'HUD_DrawMaterialTriangle::V2_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_UV) == 0x000038, "Member 'HUD_DrawMaterialTriangle::V0_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_UV) == 0x000048, "Member 'HUD_DrawMaterialTriangle::V1_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_UV) == 0x000058, "Member 'HUD_DrawMaterialTriangle::V2_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Color) == 0x000068, "Member 'HUD_DrawMaterialTriangle::V0_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Color) == 0x000078, "Member 'HUD_DrawMaterialTriangle::V1_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Color) == 0x000088, "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) == 0x000058, "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) == 0x000040, "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) == 0x000018, "Member 'HUD_GetActorsInSelectionRectangle::SecondPoint' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, OutActors) == 0x000028, "Member 'HUD_GetActorsInSelectionRectangle::OutActors' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bIncludeNonCollidingComponents) == 0x000038, "Member 'HUD_GetActorsInSelectionRectangle::bIncludeNonCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bActorMustBeFullyEnclosed) == 0x000039, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on HUD_Deproject"); \ +static_assert(sizeof(HUD_Deproject) == 0x000038, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on HUD_Project"); \ +static_assert(sizeof(HUD_Project) == 0x000038, "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, bClampToZeroPlane) == 0x000018, "Member 'HUD_Project::bClampToZeroPlane' has a wrong offset!"); \ +static_assert(offsetof(HUD_Project, ReturnValue) == 0x000020, "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) == 0x000380, "Wrong size on AHUD"); \ +static_assert(offsetof(AHUD, PlayerOwner) == 0x000290, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x00029C, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AHUD, PostRenderedActors) == 0x0002A8, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugDisplay) == 0x0002C0, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x0002D0, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ +static_assert(offsetof(AHUD, Canvas) == 0x0002E0, "Member 'AHUD::Canvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugCanvas) == 0x0002E8, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugTextList) == 0x0002F0, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000300, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x000308, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModule \ +static_assert(alignof(UParticleModule) == 0x000008, "Wrong alignment on UParticleModule"); \ +static_assert(sizeof(UParticleModule) == 0x000030, "Wrong size on UParticleModule"); \ +static_assert(offsetof(UParticleModule, LODValidity) == 0x00002A, "Member 'UParticleModule::LODValidity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUVBase \ +static_assert(alignof(UParticleModuleSubUVBase) == 0x000008, "Wrong alignment on UParticleModuleSubUVBase"); \ +static_assert(sizeof(UParticleModuleSubUVBase) == 0x000030, "Wrong size on UParticleModuleSubUVBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateBSDF) == 0x0000B0, "Wrong size on UMaterialExpressionSubstrateBSDF"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUnlitBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateUnlitBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUnlitBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUnlitBSDF) == 0x000128, "Wrong size on UMaterialExpressionSubstrateUnlitBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, EmissiveColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateUnlitBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, TransmittanceColor) == 0x0000D8, "Member 'UMaterialExpressionSubstrateUnlitBSDF::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, Normal) == 0x000100, "Member 'UMaterialExpressionSubstrateUnlitBSDF::Normal' 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_GetBlendMode \ +static_assert(alignof(MaterialInterface_GetBlendMode) == 0x000001, "Wrong alignment on MaterialInterface_GetBlendMode"); \ +static_assert(sizeof(MaterialInterface_GetBlendMode) == 0x000001, "Wrong size on MaterialInterface_GetBlendMode"); \ +static_assert(offsetof(MaterialInterface_GetBlendMode, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetNaniteOverideMaterial \ +static_assert(alignof(MaterialInterface_GetNaniteOverideMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetNaniteOverideMaterial"); \ +static_assert(sizeof(MaterialInterface_GetNaniteOverideMaterial) == 0x000008, "Wrong size on MaterialInterface_GetNaniteOverideMaterial"); \ +static_assert(offsetof(MaterialInterface_GetNaniteOverideMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetNaniteOverideMaterial::ReturnValue' 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) == 0x000028, "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) == 0x0000C8, "Wrong size on UMaterialInterface"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, SpecularProfiles) == 0x000040, "Member 'UMaterialInterface::SpecularProfiles' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, NeuralProfile) == 0x000050, "Member 'UMaterialInterface::NeuralProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000080, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000090, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x0000A0, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstance \ +static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ +static_assert(sizeof(UMaterialInstance) == 0x000270, "Wrong size on UMaterialInstance"); \ +static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x0000C8, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x0000D0, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, Parent) == 0x000110, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, NaniteOverrideMaterial) == 0x000118, "Member 'UMaterialInstance::NaniteOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x000170, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x000180, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, DoubleVectorParameterValues) == 0x000190, "Member 'UMaterialInstance::DoubleVectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x0001A0, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x0001B0, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, SparseVolumeTextureParameterValues) == 0x0001C0, "Member 'UMaterialInstance::SparseVolumeTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x0001D0, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x0001E0, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, StaticParametersRuntime) == 0x000208, "Member 'UMaterialInstance::StaticParametersRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIfThenElse \ +static_assert(alignof(UMaterialExpressionIfThenElse) == 0x000008, "Wrong alignment on UMaterialExpressionIfThenElse"); \ +static_assert(sizeof(UMaterialExpressionIfThenElse) == 0x0000E8, "Wrong size on UMaterialExpressionIfThenElse"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Then) == 0x0000B0, "Member 'UMaterialExpressionIfThenElse::Then' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Else) == 0x0000B8, "Member 'UMaterialExpressionIfThenElse::Else' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Condition) == 0x0000C0, "Member 'UMaterialExpressionIfThenElse::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ +static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ +static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ +static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x00002C, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch \ +static_assert(alignof(UMaterialExpressionPreviousFrameSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(sizeof(UMaterialExpressionPreviousFrameSwitch) == 0x000100, "Wrong size on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, CurrentFrame) == 0x0000B0, "Member 'UMaterialExpressionPreviousFrameSwitch::CurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, PreviousFrame) == 0x0000D8, "Member 'UMaterialExpressionPreviousFrameSwitch::PreviousFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintAsyncActionBase \ +static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ +static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000030, "Wrong size on UBlueprintAsyncActionBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParameter \ +static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ +static_assert(sizeof(UMaterialExpressionParameter) == 0x0000D8, "Wrong size on UMaterialExpressionParameter"); \ +static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x0000B0, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, ExpressionGUID) == 0x0000B8, "Member 'UMaterialExpressionParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, Group) == 0x0000C8, "Member 'UMaterialExpressionParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, SortPriority) == 0x0000D0, "Member 'UMaterialExpressionParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ +static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000108, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionStaticComponentMaskParameter, Input) == 0x0000D8, "Member 'UMaterialExpressionStaticComponentMaskParameter::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintFunctionLibrary \ +static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ +static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBase \ +static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ +static_assert(sizeof(UParticleModuleKillBase) == 0x000030, "Wrong size on UParticleModuleKillBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBox \ +static_assert(alignof(UParticleModuleKillBox) == 0x000008, "Wrong alignment on UParticleModuleKillBox"); \ +static_assert(sizeof(UParticleModuleKillBox) == 0x0000F8, "Wrong size on UParticleModuleKillBox"); \ +static_assert(offsetof(UParticleModuleKillBox, LowerLeftCorner) == 0x000030, "Member 'UParticleModuleKillBox::LowerLeftCorner' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleKillBox, UpperRightCorner) == 0x000090, "Member 'UParticleModuleKillBox::UpperRightCorner' has a wrong offset!"); \ + +#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_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) == 0x000030, "Wrong size on UCurveBase"); \ + +#define DUMPER7_ASSERTS_UAssetUserData \ +static_assert(alignof(UAssetUserData) == 0x000008, "Wrong alignment on UAssetUserData"); \ +static_assert(sizeof(UAssetUserData) == 0x000028, "Wrong size on UAssetUserData"); \ + +#define DUMPER7_ASSERTS_UTextureMipDataProviderFactory \ +static_assert(alignof(UTextureMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureMipDataProviderFactory"); \ +static_assert(sizeof(UTextureMipDataProviderFactory) == 0x000028, "Wrong size on UTextureMipDataProviderFactory"); \ + +#define DUMPER7_ASSERTS_AParticleEventManager \ +static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ +static_assert(sizeof(AParticleEventManager) == 0x000290, "Wrong size on AParticleEventManager"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ + +#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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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_OverrideMinLOD \ +static_assert(alignof(SkinnedMeshComponent_OverrideMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_OverrideMinLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_OverrideMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_OverrideMinLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_OverrideMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_OverrideMinLOD::InNewMinLOD' 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_SetLeaderPoseComponent \ +static_assert(alignof(SkinnedMeshComponent_SetLeaderPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetLeaderPoseComponent"); \ +static_assert(sizeof(SkinnedMeshComponent_SetLeaderPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetLeaderPoseComponent"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, NewLeaderBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::NewLeaderBoneComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::bForceUpdate' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, bInFollowerShouldTickPose) == 0x000009, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::bInFollowerShouldTickPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMeshDeformer \ +static_assert(alignof(SkinnedMeshComponent_SetMeshDeformer) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMeshDeformer"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMeshDeformer) == 0x000008, "Wrong size on SkinnedMeshComponent_SetMeshDeformer"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMeshDeformer, InMeshDeformer) == 0x000000, "Member 'SkinnedMeshComponent_SetMeshDeformer::InMeshDeformer' 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_SetSkinnedAssetAndUpdate \ +static_assert(alignof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinnedAssetAndUpdate"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkinnedAssetAndUpdate"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinnedAssetAndUpdate::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinnedAssetAndUpdate::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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on SkinnedMeshComponent_TransformFromBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000068, "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) == 0x000008, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, InRotation) == 0x000020, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutPosition) == 0x000038, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutRotation) == 0x000050, "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) == 0x000008, "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) == 0x000008, "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) == 0x000014, "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) == 0x000008, "Member 'SkinnedMeshComponent_BoneIsChildOf::ParentBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_BoneIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_FindClosestBone_K2 \ +static_assert(alignof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000008, "Wrong alignment on SkinnedMeshComponent_FindClosestBone_K2"); \ +static_assert(sizeof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000040, "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) == 0x000018, "Member 'SkinnedMeshComponent_FindClosestBone_K2::BoneLocation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, IgnoreScale) == 0x000030, "Member 'SkinnedMeshComponent_FindClosestBone_K2::IgnoreScale' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, bRequirePhysicsAsset) == 0x000034, "Member 'SkinnedMeshComponent_FindClosestBone_K2::bRequirePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, ReturnValue) == 0x000038, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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_GetBoneTransform \ +static_assert(alignof(SkinnedMeshComponent_GetBoneTransform) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetBoneTransform"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneTransform) == 0x000070, "Wrong size on SkinnedMeshComponent_GetBoneTransform"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, InBoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneTransform::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, TransformSpace) == 0x000008, "Member 'SkinnedMeshComponent_GetBoneTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetBoneTransform::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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BaseName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, ReturnValue) == 0x000010, "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_GetMeshDeformerInstance \ +static_assert(alignof(SkinnedMeshComponent_GetMeshDeformerInstance) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetMeshDeformerInstance"); \ +static_assert(sizeof(SkinnedMeshComponent_GetMeshDeformerInstance) == 0x000008, "Wrong size on SkinnedMeshComponent_GetMeshDeformerInstance"); \ +static_assert(offsetof(SkinnedMeshComponent_GetMeshDeformerInstance, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetMeshDeformerInstance::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) == 0x000010, "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) == 0x000008, "Member 'SkinnedMeshComponent_GetParentBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetPredictedLODLevel \ +static_assert(alignof(SkinnedMeshComponent_GetPredictedLODLevel) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetPredictedLODLevel"); \ +static_assert(sizeof(SkinnedMeshComponent_GetPredictedLODLevel) == 0x000004, "Wrong size on SkinnedMeshComponent_GetPredictedLODLevel"); \ +static_assert(offsetof(SkinnedMeshComponent_GetPredictedLODLevel, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetPredictedLODLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition \ +static_assert(alignof(SkinnedMeshComponent_GetRefPosePosition) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPosePosition) == 0x000020, "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) == 0x000008, "Member 'SkinnedMeshComponent_GetRefPosePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPoseTransform \ +static_assert(alignof(SkinnedMeshComponent_GetRefPoseTransform) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetRefPoseTransform"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPoseTransform) == 0x000070, "Wrong size on SkinnedMeshComponent_GetRefPoseTransform"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPoseTransform, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPoseTransform::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPoseTransform, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetRefPoseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED \ +static_assert(alignof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED) == 0x000008, "Wrong size on SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSkinnedAsset \ +static_assert(alignof(SkinnedMeshComponent_GetSkinnedAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetSkinnedAsset"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSkinnedAsset) == 0x000008, "Wrong size on SkinnedMeshComponent_GetSkinnedAsset"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSkinnedAsset, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetSkinnedAsset::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) == 0x000010, "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) == 0x000008, "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) == 0x000014, "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) == 0x000008, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutTwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutSwingAngle) == 0x00000C, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutSwingAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, ReturnValue) == 0x000010, "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) == 0x000008, "Wrong alignment on SkinnedMeshComponent_TransformToBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000068, "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) == 0x000008, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, InRotation) == 0x000020, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutPosition) == 0x000038, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutRotation) == 0x000050, "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) == 0x0008C0, "Wrong size on USkinnedMeshComponent"); \ +static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000558, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinnedAsset) == 0x000568, "Member 'USkinnedMeshComponent::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LeaderPoseComponent) == 0x000570, "Member 'USkinnedMeshComponent::LeaderPoseComponent' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x000578, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, bSetMeshDeformer) == 0x000588, "Member 'USkinnedMeshComponent::bSetMeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformer) == 0x000590, "Member 'USkinnedMeshComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformerInstanceSettings) == 0x000598, "Member 'USkinnedMeshComponent::MeshDeformerInstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformerInstances) == 0x0005A0, "Member 'USkinnedMeshComponent::MeshDeformerInstances' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x000740, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x000748, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x000750, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x00075C, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x000768, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x00079C, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x0007A4, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldOrLocalSpaceBounds) == 0x0007E8, "Member 'USkinnedMeshComponent::CachedWorldOrLocalSpaceBounds' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000820, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' 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) == 0x000010, "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) == 0x000008, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::AddPhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000008, "Wrong alignment on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000028, "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) == 0x000018, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bAccelChange) == 0x000020, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bAccelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bIncludeSelf) == 0x000021, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000008, "Wrong alignment on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000028, "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) == 0x000018, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bVelChange) == 0x000020, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bIncludeSelf) == 0x000021, "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) == 0x00000C, "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) == 0x000008, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_BreakConstraint \ +static_assert(alignof(SkeletalMeshComponent_BreakConstraint) == 0x000008, "Wrong alignment on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(sizeof(SkeletalMeshComponent_BreakConstraint) == 0x000038, "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) == 0x000018, "Member 'SkeletalMeshComponent_BreakConstraint::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, InBoneName) == 0x000030, "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) == 0x00000C, "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_GetBoneLinearVelocity \ +static_assert(alignof(SkeletalMeshComponent_GetBoneLinearVelocity) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetBoneLinearVelocity"); \ +static_assert(sizeof(SkeletalMeshComponent_GetBoneLinearVelocity) == 0x000020, "Wrong size on SkeletalMeshComponent_GetBoneLinearVelocity"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneLinearVelocity, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneLinearVelocity::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneLinearVelocity, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraintByName \ +static_assert(alignof(SkeletalMeshComponent_GetConstraintByName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetConstraintByName"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraintByName) == 0x000018, "Wrong size on SkeletalMeshComponent_GetConstraintByName"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, ConstraintName) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraintByName::ConstraintName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, bIncludesTerminated) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraintByName::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetConstraintByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraints \ +static_assert(alignof(SkeletalMeshComponent_GetConstraints) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetConstraints"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraints) == 0x000018, "Wrong size on SkeletalMeshComponent_GetConstraints"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraints, bIncludesTerminated) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraints::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraints, OutConstraints) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraints::OutConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraintsFromBody \ +static_assert(alignof(SkeletalMeshComponent_GetConstraintsFromBody) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetConstraintsFromBody"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraintsFromBody) == 0x000020, "Wrong size on SkeletalMeshComponent_GetConstraintsFromBody"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, BodyName) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::BodyName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bParentConstraints) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bParentConstraints' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bChildConstraints) == 0x000009, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bChildConstraints' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bIncludesTerminated) == 0x00000A, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, OutConstraints) == 0x000010, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::OutConstraints' 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) == 0x000014, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing1Angle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, TwistAngle) == 0x00000C, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing2Angle) == 0x000010, "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) == 0x00001C, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetFloatAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, ReturnValue) == 0x000019, "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) == 0x000018, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, ReturnValue) == 0x000015, "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) == 0x00001C, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetIntegerAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, ReturnValue) == 0x000019, "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) == 0x000018, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, ReturnValue) == 0x000015, "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) == 0x000038, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, OutValue) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, LookupType) == 0x000030, "Member 'SkeletalMeshComponent_GetStringAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, ReturnValue) == 0x000031, "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) == 0x000028, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, LookupType) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, ReturnValue) == 0x000021, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTransformAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetTransformAttribute) == 0x000010, "Wrong alignment on SkeletalMeshComponent_GetTransformAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTransformAttribute) == 0x0000E0, "Wrong size on SkeletalMeshComponent_GetTransformAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetTransformAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetTransformAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, OutValue) == 0x000070, "Member 'SkeletalMeshComponent_GetTransformAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, LookupType) == 0x0000D0, "Member 'SkeletalMeshComponent_GetTransformAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, ReturnValue) == 0x0000D1, "Member 'SkeletalMeshComponent_GetTransformAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTransformAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetTransformAttribute_Ref) == 0x000010, "Wrong alignment on SkeletalMeshComponent_GetTransformAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTransformAttribute_Ref) == 0x000080, "Wrong size on SkeletalMeshComponent_GetTransformAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, LookupType) == 0x000070, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, ReturnValue) == 0x000071, "Member 'SkeletalMeshComponent_GetTransformAttribute_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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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_SetAllBodiesBelowLinearVelocity \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity) == 0x000028, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, LinearVelocity) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, bIncludeSelf) == 0x000020, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::bIncludeSelf' 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) == 0x000010, "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) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bIncludeSelf) == 0x00000D, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, bDisabled) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::bDisabled' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, bIncludeSelf) == 0x000009, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::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) == 0x00000C, "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) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bNewSimulate' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bIncludeSelf) == 0x000009, "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_SetAllowClothActors \ +static_assert(alignof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowClothActors"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowClothActors"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowClothActors, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowClothActors::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) == 0x000014, "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) == 0x000008, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, TwistLimitAngle) == 0x00000C, "Member 'SkeletalMeshComponent_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing2LimitAngle) == 0x000010, "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) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, InAnimationMode) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimationMode::InAnimationMode' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, bForceInitAnimScriptInstance) == 0x000001, "Member 'SkeletalMeshComponent_SetAnimationMode::bForceInitAnimScriptInstance' 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) == 0x00000C, "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_SetBodySimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetBodySimulatePhysics) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodySimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetBodySimulatePhysics) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetBodySimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodySimulatePhysics, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetBodySimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodySimulatePhysics, bSimulate) == 0x000008, "Member 'SkeletalMeshComponent_SetBodySimulatePhysics::bSimulate' 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) == 0x000014, "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) == 0x000008, "Member 'SkeletalMeshComponent_SetConstraintProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, bDefaultIfNotFound) == 0x000010, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "Member 'SkeletalMeshComponent_SetMorphTarget::Value' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, bRemoveZeroWeight) == 0x00000C, "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) == 0x000010, "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) == 0x00000C, "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_SetSkeletalMeshAsset \ +static_assert(alignof(SkeletalMeshComponent_SetSkeletalMeshAsset) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetSkeletalMeshAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_SetSkeletalMeshAsset) == 0x000008, "Wrong size on SkeletalMeshComponent_SetSkeletalMeshAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_SetSkeletalMeshAsset, NewMesh) == 0x000000, "Member 'SkeletalMeshComponent_SetSkeletalMeshAsset::NewMesh' 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) == 0x000038, "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) == 0x000008, "Wrong size on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_TermBodiesBelow, ParentBoneName) == 0x000000, "Member 'SkeletalMeshComponent_TermBodiesBelow::ParentBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent \ +static_assert(alignof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent"); \ +static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent"); \ +static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent::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_GetAllowClothActors \ +static_assert(alignof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowClothActors"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowClothActors"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowClothActors, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowClothActors::ReturnValue' 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) == 0x000010, "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) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000018, "Wrong size on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalCenterOfMass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalMeshAsset \ +static_assert(alignof(SkeletalMeshComponent_GetSkeletalMeshAsset) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetSkeletalMeshAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalMeshAsset) == 0x000008, "Wrong size on SkeletalMeshComponent_GetSkeletalMeshAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalMeshAsset, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalMeshAsset::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) == 0x000008, "Wrong alignment on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000058, "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) == 0x000018, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ClosestWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Normal) == 0x000030, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Normal' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, BoneName) == 0x000048, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Distance) == 0x000050, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Distance' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ReturnValue) == 0x000054, "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) == 0x000F70, "Wrong size on USkeletalMeshComponent"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x0008C0, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x0008C8, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x0008D0, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x0008D8, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x0008E0, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x000908, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x000920, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x000958, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000978, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000988, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x000A38, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x000A3C, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x000A3D, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x000A3F, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothVelocityScale) == 0x000A4C, "Member 'USkeletalMeshComponent::ClothVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x000A54, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x000A58, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x000A5C, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bFilteredAnimCurvesIsAllowList) == 0x000A5D, "Member 'USkeletalMeshComponent::bFilteredAnimCurvesIsAllowList' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedMeshCurveMetaDataVersion) == 0x000A5E, "Member 'USkeletalMeshComponent::CachedMeshCurveMetaDataVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, FilteredAnimCurves) == 0x000A60, "Member 'USkeletalMeshComponent::FilteredAnimCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x000A70, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothMaxDistanceScale) == 0x000A7C, "Member 'USkeletalMeshComponent::ClothMaxDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x000A80, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnPlasticDeformation) == 0x000A90, "Member 'USkeletalMeshComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000AA0, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x000BA0, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x000BA4, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000C40, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000D00, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x000F60, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec \ +static_assert(alignof(UAnimBoneCompressionCodec) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec"); \ +static_assert(sizeof(UAnimBoneCompressionCodec) == 0x000038, "Wrong size on UAnimBoneCompressionCodec"); \ +static_assert(offsetof(UAnimBoneCompressionCodec, Description) == 0x000028, "Member 'UAnimBoneCompressionCodec::Description' 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_UMaterialExpressionSaturate \ +static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ +static_assert(sizeof(UMaterialExpressionSaturate) == 0x0000D8, "Wrong size on UMaterialExpressionSaturate"); \ +static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x0000B0, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureBase \ +static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ +static_assert(sizeof(UMaterialExpressionTextureBase) == 0x0000C0, "Wrong size on UMaterialExpressionTextureBase"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x0000B0, "Member 'UMaterialExpressionTextureBase::Texture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, SamplerType) == 0x0000B8, "Member 'UMaterialExpressionTextureBase::SamplerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObject \ +static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ +static_assert(sizeof(UMaterialExpressionTextureObject) == 0x0000C0, "Wrong size on UMaterialExpressionTextureObject"); \ + +#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_IsEmpty \ +static_assert(alignof(BlueprintSetLibrary_Set_IsEmpty) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_IsEmpty"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_IsEmpty) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_IsEmpty"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_IsEmpty, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_IsEmpty::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_IsEmpty, ReturnValue) == 0x000050, "Member 'BlueprintSetLibrary_Set_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_IsNotEmpty \ +static_assert(alignof(BlueprintSetLibrary_Set_IsNotEmpty) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_IsNotEmpty"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_IsNotEmpty) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_IsNotEmpty"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_IsNotEmpty, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_IsNotEmpty::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_IsNotEmpty, ReturnValue) == 0x000050, "Member 'BlueprintSetLibrary_Set_IsNotEmpty::ReturnValue' 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) == 0x000060, "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) == 0x000010, "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) == 0x000028, "Wrong size on UBlueprintSetLibrary"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationBase \ +static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ +static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDrag \ +static_assert(alignof(UParticleModuleAccelerationDrag) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDrag"); \ +static_assert(sizeof(UParticleModuleAccelerationDrag) == 0x000070, "Wrong size on UParticleModuleAccelerationDrag"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficient) == 0x000038, "Member 'UParticleModuleAccelerationDrag::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficientRaw) == 0x000040, "Member 'UParticleModuleAccelerationDrag::DragCoefficientRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSample \ +static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ +static_assert(sizeof(UMaterialExpressionTextureSample) == 0x0001B8, "Wrong size on UMaterialExpressionTextureSample"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x0000C0, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, TextureObject) == 0x0000E8, "Member 'UMaterialExpressionTextureSample::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, MipValue) == 0x000110, "Member 'UMaterialExpressionTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, CoordinatesDX) == 0x000138, "Member 'UMaterialExpressionTextureSample::CoordinatesDX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, CoordinatesDY) == 0x000160, "Member 'UMaterialExpressionTextureSample::CoordinatesDY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, AutomaticViewMipBiasValue) == 0x000188, "Member 'UMaterialExpressionTextureSample::AutomaticViewMipBiasValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, MipValueMode) == 0x0001B0, "Member 'UMaterialExpressionTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, SamplerSource) == 0x0001B1, "Member 'UMaterialExpressionTextureSample::SamplerSource' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, ConstCoordinate) == 0x0001B3, "Member 'UMaterialExpressionTextureSample::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, ConstMipValue) == 0x0001B4, "Member 'UMaterialExpressionTextureSample::ConstMipValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ParameterName) == 0x0001B8, "Member 'UMaterialExpressionTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ExpressionGUID) == 0x0001C0, "Member 'UMaterialExpressionTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, Group) == 0x0001D0, "Member 'UMaterialExpressionTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, SortPriority) == 0x0001D8, "Member 'UMaterialExpressionTextureSampleParameter::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ChannelNames) == 0x0001E0, "Member 'UMaterialExpressionTextureSampleParameter::ChannelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000220, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x0000B8, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x0000B0, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent \ +static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ +static_assert(sizeof(UMaterialExpressionArctangent) == 0x0000D8, "Wrong size on UMaterialExpressionArctangent"); \ +static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x0000B0, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UKismetNodeHelperLibrary"); \ + +#define DUMPER7_ASSERTS_UContentBundleDuplicateForPIEHelper \ +static_assert(alignof(UContentBundleDuplicateForPIEHelper) == 0x000008, "Wrong alignment on UContentBundleDuplicateForPIEHelper"); \ +static_assert(sizeof(UContentBundleDuplicateForPIEHelper) == 0x000028, "Wrong size on UContentBundleDuplicateForPIEHelper"); \ + +#define DUMPER7_ASSERTS_UStreamingSettings \ +static_assert(alignof(UStreamingSettings) == 0x000008, "Wrong alignment on UStreamingSettings"); \ +static_assert(sizeof(UStreamingSettings) == 0x000070, "Wrong size on UStreamingSettings"); \ +static_assert(offsetof(UStreamingSettings, TimeLimitExceededMultiplier) == 0x00003C, "Member 'UStreamingSettings::TimeLimitExceededMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, TimeLimitExceededMinTime) == 0x000040, "Member 'UStreamingSettings::TimeLimitExceededMinTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, MinBulkDataSizeForAsyncLoading) == 0x000044, "Member 'UStreamingSettings::MinBulkDataSizeForAsyncLoading' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, AsyncLoadingTimeLimit) == 0x00004C, "Member 'UStreamingSettings::AsyncLoadingTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, PriorityAsyncLoadingExtraTime) == 0x000050, "Member 'UStreamingSettings::PriorityAsyncLoadingExtraTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingActorsUpdateTimeLimit) == 0x000054, "Member 'UStreamingSettings::LevelStreamingActorsUpdateTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, PriorityLevelStreamingActorsUpdateExtraTime) == 0x000058, "Member 'UStreamingSettings::PriorityLevelStreamingActorsUpdateExtraTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingComponentsRegistrationGranularity) == 0x00005C, "Member 'UStreamingSettings::LevelStreamingComponentsRegistrationGranularity' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingAddPrimitiveGranularity) == 0x000060, "Member 'UStreamingSettings::LevelStreamingAddPrimitiveGranularity' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingUnregisterComponentsTimeLimit) == 0x000064, "Member 'UStreamingSettings::LevelStreamingUnregisterComponentsTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingComponentsUnregistrationGranularity) == 0x000068, "Member 'UStreamingSettings::LevelStreamingComponentsUnregistrationGranularity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicSubsystem \ +static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ +static_assert(sizeof(UDynamicSubsystem) == 0x000030, "Wrong size on UDynamicSubsystem"); \ + +#define DUMPER7_ASSERTS_UAudioEngineSubsystem \ +static_assert(alignof(UAudioEngineSubsystem) == 0x000008, "Wrong alignment on UAudioEngineSubsystem"); \ +static_assert(sizeof(UAudioEngineSubsystem) == 0x000030, "Wrong size on UAudioEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamBase \ +static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ +static_assert(sizeof(UParticleModuleBeamBase) == 0x000030, "Wrong size on UParticleModuleBeamBase"); \ + +#define DUMPER7_ASSERTS_APartitionActor \ +static_assert(alignof(APartitionActor) == 0x000008, "Wrong alignment on APartitionActor"); \ +static_assert(sizeof(APartitionActor) == 0x000290, "Wrong size on APartitionActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ +static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ +static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x000138, "Wrong size on UMaterialExpressionSmoothStep"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, min_0) == 0x0000B0, "Member 'UMaterialExpressionSmoothStep::min_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, max_0) == 0x0000D8, "Member 'UMaterialExpressionSmoothStep::max_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000100, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x000128, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x00012C, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x000130, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInterface \ +static_assert(alignof(UMaterialFunctionInterface) == 0x000008, "Wrong alignment on UMaterialFunctionInterface"); \ +static_assert(sizeof(UMaterialFunctionInterface) == 0x000040, "Wrong size on UMaterialFunctionInterface"); \ +static_assert(offsetof(UMaterialFunctionInterface, StateId) == 0x000028, "Member 'UMaterialFunctionInterface::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInterface, MaterialFunctionUsage) == 0x000038, "Member 'UMaterialFunctionInterface::MaterialFunctionUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunction \ +static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ +static_assert(sizeof(UMaterialFunction) == 0x000068, "Wrong size on UMaterialFunction"); \ +static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunction, UserExposedCaption) == 0x000050, "Member 'UMaterialFunction::UserExposedCaption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ +static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000068, "Wrong size on UMaterialFunctionMaterialLayer"); \ + +#define DUMPER7_ASSERTS_AISMPartitionActor \ +static_assert(alignof(AISMPartitionActor) == 0x000008, "Wrong alignment on AISMPartitionActor"); \ +static_assert(sizeof(AISMPartitionActor) == 0x0002A0, "Wrong size on AISMPartitionActor"); \ + +#define DUMPER7_ASSERTS_ShapeComponent_SetLineThickness \ +static_assert(alignof(ShapeComponent_SetLineThickness) == 0x000004, "Wrong alignment on ShapeComponent_SetLineThickness"); \ +static_assert(sizeof(ShapeComponent_SetLineThickness) == 0x000004, "Wrong size on ShapeComponent_SetLineThickness"); \ +static_assert(offsetof(ShapeComponent_SetLineThickness, Thickness) == 0x000000, "Member 'ShapeComponent_SetLineThickness::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShapeComponent \ +static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ +static_assert(sizeof(UShapeComponent) == 0x000540, "Wrong size on UShapeComponent"); \ +static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000518, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000520, "Member 'UShapeComponent::ShapeColor' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, AreaClassOverride) == 0x000528, "Member 'UShapeComponent::AreaClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, LineThickness) == 0x000534, "Member 'UShapeComponent::LineThickness' 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) == 0x000550, "Wrong size on USphereComponent"); \ +static_assert(offsetof(USphereComponent, SphereRadius) == 0x000540, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineSubsystem \ +static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ +static_assert(sizeof(UEngineSubsystem) == 0x000030, "Wrong size on UEngineSubsystem"); \ + +#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) == 0x0002A0, "Wrong size on AStaticMeshActor"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000290, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000298, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshPhysicsReplicationMode) == 0x000299, "Member 'AStaticMeshActor::StaticMeshPhysicsReplicationMode' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x00029A, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x0000B0, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ + +#define DUMPER7_ASSERTS_UEdGraphNode \ +static_assert(alignof(UEdGraphNode) == 0x000008, "Wrong alignment on UEdGraphNode"); \ +static_assert(sizeof(UEdGraphNode) == 0x000098, "Wrong size on UEdGraphNode"); \ +static_assert(offsetof(UEdGraphNode, DeprecatedPins) == 0x000038, "Member 'UEdGraphNode::DeprecatedPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodePosX) == 0x000048, "Member 'UEdGraphNode::NodePosX' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodePosY) == 0x00004C, "Member 'UEdGraphNode::NodePosY' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeWidth) == 0x000050, "Member 'UEdGraphNode::NodeWidth' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeHeight) == 0x000054, "Member 'UEdGraphNode::NodeHeight' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, AdvancedPinDisplay) == 0x000058, "Member 'UEdGraphNode::AdvancedPinDisplay' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, EnabledState) == 0x000059, "Member 'UEdGraphNode::EnabledState' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeComment) == 0x000060, "Member 'UEdGraphNode::NodeComment' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, ErrorType) == 0x000070, "Member 'UEdGraphNode::ErrorType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, ErrorMsg) == 0x000078, "Member 'UEdGraphNode::ErrorMsg' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeGuid) == 0x000088, "Member 'UEdGraphNode::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommandlet \ +static_assert(alignof(UCommandlet) == 0x000008, "Wrong alignment on UCommandlet"); \ +static_assert(sizeof(UCommandlet) == 0x000080, "Wrong size on UCommandlet"); \ +static_assert(offsetof(UCommandlet, HelpDescription) == 0x000028, "Member 'UCommandlet::HelpDescription' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpUsage) == 0x000038, "Member 'UCommandlet::HelpUsage' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpWebLink) == 0x000048, "Member 'UCommandlet::HelpWebLink' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpParamNames) == 0x000058, "Member 'UCommandlet::HelpParamNames' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpParamDescriptions) == 0x000068, "Member 'UCommandlet::HelpParamDescriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ +static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ +static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000158, "Wrong size on UMaterialExpressionSphereMask"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x0000B0, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x0000D8, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000100, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x000128, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000150, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000154, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSRGBColorToWorkingColorSpace \ +static_assert(alignof(UMaterialExpressionSRGBColorToWorkingColorSpace) == 0x000008, "Wrong alignment on UMaterialExpressionSRGBColorToWorkingColorSpace"); \ +static_assert(sizeof(UMaterialExpressionSRGBColorToWorkingColorSpace) == 0x0000D8, "Wrong size on UMaterialExpressionSRGBColorToWorkingColorSpace"); \ +static_assert(offsetof(UMaterialExpressionSRGBColorToWorkingColorSpace, Input) == 0x0000B0, "Member 'UMaterialExpressionSRGBColorToWorkingColorSpace::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicBlueprintBinding \ +static_assert(alignof(UDynamicBlueprintBinding) == 0x000008, "Wrong alignment on UDynamicBlueprintBinding"); \ +static_assert(sizeof(UDynamicBlueprintBinding) == 0x000028, "Wrong size on UDynamicBlueprintBinding"); \ + +#define DUMPER7_ASSERTS_UInputDelegateBinding \ +static_assert(alignof(UInputDelegateBinding) == 0x000008, "Wrong alignment on UInputDelegateBinding"); \ +static_assert(sizeof(UInputDelegateBinding) == 0x000028, "Wrong size on UInputDelegateBinding"); \ + +#define DUMPER7_ASSERTS_UInputActionDelegateBinding \ +static_assert(alignof(UInputActionDelegateBinding) == 0x000008, "Wrong alignment on UInputActionDelegateBinding"); \ +static_assert(sizeof(UInputActionDelegateBinding) == 0x000038, "Wrong size on UInputActionDelegateBinding"); \ +static_assert(offsetof(UInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveMetaData \ +static_assert(alignof(UAnimCurveMetaData) == 0x000008, "Wrong alignment on UAnimCurveMetaData"); \ +static_assert(sizeof(UAnimCurveMetaData) == 0x0000A0, "Wrong size on UAnimCurveMetaData"); \ +static_assert(offsetof(UAnimCurveMetaData, CurveMetaData) == 0x000030, "Member 'UAnimCurveMetaData::CurveMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSingleLayerWaterBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSingleLayerWaterBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSingleLayerWaterBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSingleLayerWaterBSDF) == 0x000268, "Wrong size on UMaterialExpressionSubstrateSingleLayerWaterBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Normal) == 0x000150, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, TopMaterialOpacity) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::TopMaterialOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterAlbedo) == 0x0001C8, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterExtinction) == 0x0001F0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterPhaseG) == 0x000218, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, ColorScaleBehindWater) == 0x000240, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::ColorScaleBehindWater' has a wrong offset!"); \ + +#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_GetOverridenAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection) == 0x000020, "Wrong size on SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden \ +static_assert(alignof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden"); \ +static_assert(sizeof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden) == 0x000008, "Wrong size on SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden"); \ +static_assert(offsetof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden, ReturnValue) == 0x000004, "Member 'SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000020, "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) == 0x000008, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::LightDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride \ +static_assert(alignof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride"); \ +static_assert(sizeof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride) == 0x000004, "Wrong size on SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride"); \ +static_assert(offsetof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride::AtmosphereLightIndex' 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_SetBottomRadius \ +static_assert(alignof(SkyAtmosphereComponent_SetBottomRadius) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetBottomRadius"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetBottomRadius) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetBottomRadius"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetBottomRadius, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetBottomRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetGroundAlbedo \ +static_assert(alignof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetGroundAlbedo"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetGroundAlbedo"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetGroundAlbedo::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_SetHoldout \ +static_assert(alignof(SkyAtmosphereComponent_SetHoldout) == 0x000001, "Wrong alignment on SkyAtmosphereComponent_SetHoldout"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHoldout) == 0x000001, "Wrong size on SkyAtmosphereComponent_SetHoldout"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'SkyAtmosphereComponent_SetHoldout::bNewHoldout' 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_SetRenderInMainPass \ +static_assert(alignof(SkyAtmosphereComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on SkyAtmosphereComponent_SetRenderInMainPass"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRenderInMainPass) == 0x000001, "Wrong size on SkyAtmosphereComponent_SetRenderInMainPass"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRenderInMainPass::bValue' 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) == 0x000330, "Wrong size on USkyAtmosphereComponent"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x000230, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x000234, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000238, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x00023C, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000240, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x000244, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000248, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x00024C, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x00025C, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000260, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x000264, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x000274, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000278, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000288, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x00028C, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000290, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x000294, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x0002A4, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x0002B0, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x0002C0, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x0002C4, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x0002C8, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x0002CC, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x000318, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' 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"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSimpleClearCoatBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSimpleClearCoatBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSimpleClearCoatBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSimpleClearCoatBSDF) == 0x0001C8, "Wrong size on UMaterialExpressionSubstrateSimpleClearCoatBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, DiffuseAlbedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::DiffuseAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, Roughness) == 0x000100, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, ClearCoatCoverage) == 0x000128, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::ClearCoatCoverage' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, ClearCoatRoughness) == 0x000150, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, Normal) == 0x000178, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, EmissiveColor) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::EmissiveColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ +static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ +static_assert(sizeof(UMaterialExpressionLightVector) == 0x0000B0, "Wrong size on UMaterialExpressionLightVector"); \ + +#define DUMPER7_ASSERTS_StreamableRenderAsset_SetForceMipLevelsToBeResident \ +static_assert(alignof(StreamableRenderAsset_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on StreamableRenderAsset_SetForceMipLevelsToBeResident"); \ +static_assert(sizeof(StreamableRenderAsset_SetForceMipLevelsToBeResident) == 0x000008, "Wrong size on StreamableRenderAsset_SetForceMipLevelsToBeResident"); \ +static_assert(offsetof(StreamableRenderAsset_SetForceMipLevelsToBeResident, Seconds) == 0x000000, "Member 'StreamableRenderAsset_SetForceMipLevelsToBeResident::Seconds' has a wrong offset!"); \ +static_assert(offsetof(StreamableRenderAsset_SetForceMipLevelsToBeResident, CinematicLODGroupMask) == 0x000004, "Member 'StreamableRenderAsset_SetForceMipLevelsToBeResident::CinematicLODGroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamableRenderAsset \ +static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ +static_assert(sizeof(UStreamableRenderAsset) == 0x0000C8, "Wrong size on UStreamableRenderAsset"); \ +static_assert(offsetof(UStreamableRenderAsset, ForceMipLevelsToBeResidentTimestamp) == 0x000040, "Member 'UStreamableRenderAsset::ForceMipLevelsToBeResidentTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NumCinematicMipLevels) == 0x000048, "Member 'UStreamableRenderAsset::NumCinematicMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NoRefStreamingLODBias) == 0x000050, "Member 'UStreamableRenderAsset::NoRefStreamingLODBias' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, StreamingIndex) == 0x0000B8, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch \ +static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000100, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x0000B0, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x0000D8, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHeterogeneousVolume \ +static_assert(alignof(AHeterogeneousVolume) == 0x000008, "Wrong alignment on AHeterogeneousVolume"); \ +static_assert(sizeof(AHeterogeneousVolume) == 0x000298, "Wrong size on AHeterogeneousVolume"); \ +static_assert(offsetof(AHeterogeneousVolume, HeterogeneousVolumeComponent) == 0x000290, "Member 'AHeterogeneousVolume::HeterogeneousVolumeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHairBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateHairBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHairBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHairBSDF) == 0x0001C8, "Wrong size on UMaterialExpressionSubstrateHairBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHairBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Scatter) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHairBSDF::Scatter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateHairBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateHairBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Backlit) == 0x000150, "Member 'UMaterialExpressionSubstrateHairBSDF::Backlit' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Tangent) == 0x000178, "Member 'UMaterialExpressionSubstrateHairBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, EmissiveColor) == 0x0001A0, "Member 'UMaterialExpressionSubstrateHairBSDF::EmissiveColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_AddInputVector \ +static_assert(alignof(PawnMovementComponent_AddInputVector) == 0x000008, "Wrong alignment on PawnMovementComponent_AddInputVector"); \ +static_assert(sizeof(PawnMovementComponent_AddInputVector) == 0x000020, "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) == 0x000018, "Member 'PawnMovementComponent_AddInputVector::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_ConsumeInputVector \ +static_assert(alignof(PawnMovementComponent_ConsumeInputVector) == 0x000008, "Wrong alignment on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(sizeof(PawnMovementComponent_ConsumeInputVector) == 0x000018, "Wrong size on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(offsetof(PawnMovementComponent_ConsumeInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_ConsumeInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_MulticastAsyncPhysicsStateAction \ +static_assert(alignof(PawnMovementComponent_MulticastAsyncPhysicsStateAction) == 0x000008, "Wrong alignment on PawnMovementComponent_MulticastAsyncPhysicsStateAction"); \ +static_assert(sizeof(PawnMovementComponent_MulticastAsyncPhysicsStateAction) == 0x000050, "Wrong size on PawnMovementComponent_MulticastAsyncPhysicsStateAction"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionComponent) == 0x000000, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionComponent' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, BoneName) == 0x000008, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, Timestamp) == 0x000010, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionType) == 0x000018, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionDatas) == 0x000020, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionDatas' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionPosition) == 0x000038, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_ServerAsyncPhysicsStateAction \ +static_assert(alignof(PawnMovementComponent_ServerAsyncPhysicsStateAction) == 0x000008, "Wrong alignment on PawnMovementComponent_ServerAsyncPhysicsStateAction"); \ +static_assert(sizeof(PawnMovementComponent_ServerAsyncPhysicsStateAction) == 0x000050, "Wrong size on PawnMovementComponent_ServerAsyncPhysicsStateAction"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionComponent) == 0x000000, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionComponent' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, BoneName) == 0x000008, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, Timestamp) == 0x000010, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionType) == 0x000018, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionDatas) == 0x000020, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionDatas' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionPosition) == 0x000038, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector \ +static_assert(alignof(PawnMovementComponent_GetLastInputVector) == 0x000008, "Wrong alignment on PawnMovementComponent_GetLastInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetLastInputVector) == 0x000018, "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) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetPendingInputVector) == 0x000018, "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_UPawnMovementComponent \ +static_assert(alignof(UPawnMovementComponent) == 0x000008, "Wrong alignment on UPawnMovementComponent"); \ +static_assert(sizeof(UPawnMovementComponent) == 0x000158, "Wrong size on UPawnMovementComponent"); \ +static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000150, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_AddForce \ +static_assert(alignof(CharacterMovementComponent_AddForce) == 0x000008, "Wrong alignment on CharacterMovementComponent_AddForce"); \ +static_assert(sizeof(CharacterMovementComponent_AddForce) == 0x000018, "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) == 0x000008, "Wrong alignment on CharacterMovementComponent_AddImpulse"); \ +static_assert(sizeof(CharacterMovementComponent_AddImpulse) == 0x000020, "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) == 0x000018, "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) == 0x000118, "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_SetCrouchedHalfHeight \ +static_assert(alignof(CharacterMovementComponent_SetCrouchedHalfHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetCrouchedHalfHeight"); \ +static_assert(sizeof(CharacterMovementComponent_SetCrouchedHalfHeight) == 0x000004, "Wrong size on CharacterMovementComponent_SetCrouchedHalfHeight"); \ +static_assert(offsetof(CharacterMovementComponent_SetCrouchedHalfHeight, NewValue) == 0x000000, "Member 'CharacterMovementComponent_SetCrouchedHalfHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGravityDirection \ +static_assert(alignof(CharacterMovementComponent_SetGravityDirection) == 0x000008, "Wrong alignment on CharacterMovementComponent_SetGravityDirection"); \ +static_assert(sizeof(CharacterMovementComponent_SetGravityDirection) == 0x000018, "Wrong size on CharacterMovementComponent_SetGravityDirection"); \ +static_assert(offsetof(CharacterMovementComponent_SetGravityDirection, GravityDir) == 0x000000, "Member 'CharacterMovementComponent_SetGravityDirection::GravityDir' 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_GetCrouchedHalfHeight \ +static_assert(alignof(CharacterMovementComponent_GetCrouchedHalfHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetCrouchedHalfHeight"); \ +static_assert(sizeof(CharacterMovementComponent_GetCrouchedHalfHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetCrouchedHalfHeight"); \ +static_assert(offsetof(CharacterMovementComponent_GetCrouchedHalfHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000018, "Wrong size on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetCurrentAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCurrentAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetGravityDirection \ +static_assert(alignof(CharacterMovementComponent_GetGravityDirection) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetGravityDirection"); \ +static_assert(sizeof(CharacterMovementComponent_GetGravityDirection) == 0x000018, "Wrong size on CharacterMovementComponent_GetGravityDirection"); \ +static_assert(offsetof(CharacterMovementComponent_GetGravityDirection, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetGravityDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity \ +static_assert(alignof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000018, "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) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateLocation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRequestedVelocity \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRequestedVelocity) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRequestedVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRequestedVelocity) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateRequestedVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRequestedVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRequestedVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000018, "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) == 0x000004, "Wrong size on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetValidPerchRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_HasCustomGravity \ +static_assert(alignof(CharacterMovementComponent_HasCustomGravity) == 0x000001, "Wrong alignment on CharacterMovementComponent_HasCustomGravity"); \ +static_assert(sizeof(CharacterMovementComponent_HasCustomGravity) == 0x000001, "Wrong size on CharacterMovementComponent_HasCustomGravity"); \ +static_assert(offsetof(CharacterMovementComponent_HasCustomGravity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_HasCustomGravity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable \ +static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000008, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x000100, "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) == 0x0000F8, "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) == 0x000008, "Wrong alignment on CharacterMovementComponent_K2_ComputeFloorDist"); \ +static_assert(sizeof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x000130, "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) == 0x000018, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::LineDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepDistance) == 0x00001C, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepRadius) == 0x000020, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, FloorResult) == 0x000028, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_FindFloor \ +static_assert(alignof(CharacterMovementComponent_K2_FindFloor) == 0x000008, "Wrong alignment on CharacterMovementComponent_K2_FindFloor"); \ +static_assert(sizeof(CharacterMovementComponent_K2_FindFloor) == 0x000120, "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) == 0x000018, "Member 'CharacterMovementComponent_K2_FindFloor::FloorResult' 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) == 0x000F80, "Wrong size on UCharacterMovementComponent"); \ +static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000168, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000170, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x000174, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000178, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x00017C, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x00019C, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x0001A0, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityDirection) == 0x0001A8, "Member 'UCharacterMovementComponent::GravityDirection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WorldToGravityTransform) == 0x0001C0, "Member 'UCharacterMovementComponent::WorldToGravityTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityToWorldTransform) == 0x0001E0, "Member 'UCharacterMovementComponent::GravityToWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000201, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000202, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x000203, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x000204, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x000248, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x00024C, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x000250, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x000254, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x000258, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x00025C, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x000260, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x000264, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x000268, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x00026C, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x000270, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x000274, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x000278, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x00027C, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x000280, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x000284, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x000288, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x00028C, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x000290, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x000294, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x000298, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x00029C, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x0002A0, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x0002C0, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x0002C8, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x0002CC, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x0002D0, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x0002D4, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x0002D8, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x0002DC, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x0002E0, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x0002E4, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x0002E8, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x0002EC, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x0002F0, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x0002F8, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000310, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000330, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x000348, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000360, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x000364, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000368, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000370, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x000388, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x0003A0, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x0003B0, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0003B4, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0003B8, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0003BC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0003C0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0003C4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0003C8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0003CC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0003D0, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0003D4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0003D8, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0003DC, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0003E0, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0003E4, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0003E8, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0003EC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0003F0, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x0003F4, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x0003F8, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x0003FC, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x000400, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x000408, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x000510, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x000511, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x000512, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FormerBaseVelocityDecayHalfLife) == 0x000520, "Member 'UCharacterMovementComponent::FormerBaseVelocityDecayHalfLife' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x000544, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x000548, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRequestedVelocity) == 0x000560, "Member 'UCharacterMovementComponent::LastUpdateRequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x000578, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x00057C, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x000580, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x000584, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x000588, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x000590, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x0006F0, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x0006F4, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x0006F8, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x0006FC, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000700, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x000704, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bNavMeshEnableCollisionResponse) == 0x000708, "Member 'UCharacterMovementComponent::bNavMeshEnableCollisionResponse' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bBasedMovementIgnorePhysicsBase) == 0x000709, "Member 'UCharacterMovementComponent::bBasedMovementIgnorePhysicsBase' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bStayBasedInAir) == 0x00070A, "Member 'UCharacterMovementComponent::bStayBasedInAir' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StayBasedInAirHeight) == 0x00070C, "Member 'UCharacterMovementComponent::StayBasedInAirHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x000740, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x000788, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000CD8, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x000D20, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000ED0, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000F40, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000278, "Wrong size on UMaterialInstanceConstant"); \ +static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000270, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleColor \ +static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ +static_assert(sizeof(UMaterialExpressionParticleColor) == 0x0000B0, "Wrong size on UMaterialExpressionParticleColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsVectorField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintClassSubsystem_PropertyAccess \ +static_assert(alignof(UAnimBlueprintClassSubsystem_PropertyAccess) == 0x000008, "Wrong alignment on UAnimBlueprintClassSubsystem_PropertyAccess"); \ +static_assert(sizeof(UAnimBlueprintClassSubsystem_PropertyAccess) == 0x000028, "Wrong size on UAnimBlueprintClassSubsystem_PropertyAccess"); \ + +#define DUMPER7_ASSERTS_UButtonStyleAsset \ +static_assert(alignof(UButtonStyleAsset) == 0x000010, "Wrong alignment on UButtonStyleAsset"); \ +static_assert(sizeof(UButtonStyleAsset) == 0x000420, "Wrong size on UButtonStyleAsset"); \ +static_assert(offsetof(UButtonStyleAsset, ButtonStyle) == 0x000030, "Member 'UButtonStyleAsset::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureBase \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureBase) == 0x0000B8, "Wrong size on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureBase, SparseVolumeTexture) == 0x0000B0, "Member 'UMaterialExpressionSparseVolumeTextureBase::SparseVolumeTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureSample \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSample) == 0x000138, "Wrong size on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, Coordinates) == 0x0000B8, "Member 'UMaterialExpressionSparseVolumeTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, TextureObject) == 0x0000E0, "Member 'UMaterialExpressionSparseVolumeTextureSample::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, MipLevel) == 0x000108, "Member 'UMaterialExpressionSparseVolumeTextureSample::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, SamplerSource) == 0x000130, "Member 'UMaterialExpressionSparseVolumeTextureSample::SamplerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureAllMipDataProviderFactory \ +static_assert(alignof(UTextureAllMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureAllMipDataProviderFactory"); \ +static_assert(sizeof(UTextureAllMipDataProviderFactory) == 0x000028, "Wrong size on UTextureAllMipDataProviderFactory"); \ + +#define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ +static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ +static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000298, "Wrong size on ARuntimeVirtualTextureVolume"); \ +static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000290, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ +static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x0000B0, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ + +#define DUMPER7_ASSERTS_UEngineCustomTimeStep \ +static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ +static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ + +#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_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) == 0x000030, "Wrong size on UTimecodeProvider"); \ +static_assert(offsetof(UTimecodeProvider, FrameDelay) == 0x000028, "Member 'UTimecodeProvider::FrameDelay' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on PoseableMeshComponent_GetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneLocationByName) == 0x000028, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on PoseableMeshComponent_GetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneRotationByName) == 0x000028, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on PoseableMeshComponent_GetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneScaleByName) == 0x000028, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on PoseableMeshComponent_SetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneLocationByName) == 0x000028, "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) == 0x000008, "Member 'PoseableMeshComponent_SetBoneLocationByName::InLocation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, BoneSpace) == 0x000020, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneRotationByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneRotationByName) == 0x000008, "Wrong alignment on PoseableMeshComponent_SetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneRotationByName) == 0x000028, "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) == 0x000008, "Member 'PoseableMeshComponent_SetBoneRotationByName::InRotation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, BoneSpace) == 0x000020, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneScaleByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneScaleByName) == 0x000008, "Wrong alignment on PoseableMeshComponent_SetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneScaleByName) == 0x000028, "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) == 0x000008, "Member 'PoseableMeshComponent_SetBoneScaleByName::InScale3D' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, BoneSpace) == 0x000020, "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) == 0x000080, "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) == 0x000070, "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) == 0x000A20, "Wrong size on UPoseableMeshComponent"); \ + +#define DUMPER7_ASSERTS_IActiveSoundUpdateInterface \ +static_assert(alignof(IActiveSoundUpdateInterface) == 0x000001, "Wrong alignment on IActiveSoundUpdateInterface"); \ +static_assert(sizeof(IActiveSoundUpdateInterface) == 0x000001, "Wrong size on IActiveSoundUpdateInterface"); \ + +#define DUMPER7_ASSERTS_IInterface_AsyncCompilation \ +static_assert(alignof(IInterface_AsyncCompilation) == 0x000001, "Wrong alignment on IInterface_AsyncCompilation"); \ +static_assert(sizeof(IInterface_AsyncCompilation) == 0x000001, "Wrong size on IInterface_AsyncCompilation"); \ + +#define DUMPER7_ASSERTS_UEdGraph \ +static_assert(alignof(UEdGraph) == 0x000008, "Wrong alignment on UEdGraph"); \ +static_assert(sizeof(UEdGraph) == 0x000060, "Wrong size on UEdGraph"); \ +static_assert(offsetof(UEdGraph, Schema) == 0x000028, "Member 'UEdGraph::Schema' has a wrong offset!"); \ +static_assert(offsetof(UEdGraph, Nodes) == 0x000030, "Member 'UEdGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugDrawComponent \ +static_assert(alignof(UDebugDrawComponent) == 0x000010, "Wrong alignment on UDebugDrawComponent"); \ +static_assert(sizeof(UDebugDrawComponent) == 0x000570, "Wrong size on UDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetAnimationSequence \ +static_assert(alignof(AnimationDataModel_GetAnimationSequence) == 0x000008, "Wrong alignment on AnimationDataModel_GetAnimationSequence"); \ +static_assert(sizeof(AnimationDataModel_GetAnimationSequence) == 0x000008, "Wrong size on AnimationDataModel_GetAnimationSequence"); \ +static_assert(offsetof(AnimationDataModel_GetAnimationSequence, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetAnimationSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneAnimationTracks \ +static_assert(alignof(AnimationDataModel_GetBoneAnimationTracks) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneAnimationTracks"); \ +static_assert(sizeof(AnimationDataModel_GetBoneAnimationTracks) == 0x000010, "Wrong size on AnimationDataModel_GetBoneAnimationTracks"); \ +static_assert(offsetof(AnimationDataModel_GetBoneAnimationTracks, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetBoneAnimationTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackByIndex \ +static_assert(alignof(AnimationDataModel_GetBoneTrackByIndex) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackByIndex"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackByIndex) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackByIndex"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByIndex, TrackIndex) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackByIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByIndex, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackByName \ +static_assert(alignof(AnimationDataModel_GetBoneTrackByName) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackByName"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackByName) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackByName"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByName, TrackName) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackIndex \ +static_assert(alignof(AnimationDataModel_GetBoneTrackIndex) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackIndex"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackIndex) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackIndex"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndex, Track) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndex, ReturnValue) == 0x000040, "Member 'AnimationDataModel_GetBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackIndexByName \ +static_assert(alignof(AnimationDataModel_GetBoneTrackIndexByName) == 0x000004, "Wrong alignment on AnimationDataModel_GetBoneTrackIndexByName"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackIndexByName) == 0x00000C, "Wrong size on AnimationDataModel_GetBoneTrackIndexByName"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndexByName, TrackName) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackIndexByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndexByName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackIndexByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackNames \ +static_assert(alignof(AnimationDataModel_GetBoneTrackNames) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackNames"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackNames) == 0x000010, "Wrong size on AnimationDataModel_GetBoneTrackNames"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackNames, OutNames) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetFrameRate \ +static_assert(alignof(AnimationDataModel_GetFrameRate) == 0x000004, "Wrong alignment on AnimationDataModel_GetFrameRate"); \ +static_assert(sizeof(AnimationDataModel_GetFrameRate) == 0x000008, "Wrong size on AnimationDataModel_GetFrameRate"); \ +static_assert(offsetof(AnimationDataModel_GetFrameRate, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfFloatCurves \ +static_assert(alignof(AnimationDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfFloatCurves"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfFloatCurves"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfFloatCurves, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfFloatCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfFrames \ +static_assert(alignof(AnimationDataModel_GetNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfFrames"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfFrames) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfFrames"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfKeys \ +static_assert(alignof(AnimationDataModel_GetNumberOfKeys) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfKeys"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfKeys) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfKeys"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfKeys, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfTransformCurves \ +static_assert(alignof(AnimationDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfTransformCurves"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfTransformCurves"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfTransformCurves, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfTransformCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumBoneTracks \ +static_assert(alignof(AnimationDataModel_GetNumBoneTracks) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumBoneTracks"); \ +static_assert(sizeof(AnimationDataModel_GetNumBoneTracks) == 0x000004, "Wrong size on AnimationDataModel_GetNumBoneTracks"); \ +static_assert(offsetof(AnimationDataModel_GetNumBoneTracks, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetPlayLength \ +static_assert(alignof(AnimationDataModel_GetPlayLength) == 0x000008, "Wrong alignment on AnimationDataModel_GetPlayLength"); \ +static_assert(sizeof(AnimationDataModel_GetPlayLength) == 0x000008, "Wrong size on AnimationDataModel_GetPlayLength"); \ +static_assert(offsetof(AnimationDataModel_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_IsValidBoneTrackIndex \ +static_assert(alignof(AnimationDataModel_IsValidBoneTrackIndex) == 0x000004, "Wrong alignment on AnimationDataModel_IsValidBoneTrackIndex"); \ +static_assert(sizeof(AnimationDataModel_IsValidBoneTrackIndex) == 0x000008, "Wrong size on AnimationDataModel_IsValidBoneTrackIndex"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackIndex, TrackIndex) == 0x000000, "Member 'AnimationDataModel_IsValidBoneTrackIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackIndex, ReturnValue) == 0x000004, "Member 'AnimationDataModel_IsValidBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_IsValidBoneTrackName \ +static_assert(alignof(AnimationDataModel_IsValidBoneTrackName) == 0x000004, "Wrong alignment on AnimationDataModel_IsValidBoneTrackName"); \ +static_assert(sizeof(AnimationDataModel_IsValidBoneTrackName) == 0x00000C, "Wrong size on AnimationDataModel_IsValidBoneTrackName"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackName, TrackName) == 0x000000, "Member 'AnimationDataModel_IsValidBoneTrackName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_IsValidBoneTrackName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimationDataModel \ +static_assert(alignof(IAnimationDataModel) == 0x000001, "Wrong alignment on IAnimationDataModel"); \ +static_assert(sizeof(IAnimationDataModel) == 0x000001, "Wrong size on IAnimationDataModel"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GetDefaultTriggerWeightThreshold \ +static_assert(alignof(AnimNotify_GetDefaultTriggerWeightThreshold) == 0x000004, "Wrong alignment on AnimNotify_GetDefaultTriggerWeightThreshold"); \ +static_assert(sizeof(AnimNotify_GetDefaultTriggerWeightThreshold) == 0x000004, "Wrong size on AnimNotify_GetDefaultTriggerWeightThreshold"); \ +static_assert(offsetof(AnimNotify_GetDefaultTriggerWeightThreshold, ReturnValue) == 0x000000, "Member 'AnimNotify_GetDefaultTriggerWeightThreshold::ReturnValue' 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) == 0x000048, "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, EventReference) == 0x000010, "Member 'AnimNotify_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_Received_Notify, ReturnValue) == 0x000040, "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) == 0x000038, "Wrong size on UAnimNotify"); \ + +#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_UMaterialExpressionPixelDepth \ +static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ +static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x0000B0, "Wrong size on UMaterialExpressionPixelDepth"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopyNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_CopyNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopyNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_CopyNormalizedElements) == 0x000018, "Wrong size on TypedElementCommonActions_CopyNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_CopyNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElements, ReturnValue) == 0x000010, "Member 'TypedElementCommonActions_CopyNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopyNormalizedElementsToString \ +static_assert(alignof(TypedElementCommonActions_CopyNormalizedElementsToString) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopyNormalizedElementsToString"); \ +static_assert(sizeof(TypedElementCommonActions_CopyNormalizedElementsToString) == 0x000028, "Wrong size on TypedElementCommonActions_CopyNormalizedElementsToString"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, ElementList) == 0x000000, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, OutputString) == 0x000010, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::OutputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, ReturnValue) == 0x000020, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopySelectedElements \ +static_assert(alignof(TypedElementCommonActions_CopySelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopySelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_CopySelectedElements) == 0x000010, "Wrong size on TypedElementCommonActions_CopySelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_CopySelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementCommonActions_CopySelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopySelectedElementsToString \ +static_assert(alignof(TypedElementCommonActions_CopySelectedElementsToString) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopySelectedElementsToString"); \ +static_assert(sizeof(TypedElementCommonActions_CopySelectedElementsToString) == 0x000020, "Wrong size on TypedElementCommonActions_CopySelectedElementsToString"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_CopySelectedElementsToString::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, OutputString) == 0x000008, "Member 'TypedElementCommonActions_CopySelectedElementsToString::OutputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, ReturnValue) == 0x000018, "Member 'TypedElementCommonActions_CopySelectedElementsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DeleteNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_DeleteNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DeleteNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DeleteNormalizedElements) == 0x000028, "Wrong size on TypedElementCommonActions_DeleteNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_DeleteNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_DeleteNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, InSelectionSet) == 0x000018, "Member 'TypedElementCommonActions_DeleteNormalizedElements::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, DeletionOptions) == 0x000020, "Member 'TypedElementCommonActions_DeleteNormalizedElements::DeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, ReturnValue) == 0x000023, "Member 'TypedElementCommonActions_DeleteNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DeleteSelectedElements \ +static_assert(alignof(TypedElementCommonActions_DeleteSelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DeleteSelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DeleteSelectedElements) == 0x000018, "Wrong size on TypedElementCommonActions_DeleteSelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_DeleteSelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, World) == 0x000008, "Member 'TypedElementCommonActions_DeleteSelectedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, DeletionOptions) == 0x000010, "Member 'TypedElementCommonActions_DeleteSelectedElements::DeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, ReturnValue) == 0x000013, "Member 'TypedElementCommonActions_DeleteSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DuplicateNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_DuplicateNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DuplicateNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DuplicateNormalizedElements) == 0x000040, "Wrong size on TypedElementCommonActions_DuplicateNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, LocationOffset) == 0x000018, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, ReturnValue) == 0x000030, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_DuplicateSelectedElements \ +static_assert(alignof(TypedElementCommonActions_K2_DuplicateSelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_DuplicateSelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_DuplicateSelectedElements) == 0x000038, "Wrong size on TypedElementCommonActions_K2_DuplicateSelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, World) == 0x000008, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, LocationOffset) == 0x000010, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, ReturnValue) == 0x000028, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_PasteElements \ +static_assert(alignof(TypedElementCommonActions_K2_PasteElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_PasteElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_PasteElements) == 0x000098, "Wrong size on TypedElementCommonActions_K2_PasteElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_K2_PasteElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, World) == 0x000008, "Member 'TypedElementCommonActions_K2_PasteElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, PasteOption) == 0x000010, "Member 'TypedElementCommonActions_K2_PasteElements::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, ReturnValue) == 0x000088, "Member 'TypedElementCommonActions_K2_PasteElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_PasteNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_K2_PasteNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_PasteNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_PasteNormalizedElements) == 0x0000A0, "Wrong size on TypedElementCommonActions_K2_PasteNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, PasteOption) == 0x000018, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, ReturnValue) == 0x000090, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_PasteElementsFromString \ +static_assert(alignof(TypedElementCommonActions_PasteElementsFromString) == 0x000008, "Wrong alignment on TypedElementCommonActions_PasteElementsFromString"); \ +static_assert(sizeof(TypedElementCommonActions_PasteElementsFromString) == 0x0000A8, "Wrong size on TypedElementCommonActions_PasteElementsFromString"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_PasteElementsFromString::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, World) == 0x000008, "Member 'TypedElementCommonActions_PasteElementsFromString::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, PasteOption) == 0x000010, "Member 'TypedElementCommonActions_PasteElementsFromString::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, InputString) == 0x000088, "Member 'TypedElementCommonActions_PasteElementsFromString::InputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, ReturnValue) == 0x000098, "Member 'TypedElementCommonActions_PasteElementsFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_PasteNormalizedElementsFromString \ +static_assert(alignof(TypedElementCommonActions_PasteNormalizedElementsFromString) == 0x000008, "Wrong alignment on TypedElementCommonActions_PasteNormalizedElementsFromString"); \ +static_assert(sizeof(TypedElementCommonActions_PasteNormalizedElementsFromString) == 0x0000B0, "Wrong size on TypedElementCommonActions_PasteNormalizedElementsFromString"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, ElementList) == 0x000000, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, World) == 0x000010, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, PasteOption) == 0x000018, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, InputString) == 0x000090, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::InputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, ReturnValue) == 0x0000A0, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementCommonActions \ +static_assert(alignof(UTypedElementCommonActions) == 0x000008, "Wrong alignment on UTypedElementCommonActions"); \ +static_assert(sizeof(UTypedElementCommonActions) == 0x000828, "Wrong size on UTypedElementCommonActions"); \ + +#define DUMPER7_ASSERTS_UBlueprintGeneratedClass \ +static_assert(alignof(UBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UBlueprintGeneratedClass"); \ +static_assert(sizeof(UBlueprintGeneratedClass) == 0x000360, "Wrong size on UBlueprintGeneratedClass"); \ +static_assert(offsetof(UBlueprintGeneratedClass, NumReplicatedProperties) == 0x000208, "Member 'UBlueprintGeneratedClass::NumReplicatedProperties' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, DynamicBindingObjects) == 0x000210, "Member 'UBlueprintGeneratedClass::DynamicBindingObjects' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentTemplates) == 0x000220, "Member 'UBlueprintGeneratedClass::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, Timelines) == 0x000230, "Member 'UBlueprintGeneratedClass::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentClassOverrides) == 0x000240, "Member 'UBlueprintGeneratedClass::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, FieldNotifies) == 0x000250, "Member 'UBlueprintGeneratedClass::FieldNotifies' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, SimpleConstructionScript) == 0x000268, "Member 'UBlueprintGeneratedClass::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, InheritableComponentHandler) == 0x000270, "Member 'UBlueprintGeneratedClass::InheritableComponentHandler' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFunction) == 0x000280, "Member 'UBlueprintGeneratedClass::UberGraphFunction' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedPropertyGuids) == 0x000288, "Member 'UBlueprintGeneratedClass::CookedPropertyGuids' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedComponentInstancingData) == 0x0002D8, "Member 'UBlueprintGeneratedClass::CookedComponentInstancingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetLocal \ +static_assert(alignof(UMaterialExpressionGetLocal) == 0x000008, "Wrong alignment on UMaterialExpressionGetLocal"); \ +static_assert(sizeof(UMaterialExpressionGetLocal) == 0x0000B8, "Wrong size on UMaterialExpressionGetLocal"); \ +static_assert(offsetof(UMaterialExpressionGetLocal, LocalName) == 0x0000B0, "Member 'UMaterialExpressionGetLocal::LocalName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GetDefaultTriggerWeightThreshold \ +static_assert(alignof(AnimNotifyState_GetDefaultTriggerWeightThreshold) == 0x000004, "Wrong alignment on AnimNotifyState_GetDefaultTriggerWeightThreshold"); \ +static_assert(sizeof(AnimNotifyState_GetDefaultTriggerWeightThreshold) == 0x000004, "Wrong size on AnimNotifyState_GetDefaultTriggerWeightThreshold"); \ +static_assert(offsetof(AnimNotifyState_GetDefaultTriggerWeightThreshold, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GetDefaultTriggerWeightThreshold::ReturnValue' has a wrong offset!"); \ + +#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) == 0x000050, "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, EventReference) == 0x000018, "Member 'AnimNotifyState_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, ReturnValue) == 0x000048, "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) == 0x000048, "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, EventReference) == 0x000010, "Member 'AnimNotifyState_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, ReturnValue) == 0x000040, "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) == 0x000050, "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, EventReference) == 0x000018, "Member 'AnimNotifyState_Received_NotifyTick::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyTick, ReturnValue) == 0x000048, "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_UMaterialExpressionComment \ +static_assert(alignof(UMaterialExpressionComment) == 0x000008, "Wrong alignment on UMaterialExpressionComment"); \ +static_assert(sizeof(UMaterialExpressionComment) == 0x0000E8, "Wrong size on UMaterialExpressionComment"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeX) == 0x0000B0, "Member 'UMaterialExpressionComment::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeY) == 0x0000B4, "Member 'UMaterialExpressionComment::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, Text) == 0x0000B8, "Member 'UMaterialExpressionComment::Text' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, CommentColor) == 0x0000C8, "Member 'UMaterialExpressionComment::CommentColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, FontSize) == 0x0000D8, "Member 'UMaterialExpressionComment::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, bGroupMode) == 0x0000E0, "Member 'UMaterialExpressionComment::bGroupMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelBounds \ +static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ +static_assert(sizeof(ALevelBounds) == 0x0002A0, "Wrong size on ALevelBounds"); \ +static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000290, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000298, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRerouteBase \ +static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x0000B0, "Wrong size on UMaterialExpressionRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ +static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x0000B0, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ + +#define DUMPER7_ASSERTS_SoundBase_IsAttenuationSettingsEditable \ +static_assert(alignof(SoundBase_IsAttenuationSettingsEditable) == 0x000001, "Wrong alignment on SoundBase_IsAttenuationSettingsEditable"); \ +static_assert(sizeof(SoundBase_IsAttenuationSettingsEditable) == 0x000001, "Wrong size on SoundBase_IsAttenuationSettingsEditable"); \ +static_assert(offsetof(SoundBase_IsAttenuationSettingsEditable, ReturnValue) == 0x000000, "Member 'SoundBase_IsAttenuationSettingsEditable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundBase \ +static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ +static_assert(sizeof(USoundBase) == 0x000168, "Wrong size on USoundBase"); \ +static_assert(offsetof(USoundBase, SoundClassObject) == 0x000030, "Member 'USoundBase::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, VirtualizationMode) == 0x000039, "Member 'USoundBase::VirtualizationMode' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencySet) == 0x000090, "Member 'USoundBase::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencyOverrides) == 0x0000E0, "Member 'USoundBase::ConcurrencyOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Duration) == 0x000100, "Member 'USoundBase::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, MaxDistance) == 0x000104, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, TotalSamples) == 0x000108, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Priority) == 0x00010C, "Member 'USoundBase::Priority' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000110, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000118, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000120, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000130, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, BusSends) == 0x000138, "Member 'USoundBase::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000148, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AssetUserData) == 0x000158, "Member 'USoundBase::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(AnimInstance_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on AnimInstance_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(AnimInstance_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on AnimInstance_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(AnimInstance_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'AnimInstance_BlueprintThreadSafeUpdateAnimation::DeltaTime' 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_ClearTransitionEvents \ +static_assert(alignof(AnimInstance_ClearTransitionEvents) == 0x000004, "Wrong alignment on AnimInstance_ClearTransitionEvents"); \ +static_assert(sizeof(AnimInstance_ClearTransitionEvents) == 0x000008, "Wrong size on AnimInstance_ClearTransitionEvents"); \ +static_assert(offsetof(AnimInstance_ClearTransitionEvents, EventName) == 0x000000, "Member 'AnimInstance_ClearTransitionEvents::EventName' 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) == 0x00000C, "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_GetCurveValueWithDefault \ +static_assert(alignof(AnimInstance_GetCurveValueWithDefault) == 0x000004, "Wrong alignment on AnimInstance_GetCurveValueWithDefault"); \ +static_assert(sizeof(AnimInstance_GetCurveValueWithDefault) == 0x000014, "Wrong size on AnimInstance_GetCurveValueWithDefault"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, CurveName) == 0x000000, "Member 'AnimInstance_GetCurveValueWithDefault::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, DefaultValue) == 0x000008, "Member 'AnimInstance_GetCurveValueWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, OutValue) == 0x00000C, "Member 'AnimInstance_GetCurveValueWithDefault::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, ReturnValue) == 0x000010, "Member 'AnimInstance_GetCurveValueWithDefault::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) == 0x000010, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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_PlayWithBlendIn \ +static_assert(alignof(AnimInstance_Montage_PlayWithBlendIn) == 0x000008, "Wrong alignment on AnimInstance_Montage_PlayWithBlendIn"); \ +static_assert(sizeof(AnimInstance_Montage_PlayWithBlendIn) == 0x000030, "Wrong size on AnimInstance_Montage_PlayWithBlendIn"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_PlayWithBlendIn::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, BlendIn) == 0x000008, "Member 'AnimInstance_Montage_PlayWithBlendIn::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, InPlayRate) == 0x000018, "Member 'AnimInstance_Montage_PlayWithBlendIn::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, ReturnValueType) == 0x00001C, "Member 'AnimInstance_Montage_PlayWithBlendIn::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, InTimeToStartMontageAt) == 0x000020, "Member 'AnimInstance_Montage_PlayWithBlendIn::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, bStopAllMontages) == 0x000024, "Member 'AnimInstance_Montage_PlayWithBlendIn::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, ReturnValue) == 0x000028, "Member 'AnimInstance_Montage_PlayWithBlendIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_PlayWithBlendSettings \ +static_assert(alignof(AnimInstance_Montage_PlayWithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_Montage_PlayWithBlendSettings"); \ +static_assert(sizeof(AnimInstance_Montage_PlayWithBlendSettings) == 0x000040, "Wrong size on AnimInstance_Montage_PlayWithBlendSettings"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_PlayWithBlendSettings::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, BlendInSettings) == 0x000008, "Member 'AnimInstance_Montage_PlayWithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, InPlayRate) == 0x000028, "Member 'AnimInstance_Montage_PlayWithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, ReturnValueType) == 0x00002C, "Member 'AnimInstance_Montage_PlayWithBlendSettings::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, InTimeToStartMontageAt) == 0x000030, "Member 'AnimInstance_Montage_PlayWithBlendSettings::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, bStopAllMontages) == 0x000034, "Member 'AnimInstance_Montage_PlayWithBlendSettings::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, ReturnValue) == 0x000038, "Member 'AnimInstance_Montage_PlayWithBlendSettings::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) == 0x000018, "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) == 0x000008, "Member 'AnimInstance_Montage_SetNextSection::NextSection' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, Montage) == 0x000010, "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) == 0x00000C, "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_Montage_StopWithBlendOut \ +static_assert(alignof(AnimInstance_Montage_StopWithBlendOut) == 0x000008, "Wrong alignment on AnimInstance_Montage_StopWithBlendOut"); \ +static_assert(sizeof(AnimInstance_Montage_StopWithBlendOut) == 0x000018, "Wrong size on AnimInstance_Montage_StopWithBlendOut"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendOut, BlendOut) == 0x000000, "Member 'AnimInstance_Montage_StopWithBlendOut::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendOut, Montage) == 0x000010, "Member 'AnimInstance_Montage_StopWithBlendOut::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_StopWithBlendSettings \ +static_assert(alignof(AnimInstance_Montage_StopWithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_Montage_StopWithBlendSettings"); \ +static_assert(sizeof(AnimInstance_Montage_StopWithBlendSettings) == 0x000028, "Wrong size on AnimInstance_Montage_StopWithBlendSettings"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendSettings, BlendOutSettings) == 0x000000, "Member 'AnimInstance_Montage_StopWithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendSettings, Montage) == 0x000020, "Member 'AnimInstance_Montage_StopWithBlendSettings::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_MontageSync_Follow \ +static_assert(alignof(AnimInstance_MontageSync_Follow) == 0x000008, "Wrong alignment on AnimInstance_MontageSync_Follow"); \ +static_assert(sizeof(AnimInstance_MontageSync_Follow) == 0x000018, "Wrong size on AnimInstance_MontageSync_Follow"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, MontageFollower) == 0x000000, "Member 'AnimInstance_MontageSync_Follow::MontageFollower' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, OtherAnimInstance) == 0x000008, "Member 'AnimInstance_MontageSync_Follow::OtherAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, MontageLeader) == 0x000010, "Member 'AnimInstance_MontageSync_Follow::MontageLeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_MontageSync_StopFollowing \ +static_assert(alignof(AnimInstance_MontageSync_StopFollowing) == 0x000008, "Wrong alignment on AnimInstance_MontageSync_StopFollowing"); \ +static_assert(sizeof(AnimInstance_MontageSync_StopFollowing) == 0x000008, "Wrong size on AnimInstance_MontageSync_StopFollowing"); \ +static_assert(offsetof(AnimInstance_MontageSync_StopFollowing, MontageFollower) == 0x000000, "Member 'AnimInstance_MontageSync_StopFollowing::MontageFollower' 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) == 0x000030, "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) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTime) == 0x000014, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InPlayRate) == 0x000018, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, LoopCount) == 0x00001C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTriggerTime) == 0x000020, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InTimeToStartMontageAt) == 0x000024, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, ReturnValue) == 0x000028, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs) == 0x000048, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendIn) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendOut) == 0x000020, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, InPlayRate) == 0x000030, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, LoopCount) == 0x000034, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendOutTriggerTime) == 0x000038, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, InTimeToStartMontageAt) == 0x00003C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, ReturnValue) == 0x000040, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000068, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendInSettings) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutSettings) == 0x000030, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, InPlayRate) == 0x000050, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, LoopCount) == 0x000054, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutTriggerTime) == 0x000058, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, InTimeToStartMontageAt) == 0x00005C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, ReturnValue) == 0x000060, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_QueryAndMarkTransitionEvent \ +static_assert(alignof(AnimInstance_QueryAndMarkTransitionEvent) == 0x000004, "Wrong alignment on AnimInstance_QueryAndMarkTransitionEvent"); \ +static_assert(sizeof(AnimInstance_QueryAndMarkTransitionEvent) == 0x000014, "Wrong size on AnimInstance_QueryAndMarkTransitionEvent"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, MachineIndex) == 0x000000, "Member 'AnimInstance_QueryAndMarkTransitionEvent::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, TransitionIndex) == 0x000004, "Member 'AnimInstance_QueryAndMarkTransitionEvent::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, EventName) == 0x000008, "Member 'AnimInstance_QueryAndMarkTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, ReturnValue) == 0x000010, "Member 'AnimInstance_QueryAndMarkTransitionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_QueryTransitionEvent \ +static_assert(alignof(AnimInstance_QueryTransitionEvent) == 0x000004, "Wrong alignment on AnimInstance_QueryTransitionEvent"); \ +static_assert(sizeof(AnimInstance_QueryTransitionEvent) == 0x000014, "Wrong size on AnimInstance_QueryTransitionEvent"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, MachineIndex) == 0x000000, "Member 'AnimInstance_QueryTransitionEvent::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, TransitionIndex) == 0x000004, "Member 'AnimInstance_QueryTransitionEvent::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, EventName) == 0x000008, "Member 'AnimInstance_QueryTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, ReturnValue) == 0x000010, "Member 'AnimInstance_QueryTransitionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RemovePoseSnapshot \ +static_assert(alignof(AnimInstance_RemovePoseSnapshot) == 0x000004, "Wrong alignment on AnimInstance_RemovePoseSnapshot"); \ +static_assert(sizeof(AnimInstance_RemovePoseSnapshot) == 0x000008, "Wrong size on AnimInstance_RemovePoseSnapshot"); \ +static_assert(offsetof(AnimInstance_RemovePoseSnapshot, SnapshotName) == 0x000000, "Member 'AnimInstance_RemovePoseSnapshot::SnapshotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RequestSlotGroupInertialization \ +static_assert(alignof(AnimInstance_RequestSlotGroupInertialization) == 0x000008, "Wrong alignment on AnimInstance_RequestSlotGroupInertialization"); \ +static_assert(sizeof(AnimInstance_RequestSlotGroupInertialization) == 0x000018, "Wrong size on AnimInstance_RequestSlotGroupInertialization"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, InSlotGroupName) == 0x000000, "Member 'AnimInstance_RequestSlotGroupInertialization::InSlotGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, Duration) == 0x000008, "Member 'AnimInstance_RequestSlotGroupInertialization::Duration' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, BlendProfile) == 0x000010, "Member 'AnimInstance_RequestSlotGroupInertialization::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RequestTransitionEvent \ +static_assert(alignof(AnimInstance_RequestTransitionEvent) == 0x000008, "Wrong alignment on AnimInstance_RequestTransitionEvent"); \ +static_assert(sizeof(AnimInstance_RequestTransitionEvent) == 0x000018, "Wrong size on AnimInstance_RequestTransitionEvent"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, EventName) == 0x000000, "Member 'AnimInstance_RequestTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, RequestTimeout) == 0x000008, "Member 'AnimInstance_RequestTransitionEvent::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, QueueMode) == 0x000010, "Member 'AnimInstance_RequestTransitionEvent::QueueMode' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, OverwriteMode) == 0x000011, "Member 'AnimInstance_RequestTransitionEvent::OverwriteMode' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, ReturnValue) == 0x000012, "Member 'AnimInstance_RequestTransitionEvent::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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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_SetUseMainInstanceMontageEvaluationData \ +static_assert(alignof(AnimInstance_SetUseMainInstanceMontageEvaluationData) == 0x000001, "Wrong alignment on AnimInstance_SetUseMainInstanceMontageEvaluationData"); \ +static_assert(sizeof(AnimInstance_SetUseMainInstanceMontageEvaluationData) == 0x000001, "Wrong size on AnimInstance_SetUseMainInstanceMontageEvaluationData"); \ +static_assert(offsetof(AnimInstance_SetUseMainInstanceMontageEvaluationData, bSet) == 0x000000, "Member 'AnimInstance_SetUseMainInstanceMontageEvaluationData::bSet' 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) == 0x000038, "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) == 0x00000C, "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_WasAnimNotifyNameTriggeredInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState) == 0x00000C, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState, NotifyName) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInAnyState::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyNameTriggeredInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState) == 0x000014, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, NotifyName) == 0x000008, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyNameTriggeredInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, NotifyName) == 0x000004, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, ReturnValue) == 0x00000C, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInAnyState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInAnyState) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInAnyState, AnimNotifyStateType) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInAnyState::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInSourceState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInSourceState) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, AnimNotifyStateType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInStateMachine) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInStateMachine) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, AnimNotifyStateType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInAnyState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInAnyState) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInAnyState, AnimNotifyType) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInAnyState::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInSourceState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInSourceState) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, AnimNotifyType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInStateMachine) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInStateMachine) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, AnimNotifyType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Blueprint_GetMainAnimInstance \ +static_assert(alignof(AnimInstance_Blueprint_GetMainAnimInstance) == 0x000008, "Wrong alignment on AnimInstance_Blueprint_GetMainAnimInstance"); \ +static_assert(sizeof(AnimInstance_Blueprint_GetMainAnimInstance) == 0x000008, "Wrong size on AnimInstance_Blueprint_GetMainAnimInstance"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetMainAnimInstance, ReturnValue) == 0x000000, "Member 'AnimInstance_Blueprint_GetMainAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Blueprint_GetSlotMontageLocalWeight \ +static_assert(alignof(AnimInstance_Blueprint_GetSlotMontageLocalWeight) == 0x000004, "Wrong alignment on AnimInstance_Blueprint_GetSlotMontageLocalWeight"); \ +static_assert(sizeof(AnimInstance_Blueprint_GetSlotMontageLocalWeight) == 0x00000C, "Wrong size on AnimInstance_Blueprint_GetSlotMontageLocalWeight"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetSlotMontageLocalWeight, SlotNodeName) == 0x000000, "Member 'AnimInstance_Blueprint_GetSlotMontageLocalWeight::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetSlotMontageLocalWeight, ReturnValue) == 0x000008, "Member 'AnimInstance_Blueprint_GetSlotMontageLocalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_CalculateDirection \ +static_assert(alignof(AnimInstance_CalculateDirection) == 0x000008, "Wrong alignment on AnimInstance_CalculateDirection"); \ +static_assert(sizeof(AnimInstance_CalculateDirection) == 0x000038, "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) == 0x000018, "Member 'AnimInstance_CalculateDirection::BaseRotation' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, ReturnValue) == 0x000030, "Member 'AnimInstance_CalculateDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_DynamicMontage_IsPlayingFrom \ +static_assert(alignof(AnimInstance_DynamicMontage_IsPlayingFrom) == 0x000008, "Wrong alignment on AnimInstance_DynamicMontage_IsPlayingFrom"); \ +static_assert(sizeof(AnimInstance_DynamicMontage_IsPlayingFrom) == 0x000010, "Wrong size on AnimInstance_DynamicMontage_IsPlayingFrom"); \ +static_assert(offsetof(AnimInstance_DynamicMontage_IsPlayingFrom, Animation) == 0x000000, "Member 'AnimInstance_DynamicMontage_IsPlayingFrom::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_DynamicMontage_IsPlayingFrom, ReturnValue) == 0x000008, "Member 'AnimInstance_DynamicMontage_IsPlayingFrom::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) == 0x00000C, "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) == 0x000008, "Member 'AnimInstance_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetDeltaSeconds \ +static_assert(alignof(AnimInstance_GetDeltaSeconds) == 0x000004, "Wrong alignment on AnimInstance_GetDeltaSeconds"); \ +static_assert(sizeof(AnimInstance_GetDeltaSeconds) == 0x000004, "Wrong size on AnimInstance_GetDeltaSeconds"); \ +static_assert(offsetof(AnimInstance_GetDeltaSeconds, ReturnValue) == 0x000000, "Member 'AnimInstance_GetDeltaSeconds::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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000018, "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, bCheckForChildClass) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::bCheckForChildClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000010, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, ReturnValue) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x00001C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'AnimInstance_GetTimeToClosestMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, OutMarkerTime) == 0x000010, "Member 'AnimInstance_GetTimeToClosestMarker::OutMarkerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, ReturnValue) == 0x000014, "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) == 0x000014, "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) == 0x000008, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, ReturnValue) == 0x000010, "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) == 0x000010, "Member 'AnimInstance_IsPlayingSlotAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsSlotActive \ +static_assert(alignof(AnimInstance_IsSlotActive) == 0x000004, "Wrong alignment on AnimInstance_IsSlotActive"); \ +static_assert(sizeof(AnimInstance_IsSlotActive) == 0x00000C, "Wrong size on AnimInstance_IsSlotActive"); \ +static_assert(offsetof(AnimInstance_IsSlotActive, SlotNodeName) == 0x000000, "Member 'AnimInstance_IsSlotActive::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSlotActive, ReturnValue) == 0x000008, "Member 'AnimInstance_IsSlotActive::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) == 0x00001C, "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) == 0x000008, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::PreviousMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, NextMarker) == 0x000010, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::NextMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, bRespectMarkerOrder) == 0x000018, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::bRespectMarkerOrder' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, ReturnValue) == 0x000019, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsUsingMainInstanceMontageEvaluationData \ +static_assert(alignof(AnimInstance_IsUsingMainInstanceMontageEvaluationData) == 0x000001, "Wrong alignment on AnimInstance_IsUsingMainInstanceMontageEvaluationData"); \ +static_assert(sizeof(AnimInstance_IsUsingMainInstanceMontageEvaluationData) == 0x000001, "Wrong size on AnimInstance_IsUsingMainInstanceMontageEvaluationData"); \ +static_assert(offsetof(AnimInstance_IsUsingMainInstanceMontageEvaluationData, ReturnValue) == 0x000000, "Member 'AnimInstance_IsUsingMainInstanceMontageEvaluationData::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) == 0x000010, "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_GetEffectivePlayRate \ +static_assert(alignof(AnimInstance_Montage_GetEffectivePlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetEffectivePlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_GetEffectivePlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_GetEffectivePlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_GetEffectivePlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetEffectivePlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetEffectivePlayRate, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetEffectivePlayRate::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) == 0x000370, "Wrong size on UAnimInstance"); \ +static_assert(offsetof(UAnimInstance, CurrentSkeleton) == 0x000028, "Member 'UAnimInstance::CurrentSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, RootMotionMode) == 0x000030, "Member 'UAnimInstance::RootMotionMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendingOut) == 0x000038, "Member 'UAnimInstance::OnMontageBlendingOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendedIn) == 0x000048, "Member 'UAnimInstance::OnMontageBlendedIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageStarted) == 0x000058, "Member 'UAnimInstance::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageEnded) == 0x000068, "Member 'UAnimInstance::OnMontageEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnAllMontageInstancesEnded) == 0x000078, "Member 'UAnimInstance::OnAllMontageInstancesEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, NotifyQueue) == 0x000170, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x0001E0, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyEventReference) == 0x0001F0, "Member 'UAnimInstance::ActiveAnimNotifyEventReference' 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_SetCastRaytracedShadows \ +static_assert(alignof(LightComponentBase_SetCastRaytracedShadows) == 0x000001, "Wrong alignment on LightComponentBase_SetCastRaytracedShadows"); \ +static_assert(sizeof(LightComponentBase_SetCastRaytracedShadows) == 0x000001, "Wrong size on LightComponentBase_SetCastRaytracedShadows"); \ +static_assert(offsetof(LightComponentBase_SetCastRaytracedShadows, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastRaytracedShadows::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) == 0x000270, "Wrong size on ULightComponentBase"); \ +static_assert(offsetof(ULightComponentBase, LightGuid) == 0x000230, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Brightness) == 0x000240, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Intensity) == 0x000244, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightColor) == 0x000248, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, CastRaytracedShadow) == 0x000250, "Member 'ULightComponentBase::CastRaytracedShadow' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000258, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x00025C, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000260, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000264, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCore \ +static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ +static_assert(sizeof(UBlueprintCore) == 0x000050, "Wrong size on UBlueprintCore"); \ +static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000028, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000030, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000038, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x00003C, "Member 'UBlueprintCore::BlueprintGuid' 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_UMaterialExpressionArctangent2 \ +static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ +static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000100, "Wrong size on UMaterialExpressionArctangent2"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x0000B0, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x0000D8, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch \ +static_assert(alignof(UMaterialExpressionQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionQualitySwitch) == 0x000178, "Wrong size on UMaterialExpressionQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionQualitySwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionQualitySwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKillZVolume \ +static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ +static_assert(sizeof(AKillZVolume) == 0x0002D8, "Wrong size on AKillZVolume"); \ + +#define DUMPER7_ASSERTS_Texture_AreDownscalePropertiesEditable \ +static_assert(alignof(Texture_AreDownscalePropertiesEditable) == 0x000001, "Wrong alignment on Texture_AreDownscalePropertiesEditable"); \ +static_assert(sizeof(Texture_AreDownscalePropertiesEditable) == 0x000001, "Wrong size on Texture_AreDownscalePropertiesEditable"); \ +static_assert(offsetof(Texture_AreDownscalePropertiesEditable, ReturnValue) == 0x000000, "Member 'Texture_AreDownscalePropertiesEditable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetMemorySize \ +static_assert(alignof(Texture_Blueprint_GetMemorySize) == 0x000008, "Wrong alignment on Texture_Blueprint_GetMemorySize"); \ +static_assert(sizeof(Texture_Blueprint_GetMemorySize) == 0x000008, "Wrong size on Texture_Blueprint_GetMemorySize"); \ +static_assert(offsetof(Texture_Blueprint_GetMemorySize, ReturnValue) == 0x000000, "Member 'Texture_Blueprint_GetMemorySize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetTextureSourceDiskAndMemorySize \ +static_assert(alignof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize) == 0x000008, "Wrong alignment on Texture_Blueprint_GetTextureSourceDiskAndMemorySize"); \ +static_assert(sizeof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize) == 0x000010, "Wrong size on Texture_Blueprint_GetTextureSourceDiskAndMemorySize"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize, OutDiskSize) == 0x000000, "Member 'Texture_Blueprint_GetTextureSourceDiskAndMemorySize::OutDiskSize' has a wrong offset!"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize, OutMemorySize) == 0x000008, "Member 'Texture_Blueprint_GetTextureSourceDiskAndMemorySize::OutMemorySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_ComputeTextureSourceChannelMinMax \ +static_assert(alignof(Texture_ComputeTextureSourceChannelMinMax) == 0x000004, "Wrong alignment on Texture_ComputeTextureSourceChannelMinMax"); \ +static_assert(sizeof(Texture_ComputeTextureSourceChannelMinMax) == 0x000024, "Wrong size on Texture_ComputeTextureSourceChannelMinMax"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, OutColorMin) == 0x000000, "Member 'Texture_ComputeTextureSourceChannelMinMax::OutColorMin' has a wrong offset!"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, OutColorMax) == 0x000010, "Member 'Texture_ComputeTextureSourceChannelMinMax::OutColorMax' has a wrong offset!"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, ReturnValue) == 0x000020, "Member 'Texture_ComputeTextureSourceChannelMinMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture \ +static_assert(alignof(UTexture) == 0x000008, "Wrong alignment on UTexture"); \ +static_assert(sizeof(UTexture) == 0x000130, "Wrong size on UTexture"); \ +static_assert(offsetof(UTexture, LightingGuid) == 0x0000D8, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LevelIndex) == 0x0000E8, "Member 'UTexture::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODBias) == 0x0000EC, "Member 'UTexture::LODBias' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CompressionSettings) == 0x0000F0, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Filter) == 0x0000F1, "Member 'UTexture::Filter' has a wrong offset!"); \ +static_assert(offsetof(UTexture, MipLoadOptions) == 0x0000F2, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CookPlatformTilingSettings) == 0x0000F3, "Member 'UTexture::CookPlatformTilingSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, bOodlePreserveExtremes) == 0x0000F4, "Member 'UTexture::bOodlePreserveExtremes' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODGroup) == 0x0000F5, "Member 'UTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Downscale) == 0x0000F8, "Member 'UTexture::Downscale' has a wrong offset!"); \ +static_assert(offsetof(UTexture, DownscaleOptions) == 0x0000FC, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Availability) == 0x0000FD, "Member 'UTexture::Availability' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AssetUserData) == 0x000100, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate \ +static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x000138, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x0000B0, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, B) == 0x0000D8, "Member 'UMaterialExpressionInverseLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000100, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x000128, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x00012C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x000130, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x000134, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementIdMapTransactor \ +static_assert(alignof(USMInstanceElementIdMapTransactor) == 0x000008, "Wrong alignment on USMInstanceElementIdMapTransactor"); \ +static_assert(sizeof(USMInstanceElementIdMapTransactor) == 0x000028, "Wrong size on USMInstanceElementIdMapTransactor"); \ + +#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) == 0x0009B0, "Wrong size on ACameraActor"); \ +static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000290, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, CameraComponent) == 0x000298, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, SceneComponent) == 0x0002A0, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, AspectRatio) == 0x0002AC, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, FOVAngle) == 0x0002B0, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x0002B4, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x0002C0, "Member 'ACameraActor::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ +static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ +static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x0000B0, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ + +#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) == 0x000810, "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_SetAspectRatioAxisConstraint \ +static_assert(alignof(CameraComponent_SetAspectRatioAxisConstraint) == 0x000001, "Wrong alignment on CameraComponent_SetAspectRatioAxisConstraint"); \ +static_assert(sizeof(CameraComponent_SetAspectRatioAxisConstraint) == 0x000001, "Wrong size on CameraComponent_SetAspectRatioAxisConstraint"); \ +static_assert(offsetof(CameraComponent_SetAspectRatioAxisConstraint, InAspectRatioAxisConstraint) == 0x000000, "Member 'CameraComponent_SetAspectRatioAxisConstraint::InAspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAutoCalculateOrthoPlanes \ +static_assert(alignof(CameraComponent_SetAutoCalculateOrthoPlanes) == 0x000001, "Wrong alignment on CameraComponent_SetAutoCalculateOrthoPlanes"); \ +static_assert(sizeof(CameraComponent_SetAutoCalculateOrthoPlanes) == 0x000001, "Wrong size on CameraComponent_SetAutoCalculateOrthoPlanes"); \ +static_assert(offsetof(CameraComponent_SetAutoCalculateOrthoPlanes, bAutoCalculate) == 0x000000, "Member 'CameraComponent_SetAutoCalculateOrthoPlanes::bAutoCalculate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAutoPlaneShift \ +static_assert(alignof(CameraComponent_SetAutoPlaneShift) == 0x000004, "Wrong alignment on CameraComponent_SetAutoPlaneShift"); \ +static_assert(sizeof(CameraComponent_SetAutoPlaneShift) == 0x000004, "Wrong size on CameraComponent_SetAutoPlaneShift"); \ +static_assert(offsetof(CameraComponent_SetAutoPlaneShift, InAutoPlaneShift) == 0x000000, "Member 'CameraComponent_SetAutoPlaneShift::InAutoPlaneShift' 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_SetUpdateOrthoPlanes \ +static_assert(alignof(CameraComponent_SetUpdateOrthoPlanes) == 0x000001, "Wrong alignment on CameraComponent_SetUpdateOrthoPlanes"); \ +static_assert(sizeof(CameraComponent_SetUpdateOrthoPlanes) == 0x000001, "Wrong size on CameraComponent_SetUpdateOrthoPlanes"); \ +static_assert(offsetof(CameraComponent_SetUpdateOrthoPlanes, bInUpdateOrthoPlanes) == 0x000000, "Member 'CameraComponent_SetUpdateOrthoPlanes::bInUpdateOrthoPlanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseCameraHeightAsViewTarget \ +static_assert(alignof(CameraComponent_SetUseCameraHeightAsViewTarget) == 0x000001, "Wrong alignment on CameraComponent_SetUseCameraHeightAsViewTarget"); \ +static_assert(sizeof(CameraComponent_SetUseCameraHeightAsViewTarget) == 0x000001, "Wrong size on CameraComponent_SetUseCameraHeightAsViewTarget"); \ +static_assert(offsetof(CameraComponent_SetUseCameraHeightAsViewTarget, bInUseCameraHeightAsViewTarget) == 0x000000, "Member 'CameraComponent_SetUseCameraHeightAsViewTarget::bInUseCameraHeightAsViewTarget' 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) == 0x0009E0, "Wrong size on UCameraComponent"); \ +static_assert(offsetof(UCameraComponent, FieldOfView) == 0x000230, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x000234, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bAutoCalculateOrthoPlanes) == 0x000238, "Member 'UCameraComponent::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AutoPlaneShift) == 0x00023C, "Member 'UCameraComponent::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000240, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000244, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bUpdateOrthoPlanes) == 0x000248, "Member 'UCameraComponent::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bUseCameraHeightAsViewTarget) == 0x000249, "Member 'UCameraComponent::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatio) == 0x00024C, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatioAxisConstraint) == 0x000250, "Member 'UCameraComponent::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x000252, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x0002C0, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x0002F0, "Member 'UCameraComponent::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_SetSoundAssetCompressionType \ +static_assert(alignof(SoundWave_SetSoundAssetCompressionType) == 0x000001, "Wrong alignment on SoundWave_SetSoundAssetCompressionType"); \ +static_assert(sizeof(SoundWave_SetSoundAssetCompressionType) == 0x000002, "Wrong size on SoundWave_SetSoundAssetCompressionType"); \ +static_assert(offsetof(SoundWave_SetSoundAssetCompressionType, InSoundAssetCompressionType) == 0x000000, "Member 'SoundWave_SetSoundAssetCompressionType::InSoundAssetCompressionType' has a wrong offset!"); \ +static_assert(offsetof(SoundWave_SetSoundAssetCompressionType, bMarkDirty) == 0x000001, "Member 'SoundWave_SetSoundAssetCompressionType::bMarkDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetCuePoints \ +static_assert(alignof(SoundWave_GetCuePoints) == 0x000008, "Wrong alignment on SoundWave_GetCuePoints"); \ +static_assert(sizeof(SoundWave_GetCuePoints) == 0x000010, "Wrong size on SoundWave_GetCuePoints"); \ +static_assert(offsetof(SoundWave_GetCuePoints, ReturnValue) == 0x000000, "Member 'SoundWave_GetCuePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetLoopRegions \ +static_assert(alignof(SoundWave_GetLoopRegions) == 0x000008, "Wrong alignment on SoundWave_GetLoopRegions"); \ +static_assert(sizeof(SoundWave_GetLoopRegions) == 0x000010, "Wrong size on SoundWave_GetLoopRegions"); \ +static_assert(offsetof(SoundWave_GetLoopRegions, ReturnValue) == 0x000000, "Member 'SoundWave_GetLoopRegions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetSoundAssetCompressionType \ +static_assert(alignof(SoundWave_GetSoundAssetCompressionType) == 0x000001, "Wrong alignment on SoundWave_GetSoundAssetCompressionType"); \ +static_assert(sizeof(SoundWave_GetSoundAssetCompressionType) == 0x000001, "Wrong size on SoundWave_GetSoundAssetCompressionType"); \ +static_assert(offsetof(SoundWave_GetSoundAssetCompressionType, ReturnValue) == 0x000000, "Member 'SoundWave_GetSoundAssetCompressionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWave \ +static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ +static_assert(sizeof(USoundWave) == 0x000420, "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, SoundAssetCompressionType) == 0x000184, "Member 'USoundWave::SoundAssetCompressionType' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, ModulationSettings) == 0x0001A0, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x000308, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x000318, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x000328, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InitialChunkSize) == 0x000338, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, LoadingBehavior) == 0x00037E, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SpokenText) == 0x000380, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000390, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Volume) == 0x000394, "Member 'USoundWave::Volume' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Pitch) == 0x000398, "Member 'USoundWave::Pitch' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, NumChannels) == 0x00039C, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRate) == 0x0003A0, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Subtitles) == 0x0003B0, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Curves) == 0x0003C0, "Member 'USoundWave::Curves' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InternalCurves) == 0x0003C8, "Member 'USoundWave::InternalCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWaveProcedural \ +static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ +static_assert(sizeof(USoundWaveProcedural) == 0x000470, "Wrong size on USoundWaveProcedural"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch \ +static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ +static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000100, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x0000B0, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x0000D8, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundEffectPreset \ +static_assert(alignof(USoundEffectPreset) == 0x000008, "Wrong alignment on USoundEffectPreset"); \ +static_assert(sizeof(USoundEffectPreset) == 0x000068, "Wrong size on USoundEffectPreset"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ +static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x0000E0, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ + +#define DUMPER7_ASSERTS_USoundEffectSubmixPreset \ +static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ +static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ + +#define DUMPER7_ASSERTS_UChannel \ +static_assert(alignof(UChannel) == 0x000008, "Wrong alignment on UChannel"); \ +static_assert(sizeof(UChannel) == 0x000068, "Wrong size on UChannel"); \ +static_assert(offsetof(UChannel, Connection) == 0x000028, "Member 'UChannel::Connection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoneMaskFilter \ +static_assert(alignof(UBoneMaskFilter) == 0x000008, "Wrong alignment on UBoneMaskFilter"); \ +static_assert(sizeof(UBoneMaskFilter) == 0x000038, "Wrong size on UBoneMaskFilter"); \ +static_assert(offsetof(UBoneMaskFilter, BlendPoses) == 0x000028, "Member 'UBoneMaskFilter::BlendPoses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationObjectBase \ +static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ +static_assert(sizeof(ANavigationObjectBase) == 0x0002B8, "Wrong size on ANavigationObjectBase"); \ +static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000298, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x0002A0, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x0002A8, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerStart \ +static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ +static_assert(sizeof(APlayerStart) == 0x0002C0, "Wrong size on APlayerStart"); \ +static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x0002B8, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IISMPartitionInstanceManager \ +static_assert(alignof(IISMPartitionInstanceManager) == 0x000001, "Wrong alignment on IISMPartitionInstanceManager"); \ +static_assert(sizeof(IISMPartitionInstanceManager) == 0x000001, "Wrong size on IISMPartitionInstanceManager"); \ + +#define DUMPER7_ASSERTS_UActorChannel \ +static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ +static_assert(sizeof(UActorChannel) == 0x000298, "Wrong size on UActorChannel"); \ +static_assert(offsetof(UActorChannel, Actor) == 0x000068, "Member 'UActorChannel::Actor' has a wrong offset!"); \ +static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000160, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IActorInstanceManagerInterface \ +static_assert(alignof(IActorInstanceManagerInterface) == 0x000001, "Wrong alignment on IActorInstanceManagerInterface"); \ +static_assert(sizeof(IActorInstanceManagerInterface) == 0x000001, "Wrong size on IActorInstanceManagerInterface"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemBase \ +static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ +static_assert(sizeof(UNavigationSystemBase) == 0x000028, "Wrong size on UNavigationSystemBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ +static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x0000B0, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ + +#define DUMPER7_ASSERTS_UAnimationAssetExtensions \ +static_assert(alignof(UAnimationAssetExtensions) == 0x000008, "Wrong alignment on UAnimationAssetExtensions"); \ +static_assert(sizeof(UAnimationAssetExtensions) == 0x000028, "Wrong size on UAnimationAssetExtensions"); \ + +#define DUMPER7_ASSERTS_IInterface_AnimCurveMetaData \ +static_assert(alignof(IInterface_AnimCurveMetaData) == 0x000001, "Wrong alignment on IInterface_AnimCurveMetaData"); \ +static_assert(sizeof(IInterface_AnimCurveMetaData) == 0x000001, "Wrong size on IInterface_AnimCurveMetaData"); \ + +#define DUMPER7_ASSERTS_WorldPartitionStreamingSourceComponent_IsStreamingCompleted \ +static_assert(alignof(WorldPartitionStreamingSourceComponent_IsStreamingCompleted) == 0x000001, "Wrong alignment on WorldPartitionStreamingSourceComponent_IsStreamingCompleted"); \ +static_assert(sizeof(WorldPartitionStreamingSourceComponent_IsStreamingCompleted) == 0x000001, "Wrong size on WorldPartitionStreamingSourceComponent_IsStreamingCompleted"); \ +static_assert(offsetof(WorldPartitionStreamingSourceComponent_IsStreamingCompleted, ReturnValue) == 0x000000, "Member 'WorldPartitionStreamingSourceComponent_IsStreamingCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled \ +static_assert(alignof(WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled) == 0x000001, "Wrong alignment on WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled"); \ +static_assert(sizeof(WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled) == 0x000001, "Wrong size on WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled"); \ +static_assert(offsetof(WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled, ReturnValue) == 0x000000, "Member 'WorldPartitionStreamingSourceComponent_IsStreamingSourceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionStreamingSourceComponent \ +static_assert(alignof(UWorldPartitionStreamingSourceComponent) == 0x000008, "Wrong alignment on UWorldPartitionStreamingSourceComponent"); \ +static_assert(sizeof(UWorldPartitionStreamingSourceComponent) == 0x000100, "Wrong size on UWorldPartitionStreamingSourceComponent"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetBehavior) == 0x0000A8, "Member 'UWorldPartitionStreamingSourceComponent::TargetBehavior' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetGrids) == 0x0000B0, "Member 'UWorldPartitionStreamingSourceComponent::TargetGrids' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetGrid) == 0x0000C0, "Member 'UWorldPartitionStreamingSourceComponent::TargetGrid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, DebugColor) == 0x0000C8, "Member 'UWorldPartitionStreamingSourceComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetHLODLayers) == 0x0000D0, "Member 'UWorldPartitionStreamingSourceComponent::TargetHLODLayers' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetHLODLayer) == 0x0000E0, "Member 'UWorldPartitionStreamingSourceComponent::TargetHLODLayer' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Shapes) == 0x0000E8, "Member 'UWorldPartitionStreamingSourceComponent::Shapes' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Priority) == 0x0000F8, "Member 'UWorldPartitionStreamingSourceComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, bStreamingSourceEnabled) == 0x0000F9, "Member 'UWorldPartitionStreamingSourceComponent::bStreamingSourceEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetState) == 0x0000FA, "Member 'UWorldPartitionStreamingSourceComponent::TargetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationDataModelNotifiesExtensions \ +static_assert(alignof(UAnimationDataModelNotifiesExtensions) == 0x000008, "Wrong alignment on UAnimationDataModelNotifiesExtensions"); \ +static_assert(sizeof(UAnimationDataModelNotifiesExtensions) == 0x000028, "Wrong size on UAnimationDataModelNotifiesExtensions"); \ + +#define DUMPER7_ASSERTS_USplineMetadata \ +static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ +static_assert(sizeof(USplineMetadata) == 0x000028, "Wrong size on USplineMetadata"); \ + +#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_UActorPartitionSubsystem \ +static_assert(alignof(UActorPartitionSubsystem) == 0x000008, "Wrong alignment on UActorPartitionSubsystem"); \ +static_assert(sizeof(UActorPartitionSubsystem) == 0x000030, "Wrong size on UActorPartitionSubsystem"); \ + +#define DUMPER7_ASSERTS_MaterialParameterCollection_GetScalarParameterDefaultValue \ +static_assert(alignof(MaterialParameterCollection_GetScalarParameterDefaultValue) == 0x000004, "Wrong alignment on MaterialParameterCollection_GetScalarParameterDefaultValue"); \ +static_assert(sizeof(MaterialParameterCollection_GetScalarParameterDefaultValue) == 0x000010, "Wrong size on MaterialParameterCollection_GetScalarParameterDefaultValue"); \ +static_assert(offsetof(MaterialParameterCollection_GetScalarParameterDefaultValue, ParameterName) == 0x000000, "Member 'MaterialParameterCollection_GetScalarParameterDefaultValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialParameterCollection_GetScalarParameterDefaultValue, bParameterFound) == 0x000008, "Member 'MaterialParameterCollection_GetScalarParameterDefaultValue::bParameterFound' has a wrong offset!"); \ +static_assert(offsetof(MaterialParameterCollection_GetScalarParameterDefaultValue, ReturnValue) == 0x00000C, "Member 'MaterialParameterCollection_GetScalarParameterDefaultValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialParameterCollection_GetScalarParameterNames \ +static_assert(alignof(MaterialParameterCollection_GetScalarParameterNames) == 0x000008, "Wrong alignment on MaterialParameterCollection_GetScalarParameterNames"); \ +static_assert(sizeof(MaterialParameterCollection_GetScalarParameterNames) == 0x000010, "Wrong size on MaterialParameterCollection_GetScalarParameterNames"); \ +static_assert(offsetof(MaterialParameterCollection_GetScalarParameterNames, ReturnValue) == 0x000000, "Member 'MaterialParameterCollection_GetScalarParameterNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialParameterCollection_GetVectorParameterDefaultValue \ +static_assert(alignof(MaterialParameterCollection_GetVectorParameterDefaultValue) == 0x000004, "Wrong alignment on MaterialParameterCollection_GetVectorParameterDefaultValue"); \ +static_assert(sizeof(MaterialParameterCollection_GetVectorParameterDefaultValue) == 0x00001C, "Wrong size on MaterialParameterCollection_GetVectorParameterDefaultValue"); \ +static_assert(offsetof(MaterialParameterCollection_GetVectorParameterDefaultValue, ParameterName) == 0x000000, "Member 'MaterialParameterCollection_GetVectorParameterDefaultValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialParameterCollection_GetVectorParameterDefaultValue, bParameterFound) == 0x000008, "Member 'MaterialParameterCollection_GetVectorParameterDefaultValue::bParameterFound' has a wrong offset!"); \ +static_assert(offsetof(MaterialParameterCollection_GetVectorParameterDefaultValue, ReturnValue) == 0x00000C, "Member 'MaterialParameterCollection_GetVectorParameterDefaultValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialParameterCollection_GetVectorParameterNames \ +static_assert(alignof(MaterialParameterCollection_GetVectorParameterNames) == 0x000008, "Wrong alignment on MaterialParameterCollection_GetVectorParameterNames"); \ +static_assert(sizeof(MaterialParameterCollection_GetVectorParameterNames) == 0x000010, "Wrong size on MaterialParameterCollection_GetVectorParameterNames"); \ +static_assert(offsetof(MaterialParameterCollection_GetVectorParameterNames, ReturnValue) == 0x000000, "Member 'MaterialParameterCollection_GetVectorParameterNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollection \ +static_assert(alignof(UMaterialParameterCollection) == 0x000008, "Wrong alignment on UMaterialParameterCollection"); \ +static_assert(sizeof(UMaterialParameterCollection) == 0x000070, "Wrong size on UMaterialParameterCollection"); \ +static_assert(offsetof(UMaterialParameterCollection, StateId) == 0x000028, "Member 'UMaterialParameterCollection::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, ScalarParameters) == 0x000038, "Member 'UMaterialParameterCollection::ScalarParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, VectorParameters) == 0x000048, "Member 'UMaterialParameterCollection::VectorParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAsset_FindMetaDataByClass \ +static_assert(alignof(AnimationAsset_FindMetaDataByClass) == 0x000008, "Wrong alignment on AnimationAsset_FindMetaDataByClass"); \ +static_assert(sizeof(AnimationAsset_FindMetaDataByClass) == 0x000010, "Wrong size on AnimationAsset_FindMetaDataByClass"); \ +static_assert(offsetof(AnimationAsset_FindMetaDataByClass, MetaDataClass) == 0x000000, "Member 'AnimationAsset_FindMetaDataByClass::MetaDataClass' has a wrong offset!"); \ +static_assert(offsetof(AnimationAsset_FindMetaDataByClass, ReturnValue) == 0x000008, "Member 'AnimationAsset_FindMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAsset_GetPlayLength \ +static_assert(alignof(AnimationAsset_GetPlayLength) == 0x000004, "Wrong alignment on AnimationAsset_GetPlayLength"); \ +static_assert(sizeof(AnimationAsset_GetPlayLength) == 0x000004, "Wrong size on AnimationAsset_GetPlayLength"); \ +static_assert(offsetof(AnimationAsset_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimationAsset_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAsset \ +static_assert(alignof(UAnimationAsset) == 0x000008, "Wrong alignment on UAnimationAsset"); \ +static_assert(sizeof(UAnimationAsset) == 0x000080, "Wrong size on UAnimationAsset"); \ +static_assert(offsetof(UAnimationAsset, Skeleton) == 0x000038, "Member 'UAnimationAsset::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, MetaData) == 0x000060, "Member 'UAnimationAsset::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, AssetUserData) == 0x000070, "Member 'UAnimationAsset::AssetUserData' 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) == 0x000080, "Member 'UAnimSequenceBase::Notifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, SequenceLength) == 0x000090, "Member 'UAnimSequenceBase::SequenceLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x000098, "Member 'UAnimSequenceBase::RawCurveData' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RateScale) == 0x0000A8, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, bLoop) == 0x0000AC, "Member 'UAnimSequenceBase::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace \ +static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ +static_assert(sizeof(UBlendSpace) == 0x0001C0, "Wrong size on UBlendSpace"); \ +static_assert(offsetof(UBlendSpace, bContainsRotationOffsetMeshSpaceSamples) == 0x000088, "Member 'UBlendSpace::bContainsRotationOffsetMeshSpaceSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, InterpolationParam) == 0x00008C, "Member 'UBlendSpace::InterpolationParam' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, TargetWeightInterpolationSpeedPerSec) == 0x0000BC, "Member 'UBlendSpace::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bTargetWeightInterpolationEaseInOut) == 0x0000C0, "Member 'UBlendSpace::bTargetWeightInterpolationEaseInOut' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bAllowMeshSpaceBlending) == 0x0000C1, "Member 'UBlendSpace::bAllowMeshSpaceBlending' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bLoop) == 0x0000C2, "Member 'UBlendSpace::bLoop' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, AnimLength) == 0x0000C4, "Member 'UBlendSpace::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, NotifyTriggerMode) == 0x0000C8, "Member 'UBlendSpace::NotifyTriggerMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bInterpolateUsingGrid) == 0x0000C9, "Member 'UBlendSpace::bInterpolateUsingGrid' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PreferredTriangulationDirection) == 0x0000CA, "Member 'UBlendSpace::PreferredTriangulationDirection' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PerBoneBlendMode) == 0x0000CB, "Member 'UBlendSpace::PerBoneBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, ManualPerBoneOverrides) == 0x0000D0, "Member 'UBlendSpace::ManualPerBoneOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PerBoneBlendProfile) == 0x0000E0, "Member 'UBlendSpace::PerBoneBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleIndexWithMarkers) == 0x000100, "Member 'UBlendSpace::SampleIndexWithMarkers' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleData) == 0x000108, "Member 'UBlendSpace::SampleData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, GridSamples) == 0x000118, "Member 'UBlendSpace::GridSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendSpaceData) == 0x000128, "Member 'UBlendSpace::BlendSpaceData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendParameters) == 0x000148, "Member 'UBlendSpace::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x0001A8, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, DimensionIndices) == 0x0001B0, "Member 'UBlendSpace::DimensionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace1D \ +static_assert(alignof(UBlendSpace1D) == 0x000008, "Wrong alignment on UBlendSpace1D"); \ +static_assert(sizeof(UBlendSpace1D) == 0x0001C8, "Wrong size on UBlendSpace1D"); \ +static_assert(offsetof(UBlendSpace1D, bScaleAnimation) == 0x0001C0, "Member 'UBlendSpace1D::bScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ +static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ +static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x000138, "Wrong size on UMaterialExpressionBumpOffset"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x0000D8, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000100, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x000128, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x00012C, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x000130, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RawAnimSequenceTrackExtensions_GetPositionalKeys \ +static_assert(alignof(RawAnimSequenceTrackExtensions_GetPositionalKeys) == 0x000008, "Wrong alignment on RawAnimSequenceTrackExtensions_GetPositionalKeys"); \ +static_assert(sizeof(RawAnimSequenceTrackExtensions_GetPositionalKeys) == 0x000040, "Wrong size on RawAnimSequenceTrackExtensions_GetPositionalKeys"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetPositionalKeys, Track) == 0x000000, "Member 'RawAnimSequenceTrackExtensions_GetPositionalKeys::Track' has a wrong offset!"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetPositionalKeys, ReturnValue) == 0x000030, "Member 'RawAnimSequenceTrackExtensions_GetPositionalKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RawAnimSequenceTrackExtensions_GetRotationalKeys \ +static_assert(alignof(RawAnimSequenceTrackExtensions_GetRotationalKeys) == 0x000008, "Wrong alignment on RawAnimSequenceTrackExtensions_GetRotationalKeys"); \ +static_assert(sizeof(RawAnimSequenceTrackExtensions_GetRotationalKeys) == 0x000040, "Wrong size on RawAnimSequenceTrackExtensions_GetRotationalKeys"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetRotationalKeys, Track) == 0x000000, "Member 'RawAnimSequenceTrackExtensions_GetRotationalKeys::Track' has a wrong offset!"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetRotationalKeys, ReturnValue) == 0x000030, "Member 'RawAnimSequenceTrackExtensions_GetRotationalKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RawAnimSequenceTrackExtensions_GetScaleKeys \ +static_assert(alignof(RawAnimSequenceTrackExtensions_GetScaleKeys) == 0x000008, "Wrong alignment on RawAnimSequenceTrackExtensions_GetScaleKeys"); \ +static_assert(sizeof(RawAnimSequenceTrackExtensions_GetScaleKeys) == 0x000040, "Wrong size on RawAnimSequenceTrackExtensions_GetScaleKeys"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetScaleKeys, Track) == 0x000000, "Member 'RawAnimSequenceTrackExtensions_GetScaleKeys::Track' has a wrong offset!"); \ +static_assert(offsetof(RawAnimSequenceTrackExtensions_GetScaleKeys, ReturnValue) == 0x000030, "Member 'RawAnimSequenceTrackExtensions_GetScaleKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URawAnimSequenceTrackExtensions \ +static_assert(alignof(URawAnimSequenceTrackExtensions) == 0x000008, "Wrong alignment on URawAnimSequenceTrackExtensions"); \ +static_assert(sizeof(URawAnimSequenceTrackExtensions) == 0x000028, "Wrong size on URawAnimSequenceTrackExtensions"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexture \ +static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x0000E0, "Wrong size on UMaterialExpressionSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x0000D8, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x0000D9, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetExportTask \ +static_assert(alignof(UAssetExportTask) == 0x000008, "Wrong alignment on UAssetExportTask"); \ +static_assert(sizeof(UAssetExportTask) == 0x000078, "Wrong size on UAssetExportTask"); \ +static_assert(offsetof(UAssetExportTask, Object) == 0x000028, "Member 'UAssetExportTask::Object' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Exporter) == 0x000030, "Member 'UAssetExportTask::Exporter' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Filename) == 0x000038, "Member 'UAssetExportTask::Filename' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bSelected) == 0x000048, "Member 'UAssetExportTask::bSelected' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bReplaceIdentical) == 0x000049, "Member 'UAssetExportTask::bReplaceIdentical' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bPrompt) == 0x00004A, "Member 'UAssetExportTask::bPrompt' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bAutomated) == 0x00004B, "Member 'UAssetExportTask::bAutomated' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bUseFileArchive) == 0x00004C, "Member 'UAssetExportTask::bUseFileArchive' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bWriteEmptyFiles) == 0x00004D, "Member 'UAssetExportTask::bWriteEmptyFiles' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, IgnoreObjectList) == 0x000050, "Member 'UAssetExportTask::IgnoreObjectList' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Options) == 0x000060, "Member 'UAssetExportTask::Options' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Errors) == 0x000068, "Member 'UAssetExportTask::Errors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS \ +static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ +static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x0000B8, "Wrong size on UMaterialExpressionActorPositionWS"); \ +static_assert(offsetof(UMaterialExpressionActorPositionWS, OriginType) == 0x0000B0, "Member 'UMaterialExpressionActorPositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedPlacemenClientSettings \ +static_assert(alignof(UInstancedPlacemenClientSettings) == 0x000008, "Wrong alignment on UInstancedPlacemenClientSettings"); \ +static_assert(sizeof(UInstancedPlacemenClientSettings) == 0x000028, "Wrong size on UInstancedPlacemenClientSettings"); \ + +#define DUMPER7_ASSERTS_UAssetManagerSettings \ +static_assert(alignof(UAssetManagerSettings) == 0x000008, "Wrong alignment on UAssetManagerSettings"); \ +static_assert(sizeof(UAssetManagerSettings) == 0x000100, "Wrong size on UAssetManagerSettings"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypesToScan) == 0x000038, "Member 'UAssetManagerSettings::PrimaryAssetTypesToScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, DirectoriesToExclude) == 0x000048, "Member 'UAssetManagerSettings::DirectoriesToExclude' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetRules) == 0x000058, "Member 'UAssetManagerSettings::PrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, CustomPrimaryAssetRules) == 0x000068, "Member 'UAssetManagerSettings::CustomPrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bOnlyCookProductionAssets) == 0x000078, "Member 'UAssetManagerSettings::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldManagerDetermineTypeAndName) == 0x000079, "Member 'UAssetManagerSettings::bShouldManagerDetermineTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldGuessTypeAndNameInEditor) == 0x00007A, "Member 'UAssetManagerSettings::bShouldGuessTypeAndNameInEditor' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldAcquireMissingChunksOnLoad) == 0x00007B, "Member 'UAssetManagerSettings::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldWarnAboutInvalidAssets) == 0x00007C, "Member 'UAssetManagerSettings::bShouldWarnAboutInvalidAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetIdRedirects) == 0x000080, "Member 'UAssetManagerSettings::PrimaryAssetIdRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypeRedirects) == 0x000090, "Member 'UAssetManagerSettings::PrimaryAssetTypeRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, AssetPathRedirects) == 0x0000A0, "Member 'UAssetManagerSettings::AssetPathRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, MetaDataTagsForAssetRegistry) == 0x0000B0, "Member 'UAssetManagerSettings::MetaDataTagsForAssetRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveEdPresetCurve \ +static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ +static_assert(sizeof(UCurveEdPresetCurve) == 0x000028, "Wrong size on UCurveEdPresetCurve"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ +static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x0000B0, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ + +#define DUMPER7_ASSERTS_AInstancedPlacementPartitionActor \ +static_assert(alignof(AInstancedPlacementPartitionActor) == 0x000008, "Wrong alignment on AInstancedPlacementPartitionActor"); \ +static_assert(sizeof(AInstancedPlacementPartitionActor) == 0x0002A0, "Wrong size on AInstancedPlacementPartitionActor"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_Shared \ +static_assert(alignof(UAsyncLoadingTests_Shared) == 0x000008, "Wrong alignment on UAsyncLoadingTests_Shared"); \ +static_assert(sizeof(UAsyncLoadingTests_Shared) == 0x000058, "Wrong size on UAsyncLoadingTests_Shared"); \ +static_assert(offsetof(UAsyncLoadingTests_Shared, SoftReference) == 0x000028, "Member 'UAsyncLoadingTests_Shared::SoftReference' has a wrong offset!"); \ +static_assert(offsetof(UAsyncLoadingTests_Shared, HardReference) == 0x000050, "Member 'UAsyncLoadingTests_Shared::HardReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncPhysicsData \ +static_assert(alignof(UAsyncPhysicsData) == 0x000008, "Wrong alignment on UAsyncPhysicsData"); \ +static_assert(sizeof(UAsyncPhysicsData) == 0x000030, "Wrong size on UAsyncPhysicsData"); \ +static_assert(offsetof(UAsyncPhysicsData, ServerFrame) == 0x000028, "Member 'UAsyncPhysicsData::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsData, ReplicationRedundancy) == 0x00002C, "Member 'UAsyncPhysicsData::ReplicationRedundancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveTable \ +static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ +static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ + +#define DUMPER7_ASSERTS_UCompositeCurveTable \ +static_assert(alignof(UCompositeCurveTable) == 0x000008, "Wrong alignment on UCompositeCurveTable"); \ +static_assert(sizeof(UCompositeCurveTable) == 0x0000C8, "Wrong size on UCompositeCurveTable"); \ +static_assert(offsetof(UCompositeCurveTable, ParentTables) == 0x0000A0, "Member 'UCompositeCurveTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeCurveTable, OldParentTables) == 0x0000B0, "Member 'UCompositeCurveTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioPanelWidgetInterface_GetEditorName \ +static_assert(alignof(AudioPanelWidgetInterface_GetEditorName) == 0x000008, "Wrong alignment on AudioPanelWidgetInterface_GetEditorName"); \ +static_assert(sizeof(AudioPanelWidgetInterface_GetEditorName) == 0x000010, "Wrong size on AudioPanelWidgetInterface_GetEditorName"); \ +static_assert(offsetof(AudioPanelWidgetInterface_GetEditorName, ReturnValue) == 0x000000, "Member 'AudioPanelWidgetInterface_GetEditorName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioPanelWidgetInterface_GetIconBrushName \ +static_assert(alignof(AudioPanelWidgetInterface_GetIconBrushName) == 0x000004, "Wrong alignment on AudioPanelWidgetInterface_GetIconBrushName"); \ +static_assert(sizeof(AudioPanelWidgetInterface_GetIconBrushName) == 0x000008, "Wrong size on AudioPanelWidgetInterface_GetIconBrushName"); \ +static_assert(offsetof(AudioPanelWidgetInterface_GetIconBrushName, ReturnValue) == 0x000000, "Member 'AudioPanelWidgetInterface_GetIconBrushName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioPanelWidgetInterface \ +static_assert(alignof(IAudioPanelWidgetInterface) == 0x000001, "Wrong alignment on IAudioPanelWidgetInterface"); \ +static_assert(sizeof(IAudioPanelWidgetInterface) == 0x000001, "Wrong size on IAudioPanelWidgetInterface"); \ + +#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) == 0x000298, "Wrong size on AAmbientSound"); \ +static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000290, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsBaseListener \ +static_assert(alignof(UNetworkMetricsBaseListener) == 0x000008, "Wrong alignment on UNetworkMetricsBaseListener"); \ +static_assert(sizeof(UNetworkMetricsBaseListener) == 0x000030, "Wrong size on UNetworkMetricsBaseListener"); \ +static_assert(offsetof(UNetworkMetricsBaseListener, IntervalSeconds) == 0x000028, "Member 'UNetworkMetricsBaseListener::IntervalSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsCSV \ +static_assert(alignof(UNetworkMetricsCSV) == 0x000008, "Wrong alignment on UNetworkMetricsCSV"); \ +static_assert(sizeof(UNetworkMetricsCSV) == 0x000038, "Wrong size on UNetworkMetricsCSV"); \ + +#define DUMPER7_ASSERTS_ALocalFogVolume \ +static_assert(alignof(ALocalFogVolume) == 0x000008, "Wrong alignment on ALocalFogVolume"); \ +static_assert(sizeof(ALocalFogVolume) == 0x000298, "Wrong size on ALocalFogVolume"); \ +static_assert(offsetof(ALocalFogVolume, LocalFogVolumeVolume) == 0x000290, "Member 'ALocalFogVolume::LocalFogVolumeVolume' 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_UAnalysisProperties \ +static_assert(alignof(UAnalysisProperties) == 0x000008, "Wrong alignment on UAnalysisProperties"); \ +static_assert(sizeof(UAnalysisProperties) == 0x000038, "Wrong size on UAnalysisProperties"); \ +static_assert(offsetof(UAnalysisProperties, Function) == 0x000028, "Member 'UAnalysisProperties::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetFrameTransform \ +static_assert(alignof(SparseVolumeTexture_GetFrameTransform) == 0x000010, "Wrong alignment on SparseVolumeTexture_GetFrameTransform"); \ +static_assert(sizeof(SparseVolumeTexture_GetFrameTransform) == 0x000060, "Wrong size on SparseVolumeTexture_GetFrameTransform"); \ +static_assert(offsetof(SparseVolumeTexture_GetFrameTransform, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetFrameTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetNumFrames \ +static_assert(alignof(SparseVolumeTexture_GetNumFrames) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetNumFrames"); \ +static_assert(sizeof(SparseVolumeTexture_GetNumFrames) == 0x000004, "Wrong size on SparseVolumeTexture_GetNumFrames"); \ +static_assert(offsetof(SparseVolumeTexture_GetNumFrames, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetNumMipLevels \ +static_assert(alignof(SparseVolumeTexture_GetNumMipLevels) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetNumMipLevels"); \ +static_assert(sizeof(SparseVolumeTexture_GetNumMipLevels) == 0x000004, "Wrong size on SparseVolumeTexture_GetNumMipLevels"); \ +static_assert(offsetof(SparseVolumeTexture_GetNumMipLevels, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetNumMipLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeX \ +static_assert(alignof(SparseVolumeTexture_GetSizeX) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeX"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeX) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeX"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeX, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeY \ +static_assert(alignof(SparseVolumeTexture_GetSizeY) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeY"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeY) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeY"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeY, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeZ \ +static_assert(alignof(SparseVolumeTexture_GetSizeZ) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeZ"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeZ) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeZ"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeZ, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTexture \ +static_assert(alignof(USparseVolumeTexture) == 0x000008, "Wrong alignment on USparseVolumeTexture"); \ +static_assert(sizeof(USparseVolumeTexture) == 0x000028, "Wrong size on USparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_UStreamableSparseVolumeTexture \ +static_assert(alignof(UStreamableSparseVolumeTexture) == 0x000010, "Wrong alignment on UStreamableSparseVolumeTexture"); \ +static_assert(sizeof(UStreamableSparseVolumeTexture) == 0x0000B0, "Wrong size on UStreamableSparseVolumeTexture"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, VolumeResolution) == 0x000030, "Member 'UStreamableSparseVolumeTexture::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumMipLevels) == 0x00003C, "Member 'UStreamableSparseVolumeTexture::NumMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumFrames) == 0x000040, "Member 'UStreamableSparseVolumeTexture::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatA) == 0x000044, "Member 'UStreamableSparseVolumeTexture::FormatA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatB) == 0x000045, "Member 'UStreamableSparseVolumeTexture::FormatB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueA) == 0x000050, "Member 'UStreamableSparseVolumeTexture::FallbackValueA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueB) == 0x000060, "Member 'UStreamableSparseVolumeTexture::FallbackValueB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressX) == 0x000070, "Member 'UStreamableSparseVolumeTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressY) == 0x000071, "Member 'UStreamableSparseVolumeTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressZ) == 0x000072, "Member 'UStreamableSparseVolumeTexture::AddressZ' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, bLocalDDCOnly) == 0x000073, "Member 'UStreamableSparseVolumeTexture::bLocalDDCOnly' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, StreamingPoolSizeFactor) == 0x000074, "Member 'UStreamableSparseVolumeTexture::StreamingPoolSizeFactor' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumberOfPrefetchFrames) == 0x000078, "Member 'UStreamableSparseVolumeTexture::NumberOfPrefetchFrames' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, PrefetchPercentageStepSize) == 0x00007C, "Member 'UStreamableSparseVolumeTexture::PrefetchPercentageStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, PrefetchPercentageBias) == 0x000080, "Member 'UStreamableSparseVolumeTexture::PrefetchPercentageBias' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AssetUserData) == 0x000088, "Member 'UStreamableSparseVolumeTexture::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, Frames) == 0x000098, "Member 'UStreamableSparseVolumeTexture::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticSparseVolumeTexture \ +static_assert(alignof(UStaticSparseVolumeTexture) == 0x000010, "Wrong alignment on UStaticSparseVolumeTexture"); \ +static_assert(sizeof(UStaticSparseVolumeTexture) == 0x0000B0, "Wrong size on UStaticSparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_IAssetRegistryTagProviderInterface \ +static_assert(alignof(IAssetRegistryTagProviderInterface) == 0x000001, "Wrong alignment on IAssetRegistryTagProviderInterface"); \ +static_assert(sizeof(IAssetRegistryTagProviderInterface) == 0x000001, "Wrong size on IAssetRegistryTagProviderInterface"); \ + +#define DUMPER7_ASSERTS_UBreakpoint \ +static_assert(alignof(UBreakpoint) == 0x000008, "Wrong alignment on UBreakpoint"); \ +static_assert(sizeof(UBreakpoint) == 0x000028, "Wrong size on UBreakpoint"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosine \ +static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ +static_assert(sizeof(UMaterialExpressionArccosine) == 0x0000D8, "Wrong size on UMaterialExpressionArccosine"); \ +static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x0000B0, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ + +#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) == 0x000048, "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) == 0x000020, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::B' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, ReturnValue) == 0x000040, "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) == 0x000038, "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) == 0x000018, "Member 'KismetInputLibrary_EqualEqual_KeyKey::B' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, ReturnValue) == 0x000030, "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) == 0x000058, "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_GetModifierKeysState \ +static_assert(alignof(KismetInputLibrary_GetModifierKeysState) == 0x000001, "Wrong alignment on KismetInputLibrary_GetModifierKeysState"); \ +static_assert(sizeof(KismetInputLibrary_GetModifierKeysState) == 0x000001, "Wrong size on KismetInputLibrary_GetModifierKeysState"); \ +static_assert(offsetof(KismetInputLibrary_GetModifierKeysState, ReturnValue) == 0x000000, "Member 'KismetInputLibrary_GetModifierKeysState::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) == 0x000030, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000030, "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, bLongDisplayName) == 0x000018, "Member 'KismetInputLibrary_Key_GetDisplayName::bLongDisplayName' 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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "Member 'KismetInputLibrary_Key_IsVectorAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsAltDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsAltDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsAltDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsAltDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsAltDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsAltDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsAltDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsAltDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsCommandDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsCommandDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsCommandDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsCommandDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsCommandDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsCommandDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsControlDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsControlDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsControlDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsControlDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsControlDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsControlDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsControlDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsControlDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsShiftDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsShiftDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsShiftDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsShiftDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsShiftDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsShiftDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsShiftDown::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) == 0x000088, "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) == 0x000090, "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) == 0x000088, "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) == 0x000088, "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) == 0x000088, "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) == 0x000098, "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) == 0x000090, "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) == 0x000028, "Wrong size on UKismetInputLibrary"); \ + +#define DUMPER7_ASSERTS_UBlueprintExtension \ +static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ +static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRequiredSamplersSwitch \ +static_assert(alignof(UMaterialExpressionRequiredSamplersSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRequiredSamplersSwitch"); \ +static_assert(sizeof(UMaterialExpressionRequiredSamplersSwitch) == 0x000108, "Wrong size on UMaterialExpressionRequiredSamplersSwitch"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, InputTrue) == 0x0000B0, "Member 'UMaterialExpressionRequiredSamplersSwitch::InputTrue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, InputFalse) == 0x0000D8, "Member 'UMaterialExpressionRequiredSamplersSwitch::InputFalse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, RequiredSamplers) == 0x000100, "Member 'UMaterialExpressionRequiredSamplersSwitch::RequiredSamplers' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000020, "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) == 0x000008, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, SaveToConfig) == 0x000018, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, ReturnValue) == 0x000019, "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) == 0x000028, "Wrong size on UKismetInternationalizationLibrary"); \ + +#define DUMPER7_ASSERTS_UBookmarkBase \ +static_assert(alignof(UBookmarkBase) == 0x000008, "Wrong alignment on UBookmarkBase"); \ +static_assert(sizeof(UBookmarkBase) == 0x000028, "Wrong size on UBookmarkBase"); \ + +#define DUMPER7_ASSERTS_UBookMark2D \ +static_assert(alignof(UBookMark2D) == 0x000008, "Wrong alignment on UBookMark2D"); \ +static_assert(sizeof(UBookMark2D) == 0x000038, "Wrong size on UBookMark2D"); \ +static_assert(offsetof(UBookMark2D, Zoom2D) == 0x000028, "Member 'UBookMark2D::Zoom2D' has a wrong offset!"); \ +static_assert(offsetof(UBookMark2D, Location) == 0x00002C, "Member 'UBookMark2D::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReflectionCapture \ +static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ +static_assert(sizeof(AReflectionCapture) == 0x000298, "Wrong size on AReflectionCapture"); \ +static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000290, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTextureFrame \ +static_assert(alignof(USparseVolumeTextureFrame) == 0x000010, "Wrong alignment on USparseVolumeTextureFrame"); \ +static_assert(sizeof(USparseVolumeTextureFrame) == 0x0001D0, "Wrong size on USparseVolumeTextureFrame"); \ +static_assert(offsetof(USparseVolumeTextureFrame, Owner) == 0x000028, "Member 'USparseVolumeTextureFrame::Owner' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureFrame, FrameIndex) == 0x000030, "Member 'USparseVolumeTextureFrame::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureFrame, Transform) == 0x000040, "Member 'USparseVolumeTextureFrame::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsConfig \ +static_assert(alignof(UNetworkMetricsConfig) == 0x000008, "Wrong alignment on UNetworkMetricsConfig"); \ +static_assert(sizeof(UNetworkMetricsConfig) == 0x000038, "Wrong size on UNetworkMetricsConfig"); \ +static_assert(offsetof(UNetworkMetricsConfig, Listeners) == 0x000028, "Member 'UNetworkMetricsConfig::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface \ +static_assert(alignof(UMaterialExpressionDistanceToNearestSurface) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(sizeof(UMaterialExpressionDistanceToNearestSurface) == 0x0000E0, "Wrong size on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceToNearestSurface::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceToNearestSurface::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABoxReflectionCapture \ +static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ +static_assert(sizeof(ABoxReflectionCapture) == 0x000298, "Wrong size on ABoxReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UReflectionCaptureComponent \ +static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ +static_assert(sizeof(UReflectionCaptureComponent) == 0x0002A0, "Wrong size on UReflectionCaptureComponent"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x000230, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000238, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000240, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000248, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x00024C, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000250, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x000268, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShape \ +static_assert(alignof(UStereoLayerShape) == 0x000008, "Wrong alignment on UStereoLayerShape"); \ +static_assert(sizeof(UStereoLayerShape) == 0x000028, "Wrong size on UStereoLayerShape"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeQuad \ +static_assert(alignof(UStereoLayerShapeQuad) == 0x000008, "Wrong alignment on UStereoLayerShapeQuad"); \ +static_assert(sizeof(UStereoLayerShapeQuad) == 0x000028, "Wrong size on UStereoLayerShapeQuad"); \ + +#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_UBoxReflectionCaptureComponent \ +static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ +static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x0002B0, "Wrong size on UBoxReflectionCaptureComponent"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x000298, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x0002A0, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x0002A8, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserDefinedStruct \ +static_assert(alignof(UUserDefinedStruct) == 0x000008, "Wrong alignment on UUserDefinedStruct"); \ +static_assert(sizeof(UUserDefinedStruct) == 0x000108, "Wrong size on UUserDefinedStruct"); \ +static_assert(offsetof(UUserDefinedStruct, Status) == 0x0000C0, "Member 'UUserDefinedStruct::Status' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedStruct, Guid) == 0x0000C4, "Member 'UUserDefinedStruct::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuiltInAttributesExtensions \ +static_assert(alignof(UBuiltInAttributesExtensions) == 0x000008, "Wrong alignment on UBuiltInAttributesExtensions"); \ +static_assert(sizeof(UBuiltInAttributesExtensions) == 0x000028, "Wrong size on UBuiltInAttributesExtensions"); \ + +#define DUMPER7_ASSERTS_UOnlineSession \ +static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ +static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor \ +static_assert(alignof(UMaterialExpressionAtmosphericFogColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericFogColor) == 0x0000E0, "Wrong size on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosBlueprintLibrary_GetEventRelayFromContext \ +static_assert(alignof(ChaosBlueprintLibrary_GetEventRelayFromContext) == 0x000008, "Wrong alignment on ChaosBlueprintLibrary_GetEventRelayFromContext"); \ +static_assert(sizeof(ChaosBlueprintLibrary_GetEventRelayFromContext) == 0x000010, "Wrong size on ChaosBlueprintLibrary_GetEventRelayFromContext"); \ +static_assert(offsetof(ChaosBlueprintLibrary_GetEventRelayFromContext, ContextObject) == 0x000000, "Member 'ChaosBlueprintLibrary_GetEventRelayFromContext::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ChaosBlueprintLibrary_GetEventRelayFromContext, ReturnValue) == 0x000008, "Member 'ChaosBlueprintLibrary_GetEventRelayFromContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosBlueprintLibrary \ +static_assert(alignof(UChaosBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosBlueprintLibrary"); \ +static_assert(sizeof(UChaosBlueprintLibrary) == 0x000028, "Wrong size on UChaosBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UPackageMapClient \ +static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ +static_assert(sizeof(UPackageMapClient) == 0x000408, "Wrong size on UPackageMapClient"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000138, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000100, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000128, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000130, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000131, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x000132, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bEnableFeedback) == 0x000133, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bEnableFeedback' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPositionOriginType) == 0x000134, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x000135, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x000136, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosEventRelay \ +static_assert(alignof(UChaosEventRelay) == 0x000008, "Wrong alignment on UChaosEventRelay"); \ +static_assert(sizeof(UChaosEventRelay) == 0x000068, "Wrong size on UChaosEventRelay"); \ +static_assert(offsetof(UChaosEventRelay, OnCollisionEvent) == 0x000028, "Member 'UChaosEventRelay::OnCollisionEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnBreakEvent) == 0x000038, "Member 'UChaosEventRelay::OnBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnRemovalEvent) == 0x000048, "Member 'UChaosEventRelay::OnRemovalEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnCrumblingEvent) == 0x000058, "Member 'UChaosEventRelay::OnCrumblingEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayer \ +static_assert(alignof(UPlayer) == 0x000008, "Wrong alignment on UPlayer"); \ +static_assert(sizeof(UPlayer) == 0x000048, "Wrong size on UPlayer"); \ +static_assert(offsetof(UPlayer, PlayerController) == 0x000030, "Member 'UPlayer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, CurrentNetSpeed) == 0x000038, "Member 'UPlayer::CurrentNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredInternetSpeed) == 0x00003C, "Member 'UPlayer::ConfiguredInternetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredLanSpeed) == 0x000040, "Member 'UPlayer::ConfiguredLanSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ +static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000228, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000220, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x000224, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnection \ +static_assert(alignof(UNetConnection) == 0x000008, "Wrong alignment on UNetConnection"); \ +static_assert(sizeof(UNetConnection) == 0x001E00, "Wrong size on UNetConnection"); \ +static_assert(offsetof(UNetConnection, Children) == 0x000048, "Member 'UNetConnection::Children' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, Driver) == 0x000058, "Member 'UNetConnection::Driver' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMapClass) == 0x000060, "Member 'UNetConnection::PackageMapClass' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMap) == 0x000068, "Member 'UNetConnection::PackageMap' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OpenChannels) == 0x000070, "Member 'UNetConnection::OpenChannels' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, SentTemporaries) == 0x000080, "Member 'UNetConnection::SentTemporaries' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ViewTarget) == 0x000090, "Member 'UNetConnection::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OwningActor) == 0x000098, "Member 'UNetConnection::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, MaxPacket) == 0x0000A0, "Member 'UNetConnection::MaxPacket' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PlayerId) == 0x000160, "Member 'UNetConnection::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, LastReceiveTime) == 0x0001D8, "Member 'UNetConnection::LastReceiveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, DefaultMaxChannelSize) == 0x0013B8, "Member 'UNetConnection::DefaultMaxChannelSize' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ChannelsToTick) == 0x0016F0, "Member 'UNetConnection::ChannelsToTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditorFlagCollector_GetFlagNames \ +static_assert(alignof(EditorFlagCollector_GetFlagNames) == 0x000008, "Wrong alignment on EditorFlagCollector_GetFlagNames"); \ +static_assert(sizeof(EditorFlagCollector_GetFlagNames) == 0x000010, "Wrong size on EditorFlagCollector_GetFlagNames"); \ +static_assert(offsetof(EditorFlagCollector_GetFlagNames, ReturnValue) == 0x000000, "Member 'EditorFlagCollector_GetFlagNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditorFlagCollector \ +static_assert(alignof(UEditorFlagCollector) == 0x000008, "Wrong alignment on UEditorFlagCollector"); \ +static_assert(sizeof(UEditorFlagCollector) == 0x000028, "Wrong size on UEditorFlagCollector"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTime \ +static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ +static_assert(sizeof(UMaterialExpressionTime) == 0x0000B8, "Wrong size on UMaterialExpressionTime"); \ +static_assert(offsetof(UMaterialExpressionTime, Period) == 0x0000B4, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildConnection \ +static_assert(alignof(UChildConnection) == 0x000008, "Wrong alignment on UChildConnection"); \ +static_assert(sizeof(UChildConnection) == 0x001E08, "Wrong size on UChildConnection"); \ +static_assert(offsetof(UChildConnection, Parent) == 0x001E00, "Member 'UChildConnection::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundConcurrency \ +static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ +static_assert(sizeof(USoundConcurrency) == 0x000048, "Wrong size on USoundConcurrency"); \ +static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000028, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRandom \ +static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ +static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x0000B0, "Wrong size on UMaterialExpressionParticleRandom"); \ + +#define DUMPER7_ASSERTS_UPlatformInterfaceBase \ +static_assert(alignof(UPlatformInterfaceBase) == 0x000008, "Wrong alignment on UPlatformInterfaceBase"); \ +static_assert(sizeof(UPlatformInterfaceBase) == 0x000038, "Wrong size on UPlatformInterfaceBase"); \ +static_assert(offsetof(UPlatformInterfaceBase, AllDelegates) == 0x000028, "Member 'UPlatformInterfaceBase::AllDelegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompositeBase \ +static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ +static_assert(sizeof(UAnimCompositeBase) == 0x0000B8, "Wrong size on UAnimCompositeBase"); \ +static_assert(offsetof(UAnimCompositeBase, CommonTargetFrameRate) == 0x0000B0, "Member 'UAnimCompositeBase::CommonTargetFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings \ +static_assert(alignof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000008, "Wrong alignment on AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(sizeof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000068, "Wrong size on AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, Asset) == 0x000000, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, SlotNodeName) == 0x000008, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, BlendInSettings) == 0x000010, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutSettings) == 0x000030, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, InPlayRate) == 0x000050, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, LoopCount) == 0x000054, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, InBlendOutTriggerTime) == 0x000058, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::InBlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, ReturnValue) == 0x000060, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetBlendInArgs \ +static_assert(alignof(AnimMontage_GetBlendInArgs) == 0x000008, "Wrong alignment on AnimMontage_GetBlendInArgs"); \ +static_assert(sizeof(AnimMontage_GetBlendInArgs) == 0x000010, "Wrong size on AnimMontage_GetBlendInArgs"); \ +static_assert(offsetof(AnimMontage_GetBlendInArgs, ReturnValue) == 0x000000, "Member 'AnimMontage_GetBlendInArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetBlendOutArgs \ +static_assert(alignof(AnimMontage_GetBlendOutArgs) == 0x000008, "Wrong alignment on AnimMontage_GetBlendOutArgs"); \ +static_assert(sizeof(AnimMontage_GetBlendOutArgs) == 0x000010, "Wrong size on AnimMontage_GetBlendOutArgs"); \ +static_assert(offsetof(AnimMontage_GetBlendOutArgs, ReturnValue) == 0x000000, "Member 'AnimMontage_GetBlendOutArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendInTime \ +static_assert(alignof(AnimMontage_GetDefaultBlendInTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendInTime"); \ +static_assert(sizeof(AnimMontage_GetDefaultBlendInTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendInTime"); \ +static_assert(offsetof(AnimMontage_GetDefaultBlendInTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendInTime::ReturnValue' has a wrong offset!"); \ + +#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_AnimMontage_GetFirstAnimReference \ +static_assert(alignof(AnimMontage_GetFirstAnimReference) == 0x000008, "Wrong alignment on AnimMontage_GetFirstAnimReference"); \ +static_assert(sizeof(AnimMontage_GetFirstAnimReference) == 0x000008, "Wrong size on AnimMontage_GetFirstAnimReference"); \ +static_assert(offsetof(AnimMontage_GetFirstAnimReference, ReturnValue) == 0x000000, "Member 'AnimMontage_GetFirstAnimReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetGroupName \ +static_assert(alignof(AnimMontage_GetGroupName) == 0x000004, "Wrong alignment on AnimMontage_GetGroupName"); \ +static_assert(sizeof(AnimMontage_GetGroupName) == 0x000008, "Wrong size on AnimMontage_GetGroupName"); \ +static_assert(offsetof(AnimMontage_GetGroupName, ReturnValue) == 0x000000, "Member 'AnimMontage_GetGroupName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetNumSections \ +static_assert(alignof(AnimMontage_GetNumSections) == 0x000004, "Wrong alignment on AnimMontage_GetNumSections"); \ +static_assert(sizeof(AnimMontage_GetNumSections) == 0x000004, "Wrong size on AnimMontage_GetNumSections"); \ +static_assert(offsetof(AnimMontage_GetNumSections, ReturnValue) == 0x000000, "Member 'AnimMontage_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetSectionIndex \ +static_assert(alignof(AnimMontage_GetSectionIndex) == 0x000004, "Wrong alignment on AnimMontage_GetSectionIndex"); \ +static_assert(sizeof(AnimMontage_GetSectionIndex) == 0x00000C, "Wrong size on AnimMontage_GetSectionIndex"); \ +static_assert(offsetof(AnimMontage_GetSectionIndex, InSectionName) == 0x000000, "Member 'AnimMontage_GetSectionIndex::InSectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_GetSectionIndex, ReturnValue) == 0x000008, "Member 'AnimMontage_GetSectionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetSectionName \ +static_assert(alignof(AnimMontage_GetSectionName) == 0x000004, "Wrong alignment on AnimMontage_GetSectionName"); \ +static_assert(sizeof(AnimMontage_GetSectionName) == 0x00000C, "Wrong size on AnimMontage_GetSectionName"); \ +static_assert(offsetof(AnimMontage_GetSectionName, SectionIndex) == 0x000000, "Member 'AnimMontage_GetSectionName::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_GetSectionName, ReturnValue) == 0x000004, "Member 'AnimMontage_GetSectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsDynamicMontage \ +static_assert(alignof(AnimMontage_IsDynamicMontage) == 0x000001, "Wrong alignment on AnimMontage_IsDynamicMontage"); \ +static_assert(sizeof(AnimMontage_IsDynamicMontage) == 0x000001, "Wrong size on AnimMontage_IsDynamicMontage"); \ +static_assert(offsetof(AnimMontage_IsDynamicMontage, ReturnValue) == 0x000000, "Member 'AnimMontage_IsDynamicMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsValidAdditiveSlot \ +static_assert(alignof(AnimMontage_IsValidAdditiveSlot) == 0x000004, "Wrong alignment on AnimMontage_IsValidAdditiveSlot"); \ +static_assert(sizeof(AnimMontage_IsValidAdditiveSlot) == 0x00000C, "Wrong size on AnimMontage_IsValidAdditiveSlot"); \ +static_assert(offsetof(AnimMontage_IsValidAdditiveSlot, SlotNodeName) == 0x000000, "Member 'AnimMontage_IsValidAdditiveSlot::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_IsValidAdditiveSlot, ReturnValue) == 0x000008, "Member 'AnimMontage_IsValidAdditiveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsValidSectionName \ +static_assert(alignof(AnimMontage_IsValidSectionName) == 0x000004, "Wrong alignment on AnimMontage_IsValidSectionName"); \ +static_assert(sizeof(AnimMontage_IsValidSectionName) == 0x00000C, "Wrong size on AnimMontage_IsValidSectionName"); \ +static_assert(offsetof(AnimMontage_IsValidSectionName, InSectionName) == 0x000000, "Member 'AnimMontage_IsValidSectionName::InSectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_IsValidSectionName, ReturnValue) == 0x000008, "Member 'AnimMontage_IsValidSectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMontage \ +static_assert(alignof(UAnimMontage) == 0x000008, "Wrong alignment on UAnimMontage"); \ +static_assert(sizeof(UAnimMontage) == 0x0001E0, "Wrong size on UAnimMontage"); \ +static_assert(offsetof(UAnimMontage, BlendModeIn) == 0x0000B8, "Member 'UAnimMontage::BlendModeIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendModeOut) == 0x0000B9, "Member 'UAnimMontage::BlendModeOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000C0, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000F0, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x000120, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000124, "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, bEnableRootMotionTranslation) == 0x000170, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000171, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x000172, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileIn) == 0x000178, "Member 'UAnimMontage::BlendProfileIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileOut) == 0x000180, "Member 'UAnimMontage::BlendProfileOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x000188, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x000190, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x0001A0, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x0001B0, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x0001D8, "Member 'UAnimMontage::TimeStretchCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions \ +static_assert(alignof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions) == 0x000008, "Wrong alignment on MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions"); \ +static_assert(sizeof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions) == 0x000010, "Wrong size on MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions"); \ +static_assert(offsetof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions, ReturnValue) == 0x000000, "Member 'MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDataDrivenShaderPlatformInfoSwitch \ +static_assert(alignof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDataDrivenShaderPlatformInfoSwitch"); \ +static_assert(sizeof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch) == 0x000118, "Wrong size on UMaterialExpressionDataDrivenShaderPlatformInfoSwitch"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, InputTrue) == 0x0000B0, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::InputTrue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, InputFalse) == 0x0000D8, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::InputFalse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, DDSPIPropertyNames) == 0x000100, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::DDSPIPropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCloudStorageBase \ +static_assert(alignof(UCloudStorageBase) == 0x000008, "Wrong alignment on UCloudStorageBase"); \ +static_assert(sizeof(UCloudStorageBase) == 0x000050, "Wrong size on UCloudStorageBase"); \ +static_assert(offsetof(UCloudStorageBase, LocalCloudFiles) == 0x000038, "Member 'UCloudStorageBase::LocalCloudFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetMappingTable \ +static_assert(alignof(UAssetMappingTable) == 0x000008, "Wrong alignment on UAssetMappingTable"); \ +static_assert(sizeof(UAssetMappingTable) == 0x000038, "Wrong size on UAssetMappingTable"); \ +static_assert(offsetof(UAssetMappingTable, MappedAssets) == 0x000028, "Member 'UAssetMappingTable::MappedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentBundleTypeFactory \ +static_assert(alignof(UContentBundleTypeFactory) == 0x000008, "Wrong alignment on UContentBundleTypeFactory"); \ +static_assert(sizeof(UContentBundleTypeFactory) == 0x000028, "Wrong size on UContentBundleTypeFactory"); \ + +#define DUMPER7_ASSERTS_USoundNode \ +static_assert(alignof(USoundNode) == 0x000008, "Wrong alignment on USoundNode"); \ +static_assert(sizeof(USoundNode) == 0x000048, "Wrong size on USoundNode"); \ +static_assert(offsetof(USoundNode, ChildNodes) == 0x000028, "Member 'USoundNode::ChildNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeGroupControl \ +static_assert(alignof(USoundNodeGroupControl) == 0x000008, "Wrong alignment on USoundNodeGroupControl"); \ +static_assert(sizeof(USoundNodeGroupControl) == 0x000058, "Wrong size on USoundNodeGroupControl"); \ +static_assert(offsetof(USoundNodeGroupControl, GroupSizes) == 0x000048, "Member 'USoundNodeGroupControl::GroupSizes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput \ +static_assert(alignof(UMaterialExpressionFunctionOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFunctionOutput"); \ +static_assert(sizeof(UMaterialExpressionFunctionOutput) == 0x000110, "Wrong size on UMaterialExpressionFunctionOutput"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, OutputName) == 0x0000B0, "Member 'UMaterialExpressionFunctionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, Description) == 0x0000B8, "Member 'UMaterialExpressionFunctionOutput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, SortPriority) == 0x0000C8, "Member 'UMaterialExpressionFunctionOutput::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, A) == 0x0000D0, "Member 'UMaterialExpressionFunctionOutput::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, ID) == 0x0000FC, "Member 'UMaterialExpressionFunctionOutput::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlChannel \ +static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ +static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_ResumeClothingSimulation \ +static_assert(alignof(UAnimNotify_ResumeClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResumeClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_ResumeClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_ResumeClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UWorldPartition \ +static_assert(alignof(UWorldPartition) == 0x000010, "Wrong alignment on UWorldPartition"); \ +static_assert(sizeof(UWorldPartition) == 0x000100, "Wrong size on UWorldPartition"); \ +static_assert(offsetof(UWorldPartition, RuntimeHash) == 0x000030, "Member 'UWorldPartition::RuntimeHash' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, bEnableStreaming) == 0x000038, "Member 'UWorldPartition::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ServerStreamingMode) == 0x000039, "Member 'UWorldPartition::ServerStreamingMode' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ServerStreamingOutMode) == 0x00003A, "Member 'UWorldPartition::ServerStreamingOutMode' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, DataLayersLogicOperator) == 0x00003B, "Member 'UWorldPartition::DataLayersLogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, DataLayerManager) == 0x0000D0, "Member 'UWorldPartition::DataLayerManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ExternalDataLayerManager) == 0x0000D8, "Member 'UWorldPartition::ExternalDataLayerManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, StreamingPolicy) == 0x0000E0, "Member 'UWorldPartition::StreamingPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_SetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerManager_SetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_SetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerManager_SetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerManager_SetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, InState) == 0x000008, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::bInIsRecursive' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, ReturnValue) == 0x00000A, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_SetDataLayerRuntimeState \ +static_assert(alignof(DataLayerManager_SetDataLayerRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_SetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerManager_SetDataLayerRuntimeState) == 0x000010, "Wrong size on DataLayerManager_SetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerManager_SetDataLayerRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, InState) == 0x000008, "Member 'DataLayerManager_SetDataLayerRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerManager_SetDataLayerRuntimeState::bInIsRecursive' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, ReturnValue) == 0x00000A, "Member 'DataLayerManager_SetDataLayerRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceFromAsset \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceFromAsset) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceFromAsset"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceFromAsset) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceFromAsset"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromAsset, InDataLayerAsset) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceFromAsset::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromAsset, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceFromName \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceFromName) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceFromName"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceFromName) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceFromName"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromName, InDataLayerInstanceName) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceFromName::InDataLayerInstanceName' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromName, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstances \ +static_assert(alignof(DataLayerManager_GetDataLayerInstances) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstances"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstances) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstances"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstances, ReturnValue) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerManager \ +static_assert(alignof(UDataLayerManager) == 0x000008, "Wrong alignment on UDataLayerManager"); \ +static_assert(sizeof(UDataLayerManager) == 0x0000D8, "Wrong size on UDataLayerManager"); \ +static_assert(offsetof(UDataLayerManager, OnDataLayerInstanceRuntimeStateChanged) == 0x000028, "Member 'UDataLayerManager::OnDataLayerInstanceRuntimeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerManager, ReferencedObjects) == 0x000038, "Member 'UDataLayerManager::ReferencedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptationInverse \ +static_assert(alignof(UMaterialExpressionEyeAdaptationInverse) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptationInverse) == 0x000100, "Wrong size on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, LightValueInput) == 0x0000B0, "Member 'UMaterialExpressionEyeAdaptationInverse::LightValueInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, AlphaInput) == 0x0000D8, "Member 'UMaterialExpressionEyeAdaptationInverse::AlphaInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ +static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x0000D8, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugGarbageCollectionGraph \ +static_assert(alignof(UDebugGarbageCollectionGraph) == 0x000008, "Wrong alignment on UDebugGarbageCollectionGraph"); \ +static_assert(sizeof(UDebugGarbageCollectionGraph) == 0x000048, "Wrong size on UDebugGarbageCollectionGraph"); \ + +#define DUMPER7_ASSERTS_UAnimDataModel \ +static_assert(alignof(UAnimDataModel) == 0x000008, "Wrong alignment on UAnimDataModel"); \ +static_assert(sizeof(UAnimDataModel) == 0x0000C8, "Wrong size on UAnimDataModel"); \ +static_assert(offsetof(UAnimDataModel, BracketCounter) == 0x000030, "Member 'UAnimDataModel::BracketCounter' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, ModifiedEventDynamic) == 0x000038, "Member 'UAnimDataModel::ModifiedEventDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, BoneAnimationTracks) == 0x000060, "Member 'UAnimDataModel::BoneAnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, PlayLength) == 0x000070, "Member 'UAnimDataModel::PlayLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, FrameRate) == 0x000074, "Member 'UAnimDataModel::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfFrames) == 0x00007C, "Member 'UAnimDataModel::NumberOfFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfKeys) == 0x000080, "Member 'UAnimDataModel::NumberOfKeys' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, CurveData) == 0x000088, "Member 'UAnimDataModel::CurveData' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, AnimatedBoneAttributes) == 0x0000A8, "Member 'UAnimDataModel::AnimatedBoneAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, bPopulated) == 0x0000B8, "Member 'UAnimDataModel::bPopulated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ +static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ +static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x0000E8, "Wrong size on UMaterialExpressionVertexInterpolator"); \ +static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x0000B0, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDemoNetConnection \ +static_assert(alignof(UDemoNetConnection) == 0x000008, "Wrong alignment on UDemoNetConnection"); \ +static_assert(sizeof(UDemoNetConnection) == 0x001E50, "Wrong size on UDemoNetConnection"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionPathTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionPathTracingQualitySwitch) == 0x000100, "Wrong size on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, Normal) == 0x0000B0, "Member 'UMaterialExpressionPathTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, PathTraced) == 0x0000D8, "Member 'UMaterialExpressionPathTracingQualitySwitch::PathTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPendingNetGame \ +static_assert(alignof(UPendingNetGame) == 0x000008, "Wrong alignment on UPendingNetGame"); \ +static_assert(sizeof(UPendingNetGame) == 0x0000C0, "Wrong size on UPendingNetGame"); \ +static_assert(offsetof(UPendingNetGame, NetDriver) == 0x000030, "Member 'UPendingNetGame::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UPendingNetGame, DemoNetDriver) == 0x000038, "Member 'UPendingNetGame::DemoNetDriver' 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) == 0x0000C0, "Wrong size on UAnimNotify_PlayParticleEffect"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, PSTemplate) == 0x000038, "Member 'UAnimNotify_PlayParticleEffect::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, LocationOffset) == 0x000040, "Member 'UAnimNotify_PlayParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, RotationOffset) == 0x000058, "Member 'UAnimNotify_PlayParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, Scale) == 0x000070, "Member 'UAnimNotify_PlayParticleEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, SocketName) == 0x0000B4, "Member 'UAnimNotify_PlayParticleEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeltaTime \ +static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ +static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x0000B0, "Wrong size on UMaterialExpressionDeltaTime"); \ + +#define DUMPER7_ASSERTS_UDemoPendingNetGame \ +static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ +static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ + +#define DUMPER7_ASSERTS_UDataTable \ +static_assert(alignof(UDataTable) == 0x000008, "Wrong alignment on UDataTable"); \ +static_assert(sizeof(UDataTable) == 0x0000B0, "Wrong size on UDataTable"); \ +static_assert(offsetof(UDataTable, RowStruct) == 0x000028, "Member 'UDataTable::RowStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataTable, RowMap) == 0x000030, "Member 'UDataTable::RowMap' has a wrong offset!"); \ +static_assert(offsetof(UDataTable, ImportKeyField) == 0x000088, "Member 'UDataTable::ImportKeyField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfileFragment \ +static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ +static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ +static_assert(offsetof(UDeviceProfileFragment, CVars) == 0x000028, "Member 'UDeviceProfileFragment::CVars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeRandom \ +static_assert(alignof(USoundNodeRandom) == 0x000008, "Wrong alignment on USoundNodeRandom"); \ +static_assert(sizeof(USoundNodeRandom) == 0x000078, "Wrong size on USoundNodeRandom"); \ +static_assert(offsetof(USoundNodeRandom, Weights) == 0x000048, "Member 'USoundNodeRandom::Weights' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, HasBeenUsed) == 0x000058, "Member 'USoundNodeRandom::HasBeenUsed' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, NumRandomUsed) == 0x000068, "Member 'USoundNodeRandom::NumRandomUsed' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, PreselectAtLevelLoad) == 0x00006C, "Member 'USoundNodeRandom::PreselectAtLevelLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ +static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000130, "Wrong size on UMaterialExpressionVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x0000D8, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x0000E8, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x0000E9, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, ChannelNames) == 0x0000F0, "Member 'UMaterialExpressionVectorParameter::ChannelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ +static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000160, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000130, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, Input) == 0x000138, "Member 'UMaterialExpressionChannelMaskParameter::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueSoundWaveProxy \ +static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ +static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000180, "Wrong size on UDialogueSoundWaveProxy"); \ + +#define DUMPER7_ASSERTS_Skeleton_AddCompatibleSkeleton \ +static_assert(alignof(Skeleton_AddCompatibleSkeleton) == 0x000008, "Wrong alignment on Skeleton_AddCompatibleSkeleton"); \ +static_assert(sizeof(Skeleton_AddCompatibleSkeleton) == 0x000008, "Wrong size on Skeleton_AddCompatibleSkeleton"); \ +static_assert(offsetof(Skeleton_AddCompatibleSkeleton, SourceSkeleton) == 0x000000, "Member 'Skeleton_AddCompatibleSkeleton::SourceSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skeleton_AddCompatibleSkeletonSoft \ +static_assert(alignof(Skeleton_AddCompatibleSkeletonSoft) == 0x000008, "Wrong alignment on Skeleton_AddCompatibleSkeletonSoft"); \ +static_assert(sizeof(Skeleton_AddCompatibleSkeletonSoft) == 0x000028, "Wrong size on Skeleton_AddCompatibleSkeletonSoft"); \ +static_assert(offsetof(Skeleton_AddCompatibleSkeletonSoft, SourceSkeleton) == 0x000000, "Member 'Skeleton_AddCompatibleSkeletonSoft::SourceSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skeleton_GetBlendProfile \ +static_assert(alignof(Skeleton_GetBlendProfile) == 0x000008, "Wrong alignment on Skeleton_GetBlendProfile"); \ +static_assert(sizeof(Skeleton_GetBlendProfile) == 0x000010, "Wrong size on Skeleton_GetBlendProfile"); \ +static_assert(offsetof(Skeleton_GetBlendProfile, InProfileName) == 0x000000, "Member 'Skeleton_GetBlendProfile::InProfileName' has a wrong offset!"); \ +static_assert(offsetof(Skeleton_GetBlendProfile, ReturnValue) == 0x000008, "Member 'Skeleton_GetBlendProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeleton \ +static_assert(alignof(USkeleton) == 0x000008, "Wrong alignment on USkeleton"); \ +static_assert(sizeof(USkeleton) == 0x000458, "Wrong size on USkeleton"); \ +static_assert(offsetof(USkeleton, BoneTree) == 0x000038, "Member 'USkeleton::BoneTree' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBoneGuid) == 0x000160, "Member 'USkeleton::VirtualBoneGuid' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBones) == 0x000170, "Member 'USkeleton::VirtualBones' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, CompatibleSkeletons) == 0x000180, "Member 'USkeleton::CompatibleSkeletons' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, Sockets) == 0x000190, "Member 'USkeleton::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SmartNames) == 0x0001F0, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, BlendProfiles) == 0x000250, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SlotGroups) == 0x000260, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, AssetUserData) == 0x000448, "Member 'USkeleton::AssetUserData' 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) == 0x000008, "Wrong alignment on Light_SetLightFunctionScale"); \ +static_assert(sizeof(Light_SetLightFunctionScale) == 0x000018, "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) == 0x0002A0, "Wrong size on ALight"); \ +static_assert(offsetof(ALight, LightComponent) == 0x000290, "Member 'ALight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADirectionalLight \ +static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ +static_assert(sizeof(ADirectionalLight) == 0x0002A0, "Wrong size on ADirectionalLight"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ +static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ +static_assert(sizeof(UMaterialExpressionFresnel) == 0x000138, "Wrong size on UMaterialExpressionFresnel"); \ +static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x0000B0, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x0000D8, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x0000E0, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x000108, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Normal) == 0x000110, "Member 'UMaterialExpressionFresnel::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ +static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ +static_assert(sizeof(UMaterialExpressionVertexColor) == 0x0000B0, "Wrong size on UMaterialExpressionVertexColor"); \ + +#define DUMPER7_ASSERTS_UDistribution \ +static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ +static_assert(sizeof(UDistribution) == 0x000030, "Wrong size on UDistribution"); \ + +#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) == 0x000060, "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) == 0x000048, "Member 'UAnimNotifyState_Trail::SecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleMode) == 0x000050, "Member 'UAnimNotifyState_Trail::WidthScaleMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleCurve) == 0x000054, "Member 'UAnimNotifyState_Trail::WidthScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0001F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x0000B0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000100, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x000128, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000150, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x000178, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0001A0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0001C8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0001CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0001D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0001D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0001D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0001DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0001E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0001E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0001E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0001E9, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0001EA, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bClampMultiScatteringContribution) == 0x0001EB, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bClampMultiScatteringContribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloat \ +static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ +static_assert(sizeof(UDistributionFloat) == 0x000038, "Wrong size on UDistributionFloat"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ +static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ +static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x0000B0, "Wrong size on UMaterialExpressionPixelNormalWS"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatConstant \ +static_assert(alignof(UDistributionFloatConstant) == 0x000008, "Wrong alignment on UDistributionFloatConstant"); \ +static_assert(sizeof(UDistributionFloatConstant) == 0x000040, "Wrong size on UDistributionFloatConstant"); \ +static_assert(offsetof(UDistributionFloatConstant, Constant) == 0x000038, "Member 'UDistributionFloatConstant::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComponentDelegateBinding \ +static_assert(alignof(UComponentDelegateBinding) == 0x000008, "Wrong alignment on UComponentDelegateBinding"); \ +static_assert(sizeof(UComponentDelegateBinding) == 0x000038, "Wrong size on UComponentDelegateBinding"); \ +static_assert(offsetof(UComponentDelegateBinding, ComponentDelegateBindings) == 0x000028, "Member 'UComponentDelegateBinding::ComponentDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ +static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ +static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x0000B8, "Wrong size on UMaterialExpressionObjectPositionWS"); \ +static_assert(offsetof(UMaterialExpressionObjectPositionWS, OriginType) == 0x0000B0, "Member 'UMaterialExpressionObjectPositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatConstantCurve \ +static_assert(alignof(UDistributionFloatConstantCurve) == 0x000008, "Wrong alignment on UDistributionFloatConstantCurve"); \ +static_assert(sizeof(UDistributionFloatConstantCurve) == 0x000050, "Wrong size on UDistributionFloatConstantCurve"); \ +static_assert(offsetof(UDistributionFloatConstantCurve, ConstantCurve) == 0x000038, "Member 'UDistributionFloatConstantCurve::ConstantCurve' 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, bIsTemplate) == 0x0000C8, "Member 'UAnimBlueprint::bIsTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C9, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000CA, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatParameterBase \ +static_assert(alignof(UDistributionFloatParameterBase) == 0x000008, "Wrong alignment on UDistributionFloatParameterBase"); \ +static_assert(sizeof(UDistributionFloatParameterBase) == 0x000060, "Wrong size on UDistributionFloatParameterBase"); \ +static_assert(offsetof(UDistributionFloatParameterBase, ParameterName) == 0x000040, "Member 'UDistributionFloatParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MinInput) == 0x000048, "Member 'UDistributionFloatParameterBase::MinInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MaxInput) == 0x00004C, "Member 'UDistributionFloatParameterBase::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MinOutput) == 0x000050, "Member 'UDistributionFloatParameterBase::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MaxOutput) == 0x000054, "Member 'UDistributionFloatParameterBase::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, ParamMode) == 0x000058, "Member 'UDistributionFloatParameterBase::ParamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmixBase_DynamicConnect \ +static_assert(alignof(SoundSubmixBase_DynamicConnect) == 0x000008, "Wrong alignment on SoundSubmixBase_DynamicConnect"); \ +static_assert(sizeof(SoundSubmixBase_DynamicConnect) == 0x000018, "Wrong size on SoundSubmixBase_DynamicConnect"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, WorldContextObject) == 0x000000, "Member 'SoundSubmixBase_DynamicConnect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, InParent) == 0x000008, "Member 'SoundSubmixBase_DynamicConnect::InParent' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, ReturnValue) == 0x000010, "Member 'SoundSubmixBase_DynamicConnect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmixBase_DynamicDisconnect \ +static_assert(alignof(SoundSubmixBase_DynamicDisconnect) == 0x000008, "Wrong alignment on SoundSubmixBase_DynamicDisconnect"); \ +static_assert(sizeof(SoundSubmixBase_DynamicDisconnect) == 0x000010, "Wrong size on SoundSubmixBase_DynamicDisconnect"); \ +static_assert(offsetof(SoundSubmixBase_DynamicDisconnect, WorldContextObject) == 0x000000, "Member 'SoundSubmixBase_DynamicDisconnect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicDisconnect, ReturnValue) == 0x000008, "Member 'SoundSubmixBase_DynamicDisconnect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmixBase_FindDynamicAncestor \ +static_assert(alignof(SoundSubmixBase_FindDynamicAncestor) == 0x000008, "Wrong alignment on SoundSubmixBase_FindDynamicAncestor"); \ +static_assert(sizeof(SoundSubmixBase_FindDynamicAncestor) == 0x000008, "Wrong size on SoundSubmixBase_FindDynamicAncestor"); \ +static_assert(offsetof(SoundSubmixBase_FindDynamicAncestor, ReturnValue) == 0x000000, "Member 'SoundSubmixBase_FindDynamicAncestor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixBase \ +static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ +static_assert(sizeof(USoundSubmixBase) == 0x000090, "Wrong size on USoundSubmixBase"); \ +static_assert(offsetof(USoundSubmixBase, bAutoDisable) == 0x000028, "Member 'USoundSubmixBase::bAutoDisable' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, AutoDisableTime) == 0x00002C, "Member 'USoundSubmixBase::AutoDisableTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000030, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, DynamicChildSubmixes) == 0x000040, "Member 'USoundSubmixBase::DynamicChildSubmixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ +static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ +static_assert(sizeof(USoundSubmixWithParentBase) == 0x0000F0, "Wrong size on USoundSubmixWithParentBase"); \ +static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000090, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixWithParentBase, DynamicParentSubmix) == 0x000098, "Member 'USoundSubmixWithParentBase::DynamicParentSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate \ +static_assert(alignof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddEnvelopeFollowerDelegate"); \ +static_assert(sizeof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000018, "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) == 0x000028, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, DecibelNoiseFloor) == 0x00002C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::DecibelNoiseFloor' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoNormalize) == 0x000030, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoNormalize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoAutoRange) == 0x000031, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoAutoRange' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeAttackTime) == 0x000034, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeAttackTime' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeReleaseTime) == 0x000038, "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) == 0x000018, "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_SetDryVolumeModulation \ +static_assert(alignof(SoundSubmix_SetDryVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetDryVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetDryVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetDryVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetDryVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetDryVolumeModulation::InVolMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetOutputVolumeModulation \ +static_assert(alignof(SoundSubmix_SetOutputVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetOutputVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetOutputVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetOutputVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetOutputVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetOutputVolumeModulation::InVolMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetSubmixDryLevel \ +static_assert(alignof(SoundSubmix_SetSubmixDryLevel) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixDryLevel"); \ +static_assert(sizeof(SoundSubmix_SetSubmixDryLevel) == 0x000010, "Wrong size on SoundSubmix_SetSubmixDryLevel"); \ +static_assert(offsetof(SoundSubmix_SetSubmixDryLevel, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixDryLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixDryLevel, InDryLevel) == 0x000008, "Member 'SoundSubmix_SetSubmixDryLevel::InDryLevel' 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_SetSubmixWetLevel \ +static_assert(alignof(SoundSubmix_SetSubmixWetLevel) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixWetLevel"); \ +static_assert(sizeof(SoundSubmix_SetSubmixWetLevel) == 0x000010, "Wrong size on SoundSubmix_SetSubmixWetLevel"); \ +static_assert(offsetof(SoundSubmix_SetSubmixWetLevel, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixWetLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixWetLevel, InWetLevel) == 0x000008, "Member 'SoundSubmix_SetSubmixWetLevel::InWetLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetWetVolumeModulation \ +static_assert(alignof(SoundSubmix_SetWetVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetWetVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetWetVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetWetVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetWetVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetWetVolumeModulation::InVolMod' 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) == 0x000248, "Wrong size on USoundSubmix"); \ +static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x0000F8, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000108, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000110, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x000114, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000118, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000170, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x0001C8, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AudioLinkSettings) == 0x000228, "Member 'USoundSubmix::AudioLinkSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x000230, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant \ +static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ +static_assert(sizeof(UMaterialExpressionConstant) == 0x0000B8, "Wrong size on UMaterialExpressionConstant"); \ +static_assert(offsetof(UMaterialExpressionConstant, R) == 0x0000B0, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatParticleParameter \ +static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ +static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ + +#define DUMPER7_ASSERTS_UNodeMappingContainer \ +static_assert(alignof(UNodeMappingContainer) == 0x000008, "Wrong alignment on UNodeMappingContainer"); \ +static_assert(sizeof(UNodeMappingContainer) == 0x000168, "Wrong size on UNodeMappingContainer"); \ +static_assert(offsetof(UNodeMappingContainer, SourceItems) == 0x000028, "Member 'UNodeMappingContainer::SourceItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetItems) == 0x000078, "Member 'UNodeMappingContainer::TargetItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceToTarget) == 0x0000C8, "Member 'UNodeMappingContainer::SourceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceAsset) == 0x000118, "Member 'UNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetAsset) == 0x000140, "Member 'UNodeMappingContainer::TargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatUniform \ +static_assert(alignof(UDistributionFloatUniform) == 0x000008, "Wrong alignment on UDistributionFloatUniform"); \ +static_assert(sizeof(UDistributionFloatUniform) == 0x000040, "Wrong size on UDistributionFloatUniform"); \ +static_assert(offsetof(UDistributionFloatUniform, min_0) == 0x000038, "Member 'UDistributionFloatUniform::min_0' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatUniform, max_0) == 0x00003C, "Member 'UDistributionFloatUniform::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatUniformCurve \ +static_assert(alignof(UDistributionFloatUniformCurve) == 0x000008, "Wrong alignment on UDistributionFloatUniformCurve"); \ +static_assert(sizeof(UDistributionFloatUniformCurve) == 0x000050, "Wrong size on UDistributionFloatUniformCurve"); \ +static_assert(offsetof(UDistributionFloatUniformCurve, ConstantCurve) == 0x000038, "Member 'UDistributionFloatUniformCurve::ConstantCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairAttributes \ +static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ +static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x0000B8, "Wrong size on UMaterialExpressionHairAttributes"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput \ +static_assert(alignof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput) == 0x0000B0, "Wrong size on UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput"); \ + +#define DUMPER7_ASSERTS_UDistributionVector \ +static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ +static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ + +#define DUMPER7_ASSERTS_UPluginCommandlet \ +static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ +static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInstance \ +static_assert(alignof(UMaterialFunctionInstance) == 0x000008, "Wrong alignment on UMaterialFunctionInstance"); \ +static_assert(sizeof(UMaterialFunctionInstance) == 0x0000E0, "Wrong size on UMaterialFunctionInstance"); \ +static_assert(offsetof(UMaterialFunctionInstance, Parent) == 0x000040, "Member 'UMaterialFunctionInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, base) == 0x000048, "Member 'UMaterialFunctionInstance::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, ScalarParameterValues) == 0x000050, "Member 'UMaterialFunctionInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, VectorParameterValues) == 0x000060, "Member 'UMaterialFunctionInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, DoubleVectorParameterValues) == 0x000070, "Member 'UMaterialFunctionInstance::DoubleVectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, TextureParameterValues) == 0x000080, "Member 'UMaterialFunctionInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x000090, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x0000A0, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000B0, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000C0, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, SparseVolumeTextureParameterValues) == 0x0000D0, "Member 'UMaterialFunctionInstance::SparseVolumeTextureParameterValues' 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) == 0x000038, "Member 'UDistributionVectorConstant::Constant' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorConstant, LockedAxes) == 0x000054, "Member 'UDistributionVectorConstant::LockedAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIsOrthographic \ +static_assert(alignof(UMaterialExpressionIsOrthographic) == 0x000008, "Wrong alignment on UMaterialExpressionIsOrthographic"); \ +static_assert(sizeof(UMaterialExpressionIsOrthographic) == 0x0000B0, "Wrong size on UMaterialExpressionIsOrthographic"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorConstantCurve \ +static_assert(alignof(UDistributionVectorConstantCurve) == 0x000008, "Wrong alignment on UDistributionVectorConstantCurve"); \ +static_assert(sizeof(UDistributionVectorConstantCurve) == 0x000058, "Wrong size on UDistributionVectorConstantCurve"); \ +static_assert(offsetof(UDistributionVectorConstantCurve, ConstantCurve) == 0x000038, "Member 'UDistributionVectorConstantCurve::ConstantCurve' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorConstantCurve, LockedAxes) == 0x000054, "Member 'UDistributionVectorConstantCurve::LockedAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_SetBoxExtent \ +static_assert(alignof(BoxComponent_SetBoxExtent) == 0x000008, "Wrong alignment on BoxComponent_SetBoxExtent"); \ +static_assert(sizeof(BoxComponent_SetBoxExtent) == 0x000020, "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) == 0x000018, "Member 'BoxComponent_SetBoxExtent::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_GetScaledBoxExtent \ +static_assert(alignof(BoxComponent_GetScaledBoxExtent) == 0x000008, "Wrong alignment on BoxComponent_GetScaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetScaledBoxExtent) == 0x000018, "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) == 0x000008, "Wrong alignment on BoxComponent_GetUnscaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetUnscaledBoxExtent) == 0x000018, "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) == 0x000560, "Wrong size on UBoxComponent"); \ +static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000540, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ +static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ +static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x0000E8, "Wrong size on UMaterialExpressionVectorNoise"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, position) == 0x0000B0, "Member 'UMaterialExpressionVectorNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionVectorNoise::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x0000D9, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x0000DC, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x0000E4, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS \ +static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ +static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x0000B8, "Wrong size on UMaterialExpressionParticlePositionWS"); \ +static_assert(offsetof(UMaterialExpressionParticlePositionWS, OriginType) == 0x0000B0, "Member 'UMaterialExpressionParticlePositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorParameterBase \ +static_assert(alignof(UDistributionVectorParameterBase) == 0x000008, "Wrong alignment on UDistributionVectorParameterBase"); \ +static_assert(sizeof(UDistributionVectorParameterBase) == 0x0000C8, "Wrong size on UDistributionVectorParameterBase"); \ +static_assert(offsetof(UDistributionVectorParameterBase, ParameterName) == 0x000058, "Member 'UDistributionVectorParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MinInput) == 0x000060, "Member 'UDistributionVectorParameterBase::MinInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MaxInput) == 0x000078, "Member 'UDistributionVectorParameterBase::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MinOutput) == 0x000090, "Member 'UDistributionVectorParameterBase::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MaxOutput) == 0x0000A8, "Member 'UDistributionVectorParameterBase::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, ParamModes) == 0x0000C0, "Member 'UDistributionVectorParameterBase::ParamModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSettings_GetBoneCustomAttributeNamesToImport \ +static_assert(alignof(AnimationSettings_GetBoneCustomAttributeNamesToImport) == 0x000008, "Wrong alignment on AnimationSettings_GetBoneCustomAttributeNamesToImport"); \ +static_assert(sizeof(AnimationSettings_GetBoneCustomAttributeNamesToImport) == 0x000010, "Wrong size on AnimationSettings_GetBoneCustomAttributeNamesToImport"); \ +static_assert(offsetof(AnimationSettings_GetBoneCustomAttributeNamesToImport, ReturnValue) == 0x000000, "Member 'AnimationSettings_GetBoneCustomAttributeNamesToImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSettings \ +static_assert(alignof(UAnimationSettings) == 0x000008, "Wrong alignment on UAnimationSettings"); \ +static_assert(sizeof(UAnimationSettings) == 0x000148, "Wrong size on UAnimationSettings"); \ +static_assert(offsetof(UAnimationSettings, CompressCommandletVersion) == 0x000038, "Member 'UAnimationSettings::CompressCommandletVersion' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, KeyEndEffectorsMatchNameArray) == 0x000040, "Member 'UAnimationSettings::KeyEndEffectorsMatchNameArray' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, ForceRecompression) == 0x000050, "Member 'UAnimationSettings::ForceRecompression' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bForceBelowThreshold) == 0x000051, "Member 'UAnimationSettings::bForceBelowThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bFirstRecompressUsingCurrentOrDefault) == 0x000052, "Member 'UAnimationSettings::bFirstRecompressUsingCurrentOrDefault' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bRaiseMaxErrorToExisting) == 0x000053, "Member 'UAnimationSettings::bRaiseMaxErrorToExisting' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bEnablePerformanceLog) == 0x000054, "Member 'UAnimationSettings::bEnablePerformanceLog' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bStripAnimationDataOnDedicatedServer) == 0x000055, "Member 'UAnimationSettings::bStripAnimationDataOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bTickAnimationOnSkeletalMeshInit) == 0x000056, "Member 'UAnimationSettings::bTickAnimationOnSkeletalMeshInit' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneTimecodeCustomAttributeNameSettings) == 0x000058, "Member 'UAnimationSettings::BoneTimecodeCustomAttributeNameSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneCustomAttributesNames) == 0x000090, "Member 'UAnimationSettings::BoneCustomAttributesNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneNamesWithCustomAttributes) == 0x0000A0, "Member 'UAnimationSettings::BoneNamesWithCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, AttributeBlendModes) == 0x0000B0, "Member 'UAnimationSettings::AttributeBlendModes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, DefaultAttributeBlendMode) == 0x000100, "Member 'UAnimationSettings::DefaultAttributeBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, TransformAttributeNames) == 0x000108, "Member 'UAnimationSettings::TransformAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, UserDefinedStructAttributes) == 0x000118, "Member 'UAnimationSettings::UserDefinedStructAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, MirrorFindReplaceExpressions) == 0x000128, "Member 'UAnimationSettings::MirrorFindReplaceExpressions' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, DefaultFrameRate) == 0x000138, "Member 'UAnimationSettings::DefaultFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bEnforceSupportedFrameRates) == 0x000140, "Member 'UAnimationSettings::bEnforceSupportedFrameRates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorParticleParameter \ +static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ +static_assert(sizeof(UDistributionVectorParticleParameter) == 0x0000C8, "Wrong size on UDistributionVectorParticleParameter"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ +static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ +static_assert(sizeof(APrecomputedVisibilityVolume) == 0x0002C8, "Wrong size on APrecomputedVisibilityVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ +static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ +static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x0000E8, "Wrong size on UMaterialExpressionScalarParameter"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x0000D8, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x0000DC, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x0000DD, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, SliderMin) == 0x0000E0, "Member 'UMaterialExpressionScalarParameter::SliderMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, SliderMax) == 0x0000E4, "Member 'UMaterialExpressionScalarParameter::SliderMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ +static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000120, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x0000E8, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x0000F0, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x0000F8, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorUniform \ +static_assert(alignof(UDistributionVectorUniform) == 0x000008, "Wrong alignment on UDistributionVectorUniform"); \ +static_assert(sizeof(UDistributionVectorUniform) == 0x000078, "Wrong size on UDistributionVectorUniform"); \ +static_assert(offsetof(UDistributionVectorUniform, max_0) == 0x000038, "Member 'UDistributionVectorUniform::max_0' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, min_0) == 0x000050, "Member 'UDistributionVectorUniform::min_0' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, LockedAxes) == 0x00006C, "Member 'UDistributionVectorUniform::LockedAxes' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, MirrorFlags) == 0x00006D, "Member 'UDistributionVectorUniform::MirrorFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetBase \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000078, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorUniformCurve \ +static_assert(alignof(UDistributionVectorUniformCurve) == 0x000008, "Wrong alignment on UDistributionVectorUniformCurve"); \ +static_assert(sizeof(UDistributionVectorUniformCurve) == 0x000060, "Wrong size on UDistributionVectorUniformCurve"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, ConstantCurve) == 0x000038, "Member 'UDistributionVectorUniformCurve::ConstantCurve' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, LockedAxes) == 0x000054, "Member 'UDistributionVectorUniformCurve::LockedAxes' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, MirrorFlags) == 0x000056, "Member 'UDistributionVectorUniformCurve::MirrorFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGraphNodeContextMenuContext \ +static_assert(alignof(UGraphNodeContextMenuContext) == 0x000008, "Wrong alignment on UGraphNodeContextMenuContext"); \ +static_assert(sizeof(UGraphNodeContextMenuContext) == 0x000050, "Wrong size on UGraphNodeContextMenuContext"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Blueprint) == 0x000028, "Member 'UGraphNodeContextMenuContext::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Graph) == 0x000030, "Member 'UGraphNodeContextMenuContext::Graph' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Node) == 0x000038, "Member 'UGraphNodeContextMenuContext::Node' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, bIsDebugging) == 0x000048, "Member 'UGraphNodeContextMenuContext::bIsDebugging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComponentMask \ +static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ +static_assert(sizeof(UMaterialExpressionComponentMask) == 0x0000E0, "Wrong size on UMaterialExpressionComponentMask"); \ +static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x0000B0, "Member 'UMaterialExpressionComponentMask::Input' 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) == 0x000110, "Wrong size on UEdGraphPin_Deprecated"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinName) == 0x000028, "Member 'UEdGraphPin_Deprecated::PinName' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinToolTip) == 0x000038, "Member 'UEdGraphPin_Deprecated::PinToolTip' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, Direction) == 0x000048, "Member 'UEdGraphPin_Deprecated::Direction' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinType) == 0x000050, "Member 'UEdGraphPin_Deprecated::PinType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultValue) == 0x0000A8, "Member 'UEdGraphPin_Deprecated::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, AutogeneratedDefaultValue) == 0x0000B8, "Member 'UEdGraphPin_Deprecated::AutogeneratedDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultObject) == 0x0000C8, "Member 'UEdGraphPin_Deprecated::DefaultObject' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultTextValue) == 0x0000D0, "Member 'UEdGraphPin_Deprecated::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, LinkedTo) == 0x0000E0, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x0000F0, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000100, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000108, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' 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) == 0x0000A0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000C8, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000C9, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000CA, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x0000D0, "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_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) == 0x000008, "Wrong alignment on Pawn_AddMovementInput"); \ +static_assert(sizeof(Pawn_AddMovementInput) == 0x000020, "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) == 0x000018, "Member 'Pawn_AddMovementInput::ScaleValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, bForce) == 0x00001C, "Member 'Pawn_AddMovementInput::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector \ +static_assert(alignof(Pawn_ConsumeMovementInputVector) == 0x000008, "Wrong alignment on Pawn_ConsumeMovementInputVector"); \ +static_assert(sizeof(Pawn_ConsumeMovementInputVector) == 0x000018, "Wrong size on Pawn_ConsumeMovementInputVector"); \ +static_assert(offsetof(Pawn_ConsumeMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_ConsumeMovementInputVector::ReturnValue' 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) == 0x000030, "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) == 0x000008, "Member 'Pawn_PawnMakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, bUseNoiseMakerLocation) == 0x000020, "Member 'Pawn_PawnMakeNoise::bUseNoiseMakerLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseMaker) == 0x000028, "Member 'Pawn_PawnMakeNoise::NoiseMaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceiveControllerChanged \ +static_assert(alignof(Pawn_ReceiveControllerChanged) == 0x000008, "Wrong alignment on Pawn_ReceiveControllerChanged"); \ +static_assert(sizeof(Pawn_ReceiveControllerChanged) == 0x000010, "Wrong size on Pawn_ReceiveControllerChanged"); \ +static_assert(offsetof(Pawn_ReceiveControllerChanged, OldController) == 0x000000, "Member 'Pawn_ReceiveControllerChanged::OldController' has a wrong offset!"); \ +static_assert(offsetof(Pawn_ReceiveControllerChanged, NewController) == 0x000008, "Member 'Pawn_ReceiveControllerChanged::NewController' 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) == 0x000008, "Wrong alignment on Pawn_GetBaseAimRotation"); \ +static_assert(sizeof(Pawn_GetBaseAimRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on Pawn_GetControlRotation"); \ +static_assert(sizeof(Pawn_GetControlRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on Pawn_GetLastMovementInputVector"); \ +static_assert(sizeof(Pawn_GetLastMovementInputVector) == 0x000018, "Wrong size on Pawn_GetLastMovementInputVector"); \ +static_assert(offsetof(Pawn_GetLastMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetLastMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetLocalViewingPlayerController \ +static_assert(alignof(Pawn_GetLocalViewingPlayerController) == 0x000008, "Wrong alignment on Pawn_GetLocalViewingPlayerController"); \ +static_assert(sizeof(Pawn_GetLocalViewingPlayerController) == 0x000008, "Wrong size on Pawn_GetLocalViewingPlayerController"); \ +static_assert(offsetof(Pawn_GetLocalViewingPlayerController, ReturnValue) == 0x000000, "Member 'Pawn_GetLocalViewingPlayerController::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) == 0x000008, "Wrong alignment on Pawn_GetNavAgentLocation"); \ +static_assert(sizeof(Pawn_GetNavAgentLocation) == 0x000018, "Wrong size on Pawn_GetNavAgentLocation"); \ +static_assert(offsetof(Pawn_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Pawn_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetOverrideInputComponentClass \ +static_assert(alignof(Pawn_GetOverrideInputComponentClass) == 0x000008, "Wrong alignment on Pawn_GetOverrideInputComponentClass"); \ +static_assert(sizeof(Pawn_GetOverrideInputComponentClass) == 0x000008, "Wrong size on Pawn_GetOverrideInputComponentClass"); \ +static_assert(offsetof(Pawn_GetOverrideInputComponentClass, ReturnValue) == 0x000000, "Member 'Pawn_GetOverrideInputComponentClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector \ +static_assert(alignof(Pawn_GetPendingMovementInputVector) == 0x000008, "Wrong alignment on Pawn_GetPendingMovementInputVector"); \ +static_assert(sizeof(Pawn_GetPendingMovementInputVector) == 0x000018, "Wrong size on Pawn_GetPendingMovementInputVector"); \ +static_assert(offsetof(Pawn_GetPendingMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetPendingMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPlatformUserId \ +static_assert(alignof(Pawn_GetPlatformUserId) == 0x000004, "Wrong alignment on Pawn_GetPlatformUserId"); \ +static_assert(sizeof(Pawn_GetPlatformUserId) == 0x000004, "Wrong size on Pawn_GetPlatformUserId"); \ +static_assert(offsetof(Pawn_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'Pawn_GetPlatformUserId::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_IsLocallyViewed \ +static_assert(alignof(Pawn_IsLocallyViewed) == 0x000001, "Wrong alignment on Pawn_IsLocallyViewed"); \ +static_assert(sizeof(Pawn_IsLocallyViewed) == 0x000001, "Wrong size on Pawn_IsLocallyViewed"); \ +static_assert(offsetof(Pawn_IsLocallyViewed, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyViewed::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_APawn \ +static_assert(alignof(APawn) == 0x000008, "Wrong alignment on APawn"); \ +static_assert(sizeof(APawn) == 0x000318, "Wrong size on APawn"); \ +static_assert(offsetof(APawn, BaseEyeHeight) == 0x00029C, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessPlayer) == 0x0002A0, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessAI) == 0x0002A1, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch) == 0x0002A2, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClass) == 0x0002A8, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(APawn, PlayerState) == 0x0002B0, "Member 'APawn::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastHitBy) == 0x0002C0, "Member 'APawn::LastHitBy' has a wrong offset!"); \ +static_assert(offsetof(APawn, Controller) == 0x0002C8, "Member 'APawn::Controller' has a wrong offset!"); \ +static_assert(offsetof(APawn, PreviousController) == 0x0002D0, "Member 'APawn::PreviousController' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveControllerChangedDelegate) == 0x0002DC, "Member 'APawn::ReceiveControllerChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveRestartedDelegate) == 0x0002DD, "Member 'APawn::ReceiveRestartedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ControlInputVector) == 0x0002E0, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastControlInputVector) == 0x0002F8, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, OverrideInputComponentClass) == 0x000310, "Member 'APawn::OverrideInputComponentClass' has a wrong offset!"); \ + +#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) == 0x000340, "Wrong size on ADefaultPawn"); \ +static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000318, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x00031C, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000320, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000328, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x000330, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorPawn \ +static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ +static_assert(sizeof(ASpectatorPawn) == 0x000340, "Wrong size on ASpectatorPawn"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ +static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ +static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x0000E0, "Wrong size on UMaterialExpressionConstantBiasScale"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x0000B0, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x0000D8, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x0000DC, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphSchema \ +static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ +static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ + +#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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on Emitter_SetVectorParameter"); \ +static_assert(sizeof(Emitter_SetVectorParameter) == 0x000020, "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) == 0x000008, "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) == 0x0002E0, "Wrong size on AEmitter"); \ +static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000290, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x0002A0, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleBurst) == 0x0002B0, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleDeath) == 0x0002C0, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleCollide) == 0x0002D0, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataAsset \ +static_assert(alignof(UDataAsset) == 0x000008, "Wrong alignment on UDataAsset"); \ +static_assert(sizeof(UDataAsset) == 0x000030, "Wrong size on UDataAsset"); \ +static_assert(offsetof(UDataAsset, NativeClass) == 0x000028, "Member 'UDataAsset::NativeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewMeshCollection \ +static_assert(alignof(UPreviewMeshCollection) == 0x000008, "Wrong alignment on UPreviewMeshCollection"); \ +static_assert(sizeof(UPreviewMeshCollection) == 0x000050, "Wrong size on UPreviewMeshCollection"); \ +static_assert(offsetof(UPreviewMeshCollection, Skeleton) == 0x000038, "Member 'UPreviewMeshCollection::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UPreviewMeshCollection, SkeletalMeshes) == 0x000040, "Member 'UPreviewMeshCollection::SkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSample \ +static_assert(alignof(UMaterialExpressionFontSample) == 0x000008, "Wrong alignment on UMaterialExpressionFontSample"); \ +static_assert(sizeof(UMaterialExpressionFontSample) == 0x0000C0, "Wrong size on UMaterialExpressionFontSample"); \ +static_assert(offsetof(UMaterialExpressionFontSample, Font) == 0x0000B0, "Member 'UMaterialExpressionFontSample::Font' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSample, FontTexturePage) == 0x0000B8, "Member 'UMaterialExpressionFontSample::FontTexturePage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ +static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ +static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x000380, "Wrong size on AEmitterCameraLensEffectBase"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x0002E8, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x0002F0, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x000300, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x000360, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x000368, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x000378, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_GetCurrentFrame \ +static_assert(alignof(AnimatedSparseVolumeTextureController_GetCurrentFrame) == 0x000008, "Wrong alignment on AnimatedSparseVolumeTextureController_GetCurrentFrame"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_GetCurrentFrame) == 0x000008, "Wrong size on AnimatedSparseVolumeTextureController_GetCurrentFrame"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetCurrentFrame, ReturnValue) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_GetCurrentFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation \ +static_assert(alignof(AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation) == 0x000008, "Wrong alignment on AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation) == 0x000018, "Wrong size on AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation, Frame0) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation::Frame0' has a wrong offset!"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation, Frame1) == 0x000008, "Member 'AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation::Frame1' has a wrong offset!"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation, LerpAlpha) == 0x000010, "Member 'AnimatedSparseVolumeTextureController_GetCurrentFramesForInterpolation::LerpAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_GetDuration \ +static_assert(alignof(AnimatedSparseVolumeTextureController_GetDuration) == 0x000004, "Wrong alignment on AnimatedSparseVolumeTextureController_GetDuration"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_GetDuration) == 0x000004, "Wrong size on AnimatedSparseVolumeTextureController_GetDuration"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetDuration, ReturnValue) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_GetFractionalFrameIndex \ +static_assert(alignof(AnimatedSparseVolumeTextureController_GetFractionalFrameIndex) == 0x000004, "Wrong alignment on AnimatedSparseVolumeTextureController_GetFractionalFrameIndex"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_GetFractionalFrameIndex) == 0x000004, "Wrong size on AnimatedSparseVolumeTextureController_GetFractionalFrameIndex"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetFractionalFrameIndex, ReturnValue) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_GetFractionalFrameIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_GetFrameByIndex \ +static_assert(alignof(AnimatedSparseVolumeTextureController_GetFrameByIndex) == 0x000008, "Wrong alignment on AnimatedSparseVolumeTextureController_GetFrameByIndex"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_GetFrameByIndex) == 0x000010, "Wrong size on AnimatedSparseVolumeTextureController_GetFrameByIndex"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetFrameByIndex, FrameIndex) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_GetFrameByIndex::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_GetFrameByIndex, ReturnValue) == 0x000008, "Member 'AnimatedSparseVolumeTextureController_GetFrameByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimatedSparseVolumeTextureController_Update \ +static_assert(alignof(AnimatedSparseVolumeTextureController_Update) == 0x000004, "Wrong alignment on AnimatedSparseVolumeTextureController_Update"); \ +static_assert(sizeof(AnimatedSparseVolumeTextureController_Update) == 0x000004, "Wrong size on AnimatedSparseVolumeTextureController_Update"); \ +static_assert(offsetof(AnimatedSparseVolumeTextureController_Update, DeltaTime) == 0x000000, "Member 'AnimatedSparseVolumeTextureController_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimatedSparseVolumeTextureController \ +static_assert(alignof(UAnimatedSparseVolumeTextureController) == 0x000008, "Wrong alignment on UAnimatedSparseVolumeTextureController"); \ +static_assert(sizeof(UAnimatedSparseVolumeTextureController) == 0x000048, "Wrong size on UAnimatedSparseVolumeTextureController"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, SparseVolumeTexture) == 0x000028, "Member 'UAnimatedSparseVolumeTextureController::SparseVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, Time) == 0x000030, "Member 'UAnimatedSparseVolumeTextureController::Time' has a wrong offset!"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, bIsPlaying) == 0x000034, "Member 'UAnimatedSparseVolumeTextureController::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, FrameRate) == 0x000038, "Member 'UAnimatedSparseVolumeTextureController::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, MipLevel) == 0x00003C, "Member 'UAnimatedSparseVolumeTextureController::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(UAnimatedSparseVolumeTextureController, bBlockingStreamingRequests) == 0x000040, "Member 'UAnimatedSparseVolumeTextureController::bBlockingStreamingRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngine \ +static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ +static_assert(sizeof(UEngine) == 0x0010A0, "Wrong size on UEngine"); \ +static_assert(offsetof(UEngine, TinyFont) == 0x000030, "Member 'UEngine::TinyFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TinyFontName) == 0x000038, "Member 'UEngine::TinyFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFont) == 0x000058, "Member 'UEngine::SmallFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFontName) == 0x000060, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFont) == 0x000080, "Member 'UEngine::MediumFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFontName) == 0x000088, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFont) == 0x0000A8, "Member 'UEngine::LargeFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFontName) == 0x0000B0, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFont) == 0x0000D0, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000D8, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFonts) == 0x0000F8, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFontNames) == 0x000108, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClass) == 0x000118, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClassName) == 0x000120, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000140, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000148, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000168, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000170, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClass) == 0x000190, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x000198, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x0001B8, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClass) == 0x0001D8, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x0001E0, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x000200, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x000208, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x000228, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AIControllerClassName) == 0x000230, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x000250, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x000258, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x000278, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x000298, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettings) == 0x0002A0, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x0002A8, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x0002B0, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x0002D0, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingletonClassName) == 0x0002F0, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingleton) == 0x000310, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000318, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManager) == 0x000338, "Member 'UEngine::AssetManager' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTexture) == 0x000340, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTextureName) == 0x000348, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x000368, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x000370, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x000390, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x000398, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x0003B8, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x0003C0, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x0003E0, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x0003E8, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000408, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000410, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTexture) == 0x000430, "Member 'UEngine::DefaultFilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTextureName) == 0x000438, "Member 'UEngine::DefaultFilmGrainTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterial) == 0x000458, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000460, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x000470, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x000478, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NaniteHiddenSectionMaterial) == 0x000498, "Member 'UEngine::NaniteHiddenSectionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NaniteHiddenSectionMaterialName) == 0x0004A0, "Member 'UEngine::NaniteHiddenSectionMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x0004B0, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x0004B8, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x0004D8, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x0004E0, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x0004F0, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x0004F8, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x000508, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x000510, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x000520, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x000528, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000538, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000540, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000550, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000558, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterial) == 0x000578, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x000580, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x000590, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x000598, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x0005A8, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x0005B0, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x0005C0, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x0005C8, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x0005D8, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x0005E0, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x0005F0, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x0005F8, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x000608, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x000628, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x000630, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000638, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x000640, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x000648, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x000650, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x000658, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x000660, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x000668, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x000670, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x000690, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x000698, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterial) == 0x0006B8, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x0006C0, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialName) == 0x0006C8, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x0006E8, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x0006F8, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, QuadComplexityColors) == 0x000708, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightComplexityColors) == 0x000718, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x000728, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LODColorationColors) == 0x000738, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HLODColorationColors) == 0x000748, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x000758, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationExcludedColor) == 0x000768, "Member 'UEngine::GPUSkinCacheVisualizationExcludedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationIncludedColor) == 0x000778, "Member 'UEngine::GPUSkinCacheVisualizationIncludedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationRecomputeTangentsColor) == 0x000788, "Member 'UEngine::GPUSkinCacheVisualizationRecomputeTangentsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationLowMemoryThresholdInMB) == 0x000798, "Member 'UEngine::GPUSkinCacheVisualizationLowMemoryThresholdInMB' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationHighMemoryThresholdInMB) == 0x00079C, "Member 'UEngine::GPUSkinCacheVisualizationHighMemoryThresholdInMB' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationLowMemoryColor) == 0x0007A0, "Member 'UEngine::GPUSkinCacheVisualizationLowMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationMidMemoryColor) == 0x0007B0, "Member 'UEngine::GPUSkinCacheVisualizationMidMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationHighMemoryColor) == 0x0007C0, "Member 'UEngine::GPUSkinCacheVisualizationHighMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationRayTracingLODOffsetColors) == 0x0007D0, "Member 'UEngine::GPUSkinCacheVisualizationRayTracingLODOffsetColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x0007E0, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x0007E4, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinLightMapDensity) == 0x0007E8, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x0007EC, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x0007F0, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x0007F8, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x0007FC, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000800, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000810, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StatColorMappings) == 0x000820, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000830, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x000838, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterial) == 0x000858, "Member 'UEngine::DefaultDestructiblePhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterialName) == 0x000860, "Member 'UEngine::DefaultDestructiblePhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x000880, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x000890, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0008A0, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x0008B0, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x0008C0, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x0008C8, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseScalarTexture) == 0x0008E8, "Member 'UEngine::BlueNoiseScalarTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2Texture) == 0x0008F0, "Member 'UEngine::BlueNoiseVec2Texture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseScalarTextureName) == 0x0008F8, "Member 'UEngine::BlueNoiseScalarTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2TextureName) == 0x000918, "Member 'UEngine::BlueNoiseVec2TextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture) == 0x000938, "Member 'UEngine::GlintTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture2) == 0x000940, "Member 'UEngine::GlintTexture2' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTextureName) == 0x000948, "Member 'UEngine::GlintTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture2Name) == 0x000968, "Member 'UEngine::GlintTexture2Name' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeTexture) == 0x000988, "Member 'UEngine::SimpleVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeTextureName) == 0x000990, "Member 'UEngine::SimpleVolumeTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeEnvTexture) == 0x0009B0, "Member 'UEngine::SimpleVolumeEnvTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeEnvTextureName) == 0x0009B8, "Member 'UEngine::SimpleVolumeEnvTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTexture) == 0x0009D8, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTextureName) == 0x0009E0, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000A00, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapArrayPlaceholderTexture) == 0x000A08, "Member 'UEngine::WeightMapArrayPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000A10, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapArrayPlaceholderTextureName) == 0x000A30, "Member 'UEngine::WeightMapArrayPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000A50, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000A58, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewport) == 0x000A80, "Member 'UEngine::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DeferredCommands) == 0x000A88, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NearClipPlane) == 0x000A98, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x000AA0, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, FixedFrameRate) == 0x000AA8, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x000AAC, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStep) == 0x000AC0, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x000AE8, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProvider) == 0x000B08, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000B30, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000B50, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x000B54, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x000B5C, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x000B64, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WorldBox) == 0x000B6C, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushWire) == 0x000B70, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_AddWire) == 0x000B74, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SubtractWire) == 0x000B78, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x000B7C, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_NonSolidWire) == 0x000B80, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WireBackground) == 0x000B84, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x000B88, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_VolumeCollision) == 0x000B8C, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BSPCollision) == 0x000B90, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_OrthoBackground) == 0x000B94, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_Volume) == 0x000B98, "Member 'UEngine::C_Volume' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushShape) == 0x000B9C, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x000BA8, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseStaticMeshMinLODPerQualityLevels) == 0x000BB8, "Member 'UEngine::UseStaticMeshMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseSkeletalMeshMinLODPerQualityLevels) == 0x000BB9, "Member 'UEngine::UseSkeletalMeshMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseGrassVarityPerQualityLevels) == 0x000BBA, "Member 'UEngine::UseGrassVarityPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionType) == 0x000BBB, "Member 'UEngine::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionDescription) == 0x000BC0, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionGameMode) == 0x000BD0, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x000BE4, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x000BE8, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x000BEC, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x000BF0, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResize) == 0x000BF8, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x000BFC, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x000C00, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000C10, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DisplayGamma) == 0x000C14, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000C18, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x000C1C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x000C2C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x000C3C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x000C4C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x000C5C, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x000C6C, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000C74, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000C78, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000C80, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x000C90, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x000C94, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x000C98, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlobalNetTravelCount) == 0x000F30, "Member 'UEngine::GlobalNetTravelCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000F38, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IrisNetDriverConfigs) == 0x000F48, "Member 'UEngine::IrisNetDriverConfigs' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ServerActors) == 0x000F58, "Member 'UEngine::ServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000F68, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000F78, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000FB8, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModel \ +static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ +static_assert(sizeof(UModel) == 0x000268, "Wrong size on UModel"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetCPUCopy \ +static_assert(alignof(Texture2D_Blueprint_GetCPUCopy) == 0x000008, "Wrong alignment on Texture2D_Blueprint_GetCPUCopy"); \ +static_assert(sizeof(Texture2D_Blueprint_GetCPUCopy) == 0x000008, "Wrong size on Texture2D_Blueprint_GetCPUCopy"); \ +static_assert(offsetof(Texture2D_Blueprint_GetCPUCopy, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetCPUCopy::ReturnValue' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on UTexture2D"); \ +static_assert(sizeof(UTexture2D) == 0x000150, "Wrong size on UTexture2D"); \ +static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x000130, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressX) == 0x000135, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressY) == 0x000136, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, ImportedSize) == 0x000138, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewModeUtils \ +static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ +static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ + +#define DUMPER7_ASSERTS_SoundSubmixWidgetInterface_OnConstructed \ +static_assert(alignof(SoundSubmixWidgetInterface_OnConstructed) == 0x000008, "Wrong alignment on SoundSubmixWidgetInterface_OnConstructed"); \ +static_assert(sizeof(SoundSubmixWidgetInterface_OnConstructed) == 0x000008, "Wrong size on SoundSubmixWidgetInterface_OnConstructed"); \ +static_assert(offsetof(SoundSubmixWidgetInterface_OnConstructed, SoundSubmix) == 0x000000, "Member 'SoundSubmixWidgetInterface_OnConstructed::SoundSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISoundSubmixWidgetInterface \ +static_assert(alignof(ISoundSubmixWidgetInterface) == 0x000001, "Wrong alignment on ISoundSubmixWidgetInterface"); \ +static_assert(sizeof(ISoundSubmixWidgetInterface) == 0x000001, "Wrong size on ISoundSubmixWidgetInterface"); \ + +#define DUMPER7_ASSERTS_UEngineBaseTypes \ +static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ +static_assert(sizeof(UEngineBaseTypes) == 0x000028, "Wrong size on UEngineBaseTypes"); \ + +#define DUMPER7_ASSERTS_UEngineTypes \ +static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ +static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionObjectResolver \ +static_assert(alignof(IWorldPartitionObjectResolver) == 0x000001, "Wrong alignment on IWorldPartitionObjectResolver"); \ +static_assert(sizeof(IWorldPartitionObjectResolver) == 0x000001, "Wrong size on IWorldPartitionObjectResolver"); \ + +#define DUMPER7_ASSERTS_AExponentialHeightFog \ +static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ +static_assert(sizeof(AExponentialHeightFog) == 0x0002A0, "Wrong size on AExponentialHeightFog"); \ +static_assert(offsetof(AExponentialHeightFog, Component) == 0x000290, "Member 'AExponentialHeightFog::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseAsset \ +static_assert(alignof(UPoseAsset) == 0x000008, "Wrong alignment on UPoseAsset"); \ +static_assert(sizeof(UPoseAsset) == 0x000110, "Wrong size on UPoseAsset"); \ +static_assert(offsetof(UPoseAsset, PoseContainer) == 0x000080, "Member 'UPoseAsset::PoseContainer' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, bAdditivePose) == 0x0000F0, "Member 'UPoseAsset::bAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, BasePoseIndex) == 0x0000F4, "Member 'UPoseAsset::BasePoseIndex' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSource) == 0x0000F8, "Member 'UPoseAsset::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSourceAssetReferencePose) == 0x000100, "Member 'UPoseAsset::RetargetSourceAssetReferencePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProxyLODMeshSimplificationSettings \ +static_assert(alignof(UProxyLODMeshSimplificationSettings) == 0x000008, "Wrong alignment on UProxyLODMeshSimplificationSettings"); \ +static_assert(sizeof(UProxyLODMeshSimplificationSettings) == 0x000040, "Wrong size on UProxyLODMeshSimplificationSettings"); \ +static_assert(offsetof(UProxyLODMeshSimplificationSettings, ProxyLODMeshReductionModuleName) == 0x000038, "Member 'UProxyLODMeshSimplificationSettings::ProxyLODMeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDX \ +static_assert(alignof(UMaterialExpressionDDX) == 0x000008, "Wrong alignment on UMaterialExpressionDDX"); \ +static_assert(sizeof(UMaterialExpressionDDX) == 0x0000D8, "Wrong size on UMaterialExpressionDDX"); \ +static_assert(offsetof(UMaterialExpressionDDX, Value) == 0x0000B0, "Member 'UMaterialExpressionDDX::Value' 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_SetHoldout \ +static_assert(alignof(ExponentialHeightFogComponent_SetHoldout) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetHoldout"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetHoldout) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetHoldout"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'ExponentialHeightFogComponent_SetHoldout::bNewHoldout' 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_SetRenderInMainPass \ +static_assert(alignof(ExponentialHeightFogComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetRenderInMainPass"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetRenderInMainPass) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetRenderInMainPass"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogData \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogData) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogData"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogData) == 0x00000C, "Wrong size on ExponentialHeightFogComponent_SetSecondFogData"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogData, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogData::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightOffset \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightOffset, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightOffset::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) == 0x000310, "Wrong size on UExponentialHeightFogComponent"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x000230, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x000234, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000238, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x000244, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringLuminance) == 0x000254, "Member 'UExponentialHeightFogComponent::FogInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SkyAtmosphereAmbientContributionColorScale) == 0x000264, "Member 'UExponentialHeightFogComponent::SkyAtmosphereAmbientContributionColorScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000278, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000280, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x000284, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x000294, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000298, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x00029C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x0002A0, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x0002A4, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringLuminance) == 0x0002B4, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x0002C4, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x0002C8, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x0002CC, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x0002D0, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x0002D4, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x0002D8, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x0002DC, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x0002EC, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x0002F0, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStartDistance) == 0x0002F4, "Member 'UExponentialHeightFogComponent::VolumetricFogStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogNearFadeInDistance) == 0x0002F8, "Member 'UExponentialHeightFogComponent::VolumetricFogNearFadeInDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x0002FC, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x000300, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' 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) == 0x000078, "Wrong size on UExporter"); \ +static_assert(offsetof(UExporter, SupportedClass) == 0x000028, "Member 'UExporter::SupportedClass' has a wrong offset!"); \ +static_assert(offsetof(UExporter, ExportRootScope) == 0x000030, "Member 'UExporter::ExportRootScope' has a wrong offset!"); \ +static_assert(offsetof(UExporter, FormatExtension) == 0x000038, "Member 'UExporter::FormatExtension' has a wrong offset!"); \ +static_assert(offsetof(UExporter, FormatDescription) == 0x000048, "Member 'UExporter::FormatDescription' has a wrong offset!"); \ +static_assert(offsetof(UExporter, PreferredFormatIndex) == 0x000058, "Member 'UExporter::PreferredFormatIndex' has a wrong offset!"); \ +static_assert(offsetof(UExporter, TextIndent) == 0x00005C, "Member 'UExporter::TextIndent' has a wrong offset!"); \ +static_assert(offsetof(UExporter, ExportTask) == 0x000068, "Member 'UExporter::ExportTask' 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) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClassList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClassList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClassList::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGenericConstant \ +static_assert(alignof(UMaterialExpressionGenericConstant) == 0x000008, "Wrong alignment on UMaterialExpressionGenericConstant"); \ +static_assert(sizeof(UMaterialExpressionGenericConstant) == 0x0000B0, "Wrong size on UMaterialExpressionGenericConstant"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantDouble \ +static_assert(alignof(UMaterialExpressionConstantDouble) == 0x000008, "Wrong alignment on UMaterialExpressionConstantDouble"); \ +static_assert(sizeof(UMaterialExpressionConstantDouble) == 0x0000B8, "Wrong size on UMaterialExpressionConstantDouble"); \ +static_assert(offsetof(UMaterialExpressionConstantDouble, Value) == 0x0000B0, "Member 'UMaterialExpressionConstantDouble::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeCubemap \ +static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ +static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000028, "Wrong size on UStereoLayerShapeCubemap"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_GetDebugColor \ +static_assert(alignof(DataLayerAsset_GetDebugColor) == 0x000004, "Wrong alignment on DataLayerAsset_GetDebugColor"); \ +static_assert(sizeof(DataLayerAsset_GetDebugColor) == 0x000004, "Wrong size on DataLayerAsset_GetDebugColor"); \ +static_assert(offsetof(DataLayerAsset_GetDebugColor, ReturnValue) == 0x000000, "Member 'DataLayerAsset_GetDebugColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_GetType \ +static_assert(alignof(DataLayerAsset_GetType) == 0x000001, "Wrong alignment on DataLayerAsset_GetType"); \ +static_assert(sizeof(DataLayerAsset_GetType) == 0x000001, "Wrong size on DataLayerAsset_GetType"); \ +static_assert(offsetof(DataLayerAsset_GetType, ReturnValue) == 0x000000, "Member 'DataLayerAsset_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsClientOnly \ +static_assert(alignof(DataLayerAsset_IsClientOnly) == 0x000001, "Wrong alignment on DataLayerAsset_IsClientOnly"); \ +static_assert(sizeof(DataLayerAsset_IsClientOnly) == 0x000001, "Wrong size on DataLayerAsset_IsClientOnly"); \ +static_assert(offsetof(DataLayerAsset_IsClientOnly, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsClientOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsRuntime \ +static_assert(alignof(DataLayerAsset_IsRuntime) == 0x000001, "Wrong alignment on DataLayerAsset_IsRuntime"); \ +static_assert(sizeof(DataLayerAsset_IsRuntime) == 0x000001, "Wrong size on DataLayerAsset_IsRuntime"); \ +static_assert(offsetof(DataLayerAsset_IsRuntime, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsServerOnly \ +static_assert(alignof(DataLayerAsset_IsServerOnly) == 0x000001, "Wrong alignment on DataLayerAsset_IsServerOnly"); \ +static_assert(sizeof(DataLayerAsset_IsServerOnly) == 0x000001, "Wrong size on DataLayerAsset_IsServerOnly"); \ +static_assert(offsetof(DataLayerAsset_IsServerOnly, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsServerOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerAsset \ +static_assert(alignof(UDataLayerAsset) == 0x000008, "Wrong alignment on UDataLayerAsset"); \ +static_assert(sizeof(UDataLayerAsset) == 0x000040, "Wrong size on UDataLayerAsset"); \ +static_assert(offsetof(UDataLayerAsset, DataLayerType) == 0x000030, "Member 'UDataLayerAsset::DataLayerType' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, bSupportsActorFilters) == 0x000031, "Member 'UDataLayerAsset::bSupportsActorFilters' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, DebugColor) == 0x000034, "Member 'UDataLayerAsset::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, LoadFilter) == 0x000038, "Member 'UDataLayerAsset::LoadFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataStreamChannel \ +static_assert(alignof(UDataStreamChannel) == 0x000008, "Wrong alignment on UDataStreamChannel"); \ +static_assert(sizeof(UDataStreamChannel) == 0x002098, "Wrong size on UDataStreamChannel"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade \ +static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ +static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x0000B0, "Wrong size on UMaterialExpressionDistanceCullFade"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerAsset \ +static_assert(alignof(UExternalDataLayerAsset) == 0x000008, "Wrong alignment on UExternalDataLayerAsset"); \ +static_assert(sizeof(UExternalDataLayerAsset) == 0x000048, "Wrong size on UExternalDataLayerAsset"); \ +static_assert(offsetof(UExternalDataLayerAsset, UID) == 0x000040, "Member 'UExternalDataLayerAsset::UID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ +static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ +static_assert(sizeof(USphereReflectionCaptureComponent) == 0x0002B0, "Wrong size on USphereReflectionCaptureComponent"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x000298, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x00029C, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002A0, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerEngineSubsystem \ +static_assert(alignof(UExternalDataLayerEngineSubsystem) == 0x000008, "Wrong alignment on UExternalDataLayerEngineSubsystem"); \ +static_assert(sizeof(UExternalDataLayerEngineSubsystem) == 0x0000A0, "Wrong size on UExternalDataLayerEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerInjectionPolicy \ +static_assert(alignof(UExternalDataLayerInjectionPolicy) == 0x000008, "Wrong alignment on UExternalDataLayerInjectionPolicy"); \ +static_assert(sizeof(UExternalDataLayerInjectionPolicy) == 0x000028, "Wrong size on UExternalDataLayerInjectionPolicy"); \ + +#define DUMPER7_ASSERTS_ALevelStreamingVolume \ +static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ +static_assert(sizeof(ALevelStreamingVolume) == 0x0002E0, "Wrong size on ALevelStreamingVolume"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x0002C8, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x0002DC, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetAsset \ +static_assert(alignof(DataLayerInstance_GetAsset) == 0x000008, "Wrong alignment on DataLayerInstance_GetAsset"); \ +static_assert(sizeof(DataLayerInstance_GetAsset) == 0x000008, "Wrong size on DataLayerInstance_GetAsset"); \ +static_assert(offsetof(DataLayerInstance_GetAsset, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDataLayerFullName \ +static_assert(alignof(DataLayerInstance_GetDataLayerFullName) == 0x000008, "Wrong alignment on DataLayerInstance_GetDataLayerFullName"); \ +static_assert(sizeof(DataLayerInstance_GetDataLayerFullName) == 0x000010, "Wrong size on DataLayerInstance_GetDataLayerFullName"); \ +static_assert(offsetof(DataLayerInstance_GetDataLayerFullName, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDataLayerFullName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDataLayerShortName \ +static_assert(alignof(DataLayerInstance_GetDataLayerShortName) == 0x000008, "Wrong alignment on DataLayerInstance_GetDataLayerShortName"); \ +static_assert(sizeof(DataLayerInstance_GetDataLayerShortName) == 0x000010, "Wrong size on DataLayerInstance_GetDataLayerShortName"); \ +static_assert(offsetof(DataLayerInstance_GetDataLayerShortName, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDataLayerShortName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDebugColor \ +static_assert(alignof(DataLayerInstance_GetDebugColor) == 0x000004, "Wrong alignment on DataLayerInstance_GetDebugColor"); \ +static_assert(sizeof(DataLayerInstance_GetDebugColor) == 0x000004, "Wrong size on DataLayerInstance_GetDebugColor"); \ +static_assert(offsetof(DataLayerInstance_GetDebugColor, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDebugColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetInitialRuntimeState \ +static_assert(alignof(DataLayerInstance_GetInitialRuntimeState) == 0x000001, "Wrong alignment on DataLayerInstance_GetInitialRuntimeState"); \ +static_assert(sizeof(DataLayerInstance_GetInitialRuntimeState) == 0x000001, "Wrong size on DataLayerInstance_GetInitialRuntimeState"); \ +static_assert(offsetof(DataLayerInstance_GetInitialRuntimeState, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetInitialRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetType \ +static_assert(alignof(DataLayerInstance_GetType) == 0x000001, "Wrong alignment on DataLayerInstance_GetType"); \ +static_assert(sizeof(DataLayerInstance_GetType) == 0x000001, "Wrong size on DataLayerInstance_GetType"); \ +static_assert(offsetof(DataLayerInstance_GetType, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsClientOnly \ +static_assert(alignof(DataLayerInstance_IsClientOnly) == 0x000001, "Wrong alignment on DataLayerInstance_IsClientOnly"); \ +static_assert(sizeof(DataLayerInstance_IsClientOnly) == 0x000001, "Wrong size on DataLayerInstance_IsClientOnly"); \ +static_assert(offsetof(DataLayerInstance_IsClientOnly, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsClientOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsEffectiveVisible \ +static_assert(alignof(DataLayerInstance_IsEffectiveVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsEffectiveVisible"); \ +static_assert(sizeof(DataLayerInstance_IsEffectiveVisible) == 0x000001, "Wrong size on DataLayerInstance_IsEffectiveVisible"); \ +static_assert(offsetof(DataLayerInstance_IsEffectiveVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsEffectiveVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsInitiallyVisible \ +static_assert(alignof(DataLayerInstance_IsInitiallyVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsInitiallyVisible"); \ +static_assert(sizeof(DataLayerInstance_IsInitiallyVisible) == 0x000001, "Wrong size on DataLayerInstance_IsInitiallyVisible"); \ +static_assert(offsetof(DataLayerInstance_IsInitiallyVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsInitiallyVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsRuntime \ +static_assert(alignof(DataLayerInstance_IsRuntime) == 0x000001, "Wrong alignment on DataLayerInstance_IsRuntime"); \ +static_assert(sizeof(DataLayerInstance_IsRuntime) == 0x000001, "Wrong size on DataLayerInstance_IsRuntime"); \ +static_assert(offsetof(DataLayerInstance_IsRuntime, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsServerOnly \ +static_assert(alignof(DataLayerInstance_IsServerOnly) == 0x000001, "Wrong alignment on DataLayerInstance_IsServerOnly"); \ +static_assert(sizeof(DataLayerInstance_IsServerOnly) == 0x000001, "Wrong size on DataLayerInstance_IsServerOnly"); \ +static_assert(offsetof(DataLayerInstance_IsServerOnly, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsServerOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsVisible \ +static_assert(alignof(DataLayerInstance_IsVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsVisible"); \ +static_assert(sizeof(DataLayerInstance_IsVisible) == 0x000001, "Wrong size on DataLayerInstance_IsVisible"); \ +static_assert(offsetof(DataLayerInstance_IsVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstance \ +static_assert(alignof(UDataLayerInstance) == 0x000008, "Wrong alignment on UDataLayerInstance"); \ +static_assert(sizeof(UDataLayerInstance) == 0x000048, "Wrong size on UDataLayerInstance"); \ +static_assert(offsetof(UDataLayerInstance, InitialRuntimeState) == 0x000028, "Member 'UDataLayerInstance::InitialRuntimeState' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstance, Parent) == 0x000030, "Member 'UDataLayerInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstance, Children) == 0x000038, "Member 'UDataLayerInstance::Children' 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) == 0x000030, "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) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, ReturnValue) == 0x000028, "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) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClass"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClass, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClass::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameInstanceSubsystem \ +static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ +static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthOfFieldFunction \ +static_assert(alignof(UMaterialExpressionDepthOfFieldFunction) == 0x000008, "Wrong alignment on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(sizeof(UMaterialExpressionDepthOfFieldFunction) == 0x0000E0, "Wrong size on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, FunctionValue) == 0x0000B0, "Member 'UMaterialExpressionDepthOfFieldFunction::FunctionValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, Depth) == 0x0000B8, "Member 'UMaterialExpressionDepthOfFieldFunction::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstanceWithAsset \ +static_assert(alignof(UDataLayerInstanceWithAsset) == 0x000008, "Wrong alignment on UDataLayerInstanceWithAsset"); \ +static_assert(sizeof(UDataLayerInstanceWithAsset) == 0x000050, "Wrong size on UDataLayerInstanceWithAsset"); \ +static_assert(offsetof(UDataLayerInstanceWithAsset, DataLayerAsset) == 0x000048, "Member 'UDataLayerInstanceWithAsset::DataLayerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerInstance \ +static_assert(alignof(UExternalDataLayerInstance) == 0x000008, "Wrong alignment on UExternalDataLayerInstance"); \ +static_assert(sizeof(UExternalDataLayerInstance) == 0x000050, "Wrong size on UExternalDataLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x0000D8, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerManager \ +static_assert(alignof(UExternalDataLayerManager) == 0x000008, "Wrong alignment on UExternalDataLayerManager"); \ +static_assert(sizeof(UExternalDataLayerManager) == 0x000080, "Wrong size on UExternalDataLayerManager"); \ +static_assert(offsetof(UExternalDataLayerManager, ExternalStreamingObjects) == 0x000030, "Member 'UExternalDataLayerManager::ExternalStreamingObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureEncodingUserSettings \ +static_assert(alignof(UTextureEncodingUserSettings) == 0x000008, "Wrong alignment on UTextureEncodingUserSettings"); \ +static_assert(sizeof(UTextureEncodingUserSettings) == 0x000040, "Wrong size on UTextureEncodingUserSettings"); \ +static_assert(offsetof(UTextureEncodingUserSettings, ForceEncodeSpeed) == 0x000038, "Member 'UTextureEncodingUserSettings::ForceEncodeSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_BroadcastFieldsValueChanged \ +static_assert(alignof(FieldNotificationLibrary_BroadcastFieldsValueChanged) == 0x000008, "Wrong alignment on FieldNotificationLibrary_BroadcastFieldsValueChanged"); \ +static_assert(sizeof(FieldNotificationLibrary_BroadcastFieldsValueChanged) == 0x000018, "Wrong size on FieldNotificationLibrary_BroadcastFieldsValueChanged"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldsValueChanged, Object) == 0x000000, "Member 'FieldNotificationLibrary_BroadcastFieldsValueChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldsValueChanged, FieldIds) == 0x000008, "Member 'FieldNotificationLibrary_BroadcastFieldsValueChanged::FieldIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_BroadcastFieldValueChanged \ +static_assert(alignof(FieldNotificationLibrary_BroadcastFieldValueChanged) == 0x000008, "Wrong alignment on FieldNotificationLibrary_BroadcastFieldValueChanged"); \ +static_assert(sizeof(FieldNotificationLibrary_BroadcastFieldValueChanged) == 0x000010, "Wrong size on FieldNotificationLibrary_BroadcastFieldValueChanged"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldValueChanged, Object) == 0x000000, "Member 'FieldNotificationLibrary_BroadcastFieldValueChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldValueChanged, FieldId) == 0x000008, "Member 'FieldNotificationLibrary_BroadcastFieldValueChanged::FieldId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_SetPropertyValueAndBroadcast \ +static_assert(alignof(FieldNotificationLibrary_SetPropertyValueAndBroadcast) == 0x000008, "Wrong alignment on FieldNotificationLibrary_SetPropertyValueAndBroadcast"); \ +static_assert(sizeof(FieldNotificationLibrary_SetPropertyValueAndBroadcast) == 0x000028, "Wrong size on FieldNotificationLibrary_SetPropertyValueAndBroadcast"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NewValueByRef) == 0x000000, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NewValueByRef' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, OldValue) == 0x000004, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NewValue) == 0x000008, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NewValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, Object) == 0x000010, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NetOwner) == 0x000018, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NetOwner' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bHasLocalRepNotify) == 0x000020, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bHasLocalRepNotify' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bShouldFlushDormancyOnSet) == 0x000021, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bShouldFlushDormancyOnSet' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bIsNetProperty) == 0x000022, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bIsNetProperty' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, ReturnValue) == 0x000023, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_SetPropertyValueAndBroadcastFields \ +static_assert(alignof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields) == 0x000008, "Wrong alignment on FieldNotificationLibrary_SetPropertyValueAndBroadcastFields"); \ +static_assert(sizeof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields) == 0x000040, "Wrong size on FieldNotificationLibrary_SetPropertyValueAndBroadcastFields"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NewValueByRef) == 0x000000, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NewValueByRef' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, OldValue) == 0x000004, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NewValue) == 0x000008, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NewValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, Object) == 0x000010, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NetOwner) == 0x000018, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NetOwner' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bHasLocalRepNotify) == 0x000020, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bHasLocalRepNotify' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bShouldFlushDormancyOnSet) == 0x000021, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bShouldFlushDormancyOnSet' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bIsNetProperty) == 0x000022, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bIsNetProperty' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, ExtraFieldIds) == 0x000028, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::ExtraFieldIds' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, ReturnValue) == 0x000038, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNotificationLibrary \ +static_assert(alignof(UFieldNotificationLibrary) == 0x000008, "Wrong alignment on UFieldNotificationLibrary"); \ +static_assert(sizeof(UFieldNotificationLibrary) == 0x000028, "Wrong size on UFieldNotificationLibrary"); \ + +#define DUMPER7_ASSERTS_URPCDoSDetectionConfig \ +static_assert(alignof(URPCDoSDetectionConfig) == 0x000008, "Wrong alignment on URPCDoSDetectionConfig"); \ +static_assert(sizeof(URPCDoSDetectionConfig) == 0x000088, "Wrong size on URPCDoSDetectionConfig"); \ +static_assert(offsetof(URPCDoSDetectionConfig, bRPCDoSDetection) == 0x000028, "Member 'URPCDoSDetectionConfig::bRPCDoSDetection' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, bRPCDoSAnalytics) == 0x000029, "Member 'URPCDoSDetectionConfig::bRPCDoSAnalytics' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, HitchTimeQuotaMS) == 0x00002C, "Member 'URPCDoSDetectionConfig::HitchTimeQuotaMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, HitchSuspendDetectionTimeMS) == 0x000030, "Member 'URPCDoSDetectionConfig::HitchSuspendDetectionTimeMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, DetectionSeverity) == 0x000038, "Member 'URPCDoSDetectionConfig::DetectionSeverity' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, InitialConnectToleranceMS) == 0x000048, "Member 'URPCDoSDetectionConfig::InitialConnectToleranceMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCBlockWhitelist) == 0x000050, "Member 'URPCDoSDetectionConfig::RPCBlockWhitelist' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCBlockAllowlist) == 0x000060, "Member 'URPCDoSDetectionConfig::RPCBlockAllowlist' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCAnalyticsThresholds) == 0x000070, "Member 'URPCDoSDetectionConfig::RPCAnalyticsThresholds' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCAnalyticsOverrideChance) == 0x000080, "Member 'URPCDoSDetectionConfig::RPCAnalyticsOverrideChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter \ +static_assert(alignof(UMaterialExpressionDynamicParameter) == 0x000008, "Wrong alignment on UMaterialExpressionDynamicParameter"); \ +static_assert(sizeof(UMaterialExpressionDynamicParameter) == 0x0000D8, "Wrong size on UMaterialExpressionDynamicParameter"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParamNames) == 0x0000B0, "Member 'UMaterialExpressionDynamicParameter::ParamNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, DefaultValue) == 0x0000C0, "Member 'UMaterialExpressionDynamicParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParameterIndex) == 0x0000D0, "Member 'UMaterialExpressionDynamicParameter::ParameterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontImportOptions \ +static_assert(alignof(UFontImportOptions) == 0x000008, "Wrong alignment on UFontImportOptions"); \ +static_assert(sizeof(UFontImportOptions) == 0x0000D8, "Wrong size on UFontImportOptions"); \ +static_assert(offsetof(UFontImportOptions, Data) == 0x000028, "Member 'UFontImportOptions::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ +static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000008, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000098, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InEquirectProps) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InEquirectProps' 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) == 0x000008, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000010, "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) == 0x000008, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000028, "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) == 0x000008, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000010, "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) == 0x000008, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000028, "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) == 0x0003D0, "Wrong size on UStereoLayerComponent"); \ +static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000238, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000240, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, AdditionalFlags) == 0x000250, "Member 'UStereoLayerComponent::AdditionalFlags' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000260, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x000270, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000298, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x00029C, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x0002A0, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x0002A8, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x000340, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x000341, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Shape) == 0x000348, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Priority) == 0x000350, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackAttenuation \ +static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ +static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000E8, "Wrong size on UForceFeedbackAttenuation"); \ +static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000028, "Member 'UForceFeedbackAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameNetworkManager \ +static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ +static_assert(sizeof(AGameNetworkManager) == 0x000338, "Wrong size on AGameNetworkManager"); \ +static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000290, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x000294, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000298, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x00029C, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x0002A0, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x0002A4, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x0002A8, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x0002AC, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x0002B0, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x0002B8, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x0002BC, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x0002C0, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x0002C4, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x0002C8, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x0002CC, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x0002D0, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x0002D4, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x0002D8, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x0002DC, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x0002E0, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x0002E4, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x0002E8, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x0002EC, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x0002F0, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x0002F4, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x0002F8, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x0002FC, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000300, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x000304, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x000308, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x00030C, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x000310, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x000314, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x000318, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x000319, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x00031A, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x00031C, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x000320, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x000324, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x000328, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x00032C, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x00032D, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbs \ +static_assert(alignof(UMaterialExpressionAbs) == 0x000008, "Wrong alignment on UMaterialExpressionAbs"); \ +static_assert(sizeof(UMaterialExpressionAbs) == 0x0000D8, "Wrong size on UMaterialExpressionAbs"); \ +static_assert(offsetof(UMaterialExpressionAbs, Input) == 0x0000B0, "Member 'UMaterialExpressionAbs::Input' 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) == 0x0002A8, "Wrong size on ASpotLight"); \ +static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x0002A0, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionSettings \ +static_assert(alignof(UAnimBoneCompressionSettings) == 0x000008, "Wrong alignment on UAnimBoneCompressionSettings"); \ +static_assert(sizeof(UAnimBoneCompressionSettings) == 0x000038, "Wrong size on UAnimBoneCompressionSettings"); \ +static_assert(offsetof(UAnimBoneCompressionSettings, Codecs) == 0x000028, "Member 'UAnimBoneCompressionSettings::Codecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshEditorData \ +static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ +static_assert(sizeof(USkeletalMeshEditorData) == 0x000028, "Wrong size on USkeletalMeshEditorData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionOneMinus \ +static_assert(alignof(UMaterialExpressionOneMinus) == 0x000008, "Wrong alignment on UMaterialExpressionOneMinus"); \ +static_assert(sizeof(UMaterialExpressionOneMinus) == 0x0000D8, "Wrong size on UMaterialExpressionOneMinus"); \ +static_assert(offsetof(UMaterialExpressionOneMinus, Input) == 0x0000B0, "Member 'UMaterialExpressionOneMinus::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ +static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ +static_assert(sizeof(AGeneratedMeshAreaLight) == 0x0002A8, "Wrong size on AGeneratedMeshAreaLight"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Base \ +static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ +static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000028, "Wrong size on UHapticFeedbackEffect_Base"); \ + +#define DUMPER7_ASSERTS_UAnimCompress \ +static_assert(alignof(UAnimCompress) == 0x000008, "Wrong alignment on UAnimCompress"); \ +static_assert(sizeof(UAnimCompress) == 0x000040, "Wrong size on UAnimCompress"); \ +static_assert(offsetof(UAnimCompress, TranslationCompressionFormat) == 0x00003C, "Member 'UAnimCompress::TranslationCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress, RotationCompressionFormat) == 0x00003D, "Member 'UAnimCompress::RotationCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress, ScaleCompressionFormat) == 0x00003E, "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) == 0x000050, "Wrong size on UAnimCompress_RemoveTrivialKeys"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveTrivialKeys::MaxPosDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveTrivialKeys::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveTrivialKeys::MaxScaleDiff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ +static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x0000C0, "Wrong size on UMaterialExpressionConstant3Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x0000B0, "Member 'UMaterialExpressionConstant3Vector::Constant' 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) == 0x000040, "Wrong size on UHapticFeedbackEffect_Buffer"); \ +static_assert(offsetof(UHapticFeedbackEffect_Buffer, Amplitudes) == 0x000028, "Member 'UHapticFeedbackEffect_Buffer::Amplitudes' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackEffect_Buffer, SampleRate) == 0x000038, "Member 'UHapticFeedbackEffect_Buffer::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_ResetClothingSimulation \ +static_assert(alignof(UAnimNotify_ResetClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResetClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_ResetClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_ResetClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Curve \ +static_assert(alignof(UHapticFeedbackEffect_Curve) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Curve"); \ +static_assert(sizeof(UHapticFeedbackEffect_Curve) == 0x000138, "Wrong size on UHapticFeedbackEffect_Curve"); \ +static_assert(offsetof(UHapticFeedbackEffect_Curve, HapticDetails) == 0x000028, "Member 'UHapticFeedbackEffect_Curve::HapticDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeAttenuation \ +static_assert(alignof(USoundNodeAttenuation) == 0x000008, "Wrong alignment on USoundNodeAttenuation"); \ +static_assert(sizeof(USoundNodeAttenuation) == 0x000428, "Wrong size on USoundNodeAttenuation"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationSettings) == 0x000048, "Member 'USoundNodeAttenuation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationOverrides) == 0x000050, "Member 'USoundNodeAttenuation::AttenuationOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFloor \ +static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ +static_assert(sizeof(UMaterialExpressionFloor) == 0x0000D8, "Wrong size on UMaterialExpressionFloor"); \ +static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x0000B0, "Member 'UMaterialExpressionFloor::Input' 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) == 0x000048, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, bUseStereo) == 0x000030, "Member 'UHapticFeedbackEffect_SoundWave::bUseStereo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBase \ +static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ +static_assert(sizeof(ATriggerBase) == 0x000298, "Wrong size on ATriggerBase"); \ +static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000290, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODInstancedStaticMeshComponent \ +static_assert(alignof(UHLODInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHLODInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHLODInstancedStaticMeshComponent) == 0x000980, "Wrong size on UHLODInstancedStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActors \ +static_assert(alignof(UWorldPartitionHLODSourceActors) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActors"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActors) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActors"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ +static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ +static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000100, "Wrong size on UMaterialExpressionDotProduct"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x0000B0, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, B) == 0x0000D8, "Member 'UMaterialExpressionDotProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActorsFromCell \ +static_assert(alignof(UWorldPartitionHLODSourceActorsFromCell) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActorsFromCell"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActorsFromCell) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActorsFromCell"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveLinearKeys \ +static_assert(alignof(UAnimCompress_RemoveLinearKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveLinearKeys"); \ +static_assert(sizeof(UAnimCompress_RemoveLinearKeys) == 0x000060, "Wrong size on UAnimCompress_RemoveLinearKeys"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveLinearKeys::MaxPosDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveLinearKeys::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveLinearKeys::MaxScaleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxEffectorDiff) == 0x00004C, "Member 'UAnimCompress_RemoveLinearKeys::MaxEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MinEffectorDiff) == 0x000050, "Member 'UAnimCompress_RemoveLinearKeys::MinEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, EffectorDiffSocket) == 0x000054, "Member 'UAnimCompress_RemoveLinearKeys::EffectorDiffSocket' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, ParentKeyScale) == 0x000058, "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) == 0x0000D8, "Wrong size on UAnimCompress_PerTrackCompression"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxZeroingThreshold) == 0x000060, "Member 'UAnimCompress_PerTrackCompression::MaxZeroingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxPosDiffBitwise) == 0x000064, "Member 'UAnimCompress_PerTrackCompression::MaxPosDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxAngleDiffBitwise) == 0x000068, "Member 'UAnimCompress_PerTrackCompression::MaxAngleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxScaleDiffBitwise) == 0x00006C, "Member 'UAnimCompress_PerTrackCompression::MaxScaleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedRotationFormats) == 0x000070, "Member 'UAnimCompress_PerTrackCompression::AllowedRotationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedTranslationFormats) == 0x000080, "Member 'UAnimCompress_PerTrackCompression::AllowedTranslationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedScaleFormats) == 0x000090, "Member 'UAnimCompress_PerTrackCompression::AllowedScaleFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ResampledFramerate) == 0x0000A4, "Member 'UAnimCompress_PerTrackCompression::ResampledFramerate' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MinKeysForResampling) == 0x0000A8, "Member 'UAnimCompress_PerTrackCompression::MinKeysForResampling' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TrackHeightBias) == 0x0000B0, "Member 'UAnimCompress_PerTrackCompression::TrackHeightBias' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisor) == 0x0000B4, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisor' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisorExponent) == 0x0000B8, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisorExponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, RotationErrorSourceRatio) == 0x0000C0, "Member 'UAnimCompress_PerTrackCompression::RotationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TranslationErrorSourceRatio) == 0x0000C4, "Member 'UAnimCompress_PerTrackCompression::TranslationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ScaleErrorSourceRatio) == 0x0000C8, "Member 'UAnimCompress_PerTrackCompression::ScaleErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxErrorPerTrackRatio) == 0x0000CC, "Member 'UAnimCompress_PerTrackCompression::MaxErrorPerTrackRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, PerturbationProbeSize) == 0x0000D0, "Member 'UAnimCompress_PerTrackCompression::PerturbationProbeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActorsFromLevel \ +static_assert(alignof(UWorldPartitionHLODSourceActorsFromLevel) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActorsFromLevel"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActorsFromLevel) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActorsFromLevel"); \ + +#define DUMPER7_ASSERTS_UPhysicsAsset \ +static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ +static_assert(sizeof(UPhysicsAsset) == 0x000150, "Wrong size on UPhysicsAsset"); \ +static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000030, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000040, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000050, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverSettings) == 0x000060, "Member 'UPhysicsAsset::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x00007C, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverType) == 0x000094, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000138, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000140, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddAttribute \ +static_assert(alignof(AnimationDataController_AddAttribute) == 0x000008, "Wrong alignment on AnimationDataController_AddAttribute"); \ +static_assert(sizeof(AnimationDataController_AddAttribute) == 0x000048, "Wrong size on AnimationDataController_AddAttribute"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_AddAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, bShouldTransact) == 0x000040, "Member 'AnimationDataController_AddAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, ReturnValue) == 0x000041, "Member 'AnimationDataController_AddAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddBoneCurve \ +static_assert(alignof(AnimationDataController_AddBoneCurve) == 0x000004, "Wrong alignment on AnimationDataController_AddBoneCurve"); \ +static_assert(sizeof(AnimationDataController_AddBoneCurve) == 0x00000C, "Wrong size on AnimationDataController_AddBoneCurve"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, BoneName) == 0x000000, "Member 'AnimationDataController_AddBoneCurve::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, bShouldTransact) == 0x000008, "Member 'AnimationDataController_AddBoneCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, ReturnValue) == 0x000009, "Member 'AnimationDataController_AddBoneCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddBoneTrack \ +static_assert(alignof(AnimationDataController_AddBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_AddBoneTrack"); \ +static_assert(sizeof(AnimationDataController_AddBoneTrack) == 0x000010, "Wrong size on AnimationDataController_AddBoneTrack"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_AddBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, bShouldTransact) == 0x000008, "Member 'AnimationDataController_AddBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, ReturnValue) == 0x00000C, "Member 'AnimationDataController_AddBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddCurve \ +static_assert(alignof(AnimationDataController_AddCurve) == 0x000004, "Wrong alignment on AnimationDataController_AddCurve"); \ +static_assert(sizeof(AnimationDataController_AddCurve) == 0x000014, "Wrong size on AnimationDataController_AddCurve"); \ +static_assert(offsetof(AnimationDataController_AddCurve, CurveId) == 0x000000, "Member 'AnimationDataController_AddCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, CurveFlags) == 0x00000C, "Member 'AnimationDataController_AddCurve::CurveFlags' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, bShouldTransact) == 0x000010, "Member 'AnimationDataController_AddCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, ReturnValue) == 0x000011, "Member 'AnimationDataController_AddCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_CloseBracket \ +static_assert(alignof(AnimationDataController_CloseBracket) == 0x000001, "Wrong alignment on AnimationDataController_CloseBracket"); \ +static_assert(sizeof(AnimationDataController_CloseBracket) == 0x000001, "Wrong size on AnimationDataController_CloseBracket"); \ +static_assert(offsetof(AnimationDataController_CloseBracket, bShouldTransact) == 0x000000, "Member 'AnimationDataController_CloseBracket::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_DuplicateAttribute \ +static_assert(alignof(AnimationDataController_DuplicateAttribute) == 0x000008, "Wrong alignment on AnimationDataController_DuplicateAttribute"); \ +static_assert(sizeof(AnimationDataController_DuplicateAttribute) == 0x000088, "Wrong size on AnimationDataController_DuplicateAttribute"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_DuplicateAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, NewAttributeIdentifier) == 0x000040, "Member 'AnimationDataController_DuplicateAttribute::NewAttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, bShouldTransact) == 0x000080, "Member 'AnimationDataController_DuplicateAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, ReturnValue) == 0x000081, "Member 'AnimationDataController_DuplicateAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_DuplicateCurve \ +static_assert(alignof(AnimationDataController_DuplicateCurve) == 0x000004, "Wrong alignment on AnimationDataController_DuplicateCurve"); \ +static_assert(sizeof(AnimationDataController_DuplicateCurve) == 0x00001C, "Wrong size on AnimationDataController_DuplicateCurve"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, CopyCurveId) == 0x000000, "Member 'AnimationDataController_DuplicateCurve::CopyCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, NewCurveId) == 0x00000C, "Member 'AnimationDataController_DuplicateCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, bShouldTransact) == 0x000018, "Member 'AnimationDataController_DuplicateCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, ReturnValue) == 0x000019, "Member 'AnimationDataController_DuplicateCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_FindOrAddCurveNamesOnSkeleton \ +static_assert(alignof(AnimationDataController_FindOrAddCurveNamesOnSkeleton) == 0x000008, "Wrong alignment on AnimationDataController_FindOrAddCurveNamesOnSkeleton"); \ +static_assert(sizeof(AnimationDataController_FindOrAddCurveNamesOnSkeleton) == 0x000010, "Wrong size on AnimationDataController_FindOrAddCurveNamesOnSkeleton"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, Skeleton) == 0x000000, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, SupportedCurveType) == 0x000008, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, bShouldTransact) == 0x000009, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_InsertBoneTrack \ +static_assert(alignof(AnimationDataController_InsertBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_InsertBoneTrack"); \ +static_assert(sizeof(AnimationDataController_InsertBoneTrack) == 0x000014, "Wrong size on AnimationDataController_InsertBoneTrack"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_InsertBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, DesiredIndex) == 0x000008, "Member 'AnimationDataController_InsertBoneTrack::DesiredIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_InsertBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, ReturnValue) == 0x000010, "Member 'AnimationDataController_InsertBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_OpenBracket \ +static_assert(alignof(AnimationDataController_OpenBracket) == 0x000008, "Wrong alignment on AnimationDataController_OpenBracket"); \ +static_assert(sizeof(AnimationDataController_OpenBracket) == 0x000018, "Wrong size on AnimationDataController_OpenBracket"); \ +static_assert(offsetof(AnimationDataController_OpenBracket, InTitle) == 0x000000, "Member 'AnimationDataController_OpenBracket::InTitle' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_OpenBracket, bShouldTransact) == 0x000010, "Member 'AnimationDataController_OpenBracket::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllAttributes \ +static_assert(alignof(AnimationDataController_RemoveAllAttributes) == 0x000004, "Wrong alignment on AnimationDataController_RemoveAllAttributes"); \ +static_assert(sizeof(AnimationDataController_RemoveAllAttributes) == 0x000008, "Wrong size on AnimationDataController_RemoveAllAttributes"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributes, bShouldTransact) == 0x000000, "Member 'AnimationDataController_RemoveAllAttributes::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributes, ReturnValue) == 0x000004, "Member 'AnimationDataController_RemoveAllAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllAttributesForBone \ +static_assert(alignof(AnimationDataController_RemoveAllAttributesForBone) == 0x000004, "Wrong alignment on AnimationDataController_RemoveAllAttributesForBone"); \ +static_assert(sizeof(AnimationDataController_RemoveAllAttributesForBone) == 0x000010, "Wrong size on AnimationDataController_RemoveAllAttributesForBone"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, BoneName) == 0x000000, "Member 'AnimationDataController_RemoveAllAttributesForBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, bShouldTransact) == 0x000008, "Member 'AnimationDataController_RemoveAllAttributesForBone::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, ReturnValue) == 0x00000C, "Member 'AnimationDataController_RemoveAllAttributesForBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllBoneTracks \ +static_assert(alignof(AnimationDataController_RemoveAllBoneTracks) == 0x000001, "Wrong alignment on AnimationDataController_RemoveAllBoneTracks"); \ +static_assert(sizeof(AnimationDataController_RemoveAllBoneTracks) == 0x000001, "Wrong size on AnimationDataController_RemoveAllBoneTracks"); \ +static_assert(offsetof(AnimationDataController_RemoveAllBoneTracks, bShouldTransact) == 0x000000, "Member 'AnimationDataController_RemoveAllBoneTracks::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllCurvesOfType \ +static_assert(alignof(AnimationDataController_RemoveAllCurvesOfType) == 0x000001, "Wrong alignment on AnimationDataController_RemoveAllCurvesOfType"); \ +static_assert(sizeof(AnimationDataController_RemoveAllCurvesOfType) == 0x000002, "Wrong size on AnimationDataController_RemoveAllCurvesOfType"); \ +static_assert(offsetof(AnimationDataController_RemoveAllCurvesOfType, SupportedCurveType) == 0x000000, "Member 'AnimationDataController_RemoveAllCurvesOfType::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllCurvesOfType, bShouldTransact) == 0x000001, "Member 'AnimationDataController_RemoveAllCurvesOfType::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAttribute \ +static_assert(alignof(AnimationDataController_RemoveAttribute) == 0x000008, "Wrong alignment on AnimationDataController_RemoveAttribute"); \ +static_assert(sizeof(AnimationDataController_RemoveAttribute) == 0x000048, "Wrong size on AnimationDataController_RemoveAttribute"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_RemoveAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, bShouldTransact) == 0x000040, "Member 'AnimationDataController_RemoveAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, ReturnValue) == 0x000041, "Member 'AnimationDataController_RemoveAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAttributeKey \ +static_assert(alignof(AnimationDataController_RemoveAttributeKey) == 0x000008, "Wrong alignment on AnimationDataController_RemoveAttributeKey"); \ +static_assert(sizeof(AnimationDataController_RemoveAttributeKey) == 0x000048, "Wrong size on AnimationDataController_RemoveAttributeKey"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_RemoveAttributeKey::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, Time) == 0x000040, "Member 'AnimationDataController_RemoveAttributeKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, bShouldTransact) == 0x000044, "Member 'AnimationDataController_RemoveAttributeKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, ReturnValue) == 0x000045, "Member 'AnimationDataController_RemoveAttributeKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveBoneTrack \ +static_assert(alignof(AnimationDataController_RemoveBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_RemoveBoneTrack"); \ +static_assert(sizeof(AnimationDataController_RemoveBoneTrack) == 0x00000C, "Wrong size on AnimationDataController_RemoveBoneTrack"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_RemoveBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, bShouldTransact) == 0x000008, "Member 'AnimationDataController_RemoveBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, ReturnValue) == 0x000009, "Member 'AnimationDataController_RemoveBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveCurve \ +static_assert(alignof(AnimationDataController_RemoveCurve) == 0x000004, "Wrong alignment on AnimationDataController_RemoveCurve"); \ +static_assert(sizeof(AnimationDataController_RemoveCurve) == 0x000010, "Wrong size on AnimationDataController_RemoveCurve"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_RemoveCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, ReturnValue) == 0x00000D, "Member 'AnimationDataController_RemoveCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveCurveKey \ +static_assert(alignof(AnimationDataController_RemoveCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_RemoveCurveKey"); \ +static_assert(sizeof(AnimationDataController_RemoveCurveKey) == 0x000014, "Wrong size on AnimationDataController_RemoveCurveKey"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_RemoveCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, bShouldTransact) == 0x000010, "Member 'AnimationDataController_RemoveCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, ReturnValue) == 0x000011, "Member 'AnimationDataController_RemoveCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveTransformCurveKey \ +static_assert(alignof(AnimationDataController_RemoveTransformCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_RemoveTransformCurveKey"); \ +static_assert(sizeof(AnimationDataController_RemoveTransformCurveKey) == 0x000014, "Wrong size on AnimationDataController_RemoveTransformCurveKey"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveTransformCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_RemoveTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, bShouldTransact) == 0x000010, "Member 'AnimationDataController_RemoveTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, ReturnValue) == 0x000011, "Member 'AnimationDataController_RemoveTransformCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RenameCurve \ +static_assert(alignof(AnimationDataController_RenameCurve) == 0x000004, "Wrong alignment on AnimationDataController_RenameCurve"); \ +static_assert(sizeof(AnimationDataController_RenameCurve) == 0x00001C, "Wrong size on AnimationDataController_RenameCurve"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, CurveToRenameId) == 0x000000, "Member 'AnimationDataController_RenameCurve::CurveToRenameId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, NewCurveId) == 0x00000C, "Member 'AnimationDataController_RenameCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, bShouldTransact) == 0x000018, "Member 'AnimationDataController_RenameCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, ReturnValue) == 0x000019, "Member 'AnimationDataController_RenameCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_Resize \ +static_assert(alignof(AnimationDataController_Resize) == 0x000004, "Wrong alignment on AnimationDataController_Resize"); \ +static_assert(sizeof(AnimationDataController_Resize) == 0x000010, "Wrong size on AnimationDataController_Resize"); \ +static_assert(offsetof(AnimationDataController_Resize, Length) == 0x000000, "Member 'AnimationDataController_Resize::Length' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, T0) == 0x000004, "Member 'AnimationDataController_Resize::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, T1) == 0x000008, "Member 'AnimationDataController_Resize::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_Resize::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizeInFrames \ +static_assert(alignof(AnimationDataController_ResizeInFrames) == 0x000004, "Wrong alignment on AnimationDataController_ResizeInFrames"); \ +static_assert(sizeof(AnimationDataController_ResizeInFrames) == 0x000010, "Wrong size on AnimationDataController_ResizeInFrames"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_ResizeInFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, T0) == 0x000004, "Member 'AnimationDataController_ResizeInFrames::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, T1) == 0x000008, "Member 'AnimationDataController_ResizeInFrames::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizeInFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizeNumberOfFrames \ +static_assert(alignof(AnimationDataController_ResizeNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataController_ResizeNumberOfFrames"); \ +static_assert(sizeof(AnimationDataController_ResizeNumberOfFrames) == 0x000010, "Wrong size on AnimationDataController_ResizeNumberOfFrames"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_ResizeNumberOfFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, T0) == 0x000004, "Member 'AnimationDataController_ResizeNumberOfFrames::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, T1) == 0x000008, "Member 'AnimationDataController_ResizeNumberOfFrames::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizeNumberOfFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizePlayLength \ +static_assert(alignof(AnimationDataController_ResizePlayLength) == 0x000004, "Wrong alignment on AnimationDataController_ResizePlayLength"); \ +static_assert(sizeof(AnimationDataController_ResizePlayLength) == 0x000010, "Wrong size on AnimationDataController_ResizePlayLength"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, NewLength) == 0x000000, "Member 'AnimationDataController_ResizePlayLength::NewLength' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, T0) == 0x000004, "Member 'AnimationDataController_ResizePlayLength::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, T1) == 0x000008, "Member 'AnimationDataController_ResizePlayLength::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizePlayLength::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ScaleCurve \ +static_assert(alignof(AnimationDataController_ScaleCurve) == 0x000004, "Wrong alignment on AnimationDataController_ScaleCurve"); \ +static_assert(sizeof(AnimationDataController_ScaleCurve) == 0x000018, "Wrong size on AnimationDataController_ScaleCurve"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, CurveId) == 0x000000, "Member 'AnimationDataController_ScaleCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, Origin) == 0x00000C, "Member 'AnimationDataController_ScaleCurve::Origin' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, Factor) == 0x000010, "Member 'AnimationDataController_ScaleCurve::Factor' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, bShouldTransact) == 0x000014, "Member 'AnimationDataController_ScaleCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, ReturnValue) == 0x000015, "Member 'AnimationDataController_ScaleCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetBoneTrackKeys \ +static_assert(alignof(AnimationDataController_SetBoneTrackKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetBoneTrackKeys"); \ +static_assert(sizeof(AnimationDataController_SetBoneTrackKeys) == 0x000040, "Wrong size on AnimationDataController_SetBoneTrackKeys"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, BoneName) == 0x000000, "Member 'AnimationDataController_SetBoneTrackKeys::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, PositionalKeys) == 0x000008, "Member 'AnimationDataController_SetBoneTrackKeys::PositionalKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, RotationalKeys) == 0x000018, "Member 'AnimationDataController_SetBoneTrackKeys::RotationalKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, ScalingKeys) == 0x000028, "Member 'AnimationDataController_SetBoneTrackKeys::ScalingKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, bShouldTransact) == 0x000038, "Member 'AnimationDataController_SetBoneTrackKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, ReturnValue) == 0x000039, "Member 'AnimationDataController_SetBoneTrackKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveColor \ +static_assert(alignof(AnimationDataController_SetCurveColor) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveColor"); \ +static_assert(sizeof(AnimationDataController_SetCurveColor) == 0x000020, "Wrong size on AnimationDataController_SetCurveColor"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveColor::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, Color) == 0x00000C, "Member 'AnimationDataController_SetCurveColor::Color' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, bShouldTransact) == 0x00001C, "Member 'AnimationDataController_SetCurveColor::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, ReturnValue) == 0x00001D, "Member 'AnimationDataController_SetCurveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveComment \ +static_assert(alignof(AnimationDataController_SetCurveComment) == 0x000008, "Wrong alignment on AnimationDataController_SetCurveComment"); \ +static_assert(sizeof(AnimationDataController_SetCurveComment) == 0x000028, "Wrong size on AnimationDataController_SetCurveComment"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveComment::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, Comment) == 0x000010, "Member 'AnimationDataController_SetCurveComment::Comment' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, bShouldTransact) == 0x000020, "Member 'AnimationDataController_SetCurveComment::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, ReturnValue) == 0x000021, "Member 'AnimationDataController_SetCurveComment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveFlag \ +static_assert(alignof(AnimationDataController_SetCurveFlag) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveFlag"); \ +static_assert(sizeof(AnimationDataController_SetCurveFlag) == 0x000010, "Wrong size on AnimationDataController_SetCurveFlag"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveFlag::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, Flag) == 0x00000C, "Member 'AnimationDataController_SetCurveFlag::Flag' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bState) == 0x00000D, "Member 'AnimationDataController_SetCurveFlag::bState' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bShouldTransact) == 0x00000E, "Member 'AnimationDataController_SetCurveFlag::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, ReturnValue) == 0x00000F, "Member 'AnimationDataController_SetCurveFlag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveFlags \ +static_assert(alignof(AnimationDataController_SetCurveFlags) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveFlags"); \ +static_assert(sizeof(AnimationDataController_SetCurveFlags) == 0x000014, "Wrong size on AnimationDataController_SetCurveFlags"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveFlags::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, Flags_0) == 0x00000C, "Member 'AnimationDataController_SetCurveFlags::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, bShouldTransact) == 0x000010, "Member 'AnimationDataController_SetCurveFlags::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, ReturnValue) == 0x000011, "Member 'AnimationDataController_SetCurveFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveKey \ +static_assert(alignof(AnimationDataController_SetCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveKey"); \ +static_assert(sizeof(AnimationDataController_SetCurveKey) == 0x00002C, "Wrong size on AnimationDataController_SetCurveKey"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, Key) == 0x00000C, "Member 'AnimationDataController_SetCurveKey::Key' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, bShouldTransact) == 0x000028, "Member 'AnimationDataController_SetCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, ReturnValue) == 0x000029, "Member 'AnimationDataController_SetCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveKeys \ +static_assert(alignof(AnimationDataController_SetCurveKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetCurveKeys"); \ +static_assert(sizeof(AnimationDataController_SetCurveKeys) == 0x000028, "Wrong size on AnimationDataController_SetCurveKeys"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveKeys::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, CurveKeys) == 0x000010, "Member 'AnimationDataController_SetCurveKeys::CurveKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, bShouldTransact) == 0x000020, "Member 'AnimationDataController_SetCurveKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, ReturnValue) == 0x000021, "Member 'AnimationDataController_SetCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetFrameRate \ +static_assert(alignof(AnimationDataController_SetFrameRate) == 0x000004, "Wrong alignment on AnimationDataController_SetFrameRate"); \ +static_assert(sizeof(AnimationDataController_SetFrameRate) == 0x00000C, "Wrong size on AnimationDataController_SetFrameRate"); \ +static_assert(offsetof(AnimationDataController_SetFrameRate, FrameRate) == 0x000000, "Member 'AnimationDataController_SetFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetFrameRate, bShouldTransact) == 0x000008, "Member 'AnimationDataController_SetFrameRate::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetModel \ +static_assert(alignof(AnimationDataController_SetModel) == 0x000008, "Wrong alignment on AnimationDataController_SetModel"); \ +static_assert(sizeof(AnimationDataController_SetModel) == 0x000010, "Wrong size on AnimationDataController_SetModel"); \ +static_assert(offsetof(AnimationDataController_SetModel, InModel) == 0x000000, "Member 'AnimationDataController_SetModel::InModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetNumberOfFrames \ +static_assert(alignof(AnimationDataController_SetNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataController_SetNumberOfFrames"); \ +static_assert(sizeof(AnimationDataController_SetNumberOfFrames) == 0x000008, "Wrong size on AnimationDataController_SetNumberOfFrames"); \ +static_assert(offsetof(AnimationDataController_SetNumberOfFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_SetNumberOfFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetNumberOfFrames, bShouldTransact) == 0x000004, "Member 'AnimationDataController_SetNumberOfFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetPlayLength \ +static_assert(alignof(AnimationDataController_SetPlayLength) == 0x000004, "Wrong alignment on AnimationDataController_SetPlayLength"); \ +static_assert(sizeof(AnimationDataController_SetPlayLength) == 0x000008, "Wrong size on AnimationDataController_SetPlayLength"); \ +static_assert(offsetof(AnimationDataController_SetPlayLength, Length) == 0x000000, "Member 'AnimationDataController_SetPlayLength::Length' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetPlayLength, bShouldTransact) == 0x000004, "Member 'AnimationDataController_SetPlayLength::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetTransformCurveKey \ +static_assert(alignof(AnimationDataController_SetTransformCurveKey) == 0x000010, "Wrong alignment on AnimationDataController_SetTransformCurveKey"); \ +static_assert(sizeof(AnimationDataController_SetTransformCurveKey) == 0x000080, "Wrong size on AnimationDataController_SetTransformCurveKey"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_SetTransformCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_SetTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, Value) == 0x000010, "Member 'AnimationDataController_SetTransformCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, bShouldTransact) == 0x000070, "Member 'AnimationDataController_SetTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, ReturnValue) == 0x000071, "Member 'AnimationDataController_SetTransformCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetTransformCurveKeys \ +static_assert(alignof(AnimationDataController_SetTransformCurveKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetTransformCurveKeys"); \ +static_assert(sizeof(AnimationDataController_SetTransformCurveKeys) == 0x000038, "Wrong size on AnimationDataController_SetTransformCurveKeys"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, CurveId) == 0x000000, "Member 'AnimationDataController_SetTransformCurveKeys::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, TransformValues) == 0x000010, "Member 'AnimationDataController_SetTransformCurveKeys::TransformValues' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, TimeKeys) == 0x000020, "Member 'AnimationDataController_SetTransformCurveKeys::TimeKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, bShouldTransact) == 0x000030, "Member 'AnimationDataController_SetTransformCurveKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, ReturnValue) == 0x000031, "Member 'AnimationDataController_SetTransformCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_UpdateCurveNamesFromSkeleton \ +static_assert(alignof(AnimationDataController_UpdateCurveNamesFromSkeleton) == 0x000008, "Wrong alignment on AnimationDataController_UpdateCurveNamesFromSkeleton"); \ +static_assert(sizeof(AnimationDataController_UpdateCurveNamesFromSkeleton) == 0x000010, "Wrong size on AnimationDataController_UpdateCurveNamesFromSkeleton"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, Skeleton) == 0x000000, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, SupportedCurveType) == 0x000008, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, bShouldTransact) == 0x000009, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_GetModelInterface \ +static_assert(alignof(AnimationDataController_GetModelInterface) == 0x000008, "Wrong alignment on AnimationDataController_GetModelInterface"); \ +static_assert(sizeof(AnimationDataController_GetModelInterface) == 0x000010, "Wrong size on AnimationDataController_GetModelInterface"); \ +static_assert(offsetof(AnimationDataController_GetModelInterface, ReturnValue) == 0x000000, "Member 'AnimationDataController_GetModelInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimationDataController \ +static_assert(alignof(IAnimationDataController) == 0x000001, "Wrong alignment on IAnimationDataController"); \ +static_assert(sizeof(IAnimationDataController) == 0x000001, "Wrong size on IAnimationDataController"); \ + +#define DUMPER7_ASSERTS_UInGameAdManager \ +static_assert(alignof(UInGameAdManager) == 0x000008, "Wrong alignment on UInGameAdManager"); \ +static_assert(sizeof(UInGameAdManager) == 0x000060, "Wrong size on UInGameAdManager"); \ +static_assert(offsetof(UInGameAdManager, ClickedBannerDelegates) == 0x000040, "Member 'UInGameAdManager::ClickedBannerDelegates' has a wrong offset!"); \ +static_assert(offsetof(UInGameAdManager, ClosedAdDelegates) == 0x000050, "Member 'UInGameAdManager::ClosedAdDelegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstrainedComponents \ +static_assert(alignof(PhysicsConstraintComponent_GetConstrainedComponents) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_GetConstrainedComponents"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetConstrainedComponents) == 0x000020, "Wrong size on PhysicsConstraintComponent_GetConstrainedComponents"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstrainedComponents, OutComponent1) == 0x000000, "Member 'PhysicsConstraintComponent_GetConstrainedComponents::OutComponent1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstrainedComponents, OutBoneName1) == 0x000008, "Member 'PhysicsConstraintComponent_GetConstrainedComponents::OutBoneName1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstrainedComponents, OutComponent2) == 0x000010, "Member 'PhysicsConstraintComponent_GetConstrainedComponents::OutComponent2' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstrainedComponents, OutBoneName2) == 0x000018, "Member 'PhysicsConstraintComponent_GetConstrainedComponents::OutBoneName2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstraint \ +static_assert(alignof(PhysicsConstraintComponent_GetConstraint) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetConstraint"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetConstraint) == 0x00000C, "Wrong size on PhysicsConstraintComponent_GetConstraint"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstraint, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstraintForce \ +static_assert(alignof(PhysicsConstraintComponent_GetConstraintForce) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_GetConstraintForce"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetConstraintForce) == 0x000030, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x000018, "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) == 0x000020, "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) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::Component2' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, BoneName2) == 0x000018, "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) == 0x000070, "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) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x000038, "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) == 0x000008, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::PriAxis' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, SecAxis) == 0x000020, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::SecAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferencePosition \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000020, "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) == 0x000008, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::RefPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetContactTransferScale \ +static_assert(alignof(PhysicsConstraintComponent_SetContactTransferScale) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetContactTransferScale"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetContactTransferScale) == 0x000004, "Wrong size on PhysicsConstraintComponent_SetContactTransferScale"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetContactTransferScale, ContactTransferScale) == 0x000000, "Member 'PhysicsConstraintComponent_SetContactTransferScale::ContactTransferScale' 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) == 0x00000C, "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!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, PlasticityType) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::PlasticityType' 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) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000018, "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_SetProjectionEnabled \ +static_assert(alignof(PhysicsConstraintComponent_SetProjectionEnabled) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetProjectionEnabled"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetProjectionEnabled) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetProjectionEnabled"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionEnabled, bProjectionEnabled) == 0x000000, "Member 'PhysicsConstraintComponent_SetProjectionEnabled::bProjectionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetProjectionParams \ +static_assert(alignof(PhysicsConstraintComponent_SetProjectionParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetProjectionParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetProjectionParams) == 0x000010, "Wrong size on PhysicsConstraintComponent_SetProjectionParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionLinearAlpha) == 0x000000, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionAngularAlpha) == 0x000004, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionLinearTolerance) == 0x000008, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionAngularTolerance) == 0x00000C, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionAngularTolerance' 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_PhysicsConstraintComponent_IsProjectionEnabled \ +static_assert(alignof(PhysicsConstraintComponent_IsProjectionEnabled) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_IsProjectionEnabled"); \ +static_assert(sizeof(PhysicsConstraintComponent_IsProjectionEnabled) == 0x000001, "Wrong size on PhysicsConstraintComponent_IsProjectionEnabled"); \ +static_assert(offsetof(PhysicsConstraintComponent_IsProjectionEnabled, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_IsProjectionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ +static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ +static_assert(sizeof(UPhysicsConstraintComponent) == 0x000500, "Wrong size on UPhysicsConstraintComponent"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x000230, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000238, "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) == 0x000260, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000268, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnPlasticDeformation) == 0x000278, "Member 'UPhysicsConstraintComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000288, "Member 'UPhysicsConstraintComponent::ConstraintInstance' 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_Interface_AssetUserData_AddAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_AddAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_AddAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_AddAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_AddAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_AddAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_AddAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_AddAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_AddAssetUserDataOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Interface_AssetUserData_GetAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_GetAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_GetAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_GetAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_GetAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_GetAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_GetAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_GetAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_GetAssetUserDataOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Interface_AssetUserData_HasAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_HasAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_HasAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_HasAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_HasAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_HasAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_HasAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_HasAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_HasAssetUserDataOfClass::ReturnValue' 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_IBoneReferenceSkeletonProvider \ +static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ +static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ + +#define DUMPER7_ASSERTS_ARigidBodyBase \ +static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ +static_assert(sizeof(ARigidBodyBase) == 0x000290, "Wrong size on ARigidBodyBase"); \ + +#define DUMPER7_ASSERTS_APhysicsThruster \ +static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ +static_assert(sizeof(APhysicsThruster) == 0x000298, "Wrong size on APhysicsThruster"); \ +static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000290, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ + +#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_IPhysicsComponent \ +static_assert(alignof(IPhysicsComponent) == 0x000001, "Wrong alignment on IPhysicsComponent"); \ +static_assert(sizeof(IPhysicsComponent) == 0x000001, "Wrong size on IPhysicsComponent"); \ + +#define DUMPER7_ASSERTS_IISMPartitionInstanceManagerProvider \ +static_assert(alignof(IISMPartitionInstanceManagerProvider) == 0x000001, "Wrong alignment on IISMPartitionInstanceManagerProvider"); \ +static_assert(sizeof(IISMPartitionInstanceManagerProvider) == 0x000001, "Wrong size on IISMPartitionInstanceManagerProvider"); \ + +#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) == 0x000038, "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) == 0x000038, "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_AsCurrencyBase \ +static_assert(alignof(KismetTextLibrary_AsCurrencyBase) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrencyBase) == 0x000028, "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) == 0x000018, "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) == 0x000018, "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) == 0x000028, "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) == 0x000018, "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) == 0x000018, "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) == 0x000028, "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) == 0x000028, "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) == 0x000028, "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) == 0x000018, "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) == 0x000018, "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) == 0x000020, "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_DoubleToText \ +static_assert(alignof(KismetTextLibrary_Conv_DoubleToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_DoubleToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_DoubleToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, RoundingMode) == 0x000008, "Member 'KismetTextLibrary_Conv_DoubleToText::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, bAlwaysSign) == 0x000009, "Member 'KismetTextLibrary_Conv_DoubleToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, bUseGrouping) == 0x00000A, "Member 'KismetTextLibrary_Conv_DoubleToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_DoubleToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_DoubleToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MinimumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_Conv_DoubleToText::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MaximumFractionalDigits) == 0x000018, "Member 'KismetTextLibrary_Conv_DoubleToText::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_Conv_DoubleToText::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) == 0x000028, "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) == 0x000020, "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) == 0x000018, "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) == 0x000008, "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) == 0x000018, "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) == 0x000018, "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) == 0x000020, "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) == 0x000020, "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) == 0x000010, "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) == 0x000070, "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) == 0x000060, "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) == 0x000010, "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) == 0x000018, "Member 'KismetTextLibrary_Conv_VectorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EditTextSourceString \ +static_assert(alignof(KismetTextLibrary_EditTextSourceString) == 0x000008, "Wrong alignment on KismetTextLibrary_EditTextSourceString"); \ +static_assert(sizeof(KismetTextLibrary_EditTextSourceString) == 0x000030, "Wrong size on KismetTextLibrary_EditTextSourceString"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, TextOwner) == 0x000000, "Member 'KismetTextLibrary_EditTextSourceString::TextOwner' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, Text) == 0x000008, "Member 'KismetTextLibrary_EditTextSourceString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, SourceString) == 0x000018, "Member 'KismetTextLibrary_EditTextSourceString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_EditTextSourceString::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) == 0x000028, "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) == 0x000010, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, ReturnValue) == 0x000020, "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) == 0x000028, "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) == 0x000010, "Member 'KismetTextLibrary_EqualEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, ReturnValue) == 0x000020, "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) == 0x000048, "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, SourceString) == 0x000030, "Member 'KismetTextLibrary_FindTextInLocalizationTable::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, ReturnValue) == 0x000040, "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) == 0x000030, "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) == 0x000010, "Member 'KismetTextLibrary_Format::InArgs' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, ReturnValue) == 0x000020, "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) == 0x000010, "Wrong size on KismetTextLibrary_GetEmptyText"); \ +static_assert(offsetof(KismetTextLibrary_GetEmptyText, ReturnValue) == 0x000000, "Member 'KismetTextLibrary_GetEmptyText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetTextId \ +static_assert(alignof(KismetTextLibrary_GetTextId) == 0x000008, "Wrong alignment on KismetTextLibrary_GetTextId"); \ +static_assert(sizeof(KismetTextLibrary_GetTextId) == 0x000038, "Wrong size on KismetTextLibrary_GetTextId"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, Text) == 0x000000, "Member 'KismetTextLibrary_GetTextId::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, OutNamespace) == 0x000010, "Member 'KismetTextLibrary_GetTextId::OutNamespace' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, OutKey) == 0x000020, "Member 'KismetTextLibrary_GetTextId::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_GetTextId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetTextSourceString \ +static_assert(alignof(KismetTextLibrary_GetTextSourceString) == 0x000008, "Wrong alignment on KismetTextLibrary_GetTextSourceString"); \ +static_assert(sizeof(KismetTextLibrary_GetTextSourceString) == 0x000020, "Wrong size on KismetTextLibrary_GetTextSourceString"); \ +static_assert(offsetof(KismetTextLibrary_GetTextSourceString, Text) == 0x000000, "Member 'KismetTextLibrary_GetTextSourceString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextSourceString, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_GetTextSourceString::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) == 0x0000C8, "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) == 0x0000B0, "Member 'KismetTextLibrary_IsPolyglotDataValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, ErrorMessage) == 0x0000B8, "Member 'KismetTextLibrary_IsPolyglotDataValid::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_MakeInvariantText \ +static_assert(alignof(KismetTextLibrary_MakeInvariantText) == 0x000008, "Wrong alignment on KismetTextLibrary_MakeInvariantText"); \ +static_assert(sizeof(KismetTextLibrary_MakeInvariantText) == 0x000020, "Wrong size on KismetTextLibrary_MakeInvariantText"); \ +static_assert(offsetof(KismetTextLibrary_MakeInvariantText, InString) == 0x000000, "Member 'KismetTextLibrary_MakeInvariantText::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_MakeInvariantText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_MakeInvariantText::ReturnValue' 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) == 0x000028, "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) == 0x000010, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, ReturnValue) == 0x000020, "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) == 0x000028, "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) == 0x000010, "Member 'KismetTextLibrary_NotEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, ReturnValue) == 0x000020, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x000030, "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) == 0x000010, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutTableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutKey) == 0x000018, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, ReturnValue) == 0x000028, "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) == 0x000028, "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) == 0x000008, "Member 'KismetTextLibrary_TextFromStringTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, ReturnValue) == 0x000018, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000028, "Wrong size on UKismetTextLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialInterfaceEditorOnlyData \ +static_assert(alignof(UMaterialInterfaceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialInterfaceEditorOnlyData"); \ +static_assert(sizeof(UMaterialInterfaceEditorOnlyData) == 0x000040, "Wrong size on UMaterialInterfaceEditorOnlyData"); \ + +#define DUMPER7_ASSERTS_UMaterialEditorOnlyData \ +static_assert(alignof(UMaterialEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialEditorOnlyData"); \ +static_assert(sizeof(UMaterialEditorOnlyData) == 0x000678, "Wrong size on UMaterialEditorOnlyData"); \ +static_assert(offsetof(UMaterialEditorOnlyData, BaseColor) == 0x000040, "Member 'UMaterialEditorOnlyData::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Metallic) == 0x000070, "Member 'UMaterialEditorOnlyData::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Specular) == 0x0000A0, "Member 'UMaterialEditorOnlyData::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Roughness) == 0x0000D0, "Member 'UMaterialEditorOnlyData::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Anisotropy) == 0x000100, "Member 'UMaterialEditorOnlyData::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Normal) == 0x000130, "Member 'UMaterialEditorOnlyData::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Tangent) == 0x000168, "Member 'UMaterialEditorOnlyData::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, EmissiveColor) == 0x0001A0, "Member 'UMaterialEditorOnlyData::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Opacity) == 0x0001D0, "Member 'UMaterialEditorOnlyData::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, OpacityMask) == 0x000200, "Member 'UMaterialEditorOnlyData::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, WorldPositionOffset) == 0x000230, "Member 'UMaterialEditorOnlyData::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, displacement) == 0x000268, "Member 'UMaterialEditorOnlyData::displacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SubsurfaceColor) == 0x000298, "Member 'UMaterialEditorOnlyData::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ClearCoat) == 0x0002C8, "Member 'UMaterialEditorOnlyData::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ClearCoatRoughness) == 0x0002F8, "Member 'UMaterialEditorOnlyData::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, AmbientOcclusion) == 0x000328, "Member 'UMaterialEditorOnlyData::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Refraction) == 0x000358, "Member 'UMaterialEditorOnlyData::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, CustomizedUVs) == 0x000388, "Member 'UMaterialEditorOnlyData::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, MaterialAttributes) == 0x000548, "Member 'UMaterialEditorOnlyData::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, PixelDepthOffset) == 0x000578, "Member 'UMaterialEditorOnlyData::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ShadingModelFromMaterialExpression) == 0x0005A8, "Member 'UMaterialEditorOnlyData::ShadingModelFromMaterialExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SurfaceThickness) == 0x0005D8, "Member 'UMaterialEditorOnlyData::SurfaceThickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, FrontMaterial) == 0x000608, "Member 'UMaterialEditorOnlyData::FrontMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ExpressionCollection) == 0x000638, "Member 'UMaterialEditorOnlyData::ExpressionCollection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ParameterGroupData) == 0x000668, "Member 'UMaterialEditorOnlyData::ParameterGroupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelInstanceEditorPivotInterface \ +static_assert(alignof(ILevelInstanceEditorPivotInterface) == 0x000001, "Wrong alignment on ILevelInstanceEditorPivotInterface"); \ +static_assert(sizeof(ILevelInstanceEditorPivotInterface) == 0x000001, "Wrong size on ILevelInstanceEditorPivotInterface"); \ + +#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_World_GetDataLayerManager \ +static_assert(alignof(World_GetDataLayerManager) == 0x000008, "Wrong alignment on World_GetDataLayerManager"); \ +static_assert(sizeof(World_GetDataLayerManager) == 0x000008, "Wrong size on World_GetDataLayerManager"); \ +static_assert(offsetof(World_GetDataLayerManager, ReturnValue) == 0x000000, "Member 'World_GetDataLayerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorld \ +static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ +static_assert(sizeof(UWorld) == 0x0008F8, "Wrong size on UWorld"); \ +static_assert(offsetof(UWorld, PersistentLevel) == 0x000030, "Member 'UWorld::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetDriver) == 0x000038, "Member 'UWorld::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LineBatcher) == 0x000040, "Member 'UWorld::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PersistentLineBatcher) == 0x000048, "Member 'UWorld::PersistentLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ForegroundLineBatcher) == 0x000050, "Member 'UWorld::ForegroundLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetworkManager) == 0x000058, "Member 'UWorld::NetworkManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsCollisionHandler) == 0x000060, "Member 'UWorld::PhysicsCollisionHandler' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ExtraReferencedObjects) == 0x000068, "Member 'UWorld::ExtraReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PerModuleDataObjects) == 0x000078, "Member 'UWorld::PerModuleDataObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevels) == 0x000088, "Member 'UWorld::StreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsToConsider) == 0x000098, "Member 'UWorld::StreamingLevelsToConsider' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ServerStreamingLevelsVisibility) == 0x0000C0, "Member 'UWorld::ServerStreamingLevelsVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsPrefix) == 0x0000C8, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x0000E0, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0000E8, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DemoNetDriver) == 0x0000F0, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0000F8, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x000100, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NavigationSystem) == 0x000150, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000158, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(UWorld, GameState) == 0x000160, "Member 'UWorld::GameState' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AISystem) == 0x000168, "Member 'UWorld::AISystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AvoidanceManager) == 0x000170, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, Levels) == 0x000178, "Member 'UWorld::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LevelCollections) == 0x000188, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ +static_assert(offsetof(UWorld, OwningGameInstance) == 0x0001D8, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x0001E0, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x0001F0, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001F8, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsField) == 0x000270, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000278, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x0002C8, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x0002D8, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ +static_assert(offsetof(UWorld, WorldComposition) == 0x000728, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ContentBundleManager) == 0x000730, "Member 'UWorld::ContentBundleManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PSCPool) == 0x0007E0, "Member 'UWorld::PSCPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ +static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ +static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x0001A0, "Wrong size on ULevelStreamingAlwaysLoaded"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingPersistent \ +static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ +static_assert(sizeof(ULevelStreamingPersistent) == 0x0001A0, "Wrong size on ULevelStreamingPersistent"); \ + +#define DUMPER7_ASSERTS_ULightMapTexture2D \ +static_assert(alignof(ULightMapTexture2D) == 0x000008, "Wrong alignment on ULightMapTexture2D"); \ +static_assert(sizeof(ULightMapTexture2D) == 0x000158, "Wrong size on ULightMapTexture2D"); \ + +#define DUMPER7_ASSERTS_ALightmassPortal \ +static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ +static_assert(sizeof(ALightmassPortal) == 0x000298, "Wrong size on ALightmassPortal"); \ +static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000290, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPortalComponent \ +static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ +static_assert(sizeof(ULightmassPortalComponent) == 0x000240, "Wrong size on ULightmassPortalComponent"); \ +static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x000230, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapBuildDataRegistry \ +static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ +static_assert(sizeof(UMapBuildDataRegistry) == 0x000230, "Wrong size on UMapBuildDataRegistry"); \ +static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbsorptionMediumMaterialOutput \ +static_assert(alignof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x0000D8, "Wrong size on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionAbsorptionMediumMaterialOutput, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionAbsorptionMediumMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAdd \ +static_assert(alignof(UMaterialExpressionAdd) == 0x000008, "Wrong alignment on UMaterialExpressionAdd"); \ +static_assert(sizeof(UMaterialExpressionAdd) == 0x000108, "Wrong size on UMaterialExpressionAdd"); \ +static_assert(offsetof(UMaterialExpressionAdd, A) == 0x0000B0, "Member 'UMaterialExpressionAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, B) == 0x0000D8, "Member 'UMaterialExpressionAdd::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstA) == 0x000100, "Member 'UMaterialExpressionAdd::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstB) == 0x000104, "Member 'UMaterialExpressionAdd::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntSerialization \ +static_assert(alignof(UIntSerialization) == 0x000008, "Wrong alignment on UIntSerialization"); \ +static_assert(sizeof(UIntSerialization) == 0x000050, "Wrong size on UIntSerialization"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt16Variable) == 0x000028, "Member 'UIntSerialization::UnsignedInt16Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt32Variable) == 0x00002C, "Member 'UIntSerialization::UnsignedInt32Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt64Variable) == 0x000030, "Member 'UIntSerialization::UnsignedInt64Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt8Variable) == 0x000038, "Member 'UIntSerialization::SignedInt8Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt16Variable) == 0x00003A, "Member 'UIntSerialization::SignedInt16Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt64Variable) == 0x000040, "Member 'UIntSerialization::SignedInt64Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt8Variable) == 0x000048, "Member 'UIntSerialization::UnsignedInt8Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt32Variable) == 0x00004C, "Member 'UIntSerialization::SignedInt32Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosineFast \ +static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ +static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x0000D8, "Wrong size on UMaterialExpressionArccosineFast"); \ +static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArccosineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ +static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ +static_assert(sizeof(UMaterialExpressionArcsine) == 0x0000D8, "Wrong size on UMaterialExpressionArcsine"); \ +static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x0000B0, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsineFast \ +static_assert(alignof(UMaterialExpressionArcsineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArcsineFast"); \ +static_assert(sizeof(UMaterialExpressionArcsineFast) == 0x0000D8, "Wrong size on UMaterialExpressionArcsineFast"); \ +static_assert(offsetof(UMaterialExpressionArcsineFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArcsineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ +static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ +static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000100, "Wrong size on UMaterialExpressionArctangent2Fast"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x0000B0, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x0000D8, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ +static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ +static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x0000D8, "Wrong size on UMaterialExpressionArctangentFast"); \ +static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor \ +static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x0000B0, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionBentNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionBentNormalCustomOutput) == 0x0000D8, "Wrong size on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionBentNormalCustomOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionBentNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APainCausingVolume \ +static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ +static_assert(sizeof(APainCausingVolume) == 0x000300, "Wrong size on APainCausingVolume"); \ +static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x0002DC, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageType) == 0x0002E0, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, PainInterval) == 0x0002E8, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x0002F0, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBinaryOp \ +static_assert(alignof(UMaterialExpressionBinaryOp) == 0x000008, "Wrong alignment on UMaterialExpressionBinaryOp"); \ +static_assert(sizeof(UMaterialExpressionBinaryOp) == 0x000108, "Wrong size on UMaterialExpressionBinaryOp"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, A) == 0x0000B0, "Member 'UMaterialExpressionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, B) == 0x0000D8, "Member 'UMaterialExpressionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, ConstA) == 0x000100, "Member 'UMaterialExpressionBinaryOp::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, ConstB) == 0x000104, "Member 'UMaterialExpressionBinaryOp::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLess \ +static_assert(alignof(UMaterialExpressionLess) == 0x000008, "Wrong alignment on UMaterialExpressionLess"); \ +static_assert(sizeof(UMaterialExpressionLess) == 0x000108, "Wrong size on UMaterialExpressionLess"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000140, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x0000B0, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x0000E0, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000110, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000138, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000139, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionActor_GetClusterUnionComponent \ +static_assert(alignof(ClusterUnionActor_GetClusterUnionComponent) == 0x000008, "Wrong alignment on ClusterUnionActor_GetClusterUnionComponent"); \ +static_assert(sizeof(ClusterUnionActor_GetClusterUnionComponent) == 0x000008, "Wrong size on ClusterUnionActor_GetClusterUnionComponent"); \ +static_assert(offsetof(ClusterUnionActor_GetClusterUnionComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionActor_GetClusterUnionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AClusterUnionActor \ +static_assert(alignof(AClusterUnionActor) == 0x000008, "Wrong alignment on AClusterUnionActor"); \ +static_assert(sizeof(AClusterUnionActor) == 0x000298, "Wrong size on AClusterUnionActor"); \ +static_assert(offsetof(AClusterUnionActor, ClusterUnion) == 0x000290, "Member 'AClusterUnionActor::ClusterUnion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBounds \ +static_assert(alignof(UMaterialExpressionBounds) == 0x000008, "Wrong alignment on UMaterialExpressionBounds"); \ +static_assert(sizeof(UMaterialExpressionBounds) == 0x0000B8, "Wrong size on UMaterialExpressionBounds"); \ +static_assert(offsetof(UMaterialExpressionBounds, Type) == 0x0000B0, "Member 'UMaterialExpressionBounds::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x0000E0, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ +static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ +static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x0000B0, "Wrong size on UMaterialExpressionCameraPositionWS"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsSystem \ +static_assert(alignof(UNetworkPhysicsSystem) == 0x000008, "Wrong alignment on UNetworkPhysicsSystem"); \ +static_assert(sizeof(UNetworkPhysicsSystem) == 0x000040, "Wrong size on UNetworkPhysicsSystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ +static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ +static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x0000B0, "Wrong size on UMaterialExpressionCameraVectorWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCeil \ +static_assert(alignof(UMaterialExpressionCeil) == 0x000008, "Wrong alignment on UMaterialExpressionCeil"); \ +static_assert(sizeof(UMaterialExpressionCeil) == 0x0000D8, "Wrong size on UMaterialExpressionCeil"); \ +static_assert(offsetof(UMaterialExpressionCeil, Input) == 0x0000B0, "Member 'UMaterialExpressionCeil::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClamp \ +static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ +static_assert(sizeof(UMaterialExpressionClamp) == 0x000138, "Wrong size on UMaterialExpressionClamp"); \ +static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x0000B0, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, min_0) == 0x0000D8, "Member 'UMaterialExpressionClamp::min_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, max_0) == 0x000100, "Member 'UMaterialExpressionClamp::max_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x000128, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x00012C, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x000130, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute \ +static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ +static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x0000B0, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ + +#define DUMPER7_ASSERTS_USoundNodeAssetReferencer \ +static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ +static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ + +#define DUMPER7_ASSERTS_USoundNodeWavePlayer \ +static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ +static_assert(sizeof(USoundNodeWavePlayer) == 0x000080, "Wrong size on USoundNodeWavePlayer"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter \ +static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x0000D0, "Wrong size on UMaterialExpressionCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x0000B0, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x0000B8, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x0000C0, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComposite \ +static_assert(alignof(UMaterialExpressionComposite) == 0x000008, "Wrong alignment on UMaterialExpressionComposite"); \ +static_assert(sizeof(UMaterialExpressionComposite) == 0x0000D0, "Wrong size on UMaterialExpressionComposite"); \ +static_assert(offsetof(UMaterialExpressionComposite, SubgraphName) == 0x0000B0, "Member 'UMaterialExpressionComposite::SubgraphName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, InputExpressions) == 0x0000C0, "Member 'UMaterialExpressionComposite::InputExpressions' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, OutputExpressions) == 0x0000C8, "Member 'UMaterialExpressionComposite::OutputExpressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ +static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x0000B8, "Wrong size on UMaterialExpressionConstant2Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x0000B0, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x0000B4, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ +static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x0000C0, "Wrong size on UMaterialExpressionConstant4Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x0000B0, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCosine \ +static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ +static_assert(sizeof(UMaterialExpressionCosine) == 0x0000E0, "Wrong size on UMaterialExpressionCosine"); \ +static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x0000B0, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x0000D8, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCrossProduct \ +static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ +static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000100, "Wrong size on UMaterialExpressionCrossProduct"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x0000B0, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x0000D8, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseWatch \ +static_assert(alignof(UPoseWatch) == 0x000008, "Wrong alignment on UPoseWatch"); \ +static_assert(sizeof(UPoseWatch) == 0x000028, "Wrong size on UPoseWatch"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustom \ +static_assert(alignof(UMaterialExpressionCustom) == 0x000008, "Wrong alignment on UMaterialExpressionCustom"); \ +static_assert(sizeof(UMaterialExpressionCustom) == 0x000120, "Wrong size on UMaterialExpressionCustom"); \ +static_assert(offsetof(UMaterialExpressionCustom, Code) == 0x0000B0, "Member 'UMaterialExpressionCustom::Code' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, OutputType) == 0x0000C0, "Member 'UMaterialExpressionCustom::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Description) == 0x0000C8, "Member 'UMaterialExpressionCustom::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Inputs) == 0x0000D8, "Member 'UMaterialExpressionCustom::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalOutputs) == 0x0000E8, "Member 'UMaterialExpressionCustom::AdditionalOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalDefines) == 0x0000F8, "Member 'UMaterialExpressionCustom::AdditionalDefines' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, IncludeFilePaths) == 0x000108, "Member 'UMaterialExpressionCustom::IncludeFilePaths' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, ShowCode) == 0x000118, "Member 'UMaterialExpressionCustom::ShowCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDBufferTexture \ +static_assert(alignof(UMaterialExpressionDBufferTexture) == 0x000008, "Wrong alignment on UMaterialExpressionDBufferTexture"); \ +static_assert(sizeof(UMaterialExpressionDBufferTexture) == 0x0000E0, "Wrong size on UMaterialExpressionDBufferTexture"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionDBufferTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, DBufferTextureId) == 0x0000D8, "Member 'UMaterialExpressionDBufferTexture::DBufferTextureId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatingPawnMovement \ +static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ +static_assert(sizeof(UFloatingPawnMovement) == 0x000170, "Wrong size on UFloatingPawnMovement"); \ +static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000158, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x00015C, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000160, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x000164, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDY \ +static_assert(alignof(UMaterialExpressionDDY) == 0x000008, "Wrong alignment on UMaterialExpressionDDY"); \ +static_assert(sizeof(UMaterialExpressionDDY) == 0x0000D8, "Wrong size on UMaterialExpressionDDY"); \ +static_assert(offsetof(UMaterialExpressionDDY, Value) == 0x0000B0, "Member 'UMaterialExpressionDDY::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalColor \ +static_assert(alignof(UMaterialExpressionDecalColor) == 0x000008, "Wrong alignment on UMaterialExpressionDecalColor"); \ +static_assert(sizeof(UMaterialExpressionDecalColor) == 0x0000B0, "Wrong size on UMaterialExpressionDecalColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ +static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ +static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x0000B0, "Wrong size on UMaterialExpressionDecalDerivative"); \ + +#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) == 0x000068, "Wrong size on UAsyncActionHandleSaveGame"); \ +static_assert(offsetof(UAsyncActionHandleSaveGame, Completed) == 0x000030, "Member 'UAsyncActionHandleSaveGame::Completed' has a wrong offset!"); \ +static_assert(offsetof(UAsyncActionHandleSaveGame, SaveGameObject) == 0x000060, "Member 'UAsyncActionHandleSaveGame::SaveGameObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNeuralProfile \ +static_assert(alignof(UNeuralProfile) == 0x000008, "Wrong alignment on UNeuralProfile"); \ +static_assert(sizeof(UNeuralProfile) == 0x000080, "Wrong size on UNeuralProfile"); \ +static_assert(offsetof(UNeuralProfile, Settings) == 0x000028, "Member 'UNeuralProfile::Settings' has a wrong offset!"); \ +static_assert(offsetof(UNeuralProfile, Guid) == 0x000070, "Member 'UNeuralProfile::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ +static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ +static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x0000B0, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel \ +static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x0000E0, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x0000B0, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x0000D8, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x0000DC, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthFade \ +static_assert(alignof(UMaterialExpressionDepthFade) == 0x000008, "Wrong alignment on UMaterialExpressionDepthFade"); \ +static_assert(sizeof(UMaterialExpressionDepthFade) == 0x000108, "Wrong size on UMaterialExpressionDepthFade"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, InOpacity) == 0x0000B0, "Member 'UMaterialExpressionDepthFade::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistance) == 0x0000D8, "Member 'UMaterialExpressionDepthFade::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, OpacityDefault) == 0x000100, "Member 'UMaterialExpressionDepthFade::OpacityDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistanceDefault) == 0x000104, "Member 'UMaterialExpressionDepthFade::FadeDistanceDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_ApplyDeviceProperty \ +static_assert(alignof(InputDeviceProperty_ApplyDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_ApplyDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_ApplyDeviceProperty) == 0x000008, "Wrong size on InputDeviceProperty_ApplyDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, UserId) == 0x000000, "Member 'InputDeviceProperty_ApplyDeviceProperty::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ApplyDeviceProperty::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_EvaluateDeviceProperty \ +static_assert(alignof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_EvaluateDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000010, "Wrong size on InputDeviceProperty_EvaluateDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_EvaluateDeviceProperty::PlatformUser' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeltaTime) == 0x000008, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, Duration) == 0x00000C, "Member 'InputDeviceProperty_EvaluateDeviceProperty::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_ResetDeviceProperty \ +static_assert(alignof(InputDeviceProperty_ResetDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_ResetDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_ResetDeviceProperty) == 0x00000C, "Wrong size on InputDeviceProperty_ResetDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_ResetDeviceProperty::PlatformUser' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ResetDeviceProperty::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, bForceReset) == 0x000008, "Member 'InputDeviceProperty_ResetDeviceProperty::bForceReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceProperty \ +static_assert(alignof(UInputDeviceProperty) == 0x000008, "Wrong alignment on UInputDeviceProperty"); \ +static_assert(sizeof(UInputDeviceProperty) == 0x000030, "Wrong size on UInputDeviceProperty"); \ +static_assert(offsetof(UInputDeviceProperty, PropertyDuration) == 0x000028, "Member 'UInputDeviceProperty::PropertyDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorInputDeviceCurveProperty \ +static_assert(alignof(UColorInputDeviceCurveProperty) == 0x000008, "Wrong alignment on UColorInputDeviceCurveProperty"); \ +static_assert(sizeof(UColorInputDeviceCurveProperty) == 0x0000A0, "Wrong size on UColorInputDeviceCurveProperty"); \ +static_assert(offsetof(UColorInputDeviceCurveProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceCurveProperty::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UColorInputDeviceCurveProperty, DeviceOverrideData) == 0x000040, "Member 'UColorInputDeviceCurveProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ +static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ +static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x0000D8, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ +static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x0000B0, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDesaturation \ +static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ +static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000110, "Wrong size on UMaterialExpressionDesaturation"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x0000B0, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x0000D8, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000100, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistance \ +static_assert(alignof(UMaterialExpressionDistance) == 0x000008, "Wrong alignment on UMaterialExpressionDistance"); \ +static_assert(sizeof(UMaterialExpressionDistance) == 0x000100, "Wrong size on UMaterialExpressionDistance"); \ +static_assert(offsetof(UMaterialExpressionDistance, A) == 0x0000B0, "Member 'UMaterialExpressionDistance::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistance, B) == 0x0000D8, "Member 'UMaterialExpressionDistance::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldApproxAO \ +static_assert(alignof(UMaterialExpressionDistanceFieldApproxAO) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldApproxAO"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldApproxAO) == 0x000170, "Wrong size on UMaterialExpressionDistanceFieldApproxAO"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldApproxAO::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldApproxAO::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, Normal) == 0x0000E0, "Member 'UMaterialExpressionDistanceFieldApproxAO::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, BaseDistance) == 0x000108, "Member 'UMaterialExpressionDistanceFieldApproxAO::BaseDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, BaseDistanceDefault) == 0x000130, "Member 'UMaterialExpressionDistanceFieldApproxAO::BaseDistanceDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, Radius) == 0x000138, "Member 'UMaterialExpressionDistanceFieldApproxAO::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, RadiusDefault) == 0x000160, "Member 'UMaterialExpressionDistanceFieldApproxAO::RadiusDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, NumSteps) == 0x000164, "Member 'UMaterialExpressionDistanceFieldApproxAO::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, StepScaleDefault) == 0x000168, "Member 'UMaterialExpressionDistanceFieldApproxAO::StepScaleDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ +static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x0000E0, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldGradient::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldGradient::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch \ +static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000100, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDivide \ +static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ +static_assert(sizeof(UMaterialExpressionDivide) == 0x000108, "Wrong size on UMaterialExpressionDivide"); \ +static_assert(offsetof(UMaterialExpressionDivide, A) == 0x0000B0, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, B) == 0x0000D8, "Member 'UMaterialExpressionDivide::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000100, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x000104, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDoubleVectorParameter \ +static_assert(alignof(UMaterialExpressionDoubleVectorParameter) == 0x000010, "Wrong alignment on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionDoubleVectorParameter) == 0x000100, "Wrong size on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionDoubleVectorParameter, DefaultValue) == 0x0000E0, "Member 'UMaterialExpressionDoubleVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExecBegin \ +static_assert(alignof(UMaterialExpressionExecBegin) == 0x000008, "Wrong alignment on UMaterialExpressionExecBegin"); \ +static_assert(sizeof(UMaterialExpressionExecBegin) == 0x0000B8, "Wrong size on UMaterialExpressionExecBegin"); \ +static_assert(offsetof(UMaterialExpressionExecBegin, Exec) == 0x0000B0, "Member 'UMaterialExpressionExecBegin::Exec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExecEnd \ +static_assert(alignof(UMaterialExpressionExecEnd) == 0x000008, "Wrong alignment on UMaterialExpressionExecEnd"); \ +static_assert(sizeof(UMaterialExpressionExecEnd) == 0x0000B0, "Wrong size on UMaterialExpressionExecEnd"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExponential \ +static_assert(alignof(UMaterialExpressionExponential) == 0x000008, "Wrong alignment on UMaterialExpressionExponential"); \ +static_assert(sizeof(UMaterialExpressionExponential) == 0x0000D8, "Wrong size on UMaterialExpressionExponential"); \ +static_assert(offsetof(UMaterialExpressionExponential, Input) == 0x0000B0, "Member 'UMaterialExpressionExponential::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectReferencer \ +static_assert(alignof(UObjectReferencer) == 0x000008, "Wrong alignment on UObjectReferencer"); \ +static_assert(sizeof(UObjectReferencer) == 0x000038, "Wrong size on UObjectReferencer"); \ +static_assert(offsetof(UObjectReferencer, ReferencedObjects) == 0x000028, "Member 'UObjectReferencer::ReferencedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExponential2 \ +static_assert(alignof(UMaterialExpressionExponential2) == 0x000008, "Wrong alignment on UMaterialExpressionExponential2"); \ +static_assert(sizeof(UMaterialExpressionExponential2) == 0x0000D8, "Wrong size on UMaterialExpressionExponential2"); \ +static_assert(offsetof(UMaterialExpressionExponential2, Input) == 0x0000B0, "Member 'UMaterialExpressionExponential2::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation \ +static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x0000B0, "Wrong size on UMaterialExpressionEyeAdaptation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch \ +static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x0001A0, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionFeatureLevelSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFmod \ +static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ +static_assert(sizeof(UMaterialExpressionFmod) == 0x000100, "Wrong size on UMaterialExpressionFmod"); \ +static_assert(offsetof(UMaterialExpressionFmod, A) == 0x0000B0, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFmod, B) == 0x0000D8, "Member 'UMaterialExpressionFmod::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter \ +static_assert(alignof(UMaterialExpressionFontSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionFontSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionFontSampleParameter) == 0x0000E8, "Wrong size on UMaterialExpressionFontSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ParameterName) == 0x0000C0, "Member 'UMaterialExpressionFontSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ExpressionGUID) == 0x0000C8, "Member 'UMaterialExpressionFontSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, Group) == 0x0000D8, "Member 'UMaterialExpressionFontSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, SortPriority) == 0x0000E0, "Member 'UMaterialExpressionFontSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDialoguePlayer \ +static_assert(alignof(USoundNodeDialoguePlayer) == 0x000008, "Wrong alignment on USoundNodeDialoguePlayer"); \ +static_assert(sizeof(USoundNodeDialoguePlayer) == 0x000070, "Wrong size on USoundNodeDialoguePlayer"); \ +static_assert(offsetof(USoundNodeDialoguePlayer, DialogueWaveParameter) == 0x000048, "Member 'USoundNodeDialoguePlayer::DialogueWaveParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionForLoop \ +static_assert(alignof(UMaterialExpressionForLoop) == 0x000008, "Wrong alignment on UMaterialExpressionForLoop"); \ +static_assert(sizeof(UMaterialExpressionForLoop) == 0x000138, "Wrong size on UMaterialExpressionForLoop"); \ +static_assert(offsetof(UMaterialExpressionForLoop, LoopBody) == 0x0000B0, "Member 'UMaterialExpressionForLoop::LoopBody' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, Completed) == 0x0000B8, "Member 'UMaterialExpressionForLoop::Completed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, StartIndex) == 0x0000C0, "Member 'UMaterialExpressionForLoop::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, EndIndex) == 0x0000E8, "Member 'UMaterialExpressionForLoop::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, IndexStep) == 0x000110, "Member 'UMaterialExpressionForLoop::IndexStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFrac \ +static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ +static_assert(sizeof(UMaterialExpressionFrac) == 0x0000D8, "Wrong size on UMaterialExpressionFrac"); \ +static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x0000B0, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionInput \ +static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ +static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x000160, "Wrong size on UMaterialExpressionFunctionInput"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x0000B0, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x0000D8, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x0000E0, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, ID) == 0x0000F0, "Member 'UMaterialExpressionFunctionInput::ID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000100, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x000110, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x000124, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeModulator \ +static_assert(alignof(USoundNodeModulator) == 0x000008, "Wrong alignment on USoundNodeModulator"); \ +static_assert(sizeof(USoundNodeModulator) == 0x000058, "Wrong size on USoundNodeModulator"); \ +static_assert(offsetof(USoundNodeModulator, PitchMin) == 0x000048, "Member 'USoundNodeModulator::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, PitchMax) == 0x00004C, "Member 'USoundNodeModulator::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, VolumeMin) == 0x000050, "Member 'USoundNodeModulator::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, VolumeMax) == 0x000054, "Member 'USoundNodeModulator::VolumeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x0000F0, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x0000E0, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGIReplace \ +static_assert(alignof(UMaterialExpressionGIReplace) == 0x000008, "Wrong alignment on UMaterialExpressionGIReplace"); \ +static_assert(sizeof(UMaterialExpressionGIReplace) == 0x000128, "Wrong size on UMaterialExpressionGIReplace"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionGIReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, StaticIndirect) == 0x0000D8, "Member 'UMaterialExpressionGIReplace::StaticIndirect' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, DynamicIndirect) == 0x000100, "Member 'UMaterialExpressionGIReplace::DynamicIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairColor \ +static_assert(alignof(UMaterialExpressionHairColor) == 0x000008, "Wrong alignment on UMaterialExpressionHairColor"); \ +static_assert(sizeof(UMaterialExpressionHairColor) == 0x000128, "Wrong size on UMaterialExpressionHairColor"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Melanin) == 0x0000B0, "Member 'UMaterialExpressionHairColor::Melanin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Redness) == 0x0000D8, "Member 'UMaterialExpressionHairColor::Redness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, DyeColor) == 0x000100, "Member 'UMaterialExpressionHairColor::DyeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectElementObjectInterface \ +static_assert(alignof(UObjectElementObjectInterface) == 0x000008, "Wrong alignment on UObjectElementObjectInterface"); \ +static_assert(sizeof(UObjectElementObjectInterface) == 0x000030, "Wrong size on UObjectElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInterfaceEditorOnlyData \ +static_assert(alignof(UMaterialFunctionInterfaceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialFunctionInterfaceEditorOnlyData"); \ +static_assert(sizeof(UMaterialFunctionInterfaceEditorOnlyData) == 0x000028, "Wrong size on UMaterialFunctionInterfaceEditorOnlyData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHsvToRgb \ +static_assert(alignof(UMaterialExpressionHsvToRgb) == 0x000008, "Wrong alignment on UMaterialExpressionHsvToRgb"); \ +static_assert(sizeof(UMaterialExpressionHsvToRgb) == 0x0000D8, "Wrong size on UMaterialExpressionHsvToRgb"); \ +static_assert(offsetof(UMaterialExpressionHsvToRgb, Input) == 0x0000B0, "Member 'UMaterialExpressionHsvToRgb::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIf \ +static_assert(alignof(UMaterialExpressionIf) == 0x000008, "Wrong alignment on UMaterialExpressionIf"); \ +static_assert(sizeof(UMaterialExpressionIf) == 0x000188, "Wrong size on UMaterialExpressionIf"); \ +static_assert(offsetof(UMaterialExpressionIf, A) == 0x0000B0, "Member 'UMaterialExpressionIf::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, B) == 0x0000D8, "Member 'UMaterialExpressionIf::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AGreaterThanB) == 0x000100, "Member 'UMaterialExpressionIf::AGreaterThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AEqualsB) == 0x000128, "Member 'UMaterialExpressionIf::AEqualsB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ALessThanB) == 0x000150, "Member 'UMaterialExpressionIf::ALessThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, EqualsThreshold) == 0x000178, "Member 'UMaterialExpressionIf::EqualsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstB) == 0x00017C, "Member 'UMaterialExpressionIf::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstAEqualsB) == 0x000180, "Member 'UMaterialExpressionIf::ConstAEqualsB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLength \ +static_assert(alignof(UMaterialExpressionLength) == 0x000008, "Wrong alignment on UMaterialExpressionLength"); \ +static_assert(sizeof(UMaterialExpressionLength) == 0x0000D8, "Wrong size on UMaterialExpressionLength"); \ +static_assert(offsetof(UMaterialExpressionLength, Input) == 0x0000B0, "Member 'UMaterialExpressionLength::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWhileLoop \ +static_assert(alignof(UMaterialExpressionWhileLoop) == 0x000008, "Wrong alignment on UMaterialExpressionWhileLoop"); \ +static_assert(sizeof(UMaterialExpressionWhileLoop) == 0x0000E8, "Wrong size on UMaterialExpressionWhileLoop"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, LoopBody) == 0x0000B0, "Member 'UMaterialExpressionWhileLoop::LoopBody' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, Completed) == 0x0000B8, "Member 'UMaterialExpressionWhileLoop::Completed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, Condition) == 0x0000C0, "Member 'UMaterialExpressionWhileLoop::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ +static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ +static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x0000B0, "Wrong size on UMaterialExpressionLightmapUVs"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ +static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ +static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000100, "Wrong size on UMaterialExpressionLightmassReplace"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x0000B0, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x0000D8, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalMessage \ +static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ +static_assert(sizeof(ULocalMessage) == 0x000028, "Wrong size on ULocalMessage"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ +static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000138, "Wrong size on UMaterialExpressionLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x0000B0, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x0000D8, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000100, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x000128, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x00012C, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000130, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateConvertMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSubstrateConvertMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateConvertMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSubstrateConvertMaterialAttributes) == 0x000190, "Wrong size on UMaterialExpressionSubstrateConvertMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterScatteringCoefficients) == 0x0000E0, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterAbsorptionCoefficients) == 0x000108, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterAbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterPhaseG) == 0x000130, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, ColorScaleBehindWater) == 0x000158, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, SubsurfaceProfile) == 0x000180, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, ShadingModelOverride) == 0x000188, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::ShadingModelOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm \ +static_assert(alignof(UMaterialExpressionLogarithm) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm"); \ +static_assert(sizeof(UMaterialExpressionLogarithm) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm"); \ +static_assert(offsetof(UMaterialExpressionLogarithm, Input) == 0x0000B0, "Member 'UMaterialExpressionLogarithm::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ +static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ +static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm10"); \ +static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x0000B0, "Member 'UMaterialExpressionLogarithm10::X' 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_UMaterialExpressionSubstrateEyeBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateEyeBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateEyeBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateEyeBSDF) == 0x0001F8, "Wrong size on UMaterialExpressionSubstrateEyeBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, DiffuseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateEyeBSDF::DiffuseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, Roughness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateEyeBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, CorneaNormal) == 0x000100, "Member 'UMaterialExpressionSubstrateEyeBSDF::CorneaNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisNormal) == 0x000128, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisPlaneNormal) == 0x000150, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisMask) == 0x000178, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisDistance) == 0x0001A0, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, EmissiveColor) == 0x0001C8, "Member 'UMaterialExpressionSubstrateEyeBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, SubsurfaceProfile) == 0x0001F0, "Member 'UMaterialExpressionSubstrateEyeBSDF::SubsurfaceProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm2 \ +static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ +static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm2"); \ +static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x0000B0, "Member 'UMaterialExpressionLogarithm2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ +static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x0004E8, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x0000D8, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000100, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x000128, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x000150, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0001A0, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, OpacityMask) == 0x0001C8, "Member 'UMaterialExpressionMakeMaterialAttributes::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x0001F0, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x000218, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000240, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x000268, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x000290, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x0002B8, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x0002E0, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x000308, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x000330, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000470, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x000498, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, displacement) == 0x0004C0, "Member 'UMaterialExpressionMakeMaterialAttributes::displacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateShadingModels \ +static_assert(alignof(UMaterialExpressionSubstrateShadingModels) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateShadingModels"); \ +static_assert(sizeof(UMaterialExpressionSubstrateShadingModels) == 0x0003E8, "Wrong size on UMaterialExpressionSubstrateShadingModels"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateShadingModels::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateShadingModels::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateShadingModels::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateShadingModels::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Anisotropy) == 0x000150, "Member 'UMaterialExpressionSubstrateShadingModels::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionSubstrateShadingModels::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Normal) == 0x0001A0, "Member 'UMaterialExpressionSubstrateShadingModels::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Tangent) == 0x0001C8, "Member 'UMaterialExpressionSubstrateShadingModels::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, SubsurfaceColor) == 0x0001F0, "Member 'UMaterialExpressionSubstrateShadingModels::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoat) == 0x000218, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoatRoughness) == 0x000240, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Opacity) == 0x000268, "Member 'UMaterialExpressionSubstrateShadingModels::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, TransmittanceColor) == 0x000290, "Member 'UMaterialExpressionSubstrateShadingModels::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterScatteringCoefficients) == 0x0002B8, "Member 'UMaterialExpressionSubstrateShadingModels::WaterScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterAbsorptionCoefficients) == 0x0002E0, "Member 'UMaterialExpressionSubstrateShadingModels::WaterAbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterPhaseG) == 0x000308, "Member 'UMaterialExpressionSubstrateShadingModels::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ColorScaleBehindWater) == 0x000330, "Member 'UMaterialExpressionSubstrateShadingModels::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoatNormal) == 0x000358, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoatNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, CustomTangent) == 0x000380, "Member 'UMaterialExpressionSubstrateShadingModels::CustomTangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ShadingModel) == 0x0003A8, "Member 'UMaterialExpressionSubstrateShadingModels::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, SubsurfaceProfile) == 0x0003D8, "Member 'UMaterialExpressionSubstrateShadingModels::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ShadingModelOverride) == 0x0003E0, "Member 'UMaterialExpressionSubstrateShadingModels::ShadingModelOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV \ +static_assert(alignof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000008, "Wrong alignment on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(sizeof(UMaterialExpressionMapARPassthroughCameraUV) == 0x0000D8, "Wrong size on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(offsetof(UMaterialExpressionMapARPassthroughCameraUV, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMapARPassthroughCameraUV::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ +static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x000218, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x0000E0, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0001E0, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x0001F0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x0001F8, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x000208, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x00020C, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' 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) == 0x000028, "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) == 0x000028, "Wrong size on UBlueprintPathsLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUI \ +static_assert(alignof(UMaterialExpressionSubstrateUI) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUI"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUI) == 0x000100, "Wrong size on UMaterialExpressionSubstrateUI"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUI, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstrateUI::Color' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUI, Opacity) == 0x0000D8, "Member 'UMaterialExpressionSubstrateUI::Opacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall \ +static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x0000B0, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionInputs) == 0x0000B8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionInputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionOutputs) == 0x0000C8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x0000D8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ +static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ +static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000110, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUtilityBase \ +static_assert(alignof(UMaterialExpressionSubstrateUtilityBase) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUtilityBase"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUtilityBase) == 0x0000B0, "Wrong size on UMaterialExpressionSubstrateUtilityBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHazinessToSecondaryRoughness \ +static_assert(alignof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHazinessToSecondaryRoughness"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness) == 0x000100, "Wrong size on UMaterialExpressionSubstrateHazinessToSecondaryRoughness"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness, BaseRoughness) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHazinessToSecondaryRoughness::BaseRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness, Haziness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHazinessToSecondaryRoughness::Haziness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ +static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000100, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x0000B0, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x0000D8, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMax \ +static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ +static_assert(sizeof(UMaterialExpressionMax) == 0x000108, "Wrong size on UMaterialExpressionMax"); \ +static_assert(offsetof(UMaterialExpressionMax, A) == 0x0000B0, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, B) == 0x0000D8, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000100, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x000104, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ + +#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) == 0x000090, "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) == 0x000060, "Member 'ImportanceSamplingLibrary_ImportanceSample::Samples' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Intensity) == 0x000064, "Member 'ImportanceSamplingLibrary_ImportanceSample::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SamplePosition) == 0x000068, "Member 'ImportanceSamplingLibrary_ImportanceSample::SamplePosition' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleColor) == 0x000078, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleColor' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleIntensity) == 0x000088, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleIntensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleSize) == 0x00008C, "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) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000028, "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) == 0x000018, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000038, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000038, "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) == 0x000018, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, ReturnValue) == 0x000028, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x000050, "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) == 0x000020, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, ReturnValue) == 0x000038, "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) == 0x000028, "Wrong size on UImportanceSamplingLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateVerticalLayering \ +static_assert(alignof(UMaterialExpressionSubstrateVerticalLayering) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateVerticalLayering"); \ +static_assert(sizeof(UMaterialExpressionSubstrateVerticalLayering) == 0x000130, "Wrong size on UMaterialExpressionSubstrateVerticalLayering"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, Top) == 0x0000B0, "Member 'UMaterialExpressionSubstrateVerticalLayering::Top' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, base) == 0x0000D8, "Member 'UMaterialExpressionSubstrateVerticalLayering::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, Thickness) == 0x000100, "Member 'UMaterialExpressionSubstrateVerticalLayering::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMin \ +static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ +static_assert(sizeof(UMaterialExpressionMin) == 0x000108, "Wrong size on UMaterialExpressionMin"); \ +static_assert(offsetof(UMaterialExpressionMin, A) == 0x0000B0, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, B) == 0x0000D8, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000100, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x000104, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMultiply \ +static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ +static_assert(sizeof(UMaterialExpressionMultiply) == 0x000108, "Wrong size on UMaterialExpressionMultiply"); \ +static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x0000B0, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x0000D8, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000100, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x000104, "Member 'UMaterialExpressionMultiply::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateLightFunction \ +static_assert(alignof(UMaterialExpressionSubstrateLightFunction) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateLightFunction"); \ +static_assert(sizeof(UMaterialExpressionSubstrateLightFunction) == 0x0000D8, "Wrong size on UMaterialExpressionSubstrateLightFunction"); \ +static_assert(offsetof(UMaterialExpressionSubstrateLightFunction, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstrateLightFunction::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateTransmittanceToMFP \ +static_assert(alignof(UMaterialExpressionSubstrateTransmittanceToMFP) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateTransmittanceToMFP"); \ +static_assert(sizeof(UMaterialExpressionSubstrateTransmittanceToMFP) == 0x000100, "Wrong size on UMaterialExpressionSubstrateTransmittanceToMFP"); \ +static_assert(offsetof(UMaterialExpressionSubstrateTransmittanceToMFP, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateTransmittanceToMFP::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateTransmittanceToMFP, Thickness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateTransmittanceToMFP::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ +static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000100, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x0000B0, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x0000D8, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, NodeColor) == 0x0000E0, "Member 'UMaterialExpressionNamedRerouteDeclaration::NodeColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x0000F0, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage \ +static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x0000C8, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x0000B0, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x0000B8, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ +static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ +static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x0000C0, "Wrong size on UMaterialExpressionTextureCoordinate"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x0000B0, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x0000B4, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x0000B8, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNaniteReplace \ +static_assert(alignof(UMaterialExpressionNaniteReplace) == 0x000008, "Wrong alignment on UMaterialExpressionNaniteReplace"); \ +static_assert(sizeof(UMaterialExpressionNaniteReplace) == 0x000100, "Wrong size on UMaterialExpressionNaniteReplace"); \ +static_assert(offsetof(UMaterialExpressionNaniteReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionNaniteReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNaniteReplace, Nanite) == 0x0000D8, "Member 'UMaterialExpressionNaniteReplace::Nanite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingLevelInstanceEditor \ +static_assert(alignof(ULevelStreamingLevelInstanceEditor) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstanceEditor"); \ +static_assert(sizeof(ULevelStreamingLevelInstanceEditor) == 0x0001A0, "Wrong size on ULevelStreamingLevelInstanceEditor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNeuralNetworkInput \ +static_assert(alignof(UMaterialExpressionNeuralNetworkInput) == 0x000008, "Wrong alignment on UMaterialExpressionNeuralNetworkInput"); \ +static_assert(sizeof(UMaterialExpressionNeuralNetworkInput) == 0x000130, "Wrong size on UMaterialExpressionNeuralNetworkInput"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionNeuralNetworkInput::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Input0) == 0x0000D8, "Member 'UMaterialExpressionNeuralNetworkInput::Input0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Mask) == 0x000100, "Member 'UMaterialExpressionNeuralNetworkInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, NeuralIndexType) == 0x000128, "Member 'UMaterialExpressionNeuralNetworkInput::NeuralIndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubsurfaceMediumMaterialOutput \ +static_assert(alignof(UMaterialExpressionSubsurfaceMediumMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSubsurfaceMediumMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSubsurfaceMediumMaterialOutput) == 0x000100, "Wrong size on UMaterialExpressionSubsurfaceMediumMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSubsurfaceMediumMaterialOutput, MeanFreePath) == 0x0000B0, "Member 'UMaterialExpressionSubsurfaceMediumMaterialOutput::MeanFreePath' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubsurfaceMediumMaterialOutput, ScatteringDistribution) == 0x0000D8, "Member 'UMaterialExpressionSubsurfaceMediumMaterialOutput::ScatteringDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNeuralNetworkOutput \ +static_assert(alignof(UMaterialExpressionNeuralNetworkOutput) == 0x000008, "Wrong alignment on UMaterialExpressionNeuralNetworkOutput"); \ +static_assert(sizeof(UMaterialExpressionNeuralNetworkOutput) == 0x0000E0, "Wrong size on UMaterialExpressionNeuralNetworkOutput"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkOutput, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionNeuralNetworkOutput::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkOutput, NeuralIndexType) == 0x0000D8, "Member 'UMaterialExpressionNeuralNetworkOutput::NeuralIndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNoise \ +static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ +static_assert(sizeof(UMaterialExpressionNoise) == 0x000130, "Wrong size on UMaterialExpressionNoise"); \ +static_assert(offsetof(UMaterialExpressionNoise, position) == 0x0000B0, "Member 'UMaterialExpressionNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionNoise::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x0000E0, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000108, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x00010C, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000110, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000118, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x00011C, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000120, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x000124, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x00012C, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateWeight \ +static_assert(alignof(UMaterialExpressionSubstrateWeight) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateWeight"); \ +static_assert(sizeof(UMaterialExpressionSubstrateWeight) == 0x000100, "Wrong size on UMaterialExpressionSubstrateWeight"); \ +static_assert(offsetof(UMaterialExpressionSubstrateWeight, A) == 0x0000B0, "Member 'UMaterialExpressionSubstrateWeight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateWeight, Weight) == 0x0000D8, "Member 'UMaterialExpressionSubstrateWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ +static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ +static_assert(sizeof(UMaterialExpressionNormalize) == 0x0000D8, "Wrong size on UMaterialExpressionNormalize"); \ +static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x0000B0, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectBounds \ +static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x0000B0, "Wrong size on UMaterialExpressionObjectBounds"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerEffect \ +static_assert(alignof(UInputDeviceTriggerEffect) == 0x000008, "Wrong alignment on UInputDeviceTriggerEffect"); \ +static_assert(sizeof(UInputDeviceTriggerEffect) == 0x000040, "Wrong size on UInputDeviceTriggerEffect"); \ +static_assert(offsetof(UInputDeviceTriggerEffect, BaseTriggerData) == 0x000030, "Member 'UInputDeviceTriggerEffect::BaseTriggerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerVibrationProperty \ +static_assert(alignof(UInputDeviceTriggerVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerVibrationProperty"); \ +static_assert(sizeof(UInputDeviceTriggerVibrationProperty) == 0x0000C0, "Wrong size on UInputDeviceTriggerVibrationProperty"); \ +static_assert(offsetof(UInputDeviceTriggerVibrationProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerVibrationProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerVibrationProperty, DeviceOverrideData) == 0x000058, "Member 'UInputDeviceTriggerVibrationProperty::DeviceOverrideData' 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) == 0x0000D8, "Wrong size on USCS_Node"); \ +static_assert(offsetof(USCS_Node, ComponentClass) == 0x000028, "Member 'USCS_Node::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ComponentTemplate) == 0x000030, "Member 'USCS_Node::ComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, CookedComponentInstancingData) == 0x000038, "Member 'USCS_Node::CookedComponentInstancingData' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, AttachToName) == 0x000080, "Member 'USCS_Node::AttachToName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ParentComponentOrVariableName) == 0x000088, "Member 'USCS_Node::ParentComponentOrVariableName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ParentComponentOwnerClassName) == 0x000090, "Member 'USCS_Node::ParentComponentOwnerClassName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, bIsParentComponentNative) == 0x000098, "Member 'USCS_Node::bIsParentComponentNative' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ChildNodes) == 0x0000A0, "Member 'USCS_Node::ChildNodes' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, MetaDataArray) == 0x0000B0, "Member 'USCS_Node::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, VariableGuid) == 0x0000C0, "Member 'USCS_Node::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, InternalVariableName) == 0x0000D0, "Member 'USCS_Node::InternalVariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectLocalBounds \ +static_assert(alignof(UMaterialExpressionObjectLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectLocalBounds) == 0x0000B0, "Wrong size on UMaterialExpressionObjectLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation \ +static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ +static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x0000B0, "Wrong size on UMaterialExpressionObjectOrientation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectRadius \ +static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ +static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x0000B0, "Wrong size on UMaterialExpressionObjectRadius"); \ + +#define DUMPER7_ASSERTS_USaveGame \ +static_assert(alignof(USaveGame) == 0x000008, "Wrong alignment on USaveGame"); \ +static_assert(sizeof(USaveGame) == 0x000028, "Wrong size on USaveGame"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPanner \ +static_assert(alignof(UMaterialExpressionPanner) == 0x000008, "Wrong alignment on UMaterialExpressionPanner"); \ +static_assert(sizeof(UMaterialExpressionPanner) == 0x000138, "Wrong size on UMaterialExpressionPanner"); \ +static_assert(offsetof(UMaterialExpressionPanner, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionPanner::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Time) == 0x0000D8, "Member 'UMaterialExpressionPanner::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Speed) == 0x000100, "Member 'UMaterialExpressionPanner::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedX) == 0x000128, "Member 'UMaterialExpressionPanner::SpeedX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedY) == 0x00012C, "Member 'UMaterialExpressionPanner::SpeedY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, ConstCoordinate) == 0x000130, "Member 'UMaterialExpressionPanner::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, bFractionalPart) == 0x000134, "Member 'UMaterialExpressionPanner::bFractionalPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ +static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ +static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x0000B0, "Wrong size on UMaterialExpressionParticleDirection"); \ + +#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) == 0x0001C0, "Wrong size on UGameInstance"); \ +static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000038, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnlineSession) == 0x000048, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000050, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000078, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnInputDeviceConnectionChange) == 0x0000A0, "Member 'UGameInstance::OnInputDeviceConnectionChange' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnUserInputDevicePairingChange) == 0x0000B0, "Member 'UGameInstance::OnUserInputDevicePairingChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeHashExternalStreamingObjectBase \ +static_assert(alignof(URuntimeHashExternalStreamingObjectBase) == 0x000008, "Wrong alignment on URuntimeHashExternalStreamingObjectBase"); \ +static_assert(sizeof(URuntimeHashExternalStreamingObjectBase) == 0x0001C0, "Wrong size on URuntimeHashExternalStreamingObjectBase"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, SubObjectsToCellRemapping) == 0x000038, "Member 'URuntimeHashExternalStreamingObjectBase::SubObjectsToCellRemapping' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, ContainerResolver) == 0x000088, "Member 'URuntimeHashExternalStreamingObjectBase::ContainerResolver' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, OuterWorld) == 0x0000F0, "Member 'URuntimeHashExternalStreamingObjectBase::OuterWorld' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, CellToStreamingData) == 0x000118, "Member 'URuntimeHashExternalStreamingObjectBase::CellToStreamingData' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, DataLayerInstances) == 0x000168, "Member 'URuntimeHashExternalStreamingObjectBase::DataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, RootExternalDataLayerInstance) == 0x0001B8, "Member 'URuntimeHashExternalStreamingObjectBase::RootExternalDataLayerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeSpatialHashExternalStreamingObject \ +static_assert(alignof(URuntimeSpatialHashExternalStreamingObject) == 0x000008, "Wrong alignment on URuntimeSpatialHashExternalStreamingObject"); \ +static_assert(sizeof(URuntimeSpatialHashExternalStreamingObject) == 0x0001D0, "Wrong size on URuntimeSpatialHashExternalStreamingObject"); \ +static_assert(offsetof(URuntimeSpatialHashExternalStreamingObject, StreamingGrids) == 0x0001C0, "Member 'URuntimeSpatialHashExternalStreamingObject::StreamingGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCubeArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCubeArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameterCubeArray"); \ + +#define DUMPER7_ASSERTS_UCheckBoxStyleAsset \ +static_assert(alignof(UCheckBoxStyleAsset) == 0x000010, "Wrong alignment on UCheckBoxStyleAsset"); \ +static_assert(sizeof(UCheckBoxStyleAsset) == 0x000B00, "Wrong size on UCheckBoxStyleAsset"); \ +static_assert(offsetof(UCheckBoxStyleAsset, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxStyleAsset::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ +static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ +static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x0000B0, "Wrong size on UMaterialExpressionParticleMacroUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ +static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ +static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x0000B0, "Wrong size on UMaterialExpressionParticleRadius"); \ + +#define DUMPER7_ASSERTS_AGameSession \ +static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ +static_assert(sizeof(AGameSession) == 0x0002B8, "Wrong size on AGameSession"); \ +static_assert(offsetof(AGameSession, MaxSpectators) == 0x000290, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPlayers) == 0x000294, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPartySize) == 0x000298, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x00029C, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x00029D, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, SessionName) == 0x0002A0, "Member 'AGameSession::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime \ +static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ +static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x0000B0, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ +static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ +static_assert(sizeof(UMaterialExpressionParticleSize) == 0x0000B0, "Wrong size on UMaterialExpressionParticleSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ +static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ +static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x0000B0, "Wrong size on UMaterialExpressionParticleSpeed"); \ + +#define DUMPER7_ASSERTS_UActorElementAssetDataInterface \ +static_assert(alignof(UActorElementAssetDataInterface) == 0x000008, "Wrong alignment on UActorElementAssetDataInterface"); \ +static_assert(sizeof(UActorElementAssetDataInterface) == 0x000030, "Wrong size on UActorElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncateLWC \ +static_assert(alignof(UMaterialExpressionTruncateLWC) == 0x000008, "Wrong alignment on UMaterialExpressionTruncateLWC"); \ +static_assert(sizeof(UMaterialExpressionTruncateLWC) == 0x0000D8, "Wrong size on UMaterialExpressionTruncateLWC"); \ +static_assert(offsetof(UMaterialExpressionTruncateLWC, Input) == 0x0000B0, "Member 'UMaterialExpressionTruncateLWC::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpriteRotation \ +static_assert(alignof(UMaterialExpressionParticleSpriteRotation) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpriteRotation"); \ +static_assert(sizeof(UMaterialExpressionParticleSpriteRotation) == 0x0000B0, "Wrong size on UMaterialExpressionParticleSpriteRotation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV \ +static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x0001C0, "Wrong size on UMaterialExpressionParticleSubUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x0000B0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties \ +static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x0000B0, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingBufferTexture \ +static_assert(alignof(UMaterialExpressionPathTracingBufferTexture) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingBufferTexture"); \ +static_assert(sizeof(UMaterialExpressionPathTracingBufferTexture) == 0x0000E0, "Wrong size on UMaterialExpressionPathTracingBufferTexture"); \ +static_assert(offsetof(UMaterialExpressionPathTracingBufferTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionPathTracingBufferTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingBufferTexture, PathTracingBufferTextureId) == 0x0000D8, "Member 'UMaterialExpressionPathTracingBufferTexture::PathTracingBufferTextureId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorElementSelectionInterface \ +static_assert(alignof(UActorElementSelectionInterface) == 0x000008, "Wrong alignment on UActorElementSelectionInterface"); \ +static_assert(sizeof(UActorElementSelectionInterface) == 0x000030, "Wrong size on UActorElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingRayTypeSwitch \ +static_assert(alignof(UMaterialExpressionPathTracingRayTypeSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingRayTypeSwitch"); \ +static_assert(sizeof(UMaterialExpressionPathTracingRayTypeSwitch) == 0x000178, "Wrong size on UMaterialExpressionPathTracingRayTypeSwitch"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, Main) == 0x0000B0, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::Main' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, Shadow) == 0x0000D8, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::Shadow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectDiffuse) == 0x000100, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectDiffuse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectSpecular) == 0x000128, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectSpecular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectVolume) == 0x000150, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData3Vector \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x0000F0, "Wrong size on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DefaultValue) == 0x0000B0, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, ConstDefaultValue) == 0x0000D8, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DataIndex) == 0x0000E8, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComponentElementObjectInterface \ +static_assert(alignof(UComponentElementObjectInterface) == 0x000008, "Wrong alignment on UComponentElementObjectInterface"); \ +static_assert(sizeof(UComponentElementObjectInterface) == 0x000030, "Wrong size on UComponentElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ +static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ +static_assert(sizeof(UMaterialExpressionViewSize) == 0x0000B0, "Wrong size on UMaterialExpressionViewSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ +static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x0000B0, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ +static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x0000B0, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPinBase \ +static_assert(alignof(UMaterialExpressionPinBase) == 0x000008, "Wrong alignment on UMaterialExpressionPinBase"); \ +static_assert(sizeof(UMaterialExpressionPinBase) == 0x0000C8, "Wrong size on UMaterialExpressionPinBase"); \ +static_assert(offsetof(UMaterialExpressionPinBase, ReroutePins) == 0x0000B0, "Member 'UMaterialExpressionPinBase::ReroutePins' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPinBase, PinDirection) == 0x0000C0, "Member 'UMaterialExpressionPinBase::PinDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPower \ +static_assert(alignof(UMaterialExpressionPower) == 0x000008, "Wrong alignment on UMaterialExpressionPower"); \ +static_assert(sizeof(UMaterialExpressionPower) == 0x000108, "Wrong size on UMaterialExpressionPower"); \ +static_assert(offsetof(UMaterialExpressionPower, base) == 0x0000B0, "Member 'UMaterialExpressionPower::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, Exponent) == 0x0000D8, "Member 'UMaterialExpressionPower::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, ConstExponent) == 0x000100, "Member 'UMaterialExpressionPower::ConstExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ +static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ +static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x0000B0, "Wrong size on UMaterialExpressionVertexTangentWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask \ +static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ +static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x0000B0, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition \ +static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x0000B0, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000100, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x0000B0, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x0000D8, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ +static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000100, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x0000D8, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionVectorWS \ +static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ +static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x0000E0, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ +static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x0000B0, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x0000E0, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReroute \ +static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ +static_assert(sizeof(UMaterialExpressionReroute) == 0x0000D8, "Wrong size on UMaterialExpressionReroute"); \ +static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x0000B0, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRgbToHsv \ +static_assert(alignof(UMaterialExpressionRgbToHsv) == 0x000008, "Wrong alignment on UMaterialExpressionRgbToHsv"); \ +static_assert(sizeof(UMaterialExpressionRgbToHsv) == 0x0000D8, "Wrong size on UMaterialExpressionRgbToHsv"); \ +static_assert(offsetof(UMaterialExpressionRgbToHsv, Input) == 0x0000B0, "Member 'UMaterialExpressionRgbToHsv::Input' 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_UMaterialExpressionRotateAboutAxis \ +static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ +static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x000158, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x0000B0, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x0000D8, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000100, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, position) == 0x000128, "Member 'UMaterialExpressionRotateAboutAxis::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x000150, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotator \ +static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ +static_assert(sizeof(UMaterialExpressionRotator) == 0x000110, "Wrong size on UMaterialExpressionRotator"); \ +static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x0000D8, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000100, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x000104, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000108, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x00010C, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ + +#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) == 0x000028, "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_CalculateProjectionMatrix \ +static_assert(alignof(KismetRenderingLibrary_CalculateProjectionMatrix) == 0x000010, "Wrong alignment on KismetRenderingLibrary_CalculateProjectionMatrix"); \ +static_assert(sizeof(KismetRenderingLibrary_CalculateProjectionMatrix) == 0x000880, "Wrong size on KismetRenderingLibrary_CalculateProjectionMatrix"); \ +static_assert(offsetof(KismetRenderingLibrary_CalculateProjectionMatrix, MinimalViewInfo) == 0x000000, "Member 'KismetRenderingLibrary_CalculateProjectionMatrix::MinimalViewInfo' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CalculateProjectionMatrix, ReturnValue) == 0x000800, "Member 'KismetRenderingLibrary_CalculateProjectionMatrix::ReturnValue' 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_ConvertRenderTargetToTexture2DArrayEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::Texture' 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_ConvertRenderTargetToTextureCubeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::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, bSupportUAVs) == 0x000025, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bSupportUAVs' 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, bSupportUAVs) == 0x000029, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bSupportUAVs' 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, bSupportUAVs) == 0x000029, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bSupportUAVs' 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_EnablePathTracing \ +static_assert(alignof(KismetRenderingLibrary_EnablePathTracing) == 0x000001, "Wrong alignment on KismetRenderingLibrary_EnablePathTracing"); \ +static_assert(sizeof(KismetRenderingLibrary_EnablePathTracing) == 0x000001, "Wrong size on KismetRenderingLibrary_EnablePathTracing"); \ +static_assert(offsetof(KismetRenderingLibrary_EnablePathTracing, bEnablePathTracer) == 0x000000, "Member 'KismetRenderingLibrary_EnablePathTracing::bEnablePathTracer' 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) == 0x000010, "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_ReadRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTarget) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, OutSamples) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTarget::OutSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTarget::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, ReturnValue) == 0x000021, "Member 'KismetRenderingLibrary_ReadRenderTarget::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_ReadRenderTargetRaw \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRaw) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRaw"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRaw) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRaw"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, OutLinearSamples) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::OutLinearSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, ReturnValue) == 0x000021, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::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) == 0x000030, "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, bNormalize) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, ReturnValue) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixelArea \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawPixelArea"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea) == 0x000038, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawPixelArea"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MinX) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MinX' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MinY) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MinY' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MaxX) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MaxX' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MaxY) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MaxY' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::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) == 0x000030, "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, bNormalize) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, ReturnValue) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUVArea \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawUVArea) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawUVArea"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawUVArea) == 0x000050, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawUVArea"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, Area) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::Area' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, bNormalize) == 0x000038, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, ReturnValue) == 0x000040, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::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_RenderTargetCreateStaticTexture2DArrayEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::ReturnValue' 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_RenderTargetCreateStaticTextureCubeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ResizeRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ResizeRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ResizeRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ResizeRenderTarget2D) == 0x000010, "Wrong size on KismetRenderingLibrary_ResizeRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, TextureRenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::Height' 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) == 0x000028, "Wrong size on UKismetRenderingLibrary"); \ + +#define DUMPER7_ASSERTS_UMeshDeformer \ +static_assert(alignof(UMeshDeformer) == 0x000008, "Wrong alignment on UMeshDeformer"); \ +static_assert(sizeof(UMeshDeformer) == 0x000028, "Wrong size on UMeshDeformer"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRound \ +static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ +static_assert(sizeof(UMaterialExpressionRound) == 0x0000D8, "Wrong size on UMaterialExpressionRound"); \ +static_assert(offsetof(UMaterialExpressionRound, Input) == 0x0000B0, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x0001F0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000100, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x000128, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000150, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x000178, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Mask) == 0x0001A0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Mask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, displacement) == 0x0001C8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::displacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000E0, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000100, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMicroTransactionBase \ +static_assert(alignof(UMicroTransactionBase) == 0x000008, "Wrong alignment on UMicroTransactionBase"); \ +static_assert(sizeof(UMicroTransactionBase) == 0x000068, "Wrong size on UMicroTransactionBase"); \ +static_assert(offsetof(UMicroTransactionBase, AvailableProducts) == 0x000038, "Member 'UMicroTransactionBase::AvailableProducts' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastError) == 0x000048, "Member 'UMicroTransactionBase::LastError' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastErrorSolution) == 0x000058, "Member 'UMicroTransactionBase::LastErrorSolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000160, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000138, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000140, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x000150, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, SortPriority) == 0x000158, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsSettingsComponent \ +static_assert(alignof(UNetworkPhysicsSettingsComponent) == 0x000008, "Wrong alignment on UNetworkPhysicsSettingsComponent"); \ +static_assert(sizeof(UNetworkPhysicsSettingsComponent) == 0x000178, "Wrong size on UNetworkPhysicsSettingsComponent"); \ +static_assert(offsetof(UNetworkPhysicsSettingsComponent, GeneralSettings) == 0x0000A0, "Member 'UNetworkPhysicsSettingsComponent::GeneralSettings' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsSettingsComponent, PredictiveInterpolationSettings) == 0x0000A8, "Member 'UNetworkPhysicsSettingsComponent::PredictiveInterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsSettingsComponent, ResimulationSettings) == 0x000118, "Member 'UNetworkPhysicsSettingsComponent::ResimulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorField \ +static_assert(alignof(UVectorField) == 0x000008, "Wrong alignment on UVectorField"); \ +static_assert(sizeof(UVectorField) == 0x000068, "Wrong size on UVectorField"); \ +static_assert(offsetof(UVectorField, Bounds) == 0x000028, "Member 'UVectorField::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UVectorField, Intensity) == 0x000060, "Member 'UVectorField::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldStatic \ +static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ +static_assert(sizeof(UVectorFieldStatic) == 0x0000B8, "Wrong size on UVectorFieldStatic"); \ +static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000068, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00006C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000070, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000074, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ +static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ +static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000118, "Wrong size on UMaterialExpressionSceneColor"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x0000E0, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x000108, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDeformerInstance \ +static_assert(alignof(UMeshDeformerInstance) == 0x000008, "Wrong alignment on UMeshDeformerInstance"); \ +static_assert(sizeof(UMeshDeformerInstance) == 0x000028, "Wrong size on UMeshDeformerInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ +static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ +static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000118, "Wrong size on UMaterialExpressionSceneDepth"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x0000E0, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x000108, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_AddComponentToCluster \ +static_assert(alignof(ClusterUnionComponent_AddComponentToCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_AddComponentToCluster"); \ +static_assert(sizeof(ClusterUnionComponent_AddComponentToCluster) == 0x000020, "Wrong size on ClusterUnionComponent_AddComponentToCluster"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_AddComponentToCluster::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_AddComponentToCluster::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, bRebuildGeometry) == 0x000018, "Member 'ClusterUnionComponent_AddComponentToCluster::bRebuildGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_ForceSetChildToParent \ +static_assert(alignof(ClusterUnionComponent_ForceSetChildToParent) == 0x000008, "Wrong alignment on ClusterUnionComponent_ForceSetChildToParent"); \ +static_assert(sizeof(ClusterUnionComponent_ForceSetChildToParent) == 0x000028, "Wrong size on ClusterUnionComponent_ForceSetChildToParent"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, InComponent) == 0x000000, "Member 'ClusterUnionComponent_ForceSetChildToParent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_ForceSetChildToParent::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, ChildToParent) == 0x000018, "Member 'ClusterUnionComponent_ForceSetChildToParent::ChildToParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_GetActors \ +static_assert(alignof(ClusterUnionComponent_GetActors) == 0x000008, "Wrong alignment on ClusterUnionComponent_GetActors"); \ +static_assert(sizeof(ClusterUnionComponent_GetActors) == 0x000010, "Wrong size on ClusterUnionComponent_GetActors"); \ +static_assert(offsetof(ClusterUnionComponent_GetActors, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_GetActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_GetPrimitiveComponents \ +static_assert(alignof(ClusterUnionComponent_GetPrimitiveComponents) == 0x000008, "Wrong alignment on ClusterUnionComponent_GetPrimitiveComponents"); \ +static_assert(sizeof(ClusterUnionComponent_GetPrimitiveComponents) == 0x000010, "Wrong size on ClusterUnionComponent_GetPrimitiveComponents"); \ +static_assert(offsetof(ClusterUnionComponent_GetPrimitiveComponents, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_GetPrimitiveComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_HandleComponentPhysicsStateChange \ +static_assert(alignof(ClusterUnionComponent_HandleComponentPhysicsStateChange) == 0x000008, "Wrong alignment on ClusterUnionComponent_HandleComponentPhysicsStateChange"); \ +static_assert(sizeof(ClusterUnionComponent_HandleComponentPhysicsStateChange) == 0x000010, "Wrong size on ClusterUnionComponent_HandleComponentPhysicsStateChange"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChange, ChangedComponent) == 0x000000, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChange::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChange, StateChange) == 0x000008, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChange::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion \ +static_assert(alignof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion) == 0x000008, "Wrong alignment on ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion"); \ +static_assert(sizeof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion) == 0x000010, "Wrong size on ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion, ChangedComponent) == 0x000000, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion, StateChange) == 0x000008, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_IsComponentAdded \ +static_assert(alignof(ClusterUnionComponent_IsComponentAdded) == 0x000008, "Wrong alignment on ClusterUnionComponent_IsComponentAdded"); \ +static_assert(sizeof(ClusterUnionComponent_IsComponentAdded) == 0x000010, "Wrong size on ClusterUnionComponent_IsComponentAdded"); \ +static_assert(offsetof(ClusterUnionComponent_IsComponentAdded, Component) == 0x000000, "Member 'ClusterUnionComponent_IsComponentAdded::Component' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_IsComponentAdded, ReturnValue) == 0x000008, "Member 'ClusterUnionComponent_IsComponentAdded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_RemoveComponentBonesFromCluster \ +static_assert(alignof(ClusterUnionComponent_RemoveComponentBonesFromCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_RemoveComponentBonesFromCluster"); \ +static_assert(sizeof(ClusterUnionComponent_RemoveComponentBonesFromCluster) == 0x000018, "Wrong size on ClusterUnionComponent_RemoveComponentBonesFromCluster"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentBonesFromCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_RemoveComponentBonesFromCluster::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentBonesFromCluster, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_RemoveComponentBonesFromCluster::BoneIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_RemoveComponentFromCluster \ +static_assert(alignof(ClusterUnionComponent_RemoveComponentFromCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_RemoveComponentFromCluster"); \ +static_assert(sizeof(ClusterUnionComponent_RemoveComponentFromCluster) == 0x000008, "Wrong size on ClusterUnionComponent_RemoveComponentFromCluster"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentFromCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_RemoveComponentFromCluster::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_SetEnableDamageFromCollision \ +static_assert(alignof(ClusterUnionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong alignment on ClusterUnionComponent_SetEnableDamageFromCollision"); \ +static_assert(sizeof(ClusterUnionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong size on ClusterUnionComponent_SetEnableDamageFromCollision"); \ +static_assert(offsetof(ClusterUnionComponent_SetEnableDamageFromCollision, bValue) == 0x000000, "Member 'ClusterUnionComponent_SetEnableDamageFromCollision::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_SetIsAnchored \ +static_assert(alignof(ClusterUnionComponent_SetIsAnchored) == 0x000001, "Wrong alignment on ClusterUnionComponent_SetIsAnchored"); \ +static_assert(sizeof(ClusterUnionComponent_SetIsAnchored) == 0x000001, "Wrong size on ClusterUnionComponent_SetIsAnchored"); \ +static_assert(offsetof(ClusterUnionComponent_SetIsAnchored, bIsAnchored) == 0x000000, "Member 'ClusterUnionComponent_SetIsAnchored::bIsAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_IsAuthority \ +static_assert(alignof(ClusterUnionComponent_IsAuthority) == 0x000001, "Wrong alignment on ClusterUnionComponent_IsAuthority"); \ +static_assert(sizeof(ClusterUnionComponent_IsAuthority) == 0x000001, "Wrong size on ClusterUnionComponent_IsAuthority"); \ +static_assert(offsetof(ClusterUnionComponent_IsAuthority, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_IsAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClusterUnionComponent \ +static_assert(alignof(UClusterUnionComponent) == 0x000010, "Wrong alignment on UClusterUnionComponent"); \ +static_assert(sizeof(UClusterUnionComponent) == 0x000760, "Wrong size on UClusterUnionComponent"); \ +static_assert(offsetof(UClusterUnionComponent, bEnableDamageFromCollision) == 0x000518, "Member 'UClusterUnionComponent::bEnableDamageFromCollision' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentAddedEvent) == 0x000520, "Member 'UClusterUnionComponent::OnComponentAddedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentRemovedEvent) == 0x000530, "Member 'UClusterUnionComponent::OnComponentRemovedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentBoundsChangedEvent) == 0x000540, "Member 'UClusterUnionComponent::OnComponentBoundsChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, ClusteredComponentsReferences) == 0x0005E8, "Member 'UClusterUnionComponent::ClusteredComponentsReferences' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, GravityGroupIndexOverride) == 0x0005F8, "Member 'UClusterUnionComponent::GravityGroupIndexOverride' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, ReplicatedRigidState) == 0x000700, "Member 'UClusterUnionComponent::ReplicatedRigidState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater \ +static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x0000F8, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x0000E0, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x0000F0, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' 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_UMaterialExpressionSceneTexelSize \ +static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ +static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x0000B0, "Wrong size on UMaterialExpressionSceneTexelSize"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAcceleration \ +static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ +static_assert(sizeof(UParticleModuleAcceleration) == 0x0000A0, "Wrong size on UParticleModuleAcceleration"); \ +static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000038, "Member 'UParticleModuleAcceleration::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeHash \ +static_assert(alignof(UWorldPartitionRuntimeHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeHash) == 0x000078, "Wrong size on UWorldPartitionRuntimeHash"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeHashSet \ +static_assert(alignof(UWorldPartitionRuntimeHashSet) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeHashSet"); \ +static_assert(sizeof(UWorldPartitionRuntimeHashSet) == 0x000098, "Wrong size on UWorldPartitionRuntimeHashSet"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, RuntimePartitions) == 0x000078, "Member 'UWorldPartitionRuntimeHashSet::RuntimePartitions' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, RuntimeStreamingData) == 0x000088, "Member 'UWorldPartitionRuntimeHashSet::RuntimeStreamingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ +static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ +static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x0000B0, "Wrong size on UMaterialExpressionScreenPosition"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveInputData \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveInputData) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveInputData"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveInputData) == 0x000010, "Wrong size on NetworkPhysicsComponent_ServerReceiveInputData"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveInputData, ClientInputs) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveInputData::ClientInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveInputsDatas \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveInputsDatas) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveInputsDatas"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveInputsDatas) == 0x000010, "Wrong size on NetworkPhysicsComponent_ServerReceiveInputsDatas"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveInputsDatas, ClientInputs) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveInputsDatas::ClientInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsComponent \ +static_assert(alignof(UNetworkPhysicsComponent) == 0x000008, "Wrong alignment on UNetworkPhysicsComponent"); \ +static_assert(sizeof(UNetworkPhysicsComponent) == 0x000140, "Wrong size on UNetworkPhysicsComponent"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedInputs) == 0x0000A0, "Member 'UNetworkPhysicsComponent::ReplicatedInputs' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedStates) == 0x0000B0, "Member 'UNetworkPhysicsComponent::ReplicatedStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetLocal \ +static_assert(alignof(UMaterialExpressionSetLocal) == 0x000008, "Wrong alignment on UMaterialExpressionSetLocal"); \ +static_assert(sizeof(UMaterialExpressionSetLocal) == 0x0000E8, "Wrong size on UMaterialExpressionSetLocal"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, Exec) == 0x0000B0, "Member 'UMaterialExpressionSetLocal::Exec' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, Value) == 0x0000B8, "Member 'UMaterialExpressionSetLocal::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, LocalName) == 0x0000E0, "Member 'UMaterialExpressionSetLocal::LocalName' 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) == 0x000028, "Member 'UParticleEmitter::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, SubUVDataOffset) == 0x000030, "Member 'UParticleEmitter::SubUVDataOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, EmitterRenderMode) == 0x000034, "Member 'UParticleEmitter::EmitterRenderMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, SignificanceLevel) == 0x000035, "Member 'UParticleEmitter::SignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, LODLevels) == 0x000040, "Member 'UParticleEmitter::LODLevels' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, PeakActiveParticles) == 0x000050, "Member 'UParticleEmitter::PeakActiveParticles' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, InitialAllocationCount) == 0x000054, "Member 'UParticleEmitter::InitialAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, QualityLevelSpawnRateScale) == 0x000058, "Member 'UParticleEmitter::QualityLevelSpawnRateScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, DetailModeBitmask) == 0x00005C, "Member 'UParticleEmitter::DetailModeBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x0000D0, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x0000B0, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x0000C0, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavigationInvokerInterface \ +static_assert(alignof(INavigationInvokerInterface) == 0x000001, "Wrong alignment on INavigationInvokerInterface"); \ +static_assert(sizeof(INavigationInvokerInterface) == 0x000001, "Wrong size on INavigationInvokerInterface"); \ + +#define DUMPER7_ASSERTS_UVariableFrameStrippingSettings \ +static_assert(alignof(UVariableFrameStrippingSettings) == 0x000008, "Wrong alignment on UVariableFrameStrippingSettings"); \ +static_assert(sizeof(UVariableFrameStrippingSettings) == 0x000030, "Wrong size on UVariableFrameStrippingSettings"); \ +static_assert(offsetof(UVariableFrameStrippingSettings, UseVariableFrameStripping) == 0x000028, "Member 'UVariableFrameStrippingSettings::UseVariableFrameStripping' has a wrong offset!"); \ +static_assert(offsetof(UVariableFrameStrippingSettings, FrameStrippingRate) == 0x00002C, "Member 'UVariableFrameStrippingSettings::FrameStrippingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingModel \ +static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ +static_assert(sizeof(UMaterialExpressionShadingModel) == 0x0000B8, "Wrong size on UMaterialExpressionShadingModel"); \ +static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x0000B0, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ +static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ +static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x0000D8, "Wrong size on UMaterialExpressionTangentOutput"); \ +static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ +static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ +static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000100, "Wrong size on UMaterialExpressionShadowReplace"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x0000D8, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSign \ +static_assert(alignof(UMaterialExpressionSign) == 0x000008, "Wrong alignment on UMaterialExpressionSign"); \ +static_assert(sizeof(UMaterialExpressionSign) == 0x0000D8, "Wrong size on UMaterialExpressionSign"); \ +static_assert(offsetof(UMaterialExpressionSign, Input) == 0x0000B0, "Member 'UMaterialExpressionSign::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorBase \ +static_assert(alignof(UParticleModuleAttractorBase) == 0x000008, "Wrong alignment on UParticleModuleAttractorBase"); \ +static_assert(sizeof(UParticleModuleAttractorBase) == 0x000030, "Wrong size on UParticleModuleAttractorBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorPoint \ +static_assert(alignof(UParticleModuleAttractorPoint) == 0x000008, "Wrong alignment on UParticleModuleAttractorPoint"); \ +static_assert(sizeof(UParticleModuleAttractorPoint) == 0x0000F8, "Wrong size on UParticleModuleAttractorPoint"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, position) == 0x000030, "Member 'UParticleModuleAttractorPoint::position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, Range) == 0x000090, "Member 'UParticleModuleAttractorPoint::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, Strength) == 0x0000C0, "Member 'UParticleModuleAttractorPoint::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSine \ +static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ +static_assert(sizeof(UMaterialExpressionSine) == 0x0000E0, "Wrong size on UMaterialExpressionSine"); \ +static_assert(offsetof(UMaterialExpressionSine, Input) == 0x0000B0, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSine, Period) == 0x0000D8, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmappedSurfaceCollection \ +static_assert(alignof(ULightmappedSurfaceCollection) == 0x000008, "Wrong alignment on ULightmappedSurfaceCollection"); \ +static_assert(sizeof(ULightmappedSurfaceCollection) == 0x000040, "Wrong size on ULightmappedSurfaceCollection"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, SourceModel) == 0x000028, "Member 'ULightmappedSurfaceCollection::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, Surfaces) == 0x000030, "Member 'ULightmappedSurfaceCollection::Surfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ +static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000150, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x0000B0, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x0000D8, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000100, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x000128, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x0000E8, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x0000B0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x0000B8, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPositionOriginType) == 0x0000E0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSwitch \ +static_assert(alignof(UMaterialExpressionSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionSwitch"); \ +static_assert(sizeof(UMaterialExpressionSwitch) == 0x000130, "Wrong size on UMaterialExpressionSwitch"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Description) == 0x0000B0, "Member 'UMaterialExpressionSwitch::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, SwitchValue) == 0x0000C0, "Member 'UMaterialExpressionSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstSwitchValue) == 0x0000E8, "Member 'UMaterialExpressionSwitch::ConstSwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Default) == 0x0000F0, "Member 'UMaterialExpressionSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstDefault) == 0x000118, "Member 'UMaterialExpressionSwitch::ConstDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Inputs) == 0x000120, "Member 'UMaterialExpressionSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround) == 0x0000B8, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround, LightIndex) == 0x0000B0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance \ +static_assert(alignof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000008, "Wrong alignment on LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance"); \ +static_assert(sizeof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000028, "Wrong size on LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance, Actor) == 0x000000, "Member 'LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance::Actor' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance, ReturnValue) == 0x000008, "Member 'LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance \ +static_assert(alignof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance) == 0x000010, "Wrong alignment on LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance"); \ +static_assert(sizeof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance) == 0x0000A0, "Wrong size on LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, ActorClass) == 0x000000, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, Transform) == 0x000010, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::Transform' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, Layer) == 0x000070, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::Layer' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, World) == 0x000078, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::World' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, ReturnValue) == 0x000080, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightWeightInstanceBlueprintFunctionLibrary \ +static_assert(alignof(ULightWeightInstanceBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on ULightWeightInstanceBlueprintFunctionLibrary"); \ +static_assert(sizeof(ULightWeightInstanceBlueprintFunctionLibrary) == 0x000028, "Wrong size on ULightWeightInstanceBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x0000E0, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x0000B0, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, DiskAngularDiameterOverride) == 0x0000B8, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::DiskAngularDiameterOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorLine \ +static_assert(alignof(UParticleModuleAttractorLine) == 0x000008, "Wrong alignment on UParticleModuleAttractorLine"); \ +static_assert(sizeof(UParticleModuleAttractorLine) == 0x0000C0, "Wrong size on UParticleModuleAttractorLine"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint0) == 0x000030, "Member 'UParticleModuleAttractorLine::EndPoint0' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint1) == 0x000048, "Member 'UParticleModuleAttractorLine::EndPoint1' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Range) == 0x000060, "Member 'UParticleModuleAttractorLine::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Strength) == 0x000090, "Member 'UParticleModuleAttractorLine::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereAerialPerspective \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x0000E0, "Wrong size on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x0000B0, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ + +#define DUMPER7_ASSERTS_LocationVolume_IsLoaded \ +static_assert(alignof(LocationVolume_IsLoaded) == 0x000001, "Wrong alignment on LocationVolume_IsLoaded"); \ +static_assert(sizeof(LocationVolume_IsLoaded) == 0x000001, "Wrong size on LocationVolume_IsLoaded"); \ +static_assert(offsetof(LocationVolume_IsLoaded, ReturnValue) == 0x000000, "Member 'LocationVolume_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALocationVolume \ +static_assert(alignof(ALocationVolume) == 0x000008, "Wrong alignment on ALocationVolume"); \ +static_assert(sizeof(ALocationVolume) == 0x0002D8, "Wrong size on ALocationVolume"); \ +static_assert(offsetof(ALocationVolume, DebugColor) == 0x0002D0, "Member 'ALocationVolume::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyLightEnvMapSample \ +static_assert(alignof(UMaterialExpressionSkyLightEnvMapSample) == 0x000008, "Wrong alignment on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(sizeof(UMaterialExpressionSkyLightEnvMapSample) == 0x000100, "Wrong size on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Direction) == 0x0000B0, "Member 'UMaterialExpressionSkyLightEnvMapSample::Direction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Roughness) == 0x0000D8, "Member 'UMaterialExpressionSkyLightEnvMapSample::Roughness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSobol \ +static_assert(alignof(UMaterialExpressionSobol) == 0x000008, "Wrong alignment on UMaterialExpressionSobol"); \ +static_assert(sizeof(UMaterialExpressionSobol) == 0x000140, "Wrong size on UMaterialExpressionSobol"); \ +static_assert(offsetof(UMaterialExpressionSobol, Cell) == 0x0000B0, "Member 'UMaterialExpressionSobol::Cell' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Index_0) == 0x0000D8, "Member 'UMaterialExpressionSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Seed) == 0x000100, "Member 'UMaterialExpressionSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstIndex) == 0x000128, "Member 'UMaterialExpressionSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstSeed) == 0x000130, "Member 'UMaterialExpressionSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime \ +static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ +static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000098, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ +static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000038, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObject \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObject"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObject) == 0x0000B8, "Wrong size on UMaterialExpressionSparseVolumeTextureObject"); \ + +#define DUMPER7_ASSERTS_UScriptViewportClient \ +static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ +static_assert(sizeof(UScriptViewportClient) == 0x000038, "Wrong size on UScriptViewportClient"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x000160, "Wrong size on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ParameterName) == 0x000138, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ExpressionGUID) == 0x000140, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, Group) == 0x000150, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, SortPriority) == 0x000158, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x000160, "Wrong size on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpeedTree \ +static_assert(alignof(UMaterialExpressionSpeedTree) == 0x000008, "Wrong alignment on UMaterialExpressionSpeedTree"); \ +static_assert(sizeof(UMaterialExpressionSpeedTree) == 0x000160, "Wrong size on UMaterialExpressionSpeedTree"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryInput) == 0x0000B0, "Member 'UMaterialExpressionSpeedTree::GeometryInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindInput) == 0x0000D8, "Member 'UMaterialExpressionSpeedTree::WindInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODInput) == 0x000100, "Member 'UMaterialExpressionSpeedTree::LODInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, ExtraBendWS) == 0x000128, "Member 'UMaterialExpressionSpeedTree::ExtraBendWS' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryType) == 0x000150, "Member 'UMaterialExpressionSpeedTree::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindType) == 0x000151, "Member 'UMaterialExpressionSpeedTree::WindType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODType) == 0x000152, "Member 'UMaterialExpressionSpeedTree::LODType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, BillboardThreshold) == 0x000154, "Member 'UMaterialExpressionSpeedTree::BillboardThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, bAccurateWindVelocities) == 0x000158, "Member 'UMaterialExpressionSpeedTree::bAccurateWindVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODProxyDesc \ +static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ +static_assert(sizeof(UHLODProxyDesc) == 0x000028, "Wrong size on UHLODProxyDesc"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity \ +static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x0000E0, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x0000B0, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x0000D8, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ +static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ +static_assert(sizeof(UMaterialExpressionStaticBool) == 0x0000B8, "Wrong size on UMaterialExpressionStaticBool"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ +static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x000130, "Wrong size on UMaterialExpressionStaticSwitch"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x0000B8, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, B) == 0x0000E0, "Member 'UMaterialExpressionStaticSwitch::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x000108, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputKeyDelegateBinding \ +static_assert(alignof(UInputKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputKeyDelegateBinding"); \ +static_assert(sizeof(UInputKeyDelegateBinding) == 0x000038, "Wrong size on UInputKeyDelegateBinding"); \ +static_assert(offsetof(UInputKeyDelegateBinding, InputKeyDelegateBindings) == 0x000028, "Member 'UInputKeyDelegateBinding::InputKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ +static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000130, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitchParameter, A) == 0x0000E0, "Member 'UMaterialExpressionStaticSwitchParameter::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitchParameter, B) == 0x000108, "Member 'UMaterialExpressionStaticSwitchParameter::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStep \ +static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ +static_assert(sizeof(UMaterialExpressionStep) == 0x000108, "Wrong size on UMaterialExpressionStep"); \ +static_assert(offsetof(UMaterialExpressionStep, Y) == 0x0000B0, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, X) == 0x0000D8, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000100, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x000104, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSlabBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSlabBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSlabBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSlabBSDF) == 0x000398, "Wrong size on UMaterialExpressionSubstrateSlabBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, DiffuseAlbedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSlabBSDF::DiffuseAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSlabBSDF::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, F90) == 0x000100, "Member 'UMaterialExpressionSubstrateSlabBSDF::F90' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateSlabBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Anisotropy) == 0x000150, "Member 'UMaterialExpressionSubstrateSlabBSDF::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Normal) == 0x000178, "Member 'UMaterialExpressionSubstrateSlabBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Tangent) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSlabBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSMFP) == 0x0001C8, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSMFP' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSMFPScale) == 0x0001F0, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSMFPScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSPhaseAnisotropy) == 0x000218, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSPhaseAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, EmissiveColor) == 0x000240, "Member 'UMaterialExpressionSubstrateSlabBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SecondRoughness) == 0x000268, "Member 'UMaterialExpressionSubstrateSlabBSDF::SecondRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SecondRoughnessWeight) == 0x000290, "Member 'UMaterialExpressionSubstrateSlabBSDF::SecondRoughnessWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzRoughness) == 0x0002B8, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzAmount) == 0x0002E0, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzAmount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzColor) == 0x000308, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, GlintValue) == 0x000330, "Member 'UMaterialExpressionSubstrateSlabBSDF::GlintValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, GlintUV) == 0x000358, "Member 'UMaterialExpressionSubstrateSlabBSDF::GlintUV' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SubsurfaceProfile) == 0x000380, "Member 'UMaterialExpressionSubstrateSlabBSDF::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SpecularProfile) == 0x000388, "Member 'UMaterialExpressionSubstrateSlabBSDF::SpecularProfile' has a wrong offset!"); \ + +#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) == 0x000550, "Wrong size on UCapsuleComponent"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000540, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x000544, "Member 'UCapsuleComponent::CapsuleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateVolumetricFogCloudBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateVolumetricFogCloudBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF) == 0x000150, "Wrong size on UMaterialExpressionSubstrateVolumetricFogCloudBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, Albedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::Albedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, Extinction) == 0x0000D8, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::Extinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, EmissiveColor) == 0x000100, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, AmbientOcclusion) == 0x000128, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::AmbientOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstratePostProcess \ +static_assert(alignof(UMaterialExpressionSubstratePostProcess) == 0x000008, "Wrong alignment on UMaterialExpressionSubstratePostProcess"); \ +static_assert(sizeof(UMaterialExpressionSubstratePostProcess) == 0x000100, "Wrong size on UMaterialExpressionSubstratePostProcess"); \ +static_assert(offsetof(UMaterialExpressionSubstratePostProcess, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstratePostProcess::Color' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstratePostProcess, Opacity) == 0x0000D8, "Member 'UMaterialExpressionSubstratePostProcess::Opacity' 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_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_SetLightFColor \ +static_assert(alignof(LightComponent_SetLightFColor) == 0x000004, "Wrong alignment on LightComponent_SetLightFColor"); \ +static_assert(sizeof(LightComponent_SetLightFColor) == 0x000004, "Wrong size on LightComponent_SetLightFColor"); \ +static_assert(offsetof(LightComponent_SetLightFColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightFColor::NewLightColor' 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) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionScale"); \ +static_assert(sizeof(LightComponent_SetLightFunctionScale) == 0x000018, "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_ULightComponent \ +static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ +static_assert(sizeof(ULightComponent) == 0x000370, "Wrong size on ULightComponent"); \ +static_assert(offsetof(ULightComponent, Temperature) == 0x000268, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00026C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000270, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000278, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinRoughness) == 0x000280, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, SpecularScale) == 0x000284, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000288, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowBias) == 0x00028C, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000290, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x000294, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000298, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowCastingIntensity) == 0x0002A0, "Member 'ULightComponent::ContactShadowCastingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowNonCastingIntensity) == 0x0002A4, "Member 'ULightComponent::ContactShadowNonCastingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightingChannels) == 0x0002AC, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x0002B0, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x0002B8, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESTexture) == 0x0002D0, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x0002DC, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x0002E0, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x0002E4, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomScale) == 0x0002EC, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomThreshold) == 0x0002F0, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x0002F4, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomTint) == 0x0002F8, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x0002FC, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x000300, "Member 'ULightComponent::RayStartOffsetDepthScale' 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_SetForwardShadingPriority \ +static_assert(alignof(DirectionalLightComponent_SetForwardShadingPriority) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetForwardShadingPriority"); \ +static_assert(sizeof(DirectionalLightComponent_SetForwardShadingPriority) == 0x000004, "Wrong size on DirectionalLightComponent_SetForwardShadingPriority"); \ +static_assert(offsetof(DirectionalLightComponent_SetForwardShadingPriority, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetForwardShadingPriority::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection \ +static_assert(alignof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000008, "Wrong alignment on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(sizeof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000018, "Wrong size on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(offsetof(DirectionalLightComponent_SetLightShaftOverrideDirection, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightShaftOverrideDirection::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightSourceAngle \ +static_assert(alignof(DirectionalLightComponent_SetLightSourceAngle) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightSourceAngle"); \ +static_assert(sizeof(DirectionalLightComponent_SetLightSourceAngle) == 0x000004, "Wrong size on DirectionalLightComponent_SetLightSourceAngle"); \ +static_assert(offsetof(DirectionalLightComponent_SetLightSourceAngle, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightSourceAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightSourceSoftAngle \ +static_assert(alignof(DirectionalLightComponent_SetLightSourceSoftAngle) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightSourceSoftAngle"); \ +static_assert(sizeof(DirectionalLightComponent_SetLightSourceSoftAngle) == 0x000004, "Wrong size on DirectionalLightComponent_SetLightSourceSoftAngle"); \ +static_assert(offsetof(DirectionalLightComponent_SetLightSourceSoftAngle, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightSourceSoftAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionDepthRange \ +static_assert(alignof(DirectionalLightComponent_SetOcclusionDepthRange) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionDepthRange"); \ +static_assert(sizeof(DirectionalLightComponent_SetOcclusionDepthRange) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionDepthRange"); \ +static_assert(offsetof(DirectionalLightComponent_SetOcclusionDepthRange, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionDepthRange::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_SetShadowCascadeBiasDistribution \ +static_assert(alignof(DirectionalLightComponent_SetShadowCascadeBiasDistribution) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowCascadeBiasDistribution"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowCascadeBiasDistribution) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowCascadeBiasDistribution"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowCascadeBiasDistribution, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowCascadeBiasDistribution::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_DirectionalLightComponent_SetShadowSourceAngleFactor \ +static_assert(alignof(DirectionalLightComponent_SetShadowSourceAngleFactor) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowSourceAngleFactor"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowSourceAngleFactor) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowSourceAngleFactor"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowSourceAngleFactor, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowSourceAngleFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDirectionalLightComponent \ +static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ +static_assert(sizeof(UDirectionalLightComponent) == 0x000440, "Wrong size on UDirectionalLightComponent"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000370, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000378, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x00037C, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000380, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x000398, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x00039C, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x0003A0, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x0003A4, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x0003A8, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x0003AC, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x0003B0, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x0003B8, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x0003BC, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x0003C0, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ForwardShadingPriority) == 0x0003C4, "Member 'UDirectionalLightComponent::ForwardShadingPriority' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x0003C8, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x0003CC, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x0003D0, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x0003D4, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x0003DC, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x0003E0, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x0003F4, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x0003F8, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x0003FC, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x000400, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x000404, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x000408, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x00040C, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x000410, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x000420, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x000434, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x000438, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateConvertToDecal \ +static_assert(alignof(UMaterialExpressionSubstrateConvertToDecal) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateConvertToDecal"); \ +static_assert(sizeof(UMaterialExpressionSubstrateConvertToDecal) == 0x000100, "Wrong size on UMaterialExpressionSubstrateConvertToDecal"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertToDecal, DecalMaterial) == 0x0000B0, "Member 'UMaterialExpressionSubstrateConvertToDecal::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertToDecal, Coverage) == 0x0000D8, "Member 'UMaterialExpressionSubstrateConvertToDecal::Coverage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHorizontalMixing \ +static_assert(alignof(UMaterialExpressionSubstrateHorizontalMixing) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHorizontalMixing"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHorizontalMixing) == 0x000130, "Wrong size on UMaterialExpressionSubstrateHorizontalMixing"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Background) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Background' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Foreground) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Foreground' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Mix) == 0x000100, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Mix' 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) == 0x0000C0, "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) == 0x0000C8, "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) == 0x0000C0, "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) == 0x000320, "Wrong size on UForceFeedbackComponent"); \ +static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x000230, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x00023C, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000240, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000248, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x000308, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateAdd \ +static_assert(alignof(UMaterialExpressionSubstrateAdd) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateAdd"); \ +static_assert(sizeof(UMaterialExpressionSubstrateAdd) == 0x000108, "Wrong size on UMaterialExpressionSubstrateAdd"); \ +static_assert(offsetof(UMaterialExpressionSubstrateAdd, A) == 0x0000B0, "Member 'UMaterialExpressionSubstrateAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateAdd, B) == 0x0000D8, "Member 'UMaterialExpressionSubstrateAdd::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAtmosphericFog \ +static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ +static_assert(sizeof(AAtmosphericFog) == 0x000298, "Wrong size on AAtmosphericFog"); \ +static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000290, "Member 'AAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0 \ +static_assert(alignof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0"); \ +static_assert(sizeof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0) == 0x000128, "Wrong size on UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::Specular' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateThinFilm \ +static_assert(alignof(UMaterialExpressionSubstrateThinFilm) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateThinFilm"); \ +static_assert(sizeof(UMaterialExpressionSubstrateThinFilm) == 0x000178, "Wrong size on UMaterialExpressionSubstrateThinFilm"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, Normal) == 0x0000B0, "Member 'UMaterialExpressionSubstrateThinFilm::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateThinFilm::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, F90) == 0x000100, "Member 'UMaterialExpressionSubstrateThinFilm::F90' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, Thickness) == 0x000128, "Member 'UMaterialExpressionSubstrateThinFilm::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, IOR) == 0x000150, "Member 'UMaterialExpressionSubstrateThinFilm::IOR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSettings \ +static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ +static_assert(sizeof(UAudioSettings) == 0x0001E8, "Wrong size on UAudioSettings"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000058, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000078, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000098, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x0000B8, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000D8, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000F8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x000118, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, EQSubmix) == 0x000138, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000158, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioCompressionType) == 0x00015C, "Member 'UAudioSettings::DefaultAudioCompressionType' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultCompressionQuality) == 0x000160, "Member 'UAudioSettings::DefaultCompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000164, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000168, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x00016C, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000170, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000178, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00018C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000190, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000191, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000198, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DebugSounds) == 0x0001A8, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x0001B8, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x0001C8, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x0001D0, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x0001D8, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ +static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ +static_assert(sizeof(UMaterialExpressionSubtract) == 0x000108, "Wrong size on UMaterialExpressionSubtract"); \ +static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x0000B0, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x0000D8, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000100, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x000104, "Member 'UMaterialExpressionSubtract::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangent \ +static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ +static_assert(sizeof(UMaterialExpressionTangent) == 0x0000E0, "Wrong size on UMaterialExpressionTangent"); \ +static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x0000B0, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x0000D8, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISoundParameterControllerInterface \ +static_assert(alignof(ISoundParameterControllerInterface) == 0x000001, "Wrong alignment on ISoundParameterControllerInterface"); \ +static_assert(sizeof(ISoundParameterControllerInterface) == 0x000001, "Wrong size on ISoundParameterControllerInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ +static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ +static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000118, "Wrong size on UMaterialExpressionTemporalSobol"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x0000B0, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x0000D8, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000100, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x000108, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ +static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ +static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x0000E0, "Wrong size on UMaterialExpressionTextureProperty"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x0000B0, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x0000D8, "Member 'UMaterialExpressionTextureProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000220, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec \ +static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ +static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000028, "Wrong size on UAnimCurveCompressionCodec"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve \ +static_assert(alignof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_CompressedRichCurve"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_CompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransform \ +static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ +static_assert(sizeof(UMaterialExpressionTransform) == 0x0000E0, "Wrong size on UMaterialExpressionTransform"); \ +static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x0000B0, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x0000D8, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x0000D9, "Member 'UMaterialExpressionTransform::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncate \ +static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ +static_assert(sizeof(UMaterialExpressionTruncate) == 0x0000D8, "Wrong size on UMaterialExpressionTruncate"); \ +static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x0000B0, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable \ +static_assert(alignof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable) == 0x000008, "Wrong alignment on AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable"); \ +static_assert(sizeof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable) == 0x000038, "Wrong size on AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable"); \ +static_assert(offsetof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable, EventReference) == 0x000000, "Member 'AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable, ReturnValue) == 0x000030, "Member 'AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation \ +static_assert(alignof(AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation) == 0x000008, "Wrong alignment on AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation"); \ +static_assert(sizeof(AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation) == 0x000038, "Wrong size on AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation"); \ +static_assert(offsetof(AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation, EventReference) == 0x000000, "Member 'AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation, ReturnValue) == 0x000030, "Member 'AnimNotifyMirrorInspectionLibrary_IsTriggeredByMirroredAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyMirrorInspectionLibrary \ +static_assert(alignof(UAnimNotifyMirrorInspectionLibrary) == 0x000008, "Wrong alignment on UAnimNotifyMirrorInspectionLibrary"); \ +static_assert(sizeof(UAnimNotifyMirrorInspectionLibrary) == 0x000028, "Wrong size on UAnimNotifyMirrorInspectionLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ +static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ +static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x0000B0, "Wrong size on UMaterialExpressionTwoSidedSign"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ +static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ +static_assert(sizeof(UMaterialExpressionViewProperty) == 0x0000B8, "Wrong size on UMaterialExpressionViewProperty"); \ +static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x0000B0, "Member 'UMaterialExpressionViewProperty::Property' 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) == 0x000050, "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) == 0x000018, "Member 'CheatManager_BugItStringCreator::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, GoString) == 0x000030, "Member 'CheatManager_BugItStringCreator::GoString' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, LocString) == 0x000040, "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) == 0x000008, "Wrong size on CheatManager_OnlyLoadLevel"); \ +static_assert(offsetof(CheatManager_OnlyLoadLevel, PackageName) == 0x000000, "Member 'CheatManager_OnlyLoadLevel::PackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_OnPlayerEndPlayed \ +static_assert(alignof(CheatManager_OnPlayerEndPlayed) == 0x000008, "Wrong alignment on CheatManager_OnPlayerEndPlayed"); \ +static_assert(sizeof(CheatManager_OnPlayerEndPlayed) == 0x000010, "Wrong size on CheatManager_OnPlayerEndPlayed"); \ +static_assert(offsetof(CheatManager_OnPlayerEndPlayed, Player) == 0x000000, "Member 'CheatManager_OnPlayerEndPlayed::Player' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_OnPlayerEndPlayed, EndPlayReason) == 0x000008, "Member 'CheatManager_OnPlayerEndPlayed::EndPlayReason' 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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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_CheatManager_GetPlayerController \ +static_assert(alignof(CheatManager_GetPlayerController) == 0x000008, "Wrong alignment on CheatManager_GetPlayerController"); \ +static_assert(sizeof(CheatManager_GetPlayerController) == 0x000008, "Wrong size on CheatManager_GetPlayerController"); \ +static_assert(offsetof(CheatManager_GetPlayerController, ReturnValue) == 0x000000, "Member 'CheatManager_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheatManager \ +static_assert(alignof(UCheatManager) == 0x000008, "Wrong alignment on UCheatManager"); \ +static_assert(sizeof(UCheatManager) == 0x000088, "Wrong size on UCheatManager"); \ +static_assert(offsetof(UCheatManager, DebugCameraControllerRef) == 0x000028, "Member 'UCheatManager::DebugCameraControllerRef' has a wrong offset!"); \ +static_assert(offsetof(UCheatManager, DebugCameraControllerClass) == 0x000030, "Member 'UCheatManager::DebugCameraControllerClass' has a wrong offset!"); \ +static_assert(offsetof(UCheatManager, CheatManagerExtensions) == 0x000078, "Member 'UCheatManager::CheatManagerExtensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWorldPosition \ +static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ +static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x0000B8, "Wrong size on UMaterialExpressionWorldPosition"); \ +static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x0000B0, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' 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_ArrowComponent_SetArrowFColor \ +static_assert(alignof(ArrowComponent_SetArrowFColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowFColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowFColor) == 0x000004, "Wrong size on ArrowComponent_SetArrowFColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowFColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowFColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowLength \ +static_assert(alignof(ArrowComponent_SetArrowLength) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowLength"); \ +static_assert(sizeof(ArrowComponent_SetArrowLength) == 0x000004, "Wrong size on ArrowComponent_SetArrowLength"); \ +static_assert(offsetof(ArrowComponent_SetArrowLength, NewLength) == 0x000000, "Member 'ArrowComponent_SetArrowLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowSize \ +static_assert(alignof(ArrowComponent_SetArrowSize) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowSize"); \ +static_assert(sizeof(ArrowComponent_SetArrowSize) == 0x000004, "Wrong size on ArrowComponent_SetArrowSize"); \ +static_assert(offsetof(ArrowComponent_SetArrowSize, NewSize) == 0x000000, "Member 'ArrowComponent_SetArrowSize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetIsScreenSizeScaled \ +static_assert(alignof(ArrowComponent_SetIsScreenSizeScaled) == 0x000001, "Wrong alignment on ArrowComponent_SetIsScreenSizeScaled"); \ +static_assert(sizeof(ArrowComponent_SetIsScreenSizeScaled) == 0x000001, "Wrong size on ArrowComponent_SetIsScreenSizeScaled"); \ +static_assert(offsetof(ArrowComponent_SetIsScreenSizeScaled, bNewValue) == 0x000000, "Member 'ArrowComponent_SetIsScreenSizeScaled::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetScreenSize \ +static_assert(alignof(ArrowComponent_SetScreenSize) == 0x000004, "Wrong alignment on ArrowComponent_SetScreenSize"); \ +static_assert(sizeof(ArrowComponent_SetScreenSize) == 0x000004, "Wrong size on ArrowComponent_SetScreenSize"); \ +static_assert(offsetof(ArrowComponent_SetScreenSize, NewScreenSize) == 0x000000, "Member 'ArrowComponent_SetScreenSize::NewScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetTreatAsASprite \ +static_assert(alignof(ArrowComponent_SetTreatAsASprite) == 0x000001, "Wrong alignment on ArrowComponent_SetTreatAsASprite"); \ +static_assert(sizeof(ArrowComponent_SetTreatAsASprite) == 0x000001, "Wrong size on ArrowComponent_SetTreatAsASprite"); \ +static_assert(offsetof(ArrowComponent_SetTreatAsASprite, bNewValue) == 0x000000, "Member 'ArrowComponent_SetTreatAsASprite::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetUseInEditorScaling \ +static_assert(alignof(ArrowComponent_SetUseInEditorScaling) == 0x000001, "Wrong alignment on ArrowComponent_SetUseInEditorScaling"); \ +static_assert(sizeof(ArrowComponent_SetUseInEditorScaling) == 0x000001, "Wrong size on ArrowComponent_SetUseInEditorScaling"); \ +static_assert(offsetof(ArrowComponent_SetUseInEditorScaling, bNewValue) == 0x000000, "Member 'ArrowComponent_SetUseInEditorScaling::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrowComponent \ +static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ +static_assert(sizeof(UArrowComponent) == 0x000530, "Wrong size on UArrowComponent"); \ +static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000518, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowSize) == 0x00051C, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000520, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ScreenSize) == 0x000524, "Member 'UArrowComponent::ScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionEditorOnlyData \ +static_assert(alignof(UMaterialFunctionEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialFunctionEditorOnlyData"); \ +static_assert(sizeof(UMaterialFunctionEditorOnlyData) == 0x000058, "Wrong size on UMaterialFunctionEditorOnlyData"); \ +static_assert(offsetof(UMaterialFunctionEditorOnlyData, ExpressionCollection) == 0x000028, "Member 'UMaterialFunctionEditorOnlyData::ExpressionCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000068, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ + +#define DUMPER7_ASSERTS_UMeshBudgetProjectSettings \ +static_assert(alignof(UMeshBudgetProjectSettings) == 0x000008, "Wrong alignment on UMeshBudgetProjectSettings"); \ +static_assert(sizeof(UMeshBudgetProjectSettings) == 0x000050, "Wrong size on UMeshBudgetProjectSettings"); \ +static_assert(offsetof(UMeshBudgetProjectSettings, bEnableStaticMeshBudget) == 0x000038, "Member 'UMeshBudgetProjectSettings::bEnableStaticMeshBudget' has a wrong offset!"); \ +static_assert(offsetof(UMeshBudgetProjectSettings, StaticMeshBudgetInfos) == 0x000040, "Member 'UMeshBudgetProjectSettings::StaticMeshBudgetInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetDriver \ +static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ +static_assert(sizeof(UNetDriver) == 0x0008C8, "Wrong size on UNetDriver"); \ +static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000030, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000040, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationBridgeClassName) == 0x000050, "Member 'UNetDriver::ReplicationBridgeClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationSystemConfig) == 0x000060, "Member 'UNetDriver::ReplicationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x00007C, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000084, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x0000A0, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x0000A4, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxClientRate) == 0x0000A8, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x0000AC, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x0000B0, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x0000B4, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x0000B8, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x0000BC, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x0000C0, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x0000C4, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerConnection) == 0x0000C8, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ClientConnections) == 0x0000D0, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000140, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, World) == 0x000180, "Member 'UNetDriver::World' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, WorldPackage) == 0x000188, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x0001B0, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x0001B8, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationBridgeClass) == 0x0001C0, "Member 'UNetDriver::ReplicationBridgeClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetDriverName) == 0x0001D8, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x0001E0, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001F0, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x000240, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetworkMetricsDatabase) == 0x000260, "Member 'UNetDriver::NetworkMetricsDatabase' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetworkMetricsListeners) == 0x000268, "Member 'UNetDriver::NetworkMetricsListeners' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000830, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDeformerInstanceSettings \ +static_assert(alignof(UMeshDeformerInstanceSettings) == 0x000008, "Wrong alignment on UMeshDeformerInstanceSettings"); \ +static_assert(sizeof(UMeshDeformerInstanceSettings) == 0x000028, "Wrong size on UMeshDeformerInstanceSettings"); \ + +#define DUMPER7_ASSERTS_UMeshDrawCommandStatsSettings \ +static_assert(alignof(UMeshDrawCommandStatsSettings) == 0x000008, "Wrong alignment on UMeshDrawCommandStatsSettings"); \ +static_assert(sizeof(UMeshDrawCommandStatsSettings) == 0x000060, "Wrong size on UMeshDrawCommandStatsSettings"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, Budgets) == 0x000038, "Member 'UMeshDrawCommandStatsSettings::Budgets' has a wrong offset!"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, BudgetTotals) == 0x000048, "Member 'UMeshDrawCommandStatsSettings::BudgetTotals' has a wrong offset!"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, CollectionForCsvProfiler) == 0x000058, "Member 'UMeshDrawCommandStatsSettings::CollectionForCsvProfiler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLODSettings \ +static_assert(alignof(UTextureLODSettings) == 0x000008, "Wrong alignment on UTextureLODSettings"); \ +static_assert(sizeof(UTextureLODSettings) == 0x000038, "Wrong size on UTextureLODSettings"); \ +static_assert(offsetof(UTextureLODSettings, TextureLODGroups) == 0x000028, "Member 'UTextureLODSettings::TextureLODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfile \ +static_assert(alignof(UDeviceProfile) == 0x000008, "Wrong alignment on UDeviceProfile"); \ +static_assert(sizeof(UDeviceProfile) == 0x0000D0, "Wrong size on UDeviceProfile"); \ +static_assert(offsetof(UDeviceProfile, DeviceType) == 0x000038, "Member 'UDeviceProfile::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, BaseProfileName) == 0x000048, "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!"); \ +static_assert(offsetof(UDeviceProfile, MatchingRules) == 0x0000A0, "Member 'UDeviceProfile::MatchingRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMorphTarget \ +static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ +static_assert(sizeof(UMorphTarget) == 0x000040, "Wrong size on UMorphTarget"); \ +static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavAreaBase \ +static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ +static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ + +#define DUMPER7_ASSERTS_ADocumentationActor \ +static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ +static_assert(sizeof(ADocumentationActor) == 0x000298, "Wrong size on ADocumentationActor"); \ + +#define DUMPER7_ASSERTS_UNavLinkDefinition \ +static_assert(alignof(UNavLinkDefinition) == 0x000008, "Wrong alignment on UNavLinkDefinition"); \ +static_assert(sizeof(UNavLinkDefinition) == 0x000050, "Wrong size on UNavLinkDefinition"); \ +static_assert(offsetof(UNavLinkDefinition, Links) == 0x000028, "Member 'UNavLinkDefinition::Links' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkDefinition, SegmentLinks) == 0x000038, "Member 'UNavLinkDefinition::SegmentLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition \ +static_assert(alignof(InterpToMovementComponent_AddControlPointPosition) == 0x000008, "Wrong alignment on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(sizeof(InterpToMovementComponent_AddControlPointPosition) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on InterpToMovementComponent_StopSimulating"); \ +static_assert(sizeof(InterpToMovementComponent_StopSimulating) == 0x0000F8, "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) == 0x0001C0, "Wrong size on UInterpToMovementComponent"); \ +static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x000108, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x000110, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x000111, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x000112, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x000113, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000118, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000128, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000138, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000148, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000158, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000168, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, SpeedMultiplier) == 0x00016C, "Member 'UInterpToMovementComponent::SpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000170, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000178, "Member 'UInterpToMovementComponent::ControlPoints' 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_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) == 0x000138, "Wrong size on ULODSyncComponent"); \ +static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000A0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000A4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, MinLOD) == 0x0000A8, "Member 'ULODSyncComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000B0, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000C0, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000110, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x000114, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000118, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000128, "Member 'ULODSyncComponent::SubComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleLODLevel \ +static_assert(alignof(UParticleLODLevel) == 0x000008, "Wrong alignment on UParticleLODLevel"); \ +static_assert(sizeof(UParticleLODLevel) == 0x0000B8, "Wrong size on UParticleLODLevel"); \ +static_assert(offsetof(UParticleLODLevel, Level) == 0x000028, "Member 'UParticleLODLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, RequiredModule) == 0x000030, "Member 'UParticleLODLevel::RequiredModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, Modules) == 0x000038, "Member 'UParticleLODLevel::Modules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, TypeDataModule) == 0x000048, "Member 'UParticleLODLevel::TypeDataModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModule) == 0x000050, "Member 'UParticleLODLevel::SpawnModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventGenerator) == 0x000058, "Member 'UParticleLODLevel::EventGenerator' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawningModules) == 0x000060, "Member 'UParticleLODLevel::SpawningModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModules) == 0x000070, "Member 'UParticleLODLevel::SpawnModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, UpdateModules) == 0x000080, "Member 'UParticleLODLevel::UpdateModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, OrbitModules) == 0x000090, "Member 'UParticleLODLevel::OrbitModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventReceiverModules) == 0x0000A0, "Member 'UParticleLODLevel::EventReceiverModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, PeakActiveParticles) == 0x0000B4, "Member 'UParticleLODLevel::PeakActiveParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemAsset \ +static_assert(alignof(UFXSystemAsset) == 0x000008, "Wrong alignment on UFXSystemAsset"); \ +static_assert(sizeof(UFXSystemAsset) == 0x000048, "Wrong size on UFXSystemAsset"); \ +static_assert(offsetof(UFXSystemAsset, MaxPoolSize) == 0x000028, "Member 'UFXSystemAsset::MaxPoolSize' has a wrong offset!"); \ +static_assert(offsetof(UFXSystemAsset, PoolPrimeSize) == 0x00002C, "Member 'UFXSystemAsset::PoolPrimeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellData \ +static_assert(alignof(UWorldPartitionRuntimeCellData) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellData"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellData) == 0x0000E0, "Wrong size on UWorldPartitionRuntimeCellData"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, ContentBounds) == 0x000050, "Member 'UWorldPartitionRuntimeCellData::ContentBounds' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, CellBounds) == 0x000088, "Member 'UWorldPartitionRuntimeCellData::CellBounds' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, GridName) == 0x0000C8, "Member 'UWorldPartitionRuntimeCellData::GridName' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, Priority) == 0x0000D0, "Member 'UWorldPartitionRuntimeCellData::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, HierarchicalLevel) == 0x0000D4, "Member 'UWorldPartitionRuntimeCellData::HierarchicalLevel' 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) == 0x000170, "Wrong size on UParticleSystem"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000048, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x00004C, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000050, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x000054, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Emitters) == 0x000058, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000068, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000070, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000078, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x00007C, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistances) == 0x000080, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODSettings) == 0x000090, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x0000A0, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000D8, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Delay) == 0x0000DC, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000E0, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000E6, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000E7, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000E8, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000E9, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000EB, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000EC, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000F0, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000F8, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x000110, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SoloTracking) == 0x000148, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x000158, "Member 'UParticleSystem::NamedMaterialSlots' 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) == 0x0000C0, "Wrong size on UPlatformEventsComponent"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000A0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000B0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' 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) == 0x0000E0, "Wrong size on UVOIPTalker"); \ +static_assert(offsetof(UVOIPTalker, Settings) == 0x0000A0, "Member 'UVOIPTalker::Settings' 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) == 0x000038, "Member 'UParticleModuleAccelerationConstant::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_MoveInterpolationTarget \ +static_assert(alignof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000008, "Wrong alignment on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(sizeof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000030, "Wrong size on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewLocation) == 0x000000, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, NewRotation) == 0x000018, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::NewRotation' 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) == 0x000008, "Wrong alignment on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ +static_assert(sizeof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x000018, "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) == 0x000008, "Wrong alignment on ProjectileMovementComponent_StopSimulating"); \ +static_assert(sizeof(ProjectileMovementComponent_StopSimulating) == 0x0000F8, "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) == 0x000008, "Wrong alignment on ProjectileMovementComponent_LimitVelocity"); \ +static_assert(sizeof(ProjectileMovementComponent_LimitVelocity) == 0x000030, "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) == 0x000018, "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) == 0x000260, "Wrong size on UProjectileMovementComponent"); \ +static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x000108, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x00010C, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x00011C, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000120, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x000138, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x00013C, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000140, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000144, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x000148, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x00014C, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000150, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000160, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000170, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x000174, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x00017C, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000180, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x000184, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000188, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x00018C, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000190, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x000194, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationThresholdNotRenderedShortTime) == 0x000198, "Member 'UProjectileMovementComponent::ThrottleInterpolationThresholdNotRenderedShortTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationThresholdNotRenderedLongTime) == 0x00019C, "Member 'UProjectileMovementComponent::ThrottleInterpolationThresholdNotRenderedLongTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationSkipFramesRecent) == 0x0001A0, "Member 'UProjectileMovementComponent::ThrottleInterpolationSkipFramesRecent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationSkipFramesNotRecent) == 0x0001A4, "Member 'UProjectileMovementComponent::ThrottleInterpolationSkipFramesNotRecent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDragScaleOverLife \ +static_assert(alignof(UParticleModuleAccelerationDragScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(sizeof(UParticleModuleAccelerationDragScaleOverLife) == 0x000070, "Wrong size on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScale) == 0x000038, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScaleRaw) == 0x000040, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraBlockingVolume \ +static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ +static_assert(sizeof(ACameraBlockingVolume) == 0x0002C8, "Wrong size on ACameraBlockingVolume"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorParticle \ +static_assert(alignof(UParticleModuleAttractorParticle) == 0x000008, "Wrong alignment on UParticleModuleAttractorParticle"); \ +static_assert(sizeof(UParticleModuleAttractorParticle) == 0x0000B0, "Wrong size on UParticleModuleAttractorParticle"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, EmitterName) == 0x000030, "Member 'UParticleModuleAttractorParticle::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Range) == 0x000038, "Member 'UParticleModuleAttractorParticle::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Strength) == 0x000070, "Member 'UParticleModuleAttractorParticle::Strength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, SelectionMethod) == 0x0000A4, "Member 'UParticleModuleAttractorParticle::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, LastSelIndex) == 0x0000AC, "Member 'UParticleModuleAttractorParticle::LastSelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorPointGravity \ +static_assert(alignof(UParticleModuleAttractorPointGravity) == 0x000008, "Wrong alignment on UParticleModuleAttractorPointGravity"); \ +static_assert(sizeof(UParticleModuleAttractorPointGravity) == 0x000088, "Wrong size on UParticleModuleAttractorPointGravity"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, position) == 0x000030, "Member 'UParticleModuleAttractorPointGravity::position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, Radius) == 0x000048, "Member 'UParticleModuleAttractorPointGravity::Radius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, Strength) == 0x000050, "Member 'UParticleModuleAttractorPointGravity::Strength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, StrengthRaw) == 0x000058, "Member 'UParticleModuleAttractorPointGravity::StrengthRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyCamera \ +static_assert(alignof(CameraModifier_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CameraModifier_BlueprintModifyCamera"); \ +static_assert(sizeof(CameraModifier_BlueprintModifyCamera) == 0x000078, "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) == 0x000008, "Member 'CameraModifier_BlueprintModifyCamera::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewRotation) == 0x000020, "Member 'CameraModifier_BlueprintModifyCamera::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, FOV) == 0x000038, "Member 'CameraModifier_BlueprintModifyCamera::FOV' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewLocation) == 0x000040, "Member 'CameraModifier_BlueprintModifyCamera::NewViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewRotation) == 0x000058, "Member 'CameraModifier_BlueprintModifyCamera::NewViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewFOV) == 0x000070, "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) == 0x000700, "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_OnCameraOwnerDestroyed \ +static_assert(alignof(CameraModifier_OnCameraOwnerDestroyed) == 0x000008, "Wrong alignment on CameraModifier_OnCameraOwnerDestroyed"); \ +static_assert(sizeof(CameraModifier_OnCameraOwnerDestroyed) == 0x000008, "Wrong size on CameraModifier_OnCameraOwnerDestroyed"); \ +static_assert(offsetof(CameraModifier_OnCameraOwnerDestroyed, InOwner) == 0x000000, "Member 'CameraModifier_OnCameraOwnerDestroyed::InOwner' 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_CameraModifier_IsPendingDisable \ +static_assert(alignof(CameraModifier_IsPendingDisable) == 0x000001, "Wrong alignment on CameraModifier_IsPendingDisable"); \ +static_assert(sizeof(CameraModifier_IsPendingDisable) == 0x000001, "Wrong size on CameraModifier_IsPendingDisable"); \ +static_assert(offsetof(CameraModifier_IsPendingDisable, ReturnValue) == 0x000000, "Member 'CameraModifier_IsPendingDisable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier \ +static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ +static_assert(sizeof(UCameraModifier) == 0x000048, "Wrong size on UCameraModifier"); \ +static_assert(offsetof(UCameraModifier, Priority) == 0x00002C, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000030, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000038, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x00003C, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, Alpha) == 0x000040, "Member 'UCameraModifier::Alpha' 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) == 0x0000B0, "Wrong size on UCameraModifier_CameraShake"); \ +static_assert(offsetof(UCameraModifier_CameraShake, ActiveShakes) == 0x000048, "Member 'UCameraModifier_CameraShake::ActiveShakes' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake, ExpiredPooledShakesMap) == 0x000058, "Member 'UCameraModifier_CameraShake::ExpiredPooledShakesMap' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake, SplitScreenShakeScale) == 0x0000A8, "Member 'UCameraModifier_CameraShake::SplitScreenShakeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamModifier \ +static_assert(alignof(UParticleModuleBeamModifier) == 0x000008, "Wrong alignment on UParticleModuleBeamModifier"); \ +static_assert(sizeof(UParticleModuleBeamModifier) == 0x000138, "Wrong size on UParticleModuleBeamModifier"); \ +static_assert(offsetof(UParticleModuleBeamModifier, ModifierType) == 0x000030, "Member 'UParticleModuleBeamModifier::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, PositionOptions) == 0x000034, "Member 'UParticleModuleBeamModifier::PositionOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, position) == 0x000038, "Member 'UParticleModuleBeamModifier::position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, TangentOptions) == 0x000098, "Member 'UParticleModuleBeamModifier::TangentOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, Tangent) == 0x0000A0, "Member 'UParticleModuleBeamModifier::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, StrengthOptions) == 0x000104, "Member 'UParticleModuleBeamModifier::StrengthOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, Strength) == 0x000108, "Member 'UParticleModuleBeamModifier::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamNoise \ +static_assert(alignof(UParticleModuleBeamNoise) == 0x000008, "Wrong alignment on UParticleModuleBeamNoise"); \ +static_assert(sizeof(UParticleModuleBeamNoise) == 0x0001C0, "Wrong size on UParticleModuleBeamNoise"); \ +static_assert(offsetof(UParticleModuleBeamNoise, Frequency) == 0x000034, "Member 'UParticleModuleBeamNoise::Frequency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, Frequency_LowRange) == 0x000038, "Member 'UParticleModuleBeamNoise::Frequency_LowRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseRange) == 0x000040, "Member 'UParticleModuleBeamNoise::NoiseRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseRangeScale) == 0x0000A0, "Member 'UParticleModuleBeamNoise::NoiseRangeScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseSpeed) == 0x0000D8, "Member 'UParticleModuleBeamNoise::NoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockRadius) == 0x00013C, "Member 'UParticleModuleBeamNoise::NoiseLockRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockTime) == 0x000144, "Member 'UParticleModuleBeamNoise::NoiseLockTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTension) == 0x000148, "Member 'UParticleModuleBeamNoise::NoiseTension' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTangentStrength) == 0x000150, "Member 'UParticleModuleBeamNoise::NoiseTangentStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTessellation) == 0x000180, "Member 'UParticleModuleBeamNoise::NoiseTessellation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, FrequencyDistance) == 0x000188, "Member 'UParticleModuleBeamNoise::FrequencyDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseScale) == 0x000190, "Member 'UParticleModuleBeamNoise::NoiseScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamSource \ +static_assert(alignof(UParticleModuleBeamSource) == 0x000008, "Wrong alignment on UParticleModuleBeamSource"); \ +static_assert(sizeof(UParticleModuleBeamSource) == 0x000148, "Wrong size on UParticleModuleBeamSource"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceMethod) == 0x000030, "Member 'UParticleModuleBeamSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceName) == 0x000034, "Member 'UParticleModuleBeamSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, Source) == 0x000040, "Member 'UParticleModuleBeamSource::Source' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangentMethod) == 0x0000A4, "Member 'UParticleModuleBeamSource::SourceTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangent) == 0x0000A8, "Member 'UParticleModuleBeamSource::SourceTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceStrength) == 0x000110, "Member 'UParticleModuleBeamSource::SourceStrength' 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) == 0x000028, "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) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_GetAttenuationFactor"); \ +static_assert(sizeof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000020, "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) == 0x000018, "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) == 0x000230, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x000234, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000238, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000240, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000248, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamTarget \ +static_assert(alignof(UParticleModuleBeamTarget) == 0x000008, "Wrong alignment on UParticleModuleBeamTarget"); \ +static_assert(sizeof(UParticleModuleBeamTarget) == 0x000150, "Wrong size on UParticleModuleBeamTarget"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetMethod) == 0x000030, "Member 'UParticleModuleBeamTarget::TargetMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetName) == 0x000034, "Member 'UParticleModuleBeamTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, Target) == 0x000040, "Member 'UParticleModuleBeamTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangentMethod) == 0x0000A4, "Member 'UParticleModuleBeamTarget::TargetTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangent) == 0x0000A8, "Member 'UParticleModuleBeamTarget::TargetTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetStrength) == 0x000110, "Member 'UParticleModuleBeamTarget::TargetStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, LockRadius) == 0x000144, "Member 'UParticleModuleBeamTarget::LockRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCameraBase \ +static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ +static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCameraOffset \ +static_assert(alignof(UParticleModuleCameraOffset) == 0x000008, "Wrong alignment on UParticleModuleCameraOffset"); \ +static_assert(sizeof(UParticleModuleCameraOffset) == 0x000068, "Wrong size on UParticleModuleCameraOffset"); \ +static_assert(offsetof(UParticleModuleCameraOffset, CameraOffset) == 0x000030, "Member 'UParticleModuleCameraOffset::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCameraOffset, UpdateMethod) == 0x000064, "Member 'UParticleModuleCameraOffset::UpdateMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollisionBase \ +static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ +static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollision \ +static_assert(alignof(UParticleModuleCollision) == 0x000008, "Wrong alignment on UParticleModuleCollision"); \ +static_assert(sizeof(UParticleModuleCollision) == 0x0001C0, "Wrong size on UParticleModuleCollision"); \ +static_assert(offsetof(UParticleModuleCollision, DampingFactor) == 0x000030, "Member 'UParticleModuleCollision::DampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DampingFactorRotation) == 0x000090, "Member 'UParticleModuleCollision::DampingFactorRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, MaxCollisions) == 0x0000F0, "Member 'UParticleModuleCollision::MaxCollisions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, CollisionCompletionOption) == 0x000120, "Member 'UParticleModuleCollision::CollisionCompletionOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, CollisionTypes) == 0x000128, "Member 'UParticleModuleCollision::CollisionTypes' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, ParticleMass) == 0x000148, "Member 'UParticleModuleCollision::ParticleMass' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DirScalar) == 0x000178, "Member 'UParticleModuleCollision::DirScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, VerticalFudgeFactor) == 0x000180, "Member 'UParticleModuleCollision::VerticalFudgeFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DelayAmount) == 0x000188, "Member 'UParticleModuleCollision::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, MaxCollisionDistance) == 0x0001BC, "Member 'UParticleModuleCollision::MaxCollisionDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollisionGPU \ +static_assert(alignof(UParticleModuleCollisionGPU) == 0x000008, "Wrong alignment on UParticleModuleCollisionGPU"); \ +static_assert(sizeof(UParticleModuleCollisionGPU) == 0x0000A8, "Wrong size on UParticleModuleCollisionGPU"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Resilience) == 0x000030, "Member 'UParticleModuleCollisionGPU::Resilience' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, ResilienceScaleOverLife) == 0x000060, "Member 'UParticleModuleCollisionGPU::ResilienceScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Friction) == 0x000090, "Member 'UParticleModuleCollisionGPU::Friction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomSpread) == 0x000094, "Member 'UParticleModuleCollisionGPU::RandomSpread' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomDistribution) == 0x000098, "Member 'UParticleModuleCollisionGPU::RandomDistribution' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusScale) == 0x00009C, "Member 'UParticleModuleCollisionGPU::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusBias) == 0x0000A0, "Member 'UParticleModuleCollisionGPU::RadiusBias' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Response) == 0x0000A4, "Member 'UParticleModuleCollisionGPU::Response' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, CollisionMode) == 0x0000A5, "Member 'UParticleModuleCollisionGPU::CollisionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorBase \ +static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ +static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor \ +static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ +static_assert(sizeof(UParticleModuleColor) == 0x0000C8, "Wrong size on UParticleModuleColor"); \ +static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000090, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ + +#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) == 0x0000B8, "Wrong size on UCurveFloat"); \ +static_assert(offsetof(UCurveFloat, FloatCurve) == 0x000030, "Member 'UCurveFloat::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UCurveFloat, bIsEventCurve) == 0x0000B0, "Member 'UCurveFloat::bIsEventCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorOverLife \ +static_assert(alignof(UParticleModuleColorOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorOverLife"); \ +static_assert(sizeof(UParticleModuleColorOverLife) == 0x0000C8, "Wrong size on UParticleModuleColorOverLife"); \ +static_assert(offsetof(UParticleModuleColorOverLife, ColorOverLife) == 0x000030, "Member 'UParticleModuleColorOverLife::ColorOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColorOverLife, AlphaOverLife) == 0x000090, "Member 'UParticleModuleColorOverLife::AlphaOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorScaleOverLife \ +static_assert(alignof(UParticleModuleColorScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorScaleOverLife"); \ +static_assert(sizeof(UParticleModuleColorScaleOverLife) == 0x0000C8, "Wrong size on UParticleModuleColorScaleOverLife"); \ +static_assert(offsetof(UParticleModuleColorScaleOverLife, ColorScaleOverLife) == 0x000030, "Member 'UParticleModuleColorScaleOverLife::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColorScaleOverLife, AlphaScaleOverLife) == 0x000090, "Member 'UParticleModuleColorScaleOverLife::AlphaScaleOverLife' 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) == 0x0000E8, "Wrong size on UParticleModuleColor_Seeded"); \ +static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000C8, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventBase \ +static_assert(alignof(UParticleModuleEventBase) == 0x000008, "Wrong alignment on UParticleModuleEventBase"); \ +static_assert(sizeof(UParticleModuleEventBase) == 0x000030, "Wrong size on UParticleModuleEventBase"); \ + +#define DUMPER7_ASSERTS_UDamageType \ +static_assert(alignof(UDamageType) == 0x000008, "Wrong alignment on UDamageType"); \ +static_assert(sizeof(UDamageType) == 0x000040, "Wrong size on UDamageType"); \ +static_assert(offsetof(UDamageType, DamageImpulse) == 0x00002C, "Member 'UDamageType::DamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DestructibleImpulse) == 0x000030, "Member 'UDamageType::DestructibleImpulse' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DestructibleDamageSpreadScale) == 0x000034, "Member 'UDamageType::DestructibleDamageSpreadScale' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DamageFalloff) == 0x000038, "Member 'UDamageType::DamageFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventGenerator \ +static_assert(alignof(UParticleModuleEventGenerator) == 0x000008, "Wrong alignment on UParticleModuleEventGenerator"); \ +static_assert(sizeof(UParticleModuleEventGenerator) == 0x000040, "Wrong size on UParticleModuleEventGenerator"); \ +static_assert(offsetof(UParticleModuleEventGenerator, Events) == 0x000030, "Member 'UParticleModuleEventGenerator::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverBase \ +static_assert(alignof(UParticleModuleEventReceiverBase) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverBase"); \ +static_assert(sizeof(UParticleModuleEventReceiverBase) == 0x000040, "Wrong size on UParticleModuleEventReceiverBase"); \ +static_assert(offsetof(UParticleModuleEventReceiverBase, EventGeneratorType) == 0x000030, "Member 'UParticleModuleEventReceiverBase::EventGeneratorType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverBase, EventName) == 0x000034, "Member 'UParticleModuleEventReceiverBase::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverKillParticles \ +static_assert(alignof(UParticleModuleEventReceiverKillParticles) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverKillParticles"); \ +static_assert(sizeof(UParticleModuleEventReceiverKillParticles) == 0x000048, "Wrong size on UParticleModuleEventReceiverKillParticles"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverSpawn \ +static_assert(alignof(UParticleModuleEventReceiverSpawn) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverSpawn"); \ +static_assert(sizeof(UParticleModuleEventReceiverSpawn) == 0x0000F0, "Wrong size on UParticleModuleEventReceiverSpawn"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, SpawnCount) == 0x000040, "Member 'UParticleModuleEventReceiverSpawn::SpawnCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, InheritVelocityScale) == 0x000078, "Member 'UParticleModuleEventReceiverSpawn::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, PhysicalMaterials) == 0x0000D8, "Member 'UParticleModuleEventReceiverSpawn::PhysicalMaterials' 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) == 0x000010, "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) == 0x000010, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::InXY' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutResult) == 0x000014, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutXY) == 0x000018, "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) == 0x000020, "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) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnExportNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnExportNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnExportNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnExportNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnExportNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnExportNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnExportNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnExportNames, OutExportColumnNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnExportNames::OutExportColumnNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnNameFromExportName \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnNameFromExportName"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName) == 0x000028, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnNameFromExportName"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, ColumnExportName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::ColumnExportName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, OutColumnName) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::OutColumnName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, ReturnValue) == 0x000020, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNames, OutColumnNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnNames::OutColumnNames' 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) == 0x000020, "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) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, ReturnValue) == 0x000018, "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_DataTableFunctionLibrary_GetDataTableRowStruct \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowStruct) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowStruct"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowStruct) == 0x000010, "Wrong size on DataTableFunctionLibrary_GetDataTableRowStruct"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowStruct, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowStruct::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowStruct, ReturnValue) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataTableFunctionLibrary \ +static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ +static_assert(sizeof(UDataTableFunctionLibrary) == 0x000028, "Wrong size on UDataTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventSendToGame \ +static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ +static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillHeight \ +static_assert(alignof(UParticleModuleKillHeight) == 0x000008, "Wrong alignment on UParticleModuleKillHeight"); \ +static_assert(sizeof(UParticleModuleKillHeight) == 0x000068, "Wrong size on UParticleModuleKillHeight"); \ +static_assert(offsetof(UParticleModuleKillHeight, Height) == 0x000030, "Member 'UParticleModuleKillHeight::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugDrawService \ +static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ +static_assert(sizeof(UDebugDrawService) == 0x000028, "Wrong size on UDebugDrawService"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetimeBase \ +static_assert(alignof(UParticleModuleLifetimeBase) == 0x000008, "Wrong alignment on UParticleModuleLifetimeBase"); \ +static_assert(sizeof(UParticleModuleLifetimeBase) == 0x000030, "Wrong size on UParticleModuleLifetimeBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetime \ +static_assert(alignof(UParticleModuleLifetime) == 0x000008, "Wrong alignment on UParticleModuleLifetime"); \ +static_assert(sizeof(UParticleModuleLifetime) == 0x000060, "Wrong size on UParticleModuleLifetime"); \ +static_assert(offsetof(UParticleModuleLifetime, Lifetime) == 0x000030, "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) == 0x000080, "Wrong size on UParticleModuleLifetime_Seeded"); \ +static_assert(offsetof(UParticleModuleLifetime_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleLifetime_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps \ +static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000008, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000098, "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) == 0x0000C0, "Wrong size on UStereoLayerShapeEquirect"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000028, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x000050, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000078, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000088, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000098, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x0000A8, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, Radius) == 0x0000B8, "Member 'UStereoLayerShapeEquirect::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLightBase \ +static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ +static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight \ +static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ +static_assert(sizeof(UParticleModuleLight) == 0x000140, "Wrong size on UParticleModuleLight"); \ +static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000030, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000031, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x000038, "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) == 0x0000A0, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000D0, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x000100, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, InverseExposureBlend) == 0x000130, "Member 'UParticleModuleLight::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000134, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000138, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x00013C, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x00013D, "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) == 0x000160, "Wrong size on UParticleModuleLight_Seeded"); \ +static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000140, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationBase \ +static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ +static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ + +#define DUMPER7_ASSERTS_ATextRenderActor \ +static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ +static_assert(sizeof(ATextRenderActor) == 0x000298, "Wrong size on ATextRenderActor"); \ +static_assert(offsetof(ATextRenderActor, TextRender) == 0x000290, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation \ +static_assert(alignof(UParticleModuleLocation) == 0x000008, "Wrong alignment on UParticleModuleLocation"); \ +static_assert(sizeof(UParticleModuleLocation) == 0x000098, "Wrong size on UParticleModuleLocation"); \ +static_assert(offsetof(UParticleModuleLocation, StartLocation) == 0x000030, "Member 'UParticleModuleLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeOverNPoints) == 0x000090, "Member 'UParticleModuleLocation::DistributeOverNPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeThreshold) == 0x000094, "Member 'UParticleModuleLocation::DistributeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationBoneSocket \ +static_assert(alignof(UParticleModuleLocationBoneSocket) == 0x000008, "Wrong alignment on UParticleModuleLocationBoneSocket"); \ +static_assert(sizeof(UParticleModuleLocationBoneSocket) == 0x000080, "Wrong size on UParticleModuleLocationBoneSocket"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceType) == 0x000030, "Member 'UParticleModuleLocationBoneSocket::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, UniversalOffset) == 0x000038, "Member 'UParticleModuleLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceLocations) == 0x000050, "Member 'UParticleModuleLocationBoneSocket::SourceLocations' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SelectionMethod) == 0x000060, "Member 'UParticleModuleLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, InheritVelocityScale) == 0x000068, "Member 'UParticleModuleLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SkelMeshActorParamName) == 0x00006C, "Member 'UParticleModuleLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, NumPreSelectedIndices) == 0x000074, "Member 'UParticleModuleLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ +static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ +static_assert(sizeof(UParticleModuleLocationDirect) == 0x0001B0, "Wrong size on UParticleModuleLocationDirect"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000030, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000090, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000F0, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000150, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationEmitter \ +static_assert(alignof(UParticleModuleLocationEmitter) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitter"); \ +static_assert(sizeof(UParticleModuleLocationEmitter) == 0x000050, "Wrong size on UParticleModuleLocationEmitter"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitter::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, SelectionMethod) == 0x000038, "Member 'UParticleModuleLocationEmitter::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceVelocityScale) == 0x000040, "Member 'UParticleModuleLocationEmitter::InheritSourceVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceRotationScale) == 0x000048, "Member 'UParticleModuleLocationEmitter::InheritSourceRotationScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddEvent \ +static_assert(alignof(TimelineComponent_AddEvent) == 0x000004, "Wrong alignment on TimelineComponent_AddEvent"); \ +static_assert(sizeof(TimelineComponent_AddEvent) == 0x000014, "Wrong size on TimelineComponent_AddEvent"); \ +static_assert(offsetof(TimelineComponent_AddEvent, Time) == 0x000000, "Member 'TimelineComponent_AddEvent::Time' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddEvent, EventFunc) == 0x000004, "Member 'TimelineComponent_AddEvent::EventFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpFloat \ +static_assert(alignof(TimelineComponent_AddInterpFloat) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpFloat"); \ +static_assert(sizeof(TimelineComponent_AddInterpFloat) == 0x000028, "Wrong size on TimelineComponent_AddInterpFloat"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, FloatCurve) == 0x000000, "Member 'TimelineComponent_AddInterpFloat::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpFloat::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpFloat::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpFloat::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpLinearColor \ +static_assert(alignof(TimelineComponent_AddInterpLinearColor) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpLinearColor"); \ +static_assert(sizeof(TimelineComponent_AddInterpLinearColor) == 0x000028, "Wrong size on TimelineComponent_AddInterpLinearColor"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, LinearColorCurve) == 0x000000, "Member 'TimelineComponent_AddInterpLinearColor::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpLinearColor::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpLinearColor::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpLinearColor::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpVector \ +static_assert(alignof(TimelineComponent_AddInterpVector) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpVector"); \ +static_assert(sizeof(TimelineComponent_AddInterpVector) == 0x000028, "Wrong size on TimelineComponent_AddInterpVector"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, VectorCurve) == 0x000000, "Member 'TimelineComponent_AddInterpVector::VectorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpVector::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpVector::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpVector::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_OnRep_Timeline \ +static_assert(alignof(TimelineComponent_OnRep_Timeline) == 0x000008, "Wrong alignment on TimelineComponent_OnRep_Timeline"); \ +static_assert(sizeof(TimelineComponent_OnRep_Timeline) == 0x000098, "Wrong size on TimelineComponent_OnRep_Timeline"); \ +static_assert(offsetof(TimelineComponent_OnRep_Timeline, OldTimeline) == 0x000000, "Member 'TimelineComponent_OnRep_Timeline::OldTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ +static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ +static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "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) == 0x000010, "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_SetTimelineFinishedFunc \ +static_assert(alignof(TimelineComponent_SetTimelineFinishedFunc) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineFinishedFunc"); \ +static_assert(sizeof(TimelineComponent_SetTimelineFinishedFunc) == 0x000010, "Wrong size on TimelineComponent_SetTimelineFinishedFunc"); \ +static_assert(offsetof(TimelineComponent_SetTimelineFinishedFunc, NewTimelineFinishedFunc) == 0x000000, "Member 'TimelineComponent_SetTimelineFinishedFunc::NewTimelineFinishedFunc' 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_SetTimelinePostUpdateFunc \ +static_assert(alignof(TimelineComponent_SetTimelinePostUpdateFunc) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelinePostUpdateFunc"); \ +static_assert(sizeof(TimelineComponent_SetTimelinePostUpdateFunc) == 0x000010, "Wrong size on TimelineComponent_SetTimelinePostUpdateFunc"); \ +static_assert(offsetof(TimelineComponent_SetTimelinePostUpdateFunc, NewTimelinePostUpdateFunc) == 0x000000, "Member 'TimelineComponent_SetTimelinePostUpdateFunc::NewTimelinePostUpdateFunc' 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) == 0x000010, "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_GetScaledTimelineLength \ +static_assert(alignof(TimelineComponent_GetScaledTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetScaledTimelineLength"); \ +static_assert(sizeof(TimelineComponent_GetScaledTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetScaledTimelineLength"); \ +static_assert(offsetof(TimelineComponent_GetScaledTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetScaledTimelineLength::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) == 0x000140, "Wrong size on UTimelineComponent"); \ +static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000A0, "Member 'UTimelineComponent::TheTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationEmitterDirect \ +static_assert(alignof(UParticleModuleLocationEmitterDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitterDirect"); \ +static_assert(sizeof(UParticleModuleLocationEmitterDirect) == 0x000038, "Wrong size on UParticleModuleLocationEmitterDirect"); \ +static_assert(offsetof(UParticleModuleLocationEmitterDirect, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitterDirect::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveBase \ +static_assert(alignof(UParticleModuleLocationPrimitiveBase) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveBase"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveBase) == 0x0000C8, "Wrong size on UParticleModuleLocationPrimitiveBase"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveBase, VelocityScale) == 0x000038, "Member 'UParticleModuleLocationPrimitiveBase::VelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveBase, StartLocation) == 0x000068, "Member 'UParticleModuleLocationPrimitiveBase::StartLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsole \ +static_assert(alignof(UConsole) == 0x000008, "Wrong alignment on UConsole"); \ +static_assert(sizeof(UConsole) == 0x000130, "Wrong size on UConsole"); \ +static_assert(offsetof(UConsole, ConsoleTargetPlayer) == 0x000038, "Member 'UConsole::ConsoleTargetPlayer' has a wrong offset!"); \ +static_assert(offsetof(UConsole, DefaultTexture_Black) == 0x000040, "Member 'UConsole::DefaultTexture_Black' has a wrong offset!"); \ +static_assert(offsetof(UConsole, DefaultTexture_White) == 0x000048, "Member 'UConsole::DefaultTexture_White' has a wrong offset!"); \ +static_assert(offsetof(UConsole, HistoryBuffer) == 0x000068, "Member 'UConsole::HistoryBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder \ +static_assert(alignof(UParticleModuleLocationPrimitiveCylinder) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder) == 0x000138, "Wrong size on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartRadius) == 0x0000D0, "Member 'UParticleModuleLocationPrimitiveCylinder::StartRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartHeight) == 0x000100, "Member 'UParticleModuleLocationPrimitiveCylinder::StartHeight' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, HeightAxis) == 0x000130, "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) == 0x000158, "Wrong size on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder_Seeded, RandomSeedInfo) == 0x000138, "Member 'UParticleModuleLocationPrimitiveCylinder_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerSphere \ +static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ +static_assert(sizeof(ATriggerSphere) == 0x000298, "Wrong size on ATriggerSphere"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget \ +static_assert(alignof(UTextureRenderTarget) == 0x000008, "Wrong alignment on UTextureRenderTarget"); \ +static_assert(sizeof(UTextureRenderTarget) == 0x000138, "Wrong size on UTextureRenderTarget"); \ +static_assert(offsetof(UTextureRenderTarget, TargetGamma) == 0x000130, "Member 'UTextureRenderTarget::TargetGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetVolume \ +static_assert(alignof(UTextureRenderTargetVolume) == 0x000008, "Wrong alignment on UTextureRenderTargetVolume"); \ +static_assert(sizeof(UTextureRenderTargetVolume) == 0x000158, "Wrong size on UTextureRenderTargetVolume"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeX) == 0x000138, "Member 'UTextureRenderTargetVolume::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeY) == 0x00013C, "Member 'UTextureRenderTargetVolume::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeZ) == 0x000140, "Member 'UTextureRenderTargetVolume::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, ClearColor) == 0x000144, "Member 'UTextureRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, OverrideFormat) == 0x000154, "Member 'UTextureRenderTargetVolume::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere \ +static_assert(alignof(UParticleModuleLocationPrimitiveSphere) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveSphere"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveSphere) == 0x0000F8, "Wrong size on UParticleModuleLocationPrimitiveSphere"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveSphere, StartRadius) == 0x0000C8, "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) == 0x000118, "Wrong size on UParticleModuleLocationPrimitiveSphere_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveSphere_Seeded, RandomSeedInfo) == 0x0000F8, "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) == 0x000120, "Wrong size on UParticleModuleLocationPrimitiveTriangle"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, StartOffset) == 0x000030, "Member 'UParticleModuleLocationPrimitiveTriangle::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Height) == 0x000090, "Member 'UParticleModuleLocationPrimitiveTriangle::Height' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Angle) == 0x0000C0, "Member 'UParticleModuleLocationPrimitiveTriangle::Angle' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Thickness) == 0x0000F0, "Member 'UParticleModuleLocationPrimitiveTriangle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationSkelVertSurface \ +static_assert(alignof(UParticleModuleLocationSkelVertSurface) == 0x000008, "Wrong alignment on UParticleModuleLocationSkelVertSurface"); \ +static_assert(sizeof(UParticleModuleLocationSkelVertSurface) == 0x0000B0, "Wrong size on UParticleModuleLocationSkelVertSurface"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SourceType) == 0x000030, "Member 'UParticleModuleLocationSkelVertSurface::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, UniversalOffset) == 0x000038, "Member 'UParticleModuleLocationSkelVertSurface::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritVelocityScale) == 0x000054, "Member 'UParticleModuleLocationSkelVertSurface::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SkelMeshActorParamName) == 0x000058, "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) == 0x000078, "Member 'UParticleModuleLocationSkelVertSurface::NormalToCompare' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckToleranceDegrees) == 0x000090, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckToleranceDegrees' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckTolerance) == 0x000094, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckTolerance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, ValidMaterialIndices) == 0x000098, "Member 'UParticleModuleLocationSkelVertSurface::ValidMaterialIndices' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritUVChannel) == 0x0000AC, "Member 'UParticleModuleLocationSkelVertSurface::InheritUVChannel' 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) == 0x000038, "Wrong size on UAnimNotify_ResetDynamics"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset \ +static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000098, "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) == 0x0000B8, "Wrong size on UParticleModuleLocationWorldOffset_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationWorldOffset_Seeded, RandomSeedInfo) == 0x000098, "Member 'UParticleModuleLocationWorldOffset_Seeded::RandomSeedInfo' 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) == 0x0000B8, "Wrong size on UParticleModuleLocation_Seeded"); \ +static_assert(offsetof(UParticleModuleLocation_Seeded, RandomSeedInfo) == 0x000098, "Member 'UParticleModuleLocation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMaterialBase \ +static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ +static_assert(sizeof(UParticleModuleMaterialBase) == 0x000030, "Wrong size on UParticleModuleMaterialBase"); \ + +#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_GetMirrorDataTable \ +static_assert(alignof(AnimSingleNodeInstance_GetMirrorDataTable) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_GetMirrorDataTable"); \ +static_assert(sizeof(AnimSingleNodeInstance_GetMirrorDataTable) == 0x000008, "Wrong size on AnimSingleNodeInstance_GetMirrorDataTable"); \ +static_assert(offsetof(AnimSingleNodeInstance_GetMirrorDataTable, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetMirrorDataTable::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_SetBlendSpacePosition \ +static_assert(alignof(AnimSingleNodeInstance_SetBlendSpacePosition) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_SetBlendSpacePosition"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetBlendSpacePosition) == 0x000018, "Wrong size on AnimSingleNodeInstance_SetBlendSpacePosition"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetBlendSpacePosition, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetBlendSpacePosition::InPosition' 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_SetMirrorDataTable \ +static_assert(alignof(AnimSingleNodeInstance_SetMirrorDataTable) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_SetMirrorDataTable"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetMirrorDataTable) == 0x000008, "Wrong size on AnimSingleNodeInstance_SetMirrorDataTable"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetMirrorDataTable, MirrorDataTable) == 0x000000, "Member 'AnimSingleNodeInstance_SetMirrorDataTable::MirrorDataTable' 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) == 0x000010, "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) == 0x000008, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::Value' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, bRemoveIfZero) == 0x00000C, "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) == 0x000380, "Wrong size on UAnimSingleNodeInstance"); \ +static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x000368, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x000370, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshMaterial \ +static_assert(alignof(UParticleModuleMeshMaterial) == 0x000008, "Wrong alignment on UParticleModuleMeshMaterial"); \ +static_assert(sizeof(UParticleModuleMeshMaterial) == 0x000040, "Wrong size on UParticleModuleMeshMaterial"); \ +static_assert(offsetof(UParticleModuleMeshMaterial, MeshMaterials) == 0x000030, "Member 'UParticleModuleMeshMaterial::MeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationBase \ +static_assert(alignof(UParticleModuleRotationBase) == 0x000008, "Wrong alignment on UParticleModuleRotationBase"); \ +static_assert(sizeof(UParticleModuleRotationBase) == 0x000030, "Wrong size on UParticleModuleRotationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation \ +static_assert(alignof(UParticleModuleMeshRotation) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation"); \ +static_assert(sizeof(UParticleModuleMeshRotation) == 0x000098, "Wrong size on UParticleModuleMeshRotation"); \ +static_assert(offsetof(UParticleModuleMeshRotation, StartRotation) == 0x000030, "Member 'UParticleModuleMeshRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRateBase \ +static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ +static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ + +#define DUMPER7_ASSERTS_AnimationAttributeIdentifierExtensions_IsValid \ +static_assert(alignof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000008, "Wrong alignment on AnimationAttributeIdentifierExtensions_IsValid"); \ +static_assert(sizeof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000048, "Wrong size on AnimationAttributeIdentifierExtensions_IsValid"); \ +static_assert(offsetof(AnimationAttributeIdentifierExtensions_IsValid, Identifier) == 0x000000, "Member 'AnimationAttributeIdentifierExtensions_IsValid::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationAttributeIdentifierExtensions_IsValid, ReturnValue) == 0x000040, "Member 'AnimationAttributeIdentifierExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAttributeIdentifierExtensions \ +static_assert(alignof(UAnimationAttributeIdentifierExtensions) == 0x000008, "Wrong alignment on UAnimationAttributeIdentifierExtensions"); \ +static_assert(sizeof(UAnimationAttributeIdentifierExtensions) == 0x000028, "Wrong size on UAnimationAttributeIdentifierExtensions"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRate \ +static_assert(alignof(UParticleModuleMeshRotationRate) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRate"); \ +static_assert(sizeof(UParticleModuleMeshRotationRate) == 0x000090, "Wrong size on UParticleModuleMeshRotationRate"); \ +static_assert(offsetof(UParticleModuleMeshRotationRate, StartRotationRate) == 0x000030, "Member 'UParticleModuleMeshRotationRate::StartRotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateMultiplyLife \ +static_assert(alignof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000090, "Wrong size on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleMeshRotationRateMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateOverLife \ +static_assert(alignof(UParticleModuleMeshRotationRateOverLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateOverLife) == 0x000098, "Wrong size on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateOverLife, RotRate) == 0x000030, "Member 'UParticleModuleMeshRotationRateOverLife::RotRate' 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) == 0x0000B0, "Wrong size on UParticleModuleMeshRotationRate_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotationRate_Seeded, RandomSeedInfo) == 0x000090, "Member 'UParticleModuleMeshRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetGlobalWeight \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetGlobalWeight) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetGlobalWeight"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetGlobalWeight) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetGlobalWeight"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetGlobalWeight, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetGlobalWeight::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetGlobalWeight, CachedAnimStateData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetGlobalWeight::CachedAnimStateData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetGlobalWeight, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_GetGlobalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetLocalWeight \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetLocalWeight) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetLocalWeight"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetLocalWeight) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetLocalWeight"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetLocalWeight, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetLocalWeight::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetLocalWeight, CachedAnimStateData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetLocalWeight::CachedAnimStateData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetLocalWeight, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_GetLocalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_IsStateRelevant \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_IsStateRelevant) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_IsStateRelevant"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_IsStateRelevant) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_IsStateRelevant"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsStateRelevant, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_IsStateRelevant::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsStateRelevant, CachedAnimStateData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_IsStateRelevant::CachedAnimStateData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsStateRelevant, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_IsStateRelevant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCachedAnimDataLibrary \ +static_assert(alignof(UCachedAnimDataLibrary) == 0x000008, "Wrong alignment on UCachedAnimDataLibrary"); \ +static_assert(sizeof(UCachedAnimDataLibrary) == 0x000028, "Wrong size on UCachedAnimDataLibrary"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation_Seeded \ +static_assert(alignof(UParticleModuleMeshRotation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation_Seeded"); \ +static_assert(sizeof(UParticleModuleMeshRotation_Seeded) == 0x0000B8, "Wrong size on UParticleModuleMeshRotation_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotation_Seeded, RandomSeedInfo) == 0x000098, "Member 'UParticleModuleMeshRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbitBase \ +static_assert(alignof(UParticleModuleOrbitBase) == 0x000008, "Wrong alignment on UParticleModuleOrbitBase"); \ +static_assert(sizeof(UParticleModuleOrbitBase) == 0x000038, "Wrong size on UParticleModuleOrbitBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbit \ +static_assert(alignof(UParticleModuleOrbit) == 0x000008, "Wrong alignment on UParticleModuleOrbit"); \ +static_assert(sizeof(UParticleModuleOrbit) == 0x000178, "Wrong size on UParticleModuleOrbit"); \ +static_assert(offsetof(UParticleModuleOrbit, ChainMode) == 0x000038, "Member 'UParticleModuleOrbit::ChainMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetAmount) == 0x000040, "Member 'UParticleModuleOrbit::OffsetAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetOptions) == 0x0000A0, "Member 'UParticleModuleOrbit::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationAmount) == 0x0000A8, "Member 'UParticleModuleOrbit::RotationAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationOptions) == 0x000108, "Member 'UParticleModuleOrbit::RotationOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateAmount) == 0x000110, "Member 'UParticleModuleOrbit::RotationRateAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateOptions) == 0x000170, "Member 'UParticleModuleOrbit::RotationRateOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrientationBase \ +static_assert(alignof(UParticleModuleOrientationBase) == 0x000008, "Wrong alignment on UParticleModuleOrientationBase"); \ +static_assert(sizeof(UParticleModuleOrientationBase) == 0x000030, "Wrong size on UParticleModuleOrientationBase"); \ + +#define DUMPER7_ASSERTS_UTexture2DArray \ +static_assert(alignof(UTexture2DArray) == 0x000008, "Wrong alignment on UTexture2DArray"); \ +static_assert(sizeof(UTexture2DArray) == 0x000140, "Wrong size on UTexture2DArray"); \ +static_assert(offsetof(UTexture2DArray, AddressX) == 0x000138, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressY) == 0x000139, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressZ) == 0x00013A, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrientationAxisLock \ +static_assert(alignof(UParticleModuleOrientationAxisLock) == 0x000008, "Wrong alignment on UParticleModuleOrientationAxisLock"); \ +static_assert(sizeof(UParticleModuleOrientationAxisLock) == 0x000038, "Wrong size on UParticleModuleOrientationAxisLock"); \ +static_assert(offsetof(UParticleModuleOrientationAxisLock, LockAxisFlags) == 0x000030, "Member 'UParticleModuleOrientationAxisLock::LockAxisFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkyAtmosphere \ +static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ +static_assert(sizeof(ASkyAtmosphere) == 0x000298, "Wrong size on ASkyAtmosphere"); \ +static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000290, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterBase \ +static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ +static_assert(sizeof(UParticleModuleParameterBase) == 0x000030, "Wrong size on UParticleModuleParameterBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterDynamic \ +static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ +static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000048, "Wrong size on UParticleModuleParameterDynamic"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000030, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000040, "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) == 0x000068, "Wrong size on UParticleModuleParameterDynamic_Seeded"); \ +static_assert(offsetof(UParticleModuleParameterDynamic_Seeded, RandomSeedInfo) == 0x000048, "Member 'UParticleModuleParameterDynamic_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISystemBase \ +static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ +static_assert(sizeof(UAISystemBase) == 0x000060, "Wrong size on UAISystemBase"); \ +static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000028, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000048, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000058, "Member 'UAISystemBase::bInstantiateAISystemOnClient' 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) == 0x000030, "Member 'UParticleModulePivotOffset::PivotOffset' 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) == 0x000390, "Wrong size on ULocalLightComponent"); \ +static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000370, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, InverseExposureBlend) == 0x000374, "Member 'ULocalLightComponent::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, Radius) == 0x000378, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x00037C, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x000380, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetInverseExposureBlend \ +static_assert(alignof(PointLightComponent_SetInverseExposureBlend) == 0x000004, "Wrong alignment on PointLightComponent_SetInverseExposureBlend"); \ +static_assert(sizeof(PointLightComponent_SetInverseExposureBlend) == 0x000004, "Wrong size on PointLightComponent_SetInverseExposureBlend"); \ +static_assert(offsetof(PointLightComponent_SetInverseExposureBlend, NewInverseExposureBlend) == 0x000000, "Member 'PointLightComponent_SetInverseExposureBlend::NewInverseExposureBlend' 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_PointLightComponent_SetUseInverseSquaredFalloff \ +static_assert(alignof(PointLightComponent_SetUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on PointLightComponent_SetUseInverseSquaredFalloff"); \ +static_assert(sizeof(PointLightComponent_SetUseInverseSquaredFalloff) == 0x000001, "Wrong size on PointLightComponent_SetUseInverseSquaredFalloff"); \ +static_assert(offsetof(PointLightComponent_SetUseInverseSquaredFalloff, bNewValue) == 0x000000, "Member 'PointLightComponent_SetUseInverseSquaredFalloff::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointLightComponent \ +static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ +static_assert(sizeof(UPointLightComponent) == 0x0003B0, "Wrong size on UPointLightComponent"); \ +static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x000394, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x000398, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x00039C, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceLength) == 0x0003A0, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ + +#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) == 0x0003B0, "Wrong size on USpotLightComponent"); \ +static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x0003A8, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x0003AC, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRequired \ +static_assert(alignof(UParticleModuleRequired) == 0x000008, "Wrong alignment on UParticleModuleRequired"); \ +static_assert(sizeof(UParticleModuleRequired) == 0x000170, "Wrong size on UParticleModuleRequired"); \ +static_assert(offsetof(UParticleModuleRequired, Material) == 0x000030, "Member 'UParticleModuleRequired::Material' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MinFacingCameraBlendDistance) == 0x000038, "Member 'UParticleModuleRequired::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxFacingCameraBlendDistance) == 0x00003C, "Member 'UParticleModuleRequired::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterOrigin) == 0x000040, "Member 'UParticleModuleRequired::EmitterOrigin' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterRotation) == 0x000058, "Member 'UParticleModuleRequired::EmitterRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ScreenAlignment) == 0x000070, "Member 'UParticleModuleRequired::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SortMode) == 0x000072, "Member 'UParticleModuleRequired::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDuration) == 0x000074, "Member 'UParticleModuleRequired::EmitterDuration' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SpawnRate) == 0x000078, "Member 'UParticleModuleRequired::SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BurstList) == 0x0000A8, "Member 'UParticleModuleRequired::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelay) == 0x0000B8, "Member 'UParticleModuleRequired::EmitterDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelayLow) == 0x0000BC, "Member 'UParticleModuleRequired::EmitterDelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, InterpolationMethod) == 0x0000C1, "Member 'UParticleModuleRequired::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ParticleBurstMethod) == 0x0000C3, "Member 'UParticleModuleRequired::ParticleBurstMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, OpacitySourceMode) == 0x0000C5, "Member 'UParticleModuleRequired::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterNormalsMode) == 0x0000C6, "Member 'UParticleModuleRequired::EmitterNormalsMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Horizontal) == 0x0000C8, "Member 'UParticleModuleRequired::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Vertical) == 0x0000CC, "Member 'UParticleModuleRequired::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageTime) == 0x0000D0, "Member 'UParticleModuleRequired::RandomImageTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageChanges) == 0x0000D4, "Member 'UParticleModuleRequired::RandomImageChanges' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVPosition) == 0x0000D8, "Member 'UParticleModuleRequired::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVRadius) == 0x0000F0, "Member 'UParticleModuleRequired::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, UVFlippingMode) == 0x0000F4, "Member 'UParticleModuleRequired::UVFlippingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BoundingMode) == 0x0000F5, "Member 'UParticleModuleRequired::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsSphereCenter) == 0x0000F8, "Member 'UParticleModuleRequired::NormalsSphereCenter' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, AlphaThreshold) == 0x000110, "Member 'UParticleModuleRequired::AlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterLoops) == 0x000114, "Member 'UParticleModuleRequired::EmitterLoops' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, CutoutTexture) == 0x000118, "Member 'UParticleModuleRequired::CutoutTexture' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxDrawCount) == 0x000120, "Member 'UParticleModuleRequired::MaxDrawCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDurationLow) == 0x000124, "Member 'UParticleModuleRequired::EmitterDurationLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsCylinderDirection) == 0x000128, "Member 'UParticleModuleRequired::NormalsCylinderDirection' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NamedMaterialOverrides) == 0x000140, "Member 'UParticleModuleRequired::NamedMaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotation \ +static_assert(alignof(UParticleModuleRotation) == 0x000008, "Wrong alignment on UParticleModuleRotation"); \ +static_assert(sizeof(UParticleModuleRotation) == 0x000060, "Wrong size on UParticleModuleRotation"); \ +static_assert(offsetof(UParticleModuleRotation, StartRotation) == 0x000030, "Member 'UParticleModuleRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationOverLifetime \ +static_assert(alignof(UParticleModuleRotationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleRotationOverLifetime"); \ +static_assert(sizeof(UParticleModuleRotationOverLifetime) == 0x000068, "Wrong size on UParticleModuleRotationOverLifetime"); \ +static_assert(offsetof(UParticleModuleRotationOverLifetime, RotationOverLife) == 0x000030, "Member 'UParticleModuleRotationOverLifetime::RotationOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AvoidanceManager_GetAvoidanceVelocityForComponent \ +static_assert(alignof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000008, "Wrong alignment on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ +static_assert(sizeof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000020, "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) == 0x0000E0, "Wrong size on UAvoidanceManager"); \ +static_assert(offsetof(UAvoidanceManager, DefaultTimeToLive) == 0x000030, "Member 'UAvoidanceManager::DefaultTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, LockTimeAfterAvoid) == 0x000034, "Member 'UAvoidanceManager::LockTimeAfterAvoid' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, LockTimeAfterClean) == 0x000038, "Member 'UAvoidanceManager::LockTimeAfterClean' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, DeltaTimeToPredict) == 0x00003C, "Member 'UAvoidanceManager::DeltaTimeToPredict' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, ArtificialRadiusExpansion) == 0x000040, "Member 'UAvoidanceManager::ArtificialRadiusExpansion' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, TestHeightDifference) == 0x000044, "Member 'UAvoidanceManager::TestHeightDifference' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, HeightCheckMargin) == 0x000048, "Member 'UAvoidanceManager::HeightCheckMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRate \ +static_assert(alignof(UParticleModuleRotationRate) == 0x000008, "Wrong alignment on UParticleModuleRotationRate"); \ +static_assert(sizeof(UParticleModuleRotationRate) == 0x000060, "Wrong size on UParticleModuleRotationRate"); \ +static_assert(offsetof(UParticleModuleRotationRate, StartRotationRate) == 0x000030, "Member 'UParticleModuleRotationRate::StartRotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRateMultiplyLife \ +static_assert(alignof(UParticleModuleRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleRotationRateMultiplyLife"); \ +static_assert(sizeof(UParticleModuleRotationRateMultiplyLife) == 0x000060, "Wrong size on UParticleModuleRotationRateMultiplyLife"); \ +static_assert(offsetof(UParticleModuleRotationRateMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleRotationRateMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentBundleManager \ +static_assert(alignof(UContentBundleManager) == 0x000008, "Wrong alignment on UContentBundleManager"); \ +static_assert(sizeof(UContentBundleManager) == 0x000038, "Wrong size on UContentBundleManager"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRate_Seeded \ +static_assert(alignof(UParticleModuleRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotationRate_Seeded"); \ +static_assert(sizeof(UParticleModuleRotationRate_Seeded) == 0x000080, "Wrong size on UParticleModuleRotationRate_Seeded"); \ +static_assert(offsetof(UParticleModuleRotationRate_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleRotationRate_Seeded::RandomSeedInfo' 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) == 0x000080, "Wrong size on UParticleModuleRotation_Seeded"); \ +static_assert(offsetof(UParticleModuleRotation_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ +static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ +static_assert(sizeof(UAimOffsetBlendSpace) == 0x0001C0, "Wrong size on UAimOffsetBlendSpace"); \ + +#define DUMPER7_ASSERTS_UActorDescContainer \ +static_assert(alignof(UActorDescContainer) == 0x000008, "Wrong alignment on UActorDescContainer"); \ +static_assert(sizeof(UActorDescContainer) == 0x000028, "Wrong size on UActorDescContainer"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeBase \ +static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ +static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ + +#define DUMPER7_ASSERTS_UGarbageCollectionSettings \ +static_assert(alignof(UGarbageCollectionSettings) == 0x000008, "Wrong alignment on UGarbageCollectionSettings"); \ +static_assert(sizeof(UGarbageCollectionSettings) == 0x000058, "Wrong size on UGarbageCollectionSettings"); \ +static_assert(offsetof(UGarbageCollectionSettings, TimeBetweenPurgingPendingKillObjects) == 0x000038, "Member 'UGarbageCollectionSettings::TimeBetweenPurgingPendingKillObjects' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MinGCClusterSize) == 0x000040, "Member 'UGarbageCollectionSettings::MinGCClusterSize' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, NumRetriesBeforeForcingGC) == 0x000044, "Member 'UGarbageCollectionSettings::NumRetriesBeforeForcingGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsNotConsideredByGC) == 0x000048, "Member 'UGarbageCollectionSettings::MaxObjectsNotConsideredByGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, SizeOfPermanentObjectPool) == 0x00004C, "Member 'UGarbageCollectionSettings::SizeOfPermanentObjectPool' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInGame) == 0x000050, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000054, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSize \ +static_assert(alignof(UParticleModuleSize) == 0x000008, "Wrong alignment on UParticleModuleSize"); \ +static_assert(sizeof(UParticleModuleSize) == 0x000090, "Wrong size on UParticleModuleSize"); \ +static_assert(offsetof(UParticleModuleSize, StartSize) == 0x000030, "Member 'UParticleModuleSize::StartSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeMultiplyLife \ +static_assert(alignof(UParticleModuleSizeMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleSizeMultiplyLife"); \ +static_assert(sizeof(UParticleModuleSizeMultiplyLife) == 0x000098, "Wrong size on UParticleModuleSizeMultiplyLife"); \ +static_assert(offsetof(UParticleModuleSizeMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleSizeMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScale \ +static_assert(alignof(UParticleModuleSizeScale) == 0x000008, "Wrong alignment on UParticleModuleSizeScale"); \ +static_assert(sizeof(UParticleModuleSizeScale) == 0x000098, "Wrong size on UParticleModuleSizeScale"); \ +static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000030, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeModulatorContinuous \ +static_assert(alignof(USoundNodeModulatorContinuous) == 0x000008, "Wrong alignment on USoundNodeModulatorContinuous"); \ +static_assert(sizeof(USoundNodeModulatorContinuous) == 0x000088, "Wrong size on USoundNodeModulatorContinuous"); \ +static_assert(offsetof(USoundNodeModulatorContinuous, PitchModulationParams) == 0x000048, "Member 'USoundNodeModulatorContinuous::PitchModulationParams' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulatorContinuous, VolumeModulationParams) == 0x000068, "Member 'USoundNodeModulatorContinuous::VolumeModulationParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed \ +static_assert(alignof(UParticleModuleSizeScaleBySpeed) == 0x000008, "Wrong alignment on UParticleModuleSizeScaleBySpeed"); \ +static_assert(sizeof(UParticleModuleSizeScaleBySpeed) == 0x000050, "Wrong size on UParticleModuleSizeScaleBySpeed"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, SpeedScale) == 0x000030, "Member 'UParticleModuleSizeScaleBySpeed::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, MaxScale) == 0x000040, "Member 'UParticleModuleSizeScaleBySpeed::MaxScale' 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) == 0x0000B0, "Wrong size on UParticleModuleSize_Seeded"); \ +static_assert(offsetof(UParticleModuleSize_Seeded, RandomSeedInfo) == 0x000090, "Member 'UParticleModuleSize_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSourceMovement \ +static_assert(alignof(UParticleModuleSourceMovement) == 0x000008, "Wrong alignment on UParticleModuleSourceMovement"); \ +static_assert(sizeof(UParticleModuleSourceMovement) == 0x000090, "Wrong size on UParticleModuleSourceMovement"); \ +static_assert(offsetof(UParticleModuleSourceMovement, SourceMovementScale) == 0x000030, "Member 'UParticleModuleSourceMovement::SourceMovementScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnBase \ +static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ +static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawn \ +static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ +static_assert(sizeof(UParticleModuleSpawn) == 0x0000E0, "Wrong size on UParticleModuleSpawn"); \ +static_assert(offsetof(UParticleModuleSpawn, Rate) == 0x000038, "Member 'UParticleModuleSpawn::Rate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, RateScale) == 0x000068, "Member 'UParticleModuleSpawn::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x000098, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000A8, "Member 'UParticleModuleSpawn::BurstScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, ParticleBurstMethod) == 0x0000D8, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnPerUnit \ +static_assert(alignof(UParticleModuleSpawnPerUnit) == 0x000008, "Wrong alignment on UParticleModuleSpawnPerUnit"); \ +static_assert(sizeof(UParticleModuleSpawnPerUnit) == 0x000078, "Wrong size on UParticleModuleSpawnPerUnit"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, UnitScalar) == 0x000038, "Member 'UParticleModuleSpawnPerUnit::UnitScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, MovementTolerance) == 0x00003C, "Member 'UParticleModuleSpawnPerUnit::MovementTolerance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, SpawnPerUnit) == 0x000040, "Member 'UParticleModuleSpawnPerUnit::SpawnPerUnit' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, MaxFrameDistance) == 0x000070, "Member 'UParticleModuleSpawnPerUnit::MaxFrameDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUV \ +static_assert(alignof(UParticleModuleSubUV) == 0x000008, "Wrong alignment on UParticleModuleSubUV"); \ +static_assert(sizeof(UParticleModuleSubUV) == 0x000070, "Wrong size on UParticleModuleSubUV"); \ +static_assert(offsetof(UParticleModuleSubUV, Animation) == 0x000030, "Member 'UParticleModuleSubUV::Animation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSubUV, SubImageIndex) == 0x000038, "Member 'UParticleModuleSubUV::SubImageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASphereReflectionCapture \ +static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ +static_assert(sizeof(ASphereReflectionCapture) == 0x0002A0, "Wrong size on ASphereReflectionCapture"); \ +static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000298, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUVMovie \ +static_assert(alignof(UParticleModuleSubUVMovie) == 0x000008, "Wrong alignment on UParticleModuleSubUVMovie"); \ +static_assert(sizeof(UParticleModuleSubUVMovie) == 0x0000B0, "Wrong size on UParticleModuleSubUVMovie"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, FrameRate) == 0x000078, "Member 'UParticleModuleSubUVMovie::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, StartingFrame) == 0x0000A8, "Member 'UParticleModuleSubUVMovie::StartingFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailBase \ +static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ +static_assert(sizeof(UParticleModuleTrailBase) == 0x000030, "Wrong size on UParticleModuleTrailBase"); \ + +#define DUMPER7_ASSERTS_UAutomationTestSettings \ +static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ +static_assert(sizeof(UAutomationTestSettings) == 0x000358, "Wrong size on UAutomationTestSettings"); \ +static_assert(offsetof(UAutomationTestSettings, EngineTestModules) == 0x000028, "Member 'UAutomationTestSettings::EngineTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorTestModules) == 0x000038, "Member 'UAutomationTestSettings::EditorTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AutomationTestmap) == 0x000048, "Member 'UAutomationTestSettings::AutomationTestmap' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorPerformanceTestMaps) == 0x000068, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000078, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000088, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, bUseAllProjectMapsToPlayInPIE) == 0x000098, "Member 'UAutomationTestSettings::bUseAllProjectMapsToPlayInPIE' 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!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerate) == 0x00034C, "Member 'UAutomationTestSettings::DefaultInteractiveFramerate' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerateWaitTime) == 0x000350, "Member 'UAutomationTestSettings::DefaultInteractiveFramerateWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerateDuration) == 0x000354, "Member 'UAutomationTestSettings::DefaultInteractiveFramerateDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailSource \ +static_assert(alignof(UParticleModuleTrailSource) == 0x000008, "Wrong alignment on UParticleModuleTrailSource"); \ +static_assert(sizeof(UParticleModuleTrailSource) == 0x000090, "Wrong size on UParticleModuleTrailSource"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceMethod) == 0x000030, "Member 'UParticleModuleTrailSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceName) == 0x000034, "Member 'UParticleModuleTrailSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceStrength) == 0x000040, "Member 'UParticleModuleTrailSource::SourceStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetCount) == 0x000074, "Member 'UParticleModuleTrailSource::SourceOffsetCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetDefaults) == 0x000078, "Member 'UParticleModuleTrailSource::SourceOffsetDefaults' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SelectionMethod) == 0x000088, "Member 'UParticleModuleTrailSource::SelectionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBase \ +static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ +static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ + +#define DUMPER7_ASSERTS_UActorTextureStreamingBuildDataComponent \ +static_assert(alignof(UActorTextureStreamingBuildDataComponent) == 0x000008, "Wrong alignment on UActorTextureStreamingBuildDataComponent"); \ +static_assert(sizeof(UActorTextureStreamingBuildDataComponent) == 0x0000A0, "Wrong size on UActorTextureStreamingBuildDataComponent"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataAnimTrail \ +static_assert(alignof(UParticleModuleTypeDataAnimTrail) == 0x000008, "Wrong alignment on UParticleModuleTypeDataAnimTrail"); \ +static_assert(sizeof(UParticleModuleTypeDataAnimTrail) == 0x000048, "Wrong size on UParticleModuleTypeDataAnimTrail"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TilingDistance) == 0x000034, "Member 'UParticleModuleTypeDataAnimTrail::TilingDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, DistanceTessellationStepSize) == 0x000038, "Member 'UParticleModuleTypeDataAnimTrail::DistanceTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TangentTessellationStepSize) == 0x00003C, "Member 'UParticleModuleTypeDataAnimTrail::TangentTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, WidthTessellationStepSize) == 0x000040, "Member 'UParticleModuleTypeDataAnimTrail::WidthTessellationStepSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBeam2 \ +static_assert(alignof(UParticleModuleTypeDataBeam2) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBeam2"); \ +static_assert(sizeof(UParticleModuleTypeDataBeam2) == 0x000150, "Wrong size on UParticleModuleTypeDataBeam2"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BeamMethod) == 0x000030, "Member 'UParticleModuleTypeDataBeam2::BeamMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTile) == 0x000034, "Member 'UParticleModuleTypeDataBeam2::TextureTile' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTileDistance) == 0x000038, "Member 'UParticleModuleTypeDataBeam2::TextureTileDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Sheets) == 0x00003C, "Member 'UParticleModuleTypeDataBeam2::Sheets' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, MaxBeamCount) == 0x000040, "Member 'UParticleModuleTypeDataBeam2::MaxBeamCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Speed) == 0x000044, "Member 'UParticleModuleTypeDataBeam2::Speed' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, InterpolationPoints) == 0x000048, "Member 'UParticleModuleTypeDataBeam2::InterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, UpVectorStepSize) == 0x000050, "Member 'UParticleModuleTypeDataBeam2::UpVectorStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BranchParentName) == 0x000054, "Member 'UParticleModuleTypeDataBeam2::BranchParentName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Distance) == 0x000060, "Member 'UParticleModuleTypeDataBeam2::Distance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperMethod) == 0x000090, "Member 'UParticleModuleTypeDataBeam2::TaperMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperFactor) == 0x000098, "Member 'UParticleModuleTypeDataBeam2::TaperFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperScale) == 0x0000C8, "Member 'UParticleModuleTypeDataBeam2::TaperScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ +static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ +static_assert(sizeof(UParticleModuleTypeDataGpu) == 0x0005D0, "Wrong size on UParticleModuleTypeDataGpu"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, EmitterInfo) == 0x000030, "Member 'UParticleModuleTypeDataGpu::EmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, ResourceData) == 0x000380, "Member 'UParticleModuleTypeDataGpu::ResourceData' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, CameraMotionBlurAmount) == 0x0005C0, "Member 'UParticleModuleTypeDataGpu::CameraMotionBlurAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataMesh \ +static_assert(alignof(UParticleModuleTypeDataMesh) == 0x000008, "Wrong alignment on UParticleModuleTypeDataMesh"); \ +static_assert(sizeof(UParticleModuleTypeDataMesh) == 0x0000B0, "Wrong size on UParticleModuleTypeDataMesh"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, Mesh) == 0x000030, "Member 'UParticleModuleTypeDataMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, LODSizeScale) == 0x000040, "Member 'UParticleModuleTypeDataMesh::LODSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, MeshAlignment) == 0x000045, "Member 'UParticleModuleTypeDataMesh::MeshAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, RollPitchYawRange) == 0x000048, "Member 'UParticleModuleTypeDataMesh::RollPitchYawRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, AxisLockOption) == 0x0000A8, "Member 'UParticleModuleTypeDataMesh::AxisLockOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingUpAxisOption) == 0x0000AA, "Member 'UParticleModuleTypeDataMesh::CameraFacingUpAxisOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingOption) == 0x0000AB, "Member 'UParticleModuleTypeDataMesh::CameraFacingOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformIndexable \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformIndexable"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformIndexable"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataRibbon \ +static_assert(alignof(UParticleModuleTypeDataRibbon) == 0x000008, "Wrong alignment on UParticleModuleTypeDataRibbon"); \ +static_assert(sizeof(UParticleModuleTypeDataRibbon) == 0x000060, "Wrong size on UParticleModuleTypeDataRibbon"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTessellationBetweenParticles) == 0x000030, "Member 'UParticleModuleTypeDataRibbon::MaxTessellationBetweenParticles' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, SheetsPerTrail) == 0x000034, "Member 'UParticleModuleTypeDataRibbon::SheetsPerTrail' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTrailCount) == 0x000038, "Member 'UParticleModuleTypeDataRibbon::MaxTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxParticleInTrailCount) == 0x00003C, "Member 'UParticleModuleTypeDataRibbon::MaxParticleInTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000048, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x000050, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x000054, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x00005C, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldBase \ +static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ +static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ + +#define DUMPER7_ASSERTS_UStaticMeshDescriptionBulkData \ +static_assert(alignof(UStaticMeshDescriptionBulkData) == 0x000008, "Wrong alignment on UStaticMeshDescriptionBulkData"); \ +static_assert(sizeof(UStaticMeshDescriptionBulkData) == 0x000028, "Wrong size on UStaticMeshDescriptionBulkData"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldGlobal \ +static_assert(alignof(UParticleModuleVectorFieldGlobal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldGlobal"); \ +static_assert(sizeof(UParticleModuleVectorFieldGlobal) == 0x000040, "Wrong size on UParticleModuleVectorFieldGlobal"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldScale) == 0x000034, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldTightness) == 0x000038, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldTightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldLocal \ +static_assert(alignof(UParticleModuleVectorFieldLocal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldLocal"); \ +static_assert(sizeof(UParticleModuleVectorFieldLocal) == 0x000090, "Wrong size on UParticleModuleVectorFieldLocal"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, VectorField) == 0x000030, "Member 'UParticleModuleVectorFieldLocal::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeTranslation) == 0x000038, "Member 'UParticleModuleVectorFieldLocal::RelativeTranslation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeRotation) == 0x000050, "Member 'UParticleModuleVectorFieldLocal::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeScale3D) == 0x000068, "Member 'UParticleModuleVectorFieldLocal::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, Intensity) == 0x000080, "Member 'UParticleModuleVectorFieldLocal::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, Tightness) == 0x000084, "Member 'UParticleModuleVectorFieldLocal::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMetaData \ +static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ +static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionCookPackageObject \ +static_assert(alignof(IWorldPartitionCookPackageObject) == 0x000001, "Wrong alignment on IWorldPartitionCookPackageObject"); \ +static_assert(sizeof(IWorldPartitionCookPackageObject) == 0x000001, "Wrong size on IWorldPartitionCookPackageObject"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotation \ +static_assert(alignof(UParticleModuleVectorFieldRotation) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotation"); \ +static_assert(sizeof(UParticleModuleVectorFieldRotation) == 0x000060, "Wrong size on UParticleModuleVectorFieldRotation"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotation, MinInitialRotation) == 0x000030, "Member 'UParticleModuleVectorFieldRotation::MinInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotation, MaxInitialRotation) == 0x000048, "Member 'UParticleModuleVectorFieldRotation::MaxInitialRotation' has a wrong offset!"); \ + +#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) == 0x000030, "Member 'UParticleModuleVectorFieldRotationRate::RotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScale \ +static_assert(alignof(UParticleModuleVectorFieldScale) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScale"); \ +static_assert(sizeof(UParticleModuleVectorFieldScale) == 0x000068, "Wrong size on UParticleModuleVectorFieldScale"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScale) == 0x000030, "Member 'UParticleModuleVectorFieldScale::VectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScaleRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScale::VectorFieldScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife \ +static_assert(alignof(UParticleModuleVectorFieldScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(sizeof(UParticleModuleVectorFieldScaleOverLife) == 0x000068, "Wrong size on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLife) == 0x000030, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLifeRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLifeRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState \ +static_assert(alignof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState) == 0x000008, "Wrong alignment on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState"); \ +static_assert(sizeof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState) == 0x000048, "Wrong size on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, EventReference) == 0x000000, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, AnimInstance) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, StateName) == 0x000038, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, ReturnValue) == 0x000040, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine \ +static_assert(alignof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine) == 0x000008, "Wrong alignment on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine"); \ +static_assert(sizeof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine) == 0x000050, "Wrong size on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, EventReference) == 0x000000, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, AnimInstance) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateMachineName) == 0x000038, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateName) == 0x000040, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, ReturnValue) == 0x000048, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine \ +static_assert(alignof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine) == 0x000008, "Wrong alignment on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine"); \ +static_assert(sizeof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine) == 0x000048, "Wrong size on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, EventReference) == 0x000000, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, AnimInstance) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, StateMachineName) == 0x000038, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, ReturnValue) == 0x000040, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateMachineInspectionLibrary \ +static_assert(alignof(UAnimNotifyStateMachineInspectionLibrary) == 0x000008, "Wrong alignment on UAnimNotifyStateMachineInspectionLibrary"); \ +static_assert(sizeof(UAnimNotifyStateMachineInspectionLibrary) == 0x000028, "Wrong size on UAnimNotifyStateMachineInspectionLibrary"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityBase \ +static_assert(alignof(UParticleModuleVelocityBase) == 0x000008, "Wrong alignment on UParticleModuleVelocityBase"); \ +static_assert(sizeof(UParticleModuleVelocityBase) == 0x000038, "Wrong size on UParticleModuleVelocityBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocity \ +static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ +static_assert(sizeof(UParticleModuleVelocity) == 0x0000C8, "Wrong size on UParticleModuleVelocity"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocity) == 0x000038, "Member 'UParticleModuleVelocity::StartVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocityRadial) == 0x000098, "Member 'UParticleModuleVelocity::StartVelocityRadial' 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) == 0x000038, "Member 'UParticleModuleVelocityCone::Angle' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Velocity) == 0x000068, "Member 'UParticleModuleVelocityCone::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Direction) == 0x000098, "Member 'UParticleModuleVelocityCone::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityInheritParent \ +static_assert(alignof(UParticleModuleVelocityInheritParent) == 0x000008, "Wrong alignment on UParticleModuleVelocityInheritParent"); \ +static_assert(sizeof(UParticleModuleVelocityInheritParent) == 0x000098, "Wrong size on UParticleModuleVelocityInheritParent"); \ +static_assert(offsetof(UParticleModuleVelocityInheritParent, Scale) == 0x000038, "Member 'UParticleModuleVelocityInheritParent::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PauseClothingSimulation \ +static_assert(alignof(UAnimNotify_PauseClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_PauseClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_PauseClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_PauseClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingDynamic \ +static_assert(alignof(UWorldPartitionLevelStreamingDynamic) == 0x000010, "Wrong alignment on UWorldPartitionLevelStreamingDynamic"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingDynamic) == 0x0001E0, "Wrong size on UWorldPartitionLevelStreamingDynamic"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, bShouldBeAlwaysLoaded) == 0x0001A0, "Member 'UWorldPartitionLevelStreamingDynamic::bShouldBeAlwaysLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, StreamingCell) == 0x0001A4, "Member 'UWorldPartitionLevelStreamingDynamic::StreamingCell' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, OuterWorldPartition) == 0x0001B0, "Member 'UWorldPartitionLevelStreamingDynamic::OuterWorldPartition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityOverLifetime \ +static_assert(alignof(UParticleModuleVelocityOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleVelocityOverLifetime"); \ +static_assert(sizeof(UParticleModuleVelocityOverLifetime) == 0x0000A0, "Wrong size on UParticleModuleVelocityOverLifetime"); \ +static_assert(offsetof(UParticleModuleVelocityOverLifetime, VelOverLife) == 0x000038, "Member 'UParticleModuleVelocityOverLifetime::VelOverLife' 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) == 0x0000E8, "Wrong size on UParticleModuleVelocity_Seeded"); \ +static_assert(offsetof(UParticleModuleVelocity_Seeded, RandomSeedInfo) == 0x0000C8, "Member 'UParticleModuleVelocity_Seeded::RandomSeedInfo' 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_FXSystemComponent_SetActorParameter \ +static_assert(alignof(FXSystemComponent_SetActorParameter) == 0x000008, "Wrong alignment on FXSystemComponent_SetActorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetActorParameter) == 0x000010, "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) == 0x000008, "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) == 0x000010, "Member 'FXSystemComponent_SetAutoAttachmentParameters::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, RotationRule) == 0x000011, "Member 'FXSystemComponent_SetAutoAttachmentParameters::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, ScaleRule) == 0x000012, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on FXSystemComponent_SetVectorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetVectorParameter) == 0x000020, "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) == 0x000008, "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) == 0x000520, "Wrong size on UFXSystemComponent"); \ + +#define DUMPER7_ASSERTS_CheatManagerExtension_GetPlayerController \ +static_assert(alignof(CheatManagerExtension_GetPlayerController) == 0x000008, "Wrong alignment on CheatManagerExtension_GetPlayerController"); \ +static_assert(sizeof(CheatManagerExtension_GetPlayerController) == 0x000008, "Wrong size on CheatManagerExtension_GetPlayerController"); \ +static_assert(offsetof(CheatManagerExtension_GetPlayerController, ReturnValue) == 0x000000, "Member 'CheatManagerExtension_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheatManagerExtension \ +static_assert(alignof(UCheatManagerExtension) == 0x000008, "Wrong alignment on UCheatManagerExtension"); \ +static_assert(sizeof(UCheatManagerExtension) == 0x000028, "Wrong size on UCheatManagerExtension"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ +static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ +static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000018, "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) == 0x000008, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x000014, "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) == 0x000018, "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) == 0x000008, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ +static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000008, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ +static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000058, "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) == 0x000008, "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) == 0x000028, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000040, "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) == 0x000010, "Member 'ParticleSystemComponent_SetAutoAttachParams::LocationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamEndPoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000020, "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) == 0x000008, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000028, "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) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000020, "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) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000028, "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) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000020, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000028, "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) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000020, "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) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000028, "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) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000020, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'ParticleSystemComponent_SetTrailSourceData::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidth) == 0x000014, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamEndPoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000028, "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) == 0x000008, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000020, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000028, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000028, "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) == 0x000020, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000028, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000028, "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) == 0x000020, "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) == 0x000010, "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) == 0x000008, "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) == 0x000830, "Wrong size on UParticleSystemComponent"); \ +static_assert(offsetof(UParticleSystemComponent, Template) == 0x000518, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000520, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000530, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x00054D, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x00054E, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000550, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x000560, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x000570, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x000580, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x000590, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0005A0, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0005A8, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x0005C0, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x0005D8, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x0005DC, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x0005E4, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x0005EC, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000610, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000628, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x000680, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x000688, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x000690, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x000691, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x000692, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x0006E8, "Member 'UParticleSystemComponent::OnSystemFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystemReplay \ +static_assert(alignof(UParticleSystemReplay) == 0x000008, "Wrong alignment on UParticleSystemReplay"); \ +static_assert(sizeof(UParticleSystemReplay) == 0x000040, "Wrong size on UParticleSystemReplay"); \ +static_assert(offsetof(UParticleSystemReplay, ClipIDNumber) == 0x000028, "Member 'UParticleSystemReplay::ClipIDNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ +static_assert(alignof(UTextureRenderTarget2DArray) == 0x000008, "Wrong alignment on UTextureRenderTarget2DArray"); \ +static_assert(sizeof(UTextureRenderTarget2DArray) == 0x000158, "Wrong size on UTextureRenderTarget2DArray"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x000138, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x00013C, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000140, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x000144, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x000154, "Member 'UTextureRenderTarget2DArray::OverrideFormat' 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_PhysicsObjectBlueprintLibrary_ApplyRadialImpulse \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_ApplyRadialImpulse"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse) == 0x000040, "Wrong size on PhysicsObjectBlueprintLibrary_ApplyRadialImpulse"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Origin) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Origin' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Radius) == 0x000020, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Strength) == 0x000024, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Falloff) == 0x000028, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, bApplyStrain) == 0x000029, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::bApplyStrain' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Strain) == 0x00002C, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Strain' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, bVelChange) == 0x000030, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, MinValue) == 0x000034, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::MinValue' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, MaxValue) == 0x000038, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults) == 0x000038, "Wrong size on PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, Result) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::Result' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, OutName) == 0x000028, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::OutName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, ReturnValue) == 0x000030, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation) == 0x000048, "Wrong size on PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, WorldLocation) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, ReturnValue) == 0x000020, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform) == 0x000010, "Wrong alignment on PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform) == 0x000070, "Wrong size on PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, BoneName) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, ReturnValue) == 0x000010, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsObjectBlueprintLibrary \ +static_assert(alignof(UPhysicsObjectBlueprintLibrary) == 0x000008, "Wrong alignment on UPhysicsObjectBlueprintLibrary"); \ +static_assert(sizeof(UPhysicsObjectBlueprintLibrary) == 0x000028, "Wrong size on UPhysicsObjectBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USmokeTestCommandlet \ +static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ +static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_ConvertFromType_V2 \ +static_assert(alignof(UAsyncLoadingTests_ConvertFromType_V2) == 0x000008, "Wrong alignment on UAsyncLoadingTests_ConvertFromType_V2"); \ +static_assert(sizeof(UAsyncLoadingTests_ConvertFromType_V2) == 0x000030, "Wrong size on UAsyncLoadingTests_ConvertFromType_V2"); \ +static_assert(offsetof(UAsyncLoadingTests_ConvertFromType_V2, Reference) == 0x000028, "Member 'UAsyncLoadingTests_ConvertFromType_V2::Reference' 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) == 0x000008, "Wrong alignment on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsSpringComponent_GetSpringDirection"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringDirection) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsSpringComponent_GetSpringRestingPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x000018, "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) == 0x000260, "Wrong size on UPhysicsSpringComponent"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x000230, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x000234, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000238, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x00023C, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000240, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000241, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x000244, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsThreadLibrary_AddForce \ +static_assert(alignof(PhysicsThreadLibrary_AddForce) == 0x000008, "Wrong alignment on PhysicsThreadLibrary_AddForce"); \ +static_assert(sizeof(PhysicsThreadLibrary_AddForce) == 0x000028, "Wrong size on PhysicsThreadLibrary_AddForce"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, Handle) == 0x000000, "Member 'PhysicsThreadLibrary_AddForce::Handle' has a wrong offset!"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, Force) == 0x000008, "Member 'PhysicsThreadLibrary_AddForce::Force' has a wrong offset!"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, bAccelChange) == 0x000020, "Member 'PhysicsThreadLibrary_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsThreadLibrary \ +static_assert(alignof(UPhysicsThreadLibrary) == 0x000008, "Wrong alignment on UPhysicsThreadLibrary"); \ +static_assert(sizeof(UPhysicsThreadLibrary) == 0x000028, "Wrong size on UPhysicsThreadLibrary"); \ + +#define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ +static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ +static_assert(sizeof(UPhysicsThrusterComponent) == 0x000240, "Wrong size on UPhysicsThrusterComponent"); \ +static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x000230, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPieFixupTestObject \ +static_assert(alignof(UPieFixupTestObject) == 0x000008, "Wrong alignment on UPieFixupTestObject"); \ +static_assert(sizeof(UPieFixupTestObject) == 0x0000C8, "Wrong size on UPieFixupTestObject"); \ +static_assert(offsetof(UPieFixupTestObject, Path) == 0x000028, "Member 'UPieFixupTestObject::Path' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, TypedPtr) == 0x000048, "Member 'UPieFixupTestObject::TypedPtr' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, Struct) == 0x000070, "Member 'UPieFixupTestObject::Struct' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, Array) == 0x0000B8, "Member 'UPieFixupTestObject::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInitialActiveSoundParams \ +static_assert(alignof(UInitialActiveSoundParams) == 0x000008, "Wrong alignment on UInitialActiveSoundParams"); \ +static_assert(sizeof(UInitialActiveSoundParams) == 0x000038, "Wrong size on UInitialActiveSoundParams"); \ +static_assert(offsetof(UInitialActiveSoundParams, AudioParams) == 0x000028, "Member 'UInitialActiveSoundParams::AudioParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCapture \ +static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ +static_assert(sizeof(ASceneCapture) == 0x0002A0, "Wrong size on ASceneCapture"); \ +static_assert(offsetof(ASceneCapture, MeshComp) == 0x000290, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000298, "Member 'ASceneCapture::SceneComponent' 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) == 0x0002B0, "Wrong size on APlanarReflection"); \ +static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x0002A0, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ +static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x0002A8, "Member 'APlanarReflection::bShowPreviewPlane' 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) == 0x000230, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x000231, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x000233, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000238, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000248, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000258, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000268, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000278, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x00027C, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000280, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x000284, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000288, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x0002C8, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanarReflectionComponent \ +static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ +static_assert(sizeof(UPlanarReflectionComponent) == 0x000450, "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_APlaneReflectionCapture \ +static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ +static_assert(sizeof(APlaneReflectionCapture) == 0x000298, "Wrong size on APlaneReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ +static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ +static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x0002B0, "Wrong size on UPlaneReflectionCaptureComponent"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x000298, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002A0, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x0002A8, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' 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) == 0x0000B0, "Wrong size on UPlatformInterfaceWebResponse"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, OriginalURL) == 0x000028, "Member 'UPlatformInterfaceWebResponse::OriginalURL' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, ResponseCode) == 0x000038, "Member 'UPlatformInterfaceWebResponse::ResponseCode' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, Tag) == 0x00003C, "Member 'UPlatformInterfaceWebResponse::Tag' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, StringResponse) == 0x000040, "Member 'UPlatformInterfaceWebResponse::StringResponse' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, BinaryResponse) == 0x000050, "Member 'UPlatformInterfaceWebResponse::BinaryResponse' 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_AddGenericCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_AddGenericCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_AddGenericCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_AddGenericCameraLensEffect) == 0x000018, "Wrong size on PlayerCameraManager_AddGenericCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_AddGenericCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerCameraManager_AddGenericCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_AddGenericCameraLensEffect, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddGenericCameraLensEffect::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) == 0x000040, "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) == 0x000020, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraFOV) == 0x000038, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraFOV' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, ReturnValue) == 0x00003C, "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) == 0x000008, "Wrong alignment on PlayerCameraManager_PhotographyCameraModify"); \ +static_assert(sizeof(PlayerCameraManager_PhotographyCameraModify) == 0x000060, "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) == 0x000018, "Member 'PlayerCameraManager_PhotographyCameraModify::PreviousCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, OriginalCameraLocation) == 0x000030, "Member 'PlayerCameraManager_PhotographyCameraModify::OriginalCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, ResultCameraLocation) == 0x000048, "Member 'PlayerCameraManager_PhotographyCameraModify::ResultCameraLocation' 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_RemoveGenericCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_RemoveGenericCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveGenericCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_RemoveGenericCameraLensEffect) == 0x000010, "Wrong size on PlayerCameraManager_RemoveGenericCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_RemoveGenericCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveGenericCameraLensEffect::Emitter' 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) == 0x000030, "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) == 0x000028, "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) == 0x000038, "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) == 0x000030, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ReturnValue' 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_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_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) == 0x000008, "Wrong alignment on PlayerCameraManager_GetCameraLocation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on PlayerCameraManager_GetCameraRotation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraRotation) == 0x000018, "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) == 0x0024C0, "Wrong size on APlayerCameraManager"); \ +static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000290, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000298, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x0002A8, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x0002B0, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x0002B8, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000320, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x000B40, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001390, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x001BA0, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x0023B0, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x0023C0, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x0023D0, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x0023D8, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x0023F0, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002408, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002430, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x002440, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x002448, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x002478, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AutoPlaneShift) == 0x002484, "Member 'APlayerCameraManager::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x00248C, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x002490, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x002494, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x002498, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x00249C, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x0024A0, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x0024A8, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorDataTable \ +static_assert(alignof(UMirrorDataTable) == 0x000008, "Wrong alignment on UMirrorDataTable"); \ +static_assert(sizeof(UMirrorDataTable) == 0x0001F0, "Wrong size on UMirrorDataTable"); \ +static_assert(offsetof(UMirrorDataTable, MirrorFindReplaceExpressions) == 0x0000B0, "Member 'UMirrorDataTable::MirrorFindReplaceExpressions' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, MirrorAxis) == 0x0000C0, "Member 'UMirrorDataTable::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, bMirrorRootMotion) == 0x0000C1, "Member 'UMirrorDataTable::bMirrorRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, Skeleton) == 0x0000C8, "Member 'UMirrorDataTable::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetAdditionalPluginSearchPaths \ +static_assert(alignof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetAdditionalPluginSearchPaths"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetAdditionalPluginSearchPaths"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetAdditionalPluginSearchPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths \ +static_assert(alignof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetEnabledPluginNames \ +static_assert(alignof(PluginBlueprintLibrary_GetEnabledPluginNames) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetEnabledPluginNames"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetEnabledPluginNames) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetEnabledPluginNames"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetEnabledPluginNames, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetEnabledPluginNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginBaseDir \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginBaseDir) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginBaseDir"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginBaseDir) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginBaseDir"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, OutBaseDir) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::OutBaseDir' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginContentDir \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginContentDir) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginContentDir"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginContentDir) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginContentDir"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginContentDir::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, OutContentDir) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginContentDir::OutContentDir' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginDescription \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginDescription) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginDescription"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginDescription) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginDescription"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginDescription::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, OutDescription) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginDescription::OutDescription' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginDescriptorFilePath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginDescriptorFilePath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginDescriptorFilePath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginDescriptorFilePath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginDescriptorFilePath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, OutFilePath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::OutFilePath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, OutVirtualPath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::OutVirtualPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginMountedAssetPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginMountedAssetPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginMountedAssetPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginMountedAssetPath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginMountedAssetPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, OutAssetPath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::OutAssetPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginNameForObjectPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginNameForObjectPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginNameForObjectPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginNameForObjectPath) == 0x000038, "Wrong size on PluginBlueprintLibrary_GetPluginNameForObjectPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, ObjectPath) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, OutPluginName) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::OutPluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, ReturnValue) == 0x000030, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginVersion \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginVersion) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginVersion"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginVersion) == 0x000018, "Wrong size on PluginBlueprintLibrary_GetPluginVersion"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginVersion::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, OutVersion) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginVersion::OutVersion' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, ReturnValue) == 0x000014, "Member 'PluginBlueprintLibrary_GetPluginVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginVersionName \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginVersionName) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginVersionName"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginVersionName) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginVersionName"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginVersionName::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, OutVersionName) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginVersionName::OutVersionName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginVersionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_IsPluginMounted \ +static_assert(alignof(PluginBlueprintLibrary_IsPluginMounted) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_IsPluginMounted"); \ +static_assert(sizeof(PluginBlueprintLibrary_IsPluginMounted) == 0x000018, "Wrong size on PluginBlueprintLibrary_IsPluginMounted"); \ +static_assert(offsetof(PluginBlueprintLibrary_IsPluginMounted, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_IsPluginMounted::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_IsPluginMounted, ReturnValue) == 0x000010, "Member 'PluginBlueprintLibrary_IsPluginMounted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPluginBlueprintLibrary \ +static_assert(alignof(UPluginBlueprintLibrary) == 0x000008, "Wrong alignment on UPluginBlueprintLibrary"); \ +static_assert(sizeof(UPluginBlueprintLibrary) == 0x000028, "Wrong size on UPluginBlueprintLibrary"); \ + +#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) == 0x0002A8, "Wrong size on APointLight"); \ +static_assert(offsetof(APointLight, PointLightComponent) == 0x0002A0, "Member 'APointLight::PointLightComponent' 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_LogArrow \ +static_assert(alignof(VisualLoggerKismetLibrary_LogArrow) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogArrow"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogArrow) == 0x000068, "Wrong size on VisualLoggerKismetLibrary_LogArrow"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogArrow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogArrow::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, SegmentEnd) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogArrow::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, Text) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogArrow::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, ObjectColor) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogArrow::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, CategoryName) == 0x000058, "Member 'VisualLoggerKismetLibrary_LogArrow::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, bAddToMessageLog) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogArrow::bAddToMessageLog' 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) == 0x000070, "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) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogBox::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogBox::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogBox::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogBox::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogBox::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCapsule \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCapsule) == 0x000010, "Wrong alignment on VisualLoggerKismetLibrary_LogCapsule"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCapsule) == 0x000080, "Wrong size on VisualLoggerKismetLibrary_LogCapsule"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, base) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCapsule::base' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, HalfHeight) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Radius) == 0x000024, "Member 'VisualLoggerKismetLibrary_LogCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Rotation) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Text) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCapsule::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, ObjectColor) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCapsule::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, LogCategory) == 0x000070, "Member 'VisualLoggerKismetLibrary_LogCapsule::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, bAddToMessageLog) == 0x000078, "Member 'VisualLoggerKismetLibrary_LogCapsule::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, bWireframe) == 0x000079, "Member 'VisualLoggerKismetLibrary_LogCapsule::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCircle \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCircle) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCircle"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCircle) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCircle"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCircle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Center) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, UpAxis) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCircle::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCircle::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCircle::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Thickness) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, CategoryName) == 0x000064, "Member 'VisualLoggerKismetLibrary_LogCircle::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, bAddToMessageLog) == 0x00006C, "Member 'VisualLoggerKismetLibrary_LogCircle::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCone \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCone) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCone"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCone) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCone"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Origin) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Direction) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Length) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCone::Length' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Angle) == 0x00003C, "Member 'VisualLoggerKismetLibrary_LogCone::Angle' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCone::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCone::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCone::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogCone::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogCone::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCylinder \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCylinder) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCylinder"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCylinder) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCylinder"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCylinder::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Start) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, End) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCylinder::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCylinder::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCylinder::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogCylinder::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogCylinder::bWireframe' 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) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogLocation::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, ObjectColor) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogLocation::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Radius) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogLocation::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, LogCategory) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogLocation::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, bAddToMessageLog) == 0x00004C, "Member 'VisualLoggerKismetLibrary_LogLocation::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogOrientedBox \ +static_assert(alignof(VisualLoggerKismetLibrary_LogOrientedBox) == 0x000010, "Wrong alignment on VisualLoggerKismetLibrary_LogOrientedBox"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogOrientedBox) == 0x0000D0, "Wrong size on VisualLoggerKismetLibrary_LogOrientedBox"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::BoxShape' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, Transform) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, Text) == 0x0000A0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, ObjectColor) == 0x0000B0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, LogCategory) == 0x0000C0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, bAddToMessageLog) == 0x0000C8, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, bWireframe) == 0x0000C9, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::bWireframe' 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) == 0x000068, "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) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Text) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogSegment::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, ObjectColor) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogSegment::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Thickness) == 0x000058, "Member 'VisualLoggerKismetLibrary_LogSegment::Thickness' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, CategoryName) == 0x00005C, "Member 'VisualLoggerKismetLibrary_LogSegment::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, bAddToMessageLog) == 0x000064, "Member 'VisualLoggerKismetLibrary_LogSegment::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSphere \ +static_assert(alignof(VisualLoggerKismetLibrary_LogSphere) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSphere"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogSphere) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogSphere"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSphere::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Center) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Radius) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Text) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogSphere::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, ObjectColor) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogSphere::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, LogCategory) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogSphere::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, bAddToMessageLog) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogSphere::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, bWireframe) == 0x000051, "Member 'VisualLoggerKismetLibrary_LogSphere::bWireframe' 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) == 0x000020, "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) == 0x000028, "Wrong size on UVisualLoggerKismetLibrary"); \ + +#define DUMPER7_ASSERTS_UPolys \ +static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ +static_assert(sizeof(UPolys) == 0x000038, "Wrong size on UPolys"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ +static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ +static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x0002F8, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x0002C8, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x0002D8, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x0002E8, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ + +#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_ARadialForceActor \ +static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ +static_assert(sizeof(ARadialForceActor) == 0x000298, "Wrong size on ARadialForceActor"); \ +static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000290, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationDriver \ +static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ +static_assert(sizeof(UReplicationDriver) == 0x000028, "Wrong size on UReplicationDriver"); \ + +#define DUMPER7_ASSERTS_UReplicationConnectionDriver \ +static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ +static_assert(sizeof(UReplicationConnectionDriver) == 0x000028, "Wrong size on UReplicationConnectionDriver"); \ + +#define DUMPER7_ASSERTS_UAssetManager \ +static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ +static_assert(sizeof(UAssetManager) == 0x0004D0, "Wrong size on UAssetManager"); \ +static_assert(offsetof(UAssetManager, ObjectReferenceList) == 0x000330, "Member 'UAssetManager::ObjectReferenceList' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsGlobalAsyncScanEnvironment) == 0x000340, "Member 'UAssetManager::bIsGlobalAsyncScanEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldGuessTypeAndName) == 0x000341, "Member 'UAssetManager::bShouldGuessTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldUseSynchronousLoad) == 0x000342, "Member 'UAssetManager::bShouldUseSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsLoadingFromPakFiles) == 0x000343, "Member 'UAssetManager::bIsLoadingFromPakFiles' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldAcquireMissingChunksOnLoad) == 0x000344, "Member 'UAssetManager::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bOnlyCookProductionAssets) == 0x000345, "Member 'UAssetManager::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, NumBulkScanRequests) == 0x000348, "Member 'UAssetManager::NumBulkScanRequests' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsPrimaryAssetDirectoryCurrent) == 0x00034C, "Member 'UAssetManager::bIsPrimaryAssetDirectoryCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsManagementDatabaseCurrent) == 0x00034D, "Member 'UAssetManager::bIsManagementDatabaseCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bUpdateManagementDatabaseAfterScan) == 0x00034E, "Member 'UAssetManager::bUpdateManagementDatabaseAfterScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIncludeOnlyOnDiskAssets) == 0x00034F, "Member 'UAssetManager::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bHasCompletedInitialScan) == 0x000350, "Member 'UAssetManager::bHasCompletedInitialScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, NumberOfSpawnedNotifications) == 0x000354, "Member 'UAssetManager::NumberOfSpawnedNotifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimePartition \ +static_assert(alignof(URuntimePartition) == 0x000008, "Wrong alignment on URuntimePartition"); \ +static_assert(sizeof(URuntimePartition) == 0x000028, "Wrong size on URuntimePartition"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionLevelStreaming \ +static_assert(alignof(URuntimePartitionLevelStreaming) == 0x000008, "Wrong alignment on URuntimePartitionLevelStreaming"); \ +static_assert(sizeof(URuntimePartitionLevelStreaming) == 0x000028, "Wrong size on URuntimePartitionLevelStreaming"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionLHGrid \ +static_assert(alignof(URuntimePartitionLHGrid) == 0x000008, "Wrong alignment on URuntimePartitionLHGrid"); \ +static_assert(sizeof(URuntimePartitionLHGrid) == 0x000028, "Wrong size on URuntimePartitionLHGrid"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionPersistent \ +static_assert(alignof(URuntimePartitionPersistent) == 0x000008, "Wrong alignment on URuntimePartitionPersistent"); \ +static_assert(sizeof(URuntimePartitionPersistent) == 0x000028, "Wrong size on URuntimePartitionPersistent"); \ + +#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) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetList::Completed' 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_UScene \ +static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ +static_assert(sizeof(UScene) == 0x000028, "Wrong size on UScene"); \ + +#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) == 0x0002A8, "Wrong size on ASceneCapture2D"); \ +static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x0002A0, "Member 'ASceneCapture2D::CaptureComponent2D' 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) == 0x000AF0, "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, bAutoCalculateOrthoPlanes) == 0x0002F4, "Member 'USceneCaptureComponent2D::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, AutoPlaneShift) == 0x0002F8, "Member 'USceneCaptureComponent2D::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUpdateOrthoPlanes) == 0x0002FC, "Member 'USceneCaptureComponent2D::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCameraHeightAsViewTarget) == 0x0002FD, "Member 'USceneCaptureComponent2D::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x000300, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x000308, "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) == 0x000A00, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000A08, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x000A0C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000A10, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseFauxOrthoViewPos) == 0x000A90, "Member 'USceneCaptureComponent2D::bUseFauxOrthoViewPos' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableOrthographicTiling) == 0x000A91, "Member 'USceneCaptureComponent2D::bEnableOrthographicTiling' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumXTiles) == 0x000A94, "Member 'USceneCaptureComponent2D::NumXTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumYTiles) == 0x000A98, "Member 'USceneCaptureComponent2D::NumYTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000A9C, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000AA0, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000AB8, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bRenderInMainRenderer) == 0x000AD0, "Member 'USceneCaptureComponent2D::bRenderInMainRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedStruct \ +static_assert(alignof(UAnimBlueprintGeneratedStruct) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedStruct"); \ +static_assert(sizeof(UAnimBlueprintGeneratedStruct) == 0x0000C0, "Wrong size on UAnimBlueprintGeneratedStruct"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponentCube \ +static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ +static_assert(sizeof(USceneCaptureComponentCube) == 0x000300, "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!"); \ + +#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) == 0x0002A8, "Wrong size on ASceneCaptureCube"); \ +static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x0002A0, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldComposition \ +static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ +static_assert(sizeof(UWorldComposition) == 0x000068, "Wrong size on UWorldComposition"); \ +static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000048, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000058, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000060, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000061, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x000064, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowMapTexture2D \ +static_assert(alignof(UShadowMapTexture2D) == 0x000008, "Wrong alignment on UShadowMapTexture2D"); \ +static_assert(sizeof(UShadowMapTexture2D) == 0x000158, "Wrong size on UShadowMapTexture2D"); \ +static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x000150, "Member 'UShadowMapTexture2D::ShadowmapFlags' 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) == 0x000038, "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) == 0x000020, "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) == 0x000020, "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) == 0x000088, "Wrong size on USkeletalMeshSocket"); \ +static_assert(offsetof(USkeletalMeshSocket, SocketName) == 0x000028, "Member 'USkeletalMeshSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, BoneName) == 0x000030, "Member 'USkeletalMeshSocket::BoneName' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeLocation) == 0x000038, "Member 'USkeletalMeshSocket::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeRotation) == 0x000050, "Member 'USkeletalMeshSocket::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeScale) == 0x000068, "Member 'USkeletalMeshSocket::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, bForceAlwaysAnimated) == 0x000080, "Member 'USkeletalMeshSocket::bForceAlwaysAnimated' has a wrong offset!"); \ + +#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_UVirtualTexture \ +static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ +static_assert(sizeof(UVirtualTexture) == 0x000028, "Wrong size on UVirtualTexture"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture \ +static_assert(alignof(ULightMapVirtualTexture) == 0x000008, "Wrong alignment on ULightMapVirtualTexture"); \ +static_assert(sizeof(ULightMapVirtualTexture) == 0x000028, "Wrong size on ULightMapVirtualTexture"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshDescriptionBulkData \ +static_assert(alignof(USkeletalMeshDescriptionBulkData) == 0x000008, "Wrong alignment on USkeletalMeshDescriptionBulkData"); \ +static_assert(sizeof(USkeletalMeshDescriptionBulkData) == 0x000028, "Wrong size on USkeletalMeshDescriptionBulkData"); \ + +#define DUMPER7_ASSERTS_ASkyLight \ +static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ +static_assert(sizeof(ASkyLight) == 0x0002A0, "Wrong size on ASkyLight"); \ +static_assert(offsetof(ASkyLight, LightComponent) == 0x000290, "Member 'ASkyLight::LightComponent' 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_SetSourceCubemapAngle \ +static_assert(alignof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong alignment on SkyLightComponent_SetSourceCubemapAngle"); \ +static_assert(sizeof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong size on SkyLightComponent_SetSourceCubemapAngle"); \ +static_assert(offsetof(SkyLightComponent_SetSourceCubemapAngle, NewValue) == 0x000000, "Member 'SkyLightComponent_SetSourceCubemapAngle::NewValue' 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) == 0x000440, "Wrong size on USkyLightComponent"); \ +static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000268, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceType) == 0x000269, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000270, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000278, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x00027C, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000280, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000284, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000285, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x000288, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000298, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Contrast) == 0x00029C, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x0002A0, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x0002A4, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x0002A8, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x0002B0, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x0002B4, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x0002B8, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x0002BC, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x0002C0, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000368, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISMInstanceManager \ +static_assert(alignof(ISMInstanceManager) == 0x000001, "Wrong alignment on ISMInstanceManager"); \ +static_assert(sizeof(ISMInstanceManager) == 0x000001, "Wrong size on ISMInstanceManager"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ +static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ +static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000040, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ + +#define DUMPER7_ASSERTS_ISMInstanceManagerProvider \ +static_assert(alignof(ISMInstanceManagerProvider) == 0x000001, "Wrong alignment on ISMInstanceManagerProvider"); \ +static_assert(sizeof(ISMInstanceManagerProvider) == 0x000001, "Wrong size on ISMInstanceManagerProvider"); \ + +#define DUMPER7_ASSERTS_USoundAttenuation \ +static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ +static_assert(sizeof(USoundAttenuation) == 0x0003F8, "Wrong size on USoundAttenuation"); \ +static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000028, "Member 'USoundAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD \ +static_assert(alignof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD) == 0x000018, "Wrong size on WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD, DestructibleInHLOD) == 0x000000, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD::DestructibleInHLOD' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD, DamagePercent) == 0x000010, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD::DamagePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD \ +static_assert(alignof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD, DestructibleInHLOD) == 0x000000, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD::DestructibleInHLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionDestructibleInHLODSupportLibrary \ +static_assert(alignof(UWorldPartitionDestructibleInHLODSupportLibrary) == 0x000008, "Wrong alignment on UWorldPartitionDestructibleInHLODSupportLibrary"); \ +static_assert(sizeof(UWorldPartitionDestructibleInHLODSupportLibrary) == 0x000028, "Wrong size on UWorldPartitionDestructibleInHLODSupportLibrary"); \ + +#define DUMPER7_ASSERTS_USoundAttenuationEditorSettings \ +static_assert(alignof(USoundAttenuationEditorSettings) == 0x000008, "Wrong alignment on USoundAttenuationEditorSettings"); \ +static_assert(sizeof(USoundAttenuationEditorSettings) == 0x000030, "Wrong size on USoundAttenuationEditorSettings"); \ +static_assert(offsetof(USoundAttenuationEditorSettings, bEnableReverbSend) == 0x000028, "Member 'USoundAttenuationEditorSettings::bEnableReverbSend' has a wrong offset!"); \ +static_assert(offsetof(USoundAttenuationEditorSettings, bEnableSendToAudioLink) == 0x000029, "Member 'USoundAttenuationEditorSettings::bEnableSendToAudioLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_GetClass \ +static_assert(alignof(SoundEffectPresetWidgetInterface_GetClass) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_GetClass"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_GetClass) == 0x000008, "Wrong size on SoundEffectPresetWidgetInterface_GetClass"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_GetClass, ReturnValue) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_OnConstructed \ +static_assert(alignof(SoundEffectPresetWidgetInterface_OnConstructed) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_OnConstructed"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_OnConstructed) == 0x000008, "Wrong size on SoundEffectPresetWidgetInterface_OnConstructed"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnConstructed, Preset) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_OnConstructed::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_OnPropertyChanged \ +static_assert(alignof(SoundEffectPresetWidgetInterface_OnPropertyChanged) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_OnPropertyChanged"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_OnPropertyChanged) == 0x000010, "Wrong size on SoundEffectPresetWidgetInterface_OnPropertyChanged"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnPropertyChanged, Preset) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_OnPropertyChanged::Preset' has a wrong offset!"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnPropertyChanged, PropertyName) == 0x000008, "Member 'SoundEffectPresetWidgetInterface_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISoundEffectPresetWidgetInterface \ +static_assert(alignof(ISoundEffectPresetWidgetInterface) == 0x000001, "Wrong alignment on ISoundEffectPresetWidgetInterface"); \ +static_assert(sizeof(ISoundEffectPresetWidgetInterface) == 0x000001, "Wrong size on ISoundEffectPresetWidgetInterface"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveEverySecondKey \ +static_assert(alignof(UAnimCompress_RemoveEverySecondKey) == 0x000008, "Wrong alignment on UAnimCompress_RemoveEverySecondKey"); \ +static_assert(sizeof(UAnimCompress_RemoveEverySecondKey) == 0x000048, "Wrong size on UAnimCompress_RemoveEverySecondKey"); \ +static_assert(offsetof(UAnimCompress_RemoveEverySecondKey, MinKeys) == 0x000040, "Member 'UAnimCompress_RemoveEverySecondKey::MinKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionDestructibleHLODComponent \ +static_assert(alignof(UWorldPartitionDestructibleHLODComponent) == 0x000010, "Wrong alignment on UWorldPartitionDestructibleHLODComponent"); \ +static_assert(sizeof(UWorldPartitionDestructibleHLODComponent) == 0x000240, "Wrong size on UWorldPartitionDestructibleHLODComponent"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, DestructibleActors) == 0x000230, "Member 'UWorldPartitionDestructibleHLODComponent::DestructibleActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePreset \ +static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ +static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ +static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ +static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000040, "Wrong size on USoundEffectSourcePresetChain"); \ +static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000028, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundGroups \ +static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ +static_assert(sizeof(USoundGroups) == 0x000088, "Wrong size on USoundGroups"); \ +static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000028, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimatedSparseVolumeTexture \ +static_assert(alignof(UAnimatedSparseVolumeTexture) == 0x000010, "Wrong alignment on UAnimatedSparseVolumeTexture"); \ +static_assert(sizeof(UAnimatedSparseVolumeTexture) == 0x0000B0, "Wrong size on UAnimatedSparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_UStaticMeshSocket \ +static_assert(alignof(UStaticMeshSocket) == 0x000008, "Wrong alignment on UStaticMeshSocket"); \ +static_assert(sizeof(UStaticMeshSocket) == 0x000088, "Wrong size on UStaticMeshSocket"); \ +static_assert(offsetof(UStaticMeshSocket, SocketName) == 0x000028, "Member 'UStaticMeshSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeLocation) == 0x000030, "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) == 0x000060, "Member 'UStaticMeshSocket::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, Tag) == 0x000078, "Member 'UStaticMeshSocket::Tag' 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) == 0x000038, "Wrong size on UStereoLayerShapeCylinder"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, Radius) == 0x000028, "Member 'UStereoLayerShapeCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, OverlayArc) == 0x00002C, "Member 'UStereoLayerShapeCylinder::OverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, Height) == 0x000030, "Member 'UStereoLayerShapeCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubUVAnimation \ +static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ +static_assert(sizeof(USubUVAnimation) == 0x000060, "Wrong size on USubUVAnimation"); \ +static_assert(offsetof(USubUVAnimation, SubUVTexture) == 0x000028, "Member 'USubUVAnimation::SubUVTexture' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Horizontal) == 0x000030, "Member 'USubUVAnimation::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Vertical) == 0x000034, "Member 'USubUVAnimation::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, BoundingMode) == 0x000038, "Member 'USubUVAnimation::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, OpacitySourceMode) == 0x000039, "Member 'USubUVAnimation::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, AlphaThreshold) == 0x00003C, "Member 'USubUVAnimation::AlphaThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextPropertyTestObject \ +static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ +static_assert(sizeof(UTextPropertyTestObject) == 0x000058, "Wrong size on UTextPropertyTestObject"); \ +static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000038, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000048, "Member 'UTextPropertyTestObject::TransientText' 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) == 0x000010, "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) == 0x000008, "Wrong alignment on TextRenderComponent_GetTextLocalSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextLocalSize) == 0x000018, "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) == 0x000008, "Wrong alignment on TextRenderComponent_GetTextWorldSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextWorldSize) == 0x000018, "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) == 0x000560, "Wrong size on UTextRenderComponent"); \ +static_assert(offsetof(UTextRenderComponent, Text) == 0x000518, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000528, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, Font) == 0x000530, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000538, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000539, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x00053C, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, XScale) == 0x000540, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, YScale) == 0x000544, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000548, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x00054C, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x000550, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x000554, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureEncodingProjectSettings \ +static_assert(alignof(UTextureEncodingProjectSettings) == 0x000008, "Wrong alignment on UTextureEncodingProjectSettings"); \ +static_assert(sizeof(UTextureEncodingProjectSettings) == 0x000050, "Wrong size on UTextureEncodingProjectSettings"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalRDOLambda) == 0x00003C, "Member 'UTextureEncodingProjectSettings::FinalRDOLambda' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalEffortLevel) == 0x00003D, "Member 'UTextureEncodingProjectSettings::FinalEffortLevel' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalUniversalTiling) == 0x00003E, "Member 'UTextureEncodingProjectSettings::FinalUniversalTiling' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastRDOLambda) == 0x000044, "Member 'UTextureEncodingProjectSettings::FastRDOLambda' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastEffortLevel) == 0x000045, "Member 'UTextureEncodingProjectSettings::FastEffortLevel' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastUniversalTiling) == 0x000046, "Member 'UTextureEncodingProjectSettings::FastUniversalTiling' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, CookUsesSpeed) == 0x000047, "Member 'UTextureEncodingProjectSettings::CookUsesSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, EditorUsesSpeed) == 0x000048, "Member 'UTextureEncodingProjectSettings::EditorUsesSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBox \ +static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ +static_assert(sizeof(ATriggerBox) == 0x000298, "Wrong size on ATriggerBox"); \ + +#define DUMPER7_ASSERTS_ATriggerCapsule \ +static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ +static_assert(sizeof(ATriggerCapsule) == 0x000298, "Wrong size on ATriggerCapsule"); \ + +#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) == 0x000038, "Wrong size on UTwitterIntegrationBase"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_IsEmpty \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_IsEmpty) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_IsEmpty"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_IsEmpty) == 0x000018, "Wrong size on UniversalObjectLocatorScriptingExtensions_IsEmpty"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_IsEmpty, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_IsEmpty::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_IsEmpty, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, Object) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::Object' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, Context) == 0x000008, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncFind \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncFind) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncFind"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncFind) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncFind"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, ReturnValue) == 0x000018, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncLoad \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncLoad) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncLoad"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncLoad) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncLoad"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, ReturnValue) == 0x000018, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncUnload \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncUnload) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncUnload"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncUnload) == 0x000018, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncUnload"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncUnload, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncUnload::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncUnload, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncUnload::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_ToString \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_ToString) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_ToString"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_ToString) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_ToString"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_ToString, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_ToString::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_ToString, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString, InString) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString::InString' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniversalObjectLocatorScriptingExtensions \ +static_assert(alignof(UUniversalObjectLocatorScriptingExtensions) == 0x000008, "Wrong alignment on UUniversalObjectLocatorScriptingExtensions"); \ +static_assert(sizeof(UUniversalObjectLocatorScriptingExtensions) == 0x000028, "Wrong size on UUniversalObjectLocatorScriptingExtensions"); \ + +#define DUMPER7_ASSERTS_UVectorFieldAnimated \ +static_assert(alignof(UVectorFieldAnimated) == 0x000008, "Wrong alignment on UVectorFieldAnimated"); \ +static_assert(sizeof(UVectorFieldAnimated) == 0x0000A8, "Wrong size on UVectorFieldAnimated"); \ +static_assert(offsetof(UVectorFieldAnimated, Texture) == 0x000068, "Member 'UVectorFieldAnimated::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, ConstructionOp) == 0x000070, "Member 'UVectorFieldAnimated::ConstructionOp' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeX) == 0x000074, "Member 'UVectorFieldAnimated::VolumeSizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeY) == 0x000078, "Member 'UVectorFieldAnimated::VolumeSizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeZ) == 0x00007C, "Member 'UVectorFieldAnimated::VolumeSizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesX) == 0x000080, "Member 'UVectorFieldAnimated::SubImagesX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesY) == 0x000084, "Member 'UVectorFieldAnimated::SubImagesY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FrameCount) == 0x000088, "Member 'UVectorFieldAnimated::FrameCount' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FramesPerSecond) == 0x00008C, "Member 'UVectorFieldAnimated::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseField) == 0x000098, "Member 'UVectorFieldAnimated::NoiseField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseScale) == 0x0000A0, "Member 'UVectorFieldAnimated::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseMax) == 0x0000A4, "Member 'UVectorFieldAnimated::NoiseMax' has a wrong offset!"); \ + +#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) == 0x000540, "Wrong size on UVectorFieldComponent"); \ +static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000518, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000520, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x000524, "Member 'UVectorFieldComponent::Tightness' 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_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) == 0x000230, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x000234, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000238, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x00023C, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000240, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorLoaderAdapter \ +static_assert(alignof(UWorldPartitionEditorLoaderAdapter) == 0x000008, "Wrong alignment on UWorldPartitionEditorLoaderAdapter"); \ +static_assert(sizeof(UWorldPartitionEditorLoaderAdapter) == 0x000030, "Wrong size on UWorldPartitionEditorLoaderAdapter"); \ + +#define DUMPER7_ASSERTS_URuntimeHashSetExternalStreamingObject \ +static_assert(alignof(URuntimeHashSetExternalStreamingObject) == 0x000008, "Wrong alignment on URuntimeHashSetExternalStreamingObject"); \ +static_assert(sizeof(URuntimeHashSetExternalStreamingObject) == 0x0001D0, "Wrong size on URuntimeHashSetExternalStreamingObject"); \ +static_assert(offsetof(URuntimeHashSetExternalStreamingObject, RuntimeStreamingData) == 0x0001C0, "Member 'URuntimeHashSetExternalStreamingObject::RuntimeStreamingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionSettings \ +static_assert(alignof(UWorldPartitionSettings) == 0x000008, "Wrong alignment on UWorldPartitionSettings"); \ +static_assert(sizeof(UWorldPartitionSettings) == 0x000050, "Wrong size on UWorldPartitionSettings"); \ +static_assert(offsetof(UWorldPartitionSettings, NewMapsDataLayersLogicOperator) == 0x000038, "Member 'UWorldPartitionSettings::NewMapsDataLayersLogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, bNewMapsEnableWorldPartition) == 0x000039, "Member 'UWorldPartitionSettings::bNewMapsEnableWorldPartition' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, bNewMapsEnableWorldPartitionStreaming) == 0x00003A, "Member 'UWorldPartitionSettings::bNewMapsEnableWorldPartitionStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, EditorHashDefaultClass) == 0x000040, "Member 'UWorldPartitionSettings::EditorHashDefaultClass' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, RuntimeHashDefaultClass) == 0x000048, "Member 'UWorldPartitionSettings::RuntimeHashDefaultClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalLODSetup \ +static_assert(alignof(UHierarchicalLODSetup) == 0x000008, "Wrong alignment on UHierarchicalLODSetup"); \ +static_assert(sizeof(UHierarchicalLODSetup) == 0x000060, "Wrong size on UHierarchicalLODSetup"); \ +static_assert(offsetof(UHierarchicalLODSetup, HierarchicalLODSetup) == 0x000028, "Member 'UHierarchicalLODSetup::HierarchicalLODSetup' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalLODSetup, OverrideBaseMaterial) == 0x000038, "Member 'UHierarchicalLODSetup::OverrideBaseMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldSettings \ +static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ +static_assert(sizeof(AWorldSettings) == 0x0004C0, "Wrong size on AWorldSettings"); \ +static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000298, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x00029C, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AISystemClass) == 0x0002A0, "Member 'AWorldSettings::AISystemClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LevelInstancePivotOffset) == 0x0002C8, "Member 'AWorldSettings::LevelInstancePivotOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x0002E0, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x0002E8, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldPartition) == 0x0002F0, "Member 'AWorldSettings::WorldPartition' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BaseNavmeshDataLayers) == 0x0002F8, "Member 'AWorldSettings::BaseNavmeshDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000308, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZ) == 0x00030C, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000310, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000318, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x00031C, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000320, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000328, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000330, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000338, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000340, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000348, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000360, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x000364, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000368, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NaniteSettings) == 0x00036C, "Member 'AWorldSettings::NaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x000370, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x000390, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0003B8, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0003C0, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, CinematicTimeDilation) == 0x0003C4, "Member 'AWorldSettings::CinematicTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0003D8, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0003DC, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x0003E0, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x0003E4, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x0003E8, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x0003F0, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000470, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000480, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000490, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000498, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x0004A0, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x0004A8, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0004B8, "Member 'AWorldSettings::LastBookmarkClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevel \ +static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ +static_assert(sizeof(ULevel) == 0x000318, "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, StreamingTextures) == 0x000140, "Member 'ULevel::StreamingTextures' has a wrong offset!"); \ +static_assert(offsetof(ULevel, PackedTextureStreamingQualityLevelFeatureLevel) == 0x000150, "Member 'ULevel::PackedTextureStreamingQualityLevelFeatureLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelBuildDataId) == 0x000210, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULevel, MapBuildData) == 0x000220, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x000228, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldSettings) == 0x0002A0, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldDataLayers) == 0x0002A8, "Member 'ULevel::WorldDataLayers' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldPartitionRuntimeCell) == 0x0002B0, "Member 'ULevel::WorldPartitionRuntimeCell' has a wrong offset!"); \ +static_assert(offsetof(ULevel, AssetUserData) == 0x0002E0, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x000300, "Member 'ULevel::DestroyedReplicatedStaticActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorFolder \ +static_assert(alignof(UActorFolder) == 0x000008, "Wrong alignment on UActorFolder"); \ +static_assert(sizeof(UActorFolder) == 0x000028, "Wrong size on UActorFolder"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemConfig \ +static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ +static_assert(sizeof(UNavigationSystemConfig) == 0x000058, "Wrong size on UNavigationSystemConfig"); \ +static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000028, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000048, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x00004C, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNullNavSysConfig \ +static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ +static_assert(sizeof(UNullNavSysConfig) == 0x000058, "Wrong size on UNullNavSysConfig"); \ + +#define DUMPER7_ASSERTS_UNavCollisionBase \ +static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ +static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ + +#define DUMPER7_ASSERTS_UNavigationDataChunk \ +static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ +static_assert(sizeof(UNavigationDataChunk) == 0x000030, "Wrong size on UNavigationDataChunk"); \ +static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000028, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace1D \ +static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ +static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x0001C8, "Wrong size on UAimOffsetBlendSpace1D"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ +static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ +static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x0005C8, "Wrong size on UAnimBlueprintGeneratedClass"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000368, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000378, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000380, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000390, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000460, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000470, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x0004C0, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNodeData) == 0x000510, "Member 'UAnimBlueprintGeneratedClass::AnimNodeData' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, NodeTypeMap) == 0x000520, "Member 'UAnimBlueprintGeneratedClass::NodeTypeMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimComposite \ +static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ +static_assert(sizeof(UAnimComposite) == 0x0000C8, "Wrong size on UAnimComposite"); \ +static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000B8, "Member 'UAnimComposite::AnimationTrack' 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) == 0x000040, "Wrong size on UAnimCompress_LeastDestructive"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformlySampled \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformlySampled"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformlySampled"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ +static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ +static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ +static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime) == 0x000038, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime, ReturnValue) == 0x000030, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio) == 0x000038, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio, ReturnValue) == 0x000030, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationTime \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationTime) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationTime"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationTime) == 0x000038, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationTime"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTime, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationTime::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTime, ReturnValue) == 0x000030, "Member 'AnimNotifyLibrary_GetCurrentAnimationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationTimeRatio \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationTimeRatio"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio) == 0x000038, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationTimeRatio"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationTimeRatio::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio, ReturnValue) == 0x000030, "Member 'AnimNotifyLibrary_GetCurrentAnimationTimeRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_NotifyStateReachedEnd \ +static_assert(alignof(AnimNotifyLibrary_NotifyStateReachedEnd) == 0x000008, "Wrong alignment on AnimNotifyLibrary_NotifyStateReachedEnd"); \ +static_assert(sizeof(AnimNotifyLibrary_NotifyStateReachedEnd) == 0x000038, "Wrong size on AnimNotifyLibrary_NotifyStateReachedEnd"); \ +static_assert(offsetof(AnimNotifyLibrary_NotifyStateReachedEnd, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_NotifyStateReachedEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_NotifyStateReachedEnd, ReturnValue) == 0x000030, "Member 'AnimNotifyLibrary_NotifyStateReachedEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyLibrary \ +static_assert(alignof(UAnimNotifyLibrary) == 0x000008, "Wrong alignment on UAnimNotifyLibrary"); \ +static_assert(sizeof(UAnimNotifyLibrary) == 0x000028, "Wrong size on UAnimNotifyLibrary"); \ + +#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) == 0x000080, "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) == 0x000048, "Member 'UAnimNotifyState_TimedParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, RotationOffset) == 0x000060, "Member 'UAnimNotifyState_TimedParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, bDestroyAtEnd) == 0x000078, "Member 'UAnimNotifyState_TimedParticleEffect::bDestroyAtEnd' 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) == 0x000058, "Wrong size on UAnimNotify_PlaySound"); \ +static_assert(offsetof(UAnimNotify_PlaySound, Sound) == 0x000038, "Member 'UAnimNotify_PlaySound::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, VolumeMultiplier) == 0x000040, "Member 'UAnimNotify_PlaySound::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, PitchMultiplier) == 0x000044, "Member 'UAnimNotify_PlaySound::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, AttachName) == 0x00004C, "Member 'UAnimNotify_PlaySound::AttachName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequence \ +static_assert(alignof(UAnimSequence) == 0x000008, "Wrong alignment on UAnimSequence"); \ +static_assert(sizeof(UAnimSequence) == 0x0001F8, "Wrong size on UAnimSequence"); \ +static_assert(offsetof(UAnimSequence, BoneCompressionSettings) == 0x0000B0, "Member 'UAnimSequence::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, CurveCompressionSettings) == 0x0000B8, "Member 'UAnimSequence::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, VariableFrameStrippingSettings) == 0x000140, "Member 'UAnimSequence::VariableFrameStrippingSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AdditiveAnimType) == 0x000148, "Member 'UAnimSequence::AdditiveAnimType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseType) == 0x000149, "Member 'UAnimSequence::RefPoseType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefFrameIndex) == 0x00014C, "Member 'UAnimSequence::RefFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseSeq) == 0x000150, "Member 'UAnimSequence::RefPoseSeq' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSource) == 0x000158, "Member 'UAnimSequence::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSourceAssetReferencePose) == 0x000160, "Member 'UAnimSequence::RetargetSourceAssetReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, Interpolation) == 0x000170, "Member 'UAnimSequence::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bEnableRootMotion) == 0x000171, "Member 'UAnimSequence::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RootMotionRootLock) == 0x000172, "Member 'UAnimSequence::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bForceRootLock) == 0x000173, "Member 'UAnimSequence::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bUseNormalizedRootMotionScale) == 0x000174, "Member 'UAnimSequence::bUseNormalizedRootMotionScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bRootMotionSettingsCopiedFromMontage) == 0x000175, "Member 'UAnimSequence::bRootMotionSettingsCopiedFromMontage' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, StripAnimDataOnDedicatedServer) == 0x000176, "Member 'UAnimSequence::StripAnimDataOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AuthoredSyncMarkers) == 0x000178, "Member 'UAnimSequence::AuthoredSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, TargetFrameRate) == 0x000198, "Member 'UAnimSequence::TargetFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, PlatformTargetFrameRate) == 0x0001A0, "Member 'UAnimSequence::PlatformTargetFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AttributeCurves) == 0x0001A8, "Member 'UAnimSequence::AttributeCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSet \ +static_assert(alignof(UAnimSet) == 0x000008, "Wrong alignment on UAnimSet"); \ +static_assert(sizeof(UAnimSet) == 0x0000F0, "Wrong size on UAnimSet"); \ +static_assert(offsetof(UAnimSet, TrackBoneNames) == 0x000030, "Member 'UAnimSet::TrackBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, LinkupCache) == 0x000040, "Member 'UAnimSet::LinkupCache' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, BoneUseAnimTranslation) == 0x000050, "Member 'UAnimSet::BoneUseAnimTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, ForceUseMeshTranslation) == 0x000060, "Member 'UAnimSet::ForceUseMeshTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, UseTranslationBoneNames) == 0x000070, "Member 'UAnimSet::UseTranslationBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, ForceMeshTranslationBoneNames) == 0x000080, "Member 'UAnimSet::ForceMeshTranslationBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, PreviewSkelMeshName) == 0x000090, "Member 'UAnimSet::PreviewSkelMeshName' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, BestRatioSkelMeshName) == 0x000098, "Member 'UAnimSet::BestRatioSkelMeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimStateMachineTypes \ +static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ +static_assert(sizeof(UAnimStateMachineTypes) == 0x000028, "Wrong size on UAnimStateMachineTypes"); \ + +#define DUMPER7_ASSERTS_UAnimStreamable \ +static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ +static_assert(sizeof(UAnimStreamable) == 0x0000F8, "Wrong size on UAnimStreamable"); \ +static_assert(offsetof(UAnimStreamable, NumberOfKeys) == 0x0000B0, "Member 'UAnimStreamable::NumberOfKeys' 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, SamplingFrameRate) == 0x0000C0, "Member 'UAnimStreamable::SamplingFrameRate' 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, VariableFrameStrippingSettings) == 0x0000E8, "Member 'UAnimStreamable::VariableFrameStrippingSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000F0, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000F1, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000F2, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000F3, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' has a wrong offset!"); \ + +#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) == 0x000030, "Member 'UBlendProfile::OwningSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UBlendProfile, ProfileEntries) == 0x000038, "Member 'UBlendProfile::ProfileEntries' has a wrong offset!"); \ +static_assert(offsetof(UBlendProfile, Mode) == 0x000048, "Member 'UBlendProfile::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_GetName \ +static_assert(alignof(AnimationCurveIdentifierExtensions_GetName) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_GetName"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_GetName) == 0x000014, "Wrong size on AnimationCurveIdentifierExtensions_GetName"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetName, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_GetName::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetName, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_GetType \ +static_assert(alignof(AnimationCurveIdentifierExtensions_GetType) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_GetType"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_GetType) == 0x000010, "Wrong size on AnimationCurveIdentifierExtensions_GetType"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetType, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_GetType::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetType, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_IsValid \ +static_assert(alignof(AnimationCurveIdentifierExtensions_IsValid) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_IsValid"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_IsValid) == 0x000010, "Wrong size on AnimationCurveIdentifierExtensions_IsValid"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_IsValid, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_IsValid::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_IsValid, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationCurveIdentifierExtensions \ +static_assert(alignof(UAnimationCurveIdentifierExtensions) == 0x000008, "Wrong alignment on UAnimationCurveIdentifierExtensions"); \ +static_assert(sizeof(UAnimationCurveIdentifierExtensions) == 0x000028, "Wrong size on UAnimationCurveIdentifierExtensions"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetBindingName \ +static_assert(alignof(CurveSourceInterface_GetBindingName) == 0x000004, "Wrong alignment on CurveSourceInterface_GetBindingName"); \ +static_assert(sizeof(CurveSourceInterface_GetBindingName) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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_INodeMappingProviderInterface \ +static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ +static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ + +#define DUMPER7_ASSERTS_ASkeletalMeshActor \ +static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ +static_assert(sizeof(ASkeletalMeshActor) == 0x000310, "Wrong size on ASkeletalMeshActor"); \ +static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000298, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x0002A0, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x0002A8, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x0002B0, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x0002B8, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' 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) == 0x000030, "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) == 0x000018, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, ReturnValue) == 0x000028, "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) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAsset"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAsset, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAsset::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) == 0x000088, "Wrong size on UAsyncActionChangePrimaryAssetBundles"); \ +static_assert(offsetof(UAsyncActionChangePrimaryAssetBundles, Completed) == 0x000078, "Member 'UAsyncActionChangePrimaryAssetBundles::Completed' 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_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) == 0x000338, "Wrong size on AAudioVolume"); \ +static_assert(offsetof(AAudioVolume, Priority) == 0x0002C8, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, Settings) == 0x0002D0, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x0002F0, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x000318, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x000328, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorSoundParameterInterface_GetActorSoundParams \ +static_assert(alignof(ActorSoundParameterInterface_GetActorSoundParams) == 0x000008, "Wrong alignment on ActorSoundParameterInterface_GetActorSoundParams"); \ +static_assert(sizeof(ActorSoundParameterInterface_GetActorSoundParams) == 0x000010, "Wrong size on ActorSoundParameterInterface_GetActorSoundParams"); \ +static_assert(offsetof(ActorSoundParameterInterface_GetActorSoundParams, Params_0) == 0x000000, "Member 'ActorSoundParameterInterface_GetActorSoundParams::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IActorSoundParameterInterface \ +static_assert(alignof(IActorSoundParameterInterface) == 0x000001, "Wrong alignment on IActorSoundParameterInterface"); \ +static_assert(sizeof(IActorSoundParameterInterface) == 0x000001, "Wrong size on IActorSoundParameterInterface"); \ + +#define DUMPER7_ASSERTS_UAudioWidgetSubsystem \ +static_assert(alignof(UAudioWidgetSubsystem) == 0x000008, "Wrong alignment on UAudioWidgetSubsystem"); \ +static_assert(sizeof(UAudioWidgetSubsystem) == 0x000030, "Wrong size on UAudioWidgetSubsystem"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_BooleanArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_BooleanArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_BooleanArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_BooleanArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_BooleanArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, Bools) == 0x000008, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::Bools' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_BooleanToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_BooleanToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_BooleanToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_BooleanToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_BooleanToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, Bool) == 0x000008, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::Bool' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_FloatArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_FloatArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_FloatArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_FloatArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_FloatArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, Floats) == 0x000008, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::Floats' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_FloatToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_FloatToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_FloatToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_FloatToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_FloatToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, float_0) == 0x000008, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::float_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_IntegerArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_IntegerArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_IntegerArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_IntegerArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_IntegerArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, Integers) == 0x000008, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::Integers' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_IntegerToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_IntegerToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_IntegerToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_IntegerToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_IntegerToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, Integer) == 0x000008, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::Integer' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_ObjectArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_ObjectArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_ObjectArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_ObjectArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_ObjectArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, Objects) == 0x000008, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::Objects' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_ObjectToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_ObjectToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_ObjectToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_ObjectToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_ObjectToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, Object) == 0x000008, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::Object' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_StringArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_StringArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_StringArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_StringArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_StringArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, Strings) == 0x000008, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::Strings' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_StringToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_StringToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_StringToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_StringToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_StringToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_StringToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, String) == 0x000008, "Member 'AudioParameterConversionStatics_StringToAudioParameter::String' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_StringToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioParameterConversionStatics \ +static_assert(alignof(UAudioParameterConversionStatics) == 0x000008, "Wrong alignment on UAudioParameterConversionStatics"); \ +static_assert(sizeof(UAudioParameterConversionStatics) == 0x000028, "Wrong size on UAudioParameterConversionStatics"); \ + +#define DUMPER7_ASSERTS_ABlockingVolume \ +static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ +static_assert(sizeof(ABlockingVolume) == 0x0002C8, "Wrong size on ABlockingVolume"); \ + +#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_IsEmpty \ +static_assert(alignof(BlueprintMapLibrary_Map_IsEmpty) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_IsEmpty"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_IsEmpty) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_IsEmpty"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_IsEmpty, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_IsEmpty::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_IsEmpty, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_IsNotEmpty \ +static_assert(alignof(BlueprintMapLibrary_Map_IsNotEmpty) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_IsNotEmpty"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_IsNotEmpty) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_IsNotEmpty"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_IsNotEmpty, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_IsNotEmpty::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_IsNotEmpty, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_IsNotEmpty::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) == 0x000060, "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) == 0x000010, "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) == 0x000028, "Wrong size on UBlueprintMapLibrary"); \ + +#define DUMPER7_ASSERTS_UBookMark \ +static_assert(alignof(UBookMark) == 0x000008, "Wrong alignment on UBookMark"); \ +static_assert(sizeof(UBookMark) == 0x000068, "Wrong size on UBookMark"); \ +static_assert(offsetof(UBookMark, Location) == 0x000028, "Member 'UBookMark::Location' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, Rotation) == 0x000040, "Member 'UBookMark::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, HiddenLevels) == 0x000058, "Member 'UBookMark::HiddenLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBuilder \ +static_assert(alignof(UBrushBuilder) == 0x000008, "Wrong alignment on UBrushBuilder"); \ +static_assert(sizeof(UBrushBuilder) == 0x000080, "Wrong size on UBrushBuilder"); \ +static_assert(offsetof(UBrushBuilder, BitmapFilename) == 0x000028, "Member 'UBrushBuilder::BitmapFilename' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Tooltip) == 0x000038, "Member 'UBrushBuilder::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Vertices) == 0x000050, "Member 'UBrushBuilder::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Polys) == 0x000060, "Member 'UBrushBuilder::Polys' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Layer) == 0x000070, "Member 'UBrushBuilder::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABrushShape \ +static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ +static_assert(sizeof(ABrushShape) == 0x0002C8, "Wrong size on ABrushShape"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterface_GetParticleComponents \ +static_assert(alignof(CameraLensEffectInterface_GetParticleComponents) == 0x000008, "Wrong alignment on CameraLensEffectInterface_GetParticleComponents"); \ +static_assert(sizeof(CameraLensEffectInterface_GetParticleComponents) == 0x000010, "Wrong size on CameraLensEffectInterface_GetParticleComponents"); \ +static_assert(offsetof(CameraLensEffectInterface_GetParticleComponents, ReturnValue) == 0x000000, "Member 'CameraLensEffectInterface_GetParticleComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterface_GetPrimaryParticleComponent \ +static_assert(alignof(CameraLensEffectInterface_GetPrimaryParticleComponent) == 0x000008, "Wrong alignment on CameraLensEffectInterface_GetPrimaryParticleComponent"); \ +static_assert(sizeof(CameraLensEffectInterface_GetPrimaryParticleComponent) == 0x000008, "Wrong size on CameraLensEffectInterface_GetPrimaryParticleComponent"); \ +static_assert(offsetof(CameraLensEffectInterface_GetPrimaryParticleComponent, ReturnValue) == 0x000000, "Member 'CameraLensEffectInterface_GetPrimaryParticleComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICameraLensEffectInterface \ +static_assert(alignof(ICameraLensEffectInterface) == 0x000001, "Wrong alignment on ICameraLensEffectInterface"); \ +static_assert(sizeof(ICameraLensEffectInterface) == 0x000001, "Wrong size on ICameraLensEffectInterface"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass \ +static_assert(alignof(CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass) == 0x000008, "Wrong alignment on CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass"); \ +static_assert(sizeof(CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass) == 0x000010, "Wrong size on CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass, CameraLens) == 0x000000, "Member 'CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass::CameraLens' has a wrong offset!"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass, ReturnValue) == 0x000008, "Member 'CameraLensEffectInterfaceClassSupportLibrary_GetInterfaceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid \ +static_assert(alignof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid) == 0x000008, "Wrong alignment on CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid"); \ +static_assert(sizeof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid) == 0x000010, "Wrong size on CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid, CameraLens) == 0x000000, "Member 'CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid::CameraLens' has a wrong offset!"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid, Result) == 0x000008, "Member 'CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceClassValid::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid \ +static_assert(alignof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid) == 0x000008, "Wrong alignment on CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid"); \ +static_assert(sizeof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid) == 0x000018, "Wrong size on CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid, CameraLens) == 0x000000, "Member 'CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid::CameraLens' has a wrong offset!"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid, Result) == 0x000010, "Member 'CameraLensEffectInterfaceClassSupportLibrary_IsInterfaceValid::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass \ +static_assert(alignof(CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass) == 0x000008, "Wrong alignment on CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass"); \ +static_assert(sizeof(CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass) == 0x000018, "Wrong size on CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass, Class_0) == 0x000000, "Member 'CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass, Var) == 0x000008, "Member 'CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass::Var' has a wrong offset!"); \ +static_assert(offsetof(CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass, Result) == 0x000010, "Member 'CameraLensEffectInterfaceClassSupportLibrary_SetInterfaceClass::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraLensEffectInterfaceClassSupportLibrary \ +static_assert(alignof(UCameraLensEffectInterfaceClassSupportLibrary) == 0x000008, "Wrong alignment on UCameraLensEffectInterfaceClassSupportLibrary"); \ +static_assert(sizeof(UCameraLensEffectInterfaceClassSupportLibrary) == 0x000028, "Wrong size on UCameraLensEffectInterfaceClassSupportLibrary"); \ + +#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) == 0x0000E0, "Wrong size on UCameraShakeBase"); \ +static_assert(offsetof(UCameraShakeBase, bSingleInstance) == 0x000028, "Member 'UCameraShakeBase::bSingleInstance' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, ShakeScale) == 0x00002C, "Member 'UCameraShakeBase::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, RootShakePattern) == 0x000030, "Member 'UCameraShakeBase::RootShakePattern' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, CameraManager) == 0x000038, "Member 'UCameraShakeBase::CameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakePattern \ +static_assert(alignof(UCameraShakePattern) == 0x000008, "Wrong alignment on UCameraShakePattern"); \ +static_assert(sizeof(UCameraShakePattern) == 0x000028, "Wrong size on UCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_ACameraShakeSourceActor \ +static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ +static_assert(sizeof(ACameraShakeSourceActor) == 0x000298, "Wrong size on ACameraShakeSourceActor"); \ +static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000290, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2D \ +static_assert(alignof(UTextureRenderTarget2D) == 0x000008, "Wrong alignment on UTextureRenderTarget2D"); \ +static_assert(sizeof(UTextureRenderTarget2D) == 0x000160, "Wrong size on UTextureRenderTarget2D"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x000138, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x00013C, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000140, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000150, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000151, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x000153, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x000155, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x000156, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x000157, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x000158, "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_CanvasRenderTarget2D_SetSampleCount \ +static_assert(alignof(CanvasRenderTarget2D_SetSampleCount) == 0x000001, "Wrong alignment on CanvasRenderTarget2D_SetSampleCount"); \ +static_assert(sizeof(CanvasRenderTarget2D_SetSampleCount) == 0x000001, "Wrong size on CanvasRenderTarget2D_SetSampleCount"); \ +static_assert(offsetof(CanvasRenderTarget2D_SetSampleCount, InSampleCount) == 0x000000, "Member 'CanvasRenderTarget2D_SetSampleCount::InSampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSampleCount \ +static_assert(alignof(CanvasRenderTarget2D_GetSampleCount) == 0x000001, "Wrong alignment on CanvasRenderTarget2D_GetSampleCount"); \ +static_assert(sizeof(CanvasRenderTarget2D_GetSampleCount) == 0x000001, "Wrong size on CanvasRenderTarget2D_GetSampleCount"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSampleCount, ReturnValue) == 0x000000, "Member 'CanvasRenderTarget2D_GetSampleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ +static_assert(alignof(UCanvasRenderTarget2D) == 0x000008, "Wrong alignment on UCanvasRenderTarget2D"); \ +static_assert(sizeof(UCanvasRenderTarget2D) == 0x000180, "Wrong size on UCanvasRenderTarget2D"); \ +static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x000160, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x000170, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, SampleCount) == 0x000178, "Member 'UCanvasRenderTarget2D::SampleCount' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x000179, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CacheInitialMeshOffset \ +static_assert(alignof(Character_CacheInitialMeshOffset) == 0x000008, "Wrong alignment on Character_CacheInitialMeshOffset"); \ +static_assert(sizeof(Character_CacheInitialMeshOffset) == 0x000030, "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) == 0x000018, "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) == 0x000050, "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) == 0x000008, "Member 'Character_ClientAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewVel) == 0x000020, "Member 'Character_ClientAdjustPosition::NewVel' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBase) == 0x000038, "Member 'Character_ClientAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBaseBoneName) == 0x000040, "Member 'Character_ClientAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bHasBase) == 0x000048, "Member 'Character_ClientAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bBaseRelativePosition) == 0x000049, "Member 'Character_ClientAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, ServerMovementMode) == 0x00004A, "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) == 0x000058, "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) == 0x000020, "Member 'Character_ClientAdjustRootMotionPosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerVelZ) == 0x000038, "Member 'Character_ClientAdjustRootMotionPosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBase) == 0x000040, "Member 'Character_ClientAdjustRootMotionPosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBoneName) == 0x000048, "Member 'Character_ClientAdjustRootMotionPosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bHasBase) == 0x000050, "Member 'Character_ClientAdjustRootMotionPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bBaseRelativePosition) == 0x000051, "Member 'Character_ClientAdjustRootMotionPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMovementMode) == 0x000052, "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) == 0x0000A8, "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) == 0x000050, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasAnimRootMotion' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMontageTrackPosition) == 0x000054, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMontageTrackPosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerLoc) == 0x000058, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRotation) == 0x000070, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerVelZ) == 0x000088, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBase) == 0x000090, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBoneName) == 0x000098, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasBase) == 0x0000A0, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bBaseRelativePosition) == 0x0000A1, "Member 'Character_ClientAdjustRootMotionSourcePosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMovementMode) == 0x0000A2, "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) == 0x0000C8, "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) == 0x000038, "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) == 0x000008, "Member 'Character_ClientVeryShortAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBase) == 0x000020, "Member 'Character_ClientVeryShortAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBaseBoneName) == 0x000028, "Member 'Character_ClientVeryShortAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bHasBase) == 0x000030, "Member 'Character_ClientVeryShortAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bBaseRelativePosition) == 0x000031, "Member 'Character_ClientVeryShortAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, ServerMovementMode) == 0x000032, "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) == 0x000008, "Wrong alignment on Character_LaunchCharacter"); \ +static_assert(sizeof(Character_LaunchCharacter) == 0x000020, "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) == 0x000018, "Member 'Character_LaunchCharacter::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_LaunchCharacter, bZOverride) == 0x000019, "Member 'Character_LaunchCharacter::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnLanded \ +static_assert(alignof(Character_OnLanded) == 0x000008, "Wrong alignment on Character_OnLanded"); \ +static_assert(sizeof(Character_OnLanded) == 0x0000F8, "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) == 0x000008, "Wrong alignment on Character_OnLaunched"); \ +static_assert(sizeof(Character_OnLaunched) == 0x000020, "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) == 0x000018, "Member 'Character_OnLaunched::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_OnLaunched, bZOverride) == 0x000019, "Member 'Character_OnLaunched::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnWalkingOffLedge \ +static_assert(alignof(Character_OnWalkingOffLedge) == 0x000008, "Wrong alignment on Character_OnWalkingOffLedge"); \ +static_assert(sizeof(Character_OnWalkingOffLedge) == 0x000050, "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) == 0x000018, "Member 'Character_OnWalkingOffLedge::PreviousFloorContactNormal' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousLocation) == 0x000030, "Member 'Character_OnWalkingOffLedge::PreviousLocation' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, TimeDelta) == 0x000048, "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) == 0x000018, "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) == 0x000014, "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) == 0x000058, "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) == 0x000008, "Member 'Character_ServerMove::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientLoc) == 0x000020, "Member 'Character_ServerMove::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, CompressedMoveFlags) == 0x000038, "Member 'Character_ServerMove::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientRoll) == 0x000039, "Member 'Character_ServerMove::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, View) == 0x00003C, "Member 'Character_ServerMove::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementBase) == 0x000040, "Member 'Character_ServerMove::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMove::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementMode) == 0x000050, "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) == 0x000080, "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) == 0x000008, "Member 'Character_ServerMoveDual::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, PendingFlags) == 0x000020, "Member 'Character_ServerMoveDual::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View0) == 0x000024, "Member 'Character_ServerMoveDual::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, Timestamp) == 0x000028, "Member 'Character_ServerMoveDual::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, InAccel) == 0x000030, "Member 'Character_ServerMoveDual::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientLoc) == 0x000048, "Member 'Character_ServerMoveDual::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, NewFlags) == 0x000060, "Member 'Character_ServerMoveDual::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientRoll) == 0x000061, "Member 'Character_ServerMoveDual::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View) == 0x000064, "Member 'Character_ServerMoveDual::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementBase) == 0x000068, "Member 'Character_ServerMoveDual::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientBaseBoneName) == 0x000070, "Member 'Character_ServerMoveDual::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementMode) == 0x000078, "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) == 0x000080, "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) == 0x000008, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, PendingFlags) == 0x000020, "Member 'Character_ServerMoveDualHybridRootMotion::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View0) == 0x000024, "Member 'Character_ServerMoveDualHybridRootMotion::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, Timestamp) == 0x000028, "Member 'Character_ServerMoveDualHybridRootMotion::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel) == 0x000030, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientLoc) == 0x000048, "Member 'Character_ServerMoveDualHybridRootMotion::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, NewFlags) == 0x000060, "Member 'Character_ServerMoveDualHybridRootMotion::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientRoll) == 0x000061, "Member 'Character_ServerMoveDualHybridRootMotion::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View) == 0x000064, "Member 'Character_ServerMoveDualHybridRootMotion::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementBase) == 0x000068, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientBaseBoneName) == 0x000070, "Member 'Character_ServerMoveDualHybridRootMotion::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementMode) == 0x000078, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDualNoBase \ +static_assert(alignof(Character_ServerMoveDualNoBase) == 0x000008, "Wrong alignment on Character_ServerMoveDualNoBase"); \ +static_assert(sizeof(Character_ServerMoveDualNoBase) == 0x000070, "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) == 0x000008, "Member 'Character_ServerMoveDualNoBase::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, PendingFlags) == 0x000020, "Member 'Character_ServerMoveDualNoBase::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View0) == 0x000024, "Member 'Character_ServerMoveDualNoBase::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, Timestamp) == 0x000028, "Member 'Character_ServerMoveDualNoBase::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel) == 0x000030, "Member 'Character_ServerMoveDualNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientLoc) == 0x000048, "Member 'Character_ServerMoveDualNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, NewFlags) == 0x000060, "Member 'Character_ServerMoveDualNoBase::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientRoll) == 0x000061, "Member 'Character_ServerMoveDualNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View) == 0x000064, "Member 'Character_ServerMoveDualNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientMovementMode) == 0x000068, "Member 'Character_ServerMoveDualNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveNoBase \ +static_assert(alignof(Character_ServerMoveNoBase) == 0x000008, "Wrong alignment on Character_ServerMoveNoBase"); \ +static_assert(sizeof(Character_ServerMoveNoBase) == 0x000048, "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) == 0x000008, "Member 'Character_ServerMoveNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientLoc) == 0x000020, "Member 'Character_ServerMoveNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, CompressedMoveFlags) == 0x000038, "Member 'Character_ServerMoveNoBase::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientRoll) == 0x000039, "Member 'Character_ServerMoveNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, View) == 0x00003C, "Member 'Character_ServerMoveNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientMovementMode) == 0x000040, "Member 'Character_ServerMoveNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveOld \ +static_assert(alignof(Character_ServerMoveOld) == 0x000008, "Wrong alignment on Character_ServerMoveOld"); \ +static_assert(sizeof(Character_ServerMoveOld) == 0x000028, "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) == 0x000008, "Member 'Character_ServerMoveOld::OldAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveOld, OldMoveFlags) == 0x000020, "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) == 0x0000C8, "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) == 0x000008, "Wrong alignment on Character_GetBaseRotationOffsetRotator"); \ +static_assert(sizeof(Character_GetBaseRotationOffsetRotator) == 0x000018, "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) == 0x000008, "Wrong alignment on Character_GetBaseTranslationOffset"); \ +static_assert(sizeof(Character_GetBaseTranslationOffset) == 0x000018, "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) == 0x000670, "Wrong size on ACharacter"); \ +static_assert(offsetof(ACharacter, Mesh) == 0x000318, "Member 'ACharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CharacterMovement) == 0x000320, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000328, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BasedMovement) == 0x000330, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x000380, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x0003D0, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x0003D8, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x0003F0, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x000410, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x000414, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x000418, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedGravityDirection) == 0x000420, "Member 'ACharacter::ReplicatedGravityDirection' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, bInBaseReplication) == 0x000438, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x000458, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000460, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000464, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x000468, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x00046C, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000470, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000474, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x000478, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000480, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, LandedDelegate) == 0x000490, "Member 'ACharacter::LandedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x0004A0, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x0004B0, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, SavedRootMotion) == 0x0004C0, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x000510, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000580, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RepRootMotion) == 0x000590, "Member 'ACharacter::RepRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetLocation \ +static_assert(alignof(Controller_ClientSetLocation) == 0x000008, "Wrong alignment on Controller_ClientSetLocation"); \ +static_assert(sizeof(Controller_ClientSetLocation) == 0x000030, "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) == 0x000018, "Member 'Controller_ClientSetLocation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetRotation \ +static_assert(alignof(Controller_ClientSetRotation) == 0x000008, "Wrong alignment on Controller_ClientSetRotation"); \ +static_assert(sizeof(Controller_ClientSetRotation) == 0x000020, "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) == 0x000018, "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_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) == 0x000008, "Wrong alignment on Controller_SetControlRotation"); \ +static_assert(sizeof(Controller_SetControlRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on Controller_SetInitialLocationAndRotation"); \ +static_assert(sizeof(Controller_SetInitialLocationAndRotation) == 0x000030, "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) == 0x000018, "Member 'Controller_SetInitialLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetControlRotation \ +static_assert(alignof(Controller_GetControlRotation) == 0x000008, "Wrong alignment on Controller_GetControlRotation"); \ +static_assert(sizeof(Controller_GetControlRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on Controller_GetDesiredRotation"); \ +static_assert(sizeof(Controller_GetDesiredRotation) == 0x000018, "Wrong size on Controller_GetDesiredRotation"); \ +static_assert(offsetof(Controller_GetDesiredRotation, ReturnValue) == 0x000000, "Member 'Controller_GetDesiredRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetPlayerViewPoint \ +static_assert(alignof(Controller_GetPlayerViewPoint) == 0x000008, "Wrong alignment on Controller_GetPlayerViewPoint"); \ +static_assert(sizeof(Controller_GetPlayerViewPoint) == 0x000030, "Wrong size on Controller_GetPlayerViewPoint"); \ +static_assert(offsetof(Controller_GetPlayerViewPoint, Location) == 0x000000, "Member 'Controller_GetPlayerViewPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(Controller_GetPlayerViewPoint, Rotation) == 0x000018, "Member 'Controller_GetPlayerViewPoint::Rotation' 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) == 0x000028, "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) == 0x000020, "Member 'Controller_LineOfSightTo::bAlternateChecks' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, ReturnValue) == 0x000021, "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) == 0x000328, "Wrong size on AController"); \ +static_assert(offsetof(AController, PlayerState) == 0x000298, "Member 'AController::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x0002A8, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, OnPossessedPawnChanged) == 0x0002B8, "Member 'AController::OnPossessedPawnChanged' has a wrong offset!"); \ +static_assert(offsetof(AController, StateName) == 0x0002C8, "Member 'AController::StateName' has a wrong offset!"); \ +static_assert(offsetof(AController, Pawn) == 0x0002D0, "Member 'AController::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AController, Character) == 0x0002E0, "Member 'AController::Character' has a wrong offset!"); \ +static_assert(offsetof(AController, TransformComponent) == 0x0002E8, "Member 'AController::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(AController, ControlRotation) == 0x000308, "Member 'AController::ControlRotation' 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) == 0x000008, "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_ClientAckTimeDilation \ +static_assert(alignof(PlayerController_ClientAckTimeDilation) == 0x000004, "Wrong alignment on PlayerController_ClientAckTimeDilation"); \ +static_assert(sizeof(PlayerController_ClientAckTimeDilation) == 0x000008, "Wrong size on PlayerController_ClientAckTimeDilation"); \ +static_assert(offsetof(PlayerController_ClientAckTimeDilation, TimeDilation) == 0x000000, "Member 'PlayerController_ClientAckTimeDilation::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckTimeDilation, ServerStep) == 0x000004, "Member 'PlayerController_ClientAckTimeDilation::ServerStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAckUpdateLevelVisibility \ +static_assert(alignof(PlayerController_ClientAckUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ClientAckUpdateLevelVisibility"); \ +static_assert(sizeof(PlayerController_ClientAckUpdateLevelVisibility) == 0x000010, "Wrong size on PlayerController_ClientAckUpdateLevelVisibility"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, PackageName) == 0x000000, "Member 'PlayerController_ClientAckUpdateLevelVisibility::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, TransactionId) == 0x000008, "Member 'PlayerController_ClientAckUpdateLevelVisibility::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, bClientAckCanMakeVisible) == 0x00000C, "Member 'PlayerController_ClientAckUpdateLevelVisibility::bClientAckCanMakeVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ +static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000008, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000020, "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) == 0x000018, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x00001C, "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_ClientCorrectionAsyncPhysicsTimestamp \ +static_assert(alignof(PlayerController_ClientCorrectionAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on PlayerController_ClientCorrectionAsyncPhysicsTimestamp"); \ +static_assert(sizeof(PlayerController_ClientCorrectionAsyncPhysicsTimestamp) == 0x000008, "Wrong size on PlayerController_ClientCorrectionAsyncPhysicsTimestamp"); \ +static_assert(offsetof(PlayerController_ClientCorrectionAsyncPhysicsTimestamp, Timestamp) == 0x000000, "Member 'PlayerController_ClientCorrectionAsyncPhysicsTimestamp::Timestamp' 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) == 0x000008, "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) == 0x000018, "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) == 0x000030, "Wrong size on PlayerController_ClientMutePlayer"); \ +static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerId' 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) == 0x000018, "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) == 0x000028, "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) == 0x000020, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000024, "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) == 0x00000C, "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) == 0x000008, "Member 'PlayerController_ClientPrepareMapChange::bFirst' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bLast) == 0x000009, "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_ClientRecvServerAckFrame \ +static_assert(alignof(PlayerController_ClientRecvServerAckFrame) == 0x000004, "Wrong alignment on PlayerController_ClientRecvServerAckFrame"); \ +static_assert(sizeof(PlayerController_ClientRecvServerAckFrame) == 0x00000C, "Wrong size on PlayerController_ClientRecvServerAckFrame"); \ +static_assert(offsetof(PlayerController_ClientRecvServerAckFrame, LastProcessedInputFrame) == 0x000000, "Member 'PlayerController_ClientRecvServerAckFrame::LastProcessedInputFrame' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientRecvServerAckFrame, RecvServerFrameNumber) == 0x000004, "Member 'PlayerController_ClientRecvServerAckFrame::RecvServerFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientRecvServerAckFrame, TimeDilation) == 0x000008, "Member 'PlayerController_ClientRecvServerAckFrame::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRecvServerAckFrameDebug \ +static_assert(alignof(PlayerController_ClientRecvServerAckFrameDebug) == 0x000004, "Wrong alignment on PlayerController_ClientRecvServerAckFrameDebug"); \ +static_assert(sizeof(PlayerController_ClientRecvServerAckFrameDebug) == 0x000008, "Wrong size on PlayerController_ClientRecvServerAckFrameDebug"); \ +static_assert(offsetof(PlayerController_ClientRecvServerAckFrameDebug, NumBuffered) == 0x000000, "Member 'PlayerController_ClientRecvServerAckFrameDebug::NumBuffered' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientRecvServerAckFrameDebug, TargetNumBufferedCmds) == 0x000004, "Member 'PlayerController_ClientRecvServerAckFrameDebug::TargetNumBufferedCmds' 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_ClientReturnToMainMenuWithTextReason \ +static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000010, "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) == 0x000008, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ +static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000020, "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) == 0x000018, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x00001C, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x00001D, "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) == 0x000008, "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_ClientSetupNetworkPhysicsTimestamp \ +static_assert(alignof(PlayerController_ClientSetupNetworkPhysicsTimestamp) == 0x000004, "Wrong alignment on PlayerController_ClientSetupNetworkPhysicsTimestamp"); \ +static_assert(sizeof(PlayerController_ClientSetupNetworkPhysicsTimestamp) == 0x000008, "Wrong size on PlayerController_ClientSetupNetworkPhysicsTimestamp"); \ +static_assert(offsetof(PlayerController_ClientSetupNetworkPhysicsTimestamp, Timestamp) == 0x000000, "Member 'PlayerController_ClientSetupNetworkPhysicsTimestamp::Timestamp' 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_ClientSpawnGenericCameraLensEffect \ +static_assert(alignof(PlayerController_ClientSpawnGenericCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnGenericCameraLensEffect"); \ +static_assert(sizeof(PlayerController_ClientSpawnGenericCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnGenericCameraLensEffect"); \ +static_assert(offsetof(PlayerController_ClientSpawnGenericCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnGenericCameraLensEffect::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) == 0x000028, "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_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) == 0x000010, "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) == 0x000020, "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) == 0x000030, "Wrong size on PlayerController_ClientUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayers \ +static_assert(alignof(PlayerController_ClientUnmutePlayers) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayers"); \ +static_assert(sizeof(PlayerController_ClientUnmutePlayers) == 0x000010, "Wrong size on PlayerController_ClientUnmutePlayers"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayers, PlayerIds) == 0x000000, "Member 'PlayerController_ClientUnmutePlayers::PlayerIds' 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) == 0x000018, "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) == 0x000008, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x000009, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000A, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, TransactionId) == 0x000010, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnUnload) == 0x000014, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnUnload' 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) == 0x000010, "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) == 0x000018, "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_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) == 0x000010, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000011, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000012, "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) == 0x000028, "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_ServerBlockPlayer \ +static_assert(alignof(PlayerController_ServerBlockPlayer) == 0x000008, "Wrong alignment on PlayerController_ServerBlockPlayer"); \ +static_assert(sizeof(PlayerController_ServerBlockPlayer) == 0x000030, "Wrong size on PlayerController_ServerBlockPlayer"); \ +static_assert(offsetof(PlayerController_ServerBlockPlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerBlockPlayer::PlayerId' 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) == 0x000008, "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) == 0x000030, "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) == 0x000008, "Wrong size on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(offsetof(PlayerController_ServerNotifyLoadedWorld, WorldPackageName) == 0x000000, "Member 'PlayerController_ServerNotifyLoadedWorld::WorldPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerRecvClientInputFrame \ +static_assert(alignof(PlayerController_ServerRecvClientInputFrame) == 0x000008, "Wrong alignment on PlayerController_ServerRecvClientInputFrame"); \ +static_assert(sizeof(PlayerController_ServerRecvClientInputFrame) == 0x000018, "Wrong size on PlayerController_ServerRecvClientInputFrame"); \ +static_assert(offsetof(PlayerController_ServerRecvClientInputFrame, RecvClientInputFrame) == 0x000000, "Member 'PlayerController_ServerRecvClientInputFrame::RecvClientInputFrame' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerRecvClientInputFrame, Data) == 0x000008, "Member 'PlayerController_ServerRecvClientInputFrame::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSendLatestAsyncPhysicsTimestamp \ +static_assert(alignof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on PlayerController_ServerSendLatestAsyncPhysicsTimestamp"); \ +static_assert(sizeof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp) == 0x000008, "Wrong size on PlayerController_ServerSendLatestAsyncPhysicsTimestamp"); \ +static_assert(offsetof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp, Timestamp) == 0x000000, "Member 'PlayerController_ServerSendLatestAsyncPhysicsTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorLocation \ +static_assert(alignof(PlayerController_ServerSetSpectatorLocation) == 0x000008, "Wrong alignment on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorLocation) == 0x000030, "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) == 0x000018, "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_ServerUnblockPlayer \ +static_assert(alignof(PlayerController_ServerUnblockPlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnblockPlayer"); \ +static_assert(sizeof(PlayerController_ServerUnblockPlayer) == 0x000030, "Wrong size on PlayerController_ServerUnblockPlayer"); \ +static_assert(offsetof(PlayerController_ServerUnblockPlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerUnblockPlayer::PlayerId' 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) == 0x000030, "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) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateCamera"); \ +static_assert(sizeof(PlayerController_ServerUpdateCamera) == 0x000020, "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) == 0x000018, "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) == 0x000018, "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) == 0x000020, "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) == 0x000038, "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) == 0x000020, "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_SetDeprecatedInputPitchScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputPitchScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputPitchScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputPitchScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputPitchScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputPitchScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputPitchScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDeprecatedInputRollScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputRollScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputRollScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputRollScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputRollScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputRollScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputRollScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDeprecatedInputYawScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputYawScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputYawScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputYawScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputYawScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputYawScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputYawScale::NewValue' 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_SetMotionControlsEnabled \ +static_assert(alignof(PlayerController_SetMotionControlsEnabled) == 0x000001, "Wrong alignment on PlayerController_SetMotionControlsEnabled"); \ +static_assert(sizeof(PlayerController_SetMotionControlsEnabled) == 0x000001, "Wrong size on PlayerController_SetMotionControlsEnabled"); \ +static_assert(offsetof(PlayerController_SetMotionControlsEnabled, bEnabled) == 0x000000, "Member 'PlayerController_SetMotionControlsEnabled::bEnabled' 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) == 0x000010, "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) == 0x000008, "Member 'PlayerController_TestServerLevelVisibilityChange::Filename' 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) == 0x000008, "Wrong alignment on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectMousePositionToWorld) == 0x000038, "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) == 0x000018, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, ReturnValue) == 0x000030, "Member 'PlayerController_DeprojectMousePositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld \ +static_assert(alignof(PlayerController_DeprojectScreenPositionToWorld) == 0x000008, "Wrong alignment on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectScreenPositionToWorld) == 0x000040, "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) == 0x000020, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ReturnValue) == 0x000038, "Member 'PlayerController_DeprojectScreenPositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetAsyncPhysicsDataToConsume \ +static_assert(alignof(PlayerController_GetAsyncPhysicsDataToConsume) == 0x000008, "Wrong alignment on PlayerController_GetAsyncPhysicsDataToConsume"); \ +static_assert(sizeof(PlayerController_GetAsyncPhysicsDataToConsume) == 0x000008, "Wrong size on PlayerController_GetAsyncPhysicsDataToConsume"); \ +static_assert(offsetof(PlayerController_GetAsyncPhysicsDataToConsume, ReturnValue) == 0x000000, "Member 'PlayerController_GetAsyncPhysicsDataToConsume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetAsyncPhysicsDataToWrite \ +static_assert(alignof(PlayerController_GetAsyncPhysicsDataToWrite) == 0x000008, "Wrong alignment on PlayerController_GetAsyncPhysicsDataToWrite"); \ +static_assert(sizeof(PlayerController_GetAsyncPhysicsDataToWrite) == 0x000008, "Wrong size on PlayerController_GetAsyncPhysicsDataToWrite"); \ +static_assert(offsetof(PlayerController_GetAsyncPhysicsDataToWrite, ReturnValue) == 0x000000, "Member 'PlayerController_GetAsyncPhysicsDataToWrite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetDeprecatedInputPitchScale \ +static_assert(alignof(PlayerController_GetDeprecatedInputPitchScale) == 0x000004, "Wrong alignment on PlayerController_GetDeprecatedInputPitchScale"); \ +static_assert(sizeof(PlayerController_GetDeprecatedInputPitchScale) == 0x000004, "Wrong size on PlayerController_GetDeprecatedInputPitchScale"); \ +static_assert(offsetof(PlayerController_GetDeprecatedInputPitchScale, ReturnValue) == 0x000000, "Member 'PlayerController_GetDeprecatedInputPitchScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetDeprecatedInputRollScale \ +static_assert(alignof(PlayerController_GetDeprecatedInputRollScale) == 0x000004, "Wrong alignment on PlayerController_GetDeprecatedInputRollScale"); \ +static_assert(sizeof(PlayerController_GetDeprecatedInputRollScale) == 0x000004, "Wrong size on PlayerController_GetDeprecatedInputRollScale"); \ +static_assert(offsetof(PlayerController_GetDeprecatedInputRollScale, ReturnValue) == 0x000000, "Member 'PlayerController_GetDeprecatedInputRollScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetDeprecatedInputYawScale \ +static_assert(alignof(PlayerController_GetDeprecatedInputYawScale) == 0x000004, "Wrong alignment on PlayerController_GetDeprecatedInputYawScale"); \ +static_assert(sizeof(PlayerController_GetDeprecatedInputYawScale) == 0x000004, "Wrong size on PlayerController_GetDeprecatedInputYawScale"); \ +static_assert(offsetof(PlayerController_GetDeprecatedInputYawScale, ReturnValue) == 0x000000, "Member 'PlayerController_GetDeprecatedInputYawScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetFocalLocation \ +static_assert(alignof(PlayerController_GetFocalLocation) == 0x000008, "Wrong alignment on PlayerController_GetFocalLocation"); \ +static_assert(sizeof(PlayerController_GetFocalLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderCursor"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursor) == 0x000108, "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) == 0x000008, "Member 'PlayerController_GetHitResultUnderCursor::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, ReturnValue) == 0x000100, "Member 'PlayerController_GetHitResultUnderCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderCursorByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000108, "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) == 0x000008, "Member 'PlayerController_GetHitResultUnderCursorByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, ReturnValue) == 0x000100, "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) == 0x000118, "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) == 0x000018, "Member 'PlayerController_GetHitResultUnderCursorForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ReturnValue) == 0x000110, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger \ +static_assert(alignof(PlayerController_GetHitResultUnderFinger) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderFinger"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFinger) == 0x000108, "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) == 0x000008, "Member 'PlayerController_GetHitResultUnderFinger::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, ReturnValue) == 0x000100, "Member 'PlayerController_GetHitResultUnderFinger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderFingerByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000108, "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) == 0x000008, "Member 'PlayerController_GetHitResultUnderFingerByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, ReturnValue) == 0x000100, "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) == 0x000120, "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) == 0x000020, "Member 'PlayerController_GetHitResultUnderFingerForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ReturnValue) == 0x000118, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "Member 'PlayerController_GetInputKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMotionState \ +static_assert(alignof(PlayerController_GetInputMotionState) == 0x000008, "Wrong alignment on PlayerController_GetInputMotionState"); \ +static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000060, "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) == 0x000018, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000030, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000048, "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) == 0x000018, "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_GetOverridePlayerInputClass \ +static_assert(alignof(PlayerController_GetOverridePlayerInputClass) == 0x000008, "Wrong alignment on PlayerController_GetOverridePlayerInputClass"); \ +static_assert(sizeof(PlayerController_GetOverridePlayerInputClass) == 0x000008, "Wrong size on PlayerController_GetOverridePlayerInputClass"); \ +static_assert(offsetof(PlayerController_GetOverridePlayerInputClass, ReturnValue) == 0x000000, "Member 'PlayerController_GetOverridePlayerInputClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetPlatformUserId \ +static_assert(alignof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong alignment on PlayerController_GetPlatformUserId"); \ +static_assert(sizeof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong size on PlayerController_GetPlatformUserId"); \ +static_assert(offsetof(PlayerController_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'PlayerController_GetPlatformUserId::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_GetStreamingSourceLocationAndRotation \ +static_assert(alignof(PlayerController_GetStreamingSourceLocationAndRotation) == 0x000008, "Wrong alignment on PlayerController_GetStreamingSourceLocationAndRotation"); \ +static_assert(sizeof(PlayerController_GetStreamingSourceLocationAndRotation) == 0x000030, "Wrong size on PlayerController_GetStreamingSourceLocationAndRotation"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceLocationAndRotation, OutLocation) == 0x000000, "Member 'PlayerController_GetStreamingSourceLocationAndRotation::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceLocationAndRotation, OutRotation) == 0x000018, "Member 'PlayerController_GetStreamingSourceLocationAndRotation::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetStreamingSourcePriority \ +static_assert(alignof(PlayerController_GetStreamingSourcePriority) == 0x000001, "Wrong alignment on PlayerController_GetStreamingSourcePriority"); \ +static_assert(sizeof(PlayerController_GetStreamingSourcePriority) == 0x000001, "Wrong size on PlayerController_GetStreamingSourcePriority"); \ +static_assert(offsetof(PlayerController_GetStreamingSourcePriority, ReturnValue) == 0x000000, "Member 'PlayerController_GetStreamingSourcePriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetStreamingSourceShapes \ +static_assert(alignof(PlayerController_GetStreamingSourceShapes) == 0x000008, "Wrong alignment on PlayerController_GetStreamingSourceShapes"); \ +static_assert(sizeof(PlayerController_GetStreamingSourceShapes) == 0x000010, "Wrong size on PlayerController_GetStreamingSourceShapes"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceShapes, OutShapes) == 0x000000, "Member 'PlayerController_GetStreamingSourceShapes::OutShapes' 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) == 0x000020, "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) == 0x000018, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsStreamingSourceEnabled \ +static_assert(alignof(PlayerController_IsStreamingSourceEnabled) == 0x000001, "Wrong alignment on PlayerController_IsStreamingSourceEnabled"); \ +static_assert(sizeof(PlayerController_IsStreamingSourceEnabled) == 0x000001, "Wrong size on PlayerController_IsStreamingSourceEnabled"); \ +static_assert(offsetof(PlayerController_IsStreamingSourceEnabled, ReturnValue) == 0x000000, "Member 'PlayerController_IsStreamingSourceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen \ +static_assert(alignof(PlayerController_ProjectWorldLocationToScreen) == 0x000008, "Wrong alignment on PlayerController_ProjectWorldLocationToScreen"); \ +static_assert(sizeof(PlayerController_ProjectWorldLocationToScreen) == 0x000030, "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) == 0x000018, "Member 'PlayerController_ProjectWorldLocationToScreen::ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, bPlayerViewportRelative) == 0x000028, "Member 'PlayerController_ProjectWorldLocationToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ReturnValue) == 0x000029, "Member 'PlayerController_ProjectWorldLocationToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ShouldProcessForceFeedbackAndHaptics \ +static_assert(alignof(PlayerController_ShouldProcessForceFeedbackAndHaptics) == 0x000001, "Wrong alignment on PlayerController_ShouldProcessForceFeedbackAndHaptics"); \ +static_assert(sizeof(PlayerController_ShouldProcessForceFeedbackAndHaptics) == 0x000001, "Wrong size on PlayerController_ShouldProcessForceFeedbackAndHaptics"); \ +static_assert(offsetof(PlayerController_ShouldProcessForceFeedbackAndHaptics, ReturnValue) == 0x000000, "Member 'PlayerController_ShouldProcessForceFeedbackAndHaptics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StreamingSourceShouldActivate \ +static_assert(alignof(PlayerController_StreamingSourceShouldActivate) == 0x000001, "Wrong alignment on PlayerController_StreamingSourceShouldActivate"); \ +static_assert(sizeof(PlayerController_StreamingSourceShouldActivate) == 0x000001, "Wrong size on PlayerController_StreamingSourceShouldActivate"); \ +static_assert(offsetof(PlayerController_StreamingSourceShouldActivate, ReturnValue) == 0x000000, "Member 'PlayerController_StreamingSourceShouldActivate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StreamingSourceShouldBlockOnSlowStreaming \ +static_assert(alignof(PlayerController_StreamingSourceShouldBlockOnSlowStreaming) == 0x000001, "Wrong alignment on PlayerController_StreamingSourceShouldBlockOnSlowStreaming"); \ +static_assert(sizeof(PlayerController_StreamingSourceShouldBlockOnSlowStreaming) == 0x000001, "Wrong size on PlayerController_StreamingSourceShouldBlockOnSlowStreaming"); \ +static_assert(offsetof(PlayerController_StreamingSourceShouldBlockOnSlowStreaming, ReturnValue) == 0x000000, "Member 'PlayerController_StreamingSourceShouldBlockOnSlowStreaming::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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000858, "Wrong size on APlayerController"); \ +static_assert(offsetof(APlayerController, Player) == 0x000330, "Member 'APlayerController::Player' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x000338, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, MyHUD) == 0x000340, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x000348, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x000350, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x000358, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, TargetViewRotation) == 0x000360, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x000390, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenActors) == 0x000398, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x0003A8, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x0003BC, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x0003C0, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x0003D8, "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, AsyncPhysicsDataClass) == 0x000420, "Member 'APlayerController::AsyncPhysicsDataClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AsyncPhysicsDataComponent_DEPRECARED) == 0x000428, "Member 'APlayerController::AsyncPhysicsDataComponent_DEPRECARED' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0004B4, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000510, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetConnection) == 0x000518, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputYawScale) == 0x000538, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputPitchScale) == 0x00053C, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputRollScale) == 0x000540, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourcePriority) == 0x000548, "Member 'APlayerController::StreamingSourcePriority' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourceDebugColor) == 0x00054C, "Member 'APlayerController::StreamingSourceDebugColor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourceShapes) == 0x000550, "Member 'APlayerController::StreamingSourceShapes' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000560, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000568, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000578, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000579, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x00057A, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x00057B, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x00057C, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000580, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x000582, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x000608, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x000628, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, OverridePlayerInputClass) == 0x000630, "Member 'APlayerController::OverridePlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpectatorPawn) == 0x0006B0, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x0006BC, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpawnLocation) == 0x0006C0, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionProfile \ +static_assert(alignof(UCollisionProfile) == 0x000008, "Wrong alignment on UCollisionProfile"); \ +static_assert(sizeof(UCollisionProfile) == 0x000170, "Wrong size on UCollisionProfile"); \ +static_assert(offsetof(UCollisionProfile, Profiles) == 0x000038, "Member 'UCollisionProfile::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, DefaultChannelResponses) == 0x000048, "Member 'UCollisionProfile::DefaultChannelResponses' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, EditProfiles) == 0x000058, "Member 'UCollisionProfile::EditProfiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, ProfileRedirects) == 0x000068, "Member 'UCollisionProfile::ProfileRedirects' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, CollisionChannelRedirects) == 0x000078, "Member 'UCollisionProfile::CollisionChannelRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UApplicationLifecycleComponent \ +static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ +static_assert(sizeof(UApplicationLifecycleComponent) == 0x000130, "Wrong size on UApplicationLifecycleComponent"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000A0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000B0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000C0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetOpacityMaskRefVal \ +static_assert(alignof(BillboardComponent_SetOpacityMaskRefVal) == 0x000004, "Wrong alignment on BillboardComponent_SetOpacityMaskRefVal"); \ +static_assert(sizeof(BillboardComponent_SetOpacityMaskRefVal) == 0x000004, "Wrong size on BillboardComponent_SetOpacityMaskRefVal"); \ +static_assert(offsetof(BillboardComponent_SetOpacityMaskRefVal, RefVal) == 0x000000, "Member 'BillboardComponent_SetOpacityMaskRefVal::RefVal' 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) == 0x000540, "Wrong size on UBillboardComponent"); \ +static_assert(offsetof(UBillboardComponent, Sprite) == 0x000518, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x000524, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, U) == 0x000528, "Member 'UBillboardComponent::U' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, UL) == 0x00052C, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, V) == 0x000530, "Member 'UBillboardComponent::V' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, VL) == 0x000534, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, OpacityMaskRefVal) == 0x000538, "Member 'UBillboardComponent::OpacityMaskRefVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushComponent \ +static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ +static_assert(sizeof(UBrushComponent) == 0x000530, "Wrong size on UBrushComponent"); \ +static_assert(offsetof(UBrushComponent, Brush) == 0x000518, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ +static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000520, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChildActorComponent_OnChildActorDestroyed \ +static_assert(alignof(ChildActorComponent_OnChildActorDestroyed) == 0x000008, "Wrong alignment on ChildActorComponent_OnChildActorDestroyed"); \ +static_assert(sizeof(ChildActorComponent_OnChildActorDestroyed) == 0x000008, "Wrong size on ChildActorComponent_OnChildActorDestroyed"); \ +static_assert(offsetof(ChildActorComponent_OnChildActorDestroyed, Actor) == 0x000000, "Member 'ChildActorComponent_OnChildActorDestroyed::Actor' has a wrong offset!"); \ + +#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) == 0x000280, "Wrong size on UChildActorComponent"); \ +static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x000230, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000238, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000240, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ + +#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_SetDecalColor \ +static_assert(alignof(DecalComponent_SetDecalColor) == 0x000004, "Wrong alignment on DecalComponent_SetDecalColor"); \ +static_assert(sizeof(DecalComponent_SetDecalColor) == 0x000010, "Wrong size on DecalComponent_SetDecalColor"); \ +static_assert(offsetof(DecalComponent_SetDecalColor, Color) == 0x000000, "Member 'DecalComponent_SetDecalColor::Color' 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, Duration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duration' 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) == 0x0002A0, "Wrong size on UDecalComponent"); \ +static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x000230, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, SortOrder) == 0x000238, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x00023C, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000240, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeDuration) == 0x000244, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000248, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x00024C, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalSize) == 0x000258, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalColor) == 0x000270, "Member 'UDecalComponent::DecalColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawFrustumComponent \ +static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ +static_assert(sizeof(UDrawFrustumComponent) == 0x000540, "Wrong size on UDrawFrustumComponent"); \ +static_assert(offsetof(UDrawFrustumComponent, bFrustumEnabled) == 0x000518, "Member 'UDrawFrustumComponent::bFrustumEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x00051C, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000520, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000524, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x000528, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x00052C, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000530, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawSphereComponent \ +static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ +static_assert(sizeof(UDrawSphereComponent) == 0x000550, "Wrong size on UDrawSphereComponent"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic \ +static_assert(alignof(HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic) == 0x000008, "Wrong alignment on HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic) == 0x000008, "Wrong size on HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic, ReturnValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_GetVolumeMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetEndFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetEndFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetEndFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetEndFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetEndFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetEndFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetEndFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetFrameRate \ +static_assert(alignof(HeterogeneousVolumeComponent_SetFrameRate) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetFrameRate"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetFrameRate) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetFrameRate"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetFrameRate, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetFrameRate::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetLooping \ +static_assert(alignof(HeterogeneousVolumeComponent_SetLooping) == 0x000001, "Wrong alignment on HeterogeneousVolumeComponent_SetLooping"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetLooping) == 0x000001, "Wrong size on HeterogeneousVolumeComponent_SetLooping"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetLooping, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetLooping::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetPlaying \ +static_assert(alignof(HeterogeneousVolumeComponent_SetPlaying) == 0x000001, "Wrong alignment on HeterogeneousVolumeComponent_SetPlaying"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetPlaying) == 0x000001, "Wrong size on HeterogeneousVolumeComponent_SetPlaying"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetPlaying, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetPlaying::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetStartFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetStartFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetStartFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetStartFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetStartFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetStartFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetStartFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetStreamingMipBias \ +static_assert(alignof(HeterogeneousVolumeComponent_SetStreamingMipBias) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetStreamingMipBias"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetStreamingMipBias) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetStreamingMipBias"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetStreamingMipBias, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetStreamingMipBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetVolumeResolution \ +static_assert(alignof(HeterogeneousVolumeComponent_SetVolumeResolution) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetVolumeResolution"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetVolumeResolution) == 0x00000C, "Wrong size on HeterogeneousVolumeComponent_SetVolumeResolution"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetVolumeResolution, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetVolumeResolution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeterogeneousVolumeComponent \ +static_assert(alignof(UHeterogeneousVolumeComponent) == 0x000010, "Wrong alignment on UHeterogeneousVolumeComponent"); \ +static_assert(sizeof(UHeterogeneousVolumeComponent) == 0x000600, "Wrong size on UHeterogeneousVolumeComponent"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, VolumeResolution) == 0x000550, "Member 'UHeterogeneousVolumeComponent::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, FrameTransform) == 0x000560, "Member 'UHeterogeneousVolumeComponent::FrameTransform' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, Frame) == 0x0005C0, "Member 'UHeterogeneousVolumeComponent::Frame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, FrameRate) == 0x0005C4, "Member 'UHeterogeneousVolumeComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StartFrame) == 0x0005C8, "Member 'UHeterogeneousVolumeComponent::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, EndFrame) == 0x0005CC, "Member 'UHeterogeneousVolumeComponent::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StreamingMipBias) == 0x0005D4, "Member 'UHeterogeneousVolumeComponent::StreamingMipBias' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StepFactor) == 0x0005DC, "Member 'UHeterogeneousVolumeComponent::StepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowStepFactor) == 0x0005E0, "Member 'UHeterogeneousVolumeComponent::ShadowStepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowBiasFactor) == 0x0005E4, "Member 'UHeterogeneousVolumeComponent::ShadowBiasFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, LightingDownsampleFactor) == 0x0005E8, "Member 'UHeterogeneousVolumeComponent::LightingDownsampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, MaterialInstanceDynamic) == 0x0005F0, "Member 'UHeterogeneousVolumeComponent::MaterialInstanceDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_OnInputOwnerEndPlayed \ +static_assert(alignof(InputComponent_OnInputOwnerEndPlayed) == 0x000008, "Wrong alignment on InputComponent_OnInputOwnerEndPlayed"); \ +static_assert(sizeof(InputComponent_OnInputOwnerEndPlayed) == 0x000010, "Wrong size on InputComponent_OnInputOwnerEndPlayed"); \ +static_assert(offsetof(InputComponent_OnInputOwnerEndPlayed, InOwner) == 0x000000, "Member 'InputComponent_OnInputOwnerEndPlayed::InOwner' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_OnInputOwnerEndPlayed, EndPlayReason) == 0x000008, "Member 'InputComponent_OnInputOwnerEndPlayed::EndPlayReason' 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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000128, "Wrong size on UInputComponent"); \ +static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000110, "Member 'UInputComponent::CachedKeyToActionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineBatchComponent \ +static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ +static_assert(sizeof(ULineBatchComponent) == 0x000560, "Wrong size on ULineBatchComponent"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogAlbedo \ +static_assert(alignof(LocalFogVolumeComponent_SetFogAlbedo) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogAlbedo"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogAlbedo) == 0x000010, "Wrong size on LocalFogVolumeComponent_SetFogAlbedo"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogAlbedo, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogEmissive \ +static_assert(alignof(LocalFogVolumeComponent_SetFogEmissive) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogEmissive"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogEmissive) == 0x000010, "Wrong size on LocalFogVolumeComponent_SetFogEmissive"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogEmissive, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogEmissive::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogPhaseG \ +static_assert(alignof(LocalFogVolumeComponent_SetFogPhaseG) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogPhaseG"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogPhaseG) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetFogPhaseG"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogPhaseG, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogPhaseG::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogExtinction \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogExtinction) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogExtinction"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogExtinction) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogExtinction"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogExtinction, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogExtinction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogFalloff \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogFalloff) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogFalloff"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogFalloff) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogFalloff"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogFalloff, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogFalloff::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogOffset \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogOffset) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogOffset"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogOffset) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogOffset"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogOffset, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogOffset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetRadialFogExtinction \ +static_assert(alignof(LocalFogVolumeComponent_SetRadialFogExtinction) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetRadialFogExtinction"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetRadialFogExtinction) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetRadialFogExtinction"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetRadialFogExtinction, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetRadialFogExtinction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalFogVolumeComponent \ +static_assert(alignof(ULocalFogVolumeComponent) == 0x000010, "Wrong alignment on ULocalFogVolumeComponent"); \ +static_assert(sizeof(ULocalFogVolumeComponent) == 0x000270, "Wrong size on ULocalFogVolumeComponent"); \ +static_assert(offsetof(ULocalFogVolumeComponent, RadialFogExtinction) == 0x000230, "Member 'ULocalFogVolumeComponent::RadialFogExtinction' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogExtinction) == 0x000234, "Member 'ULocalFogVolumeComponent::HeightFogExtinction' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogFalloff) == 0x000238, "Member 'ULocalFogVolumeComponent::HeightFogFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogOffset) == 0x00023C, "Member 'ULocalFogVolumeComponent::HeightFogOffset' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogPhaseG) == 0x000240, "Member 'ULocalFogVolumeComponent::FogPhaseG' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogAlbedo) == 0x000244, "Member 'ULocalFogVolumeComponent::FogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogEmissive) == 0x000254, "Member 'ULocalFogVolumeComponent::FogEmissive' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogSortPriority) == 0x000264, "Member 'ULocalFogVolumeComponent::FogSortPriority' 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) == 0x000530, "Wrong size on UMaterialBillboardComponent"); \ +static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000518, "Member 'UMaterialBillboardComponent::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelComponent \ +static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ +static_assert(sizeof(UModelComponent) == 0x000560, "Wrong size on UModelComponent"); \ +static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000530, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnNoiseEmitterComponent_MakeNoise \ +static_assert(alignof(PawnNoiseEmitterComponent_MakeNoise) == 0x000008, "Wrong alignment on PawnNoiseEmitterComponent_MakeNoise"); \ +static_assert(sizeof(PawnNoiseEmitterComponent_MakeNoise) == 0x000028, "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) == 0x000010, "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) == 0x0000D8, "Wrong size on UPawnNoiseEmitterComponent"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000A8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000C0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000C4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000C8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000CC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000D0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' 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) == 0x000940, "Wrong size on UPostProcessComponent"); \ +static_assert(offsetof(UPostProcessComponent, Settings) == 0x000240, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, Priority) == 0x000930, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000934, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000938, "Member 'UPostProcessComponent::BlendWeight' 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, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::NewValue' 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, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectLightComponent \ +static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ +static_assert(sizeof(URectLightComponent) == 0x0003B0, "Wrong size on URectLightComponent"); \ +static_assert(offsetof(URectLightComponent, SourceWidth) == 0x000390, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceHeight) == 0x000394, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x000398, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x00039C, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTexture) == 0x0003A0, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatingMovementComponent \ +static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ +static_assert(sizeof(URotatingMovementComponent) == 0x000140, "Wrong size on URotatingMovementComponent"); \ +static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x000108, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x000120, "Member 'URotatingMovementComponent::PivotTranslation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_Invalidate \ +static_assert(alignof(RuntimeVirtualTextureComponent_Invalidate) == 0x000008, "Wrong alignment on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(sizeof(RuntimeVirtualTextureComponent_Invalidate) == 0x000038, "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) == 0x0002D0, "Wrong size on URuntimeVirtualTextureComponent"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x000230, "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, ExpandBounds) == 0x00025C, "Member 'URuntimeVirtualTextureComponent::ExpandBounds' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000260, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, EnableInGamePerPlatform) == 0x000268, "Member 'URuntimeVirtualTextureComponent::EnableInGamePerPlatform' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableForNaniteOnly) == 0x000269, "Member 'URuntimeVirtualTextureComponent::bEnableForNaniteOnly' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x00026A, "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, LossyCompressionAmount) == 0x000285, "Member 'URuntimeVirtualTextureComponent::LossyCompressionAmount' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingMipsFixedColor) == 0x000286, "Member 'URuntimeVirtualTextureComponent::bUseStreamingMipsFixedColor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingMipsFixedColor) == 0x000288, "Member 'URuntimeVirtualTextureComponent::StreamingMipsFixedColor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x000298, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddPoint \ +static_assert(alignof(SplineComponent_AddPoint) == 0x000008, "Wrong alignment on SplineComponent_AddPoint"); \ +static_assert(sizeof(SplineComponent_AddPoint) == 0x000090, "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) == 0x000088, "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) == 0x000008, "Wrong alignment on SplineComponent_AddSplineLocalPoint"); \ +static_assert(sizeof(SplineComponent_AddSplineLocalPoint) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineComponent_AddSplinePoint"); \ +static_assert(sizeof(SplineComponent_AddSplinePoint) == 0x000020, "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) == 0x000018, "Member 'SplineComponent_AddSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePoint, bUpdateSpline) == 0x000019, "Member 'SplineComponent_AddSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplinePointAtIndex \ +static_assert(alignof(SplineComponent_AddSplinePointAtIndex) == 0x000008, "Wrong alignment on SplineComponent_AddSplinePointAtIndex"); \ +static_assert(sizeof(SplineComponent_AddSplinePointAtIndex) == 0x000020, "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) == 0x000018, "Member 'SplineComponent_AddSplinePointAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, CoordinateSpace) == 0x00001C, "Member 'SplineComponent_AddSplinePointAtIndex::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, bUpdateSpline) == 0x00001D, "Member 'SplineComponent_AddSplinePointAtIndex::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplineWorldPoint \ +static_assert(alignof(SplineComponent_AddSplineWorldPoint) == 0x000008, "Wrong alignment on SplineComponent_AddSplineWorldPoint"); \ +static_assert(sizeof(SplineComponent_AddSplineWorldPoint) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineComponent_SetDefaultUpVector"); \ +static_assert(sizeof(SplineComponent_SetDefaultUpVector) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineComponent_SetLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetLocationAtSplinePoint) == 0x000028, "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) == 0x000008, "Member 'SplineComponent_SetLocationAtSplinePoint::InLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetLocationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetRotationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetRotationAtSplinePoint) == 0x000028, "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) == 0x000008, "Member 'SplineComponent_SetRotationAtSplinePoint::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetRotationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_SetScaleAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetScaleAtSplinePoint) == 0x000028, "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) == 0x000008, "Member 'SplineComponent_SetScaleAtSplinePoint::InScaleVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, bUpdateSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_SetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentAtSplinePoint) == 0x000028, "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) == 0x000008, "Member 'SplineComponent_SetTangentAtSplinePoint::InTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, bUpdateSpline) == 0x000021, "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) == 0x000008, "Wrong alignment on SplineComponent_SetTangentsAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentsAtSplinePoint) == 0x000040, "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) == 0x000008, "Member 'SplineComponent_SetTangentsAtSplinePoint::InArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InLeaveTangent) == 0x000020, "Member 'SplineComponent_SetTangentsAtSplinePoint::InLeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, CoordinateSpace) == 0x000038, "Member 'SplineComponent_SetTangentsAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, bUpdateSpline) == 0x000039, "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) == 0x000008, "Wrong alignment on SplineComponent_SetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000028, "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) == 0x000008, "Member 'SplineComponent_SetUpVectorAtSplinePoint::InUpVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetUpVectorAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineSegmentToPolyLine \ +static_assert(alignof(SplineComponent_ConvertSplineSegmentToPolyLine) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineSegmentToPolyLine"); \ +static_assert(sizeof(SplineComponent_ConvertSplineSegmentToPolyLine) == 0x000028, "Wrong size on SplineComponent_ConvertSplineSegmentToPolyLine"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, SplinePointStartIndex) == 0x000000, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::SplinePointStartIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, CoordinateSpace) == 0x000004, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, MaxSquareDistanceFromSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, OutPoints) == 0x000010, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, ReturnValue) == 0x000020, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyLine \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyLine) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyLine"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyLine) == 0x000020, "Wrong size on SplineComponent_ConvertSplineToPolyLine"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyLine::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyLine::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, OutPoints) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyLine::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, ReturnValue) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyline_InDistanceRange \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyline_InDistanceRange) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyline_InDistanceRange"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyline_InDistanceRange) == 0x000038, "Wrong size on SplineComponent_ConvertSplineToPolyline_InDistanceRange"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, StartDistAlongSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::StartDistAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, EndDistAlongSpline) == 0x00000C, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::EndDistAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, OutPoints) == 0x000010, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, OutDistancesAlongSpline) == 0x000020, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, bAllowWrappingIfClosed) == 0x000030, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::bAllowWrappingIfClosed' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, ReturnValue) == 0x000031, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyline_InTimeRange \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyline_InTimeRange) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyline_InTimeRange"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyline_InTimeRange) == 0x000040, "Wrong size on SplineComponent_ConvertSplineToPolyline_InTimeRange"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, StartTimeAlongSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::StartTimeAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, EndTimeAlongSpline) == 0x00000C, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::EndTimeAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, bUseConstantVelocity) == 0x000010, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, OutPoints) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, OutDistancesAlongSpline) == 0x000028, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, bAllowWrappingIfClosed) == 0x000038, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::bAllowWrappingIfClosed' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, ReturnValue) == 0x000039, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyLineWithDistances \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyLineWithDistances) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyLineWithDistances"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyLineWithDistances) == 0x000030, "Wrong size on SplineComponent_ConvertSplineToPolyLineWithDistances"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, OutPoints) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, OutDistancesAlongSpline) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, ReturnValue) == 0x000028, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_DivideSplineIntoPolylineRecursive \ +static_assert(alignof(SplineComponent_DivideSplineIntoPolylineRecursive) == 0x000008, "Wrong alignment on SplineComponent_DivideSplineIntoPolylineRecursive"); \ +static_assert(sizeof(SplineComponent_DivideSplineIntoPolylineRecursive) == 0x000028, "Wrong size on SplineComponent_DivideSplineIntoPolylineRecursive"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, StartDistanceAlongSpline) == 0x000000, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::StartDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, EndDistanceAlongSpline) == 0x000004, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::EndDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, CoordinateSpace) == 0x000008, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, MaxSquareDistanceFromSpline) == 0x00000C, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, OutPoints) == 0x000010, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, ReturnValue) == 0x000020, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances \ +static_assert(alignof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances) == 0x000008, "Wrong alignment on SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances"); \ +static_assert(sizeof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances) == 0x000038, "Wrong size on SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, StartDistanceAlongSpline) == 0x000000, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::StartDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, EndDistanceAlongSpline) == 0x000004, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::EndDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, CoordinateSpace) == 0x000008, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, MaxSquareDistanceFromSpline) == 0x00000C, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, OutPoints) == 0x000010, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, OutDistancesAlongSpline) == 0x000020, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, ReturnValue) == 0x000030, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindDirectionClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindDirectionClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindInputKeyClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindInputKeyClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000020, "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) == 0x000018, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindLocationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindLocationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindLocationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindLocationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRightVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRightVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRollClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRollClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRollClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRollClosestToWorldLocation) == 0x000020, "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) == 0x000018, "Member 'SplineComponent_FindRollClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, ReturnValue) == 0x00001C, "Member 'SplineComponent_FindRollClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRotationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRotationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindRotationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindRotationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindScaleClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindScaleClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000030, "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) == 0x000018, "Member 'SplineComponent_FindScaleClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindTangentClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindTangentClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindTangentClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, ReturnValue) == 0x000020, "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) == 0x000080, "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) == 0x000018, "Member 'SplineComponent_FindTransformClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, bUseScale) == 0x000019, "Member 'SplineComponent_FindTransformClosestToWorldLocation::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindTransformClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindUpVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindUpVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000038, "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) == 0x000018, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetArriveTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetArriveTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetDefaultUpVector"); \ +static_assert(sizeof(SplineComponent_GetDefaultUpVector) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetDefaultUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtTime) == 0x000020, "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_GetDistanceAlongSplineAtLocation \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtLocation) == 0x000008, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtLocation"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtLocation) == 0x000020, "Wrong size on SplineComponent_GetDistanceAlongSplineAtLocation"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, InLocation) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, ReturnValue) == 0x00001C, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::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) == 0x000010, "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) == 0x00000C, "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) == 0x000010, "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) == 0x00000C, "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_GetInputKeyValueAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyValueAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetInputKeyValueAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetInputKeyValueAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyValueAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyValueAtSplinePoint \ +static_assert(alignof(SplineComponent_GetInputKeyValueAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyValueAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetInputKeyValueAtSplinePoint) == 0x000008, "Wrong size on SplineComponent_GetInputKeyValueAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetInputKeyValueAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyValueAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLeaveTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetLeaveTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetLocalLocationAndTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint) == 0x000038, "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) == 0x000008, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, LocalTangent) == 0x000020, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAndTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetLocationAndTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000040, "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) == 0x000008, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Location' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, Tangent) == 0x000020, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Tangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, CoordinateSpace) == 0x000038, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetLocationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetLocationAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocationAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetLocationAtTime"); \ +static_assert(sizeof(SplineComponent_GetLocationAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetRotationAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetScaleAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplineInputKey) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetScaleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_GetScaleAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplinePoint) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetScaleAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime \ +static_assert(alignof(SplineComponent_GetScaleAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtTime"); \ +static_assert(sizeof(SplineComponent_GetScaleAtTime) == 0x000020, "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_GetSplinePointAt \ +static_assert(alignof(SplineComponent_GetSplinePointAt) == 0x000008, "Wrong alignment on SplineComponent_GetSplinePointAt"); \ +static_assert(sizeof(SplineComponent_GetSplinePointAt) == 0x000090, "Wrong size on SplineComponent_GetSplinePointAt"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointAt::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetSplinePointAt::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, ReturnValue) == 0x000008, "Member 'SplineComponent_GetSplinePointAt::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) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtTime"); \ +static_assert(sizeof(SplineComponent_GetTangentAtTime) == 0x000020, "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_GetTimeAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTimeAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetTimeAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTimeAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetTimeAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTimeAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTimeAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTimeAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetTimeAtDistanceAlongSpline::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) == 0x000070, "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) == 0x000070, "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) == 0x000070, "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) == 0x000070, "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) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000028, "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) == 0x000008, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000028, "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) == 0x000008, "Wrong alignment on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtTime \ +static_assert(alignof(SplineComponent_GetWorldDirectionAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetWorldDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtTime \ +static_assert(alignof(SplineComponent_GetWorldLocationAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetWorldLocationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtTime \ +static_assert(alignof(SplineComponent_GetWorldRotationAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetWorldRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtTime) == 0x000020, "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) == 0x000008, "Wrong alignment on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000020, "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) == 0x000008, "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) == 0x000620, "Wrong size on USplineComponent"); \ +static_assert(offsetof(USplineComponent, SplineCurves) == 0x000518, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineInfo) == 0x000588, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x0005A0, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x0005B8, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x0005D0, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x0005E8, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x0005EC, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, Duration) == 0x0005F0, "Member 'USplineComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x0005F4, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x0005F5, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x0005F6, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x0005F7, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bDrawDebug) == 0x0005F8, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bClosedLoop) == 0x0005F9, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x0005FA, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LoopPosition) == 0x0005FC, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000600, "Member 'USplineComponent::DefaultUpVector' 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) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetEndOffset) == 0x000018, "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) == 0x000010, "Member 'SplineMeshComponent_SetEndOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition \ +static_assert(alignof(SplineMeshComponent_SetEndPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetEndPosition) == 0x000020, "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) == 0x000018, "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_SetEndRollDegrees \ +static_assert(alignof(SplineMeshComponent_SetEndRollDegrees) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRollDegrees"); \ +static_assert(sizeof(SplineMeshComponent_SetEndRollDegrees) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRollDegrees"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRollDegrees, EndRollDegrees) == 0x000000, "Member 'SplineMeshComponent_SetEndRollDegrees::EndRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRollDegrees, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRollDegrees::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale \ +static_assert(alignof(SplineMeshComponent_SetEndScale) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_SetEndScale) == 0x000018, "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) == 0x000010, "Member 'SplineMeshComponent_SetEndScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent \ +static_assert(alignof(SplineMeshComponent_SetEndTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetEndTangent) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_SetSplineUpDir) == 0x000020, "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) == 0x000018, "Member 'SplineMeshComponent_SetSplineUpDir::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd \ +static_assert(alignof(SplineMeshComponent_SetStartAndEnd) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(sizeof(SplineMeshComponent_SetStartAndEnd) == 0x000068, "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) == 0x000018, "Member 'SplineMeshComponent_SetStartAndEnd::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndPos) == 0x000030, "Member 'SplineMeshComponent_SetStartAndEnd::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndTangent) == 0x000048, "Member 'SplineMeshComponent_SetStartAndEnd::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, bUpdateMesh) == 0x000060, "Member 'SplineMeshComponent_SetStartAndEnd::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset \ +static_assert(alignof(SplineMeshComponent_SetStartOffset) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetStartOffset) == 0x000018, "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) == 0x000010, "Member 'SplineMeshComponent_SetStartOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition \ +static_assert(alignof(SplineMeshComponent_SetStartPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetStartPosition) == 0x000020, "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) == 0x000018, "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_SetStartRollDegrees \ +static_assert(alignof(SplineMeshComponent_SetStartRollDegrees) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRollDegrees"); \ +static_assert(sizeof(SplineMeshComponent_SetStartRollDegrees) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRollDegrees"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRollDegrees, StartRollDegrees) == 0x000000, "Member 'SplineMeshComponent_SetStartRollDegrees::StartRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRollDegrees, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRollDegrees::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale \ +static_assert(alignof(SplineMeshComponent_SetStartScale) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_SetStartScale) == 0x000018, "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) == 0x000010, "Member 'SplineMeshComponent_SetStartScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent \ +static_assert(alignof(SplineMeshComponent_SetStartTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetStartTangent) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetEndOffset) == 0x000010, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetEndPosition) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_GetEndScale) == 0x000010, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetEndTangent) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_GetSplineUpDir) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetStartOffset) == 0x000010, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetStartPosition) == 0x000018, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_GetStartScale) == 0x000010, "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) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetStartTangent) == 0x000018, "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) == 0x000720, "Wrong size on USplineMeshComponent"); \ +static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x0005E8, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x0006A0, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x0006B8, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x0006BC, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000708, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000710, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x000715, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000718, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#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_SetHoldout \ +static_assert(alignof(VolumetricCloudComponent_SetHoldout) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetHoldout"); \ +static_assert(sizeof(VolumetricCloudComponent_SetHoldout) == 0x000001, "Wrong size on VolumetricCloudComponent_SetHoldout"); \ +static_assert(offsetof(VolumetricCloudComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'VolumetricCloudComponent_SetHoldout::bNewHoldout' 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_SetReflectionViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetRenderInMainPass \ +static_assert(alignof(VolumetricCloudComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetRenderInMainPass"); \ +static_assert(sizeof(VolumetricCloudComponent_SetRenderInMainPass) == 0x000001, "Wrong size on VolumetricCloudComponent_SetRenderInMainPass"); \ +static_assert(offsetof(VolumetricCloudComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'VolumetricCloudComponent_SetRenderInMainPass::bValue' 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_SetShadowReflectionViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale::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_SetTracingStartDistanceFromCamera \ +static_assert(alignof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartDistanceFromCamera"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartDistanceFromCamera"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartDistanceFromCamera::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) == 0x0002B0, "Wrong size on UVolumetricCloudComponent"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x000230, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x000234, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000238, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartDistanceFromCamera) == 0x00023C, "Member 'UVolumetricCloudComponent::TracingStartDistanceFromCamera' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistanceMode) == 0x000240, "Member 'UVolumetricCloudComponent::TracingMaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000244, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000248, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00024C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000250, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00025C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000260, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScaleValue) == 0x000264, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScale) == 0x000268, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x00026C, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000270, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScaleValue) == 0x000274, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScale) == 0x000278, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00027C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000280, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000284, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringStartDistance) == 0x000288, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringFadeDistance) == 0x00028C, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringStartDistance) == 0x000290, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringFadeDistance) == 0x000294, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricCloud \ +static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ +static_assert(sizeof(AVolumetricCloud) == 0x000298, "Wrong size on AVolumetricCloud"); \ +static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000290, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeDataTable \ +static_assert(alignof(UCompositeDataTable) == 0x000008, "Wrong alignment on UCompositeDataTable"); \ +static_assert(sizeof(UCompositeDataTable) == 0x0000D8, "Wrong size on UCompositeDataTable"); \ +static_assert(offsetof(UCompositeDataTable, ParentTables) == 0x0000B0, "Member 'UCompositeDataTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeDataTable, OldParentTables) == 0x0000C0, "Member 'UCompositeDataTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACullDistanceVolume \ +static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ +static_assert(sizeof(ACullDistanceVolume) == 0x0002E0, "Wrong size on ACullDistanceVolume"); \ +static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x0002C8, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ + +#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) == 0x000250, "Wrong size on UCurveLinearColor"); \ +static_assert(offsetof(UCurveLinearColor, FloatCurves) == 0x000030, "Member 'UCurveLinearColor::FloatCurves' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustHue) == 0x000230, "Member 'UCurveLinearColor::AdjustHue' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustSaturation) == 0x000234, "Member 'UCurveLinearColor::AdjustSaturation' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightness) == 0x000238, "Member 'UCurveLinearColor::AdjustBrightness' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightnessCurve) == 0x00023C, "Member 'UCurveLinearColor::AdjustBrightnessCurve' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustVibrance) == 0x000240, "Member 'UCurveLinearColor::AdjustVibrance' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMinAlpha) == 0x000244, "Member 'UCurveLinearColor::AdjustMinAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMaxAlpha) == 0x000248, "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) == 0x000008, "Wrong alignment on UCurveLinearColorAtlas"); \ +static_assert(sizeof(UCurveLinearColorAtlas) == 0x000170, "Wrong size on UCurveLinearColorAtlas"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureSize) == 0x000150, "Member 'UCurveLinearColorAtlas::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureHeight) == 0x000158, "Member 'UCurveLinearColorAtlas::TextureHeight' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, GradientCurves) == 0x000160, "Member 'UCurveLinearColorAtlas::GradientCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ +static_assert(alignof(CurveVector_GetVectorValue) == 0x000008, "Wrong alignment on CurveVector_GetVectorValue"); \ +static_assert(sizeof(CurveVector_GetVectorValue) == 0x000020, "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) == 0x000008, "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) == 0x0001B0, "Wrong size on UCurveVector"); \ +static_assert(offsetof(UCurveVector, FloatCurves) == 0x000030, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimaryDataAsset \ +static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ +static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ + +#define DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem \ +static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ +static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000040, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ +static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000030, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings \ +static_assert(alignof(UDataDrivenConsoleVariableSettings) == 0x000008, "Wrong alignment on UDataDrivenConsoleVariableSettings"); \ +static_assert(sizeof(UDataDrivenConsoleVariableSettings) == 0x000070, "Wrong size on UDataDrivenConsoleVariableSettings"); \ +static_assert(offsetof(UDataDrivenConsoleVariableSettings, CVarsArray) == 0x000050, "Member 'UDataDrivenConsoleVariableSettings::CVarsArray' has a wrong offset!"); \ + +#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) == 0x000130, "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) == 0x000020, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitNormal' has a wrong offset!"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, Hit) == 0x000038, "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) == 0x0009E8, "Wrong size on ADebugCameraController"); \ +static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000860, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000868, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x000870, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x000878, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000970, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000978, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000980, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x000984, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000988, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x00098C, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugCameraControllerSettings \ +static_assert(alignof(UDebugCameraControllerSettings) == 0x000008, "Wrong alignment on UDebugCameraControllerSettings"); \ +static_assert(sizeof(UDebugCameraControllerSettings) == 0x000048, "Wrong size on UDebugCameraControllerSettings"); \ +static_assert(offsetof(UDebugCameraControllerSettings, CycleViewModes) == 0x000038, "Member 'UDebugCameraControllerSettings::CycleViewModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugCameraHUD \ +static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ +static_assert(sizeof(ADebugCameraHUD) == 0x000380, "Wrong size on ADebugCameraHUD"); \ + +#define DUMPER7_ASSERTS_UReporterBase \ +static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ +static_assert(sizeof(UReporterBase) == 0x000030, "Wrong size on UReporterBase"); \ + +#define DUMPER7_ASSERTS_UReporterGraph \ +static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ +static_assert(sizeof(UReporterGraph) == 0x0000C8, "Wrong size on UReporterGraph"); \ + +#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) == 0x000298, "Wrong size on ADecalActor"); \ +static_assert(offsetof(ADecalActor, Decal) == 0x000290, "Member 'ADecalActor::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDeformableInterface \ +static_assert(alignof(IDeformableInterface) == 0x000001, "Wrong alignment on IDeformableInterface"); \ +static_assert(sizeof(IDeformableInterface) == 0x000001, "Wrong size on IDeformableInterface"); \ + +#define DUMPER7_ASSERTS_UDemoNetDriver \ +static_assert(alignof(UDemoNetDriver) == 0x000010, "Wrong alignment on UDemoNetDriver"); \ +static_assert(sizeof(UDemoNetDriver) == 0x001580, "Wrong size on UDemoNetDriver"); \ +static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x000900, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x000A34, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x000A50, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x000A60, "Member 'UDemoNetDriver::SpectatorControllers' 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_UDeviceProfileManager \ +static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ +static_assert(sizeof(UDeviceProfileManager) == 0x000090, "Wrong size on UDeviceProfileManager"); \ +static_assert(offsetof(UDeviceProfileManager, Profiles) == 0x000028, "Member 'UDeviceProfileManager::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfileManager, BackupProfiles) == 0x000038, "Member 'UDeviceProfileManager::BackupProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueVoice \ +static_assert(alignof(UDialogueVoice) == 0x000008, "Wrong alignment on UDialogueVoice"); \ +static_assert(sizeof(UDialogueVoice) == 0x000040, "Wrong size on UDialogueVoice"); \ +static_assert(offsetof(UDialogueVoice, Gender) == 0x000028, "Member 'UDialogueVoice::Gender' has a wrong offset!"); \ +static_assert(offsetof(UDialogueVoice, Plurality) == 0x000029, "Member 'UDialogueVoice::Plurality' has a wrong offset!"); \ +static_assert(offsetof(UDialogueVoice, LocalizationGUID) == 0x00002C, "Member 'UDialogueVoice::LocalizationGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueWave \ +static_assert(alignof(UDialogueWave) == 0x000008, "Wrong alignment on UDialogueWave"); \ +static_assert(sizeof(UDialogueWave) == 0x000070, "Wrong size on UDialogueWave"); \ +static_assert(offsetof(UDialogueWave, SpokenText) == 0x000030, "Member 'UDialogueWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, SubtitleOverride) == 0x000040, "Member 'UDialogueWave::SubtitleOverride' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, ContextMappings) == 0x000050, "Member 'UDialogueWave::ContextMappings' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, LocalizationGUID) == 0x000060, "Member 'UDialogueWave::LocalizationGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDPICustomScalingRule \ +static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ +static_assert(sizeof(UDPICustomScalingRule) == 0x000028, "Wrong size on UDPICustomScalingRule"); \ + +#define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ +static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ +static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000B8, "Wrong size on UEdGraphNode_Documentation"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x000098, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000A8, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetImportData \ +static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ +static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ + +#define DUMPER7_ASSERTS_UThumbnailInfo \ +static_assert(alignof(UThumbnailInfo) == 0x000008, "Wrong alignment on UThumbnailInfo"); \ +static_assert(sizeof(UThumbnailInfo) == 0x000028, "Wrong size on UThumbnailInfo"); \ + +#define DUMPER7_ASSERTS_UActorElementCounterInterface \ +static_assert(alignof(UActorElementCounterInterface) == 0x000008, "Wrong alignment on UActorElementCounterInterface"); \ +static_assert(sizeof(UActorElementCounterInterface) == 0x000030, "Wrong size on UActorElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UActorElementHierarchyInterface \ +static_assert(alignof(UActorElementHierarchyInterface) == 0x000008, "Wrong alignment on UActorElementHierarchyInterface"); \ +static_assert(sizeof(UActorElementHierarchyInterface) == 0x000030, "Wrong size on UActorElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_UActorElementObjectInterface \ +static_assert(alignof(UActorElementObjectInterface) == 0x000008, "Wrong alignment on UActorElementObjectInterface"); \ +static_assert(sizeof(UActorElementObjectInterface) == 0x000030, "Wrong size on UActorElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_UActorElementWorldInterface \ +static_assert(alignof(UActorElementWorldInterface) == 0x000008, "Wrong alignment on UActorElementWorldInterface"); \ +static_assert(sizeof(UActorElementWorldInterface) == 0x000030, "Wrong size on UActorElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementCounterInterface \ +static_assert(alignof(UComponentElementCounterInterface) == 0x000008, "Wrong alignment on UComponentElementCounterInterface"); \ +static_assert(sizeof(UComponentElementCounterInterface) == 0x000030, "Wrong size on UComponentElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementHierarchyInterface \ +static_assert(alignof(UComponentElementHierarchyInterface) == 0x000008, "Wrong alignment on UComponentElementHierarchyInterface"); \ +static_assert(sizeof(UComponentElementHierarchyInterface) == 0x000030, "Wrong size on UComponentElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementSelectionInterface \ +static_assert(alignof(UComponentElementSelectionInterface) == 0x000008, "Wrong alignment on UComponentElementSelectionInterface"); \ +static_assert(sizeof(UComponentElementSelectionInterface) == 0x000030, "Wrong size on UComponentElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementWorldInterface \ +static_assert(alignof(UComponentElementWorldInterface) == 0x000008, "Wrong alignment on UComponentElementWorldInterface"); \ +static_assert(sizeof(UComponentElementWorldInterface) == 0x000030, "Wrong size on UComponentElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UEngineElementsLibrary \ +static_assert(alignof(UEngineElementsLibrary) == 0x000008, "Wrong alignment on UEngineElementsLibrary"); \ +static_assert(sizeof(UEngineElementsLibrary) == 0x000028, "Wrong size on UEngineElementsLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanDeleteElement \ +static_assert(alignof(TypedElementWorldInterface_CanDeleteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanDeleteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanDeleteElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanDeleteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDeleteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanDeleteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDeleteElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanDeleteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanDuplicateElement \ +static_assert(alignof(TypedElementWorldInterface_CanDuplicateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanDuplicateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanDuplicateElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanDuplicateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDuplicateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanDuplicateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDuplicateElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanDuplicateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanEditElement \ +static_assert(alignof(TypedElementWorldInterface_CanEditElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanEditElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanEditElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanEditElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanEditElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanEditElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanEditElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanEditElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanMoveElement \ +static_assert(alignof(TypedElementWorldInterface_CanMoveElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanMoveElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanMoveElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanMoveElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanMoveElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, InWorldType) == 0x000008, "Member 'TypedElementWorldInterface_CanMoveElement::InWorldType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, ReturnValue) == 0x000009, "Member 'TypedElementWorldInterface_CanMoveElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanPromoteElement \ +static_assert(alignof(TypedElementWorldInterface_CanPromoteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanPromoteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanPromoteElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanPromoteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanPromoteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanPromoteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanPromoteElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanPromoteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanScaleElement \ +static_assert(alignof(TypedElementWorldInterface_CanScaleElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanScaleElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanScaleElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanScaleElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanScaleElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanScaleElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanScaleElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanScaleElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_DeleteElement \ +static_assert(alignof(TypedElementWorldInterface_DeleteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_DeleteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_DeleteElement) == 0x000020, "Wrong size on TypedElementWorldInterface_DeleteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_DeleteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InWorld) == 0x000008, "Member 'TypedElementWorldInterface_DeleteElement::InWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InSelectionSet) == 0x000010, "Member 'TypedElementWorldInterface_DeleteElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InDeletionOptions) == 0x000018, "Member 'TypedElementWorldInterface_DeleteElement::InDeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, ReturnValue) == 0x00001B, "Member 'TypedElementWorldInterface_DeleteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_DuplicateElement \ +static_assert(alignof(TypedElementWorldInterface_DuplicateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_DuplicateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_DuplicateElement) == 0x000030, "Wrong size on TypedElementWorldInterface_DuplicateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_DuplicateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InWorld) == 0x000008, "Member 'TypedElementWorldInterface_DuplicateElement::InWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InLocationOffset) == 0x000010, "Member 'TypedElementWorldInterface_DuplicateElement::InLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, ReturnValue) == 0x000028, "Member 'TypedElementWorldInterface_DuplicateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetBounds \ +static_assert(alignof(TypedElementWorldInterface_GetBounds) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetBounds"); \ +static_assert(sizeof(TypedElementWorldInterface_GetBounds) == 0x000048, "Wrong size on TypedElementWorldInterface_GetBounds"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetBounds::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, OutBounds) == 0x000008, "Member 'TypedElementWorldInterface_GetBounds::OutBounds' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, ReturnValue) == 0x000040, "Member 'TypedElementWorldInterface_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetOwnerLevel \ +static_assert(alignof(TypedElementWorldInterface_GetOwnerLevel) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetOwnerLevel"); \ +static_assert(sizeof(TypedElementWorldInterface_GetOwnerLevel) == 0x000010, "Wrong size on TypedElementWorldInterface_GetOwnerLevel"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerLevel, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetOwnerLevel::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerLevel, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_GetOwnerLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetOwnerWorld \ +static_assert(alignof(TypedElementWorldInterface_GetOwnerWorld) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetOwnerWorld"); \ +static_assert(sizeof(TypedElementWorldInterface_GetOwnerWorld) == 0x000010, "Wrong size on TypedElementWorldInterface_GetOwnerWorld"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerWorld, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetOwnerWorld::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerWorld, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_GetOwnerWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetPivotOffset \ +static_assert(alignof(TypedElementWorldInterface_GetPivotOffset) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetPivotOffset"); \ +static_assert(sizeof(TypedElementWorldInterface_GetPivotOffset) == 0x000028, "Wrong size on TypedElementWorldInterface_GetPivotOffset"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetPivotOffset::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, OutPivotOffset) == 0x000008, "Member 'TypedElementWorldInterface_GetPivotOffset::OutPivotOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, ReturnValue) == 0x000020, "Member 'TypedElementWorldInterface_GetPivotOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetRelativeTransform \ +static_assert(alignof(TypedElementWorldInterface_GetRelativeTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_GetRelativeTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_GetRelativeTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_GetRelativeTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetRelativeTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, OutTransform) == 0x000010, "Member 'TypedElementWorldInterface_GetRelativeTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetWorldTransform \ +static_assert(alignof(TypedElementWorldInterface_GetWorldTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_GetWorldTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_GetWorldTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_GetWorldTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetWorldTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, OutTransform) == 0x000010, "Member 'TypedElementWorldInterface_GetWorldTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_GetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_IsTemplateElement \ +static_assert(alignof(TypedElementWorldInterface_IsTemplateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_IsTemplateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_IsTemplateElement) == 0x000010, "Wrong size on TypedElementWorldInterface_IsTemplateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_IsTemplateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_IsTemplateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_IsTemplateElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_IsTemplateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementEnded \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementEnded) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementEnded"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementEnded) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementEnded"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementEnded, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementEnded::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementOngoing \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementOngoing) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementOngoing"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementOngoing) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementOngoing"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementOngoing, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementOngoing::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementStarted \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementStarted) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementStarted"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementStarted) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementStarted"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementStarted, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementStarted::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_PromoteElement \ +static_assert(alignof(TypedElementWorldInterface_PromoteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_PromoteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_PromoteElement) == 0x000018, "Wrong size on TypedElementWorldInterface_PromoteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_PromoteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, OverrideWorld) == 0x000008, "Member 'TypedElementWorldInterface_PromoteElement::OverrideWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, ReturnValue) == 0x000010, "Member 'TypedElementWorldInterface_PromoteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetPivotOffset \ +static_assert(alignof(TypedElementWorldInterface_SetPivotOffset) == 0x000008, "Wrong alignment on TypedElementWorldInterface_SetPivotOffset"); \ +static_assert(sizeof(TypedElementWorldInterface_SetPivotOffset) == 0x000028, "Wrong size on TypedElementWorldInterface_SetPivotOffset"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetPivotOffset::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, InPivotOffset) == 0x000008, "Member 'TypedElementWorldInterface_SetPivotOffset::InPivotOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, ReturnValue) == 0x000020, "Member 'TypedElementWorldInterface_SetPivotOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetRelativeTransform \ +static_assert(alignof(TypedElementWorldInterface_SetRelativeTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_SetRelativeTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_SetRelativeTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_SetRelativeTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetRelativeTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, InTransform) == 0x000010, "Member 'TypedElementWorldInterface_SetRelativeTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_SetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetWorldTransform \ +static_assert(alignof(TypedElementWorldInterface_SetWorldTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_SetWorldTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_SetWorldTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_SetWorldTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetWorldTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, InTransform) == 0x000010, "Member 'TypedElementWorldInterface_SetWorldTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_SetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementWorldInterface \ +static_assert(alignof(ITypedElementWorldInterface) == 0x000001, "Wrong alignment on ITypedElementWorldInterface"); \ +static_assert(sizeof(ITypedElementWorldInterface) == 0x000001, "Wrong size on ITypedElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementAssetDataInterface \ +static_assert(alignof(UObjectElementAssetDataInterface) == 0x000008, "Wrong alignment on UObjectElementAssetDataInterface"); \ +static_assert(sizeof(UObjectElementAssetDataInterface) == 0x000030, "Wrong size on UObjectElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementCounterInterface \ +static_assert(alignof(UObjectElementCounterInterface) == 0x000008, "Wrong alignment on UObjectElementCounterInterface"); \ +static_assert(sizeof(UObjectElementCounterInterface) == 0x000030, "Wrong size on UObjectElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementSelectionInterface \ +static_assert(alignof(UObjectElementSelectionInterface) == 0x000008, "Wrong alignment on UObjectElementSelectionInterface"); \ +static_assert(sizeof(UObjectElementSelectionInterface) == 0x000030, "Wrong size on UObjectElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementAssetDataInterface \ +static_assert(alignof(USMInstanceElementAssetDataInterface) == 0x000008, "Wrong alignment on USMInstanceElementAssetDataInterface"); \ +static_assert(sizeof(USMInstanceElementAssetDataInterface) == 0x000030, "Wrong size on USMInstanceElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementHierarchyInterface \ +static_assert(alignof(USMInstanceElementHierarchyInterface) == 0x000008, "Wrong alignment on USMInstanceElementHierarchyInterface"); \ +static_assert(sizeof(USMInstanceElementHierarchyInterface) == 0x000030, "Wrong size on USMInstanceElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementPrimitiveCustomDataInterface \ +static_assert(alignof(USMInstanceElementPrimitiveCustomDataInterface) == 0x000008, "Wrong alignment on USMInstanceElementPrimitiveCustomDataInterface"); \ +static_assert(sizeof(USMInstanceElementPrimitiveCustomDataInterface) == 0x000030, "Wrong size on USMInstanceElementPrimitiveCustomDataInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementSelectionInterface \ +static_assert(alignof(USMInstanceElementSelectionInterface) == 0x000008, "Wrong alignment on USMInstanceElementSelectionInterface"); \ +static_assert(sizeof(USMInstanceElementSelectionInterface) == 0x000030, "Wrong size on USMInstanceElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementWorldInterface \ +static_assert(alignof(USMInstanceElementWorldInterface) == 0x000008, "Wrong alignment on USMInstanceElementWorldInterface"); \ +static_assert(sizeof(USMInstanceElementWorldInterface) == 0x000030, "Wrong size on USMInstanceElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UEngineMessage \ +static_assert(alignof(UEngineMessage) == 0x000008, "Wrong alignment on UEngineMessage"); \ +static_assert(sizeof(UEngineMessage) == 0x0000A8, "Wrong size on UEngineMessage"); \ +static_assert(offsetof(UEngineMessage, FailedPlaceMessage) == 0x000028, "Member 'UEngineMessage::FailedPlaceMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, MaxedOutMessage) == 0x000038, "Member 'UEngineMessage::MaxedOutMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, EnteredMessage) == 0x000048, "Member 'UEngineMessage::EnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, LeftMessage) == 0x000058, "Member 'UEngineMessage::LeftMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, GlobalNameChange) == 0x000068, "Member 'UEngineMessage::GlobalNameChange' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, SpecEnteredMessage) == 0x000078, "Member 'UEngineMessage::SpecEnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewPlayerMessage) == 0x000088, "Member 'UEngineMessage::NewPlayerMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewSpecMessage) == 0x000098, "Member 'UEngineMessage::NewSpecMessage' 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) == 0x000050, "Wrong size on UAutoDestroySubsystem"); \ +static_assert(offsetof(UAutoDestroySubsystem, ActorsToPoll) == 0x000040, "Member 'UAutoDestroySubsystem::ActorsToPoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CancellableAsyncAction_IsActive \ +static_assert(alignof(CancellableAsyncAction_IsActive) == 0x000001, "Wrong alignment on CancellableAsyncAction_IsActive"); \ +static_assert(sizeof(CancellableAsyncAction_IsActive) == 0x000001, "Wrong size on CancellableAsyncAction_IsActive"); \ +static_assert(offsetof(CancellableAsyncAction_IsActive, ReturnValue) == 0x000000, "Member 'CancellableAsyncAction_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCancellableAsyncAction \ +static_assert(alignof(UCancellableAsyncAction) == 0x000008, "Wrong alignment on UCancellableAsyncAction"); \ +static_assert(sizeof(UCancellableAsyncAction) == 0x000030, "Wrong size on UCancellableAsyncAction"); \ + +#define DUMPER7_ASSERTS_UPoseWatchFolder \ +static_assert(alignof(UPoseWatchFolder) == 0x000008, "Wrong alignment on UPoseWatchFolder"); \ +static_assert(sizeof(UPoseWatchFolder) == 0x000028, "Wrong size on UPoseWatchFolder"); \ + +#define DUMPER7_ASSERTS_UPoseWatchElement \ +static_assert(alignof(UPoseWatchElement) == 0x000008, "Wrong alignment on UPoseWatchElement"); \ +static_assert(sizeof(UPoseWatchElement) == 0x000028, "Wrong size on UPoseWatchElement"); \ + +#define DUMPER7_ASSERTS_UPoseWatchPoseElement \ +static_assert(alignof(UPoseWatchPoseElement) == 0x000008, "Wrong alignment on UPoseWatchPoseElement"); \ +static_assert(sizeof(UPoseWatchPoseElement) == 0x000028, "Wrong size on UPoseWatchPoseElement"); \ + +#define DUMPER7_ASSERTS_AServerStatReplicator \ +static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ +static_assert(sizeof(AServerStatReplicator) == 0x000358, "Wrong size on AServerStatReplicator"); \ +static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000290, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000291, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, Channels) == 0x000294, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRate) == 0x000298, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRate) == 0x00029C, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x0002A4, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x0002A8, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x0002AC, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x0002B0, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x0002B4, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x0002B8, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x0002BC, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x0002C0, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x0002C4, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x0002C8, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x0002CC, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x0002D0, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x0002D4, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x0002D8, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPackets) == 0x0002DC, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x0002E0, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InBunches) == 0x0002E4, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x0002E8, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x0002EC, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InLoss) == 0x0002F0, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x0002F4, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x0002F8, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x0002FC, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x000300, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x000304, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x000308, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x00030C, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x000310, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x000314, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x000318, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x00031C, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x000320, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x000324, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActors) == 0x000328, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x00032C, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x000330, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x000334, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x000338, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x00033C, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x000340, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x000344, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x000348, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x00034C, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x000350, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USystemTimeTimecodeProvider \ +static_assert(alignof(USystemTimeTimecodeProvider) == 0x000008, "Wrong alignment on USystemTimeTimecodeProvider"); \ +static_assert(sizeof(USystemTimeTimecodeProvider) == 0x000040, "Wrong size on USystemTimeTimecodeProvider"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, FrameRate) == 0x000030, "Member 'USystemTimeTimecodeProvider::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bGenerateFullFrame) == 0x000038, "Member 'USystemTimeTimecodeProvider::bGenerateFullFrame' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bUseHighPerformanceClock) == 0x000039, "Member 'USystemTimeTimecodeProvider::bUseHighPerformanceClock' 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) == 0x000014, "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) == 0x000010, "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) == 0x000038, "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) == 0x000010, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Color' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Duration) == 0x000020, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Duration' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, DisplayOffset) == 0x000028, "Member 'ViewportStatsSubsystem_AddTimedDisplay::DisplayOffset' 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) == 0x000050, "Wrong size on UViewportStatsSubsystem"); \ + +#define DUMPER7_ASSERTS_UFont \ +static_assert(alignof(UFont) == 0x000008, "Wrong alignment on UFont"); \ +static_assert(sizeof(UFont) == 0x0001D8, "Wrong size on UFont"); \ +static_assert(offsetof(UFont, FontCacheType) == 0x000030, "Member 'UFont::FontCacheType' has a wrong offset!"); \ +static_assert(offsetof(UFont, FontRasterizationMode) == 0x000031, "Member 'UFont::FontRasterizationMode' has a wrong offset!"); \ +static_assert(offsetof(UFont, SdfSettings) == 0x000034, "Member 'UFont::SdfSettings' has a wrong offset!"); \ +static_assert(offsetof(UFont, Characters) == 0x000038, "Member 'UFont::Characters' has a wrong offset!"); \ +static_assert(offsetof(UFont, Textures) == 0x000048, "Member 'UFont::Textures' has a wrong offset!"); \ +static_assert(offsetof(UFont, IsRemapped) == 0x000058, "Member 'UFont::IsRemapped' has a wrong offset!"); \ +static_assert(offsetof(UFont, EmScale) == 0x00005C, "Member 'UFont::EmScale' has a wrong offset!"); \ +static_assert(offsetof(UFont, Ascent) == 0x000060, "Member 'UFont::Ascent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Descent) == 0x000064, "Member 'UFont::Descent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Leading) == 0x000068, "Member 'UFont::Leading' has a wrong offset!"); \ +static_assert(offsetof(UFont, Kerning) == 0x00006C, "Member 'UFont::Kerning' has a wrong offset!"); \ +static_assert(offsetof(UFont, ImportOptions) == 0x000070, "Member 'UFont::ImportOptions' has a wrong offset!"); \ +static_assert(offsetof(UFont, NumCharacters) == 0x000120, "Member 'UFont::NumCharacters' has a wrong offset!"); \ +static_assert(offsetof(UFont, MaxCharHeight) == 0x000128, "Member 'UFont::MaxCharHeight' has a wrong offset!"); \ +static_assert(offsetof(UFont, ScalingFactor) == 0x000138, "Member 'UFont::ScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontSize) == 0x00013C, "Member 'UFont::LegacyFontSize' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontName) == 0x000140, "Member 'UFont::LegacyFontName' has a wrong offset!"); \ +static_assert(offsetof(UFont, CompositeFont) == 0x000148, "Member 'UFont::CompositeFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionMiniMapVolume \ +static_assert(alignof(AWorldPartitionMiniMapVolume) == 0x000008, "Wrong alignment on AWorldPartitionMiniMapVolume"); \ +static_assert(sizeof(AWorldPartitionMiniMapVolume) == 0x0002C8, "Wrong size on AWorldPartitionMiniMapVolume"); \ + +#define DUMPER7_ASSERTS_UFontFace \ +static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ +static_assert(sizeof(UFontFace) == 0x000068, "Wrong size on UFontFace"); \ +static_assert(offsetof(UFontFace, SourceFilename) == 0x000030, "Member 'UFontFace::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, Hinting) == 0x000040, "Member 'UFontFace::Hinting' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LoadingPolicy) == 0x000041, "Member 'UFontFace::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LayoutMethod) == 0x000042, "Member 'UFontFace::LayoutMethod' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, AscendOverriddenValue) == 0x000044, "Member 'UFontFace::AscendOverriddenValue' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, bIsAscendOverridden) == 0x000048, "Member 'UFontFace::bIsAscendOverridden' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, DescendOverriddenValue) == 0x00004C, "Member 'UFontFace::DescendOverriddenValue' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, bIsDescendOverridden) == 0x000050, "Member 'UFontFace::bIsDescendOverridden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameEngine \ +static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ +static_assert(sizeof(UGameEngine) == 0x0010F8, "Wrong size on UGameEngine"); \ +static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x0010A0, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x0010A4, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, GameInstance) == 0x0010A8, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackEffect \ +static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ +static_assert(sizeof(UForceFeedbackEffect) == 0x0000A0, "Wrong size on UForceFeedbackEffect"); \ +static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, PerDeviceOverrides) == 0x000038, "Member 'UForceFeedbackEffect::PerDeviceOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, DeviceProperties) == 0x000088, "Member 'UForceFeedbackEffect::DeviceProperties' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000098, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorInputDeviceProperty \ +static_assert(alignof(UColorInputDeviceProperty) == 0x000008, "Wrong alignment on UColorInputDeviceProperty"); \ +static_assert(sizeof(UColorInputDeviceProperty) == 0x000098, "Wrong size on UColorInputDeviceProperty"); \ +static_assert(offsetof(UColorInputDeviceProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceProperty::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UColorInputDeviceProperty, DeviceOverrideData) == 0x000038, "Member 'UColorInputDeviceProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerFeedbackProperty \ +static_assert(alignof(UInputDeviceTriggerFeedbackProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerFeedbackProperty"); \ +static_assert(sizeof(UInputDeviceTriggerFeedbackProperty) == 0x0000B8, "Wrong size on UInputDeviceTriggerFeedbackProperty"); \ +static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerFeedbackProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, DeviceOverrideData) == 0x000050, "Member 'UInputDeviceTriggerFeedbackProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerResistanceProperty \ +static_assert(alignof(UInputDeviceTriggerResistanceProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerResistanceProperty"); \ +static_assert(sizeof(UInputDeviceTriggerResistanceProperty) == 0x0000C0, "Wrong size on UInputDeviceTriggerResistanceProperty"); \ +static_assert(offsetof(UInputDeviceTriggerResistanceProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerResistanceProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerResistanceProperty, DeviceOverrideData) == 0x000050, "Member 'UInputDeviceTriggerResistanceProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceAudioBasedVibrationProperty \ +static_assert(alignof(UInputDeviceAudioBasedVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceAudioBasedVibrationProperty"); \ +static_assert(sizeof(UInputDeviceAudioBasedVibrationProperty) == 0x000088, "Wrong size on UInputDeviceAudioBasedVibrationProperty"); \ +static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, Data) == 0x000030, "Member 'UInputDeviceAudioBasedVibrationProperty::Data' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, DeviceOverrideData) == 0x000038, "Member 'UInputDeviceAudioBasedVibrationProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_ActivateDevicePropertyOfClass \ +static_assert(alignof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000008, "Wrong alignment on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ +static_assert(sizeof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000018, "Wrong size on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, PropertyClass) == 0x000000, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, Params_0) == 0x000008, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::Params_0' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, ReturnValue) == 0x000014, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyByHandle \ +static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ +static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ +static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyByHandle, HandleToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyByHandle::HandleToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyHandles \ +static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000008, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ +static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000050, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ +static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyHandles, HandlesToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyHandles::HandlesToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetActiveDeviceProperty \ +static_assert(alignof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceSubsystem_GetActiveDeviceProperty"); \ +static_assert(sizeof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000010, "Wrong size on InputDeviceSubsystem_GetActiveDeviceProperty"); \ +static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, Handle) == 0x000000, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::Handle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, ReturnValue) == 0x000008, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetInputDeviceHardwareIdentifier \ +static_assert(alignof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ +static_assert(sizeof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ +static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, InputDevice) == 0x000000, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice \ +static_assert(alignof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ +static_assert(sizeof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, InUserId) == 0x000000, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::InUserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_IsPropertyActive \ +static_assert(alignof(InputDeviceSubsystem_IsPropertyActive) == 0x000004, "Wrong alignment on InputDeviceSubsystem_IsPropertyActive"); \ +static_assert(sizeof(InputDeviceSubsystem_IsPropertyActive) == 0x000008, "Wrong size on InputDeviceSubsystem_IsPropertyActive"); \ +static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, Handle) == 0x000000, "Member 'InputDeviceSubsystem_IsPropertyActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_IsPropertyActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceSubsystem \ +static_assert(alignof(UInputDeviceSubsystem) == 0x000008, "Wrong alignment on UInputDeviceSubsystem"); \ +static_assert(sizeof(UInputDeviceSubsystem) == 0x000198, "Wrong size on UInputDeviceSubsystem"); \ +static_assert(offsetof(UInputDeviceSubsystem, OnInputHardwareDeviceChanged) == 0x000038, "Member 'UInputDeviceSubsystem::OnInputHardwareDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceSubsystem, ActiveProperties) == 0x000048, "Member 'UInputDeviceSubsystem::ActiveProperties' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceSubsystem, PropertiesPendingRemoval) == 0x000098, "Member 'UInputDeviceSubsystem::PropertiesPendingRemoval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerStateCountLimiterConfig \ +static_assert(alignof(UPlayerStateCountLimiterConfig) == 0x000008, "Wrong alignment on UPlayerStateCountLimiterConfig"); \ +static_assert(sizeof(UPlayerStateCountLimiterConfig) == 0x000040, "Wrong size on UPlayerStateCountLimiterConfig"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer) == 0x000038, "Wrong size on LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, SaveGameClass) == 0x000000, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, LocalPlayerController) == 0x000008, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::LocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, SlotName) == 0x000010, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::SlotName' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, Delegate) == 0x000020, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::Delegate' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, ReturnValue) == 0x000030, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer) == 0x000028, "Wrong size on LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, SaveGameClass) == 0x000000, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, LocalPlayerController) == 0x000008, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::LocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, SlotName) == 0x000010, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::SlotName' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, ReturnValue) == 0x000020, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer) == 0x000001, "Wrong size on LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_OnPostSave \ +static_assert(alignof(LocalPlayerSaveGame_OnPostSave) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_OnPostSave"); \ +static_assert(sizeof(LocalPlayerSaveGame_OnPostSave) == 0x000001, "Wrong size on LocalPlayerSaveGame_OnPostSave"); \ +static_assert(offsetof(LocalPlayerSaveGame_OnPostSave, bSuccess) == 0x000000, "Member 'LocalPlayerSaveGame_OnPostSave::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer) == 0x000001, "Wrong size on LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetInvalidDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetInvalidDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetInvalidDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetInvalidDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetInvalidDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetInvalidDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetInvalidDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetLatestDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetLatestDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetLatestDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetLatestDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetLatestDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetLatestDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetLatestDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetLocalPlayerController \ +static_assert(alignof(LocalPlayerSaveGame_GetLocalPlayerController) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_GetLocalPlayerController"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetLocalPlayerController) == 0x000008, "Wrong size on LocalPlayerSaveGame_GetLocalPlayerController"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetLocalPlayerController, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetPlatformUserId \ +static_assert(alignof(LocalPlayerSaveGame_GetPlatformUserId) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetPlatformUserId"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetPlatformUserId) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetPlatformUserId"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetPlatformUserIndex \ +static_assert(alignof(LocalPlayerSaveGame_GetPlatformUserIndex) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetPlatformUserIndex"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetPlatformUserIndex) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetPlatformUserIndex"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetPlatformUserIndex, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetPlatformUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetSavedDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetSavedDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetSavedDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetSavedDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetSavedDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetSavedDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetSavedDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetSaveSlotName \ +static_assert(alignof(LocalPlayerSaveGame_GetSaveSlotName) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_GetSaveSlotName"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetSaveSlotName) == 0x000010, "Wrong size on LocalPlayerSaveGame_GetSaveSlotName"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetSaveSlotName, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetSaveSlotName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_IsSaveInProgress \ +static_assert(alignof(LocalPlayerSaveGame_IsSaveInProgress) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_IsSaveInProgress"); \ +static_assert(sizeof(LocalPlayerSaveGame_IsSaveInProgress) == 0x000001, "Wrong size on LocalPlayerSaveGame_IsSaveInProgress"); \ +static_assert(offsetof(LocalPlayerSaveGame_IsSaveInProgress, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_IsSaveInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasLastSaveSuccessful \ +static_assert(alignof(LocalPlayerSaveGame_WasLastSaveSuccessful) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasLastSaveSuccessful"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasLastSaveSuccessful) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasLastSaveSuccessful"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasLastSaveSuccessful, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasLastSaveSuccessful::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasLoaded \ +static_assert(alignof(LocalPlayerSaveGame_WasLoaded) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasLoaded"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasLoaded) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasLoaded"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasLoaded, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasSaveRequested \ +static_assert(alignof(LocalPlayerSaveGame_WasSaveRequested) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasSaveRequested"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasSaveRequested) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasSaveRequested"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasSaveRequested, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasSaveRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayerSaveGame \ +static_assert(alignof(ULocalPlayerSaveGame) == 0x000008, "Wrong alignment on ULocalPlayerSaveGame"); \ +static_assert(sizeof(ULocalPlayerSaveGame) == 0x000058, "Wrong size on ULocalPlayerSaveGame"); \ +static_assert(offsetof(ULocalPlayerSaveGame, OwningPlayer) == 0x000028, "Member 'ULocalPlayerSaveGame::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, SaveSlotName) == 0x000030, "Member 'ULocalPlayerSaveGame::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, SavedDataVersion) == 0x000040, "Member 'ULocalPlayerSaveGame::SavedDataVersion' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LoadedDataVersion) == 0x000044, "Member 'ULocalPlayerSaveGame::LoadedDataVersion' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, CurrentSaveRequest) == 0x000048, "Member 'ULocalPlayerSaveGame::CurrentSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LastSuccessfulSaveRequest) == 0x00004C, "Member 'ULocalPlayerSaveGame::LastSuccessfulSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LastErrorSaveRequest) == 0x000050, "Member 'ULocalPlayerSaveGame::LastErrorSaveRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetTargetRotation \ +static_assert(alignof(SpringArmComponent_GetTargetRotation) == 0x000008, "Wrong alignment on SpringArmComponent_GetTargetRotation"); \ +static_assert(sizeof(SpringArmComponent_GetTargetRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(sizeof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000018, "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) == 0x000330, "Wrong size on USpringArmComponent"); \ +static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x000230, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x000238, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000250, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000268, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x00026C, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000274, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000278, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x00027C, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x000280, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTouchInterface \ +static_assert(alignof(UTouchInterface) == 0x000008, "Wrong alignment on UTouchInterface"); \ +static_assert(sizeof(UTouchInterface) == 0x000058, "Wrong size on UTouchInterface"); \ +static_assert(offsetof(UTouchInterface, Controls) == 0x000028, "Member 'UTouchInterface::Controls' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActiveOpacity) == 0x000038, "Member 'UTouchInterface::ActiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, InactiveOpacity) == 0x00003C, "Member 'UTouchInterface::InactiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilDeactive) == 0x000040, "Member 'UTouchInterface::TimeUntilDeactive' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilReset) == 0x000044, "Member 'UTouchInterface::TimeUntilReset' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActivationDelay) == 0x000048, "Member 'UTouchInterface::ActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, bPreventRecenter) == 0x00004C, "Member 'UTouchInterface::bPreventRecenter' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, StartupDelay) == 0x000050, "Member 'UTouchInterface::StartupDelay' 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) == 0x000070, "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) == 0x000080, "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) == 0x000070, "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) == 0x000328, "Wrong size on AGameModeBase"); \ +static_assert(offsetof(AGameModeBase, OptionsString) == 0x000290, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x0002A0, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameStateClass) == 0x0002A8, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x0002B0, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x0002B8, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, HUDClass) == 0x0002C0, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x0002C8, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x0002D0, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x0002D8, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x0002E0, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSession) == 0x0002E8, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameState) == 0x0002F0, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x0002F8, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000300, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameNetDriverReplicationSystem) == 0x000314, "Member 'AGameModeBase::GameNetDriverReplicationSystem' 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) == 0x000008, "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_GetMatchState \ +static_assert(alignof(GameMode_GetMatchState) == 0x000004, "Wrong alignment on GameMode_GetMatchState"); \ +static_assert(sizeof(GameMode_GetMatchState) == 0x000008, "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) == 0x000370, "Wrong size on AGameMode"); \ +static_assert(offsetof(AGameMode, MatchState) == 0x000328, "Member 'AGameMode::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumSpectators) == 0x000334, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumPlayers) == 0x000338, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumBots) == 0x00033C, "Member 'AGameMode::NumBots' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x000340, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x000344, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, EngineMessageClass) == 0x000348, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x000350, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000360, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x000364, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000368, "Member 'AGameMode::bHandleDedicatedServerReplays' 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) == 0x000018, "Member 'GameplayStatics_ActivateReverbEffect::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, Volume) == 0x00001C, "Member 'GameplayStatics_ActivateReverbEffect::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, FadeTime) == 0x000020, "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) == 0x000140, "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) == 0x000010, "Member 'GameplayStatics_ApplyPointDamage::HitFromDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitInfo) == 0x000028, "Member 'GameplayStatics_ApplyPointDamage::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, EventInstigator) == 0x000120, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x000128, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x000130, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x000138, "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) == 0x000060, "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) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageRadius) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageTypeClass) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, IgnoreActors) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageCauser) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, InstigatedByController) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, bDoFullDamage) == 0x000058, "Member 'GameplayStatics_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamagePreventionChannel) == 0x000059, "Member 'GameplayStatics_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, ReturnValue) == 0x00005A, "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) == 0x000068, "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) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageOuterRadius) == 0x00002C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageFalloff) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageTypeClass) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, IgnoreActors) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageCauser) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, InstigatedByController) == 0x000058, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamagePreventionChannel) == 0x000060, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, ReturnValue) == 0x000061, "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) == 0x000028, "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) == 0x000020, "Member 'GameplayStatics_AreAnyListenersWithinRange::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, ReturnValue) == 0x000024, "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) == 0x000090, "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) == 0x000070, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, Owner) == 0x000078, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, TransformScaleMethod) == 0x000080, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000088, "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) == 0x000080, "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) == 0x000070, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, ReturnValue) == 0x000078, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::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) == 0x0001C8, "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) == 0x000080, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictResult' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, ReturnValue) == 0x0001C0, "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) == 0x0001A0, "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) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x000110, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x000128, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x000140, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x000158, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x00015C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x000160, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x000170, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x000178, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x000188, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x00018C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000190, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x000194, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x000198, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x00019C, "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) == 0x000190, "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) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x000110, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x000128, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x000140, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x000158, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x00015C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x000160, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x000161, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x000168, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x000178, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x00017C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x000180, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x000184, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x000188, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x00018C, "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) == 0x000068, "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) == 0x000020, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, EndLocation) == 0x000038, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, LaunchSpeed) == 0x000050, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::LaunchSpeed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, OverrideGravityZ) == 0x000054, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TraceOption) == 0x000058, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TraceOption' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, CollisionRadius) == 0x00005C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bFavorHighArc) == 0x000060, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bFavorHighArc' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bDrawDebug) == 0x000061, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bAcceptClosestOnNoSolutions) == 0x000062, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bAcceptClosestOnNoSolutions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, ReturnValue) == 0x000063, "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) == 0x0001D0, "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) == 0x0000F8, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x0000F9, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x0000FC, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x000100, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x000108, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x000120, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Normal) == 0x000138, "Member 'GameplayStatics_BreakHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x000150, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x000168, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x000170, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x000178, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x000180, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, BoneName) == 0x000188, "Member 'GameplayStatics_BreakHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x000190, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x000194, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x000198, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x0001A0, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x0001B8, "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_CreatePlayerFromPlatformUser \ +static_assert(alignof(GameplayStatics_CreatePlayerFromPlatformUser) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayerFromPlatformUser"); \ +static_assert(sizeof(GameplayStatics_CreatePlayerFromPlatformUser) == 0x000018, "Wrong size on GameplayStatics_CreatePlayerFromPlatformUser"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, UserId) == 0x000008, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::bSpawnPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::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) == 0x000010, "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_DeprojectSceneCaptureToWorld \ +static_assert(alignof(GameplayStatics_DeprojectSceneCaptureToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectSceneCaptureToWorld"); \ +static_assert(sizeof(GameplayStatics_DeprojectSceneCaptureToWorld) == 0x000050, "Wrong size on GameplayStatics_DeprojectSceneCaptureToWorld"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, SceneCapture2D) == 0x000000, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, TargetUV) == 0x000008, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::TargetUV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, WorldPosition) == 0x000018, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, WorldDirection) == 0x000030, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, ReturnValue) == 0x000048, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::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) == 0x000050, "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) == 0x000018, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldDirection) == 0x000030, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ReturnValue) == 0x000048, "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) == 0x000008, "Wrong alignment on GameplayStatics_FindCollisionUV"); \ +static_assert(sizeof(GameplayStatics_FindCollisionUV) == 0x000118, "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) == 0x0000F8, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x000100, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x000110, "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) == 0x000038, "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) == 0x000018, "Member 'GameplayStatics_FindNearestActor::ActorsToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, Distance) == 0x000028, "Member 'GameplayStatics_FindNearestActor::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, ReturnValue) == 0x000030, "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) == 0x000080, "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, TransformScaleMethod) == 0x000070, "Member 'GameplayStatics_FinishSpawningActor::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, ReturnValue) == 0x000078, "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) == 0x000008, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ +static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000010, "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) == 0x000008, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActiveSpatialPluginName \ +static_assert(alignof(GameplayStatics_GetActiveSpatialPluginName) == 0x000008, "Wrong alignment on GameplayStatics_GetActiveSpatialPluginName"); \ +static_assert(sizeof(GameplayStatics_GetActiveSpatialPluginName) == 0x000010, "Wrong size on GameplayStatics_GetActiveSpatialPluginName"); \ +static_assert(offsetof(GameplayStatics_GetActiveSpatialPluginName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActiveSpatialPluginName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActiveSpatialPluginName, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetActiveSpatialPluginName::ReturnValue' 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) == 0x000028, "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) == 0x000048, "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) == 0x000018, "Member 'GameplayStatics_GetActorArrayBounds::Center' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, BoxExtent) == 0x000030, "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) == 0x000028, "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) == 0x000018, "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) == 0x000020, "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) == 0x000010, "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_GetAvailableSpatialPluginNames \ +static_assert(alignof(GameplayStatics_GetAvailableSpatialPluginNames) == 0x000008, "Wrong alignment on GameplayStatics_GetAvailableSpatialPluginNames"); \ +static_assert(sizeof(GameplayStatics_GetAvailableSpatialPluginNames) == 0x000018, "Wrong size on GameplayStatics_GetAvailableSpatialPluginNames"); \ +static_assert(offsetof(GameplayStatics_GetAvailableSpatialPluginNames, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAvailableSpatialPluginNames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAvailableSpatialPluginNames, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAvailableSpatialPluginNames::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) == 0x000048, "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) == 0x000020, "Member 'GameplayStatics_GetClosestListenerLocation::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, bAllowAttenuationOverride) == 0x000024, "Member 'GameplayStatics_GetClosestListenerLocation::bAllowAttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ListenerPosition) == 0x000028, "Member 'GameplayStatics_GetClosestListenerLocation::ListenerPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ReturnValue) == 0x000040, "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_GetNumLocalPlayerControllers \ +static_assert(alignof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumLocalPlayerControllers"); \ +static_assert(sizeof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumLocalPlayerControllers"); \ +static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumLocalPlayerControllers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumLocalPlayerControllers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerControllers \ +static_assert(alignof(GameplayStatics_GetNumPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerControllers"); \ +static_assert(sizeof(GameplayStatics_GetNumPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerControllers"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerControllers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerControllers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerStates \ +static_assert(alignof(GameplayStatics_GetNumPlayerStates) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerStates"); \ +static_assert(sizeof(GameplayStatics_GetNumPlayerStates) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerStates"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerStates, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerStates::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerStates, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerStates::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_GetPlayerControllerFromPlatformUser \ +static_assert(alignof(GameplayStatics_GetPlayerControllerFromPlatformUser) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromPlatformUser"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerFromPlatformUser) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromPlatformUser"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, UserId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::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_GetPlayerState \ +static_assert(alignof(GameplayStatics_GetPlayerState) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerState"); \ +static_assert(sizeof(GameplayStatics_GetPlayerState) == 0x000018, "Wrong size on GameplayStatics_GetPlayerState"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, PlayerStateIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerState::PlayerStateIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerStateFromUniqueNetId \ +static_assert(alignof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ +static_assert(sizeof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000040, "Wrong size on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, UniqueID) == 0x000008, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, ReturnValue) == 0x000038, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::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) == 0x000018, "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) == 0x000010, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ +static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000008, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ +static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x000100, "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) == 0x0000F8, "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) == 0x000980, "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) == 0x000800, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000880, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000900, "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) == 0x000030, "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) == 0x000028, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x00002C, "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_IsAnyLocalPlayerCameraWithinRange \ +static_assert(alignof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_IsAnyLocalPlayerCameraWithinRange"); \ +static_assert(sizeof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange) == 0x000028, "Wrong size on GameplayStatics_IsAnyLocalPlayerCameraWithinRange"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, Location) == 0x000008, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, MaximumRange) == 0x000020, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, ReturnValue) == 0x000024, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::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_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) == 0x000030, "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) == 0x000010, "Member 'GameplayStatics_LoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bShouldBlockOnLoad) == 0x000011, "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) == 0x000050, "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) == 0x000030, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bShouldBlockOnLoad) == 0x000031, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000038, "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) == 0x0001D0, "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) == 0x000010, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000028, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000040, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000058, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000070, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000078, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000080, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000088, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, BoneName) == 0x000090, "Member 'GameplayStatics_MakeHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000098, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x00009C, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x0000A0, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x0000A8, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x0000C0, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x0000D8, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ObjectIsA \ +static_assert(alignof(GameplayStatics_ObjectIsA) == 0x000008, "Wrong alignment on GameplayStatics_ObjectIsA"); \ +static_assert(sizeof(GameplayStatics_ObjectIsA) == 0x000018, "Wrong size on GameplayStatics_ObjectIsA"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, Object) == 0x000000, "Member 'GameplayStatics_ObjectIsA::Object' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, ObjectClass) == 0x000008, "Member 'GameplayStatics_ObjectIsA::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, ReturnValue) == 0x000010, "Member 'GameplayStatics_ObjectIsA::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) == 0x000010, "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) == 0x000048, "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) == 0x000030, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000038, "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) == 0x000070, "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) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000058, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x00005C, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000060, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000068, "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) == 0x000070, "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) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000058, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000060, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, InitialParams) == 0x000068, "Member 'GameplayStatics_PlaySoundAtLocation::InitialParams' 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) == 0x000038, "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) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x00002C, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000030, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000034, "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) == 0x000038, "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) == 0x000020, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x000030, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x000031, "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) == 0x000038, "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) == 0x000020, "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) == 0x000038, "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) == 0x000020, "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_SetActiveSpatialPluginByName \ +static_assert(alignof(GameplayStatics_SetActiveSpatialPluginByName) == 0x000008, "Wrong alignment on GameplayStatics_SetActiveSpatialPluginByName"); \ +static_assert(sizeof(GameplayStatics_SetActiveSpatialPluginByName) == 0x000018, "Wrong size on GameplayStatics_SetActiveSpatialPluginByName"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetActiveSpatialPluginByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, InPluginName) == 0x000008, "Member 'GameplayStatics_SetActiveSpatialPluginByName::InPluginName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, ReturnValue) == 0x000010, "Member 'GameplayStatics_SetActiveSpatialPluginByName::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_SetPlayerPlatformUserId \ +static_assert(alignof(GameplayStatics_SetPlayerPlatformUserId) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerPlatformUserId"); \ +static_assert(sizeof(GameplayStatics_SetPlayerPlatformUserId) == 0x000010, "Wrong size on GameplayStatics_SetPlayerPlatformUserId"); \ +static_assert(offsetof(GameplayStatics_SetPlayerPlatformUserId, PlayerController) == 0x000000, "Member 'GameplayStatics_SetPlayerPlatformUserId::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerPlatformUserId, UserId) == 0x000008, "Member 'GameplayStatics_SetPlayerPlatformUserId::UserId' 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) == 0x000068, "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) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000040, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000058, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000060, "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) == 0x000070, "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) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000064, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000068, "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) == 0x000080, "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) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x00005C, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000070, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000078, "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) == 0x000088, "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) == 0x000030, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000061, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x000064, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x00006C, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000070, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000078, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000080, "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) == 0x000068, "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) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000059, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x00005A, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000060, "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) == 0x000070, "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) == 0x000018, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000048, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x000061, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x000062, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x000063, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000068, "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) == 0x000068, "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) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000060, "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) == 0x000070, "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) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x00004A, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000068, "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) == 0x000070, "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) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000058, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000068, "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) == 0x000078, "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) == 0x000018, "Member 'GameplayStatics_SpawnSoundAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000060, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000068, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000070, "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) == 0x000060, "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) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000038, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x000050, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000054, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000058, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_MovingTarget \ +static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_MovingTarget) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_MovingTarget"); \ +static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_MovingTarget) == 0x000088, "Wrong size on GameplayStatics_SuggestProjectileVelocity_MovingTarget"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, ProjectileStartLocation) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::ProjectileStartLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TargetActor) == 0x000038, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TargetLocationOffset) == 0x000040, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, GravityZOverride) == 0x000058, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::GravityZOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TimeToTarget) == 0x000060, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TimeToTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugType) == 0x000068, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugTime) == 0x00006C, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugColor) == 0x000070, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugColor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, ReturnValue) == 0x000080, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::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) == 0x000030, "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) == 0x000010, "Member 'GameplayStatics_UnloadStreamLevel::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, bShouldBlockOnUnload) == 0x000028, "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) == 0x000050, "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) == 0x000030, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, bShouldBlockOnUnload) == 0x000048, "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) == 0x000028, "Wrong size on UGameplayStatics"); \ + +#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) == 0x000008, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000008, "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) == 0x0002E8, "Wrong size on AGameStateBase"); \ +static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000290, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000298, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x0002A0, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, PlayerArray) == 0x0002A8, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x0002B8, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x0002BC, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSecondsDouble) == 0x0002C0, "Member 'AGameStateBase::ReplicatedWorldTimeSecondsDouble' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x0002C8, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x0002CC, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameState \ +static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ +static_assert(sizeof(AGameState) == 0x000308, "Wrong size on AGameState"); \ +static_assert(offsetof(AGameState, MatchState) == 0x0002E8, "Member 'AGameState::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, PreviousMatchState) == 0x0002F0, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, ElapsedTime) == 0x0002F8, "Member 'AGameState::ElapsedTime' 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_SetGlobalIlluminationQuality \ +static_assert(alignof(GameUserSettings_SetGlobalIlluminationQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetGlobalIlluminationQuality"); \ +static_assert(sizeof(GameUserSettings_SetGlobalIlluminationQuality) == 0x000004, "Wrong size on GameUserSettings_SetGlobalIlluminationQuality"); \ +static_assert(offsetof(GameUserSettings_SetGlobalIlluminationQuality, Value) == 0x000000, "Member 'GameUserSettings_SetGlobalIlluminationQuality::Value' 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_SetReflectionQuality \ +static_assert(alignof(GameUserSettings_SetReflectionQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetReflectionQuality"); \ +static_assert(sizeof(GameUserSettings_SetReflectionQuality) == 0x000004, "Wrong size on GameUserSettings_SetReflectionQuality"); \ +static_assert(offsetof(GameUserSettings_SetReflectionQuality, Value) == 0x000000, "Member 'GameUserSettings_SetReflectionQuality::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_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_GetGlobalIlluminationQuality \ +static_assert(alignof(GameUserSettings_GetGlobalIlluminationQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetGlobalIlluminationQuality"); \ +static_assert(sizeof(GameUserSettings_GetGlobalIlluminationQuality) == 0x000004, "Wrong size on GameUserSettings_GetGlobalIlluminationQuality"); \ +static_assert(offsetof(GameUserSettings_GetGlobalIlluminationQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGlobalIlluminationQuality::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_GetReflectionQuality \ +static_assert(alignof(GameUserSettings_GetReflectionQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetReflectionQuality"); \ +static_assert(sizeof(GameUserSettings_GetReflectionQuality) == 0x000004, "Wrong size on GameUserSettings_GetReflectionQuality"); \ +static_assert(offsetof(GameUserSettings_GetReflectionQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetReflectionQuality::ReturnValue' 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) == 0x000148, "Wrong size on UGameUserSettings"); \ +static_assert(offsetof(UGameUserSettings, bUseVSync) == 0x000028, "Member 'UGameUserSettings::bUseVSync' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDynamicResolution) == 0x000029, "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) == 0x000138, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ + +#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) == 0x0003B0, "Wrong size on UGameViewportClient"); \ +static_assert(offsetof(UGameViewportClient, ViewportConsole) == 0x000040, "Member 'UGameViewportClient::ViewportConsole' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, DebugProperties) == 0x000048, "Member 'UGameViewportClient::DebugProperties' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, MaxSplitscreenPlayers) == 0x000068, "Member 'UGameViewportClient::MaxSplitscreenPlayers' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, World) == 0x000078, "Member 'UGameViewportClient::World' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, GameInstance) == 0x000080, "Member 'UGameViewportClient::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODProxy \ +static_assert(alignof(UHLODProxy) == 0x000008, "Wrong alignment on UHLODProxy"); \ +static_assert(sizeof(UHLODProxy) == 0x000088, "Wrong size on UHLODProxy"); \ +static_assert(offsetof(UHLODProxy, ProxyMeshes) == 0x000028, "Member 'UHLODProxy::ProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(UHLODProxy, HLODActors) == 0x000038, "Member 'UHLODProxy::HLODActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODEngineSubsystem \ +static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ +static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ + +#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_UInheritableComponentHandler \ +static_assert(alignof(UInheritableComponentHandler) == 0x000008, "Wrong alignment on UInheritableComponentHandler"); \ +static_assert(sizeof(UInheritableComponentHandler) == 0x000048, "Wrong size on UInheritableComponentHandler"); \ +static_assert(offsetof(UInheritableComponentHandler, Records) == 0x000028, "Member 'UInheritableComponentHandler::Records' has a wrong offset!"); \ +static_assert(offsetof(UInheritableComponentHandler, UnnecessaryComponents) == 0x000038, "Member 'UInheritableComponentHandler::UnnecessaryComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAxisDelegateBinding \ +static_assert(alignof(UInputAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisDelegateBinding"); \ +static_assert(sizeof(UInputAxisDelegateBinding) == 0x000038, "Wrong size on UInputAxisDelegateBinding"); \ +static_assert(offsetof(UInputAxisDelegateBinding, InputAxisDelegateBindings) == 0x000028, "Member 'UInputAxisDelegateBinding::InputAxisDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAxisKeyDelegateBinding \ +static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on UInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000028, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_InputDeviceId \ +static_assert(alignof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ +static_assert(sizeof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_PlatformUserId \ +static_assert(alignof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ +static_assert(sizeof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllActiveUsers \ +static_assert(alignof(InputDeviceLibrary_GetAllActiveUsers) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllActiveUsers"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllActiveUsers) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllActiveUsers"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, OutUsers) == 0x000000, "Member 'InputDeviceLibrary_GetAllActiveUsers::OutUsers' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllActiveUsers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllConnectedInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllConnectedInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllConnectedInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetAllInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevices::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevicesForUser \ +static_assert(alignof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevicesForUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000020, "Wrong size on InputDeviceLibrary_GetAllInputDevicesForUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, OutInputDevices) == 0x000008, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, ReturnValue) == 0x000018, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetDefaultInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetDefaultInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong size on InputDeviceLibrary_GetDefaultInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetDefaultInputDevice, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetDefaultInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetInputDeviceConnectionState \ +static_assert(alignof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetInputDeviceConnectionState"); \ +static_assert(sizeof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000008, "Wrong size on InputDeviceLibrary_GetInputDeviceConnectionState"); \ +static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromPlatformUser \ +static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryInputDeviceForUser \ +static_assert(alignof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000008, "Wrong size on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryPlatformUser \ +static_assert(alignof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryPlatformUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong size on InputDeviceLibrary_GetPrimaryPlatformUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryPlatformUser, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetUserForInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetUserForInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_GetUserForInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetUserForInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetUserForInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForUnpairedInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong size on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForUnpairedInputDevices, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetUserForUnpairedInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_InputDeviceId_None \ +static_assert(alignof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_InputDeviceId_None"); \ +static_assert(sizeof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong size on InputDeviceLibrary_InputDeviceId_None"); \ +static_assert(offsetof(InputDeviceLibrary_InputDeviceId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_InputDeviceId_None::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsDevicePropertyHandleValid \ +static_assert(alignof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ +static_assert(sizeof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000008, "Wrong size on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ +static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, InHandle) == 0x000000, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::InHandle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser \ +static_assert(alignof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ +static_assert(sizeof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000008, "Wrong size on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ +static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, InputDevice) == 0x000000, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsUnpairedUserId \ +static_assert(alignof(InputDeviceLibrary_IsUnpairedUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsUnpairedUserId"); \ +static_assert(sizeof(InputDeviceLibrary_IsUnpairedUserId) == 0x000008, "Wrong size on InputDeviceLibrary_IsUnpairedUserId"); \ +static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, PlatformId) == 0x000000, "Member 'InputDeviceLibrary_IsUnpairedUserId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsUnpairedUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidInputDevice \ +static_assert(alignof(InputDeviceLibrary_IsValidInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_IsValidInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_IsValidInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidPlatformId \ +static_assert(alignof(InputDeviceLibrary_IsValidPlatformId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidPlatformId"); \ +static_assert(sizeof(InputDeviceLibrary_IsValidPlatformId) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidPlatformId"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, UserId) == 0x000000, "Member 'InputDeviceLibrary_IsValidPlatformId::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidPlatformId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_InputDeviceId \ +static_assert(alignof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_InputDeviceId"); \ +static_assert(sizeof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_InputDeviceId"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_PlatformUserId \ +static_assert(alignof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_PlatformUserId"); \ +static_assert(sizeof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_PlatformUserId"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_PlatformUserId_None \ +static_assert(alignof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_PlatformUserId_None"); \ +static_assert(sizeof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong size on InputDeviceLibrary_PlatformUserId_None"); \ +static_assert(offsetof(InputDeviceLibrary_PlatformUserId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_PlatformUserId_None::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceLibrary \ +static_assert(alignof(UInputDeviceLibrary) == 0x000008, "Wrong alignment on UInputDeviceLibrary"); \ +static_assert(sizeof(UInputDeviceLibrary) == 0x000028, "Wrong size on UInputDeviceLibrary"); \ + +#define DUMPER7_ASSERTS_UInputTouchDelegateBinding \ +static_assert(alignof(UInputTouchDelegateBinding) == 0x000008, "Wrong alignment on UInputTouchDelegateBinding"); \ +static_assert(sizeof(UInputTouchDelegateBinding) == 0x000038, "Wrong size on UInputTouchDelegateBinding"); \ +static_assert(offsetof(UInputTouchDelegateBinding, InputTouchDelegateBindings) == 0x000028, "Member 'UInputTouchDelegateBinding::InputTouchDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ +static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ +static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ + +#define DUMPER7_ASSERTS_UStringTable \ +static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ +static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ + +#define DUMPER7_ASSERTS_UInterpCurveEdSetup \ +static_assert(alignof(UInterpCurveEdSetup) == 0x000008, "Wrong alignment on UInterpCurveEdSetup"); \ +static_assert(sizeof(UInterpCurveEdSetup) == 0x000040, "Wrong size on UInterpCurveEdSetup"); \ +static_assert(offsetof(UInterpCurveEdSetup, Tabs) == 0x000028, "Member 'UInterpCurveEdSetup::Tabs' has a wrong offset!"); \ +static_assert(offsetof(UInterpCurveEdSetup, ActiveTab) == 0x000038, "Member 'UInterpCurveEdSetup::ActiveTab' has a wrong offset!"); \ + +#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) == 0x0000E0, "Wrong size on URuntimeVirtualTexture"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileCount) == 0x000028, "Member 'URuntimeVirtualTexture::TileCount' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileSize) == 0x00002C, "Member 'URuntimeVirtualTexture::TileSize' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileBorderSize) == 0x000030, "Member 'URuntimeVirtualTexture::TileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, MaterialType) == 0x000034, "Member 'URuntimeVirtualTexture::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bCompressTextures) == 0x000035, "Member 'URuntimeVirtualTexture::bCompressTextures' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bUseLowQualityCompression) == 0x000036, "Member 'URuntimeVirtualTexture::bUseLowQualityCompression' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bClearTextures) == 0x000037, "Member 'URuntimeVirtualTexture::bClearTextures' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bSinglePhysicalSpace) == 0x000038, "Member 'URuntimeVirtualTexture::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bPrivateSpace) == 0x000039, "Member 'URuntimeVirtualTexture::bPrivateSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bAdaptive) == 0x00003A, "Member 'URuntimeVirtualTexture::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bContinuousUpdate) == 0x00003B, "Member 'URuntimeVirtualTexture::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, RemoveLowMips) == 0x00003C, "Member 'URuntimeVirtualTexture::RemoveLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, LODGroup) == 0x000040, "Member 'URuntimeVirtualTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, Size) == 0x000044, "Member 'URuntimeVirtualTexture::Size' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, StreamingTexture) == 0x000048, "Member 'URuntimeVirtualTexture::StreamingTexture' 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_IsEmpty \ +static_assert(alignof(KismetArrayLibrary_Array_IsEmpty) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsEmpty"); \ +static_assert(sizeof(KismetArrayLibrary_Array_IsEmpty) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsEmpty"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsEmpty, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsEmpty::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsEmpty, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsNotEmpty \ +static_assert(alignof(KismetArrayLibrary_Array_IsNotEmpty) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsNotEmpty"); \ +static_assert(sizeof(KismetArrayLibrary_Array_IsNotEmpty) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsNotEmpty"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsNotEmpty, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsNotEmpty::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsNotEmpty, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_IsNotEmpty::ReturnValue' 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_ShuffleFromStream \ +static_assert(alignof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_ShuffleFromStream"); \ +static_assert(sizeof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000018, "Wrong size on KismetArrayLibrary_Array_ShuffleFromStream"); \ +static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::RandomStream' 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) == 0x000020, "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) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortByteArray \ +static_assert(alignof(KismetArrayLibrary_SortByteArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortByteArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortByteArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortByteArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortByteArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortByteArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortByteArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortFloatArray \ +static_assert(alignof(KismetArrayLibrary_SortFloatArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortFloatArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortFloatArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortFloatArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortFloatArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortFloatArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortFloatArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortInt64Array \ +static_assert(alignof(KismetArrayLibrary_SortInt64Array) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortInt64Array"); \ +static_assert(sizeof(KismetArrayLibrary_SortInt64Array) == 0x000018, "Wrong size on KismetArrayLibrary_SortInt64Array"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortInt64Array::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortInt64Array::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortInt64Array::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortIntArray \ +static_assert(alignof(KismetArrayLibrary_SortIntArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortIntArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortIntArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortIntArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortIntArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortIntArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortIntArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortNameArray \ +static_assert(alignof(KismetArrayLibrary_SortNameArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortNameArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortNameArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortNameArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortNameArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortNameArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, bLexicalSort) == 0x000011, "Member 'KismetArrayLibrary_SortNameArray::bLexicalSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, SortOrder) == 0x000012, "Member 'KismetArrayLibrary_SortNameArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortStringArray \ +static_assert(alignof(KismetArrayLibrary_SortStringArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortStringArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortStringArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortStringArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortStringArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortStringArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortStringArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetArrayLibrary \ +static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ +static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ + +#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) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ + +#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) == 0x000018, "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) == 0x000018, "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) == 0x000028, "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) == 0x000018, "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) == 0x000018, "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) == 0x000028, "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) == 0x000018, "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) == 0x000028, "Wrong size on UKismetMaterialLibrary"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_abs \ +static_assert(alignof(KismetMathLibrary_abs) == 0x000008, "Wrong alignment on KismetMathLibrary_abs"); \ +static_assert(sizeof(KismetMathLibrary_abs) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_acos"); \ +static_assert(sizeof(KismetMathLibrary_acos) == 0x000010, "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) == 0x000008, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Add_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Add_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Add_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Add_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Add_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DoubleDouble::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) == 0x000180, "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) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000100, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000040, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Add_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ +static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Add_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ +static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000030, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_asin"); \ +static_assert(sizeof(KismetMathLibrary_asin) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_asin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_atan \ +static_assert(alignof(KismetMathLibrary_atan) == 0x000008, "Wrong alignment on KismetMathLibrary_atan"); \ +static_assert(sizeof(KismetMathLibrary_atan) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_atan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ +static_assert(alignof(KismetMathLibrary_Atan2) == 0x000008, "Wrong alignment on KismetMathLibrary_Atan2"); \ +static_assert(sizeof(KismetMathLibrary_Atan2) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_AverageOfIntArray \ +static_assert(alignof(KismetMathLibrary_AverageOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_AverageOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_AverageOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_AverageOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_AverageOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_AverageOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_AverageOfIntArray, AverageValue) == 0x000010, "Member 'KismetMathLibrary_AverageOfIntArray::AverageValue' 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_Box_ExpandBy \ +static_assert(alignof(KismetMathLibrary_Box_ExpandBy) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_ExpandBy"); \ +static_assert(sizeof(KismetMathLibrary_Box_ExpandBy) == 0x0000A0, "Wrong size on KismetMathLibrary_Box_ExpandBy"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Box) == 0x000000, "Member 'KismetMathLibrary_Box_ExpandBy::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Negative) == 0x000038, "Member 'KismetMathLibrary_Box_ExpandBy::Negative' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Positive) == 0x000050, "Member 'KismetMathLibrary_Box_ExpandBy::Positive' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, ReturnValue) == 0x000068, "Member 'KismetMathLibrary_Box_ExpandBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_GetClosestPointTo \ +static_assert(alignof(KismetMathLibrary_Box_GetClosestPointTo) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_GetClosestPointTo"); \ +static_assert(sizeof(KismetMathLibrary_Box_GetClosestPointTo) == 0x000068, "Wrong size on KismetMathLibrary_Box_GetClosestPointTo"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, Box) == 0x000000, "Member 'KismetMathLibrary_Box_GetClosestPointTo::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, Point) == 0x000038, "Member 'KismetMathLibrary_Box_GetClosestPointTo::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Box_GetClosestPointTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_Intersects \ +static_assert(alignof(KismetMathLibrary_Box_Intersects) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_Intersects"); \ +static_assert(sizeof(KismetMathLibrary_Box_Intersects) == 0x000078, "Wrong size on KismetMathLibrary_Box_Intersects"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, A) == 0x000000, "Member 'KismetMathLibrary_Box_Intersects::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, B) == 0x000038, "Member 'KismetMathLibrary_Box_Intersects::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_Intersects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsInside \ +static_assert(alignof(KismetMathLibrary_Box_IsInside) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsInside"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsInside) == 0x000078, "Wrong size on KismetMathLibrary_Box_IsInside"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, InnerTest) == 0x000000, "Member 'KismetMathLibrary_Box_IsInside::InnerTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, OuterTest) == 0x000038, "Member 'KismetMathLibrary_Box_IsInside::OuterTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_IsInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsInsideOrOn \ +static_assert(alignof(KismetMathLibrary_Box_IsInsideOrOn) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsInsideOrOn"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsInsideOrOn) == 0x000078, "Wrong size on KismetMathLibrary_Box_IsInsideOrOn"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, InnerTest) == 0x000000, "Member 'KismetMathLibrary_Box_IsInsideOrOn::InnerTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, OuterTest) == 0x000038, "Member 'KismetMathLibrary_Box_IsInsideOrOn::OuterTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_IsInsideOrOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsPointInside \ +static_assert(alignof(KismetMathLibrary_Box_IsPointInside) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsPointInside"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsPointInside) == 0x000058, "Wrong size on KismetMathLibrary_Box_IsPointInside"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, Box) == 0x000000, "Member 'KismetMathLibrary_Box_IsPointInside::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, Point) == 0x000038, "Member 'KismetMathLibrary_Box_IsPointInside::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Box_IsPointInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_Overlap \ +static_assert(alignof(KismetMathLibrary_Box_Overlap) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_Overlap"); \ +static_assert(sizeof(KismetMathLibrary_Box_Overlap) == 0x0000A8, "Wrong size on KismetMathLibrary_Box_Overlap"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, A) == 0x000000, "Member 'KismetMathLibrary_Box_Overlap::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, B) == 0x000038, "Member 'KismetMathLibrary_Box_Overlap::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_Overlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakBoxSphereBounds \ +static_assert(alignof(KismetMathLibrary_BreakBoxSphereBounds) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakBoxSphereBounds"); \ +static_assert(sizeof(KismetMathLibrary_BreakBoxSphereBounds) == 0x000070, "Wrong size on KismetMathLibrary_BreakBoxSphereBounds"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, InBoxSphereBounds) == 0x000000, "Member 'KismetMathLibrary_BreakBoxSphereBounds::InBoxSphereBounds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, Origin) == 0x000038, "Member 'KismetMathLibrary_BreakBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, BoxExtent) == 0x000050, "Member 'KismetMathLibrary_BreakBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, SphereRadius) == 0x000068, "Member 'KismetMathLibrary_BreakBoxSphereBounds::SphereRadius' 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_BreakQuat \ +static_assert(alignof(KismetMathLibrary_BreakQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakQuat"); \ +static_assert(sizeof(KismetMathLibrary_BreakQuat) == 0x000030, "Wrong size on KismetMathLibrary_BreakQuat"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, InQuat) == 0x000000, "Member 'KismetMathLibrary_BreakQuat::InQuat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, X) == 0x000020, "Member 'KismetMathLibrary_BreakQuat::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, Y) == 0x000024, "Member 'KismetMathLibrary_BreakQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, Z) == 0x000028, "Member 'KismetMathLibrary_BreakQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, W) == 0x00002C, "Member 'KismetMathLibrary_BreakQuat::W' 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) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000028, "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) == 0x000018, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x00001C, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000020, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ +static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000030, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000048, "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) == 0x0000B0, "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) == 0x000060, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x000078, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000090, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ +static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ +static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x000018, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000028, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000030, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x000038, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize10 \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize10) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize10"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize10) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize10"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize100 \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize100) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize100"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize100) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize100"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantizeNormal \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantizeNormal"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantizeNormal) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantizeNormal"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::Z' 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, Param_min_0) == 0x000004, "Member 'KismetMathLibrary_clamp::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_clamp, Param_max_0) == 0x000008, "Member 'KismetMathLibrary_clamp::Param_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) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampAngle"); \ +static_assert(sizeof(KismetMathLibrary_ClampAngle) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_ClampAngle::MinAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, MaxAngleDegrees) == 0x000010, "Member 'KismetMathLibrary_ClampAngle::MaxAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D \ +static_assert(alignof(KismetMathLibrary_ClampAxes2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampAxes2D"); \ +static_assert(sizeof(KismetMathLibrary_ClampAxes2D) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_ClampAxes2D::MinAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MaxAxisVal) == 0x000018, "Member 'KismetMathLibrary_ClampAxes2D::MaxAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, ReturnValue) == 0x000020, "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, Param_min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Param_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) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampVectorSize"); \ +static_assert(sizeof(KismetMathLibrary_ClampVectorSize) == 0x000040, "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, Param_min_0) == 0x000018, "Member 'KismetMathLibrary_ClampVectorSize::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Param_max_0) == 0x000020, "Member 'KismetMathLibrary_ClampVectorSize::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, ReturnValue) == 0x000028, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_ComposeRotators"); \ +static_assert(sizeof(KismetMathLibrary_ComposeRotators) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_ComposeRotators::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, ReturnValue) == 0x000030, "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) == 0x000120, "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) == 0x000060, "Member 'KismetMathLibrary_ComposeTransforms::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, ReturnValue) == 0x0000C0, "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_BoolToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_BoolToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_BoolToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToDouble, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToDouble::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_BoolToDouble::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_ByteToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_ByteToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_ByteToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToDouble, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToDouble::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_ByteToDouble::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_ByteToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_ByteToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt64, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt64::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_ByteToInt64::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_DoubleToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToFloat) == 0x000010, "Wrong size on KismetMathLibrary_Conv_DoubleToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToFloat, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToFloat::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_DoubleToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToInt64, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToInt64::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToLinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToLinearColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_DoubleToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToLinearColor, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToLinearColor::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToLinearColor, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToVector \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_DoubleToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToVector::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Conv_DoubleToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector2D, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToVector2D::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_FloatToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToDouble, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToDouble::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_FloatToDouble::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_Int64ToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToDouble, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToDouble::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToDouble::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) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000018, "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_IntToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_IntToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToDouble, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToDouble::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToDouble::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_IntToVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_IntToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToVector::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToVector, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000028, "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) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000028, "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) == 0x0000A0, "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) == 0x000080, "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) == 0x0000E0, "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) == 0x000080, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToQuaternion) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToQuaternion, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToQuaternion::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToQuaternion, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_RotatorToQuaternion::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) == 0x000080, "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) == 0x000020, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000030, "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) == 0x000018, "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) == 0x0000E0, "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) == 0x000060, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x000018, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000028, "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) == 0x000018, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000030, "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) == 0x000018, "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) == 0x000080, "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) == 0x000020, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000028, "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) == 0x000018, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert1DTo2D \ +static_assert(alignof(KismetMathLibrary_Convert1DTo2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert1DTo2D"); \ +static_assert(sizeof(KismetMathLibrary_Convert1DTo2D) == 0x000010, "Wrong size on KismetMathLibrary_Convert1DTo2D"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, Index1D) == 0x000000, "Member 'KismetMathLibrary_Convert1DTo2D::Index1D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, XSize) == 0x000004, "Member 'KismetMathLibrary_Convert1DTo2D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Convert1DTo2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert1DTo3D \ +static_assert(alignof(KismetMathLibrary_Convert1DTo3D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert1DTo3D"); \ +static_assert(sizeof(KismetMathLibrary_Convert1DTo3D) == 0x000018, "Wrong size on KismetMathLibrary_Convert1DTo3D"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, Index1D) == 0x000000, "Member 'KismetMathLibrary_Convert1DTo3D::Index1D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, XSize) == 0x000004, "Member 'KismetMathLibrary_Convert1DTo3D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, YSize) == 0x000008, "Member 'KismetMathLibrary_Convert1DTo3D::YSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Convert1DTo3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert2DTo1D \ +static_assert(alignof(KismetMathLibrary_Convert2DTo1D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert2DTo1D"); \ +static_assert(sizeof(KismetMathLibrary_Convert2DTo1D) == 0x000010, "Wrong size on KismetMathLibrary_Convert2DTo1D"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, Index2D) == 0x000000, "Member 'KismetMathLibrary_Convert2DTo1D::Index2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, XSize) == 0x000008, "Member 'KismetMathLibrary_Convert2DTo1D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Convert2DTo1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert3DTo1D \ +static_assert(alignof(KismetMathLibrary_Convert3DTo1D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert3DTo1D"); \ +static_assert(sizeof(KismetMathLibrary_Convert3DTo1D) == 0x000018, "Wrong size on KismetMathLibrary_Convert3DTo1D"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, Index3D) == 0x000000, "Member 'KismetMathLibrary_Convert3DTo1D::Index3D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, XSize) == 0x00000C, "Member 'KismetMathLibrary_Convert3DTo1D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, YSize) == 0x000010, "Member 'KismetMathLibrary_Convert3DTo1D::YSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Convert3DTo1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_cos \ +static_assert(alignof(KismetMathLibrary_cos) == 0x000008, "Wrong alignment on KismetMathLibrary_cos"); \ +static_assert(sizeof(KismetMathLibrary_cos) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_cos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ +static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000008, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ +static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ +static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000008, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000020, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAcos"); \ +static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ +static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAsin"); \ +static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ +static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAtan"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ +static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ +static_assert(alignof(KismetMathLibrary_DegCos) == 0x000008, "Wrong alignment on KismetMathLibrary_DegCos"); \ +static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ +static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ +static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ +static_assert(alignof(KismetMathLibrary_DegSin) == 0x000008, "Wrong alignment on KismetMathLibrary_DegSin"); \ +static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ +static_assert(alignof(KismetMathLibrary_DegTan) == 0x000008, "Wrong alignment on KismetMathLibrary_DegTan"); \ +static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ +static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Distance2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ +static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000008, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000020, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Divide_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Divide_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Divide_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Divide_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Divide_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_DoubleDouble::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) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ +static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ +static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ +static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ +static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000008, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000020, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000058, "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) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000030, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x000034, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000038, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000008, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000058, "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) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000030, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x000034, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000038, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ +static_assert(alignof(KismetMathLibrary_Ease) == 0x000008, "Wrong alignment on KismetMathLibrary_Ease"); \ +static_assert(sizeof(KismetMathLibrary_Ease) == 0x000038, "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) == 0x000008, "Member 'KismetMathLibrary_Ease::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000010, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x000018, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000020, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000028, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000030, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_EqualEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000100, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000104, "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) == 0x000014, "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) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, ReturnValue) == 0x000010, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x000034, "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) == 0x0000D0, "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) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x0000C0, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000024, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_exp \ +static_assert(alignof(KismetMathLibrary_exp) == 0x000008, "Wrong alignment on KismetMathLibrary_exp"); \ +static_assert(sizeof(KismetMathLibrary_exp) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ +static_assert(alignof(KismetMathLibrary_FCeil) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil"); \ +static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_FClamp"); \ +static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000020, "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, Param_min_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_FClamp::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FClamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FFloor \ +static_assert(alignof(KismetMathLibrary_FFloor) == 0x000008, "Wrong alignment on KismetMathLibrary_FFloor"); \ +static_assert(sizeof(KismetMathLibrary_FFloor) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_FindClosestPointOnLine"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnLine) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineDirection) == 0x000030, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_FindClosestPointOnLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment \ +static_assert(alignof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000008, "Wrong alignment on KismetMathLibrary_FindClosestPointOnSegment"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentEnd) == 0x000030, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_FindClosestPointOnSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation \ +static_assert(alignof(KismetMathLibrary_FindLookAtRotation) == 0x000008, "Wrong alignment on KismetMathLibrary_FindLookAtRotation"); \ +static_assert(sizeof(KismetMathLibrary_FindLookAtRotation) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_FindLookAtRotation::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_FindLookAtRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments \ +static_assert(alignof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000008, "Wrong alignment on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ +static_assert(sizeof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000090, "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) == 0x000018, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Start) == 0x000030, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2End) == 0x000048, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Point) == 0x000060, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Point) == 0x000078, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindRelativeLookAtRotation \ +static_assert(alignof(KismetMathLibrary_FindRelativeLookAtRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_FindRelativeLookAtRotation"); \ +static_assert(sizeof(KismetMathLibrary_FindRelativeLookAtRotation) == 0x000090, "Wrong size on KismetMathLibrary_FindRelativeLookAtRotation"); \ +static_assert(offsetof(KismetMathLibrary_FindRelativeLookAtRotation, StartTransform) == 0x000000, "Member 'KismetMathLibrary_FindRelativeLookAtRotation::StartTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindRelativeLookAtRotation, TargetLocation) == 0x000060, "Member 'KismetMathLibrary_FindRelativeLookAtRotation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindRelativeLookAtRotation, ReturnValue) == 0x000078, "Member 'KismetMathLibrary_FindRelativeLookAtRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut \ +static_assert(alignof(KismetMathLibrary_FInterpEaseInOut) == 0x000008, "Wrong alignment on KismetMathLibrary_FInterpEaseInOut"); \ +static_assert(sizeof(KismetMathLibrary_FInterpEaseInOut) == 0x000028, "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) == 0x000008, "Member 'KismetMathLibrary_FInterpEaseInOut::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Alpha) == 0x000010, "Member 'KismetMathLibrary_FInterpEaseInOut::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Exponent) == 0x000018, "Member 'KismetMathLibrary_FInterpEaseInOut::Exponent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FInterpEaseInOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo \ +static_assert(alignof(KismetMathLibrary_FInterpTo) == 0x000008, "Wrong alignment on KismetMathLibrary_FInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo) == 0x000028, "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) == 0x000008, "Member 'KismetMathLibrary_FInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_FInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, InterpSpeed) == 0x000018, "Member 'KismetMathLibrary_FInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_FInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_FInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo_Constant) == 0x000028, "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) == 0x000008, "Member 'KismetMathLibrary_FInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_FInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, InterpSpeed) == 0x000018, "Member 'KismetMathLibrary_FInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, ReturnValue) == 0x000020, "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) == 0x00003C, "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) == 0x000014, "Member 'KismetMathLibrary_FloatSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, CriticalDampingFactor) == 0x000018, "Member 'KismetMathLibrary_FloatSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, DeltaTime) == 0x00001C, "Member 'KismetMathLibrary_FloatSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Mass) == 0x000020, "Member 'KismetMathLibrary_FloatSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, TargetVelocityAmount) == 0x000024, "Member 'KismetMathLibrary_FloatSpringInterp::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, bClamp) == 0x000028, "Member 'KismetMathLibrary_FloatSpringInterp::bClamp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, MinValue) == 0x00002C, "Member 'KismetMathLibrary_FloatSpringInterp::MinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, MaxValue) == 0x000030, "Member 'KismetMathLibrary_FloatSpringInterp::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, bInitializeFromTarget) == 0x000034, "Member 'KismetMathLibrary_FloatSpringInterp::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_FloatSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMax \ +static_assert(alignof(KismetMathLibrary_FMax) == 0x000008, "Wrong alignment on KismetMathLibrary_FMax"); \ +static_assert(sizeof(KismetMathLibrary_FMax) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_FMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMin \ +static_assert(alignof(KismetMathLibrary_FMin) == 0x000008, "Wrong alignment on KismetMathLibrary_FMin"); \ +static_assert(sizeof(KismetMathLibrary_FMin) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_FMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMod \ +static_assert(alignof(KismetMathLibrary_FMod) == 0x000008, "Wrong alignment on KismetMathLibrary_FMod"); \ +static_assert(sizeof(KismetMathLibrary_FMod) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_FMod::Divisor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Remainder) == 0x000010, "Member 'KismetMathLibrary_FMod::Remainder' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FMod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMod64 \ +static_assert(alignof(KismetMathLibrary_FMod64) == 0x000008, "Wrong alignment on KismetMathLibrary_FMod64"); \ +static_assert(sizeof(KismetMathLibrary_FMod64) == 0x000020, "Wrong size on KismetMathLibrary_FMod64"); \ +static_assert(offsetof(KismetMathLibrary_FMod64, Dividend) == 0x000000, "Member 'KismetMathLibrary_FMod64::Dividend' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod64, Divisor) == 0x000008, "Member 'KismetMathLibrary_FMod64::Divisor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod64, Remainder) == 0x000010, "Member 'KismetMathLibrary_FMod64::Remainder' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FMod64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Fraction \ +static_assert(alignof(KismetMathLibrary_Fraction) == 0x000008, "Wrong alignment on KismetMathLibrary_Fraction"); \ +static_assert(sizeof(KismetMathLibrary_Fraction) == 0x000010, "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) == 0x000008, "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_FromUnixTimestamp \ +static_assert(alignof(KismetMathLibrary_FromUnixTimestamp) == 0x000008, "Wrong alignment on KismetMathLibrary_FromUnixTimestamp"); \ +static_assert(sizeof(KismetMathLibrary_FromUnixTimestamp) == 0x000010, "Wrong size on KismetMathLibrary_FromUnixTimestamp"); \ +static_assert(offsetof(KismetMathLibrary_FromUnixTimestamp, UnixTime) == 0x000000, "Member 'KismetMathLibrary_FromUnixTimestamp::UnixTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromUnixTimestamp, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromUnixTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ +static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ +static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000028, "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) == 0x000018, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FWrap \ +static_assert(alignof(KismetMathLibrary_FWrap) == 0x000008, "Wrong alignment on KismetMathLibrary_FWrap"); \ +static_assert(sizeof(KismetMathLibrary_FWrap) == 0x000020, "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, Param_min_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_FWrap::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FWrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D \ +static_assert(alignof(KismetMathLibrary_GetAbs2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetAbs2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbs2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_GetAbs2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D \ +static_assert(alignof(KismetMathLibrary_GetAbsMax2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetAbsMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbsMax2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_GetAbsMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAxes \ +static_assert(alignof(KismetMathLibrary_GetAxes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetAxes"); \ +static_assert(sizeof(KismetMathLibrary_GetAxes) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_GetAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Y) == 0x000030, "Member 'KismetMathLibrary_GetAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Z) == 0x000048, "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) == 0x000090, "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) == 0x000020, "Member 'KismetMathLibrary_GetAzimuthAndElevation::ReferenceFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Azimuth) == 0x000080, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Azimuth' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Elevation) == 0x000084, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Elevation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetBoxCenter \ +static_assert(alignof(KismetMathLibrary_GetBoxCenter) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxCenter"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxCenter) == 0x000050, "Wrong size on KismetMathLibrary_GetBoxCenter"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxCenter, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxCenter::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxCenter, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetBoxSize \ +static_assert(alignof(KismetMathLibrary_GetBoxSize) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxSize"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxSize) == 0x000050, "Wrong size on KismetMathLibrary_GetBoxSize"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxSize, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxSize::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxSize, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetBoxVolume \ +static_assert(alignof(KismetMathLibrary_GetBoxVolume) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxVolume"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxVolume) == 0x000040, "Wrong size on KismetMathLibrary_GetBoxVolume"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxVolume, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxVolume::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxVolume, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxVolume::ReturnValue' 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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000030, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ +static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000030, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ +static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ +static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPI"); \ +static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000030, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000030, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ +static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ +static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ +static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ +static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ +static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ +static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRuntimeFloatCurveValue \ +static_assert(alignof(KismetMathLibrary_GetRuntimeFloatCurveValue) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRuntimeFloatCurveValue"); \ +static_assert(sizeof(KismetMathLibrary_GetRuntimeFloatCurveValue) == 0x000098, "Wrong size on KismetMathLibrary_GetRuntimeFloatCurveValue"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, Curve) == 0x000000, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, InTime) == 0x000088, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, InDefaultValue) == 0x00008C, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::InDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, ReturnValue) == 0x000090, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000030, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000048, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x00004C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ +static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTAU"); \ +static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ +static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000030, "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) == 0x000018, "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) == 0x000028, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x00001C, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Greater_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Greater_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DoubleDouble::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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::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) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ +static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000008, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ +static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ +static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ +static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000020, "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, Param_min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_FloatFloat::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, ReturnValue) == 0x00001A, "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, Param_min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Param_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, Param_min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Param_max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Param_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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_InverseTransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, ReturnValue) == 0x000078, "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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_InverseTransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, ReturnValue) == 0x000078, "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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_InverseTransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, ReturnValue) == 0x000078, "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) == 0x0000C0, "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) == 0x000060, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_IsNearlyZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsNearlyZero2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_IsNearlyZero2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_IsNearlyZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox \ +static_assert(alignof(KismetMathLibrary_IsPointInBox) == 0x000008, "Wrong alignment on KismetMathLibrary_IsPointInBox"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBox) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox::BoxOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxExtent) == 0x000030, "Member 'KismetMathLibrary_IsPointInBox::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_IsPointInBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox_Box \ +static_assert(alignof(KismetMathLibrary_IsPointInBox_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_IsPointInBox_Box"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBox_Box) == 0x000058, "Wrong size on KismetMathLibrary_IsPointInBox_Box"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox_Box::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, Box) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_IsPointInBox_Box::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) == 0x0000A0, "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) == 0x000020, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000080, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x000098, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform_Box \ +static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform_Box) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform_Box"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform_Box) == 0x0000C0, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform_Box"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, BoxWorldTransform) == 0x000020, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, BoxExtent) == 0x000080, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, ReturnValue) == 0x0000B8, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ +static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000008, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ +static_assert(alignof(KismetMathLibrary_Lerp) == 0x000008, "Wrong alignment on KismetMathLibrary_Lerp"); \ +static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_Lerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000010, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x000018, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Less_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Less_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Less_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Less_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Less_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DoubleDouble::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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_LessEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::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) == 0x000008, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000030, "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) == 0x000080, "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) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000050, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000058, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000088, "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) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000048, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000060, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000068, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_log \ +static_assert(alignof(KismetMathLibrary_log) == 0x000008, "Wrong alignment on KismetMathLibrary_log"); \ +static_assert(sizeof(KismetMathLibrary_log) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_log::base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ +static_assert(alignof(KismetMathLibrary_Loge) == 0x000008, "Wrong alignment on KismetMathLibrary_Loge"); \ +static_assert(sizeof(KismetMathLibrary_Loge) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ +static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBox"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000068, "Wrong size on KismetMathLibrary_MakeBox"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Param_min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Param_max_0) == 0x000018, "Member 'KismetMathLibrary_MakeBox::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D \ +static_assert(alignof(KismetMathLibrary_MakeBox2D) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBox2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox2D) == 0x000048, "Wrong size on KismetMathLibrary_MakeBox2D"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Param_min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Param_min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Param_max_0) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::Param_max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeBox2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBoxSphereBounds \ +static_assert(alignof(KismetMathLibrary_MakeBoxSphereBounds) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBoxSphereBounds"); \ +static_assert(sizeof(KismetMathLibrary_MakeBoxSphereBounds) == 0x000070, "Wrong size on KismetMathLibrary_MakeBoxSphereBounds"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxSphereBounds, Origin) == 0x000000, "Member 'KismetMathLibrary_MakeBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxSphereBounds, BoxExtent) == 0x000018, "Member 'KismetMathLibrary_MakeBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxSphereBounds, SphereRadius) == 0x000030, "Member 'KismetMathLibrary_MakeBoxSphereBounds::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxSphereBounds, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_MakeBoxSphereBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBoxWithOrigin \ +static_assert(alignof(KismetMathLibrary_MakeBoxWithOrigin) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBoxWithOrigin"); \ +static_assert(sizeof(KismetMathLibrary_MakeBoxWithOrigin) == 0x000068, "Wrong size on KismetMathLibrary_MakeBoxWithOrigin"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, Origin) == 0x000000, "Member 'KismetMathLibrary_MakeBoxWithOrigin::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, Extent) == 0x000018, "Member 'KismetMathLibrary_MakeBoxWithOrigin::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeBoxWithOrigin::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) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, ReturnValue) == 0x000030, "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_MakeQuat \ +static_assert(alignof(KismetMathLibrary_MakeQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeQuat"); \ +static_assert(sizeof(KismetMathLibrary_MakeQuat) == 0x000030, "Wrong size on KismetMathLibrary_MakeQuat"); \ +static_assert(offsetof(KismetMathLibrary_MakeQuat, X) == 0x000000, "Member 'KismetMathLibrary_MakeQuat::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQuat, Y) == 0x000004, "Member 'KismetMathLibrary_MakeQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQuat, Z) == 0x000008, "Member 'KismetMathLibrary_MakeQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQuat, W) == 0x00000C, "Member 'KismetMathLibrary_MakeQuat::W' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQuat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeQuat::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) == 0x000120, "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) == 0x000060, "Member 'KismetMathLibrary_MakeRelativeTransform::RelativeTo' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, ReturnValue) == 0x0000C0, "Member 'KismetMathLibrary_MakeRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes \ +static_assert(alignof(KismetMathLibrary_MakeRotationFromAxes) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotationFromAxes"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotationFromAxes) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotationFromAxes::Right' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Up) == 0x000030, "Member 'KismetMathLibrary_MakeRotationFromAxes::Up' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_MakeRotationFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator \ +static_assert(alignof(KismetMathLibrary_MakeRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotator"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotator) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_MakeRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromX) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromX) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXY) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromXY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXY) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeRotFromXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXZ) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromXZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXZ) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeRotFromXZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromY) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromY) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYX) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromYX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYX) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeRotFromYX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYZ) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromYZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYZ) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeRotFromYZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZ) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZ) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZX) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromZX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZX) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeRotFromZX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZY) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRotFromZY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZY) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, ReturnValue) == 0x000030, "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) == 0x0000B0, "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) == 0x000018, "Member 'KismetMathLibrary_MakeTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Scale) == 0x000030, "Member 'KismetMathLibrary_MakeTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_MakeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector \ +static_assert(alignof(KismetMathLibrary_MakeVector) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector) == 0x000030, "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) == 0x000008, "Member 'KismetMathLibrary_MakeVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D \ +static_assert(alignof(KismetMathLibrary_MakeVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector2D) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_MakeVector2D::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, ReturnValue) == 0x000010, "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) == 0x000040, "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) == 0x000008, "Member 'KismetMathLibrary_MakeVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, W) == 0x000018, "Member 'KismetMathLibrary_MakeVector4::W' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector_NetQuantize \ +static_assert(alignof(KismetMathLibrary_MakeVector_NetQuantize) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector_NetQuantize"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector_NetQuantize) == 0x000030, "Wrong size on KismetMathLibrary_MakeVector_NetQuantize"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector_NetQuantize::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize, Y) == 0x000008, "Member 'KismetMathLibrary_MakeVector_NetQuantize::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector_NetQuantize::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeVector_NetQuantize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector_NetQuantize10 \ +static_assert(alignof(KismetMathLibrary_MakeVector_NetQuantize10) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector_NetQuantize10"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector_NetQuantize10) == 0x000030, "Wrong size on KismetMathLibrary_MakeVector_NetQuantize10"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize10, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector_NetQuantize10::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize10, Y) == 0x000008, "Member 'KismetMathLibrary_MakeVector_NetQuantize10::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize10, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector_NetQuantize10::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize10, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeVector_NetQuantize10::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector_NetQuantize100 \ +static_assert(alignof(KismetMathLibrary_MakeVector_NetQuantize100) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector_NetQuantize100"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector_NetQuantize100) == 0x000030, "Wrong size on KismetMathLibrary_MakeVector_NetQuantize100"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize100, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector_NetQuantize100::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize100, Y) == 0x000008, "Member 'KismetMathLibrary_MakeVector_NetQuantize100::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize100, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector_NetQuantize100::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantize100, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeVector_NetQuantize100::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector_NetQuantizeNormal \ +static_assert(alignof(KismetMathLibrary_MakeVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeVector_NetQuantizeNormal"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector_NetQuantizeNormal) == 0x000030, "Wrong size on KismetMathLibrary_MakeVector_NetQuantizeNormal"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantizeNormal, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector_NetQuantizeNormal::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantizeNormal, Y) == 0x000008, "Member 'KismetMathLibrary_MakeVector_NetQuantizeNormal::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantizeNormal, Z) == 0x000010, "Member 'KismetMathLibrary_MakeVector_NetQuantizeNormal::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector_NetQuantizeNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeVector_NetQuantizeNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped \ +static_assert(alignof(KismetMathLibrary_MapRangeClamped) == 0x000008, "Wrong alignment on KismetMathLibrary_MapRangeClamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeClamped) == 0x000030, "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) == 0x000008, "Member 'KismetMathLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeA) == 0x000018, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeB) == 0x000020, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped \ +static_assert(alignof(KismetMathLibrary_MapRangeUnclamped) == 0x000008, "Wrong alignment on KismetMathLibrary_MapRangeUnclamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeUnclamped) == 0x000030, "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) == 0x000008, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeA) == 0x000018, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeB) == 0x000020, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, ReturnValue) == 0x000028, "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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_ApplyScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, ReturnValue) == 0x000090, "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) == 0x000120, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, ReturnValue) == 0x0000A0, "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) == 0x000090, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, ReturnValue) == 0x000088, "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) == 0x000090, "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) == 0x000080, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, ReturnValue) == 0x0000A0, "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) == 0x000100, "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) == 0x000080, "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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, ReturnValue) == 0x000090, "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) == 0x000090, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000080, "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) == 0x000090, "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) == 0x000080, "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) == 0x0000D0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Y) == 0x000098, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Z) == 0x0000B0, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, ReturnValue) == 0x000088, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetScaleVector::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, ReturnValue) == 0x000088, "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) == 0x000100, "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) == 0x000080, "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) == 0x000100, "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) == 0x000080, "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) == 0x0000D0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Y) == 0x000098, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Z) == 0x0000B0, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, ReturnValue) == 0x000088, "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) == 0x000080, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, ReturnValue) == 0x000098, "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) == 0x0000B0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, ReturnValue) == 0x000098, "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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_Mirror::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, FlipAxis) == 0x000081, "Member 'KismetMathLibrary_Matrix_Mirror::FlipAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, ReturnValue) == 0x000090, "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) == 0x000090, "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) == 0x000080, "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) == 0x000100, "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) == 0x000080, "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) == 0x000120, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::Scale3D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, ReturnValue) == 0x0000A0, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_SetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, AxisVector) == 0x000088, "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) == 0x0000A0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_SetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Value) == 0x000088, "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) == 0x0000A0, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000080, "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) == 0x0000C0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_TransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, ReturnValue) == 0x0000A0, "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) == 0x0000C0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_TransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, ReturnValue) == 0x0000A0, "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) == 0x0000C0, "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) == 0x000080, "Member 'KismetMathLibrary_Matrix_TransformVector4::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, ReturnValue) == 0x0000A0, "Member 'KismetMathLibrary_Matrix_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_max_0 \ +static_assert(alignof(KismetMathLibrary_max_0) == 0x000004, "Wrong alignment on KismetMathLibrary_max_0"); \ +static_assert(sizeof(KismetMathLibrary_max_0) == 0x00000C, "Wrong size on KismetMathLibrary_max_0"); \ +static_assert(offsetof(KismetMathLibrary_max_0, A) == 0x000000, "Member 'KismetMathLibrary_max_0::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_max_0, B) == 0x000004, "Member 'KismetMathLibrary_max_0::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_max_0, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_max_0::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_MedianOfIntArray \ +static_assert(alignof(KismetMathLibrary_MedianOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MedianOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MedianOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MedianOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MedianOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MedianOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MedianOfIntArray, MedianValue) == 0x000010, "Member 'KismetMathLibrary_MedianOfIntArray::MedianValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_min_0 \ +static_assert(alignof(KismetMathLibrary_min_0) == 0x000004, "Wrong alignment on KismetMathLibrary_min_0"); \ +static_assert(sizeof(KismetMathLibrary_min_0) == 0x00000C, "Wrong size on KismetMathLibrary_min_0"); \ +static_assert(offsetof(KismetMathLibrary_min_0, A) == 0x000000, "Member 'KismetMathLibrary_min_0::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_min_0, B) == 0x000004, "Member 'KismetMathLibrary_min_0::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_min_0, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_min_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinAreaRectangle \ +static_assert(alignof(KismetMathLibrary_MinAreaRectangle) == 0x000008, "Wrong alignment on KismetMathLibrary_MinAreaRectangle"); \ +static_assert(sizeof(KismetMathLibrary_MinAreaRectangle) == 0x000070, "Wrong size on KismetMathLibrary_MinAreaRectangle"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, WorldContextObject) == 0x000000, "Member 'KismetMathLibrary_MinAreaRectangle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, InPoints) == 0x000008, "Member 'KismetMathLibrary_MinAreaRectangle::InPoints' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, SampleSurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_MinAreaRectangle::SampleSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, OutRectCenter) == 0x000030, "Member 'KismetMathLibrary_MinAreaRectangle::OutRectCenter' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, OutRectRotation) == 0x000048, "Member 'KismetMathLibrary_MinAreaRectangle::OutRectRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, OutRectLengthX) == 0x000060, "Member 'KismetMathLibrary_MinAreaRectangle::OutRectLengthX' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, OutRectLengthY) == 0x000064, "Member 'KismetMathLibrary_MinAreaRectangle::OutRectLengthY' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinAreaRectangle, bDebugDraw) == 0x000068, "Member 'KismetMathLibrary_MinAreaRectangle::bDebugDraw' 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) == 0x000070, "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) == 0x000030, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectCenter' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectRotation) == 0x000048, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthX) == 0x000060, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthX' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthY) == 0x000064, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthY' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, bDebugDraw) == 0x000068, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000030, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Multiply_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_DoubleDouble::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) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000010, "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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000090, "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) == 0x000180, "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) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000100, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Multiply_RotatorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Multiply_RotatorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000020, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ +static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::exp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x000018, "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) == 0x0000D0, "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) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x0000C0, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x0000C4, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x0000C8, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x0000CC, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ +static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Negated2D"); \ +static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ +static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ +static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ +static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NegateVector"); \ +static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal \ +static_assert(alignof(KismetMathLibrary_Normal) == 0x000008, "Wrong alignment on KismetMathLibrary_Normal"); \ +static_assert(sizeof(KismetMathLibrary_Normal) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Normal::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Normal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ +static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ +static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ +static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x000018, "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) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ +static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000010, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ +static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ +static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x000018, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_NotEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::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) == 0x000110, "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) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000100, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000104, "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) == 0x000014, "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) == 0x000008, "Member 'KismetMathLibrary_NotEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, ReturnValue) == 0x000010, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x000034, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000024, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000030, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Percent_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Percent_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Percent_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Percent_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Percent_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Percent_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Percent_Int64Int64::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) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000030, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000030, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000040, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_FindBetweenNormals \ +static_assert(alignof(KismetMathLibrary_Quat_FindBetweenNormals) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_FindBetweenNormals"); \ +static_assert(sizeof(KismetMathLibrary_Quat_FindBetweenNormals) == 0x000050, "Wrong size on KismetMathLibrary_Quat_FindBetweenNormals"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, StartNormal) == 0x000000, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::StartNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, EndNormal) == 0x000018, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::EndNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_FindBetweenVectors \ +static_assert(alignof(KismetMathLibrary_Quat_FindBetweenVectors) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_FindBetweenVectors"); \ +static_assert(sizeof(KismetMathLibrary_Quat_FindBetweenVectors) == 0x000050, "Wrong size on KismetMathLibrary_Quat_FindBetweenVectors"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, Start) == 0x000000, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, End) == 0x000018, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::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) == 0x000030, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_IsIdentity::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, ReturnValue) == 0x000024, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000030, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x000038, "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) == 0x000040, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000024, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000028, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00002C, "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) == 0x000040, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Slerp \ +static_assert(alignof(KismetMathLibrary_Quat_Slerp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Slerp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Slerp) == 0x000070, "Wrong size on KismetMathLibrary_Quat_Slerp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, A) == 0x000000, "Member 'KismetMathLibrary_Quat_Slerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, B) == 0x000020, "Member 'KismetMathLibrary_Quat_Slerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, Alpha) == 0x000040, "Member 'KismetMathLibrary_Quat_Slerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Quat_Slerp::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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x000038, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_QuaternionSpringInterp \ +static_assert(alignof(KismetMathLibrary_QuaternionSpringInterp) == 0x000010, "Wrong alignment on KismetMathLibrary_QuaternionSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_QuaternionSpringInterp) == 0x0000C0, "Wrong size on KismetMathLibrary_QuaternionSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_QuaternionSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Target) == 0x000020, "Member 'KismetMathLibrary_QuaternionSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, SpringState) == 0x000040, "Member 'KismetMathLibrary_QuaternionSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Stiffness) == 0x000080, "Member 'KismetMathLibrary_QuaternionSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, CriticalDampingFactor) == 0x000084, "Member 'KismetMathLibrary_QuaternionSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, DeltaTime) == 0x000088, "Member 'KismetMathLibrary_QuaternionSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Mass) == 0x00008C, "Member 'KismetMathLibrary_QuaternionSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, TargetVelocityAmount) == 0x000090, "Member 'KismetMathLibrary_QuaternionSpringInterp::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, bInitializeFromTarget) == 0x000094, "Member 'KismetMathLibrary_QuaternionSpringInterp::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, ReturnValue) == 0x0000A0, "Member 'KismetMathLibrary_QuaternionSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ +static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000010, "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) == 0x000008, "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, RandomStream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, Weight) == 0x000008, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' 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) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, min_0) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, max_0) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, ReturnValue) == 0x000010, "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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, min_0) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, max_0) == 0x00000C, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::max_0' 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_0) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::max_0' 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_0) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::max_0' 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_0) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, max_0) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::max_0' 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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, max_0) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerFromStream::max_0' 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_0) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, max_0) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::max_0' 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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, min_0) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, max_0) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::max_0' 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) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000048, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Center) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, HalfSize) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox_Box \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox_Box"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox_Box) == 0x000050, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox_Box"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox_Box, Box) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox_Box, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RandomPointInBoundingBox_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBoxFromStream \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x000050, "Wrong size on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Center) == 0x000008, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, HalfSize) == 0x000020, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box) == 0x000058, "Wrong size on KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, Box) == 0x000008, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator \ +static_assert(alignof(KismetMathLibrary_RandomRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomRotator"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotator) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_RandomRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomRotatorFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotatorFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, bRoll) == 0x000008, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomRotatorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector \ +static_assert(alignof(KismetMathLibrary_RandomUnitVector) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVector) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000020, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxPitchInDegrees) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x000024, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxPitchInRadians) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x000024, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_REase \ +static_assert(alignof(KismetMathLibrary_REase) == 0x000008, "Wrong alignment on KismetMathLibrary_REase"); \ +static_assert(sizeof(KismetMathLibrary_REase) == 0x000058, "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) == 0x000018, "Member 'KismetMathLibrary_REase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Alpha) == 0x000030, "Member 'KismetMathLibrary_REase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, bShortestPath) == 0x000034, "Member 'KismetMathLibrary_REase::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, EasingFunc) == 0x000035, "Member 'KismetMathLibrary_REase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, BlendExp) == 0x000038, "Member 'KismetMathLibrary_REase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Steps) == 0x00003C, "Member 'KismetMathLibrary_REase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, ReturnValue) == 0x000040, "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) == 0x00000C, "Wrong size on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetFloatSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetFloatSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetQuaternionSpringState \ +static_assert(alignof(KismetMathLibrary_ResetQuaternionSpringState) == 0x000010, "Wrong alignment on KismetMathLibrary_ResetQuaternionSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetQuaternionSpringState) == 0x000040, "Wrong size on KismetMathLibrary_ResetQuaternionSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetQuaternionSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetQuaternionSpringState::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) == 0x000008, "Wrong alignment on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetVectorSpringState) == 0x000038, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_RInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_RInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_RInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_RInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_RInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo_Constant) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_RInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_RInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_RInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RLerp \ +static_assert(alignof(KismetMathLibrary_RLerp) == 0x000008, "Wrong alignment on KismetMathLibrary_RLerp"); \ +static_assert(sizeof(KismetMathLibrary_RLerp) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_RLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, Alpha) == 0x000030, "Member 'KismetMathLibrary_RLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, bShortestPath) == 0x000034, "Member 'KismetMathLibrary_RLerp::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis \ +static_assert(alignof(KismetMathLibrary_RotateAngleAxis) == 0x000008, "Wrong alignment on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(sizeof(KismetMathLibrary_RotateAngleAxis) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_RotateAngleAxis::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, Axis) == 0x000020, "Member 'KismetMathLibrary_RotateAngleAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RotateAngleAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle \ +static_assert(alignof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000008, "Wrong alignment on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(sizeof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_round \ +static_assert(alignof(KismetMathLibrary_round) == 0x000008, "Wrong alignment on KismetMathLibrary_round"); \ +static_assert(sizeof(KismetMathLibrary_round) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_SafeDivide"); \ +static_assert(sizeof(KismetMathLibrary_SafeDivide) == 0x000018, "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) == 0x000008, "Member 'KismetMathLibrary_SafeDivide::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, ReturnValue) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectFloat"); \ +static_assert(sizeof(KismetMathLibrary_SelectFloat) == 0x000020, "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) == 0x000008, "Member 'KismetMathLibrary_SelectFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, bPickA) == 0x000010, "Member 'KismetMathLibrary_SelectFloat::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, ReturnValue) == 0x000018, "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_SelectName \ +static_assert(alignof(KismetMathLibrary_SelectName) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectName"); \ +static_assert(sizeof(KismetMathLibrary_SelectName) == 0x00001C, "Wrong size on KismetMathLibrary_SelectName"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, A) == 0x000000, "Member 'KismetMathLibrary_SelectName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, B) == 0x000008, "Member 'KismetMathLibrary_SelectName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, bPickA) == 0x000010, "Member 'KismetMathLibrary_SelectName::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_SelectName::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) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectRotator"); \ +static_assert(sizeof(KismetMathLibrary_SelectRotator) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_SelectRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, bPickA) == 0x000030, "Member 'KismetMathLibrary_SelectRotator::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, ReturnValue) == 0x000038, "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_SelectText \ +static_assert(alignof(KismetMathLibrary_SelectText) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectText"); \ +static_assert(sizeof(KismetMathLibrary_SelectText) == 0x000038, "Wrong size on KismetMathLibrary_SelectText"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, A) == 0x000000, "Member 'KismetMathLibrary_SelectText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, B) == 0x000010, "Member 'KismetMathLibrary_SelectText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectText::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectText::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) == 0x000130, "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) == 0x000060, "Member 'KismetMathLibrary_SelectTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, bPickA) == 0x0000C0, "Member 'KismetMathLibrary_SelectTransform::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, ReturnValue) == 0x0000D0, "Member 'KismetMathLibrary_SelectTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectVector \ +static_assert(alignof(KismetMathLibrary_SelectVector) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectVector"); \ +static_assert(sizeof(KismetMathLibrary_SelectVector) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_SelectVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, bPickA) == 0x000030, "Member 'KismetMathLibrary_SelectVector::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_SelectVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Set2D \ +static_assert(alignof(KismetMathLibrary_Set2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Set2D"); \ +static_assert(sizeof(KismetMathLibrary_Set2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_Set2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, Y) == 0x000018, "Member 'KismetMathLibrary_Set2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetFloatSpringStateVelocity \ +static_assert(alignof(KismetMathLibrary_SetFloatSpringStateVelocity) == 0x000004, "Wrong alignment on KismetMathLibrary_SetFloatSpringStateVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetFloatSpringStateVelocity) == 0x000010, "Wrong size on KismetMathLibrary_SetFloatSpringStateVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetFloatSpringStateVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetFloatSpringStateVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetFloatSpringStateVelocity, Velocity) == 0x00000C, "Member 'KismetMathLibrary_SetFloatSpringStateVelocity::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetQuaternionSpringStateAngularVelocity \ +static_assert(alignof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity) == 0x000010, "Wrong alignment on KismetMathLibrary_SetQuaternionSpringStateAngularVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity) == 0x000060, "Wrong size on KismetMathLibrary_SetQuaternionSpringStateAngularVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetQuaternionSpringStateAngularVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity, AngularVelocity) == 0x000040, "Member 'KismetMathLibrary_SetQuaternionSpringStateAngularVelocity::AngularVelocity' 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_SetVectorSpringStateVelocity \ +static_assert(alignof(KismetMathLibrary_SetVectorSpringStateVelocity) == 0x000008, "Wrong alignment on KismetMathLibrary_SetVectorSpringStateVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetVectorSpringStateVelocity) == 0x000050, "Wrong size on KismetMathLibrary_SetVectorSpringStateVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetVectorSpringStateVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetVectorSpringStateVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetVectorSpringStateVelocity, Velocity) == 0x000038, "Member 'KismetMathLibrary_SetVectorSpringStateVelocity::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat \ +static_assert(alignof(KismetMathLibrary_SignOfFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfFloat"); \ +static_assert(sizeof(KismetMathLibrary_SignOfFloat) == 0x000010, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_sin"); \ +static_assert(sizeof(KismetMathLibrary_sin) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_sin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian \ +static_assert(alignof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000008, "Wrong alignment on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(sizeof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_sqrt \ +static_assert(alignof(KismetMathLibrary_sqrt) == 0x000008, "Wrong alignment on KismetMathLibrary_sqrt"); \ +static_assert(sizeof(KismetMathLibrary_sqrt) == 0x000010, "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) == 0x000008, "Member 'KismetMathLibrary_sqrt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Square \ +static_assert(alignof(KismetMathLibrary_Square) == 0x000008, "Wrong alignment on KismetMathLibrary_Square"); \ +static_assert(sizeof(KismetMathLibrary_Square) == 0x000010, "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) == 0x000008, "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_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Subtract_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DoubleDouble::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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Subtract_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, ReturnValue) == 0x000040, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000030, "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) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, ReturnValue) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorFloat) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorInt) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorVector) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Subtract_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_tan \ +static_assert(alignof(KismetMathLibrary_tan) == 0x000008, "Wrong alignment on KismetMathLibrary_tan"); \ +static_assert(sizeof(KismetMathLibrary_tan) == 0x000010, "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) == 0x000008, "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) == 0x000130, "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) == 0x000060, "Member 'KismetMathLibrary_TEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Alpha) == 0x0000C0, "Member 'KismetMathLibrary_TEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, EasingFunc) == 0x0000C4, "Member 'KismetMathLibrary_TEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, BlendExp) == 0x0000C8, "Member 'KismetMathLibrary_TEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Steps) == 0x0000CC, "Member 'KismetMathLibrary_TEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, ReturnValue) == 0x0000D0, "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) == 0x000130, "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) == 0x000060, "Member 'KismetMathLibrary_TInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, DeltaTime) == 0x0000C0, "Member 'KismetMathLibrary_TInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, InterpSpeed) == 0x0000C4, "Member 'KismetMathLibrary_TInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, ReturnValue) == 0x0000D0, "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) == 0x000130, "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) == 0x000060, "Member 'KismetMathLibrary_TLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, Alpha) == 0x0000C0, "Member 'KismetMathLibrary_TLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, InterpMode) == 0x0000C4, "Member 'KismetMathLibrary_TLerp::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, ReturnValue) == 0x0000D0, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(sizeof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000028, "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) == 0x000010, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutLength) == 0x000020, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToHex_LinearColor \ +static_assert(alignof(KismetMathLibrary_ToHex_LinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_ToHex_LinearColor"); \ +static_assert(sizeof(KismetMathLibrary_ToHex_LinearColor) == 0x000020, "Wrong size on KismetMathLibrary_ToHex_LinearColor"); \ +static_assert(offsetof(KismetMathLibrary_ToHex_LinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_ToHex_LinearColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToHex_LinearColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ToHex_LinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D \ +static_assert(alignof(KismetMathLibrary_ToRounded2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ToRounded2D"); \ +static_assert(sizeof(KismetMathLibrary_ToRounded2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_ToRounded2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D \ +static_assert(alignof(KismetMathLibrary_ToSign2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ToSign2D"); \ +static_assert(sizeof(KismetMathLibrary_ToSign2D) == 0x000020, "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) == 0x000010, "Member 'KismetMathLibrary_ToSign2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToUnixTimestamp \ +static_assert(alignof(KismetMathLibrary_ToUnixTimestamp) == 0x000008, "Wrong alignment on KismetMathLibrary_ToUnixTimestamp"); \ +static_assert(sizeof(KismetMathLibrary_ToUnixTimestamp) == 0x000010, "Wrong size on KismetMathLibrary_ToUnixTimestamp"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestamp, Time) == 0x000000, "Member 'KismetMathLibrary_ToUnixTimestamp::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestamp, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToUnixTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToUnixTimestampDouble \ +static_assert(alignof(KismetMathLibrary_ToUnixTimestampDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_ToUnixTimestampDouble"); \ +static_assert(sizeof(KismetMathLibrary_ToUnixTimestampDouble) == 0x000010, "Wrong size on KismetMathLibrary_ToUnixTimestampDouble"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestampDouble, Time) == 0x000000, "Member 'KismetMathLibrary_ToUnixTimestampDouble::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestampDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToUnixTimestampDouble::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) == 0x000070, "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) == 0x000060, "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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_TransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, ReturnValue) == 0x000078, "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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_TransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, ReturnValue) == 0x000078, "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) == 0x000090, "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) == 0x000060, "Member 'KismetMathLibrary_TransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, ReturnValue) == 0x000078, "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) == 0x0000C0, "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) == 0x000080, "Member 'KismetMathLibrary_TransformVector4::Vec4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, ReturnValue) == 0x0000A0, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_VEase"); \ +static_assert(sizeof(KismetMathLibrary_VEase) == 0x000058, "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) == 0x000018, "Member 'KismetMathLibrary_VEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Alpha) == 0x000030, "Member 'KismetMathLibrary_VEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, EasingFunc) == 0x000034, "Member 'KismetMathLibrary_VEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, BlendExp) == 0x000038, "Member 'KismetMathLibrary_VEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Steps) == 0x00003C, "Member 'KismetMathLibrary_VEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_VEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One \ +static_assert(alignof(KismetMathLibrary_Vector2D_One) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_One) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Zero) == 0x000010, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo) == 0x000038, "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) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000038, "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) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000028, "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) == 0x000040, "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) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_CrossProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, ReturnValue) == 0x000040, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, ReturnValue) == 0x000040, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, ReturnValue) == 0x000040, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, ReturnValue) == 0x000024, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsUnit3::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, ReturnValue) == 0x000024, "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) == 0x000030, "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) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, ReturnValue) == 0x000040, "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) == 0x000040, "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) == 0x000020, "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) == 0x000050, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normal3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, ReturnValue) == 0x000030, "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) == 0x000030, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "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) == 0x000040, "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) == 0x000020, "Member 'KismetMathLibrary_Vector4_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Y) == 0x000028, "Member 'KismetMathLibrary_Vector4_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Z) == 0x000030, "Member 'KismetMathLibrary_Vector4_Set::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, W) == 0x000038, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(sizeof(KismetMathLibrary_Vector_AddBounded) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_AddBounded::InAddVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InRadius) == 0x000030, "Member 'KismetMathLibrary_Vector_AddBounded::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign \ +static_assert(alignof(KismetMathLibrary_Vector_Assign) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Assign) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward \ +static_assert(alignof(KismetMathLibrary_Vector_Backward) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Backward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Backward) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToBox) == 0x000060, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMax) == 0x000030, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_Vector_BoundedToBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToCube) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToCube) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToCube::InRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_BoundedToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSize2D) == 0x000040, "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_0) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSize2D::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, max_0) == 0x000020, "Member 'KismetMathLibrary_Vector_ClampSize2D::max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_Vector_ClampSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax) == 0x000038, "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_0) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSizeMax::max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_ClampSizeMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x000038, "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_0) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMax \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMax) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ComponentMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMax) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_ComponentMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMin \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMin) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ComponentMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMin) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_ComponentMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_CosineAngle2D \ +static_assert(alignof(KismetMathLibrary_Vector_CosineAngle2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_CosineAngle2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_CosineAngle2D) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_CosineAngle2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_CosineAngle2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance \ +static_assert(alignof(KismetMathLibrary_Vector_Distance) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Distance"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2D \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2D) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2DSquared \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2DSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Distance2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2DSquared) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2DSquared::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_Distance2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_DistanceSquared \ +static_assert(alignof(KismetMathLibrary_Vector_DistanceSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_DistanceSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_DistanceSquared) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_DistanceSquared::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_DistanceSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Down \ +static_assert(alignof(KismetMathLibrary_Vector_Down) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Down"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Down) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Forward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Forward) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_GetAbs"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbs) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_GetAbs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMax \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMax) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMax) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_GetAbsMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMin \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMin) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMin) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_GetAbsMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetProjection \ +static_assert(alignof(KismetMathLibrary_Vector_GetProjection) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_GetProjection"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetProjection) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_GetProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetSignVector \ +static_assert(alignof(KismetMathLibrary_Vector_GetSignVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_GetSignVector"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetSignVector) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_GetSignVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_HeadingAngle \ +static_assert(alignof(KismetMathLibrary_Vector_HeadingAngle) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_HeadingAngle"); \ +static_assert(sizeof(KismetMathLibrary_Vector_HeadingAngle) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_HeadingAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector_IsNAN) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNAN) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNearlyZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsNearlyZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Vector_IsNearlyZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNormal \ +static_assert(alignof(KismetMathLibrary_Vector_IsNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNormal) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUniform \ +static_assert(alignof(KismetMathLibrary_Vector_IsUniform) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsUniform"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUniform) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsUniform::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Vector_IsUniform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUnit \ +static_assert(alignof(KismetMathLibrary_Vector_IsUnit) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsUnit"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUnit) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsUnit::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Vector_IsUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsZero) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsZero) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Left \ +static_assert(alignof(KismetMathLibrary_Vector_Left) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Left"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Left) == 0x000018, "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) == 0x000060, "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) == 0x000020, "Member 'KismetMathLibrary_Vector_MirrorByPlane::InPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Vector_MirrorByPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normal2D \ +static_assert(alignof(KismetMathLibrary_Vector_Normal2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normal2D) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Normal2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normalize \ +static_assert(alignof(KismetMathLibrary_Vector_Normalize) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normalize) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_NormalUnsafe \ +static_assert(alignof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_NormalUnsafe"); \ +static_assert(sizeof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_NormalUnsafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_One \ +static_assert(alignof(KismetMathLibrary_Vector_One) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector_One) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ProjectOnToNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000048, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Reciprocal \ +static_assert(alignof(KismetMathLibrary_Vector_Reciprocal) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Reciprocal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Reciprocal) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Reciprocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Right \ +static_assert(alignof(KismetMathLibrary_Vector_Right) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Right"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Right) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Set) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Y) == 0x000020, "Member 'KismetMathLibrary_Vector_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Z) == 0x000028, "Member 'KismetMathLibrary_Vector_Set::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SlerpNormals \ +static_assert(alignof(KismetMathLibrary_Vector_SlerpNormals) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SlerpNormals"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SlerpNormals) == 0x000050, "Wrong size on KismetMathLibrary_Vector_SlerpNormals"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, NormalA) == 0x000000, "Member 'KismetMathLibrary_Vector_SlerpNormals::NormalA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, NormalB) == 0x000018, "Member 'KismetMathLibrary_Vector_SlerpNormals::NormalB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, Alpha) == 0x000030, "Member 'KismetMathLibrary_Vector_SlerpNormals::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Vector_SlerpNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SlerpVectorToDirection \ +static_assert(alignof(KismetMathLibrary_Vector_SlerpVectorToDirection) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SlerpVectorToDirection"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SlerpVectorToDirection) == 0x000050, "Wrong size on KismetMathLibrary_Vector_SlerpVectorToDirection"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Vector) == 0x000000, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Vector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Direction) == 0x000018, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Alpha) == 0x000030, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid \ +static_assert(alignof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000038, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InGridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_SnappedToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees \ +static_assert(alignof(KismetMathLibrary_Vector_ToDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToDegrees) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_ToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians \ +static_assert(alignof(KismetMathLibrary_Vector_ToRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToRadians) == 0x000030, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_ToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical \ +static_assert(alignof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000028, "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) == 0x000018, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler \ +static_assert(alignof(KismetMathLibrary_Vector_UnwindEuler) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnwindEuler) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Up"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Up) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Zero) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_VectorSpringInterp) == 0x0000D0, "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) == 0x000018, "Member 'KismetMathLibrary_VectorSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, SpringState) == 0x000030, "Member 'KismetMathLibrary_VectorSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Stiffness) == 0x000068, "Member 'KismetMathLibrary_VectorSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, CriticalDampingFactor) == 0x00006C, "Member 'KismetMathLibrary_VectorSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, DeltaTime) == 0x000070, "Member 'KismetMathLibrary_VectorSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Mass) == 0x000074, "Member 'KismetMathLibrary_VectorSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, TargetVelocityAmount) == 0x000078, "Member 'KismetMathLibrary_VectorSpringInterp::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, bClamp) == 0x00007C, "Member 'KismetMathLibrary_VectorSpringInterp::bClamp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, MinValue) == 0x000080, "Member 'KismetMathLibrary_VectorSpringInterp::MinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, MaxValue) == 0x000098, "Member 'KismetMathLibrary_VectorSpringInterp::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, bInitializeFromTarget) == 0x0000B0, "Member 'KismetMathLibrary_VectorSpringInterp::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, ReturnValue) == 0x0000B8, "Member 'KismetMathLibrary_VectorSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo \ +static_assert(alignof(KismetMathLibrary_VInterpTo) == 0x000008, "Wrong alignment on KismetMathLibrary_VInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_VInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_VInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_VInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_VInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo_Constant) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_VInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_VInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_VInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VLerp \ +static_assert(alignof(KismetMathLibrary_VLerp) == 0x000008, "Wrong alignment on KismetMathLibrary_VLerp"); \ +static_assert(sizeof(KismetMathLibrary_VLerp) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_VLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, Alpha) == 0x000030, "Member 'KismetMathLibrary_VLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize \ +static_assert(alignof(KismetMathLibrary_VSize) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize"); \ +static_assert(sizeof(KismetMathLibrary_VSize) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_VSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2D \ +static_assert(alignof(KismetMathLibrary_VSize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize2D"); \ +static_assert(sizeof(KismetMathLibrary_VSize2D) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_VSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared \ +static_assert(alignof(KismetMathLibrary_VSize2DSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSize2DSquared) == 0x000018, "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) == 0x000010, "Member 'KismetMathLibrary_VSize2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared \ +static_assert(alignof(KismetMathLibrary_VSizeSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeSquared) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_VSizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY \ +static_assert(alignof(KismetMathLibrary_VSizeXY) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeXY"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXY) == 0x000020, "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) == 0x000018, "Member 'KismetMathLibrary_VSizeXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared \ +static_assert(alignof(KismetMathLibrary_VSizeXYSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXYSquared) == 0x000020, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, Weight) == 0x000030, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000008, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000050, "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) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, Weight) == 0x000030, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, ReturnValue) == 0x000038, "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_0) == 0x000004, "Member 'KismetMathLibrary_Wrap::min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, max_0) == 0x000008, "Member 'KismetMathLibrary_Wrap::max_0' 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) == 0x000028, "Wrong size on UKismetMathLibrary"); \ + +#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_Double \ +static_assert(alignof(KismetStringLibrary_BuildString_Double) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Double"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Double) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Double"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Double, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Double::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Double, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Double::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Double, InDouble) == 0x000020, "Member 'KismetStringLibrary_BuildString_Double::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Double, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Double::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Double, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Double::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) == 0x000048, "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) == 0x000028, "Member 'KismetStringLibrary_BuildString_Name::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, ReturnValue) == 0x000038, "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) == 0x000058, "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) == 0x000038, "Member 'KismetStringLibrary_BuildString_Rotator::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, ReturnValue) == 0x000048, "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) == 0x000058, "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) == 0x000038, "Member 'KismetStringLibrary_BuildString_Vector::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, ReturnValue) == 0x000048, "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) == 0x000050, "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) == 0x000030, "Member 'KismetStringLibrary_BuildString_Vector2d::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, ReturnValue) == 0x000040, "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_BoxCenterAndExtentsToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoxCenterAndExtentsToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString) == 0x000048, "Wrong size on KismetStringLibrary_Conv_BoxCenterAndExtentsToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString, Box) == 0x000000, "Member 'KismetStringLibrary_Conv_BoxCenterAndExtentsToString::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Conv_BoxCenterAndExtentsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoxToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoxToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoxToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoxToString) == 0x000048, "Wrong size on KismetStringLibrary_Conv_BoxToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxToString, Box) == 0x000000, "Member 'KismetStringLibrary_Conv_BoxToString::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxToString, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Conv_BoxToString::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_DoubleToString \ +static_assert(alignof(KismetStringLibrary_Conv_DoubleToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_DoubleToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_DoubleToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_DoubleToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_DoubleToString, InDouble) == 0x000000, "Member 'KismetStringLibrary_Conv_DoubleToString::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_DoubleToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_DoubleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_InputDeviceIdToString \ +static_assert(alignof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_InputDeviceIdToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_InputDeviceIdToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, InDeviceId) == 0x000000, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::InDeviceId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Int64ToString \ +static_assert(alignof(KismetStringLibrary_Conv_Int64ToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Int64ToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Int64ToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_Int64ToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Int64ToString, inInt) == 0x000000, "Member 'KismetStringLibrary_Conv_Int64ToString::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Int64ToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_Int64ToString::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) == 0x000090, "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) == 0x000080, "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) == 0x000018, "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) == 0x000008, "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_PlatformUserIdToString \ +static_assert(alignof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_PlatformUserIdToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_PlatformUserIdToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, InPlatformUserId) == 0x000000, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::InPlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::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) == 0x000028, "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) == 0x000018, "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_StringToDouble \ +static_assert(alignof(KismetStringLibrary_Conv_StringToDouble) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToDouble"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToDouble) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToDouble"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToDouble, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToDouble::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToDouble, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToDouble::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_StringToInt64 \ +static_assert(alignof(KismetStringLibrary_Conv_StringToInt64) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt64"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToInt64) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt64"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt64, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt64::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt64, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt64::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) == 0x000018, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000028, "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) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector3f \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector3f) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector3f"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector3f) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector3f"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector3f::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector3f::OutConvertedVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToVector3f::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) == 0x000070, "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) == 0x000060, "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) == 0x000020, "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) == 0x000010, "Member 'KismetStringLibrary_Conv_Vector2dToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector3fToString \ +static_assert(alignof(KismetStringLibrary_Conv_Vector3fToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector3fToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Vector3fToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_Vector3fToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector3fToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector3fToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector3fToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_Vector3fToString::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) == 0x000028, "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) == 0x000018, "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) == 0x000028, "Wrong size on UKismetStringLibrary"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetKeysFromStringTable \ +static_assert(alignof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetKeysFromStringTable"); \ +static_assert(sizeof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000018, "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) == 0x000008, "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) == 0x000028, "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) == 0x000008, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, ReturnValue) == 0x000018, "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) == 0x000030, "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) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, MetaDataId) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::MetaDataId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, ReturnValue) == 0x000020, "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) == 0x000028, "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) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, ReturnValue) == 0x000018, "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) == 0x000018, "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) == 0x000008, "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) == 0x000020, "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) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, ReturnValue) == 0x000018, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000028, "Wrong size on UKismetStringTableLibrary"); \ + +#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) == 0x000030, "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) == 0x000020, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000028, "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) == 0x000078, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000060, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000070, "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) == 0x000078, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponents::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ComponentClassFilter) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, OutComponents) == 0x000060, "Member 'KismetSystemLibrary_BoxOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ReturnValue) == 0x000070, "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) == 0x0000C8, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMulti::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMulti::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceChannel) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bTraceComplex) == 0x000069, "Member 'KismetSystemLibrary_BoxTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ActorsToIgnore) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawDebugType) == 0x000080, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, OutHits) == 0x000088, "Member 'KismetSystemLibrary_BoxTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bIgnoreSelf) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceColor) == 0x00009C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceHitColor) == 0x0000AC, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawTime) == 0x0000BC, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ReturnValue) == 0x0000C0, "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) == 0x0000D0, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ProfileName) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bTraceComplex) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ActorsToIgnore) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawDebugType) == 0x000088, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, OutHits) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bIgnoreSelf) == 0x0000A0, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceColor) == 0x0000A4, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceHitColor) == 0x0000B4, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawTime) == 0x0000C4, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ReturnValue) == 0x0000C8, "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) == 0x0000D8, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ObjectTypes) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bTraceComplex) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ActorsToIgnore) == 0x000080, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawDebugType) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, OutHits) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bIgnoreSelf) == 0x0000A8, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceColor) == 0x0000AC, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceHitColor) == 0x0000BC, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawTime) == 0x0000CC, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ReturnValue) == 0x0000D0, "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) == 0x0001B0, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingle::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingle::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceChannel) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bTraceComplex) == 0x000069, "Member 'KismetSystemLibrary_BoxTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ActorsToIgnore) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawDebugType) == 0x000080, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, OutHit) == 0x000088, "Member 'KismetSystemLibrary_BoxTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bIgnoreSelf) == 0x000180, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x000184, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x000194, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x0001A4, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x0001A8, "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) == 0x0001B8, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ProfileName) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bTraceComplex) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ActorsToIgnore) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawDebugType) == 0x000088, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, OutHit) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bIgnoreSelf) == 0x000188, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x00018C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x00019C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x0001AC, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x0001B0, "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) == 0x0001C0, "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) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, HalfSize) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Orientation) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ObjectTypes) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bTraceComplex) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ActorsToIgnore) == 0x000080, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawDebugType) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, OutHit) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bIgnoreSelf) == 0x000190, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x000194, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x0001A4, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x0001B4, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x0001B8, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakARFilter \ +static_assert(alignof(KismetSystemLibrary_BreakARFilter) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakARFilter"); \ +static_assert(sizeof(KismetSystemLibrary_BreakARFilter) == 0x000248, "Wrong size on KismetSystemLibrary_BreakARFilter"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, InARFilter) == 0x000000, "Member 'KismetSystemLibrary_BreakARFilter::InARFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, PackageNames) == 0x000150, "Member 'KismetSystemLibrary_BreakARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, PackagePaths) == 0x000160, "Member 'KismetSystemLibrary_BreakARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, SoftObjectPaths) == 0x000170, "Member 'KismetSystemLibrary_BreakARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, ClassPaths) == 0x000180, "Member 'KismetSystemLibrary_BreakARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, RecursiveClassPathsExclusionSet) == 0x000190, "Member 'KismetSystemLibrary_BreakARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, ClassNames) == 0x0001E0, "Member 'KismetSystemLibrary_BreakARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, RecursiveClassesExclusionSet) == 0x0001F0, "Member 'KismetSystemLibrary_BreakARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bRecursivePaths) == 0x000240, "Member 'KismetSystemLibrary_BreakARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bRecursiveClasses) == 0x000241, "Member 'KismetSystemLibrary_BreakARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bIncludeOnlyOnDiskAssets) == 0x000242, "Member 'KismetSystemLibrary_BreakARFilter::bIncludeOnlyOnDiskAssets' 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_BreakTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_BreakTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakTopLevelAssetPath) == 0x000020, "Wrong size on KismetSystemLibrary_BreakTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakTopLevelAssetPath, TopLevelAssetPath) == 0x000000, "Member 'KismetSystemLibrary_BreakTopLevelAssetPath::TopLevelAssetPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakTopLevelAssetPath, PathString) == 0x000010, "Member 'KismetSystemLibrary_BreakTopLevelAssetPath::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) == 0x000068, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000050, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000060, "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) == 0x000068, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ComponentClassFilter) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, OutComponents) == 0x000050, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ReturnValue) == 0x000060, "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) == 0x0000A0, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceChannel) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bTraceComplex) == 0x000041, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, OutHits) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ReturnValue) == 0x000098, "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) == 0x0000A8, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ProfileName) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, OutHits) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ReturnValue) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bTraceComplex) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawDebugType) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, OutHits) == 0x000070, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bIgnoreSelf) == 0x000080, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceColor) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceHitColor) == 0x000094, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawTime) == 0x0000A4, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ReturnValue) == 0x0000A8, "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) == 0x000188, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceChannel) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bTraceComplex) == 0x000041, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, OutHit) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bIgnoreSelf) == 0x000158, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x000180, "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) == 0x000190, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ProfileName) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, OutHit) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bIgnoreSelf) == 0x000160, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x000164, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x000174, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x000184, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x000188, "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) == 0x000198, "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) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Radius) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, HalfHeight) == 0x00003C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bTraceComplex) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawDebugType) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, OutHit) == 0x000070, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bIgnoreSelf) == 0x000168, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x00016C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x00017C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x00018C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000190, "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) == 0x0000B0, "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) == 0x000070, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000080, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000088, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000098, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x0000A8, "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) == 0x0000B0, "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) == 0x000070, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000080, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000088, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000098, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x0000A8, "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) == 0x000030, "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_ComponentReferenceToSoftComponentReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference) == 0x000070, "Wrong size on KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference, ComponentReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference::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_ObjectToClass \ +static_assert(alignof(KismetSystemLibrary_Conv_ObjectToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToClass"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToClass) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_ObjectToClass"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToClass::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, Class_0) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_ObjectToClass::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) == 0x000030, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000048, "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) == 0x000030, "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) == 0x000028, "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) == 0x000038, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000038, "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) == 0x000028, "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) == 0x000048, "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_Conv_SoftObjRefToSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath::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) == 0x000028, "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_DelayUntilNextTick \ +static_assert(alignof(KismetSystemLibrary_DelayUntilNextTick) == 0x000008, "Wrong alignment on KismetSystemLibrary_DelayUntilNextTick"); \ +static_assert(sizeof(KismetSystemLibrary_DelayUntilNextTick) == 0x000020, "Wrong size on KismetSystemLibrary_DelayUntilNextTick"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextTick, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DelayUntilNextTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextTick, LatentInfo) == 0x000008, "Member 'KismetSystemLibrary_DelayUntilNextTick::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DoesClassImplementInterface \ +static_assert(alignof(KismetSystemLibrary_DoesClassImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesClassImplementInterface"); \ +static_assert(sizeof(KismetSystemLibrary_DoesClassImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesClassImplementInterface"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, TestClass) == 0x000000, "Member 'KismetSystemLibrary_DoesClassImplementInterface::TestClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesClassImplementInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesClassImplementInterface::ReturnValue' 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) == 0x000058, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000050, "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) == 0x000068, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, LineColor) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Rotation) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Duration) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugBox::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Thickness) == 0x000064, "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) == 0x000058, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Radius) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Rotation) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, LineColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCapsule::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugCapsule::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Thickness) == 0x000054, "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) == 0x000078, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, NumSegments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCircle::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCircle::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, YAxis) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCircle::YAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, ZAxis) == 0x000058, "Member 'KismetSystemLibrary_DrawDebugCircle::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, bDrawAxis) == 0x000070, "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) == 0x000060, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Length) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCone::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleWidth) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleHeight) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, NumSides) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, LineColor) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugCone::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Duration) == 0x000058, "Member 'KismetSystemLibrary_DrawDebugCone::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Thickness) == 0x00005C, "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) == 0x000060, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Length) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleWidth) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleHeight) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, NumSides) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, LineColor) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Duration) == 0x000058, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Thickness) == 0x00005C, "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) == 0x000048, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Scale) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Duration) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Thickness) == 0x000040, "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) == 0x000058, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Radius) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Segments) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, LineColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCylinder::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugCylinder::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Thickness) == 0x000054, "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) == 0x000068, "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) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawColor) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, Duration) == 0x000060, "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) == 0x0000C0, "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) == 0x000090, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawColor) == 0x0000A0, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, Duration) == 0x0000B0, "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) == 0x000090, "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) == 0x000070, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Duration) == 0x000080, "Member 'KismetSystemLibrary_DrawDebugFrustum::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Thickness) == 0x000084, "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) == 0x000050, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineColor) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Duration) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Thickness) == 0x00004C, "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) == 0x000060, "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) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Size) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneColor) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Duration) == 0x00005C, "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) == 0x000038, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, PointColor) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Duration) == 0x000034, "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) == 0x000040, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Segments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugSphere::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugSphere::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Thickness) == 0x00003C, "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) == 0x000050, "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) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000048, "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) == 0x000024, "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) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, ReturnValue) == 0x000020, "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) == 0x000014, "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) == 0x000008, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, ReturnValue) == 0x000010, "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) == 0x000058, "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) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, ReturnValue) == 0x000050, "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) == 0x000058, "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) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, ReturnValue) == 0x000050, "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) == 0x000038, "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) == 0x000020, "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_GetBuildConfiguration \ +static_assert(alignof(KismetSystemLibrary_GetBuildConfiguration) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetBuildConfiguration"); \ +static_assert(sizeof(KismetSystemLibrary_GetBuildConfiguration) == 0x000010, "Wrong size on KismetSystemLibrary_GetBuildConfiguration"); \ +static_assert(offsetof(KismetSystemLibrary_GetBuildConfiguration, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetBuildConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetBuildVersion \ +static_assert(alignof(KismetSystemLibrary_GetBuildVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetBuildVersion"); \ +static_assert(sizeof(KismetSystemLibrary_GetBuildVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetBuildVersion"); \ +static_assert(offsetof(KismetSystemLibrary_GetBuildVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetBuildVersion::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) == 0x000018, "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) == 0x000010, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetClassTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassTopLevelAssetPath, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassTopLevelAssetPath::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassTopLevelAssetPath::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) == 0x000040, "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) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000038, "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_GetConsoleVariableStringValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableStringValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableStringValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableStringValue) == 0x000020, "Wrong size on KismetSystemLibrary_GetConsoleVariableStringValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableStringValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableStringValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableStringValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableStringValue::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) == 0x000030, "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) == 0x000010, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000028, "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_GetEnumTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetEnumTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEnumTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetEnumTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetEnumTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetEnumTopLevelAssetPath, Enum) == 0x000000, "Member 'KismetSystemLibrary_GetEnumTopLevelAssetPath::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetEnumTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetEnumTopLevelAssetPath::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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000018, "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) == 0x000038, "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) == 0x000028, "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) == 0x000038, "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) == 0x000028, "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) == 0x000018, "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) == 0x000008, "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_GetSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_GetSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassPath, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassPath::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSoftClassPath::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) == 0x000038, "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) == 0x000010, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassTopLevelAssetPath::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetSoftClassTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_GetSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectPath::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSoftObjectPath::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) == 0x000038, "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) == 0x000010, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetStructTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetStructTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetStructTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetStructTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetStructTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetStructTopLevelAssetPath, Struct) == 0x000000, "Member 'KismetSystemLibrary_GetStructTopLevelAssetPath::Struct' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetStructTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetStructTopLevelAssetPath::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_HasMultipleLocalPlayers \ +static_assert(alignof(KismetSystemLibrary_HasMultipleLocalPlayers) == 0x000008, "Wrong alignment on KismetSystemLibrary_HasMultipleLocalPlayers"); \ +static_assert(sizeof(KismetSystemLibrary_HasMultipleLocalPlayers) == 0x000010, "Wrong size on KismetSystemLibrary_HasMultipleLocalPlayers"); \ +static_assert(offsetof(KismetSystemLibrary_HasMultipleLocalPlayers, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_HasMultipleLocalPlayers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_HasMultipleLocalPlayers, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_HasMultipleLocalPlayers::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_IsValidInterface \ +static_assert(alignof(KismetSystemLibrary_IsValidInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidInterface"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidInterface) == 0x000018, "Wrong size on KismetSystemLibrary_IsValidInterface"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidInterface, Interface) == 0x000000, "Member 'KismetSystemLibrary_IsValidInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidInterface::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) == 0x000014, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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) == 0x000010, "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, bMaxOncePerFrame) == 0x00001D, "Member 'KismetSystemLibrary_K2_SetTimer::bMaxOncePerFrame' 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) == 0x000028, "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) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bMaxOncePerFrame) == 0x000015, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bMaxOncePerFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerForNextTick \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerForNextTick) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerForNextTick"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerForNextTick) == 0x000020, "Wrong size on KismetSystemLibrary_K2_SetTimerForNextTick"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerForNextTickDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerForNextTickDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_SetTimerForNextTickDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerForNextTickDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerForNextTickDelegate::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) == 0x000014, "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) == 0x000010, "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) == 0x000010, "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) == 0x000098, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000090, "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) == 0x0000A0, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000098, "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) == 0x0000A8, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x0000A0, "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) == 0x000180, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_LineTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_LineTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, OutHit) == 0x000058, "Member 'KismetSystemLibrary_LineTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bIgnoreSelf) == 0x000150, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x000154, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x000164, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x000174, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x000178, "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) == 0x000188, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, OutHit) == 0x000060, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bIgnoreSelf) == 0x000158, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x000180, "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) == 0x000190, "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) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, OutHit) == 0x000068, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bIgnoreSelf) == 0x000160, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x000164, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x000174, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x000184, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x000188, "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) == 0x000058, "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) == 0x000030, "Member 'KismetSystemLibrary_LoadAsset::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, LatentInfo) == 0x000040, "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) == 0x000030, "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) == 0x000028, "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) == 0x000058, "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) == 0x000030, "Member 'KismetSystemLibrary_LoadAssetClass::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, LatentInfo) == 0x000040, "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) == 0x000030, "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) == 0x000028, "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_LogString \ +static_assert(alignof(KismetSystemLibrary_LogString) == 0x000008, "Wrong alignment on KismetSystemLibrary_LogString"); \ +static_assert(sizeof(KismetSystemLibrary_LogString) == 0x000018, "Wrong size on KismetSystemLibrary_LogString"); \ +static_assert(offsetof(KismetSystemLibrary_LogString, InString) == 0x000000, "Member 'KismetSystemLibrary_LogString::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LogString, bPrintToLog) == 0x000010, "Member 'KismetSystemLibrary_LogString::bPrintToLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeARFilter \ +static_assert(alignof(KismetSystemLibrary_MakeARFilter) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeARFilter"); \ +static_assert(sizeof(KismetSystemLibrary_MakeARFilter) == 0x000248, "Wrong size on KismetSystemLibrary_MakeARFilter"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, PackageNames) == 0x000000, "Member 'KismetSystemLibrary_MakeARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, PackagePaths) == 0x000010, "Member 'KismetSystemLibrary_MakeARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, SoftObjectPaths) == 0x000020, "Member 'KismetSystemLibrary_MakeARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ClassPaths) == 0x000030, "Member 'KismetSystemLibrary_MakeARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, RecursiveClassPathsExclusionSet) == 0x000040, "Member 'KismetSystemLibrary_MakeARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ClassNames) == 0x000090, "Member 'KismetSystemLibrary_MakeARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, RecursiveClassesExclusionSet) == 0x0000A0, "Member 'KismetSystemLibrary_MakeARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bRecursivePaths) == 0x0000F0, "Member 'KismetSystemLibrary_MakeARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bRecursiveClasses) == 0x0000F1, "Member 'KismetSystemLibrary_MakeARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bIncludeOnlyOnDiskAssets) == 0x0000F2, "Member 'KismetSystemLibrary_MakeARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ReturnValue) == 0x0000F8, "Member 'KismetSystemLibrary_MakeARFilter::ReturnValue' 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_MakeLiteralDouble \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralDouble) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralDouble"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralDouble) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralDouble"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralDouble, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralDouble, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralDouble::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_MakeLiteralInt64 \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt64) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt64"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt64) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralInt64"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt64, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt64, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralInt64::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) == 0x000010, "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) == 0x000008, "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) == 0x000020, "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) == 0x000010, "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_MakeTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_MakeTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeTopLevelAssetPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, PackageName) == 0x000000, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, AssetName) == 0x000010, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::AssetName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::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) == 0x000060, "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) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000038, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000039, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x00003C, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000040, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000041, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000048, "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) == 0x000024, "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) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, ReturnValue) == 0x000020, "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) == 0x000014, "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) == 0x000008, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, ReturnValue) == 0x000010, "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) == 0x000058, "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) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, ReturnValue) == 0x000050, "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) == 0x000058, "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) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, ReturnValue) == 0x000050, "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) == 0x000038, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, Key) == 0x000030, "Member 'KismetSystemLibrary_PrintString::Key' 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) == 0x000018, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Key) == 0x000030, "Member 'KismetSystemLibrary_PrintText::Key' 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) == 0x000028, "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) == 0x000010, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000010, "Member 'KismetSystemLibrary_SetColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetDoublePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetDoublePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetDoublePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetDoublePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetDoublePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetDoublePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetDoublePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetDoublePropertyByName::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) == 0x000030, "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) == 0x000010, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::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) == 0x000018, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000028, "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) == 0x000010, "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) == 0x000038, "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) == 0x000010, "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) == 0x000038, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000070, "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) == 0x000010, "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_SetVector3fPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetVector3fPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVector3fPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetVector3fPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVector3fPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::Value' 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) == 0x000028, "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) == 0x000010, "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) == 0x000010, "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) == 0x000068, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000038, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000060, "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) == 0x000068, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000038, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000060, "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) == 0x000098, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x00003D, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000090, "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) == 0x0000A0, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000098, "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) == 0x0000B0, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000070, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000080, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x000084, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x000094, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x0000A4, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x0000A8, "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) == 0x000180, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceChannel) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bTraceComplex) == 0x00003D, "Member 'KismetSystemLibrary_SphereTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, OutHit) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bIgnoreSelf) == 0x000150, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x000154, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x000164, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x000174, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x000178, "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) == 0x000188, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ProfileName) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bTraceComplex) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, OutHit) == 0x000060, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bIgnoreSelf) == 0x000158, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x000180, "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) == 0x000198, "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) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bTraceComplex) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawDebugType) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, OutHit) == 0x000070, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bIgnoreSelf) == 0x000168, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x00016C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x00017C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x00018C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000190, "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) == 0x000010, "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) == 0x000028, "Wrong size on UKismetSystemLibrary"); \ + +#define DUMPER7_ASSERTS_UPlatformGameInstance \ +static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ +static_assert(sizeof(UPlatformGameInstance) == 0x000290, "Wrong size on UPlatformGameInstance"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001C0, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001D0, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001E0, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001F0, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x000200, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x000210, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000220, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000230, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000240, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000250, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000260, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000270, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000280, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' 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_GetAllowedDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetAllowedDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetAllowedDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetAllowedDeviceOrientation::ReturnValue' 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) == 0x000058, "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) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000030, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000050, "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) == 0x000050, "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) == 0x000018, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000048, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_SetAllowedDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_SetAllowedDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_SetAllowedDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation, NewAllowedDeviceOrientation) == 0x000000, "Member 'BlueprintPlatformLibrary_SetAllowedDeviceOrientation::NewAllowedDeviceOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ +static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ +static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertArrayType \ +static_assert(alignof(BlueprintTypeConversions_ConvertArrayType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertArrayType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertArrayType) == 0x000020, "Wrong size on BlueprintTypeConversions_ConvertArrayType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertArrayType, inArray) == 0x000000, "Member 'BlueprintTypeConversions_ConvertArrayType::inArray' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertArrayType, ReturnValue) == 0x000010, "Member 'BlueprintTypeConversions_ConvertArrayType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFBox2dToFBox2f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFBox2dToFBox2f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFBox2dToFBox2f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFBox2dToFBox2f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFBox2dToFBox2f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2dToFBox2f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFBox2dToFBox2f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2dToFBox2f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFBox2dToFBox2f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFBox2fToFBox2d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFBox2fToFBox2d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFBox2fToFBox2d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFBox2fToFBox2d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFBox2fToFBox2d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2fToFBox2d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFBox2fToFBox2d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2fToFBox2d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFBox2fToFBox2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFPlane4dToFPlane4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFPlane4dToFPlane4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFPlane4dToFPlane4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFPlane4dToFPlane4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFPlane4dToFPlane4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFPlane4fToFPlane4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFPlane4fToFPlane4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFPlane4fToFPlane4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFPlane4fToFPlane4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFPlane4fToFPlane4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFQuat4dToFQuat4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFQuat4dToFQuat4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFQuat4dToFQuat4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFQuat4dToFQuat4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFQuat4dToFQuat4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFQuat4fToFQuat4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFQuat4fToFQuat4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFQuat4fToFQuat4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFQuat4fToFQuat4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFQuat4fToFQuat4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFRotator3dToFRotator3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFRotator3dToFRotator3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFRotator3dToFRotator3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFRotator3dToFRotator3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFRotator3dToFRotator3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFRotator3fToFRotator3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFRotator3fToFRotator3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFRotator3fToFRotator3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFRotator3fToFRotator3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFRotator3fToFRotator3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFTransform3dToFTransform3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFTransform3dToFTransform3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFTransform3dToFTransform3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFTransform3dToFTransform3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFTransform3dToFTransform3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFTransform3fToFTransform3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFTransform3fToFTransform3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFTransform3fToFTransform3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFTransform3fToFTransform3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFTransform3fToFTransform3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector2dToFVector2f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector2dToFVector2f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector2dToFVector2f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector2dToFVector2f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector2dToFVector2f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2dToFVector2f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector2dToFVector2f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2dToFVector2f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector2dToFVector2f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector2fToFVector2d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector2fToFVector2d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector2fToFVector2d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector2fToFVector2d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector2fToFVector2d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2fToFVector2d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector2fToFVector2d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2fToFVector2d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector2fToFVector2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector3dToFVector3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector3dToFVector3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector3dToFVector3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector3dToFVector3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector3dToFVector3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3dToFVector3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector3dToFVector3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3dToFVector3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector3dToFVector3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector3fToFVector3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector3fToFVector3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector3fToFVector3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector3fToFVector3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector3fToFVector3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3fToFVector3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector3fToFVector3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3fToFVector3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector3fToFVector3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector4dToFVector4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector4dToFVector4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector4dToFVector4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector4dToFVector4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector4dToFVector4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4dToFVector4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector4dToFVector4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4dToFVector4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector4dToFVector4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector4fToFVector4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector4fToFVector4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector4fToFVector4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector4fToFVector4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector4fToFVector4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4fToFVector4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector4fToFVector4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4fToFVector4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector4fToFVector4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertMapType \ +static_assert(alignof(BlueprintTypeConversions_ConvertMapType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertMapType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertMapType) == 0x0000A0, "Wrong size on BlueprintTypeConversions_ConvertMapType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertMapType, InMap) == 0x000000, "Member 'BlueprintTypeConversions_ConvertMapType::InMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertMapType, ReturnValue) == 0x000050, "Member 'BlueprintTypeConversions_ConvertMapType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertSetType \ +static_assert(alignof(BlueprintTypeConversions_ConvertSetType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertSetType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertSetType) == 0x0000A0, "Wrong size on BlueprintTypeConversions_ConvertSetType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertSetType, Inset) == 0x000000, "Member 'BlueprintTypeConversions_ConvertSetType::Inset' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertSetType, ReturnValue) == 0x000050, "Member 'BlueprintTypeConversions_ConvertSetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintTypeConversions \ +static_assert(alignof(UBlueprintTypeConversions) == 0x000008, "Wrong alignment on UBlueprintTypeConversions"); \ +static_assert(sizeof(UBlueprintTypeConversions) == 0x000028, "Wrong size on UBlueprintTypeConversions"); \ + +#define DUMPER7_ASSERTS_ULayer \ +static_assert(alignof(ULayer) == 0x000008, "Wrong alignment on ULayer"); \ +static_assert(sizeof(ULayer) == 0x000048, "Wrong size on ULayer"); \ +static_assert(offsetof(ULayer, LayerName) == 0x000028, "Member 'ULayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ULayer, ActorStats) == 0x000038, "Member 'ULayer::ActorStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorContainer \ +static_assert(alignof(UActorContainer) == 0x000008, "Wrong alignment on UActorContainer"); \ +static_assert(sizeof(UActorContainer) == 0x000078, "Wrong size on UActorContainer"); \ +static_assert(offsetof(UActorContainer, Actors) == 0x000028, "Member 'UActorContainer::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelActorContainer \ +static_assert(alignof(ULevelActorContainer) == 0x000008, "Wrong alignment on ULevelActorContainer"); \ +static_assert(sizeof(ULevelActorContainer) == 0x000038, "Wrong size on ULevelActorContainer"); \ +static_assert(offsetof(ULevelActorContainer, Actors) == 0x000028, "Member 'ULevelActorContainer::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelInstance \ +static_assert(alignof(ALevelInstance) == 0x000008, "Wrong alignment on ALevelInstance"); \ +static_assert(sizeof(ALevelInstance) == 0x000330, "Wrong size on ALevelInstance"); \ +static_assert(offsetof(ALevelInstance, LevelInstanceComponent) == 0x000298, "Member 'ALevelInstance::LevelInstanceComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelInstance, CookedWorldAsset) == 0x0002A0, "Member 'ALevelInstance::CookedWorldAsset' has a wrong offset!"); \ +static_assert(offsetof(ALevelInstance, LevelInstanceSpawnGuid) == 0x0002C8, "Member 'ALevelInstance::LevelInstanceSpawnGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceComponent \ +static_assert(alignof(ULevelInstanceComponent) == 0x000010, "Wrong alignment on ULevelInstanceComponent"); \ +static_assert(sizeof(ULevelInstanceComponent) == 0x000230, "Wrong size on ULevelInstanceComponent"); \ + +#define DUMPER7_ASSERTS_ALevelInstanceEditorInstanceActor \ +static_assert(alignof(ALevelInstanceEditorInstanceActor) == 0x000008, "Wrong alignment on ALevelInstanceEditorInstanceActor"); \ +static_assert(sizeof(ALevelInstanceEditorInstanceActor) == 0x000290, "Wrong size on ALevelInstanceEditorInstanceActor"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceEditorObject \ +static_assert(alignof(ULevelInstanceEditorObject) == 0x000008, "Wrong alignment on ULevelInstanceEditorObject"); \ +static_assert(sizeof(ULevelInstanceEditorObject) == 0x000028, "Wrong size on ULevelInstanceEditorObject"); \ + +#define DUMPER7_ASSERTS_ALevelInstancePivot \ +static_assert(alignof(ALevelInstancePivot) == 0x000008, "Wrong alignment on ALevelInstancePivot"); \ +static_assert(sizeof(ALevelInstancePivot) == 0x000298, "Wrong size on ALevelInstancePivot"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_SetWorldAsset \ +static_assert(alignof(LevelInstanceInterface_SetWorldAsset) == 0x000008, "Wrong alignment on LevelInstanceInterface_SetWorldAsset"); \ +static_assert(sizeof(LevelInstanceInterface_SetWorldAsset) == 0x000030, "Wrong size on LevelInstanceInterface_SetWorldAsset"); \ +static_assert(offsetof(LevelInstanceInterface_SetWorldAsset, WorldAsset) == 0x000000, "Member 'LevelInstanceInterface_SetWorldAsset::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(LevelInstanceInterface_SetWorldAsset, ReturnValue) == 0x000028, "Member 'LevelInstanceInterface_SetWorldAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_GetLoadedLevel \ +static_assert(alignof(LevelInstanceInterface_GetLoadedLevel) == 0x000008, "Wrong alignment on LevelInstanceInterface_GetLoadedLevel"); \ +static_assert(sizeof(LevelInstanceInterface_GetLoadedLevel) == 0x000008, "Wrong size on LevelInstanceInterface_GetLoadedLevel"); \ +static_assert(offsetof(LevelInstanceInterface_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_GetWorldAsset \ +static_assert(alignof(LevelInstanceInterface_GetWorldAsset) == 0x000008, "Wrong alignment on LevelInstanceInterface_GetWorldAsset"); \ +static_assert(sizeof(LevelInstanceInterface_GetWorldAsset) == 0x000028, "Wrong size on LevelInstanceInterface_GetWorldAsset"); \ +static_assert(offsetof(LevelInstanceInterface_GetWorldAsset, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_GetWorldAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_IsLoaded \ +static_assert(alignof(LevelInstanceInterface_IsLoaded) == 0x000001, "Wrong alignment on LevelInstanceInterface_IsLoaded"); \ +static_assert(sizeof(LevelInstanceInterface_IsLoaded) == 0x000001, "Wrong size on LevelInstanceInterface_IsLoaded"); \ +static_assert(offsetof(LevelInstanceInterface_IsLoaded, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelInstanceInterface \ +static_assert(alignof(ILevelInstanceInterface) == 0x000001, "Wrong alignment on ILevelInstanceInterface"); \ +static_assert(sizeof(ILevelInstanceInterface) == 0x000001, "Wrong size on ILevelInstanceInterface"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceSubsystem \ +static_assert(alignof(ULevelInstanceSubsystem) == 0x000008, "Wrong alignment on ULevelInstanceSubsystem"); \ +static_assert(sizeof(ULevelInstanceSubsystem) == 0x0001C0, "Wrong size on ULevelInstanceSubsystem"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_RemoteEvent \ +static_assert(alignof(LevelScriptActor_RemoteEvent) == 0x000004, "Wrong alignment on LevelScriptActor_RemoteEvent"); \ +static_assert(sizeof(LevelScriptActor_RemoteEvent) == 0x00000C, "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) == 0x000008, "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) == 0x000298, "Wrong size on ALevelScriptActor"); \ + +#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_ALightmassCharacterIndirectDetailVolume \ +static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ +static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x0002C8, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassImportanceVolume \ +static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ +static_assert(sizeof(ALightmassImportanceVolume) == 0x0002C8, "Wrong size on ALightmassImportanceVolume"); \ + +#define DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject \ +static_assert(alignof(ULightmassPrimitiveSettingsObject) == 0x000008, "Wrong alignment on ULightmassPrimitiveSettingsObject"); \ +static_assert(sizeof(ULightmassPrimitiveSettingsObject) == 0x000040, "Wrong size on ULightmassPrimitiveSettingsObject"); \ +static_assert(offsetof(ULightmassPrimitiveSettingsObject, LightmassSettings) == 0x000028, "Member 'ULightmassPrimitiveSettingsObject::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceManager_OnSpawnedActorDestroyed \ +static_assert(alignof(LightWeightInstanceManager_OnSpawnedActorDestroyed) == 0x000008, "Wrong alignment on LightWeightInstanceManager_OnSpawnedActorDestroyed"); \ +static_assert(sizeof(LightWeightInstanceManager_OnSpawnedActorDestroyed) == 0x000008, "Wrong size on LightWeightInstanceManager_OnSpawnedActorDestroyed"); \ +static_assert(offsetof(LightWeightInstanceManager_OnSpawnedActorDestroyed, DestroyedActor) == 0x000000, "Member 'LightWeightInstanceManager_OnSpawnedActorDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceManager \ +static_assert(alignof(ALightWeightInstanceManager) == 0x000008, "Wrong alignment on ALightWeightInstanceManager"); \ +static_assert(sizeof(ALightWeightInstanceManager) == 0x000348, "Wrong size on ALightWeightInstanceManager"); \ +static_assert(offsetof(ALightWeightInstanceManager, RepresentedClass) == 0x0002A8, "Member 'ALightWeightInstanceManager::RepresentedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, AcceptedClass) == 0x0002B0, "Member 'ALightWeightInstanceManager::AcceptedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, InstanceTransforms) == 0x0002B8, "Member 'ALightWeightInstanceManager::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, Actors) == 0x0002C8, "Member 'ALightWeightInstanceManager::Actors' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, FreeIndices) == 0x000328, "Member 'ALightWeightInstanceManager::FreeIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, ValidIndices) == 0x000338, "Member 'ALightWeightInstanceManager::ValidIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceStaticMeshManager \ +static_assert(alignof(ALightWeightInstanceStaticMeshManager) == 0x000008, "Wrong alignment on ALightWeightInstanceStaticMeshManager"); \ +static_assert(sizeof(ALightWeightInstanceStaticMeshManager) == 0x0003B0, "Wrong size on ALightWeightInstanceStaticMeshManager"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, StaticMesh) == 0x000350, "Member 'ALightWeightInstanceStaticMeshManager::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, ISMComponent) == 0x000378, "Member 'ALightWeightInstanceStaticMeshManager::ISMComponent' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, RenderingIndicesToDataIndices) == 0x000380, "Member 'ALightWeightInstanceStaticMeshManager::RenderingIndicesToDataIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, DataIndicesToRenderingIndices) == 0x000390, "Member 'ALightWeightInstanceStaticMeshManager::DataIndicesToRenderingIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayer \ +static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ +static_assert(sizeof(ULocalPlayer) == 0x0002B0, "Wrong size on ULocalPlayer"); \ +static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000078, "Member 'ULocalPlayer::ViewportClient' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, AspectRatioAxisConstraint) == 0x0000B8, "Member 'ULocalPlayer::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, PendingLevelPlayerControllerClass) == 0x0000C0, "Member 'ULocalPlayer::PendingLevelPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, ControllerId) == 0x0000E0, "Member 'ULocalPlayer::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LODActor_OnSubActorEndPlay \ +static_assert(alignof(LODActor_OnSubActorEndPlay) == 0x000008, "Wrong alignment on LODActor_OnSubActorEndPlay"); \ +static_assert(sizeof(LODActor_OnSubActorEndPlay) == 0x000010, "Wrong size on LODActor_OnSubActorEndPlay"); \ +static_assert(offsetof(LODActor_OnSubActorEndPlay, Actor) == 0x000000, "Member 'LODActor_OnSubActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(LODActor_OnSubActorEndPlay, Reason) == 0x000008, "Member 'LODActor_OnSubActorEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALODActor \ +static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ +static_assert(sizeof(ALODActor) == 0x000318, "Wrong size on ALODActor"); \ +static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000290, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000298, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Proxy) == 0x0002E8, "Member 'ALODActor::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Key) == 0x0002F0, "Member 'ALODActor::Key' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODDrawDistance) == 0x0002F8, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODLevel) == 0x0002FC, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, SubActors) == 0x000300, "Member 'ALODActor::SubActors' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x000310, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMaterialInstanceActor \ +static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ +static_assert(sizeof(AMaterialInstanceActor) == 0x0002A0, "Wrong size on AMaterialInstanceActor"); \ +static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000290, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterial \ +static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ +static_assert(sizeof(UMaterial) == 0x000238, "Wrong size on UMaterial"); \ +static_assert(offsetof(UMaterial, PhysMaterial) == 0x0000C8, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x0000D0, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x0000D8, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RenderTracePhysicalMaterialOutputs) == 0x000118, "Member 'UMaterial::RenderTracePhysicalMaterialOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDomain) == 0x000128, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendMode) == 0x000129, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DecalBlendMode) == 0x00012A, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x00012B, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NaniteOverrideMaterial) == 0x000130, "Member 'UMaterial::NaniteOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DisplacementScaling) == 0x000168, "Member 'UMaterial::DisplacementScaling' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DisplacementFadeRange) == 0x000170, "Member 'UMaterial::DisplacementFadeRange' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModel) == 0x000178, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModels) == 0x00017A, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x00017C, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyPass) == 0x000182, "Member 'UMaterial::TranslucencyPass' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x000183, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x000188, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x00018C, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x000190, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x000194, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x000198, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x00019C, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x0001A0, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x0001A4, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x0001B4, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, FloatPrecisionMode) == 0x0001C1, "Member 'UMaterial::FloatPrecisionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingRate) == 0x0001C9, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendableLocation) == 0x0001CC, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilCompare) == 0x0001CE, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilRefValue) == 0x0001CF, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NeuralProfileId) == 0x0001D0, "Member 'UMaterial::NeuralProfileId' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMode) == 0x0001D1, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMethod) == 0x0001D2, "Member 'UMaterial::RefractionMethod' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionCoverageMode) == 0x0001D3, "Member 'UMaterial::RefractionCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendablePriority) == 0x0001D4, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PreshaderGap) == 0x0001DA, "Member 'UMaterial::PreshaderGap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x0001DC, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x0001E4, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaxWorldPositionOffsetDisplacement) == 0x0001E8, "Member 'UMaterial::MaxWorldPositionOffsetDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, bAlwaysEvaluateWorldPositionOffset) == 0x0001EC, "Member 'UMaterial::bAlwaysEvaluateWorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StateId) == 0x0001F4, "Member 'UMaterial::StateId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceEditorOnlyData \ +static_assert(alignof(UMaterialInstanceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialInstanceEditorOnlyData"); \ +static_assert(sizeof(UMaterialInstanceEditorOnlyData) == 0x0000E0, "Wrong size on UMaterialInstanceEditorOnlyData"); \ +static_assert(offsetof(UMaterialInstanceEditorOnlyData, StaticParameters) == 0x000040, "Member 'UMaterialInstanceEditorOnlyData::StaticParameters' 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_InitializeScalarParameterAndGetIndex \ +static_assert(alignof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex"); \ +static_assert(sizeof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex) == 0x000014, "Wrong size on MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, Value) == 0x000008, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, OutParameterIndex) == 0x00000C, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::OutParameterIndex' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::ReturnValue' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000014, "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) == 0x000010, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000020, "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) == 0x000010, "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_SetDoubleVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetDoubleVectorParameterValue) == 0x000010, "Wrong alignment on MaterialInstanceDynamic_SetDoubleVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetDoubleVectorParameterValue) == 0x000030, "Wrong size on MaterialInstanceDynamic_SetDoubleVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetDoubleVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetDoubleVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetDoubleVectorParameterValue, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetDoubleVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterByIndex \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterByIndex) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterByIndex"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterByIndex) == 0x00000C, "Wrong size on MaterialInstanceDynamic_SetScalarParameterByIndex"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, ParameterIndex) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::ParameterIndex' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, Value) == 0x000004, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::ReturnValue' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000014, "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) == 0x000010, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue::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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000020, "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) == 0x000010, "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) == 0x0002C0, "Wrong size on UMaterialInstanceDynamic"); \ + +#define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ +static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ +static_assert(sizeof(AMeshMergeCullingVolume) == 0x0002C8, "Wrong size on AMeshMergeCullingVolume"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_Deproject \ +static_assert(alignof(Canvas_K2_Deproject) == 0x000008, "Wrong alignment on Canvas_K2_Deproject"); \ +static_assert(sizeof(Canvas_K2_Deproject) == 0x000040, "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) == 0x000010, "Member 'Canvas_K2_Deproject::WorldOrigin' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Deproject, WorldDirection) == 0x000028, "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) == 0x0000C8, "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) == 0x000040, "Member 'Canvas_K2_DrawBorder::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinatePosition) == 0x000050, "Member 'Canvas_K2_DrawBorder::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinateSize) == 0x000060, "Member 'Canvas_K2_DrawBorder::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, RenderColor) == 0x000070, "Member 'Canvas_K2_DrawBorder::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BorderScale) == 0x000080, "Member 'Canvas_K2_DrawBorder::BorderScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundScale) == 0x000090, "Member 'Canvas_K2_DrawBorder::BackgroundScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, Rotation) == 0x0000A0, "Member 'Canvas_K2_DrawBorder::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, PivotPoint) == 0x0000A8, "Member 'Canvas_K2_DrawBorder::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CornerSize) == 0x0000B8, "Member 'Canvas_K2_DrawBorder::CornerSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawBox \ +static_assert(alignof(Canvas_K2_DrawBox) == 0x000008, "Wrong alignment on Canvas_K2_DrawBox"); \ +static_assert(sizeof(Canvas_K2_DrawBox) == 0x000038, "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) == 0x000010, "Member 'Canvas_K2_DrawBox::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, Thickness) == 0x000020, "Member 'Canvas_K2_DrawBox::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, RenderColor) == 0x000024, "Member 'Canvas_K2_DrawBox::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawLine \ +static_assert(alignof(Canvas_K2_DrawLine) == 0x000008, "Wrong alignment on Canvas_K2_DrawLine"); \ +static_assert(sizeof(Canvas_K2_DrawLine) == 0x000038, "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) == 0x000010, "Member 'Canvas_K2_DrawLine::ScreenPositionB' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, Thickness) == 0x000020, "Member 'Canvas_K2_DrawLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, RenderColor) == 0x000024, "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) == 0x000060, "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) == 0x000018, "Member 'Canvas_K2_DrawMaterial::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinatePosition) == 0x000028, "Member 'Canvas_K2_DrawMaterial::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinateSize) == 0x000038, "Member 'Canvas_K2_DrawMaterial::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, Rotation) == 0x000048, "Member 'Canvas_K2_DrawMaterial::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, PivotPoint) == 0x000050, "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) == 0x000040, "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) == 0x000018, "Member 'Canvas_K2_DrawPolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, NumberOfSides) == 0x000028, "Member 'Canvas_K2_DrawPolygon::NumberOfSides' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, RenderColor) == 0x00002C, "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) == 0x000088, "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) == 0x000028, "Member 'Canvas_K2_DrawText::Scale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderColor) == 0x000038, "Member 'Canvas_K2_DrawText::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, Kerning) == 0x000048, "Member 'Canvas_K2_DrawText::Kerning' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowColor) == 0x00004C, "Member 'Canvas_K2_DrawText::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowOffset) == 0x000060, "Member 'Canvas_K2_DrawText::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreX) == 0x000070, "Member 'Canvas_K2_DrawText::bCentreX' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreY) == 0x000071, "Member 'Canvas_K2_DrawText::bCentreY' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bOutlined) == 0x000072, "Member 'Canvas_K2_DrawText::bOutlined' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, OutlineColor) == 0x000074, "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) == 0x000070, "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) == 0x000018, "Member 'Canvas_K2_DrawTexture::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinatePosition) == 0x000028, "Member 'Canvas_K2_DrawTexture::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinateSize) == 0x000038, "Member 'Canvas_K2_DrawTexture::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, RenderColor) == 0x000048, "Member 'Canvas_K2_DrawTexture::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, BlendMode) == 0x000058, "Member 'Canvas_K2_DrawTexture::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, Rotation) == 0x00005C, "Member 'Canvas_K2_DrawTexture::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, PivotPoint) == 0x000060, "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) == 0x000008, "Wrong alignment on Canvas_K2_Project"); \ +static_assert(sizeof(Canvas_K2_Project) == 0x000030, "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) == 0x000018, "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) == 0x000028, "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) == 0x000038, "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) == 0x000028, "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) == 0x000390, "Wrong size on UCanvas"); \ +static_assert(offsetof(UCanvas, OrgX) == 0x000028, "Member 'UCanvas::OrgX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, OrgY) == 0x00002C, "Member 'UCanvas::OrgY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipX) == 0x000030, "Member 'UCanvas::ClipX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipY) == 0x000034, "Member 'UCanvas::ClipY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, DrawColor) == 0x000038, "Member 'UCanvas::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeX) == 0x000040, "Member 'UCanvas::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeY) == 0x000044, "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) == 0x000070, "Member 'UCanvas::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, GradientTexture0) == 0x000078, "Member 'UCanvas::GradientTexture0' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ReporterGraph) == 0x000080, "Member 'UCanvas::ReporterGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSimplificationSettings \ +static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ +static_assert(sizeof(UMeshSimplificationSettings) == 0x000048, "Wrong size on UMeshSimplificationSettings"); \ +static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000038, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ +static_assert(offsetof(UMeshSimplificationSettings, bMeshReductionBackwardCompatible) == 0x000040, "Member 'UMeshSimplificationSettings::bMeshReductionBackwardCompatible' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UMeshVertexPainterKismetLibrary"); \ + +#define DUMPER7_ASSERTS_USimulatedClientNetConnection \ +static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ +static_assert(sizeof(USimulatedClientNetConnection) == 0x001E00, "Wrong size on USimulatedClientNetConnection"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsCSV_Replication \ +static_assert(alignof(UNetworkMetricsCSV_Replication) == 0x000008, "Wrong alignment on UNetworkMetricsCSV_Replication"); \ +static_assert(sizeof(UNetworkMetricsCSV_Replication) == 0x000038, "Wrong size on UNetworkMetricsCSV_Replication"); \ + +#define DUMPER7_ASSERTS_UNetworkSettings \ +static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ +static_assert(sizeof(UNetworkSettings) == 0x000050, "Wrong size on UNetworkSettings"); \ +static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000040, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABandwidthTestActor \ +static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ +static_assert(sizeof(ABandwidthTestActor) == 0x0002B0, "Wrong size on ABandwidthTestActor"); \ +static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000290, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorReplicationBridge \ +static_assert(alignof(UActorReplicationBridge) == 0x000008, "Wrong alignment on UActorReplicationBridge"); \ +static_assert(sizeof(UActorReplicationBridge) == 0x000570, "Wrong size on UActorReplicationBridge"); \ + +#define DUMPER7_ASSERTS_UNetFaultConfig \ +static_assert(alignof(UNetFaultConfig) == 0x000008, "Wrong alignment on UNetFaultConfig"); \ +static_assert(sizeof(UNetFaultConfig) == 0x000088, "Wrong size on UNetFaultConfig"); \ + +#define DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirty \ +static_assert(alignof(NetPushModelHelpers_MarkPropertyDirty) == 0x000008, "Wrong alignment on NetPushModelHelpers_MarkPropertyDirty"); \ +static_assert(sizeof(NetPushModelHelpers_MarkPropertyDirty) == 0x000010, "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) == 0x000028, "Wrong size on UNetPushModelHelpers"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsDatabase \ +static_assert(alignof(UNetworkMetricsDatabase) == 0x000008, "Wrong alignment on UNetworkMetricsDatabase"); \ +static_assert(sizeof(UNetworkMetricsDatabase) == 0x0001B8, "Wrong size on UNetworkMetricsDatabase"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsPerfCounters \ +static_assert(alignof(UNetworkMetricsPerfCounters) == 0x000008, "Wrong alignment on UNetworkMetricsPerfCounters"); \ +static_assert(sizeof(UNetworkMetricsPerfCounters) == 0x000030, "Wrong size on UNetworkMetricsPerfCounters"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsStats \ +static_assert(alignof(UNetworkMetricsStats) == 0x000008, "Wrong alignment on UNetworkMetricsStats"); \ +static_assert(sizeof(UNetworkMetricsStats) == 0x000038, "Wrong size on UNetworkMetricsStats"); \ + +#define DUMPER7_ASSERTS_UNetworkSubsystem \ +static_assert(alignof(UNetworkSubsystem) == 0x000008, "Wrong alignment on UNetworkSubsystem"); \ +static_assert(sizeof(UNetworkSubsystem) == 0x000080, "Wrong size on UNetworkSubsystem"); \ + +#define DUMPER7_ASSERTS_ANote \ +static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ +static_assert(sizeof(ANote) == 0x000290, "Wrong size on ANote"); \ + +#define DUMPER7_ASSERTS_UObjectLibrary \ +static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ +static_assert(sizeof(UObjectLibrary) == 0x0000A8, "Wrong size on UObjectLibrary"); \ +static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000028, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000030, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, Objects) == 0x000038, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000048, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000058, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000059, "Member 'UObjectLibrary::bIsFullyLoaded' 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_UOnlineBlueprintCallProxyBase \ +static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ +static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterface \ +static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ +static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ + +#define DUMPER7_ASSERTS_APackedLevelActor \ +static_assert(alignof(APackedLevelActor) == 0x000008, "Wrong alignment on APackedLevelActor"); \ +static_assert(sizeof(APackedLevelActor) == 0x000330, "Wrong size on APackedLevelActor"); \ + +#define DUMPER7_ASSERTS_UEngineHandlerComponentFactory \ +static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ +static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000028, "Wrong size on UEngineHandlerComponentFactory"); \ + +#define DUMPER7_ASSERTS_UContentBundleEngineSubsystem \ +static_assert(alignof(UContentBundleEngineSubsystem) == 0x000008, "Wrong alignment on UContentBundleEngineSubsystem"); \ +static_assert(sizeof(UContentBundleEngineSubsystem) == 0x0000D0, "Wrong size on UContentBundleEngineSubsystem"); \ +static_assert(offsetof(UContentBundleEngineSubsystem, ContentBundleTypeFactoryClass) == 0x0000A0, "Member 'UContentBundleEngineSubsystem::ContentBundleTypeFactoryClass' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleEngineSubsystem, ContentBundleTypeFactory) == 0x0000C8, "Member 'UContentBundleEngineSubsystem::ContentBundleTypeFactory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_ServerRPCBufferInput \ +static_assert(alignof(AsyncPhysicsInputComponent_ServerRPCBufferInput) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_ServerRPCBufferInput"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_ServerRPCBufferInput) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_ServerRPCBufferInput"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_ServerRPCBufferInput, AsyncPhysicsData) == 0x000000, "Member 'AsyncPhysicsInputComponent_ServerRPCBufferInput::AsyncPhysicsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_GetDataToConsume \ +static_assert(alignof(AsyncPhysicsInputComponent_GetDataToConsume) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_GetDataToConsume"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_GetDataToConsume) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_GetDataToConsume"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_GetDataToConsume, ReturnValue) == 0x000000, "Member 'AsyncPhysicsInputComponent_GetDataToConsume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_GetDataToWrite \ +static_assert(alignof(AsyncPhysicsInputComponent_GetDataToWrite) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_GetDataToWrite"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_GetDataToWrite) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_GetDataToWrite"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_GetDataToWrite, ReturnValue) == 0x000000, "Member 'AsyncPhysicsInputComponent_GetDataToWrite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncPhysicsInputComponent \ +static_assert(alignof(UAsyncPhysicsInputComponent) == 0x000008, "Wrong alignment on UAsyncPhysicsInputComponent"); \ +static_assert(sizeof(UAsyncPhysicsInputComponent) == 0x0000C8, "Wrong size on UAsyncPhysicsInputComponent"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataClass) == 0x0000A0, "Member 'UAsyncPhysicsInputComponent::DataClass' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, BufferedData) == 0x0000A8, "Member 'UAsyncPhysicsInputComponent::BufferedData' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataToConsume) == 0x0000B8, "Member 'UAsyncPhysicsInputComponent::DataToConsume' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataToWrite) == 0x0000C0, "Member 'UAsyncPhysicsInputComponent::DataToWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBodySetup \ +static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ +static_assert(sizeof(UBodySetup) == 0x000320, "Wrong size on UBodySetup"); \ +static_assert(offsetof(UBodySetup, AggGeom) == 0x000038, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000C0, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000C8, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000148, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, BuildScale3D) == 0x0002E8, "Member 'UBodySetup::BuildScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_IsPendingDeletion \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion) == 0x000001, "Wrong alignment on ClusterUnionReplicatedProxyComponent_IsPendingDeletion"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion) == 0x000001, "Wrong size on ClusterUnionReplicatedProxyComponent_IsPendingDeletion"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_IsPendingDeletion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent, InComponent) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParentClusterUnion \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParentClusterUnion"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParentClusterUnion"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion, InComponent) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParentClusterUnion::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParticleBoneIds \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParticleBoneIds"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds) == 0x000010, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParticleBoneIds"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds, InIds) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleBoneIds::InIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParticleChildToParent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent) == 0x000010, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParticleChildToParent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent) == 0x000070, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParticleChildToParent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent, BoneID) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleChildToParent::BoneID' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent, ChildToParent) == 0x000010, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleChildToParent::ChildToParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetParticleBoneIds \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetParticleBoneIds"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds) == 0x000010, "Wrong size on ClusterUnionReplicatedProxyComponent_GetParticleBoneIds"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetParticleBoneIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClusterUnionReplicatedProxyComponent \ +static_assert(alignof(UClusterUnionReplicatedProxyComponent) == 0x000008, "Wrong alignment on UClusterUnionReplicatedProxyComponent"); \ +static_assert(sizeof(UClusterUnionReplicatedProxyComponent) == 0x000140, "Wrong size on UClusterUnionReplicatedProxyComponent"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParentClusterUnion) == 0x0000A0, "Member 'UClusterUnionReplicatedProxyComponent::ParentClusterUnion' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParentClusterUnion) == 0x0000A8, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParentClusterUnion' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ChildClusteredComponent) == 0x0000AC, "Member 'UClusterUnionReplicatedProxyComponent::ChildClusteredComponent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateChildClusteredComponent) == 0x0000B4, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateChildClusteredComponent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParticleBoneIds) == 0x0000B8, "Member 'UClusterUnionReplicatedProxyComponent::ParticleBoneIds' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParticleBoneIds) == 0x000118, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParticleBoneIds' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParticleChildToParents) == 0x000120, "Member 'UClusterUnionReplicatedProxyComponent::ParticleChildToParents' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParticleChildToParents) == 0x000130, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParticleChildToParents' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bIsPendingDeletion) == 0x000131, "Member 'UClusterUnionReplicatedProxyComponent::bIsPendingDeletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_CopyParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_CopyParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_CopyParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_CopyParams) == 0x00001C, "Wrong size on ConstraintInstanceBlueprintLibrary_CopyParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, SourceAccessor) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::SourceAccessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, bKeepPosition) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::bKeepPosition' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, bKeepRotation) == 0x000019, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::bKeepRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, bAngularBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, AngularBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularDriveMode \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularDriveMode"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularDriveMode"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveMode::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode, OutDriveMode) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveMode::OutDriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutPositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutPositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutVelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularLimits) == 0x000024, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing1MotionType) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing1MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing1LimitAngle) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing2MotionType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing2MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing2LimitAngle) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, TwistMotionType) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::TwistMotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, TwistLimitAngle) == 0x000020, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget, OutPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget::OutPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, bAngularPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, AngularPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, bSoftSwingLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::bSoftSwingLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, bSoftTwistLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::bSoftTwistLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP, bOutEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP::bOutEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, bOutEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::bOutEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, bOutEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::bOutEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget, OutVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget::OutVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames) == 0x00001C, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, ParentBody) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::ParentBody' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, ChildBody) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::ChildBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetContactTransferScale \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetContactTransferScale"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetContactTransferScale"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetContactTransferScale::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale, ContactTransferScale) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetContactTransferScale::ContactTransferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetDisableCollsion \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetDisableCollsion"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetDisableCollsion"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetDisableCollsion::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetDisableCollsion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, bLinearBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, LinearBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutPositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutPositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutVelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearLimits) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, XMotion) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::XMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, YMotion) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::YMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, ZMotion) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::ZMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, Limit) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, bLinearPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, LinearPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, PlasticityType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::PlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget, OutPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget::OutPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, bSoftLinearLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::bSoftLinearLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget, OutVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget::OutVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP, bOutEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP::bOutEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, bOutEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::bOutEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, bOutEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::bOutEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetParentDominates \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetParentDominates) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetParentDominates"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetParentDominates) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetParentDominates"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetParentDominates, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetParentDominates::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetParentDominates, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetParentDominates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetProjectionParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetProjectionParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetProjectionParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetProjectionParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetProjectionParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, bEnableProjection) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::bEnableProjection' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, ProjectionLinearAlpha) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, ProjectionAngularAlpha) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, bAngularBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, AngularBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularDriveMode \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularDriveMode"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularDriveMode"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveMode::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode, DriveMode) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveMode::DriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, PositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, VelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, InForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularLimits) == 0x000024, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing1MotionType) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing1MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing1LimitAngle) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing2MotionType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing2MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing2LimitAngle) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, TwistMotionType) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::TwistMotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, TwistLimitAngle) == 0x000020, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget, InPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, bAngularPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, AngularPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, bSoftSwingLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::bSoftSwingLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, bSoftTwistLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::bSoftTwistLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP, bEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, bEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, bEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget, InVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetContactTransferScale \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetContactTransferScale"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetContactTransferScale"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetContactTransferScale::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale, ContactTransferScale) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetContactTransferScale::ContactTransferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetDisableCollision \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetDisableCollision) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetDisableCollision"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetDisableCollision) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetDisableCollision"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetDisableCollision, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetDisableCollision::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetDisableCollision, bDisableCollision) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetDisableCollision::bDisableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, bLinearBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, LinearBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, PositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, VelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, InForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearLimits) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, XMotion) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::XMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, YMotion) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::YMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, ZMotion) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::ZMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, Limit) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, bLinearPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, PlasticityType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::PlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget, InPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, bSoftLinearLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::bSoftLinearLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget, InVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled, bEnableMassConditioning) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled::bEnableMassConditioning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP, bEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetParentDominates \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetParentDominates) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetParentDominates"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetParentDominates) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetParentDominates"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetParentDominates, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetParentDominates::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetParentDominates, bParentDominates) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetParentDominates::bParentDominates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetProjectionParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetProjectionParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetProjectionParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetProjectionParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetProjectionParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, bEnableProjection) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::bEnableProjection' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, ProjectionLinearAlpha) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, ProjectionAngularAlpha) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintInstanceBlueprintLibrary \ +static_assert(alignof(UConstraintInstanceBlueprintLibrary) == 0x000008, "Wrong alignment on UConstraintInstanceBlueprintLibrary"); \ +static_assert(sizeof(UConstraintInstanceBlueprintLibrary) == 0x000028, "Wrong size on UConstraintInstanceBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000014, "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) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bIncludeSelf) == 0x000010, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bIncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bClearNotFound) == 0x000011, "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) == 0x00002C, "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) == 0x000008, "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) == 0x000030, "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) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::PhysicalAnimationData' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, bIncludeSelf) == 0x00002C, "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) == 0x000070, "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) == 0x0000E0, "Wrong size on UPhysicalAnimationComponent"); \ +static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000A0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000A8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' 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) == 0x000028, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x00002C, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x00002D, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalBodySetup \ +static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ +static_assert(sizeof(USkeletalBodySetup) == 0x000338, "Wrong size on USkeletalBodySetup"); \ +static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x000320, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x000328, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsConstraintActor \ +static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ +static_assert(sizeof(APhysicsConstraintActor) == 0x0002B0, "Wrong size on APhysicsConstraintActor"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000290, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000298, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x0002A0, "Member 'APhysicsConstraintActor::ConstraintActor2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintTemplate \ +static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ +static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000400, "Wrong size on UPhysicsConstraintTemplate"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000028, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x000298, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x0002A8, "Member 'UPhysicsConstraintTemplate::DefaultProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATargetPoint \ +static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ +static_assert(sizeof(ATargetPoint) == 0x000290, "Wrong size on ATargetPoint"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ +static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 0x000030, "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) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponent::GrabLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, bConstrainRotation) == 0x000028, "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) == 0x000028, "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) == 0x000010, "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) == 0x000040, "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) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Location' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Rotation) == 0x000028, "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) == 0x000008, "Wrong alignment on PhysicsHandleComponent_SetTargetLocation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000030, "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) == 0x000018, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetRotation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_SetTargetRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000030, "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) == 0x000018, "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) == 0x0004D0, "Wrong size on UPhysicsHandleComponent"); \ +static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000A0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000B4, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000B8, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000BC, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000C0, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000190, "Member 'UPhysicsHandleComponent::InterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSettings_GetPhysicsHistoryCount \ +static_assert(alignof(PhysicsSettings_GetPhysicsHistoryCount) == 0x000004, "Wrong alignment on PhysicsSettings_GetPhysicsHistoryCount"); \ +static_assert(sizeof(PhysicsSettings_GetPhysicsHistoryCount) == 0x000004, "Wrong size on PhysicsSettings_GetPhysicsHistoryCount"); \ +static_assert(offsetof(PhysicsSettings_GetPhysicsHistoryCount, ReturnValue) == 0x000000, "Member 'PhysicsSettings_GetPhysicsHistoryCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettings \ +static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ +static_assert(sizeof(UPhysicsSettings) == 0x0001F8, "Wrong size on UPhysicsSettings"); \ +static_assert(offsetof(UPhysicsSettings, PhysicsPrediction) == 0x0000E8, "Member 'UPhysicsSettings::PhysicsPrediction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000F4, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x000128, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x000129, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x00012A, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x00012B, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x00012C, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x00012D, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x00012E, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x00012F, "Member 'UPhysicsSettings::bDisableCCD' 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, MinPhysicsDeltaTime) == 0x000138, "Member 'UPhysicsSettings::MinPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x00013C, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x000140, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x000141, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bTickPhysicsAsync) == 0x000142, "Member 'UPhysicsSettings::bTickPhysicsAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AsyncFixedTimeStepSize) == 0x000144, "Member 'UPhysicsSettings::AsyncFixedTimeStepSize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000148, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x00014C, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000150, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x000154, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000158, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000160, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000170, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x0001F0, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x0001F4, "Member 'UPhysicsSettings::ChaosSettings' 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) == 0x000230, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, Falloff) == 0x000234, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000238, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000240, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x000244, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000248, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldComponent \ +static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ +static_assert(sizeof(UPhysicsFieldComponent) == 0x000310, "Wrong size on UPhysicsFieldComponent"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsIntegerField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsIntegerField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsIntegerField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsIntegerField) == 0x000028, "Wrong size on PhysicsFieldStatics_EvalPhysicsIntegerField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, IntegerType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::IntegerType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, ReturnValue) == 0x000024, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsScalarField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsScalarField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsScalarField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsScalarField) == 0x000028, "Wrong size on PhysicsFieldStatics_EvalPhysicsScalarField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, ScalarType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::ScalarType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, ReturnValue) == 0x000024, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsVectorField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsVectorField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsVectorField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsVectorField) == 0x000040, "Wrong size on PhysicsFieldStatics_EvalPhysicsVectorField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, VectorType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::VectorType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, ReturnValue) == 0x000028, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldStatics \ +static_assert(alignof(UPhysicsFieldStatics) == 0x000008, "Wrong alignment on UPhysicsFieldStatics"); \ +static_assert(sizeof(UPhysicsFieldStatics) == 0x000028, "Wrong size on UPhysicsFieldStatics"); \ + +#define DUMPER7_ASSERTS_APlayerStartPIE \ +static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ +static_assert(sizeof(APlayerStartPIE) == 0x0002C0, "Wrong size on APlayerStartPIE"); \ + +#define DUMPER7_ASSERTS_PlayerState_OnPawnPrivateDestroyed \ +static_assert(alignof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong alignment on PlayerState_OnPawnPrivateDestroyed"); \ +static_assert(sizeof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong size on PlayerState_OnPawnPrivateDestroyed"); \ +static_assert(offsetof(PlayerState_OnPawnPrivateDestroyed, InActor) == 0x000000, "Member 'PlayerState_OnPawnPrivateDestroyed::InActor' has a wrong offset!"); \ + +#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_BP_GetUniqueId \ +static_assert(alignof(PlayerState_BP_GetUniqueId) == 0x000008, "Wrong alignment on PlayerState_BP_GetUniqueId"); \ +static_assert(sizeof(PlayerState_BP_GetUniqueId) == 0x000030, "Wrong size on PlayerState_BP_GetUniqueId"); \ +static_assert(offsetof(PlayerState_BP_GetUniqueId, ReturnValue) == 0x000000, "Member 'PlayerState_BP_GetUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetCompressedPing \ +static_assert(alignof(PlayerState_GetCompressedPing) == 0x000001, "Wrong alignment on PlayerState_GetCompressedPing"); \ +static_assert(sizeof(PlayerState_GetCompressedPing) == 0x000001, "Wrong size on PlayerState_GetCompressedPing"); \ +static_assert(offsetof(PlayerState_GetCompressedPing, ReturnValue) == 0x000000, "Member 'PlayerState_GetCompressedPing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPawn \ +static_assert(alignof(PlayerState_GetPawn) == 0x000008, "Wrong alignment on PlayerState_GetPawn"); \ +static_assert(sizeof(PlayerState_GetPawn) == 0x000008, "Wrong size on PlayerState_GetPawn"); \ +static_assert(offsetof(PlayerState_GetPawn, ReturnValue) == 0x000000, "Member 'PlayerState_GetPawn::ReturnValue' 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_GetPlayerController \ +static_assert(alignof(PlayerState_GetPlayerController) == 0x000008, "Wrong alignment on PlayerState_GetPlayerController"); \ +static_assert(sizeof(PlayerState_GetPlayerController) == 0x000008, "Wrong size on PlayerState_GetPlayerController"); \ +static_assert(offsetof(PlayerState_GetPlayerController, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerId \ +static_assert(alignof(PlayerState_GetPlayerId) == 0x000004, "Wrong alignment on PlayerState_GetPlayerId"); \ +static_assert(sizeof(PlayerState_GetPlayerId) == 0x000004, "Wrong size on PlayerState_GetPlayerId"); \ +static_assert(offsetof(PlayerState_GetPlayerId, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerId::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_GetScore \ +static_assert(alignof(PlayerState_GetScore) == 0x000004, "Wrong alignment on PlayerState_GetScore"); \ +static_assert(sizeof(PlayerState_GetScore) == 0x000004, "Wrong size on PlayerState_GetScore"); \ +static_assert(offsetof(PlayerState_GetScore, ReturnValue) == 0x000000, "Member 'PlayerState_GetScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsABot \ +static_assert(alignof(PlayerState_IsABot) == 0x000001, "Wrong alignment on PlayerState_IsABot"); \ +static_assert(sizeof(PlayerState_IsABot) == 0x000001, "Wrong size on PlayerState_IsABot"); \ +static_assert(offsetof(PlayerState_IsABot, ReturnValue) == 0x000000, "Member 'PlayerState_IsABot::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_PlayerState_IsSpectator \ +static_assert(alignof(PlayerState_IsSpectator) == 0x000001, "Wrong alignment on PlayerState_IsSpectator"); \ +static_assert(sizeof(PlayerState_IsSpectator) == 0x000001, "Wrong size on PlayerState_IsSpectator"); \ +static_assert(offsetof(PlayerState_IsSpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsSpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerState \ +static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ +static_assert(sizeof(APlayerState) == 0x000348, "Wrong size on APlayerState"); \ +static_assert(offsetof(APlayerState, Score) == 0x000290, "Member 'APlayerState::Score' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerId) == 0x000294, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, CompressedPing) == 0x000298, "Member 'APlayerState::CompressedPing' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, StartTime) == 0x00029C, "Member 'APlayerState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, EngineMessageClass) == 0x0002A0, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x0002B0, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, UniqueID) == 0x0002C0, "Member 'APlayerState::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, OnPawnSet) == 0x0002F8, "Member 'APlayerState::OnPawnSet' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PawnPrivate) == 0x000308, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000328, "Member 'APlayerState::PlayerNamePrivate' 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) == 0x0009D0, "Wrong size on APostProcessVolume"); \ +static_assert(offsetof(APostProcessVolume, Settings) == 0x0002D0, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, Priority) == 0x0009C0, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x0009C4, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x0009C8, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimaryAssetLabel \ +static_assert(alignof(UPrimaryAssetLabel) == 0x000008, "Wrong alignment on UPrimaryAssetLabel"); \ +static_assert(sizeof(UPrimaryAssetLabel) == 0x000068, "Wrong size on UPrimaryAssetLabel"); \ +static_assert(offsetof(UPrimaryAssetLabel, Rules) == 0x000030, "Member 'UPrimaryAssetLabel::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitAssets) == 0x000040, "Member 'UPrimaryAssetLabel::ExplicitAssets' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitBlueprints) == 0x000050, "Member 'UPrimaryAssetLabel::ExplicitBlueprints' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, AssetCollection) == 0x000060, "Member 'UPrimaryAssetLabel::AssetCollection' 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) == 0x000028, "Wrong size on UHealthSnapshotBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingProfilingSubsystem \ +static_assert(alignof(ULevelStreamingProfilingSubsystem) == 0x000008, "Wrong alignment on ULevelStreamingProfilingSubsystem"); \ +static_assert(sizeof(ULevelStreamingProfilingSubsystem) == 0x0000C0, "Wrong size on ULevelStreamingProfilingSubsystem"); \ + +#define DUMPER7_ASSERTS_ARectLight \ +static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ +static_assert(sizeof(ARectLight) == 0x0002A8, "Wrong size on ARectLight"); \ +static_assert(offsetof(ARectLight, RectLightComponent) == 0x0002A0, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionReplay \ +static_assert(alignof(AWorldPartitionReplay) == 0x000008, "Wrong alignment on AWorldPartitionReplay"); \ +static_assert(sizeof(AWorldPartitionReplay) == 0x0002B0, "Wrong size on AWorldPartitionReplay"); \ +static_assert(offsetof(AWorldPartitionReplay, StreamingSourceNames) == 0x000290, "Member 'AWorldPartitionReplay::StreamingSourceNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererSettings \ +static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ +static_assert(sizeof(URendererSettings) == 0x000218, "Wrong size on URendererSettings"); \ +static_assert(offsetof(URendererSettings, MobileShadingPath) == 0x000038, "Member 'URendererSettings::MobileShadingPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileAntiAliasing) == 0x000040, "Member 'URendererSettings::MobileAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileFloatPrecisionMode) == 0x000041, "Member 'URendererSettings::MobileFloatPrecisionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ShaderCompressionFormat) == 0x000048, "Member 'URendererSettings::ShaderCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForLights) == 0x000050, "Member 'URendererSettings::MinScreenRadiusForLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForEarlyZPass) == 0x000054, "Member 'URendererSettings::MinScreenRadiusForEarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForCSMdepth) == 0x000058, "Member 'URendererSettings::MinScreenRadiusForCSMdepth' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileSize) == 0x000060, "Member 'URendererSettings::VirtualTextureTileSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileBorderSize) == 0x000064, "Member 'URendererSettings::VirtualTextureTileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureFeedbackFactor) == 0x000068, "Member 'URendererSettings::VirtualTextureFeedbackFactor' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WorkingColorSpaceChoice) == 0x00006C, "Member 'URendererSettings::WorkingColorSpaceChoice' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, RedChromaticityCoordinate) == 0x000070, "Member 'URendererSettings::RedChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GreenChromaticityCoordinate) == 0x000080, "Member 'URendererSettings::GreenChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, BlueChromaticityCoordinate) == 0x000090, "Member 'URendererSettings::BlueChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WhiteChromaticityCoordinate) == 0x0000A0, "Member 'URendererSettings::WhiteChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DynamicGlobalIllumination) == 0x0000B4, "Member 'URendererSettings::DynamicGlobalIllumination' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, Reflections) == 0x0000B5, "Member 'URendererSettings::Reflections' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ReflectionCaptureResolution) == 0x0000B8, "Member 'URendererSettings::ReflectionCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LumenRayLightingMode) == 0x0000C0, "Member 'URendererSettings::LumenRayLightingMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LumenSoftwareTracingMode) == 0x0000C8, "Member 'URendererSettings::LumenSoftwareTracingMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ShadowMapMethod) == 0x0000D0, "Member 'URendererSettings::ShadowMapMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DistanceFieldVoxelDensity) == 0x0000D8, "Member 'URendererSettings::DistanceFieldVoxelDensity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x0000E0, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x0000E8, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, FoveationLevel) == 0x000104, "Member 'URendererSettings::FoveationLevel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x00010C, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableAlphaChannelInPostProcessing) == 0x000114, "Member 'URendererSettings::bEnableAlphaChannelInPostProcessing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x00011C, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x000120, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureLocalExposureHighlightContrast) == 0x000128, "Member 'URendererSettings::DefaultFeatureLocalExposureHighlightContrast' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureLocalExposureShadowContrast) == 0x00012C, "Member 'URendererSettings::DefaultFeatureLocalExposureShadowContrast' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x000134, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MSAASampleCount) == 0x000135, "Member 'URendererSettings::MSAASampleCount' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x000136, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x000137, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultManualScreenPercentage) == 0x000138, "Member 'URendererSettings::DefaultManualScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageDesktopMode) == 0x00013C, "Member 'URendererSettings::DefaultScreenPercentageDesktopMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageMobileMode) == 0x000140, "Member 'URendererSettings::DefaultScreenPercentageMobileMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageVRMode) == 0x000144, "Member 'URendererSettings::DefaultScreenPercentageVRMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentagePathTracerMode) == 0x000148, "Member 'URendererSettings::DefaultScreenPercentagePathTracerMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, EarlyZPass) == 0x000150, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x000158, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VelocityPass) == 0x000159, "Member 'URendererSettings::VelocityPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VertexDeformationOutputsVelocity) == 0x00015A, "Member 'URendererSettings::VertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x000160, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x000164, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GBufferFormat) == 0x00016C, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MorphTargetMaxBlendWeight) == 0x000174, "Member 'URendererSettings::MorphTargetMaxBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LightFunctionAtlasPixelFormat) == 0x00017C, "Member 'URendererSettings::LightFunctionAtlasPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x000184, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x00018C, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x000190, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileLocalLightSetting) == 0x000198, "Member 'URendererSettings::MobileLocalLightSetting' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x0001A0, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBoneInfluenceLimit) == 0x0001A4, "Member 'URendererSettings::DefaultBoneInfluenceLimit' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x0001A8, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x0001AC, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x0001B4, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x0001B5, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x0001B8, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x0001D8, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x0001F8, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererOverrideSettings \ +static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ +static_assert(sizeof(URendererOverrideSettings) == 0x000040, "Wrong size on URendererOverrideSettings"); \ + +#define DUMPER7_ASSERTS_USpecularProfile \ +static_assert(alignof(USpecularProfile) == 0x000008, "Wrong alignment on USpecularProfile"); \ +static_assert(sizeof(USpecularProfile) == 0x000458, "Wrong size on USpecularProfile"); \ +static_assert(offsetof(USpecularProfile, Settings) == 0x000028, "Member 'USpecularProfile::Settings' has a wrong offset!"); \ +static_assert(offsetof(USpecularProfile, Guid) == 0x000448, "Member 'USpecularProfile::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubsurfaceProfile \ +static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ +static_assert(sizeof(USubsurfaceProfile) == 0x0000C8, "Wrong size on USubsurfaceProfile"); \ +static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplayNetConnection \ +static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ +static_assert(sizeof(UReplayNetConnection) == 0x002880, "Wrong size on UReplayNetConnection"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_GetActiveReplayName \ +static_assert(alignof(ReplaySubsystem_GetActiveReplayName) == 0x000008, "Wrong alignment on ReplaySubsystem_GetActiveReplayName"); \ +static_assert(sizeof(ReplaySubsystem_GetActiveReplayName) == 0x000010, "Wrong size on ReplaySubsystem_GetActiveReplayName"); \ +static_assert(offsetof(ReplaySubsystem_GetActiveReplayName, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_GetActiveReplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_GetReplayCurrentTime \ +static_assert(alignof(ReplaySubsystem_GetReplayCurrentTime) == 0x000004, "Wrong alignment on ReplaySubsystem_GetReplayCurrentTime"); \ +static_assert(sizeof(ReplaySubsystem_GetReplayCurrentTime) == 0x000004, "Wrong size on ReplaySubsystem_GetReplayCurrentTime"); \ +static_assert(offsetof(ReplaySubsystem_GetReplayCurrentTime, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_GetReplayCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_IsPlaying \ +static_assert(alignof(ReplaySubsystem_IsPlaying) == 0x000001, "Wrong alignment on ReplaySubsystem_IsPlaying"); \ +static_assert(sizeof(ReplaySubsystem_IsPlaying) == 0x000001, "Wrong size on ReplaySubsystem_IsPlaying"); \ +static_assert(offsetof(ReplaySubsystem_IsPlaying, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_IsRecording \ +static_assert(alignof(ReplaySubsystem_IsRecording) == 0x000001, "Wrong alignment on ReplaySubsystem_IsRecording"); \ +static_assert(sizeof(ReplaySubsystem_IsRecording) == 0x000001, "Wrong size on ReplaySubsystem_IsRecording"); \ +static_assert(offsetof(ReplaySubsystem_IsRecording, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_IsRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplaySubsystem \ +static_assert(alignof(UReplaySubsystem) == 0x000008, "Wrong alignment on UReplaySubsystem"); \ +static_assert(sizeof(UReplaySubsystem) == 0x000040, "Wrong size on UReplaySubsystem"); \ +static_assert(offsetof(UReplaySubsystem, bLoadDefaultMapOnStop) == 0x000030, "Member 'UReplaySubsystem::bLoadDefaultMapOnStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLightProfile \ +static_assert(alignof(UTextureLightProfile) == 0x000008, "Wrong alignment on UTextureLightProfile"); \ +static_assert(sizeof(UTextureLightProfile) == 0x000158, "Wrong size on UTextureLightProfile"); \ +static_assert(offsetof(UTextureLightProfile, Brightness) == 0x000150, "Member 'UTextureLightProfile::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UTextureLightProfile, TextureMultiplier) == 0x000154, "Member 'UTextureLightProfile::TextureMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReverbEffect \ +static_assert(alignof(UReverbEffect) == 0x000008, "Wrong alignment on UReverbEffect"); \ +static_assert(sizeof(UReverbEffect) == 0x000060, "Wrong size on UReverbEffect"); \ +static_assert(offsetof(UReverbEffect, bBypassEarlyReflections) == 0x000028, "Member 'UReverbEffect::bBypassEarlyReflections' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, ReflectionsDelay) == 0x00002C, "Member 'UReverbEffect::ReflectionsDelay' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, GainHF) == 0x000030, "Member 'UReverbEffect::GainHF' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, ReflectionsGain) == 0x000034, "Member 'UReverbEffect::ReflectionsGain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, bBypassLateReflections) == 0x000038, "Member 'UReverbEffect::bBypassLateReflections' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, LateDelay) == 0x00003C, "Member 'UReverbEffect::LateDelay' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, DecayTime) == 0x000040, "Member 'UReverbEffect::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Density) == 0x000044, "Member 'UReverbEffect::Density' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Diffusion) == 0x000048, "Member 'UReverbEffect::Diffusion' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, AirAbsorptionGainHF) == 0x00004C, "Member 'UReverbEffect::AirAbsorptionGainHF' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, DecayHFRatio) == 0x000050, "Member 'UReverbEffect::DecayHFRatio' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, LateGain) == 0x000054, "Member 'UReverbEffect::LateGain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Gain) == 0x000058, "Member 'UReverbEffect::Gain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, RoomRolloffFactor) == 0x00005C, "Member 'UReverbEffect::RoomRolloffFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeOptionsBase \ +static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ +static_assert(sizeof(URuntimeOptionsBase) == 0x000038, "Wrong size on URuntimeOptionsBase"); \ + +#define DUMPER7_ASSERTS_USimpleConstructionScript \ +static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ +static_assert(sizeof(USimpleConstructionScript) == 0x0000B0, "Wrong size on USimpleConstructionScript"); \ +static_assert(offsetof(USimpleConstructionScript, RootNodes) == 0x000028, "Member 'USimpleConstructionScript::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, AllNodes) == 0x000038, "Member 'USimpleConstructionScript::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, DefaultSceneRootNode) == 0x000048, "Member 'USimpleConstructionScript::DefaultSceneRootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedAsset_FindSocket \ +static_assert(alignof(SkinnedAsset_FindSocket) == 0x000008, "Wrong alignment on SkinnedAsset_FindSocket"); \ +static_assert(sizeof(SkinnedAsset_FindSocket) == 0x000010, "Wrong size on SkinnedAsset_FindSocket"); \ +static_assert(offsetof(SkinnedAsset_FindSocket, InSocketName) == 0x000000, "Member 'SkinnedAsset_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocket, ReturnValue) == 0x000008, "Member 'SkinnedAsset_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedAsset_FindSocketInfo \ +static_assert(alignof(SkinnedAsset_FindSocketInfo) == 0x000010, "Wrong alignment on SkinnedAsset_FindSocketInfo"); \ +static_assert(sizeof(SkinnedAsset_FindSocketInfo) == 0x000080, "Wrong size on SkinnedAsset_FindSocketInfo"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, InSocketName) == 0x000000, "Member 'SkinnedAsset_FindSocketInfo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutTransform) == 0x000010, "Member 'SkinnedAsset_FindSocketInfo::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutBoneIndex) == 0x000070, "Member 'SkinnedAsset_FindSocketInfo::OutBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutIndex) == 0x000074, "Member 'SkinnedAsset_FindSocketInfo::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, ReturnValue) == 0x000078, "Member 'SkinnedAsset_FindSocketInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedAsset \ +static_assert(alignof(USkinnedAsset) == 0x000008, "Wrong alignment on USkinnedAsset"); \ +static_assert(sizeof(USkinnedAsset) == 0x0000D0, "Wrong size on USkinnedAsset"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetDefaultAnimatingRig \ +static_assert(alignof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_SetDefaultAnimatingRig"); \ +static_assert(sizeof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000028, "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_SetMinLODForQualityLevels \ +static_assert(alignof(SkeletalMesh_SetMinLODForQualityLevels) == 0x000008, "Wrong alignment on SkeletalMesh_SetMinLODForQualityLevels"); \ +static_assert(sizeof(SkeletalMesh_SetMinLODForQualityLevels) == 0x000058, "Wrong size on SkeletalMesh_SetMinLODForQualityLevels"); \ +static_assert(offsetof(SkeletalMesh_SetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'SkeletalMesh_SetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_SetMinLODForQualityLevels, Default) == 0x000050, "Member 'SkeletalMesh_SetMinLODForQualityLevels::Default' 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_SetOverlayMaterial \ +static_assert(alignof(SkeletalMesh_SetOverlayMaterial) == 0x000008, "Wrong alignment on SkeletalMesh_SetOverlayMaterial"); \ +static_assert(sizeof(SkeletalMesh_SetOverlayMaterial) == 0x000008, "Wrong size on SkeletalMesh_SetOverlayMaterial"); \ +static_assert(offsetof(SkeletalMesh_SetOverlayMaterial, NewOverlayMaterial) == 0x000000, "Member 'SkeletalMesh_SetOverlayMaterial::NewOverlayMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on SkeletalMesh_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on SkeletalMesh_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance, InMaxDrawDistance) == 0x000000, "Member 'SkeletalMesh_SetOverlayMaterialMaxDrawDistance::InMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetSkeleton \ +static_assert(alignof(SkeletalMesh_SetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_SetSkeleton"); \ +static_assert(sizeof(SkeletalMesh_SetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_SetSkeleton"); \ +static_assert(offsetof(SkeletalMesh_SetSkeleton, InSkeleton) == 0x000000, "Member 'SkeletalMesh_SetSkeleton::InSkeleton' 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) == 0x000008, "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_GetBounds \ +static_assert(alignof(SkeletalMesh_GetBounds) == 0x000008, "Wrong alignment on SkeletalMesh_GetBounds"); \ +static_assert(sizeof(SkeletalMesh_GetBounds) == 0x000038, "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) == 0x000028, "Wrong size on SkeletalMesh_GetDefaultAnimatingRig"); \ +static_assert(offsetof(SkeletalMesh_GetDefaultAnimatingRig, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultAnimatingRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetDefaultMeshDeformer \ +static_assert(alignof(SkeletalMesh_GetDefaultMeshDeformer) == 0x000008, "Wrong alignment on SkeletalMesh_GetDefaultMeshDeformer"); \ +static_assert(sizeof(SkeletalMesh_GetDefaultMeshDeformer) == 0x000008, "Wrong size on SkeletalMesh_GetDefaultMeshDeformer"); \ +static_assert(offsetof(SkeletalMesh_GetDefaultMeshDeformer, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultMeshDeformer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetImportedBounds \ +static_assert(alignof(SkeletalMesh_GetImportedBounds) == 0x000008, "Wrong alignment on SkeletalMesh_GetImportedBounds"); \ +static_assert(sizeof(SkeletalMesh_GetImportedBounds) == 0x000038, "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_GetMinLODForQualityLevels \ +static_assert(alignof(SkeletalMesh_GetMinLODForQualityLevels) == 0x000008, "Wrong alignment on SkeletalMesh_GetMinLODForQualityLevels"); \ +static_assert(sizeof(SkeletalMesh_GetMinLODForQualityLevels) == 0x000058, "Wrong size on SkeletalMesh_GetMinLODForQualityLevels"); \ +static_assert(offsetof(SkeletalMesh_GetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'SkeletalMesh_GetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetMinLODForQualityLevels, Default) == 0x000050, "Member 'SkeletalMesh_GetMinLODForQualityLevels::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMorphTargetsPtrConv \ +static_assert(alignof(SkeletalMesh_GetMorphTargetsPtrConv) == 0x000008, "Wrong alignment on SkeletalMesh_GetMorphTargetsPtrConv"); \ +static_assert(sizeof(SkeletalMesh_GetMorphTargetsPtrConv) == 0x000010, "Wrong size on SkeletalMesh_GetMorphTargetsPtrConv"); \ +static_assert(offsetof(SkeletalMesh_GetMorphTargetsPtrConv, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMorphTargetsPtrConv::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_GetOverlayMaterial \ +static_assert(alignof(SkeletalMesh_GetOverlayMaterial) == 0x000008, "Wrong alignment on SkeletalMesh_GetOverlayMaterial"); \ +static_assert(sizeof(SkeletalMesh_GetOverlayMaterial) == 0x000008, "Wrong size on SkeletalMesh_GetOverlayMaterial"); \ +static_assert(offsetof(SkeletalMesh_GetOverlayMaterial, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetOverlayMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on SkeletalMesh_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on SkeletalMesh_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetOverlayMaterialMaxDrawDistance::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) == 0x0004D8, "Wrong size on USkeletalMesh"); \ +static_assert(offsetof(USkeletalMesh, Skeleton) == 0x0000F0, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x0000F8, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x000130, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x000168, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x000180, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Materials) == 0x000198, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, LODInfo) == 0x0001A8, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinQualityLevelLOD) == 0x000208, "Member 'USkeletalMesh::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000270, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x000274, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000278, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000280, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000288, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000290, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, RayTracingMinLOD) == 0x0002A4, "Member 'USkeletalMesh::RayTracingMinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ClothLODBiasMode) == 0x0002A8, "Member 'USkeletalMesh::ClothLODBiasMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x0002B0, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x000430, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBPLODThreshold) == 0x000438, "Member 'USkeletalMesh::PostProcessAnimBPLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x000440, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000450, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x000480, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Sockets) == 0x000490, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x0004B0, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DefaultMeshDeformer) == 0x0004C0, "Member 'USkeletalMesh::DefaultMeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, OverlayMaterial) == 0x0004C8, "Member 'USkeletalMesh::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, OverlayMaterialMaxDrawDistance) == 0x0004D0, "Member 'USkeletalMesh::OverlayMaterialMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshLODSettings \ +static_assert(alignof(USkeletalMeshLODSettings) == 0x000008, "Wrong alignment on USkeletalMeshLODSettings"); \ +static_assert(sizeof(USkeletalMeshLODSettings) == 0x0000B8, "Wrong size on USkeletalMeshLODSettings"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinQualityLevelLOD) == 0x000030, "Member 'USkeletalMeshLODSettings::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinLOD) == 0x000098, "Member 'USkeletalMeshLODSettings::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x00009C, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x00009D, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x00009E, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x0000A0, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x0000A4, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x0000A8, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings \ +static_assert(alignof(USkeletalMeshSimplificationSettings) == 0x000008, "Wrong alignment on USkeletalMeshSimplificationSettings"); \ +static_assert(sizeof(USkeletalMeshSimplificationSettings) == 0x000040, "Wrong size on USkeletalMeshSimplificationSettings"); \ +static_assert(offsetof(USkeletalMeshSimplificationSettings, SkeletalMeshReductionModuleName) == 0x000038, "Member 'USkeletalMeshSimplificationSettings::SkeletalMeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateBrushAsset \ +static_assert(alignof(USlateBrushAsset) == 0x000010, "Wrong alignment on USlateBrushAsset"); \ +static_assert(sizeof(USlateBrushAsset) == 0x000100, "Wrong size on USlateBrushAsset"); \ +static_assert(offsetof(USlateBrushAsset, Brush) == 0x000030, "Member 'USlateBrushAsset::Brush' 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_USoundClass \ +static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ +static_assert(sizeof(USoundClass) == 0x0001E8, "Wrong size on USoundClass"); \ +static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ChildClasses) == 0x0001C0, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0001D0, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ParentClass) == 0x0001E0, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundCue \ +static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ +static_assert(sizeof(USoundCue) == 0x000560, "Wrong size on USoundCue"); \ +static_assert(offsetof(USoundCue, FirstNode) == 0x000168, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000170, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, PitchMultiplier) == 0x000174, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000178, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000548, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x000554, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVisualLoggerFilterVolume \ +static_assert(alignof(AVisualLoggerFilterVolume) == 0x000008, "Wrong alignment on AVisualLoggerFilterVolume"); \ +static_assert(sizeof(AVisualLoggerFilterVolume) == 0x0002C8, "Wrong size on AVisualLoggerFilterVolume"); \ + +#define DUMPER7_ASSERTS_USoundMix \ +static_assert(alignof(USoundMix) == 0x000008, "Wrong alignment on USoundMix"); \ +static_assert(sizeof(USoundMix) == 0x000090, "Wrong size on USoundMix"); \ +static_assert(offsetof(USoundMix, EQPriority) == 0x00002C, "Member 'USoundMix::EQPriority' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, EQSettings) == 0x000030, "Member 'USoundMix::EQSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, SoundClassEffects) == 0x000070, "Member 'USoundMix::SoundClassEffects' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, InitialDelay) == 0x000080, "Member 'USoundMix::InitialDelay' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, FadeInTime) == 0x000084, "Member 'USoundMix::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, Duration) == 0x000088, "Member 'USoundMix::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, FadeOutTime) == 0x00008C, "Member 'USoundMix::FadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeBranch \ +static_assert(alignof(USoundNodeBranch) == 0x000008, "Wrong alignment on USoundNodeBranch"); \ +static_assert(sizeof(USoundNodeBranch) == 0x000050, "Wrong size on USoundNodeBranch"); \ +static_assert(offsetof(USoundNodeBranch, BoolParameterName) == 0x000048, "Member 'USoundNodeBranch::BoolParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeConcatenator \ +static_assert(alignof(USoundNodeConcatenator) == 0x000008, "Wrong alignment on USoundNodeConcatenator"); \ +static_assert(sizeof(USoundNodeConcatenator) == 0x000058, "Wrong size on USoundNodeConcatenator"); \ +static_assert(offsetof(USoundNodeConcatenator, InputVolume) == 0x000048, "Member 'USoundNodeConcatenator::InputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDelay \ +static_assert(alignof(USoundNodeDelay) == 0x000008, "Wrong alignment on USoundNodeDelay"); \ +static_assert(sizeof(USoundNodeDelay) == 0x000050, "Wrong size on USoundNodeDelay"); \ +static_assert(offsetof(USoundNodeDelay, DelayMin) == 0x000048, "Member 'USoundNodeDelay::DelayMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDelay, DelayMax) == 0x00004C, "Member 'USoundNodeDelay::DelayMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDistanceCrossFade \ +static_assert(alignof(USoundNodeDistanceCrossFade) == 0x000008, "Wrong alignment on USoundNodeDistanceCrossFade"); \ +static_assert(sizeof(USoundNodeDistanceCrossFade) == 0x000058, "Wrong size on USoundNodeDistanceCrossFade"); \ +static_assert(offsetof(USoundNodeDistanceCrossFade, CrossFadeInput) == 0x000048, "Member 'USoundNodeDistanceCrossFade::CrossFadeInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDoppler \ +static_assert(alignof(USoundNodeDoppler) == 0x000008, "Wrong alignment on USoundNodeDoppler"); \ +static_assert(sizeof(USoundNodeDoppler) == 0x000058, "Wrong size on USoundNodeDoppler"); \ +static_assert(offsetof(USoundNodeDoppler, DopplerIntensity) == 0x000048, "Member 'USoundNodeDoppler::DopplerIntensity' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, bUseSmoothing) == 0x00004C, "Member 'USoundNodeDoppler::bUseSmoothing' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, SmoothingInterpSpeed) == 0x000050, "Member 'USoundNodeDoppler::SmoothingInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeEnveloper \ +static_assert(alignof(USoundNodeEnveloper) == 0x000008, "Wrong alignment on USoundNodeEnveloper"); \ +static_assert(sizeof(USoundNodeEnveloper) == 0x000190, "Wrong size on USoundNodeEnveloper"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopStart) == 0x000048, "Member 'USoundNodeEnveloper::LoopStart' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopEnd) == 0x00004C, "Member 'USoundNodeEnveloper::LoopEnd' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, DurationAfterLoop) == 0x000050, "Member 'USoundNodeEnveloper::DurationAfterLoop' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopCount) == 0x000054, "Member 'USoundNodeEnveloper::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeInterpCurve) == 0x000060, "Member 'USoundNodeEnveloper::VolumeInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchInterpCurve) == 0x000068, "Member 'USoundNodeEnveloper::PitchInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeCurve) == 0x000070, "Member 'USoundNodeEnveloper::VolumeCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchCurve) == 0x0000F8, "Member 'USoundNodeEnveloper::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchMin) == 0x000180, "Member 'USoundNodeEnveloper::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchMax) == 0x000184, "Member 'USoundNodeEnveloper::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeMin) == 0x000188, "Member 'USoundNodeEnveloper::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeMax) == 0x00018C, "Member 'USoundNodeEnveloper::VolumeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeLooping \ +static_assert(alignof(USoundNodeLooping) == 0x000008, "Wrong alignment on USoundNodeLooping"); \ +static_assert(sizeof(USoundNodeLooping) == 0x000050, "Wrong size on USoundNodeLooping"); \ +static_assert(offsetof(USoundNodeLooping, LoopCount) == 0x000048, "Member 'USoundNodeLooping::LoopCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeMature \ +static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ +static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ + +#define DUMPER7_ASSERTS_USoundNodeMixer \ +static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ +static_assert(sizeof(USoundNodeMixer) == 0x000058, "Wrong size on USoundNodeMixer"); \ +static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000048, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeOscillator \ +static_assert(alignof(USoundNodeOscillator) == 0x000008, "Wrong alignment on USoundNodeOscillator"); \ +static_assert(sizeof(USoundNodeOscillator) == 0x000070, "Wrong size on USoundNodeOscillator"); \ +static_assert(offsetof(USoundNodeOscillator, AmplitudeMin) == 0x00004C, "Member 'USoundNodeOscillator::AmplitudeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, AmplitudeMax) == 0x000050, "Member 'USoundNodeOscillator::AmplitudeMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, FrequencyMin) == 0x000054, "Member 'USoundNodeOscillator::FrequencyMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, FrequencyMax) == 0x000058, "Member 'USoundNodeOscillator::FrequencyMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, OffsetMin) == 0x00005C, "Member 'USoundNodeOscillator::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, OffsetMax) == 0x000060, "Member 'USoundNodeOscillator::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, CenterMin) == 0x000064, "Member 'USoundNodeOscillator::CenterMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, CenterMax) == 0x000068, "Member 'USoundNodeOscillator::CenterMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWindDirectionalSource \ +static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ +static_assert(sizeof(AWindDirectionalSource) == 0x000298, "Wrong size on AWindDirectionalSource"); \ +static_assert(offsetof(AWindDirectionalSource, Component) == 0x000290, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeParamCrossFade \ +static_assert(alignof(USoundNodeParamCrossFade) == 0x000008, "Wrong alignment on USoundNodeParamCrossFade"); \ +static_assert(sizeof(USoundNodeParamCrossFade) == 0x000060, "Wrong size on USoundNodeParamCrossFade"); \ +static_assert(offsetof(USoundNodeParamCrossFade, ParamName) == 0x000058, "Member 'USoundNodeParamCrossFade::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeQualityLevel \ +static_assert(alignof(USoundNodeQualityLevel) == 0x000008, "Wrong alignment on USoundNodeQualityLevel"); \ +static_assert(sizeof(USoundNodeQualityLevel) == 0x000050, "Wrong size on USoundNodeQualityLevel"); \ +static_assert(offsetof(USoundNodeQualityLevel, CookedQualityLevelIndex) == 0x000048, "Member 'USoundNodeQualityLevel::CookedQualityLevelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeSoundClass \ +static_assert(alignof(USoundNodeSoundClass) == 0x000008, "Wrong alignment on USoundNodeSoundClass"); \ +static_assert(sizeof(USoundNodeSoundClass) == 0x000058, "Wrong size on USoundNodeSoundClass"); \ +static_assert(offsetof(USoundNodeSoundClass, SoundClassOverride) == 0x000048, "Member 'USoundNodeSoundClass::SoundClassOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeSwitch \ +static_assert(alignof(USoundNodeSwitch) == 0x000008, "Wrong alignment on USoundNodeSwitch"); \ +static_assert(sizeof(USoundNodeSwitch) == 0x000050, "Wrong size on USoundNodeSwitch"); \ +static_assert(offsetof(USoundNodeSwitch, IntParameterName) == 0x000048, "Member 'USoundNodeSwitch::IntParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeWaveParam \ +static_assert(alignof(USoundNodeWaveParam) == 0x000008, "Wrong alignment on USoundNodeWaveParam"); \ +static_assert(sizeof(USoundNodeWaveParam) == 0x000050, "Wrong size on USoundNodeWaveParam"); \ +static_assert(offsetof(USoundNodeWaveParam, WaveParameterName) == 0x000048, "Member 'USoundNodeWaveParam::WaveParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSourceBus \ +static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ +static_assert(sizeof(USoundSourceBus) == 0x000438, "Wrong size on USoundSourceBus"); \ +static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000420, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x000424, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000428, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag \ +static_assert(alignof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag, InDestructionTag) == 0x000000, "Member 'WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag::InDestructionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag \ +static_assert(alignof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag, ReturnValue) == 0x000000, "Member 'WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionDestructibleInHLODInterface \ +static_assert(alignof(IWorldPartitionDestructibleInHLODInterface) == 0x000001, "Wrong alignment on IWorldPartitionDestructibleInHLODInterface"); \ +static_assert(sizeof(IWorldPartitionDestructibleInHLODInterface) == 0x000001, "Wrong size on IWorldPartitionDestructibleInHLODInterface"); \ + +#define DUMPER7_ASSERTS_USoundfieldSubmix \ +static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ +static_assert(sizeof(USoundfieldSubmix) == 0x000118, "Wrong size on USoundfieldSubmix"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x0000F0, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x0000F8, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000100, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000110, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndpointSubmix \ +static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ +static_assert(sizeof(UEndpointSubmix) == 0x0000A8, "Wrong size on UEndpointSubmix"); \ +static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000090, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000098, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x0000A0, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ +static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ +static_assert(sizeof(USoundfieldEndpointSubmix) == 0x0000C8, "Wrong size on USoundfieldEndpointSubmix"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000090, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000098, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x0000A0, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x0000A8, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x0000B0, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x0000B8, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorPawnMovement \ +static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ +static_assert(sizeof(USpectatorPawnMovement) == 0x000178, "Wrong size on USpectatorPawnMovement"); \ + +#define DUMPER7_ASSERTS_UDataLayerLoadingPolicy \ +static_assert(alignof(UDataLayerLoadingPolicy) == 0x000008, "Wrong alignment on UDataLayerLoadingPolicy"); \ +static_assert(sizeof(UDataLayerLoadingPolicy) == 0x000028, "Wrong size on UDataLayerLoadingPolicy"); \ + +#define DUMPER7_ASSERTS_ASplineMeshActor \ +static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ +static_assert(sizeof(ASplineMeshActor) == 0x000298, "Wrong size on ASplineMeshActor"); \ +static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000290, "Member 'ASplineMeshActor::SplineMeshComponent' 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) == 0x000010, "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!"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, bFastBuild) == 0x000011, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::bFastBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetStaticMeshDescription \ +static_assert(alignof(StaticMesh_GetStaticMeshDescription) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMeshDescription"); \ +static_assert(sizeof(StaticMesh_GetStaticMeshDescription) == 0x000010, "Wrong size on StaticMesh_GetStaticMeshDescription"); \ +static_assert(offsetof(StaticMesh_GetStaticMeshDescription, LODIndex) == 0x000000, "Member 'StaticMesh_GetStaticMeshDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetStaticMeshDescription, ReturnValue) == 0x000008, "Member 'StaticMesh_GetStaticMeshDescription::ReturnValue' 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_SetMinimumLODForPlatform \ +static_assert(alignof(StaticMesh_SetMinimumLODForPlatform) == 0x000004, "Wrong alignment on StaticMesh_SetMinimumLODForPlatform"); \ +static_assert(sizeof(StaticMesh_SetMinimumLODForPlatform) == 0x00000C, "Wrong size on StaticMesh_SetMinimumLODForPlatform"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatform, PlatformName) == 0x000000, "Member 'StaticMesh_SetMinimumLODForPlatform::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatform, InMinLOD) == 0x000008, "Member 'StaticMesh_SetMinimumLODForPlatform::InMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetMinimumLODForPlatforms \ +static_assert(alignof(StaticMesh_SetMinimumLODForPlatforms) == 0x000008, "Wrong alignment on StaticMesh_SetMinimumLODForPlatforms"); \ +static_assert(sizeof(StaticMesh_SetMinimumLODForPlatforms) == 0x000050, "Wrong size on StaticMesh_SetMinimumLODForPlatforms"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatforms, PlatformMinimumLODs) == 0x000000, "Member 'StaticMesh_SetMinimumLODForPlatforms::PlatformMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetMinLODForQualityLevels \ +static_assert(alignof(StaticMesh_SetMinLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_SetMinLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_SetMinLODForQualityLevels) == 0x000058, "Wrong size on StaticMesh_SetMinLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_SetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_SetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_SetMinLODForQualityLevels, Default) == 0x000050, "Member 'StaticMesh_SetMinLODForQualityLevels::Default' 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) == 0x000010, "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) == 0x000008, "Member 'StaticMesh_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBoundingBox \ +static_assert(alignof(StaticMesh_GetBoundingBox) == 0x000008, "Wrong alignment on StaticMesh_GetBoundingBox"); \ +static_assert(sizeof(StaticMesh_GetBoundingBox) == 0x000038, "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) == 0x000008, "Wrong alignment on StaticMesh_GetBounds"); \ +static_assert(sizeof(StaticMesh_GetBounds) == 0x000038, "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) == 0x00000C, "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) == 0x000008, "Member 'StaticMesh_GetMaterialIndex::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) == 0x00000C, "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) == 0x000008, "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_GetMinimumLODForQualityLevel \ +static_assert(alignof(StaticMesh_GetMinimumLODForQualityLevel) == 0x000004, "Wrong alignment on StaticMesh_GetMinimumLODForQualityLevel"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForQualityLevel) == 0x00000C, "Wrong size on StaticMesh_GetMinimumLODForQualityLevel"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevel, QualityLevel) == 0x000000, "Member 'StaticMesh_GetMinimumLODForQualityLevel::QualityLevel' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevel, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMinimumLODForQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForQualityLevels \ +static_assert(alignof(StaticMesh_GetMinimumLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_GetMinimumLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForQualityLevels) == 0x000050, "Wrong size on StaticMesh_GetMinimumLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinimumLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinLODForQualityLevels \ +static_assert(alignof(StaticMesh_GetMinLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_GetMinLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_GetMinLODForQualityLevels) == 0x000058, "Wrong size on StaticMesh_GetMinLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_GetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinLODForQualityLevels, Default) == 0x000050, "Member 'StaticMesh_GetMinLODForQualityLevels::Default' 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_GetNumTriangles \ +static_assert(alignof(StaticMesh_GetNumTriangles) == 0x000004, "Wrong alignment on StaticMesh_GetNumTriangles"); \ +static_assert(sizeof(StaticMesh_GetNumTriangles) == 0x000008, "Wrong size on StaticMesh_GetNumTriangles"); \ +static_assert(offsetof(StaticMesh_GetNumTriangles, LODIndex) == 0x000000, "Member 'StaticMesh_GetNumTriangles::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumTriangles, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetSocketsByTag \ +static_assert(alignof(StaticMesh_GetSocketsByTag) == 0x000008, "Wrong alignment on StaticMesh_GetSocketsByTag"); \ +static_assert(sizeof(StaticMesh_GetSocketsByTag) == 0x000020, "Wrong size on StaticMesh_GetSocketsByTag"); \ +static_assert(offsetof(StaticMesh_GetSocketsByTag, InSocketTag) == 0x000000, "Member 'StaticMesh_GetSocketsByTag::InSocketTag' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetSocketsByTag, ReturnValue) == 0x000010, "Member 'StaticMesh_GetSocketsByTag::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) == 0x000248, "Wrong size on UStaticMesh"); \ +static_assert(offsetof(UStaticMesh, MinQualityLevelLOD) == 0x0000E8, "Member 'UStaticMesh::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MinLOD) == 0x000150, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000158, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x000168, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x00016C, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x000170, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x000174, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, BodySetup) == 0x000178, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LODForCollision) == 0x000180, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, Sockets) == 0x0001A0, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x0001C0, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x0001D8, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x0001F0, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x000228, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000230, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NavCollision) == 0x000240, "Member 'UStaticMesh::NavCollision' 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) == 0x000038, "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) == 0x000018, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Offset' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowLoadingMovie) == 0x000030, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowLoadingMovie' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowOnSet) == 0x000031, "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) == 0x000028, "Wrong size on UStereoLayerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AServerStreamingLevelsVisibility \ +static_assert(alignof(AServerStreamingLevelsVisibility) == 0x000008, "Wrong alignment on AServerStreamingLevelsVisibility"); \ +static_assert(sizeof(AServerStreamingLevelsVisibility) == 0x0002E0, "Wrong size on AServerStreamingLevelsVisibility"); \ + +#define DUMPER7_ASSERTS_UAudioSubsystemCollectionRoot \ +static_assert(alignof(UAudioSubsystemCollectionRoot) == 0x000008, "Wrong alignment on UAudioSubsystemCollectionRoot"); \ +static_assert(sizeof(UAudioSubsystemCollectionRoot) == 0x000030, "Wrong size on UAudioSubsystemCollectionRoot"); \ + +#define DUMPER7_ASSERTS_ULocalPlayerSubsystem \ +static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ +static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetAudioEngineSubsystem \ +static_assert(alignof(SubsystemBlueprintLibrary_GetAudioEngineSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetAudioEngineSubsystem"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetAudioEngineSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetAudioEngineSubsystem"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetAudioEngineSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetAudioEngineSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetAudioEngineSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetAudioEngineSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetAudioEngineSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetAudioEngineSubsystem::ReturnValue' 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) == 0x000028, "Wrong size on USubsystemBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_ConvertFromType_V1 \ +static_assert(alignof(UAsyncLoadingTests_ConvertFromType_V1) == 0x000008, "Wrong alignment on UAsyncLoadingTests_ConvertFromType_V1"); \ +static_assert(sizeof(UAsyncLoadingTests_ConvertFromType_V1) == 0x000050, "Wrong size on UAsyncLoadingTests_ConvertFromType_V1"); \ +static_assert(offsetof(UAsyncLoadingTests_ConvertFromType_V1, Reference) == 0x000028, "Member 'UAsyncLoadingTests_ConvertFromType_V1::Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransactionDiffingTestObject \ +static_assert(alignof(UTransactionDiffingTestObject) == 0x000008, "Wrong alignment on UTransactionDiffingTestObject"); \ +static_assert(sizeof(UTransactionDiffingTestObject) == 0x000098, "Wrong size on UTransactionDiffingTestObject"); \ +static_assert(offsetof(UTransactionDiffingTestObject, NamesArray) == 0x000028, "Member 'UTransactionDiffingTestObject::NamesArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalName) == 0x000038, "Member 'UTransactionDiffingTestObject::AdditionalName' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, ObjectsArray) == 0x000040, "Member 'UTransactionDiffingTestObject::ObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalObject) == 0x000050, "Member 'UTransactionDiffingTestObject::AdditionalObject' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, SoftObjectsArray) == 0x000058, "Member 'UTransactionDiffingTestObject::SoftObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalSoftObject) == 0x000068, "Member 'UTransactionDiffingTestObject::AdditionalSoftObject' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, PropertyData) == 0x000090, "Member 'UTransactionDiffingTestObject::PropertyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DDynamic \ +static_assert(alignof(UTexture2DDynamic) == 0x000008, "Wrong alignment on UTexture2DDynamic"); \ +static_assert(sizeof(UTexture2DDynamic) == 0x000148, "Wrong size on UTexture2DDynamic"); \ +static_assert(offsetof(UTexture2DDynamic, Format) == 0x000138, "Member 'UTexture2DDynamic::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureCube \ +static_assert(alignof(UTextureCube) == 0x000008, "Wrong alignment on UTextureCube"); \ +static_assert(sizeof(UTextureCube) == 0x000138, "Wrong size on UTextureCube"); \ + +#define DUMPER7_ASSERTS_UTextureCubeArray \ +static_assert(alignof(UTextureCubeArray) == 0x000008, "Wrong alignment on UTextureCubeArray"); \ +static_assert(sizeof(UTextureCubeArray) == 0x000138, "Wrong size on UTextureCubeArray"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetCube \ +static_assert(alignof(UTextureRenderTargetCube) == 0x000008, "Wrong alignment on UTextureRenderTargetCube"); \ +static_assert(sizeof(UTextureRenderTargetCube) == 0x000150, "Wrong size on UTextureRenderTargetCube"); \ +static_assert(offsetof(UTextureRenderTargetCube, SizeX) == 0x000138, "Member 'UTextureRenderTargetCube::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, ClearColor) == 0x00013C, "Member 'UTextureRenderTargetCube::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, OverrideFormat) == 0x00014C, "Member 'UTextureRenderTargetCube::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineTemplate \ +static_assert(alignof(UTimelineTemplate) == 0x000008, "Wrong alignment on UTimelineTemplate"); \ +static_assert(sizeof(UTimelineTemplate) == 0x0000B8, "Wrong size on UTimelineTemplate"); \ +static_assert(offsetof(UTimelineTemplate, TimelineLength) == 0x000028, "Member 'UTimelineTemplate::TimelineLength' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LengthMode) == 0x00002C, "Member 'UTimelineTemplate::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, EventTracks) == 0x000030, "Member 'UTimelineTemplate::EventTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FloatTracks) == 0x000040, "Member 'UTimelineTemplate::FloatTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VectorTracks) == 0x000050, "Member 'UTimelineTemplate::VectorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LinearColorTracks) == 0x000060, "Member 'UTimelineTemplate::LinearColorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, MetaDataArray) == 0x000070, "Member 'UTimelineTemplate::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineGuid) == 0x000080, "Member 'UTimelineTemplate::TimelineGuid' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineTickGroup) == 0x000090, "Member 'UTimelineTemplate::TimelineTickGroup' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VariableName) == 0x000094, "Member 'UTimelineTemplate::VariableName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, DirectionPropertyName) == 0x00009C, "Member 'UTimelineTemplate::DirectionPropertyName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, UpdateFunctionName) == 0x0000A4, "Member 'UTimelineTemplate::UpdateFunctionName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FinishedFunctionName) == 0x0000AC, "Member 'UTimelineTemplate::FinishedFunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerVolume \ +static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ +static_assert(sizeof(ATriggerVolume) == 0x0002C8, "Wrong size on ATriggerVolume"); \ + +#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_UUserInterfaceSettings \ +static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ +static_assert(sizeof(UUserInterfaceSettings) == 0x0002B0, "Wrong size on UUserInterfaceSettings"); \ +static_assert(offsetof(UUserInterfaceSettings, RenderFocusRule) == 0x000038, "Member 'UUserInterfaceSettings::RenderFocusRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HardwareCursors) == 0x000040, "Member 'UUserInterfaceSettings::HardwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SoftwareCursors) == 0x000090, "Member 'UUserInterfaceSettings::SoftwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DefaultCursor) == 0x0000E0, "Member 'UUserInterfaceSettings::DefaultCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, TextEditBeamCursor) == 0x000100, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000120, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000140, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000160, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000180, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x0001A0, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x0001C0, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x0001C4, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x0001C8, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001E8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000270, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000274, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00027C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAuthorizeAutomaticWidgetVariableCreation) == 0x00027D, "Member 'UUserInterfaceSettings::bAuthorizeAutomaticWidgetVariableCreation' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000280, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x000290, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x000298, "Member 'UUserInterfaceSettings::CustomScalingRule' has a wrong offset!"); \ + +#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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000018, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000140, "Wrong size on UInputSettings"); \ +static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, PlatformSettings) == 0x000038, "Member 'UInputSettings::PlatformSettings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000070, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000080, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000081, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, FOVScale) == 0x000084, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000088, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ActionMappings) == 0x000090, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, AxisMappings) == 0x0000A0, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000B0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000C0, "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) == 0x000110, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000130, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputPlatformSettings \ +static_assert(alignof(UInputPlatformSettings) == 0x000008, "Wrong alignment on UInputPlatformSettings"); \ +static_assert(sizeof(UInputPlatformSettings) == 0x000068, "Wrong size on UInputPlatformSettings"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackPosition) == 0x000040, "Member 'UInputPlatformSettings::MaxTriggerFeedbackPosition' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackStrength) == 0x000044, "Member 'UInputPlatformSettings::MaxTriggerFeedbackStrength' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationTriggerPosition) == 0x000048, "Member 'UInputPlatformSettings::MaxTriggerVibrationTriggerPosition' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationFrequency) == 0x00004C, "Member 'UInputPlatformSettings::MaxTriggerVibrationFrequency' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationAmplitude) == 0x000050, "Member 'UInputPlatformSettings::MaxTriggerVibrationAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, HardwareDevices) == 0x000058, "Member 'UInputPlatformSettings::HardwareDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_InvertAxis \ +static_assert(alignof(PlayerInput_InvertAxis) == 0x000004, "Wrong alignment on PlayerInput_InvertAxis"); \ +static_assert(sizeof(PlayerInput_InvertAxis) == 0x000008, "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) == 0x000018, "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) == 0x000018, "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) == 0x000008, "Member 'PlayerInput_SetBind::Command' 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_PlayerInput_GetOuterAPlayerController \ +static_assert(alignof(PlayerInput_GetOuterAPlayerController) == 0x000008, "Wrong alignment on PlayerInput_GetOuterAPlayerController"); \ +static_assert(sizeof(PlayerInput_GetOuterAPlayerController) == 0x000008, "Wrong size on PlayerInput_GetOuterAPlayerController"); \ +static_assert(offsetof(PlayerInput_GetOuterAPlayerController, ReturnValue) == 0x000000, "Member 'PlayerInput_GetOuterAPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerInput \ +static_assert(alignof(UPlayerInput) == 0x000008, "Wrong alignment on UPlayerInput"); \ +static_assert(sizeof(UPlayerInput) == 0x000498, "Wrong size on UPlayerInput"); \ +static_assert(offsetof(UPlayerInput, DebugExecBindings) == 0x0001A0, "Member 'UPlayerInput::DebugExecBindings' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInput, InvertedAxis) == 0x0001E0, "Member 'UPlayerInput::InvertedAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVectorFieldVolume \ +static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ +static_assert(sizeof(AVectorFieldVolume) == 0x000298, "Wrong size on AVectorFieldVolume"); \ +static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000290, "Member 'AVectorFieldVolume::VectorFieldComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTireType \ +static_assert(alignof(UTireType) == 0x000008, "Wrong alignment on UTireType"); \ +static_assert(sizeof(UTireType) == 0x000038, "Wrong size on UTireType"); \ +static_assert(offsetof(UTireType, FrictionScale) == 0x000030, "Member 'UTireType::FrictionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerAutomationTests \ +static_assert(alignof(UVisualLoggerAutomationTests) == 0x000008, "Wrong alignment on UVisualLoggerAutomationTests"); \ +static_assert(sizeof(UVisualLoggerAutomationTests) == 0x000028, "Wrong size on UVisualLoggerAutomationTests"); \ + +#define DUMPER7_ASSERTS_UVoiceChannel \ +static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ +static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ + +#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) == 0x000028, "Wrong size on UVOIPStatics"); \ + +#define DUMPER7_ASSERTS_UVolumeTexture \ +static_assert(alignof(UVolumeTexture) == 0x000008, "Wrong alignment on UVolumeTexture"); \ +static_assert(sizeof(UVolumeTexture) == 0x000140, "Wrong size on UVolumeTexture"); \ +static_assert(offsetof(UVolumeTexture, AddressMode) == 0x000138, "Member 'UVolumeTexture::AddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ +static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ +static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x0002D0, "Wrong size on AVolumetricLightmapDensityVolume"); \ +static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x0002C8, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture2D \ +static_assert(alignof(ULightMapVirtualTexture2D) == 0x000008, "Wrong alignment on ULightMapVirtualTexture2D"); \ +static_assert(sizeof(ULightMapVirtualTexture2D) == 0x000168, "Wrong size on ULightMapVirtualTexture2D"); \ +static_assert(offsetof(ULightMapVirtualTexture2D, TypeToLayer) == 0x000150, "Member 'ULightMapVirtualTexture2D::TypeToLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ +static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000008, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ +static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x000150, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture2D \ +static_assert(alignof(UVirtualTexture2D) == 0x000008, "Wrong alignment on UVirtualTexture2D"); \ +static_assert(sizeof(UVirtualTexture2D) == 0x000160, "Wrong size on UVirtualTexture2D"); \ +static_assert(offsetof(UVirtualTexture2D, Settings) == 0x000150, "Member 'UVirtualTexture2D::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bContinuousUpdate) == 0x000158, "Member 'UVirtualTexture2D::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bSinglePhysicalSpace) == 0x000159, "Member 'UVirtualTexture2D::bSinglePhysicalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTextureBuilder \ +static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ +static_assert(sizeof(UVirtualTextureBuilder) == 0x000048, "Wrong size on UVirtualTextureBuilder"); \ +static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000028, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, TextureMobile) == 0x000030, "Member 'UVirtualTextureBuilder::TextureMobile' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000038, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, bSeparateTextureForMobile) == 0x000040, "Member 'UVirtualTextureBuilder::bSeparateTextureForMobile' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, EnableCookPerPlatform) == 0x000041, "Member 'UVirtualTextureBuilder::EnableCookPerPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ +static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ +static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000060, "Wrong size on UVirtualTexturePoolConfig"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, DefaultSizeInMegabyte) == 0x000038, "Member 'UVirtualTexturePoolConfig::DefaultSizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, bPoolAutoGrowInEditor) == 0x00003C, "Member 'UVirtualTexturePoolConfig::bPoolAutoGrowInEditor' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, Pools) == 0x000040, "Member 'UVirtualTexturePoolConfig::Pools' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, TransientPools) == 0x000050, "Member 'UVirtualTexturePoolConfig::TransientPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetActorDescs \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetActorDescs) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetActorDescs"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetActorDescs) == 0x000018, "Wrong size on WorldPartitionBlueprintLibrary_GetActorDescs"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescs, OutActorDescs) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetActorDescs::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescs, ReturnValue) == 0x000010, "Member 'WorldPartitionBlueprintLibrary_GetActorDescs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetActorDescsForActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetActorDescsForActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetActorDescsForActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetActorDescsForActors) == 0x000028, "Wrong size on WorldPartitionBlueprintLibrary_GetActorDescsForActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, InActors) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::InActors' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, OutActorDescs) == 0x000010, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, ReturnValue) == 0x000020, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetDataLayerManager \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetDataLayerManager) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetDataLayerManager"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetDataLayerManager) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_GetDataLayerManager"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetDataLayerManager, WorldContextObject) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetDataLayerManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetDataLayerManager, ReturnValue) == 0x000008, "Member 'WorldPartitionBlueprintLibrary_GetDataLayerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetEditorWorldBounds \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetEditorWorldBounds"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds) == 0x000038, "Wrong size on WorldPartitionBlueprintLibrary_GetEditorWorldBounds"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds, ReturnValue) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetEditorWorldBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetIntersectingActorDescs \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetIntersectingActorDescs"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs) == 0x000050, "Wrong size on WorldPartitionBlueprintLibrary_GetIntersectingActorDescs"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, InBox) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::InBox' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, OutActorDescs) == 0x000038, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, ReturnValue) == 0x000048, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds) == 0x000038, "Wrong size on WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds, ReturnValue) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_LoadActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_LoadActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_LoadActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_LoadActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_LoadActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_LoadActors, InActorsToLoad) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_LoadActors::InActorsToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_PinActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_PinActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_PinActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_PinActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_PinActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_PinActors, InActorsToPin) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_PinActors::InActorsToPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_UnloadActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_UnloadActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_UnloadActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_UnloadActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_UnloadActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_UnloadActors, InActorsToUnload) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_UnloadActors::InActorsToUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_UnpinActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_UnpinActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_UnpinActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_UnpinActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_UnpinActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_UnpinActors, InActorsToUnpin) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_UnpinActors::InActorsToUnpin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionBlueprintLibrary \ +static_assert(alignof(UWorldPartitionBlueprintLibrary) == 0x000008, "Wrong alignment on UWorldPartitionBlueprintLibrary"); \ +static_assert(sizeof(UWorldPartitionBlueprintLibrary) == 0x000028, "Wrong size on UWorldPartitionBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UActorDescContainerInstance \ +static_assert(alignof(UActorDescContainerInstance) == 0x000008, "Wrong alignment on UActorDescContainerInstance"); \ +static_assert(sizeof(UActorDescContainerInstance) == 0x000028, "Wrong size on UActorDescContainerInstance"); \ + +#define DUMPER7_ASSERTS_UActorDescContainerSubsystem \ +static_assert(alignof(UActorDescContainerSubsystem) == 0x000008, "Wrong alignment on UActorDescContainerSubsystem"); \ +static_assert(sizeof(UActorDescContainerSubsystem) == 0x000030, "Wrong size on UActorDescContainerSubsystem"); \ + +#define DUMPER7_ASSERTS_UContentBundleDescriptor \ +static_assert(alignof(UContentBundleDescriptor) == 0x000008, "Wrong alignment on UContentBundleDescriptor"); \ +static_assert(sizeof(UContentBundleDescriptor) == 0x000050, "Wrong size on UContentBundleDescriptor"); \ +static_assert(offsetof(UContentBundleDescriptor, DisplayName) == 0x000028, "Member 'UContentBundleDescriptor::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleDescriptor, DebugColor) == 0x000038, "Member 'UContentBundleDescriptor::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleDescriptor, Guid) == 0x00003C, "Member 'UContentBundleDescriptor::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentBundleUnsavedActorMonitor \ +static_assert(alignof(UContentBundleUnsavedActorMonitor) == 0x000008, "Wrong alignment on UContentBundleUnsavedActorMonitor"); \ +static_assert(sizeof(UContentBundleUnsavedActorMonitor) == 0x000028, "Wrong size on UContentBundleUnsavedActorMonitor"); \ + +#define DUMPER7_ASSERTS_WorldDataLayers_OnDataLayerRuntimeStateChanged \ +static_assert(alignof(WorldDataLayers_OnDataLayerRuntimeStateChanged) == 0x000008, "Wrong alignment on WorldDataLayers_OnDataLayerRuntimeStateChanged"); \ +static_assert(sizeof(WorldDataLayers_OnDataLayerRuntimeStateChanged) == 0x000010, "Wrong size on WorldDataLayers_OnDataLayerRuntimeStateChanged"); \ +static_assert(offsetof(WorldDataLayers_OnDataLayerRuntimeStateChanged, InDataLayer) == 0x000000, "Member 'WorldDataLayers_OnDataLayerRuntimeStateChanged::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(WorldDataLayers_OnDataLayerRuntimeStateChanged, InState) == 0x000008, "Member 'WorldDataLayers_OnDataLayerRuntimeStateChanged::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldDataLayers \ +static_assert(alignof(AWorldDataLayers) == 0x000008, "Wrong alignment on AWorldDataLayers"); \ +static_assert(sizeof(AWorldDataLayers) == 0x000828, "Wrong size on AWorldDataLayers"); \ +static_assert(offsetof(AWorldDataLayers, RootExternalDataLayerInstance) == 0x000338, "Member 'AWorldDataLayers::RootExternalDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, DataLayerInstances) == 0x000340, "Member 'AWorldDataLayers::DataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, ExternalPackageDataLayerInstances) == 0x000390, "Member 'AWorldDataLayers::ExternalPackageDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, LoadedExternalPackageDataLayerInstances) == 0x0003E0, "Member 'AWorldDataLayers::LoadedExternalPackageDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, TransientDataLayerInstances) == 0x0003F0, "Member 'AWorldDataLayers::TransientDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, DeprecatedDataLayerNameToDataLayerInstance) == 0x000400, "Member 'AWorldDataLayers::DeprecatedDataLayerNameToDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, WorldDataLayers) == 0x000450, "Member 'AWorldDataLayers::WorldDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepActiveDataLayerNames) == 0x0004A0, "Member 'AWorldDataLayers::RepActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepLoadedDataLayerNames) == 0x0004B0, "Member 'AWorldDataLayers::RepLoadedDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveActiveDataLayerNames) == 0x000600, "Member 'AWorldDataLayers::RepEffectiveActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveLoadedDataLayerNames) == 0x000610, "Member 'AWorldDataLayers::RepEffectiveLoadedDataLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_Equals \ +static_assert(alignof(DataLayer_Equals) == 0x000004, "Wrong alignment on DataLayer_Equals"); \ +static_assert(sizeof(DataLayer_Equals) == 0x00000C, "Wrong size on DataLayer_Equals"); \ +static_assert(offsetof(DataLayer_Equals, ActorDataLayer) == 0x000000, "Member 'DataLayer_Equals::ActorDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayer_Equals, ReturnValue) == 0x000008, "Member 'DataLayer_Equals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_GetDataLayerLabel \ +static_assert(alignof(DataLayer_GetDataLayerLabel) == 0x000004, "Wrong alignment on DataLayer_GetDataLayerLabel"); \ +static_assert(sizeof(DataLayer_GetDataLayerLabel) == 0x000008, "Wrong size on DataLayer_GetDataLayerLabel"); \ +static_assert(offsetof(DataLayer_GetDataLayerLabel, ReturnValue) == 0x000000, "Member 'DataLayer_GetDataLayerLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_GetDebugColor \ +static_assert(alignof(DataLayer_GetDebugColor) == 0x000004, "Wrong alignment on DataLayer_GetDebugColor"); \ +static_assert(sizeof(DataLayer_GetDebugColor) == 0x000004, "Wrong size on DataLayer_GetDebugColor"); \ +static_assert(offsetof(DataLayer_GetDebugColor, ReturnValue) == 0x000000, "Member 'DataLayer_GetDebugColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_GetInitialRuntimeState \ +static_assert(alignof(DataLayer_GetInitialRuntimeState) == 0x000001, "Wrong alignment on DataLayer_GetInitialRuntimeState"); \ +static_assert(sizeof(DataLayer_GetInitialRuntimeState) == 0x000001, "Wrong size on DataLayer_GetInitialRuntimeState"); \ +static_assert(offsetof(DataLayer_GetInitialRuntimeState, ReturnValue) == 0x000000, "Member 'DataLayer_GetInitialRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_GetInitialState \ +static_assert(alignof(DataLayer_GetInitialState) == 0x000001, "Wrong alignment on DataLayer_GetInitialState"); \ +static_assert(sizeof(DataLayer_GetInitialState) == 0x000001, "Wrong size on DataLayer_GetInitialState"); \ +static_assert(offsetof(DataLayer_GetInitialState, ReturnValue) == 0x000000, "Member 'DataLayer_GetInitialState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsDynamicallyLoaded \ +static_assert(alignof(DataLayer_IsDynamicallyLoaded) == 0x000001, "Wrong alignment on DataLayer_IsDynamicallyLoaded"); \ +static_assert(sizeof(DataLayer_IsDynamicallyLoaded) == 0x000001, "Wrong size on DataLayer_IsDynamicallyLoaded"); \ +static_assert(offsetof(DataLayer_IsDynamicallyLoaded, ReturnValue) == 0x000000, "Member 'DataLayer_IsDynamicallyLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsEffectiveVisible \ +static_assert(alignof(DataLayer_IsEffectiveVisible) == 0x000001, "Wrong alignment on DataLayer_IsEffectiveVisible"); \ +static_assert(sizeof(DataLayer_IsEffectiveVisible) == 0x000001, "Wrong size on DataLayer_IsEffectiveVisible"); \ +static_assert(offsetof(DataLayer_IsEffectiveVisible, ReturnValue) == 0x000000, "Member 'DataLayer_IsEffectiveVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsInitiallyActive \ +static_assert(alignof(DataLayer_IsInitiallyActive) == 0x000001, "Wrong alignment on DataLayer_IsInitiallyActive"); \ +static_assert(sizeof(DataLayer_IsInitiallyActive) == 0x000001, "Wrong size on DataLayer_IsInitiallyActive"); \ +static_assert(offsetof(DataLayer_IsInitiallyActive, ReturnValue) == 0x000000, "Member 'DataLayer_IsInitiallyActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsInitiallyVisible \ +static_assert(alignof(DataLayer_IsInitiallyVisible) == 0x000001, "Wrong alignment on DataLayer_IsInitiallyVisible"); \ +static_assert(sizeof(DataLayer_IsInitiallyVisible) == 0x000001, "Wrong size on DataLayer_IsInitiallyVisible"); \ +static_assert(offsetof(DataLayer_IsInitiallyVisible, ReturnValue) == 0x000000, "Member 'DataLayer_IsInitiallyVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsRuntime \ +static_assert(alignof(DataLayer_IsRuntime) == 0x000001, "Wrong alignment on DataLayer_IsRuntime"); \ +static_assert(sizeof(DataLayer_IsRuntime) == 0x000001, "Wrong size on DataLayer_IsRuntime"); \ +static_assert(offsetof(DataLayer_IsRuntime, ReturnValue) == 0x000000, "Member 'DataLayer_IsRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayer_IsVisible \ +static_assert(alignof(DataLayer_IsVisible) == 0x000001, "Wrong alignment on DataLayer_IsVisible"); \ +static_assert(sizeof(DataLayer_IsVisible) == 0x000001, "Wrong size on DataLayer_IsVisible"); \ +static_assert(offsetof(DataLayer_IsVisible, ReturnValue) == 0x000000, "Member 'DataLayer_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayer \ +static_assert(alignof(UDataLayer) == 0x000008, "Wrong alignment on UDataLayer"); \ +static_assert(sizeof(UDataLayer) == 0x000058, "Wrong size on UDataLayer"); \ +static_assert(offsetof(UDataLayer, DataLayerLabel) == 0x000028, "Member 'UDataLayer::DataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(UDataLayer, InitialRuntimeState) == 0x000034, "Member 'UDataLayer::InitialRuntimeState' has a wrong offset!"); \ +static_assert(offsetof(UDataLayer, DebugColor) == 0x000038, "Member 'UDataLayer::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UDataLayer, Parent) == 0x000040, "Member 'UDataLayer::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDataLayer, Children) == 0x000048, "Member 'UDataLayer::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstancePrivate \ +static_assert(alignof(UDataLayerInstancePrivate) == 0x000008, "Wrong alignment on UDataLayerInstancePrivate"); \ +static_assert(sizeof(UDataLayerInstancePrivate) == 0x000060, "Wrong size on UDataLayerInstancePrivate"); \ +static_assert(offsetof(UDataLayerInstancePrivate, ShortName) == 0x000048, "Member 'UDataLayerInstancePrivate::ShortName' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstancePrivate, DataLayerAsset) == 0x000058, "Member 'UDataLayerInstancePrivate::DataLayerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDataLayerInstanceProvider \ +static_assert(alignof(IDataLayerInstanceProvider) == 0x000001, "Wrong alignment on IDataLayerInstanceProvider"); \ +static_assert(sizeof(IDataLayerInstanceProvider) == 0x000001, "Wrong size on IDataLayerInstanceProvider"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_SetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_SetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerRuntimeState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerState) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerState) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerState::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerStateByLabel \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerStateByLabel, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerStateByLabel::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetActiveDataLayerNames \ +static_assert(alignof(DataLayerSubsystem_GetActiveDataLayerNames) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetActiveDataLayerNames"); \ +static_assert(sizeof(DataLayerSubsystem_GetActiveDataLayerNames) == 0x000050, "Wrong size on DataLayerSubsystem_GetActiveDataLayerNames"); \ +static_assert(offsetof(DataLayerSubsystem_GetActiveDataLayerNames, ReturnValue) == 0x000000, "Member 'DataLayerSubsystem_GetActiveDataLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayer \ +static_assert(alignof(DataLayerSubsystem_GetDataLayer) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayer"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayer) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayer"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayer, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayer::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayer, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerEffectiveRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerFromLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerFromLabel) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerFromLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerFromLabel) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerFromLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerFromLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerFromLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerFromName \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerFromName) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerFromName"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerFromName) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerFromName"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromName, InDataLayerName) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerFromName::InDataLayerName' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromName, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceFromAsset \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceFromAsset) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceFromAsset"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceFromAsset) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceFromAsset"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceFromAsset, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceFromAsset::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceFromAsset, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerRuntimeStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetLoadedDataLayerNames \ +static_assert(alignof(DataLayerSubsystem_GetLoadedDataLayerNames) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetLoadedDataLayerNames"); \ +static_assert(sizeof(DataLayerSubsystem_GetLoadedDataLayerNames) == 0x000050, "Wrong size on DataLayerSubsystem_GetLoadedDataLayerNames"); \ +static_assert(offsetof(DataLayerSubsystem_GetLoadedDataLayerNames, ReturnValue) == 0x000000, "Member 'DataLayerSubsystem_GetLoadedDataLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerSubsystem \ +static_assert(alignof(UDataLayerSubsystem) == 0x000008, "Wrong alignment on UDataLayerSubsystem"); \ +static_assert(sizeof(UDataLayerSubsystem) == 0x000068, "Wrong size on UDataLayerSubsystem"); \ +static_assert(offsetof(UDataLayerSubsystem, OnDataLayerRuntimeStateChanged) == 0x000030, "Member 'UDataLayerSubsystem::OnDataLayerRuntimeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerSubsystem, DataLayerLoadingPolicyClass) == 0x000040, "Member 'UDataLayerSubsystem::DataLayerLoadingPolicyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeprecatedDataLayerInstance \ +static_assert(alignof(UDeprecatedDataLayerInstance) == 0x000008, "Wrong alignment on UDeprecatedDataLayerInstance"); \ +static_assert(sizeof(UDeprecatedDataLayerInstance) == 0x000060, "Wrong size on UDeprecatedDataLayerInstance"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, Label) == 0x000048, "Member 'UDeprecatedDataLayerInstance::Label' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DeprecatedDataLayerFName) == 0x000050, "Member 'UDeprecatedDataLayerInstance::DeprecatedDataLayerFName' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DataLayerType) == 0x000058, "Member 'UDeprecatedDataLayerInstance::DataLayerType' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DebugColor) == 0x00005C, "Member 'UDeprecatedDataLayerInstance::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionDestructibleHLODMeshComponent \ +static_assert(alignof(UWorldPartitionDestructibleHLODMeshComponent) == 0x000010, "Wrong alignment on UWorldPartitionDestructibleHLODMeshComponent"); \ +static_assert(sizeof(UWorldPartitionDestructibleHLODMeshComponent) == 0x0003A0, "Wrong size on UWorldPartitionDestructibleHLODMeshComponent"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODMeshComponent, DestructibleHLODMaterial) == 0x000240, "Member 'UWorldPartitionDestructibleHLODMeshComponent::DestructibleHLODMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODMeshComponent, DestructibleHLODState) == 0x000248, "Member 'UWorldPartitionDestructibleHLODMeshComponent::DestructibleHLODState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODMeshComponent, VisibilityMaterial) == 0x000390, "Member 'UWorldPartitionDestructibleHLODMeshComponent::VisibilityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODMeshComponent, VisibilityTexture) == 0x000398, "Member 'UWorldPartitionDestructibleHLODMeshComponent::VisibilityTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionHLOD \ +static_assert(alignof(AWorldPartitionHLOD) == 0x000008, "Wrong alignment on AWorldPartitionHLOD"); \ +static_assert(sizeof(AWorldPartitionHLOD) == 0x0002A8, "Wrong size on AWorldPartitionHLOD"); \ +static_assert(offsetof(AWorldPartitionHLOD, LODLevel) == 0x000290, "Member 'AWorldPartitionHLOD::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, bRequireWarmup) == 0x000294, "Member 'AWorldPartitionHLOD::bRequireWarmup' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, SourceCellGuid) == 0x000298, "Member 'AWorldPartitionHLOD::SourceCellGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODBuilderSettings \ +static_assert(alignof(UHLODBuilderSettings) == 0x000008, "Wrong alignment on UHLODBuilderSettings"); \ +static_assert(sizeof(UHLODBuilderSettings) == 0x000028, "Wrong size on UHLODBuilderSettings"); \ + +#define DUMPER7_ASSERTS_UNullHLODBuilder \ +static_assert(alignof(UNullHLODBuilder) == 0x000008, "Wrong alignment on UNullHLODBuilder"); \ +static_assert(sizeof(UNullHLODBuilder) == 0x000028, "Wrong size on UNullHLODBuilder"); \ + +#define DUMPER7_ASSERTS_UHLODLayer \ +static_assert(alignof(UHLODLayer) == 0x000008, "Wrong alignment on UHLODLayer"); \ +static_assert(sizeof(UHLODLayer) == 0x000068, "Wrong size on UHLODLayer"); \ +static_assert(offsetof(UHLODLayer, LayerType) == 0x000028, "Member 'UHLODLayer::LayerType' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, HLODBuilderClass) == 0x000030, "Member 'UHLODLayer::HLODBuilderClass' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, HLODBuilderSettings) == 0x000038, "Member 'UHLODLayer::HLODBuilderSettings' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, CellSize) == 0x000044, "Member 'UHLODLayer::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, LoadingRange) == 0x000048, "Member 'UHLODLayer::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, ParentLayer) == 0x000050, "Member 'UHLODLayer::ParentLayer' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, HLODActorClass) == 0x000058, "Member 'UHLODLayer::HLODActorClass' has a wrong offset!"); \ +static_assert(offsetof(UHLODLayer, HLODModifierClass) == 0x000060, "Member 'UHLODLayer::HLODModifierClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODModifier \ +static_assert(alignof(UWorldPartitionHLODModifier) == 0x000008, "Wrong alignment on UWorldPartitionHLODModifier"); \ +static_assert(sizeof(UWorldPartitionHLODModifier) == 0x000028, "Wrong size on UWorldPartitionHLODModifier"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionHLODProvider \ +static_assert(alignof(IWorldPartitionHLODProvider) == 0x000001, "Wrong alignment on IWorldPartitionHLODProvider"); \ +static_assert(sizeof(IWorldPartitionHLODProvider) == 0x000001, "Wrong size on IWorldPartitionHLODProvider"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODRuntimeSubsystem \ +static_assert(alignof(UWorldPartitionHLODRuntimeSubsystem) == 0x000008, "Wrong alignment on UWorldPartitionHLODRuntimeSubsystem"); \ +static_assert(sizeof(UWorldPartitionHLODRuntimeSubsystem) == 0x000118, "Wrong size on UWorldPartitionHLODRuntimeSubsystem"); \ + +#define DUMPER7_ASSERTS_ANavigationDataChunkActor \ +static_assert(alignof(ANavigationDataChunkActor) == 0x000008, "Wrong alignment on ANavigationDataChunkActor"); \ +static_assert(sizeof(ANavigationDataChunkActor) == 0x0002D8, "Wrong size on ANavigationDataChunkActor"); \ +static_assert(offsetof(ANavigationDataChunkActor, NavDataChunks) == 0x000290, "Member 'ANavigationDataChunkActor::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ANavigationDataChunkActor, DataChunkActorBounds) == 0x0002A0, "Member 'ANavigationDataChunkActor::DataChunkActorBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionActorLoaderInterface \ +static_assert(alignof(IWorldPartitionActorLoaderInterface) == 0x000001, "Wrong alignment on IWorldPartitionActorLoaderInterface"); \ +static_assert(sizeof(IWorldPartitionActorLoaderInterface) == 0x000001, "Wrong size on IWorldPartitionActorLoaderInterface"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorHash \ +static_assert(alignof(UWorldPartitionEditorHash) == 0x000008, "Wrong alignment on UWorldPartitionEditorHash"); \ +static_assert(sizeof(UWorldPartitionEditorHash) == 0x000028, "Wrong size on UWorldPartitionEditorHash"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorPerProjectUserSettings \ +static_assert(alignof(UWorldPartitionEditorPerProjectUserSettings) == 0x000008, "Wrong alignment on UWorldPartitionEditorPerProjectUserSettings"); \ +static_assert(sizeof(UWorldPartitionEditorPerProjectUserSettings) == 0x000038, "Wrong size on UWorldPartitionEditorPerProjectUserSettings"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorSpatialHash \ +static_assert(alignof(UWorldPartitionEditorSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionEditorSpatialHash"); \ +static_assert(sizeof(UWorldPartitionEditorSpatialHash) == 0x000028, "Wrong size on UWorldPartitionEditorSpatialHash"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionStreamingPolicy \ +static_assert(alignof(UWorldPartitionStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionStreamingPolicy) == 0x000278, "Wrong size on UWorldPartitionStreamingPolicy"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, LoadedCells) == 0x000030, "Member 'UWorldPartitionStreamingPolicy::LoadedCells' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, ActivatedCells) == 0x000080, "Member 'UWorldPartitionStreamingPolicy::ActivatedCells' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, ToActivateCells) == 0x0001D0, "Member 'UWorldPartitionStreamingPolicy::ToActivateCells' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, ToLoadCells) == 0x0001E0, "Member 'UWorldPartitionStreamingPolicy::ToLoadCells' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, bShouldMergeStreamingSourceInfo) == 0x0001F9, "Member 'UWorldPartitionStreamingPolicy::bShouldMergeStreamingSourceInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingPolicy \ +static_assert(alignof(UWorldPartitionLevelStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingPolicy) == 0x000340, "Wrong size on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SourceWorldAssetPath) == 0x000278, "Member 'UWorldPartitionLevelStreamingPolicy::SourceWorldAssetPath' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SubObjectsToCellRemapping) == 0x000288, "Member 'UWorldPartitionLevelStreamingPolicy::SubObjectsToCellRemapping' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, ContainerResolver) == 0x0002D8, "Member 'UWorldPartitionLevelStreamingPolicy::ContainerResolver' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, ExternalStreamingObjects) == 0x000330, "Member 'UWorldPartitionLevelStreamingPolicy::ExternalStreamingObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionMiniMap \ +static_assert(alignof(AWorldPartitionMiniMap) == 0x000008, "Wrong alignment on AWorldPartitionMiniMap"); \ +static_assert(sizeof(AWorldPartitionMiniMap) == 0x000360, "Wrong size on AWorldPartitionMiniMap"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapWorldBounds) == 0x000290, "Member 'AWorldPartitionMiniMap::MiniMapWorldBounds' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, UVOffset) == 0x0002C8, "Member 'AWorldPartitionMiniMap::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTexture) == 0x0002F0, "Member 'AWorldPartitionMiniMap::MiniMapTexture' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, ExcludedDataLayers) == 0x0002F8, "Member 'AWorldPartitionMiniMap::ExcludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, WorldUnitsPerPixel) == 0x000348, "Member 'AWorldPartitionMiniMap::WorldUnitsPerPixel' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, BuilderCellSize) == 0x00034C, "Member 'AWorldPartitionMiniMap::BuilderCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, CaptureSource) == 0x000350, "Member 'AWorldPartitionMiniMap::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, CaptureWarmupFrames) == 0x000354, "Member 'AWorldPartitionMiniMap::CaptureWarmupFrames' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTileSize) == 0x000358, "Member 'AWorldPartitionMiniMap::MiniMapTileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellDataSpatialHash \ +static_assert(alignof(UWorldPartitionRuntimeCellDataSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellDataSpatialHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellDataSpatialHash) == 0x000150, "Wrong size on UWorldPartitionRuntimeCellDataSpatialHash"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellDataSpatialHash, position) == 0x0000E0, "Member 'UWorldPartitionRuntimeCellDataSpatialHash::position' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellDataSpatialHash, Extent) == 0x0000F8, "Member 'UWorldPartitionRuntimeCellDataSpatialHash::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionCell \ +static_assert(alignof(IWorldPartitionCell) == 0x000001, "Wrong alignment on IWorldPartitionCell"); \ +static_assert(sizeof(IWorldPartitionCell) == 0x000001, "Wrong size on IWorldPartitionCell"); \ + +#define DUMPER7_ASSERTS_ASpatialHashRuntimeGridInfo \ +static_assert(alignof(ASpatialHashRuntimeGridInfo) == 0x000008, "Wrong alignment on ASpatialHashRuntimeGridInfo"); \ +static_assert(sizeof(ASpatialHashRuntimeGridInfo) == 0x000298, "Wrong size on ASpatialHashRuntimeGridInfo"); \ +static_assert(offsetof(ASpatialHashRuntimeGridInfo, GridSettings) == 0x000290, "Member 'ASpatialHashRuntimeGridInfo::GridSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeSpatialHash \ +static_assert(alignof(UWorldPartitionRuntimeSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeSpatialHash) == 0x0000E8, "Wrong size on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, bEnableZCulling) == 0x000078, "Member 'UWorldPartitionRuntimeSpatialHash::bEnableZCulling' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, Settings) == 0x000079, "Member 'UWorldPartitionRuntimeSpatialHash::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, StreamingGrids) == 0x000080, "Member 'UWorldPartitionRuntimeSpatialHash::StreamingGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionSubsystem_IsAllStreamingCompleted \ +static_assert(alignof(WorldPartitionSubsystem_IsAllStreamingCompleted) == 0x000001, "Wrong alignment on WorldPartitionSubsystem_IsAllStreamingCompleted"); \ +static_assert(sizeof(WorldPartitionSubsystem_IsAllStreamingCompleted) == 0x000001, "Wrong size on WorldPartitionSubsystem_IsAllStreamingCompleted"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsAllStreamingCompleted, ReturnValue) == 0x000000, "Member 'WorldPartitionSubsystem_IsAllStreamingCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionSubsystem_IsStreamingCompleted \ +static_assert(alignof(WorldPartitionSubsystem_IsStreamingCompleted) == 0x000008, "Wrong alignment on WorldPartitionSubsystem_IsStreamingCompleted"); \ +static_assert(sizeof(WorldPartitionSubsystem_IsStreamingCompleted) == 0x000020, "Wrong size on WorldPartitionSubsystem_IsStreamingCompleted"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, QueryState) == 0x000000, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::QueryState' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, QuerySources) == 0x000008, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::QuerySources' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, bExactState) == 0x000018, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::bExactState' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, ReturnValue) == 0x000019, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionSubsystem \ +static_assert(alignof(UWorldPartitionSubsystem) == 0x000008, "Wrong alignment on UWorldPartitionSubsystem"); \ +static_assert(sizeof(UWorldPartitionSubsystem) == 0x0002D0, "Wrong size on UWorldPartitionSubsystem"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionVolume \ +static_assert(alignof(AWorldPartitionVolume) == 0x000008, "Wrong alignment on AWorldPartitionVolume"); \ +static_assert(sizeof(AWorldPartitionVolume) == 0x0002C8, "Wrong size on AWorldPartitionVolume"); \ + +#define DUMPER7_ASSERTS_FS_ItemOperationData \ +static_assert(alignof(FS_ItemOperationData) == 0x000008, "Wrong alignment on FS_ItemOperationData"); \ +static_assert(sizeof(FS_ItemOperationData) == 0x000018, "Wrong size on FS_ItemOperationData"); \ +static_assert(offsetof(FS_ItemOperationData, Item_2_A36C388B43310EE8276E39A13E7BE96A) == 0x000000, "Member 'FS_ItemOperationData::Item_2_A36C388B43310EE8276E39A13E7BE96A' has a wrong offset!"); \ +static_assert(offsetof(FS_ItemOperationData, Quantity_5_6CC30E1A41B2C15BEA6986A8DE019D1E) == 0x000010, "Member 'FS_ItemOperationData::Quantity_5_6CC30E1A41B2C15BEA6986A8DE019D1E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_MyFlower_Rose__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData) == 0x000280, "Wrong size on ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, __NameProperty_25) == 0x000004, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::__NameProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, __NameProperty_26) == 0x00000C, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::__NameProperty_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, __StructProperty_27) == 0x000018, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::__StructProperty_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000130, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000160, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000190, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_3) == 0x0001C0, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_2) == 0x0001F0, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_1) == 0x000220, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x000250, "Member 'ABP_PostProcess_MyFlower_Rose::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_MyFlower_Rose_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_MyFlower_Rose_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_MyFlower_Rose_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_MyFlower_Rose_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_MyFlower_Rose_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_MyFlower_Rose_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_MyFlower_Rose_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose \ +static_assert(alignof(ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose) == 0x000004, "Wrong alignment on ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose"); \ +static_assert(sizeof(ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose) == 0x000004, "Wrong size on ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose"); \ +static_assert(offsetof(ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_MyFlower_Rose_C_ExecuteUbergraph_ABP_PostProcess_MyFlower_Rose::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_MyFlower_Rose_C \ +static_assert(alignof(UABP_PostProcess_MyFlower_Rose_C) == 0x000010, "Wrong alignment on UABP_PostProcess_MyFlower_Rose_C"); \ +static_assert(sizeof(UABP_PostProcess_MyFlower_Rose_C) == 0x0011E0, "Wrong size on UABP_PostProcess_MyFlower_Rose_C"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_MyFlower_Rose_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_LinkedInputPose) == 0x0003A8, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_LocalToComponentSpace) == 0x000460, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_ComponentToLocalSpace) == 0x000480, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_KawaiiPhysics) == 0x0004A0, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_SpringBone_3) == 0x000C40, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_SpringBone_2) == 0x000DA8, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_SpringBone_1) == 0x000F10, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_MyFlower_Rose_C, AnimGraphNode_SpringBone) == 0x001078, "Member 'UABP_PostProcess_MyFlower_Rose_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_ActivateBusMixForMainMenu \ +static_assert(alignof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_ActivateBusMixForMainMenu"); \ +static_assert(sizeof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu) == 0x0001C8, "Wrong size on BP_AudioControlSystem_C_ActivateBusMixForMainMenu"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu, CallFunc_GetCurrentLevelData_Found) == 0x000000, "Member 'BP_AudioControlSystem_C_ActivateBusMixForMainMenu::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu, CallFunc_GetCurrentLevelData_LevelData) == 0x000008, "Member 'BP_AudioControlSystem_C_ActivateBusMixForMainMenu::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu, CallFunc_GetCurrentLevelData_RowName) == 0x0001B8, "Member 'BP_AudioControlSystem_C_ActivateBusMixForMainMenu::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ActivateBusMixForMainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'BP_AudioControlSystem_C_ActivateBusMixForMainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_ActivateExplorationControlBusMix \ +static_assert(alignof(BP_AudioControlSystem_C_ActivateExplorationControlBusMix) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_ActivateExplorationControlBusMix"); \ +static_assert(sizeof(BP_AudioControlSystem_C_ActivateExplorationControlBusMix) == 0x000008, "Wrong size on BP_AudioControlSystem_C_ActivateExplorationControlBusMix"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ActivateExplorationControlBusMix, Mix) == 0x000000, "Member 'BP_AudioControlSystem_C_ActivateExplorationControlBusMix::Mix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_ApplySoundUserSettings \ +static_assert(alignof(BP_AudioControlSystem_C_ApplySoundUserSettings) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_ApplySoundUserSettings"); \ +static_assert(sizeof(BP_AudioControlSystem_C_ApplySoundUserSettings) == 0x0001D8, "Wrong size on BP_AudioControlSystem_C_ApplySoundUserSettings"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable_2) == 0x000030, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable_2) == 0x000038, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable_3) == 0x00003C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue_3) == 0x000048, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable_3) == 0x00004C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable_4) == 0x000050, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable_4) == 0x000060, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue_2) == 0x000064, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue_4) == 0x00006C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue_3) == 0x000078, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue_2) == 0x00007C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item_3) == 0x000080, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue_4) == 0x000088, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue_3) == 0x00008C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item_4) == 0x000090, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Length_ReturnValue_5) == 0x000098, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Loop_Counter_Variable_5) == 0x00009C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000A0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Less_IntInt_ReturnValue_5) == 0x0000A1, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000A4, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, Temp_int_Array_Index_Variable_5) == 0x0000A8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Array_Get_Item_5) == 0x0000B0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000B8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetMasterVolume_ReturnValue) == 0x0000C0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume_ReturnValue) == 0x0000C4, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue) == 0x0000C8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume_ReturnValue_1) == 0x0000CC, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue) == 0x0000D8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000E0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue_1) == 0x0000E8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue_1) == 0x0000EC, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetSpecialEffectsVolume_ReturnValue_2) == 0x0000F0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetSpecialEffectsVolume_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetUserInterfaceVolume_ReturnValue) == 0x0000F4, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetUserInterfaceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000F8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000100, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetVoiceVolume_Combat_ReturnValue) == 0x000108, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetVoiceVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetVoiceVolume_Exploration_ReturnValue) == 0x00010C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetVoiceVolume_Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetVoiceVolume_ReturnValue) == 0x000110, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetMusicVolume_Combat_ReturnValue) == 0x000114, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetMusicVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000118, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000120, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetMusicVolume_Exploration_ReturnValue) == 0x000128, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetMusicVolume_Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_GetMusicVolume_ReturnValue) == 0x00012C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000130, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000138, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000140, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1) == 0x000148, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast) == 0x000150, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000158, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_1) == 0x000160, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000168, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3) == 0x000170, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2) == 0x000178, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_3) == 0x000180, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_2) == 0x000188, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_3) == 0x00018C, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_4) == 0x000190, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4) == 0x000198, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5) == 0x0001A0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_4) == 0x0001A8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_5) == 0x0001B0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_5) == 0x0001B8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_6) == 0x0001BC, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_6) == 0x0001C0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_6) == 0x0001C8, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ApplySoundUserSettings, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_7) == 0x0001D0, "Member 'BP_AudioControlSystem_C_ApplySoundUserSettings::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_DeactivateExplorationControlBusMix \ +static_assert(alignof(BP_AudioControlSystem_C_DeactivateExplorationControlBusMix) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_DeactivateExplorationControlBusMix"); \ +static_assert(sizeof(BP_AudioControlSystem_C_DeactivateExplorationControlBusMix) == 0x000010, "Wrong size on BP_AudioControlSystem_C_DeactivateExplorationControlBusMix"); \ +static_assert(offsetof(BP_AudioControlSystem_C_DeactivateExplorationControlBusMix, Mix) == 0x000000, "Member 'BP_AudioControlSystem_C_DeactivateExplorationControlBusMix::Mix' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_DeactivateExplorationControlBusMix, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'BP_AudioControlSystem_C_DeactivateExplorationControlBusMix::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix \ +static_assert(alignof(BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix"); \ +static_assert(sizeof(BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix) == 0x000008, "Wrong size on BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix"); \ +static_assert(offsetof(BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix, ControlBusMix) == 0x000000, "Member 'BP_AudioControlSystem_C_GetLastActivatedExplorationControlBusMix::ControlBusMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_OnChangeMapProcessFinished \ +static_assert(alignof(BP_AudioControlSystem_C_OnChangeMapProcessFinished) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_OnChangeMapProcessFinished"); \ +static_assert(sizeof(BP_AudioControlSystem_C_OnChangeMapProcessFinished) == 0x0001C8, "Wrong size on BP_AudioControlSystem_C_OnChangeMapProcessFinished"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnChangeMapProcessFinished, LevelDestination) == 0x000000, "Member 'BP_AudioControlSystem_C_OnChangeMapProcessFinished::LevelDestination' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnChangeMapProcessFinished, CallFunc_GetLevelData_Found) == 0x000008, "Member 'BP_AudioControlSystem_C_OnChangeMapProcessFinished::CallFunc_GetLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnChangeMapProcessFinished, CallFunc_GetLevelData_LevelData) == 0x000010, "Member 'BP_AudioControlSystem_C_OnChangeMapProcessFinished::CallFunc_GetLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnChangeMapProcessFinished, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'BP_AudioControlSystem_C_OnChangeMapProcessFinished::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_OnChangeMapProcessStarted \ +static_assert(alignof(BP_AudioControlSystem_C_OnChangeMapProcessStarted) == 0x000004, "Wrong alignment on BP_AudioControlSystem_C_OnChangeMapProcessStarted"); \ +static_assert(sizeof(BP_AudioControlSystem_C_OnChangeMapProcessStarted) == 0x000008, "Wrong size on BP_AudioControlSystem_C_OnChangeMapProcessStarted"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnChangeMapProcessStarted, LevelDestination) == 0x000000, "Member 'BP_AudioControlSystem_C_OnChangeMapProcessStarted::LevelDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_OnDialogueFinished \ +static_assert(alignof(BP_AudioControlSystem_C_OnDialogueFinished) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_OnDialogueFinished"); \ +static_assert(sizeof(BP_AudioControlSystem_C_OnDialogueFinished) == 0x000008, "Wrong size on BP_AudioControlSystem_C_OnDialogueFinished"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnDialogueFinished, Dialogue) == 0x000000, "Member 'BP_AudioControlSystem_C_OnDialogueFinished::Dialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_OnDialogueStarted \ +static_assert(alignof(BP_AudioControlSystem_C_OnDialogueStarted) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_OnDialogueStarted"); \ +static_assert(sizeof(BP_AudioControlSystem_C_OnDialogueStarted) == 0x000008, "Wrong size on BP_AudioControlSystem_C_OnDialogueStarted"); \ +static_assert(offsetof(BP_AudioControlSystem_C_OnDialogueStarted, Dialogue) == 0x000000, "Member 'BP_AudioControlSystem_C_OnDialogueStarted::Dialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_RegisterCinematicEvents \ +static_assert(alignof(BP_AudioControlSystem_C_RegisterCinematicEvents) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_RegisterCinematicEvents"); \ +static_assert(sizeof(BP_AudioControlSystem_C_RegisterCinematicEvents) == 0x000028, "Wrong size on BP_AudioControlSystem_C_RegisterCinematicEvents"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterCinematicEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AudioControlSystem_C_RegisterCinematicEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterCinematicEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_AudioControlSystem_C_RegisterCinematicEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterCinematicEvents, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000020, "Member 'BP_AudioControlSystem_C_RegisterCinematicEvents::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_RegisterControllerEvents \ +static_assert(alignof(BP_AudioControlSystem_C_RegisterControllerEvents) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_RegisterControllerEvents"); \ +static_assert(sizeof(BP_AudioControlSystem_C_RegisterControllerEvents) == 0x000098, "Wrong size on BP_AudioControlSystem_C_RegisterControllerEvents"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_4) == 0x000040, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_5) == 0x000050, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_6) == 0x000060, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_CreateDelegate_OutputDelegate_7) == 0x000070, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, CallFunc_GetPlayerController_ReturnValue) == 0x000080, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000088, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterControllerEvents, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_AudioControlSystem_C_RegisterControllerEvents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_RegisterDialogueEvents \ +static_assert(alignof(BP_AudioControlSystem_C_RegisterDialogueEvents) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_RegisterDialogueEvents"); \ +static_assert(sizeof(BP_AudioControlSystem_C_RegisterDialogueEvents) == 0x000070, "Wrong size on BP_AudioControlSystem_C_RegisterDialogueEvents"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate_4) == 0x000040, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, K2Node_CreateDelegate_OutputDelegate_5) == 0x000050, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterDialogueEvents, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'BP_AudioControlSystem_C_RegisterDialogueEvents::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_RegisterGameInstanceEvents \ +static_assert(alignof(BP_AudioControlSystem_C_RegisterGameInstanceEvents) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_RegisterGameInstanceEvents"); \ +static_assert(sizeof(BP_AudioControlSystem_C_RegisterGameInstanceEvents) == 0x000048, "Wrong size on BP_AudioControlSystem_C_RegisterGameInstanceEvents"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AudioControlSystem_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_AudioControlSystem_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_AudioControlSystem_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_AudioControlSystem_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_RegisterGameInstanceEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'BP_AudioControlSystem_C_RegisterGameInstanceEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_C_ResetBusMixStates \ +static_assert(alignof(BP_AudioControlSystem_C_ResetBusMixStates) == 0x000008, "Wrong alignment on BP_AudioControlSystem_C_ResetBusMixStates"); \ +static_assert(sizeof(BP_AudioControlSystem_C_ResetBusMixStates) == 0x000058, "Wrong size on BP_AudioControlSystem_C_ResetBusMixStates"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_GetSpecialEffectsVolume_ReturnValue) == 0x000010, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_GetSpecialEffectsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue) == 0x000024, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_C_ResetBusMixStates, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast) == 0x000050, "Member 'BP_AudioControlSystem_C_ResetBusMixStates::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AudioControlSystem_C \ +static_assert(alignof(UBP_AudioControlSystem_C) == 0x000008, "Wrong alignment on UBP_AudioControlSystem_C"); \ +static_assert(sizeof(UBP_AudioControlSystem_C) == 0x000088, "Wrong size on UBP_AudioControlSystem_C"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, IsInMainMenu) == 0x000028, "Member 'UBP_AudioControlSystem_C::IsInMainMenu' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, LastActivatedExplorationControlBusMix) == 0x000030, "Member 'UBP_AudioControlSystem_C::LastActivatedExplorationControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, SC_SFX_CineExplo) == 0x000038, "Member 'UBP_AudioControlSystem_C::SC_SFX_CineExplo' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, SC_SFX_Combat) == 0x000048, "Member 'UBP_AudioControlSystem_C::SC_SFX_Combat' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, SC_VO_CineExplo) == 0x000058, "Member 'UBP_AudioControlSystem_C::SC_VO_CineExplo' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, SC_VO_Combat) == 0x000068, "Member 'UBP_AudioControlSystem_C::SC_VO_Combat' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_C, SC_SharedAssets) == 0x000078, "Member 'UBP_AudioControlSystem_C::SC_SharedAssets' has a wrong offset!"); \ + +#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_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_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) == 0x000028, "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) == 0x000018, "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) == 0x000098, "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) == 0x000030, "Member 'FGameplayAbilitySpecDef::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecDef::RemovalPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, SourceObject) == 0x000038, "Member 'FGameplayAbilitySpecDef::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, AssignedHandle) == 0x000090, "Member 'FGameplayAbilitySpecDef::AssignedHandle' 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_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_FPredictionKey \ +static_assert(alignof(FPredictionKey) == 0x000008, "Wrong alignment on FPredictionKey"); \ +static_assert(sizeof(FPredictionKey) == 0x000010, "Wrong size on FPredictionKey"); \ +static_assert(offsetof(FPredictionKey, Current) == 0x000000, "Member 'FPredictionKey::Current' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, base) == 0x000002, "Member 'FPredictionKey::base' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsServerInitiated) == 0x000004, "Member 'FPredictionKey::bIsServerInitiated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffect \ +static_assert(alignof(FActiveGameplayEffect) == 0x000008, "Wrong alignment on FActiveGameplayEffect"); \ +static_assert(sizeof(FActiveGameplayEffect) == 0x000360, "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, GrantedAbilityHandles) == 0x0002C0, "Member 'FActiveGameplayEffect::GrantedAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartServerWorldTime) == 0x0002D0, "Member 'FActiveGameplayEffect::StartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, CachedStartServerWorldTime) == 0x0002D4, "Member 'FActiveGameplayEffect::CachedStartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartWorldTime) == 0x0002D8, "Member 'FActiveGameplayEffect::StartWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, bIsInhibited) == 0x0002DC, "Member 'FActiveGameplayEffect::bIsInhibited' 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_FGameplayTagRequirements \ +static_assert(alignof(FGameplayTagRequirements) == 0x000008, "Wrong alignment on FGameplayTagRequirements"); \ +static_assert(sizeof(FGameplayTagRequirements) == 0x000088, "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!"); \ +static_assert(offsetof(FGameplayTagRequirements, TagQuery) == 0x000040, "Member 'FGameplayTagRequirements::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActorInfo \ +static_assert(alignof(FGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActorInfo"); \ +static_assert(sizeof(FGameplayAbilityActorInfo) == 0x000048, "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_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_FGameplayAbilityTargetingLocationInfo \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfo) == 0x0000A0, "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) == 0x000080, "Member 'FGameplayAbilityTargetingLocationInfo::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceComponent) == 0x000088, "Member 'FGameplayAbilityTargetingLocationInfo::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceAbility) == 0x000090, "Member 'FGameplayAbilityTargetingLocationInfo::SourceAbility' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceSocketName) == 0x000098, "Member 'FGameplayAbilityTargetingLocationInfo::SourceSocketName' 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_FGameplayAbilityTargetData_ActorArray \ +static_assert(alignof(FGameplayAbilityTargetData_ActorArray) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(sizeof(FGameplayAbilityTargetData_ActorArray) == 0x0000C0, "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) == 0x0000B0, "Member 'FGameplayAbilityTargetData_ActorArray::TargetActorArray' has a wrong offset!"); \ + +#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_FGameplayAbilitySpecConfig \ +static_assert(alignof(FGameplayAbilitySpecConfig) == 0x000008, "Wrong alignment on FGameplayAbilitySpecConfig"); \ +static_assert(sizeof(FGameplayAbilitySpecConfig) == 0x000038, "Wrong size on FGameplayAbilitySpecConfig"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, Ability) == 0x000000, "Member 'FGameplayAbilitySpecConfig::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecConfig::LevelScalableFloat' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, InputID) == 0x000030, "Member 'FGameplayAbilitySpecConfig::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecConfig::RemovalPolicy' 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_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_FGameplayEffectSpecHandle \ +static_assert(alignof(FGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on FGameplayEffectSpecHandle"); \ +static_assert(sizeof(FGameplayEffectSpecHandle) == 0x000010, "Wrong size on FGameplayEffectSpecHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayCueParameters \ +static_assert(alignof(FGameplayCueParameters) == 0x000008, "Wrong alignment on FGameplayCueParameters"); \ +static_assert(sizeof(FGameplayCueParameters) == 0x0000D8, "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) == 0x000028, "Member 'FGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'FGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'FGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Location) == 0x000070, "Member 'FGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Normal) == 0x000088, "Member 'FGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Instigator) == 0x0000A0, "Member 'FGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectCauser) == 0x0000A8, "Member 'FGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, SourceObject) == 0x0000B0, "Member 'FGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, PhysicalMaterial) == 0x0000B8, "Member 'FGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, GameplayEffectLevel) == 0x0000C0, "Member 'FGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AbilityLevel) == 0x0000C4, "Member 'FGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, TargetAttachComponent) == 0x0000C8, "Member 'FGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000D0, "Member 'FGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMap \ +static_assert(alignof(FMinimalReplicationTagCountMap) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMap"); \ +static_assert(sizeof(FMinimalReplicationTagCountMap) == 0x000068, "Wrong size on FMinimalReplicationTagCountMap"); \ +static_assert(offsetof(FMinimalReplicationTagCountMap, Owner) == 0x000050, "Member 'FMinimalReplicationTagCountMap::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectRemovalInfo \ +static_assert(alignof(FGameplayEffectRemovalInfo) == 0x000008, "Wrong alignment on FGameplayEffectRemovalInfo"); \ +static_assert(sizeof(FGameplayEffectRemovalInfo) == 0x000028, "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_FWorldReticleParameters \ +static_assert(alignof(FWorldReticleParameters) == 0x000008, "Wrong alignment on FWorldReticleParameters"); \ +static_assert(sizeof(FWorldReticleParameters) == 0x000018, "Wrong size on FWorldReticleParameters"); \ +static_assert(offsetof(FWorldReticleParameters, AOEScale) == 0x000000, "Member 'FWorldReticleParameters::AOEScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectsContainer \ +static_assert(alignof(FActiveGameplayEffectsContainer) == 0x000008, "Wrong alignment on FActiveGameplayEffectsContainer"); \ +static_assert(sizeof(FActiveGameplayEffectsContainer) == 0x000300, "Wrong size on FActiveGameplayEffectsContainer"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, GameplayEffects_Internal) == 0x000130, "Member 'FActiveGameplayEffectsContainer::GameplayEffects_Internal' has a wrong offset!"); \ + +#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) == 0x0000B0, "Wrong size on FGameplayEventData"); \ +static_assert(offsetof(FGameplayEventData, EventTag) == 0x000000, "Member 'FGameplayEventData::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Instigator) == 0x000008, "Member 'FGameplayEventData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Target) == 0x000010, "Member 'FGameplayEventData::Target' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject) == 0x000018, "Member 'FGameplayEventData::OptionalObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject2) == 0x000020, "Member 'FGameplayEventData::OptionalObject2' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, ContextHandle) == 0x000028, "Member 'FGameplayEventData::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, InstigatorTags) == 0x000040, "Member 'FGameplayEventData::InstigatorTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetTags) == 0x000060, "Member 'FGameplayEventData::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, EventMagnitude) == 0x000080, "Member 'FGameplayEventData::EventMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetData) == 0x000088, "Member 'FGameplayEventData::TargetData' 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, PlayInstanceId) == 0x000008, "Member 'FGameplayAbilityLocalAnimMontage::PlayInstanceId' 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_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_FGameplayEffectQuery \ +static_assert(alignof(FGameplayEffectQuery) == 0x000008, "Wrong alignment on FGameplayEffectQuery"); \ +static_assert(sizeof(FGameplayEffectQuery) == 0x000198, "Wrong size on FGameplayEffectQuery"); \ +static_assert(offsetof(FGameplayEffectQuery, CustomMatchDelegate_BP) == 0x000010, "Member 'FGameplayEffectQuery::CustomMatchDelegate_BP' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, OwningTagQuery) == 0x000020, "Member 'FGameplayEffectQuery::OwningTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectTagQuery) == 0x000068, "Member 'FGameplayEffectQuery::EffectTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceTagQuery) == 0x0000B0, "Member 'FGameplayEffectQuery::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceAggregateTagQuery) == 0x0000F8, "Member 'FGameplayEffectQuery::SourceAggregateTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, ModifyingAttribute) == 0x000140, "Member 'FGameplayEffectQuery::ModifyingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectSource) == 0x000178, "Member 'FGameplayEffectQuery::EffectSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectDefinition) == 0x000180, "Member 'FGameplayEffectQuery::EffectDefinition' 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_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_FGameplayEffectSpecForRPC \ +static_assert(alignof(FGameplayEffectSpecForRPC) == 0x000008, "Wrong alignment on FGameplayEffectSpecForRPC"); \ +static_assert(sizeof(FGameplayEffectSpecForRPC) == 0x000078, "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, AbilityLevel) == 0x000074, "Member 'FGameplayEffectSpecForRPC::AbilityLevel' 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_FGameplayAbilityTargetingLocationInfoNetSerializerConfig \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfoNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayAbilityTargetingLocationInfoNetSerializerConfig"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfoNetSerializerConfig) == 0x000010, "Wrong size on FGameplayAbilityTargetingLocationInfoNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FCustomCalculationBasedFloat \ +static_assert(alignof(FCustomCalculationBasedFloat) == 0x000008, "Wrong alignment on FCustomCalculationBasedFloat"); \ +static_assert(sizeof(FCustomCalculationBasedFloat) == 0x000090, "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) == 0x000030, "Member 'FCustomCalculationBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PostMultiplyAdditiveValue) == 0x000058, "Member 'FCustomCalculationBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, FinalLookupCurve) == 0x000080, "Member 'FCustomCalculationBasedFloat::FinalLookupCurve' 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_FGameplayCueNotify_SpawnCondition \ +static_assert(alignof(FGameplayCueNotify_SpawnCondition) == 0x000008, "Wrong alignment on FGameplayCueNotify_SpawnCondition"); \ +static_assert(sizeof(FGameplayCueNotify_SpawnCondition) == 0x000038, "Wrong size on FGameplayCueNotify_SpawnCondition"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, LocallyControlledSource) == 0x000000, "Member 'FGameplayCueNotify_SpawnCondition::LocallyControlledSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, LocallyControlledPolicy) == 0x000001, "Member 'FGameplayCueNotify_SpawnCondition::LocallyControlledPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, ChanceToPlay) == 0x000004, "Member 'FGameplayCueNotify_SpawnCondition::ChanceToPlay' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, AllowedSurfaceTypes) == 0x000008, "Member 'FGameplayCueNotify_SpawnCondition::AllowedSurfaceTypes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, RejectedSurfaceTypes) == 0x000020, "Member 'FGameplayCueNotify_SpawnCondition::RejectedSurfaceTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_PlacementInfo \ +static_assert(alignof(FGameplayCueNotify_PlacementInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_PlacementInfo"); \ +static_assert(sizeof(FGameplayCueNotify_PlacementInfo) == 0x000040, "Wrong size on FGameplayCueNotify_PlacementInfo"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, SocketName) == 0x000000, "Member 'FGameplayCueNotify_PlacementInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, AttachPolicy) == 0x000008, "Member 'FGameplayCueNotify_PlacementInfo::AttachPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, AttachmentRule) == 0x000009, "Member 'FGameplayCueNotify_PlacementInfo::AttachmentRule' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, RotationOverride) == 0x000010, "Member 'FGameplayCueNotify_PlacementInfo::RotationOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, ScaleOverride) == 0x000028, "Member 'FGameplayCueNotify_PlacementInfo::ScaleOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_ParticleInfo \ +static_assert(alignof(FGameplayCueNotify_ParticleInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_ParticleInfo"); \ +static_assert(sizeof(FGameplayCueNotify_ParticleInfo) == 0x000088, "Wrong size on FGameplayCueNotify_ParticleInfo"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_ParticleInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_ParticleInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, NiagaraSystem) == 0x000078, "Member 'FGameplayCueNotify_ParticleInfo::NiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SoundParameterInterfaceInfo \ +static_assert(alignof(FGameplayCueNotify_SoundParameterInterfaceInfo) == 0x000004, "Wrong alignment on FGameplayCueNotify_SoundParameterInterfaceInfo"); \ +static_assert(sizeof(FGameplayCueNotify_SoundParameterInterfaceInfo) == 0x000008, "Wrong size on FGameplayCueNotify_SoundParameterInterfaceInfo"); \ +static_assert(offsetof(FGameplayCueNotify_SoundParameterInterfaceInfo, StopTriggerName) == 0x000000, "Member 'FGameplayCueNotify_SoundParameterInterfaceInfo::StopTriggerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SoundInfo \ +static_assert(alignof(FGameplayCueNotify_SoundInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_SoundInfo"); \ +static_assert(sizeof(FGameplayCueNotify_SoundInfo) == 0x0000A0, "Wrong size on FGameplayCueNotify_SoundInfo"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_SoundInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_SoundInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, Sound) == 0x000078, "Member 'FGameplayCueNotify_SoundInfo::Sound' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SoundCue) == 0x000080, "Member 'FGameplayCueNotify_SoundInfo::SoundCue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, LoopingFadeOutDuration) == 0x000088, "Member 'FGameplayCueNotify_SoundInfo::LoopingFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, LoopingFadeVolumeLevel) == 0x00008C, "Member 'FGameplayCueNotify_SoundInfo::LoopingFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SoundParameterInterfaceInfo) == 0x000090, "Member 'FGameplayCueNotify_SoundInfo::SoundParameterInterfaceInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_CameraShakeInfo \ +static_assert(alignof(FGameplayCueNotify_CameraShakeInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_CameraShakeInfo"); \ +static_assert(sizeof(FGameplayCueNotify_CameraShakeInfo) == 0x000098, "Wrong size on FGameplayCueNotify_CameraShakeInfo"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_CameraShakeInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_CameraShakeInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, CameraShake) == 0x000078, "Member 'FGameplayCueNotify_CameraShakeInfo::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, ShakeScale) == 0x000080, "Member 'FGameplayCueNotify_CameraShakeInfo::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, PlaySpace) == 0x000084, "Member 'FGameplayCueNotify_CameraShakeInfo::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldInnerRadius) == 0x00008C, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldOuterRadius) == 0x000090, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldFalloffExponent) == 0x000094, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_CameraLensEffectInfo \ +static_assert(alignof(FGameplayCueNotify_CameraLensEffectInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_CameraLensEffectInfo"); \ +static_assert(sizeof(FGameplayCueNotify_CameraLensEffectInfo) == 0x000090, "Wrong size on FGameplayCueNotify_CameraLensEffectInfo"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_CameraLensEffectInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_CameraLensEffectInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, CameraLensEffect) == 0x000078, "Member 'FGameplayCueNotify_CameraLensEffectInfo::CameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, WorldInnerRadius) == 0x000084, "Member 'FGameplayCueNotify_CameraLensEffectInfo::WorldInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, WorldOuterRadius) == 0x000088, "Member 'FGameplayCueNotify_CameraLensEffectInfo::WorldOuterRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_ForceFeedbackInfo \ +static_assert(alignof(FGameplayCueNotify_ForceFeedbackInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_ForceFeedbackInfo"); \ +static_assert(sizeof(FGameplayCueNotify_ForceFeedbackInfo) == 0x000098, "Wrong size on FGameplayCueNotify_ForceFeedbackInfo"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_ForceFeedbackInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_ForceFeedbackInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, ForceFeedbackEffect) == 0x000078, "Member 'FGameplayCueNotify_ForceFeedbackInfo::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, ForceFeedbackTag) == 0x000080, "Member 'FGameplayCueNotify_ForceFeedbackInfo::ForceFeedbackTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, WorldIntensity) == 0x00008C, "Member 'FGameplayCueNotify_ForceFeedbackInfo::WorldIntensity' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, WorldAttenuation) == 0x000090, "Member 'FGameplayCueNotify_ForceFeedbackInfo::WorldAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_InputDevicePropertyInfo \ +static_assert(alignof(FGameplayCueNotify_InputDevicePropertyInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_InputDevicePropertyInfo"); \ +static_assert(sizeof(FGameplayCueNotify_InputDevicePropertyInfo) == 0x000010, "Wrong size on FGameplayCueNotify_InputDevicePropertyInfo"); \ +static_assert(offsetof(FGameplayCueNotify_InputDevicePropertyInfo, DeviceProperties) == 0x000000, "Member 'FGameplayCueNotify_InputDevicePropertyInfo::DeviceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_LoopingEffects \ +static_assert(alignof(FGameplayCueNotify_LoopingEffects) == 0x000008, "Wrong alignment on FGameplayCueNotify_LoopingEffects"); \ +static_assert(sizeof(FGameplayCueNotify_LoopingEffects) == 0x0001F0, "Wrong size on FGameplayCueNotify_LoopingEffects"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingParticles) == 0x000000, "Member 'FGameplayCueNotify_LoopingEffects::LoopingParticles' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingSounds) == 0x000010, "Member 'FGameplayCueNotify_LoopingEffects::LoopingSounds' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingCameraShake) == 0x000020, "Member 'FGameplayCueNotify_LoopingEffects::LoopingCameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingCameraLensEffect) == 0x0000B8, "Member 'FGameplayCueNotify_LoopingEffects::LoopingCameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingForceFeedback) == 0x000148, "Member 'FGameplayCueNotify_LoopingEffects::LoopingForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingInputDevicePropertyEffect) == 0x0001E0, "Member 'FGameplayCueNotify_LoopingEffects::LoopingInputDevicePropertyEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCue \ +static_assert(alignof(FActiveGameplayCue) == 0x000008, "Wrong alignment on FActiveGameplayCue"); \ +static_assert(sizeof(FActiveGameplayCue) == 0x000108, "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) == 0x000100, "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_FGameplayAbilityRepAnimMontage \ +static_assert(alignof(FGameplayAbilityRepAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontage) == 0x000040, "Wrong size on FGameplayAbilityRepAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, Animation) == 0x000000, "Member 'FGameplayAbilityRepAnimMontage::Animation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SlotName) == 0x000008, "Member 'FGameplayAbilityRepAnimMontage::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayRate) == 0x000010, "Member 'FGameplayAbilityRepAnimMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, position) == 0x000014, "Member 'FGameplayAbilityRepAnimMontage::position' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendTime) == 0x000018, "Member 'FGameplayAbilityRepAnimMontage::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendOutTime) == 0x00001C, "Member 'FGameplayAbilityRepAnimMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, NextSectionID) == 0x000020, "Member 'FGameplayAbilityRepAnimMontage::NextSectionID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayInstanceId) == 0x000021, "Member 'FGameplayAbilityRepAnimMontage::PlayInstanceId' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PredictionKey) == 0x000028, "Member 'FGameplayAbilityRepAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SectionIdToPlay) == 0x000038, "Member 'FGameplayAbilityRepAnimMontage::SectionIdToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpec \ +static_assert(alignof(FGameplayAbilitySpec) == 0x000008, "Wrong alignment on FGameplayAbilitySpec"); \ +static_assert(sizeof(FGameplayAbilitySpec) == 0x0000F0, "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) == 0x000040, "Member 'FGameplayAbilitySpec::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, DynamicAbilityTags) == 0x000058, "Member 'FGameplayAbilitySpec::DynamicAbilityTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, NonReplicatedInstances) == 0x000078, "Member 'FGameplayAbilitySpec::NonReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ReplicatedInstances) == 0x000088, "Member 'FGameplayAbilitySpec::ReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, GameplayEffectHandle) == 0x000098, "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_FGameplayCuePendingExecute \ +static_assert(alignof(FGameplayCuePendingExecute) == 0x000008, "Wrong alignment on FGameplayCuePendingExecute"); \ +static_assert(sizeof(FGameplayCuePendingExecute) == 0x000188, "Wrong size on FGameplayCuePendingExecute"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PredictionKey) == 0x000018, "Member 'FGameplayCuePendingExecute::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PayloadType) == 0x000028, "Member 'FGameplayCuePendingExecute::PayloadType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, OwningComponent) == 0x000030, "Member 'FGameplayCuePendingExecute::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, FromSpec) == 0x000038, "Member 'FGameplayCuePendingExecute::FromSpec' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, CueParameters) == 0x0000B0, "Member 'FGameplayCuePendingExecute::CueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyActorArray \ +static_assert(alignof(FGameplayCueNotifyActorArray) == 0x000008, "Wrong alignment on FGameplayCueNotifyActorArray"); \ +static_assert(sizeof(FGameplayCueNotifyActorArray) == 0x000010, "Wrong size on FGameplayCueNotifyActorArray"); \ +static_assert(offsetof(FGameplayCueNotifyActorArray, Actors) == 0x000000, "Member 'FGameplayCueNotifyActorArray::Actors' 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, PreallocatedInstances) == 0x000000, "Member 'FPreallocationInfo::PreallocatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FPreallocationInfo, ClassesNeedingPreallocation) == 0x000050, "Member 'FPreallocationInfo::ClassesNeedingPreallocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxyForNetSerializer \ +static_assert(alignof(FMinimalGameplayCueReplicationProxyForNetSerializer) == 0x000008, "Wrong alignment on FMinimalGameplayCueReplicationProxyForNetSerializer"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxyForNetSerializer) == 0x000020, "Wrong size on FMinimalGameplayCueReplicationProxyForNetSerializer"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxyForNetSerializer, Tags) == 0x000000, "Member 'FMinimalGameplayCueReplicationProxyForNetSerializer::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxyForNetSerializer, Locations) == 0x000010, "Member 'FMinimalGameplayCueReplicationProxyForNetSerializer::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMapForNetSerializer \ +static_assert(alignof(FMinimalReplicationTagCountMapForNetSerializer) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMapForNetSerializer"); \ +static_assert(sizeof(FMinimalReplicationTagCountMapForNetSerializer) == 0x000010, "Wrong size on FMinimalReplicationTagCountMapForNetSerializer"); \ +static_assert(offsetof(FMinimalReplicationTagCountMapForNetSerializer, Tags) == 0x000000, "Member 'FMinimalReplicationTagCountMapForNetSerializer::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTriggerData \ +static_assert(alignof(FAbilityTriggerData) == 0x000004, "Wrong alignment on FAbilityTriggerData"); \ +static_assert(sizeof(FAbilityTriggerData) == 0x00000C, "Wrong size on FAbilityTriggerData"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerTag) == 0x000000, "Member 'FAbilityTriggerData::TriggerTag' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerSource) == 0x000008, "Member 'FAbilityTriggerData::TriggerSource' 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_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_FGameplayAbilityTargetData_LocationInfo \ +static_assert(alignof(FGameplayAbilityTargetData_LocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetData_LocationInfo) == 0x000150, "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) == 0x0000B0, "Member 'FGameplayAbilityTargetData_LocationInfo::TargetLocation' 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) == 0x000108, "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) == 0x000100, "Member 'FGameplayAbilityTargetData_SingleTargetHit::bHitReplaced' 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_FGameplayCueTag \ +static_assert(alignof(FGameplayCueTag) == 0x000004, "Wrong alignment on FGameplayCueTag"); \ +static_assert(sizeof(FGameplayCueTag) == 0x000008, "Wrong size on FGameplayCueTag"); \ +static_assert(offsetof(FGameplayCueTag, GameplayCueTag) == 0x000000, "Member 'FGameplayCueTag::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxy \ +static_assert(alignof(FMinimalGameplayCueReplicationProxy) == 0x000010, "Wrong alignment on FMinimalGameplayCueReplicationProxy"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxy) == 0x000350, "Wrong size on FMinimalGameplayCueReplicationProxy"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxy, Owner) == 0x000340, "Member 'FMinimalGameplayCueReplicationProxy::Owner' 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_FGameplayCueNotify_SpawnResult \ +static_assert(alignof(FGameplayCueNotify_SpawnResult) == 0x000008, "Wrong alignment on FGameplayCueNotify_SpawnResult"); \ +static_assert(sizeof(FGameplayCueNotify_SpawnResult) == 0x000058, "Wrong size on FGameplayCueNotify_SpawnResult"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, FxSystemComponents) == 0x000000, "Member 'FGameplayCueNotify_SpawnResult::FxSystemComponents' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, AudioComponents) == 0x000010, "Member 'FGameplayCueNotify_SpawnResult::AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, CameraShakes) == 0x000020, "Member 'FGameplayCueNotify_SpawnResult::CameraShakes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, CameraLensEffects) == 0x000030, "Member 'FGameplayCueNotify_SpawnResult::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, ForceFeedbackComponent) == 0x000040, "Member 'FGameplayCueNotify_SpawnResult::ForceFeedbackComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, ForceFeedbackTargetPC) == 0x000048, "Member 'FGameplayCueNotify_SpawnResult::ForceFeedbackTargetPC' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, DecalComponent) == 0x000050, "Member 'FGameplayCueNotify_SpawnResult::DecalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_DecalInfo \ +static_assert(alignof(FGameplayCueNotify_DecalInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_DecalInfo"); \ +static_assert(sizeof(FGameplayCueNotify_DecalInfo) == 0x0000A8, "Wrong size on FGameplayCueNotify_DecalInfo"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_DecalInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_DecalInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, DecalMaterial) == 0x000078, "Member 'FGameplayCueNotify_DecalInfo::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, DecalSize) == 0x000080, "Member 'FGameplayCueNotify_DecalInfo::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, FadeOutStartDelay) == 0x00009C, "Member 'FGameplayCueNotify_DecalInfo::FadeOutStartDelay' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, FadeOutDuration) == 0x0000A0, "Member 'FGameplayCueNotify_DecalInfo::FadeOutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_BurstEffects \ +static_assert(alignof(FGameplayCueNotify_BurstEffects) == 0x000008, "Wrong alignment on FGameplayCueNotify_BurstEffects"); \ +static_assert(sizeof(FGameplayCueNotify_BurstEffects) == 0x000298, "Wrong size on FGameplayCueNotify_BurstEffects"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstParticles) == 0x000000, "Member 'FGameplayCueNotify_BurstEffects::BurstParticles' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstSounds) == 0x000010, "Member 'FGameplayCueNotify_BurstEffects::BurstSounds' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstCameraShake) == 0x000020, "Member 'FGameplayCueNotify_BurstEffects::BurstCameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstCameraLensEffect) == 0x0000B8, "Member 'FGameplayCueNotify_BurstEffects::BurstCameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstForceFeedback) == 0x000148, "Member 'FGameplayCueNotify_BurstEffects::BurstForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstDevicePropertyEffect) == 0x0001E0, "Member 'FGameplayCueNotify_BurstEffects::BurstDevicePropertyEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstDecal) == 0x0001F0, "Member 'FGameplayCueNotify_BurstEffects::BurstDecal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyData \ +static_assert(alignof(FGameplayCueNotifyData) == 0x000008, "Wrong alignment on FGameplayCueNotifyData"); \ +static_assert(sizeof(FGameplayCueNotifyData) == 0x000038, "Wrong size on FGameplayCueNotifyData"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueTag) == 0x000000, "Member 'FGameplayCueNotifyData::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueNotifyObj) == 0x000008, "Member 'FGameplayCueNotifyData::GameplayCueNotifyObj' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, LoadedGameplayCueClass) == 0x000028, "Member 'FGameplayCueNotifyData::LoadedGameplayCueClass' 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_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_FGameplayCueTranslatorNode \ +static_assert(alignof(FGameplayCueTranslatorNode) == 0x000008, "Wrong alignment on FGameplayCueTranslatorNode"); \ +static_assert(sizeof(FGameplayCueTranslatorNode) == 0x000078, "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) == 0x00001C, "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_FAttributeBasedFloat \ +static_assert(alignof(FAttributeBasedFloat) == 0x000008, "Wrong alignment on FAttributeBasedFloat"); \ +static_assert(sizeof(FAttributeBasedFloat) == 0x000110, "Wrong size on FAttributeBasedFloat"); \ +static_assert(offsetof(FAttributeBasedFloat, Coefficient) == 0x000000, "Member 'FAttributeBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PreMultiplyAdditiveValue) == 0x000028, "Member 'FAttributeBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PostMultiplyAdditiveValue) == 0x000050, "Member 'FAttributeBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, BackingAttribute) == 0x000078, "Member 'FAttributeBasedFloat::BackingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCurve) == 0x0000B8, "Member 'FAttributeBasedFloat::AttributeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCalculationType) == 0x0000C8, "Member 'FAttributeBasedFloat::AttributeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, FinalChannel) == 0x0000C9, "Member 'FAttributeBasedFloat::FinalChannel' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, SourceTagFilter) == 0x0000D0, "Member 'FAttributeBasedFloat::SourceTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, TargetTagFilter) == 0x0000F0, "Member 'FAttributeBasedFloat::TargetTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetByCallerFloat \ +static_assert(alignof(FSetByCallerFloat) == 0x000004, "Wrong alignment on FSetByCallerFloat"); \ +static_assert(sizeof(FSetByCallerFloat) == 0x000010, "Wrong size on FSetByCallerFloat"); \ +static_assert(offsetof(FSetByCallerFloat, DataName) == 0x000000, "Member 'FSetByCallerFloat::DataName' has a wrong offset!"); \ +static_assert(offsetof(FSetByCallerFloat, DataTag) == 0x000008, "Member 'FSetByCallerFloat::DataTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifierMagnitude \ +static_assert(alignof(FGameplayEffectModifierMagnitude) == 0x000008, "Wrong alignment on FGameplayEffectModifierMagnitude"); \ +static_assert(sizeof(FGameplayEffectModifierMagnitude) == 0x0001E0, "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) == 0x000030, "Member 'FGameplayEffectModifierMagnitude::AttributeBasedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, CustomMagnitude) == 0x000140, "Member 'FGameplayEffectModifierMagnitude::CustomMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, SetByCallerMagnitude) == 0x0001D0, "Member 'FGameplayEffectModifierMagnitude::SetByCallerMagnitude' 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_FGameplayEffectExecutionScopedModifierInfo \ +static_assert(alignof(FGameplayEffectExecutionScopedModifierInfo) == 0x000008, "Wrong alignment on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(sizeof(FGameplayEffectExecutionScopedModifierInfo) == 0x000348, "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) == 0x000048, "Member 'FGameplayEffectExecutionScopedModifierInfo::AggregatorType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierOp) == 0x000049, "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) == 0x000230, "Member 'FGameplayEffectExecutionScopedModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, SourceTags) == 0x000238, "Member 'FGameplayEffectExecutionScopedModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TargetTags) == 0x0002C0, "Member 'FGameplayEffectExecutionScopedModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionalGameplayEffect \ +static_assert(alignof(FConditionalGameplayEffect) == 0x000008, "Wrong alignment on FConditionalGameplayEffect"); \ +static_assert(sizeof(FConditionalGameplayEffect) == 0x000028, "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!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionDefinition \ +static_assert(alignof(FGameplayEffectExecutionDefinition) == 0x000008, "Wrong alignment on FGameplayEffectExecutionDefinition"); \ +static_assert(sizeof(FGameplayEffectExecutionDefinition) == 0x000048, "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, ConditionalGameplayEffects) == 0x000038, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierInfo \ +static_assert(alignof(FGameplayModifierInfo) == 0x000008, "Wrong alignment on FGameplayModifierInfo"); \ +static_assert(sizeof(FGameplayModifierInfo) == 0x000338, "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, ModifierMagnitude) == 0x000040, "Member 'FGameplayModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, EvaluationChannelSettings) == 0x000220, "Member 'FGameplayModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, SourceTags) == 0x000228, "Member 'FGameplayModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, TargetTags) == 0x0002B0, "Member 'FGameplayModifierInfo::TargetTags' 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_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_FActiveGameplayEffectQuery \ +static_assert(alignof(FActiveGameplayEffectQuery) == 0x000008, "Wrong alignment on FActiveGameplayEffectQuery"); \ +static_assert(sizeof(FActiveGameplayEffectQuery) == 0x000088, "Wrong size on FActiveGameplayEffectQuery"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectVersion \ +static_assert(alignof(FGameplayEffectVersion) == 0x000001, "Wrong alignment on FGameplayEffectVersion"); \ +static_assert(sizeof(FGameplayEffectVersion) == 0x000001, "Wrong size on FGameplayEffectVersion"); \ + +#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_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_FGameplayEffectContext \ +static_assert(alignof(FGameplayEffectContext) == 0x000008, "Wrong alignment on FGameplayEffectContext"); \ +static_assert(sizeof(FGameplayEffectContext) == 0x000080, "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_FGameplayTagBlueprintPropertyMapping \ +static_assert(alignof(FGameplayTagBlueprintPropertyMapping) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMapping) == 0x000048, "Wrong size on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, TagToMap) == 0x000000, "Member 'FGameplayTagBlueprintPropertyMapping::TagToMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyToEdit) == 0x000008, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyToEdit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyName) == 0x000028, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyGuid) == 0x000030, "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_FGameplayTagReponsePair \ +static_assert(alignof(FGameplayTagReponsePair) == 0x000008, "Wrong alignment on FGameplayTagReponsePair"); \ +static_assert(sizeof(FGameplayTagReponsePair) == 0x000028, "Wrong size on FGameplayTagReponsePair"); \ +static_assert(offsetof(FGameplayTagReponsePair, Tag) == 0x000000, "Member 'FGameplayTagReponsePair::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffect) == 0x000008, "Member 'FGameplayTagReponsePair::ResponseGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffects) == 0x000010, "Member 'FGameplayTagReponsePair::ResponseGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, SoftCountCap) == 0x000020, "Member 'FGameplayTagReponsePair::SoftCountCap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagResponseTableEntry \ +static_assert(alignof(FGameplayTagResponseTableEntry) == 0x000008, "Wrong alignment on FGameplayTagResponseTableEntry"); \ +static_assert(sizeof(FGameplayTagResponseTableEntry) == 0x000050, "Wrong size on FGameplayTagResponseTableEntry"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Positive) == 0x000000, "Member 'FGameplayTagResponseTableEntry::Positive' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Negative) == 0x000028, "Member 'FGameplayTagResponseTableEntry::Negative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueKey \ +static_assert(alignof(FMovieSceneGameplayCueKey) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueKey"); \ +static_assert(sizeof(FMovieSceneGameplayCueKey) == 0x000090, "Wrong size on FMovieSceneGameplayCueKey"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Cue) == 0x000000, "Member 'FMovieSceneGameplayCueKey::Cue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Location) == 0x000008, "Member 'FMovieSceneGameplayCueKey::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Normal) == 0x000020, "Member 'FMovieSceneGameplayCueKey::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AttachSocketName) == 0x000038, "Member 'FMovieSceneGameplayCueKey::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, NormalizedMagnitude) == 0x000040, "Member 'FMovieSceneGameplayCueKey::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Instigator) == 0x000044, "Member 'FMovieSceneGameplayCueKey::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, EffectCauser) == 0x00005C, "Member 'FMovieSceneGameplayCueKey::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, PhysicalMaterial) == 0x000078, "Member 'FMovieSceneGameplayCueKey::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, GameplayEffectLevel) == 0x000080, "Member 'FMovieSceneGameplayCueKey::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AbilityLevel) == 0x000084, "Member 'FMovieSceneGameplayCueKey::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, bAttachToBinding) == 0x000088, "Member 'FMovieSceneGameplayCueKey::bAttachToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueChannel \ +static_assert(alignof(FMovieSceneGameplayCueChannel) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueChannel"); \ +static_assert(sizeof(FMovieSceneGameplayCueChannel) == 0x0000F8, "Wrong size on FMovieSceneGameplayCueChannel"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneGameplayCueChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyValues) == 0x000060, "Member 'FMovieSceneGameplayCueChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontageNetSerializerConfig \ +static_assert(alignof(FGameplayAbilityRepAnimMontageNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontageNetSerializerConfig"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontageNetSerializerConfig) == 0x000010, "Wrong size on FGameplayAbilityRepAnimMontageNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextHandleNetSerializerConfig \ +static_assert(alignof(FGameplayEffectContextHandleNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayEffectContextHandleNetSerializerConfig"); \ +static_assert(sizeof(FGameplayEffectContextHandleNetSerializerConfig) == 0x000028, "Wrong size on FGameplayEffectContextHandleNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextNetSerializerConfig \ +static_assert(alignof(FGameplayEffectContextNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayEffectContextNetSerializerConfig"); \ +static_assert(sizeof(FGameplayEffectContextNetSerializerConfig) == 0x000010, "Wrong size on FGameplayEffectContextNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxyNetSerializerConfig \ +static_assert(alignof(FMinimalGameplayCueReplicationProxyNetSerializerConfig) == 0x000008, "Wrong alignment on FMinimalGameplayCueReplicationProxyNetSerializerConfig"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxyNetSerializerConfig) == 0x000010, "Wrong size on FMinimalGameplayCueReplicationProxyNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMapNetSerializerConfig \ +static_assert(alignof(FMinimalReplicationTagCountMapNetSerializerConfig) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMapNetSerializerConfig"); \ +static_assert(sizeof(FMinimalReplicationTagCountMapNetSerializerConfig) == 0x000010, "Wrong size on FMinimalReplicationTagCountMapNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPredictionKeyNetSerializerConfig \ +static_assert(alignof(FPredictionKeyNetSerializerConfig) == 0x000008, "Wrong alignment on FPredictionKeyNetSerializerConfig"); \ +static_assert(sizeof(FPredictionKeyNetSerializerConfig) == 0x000010, "Wrong size on FPredictionKeyNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync \ +static_assert(alignof(UAbilityAsync) == 0x000008, "Wrong alignment on UAbilityAsync"); \ +static_assert(sizeof(UAbilityAsync) == 0x000038, "Wrong size on UAbilityAsync"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectComponent \ +static_assert(alignof(UGameplayEffectComponent) == 0x000008, "Wrong alignment on UGameplayEffectComponent"); \ +static_assert(sizeof(UGameplayEffectComponent) == 0x000028, "Wrong size on UGameplayEffectComponent"); \ + +#define DUMPER7_ASSERTS_URemoveOtherGameplayEffectComponent \ +static_assert(alignof(URemoveOtherGameplayEffectComponent) == 0x000008, "Wrong alignment on URemoveOtherGameplayEffectComponent"); \ +static_assert(sizeof(URemoveOtherGameplayEffectComponent) == 0x000038, "Wrong size on URemoveOtherGameplayEffectComponent"); \ +static_assert(offsetof(URemoveOtherGameplayEffectComponent, RemoveGameplayEffectQueries) == 0x000028, "Member 'URemoveOtherGameplayEffectComponent::RemoveGameplayEffectQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemDebugHUD \ +static_assert(alignof(AAbilitySystemDebugHUD) == 0x000008, "Wrong alignment on AAbilitySystemDebugHUD"); \ +static_assert(sizeof(AAbilitySystemDebugHUD) == 0x000380, "Wrong size on AAbilitySystemDebugHUD"); \ + +#define DUMPER7_ASSERTS_UGameplayEffect \ +static_assert(alignof(UGameplayEffect) == 0x000008, "Wrong alignment on UGameplayEffect"); \ +static_assert(sizeof(UGameplayEffect) == 0x000A70, "Wrong size on UGameplayEffect"); \ +static_assert(offsetof(UGameplayEffect, DurationPolicy) == 0x000030, "Member 'UGameplayEffect::DurationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, DurationMagnitude) == 0x000038, "Member 'UGameplayEffect::DurationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Period) == 0x000218, "Member 'UGameplayEffect::Period' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bExecutePeriodicEffectOnApplication) == 0x000240, "Member 'UGameplayEffect::bExecutePeriodicEffectOnApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PeriodicInhibitionPolicy) == 0x000241, "Member 'UGameplayEffect::PeriodicInhibitionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Modifiers) == 0x000248, "Member 'UGameplayEffect::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Executions) == 0x000258, "Member 'UGameplayEffect::Executions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ChanceToApplyToTarget) == 0x000268, "Member 'UGameplayEffect::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationRequirements) == 0x000290, "Member 'UGameplayEffect::ApplicationRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ConditionalGameplayEffects) == 0x0002A0, "Member 'UGameplayEffect::ConditionalGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OverflowEffects) == 0x0002B0, "Member 'UGameplayEffect::OverflowEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bDenyOverflowApplication) == 0x0002C0, "Member 'UGameplayEffect::bDenyOverflowApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bClearStackOnOverflow) == 0x0002C1, "Member 'UGameplayEffect::bClearStackOnOverflow' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PrematureExpirationEffectClasses) == 0x0002C8, "Member 'UGameplayEffect::PrematureExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RoutineExpirationEffectClasses) == 0x0002D8, "Member 'UGameplayEffect::RoutineExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bRequireModifierSuccessToTriggerCues) == 0x0002E8, "Member 'UGameplayEffect::bRequireModifierSuccessToTriggerCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bSuppressStackingCues) == 0x0002E9, "Member 'UGameplayEffect::bSuppressStackingCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GameplayCues) == 0x0002F0, "Member 'UGameplayEffect::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, UIData) == 0x000300, "Member 'UGameplayEffect::UIData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableGameplayEffectTags) == 0x000308, "Member 'UGameplayEffect::InheritableGameplayEffectTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableOwnedTagsContainer) == 0x000368, "Member 'UGameplayEffect::InheritableOwnedTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableBlockedAbilityTagsContainer) == 0x0003C8, "Member 'UGameplayEffect::InheritableBlockedAbilityTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OngoingTagRequirements) == 0x000428, "Member 'UGameplayEffect::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationTagRequirements) == 0x0004B0, "Member 'UGameplayEffect::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemovalTagRequirements) == 0x000538, "Member 'UGameplayEffect::RemovalTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectsWithTags) == 0x0005C0, "Member 'UGameplayEffect::RemoveGameplayEffectsWithTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityTags) == 0x000620, "Member 'UGameplayEffect::GrantedApplicationImmunityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityQuery) == 0x0006A8, "Member 'UGameplayEffect::GrantedApplicationImmunityQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectQuery) == 0x000848, "Member 'UGameplayEffect::RemoveGameplayEffectQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackingType) == 0x0009E1, "Member 'UGameplayEffect::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackLimitCount) == 0x0009E4, "Member 'UGameplayEffect::StackLimitCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackDurationRefreshPolicy) == 0x0009E8, "Member 'UGameplayEffect::StackDurationRefreshPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackPeriodResetPolicy) == 0x0009E9, "Member 'UGameplayEffect::StackPeriodResetPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackExpirationPolicy) == 0x0009EA, "Member 'UGameplayEffect::StackExpirationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedAbilities) == 0x0009F0, "Member 'UGameplayEffect::GrantedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GEComponents) == 0x000A60, "Member 'UGameplayEffect::GEComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitiesGameplayEffectComponent \ +static_assert(alignof(UAbilitiesGameplayEffectComponent) == 0x000008, "Wrong alignment on UAbilitiesGameplayEffectComponent"); \ +static_assert(sizeof(UAbilitiesGameplayEffectComponent) == 0x000038, "Wrong size on UAbilitiesGameplayEffectComponent"); \ +static_assert(offsetof(UAbilitiesGameplayEffectComponent, GrantAbilityConfigs) == 0x000028, "Member 'UAbilitiesGameplayEffectComponent::GrantAbilityConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor) == 0x000018, "Wrong size on AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, ReturnValue) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagCountChanged \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagCountChanged) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagCountChanged"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagCountChanged) == 0x000058, "Wrong size on UAbilityAsync_WaitGameplayTagCountChanged"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagCountChanged, TagCountChanged) == 0x000048, "Member 'UAbilityAsync_WaitGameplayTagCountChanged::TagCountChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityActivate \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityActivate) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityActivate"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityActivate) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityActivate"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityActivate, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityActivate::PartialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityCancel \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityCancel) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityCancel"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityCancel) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityCancel"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityCancel, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityCancel::PartialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityGrant \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityGrant) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityGrant"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityGrant) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityGrant"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityGrant, AssetSearchString) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityGrant::AssetSearchString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_EffectApply \ +static_assert(alignof(AbilitySystemCheatManagerExtension_EffectApply) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_EffectApply"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_EffectApply) == 0x000018, "Wrong size on AbilitySystemCheatManagerExtension_EffectApply"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectApply, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_EffectApply::PartialName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectApply, EffectLevel) == 0x000010, "Member 'AbilitySystemCheatManagerExtension_EffectApply::EffectLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_EffectRemove \ +static_assert(alignof(AbilitySystemCheatManagerExtension_EffectRemove) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_EffectRemove"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_EffectRemove) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_EffectRemove"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectRemove, NameOrHandle) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_EffectRemove::NameOrHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemCheatManagerExtension \ +static_assert(alignof(UAbilitySystemCheatManagerExtension) == 0x000008, "Wrong alignment on UAbilitySystemCheatManagerExtension"); \ +static_assert(sizeof(UAbilitySystemCheatManagerExtension) == 0x000028, "Wrong size on UAbilitySystemCheatManagerExtension"); \ + +#define DUMPER7_ASSERTS_UAbilityTask \ +static_assert(alignof(UAbilityTask) == 0x000008, "Wrong alignment on UAbilityTask"); \ +static_assert(sizeof(UAbilityTask) == 0x000080, "Wrong size on UAbilityTask"); \ +static_assert(offsetof(UAbilityTask, Ability) == 0x000068, "Member 'UAbilityTask::Ability' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask, AbilitySystemComponent) == 0x000070, "Member 'UAbilityTask::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy) == 0x000040, "Wrong size on AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, AnimSequence) == 0x000010, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, SlotName) == 0x000018, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, BlendInTime) == 0x000020, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, BlendOutTime) == 0x000024, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, InPlayRate) == 0x000028, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, StartTimeSeconds) == 0x00002C, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, bStopWhenAbilityEnds) == 0x000030, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::bStopWhenAbilityEnds' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, AnimRootMotionTranslationScale) == 0x000034, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, ReturnValue) == 0x000038, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageBlendedIn \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageBlendedIn"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn) == 0x000008, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageBlendedIn"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendedIn::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageBlendingOut \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageBlendingOut"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageBlendingOut"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageEnded \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageEnded"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageEnded"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PlayAnimAndWait \ +static_assert(alignof(UAbilityTask_PlayAnimAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayAnimAndWait"); \ +static_assert(sizeof(UAbilityTask_PlayAnimAndWait) == 0x000130, "Wrong size on UAbilityTask_PlayAnimAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayAnimAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnBlendOut) == 0x000090, "Member 'UAbilityTask_PlayAnimAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnBlendIn) == 0x0000A0, "Member 'UAbilityTask_PlayAnimAndWait::OnBlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnInterrupted) == 0x0000B0, "Member 'UAbilityTask_PlayAnimAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnCancelled) == 0x0000C0, "Member 'UAbilityTask_PlayAnimAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, AnimSequenceToPlay) == 0x000108, "Member 'UAbilityTask_PlayAnimAndWait::AnimSequenceToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange \ +static_assert(alignof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange) == 0x000020, "Wrong size on AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagCountChanged \ +static_assert(alignof(UAbilityTask_WaitGameplayTagCountChanged) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagCountChanged"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagCountChanged) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTagCountChanged"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagCountChanged, TagCountChanged) == 0x000080, "Member 'UAbilityTask_WaitGameplayTagCountChanged::TagCountChanged' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagCountChanged, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayTagCountChanged::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdditionalEffectsGameplayEffectComponent \ +static_assert(alignof(UAdditionalEffectsGameplayEffectComponent) == 0x000008, "Wrong alignment on UAdditionalEffectsGameplayEffectComponent"); \ +static_assert(sizeof(UAdditionalEffectsGameplayEffectComponent) == 0x000070, "Wrong size on UAdditionalEffectsGameplayEffectComponent"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, bOnApplicationCopyDataFromOriginalSpec) == 0x000028, "Member 'UAdditionalEffectsGameplayEffectComponent::bOnApplicationCopyDataFromOriginalSpec' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnApplicationGameplayEffects) == 0x000030, "Member 'UAdditionalEffectsGameplayEffectComponent::OnApplicationGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompleteAlways) == 0x000040, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompleteAlways' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompleteNormal) == 0x000050, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompleteNormal' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompletePrematurely) == 0x000060, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompletePrematurely' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsGameplayEffectComponent \ +static_assert(alignof(UAssetTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UAssetTagsGameplayEffectComponent"); \ +static_assert(sizeof(UAssetTagsGameplayEffectComponent) == 0x000088, "Wrong size on UAssetTagsGameplayEffectComponent"); \ +static_assert(offsetof(UAssetTagsGameplayEffectComponent, InheritableAssetTags) == 0x000028, "Member 'UAssetTagsGameplayEffectComponent::InheritableAssetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlockAbilityTagsGameplayEffectComponent \ +static_assert(alignof(UBlockAbilityTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UBlockAbilityTagsGameplayEffectComponent"); \ +static_assert(sizeof(UBlockAbilityTagsGameplayEffectComponent) == 0x000088, "Wrong size on UBlockAbilityTagsGameplayEffectComponent"); \ +static_assert(offsetof(UBlockAbilityTagsGameplayEffectComponent, InheritableBlockedAbilityTagsContainer) == 0x000028, "Member 'UBlockAbilityTagsGameplayEffectComponent::InheritableBlockedAbilityTagsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChanceToApplyGameplayEffectComponent \ +static_assert(alignof(UChanceToApplyGameplayEffectComponent) == 0x000008, "Wrong alignment on UChanceToApplyGameplayEffectComponent"); \ +static_assert(sizeof(UChanceToApplyGameplayEffectComponent) == 0x000050, "Wrong size on UChanceToApplyGameplayEffectComponent"); \ +static_assert(offsetof(UChanceToApplyGameplayEffectComponent, ChanceToApplyToTarget) == 0x000028, "Member 'UChanceToApplyGameplayEffectComponent::ChanceToApplyToTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomCanApplyGameplayEffectComponent \ +static_assert(alignof(UCustomCanApplyGameplayEffectComponent) == 0x000008, "Wrong alignment on UCustomCanApplyGameplayEffectComponent"); \ +static_assert(sizeof(UCustomCanApplyGameplayEffectComponent) == 0x000038, "Wrong size on UCustomCanApplyGameplayEffectComponent"); \ +static_assert(offsetof(UCustomCanApplyGameplayEffectComponent, ApplicationRequirements) == 0x000028, "Member 'UCustomCanApplyGameplayEffectComponent::ApplicationRequirements' 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) == 0x0000E8, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x000040, "Wrong size on UGameplayCueNotify_Static"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueTag) == 0x000028, "Member 'UGameplayCueNotify_Static::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueName) == 0x000030, "Member 'UGameplayCueNotify_Static::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, IsOverride) == 0x000038, "Member 'UGameplayCueNotify_Static::IsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_UnitTest \ +static_assert(alignof(UGameplayCueNotify_UnitTest) == 0x000008, "Wrong alignment on UGameplayCueNotify_UnitTest"); \ +static_assert(sizeof(UGameplayCueNotify_UnitTest) == 0x000050, "Wrong size on UGameplayCueNotify_UnitTest"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData \ +static_assert(alignof(UGameplayEffectUIData) == 0x000008, "Wrong alignment on UGameplayEffectUIData"); \ +static_assert(sizeof(UGameplayEffectUIData) == 0x000028, "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) == 0x000038, "Wrong size on UGameplayEffectUIData_TextOnly"); \ +static_assert(offsetof(UGameplayEffectUIData_TextOnly, Description) == 0x000028, "Member 'UGameplayEffectUIData_TextOnly::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImmunityGameplayEffectComponent \ +static_assert(alignof(UImmunityGameplayEffectComponent) == 0x000008, "Wrong alignment on UImmunityGameplayEffectComponent"); \ +static_assert(sizeof(UImmunityGameplayEffectComponent) == 0x000038, "Wrong size on UImmunityGameplayEffectComponent"); \ +static_assert(offsetof(UImmunityGameplayEffectComponent, ImmunityQueries) == 0x000028, "Member 'UImmunityGameplayEffectComponent::ImmunityQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetTagRequirementsGameplayEffectComponent \ +static_assert(alignof(UTargetTagRequirementsGameplayEffectComponent) == 0x000008, "Wrong alignment on UTargetTagRequirementsGameplayEffectComponent"); \ +static_assert(sizeof(UTargetTagRequirementsGameplayEffectComponent) == 0x0001C0, "Wrong size on UTargetTagRequirementsGameplayEffectComponent"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, ApplicationTagRequirements) == 0x000028, "Member 'UTargetTagRequirementsGameplayEffectComponent::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, OngoingTagRequirements) == 0x0000B0, "Member 'UTargetTagRequirementsGameplayEffectComponent::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, RemovalTagRequirements) == 0x000138, "Member 'UTargetTagRequirementsGameplayEffectComponent::RemovalTagRequirements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetTagsGameplayEffectComponent \ +static_assert(alignof(UTargetTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UTargetTagsGameplayEffectComponent"); \ +static_assert(sizeof(UTargetTagsGameplayEffectComponent) == 0x000088, "Wrong size on UTargetTagsGameplayEffectComponent"); \ +static_assert(offsetof(UTargetTagsGameplayEffectComponent, InheritableGrantedTagsContainer) == 0x000028, "Member 'UTargetTagsGameplayEffectComponent::InheritableGrantedTagsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged \ +static_assert(alignof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged) == 0x000008, "Wrong alignment on AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged"); \ +static_assert(sizeof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged) == 0x000050, "Wrong size on AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, Attribute) == 0x000008, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, OnlyTriggerOnce) == 0x000040, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, ReturnValue) == 0x000048, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitAttributeChanged \ +static_assert(alignof(UAbilityAsync_WaitAttributeChanged) == 0x000008, "Wrong alignment on UAbilityAsync_WaitAttributeChanged"); \ +static_assert(sizeof(UAbilityAsync_WaitAttributeChanged) == 0x000090, "Wrong size on UAbilityAsync_WaitAttributeChanged"); \ +static_assert(offsetof(UAbilityAsync_WaitAttributeChanged, Changed) == 0x000038, "Member 'UAbilityAsync_WaitAttributeChanged::Changed' has a wrong offset!"); \ + +#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) == 0x000138, "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) == 0x0000A0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TriggerOnce) == 0x000128, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ListenForPeriodicEffect) == 0x000129, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ReturnValue) == 0x000130, "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) == 0x000188, "Wrong size on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEffectApplied, OnApplied) == 0x000038, "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) == 0x000010, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyMatchExact) == 0x000011, "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) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEvent, EventReceived) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEvent::EventReceived' 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) == 0x000050, "Wrong size on UAbilityAsync_WaitGameplayTag"); \ + +#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) == 0x000010, "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) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagAdded, Added) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagAdded::Added' 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) == 0x000010, "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) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagRemoved, Removed) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor) == 0x000060, "Wrong size on AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TagQuery) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TriggerCondition) == 0x000050, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, bOnlyTriggerOnce) == 0x000051, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::bOnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, ReturnValue) == 0x000058, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagQuery \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagQuery"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagQuery) == 0x000108, "Wrong size on UAbilityAsync_WaitGameplayTagQuery"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagQuery, Triggered) == 0x0000F8, "Member 'UAbilityAsync_WaitGameplayTagQuery::Triggered' 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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000008, "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) == 0x000008, "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) == 0x0000B0, "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) == 0x000028, "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) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCue::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, bRemoveOnAbilityEnd) == 0x000020, "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) == 0x0000E8, "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) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueParameter' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, bRemoveOnAbilityEnd) == 0x0000E0, "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) == 0x000020, "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) == 0x000008, "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) == 0x0000E0, "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) == 0x000008, "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) == 0x000008, "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) == 0x0000A0, "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) == 0x0000B0, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x0000B8, "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) == 0x000008, "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) == 0x000058, "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) == 0x000050, "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) == 0x000048, "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) == 0x000058, "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) == 0x000050, "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) == 0x000078, "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) == 0x000048, "Member 'GameplayAbility_K2_CanActivateAbility::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, RelevantTags) == 0x000050, "Member 'GameplayAbility_K2_CanActivateAbility::RelevantTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ReturnValue) == 0x000070, "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) == 0x000100, "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) == 0x000048, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ReturnValue) == 0x0000F8, "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) == 0x0003B0, "Wrong size on UGameplayAbility"); \ +static_assert(offsetof(UGameplayAbility, AbilityTags) == 0x0000A8, "Member 'UGameplayAbility::AbilityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bReplicateInputDirectly) == 0x0000C8, "Member 'UGameplayAbility::bReplicateInputDirectly' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, RemoteInstanceEnded) == 0x0000C9, "Member 'UGameplayAbility::RemoteInstanceEnded' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ReplicationPolicy) == 0x0000CE, "Member 'UGameplayAbility::ReplicationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, InstancingPolicy) == 0x0000CF, "Member 'UGameplayAbility::InstancingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bServerRespectsRemoteAbilityCancellation) == 0x0000D0, "Member 'UGameplayAbility::bServerRespectsRemoteAbilityCancellation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bRetriggerInstancedAbility) == 0x0000D1, "Member 'UGameplayAbility::bRetriggerInstancedAbility' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentActivationInfo) == 0x0000D8, "Member 'UGameplayAbility::CurrentActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentEventData) == 0x0000F0, "Member 'UGameplayAbility::CurrentEventData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetExecutionPolicy) == 0x0001A0, "Member 'UGameplayAbility::NetExecutionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetSecurityPolicy) == 0x0001A1, "Member 'UGameplayAbility::NetSecurityPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CostGameplayEffectClass) == 0x0001A8, "Member 'UGameplayAbility::CostGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, AbilityTriggers) == 0x0001B0, "Member 'UGameplayAbility::AbilityTriggers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CooldownGameplayEffectClass) == 0x0001C0, "Member 'UGameplayAbility::CooldownGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CancelAbilitiesWithTag) == 0x0001C8, "Member 'UGameplayAbility::CancelAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, BlockAbilitiesWithTag) == 0x0001E8, "Member 'UGameplayAbility::BlockAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationOwnedTags) == 0x000208, "Member 'UGameplayAbility::ActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationRequiredTags) == 0x000228, "Member 'UGameplayAbility::ActivationRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationBlockedTags) == 0x000248, "Member 'UGameplayAbility::ActivationBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceRequiredTags) == 0x000268, "Member 'UGameplayAbility::SourceRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceBlockedTags) == 0x000288, "Member 'UGameplayAbility::SourceBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetRequiredTags) == 0x0002A8, "Member 'UGameplayAbility::TargetRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetBlockedTags) == 0x0002C8, "Member 'UGameplayAbility::TargetBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActiveTasks) == 0x000308, "Member 'UGameplayAbility::ActiveTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentMontage) == 0x000328, "Member 'UGameplayAbility::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsActive) == 0x000390, "Member 'UGameplayAbility::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsAbilityEnding) == 0x000391, "Member 'UGameplayAbility::bIsAbilityEnding' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsCancelable) == 0x000392, "Member 'UGameplayAbility::bIsCancelable' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsBlockingOtherAbilities) == 0x000393, "Member 'UGameplayAbility::bIsBlockingOtherAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bMarkPendingKillOnAbilityEnd) == 0x0003A8, "Member 'UGameplayAbility::bMarkPendingKillOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitySet \ +static_assert(alignof(UGameplayAbilitySet) == 0x000008, "Wrong alignment on UGameplayAbilitySet"); \ +static_assert(sizeof(UGameplayAbilitySet) == 0x000040, "Wrong size on UGameplayAbilitySet"); \ +static_assert(offsetof(UGameplayAbilitySet, Abilities) == 0x000030, "Member 'UGameplayAbilitySet::Abilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor \ +static_assert(alignof(AGameplayAbilityTargetActor) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor"); \ +static_assert(sizeof(AGameplayAbilityTargetActor) == 0x0003E0, "Wrong size on AGameplayAbilityTargetActor"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ShouldProduceTargetDataOnServer) == 0x000290, "Member 'AGameplayAbilityTargetActor::ShouldProduceTargetDataOnServer' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, StartLocation) == 0x0002A0, "Member 'AGameplayAbilityTargetActor::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, PrimaryPC) == 0x000370, "Member 'AGameplayAbilityTargetActor::PrimaryPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, OwningAbility) == 0x000378, "Member 'AGameplayAbilityTargetActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDestroyOnConfirmation) == 0x000380, "Member 'AGameplayAbilityTargetActor::bDestroyOnConfirmation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, SourceActor) == 0x000388, "Member 'AGameplayAbilityTargetActor::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleParams) == 0x000390, "Member 'AGameplayAbilityTargetActor::ReticleParams' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleClass) == 0x0003A8, "Member 'AGameplayAbilityTargetActor::ReticleClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, Filter) == 0x0003B0, "Member 'AGameplayAbilityTargetActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDebug) == 0x0003C0, "Member 'AGameplayAbilityTargetActor::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, GenericDelegateBoundASC) == 0x0003D8, "Member 'AGameplayAbilityTargetActor::GenericDelegateBoundASC' 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) == 0x000400, "Wrong size on AGameplayAbilityTargetActor_Trace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, MaxRange) == 0x0003E0, "Member 'AGameplayAbilityTargetActor_Trace::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, TraceProfile) == 0x0003E4, "Member 'AGameplayAbilityTargetActor_Trace::TraceProfile' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bTraceAffectsAimPitch) == 0x0003EC, "Member 'AGameplayAbilityTargetActor_Trace::bTraceAffectsAimPitch' 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) == 0x000420, "Wrong size on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionRadius) == 0x0003F8, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionHeight) == 0x0003FC, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionHeight' 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) == 0x000418, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorMaterial) == 0x000420, "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) == 0x0003F0, "Wrong size on AGameplayAbilityTargetActor_Radius"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Radius, Radius) == 0x0003E0, "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) == 0x000400, "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) == 0x00000C, "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) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamVector \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000008, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000020, "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) == 0x000008, "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) == 0x0002C0, "Wrong size on AGameplayAbilityWorldReticle"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, Parameters) == 0x000290, "Member 'AGameplayAbilityWorldReticle::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bFaceOwnerFlat) == 0x0002A8, "Member 'AGameplayAbilityWorldReticle::bFaceOwnerFlat' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bSnapToTargetedActor) == 0x0002A9, "Member 'AGameplayAbilityWorldReticle::bSnapToTargetedActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetValid) == 0x0002AA, "Member 'AGameplayAbilityWorldReticle::bIsTargetValid' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetAnActor) == 0x0002AB, "Member 'AGameplayAbilityWorldReticle::bIsTargetAnActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, PrimaryPC) == 0x0002B0, "Member 'AGameplayAbilityWorldReticle::PrimaryPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, TargetingActor) == 0x0002B8, "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) == 0x0002D8, "Wrong size on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, CollisionComponent) == 0x0002C0, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, VisualizationComponents) == 0x0002C8, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::VisualizationComponents' 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) == 0x0003B0, "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) == 0x0003E8, "Wrong size on UGameplayAbility_Montage"); \ +static_assert(offsetof(UGameplayAbility_Montage, MontageToPlay) == 0x0003B0, "Member 'UGameplayAbility_Montage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, PlayRate) == 0x0003B8, "Member 'UGameplayAbility_Montage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, SectionName) == 0x0003BC, "Member 'UGameplayAbility_Montage::SectionName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectClassesWhileAnimating) == 0x0003C8, "Member 'UGameplayAbility_Montage::GameplayEffectClassesWhileAnimating' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectsWhileAnimating) == 0x0003D8, "Member 'UGameplayAbility_Montage::GameplayEffectsWhileAnimating' 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) == 0x0000C8, "Wrong size on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, ForceName) == 0x000080, "Member 'UAbilityTask_ApplyRootMotion_Base::ForceName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishVelocityMode) == 0x000088, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishVelocityMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishSetVelocity) == 0x000090, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishSetVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishClampVelocity) == 0x0000A8, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, MovementComponent) == 0x0000B0, "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) == 0x000070, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::WorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Strength_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Duration_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bIsAdditive_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, StrengthOverTime_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, VelocityOnFinishMode) == 0x000040, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, SetVelocityOnFinish) == 0x000048, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ClampVelocityOnFinish) == 0x000060, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bEnableGravity_0) == 0x000064, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bEnableGravity_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ReturnValue) == 0x000068, "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) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, OnFinish) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, WorldDirection) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Strength) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Duration) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bIsAdditive) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, StrengthOverTime) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionConstantForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bEnableGravity) == 0x000108, "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) == 0x000078, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Rotation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Distance_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Height_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Height_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Duration_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, MinimumLandedTriggerTime_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::MinimumLandedTriggerTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, bFinishOnLanded_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::bFinishOnLanded_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, VelocityOnFinishMode) == 0x000039, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, SetVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ClampVelocityOnFinish) == 0x000058, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, PathOffsetCurve_0) == 0x000060, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TimeMappingCurve_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x0000F8, "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) == 0x000130, "Wrong size on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnFinish) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnLanded) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Rotation) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Distance) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Height) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Duration) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, MinimumLandedTriggerTime) == 0x00010C, "Member 'UAbilityTask_ApplyRootMotionJumpForce::MinimumLandedTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, bFinishOnLanded) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionJumpForce::bFinishOnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, PathOffsetCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionJumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, TimeMappingCurve) == 0x000120, "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) == 0x000098, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLocationOffset_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OffsetAlignment_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, Duration_0) == 0x000034, "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) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ClampVelocityOnFinish) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt_0) == 0x000084, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReachedDestinationDistance_0) == 0x000088, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReturnValue) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce) == 0x0000B0, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetComponent_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetComponent_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetComponentRelativeLocation_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetComponentRelativeLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLocationOffset_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, OffsetAlignment_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, Duration_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLerpSpeedHorizontal) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLerpSpeedVertical) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bSetNewMovementMode_0) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, MovementMode) == 0x000061, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bRestrictSpeedToExpected_0) == 0x000062, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, PathOffsetCurve_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TimeMappingCurve_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, VelocityOnFinishMode) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, SetVelocityOnFinish) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ClampVelocityOnFinish) == 0x000098, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bDisableDestinationReachedInterrupt_0) == 0x00009C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ReachedDestinationDistance_0) == 0x0000A0, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ReturnValue) == 0x0000A8, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::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) == 0x0000C0, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataIndex) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetActorIndex) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetActorIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLocationOffset_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OffsetAlignment_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, Duration_0) == 0x00005C, "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) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ClampVelocityOnFinish) == 0x0000A8, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bDisableDestinationReachedInterrupt_0) == 0x0000AC, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReachedDestinationDistance_0) == 0x0000B0, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReturnValue) == 0x0000B8, "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) == 0x000190, "Wrong size on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OnFinished) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, StartLocation) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocation) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetActor) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetComponent) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetComponentRelativeLocation) == 0x000120, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetComponentRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocationOffset) == 0x000138, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OffsetAlignment) == 0x000150, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OffsetAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, Duration) == 0x000154, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt) == 0x000158, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, ReachedDestinationDistance) == 0x00015C, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::ReachedDestinationDistance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bSetNewMovementMode) == 0x000160, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, NewMovementMode) == 0x000161, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected) == 0x000162, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, PathOffsetCurve) == 0x000168, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TimeMappingCurve) == 0x000170, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TimeMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontalCurve) == 0x000178, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontalCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVerticalCurve) == 0x000180, "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) == 0x000068, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, Duration_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bSetNewMovementMode_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, MovementMode) == 0x00002D, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected_0) == 0x00002E, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, PathOffsetCurve_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, VelocityOnFinishMode) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, SetVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ClampVelocityOnFinish) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ReturnValue) == 0x000060, "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) == 0x000130, "Wrong size on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOut) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOutAndDestinationReached) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOutAndDestinationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, StartLocation) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, TargetLocation) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, Duration) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bSetNewMovementMode) == 0x00011C, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, NewMovementMode) == 0x00011D, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected) == 0x00011E, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, PathOffsetCurve) == 0x000120, "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) == 0x0000A0, "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) == 0x000010, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Location_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, LocationActor_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::LocationActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Strength_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Duration_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Radius_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsPush_0) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsPush_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsAdditive_0) == 0x00003D, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bNoZForce_0) == 0x00003E, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bNoZForce_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthDistanceFalloff_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthDistanceFalloff_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthOverTime_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bUseFixedWorldDirection_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bUseFixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, FixedWorldDirection_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::FixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, VelocityOnFinishMode) == 0x000070, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, SetVelocityOnFinish) == 0x000078, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ClampVelocityOnFinish) == 0x000090, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ReturnValue) == 0x000098, "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) == 0x000138, "Wrong size on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, OnFinish) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Location) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, LocationActor) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Strength) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Duration) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Radius) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsPush) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsAdditive) == 0x000105, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bNoZForce) == 0x000106, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthDistanceFalloff) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthOverTime) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bUseFixedWorldDirection) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, FixedWorldDirection) == 0x000120, "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) == 0x000048, "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) == 0x000010, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Duration) == 0x000028, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalInterpolationCurve) == 0x000030, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalVectorInterpolationCurve) == 0x000038, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalVectorInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, ReturnValue) == 0x000040, "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) == 0x0000E8, "Wrong size on UAbilityTask_MoveToLocation"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, OnTargetLocationReached) == 0x000080, "Member 'UAbilityTask_MoveToLocation::OnTargetLocationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, StartLocation) == 0x000098, "Member 'UAbilityTask_MoveToLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, TargetLocation) == 0x0000B0, "Member 'UAbilityTask_MoveToLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, DurationOfMovement) == 0x0000C8, "Member 'UAbilityTask_MoveToLocation::DurationOfMovement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurve) == 0x0000D8, "Member 'UAbilityTask_MoveToLocation::LerpCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurveVector) == 0x0000E0, "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) == 0x000098, "Wrong size on UAbilityTask_NetworkSyncPoint"); \ +static_assert(offsetof(UAbilityTask_NetworkSyncPoint, OnSync) == 0x000080, "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) == 0x000040, "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) == 0x000010, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::MontageToPlay_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, Rate_0) == 0x000018, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::Rate_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartSection_0) == 0x00001C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartSection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bStopWhenAbilityEnds_0) == 0x000024, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bStopWhenAbilityEnds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, AnimRootMotionTranslationScale_0) == 0x000028, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::AnimRootMotionTranslationScale_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartTimeSeconds_0) == 0x00002C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartTimeSeconds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bAllowInterruptAfterBlendOut_0) == 0x000030, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bAllowInterruptAfterBlendOut_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, ReturnValue) == 0x000038, "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) == 0x000108, "Wrong size on UAbilityTask_PlayMontageAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayMontageAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendOut) == 0x000090, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnInterrupted) == 0x0000A0, "Member 'UAbilityTask_PlayMontageAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCancelled) == 0x0000B0, "Member 'UAbilityTask_PlayMontageAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, MontageToPlay) == 0x0000E8, "Member 'UAbilityTask_PlayMontageAndWait::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, Rate) == 0x0000F0, "Member 'UAbilityTask_PlayMontageAndWait::Rate' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartSection) == 0x0000F4, "Member 'UAbilityTask_PlayMontageAndWait::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, AnimRootMotionTranslationScale) == 0x0000FC, "Member 'UAbilityTask_PlayMontageAndWait::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartTimeSeconds) == 0x000100, "Member 'UAbilityTask_PlayMontageAndWait::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bStopWhenAbilityEnds) == 0x000104, "Member 'UAbilityTask_PlayMontageAndWait::bStopWhenAbilityEnds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bAllowInterruptAfterBlendOut) == 0x000105, "Member 'UAbilityTask_PlayMontageAndWait::bAllowInterruptAfterBlendOut' 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) == 0x0000B8, "Wrong size on UAbilityTask_Repeat"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnPerformAction) == 0x000080, "Member 'UAbilityTask_Repeat::OnPerformAction' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnFinished) == 0x000090, "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) == 0x0000C8, "Wrong size on UAbilityTask_SpawnActor"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, Success) == 0x000080, "Member 'UAbilityTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, DidNotSpawn) == 0x000090, "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) == 0x000010, "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) == 0x0000B8, "Wrong size on UAbilityTask_StartAbilityState"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateEnded) == 0x000080, "Member 'UAbilityTask_StartAbilityState::OnStateEnded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateInterrupted) == 0x000090, "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) == 0x000018, "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) == 0x000018, "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) == 0x0000A8, "Wrong size on UAbilityTask_VisualizeTargeting"); \ +static_assert(offsetof(UAbilityTask_VisualizeTargeting, TimeElapsed) == 0x000080, "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) == 0x000028, "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) == 0x000010, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, IncludeTriggeredAbilities) == 0x000018, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, TriggerOnce) == 0x000019, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, ReturnValue) == 0x000020, "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) == 0x0000A0, "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) == 0x000090, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TriggerOnce) == 0x000091, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, ReturnValue) == 0x000098, "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) == 0x000180, "Wrong size on UAbilityTask_WaitAbilityActivate"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityActivate, OnActivate) == 0x000080, "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) == 0x000028, "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) == 0x000010, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithoutTage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, TriggerOnce) == 0x000018, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, ReturnValue) == 0x000020, "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) == 0x0000F8, "Wrong size on UAbilityTask_WaitAbilityCommit"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityCommit, OnCommit) == 0x000080, "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) == 0x000068, "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) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithoutSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OptionalExternalOwner) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, ReturnValue) == 0x000060, "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) == 0x000070, "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) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonType) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonValue) == 0x000054, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, TriggerOnce) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OptionalExternalOwner) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, ReturnValue) == 0x000068, "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) == 0x0000F8, "Wrong size on UAbilityTask_WaitAttributeChange"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, ExternalOwner) == 0x0000F0, "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) == 0x000140, "Wrong size on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, ExternalOwner) == 0x000138, "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) == 0x0000F0, "Wrong size on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, ExternalOwner) == 0x0000E8, "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) == 0x000098, "Wrong size on UAbilityTask_WaitCancel"); \ +static_assert(offsetof(UAbilityTask_WaitCancel, OnCancel) == 0x000080, "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) == 0x0000A0, "Wrong size on UAbilityTask_WaitConfirm"); \ +static_assert(offsetof(UAbilityTask_WaitConfirm, OnConfirm) == 0x000080, "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) == 0x0000A8, "Wrong size on UAbilityTask_WaitConfirmCancel"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirmCancel::OnConfirm' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnCancel) == 0x000090, "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) == 0x000098, "Wrong size on UAbilityTask_WaitDelay"); \ +static_assert(offsetof(UAbilityTask_WaitDelay, OnFinish) == 0x000080, "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) == 0x000248, "Wrong size on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied, ExternalOwner) == 0x000238, "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) == 0x000148, "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) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TriggerOnce) == 0x000128, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OptionalExternalOwner) == 0x000130, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ListenForPeriodicEffect) == 0x000138, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ReturnValue) == 0x000140, "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) == 0x000268, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Self, OnApplied) == 0x000248, "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) == 0x000148, "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) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TriggerOnce) == 0x000128, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OptionalExternalOwner) == 0x000130, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ListenForPeriodicEffects) == 0x000138, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ListenForPeriodicEffects' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ReturnValue) == 0x000140, "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) == 0x000268, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Target, OnApplied) == 0x000248, "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) == 0x000130, "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) == 0x000090, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OptionalExternalTarget) == 0x000118, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OnlyTriggerOnce) == 0x000120, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, ReturnValue) == 0x000128, "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) == 0x0001B8, "Wrong size on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, bLocked) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, ExternalOwner) == 0x0001A8, "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) == 0x000028, "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) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, OnRemoved) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectRemoved::OnRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, InvalidHandle) == 0x000090, "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) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectStackChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, InvalidHandle) == 0x000090, "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) == 0x000028, "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) == 0x000010, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OptionalExternalTarget_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyMatchExact) == 0x000019, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, ReturnValue) == 0x000020, "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) == 0x0000B0, "Wrong size on UAbilityTask_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, EventReceived) == 0x000080, "Member 'UAbilityTask_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, OptionalExternalTarget) == 0x000098, "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) == 0x00000C, "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) == 0x000008, "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) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTag"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTag, OptionalExternalTarget) == 0x000090, "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) == 0x000028, "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) == 0x000010, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, ReturnValue) == 0x000020, "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) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagAdded, Added) == 0x0000A8, "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) == 0x000028, "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) == 0x000010, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, ReturnValue) == 0x000020, "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) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagRemoved, Removed) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery \ +static_assert(alignof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery) == 0x000068, "Wrong size on AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, TagQuery) == 0x000008, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, InOptionalExternalTarget) == 0x000050, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, TriggerCondition) == 0x000058, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::TriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, bOnlyTriggerOnce) == 0x000059, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::bOnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, ReturnValue) == 0x000060, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagQuery_UpdateTargetTags \ +static_assert(alignof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTagQuery_UpdateTargetTags"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags) == 0x00000C, "Wrong size on AbilityTask_WaitGameplayTagQuery_UpdateTargetTags"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTagQuery_UpdateTargetTags::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayTagQuery_UpdateTargetTags::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagQuery \ +static_assert(alignof(UAbilityTask_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagQuery"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagQuery) == 0x000160, "Wrong size on UAbilityTask_WaitGameplayTagQuery"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagQuery, Triggered) == 0x000140, "Member 'UAbilityTask_WaitGameplayTagQuery::Triggered' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagQuery, OptionalExternalTarget) == 0x000150, "Member 'UAbilityTask_WaitGameplayTagQuery::OptionalExternalTarget' 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) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputPress"); \ +static_assert(offsetof(UAbilityTask_WaitInputPress, OnPress) == 0x000080, "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) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputRelease"); \ +static_assert(offsetof(UAbilityTask_WaitInputRelease, OnRelease) == 0x000080, "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) == 0x0000A0, "Wrong size on UAbilityTask_WaitMovementModeChange"); \ +static_assert(offsetof(UAbilityTask_WaitMovementModeChange, OnChange) == 0x000080, "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) == 0x000128, "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) == 0x000030, "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) == 0x000090, "Wrong size on UAbilityTask_WaitOverlap"); \ +static_assert(offsetof(UAbilityTask_WaitOverlap, OnOverlap) == 0x000080, "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) == 0x000010, "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) == 0x000010, "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) == 0x000030, "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) == 0x0000C0, "Wrong size on UAbilityTask_WaitTargetData"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, ValidData) == 0x000080, "Member 'UAbilityTask_WaitTargetData::ValidData' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, Cancelled) == 0x000090, "Member 'UAbilityTask_WaitTargetData::Cancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetClass) == 0x0000A0, "Member 'UAbilityTask_WaitTargetData::TargetClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetActor) == 0x0000A8, "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) == 0x000030, "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) == 0x000020, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::MinimumMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, ReturnValue) == 0x000028, "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) == 0x0000B8, "Wrong size on UAbilityTask_WaitVelocityChange"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, OnVelocityChage) == 0x000080, "Member 'UAbilityTask_WaitVelocityChange::OnVelocityChage' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, CachedMovementComponent) == 0x000090, "Member 'UAbilityTask_WaitVelocityChange::CachedMovementComponent' 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) == 0x000120, "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) == 0x0000F8, "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) == 0x000170, "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) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, ReturnValue) == 0x000140, "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) == 0x000028, "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) == 0x000018, "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) == 0x000028, "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) == 0x000018, "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_AddLooseGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLooseGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLooseGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, bShouldReplicate) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::bShouldReplicate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::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) == 0x000018, "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) == 0x000018, "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) == 0x0001B0, "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) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, RawMagnitude) == 0x0000DC, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectContext) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, MatchedTagName) == 0x0000F8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, OriginalTag) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedSourceTags) == 0x000108, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedTargetTags) == 0x000128, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Location) == 0x000148, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Normal) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Instigator) == 0x000178, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectCauser) == 0x000180, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, SourceObject) == 0x000188, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, PhysicalMaterial) == 0x000190, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, GameplayEffectLevel) == 0x000198, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AbilityLevel) == 0x00019C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, TargetAttachComponent) == 0x0001A0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0001A8, "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) == 0x0001F0, "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) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::SourceTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, TargetTagReqs) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::TargetTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, ReturnValue) == 0x0001E8, "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) == 0x000118, "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) == 0x000110, "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) == 0x000110, "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) == 0x000030, "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) == 0x000030, "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_ActiveGameplayEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000014, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, B) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, B) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::ReturnValue' 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) == 0x0000F0, "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) == 0x0000E8, "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) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, ReturnValue) == 0x0000E0, "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) == 0x0000E0, "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) == 0x0000D8, "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_GetDebugStringFromGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute::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_GetGameplayAbilityFromSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, AbilitySpecHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, bIsInstance) == 0x00000C, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::bIsInstance' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::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) == 0x000100, "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) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, ReturnValue) == 0x0000F8, "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) == 0x000118, "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) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Normal) == 0x0000F8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, ReturnValue) == 0x000110, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectUIData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectUIData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectUIData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, DataType) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::DataType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::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) == 0x0001D0, "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) == 0x0000D8, "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) == 0x000128, "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) == 0x000030, "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) == 0x0000E0, "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) == 0x0000D8, "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) == 0x000140, "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) == 0x0000E0, "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) == 0x0000F0, "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) == 0x0000D8, "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) == 0x000048, "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) == 0x000030, "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) == 0x000090, "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) == 0x000090, "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) == 0x0000E0, "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) == 0x0000D8, "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) == 0x0000E0, "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) == 0x0000D8, "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) == 0x0000E0, "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) == 0x0000D8, "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) == 0x0001B0, "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) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Location) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Normal) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Instigator) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectCauser) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, SourceObject) == 0x0000B0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, PhysicalMaterial) == 0x0000B8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, GameplayEffectLevel) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AbilityLevel) == 0x0000C4, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, TargetAttachComponent) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, ReturnValue) == 0x0000D8, "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_ActiveGameplayEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000014, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, B) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, B) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::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_RemoveLooseGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, bShouldReplicate) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::bShouldReplicate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::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) == 0x0000C0, "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) == 0x000010, "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) == 0x000028, "Wrong size on UAbilitySystemBlueprintLibrary"); \ + +#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_ClearAbility \ +static_assert(alignof(AbilitySystemComponent_ClearAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClearAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClearAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClearAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClearAbility, Handle) == 0x000000, "Member 'AbilitySystemComponent_ClearAbility::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClearAllAbilitiesWithInputID \ +static_assert(alignof(AbilitySystemComponent_ClearAllAbilitiesWithInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClearAllAbilitiesWithInputID"); \ +static_assert(sizeof(AbilitySystemComponent_ClearAllAbilitiesWithInputID) == 0x000004, "Wrong size on AbilitySystemComponent_ClearAllAbilitiesWithInputID"); \ +static_assert(offsetof(AbilitySystemComponent_ClearAllAbilitiesWithInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_ClearAllAbilitiesWithInputID::InputID' 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) == 0x0000C8, "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_GetAllAttributes \ +static_assert(alignof(AbilitySystemComponent_GetAllAttributes) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAllAttributes"); \ +static_assert(sizeof(AbilitySystemComponent_GetAllAttributes) == 0x000010, "Wrong size on AbilitySystemComponent_GetAllAttributes"); \ +static_assert(offsetof(AbilitySystemComponent_GetAllAttributes, OutAttributes) == 0x000000, "Member 'AbilitySystemComponent_GetAllAttributes::OutAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_GiveAbility \ +static_assert(alignof(AbilitySystemComponent_K2_GiveAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_GiveAbility"); \ +static_assert(sizeof(AbilitySystemComponent_K2_GiveAbility) == 0x000018, "Wrong size on AbilitySystemComponent_K2_GiveAbility"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, AbilityClass) == 0x000000, "Member 'AbilitySystemComponent_K2_GiveAbility::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, Level) == 0x000008, "Member 'AbilitySystemComponent_K2_GiveAbility::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, InputID) == 0x00000C, "Member 'AbilitySystemComponent_K2_GiveAbility::InputID' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_K2_GiveAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_GiveAbilityAndActivateOnce \ +static_assert(alignof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_GiveAbilityAndActivateOnce"); \ +static_assert(sizeof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce) == 0x000018, "Wrong size on AbilitySystemComponent_K2_GiveAbilityAndActivateOnce"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, AbilityClass) == 0x000000, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, Level) == 0x000008, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, InputID) == 0x00000C, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::InputID' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::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_NetMulticast_InvokeGameplayCueAdded \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000030, "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) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, EffectContext) == 0x000018, "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) == 0x0000F0, "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) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, Parameters) == 0x000018, "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) == 0x000088, "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) == 0x000078, "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) == 0x0000F0, "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) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000018, "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) == 0x000030, "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) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, EffectContext) == 0x000018, "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) == 0x000088, "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) == 0x000078, "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) == 0x0000F0, "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) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueParameters) == 0x000018, "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) == 0x000108, "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) == 0x000108, "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_OnAvatarActorDestroyed \ +static_assert(alignof(AbilitySystemComponent_OnAvatarActorDestroyed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnAvatarActorDestroyed"); \ +static_assert(sizeof(AbilitySystemComponent_OnAvatarActorDestroyed) == 0x000008, "Wrong size on AbilitySystemComponent_OnAvatarActorDestroyed"); \ +static_assert(offsetof(AbilitySystemComponent_OnAvatarActorDestroyed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnAvatarActorDestroyed::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnOwnerActorDestroyed \ +static_assert(alignof(AbilitySystemComponent_OnOwnerActorDestroyed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnOwnerActorDestroyed"); \ +static_assert(sizeof(AbilitySystemComponent_OnOwnerActorDestroyed) == 0x000008, "Wrong size on AbilitySystemComponent_OnOwnerActorDestroyed"); \ +static_assert(offsetof(AbilitySystemComponent_OnOwnerActorDestroyed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnOwnerActorDestroyed::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnRep_SpawnedAttributes \ +static_assert(alignof(AbilitySystemComponent_OnRep_SpawnedAttributes) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnRep_SpawnedAttributes"); \ +static_assert(sizeof(AbilitySystemComponent_OnRep_SpawnedAttributes) == 0x000010, "Wrong size on AbilitySystemComponent_OnRep_SpawnedAttributes"); \ +static_assert(offsetof(AbilitySystemComponent_OnRep_SpawnedAttributes, PreviousSpawnedAttributes) == 0x000000, "Member 'AbilitySystemComponent_OnRep_SpawnedAttributes::PreviousSpawnedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnSpawnedAttributesEndPlayed \ +static_assert(alignof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnSpawnedAttributesEndPlayed"); \ +static_assert(sizeof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed) == 0x000010, "Wrong size on AbilitySystemComponent_OnSpawnedAttributesEndPlayed"); \ +static_assert(offsetof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnSpawnedAttributesEndPlayed::InActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed, EndPlayReason) == 0x000008, "Member 'AbilitySystemComponent_OnSpawnedAttributesEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_PressInputID \ +static_assert(alignof(AbilitySystemComponent_PressInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_PressInputID"); \ +static_assert(sizeof(AbilitySystemComponent_PressInputID) == 0x000004, "Wrong size on AbilitySystemComponent_PressInputID"); \ +static_assert(offsetof(AbilitySystemComponent_PressInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_PressInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ReleaseInputID \ +static_assert(alignof(AbilitySystemComponent_ReleaseInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_ReleaseInputID"); \ +static_assert(sizeof(AbilitySystemComponent_ReleaseInputID) == 0x000004, "Wrong size on AbilitySystemComponent_ReleaseInputID"); \ +static_assert(offsetof(AbilitySystemComponent_ReleaseInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_ReleaseInputID::InputID' 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) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::ClientAnimation' 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) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientAnimation' 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) == 0x000014, "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, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::ClientAnimation' 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) == 0x000040, "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) == 0x000058, "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) == 0x000048, "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) == 0x0000C8, "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) == 0x0001A0, "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) == 0x000198, "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_TryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_TryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbility) == 0x000008, "Wrong size on AbilitySystemComponent_TryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbility::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, bAllowRemoteActivation) == 0x000004, "Member 'AbilitySystemComponent_TryActivateAbility::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, ReturnValue) == 0x000005, "Member 'AbilitySystemComponent_TryActivateAbility::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_UpdateActiveGameplayEffectSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude) == 0x000004, "Wrong alignment on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude) == 0x000014, "Wrong size on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, SetByCallerTag) == 0x000008, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::SetByCallerTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, NewValue) == 0x000010, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes \ +static_assert(alignof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes) == 0x000008, "Wrong alignment on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes"); \ +static_assert(sizeof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes) == 0x000058, "Wrong size on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes, NewSetByCallerValues) == 0x000008, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes::NewSetByCallerValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesMatchingQuery \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesMatchingQuery"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery) == 0x000058, "Wrong size on AbilitySystemComponent_FindAllAbilitiesMatchingQuery"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesMatchingQuery::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery, Query) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesMatchingQuery::Query' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesWithInputID \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesWithInputID) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesWithInputID"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesWithInputID) == 0x000018, "Wrong size on AbilitySystemComponent_FindAllAbilitiesWithInputID"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithInputID, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesWithInputID::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithInputID, InputID) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesWithInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesWithTags \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesWithTags"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesWithTags) == 0x000038, "Wrong size on AbilitySystemComponent_FindAllAbilitiesWithTags"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, Tags) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, bExactMatch) == 0x000030, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::bExactMatch' 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) == 0x0001A8, "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) == 0x000198, "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_GetAllAbilities \ +static_assert(alignof(AbilitySystemComponent_GetAllAbilities) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAllAbilities"); \ +static_assert(sizeof(AbilitySystemComponent_GetAllAbilities) == 0x000010, "Wrong size on AbilitySystemComponent_GetAllAbilities"); \ +static_assert(offsetof(AbilitySystemComponent_GetAllAbilities, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_GetAllAbilities::OutAbilityHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetAttributeSet \ +static_assert(alignof(AbilitySystemComponent_GetAttributeSet) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAttributeSet"); \ +static_assert(sizeof(AbilitySystemComponent_GetAttributeSet) == 0x000010, "Wrong size on AbilitySystemComponent_GetAttributeSet"); \ +static_assert(offsetof(AbilitySystemComponent_GetAttributeSet, AttributeSetClass) == 0x000000, "Member 'AbilitySystemComponent_GetAttributeSet::AttributeSetClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetAttributeSet, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_GetAttributeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayAttributeValue \ +static_assert(alignof(AbilitySystemComponent_GetGameplayAttributeValue) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayAttributeValue"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayAttributeValue) == 0x000040, "Wrong size on AbilitySystemComponent_GetGameplayAttributeValue"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, Attribute) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, bFound) == 0x000038, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::bFound' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, ReturnValue) == 0x00003C, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::ReturnValue' 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_GetGameplayEffectCount_IfLoaded \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount_IfLoaded"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded) == 0x000038, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount_IfLoaded"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, SoftSourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::SoftSourceGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, OptionalInstigatorFilterComponent) == 0x000028, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::OptionalInstigatorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, bEnforceOnGoingCheck) == 0x000030, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::bEnforceOnGoingCheck' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, ReturnValue) == 0x000034, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::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_GetGameplayTagCount \ +static_assert(alignof(AbilitySystemComponent_GetGameplayTagCount) == 0x000004, "Wrong alignment on AbilitySystemComponent_GetGameplayTagCount"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayTagCount) == 0x00000C, "Wrong size on AbilitySystemComponent_GetGameplayTagCount"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayTagCount, GameplayTag) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayTagCount::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayTagCount, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayTagCount::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) == 0x00000C, "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) == 0x000008, "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) == 0x001248, "Wrong size on UAbilitySystemComponent"); \ +static_assert(offsetof(UAbilitySystemComponent, DefaultStartingData) == 0x000128, "Member 'UAbilitySystemComponent::DefaultStartingData' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AffectedAnimInstanceTag) == 0x000138, "Member 'UAbilitySystemComponent::AffectedAnimInstanceTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OutgoingDuration) == 0x0002E8, "Member 'UAbilitySystemComponent::OutgoingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, IncomingDuration) == 0x0002EC, "Member 'UAbilitySystemComponent::IncomingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ClientDebugStrings) == 0x000310, "Member 'UAbilitySystemComponent::ClientDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ServerDebugStrings) == 0x000320, "Member 'UAbilitySystemComponent::ServerDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, UserAbilityActivationInhibited) == 0x000388, "Member 'UAbilitySystemComponent::UserAbilityActivationInhibited' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicationProxyEnabled) == 0x000389, "Member 'UAbilitySystemComponent::ReplicationProxyEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGrantAbility) == 0x00038A, "Member 'UAbilitySystemComponent::bSuppressGrantAbility' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGameplayCues) == 0x00038B, "Member 'UAbilitySystemComponent::bSuppressGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedTargetActors) == 0x000390, "Member 'UAbilitySystemComponent::SpawnedTargetActors' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OwnerActor) == 0x0003C8, "Member 'UAbilitySystemComponent::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AvatarActor) == 0x0003D0, "Member 'UAbilitySystemComponent::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActivatableAbilities) == 0x0003E8, "Member 'UAbilitySystemComponent::ActivatableAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AllReplicatedInstancedAbilities) == 0x000538, "Member 'UAbilitySystemComponent::AllReplicatedInstancedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, RepAnimMontageInfo) == 0x000768, "Member 'UAbilitySystemComponent::RepAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bCachedIsNetSimulated) == 0x0007A8, "Member 'UAbilitySystemComponent::bCachedIsNetSimulated' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bPendingMontageRep) == 0x0007A9, "Member 'UAbilitySystemComponent::bPendingMontageRep' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, LocalAnimMontageInfo) == 0x0007B0, "Member 'UAbilitySystemComponent::LocalAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayEffects) == 0x000878, "Member 'UAbilitySystemComponent::ActiveGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayCues) == 0x000B78, "Member 'UAbilitySystemComponent::ActiveGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationGameplayCues) == 0x000CA0, "Member 'UAbilitySystemComponent::MinimalReplicationGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, BlockedAbilityBindings) == 0x000EF0, "Member 'UAbilitySystemComponent::BlockedAbilityBindings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationTags) == 0x001028, "Member 'UAbilitySystemComponent::MinimalReplicationTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedAttributes) == 0x001090, "Member 'UAbilitySystemComponent::SpawnedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedLooseTags) == 0x0010B0, "Member 'UAbilitySystemComponent::ReplicatedLooseTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedPredictionKeyMap) == 0x001120, "Member 'UAbilitySystemComponent::ReplicatedPredictionKeyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension \ +static_assert(alignof(UAbilitySystemDebugHUDExtension) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension) == 0x000028, "Wrong size on UAbilitySystemDebugHUDExtension"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_Tags \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_Tags) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_Tags"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_Tags) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_Tags"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_Attributes \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_Attributes) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_Attributes"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_Attributes) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_Attributes"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_BlockedAbilityTags \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_BlockedAbilityTags) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_BlockedAbilityTags"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_BlockedAbilityTags) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_BlockedAbilityTags"); \ + +#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) == 0x000028, "Member 'UAbilitySystemGlobals::AbilitySystemGlobalsClassName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, bUseDebugTargetFromHud) == 0x000070, "Member 'UAbilitySystemGlobals::bUseDebugTargetFromHud' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadTag) == 0x000074, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadName) == 0x00007C, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownTag) == 0x000084, "Member 'UAbilitySystemGlobals::ActivateFailCooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownName) == 0x00008C, "Member 'UAbilitySystemGlobals::ActivateFailCooldownName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostTag) == 0x000094, "Member 'UAbilitySystemGlobals::ActivateFailCostTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostName) == 0x00009C, "Member 'UAbilitySystemGlobals::ActivateFailCostName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedTag) == 0x0000A4, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedName) == 0x0000AC, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingTag) == 0x0000B4, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingName) == 0x0000BC, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingTag) == 0x0000C4, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingName) == 0x0000CC, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, MinimalReplicationTagCountBits) == 0x0000D4, "Member 'UAbilitySystemGlobals::MinimalReplicationTagCountBits' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, TargetDataStructCache) == 0x0000D8, "Member 'UAbilitySystemGlobals::TargetDataStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, EffectContextStructCache) == 0x0000E8, "Member 'UAbilitySystemGlobals::EffectContextStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, bAllowGameplayModEvaluationChannels) == 0x0000F8, "Member 'UAbilitySystemGlobals::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, DefaultGameplayModEvaluationChannel) == 0x0000F9, "Member 'UAbilitySystemGlobals::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayModEvaluationChannelAliases) == 0x0000FC, "Member 'UAbilitySystemGlobals::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTableName) == 0x000150, "Member 'UAbilitySystemGlobals::GlobalCurveTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTable) == 0x000170, "Member 'UAbilitySystemGlobals::GlobalCurveTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTableName) == 0x000178, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTable) == 0x000198, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableName) == 0x0001A0, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableNames) == 0x0001C0, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeDefaultsTables) == 0x0001D0, "Member 'UAbilitySystemGlobals::GlobalAttributeDefaultsTables' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerClass) == 0x0001E0, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerName) == 0x000200, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayCueNotifyPaths) == 0x000220, "Member 'UAbilitySystemGlobals::GameplayCueNotifyPaths' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTableName) == 0x000230, "Member 'UAbilitySystemGlobals::GameplayTagResponseTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTable) == 0x000250, "Member 'UAbilitySystemGlobals::GameplayTagResponseTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, PredictTargetGameplayEffects) == 0x000259, "Member 'UAbilitySystemGlobals::PredictTargetGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ReplicateActivationOwnedTags) == 0x00025A, "Member 'UAbilitySystemGlobals::ReplicateActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManager) == 0x000260, "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) == 0x000030, "Wrong size on UAttributeSet"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemTestAttributeSet \ +static_assert(alignof(UAbilitySystemTestAttributeSet) == 0x000008, "Wrong alignment on UAbilitySystemTestAttributeSet"); \ +static_assert(sizeof(UAbilitySystemTestAttributeSet) == 0x000070, "Wrong size on UAbilitySystemTestAttributeSet"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxHealth) == 0x000030, "Member 'UAbilitySystemTestAttributeSet::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Health) == 0x000034, "Member 'UAbilitySystemTestAttributeSet::Health' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Mana) == 0x000038, "Member 'UAbilitySystemTestAttributeSet::Mana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxMana) == 0x00003C, "Member 'UAbilitySystemTestAttributeSet::MaxMana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Damage) == 0x000040, "Member 'UAbilitySystemTestAttributeSet::Damage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, SpellDamage) == 0x000044, "Member 'UAbilitySystemTestAttributeSet::SpellDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, PhysicalDamage) == 0x000048, "Member 'UAbilitySystemTestAttributeSet::PhysicalDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritChance) == 0x00004C, "Member 'UAbilitySystemTestAttributeSet::CritChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritMultiplier) == 0x000050, "Member 'UAbilitySystemTestAttributeSet::CritMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, ArmorDamageReduction) == 0x000054, "Member 'UAbilitySystemTestAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, DodgeChance) == 0x000058, "Member 'UAbilitySystemTestAttributeSet::DodgeChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, LifeSteal) == 0x00005C, "Member 'UAbilitySystemTestAttributeSet::LifeSteal' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Strength) == 0x000060, "Member 'UAbilitySystemTestAttributeSet::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute1) == 0x000064, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute1' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute2) == 0x000068, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute2' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, NoStackAttribute) == 0x00006C, "Member 'UAbilitySystemTestAttributeSet::NoStackAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemTestPawn \ +static_assert(alignof(AAbilitySystemTestPawn) == 0x000008, "Wrong alignment on AAbilitySystemTestPawn"); \ +static_assert(sizeof(AAbilitySystemTestPawn) == 0x000360, "Wrong size on AAbilitySystemTestPawn"); \ +static_assert(offsetof(AAbilitySystemTestPawn, AbilitySystemComponent) == 0x000358, "Member 'AAbilitySystemTestPawn::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GameplayCue \ +static_assert(alignof(UAnimNotify_GameplayCue) == 0x000008, "Wrong alignment on UAnimNotify_GameplayCue"); \ +static_assert(sizeof(UAnimNotify_GameplayCue) == 0x000040, "Wrong size on UAnimNotify_GameplayCue"); \ +static_assert(offsetof(UAnimNotify_GameplayCue, GameplayCue) == 0x000038, "Member 'UAnimNotify_GameplayCue::GameplayCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GameplayCueState \ +static_assert(alignof(UAnimNotify_GameplayCueState) == 0x000008, "Wrong alignment on UAnimNotify_GameplayCueState"); \ +static_assert(sizeof(UAnimNotify_GameplayCueState) == 0x000040, "Wrong size on UAnimNotify_GameplayCueState"); \ +static_assert(offsetof(UAnimNotify_GameplayCueState, GameplayCue) == 0x000038, "Member 'UAnimNotify_GameplayCueState::GameplayCue' 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_GameplayCueFunctionLibrary_AddGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_AddGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_AddGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_AddGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_AddGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult \ +static_assert(alignof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult) == 0x0001D0, "Wrong size on GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult, HitResult) == 0x000000, "Member 'GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult, ReturnValue) == 0x0000F8, "Member 'GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_RemoveGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_RemoveGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_RemoveGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueFunctionLibrary \ +static_assert(alignof(UGameplayCueFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayCueFunctionLibrary"); \ +static_assert(sizeof(UGameplayCueFunctionLibrary) == 0x000028, "Wrong size on UGameplayCueFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_GameplayCueInterface_BlueprintCustomHandler \ +static_assert(alignof(GameplayCueInterface_BlueprintCustomHandler) == 0x000008, "Wrong alignment on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(sizeof(GameplayCueInterface_BlueprintCustomHandler) == 0x0000E0, "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) == 0x0002C0, "Wrong size on UGameplayCueManager"); \ +static_assert(offsetof(UGameplayCueManager, RuntimeGameplayCueObjectLibrary) == 0x000048, "Member 'UGameplayCueManager::RuntimeGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, EditorGameplayCueObjectLibrary) == 0x000098, "Member 'UGameplayCueManager::EditorGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, LoadedGameplayCueNotifyClasses) == 0x000260, "Member 'UGameplayCueManager::LoadedGameplayCueNotifyClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueClassesForPreallocation) == 0x000270, "Member 'UGameplayCueManager::GameplayCueClassesForPreallocation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PendingExecuteCues) == 0x000280, "Member 'UGameplayCueManager::PendingExecuteCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueSendContextCount) == 0x000290, "Member 'UGameplayCueManager::GameplayCueSendContextCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PreallocationInfoList_Internal) == 0x000298, "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) == 0x0000E8, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x0000E8, "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) == 0x0000E0, "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) == 0x000300, "Wrong size on AGameplayCueNotify_Actor"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoDestroyOnRemove) == 0x000290, "Member 'AGameplayCueNotify_Actor::bAutoDestroyOnRemove' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, AutoDestroyDelay) == 0x000294, "Member 'AGameplayCueNotify_Actor::AutoDestroyDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfTimelineIsStillRunning) == 0x000298, "Member 'AGameplayCueNotify_Actor::WarnIfTimelineIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfLatentActionIsStillRunning) == 0x000299, "Member 'AGameplayCueNotify_Actor::WarnIfLatentActionIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueTag) == 0x00029C, "Member 'AGameplayCueNotify_Actor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueName) == 0x0002A4, "Member 'AGameplayCueNotify_Actor::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoAttachToOwner) == 0x0002AC, "Member 'AGameplayCueNotify_Actor::bAutoAttachToOwner' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, IsOverride) == 0x0002AD, "Member 'AGameplayCueNotify_Actor::IsOverride' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerInstigator) == 0x0002AE, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerInstigator' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerSourceObject) == 0x0002AF, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerSourceObject' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnActiveEvents) == 0x0002B0, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleWhileActiveEvents) == 0x0002B1, "Member 'AGameplayCueNotify_Actor::bAllowMultipleWhileActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, NumPreallocatedInstances) == 0x0002B4, "Member 'AGameplayCueNotify_Actor::NumPreallocatedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Burst_OnBurst \ +static_assert(alignof(GameplayCueNotify_Burst_OnBurst) == 0x000008, "Wrong alignment on GameplayCueNotify_Burst_OnBurst"); \ +static_assert(sizeof(GameplayCueNotify_Burst_OnBurst) == 0x000138, "Wrong size on GameplayCueNotify_Burst_OnBurst"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, Target) == 0x000000, "Member 'GameplayCueNotify_Burst_OnBurst::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, Parameters) == 0x000008, "Member 'GameplayCueNotify_Burst_OnBurst::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Burst_OnBurst::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_Burst \ +static_assert(alignof(UGameplayCueNotify_Burst) == 0x000008, "Wrong alignment on UGameplayCueNotify_Burst"); \ +static_assert(sizeof(UGameplayCueNotify_Burst) == 0x000350, "Wrong size on UGameplayCueNotify_Burst"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, DefaultSpawnCondition) == 0x000040, "Member 'UGameplayCueNotify_Burst::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, DefaultPlacementInfo) == 0x000078, "Member 'UGameplayCueNotify_Burst::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, BurstEffects) == 0x0000B8, "Member 'UGameplayCueNotify_Burst::BurstEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_BurstLatent_OnBurst \ +static_assert(alignof(GameplayCueNotify_BurstLatent_OnBurst) == 0x000008, "Wrong alignment on GameplayCueNotify_BurstLatent_OnBurst"); \ +static_assert(sizeof(GameplayCueNotify_BurstLatent_OnBurst) == 0x000138, "Wrong size on GameplayCueNotify_BurstLatent_OnBurst"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, Target) == 0x000000, "Member 'GameplayCueNotify_BurstLatent_OnBurst::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, Parameters) == 0x000008, "Member 'GameplayCueNotify_BurstLatent_OnBurst::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_BurstLatent_OnBurst::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_BurstLatent \ +static_assert(alignof(AGameplayCueNotify_BurstLatent) == 0x000008, "Wrong alignment on AGameplayCueNotify_BurstLatent"); \ +static_assert(sizeof(AGameplayCueNotify_BurstLatent) == 0x000668, "Wrong size on AGameplayCueNotify_BurstLatent"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, DefaultSpawnCondition) == 0x000300, "Member 'AGameplayCueNotify_BurstLatent::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, DefaultPlacementInfo) == 0x000338, "Member 'AGameplayCueNotify_BurstLatent::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, BurstEffects) == 0x000378, "Member 'AGameplayCueNotify_BurstLatent::BurstEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, BurstSpawnResults) == 0x000610, "Member 'AGameplayCueNotify_BurstLatent::BurstSpawnResults' 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) == 0x000050, "Wrong size on UGameplayCueNotify_HitImpact"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, Sound) == 0x000040, "Member 'UGameplayCueNotify_HitImpact::Sound' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, ParticleSystem) == 0x000048, "Member 'UGameplayCueNotify_HitImpact::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnApplication \ +static_assert(alignof(GameplayCueNotify_Looping_OnApplication) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnApplication"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnApplication) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnApplication"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnApplication::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnApplication::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnApplication::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnLoopingStart \ +static_assert(alignof(GameplayCueNotify_Looping_OnLoopingStart) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnLoopingStart"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnLoopingStart) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnLoopingStart"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnLoopingStart::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnLoopingStart::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnLoopingStart::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnRecurring \ +static_assert(alignof(GameplayCueNotify_Looping_OnRecurring) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnRecurring"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnRecurring) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnRecurring"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnRecurring::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnRecurring::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnRecurring::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnRemoval \ +static_assert(alignof(GameplayCueNotify_Looping_OnRemoval) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnRemoval"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnRemoval) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnRemoval"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnRemoval::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnRemoval::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnRemoval::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_Looping \ +static_assert(alignof(AGameplayCueNotify_Looping) == 0x000008, "Wrong alignment on AGameplayCueNotify_Looping"); \ +static_assert(sizeof(AGameplayCueNotify_Looping) == 0x000E98, "Wrong size on AGameplayCueNotify_Looping"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, DefaultSpawnCondition) == 0x000300, "Member 'AGameplayCueNotify_Looping::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, DefaultPlacementInfo) == 0x000338, "Member 'AGameplayCueNotify_Looping::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, ApplicationEffects) == 0x000378, "Member 'AGameplayCueNotify_Looping::ApplicationEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, ApplicationSpawnResults) == 0x000610, "Member 'AGameplayCueNotify_Looping::ApplicationSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, LoopingEffects) == 0x000668, "Member 'AGameplayCueNotify_Looping::LoopingEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, LoopingSpawnResults) == 0x000858, "Member 'AGameplayCueNotify_Looping::LoopingSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RecurringEffects) == 0x0008B0, "Member 'AGameplayCueNotify_Looping::RecurringEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RecurringSpawnResults) == 0x000B48, "Member 'AGameplayCueNotify_Looping::RecurringSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RemovalEffects) == 0x000BA0, "Member 'AGameplayCueNotify_Looping::RemovalEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RemovalSpawnResults) == 0x000E38, "Member 'AGameplayCueNotify_Looping::RemovalSpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueSet \ +static_assert(alignof(UGameplayCueSet) == 0x000008, "Wrong alignment on UGameplayCueSet"); \ +static_assert(sizeof(UGameplayCueSet) == 0x000090, "Wrong size on UGameplayCueSet"); \ +static_assert(offsetof(UGameplayCueSet, GameplayCueData) == 0x000030, "Member 'UGameplayCueSet::GameplayCueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator \ +static_assert(alignof(UGameplayCueTranslator) == 0x000008, "Wrong alignment on UGameplayCueTranslator"); \ +static_assert(sizeof(UGameplayCueTranslator) == 0x000028, "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) == 0x000028, "Wrong size on UGameplayCueTranslator_Test"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCalculation \ +static_assert(alignof(UGameplayEffectCalculation) == 0x000008, "Wrong alignment on UGameplayEffectCalculation"); \ +static_assert(sizeof(UGameplayEffectCalculation) == 0x000038, "Wrong size on UGameplayEffectCalculation"); \ +static_assert(offsetof(UGameplayEffectCalculation, RelevantAttributesToCapture) == 0x000028, "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) == 0x000028, "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) == 0x000040, "Wrong size on UGameplayEffectExecutionCalculation"); \ +static_assert(offsetof(UGameplayEffectExecutionCalculation, bRequiresPassedInTags) == 0x000038, "Member 'UGameplayEffectExecutionCalculation::bRequiresPassedInTags' 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_GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName) == 0x0002A8, "Wrong size on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, MagnitudeName) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::MagnitudeName' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, ReturnValue) == 0x0002A0, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag) == 0x0002A8, "Wrong size on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, Tag) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, ReturnValue) == 0x0002A0, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceActorTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceActorTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceActorTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceActorTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceActorTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceActorTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceActorTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceActorTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceActorTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceAggregatedTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceAggregatedTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceAggregatedTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceAggregatedTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceAggregatedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceSpecTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceSpecTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceSpecTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceSpecTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceSpecTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceSpecTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceSpecTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceSpecTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceSpecTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetActorTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetActorTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetActorTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetActorTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetActorTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetActorTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetActorTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetActorTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetActorTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetAggregatedTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetAggregatedTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetAggregatedTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetAggregatedTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetAggregatedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetSpecTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetSpecTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetSpecTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetSpecTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetSpecTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetSpecTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetSpecTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetSpecTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetSpecTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude \ +static_assert(alignof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude) == 0x000318, "Wrong size on GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, Attribute) == 0x000298, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, SourceTags) == 0x0002D0, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, TargetTags) == 0x0002F0, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, ReturnValue) == 0x000310, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayModMagnitudeCalculation \ +static_assert(alignof(UGameplayModMagnitudeCalculation) == 0x000008, "Wrong alignment on UGameplayModMagnitudeCalculation"); \ +static_assert(sizeof(UGameplayModMagnitudeCalculation) == 0x000040, "Wrong size on UGameplayModMagnitudeCalculation"); \ +static_assert(offsetof(UGameplayModMagnitudeCalculation, bAllowNonNetAuthorityDependencyRegistration) == 0x000038, "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) == 0x000008, "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) == 0x000230, "Wrong size on UGameplayTagReponseTable"); \ +static_assert(offsetof(UGameplayTagReponseTable, Entries) == 0x000030, "Member 'UGameplayTagReponseTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTriggerSection \ +static_assert(alignof(UMovieSceneGameplayCueTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueTriggerSection) == 0x000200, "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) == 0x000198, "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) == 0x000010, "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_FAxis \ +static_assert(alignof(FAxis) == 0x000008, "Wrong alignment on FAxis"); \ +static_assert(sizeof(FAxis) == 0x000020, "Wrong size on FAxis"); \ +static_assert(offsetof(FAxis, Axis) == 0x000000, "Member 'FAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FAxis, bInLocalSpace) == 0x000018, "Member 'FAxis::bInLocalSpace' 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_FNodeObject \ +static_assert(alignof(FNodeObject) == 0x000004, "Wrong alignment on FNodeObject"); \ +static_assert(sizeof(FNodeObject) == 0x000010, "Wrong size on FNodeObject"); \ +static_assert(offsetof(FNodeObject, Name) == 0x000000, "Member 'FNodeObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FNodeObject, ParentName) == 0x000008, "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_FCCDIKChainLink \ +static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ +static_assert(sizeof(FCCDIKChainLink) == 0x0000E0, "Wrong size on FCCDIKChainLink"); \ + +#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_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_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_FConstraintOffset \ +static_assert(alignof(FConstraintOffset) == 0x000010, "Wrong alignment on FConstraintOffset"); \ +static_assert(sizeof(FConstraintOffset) == 0x0000C0, "Wrong size on FConstraintOffset"); \ +static_assert(offsetof(FConstraintOffset, Translation) == 0x000000, "Member 'FConstraintOffset::Translation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Rotation) == 0x000020, "Member 'FConstraintOffset::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Scale) == 0x000040, "Member 'FConstraintOffset::Scale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Parent) == 0x000060, "Member 'FConstraintOffset::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraint \ +static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ +static_assert(sizeof(FTransformConstraint) == 0x000028, "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) == 0x000018, "Member 'FTransformConstraint::TargetNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, Weight) == 0x000020, "Member 'FTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, bMaintainOffset) == 0x000024, "Member 'FTransformConstraint::bMaintainOffset' has a wrong offset!"); \ + +#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_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_FAimConstraintDescription \ +static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ +static_assert(sizeof(FAimConstraintDescription) == 0x000070, "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) == 0x000030, "Member 'FAimConstraintDescription::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, bUseLookUp) == 0x000050, "Member 'FAimConstraintDescription::bUseLookUp' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUpTarget) == 0x000058, "Member 'FAimConstraintDescription::LookUpTarget' 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) == 0x0000E0, "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) == 0x000080, "Member 'FConstraintData::CurrentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEulerTransform \ +static_assert(alignof(FEulerTransform) == 0x000008, "Wrong alignment on FEulerTransform"); \ +static_assert(sizeof(FEulerTransform) == 0x000048, "Wrong size on FEulerTransform"); \ +static_assert(offsetof(FEulerTransform, Location) == 0x000000, "Member 'FEulerTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Rotation) == 0x000018, "Member 'FEulerTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Scale) == 0x000030, "Member 'FEulerTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFABRIKChainLink \ +static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ +static_assert(sizeof(FFABRIKChainLink) == 0x000050, "Wrong size on FFABRIKChainLink"); \ + +#define DUMPER7_ASSERTS_FTransformNoScale \ +static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ +static_assert(sizeof(FTransformNoScale) == 0x000040, "Wrong size on FTransformNoScale"); \ +static_assert(offsetof(FTransformNoScale, Location) == 0x000000, "Member 'FTransformNoScale::Location' has a wrong offset!"); \ +static_assert(offsetof(FTransformNoScale, Rotation) == 0x000020, "Member 'FTransformNoScale::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationDataSourceRegistry \ +static_assert(alignof(UAnimationDataSourceRegistry) == 0x000008, "Wrong alignment on UAnimationDataSourceRegistry"); \ +static_assert(sizeof(UAnimationDataSourceRegistry) == 0x000078, "Wrong size on UAnimationDataSourceRegistry"); \ +static_assert(offsetof(UAnimationDataSourceRegistry, DataSources) == 0x000028, "Member 'UAnimationDataSourceRegistry::DataSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKey \ +static_assert(alignof(FKey) == 0x000008, "Wrong alignment on FKey"); \ +static_assert(sizeof(FKey) == 0x000018, "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) == 0x000028, "Wrong size on UInputCoreTypes"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_ClampRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_ClampRelationshipLevel) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_ClampRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_ClampRelationshipLevel) == 0x00000C, "Wrong size on BP_RelationshipSystem_C_ClampRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ClampRelationshipLevel, Level) == 0x000000, "Member 'BP_RelationshipSystem_C_ClampRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ClampRelationshipLevel, ClampedLevel) == 0x000004, "Member 'BP_RelationshipSystem_C_ClampRelationshipLevel::ClampedLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ClampRelationshipLevel, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'BP_RelationshipSystem_C_ClampRelationshipLevel::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_DecreaseRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_DecreaseRelationshipLevel) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_DecreaseRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_DecreaseRelationshipLevel) == 0x000010, "Wrong size on BP_RelationshipSystem_C_DecreaseRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_DecreaseRelationshipLevel, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_DecreaseRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_DecreaseRelationshipLevel, Temp_int_Variable) == 0x000004, "Member 'BP_RelationshipSystem_C_DecreaseRelationshipLevel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_DecreaseRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000008, "Member 'BP_RelationshipSystem_C_DecreaseRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_DecreaseRelationshipLevel, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_RelationshipSystem_C_DecreaseRelationshipLevel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetCurrentRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_GetCurrentRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel) == 0x000010, "Wrong size on BP_RelationshipSystem_C_GetCurrentRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel, Level) == 0x000004, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipLevel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipLevel, CallFunc_Map_Find_ReturnValue) == 0x00000C, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipLevel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective \ +static_assert(alignof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective) == 0x000028, "Wrong size on BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective, QuestObjective) == 0x000004, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000014, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective, CallFunc_GetRelationshipQuestObjective_QuestObjective) == 0x000018, "Member 'BP_RelationshipSystem_C_GetCurrentRelationshipQuestObjective::CallFunc_GetRelationshipQuestObjective_QuestObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetMaxRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_GetMaxRelationshipLevel) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_GetMaxRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetMaxRelationshipLevel) == 0x000004, "Wrong size on BP_RelationshipSystem_C_GetMaxRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetMaxRelationshipLevel, MaxRelationshipLevel_0) == 0x000000, "Member 'BP_RelationshipSystem_C_GetMaxRelationshipLevel::MaxRelationshipLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetRelationshipQuestName \ +static_assert(alignof(BP_RelationshipSystem_C_GetRelationshipQuestName) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_GetRelationshipQuestName"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetRelationshipQuestName) == 0x000068, "Wrong size on BP_RelationshipSystem_C_GetRelationshipQuestName"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Quest) == 0x000004, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Quest' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_name_Variable) == 0x00000C, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_name_Variable_1) == 0x000014, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_name_Variable_2) == 0x00001C, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_name_Variable_3) == 0x000024, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_name_Variable_4) == 0x00002C, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, Temp_byte_Variable) == 0x000034, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, CallFunc_CreateQuestIdentifier_ReturnValue) == 0x000038, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::CallFunc_CreateQuestIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, CallFunc_CreateQuestIdentifier_ReturnValue_1) == 0x000040, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::CallFunc_CreateQuestIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, CallFunc_CreateQuestIdentifier_ReturnValue_2) == 0x000048, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::CallFunc_CreateQuestIdentifier_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, CallFunc_CreateQuestIdentifier_ReturnValue_3) == 0x000050, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::CallFunc_CreateQuestIdentifier_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, CallFunc_CreateQuestIdentifier_ReturnValue_4) == 0x000058, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::CallFunc_CreateQuestIdentifier_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestName, K2Node_Select_Default) == 0x000060, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetRelationshipQuestObjective \ +static_assert(alignof(BP_RelationshipSystem_C_GetRelationshipQuestObjective) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_GetRelationshipQuestObjective"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetRelationshipQuestObjective) == 0x000120, "Wrong size on BP_RelationshipSystem_C_GetRelationshipQuestObjective"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, Level) == 0x000004, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, QuestObjective) == 0x000008, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, Temp_wildcard_Variable) == 0x000018, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000080, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_Greater_IntInt_ReturnValue) == 0x000090, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_GetRelationshipQuestObjectives_ObjectiveIndentifiers) == 0x0000F0, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_GetRelationshipQuestObjectives_ObjectiveIndentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjective, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjective::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_GetRelationshipQuestObjectives \ +static_assert(alignof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_GetRelationshipQuestObjectives"); \ +static_assert(sizeof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives) == 0x000030, "Wrong size on BP_RelationshipSystem_C_GetRelationshipQuestObjectives"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjectives::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives, ObjectiveIndentifiers) == 0x000008, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjectives::ObjectiveIndentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives, CallFunc_GetRelationshipQuestName_Quest) == 0x000018, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjectives::CallFunc_GetRelationshipQuestName_Quest' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_GetRelationshipQuestObjectives, CallFunc_GetObjectiveList_ObjectiveIdentifiers) == 0x000020, "Member 'BP_RelationshipSystem_C_GetRelationshipQuestObjectives::CallFunc_GetObjectiveList_ObjectiveIdentifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_IncreaseRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_IncreaseRelationshipLevel) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_IncreaseRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_IncreaseRelationshipLevel) == 0x000010, "Wrong size on BP_RelationshipSystem_C_IncreaseRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IncreaseRelationshipLevel, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_IncreaseRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IncreaseRelationshipLevel, Temp_int_Variable) == 0x000004, "Member 'BP_RelationshipSystem_C_IncreaseRelationshipLevel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IncreaseRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000008, "Member 'BP_RelationshipSystem_C_IncreaseRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IncreaseRelationshipLevel, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_RelationshipSystem_C_IncreaseRelationshipLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_IsRelationshipLevelMaximized \ +static_assert(alignof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_IsRelationshipLevelMaximized"); \ +static_assert(sizeof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized) == 0x000010, "Wrong size on BP_RelationshipSystem_C_IsRelationshipLevelMaximized"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_IsRelationshipLevelMaximized::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized, IsMaximized) == 0x000001, "Member 'BP_RelationshipSystem_C_IsRelationshipLevelMaximized::IsMaximized' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized, CallFunc_GetMaxRelationshipLevel_MaxRelationshipLevel) == 0x000004, "Member 'BP_RelationshipSystem_C_IsRelationshipLevelMaximized::CallFunc_GetMaxRelationshipLevel_MaxRelationshipLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000008, "Member 'BP_RelationshipSystem_C_IsRelationshipLevelMaximized::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_IsRelationshipLevelMaximized, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_RelationshipSystem_C_IsRelationshipLevelMaximized::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_LoadState \ +static_assert(alignof(BP_RelationshipSystem_C_LoadState) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_LoadState"); \ +static_assert(sizeof(BP_RelationshipSystem_C_LoadState) == 0x000080, "Wrong size on BP_RelationshipSystem_C_LoadState"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, RelationshipsLevel_0) == 0x000000, "Member 'BP_RelationshipSystem_C_LoadState::RelationshipsLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_RelationshipSystem_C_LoadState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Map_Find_Value) == 0x00006C, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_RelationshipSystem_C_LoadState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_LoadState, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_RelationshipSystem_C_LoadState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_ProgressRelationshipQuest \ +static_assert(alignof(BP_RelationshipSystem_C_ProgressRelationshipQuest) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_ProgressRelationshipQuest"); \ +static_assert(sizeof(BP_RelationshipSystem_C_ProgressRelationshipQuest) == 0x000030, "Wrong size on BP_RelationshipSystem_C_ProgressRelationshipQuest"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ProgressRelationshipQuest, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_ProgressRelationshipQuest::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ProgressRelationshipQuest, ReturnValue) == 0x000004, "Member 'BP_RelationshipSystem_C_ProgressRelationshipQuest::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ProgressRelationshipQuest, CallFunc_GetQuestSystem_QuestSystem) == 0x000018, "Member 'BP_RelationshipSystem_C_ProgressRelationshipQuest::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ProgressRelationshipQuest, CallFunc_GetCurrentRelationshipQuestObjective_QuestObjective) == 0x000020, "Member 'BP_RelationshipSystem_C_ProgressRelationshipQuest::CallFunc_GetCurrentRelationshipQuestObjective_QuestObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_ResetState \ +static_assert(alignof(BP_RelationshipSystem_C_ResetState) == 0x000004, "Wrong alignment on BP_RelationshipSystem_C_ResetState"); \ +static_assert(sizeof(BP_RelationshipSystem_C_ResetState) == 0x00001C, "Wrong size on BP_RelationshipSystem_C_ResetState"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_MakeLiteralInt_ReturnValue) == 0x000000, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, Temp_int_Variable) == 0x000004, "Member 'BP_RelationshipSystem_C_ResetState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, Temp_int_Variable_1) == 0x000008, "Member 'BP_RelationshipSystem_C_ResetState::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_Conv_IntToByte_ReturnValue) == 0x00000C, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_GetValidValue_ReturnValue) == 0x000014, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000015, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000016, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_Less_IntInt_ReturnValue) == 0x000017, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_ResetState, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'BP_RelationshipSystem_C_ResetState::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_SaveState \ +static_assert(alignof(BP_RelationshipSystem_C_SaveState) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_SaveState"); \ +static_assert(sizeof(BP_RelationshipSystem_C_SaveState) == 0x000050, "Wrong size on BP_RelationshipSystem_C_SaveState"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SaveState, RelationshipsLevel_0) == 0x000000, "Member 'BP_RelationshipSystem_C_SaveState::RelationshipsLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RelationshipSystem_C_SetCurrentRelationshipLevel \ +static_assert(alignof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel) == 0x000008, "Wrong alignment on BP_RelationshipSystem_C_SetCurrentRelationshipLevel"); \ +static_assert(sizeof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel) == 0x0000F8, "Wrong size on BP_RelationshipSystem_C_SetCurrentRelationshipLevel"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, Character) == 0x000000, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, Level) == 0x000004, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, PreviousLevel) == 0x000008, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::PreviousLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_ClampRelationshipLevel_ClampedLevel) == 0x00000C, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_ClampRelationshipLevel_ClampedLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000020, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000038, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level_1) == 0x0000D0, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RelationshipSystem_C_SetCurrentRelationshipLevel, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_RelationshipSystem_C_SetCurrentRelationshipLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RelationshipSystem_C \ +static_assert(alignof(UBP_RelationshipSystem_C) == 0x000008, "Wrong alignment on UBP_RelationshipSystem_C"); \ +static_assert(sizeof(UBP_RelationshipSystem_C) == 0x0000A8, "Wrong size on UBP_RelationshipSystem_C"); \ +static_assert(offsetof(UBP_RelationshipSystem_C, RelationshipsLevel) == 0x000028, "Member 'UBP_RelationshipSystem_C::RelationshipsLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelationshipSystem_C, MaxRelationshipLevel) == 0x000078, "Member 'UBP_RelationshipSystem_C::MaxRelationshipLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelationshipSystem_C, OnRelationshipLevelChanged) == 0x000080, "Member 'UBP_RelationshipSystem_C::OnRelationshipLevelChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelationshipSystem_C, ShouldDispatchModifications) == 0x000090, "Member 'UBP_RelationshipSystem_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UBP_RelationshipSystem_C, OnAnyRelationshipLevelChanged) == 0x000098, "Member 'UBP_RelationshipSystem_C::OnAnyRelationshipLevelChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformSettings \ +static_assert(alignof(FPerPlatformSettings) == 0x000008, "Wrong alignment on FPerPlatformSettings"); \ +static_assert(sizeof(FPerPlatformSettings) == 0x000010, "Wrong size on FPerPlatformSettings"); \ +static_assert(offsetof(FPerPlatformSettings, Settings) == 0x000000, "Member 'FPerPlatformSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformSettingsInstances \ +static_assert(alignof(FPlatformSettingsInstances) == 0x000008, "Wrong alignment on FPlatformSettingsInstances"); \ +static_assert(sizeof(FPlatformSettingsInstances) == 0x000058, "Wrong size on FPlatformSettingsInstances"); \ +static_assert(offsetof(FPlatformSettingsInstances, PlatformInstance) == 0x000000, "Member 'FPlatformSettingsInstances::PlatformInstance' has a wrong offset!"); \ +static_assert(offsetof(FPlatformSettingsInstances, OtherPlatforms) == 0x000008, "Member 'FPlatformSettingsInstances::OtherPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettings \ +static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ +static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettingsBackedByCVars \ +static_assert(alignof(UDeveloperSettingsBackedByCVars) == 0x000008, "Wrong alignment on UDeveloperSettingsBackedByCVars"); \ +static_assert(sizeof(UDeveloperSettingsBackedByCVars) == 0x000038, "Wrong size on UDeveloperSettingsBackedByCVars"); \ + +#define DUMPER7_ASSERTS_UPlatformSettings \ +static_assert(alignof(UPlatformSettings) == 0x000008, "Wrong alignment on UPlatformSettings"); \ +static_assert(sizeof(UPlatformSettings) == 0x000040, "Wrong size on UPlatformSettings"); \ + +#define DUMPER7_ASSERTS_UPlatformSettingsManager \ +static_assert(alignof(UPlatformSettingsManager) == 0x000008, "Wrong alignment on UPlatformSettingsManager"); \ +static_assert(sizeof(UPlatformSettingsManager) == 0x000080, "Wrong size on UPlatformSettingsManager"); \ +static_assert(offsetof(UPlatformSettingsManager, SettingsMap) == 0x000028, "Member 'UPlatformSettingsManager::SettingsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ContextualActions_C_DisableInputs \ +static_assert(alignof(WBP_ContextualActions_C_DisableInputs) == 0x000008, "Wrong alignment on WBP_ContextualActions_C_DisableInputs"); \ +static_assert(sizeof(WBP_ContextualActions_C_DisableInputs) == 0x000038, "Wrong size on WBP_ContextualActions_C_DisableInputs"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ContextualActions_C_DisableInputs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ContextualActions_C_DisableInputs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ContextualActions_C_DisableInputs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, CallFunc_Map_Values_Values) == 0x000010, "Member 'WBP_ContextualActions_C_DisableInputs::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_ContextualActions_C_DisableInputs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ContextualActions_C_DisableInputs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_DisableInputs, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_ContextualActions_C_DisableInputs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions \ +static_assert(alignof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions) == 0x000008, "Wrong alignment on WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions"); \ +static_assert(sizeof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions) == 0x0000D8, "Wrong size on WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, EntryPoint) == 0x000000, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, Temp_class_Variable) == 0x000008, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, Temp_class_Variable_1) == 0x000010, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, Temp_bool_Variable) == 0x000018, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CustomEvent_PromptWidget) == 0x000020, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CustomEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_PlayAnimation_ReturnValue_1) == 0x000050, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CustomEvent_TriggeringInputAction) == 0x000058, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CustomEvent_TriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CustomEvent_ActionTexts) == 0x000068, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CustomEvent_ActionTexts' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CustomEvent_ActionAllowed) == 0x000078, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CustomEvent_ActionAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_CreateDelegate_OutputDelegate_2) == 0x000088, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000AC, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000AD, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_SpawnObject_ReturnValue) == 0x0000C8, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000D0, "Member 'WBP_ContextualActions_C_ExecuteUbergraph_WBP_ContextualActions::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ContextualActions_C_OnPromptClicked \ +static_assert(alignof(WBP_ContextualActions_C_OnPromptClicked) == 0x000008, "Wrong alignment on WBP_ContextualActions_C_OnPromptClicked"); \ +static_assert(sizeof(WBP_ContextualActions_C_OnPromptClicked) == 0x000008, "Wrong size on WBP_ContextualActions_C_OnPromptClicked"); \ +static_assert(offsetof(WBP_ContextualActions_C_OnPromptClicked, PromptWidget) == 0x000000, "Member 'WBP_ContextualActions_C_OnPromptClicked::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ContextualActions_C_SetActionsCommonUI \ +static_assert(alignof(WBP_ContextualActions_C_SetActionsCommonUI) == 0x000008, "Wrong alignment on WBP_ContextualActions_C_SetActionsCommonUI"); \ +static_assert(sizeof(WBP_ContextualActions_C_SetActionsCommonUI) == 0x000030, "Wrong size on WBP_ContextualActions_C_SetActionsCommonUI"); \ +static_assert(offsetof(WBP_ContextualActions_C_SetActionsCommonUI, TriggeringInputAction) == 0x000000, "Member 'WBP_ContextualActions_C_SetActionsCommonUI::TriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_SetActionsCommonUI, ActionTexts) == 0x000010, "Member 'WBP_ContextualActions_C_SetActionsCommonUI::ActionTexts' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContextualActions_C_SetActionsCommonUI, ActionAllowed) == 0x000020, "Member 'WBP_ContextualActions_C_SetActionsCommonUI::ActionAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ContextualActions_C \ +static_assert(alignof(UWBP_ContextualActions_C) == 0x000008, "Wrong alignment on UWBP_ContextualActions_C"); \ +static_assert(sizeof(UWBP_ContextualActions_C) == 0x000398, "Wrong size on UWBP_ContextualActions_C"); \ +static_assert(offsetof(UWBP_ContextualActions_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_ContextualActions_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Anim_FadeIN) == 0x0002E8, "Member 'UWBP_ContextualActions_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Image_Background) == 0x0002F0, "Member 'UWBP_ContextualActions_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Image_Circle_Right) == 0x0002F8, "Member 'UWBP_ContextualActions_C::Image_Circle_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Image_CircleLeft) == 0x000300, "Member 'UWBP_ContextualActions_C::Image_CircleLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Image_Line_Bottom) == 0x000308, "Member 'UWBP_ContextualActions_C::Image_Line_Bottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, Image_Line_Top) == 0x000310, "Member 'UWBP_ContextualActions_C::Image_Line_Top' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, VerticalBox_ActionsContainer) == 0x000318, "Member 'UWBP_ContextualActions_C::VerticalBox_ActionsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, WBP_GM_PromptGeneric) == 0x000320, "Member 'UWBP_ContextualActions_C::WBP_GM_PromptGeneric' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, OnInputActionTriggered) == 0x000328, "Member 'UWBP_ContextualActions_C::OnInputActionTriggered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, CreatedPrompts) == 0x000338, "Member 'UWBP_ContextualActions_C::CreatedPrompts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContextualActions_C, SD_LearnSkill) == 0x000388, "Member 'UWBP_ContextualActions_C::SD_LearnSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputEvent \ +static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ +static_assert(sizeof(FInputEvent) == 0x000020, "Wrong size on FInputEvent"); \ + +#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_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000078, "Wrong size on FPointerEvent"); \ + +#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_FDeprecateSlateVector2D \ +static_assert(alignof(FDeprecateSlateVector2D) == 0x000004, "Wrong alignment on FDeprecateSlateVector2D"); \ +static_assert(sizeof(FDeprecateSlateVector2D) == 0x000008, "Wrong size on FDeprecateSlateVector2D"); \ + +#define DUMPER7_ASSERTS_FSlateColor \ +static_assert(alignof(FSlateColor) == 0x000004, "Wrong alignment on FSlateColor"); \ +static_assert(sizeof(FSlateColor) == 0x000014, "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_FSlateBrushOutlineSettings \ +static_assert(alignof(FSlateBrushOutlineSettings) == 0x000010, "Wrong alignment on FSlateBrushOutlineSettings"); \ +static_assert(sizeof(FSlateBrushOutlineSettings) == 0x000040, "Wrong size on FSlateBrushOutlineSettings"); \ +static_assert(offsetof(FSlateBrushOutlineSettings, CornerRadii) == 0x000000, "Member 'FSlateBrushOutlineSettings::CornerRadii' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrushOutlineSettings, Color) == 0x000020, "Member 'FSlateBrushOutlineSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrushOutlineSettings, Width) == 0x000034, "Member 'FSlateBrushOutlineSettings::Width' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrushOutlineSettings, RoundingType) == 0x000038, "Member 'FSlateBrushOutlineSettings::RoundingType' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrushOutlineSettings, bUseBrushTransparency) == 0x000039, "Member 'FSlateBrushOutlineSettings::bUseBrushTransparency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateBrush \ +static_assert(alignof(FSlateBrush) == 0x000010, "Wrong alignment on FSlateBrush"); \ +static_assert(sizeof(FSlateBrush) == 0x0000D0, "Wrong size on FSlateBrush"); \ +static_assert(offsetof(FSlateBrush, DrawAs) == 0x000011, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Tiling) == 0x000012, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Mirroring) == 0x000013, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageType) == 0x000014, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageSize) == 0x000018, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Margin) == 0x000020, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, TintColor) == 0x000030, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, OutlineSettings) == 0x000050, "Member 'FSlateBrush::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000090, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceName) == 0x000098, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, UVRegion) == 0x0000A0, "Member 'FSlateBrush::UVRegion' 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_FProgressBarStyle \ +static_assert(alignof(FProgressBarStyle) == 0x000010, "Wrong alignment on FProgressBarStyle"); \ +static_assert(sizeof(FProgressBarStyle) == 0x000290, "Wrong size on FProgressBarStyle"); \ +static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000010, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, FillImage) == 0x0000E0, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x0001B0, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, EnableFillAnimation) == 0x000280, "Member 'FProgressBarStyle::EnableFillAnimation' 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, bMiteredCorners) == 0x000004, "Member 'FFontOutlineSettings::bMiteredCorners' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000005, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000006, "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) == 0x000048, "Member 'FSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00004C, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, SkewAmount) == 0x000050, "Member 'FSlateFontInfo::SkewAmount' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, bForceMonospaced) == 0x000055, "Member 'FSlateFontInfo::bForceMonospaced' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, MonospacedWidth) == 0x000058, "Member 'FSlateFontInfo::MonospacedWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextBlockStyle \ +static_assert(alignof(FTextBlockStyle) == 0x000010, "Wrong alignment on FTextBlockStyle"); \ +static_assert(sizeof(FTextBlockStyle) == 0x000340, "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) == 0x00007C, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000084, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x000094, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000A8, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000C0, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000190, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x000260, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, TransformPolicy) == 0x000330, "Member 'FTextBlockStyle::TransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, OverflowPolicy) == 0x000331, "Member 'FTextBlockStyle::OverflowPolicy' 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_FSlateSound \ +static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); \ +static_assert(sizeof(FSlateSound) == 0x000018, "Wrong size on FSlateSound"); \ +static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckBoxStyle \ +static_assert(alignof(FCheckBoxStyle) == 0x000010, "Wrong alignment on FCheckBoxStyle"); \ +static_assert(sizeof(FCheckBoxStyle) == 0x000AD0, "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) == 0x0000E0, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x0001B0, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x000280, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000350, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x000420, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x0004F0, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0005C0, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000690, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, Padding) == 0x000760, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundImage) == 0x000770, "Member 'FCheckBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundHoveredImage) == 0x000840, "Member 'FCheckBoxStyle::BackgroundHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundPressedImage) == 0x000910, "Member 'FCheckBoxStyle::BackgroundPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x0009E0, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredForeground) == 0x0009F4, "Member 'FCheckBoxStyle::HoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, PressedForeground) == 0x000A08, "Member 'FCheckBoxStyle::PressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedForeground) == 0x000A1C, "Member 'FCheckBoxStyle::CheckedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredForeground) == 0x000A30, "Member 'FCheckBoxStyle::CheckedHoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedForeground) == 0x000A44, "Member 'FCheckBoxStyle::CheckedPressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedForeground) == 0x000A58, "Member 'FCheckBoxStyle::UndeterminedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000A6C, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000A80, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000A98, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000AB0, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSegmentedControlStyle \ +static_assert(alignof(FSegmentedControlStyle) == 0x000010, "Wrong alignment on FSegmentedControlStyle"); \ +static_assert(sizeof(FSegmentedControlStyle) == 0x002160, "Wrong size on FSegmentedControlStyle"); \ +static_assert(offsetof(FSegmentedControlStyle, ControlStyle) == 0x000010, "Member 'FSegmentedControlStyle::ControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, FirstControlStyle) == 0x000AE0, "Member 'FSegmentedControlStyle::FirstControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, LastControlStyle) == 0x0015B0, "Member 'FSegmentedControlStyle::LastControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, BackgroundBrush) == 0x002080, "Member 'FSegmentedControlStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, UniformPadding) == 0x002150, "Member 'FSegmentedControlStyle::UniformPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontData \ +static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ +static_assert(sizeof(FFontData) == 0x000028, "Wrong size on FFontData"); \ +static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ +static_assert(offsetof(FFontData, Hinting) == 0x000014, "Member 'FFontData::Hinting' has a wrong offset!"); \ +static_assert(offsetof(FFontData, LoadingPolicy) == 0x000015, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(FFontData, SubFaceIndex) == 0x000018, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FFontData, FontFaceAsset) == 0x000020, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ + +#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) == 0x000008, "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_FScrollBarStyle \ +static_assert(alignof(FScrollBarStyle) == 0x000010, "Wrong alignment on FScrollBarStyle"); \ +static_assert(sizeof(FScrollBarStyle) == 0x000770, "Wrong size on FScrollBarStyle"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBackgroundImage) == 0x000010, "Member 'FScrollBarStyle::HorizontalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBackgroundImage) == 0x0000E0, "Member 'FScrollBarStyle::VerticalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalTopSlotImage) == 0x0001B0, "Member 'FScrollBarStyle::VerticalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalTopSlotImage) == 0x000280, "Member 'FScrollBarStyle::HorizontalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBottomSlotImage) == 0x000350, "Member 'FScrollBarStyle::VerticalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBottomSlotImage) == 0x000420, "Member 'FScrollBarStyle::HorizontalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, NormalThumbImage) == 0x0004F0, "Member 'FScrollBarStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HoveredThumbImage) == 0x0005C0, "Member 'FScrollBarStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, DraggedThumbImage) == 0x000690, "Member 'FScrollBarStyle::DraggedThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, Thickness) == 0x000760, "Member 'FScrollBarStyle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, bIsOnLeftSide) == 0x000764, "Member 'FScrollBarStyle::bIsOnLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableRowStyle \ +static_assert(alignof(FTableRowStyle) == 0x000010, "Wrong alignment on FTableRowStyle"); \ +static_assert(sizeof(FTableRowStyle) == 0x000D50, "Wrong size on FTableRowStyle"); \ +static_assert(offsetof(FTableRowStyle, SelectorFocusedBrush) == 0x000010, "Member 'FTableRowStyle::SelectorFocusedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHoveredBrush) == 0x0000E0, "Member 'FTableRowStyle::ActiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveBrush) == 0x0001B0, "Member 'FTableRowStyle::ActiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHoveredBrush) == 0x000280, "Member 'FTableRowStyle::InactiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveBrush) == 0x000350, "Member 'FTableRowStyle::InactiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, bUseParentRowBrush) == 0x000420, "Member 'FTableRowStyle::bUseParentRowBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ParentRowBackgroundBrush) == 0x000430, "Member 'FTableRowStyle::ParentRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ParentRowBackgroundHoveredBrush) == 0x000500, "Member 'FTableRowStyle::ParentRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundHoveredBrush) == 0x0005D0, "Member 'FTableRowStyle::EvenRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundBrush) == 0x0006A0, "Member 'FTableRowStyle::EvenRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundHoveredBrush) == 0x000770, "Member 'FTableRowStyle::OddRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundBrush) == 0x000840, "Member 'FTableRowStyle::OddRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, TextColor) == 0x000910, "Member 'FTableRowStyle::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, SelectedTextColor) == 0x000924, "Member 'FTableRowStyle::SelectedTextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Above) == 0x000940, "Member 'FTableRowStyle::DropIndicator_Above' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Onto) == 0x000A10, "Member 'FTableRowStyle::DropIndicator_Onto' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000AE0, "Member 'FTableRowStyle::DropIndicator_Below' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x000BB0, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x000C80, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FButtonStyle \ +static_assert(alignof(FButtonStyle) == 0x000010, "Wrong alignment on FButtonStyle"); \ +static_assert(sizeof(FButtonStyle) == 0x0003F0, "Wrong size on FButtonStyle"); \ +static_assert(offsetof(FButtonStyle, Normal) == 0x000010, "Member 'FButtonStyle::Normal' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Hovered) == 0x0000E0, "Member 'FButtonStyle::Hovered' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Pressed) == 0x0001B0, "Member 'FButtonStyle::Pressed' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Disabled) == 0x000280, "Member 'FButtonStyle::Disabled' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, NormalForeground) == 0x000350, "Member 'FButtonStyle::NormalForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, HoveredForeground) == 0x000364, "Member 'FButtonStyle::HoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedForeground) == 0x000378, "Member 'FButtonStyle::PressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, DisabledForeground) == 0x00038C, "Member 'FButtonStyle::DisabledForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, NormalPadding) == 0x0003A0, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedPadding) == 0x0003B0, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x0003C0, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x0003D8, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboButtonStyle \ +static_assert(alignof(FComboButtonStyle) == 0x000010, "Wrong alignment on FComboButtonStyle"); \ +static_assert(sizeof(FComboButtonStyle) == 0x000600, "Wrong size on FComboButtonStyle"); \ +static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000010, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x000400, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x0004D0, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x0004D8, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x0004F0, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0005C0, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ContentPadding) == 0x0005D0, "Member 'FComboButtonStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowPadding) == 0x0005E0, "Member 'FComboButtonStyle::DownArrowPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowAlign) == 0x0005F0, "Member 'FComboButtonStyle::DownArrowAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboBoxStyle \ +static_assert(alignof(FComboBoxStyle) == 0x000010, "Wrong alignment on FComboBoxStyle"); \ +static_assert(sizeof(FComboBoxStyle) == 0x000660, "Wrong size on FComboBoxStyle"); \ +static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000010, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x000610, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x000628, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, ContentPadding) == 0x000640, "Member 'FComboBoxStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, MenuRowPadding) == 0x000650, "Member 'FComboBoxStyle::MenuRowPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationEvent \ +static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ +static_assert(sizeof(FNavigationEvent) == 0x000028, "Wrong size on FNavigationEvent"); \ + +#define DUMPER7_ASSERTS_FFontSdfSettings \ +static_assert(alignof(FFontSdfSettings) == 0x000004, "Wrong alignment on FFontSdfSettings"); \ +static_assert(sizeof(FFontSdfSettings) == 0x000004, "Wrong size on FFontSdfSettings"); \ +static_assert(offsetof(FFontSdfSettings, BasePpem) == 0x000000, "Member 'FFontSdfSettings::BasePpem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableViewStyle \ +static_assert(alignof(FTableViewStyle) == 0x000010, "Wrong alignment on FTableViewStyle"); \ +static_assert(sizeof(FTableViewStyle) == 0x0000E0, "Wrong size on FTableViewStyle"); \ +static_assert(offsetof(FTableViewStyle, BackgroundBrush) == 0x000010, "Member 'FTableViewStyle::BackgroundBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliderStyle \ +static_assert(alignof(FSliderStyle) == 0x000010, "Wrong alignment on FSliderStyle"); \ +static_assert(sizeof(FSliderStyle) == 0x000500, "Wrong size on FSliderStyle"); \ +static_assert(offsetof(FSliderStyle, NormalBarImage) == 0x000010, "Member 'FSliderStyle::NormalBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredBarImage) == 0x0000E0, "Member 'FSliderStyle::HoveredBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledBarImage) == 0x0001B0, "Member 'FSliderStyle::DisabledBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, NormalThumbImage) == 0x000280, "Member 'FSliderStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredThumbImage) == 0x000350, "Member 'FSliderStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledThumbImage) == 0x000420, "Member 'FSliderStyle::DisabledThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, BarThickness) == 0x0004F0, "Member 'FSliderStyle::BarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextStyle \ +static_assert(alignof(FEditableTextStyle) == 0x000010, "Wrong alignment on FEditableTextStyle"); \ +static_assert(sizeof(FEditableTextStyle) == 0x0002F0, "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) == 0x000080, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000150, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000220, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandableAreaStyle \ +static_assert(alignof(FExpandableAreaStyle) == 0x000010, "Wrong alignment on FExpandableAreaStyle"); \ +static_assert(sizeof(FExpandableAreaStyle) == 0x0001C0, "Wrong size on FExpandableAreaStyle"); \ +static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000010, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x0000E0, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x0001B0, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterEvent \ +static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ +static_assert(sizeof(FCharacterEvent) == 0x000028, "Wrong size on FCharacterEvent"); \ + +#define DUMPER7_ASSERTS_FEditableTextBoxStyle \ +static_assert(alignof(FEditableTextBoxStyle) == 0x000010, "Wrong alignment on FEditableTextBoxStyle"); \ +static_assert(sizeof(FEditableTextBoxStyle) == 0x000E80, "Wrong size on FEditableTextBoxStyle"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageNormal) == 0x000010, "Member 'FEditableTextBoxStyle::BackgroundImageNormal' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageHovered) == 0x0000E0, "Member 'FEditableTextBoxStyle::BackgroundImageHovered' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageFocused) == 0x0001B0, "Member 'FEditableTextBoxStyle::BackgroundImageFocused' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageReadOnly) == 0x000280, "Member 'FEditableTextBoxStyle::BackgroundImageReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, Padding) == 0x000350, "Member 'FEditableTextBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, TextStyle) == 0x000360, "Member 'FEditableTextBoxStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x0006A0, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0006B4, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x0006C8, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, FocusedForegroundColor) == 0x0006DC, "Member 'FEditableTextBoxStyle::FocusedForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x0006F0, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000700, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000710, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpinBoxStyle \ +static_assert(alignof(FSpinBoxStyle) == 0x000010, "Wrong alignment on FSpinBoxStyle"); \ +static_assert(sizeof(FSpinBoxStyle) == 0x000600, "Wrong size on FSpinBoxStyle"); \ +static_assert(offsetof(FSpinBoxStyle, BackgroundBrush) == 0x000010, "Member 'FSpinBoxStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ActiveBackgroundBrush) == 0x0000E0, "Member 'FSpinBoxStyle::ActiveBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, HoveredBackgroundBrush) == 0x0001B0, "Member 'FSpinBoxStyle::HoveredBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ActiveFillBrush) == 0x000280, "Member 'FSpinBoxStyle::ActiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, HoveredFillBrush) == 0x000350, "Member 'FSpinBoxStyle::HoveredFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, InactiveFillBrush) == 0x000420, "Member 'FSpinBoxStyle::InactiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ArrowsImage) == 0x0004F0, "Member 'FSpinBoxStyle::ArrowsImage' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ForegroundColor) == 0x0005C0, "Member 'FSpinBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, TextPadding) == 0x0005D4, "Member 'FSpinBoxStyle::TextPadding' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, InsetPadding) == 0x0005E4, "Member 'FSpinBoxStyle::InsetPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000010, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x0011D0, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000010, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000E90, "Member 'FInlineEditableTextBlockStyle::TextStyle' 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_FToolBarStyle \ +static_assert(alignof(FToolBarStyle) == 0x000010, "Wrong alignment on FToolBarStyle"); \ +static_assert(sizeof(FToolBarStyle) == 0x003E90, "Wrong size on FToolBarStyle"); \ +static_assert(offsetof(FToolBarStyle, BackgroundBrush) == 0x000010, "Member 'FToolBarStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ExpandBrush) == 0x0000E0, "Member 'FToolBarStyle::ExpandBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorBrush) == 0x0001B0, "Member 'FToolBarStyle::SeparatorBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, LabelStyle) == 0x000280, "Member 'FToolBarStyle::LabelStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, EditableTextStyle) == 0x0005C0, "Member 'FToolBarStyle::EditableTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ToggleButton) == 0x001440, "Member 'FToolBarStyle::ToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonStyle) == 0x001F10, "Member 'FToolBarStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsButtonStyle) == 0x002510, "Member 'FToolBarStyle::SettingsButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsComboButton) == 0x002900, "Member 'FToolBarStyle::SettingsComboButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsToggleButton) == 0x002F00, "Member 'FToolBarStyle::SettingsToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonStyle) == 0x0039D0, "Member 'FToolBarStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, LabelPadding) == 0x003DC0, "Member 'FToolBarStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, UniformBlockWidth) == 0x003DD0, "Member 'FToolBarStyle::UniformBlockWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, UniformBlockHeight) == 0x003DD4, "Member 'FToolBarStyle::UniformBlockHeight' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, NumColumns) == 0x003DD8, "Member 'FToolBarStyle::NumColumns' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPadding) == 0x003DDC, "Member 'FToolBarStyle::IconPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorPadding) == 0x003DEC, "Member 'FToolBarStyle::SeparatorPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonPadding) == 0x003DFC, "Member 'FToolBarStyle::ComboButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonPadding) == 0x003E0C, "Member 'FToolBarStyle::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, CheckBoxPadding) == 0x003E1C, "Member 'FToolBarStyle::CheckBoxPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BlockPadding) == 0x003E2C, "Member 'FToolBarStyle::BlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IndentedBlockPadding) == 0x003E3C, "Member 'FToolBarStyle::IndentedBlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BackgroundPadding) == 0x003E4C, "Member 'FToolBarStyle::BackgroundPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconSize) == 0x003E5C, "Member 'FToolBarStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, bShowLabels) == 0x003E64, "Member 'FToolBarStyle::bShowLabels' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonContentMaxWidth) == 0x003E68, "Member 'FToolBarStyle::ButtonContentMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonContentFillWidth) == 0x003E6C, "Member 'FToolBarStyle::ButtonContentFillWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPaddingWithVisibleLabel) == 0x003E70, "Member 'FToolBarStyle::IconPaddingWithVisibleLabel' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPaddingWithCollapsedLabel) == 0x003E80, "Member 'FToolBarStyle::IconPaddingWithCollapsedLabel' 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_FMotionEvent \ +static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ +static_assert(sizeof(FMotionEvent) == 0x000080, "Wrong size on FMotionEvent"); \ + +#define DUMPER7_ASSERTS_FCompositeFont \ +static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ +static_assert(sizeof(FCompositeFont) == 0x000040, "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!"); \ +static_assert(offsetof(FCompositeFont, bEnableAscentDescentOverride) == 0x000038, "Member 'FCompositeFont::bEnableAscentDescentOverride' 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_FHyperlinkStyle \ +static_assert(alignof(FHyperlinkStyle) == 0x000010, "Wrong alignment on FHyperlinkStyle"); \ +static_assert(sizeof(FHyperlinkStyle) == 0x000750, "Wrong size on FHyperlinkStyle"); \ +static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000010, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x000400, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, Padding) == 0x000740, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSearchBoxStyle \ +static_assert(alignof(FSearchBoxStyle) == 0x000010, "Wrong alignment on FSearchBoxStyle"); \ +static_assert(sizeof(FSearchBoxStyle) == 0x001250, "Wrong size on FSearchBoxStyle"); \ +static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000010, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000E90, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x000EF0, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x000FC0, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x001090, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x001160, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x001230, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x001240, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignSearchResultButtons) == 0x001241, "Member 'FSearchBoxStyle::bLeftAlignSearchResultButtons' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignGlassImageAndClearButton) == 0x001242, "Member 'FSearchBoxStyle::bLeftAlignGlassImageAndClearButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeControlStyle \ +static_assert(alignof(FVolumeControlStyle) == 0x000010, "Wrong alignment on FVolumeControlStyle"); \ +static_assert(sizeof(FVolumeControlStyle) == 0x000920, "Wrong size on FVolumeControlStyle"); \ +static_assert(offsetof(FVolumeControlStyle, SliderStyle) == 0x000010, "Member 'FVolumeControlStyle::SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, HighVolumeImage) == 0x000510, "Member 'FVolumeControlStyle::HighVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MidVolumeImage) == 0x0005E0, "Member 'FVolumeControlStyle::MidVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, LowVolumeImage) == 0x0006B0, "Member 'FVolumeControlStyle::LowVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, NoVolumeImage) == 0x000780, "Member 'FVolumeControlStyle::NoVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MutedImage) == 0x000850, "Member 'FVolumeControlStyle::MutedImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineTextImageStyle \ +static_assert(alignof(FInlineTextImageStyle) == 0x000010, "Wrong alignment on FInlineTextImageStyle"); \ +static_assert(sizeof(FInlineTextImageStyle) == 0x0000F0, "Wrong size on FInlineTextImageStyle"); \ +static_assert(offsetof(FInlineTextImageStyle, Image) == 0x000010, "Member 'FInlineTextImageStyle::Image' has a wrong offset!"); \ +static_assert(offsetof(FInlineTextImageStyle, Baseline) == 0x0000E0, "Member 'FInlineTextImageStyle::Baseline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplitterStyle \ +static_assert(alignof(FSplitterStyle) == 0x000010, "Wrong alignment on FSplitterStyle"); \ +static_assert(sizeof(FSplitterStyle) == 0x0001B0, "Wrong size on FSplitterStyle"); \ +static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000010, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x0000E0, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ +static_assert(alignof(FTableColumnHeaderStyle) == 0x000010, "Wrong alignment on FTableColumnHeaderStyle"); \ +static_assert(sizeof(FTableColumnHeaderStyle) == 0x000760, "Wrong size on FTableColumnHeaderStyle"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000010, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x0000E0, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x0001B0, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x000280, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000350, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x000420, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x0004F0, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0005C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000690, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeaderRowStyle \ +static_assert(alignof(FHeaderRowStyle) == 0x000010, "Wrong alignment on FHeaderRowStyle"); \ +static_assert(sizeof(FHeaderRowStyle) == 0x001260, "Wrong size on FHeaderRowStyle"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnStyle) == 0x000010, "Member 'FHeaderRowStyle::ColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, LastColumnStyle) == 0x000770, "Member 'FHeaderRowStyle::LastColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnSplitterStyle) == 0x000ED0, "Member 'FHeaderRowStyle::ColumnSplitterStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, SplitterHandleSize) == 0x001080, "Member 'FHeaderRowStyle::SplitterHandleSize' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, BackgroundBrush) == 0x001090, "Member 'FHeaderRowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x001160, "Member 'FHeaderRowStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorBrush) == 0x001180, "Member 'FHeaderRowStyle::HorizontalSeparatorBrush' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorThickness) == 0x001250, "Member 'FHeaderRowStyle::HorizontalSeparatorThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000010, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000D80, "Wrong size on FDockTabStyle"); \ +static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000010, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000400, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x0004D0, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x0005A0, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x000670, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000740, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x000810, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x0008E0, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabTextStyle) == 0x0009B0, "Member 'FDockTabStyle::TabTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabPadding) == 0x000CF0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconSize) == 0x000D00, "Member 'FDockTabStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000D08, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000D0C, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalForegroundColor) == 0x000D20, "Member 'FDockTabStyle::NormalForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredForegroundColor) == 0x000D34, "Member 'FDockTabStyle::HoveredForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveForegroundColor) == 0x000D48, "Member 'FDockTabStyle::ActiveForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundForegroundColor) == 0x000D5C, "Member 'FDockTabStyle::ForegroundForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconBorderPadding) == 0x000D70, "Member 'FDockTabStyle::IconBorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000010, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x000370, "Wrong size on FScrollBoxStyle"); \ +static_assert(offsetof(FScrollBoxStyle, BarThickness) == 0x000008, "Member 'FScrollBoxStyle::BarThickness' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x0001B0, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x000280, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, HorizontalScrolledContentPadding) == 0x000350, "Member 'FScrollBoxStyle::HorizontalScrolledContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, VerticalScrolledContentPadding) == 0x000360, "Member 'FScrollBoxStyle::VerticalScrolledContentPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBorderStyle \ +static_assert(alignof(FScrollBorderStyle) == 0x000010, "Wrong alignment on FScrollBorderStyle"); \ +static_assert(sizeof(FScrollBorderStyle) == 0x0001B0, "Wrong size on FScrollBorderStyle"); \ +static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x0000E0, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindowStyle \ +static_assert(alignof(FWindowStyle) == 0x000010, "Wrong alignment on FWindowStyle"); \ +static_assert(sizeof(FWindowStyle) == 0x001940, "Wrong size on FWindowStyle"); \ +static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000010, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000400, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0007F0, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000BE0, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x000FD0, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x001310, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x0013E0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x0014B0, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x001580, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x0015A0, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineColor) == 0x001670, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderBrush) == 0x001690, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderColor) == 0x001760, "Member 'FWindowStyle::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x001780, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x001850, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, WindowCornerRadius) == 0x001920, "Member 'FWindowStyle::WindowCornerRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderPadding) == 0x001924, "Member 'FWindowStyle::BorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStyleColorList \ +static_assert(alignof(FStyleColorList) == 0x000008, "Wrong alignment on FStyleColorList"); \ +static_assert(sizeof(FStyleColorList) == 0x0007A0, "Wrong size on FStyleColorList"); \ +static_assert(offsetof(FStyleColorList, StyleColors) == 0x000000, "Member 'FStyleColorList::StyleColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStyleTheme \ +static_assert(alignof(FStyleTheme) == 0x000008, "Wrong alignment on FStyleTheme"); \ +static_assert(sizeof(FStyleTheme) == 0x000040, "Wrong size on FStyleTheme"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleAsset \ +static_assert(alignof(USlateWidgetStyleAsset) == 0x000008, "Wrong alignment on USlateWidgetStyleAsset"); \ +static_assert(sizeof(USlateWidgetStyleAsset) == 0x000030, "Wrong size on USlateWidgetStyleAsset"); \ +static_assert(offsetof(USlateWidgetStyleAsset, CustomStyle) == 0x000028, "Member 'USlateWidgetStyleAsset::CustomStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontBulkData \ +static_assert(alignof(UFontBulkData) == 0x000008, "Wrong alignment on UFontBulkData"); \ +static_assert(sizeof(UFontBulkData) == 0x000078, "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) == 0x000028, "Wrong size on USlateTypes"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ +static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ +static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000030, "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_USlateThemeManager \ +static_assert(alignof(USlateThemeManager) == 0x000008, "Wrong alignment on USlateThemeManager"); \ +static_assert(sizeof(USlateThemeManager) == 0x0007D8, "Wrong size on USlateThemeManager"); \ +static_assert(offsetof(USlateThemeManager, CurrentThemeId) == 0x000028, "Member 'USlateThemeManager::CurrentThemeId' has a wrong offset!"); \ +static_assert(offsetof(USlateThemeManager, ActiveColors) == 0x000038, "Member 'USlateThemeManager::ActiveColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSharedImageConstRefBlueprint \ +static_assert(alignof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong alignment on FSharedImageConstRefBlueprint"); \ +static_assert(sizeof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong size on FSharedImageConstRefBlueprint"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetHeight \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetHeight) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetHeight"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetHeight) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetHeight"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetHeight, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetHeight::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetHeight, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetPixelLinearColor \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetPixelLinearColor) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetPixelLinearColor"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetPixelLinearColor) == 0x000038, "Wrong size on SharedImageConstRefBlueprintFns_GetPixelLinearColor"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, X) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::X' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, Y) == 0x00000C, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::Y' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, bValid) == 0x000010, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::bValid' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, FailureColor) == 0x000014, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::FailureColor' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, ReturnValue) == 0x000024, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetPixelValue \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetPixelValue) == 0x000010, "Wrong alignment on SharedImageConstRefBlueprintFns_GetPixelValue"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetPixelValue) == 0x000030, "Wrong size on SharedImageConstRefBlueprintFns_GetPixelValue"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, X) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::X' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, Y) == 0x00000C, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::Y' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, bValid) == 0x000010, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::bValid' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, ReturnValue) == 0x000020, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetSize \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetSize) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetSize"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetSize) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetSize"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetSize, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetSize::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetSize, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetWidth \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetWidth) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetWidth"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetWidth) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetWidth"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetWidth, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetWidth::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetWidth, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_IsValid \ +static_assert(alignof(SharedImageConstRefBlueprintFns_IsValid) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_IsValid"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_IsValid) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_IsValid"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_IsValid, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_IsValid::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_IsValid, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharedImageConstRefBlueprintFns \ +static_assert(alignof(USharedImageConstRefBlueprintFns) == 0x000008, "Wrong alignment on USharedImageConstRefBlueprintFns"); \ +static_assert(sizeof(USharedImageConstRefBlueprintFns) == 0x000028, "Wrong size on USharedImageConstRefBlueprintFns"); \ + +#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_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_FInputChord \ +static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ +static_assert(sizeof(FInputChord) == 0x000020, "Wrong size on FInputChord"); \ +static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRange \ +static_assert(alignof(FCharRange) == 0x000002, "Wrong alignment on FCharRange"); \ +static_assert(sizeof(FCharRange) == 0x000004, "Wrong size on FCharRange"); \ +static_assert(offsetof(FCharRange, First) == 0x000000, "Member 'FCharRange::First' has a wrong offset!"); \ +static_assert(offsetof(FCharRange, Last) == 0x000002, "Member 'FCharRange::Last' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRangeList \ +static_assert(alignof(FCharRangeList) == 0x000008, "Wrong alignment on FCharRangeList"); \ +static_assert(sizeof(FCharRangeList) == 0x000010, "Wrong size on FCharRangeList"); \ +static_assert(offsetof(FCharRangeList, Ranges) == 0x000000, "Member 'FCharRangeList::Ranges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchors \ +static_assert(alignof(FAnchors) == 0x000008, "Wrong alignment on FAnchors"); \ +static_assert(sizeof(FAnchors) == 0x000020, "Wrong size on FAnchors"); \ +static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FAnchors, Maximum) == 0x000010, "Member 'FAnchors::Maximum' 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_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_FToolMenuProfile \ +static_assert(alignof(FToolMenuProfile) == 0x000008, "Wrong alignment on FToolMenuProfile"); \ +static_assert(sizeof(FToolMenuProfile) == 0x0001A0, "Wrong size on FToolMenuProfile"); \ +static_assert(offsetof(FToolMenuProfile, Name) == 0x000000, "Member 'FToolMenuProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Entries) == 0x000008, "Member 'FToolMenuProfile::Entries' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Sections) == 0x000058, "Member 'FToolMenuProfile::Sections' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, SuppressExtenders) == 0x0000A8, "Member 'FToolMenuProfile::SuppressExtenders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenu \ +static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ +static_assert(sizeof(FCustomizedToolMenu) == 0x000200, "Wrong size on FCustomizedToolMenu"); \ +static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0001A0, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0001F0, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolMenuBase \ +static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ +static_assert(sizeof(UToolMenuBase) == 0x000028, "Wrong size on UToolMenuBase"); \ + +#define DUMPER7_ASSERTS_USlateSettings \ +static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ +static_assert(sizeof(USlateSettings) == 0x000030, "Wrong size on USlateSettings"); \ +static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000028, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonWidgetStyle \ +static_assert(alignof(UButtonWidgetStyle) == 0x000010, "Wrong alignment on UButtonWidgetStyle"); \ +static_assert(sizeof(UButtonWidgetStyle) == 0x000420, "Wrong size on UButtonWidgetStyle"); \ +static_assert(offsetof(UButtonWidgetStyle, ButtonStyle) == 0x000030, "Member 'UButtonWidgetStyle::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBoxWidgetStyle \ +static_assert(alignof(UCheckBoxWidgetStyle) == 0x000010, "Wrong alignment on UCheckBoxWidgetStyle"); \ +static_assert(sizeof(UCheckBoxWidgetStyle) == 0x000B00, "Wrong size on UCheckBoxWidgetStyle"); \ +static_assert(offsetof(UCheckBoxWidgetStyle, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxWidgetStyle::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxWidgetStyle \ +static_assert(alignof(UComboBoxWidgetStyle) == 0x000010, "Wrong alignment on UComboBoxWidgetStyle"); \ +static_assert(sizeof(UComboBoxWidgetStyle) == 0x000690, "Wrong size on UComboBoxWidgetStyle"); \ +static_assert(offsetof(UComboBoxWidgetStyle, ComboBoxStyle) == 0x000030, "Member 'UComboBoxWidgetStyle::ComboBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboButtonWidgetStyle \ +static_assert(alignof(UComboButtonWidgetStyle) == 0x000010, "Wrong alignment on UComboButtonWidgetStyle"); \ +static_assert(sizeof(UComboButtonWidgetStyle) == 0x000630, "Wrong size on UComboButtonWidgetStyle"); \ +static_assert(offsetof(UComboButtonWidgetStyle, ComboButtonStyle) == 0x000030, "Member 'UComboButtonWidgetStyle::ComboButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle \ +static_assert(alignof(UEditableTextBoxWidgetStyle) == 0x000010, "Wrong alignment on UEditableTextBoxWidgetStyle"); \ +static_assert(sizeof(UEditableTextBoxWidgetStyle) == 0x000EB0, "Wrong size on UEditableTextBoxWidgetStyle"); \ +static_assert(offsetof(UEditableTextBoxWidgetStyle, EditableTextBoxStyle) == 0x000030, "Member 'UEditableTextBoxWidgetStyle::EditableTextBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextWidgetStyle \ +static_assert(alignof(UEditableTextWidgetStyle) == 0x000010, "Wrong alignment on UEditableTextWidgetStyle"); \ +static_assert(sizeof(UEditableTextWidgetStyle) == 0x000320, "Wrong size on UEditableTextWidgetStyle"); \ +static_assert(offsetof(UEditableTextWidgetStyle, EditableTextStyle) == 0x000030, "Member 'UEditableTextWidgetStyle::EditableTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProgressWidgetStyle \ +static_assert(alignof(UProgressWidgetStyle) == 0x000010, "Wrong alignment on UProgressWidgetStyle"); \ +static_assert(sizeof(UProgressWidgetStyle) == 0x0002C0, "Wrong size on UProgressWidgetStyle"); \ +static_assert(offsetof(UProgressWidgetStyle, ProgressBarStyle) == 0x000030, "Member 'UProgressWidgetStyle::ProgressBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBarWidgetStyle \ +static_assert(alignof(UScrollBarWidgetStyle) == 0x000010, "Wrong alignment on UScrollBarWidgetStyle"); \ +static_assert(sizeof(UScrollBarWidgetStyle) == 0x0007A0, "Wrong size on UScrollBarWidgetStyle"); \ +static_assert(offsetof(UScrollBarWidgetStyle, ScrollBarStyle) == 0x000030, "Member 'UScrollBarWidgetStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxWidgetStyle \ +static_assert(alignof(UScrollBoxWidgetStyle) == 0x000010, "Wrong alignment on UScrollBoxWidgetStyle"); \ +static_assert(sizeof(UScrollBoxWidgetStyle) == 0x0003A0, "Wrong size on UScrollBoxWidgetStyle"); \ +static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ +static_assert(alignof(USpinBoxWidgetStyle) == 0x000010, "Wrong alignment on USpinBoxWidgetStyle"); \ +static_assert(sizeof(USpinBoxWidgetStyle) == 0x000630, "Wrong size on USpinBoxWidgetStyle"); \ +static_assert(offsetof(USpinBoxWidgetStyle, SpinBoxStyle) == 0x000030, "Member 'USpinBoxWidgetStyle::SpinBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlockWidgetStyle \ +static_assert(alignof(UTextBlockWidgetStyle) == 0x000010, "Wrong alignment on UTextBlockWidgetStyle"); \ +static_assert(sizeof(UTextBlockWidgetStyle) == 0x000370, "Wrong size on UTextBlockWidgetStyle"); \ +static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' 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_FTemplateMapInfoOverride \ +static_assert(alignof(FTemplateMapInfoOverride) == 0x000008, "Wrong alignment on FTemplateMapInfoOverride"); \ +static_assert(sizeof(FTemplateMapInfoOverride) == 0x000050, "Wrong size on FTemplateMapInfoOverride"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Thumbnail) == 0x000000, "Member 'FTemplateMapInfoOverride::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Map) == 0x000020, "Member 'FTemplateMapInfoOverride::Map' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, DisplayName) == 0x000040, "Member 'FTemplateMapInfoOverride::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleSettings \ +static_assert(alignof(UConsoleSettings) == 0x000008, "Wrong alignment on UConsoleSettings"); \ +static_assert(sizeof(UConsoleSettings) == 0x000070, "Wrong size on UConsoleSettings"); \ +static_assert(offsetof(UConsoleSettings, MaxScrollbackSize) == 0x000028, "Member 'UConsoleSettings::MaxScrollbackSize' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, ManualAutoCompleteList) == 0x000030, "Member 'UConsoleSettings::ManualAutoCompleteList' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteMapPaths) == 0x000040, "Member 'UConsoleSettings::AutoCompleteMapPaths' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, BackgroundOpacityPercentage) == 0x000050, "Member 'UConsoleSettings::BackgroundOpacityPercentage' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bOrderTopToBottom) == 0x000054, "Member 'UConsoleSettings::bOrderTopToBottom' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bDisplayHelpInAutoComplete) == 0x000055, "Member 'UConsoleSettings::bDisplayHelpInAutoComplete' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, InputColor) == 0x000058, "Member 'UConsoleSettings::InputColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, HistoryColor) == 0x00005C, "Member 'UConsoleSettings::HistoryColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCommandColor) == 0x000060, "Member 'UConsoleSettings::AutoCompleteCommandColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCVarColor) == 0x000064, "Member 'UConsoleSettings::AutoCompleteCVarColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteFadedColor) == 0x000068, "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) == 0x000120, "Wrong size on UGameMapsSettings"); \ +static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000028, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000038, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000058, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000059, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x00005A, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x00005B, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x00005C, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000060, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000080, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x0000A0, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000C0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000E0, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x000100, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x000110, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ +static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ +static_assert(sizeof(UGameNetworkManagerSettings) == 0x000058, "Wrong size on UGameNetworkManagerSettings"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000028, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x00002C, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x000034, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x00003C, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000040, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x000044, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000048, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000050, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSessionSettings \ +static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ +static_assert(sizeof(UGameSessionSettings) == 0x000038, "Wrong size on UGameSessionSettings"); \ +static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000028, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x00002C, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneralEngineSettings \ +static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ +static_assert(sizeof(UGeneralEngineSettings) == 0x000028, "Wrong size on UGeneralEngineSettings"); \ + +#define DUMPER7_ASSERTS_UGeneralProjectSettings \ +static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ +static_assert(sizeof(UGeneralProjectSettings) == 0x000108, "Wrong size on UGeneralProjectSettings"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyName) == 0x000028, "Member 'UGeneralProjectSettings::CompanyName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyDistinguishedName) == 0x000038, "Member 'UGeneralProjectSettings::CompanyDistinguishedName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CopyrightNotice) == 0x000048, "Member 'UGeneralProjectSettings::CopyrightNotice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Description) == 0x000058, "Member 'UGeneralProjectSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Homepage) == 0x000068, "Member 'UGeneralProjectSettings::Homepage' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, LicensingTerms) == 0x000078, "Member 'UGeneralProjectSettings::LicensingTerms' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, PrivacyPolicy) == 0x000088, "Member 'UGeneralProjectSettings::PrivacyPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectID) == 0x000098, "Member 'UGeneralProjectSettings::ProjectID' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectName) == 0x0000A8, "Member 'UGeneralProjectSettings::ProjectName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectVersion) == 0x0000B8, "Member 'UGeneralProjectSettings::ProjectVersion' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, SupportContact) == 0x0000C8, "Member 'UGeneralProjectSettings::SupportContact' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDisplayedTitle) == 0x0000D8, "Member 'UGeneralProjectSettings::ProjectDisplayedTitle' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDebugTitleInfo) == 0x0000E8, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x0000F8, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x0000F9, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x0000FA, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x0000FB, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x0000FC, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x0000FD, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x0000FE, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, EyeOffsetForFakeStereoRenderingDevice) == 0x000100, "Member 'UGeneralProjectSettings::EyeOffsetForFakeStereoRenderingDevice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, FOVForFakeStereoRenderingDevice) == 0x000104, "Member 'UGeneralProjectSettings::FOVForFakeStereoRenderingDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudSettings \ +static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSettings"); \ +static_assert(sizeof(UHudSettings) == 0x000040, "Wrong size on UHudSettings"); \ +static_assert(offsetof(UHudSettings, DebugDisplay) == 0x000030, "Member 'UHudSettings::DebugDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_CheckForErrors \ +static_assert(alignof(BT_FleeAiComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_CheckForErrors"); \ +static_assert(sizeof(BT_FleeAiComponent_C_CheckForErrors) == 0x000018, "Wrong size on BT_FleeAiComponent_C_CheckForErrors"); \ +static_assert(offsetof(BT_FleeAiComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BT_FleeAiComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BT_FleeAiComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent \ +static_assert(alignof(BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent) == 0x000004, "Wrong alignment on BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent"); \ +static_assert(sizeof(BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent) == 0x000004, "Wrong size on BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent"); \ +static_assert(offsetof(BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent, EntryPoint) == 0x000000, "Member 'BT_FleeAiComponent_C_ExecuteUbergraph_BT_FleeAiComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_FindNextFleePoint \ +static_assert(alignof(BT_FleeAiComponent_C_FindNextFleePoint) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_FindNextFleePoint"); \ +static_assert(sizeof(BT_FleeAiComponent_C_FindNextFleePoint) == 0x000020, "Wrong size on BT_FleeAiComponent_C_FindNextFleePoint"); \ +static_assert(offsetof(BT_FleeAiComponent_C_FindNextFleePoint, PursuerActor) == 0x000000, "Member 'BT_FleeAiComponent_C_FindNextFleePoint::PursuerActor' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_FindNextFleePoint, FleePoint) == 0x000008, "Member 'BT_FleeAiComponent_C_FindNextFleePoint::FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_FindNextFleePoint, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BT_FleeAiComponent_C_FindNextFleePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_FindNextFleePoint, CallFunc_FindNextFleePoint_FleePoint) == 0x000018, "Member 'BT_FleeAiComponent_C_FindNextFleePoint::CallFunc_FindNextFleePoint_FleePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_GetCurrentFleePoint \ +static_assert(alignof(BT_FleeAiComponent_C_GetCurrentFleePoint) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_GetCurrentFleePoint"); \ +static_assert(sizeof(BT_FleeAiComponent_C_GetCurrentFleePoint) == 0x000008, "Wrong size on BT_FleeAiComponent_C_GetCurrentFleePoint"); \ +static_assert(offsetof(BT_FleeAiComponent_C_GetCurrentFleePoint, FleePoint) == 0x000000, "Member 'BT_FleeAiComponent_C_GetCurrentFleePoint::FleePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_Initialize \ +static_assert(alignof(BT_FleeAiComponent_C_Initialize) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_Initialize"); \ +static_assert(sizeof(BT_FleeAiComponent_C_Initialize) == 0x000028, "Wrong size on BT_FleeAiComponent_C_Initialize"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BT_FleeAiComponent_C_Initialize::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'BT_FleeAiComponent_C_Initialize::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'BT_FleeAiComponent_C_Initialize::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, K2Node_DynamicCast_AsBP_Flee_Point) == 0x000018, "Member 'BT_FleeAiComponent_C_Initialize::K2Node_DynamicCast_AsBP_Flee_Point' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BT_FleeAiComponent_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_Initialize, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BT_FleeAiComponent_C_Initialize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_LoadState \ +static_assert(alignof(BT_FleeAiComponent_C_LoadState) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_LoadState"); \ +static_assert(sizeof(BT_FleeAiComponent_C_LoadState) == 0x000060, "Wrong size on BT_FleeAiComponent_C_LoadState"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BT_FleeAiComponent_C_LoadState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000008, "Member 'BT_FleeAiComponent_C_LoadState::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BT_FleeAiComponent_C_LoadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, CallFunc_GetSavedFleePointIndex_FleePoint) == 0x000018, "Member 'BT_FleeAiComponent_C_LoadState::CallFunc_GetSavedFleePointIndex_FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, CallFunc_GetSavedFleePointIndex_IsValid) == 0x000040, "Member 'BT_FleeAiComponent_C_LoadState::CallFunc_GetSavedFleePointIndex_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BT_FleeAiComponent_C_LoadState::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, K2Node_DynamicCast_AsBP_Flee_Point) == 0x000050, "Member 'BT_FleeAiComponent_C_LoadState::K2Node_DynamicCast_AsBP_Flee_Point' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BT_FleeAiComponent_C_LoadState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_LoadState, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BT_FleeAiComponent_C_LoadState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_ResetToInitialFleePoint \ +static_assert(alignof(BT_FleeAiComponent_C_ResetToInitialFleePoint) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_ResetToInitialFleePoint"); \ +static_assert(sizeof(BT_FleeAiComponent_C_ResetToInitialFleePoint) == 0x000018, "Wrong size on BT_FleeAiComponent_C_ResetToInitialFleePoint"); \ +static_assert(offsetof(BT_FleeAiComponent_C_ResetToInitialFleePoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BT_FleeAiComponent_C_ResetToInitialFleePoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_ResetToInitialFleePoint, K2Node_DynamicCast_AsBP_Flee_Point) == 0x000008, "Member 'BT_FleeAiComponent_C_ResetToInitialFleePoint::K2Node_DynamicCast_AsBP_Flee_Point' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_ResetToInitialFleePoint, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BT_FleeAiComponent_C_ResetToInitialFleePoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_ResetToInitialFleePoint, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BT_FleeAiComponent_C_ResetToInitialFleePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_SaveCurentFleePoint \ +static_assert(alignof(BT_FleeAiComponent_C_SaveCurentFleePoint) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_SaveCurentFleePoint"); \ +static_assert(sizeof(BT_FleeAiComponent_C_SaveCurentFleePoint) == 0x000050, "Wrong size on BT_FleeAiComponent_C_SaveCurentFleePoint"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000008, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SaveCurentFleePoint, CallFunc_GetGlobalObjectID_ObjectID) == 0x000044, "Member 'BT_FleeAiComponent_C_SaveCurentFleePoint::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_FleeAiComponent_C_SetCurrentFleePoint \ +static_assert(alignof(BT_FleeAiComponent_C_SetCurrentFleePoint) == 0x000008, "Wrong alignment on BT_FleeAiComponent_C_SetCurrentFleePoint"); \ +static_assert(sizeof(BT_FleeAiComponent_C_SetCurrentFleePoint) == 0x000010, "Wrong size on BT_FleeAiComponent_C_SetCurrentFleePoint"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SetCurrentFleePoint, FleePoint) == 0x000000, "Member 'BT_FleeAiComponent_C_SetCurrentFleePoint::FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BT_FleeAiComponent_C_SetCurrentFleePoint, local_PreviousFleePoint) == 0x000008, "Member 'BT_FleeAiComponent_C_SetCurrentFleePoint::local_PreviousFleePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_FleeAiComponent_C \ +static_assert(alignof(UBT_FleeAiComponent_C) == 0x000008, "Wrong alignment on UBT_FleeAiComponent_C"); \ +static_assert(sizeof(UBT_FleeAiComponent_C) == 0x0000F8, "Wrong size on UBT_FleeAiComponent_C"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBT_FleeAiComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, InitialFleePoint) == 0x0000A8, "Member 'UBT_FleeAiComponent_C::InitialFleePoint' has a wrong offset!"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, AIController) == 0x0000D0, "Member 'UBT_FleeAiComponent_C::AIController' has a wrong offset!"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, CurrentFleePoint) == 0x0000D8, "Member 'UBT_FleeAiComponent_C::CurrentFleePoint' has a wrong offset!"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, SpeedByDistanceCurve) == 0x0000E0, "Member 'UBT_FleeAiComponent_C::SpeedByDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBT_FleeAiComponent_C, OnCurrentFleePointChanged) == 0x0000E8, "Member 'UBT_FleeAiComponent_C::OnCurrentFleePointChanged' 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_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_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_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_UBuildPatchManifest \ +static_assert(alignof(UBuildPatchManifest) == 0x000008, "Wrong alignment on UBuildPatchManifest"); \ +static_assert(sizeof(UBuildPatchManifest) == 0x000120, "Wrong size on UBuildPatchManifest"); \ +static_assert(offsetof(UBuildPatchManifest, ManifestFileVersion) == 0x000028, "Member 'UBuildPatchManifest::ManifestFileVersion' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, bIsFileData) == 0x000029, "Member 'UBuildPatchManifest::bIsFileData' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, AppID) == 0x00002C, "Member 'UBuildPatchManifest::AppID' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, AppName) == 0x000030, "Member 'UBuildPatchManifest::AppName' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, BuildVersion) == 0x000040, "Member 'UBuildPatchManifest::BuildVersion' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, LaunchExe) == 0x000050, "Member 'UBuildPatchManifest::LaunchExe' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, LaunchCommand) == 0x000060, "Member 'UBuildPatchManifest::LaunchCommand' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqIds) == 0x000070, "Member 'UBuildPatchManifest::PrereqIds' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqName) == 0x0000C0, "Member 'UBuildPatchManifest::PrereqName' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqPath) == 0x0000D0, "Member 'UBuildPatchManifest::PrereqPath' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqArgs) == 0x0000E0, "Member 'UBuildPatchManifest::PrereqArgs' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, FileManifestList) == 0x0000F0, "Member 'UBuildPatchManifest::FileManifestList' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, ChunkList) == 0x000100, "Member 'UBuildPatchManifest::ChunkList' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, CustomFields) == 0x000110, "Member 'UBuildPatchManifest::CustomFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialStrength \ +static_assert(alignof(FPhysicalMaterialStrength) == 0x000004, "Wrong alignment on FPhysicalMaterialStrength"); \ +static_assert(sizeof(FPhysicalMaterialStrength) == 0x00000C, "Wrong size on FPhysicalMaterialStrength"); \ +static_assert(offsetof(FPhysicalMaterialStrength, TensileStrength) == 0x000000, "Member 'FPhysicalMaterialStrength::TensileStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialStrength, CompressionStrength) == 0x000004, "Member 'FPhysicalMaterialStrength::CompressionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialStrength, ShearStrength) == 0x000008, "Member 'FPhysicalMaterialStrength::ShearStrength' 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_FPhysicalMaterialDamageModifier \ +static_assert(alignof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong alignment on FPhysicalMaterialDamageModifier"); \ +static_assert(sizeof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong size on FPhysicalMaterialDamageModifier"); \ +static_assert(offsetof(FPhysicalMaterialDamageModifier, DamageThresholdMultiplier) == 0x000000, "Member 'FPhysicalMaterialDamageModifier::DamageThresholdMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase \ +static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ +static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ + +#define DUMPER7_ASSERTS_UBodySetupCore \ +static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ +static_assert(sizeof(UBodySetupCore) == 0x000038, "Wrong size on UBodySetupCore"); \ +static_assert(offsetof(UBodySetupCore, BoneName) == 0x000028, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x000030, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x000031, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x000032, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ +static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ +static_assert(sizeof(UChaosPhysicalMaterial) == 0x000048, "Wrong size on UChaosPhysicalMaterial"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000028, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000030, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x000034, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000038, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x00003C, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000040, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterial \ +static_assert(alignof(UPhysicalMaterial) == 0x000008, "Wrong alignment on UPhysicalMaterial"); \ +static_assert(sizeof(UPhysicalMaterial) == 0x000098, "Wrong size on UPhysicalMaterial"); \ +static_assert(offsetof(UPhysicalMaterial, Friction) == 0x000028, "Member 'UPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, FrictionCombineMode) == 0x000030, "Member 'UPhysicalMaterial::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideFrictionCombineMode) == 0x000031, "Member 'UPhysicalMaterial::bOverrideFrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Restitution) == 0x000034, "Member 'UPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RestitutionCombineMode) == 0x000038, "Member 'UPhysicalMaterial::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideRestitutionCombineMode) == 0x000039, "Member 'UPhysicalMaterial::bOverrideRestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Density) == 0x00003C, "Member 'UPhysicalMaterial::Density' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepLinearVelocityThreshold) == 0x000040, "Member 'UPhysicalMaterial::SleepLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepAngularVelocityThreshold) == 0x000044, "Member 'UPhysicalMaterial::SleepAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepCounterThreshold) == 0x000048, "Member 'UPhysicalMaterial::SleepCounterThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RaiseMassToPower) == 0x00004C, "Member 'UPhysicalMaterial::RaiseMassToPower' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DestructibleDamageThresholdScale) == 0x000050, "Member 'UPhysicalMaterial::DestructibleDamageThresholdScale' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, PhysicalMaterialProperty) == 0x000058, "Member 'UPhysicalMaterial::PhysicalMaterialProperty' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SurfaceType) == 0x000060, "Member 'UPhysicalMaterial::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Strength) == 0x000064, "Member 'UPhysicalMaterial::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DamageModifier) == 0x000070, "Member 'UPhysicalMaterial::DamageModifier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bShowExperimentalProperties) == 0x000074, "Member 'UPhysicalMaterial::bShowExperimentalProperties' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SoftCollisionMode) == 0x000075, "Member 'UPhysicalMaterial::SoftCollisionMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SoftCollisionThickness) == 0x000078, "Member 'UPhysicalMaterial::SoftCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, BaseFrictionImpulse) == 0x00007C, "Member 'UPhysicalMaterial::BaseFrictionImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettingsCore \ +static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ +static_assert(sizeof(UPhysicsSettingsCore) == 0x0000E8, "Wrong size on UPhysicsSettingsCore"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableEnhancedDeterminism) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableEnhancedDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000051, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000052, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000053, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000054, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000055, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000056, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldNotificationId \ +static_assert(alignof(FFieldNotificationId) == 0x000004, "Wrong alignment on FFieldNotificationId"); \ +static_assert(sizeof(FFieldNotificationId) == 0x000008, "Wrong size on FFieldNotificationId"); \ +static_assert(offsetof(FFieldNotificationId, FieldName) == 0x000000, "Member 'FFieldNotificationId::FieldName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INotifyFieldValueChanged \ +static_assert(alignof(INotifyFieldValueChanged) == 0x000001, "Wrong alignment on INotifyFieldValueChanged"); \ +static_assert(sizeof(INotifyFieldValueChanged) == 0x000001, "Wrong size on INotifyFieldValueChanged"); \ + +#define DUMPER7_ASSERTS_FStateStruct \ +static_assert(alignof(FStateStruct) == 0x000008, "Wrong alignment on FStateStruct"); \ +static_assert(sizeof(FStateStruct) == 0x000018, "Wrong size on FStateStruct"); \ +static_assert(offsetof(FStateStruct, StateName) == 0x000008, "Member 'FStateStruct::StateName' 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_FNetAnalyticsDataConfig \ +static_assert(alignof(FNetAnalyticsDataConfig) == 0x000004, "Wrong alignment on FNetAnalyticsDataConfig"); \ +static_assert(sizeof(FNetAnalyticsDataConfig) == 0x00000C, "Wrong size on FNetAnalyticsDataConfig"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, DataName) == 0x000000, "Member 'FNetAnalyticsDataConfig::DataName' has a wrong offset!"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, bEnabled) == 0x000008, "Member 'FNetAnalyticsDataConfig::bEnabled' 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_FEscalationState \ +static_assert(alignof(FEscalationState) == 0x000008, "Wrong alignment on FEscalationState"); \ +static_assert(sizeof(FEscalationState) == 0x000030, "Wrong size on FEscalationState"); \ +static_assert(offsetof(FEscalationState, bLogEscalate) == 0x000018, "Member 'FEscalationState::bLogEscalate' has a wrong offset!"); \ +static_assert(offsetof(FEscalationState, bDormant) == 0x000019, "Member 'FEscalationState::bDormant' has a wrong offset!"); \ +static_assert(offsetof(FEscalationState, CooloffTime) == 0x00001A, "Member 'FEscalationState::CooloffTime' has a wrong offset!"); \ +static_assert(offsetof(FEscalationState, AutoEscalateTime) == 0x00001C, "Member 'FEscalationState::AutoEscalateTime' has a wrong offset!"); \ +static_assert(offsetof(FEscalationState, HighestTimePeriod) == 0x00001E, "Member 'FEscalationState::HighestTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(FEscalationState, AllTimePeriods) == 0x000020, "Member 'FEscalationState::AllTimePeriods' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetFaultState \ +static_assert(alignof(FNetFaultState) == 0x000008, "Wrong alignment on FNetFaultState"); \ +static_assert(sizeof(FNetFaultState) == 0x000040, "Wrong size on FNetFaultState"); \ +static_assert(offsetof(FNetFaultState, bCloseConnection) == 0x000030, "Member 'FNetFaultState::bCloseConnection' has a wrong offset!"); \ +static_assert(offsetof(FNetFaultState, EscalateQuotaFaultsPerPeriod) == 0x000032, "Member 'FNetFaultState::EscalateQuotaFaultsPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FNetFaultState, EscalateQuotaFaultPercentPerPeriod) == 0x000034, "Member 'FNetFaultState::EscalateQuotaFaultPercentPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FNetFaultState, DescalateQuotaFaultsPerPeriod) == 0x000036, "Member 'FNetFaultState::DescalateQuotaFaultsPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FNetFaultState, DescalateQuotaFaultPercentPerPeriod) == 0x000038, "Member 'FNetFaultState::DescalateQuotaFaultPercentPerPeriod' has a wrong offset!"); \ +static_assert(offsetof(FNetFaultState, EscalateQuotaTimePeriod) == 0x000039, "Member 'FNetFaultState::EscalateQuotaTimePeriod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetAnalyticsAggregatorConfig \ +static_assert(alignof(UNetAnalyticsAggregatorConfig) == 0x000008, "Wrong alignment on UNetAnalyticsAggregatorConfig"); \ +static_assert(sizeof(UNetAnalyticsAggregatorConfig) == 0x000038, "Wrong size on UNetAnalyticsAggregatorConfig"); \ +static_assert(offsetof(UNetAnalyticsAggregatorConfig, NetAnalyticsData) == 0x000028, "Member 'UNetAnalyticsAggregatorConfig::NetAnalyticsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatePerObjectConfig \ +static_assert(alignof(UStatePerObjectConfig) == 0x000008, "Wrong alignment on UStatePerObjectConfig"); \ +static_assert(sizeof(UStatePerObjectConfig) == 0x000068, "Wrong size on UStatePerObjectConfig"); \ +static_assert(offsetof(UStatePerObjectConfig, PerObjectConfigSection) == 0x000050, "Member 'UStatePerObjectConfig::PerObjectConfigSection' has a wrong offset!"); \ +static_assert(offsetof(UStatePerObjectConfig, bEnabled) == 0x000060, "Member 'UStatePerObjectConfig::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEscalationManagerConfig \ +static_assert(alignof(UEscalationManagerConfig) == 0x000008, "Wrong alignment on UEscalationManagerConfig"); \ +static_assert(sizeof(UEscalationManagerConfig) == 0x000088, "Wrong size on UEscalationManagerConfig"); \ +static_assert(offsetof(UEscalationManagerConfig, EscalationSeverity) == 0x000068, "Member 'UEscalationManagerConfig::EscalationSeverity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DebugSave_QuestSaveData \ +static_assert(alignof(FS_DebugSave_QuestSaveData) == 0x000004, "Wrong alignment on FS_DebugSave_QuestSaveData"); \ +static_assert(sizeof(FS_DebugSave_QuestSaveData) == 0x000014, "Wrong size on FS_DebugSave_QuestSaveData"); \ +static_assert(offsetof(FS_DebugSave_QuestSaveData, CompletedQuestObjective_14_C9EE25EF49B5D5A44337A18B31F086FC) == 0x000000, "Member 'FS_DebugSave_QuestSaveData::CompletedQuestObjective_14_C9EE25EF49B5D5A44337A18B31F086FC' has a wrong offset!"); \ +static_assert(offsetof(FS_DebugSave_QuestSaveData, QuestStatus_13_8C69B76645C435CE4144B2A342C8B141) == 0x000010, "Member 'FS_DebugSave_QuestSaveData::QuestStatus_13_8C69B76645C435CE4144B2A342C8B141' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataStreamDefinition \ +static_assert(alignof(FDataStreamDefinition) == 0x000008, "Wrong alignment on FDataStreamDefinition"); \ +static_assert(sizeof(FDataStreamDefinition) == 0x000020, "Wrong size on FDataStreamDefinition"); \ +static_assert(offsetof(FDataStreamDefinition, DataStreamName) == 0x000000, "Member 'FDataStreamDefinition::DataStreamName' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, ClassName) == 0x000008, "Member 'FDataStreamDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, Class) == 0x000010, "Member 'FDataStreamDefinition::Class' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, DefaultSendStatus) == 0x000018, "Member 'FDataStreamDefinition::DefaultSendStatus' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, bAutoCreate) == 0x000019, "Member 'FDataStreamDefinition::bAutoCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetSerializerConfig \ +static_assert(alignof(FNetSerializerConfig) == 0x000008, "Wrong alignment on FNetSerializerConfig"); \ +static_assert(sizeof(FNetSerializerConfig) == 0x000010, "Wrong size on FNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FDateTimeNetSerializerConfig \ +static_assert(alignof(FDateTimeNetSerializerConfig) == 0x000008, "Wrong alignment on FDateTimeNetSerializerConfig"); \ +static_assert(sizeof(FDateTimeNetSerializerConfig) == 0x000010, "Wrong size on FDateTimeNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FEnumInt8NetSerializerConfig \ +static_assert(alignof(FEnumInt8NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt8NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt8NetSerializerConfig) == 0x000020, "Wrong size on FEnumInt8NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt8NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, UpperBound) == 0x000011, "Member 'FEnumInt8NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, BitCount) == 0x000012, "Member 'FEnumInt8NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt16NetSerializerConfig \ +static_assert(alignof(FEnumInt16NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt16NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt16NetSerializerConfig) == 0x000020, "Wrong size on FEnumInt16NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt16NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, UpperBound) == 0x000012, "Member 'FEnumInt16NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, BitCount) == 0x000014, "Member 'FEnumInt16NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt32NetSerializerConfig \ +static_assert(alignof(FEnumInt32NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt32NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt32NetSerializerConfig) == 0x000028, "Wrong size on FEnumInt32NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt32NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, UpperBound) == 0x000014, "Member 'FEnumInt32NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, BitCount) == 0x000018, "Member 'FEnumInt32NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt64NetSerializerConfig \ +static_assert(alignof(FEnumInt64NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt64NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt64NetSerializerConfig) == 0x000030, "Wrong size on FEnumInt64NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt64NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, UpperBound) == 0x000018, "Member 'FEnumInt64NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, BitCount) == 0x000020, "Member 'FEnumInt64NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint8NetSerializerConfig \ +static_assert(alignof(FEnumUint8NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint8NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint8NetSerializerConfig) == 0x000020, "Wrong size on FEnumUint8NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint8NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, UpperBound) == 0x000011, "Member 'FEnumUint8NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, BitCount) == 0x000012, "Member 'FEnumUint8NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint16NetSerializerConfig \ +static_assert(alignof(FEnumUint16NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint16NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint16NetSerializerConfig) == 0x000020, "Wrong size on FEnumUint16NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint16NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, UpperBound) == 0x000012, "Member 'FEnumUint16NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, BitCount) == 0x000014, "Member 'FEnumUint16NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint32NetSerializerConfig \ +static_assert(alignof(FEnumUint32NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint32NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint32NetSerializerConfig) == 0x000028, "Wrong size on FEnumUint32NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint32NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, UpperBound) == 0x000014, "Member 'FEnumUint32NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, BitCount) == 0x000018, "Member 'FEnumUint32NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint64NetSerializerConfig \ +static_assert(alignof(FEnumUint64NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint64NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint64NetSerializerConfig) == 0x000030, "Wrong size on FEnumUint64NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint64NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, UpperBound) == 0x000018, "Member 'FEnumUint64NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, BitCount) == 0x000020, "Member 'FEnumUint64NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatNetSerializerConfig \ +static_assert(alignof(FFloatNetSerializerConfig) == 0x000008, "Wrong alignment on FFloatNetSerializerConfig"); \ +static_assert(sizeof(FFloatNetSerializerConfig) == 0x000010, "Wrong size on FFloatNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FDoubleNetSerializerConfig \ +static_assert(alignof(FDoubleNetSerializerConfig) == 0x000008, "Wrong alignment on FDoubleNetSerializerConfig"); \ +static_assert(sizeof(FDoubleNetSerializerConfig) == 0x000010, "Wrong size on FDoubleNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGuidNetSerializerConfig \ +static_assert(alignof(FGuidNetSerializerConfig) == 0x000008, "Wrong alignment on FGuidNetSerializerConfig"); \ +static_assert(sizeof(FGuidNetSerializerConfig) == 0x000010, "Wrong size on FGuidNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FBitfieldNetSerializerConfig \ +static_assert(alignof(FBitfieldNetSerializerConfig) == 0x000008, "Wrong alignment on FBitfieldNetSerializerConfig"); \ +static_assert(sizeof(FBitfieldNetSerializerConfig) == 0x000018, "Wrong size on FBitfieldNetSerializerConfig"); \ +static_assert(offsetof(FBitfieldNetSerializerConfig, BitMask) == 0x000010, "Member 'FBitfieldNetSerializerConfig::BitMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayPropertyNetSerializerConfig \ +static_assert(alignof(FArrayPropertyNetSerializerConfig) == 0x000008, "Wrong alignment on FArrayPropertyNetSerializerConfig"); \ +static_assert(sizeof(FArrayPropertyNetSerializerConfig) == 0x000040, "Wrong size on FArrayPropertyNetSerializerConfig"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, MaxElementCount) == 0x000010, "Member 'FArrayPropertyNetSerializerConfig::MaxElementCount' has a wrong offset!"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, ElementCountBitCount) == 0x000012, "Member 'FArrayPropertyNetSerializerConfig::ElementCountBitCount' has a wrong offset!"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, Property) == 0x000018, "Member 'FArrayPropertyNetSerializerConfig::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLastResortPropertyNetSerializerConfig \ +static_assert(alignof(FLastResortPropertyNetSerializerConfig) == 0x000008, "Wrong alignment on FLastResortPropertyNetSerializerConfig"); \ +static_assert(sizeof(FLastResortPropertyNetSerializerConfig) == 0x000038, "Wrong size on FLastResortPropertyNetSerializerConfig"); \ +static_assert(offsetof(FLastResortPropertyNetSerializerConfig, Property) == 0x000010, "Member 'FLastResortPropertyNetSerializerConfig::Property' has a wrong offset!"); \ +static_assert(offsetof(FLastResortPropertyNetSerializerConfig, MaxAllowedObjectReferences) == 0x000030, "Member 'FLastResortPropertyNetSerializerConfig::MaxAllowedObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetRoleNetSerializerConfig \ +static_assert(alignof(FNetRoleNetSerializerConfig) == 0x000008, "Wrong alignment on FNetRoleNetSerializerConfig"); \ +static_assert(sizeof(FNetRoleNetSerializerConfig) == 0x000028, "Wrong size on FNetRoleNetSerializerConfig"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, RelativeInternalOffsetToOtherRole) == 0x000010, "Member 'FNetRoleNetSerializerConfig::RelativeInternalOffsetToOtherRole' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, RelativeExternalOffsetToOtherRole) == 0x000014, "Member 'FNetRoleNetSerializerConfig::RelativeExternalOffsetToOtherRole' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, LowerBound) == 0x000018, "Member 'FNetRoleNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, UpperBound) == 0x000019, "Member 'FNetRoleNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, BitCount) == 0x00001A, "Member 'FNetRoleNetSerializerConfig::BitCount' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, AutonomousProxyValue) == 0x00001B, "Member 'FNetRoleNetSerializerConfig::AutonomousProxyValue' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, SimulatedProxyValue) == 0x00001C, "Member 'FNetRoleNetSerializerConfig::SimulatedProxyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathNetSerializerConfig \ +static_assert(alignof(FFieldPathNetSerializerConfig) == 0x000008, "Wrong alignment on FFieldPathNetSerializerConfig"); \ +static_assert(sizeof(FFieldPathNetSerializerConfig) == 0x000030, "Wrong size on FFieldPathNetSerializerConfig"); \ +static_assert(offsetof(FFieldPathNetSerializerConfig, Property) == 0x000010, "Member 'FFieldPathNetSerializerConfig::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathNetSerializerSerializationHelper \ +static_assert(alignof(FFieldPathNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FFieldPathNetSerializerSerializationHelper"); \ +static_assert(sizeof(FFieldPathNetSerializerSerializationHelper) == 0x000018, "Wrong size on FFieldPathNetSerializerSerializationHelper"); \ +static_assert(offsetof(FFieldPathNetSerializerSerializationHelper, Owner) == 0x000000, "Member 'FFieldPathNetSerializerSerializationHelper::Owner' has a wrong offset!"); \ +static_assert(offsetof(FFieldPathNetSerializerSerializationHelper, PropertyPath) == 0x000008, "Member 'FFieldPathNetSerializerSerializationHelper::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntNetSerializerConfig \ +static_assert(alignof(FIntNetSerializerConfig) == 0x000008, "Wrong alignment on FIntNetSerializerConfig"); \ +static_assert(sizeof(FIntNetSerializerConfig) == 0x000018, "Wrong size on FIntNetSerializerConfig"); \ +static_assert(offsetof(FIntNetSerializerConfig, BitCount) == 0x000010, "Member 'FIntNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt8RangeNetSerializerConfig \ +static_assert(alignof(FInt8RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt8RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt8RangeNetSerializerConfig) == 0x000018, "Wrong size on FInt8RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt8RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, UpperBound) == 0x000011, "Member 'FInt8RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, BitCount) == 0x000012, "Member 'FInt8RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt16RangeNetSerializerConfig \ +static_assert(alignof(FInt16RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt16RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt16RangeNetSerializerConfig) == 0x000018, "Wrong size on FInt16RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt16RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, UpperBound) == 0x000012, "Member 'FInt16RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, BitCount) == 0x000014, "Member 'FInt16RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32RangeNetSerializerConfig \ +static_assert(alignof(FInt32RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt32RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt32RangeNetSerializerConfig) == 0x000020, "Wrong size on FInt32RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt32RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, UpperBound) == 0x000014, "Member 'FInt32RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, BitCount) == 0x000018, "Member 'FInt32RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64RangeNetSerializerConfig \ +static_assert(alignof(FInt64RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt64RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt64RangeNetSerializerConfig) == 0x000028, "Wrong size on FInt64RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt64RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, UpperBound) == 0x000018, "Member 'FInt64RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, BitCount) == 0x000020, "Member 'FInt64RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIrisFastArraySerializer \ +static_assert(alignof(FIrisFastArraySerializer) == 0x000008, "Wrong alignment on FIrisFastArraySerializer"); \ +static_assert(sizeof(FIrisFastArraySerializer) == 0x000120, "Wrong size on FIrisFastArraySerializer"); \ +static_assert(offsetof(FIrisFastArraySerializer, ChangeMaskStorage) == 0x00010C, "Member 'FIrisFastArraySerializer::ChangeMaskStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetBlobHandlerDefinition \ +static_assert(alignof(FNetBlobHandlerDefinition) == 0x000004, "Wrong alignment on FNetBlobHandlerDefinition"); \ +static_assert(sizeof(FNetBlobHandlerDefinition) == 0x000008, "Wrong size on FNetBlobHandlerDefinition"); \ +static_assert(offsetof(FNetBlobHandlerDefinition, ClassName) == 0x000000, "Member 'FNetBlobHandlerDefinition::ClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetObjectFilterDefinition \ +static_assert(alignof(FNetObjectFilterDefinition) == 0x000004, "Wrong alignment on FNetObjectFilterDefinition"); \ +static_assert(sizeof(FNetObjectFilterDefinition) == 0x000018, "Wrong size on FNetObjectFilterDefinition"); \ +static_assert(offsetof(FNetObjectFilterDefinition, FilterName) == 0x000000, "Member 'FNetObjectFilterDefinition::FilterName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectFilterDefinition, ClassName) == 0x000008, "Member 'FNetObjectFilterDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectFilterDefinition, ConfigClassName) == 0x000010, "Member 'FNetObjectFilterDefinition::ConfigClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetObjectGridFilterProfile \ +static_assert(alignof(FNetObjectGridFilterProfile) == 0x000004, "Wrong alignment on FNetObjectGridFilterProfile"); \ +static_assert(sizeof(FNetObjectGridFilterProfile) == 0x00000C, "Wrong size on FNetObjectGridFilterProfile"); \ +static_assert(offsetof(FNetObjectGridFilterProfile, FilterProfileName) == 0x000000, "Member 'FNetObjectGridFilterProfile::FilterProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectGridFilterProfile, FrameCountBeforeCulling) == 0x000008, "Member 'FNetObjectGridFilterProfile::FrameCountBeforeCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetObjectPrioritizerDefinition \ +static_assert(alignof(FNetObjectPrioritizerDefinition) == 0x000008, "Wrong alignment on FNetObjectPrioritizerDefinition"); \ +static_assert(sizeof(FNetObjectPrioritizerDefinition) == 0x000028, "Wrong size on FNetObjectPrioritizerDefinition"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, PrioritizerName) == 0x000000, "Member 'FNetObjectPrioritizerDefinition::PrioritizerName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ClassName) == 0x000008, "Member 'FNetObjectPrioritizerDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, Class) == 0x000010, "Member 'FNetObjectPrioritizerDefinition::Class' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ConfigClassName) == 0x000018, "Member 'FNetObjectPrioritizerDefinition::ConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ConfigClass) == 0x000020, "Member 'FNetObjectPrioritizerDefinition::ConfigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolNetSerializerConfig \ +static_assert(alignof(FBoolNetSerializerConfig) == 0x000008, "Wrong alignment on FBoolNetSerializerConfig"); \ +static_assert(sizeof(FBoolNetSerializerConfig) == 0x000010, "Wrong size on FBoolNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FStructNetSerializerConfig \ +static_assert(alignof(FStructNetSerializerConfig) == 0x000008, "Wrong alignment on FStructNetSerializerConfig"); \ +static_assert(sizeof(FStructNetSerializerConfig) == 0x000018, "Wrong size on FStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNopNetSerializerConfig \ +static_assert(alignof(FNopNetSerializerConfig) == 0x000008, "Wrong alignment on FNopNetSerializerConfig"); \ +static_assert(sizeof(FNopNetSerializerConfig) == 0x000010, "Wrong size on FNopNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectNetSerializerConfig \ +static_assert(alignof(FObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FObjectNetSerializerConfig"); \ +static_assert(sizeof(FObjectNetSerializerConfig) == 0x000010, "Wrong size on FObjectNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FWeakObjectNetSerializerConfig \ +static_assert(alignof(FWeakObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FWeakObjectNetSerializerConfig"); \ +static_assert(sizeof(FWeakObjectNetSerializerConfig) == 0x000010, "Wrong size on FWeakObjectNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FScriptInterfaceNetSerializerConfig \ +static_assert(alignof(FScriptInterfaceNetSerializerConfig) == 0x000008, "Wrong alignment on FScriptInterfaceNetSerializerConfig"); \ +static_assert(sizeof(FScriptInterfaceNetSerializerConfig) == 0x000018, "Wrong size on FScriptInterfaceNetSerializerConfig"); \ +static_assert(offsetof(FScriptInterfaceNetSerializerConfig, InterfaceClass) == 0x000010, "Member 'FScriptInterfaceNetSerializerConfig::InterfaceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgePollConfig \ +static_assert(alignof(FObjectReplicationBridgePollConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgePollConfig"); \ +static_assert(sizeof(FObjectReplicationBridgePollConfig) == 0x000010, "Wrong size on FObjectReplicationBridgePollConfig"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgePollConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, PollFrequency) == 0x000008, "Member 'FObjectReplicationBridgePollConfig::PollFrequency' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, bIncludeSubclasses) == 0x00000C, "Member 'FObjectReplicationBridgePollConfig::bIncludeSubclasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeFilterConfig \ +static_assert(alignof(FObjectReplicationBridgeFilterConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeFilterConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeFilterConfig) == 0x00001C, "Wrong size on FObjectReplicationBridgeFilterConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeFilterConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, DynamicFilterName) == 0x000008, "Member 'FObjectReplicationBridgeFilterConfig::DynamicFilterName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, FilterProfile) == 0x000010, "Member 'FObjectReplicationBridgeFilterConfig::FilterProfile' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, bForceEnableOnAllInstances) == 0x000018, "Member 'FObjectReplicationBridgeFilterConfig::bForceEnableOnAllInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgePrioritizerConfig \ +static_assert(alignof(FObjectReplicationBridgePrioritizerConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgePrioritizerConfig"); \ +static_assert(sizeof(FObjectReplicationBridgePrioritizerConfig) == 0x000014, "Wrong size on FObjectReplicationBridgePrioritizerConfig"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgePrioritizerConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, PrioritizerName) == 0x000008, "Member 'FObjectReplicationBridgePrioritizerConfig::PrioritizerName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, bForceEnableOnAllInstances) == 0x000010, "Member 'FObjectReplicationBridgePrioritizerConfig::bForceEnableOnAllInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeDeltaCompressionConfig \ +static_assert(alignof(FObjectReplicationBridgeDeltaCompressionConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeDeltaCompressionConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeDeltaCompressionConfig) == 0x00000C, "Wrong size on FObjectReplicationBridgeDeltaCompressionConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeDeltaCompressionConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeDeltaCompressionConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeDeltaCompressionConfig, bEnableDeltaCompression) == 0x000008, "Member 'FObjectReplicationBridgeDeltaCompressionConfig::bEnableDeltaCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicatedBridgeCriticalClassConfig \ +static_assert(alignof(FObjectReplicatedBridgeCriticalClassConfig) == 0x000004, "Wrong alignment on FObjectReplicatedBridgeCriticalClassConfig"); \ +static_assert(sizeof(FObjectReplicatedBridgeCriticalClassConfig) == 0x00000C, "Wrong size on FObjectReplicatedBridgeCriticalClassConfig"); \ +static_assert(offsetof(FObjectReplicatedBridgeCriticalClassConfig, ClassName) == 0x000000, "Member 'FObjectReplicatedBridgeCriticalClassConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicatedBridgeCriticalClassConfig, bDisconnectOnProtocolMismatch) == 0x000008, "Member 'FObjectReplicatedBridgeCriticalClassConfig::bDisconnectOnProtocolMismatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeTypeStatsConfig \ +static_assert(alignof(FObjectReplicationBridgeTypeStatsConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeTypeStatsConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeTypeStatsConfig) == 0x000014, "Wrong size on FObjectReplicationBridgeTypeStatsConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeTypeStatsConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, TypeStatsName) == 0x000008, "Member 'FObjectReplicationBridgeTypeStatsConfig::TypeStatsName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, bIncludeInMinimalCSVStats) == 0x000010, "Member 'FObjectReplicationBridgeTypeStatsConfig::bIncludeInMinimalCSVStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedInt64NetSerializerConfig \ +static_assert(alignof(FPackedInt64NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedInt64NetSerializerConfig"); \ +static_assert(sizeof(FPackedInt64NetSerializerConfig) == 0x000010, "Wrong size on FPackedInt64NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedUint64NetSerializerConfig \ +static_assert(alignof(FPackedUint64NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedUint64NetSerializerConfig"); \ +static_assert(sizeof(FPackedUint64NetSerializerConfig) == 0x000010, "Wrong size on FPackedUint64NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedInt32NetSerializerConfig \ +static_assert(alignof(FPackedInt32NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedInt32NetSerializerConfig"); \ +static_assert(sizeof(FPackedInt32NetSerializerConfig) == 0x000010, "Wrong size on FPackedInt32NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedUint32NetSerializerConfig \ +static_assert(alignof(FPackedUint32NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedUint32NetSerializerConfig"); \ +static_assert(sizeof(FPackedUint32NetSerializerConfig) == 0x000010, "Wrong size on FPackedUint32NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantizeNetSerializerConfig \ +static_assert(alignof(FVectorNetQuantizeNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantizeNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantizeNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantizeNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantize10NetSerializerConfig \ +static_assert(alignof(FVectorNetQuantize10NetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantize10NetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantize10NetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantize10NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantize100NetSerializerConfig \ +static_assert(alignof(FVectorNetQuantize100NetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantize100NetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantize100NetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantize100NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantizeNormalNetSerializerConfig \ +static_assert(alignof(FVectorNetQuantizeNormalNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantizeNormalNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantizeNormalNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantizeNormalNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPolymorphicStructNetSerializerConfig \ +static_assert(alignof(FPolymorphicStructNetSerializerConfig) == 0x000008, "Wrong alignment on FPolymorphicStructNetSerializerConfig"); \ +static_assert(sizeof(FPolymorphicStructNetSerializerConfig) == 0x000028, "Wrong size on FPolymorphicStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPolymorphicArrayStructNetSerializerConfig \ +static_assert(alignof(FPolymorphicArrayStructNetSerializerConfig) == 0x000008, "Wrong alignment on FPolymorphicArrayStructNetSerializerConfig"); \ +static_assert(sizeof(FPolymorphicArrayStructNetSerializerConfig) == 0x000028, "Wrong size on FPolymorphicArrayStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUnitQuatNetSerializerConfig \ +static_assert(alignof(FUnitQuatNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuatNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuatNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuatNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUnitQuat4fNetSerializerConfig \ +static_assert(alignof(FUnitQuat4fNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuat4fNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuat4fNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuat4fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUnitQuat4dNetSerializerConfig \ +static_assert(alignof(FUnitQuat4dNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuat4dNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuat4dNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuat4dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorNetSerializerConfig \ +static_assert(alignof(FRotatorNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorNetSerializerConfig"); \ +static_assert(sizeof(FRotatorNetSerializerConfig) == 0x000010, "Wrong size on FRotatorNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorAsByteNetSerializerConfig \ +static_assert(alignof(FRotatorAsByteNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorAsByteNetSerializerConfig"); \ +static_assert(sizeof(FRotatorAsByteNetSerializerConfig) == 0x000010, "Wrong size on FRotatorAsByteNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorAsShortNetSerializerConfig \ +static_assert(alignof(FRotatorAsShortNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorAsShortNetSerializerConfig"); \ +static_assert(sizeof(FRotatorAsShortNetSerializerConfig) == 0x000010, "Wrong size on FRotatorAsShortNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotator3fNetSerializerConfig \ +static_assert(alignof(FRotator3fNetSerializerConfig) == 0x000008, "Wrong alignment on FRotator3fNetSerializerConfig"); \ +static_assert(sizeof(FRotator3fNetSerializerConfig) == 0x000010, "Wrong size on FRotator3fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotator3dNetSerializerConfig \ +static_assert(alignof(FRotator3dNetSerializerConfig) == 0x000008, "Wrong alignment on FRotator3dNetSerializerConfig"); \ +static_assert(sizeof(FRotator3dNetSerializerConfig) == 0x000010, "Wrong size on FRotator3dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftObjectNetSerializerConfig \ +static_assert(alignof(FSoftObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftObjectNetSerializerConfig"); \ +static_assert(sizeof(FSoftObjectNetSerializerConfig) == 0x000010, "Wrong size on FSoftObjectNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPathNetSerializerConfig \ +static_assert(alignof(FSoftObjectPathNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftObjectPathNetSerializerConfig"); \ +static_assert(sizeof(FSoftObjectPathNetSerializerConfig) == 0x000010, "Wrong size on FSoftObjectPathNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftClassPathNetSerializerConfig \ +static_assert(alignof(FSoftClassPathNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftClassPathNetSerializerConfig"); \ +static_assert(sizeof(FSoftClassPathNetSerializerConfig) == 0x000010, "Wrong size on FSoftClassPathNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNameNetSerializerConfig \ +static_assert(alignof(FNameNetSerializerConfig) == 0x000008, "Wrong alignment on FNameNetSerializerConfig"); \ +static_assert(sizeof(FNameNetSerializerConfig) == 0x000010, "Wrong size on FNameNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FStringNetSerializerConfig \ +static_assert(alignof(FStringNetSerializerConfig) == 0x000008, "Wrong alignment on FStringNetSerializerConfig"); \ +static_assert(sizeof(FStringNetSerializerConfig) == 0x000010, "Wrong size on FStringNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUintNetSerializerConfig \ +static_assert(alignof(FUintNetSerializerConfig) == 0x000008, "Wrong alignment on FUintNetSerializerConfig"); \ +static_assert(sizeof(FUintNetSerializerConfig) == 0x000018, "Wrong size on FUintNetSerializerConfig"); \ +static_assert(offsetof(FUintNetSerializerConfig, BitCount) == 0x000010, "Member 'FUintNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint8RangeNetSerializerConfig \ +static_assert(alignof(FUint8RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint8RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint8RangeNetSerializerConfig) == 0x000018, "Wrong size on FUint8RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint8RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, UpperBound) == 0x000011, "Member 'FUint8RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, BitCount) == 0x000012, "Member 'FUint8RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint16RangeNetSerializerConfig \ +static_assert(alignof(FUint16RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint16RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint16RangeNetSerializerConfig) == 0x000018, "Wrong size on FUint16RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint16RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, UpperBound) == 0x000012, "Member 'FUint16RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, BitCount) == 0x000014, "Member 'FUint16RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32RangeNetSerializerConfig \ +static_assert(alignof(FUint32RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint32RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint32RangeNetSerializerConfig) == 0x000020, "Wrong size on FUint32RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint32RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, UpperBound) == 0x000014, "Member 'FUint32RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, BitCount) == 0x000018, "Member 'FUint32RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64RangeNetSerializerConfig \ +static_assert(alignof(FUint64RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint64RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint64RangeNetSerializerConfig) == 0x000028, "Wrong size on FUint64RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint64RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, UpperBound) == 0x000018, "Member 'FUint64RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, BitCount) == 0x000020, "Member 'FUint64RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorNetSerializerConfig \ +static_assert(alignof(FVectorNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVector3fNetSerializerConfig \ +static_assert(alignof(FVector3fNetSerializerConfig) == 0x000008, "Wrong alignment on FVector3fNetSerializerConfig"); \ +static_assert(sizeof(FVector3fNetSerializerConfig) == 0x000010, "Wrong size on FVector3fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVector3dNetSerializerConfig \ +static_assert(alignof(FVector3dNetSerializerConfig) == 0x000008, "Wrong alignment on FVector3dNetSerializerConfig"); \ +static_assert(sizeof(FVector3dNetSerializerConfig) == 0x000010, "Wrong size on FVector3dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSupportsStructNetSerializerConfig \ +static_assert(alignof(FSupportsStructNetSerializerConfig) == 0x000004, "Wrong alignment on FSupportsStructNetSerializerConfig"); \ +static_assert(sizeof(FSupportsStructNetSerializerConfig) == 0x00000C, "Wrong size on FSupportsStructNetSerializerConfig"); \ +static_assert(offsetof(FSupportsStructNetSerializerConfig, StructName) == 0x000000, "Member 'FSupportsStructNetSerializerConfig::StructName' has a wrong offset!"); \ +static_assert(offsetof(FSupportsStructNetSerializerConfig, bCanUseStructNetSerializer) == 0x000008, "Member 'FSupportsStructNetSerializerConfig::bCanUseStructNetSerializer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataStream \ +static_assert(alignof(UDataStream) == 0x000008, "Wrong alignment on UDataStream"); \ +static_assert(sizeof(UDataStream) == 0x000028, "Wrong size on UDataStream"); \ + +#define DUMPER7_ASSERTS_UDataStreamDefinitions \ +static_assert(alignof(UDataStreamDefinitions) == 0x000008, "Wrong alignment on UDataStreamDefinitions"); \ +static_assert(sizeof(UDataStreamDefinitions) == 0x000040, "Wrong size on UDataStreamDefinitions"); \ +static_assert(offsetof(UDataStreamDefinitions, DataStreamDefinitions) == 0x000028, "Member 'UDataStreamDefinitions::DataStreamDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataStreamManager \ +static_assert(alignof(UDataStreamManager) == 0x000008, "Wrong alignment on UDataStreamManager"); \ +static_assert(sizeof(UDataStreamManager) == 0x000030, "Wrong size on UDataStreamManager"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilterConfig \ +static_assert(alignof(UNetObjectFilterConfig) == 0x000008, "Wrong alignment on UNetObjectFilterConfig"); \ +static_assert(sizeof(UNetObjectFilterConfig) == 0x000030, "Wrong size on UNetObjectFilterConfig"); \ +static_assert(offsetof(UNetObjectFilterConfig, FilterType) == 0x000028, "Member 'UNetObjectFilterConfig::FilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFilterOutNetObjectFilterConfig \ +static_assert(alignof(UFilterOutNetObjectFilterConfig) == 0x000008, "Wrong alignment on UFilterOutNetObjectFilterConfig"); \ +static_assert(sizeof(UFilterOutNetObjectFilterConfig) == 0x000030, "Wrong size on UFilterOutNetObjectFilterConfig"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilter \ +static_assert(alignof(UNetObjectFilter) == 0x000008, "Wrong alignment on UNetObjectFilter"); \ +static_assert(sizeof(UNetObjectFilter) == 0x000050, "Wrong size on UNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UFilterOutNetObjectFilter \ +static_assert(alignof(UFilterOutNetObjectFilter) == 0x000008, "Wrong alignment on UFilterOutNetObjectFilter"); \ +static_assert(sizeof(UFilterOutNetObjectFilter) == 0x000050, "Wrong size on UFilterOutNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UIrisObjectReferencePackageMap \ +static_assert(alignof(UIrisObjectReferencePackageMap) == 0x000008, "Wrong alignment on UIrisObjectReferencePackageMap"); \ +static_assert(sizeof(UIrisObjectReferencePackageMap) == 0x0000E8, "Wrong size on UIrisObjectReferencePackageMap"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizer \ +static_assert(alignof(UNetObjectPrioritizer) == 0x000008, "Wrong alignment on UNetObjectPrioritizer"); \ +static_assert(sizeof(UNetObjectPrioritizer) == 0x000028, "Wrong size on UNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_ULocationBasedNetObjectPrioritizer \ +static_assert(alignof(ULocationBasedNetObjectPrioritizer) == 0x000008, "Wrong alignment on ULocationBasedNetObjectPrioritizer"); \ +static_assert(sizeof(ULocationBasedNetObjectPrioritizer) == 0x000060, "Wrong size on ULocationBasedNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_UNetBlobHandler \ +static_assert(alignof(UNetBlobHandler) == 0x000008, "Wrong alignment on UNetBlobHandler"); \ +static_assert(sizeof(UNetBlobHandler) == 0x000038, "Wrong size on UNetBlobHandler"); \ + +#define DUMPER7_ASSERTS_UNetBlobHandlerDefinitions \ +static_assert(alignof(UNetBlobHandlerDefinitions) == 0x000008, "Wrong alignment on UNetBlobHandlerDefinitions"); \ +static_assert(sizeof(UNetBlobHandlerDefinitions) == 0x000038, "Wrong size on UNetBlobHandlerDefinitions"); \ +static_assert(offsetof(UNetBlobHandlerDefinitions, NetBlobHandlerDefinitions) == 0x000028, "Member 'UNetBlobHandlerDefinitions::NetBlobHandlerDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectBlobHandler \ +static_assert(alignof(UNetObjectBlobHandler) == 0x000008, "Wrong alignment on UNetObjectBlobHandler"); \ +static_assert(sizeof(UNetObjectBlobHandler) == 0x000038, "Wrong size on UNetObjectBlobHandler"); \ + +#define DUMPER7_ASSERTS_UNetObjectConnectionFilterConfig \ +static_assert(alignof(UNetObjectConnectionFilterConfig) == 0x000008, "Wrong alignment on UNetObjectConnectionFilterConfig"); \ +static_assert(sizeof(UNetObjectConnectionFilterConfig) == 0x000038, "Wrong size on UNetObjectConnectionFilterConfig"); \ +static_assert(offsetof(UNetObjectConnectionFilterConfig, MaxObjectCount) == 0x000030, "Member 'UNetObjectConnectionFilterConfig::MaxObjectCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectConnectionFilter \ +static_assert(alignof(UNetObjectConnectionFilter) == 0x000008, "Wrong alignment on UNetObjectConnectionFilter"); \ +static_assert(sizeof(UNetObjectConnectionFilter) == 0x0000A0, "Wrong size on UNetObjectConnectionFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizerConfig \ +static_assert(alignof(UNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on UNetObjectPrioritizerConfig"); \ +static_assert(sizeof(UNetObjectPrioritizerConfig) == 0x000028, "Wrong size on UNetObjectPrioritizerConfig"); \ + +#define DUMPER7_ASSERTS_UNetObjectCountLimiterConfig \ +static_assert(alignof(UNetObjectCountLimiterConfig) == 0x000008, "Wrong alignment on UNetObjectCountLimiterConfig"); \ +static_assert(sizeof(UNetObjectCountLimiterConfig) == 0x000040, "Wrong size on UNetObjectCountLimiterConfig"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, Mode) == 0x000028, "Member 'UNetObjectCountLimiterConfig::Mode' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, MaxObjectCount) == 0x00002C, "Member 'UNetObjectCountLimiterConfig::MaxObjectCount' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, Priority) == 0x000030, "Member 'UNetObjectCountLimiterConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, OwningConnectionPriority) == 0x000034, "Member 'UNetObjectCountLimiterConfig::OwningConnectionPriority' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, bEnableOwnedObjectsFastLane) == 0x000038, "Member 'UNetObjectCountLimiterConfig::bEnableOwnedObjectsFastLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectCountLimiter \ +static_assert(alignof(UNetObjectCountLimiter) == 0x000008, "Wrong alignment on UNetObjectCountLimiter"); \ +static_assert(sizeof(UNetObjectCountLimiter) == 0x000090, "Wrong size on UNetObjectCountLimiter"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilterDefinitions \ +static_assert(alignof(UNetObjectFilterDefinitions) == 0x000008, "Wrong alignment on UNetObjectFilterDefinitions"); \ +static_assert(sizeof(UNetObjectFilterDefinitions) == 0x000038, "Wrong size on UNetObjectFilterDefinitions"); \ +static_assert(offsetof(UNetObjectFilterDefinitions, NetObjectFilterDefinitions) == 0x000028, "Member 'UNetObjectFilterDefinitions::NetObjectFilterDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridFilterConfig \ +static_assert(alignof(UNetObjectGridFilterConfig) == 0x000008, "Wrong alignment on UNetObjectGridFilterConfig"); \ +static_assert(sizeof(UNetObjectGridFilterConfig) == 0x000090, "Wrong size on UNetObjectGridFilterConfig"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, ViewPosRelevancyFrameCount) == 0x000030, "Member 'UNetObjectGridFilterConfig::ViewPosRelevancyFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, DefaultFrameCountBeforeCulling) == 0x000034, "Member 'UNetObjectGridFilterConfig::DefaultFrameCountBeforeCulling' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, CellSizeX) == 0x000038, "Member 'UNetObjectGridFilterConfig::CellSizeX' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, CellSizeY) == 0x00003C, "Member 'UNetObjectGridFilterConfig::CellSizeY' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, MaxCullDistance) == 0x000040, "Member 'UNetObjectGridFilterConfig::MaxCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, DefaultCullDistance) == 0x000044, "Member 'UNetObjectGridFilterConfig::DefaultCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, MinPos) == 0x000048, "Member 'UNetObjectGridFilterConfig::MinPos' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, MaxPos) == 0x000060, "Member 'UNetObjectGridFilterConfig::MaxPos' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, bUseExactCullDistance) == 0x000078, "Member 'UNetObjectGridFilterConfig::bUseExactCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, FilterProfiles) == 0x000080, "Member 'UNetObjectGridFilterConfig::FilterProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridFilter \ +static_assert(alignof(UNetObjectGridFilter) == 0x000008, "Wrong alignment on UNetObjectGridFilter"); \ +static_assert(sizeof(UNetObjectGridFilter) == 0x000100, "Wrong size on UNetObjectGridFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridWorldLocFilter \ +static_assert(alignof(UNetObjectGridWorldLocFilter) == 0x000008, "Wrong alignment on UNetObjectGridWorldLocFilter"); \ +static_assert(sizeof(UNetObjectGridWorldLocFilter) == 0x000108, "Wrong size on UNetObjectGridWorldLocFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridFragmentLocFilter \ +static_assert(alignof(UNetObjectGridFragmentLocFilter) == 0x000008, "Wrong alignment on UNetObjectGridFragmentLocFilter"); \ +static_assert(sizeof(UNetObjectGridFragmentLocFilter) == 0x000150, "Wrong size on UNetObjectGridFragmentLocFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizerDefinitions \ +static_assert(alignof(UNetObjectPrioritizerDefinitions) == 0x000008, "Wrong alignment on UNetObjectPrioritizerDefinitions"); \ +static_assert(sizeof(UNetObjectPrioritizerDefinitions) == 0x000038, "Wrong size on UNetObjectPrioritizerDefinitions"); \ +static_assert(offsetof(UNetObjectPrioritizerDefinitions, NetObjectPrioritizerDefinitions) == 0x000028, "Member 'UNetObjectPrioritizerDefinitions::NetObjectPrioritizerDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetRPCHandler \ +static_assert(alignof(UNetRPCHandler) == 0x000008, "Wrong alignment on UNetRPCHandler"); \ +static_assert(sizeof(UNetRPCHandler) == 0x000040, "Wrong size on UNetRPCHandler"); \ + +#define DUMPER7_ASSERTS_UNetTokenDataStream \ +static_assert(alignof(UNetTokenDataStream) == 0x000008, "Wrong alignment on UNetTokenDataStream"); \ +static_assert(sizeof(UNetTokenDataStream) == 0x000078, "Wrong size on UNetTokenDataStream"); \ + +#define DUMPER7_ASSERTS_UNopNetObjectFilterConfig \ +static_assert(alignof(UNopNetObjectFilterConfig) == 0x000008, "Wrong alignment on UNopNetObjectFilterConfig"); \ +static_assert(sizeof(UNopNetObjectFilterConfig) == 0x000030, "Wrong size on UNopNetObjectFilterConfig"); \ + +#define DUMPER7_ASSERTS_UNopNetObjectFilter \ +static_assert(alignof(UNopNetObjectFilter) == 0x000008, "Wrong alignment on UNopNetObjectFilter"); \ +static_assert(sizeof(UNopNetObjectFilter) == 0x000050, "Wrong size on UNopNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UReplicationBridge \ +static_assert(alignof(UReplicationBridge) == 0x000008, "Wrong alignment on UReplicationBridge"); \ +static_assert(sizeof(UReplicationBridge) == 0x000110, "Wrong size on UReplicationBridge"); \ + +#define DUMPER7_ASSERTS_UObjectReplicationBridge \ +static_assert(alignof(UObjectReplicationBridge) == 0x000008, "Wrong alignment on UObjectReplicationBridge"); \ +static_assert(sizeof(UObjectReplicationBridge) == 0x000550, "Wrong size on UObjectReplicationBridge"); \ + +#define DUMPER7_ASSERTS_UObjectReplicationBridgeConfig \ +static_assert(alignof(UObjectReplicationBridgeConfig) == 0x000008, "Wrong alignment on UObjectReplicationBridgeConfig"); \ +static_assert(sizeof(UObjectReplicationBridgeConfig) == 0x0000B0, "Wrong size on UObjectReplicationBridgeConfig"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, PollConfigs) == 0x000028, "Member 'UObjectReplicationBridgeConfig::PollConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, FilterConfigs) == 0x000038, "Member 'UObjectReplicationBridgeConfig::FilterConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, PrioritizerConfigs) == 0x000048, "Member 'UObjectReplicationBridgeConfig::PrioritizerConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, DeltaCompressionConfigs) == 0x000058, "Member 'UObjectReplicationBridgeConfig::DeltaCompressionConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, CriticalClassConfigs) == 0x000068, "Member 'UObjectReplicationBridgeConfig::CriticalClassConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, bAllClassesCritical) == 0x000078, "Member 'UObjectReplicationBridgeConfig::bAllClassesCritical' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, TypeStatsConfigs) == 0x000080, "Member 'UObjectReplicationBridgeConfig::TypeStatsConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, DefaultSpatialFilterName) == 0x000090, "Member 'UObjectReplicationBridgeConfig::DefaultSpatialFilterName' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, RequiredNetDriverChannelClassName) == 0x000098, "Member 'UObjectReplicationBridgeConfig::RequiredNetDriverChannelClassName' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, CriticalActorClasses) == 0x0000A0, "Member 'UObjectReplicationBridgeConfig::CriticalActorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequentialPartialNetBlobHandlerConfig \ +static_assert(alignof(USequentialPartialNetBlobHandlerConfig) == 0x000008, "Wrong alignment on USequentialPartialNetBlobHandlerConfig"); \ +static_assert(sizeof(USequentialPartialNetBlobHandlerConfig) == 0x000030, "Wrong size on USequentialPartialNetBlobHandlerConfig"); \ +static_assert(offsetof(USequentialPartialNetBlobHandlerConfig, MaxPartBitCount) == 0x000028, "Member 'USequentialPartialNetBlobHandlerConfig::MaxPartBitCount' has a wrong offset!"); \ +static_assert(offsetof(USequentialPartialNetBlobHandlerConfig, MaxPartCount) == 0x00002C, "Member 'USequentialPartialNetBlobHandlerConfig::MaxPartCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartialNetObjectAttachmentHandlerConfig \ +static_assert(alignof(UPartialNetObjectAttachmentHandlerConfig) == 0x000008, "Wrong alignment on UPartialNetObjectAttachmentHandlerConfig"); \ +static_assert(sizeof(UPartialNetObjectAttachmentHandlerConfig) == 0x000040, "Wrong size on UPartialNetObjectAttachmentHandlerConfig"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, BitCountSplitThreshold) == 0x000030, "Member 'UPartialNetObjectAttachmentHandlerConfig::BitCountSplitThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, ClientUnreliableBitCountSplitThreshold) == 0x000034, "Member 'UPartialNetObjectAttachmentHandlerConfig::ClientUnreliableBitCountSplitThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, ServerUnreliableBitCountSplitThreshold) == 0x000038, "Member 'UPartialNetObjectAttachmentHandlerConfig::ServerUnreliableBitCountSplitThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequentialPartialNetBlobHandler \ +static_assert(alignof(USequentialPartialNetBlobHandler) == 0x000008, "Wrong alignment on USequentialPartialNetBlobHandler"); \ +static_assert(sizeof(USequentialPartialNetBlobHandler) == 0x000048, "Wrong size on USequentialPartialNetBlobHandler"); \ + +#define DUMPER7_ASSERTS_UPartialNetObjectAttachmentHandler \ +static_assert(alignof(UPartialNetObjectAttachmentHandler) == 0x000008, "Wrong alignment on UPartialNetObjectAttachmentHandler"); \ +static_assert(sizeof(UPartialNetObjectAttachmentHandler) == 0x000048, "Wrong size on UPartialNetObjectAttachmentHandler"); \ + +#define DUMPER7_ASSERTS_UReplicationDataStream \ +static_assert(alignof(UReplicationDataStream) == 0x000008, "Wrong alignment on UReplicationDataStream"); \ +static_assert(sizeof(UReplicationDataStream) == 0x000038, "Wrong size on UReplicationDataStream"); \ + +#define DUMPER7_ASSERTS_UReplicationSystem \ +static_assert(alignof(UReplicationSystem) == 0x000008, "Wrong alignment on UReplicationSystem"); \ +static_assert(sizeof(UReplicationSystem) == 0x000058, "Wrong size on UReplicationSystem"); \ +static_assert(offsetof(UReplicationSystem, ReplicationBridge) == 0x000038, "Member 'UReplicationSystem::ReplicationBridge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereNetObjectPrioritizerConfig \ +static_assert(alignof(USphereNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on USphereNetObjectPrioritizerConfig"); \ +static_assert(sizeof(USphereNetObjectPrioritizerConfig) == 0x000040, "Wrong size on USphereNetObjectPrioritizerConfig"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, InnerRadius) == 0x000028, "Member 'USphereNetObjectPrioritizerConfig::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OuterRadius) == 0x00002C, "Member 'USphereNetObjectPrioritizerConfig::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, InnerPriority) == 0x000030, "Member 'USphereNetObjectPrioritizerConfig::InnerPriority' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OuterPriority) == 0x000034, "Member 'USphereNetObjectPrioritizerConfig::OuterPriority' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OutsidePriority) == 0x000038, "Member 'USphereNetObjectPrioritizerConfig::OutsidePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereNetObjectPrioritizer \ +static_assert(alignof(USphereNetObjectPrioritizer) == 0x000008, "Wrong alignment on USphereNetObjectPrioritizer"); \ +static_assert(sizeof(USphereNetObjectPrioritizer) == 0x000068, "Wrong size on USphereNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_USphereWithOwnerBoostNetObjectPrioritizerConfig \ +static_assert(alignof(USphereWithOwnerBoostNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on USphereWithOwnerBoostNetObjectPrioritizerConfig"); \ +static_assert(sizeof(USphereWithOwnerBoostNetObjectPrioritizerConfig) == 0x000048, "Wrong size on USphereWithOwnerBoostNetObjectPrioritizerConfig"); \ +static_assert(offsetof(USphereWithOwnerBoostNetObjectPrioritizerConfig, OwnerPriorityBoost) == 0x000040, "Member 'USphereWithOwnerBoostNetObjectPrioritizerConfig::OwnerPriorityBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereWithOwnerBoostNetObjectPrioritizer \ +static_assert(alignof(USphereWithOwnerBoostNetObjectPrioritizer) == 0x000008, "Wrong alignment on USphereWithOwnerBoostNetObjectPrioritizer"); \ +static_assert(sizeof(USphereWithOwnerBoostNetObjectPrioritizer) == 0x0000A0, "Wrong size on USphereWithOwnerBoostNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_UReplicationStateDescriptorConfig \ +static_assert(alignof(UReplicationStateDescriptorConfig) == 0x000008, "Wrong alignment on UReplicationStateDescriptorConfig"); \ +static_assert(sizeof(UReplicationStateDescriptorConfig) == 0x000038, "Wrong size on UReplicationStateDescriptorConfig"); \ +static_assert(offsetof(UReplicationStateDescriptorConfig, SupportsStructNetSerializerList) == 0x000028, "Member 'UReplicationStateDescriptorConfig::SupportsStructNetSerializerList' has a wrong offset!"); \ + +#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_FVertexID \ +static_assert(alignof(FVertexID) == 0x000004, "Wrong alignment on FVertexID"); \ +static_assert(sizeof(FVertexID) == 0x000004, "Wrong size on FVertexID"); \ + +#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_FEdgeID \ +static_assert(alignof(FEdgeID) == 0x000004, "Wrong alignment on FEdgeID"); \ +static_assert(sizeof(FEdgeID) == 0x000004, "Wrong size on FEdgeID"); \ + +#define DUMPER7_ASSERTS_FUVID \ +static_assert(alignof(FUVID) == 0x000004, "Wrong alignment on FUVID"); \ +static_assert(sizeof(FUVID) == 0x000004, "Wrong size on FUVID"); \ + +#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_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_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_SetPolygonVertexInstances \ +static_assert(alignof(MeshDescriptionBase_SetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_SetPolygonVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_SetPolygonVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstances, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_SetPolygonVertexInstances::VertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_SetVertexPosition) == 0x000008, "Wrong alignment on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_SetVertexPosition) == 0x000020, "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) == 0x000008, "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_GetEdgeCount \ +static_assert(alignof(MeshDescriptionBase_GetEdgeCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetEdgeCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeCount::ReturnValue' 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_GetPolygonCount \ +static_assert(alignof(MeshDescriptionBase_GetPolygonCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetPolygonCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupCount \ +static_assert(alignof(MeshDescriptionBase_GetPolygonGroupCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetPolygonGroupCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupCount::ReturnValue' 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_GetTriangleCount \ +static_assert(alignof(MeshDescriptionBase_GetTriangleCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetTriangleCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleCount::ReturnValue' 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_GetVertexCount \ +static_assert(alignof(MeshDescriptionBase_GetVertexCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetVertexCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetVertexCount::ReturnValue' 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_GetVertexInstanceCount \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetVertexInstanceCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceCount::ReturnValue' 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) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPosition) == 0x000020, "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) == 0x000008, "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) == 0x0002F0, "Wrong size on UMeshDescriptionBase"); \ + +#define DUMPER7_ASSERTS_UMeshDescriptionBaseBulkData \ +static_assert(alignof(UMeshDescriptionBaseBulkData) == 0x000008, "Wrong alignment on UMeshDescriptionBaseBulkData"); \ +static_assert(sizeof(UMeshDescriptionBaseBulkData) == 0x000028, "Wrong size on UMeshDescriptionBaseBulkData"); \ + +#define DUMPER7_ASSERTS_FS_Dialogue_EndParameters \ +static_assert(alignof(FS_Dialogue_EndParameters) == 0x000001, "Wrong alignment on FS_Dialogue_EndParameters"); \ +static_assert(sizeof(FS_Dialogue_EndParameters) == 0x000002, "Wrong size on FS_Dialogue_EndParameters"); \ +static_assert(offsetof(FS_Dialogue_EndParameters, UseCameraBlend_1_44717B5F4C7E98841947E68CECFD86AD) == 0x000000, "Member 'FS_Dialogue_EndParameters::UseCameraBlend_1_44717B5F4C7E98841947E68CECFD86AD' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_EndParameters, RestorePreviousInteractiveMusic_4_ECCECC9C44F50C7EE6064E9D085A8A37) == 0x000001, "Member 'FS_Dialogue_EndParameters::RestorePreviousInteractiveMusic_4_ECCECC9C44F50C7EE6064E9D085A8A37' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUVMapSettings \ +static_assert(alignof(FUVMapSettings) == 0x000008, "Wrong alignment on FUVMapSettings"); \ +static_assert(sizeof(FUVMapSettings) == 0x000070, "Wrong size on FUVMapSettings"); \ +static_assert(offsetof(FUVMapSettings, Size) == 0x000000, "Member 'FUVMapSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, UVTile) == 0x000018, "Member 'FUVMapSettings::UVTile' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, position) == 0x000028, "Member 'FUVMapSettings::position' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Rotation) == 0x000040, "Member 'FUVMapSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Scale) == 0x000058, "Member 'FUVMapSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_CreateCube \ +static_assert(alignof(StaticMeshDescription_CreateCube) == 0x000008, "Wrong alignment on StaticMeshDescription_CreateCube"); \ +static_assert(sizeof(StaticMeshDescription_CreateCube) == 0x000050, "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) == 0x000018, "Member 'StaticMeshDescription_CreateCube::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonGroup) == 0x000030, "Member 'StaticMeshDescription_CreateCube::PolygonGroup' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusX) == 0x000034, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusX) == 0x000038, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusY) == 0x00003C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusY) == 0x000040, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusZ) == 0x000044, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusZ' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusZ) == 0x000048, "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) == 0x00000C, "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) == 0x000008, "Wrong alignment on StaticMeshDescription_SetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_SetVertexInstanceUV) == 0x000020, "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) == 0x000008, "Member 'StaticMeshDescription_SetVertexInstanceUV::UV' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UVIndex) == 0x000018, "Member 'StaticMeshDescription_SetVertexInstanceUV::UVIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_GetVertexInstanceUV \ +static_assert(alignof(StaticMeshDescription_GetVertexInstanceUV) == 0x000008, "Wrong alignment on StaticMeshDescription_GetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_GetVertexInstanceUV) == 0x000018, "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) == 0x0002F0, "Wrong size on UStaticMeshDescription"); \ + +#define DUMPER7_ASSERTS_UCTS_H1_Outline_C \ +static_assert(alignof(UCTS_H1_Outline_C) == 0x000010, "Wrong alignment on UCTS_H1_Outline_C"); \ +static_assert(sizeof(UCTS_H1_Outline_C) == 0x0001B0, "Wrong size on UCTS_H1_Outline_C"); \ + +#define DUMPER7_ASSERTS_FBoneID \ +static_assert(alignof(FBoneID) == 0x000004, "Wrong alignment on FBoneID"); \ +static_assert(sizeof(FBoneID) == 0x000004, "Wrong size on FBoneID"); \ + +#define DUMPER7_ASSERTS_FSourceGeometryPartID \ +static_assert(alignof(FSourceGeometryPartID) == 0x000004, "Wrong alignment on FSourceGeometryPartID"); \ +static_assert(sizeof(FSourceGeometryPartID) == 0x000004, "Wrong size on FSourceGeometryPartID"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshDescription \ +static_assert(alignof(USkeletalMeshDescription) == 0x000008, "Wrong alignment on USkeletalMeshDescription"); \ +static_assert(sizeof(USkeletalMeshDescription) == 0x0002F0, "Wrong size on USkeletalMeshDescription"); \ + +#define DUMPER7_ASSERTS_FDataflowConnection \ +static_assert(alignof(FDataflowConnection) == 0x000008, "Wrong alignment on FDataflowConnection"); \ +static_assert(sizeof(FDataflowConnection) == 0x000040, "Wrong size on FDataflowConnection"); \ + +#define DUMPER7_ASSERTS_FDataflowInput \ +static_assert(alignof(FDataflowInput) == 0x000008, "Wrong alignment on FDataflowInput"); \ +static_assert(sizeof(FDataflowInput) == 0x000048, "Wrong size on FDataflowInput"); \ + +#define DUMPER7_ASSERTS_FDataflowOutput \ +static_assert(alignof(FDataflowOutput) == 0x000008, "Wrong alignment on FDataflowOutput"); \ +static_assert(sizeof(FDataflowOutput) == 0x000068, "Wrong size on FDataflowOutput"); \ + +#define DUMPER7_ASSERTS_FDataflowNode \ +static_assert(alignof(FDataflowNode) == 0x000008, "Wrong alignment on FDataflowNode"); \ +static_assert(sizeof(FDataflowNode) == 0x0000E8, "Wrong size on FDataflowNode"); \ +static_assert(offsetof(FDataflowNode, bActive) == 0x0000C8, "Member 'FDataflowNode::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowOverrideNode \ +static_assert(alignof(FDataflowOverrideNode) == 0x000008, "Wrong alignment on FDataflowOverrideNode"); \ +static_assert(sizeof(FDataflowOverrideNode) == 0x000108, "Wrong size on FDataflowOverrideNode"); \ +static_assert(offsetof(FDataflowOverrideNode, Key) == 0x0000E8, "Member 'FDataflowOverrideNode::Key' has a wrong offset!"); \ +static_assert(offsetof(FDataflowOverrideNode, Default) == 0x0000F0, "Member 'FDataflowOverrideNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FDataflowOverrideNode, IsOverriden) == 0x000100, "Member 'FDataflowOverrideNode::IsOverriden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSelection \ +static_assert(alignof(FDataflowSelection) == 0x000008, "Wrong alignment on FDataflowSelection"); \ +static_assert(sizeof(FDataflowSelection) == 0x000020, "Wrong size on FDataflowSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowTransformSelection \ +static_assert(alignof(FDataflowTransformSelection) == 0x000008, "Wrong alignment on FDataflowTransformSelection"); \ +static_assert(sizeof(FDataflowTransformSelection) == 0x000020, "Wrong size on FDataflowTransformSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowVertexSelection \ +static_assert(alignof(FDataflowVertexSelection) == 0x000008, "Wrong alignment on FDataflowVertexSelection"); \ +static_assert(sizeof(FDataflowVertexSelection) == 0x000020, "Wrong size on FDataflowVertexSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowFaceSelection \ +static_assert(alignof(FDataflowFaceSelection) == 0x000008, "Wrong alignment on FDataflowFaceSelection"); \ +static_assert(sizeof(FDataflowFaceSelection) == 0x000020, "Wrong size on FDataflowFaceSelection"); \ + +#define DUMPER7_ASSERTS_FNodeColors \ +static_assert(alignof(FNodeColors) == 0x000004, "Wrong alignment on FNodeColors"); \ +static_assert(sizeof(FNodeColors) == 0x000020, "Wrong size on FNodeColors"); \ +static_assert(offsetof(FNodeColors, NodeTitleColor) == 0x000000, "Member 'FNodeColors::NodeTitleColor' has a wrong offset!"); \ +static_assert(offsetof(FNodeColors, NodeBodyTintColor) == 0x000010, "Member 'FNodeColors::NodeBodyTintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTerminalNode \ +static_assert(alignof(FDataflowTerminalNode) == 0x000008, "Wrong alignment on FDataflowTerminalNode"); \ +static_assert(sizeof(FDataflowTerminalNode) == 0x0000E8, "Wrong size on FDataflowTerminalNode"); \ + +#define DUMPER7_ASSERTS_UDataflowSettings \ +static_assert(alignof(UDataflowSettings) == 0x000008, "Wrong alignment on UDataflowSettings"); \ +static_assert(sizeof(UDataflowSettings) == 0x0000E0, "Wrong size on UDataflowSettings"); \ +static_assert(offsetof(UDataflowSettings, ArrayPinTypeColor) == 0x000038, "Member 'UDataflowSettings::ArrayPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, ManagedArrayCollectionPinTypeColor) == 0x000048, "Member 'UDataflowSettings::ManagedArrayCollectionPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, BoxPinTypeColor) == 0x000058, "Member 'UDataflowSettings::BoxPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, SpherePinTypeColor) == 0x000068, "Member 'UDataflowSettings::SpherePinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, NodeColorsMap) == 0x000078, "Member 'UDataflowSettings::NodeColorsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathSegment \ +static_assert(alignof(FPropertyPathSegment) == 0x000008, "Wrong alignment on FPropertyPathSegment"); \ +static_assert(sizeof(FPropertyPathSegment) == 0x000020, "Wrong size on FPropertyPathSegment"); \ +static_assert(offsetof(FPropertyPathSegment, Name) == 0x000000, "Member 'FPropertyPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, ArrayIndex) == 0x000008, "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) == 0x000038, "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_FPropertyPathTestBaseStruct \ +static_assert(alignof(FPropertyPathTestBaseStruct) == 0x000008, "Wrong alignment on FPropertyPathTestBaseStruct"); \ +static_assert(sizeof(FPropertyPathTestBaseStruct) == 0x000008, "Wrong size on FPropertyPathTestBaseStruct"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestInnerStruct \ +static_assert(alignof(FPropertyPathTestInnerStruct) == 0x000008, "Wrong alignment on FPropertyPathTestInnerStruct"); \ +static_assert(sizeof(FPropertyPathTestInnerStruct) == 0x000028, "Wrong size on FPropertyPathTestInnerStruct"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, float_0) == 0x000008, "Member 'FPropertyPathTestInnerStruct::float_0' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, Bool) == 0x00000C, "Member 'FPropertyPathTestInnerStruct::Bool' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumOne) == 0x00000D, "Member 'FPropertyPathTestInnerStruct::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumTwo) == 0x00000E, "Member 'FPropertyPathTestInnerStruct::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumThree) == 0x00000F, "Member 'FPropertyPathTestInnerStruct::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumFour) == 0x000010, "Member 'FPropertyPathTestInnerStruct::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, Integer) == 0x000014, "Member 'FPropertyPathTestInnerStruct::Integer' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, String) == 0x000018, "Member 'FPropertyPathTestInnerStruct::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestStruct \ +static_assert(alignof(FPropertyPathTestStruct) == 0x000008, "Wrong alignment on FPropertyPathTestStruct"); \ +static_assert(sizeof(FPropertyPathTestStruct) == 0x000060, "Wrong size on FPropertyPathTestStruct"); \ +static_assert(offsetof(FPropertyPathTestStruct, Bool) == 0x000008, "Member 'FPropertyPathTestStruct::Bool' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, Integer) == 0x00000C, "Member 'FPropertyPathTestStruct::Integer' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumOne) == 0x000010, "Member 'FPropertyPathTestStruct::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumTwo) == 0x000011, "Member 'FPropertyPathTestStruct::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumThree) == 0x000012, "Member 'FPropertyPathTestStruct::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumFour) == 0x000013, "Member 'FPropertyPathTestStruct::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, String) == 0x000018, "Member 'FPropertyPathTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, float_0) == 0x000028, "Member 'FPropertyPathTestStruct::float_0' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, InnerStruct) == 0x000030, "Member 'FPropertyPathTestStruct::InnerStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, InnerObject) == 0x000058, "Member 'FPropertyPathTestStruct::InnerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestBed \ +static_assert(alignof(FPropertyPathTestBed) == 0x000008, "Wrong alignment on FPropertyPathTestBed"); \ +static_assert(sizeof(FPropertyPathTestBed) == 0x0000D0, "Wrong size on FPropertyPathTestBed"); \ +static_assert(offsetof(FPropertyPathTestBed, Object) == 0x000000, "Member 'FPropertyPathTestBed::Object' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, ModifiedObject) == 0x000008, "Member 'FPropertyPathTestBed::ModifiedObject' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, ModifiedStruct) == 0x000010, "Member 'FPropertyPathTestBed::ModifiedStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, DefaultStruct) == 0x000070, "Member 'FPropertyPathTestBed::DefaultStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetFloat \ +static_assert(alignof(PropertyPathTestObject_SetFloat) == 0x000004, "Wrong alignment on PropertyPathTestObject_SetFloat"); \ +static_assert(sizeof(PropertyPathTestObject_SetFloat) == 0x000004, "Wrong size on PropertyPathTestObject_SetFloat"); \ +static_assert(offsetof(PropertyPathTestObject_SetFloat, InFloat) == 0x000000, "Member 'PropertyPathTestObject_SetFloat::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStruct \ +static_assert(alignof(PropertyPathTestObject_SetStruct) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStruct"); \ +static_assert(sizeof(PropertyPathTestObject_SetStruct) == 0x000060, "Wrong size on PropertyPathTestObject_SetStruct"); \ +static_assert(offsetof(PropertyPathTestObject_SetStruct, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStruct::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStructConstRef \ +static_assert(alignof(PropertyPathTestObject_SetStructConstRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStructConstRef"); \ +static_assert(sizeof(PropertyPathTestObject_SetStructConstRef) == 0x000060, "Wrong size on PropertyPathTestObject_SetStructConstRef"); \ +static_assert(offsetof(PropertyPathTestObject_SetStructConstRef, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStructConstRef::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStructRef \ +static_assert(alignof(PropertyPathTestObject_SetStructRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStructRef"); \ +static_assert(sizeof(PropertyPathTestObject_SetStructRef) == 0x000060, "Wrong size on PropertyPathTestObject_SetStructRef"); \ +static_assert(offsetof(PropertyPathTestObject_SetStructRef, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStructRef::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetFloat \ +static_assert(alignof(PropertyPathTestObject_GetFloat) == 0x000004, "Wrong alignment on PropertyPathTestObject_GetFloat"); \ +static_assert(sizeof(PropertyPathTestObject_GetFloat) == 0x000004, "Wrong size on PropertyPathTestObject_GetFloat"); \ +static_assert(offsetof(PropertyPathTestObject_GetFloat, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStruct \ +static_assert(alignof(PropertyPathTestObject_GetStruct) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStruct"); \ +static_assert(sizeof(PropertyPathTestObject_GetStruct) == 0x000060, "Wrong size on PropertyPathTestObject_GetStruct"); \ +static_assert(offsetof(PropertyPathTestObject_GetStruct, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStructConstRef \ +static_assert(alignof(PropertyPathTestObject_GetStructConstRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStructConstRef"); \ +static_assert(sizeof(PropertyPathTestObject_GetStructConstRef) == 0x000060, "Wrong size on PropertyPathTestObject_GetStructConstRef"); \ +static_assert(offsetof(PropertyPathTestObject_GetStructConstRef, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStructConstRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStructRef \ +static_assert(alignof(PropertyPathTestObject_GetStructRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStructRef"); \ +static_assert(sizeof(PropertyPathTestObject_GetStructRef) == 0x000060, "Wrong size on PropertyPathTestObject_GetStructRef"); \ +static_assert(offsetof(PropertyPathTestObject_GetStructRef, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStructRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyPathTestObject \ +static_assert(alignof(UPropertyPathTestObject) == 0x000008, "Wrong alignment on UPropertyPathTestObject"); \ +static_assert(sizeof(UPropertyPathTestObject) == 0x000180, "Wrong size on UPropertyPathTestObject"); \ +static_assert(offsetof(UPropertyPathTestObject, Bool) == 0x000028, "Member 'UPropertyPathTestObject::Bool' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumOne) == 0x000029, "Member 'UPropertyPathTestObject::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumTwo) == 0x00002A, "Member 'UPropertyPathTestObject::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumThree) == 0x00002B, "Member 'UPropertyPathTestObject::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumFour) == 0x00002C, "Member 'UPropertyPathTestObject::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, Integer) == 0x000030, "Member 'UPropertyPathTestObject::Integer' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, String) == 0x000038, "Member 'UPropertyPathTestObject::String' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, float_0) == 0x000048, "Member 'UPropertyPathTestObject::float_0' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, Struct) == 0x000050, "Member 'UPropertyPathTestObject::Struct' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, StructRef) == 0x0000B0, "Member 'UPropertyPathTestObject::StructRef' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, StructConstRef) == 0x000110, "Member 'UPropertyPathTestObject::StructConstRef' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, InnerObject) == 0x000170, "Member 'UPropertyPathTestObject::InnerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundGeneratorOutput \ +static_assert(alignof(FSoundGeneratorOutput) == 0x000004, "Wrong alignment on FSoundGeneratorOutput"); \ +static_assert(sizeof(FSoundGeneratorOutput) == 0x000008, "Wrong size on FSoundGeneratorOutput"); \ +static_assert(offsetof(FSoundGeneratorOutput, Name) == 0x000000, "Member 'FSoundGeneratorOutput::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformProjectSettings \ +static_assert(alignof(FSoundWaveCloudStreamingPlatformProjectSettings) == 0x000001, "Wrong alignment on FSoundWaveCloudStreamingPlatformProjectSettings"); \ +static_assert(sizeof(FSoundWaveCloudStreamingPlatformProjectSettings) == 0x000001, "Wrong size on FSoundWaveCloudStreamingPlatformProjectSettings"); \ +static_assert(offsetof(FSoundWaveCloudStreamingPlatformProjectSettings, EnablementSetting) == 0x000000, "Member 'FSoundWaveCloudStreamingPlatformProjectSettings::EnablementSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformSettings \ +static_assert(alignof(FSoundWaveCloudStreamingPlatformSettings) == 0x000001, "Wrong alignment on FSoundWaveCloudStreamingPlatformSettings"); \ +static_assert(sizeof(FSoundWaveCloudStreamingPlatformSettings) == 0x000001, "Wrong size on FSoundWaveCloudStreamingPlatformSettings"); \ +static_assert(offsetof(FSoundWaveCloudStreamingPlatformSettings, EnablementSetting) == 0x000000, "Member 'FSoundWaveCloudStreamingPlatformSettings::EnablementSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioParameter \ +static_assert(alignof(FAudioParameter) == 0x000008, "Wrong alignment on FAudioParameter"); \ +static_assert(sizeof(FAudioParameter) == 0x0000A0, "Wrong size on FAudioParameter"); \ +static_assert(offsetof(FAudioParameter, ParamName) == 0x000000, "Member 'FAudioParameter::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, FloatParam) == 0x000008, "Member 'FAudioParameter::FloatParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, BoolParam) == 0x00000C, "Member 'FAudioParameter::BoolParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, IntParam) == 0x000010, "Member 'FAudioParameter::IntParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ObjectParam) == 0x000018, "Member 'FAudioParameter::ObjectParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, StringParam) == 0x000020, "Member 'FAudioParameter::StringParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ArrayFloatParam) == 0x000030, "Member 'FAudioParameter::ArrayFloatParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ArrayBoolParam) == 0x000040, "Member 'FAudioParameter::ArrayBoolParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ArrayIntParam) == 0x000050, "Member 'FAudioParameter::ArrayIntParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ArrayObjectParam) == 0x000060, "Member 'FAudioParameter::ArrayObjectParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ArrayStringParam) == 0x000070, "Member 'FAudioParameter::ArrayStringParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, ParamType) == 0x000080, "Member 'FAudioParameter::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FAudioParameter, TypeName) == 0x000084, "Member 'FAudioParameter::TypeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioPropertiesBindings \ +static_assert(alignof(UAudioPropertiesBindings) == 0x000008, "Wrong alignment on UAudioPropertiesBindings"); \ +static_assert(sizeof(UAudioPropertiesBindings) == 0x000078, "Wrong size on UAudioPropertiesBindings"); \ +static_assert(offsetof(UAudioPropertiesBindings, ObjectPropertyToSheetPropertyMap) == 0x000028, "Member 'UAudioPropertiesBindings::ObjectPropertyToSheetPropertyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioPropertiesSheetAssetBase \ +static_assert(alignof(UAudioPropertiesSheetAssetBase) == 0x000008, "Wrong alignment on UAudioPropertiesSheetAssetBase"); \ +static_assert(sizeof(UAudioPropertiesSheetAssetBase) == 0x000028, "Wrong size on UAudioPropertiesSheetAssetBase"); \ + +#define DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase \ +static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ +static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_USourceDataOverridePluginSourceSettingsBase \ +static_assert(alignof(USourceDataOverridePluginSourceSettingsBase) == 0x000008, "Wrong alignment on USourceDataOverridePluginSourceSettingsBase"); \ +static_assert(sizeof(USourceDataOverridePluginSourceSettingsBase) == 0x000028, "Wrong size on USourceDataOverridePluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase \ +static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ +static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ +static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ +static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UAudioPropertySheetBaseAsset \ +static_assert(alignof(UAudioPropertySheetBaseAsset) == 0x000008, "Wrong alignment on UAudioPropertySheetBaseAsset"); \ +static_assert(sizeof(UAudioPropertySheetBaseAsset) == 0x000028, "Wrong size on UAudioPropertySheetBaseAsset"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetBoolArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetBoolArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetBoolArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetBoolArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetBoolArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetBoolArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetBoolArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetBoolParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetBoolParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetBoolParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetBoolParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetBoolParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetBoolParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolParameter, InBool) == 0x000008, "Member 'AudioParameterControllerInterface_SetBoolParameter::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetFloatArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetFloatArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetFloatArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetFloatArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetFloatArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetFloatArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetFloatArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetFloatParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetFloatParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetFloatParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetFloatParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetFloatParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetFloatParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioParameterControllerInterface_SetFloatParameter::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetIntArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetIntArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetIntArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetIntArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetIntArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetIntArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetIntArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetIntParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetIntParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetIntParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetIntParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetIntParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetIntParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntParameter, inInt) == 0x000008, "Member 'AudioParameterControllerInterface_SetIntParameter::inInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetObjectArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetObjectArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetObjectArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetObjectArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetObjectArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetObjectArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetObjectArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetObjectParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetObjectParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetObjectParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetObjectParameter) == 0x000010, "Wrong size on AudioParameterControllerInterface_SetObjectParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetObjectParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetObjectParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetParameters_Blueprint \ +static_assert(alignof(AudioParameterControllerInterface_SetParameters_Blueprint) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetParameters_Blueprint"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetParameters_Blueprint) == 0x000010, "Wrong size on AudioParameterControllerInterface_SetParameters_Blueprint"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetParameters_Blueprint, InParameters) == 0x000000, "Member 'AudioParameterControllerInterface_SetParameters_Blueprint::InParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetStringArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetStringArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetStringArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetStringArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetStringArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetStringArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetStringArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetStringParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetStringParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetStringParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetStringParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetStringParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetStringParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetStringParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetTriggerParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetTriggerParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetTriggerParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetTriggerParameter) == 0x000008, "Wrong size on AudioParameterControllerInterface_SetTriggerParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetTriggerParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetTriggerParameter::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioParameterControllerInterface \ +static_assert(alignof(IAudioParameterControllerInterface) == 0x000001, "Wrong alignment on IAudioParameterControllerInterface"); \ +static_assert(sizeof(IAudioParameterControllerInterface) == 0x000001, "Wrong size on IAudioParameterControllerInterface"); \ + +#define DUMPER7_ASSERTS_UAudioEndpointSettingsBase \ +static_assert(alignof(UAudioEndpointSettingsBase) == 0x000008, "Wrong alignment on UAudioEndpointSettingsBase"); \ +static_assert(sizeof(UAudioEndpointSettingsBase) == 0x000028, "Wrong size on UAudioEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_UDummyEndpointSettings \ +static_assert(alignof(UDummyEndpointSettings) == 0x000008, "Wrong alignment on UDummyEndpointSettings"); \ +static_assert(sizeof(UDummyEndpointSettings) == 0x000028, "Wrong size on UDummyEndpointSettings"); \ + +#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) == 0x000028, "Wrong size on USoundfieldEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase \ +static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ +static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectSettingsBase \ +static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ +static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000028, "Wrong size on USoundfieldEffectSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectBase \ +static_assert(alignof(USoundfieldEffectBase) == 0x000008, "Wrong alignment on USoundfieldEffectBase"); \ +static_assert(sizeof(USoundfieldEffectBase) == 0x000030, "Wrong size on USoundfieldEffectBase"); \ +static_assert(offsetof(USoundfieldEffectBase, Settings) == 0x000028, "Member 'USoundfieldEffectBase::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveformTransformationBase \ +static_assert(alignof(UWaveformTransformationBase) == 0x000008, "Wrong alignment on UWaveformTransformationBase"); \ +static_assert(sizeof(UWaveformTransformationBase) == 0x000028, "Wrong size on UWaveformTransformationBase"); \ + +#define DUMPER7_ASSERTS_UWaveformTransformationChain \ +static_assert(alignof(UWaveformTransformationChain) == 0x000008, "Wrong alignment on UWaveformTransformationChain"); \ +static_assert(sizeof(UWaveformTransformationChain) == 0x000038, "Wrong size on UWaveformTransformationChain"); \ +static_assert(offsetof(UWaveformTransformationChain, Transformations) == 0x000028, "Member 'UWaveformTransformationChain::Transformations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature \ +static_assert(alignof(WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature) == 0x000004, "Wrong alignment on WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature"); \ +static_assert(sizeof(WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature) == 0x000004, "Wrong size on WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature, ChoiceIndex) == 0x000000, "Member 'WBP_DialogueOverlay_C_BndEvt__WBP_DialogueOverlay_WBP_DialogueContainer_K2Node_ComponentBoundEvent_0_OnChoiceMade__DelegateSignature::ChoiceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay \ +static_assert(alignof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay) == 0x000008, "Wrong alignment on WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay"); \ +static_assert(sizeof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay) == 0x000078, "Wrong size on WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, EntryPoint) == 0x000000, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, K2Node_CustomEvent_DialogueLine) == 0x000008, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::K2Node_CustomEvent_DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, K2Node_CustomEvent_CharacterName) == 0x000018, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::K2Node_CustomEvent_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, K2Node_ComponentBoundEvent_ChoiceIndex) == 0x000028, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::K2Node_ComponentBoundEvent_ChoiceIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, K2Node_CustomEvent_Choices) == 0x000030, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::K2Node_CustomEvent_Choices' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_MakeLiteralText_ReturnValue) == 0x000048, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_GetOwningPlayer_ReturnValue) == 0x000058, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000060, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000068, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1) == 0x000070, "Member 'WBP_DialogueOverlay_C_ExecuteUbergraph_WBP_DialogueOverlay::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueOverlay_C_SetChoices \ +static_assert(alignof(WBP_DialogueOverlay_C_SetChoices) == 0x000008, "Wrong alignment on WBP_DialogueOverlay_C_SetChoices"); \ +static_assert(sizeof(WBP_DialogueOverlay_C_SetChoices) == 0x000010, "Wrong size on WBP_DialogueOverlay_C_SetChoices"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_SetChoices, Choices) == 0x000000, "Member 'WBP_DialogueOverlay_C_SetChoices::Choices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueOverlay_C_SetDialogueLines \ +static_assert(alignof(WBP_DialogueOverlay_C_SetDialogueLines) == 0x000008, "Wrong alignment on WBP_DialogueOverlay_C_SetDialogueLines"); \ +static_assert(sizeof(WBP_DialogueOverlay_C_SetDialogueLines) == 0x000020, "Wrong size on WBP_DialogueOverlay_C_SetDialogueLines"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_SetDialogueLines, DialogueLine) == 0x000000, "Member 'WBP_DialogueOverlay_C_SetDialogueLines::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueOverlay_C_SetDialogueLines, CharacterName) == 0x000010, "Member 'WBP_DialogueOverlay_C_SetDialogueLines::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DialogueOverlay_C \ +static_assert(alignof(UWBP_DialogueOverlay_C) == 0x000008, "Wrong alignment on UWBP_DialogueOverlay_C"); \ +static_assert(sizeof(UWBP_DialogueOverlay_C) == 0x000328, "Wrong size on UWBP_DialogueOverlay_C"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_DialogueOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, WBP_DialogueContainer) == 0x0002E8, "Member 'UWBP_DialogueOverlay_C::WBP_DialogueContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, CurrentChoiceWidgets) == 0x0002F0, "Member 'UWBP_DialogueOverlay_C::CurrentChoiceWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, OnChoiceMade) == 0x000300, "Member 'UWBP_DialogueOverlay_C::OnChoiceMade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, IsActive) == 0x000310, "Member 'UWBP_DialogueOverlay_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueOverlay_C, OnAutoSkipChanged) == 0x000318, "Member 'UWBP_DialogueOverlay_C::OnAutoSkipChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementDataStorageColumn \ +static_assert(alignof(FTypedElementDataStorageColumn) == 0x000001, "Wrong alignment on FTypedElementDataStorageColumn"); \ +static_assert(sizeof(FTypedElementDataStorageColumn) == 0x000001, "Wrong size on FTypedElementDataStorageColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementUObjectColumn \ +static_assert(alignof(FTypedElementUObjectColumn) == 0x000004, "Wrong alignment on FTypedElementUObjectColumn"); \ +static_assert(sizeof(FTypedElementUObjectColumn) == 0x000008, "Wrong size on FTypedElementUObjectColumn"); \ + +#define DUMPER7_ASSERTS_FSCCStatusColumn \ +static_assert(alignof(FSCCStatusColumn) == 0x000004, "Wrong alignment on FSCCStatusColumn"); \ +static_assert(sizeof(FSCCStatusColumn) == 0x000004, "Wrong size on FSCCStatusColumn"); \ +static_assert(offsetof(FSCCStatusColumn, Modification) == 0x000000, "Member 'FSCCStatusColumn::Modification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptTypedElementHandle \ +static_assert(alignof(FScriptTypedElementHandle) == 0x000008, "Wrong alignment on FScriptTypedElementHandle"); \ +static_assert(sizeof(FScriptTypedElementHandle) == 0x000008, "Wrong size on FScriptTypedElementHandle"); \ + +#define DUMPER7_ASSERTS_FTypedElementAlertColumn \ +static_assert(alignof(FTypedElementAlertColumn) == 0x000008, "Wrong alignment on FTypedElementAlertColumn"); \ +static_assert(sizeof(FTypedElementAlertColumn) == 0x000020, "Wrong size on FTypedElementAlertColumn"); \ +static_assert(offsetof(FTypedElementAlertColumn, Message) == 0x000000, "Member 'FTypedElementAlertColumn::Message' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementAlertColumn, AlertType) == 0x00001A, "Member 'FTypedElementAlertColumn::AlertType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementChildAlertColumn \ +static_assert(alignof(FTypedElementChildAlertColumn) == 0x000008, "Wrong alignment on FTypedElementChildAlertColumn"); \ +static_assert(sizeof(FTypedElementChildAlertColumn) == 0x000010, "Wrong size on FTypedElementChildAlertColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementExternalObjectColumn \ +static_assert(alignof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong alignment on FTypedElementExternalObjectColumn"); \ +static_assert(sizeof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong size on FTypedElementExternalObjectColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementDataStorageTag \ +static_assert(alignof(FTypedElementDataStorageTag) == 0x000001, "Wrong alignment on FTypedElementDataStorageTag"); \ +static_assert(sizeof(FTypedElementDataStorageTag) == 0x000001, "Wrong size on FTypedElementDataStorageTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementWidgetConstructor \ +static_assert(alignof(FTypedElementWidgetConstructor) == 0x000008, "Wrong alignment on FTypedElementWidgetConstructor"); \ +static_assert(sizeof(FTypedElementWidgetConstructor) == 0x000028, "Wrong size on FTypedElementWidgetConstructor"); \ + +#define DUMPER7_ASSERTS_FTypedElementParentColumn \ +static_assert(alignof(FTypedElementParentColumn) == 0x000008, "Wrong alignment on FTypedElementParentColumn"); \ +static_assert(sizeof(FTypedElementParentColumn) == 0x000008, "Wrong size on FTypedElementParentColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementUnresolvedParentColumn \ +static_assert(alignof(FTypedElementUnresolvedParentColumn) == 0x000008, "Wrong alignment on FTypedElementUnresolvedParentColumn"); \ +static_assert(sizeof(FTypedElementUnresolvedParentColumn) == 0x000008, "Wrong size on FTypedElementUnresolvedParentColumn"); \ +static_assert(offsetof(FTypedElementUnresolvedParentColumn, ParentIdHash) == 0x000000, "Member 'FTypedElementUnresolvedParentColumn::ParentIdHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementLabelColumn \ +static_assert(alignof(FTypedElementLabelColumn) == 0x000008, "Wrong alignment on FTypedElementLabelColumn"); \ +static_assert(sizeof(FTypedElementLabelColumn) == 0x000010, "Wrong size on FTypedElementLabelColumn"); \ +static_assert(offsetof(FTypedElementLabelColumn, Label) == 0x000000, "Member 'FTypedElementLabelColumn::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementLabelHashColumn \ +static_assert(alignof(FTypedElementLabelHashColumn) == 0x000008, "Wrong alignment on FTypedElementLabelHashColumn"); \ +static_assert(sizeof(FTypedElementLabelHashColumn) == 0x000008, "Wrong size on FTypedElementLabelHashColumn"); \ +static_assert(offsetof(FTypedElementLabelHashColumn, LabelHash) == 0x000000, "Member 'FTypedElementLabelHashColumn::LabelHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptTypedElementListProxy \ +static_assert(alignof(FScriptTypedElementListProxy) == 0x000008, "Wrong alignment on FScriptTypedElementListProxy"); \ +static_assert(sizeof(FScriptTypedElementListProxy) == 0x000010, "Wrong size on FScriptTypedElementListProxy"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncBackToWorldTag \ +static_assert(alignof(FTypedElementSyncBackToWorldTag) == 0x000001, "Wrong alignment on FTypedElementSyncBackToWorldTag"); \ +static_assert(sizeof(FTypedElementSyncBackToWorldTag) == 0x000001, "Wrong size on FTypedElementSyncBackToWorldTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncFromWorldTag \ +static_assert(alignof(FTypedElementSyncFromWorldTag) == 0x000001, "Wrong alignment on FTypedElementSyncFromWorldTag"); \ +static_assert(sizeof(FTypedElementSyncFromWorldTag) == 0x000001, "Wrong size on FTypedElementSyncFromWorldTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncFromWorldInteractiveTag \ +static_assert(alignof(FTypedElementSyncFromWorldInteractiveTag) == 0x000001, "Wrong alignment on FTypedElementSyncFromWorldInteractiveTag"); \ +static_assert(sizeof(FTypedElementSyncFromWorldInteractiveTag) == 0x000001, "Wrong size on FTypedElementSyncFromWorldInteractiveTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementRowReferenceColumn \ +static_assert(alignof(FTypedElementRowReferenceColumn) == 0x000008, "Wrong alignment on FTypedElementRowReferenceColumn"); \ +static_assert(sizeof(FTypedElementRowReferenceColumn) == 0x000008, "Wrong size on FTypedElementRowReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FObjectOverrideColumn \ +static_assert(alignof(FObjectOverrideColumn) == 0x000001, "Wrong alignment on FObjectOverrideColumn"); \ +static_assert(sizeof(FObjectOverrideColumn) == 0x000001, "Wrong size on FObjectOverrideColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageUnresolvedReference \ +static_assert(alignof(FTypedElementPackageUnresolvedReference) == 0x000008, "Wrong alignment on FTypedElementPackageUnresolvedReference"); \ +static_assert(sizeof(FTypedElementPackageUnresolvedReference) == 0x000018, "Wrong size on FTypedElementPackageUnresolvedReference"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageReference \ +static_assert(alignof(FTypedElementPackageReference) == 0x000008, "Wrong alignment on FTypedElementPackageReference"); \ +static_assert(sizeof(FTypedElementPackageReference) == 0x000008, "Wrong size on FTypedElementPackageReference"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackagePathColumn \ +static_assert(alignof(FTypedElementPackagePathColumn) == 0x000008, "Wrong alignment on FTypedElementPackagePathColumn"); \ +static_assert(sizeof(FTypedElementPackagePathColumn) == 0x000010, "Wrong size on FTypedElementPackagePathColumn"); \ +static_assert(offsetof(FTypedElementPackagePathColumn, Path) == 0x000000, "Member 'FTypedElementPackagePathColumn::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageLoadedPathColumn \ +static_assert(alignof(FTypedElementPackageLoadedPathColumn) == 0x000004, "Wrong alignment on FTypedElementPackageLoadedPathColumn"); \ +static_assert(sizeof(FTypedElementPackageLoadedPathColumn) == 0x00000C, "Wrong size on FTypedElementPackageLoadedPathColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementPivotOffset \ +static_assert(alignof(FTypedElementPivotOffset) == 0x000008, "Wrong alignment on FTypedElementPivotOffset"); \ +static_assert(sizeof(FTypedElementPivotOffset) == 0x000018, "Wrong size on FTypedElementPivotOffset"); \ +static_assert(offsetof(FTypedElementPivotOffset, Offset) == 0x000000, "Member 'FTypedElementPivotOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCInChangelistTag \ +static_assert(alignof(FSCCInChangelistTag) == 0x000001, "Wrong alignment on FSCCInChangelistTag"); \ +static_assert(sizeof(FSCCInChangelistTag) == 0x000001, "Wrong size on FSCCInChangelistTag"); \ + +#define DUMPER7_ASSERTS_FSCCStagedTag \ +static_assert(alignof(FSCCStagedTag) == 0x000001, "Wrong alignment on FSCCStagedTag"); \ +static_assert(sizeof(FSCCStagedTag) == 0x000001, "Wrong size on FSCCStagedTag"); \ + +#define DUMPER7_ASSERTS_FSCCLockedTag \ +static_assert(alignof(FSCCLockedTag) == 0x000001, "Wrong alignment on FSCCLockedTag"); \ +static_assert(sizeof(FSCCLockedTag) == 0x000001, "Wrong size on FSCCLockedTag"); \ + +#define DUMPER7_ASSERTS_FSCCExternallyEditedTag \ +static_assert(alignof(FSCCExternallyEditedTag) == 0x000001, "Wrong alignment on FSCCExternallyEditedTag"); \ +static_assert(sizeof(FSCCExternallyEditedTag) == 0x000001, "Wrong size on FSCCExternallyEditedTag"); \ + +#define DUMPER7_ASSERTS_FSCCNotCurrentTag \ +static_assert(alignof(FSCCNotCurrentTag) == 0x000001, "Wrong alignment on FSCCNotCurrentTag"); \ +static_assert(sizeof(FSCCNotCurrentTag) == 0x000001, "Wrong size on FSCCNotCurrentTag"); \ + +#define DUMPER7_ASSERTS_FSCCRevisionId \ +static_assert(alignof(FSCCRevisionId) == 0x000004, "Wrong alignment on FSCCRevisionId"); \ +static_assert(sizeof(FSCCRevisionId) == 0x000014, "Wrong size on FSCCRevisionId"); \ +static_assert(offsetof(FSCCRevisionId, ID) == 0x000000, "Member 'FSCCRevisionId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCRevisionIdColumn \ +static_assert(alignof(FSCCRevisionIdColumn) == 0x000004, "Wrong alignment on FSCCRevisionIdColumn"); \ +static_assert(sizeof(FSCCRevisionIdColumn) == 0x000014, "Wrong size on FSCCRevisionIdColumn"); \ +static_assert(offsetof(FSCCRevisionIdColumn, RevisionId) == 0x000000, "Member 'FSCCRevisionIdColumn::RevisionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCExternalRevisionIdColumn \ +static_assert(alignof(FSCCExternalRevisionIdColumn) == 0x000004, "Wrong alignment on FSCCExternalRevisionIdColumn"); \ +static_assert(sizeof(FSCCExternalRevisionIdColumn) == 0x000014, "Wrong size on FSCCExternalRevisionIdColumn"); \ +static_assert(offsetof(FSCCExternalRevisionIdColumn, RevisionId) == 0x000000, "Member 'FSCCExternalRevisionIdColumn::RevisionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCUserInfo \ +static_assert(alignof(FSCCUserInfo) == 0x000008, "Wrong alignment on FSCCUserInfo"); \ +static_assert(sizeof(FSCCUserInfo) == 0x000010, "Wrong size on FSCCUserInfo"); \ +static_assert(offsetof(FSCCUserInfo, Name) == 0x000000, "Member 'FSCCUserInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCExternallyLockedColumn \ +static_assert(alignof(FSCCExternallyLockedColumn) == 0x000008, "Wrong alignment on FSCCExternallyLockedColumn"); \ +static_assert(sizeof(FSCCExternallyLockedColumn) == 0x000010, "Wrong size on FSCCExternallyLockedColumn"); \ +static_assert(offsetof(FSCCExternallyLockedColumn, LockedBy) == 0x000000, "Member 'FSCCExternallyLockedColumn::LockedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionColumn \ +static_assert(alignof(FTypedElementSelectionColumn) == 0x000004, "Wrong alignment on FTypedElementSelectionColumn"); \ +static_assert(sizeof(FTypedElementSelectionColumn) == 0x000008, "Wrong size on FTypedElementSelectionColumn"); \ +static_assert(offsetof(FTypedElementSelectionColumn, SelectionSet) == 0x000000, "Member 'FTypedElementSelectionColumn::SelectionSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSlateWidgetReferenceColumn \ +static_assert(alignof(FTypedElementSlateWidgetReferenceColumn) == 0x000008, "Wrong alignment on FTypedElementSlateWidgetReferenceColumn"); \ +static_assert(sizeof(FTypedElementSlateWidgetReferenceColumn) == 0x000020, "Wrong size on FTypedElementSlateWidgetReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementSlateWidgetReferenceDeletesRowTag \ +static_assert(alignof(FTypedElementSlateWidgetReferenceDeletesRowTag) == 0x000001, "Wrong alignment on FTypedElementSlateWidgetReferenceDeletesRowTag"); \ +static_assert(sizeof(FTypedElementSlateWidgetReferenceDeletesRowTag) == 0x000001, "Wrong size on FTypedElementSlateWidgetReferenceDeletesRowTag"); \ + +#define DUMPER7_ASSERTS_FTestColumnA \ +static_assert(alignof(FTestColumnA) == 0x000001, "Wrong alignment on FTestColumnA"); \ +static_assert(sizeof(FTestColumnA) == 0x000001, "Wrong size on FTestColumnA"); \ + +#define DUMPER7_ASSERTS_FTestColumnB \ +static_assert(alignof(FTestColumnB) == 0x000001, "Wrong alignment on FTestColumnB"); \ +static_assert(sizeof(FTestColumnB) == 0x000001, "Wrong size on FTestColumnB"); \ + +#define DUMPER7_ASSERTS_FTestColumnC \ +static_assert(alignof(FTestColumnC) == 0x000001, "Wrong alignment on FTestColumnC"); \ +static_assert(sizeof(FTestColumnC) == 0x000001, "Wrong size on FTestColumnC"); \ + +#define DUMPER7_ASSERTS_FTestColumnD \ +static_assert(alignof(FTestColumnD) == 0x000001, "Wrong alignment on FTestColumnD"); \ +static_assert(sizeof(FTestColumnD) == 0x000001, "Wrong size on FTestColumnD"); \ + +#define DUMPER7_ASSERTS_FTestColumnE \ +static_assert(alignof(FTestColumnE) == 0x000001, "Wrong alignment on FTestColumnE"); \ +static_assert(sizeof(FTestColumnE) == 0x000001, "Wrong size on FTestColumnE"); \ + +#define DUMPER7_ASSERTS_FTestColumnF \ +static_assert(alignof(FTestColumnF) == 0x000001, "Wrong alignment on FTestColumnF"); \ +static_assert(sizeof(FTestColumnF) == 0x000001, "Wrong size on FTestColumnF"); \ + +#define DUMPER7_ASSERTS_FTestColumnG \ +static_assert(alignof(FTestColumnG) == 0x000001, "Wrong alignment on FTestColumnG"); \ +static_assert(sizeof(FTestColumnG) == 0x000001, "Wrong size on FTestColumnG"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnA \ +static_assert(alignof(FTestTagColumnA) == 0x000001, "Wrong alignment on FTestTagColumnA"); \ +static_assert(sizeof(FTestTagColumnA) == 0x000001, "Wrong size on FTestTagColumnA"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnB \ +static_assert(alignof(FTestTagColumnB) == 0x000001, "Wrong alignment on FTestTagColumnB"); \ +static_assert(sizeof(FTestTagColumnB) == 0x000001, "Wrong size on FTestTagColumnB"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnC \ +static_assert(alignof(FTestTagColumnC) == 0x000001, "Wrong alignment on FTestTagColumnC"); \ +static_assert(sizeof(FTestTagColumnC) == 0x000001, "Wrong size on FTestTagColumnC"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnD \ +static_assert(alignof(FTestTagColumnD) == 0x000001, "Wrong alignment on FTestTagColumnD"); \ +static_assert(sizeof(FTestTagColumnD) == 0x000001, "Wrong size on FTestTagColumnD"); \ + +#define DUMPER7_ASSERTS_FTypedElementLocalTransformColumn \ +static_assert(alignof(FTypedElementLocalTransformColumn) == 0x000010, "Wrong alignment on FTypedElementLocalTransformColumn"); \ +static_assert(sizeof(FTypedElementLocalTransformColumn) == 0x000060, "Wrong size on FTypedElementLocalTransformColumn"); \ +static_assert(offsetof(FTypedElementLocalTransformColumn, Transform) == 0x000000, "Member 'FTypedElementLocalTransformColumn::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementClassTypeInfoColumn \ +static_assert(alignof(FTypedElementClassTypeInfoColumn) == 0x000004, "Wrong alignment on FTypedElementClassTypeInfoColumn"); \ +static_assert(sizeof(FTypedElementClassTypeInfoColumn) == 0x000008, "Wrong size on FTypedElementClassTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementScriptStructTypeInfoColumn \ +static_assert(alignof(FTypedElementScriptStructTypeInfoColumn) == 0x000004, "Wrong alignment on FTypedElementScriptStructTypeInfoColumn"); \ +static_assert(sizeof(FTypedElementScriptStructTypeInfoColumn) == 0x000008, "Wrong size on FTypedElementScriptStructTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementU32IntValueCacheColumn \ +static_assert(alignof(FTypedElementU32IntValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementU32IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementU32IntValueCacheColumn) == 0x000004, "Wrong size on FTypedElementU32IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementU32IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementU32IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementI32IntValueCacheColumn \ +static_assert(alignof(FTypedElementI32IntValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementI32IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementI32IntValueCacheColumn) == 0x000004, "Wrong size on FTypedElementI32IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementI32IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementI32IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementU64IntValueCacheColumn \ +static_assert(alignof(FTypedElementU64IntValueCacheColumn) == 0x000008, "Wrong alignment on FTypedElementU64IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementU64IntValueCacheColumn) == 0x000008, "Wrong size on FTypedElementU64IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementU64IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementU64IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementI64IntValueCacheColumn \ +static_assert(alignof(FTypedElementI64IntValueCacheColumn) == 0x000008, "Wrong alignment on FTypedElementI64IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementI64IntValueCacheColumn) == 0x000008, "Wrong size on FTypedElementI64IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementI64IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementI64IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementFloatValueCacheColumn \ +static_assert(alignof(FTypedElementFloatValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementFloatValueCacheColumn"); \ +static_assert(sizeof(FTypedElementFloatValueCacheColumn) == 0x000004, "Wrong size on FTypedElementFloatValueCacheColumn"); \ +static_assert(offsetof(FTypedElementFloatValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementFloatValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementViewportColorColumn \ +static_assert(alignof(FTypedElementViewportColorColumn) == 0x000001, "Wrong alignment on FTypedElementViewportColorColumn"); \ +static_assert(sizeof(FTypedElementViewportColorColumn) == 0x000001, "Wrong size on FTypedElementViewportColorColumn"); \ +static_assert(offsetof(FTypedElementViewportColorColumn, SelectionOutlineColorIndex) == 0x000000, "Member 'FTypedElementViewportColorColumn::SelectionOutlineColorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementDataStorageCompatibilityInterface \ +static_assert(alignof(ITypedElementDataStorageCompatibilityInterface) == 0x000001, "Wrong alignment on ITypedElementDataStorageCompatibilityInterface"); \ +static_assert(sizeof(ITypedElementDataStorageCompatibilityInterface) == 0x000001, "Wrong size on ITypedElementDataStorageCompatibilityInterface"); \ + +#define DUMPER7_ASSERTS_UTypedElementDataStorageFactory \ +static_assert(alignof(UTypedElementDataStorageFactory) == 0x000008, "Wrong alignment on UTypedElementDataStorageFactory"); \ +static_assert(sizeof(UTypedElementDataStorageFactory) == 0x000028, "Wrong size on UTypedElementDataStorageFactory"); \ + +#define DUMPER7_ASSERTS_ITypedElementDataStorageInterface \ +static_assert(alignof(ITypedElementDataStorageInterface) == 0x000001, "Wrong alignment on ITypedElementDataStorageInterface"); \ +static_assert(sizeof(ITypedElementDataStorageInterface) == 0x000001, "Wrong size on ITypedElementDataStorageInterface"); \ + +#define DUMPER7_ASSERTS_ITypedElementDataStorageUiInterface \ +static_assert(alignof(ITypedElementDataStorageUiInterface) == 0x000001, "Wrong alignment on ITypedElementDataStorageUiInterface"); \ +static_assert(sizeof(ITypedElementDataStorageUiInterface) == 0x000001, "Wrong size on ITypedElementDataStorageUiInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_Equal \ +static_assert(alignof(TypedElementHandleLibrary_Equal) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_Equal"); \ +static_assert(sizeof(TypedElementHandleLibrary_Equal) == 0x000018, "Wrong size on TypedElementHandleLibrary_Equal"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, LHS) == 0x000000, "Member 'TypedElementHandleLibrary_Equal::LHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, RHS) == 0x000008, "Member 'TypedElementHandleLibrary_Equal::RHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, ReturnValue) == 0x000010, "Member 'TypedElementHandleLibrary_Equal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_IsSet \ +static_assert(alignof(TypedElementHandleLibrary_IsSet) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_IsSet"); \ +static_assert(sizeof(TypedElementHandleLibrary_IsSet) == 0x000010, "Wrong size on TypedElementHandleLibrary_IsSet"); \ +static_assert(offsetof(TypedElementHandleLibrary_IsSet, ElementHandle) == 0x000000, "Member 'TypedElementHandleLibrary_IsSet::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_IsSet, ReturnValue) == 0x000008, "Member 'TypedElementHandleLibrary_IsSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_NotEqual \ +static_assert(alignof(TypedElementHandleLibrary_NotEqual) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_NotEqual"); \ +static_assert(sizeof(TypedElementHandleLibrary_NotEqual) == 0x000018, "Wrong size on TypedElementHandleLibrary_NotEqual"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, LHS) == 0x000000, "Member 'TypedElementHandleLibrary_NotEqual::LHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, RHS) == 0x000008, "Member 'TypedElementHandleLibrary_NotEqual::RHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, ReturnValue) == 0x000010, "Member 'TypedElementHandleLibrary_NotEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_Release \ +static_assert(alignof(TypedElementHandleLibrary_Release) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_Release"); \ +static_assert(sizeof(TypedElementHandleLibrary_Release) == 0x000008, "Wrong size on TypedElementHandleLibrary_Release"); \ +static_assert(offsetof(TypedElementHandleLibrary_Release, ElementHandle) == 0x000000, "Member 'TypedElementHandleLibrary_Release::ElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementHandleLibrary \ +static_assert(alignof(UTypedElementHandleLibrary) == 0x000008, "Wrong alignment on UTypedElementHandleLibrary"); \ +static_assert(sizeof(UTypedElementHandleLibrary) == 0x000028, "Wrong size on UTypedElementHandleLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Add \ +static_assert(alignof(TypedElementListLibrary_Add) == 0x000008, "Wrong alignment on TypedElementListLibrary_Add"); \ +static_assert(sizeof(TypedElementListLibrary_Add) == 0x000020, "Wrong size on TypedElementListLibrary_Add"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Add::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Add::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Append \ +static_assert(alignof(TypedElementListLibrary_Append) == 0x000008, "Wrong alignment on TypedElementListLibrary_Append"); \ +static_assert(sizeof(TypedElementListLibrary_Append) == 0x000020, "Wrong size on TypedElementListLibrary_Append"); \ +static_assert(offsetof(TypedElementListLibrary_Append, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Append::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Append, ElementHandles) == 0x000010, "Member 'TypedElementListLibrary_Append::ElementHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_AppendList \ +static_assert(alignof(TypedElementListLibrary_AppendList) == 0x000008, "Wrong alignment on TypedElementListLibrary_AppendList"); \ +static_assert(sizeof(TypedElementListLibrary_AppendList) == 0x000020, "Wrong size on TypedElementListLibrary_AppendList"); \ +static_assert(offsetof(TypedElementListLibrary_AppendList, ElementList) == 0x000000, "Member 'TypedElementListLibrary_AppendList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_AppendList, OtherElementList) == 0x000010, "Member 'TypedElementListLibrary_AppendList::OtherElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Clone \ +static_assert(alignof(TypedElementListLibrary_Clone) == 0x000008, "Wrong alignment on TypedElementListLibrary_Clone"); \ +static_assert(sizeof(TypedElementListLibrary_Clone) == 0x000020, "Wrong size on TypedElementListLibrary_Clone"); \ +static_assert(offsetof(TypedElementListLibrary_Clone, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Clone::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Clone, ReturnValue) == 0x000010, "Member 'TypedElementListLibrary_Clone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Contains \ +static_assert(alignof(TypedElementListLibrary_Contains) == 0x000008, "Wrong alignment on TypedElementListLibrary_Contains"); \ +static_assert(sizeof(TypedElementListLibrary_Contains) == 0x000020, "Wrong size on TypedElementListLibrary_Contains"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Contains::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Contains::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CountElements \ +static_assert(alignof(TypedElementListLibrary_CountElements) == 0x000008, "Wrong alignment on TypedElementListLibrary_CountElements"); \ +static_assert(sizeof(TypedElementListLibrary_CountElements) == 0x000020, "Wrong size on TypedElementListLibrary_CountElements"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, ElementList) == 0x000000, "Member 'TypedElementListLibrary_CountElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_CountElements::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_CountElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CountElementsOfType \ +static_assert(alignof(TypedElementListLibrary_CountElementsOfType) == 0x000008, "Wrong alignment on TypedElementListLibrary_CountElementsOfType"); \ +static_assert(sizeof(TypedElementListLibrary_CountElementsOfType) == 0x000020, "Wrong size on TypedElementListLibrary_CountElementsOfType"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ElementList) == 0x000000, "Member 'TypedElementListLibrary_CountElementsOfType::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ElementTypeName) == 0x000010, "Member 'TypedElementListLibrary_CountElementsOfType::ElementTypeName' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_CountElementsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CreateScriptElementList \ +static_assert(alignof(TypedElementListLibrary_CreateScriptElementList) == 0x000008, "Wrong alignment on TypedElementListLibrary_CreateScriptElementList"); \ +static_assert(sizeof(TypedElementListLibrary_CreateScriptElementList) == 0x000018, "Wrong size on TypedElementListLibrary_CreateScriptElementList"); \ +static_assert(offsetof(TypedElementListLibrary_CreateScriptElementList, Registry) == 0x000000, "Member 'TypedElementListLibrary_CreateScriptElementList::Registry' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CreateScriptElementList, ReturnValue) == 0x000008, "Member 'TypedElementListLibrary_CreateScriptElementList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Empty \ +static_assert(alignof(TypedElementListLibrary_Empty) == 0x000008, "Wrong alignment on TypedElementListLibrary_Empty"); \ +static_assert(sizeof(TypedElementListLibrary_Empty) == 0x000018, "Wrong size on TypedElementListLibrary_Empty"); \ +static_assert(offsetof(TypedElementListLibrary_Empty, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Empty::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Empty, Slack) == 0x000010, "Member 'TypedElementListLibrary_Empty::Slack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementHandleAt \ +static_assert(alignof(TypedElementListLibrary_GetElementHandleAt) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementHandleAt"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementHandleAt) == 0x000020, "Wrong size on TypedElementListLibrary_GetElementHandleAt"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementHandleAt::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, Index_0) == 0x000010, "Member 'TypedElementListLibrary_GetElementHandleAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_GetElementHandleAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementHandles \ +static_assert(alignof(TypedElementListLibrary_GetElementHandles) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementHandles"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementHandles) == 0x000028, "Wrong size on TypedElementListLibrary_GetElementHandles"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementHandles::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_GetElementHandles::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_GetElementHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementInterface \ +static_assert(alignof(TypedElementListLibrary_GetElementInterface) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementInterface"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementInterface) == 0x000028, "Wrong size on TypedElementListLibrary_GetElementInterface"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementInterface::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_GetElementInterface::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, BaseInterfaceType) == 0x000018, "Member 'TypedElementListLibrary_GetElementInterface::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ReturnValue) == 0x000020, "Member 'TypedElementListLibrary_GetElementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_HasElements \ +static_assert(alignof(TypedElementListLibrary_HasElements) == 0x000008, "Wrong alignment on TypedElementListLibrary_HasElements"); \ +static_assert(sizeof(TypedElementListLibrary_HasElements) == 0x000020, "Wrong size on TypedElementListLibrary_HasElements"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, ElementList) == 0x000000, "Member 'TypedElementListLibrary_HasElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_HasElements::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_HasElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_HasElementsOfType \ +static_assert(alignof(TypedElementListLibrary_HasElementsOfType) == 0x000008, "Wrong alignment on TypedElementListLibrary_HasElementsOfType"); \ +static_assert(sizeof(TypedElementListLibrary_HasElementsOfType) == 0x000020, "Wrong size on TypedElementListLibrary_HasElementsOfType"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ElementList) == 0x000000, "Member 'TypedElementListLibrary_HasElementsOfType::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ElementTypeName) == 0x000010, "Member 'TypedElementListLibrary_HasElementsOfType::ElementTypeName' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_HasElementsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_IsValidIndex \ +static_assert(alignof(TypedElementListLibrary_IsValidIndex) == 0x000008, "Wrong alignment on TypedElementListLibrary_IsValidIndex"); \ +static_assert(sizeof(TypedElementListLibrary_IsValidIndex) == 0x000018, "Wrong size on TypedElementListLibrary_IsValidIndex"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, ElementList) == 0x000000, "Member 'TypedElementListLibrary_IsValidIndex::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, Index_0) == 0x000010, "Member 'TypedElementListLibrary_IsValidIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, ReturnValue) == 0x000014, "Member 'TypedElementListLibrary_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Num \ +static_assert(alignof(TypedElementListLibrary_Num) == 0x000008, "Wrong alignment on TypedElementListLibrary_Num"); \ +static_assert(sizeof(TypedElementListLibrary_Num) == 0x000018, "Wrong size on TypedElementListLibrary_Num"); \ +static_assert(offsetof(TypedElementListLibrary_Num, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Num::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Num, ReturnValue) == 0x000010, "Member 'TypedElementListLibrary_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Remove \ +static_assert(alignof(TypedElementListLibrary_Remove) == 0x000008, "Wrong alignment on TypedElementListLibrary_Remove"); \ +static_assert(sizeof(TypedElementListLibrary_Remove) == 0x000020, "Wrong size on TypedElementListLibrary_Remove"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Remove::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Remove::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Reserve \ +static_assert(alignof(TypedElementListLibrary_Reserve) == 0x000008, "Wrong alignment on TypedElementListLibrary_Reserve"); \ +static_assert(sizeof(TypedElementListLibrary_Reserve) == 0x000018, "Wrong size on TypedElementListLibrary_Reserve"); \ +static_assert(offsetof(TypedElementListLibrary_Reserve, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Reserve::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Reserve, Size) == 0x000010, "Member 'TypedElementListLibrary_Reserve::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Reset \ +static_assert(alignof(TypedElementListLibrary_Reset) == 0x000008, "Wrong alignment on TypedElementListLibrary_Reset"); \ +static_assert(sizeof(TypedElementListLibrary_Reset) == 0x000010, "Wrong size on TypedElementListLibrary_Reset"); \ +static_assert(offsetof(TypedElementListLibrary_Reset, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Reset::ElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Shrink \ +static_assert(alignof(TypedElementListLibrary_Shrink) == 0x000008, "Wrong alignment on TypedElementListLibrary_Shrink"); \ +static_assert(sizeof(TypedElementListLibrary_Shrink) == 0x000010, "Wrong size on TypedElementListLibrary_Shrink"); \ +static_assert(offsetof(TypedElementListLibrary_Shrink, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Shrink::ElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementListLibrary \ +static_assert(alignof(UTypedElementListLibrary) == 0x000008, "Wrong alignment on UTypedElementListLibrary"); \ +static_assert(sizeof(UTypedElementListLibrary) == 0x000028, "Wrong size on UTypedElementListLibrary"); \ + +#define DUMPER7_ASSERTS_ITypedElementCounterInterface \ +static_assert(alignof(ITypedElementCounterInterface) == 0x000001, "Wrong alignment on ITypedElementCounterInterface"); \ +static_assert(sizeof(ITypedElementCounterInterface) == 0x000001, "Wrong size on ITypedElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementRegistry_GetInstance \ +static_assert(alignof(TypedElementRegistry_GetInstance) == 0x000008, "Wrong alignment on TypedElementRegistry_GetInstance"); \ +static_assert(sizeof(TypedElementRegistry_GetInstance) == 0x000008, "Wrong size on TypedElementRegistry_GetInstance"); \ +static_assert(offsetof(TypedElementRegistry_GetInstance, ReturnValue) == 0x000000, "Member 'TypedElementRegistry_GetInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementRegistry_GetElementInterface \ +static_assert(alignof(TypedElementRegistry_GetElementInterface) == 0x000008, "Wrong alignment on TypedElementRegistry_GetElementInterface"); \ +static_assert(sizeof(TypedElementRegistry_GetElementInterface) == 0x000018, "Wrong size on TypedElementRegistry_GetElementInterface"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, InElementHandle) == 0x000000, "Member 'TypedElementRegistry_GetElementInterface::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, InBaseInterfaceType) == 0x000008, "Member 'TypedElementRegistry_GetElementInterface::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, ReturnValue) == 0x000010, "Member 'TypedElementRegistry_GetElementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementRegistry \ +static_assert(alignof(UTypedElementRegistry) == 0x000008, "Wrong alignment on UTypedElementRegistry"); \ +static_assert(sizeof(UTypedElementRegistry) == 0x000978, "Wrong size on UTypedElementRegistry"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceA_GetDisplayName \ +static_assert(alignof(TestTypedElementInterfaceA_GetDisplayName) == 0x000008, "Wrong alignment on TestTypedElementInterfaceA_GetDisplayName"); \ +static_assert(sizeof(TestTypedElementInterfaceA_GetDisplayName) == 0x000018, "Wrong size on TestTypedElementInterfaceA_GetDisplayName"); \ +static_assert(offsetof(TestTypedElementInterfaceA_GetDisplayName, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceA_GetDisplayName::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_GetDisplayName, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceA_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceA_SetDisplayName \ +static_assert(alignof(TestTypedElementInterfaceA_SetDisplayName) == 0x000008, "Wrong alignment on TestTypedElementInterfaceA_SetDisplayName"); \ +static_assert(sizeof(TestTypedElementInterfaceA_SetDisplayName) == 0x000020, "Wrong size on TestTypedElementInterfaceA_SetDisplayName"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceA_SetDisplayName::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, InNewName) == 0x000008, "Member 'TestTypedElementInterfaceA_SetDisplayName::InNewName' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, bNotify) == 0x000018, "Member 'TestTypedElementInterfaceA_SetDisplayName::bNotify' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, ReturnValue) == 0x000019, "Member 'TestTypedElementInterfaceA_SetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceA \ +static_assert(alignof(ITestTypedElementInterfaceA) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceA"); \ +static_assert(sizeof(ITestTypedElementInterfaceA) == 0x000001, "Wrong size on ITestTypedElementInterfaceA"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceB_MarkAsTested \ +static_assert(alignof(TestTypedElementInterfaceB_MarkAsTested) == 0x000008, "Wrong alignment on TestTypedElementInterfaceB_MarkAsTested"); \ +static_assert(sizeof(TestTypedElementInterfaceB_MarkAsTested) == 0x000010, "Wrong size on TestTypedElementInterfaceB_MarkAsTested"); \ +static_assert(offsetof(TestTypedElementInterfaceB_MarkAsTested, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceB_MarkAsTested::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceB_MarkAsTested, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceB_MarkAsTested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceB \ +static_assert(alignof(ITestTypedElementInterfaceB) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceB"); \ +static_assert(sizeof(ITestTypedElementInterfaceB) == 0x000001, "Wrong size on ITestTypedElementInterfaceB"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceC_GetIsTested \ +static_assert(alignof(TestTypedElementInterfaceC_GetIsTested) == 0x000008, "Wrong alignment on TestTypedElementInterfaceC_GetIsTested"); \ +static_assert(sizeof(TestTypedElementInterfaceC_GetIsTested) == 0x000010, "Wrong size on TestTypedElementInterfaceC_GetIsTested"); \ +static_assert(offsetof(TestTypedElementInterfaceC_GetIsTested, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceC_GetIsTested::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceC_GetIsTested, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceC_GetIsTested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceC \ +static_assert(alignof(ITestTypedElementInterfaceC) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceC"); \ +static_assert(sizeof(ITestTypedElementInterfaceC) == 0x000001, "Wrong size on ITestTypedElementInterfaceC"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceA_ImplTyped \ +static_assert(alignof(UTestTypedElementInterfaceA_ImplTyped) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceA_ImplTyped"); \ +static_assert(sizeof(UTestTypedElementInterfaceA_ImplTyped) == 0x000030, "Wrong size on UTestTypedElementInterfaceA_ImplTyped"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceA_ImplUntyped \ +static_assert(alignof(UTestTypedElementInterfaceA_ImplUntyped) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceA_ImplUntyped"); \ +static_assert(sizeof(UTestTypedElementInterfaceA_ImplUntyped) == 0x000030, "Wrong size on UTestTypedElementInterfaceA_ImplUntyped"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceBAndC_Typed \ +static_assert(alignof(UTestTypedElementInterfaceBAndC_Typed) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceBAndC_Typed"); \ +static_assert(sizeof(UTestTypedElementInterfaceBAndC_Typed) == 0x000038, "Wrong size on UTestTypedElementInterfaceBAndC_Typed"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionOptions \ +static_assert(alignof(FTypedElementSelectionOptions) == 0x000004, "Wrong alignment on FTypedElementSelectionOptions"); \ +static_assert(sizeof(FTypedElementSelectionOptions) == 0x000010, "Wrong size on FTypedElementSelectionOptions"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowHidden) == 0x000000, "Member 'FTypedElementSelectionOptions::bAllowHidden' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowGroups) == 0x000001, "Member 'FTypedElementSelectionOptions::bAllowGroups' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowLegacyNotifications) == 0x000002, "Member 'FTypedElementSelectionOptions::bAllowLegacyNotifications' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bWarnIfLocked) == 0x000003, "Member 'FTypedElementSelectionOptions::bWarnIfLocked' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowSubRootSelection) == 0x000004, "Member 'FTypedElementSelectionOptions::bAllowSubRootSelection' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, ChildElementInclusionMethod) == 0x000005, "Member 'FTypedElementSelectionOptions::ChildElementInclusionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionSetState \ +static_assert(alignof(FTypedElementSelectionSetState) == 0x000008, "Wrong alignment on FTypedElementSelectionSetState"); \ +static_assert(sizeof(FTypedElementSelectionSetState) == 0x000018, "Wrong size on FTypedElementSelectionSetState"); \ +static_assert(offsetof(FTypedElementSelectionSetState, CreatedFromSelectionSet) == 0x000000, "Member 'FTypedElementSelectionSetState::CreatedFromSelectionSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionNormalizationOptions \ +static_assert(alignof(FTypedElementSelectionNormalizationOptions) == 0x000004, "Wrong alignment on FTypedElementSelectionNormalizationOptions"); \ +static_assert(sizeof(FTypedElementSelectionNormalizationOptions) == 0x00000C, "Wrong size on FTypedElementSelectionNormalizationOptions"); \ +static_assert(offsetof(FTypedElementSelectionNormalizationOptions, bExpandGroups) == 0x000000, "Member 'FTypedElementSelectionNormalizationOptions::bExpandGroups' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionNormalizationOptions, bFollowAttachment) == 0x000001, "Member 'FTypedElementSelectionNormalizationOptions::bFollowAttachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementIsSelectedOptions \ +static_assert(alignof(FTypedElementIsSelectedOptions) == 0x000004, "Wrong alignment on FTypedElementIsSelectedOptions"); \ +static_assert(sizeof(FTypedElementIsSelectedOptions) == 0x00000C, "Wrong size on FTypedElementIsSelectedOptions"); \ +static_assert(offsetof(FTypedElementIsSelectedOptions, bAllowIndirect) == 0x000000, "Member 'FTypedElementIsSelectedOptions::bAllowIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_DeselectElementsFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_DeselectElementsFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_DeselectElementsFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_GetNormalizedElementList \ +static_assert(alignof(TypedElementSelectionSetLibrary_GetNormalizedElementList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_GetNormalizedElementList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_GetNormalizedElementList) == 0x000038, "Wrong size on TypedElementSelectionSetLibrary_GetNormalizedElementList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, NormalizationOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::NormalizationOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_GetNormalizedSelection \ +static_assert(alignof(TypedElementSelectionSetLibrary_GetNormalizedSelection) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_GetNormalizedSelection"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_GetNormalizedSelection) == 0x000028, "Wrong size on TypedElementSelectionSetLibrary_GetNormalizedSelection"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, NormalizationOptions) == 0x000008, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::NormalizationOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_SelectElementsFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_SelectElementsFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_SelectElementsFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_SelectElementsFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_SelectElementsFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_SetSelectionFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_SetSelectionFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_SetSelectionFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_SetSelectionFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_SetSelectionFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementSelectionSetLibrary \ +static_assert(alignof(UTypedElementSelectionSetLibrary) == 0x000008, "Wrong alignment on UTypedElementSelectionSetLibrary"); \ +static_assert(sizeof(UTypedElementSelectionSetLibrary) == 0x000028, "Wrong size on UTypedElementSelectionSetLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_ClearSelection \ +static_assert(alignof(TypedElementSelectionSet_ClearSelection) == 0x000004, "Wrong alignment on TypedElementSelectionSet_ClearSelection"); \ +static_assert(sizeof(TypedElementSelectionSet_ClearSelection) == 0x000014, "Wrong size on TypedElementSelectionSet_ClearSelection"); \ +static_assert(offsetof(TypedElementSelectionSet_ClearSelection, InSelectionOptions) == 0x000000, "Member 'TypedElementSelectionSet_ClearSelection::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_ClearSelection, ReturnValue) == 0x000010, "Member 'TypedElementSelectionSet_ClearSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_DeselectElement \ +static_assert(alignof(TypedElementSelectionSet_DeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_DeselectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_DeselectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_DeselectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_DeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_DeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_DeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_DeselectElements \ +static_assert(alignof(TypedElementSelectionSet_DeselectElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_DeselectElements"); \ +static_assert(sizeof(TypedElementSelectionSet_DeselectElements) == 0x000028, "Wrong size on TypedElementSelectionSet_DeselectElements"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_DeselectElements::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_DeselectElements::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_DeselectElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_RestoreSelectionState \ +static_assert(alignof(TypedElementSelectionSet_RestoreSelectionState) == 0x000008, "Wrong alignment on TypedElementSelectionSet_RestoreSelectionState"); \ +static_assert(sizeof(TypedElementSelectionSet_RestoreSelectionState) == 0x000018, "Wrong size on TypedElementSelectionSet_RestoreSelectionState"); \ +static_assert(offsetof(TypedElementSelectionSet_RestoreSelectionState, InSelectionState) == 0x000000, "Member 'TypedElementSelectionSet_RestoreSelectionState::InSelectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SelectElement \ +static_assert(alignof(TypedElementSelectionSet_SelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SelectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_SelectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_SelectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_SelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_SelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SelectElements \ +static_assert(alignof(TypedElementSelectionSet_SelectElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SelectElements"); \ +static_assert(sizeof(TypedElementSelectionSet_SelectElements) == 0x000028, "Wrong size on TypedElementSelectionSet_SelectElements"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_SelectElements::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_SelectElements::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_SelectElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SetSelection \ +static_assert(alignof(TypedElementSelectionSet_SetSelection) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SetSelection"); \ +static_assert(sizeof(TypedElementSelectionSet_SetSelection) == 0x000028, "Wrong size on TypedElementSelectionSet_SetSelection"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_SetSelection::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_SetSelection::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_SetSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_AllowSelectionModifiers \ +static_assert(alignof(TypedElementSelectionSet_AllowSelectionModifiers) == 0x000008, "Wrong alignment on TypedElementSelectionSet_AllowSelectionModifiers"); \ +static_assert(sizeof(TypedElementSelectionSet_AllowSelectionModifiers) == 0x000010, "Wrong size on TypedElementSelectionSet_AllowSelectionModifiers"); \ +static_assert(offsetof(TypedElementSelectionSet_AllowSelectionModifiers, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_AllowSelectionModifiers::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_AllowSelectionModifiers, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_AllowSelectionModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CanDeselectElement \ +static_assert(alignof(TypedElementSelectionSet_CanDeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CanDeselectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_CanDeselectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_CanDeselectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_CanDeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_CanDeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_CanDeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CanSelectElement \ +static_assert(alignof(TypedElementSelectionSet_CanSelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CanSelectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_CanSelectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_CanSelectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_CanSelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_CanSelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_CanSelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CountSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_CountSelectedElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CountSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_CountSelectedElements) == 0x000010, "Wrong size on TypedElementSelectionSet_CountSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedElements, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_CountSelectedElements::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_CountSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CountSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_CountSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CountSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_CountSelectedObjects) == 0x000010, "Wrong size on TypedElementSelectionSet_CountSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_CountSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_CountSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetBottomSelectedObject \ +static_assert(alignof(TypedElementSelectionSet_GetBottomSelectedObject) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetBottomSelectedObject"); \ +static_assert(sizeof(TypedElementSelectionSet_GetBottomSelectedObject) == 0x000010, "Wrong size on TypedElementSelectionSet_GetBottomSelectedObject"); \ +static_assert(offsetof(TypedElementSelectionSet_GetBottomSelectedObject, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetBottomSelectedObject::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetBottomSelectedObject, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetBottomSelectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetCurrentSelectionState \ +static_assert(alignof(TypedElementSelectionSet_GetCurrentSelectionState) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetCurrentSelectionState"); \ +static_assert(sizeof(TypedElementSelectionSet_GetCurrentSelectionState) == 0x000018, "Wrong size on TypedElementSelectionSet_GetCurrentSelectionState"); \ +static_assert(offsetof(TypedElementSelectionSet_GetCurrentSelectionState, ReturnValue) == 0x000000, "Member 'TypedElementSelectionSet_GetCurrentSelectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetNumSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_GetNumSelectedElements) == 0x000004, "Wrong alignment on TypedElementSelectionSet_GetNumSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_GetNumSelectedElements) == 0x000004, "Wrong size on TypedElementSelectionSet_GetNumSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_GetNumSelectedElements, ReturnValue) == 0x000000, "Member 'TypedElementSelectionSet_GetNumSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_GetSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_GetSelectedObjects) == 0x000018, "Wrong size on TypedElementSelectionSet_GetSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetSelectionElement \ +static_assert(alignof(TypedElementSelectionSet_GetSelectionElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetSelectionElement"); \ +static_assert(sizeof(TypedElementSelectionSet_GetSelectionElement) == 0x000018, "Wrong size on TypedElementSelectionSet_GetSelectionElement"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_GetSelectionElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, InSelectionMethod) == 0x000008, "Member 'TypedElementSelectionSet_GetSelectionElement::InSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, ReturnValue) == 0x000010, "Member 'TypedElementSelectionSet_GetSelectionElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetTopSelectedObject \ +static_assert(alignof(TypedElementSelectionSet_GetTopSelectedObject) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetTopSelectedObject"); \ +static_assert(sizeof(TypedElementSelectionSet_GetTopSelectedObject) == 0x000010, "Wrong size on TypedElementSelectionSet_GetTopSelectedObject"); \ +static_assert(offsetof(TypedElementSelectionSet_GetTopSelectedObject, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetTopSelectedObject::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetTopSelectedObject, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetTopSelectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_HasSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_HasSelectedElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_HasSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_HasSelectedElements) == 0x000010, "Wrong size on TypedElementSelectionSet_HasSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedElements, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_HasSelectedElements::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_HasSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_HasSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_HasSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_HasSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_HasSelectedObjects) == 0x000010, "Wrong size on TypedElementSelectionSet_HasSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_HasSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_HasSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_IsElementSelected \ +static_assert(alignof(TypedElementSelectionSet_IsElementSelected) == 0x000008, "Wrong alignment on TypedElementSelectionSet_IsElementSelected"); \ +static_assert(sizeof(TypedElementSelectionSet_IsElementSelected) == 0x000018, "Wrong size on TypedElementSelectionSet_IsElementSelected"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_IsElementSelected::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_IsElementSelected::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, ReturnValue) == 0x000014, "Member 'TypedElementSelectionSet_IsElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_K2_GetSelectedElementHandles \ +static_assert(alignof(TypedElementSelectionSet_K2_GetSelectedElementHandles) == 0x000008, "Wrong alignment on TypedElementSelectionSet_K2_GetSelectedElementHandles"); \ +static_assert(sizeof(TypedElementSelectionSet_K2_GetSelectedElementHandles) == 0x000018, "Wrong size on TypedElementSelectionSet_K2_GetSelectedElementHandles"); \ +static_assert(offsetof(TypedElementSelectionSet_K2_GetSelectedElementHandles, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_K2_GetSelectedElementHandles::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_K2_GetSelectedElementHandles, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_K2_GetSelectedElementHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementSelectionSet \ +static_assert(alignof(UTypedElementSelectionSet) == 0x000008, "Wrong alignment on UTypedElementSelectionSet"); \ +static_assert(sizeof(UTypedElementSelectionSet) == 0x0008A0, "Wrong size on UTypedElementSelectionSet"); \ +static_assert(offsetof(UTypedElementSelectionSet, OnPreSelectionChange) == 0x000828, "Member 'UTypedElementSelectionSet::OnPreSelectionChange' has a wrong offset!"); \ +static_assert(offsetof(UTypedElementSelectionSet, OnSelectionChange) == 0x000838, "Member 'UTypedElementSelectionSet::OnSelectionChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementAssetDataInterface_GetAllReferencedAssetDatas \ +static_assert(alignof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas) == 0x000008, "Wrong alignment on TypedElementAssetDataInterface_GetAllReferencedAssetDatas"); \ +static_assert(sizeof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas) == 0x000018, "Wrong size on TypedElementAssetDataInterface_GetAllReferencedAssetDatas"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas, InElementHandle) == 0x000000, "Member 'TypedElementAssetDataInterface_GetAllReferencedAssetDatas::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas, ReturnValue) == 0x000008, "Member 'TypedElementAssetDataInterface_GetAllReferencedAssetDatas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementAssetDataInterface_GetAssetData \ +static_assert(alignof(TypedElementAssetDataInterface_GetAssetData) == 0x000008, "Wrong alignment on TypedElementAssetDataInterface_GetAssetData"); \ +static_assert(sizeof(TypedElementAssetDataInterface_GetAssetData) == 0x000070, "Wrong size on TypedElementAssetDataInterface_GetAssetData"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAssetData, InElementHandle) == 0x000000, "Member 'TypedElementAssetDataInterface_GetAssetData::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAssetData, ReturnValue) == 0x000008, "Member 'TypedElementAssetDataInterface_GetAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementAssetDataInterface \ +static_assert(alignof(ITypedElementAssetDataInterface) == 0x000001, "Wrong alignment on ITypedElementAssetDataInterface"); \ +static_assert(sizeof(ITypedElementAssetDataInterface) == 0x000001, "Wrong size on ITypedElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementHierarchyInterface_GetChildElements \ +static_assert(alignof(TypedElementHierarchyInterface_GetChildElements) == 0x000008, "Wrong alignment on TypedElementHierarchyInterface_GetChildElements"); \ +static_assert(sizeof(TypedElementHierarchyInterface_GetChildElements) == 0x000020, "Wrong size on TypedElementHierarchyInterface_GetChildElements"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, InElementHandle) == 0x000000, "Member 'TypedElementHierarchyInterface_GetChildElements::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, OutElementHandles) == 0x000008, "Member 'TypedElementHierarchyInterface_GetChildElements::OutElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, bAllowCreate) == 0x000018, "Member 'TypedElementHierarchyInterface_GetChildElements::bAllowCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHierarchyInterface_GetParentElement \ +static_assert(alignof(TypedElementHierarchyInterface_GetParentElement) == 0x000008, "Wrong alignment on TypedElementHierarchyInterface_GetParentElement"); \ +static_assert(sizeof(TypedElementHierarchyInterface_GetParentElement) == 0x000018, "Wrong size on TypedElementHierarchyInterface_GetParentElement"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, InElementHandle) == 0x000000, "Member 'TypedElementHierarchyInterface_GetParentElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, bAllowCreate) == 0x000008, "Member 'TypedElementHierarchyInterface_GetParentElement::bAllowCreate' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, ReturnValue) == 0x000010, "Member 'TypedElementHierarchyInterface_GetParentElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementHierarchyInterface \ +static_assert(alignof(ITypedElementHierarchyInterface) == 0x000001, "Wrong alignment on ITypedElementHierarchyInterface"); \ +static_assert(sizeof(ITypedElementHierarchyInterface) == 0x000001, "Wrong size on ITypedElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementObjectInterface_GetObject \ +static_assert(alignof(TypedElementObjectInterface_GetObject) == 0x000008, "Wrong alignment on TypedElementObjectInterface_GetObject"); \ +static_assert(sizeof(TypedElementObjectInterface_GetObject) == 0x000010, "Wrong size on TypedElementObjectInterface_GetObject"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObject, InElementHandle) == 0x000000, "Member 'TypedElementObjectInterface_GetObject::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObject, ReturnValue) == 0x000008, "Member 'TypedElementObjectInterface_GetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementObjectInterface_GetObjectClass \ +static_assert(alignof(TypedElementObjectInterface_GetObjectClass) == 0x000008, "Wrong alignment on TypedElementObjectInterface_GetObjectClass"); \ +static_assert(sizeof(TypedElementObjectInterface_GetObjectClass) == 0x000010, "Wrong size on TypedElementObjectInterface_GetObjectClass"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObjectClass, InElementHandle) == 0x000000, "Member 'TypedElementObjectInterface_GetObjectClass::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObjectClass, ReturnValue) == 0x000008, "Member 'TypedElementObjectInterface_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementObjectInterface \ +static_assert(alignof(ITypedElementObjectInterface) == 0x000001, "Wrong alignment on ITypedElementObjectInterface"); \ +static_assert(sizeof(ITypedElementObjectInterface) == 0x000001, "Wrong size on ITypedElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementPrimitiveCustomDataInterface_SetCustomData \ +static_assert(alignof(TypedElementPrimitiveCustomDataInterface_SetCustomData) == 0x000008, "Wrong alignment on TypedElementPrimitiveCustomDataInterface_SetCustomData"); \ +static_assert(sizeof(TypedElementPrimitiveCustomDataInterface_SetCustomData) == 0x000020, "Wrong size on TypedElementPrimitiveCustomDataInterface_SetCustomData"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, InElementHandle) == 0x000000, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, CustomDataFloats) == 0x000008, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::CustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, bMarkRenderStateDirty) == 0x000018, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::bMarkRenderStateDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementPrimitiveCustomDataInterface_SetCustomDataValue \ +static_assert(alignof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue) == 0x000008, "Wrong alignment on TypedElementPrimitiveCustomDataInterface_SetCustomDataValue"); \ +static_assert(sizeof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue) == 0x000018, "Wrong size on TypedElementPrimitiveCustomDataInterface_SetCustomDataValue"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, InElementHandle) == 0x000000, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, CustomDataIndex) == 0x000008, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, CustomDataValue) == 0x00000C, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, bMarkRenderStateDirty) == 0x000010, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementPrimitiveCustomDataInterface \ +static_assert(alignof(ITypedElementPrimitiveCustomDataInterface) == 0x000001, "Wrong alignment on ITypedElementPrimitiveCustomDataInterface"); \ +static_assert(sizeof(ITypedElementPrimitiveCustomDataInterface) == 0x000001, "Wrong size on ITypedElementPrimitiveCustomDataInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_AllowSelectionModifiers \ +static_assert(alignof(TypedElementSelectionInterface_AllowSelectionModifiers) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_AllowSelectionModifiers"); \ +static_assert(sizeof(TypedElementSelectionInterface_AllowSelectionModifiers) == 0x000020, "Wrong size on TypedElementSelectionInterface_AllowSelectionModifiers"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_CanDeselectElement \ +static_assert(alignof(TypedElementSelectionInterface_CanDeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_CanDeselectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_CanDeselectElement) == 0x000020, "Wrong size on TypedElementSelectionInterface_CanDeselectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_CanDeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionInterface_CanDeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_CanDeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_CanSelectElement \ +static_assert(alignof(TypedElementSelectionInterface_CanSelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_CanSelectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_CanSelectElement) == 0x000020, "Wrong size on TypedElementSelectionInterface_CanSelectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_CanSelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionInterface_CanSelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_CanSelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_DeselectElement \ +static_assert(alignof(TypedElementSelectionInterface_DeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_DeselectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_DeselectElement) == 0x000030, "Wrong size on TypedElementSelectionInterface_DeselectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_DeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_DeselectElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_DeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, ReturnValue) == 0x000028, "Member 'TypedElementSelectionInterface_DeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_GetSelectionElement \ +static_assert(alignof(TypedElementSelectionInterface_GetSelectionElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_GetSelectionElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_GetSelectionElement) == 0x000028, "Wrong size on TypedElementSelectionInterface_GetSelectionElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_GetSelectionElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InCurrentSelection) == 0x000008, "Member 'TypedElementSelectionInterface_GetSelectionElement::InCurrentSelection' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InSelectionMethod) == 0x000018, "Member 'TypedElementSelectionInterface_GetSelectionElement::InSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, ReturnValue) == 0x000020, "Member 'TypedElementSelectionInterface_GetSelectionElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_IsElementSelected \ +static_assert(alignof(TypedElementSelectionInterface_IsElementSelected) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_IsElementSelected"); \ +static_assert(sizeof(TypedElementSelectionInterface_IsElementSelected) == 0x000028, "Wrong size on TypedElementSelectionInterface_IsElementSelected"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_IsElementSelected::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_IsElementSelected::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_IsElementSelected::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, ReturnValue) == 0x000024, "Member 'TypedElementSelectionInterface_IsElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_SelectElement \ +static_assert(alignof(TypedElementSelectionInterface_SelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_SelectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_SelectElement) == 0x000030, "Wrong size on TypedElementSelectionInterface_SelectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_SelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_SelectElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_SelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, ReturnValue) == 0x000028, "Member 'TypedElementSelectionInterface_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementSelectionInterface \ +static_assert(alignof(ITypedElementSelectionInterface) == 0x000001, "Wrong alignment on ITypedElementSelectionInterface"); \ +static_assert(sizeof(ITypedElementSelectionInterface) == 0x000001, "Wrong size on ITypedElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Entry_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_Exit_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong size on BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature, Condition) == 0x000000, "Member 'BP_AudioTriggerZone_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone \ +static_assert(alignof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone) == 0x0002C0, "Wrong size on BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, EntryPoint) == 0x000000, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_Condition) == 0x000004, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000008, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000010, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000018, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000020, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000024, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000028, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000120, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000128, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000130, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000138, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_bFromSweep) == 0x00013C, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_SweepResult) == 0x000140, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000238, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000240, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000248, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000250, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000258, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherActor) == 0x000260, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherComp) == 0x000268, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000270, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_1) == 0x000274, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_CustomEvent_PlayingSoundWave) == 0x000278, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_CustomEvent_PlayingSoundWave' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_CustomEvent_PlaybackPercent) == 0x000280, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_CustomEvent_PlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000288, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000290, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_2) == 0x000291, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_3) == 0x000292, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_4) == 0x000293, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000294, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_5) == 0x000295, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_BooleanOR_ReturnValue) == 0x000296, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_IsValid_ReturnValue_6) == 0x000297, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_BooleanOR_ReturnValue_1) == 0x000298, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_NotEqual_NameName_ReturnValue) == 0x000299, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_BooleanOR_ReturnValue_2) == 0x00029A, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, K2Node_CreateDelegate_OutputDelegate) == 0x00029C, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0002AC, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_BooleanOR_ReturnValue_3) == 0x0002AD, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_BooleanOR_ReturnValue_4) == 0x0002AE, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0002B0, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0002B8, "Member 'BP_AudioTriggerZone_C_ExecuteUbergraph_BP_AudioTriggerZone::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_GetCustomGameInstance \ +static_assert(alignof(BP_AudioTriggerZone_C_GetCustomGameInstance) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_GetCustomGameInstance"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_GetCustomGameInstance) == 0x000020, "Wrong size on BP_AudioTriggerZone_C_GetCustomGameInstance"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetCustomGameInstance, CustomGameInstance) == 0x000000, "Member 'BP_AudioTriggerZone_C_GetCustomGameInstance::CustomGameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetCustomGameInstance, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_GetCustomGameInstance::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetCustomGameInstance, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000010, "Member 'BP_AudioTriggerZone_C_GetCustomGameInstance::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetCustomGameInstance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AudioTriggerZone_C_GetCustomGameInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D \ +static_assert(alignof(BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D) == 0x000010, "Wrong size on BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D, PlayingSoundWave) == 0x000000, "Member 'BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D::PlayingSoundWave' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D, PlaybackPercent) == 0x000008, "Member 'BP_AudioTriggerZone_C_GetPlaybackPercentAmbience3D::PlaybackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_GetWorldAudioComponent \ +static_assert(alignof(BP_AudioTriggerZone_C_GetWorldAudioComponent) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_GetWorldAudioComponent"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_GetWorldAudioComponent) == 0x000020, "Wrong size on BP_AudioTriggerZone_C_GetWorldAudioComponent"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetWorldAudioComponent, WorldAudioCompRef) == 0x000000, "Member 'BP_AudioTriggerZone_C_GetWorldAudioComponent::WorldAudioCompRef' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetWorldAudioComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_GetWorldAudioComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetWorldAudioComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_AudioTriggerZone_C_GetWorldAudioComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetWorldAudioComponent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AudioTriggerZone_C_GetWorldAudioComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_GetWorldAudioComponent, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_AudioTriggerZone_C_GetWorldAudioComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_HandleAmbience \ +static_assert(alignof(BP_AudioTriggerZone_C_HandleAmbience) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_HandleAmbience"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_HandleAmbience) == 0x000018, "Wrong size on BP_AudioTriggerZone_C_HandleAmbience"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleAmbience, DataAsset_Amb) == 0x000000, "Member 'BP_AudioTriggerZone_C_HandleAmbience::DataAsset_Amb' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleAmbience, CallFunc_GetCustomGameInstance_CustomGameInstance) == 0x000008, "Member 'BP_AudioTriggerZone_C_HandleAmbience::CallFunc_GetCustomGameInstance_CustomGameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleAmbience, CallFunc_HandleNextAmbience_StartTime_ImplicitCast) == 0x000010, "Member 'BP_AudioTriggerZone_C_HandleAmbience::CallFunc_HandleNextAmbience_StartTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_HandleMusic \ +static_assert(alignof(BP_AudioTriggerZone_C_HandleMusic) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_HandleMusic"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_HandleMusic) == 0x000028, "Wrong size on BP_AudioTriggerZone_C_HandleMusic"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleMusic, InteractiveMusicParameters) == 0x000000, "Member 'BP_AudioTriggerZone_C_HandleMusic::InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleMusic, NewMusicFadeIn) == 0x000018, "Member 'BP_AudioTriggerZone_C_HandleMusic::NewMusicFadeIn' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleMusic, OldMusicFadeOut) == 0x00001C, "Member 'BP_AudioTriggerZone_C_HandleMusic::OldMusicFadeOut' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleMusic, CallFunc_GetCustomGameInstance_CustomGameInstance) == 0x000020, "Member 'BP_AudioTriggerZone_C_HandleMusic::CallFunc_GetCustomGameInstance_CustomGameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_HandleRFX \ +static_assert(alignof(BP_AudioTriggerZone_C_HandleRFX) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_HandleRFX"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_HandleRFX) == 0x000010, "Wrong size on BP_AudioTriggerZone_C_HandleRFX"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleRFX, DataAsset_Amb) == 0x000000, "Member 'BP_AudioTriggerZone_C_HandleRFX::DataAsset_Amb' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_HandleRFX, CallFunc_GetWorldAudioComponent_WorldAudioCompRef) == 0x000008, "Member 'BP_AudioTriggerZone_C_HandleRFX::CallFunc_GetWorldAudioComponent_WorldAudioCompRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap \ +static_assert(alignof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap) == 0x000018, "Wrong size on BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, Actor) == 0x000000, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_IsPlaying_ReturnValue) == 0x000012, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'BP_AudioTriggerZone_C_OnBoxInsideBeginOverlap::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_OnBoxInsideEndOverlap \ +static_assert(alignof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_OnBoxInsideEndOverlap"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap) == 0x000050, "Wrong size on BP_AudioTriggerZone_C_OnBoxInsideEndOverlap"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, Actor) == 0x000000, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000010, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000020, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxInsideEndOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'BP_AudioTriggerZone_C_OnBoxInsideEndOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap \ +static_assert(alignof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap) == 0x000018, "Wrong size on BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap, Actor) == 0x000000, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideBeginOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap \ +static_assert(alignof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap) == 0x000050, "Wrong size on BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, Actor) == 0x000000, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000010, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_IsPlaying_ReturnValue) == 0x00001A, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000030, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'BP_AudioTriggerZone_C_OnBoxOutsideEndOverlap::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled \ +static_assert(alignof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled) == 0x000040, "Wrong size on BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Enabled) == 0x000000, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_bool_Variable) == 0x000001, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_byte_Variable) == 0x000002, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_byte_Variable_1) == 0x000003, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, K2Node_Select_Default) == 0x000008, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_AudioTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision \ +static_assert(alignof(BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision) == 0x000001, "Wrong alignment on BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision"); \ +static_assert(sizeof(BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision) == 0x000001, "Wrong size on BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision"); \ +static_assert(offsetof(BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_GetCurrentConditionValue_CurrentValue) == 0x000000, "Member 'BP_AudioTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_GetCurrentConditionValue_CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AudioTriggerZone_C \ +static_assert(alignof(ABP_AudioTriggerZone_C) == 0x000008, "Wrong alignment on ABP_AudioTriggerZone_C"); \ +static_assert(sizeof(ABP_AudioTriggerZone_C) == 0x000330, "Wrong size on ABP_AudioTriggerZone_C"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, UberGraphFrame) == 0x000290, "Member 'ABP_AudioTriggerZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, BP_ConditionCheckerComponent) == 0x000298, "Member 'ABP_AudioTriggerZone_C::BP_ConditionCheckerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Arrow) == 0x0002A0, "Member 'ABP_AudioTriggerZone_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Ambience_AudioComponent) == 0x0002A8, "Member 'ABP_AudioTriggerZone_C::Ambience_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Box_Outside) == 0x0002B0, "Member 'ABP_AudioTriggerZone_C::Box_Outside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Box_Inside) == 0x0002B8, "Member 'ABP_AudioTriggerZone_C::Box_Inside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_AudioTriggerZone_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Inside1) == 0x0002C8, "Member 'ABP_AudioTriggerZone_C::Inside1' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, Inside2) == 0x0002C9, "Member 'ABP_AudioTriggerZone_C::Inside2' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, AmbienceInside) == 0x0002D0, "Member 'ABP_AudioTriggerZone_C::AmbienceInside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, MusicInside) == 0x0002D8, "Member 'ABP_AudioTriggerZone_C::MusicInside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, AmbienceOutside) == 0x0002E0, "Member 'ABP_AudioTriggerZone_C::AmbienceOutside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, MusicOutside) == 0x0002E8, "Member 'ABP_AudioTriggerZone_C::MusicOutside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, SwitchMusic) == 0x0002F0, "Member 'ABP_AudioTriggerZone_C::SwitchMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, SwitchRFX) == 0x0002F1, "Member 'ABP_AudioTriggerZone_C::SwitchRFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, PlayBackPercentAmbience3D) == 0x0002F8, "Member 'ABP_AudioTriggerZone_C::PlayBackPercentAmbience3D' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, MusicFadeOutDuration) == 0x000300, "Member 'ABP_AudioTriggerZone_C::MusicFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, MusicFadeInDuration) == 0x000304, "Member 'ABP_AudioTriggerZone_C::MusicFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, AudioTriggerParameterNameInside) == 0x000308, "Member 'ABP_AudioTriggerZone_C::AudioTriggerParameterNameInside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, InteractiveMusicContextInside) == 0x000310, "Member 'ABP_AudioTriggerZone_C::InteractiveMusicContextInside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, AudioTriggerParameterNameOutside) == 0x000314, "Member 'ABP_AudioTriggerZone_C::AudioTriggerParameterNameOutside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, SwitchAmbience) == 0x00031C, "Member 'ABP_AudioTriggerZone_C::SwitchAmbience' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, InteractiveMusicContextOutside) == 0x00031D, "Member 'ABP_AudioTriggerZone_C::InteractiveMusicContextOutside' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, ControlBusMixActivate) == 0x000320, "Member 'ABP_AudioTriggerZone_C::ControlBusMixActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_C, ControlBusMixDeactivate) == 0x000328, "Member 'ABP_AudioTriggerZone_C::ControlBusMixDeactivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioLinkSettingsAbstract \ +static_assert(alignof(UAudioLinkSettingsAbstract) == 0x000008, "Wrong alignment on UAudioLinkSettingsAbstract"); \ +static_assert(sizeof(UAudioLinkSettingsAbstract) == 0x000038, "Wrong size on UAudioLinkSettingsAbstract"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PlayerAmbientParticles_C_BndEvt__BP_PlayerAmbientParticles_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles \ +static_assert(alignof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles) == 0x000468, "Wrong size on BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, EntryPoint) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x000010, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetCameraLocation_ReturnValue) == 0x000028, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000058, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetCameraLocation_ReturnValue_1) == 0x000158, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetPlayerPawn_ReturnValue) == 0x000170, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000178, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_X) == 0x000190, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_Y) == 0x000198, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_Z) == 0x0001A0, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_Normal_ReturnValue) == 0x0001A8, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001C0, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001C8, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001D0, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001D8, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0001E0, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F8, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_Add_VectorVector_ReturnValue) == 0x000200, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_X_1) == 0x000218, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_Y_1) == 0x000220, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_BreakVector_Z_1) == 0x000228, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000230, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherActor) == 0x000238, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherComp) == 0x000240, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000248, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_bFromSweep) == 0x00024C, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, K2Node_ComponentBoundEvent_SweepResult) == 0x000250, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_MakeVector_ReturnValue) == 0x000348, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000360, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000368, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000460, "Member 'BP_PlayerAmbientParticles_C_ExecuteUbergraph_BP_PlayerAmbientParticles::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_ReceiveTick \ +static_assert(alignof(BP_PlayerAmbientParticles_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PlayerAmbientParticles_C_ReceiveTick"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_ReceiveTick) == 0x000004, "Wrong size on BP_PlayerAmbientParticles_C_ReceiveTick"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_SetParticlesParameters \ +static_assert(alignof(BP_PlayerAmbientParticles_C_SetParticlesParameters) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_SetParticlesParameters"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_SetParticlesParameters) == 0x000090, "Wrong size on BP_PlayerAmbientParticles_C_SetParticlesParameters"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_GetActorScale3D_ReturnValue) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000018, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Divide_VectorVector_ReturnValue) == 0x000038, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_MakeVector_ReturnValue) == 0x000058, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000080, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000084, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x000088, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x00008C, "Member 'BP_PlayerAmbientParticles_C_SetParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters \ +static_assert(alignof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters) == 0x000090, "Wrong size on BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_GetActorScale3D_ReturnValue) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000020, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Divide_VectorVector_ReturnValue) == 0x000038, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_MakeVector_ReturnValue) == 0x000058, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000080, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000084, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x000088, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x00008C, "Member 'BP_PlayerAmbientParticles_C_SetPreviewParticlesParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticles_C_UserConstructionScript \ +static_assert(alignof(BP_PlayerAmbientParticles_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticles_C_UserConstructionScript"); \ +static_assert(sizeof(BP_PlayerAmbientParticles_C_UserConstructionScript) == 0x000060, "Wrong size on BP_PlayerAmbientParticles_C_UserConstructionScript"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000000, "Member 'BP_PlayerAmbientParticles_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_PlayerAmbientParticles_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue) == 0x000030, "Member 'BP_PlayerAmbientParticles_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticles_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000048, "Member 'BP_PlayerAmbientParticles_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerAmbientParticles_C \ +static_assert(alignof(ABP_PlayerAmbientParticles_C) == 0x000008, "Wrong alignment on ABP_PlayerAmbientParticles_C"); \ +static_assert(sizeof(ABP_PlayerAmbientParticles_C) == 0x000328, "Wrong size on ABP_PlayerAmbientParticles_C"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, UberGraphFrame) == 0x000290, "Member 'ABP_PlayerAmbientParticles_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Billboard) == 0x000298, "Member 'ABP_PlayerAmbientParticles_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, FX_AmbientParticles) == 0x0002A0, "Member 'ABP_PlayerAmbientParticles_C::FX_AmbientParticles' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Box) == 0x0002A8, "Member 'ABP_PlayerAmbientParticles_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_PlayerAmbientParticles_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Amount) == 0x0002B8, "Member 'ABP_PlayerAmbientParticles_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Size) == 0x0002C0, "Member 'ABP_PlayerAmbientParticles_C::Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, TurbulenceStrength) == 0x0002C8, "Member 'ABP_PlayerAmbientParticles_C::TurbulenceStrength' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, TurbulenceSpeed) == 0x0002D0, "Member 'ABP_PlayerAmbientParticles_C::TurbulenceSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Glow) == 0x0002E8, "Member 'ABP_PlayerAmbientParticles_C::Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Lifetime) == 0x0002F0, "Member 'ABP_PlayerAmbientParticles_C::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, MinimumColor) == 0x0002F4, "Member 'ABP_PlayerAmbientParticles_C::MinimumColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, MaximumColor) == 0x000304, "Member 'ABP_PlayerAmbientParticles_C::MaximumColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Speed) == 0x000318, "Member 'ABP_PlayerAmbientParticles_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, Overlap) == 0x000320, "Member 'ABP_PlayerAmbientParticles_C::Overlap' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticles_C, SphereRadius) == 0x000324, "Member 'ABP_PlayerAmbientParticles_C::SphereRadius' 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) == 0x000028, "Wrong size on UJsonUtilitiesDummyObject"); \ + +#define DUMPER7_ASSERTS_FTagAndValue \ +static_assert(alignof(FTagAndValue) == 0x000008, "Wrong alignment on FTagAndValue"); \ +static_assert(sizeof(FTagAndValue) == 0x000018, "Wrong size on FTagAndValue"); \ +static_assert(offsetof(FTagAndValue, Tag) == 0x000000, "Member 'FTagAndValue::Tag' has a wrong offset!"); \ +static_assert(offsetof(FTagAndValue, Value) == 0x000008, "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_AssetRegistryHelpers_CreateAssetData \ +static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000078, "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_FindAssetNativeClass \ +static_assert(alignof(AssetRegistryHelpers_FindAssetNativeClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_FindAssetNativeClass"); \ +static_assert(sizeof(AssetRegistryHelpers_FindAssetNativeClass) == 0x000070, "Wrong size on AssetRegistryHelpers_FindAssetNativeClass"); \ +static_assert(offsetof(AssetRegistryHelpers_FindAssetNativeClass, AssetData) == 0x000000, "Member 'AssetRegistryHelpers_FindAssetNativeClass::AssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_FindAssetNativeClass, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_FindAssetNativeClass::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) == 0x000070, "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) == 0x000068, "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_GetBlueprintAssets \ +static_assert(alignof(AssetRegistryHelpers_GetBlueprintAssets) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetBlueprintAssets"); \ +static_assert(sizeof(AssetRegistryHelpers_GetBlueprintAssets) == 0x000160, "Wrong size on AssetRegistryHelpers_GetBlueprintAssets"); \ +static_assert(offsetof(AssetRegistryHelpers_GetBlueprintAssets, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_GetBlueprintAssets::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetBlueprintAssets, OutAssetData) == 0x000150, "Member 'AssetRegistryHelpers_GetBlueprintAssets::OutAssetData' 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) == 0x000070, "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) == 0x000068, "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) == 0x000078, "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) == 0x000068, "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) == 0x000078, "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) == 0x000068, "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) == 0x000088, "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) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000070, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000080, "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) == 0x000070, "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) == 0x000068, "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) == 0x000070, "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) == 0x000068, "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) == 0x000070, "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) == 0x000068, "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) == 0x000070, "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) == 0x000068, "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) == 0x0002B0, "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) == 0x000150, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000160, "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) == 0x000088, "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) == 0x000068, "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) == 0x000028, "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!"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bIgnoreDenyListScanFilters) == 0x000011, "Member 'AssetRegistry_ScanPathsSynchronous::bIgnoreDenyListScanFilters' 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_WaitForPackage \ +static_assert(alignof(AssetRegistry_WaitForPackage) == 0x000008, "Wrong alignment on AssetRegistry_WaitForPackage"); \ +static_assert(sizeof(AssetRegistry_WaitForPackage) == 0x000010, "Wrong size on AssetRegistry_WaitForPackage"); \ +static_assert(offsetof(AssetRegistry_WaitForPackage, PackageName) == 0x000000, "Member 'AssetRegistry_WaitForPackage::PackageName' 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_GetAncestorClassNames \ +static_assert(alignof(AssetRegistry_GetAncestorClassNames) == 0x000008, "Wrong alignment on AssetRegistry_GetAncestorClassNames"); \ +static_assert(sizeof(AssetRegistry_GetAncestorClassNames) == 0x000028, "Wrong size on AssetRegistry_GetAncestorClassNames"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, ClassPathName) == 0x000000, "Member 'AssetRegistry_GetAncestorClassNames::ClassPathName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, OutAncestorClassNames) == 0x000010, "Member 'AssetRegistry_GetAncestorClassNames::OutAncestorClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, ReturnValue) == 0x000020, "Member 'AssetRegistry_GetAncestorClassNames::ReturnValue' 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) == 0x000078, "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) == 0x000008, "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) == 0x000168, "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) == 0x000150, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, bSkipARFilteredAssets) == 0x000160, "Member 'AssetRegistry_GetAssets::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000161, "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, ClassPathName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassPathName' 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) == 0x000020, "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) == 0x000008, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000018, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bSkipARFilteredAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPackageName::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x00001A, "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) == 0x000020, "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) == 0x000008, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000018, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPaths \ +static_assert(alignof(AssetRegistry_GetAssetsByPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPaths"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPaths) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByPaths"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, PackagePaths) == 0x000000, "Member 'AssetRegistry_GetAssetsByPaths::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByPaths::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, bRecursive) == 0x000020, "Member 'AssetRegistry_GetAssetsByPaths::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, bIncludeOnlyOnDiskAssets) == 0x000021, "Member 'AssetRegistry_GetAssetsByPaths::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, ReturnValue) == 0x000022, "Member 'AssetRegistry_GetAssetsByPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetDerivedClassNames \ +static_assert(alignof(AssetRegistry_GetDerivedClassNames) == 0x000008, "Wrong alignment on AssetRegistry_GetDerivedClassNames"); \ +static_assert(sizeof(AssetRegistry_GetDerivedClassNames) == 0x0000B0, "Wrong size on AssetRegistry_GetDerivedClassNames"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, ClassNames) == 0x000000, "Member 'AssetRegistry_GetDerivedClassNames::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, ExcludedClassNames) == 0x000010, "Member 'AssetRegistry_GetDerivedClassNames::ExcludedClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, OutDerivedClassNames) == 0x000060, "Member 'AssetRegistry_GetDerivedClassNames::OutDerivedClassNames' 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) == 0x00000C, "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) == 0x000008, "Member 'AssetRegistry_HasAssets::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_HasAssets, ReturnValue) == 0x000009, "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_IsSearchAllAssets \ +static_assert(alignof(AssetRegistry_IsSearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_IsSearchAllAssets"); \ +static_assert(sizeof(AssetRegistry_IsSearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_IsSearchAllAssets"); \ +static_assert(offsetof(AssetRegistry_IsSearchAllAssets, ReturnValue) == 0x000000, "Member 'AssetRegistry_IsSearchAllAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_IsSearchAsync \ +static_assert(alignof(AssetRegistry_IsSearchAsync) == 0x000001, "Wrong alignment on AssetRegistry_IsSearchAsync"); \ +static_assert(sizeof(AssetRegistry_IsSearchAsync) == 0x000001, "Wrong size on AssetRegistry_IsSearchAsync"); \ +static_assert(offsetof(AssetRegistry_IsSearchAsync, ReturnValue) == 0x000000, "Member 'AssetRegistry_IsSearchAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_K2_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_K2_GetAssetByObjectPath) == 0x000090, "Wrong size on AssetRegistry_K2_GetAssetByObjectPath"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_K2_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000020, "Member 'AssetRegistry_K2_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, bSkipARFilteredAssets) == 0x000021, "Member 'AssetRegistry_K2_GetAssetByObjectPath::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, ReturnValue) == 0x000028, "Member 'AssetRegistry_K2_GetAssetByObjectPath::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) == 0x000028, "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) == 0x000008, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000010, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000020, "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) == 0x000028, "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) == 0x000008, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000010, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000020, "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) == 0x000160, "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) == 0x000160, "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_UAssetRegistryImpl \ +static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ +static_assert(sizeof(UAssetRegistryImpl) == 0x000E48, "Wrong size on UAssetRegistryImpl"); \ + +#define DUMPER7_ASSERTS_UHandlerComponentFactory \ +static_assert(alignof(UHandlerComponentFactory) == 0x000008, "Wrong alignment on UHandlerComponentFactory"); \ +static_assert(sizeof(UHandlerComponentFactory) == 0x000028, "Wrong size on UHandlerComponentFactory"); \ + +#define DUMPER7_ASSERTS_UPacketHandlerProfileConfig \ +static_assert(alignof(UPacketHandlerProfileConfig) == 0x000008, "Wrong alignment on UPacketHandlerProfileConfig"); \ +static_assert(sizeof(UPacketHandlerProfileConfig) == 0x000038, "Wrong size on UPacketHandlerProfileConfig"); \ +static_assert(offsetof(UPacketHandlerProfileConfig, Components) == 0x000028, "Member 'UPacketHandlerProfileConfig::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameActionTriggerZone_Sphere_C \ +static_assert(alignof(ABP_GameActionTriggerZone_Sphere_C) == 0x000008, "Wrong alignment on ABP_GameActionTriggerZone_Sphere_C"); \ +static_assert(sizeof(ABP_GameActionTriggerZone_Sphere_C) == 0x000338, "Wrong size on ABP_GameActionTriggerZone_Sphere_C"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_Sphere_C, TriggerSphere) == 0x000330, "Member 'ABP_GameActionTriggerZone_Sphere_C::TriggerSphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Sphere \ +static_assert(alignof(FClothCollisionPrim_Sphere) == 0x000008, "Wrong alignment on FClothCollisionPrim_Sphere"); \ +static_assert(sizeof(FClothCollisionPrim_Sphere) == 0x000020, "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) == 0x000030, "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) == 0x000020, "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) == 0x000060, "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) == 0x000020, "Member 'FClothCollisionPrim_Box::LocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, HalfExtents) == 0x000040, "Member 'FClothCollisionPrim_Box::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, BoneIndex) == 0x000058, "Member 'FClothCollisionPrim_Box::BoneIndex' 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_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_UClothingAssetBase \ +static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ +static_assert(sizeof(UClothingAssetBase) == 0x000048, "Wrong size on UClothingAssetBase"); \ +static_assert(offsetof(UClothingAssetBase, ImportedFilePath) == 0x000028, "Member 'UClothingAssetBase::ImportedFilePath' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetBase, AssetGuid) == 0x000038, "Member 'UClothingAssetBase::AssetGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigBase \ +static_assert(alignof(UClothConfigBase) == 0x000008, "Wrong alignment on UClothConfigBase"); \ +static_assert(sizeof(UClothConfigBase) == 0x000028, "Wrong size on UClothConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothSharedSimConfigBase \ +static_assert(alignof(UClothSharedSimConfigBase) == 0x000008, "Wrong alignment on UClothSharedSimConfigBase"); \ +static_assert(sizeof(UClothSharedSimConfigBase) == 0x000028, "Wrong size on UClothSharedSimConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactory \ +static_assert(alignof(UClothingSimulationFactory) == 0x000008, "Wrong alignment on UClothingSimulationFactory"); \ +static_assert(sizeof(UClothingSimulationFactory) == 0x000028, "Wrong size on UClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_UClothingInteractor \ +static_assert(alignof(UClothingInteractor) == 0x000008, "Wrong alignment on UClothingInteractor"); \ +static_assert(sizeof(UClothingInteractor) == 0x000030, "Wrong size on UClothingInteractor"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_EnableGravityOverride \ +static_assert(alignof(ClothingSimulationInteractor_EnableGravityOverride) == 0x000008, "Wrong alignment on ClothingSimulationInteractor_EnableGravityOverride"); \ +static_assert(sizeof(ClothingSimulationInteractor_EnableGravityOverride) == 0x000018, "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_SetMaxNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_SetMaxNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetMaxNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetMaxNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetMaxNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetMaxNumIterations, MaxNumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetMaxNumIterations::MaxNumIterations' 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) == 0x000090, "Wrong size on UClothingSimulationInteractor"); \ +static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000028, "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) == 0x0000E0, "Wrong size on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Vertices) == 0x000028, "Member 'UClothPhysicalMeshDataBase_Legacy::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Normals) == 0x000038, "Member 'UClothPhysicalMeshDataBase_Legacy::Normals' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Indices) == 0x000048, "Member 'UClothPhysicalMeshDataBase_Legacy::Indices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, InverseMasses) == 0x000058, "Member 'UClothPhysicalMeshDataBase_Legacy::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, BoneData) == 0x000068, "Member 'UClothPhysicalMeshDataBase_Legacy::BoneData' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x000078, "Member 'UClothPhysicalMeshDataBase_Legacy::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, MaxBoneWeights) == 0x00007C, "Member 'UClothPhysicalMeshDataBase_Legacy::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, SelfCollisionIndices) == 0x000080, "Member 'UClothPhysicalMeshDataBase_Legacy::SelfCollisionIndices' 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_FAudioOutputDeviceInfo \ +static_assert(alignof(FAudioOutputDeviceInfo) == 0x000008, "Wrong alignment on FAudioOutputDeviceInfo"); \ +static_assert(sizeof(FAudioOutputDeviceInfo) == 0x000048, "Wrong size on FAudioOutputDeviceInfo"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Name) == 0x000000, "Member 'FAudioOutputDeviceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioOutputDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, NumChannels) == 0x000020, "Member 'FAudioOutputDeviceInfo::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, SampleRate) == 0x000024, "Member 'FAudioOutputDeviceInfo::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Format) == 0x000028, "Member 'FAudioOutputDeviceInfo::Format' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, OutputChannelArray) == 0x000030, "Member 'FAudioOutputDeviceInfo::OutputChannelArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSwapAudioOutputResult \ +static_assert(alignof(FSwapAudioOutputResult) == 0x000008, "Wrong alignment on FSwapAudioOutputResult"); \ +static_assert(sizeof(FSwapAudioOutputResult) == 0x000028, "Wrong size on FSwapAudioOutputResult"); \ +static_assert(offsetof(FSwapAudioOutputResult, CurrentDeviceId) == 0x000000, "Member 'FSwapAudioOutputResult::CurrentDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FSwapAudioOutputResult, RequestedDeviceId) == 0x000010, "Member 'FSwapAudioOutputResult::RequestedDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FSwapAudioOutputResult, Result) == 0x000020, "Member 'FSwapAudioOutputResult::Result' has a wrong offset!"); \ + +#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_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_UAudioBusSubsystem \ +static_assert(alignof(UAudioBusSubsystem) == 0x000008, "Wrong alignment on UAudioBusSubsystem"); \ +static_assert(sizeof(UAudioBusSubsystem) == 0x000090, "Wrong size on UAudioBusSubsystem"); \ + +#define DUMPER7_ASSERTS_UAudioDeviceNotificationSubsystem \ +static_assert(alignof(UAudioDeviceNotificationSubsystem) == 0x000008, "Wrong alignment on UAudioDeviceNotificationSubsystem"); \ +static_assert(sizeof(UAudioDeviceNotificationSubsystem) == 0x000128, "Wrong size on UAudioDeviceNotificationSubsystem"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DefaultCaptureDeviceChanged) == 0x000038, "Member 'UAudioDeviceNotificationSubsystem::DefaultCaptureDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DefaultRenderDeviceChanged) == 0x000060, "Member 'UAudioDeviceNotificationSubsystem::DefaultRenderDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceAdded) == 0x000088, "Member 'UAudioDeviceNotificationSubsystem::DeviceAdded' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceRemoved) == 0x0000B0, "Member 'UAudioDeviceNotificationSubsystem::DeviceRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceStateChanged) == 0x0000D8, "Member 'UAudioDeviceNotificationSubsystem::DeviceStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceSwitched) == 0x000100, "Member 'UAudioDeviceNotificationSubsystem::DeviceSwitched' 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) == 0x000150, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ +static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F0, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ + +#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_Conv_AudioOutputDeviceInfoToString \ +static_assert(alignof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString) == 0x000058, "Wrong size on AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString, Info) == 0x000000, "Member 'AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString::Info' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString, ReturnValue) == 0x000048, "Member 'AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices, OnObtainDevicesEvent) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices::OnObtainDevicesEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName, OnObtainCurrentDeviceEvent) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName::OnObtainCurrentDeviceEvent' 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) == 0x000018, "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_RegisterAudioBusToSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, AudioBus) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::AudioBus' 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_SwapAudioOutputDevice \ +static_assert(alignof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SwapAudioOutputDevice"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SwapAudioOutputDevice"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, NewDeviceId) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::NewDeviceId' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, OnCompletedDeviceSwap) == 0x000018, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::OnCompletedDeviceSwap' 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_AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, AudioBus) == 0x000010, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ +static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ +static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USynthSound \ +static_assert(alignof(USynthSound) == 0x000008, "Wrong alignment on USynthSound"); \ +static_assert(sizeof(USynthSound) == 0x000490, "Wrong size on USynthSound"); \ +static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x000470, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_GetModulators \ +static_assert(alignof(SynthComponent_GetModulators) == 0x000008, "Wrong alignment on SynthComponent_GetModulators"); \ +static_assert(sizeof(SynthComponent_GetModulators) == 0x000058, "Wrong size on SynthComponent_GetModulators"); \ +static_assert(offsetof(SynthComponent_GetModulators, Destination) == 0x000000, "Member 'SynthComponent_GetModulators::Destination' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_GetModulators, ReturnValue) == 0x000008, "Member 'SynthComponent_GetModulators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetAudioBusSendPostEffect \ +static_assert(alignof(SynthComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on SynthComponent_SetAudioBusSendPostEffect"); \ +static_assert(sizeof(SynthComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on SynthComponent_SetAudioBusSendPostEffect"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'SynthComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'SynthComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetAudioBusSendPreEffect \ +static_assert(alignof(SynthComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on SynthComponent_SetAudioBusSendPreEffect"); \ +static_assert(sizeof(SynthComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on SynthComponent_SetAudioBusSendPreEffect"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'SynthComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'SynthComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' 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_SetModulationRouting \ +static_assert(alignof(SynthComponent_SetModulationRouting) == 0x000008, "Wrong alignment on SynthComponent_SetModulationRouting"); \ +static_assert(sizeof(SynthComponent_SetModulationRouting) == 0x000058, "Wrong size on SynthComponent_SetModulationRouting"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, Modulators) == 0x000000, "Member 'SynthComponent_SetModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, Destination) == 0x000050, "Member 'SynthComponent_SetModulationRouting::Destination' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, RoutingMethod) == 0x000051, "Member 'SynthComponent_SetModulationRouting::RoutingMethod' 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_SetSourceBusSendPostEffect \ +static_assert(alignof(SynthComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on SynthComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(SynthComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on SynthComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'SynthComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'SynthComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(SynthComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on SynthComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(SynthComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on SynthComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'SynthComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'SynthComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' 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_AdjustVolume \ +static_assert(alignof(SynthComponent_AdjustVolume) == 0x000004, "Wrong alignment on SynthComponent_AdjustVolume"); \ +static_assert(sizeof(SynthComponent_AdjustVolume) == 0x00000C, "Wrong size on SynthComponent_AdjustVolume"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'SynthComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'SynthComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'SynthComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_FadeIn \ +static_assert(alignof(SynthComponent_FadeIn) == 0x000004, "Wrong alignment on SynthComponent_FadeIn"); \ +static_assert(sizeof(SynthComponent_FadeIn) == 0x000010, "Wrong size on SynthComponent_FadeIn"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'SynthComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'SynthComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, StartTime) == 0x000008, "Member 'SynthComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'SynthComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_FadeOut \ +static_assert(alignof(SynthComponent_FadeOut) == 0x000004, "Wrong alignment on SynthComponent_FadeOut"); \ +static_assert(sizeof(SynthComponent_FadeOut) == 0x00000C, "Wrong size on SynthComponent_FadeOut"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'SynthComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'SynthComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeCurve) == 0x000008, "Member 'SynthComponent_FadeOut::FadeCurve' 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) == 0x000890, "Wrong size on USynthComponent"); \ +static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000238, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000240, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x000610, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x000618, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ModulationRouting) == 0x000668, "Member 'USynthComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundClass) == 0x0007D0, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x0007D8, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmix) == 0x0007E0, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x0007E8, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, BusSends) == 0x0007F8, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000808, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00081C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000820, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000828, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, Synth) == 0x000858, "Member 'USynthComponent::Synth' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AudioComponent) == 0x000860, "Member 'USynthComponent::AudioComponent' 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) == 0x0000B0, "Wrong size on USubmixEffectSubmixEQPreset"); \ +static_assert(offsetof(USubmixEffectSubmixEQPreset, Settings) == 0x0000A0, "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) == 0x000110, "Wrong size on USubmixEffectReverbPreset"); \ +static_assert(offsetof(USubmixEffectReverbPreset, Settings) == 0x0000D0, "Member 'USubmixEffectReverbPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioGenerator \ +static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ +static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatProgressPercent \ +static_assert(alignof(QuartzClockHandle_GetBeatProgressPercent) == 0x000004, "Wrong alignment on QuartzClockHandle_GetBeatProgressPercent"); \ +static_assert(sizeof(QuartzClockHandle_GetBeatProgressPercent) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatProgressPercent"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, QuantizationBoundary) == 0x000000, "Member 'QuartzClockHandle_GetBeatProgressPercent::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, PhaseOffset) == 0x000004, "Member 'QuartzClockHandle_GetBeatProgressPercent::PhaseOffset' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, MsOffset) == 0x000008, "Member 'QuartzClockHandle_GetBeatProgressPercent::MsOffset' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, ReturnValue) == 0x00000C, "Member 'QuartzClockHandle_GetBeatProgressPercent::ReturnValue' has a wrong offset!"); \ + +#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_NotifyOnQuantizationBoundary \ +static_assert(alignof(QuartzClockHandle_NotifyOnQuantizationBoundary) == 0x000008, "Wrong alignment on QuartzClockHandle_NotifyOnQuantizationBoundary"); \ +static_assert(sizeof(QuartzClockHandle_NotifyOnQuantizationBoundary) == 0x000040, "Wrong size on QuartzClockHandle_NotifyOnQuantizationBoundary"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InDelegate) == 0x000028, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InMsOffset) == 0x000038, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InMsOffset' 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) == 0x000018, "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) == 0x000040, "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) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000038, "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) == 0x000048, "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) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000040, "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) == 0x000048, "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) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000040, "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) == 0x000048, "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) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000040, "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) == 0x000048, "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) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000040, "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) == 0x000048, "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) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000040, "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) == 0x000040, "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) == 0x000010, "Member 'QuartzClockHandle_StartOtherClock::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InDelegate) == 0x000030, "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) == 0x000020, "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) == 0x000018, "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) == 0x0001F0, "Wrong size on UQuartzClockHandle"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_CreateNewClock \ +static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ +static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000040, "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) == 0x000010, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000030, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000031, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000038, "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) == 0x000010, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000018, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "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) == 0x000010, "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_QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused \ +static_assert(alignof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused) == 0x000001, "Wrong alignment on QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused"); \ +static_assert(sizeof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused) == 0x000001, "Wrong size on QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused"); \ +static_assert(offsetof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused, bInTickableWhenPaused) == 0x000000, "Member 'QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused::bInTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzSubsystem \ +static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ +static_assert(sizeof(UQuartzSubsystem) == 0x000068, "Wrong size on UQuartzSubsystem"); \ + +#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) == 0x000014, "Member 'FImageWriteOptions::CompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bOverwriteFile) == 0x000018, "Member 'FImageWriteOptions::bOverwriteFile' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bAsync) == 0x000019, "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) == 0x000028, "Wrong size on UImageWriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FMaterialQualityOverrides \ +static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ +static_assert(sizeof(FMaterialQualityOverrides) == 0x000008, "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, bForceDisablePreintegratedGF) == 0x000005, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000006, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000007, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ +static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ +static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000058, "Wrong size on UShaderPlatformQualitySettings"); \ +static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ +static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ +static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ +static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerGazeData \ +static_assert(alignof(FEyeTrackerGazeData) == 0x000008, "Wrong alignment on FEyeTrackerGazeData"); \ +static_assert(sizeof(FEyeTrackerGazeData) == 0x000058, "Wrong size on FEyeTrackerGazeData"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeOrigin) == 0x000000, "Member 'FEyeTrackerGazeData::GazeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeDirection) == 0x000018, "Member 'FEyeTrackerGazeData::GazeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, ConfidenceValue) == 0x000048, "Member 'FEyeTrackerGazeData::ConfidenceValue' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsLeftEyeBlink) == 0x00004C, "Member 'FEyeTrackerGazeData::bIsLeftEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsRightEyeBlink) == 0x00004D, "Member 'FEyeTrackerGazeData::bIsRightEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, LeftPupilDiameter) == 0x000050, "Member 'FEyeTrackerGazeData::LeftPupilDiameter' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, RightPupilDiameter) == 0x000054, "Member 'FEyeTrackerGazeData::RightPupilDiameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ +static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000008, "Wrong alignment on FEyeTrackerStereoGazeData"); \ +static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000080, "Wrong size on FEyeTrackerStereoGazeData"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x000018, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000030, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000048, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000060, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x000078, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000060, "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) == 0x000058, "Member 'EyeTrackerFunctionLibrary_GetGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetStereoGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000088, "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) == 0x000080, "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) == 0x000028, "Wrong size on UEyeTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTextureViewerComponent \ +static_assert(alignof(USparseVolumeTextureViewerComponent) == 0x000010, "Wrong alignment on USparseVolumeTextureViewerComponent"); \ +static_assert(sizeof(USparseVolumeTextureViewerComponent) == 0x000550, "Wrong size on USparseVolumeTextureViewerComponent"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, SparseVolumeTexturePreview) == 0x000518, "Member 'USparseVolumeTextureViewerComponent::SparseVolumeTexturePreview' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, Frame) == 0x000520, "Member 'USparseVolumeTextureViewerComponent::Frame' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, FrameRate) == 0x000524, "Member 'USparseVolumeTextureViewerComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, VoxelSize) == 0x00052C, "Member 'USparseVolumeTextureViewerComponent::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, PreviewAttribute) == 0x000530, "Member 'USparseVolumeTextureViewerComponent::PreviewAttribute' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, MipLevel) == 0x000534, "Member 'USparseVolumeTextureViewerComponent::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, Extinction) == 0x000538, "Member 'USparseVolumeTextureViewerComponent::Extinction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASparseVolumeTextureViewer \ +static_assert(alignof(ASparseVolumeTextureViewer) == 0x000008, "Wrong alignment on ASparseVolumeTextureViewer"); \ +static_assert(sizeof(ASparseVolumeTextureViewer) == 0x000298, "Wrong size on ASparseVolumeTextureViewer"); \ +static_assert(offsetof(ASparseVolumeTextureViewer, SparseVolumeTextureViewerComponent) == 0x000290, "Member 'ASparseVolumeTextureViewer::SparseVolumeTextureViewerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SmartObject_Helpers_C_ComputeSearchBox \ +static_assert(alignof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox) == 0x000008, "Wrong alignment on BP_FL_SmartObject_Helpers_C_ComputeSearchBox"); \ +static_assert(sizeof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox) == 0x000100, "Wrong size on BP_FL_SmartObject_Helpers_C_ComputeSearchBox"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, Pawn) == 0x000000, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, SearchBoxExtent) == 0x000008, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::SearchBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, __WorldContext) == 0x000010, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, Box) == 0x000018, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::Box' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000068, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000080, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000098, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SmartObject_Helpers_C_ComputeSearchBox, CallFunc_MakeBox_ReturnValue) == 0x0000C8, "Member 'BP_FL_SmartObject_Helpers_C_ComputeSearchBox::CallFunc_MakeBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_SmartObject_Helpers_C \ +static_assert(alignof(UBP_FL_SmartObject_Helpers_C) == 0x000008, "Wrong alignment on UBP_FL_SmartObject_Helpers_C"); \ +static_assert(sizeof(UBP_FL_SmartObject_Helpers_C) == 0x000028, "Wrong size on UBP_FL_SmartObject_Helpers_C"); \ + +#define DUMPER7_ASSERTS_FXRHMDData \ +static_assert(alignof(FXRHMDData) == 0x000010, "Wrong alignment on FXRHMDData"); \ +static_assert(sizeof(FXRHMDData) == 0x000060, "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) == 0x00000C, "Member 'FXRHMDData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, TrackingStatus) == 0x00001C, "Member 'FXRHMDData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, position) == 0x000020, "Member 'FXRHMDData::position' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, Rotation) == 0x000040, "Member 'FXRHMDData::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRMotionControllerData \ +static_assert(alignof(FXRMotionControllerData) == 0x000010, "Wrong alignment on FXRMotionControllerData"); \ +static_assert(sizeof(FXRMotionControllerData) == 0x000120, "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) == 0x00000C, "Member 'FXRMotionControllerData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, DeviceVisualType) == 0x00001C, "Member 'FXRMotionControllerData::DeviceVisualType' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandIndex) == 0x00001D, "Member 'FXRMotionControllerData::HandIndex' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, TrackingStatus) == 0x00001E, "Member 'FXRMotionControllerData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripPosition) == 0x000020, "Member 'FXRMotionControllerData::GripPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripRotation) == 0x000040, "Member 'FXRMotionControllerData::GripRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimPosition) == 0x000060, "Member 'FXRMotionControllerData::AimPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimRotation) == 0x000080, "Member 'FXRMotionControllerData::AimRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, PalmPosition) == 0x0000A0, "Member 'FXRMotionControllerData::PalmPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, PalmRotation) == 0x0000C0, "Member 'FXRMotionControllerData::PalmRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyPositions) == 0x0000E0, "Member 'FXRMotionControllerData::HandKeyPositions' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRotations) == 0x0000F0, "Member 'FXRMotionControllerData::HandKeyRotations' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRadii) == 0x000100, "Member 'FXRMotionControllerData::HandKeyRadii' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, bIsGrasped) == 0x000110, "Member 'FXRMotionControllerData::bIsGrasped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRDeviceId \ +static_assert(alignof(FXRDeviceId) == 0x000004, "Wrong alignment on FXRDeviceId"); \ +static_assert(sizeof(FXRDeviceId) == 0x00000C, "Wrong size on FXRDeviceId"); \ +static_assert(offsetof(FXRDeviceId, SystemName) == 0x000000, "Member 'FXRDeviceId::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FXRDeviceId, DeviceID) == 0x000008, "Member 'FXRDeviceId::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetHandJointPosition \ +static_assert(alignof(MotionControllerComponent_GetHandJointPosition) == 0x000008, "Wrong alignment on MotionControllerComponent_GetHandJointPosition"); \ +static_assert(sizeof(MotionControllerComponent_GetHandJointPosition) == 0x000020, "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) == 0x000010, "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) == 0x000008, "Member 'MotionControllerComponent_GetParameterValue::bValueFound' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetParameterValue, ReturnValue) == 0x00000C, "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_SetTrackingMotionSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 0x000008, "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_GetAngularVelocity \ +static_assert(alignof(MotionControllerComponent_GetAngularVelocity) == 0x000008, "Wrong alignment on MotionControllerComponent_GetAngularVelocity"); \ +static_assert(sizeof(MotionControllerComponent_GetAngularVelocity) == 0x000020, "Wrong size on MotionControllerComponent_GetAngularVelocity"); \ +static_assert(offsetof(MotionControllerComponent_GetAngularVelocity, OutAngularVelocity) == 0x000000, "Member 'MotionControllerComponent_GetAngularVelocity::OutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetAngularVelocity, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetLinearAcceleration \ +static_assert(alignof(MotionControllerComponent_GetLinearAcceleration) == 0x000008, "Wrong alignment on MotionControllerComponent_GetLinearAcceleration"); \ +static_assert(sizeof(MotionControllerComponent_GetLinearAcceleration) == 0x000020, "Wrong size on MotionControllerComponent_GetLinearAcceleration"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearAcceleration, OutLinearAcceleration) == 0x000000, "Member 'MotionControllerComponent_GetLinearAcceleration::OutLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearAcceleration, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetLinearAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetLinearVelocity \ +static_assert(alignof(MotionControllerComponent_GetLinearVelocity) == 0x000008, "Wrong alignment on MotionControllerComponent_GetLinearVelocity"); \ +static_assert(sizeof(MotionControllerComponent_GetLinearVelocity) == 0x000020, "Wrong size on MotionControllerComponent_GetLinearVelocity"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearVelocity, OutLinearVelocity) == 0x000000, "Member 'MotionControllerComponent_GetLinearVelocity::OutLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearVelocity, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetLinearVelocity::ReturnValue' 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) == 0x000660, "Wrong size on UMotionControllerComponent"); \ +static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000518, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x00051C, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000528, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UHandKeypointConversion"); \ + +#define DUMPER7_ASSERTS_FFSkillUnlockInfos \ +static_assert(alignof(FFSkillUnlockInfos) == 0x000008, "Wrong alignment on FFSkillUnlockInfos"); \ +static_assert(sizeof(FFSkillUnlockInfos) == 0x000030, "Wrong size on FFSkillUnlockInfos"); \ +static_assert(offsetof(FFSkillUnlockInfos, SkillUnlock_2_18CCDA3F4FC77430E5E1B0A003C3B87F) == 0x000000, "Member 'FFSkillUnlockInfos::SkillUnlock_2_18CCDA3F4FC77430E5E1B0A003C3B87F' has a wrong offset!"); \ +static_assert(offsetof(FFSkillUnlockInfos, ParentSkill_5_789938CF4427BFEB70AEF18AC8BF72E6) == 0x000028, "Member 'FFSkillUnlockInfos::ParentSkill_5_789938CF4427BFEB70AEF18AC8BF72E6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleLineEventPerCharacter \ +static_assert(alignof(FS_BattleLineEventPerCharacter) == 0x000008, "Wrong alignment on FS_BattleLineEventPerCharacter"); \ +static_assert(sizeof(FS_BattleLineEventPerCharacter) == 0x000068, "Wrong size on FS_BattleLineEventPerCharacter"); \ +static_assert(offsetof(FS_BattleLineEventPerCharacter, PerCharacters_5_7AE787EE41F30B129937AFAE382D7326) == 0x000000, "Member 'FS_BattleLineEventPerCharacter::PerCharacters_5_7AE787EE41F30B129937AFAE382D7326' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLineEventPerCharacter, CommonPool_19_084AFC1541E1DFCD080B61B75F2447F0) == 0x000050, "Member 'FS_BattleLineEventPerCharacter::CommonPool_19_084AFC1541E1DFCD080B61B75F2447F0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectUserFragment \ +static_assert(alignof(FMassSmartObjectUserFragment) == 0x000008, "Wrong alignment on FMassSmartObjectUserFragment"); \ +static_assert(sizeof(FMassSmartObjectUserFragment) == 0x000050, "Wrong size on FMassSmartObjectUserFragment"); \ +static_assert(offsetof(FMassSmartObjectUserFragment, UserTags) == 0x000000, "Member 'FMassSmartObjectUserFragment::UserTags' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectUserFragment, InteractionHandle) == 0x000020, "Member 'FMassSmartObjectUserFragment::InteractionHandle' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectUserFragment, InteractionStatus) == 0x000040, "Member 'FMassSmartObjectUserFragment::InteractionStatus' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectUserFragment, InteractionCooldownEndTime) == 0x000048, "Member 'FMassSmartObjectUserFragment::InteractionCooldownEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectTimedBehaviorFragment \ +static_assert(alignof(FMassSmartObjectTimedBehaviorFragment) == 0x000004, "Wrong alignment on FMassSmartObjectTimedBehaviorFragment"); \ +static_assert(sizeof(FMassSmartObjectTimedBehaviorFragment) == 0x000004, "Wrong size on FMassSmartObjectTimedBehaviorFragment"); \ +static_assert(offsetof(FMassSmartObjectTimedBehaviorFragment, UseTime) == 0x000000, "Member 'FMassSmartObjectTimedBehaviorFragment::UseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassInActiveSmartObjectsRangeTag \ +static_assert(alignof(FMassInActiveSmartObjectsRangeTag) == 0x000001, "Wrong alignment on FMassInActiveSmartObjectsRangeTag"); \ +static_assert(sizeof(FMassInActiveSmartObjectsRangeTag) == 0x000001, "Wrong size on FMassInActiveSmartObjectsRangeTag"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRegistrationFragment \ +static_assert(alignof(FSmartObjectRegistrationFragment) == 0x000008, "Wrong alignment on FSmartObjectRegistrationFragment"); \ +static_assert(sizeof(FSmartObjectRegistrationFragment) == 0x000010, "Wrong size on FSmartObjectRegistrationFragment"); \ +static_assert(offsetof(FSmartObjectRegistrationFragment, Asset) == 0x000000, "Member 'FSmartObjectRegistrationFragment::Asset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRegistrationFragment, Handle) == 0x000008, "Member 'FSmartObjectRegistrationFragment::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectCandidateSlot \ +static_assert(alignof(FSmartObjectCandidateSlot) == 0x000008, "Wrong alignment on FSmartObjectCandidateSlot"); \ +static_assert(sizeof(FSmartObjectCandidateSlot) == 0x000020, "Wrong size on FSmartObjectCandidateSlot"); \ +static_assert(offsetof(FSmartObjectCandidateSlot, Result) == 0x000000, "Member 'FSmartObjectCandidateSlot::Result' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCandidateSlot, Cost) == 0x000018, "Member 'FSmartObjectCandidateSlot::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectRequestID \ +static_assert(alignof(FMassSmartObjectRequestID) == 0x000008, "Wrong alignment on FMassSmartObjectRequestID"); \ +static_assert(sizeof(FMassSmartObjectRequestID) == 0x000008, "Wrong size on FMassSmartObjectRequestID"); \ +static_assert(offsetof(FMassSmartObjectRequestID, Entity) == 0x000000, "Member 'FMassSmartObjectRequestID::Entity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectCandidateSlots \ +static_assert(alignof(FMassSmartObjectCandidateSlots) == 0x000008, "Wrong alignment on FMassSmartObjectCandidateSlots"); \ +static_assert(sizeof(FMassSmartObjectCandidateSlots) == 0x000088, "Wrong size on FMassSmartObjectCandidateSlots"); \ +static_assert(offsetof(FMassSmartObjectCandidateSlots, NumSlots) == 0x000080, "Member 'FMassSmartObjectCandidateSlots::NumSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectRequestResultFragment \ +static_assert(alignof(FMassSmartObjectRequestResultFragment) == 0x000008, "Wrong alignment on FMassSmartObjectRequestResultFragment"); \ +static_assert(sizeof(FMassSmartObjectRequestResultFragment) == 0x000090, "Wrong size on FMassSmartObjectRequestResultFragment"); \ +static_assert(offsetof(FMassSmartObjectRequestResultFragment, Candidates) == 0x000000, "Member 'FMassSmartObjectRequestResultFragment::Candidates' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectRequestResultFragment, bProcessed) == 0x000088, "Member 'FMassSmartObjectRequestResultFragment::bProcessed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectWorldLocationRequestFragment \ +static_assert(alignof(FMassSmartObjectWorldLocationRequestFragment) == 0x000008, "Wrong alignment on FMassSmartObjectWorldLocationRequestFragment"); \ +static_assert(sizeof(FMassSmartObjectWorldLocationRequestFragment) == 0x000088, "Wrong size on FMassSmartObjectWorldLocationRequestFragment"); \ +static_assert(offsetof(FMassSmartObjectWorldLocationRequestFragment, SearchOrigin) == 0x000000, "Member 'FMassSmartObjectWorldLocationRequestFragment::SearchOrigin' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectWorldLocationRequestFragment, RequestingEntity) == 0x000018, "Member 'FMassSmartObjectWorldLocationRequestFragment::RequestingEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectWorldLocationRequestFragment, UserTags) == 0x000020, "Member 'FMassSmartObjectWorldLocationRequestFragment::UserTags' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectWorldLocationRequestFragment, ActivityRequirements) == 0x000040, "Member 'FMassSmartObjectWorldLocationRequestFragment::ActivityRequirements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectLaneLocationRequestFragment \ +static_assert(alignof(FMassSmartObjectLaneLocationRequestFragment) == 0x000008, "Wrong alignment on FMassSmartObjectLaneLocationRequestFragment"); \ +static_assert(sizeof(FMassSmartObjectLaneLocationRequestFragment) == 0x000080, "Wrong size on FMassSmartObjectLaneLocationRequestFragment"); \ +static_assert(offsetof(FMassSmartObjectLaneLocationRequestFragment, RequestingEntity) == 0x000010, "Member 'FMassSmartObjectLaneLocationRequestFragment::RequestingEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectLaneLocationRequestFragment, UserTags) == 0x000018, "Member 'FMassSmartObjectLaneLocationRequestFragment::UserTags' has a wrong offset!"); \ +static_assert(offsetof(FMassSmartObjectLaneLocationRequestFragment, ActivityRequirements) == 0x000038, "Member 'FMassSmartObjectLaneLocationRequestFragment::ActivityRequirements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmartObjectCompletedRequestTag \ +static_assert(alignof(FMassSmartObjectCompletedRequestTag) == 0x000001, "Wrong alignment on FMassSmartObjectCompletedRequestTag"); \ +static_assert(sizeof(FMassSmartObjectCompletedRequestTag) == 0x000001, "Wrong size on FMassSmartObjectCompletedRequestTag"); \ + +#define DUMPER7_ASSERTS_FSmartObjectMassEntityUserData \ +static_assert(alignof(FSmartObjectMassEntityUserData) == 0x000008, "Wrong alignment on FSmartObjectMassEntityUserData"); \ +static_assert(sizeof(FSmartObjectMassEntityUserData) == 0x000008, "Wrong size on FSmartObjectMassEntityUserData"); \ +static_assert(offsetof(FSmartObjectMassEntityUserData, UserEntity) == 0x000000, "Member 'FSmartObjectMassEntityUserData::UserEntity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectLaneLocation \ +static_assert(alignof(FSmartObjectLaneLocation) == 0x000008, "Wrong alignment on FSmartObjectLaneLocation"); \ +static_assert(sizeof(FSmartObjectLaneLocation) == 0x000010, "Wrong size on FSmartObjectLaneLocation"); \ +static_assert(offsetof(FSmartObjectLaneLocation, ObjectHandle) == 0x000000, "Member 'FSmartObjectLaneLocation::ObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectLaneLocation, LaneIndex) == 0x000008, "Member 'FSmartObjectLaneLocation::LaneIndex' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectLaneLocation, DistanceAlongLane) == 0x00000C, "Member 'FSmartObjectLaneLocation::DistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectLaneLocationIndices \ +static_assert(alignof(FSmartObjectLaneLocationIndices) == 0x000008, "Wrong alignment on FSmartObjectLaneLocationIndices"); \ +static_assert(sizeof(FSmartObjectLaneLocationIndices) == 0x000010, "Wrong size on FSmartObjectLaneLocationIndices"); \ +static_assert(offsetof(FSmartObjectLaneLocationIndices, SmartObjectLaneLocationIndices) == 0x000000, "Member 'FSmartObjectLaneLocationIndices::SmartObjectLaneLocationIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectAnnotationData \ +static_assert(alignof(FSmartObjectAnnotationData) == 0x000008, "Wrong alignment on FSmartObjectAnnotationData"); \ +static_assert(sizeof(FSmartObjectAnnotationData) == 0x0000D0, "Wrong size on FSmartObjectAnnotationData"); \ +static_assert(offsetof(FSmartObjectAnnotationData, DataHandle) == 0x000000, "Member 'FSmartObjectAnnotationData::DataHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotationData, AffectedLanes) == 0x000008, "Member 'FSmartObjectAnnotationData::AffectedLanes' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotationData, SmartObjectLaneLocations) == 0x000018, "Member 'FSmartObjectAnnotationData::SmartObjectLaneLocations' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotationData, SmartObjectToLaneLocationIndexLookup) == 0x000028, "Member 'FSmartObjectAnnotationData::SmartObjectToLaneLocationIndexLookup' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotationData, LaneToLaneLocationIndicesLookup) == 0x000078, "Member 'FSmartObjectAnnotationData::LaneToLaneLocationIndicesLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectMassBehaviorDefinition \ +static_assert(alignof(USmartObjectMassBehaviorDefinition) == 0x000008, "Wrong alignment on USmartObjectMassBehaviorDefinition"); \ +static_assert(sizeof(USmartObjectMassBehaviorDefinition) == 0x000030, "Wrong size on USmartObjectMassBehaviorDefinition"); \ +static_assert(offsetof(USmartObjectMassBehaviorDefinition, UseTime) == 0x000028, "Member 'USmartObjectMassBehaviorDefinition::UseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectCandidatesFinderProcessor \ +static_assert(alignof(UMassSmartObjectCandidatesFinderProcessor) == 0x000008, "Wrong alignment on UMassSmartObjectCandidatesFinderProcessor"); \ +static_assert(sizeof(UMassSmartObjectCandidatesFinderProcessor) == 0x000610, "Wrong size on UMassSmartObjectCandidatesFinderProcessor"); \ +static_assert(offsetof(UMassSmartObjectCandidatesFinderProcessor, SearchExtents) == 0x0000C0, "Member 'UMassSmartObjectCandidatesFinderProcessor::SearchExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectTimedBehaviorProcessor \ +static_assert(alignof(UMassSmartObjectTimedBehaviorProcessor) == 0x000008, "Wrong alignment on UMassSmartObjectTimedBehaviorProcessor"); \ +static_assert(sizeof(UMassSmartObjectTimedBehaviorProcessor) == 0x000360, "Wrong size on UMassSmartObjectTimedBehaviorProcessor"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectUserFragmentDeinitializer \ +static_assert(alignof(UMassSmartObjectUserFragmentDeinitializer) == 0x000008, "Wrong alignment on UMassSmartObjectUserFragmentDeinitializer"); \ +static_assert(sizeof(UMassSmartObjectUserFragmentDeinitializer) == 0x000380, "Wrong size on UMassSmartObjectUserFragmentDeinitializer"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectInitializerBase \ +static_assert(alignof(UMassSmartObjectInitializerBase) == 0x000008, "Wrong alignment on UMassSmartObjectInitializerBase"); \ +static_assert(sizeof(UMassSmartObjectInitializerBase) == 0x000390, "Wrong size on UMassSmartObjectInitializerBase"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectDeinitializerBase \ +static_assert(alignof(UMassSmartObjectDeinitializerBase) == 0x000008, "Wrong alignment on UMassSmartObjectDeinitializerBase"); \ +static_assert(sizeof(UMassSmartObjectDeinitializerBase) == 0x000390, "Wrong size on UMassSmartObjectDeinitializerBase"); \ + +#define DUMPER7_ASSERTS_UMassActiveSmartObjectInitializer \ +static_assert(alignof(UMassActiveSmartObjectInitializer) == 0x000008, "Wrong alignment on UMassActiveSmartObjectInitializer"); \ +static_assert(sizeof(UMassActiveSmartObjectInitializer) == 0x000390, "Wrong size on UMassActiveSmartObjectInitializer"); \ + +#define DUMPER7_ASSERTS_UMassActiveSmartObjectDeinitializer \ +static_assert(alignof(UMassActiveSmartObjectDeinitializer) == 0x000008, "Wrong alignment on UMassActiveSmartObjectDeinitializer"); \ +static_assert(sizeof(UMassActiveSmartObjectDeinitializer) == 0x000390, "Wrong size on UMassActiveSmartObjectDeinitializer"); \ + +#define DUMPER7_ASSERTS_UMassActorInstanceHandleInitializer \ +static_assert(alignof(UMassActorInstanceHandleInitializer) == 0x000008, "Wrong alignment on UMassActorInstanceHandleInitializer"); \ +static_assert(sizeof(UMassActorInstanceHandleInitializer) == 0x000390, "Wrong size on UMassActorInstanceHandleInitializer"); \ + +#define DUMPER7_ASSERTS_UMassActorInstanceHandleDeinitializer \ +static_assert(alignof(UMassActorInstanceHandleDeinitializer) == 0x000008, "Wrong alignment on UMassActorInstanceHandleDeinitializer"); \ +static_assert(sizeof(UMassActorInstanceHandleDeinitializer) == 0x000390, "Wrong size on UMassActorInstanceHandleDeinitializer"); \ + +#define DUMPER7_ASSERTS_UMassActiveSmartObjectSignalProcessor \ +static_assert(alignof(UMassActiveSmartObjectSignalProcessor) == 0x000008, "Wrong alignment on UMassActiveSmartObjectSignalProcessor"); \ +static_assert(sizeof(UMassActiveSmartObjectSignalProcessor) == 0x000960, "Wrong size on UMassActiveSmartObjectSignalProcessor"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectSettings \ +static_assert(alignof(UMassSmartObjectSettings) == 0x000008, "Wrong alignment on UMassSmartObjectSettings"); \ +static_assert(sizeof(UMassSmartObjectSettings) == 0x000030, "Wrong size on UMassSmartObjectSettings"); \ +static_assert(offsetof(UMassSmartObjectSettings, SmartObjectTag) == 0x000028, "Member 'UMassSmartObjectSettings::SmartObjectTag' has a wrong offset!"); \ +static_assert(offsetof(UMassSmartObjectSettings, SearchExtents) == 0x00002C, "Member 'UMassSmartObjectSettings::SearchExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSmartObjectUserTrait \ +static_assert(alignof(UMassSmartObjectUserTrait) == 0x000008, "Wrong alignment on UMassSmartObjectUserTrait"); \ +static_assert(sizeof(UMassSmartObjectUserTrait) == 0x000048, "Wrong size on UMassSmartObjectUserTrait"); \ +static_assert(offsetof(UMassSmartObjectUserTrait, UserTags) == 0x000028, "Member 'UMassSmartObjectUserTrait::UserTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectZoneAnnotations \ +static_assert(alignof(USmartObjectZoneAnnotations) == 0x000010, "Wrong alignment on USmartObjectZoneAnnotations"); \ +static_assert(sizeof(USmartObjectZoneAnnotations) == 0x0005C0, "Wrong size on USmartObjectZoneAnnotations"); \ +static_assert(offsetof(USmartObjectZoneAnnotations, AffectedLaneTags) == 0x000588, "Member 'USmartObjectZoneAnnotations::AffectedLaneTags' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectZoneAnnotations, SmartObjectAnnotationDataArray) == 0x000598, "Member 'USmartObjectZoneAnnotations::SmartObjectAnnotationDataArray' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectZoneAnnotations, BehaviorTag) == 0x0005A8, "Member 'USmartObjectZoneAnnotations::BehaviorTag' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectZoneAnnotations, SmartObjectSubsystem) == 0x0005B0, "Member 'USmartObjectZoneAnnotations::SmartObjectSubsystem' 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_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_FProceduralFoliageInstance \ +static_assert(alignof(FProceduralFoliageInstance) == 0x000010, "Wrong alignment on FProceduralFoliageInstance"); \ +static_assert(sizeof(FProceduralFoliageInstance) == 0x000080, "Wrong size on FProceduralFoliageInstance"); \ +static_assert(offsetof(FProceduralFoliageInstance, Rotation) == 0x000000, "Member 'FProceduralFoliageInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Location) == 0x000020, "Member 'FProceduralFoliageInstance::Location' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Age) == 0x000038, "Member 'FProceduralFoliageInstance::Age' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Normal) == 0x000040, "Member 'FProceduralFoliageInstance::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Scale) == 0x000058, "Member 'FProceduralFoliageInstance::Scale' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Type) == 0x000060, "Member 'FProceduralFoliageInstance::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageDensityFalloff \ +static_assert(alignof(FFoliageDensityFalloff) == 0x000008, "Wrong alignment on FFoliageDensityFalloff"); \ +static_assert(sizeof(FFoliageDensityFalloff) == 0x000090, "Wrong size on FFoliageDensityFalloff"); \ +static_assert(offsetof(FFoliageDensityFalloff, bUseFalloffCurve) == 0x000000, "Member 'FFoliageDensityFalloff::bUseFalloffCurve' has a wrong offset!"); \ +static_assert(offsetof(FFoliageDensityFalloff, FalloffCurve) == 0x000008, "Member 'FFoliageDensityFalloff::FalloffCurve' 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) == 0x000050, "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) == 0x000048, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxTransforms \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxTransforms) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxTransforms"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxTransforms) == 0x000058, "Wrong size on FoliageStatistics_FoliageOverlappingBoxTransforms"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::Box' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, OutTransforms) == 0x000048, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::OutTransforms' 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) == 0x000030, "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) == 0x000028, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, ReturnValue) == 0x00002C, "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) == 0x000028, "Wrong size on UFoliageStatistics"); \ + +#define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x000B50, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000B10, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000B20, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, bEnableDiscardOnLoad) == 0x000B30, "Member 'UFoliageInstancedStaticMeshComponent::bEnableDiscardOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x000B34, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGrassInstancedStaticMeshComponent \ +static_assert(alignof(UGrassInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UGrassInstancedStaticMeshComponent"); \ +static_assert(sizeof(UGrassInstancedStaticMeshComponent) == 0x000B10, "Wrong size on UGrassInstancedStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_UFoliageType \ +static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ +static_assert(sizeof(UFoliageType) == 0x0004C8, "Wrong size on UFoliageType"); \ +static_assert(offsetof(UFoliageType, UpdateGuid) == 0x000028, "Member 'UFoliageType::UpdateGuid' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Density) == 0x000038, "Member 'UFoliageType::Density' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityAdjustmentFactor) == 0x00003C, "Member 'UFoliageType::DensityAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Radius) == 0x000040, "Member 'UFoliageType::Radius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSingleInstanceModeOverrideRadius) == 0x000044, "Member 'UFoliageType::bSingleInstanceModeOverrideRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SingleInstanceModeRadius) == 0x000048, "Member 'UFoliageType::SingleInstanceModeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Scaling) == 0x00004C, "Member 'UFoliageType::Scaling' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleX) == 0x000050, "Member 'UFoliageType::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleY) == 0x000058, "Member 'UFoliageType::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleZ) == 0x000060, "Member 'UFoliageType::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskByChannel) == 0x000068, "Member 'UFoliageType::VertexColorMaskByChannel' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMask) == 0x000098, "Member 'UFoliageType::VertexColorMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskThreshold) == 0x00009C, "Member 'UFoliageType::VertexColorMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ZOffset) == 0x0000A4, "Member 'UFoliageType::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AlignMaxAngle) == 0x0000B0, "Member 'UFoliageType::AlignMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RandomPitchAngle) == 0x0000B8, "Member 'UFoliageType::RandomPitchAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, GroundSlopeAngle) == 0x0000BC, "Member 'UFoliageType::GroundSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Height) == 0x0000C4, "Member 'UFoliageType::Height' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayers) == 0x0000D0, "Member 'UFoliageType::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumLayerWeight) == 0x0000E0, "Member 'UFoliageType::MinimumLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ExclusionLandscapeLayers) == 0x0000E8, "Member 'UFoliageType::ExclusionLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumExclusionLayerWeight) == 0x0000F8, "Member 'UFoliageType::MinimumExclusionLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayer) == 0x0000FC, "Member 'UFoliageType::LandscapeLayer' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionScale) == 0x000108, "Member 'UFoliageType::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageNormalSampleCount) == 0x000120, "Member 'UFoliageType::AverageNormalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MeshBounds) == 0x000128, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x000160, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Mobility) == 0x000178, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CullDistance) == 0x00017C, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadowCacheInvalidationBehavior) == 0x000190, "Member 'UFoliageType::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x000194, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightmapType) == 0x000198, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, WorldPositionOffsetDisableDistance) == 0x0001A4, "Member 'UFoliageType::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, BodyInstance) == 0x0001A8, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x000340, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightingChannels) == 0x000341, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x000348, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x00034C, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x000350, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionRadius) == 0x000354, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadeRadius) == 0x000358, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, NumSteps) == 0x00035C, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x000360, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x000364, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SpreadVariance) == 0x000368, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x00036C, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DistributionSeed) == 0x000370, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x000374, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x000378, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x000379, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x00037C, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxAge) == 0x000380, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverlapPriority) == 0x000384, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000388, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000390, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityFalloff) == 0x000418, "Member 'UFoliageType::DensityFalloff' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ChangeCount) == 0x0004A8, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x0004B0, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0004C0, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0004C4, "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) == 0x0004E0, "Wrong size on UFoliageType_Actor"); \ +static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0004C8, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0004D0, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bStaticMeshOnly) == 0x0004D1, "Member 'UFoliageType_Actor::bStaticMeshOnly' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, StaticMeshOnlyComponentClass) == 0x0004D8, "Member 'UFoliageType_Actor::StaticMeshOnlyComponentClass' 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) == 0x0004F8, "Wrong size on UFoliageType_InstancedStaticMesh"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0004C8, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0004D0, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, NaniteOverrideMaterials) == 0x0004E0, "Member 'UFoliageType_InstancedStaticMesh::NaniteOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0004F0, "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) == 0x0002F0, "Wrong size on AInstancedFoliageActor"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ +static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ +static_assert(sizeof(UInteractiveFoliageComponent) == 0x0005F0, "Wrong size on UInteractiveFoliageComponent"); \ + +#define DUMPER7_ASSERTS_InteractiveFoliageActor_CapsuleTouched \ +static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x000118, "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) == 0x000330, "Wrong size on AInteractiveFoliageActor"); \ +static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x0002A0, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x0002A8, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x0002C0, "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) == 0x0002F0, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000308, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x00030C, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000310, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x000314, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000318, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x00031C, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000320, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x000324, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000328, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ +static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ +static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000360, "Wrong size on AProceduralFoliageBlockingVolume"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x0002C8, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, DensityFalloff) == 0x0002D0, "Member 'AProceduralFoliageBlockingVolume::DensityFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageComponent \ +static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ +static_assert(sizeof(UProceduralFoliageComponent) == 0x0000C8, "Wrong size on UProceduralFoliageComponent"); \ +static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000A0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000A8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000B0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000B8, "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) == 0x000080, "Wrong size on UProceduralFoliageSpawner"); \ +static_assert(offsetof(UProceduralFoliageSpawner, RandomSeed) == 0x000028, "Member 'UProceduralFoliageSpawner::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, TileSize) == 0x00002C, "Member 'UProceduralFoliageSpawner::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, NumUniqueTiles) == 0x000030, "Member 'UProceduralFoliageSpawner::NumUniqueTiles' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, MinimumQuadTreeSize) == 0x000034, "Member 'UProceduralFoliageSpawner::MinimumQuadTreeSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, FoliageTypes) == 0x000040, "Member 'UProceduralFoliageSpawner::FoliageTypes' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, bUseOverrideFoliageTerrainMaterials) == 0x000050, "Member 'UProceduralFoliageSpawner::bUseOverrideFoliageTerrainMaterials' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, OverrideFoliageTerrainMaterials) == 0x000058, "Member 'UProceduralFoliageSpawner::OverrideFoliageTerrainMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageTile \ +static_assert(alignof(UProceduralFoliageTile) == 0x000008, "Wrong alignment on UProceduralFoliageTile"); \ +static_assert(sizeof(UProceduralFoliageTile) == 0x000170, "Wrong size on UProceduralFoliageTile"); \ +static_assert(offsetof(UProceduralFoliageTile, FoliageSpawner) == 0x000028, "Member 'UProceduralFoliageTile::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageTile, InstancesArray) == 0x0000D0, "Member 'UProceduralFoliageTile::InstancesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageVolume \ +static_assert(alignof(AProceduralFoliageVolume) == 0x000008, "Wrong alignment on AProceduralFoliageVolume"); \ +static_assert(sizeof(AProceduralFoliageVolume) == 0x0002D8, "Wrong size on AProceduralFoliageVolume"); \ +static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x0002D0, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_Noah_C_GetCharacterEnum \ +static_assert(alignof(BP_Pawn_AICompanion_Noah_C_GetCharacterEnum) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_Noah_C_GetCharacterEnum"); \ +static_assert(sizeof(BP_Pawn_AICompanion_Noah_C_GetCharacterEnum) == 0x000001, "Wrong size on BP_Pawn_AICompanion_Noah_C_GetCharacterEnum"); \ +static_assert(offsetof(BP_Pawn_AICompanion_Noah_C_GetCharacterEnum, ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_Noah_C_GetCharacterEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pawn_AICompanion_Noah_C \ +static_assert(alignof(ABP_Pawn_AICompanion_Noah_C) == 0x000010, "Wrong alignment on ABP_Pawn_AICompanion_Noah_C"); \ +static_assert(sizeof(ABP_Pawn_AICompanion_Noah_C) == 0x000B40, "Wrong size on ABP_Pawn_AICompanion_Noah_C"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Beard) == 0x000B08, "Member 'ABP_Pawn_AICompanion_Noah_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Mustache) == 0x000B10, "Member 'ABP_Pawn_AICompanion_Noah_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Eyelashes) == 0x000B18, "Member 'ABP_Pawn_AICompanion_Noah_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Eyebrows) == 0x000B20, "Member 'ABP_Pawn_AICompanion_Noah_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Haircut_SkeletalMesh) == 0x000B28, "Member 'ABP_Pawn_AICompanion_Noah_C::Haircut_SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_Noah_C, Haircut_StaticMesh) == 0x000B30, "Member 'ABP_Pawn_AICompanion_Noah_C::Haircut_StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PreCinematicParameters \ +static_assert(alignof(FS_PreCinematicParameters) == 0x000001, "Wrong alignment on FS_PreCinematicParameters"); \ +static_assert(sizeof(FS_PreCinematicParameters) == 0x000001, "Wrong size on FS_PreCinematicParameters"); \ +static_assert(offsetof(FS_PreCinematicParameters, UseCameraBlendBeforeCine_1_940B02AA4767FA63A367C69C131DB08B) == 0x000000, "Member 'FS_PreCinematicParameters::UseCameraBlendBeforeCine_1_940B02AA4767FA63A367C69C131DB08B' 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_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) == 0x000088, "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) == 0x000018, "Member 'FLandscapeLayer::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bLocked) == 0x000019, "Member 'FLandscapeLayer::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, HeightmapAlpha) == 0x00001C, "Member 'FLandscapeLayer::HeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapAlpha) == 0x000020, "Member 'FLandscapeLayer::WeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, BlendMode) == 0x000024, "Member 'FLandscapeLayer::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Brushes) == 0x000028, "Member 'FLandscapeLayer::Brushes' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapLayerAllocationBlend) == 0x000038, "Member 'FLandscapeLayer::WeightmapLayerAllocationBlend' 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_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_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_FLandscapePerLODMaterialOverride \ +static_assert(alignof(FLandscapePerLODMaterialOverride) == 0x000008, "Wrong alignment on FLandscapePerLODMaterialOverride"); \ +static_assert(sizeof(FLandscapePerLODMaterialOverride) == 0x000010, "Wrong size on FLandscapePerLODMaterialOverride"); \ +static_assert(offsetof(FLandscapePerLODMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapePerLODMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapePerLODMaterialOverride, Material) == 0x000008, "Member 'FLandscapePerLODMaterialOverride::Material' 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_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) == 0x0001B0, "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, GrassDensityQuality) == 0x000020, "Member 'FGrassVariety::GrassDensityQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseGrid) == 0x000088, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x00008C, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000090, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistanceQuality) == 0x000098, "Member 'FGrassVariety::StartCullDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000100, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistanceQuality) == 0x000108, "Member 'FGrassVariety::EndCullDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MinLOD) == 0x000170, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, Scaling) == 0x000174, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleX) == 0x000178, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleY) == 0x000180, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000188, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bWeightAttenuatesMaxScale) == 0x000190, "Member 'FGrassVariety::bWeightAttenuatesMaxScale' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MaxScaleWeightAttenuation) == 0x000194, "Member 'FGrassVariety::MaxScaleWeightAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, RandomRotation) == 0x000198, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x000199, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x00019A, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, LightingChannels) == 0x00019B, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x00019C, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bAffectDistanceFieldLighting) == 0x00019D, "Member 'FGrassVariety::bAffectDistanceFieldLighting' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x00019E, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastContactShadow) == 0x00019F, "Member 'FGrassVariety::bCastContactShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x0001A0, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, InstanceWorldPositionOffsetDisableDistance) == 0x0001A4, "Member 'FGrassVariety::InstanceWorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ShadowCacheInvalidationBehavior) == 0x0001A8, "Member 'FGrassVariety::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeMaterialTextureStreamingInfo \ +static_assert(alignof(FLandscapeMaterialTextureStreamingInfo) == 0x000004, "Wrong alignment on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(sizeof(FLandscapeMaterialTextureStreamingInfo) == 0x00000C, "Wrong size on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TextureName) == 0x000000, "Member 'FLandscapeMaterialTextureStreamingInfo::TextureName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TexelFactor) == 0x000008, "Member 'FLandscapeMaterialTextureStreamingInfo::TexelFactor' has a wrong offset!"); \ + +#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_FForeignControlPointData \ +static_assert(alignof(FForeignControlPointData) == 0x000001, "Wrong alignment on FForeignControlPointData"); \ +static_assert(sizeof(FForeignControlPointData) == 0x000001, "Wrong size on FForeignControlPointData"); \ + +#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_FForeignWorldSplineData \ +static_assert(alignof(FForeignWorldSplineData) == 0x000001, "Wrong alignment on FForeignWorldSplineData"); \ +static_assert(sizeof(FForeignWorldSplineData) == 0x000001, "Wrong size on FForeignWorldSplineData"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineInterpPoint \ +static_assert(alignof(FLandscapeSplineInterpPoint) == 0x000008, "Wrong alignment on FLandscapeSplineInterpPoint"); \ +static_assert(sizeof(FLandscapeSplineInterpPoint) == 0x0000E0, "Wrong size on FLandscapeSplineInterpPoint"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Center) == 0x000000, "Member 'FLandscapeSplineInterpPoint::Center' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Left) == 0x000018, "Member 'FLandscapeSplineInterpPoint::Left' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Right) == 0x000030, "Member 'FLandscapeSplineInterpPoint::Right' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffLeft) == 0x000048, "Member 'FLandscapeSplineInterpPoint::FalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffRight) == 0x000060, "Member 'FLandscapeSplineInterpPoint::FalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerLeft) == 0x000078, "Member 'FLandscapeSplineInterpPoint::LayerLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerRight) == 0x000090, "Member 'FLandscapeSplineInterpPoint::LayerRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffLeft) == 0x0000A8, "Member 'FLandscapeSplineInterpPoint::LayerFalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffRight) == 0x0000C0, "Member 'FLandscapeSplineInterpPoint::LayerFalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, StartEndFalloff) == 0x0000D8, "Member 'FLandscapeSplineInterpPoint::StartEndFalloff' 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_FLandscapeSplineMeshEntry \ +static_assert(alignof(FLandscapeSplineMeshEntry) == 0x000008, "Wrong alignment on FLandscapeSplineMeshEntry"); \ +static_assert(sizeof(FLandscapeSplineMeshEntry) == 0x000058, "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) == 0x000020, "Member 'FLandscapeSplineMeshEntry::CenterAdjust' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Scale) == 0x000038, "Member 'FLandscapeSplineMeshEntry::Scale' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Orientation) == 0x000050, "Member 'FLandscapeSplineMeshEntry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, ForwardAxis) == 0x000051, "Member 'FLandscapeSplineMeshEntry::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, UpAxis) == 0x000052, "Member 'FLandscapeSplineMeshEntry::UpAxis' 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) == 0x000008, "Member 'FGrassInput::GrassType' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, Input) == 0x000010, "Member 'FGrassInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerBlendInput \ +static_assert(alignof(FLayerBlendInput) == 0x000008, "Wrong alignment on FLayerBlendInput"); \ +static_assert(sizeof(FLayerBlendInput) == 0x000088, "Wrong size on FLayerBlendInput"); \ +static_assert(offsetof(FLayerBlendInput, LayerName) == 0x000000, "Member 'FLayerBlendInput::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, BlendType) == 0x000008, "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) == 0x000038, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000060, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x000068, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000080, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeBrushParameters \ +static_assert(alignof(FLandscapeBrushParameters) == 0x000008, "Wrong alignment on FLandscapeBrushParameters"); \ +static_assert(sizeof(FLandscapeBrushParameters) == 0x000018, "Wrong size on FLandscapeBrushParameters"); \ +static_assert(offsetof(FLandscapeBrushParameters, LayerType) == 0x000000, "Member 'FLandscapeBrushParameters::LayerType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, CombinedResult) == 0x000008, "Member 'FLandscapeBrushParameters::CombinedResult' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, WeightmapLayerName) == 0x000010, "Member 'FLandscapeBrushParameters::WeightmapLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeInfoLayerSettings \ +static_assert(alignof(FLandscapeInfoLayerSettings) == 0x000008, "Wrong alignment on FLandscapeInfoLayerSettings"); \ +static_assert(sizeof(FLandscapeInfoLayerSettings) == 0x000010, "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_FLandscapeEditorLayerSettings \ +static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ +static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ + +#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_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_FLandscapeTexture2DMipMap \ +static_assert(alignof(FLandscapeTexture2DMipMap) == 0x000008, "Wrong alignment on FLandscapeTexture2DMipMap"); \ +static_assert(sizeof(FLandscapeTexture2DMipMap) == 0x000038, "Wrong size on FLandscapeTexture2DMipMap"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, SizeX) == 0x000000, "Member 'FLandscapeTexture2DMipMap::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, SizeY) == 0x000004, "Member 'FLandscapeTexture2DMipMap::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, bCompressed) == 0x000008, "Member 'FLandscapeTexture2DMipMap::bCompressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialInput \ +static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ +static_assert(sizeof(FPhysicalMaterialInput) == 0x000030, "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_ALandscapeGizmoActor \ +static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ +static_assert(sizeof(ALandscapeGizmoActor) == 0x000290, "Wrong size on ALandscapeGizmoActor"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ +static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ +static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x0002E0, "Wrong size on ALandscapeGizmoActiveActor"); \ + +#define DUMPER7_ASSERTS_UControlPointMeshComponent \ +static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ +static_assert(sizeof(UControlPointMeshComponent) == 0x0005F0, "Wrong size on UControlPointMeshComponent"); \ +static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0005E0, "Member 'UControlPointMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILandscapeSplineInterface \ +static_assert(alignof(ILandscapeSplineInterface) == 0x000001, "Wrong alignment on ILandscapeSplineInterface"); \ +static_assert(sizeof(ILandscapeSplineInterface) == 0x000001, "Wrong size on ILandscapeSplineInterface"); \ + +#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_EditorApplySpline \ +static_assert(alignof(LandscapeProxy_EditorApplySpline) == 0x000008, "Wrong alignment on LandscapeProxy_EditorApplySpline"); \ +static_assert(sizeof(LandscapeProxy_EditorApplySpline) == 0x000038, "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_GetLandscapeActor \ +static_assert(alignof(LandscapeProxy_GetLandscapeActor) == 0x000008, "Wrong alignment on LandscapeProxy_GetLandscapeActor"); \ +static_assert(sizeof(LandscapeProxy_GetLandscapeActor) == 0x000008, "Wrong size on LandscapeProxy_GetLandscapeActor"); \ +static_assert(offsetof(LandscapeProxy_GetLandscapeActor, ReturnValue) == 0x000000, "Member 'LandscapeProxy_GetLandscapeActor::ReturnValue' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetVirtualTextureRenderPassType \ +static_assert(alignof(LandscapeProxy_SetVirtualTextureRenderPassType) == 0x000001, "Wrong alignment on LandscapeProxy_SetVirtualTextureRenderPassType"); \ +static_assert(sizeof(LandscapeProxy_SetVirtualTextureRenderPassType) == 0x000001, "Wrong size on LandscapeProxy_SetVirtualTextureRenderPassType"); \ +static_assert(offsetof(LandscapeProxy_SetVirtualTextureRenderPassType, InType) == 0x000000, "Member 'LandscapeProxy_SetVirtualTextureRenderPassType::InType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeProxy \ +static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ +static_assert(sizeof(ALandscapeProxy) == 0x000760, "Wrong size on ALandscapeProxy"); \ +static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000298, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x0002A0, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bEnableNanite) == 0x0002C0, "Member 'ALandscapeProxy::bEnableNanite' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PerLODOverrideMaterials) == 0x0002C8, "Member 'ALandscapeProxy::PerLODOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bDisableRuntimeGrassMapGeneration) == 0x0002D8, "Member 'ALandscapeProxy::bDisableRuntimeGrassMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x0002DC, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x0002E4, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x0002E8, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x0002EC, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODGroupKey) == 0x0002F0, "Member 'ALandscapeProxy::LODGroupKey' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x0002F4, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x0002F8, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLOD0ScreenSize) == 0x000300, "Member 'ALandscapeProxy::ScalableLOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLOD0DistributionSetting) == 0x000368, "Member 'ALandscapeProxy::ScalableLOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLODDistributionSetting) == 0x0003D0, "Member 'ALandscapeProxy::ScalableLODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseScalableLODSettings) == 0x000438, "Member 'ALandscapeProxy::bUseScalableLODSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODBlendRange) == 0x00043C, "Member 'ALandscapeProxy::LODBlendRange' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x000440, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000448, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000450, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000458, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x000460, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x000468, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bSetCreateRuntimeVirtualTextureVolumes) == 0x000478, "Member 'ALandscapeProxy::bSetCreateRuntimeVirtualTextureVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bVirtualTextureRenderWithQuad) == 0x000479, "Member 'ALandscapeProxy::bVirtualTextureRenderWithQuad' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bVirtualTextureRenderWithQuadHQ) == 0x00047A, "Member 'ALandscapeProxy::bVirtualTextureRenderWithQuadHQ' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x00047C, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x000480, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x000484, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x000488, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x00048C, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x000490, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x0004A0, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x0004B0, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NaniteComponent) == 0x0004C0, "Member 'ALandscapeProxy::NaniteComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NaniteComponents) == 0x0004C8, "Member 'ALandscapeProxy::NaniteComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, GrassTypesMaxDiscardDistance) == 0x00053C, "Member 'ALandscapeProxy::GrassTypesMaxDiscardDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000550, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ShadowCacheInvalidationBehavior) == 0x000555, "Member 'ALandscapeProxy::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x000565, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapConstantDepthBias) == 0x00056C, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapConstantDepthBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapInvalidationHeightErrorThreshold) == 0x000570, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapInvalidationHeightErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapInvalidationScreenSizeLimit) == 0x000574, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapInvalidationScreenSizeLimit' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x00057C, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x000580, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x000584, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x000588, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0005A0, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0005A4, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0005A8, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x000744, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000748, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x00074C, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x000754, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x000755, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x000756, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x000757, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseCompressedHeightmapStorage) == 0x000758, "Member 'ALandscapeProxy::bUseCompressedHeightmapStorage' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripPhysicsWhenCookedClient) == 0x000759, "Member 'ALandscapeProxy::bStripPhysicsWhenCookedClient' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripPhysicsWhenCookedServer) == 0x00075A, "Member 'ALandscapeProxy::bStripPhysicsWhenCookedServer' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripGrassWhenCookedClient) == 0x00075B, "Member 'ALandscapeProxy::bStripGrassWhenCookedClient' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripGrassWhenCookedServer) == 0x00075C, "Member 'ALandscapeProxy::bStripGrassWhenCookedServer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderHeightmap \ +static_assert(alignof(Landscape_RenderHeightmap) == 0x000010, "Wrong alignment on Landscape_RenderHeightmap"); \ +static_assert(sizeof(Landscape_RenderHeightmap) == 0x0000A0, "Wrong size on Landscape_RenderHeightmap"); \ +static_assert(offsetof(Landscape_RenderHeightmap, InWorldTransform) == 0x000000, "Member 'Landscape_RenderHeightmap::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, InExtents) == 0x000060, "Member 'Landscape_RenderHeightmap::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, OutRenderTarget) == 0x000088, "Member 'Landscape_RenderHeightmap::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, ReturnValue) == 0x000090, "Member 'Landscape_RenderHeightmap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderWeightmap \ +static_assert(alignof(Landscape_RenderWeightmap) == 0x000010, "Wrong alignment on Landscape_RenderWeightmap"); \ +static_assert(sizeof(Landscape_RenderWeightmap) == 0x0000A0, "Wrong size on Landscape_RenderWeightmap"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InWorldTransform) == 0x000000, "Member 'Landscape_RenderWeightmap::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InExtents) == 0x000060, "Member 'Landscape_RenderWeightmap::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InWeightmapLayerName) == 0x000088, "Member 'Landscape_RenderWeightmap::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, OutRenderTarget) == 0x000090, "Member 'Landscape_RenderWeightmap::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, ReturnValue) == 0x000098, "Member 'Landscape_RenderWeightmap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderWeightmaps \ +static_assert(alignof(Landscape_RenderWeightmaps) == 0x000010, "Wrong alignment on Landscape_RenderWeightmaps"); \ +static_assert(sizeof(Landscape_RenderWeightmaps) == 0x0000B0, "Wrong size on Landscape_RenderWeightmaps"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InWorldTransform) == 0x000000, "Member 'Landscape_RenderWeightmaps::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InExtents) == 0x000060, "Member 'Landscape_RenderWeightmaps::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InWeightmapLayerNames) == 0x000088, "Member 'Landscape_RenderWeightmaps::InWeightmapLayerNames' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, OutRenderTarget) == 0x000098, "Member 'Landscape_RenderWeightmaps::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, ReturnValue) == 0x0000A0, "Member 'Landscape_RenderWeightmaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_GetTargetLayerNames \ +static_assert(alignof(Landscape_GetTargetLayerNames) == 0x000008, "Wrong alignment on Landscape_GetTargetLayerNames"); \ +static_assert(sizeof(Landscape_GetTargetLayerNames) == 0x000018, "Wrong size on Landscape_GetTargetLayerNames"); \ +static_assert(offsetof(Landscape_GetTargetLayerNames, bInIncludeVisibilityLayer) == 0x000000, "Member 'Landscape_GetTargetLayerNames::bInIncludeVisibilityLayer' has a wrong offset!"); \ +static_assert(offsetof(Landscape_GetTargetLayerNames, ReturnValue) == 0x000008, "Member 'Landscape_GetTargetLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscape \ +static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ +static_assert(sizeof(ALandscape) == 0x000760, "Wrong size on ALandscape"); \ + +#define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy_DEPRECATED \ +static_assert(alignof(ULandscapeLODStreamingProxy_DEPRECATED) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy_DEPRECATED"); \ +static_assert(sizeof(ULandscapeLODStreamingProxy_DEPRECATED) == 0x0000C8, "Wrong size on ULandscapeLODStreamingProxy_DEPRECATED"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000028, "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) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, ReturnValue) == 0x000020, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000028, "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) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InPaintLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, ReturnValue) == 0x000020, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_SetForcedLOD \ +static_assert(alignof(LandscapeComponent_SetForcedLOD) == 0x000004, "Wrong alignment on LandscapeComponent_SetForcedLOD"); \ +static_assert(sizeof(LandscapeComponent_SetForcedLOD) == 0x000004, "Wrong size on LandscapeComponent_SetForcedLOD"); \ +static_assert(offsetof(LandscapeComponent_SetForcedLOD, InForcedLOD) == 0x000000, "Member 'LandscapeComponent_SetForcedLOD::InForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_SetLODBias \ +static_assert(alignof(LandscapeComponent_SetLODBias) == 0x000004, "Wrong alignment on LandscapeComponent_SetLODBias"); \ +static_assert(sizeof(LandscapeComponent_SetLODBias) == 0x000004, "Wrong size on LandscapeComponent_SetLODBias"); \ +static_assert(offsetof(LandscapeComponent_SetLODBias, InLODBias) == 0x000000, "Member 'LandscapeComponent_SetLODBias::InLODBias' 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) == 0x000750, "Wrong size on ULandscapeComponent"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000518, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x00051C, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000520, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x000524, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000528, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000530, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000538, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000540, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x000550, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x000560, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x000570, "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) == 0x0005A0, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x0005B0, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x0005D0, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MipToMipMaxDeltas) == 0x000608, "Member 'ULandscapeComponent::MipToMipMaxDeltas' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionComponentRef) == 0x000618, "Member 'ULandscapeComponent::CollisionComponentRef' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, bUserTriggeredChangeRequested) == 0x000620, "Member 'ULandscapeComponent::bUserTriggeredChangeRequested' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, bNaniteActive) == 0x000621, "Member 'ULandscapeComponent::bNaniteActive' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000628, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000630, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000640, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PerLODOverrideMaterials) == 0x000650, "Member 'ULandscapeComponent::PerLODOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, GrassTypes) == 0x000660, "Member 'ULandscapeComponent::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000680, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x000690, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x000694, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x000698, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x00069C, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x0006A0, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x0006A4, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0006A8, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StateId) == 0x0006AC, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x0006E0, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x0006E8, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x0006F8, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextureArray) == 0x000708, "Member 'ULandscapeComponent::MobileWeightmapTextureArray' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapLayerAllocations) == 0x000710, "Member 'ULandscapeComponent::MobileWeightmapLayerAllocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ +static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ +static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000520, "Wrong size on ULandscapeGizmoRenderComponent"); \ + +#define DUMPER7_ASSERTS_ULandscapeGrassType \ +static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ +static_assert(sizeof(ULandscapeGrassType) == 0x000060, "Wrong size on ULandscapeGrassType"); \ +static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000028, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StateHash) == 0x00003C, "Member 'ULandscapeGrassType::StateHash' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000040, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000048, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x00004C, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000050, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x000054, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000058, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000059, "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) == 0x000620, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000518, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000528, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x00052C, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000530, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x000534, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000538, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000540, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000550, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x000560, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponentRef) == 0x000598, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponentRef' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x0005B8, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeLayerInfoObject \ +static_assert(alignof(ULandscapeLayerInfoObject) == 0x000008, "Wrong alignment on ULandscapeLayerInfoObject"); \ +static_assert(sizeof(ULandscapeLayerInfoObject) == 0x000050, "Wrong size on ULandscapeLayerInfoObject"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000028, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000030, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000038, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00003C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ +static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ +static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000290, "Wrong size on ULandscapeMaterialInstanceConstant"); \ +static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000278, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ +static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ +static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000630, "Wrong size on ULandscapeMeshCollisionComponent"); \ +static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000618, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ +static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ +static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000298, "Wrong size on ALandscapeMeshProxyActor"); \ +static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000290, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ +static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ +static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000650, "Wrong size on ULandscapeMeshProxyComponent"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x0005E0, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x0005F0, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentCentersObjectSpace) == 0x000600, "Member 'ULandscapeMeshProxyComponent::ProxyComponentCentersObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentXVectorObjectSpace) == 0x000610, "Member 'ULandscapeMeshProxyComponent::ComponentXVectorObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentYVectorObjectSpace) == 0x000628, "Member 'ULandscapeMeshProxyComponent::ComponentYVectorObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentResolution) == 0x000640, "Member 'ULandscapeMeshProxyComponent::ComponentResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000644, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LODGroupKey) == 0x000648, "Member 'ULandscapeMeshProxyComponent::LODGroupKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSettings \ +static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ +static_assert(sizeof(ULandscapeSettings) == 0x0000B0, "Wrong size on ULandscapeSettings"); \ +static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000038, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, MaxComponents) == 0x00003C, "Member 'ULandscapeSettings::MaxComponents' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, MaxImageImportCacheSizeMegaBytes) == 0x000040, "Member 'ULandscapeSettings::MaxImageImportCacheSizeMegaBytes' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, PaintStrengthGamma) == 0x000044, "Member 'ULandscapeSettings::PaintStrengthGamma' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bDisablePaintingStartupSlowdown) == 0x000048, "Member 'ULandscapeSettings::bDisablePaintingStartupSlowdown' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, LandscapeDirtyingMode) == 0x000049, "Member 'ULandscapeSettings::LandscapeDirtyingMode' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, SideResolutionLimit) == 0x00004C, "Member 'ULandscapeSettings::SideResolutionLimit' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, DefaultLandscapeMaterial) == 0x000050, "Member 'ULandscapeSettings::DefaultLandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, DefaultLayerInfoObject) == 0x000078, "Member 'ULandscapeSettings::DefaultLayerInfoObject' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, BrushSizeUIMax) == 0x0000A0, "Member 'ULandscapeSettings::BrushSizeUIMax' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, BrushSizeClampMax) == 0x0000A4, "Member 'ULandscapeSettings::BrushSizeClampMax' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, HLODMaxTextureSize) == 0x0000A8, "Member 'ULandscapeSettings::HLODMaxTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bRestrictiveMode) == 0x0000AC, "Member 'ULandscapeSettings::bRestrictiveMode' 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) == 0x000550, "Wrong size on ULandscapeSplinesComponent"); \ +static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000518, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000528, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000538, "Member 'ULandscapeSplinesComponent::CookedForeignMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineControlPoint \ +static_assert(alignof(ULandscapeSplineControlPoint) == 0x000008, "Wrong alignment on ULandscapeSplineControlPoint"); \ +static_assert(sizeof(ULandscapeSplineControlPoint) == 0x0000D8, "Wrong size on ULandscapeSplineControlPoint"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Location) == 0x000028, "Member 'ULandscapeSplineControlPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Rotation) == 0x000040, "Member 'ULandscapeSplineControlPoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Width) == 0x000058, "Member 'ULandscapeSplineControlPoint::Width' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LayerWidthRatio) == 0x00005C, "Member 'ULandscapeSplineControlPoint::LayerWidthRatio' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, SideFalloff) == 0x000060, "Member 'ULandscapeSplineControlPoint::SideFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideFalloffFactor) == 0x000064, "Member 'ULandscapeSplineControlPoint::LeftSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideFalloffFactor) == 0x000068, "Member 'ULandscapeSplineControlPoint::RightSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideLayerFalloffFactor) == 0x00006C, "Member 'ULandscapeSplineControlPoint::LeftSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideLayerFalloffFactor) == 0x000070, "Member 'ULandscapeSplineControlPoint::RightSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, EndFalloff) == 0x000074, "Member 'ULandscapeSplineControlPoint::EndFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, ConnectedSegments) == 0x000078, "Member 'ULandscapeSplineControlPoint::ConnectedSegments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Points) == 0x000088, "Member 'ULandscapeSplineControlPoint::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Bounds) == 0x000098, "Member 'ULandscapeSplineControlPoint::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LocalMeshComponent) == 0x0000D0, "Member 'ULandscapeSplineControlPoint::LocalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineSegment \ +static_assert(alignof(ULandscapeSplineSegment) == 0x000008, "Wrong alignment on ULandscapeSplineSegment"); \ +static_assert(sizeof(ULandscapeSplineSegment) == 0x0000C8, "Wrong size on ULandscapeSplineSegment"); \ +static_assert(offsetof(ULandscapeSplineSegment, Connections) == 0x000028, "Member 'ULandscapeSplineSegment::Connections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, SplineInfo) == 0x000058, "Member 'ULandscapeSplineSegment::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Points) == 0x000070, "Member 'ULandscapeSplineSegment::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Bounds) == 0x000080, "Member 'ULandscapeSplineSegment::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, LocalMeshComponents) == 0x0000B8, "Member 'ULandscapeSplineSegment::LocalMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeStreamingProxy \ +static_assert(alignof(ALandscapeStreamingProxy) == 0x000008, "Wrong alignment on ALandscapeStreamingProxy"); \ +static_assert(sizeof(ALandscapeStreamingProxy) == 0x0007D8, "Wrong size on ALandscapeStreamingProxy"); \ +static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActorRef) == 0x000760, "Member 'ALandscapeStreamingProxy::LandscapeActorRef' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeStreamingProxy, OverriddenSharedProperties) == 0x000788, "Member 'ALandscapeStreamingProxy::OverriddenSharedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ +static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ +static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000058, "Wrong size on ULandscapeWeightmapUsage"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000028, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000048, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ +static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x0000B0, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ +static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x0000C8, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x0000B1, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x0000B4, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x0000B8, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x0000BC, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x0000C0, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlPointMeshActor \ +static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ +static_assert(sizeof(AControlPointMeshActor) == 0x000298, "Wrong size on AControlPointMeshActor"); \ +static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000290, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ + +#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) == 0x000070, "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) == 0x000060, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeRenderTargetSize) == 0x000068, "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) == 0x000020, "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) == 0x000018, "Member 'LandscapeBlueprintBrushBase_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_RenderLayer \ +static_assert(alignof(LandscapeBlueprintBrushBase_RenderLayer) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_RenderLayer"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_RenderLayer) == 0x000020, "Wrong size on LandscapeBlueprintBrushBase_RenderLayer"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RenderLayer, InParameters) == 0x000000, "Member 'LandscapeBlueprintBrushBase_RenderLayer::InParameters' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RenderLayer, ReturnValue) == 0x000018, "Member 'LandscapeBlueprintBrushBase_RenderLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_RequestLandscapeUpdate \ +static_assert(alignof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate) == 0x000001, "Wrong alignment on LandscapeBlueprintBrushBase_RequestLandscapeUpdate"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate) == 0x000001, "Wrong size on LandscapeBlueprintBrushBase_RequestLandscapeUpdate"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate, bInUserTriggered) == 0x000000, "Member 'LandscapeBlueprintBrushBase_RequestLandscapeUpdate::bInUserTriggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeBlueprintBrushBase \ +static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ +static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x000290, "Wrong size on ALandscapeBlueprintBrushBase"); \ + +#define DUMPER7_ASSERTS_ULandscapeHLODBuilder \ +static_assert(alignof(ULandscapeHLODBuilder) == 0x000008, "Wrong alignment on ULandscapeHLODBuilder"); \ +static_assert(sizeof(ULandscapeHLODBuilder) == 0x000028, "Wrong size on ULandscapeHLODBuilder"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfo \ +static_assert(alignof(ULandscapeInfo) == 0x000008, "Wrong alignment on ULandscapeInfo"); \ +static_assert(sizeof(ULandscapeInfo) == 0x000228, "Wrong size on ULandscapeInfo"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000028, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x000030, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000040, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000044, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x000048, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000050, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, StreamingProxies) == 0x000118, "Member 'ULandscapeInfo::StreamingProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfoMap \ +static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ +static_assert(sizeof(ULandscapeInfoMap) == 0x000080, "Wrong size on ULandscapeInfoMap"); \ + +#define DUMPER7_ASSERTS_ULandscapeNaniteComponent \ +static_assert(alignof(ULandscapeNaniteComponent) == 0x000010, "Wrong alignment on ULandscapeNaniteComponent"); \ +static_assert(sizeof(ULandscapeNaniteComponent) == 0x000610, "Wrong size on ULandscapeNaniteComponent"); \ +static_assert(offsetof(ULandscapeNaniteComponent, ProxyContentId) == 0x0005E0, "Member 'ULandscapeNaniteComponent::ProxyContentId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeNaniteComponent, bEnabled) == 0x0005F0, "Member 'ULandscapeNaniteComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeNaniteComponent, SourceLandscapeComponents) == 0x0005F8, "Member 'ULandscapeNaniteComponent::SourceLandscapeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeSplineActor \ +static_assert(alignof(ALandscapeSplineActor) == 0x000008, "Wrong alignment on ALandscapeSplineActor"); \ +static_assert(sizeof(ALandscapeSplineActor) == 0x0002A8, "Wrong size on ALandscapeSplineActor"); \ +static_assert(offsetof(ALandscapeSplineActor, LandscapeGuid) == 0x000298, "Member 'ALandscapeSplineActor::LandscapeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeSplineMeshesActor \ +static_assert(alignof(ALandscapeSplineMeshesActor) == 0x000008, "Wrong alignment on ALandscapeSplineMeshesActor"); \ +static_assert(sizeof(ALandscapeSplineMeshesActor) == 0x0002A0, "Wrong size on ALandscapeSplineMeshesActor"); \ +static_assert(offsetof(ALandscapeSplineMeshesActor, StaticMeshComponents) == 0x000290, "Member 'ALandscapeSplineMeshesActor::StaticMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSubsystem \ +static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ +static_assert(sizeof(ULandscapeSubsystem) == 0x000088, "Wrong size on ULandscapeSubsystem"); \ + +#define DUMPER7_ASSERTS_ULandscapeTextureStorageProviderFactory \ +static_assert(alignof(ULandscapeTextureStorageProviderFactory) == 0x000008, "Wrong alignment on ULandscapeTextureStorageProviderFactory"); \ +static_assert(sizeof(ULandscapeTextureStorageProviderFactory) == 0x000060, "Wrong size on ULandscapeTextureStorageProviderFactory"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x0000B8, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000110, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x0000D8, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000100, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ +static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000128, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, base) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerWeight::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x0000D8, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000100, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000108, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000110, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ +static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x0000B0, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ +static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x0000B0, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData) == 0x000078, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, Temp_bool_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchOldLumiereData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags) == 0x000020, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, Temp_byte_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, CallFunc_Map_Find_Value) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000019, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, Temp_bool_Variable) == 0x00001A, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchPersistentFlags::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, CallFunc_Map_Find_Value) == 0x000011, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, CallFunc_Map_Find_ReturnValue) == 0x000012, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchRedForestData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, Temp_bool_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, Temp_bool_Variable_1) == 0x000011, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, CallFunc_Map_Find_Value) == 0x000012, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, CallFunc_Map_Find_ReturnValue) == 0x000013, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSeaCliffData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, CallFunc_Map_Find_ReturnValue) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, Temp_bool_Variable) == 0x000015, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000016, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear, CallFunc_BooleanAND_ReturnValue) == 0x000017, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchSmallLevelSireneMusicHear::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels) == 0x000200, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_FindLevelDataByLevelFile_Found) == 0x000034, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_FindLevelDataByLevelFile_RowName) == 0x000038, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000040, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_Array_AddUnique_ReturnValue) == 0x0001F0, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_Less_IntInt_ReturnValue) == 0x0001F4, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels, CallFunc_Add_IntInt_ReturnValue) == 0x0001F8, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchVisitedLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, Temp_bool_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, Temp_byte_Variable) == 0x000011, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, Temp_byte_Variable_1) == 0x000012, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, CallFunc_Array_Contains_ReturnValue) == 0x000013, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, CallFunc_Array_Contains_ReturnValue_1) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData, Temp_bool_Variable_1) == 0x000015, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_PatchWorldMapData::Temp_bool_Variable_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V0) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V0' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V1) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState) == 0x000150, "Wrong size on BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Completed) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Completed' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, local_RedForestObjectiveStates) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::local_RedForestObjectiveStates' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, local_RedForestQuestState) == 0x000068, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::local_RedForestQuestState' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Temp_int_Array_Index_Variable) == 0x0000C4, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Temp_byte_Variable) == 0x000129, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Map_Keys_Keys) == 0x000130, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Temp_byte_Variable_1) == 0x00014D, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, Temp_bool_Variable) == 0x00014E, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState, K2Node_Select_Default) == 0x00014F, "Member 'BP_SaveGameObjectUpgrader_V0_To_V1_C_SetRedForestQuestState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V0_To_V1_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V0_To_V1_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V0_To_V1_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V0_To_V1_C) == 0x0000D8, "Wrong size on UBP_SaveGameObjectUpgrader_V0_To_V1_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_EnemyID_ChevaliereAlpha) == 0x000038, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_EnemyID_ChevaliereAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_TriggerZone1) == 0x000040, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_TriggerZone1' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_TriggerZone2) == 0x000048, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_TriggerZone2' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_TriggerZone3) == 0x000050, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_TriggerZone3' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_Forwarder1) == 0x000058, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_Forwarder1' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_Forwarder2) == 0x000060, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_Forwarder2' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_ObjectID_Forwarder3) == 0x000068, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_ObjectID_Forwarder3' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_QuestID) == 0x000070, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_QuestID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, RedForest_Level_AssetName) == 0x000078, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::RedForest_Level_AssetName' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, OldLumiere_SewerDoor_QuestID) == 0x000080, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::OldLumiere_SewerDoor_QuestID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, OldLumiere_SewerDoor_ObjectID) == 0x000088, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::OldLumiere_SewerDoor_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, WorldMap_TriggerZone_SwimNotification_ObjectID) == 0x000090, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::WorldMap_TriggerZone_SwimNotification_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, WorldMap_TriggerZone_FlyNotification_ObjectID) == 0x000098, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::WorldMap_TriggerZone_FlyNotification_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, SeaCliff_Enemy_RocherAmbush_ObjectID) == 0x0000A0, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::SeaCliff_Enemy_RocherAmbush_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, SeaCliff_TriggerZone_RocherAmbush_ObjectID) == 0x0000A8, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::SeaCliff_TriggerZone_RocherAmbush_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, SeaCliff_LevelSequence_RocherAmbush_ObjectID) == 0x0000B0, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::SeaCliff_LevelSequence_RocherAmbush_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, SireneMusicHear_ObjectID_Forwarder) == 0x0000B8, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::SireneMusicHear_ObjectID_Forwarder' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, SireneMusicHear_DialogueGUID_DoorDialogue) == 0x0000C0, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::SireneMusicHear_DialogueGUID_DoorDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V0_To_V1_C, General_PersistentFlag_UnderWaterUnlocked) == 0x0000D0, "Member 'UBP_SaveGameObjectUpgrader_V0_To_V1_C::General_PersistentFlag_UnderWaterUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlatePostSettings \ +static_assert(alignof(FSlatePostSettings) == 0x000008, "Wrong alignment on FSlatePostSettings"); \ +static_assert(sizeof(FSlatePostSettings) == 0x000030, "Wrong size on FSlatePostSettings"); \ +static_assert(offsetof(FSlatePostSettings, PostProcessorClass) == 0x000008, "Member 'FSlatePostSettings::PostProcessorClass' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostSettings, PathToSlatePostRT) == 0x000010, "Member 'FSlatePostSettings::PathToSlatePostRT' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostSettings, CachedSlatePostRT) == 0x000020, "Member 'FSlatePostSettings::CachedSlatePostRT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateFXSubsystem_GetSlatePostProcessor \ +static_assert(alignof(SlateFXSubsystem_GetSlatePostProcessor) == 0x000008, "Wrong alignment on SlateFXSubsystem_GetSlatePostProcessor"); \ +static_assert(sizeof(SlateFXSubsystem_GetSlatePostProcessor) == 0x000010, "Wrong size on SlateFXSubsystem_GetSlatePostProcessor"); \ +static_assert(offsetof(SlateFXSubsystem_GetSlatePostProcessor, InPostBufferBit) == 0x000000, "Member 'SlateFXSubsystem_GetSlatePostProcessor::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateFXSubsystem_GetSlatePostProcessor, ReturnValue) == 0x000008, "Member 'SlateFXSubsystem_GetSlatePostProcessor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateFXSubsystem \ +static_assert(alignof(USlateFXSubsystem) == 0x000008, "Wrong alignment on USlateFXSubsystem"); \ +static_assert(sizeof(USlateFXSubsystem) == 0x0000D0, "Wrong size on USlateFXSubsystem"); \ +static_assert(offsetof(USlateFXSubsystem, SlatePostBufferProcessors) == 0x000030, "Member 'USlateFXSubsystem::SlatePostBufferProcessors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateRHIPostBufferProcessor \ +static_assert(alignof(USlateRHIPostBufferProcessor) == 0x000008, "Wrong alignment on USlateRHIPostBufferProcessor"); \ +static_assert(sizeof(USlateRHIPostBufferProcessor) == 0x000028, "Wrong size on USlateRHIPostBufferProcessor"); \ + +#define DUMPER7_ASSERTS_USlatePostBufferBlur \ +static_assert(alignof(USlatePostBufferBlur) == 0x000008, "Wrong alignment on USlatePostBufferBlur"); \ +static_assert(sizeof(USlatePostBufferBlur) == 0x000040, "Wrong size on USlatePostBufferBlur"); \ +static_assert(offsetof(USlatePostBufferBlur, GaussianBlurStrength) == 0x000028, "Member 'USlatePostBufferBlur::GaussianBlurStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateRHIRendererSettings_GetMutableSlatePostSetting \ +static_assert(alignof(SlateRHIRendererSettings_GetMutableSlatePostSetting) == 0x000008, "Wrong alignment on SlateRHIRendererSettings_GetMutableSlatePostSetting"); \ +static_assert(sizeof(SlateRHIRendererSettings_GetMutableSlatePostSetting) == 0x000038, "Wrong size on SlateRHIRendererSettings_GetMutableSlatePostSetting"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetMutableSlatePostSetting, InPostBufferBit) == 0x000000, "Member 'SlateRHIRendererSettings_GetMutableSlatePostSetting::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetMutableSlatePostSetting, ReturnValue) == 0x000008, "Member 'SlateRHIRendererSettings_GetMutableSlatePostSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateRHIRendererSettings_GetSlatePostSetting \ +static_assert(alignof(SlateRHIRendererSettings_GetSlatePostSetting) == 0x000008, "Wrong alignment on SlateRHIRendererSettings_GetSlatePostSetting"); \ +static_assert(sizeof(SlateRHIRendererSettings_GetSlatePostSetting) == 0x000038, "Wrong size on SlateRHIRendererSettings_GetSlatePostSetting"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetSlatePostSetting, InPostBufferBit) == 0x000000, "Member 'SlateRHIRendererSettings_GetSlatePostSetting::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetSlatePostSetting, ReturnValue) == 0x000008, "Member 'SlateRHIRendererSettings_GetSlatePostSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateRHIRendererSettings \ +static_assert(alignof(USlateRHIRendererSettings) == 0x000008, "Wrong alignment on USlateRHIRendererSettings"); \ +static_assert(sizeof(USlateRHIRendererSettings) == 0x000088, "Wrong size on USlateRHIRendererSettings"); \ +static_assert(offsetof(USlateRHIRendererSettings, SlatePostSettings) == 0x000038, "Member 'USlateRHIRendererSettings::SlatePostSettings' 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_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_UFixedFrameRateCustomTimeStep \ +static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ +static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000028, "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"); \ +static_assert(offsetof(UGenlockedCustomTimeStep, bAutoDetectFormat) == 0x000028, "Member 'UGenlockedCustomTimeStep::bAutoDetectFormat' has a wrong offset!"); \ + +#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!"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, bShouldBlock) == 0x000038, "Member 'UGenlockedFixedRateCustomTimeStep::bShouldBlock' has a wrong offset!"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, bForceSingleFrameDeltaTime) == 0x000039, "Member 'UGenlockedFixedRateCustomTimeStep::bForceSingleFrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenlockedTimecodeProvider \ +static_assert(alignof(UGenlockedTimecodeProvider) == 0x000008, "Wrong alignment on UGenlockedTimecodeProvider"); \ +static_assert(sizeof(UGenlockedTimecodeProvider) == 0x000058, "Wrong size on UGenlockedTimecodeProvider"); \ +static_assert(offsetof(UGenlockedTimecodeProvider, bUseGenlockToCount) == 0x000030, "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_FrameRateToInterval \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToInterval"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToInterval"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToInterval::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToInterval::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) == 0x000028, "Wrong size on UTimeManagementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizationSource \ +static_assert(alignof(UTimeSynchronizationSource) == 0x000008, "Wrong alignment on UTimeSynchronizationSource"); \ +static_assert(sizeof(UTimeSynchronizationSource) == 0x000030, "Wrong size on UTimeSynchronizationSource"); \ +static_assert(offsetof(UTimeSynchronizationSource, bUseForSynchronization) == 0x000028, "Member 'UTimeSynchronizationSource::bUseForSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizationSource, FrameOffset) == 0x00002C, "Member 'UTimeSynchronizationSource::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_ChineseDragonBoneInput \ +static_assert(alignof(FDragonData_ChineseDragonBoneInput) == 0x000008, "Wrong alignment on FDragonData_ChineseDragonBoneInput"); \ +static_assert(sizeof(FDragonData_ChineseDragonBoneInput) == 0x000010, "Wrong size on FDragonData_ChineseDragonBoneInput"); \ +static_assert(offsetof(FDragonData_ChineseDragonBoneInput, Custom_Bone_Structure) == 0x000000, "Member 'FDragonData_ChineseDragonBoneInput::Custom_Bone_Structure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonIKTraceKeyValuePair \ +static_assert(alignof(FDragonIKTraceKeyValuePair) == 0x000008, "Wrong alignment on FDragonIKTraceKeyValuePair"); \ +static_assert(sizeof(FDragonIKTraceKeyValuePair) == 0x000108, "Wrong size on FDragonIKTraceKeyValuePair"); \ +static_assert(offsetof(FDragonIKTraceKeyValuePair, Key) == 0x000000, "Member 'FDragonIKTraceKeyValuePair::Key' has a wrong offset!"); \ +static_assert(offsetof(FDragonIKTraceKeyValuePair, BoneName) == 0x000008, "Member 'FDragonIKTraceKeyValuePair::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FDragonIKTraceKeyValuePair, hit_result) == 0x000010, "Member 'FDragonIKTraceKeyValuePair::hit_result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChinaDragonChainLink \ +static_assert(alignof(FChinaDragonChainLink) == 0x000010, "Wrong alignment on FChinaDragonChainLink"); \ +static_assert(sizeof(FChinaDragonChainLink) == 0x0001D0, "Wrong size on FChinaDragonChainLink"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonControlBase \ +static_assert(alignof(FAnimNode_DragonControlBase) == 0x000008, "Wrong alignment on FAnimNode_DragonControlBase"); \ +static_assert(sizeof(FAnimNode_DragonControlBase) == 0x0000D0, "Wrong size on FAnimNode_DragonControlBase"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, ComponentPose) == 0x000010, "Member 'FAnimNode_DragonControlBase::ComponentPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, LODThreshold) == 0x000020, "Member 'FAnimNode_DragonControlBase::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, ActualAlpha) == 0x000024, "Member 'FAnimNode_DragonControlBase::ActualAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, AlphaInputType) == 0x00002C, "Member 'FAnimNode_DragonControlBase::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, bAlphaBoolEnabled) == 0x00002D, "Member 'FAnimNode_DragonControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, Alpha) == 0x000030, "Member 'FAnimNode_DragonControlBase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_DragonControlBase::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_DragonControlBase::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, AlphaCurveName) == 0x000088, "Member 'FAnimNode_DragonControlBase::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonControlBase, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_DragonControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_ChineseDragonBoneRotationOffset \ +static_assert(alignof(FDragonData_ChineseDragonBoneRotationOffset) == 0x000008, "Wrong alignment on FDragonData_ChineseDragonBoneRotationOffset"); \ +static_assert(sizeof(FDragonData_ChineseDragonBoneRotationOffset) == 0x000010, "Wrong size on FDragonData_ChineseDragonBoneRotationOffset"); \ +static_assert(offsetof(FDragonData_ChineseDragonBoneRotationOffset, Custom_Bone_Rotation_Offset) == 0x000000, "Member 'FDragonData_ChineseDragonBoneRotationOffset::Custom_Bone_Rotation_Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ChineseDragonSolver \ +static_assert(alignof(FAnimNode_ChineseDragonSolver) == 0x000010, "Wrong alignment on FAnimNode_ChineseDragonSolver"); \ +static_assert(sizeof(FAnimNode_ChineseDragonSolver) == 0x0004B0, "Wrong size on FAnimNode_ChineseDragonSolver"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Custom_Bone_Input) == 0x000100, "Member 'FAnimNode_ChineseDragonSolver::Custom_Bone_Input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Stability_Reference_Bone_Index) == 0x000110, "Member 'FAnimNode_ChineseDragonSolver::Stability_Reference_Bone_Index' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, EffectorTransform) == 0x000120, "Member 'FAnimNode_ChineseDragonSolver::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Extra_Rotation_Offset_Per_Bone) == 0x000180, "Member 'FAnimNode_ChineseDragonSolver::Extra_Rotation_Offset_Per_Bone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Extra_Rotation_Offset_Overall) == 0x000190, "Member 'FAnimNode_ChineseDragonSolver::Extra_Rotation_Offset_Overall' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Extra_Rotation_Offset) == 0x0001A8, "Member 'FAnimNode_ChineseDragonSolver::Extra_Rotation_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Use_Advanced_Strict_Chain_Logic) == 0x000280, "Member 'FAnimNode_ChineseDragonSolver::Use_Advanced_Strict_Chain_Logic' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Limit_Z_Solving) == 0x000288, "Member 'FAnimNode_ChineseDragonSolver::Limit_Z_Solving' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Fix_Root_in_Place) == 0x000289, "Member 'FAnimNode_ChineseDragonSolver::Fix_Root_in_Place' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Continous_Normalization) == 0x00028A, "Member 'FAnimNode_ChineseDragonSolver::Continous_Normalization' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Normalization_Speed) == 0x00028C, "Member 'FAnimNode_ChineseDragonSolver::Normalization_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Normalization_Multiplier_Rel_Velocity) == 0x000290, "Member 'FAnimNode_ChineseDragonSolver::Normalization_Multiplier_Rel_Velocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Preserve_Original_Pose) == 0x000318, "Member 'FAnimNode_ChineseDragonSolver::Preserve_Original_Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Test_Ref_Forward_Axis) == 0x000320, "Member 'FAnimNode_ChineseDragonSolver::Test_Ref_Forward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Pelvis_Positioning_Calibration_Value) == 0x000338, "Member 'FAnimNode_ChineseDragonSolver::Pelvis_Positioning_Calibration_Value' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Enable_AnimBP_Viewport_Output) == 0x000360, "Member 'FAnimNode_ChineseDragonSolver::Enable_AnimBP_Viewport_Output' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Use_Scale_Add_Mode) == 0x000361, "Member 'FAnimNode_ChineseDragonSolver::Use_Scale_Add_Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Use_Rot_Add_Mode) == 0x000362, "Member 'FAnimNode_ChineseDragonSolver::Use_Rot_Add_Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, rotation_relative_to_mesh) == 0x000363, "Member 'FAnimNode_ChineseDragonSolver::rotation_relative_to_mesh' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Use_Warmup_Logic) == 0x000364, "Member 'FAnimNode_ChineseDragonSolver::Use_Warmup_Logic' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Initial_Warmup_Distance) == 0x000368, "Member 'FAnimNode_ChineseDragonSolver::Initial_Warmup_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Reset_To_Normal) == 0x00036C, "Member 'FAnimNode_ChineseDragonSolver::Reset_To_Normal' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Use_Interpolation) == 0x00037C, "Member 'FAnimNode_ChineseDragonSolver::Use_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Interpolation_Speed) == 0x000380, "Member 'FAnimNode_ChineseDragonSolver::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Reset_ON_Interpolation_Speed) == 0x000384, "Member 'FAnimNode_ChineseDragonSolver::Reset_ON_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Reset_OFF_Interpolation_Speed) == 0x000388, "Member 'FAnimNode_ChineseDragonSolver::Reset_OFF_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, Precision) == 0x00038C, "Member 'FAnimNode_ChineseDragonSolver::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChineseDragonSolver, CachedEffectorCSTransform) == 0x0003A0, "Member 'FAnimNode_ChineseDragonSolver::CachedEffectorCSTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_AimSolver_SkeletonInput \ +static_assert(alignof(FDragonData_AimSolver_SkeletonInput) == 0x000008, "Wrong alignment on FDragonData_AimSolver_SkeletonInput"); \ +static_assert(sizeof(FDragonData_AimSolver_SkeletonInput) == 0x000010, "Wrong size on FDragonData_AimSolver_SkeletonInput"); \ +static_assert(offsetof(FDragonData_AimSolver_SkeletonInput, Bone_Input) == 0x000000, "Member 'FDragonData_AimSolver_SkeletonInput::Bone_Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_SingleArmElement \ +static_assert(alignof(FDragonData_SingleArmElement) == 0x000010, "Wrong alignment on FDragonData_SingleArmElement"); \ +static_assert(sizeof(FDragonData_SingleArmElement) == 0x000080, "Wrong size on FDragonData_SingleArmElement"); \ +static_assert(offsetof(FDragonData_SingleArmElement, Overrided_Arm_Transform) == 0x000000, "Member 'FDragonData_SingleArmElement::Overrided_Arm_Transform' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_SingleArmElement, Arm_Alpha) == 0x000060, "Member 'FDragonData_SingleArmElement::Arm_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_SingleArmElement, rotation_offset) == 0x000068, "Member 'FDragonData_SingleArmElement::rotation_offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_Overrided_Location_Data \ +static_assert(alignof(FDragonData_Overrided_Location_Data) == 0x000008, "Wrong alignment on FDragonData_Overrided_Location_Data"); \ +static_assert(sizeof(FDragonData_Overrided_Location_Data) == 0x000010, "Wrong size on FDragonData_Overrided_Location_Data"); \ +static_assert(offsetof(FDragonData_Overrided_Location_Data, Arm_TargetLocation_Overrides) == 0x000000, "Member 'FDragonData_Overrided_Location_Data::Arm_TargetLocation_Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_ArmsData \ +static_assert(alignof(FDragonData_ArmsData) == 0x000008, "Wrong alignment on FDragonData_ArmsData"); \ +static_assert(sizeof(FDragonData_ArmsData) == 0x000200, "Wrong size on FDragonData_ArmsData"); \ +static_assert(offsetof(FDragonData_ArmsData, Clavicle_Bone) == 0x000000, "Member 'FDragonData_ArmsData::Clavicle_Bone' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Shoulder_Bone_Name) == 0x000010, "Member 'FDragonData_ArmsData::Shoulder_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Elbow_Bone_Name) == 0x000020, "Member 'FDragonData_ArmsData::Elbow_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Hand_Bone_Name) == 0x000030, "Member 'FDragonData_ArmsData::Hand_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, is_this_right_hand) == 0x000040, "Member 'FDragonData_ArmsData::is_this_right_hand' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, invert_lower_twist) == 0x000041, "Member 'FDragonData_ArmsData::invert_lower_twist' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, invert_upper_twist) == 0x000042, "Member 'FDragonData_ArmsData::invert_upper_twist' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Twist_Forearm_Bone) == 0x000044, "Member 'FDragonData_ArmsData::Twist_Forearm_Bone' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Twist_Shoulder_Bone) == 0x000054, "Member 'FDragonData_ArmsData::Twist_Shoulder_Bone' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Local_Direction_Axis) == 0x000068, "Member 'FDragonData_ArmsData::Local_Direction_Axis' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Arm_Aiming_Offset) == 0x000080, "Member 'FDragonData_ArmsData::Arm_Aiming_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, accurate_hand_rotation) == 0x000098, "Member 'FDragonData_ArmsData::accurate_hand_rotation' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, relative_axis) == 0x000099, "Member 'FDragonData_ArmsData::relative_axis' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Maximum_Extension) == 0x00009C, "Member 'FDragonData_ArmsData::Maximum_Extension' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Minimum_Extension) == 0x0000A0, "Member 'FDragonData_ArmsData::Minimum_Extension' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Max_Stretch_Ratio) == 0x0000A4, "Member 'FDragonData_ArmsData::Max_Stretch_Ratio' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Stretch_lower_arm_Priorty) == 0x0000A8, "Member 'FDragonData_ArmsData::Stretch_lower_arm_Priorty' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Elbow_Pole_Offset) == 0x0000B0, "Member 'FDragonData_ArmsData::Elbow_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, North_Pole_Offset) == 0x0000C8, "Member 'FDragonData_ArmsData::North_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, South_Pole_Offset) == 0x0000E0, "Member 'FDragonData_ArmsData::South_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, West_Pole_Offset) == 0x0000F8, "Member 'FDragonData_ArmsData::West_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, East_Pole_Offset) == 0x000110, "Member 'FDragonData_ArmsData::East_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, override_limits) == 0x000128, "Member 'FDragonData_ArmsData::override_limits' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Max_Arm_H_Angle) == 0x000130, "Member 'FDragonData_ArmsData::Max_Arm_H_Angle' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Max_Arm_V_Angle) == 0x000140, "Member 'FDragonData_ArmsData::Max_Arm_V_Angle' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Inner_Clavicle_Side_Limit) == 0x000150, "Member 'FDragonData_ArmsData::Inner_Clavicle_Side_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Inner_Clavicle_Vertical_Limit) == 0x000160, "Member 'FDragonData_ArmsData::Inner_Clavicle_Vertical_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Outer_Clavicle_Side_Limit) == 0x000170, "Member 'FDragonData_ArmsData::Outer_Clavicle_Side_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Outer_Clavicle_Vertical_Limit) == 0x000180, "Member 'FDragonData_ArmsData::Outer_Clavicle_Vertical_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Shoulder_Inner_Clamp) == 0x000190, "Member 'FDragonData_ArmsData::Shoulder_Inner_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Shoulder_Outer_Clamp) == 0x0001A0, "Member 'FDragonData_ArmsData::Shoulder_Outer_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, ForeArm_Angle_Limit) == 0x0001B0, "Member 'FDragonData_ArmsData::ForeArm_Angle_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, Twist_Offset_Reverse) == 0x0001C0, "Member 'FDragonData_ArmsData::Twist_Offset_Reverse' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, should_shoulder_twist_if_inward) == 0x0001C4, "Member 'FDragonData_ArmsData::should_shoulder_twist_if_inward' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmsData, clavicle_part_of_extension) == 0x0001C5, "Member 'FDragonData_ArmsData::clavicle_part_of_extension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_FingerData \ +static_assert(alignof(FDragonData_FingerData) == 0x000008, "Wrong alignment on FDragonData_FingerData"); \ +static_assert(sizeof(FDragonData_FingerData) == 0x000030, "Wrong size on FDragonData_FingerData"); \ +static_assert(offsetof(FDragonData_FingerData, Finger_Bone_Name) == 0x000000, "Member 'FDragonData_FingerData::Finger_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FingerData, Trace_Scale) == 0x000008, "Member 'FDragonData_FingerData::Trace_Scale' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FingerData, Trace_Offset) == 0x000010, "Member 'FDragonData_FingerData::Trace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FingerData, Is_Finger_Backward) == 0x000028, "Member 'FDragonData_FingerData::Is_Finger_Backward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_FootData \ +static_assert(alignof(FDragonData_FootData) == 0x000008, "Wrong alignment on FDragonData_FootData"); \ +static_assert(sizeof(FDragonData_FootData) == 0x0000D0, "Wrong size on FDragonData_FootData"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Bone_Name) == 0x000000, "Member 'FDragonData_FootData::Feet_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Knee_Bone_Name) == 0x000008, "Member 'FDragonData_FootData::Knee_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Second_Knee_Bone_Name) == 0x000010, "Member 'FDragonData_FootData::Second_Knee_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Thigh_Bone_Name) == 0x000018, "Member 'FDragonData_FootData::Thigh_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Rotation_Offset) == 0x000028, "Member 'FDragonData_FootData::Feet_Rotation_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Fixed_Pole) == 0x000040, "Member 'FDragonData_FootData::Fixed_Pole' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Knee_Direction_Offset) == 0x000048, "Member 'FDragonData_FootData::Knee_Direction_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Trace_Offset) == 0x000060, "Member 'FDragonData_FootData::Feet_Trace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Front_Trace_Point_Spacing) == 0x000078, "Member 'FDragonData_FootData::Front_Trace_Point_Spacing' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Side_Traces_Spacing) == 0x00007C, "Member 'FDragonData_FootData::Side_Traces_Spacing' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Rotation_Limit) == 0x000080, "Member 'FDragonData_FootData::Feet_Rotation_Limit' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Fixed_Foot_Height) == 0x000084, "Member 'FDragonData_FootData::Fixed_Foot_Height' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Heights) == 0x000088, "Member 'FDragonData_FootData::Feet_Heights' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Alpha) == 0x00008C, "Member 'FDragonData_FootData::Feet_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Min_Feet_Extension) == 0x000090, "Member 'FDragonData_FootData::Min_Feet_Extension' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Max_Feet_Extension) == 0x000094, "Member 'FDragonData_FootData::Max_Feet_Extension' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Upslope_Offset_Multiplier) == 0x000098, "Member 'FDragonData_FootData::Feet_Upslope_Offset_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Downslope_Offset_Multiplier) == 0x00009C, "Member 'FDragonData_FootData::Feet_Downslope_Offset_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Feet_Slope_Offset_Clamp_Radius) == 0x0000A0, "Member 'FDragonData_FootData::Feet_Slope_Offset_Clamp_Radius' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Max_Feet_Lift) == 0x0000A4, "Member 'FDragonData_FootData::Max_Feet_Lift' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Overrided_Trace_Radius) == 0x0000A8, "Member 'FDragonData_FootData::Overrided_Trace_Radius' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, FeetFollowBones) == 0x0000B0, "Member 'FDragonData_FootData::FeetFollowBones' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootData, Finger_Array) == 0x0000C0, "Member 'FDragonData_FootData::Finger_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_MultiInput \ +static_assert(alignof(FDragonData_MultiInput) == 0x000008, "Wrong alignment on FDragonData_MultiInput"); \ +static_assert(sizeof(FDragonData_MultiInput) == 0x000020, "Wrong size on FDragonData_MultiInput"); \ +static_assert(offsetof(FDragonData_MultiInput, Start_Spine) == 0x000000, "Member 'FDragonData_MultiInput::Start_Spine' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_MultiInput, Pelvis) == 0x000008, "Member 'FDragonData_MultiInput::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_MultiInput, FeetBones) == 0x000010, "Member 'FDragonData_MultiInput::FeetBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_ElbowOffset_Struct \ +static_assert(alignof(FDragonData_ElbowOffset_Struct) == 0x000008, "Wrong alignment on FDragonData_ElbowOffset_Struct"); \ +static_assert(sizeof(FDragonData_ElbowOffset_Struct) == 0x000010, "Wrong size on FDragonData_ElbowOffset_Struct"); \ +static_assert(offsetof(FDragonData_ElbowOffset_Struct, elbow_offset_array) == 0x000000, "Member 'FDragonData_ElbowOffset_Struct::elbow_offset_array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_ArmSizeStruct \ +static_assert(alignof(FDragonData_ArmSizeStruct) == 0x000004, "Wrong alignment on FDragonData_ArmSizeStruct"); \ +static_assert(sizeof(FDragonData_ArmSizeStruct) == 0x00000C, "Wrong size on FDragonData_ArmSizeStruct"); \ +static_assert(offsetof(FDragonData_ArmSizeStruct, Use_Custom_Arm_Sizes) == 0x000000, "Member 'FDragonData_ArmSizeStruct::Use_Custom_Arm_Sizes' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmSizeStruct, custom_upperArm_length) == 0x000004, "Member 'FDragonData_ArmSizeStruct::custom_upperArm_length' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_ArmSizeStruct, custom_lowerArm_length) == 0x000008, "Member 'FDragonData_ArmSizeStruct::custom_lowerArm_length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_CustomArmLengths \ +static_assert(alignof(FDragonData_CustomArmLengths) == 0x000008, "Wrong alignment on FDragonData_CustomArmLengths"); \ +static_assert(sizeof(FDragonData_CustomArmLengths) == 0x000010, "Wrong size on FDragonData_CustomArmLengths"); \ +static_assert(offsetof(FDragonData_CustomArmLengths, CustomArmSizeArray) == 0x000000, "Member 'FDragonData_CustomArmLengths::CustomArmSizeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_CustomLimbClamp \ +static_assert(alignof(FDragonData_CustomLimbClamp) == 0x000008, "Wrong alignment on FDragonData_CustomLimbClamp"); \ +static_assert(sizeof(FDragonData_CustomLimbClamp) == 0x000010, "Wrong size on FDragonData_CustomLimbClamp"); \ +static_assert(offsetof(FDragonData_CustomLimbClamp, Custom_Limb_Clamp_Array) == 0x000000, "Member 'FDragonData_CustomLimbClamp::Custom_Limb_Clamp_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonAimSolver \ +static_assert(alignof(FAnimNode_DragonAimSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonAimSolver"); \ +static_assert(sizeof(FAnimNode_DragonAimSolver) == 0x000D80, "Wrong size on FAnimNode_DragonAimSolver"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_FName_Bone_Input) == 0x0000D0, "Member 'FAnimNode_DragonAimSolver::Use_FName_Bone_Input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, EndSplineBone) == 0x0000D4, "Member 'FAnimNode_DragonAimSolver::EndSplineBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, StartSplineBone) == 0x0000E4, "Member 'FAnimNode_DragonAimSolver::StartSplineBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Name_EndSpline_Bone) == 0x0000F4, "Member 'FAnimNode_DragonAimSolver::Name_EndSpline_Bone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Name_StartSpline_Bone) == 0x0000FC, "Member 'FAnimNode_DragonAimSolver::Name_StartSpline_Bone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, LookAtLocation) == 0x000110, "Member 'FAnimNode_DragonAimSolver::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Advanced_Input_Mode) == 0x000170, "Member 'FAnimNode_DragonAimSolver::Use_Advanced_Input_Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Bone_Structure_Precise) == 0x000178, "Member 'FAnimNode_DragonAimSolver::Bone_Structure_Precise' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, dragon_input_data) == 0x000188, "Member 'FAnimNode_DragonAimSolver::dragon_input_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Aiming_Hand_Limbs) == 0x000250, "Member 'FAnimNode_DragonAimSolver::Aiming_Hand_Limbs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Arm_TargetLocation_Overrides) == 0x000270, "Member 'FAnimNode_DragonAimSolver::Arm_TargetLocation_Overrides' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Separate_Targets) == 0x000280, "Member 'FAnimNode_DragonAimSolver::Use_Separate_Targets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Override_Hand_Rotation) == 0x000281, "Member 'FAnimNode_DragonAimSolver::Override_Hand_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, enable_head_aim) == 0x000282, "Member 'FAnimNode_DragonAimSolver::enable_head_aim' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, bAllowHandStretching) == 0x000283, "Member 'FAnimNode_DragonAimSolver::bAllowHandStretching' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Extra_Struct_Elbow_Pole_Array) == 0x000288, "Member 'FAnimNode_DragonAimSolver::Extra_Struct_Elbow_Pole_Array' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, reach_instead) == 0x000298, "Member 'FAnimNode_DragonAimSolver::reach_instead' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Aggregate_Hand_Body) == 0x000299, "Member 'FAnimNode_DragonAimSolver::Aggregate_Hand_Body' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Let_Arm_Twist_With_Hand) == 0x00029A, "Member 'FAnimNode_DragonAimSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, pole_system_input) == 0x00029B, "Member 'FAnimNode_DragonAimSolver::pole_system_input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, arm_twist_axis) == 0x00029C, "Member 'FAnimNode_DragonAimSolver::arm_twist_axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, hand_rotation_method) == 0x00029D, "Member 'FAnimNode_DragonAimSolver::hand_rotation_method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Override_Head_Rotation) == 0x00029E, "Member 'FAnimNode_DragonAimSolver::Override_Head_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Enable_Hand_Interpolation) == 0x00029F, "Member 'FAnimNode_DragonAimSolver::Enable_Hand_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Hand_Interpolation_Speed) == 0x0002A0, "Member 'FAnimNode_DragonAimSolver::Hand_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, custom_arm_lengths) == 0x0002A8, "Member 'FAnimNode_DragonAimSolver::custom_arm_lengths' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, arm_transform_space) == 0x0002B8, "Member 'FAnimNode_DragonAimSolver::arm_transform_space' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Main_Arm_Index) == 0x0002BC, "Member 'FAnimNode_DragonAimSolver::Main_Arm_Index' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Lookat_Radius) == 0x0003E0, "Member 'FAnimNode_DragonAimSolver::Lookat_Radius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Inner_Body_Clamp) == 0x0003E8, "Member 'FAnimNode_DragonAimSolver::Inner_Body_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Lookat_Clamp) == 0x000400, "Member 'FAnimNode_DragonAimSolver::Lookat_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Limbs_Clamp) == 0x000404, "Member 'FAnimNode_DragonAimSolver::Limbs_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Per_Limbs_Clamp_Array) == 0x000408, "Member 'FAnimNode_DragonAimSolver::Per_Limbs_Clamp_Array' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Extra_Aiming_Rotation_Offset) == 0x000418, "Member 'FAnimNode_DragonAimSolver::Extra_Aiming_Rotation_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Downward_Dip_Multiplier) == 0x000430, "Member 'FAnimNode_DragonAimSolver::Downward_Dip_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Inverted_Dip_Multiplier) == 0x000434, "Member 'FAnimNode_DragonAimSolver::Inverted_Dip_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Vertical_Dip_Treshold) == 0x000438, "Member 'FAnimNode_DragonAimSolver::Vertical_Dip_Treshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Side_Move_Multiplier) == 0x00043C, "Member 'FAnimNode_DragonAimSolver::Side_Move_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Side_Down_Multiplier) == 0x000440, "Member 'FAnimNode_DragonAimSolver::Side_Down_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Up_Rot_Clamp) == 0x000444, "Member 'FAnimNode_DragonAimSolver::Up_Rot_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Verticle_Range_Angles) == 0x000448, "Member 'FAnimNode_DragonAimSolver::Verticle_Range_Angles' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Horizontal_Range_Angles) == 0x000458, "Member 'FAnimNode_DragonAimSolver::Horizontal_Range_Angles' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Aim_Frontal_Offset) == 0x000468, "Member 'FAnimNode_DragonAimSolver::Aim_Frontal_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Look_Bending_Curve) == 0x000470, "Member 'FAnimNode_DragonAimSolver::Look_Bending_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Look_Multiplier_Curve) == 0x0004F8, "Member 'FAnimNode_DragonAimSolver::Look_Multiplier_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, look_transform_space) == 0x000580, "Member 'FAnimNode_DragonAimSolver::look_transform_space' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Lock_Legs) == 0x000581, "Member 'FAnimNode_DragonAimSolver::Lock_Legs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, ignore_elbow_modification) == 0x000582, "Member 'FAnimNode_DragonAimSolver::ignore_elbow_modification' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, ignore_separate_hand_solving) == 0x000583, "Member 'FAnimNode_DragonAimSolver::ignore_separate_hand_solving' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Natural_Method) == 0x000584, "Member 'FAnimNode_DragonAimSolver::Use_Natural_Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Head_Use_Separate_Clamp) == 0x000585, "Member 'FAnimNode_DragonAimSolver::Head_Use_Separate_Clamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Is_Head_Accurate) == 0x000586, "Member 'FAnimNode_DragonAimSolver::Is_Head_Accurate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, automatic_leg_make) == 0x000587, "Member 'FAnimNode_DragonAimSolver::automatic_leg_make' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, enable_solver) == 0x000589, "Member 'FAnimNode_DragonAimSolver::enable_solver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Work_Outside_PIE) == 0x00058A, "Member 'FAnimNode_DragonAimSolver::Work_Outside_PIE' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Physics_Adaptation) == 0x00058B, "Member 'FAnimNode_DragonAimSolver::Use_Physics_Adaptation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, physics_root_reference) == 0x00058C, "Member 'FAnimNode_DragonAimSolver::physics_root_reference' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Adaptive_Terrain_Tail) == 0x000594, "Member 'FAnimNode_DragonAimSolver::Adaptive_Terrain_Tail' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Channel) == 0x000595, "Member 'FAnimNode_DragonAimSolver::Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Up_Height) == 0x000598, "Member 'FAnimNode_DragonAimSolver::Trace_Up_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Down_Height) == 0x00059C, "Member 'FAnimNode_DragonAimSolver::Trace_Down_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, loc_interp_type) == 0x00069C, "Member 'FAnimNode_DragonAimSolver::loc_interp_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Enable_Interpolation) == 0x0006A5, "Member 'FAnimNode_DragonAimSolver::Enable_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Interpolation_Speed) == 0x0006A8, "Member 'FAnimNode_DragonAimSolver::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Toggle_Interpolation_Speed) == 0x0006AC, "Member 'FAnimNode_DragonAimSolver::Toggle_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, LookAt_Axis) == 0x000710, "Member 'FAnimNode_DragonAimSolver::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Upward_Axis) == 0x000728, "Member 'FAnimNode_DragonAimSolver::Upward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, TargetOffset) == 0x000740, "Member 'FAnimNode_DragonAimSolver::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Reference_Forward_Axis) == 0x000758, "Member 'FAnimNode_DragonAimSolver::Use_Reference_Forward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Reference_Constant_Forward_Axis) == 0x000760, "Member 'FAnimNode_DragonAimSolver::Reference_Constant_Forward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, DisplayLineTrace) == 0x000895, "Member 'FAnimNode_DragonAimSolver::DisplayLineTrace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Debug_LookAtLocation) == 0x0008A0, "Member 'FAnimNode_DragonAimSolver::Debug_LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonAimSolver, Debug_Hand_Locations) == 0x000900, "Member 'FAnimNode_DragonAimSolver::Debug_Hand_Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocketDragonReference \ +static_assert(alignof(FSocketDragonReference) == 0x000010, "Wrong alignment on FSocketDragonReference"); \ +static_assert(sizeof(FSocketDragonReference) == 0x000070, "Wrong size on FSocketDragonReference"); \ +static_assert(offsetof(FSocketDragonReference, SocketName) == 0x000060, "Member 'FSocketDragonReference::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneDragonSocketTarget \ +static_assert(alignof(FBoneDragonSocketTarget) == 0x000010, "Wrong alignment on FBoneDragonSocketTarget"); \ +static_assert(sizeof(FBoneDragonSocketTarget) == 0x000090, "Wrong size on FBoneDragonSocketTarget"); \ +static_assert(offsetof(FBoneDragonSocketTarget, bUseSocket) == 0x000000, "Member 'FBoneDragonSocketTarget::bUseSocket' has a wrong offset!"); \ +static_assert(offsetof(FBoneDragonSocketTarget, BoneReference) == 0x000004, "Member 'FBoneDragonSocketTarget::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBoneDragonSocketTarget, SocketReference) == 0x000020, "Member 'FBoneDragonSocketTarget::SocketReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonFabrikSolver \ +static_assert(alignof(FAnimNode_DragonFabrikSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonFabrikSolver"); \ +static_assert(sizeof(FAnimNode_DragonFabrikSolver) == 0x0001C0, "Wrong size on FAnimNode_DragonFabrikSolver"); \ +static_assert(offsetof(FAnimNode_DragonFabrikSolver, TipBone_Input) == 0x0000D0, "Member 'FAnimNode_DragonFabrikSolver::TipBone_Input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFabrikSolver, RootBone_Input) == 0x0000E0, "Member 'FAnimNode_DragonFabrikSolver::RootBone_Input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFabrikSolver, Precision) == 0x0000F0, "Member 'FAnimNode_DragonFabrikSolver::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFabrikSolver, MaxIterations) == 0x0000F4, "Member 'FAnimNode_DragonFabrikSolver::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFabrikSolver, Target_Transform) == 0x000100, "Member 'FAnimNode_DragonFabrikSolver::Target_Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_StickyFeetStruct \ +static_assert(alignof(FDragonData_StickyFeetStruct) == 0x000008, "Wrong alignment on FDragonData_StickyFeetStruct"); \ +static_assert(sizeof(FDragonData_StickyFeetStruct) == 0x000020, "Wrong size on FDragonData_StickyFeetStruct"); \ +static_assert(offsetof(FDragonData_StickyFeetStruct, sticky_feet_array) == 0x000000, "Member 'FDragonData_StickyFeetStruct::sticky_feet_array' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_StickyFeetStruct, sticky_feet_alpha_array) == 0x000010, "Member 'FDragonData_StickyFeetStruct::sticky_feet_alpha_array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_FeetOffset_Struct \ +static_assert(alignof(FDragonData_FeetOffset_Struct) == 0x000008, "Wrong alignment on FDragonData_FeetOffset_Struct"); \ +static_assert(sizeof(FDragonData_FeetOffset_Struct) == 0x000010, "Wrong size on FDragonData_FeetOffset_Struct"); \ +static_assert(offsetof(FDragonData_FeetOffset_Struct, feet_extra_offset_array) == 0x000000, "Member 'FDragonData_FeetOffset_Struct::feet_extra_offset_array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_FeetAlpha_Struct \ +static_assert(alignof(FDragonData_FeetAlpha_Struct) == 0x000008, "Wrong alignment on FDragonData_FeetAlpha_Struct"); \ +static_assert(sizeof(FDragonData_FeetAlpha_Struct) == 0x000010, "Wrong size on FDragonData_FeetAlpha_Struct"); \ +static_assert(offsetof(FDragonData_FeetAlpha_Struct, feet_IK_alpha_array) == 0x000000, "Member 'FDragonData_FeetAlpha_Struct::feet_IK_alpha_array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_StickySocketStruct \ +static_assert(alignof(FDragonData_StickySocketStruct) == 0x000008, "Wrong alignment on FDragonData_StickySocketStruct"); \ +static_assert(sizeof(FDragonData_StickySocketStruct) == 0x000010, "Wrong size on FDragonData_StickySocketStruct"); \ +static_assert(offsetof(FDragonData_StickySocketStruct, sticky_socket_array) == 0x000000, "Member 'FDragonData_StickySocketStruct::sticky_socket_array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonFeetSolver \ +static_assert(alignof(FAnimNode_DragonFeetSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonFeetSolver"); \ +static_assert(sizeof(FAnimNode_DragonFeetSolver) == 0x0009C0, "Wrong size on FAnimNode_DragonFeetSolver"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, use_trace_manager_component) == 0x0000D8, "Member 'FAnimNode_DragonFeetSolver::use_trace_manager_component' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, solver_identifier) == 0x0000DC, "Member 'FAnimNode_DragonFeetSolver::solver_identifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, dragon_input_data) == 0x0000E8, "Member 'FAnimNode_DragonFeetSolver::dragon_input_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, ik_type) == 0x0001A0, "Member 'FAnimNode_DragonFeetSolver::ik_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, trace_type) == 0x0001A1, "Member 'FAnimNode_DragonFeetSolver::trace_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Radius) == 0x0001A4, "Member 'FAnimNode_DragonFeetSolver::Trace_Radius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_hit_complex) == 0x0001A8, "Member 'FAnimNode_DragonFeetSolver::line_trace_hit_complex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, trace_interval_duration) == 0x0001B8, "Member 'FAnimNode_DragonFeetSolver::trace_interval_duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_LOD_Specific_Intervals) == 0x0001BC, "Member 'FAnimNode_DragonFeetSolver::Use_LOD_Specific_Intervals' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD0_Interval) == 0x0001C0, "Member 'FAnimNode_DragonFeetSolver::LOD0_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD1_Interval) == 0x0001C4, "Member 'FAnimNode_DragonFeetSolver::LOD1_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD2_Interval) == 0x0001C8, "Member 'FAnimNode_DragonFeetSolver::LOD2_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Trace_Distance_Adapting) == 0x0001CC, "Member 'FAnimNode_DragonFeetSolver::Use_Trace_Distance_Adapting' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Max_Distance) == 0x0001D0, "Member 'FAnimNode_DragonFeetSolver::Trace_Max_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Interval_Velocity_Curve) == 0x0001D4, "Member 'FAnimNode_DragonFeetSolver::Use_Interval_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Interval_Velocity_Curve) == 0x0001D8, "Member 'FAnimNode_DragonFeetSolver::Interval_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Override_Curve_Velocity) == 0x000260, "Member 'FAnimNode_DragonFeetSolver::Override_Curve_Velocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, custom_velocity) == 0x000264, "Member 'FAnimNode_DragonFeetSolver::custom_velocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, loc_interp_type) == 0x000268, "Member 'FAnimNode_DragonFeetSolver::loc_interp_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, rot_interp_type) == 0x000274, "Member 'FAnimNode_DragonFeetSolver::rot_interp_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, virtual_scale) == 0x000278, "Member 'FAnimNode_DragonFeetSolver::virtual_scale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_alpha_multiplier_array) == 0x000280, "Member 'FAnimNode_DragonFeetSolver::feet_alpha_multiplier_array' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_extra_offset_array) == 0x000290, "Member 'FAnimNode_DragonFeetSolver::feet_extra_offset_array' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Overall_Feet_Rotation_Offset) == 0x0002A0, "Member 'FAnimNode_DragonFeetSolver::Overall_Feet_Rotation_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, automatic_leg_make) == 0x0002B8, "Member 'FAnimNode_DragonFeetSolver::automatic_leg_make' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_OptionalRef_Feet_As_Ref) == 0x0002B9, "Member 'FAnimNode_DragonFeetSolver::Use_OptionalRef_Feet_As_Ref' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, enable_solver) == 0x0002BA, "Member 'FAnimNode_DragonFeetSolver::enable_solver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Work_Outside_PIE) == 0x0002BB, "Member 'FAnimNode_DragonFeetSolver::Work_Outside_PIE' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, OptionalRefPose) == 0x0002C0, "Member 'FAnimNode_DragonFeetSolver::OptionalRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, interpolate_only_z) == 0x0002D0, "Member 'FAnimNode_DragonFeetSolver::interpolate_only_z' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, shift_speed) == 0x0002D4, "Member 'FAnimNode_DragonFeetSolver::shift_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Location_Lerp_Speed) == 0x0002E0, "Member 'FAnimNode_DragonFeetSolver::Location_Lerp_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_rotation_speed) == 0x0002E4, "Member 'FAnimNode_DragonFeetSolver::feet_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, ignore_shift_speed) == 0x0002E8, "Member 'FAnimNode_DragonFeetSolver::ignore_shift_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Ignore_Lerping) == 0x0002E9, "Member 'FAnimNode_DragonFeetSolver::Ignore_Lerping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Ignore_Location_Lerping) == 0x0002EA, "Member 'FAnimNode_DragonFeetSolver::Ignore_Location_Lerping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Interpolation_Velocity_Curve) == 0x0002F0, "Member 'FAnimNode_DragonFeetSolver::Interpolation_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Complex_Rotation_Method) == 0x000378, "Member 'FAnimNode_DragonFeetSolver::Enable_Complex_Rotation_Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, ComplexSimpleFoot_Velocity_Curve) == 0x000380, "Member 'FAnimNode_DragonFeetSolver::ComplexSimpleFoot_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Channel) == 0x000448, "Member 'FAnimNode_DragonFeetSolver::Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Anti_Trace_Channel) == 0x000449, "Member 'FAnimNode_DragonFeetSolver::Anti_Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, FPS_Lerp_Treshold) == 0x00044C, "Member 'FAnimNode_DragonFeetSolver::FPS_Lerp_Treshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_upper_height) == 0x000624, "Member 'FAnimNode_DragonFeetSolver::line_trace_upper_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_down_height) == 0x000628, "Member 'FAnimNode_DragonFeetSolver::line_trace_down_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Down_Multiplier_Curve) == 0x000630, "Member 'FAnimNode_DragonFeetSolver::Trace_Down_Multiplier_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Anti_Channel) == 0x0006B8, "Member 'FAnimNode_DragonFeetSolver::Use_Anti_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, use_footstep_listening) == 0x0006B9, "Member 'FAnimNode_DragonFeetSolver::use_footstep_listening' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Should_Rotate_Feet) == 0x0006C8, "Member 'FAnimNode_DragonFeetSolver::Should_Rotate_Feet' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, show_trace_in_game) == 0x0006CA, "Member 'FAnimNode_DragonFeetSolver::show_trace_in_game' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, execute_in_preview) == 0x0006CB, "Member 'FAnimNode_DragonFeetSolver::execute_in_preview' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Pitch) == 0x0006E8, "Member 'FAnimNode_DragonFeetSolver::Enable_Pitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Roll) == 0x0006E9, "Member 'FAnimNode_DragonFeetSolver::Enable_Roll' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, character_direction_vector_CS) == 0x0006F0, "Member 'FAnimNode_DragonFeetSolver::character_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, character_forward_direction_vector_CS) == 0x000708, "Member 'FAnimNode_DragonFeetSolver::character_forward_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, poles_forward_direction_vector_CS) == 0x000720, "Member 'FAnimNode_DragonFeetSolver::poles_forward_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Four_Point_Feets) == 0x000738, "Member 'FAnimNode_DragonFeetSolver::Use_Four_Point_Feets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Foot_Lift_Limit) == 0x000739, "Member 'FAnimNode_DragonFeetSolver::Enable_Foot_Lift_Limit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Affect_Toes_Always) == 0x00073A, "Member 'FAnimNode_DragonFeetSolver::Affect_Toes_Always' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Finger_Alpha_Velocity_Curve) == 0x000740, "Member 'FAnimNode_DragonFeetSolver::Finger_Alpha_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Max_Limb_Radius) == 0x0007C8, "Member 'FAnimNode_DragonFeetSolver::Max_Limb_Radius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Warping) == 0x0007CC, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Warping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Warp_Multiplier) == 0x0007D0, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Warp_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_vertical_size) == 0x0007D4, "Member 'FAnimNode_DragonFeetSolver::feet_vertical_size' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Limit) == 0x0007D8, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Limit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_mode) == 0x0007DC, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_on_speed) == 0x0007E0, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_on_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_off_speed) == 0x0007E4, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_off_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Sticky_Feet_Range) == 0x0007E8, "Member 'FAnimNode_DragonFeetSolver::Sticky_Feet_Range' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Lock_Feet_Rotation) == 0x0007EC, "Member 'FAnimNode_DragonFeetSolver::Lock_Feet_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feets_data) == 0x0007F0, "Member 'FAnimNode_DragonFeetSolver::sticky_feets_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_floor_detection) == 0x000810, "Member 'FAnimNode_DragonFeetSolver::sticky_floor_detection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, floor_value) == 0x000814, "Member 'FAnimNode_DragonFeetSolver::floor_value' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Auto_Sticky_Toggle) == 0x000818, "Member 'FAnimNode_DragonFeetSolver::Auto_Sticky_Toggle' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_sockets_data) == 0x000820, "Member 'FAnimNode_DragonFeetSolver::sticky_sockets_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_01_Height_Offset) == 0x0009B0, "Member 'FAnimNode_DragonFeetSolver::Foot_01_Height_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_02_Height_Offset) == 0x0009B4, "Member 'FAnimNode_DragonFeetSolver::Foot_02_Height_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_03_Height_Offset) == 0x0009B8, "Member 'FAnimNode_DragonFeetSolver::Foot_03_Height_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_04_Height_Offset) == 0x0009BC, "Member 'FAnimNode_DragonFeetSolver::Foot_04_Height_Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_PhysicsBoneStrip \ +static_assert(alignof(FDragonData_PhysicsBoneStrip) == 0x000004, "Wrong alignment on FDragonData_PhysicsBoneStrip"); \ +static_assert(sizeof(FDragonData_PhysicsBoneStrip) == 0x000020, "Wrong size on FDragonData_PhysicsBoneStrip"); \ +static_assert(offsetof(FDragonData_PhysicsBoneStrip, Bone_Chain_Start) == 0x000000, "Member 'FDragonData_PhysicsBoneStrip::Bone_Chain_Start' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_PhysicsBoneStrip, Bone_Chain_End) == 0x000010, "Member 'FDragonData_PhysicsBoneStrip::Bone_Chain_End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonPhysicsSolver \ +static_assert(alignof(FAnimNode_DragonPhysicsSolver) == 0x000008, "Wrong alignment on FAnimNode_DragonPhysicsSolver"); \ +static_assert(sizeof(FAnimNode_DragonPhysicsSolver) == 0x000118, "Wrong size on FAnimNode_DragonPhysicsSolver"); \ +static_assert(offsetof(FAnimNode_DragonPhysicsSolver, physanim_tag_index) == 0x000110, "Member 'FAnimNode_DragonPhysicsSolver::physanim_tag_index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_FootPairData \ +static_assert(alignof(FDragonData_FootPairData) == 0x000008, "Wrong alignment on FDragonData_FootPairData"); \ +static_assert(sizeof(FDragonData_FootPairData) == 0x000028, "Wrong size on FDragonData_FootPairData"); \ +static_assert(offsetof(FDragonData_FootPairData, CommonSpineBone) == 0x000000, "Member 'FDragonData_FootPairData::CommonSpineBone' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootPairData, ChildFollowBones) == 0x000008, "Member 'FDragonData_FootPairData::ChildFollowBones' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_FootPairData, Feet_Pair_Array) == 0x000018, "Member 'FDragonData_FootPairData::Feet_Pair_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_Type2MultiInput \ +static_assert(alignof(FDragonData_Type2MultiInput) == 0x000008, "Wrong alignment on FDragonData_Type2MultiInput"); \ +static_assert(sizeof(FDragonData_Type2MultiInput) == 0x000020, "Wrong size on FDragonData_Type2MultiInput"); \ +static_assert(offsetof(FDragonData_Type2MultiInput, Spine_Structure) == 0x000000, "Member 'FDragonData_Type2MultiInput::Spine_Structure' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_Type2MultiInput, FeetRelatedData) == 0x000010, "Member 'FDragonData_Type2MultiInput::FeetRelatedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonSpineSolver \ +static_assert(alignof(FAnimNode_DragonSpineSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonSpineSolver"); \ +static_assert(sizeof(FAnimNode_DragonSpineSolver) == 0x000EC0, "Wrong size on FAnimNode_DragonSpineSolver"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, use_trace_manager_component) == 0x0000D0, "Member 'FAnimNode_DragonSpineSolver::use_trace_manager_component' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, solver_identifier) == 0x0000D4, "Member 'FAnimNode_DragonSpineSolver::solver_identifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, dragon_input_data) == 0x0000E0, "Member 'FAnimNode_DragonSpineSolver::dragon_input_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, use_type2_input) == 0x000180, "Member 'FAnimNode_DragonSpineSolver::use_type2_input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, dragon_input_type2_data) == 0x000188, "Member 'FAnimNode_DragonSpineSolver::dragon_input_type2_data' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Precision) == 0x0001A8, "Member 'FAnimNode_DragonSpineSolver::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, RotationLimit) == 0x0001AC, "Member 'FAnimNode_DragonSpineSolver::RotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, MaxIterations) == 0x0001B0, "Member 'FAnimNode_DragonSpineSolver::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, shift_speed) == 0x0001C0, "Member 'FAnimNode_DragonSpineSolver::shift_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Channel) == 0x0001C4, "Member 'FAnimNode_DragonSpineSolver::Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Anti_Trace_Channel) == 0x0001C5, "Member 'FAnimNode_DragonSpineSolver::Anti_Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, trace_type) == 0x0001C6, "Member 'FAnimNode_DragonSpineSolver::trace_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Radius) == 0x0001C8, "Member 'FAnimNode_DragonSpineSolver::Trace_Radius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_hit_complex) == 0x0001CC, "Member 'FAnimNode_DragonSpineSolver::line_trace_hit_complex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, trace_interval_duration) == 0x0001DC, "Member 'FAnimNode_DragonSpineSolver::trace_interval_duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_LOD_Specific_Intervals) == 0x0001E0, "Member 'FAnimNode_DragonSpineSolver::Use_LOD_Specific_Intervals' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD0_Interval) == 0x0001E4, "Member 'FAnimNode_DragonSpineSolver::LOD0_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD1_Interval) == 0x0001E8, "Member 'FAnimNode_DragonSpineSolver::LOD1_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD2_Interval) == 0x0001EC, "Member 'FAnimNode_DragonSpineSolver::LOD2_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Trace_Distance_Adapting) == 0x0001F0, "Member 'FAnimNode_DragonSpineSolver::Use_Trace_Distance_Adapting' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Max_Distance) == 0x0001F4, "Member 'FAnimNode_DragonSpineSolver::Trace_Max_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Interval_Velocity_Curve) == 0x0001F8, "Member 'FAnimNode_DragonSpineSolver::Use_Interval_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Interval_Velocity_Curve) == 0x000200, "Member 'FAnimNode_DragonSpineSolver::Interval_Velocity_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Override_Curve_Velocity) == 0x000288, "Member 'FAnimNode_DragonSpineSolver::Override_Curve_Velocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, custom_velocity) == 0x00028C, "Member 'FAnimNode_DragonSpineSolver::custom_velocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Rotate_Around_Translate) == 0x000290, "Member 'FAnimNode_DragonSpineSolver::Rotate_Around_Translate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, complexity_type) == 0x000291, "Member 'FAnimNode_DragonSpineSolver::complexity_type' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_Lerping) == 0x000292, "Member 'FAnimNode_DragonSpineSolver::Ignore_Lerping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, virtual_scale) == 0x0002A8, "Member 'FAnimNode_DragonSpineSolver::virtual_scale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_downward_height) == 0x0002AC, "Member 'FAnimNode_DragonSpineSolver::line_trace_downward_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_upper_height) == 0x0002B0, "Member 'FAnimNode_DragonSpineSolver::line_trace_upper_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Anti_Channel) == 0x0002B4, "Member 'FAnimNode_DragonSpineSolver::Use_Anti_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, stabilize_pelvis_legs) == 0x0002C8, "Member 'FAnimNode_DragonSpineSolver::stabilize_pelvis_legs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_UpSlopeStabilization_Alpha) == 0x0002CC, "Member 'FAnimNode_DragonSpineSolver::Pelvis_UpSlopeStabilization_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_DownSlopeStabilization_Alpha) == 0x0002D0, "Member 'FAnimNode_DragonSpineSolver::Pelvis_DownSlopeStabilization_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, stabilize_chest_legs) == 0x0002D4, "Member 'FAnimNode_DragonSpineSolver::stabilize_chest_legs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_UpSlopeStabilization_Alpha) == 0x0002D8, "Member 'FAnimNode_DragonSpineSolver::Chest_UpSlopeStabilization_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_DownslopeStabilization_Alpha) == 0x0002DC, "Member 'FAnimNode_DragonSpineSolver::Chest_DownslopeStabilization_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Stabilization_Head_Bone) == 0x0002E0, "Member 'FAnimNode_DragonSpineSolver::Stabilization_Head_Bone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Stabilization_Tail_Bone) == 0x0002F0, "Member 'FAnimNode_DragonSpineSolver::Stabilization_Tail_Bone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Ducking_Feature) == 0x000300, "Member 'FAnimNode_DragonSpineSolver::Use_Ducking_Feature' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Ducking_Trace_Channel) == 0x000301, "Member 'FAnimNode_DragonSpineSolver::Ducking_Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Ducking_Limit) == 0x000304, "Member 'FAnimNode_DragonSpineSolver::Ducking_Limit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Crouch_Height) == 0x000308, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Crouch_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Crouch_Rotation_Intensity) == 0x00030C, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Crouch_Rotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Duck_Pelvis_Trace_Offset) == 0x000310, "Member 'FAnimNode_DragonSpineSolver::Duck_Pelvis_Trace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Crouch_Height) == 0x000328, "Member 'FAnimNode_DragonSpineSolver::Chest_Crouch_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Crouch_Rotation_Intensity) == 0x00032C, "Member 'FAnimNode_DragonSpineSolver::Chest_Crouch_Rotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Duck_Chest_Trace_Offset) == 0x000330, "Member 'FAnimNode_DragonSpineSolver::Duck_Chest_Trace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Slanted_Height_Up_Offset) == 0x000598, "Member 'FAnimNode_DragonSpineSolver::Slanted_Height_Up_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Slanted_Height_Down_Offset) == 0x0005A0, "Member 'FAnimNode_DragonSpineSolver::Slanted_Height_Down_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, dip_multiplier) == 0x0005A4, "Member 'FAnimNode_DragonSpineSolver::dip_multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, pelvis_adaptive_gravity) == 0x0005A8, "Member 'FAnimNode_DragonSpineSolver::pelvis_adaptive_gravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, reverse_fabrik) == 0x0005AC, "Member 'FAnimNode_DragonSpineSolver::reverse_fabrik' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Calculation_To_RefPose) == 0x0005B4, "Member 'FAnimNode_DragonSpineSolver::Calculation_To_RefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Slanted_Height_Up_Offset) == 0x0005B8, "Member 'FAnimNode_DragonSpineSolver::Chest_Slanted_Height_Up_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Slanted_Height_Down_Offset) == 0x0005BC, "Member 'FAnimNode_DragonSpineSolver::Chest_Slanted_Height_Down_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, chest_side_dip_multiplier) == 0x0005C0, "Member 'FAnimNode_DragonSpineSolver::chest_side_dip_multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, chest_adaptive_gravity) == 0x0005C4, "Member 'FAnimNode_DragonSpineSolver::chest_adaptive_gravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Base_Offset) == 0x0005C8, "Member 'FAnimNode_DragonSpineSolver::Chest_Base_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Base_Offset) == 0x0005CC, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Base_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, virtual_leg_width) == 0x0005D0, "Member 'FAnimNode_DragonSpineSolver::virtual_leg_width' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Dip_Height) == 0x0005D4, "Member 'FAnimNode_DragonSpineSolver::Maximum_Dip_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Height_Multiplier_Curve) == 0x0005E0, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Height_Multiplier_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Dip_Height_Chest) == 0x000668, "Member 'FAnimNode_DragonSpineSolver::Maximum_Dip_Height_Chest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Height_Multiplier_Curve) == 0x000670, "Member 'FAnimNode_DragonSpineSolver::Chest_Height_Multiplier_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, rotation_power_between) == 0x000704, "Member 'FAnimNode_DragonSpineSolver::rotation_power_between' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Automatic_Fabrik_Selection) == 0x000708, "Member 'FAnimNode_DragonSpineSolver::Use_Automatic_Fabrik_Selection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Lerp_Speed) == 0x00070C, "Member 'FAnimNode_DragonSpineSolver::Trace_Lerp_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Location_Lerp_Speed) == 0x000710, "Member 'FAnimNode_DragonSpineSolver::Location_Lerp_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Rotation_Lerp_Speed) == 0x000724, "Member 'FAnimNode_DragonSpineSolver::Rotation_Lerp_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Interpolation_Multiplier_Curve) == 0x000730, "Member 'FAnimNode_DragonSpineSolver::Interpolation_Multiplier_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Influence_Alpha) == 0x0007B8, "Member 'FAnimNode_DragonSpineSolver::Chest_Influence_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_ForwardRotation_Intensity) == 0x0007BC, "Member 'FAnimNode_DragonSpineSolver::Pelvis_ForwardRotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_UpwardForwardRotation_Intensity) == 0x0007C0, "Member 'FAnimNode_DragonSpineSolver::Pelvis_UpwardForwardRotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Body_Rotation_Intensity) == 0x0007C4, "Member 'FAnimNode_DragonSpineSolver::Body_Rotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Rotation_Offset_Rotator) == 0x0007C8, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Rotation_Offset_Rotator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_ForwardRotation_Intensity) == 0x0007E0, "Member 'FAnimNode_DragonSpineSolver::Chest_ForwardRotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_UpwardForwardRotation_Intensity) == 0x0007E4, "Member 'FAnimNode_DragonSpineSolver::Chest_UpwardForwardRotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_SidewardRotation_Intensity) == 0x0007E8, "Member 'FAnimNode_DragonSpineSolver::Chest_SidewardRotation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Rotation_Offset_Rotator) == 0x0007F0, "Member 'FAnimNode_DragonSpineSolver::Chest_Rotation_Offset_Rotator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Full_Extended_Spine) == 0x000870, "Member 'FAnimNode_DragonSpineSolver::Full_Extended_Spine' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, max_extension_ratio) == 0x000874, "Member 'FAnimNode_DragonSpineSolver::max_extension_ratio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, min_extension_ratio) == 0x000878, "Member 'FAnimNode_DragonSpineSolver::min_extension_ratio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, extension_switch_speed) == 0x00087C, "Member 'FAnimNode_DragonSpineSolver::extension_switch_speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, enable_solver) == 0x000884, "Member 'FAnimNode_DragonSpineSolver::enable_solver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Work_Outside_PIE) == 0x000885, "Member 'FAnimNode_DragonSpineSolver::Work_Outside_PIE' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Fake_Chest_Rotations) == 0x000886, "Member 'FAnimNode_DragonSpineSolver::Use_Fake_Chest_Rotations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Fake_Pelvis_Rotations) == 0x000887, "Member 'FAnimNode_DragonSpineSolver::Use_Fake_Pelvis_Rotations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Force_Activation) == 0x00088C, "Member 'FAnimNode_DragonSpineSolver::Force_Activation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, accurate_feet_placement) == 0x00088D, "Member 'FAnimNode_DragonSpineSolver::accurate_feet_placement' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Accurate_Foot_Curve) == 0x000890, "Member 'FAnimNode_DragonSpineSolver::Accurate_Foot_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, use_crosshair_trace_also_for_fail_distance) == 0x000918, "Member 'FAnimNode_DragonSpineSolver::use_crosshair_trace_also_for_fail_distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Only_Root_Solve) == 0x000919, "Member 'FAnimNode_DragonSpineSolver::Only_Root_Solve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_Chest_Solve) == 0x00091A, "Member 'FAnimNode_DragonSpineSolver::Ignore_Chest_Solve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Overall_PostSolved_Offset) == 0x000928, "Member 'FAnimNode_DragonSpineSolver::Overall_PostSolved_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, character_direction_vector_CS) == 0x000940, "Member 'FAnimNode_DragonSpineSolver::character_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Forward_Direction_Vector) == 0x000958, "Member 'FAnimNode_DragonSpineSolver::Forward_Direction_Vector' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, flip_forward_and_right) == 0x000970, "Member 'FAnimNode_DragonSpineSolver::flip_forward_and_right' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, SolverReferencePose) == 0x000990, "Member 'FAnimNode_DragonSpineSolver::SolverReferencePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Spine_Feet_Connect) == 0x000991, "Member 'FAnimNode_DragonSpineSolver::Spine_Feet_Connect' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Snake_Joint_Speed) == 0x000D54, "Member 'FAnimNode_DragonSpineSolver::Snake_Joint_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Enable_Snake_Interpolation) == 0x000D58, "Member 'FAnimNode_DragonSpineSolver::Enable_Snake_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, is_snake) == 0x000D59, "Member 'FAnimNode_DragonSpineSolver::is_snake' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_End_Points) == 0x000D5A, "Member 'FAnimNode_DragonSpineSolver::Ignore_End_Points' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Feet_Distance) == 0x000D5C, "Member 'FAnimNode_DragonSpineSolver::Maximum_Feet_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, Minimum_Feet_Distance) == 0x000D60, "Member 'FAnimNode_DragonSpineSolver::Minimum_Feet_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonSpineSolver, DisplayLineTrace) == 0x000D64, "Member 'FAnimNode_DragonSpineSolver::DisplayLineTrace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonTransformRelayer \ +static_assert(alignof(FAnimNode_DragonTransformRelayer) == 0x000008, "Wrong alignment on FAnimNode_DragonTransformRelayer"); \ +static_assert(sizeof(FAnimNode_DragonTransformRelayer) == 0x0001A8, "Wrong size on FAnimNode_DragonTransformRelayer"); \ +static_assert(offsetof(FAnimNode_DragonTransformRelayer, transform_receiver_component) == 0x000100, "Member 'FAnimNode_DragonTransformRelayer::transform_receiver_component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonTwistArmSolver \ +static_assert(alignof(FAnimNode_DragonTwistArmSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonTwistArmSolver"); \ +static_assert(sizeof(FAnimNode_DragonTwistArmSolver) == 0x000A10, "Wrong size on FAnimNode_DragonTwistArmSolver"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Hand_Input_Info) == 0x0000E8, "Member 'FAnimNode_DragonTwistArmSolver::Hand_Input_Info' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Target_Transform) == 0x000300, "Member 'FAnimNode_DragonTwistArmSolver::Target_Transform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Extra_Elbow_Pole_Offset) == 0x000360, "Member 'FAnimNode_DragonTwistArmSolver::Extra_Elbow_Pole_Offset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, pole_system_input) == 0x00037B, "Member 'FAnimNode_DragonTwistArmSolver::pole_system_input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, arm_twist_axis) == 0x00037C, "Member 'FAnimNode_DragonTwistArmSolver::arm_twist_axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, hand_rotation_method) == 0x00037D, "Member 'FAnimNode_DragonTwistArmSolver::hand_rotation_method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Let_Arm_Twist_With_Hand) == 0x0004A5, "Member 'FAnimNode_DragonTwistArmSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, allow_arm_stretch) == 0x0004A6, "Member 'FAnimNode_DragonTwistArmSolver::allow_arm_stretch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Enable_Interpolation) == 0x0005B5, "Member 'FAnimNode_DragonTwistArmSolver::Enable_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Interpolation_Speed) == 0x0005B8, "Member 'FAnimNode_DragonTwistArmSolver::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, LookAt_Axis) == 0x000620, "Member 'FAnimNode_DragonTwistArmSolver::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Upward_Axis) == 0x000638, "Member 'FAnimNode_DragonTwistArmSolver::Upward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Use_Physics_Adaptation) == 0x000650, "Member 'FAnimNode_DragonTwistArmSolver::Use_Physics_Adaptation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, physics_root_reference) == 0x000654, "Member 'FAnimNode_DragonTwistArmSolver::physics_root_reference' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, DisplayLineTrace) == 0x000764, "Member 'FAnimNode_DragonTwistArmSolver::DisplayLineTrace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Debug_Hand_Locations) == 0x000768, "Member 'FAnimNode_DragonTwistArmSolver::Debug_Hand_Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_WarpLimbsData \ +static_assert(alignof(FDragonData_WarpLimbsData) == 0x000008, "Wrong alignment on FDragonData_WarpLimbsData"); \ +static_assert(sizeof(FDragonData_WarpLimbsData) == 0x000038, "Wrong size on FDragonData_WarpLimbsData"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Foot_Bone_Name) == 0x000000, "Member 'FDragonData_WarpLimbsData::Foot_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Knee_Bone_Name) == 0x000008, "Member 'FDragonData_WarpLimbsData::Knee_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Thigh_Bone_Name) == 0x000010, "Member 'FDragonData_WarpLimbsData::Thigh_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Warp_Lift_Reference_Location) == 0x000018, "Member 'FDragonData_WarpLimbsData::Warp_Lift_Reference_Location' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Warp_Param_Adder) == 0x00001C, "Member 'FDragonData_WarpLimbsData::Warp_Param_Adder' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, Min_Max_Warp) == 0x000020, "Member 'FDragonData_WarpLimbsData::Min_Max_Warp' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_WarpLimbsData, max_extra_compression_height) == 0x000030, "Member 'FDragonData_WarpLimbsData::max_extra_compression_height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonWarpSolver \ +static_assert(alignof(FAnimNode_DragonWarpSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonWarpSolver"); \ +static_assert(sizeof(FAnimNode_DragonWarpSolver) == 0x0006F0, "Wrong size on FAnimNode_DragonWarpSolver"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, dragon_limb_input) == 0x0000D0, "Member 'FAnimNode_DragonWarpSolver::dragon_limb_input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Bone_Name) == 0x0000E0, "Member 'FAnimNode_DragonWarpSolver::Hip_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, enable_solver) == 0x00012C, "Member 'FAnimNode_DragonWarpSolver::enable_solver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, character_direction_vector_CS) == 0x0002B8, "Member 'FAnimNode_DragonWarpSolver::character_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, forward_vector_CS) == 0x0002D0, "Member 'FAnimNode_DragonWarpSolver::forward_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, speed_warping_const) == 0x0002E8, "Member 'FAnimNode_DragonWarpSolver::speed_warping_const' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, enable_slope_warp) == 0x0002EC, "Member 'FAnimNode_DragonWarpSolver::enable_slope_warp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, automatic_speed_warping_const) == 0x0002F0, "Member 'FAnimNode_DragonWarpSolver::automatic_speed_warping_const' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, slope_detection_tolerance) == 0x0002F4, "Member 'FAnimNode_DragonWarpSolver::slope_detection_tolerance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Warp_Slope_Interpolation) == 0x0002F8, "Member 'FAnimNode_DragonWarpSolver::Warp_Slope_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Trace_Channel) == 0x000360, "Member 'FAnimNode_DragonWarpSolver::Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, line_trace_downward_height) == 0x000364, "Member 'FAnimNode_DragonWarpSolver::line_trace_downward_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, line_trace_upper_height) == 0x000368, "Member 'FAnimNode_DragonWarpSolver::line_trace_upper_height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, virtual_leg_width) == 0x00036C, "Member 'FAnimNode_DragonWarpSolver::virtual_leg_width' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, virtual_scale) == 0x000370, "Member 'FAnimNode_DragonWarpSolver::virtual_scale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, DisplayLineTrace) == 0x000378, "Member 'FAnimNode_DragonWarpSolver::DisplayLineTrace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Limb_Compression_Intensity) == 0x00037C, "Member 'FAnimNode_DragonWarpSolver::Limb_Compression_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Limb_Lifting_Curve) == 0x000380, "Member 'FAnimNode_DragonWarpSolver::Limb_Lifting_Curve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Change_Intensity) == 0x000408, "Member 'FAnimNode_DragonWarpSolver::Hip_Change_Intensity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Lifting_Curve) == 0x000410, "Member 'FAnimNode_DragonWarpSolver::Hip_Lifting_Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_DragonWeaponArmSolver \ +static_assert(alignof(FAnimNode_DragonWeaponArmSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonWeaponArmSolver"); \ +static_assert(sizeof(FAnimNode_DragonWeaponArmSolver) == 0x000B70, "Wrong size on FAnimNode_DragonWeaponArmSolver"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, weapon_handler_component) == 0x0000D0, "Member 'FAnimNode_DragonWeaponArmSolver::weapon_handler_component' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Physweapon_Component_Tag) == 0x000154, "Member 'FAnimNode_DragonWeaponArmSolver::Physweapon_Component_Tag' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Aiming_Hand_Limbs) == 0x000158, "Member 'FAnimNode_DragonWeaponArmSolver::Aiming_Hand_Limbs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, primary_hand_index) == 0x000168, "Member 'FAnimNode_DragonWeaponArmSolver::primary_hand_index' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, arm_twist_axis) == 0x0001CC, "Member 'FAnimNode_DragonWeaponArmSolver::arm_twist_axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Let_Arm_Twist_With_Hand) == 0x0002F5, "Member 'FAnimNode_DragonWeaponArmSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Enable_Interpolation) == 0x000405, "Member 'FAnimNode_DragonWeaponArmSolver::Enable_Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Interpolation_Speed) == 0x000408, "Member 'FAnimNode_DragonWeaponArmSolver::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, LookAt_Axis) == 0x000740, "Member 'FAnimNode_DragonWeaponArmSolver::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Upward_Axis) == 0x000758, "Member 'FAnimNode_DragonWeaponArmSolver::Upward_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, DisplayLineTrace) == 0x0008B8, "Member 'FAnimNode_DragonWeaponArmSolver::DisplayLineTrace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Debug_Hand_Locations) == 0x0008C0, "Member 'FAnimNode_DragonWeaponArmSolver::Debug_Hand_Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonTailChainLink \ +static_assert(alignof(FDragonTailChainLink) == 0x000010, "Wrong alignment on FDragonTailChainLink"); \ +static_assert(sizeof(FDragonTailChainLink) == 0x000270, "Wrong size on FDragonTailChainLink"); \ + +#define DUMPER7_ASSERTS_FDragonData_TailBoneInput \ +static_assert(alignof(FDragonData_TailBoneInput) == 0x000008, "Wrong alignment on FDragonData_TailBoneInput"); \ +static_assert(sizeof(FDragonData_TailBoneInput) == 0x000010, "Wrong size on FDragonData_TailBoneInput"); \ +static_assert(offsetof(FDragonData_TailBoneInput, Custom_Bone_Structure) == 0x000000, "Member 'FDragonData_TailBoneInput::Custom_Bone_Structure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_TailHeightInput \ +static_assert(alignof(FDragonData_TailHeightInput) == 0x000008, "Wrong alignment on FDragonData_TailHeightInput"); \ +static_assert(sizeof(FDragonData_TailHeightInput) == 0x000010, "Wrong size on FDragonData_TailHeightInput"); \ +static_assert(offsetof(FDragonData_TailHeightInput, Tail_Chain_Heights) == 0x000000, "Member 'FDragonData_TailHeightInput::Tail_Chain_Heights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TailSolver \ +static_assert(alignof(FAnimNode_TailSolver) == 0x000010, "Wrong alignment on FAnimNode_TailSolver"); \ +static_assert(sizeof(FAnimNode_TailSolver) == 0x000370, "Wrong size on FAnimNode_TailSolver"); \ +static_assert(offsetof(FAnimNode_TailSolver, HowToUse) == 0x0000D8, "Member 'FAnimNode_TailSolver::HowToUse' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Custom_Bone_Input) == 0x000108, "Member 'FAnimNode_TailSolver::Custom_Bone_Input' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, use_custom_heights) == 0x000118, "Member 'FAnimNode_TailSolver::use_custom_heights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Tail_Bone_Height) == 0x00011C, "Member 'FAnimNode_TailSolver::Tail_Bone_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Custom_Bone_Heights) == 0x000120, "Member 'FAnimNode_TailSolver::Custom_Bone_Heights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, character_direction_vector_CS) == 0x000130, "Member 'FAnimNode_TailSolver::character_direction_vector_CS' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Animation_Interpolation_Speed) == 0x000158, "Member 'FAnimNode_TailSolver::Animation_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Trace_Channel) == 0x00015C, "Member 'FAnimNode_TailSolver::Trace_Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, line_trace_hit_complex) == 0x00015D, "Member 'FAnimNode_TailSolver::line_trace_hit_complex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Use_Sphere_Trace) == 0x00015E, "Member 'FAnimNode_TailSolver::Use_Sphere_Trace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Sphere_Trace_Radius) == 0x000160, "Member 'FAnimNode_TailSolver::Sphere_Trace_Radius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Trace_Up_Height) == 0x000230, "Member 'FAnimNode_TailSolver::Trace_Up_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Trace_Down_Height) == 0x000234, "Member 'FAnimNode_TailSolver::Trace_Down_Height' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, TraceBlock_Interpolation_Speed) == 0x000238, "Member 'FAnimNode_TailSolver::TraceBlock_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, TraceUnBlock_Interpolation_Speed) == 0x00023C, "Member 'FAnimNode_TailSolver::TraceUnBlock_Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, trace_interval_duration) == 0x000280, "Member 'FAnimNode_TailSolver::trace_interval_duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Use_LOD_Specific_Intervals) == 0x000284, "Member 'FAnimNode_TailSolver::Use_LOD_Specific_Intervals' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, LOD0_Interval) == 0x000288, "Member 'FAnimNode_TailSolver::LOD0_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, LOD1_Interval) == 0x00028C, "Member 'FAnimNode_TailSolver::LOD1_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, LOD2_Interval) == 0x000290, "Member 'FAnimNode_TailSolver::LOD2_Interval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Use_Trace_Distance_Adapting) == 0x000294, "Member 'FAnimNode_TailSolver::Use_Trace_Distance_Adapting' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, Trace_Max_Distance) == 0x000298, "Member 'FAnimNode_TailSolver::Trace_Max_Distance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TailSolver, CachedEffectorCSTransform) == 0x0002A0, "Member 'FAnimNode_TailSolver::CachedEffectorCSTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_PhysicsParentRelationship \ +static_assert(alignof(FDragonData_PhysicsParentRelationship) == 0x000004, "Wrong alignment on FDragonData_PhysicsParentRelationship"); \ +static_assert(sizeof(FDragonData_PhysicsParentRelationship) == 0x000010, "Wrong size on FDragonData_PhysicsParentRelationship"); \ +static_assert(offsetof(FDragonData_PhysicsParentRelationship, child_bone_name) == 0x000000, "Member 'FDragonData_PhysicsParentRelationship::child_bone_name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_PhysicsParentRelationship, parent_bone_name) == 0x000008, "Member 'FDragonData_PhysicsParentRelationship::parent_bone_name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonData_PhysicsHandleMultiplier \ +static_assert(alignof(FDragonData_PhysicsHandleMultiplier) == 0x000004, "Wrong alignment on FDragonData_PhysicsHandleMultiplier"); \ +static_assert(sizeof(FDragonData_PhysicsHandleMultiplier) == 0x00000C, "Wrong size on FDragonData_PhysicsHandleMultiplier"); \ +static_assert(offsetof(FDragonData_PhysicsHandleMultiplier, bone_name) == 0x000000, "Member 'FDragonData_PhysicsHandleMultiplier::bone_name' has a wrong offset!"); \ +static_assert(offsetof(FDragonData_PhysicsHandleMultiplier, bone_strength) == 0x000008, "Member 'FDragonData_PhysicsHandleMultiplier::bone_strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDragonIKTraceMParams \ +static_assert(alignof(FDragonIKTraceMParams) == 0x000008, "Wrong alignment on FDragonIKTraceMParams"); \ +static_assert(sizeof(FDragonIKTraceMParams) == 0x000148, "Wrong size on FDragonIKTraceMParams"); \ + +#define DUMPER7_ASSERTS_FDragonIKTraceParamKeyValuePair \ +static_assert(alignof(FDragonIKTraceParamKeyValuePair) == 0x000008, "Wrong alignment on FDragonIKTraceParamKeyValuePair"); \ +static_assert(sizeof(FDragonIKTraceParamKeyValuePair) == 0x000150, "Wrong size on FDragonIKTraceParamKeyValuePair"); \ +static_assert(offsetof(FDragonIKTraceParamKeyValuePair, Key) == 0x000000, "Member 'FDragonIKTraceParamKeyValuePair::Key' has a wrong offset!"); \ +static_assert(offsetof(FDragonIKTraceParamKeyValuePair, trace_params) == 0x000008, "Member 'FDragonIKTraceParamKeyValuePair::trace_params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCCDIK_Modified_ChainLink \ +static_assert(alignof(FCCDIK_Modified_ChainLink) == 0x000010, "Wrong alignment on FCCDIK_Modified_ChainLink"); \ +static_assert(sizeof(FCCDIK_Modified_ChainLink) == 0x0000A0, "Wrong size on FCCDIK_Modified_ChainLink"); \ + +#define DUMPER7_ASSERTS_DragonIKFootStepsComponent_CallFootSteps \ +static_assert(alignof(DragonIKFootStepsComponent_CallFootSteps) == 0x000010, "Wrong alignment on DragonIKFootStepsComponent_CallFootSteps"); \ +static_assert(sizeof(DragonIKFootStepsComponent_CallFootSteps) == 0x000170, "Wrong size on DragonIKFootStepsComponent_CallFootSteps"); \ +static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, bone_name) == 0x000000, "Member 'DragonIKFootStepsComponent_CallFootSteps::bone_name' has a wrong offset!"); \ +static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, foot_transform) == 0x000010, "Member 'DragonIKFootStepsComponent_CallFootSteps::foot_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, height_difference) == 0x000070, "Member 'DragonIKFootStepsComponent_CallFootSteps::height_difference' has a wrong offset!"); \ +static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, hit_info) == 0x000078, "Member 'DragonIKFootStepsComponent_CallFootSteps::hit_info' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIKFootStepsComponent \ +static_assert(alignof(UDragonIKFootStepsComponent) == 0x000010, "Wrong alignment on UDragonIKFootStepsComponent"); \ +static_assert(sizeof(UDragonIKFootStepsComponent) == 0x000250, "Wrong size on UDragonIKFootStepsComponent"); \ +static_assert(offsetof(UDragonIKFootStepsComponent, OnCharacterFootStep) == 0x0000A0, "Member 'UDragonIKFootStepsComponent::OnCharacterFootStep' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKFootStepsComponent, read_this) == 0x000224, "Member 'UDragonIKFootStepsComponent::read_this' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKFootStepsComponent, foot_socket) == 0x000230, "Member 'UDragonIKFootStepsComponent::foot_socket' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKFootStepsComponent, foot_enter_height) == 0x000240, "Member 'UDragonIKFootStepsComponent::foot_enter_height' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKFootStepsComponent, foot_exit_height) == 0x000244, "Member 'UDragonIKFootStepsComponent::foot_exit_height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Control_Bone_Handle \ +static_assert(alignof(DragonIKPhysicsComponent_Control_Bone_Handle) == 0x000010, "Wrong alignment on DragonIKPhysicsComponent_Control_Bone_Handle"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Control_Bone_Handle) == 0x000080, "Wrong size on DragonIKPhysicsComponent_Control_Bone_Handle"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, bone_name) == 0x000000, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::bone_name' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, override_transform) == 0x000010, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::override_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, Enable) == 0x000070, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_FirstTimeInitialization \ +static_assert(alignof(DragonIKPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKPhysicsComponent_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKPhysicsComponent_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKPhysicsComponent_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Modify_Reset_Bone_Info \ +static_assert(alignof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Modify_Reset_Bone_Info"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Modify_Reset_Bone_Info"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info, bone_list) == 0x000000, "Member 'DragonIKPhysicsComponent_Modify_Reset_Bone_Info::bone_list' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_Control_Bone_Handle \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_Control_Bone_Handle) == 0x000010, "Wrong alignment on DragonIKPhysicsComponent_Multicast_Control_Bone_Handle"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_Control_Bone_Handle) == 0x000080, "Wrong size on DragonIKPhysicsComponent_Multicast_Control_Bone_Handle"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_Control_Bone_Handle, bone_name) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_Control_Bone_Handle::bone_name' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_Control_Bone_Handle, override_transform) == 0x000010, "Member 'DragonIKPhysicsComponent_Multicast_Control_Bone_Handle::override_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_Control_Bone_Handle, Enable) == 0x000070, "Member 'DragonIKPhysicsComponent_Multicast_Control_Bone_Handle::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics) == 0x000018, "Wrong size on DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics, skmesh) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics::skmesh' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics, BoneName) == 0x000008, "Member 'DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics::BoneName' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics, IncludeSelf) == 0x000010, "Member 'DragonIKPhysicsComponent_Multicast_DragonIKSimulatePhysics::IncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_FirstTimeInitialization \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Multicast_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKPhysicsComponent_Multicast_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info, bone_list) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_Modify_Reset_Bone_Info::bone_list' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_OnHitCallback \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_OnHitCallback) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Multicast_OnHitCallback"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_OnHitCallback) == 0x000008, "Wrong size on DragonIKPhysicsComponent_Multicast_OnHitCallback"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_OnHitCallback, Optional_Override_Hit_Bone_Name) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_OnHitCallback::Optional_Override_Hit_Bone_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll) == 0x000004, "Wrong size on DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll, pelvis_mass_override) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_PerformActiveRagdoll::pelvis_mass_override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_ReGrabAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_ReGrabAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_Multicast_ReGrabAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_ReGrabAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_Multicast_ReGrabAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_ReGrabAllHandles, exit_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_ReGrabAllHandles::exit_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_ReleaseAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_ReleaseAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_Multicast_ReleaseAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_ReleaseAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_Multicast_ReleaseAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_ReleaseAllHandles, go_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_ReleaseAllHandles::go_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_SetInterpolation \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_SetInterpolation) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Multicast_SetInterpolation"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_SetInterpolation) == 0x000004, "Wrong size on DragonIKPhysicsComponent_Multicast_SetInterpolation"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_SetInterpolation, inter_value) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_SetInterpolation::inter_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Multicast_UpdatePhysanimData \ +static_assert(alignof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Multicast_UpdatePhysanimData"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Multicast_UpdatePhysanimData"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData, LinearStrength) == 0x000000, "Member 'DragonIKPhysicsComponent_Multicast_UpdatePhysanimData::LinearStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData, AngularStrength) == 0x000004, "Member 'DragonIKPhysicsComponent_Multicast_UpdatePhysanimData::AngularStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData, LinearDamp) == 0x000008, "Member 'DragonIKPhysicsComponent_Multicast_UpdatePhysanimData::LinearDamp' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Multicast_UpdatePhysanimData, AngularDamp) == 0x00000C, "Member 'DragonIKPhysicsComponent_Multicast_UpdatePhysanimData::AngularDamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_OnHitCallback \ +static_assert(alignof(DragonIKPhysicsComponent_OnHitCallback) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_OnHitCallback"); \ +static_assert(sizeof(DragonIKPhysicsComponent_OnHitCallback) == 0x000138, "Wrong size on DragonIKPhysicsComponent_OnHitCallback"); \ +static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, Hit) == 0x000000, "Member 'DragonIKPhysicsComponent_OnHitCallback::Hit' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, Optional_Override_Hit_Bone_Name) == 0x0000F8, "Member 'DragonIKPhysicsComponent_OnHitCallback::Optional_Override_Hit_Bone_Name' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_location) == 0x000100, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_location' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_impulse_direction) == 0x000118, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_impulse_direction' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_bone_name) == 0x000130, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_bone_name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_PerformActiveRagdoll \ +static_assert(alignof(DragonIKPhysicsComponent_PerformActiveRagdoll) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_PerformActiveRagdoll"); \ +static_assert(sizeof(DragonIKPhysicsComponent_PerformActiveRagdoll) == 0x000004, "Wrong size on DragonIKPhysicsComponent_PerformActiveRagdoll"); \ +static_assert(offsetof(DragonIKPhysicsComponent_PerformActiveRagdoll, pelvis_mass_override) == 0x000000, "Member 'DragonIKPhysicsComponent_PerformActiveRagdoll::pelvis_mass_override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_ReGrabAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_ReGrabAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_ReGrabAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_ReGrabAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_ReGrabAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_ReGrabAllHandles, exit_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_ReGrabAllHandles::exit_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_ReleaseAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_ReleaseAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_ReleaseAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_ReleaseAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_ReleaseAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_ReleaseAllHandles, go_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_ReleaseAllHandles::go_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_Control_Bone_Handle \ +static_assert(alignof(DragonIKPhysicsComponent_Server_Control_Bone_Handle) == 0x000010, "Wrong alignment on DragonIKPhysicsComponent_Server_Control_Bone_Handle"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_Control_Bone_Handle) == 0x000080, "Wrong size on DragonIKPhysicsComponent_Server_Control_Bone_Handle"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_Control_Bone_Handle, bone_name) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_Control_Bone_Handle::bone_name' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_Control_Bone_Handle, override_transform) == 0x000010, "Member 'DragonIKPhysicsComponent_Server_Control_Bone_Handle::override_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_Control_Bone_Handle, Enable) == 0x000070, "Member 'DragonIKPhysicsComponent_Server_Control_Bone_Handle::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics \ +static_assert(alignof(DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics) == 0x000018, "Wrong size on DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics, skmesh) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics::skmesh' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics, BoneName) == 0x000008, "Member 'DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics::BoneName' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics, IncludeSelf) == 0x000010, "Member 'DragonIKPhysicsComponent_Server_DragonIKSimulatePhysics::IncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_FirstTimeInitialization \ +static_assert(alignof(DragonIKPhysicsComponent_Server_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Server_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKPhysicsComponent_Server_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info \ +static_assert(alignof(DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info, bone_list) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_Modify_Reset_Bone_Info::bone_list' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_OnHitCallback \ +static_assert(alignof(DragonIKPhysicsComponent_Server_OnHitCallback) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Server_OnHitCallback"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_OnHitCallback) == 0x000008, "Wrong size on DragonIKPhysicsComponent_Server_OnHitCallback"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_OnHitCallback, Optional_Override_Hit_Bone_Name) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_OnHitCallback::Optional_Override_Hit_Bone_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_PerformActiveRagdoll \ +static_assert(alignof(DragonIKPhysicsComponent_Server_PerformActiveRagdoll) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Server_PerformActiveRagdoll"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_PerformActiveRagdoll) == 0x000004, "Wrong size on DragonIKPhysicsComponent_Server_PerformActiveRagdoll"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_PerformActiveRagdoll, pelvis_mass_override) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_PerformActiveRagdoll::pelvis_mass_override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_ReGrabAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_Server_ReGrabAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_Server_ReGrabAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_ReGrabAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_Server_ReGrabAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_ReGrabAllHandles, exit_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_ReGrabAllHandles::exit_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_ReleaseAllHandles \ +static_assert(alignof(DragonIKPhysicsComponent_Server_ReleaseAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_Server_ReleaseAllHandles"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_ReleaseAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_Server_ReleaseAllHandles"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_ReleaseAllHandles, go_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_ReleaseAllHandles::go_ragdoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_SetInterpolation \ +static_assert(alignof(DragonIKPhysicsComponent_Server_SetInterpolation) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Server_SetInterpolation"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_SetInterpolation) == 0x000004, "Wrong size on DragonIKPhysicsComponent_Server_SetInterpolation"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_SetInterpolation, inter_value) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_SetInterpolation::inter_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Server_UpdatePhysanimData \ +static_assert(alignof(DragonIKPhysicsComponent_Server_UpdatePhysanimData) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_Server_UpdatePhysanimData"); \ +static_assert(sizeof(DragonIKPhysicsComponent_Server_UpdatePhysanimData) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Server_UpdatePhysanimData"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_UpdatePhysanimData, LinearStrength) == 0x000000, "Member 'DragonIKPhysicsComponent_Server_UpdatePhysanimData::LinearStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_UpdatePhysanimData, AngularStrength) == 0x000004, "Member 'DragonIKPhysicsComponent_Server_UpdatePhysanimData::AngularStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_UpdatePhysanimData, LinearDamp) == 0x000008, "Member 'DragonIKPhysicsComponent_Server_UpdatePhysanimData::LinearDamp' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_Server_UpdatePhysanimData, AngularDamp) == 0x00000C, "Member 'DragonIKPhysicsComponent_Server_UpdatePhysanimData::AngularDamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_SetInterpolation \ +static_assert(alignof(DragonIKPhysicsComponent_SetInterpolation) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_SetInterpolation"); \ +static_assert(sizeof(DragonIKPhysicsComponent_SetInterpolation) == 0x000004, "Wrong size on DragonIKPhysicsComponent_SetInterpolation"); \ +static_assert(offsetof(DragonIKPhysicsComponent_SetInterpolation, inter_value) == 0x000000, "Member 'DragonIKPhysicsComponent_SetInterpolation::inter_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_UpdatePhysanimData \ +static_assert(alignof(DragonIKPhysicsComponent_UpdatePhysanimData) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_UpdatePhysanimData"); \ +static_assert(sizeof(DragonIKPhysicsComponent_UpdatePhysanimData) == 0x000010, "Wrong size on DragonIKPhysicsComponent_UpdatePhysanimData"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, LinearStrength) == 0x000000, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::LinearStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, AngularStrength) == 0x000004, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::AngularStrength' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, LinearDamp) == 0x000008, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::LinearDamp' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, AngularDamp) == 0x00000C, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::AngularDamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKPhysicsComponent_UpdateSpecificPhysanimData \ +static_assert(alignof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_UpdateSpecificPhysanimData"); \ +static_assert(sizeof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData) == 0x000018, "Wrong size on DragonIKPhysicsComponent_UpdateSpecificPhysanimData"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData, BoneName) == 0x000000, "Member 'DragonIKPhysicsComponent_UpdateSpecificPhysanimData::BoneName' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData, linear_strength_var) == 0x000008, "Member 'DragonIKPhysicsComponent_UpdateSpecificPhysanimData::linear_strength_var' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData, angular_strength_var) == 0x00000C, "Member 'DragonIKPhysicsComponent_UpdateSpecificPhysanimData::angular_strength_var' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData, linear_damp_var) == 0x000010, "Member 'DragonIKPhysicsComponent_UpdateSpecificPhysanimData::linear_damp_var' has a wrong offset!"); \ +static_assert(offsetof(DragonIKPhysicsComponent_UpdateSpecificPhysanimData, angular_damp_var) == 0x000014, "Member 'DragonIKPhysicsComponent_UpdateSpecificPhysanimData::angular_damp_var' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIKPhysicsComponent \ +static_assert(alignof(UDragonIKPhysicsComponent) == 0x000010, "Wrong alignment on UDragonIKPhysicsComponent"); \ +static_assert(sizeof(UDragonIKPhysicsComponent) == 0x000460, "Wrong size on UDragonIKPhysicsComponent"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, handler_holder) == 0x0000B8, "Member 'UDragonIKPhysicsComponent::handler_holder' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, physanim_tag_index) == 0x0000C0, "Member 'UDragonIKPhysicsComponent::physanim_tag_index' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Custom_Root_Bone) == 0x0000C4, "Member 'UDragonIKPhysicsComponent::Custom_Root_Bone' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, individual_bone_selection) == 0x0000D0, "Member 'UDragonIKPhysicsComponent::individual_bone_selection' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Influence_Stopping_Bones) == 0x000100, "Member 'UDragonIKPhysicsComponent::Influence_Stopping_Bones' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Override_Handle_Strength_Multiplier) == 0x000110, "Member 'UDragonIKPhysicsComponent::Override_Handle_Strength_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Linear_Strength) == 0x000150, "Member 'UDragonIKPhysicsComponent::Linear_Strength' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Angular_Strength) == 0x000154, "Member 'UDragonIKPhysicsComponent::Angular_Strength' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Linear_Damp) == 0x000158, "Member 'UDragonIKPhysicsComponent::Linear_Damp' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Angular_Damp) == 0x00015C, "Member 'UDragonIKPhysicsComponent::Angular_Damp' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Interpolation_Speed) == 0x000160, "Member 'UDragonIKPhysicsComponent::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Teleport_Distance) == 0x000164, "Member 'UDragonIKPhysicsComponent::Teleport_Distance' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, parent_child_ragdoll_state) == 0x0001D0, "Member 'UDragonIKPhysicsComponent::parent_child_ragdoll_state' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Parent_Child_Connection_Array) == 0x0001D8, "Member 'UDragonIKPhysicsComponent::Parent_Child_Connection_Array' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, use_auto_blending_logic) == 0x000228, "Member 'UDragonIKPhysicsComponent::use_auto_blending_logic' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Autoblendalpha) == 0x00022C, "Member 'UDragonIKPhysicsComponent::Autoblendalpha' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, modify_physics_states) == 0x000231, "Member 'UDragonIKPhysicsComponent::modify_physics_states' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Hit_Enable_Speed) == 0x000234, "Member 'UDragonIKPhysicsComponent::Hit_Enable_Speed' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Hit_Disable_Speed) == 0x000238, "Member 'UDragonIKPhysicsComponent::Hit_Disable_Speed' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, hit_delay_time) == 0x00023C, "Member 'UDragonIKPhysicsComponent::hit_delay_time' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, Physanim_Enter_Curve) == 0x000248, "Member 'UDragonIKPhysicsComponent::Physanim_Enter_Curve' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKPhysicsComponent, blend_to_zero) == 0x0002D0, "Member 'UDragonIKPhysicsComponent::blend_to_zero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADragonIKPhysicsHolder \ +static_assert(alignof(ADragonIKPhysicsHolder) == 0x000008, "Wrong alignment on ADragonIKPhysicsHolder"); \ +static_assert(sizeof(ADragonIKPhysicsHolder) == 0x0002A8, "Wrong size on ADragonIKPhysicsHolder"); \ +static_assert(offsetof(ADragonIKPhysicsHolder, connected_actor) == 0x0002A0, "Member 'ADragonIKPhysicsHolder::connected_actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKTraceManagerComponent_SpineSolverTraceData \ +static_assert(alignof(DragonIKTraceManagerComponent_SpineSolverTraceData) == 0x000008, "Wrong alignment on DragonIKTraceManagerComponent_SpineSolverTraceData"); \ +static_assert(sizeof(DragonIKTraceManagerComponent_SpineSolverTraceData) == 0x000010, "Wrong size on DragonIKTraceManagerComponent_SpineSolverTraceData"); \ +static_assert(offsetof(DragonIKTraceManagerComponent_SpineSolverTraceData, hit_data_pair) == 0x000000, "Member 'DragonIKTraceManagerComponent_SpineSolverTraceData::hit_data_pair' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIKTraceManagerComponent \ +static_assert(alignof(UDragonIKTraceManagerComponent) == 0x000008, "Wrong alignment on UDragonIKTraceManagerComponent"); \ +static_assert(sizeof(UDragonIKTraceManagerComponent) == 0x0000F8, "Wrong size on UDragonIKTraceManagerComponent"); \ +static_assert(offsetof(UDragonIKTraceManagerComponent, read_this) == 0x0000A0, "Member 'UDragonIKTraceManagerComponent::read_this' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTraceManagerComponent, Is_Enabled) == 0x0000A8, "Member 'UDragonIKTraceManagerComponent::Is_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTraceManagerComponent, bShow_Spine_Trace_Lines_InGame) == 0x0000A9, "Member 'UDragonIKTraceManagerComponent::bShow_Spine_Trace_Lines_InGame' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTraceManagerComponent, bShow_Foot_Trace_Lines_InGame) == 0x0000AA, "Member 'UDragonIKTraceManagerComponent::bShow_Foot_Trace_Lines_InGame' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTraceManagerComponent, OnDragonikFootHitData) == 0x0000E8, "Member 'UDragonIKTraceManagerComponent::OnDragonikFootHitData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIKTransformReceiverComp \ +static_assert(alignof(UDragonIKTransformReceiverComp) == 0x000008, "Wrong alignment on UDragonIKTransformReceiverComp"); \ +static_assert(sizeof(UDragonIKTransformReceiverComp) == 0x000160, "Wrong size on UDragonIKTransformReceiverComp"); \ +static_assert(offsetof(UDragonIKTransformReceiverComp, read_this) == 0x0000B8, "Member 'UDragonIKTransformReceiverComp::read_this' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTransformReceiverComp, World_Name_Transform_Map) == 0x0000C0, "Member 'UDragonIKTransformReceiverComp::World_Name_Transform_Map' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKTransformReceiverComp, Component_Name_Transform_Map) == 0x000110, "Member 'UDragonIKTransformReceiverComp::Component_Name_Transform_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Attach_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Attach_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only) == 0x00000C, "Wrong size on DragonIKWeaponPhysicsComponent_Attach_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Attach_Hand_Only::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only, arm_position_recalibrate) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Attach_Hand_Only::arm_position_recalibrate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Destroy_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Destroy_Weapon) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Destroy_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Destroy_Weapon) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Destroy_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Destroy_Weapon, weapon) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Destroy_Weapon::weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_DisableWeaponsArms \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_DisableWeaponsArms) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_DisableWeaponsArms"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_DisableWeaponsArms) == 0x000001, "Wrong size on DragonIKWeaponPhysicsComponent_DisableWeaponsArms"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_DisableWeaponsArms, reset_weapon_transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_DisableWeaponsArms::reset_weapon_transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_FirstTimeInitialization \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Grab_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Grab_Weapon) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Grab_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Grab_Weapon) == 0x000014, "Wrong size on DragonIKWeaponPhysicsComponent_Grab_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, grabbed_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::grabbed_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, simulate_physics) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::simulate_physics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, use_gravity) == 0x000009, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, WeaponBoneName) == 0x00000C, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::WeaponBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only) == 0x00000C, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only, arm_position_recalibrate) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Attach_Hand_Only::arm_position_recalibrate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon, weapon) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Destroy_Weapon::weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms) == 0x000001, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms, reset_weapon_transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_DisableWeaponsArms::reset_weapon_transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Freeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon) == 0x000014, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon, grabbed_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon::grabbed_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon, simulate_physics) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon::simulate_physics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon, use_gravity) == 0x000009, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon, WeaponBoneName) == 0x00000C, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Grab_Weapon::WeaponBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Only::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override) == 0x000080, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override, hand_transform) == 0x000010, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override::hand_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override, override_hand_location) == 0x000070, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override::override_hand_location' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override, Override_Hand_Rotation) == 0x000071, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Hand_Plus_Override::Override_Hand_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon) == 0x000003, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon, should_simulatephysics) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon::should_simulatephysics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon, use_gravity) == 0x000001, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon, bKeep_Attachment) == 0x000002, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Release_Weapon::bKeep_Attachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Unfreeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override) == 0x000070, "Wrong size on DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override, Weapon_Transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override::Weapon_Transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override, bShould_Override_Weapon_Transform) == 0x000060, "Member 'DragonIKWeaponPhysicsComponent_Multicast_Weapon_Transform_Override::bShould_Override_Weapon_Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Hand_Only) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Only::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override) == 0x000080, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, hand_transform) == 0x000010, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::hand_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, override_hand_location) == 0x000070, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::override_hand_location' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, Override_Hand_Rotation) == 0x000071, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::Override_Hand_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Weapon) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Weapon) == 0x000003, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, should_simulatephysics) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::should_simulatephysics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, use_gravity) == 0x000001, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, bKeep_Attachment) == 0x000002, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::bKeep_Attachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only) == 0x00000C, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only, arm_position_recalibrate) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Server_Attach_Hand_Only::arm_position_recalibrate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon, weapon) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Destroy_Weapon::weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms) == 0x000001, "Wrong size on DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms, reset_weapon_transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_DisableWeaponsArms::reset_weapon_transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Freeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Grab_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Grab_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon) == 0x000014, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Grab_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon, grabbed_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Grab_Weapon::grabbed_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon, simulate_physics) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Server_Grab_Weapon::simulate_physics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon, use_gravity) == 0x000009, "Member 'DragonIKWeaponPhysicsComponent_Server_Grab_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Grab_Weapon, WeaponBoneName) == 0x00000C, "Member 'DragonIKWeaponPhysicsComponent_Server_Grab_Weapon::WeaponBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Hand_Only::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override) == 0x000080, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override::hand_bone' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override, hand_transform) == 0x000010, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override::hand_transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override, override_hand_location) == 0x000070, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override::override_hand_location' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override, Override_Hand_Rotation) == 0x000071, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Hand_Plus_Override::Override_Hand_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Release_Weapon \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Release_Weapon) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Release_Weapon"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Release_Weapon) == 0x000003, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Release_Weapon"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Weapon, should_simulatephysics) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Weapon::should_simulatephysics' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Weapon, use_gravity) == 0x000001, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Weapon::use_gravity' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Release_Weapon, bKeep_Attachment) == 0x000002, "Member 'DragonIKWeaponPhysicsComponent_Server_Release_Weapon::bKeep_Attachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Unfreeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override) == 0x000070, "Wrong size on DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override, Weapon_Transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override::Weapon_Transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override, bShould_Override_Weapon_Transform) == 0x000060, "Member 'DragonIKWeaponPhysicsComponent_Server_Weapon_Transform_Override::bShould_Override_Weapon_Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function::hand_bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Weapon_Transform_Override \ +static_assert(alignof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Weapon_Transform_Override"); \ +static_assert(sizeof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override) == 0x000070, "Wrong size on DragonIKWeaponPhysicsComponent_Weapon_Transform_Override"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override, Weapon_Transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Weapon_Transform_Override::Weapon_Transform' has a wrong offset!"); \ +static_assert(offsetof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override, bShould_Override_Weapon_Transform) == 0x000060, "Member 'DragonIKWeaponPhysicsComponent_Weapon_Transform_Override::bShould_Override_Weapon_Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIKWeaponPhysicsComponent \ +static_assert(alignof(UDragonIKWeaponPhysicsComponent) == 0x000010, "Wrong alignment on UDragonIKWeaponPhysicsComponent"); \ +static_assert(sizeof(UDragonIKWeaponPhysicsComponent) == 0x000630, "Wrong size on UDragonIKWeaponPhysicsComponent"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, weapon_input_component) == 0x0000D0, "Member 'UDragonIKWeaponPhysicsComponent::weapon_input_component' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, read_this) == 0x0004B0, "Member 'UDragonIKWeaponPhysicsComponent::read_this' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Max_Arm_Length_Percent) == 0x0004B8, "Member 'UDragonIKWeaponPhysicsComponent::Max_Arm_Length_Percent' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, physanim_tag_index) == 0x0004BC, "Member 'UDragonIKWeaponPhysicsComponent::physanim_tag_index' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Linear_Strength) == 0x0004C0, "Member 'UDragonIKWeaponPhysicsComponent::Linear_Strength' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Angular_Strength) == 0x0004C4, "Member 'UDragonIKWeaponPhysicsComponent::Angular_Strength' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Linear_Damp) == 0x0004C8, "Member 'UDragonIKWeaponPhysicsComponent::Linear_Damp' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Angular_Damp) == 0x0004CC, "Member 'UDragonIKWeaponPhysicsComponent::Angular_Damp' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Interpolation_Speed) == 0x0004D0, "Member 'UDragonIKWeaponPhysicsComponent::Interpolation_Speed' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, unfreeze_speed) == 0x0004D4, "Member 'UDragonIKWeaponPhysicsComponent::unfreeze_speed' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, is_grabbing) == 0x0004D8, "Member 'UDragonIKWeaponPhysicsComponent::is_grabbing' has a wrong offset!"); \ +static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Teleport_Distance) == 0x0004DC, "Member 'UDragonIKWeaponPhysicsComponent::Teleport_Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIK_Library_CustomLookRotation \ +static_assert(alignof(DragonIK_Library_CustomLookRotation) == 0x000008, "Wrong alignment on DragonIK_Library_CustomLookRotation"); \ +static_assert(sizeof(DragonIK_Library_CustomLookRotation) == 0x000048, "Wrong size on DragonIK_Library_CustomLookRotation"); \ +static_assert(offsetof(DragonIK_Library_CustomLookRotation, lookAt) == 0x000000, "Member 'DragonIK_Library_CustomLookRotation::lookAt' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_CustomLookRotation, UpDirection) == 0x000018, "Member 'DragonIK_Library_CustomLookRotation::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_CustomLookRotation, ReturnValue) == 0x000030, "Member 'DragonIK_Library_CustomLookRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIK_Library_LookAtRotation_V3 \ +static_assert(alignof(DragonIK_Library_LookAtRotation_V3) == 0x000008, "Wrong alignment on DragonIK_Library_LookAtRotation_V3"); \ +static_assert(sizeof(DragonIK_Library_LookAtRotation_V3) == 0x000060, "Wrong size on DragonIK_Library_LookAtRotation_V3"); \ +static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, Source) == 0x000000, "Member 'DragonIK_Library_LookAtRotation_V3::Source' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, Target) == 0x000018, "Member 'DragonIK_Library_LookAtRotation_V3::Target' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, UpVector) == 0x000030, "Member 'DragonIK_Library_LookAtRotation_V3::UpVector' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, ReturnValue) == 0x000048, "Member 'DragonIK_Library_LookAtRotation_V3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIK_Library_LookAtVector_V2 \ +static_assert(alignof(DragonIK_Library_LookAtVector_V2) == 0x000008, "Wrong alignment on DragonIK_Library_LookAtVector_V2"); \ +static_assert(sizeof(DragonIK_Library_LookAtVector_V2) == 0x000060, "Wrong size on DragonIK_Library_LookAtVector_V2"); \ +static_assert(offsetof(DragonIK_Library_LookAtVector_V2, Source_Location) == 0x000000, "Member 'DragonIK_Library_LookAtVector_V2::Source_Location' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtVector_V2, lookAt) == 0x000018, "Member 'DragonIK_Library_LookAtVector_V2::lookAt' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtVector_V2, UpDirection) == 0x000030, "Member 'DragonIK_Library_LookAtVector_V2::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_LookAtVector_V2, ReturnValue) == 0x000048, "Member 'DragonIK_Library_LookAtVector_V2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragonIK_Library_QuatLookXatLocation \ +static_assert(alignof(DragonIK_Library_QuatLookXatLocation) == 0x000010, "Wrong alignment on DragonIK_Library_QuatLookXatLocation"); \ +static_assert(sizeof(DragonIK_Library_QuatLookXatLocation) == 0x0000E0, "Wrong size on DragonIK_Library_QuatLookXatLocation"); \ +static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, LookAtFromTransform) == 0x000000, "Member 'DragonIK_Library_QuatLookXatLocation::LookAtFromTransform' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, LookAtTarget) == 0x000060, "Member 'DragonIK_Library_QuatLookXatLocation::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, ReturnValue) == 0x000080, "Member 'DragonIK_Library_QuatLookXatLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragonIK_Library \ +static_assert(alignof(UDragonIK_Library) == 0x000008, "Wrong alignment on UDragonIK_Library"); \ +static_assert(sizeof(UDragonIK_Library) == 0x000030, "Wrong size on UDragonIK_Library"); \ + +#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_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_FActorForWorldTransforms \ +static_assert(alignof(FActorForWorldTransforms) == 0x000004, "Wrong alignment on FActorForWorldTransforms"); \ +static_assert(sizeof(FActorForWorldTransforms) == 0x000018, "Wrong size on FActorForWorldTransforms"); \ +static_assert(offsetof(FActorForWorldTransforms, Actor) == 0x000000, "Member 'FActorForWorldTransforms::Actor' has a wrong offset!"); \ +static_assert(offsetof(FActorForWorldTransforms, Component) == 0x000008, "Member 'FActorForWorldTransforms::Component' has a wrong offset!"); \ +static_assert(offsetof(FActorForWorldTransforms, SocketName) == 0x000010, "Member 'FActorForWorldTransforms::SocketName' 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_FMovieSceneEmptyStruct \ +static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ +static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ + +#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_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_FMovieSceneKeyStruct \ +static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ +static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ + +#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_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_FMovieScenePropertyBinding \ +static_assert(alignof(FMovieScenePropertyBinding) == 0x000004, "Wrong alignment on FMovieScenePropertyBinding"); \ +static_assert(sizeof(FMovieScenePropertyBinding) == 0x000014, "Wrong size on FMovieScenePropertyBinding"); \ +static_assert(offsetof(FMovieScenePropertyBinding, PropertyName) == 0x000000, "Member 'FMovieScenePropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertyBinding, PropertyPath) == 0x000008, "Member 'FMovieScenePropertyBinding::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertyBinding, bCanUseClassLookup) == 0x000010, "Member 'FMovieScenePropertyBinding::bCanUseClassLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionParameters \ +static_assert(alignof(FMovieSceneSectionParameters) == 0x000004, "Wrong alignment on FMovieSceneSectionParameters"); \ +static_assert(sizeof(FMovieSceneSectionParameters) == 0x000028, "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, Flags) == 0x000018, "Member 'FMovieSceneSectionParameters::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x00001C, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x000020, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000024, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ + +#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_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_FMovieSceneSegment \ +static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ +static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ + +#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_FMovieSceneSequenceTickInterval \ +static_assert(alignof(FMovieSceneSequenceTickInterval) == 0x000004, "Wrong alignment on FMovieSceneSequenceTickInterval"); \ +static_assert(sizeof(FMovieSceneSequenceTickInterval) == 0x00000C, "Wrong size on FMovieSceneSequenceTickInterval"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, TickIntervalSeconds) == 0x000000, "Member 'FMovieSceneSequenceTickInterval::TickIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, EvaluationBudgetMicroseconds) == 0x000004, "Member 'FMovieSceneSequenceTickInterval::EvaluationBudgetMicroseconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, bTickWhenPaused) == 0x000008, "Member 'FMovieSceneSequenceTickInterval::bTickWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, bAllowRounding) == 0x000009, "Member 'FMovieSceneSequenceTickInterval::bAllowRounding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ +static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, TickInterval) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000014, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x000018, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, FinishCompletionStateOverride) == 0x000020, "Member 'FMovieSceneSequencePlaybackSettings::FinishCompletionStateOverride' 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_FMovieSceneChannel \ +static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ +static_assert(sizeof(FMovieSceneChannel) == 0x000050, "Wrong size on FMovieSceneChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ +static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ +static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000088, "Wrong size on FMovieSceneKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioTriggerChannel \ +static_assert(alignof(FMovieSceneAudioTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneAudioTriggerChannel"); \ +static_assert(sizeof(FMovieSceneAudioTriggerChannel) == 0x0000F8, "Wrong size on FMovieSceneAudioTriggerChannel"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, Times) == 0x000050, "Member 'FMovieSceneAudioTriggerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, Values) == 0x000060, "Member 'FMovieSceneAudioTriggerChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneAudioTriggerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolChannel \ +static_assert(alignof(FMovieSceneBoolChannel) == 0x000008, "Wrong alignment on FMovieSceneBoolChannel"); \ +static_assert(sizeof(FMovieSceneBoolChannel) == 0x000108, "Wrong size on FMovieSceneBoolChannel"); \ +static_assert(offsetof(FMovieSceneBoolChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneBoolChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneBoolChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Times) == 0x000058, "Member 'FMovieSceneBoolChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, DefaultValue) == 0x000068, "Member 'FMovieSceneBoolChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, bHasDefaultValue) == 0x000069, "Member 'FMovieSceneBoolChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Values) == 0x000070, "Member 'FMovieSceneBoolChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneBoolChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneByteChannel \ +static_assert(alignof(FMovieSceneByteChannel) == 0x000008, "Wrong alignment on FMovieSceneByteChannel"); \ +static_assert(sizeof(FMovieSceneByteChannel) == 0x000108, "Wrong size on FMovieSceneByteChannel"); \ +static_assert(offsetof(FMovieSceneByteChannel, Times) == 0x000050, "Member 'FMovieSceneByteChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, DefaultValue) == 0x000060, "Member 'FMovieSceneByteChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, bHasDefaultValue) == 0x000061, "Member 'FMovieSceneByteChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Values) == 0x000068, "Member 'FMovieSceneByteChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Enum) == 0x000078, "Member 'FMovieSceneByteChannel::Enum' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneByteChannel::KeyHandles' 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_FMovieSceneDoubleValue \ +static_assert(alignof(FMovieSceneDoubleValue) == 0x000008, "Wrong alignment on FMovieSceneDoubleValue"); \ +static_assert(sizeof(FMovieSceneDoubleValue) == 0x000020, "Wrong size on FMovieSceneDoubleValue"); \ +static_assert(offsetof(FMovieSceneDoubleValue, Value) == 0x000000, "Member 'FMovieSceneDoubleValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, Tangent) == 0x000008, "Member 'FMovieSceneDoubleValue::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, InterpMode) == 0x00001C, "Member 'FMovieSceneDoubleValue::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, TangentMode) == 0x00001D, "Member 'FMovieSceneDoubleValue::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, PaddingByte) == 0x00001E, "Member 'FMovieSceneDoubleValue::PaddingByte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoubleChannel \ +static_assert(alignof(FMovieSceneDoubleChannel) == 0x000008, "Wrong alignment on FMovieSceneDoubleChannel"); \ +static_assert(sizeof(FMovieSceneDoubleChannel) == 0x000118, "Wrong size on FMovieSceneDoubleChannel"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneDoubleChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneDoubleChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, Times) == 0x000058, "Member 'FMovieSceneDoubleChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, Values) == 0x000068, "Member 'FMovieSceneDoubleChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneDoubleChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, bHasDefaultValue) == 0x000080, "Member 'FMovieSceneDoubleChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneDoubleChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, TickResolution) == 0x000110, "Member 'FMovieSceneDoubleChannel::TickResolution' 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_FMovieSceneFloatChannel \ +static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ +static_assert(sizeof(FMovieSceneFloatChannel) == 0x000110, "Wrong size on FMovieSceneFloatChannel"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000058, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000068, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x00007C, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000108, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneIntegerChannel \ +static_assert(alignof(FMovieSceneIntegerChannel) == 0x000008, "Wrong alignment on FMovieSceneIntegerChannel"); \ +static_assert(sizeof(FMovieSceneIntegerChannel) == 0x000108, "Wrong size on FMovieSceneIntegerChannel"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneIntegerChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneIntegerChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Times) == 0x000058, "Member 'FMovieSceneIntegerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, DefaultValue) == 0x000068, "Member 'FMovieSceneIntegerChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, bHasDefaultValue) == 0x00006C, "Member 'FMovieSceneIntegerChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Values) == 0x000070, "Member 'FMovieSceneIntegerChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneIntegerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannelKeyValue \ +static_assert(alignof(FMovieSceneObjectPathChannelKeyValue) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(sizeof(FMovieSceneObjectPathChannelKeyValue) == 0x000030, "Wrong size on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, SoftPtr) == 0x000000, "Member 'FMovieSceneObjectPathChannelKeyValue::SoftPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, HardPtr) == 0x000028, "Member 'FMovieSceneObjectPathChannelKeyValue::HardPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannel \ +static_assert(alignof(FMovieSceneObjectPathChannel) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannel"); \ +static_assert(sizeof(FMovieSceneObjectPathChannel) == 0x000130, "Wrong size on FMovieSceneObjectPathChannel"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, PropertyClass) == 0x000050, "Member 'FMovieSceneObjectPathChannel::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Times) == 0x000058, "Member 'FMovieSceneObjectPathChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Values) == 0x000068, "Member 'FMovieSceneObjectPathChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneObjectPathChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, KeyHandles) == 0x0000A8, "Member 'FMovieSceneObjectPathChannel::KeyHandles' 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_FMovieSceneCompiledSequenceFlagStruct \ +static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ +static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ + +#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_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_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_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_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_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) == 0x000190, "Wrong size on FMovieSceneEntitySystemGraph"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x0000B8, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEvent \ +static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000040, "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_FMovieSceneEvaluationInstanceKey \ +static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ +static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ + +#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_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_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_FMovieSceneEvalTemplatePtr \ +static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ +static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ + +#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_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_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_FMovieSceneEvaluationFieldEntityMetaData \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000018, "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) == 0x000014, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Flags' has a wrong offset!"); \ + +#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_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_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_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_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_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_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_FMovieSceneFrameRange \ +static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ +static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ + +#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_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_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_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_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_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_FMovieSceneRootEvaluationTemplateInstance \ +static_assert(alignof(FMovieSceneRootEvaluationTemplateInstance) == 0x000008, "Wrong alignment on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(sizeof(FMovieSceneRootEvaluationTemplateInstance) == 0x000020, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionData \ +static_assert(alignof(FMovieScenePropertySectionData) == 0x000008, "Wrong alignment on FMovieScenePropertySectionData"); \ +static_assert(sizeof(FMovieScenePropertySectionData) == 0x000018, "Wrong size on FMovieScenePropertySectionData"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyName) == 0x000000, "Member 'FMovieScenePropertySectionData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyPath) == 0x000008, "Member 'FMovieScenePropertySectionData::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionTemplate \ +static_assert(alignof(FMovieScenePropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieScenePropertySectionTemplate"); \ +static_assert(sizeof(FMovieScenePropertySectionTemplate) == 0x000038, "Wrong size on FMovieScenePropertySectionTemplate"); \ +static_assert(offsetof(FMovieScenePropertySectionTemplate, PropertyData) == 0x000020, "Member 'FMovieScenePropertySectionTemplate::PropertyData' 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_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_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, AccumulatedFlags) == 0x0000DE, "Member 'FMovieSceneSubSequenceData::AccumulatedFlags' 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_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_FMovieSceneSubSequenceTreeEntry \ +static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ +static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000018, "Wrong size on FMovieSceneSubSequenceTreeEntry"); \ + +#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_FMovieSceneSequenceHierarchy \ +static_assert(alignof(FMovieSceneSequenceHierarchy) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchy"); \ +static_assert(sizeof(FMovieSceneSequenceHierarchy) == 0x000120, "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!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, AccumulatedNetworkMask) == 0x000118, "Member 'FMovieSceneSequenceHierarchy::AccumulatedNetworkMask' 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_FMovieSceneTrackImplementation \ +static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ +static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ + +#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_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_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_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_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_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_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_FMovieSceneBindingOverrideData \ +static_assert(alignof(FMovieSceneBindingOverrideData) == 0x000008, "Wrong alignment on FMovieSceneBindingOverrideData"); \ +static_assert(sizeof(FMovieSceneBindingOverrideData) == 0x000048, "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) == 0x000040, "Member 'FMovieSceneBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingProxy \ +static_assert(alignof(FMovieSceneBindingProxy) == 0x000008, "Wrong alignment on FMovieSceneBindingProxy"); \ +static_assert(sizeof(FMovieSceneBindingProxy) == 0x000018, "Wrong size on FMovieSceneBindingProxy"); \ +static_assert(offsetof(FMovieSceneBindingProxy, BindingID) == 0x000000, "Member 'FMovieSceneBindingProxy::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingProxy, Sequence) == 0x000010, "Member 'FMovieSceneBindingProxy::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingReference \ +static_assert(alignof(FMovieSceneBindingReference) == 0x000008, "Wrong alignment on FMovieSceneBindingReference"); \ +static_assert(sizeof(FMovieSceneBindingReference) == 0x000028, "Wrong size on FMovieSceneBindingReference"); \ +static_assert(offsetof(FMovieSceneBindingReference, ID) == 0x000000, "Member 'FMovieSceneBindingReference::ID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, Locator) == 0x000010, "Member 'FMovieSceneBindingReference::Locator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, ResolveFlags) == 0x000020, "Member 'FMovieSceneBindingReference::ResolveFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingReferences \ +static_assert(alignof(FMovieSceneBindingReferences) == 0x000008, "Wrong alignment on FMovieSceneBindingReferences"); \ +static_assert(sizeof(FMovieSceneBindingReferences) == 0x000010, "Wrong size on FMovieSceneBindingReferences"); \ +static_assert(offsetof(FMovieSceneBindingReferences, SortedReferences) == 0x000000, "Member 'FMovieSceneBindingReferences::SortedReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingPayloadVariable \ +static_assert(alignof(FMovieSceneDynamicBindingPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingPayloadVariable"); \ +static_assert(sizeof(FMovieSceneDynamicBindingPayloadVariable) == 0x000030, "Wrong size on FMovieSceneDynamicBindingPayloadVariable"); \ +static_assert(offsetof(FMovieSceneDynamicBindingPayloadVariable, ObjectValue) == 0x000000, "Member 'FMovieSceneDynamicBindingPayloadVariable::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingPayloadVariable, Value) == 0x000020, "Member 'FMovieSceneDynamicBindingPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBinding \ +static_assert(alignof(FMovieSceneDynamicBinding) == 0x000008, "Wrong alignment on FMovieSceneDynamicBinding"); \ +static_assert(sizeof(FMovieSceneDynamicBinding) == 0x000028, "Wrong size on FMovieSceneDynamicBinding"); \ +static_assert(offsetof(FMovieSceneDynamicBinding, Function) == 0x000000, "Member 'FMovieSceneDynamicBinding::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBinding, ResolveParamsProperty) == 0x000008, "Member 'FMovieSceneDynamicBinding::ResolveParamsProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveParams \ +static_assert(alignof(FMovieSceneDynamicBindingResolveParams) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(sizeof(FMovieSceneDynamicBindingResolveParams) == 0x000020, "Wrong size on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, Sequence) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveParams::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, ObjectBindingID) == 0x000008, "Member 'FMovieSceneDynamicBindingResolveParams::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, RootSequence) == 0x000018, "Member 'FMovieSceneDynamicBindingResolveParams::RootSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveResult \ +static_assert(alignof(FMovieSceneDynamicBindingResolveResult) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveResult"); \ +static_assert(sizeof(FMovieSceneDynamicBindingResolveResult) == 0x000010, "Wrong size on FMovieSceneDynamicBindingResolveResult"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveResult, Object) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveResult::Object' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveResult, bIsPossessedObject) == 0x000008, "Member 'FMovieSceneDynamicBindingResolveResult::bIsPossessedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingContainer \ +static_assert(alignof(FMovieSceneDynamicBindingContainer) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingContainer"); \ +static_assert(sizeof(FMovieSceneDynamicBindingContainer) == 0x000028, "Wrong size on FMovieSceneDynamicBindingContainer"); \ +static_assert(offsetof(FMovieSceneDynamicBindingContainer, DynamicBinding) == 0x000000, "Member 'FMovieSceneDynamicBindingContainer::DynamicBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePossessable \ +static_assert(alignof(FMovieScenePossessable) == 0x000008, "Wrong alignment on FMovieScenePossessable"); \ +static_assert(sizeof(FMovieScenePossessable) == 0x000080, "Wrong size on FMovieScenePossessable"); \ +static_assert(offsetof(FMovieScenePossessable, Tags) == 0x000000, "Member 'FMovieScenePossessable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, DynamicBinding) == 0x000010, "Member 'FMovieScenePossessable::DynamicBinding' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Guid) == 0x000038, "Member 'FMovieScenePossessable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Name) == 0x000048, "Member 'FMovieScenePossessable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, ParentGuid) == 0x000058, "Member 'FMovieScenePossessable::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, SpawnableObjectBindingID) == 0x000068, "Member 'FMovieScenePossessable::SpawnableObjectBindingID' 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_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_FMovieSceneTimecodeSource \ +static_assert(alignof(FMovieSceneTimecodeSource) == 0x000004, "Wrong alignment on FMovieSceneTimecodeSource"); \ +static_assert(sizeof(FMovieSceneTimecodeSource) == 0x000014, "Wrong size on FMovieSceneTimecodeSource"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member 'FMovieSceneTimecodeSource::Timecode' 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_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000014, "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!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownSerialNumber) == 0x000010, "Member 'FMovieSceneSequenceReplProperties::LastKnownSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ +static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000038, "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, Timecode) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::Timecode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000034, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000035, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, bHasJumped) == 0x000036, "Member 'FMovieSceneSequencePlaybackParams::bHasJumped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlayToParams \ +static_assert(alignof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong alignment on FMovieSceneSequencePlayToParams"); \ +static_assert(sizeof(FMovieSceneSequencePlayToParams) == 0x000001, "Wrong size on FMovieSceneSequencePlayToParams"); \ +static_assert(offsetof(FMovieSceneSequencePlayToParams, bExclusive) == 0x000000, "Member 'FMovieSceneSequencePlayToParams::bExclusive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSpawnable \ +static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ +static_assert(sizeof(FMovieSceneSpawnable) == 0x0000F0, "Wrong size on FMovieSceneSpawnable"); \ +static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000060, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000070, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000071, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, DynamicBinding) == 0x000078, "Member 'FMovieSceneSpawnable::DynamicBinding' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x0000A0, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x0000B0, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x0000C0, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x0000C8, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x0000D8, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x0000DC, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ + +#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_FMovieSceneTrackDisplayOptions \ +static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ +static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ + +#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_FTestMovieSceneEvalTemplate \ +static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ +static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBlenderSystemSupport \ +static_assert(alignof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong alignment on IMovieSceneBlenderSystemSupport"); \ +static_assert(sizeof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong size on IMovieSceneBlenderSystemSupport"); \ + +#define DUMPER7_ASSERTS_MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer \ +static_assert(alignof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer) == 0x000008, "Wrong alignment on MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer"); \ +static_assert(sizeof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer) == 0x000010, "Wrong size on MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer"); \ +static_assert(offsetof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer, ResolvedObject) == 0x000000, "Member 'MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer::ResolvedObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer, ReturnValue) == 0x000008, "Member 'MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBoundObjectProxy \ +static_assert(alignof(IMovieSceneBoundObjectProxy) == 0x000001, "Wrong alignment on IMovieSceneBoundObjectProxy"); \ +static_assert(sizeof(IMovieSceneBoundObjectProxy) == 0x000001, "Wrong size on IMovieSceneBoundObjectProxy"); \ + +#define DUMPER7_ASSERTS_IMovieSceneChannelOverrideProvider \ +static_assert(alignof(IMovieSceneChannelOverrideProvider) == 0x000001, "Wrong alignment on IMovieSceneChannelOverrideProvider"); \ +static_assert(sizeof(IMovieSceneChannelOverrideProvider) == 0x000001, "Wrong size on IMovieSceneChannelOverrideProvider"); \ + +#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_IMovieSceneEvaluationHook \ +static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ +static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ + +#define DUMPER7_ASSERTS_IMovieSceneMetaDataInterface \ +static_assert(alignof(IMovieSceneMetaDataInterface) == 0x000001, "Wrong alignment on IMovieSceneMetaDataInterface"); \ +static_assert(sizeof(IMovieSceneMetaDataInterface) == 0x000001, "Wrong size on IMovieSceneMetaDataInterface"); \ + +#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_IMovieSceneSequencePlayerObserver \ +static_assert(alignof(IMovieSceneSequencePlayerObserver) == 0x000001, "Wrong alignment on IMovieSceneSequencePlayerObserver"); \ +static_assert(sizeof(IMovieSceneSequencePlayerObserver) == 0x000001, "Wrong size on IMovieSceneSequencePlayerObserver"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer \ +static_assert(alignof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer) == 0x000008, "Wrong alignment on MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer"); \ +static_assert(sizeof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer) == 0x000020, "Wrong size on MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer, Player) == 0x000000, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer, BindingID) == 0x000008, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer::BindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer \ +static_assert(alignof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer) == 0x000008, "Wrong alignment on MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer"); \ +static_assert(sizeof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer) == 0x000020, "Wrong size on MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer, Player) == 0x000000, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer, BindingID) == 0x000008, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer::BindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBindingEventReceiverInterface \ +static_assert(alignof(IMovieSceneBindingEventReceiverInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingEventReceiverInterface"); \ +static_assert(sizeof(IMovieSceneBindingEventReceiverInterface) == 0x000001, "Wrong size on IMovieSceneBindingEventReceiverInterface"); \ + +#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_IMovieSceneCachedTrack \ +static_assert(alignof(IMovieSceneCachedTrack) == 0x000001, "Wrong alignment on IMovieSceneCachedTrack"); \ +static_assert(sizeof(IMovieSceneCachedTrack) == 0x000001, "Wrong size on IMovieSceneCachedTrack"); \ + +#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_UMovieSceneEntitySystem \ +static_assert(alignof(UMovieSceneEntitySystem) == 0x000008, "Wrong alignment on UMovieSceneEntitySystem"); \ +static_assert(sizeof(UMovieSceneEntitySystem) == 0x000040, "Wrong size on UMovieSceneEntitySystem"); \ +static_assert(offsetof(UMovieSceneEntitySystem, linker) == 0x000028, "Member 'UMovieSceneEntitySystem::linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntityGroupingSystem \ +static_assert(alignof(UMovieSceneEntityGroupingSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityGroupingSystem"); \ +static_assert(sizeof(UMovieSceneEntityGroupingSystem) == 0x0000C8, "Wrong size on UMovieSceneEntityGroupingSystem"); \ + +#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_IMovieSceneSequenceTickManagerClient \ +static_assert(alignof(IMovieSceneSequenceTickManagerClient) == 0x000001, "Wrong alignment on IMovieSceneSequenceTickManagerClient"); \ +static_assert(sizeof(IMovieSceneSequenceTickManagerClient) == 0x000001, "Wrong size on IMovieSceneSequenceTickManagerClient"); \ + +#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) == 0x00002C, "Member 'UMovieSceneSignedObject::Signature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChannelOverrideContainer \ +static_assert(alignof(UMovieSceneChannelOverrideContainer) == 0x000008, "Wrong alignment on UMovieSceneChannelOverrideContainer"); \ +static_assert(sizeof(UMovieSceneChannelOverrideContainer) == 0x000058, "Wrong size on UMovieSceneChannelOverrideContainer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionChannelOverrideRegistry \ +static_assert(alignof(UMovieSceneSectionChannelOverrideRegistry) == 0x000008, "Wrong alignment on UMovieSceneSectionChannelOverrideRegistry"); \ +static_assert(sizeof(UMovieSceneSectionChannelOverrideRegistry) == 0x000078, "Wrong size on UMovieSceneSectionChannelOverrideRegistry"); \ +static_assert(offsetof(UMovieSceneSectionChannelOverrideRegistry, Overrides) == 0x000028, "Member 'UMovieSceneSectionChannelOverrideRegistry::Overrides' 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_UMovieSceneCompiledData \ +static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ +static_assert(sizeof(UMovieSceneCompiledData) == 0x000400, "Wrong size on UMovieSceneCompiledData"); \ +static_assert(offsetof(UMovieSceneCompiledData, EvaluationTemplate) == 0x000028, "Member 'UMovieSceneCompiledData::EvaluationTemplate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, Hierarchy) == 0x000188, "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) == 0x000230, "Wrong size on UMovieSceneCompiledDataManager"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, Hierarchies) == 0x0000D8, "Member 'UMovieSceneCompiledDataManager::Hierarchies' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplates) == 0x000128, "Member 'UMovieSceneCompiledDataManager::TrackTemplates' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplateFields) == 0x000178, "Member 'UMovieSceneCompiledDataManager::TrackTemplateFields' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, EntityComponentFields) == 0x0001C8, "Member 'UMovieSceneCompiledDataManager::EntityComponentFields' has a wrong offset!"); \ + +#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_UMovieSceneBindingLifetimeSystem \ +static_assert(alignof(UMovieSceneBindingLifetimeSystem) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeSystem"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeSystem) == 0x000040, "Wrong size on UMovieSceneBindingLifetimeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ +static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ +static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntityInstantiatorSystem \ +static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGenericBoundObjectInstantiator \ +static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ +static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000040, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoundSceneComponentInstantiator \ +static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ +static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000040, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ + +#define DUMPER7_ASSERTS_IMovieSceneValueDecomposer \ +static_assert(alignof(IMovieSceneValueDecomposer) == 0x000001, "Wrong alignment on IMovieSceneValueDecomposer"); \ +static_assert(sizeof(IMovieSceneValueDecomposer) == 0x000001, "Wrong size on IMovieSceneValueDecomposer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ +static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ +static_assert(sizeof(UMovieSceneEntitySystemLinker) == 0x000750, "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) == 0x0001B0, "Wrong size on UMovieSceneEvalTimeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEvaluationHookSystem \ +static_assert(alignof(UMovieSceneEvaluationHookSystem) == 0x000008, "Wrong alignment on UMovieSceneEvaluationHookSystem"); \ +static_assert(sizeof(UMovieSceneEvaluationHookSystem) == 0x000090, "Wrong size on UMovieSceneEvaluationHookSystem"); \ +static_assert(offsetof(UMovieSceneEvaluationHookSystem, PendingEventsByRootInstance) == 0x000040, "Member 'UMovieSceneEvaluationHookSystem::PendingEventsByRootInstance' has a wrong offset!"); \ + +#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) == 0x000040, "Wrong size on UMovieSceneCachePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRestorePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneRestorePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000050, "Wrong size on UMovieSceneRestorePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRootInstantiatorSystem \ +static_assert(alignof(UMovieSceneRootInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneRootInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneRootInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneRootInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnablesSystem \ +static_assert(alignof(UMovieSceneSpawnablesSystem) == 0x000008, "Wrong alignment on UMovieSceneSpawnablesSystem"); \ +static_assert(sizeof(UMovieSceneSpawnablesSystem) == 0x000040, "Wrong size on UMovieSceneSpawnablesSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstance \ +static_assert(alignof(UMovieSceneTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneTrackInstance"); \ +static_assert(sizeof(UMovieSceneTrackInstance) == 0x000050, "Wrong size on UMovieSceneTrackInstance"); \ +static_assert(offsetof(UMovieSceneTrackInstance, WeakAnimatedObject) == 0x000028, "Member 'UMovieSceneTrackInstance::WeakAnimatedObject' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, bIsRootTrackInstance) == 0x000030, "Member 'UMovieSceneTrackInstance::bIsRootTrackInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, PrivateLinker) == 0x000038, "Member 'UMovieSceneTrackInstance::PrivateLinker' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, Inputs) == 0x000040, "Member 'UMovieSceneTrackInstance::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceInstantiator \ +static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ +static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F0, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceSystem \ +static_assert(alignof(UMovieSceneTrackInstanceSystem) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceSystem"); \ +static_assert(sizeof(UMovieSceneTrackInstanceSystem) == 0x000048, "Wrong size on UMovieSceneTrackInstanceSystem"); \ +static_assert(offsetof(UMovieSceneTrackInstanceSystem, Instantiator) == 0x000040, "Member 'UMovieSceneTrackInstanceSystem::Instantiator' 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_UMovieSceneBuiltInEasingFunction \ +static_assert(alignof(UMovieSceneBuiltInEasingFunction) == 0x000008, "Wrong alignment on UMovieSceneBuiltInEasingFunction"); \ +static_assert(sizeof(UMovieSceneBuiltInEasingFunction) == 0x000038, "Wrong size on UMovieSceneBuiltInEasingFunction"); \ +static_assert(offsetof(UMovieSceneBuiltInEasingFunction, Type) == 0x000030, "Member 'UMovieSceneBuiltInEasingFunction::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEasingExternalCurve \ +static_assert(alignof(UMovieSceneEasingExternalCurve) == 0x000008, "Wrong alignment on UMovieSceneEasingExternalCurve"); \ +static_assert(sizeof(UMovieSceneEasingExternalCurve) == 0x000038, "Wrong size on UMovieSceneEasingExternalCurve"); \ +static_assert(offsetof(UMovieSceneEasingExternalCurve, Curve) == 0x000030, "Member 'UMovieSceneEasingExternalCurve::Curve' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UMovieSceneNodeGroup"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNodeGroupCollection \ +static_assert(alignof(UMovieSceneNodeGroupCollection) == 0x000008, "Wrong alignment on UMovieSceneNodeGroupCollection"); \ +static_assert(sizeof(UMovieSceneNodeGroupCollection) == 0x000028, "Wrong size on UMovieSceneNodeGroupCollection"); \ + +#define DUMPER7_ASSERTS_UMovieScene \ +static_assert(alignof(UMovieScene) == 0x000008, "Wrong alignment on UMovieScene"); \ +static_assert(sizeof(UMovieScene) == 0x000160, "Wrong size on UMovieScene"); \ +static_assert(offsetof(UMovieScene, Spawnables) == 0x000060, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Possessables) == 0x000070, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000080, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, BindingGroups) == 0x000090, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Tracks) == 0x0000E0, "Member 'UMovieScene::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000F0, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000F8, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, PlaybackRange) == 0x000108, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, TickResolution) == 0x000118, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, DisplayRate) == 0x000120, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, EvaluationType) == 0x000128, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ClockSource) == 0x000129, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000130, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000150, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingOverrides \ +static_assert(alignof(UMovieSceneBindingOverrides) == 0x000008, "Wrong alignment on UMovieSceneBindingOverrides"); \ +static_assert(sizeof(UMovieSceneBindingOverrides) == 0x000090, "Wrong size on UMovieSceneBindingOverrides"); \ +static_assert(offsetof(UMovieSceneBindingOverrides, BindingData) == 0x000028, "Member 'UMovieSceneBindingOverrides::BindingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn \ +static_assert(alignof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn) == 0x000008, "Wrong alignment on BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn"); \ +static_assert(sizeof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn) == 0x000020, "Wrong size on BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, WorldContextObject) == 0x000000, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, PlayerControllerIndex) == 0x000008, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, ReturnValue) == 0x000010, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuiltInDynamicBindingResolverLibrary \ +static_assert(alignof(UBuiltInDynamicBindingResolverLibrary) == 0x000008, "Wrong alignment on UBuiltInDynamicBindingResolverLibrary"); \ +static_assert(sizeof(UBuiltInDynamicBindingResolverLibrary) == 0x000028, "Wrong size on UBuiltInDynamicBindingResolverLibrary"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolder \ +static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ +static_assert(sizeof(UMovieSceneFolder) == 0x000078, "Wrong size on UMovieSceneFolder"); \ +static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x00002C, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000038, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildTracks) == 0x000048, "Member 'UMovieSceneFolder::ChildTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000058, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetAuthor \ +static_assert(alignof(MovieSceneMetaData_SetAuthor) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetAuthor"); \ +static_assert(sizeof(MovieSceneMetaData_SetAuthor) == 0x000010, "Wrong size on MovieSceneMetaData_SetAuthor"); \ +static_assert(offsetof(MovieSceneMetaData_SetAuthor, InAuthor) == 0x000000, "Member 'MovieSceneMetaData_SetAuthor::InAuthor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetCreated \ +static_assert(alignof(MovieSceneMetaData_SetCreated) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetCreated"); \ +static_assert(sizeof(MovieSceneMetaData_SetCreated) == 0x000008, "Wrong size on MovieSceneMetaData_SetCreated"); \ +static_assert(offsetof(MovieSceneMetaData_SetCreated, InCreated) == 0x000000, "Member 'MovieSceneMetaData_SetCreated::InCreated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetNotes \ +static_assert(alignof(MovieSceneMetaData_SetNotes) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetNotes"); \ +static_assert(sizeof(MovieSceneMetaData_SetNotes) == 0x000010, "Wrong size on MovieSceneMetaData_SetNotes"); \ +static_assert(offsetof(MovieSceneMetaData_SetNotes, InNotes) == 0x000000, "Member 'MovieSceneMetaData_SetNotes::InNotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetAuthor \ +static_assert(alignof(MovieSceneMetaData_GetAuthor) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetAuthor"); \ +static_assert(sizeof(MovieSceneMetaData_GetAuthor) == 0x000010, "Wrong size on MovieSceneMetaData_GetAuthor"); \ +static_assert(offsetof(MovieSceneMetaData_GetAuthor, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetAuthor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetCreated \ +static_assert(alignof(MovieSceneMetaData_GetCreated) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetCreated"); \ +static_assert(sizeof(MovieSceneMetaData_GetCreated) == 0x000008, "Wrong size on MovieSceneMetaData_GetCreated"); \ +static_assert(offsetof(MovieSceneMetaData_GetCreated, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetCreated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetNotes \ +static_assert(alignof(MovieSceneMetaData_GetNotes) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetNotes"); \ +static_assert(sizeof(MovieSceneMetaData_GetNotes) == 0x000010, "Wrong size on MovieSceneMetaData_GetNotes"); \ +static_assert(offsetof(MovieSceneMetaData_GetNotes, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetNotes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMetaData \ +static_assert(alignof(UMovieSceneMetaData) == 0x000008, "Wrong alignment on UMovieSceneMetaData"); \ +static_assert(sizeof(UMovieSceneMetaData) == 0x000058, "Wrong size on UMovieSceneMetaData"); \ +static_assert(offsetof(UMovieSceneMetaData, Author) == 0x000030, "Member 'UMovieSceneMetaData::Author' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMetaData, Created) == 0x000040, "Member 'UMovieSceneMetaData::Created' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMetaData, Notes) == 0x000048, "Member 'UMovieSceneMetaData::Notes' 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_SetColorTint \ +static_assert(alignof(MovieSceneSection_SetColorTint) == 0x000004, "Wrong alignment on MovieSceneSection_SetColorTint"); \ +static_assert(sizeof(MovieSceneSection_SetColorTint) == 0x000004, "Wrong size on MovieSceneSection_SetColorTint"); \ +static_assert(offsetof(MovieSceneSection_SetColorTint, InColorTint) == 0x000000, "Member 'MovieSceneSection_SetColorTint::InColorTint' 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_GetColorTint \ +static_assert(alignof(MovieSceneSection_GetColorTint) == 0x000004, "Wrong alignment on MovieSceneSection_GetColorTint"); \ +static_assert(sizeof(MovieSceneSection_GetColorTint) == 0x000004, "Wrong size on MovieSceneSection_GetColorTint"); \ +static_assert(offsetof(MovieSceneSection_GetColorTint, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetColorTint::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_MovieSceneSequence_FindBindingByTag \ +static_assert(alignof(MovieSceneSequence_FindBindingByTag) == 0x000004, "Wrong alignment on MovieSceneSequence_FindBindingByTag"); \ +static_assert(sizeof(MovieSceneSequence_FindBindingByTag) == 0x000020, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'MovieSceneSequence_FindBindingsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_GetEarliestTimecodeSource \ +static_assert(alignof(MovieSceneSequence_GetEarliestTimecodeSource) == 0x000004, "Wrong alignment on MovieSceneSequence_GetEarliestTimecodeSource"); \ +static_assert(sizeof(MovieSceneSequence_GetEarliestTimecodeSource) == 0x000014, "Wrong size on MovieSceneSequence_GetEarliestTimecodeSource"); \ +static_assert(offsetof(MovieSceneSequence_GetEarliestTimecodeSource, ReturnValue) == 0x000000, "Member 'MovieSceneSequence_GetEarliestTimecodeSource::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_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_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) == 0x000040, "Wrong size on MovieSceneSequencePlayer_PlayTo"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayTo, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayTo::PlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayTo, PlayToParams) == 0x000038, "Member 'MovieSceneSequencePlayer_PlayTo::PlayToParams' 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) == 0x000010, "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!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, NewSerialNumber) == 0x00000C, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::NewSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent::StoppedTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent, NewSerialNumber) == 0x000008, "Member 'MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent::NewSerialNumber' 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) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, NewSerialNumber) == 0x000008, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::NewSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetCompletionModeOverride \ +static_assert(alignof(MovieSceneSequencePlayer_SetCompletionModeOverride) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetCompletionModeOverride"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetCompletionModeOverride) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetCompletionModeOverride"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetCompletionModeOverride, CompletionModeOverride) == 0x000000, "Member 'MovieSceneSequencePlayer_SetCompletionModeOverride::CompletionModeOverride' 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) == 0x000038, "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_SetWeight \ +static_assert(alignof(MovieSceneSequencePlayer_SetWeight) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetWeight"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetWeight) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetWeight"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetWeight, InWeight) == 0x000000, "Member 'MovieSceneSequencePlayer_SetWeight::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCompletionModeOverride \ +static_assert(alignof(MovieSceneSequencePlayer_GetCompletionModeOverride) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetCompletionModeOverride"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetCompletionModeOverride) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetCompletionModeOverride"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetCompletionModeOverride, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCompletionModeOverride::ReturnValue' 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_GetSequenceName \ +static_assert(alignof(MovieSceneSequencePlayer_GetSequenceName) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetSequenceName"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetSequenceName) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetSequenceName"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetSequenceName, bAddClientInfo) == 0x000000, "Member 'MovieSceneSequencePlayer_GetSequenceName::bAddClientInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetSequenceName, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetSequenceName::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) == 0x000460, "Wrong size on UMovieSceneSequencePlayer"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Observer) == 0x000218, "Member 'UMovieSceneSequencePlayer::Observer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlay) == 0x000228, "Member 'UMovieSceneSequencePlayer::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlayReverse) == 0x000238, "Member 'UMovieSceneSequencePlayer::OnPlayReverse' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnStop) == 0x000248, "Member 'UMovieSceneSequencePlayer::OnStop' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPause) == 0x000258, "Member 'UMovieSceneSequencePlayer::OnPause' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnFinished) == 0x000268, "Member 'UMovieSceneSequencePlayer::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Status) == 0x000288, "Member 'UMovieSceneSequencePlayer::Status' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Sequence) == 0x000290, "Member 'UMovieSceneSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, StartTime) == 0x000298, "Member 'UMovieSceneSequencePlayer::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationFrames) == 0x00029C, "Member 'UMovieSceneSequencePlayer::DurationFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationSubFrames) == 0x0002A0, "Member 'UMovieSceneSequencePlayer::DurationSubFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, CurrentNumLoops) == 0x0002A4, "Member 'UMovieSceneSequencePlayer::CurrentNumLoops' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, SerialNumber) == 0x0002A8, "Member 'UMovieSceneSequencePlayer::SerialNumber' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackSettings) == 0x0002AC, "Member 'UMovieSceneSequencePlayer::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, RootTemplateInstance) == 0x0002D8, "Member 'UMovieSceneSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, NetSyncProps) == 0x000384, "Member 'UMovieSceneSequencePlayer::NetSyncProps' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackClient) == 0x000398, "Member 'UMovieSceneSequencePlayer::PlaybackClient' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, TickManager) == 0x0003A8, "Member 'UMovieSceneSequencePlayer::TickManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ +static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ +static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x000098, "Wrong size on UMovieSceneSequenceTickManager"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingLifetimeSection \ +static_assert(alignof(UMovieSceneBindingLifetimeSection) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeSection"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeSection) == 0x0000F8, "Wrong size on UMovieSceneBindingLifetimeSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolSection \ +static_assert(alignof(UMovieSceneBoolSection) == 0x000008, "Wrong alignment on UMovieSceneBoolSection"); \ +static_assert(sizeof(UMovieSceneBoolSection) == 0x000200, "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_UMovieSceneHookSection \ +static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ +static_assert(sizeof(UMovieSceneHookSection) == 0x000108, "Wrong size on UMovieSceneHookSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnSection \ +static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ +static_assert(sizeof(UMovieSceneSpawnSection) == 0x000208, "Wrong size on UMovieSceneSpawnSection"); \ + +#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) == 0x000138, "Wrong size on UMovieSceneSubSection"); \ +static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000F8, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x000120, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000124, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000128, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x00012C, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000130, "Member 'UMovieSceneSubSection::SubSequence' 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_UTestMovieSceneSection \ +static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ +static_assert(sizeof(UTestMovieSceneSection) == 0x0000F0, "Wrong size on UTestMovieSceneSection"); \ + +#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_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_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) == 0x000138, "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_UMovieSceneBindingLifetimeTrack \ +static_assert(alignof(UMovieSceneBindingLifetimeTrack) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeTrack"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeTrack) == 0x0000B0, "Wrong size on UMovieSceneBindingLifetimeTrack"); \ +static_assert(offsetof(UMovieSceneBindingLifetimeTrack, Sections) == 0x0000A0, "Member 'UMovieSceneBindingLifetimeTrack::Sections' has a wrong offset!"); \ + +#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_BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie \ +static_assert(alignof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie) == 0x000008, "Wrong alignment on BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie"); \ +static_assert(sizeof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie) == 0x002678, "Wrong size on BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D1, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000D2, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0000E8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine) == 0x000100, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array) == 0x000230, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000240, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_2) == 0x000248, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000250, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_3) == 0x000258, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000260, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000268, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_4) == 0x000270, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000278, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000280, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000290, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000298, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_6) == 0x0002A0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0002A8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0002B0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_7) == 0x0002B8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0002C0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x0002C8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_8) == 0x0002D0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0002D8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_9) == 0x0002E0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0002E8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0002F0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_10) == 0x0002F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000300, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_11) == 0x000308, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000310, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000318, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_SwitchInteger_CmpSuccess) == 0x000320, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_12) == 0x000328, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000330, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000338, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_13) == 0x000340, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000348, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_14) == 0x000350, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000358, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000360, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_15) == 0x000368, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000370, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000378, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x000379, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000380, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_16) == 0x0004B0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_1) == 0x0004B8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_16) == 0x0004C8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_17) == 0x0004D0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0004D8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0004E0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_18) == 0x0004E8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0004F0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x0004F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetPlayerController_ReturnValue_19) == 0x000500, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetComponentByClass_ReturnValue_19) == 0x000508, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_2) == 0x000510, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000520, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, CallFunc_GetDialogueStage_DialogueStage) == 0x000524, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_SwitchInteger_CmpSuccess_1) == 0x000528, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000530, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x0005F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0006C0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_3) == 0x0007F0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_3) == 0x000920, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_4) == 0x000930, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000940, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000A08, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000AD0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000C00, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_5) == 0x000D30, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_6) == 0x000D40, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x000D50, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x000E18, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000EE0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001010, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_7) == 0x0010D8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_7) == 0x0010E8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_8) == 0x001218, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001228, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_8) == 0x0012F0, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001420, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_9) == 0x0014E8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_9) == 0x0014F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_10) == 0x001628, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001638, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001700, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x001830, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_11) == 0x0018F8, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001908, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_12) == 0x001A38, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x001A48, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001B10, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_13) == 0x001C40, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_13) == 0x001D08, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001D18, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_14) == 0x001E48, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_14) == 0x001E58, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001F20, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_15) == 0x002050, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_15) == 0x002118, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_15) == 0x002128, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_16) == 0x002258, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_16) == 0x002268, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_16) == 0x002330, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_17) == 0x002460, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_17) == 0x002528, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeStruct_FRichDialogueLine_17) == 0x002538, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie, K2Node_MakeArray_Array_18) == 0x002668, "Member 'BP_Dialogue_Tiffanie_C_ExecuteUbergraph_BP_Dialogue_Tiffanie::K2Node_MakeArray_Array_18' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Tiffanie_C \ +static_assert(alignof(ABP_Dialogue_Tiffanie_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Tiffanie_C"); \ +static_assert(sizeof(ABP_Dialogue_Tiffanie_C) == 0x000340, "Wrong size on ABP_Dialogue_Tiffanie_C"); \ +static_assert(offsetof(ABP_Dialogue_Tiffanie_C, UberGraphFrame_BP_Dialogue_Tiffanie_C) == 0x000338, "Member 'ABP_Dialogue_Tiffanie_C::UberGraphFrame_BP_Dialogue_Tiffanie_C' 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_FChaosPhysicsCollisionInfo \ +static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ +static_assert(sizeof(FChaosPhysicsCollisionInfo) == 0x0000C0, "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) == 0x000028, "Member 'FChaosPhysicsCollisionInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AccumulatedImpulse) == 0x000040, "Member 'FChaosPhysicsCollisionInfo::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Velocity) == 0x000058, "Member 'FChaosPhysicsCollisionInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherVelocity) == 0x000070, "Member 'FChaosPhysicsCollisionInfo::OtherVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AngularVelocity) == 0x000088, "Member 'FChaosPhysicsCollisionInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherAngularVelocity) == 0x0000A0, "Member 'FChaosPhysicsCollisionInfo::OtherAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Mass) == 0x0000B8, "Member 'FChaosPhysicsCollisionInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherMass) == 0x0000BC, "Member 'FChaosPhysicsCollisionInfo::OtherMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemovalEventCallbackWrapper \ +static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ +static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000040, "Wrong size on FRemovalEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_FCrumblingEventCallbackWrapper \ +static_assert(alignof(FCrumblingEventCallbackWrapper) == 0x000010, "Wrong alignment on FCrumblingEventCallbackWrapper"); \ +static_assert(sizeof(FCrumblingEventCallbackWrapper) == 0x000040, "Wrong size on FCrumblingEventCallbackWrapper"); \ + +#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_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) == 0x0000A8, "Wrong size on UChaosDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UChaosEventListenerComponent \ +static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ +static_assert(sizeof(UChaosEventListenerComponent) == 0x0000A8, "Wrong size on UChaosEventListenerComponent"); \ + +#define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ +static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ +static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x0002B8, "Wrong size on UChaosGameplayEventDispatcher"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x000168, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x0001B8, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, RemovalEventRegistrations) == 0x000208, "Member 'UChaosGameplayEventDispatcher::RemovalEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CrumblingEventRegistrations) == 0x000258, "Member 'UChaosGameplayEventDispatcher::CrumblingEventRegistrations' 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) == 0x0001B8, "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) == 0x0000C0, "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) == 0x000028, "Wrong size on UChaosSolverEngineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UChaosSolver \ +static_assert(alignof(UChaosSolver) == 0x000008, "Wrong alignment on UChaosSolver"); \ +static_assert(sizeof(UChaosSolver) == 0x000028, "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) == 0x000390, "Wrong size on AChaosSolverActor"); \ +static_assert(offsetof(AChaosSolverActor, Properties) == 0x000290, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x0002FC, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x000300, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000304, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x000308, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x00030C, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x000310, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x000311, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x000314, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x000324, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x000328, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x000338, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x00033C, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, MassScale) == 0x00034C, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x000350, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x000354, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x000358, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x000360, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000380, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverSettings \ +static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ +static_assert(sizeof(UChaosSolverSettings) == 0x000060, "Wrong size on UChaosSolverSettings"); \ +static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1First_TitleOutline_C \ +static_assert(alignof(UCTS_H1First_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H1First_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H1First_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H1First_TitleOutline_C"); \ + +#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) == 0x000298, "Wrong size on AFieldSystemActor"); \ +static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000290, "Member 'AFieldSystemActor::FieldSystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystem \ +static_assert(alignof(UFieldSystem) == 0x000008, "Wrong alignment on UFieldSystem"); \ +static_assert(sizeof(UFieldSystem) == 0x000038, "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) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyLinearForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyLinearForce) == 0x000028, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyLinearForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Magnitude) == 0x000020, "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) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyRadialForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialForce) == 0x000028, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyRadialForce::position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Magnitude) == 0x000020, "Member 'FieldSystemComponent_ApplyRadialForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000028, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Radius) == 0x000020, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Magnitude) == 0x000024, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStayDynamicField \ +static_assert(alignof(FieldSystemComponent_ApplyStayDynamicField) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyStayDynamicField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStayDynamicField) == 0x000028, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyStayDynamicField::position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Radius) == 0x000020, "Member 'FieldSystemComponent_ApplyStayDynamicField::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStrainField \ +static_assert(alignof(FieldSystemComponent_ApplyStrainField) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyStrainField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStrainField) == 0x000030, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyStrainField::position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Radius) == 0x000020, "Member 'FieldSystemComponent_ApplyStrainField::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Magnitude) == 0x000024, "Member 'FieldSystemComponent_ApplyStrainField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Iterations) == 0x000028, "Member 'FieldSystemComponent_ApplyStrainField::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyUniformVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000040, "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) == 0x000008, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Direction) == 0x000020, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Radius) == 0x000038, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Magnitude) == 0x00003C, "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) == 0x0005F0, "Wrong size on UFieldSystemComponent"); \ +static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000518, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000520, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000521, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000528, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000538, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x000568, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaData \ +static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ +static_assert(sizeof(UFieldSystemMetaData) == 0x0000A0, "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) == 0x0000A8, "Wrong size on UFieldSystemMetaDataIteration"); \ +static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000A0, "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) == 0x0000A8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000A0, "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, ObjectType_0) == 0x000001, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::ObjectType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, PositionType_0) == 0x000002, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::PositionType_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) == 0x0000A8, "Wrong size on UFieldSystemMetaDataFilter"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000A0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, ObjectType) == 0x0000A1, "Member 'UFieldSystemMetaDataFilter::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, PositionType) == 0x0000A2, "Member 'UFieldSystemMetaDataFilter::PositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNodeBase \ +static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ +static_assert(sizeof(UFieldNodeBase) == 0x0000A0, "Wrong size on UFieldNodeBase"); \ + +#define DUMPER7_ASSERTS_UFieldNodeInt \ +static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ +static_assert(sizeof(UFieldNodeInt) == 0x0000A0, "Wrong size on UFieldNodeInt"); \ + +#define DUMPER7_ASSERTS_UFieldNodeFloat \ +static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ +static_assert(sizeof(UFieldNodeFloat) == 0x0000A0, "Wrong size on UFieldNodeFloat"); \ + +#define DUMPER7_ASSERTS_UFieldNodeVector \ +static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ +static_assert(sizeof(UFieldNodeVector) == 0x0000A0, "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) == 0x0000A8, "Wrong size on UUniformInteger"); \ +static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000A0, "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) == 0x000038, "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) == 0x000008, "Member 'RadialIntMask_SetRadialIntMask::position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, InteriorValue_0) == 0x000020, "Member 'RadialIntMask_SetRadialIntMask::InteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ExteriorValue_0) == 0x000024, "Member 'RadialIntMask_SetRadialIntMask::ExteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, SetMaskConditionIn) == 0x000028, "Member 'RadialIntMask_SetRadialIntMask::SetMaskConditionIn' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ReturnValue) == 0x000030, "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) == 0x0000D0, "Wrong size on URadialIntMask"); \ +static_assert(offsetof(URadialIntMask, Radius) == 0x0000A0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, position) == 0x0000A8, "Member 'URadialIntMask::position' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000C0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000C4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000C8, "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) == 0x0000A8, "Wrong size on UUniformScalar"); \ +static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000A0, "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) == 0x000038, "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) == 0x000008, "Member 'WaveScalar_SetWaveScalar::position_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, WaveLength_0) == 0x000020, "Member 'WaveScalar_SetWaveScalar::WaveLength_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Period_0) == 0x000024, "Member 'WaveScalar_SetWaveScalar::Period_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Time) == 0x000028, "Member 'WaveScalar_SetWaveScalar::Time' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Function_0) == 0x00002C, "Member 'WaveScalar_SetWaveScalar::Function_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Falloff_0) == 0x00002D, "Member 'WaveScalar_SetWaveScalar::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, ReturnValue) == 0x000030, "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) == 0x0000D0, "Wrong size on UWaveScalar"); \ +static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000A0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, position) == 0x0000A8, "Member 'UWaveScalar::position' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, WaveLength) == 0x0000C0, "Member 'UWaveScalar::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Period) == 0x0000C4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Function) == 0x0000C8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Falloff) == 0x0000C9, "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) == 0x000040, "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) == 0x000018, "Member 'RadialFalloff_SetRadialFalloff::position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Falloff_0) == 0x000030, "Member 'RadialFalloff_SetRadialFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, ReturnValue) == 0x000038, "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) == 0x0000D8, "Wrong size on URadialFalloff"); \ +static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000A0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MinRange) == 0x0000A4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000A8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Default) == 0x0000AC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Radius) == 0x0000B0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, position) == 0x0000B8, "Member 'URadialFalloff::position' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Falloff) == 0x0000D0, "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) == 0x000058, "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) == 0x000018, "Member 'PlaneFalloff_SetPlaneFalloff::position_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Normal_0) == 0x000030, "Member 'PlaneFalloff_SetPlaneFalloff::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Falloff_0) == 0x000048, "Member 'PlaneFalloff_SetPlaneFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, ReturnValue) == 0x000050, "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) == 0x0000A0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000A4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000A8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Default) == 0x0000AC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000B0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, position) == 0x0000B8, "Member 'UPlaneFalloff::position' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000D0, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000E8, "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) == 0x000080, "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) == 0x000070, "Member 'BoxFalloff_SetBoxFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, ReturnValue) == 0x000078, "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) == 0x000120, "Wrong size on UBoxFalloff"); \ +static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000A0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000A4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000A8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Default) == 0x0000AC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Transform) == 0x0000B0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Falloff) == 0x000110, "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) == 0x000080, "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) == 0x000070, "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) == 0x000110, "Wrong size on UNoiseField"); \ +static_assert(offsetof(UNoiseField, MinRange) == 0x0000A0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, MaxRange) == 0x0000A4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, Transform) == 0x0000B0, "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) == 0x000028, "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) == 0x000008, "Member 'UniformVector_SetUniformVector::Direction_0' has a wrong offset!"); \ +static_assert(offsetof(UniformVector_SetUniformVector, ReturnValue) == 0x000020, "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) == 0x0000C0, "Wrong size on UUniformVector"); \ +static_assert(offsetof(UUniformVector, Magnitude) == 0x0000A0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UUniformVector, Direction) == 0x0000A8, "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) == 0x000028, "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) == 0x000008, "Member 'RadialVector_SetRadialVector::position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialVector_SetRadialVector, ReturnValue) == 0x000020, "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) == 0x0000C0, "Wrong size on URadialVector"); \ +static_assert(offsetof(URadialVector, Magnitude) == 0x0000A0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialVector, position) == 0x0000A8, "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) == 0x0000A8, "Wrong size on URandomVector"); \ +static_assert(offsetof(URandomVector, Magnitude) == 0x0000A0, "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) == 0x0000C0, "Wrong size on UOperatorField"); \ +static_assert(offsetof(UOperatorField, Magnitude) == 0x0000A0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, RightField) == 0x0000A8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, LeftField) == 0x0000B0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, Operation) == 0x0000B8, "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) == 0x0000A8, "Wrong size on UToIntegerField"); \ +static_assert(offsetof(UToIntegerField, FloatField) == 0x0000A0, "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) == 0x0000A8, "Wrong size on UToFloatField"); \ +static_assert(offsetof(UToFloatField, IntField) == 0x0000A0, "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) == 0x0000B8, "Wrong size on UCullingField"); \ +static_assert(offsetof(UCullingField, Culling) == 0x0000A0, "Member 'UCullingField::Culling' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Field) == 0x0000A8, "Member 'UCullingField::Field' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Operation) == 0x0000B0, "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) == 0x0000A0, "Wrong size on UReturnResultsTerminal"); \ + +#define DUMPER7_ASSERTS_FStringValuePair \ +static_assert(alignof(FStringValuePair) == 0x000008, "Wrong alignment on FStringValuePair"); \ +static_assert(sizeof(FStringValuePair) == 0x000020, "Wrong size on FStringValuePair"); \ +static_assert(offsetof(FStringValuePair, Key) == 0x000000, "Member 'FStringValuePair::Key' has a wrong offset!"); \ +static_assert(offsetof(FStringValuePair, Value) == 0x000010, "Member 'FStringValuePair::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_EvaluateTerminalNodeByName \ +static_assert(alignof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_EvaluateTerminalNodeByName"); \ +static_assert(sizeof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName) == 0x000018, "Wrong size on DataflowBlueprintLibrary_EvaluateTerminalNodeByName"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, Dataflow) == 0x000000, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::Dataflow' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, TerminalNodeName) == 0x000008, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::TerminalNodeName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, ResultAsset) == 0x000010, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::ResultAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowBlueprintLibrary \ +static_assert(alignof(UDataflowBlueprintLibrary) == 0x000008, "Wrong alignment on UDataflowBlueprintLibrary"); \ +static_assert(sizeof(UDataflowBlueprintLibrary) == 0x000028, "Wrong size on UDataflowBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UDataflowContextObject \ +static_assert(alignof(UDataflowContextObject) == 0x000008, "Wrong alignment on UDataflowContextObject"); \ +static_assert(sizeof(UDataflowContextObject) == 0x000048, "Wrong size on UDataflowContextObject"); \ + +#define DUMPER7_ASSERTS_UDataflowBaseContent \ +static_assert(alignof(UDataflowBaseContent) == 0x000008, "Wrong alignment on UDataflowBaseContent"); \ +static_assert(sizeof(UDataflowBaseContent) == 0x000080, "Wrong size on UDataflowBaseContent"); \ +static_assert(offsetof(UDataflowBaseContent, DataflowAsset) == 0x000048, "Member 'UDataflowBaseContent::DataflowAsset' has a wrong offset!"); \ +static_assert(offsetof(UDataflowBaseContent, DataflowTerminal) == 0x000050, "Member 'UDataflowBaseContent::DataflowTerminal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowSkeletalContent \ +static_assert(alignof(UDataflowSkeletalContent) == 0x000008, "Wrong alignment on UDataflowSkeletalContent"); \ +static_assert(sizeof(UDataflowSkeletalContent) == 0x0000A8, "Wrong size on UDataflowSkeletalContent"); \ +static_assert(offsetof(UDataflowSkeletalContent, SkeletalMesh) == 0x000080, "Member 'UDataflowSkeletalContent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSkeletalContent, AnimationAsset) == 0x000088, "Member 'UDataflowSkeletalContent::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSkeletalContent, Skeleton) == 0x000090, "Member 'UDataflowSkeletalContent::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowEdNode \ +static_assert(alignof(UDataflowEdNode) == 0x000008, "Wrong alignment on UDataflowEdNode"); \ +static_assert(sizeof(UDataflowEdNode) == 0x0000C0, "Wrong size on UDataflowEdNode"); \ +static_assert(offsetof(UDataflowEdNode, bRenderInAssetEditor) == 0x0000B8, "Member 'UDataflowEdNode::bRenderInAssetEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflow \ +static_assert(alignof(UDataflow) == 0x000008, "Wrong alignment on UDataflow"); \ +static_assert(sizeof(UDataflow) == 0x0000A8, "Wrong size on UDataflow"); \ +static_assert(offsetof(UDataflow, bActive) == 0x000088, "Member 'UDataflow::bActive' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Targets) == 0x000090, "Member 'UDataflow::Targets' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Material) == 0x0000A0, "Member 'UDataflow::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosTrailingEventData \ +static_assert(alignof(FChaosTrailingEventData) == 0x000008, "Wrong alignment on FChaosTrailingEventData"); \ +static_assert(sizeof(FChaosTrailingEventData) == 0x000050, "Wrong size on FChaosTrailingEventData"); \ +static_assert(offsetof(FChaosTrailingEventData, Location) == 0x000000, "Member 'FChaosTrailingEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, Velocity) == 0x000018, "Member 'FChaosTrailingEventData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000030, "Member 'FChaosTrailingEventData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000048, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x00004C, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepStateData \ +static_assert(alignof(FGeometryCollectionRepStateData) == 0x000008, "Wrong alignment on FGeometryCollectionRepStateData"); \ +static_assert(sizeof(FGeometryCollectionRepStateData) == 0x000040, "Wrong size on FGeometryCollectionRepStateData"); \ + +#define DUMPER7_ASSERTS_FChaosBreakingEventData \ +static_assert(alignof(FChaosBreakingEventData) == 0x000008, "Wrong alignment on FChaosBreakingEventData"); \ +static_assert(sizeof(FChaosBreakingEventData) == 0x000038, "Wrong size on FChaosBreakingEventData"); \ +static_assert(offsetof(FChaosBreakingEventData, Location) == 0x000000, "Member 'FChaosBreakingEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Velocity) == 0x000018, "Member 'FChaosBreakingEventData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Mass) == 0x000030, "Member 'FChaosBreakingEventData::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosCollisionEventData \ +static_assert(alignof(FChaosCollisionEventData) == 0x000008, "Wrong alignment on FChaosCollisionEventData"); \ +static_assert(sizeof(FChaosCollisionEventData) == 0x000080, "Wrong size on FChaosCollisionEventData"); \ +static_assert(offsetof(FChaosCollisionEventData, Location) == 0x000000, "Member 'FChaosCollisionEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Normal) == 0x000018, "Member 'FChaosCollisionEventData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity1) == 0x000030, "Member 'FChaosCollisionEventData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity2) == 0x000048, "Member 'FChaosCollisionEventData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass1) == 0x000060, "Member 'FChaosCollisionEventData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass2) == 0x000064, "Member 'FChaosCollisionEventData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Impulse) == 0x000068, "Member 'FChaosCollisionEventData::Impulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosRemovalEventData \ +static_assert(alignof(FChaosRemovalEventData) == 0x000008, "Wrong alignment on FChaosRemovalEventData"); \ +static_assert(sizeof(FChaosRemovalEventData) == 0x000020, "Wrong size on FChaosRemovalEventData"); \ +static_assert(offsetof(FChaosRemovalEventData, Location) == 0x000000, "Member 'FChaosRemovalEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventData, Mass) == 0x000018, "Member 'FChaosRemovalEventData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventData, ParticleIndex) == 0x00001C, "Member 'FChaosRemovalEventData::ParticleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionLevelSetData \ +static_assert(alignof(FGeometryCollectionLevelSetData) == 0x000004, "Wrong alignment on FGeometryCollectionLevelSetData"); \ +static_assert(sizeof(FGeometryCollectionLevelSetData) == 0x000010, "Wrong size on FGeometryCollectionLevelSetData"); \ +static_assert(offsetof(FGeometryCollectionLevelSetData, MinLevelSetResolution) == 0x000000, "Member 'FGeometryCollectionLevelSetData::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionLevelSetData, MaxLevelSetResolution) == 0x000004, "Member 'FGeometryCollectionLevelSetData::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionLevelSetData, MinClusterLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionLevelSetData::MinClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionLevelSetData, MaxClusterLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionLevelSetData::MaxClusterLevelSetResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionDamagePropagationData \ +static_assert(alignof(FGeometryCollectionDamagePropagationData) == 0x000004, "Wrong alignment on FGeometryCollectionDamagePropagationData"); \ +static_assert(sizeof(FGeometryCollectionDamagePropagationData) == 0x00000C, "Wrong size on FGeometryCollectionDamagePropagationData"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, bEnabled) == 0x000000, "Member 'FGeometryCollectionDamagePropagationData::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, BreakDamagePropagationFactor) == 0x000004, "Member 'FGeometryCollectionDamagePropagationData::BreakDamagePropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, ShockDamagePropagationFactor) == 0x000008, "Member 'FGeometryCollectionDamagePropagationData::ShockDamagePropagationFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepDynamicData \ +static_assert(alignof(FGeometryCollectionRepDynamicData) == 0x000008, "Wrong alignment on FGeometryCollectionRepDynamicData"); \ +static_assert(sizeof(FGeometryCollectionRepDynamicData) == 0x000018, "Wrong size on FGeometryCollectionRepDynamicData"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepData \ +static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ +static_assert(sizeof(FGeometryCollectionRepData) == 0x000038, "Wrong size on FGeometryCollectionRepData"); \ + +#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_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_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_FChaosRemovalEventRequestSettings \ +static_assert(alignof(FChaosRemovalEventRequestSettings) == 0x000004, "Wrong alignment on FChaosRemovalEventRequestSettings"); \ +static_assert(sizeof(FChaosRemovalEventRequestSettings) == 0x000010, "Wrong size on FChaosRemovalEventRequestSettings"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosRemovalEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosRemovalEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxDistance) == 0x000008, "Member 'FChaosRemovalEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, SortMethod) == 0x00000C, "Member 'FChaosRemovalEventRequestSettings::SortMethod' 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_FGeometryCollectionDebugDrawWarningMessage \ +static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ + +#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_FGeometryCollectionSource \ +static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ +static_assert(sizeof(FGeometryCollectionSource) == 0x0000B0, "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) == 0x000080, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, InstanceCustomData) == 0x000090, "Member 'FGeometryCollectionSource::InstanceCustomData' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bAddInternalMaterials) == 0x0000A0, "Member 'FGeometryCollectionSource::bAddInternalMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bSplitComponents) == 0x0000A1, "Member 'FGeometryCollectionSource::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bSetInternalFromMaterialIndex) == 0x0000A2, "Member 'FGeometryCollectionSource::bSetInternalFromMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionAutoInstanceMesh \ +static_assert(alignof(FGeometryCollectionAutoInstanceMesh) == 0x000008, "Wrong alignment on FGeometryCollectionAutoInstanceMesh"); \ +static_assert(sizeof(FGeometryCollectionAutoInstanceMesh) == 0x000030, "Wrong size on FGeometryCollectionAutoInstanceMesh"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, Mesh) == 0x000000, "Member 'FGeometryCollectionAutoInstanceMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, Materials) == 0x000008, "Member 'FGeometryCollectionAutoInstanceMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, NumInstances) == 0x000018, "Member 'FGeometryCollectionAutoInstanceMesh::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, CustomData) == 0x000020, "Member 'FGeometryCollectionAutoInstanceMesh::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionEmbeddedExemplar \ +static_assert(alignof(FGeometryCollectionEmbeddedExemplar) == 0x000008, "Wrong alignment on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(sizeof(FGeometryCollectionEmbeddedExemplar) == 0x000030, "Wrong size on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StaticMeshExemplar) == 0x000000, "Member 'FGeometryCollectionEmbeddedExemplar::StaticMeshExemplar' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StartCullDistance) == 0x000020, "Member 'FGeometryCollectionEmbeddedExemplar::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, EndCullDistance) == 0x000024, "Member 'FGeometryCollectionEmbeddedExemplar::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, InstanceCount) == 0x000028, "Member 'FGeometryCollectionEmbeddedExemplar::InstanceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionCollisionParticleData \ +static_assert(alignof(FGeometryCollectionCollisionParticleData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionParticleData"); \ +static_assert(sizeof(FGeometryCollectionCollisionParticleData) == 0x000008, "Wrong size on FGeometryCollectionCollisionParticleData"); \ +static_assert(offsetof(FGeometryCollectionCollisionParticleData, CollisionParticlesFraction) == 0x000000, "Member 'FGeometryCollectionCollisionParticleData::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionParticleData, MaximumCollisionParticles) == 0x000004, "Member 'FGeometryCollectionCollisionParticleData::MaximumCollisionParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionCollisionTypeData \ +static_assert(alignof(FGeometryCollectionCollisionTypeData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionTypeData"); \ +static_assert(sizeof(FGeometryCollectionCollisionTypeData) == 0x000024, "Wrong size on FGeometryCollectionCollisionTypeData"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionType) == 0x000000, "Member 'FGeometryCollectionCollisionTypeData::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, ImplicitType) == 0x000001, "Member 'FGeometryCollectionCollisionTypeData::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, LevelSet) == 0x000004, "Member 'FGeometryCollectionCollisionTypeData::LevelSet' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionParticles) == 0x000014, "Member 'FGeometryCollectionCollisionTypeData::CollisionParticles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionObjectReductionPercentage) == 0x00001C, "Member 'FGeometryCollectionCollisionTypeData::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionMarginFraction) == 0x000020, "Member 'FGeometryCollectionCollisionTypeData::CollisionMarginFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ +static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000008, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ +static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000020, "Wrong size on FGeometryCollectionSizeSpecificData"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionShapes) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::CollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, DamageThreshold) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::DamageThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionProxyMeshData \ +static_assert(alignof(FGeometryCollectionProxyMeshData) == 0x000008, "Wrong alignment on FGeometryCollectionProxyMeshData"); \ +static_assert(sizeof(FGeometryCollectionProxyMeshData) == 0x000010, "Wrong size on FGeometryCollectionProxyMeshData"); \ +static_assert(offsetof(FGeometryCollectionProxyMeshData, ProxyMeshes) == 0x000000, "Member 'FGeometryCollectionProxyMeshData::ProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRenderResourceSizeInfo \ +static_assert(alignof(FGeometryCollectionRenderResourceSizeInfo) == 0x000008, "Wrong alignment on FGeometryCollectionRenderResourceSizeInfo"); \ +static_assert(sizeof(FGeometryCollectionRenderResourceSizeInfo) == 0x000010, "Wrong size on FGeometryCollectionRenderResourceSizeInfo"); \ +static_assert(offsetof(FGeometryCollectionRenderResourceSizeInfo, MeshResourcesSize) == 0x000000, "Member 'FGeometryCollectionRenderResourceSizeInfo::MeshResourcesSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionRenderResourceSizeInfo, NaniteResourcesSize) == 0x000008, "Member 'FGeometryCollectionRenderResourceSizeInfo::NaniteResourcesSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData \ +static_assert(alignof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData"); \ +static_assert(sizeof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData) == 0x000010, "Wrong size on GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, GeometryCollectionComponent) == 0x000000, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, CustomDataIndex) == 0x000008, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, CustomDataValue) == 0x00000C, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::CustomDataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionBlueprintLibrary \ +static_assert(alignof(UGeometryCollectionBlueprintLibrary) == 0x000008, "Wrong alignment on UGeometryCollectionBlueprintLibrary"); \ +static_assert(sizeof(UGeometryCollectionBlueprintLibrary) == 0x000028, "Wrong size on UGeometryCollectionBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_IGeometryCollectionExternalRenderInterface \ +static_assert(alignof(IGeometryCollectionExternalRenderInterface) == 0x000001, "Wrong alignment on IGeometryCollectionExternalRenderInterface"); \ +static_assert(sizeof(IGeometryCollectionExternalRenderInterface) == 0x000001, "Wrong size on IGeometryCollectionExternalRenderInterface"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionISMPoolSubSystem_OnActorEndPlay \ +static_assert(alignof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay) == 0x000008, "Wrong alignment on GeometryCollectionISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(sizeof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay) == 0x000010, "Wrong size on GeometryCollectionISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(offsetof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay, InSource) == 0x000000, "Member 'GeometryCollectionISMPoolSubSystem_OnActorEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay, Reason) == 0x000008, "Member 'GeometryCollectionISMPoolSubSystem_OnActorEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolSubSystem \ +static_assert(alignof(UGeometryCollectionISMPoolSubSystem) == 0x000008, "Wrong alignment on UGeometryCollectionISMPoolSubSystem"); \ +static_assert(sizeof(UGeometryCollectionISMPoolSubSystem) == 0x000080, "Wrong size on UGeometryCollectionISMPoolSubSystem"); \ + +#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_SetRemovalEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetRemovalEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetRemovalEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetRemovalEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetRemovalEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetRemovalEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetRemovalEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetRemovalEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetRemovalEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetRemovalEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetRemovalEventRequestSettings) == 0x000010, "Wrong size on ChaosDestructionListener_SetRemovalEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetRemovalEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetRemovalEventRequestSettings::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_SortRemovalEvents \ +static_assert(alignof(ChaosDestructionListener_SortRemovalEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortRemovalEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortRemovalEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortRemovalEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortRemovalEvents, RemovalEvents) == 0x000000, "Member 'ChaosDestructionListener_SortRemovalEvents::RemovalEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortRemovalEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortRemovalEvents::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) == 0x0004E0, "Wrong size on UChaosDestructionListener"); \ +static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x000234, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x00024C, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x000264, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, RemovalEventRequestSettings) == 0x00027C, "Member 'UChaosDestructionListener::RemovalEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000290, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x0002E0, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x000330, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x000340, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000350, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnRemovalEvents) == 0x000360, "Member 'UChaosDestructionListener::OnRemovalEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionActor_RaycastSingle \ +static_assert(alignof(GeometryCollectionActor_RaycastSingle) == 0x000008, "Wrong alignment on GeometryCollectionActor_RaycastSingle"); \ +static_assert(sizeof(GeometryCollectionActor_RaycastSingle) == 0x000130, "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) == 0x000018, "Member 'GeometryCollectionActor_RaycastSingle::End' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, OutHit) == 0x000030, "Member 'GeometryCollectionActor_RaycastSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, ReturnValue) == 0x000128, "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) == 0x0002A0, "Wrong size on AGeometryCollectionActor"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000290, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000298, "Member 'AGeometryCollectionActor::GeometryCollectionDebugDrawComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionCache \ +static_assert(alignof(UGeometryCollectionCache) == 0x000008, "Wrong alignment on UGeometryCollectionCache"); \ +static_assert(sizeof(UGeometryCollectionCache) == 0x000050, "Wrong size on UGeometryCollectionCache"); \ +static_assert(offsetof(UGeometryCollectionCache, RecordedData) == 0x000028, "Member 'UGeometryCollectionCache::RecordedData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, SupportedCollection) == 0x000038, "Member 'UGeometryCollectionCache::SupportedCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, CompatibleCollectionState) == 0x000040, "Member 'UGeometryCollectionCache::CompatibleCollectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyAngularVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyAngularVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyAngularVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyAngularVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyAngularVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyAngularVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyAngularVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyAngularVelocity, AngularVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyBreakingAngularVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyBreakingAngularVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyBreakingAngularVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyBreakingAngularVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyBreakingAngularVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingAngularVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyBreakingAngularVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingAngularVelocity, AngularVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyBreakingAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyBreakingLinearVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyBreakingLinearVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyBreakingLinearVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyBreakingLinearVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyBreakingLinearVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingLinearVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyBreakingLinearVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingLinearVelocity, LinearVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyBreakingLinearVelocity::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyExternalStrain \ +static_assert(alignof(GeometryCollectionComponent_ApplyExternalStrain) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyExternalStrain"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyExternalStrain) == 0x000030, "Wrong size on GeometryCollectionComponent_ApplyExternalStrain"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyExternalStrain::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Location) == 0x000008, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Radius) == 0x000020, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, PropagationDepth) == 0x000024, "Member 'GeometryCollectionComponent_ApplyExternalStrain::PropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, PropagationFactor) == 0x000028, "Member 'GeometryCollectionComponent_ApplyExternalStrain::PropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Strain) == 0x00002C, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Strain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyInternalStrain \ +static_assert(alignof(GeometryCollectionComponent_ApplyInternalStrain) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyInternalStrain"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyInternalStrain) == 0x000030, "Wrong size on GeometryCollectionComponent_ApplyInternalStrain"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyInternalStrain::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Location) == 0x000008, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Radius) == 0x000020, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, PropagationDepth) == 0x000024, "Member 'GeometryCollectionComponent_ApplyInternalStrain::PropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, PropagationFactor) == 0x000028, "Member 'GeometryCollectionComponent_ApplyInternalStrain::PropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Strain) == 0x00002C, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Strain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyKinematicField \ +static_assert(alignof(GeometryCollectionComponent_ApplyKinematicField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyKinematicField) == 0x000020, "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) == 0x000008, "Member 'GeometryCollectionComponent_ApplyKinematicField::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyLinearVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyLinearVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyLinearVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyLinearVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyLinearVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyLinearVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyLinearVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyLinearVelocity, LinearVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyLinearVelocity::LinearVelocity' 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_CrumbleCluster \ +static_assert(alignof(GeometryCollectionComponent_CrumbleCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_CrumbleCluster"); \ +static_assert(sizeof(GeometryCollectionComponent_CrumbleCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_CrumbleCluster"); \ +static_assert(offsetof(GeometryCollectionComponent_CrumbleCluster, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_CrumbleCluster::ItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_EnableRootProxyForCustomRenderer \ +static_assert(alignof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer) == 0x000001, "Wrong alignment on GeometryCollectionComponent_EnableRootProxyForCustomRenderer"); \ +static_assert(sizeof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer) == 0x000001, "Wrong size on GeometryCollectionComponent_EnableRootProxyForCustomRenderer"); \ +static_assert(offsetof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer, bEnable) == 0x000000, "Member 'GeometryCollectionComponent_EnableRootProxyForCustomRenderer::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetDebugInfo \ +static_assert(alignof(GeometryCollectionComponent_GetDebugInfo) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetDebugInfo"); \ +static_assert(sizeof(GeometryCollectionComponent_GetDebugInfo) == 0x000010, "Wrong size on GeometryCollectionComponent_GetDebugInfo"); \ +static_assert(offsetof(GeometryCollectionComponent_GetDebugInfo, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetInitialLevel \ +static_assert(alignof(GeometryCollectionComponent_GetInitialLevel) == 0x000004, "Wrong alignment on GeometryCollectionComponent_GetInitialLevel"); \ +static_assert(sizeof(GeometryCollectionComponent_GetInitialLevel) == 0x000008, "Wrong size on GeometryCollectionComponent_GetInitialLevel"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLevel, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_GetInitialLevel::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLevel, ReturnValue) == 0x000004, "Member 'GeometryCollectionComponent_GetInitialLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetMassAndExtents \ +static_assert(alignof(GeometryCollectionComponent_GetMassAndExtents) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetMassAndExtents"); \ +static_assert(sizeof(GeometryCollectionComponent_GetMassAndExtents) == 0x000040, "Wrong size on GeometryCollectionComponent_GetMassAndExtents"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_GetMassAndExtents::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, OutMass) == 0x000004, "Member 'GeometryCollectionComponent_GetMassAndExtents::OutMass' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, OutExtents) == 0x000008, "Member 'GeometryCollectionComponent_GetMassAndExtents::OutExtents' 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) == 0x0000C0, "Wrong size on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'GeometryCollectionComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName \ +static_assert(alignof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName) == 0x000008, "Wrong size on GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName, CollisionProfile) == 0x000000, "Member 'GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByBox \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByBox) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByBox"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByBox) == 0x000040, "Wrong size on GeometryCollectionComponent_SetAnchoredByBox"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, WorldSpaceBox) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByBox::WorldSpaceBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, bAnchored) == 0x000038, "Member 'GeometryCollectionComponent_SetAnchoredByBox::bAnchored' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, MaxLevel) == 0x00003C, "Member 'GeometryCollectionComponent_SetAnchoredByBox::MaxLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByIndex \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByIndex) == 0x000008, "Wrong size on GeometryCollectionComponent_SetAnchoredByIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByIndex, Index_0) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByIndex, bAnchored) == 0x000004, "Member 'GeometryCollectionComponent_SetAnchoredByIndex::bAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByTransformedBox \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByTransformedBox) == 0x000010, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByTransformedBox"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByTransformedBox) == 0x0000B0, "Wrong size on GeometryCollectionComponent_SetAnchoredByTransformedBox"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, Box) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, Transform) == 0x000040, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, bAnchored) == 0x0000A0, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::bAnchored' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, MaxLevel) == 0x0000A4, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::MaxLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamageModel \ +static_assert(alignof(GeometryCollectionComponent_SetDamageModel) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetDamageModel"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamageModel) == 0x000001, "Wrong size on GeometryCollectionComponent_SetDamageModel"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamageModel, InDamageModel) == 0x000000, "Member 'GeometryCollectionComponent_SetDamageModel::InDamageModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamagePropagationData \ +static_assert(alignof(GeometryCollectionComponent_SetDamagePropagationData) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetDamagePropagationData"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamagePropagationData) == 0x00000C, "Wrong size on GeometryCollectionComponent_SetDamagePropagationData"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamagePropagationData, InDamagePropagationData) == 0x000000, "Member 'GeometryCollectionComponent_SetDamagePropagationData::InDamagePropagationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamageThreshold \ +static_assert(alignof(GeometryCollectionComponent_SetDamageThreshold) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetDamageThreshold"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamageThreshold) == 0x000010, "Wrong size on GeometryCollectionComponent_SetDamageThreshold"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamageThreshold, InDamageThreshold) == 0x000000, "Member 'GeometryCollectionComponent_SetDamageThreshold::InDamageThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDensityFromPhysicsMaterial \ +static_assert(alignof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetDensityFromPhysicsMaterial"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial) == 0x000001, "Wrong size on GeometryCollectionComponent_SetDensityFromPhysicsMaterial"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial, bInDensityFromPhysicsMaterial) == 0x000000, "Member 'GeometryCollectionComponent_SetDensityFromPhysicsMaterial::bInDensityFromPhysicsMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetEnableDamageFromCollision \ +static_assert(alignof(GeometryCollectionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetEnableDamageFromCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong size on GeometryCollectionComponent_SetEnableDamageFromCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_SetEnableDamageFromCollision, bValue) == 0x000000, "Member 'GeometryCollectionComponent_SetEnableDamageFromCollision::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetGravityGroupIndex \ +static_assert(alignof(GeometryCollectionComponent_SetGravityGroupIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetGravityGroupIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_SetGravityGroupIndex) == 0x000004, "Wrong size on GeometryCollectionComponent_SetGravityGroupIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_SetGravityGroupIndex, InGravityGroupIndex) == 0x000000, "Member 'GeometryCollectionComponent_SetGravityGroupIndex::InGravityGroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetLocalRestTransforms \ +static_assert(alignof(GeometryCollectionComponent_SetLocalRestTransforms) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetLocalRestTransforms"); \ +static_assert(sizeof(GeometryCollectionComponent_SetLocalRestTransforms) == 0x000018, "Wrong size on GeometryCollectionComponent_SetLocalRestTransforms"); \ +static_assert(offsetof(GeometryCollectionComponent_SetLocalRestTransforms, Transforms) == 0x000000, "Member 'GeometryCollectionComponent_SetLocalRestTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetLocalRestTransforms, bOnlyLeaves) == 0x000010, "Member 'GeometryCollectionComponent_SetLocalRestTransforms::bOnlyLeaves' 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_GeometryCollectionComponent_SetNotifyCrumblings \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyCrumblings) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyCrumblings"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyCrumblings) == 0x000002, "Wrong size on GeometryCollectionComponent_SetNotifyCrumblings"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyCrumblings, bNewNotifyCrumblings) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyCrumblings::bNewNotifyCrumblings' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyCrumblings, bNewCrumblingEventIncludesChildren) == 0x000001, "Member 'GeometryCollectionComponent_SetNotifyCrumblings::bNewCrumblingEventIncludesChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalBreaks \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalBreaks"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalBreaks"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalBreaks, bNewNotifyGlobalBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalBreaks::bNewNotifyGlobalBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalCollision \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalCollision) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalCollision) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCollision, bNewNotifyGlobalCollisions) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalCollision::bNewNotifyGlobalCollisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalCrumblings \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalCrumblings) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalCrumblings"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalCrumblings) == 0x000002, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalCrumblings"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCrumblings, bNewNotifyGlobalCrumblings) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalCrumblings::bNewNotifyGlobalCrumblings' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCrumblings, bGlobalNewCrumblingEventIncludesChildren) == 0x000001, "Member 'GeometryCollectionComponent_SetNotifyGlobalCrumblings::bGlobalNewCrumblingEventIncludesChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalRemovals \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalRemovals) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalRemovals"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalRemovals) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalRemovals"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalRemovals, bNewNotifyGlobalRemovals) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalRemovals::bNewNotifyGlobalRemovals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyRemovals \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyRemovals"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyRemovals"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyRemovals, bNewNotifyRemovals) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyRemovals::bNewNotifyRemovals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetOneWayInteractionLevel \ +static_assert(alignof(GeometryCollectionComponent_SetOneWayInteractionLevel) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetOneWayInteractionLevel"); \ +static_assert(sizeof(GeometryCollectionComponent_SetOneWayInteractionLevel) == 0x000004, "Wrong size on GeometryCollectionComponent_SetOneWayInteractionLevel"); \ +static_assert(offsetof(GeometryCollectionComponent_SetOneWayInteractionLevel, InOneWayInteractionLevel) == 0x000000, "Member 'GeometryCollectionComponent_SetOneWayInteractionLevel::InOneWayInteractionLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetPerLevelCollisionProfileNames \ +static_assert(alignof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetPerLevelCollisionProfileNames"); \ +static_assert(sizeof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames) == 0x000010, "Wrong size on GeometryCollectionComponent_SetPerLevelCollisionProfileNames"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames, ProfileNames) == 0x000000, "Member 'GeometryCollectionComponent_SetPerLevelCollisionProfileNames::ProfileNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetPerParticleCollisionProfileName \ +static_assert(alignof(GeometryCollectionComponent_SetPerParticleCollisionProfileName) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetPerParticleCollisionProfileName"); \ +static_assert(sizeof(GeometryCollectionComponent_SetPerParticleCollisionProfileName) == 0x000018, "Wrong size on GeometryCollectionComponent_SetPerParticleCollisionProfileName"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerParticleCollisionProfileName, BoneIds) == 0x000000, "Member 'GeometryCollectionComponent_SetPerParticleCollisionProfileName::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerParticleCollisionProfileName, ProfileName) == 0x000010, "Member 'GeometryCollectionComponent_SetPerParticleCollisionProfileName::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetRestCollection \ +static_assert(alignof(GeometryCollectionComponent_SetRestCollection) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetRestCollection"); \ +static_assert(sizeof(GeometryCollectionComponent_SetRestCollection) == 0x000010, "Wrong size on GeometryCollectionComponent_SetRestCollection"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRestCollection, RestCollectionIn) == 0x000000, "Member 'GeometryCollectionComponent_SetRestCollection::RestCollectionIn' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRestCollection, bApplyAssetDefaults) == 0x000008, "Member 'GeometryCollectionComponent_SetRestCollection::bApplyAssetDefaults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetUseMaterialDamageModifiers \ +static_assert(alignof(GeometryCollectionComponent_SetUseMaterialDamageModifiers) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetUseMaterialDamageModifiers"); \ +static_assert(sizeof(GeometryCollectionComponent_SetUseMaterialDamageModifiers) == 0x000001, "Wrong size on GeometryCollectionComponent_SetUseMaterialDamageModifiers"); \ +static_assert(offsetof(GeometryCollectionComponent_SetUseMaterialDamageModifiers, bInUseMaterialDamageModifiers) == 0x000000, "Member 'GeometryCollectionComponent_SetUseMaterialDamageModifiers::bInUseMaterialDamageModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces \ +static_assert(alignof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces"); \ +static_assert(sizeof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong size on GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces"); \ +static_assert(offsetof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces, bInUseStaticMeshCollisionForTraces) == 0x000000, "Member 'GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces::bInUseStaticMeshCollisionForTraces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetDamageThreshold \ +static_assert(alignof(GeometryCollectionComponent_GetDamageThreshold) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetDamageThreshold"); \ +static_assert(sizeof(GeometryCollectionComponent_GetDamageThreshold) == 0x000010, "Wrong size on GeometryCollectionComponent_GetDamageThreshold"); \ +static_assert(offsetof(GeometryCollectionComponent_GetDamageThreshold, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetDamageThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetInitialLocalRestTransforms \ +static_assert(alignof(GeometryCollectionComponent_GetInitialLocalRestTransforms) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetInitialLocalRestTransforms"); \ +static_assert(sizeof(GeometryCollectionComponent_GetInitialLocalRestTransforms) == 0x000010, "Wrong size on GeometryCollectionComponent_GetInitialLocalRestTransforms"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLocalRestTransforms, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetInitialLocalRestTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetLocalBounds \ +static_assert(alignof(GeometryCollectionComponent_GetLocalBounds) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetLocalBounds"); \ +static_assert(sizeof(GeometryCollectionComponent_GetLocalBounds) == 0x000038, "Wrong size on GeometryCollectionComponent_GetLocalBounds"); \ +static_assert(offsetof(GeometryCollectionComponent_GetLocalBounds, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetLocalBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootCurrentTransform \ +static_assert(alignof(GeometryCollectionComponent_GetRootCurrentTransform) == 0x000010, "Wrong alignment on GeometryCollectionComponent_GetRootCurrentTransform"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootCurrentTransform) == 0x000060, "Wrong size on GeometryCollectionComponent_GetRootCurrentTransform"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootCurrentTransform, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootCurrentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootIndex \ +static_assert(alignof(GeometryCollectionComponent_GetRootIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_GetRootIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootIndex) == 0x000004, "Wrong size on GeometryCollectionComponent_GetRootIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootIndex, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootInitialTransform \ +static_assert(alignof(GeometryCollectionComponent_GetRootInitialTransform) == 0x000010, "Wrong alignment on GeometryCollectionComponent_GetRootInitialTransform"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootInitialTransform) == 0x000060, "Wrong size on GeometryCollectionComponent_GetRootInitialTransform"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootInitialTransform, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootInitialTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces \ +static_assert(alignof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong alignment on GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces"); \ +static_assert(sizeof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong size on GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces"); \ +static_assert(offsetof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_IsRootBroken \ +static_assert(alignof(GeometryCollectionComponent_IsRootBroken) == 0x000001, "Wrong alignment on GeometryCollectionComponent_IsRootBroken"); \ +static_assert(sizeof(GeometryCollectionComponent_IsRootBroken) == 0x000001, "Wrong size on GeometryCollectionComponent_IsRootBroken"); \ +static_assert(offsetof(GeometryCollectionComponent_IsRootBroken, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_IsRootBroken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionComponent \ +static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ +static_assert(sizeof(UGeometryCollectionComponent) == 0x000A50, "Wrong size on UGeometryCollectionComponent"); \ +static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000558, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000568, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000570, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x000580, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x000582, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, GravityGroupIndex) == 0x000584, "Member 'UGeometryCollectionComponent::GravityGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OneWayInteractionLevel) == 0x000588, "Member 'UGeometryCollectionComponent::OneWayInteractionLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bDensityFromPhysicsMaterial) == 0x00058C, "Member 'UGeometryCollectionComponent::bDensityFromPhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bForceMotionBlur) == 0x00058D, "Member 'UGeometryCollectionComponent::bForceMotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x00058E, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x000590, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x000594, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxSimulatedLevel) == 0x000598, "Member 'UGeometryCollectionComponent::MaxSimulatedLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageModel) == 0x00059C, "Member 'UGeometryCollectionComponent::DamageModel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x0005A0, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseSizeSpecificDamageThreshold) == 0x0005B0, "Member 'UGeometryCollectionComponent::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseMaterialDamageModifiers) == 0x0005B1, "Member 'UGeometryCollectionComponent::bUseMaterialDamageModifiers' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamagePropagationData) == 0x0005B4, "Member 'UGeometryCollectionComponent::DamagePropagationData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableDamageFromCollision) == 0x0005C0, "Member 'UGeometryCollectionComponent::bEnableDamageFromCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAllowRemovalOnSleep) == 0x0005C1, "Member 'UGeometryCollectionComponent::bAllowRemovalOnSleep' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAllowRemovalOnBreak) == 0x0005C2, "Member 'UGeometryCollectionComponent::bAllowRemovalOnBreak' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005C3, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005C4, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005C8, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005CC, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0005D0, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005D8, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x0005E0, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x0005E8, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x000600, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000618, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x000620, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestTransforms) == 0x000670, "Member 'UGeometryCollectionComponent::RestTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000680, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000690, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x0006B8, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalEvent) == 0x0006C8, "Member 'UGeometryCollectionComponent::OnChaosRemovalEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosCrumblingEvent) == 0x0006D8, "Member 'UGeometryCollectionComponent::OnChaosCrumblingEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x000730, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x000734, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x000738, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x000748, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x000749, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyTrailing) == 0x00074A, "Member 'UGeometryCollectionComponent::bNotifyTrailing' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyRemovals) == 0x00074B, "Member 'UGeometryCollectionComponent::bNotifyRemovals' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCrumblings) == 0x00074C, "Member 'UGeometryCollectionComponent::bNotifyCrumblings' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bCrumblingEventIncludesChildren) == 0x00074D, "Member 'UGeometryCollectionComponent::bCrumblingEventIncludesChildren' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalBreaks) == 0x00074E, "Member 'UGeometryCollectionComponent::bNotifyGlobalBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalCollisions) == 0x00074F, "Member 'UGeometryCollectionComponent::bNotifyGlobalCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalRemovals) == 0x000750, "Member 'UGeometryCollectionComponent::bNotifyGlobalRemovals' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalCrumblings) == 0x000751, "Member 'UGeometryCollectionComponent::bNotifyGlobalCrumblings' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bGlobalCrumblingEventIncludesChildren) == 0x000752, "Member 'UGeometryCollectionComponent::bGlobalCrumblingEventIncludesChildren' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bStoreVelocities) == 0x000753, "Member 'UGeometryCollectionComponent::bStoreVelocities' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bIsCurrentlyNavigationRelevant) == 0x000754, "Member 'UGeometryCollectionComponent::bIsCurrentlyNavigationRelevant' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bShowBoneColors) == 0x000755, "Member 'UGeometryCollectionComponent::bShowBoneColors' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUpdateComponentTransformToRootBone) == 0x000756, "Member 'UGeometryCollectionComponent::bUpdateComponentTransformToRootBone' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseRootProxyForNavigation) == 0x000757, "Member 'UGeometryCollectionComponent::bUseRootProxyForNavigation' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUpdateNavigationInTick) == 0x000758, "Member 'UGeometryCollectionComponent::bUpdateNavigationInTick' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ISMPool) == 0x000760, "Member 'UGeometryCollectionComponent::ISMPool' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAutoAssignISMPool) == 0x000768, "Member 'UGeometryCollectionComponent::bAutoAssignISMPool' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bOverrideCustomRenderer) == 0x000769, "Member 'UGeometryCollectionComponent::bOverrideCustomRenderer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CustomRendererType) == 0x000770, "Member 'UGeometryCollectionComponent::CustomRendererType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableRootProxyForCustomRenderer) == 0x000778, "Member 'UGeometryCollectionComponent::bEnableRootProxyForCustomRenderer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CustomRenderer) == 0x000780, "Member 'UGeometryCollectionComponent::CustomRenderer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x000790, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x000791, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AbandonedCollisionProfileName) == 0x000794, "Member 'UGeometryCollectionComponent::AbandonedCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionProfilePerLevel) == 0x0007A0, "Member 'UGeometryCollectionComponent::CollisionProfilePerLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x0007C0, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonAfterLevel) == 0x0007C4, "Member 'UGeometryCollectionComponent::ReplicationAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationMaxPositionAndVelocityCorrectionLevel) == 0x0007C8, "Member 'UGeometryCollectionComponent::ReplicationMaxPositionAndVelocityCorrectionLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x0007D0, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepStateData) == 0x000808, "Member 'UGeometryCollectionComponent::RepStateData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepDynamicData) == 0x000848, "Member 'UGeometryCollectionComponent::RepDynamicData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000980, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EventDispatcher) == 0x000988, "Member 'UGeometryCollectionComponent::EventDispatcher' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EmbeddedGeometryComponents) == 0x000990, "Member 'UGeometryCollectionComponent::EmbeddedGeometryComponents' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseStaticMeshCollisionForTraces) == 0x0009A0, "Member 'UGeometryCollectionComponent::bUseStaticMeshCollisionForTraces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ +static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ +static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000350, "Wrong size on AGeometryCollectionDebugDrawActor"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x0002B1, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x0002B2, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x0002B3, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x0002B5, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x0002B6, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x0002B7, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x0002B9, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x0002BA, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x0002BB, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x0002BD, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x0002BE, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x0002BF, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x0002C1, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x0002C2, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x0002C3, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x0002C5, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x0002C6, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x0002C7, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x0002CD, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x0002CE, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x0002CF, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x0002E4, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x0002EC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x0002F0, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x0002F4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x0002F8, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x0002FC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000300, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x000304, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x000308, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x00030C, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x000310, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x000314, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x000318, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x00031C, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x000320, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x000324, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x000328, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x00032C, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x000330, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x000334, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x000338, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x00033C, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x000340, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x000348, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000B8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000A0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000A8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionISMPoolActor \ +static_assert(alignof(AGeometryCollectionISMPoolActor) == 0x000008, "Wrong alignment on AGeometryCollectionISMPoolActor"); \ +static_assert(sizeof(AGeometryCollectionISMPoolActor) == 0x0002A0, "Wrong size on AGeometryCollectionISMPoolActor"); \ +static_assert(offsetof(AGeometryCollectionISMPoolActor, ISMPoolComp) == 0x000290, "Member 'AGeometryCollectionISMPoolActor::ISMPoolComp' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionISMPoolActor, ISMPoolDebugDrawComp) == 0x000298, "Member 'AGeometryCollectionISMPoolActor::ISMPoolDebugDrawComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolComponent \ +static_assert(alignof(UGeometryCollectionISMPoolComponent) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolComponent"); \ +static_assert(sizeof(UGeometryCollectionISMPoolComponent) == 0x000360, "Wrong size on UGeometryCollectionISMPoolComponent"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolRenderer \ +static_assert(alignof(UGeometryCollectionISMPoolRenderer) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolRenderer"); \ +static_assert(sizeof(UGeometryCollectionISMPoolRenderer) == 0x0000E0, "Wrong size on UGeometryCollectionISMPoolRenderer"); \ +static_assert(offsetof(UGeometryCollectionISMPoolRenderer, ISMPoolActor) == 0x000030, "Member 'UGeometryCollectionISMPoolRenderer::ISMPoolActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_SetConvertVertexColorsToSRGB \ +static_assert(alignof(GeometryCollection_SetConvertVertexColorsToSRGB) == 0x000001, "Wrong alignment on GeometryCollection_SetConvertVertexColorsToSRGB"); \ +static_assert(sizeof(GeometryCollection_SetConvertVertexColorsToSRGB) == 0x000001, "Wrong size on GeometryCollection_SetConvertVertexColorsToSRGB"); \ +static_assert(offsetof(GeometryCollection_SetConvertVertexColorsToSRGB, bValue) == 0x000000, "Member 'GeometryCollection_SetConvertVertexColorsToSRGB::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_SetEnableNanite \ +static_assert(alignof(GeometryCollection_SetEnableNanite) == 0x000001, "Wrong alignment on GeometryCollection_SetEnableNanite"); \ +static_assert(sizeof(GeometryCollection_SetEnableNanite) == 0x000001, "Wrong size on GeometryCollection_SetEnableNanite"); \ +static_assert(offsetof(GeometryCollection_SetEnableNanite, bValue) == 0x000000, "Member 'GeometryCollection_SetEnableNanite::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollection \ +static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ +static_assert(sizeof(UGeometryCollection) == 0x000218, "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, DamageModel) == 0x000044, "Member 'UGeometryCollection::DamageModel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000048, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseSizeSpecificDamageThreshold) == 0x000058, "Member 'UGeometryCollection::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseMaterialDamageModifiers) == 0x000059, "Member 'UGeometryCollection::bUseMaterialDamageModifiers' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PerClusterOnlyDamageThreshold) == 0x00005A, "Member 'UGeometryCollection::PerClusterOnlyDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamagePropagationData) == 0x00005C, "Member 'UGeometryCollection::DamagePropagationData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000068, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ConnectionGraphBoundsFilteringMargin) == 0x00006C, "Member 'UGeometryCollection::ConnectionGraphBoundsFilteringMargin' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Materials) == 0x000070, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EmbeddedGeometryExemplar) == 0x000080, "Member 'UGeometryCollection::EmbeddedGeometryExemplar' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseFullPrecisionUVs) == 0x000090, "Member 'UGeometryCollection::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bStripOnCook) == 0x000091, "Member 'UGeometryCollection::bStripOnCook' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bStripRenderDataOnCook) == 0x000092, "Member 'UGeometryCollection::bStripRenderDataOnCook' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CustomRendererType) == 0x000098, "Member 'UGeometryCollection::CustomRendererType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RootProxyData) == 0x0000A0, "Member 'UGeometryCollection::RootProxyData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AutoInstanceMeshes) == 0x0000B0, "Member 'UGeometryCollection::AutoInstanceMeshes' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableNanite) == 0x0000C0, "Member 'UGeometryCollection::EnableNanite' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bConvertVertexColorsToSRGB) == 0x0000C1, "Member 'UGeometryCollection::bConvertVertexColorsToSRGB' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PhysicsMaterial) == 0x0000C8, "Member 'UGeometryCollection::PhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bDensityFromPhysicsMaterial) == 0x0000D0, "Member 'UGeometryCollection::bDensityFromPhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CachedDensityFromPhysicsMaterialInGCm3) == 0x0000D4, "Member 'UGeometryCollection::CachedDensityFromPhysicsMaterialInGCm3' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x0000D8, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Mass) == 0x0000DC, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x0000E0, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bImportCollisionFromSource) == 0x0000E4, "Member 'UGeometryCollection::bImportCollisionFromSource' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bOptimizeConvexes) == 0x0000E5, "Member 'UGeometryCollection::bOptimizeConvexes' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bScaleOnRemoval) == 0x0000E6, "Member 'UGeometryCollection::bScaleOnRemoval' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bRemoveOnMaxSleep) == 0x0000E7, "Member 'UGeometryCollection::bRemoveOnMaxSleep' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaximumSleepTime) == 0x0000E8, "Member 'UGeometryCollection::MaximumSleepTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemovalDuration) == 0x0000F8, "Member 'UGeometryCollection::RemovalDuration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bSlowMovingAsSleeping) == 0x000108, "Member 'UGeometryCollection::bSlowMovingAsSleeping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SlowMovingVelocityThreshold) == 0x00010C, "Member 'UGeometryCollection::SlowMovingVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x000110, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x000120, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x000128, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DataflowAsset) == 0x000138, "Member 'UGeometryCollection::DataflowAsset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DataflowTerminal) == 0x000140, "Member 'UGeometryCollection::DataflowTerminal' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Overrides) == 0x000150, "Member 'UGeometryCollection::Overrides' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0001A0, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0001B0, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RootIndex) == 0x0001C0, "Member 'UGeometryCollection::RootIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BreadthFirstTransformIndices) == 0x0001C8, "Member 'UGeometryCollection::BreadthFirstTransformIndices' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AutoInstanceTransformRemapIndices) == 0x0001D8, "Member 'UGeometryCollection::AutoInstanceTransformRemapIndices' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0001E8, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterial) == 0x0001F0, "Member 'UGeometryCollection::BoneSelectedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AssetUserData) == 0x000208, "Member 'UGeometryCollection::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ +static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x000380, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x000290, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000298, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x0002A0, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x0002A4, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x0002A8, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x0002A9, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionISMPoolDebugDrawComponent) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionISMPoolDebugDrawComponent) == 0x000580, "Wrong size on UGeometryCollectionISMPoolDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowGlobalStats) == 0x000568, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowGlobalStats' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowStats) == 0x000569, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowStats' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowBounds) == 0x00056A, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowBounds' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, SelectedComponent) == 0x000570, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::SelectedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_12_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill0_K2Node_ComponentBoundEvent_13_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_14_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill1_K2Node_ComponentBoundEvent_15_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_16_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill2_K2Node_ComponentBoundEvent_17_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_18_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill3_K2Node_ComponentBoundEvent_19_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_20_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill4_K2Node_ComponentBoundEvent_21_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_22_OnSkillElementShortClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature) == 0x000018, "Wrong size on WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_BndEvt__WBP_GM_AssignedSkills_Skill5_K2Node_ComponentBoundEvent_23_OnSkillElementShortFocused__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills \ +static_assert(alignof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills) == 0x000190, "Wrong size on WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, EntryPoint) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_GetSlotIndex_SlotIndex) == 0x000044, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, Temp_int_Loop_Counter_Variable_2) == 0x00004C, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_MakeArray_Array_1) == 0x000050, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006D, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_11) == 0x000078, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_10) == 0x000080, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos_5) == 0x000088, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_9) == 0x000098, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_8) == 0x0000A8, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos_4) == 0x0000B0, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_7) == 0x0000C8, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_6) == 0x0000D0, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos_3) == 0x0000D8, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_5) == 0x0000E8, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue_2) == 0x0000F0, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_4) == 0x0000F8, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos_2) == 0x000100, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue_3) == 0x000110, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_3) == 0x000118, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_2) == 0x000120, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos_1) == 0x000128, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData_1) == 0x000138, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue_4) == 0x000140, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_SkillData) == 0x000148, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_ComponentBoundEvent_AbsolutePos) == 0x000150, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_ComponentBoundEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_IsValid_ReturnValue_5) == 0x000160, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, K2Node_MakeArray_Array_2) == 0x000168, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Length_ReturnValue_2) == 0x000178, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Array_Get_Item_2) == 0x000180, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills, CallFunc_Less_IntInt_ReturnValue_2) == 0x000188, "Member 'WBP_GM_AssignedSkills_C_ExecuteUbergraph_WBP_GM_AssignedSkills::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_InitializeSlotsData \ +static_assert(alignof(WBP_GM_AssignedSkills_C_InitializeSlotsData) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_InitializeSlotsData"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_InitializeSlotsData) == 0x000058, "Wrong size on WBP_GM_AssignedSkills_C_InitializeSlotsData"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, InSkillsData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::InSkillsData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000020, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, K2Node_MakeArray_Array) == 0x000030, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InitializeSlotsData, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GM_AssignedSkills_C_InitializeSlotsData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_InstantReset \ +static_assert(alignof(WBP_GM_AssignedSkills_C_InstantReset) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_InstantReset"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_InstantReset) == 0x000038, "Wrong size on WBP_GM_AssignedSkills_C_InstantReset"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_InstantReset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_AssignedSkills_C_InstantReset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_InstantReset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_GM_AssignedSkills_C_InstantReset::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_GM_AssignedSkills_C_InstantReset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_AssignedSkills_C_InstantReset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_InstantReset, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_GM_AssignedSkills_C_InstantReset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_PreConstruct \ +static_assert(alignof(WBP_GM_AssignedSkills_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_AssignedSkills_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_AssignedSkills_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_RefreshSlotData \ +static_assert(alignof(WBP_GM_AssignedSkills_C_RefreshSlotData) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_RefreshSlotData"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_RefreshSlotData) == 0x000050, "Wrong size on WBP_GM_AssignedSkills_C_RefreshSlotData"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, SkillData) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, SlotIndex) == 0x000008, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, Temp_bool_True_if_break_was_hit_Variable) == 0x00000C, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, K2Node_MakeArray_Array) == 0x000020, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_GetSlotIndex_SlotIndex) == 0x000044, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_RefreshSlotData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000049, "Member 'WBP_GM_AssignedSkills_C_RefreshSlotData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_SetFocusedSlot \ +static_assert(alignof(WBP_GM_AssignedSkills_C_SetFocusedSlot) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_SetFocusedSlot"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_SetFocusedSlot) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_SetFocusedSlot"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_SetFocusedSlot, FocusedSlot_0) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_SetFocusedSlot::FocusedSlot_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_SetSelectedSlotIndex \ +static_assert(alignof(WBP_GM_AssignedSkills_C_SetSelectedSlotIndex) == 0x000004, "Wrong alignment on WBP_GM_AssignedSkills_C_SetSelectedSlotIndex"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_SetSelectedSlotIndex) == 0x000004, "Wrong size on WBP_GM_AssignedSkills_C_SetSelectedSlotIndex"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_SetSelectedSlotIndex, InSelectedSlotIndex) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_SetSelectedSlotIndex::InSelectedSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_AssignedSkills_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_AssignedSkills_C \ +static_assert(alignof(UWBP_GM_AssignedSkills_C) == 0x000008, "Wrong alignment on UWBP_GM_AssignedSkills_C"); \ +static_assert(sizeof(UWBP_GM_AssignedSkills_C) == 0x000498, "Wrong size on UWBP_GM_AssignedSkills_C"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_AssignedSkills_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, Skill0) == 0x000438, "Member 'UWBP_GM_AssignedSkills_C::Skill0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, skill1) == 0x000440, "Member 'UWBP_GM_AssignedSkills_C::skill1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, Skill2) == 0x000448, "Member 'UWBP_GM_AssignedSkills_C::Skill2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, Skill3) == 0x000450, "Member 'UWBP_GM_AssignedSkills_C::Skill3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, Skill4) == 0x000458, "Member 'UWBP_GM_AssignedSkills_C::Skill4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, Skill5) == 0x000460, "Member 'UWBP_GM_AssignedSkills_C::Skill5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, OnSkillSlotClicked) == 0x000468, "Member 'UWBP_GM_AssignedSkills_C::OnSkillSlotClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, OnSkillSlotFocused) == 0x000478, "Member 'UWBP_GM_AssignedSkills_C::OnSkillSlotFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, SelectedSlotIndex) == 0x000488, "Member 'UWBP_GM_AssignedSkills_C::SelectedSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkills_C, FocusedSlot) == 0x000490, "Member 'UWBP_GM_AssignedSkills_C::FocusedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SkeletalControlBase \ +static_assert(alignof(FAnimNode_SkeletalControlBase) == 0x000008, "Wrong alignment on FAnimNode_SkeletalControlBase"); \ +static_assert(sizeof(FAnimNode_SkeletalControlBase) == 0x0000C8, "Wrong size on FAnimNode_SkeletalControlBase"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, ComponentPose) == 0x000010, "Member 'FAnimNode_SkeletalControlBase::ComponentPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, LODThreshold) == 0x000020, "Member 'FAnimNode_SkeletalControlBase::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, ActualAlpha) == 0x000024, "Member 'FAnimNode_SkeletalControlBase::ActualAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaInputType) == 0x000028, "Member 'FAnimNode_SkeletalControlBase::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, bAlphaBoolEnabled) == 0x000029, "Member 'FAnimNode_SkeletalControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, Alpha) == 0x00002C, "Member 'FAnimNode_SkeletalControlBase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBias) == 0x000030, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaBoolBlend) == 0x000038, "Member 'FAnimNode_SkeletalControlBase::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaCurveName) == 0x000080, "Member 'FAnimNode_SkeletalControlBase::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBiasClamp) == 0x000088, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysSphericalLimit \ +static_assert(alignof(FAnimPhysSphericalLimit) == 0x000008, "Wrong alignment on FAnimPhysSphericalLimit"); \ +static_assert(sizeof(FAnimPhysSphericalLimit) == 0x000030, "Wrong size on FAnimPhysSphericalLimit"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysSphericalLimit::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, SphereLocalOffset) == 0x000010, "Member 'FAnimPhysSphericalLimit::SphereLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, LimitRadius) == 0x000028, "Member 'FAnimPhysSphericalLimit::LimitRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, LimitType) == 0x00002C, "Member 'FAnimPhysSphericalLimit::LimitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysConstraintSetup \ +static_assert(alignof(FAnimPhysConstraintSetup) == 0x000008, "Wrong alignment on FAnimPhysConstraintSetup"); \ +static_assert(sizeof(FAnimPhysConstraintSetup) == 0x000088, "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) == 0x000008, "Member 'FAnimPhysConstraintSetup::LinearAxesMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMax) == 0x000020, "Member 'FAnimPhysConstraintSetup::LinearAxesMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularConstraintType) == 0x000038, "Member 'FAnimPhysConstraintSetup::AngularConstraintType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, TwistAxis) == 0x000039, "Member 'FAnimPhysConstraintSetup::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTargetAxis) == 0x00003A, "Member 'FAnimPhysConstraintSetup::AngularTargetAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, ConeAngle) == 0x00003C, "Member 'FAnimPhysConstraintSetup::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMin) == 0x000040, "Member 'FAnimPhysConstraintSetup::AngularLimitsMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMax) == 0x000058, "Member 'FAnimPhysConstraintSetup::AngularLimitsMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTarget) == 0x000070, "Member 'FAnimPhysConstraintSetup::AngularTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysBodyDefinition \ +static_assert(alignof(FAnimPhysBodyDefinition) == 0x000008, "Wrong alignment on FAnimPhysBodyDefinition"); \ +static_assert(sizeof(FAnimPhysBodyDefinition) == 0x0000D0, "Wrong size on FAnimPhysBodyDefinition"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, BoundBone) == 0x000000, "Member 'FAnimPhysBodyDefinition::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, BoxExtents) == 0x000010, "Member 'FAnimPhysBodyDefinition::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, LocalJointOffset) == 0x000028, "Member 'FAnimPhysBodyDefinition::LocalJointOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, ConstraintSetup) == 0x000040, "Member 'FAnimPhysBodyDefinition::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, CollisionType) == 0x0000C8, "Member 'FAnimPhysBodyDefinition::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, SphereCollisionRadius) == 0x0000CC, "Member 'FAnimPhysBodyDefinition::SphereCollisionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysPlanarLimit \ +static_assert(alignof(FAnimPhysPlanarLimit) == 0x000010, "Wrong alignment on FAnimPhysPlanarLimit"); \ +static_assert(sizeof(FAnimPhysPlanarLimit) == 0x000070, "Wrong size on FAnimPhysPlanarLimit"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysPlanarLimit::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, PlaneTransform) == 0x000010, "Member 'FAnimPhysPlanarLimit::PlaneTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationRetargetingInfo \ +static_assert(alignof(FRotationRetargetingInfo) == 0x000010, "Wrong alignment on FRotationRetargetingInfo"); \ +static_assert(sizeof(FRotationRetargetingInfo) == 0x0001A0, "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) == 0x000070, "Member 'FRotationRetargetingInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, RotationComponent) == 0x0000D0, "Member 'FRotationRetargetingInfo::RotationComponent' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TwistAxis) == 0x0000D8, "Member 'FRotationRetargetingInfo::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bUseAbsoluteAngle) == 0x0000F0, "Member 'FRotationRetargetingInfo::bUseAbsoluteAngle' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMinimum) == 0x0000F4, "Member 'FRotationRetargetingInfo::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMaximum) == 0x0000F8, "Member 'FRotationRetargetingInfo::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMinimum) == 0x0000FC, "Member 'FRotationRetargetingInfo::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMaximum) == 0x000100, "Member 'FRotationRetargetingInfo::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingType) == 0x000104, "Member 'FRotationRetargetingInfo::EasingType' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, CustomCurve) == 0x000108, "Member 'FRotationRetargetingInfo::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bFlipEasing) == 0x000190, "Member 'FRotationRetargetingInfo::bFlipEasing' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingWeight) == 0x000194, "Member 'FRotationRetargetingInfo::EasingWeight' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bClamp) == 0x000198, "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) == 0x000520, "Wrong size on FAnimNode_AnimDynamics"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearDampingOverride) == 0x0000C8, "Member 'FAnimNode_AnimDynamics::LinearDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularDampingOverride) == 0x0000CC, "Member 'FAnimNode_AnimDynamics::AngularDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RelativeSpaceBone) == 0x000190, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x0001A0, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x0001B0, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PhysicsBodyDefinitions) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::PhysicsBodyDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x0001D0, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x0001D8, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x0001F0, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x0001F4, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x0001F8, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000200, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x000218, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x000230, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x000248, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x00024C, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x000250, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000258, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000268, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000280, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000290, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x0002A0, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' 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) == 0x000010, "Wrong size on FAnimNode_MeshSpaceRefPose"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayerBase \ +static_assert(alignof(FAnimNode_BlendSpacePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayerBase"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayerBase) == 0x000068, "Wrong size on FAnimNode_BlendSpacePlayerBase"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayerBase, PreviousBlendSpace) == 0x000060, "Member 'FAnimNode_BlendSpacePlayerBase::PreviousBlendSpace' 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) == 0x000070, "Wrong size on FAnimNode_BlendSpacePlayer"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, BlendSpace) == 0x000068, "Member 'FAnimNode_BlendSpacePlayer::BlendSpace' 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) == 0x000118, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x000070, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x000080, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x000084, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000088, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000090, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x0000D8, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x0000E0, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x000114, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x000115, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceGraphBase \ +static_assert(alignof(FAnimNode_BlendSpaceGraphBase) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceGraphBase"); \ +static_assert(sizeof(FAnimNode_BlendSpaceGraphBase) == 0x000068, "Wrong size on FAnimNode_BlendSpaceGraphBase"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, X) == 0x000010, "Member 'FAnimNode_BlendSpaceGraphBase::X' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, Y) == 0x000014, "Member 'FAnimNode_BlendSpaceGraphBase::Y' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, GroupName) == 0x000018, "Member 'FAnimNode_BlendSpaceGraphBase::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, GroupRole) == 0x000020, "Member 'FAnimNode_BlendSpaceGraphBase::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, BlendSpace) == 0x000028, "Member 'FAnimNode_BlendSpaceGraphBase::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceGraphBase, SamplePoseLinks) == 0x000030, "Member 'FAnimNode_BlendSpaceGraphBase::SamplePoseLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluatorBase \ +static_assert(alignof(FAnimNode_SequenceEvaluatorBase) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluatorBase"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluatorBase) == 0x000040, "Wrong size on FAnimNode_SequenceEvaluatorBase"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluator \ +static_assert(alignof(FAnimNode_SequenceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluator"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluator) == 0x000040, "Wrong size on FAnimNode_SequenceEvaluator"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceGraph \ +static_assert(alignof(FAnimNode_BlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceGraph"); \ +static_assert(sizeof(FAnimNode_BlendSpaceGraph) == 0x000068, "Wrong size on FAnimNode_BlendSpaceGraph"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ModifyBone \ +static_assert(alignof(FAnimNode_ModifyBone) == 0x000008, "Wrong alignment on FAnimNode_ModifyBone"); \ +static_assert(sizeof(FAnimNode_ModifyBone) == 0x000128, "Wrong size on FAnimNode_ModifyBone"); \ +static_assert(offsetof(FAnimNode_ModifyBone, BoneToModify) == 0x0000C8, "Member 'FAnimNode_ModifyBone::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Translation) == 0x0000D8, "Member 'FAnimNode_ModifyBone::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Rotation) == 0x0000F0, "Member 'FAnimNode_ModifyBone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Scale) == 0x000108, "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, RotationMode) == 0x000121, "Member 'FAnimNode_ModifyBone::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, ScaleMode) == 0x000122, "Member 'FAnimNode_ModifyBone::ScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, TranslationSpace) == 0x000123, "Member 'FAnimNode_ModifyBone::TranslationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, RotationSpace) == 0x000124, "Member 'FAnimNode_ModifyBone::RotationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, ScaleSpace) == 0x000125, "Member 'FAnimNode_ModifyBone::ScaleSpace' 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) == 0x000048, "Wrong size on FAnimNode_Slot"); \ +static_assert(offsetof(FAnimNode_Slot, Source) == 0x000010, "Member 'FAnimNode_Slot::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, SlotName) == 0x000020, "Member 'FAnimNode_Slot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, bAlwaysUpdateSourcePose) == 0x000028, "Member 'FAnimNode_Slot::bAlwaysUpdateSourcePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceSampleResult \ +static_assert(alignof(FAnimNode_BlendSpaceSampleResult) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceSampleResult"); \ +static_assert(sizeof(FAnimNode_BlendSpaceSampleResult) == 0x000020, "Wrong size on FAnimNode_BlendSpaceSampleResult"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Sync \ +static_assert(alignof(FAnimNode_Sync) == 0x000008, "Wrong alignment on FAnimNode_Sync"); \ +static_assert(sizeof(FAnimNode_Sync) == 0x000030, "Wrong size on FAnimNode_Sync"); \ +static_assert(offsetof(FAnimNode_Sync, Source) == 0x000010, "Member 'FAnimNode_Sync::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Sync, GroupName) == 0x000020, "Member 'FAnimNode_Sync::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Sync, GroupRole) == 0x000028, "Member 'FAnimNode_Sync::GroupRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RefPose \ +static_assert(alignof(FAnimNode_RefPose) == 0x000008, "Wrong alignment on FAnimNode_RefPose"); \ +static_assert(sizeof(FAnimNode_RefPose) == 0x000010, "Wrong size on FAnimNode_RefPose"); \ + +#define DUMPER7_ASSERTS_FRigidBodyAnimNodeReference \ +static_assert(alignof(FRigidBodyAnimNodeReference) == 0x000008, "Wrong alignment on FRigidBodyAnimNodeReference"); \ +static_assert(sizeof(FRigidBodyAnimNodeReference) == 0x000010, "Wrong size on FRigidBodyAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ +static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ +static_assert(sizeof(FAnimNode_RotationMultiplier) == 0x0000F0, "Wrong size on FAnimNode_RotationMultiplier"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, TargetBone) == 0x0000C8, "Member 'FAnimNode_RotationMultiplier::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, SourceBone) == 0x0000D8, "Member 'FAnimNode_RotationMultiplier::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, Multiplier) == 0x0000E8, "Member 'FAnimNode_RotationMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, RotationAxisToRefer) == 0x0000EC, "Member 'FAnimNode_RotationMultiplier::RotationAxisToRefer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, bIsAdditive) == 0x0000ED, "Member 'FAnimNode_RotationMultiplier::bIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceReference \ +static_assert(alignof(FBlendSpaceReference) == 0x000008, "Wrong alignment on FBlendSpaceReference"); \ +static_assert(sizeof(FBlendSpaceReference) == 0x000010, "Wrong size on FBlendSpaceReference"); \ + +#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_FAnimationStateResultReference \ +static_assert(alignof(FAnimationStateResultReference) == 0x000008, "Wrong alignment on FAnimationStateResultReference"); \ +static_assert(sizeof(FAnimationStateResultReference) == 0x000010, "Wrong size on FAnimationStateResultReference"); \ + +#define DUMPER7_ASSERTS_FAnimationStateMachineReference \ +static_assert(alignof(FAnimationStateMachineReference) == 0x000008, "Wrong alignment on FAnimationStateMachineReference"); \ +static_assert(sizeof(FAnimationStateMachineReference) == 0x000010, "Wrong size on FAnimationStateMachineReference"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AimOffsetLookAt \ +static_assert(alignof(FAnimNode_AimOffsetLookAt) == 0x000010, "Wrong alignment on FAnimNode_AimOffsetLookAt"); \ +static_assert(sizeof(FAnimNode_AimOffsetLookAt) == 0x0001D0, "Wrong size on FAnimNode_AimOffsetLookAt"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, BasePose) == 0x000130, "Member 'FAnimNode_AimOffsetLookAt::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODThreshold) == 0x000140, "Member 'FAnimNode_AimOffsetLookAt::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SourceSocketName) == 0x000144, "Member 'FAnimNode_AimOffsetLookAt::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, PivotSocketName) == 0x00014C, "Member 'FAnimNode_AimOffsetLookAt::PivotSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LookAtLocation) == 0x000158, "Member 'FAnimNode_AimOffsetLookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SocketAxis) == 0x000170, "Member 'FAnimNode_AimOffsetLookAt::SocketAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, Alpha) == 0x000188, "Member 'FAnimNode_AimOffsetLookAt::Alpha' 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) == 0x0000C8, "Wrong size on FAnimNode_ApplyAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, base) == 0x000010, "Member 'FAnimNode_ApplyAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00003C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000C4, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000C5, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ +static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ +static_assert(sizeof(FBlendBoneByChannelEntry) == 0x000024, "Wrong size on FBlendBoneByChannelEntry"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000010, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000020, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000021, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x000022, "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) == 0x000068, "Wrong size on FAnimNode_BlendBoneByChannel"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000010, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, B) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000050, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000060, "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) == 0x000048, "Wrong size on FAnimNode_BlendListBase"); \ +static_assert(offsetof(FAnimNode_BlendListBase, BlendPose) == 0x000010, "Member 'FAnimNode_BlendListBase::BlendPose' 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) == 0x000048, "Wrong size on FAnimNode_BlendListByBool"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByEnum \ +static_assert(alignof(FAnimNode_BlendListByEnum) == 0x000008, "Wrong alignment on FAnimNode_BlendListByEnum"); \ +static_assert(sizeof(FAnimNode_BlendListByEnum) == 0x000048, "Wrong size on FAnimNode_BlendListByEnum"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByInt \ +static_assert(alignof(FAnimNode_BlendListByInt) == 0x000008, "Wrong alignment on FAnimNode_BlendListByInt"); \ +static_assert(sizeof(FAnimNode_BlendListByInt) == 0x000048, "Wrong size on FAnimNode_BlendListByInt"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceEvaluator \ +static_assert(alignof(FAnimNode_BlendSpaceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(sizeof(FAnimNode_BlendSpaceEvaluator) == 0x000078, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x000070, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, bTeleportToNormalizedTime) == 0x000074, "Member 'FAnimNode_BlendSpaceEvaluator::bTeleportToNormalizedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayer_Standalone \ +static_assert(alignof(FAnimNode_BlendSpacePlayer_Standalone) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayer_Standalone"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayer_Standalone) == 0x000090, "Wrong size on FAnimNode_BlendSpacePlayer_Standalone"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, GroupName) == 0x000068, "Member 'FAnimNode_BlendSpacePlayer_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, GroupRole) == 0x000070, "Member 'FAnimNode_BlendSpacePlayer_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, Method) == 0x000071, "Member 'FAnimNode_BlendSpacePlayer_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bIgnoreForRelevancyTest) == 0x000072, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, X) == 0x000074, "Member 'FAnimNode_BlendSpacePlayer_Standalone::X' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, Y) == 0x000078, "Member 'FAnimNode_BlendSpacePlayer_Standalone::Y' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, PlayRate) == 0x00007C, "Member 'FAnimNode_BlendSpacePlayer_Standalone::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bLoop) == 0x000080, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bResetPlayTimeWhenBlendSpaceChanges) == 0x000081, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bResetPlayTimeWhenBlendSpaceChanges' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, StartPosition) == 0x000084, "Member 'FAnimNode_BlendSpacePlayer_Standalone::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, BlendSpace) == 0x000088, "Member 'FAnimNode_BlendSpacePlayer_Standalone::BlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CallFunction \ +static_assert(alignof(FAnimNode_CallFunction) == 0x000008, "Wrong alignment on FAnimNode_CallFunction"); \ +static_assert(sizeof(FAnimNode_CallFunction) == 0x000038, "Wrong size on FAnimNode_CallFunction"); \ +static_assert(offsetof(FAnimNode_CallFunction, Source) == 0x000010, "Member 'FAnimNode_CallFunction::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CallFunction, CallSite) == 0x000034, "Member 'FAnimNode_CallFunction::CallSite' 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) == 0x000158, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00001C, "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) == 0x000040, "Wrong size on FAnimNode_CurveSource"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourcePose) == 0x000010, "Member 'FAnimNode_CurveSource::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourceBinding) == 0x000020, "Member 'FAnimNode_CurveSource::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, Alpha) == 0x000028, "Member 'FAnimNode_CurveSource::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, CurveSource) == 0x000030, "Member 'FAnimNode_CurveSource::CurveSource' 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) == 0x0000F0, "Wrong size on FAnimNode_LayeredBoneBlend"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BasePose) == 0x000010, "Member 'FAnimNode_LayeredBoneBlend::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendPoses) == 0x000020, "Member 'FAnimNode_LayeredBoneBlend::BlendPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendMode) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendMasks) == 0x000038, "Member 'FAnimNode_LayeredBoneBlend::BlendMasks' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LayerSetup) == 0x000048, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000058, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000068, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000069, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x00006A, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x00006B, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000078, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000088, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x000098, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' 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) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MirrorBase \ +static_assert(alignof(FAnimNode_MirrorBase) == 0x000008, "Wrong alignment on FAnimNode_MirrorBase"); \ +static_assert(sizeof(FAnimNode_MirrorBase) == 0x000048, "Wrong size on FAnimNode_MirrorBase"); \ +static_assert(offsetof(FAnimNode_MirrorBase, Source) == 0x000010, "Member 'FAnimNode_MirrorBase::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Mirror \ +static_assert(alignof(FAnimNode_Mirror) == 0x000008, "Wrong alignment on FAnimNode_Mirror"); \ +static_assert(sizeof(FAnimNode_Mirror) == 0x000048, "Wrong size on FAnimNode_Mirror"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Mirror_Standalone \ +static_assert(alignof(FAnimNode_Mirror_Standalone) == 0x000008, "Wrong alignment on FAnimNode_Mirror_Standalone"); \ +static_assert(sizeof(FAnimNode_Mirror_Standalone) == 0x000060, "Wrong size on FAnimNode_Mirror_Standalone"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bMirror) == 0x000048, "Member 'FAnimNode_Mirror_Standalone::bMirror' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, MirrorDataTable) == 0x000050, "Member 'FAnimNode_Mirror_Standalone::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, BlendTime) == 0x000058, "Member 'FAnimNode_Mirror_Standalone::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bResetChild) == 0x00005C, "Member 'FAnimNode_Mirror_Standalone::bResetChild' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bBoneMirroring) == 0x00005D, "Member 'FAnimNode_Mirror_Standalone::bBoneMirroring' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bCurveMirroring) == 0x00005E, "Member 'FAnimNode_Mirror_Standalone::bCurveMirroring' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bAttributeMirroring) == 0x00005F, "Member 'FAnimNode_Mirror_Standalone::bAttributeMirroring' 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) == 0x000120, "Wrong size on FAnimNode_ModifyCurve"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, SourcePose) == 0x000010, "Member 'FAnimNode_ModifyCurve::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveMap) == 0x000020, "Member 'FAnimNode_ModifyCurve::CurveMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveValues) == 0x000070, "Member 'FAnimNode_ModifyCurve::CurveValues' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveNames) == 0x000080, "Member 'FAnimNode_ModifyCurve::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, Alpha) == 0x000118, "Member 'FAnimNode_ModifyCurve::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x00011C, "Member 'FAnimNode_ModifyCurve::ApplyMode' 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) == 0x000050, "Wrong size on FAnimNode_MultiWayBlend"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, Poses) == 0x000010, "Member 'FAnimNode_MultiWayBlend::Poses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, DesiredAlphas) == 0x000020, "Member 'FAnimNode_MultiWayBlend::DesiredAlphas' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, AlphaScaleBias) == 0x000040, "Member 'FAnimNode_MultiWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bAdditiveNode) == 0x000048, "Member 'FAnimNode_MultiWayBlend::bAdditiveNode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bNormalizeAlpha) == 0x000049, "Member 'FAnimNode_MultiWayBlend::bNormalizeAlpha' 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) == 0x000098, "Wrong size on FAnimNode_PoseHandler"); \ +static_assert(offsetof(FAnimNode_PoseHandler, PoseAsset) == 0x000038, "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) == 0x0000D0, "Wrong size on FAnimNode_PoseBlendNode"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x000098, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x0000A8, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x0000B0, "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) == 0x000098, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x0000A0, "Member 'FAnimNode_PoseByName::PoseWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDriverTransform \ +static_assert(alignof(FPoseDriverTransform) == 0x000008, "Wrong alignment on FPoseDriverTransform"); \ +static_assert(sizeof(FPoseDriverTransform) == 0x000030, "Wrong size on FPoseDriverTransform"); \ +static_assert(offsetof(FPoseDriverTransform, TargetTranslation) == 0x000000, "Member 'FPoseDriverTransform::TargetTranslation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTransform, TargetRotation) == 0x000018, "Member 'FPoseDriverTransform::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDriverTarget \ +static_assert(alignof(FPoseDriverTarget) == 0x000008, "Wrong alignment on FPoseDriverTarget"); \ +static_assert(sizeof(FPoseDriverTarget) == 0x0000C8, "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) == 0x000028, "Member 'FPoseDriverTarget::TargetScale' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DistanceMethod) == 0x00002C, "Member 'FPoseDriverTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, FunctionType) == 0x00002D, "Member 'FPoseDriverTarget::FunctionType' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bApplyCustomCurve) == 0x00002E, "Member 'FPoseDriverTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, CustomCurve) == 0x000030, "Member 'FPoseDriverTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DrivenName) == 0x0000B0, "Member 'FPoseDriverTarget::DrivenName' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bIsHidden) == 0x0000C0, "Member 'FPoseDriverTarget::bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFParams \ +static_assert(alignof(FRBFParams) == 0x000008, "Wrong alignment on FRBFParams"); \ +static_assert(sizeof(FRBFParams) == 0x000038, "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) == 0x000030, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianMax) == 0x000034, "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) == 0x0001A0, "Wrong size on FAnimNode_PoseDriver"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000098, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x0000A8, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x0000B8, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, bEvalFromRefPose) == 0x0000C8, "Member 'FAnimNode_PoseDriver::bEvalFromRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000D0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000E0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x0000F0, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x000128, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x000129, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x00016C, "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) == 0x000090, "Wrong size on FAnimNode_PoseSnapshot"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, SnapshotName) == 0x000010, "Member 'FAnimNode_PoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Snapshot) == 0x000018, "Member 'FAnimNode_PoseSnapshot::Snapshot' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Mode) == 0x000050, "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) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, BlendWeight) == 0x000070, "Member 'FAnimNode_RandomPlayer::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000074, "Member 'FAnimNode_RandomPlayer::bShuffleMode' 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) == 0x000010, "Member 'FAnimNode_RotateRootBone::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Pitch) == 0x000020, "Member 'FAnimNode_RotateRootBone::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Yaw) == 0x000024, "Member 'FAnimNode_RotateRootBone::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x000028, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x000058, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x000088, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, bRotateRootMotionAttribute) == 0x0000A0, "Member 'FAnimNode_RotateRootBone::bRotateRootMotionAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpaceGraph \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpaceGraph"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpaceGraph) == 0x000110, "Wrong size on FAnimNode_RotationOffsetBlendSpaceGraph"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, BasePose) == 0x000068, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, LODThreshold) == 0x000078, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, Alpha) == 0x00007C, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaScaleBias) == 0x000080, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaBoolBlend) == 0x000088, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaCurveName) == 0x0000D0, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaScaleBiasClamp) == 0x0000D8, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaInputType) == 0x00010C, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, bAlphaBoolEnabled) == 0x00010D, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluator_Standalone \ +static_assert(alignof(FAnimNode_SequenceEvaluator_Standalone) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluator_Standalone"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluator_Standalone) == 0x000070, "Wrong size on FAnimNode_SequenceEvaluator_Standalone"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, GroupName) == 0x000040, "Member 'FAnimNode_SequenceEvaluator_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, GroupRole) == 0x000048, "Member 'FAnimNode_SequenceEvaluator_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, Method) == 0x000049, "Member 'FAnimNode_SequenceEvaluator_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bIgnoreForRelevancyTest) == 0x00004A, "Member 'FAnimNode_SequenceEvaluator_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, Sequence) == 0x000050, "Member 'FAnimNode_SequenceEvaluator_Standalone::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ExplicitTime) == 0x000058, "Member 'FAnimNode_SequenceEvaluator_Standalone::ExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bUseExplicitFrame) == 0x00005C, "Member 'FAnimNode_SequenceEvaluator_Standalone::bUseExplicitFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ExplicitFrame) == 0x000060, "Member 'FAnimNode_SequenceEvaluator_Standalone::ExplicitFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bShouldLoop) == 0x000064, "Member 'FAnimNode_SequenceEvaluator_Standalone::bShouldLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bTeleportToExplicitTime) == 0x000065, "Member 'FAnimNode_SequenceEvaluator_Standalone::bTeleportToExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ReinitializationBehavior) == 0x000066, "Member 'FAnimNode_SequenceEvaluator_Standalone::ReinitializationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, StartPosition) == 0x000068, "Member 'FAnimNode_SequenceEvaluator_Standalone::StartPosition' 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) == 0x0000C8, "Wrong size on FAnimNode_TwoWayBlend"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, A) == 0x000010, "Member 'FAnimNode_TwoWayBlend::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, B) == 0x000020, "Member 'FAnimNode_TwoWayBlend::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaInputType) == 0x000030, "Member 'FAnimNode_TwoWayBlend::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, Alpha) == 0x000034, "Member 'FAnimNode_TwoWayBlend::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBias) == 0x000038, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_TwoWayBlend::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaCurveName) == 0x000088, "Member 'FAnimNode_TwoWayBlend::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSequencerInstanceProxy \ +static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ +static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000BA0, "Wrong size on FAnimSequencerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FBlendListBaseReference \ +static_assert(alignof(FBlendListBaseReference) == 0x000008, "Wrong alignment on FBlendListBaseReference"); \ +static_assert(sizeof(FBlendListBaseReference) == 0x000010, "Wrong size on FBlendListBaseReference"); \ + +#define DUMPER7_ASSERTS_FBlendSpacePlayerReference \ +static_assert(alignof(FBlendSpacePlayerReference) == 0x000008, "Wrong alignment on FBlendSpacePlayerReference"); \ +static_assert(sizeof(FBlendSpacePlayerReference) == 0x000010, "Wrong size on FBlendSpacePlayerReference"); \ + +#define DUMPER7_ASSERTS_FAngularRangeLimit \ +static_assert(alignof(FAngularRangeLimit) == 0x000008, "Wrong alignment on FAngularRangeLimit"); \ +static_assert(sizeof(FAngularRangeLimit) == 0x000040, "Wrong size on FAngularRangeLimit"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x000018, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, bone) == 0x000030, "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) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' 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) == 0x000128, "Wrong size on FAnimNode_BoneDrivenController"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceBone) == 0x0000C8, "Member 'FAnimNode_BoneDrivenController::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DrivingCurve) == 0x0000D8, "Member 'FAnimNode_BoneDrivenController::DrivingCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, Multiplier) == 0x0000E0, "Member 'FAnimNode_BoneDrivenController::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMin) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x0000F0, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x0000F8, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x000100, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x000108, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x000110, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x000120, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x000121, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x000122, "Member 'FAnimNode_BoneDrivenController::SourceComponent' 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) == 0x0000C8, "Member 'FAnimNode_CCDIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocationSpace) == 0x0000E0, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x0000F0, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000180, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000190, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x0001A0, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x0001A4, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x0001A8, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x0001A9, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x0001B0, "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) == 0x00001C, "Wrong size on FConstraint"); \ +static_assert(offsetof(FConstraint, TargetBone) == 0x000000, "Member 'FConstraint::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, OffsetOption) == 0x000010, "Member 'FConstraint::OffsetOption' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, TransformType) == 0x000011, "Member 'FConstraint::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, PerAxis) == 0x000012, "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) == 0x000108, "Wrong size on FAnimNode_Constraint"); \ +static_assert(offsetof(FAnimNode_Constraint, BoneToModify) == 0x0000C8, "Member 'FAnimNode_Constraint::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintSetup) == 0x0000D8, "Member 'FAnimNode_Constraint::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintWeights) == 0x0000E8, "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) == 0x0000F0, "Wrong size on FAnimNode_CopyBone"); \ +static_assert(offsetof(FAnimNode_CopyBone, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBone::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBone::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBone::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBone::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBone::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, ControlSpace) == 0x0000EB, "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) == 0x0000F8, "Wrong size on FAnimNode_CopyBoneDelta"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBoneDelta::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBoneDelta::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBoneDelta::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBoneDelta::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBoneDelta::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, CopyMode) == 0x0000EB, "Member 'FAnimNode_CopyBoneDelta::CopyMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TranslationMultiplier) == 0x0000EC, "Member 'FAnimNode_CopyBoneDelta::TranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, RotationMultiplier) == 0x0000F0, "Member 'FAnimNode_CopyBoneDelta::RotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, ScaleMultiplier) == 0x0000F4, "Member 'FAnimNode_CopyBoneDelta::ScaleMultiplier' 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) == 0x0001F0, "Wrong size on FAnimNode_Fabrik"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransform) == 0x0000D0, "Member 'FAnimNode_Fabrik::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTarget) == 0x000130, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x0001C0, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x0001D0, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x0001E0, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x0001E4, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x0001E8, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x0001E9, "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) == 0x000138, "Wrong size on FAnimNode_HandIKRetargeting"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, PerAxisAlpha) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::PerAxisAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000130, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKChainLink \ +static_assert(alignof(FIKChainLink) == 0x000008, "Wrong alignment on FIKChainLink"); \ +static_assert(sizeof(FIKChainLink) == 0x000070, "Wrong size on FIKChainLink"); \ + +#define DUMPER7_ASSERTS_FIKChain \ +static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ +static_assert(sizeof(FIKChain) == 0x000050, "Wrong size on FIKChain"); \ + +#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) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, TwistOffsetCurveName) == 0x00002C, "Member 'FAnimLegIKDefinition::TwistOffsetCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKData \ +static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ +static_assert(sizeof(FAnimLegIKData) == 0x0000F0, "Wrong size on FAnimLegIKData"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LegIK \ +static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ +static_assert(sizeof(FAnimNode_LegIK) == 0x000100, "Wrong size on FAnimNode_LegIK"); \ +static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, SoftPercentLength) == 0x0000D0, "Member 'FAnimNode_LegIK::SoftPercentLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, SoftAlpha) == 0x0000D4, "Member 'FAnimNode_LegIK::SoftAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D8, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LookAt \ +static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ +static_assert(sizeof(FAnimNode_LookAt) == 0x000250, "Wrong size on FAnimNode_LookAt"); \ +static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000C8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x0000E0, "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) == 0x000188, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x0001A8, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x0001A9, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x0001B0, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x0001D0, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x0001D4, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x0001D8, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' 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) == 0x0000C8, "Member 'FAnimNode_ObserveBone::BoneToObserve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, DisplaySpace) == 0x0000D8, "Member 'FAnimNode_ObserveBone::DisplaySpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, bRelativeToRefPose) == 0x0000D9, "Member 'FAnimNode_ObserveBone::bRelativeToRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Translation) == 0x0000E0, "Member 'FAnimNode_ObserveBone::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Rotation) == 0x0000F8, "Member 'FAnimNode_ObserveBone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Scale) == 0x000110, "Member 'FAnimNode_ObserveBone::Scale' 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) == 0x0000D8, "Wrong size on FAnimNode_ResetRoot"); \ + +#define DUMPER7_ASSERTS_FSimSpaceSettings \ +static_assert(alignof(FSimSpaceSettings) == 0x000008, "Wrong alignment on FSimSpaceSettings"); \ +static_assert(sizeof(FSimSpaceSettings) == 0x000060, "Wrong size on FSimSpaceSettings"); \ +static_assert(offsetof(FSimSpaceSettings, WorldAlpha) == 0x000000, "Member 'FSimSpaceSettings::WorldAlpha' 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, ExternalLinearDragV) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000030, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000048, "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) == 0x000970, "Wrong size on FAnimNode_RigidBody"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000C8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bDefaultToSkeletalMeshPhysicsAsset) == 0x0000D0, "Member 'FAnimNode_RigidBody::bDefaultToSkeletalMeshPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bUseLocalLODThresholdOnly) == 0x000208, "Member 'FAnimNode_RigidBody::bUseLocalLODThresholdOnly' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000210, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000228, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000240, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x000258, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000270, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x000288, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0002E8, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0002EC, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x0002FC, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x0002FD, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x0002FE, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bUseExternalClothCollision) == 0x0002FF, "Member 'FAnimNode_RigidBody::bUseExternalClothCollision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x000304, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000308, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationTiming) == 0x00030D, "Member 'FAnimNode_RigidBody::SimulationTiming' 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) == 0x000088, "Wrong size on FAnimNode_ScaleChainLength"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, InputPose) == 0x000010, "Member 'FAnimNode_ScaleChainLength::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, DefaultChainLength) == 0x000020, "Member 'FAnimNode_ScaleChainLength::DefaultChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainStartBone) == 0x000024, "Member 'FAnimNode_ScaleChainLength::ChainStartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainEndBone) == 0x000034, "Member 'FAnimNode_ScaleChainLength::ChainEndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, TargetLocation) == 0x000048, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000060, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000068, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000070, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineIKCachedBoneData \ +static_assert(alignof(FSplineIKCachedBoneData) == 0x000004, "Wrong alignment on FSplineIKCachedBoneData"); \ +static_assert(sizeof(FSplineIKCachedBoneData) == 0x000014, "Wrong size on FSplineIKCachedBoneData"); \ +static_assert(offsetof(FSplineIKCachedBoneData, bone) == 0x000000, "Member 'FSplineIKCachedBoneData::bone' has a wrong offset!"); \ +static_assert(offsetof(FSplineIKCachedBoneData, RefSkeletonIndex) == 0x000010, "Member 'FSplineIKCachedBoneData::RefSkeletonIndex' 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) == 0x000270, "Wrong size on FAnimNode_SplineIK"); \ +static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000C8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000D8, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x0000E8, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x0000E9, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x0000EC, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x0000F0, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000100, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x000104, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000108, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000110, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000140, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x000144, "Member 'FAnimNode_SplineIK::Offset' 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) == 0x000168, "Wrong size on FAnimNode_SpringBone"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000C8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000D8, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E8, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000F0, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationLimit \ +static_assert(alignof(FRotationLimit) == 0x000008, "Wrong alignment on FRotationLimit"); \ +static_assert(sizeof(FRotationLimit) == 0x000030, "Wrong size on FRotationLimit"); \ +static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationLimit, LimitMax) == 0x000018, "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) == 0x0002A0, "Wrong size on FAnimNode_Trail"); \ +static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000130, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000140, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000144, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x000148, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x00014C, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000150, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001D8, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x000208, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x000218, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x000228, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000238, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x000240, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000258, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000268, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferenceBoneFrame \ +static_assert(alignof(FReferenceBoneFrame) == 0x000008, "Wrong alignment on FReferenceBoneFrame"); \ +static_assert(sizeof(FReferenceBoneFrame) == 0x000030, "Wrong size on FReferenceBoneFrame"); \ +static_assert(offsetof(FReferenceBoneFrame, bone) == 0x000000, "Member 'FReferenceBoneFrame::bone' has a wrong offset!"); \ +static_assert(offsetof(FReferenceBoneFrame, Axis) == 0x000010, "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) == 0x0000C8, "Member 'FAnimNode_TwistCorrectiveNode::BaseFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistFrame) == 0x0000F8, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000128, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000148, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x00014C, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000150, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, CurveName) == 0x000154, "Member 'FAnimNode_TwistCorrectiveNode::CurveName' 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) == 0x000280, "Wrong size on FAnimNode_TwoBoneIK"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000C8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000D8, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E8, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x000110, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x0001A0, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x0001C0, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x000250, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x000270, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x000271, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKFootPelvisPullDownSolver \ +static_assert(alignof(FIKFootPelvisPullDownSolver) == 0x000008, "Wrong alignment on FIKFootPelvisPullDownSolver"); \ +static_assert(sizeof(FIKFootPelvisPullDownSolver) == 0x000080, "Wrong size on FIKFootPelvisPullDownSolver"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentInterp) == 0x000000, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentInterp' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentInterpAlpha) == 0x000060, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentInterpAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentMaxDistance) == 0x000068, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentErrorTolerance) == 0x000070, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentMaxIter) == 0x000078, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxIter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWarpingVectorValue \ +static_assert(alignof(FWarpingVectorValue) == 0x000008, "Wrong alignment on FWarpingVectorValue"); \ +static_assert(sizeof(FWarpingVectorValue) == 0x000020, "Wrong size on FWarpingVectorValue"); \ +static_assert(offsetof(FWarpingVectorValue, Mode) == 0x000000, "Member 'FWarpingVectorValue::Mode' has a wrong offset!"); \ +static_assert(offsetof(FWarpingVectorValue, Value) == 0x000008, "Member 'FWarpingVectorValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayeredBoneBlendReference \ +static_assert(alignof(FLayeredBoneBlendReference) == 0x000008, "Wrong alignment on FLayeredBoneBlendReference"); \ +static_assert(sizeof(FLayeredBoneBlendReference) == 0x000010, "Wrong size on FLayeredBoneBlendReference"); \ + +#define DUMPER7_ASSERTS_FLinkedAnimGraphReference \ +static_assert(alignof(FLinkedAnimGraphReference) == 0x000008, "Wrong alignment on FLinkedAnimGraphReference"); \ +static_assert(sizeof(FLinkedAnimGraphReference) == 0x000010, "Wrong size on FLinkedAnimGraphReference"); \ + +#define DUMPER7_ASSERTS_FMirrorAnimNodeReference \ +static_assert(alignof(FMirrorAnimNodeReference) == 0x000008, "Wrong alignment on FMirrorAnimNodeReference"); \ +static_assert(sizeof(FMirrorAnimNodeReference) == 0x000010, "Wrong size on FMirrorAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FModifyCurveAnimNodeReference \ +static_assert(alignof(FModifyCurveAnimNodeReference) == 0x000008, "Wrong alignment on FModifyCurveAnimNodeReference"); \ +static_assert(sizeof(FModifyCurveAnimNodeReference) == 0x000010, "Wrong size on FModifyCurveAnimNodeReference"); \ + +#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_FSequenceEvaluatorReference \ +static_assert(alignof(FSequenceEvaluatorReference) == 0x000008, "Wrong alignment on FSequenceEvaluatorReference"); \ +static_assert(sizeof(FSequenceEvaluatorReference) == 0x000010, "Wrong size on FSequenceEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FSequencePlayerReference \ +static_assert(alignof(FSequencePlayerReference) == 0x000008, "Wrong alignment on FSequencePlayerReference"); \ +static_assert(sizeof(FSequencePlayerReference) == 0x000010, "Wrong size on FSequencePlayerReference"); \ + +#define DUMPER7_ASSERTS_FSkeletalControlReference \ +static_assert(alignof(FSkeletalControlReference) == 0x000008, "Wrong alignment on FSkeletalControlReference"); \ +static_assert(sizeof(FSkeletalControlReference) == 0x000010, "Wrong size on FSkeletalControlReference"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotifyWindow \ +static_assert(alignof(UAnimNotify_PlayMontageNotifyWindow) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotifyWindow) == 0x000040, "Wrong size on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotifyWindow, NotifyName) == 0x000038, "Member 'UAnimNotify_PlayMontageNotifyWindow::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode \ +static_assert(alignof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, Result) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, ReturnValue) == 0x000018, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure \ +static_assert(alignof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, RigidBodyAnimNode) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::RigidBodyAnimNode' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, Result) == 0x000020, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset \ +static_assert(alignof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, PhysicsAsset) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, ReturnValue) == 0x000018, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNodeRigidBodyLibrary \ +static_assert(alignof(UAnimNodeRigidBodyLibrary) == 0x000008, "Wrong alignment on UAnimNodeRigidBodyLibrary"); \ +static_assert(sizeof(UAnimNodeRigidBodyLibrary) == 0x000028, "Wrong size on UAnimNodeRigidBodyLibrary"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_ConvertToBlendSpace \ +static_assert(alignof(BlendSpaceLibrary_ConvertToBlendSpace) == 0x000008, "Wrong alignment on BlendSpaceLibrary_ConvertToBlendSpace"); \ +static_assert(sizeof(BlendSpaceLibrary_ConvertToBlendSpace) == 0x000028, "Wrong size on BlendSpaceLibrary_ConvertToBlendSpace"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, Node) == 0x000000, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, Result) == 0x000010, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, ReturnValue) == 0x000018, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_ConvertToBlendSpacePure \ +static_assert(alignof(BlendSpaceLibrary_ConvertToBlendSpacePure) == 0x000008, "Wrong alignment on BlendSpaceLibrary_ConvertToBlendSpacePure"); \ +static_assert(sizeof(BlendSpaceLibrary_ConvertToBlendSpacePure) == 0x000028, "Wrong size on BlendSpaceLibrary_ConvertToBlendSpacePure"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, Node) == 0x000000, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, BlendSpace) == 0x000010, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, Result) == 0x000020, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_GetFilteredPosition \ +static_assert(alignof(BlendSpaceLibrary_GetFilteredPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_GetFilteredPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_GetFilteredPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_GetFilteredPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_GetFilteredPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_GetFilteredPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_GetFilteredPosition, ReturnValue) == 0x000010, "Member 'BlendSpaceLibrary_GetFilteredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_GetPosition \ +static_assert(alignof(BlendSpaceLibrary_GetPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_GetPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_GetPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_GetPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_GetPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_GetPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_GetPosition, ReturnValue) == 0x000010, "Member 'BlendSpaceLibrary_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_SnapToPosition \ +static_assert(alignof(BlendSpaceLibrary_SnapToPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_SnapToPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_SnapToPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_SnapToPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_SnapToPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_SnapToPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_SnapToPosition, NewPosition) == 0x000010, "Member 'BlendSpaceLibrary_SnapToPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpaceLibrary \ +static_assert(alignof(UBlendSpaceLibrary) == 0x000008, "Wrong alignment on UBlendSpaceLibrary"); \ +static_assert(sizeof(UBlendSpaceLibrary) == 0x000028, "Wrong size on UBlendSpaceLibrary"); \ + +#define DUMPER7_ASSERTS_SequencerAnimationOverride_AllowsCinematicOverride \ +static_assert(alignof(SequencerAnimationOverride_AllowsCinematicOverride) == 0x000001, "Wrong alignment on SequencerAnimationOverride_AllowsCinematicOverride"); \ +static_assert(sizeof(SequencerAnimationOverride_AllowsCinematicOverride) == 0x000001, "Wrong size on SequencerAnimationOverride_AllowsCinematicOverride"); \ +static_assert(offsetof(SequencerAnimationOverride_AllowsCinematicOverride, ReturnValue) == 0x000000, "Member 'SequencerAnimationOverride_AllowsCinematicOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerAnimationOverride_GetSequencerAnimSlotNames \ +static_assert(alignof(SequencerAnimationOverride_GetSequencerAnimSlotNames) == 0x000008, "Wrong alignment on SequencerAnimationOverride_GetSequencerAnimSlotNames"); \ +static_assert(sizeof(SequencerAnimationOverride_GetSequencerAnimSlotNames) == 0x000010, "Wrong size on SequencerAnimationOverride_GetSequencerAnimSlotNames"); \ +static_assert(offsetof(SequencerAnimationOverride_GetSequencerAnimSlotNames, ReturnValue) == 0x000000, "Member 'SequencerAnimationOverride_GetSequencerAnimSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISequencerAnimationOverride \ +static_assert(alignof(ISequencerAnimationOverride) == 0x000001, "Wrong alignment on ISequencerAnimationOverride"); \ +static_assert(sizeof(ISequencerAnimationOverride) == 0x000001, "Wrong size on ISequencerAnimationOverride"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateMachine \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateMachine"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateMachine"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateResult \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateResult) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateResult"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateResult) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateResult"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateResultPure \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateResultPure"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateResultPure"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining \ +static_assert(alignof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction \ +static_assert(alignof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetState \ +static_assert(alignof(AnimationStateMachineLibrary_GetState) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetState"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetState) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetState"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetState::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetState::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_IsStateBlendingIn \ +static_assert(alignof(AnimationStateMachineLibrary_IsStateBlendingIn) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_IsStateBlendingIn"); \ +static_assert(sizeof(AnimationStateMachineLibrary_IsStateBlendingIn) == 0x000028, "Wrong size on AnimationStateMachineLibrary_IsStateBlendingIn"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_IsStateBlendingOut \ +static_assert(alignof(AnimationStateMachineLibrary_IsStateBlendingOut) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_IsStateBlendingOut"); \ +static_assert(sizeof(AnimationStateMachineLibrary_IsStateBlendingOut) == 0x000028, "Wrong size on AnimationStateMachineLibrary_IsStateBlendingOut"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_SetState \ +static_assert(alignof(AnimationStateMachineLibrary_SetState) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_SetState"); \ +static_assert(sizeof(AnimationStateMachineLibrary_SetState) == 0x000048, "Wrong size on AnimationStateMachineLibrary_SetState"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_SetState::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_SetState::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, TargetState) == 0x000020, "Member 'AnimationStateMachineLibrary_SetState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, Duration) == 0x000028, "Member 'AnimationStateMachineLibrary_SetState::Duration' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, BlendType) == 0x00002C, "Member 'AnimationStateMachineLibrary_SetState::BlendType' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, BlendProfile) == 0x000030, "Member 'AnimationStateMachineLibrary_SetState::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, AlphaBlendOption) == 0x000038, "Member 'AnimationStateMachineLibrary_SetState::AlphaBlendOption' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, CustomBlendCurve) == 0x000040, "Member 'AnimationStateMachineLibrary_SetState::CustomBlendCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationStateMachineLibrary \ +static_assert(alignof(UAnimationStateMachineLibrary) == 0x000008, "Wrong alignment on UAnimationStateMachineLibrary"); \ +static_assert(sizeof(UAnimationStateMachineLibrary) == 0x000028, "Wrong size on UAnimationStateMachineLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimSequencerInstance \ +static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ +static_assert(sizeof(UAnimSequencerInstance) == 0x000370, "Wrong size on UAnimSequencerInstance"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToInitializationContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToInitializationContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToInitializationContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToInitializationContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToInitializationContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToPoseContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToPoseContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToPoseContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToPoseContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToPoseContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToUpdateContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToUpdateContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToUpdateContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToUpdateContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToUpdateContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetAnimInstance \ +static_assert(alignof(AnimExecutionContextLibrary_GetAnimInstance) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetAnimInstance"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetAnimInstance) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetAnimInstance"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimInstance, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetAnimInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimInstance, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetAnimNodeReference \ +static_assert(alignof(AnimExecutionContextLibrary_GetAnimNodeReference) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetAnimNodeReference"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetAnimNodeReference) == 0x000020, "Wrong size on AnimExecutionContextLibrary_GetAnimNodeReference"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, Instance) == 0x000000, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::Instance' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, Index_0) == 0x000008, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetCurrentWeight \ +static_assert(alignof(AnimExecutionContextLibrary_GetCurrentWeight) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetCurrentWeight"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetCurrentWeight) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetCurrentWeight"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetCurrentWeight, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetCurrentWeight::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetCurrentWeight, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetCurrentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetDeltaTime \ +static_assert(alignof(AnimExecutionContextLibrary_GetDeltaTime) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetDeltaTime"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetDeltaTime) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetDeltaTime"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetDeltaTime, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetDeltaTime::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetDeltaTime, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetDeltaTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_IsActive \ +static_assert(alignof(AnimExecutionContextLibrary_IsActive) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_IsActive"); \ +static_assert(sizeof(AnimExecutionContextLibrary_IsActive) == 0x000018, "Wrong size on AnimExecutionContextLibrary_IsActive"); \ +static_assert(offsetof(AnimExecutionContextLibrary_IsActive, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_IsActive::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_IsActive, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimExecutionContextLibrary \ +static_assert(alignof(UAnimExecutionContextLibrary) == 0x000008, "Wrong alignment on UAnimExecutionContextLibrary"); \ +static_assert(sizeof(UAnimExecutionContextLibrary) == 0x000028, "Wrong size on UAnimExecutionContextLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotify \ +static_assert(alignof(UAnimNotify_PlayMontageNotify) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotify"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotify) == 0x000040, "Wrong size on UAnimNotify_PlayMontageNotify"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotify, NotifyName) == 0x000038, "Member 'UAnimNotify_PlayMontageNotify::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendListBaseLibrary_ConvertToBlendListBase \ +static_assert(alignof(BlendListBaseLibrary_ConvertToBlendListBase) == 0x000008, "Wrong alignment on BlendListBaseLibrary_ConvertToBlendListBase"); \ +static_assert(sizeof(BlendListBaseLibrary_ConvertToBlendListBase) == 0x000028, "Wrong size on BlendListBaseLibrary_ConvertToBlendListBase"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, Node) == 0x000000, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, Result) == 0x000010, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, ReturnValue) == 0x000018, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendListBaseLibrary_ResetNode \ +static_assert(alignof(BlendListBaseLibrary_ResetNode) == 0x000008, "Wrong alignment on BlendListBaseLibrary_ResetNode"); \ +static_assert(sizeof(BlendListBaseLibrary_ResetNode) == 0x000010, "Wrong size on BlendListBaseLibrary_ResetNode"); \ +static_assert(offsetof(BlendListBaseLibrary_ResetNode, BlendListBase) == 0x000000, "Member 'BlendListBaseLibrary_ResetNode::BlendListBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendListBaseLibrary \ +static_assert(alignof(UBlendListBaseLibrary) == 0x000008, "Wrong alignment on UBlendListBaseLibrary"); \ +static_assert(sizeof(UBlendListBaseLibrary) == 0x000028, "Wrong size on UBlendListBaseLibrary"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer \ +static_assert(alignof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, Node) == 0x000000, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, Result) == 0x000010, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure \ +static_assert(alignof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, Node) == 0x000000, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, BlendSpacePlayer) == 0x000010, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, Result) == 0x000020, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetBlendSpace \ +static_assert(alignof(BlendSpacePlayerLibrary_GetBlendSpace) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetBlendSpace"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetBlendSpace) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetBlendSpace"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetBlendSpace, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetBlendSpace::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetBlendSpace, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetLoop \ +static_assert(alignof(BlendSpacePlayerLibrary_GetLoop) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetLoop"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetLoop) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetLoop"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetLoop, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetLoop::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetLoop, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetPlayRate \ +static_assert(alignof(BlendSpacePlayerLibrary_GetPlayRate) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetPlayRate"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetPlayRate) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetPlayRate"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPlayRate, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetPlayRate::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPlayRate, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_GetPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetPosition) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_GetPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPosition, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetStartPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_GetStartPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetStartPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetStartPosition) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetStartPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetStartPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetStartPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetStartPosition, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetBlendSpace \ +static_assert(alignof(BlendSpacePlayerLibrary_SetBlendSpace) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetBlendSpace"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetBlendSpace) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetBlendSpace"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, BlendSpace) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending \ +static_assert(alignof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending) == 0x000040, "Wrong size on BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, UpdateContext) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendSpacePlayer) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendSpace) == 0x000020, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendTime) == 0x000028, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, ReturnValue) == 0x000030, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetLoop \ +static_assert(alignof(BlendSpacePlayerLibrary_SetLoop) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetLoop"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetLoop) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetLoop"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetLoop::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, bLoop) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetLoop::bLoop' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetPlayRate \ +static_assert(alignof(BlendSpacePlayerLibrary_SetPlayRate) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetPlayRate"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetPlayRate) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetPlayRate"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetPlayRate::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, PlayRate) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetPlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges \ +static_assert(alignof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, bReset) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::bReset' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges \ +static_assert(alignof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SnapToPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_SnapToPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SnapToPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SnapToPosition) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SnapToPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SnapToPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SnapToPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SnapToPosition, NewPosition) == 0x000010, "Member 'BlendSpacePlayerLibrary_SnapToPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpacePlayerLibrary \ +static_assert(alignof(UBlendSpacePlayerLibrary) == 0x000008, "Wrong alignment on UBlendSpacePlayerLibrary"); \ +static_assert(sizeof(UBlendSpacePlayerLibrary) == 0x000028, "Wrong size on UBlendSpacePlayerLibrary"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_CalculateDirection \ +static_assert(alignof(KismetAnimationLibrary_CalculateDirection) == 0x000008, "Wrong alignment on KismetAnimationLibrary_CalculateDirection"); \ +static_assert(sizeof(KismetAnimationLibrary_CalculateDirection) == 0x000038, "Wrong size on KismetAnimationLibrary_CalculateDirection"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, Velocity) == 0x000000, "Member 'KismetAnimationLibrary_CalculateDirection::Velocity' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, BaseRotation) == 0x000018, "Member 'KismetAnimationLibrary_CalculateDirection::BaseRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, ReturnValue) == 0x000030, "Member 'KismetAnimationLibrary_CalculateDirection::ReturnValue' 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) == 0x000060, "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) == 0x000008, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::position' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, History) == 0x000020, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, NumberOfSamples) == 0x000050, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMin) == 0x000054, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMax) == 0x000058, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, ReturnValue) == 0x00005C, "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) == 0x000110, "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) == 0x000018, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReferenceSocketOrBone' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketSpace) == 0x000020, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, OffsetInBoneSpace) == 0x000028, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::OffsetInBoneSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, History) == 0x000040, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, NumberOfSamples) == 0x000070, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMin) == 0x000074, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMax) == 0x000078, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, EasingType) == 0x00007C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::EasingType' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, CustomCurve) == 0x000080, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReturnValue) == 0x000108, "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) == 0x000010, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameTo' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, ReturnValue) == 0x000018, "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) == 0x000038, "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) == 0x000010, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameB) == 0x000014, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceB) == 0x00001C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, bRemapRange) == 0x00001D, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::bRemapRange' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMin) == 0x000020, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMax) == 0x000024, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMin) == 0x000028, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMax) == 0x00002C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, ReturnValue) == 0x000030, "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) == 0x000120, "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) == 0x000060, "Member 'KismetAnimationLibrary_K2_LookAt::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, LookAtVector) == 0x000078, "Member 'KismetAnimationLibrary_K2_LookAt::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, bUseUpVector) == 0x000090, "Member 'KismetAnimationLibrary_K2_LookAt::bUseUpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, UpVector) == 0x000098, "Member 'KismetAnimationLibrary_K2_LookAt::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ClampConeInDegree) == 0x0000B0, "Member 'KismetAnimationLibrary_K2_LookAt::ClampConeInDegree' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ReturnValue) == 0x0000C0, "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) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000040, "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) == 0x000028, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_TwoBoneIK \ +static_assert(alignof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x0000B8, "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) == 0x000018, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, EndPos) == 0x000030, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::EndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointTarget) == 0x000048, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, Effector) == 0x000060, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::Effector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutJointPos) == 0x000078, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutJointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutEndPos) == 0x000090, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, bAllowStretching) == 0x0000A8, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::bAllowStretching' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, StartStretchRatio) == 0x0000AC, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, MaxStretchScale) == 0x0000B0, "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) == 0x000028, "Wrong size on UKismetAnimationLibrary"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure \ +static_assert(alignof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure) == 0x000028, "Wrong size on LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, Node) == 0x000000, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::Node' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, LayeredBoneBlend) == 0x000010, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, Result) == 0x000020, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend \ +static_assert(alignof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend) == 0x000028, "Wrong size on LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, Node) == 0x000000, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::Node' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, Result) == 0x000010, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::Result' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, ReturnValue) == 0x000018, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_GetNumPoses \ +static_assert(alignof(LayeredBoneBlendLibrary_GetNumPoses) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_GetNumPoses"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_GetNumPoses) == 0x000018, "Wrong size on LayeredBoneBlendLibrary_GetNumPoses"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_GetNumPoses, LayeredBoneBlend) == 0x000000, "Member 'LayeredBoneBlendLibrary_GetNumPoses::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_GetNumPoses, ReturnValue) == 0x000010, "Member 'LayeredBoneBlendLibrary_GetNumPoses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_SetBlendMask \ +static_assert(alignof(LayeredBoneBlendLibrary_SetBlendMask) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_SetBlendMask"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_SetBlendMask) == 0x000040, "Wrong size on LayeredBoneBlendLibrary_SetBlendMask"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, UpdateContext) == 0x000000, "Member 'LayeredBoneBlendLibrary_SetBlendMask::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, LayeredBoneBlend) == 0x000010, "Member 'LayeredBoneBlendLibrary_SetBlendMask::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, PoseIndex) == 0x000020, "Member 'LayeredBoneBlendLibrary_SetBlendMask::PoseIndex' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, BlendMaskName) == 0x000024, "Member 'LayeredBoneBlendLibrary_SetBlendMask::BlendMaskName' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, ReturnValue) == 0x000030, "Member 'LayeredBoneBlendLibrary_SetBlendMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULayeredBoneBlendLibrary \ +static_assert(alignof(ULayeredBoneBlendLibrary) == 0x000008, "Wrong alignment on ULayeredBoneBlendLibrary"); \ +static_assert(sizeof(ULayeredBoneBlendLibrary) == 0x000028, "Wrong size on ULayeredBoneBlendLibrary"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph \ +static_assert(alignof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph) == 0x000028, "Wrong size on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, Result) == 0x000010, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::Result' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, ReturnValue) == 0x000018, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure \ +static_assert(alignof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure) == 0x000028, "Wrong size on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, LinkedAnimGraph) == 0x000010, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, Result) == 0x000020, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_GetLinkedAnimInstance \ +static_assert(alignof(LinkedAnimGraphLibrary_GetLinkedAnimInstance) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_GetLinkedAnimInstance"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_GetLinkedAnimInstance) == 0x000018, "Wrong size on LinkedAnimGraphLibrary_GetLinkedAnimInstance"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_GetLinkedAnimInstance, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_GetLinkedAnimInstance::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_GetLinkedAnimInstance, ReturnValue) == 0x000010, "Member 'LinkedAnimGraphLibrary_GetLinkedAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_HasLinkedAnimInstance \ +static_assert(alignof(LinkedAnimGraphLibrary_HasLinkedAnimInstance) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_HasLinkedAnimInstance"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_HasLinkedAnimInstance) == 0x000018, "Wrong size on LinkedAnimGraphLibrary_HasLinkedAnimInstance"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_HasLinkedAnimInstance, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_HasLinkedAnimInstance::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_HasLinkedAnimInstance, ReturnValue) == 0x000010, "Member 'LinkedAnimGraphLibrary_HasLinkedAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinkedAnimGraphLibrary \ +static_assert(alignof(ULinkedAnimGraphLibrary) == 0x000008, "Wrong alignment on ULinkedAnimGraphLibrary"); \ +static_assert(sizeof(ULinkedAnimGraphLibrary) == 0x000028, "Wrong size on ULinkedAnimGraphLibrary"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_ConvertToMirrorNode \ +static_assert(alignof(MirrorAnimLibrary_ConvertToMirrorNode) == 0x000008, "Wrong alignment on MirrorAnimLibrary_ConvertToMirrorNode"); \ +static_assert(sizeof(MirrorAnimLibrary_ConvertToMirrorNode) == 0x000028, "Wrong size on MirrorAnimLibrary_ConvertToMirrorNode"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, Node) == 0x000000, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::Node' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, Result) == 0x000010, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::Result' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_ConvertToMirrorNodePure \ +static_assert(alignof(MirrorAnimLibrary_ConvertToMirrorNodePure) == 0x000008, "Wrong alignment on MirrorAnimLibrary_ConvertToMirrorNodePure"); \ +static_assert(sizeof(MirrorAnimLibrary_ConvertToMirrorNodePure) == 0x000028, "Wrong size on MirrorAnimLibrary_ConvertToMirrorNodePure"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, Node) == 0x000000, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, MirrorNode) == 0x000010, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, Result) == 0x000020, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirror \ +static_assert(alignof(MirrorAnimLibrary_GetMirror) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirror"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirror) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirror"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirror, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirror::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirror, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirrorDataTable \ +static_assert(alignof(MirrorAnimLibrary_GetMirrorDataTable) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirrorDataTable"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirrorDataTable) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirrorDataTable"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorDataTable, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirrorDataTable::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorDataTable, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirrorDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirrorTransitionBlendTime \ +static_assert(alignof(MirrorAnimLibrary_GetMirrorTransitionBlendTime) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirrorTransitionBlendTime"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirrorTransitionBlendTime) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirrorTransitionBlendTime"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorTransitionBlendTime, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirrorTransitionBlendTime::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorTransitionBlendTime, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirrorTransitionBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_SetMirror \ +static_assert(alignof(MirrorAnimLibrary_SetMirror) == 0x000008, "Wrong alignment on MirrorAnimLibrary_SetMirror"); \ +static_assert(sizeof(MirrorAnimLibrary_SetMirror) == 0x000028, "Wrong size on MirrorAnimLibrary_SetMirror"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_SetMirror::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, bInMirror) == 0x000010, "Member 'MirrorAnimLibrary_SetMirror::bInMirror' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_SetMirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_SetMirrorTransitionBlendTime \ +static_assert(alignof(MirrorAnimLibrary_SetMirrorTransitionBlendTime) == 0x000008, "Wrong alignment on MirrorAnimLibrary_SetMirrorTransitionBlendTime"); \ +static_assert(sizeof(MirrorAnimLibrary_SetMirrorTransitionBlendTime) == 0x000028, "Wrong size on MirrorAnimLibrary_SetMirrorTransitionBlendTime"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, InBlendTime) == 0x000010, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::InBlendTime' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorAnimLibrary \ +static_assert(alignof(UMirrorAnimLibrary) == 0x000008, "Wrong alignment on UMirrorAnimLibrary"); \ +static_assert(sizeof(UMirrorAnimLibrary) == 0x000028, "Wrong size on UMirrorAnimLibrary"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_ConvertToModifyCurveNode \ +static_assert(alignof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_ConvertToModifyCurveNode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_ConvertToModifyCurveNode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, Node) == 0x000000, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::Node' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, Result) == 0x000010, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::Result' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure \ +static_assert(alignof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, Node) == 0x000000, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, ModifyCurveNode) == 0x000010, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, Result) == 0x000020, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_GetAlpha \ +static_assert(alignof(ModifyCurveAnimLibrary_GetAlpha) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_GetAlpha"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_GetAlpha) == 0x000018, "Wrong size on ModifyCurveAnimLibrary_GetAlpha"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetAlpha, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_GetAlpha::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetAlpha, ReturnValue) == 0x000010, "Member 'ModifyCurveAnimLibrary_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_GetApplyMode \ +static_assert(alignof(ModifyCurveAnimLibrary_GetApplyMode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_GetApplyMode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_GetApplyMode) == 0x000018, "Wrong size on ModifyCurveAnimLibrary_GetApplyMode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetApplyMode, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_GetApplyMode::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetApplyMode, ReturnValue) == 0x000010, "Member 'ModifyCurveAnimLibrary_GetApplyMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetAlpha \ +static_assert(alignof(ModifyCurveAnimLibrary_SetAlpha) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetAlpha"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetAlpha) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_SetAlpha"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetAlpha::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, InAlpha) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetAlpha::InAlpha' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_SetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetApplyMode \ +static_assert(alignof(ModifyCurveAnimLibrary_SetApplyMode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetApplyMode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetApplyMode) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_SetApplyMode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetApplyMode::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, InMode) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetApplyMode::InMode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_SetApplyMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetCurveMap \ +static_assert(alignof(ModifyCurveAnimLibrary_SetCurveMap) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetCurveMap"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetCurveMap) == 0x000070, "Wrong size on ModifyCurveAnimLibrary_SetCurveMap"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetCurveMap::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, InCurveMap) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetCurveMap::InCurveMap' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, ReturnValue) == 0x000060, "Member 'ModifyCurveAnimLibrary_SetCurveMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyCurveAnimLibrary \ +static_assert(alignof(UModifyCurveAnimLibrary) == 0x000008, "Wrong alignment on UModifyCurveAnimLibrary"); \ +static_assert(sizeof(UModifyCurveAnimLibrary) == 0x000028, "Wrong size on UModifyCurveAnimLibrary"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ +static_assert(alignof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(sizeof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000008, "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) == 0x000028, "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) == 0x000008, "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) == 0x0000A8, "Wrong size on UPlayMontageCallbackProxy"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnCompleted) == 0x000028, "Member 'UPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnBlendOut) == 0x000038, "Member 'UPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnInterrupted) == 0x000048, "Member 'UPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyBegin) == 0x000058, "Member 'UPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyEnd) == 0x000068, "Member 'UPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_AdvanceTime \ +static_assert(alignof(SequenceEvaluatorLibrary_AdvanceTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_AdvanceTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_AdvanceTime) == 0x000038, "Wrong size on SequenceEvaluatorLibrary_AdvanceTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, UpdateContext) == 0x000000, "Member 'SequenceEvaluatorLibrary_AdvanceTime::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_AdvanceTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, PlayRate) == 0x000020, "Member 'SequenceEvaluatorLibrary_AdvanceTime::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, ReturnValue) == 0x000028, "Member 'SequenceEvaluatorLibrary_AdvanceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_ConvertToSequenceEvaluator \ +static_assert(alignof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_ConvertToSequenceEvaluator"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_ConvertToSequenceEvaluator"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, Node) == 0x000000, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, Result) == 0x000010, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure \ +static_assert(alignof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, Node) == 0x000000, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, Result) == 0x000020, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_GetAccumulatedTime \ +static_assert(alignof(SequenceEvaluatorLibrary_GetAccumulatedTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_GetAccumulatedTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_GetAccumulatedTime) == 0x000018, "Wrong size on SequenceEvaluatorLibrary_GetAccumulatedTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetAccumulatedTime, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_GetAccumulatedTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetAccumulatedTime, ReturnValue) == 0x000010, "Member 'SequenceEvaluatorLibrary_GetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_GetSequence \ +static_assert(alignof(SequenceEvaluatorLibrary_GetSequence) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_GetSequence"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_GetSequence) == 0x000018, "Wrong size on SequenceEvaluatorLibrary_GetSequence"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetSequence, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_GetSequence::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetSequence, ReturnValue) == 0x000010, "Member 'SequenceEvaluatorLibrary_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetExplicitFrame \ +static_assert(alignof(SequenceEvaluatorLibrary_SetExplicitFrame) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetExplicitFrame"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetExplicitFrame) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetExplicitFrame"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, Frame) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::Frame' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetExplicitTime \ +static_assert(alignof(SequenceEvaluatorLibrary_SetExplicitTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetExplicitTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetExplicitTime) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetExplicitTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, Time) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetSequence \ +static_assert(alignof(SequenceEvaluatorLibrary_SetSequence) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetSequence"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetSequence) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetSequence"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetSequence::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, Sequence) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetSequenceWithInertialBlending \ +static_assert(alignof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetSequenceWithInertialBlending"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending) == 0x000040, "Wrong size on SequenceEvaluatorLibrary_SetSequenceWithInertialBlending"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, UpdateContext) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, Sequence) == 0x000020, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, BlendTime) == 0x000028, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, ReturnValue) == 0x000030, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceEvaluatorLibrary \ +static_assert(alignof(USequenceEvaluatorLibrary) == 0x000008, "Wrong alignment on USequenceEvaluatorLibrary"); \ +static_assert(sizeof(USequenceEvaluatorLibrary) == 0x000028, "Wrong size on USequenceEvaluatorLibrary"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ComputePlayRateFromDuration \ +static_assert(alignof(SequencePlayerLibrary_ComputePlayRateFromDuration) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ComputePlayRateFromDuration"); \ +static_assert(sizeof(SequencePlayerLibrary_ComputePlayRateFromDuration) == 0x000018, "Wrong size on SequencePlayerLibrary_ComputePlayRateFromDuration"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, Duration) == 0x000010, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, ReturnValue) == 0x000014, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ConvertToSequencePlayer \ +static_assert(alignof(SequencePlayerLibrary_ConvertToSequencePlayer) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ConvertToSequencePlayer"); \ +static_assert(sizeof(SequencePlayerLibrary_ConvertToSequencePlayer) == 0x000028, "Wrong size on SequencePlayerLibrary_ConvertToSequencePlayer"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, Node) == 0x000000, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::Node' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, Result) == 0x000010, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::Result' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ConvertToSequencePlayerPure \ +static_assert(alignof(SequencePlayerLibrary_ConvertToSequencePlayerPure) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ConvertToSequencePlayerPure"); \ +static_assert(sizeof(SequencePlayerLibrary_ConvertToSequencePlayerPure) == 0x000028, "Wrong size on SequencePlayerLibrary_ConvertToSequencePlayerPure"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, Node) == 0x000000, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, SequencePlayer) == 0x000010, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, Result) == 0x000020, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetAccumulatedTime \ +static_assert(alignof(SequencePlayerLibrary_GetAccumulatedTime) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetAccumulatedTime"); \ +static_assert(sizeof(SequencePlayerLibrary_GetAccumulatedTime) == 0x000018, "Wrong size on SequencePlayerLibrary_GetAccumulatedTime"); \ +static_assert(offsetof(SequencePlayerLibrary_GetAccumulatedTime, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetAccumulatedTime::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetAccumulatedTime, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetLoopAnimation \ +static_assert(alignof(SequencePlayerLibrary_GetLoopAnimation) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetLoopAnimation"); \ +static_assert(sizeof(SequencePlayerLibrary_GetLoopAnimation) == 0x000018, "Wrong size on SequencePlayerLibrary_GetLoopAnimation"); \ +static_assert(offsetof(SequencePlayerLibrary_GetLoopAnimation, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetLoopAnimation::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetLoopAnimation, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetLoopAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetPlayRate \ +static_assert(alignof(SequencePlayerLibrary_GetPlayRate) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetPlayRate"); \ +static_assert(sizeof(SequencePlayerLibrary_GetPlayRate) == 0x000018, "Wrong size on SequencePlayerLibrary_GetPlayRate"); \ +static_assert(offsetof(SequencePlayerLibrary_GetPlayRate, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetPlayRate::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetPlayRate, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetSequence \ +static_assert(alignof(SequencePlayerLibrary_GetSequence) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetSequence"); \ +static_assert(sizeof(SequencePlayerLibrary_GetSequence) == 0x000028, "Wrong size on SequencePlayerLibrary_GetSequence"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetSequence::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, SequenceBase) == 0x000010, "Member 'SequencePlayerLibrary_GetSequence::SequenceBase' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetSequencePure \ +static_assert(alignof(SequencePlayerLibrary_GetSequencePure) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetSequencePure"); \ +static_assert(sizeof(SequencePlayerLibrary_GetSequencePure) == 0x000018, "Wrong size on SequencePlayerLibrary_GetSequencePure"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequencePure, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetSequencePure::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequencePure, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetSequencePure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetStartPosition \ +static_assert(alignof(SequencePlayerLibrary_GetStartPosition) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetStartPosition"); \ +static_assert(sizeof(SequencePlayerLibrary_GetStartPosition) == 0x000018, "Wrong size on SequencePlayerLibrary_GetStartPosition"); \ +static_assert(offsetof(SequencePlayerLibrary_GetStartPosition, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetStartPosition::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetStartPosition, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetAccumulatedTime \ +static_assert(alignof(SequencePlayerLibrary_SetAccumulatedTime) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetAccumulatedTime"); \ +static_assert(sizeof(SequencePlayerLibrary_SetAccumulatedTime) == 0x000028, "Wrong size on SequencePlayerLibrary_SetAccumulatedTime"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetAccumulatedTime::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, Time) == 0x000010, "Member 'SequencePlayerLibrary_SetAccumulatedTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetPlayRate \ +static_assert(alignof(SequencePlayerLibrary_SetPlayRate) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetPlayRate"); \ +static_assert(sizeof(SequencePlayerLibrary_SetPlayRate) == 0x000028, "Wrong size on SequencePlayerLibrary_SetPlayRate"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetPlayRate::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, PlayRate) == 0x000010, "Member 'SequencePlayerLibrary_SetPlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetSequence \ +static_assert(alignof(SequencePlayerLibrary_SetSequence) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetSequence"); \ +static_assert(sizeof(SequencePlayerLibrary_SetSequence) == 0x000028, "Wrong size on SequencePlayerLibrary_SetSequence"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetSequence::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, Sequence) == 0x000010, "Member 'SequencePlayerLibrary_SetSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetSequenceWithInertialBlending \ +static_assert(alignof(SequencePlayerLibrary_SetSequenceWithInertialBlending) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetSequenceWithInertialBlending"); \ +static_assert(sizeof(SequencePlayerLibrary_SetSequenceWithInertialBlending) == 0x000040, "Wrong size on SequencePlayerLibrary_SetSequenceWithInertialBlending"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, UpdateContext) == 0x000000, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, SequencePlayer) == 0x000010, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, Sequence) == 0x000020, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, BlendTime) == 0x000028, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, ReturnValue) == 0x000030, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetStartPosition \ +static_assert(alignof(SequencePlayerLibrary_SetStartPosition) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetStartPosition"); \ +static_assert(sizeof(SequencePlayerLibrary_SetStartPosition) == 0x000028, "Wrong size on SequencePlayerLibrary_SetStartPosition"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetStartPosition::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, StartPosition) == 0x000010, "Member 'SequencePlayerLibrary_SetStartPosition::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencePlayerLibrary \ +static_assert(alignof(USequencePlayerLibrary) == 0x000008, "Wrong alignment on USequencePlayerLibrary"); \ +static_assert(sizeof(USequencePlayerLibrary) == 0x000028, "Wrong size on USequencePlayerLibrary"); \ + +#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_SkeletalControlLibrary_ConvertToSkeletalControl \ +static_assert(alignof(SkeletalControlLibrary_ConvertToSkeletalControl) == 0x000008, "Wrong alignment on SkeletalControlLibrary_ConvertToSkeletalControl"); \ +static_assert(sizeof(SkeletalControlLibrary_ConvertToSkeletalControl) == 0x000028, "Wrong size on SkeletalControlLibrary_ConvertToSkeletalControl"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, Node) == 0x000000, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::Node' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, Result) == 0x000010, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::Result' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, ReturnValue) == 0x000018, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_ConvertToSkeletalControlPure \ +static_assert(alignof(SkeletalControlLibrary_ConvertToSkeletalControlPure) == 0x000008, "Wrong alignment on SkeletalControlLibrary_ConvertToSkeletalControlPure"); \ +static_assert(sizeof(SkeletalControlLibrary_ConvertToSkeletalControlPure) == 0x000028, "Wrong size on SkeletalControlLibrary_ConvertToSkeletalControlPure"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, Node) == 0x000000, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, SkeletalControl) == 0x000010, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, Result) == 0x000020, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_GetAlpha \ +static_assert(alignof(SkeletalControlLibrary_GetAlpha) == 0x000008, "Wrong alignment on SkeletalControlLibrary_GetAlpha"); \ +static_assert(sizeof(SkeletalControlLibrary_GetAlpha) == 0x000018, "Wrong size on SkeletalControlLibrary_GetAlpha"); \ +static_assert(offsetof(SkeletalControlLibrary_GetAlpha, SkeletalControl) == 0x000000, "Member 'SkeletalControlLibrary_GetAlpha::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_GetAlpha, ReturnValue) == 0x000010, "Member 'SkeletalControlLibrary_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_SetAlpha \ +static_assert(alignof(SkeletalControlLibrary_SetAlpha) == 0x000008, "Wrong alignment on SkeletalControlLibrary_SetAlpha"); \ +static_assert(sizeof(SkeletalControlLibrary_SetAlpha) == 0x000028, "Wrong size on SkeletalControlLibrary_SetAlpha"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, SkeletalControl) == 0x000000, "Member 'SkeletalControlLibrary_SetAlpha::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, Alpha) == 0x000010, "Member 'SkeletalControlLibrary_SetAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, ReturnValue) == 0x000018, "Member 'SkeletalControlLibrary_SetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalControlLibrary \ +static_assert(alignof(USkeletalControlLibrary) == 0x000008, "Wrong alignment on USkeletalControlLibrary"); \ +static_assert(sizeof(USkeletalControlLibrary) == 0x000028, "Wrong size on USkeletalControlLibrary"); \ + +#define DUMPER7_ASSERTS_FConstraintsInWorld \ +static_assert(alignof(FConstraintsInWorld) == 0x000008, "Wrong alignment on FConstraintsInWorld"); \ +static_assert(sizeof(FConstraintsInWorld) == 0x000028, "Wrong size on FConstraintsInWorld"); \ +static_assert(offsetof(FConstraintsInWorld, World) == 0x000000, "Member 'FConstraintsInWorld::World' has a wrong offset!"); \ +static_assert(offsetof(FConstraintsInWorld, Constraints) == 0x000008, "Member 'FConstraintsInWorld::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConstraintChannel \ +static_assert(alignof(FMovieSceneConstraintChannel) == 0x000008, "Wrong alignment on FMovieSceneConstraintChannel"); \ +static_assert(sizeof(FMovieSceneConstraintChannel) == 0x000108, "Wrong size on FMovieSceneConstraintChannel"); \ + +#define DUMPER7_ASSERTS_FConstraintAndActiveChannel \ +static_assert(alignof(FConstraintAndActiveChannel) == 0x000008, "Wrong alignment on FConstraintAndActiveChannel"); \ +static_assert(sizeof(FConstraintAndActiveChannel) == 0x000110, "Wrong size on FConstraintAndActiveChannel"); \ +static_assert(offsetof(FConstraintAndActiveChannel, ActiveChannel) == 0x000000, "Member 'FConstraintAndActiveChannel::ActiveChannel' has a wrong offset!"); \ +static_assert(offsetof(FConstraintAndActiveChannel, ConstraintCopyToSpawn) == 0x000108, "Member 'FConstraintAndActiveChannel::ConstraintCopyToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintTickFunction \ +static_assert(alignof(FConstraintTickFunction) == 0x000008, "Wrong alignment on FConstraintTickFunction"); \ +static_assert(sizeof(FConstraintTickFunction) == 0x000040, "Wrong size on FConstraintTickFunction"); \ + +#define DUMPER7_ASSERTS_UConstraintSubsystem \ +static_assert(alignof(UConstraintSubsystem) == 0x000008, "Wrong alignment on UConstraintSubsystem"); \ +static_assert(sizeof(UConstraintSubsystem) == 0x000050, "Wrong size on UConstraintSubsystem"); \ +static_assert(offsetof(UConstraintSubsystem, OnConstraintAddedToSystem_BP) == 0x000030, "Member 'UConstraintSubsystem::OnConstraintAddedToSystem_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintSubsystem, OnConstraintRemovedFromSystem_BP) == 0x000031, "Member 'UConstraintSubsystem::OnConstraintRemovedFromSystem_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintSubsystem, ConstraintsInWorld) == 0x000038, "Member 'UConstraintSubsystem::ConstraintsInWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AConstraintsActor \ +static_assert(alignof(AConstraintsActor) == 0x000008, "Wrong alignment on AConstraintsActor"); \ +static_assert(sizeof(AConstraintsActor) == 0x000298, "Wrong size on AConstraintsActor"); \ +static_assert(offsetof(AConstraintsActor, ConstraintsManager) == 0x000290, "Member 'AConstraintsActor::ConstraintsManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableConstraint \ +static_assert(alignof(UTickableConstraint) == 0x000008, "Wrong alignment on UTickableConstraint"); \ +static_assert(sizeof(UTickableConstraint) == 0x000090, "Wrong size on UTickableConstraint"); \ +static_assert(offsetof(UTickableConstraint, Active) == 0x000028, "Member 'UTickableConstraint::Active' has a wrong offset!"); \ +static_assert(offsetof(UTickableConstraint, bValid) == 0x000029, "Member 'UTickableConstraint::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintsManager \ +static_assert(alignof(UConstraintsManager) == 0x000008, "Wrong alignment on UConstraintsManager"); \ +static_assert(sizeof(UConstraintsManager) == 0x000048, "Wrong size on UConstraintsManager"); \ +static_assert(offsetof(UConstraintsManager, OnConstraintAdded_BP) == 0x000028, "Member 'UConstraintsManager::OnConstraintAdded_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintsManager, OnConstraintRemoved_BP) == 0x000029, "Member 'UConstraintsManager::OnConstraintRemoved_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintsManager, Constraints) == 0x000038, "Member 'UConstraintsManager::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_AddConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_AddConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_AddConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_AddConstraint) == 0x000028, "Wrong size on ConstraintsScriptingLibrary_AddConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_AddConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InParentHandle) == 0x000008, "Member 'ConstraintsScriptingLibrary_AddConstraint::InParentHandle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InChildHandle) == 0x000010, "Member 'ConstraintsScriptingLibrary_AddConstraint::InChildHandle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InConstraint) == 0x000018, "Member 'ConstraintsScriptingLibrary_AddConstraint::InConstraint' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, bMaintainOffset) == 0x000020, "Member 'ConstraintsScriptingLibrary_AddConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, ReturnValue) == 0x000021, "Member 'ConstraintsScriptingLibrary_AddConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateFromType \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateFromType) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateFromType"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateFromType) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_CreateFromType"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateFromType::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, InType) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateFromType::InType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, ReturnValue) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateFromType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateTransformableComponentHandle \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateTransformableComponentHandle"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle) == 0x000020, "Wrong size on ConstraintsScriptingLibrary_CreateTransformableComponentHandle"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InSceneComponent) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InSceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InSocketName) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, ReturnValue) == 0x000018, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateTransformableHandle \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateTransformableHandle) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateTransformableHandle"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateTransformableHandle) == 0x000020, "Wrong size on ConstraintsScriptingLibrary_CreateTransformableHandle"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InObject) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InObject' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InAttachmentName) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InAttachmentName' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, ReturnValue) == 0x000018, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_GetConstraintsArray \ +static_assert(alignof(ConstraintsScriptingLibrary_GetConstraintsArray) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_GetConstraintsArray"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_GetConstraintsArray) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_GetConstraintsArray"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_GetConstraintsArray, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_GetConstraintsArray::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_GetConstraintsArray, ReturnValue) == 0x000008, "Member 'ConstraintsScriptingLibrary_GetConstraintsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_RemoveConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_RemoveConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_RemoveConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_RemoveConstraint) == 0x000010, "Wrong size on ConstraintsScriptingLibrary_RemoveConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, InIndex) == 0x000008, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::InIndex' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, ReturnValue) == 0x00000C, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_RemoveThisConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_RemoveThisConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_RemoveThisConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_RemoveThisConstraint) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_RemoveThisConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, InTickableConstraint) == 0x000008, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::InTickableConstraint' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, ReturnValue) == 0x000010, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintsScriptingLibrary \ +static_assert(alignof(UConstraintsScriptingLibrary) == 0x000008, "Wrong alignment on UConstraintsScriptingLibrary"); \ +static_assert(sizeof(UConstraintsScriptingLibrary) == 0x000028, "Wrong size on UConstraintsScriptingLibrary"); \ + +#define DUMPER7_ASSERTS_UTransformableHandle \ +static_assert(alignof(UTransformableHandle) == 0x000008, "Wrong alignment on UTransformableHandle"); \ +static_assert(sizeof(UTransformableHandle) == 0x000060, "Wrong size on UTransformableHandle"); \ +static_assert(offsetof(UTransformableHandle, ConstraintBindingID) == 0x00002C, "Member 'UTransformableHandle::ConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformableComponentHandle \ +static_assert(alignof(UTransformableComponentHandle) == 0x000008, "Wrong alignment on UTransformableComponentHandle"); \ +static_assert(sizeof(UTransformableComponentHandle) == 0x000070, "Wrong size on UTransformableComponentHandle"); \ +static_assert(offsetof(UTransformableComponentHandle, Component) == 0x000060, "Member 'UTransformableComponentHandle::Component' has a wrong offset!"); \ +static_assert(offsetof(UTransformableComponentHandle, SocketName) == 0x000068, "Member 'UTransformableComponentHandle::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableTransformConstraint \ +static_assert(alignof(UTickableTransformConstraint) == 0x000008, "Wrong alignment on UTickableTransformConstraint"); \ +static_assert(sizeof(UTickableTransformConstraint) == 0x0000B0, "Wrong size on UTickableTransformConstraint"); \ +static_assert(offsetof(UTickableTransformConstraint, ParentTRSHandle) == 0x000090, "Member 'UTickableTransformConstraint::ParentTRSHandle' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, ChildTRSHandle) == 0x000098, "Member 'UTickableTransformConstraint::ChildTRSHandle' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, bMaintainOffset) == 0x0000A0, "Member 'UTickableTransformConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, Weight) == 0x0000A4, "Member 'UTickableTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, bDynamicOffset) == 0x0000A8, "Member 'UTickableTransformConstraint::bDynamicOffset' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, Type) == 0x0000A9, "Member 'UTickableTransformConstraint::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableTranslationConstraint \ +static_assert(alignof(UTickableTranslationConstraint) == 0x000008, "Wrong alignment on UTickableTranslationConstraint"); \ +static_assert(sizeof(UTickableTranslationConstraint) == 0x0000D8, "Wrong size on UTickableTranslationConstraint"); \ +static_assert(offsetof(UTickableTranslationConstraint, OffsetTranslation) == 0x0000B8, "Member 'UTickableTranslationConstraint::OffsetTranslation' has a wrong offset!"); \ +static_assert(offsetof(UTickableTranslationConstraint, AxisFilter) == 0x0000D0, "Member 'UTickableTranslationConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableRotationConstraint \ +static_assert(alignof(UTickableRotationConstraint) == 0x000010, "Wrong alignment on UTickableRotationConstraint"); \ +static_assert(sizeof(UTickableRotationConstraint) == 0x0000F0, "Wrong size on UTickableRotationConstraint"); \ +static_assert(offsetof(UTickableRotationConstraint, OffsetRotation) == 0x0000C0, "Member 'UTickableRotationConstraint::OffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UTickableRotationConstraint, AxisFilter) == 0x0000E0, "Member 'UTickableRotationConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableScaleConstraint \ +static_assert(alignof(UTickableScaleConstraint) == 0x000008, "Wrong alignment on UTickableScaleConstraint"); \ +static_assert(sizeof(UTickableScaleConstraint) == 0x0000D8, "Wrong size on UTickableScaleConstraint"); \ +static_assert(offsetof(UTickableScaleConstraint, OffsetScale) == 0x0000B8, "Member 'UTickableScaleConstraint::OffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UTickableScaleConstraint, AxisFilter) == 0x0000D0, "Member 'UTickableScaleConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableParentConstraint \ +static_assert(alignof(UTickableParentConstraint) == 0x000010, "Wrong alignment on UTickableParentConstraint"); \ +static_assert(sizeof(UTickableParentConstraint) == 0x000130, "Wrong size on UTickableParentConstraint"); \ +static_assert(offsetof(UTickableParentConstraint, OffsetTransform) == 0x0000C0, "Member 'UTickableParentConstraint::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(UTickableParentConstraint, bScaling) == 0x000120, "Member 'UTickableParentConstraint::bScaling' has a wrong offset!"); \ +static_assert(offsetof(UTickableParentConstraint, TransformFilter) == 0x000121, "Member 'UTickableParentConstraint::TransformFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableLookAtConstraint \ +static_assert(alignof(UTickableLookAtConstraint) == 0x000008, "Wrong alignment on UTickableLookAtConstraint"); \ +static_assert(sizeof(UTickableLookAtConstraint) == 0x0000C8, "Wrong size on UTickableLookAtConstraint"); \ +static_assert(offsetof(UTickableLookAtConstraint, Axis) == 0x0000B0, "Member 'UTickableLookAtConstraint::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePreAnimatedMaterialParameters \ +static_assert(alignof(FMovieScenePreAnimatedMaterialParameters) == 0x000008, "Wrong alignment on FMovieScenePreAnimatedMaterialParameters"); \ +static_assert(sizeof(FMovieScenePreAnimatedMaterialParameters) == 0x000030, "Wrong size on FMovieScenePreAnimatedMaterialParameters"); \ +static_assert(offsetof(FMovieScenePreAnimatedMaterialParameters, PreviousMaterial) == 0x000000, "Member 'FMovieScenePreAnimatedMaterialParameters::PreviousMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePreAnimatedMaterialParameters, SoftPreviousMaterial) == 0x000008, "Member 'FMovieScenePreAnimatedMaterialParameters::SoftPreviousMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTrigger \ +static_assert(alignof(FMovieSceneCameraShakeSourceTrigger) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTrigger"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTrigger) == 0x000028, "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) == 0x0000F8, "Wrong size on FMovieSceneCameraShakeSourceTriggerChannel"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyValues) == 0x000060, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinNoiseParams \ +static_assert(alignof(FPerlinNoiseParams) == 0x000008, "Wrong alignment on FPerlinNoiseParams"); \ +static_assert(sizeof(FPerlinNoiseParams) == 0x000018, "Wrong size on FPerlinNoiseParams"); \ +static_assert(offsetof(FPerlinNoiseParams, Frequency) == 0x000000, "Member 'FPerlinNoiseParams::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseParams, Amplitude) == 0x000008, "Member 'FPerlinNoiseParams::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseParams, Offset) == 0x000010, "Member 'FPerlinNoiseParams::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoublePerlinNoiseChannel \ +static_assert(alignof(FMovieSceneDoublePerlinNoiseChannel) == 0x000008, "Wrong alignment on FMovieSceneDoublePerlinNoiseChannel"); \ +static_assert(sizeof(FMovieSceneDoublePerlinNoiseChannel) == 0x000068, "Wrong size on FMovieSceneDoublePerlinNoiseChannel"); \ +static_assert(offsetof(FMovieSceneDoublePerlinNoiseChannel, PerlinNoiseParams) == 0x000050, "Member 'FMovieSceneDoublePerlinNoiseChannel::PerlinNoiseParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ +static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ +static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000030, "Wrong size on FMovieSceneEventPayloadVariable"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, ObjectValue) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000020, "Member 'FMovieSceneEventPayloadVariable::Value' 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_FMovieSceneEventChannel \ +static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ +static_assert(sizeof(FMovieSceneEventChannel) == 0x0000F8, "Wrong size on FMovieSceneEventChannel"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000060, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneEventChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatPerlinNoiseChannel \ +static_assert(alignof(FMovieSceneFloatPerlinNoiseChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatPerlinNoiseChannel"); \ +static_assert(sizeof(FMovieSceneFloatPerlinNoiseChannel) == 0x000068, "Wrong size on FMovieSceneFloatPerlinNoiseChannel"); \ +static_assert(offsetof(FMovieSceneFloatPerlinNoiseChannel, PerlinNoiseParams) == 0x000050, "Member 'FMovieSceneFloatPerlinNoiseChannel::PerlinNoiseParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringChannel \ +static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ +static_assert(sizeof(FMovieSceneStringChannel) == 0x000110, "Wrong size on FMovieSceneStringChannel"); \ +static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000050, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000060, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000070, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000080, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneStringChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DPathSectionTemplate \ +static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ +static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x000150, "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) == 0x000148, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x000149, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceKey \ +static_assert(alignof(FMovieSceneActorReferenceKey) == 0x000004, "Wrong alignment on FMovieSceneActorReferenceKey"); \ +static_assert(sizeof(FMovieSceneActorReferenceKey) == 0x000028, "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) == 0x000020, "Member 'FMovieSceneActorReferenceKey::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceData \ +static_assert(alignof(FMovieSceneActorReferenceData) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceData"); \ +static_assert(sizeof(FMovieSceneActorReferenceData) == 0x000120, "Wrong size on FMovieSceneActorReferenceData"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyTimes) == 0x000050, "Member 'FMovieSceneActorReferenceData::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, DefaultValue) == 0x000060, "Member 'FMovieSceneActorReferenceData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyValues) == 0x000088, "Member 'FMovieSceneActorReferenceData::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyHandles) == 0x000098, "Member 'FMovieSceneActorReferenceData::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceSectionTemplate \ +static_assert(alignof(FMovieSceneActorReferenceSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(sizeof(FMovieSceneActorReferenceSectionTemplate) == 0x000158, "Wrong size on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, PropertyData) == 0x000020, "Member 'FMovieSceneActorReferenceSectionTemplate::PropertyData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, ActorReferenceData) == 0x000038, "Member 'FMovieSceneActorReferenceSectionTemplate::ActorReferenceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBaseCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneBaseCacheSectionTemplateParameters) == 0x000004, "Wrong alignment on FMovieSceneBaseCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneBaseCacheSectionTemplateParameters) == 0x000008, "Wrong size on FMovieSceneBaseCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneBaseCacheSectionTemplateParameters, SectionStartTime) == 0x000000, "Member 'FMovieSceneBaseCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheSectionTemplateParameters, SectionEndTime) == 0x000004, "Member 'FMovieSceneBaseCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventParameters \ +static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ +static_assert(sizeof(FMovieSceneEventParameters) == 0x000040, "Wrong size on FMovieSceneEventParameters"); \ + +#define DUMPER7_ASSERTS_FEventPayload \ +static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ +static_assert(sizeof(FEventPayload) == 0x000048, "Wrong size on FEventPayload"); \ +static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ +static_assert(offsetof(FEventPayload, Parameters) == 0x000008, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ +static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ +static_assert(sizeof(FMovieSceneEventSectionData) == 0x0000F8, "Wrong size on FMovieSceneEventSectionData"); \ +static_assert(offsetof(FMovieSceneEventSectionData, Times) == 0x000050, "Member 'FMovieSceneEventSectionData::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyValues) == 0x000060, "Member 'FMovieSceneEventSectionData::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyHandles) == 0x000070, "Member 'FMovieSceneEventSectionData::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionTemplate \ +static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ +static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x000120, "Wrong size on FMovieSceneEventSectionTemplate"); \ +static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ +static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ +static_assert(sizeof(FScalarParameterNameAndCurve) == 0x000118, "Wrong size on FScalarParameterNameAndCurve"); \ +static_assert(offsetof(FScalarParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FScalarParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FScalarParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolParameterNameAndCurve \ +static_assert(alignof(FBoolParameterNameAndCurve) == 0x000008, "Wrong alignment on FBoolParameterNameAndCurve"); \ +static_assert(sizeof(FBoolParameterNameAndCurve) == 0x000110, "Wrong size on FBoolParameterNameAndCurve"); \ +static_assert(offsetof(FBoolParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FBoolParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FBoolParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FBoolParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2DParameterNameAndCurves \ +static_assert(alignof(FVector2DParameterNameAndCurves) == 0x000008, "Wrong alignment on FVector2DParameterNameAndCurves"); \ +static_assert(sizeof(FVector2DParameterNameAndCurves) == 0x000228, "Wrong size on FVector2DParameterNameAndCurves"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVector2DParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVector2DParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, YCurve) == 0x000118, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ +static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ +static_assert(sizeof(FVectorParameterNameAndCurves) == 0x000338, "Wrong size on FVectorParameterNameAndCurves"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVectorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVectorParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, YCurve) == 0x000118, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x000228, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ +static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ +static_assert(sizeof(FColorParameterNameAndCurves) == 0x000448, "Wrong size on FColorParameterNameAndCurves"); \ +static_assert(offsetof(FColorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FColorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, RedCurve) == 0x000008, "Member 'FColorParameterNameAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, GreenCurve) == 0x000118, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x000228, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x000338, "Member 'FColorParameterNameAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ +static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ +static_assert(sizeof(FTransformParameterNameAndCurves) == 0x000998, "Wrong size on FTransformParameterNameAndCurves"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FTransformParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Translation) == 0x000008, "Member 'FTransformParameterNameAndCurves::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Rotation) == 0x000338, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x000668, "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_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) == 0x000108, "Wrong size on FMovieSceneParticleChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ +static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x000128, "Wrong size on FMovieSceneParticleSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ +static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x000140, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000038, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' 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_FMovieSceneDataLayerComponentData \ +static_assert(alignof(FMovieSceneDataLayerComponentData) == 0x000008, "Wrong alignment on FMovieSceneDataLayerComponentData"); \ +static_assert(sizeof(FMovieSceneDataLayerComponentData) == 0x000008, "Wrong size on FMovieSceneDataLayerComponentData"); \ +static_assert(offsetof(FMovieSceneDataLayerComponentData, Section) == 0x000000, "Member 'FMovieSceneDataLayerComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintComponentData \ +static_assert(alignof(FConstraintComponentData) == 0x000008, "Wrong alignment on FConstraintComponentData"); \ +static_assert(sizeof(FConstraintComponentData) == 0x000018, "Wrong size on FConstraintComponentData"); \ +static_assert(offsetof(FConstraintComponentData, ConstraintID) == 0x000000, "Member 'FConstraintComponentData::ConstraintID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationComponentData \ +static_assert(alignof(FMovieSceneSkeletalAnimationComponentData) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationComponentData"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationComponentData) == 0x000008, "Wrong size on FMovieSceneSkeletalAnimationComponentData"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationComponentData, Section) == 0x000000, "Member 'FMovieSceneSkeletalAnimationComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioComponentData \ +static_assert(alignof(FMovieSceneAudioComponentData) == 0x000008, "Wrong alignment on FMovieSceneAudioComponentData"); \ +static_assert(sizeof(FMovieSceneAudioComponentData) == 0x000008, "Wrong size on FMovieSceneAudioComponentData"); \ +static_assert(offsetof(FMovieSceneAudioComponentData, Section) == 0x000000, "Member 'FMovieSceneAudioComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionData \ +static_assert(alignof(FMovieSceneCameraShakeSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionData"); \ +static_assert(sizeof(FMovieSceneCameraShakeSectionData) == 0x000028, "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_FMovieSceneCameraShakeComponentData \ +static_assert(alignof(FMovieSceneCameraShakeComponentData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeComponentData"); \ +static_assert(sizeof(FMovieSceneCameraShakeComponentData) == 0x000040, "Wrong size on FMovieSceneCameraShakeComponentData"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionData) == 0x000000, "Member 'FMovieSceneCameraShakeComponentData::SectionData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionStartTime) == 0x000028, "Member 'FMovieSceneCameraShakeComponentData::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionEndTime) == 0x00002C, "Member 'FMovieSceneCameraShakeComponentData::SectionEndTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionSignature) == 0x000030, "Member 'FMovieSceneCameraShakeComponentData::SectionSignature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeInstanceData \ +static_assert(alignof(FMovieSceneCameraShakeInstanceData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeInstanceData"); \ +static_assert(sizeof(FMovieSceneCameraShakeInstanceData) == 0x000020, "Wrong size on FMovieSceneCameraShakeInstanceData"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, ShakeInstance) == 0x000000, "Member 'FMovieSceneCameraShakeInstanceData::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, SectionSignature) == 0x000008, "Member 'FMovieSceneCameraShakeInstanceData::SectionSignature' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, bManagedByPreviewer) == 0x000018, "Member 'FMovieSceneCameraShakeInstanceData::bManagedByPreviewer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioInputData \ +static_assert(alignof(FMovieSceneAudioInputData) == 0x000004, "Wrong alignment on FMovieSceneAudioInputData"); \ +static_assert(sizeof(FMovieSceneAudioInputData) == 0x000060, "Wrong size on FMovieSceneAudioInputData"); \ +static_assert(offsetof(FMovieSceneAudioInputData, FloatInputs) == 0x000000, "Member 'FMovieSceneAudioInputData::FloatInputs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, StringInput) == 0x000048, "Member 'FMovieSceneAudioInputData::StringInput' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, BoolInput) == 0x000050, "Member 'FMovieSceneAudioInputData::BoolInput' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, IntInput) == 0x000058, "Member 'FMovieSceneAudioInputData::IntInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DLocationKeyStruct \ +static_assert(alignof(FMovieScene3DLocationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DLocationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DLocationKeyStruct) == 0x000040, "Wrong size on FMovieScene3DLocationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DLocationKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Time) == 0x000020, "Member 'FMovieScene3DLocationKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DRotationKeyStruct \ +static_assert(alignof(FMovieScene3DRotationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DRotationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DRotationKeyStruct) == 0x000040, "Wrong size on FMovieScene3DRotationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Rotation) == 0x000008, "Member 'FMovieScene3DRotationKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Time) == 0x000020, "Member 'FMovieScene3DRotationKeyStruct::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_FMovieScene3DTransformKeyStruct \ +static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ +static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000060, "Wrong size on FMovieScene3DTransformKeyStruct"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DTransformKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Rotation) == 0x000020, "Member 'FMovieScene3DTransformKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Scale) == 0x000038, "Member 'FMovieScene3DTransformKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Time) == 0x000044, "Member 'FMovieScene3DTransformKeyStruct::Time' 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_FMovieSceneBaseCacheParams \ +static_assert(alignof(FMovieSceneBaseCacheParams) == 0x000008, "Wrong alignment on FMovieSceneBaseCacheParams"); \ +static_assert(sizeof(FMovieSceneBaseCacheParams) == 0x000020, "Wrong size on FMovieSceneBaseCacheParams"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneBaseCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneBaseCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneBaseCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneBaseCacheParams::PlayRate' 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_FScalarMaterialParameterInfoAndCurve \ +static_assert(alignof(FScalarMaterialParameterInfoAndCurve) == 0x000008, "Wrong alignment on FScalarMaterialParameterInfoAndCurve"); \ +static_assert(sizeof(FScalarMaterialParameterInfoAndCurve) == 0x000120, "Wrong size on FScalarMaterialParameterInfoAndCurve"); \ +static_assert(offsetof(FScalarMaterialParameterInfoAndCurve, ParameterInfo) == 0x000000, "Member 'FScalarMaterialParameterInfoAndCurve::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FScalarMaterialParameterInfoAndCurve, ParameterCurve) == 0x000010, "Member 'FScalarMaterialParameterInfoAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorMaterialParameterInfoAndCurves \ +static_assert(alignof(FColorMaterialParameterInfoAndCurves) == 0x000008, "Wrong alignment on FColorMaterialParameterInfoAndCurves"); \ +static_assert(sizeof(FColorMaterialParameterInfoAndCurves) == 0x000450, "Wrong size on FColorMaterialParameterInfoAndCurves"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, ParameterInfo) == 0x000000, "Member 'FColorMaterialParameterInfoAndCurves::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, RedCurve) == 0x000010, "Member 'FColorMaterialParameterInfoAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, GreenCurve) == 0x000120, "Member 'FColorMaterialParameterInfoAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, BlueCurve) == 0x000230, "Member 'FColorMaterialParameterInfoAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, AlphaCurve) == 0x000340, "Member 'FColorMaterialParameterInfoAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConsoleVariableCollection \ +static_assert(alignof(FMovieSceneConsoleVariableCollection) == 0x000008, "Wrong alignment on FMovieSceneConsoleVariableCollection"); \ +static_assert(sizeof(FMovieSceneConsoleVariableCollection) == 0x000018, "Wrong size on FMovieSceneConsoleVariableCollection"); \ +static_assert(offsetof(FMovieSceneConsoleVariableCollection, Interface) == 0x000000, "Member 'FMovieSceneConsoleVariableCollection::Interface' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneConsoleVariableCollection, bOnlyIncludeChecked) == 0x000010, "Member 'FMovieSceneConsoleVariableCollection::bOnlyIncludeChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCVarOverrides \ +static_assert(alignof(FMovieSceneCVarOverrides) == 0x000008, "Wrong alignment on FMovieSceneCVarOverrides"); \ +static_assert(sizeof(FMovieSceneCVarOverrides) == 0x000050, "Wrong size on FMovieSceneCVarOverrides"); \ +static_assert(offsetof(FMovieSceneCVarOverrides, ValuesByCVar) == 0x000000, "Member 'FMovieSceneCVarOverrides::ValuesByCVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationParams \ +static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x000150, "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, MirrorDataTable) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000030, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x000140, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x000141, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SwapRootBone) == 0x000142, "Member 'FMovieSceneSkeletalAnimationParams::SwapRootBone' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x000144, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x000148, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatVectorKeyStructBase \ +static_assert(alignof(FMovieSceneFloatVectorKeyStructBase) == 0x000008, "Wrong alignment on FMovieSceneFloatVectorKeyStructBase"); \ +static_assert(sizeof(FMovieSceneFloatVectorKeyStructBase) == 0x000028, "Wrong size on FMovieSceneFloatVectorKeyStructBase"); \ +static_assert(offsetof(FMovieSceneFloatVectorKeyStructBase, Time) == 0x000008, "Member 'FMovieSceneFloatVectorKeyStructBase::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector2fKeyStruct \ +static_assert(alignof(FMovieSceneVector2fKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector2fKeyStruct) == 0x000030, "Wrong size on FMovieSceneVector2fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector2fKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector3fKeyStruct \ +static_assert(alignof(FMovieSceneVector3fKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector3fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector3fKeyStruct) == 0x000038, "Wrong size on FMovieSceneVector3fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector3fKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector3fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector4fKeyStruct \ +static_assert(alignof(FMovieSceneVector4fKeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector4fKeyStruct) == 0x000040, "Wrong size on FMovieSceneVector4fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector4fKeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoubleVectorKeyStructBase \ +static_assert(alignof(FMovieSceneDoubleVectorKeyStructBase) == 0x000008, "Wrong alignment on FMovieSceneDoubleVectorKeyStructBase"); \ +static_assert(sizeof(FMovieSceneDoubleVectorKeyStructBase) == 0x000028, "Wrong size on FMovieSceneDoubleVectorKeyStructBase"); \ +static_assert(offsetof(FMovieSceneDoubleVectorKeyStructBase, Time) == 0x000008, "Member 'FMovieSceneDoubleVectorKeyStructBase::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector2DKeyStruct \ +static_assert(alignof(FMovieSceneVector2DKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2DKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector2DKeyStruct) == 0x000038, "Wrong size on FMovieSceneVector2DKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector2DKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2DKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector3dKeyStruct \ +static_assert(alignof(FMovieSceneVector3dKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector3dKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector3dKeyStruct) == 0x000040, "Wrong size on FMovieSceneVector3dKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector3dKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector3dKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector4dKeyStruct \ +static_assert(alignof(FMovieSceneVector4dKeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4dKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector4dKeyStruct) == 0x000050, "Wrong size on FMovieSceneVector4dKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector4dKeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4dKeyStruct::Vector' 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_FComponentMaterialInfo \ +static_assert(alignof(FComponentMaterialInfo) == 0x000004, "Wrong alignment on FComponentMaterialInfo"); \ +static_assert(sizeof(FComponentMaterialInfo) == 0x000010, "Wrong size on FComponentMaterialInfo"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialSlotName) == 0x000000, "Member 'FComponentMaterialInfo::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialSlotIndex) == 0x000008, "Member 'FComponentMaterialInfo::MaterialSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialType) == 0x00000C, "Member 'FComponentMaterialInfo::MaterialType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimRootMotionTrackParams \ +static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000010, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000080, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ + +#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) == 0x000060, "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_IMovieSceneConsoleVariableTrackInterface \ +static_assert(alignof(IMovieSceneConsoleVariableTrackInterface) == 0x000001, "Wrong alignment on IMovieSceneConsoleVariableTrackInterface"); \ +static_assert(sizeof(IMovieSceneConsoleVariableTrackInterface) == 0x000001, "Wrong size on IMovieSceneConsoleVariableTrackInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDecomposerTestObject \ +static_assert(alignof(UMovieSceneDecomposerTestObject) == 0x000008, "Wrong alignment on UMovieSceneDecomposerTestObject"); \ +static_assert(sizeof(UMovieSceneDecomposerTestObject) == 0x000030, "Wrong size on UMovieSceneDecomposerTestObject"); \ +static_assert(offsetof(UMovieSceneDecomposerTestObject, FloatProperty) == 0x000028, "Member 'UMovieSceneDecomposerTestObject::FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePartialEvaluationTestObject \ +static_assert(alignof(UMovieScenePartialEvaluationTestObject) == 0x000008, "Wrong alignment on UMovieScenePartialEvaluationTestObject"); \ +static_assert(sizeof(UMovieScenePartialEvaluationTestObject) == 0x000048, "Wrong size on UMovieScenePartialEvaluationTestObject"); \ +static_assert(offsetof(UMovieScenePartialEvaluationTestObject, FloatProperty) == 0x000028, "Member 'UMovieScenePartialEvaluationTestObject::FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePartialEvaluationTestObject, VectorProperty) == 0x000030, "Member 'UMovieScenePartialEvaluationTestObject::VectorProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTestSequence \ +static_assert(alignof(UMovieSceneTestSequence) == 0x000008, "Wrong alignment on UMovieSceneTestSequence"); \ +static_assert(sizeof(UMovieSceneTestSequence) == 0x000090, "Wrong size on UMovieSceneTestSequence"); \ +static_assert(offsetof(UMovieSceneTestSequence, MovieScene) == 0x000068, "Member 'UMovieSceneTestSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTestSequence, BoundObjects) == 0x000070, "Member 'UMovieSceneTestSequence::BoundObjects' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTestSequence, BindingGuids) == 0x000080, "Member 'UMovieSceneTestSequence::BindingGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoublePerlinNoiseChannelContainer \ +static_assert(alignof(UMovieSceneDoublePerlinNoiseChannelContainer) == 0x000008, "Wrong alignment on UMovieSceneDoublePerlinNoiseChannelContainer"); \ +static_assert(sizeof(UMovieSceneDoublePerlinNoiseChannelContainer) == 0x0000C0, "Wrong size on UMovieSceneDoublePerlinNoiseChannelContainer"); \ +static_assert(offsetof(UMovieSceneDoublePerlinNoiseChannelContainer, PerlinNoiseChannel) == 0x000058, "Member 'UMovieSceneDoublePerlinNoiseChannelContainer::PerlinNoiseChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatPerlinNoiseChannelContainer \ +static_assert(alignof(UMovieSceneFloatPerlinNoiseChannelContainer) == 0x000008, "Wrong alignment on UMovieSceneFloatPerlinNoiseChannelContainer"); \ +static_assert(sizeof(UMovieSceneFloatPerlinNoiseChannelContainer) == 0x0000C0, "Wrong size on UMovieSceneFloatPerlinNoiseChannelContainer"); \ +static_assert(offsetof(UMovieSceneFloatPerlinNoiseChannelContainer, PerlinNoiseChannel) == 0x000058, "Member 'UMovieSceneFloatPerlinNoiseChannelContainer::PerlinNoiseChannel' has a wrong offset!"); \ + +#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_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) == 0x000138, "Wrong size on UMovieScene3DAttachSection"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000130, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000131, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x000132, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x000133, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x000134, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x000135, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathSection \ +static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ +static_assert(sizeof(UMovieScene3DPathSection) == 0x000230, "Wrong size on UMovieScene3DPathSection"); \ +static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000118, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x000228, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x000229, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformSectionConstraints \ +static_assert(alignof(UMovieScene3DTransformSectionConstraints) == 0x000008, "Wrong alignment on UMovieScene3DTransformSectionConstraints"); \ +static_assert(sizeof(UMovieScene3DTransformSectionConstraints) == 0x000038, "Wrong size on UMovieScene3DTransformSectionConstraints"); \ +static_assert(offsetof(UMovieScene3DTransformSectionConstraints, ConstraintsChannels) == 0x000028, "Member 'UMovieScene3DTransformSectionConstraints::ConstraintsChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformSection \ +static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ +static_assert(sizeof(UMovieScene3DTransformSection) == 0x000C38, "Wrong size on UMovieScene3DTransformSection"); \ +static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x000130, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x000138, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x000480, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x0007C8, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x000B10, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, OverrideRegistry) == 0x000C20, "Member 'UMovieScene3DTransformSection::OverrideRegistry' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Constraints) == 0x000C28, "Member 'UMovieScene3DTransformSection::Constraints' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000C30, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ +static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ +static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x0002A0, "Wrong size on UMovieSceneActorReferenceSection"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x0000F0, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x000210, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x000290, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetAttenuationSettings \ +static_assert(alignof(MovieSceneAudioSection_SetAttenuationSettings) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetAttenuationSettings"); \ +static_assert(sizeof(MovieSceneAudioSection_SetAttenuationSettings) == 0x000008, "Wrong size on MovieSceneAudioSection_SetAttenuationSettings"); \ +static_assert(offsetof(MovieSceneAudioSection_SetAttenuationSettings, InAttenuationSettings) == 0x000000, "Member 'MovieSceneAudioSection_SetAttenuationSettings::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetLooping \ +static_assert(alignof(MovieSceneAudioSection_SetLooping) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetLooping"); \ +static_assert(sizeof(MovieSceneAudioSection_SetLooping) == 0x000001, "Wrong size on MovieSceneAudioSection_SetLooping"); \ +static_assert(offsetof(MovieSceneAudioSection_SetLooping, bInLooping) == 0x000000, "Member 'MovieSceneAudioSection_SetLooping::bInLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetOverrideAttenuation \ +static_assert(alignof(MovieSceneAudioSection_SetOverrideAttenuation) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetOverrideAttenuation"); \ +static_assert(sizeof(MovieSceneAudioSection_SetOverrideAttenuation) == 0x000001, "Wrong size on MovieSceneAudioSection_SetOverrideAttenuation"); \ +static_assert(offsetof(MovieSceneAudioSection_SetOverrideAttenuation, bInOverrideAttenuation) == 0x000000, "Member 'MovieSceneAudioSection_SetOverrideAttenuation::bInOverrideAttenuation' has a wrong offset!"); \ + +#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_SetSuppressSubtitles \ +static_assert(alignof(MovieSceneAudioSection_SetSuppressSubtitles) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetSuppressSubtitles"); \ +static_assert(sizeof(MovieSceneAudioSection_SetSuppressSubtitles) == 0x000001, "Wrong size on MovieSceneAudioSection_SetSuppressSubtitles"); \ +static_assert(offsetof(MovieSceneAudioSection_SetSuppressSubtitles, bInSuppressSubtitles) == 0x000000, "Member 'MovieSceneAudioSection_SetSuppressSubtitles::bInSuppressSubtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetAttenuationSettings \ +static_assert(alignof(MovieSceneAudioSection_GetAttenuationSettings) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetAttenuationSettings"); \ +static_assert(sizeof(MovieSceneAudioSection_GetAttenuationSettings) == 0x000008, "Wrong size on MovieSceneAudioSection_GetAttenuationSettings"); \ +static_assert(offsetof(MovieSceneAudioSection_GetAttenuationSettings, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetAttenuationSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetLooping \ +static_assert(alignof(MovieSceneAudioSection_GetLooping) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetLooping"); \ +static_assert(sizeof(MovieSceneAudioSection_GetLooping) == 0x000001, "Wrong size on MovieSceneAudioSection_GetLooping"); \ +static_assert(offsetof(MovieSceneAudioSection_GetLooping, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetOverrideAttenuation \ +static_assert(alignof(MovieSceneAudioSection_GetOverrideAttenuation) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetOverrideAttenuation"); \ +static_assert(sizeof(MovieSceneAudioSection_GetOverrideAttenuation) == 0x000001, "Wrong size on MovieSceneAudioSection_GetOverrideAttenuation"); \ +static_assert(offsetof(MovieSceneAudioSection_GetOverrideAttenuation, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetOverrideAttenuation::ReturnValue' 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_MovieSceneAudioSection_GetSuppressSubtitles \ +static_assert(alignof(MovieSceneAudioSection_GetSuppressSubtitles) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetSuppressSubtitles"); \ +static_assert(sizeof(MovieSceneAudioSection_GetSuppressSubtitles) == 0x000001, "Wrong size on MovieSceneAudioSection_GetSuppressSubtitles"); \ +static_assert(offsetof(MovieSceneAudioSection_GetSuppressSubtitles, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSuppressSubtitles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSection \ +static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ +static_assert(sizeof(UMovieSceneAudioSection) == 0x000628, "Wrong size on UMovieSceneAudioSection"); \ +static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x0000F8, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x000100, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x000104, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x000108, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x00010C, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000110, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000118, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x000228, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Float) == 0x000338, "Member 'UMovieSceneAudioSection::Inputs_Float' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_String) == 0x000388, "Member 'UMovieSceneAudioSection::Inputs_String' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Bool) == 0x0003D8, "Member 'UMovieSceneAudioSection::Inputs_Bool' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Int) == 0x000428, "Member 'UMovieSceneAudioSection::Inputs_Int' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Trigger) == 0x000478, "Member 'UMovieSceneAudioSection::Inputs_Trigger' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x0004C8, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x0005E8, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x0005E9, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x0005EA, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x0005F0, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x0005F8, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000608, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000618, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBaseCacheSection \ +static_assert(alignof(UMovieSceneBaseCacheSection) == 0x000008, "Wrong alignment on UMovieSceneBaseCacheSection"); \ +static_assert(sizeof(UMovieSceneBaseCacheSection) == 0x0000F8, "Wrong size on UMovieSceneBaseCacheSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteSection \ +static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ +static_assert(sizeof(UMovieSceneByteSection) == 0x000200, "Wrong size on UMovieSceneByteSection"); \ +static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F8, "Member 'UMovieSceneByteSection::ByteCurve' 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) == 0x0001A0, "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) == 0x000190, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000148, "Wrong size on UMovieSceneCameraShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000F8, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000120, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000128, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x00012C, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000130, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000120, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000F8, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x0001F0, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x0000F8, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' 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) == 0x000158, "Wrong size on UMovieSceneCinematicShotSection"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x000138, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000148, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorSection \ +static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ +static_assert(sizeof(UMovieSceneColorSection) == 0x000538, "Wrong size on UMovieSceneColorSection"); \ +static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x0000F8, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x000208, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x000318, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x000428, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_AddColorParameterKey \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey) == 0x000008, "Wrong alignment on MovieSceneComponentMaterialParameterSection_AddColorParameterKey"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey) == 0x000048, "Wrong size on MovieSceneComponentMaterialParameterSection_AddColorParameterKey"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InTime) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InValue) == 0x000014, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InLayerName) == 0x000028, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InLayerName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InAssetName) == 0x000038, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InAssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_AddScalarParameterKey \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey) == 0x000008, "Wrong alignment on MovieSceneComponentMaterialParameterSection_AddScalarParameterKey"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey) == 0x000038, "Wrong size on MovieSceneComponentMaterialParameterSection_AddScalarParameterKey"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InTime) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InValue) == 0x000014, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InLayerName) == 0x000018, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InLayerName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InAssetName) == 0x000028, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InAssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_RemoveColorParameter \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter) == 0x000004, "Wrong alignment on MovieSceneComponentMaterialParameterSection_RemoveColorParameter"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter) == 0x000014, "Wrong size on MovieSceneComponentMaterialParameterSection_RemoveColorParameter"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_RemoveColorParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter, ReturnValue) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_RemoveColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_RemoveScalarParameter \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter) == 0x000004, "Wrong alignment on MovieSceneComponentMaterialParameterSection_RemoveScalarParameter"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter) == 0x000014, "Wrong size on MovieSceneComponentMaterialParameterSection_RemoveScalarParameter"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_RemoveScalarParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter, ReturnValue) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_RemoveScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialParameterSection \ +static_assert(alignof(UMovieSceneComponentMaterialParameterSection) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialParameterSection"); \ +static_assert(sizeof(UMovieSceneComponentMaterialParameterSection) == 0x000118, "Wrong size on UMovieSceneComponentMaterialParameterSection"); \ +static_assert(offsetof(UMovieSceneComponentMaterialParameterSection, ScalarParameterInfosAndCurves) == 0x0000F8, "Member 'UMovieSceneComponentMaterialParameterSection::ScalarParameterInfosAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneComponentMaterialParameterSection, ColorParameterInfosAndCurves) == 0x000108, "Member 'UMovieSceneComponentMaterialParameterSection::ColorParameterInfosAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneConstrainedSection \ +static_assert(alignof(IMovieSceneConstrainedSection) == 0x000001, "Wrong alignment on IMovieSceneConstrainedSection"); \ +static_assert(sizeof(IMovieSceneConstrainedSection) == 0x000001, "Wrong size on IMovieSceneConstrainedSection"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddBoolParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddBoolParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000010, "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) == 0x000008, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InValue) == 0x00000C, "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) == 0x00001C, "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) == 0x000008, "Member 'MovieSceneParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InValue) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InValue) == 0x00000C, "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) == 0x000070, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on MovieSceneParameterSection_AddVector2DParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddVector2DParameterKey) == 0x000020, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on MovieSceneParameterSection_AddVectorParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddVectorParameterKey) == 0x000028, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000158, "Wrong size on UMovieSceneParameterSection"); \ +static_assert(offsetof(UMovieSceneParameterSection, BoolParameterNamesAndCurves) == 0x0000F8, "Member 'UMovieSceneParameterSection::BoolParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ScalarParameterNamesAndCurves) == 0x000108, "Member 'UMovieSceneParameterSection::ScalarParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, Vector2DParameterNamesAndCurves) == 0x000118, "Member 'UMovieSceneParameterSection::Vector2DParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, VectorParameterNamesAndCurves) == 0x000128, "Member 'UMovieSceneParameterSection::VectorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ColorParameterNamesAndCurves) == 0x000138, "Member 'UMovieSceneParameterSection::ColorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, TransformParameterNamesAndCurves) == 0x000148, "Member 'UMovieSceneParameterSection::TransformParameterNamesAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataSection \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataSection) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataSection"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataSection) == 0x000158, "Wrong size on UMovieSceneCustomPrimitiveDataSection"); \ + +#define DUMPER7_ASSERTS_MovieSceneCVarSection_SetFromString \ +static_assert(alignof(MovieSceneCVarSection_SetFromString) == 0x000008, "Wrong alignment on MovieSceneCVarSection_SetFromString"); \ +static_assert(sizeof(MovieSceneCVarSection_SetFromString) == 0x000010, "Wrong size on MovieSceneCVarSection_SetFromString"); \ +static_assert(offsetof(MovieSceneCVarSection_SetFromString, InString) == 0x000000, "Member 'MovieSceneCVarSection_SetFromString::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCVarSection_GetString \ +static_assert(alignof(MovieSceneCVarSection_GetString) == 0x000008, "Wrong alignment on MovieSceneCVarSection_GetString"); \ +static_assert(sizeof(MovieSceneCVarSection_GetString) == 0x000010, "Wrong size on MovieSceneCVarSection_GetString"); \ +static_assert(offsetof(MovieSceneCVarSection_GetString, ReturnValue) == 0x000000, "Member 'MovieSceneCVarSection_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarSection \ +static_assert(alignof(UMovieSceneCVarSection) == 0x000008, "Wrong alignment on UMovieSceneCVarSection"); \ +static_assert(sizeof(UMovieSceneCVarSection) == 0x000158, "Wrong size on UMovieSceneCVarSection"); \ +static_assert(offsetof(UMovieSceneCVarSection, ConsoleVariableCollections) == 0x0000F8, "Member 'UMovieSceneCVarSection::ConsoleVariableCollections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCVarSection, ConsoleVariables) == 0x000108, "Member 'UMovieSceneCVarSection::ConsoleVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetDataLayerAssets \ +static_assert(alignof(MovieSceneDataLayerSection_SetDataLayerAssets) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_SetDataLayerAssets"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetDataLayerAssets) == 0x000010, "Wrong size on MovieSceneDataLayerSection_SetDataLayerAssets"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetDataLayerAssets, InDataLayerAssets) == 0x000000, "Member 'MovieSceneDataLayerSection_SetDataLayerAssets::InDataLayerAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetDataLayers \ +static_assert(alignof(MovieSceneDataLayerSection_SetDataLayers) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_SetDataLayers"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetDataLayers) == 0x000010, "Wrong size on MovieSceneDataLayerSection_SetDataLayers"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetDataLayers, InDataLayers) == 0x000000, "Member 'MovieSceneDataLayerSection_SetDataLayers::InDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetDesiredState \ +static_assert(alignof(MovieSceneDataLayerSection_SetDesiredState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetDesiredState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetDesiredState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetDesiredState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetDesiredState, InDesiredState) == 0x000000, "Member 'MovieSceneDataLayerSection_SetDesiredState::InDesiredState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetFlushOnActivated \ +static_assert(alignof(MovieSceneDataLayerSection_SetFlushOnActivated) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetFlushOnActivated"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetFlushOnActivated) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetFlushOnActivated"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetFlushOnActivated, bFlushOnActivated_0) == 0x000000, "Member 'MovieSceneDataLayerSection_SetFlushOnActivated::bFlushOnActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetFlushOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_SetFlushOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetFlushOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetFlushOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetFlushOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetFlushOnUnload, bFlushOnUnload_0) == 0x000000, "Member 'MovieSceneDataLayerSection_SetFlushOnUnload::bFlushOnUnload_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetPerformGCOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_SetPerformGCOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetPerformGCOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetPerformGCOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetPerformGCOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetPerformGCOnUnload, bPerformGCOnUnload_0) == 0x000000, "Member 'MovieSceneDataLayerSection_SetPerformGCOnUnload::bPerformGCOnUnload_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetPrerollState \ +static_assert(alignof(MovieSceneDataLayerSection_SetPrerollState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetPrerollState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetPrerollState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetPrerollState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetPrerollState, InPrerollState) == 0x000000, "Member 'MovieSceneDataLayerSection_SetPrerollState::InPrerollState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetDataLayerAssets \ +static_assert(alignof(MovieSceneDataLayerSection_GetDataLayerAssets) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_GetDataLayerAssets"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetDataLayerAssets) == 0x000010, "Wrong size on MovieSceneDataLayerSection_GetDataLayerAssets"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetDataLayerAssets, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetDataLayerAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetDataLayers \ +static_assert(alignof(MovieSceneDataLayerSection_GetDataLayers) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_GetDataLayers"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetDataLayers) == 0x000010, "Wrong size on MovieSceneDataLayerSection_GetDataLayers"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetDataLayers, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetDataLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetDesiredState \ +static_assert(alignof(MovieSceneDataLayerSection_GetDesiredState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetDesiredState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetDesiredState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetDesiredState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetDesiredState, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetDesiredState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetFlushOnActivated \ +static_assert(alignof(MovieSceneDataLayerSection_GetFlushOnActivated) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetFlushOnActivated"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetFlushOnActivated) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetFlushOnActivated"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetFlushOnActivated, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetFlushOnActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetFlushOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_GetFlushOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetFlushOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetFlushOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetFlushOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetFlushOnUnload, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetFlushOnUnload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetPerformGCOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_GetPerformGCOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetPerformGCOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetPerformGCOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetPerformGCOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetPerformGCOnUnload, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetPerformGCOnUnload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetPrerollState \ +static_assert(alignof(MovieSceneDataLayerSection_GetPrerollState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetPrerollState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetPrerollState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetPrerollState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetPrerollState, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetPrerollState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_HasPreRoll \ +static_assert(alignof(MovieSceneDataLayerSection_HasPreRoll) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_HasPreRoll"); \ +static_assert(sizeof(MovieSceneDataLayerSection_HasPreRoll) == 0x000001, "Wrong size on MovieSceneDataLayerSection_HasPreRoll"); \ +static_assert(offsetof(MovieSceneDataLayerSection_HasPreRoll, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_HasPreRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerSection \ +static_assert(alignof(UMovieSceneDataLayerSection) == 0x000008, "Wrong alignment on UMovieSceneDataLayerSection"); \ +static_assert(sizeof(UMovieSceneDataLayerSection) == 0x000120, "Wrong size on UMovieSceneDataLayerSection"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DataLayers) == 0x0000F8, "Member 'UMovieSceneDataLayerSection::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DataLayerAssets) == 0x000108, "Member 'UMovieSceneDataLayerSection::DataLayerAssets' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DesiredState) == 0x000118, "Member 'UMovieSceneDataLayerSection::DesiredState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, PrerollState) == 0x000119, "Member 'UMovieSceneDataLayerSection::PrerollState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bFlushOnActivated) == 0x00011A, "Member 'UMovieSceneDataLayerSection::bFlushOnActivated' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bFlushOnUnload) == 0x00011B, "Member 'UMovieSceneDataLayerSection::bFlushOnUnload' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bPerformGCOnUnload) == 0x00011C, "Member 'UMovieSceneDataLayerSection::bPerformGCOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleSection \ +static_assert(alignof(UMovieSceneDoubleSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleSection"); \ +static_assert(sizeof(UMovieSceneDoubleSection) == 0x000210, "Wrong size on UMovieSceneDoubleSection"); \ +static_assert(offsetof(UMovieSceneDoubleSection, DoubleCurve) == 0x0000F8, "Member 'UMovieSceneDoubleSection::DoubleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumSection \ +static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ +static_assert(sizeof(UMovieSceneEnumSection) == 0x000200, "Wrong size on UMovieSceneEnumSection"); \ +static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F8, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ + +#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) == 0x000260, "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_UMovieSceneEventTriggerSection \ +static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ +static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x0001F0, "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) == 0x000220, "Wrong size on UMovieSceneFadeSection"); \ +static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x0000F8, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x000208, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatSection \ +static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ +static_assert(sizeof(UMovieSceneFloatSection) == 0x000218, "Wrong size on UMovieSceneFloatSection"); \ +static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x000100, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFloatSection, OverrideRegistry) == 0x000210, "Member 'UMovieSceneFloatSection::OverrideRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerSection \ +static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ +static_assert(sizeof(UMovieSceneIntegerSection) == 0x000200, "Wrong size on UMovieSceneIntegerSection"); \ +static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x0000F8, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ + +#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_UMovieSceneObjectPropertySection \ +static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ +static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x000228, "Wrong size on UMovieSceneObjectPropertySection"); \ +static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x0000F8, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneParameterSectionExtender \ +static_assert(alignof(IMovieSceneParameterSectionExtender) == 0x000001, "Wrong alignment on IMovieSceneParameterSectionExtender"); \ +static_assert(sizeof(IMovieSceneParameterSectionExtender) == 0x000001, "Wrong size on IMovieSceneParameterSectionExtender"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleSection \ +static_assert(alignof(UMovieSceneParticleSection) == 0x000008, "Wrong alignment on UMovieSceneParticleSection"); \ +static_assert(sizeof(UMovieSceneParticleSection) == 0x0001F8, "Wrong size on UMovieSceneParticleSection"); \ +static_assert(offsetof(UMovieSceneParticleSection, ParticleKeys) == 0x0000F0, "Member 'UMovieSceneParticleSection::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialSection \ +static_assert(alignof(UMovieScenePrimitiveMaterialSection) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialSection"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialSection) == 0x000228, "Wrong size on UMovieScenePrimitiveMaterialSection"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialSection, MaterialChannel) == 0x0000F8, "Member 'UMovieScenePrimitiveMaterialSection::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSection \ +static_assert(alignof(UMovieSceneSkeletalAnimationSection) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationSection"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSection) == 0x000360, "Wrong size on UMovieSceneSkeletalAnimationSection"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Params_0) == 0x0000F8, "Member 'UMovieSceneSkeletalAnimationSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, AnimSequence) == 0x000248, "Member 'UMovieSceneSkeletalAnimationSection::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Animation) == 0x000250, "Member 'UMovieSceneSkeletalAnimationSection::Animation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartOffset) == 0x000258, "Member 'UMovieSceneSkeletalAnimationSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, EndOffset) == 0x00025C, "Member 'UMovieSceneSkeletalAnimationSection::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, PlayRate) == 0x000260, "Member 'UMovieSceneSkeletalAnimationSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, SlotName) == 0x000268, "Member 'UMovieSceneSkeletalAnimationSection::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartLocationOffset) == 0x000270, "Member 'UMovieSceneSkeletalAnimationSection::StartLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartRotationOffset) == 0x000288, "Member 'UMovieSceneSkeletalAnimationSection::StartRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchWithPrevious) == 0x0002A0, "Member 'UMovieSceneSkeletalAnimationSection::bMatchWithPrevious' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedBoneName) == 0x0002A4, "Member 'UMovieSceneSkeletalAnimationSection::MatchedBoneName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedLocationOffset) == 0x0002B0, "Member 'UMovieSceneSkeletalAnimationSection::MatchedLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedRotationOffset) == 0x0002C8, "Member 'UMovieSceneSkeletalAnimationSection::MatchedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchTranslation) == 0x0002E0, "Member 'UMovieSceneSkeletalAnimationSection::bMatchTranslation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchIncludeZHeight) == 0x0002E1, "Member 'UMovieSceneSkeletalAnimationSection::bMatchIncludeZHeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationYaw) == 0x0002E2, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationPitch) == 0x0002E3, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationPitch' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationRoll) == 0x0002E4, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationRoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSection \ +static_assert(alignof(UMovieSceneSlomoSection) == 0x000008, "Wrong alignment on UMovieSceneSlomoSection"); \ +static_assert(sizeof(UMovieSceneSlomoSection) == 0x000208, "Wrong size on UMovieSceneSlomoSection"); \ +static_assert(offsetof(UMovieSceneSlomoSection, FloatCurve) == 0x0000F8, "Member 'UMovieSceneSlomoSection::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringSection \ +static_assert(alignof(UMovieSceneStringSection) == 0x000008, "Wrong alignment on UMovieSceneStringSection"); \ +static_assert(sizeof(UMovieSceneStringSection) == 0x000208, "Wrong size on UMovieSceneStringSection"); \ +static_assert(offsetof(UMovieSceneStringSection, StringCurve) == 0x0000F8, "Member 'UMovieSceneStringSection::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorSection \ +static_assert(alignof(UMovieSceneFloatVectorSection) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorSection"); \ +static_assert(sizeof(UMovieSceneFloatVectorSection) == 0x000540, "Wrong size on UMovieSceneFloatVectorSection"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, Curves) == 0x0000F8, "Member 'UMovieSceneFloatVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, ChannelsUsed) == 0x000538, "Member 'UMovieSceneFloatVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorSection \ +static_assert(alignof(UMovieSceneDoubleVectorSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorSection"); \ +static_assert(sizeof(UMovieSceneDoubleVectorSection) == 0x000560, "Wrong size on UMovieSceneDoubleVectorSection"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, Curves) == 0x0000F8, "Member 'UMovieSceneDoubleVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, ChannelsUsed) == 0x000558, "Member 'UMovieSceneDoubleVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilitySection \ +static_assert(alignof(UMovieSceneVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneVisibilitySection"); \ +static_assert(sizeof(UMovieSceneVisibilitySection) == 0x000208, "Wrong size on UMovieSceneVisibilitySection"); \ + +#define DUMPER7_ASSERTS_UBoolChannelEvaluatorSystem \ +static_assert(alignof(UBoolChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UBoolChannelEvaluatorSystem"); \ +static_assert(sizeof(UBoolChannelEvaluatorSystem) == 0x000040, "Wrong size on UBoolChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UByteChannelEvaluatorSystem \ +static_assert(alignof(UByteChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UByteChannelEvaluatorSystem"); \ +static_assert(sizeof(UByteChannelEvaluatorSystem) == 0x000040, "Wrong size on UByteChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UDoubleChannelEvaluatorSystem \ +static_assert(alignof(UDoubleChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UDoubleChannelEvaluatorSystem"); \ +static_assert(sizeof(UDoubleChannelEvaluatorSystem) == 0x000040, "Wrong size on UDoubleChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UDoublePerlinNoiseChannelEvaluatorSystem \ +static_assert(alignof(UDoublePerlinNoiseChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UDoublePerlinNoiseChannelEvaluatorSystem"); \ +static_assert(sizeof(UDoublePerlinNoiseChannelEvaluatorSystem) == 0x000040, "Wrong size on UDoublePerlinNoiseChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UFloatChannelEvaluatorSystem \ +static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ +static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UFloatPerlinNoiseChannelEvaluatorSystem \ +static_assert(alignof(UFloatPerlinNoiseChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatPerlinNoiseChannelEvaluatorSystem"); \ +static_assert(sizeof(UFloatPerlinNoiseChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatPerlinNoiseChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UIntegerChannelEvaluatorSystem \ +static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ +static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertySystem \ +static_assert(alignof(UMovieScenePropertySystem) == 0x000008, "Wrong alignment on UMovieScenePropertySystem"); \ +static_assert(sizeof(UMovieScenePropertySystem) == 0x000058, "Wrong size on UMovieScenePropertySystem"); \ +static_assert(offsetof(UMovieScenePropertySystem, InstantiatorSystem) == 0x000048, "Member 'UMovieScenePropertySystem::InstantiatorSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ +static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene3DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSystem \ +static_assert(alignof(UMovieSceneAudioSystem) == 0x000008, "Wrong alignment on UMovieSceneAudioSystem"); \ +static_assert(sizeof(UMovieSceneAudioSystem) == 0x0000F0, "Wrong size on UMovieSceneAudioSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBaseValueEvaluatorSystem \ +static_assert(alignof(UMovieSceneBaseValueEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneBaseValueEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneBaseValueEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneBaseValueEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolPropertySystem \ +static_assert(alignof(UMovieSceneBoolPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBoolPropertySystem"); \ +static_assert(sizeof(UMovieSceneBoolPropertySystem) == 0x000058, "Wrong size on UMovieSceneBoolPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBytePropertySystem \ +static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ +static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000058, "Wrong size on UMovieSceneBytePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeInstantiatorSystem \ +static_assert(alignof(UMovieSceneCameraShakeInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneCameraShakeInstantiatorSystem) == 0x0000C0, "Wrong size on UMovieSceneCameraShakeInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeEvaluatorSystem \ +static_assert(alignof(UMovieSceneCameraShakeEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneCameraShakeEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneCameraShakeEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorPropertySystem \ +static_assert(alignof(UMovieSceneColorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneColorPropertySystem"); \ +static_assert(sizeof(UMovieSceneColorPropertySystem) == 0x000058, "Wrong size on UMovieSceneColorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentInvalidatorSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentInvalidatorSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000040, "Wrong size on UMovieSceneComponentAttachmentInvalidatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentSystem) == 0x0001D0, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialSystem \ +static_assert(alignof(UMovieSceneComponentMaterialSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialSystem"); \ +static_assert(sizeof(UMovieSceneComponentMaterialSystem) == 0x0001A8, "Wrong size on UMovieSceneComponentMaterialSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ +static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ +static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000230, "Wrong size on UMovieSceneComponentMobilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentTransformSystem \ +static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ +static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000058, "Wrong size on UMovieSceneComponentTransformSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneConstraintSystem \ +static_assert(alignof(UMovieSceneConstraintSystem) == 0x000008, "Wrong alignment on UMovieSceneConstraintSystem"); \ +static_assert(sizeof(UMovieSceneConstraintSystem) == 0x000050, "Wrong size on UMovieSceneConstraintSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataSystem \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataSystem) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataSystem"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataSystem) == 0x0001D0, "Wrong size on UMovieSceneCustomPrimitiveDataSystem"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataSystem, DoubleBlenderSystem) == 0x0001C8, "Member 'UMovieSceneCustomPrimitiveDataSystem::DoubleBlenderSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerSystem \ +static_assert(alignof(UMovieSceneDataLayerSystem) == 0x000008, "Wrong alignment on UMovieSceneDataLayerSystem"); \ +static_assert(sizeof(UMovieSceneDataLayerSystem) == 0x0000D0, "Wrong size on UMovieSceneDataLayerSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ +static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ +static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000058, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoublePropertySystem \ +static_assert(alignof(UMovieSceneDoublePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneDoublePropertySystem"); \ +static_assert(sizeof(UMovieSceneDoublePropertySystem) == 0x000058, "Wrong size on UMovieSceneDoublePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ +static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ +static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000058, "Wrong size on UMovieSceneEnumPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ +static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ +static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSystem \ +static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ +static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ +static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ +static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ +static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ +static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeSystem \ +static_assert(alignof(UMovieSceneFadeSystem) == 0x000008, "Wrong alignment on UMovieSceneFadeSystem"); \ +static_assert(sizeof(UMovieSceneFadeSystem) == 0x000050, "Wrong size on UMovieSceneFadeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatPropertySystem \ +static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalBiasSystem \ +static_assert(alignof(UMovieSceneHierarchicalBiasSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalBiasSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalBiasSystem) == 0x000040, "Wrong size on UMovieSceneHierarchicalBiasSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneInitialValueSystem \ +static_assert(alignof(UMovieSceneInitialValueSystem) == 0x000008, "Wrong alignment on UMovieSceneInitialValueSystem"); \ +static_assert(sizeof(UMovieSceneInitialValueSystem) == 0x000040, "Wrong size on UMovieSceneInitialValueSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerPropertySystem \ +static_assert(alignof(UMovieSceneIntegerPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneIntegerPropertySystem"); \ +static_assert(sizeof(UMovieSceneIntegerPropertySystem) == 0x000058, "Wrong size on UMovieSceneIntegerPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ +static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001A8, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionSystem \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionSystem) == 0x000060, "Wrong size on UMovieSceneMaterialParameterCollectionSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterInstantiatorSystem \ +static_assert(alignof(UMovieSceneMaterialParameterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterInstantiatorSystem) == 0x000358, "Wrong size on UMovieSceneMaterialParameterInstantiatorSystem"); \ +static_assert(offsetof(UMovieSceneMaterialParameterInstantiatorSystem, DoubleBlenderSystem) == 0x000350, "Member 'UMovieSceneMaterialParameterInstantiatorSystem::DoubleBlenderSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterEvaluationSystem \ +static_assert(alignof(UMovieSceneMaterialParameterEvaluationSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterEvaluationSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterEvaluationSystem) == 0x000040, "Wrong size on UMovieSceneMaterialParameterEvaluationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ +static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ +static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x000098, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertySystem \ +static_assert(alignof(UMovieSceneObjectPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySystem"); \ +static_assert(sizeof(UMovieSceneObjectPropertySystem) == 0x000058, "Wrong size on UMovieSceneObjectPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseBoolBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseBoolBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseBoolBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseByteBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseByteBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseByteBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseByteBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseByteBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseDoubleBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseDoubleBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseDoubleBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseDoubleBlenderSystem) == 0x000130, "Wrong size on UMovieScenePiecewiseDoubleBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseEnumBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseEnumBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseEnumBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseIntegerBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseIntegerBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x0000B0, "Wrong size on UMovieScenePiecewiseIntegerBlenderSystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, FrameTime) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, TimeInSeconds) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, FrameTime) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, TimeInSeconds) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAsyncAction_SequencePrediction \ +static_assert(alignof(UMovieSceneAsyncAction_SequencePrediction) == 0x000008, "Wrong alignment on UMovieSceneAsyncAction_SequencePrediction"); \ +static_assert(sizeof(UMovieSceneAsyncAction_SequencePrediction) == 0x000080, "Wrong size on UMovieSceneAsyncAction_SequencePrediction"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, Result) == 0x000030, "Member 'UMovieSceneAsyncAction_SequencePrediction::Result' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, Failure) == 0x000040, "Member 'UMovieSceneAsyncAction_SequencePrediction::Failure' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, SequencePlayer) == 0x000060, "Member 'UMovieSceneAsyncAction_SequencePrediction::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, SceneComponent) == 0x000068, "Member 'UMovieSceneAsyncAction_SequencePrediction::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePredictionSystem \ +static_assert(alignof(UMovieScenePredictionSystem) == 0x000008, "Wrong alignment on UMovieScenePredictionSystem"); \ +static_assert(sizeof(UMovieScenePredictionSystem) == 0x0000F0, "Wrong size on UMovieScenePredictionSystem"); \ +static_assert(offsetof(UMovieScenePredictionSystem, PendingPredictions) == 0x0000D0, "Member 'UMovieScenePredictionSystem::PendingPredictions' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePredictionSystem, ProcessingPredictions) == 0x0000E0, "Member 'UMovieScenePredictionSystem::ProcessingPredictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyInstantiatorSystem \ +static_assert(alignof(UMovieScenePropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieScenePropertyInstantiatorSystem) == 0x0001D0, "Wrong size on UMovieScenePropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneQuaternionBlenderSystem \ +static_assert(alignof(UMovieSceneQuaternionBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionBlenderSystem"); \ +static_assert(sizeof(UMovieSceneQuaternionBlenderSystem) == 0x0000C8, "Wrong size on UMovieSceneQuaternionBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneQuaternionInterpolationRotationSystem \ +static_assert(alignof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionInterpolationRotationSystem"); \ +static_assert(sizeof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000040, "Wrong size on UMovieSceneQuaternionInterpolationRotationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSystem \ +static_assert(alignof(UMovieSceneSkeletalAnimationSystem) == 0x000008, "Wrong alignment on UMovieSceneSkeletalAnimationSystem"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSystem) == 0x0000E0, "Wrong size on UMovieSceneSkeletalAnimationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSystem \ +static_assert(alignof(UMovieSceneSlomoSystem) == 0x000008, "Wrong alignment on UMovieSceneSlomoSystem"); \ +static_assert(sizeof(UMovieSceneSlomoSystem) == 0x000058, "Wrong size on UMovieSceneSlomoSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringPropertySystem \ +static_assert(alignof(UMovieSceneStringPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneStringPropertySystem"); \ +static_assert(sizeof(UMovieSceneStringPropertySystem) == 0x000058, "Wrong size on UMovieSceneStringPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformOriginInstantiatorSystem \ +static_assert(alignof(UMovieSceneTransformOriginInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneTransformOriginInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformOriginSystem \ +static_assert(alignof(UMovieSceneTransformOriginSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginSystem) == 0x000078, "Wrong size on UMovieSceneTransformOriginSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorPropertySystem \ +static_assert(alignof(UMovieSceneFloatVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatVectorPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatVectorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorPropertySystem \ +static_assert(alignof(UMovieSceneDoubleVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorPropertySystem"); \ +static_assert(sizeof(UMovieSceneDoubleVectorPropertySystem) == 0x000058, "Wrong size on UMovieSceneDoubleVectorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilitySystem \ +static_assert(alignof(UMovieSceneVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneVisibilitySystem"); \ +static_assert(sizeof(UMovieSceneVisibilitySystem) == 0x000050, "Wrong size on UMovieSceneVisibilitySystem"); \ + +#define DUMPER7_ASSERTS_UObjectPathChannelEvaluatorSystem \ +static_assert(alignof(UObjectPathChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UObjectPathChannelEvaluatorSystem"); \ +static_assert(sizeof(UObjectPathChannelEvaluatorSystem) == 0x000040, "Wrong size on UObjectPathChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UStringChannelEvaluatorSystem \ +static_assert(alignof(UStringChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UStringChannelEvaluatorSystem"); \ +static_assert(sizeof(UStringChannelEvaluatorSystem) == 0x000040, "Wrong size on UStringChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingInstantiatorSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x0000D8, "Wrong size on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(offsetof(UMovieSceneHierarchicalEasingInstantiatorSystem, EvaluatorSystem) == 0x0000C8, "Member 'UMovieSceneHierarchicalEasingInstantiatorSystem::EvaluatorSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingFinalizationSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingFinalizationSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingFinalizationSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingFinalizationSystem) == 0x000048, "Wrong size on UMovieSceneHierarchicalEasingFinalizationSystem"); \ +static_assert(offsetof(UMovieSceneHierarchicalEasingFinalizationSystem, InstantiatorSystem) == 0x000040, "Member 'UMovieSceneHierarchicalEasingFinalizationSystem::InstantiatorSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightAndEasingEvaluatorSystem \ +static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ +static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000058, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x000078, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarTrackInstance \ +static_assert(alignof(UMovieSceneCVarTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCVarTrackInstance"); \ +static_assert(sizeof(UMovieSceneCVarTrackInstance) == 0x0000A0, "Wrong size on UMovieSceneCVarTrackInstance"); \ + +#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_UMovieScene3DPathTrack \ +static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ +static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000B0, "Wrong size on UMovieScene3DPathTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrack \ +static_assert(alignof(UMovieScenePropertyTrack) == 0x000008, "Wrong alignment on UMovieScenePropertyTrack"); \ +static_assert(sizeof(UMovieScenePropertyTrack) == 0x0000C8, "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) == 0x0000B8, "Member 'UMovieScenePropertyTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ +static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ +static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000D8, "Wrong size on UMovieScene3DTransformTrack"); \ +static_assert(offsetof(UMovieScene3DTransformTrack, BlenderSystemClass) == 0x0000D0, "Member 'UMovieScene3DTransformTrack::BlenderSystemClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ +static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ +static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x0000D0, "Wrong size on UMovieSceneActorReferenceTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioTrack \ +static_assert(alignof(UMovieSceneAudioTrack) == 0x000008, "Wrong alignment on UMovieSceneAudioTrack"); \ +static_assert(sizeof(UMovieSceneAudioTrack) == 0x0000A8, "Wrong size on UMovieSceneAudioTrack"); \ +static_assert(offsetof(UMovieSceneAudioTrack, AudioSections) == 0x000098, "Member 'UMovieSceneAudioTrack::AudioSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolTrack \ +static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ +static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000D0, "Wrong size on UMovieSceneBoolTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteTrack \ +static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ +static_assert(sizeof(UMovieSceneByteTrack) == 0x0000D0, "Wrong size on UMovieSceneByteTrack"); \ +static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000C8, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ +static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000B8, "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!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bAutoArrangeSections) == 0x0000B0, "Member 'UMovieSceneCameraCutTrack::bAutoArrangeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraShakeSourceTriggerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeTrack, CameraShakeSections) == 0x000098, "Member 'UMovieSceneCameraShakeTrack::CameraShakeSections' 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_UMovieSceneColorTrack \ +static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ +static_assert(sizeof(UMovieSceneColorTrack) == 0x0000D0, "Wrong size on UMovieSceneColorTrack"); \ +static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x0000C8, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataTrack \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataTrack) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataTrack"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataTrack) == 0x0000C0, "Wrong size on UMovieSceneCustomPrimitiveDataTrack"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataTrack, Sections) == 0x0000A8, "Member 'UMovieSceneCustomPrimitiveDataTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataTrack, SectionToKey) == 0x0000B8, "Member 'UMovieSceneCustomPrimitiveDataTrack::SectionToKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarTrack \ +static_assert(alignof(UMovieSceneCVarTrack) == 0x000008, "Wrong alignment on UMovieSceneCVarTrack"); \ +static_assert(sizeof(UMovieSceneCVarTrack) == 0x0000A8, "Wrong size on UMovieSceneCVarTrack"); \ +static_assert(offsetof(UMovieSceneCVarTrack, Sections) == 0x000098, "Member 'UMovieSceneCVarTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerTrack \ +static_assert(alignof(UMovieSceneDataLayerTrack) == 0x000008, "Wrong alignment on UMovieSceneDataLayerTrack"); \ +static_assert(sizeof(UMovieSceneDataLayerTrack) == 0x0000A8, "Wrong size on UMovieSceneDataLayerTrack"); \ +static_assert(offsetof(UMovieSceneDataLayerTrack, Sections) == 0x000098, "Member 'UMovieSceneDataLayerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleTrack \ +static_assert(alignof(UMovieSceneDoubleTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleTrack"); \ +static_assert(sizeof(UMovieSceneDoubleTrack) == 0x0000C8, "Wrong size on UMovieSceneDoubleTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ +static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ +static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000D0, "Wrong size on UMovieSceneEnumTrack"); \ +static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000C8, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ +static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ +static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000C8, "Wrong size on UMovieSceneEulerTransformTrack"); \ + +#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_UMovieSceneFloatTrack \ +static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ +static_assert(sizeof(UMovieSceneFloatTrack) == 0x0000C8, "Wrong size on UMovieSceneFloatTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeTrack \ +static_assert(alignof(UMovieSceneFadeTrack) == 0x000008, "Wrong alignment on UMovieSceneFadeTrack"); \ +static_assert(sizeof(UMovieSceneFadeTrack) == 0x0000C8, "Wrong size on UMovieSceneFadeTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ +static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ +static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000C8, "Wrong size on UMovieSceneIntegerTrack"); \ + +#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) == 0x0000B0, "Wrong size on UMovieSceneMaterialTrack"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000098, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, SectionToKey) == 0x0000A8, "Member 'UMovieSceneMaterialTrack::SectionToKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000C8, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000C0, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ +static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ +static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000D0, "Wrong size on UMovieSceneComponentMaterialTrack"); \ +static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialInfo) == 0x0000C0, "Member 'UMovieSceneComponentMaterialTrack::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertyTrack \ +static_assert(alignof(UMovieSceneObjectPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertyTrack"); \ +static_assert(sizeof(UMovieSceneObjectPropertyTrack) == 0x0000D0, "Wrong size on UMovieSceneObjectPropertyTrack"); \ +static_assert(offsetof(UMovieSceneObjectPropertyTrack, PropertyClass) == 0x0000C8, "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_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_UMovieScenePrimitiveMaterialTrack \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrack) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrack) == 0x0000D8, "Wrong size on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialTrack, MaterialInfo) == 0x0000C8, "Member 'UMovieScenePrimitiveMaterialTrack::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSkeletalAnimationTrack_SetSwapRootBone \ +static_assert(alignof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone) == 0x000001, "Wrong alignment on MovieSceneSkeletalAnimationTrack_SetSwapRootBone"); \ +static_assert(sizeof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone) == 0x000001, "Wrong size on MovieSceneSkeletalAnimationTrack_SetSwapRootBone"); \ +static_assert(offsetof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone, InValue) == 0x000000, "Member 'MovieSceneSkeletalAnimationTrack_SetSwapRootBone::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSkeletalAnimationTrack_GetSwapRootBone \ +static_assert(alignof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone) == 0x000001, "Wrong alignment on MovieSceneSkeletalAnimationTrack_GetSwapRootBone"); \ +static_assert(sizeof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone) == 0x000001, "Wrong size on MovieSceneSkeletalAnimationTrack_GetSwapRootBone"); \ +static_assert(offsetof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone, ReturnValue) == 0x000000, "Member 'MovieSceneSkeletalAnimationTrack_GetSwapRootBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationTrack \ +static_assert(alignof(UMovieSceneSkeletalAnimationTrack) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationTrack) == 0x000140, "Wrong size on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneSkeletalAnimationTrack::AnimationSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bUseLegacySectionIndexBlend) == 0x0000A8, "Member 'UMovieSceneSkeletalAnimationTrack::bUseLegacySectionIndexBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, RootMotionParams) == 0x0000B0, "Member 'UMovieSceneSkeletalAnimationTrack::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bBlendFirstChildOfRoot) == 0x000130, "Member 'UMovieSceneSkeletalAnimationTrack::bBlendFirstChildOfRoot' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, SwapRootBone) == 0x000131, "Member 'UMovieSceneSkeletalAnimationTrack::SwapRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoTrack \ +static_assert(alignof(UMovieSceneSlomoTrack) == 0x000008, "Wrong alignment on UMovieSceneSlomoTrack"); \ +static_assert(sizeof(UMovieSceneSlomoTrack) == 0x0000C8, "Wrong size on UMovieSceneSlomoTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringTrack \ +static_assert(alignof(UMovieSceneStringTrack) == 0x000008, "Wrong alignment on UMovieSceneStringTrack"); \ +static_assert(sizeof(UMovieSceneStringTrack) == 0x0000C8, "Wrong size on UMovieSceneStringTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformTrack \ +static_assert(alignof(UMovieSceneTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneTransformTrack"); \ +static_assert(sizeof(UMovieSceneTransformTrack) == 0x0000C8, "Wrong size on UMovieSceneTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorTrack \ +static_assert(alignof(UMovieSceneFloatVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorTrack"); \ +static_assert(sizeof(UMovieSceneFloatVectorTrack) == 0x0000D0, "Wrong size on UMovieSceneFloatVectorTrack"); \ +static_assert(offsetof(UMovieSceneFloatVectorTrack, NumChannelsUsed) == 0x0000C8, "Member 'UMovieSceneFloatVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorTrack \ +static_assert(alignof(UMovieSceneDoubleVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorTrack"); \ +static_assert(sizeof(UMovieSceneDoubleVectorTrack) == 0x0000D0, "Wrong size on UMovieSceneDoubleVectorTrack"); \ +static_assert(offsetof(UMovieSceneDoubleVectorTrack, NumChannelsUsed) == 0x0000C8, "Member 'UMovieSceneDoubleVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilityTrack \ +static_assert(alignof(UMovieSceneVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneVisibilityTrack) == 0x0000C8, "Wrong size on UMovieSceneVisibilityTrack"); \ + +#define DUMPER7_ASSERTS_FFStatMultiplierData \ +static_assert(alignof(FFStatMultiplierData) == 0x000008, "Wrong alignment on FFStatMultiplierData"); \ +static_assert(sizeof(FFStatMultiplierData) == 0x000010, "Wrong size on FFStatMultiplierData"); \ +static_assert(offsetof(FFStatMultiplierData, StatType_2_F0FD877241F95C8E82B73B916036AEF4) == 0x000000, "Member 'FFStatMultiplierData::StatType_2_F0FD877241F95C8E82B73B916036AEF4' has a wrong offset!"); \ +static_assert(offsetof(FFStatMultiplierData, Multiplier_6_69219CEE4BEAF820546733AB87331B96) == 0x000008, "Member 'FFStatMultiplierData::Multiplier_6_69219CEE4BEAF820546733AB87331B96' has a wrong offset!"); \ + +#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_FDynamicPropertyPath \ +static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ +static_assert(sizeof(FDynamicPropertyPath) == 0x000038, "Wrong size on FDynamicPropertyPath"); \ + +#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_FEventReply \ +static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ +static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ + +#define DUMPER7_ASSERTS_FWidgetTransform \ +static_assert(alignof(FWidgetTransform) == 0x000008, "Wrong alignment on FWidgetTransform"); \ +static_assert(sizeof(FWidgetTransform) == 0x000038, "Wrong size on FWidgetTransform"); \ +static_assert(offsetof(FWidgetTransform, Translation) == 0x000000, "Member 'FWidgetTransform::Translation' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Scale) == 0x000010, "Member 'FWidgetTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Shear) == 0x000020, "Member 'FWidgetTransform::Shear' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Angle) == 0x000030, "Member 'FWidgetTransform::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationEventBinding \ +static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ +static_assert(sizeof(FAnimationEventBinding) == 0x000028, "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) == 0x000018, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x00001C, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetChild \ +static_assert(alignof(FWidgetChild) == 0x000004, "Wrong alignment on FWidgetChild"); \ +static_assert(sizeof(FWidgetChild) == 0x000010, "Wrong size on FWidgetChild"); \ +static_assert(offsetof(FWidgetChild, WidgetName) == 0x000000, "Member 'FWidgetChild::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetChild, WidgetPtr) == 0x000008, "Member 'FWidgetChild::WidgetPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedSlotBinding \ +static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ +static_assert(sizeof(FNamedSlotBinding) == 0x000010, "Wrong size on FNamedSlotBinding"); \ +static_assert(offsetof(FNamedSlotBinding, Name) == 0x000000, "Member 'FNamedSlotBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedSlotBinding, Content) == 0x000008, "Member 'FNamedSlotBinding::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQueuedWidgetAnimationTransition \ +static_assert(alignof(FQueuedWidgetAnimationTransition) == 0x000008, "Wrong alignment on FQueuedWidgetAnimationTransition"); \ +static_assert(sizeof(FQueuedWidgetAnimationTransition) == 0x000038, "Wrong size on FQueuedWidgetAnimationTransition"); \ +static_assert(offsetof(FQueuedWidgetAnimationTransition, WidgetAnimation) == 0x000000, "Member 'FQueuedWidgetAnimationTransition::WidgetAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetNavigationData \ +static_assert(alignof(FWidgetNavigationData) == 0x000004, "Wrong alignment on FWidgetNavigationData"); \ +static_assert(sizeof(FWidgetNavigationData) == 0x000024, "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) == 0x00000C, "Member 'FWidgetNavigationData::Widget' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNavigationData, CustomDelegate) == 0x000014, "Member 'FWidgetNavigationData::CustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserWidgetPool \ +static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ +static_assert(sizeof(FUserWidgetPool) == 0x000088, "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_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_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_FWidgetEventField \ +static_assert(alignof(FWidgetEventField) == 0x000001, "Wrong alignment on FWidgetEventField"); \ +static_assert(sizeof(FWidgetEventField) == 0x000001, "Wrong size on FWidgetEventField"); \ + +#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_FSequenceTickManagerWidgetData \ +static_assert(alignof(FSequenceTickManagerWidgetData) == 0x000001, "Wrong alignment on FSequenceTickManagerWidgetData"); \ +static_assert(sizeof(FSequenceTickManagerWidgetData) == 0x000002, "Wrong size on FSequenceTickManagerWidgetData"); \ + +#define DUMPER7_ASSERTS_FWidgetAnimationBinding \ +static_assert(alignof(FWidgetAnimationBinding) == 0x000004, "Wrong alignment on FWidgetAnimationBinding"); \ +static_assert(sizeof(FWidgetAnimationBinding) == 0x000024, "Wrong size on FWidgetAnimationBinding"); \ +static_assert(offsetof(FWidgetAnimationBinding, WidgetName) == 0x000000, "Member 'FWidgetAnimationBinding::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, SlotWidgetName) == 0x000008, "Member 'FWidgetAnimationBinding::SlotWidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, AnimationGuid) == 0x000010, "Member 'FWidgetAnimationBinding::AnimationGuid' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, bIsRootWidget) == 0x000020, "Member 'FWidgetAnimationBinding::bIsRootWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintWidgetAnimationDelegateBinding \ +static_assert(alignof(FBlueprintWidgetAnimationDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintWidgetAnimationDelegateBinding"); \ +static_assert(sizeof(FBlueprintWidgetAnimationDelegateBinding) == 0x00001C, "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) == 0x00000C, "Member 'FBlueprintWidgetAnimationDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, UserTag) == 0x000014, "Member 'FBlueprintWidgetAnimationDelegateBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetStateBitfield \ +static_assert(alignof(FWidgetStateBitfield) == 0x000008, "Wrong alignment on FWidgetStateBitfield"); \ +static_assert(sizeof(FWidgetStateBitfield) == 0x000590, "Wrong size on FWidgetStateBitfield"); \ + +#define DUMPER7_ASSERTS_FGameViewportWidgetSlot \ +static_assert(alignof(FGameViewportWidgetSlot) == 0x000008, "Wrong alignment on FGameViewportWidgetSlot"); \ +static_assert(sizeof(FGameViewportWidgetSlot) == 0x000048, "Wrong size on FGameViewportWidgetSlot"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Anchors) == 0x000000, "Member 'FGameViewportWidgetSlot::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Offsets) == 0x000020, "Member 'FGameViewportWidgetSlot::Offsets' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Alignment) == 0x000030, "Member 'FGameViewportWidgetSlot::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, ZOrder) == 0x000040, "Member 'FGameViewportWidgetSlot::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, bAutoRemoveOnWorldRemoved) == 0x000044, "Member 'FGameViewportWidgetSlot::bAutoRemoveOnWorldRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchorData \ +static_assert(alignof(FAnchorData) == 0x000008, "Wrong alignment on FAnchorData"); \ +static_assert(sizeof(FAnchorData) == 0x000040, "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) == 0x000030, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextStyleRow \ +static_assert(alignof(FRichTextStyleRow) == 0x000010, "Wrong alignment on FRichTextStyleRow"); \ +static_assert(sizeof(FRichTextStyleRow) == 0x000350, "Wrong size on FRichTextStyleRow"); \ +static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000010, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichImageRow \ +static_assert(alignof(FRichImageRow) == 0x000010, "Wrong alignment on FRichImageRow"); \ +static_assert(sizeof(FRichImageRow) == 0x0000E0, "Wrong size on FRichImageRow"); \ +static_assert(offsetof(FRichImageRow, Brush) == 0x000010, "Member 'FRichImageRow::Brush' 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_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_FDelegateRuntimeBinding \ +static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ +static_assert(sizeof(FDelegateRuntimeBinding) == 0x000060, "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) == 0x000018, "Member 'FDelegateRuntimeBinding::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, SourcePath) == 0x000020, "Member 'FDelegateRuntimeBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, Kind) == 0x000058, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisual \ +static_assert(alignof(UVisual) == 0x000008, "Wrong alignment on UVisual"); \ +static_assert(sizeof(UVisual) == 0x000028, "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_K2_AddFieldValueChangedDelegate \ +static_assert(alignof(Widget_K2_AddFieldValueChangedDelegate) == 0x000004, "Wrong alignment on Widget_K2_AddFieldValueChangedDelegate"); \ +static_assert(sizeof(Widget_K2_AddFieldValueChangedDelegate) == 0x000018, "Wrong size on Widget_K2_AddFieldValueChangedDelegate"); \ +static_assert(offsetof(Widget_K2_AddFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'Widget_K2_AddFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(Widget_K2_AddFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'Widget_K2_AddFieldValueChangedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_K2_BroadcastFieldValueChanged \ +static_assert(alignof(Widget_K2_BroadcastFieldValueChanged) == 0x000004, "Wrong alignment on Widget_K2_BroadcastFieldValueChanged"); \ +static_assert(sizeof(Widget_K2_BroadcastFieldValueChanged) == 0x000008, "Wrong size on Widget_K2_BroadcastFieldValueChanged"); \ +static_assert(offsetof(Widget_K2_BroadcastFieldValueChanged, FieldId) == 0x000000, "Member 'Widget_K2_BroadcastFieldValueChanged::FieldId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_K2_RemoveFieldValueChangedDelegate \ +static_assert(alignof(Widget_K2_RemoveFieldValueChangedDelegate) == 0x000004, "Wrong alignment on Widget_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(sizeof(Widget_K2_RemoveFieldValueChangedDelegate) == 0x000018, "Wrong size on Widget_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(offsetof(Widget_K2_RemoveFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'Widget_K2_RemoveFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(Widget_K2_RemoveFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'Widget_K2_RemoveFieldValueChangedDelegate::Delegate' 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) == 0x00000C, "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) == 0x00000C, "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) == 0x000014, "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) == 0x000014, "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) == 0x000008, "Wrong alignment on Widget_SetRenderScale"); \ +static_assert(sizeof(Widget_SetRenderScale) == 0x000010, "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) == 0x000008, "Wrong alignment on Widget_SetRenderShear"); \ +static_assert(sizeof(Widget_SetRenderShear) == 0x000010, "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) == 0x000008, "Wrong alignment on Widget_SetRenderTransform"); \ +static_assert(sizeof(Widget_SetRenderTransform) == 0x000038, "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) == 0x000008, "Wrong alignment on Widget_SetRenderTransformPivot"); \ +static_assert(sizeof(Widget_SetRenderTransformPivot) == 0x000010, "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) == 0x000008, "Wrong alignment on Widget_SetRenderTranslation"); \ +static_assert(sizeof(Widget_SetRenderTranslation) == 0x000010, "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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "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) == 0x000008, "Wrong alignment on Widget_GetDesiredSize"); \ +static_assert(sizeof(Widget_GetDesiredSize) == 0x000010, "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_IsInViewport \ +static_assert(alignof(Widget_IsInViewport) == 0x000001, "Wrong alignment on Widget_IsInViewport"); \ +static_assert(sizeof(Widget_IsInViewport) == 0x000001, "Wrong size on Widget_IsInViewport"); \ +static_assert(offsetof(Widget_IsInViewport, ReturnValue) == 0x000000, "Member 'Widget_IsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsRendered \ +static_assert(alignof(Widget_IsRendered) == 0x000001, "Wrong alignment on Widget_IsRendered"); \ +static_assert(sizeof(Widget_IsRendered) == 0x000001, "Wrong size on Widget_IsRendered"); \ +static_assert(offsetof(Widget_IsRendered, ReturnValue) == 0x000000, "Member 'Widget_IsRendered::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) == 0x000178, "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) == 0x000048, "Member 'UWidget::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipTextDelegate) == 0x000058, "Member 'UWidget::ToolTipTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidget) == 0x000068, "Member 'UWidget::ToolTipWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidgetDelegate) == 0x000070, "Member 'UWidget::ToolTipWidgetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, VisibilityDelegate) == 0x000080, "Member 'UWidget::VisibilityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransform) == 0x000090, "Member 'UWidget::RenderTransform' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransformPivot) == 0x0000C8, "Member 'UWidget::RenderTransformPivot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, FlowDirectionPreference) == 0x0000D8, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Cursor) == 0x0000DA, "Member 'UWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Clipping) == 0x0000DB, "Member 'UWidget::Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Visibility) == 0x0000DC, "Member 'UWidget::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderOpacity) == 0x0000E0, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidget, PixelSnapping) == 0x0000E4, "Member 'UWidget::PixelSnapping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000E8, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Navigation) == 0x0000F0, "Member 'UWidget::Navigation' has a wrong offset!"); \ +static_assert(offsetof(UWidget, NativeBindings) == 0x000148, "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) == 0x000190, "Wrong size on UPanelWidget"); \ +static_assert(offsetof(UPanelWidget, Slots) == 0x000178, "Member 'UPanelWidget::Slots' 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) == 0x0001A8, "Wrong size on UWidgetSwitcher"); \ +static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000190, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidgetBlueprint \ +static_assert(alignof(UUserWidgetBlueprint) == 0x000008, "Wrong alignment on UUserWidgetBlueprint"); \ +static_assert(sizeof(UUserWidgetBlueprint) == 0x0000A8, "Wrong size on UUserWidgetBlueprint"); \ + +#define DUMPER7_ASSERTS_UWidgetEnumStateRegistration \ +static_assert(alignof(UWidgetEnumStateRegistration) == 0x000008, "Wrong alignment on UWidgetEnumStateRegistration"); \ +static_assert(sizeof(UWidgetEnumStateRegistration) == 0x000028, "Wrong size on UWidgetEnumStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetCheckedStateRegistration \ +static_assert(alignof(UWidgetCheckedStateRegistration) == 0x000008, "Wrong alignment on UWidgetCheckedStateRegistration"); \ +static_assert(sizeof(UWidgetCheckedStateRegistration) == 0x000028, "Wrong size on UWidgetCheckedStateRegistration"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetIsPointerScrollingEnabled \ +static_assert(alignof(ListViewBase_SetIsPointerScrollingEnabled) == 0x000001, "Wrong alignment on ListViewBase_SetIsPointerScrollingEnabled"); \ +static_assert(sizeof(ListViewBase_SetIsPointerScrollingEnabled) == 0x000001, "Wrong size on ListViewBase_SetIsPointerScrollingEnabled"); \ +static_assert(offsetof(ListViewBase_SetIsPointerScrollingEnabled, bInIsPointerScrollingEnabled) == 0x000000, "Member 'ListViewBase_SetIsPointerScrollingEnabled::bInIsPointerScrollingEnabled' has a wrong offset!"); \ + +#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_ListViewBase_GetScrollOffset \ +static_assert(alignof(ListViewBase_GetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_GetScrollOffset"); \ +static_assert(sizeof(ListViewBase_GetScrollOffset) == 0x000004, "Wrong size on ListViewBase_GetScrollOffset"); \ +static_assert(offsetof(ListViewBase_GetScrollOffset, ReturnValue) == 0x000000, "Member 'ListViewBase_GetScrollOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewBase \ +static_assert(alignof(UListViewBase) == 0x000008, "Wrong alignment on UListViewBase"); \ +static_assert(sizeof(UListViewBase) == 0x000298, "Wrong size on UListViewBase"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000178, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000198, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x0001A0, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x0001A4, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bInEnableTouchAnimatedScrolling) == 0x0001A5, "Member 'UListViewBase::bInEnableTouchAnimatedScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, AllowOverscroll) == 0x0001A6, "Member 'UListViewBase::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableRightClickScrolling) == 0x0001A7, "Member 'UListViewBase::bEnableRightClickScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableTouchScrolling) == 0x0001A8, "Member 'UListViewBase::bEnableTouchScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bIsPointerScrollingEnabled) == 0x0001A9, "Member 'UListViewBase::bIsPointerScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x0001AA, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x0001AC, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bAllowDragging) == 0x0001B0, "Member 'UListViewBase::bAllowDragging' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x0001B8, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x0001C8, "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_OnListItemEndPlayed \ +static_assert(alignof(ListView_OnListItemEndPlayed) == 0x000008, "Wrong alignment on ListView_OnListItemEndPlayed"); \ +static_assert(sizeof(ListView_OnListItemEndPlayed) == 0x000010, "Wrong size on ListView_OnListItemEndPlayed"); \ +static_assert(offsetof(ListView_OnListItemEndPlayed, Item) == 0x000000, "Member 'ListView_OnListItemEndPlayed::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_OnListItemEndPlayed, EndPlayReason) == 0x000008, "Member 'ListView_OnListItemEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_OnListItemOuterEndPlayed \ +static_assert(alignof(ListView_OnListItemOuterEndPlayed) == 0x000008, "Wrong alignment on ListView_OnListItemOuterEndPlayed"); \ +static_assert(sizeof(ListView_OnListItemOuterEndPlayed) == 0x000010, "Wrong size on ListView_OnListItemOuterEndPlayed"); \ +static_assert(offsetof(ListView_OnListItemOuterEndPlayed, ItemOuter) == 0x000000, "Member 'ListView_OnListItemOuterEndPlayed::ItemOuter' has a wrong offset!"); \ +static_assert(offsetof(ListView_OnListItemOuterEndPlayed, EndPlayReason) == 0x000008, "Member 'ListView_OnListItemOuterEndPlayed::EndPlayReason' 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_GetHorizontalEntrySpacing \ +static_assert(alignof(ListView_GetHorizontalEntrySpacing) == 0x000004, "Wrong alignment on ListView_GetHorizontalEntrySpacing"); \ +static_assert(sizeof(ListView_GetHorizontalEntrySpacing) == 0x000004, "Wrong size on ListView_GetHorizontalEntrySpacing"); \ +static_assert(offsetof(ListView_GetHorizontalEntrySpacing, ReturnValue) == 0x000000, "Member 'ListView_GetHorizontalEntrySpacing::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_GetVerticalEntrySpacing \ +static_assert(alignof(ListView_GetVerticalEntrySpacing) == 0x000004, "Wrong alignment on ListView_GetVerticalEntrySpacing"); \ +static_assert(sizeof(ListView_GetVerticalEntrySpacing) == 0x000004, "Wrong size on ListView_GetVerticalEntrySpacing"); \ +static_assert(offsetof(ListView_GetVerticalEntrySpacing, ReturnValue) == 0x000000, "Member 'ListView_GetVerticalEntrySpacing::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) == 0x000010, "Wrong alignment on UListView"); \ +static_assert(sizeof(UListView) == 0x000C70, "Wrong size on UListView"); \ +static_assert(offsetof(UListView, WidgetStyle) == 0x000380, "Member 'UListView::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollBarStyle) == 0x000460, "Member 'UListView::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, Orientation) == 0x000BD0, "Member 'UListView::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UListView, SelectionMode) == 0x000BD1, "Member 'UListView::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x000BD2, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x000BD3, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ +static_assert(offsetof(UListView, bIsFocusable) == 0x000BD4, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x000BD5, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollbarDisabledVisibility) == 0x000BD6, "Member 'UListView::ScrollbarDisabledVisibility' has a wrong offset!"); \ +static_assert(offsetof(UListView, ListItems) == 0x000BD8, "Member 'UListView::ListItems' has a wrong offset!"); \ +static_assert(offsetof(UListView, HorizontalEntrySpacing) == 0x000BF8, "Member 'UListView::HorizontalEntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, VerticalEntrySpacing) == 0x000BFC, "Member 'UListView::VerticalEntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000C00, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000C10, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000C20, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000C30, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000C40, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000C50, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnListViewScrolled) == 0x000C60, "Member 'UListView::BP_OnListViewScrolled' 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) == 0x000010, "Wrong alignment on UTreeView"); \ +static_assert(sizeof(UTreeView) == 0x000CD0, "Wrong size on UTreeView"); \ +static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000C80, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ +static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000C90, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddExtension \ +static_assert(alignof(UserWidget_AddExtension) == 0x000008, "Wrong alignment on UserWidget_AddExtension"); \ +static_assert(sizeof(UserWidget_AddExtension) == 0x000010, "Wrong size on UserWidget_AddExtension"); \ +static_assert(offsetof(UserWidget_AddExtension, InExtensionType) == 0x000000, "Member 'UserWidget_AddExtension::InExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_AddExtension, ReturnValue) == 0x000008, "Member 'UserWidget_AddExtension::ReturnValue' has a wrong offset!"); \ + +#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) == 0x000028, "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) == 0x000018, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x00001C, "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) == 0x000018, "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) == 0x000018, "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) == 0x00001C, "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) == 0x000008, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x000009, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x00000C, "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) == 0x000138, "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) == 0x0000F8, "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) == 0x000060, "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) == 0x000130, "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) == 0x000130, "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) == 0x000170, "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) == 0x0000B8, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000130, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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) == 0x000168, "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_QueuePauseAnimation \ +static_assert(alignof(UserWidget_QueuePauseAnimation) == 0x000008, "Wrong alignment on UserWidget_QueuePauseAnimation"); \ +static_assert(sizeof(UserWidget_QueuePauseAnimation) == 0x000010, "Wrong size on UserWidget_QueuePauseAnimation"); \ +static_assert(offsetof(UserWidget_QueuePauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueuePauseAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_QueuePauseAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimation \ +static_assert(alignof(UserWidget_QueuePlayAnimation) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimation"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimation) == 0x000020, "Wrong size on UserWidget_QueuePlayAnimation"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_QueuePlayAnimation::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_QueuePlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_QueuePlayAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_QueuePlayAnimation::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_QueuePlayAnimation::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationForward \ +static_assert(alignof(UserWidget_QueuePlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationForward"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationForward) == 0x000010, "Wrong size on UserWidget_QueuePlayAnimationForward"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_QueuePlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationForward::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationReverse \ +static_assert(alignof(UserWidget_QueuePlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationReverse"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationReverse) == 0x000010, "Wrong size on UserWidget_QueuePlayAnimationReverse"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationReverse::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_QueuePlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationReverse::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationTimeRange \ +static_assert(alignof(UserWidget_QueuePlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationTimeRange"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationTimeRange) == 0x000020, "Wrong size on UserWidget_QueuePlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_QueuePlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_QueuePlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_QueuePlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_QueuePlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_QueuePlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueueStopAnimation \ +static_assert(alignof(UserWidget_QueueStopAnimation) == 0x000008, "Wrong alignment on UserWidget_QueueStopAnimation"); \ +static_assert(sizeof(UserWidget_QueueStopAnimation) == 0x000008, "Wrong size on UserWidget_QueueStopAnimation"); \ +static_assert(offsetof(UserWidget_QueueStopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueueStopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_RemoveExtension \ +static_assert(alignof(UserWidget_RemoveExtension) == 0x000008, "Wrong alignment on UserWidget_RemoveExtension"); \ +static_assert(sizeof(UserWidget_RemoveExtension) == 0x000008, "Wrong size on UserWidget_RemoveExtension"); \ +static_assert(offsetof(UserWidget_RemoveExtension, InExtension) == 0x000000, "Member 'UserWidget_RemoveExtension::InExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_RemoveExtensions \ +static_assert(alignof(UserWidget_RemoveExtensions) == 0x000008, "Wrong alignment on UserWidget_RemoveExtensions"); \ +static_assert(sizeof(UserWidget_RemoveExtensions) == 0x000008, "Wrong size on UserWidget_RemoveExtensions"); \ +static_assert(offsetof(UserWidget_RemoveExtensions, InExtensionType) == 0x000000, "Member 'UserWidget_RemoveExtensions::InExtensionType' 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) == 0x000008, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000010, "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) == 0x000008, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000020, "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) == 0x000008, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000010, "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) == 0x000004, "Wrong alignment on UserWidget_SetForegroundColor"); \ +static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000014, "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) == 0x000008, "Wrong alignment on UserWidget_SetPositionInViewport"); \ +static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x000018, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000010, "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) == 0x000008, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000020, "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_GetExtension \ +static_assert(alignof(UserWidget_GetExtension) == 0x000008, "Wrong alignment on UserWidget_GetExtension"); \ +static_assert(sizeof(UserWidget_GetExtension) == 0x000010, "Wrong size on UserWidget_GetExtension"); \ +static_assert(offsetof(UserWidget_GetExtension, ExtensionType) == 0x000000, "Member 'UserWidget_GetExtension::ExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetExtension, ReturnValue) == 0x000008, "Member 'UserWidget_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetExtensions \ +static_assert(alignof(UserWidget_GetExtensions) == 0x000008, "Wrong alignment on UserWidget_GetExtensions"); \ +static_assert(sizeof(UserWidget_GetExtensions) == 0x000018, "Wrong size on UserWidget_GetExtensions"); \ +static_assert(offsetof(UserWidget_GetExtensions, ExtensionType) == 0x000000, "Member 'UserWidget_GetExtensions::ExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetExtensions, ReturnValue) == 0x000008, "Member 'UserWidget_GetExtensions::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_IsListeningForInputAction \ +static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ +static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x00000C, "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) == 0x000008, "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) == 0x0002E0, "Wrong size on UUserWidget"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x000180, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x000190, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColor) == 0x0001A0, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x0001B4, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x0001C8, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Padding) == 0x000208, "Member 'UUserWidget::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Priority) == 0x000218, "Member 'UUserWidget::Priority' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, QueuedWidgetAnimationTransitions) == 0x000220, "Member 'UUserWidget::QueuedWidgetAnimationTransitions' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x000230, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x000240, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x000248, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x000258, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Extensions) == 0x000268, "Member 'UUserWidget::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, WidgetTree) == 0x000278, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, TickFrequency) == 0x000298, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, DesiredFocusWidget) == 0x00029C, "Member 'UUserWidget::DesiredFocusWidget' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, InputComponent) == 0x0002B0, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x0002B8, "Member 'UUserWidget::AnimationCallbacks' has a wrong offset!"); \ + +#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) == 0x000010, "Wrong alignment on UCircularThrobber"); \ +static_assert(sizeof(UCircularThrobber) == 0x000280, "Wrong size on UCircularThrobber"); \ +static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000178, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Period) == 0x00017C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Radius) == 0x000180, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Image) == 0x000190, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x000260, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBox \ +static_assert(alignof(UComboBox) == 0x000010, "Wrong alignment on UComboBox"); \ +static_assert(sizeof(UComboBox) == 0x000930, "Wrong size on UComboBox"); \ +static_assert(offsetof(UComboBox, ScrollBarStyle) == 0x000180, "Member 'UComboBox::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, Items) == 0x0008F0, "Member 'UComboBox::Items' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x000900, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, bIsFocusable) == 0x000910, "Member 'UComboBox::bIsFocusable' 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) == 0x000190, "Wrong size on UContentWidget"); \ + +#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) == 0x0001B0, "Wrong size on UWindowTitleBarArea"); \ +static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000190, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000191, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000010, "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) == 0x000018, "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) == 0x000018, "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) == 0x000038, "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) == 0x000020, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x000030, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x000031, "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) == 0x000028, "Wrong size on UWidgetLayoutLibrary"); \ + +#define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ +static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ +static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ + +#define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ +static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ +static_assert(sizeof(USlateAccessibleWidgetData) == 0x000070, "Wrong size on USlateAccessibleWidgetData"); \ +static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000028, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000029, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x00002A, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000030, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000040, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000050, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000060, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ +static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x0003D0, "Wrong size on UWidgetBlueprintGeneratedClass"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000360, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Extensions) == 0x000368, "Member 'UWidgetBlueprintGeneratedClass::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000380, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000390, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x0003A0, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, AvailableNamedSlots) == 0x0003B0, "Member 'UWidgetBlueprintGeneratedClass::AvailableNamedSlots' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, InstanceNamedSlots) == 0x0003C0, "Member 'UWidgetBlueprintGeneratedClass::InstanceNamedSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidgetExtension \ +static_assert(alignof(UUserWidgetExtension) == 0x000008, "Wrong alignment on UUserWidgetExtension"); \ +static_assert(sizeof(UUserWidgetExtension) == 0x000028, "Wrong size on UUserWidgetExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClassExtension \ +static_assert(alignof(UWidgetBlueprintGeneratedClassExtension) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClassExtension"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClassExtension) == 0x000028, "Wrong size on UWidgetBlueprintGeneratedClassExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetFieldNotificationExtension \ +static_assert(alignof(UWidgetFieldNotificationExtension) == 0x000008, "Wrong alignment on UWidgetFieldNotificationExtension"); \ +static_assert(sizeof(UWidgetFieldNotificationExtension) == 0x000040, "Wrong size on UWidgetFieldNotificationExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetNavigation \ +static_assert(alignof(UWidgetNavigation) == 0x000008, "Wrong alignment on UWidgetNavigation"); \ +static_assert(sizeof(UWidgetNavigation) == 0x000100, "Wrong size on UWidgetNavigation"); \ +static_assert(offsetof(UWidgetNavigation, Up) == 0x000028, "Member 'UWidgetNavigation::Up' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Down) == 0x00004C, "Member 'UWidgetNavigation::Down' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Left) == 0x000070, "Member 'UWidgetNavigation::Left' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Right) == 0x000094, "Member 'UWidgetNavigation::Right' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Next) == 0x0000B8, "Member 'UWidgetNavigation::Next' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Previous) == 0x0000DC, "Member 'UWidgetNavigation::Previous' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformPropertySystem \ +static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformSection \ +static_assert(alignof(UMovieScene2DTransformSection) == 0x000008, "Wrong alignment on UMovieScene2DTransformSection"); \ +static_assert(sizeof(UMovieScene2DTransformSection) == 0x000870, "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) == 0x000320, "Member 'UMovieScene2DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Scale) == 0x000430, "Member 'UMovieScene2DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Shear) == 0x000650, "Member 'UMovieScene2DTransformSection::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateVectorArtData \ +static_assert(alignof(USlateVectorArtData) == 0x000008, "Wrong alignment on USlateVectorArtData"); \ +static_assert(sizeof(USlateVectorArtData) == 0x000070, "Wrong size on USlateVectorArtData"); \ +static_assert(offsetof(USlateVectorArtData, VertexData) == 0x000028, "Member 'USlateVectorArtData::VertexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, IndexData) == 0x000038, "Member 'USlateVectorArtData::IndexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, Material) == 0x000048, "Member 'USlateVectorArtData::Material' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMin) == 0x000050, "Member 'USlateVectorArtData::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMax) == 0x000060, "Member 'USlateVectorArtData::ExtentMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformTrack \ +static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ +static_assert(sizeof(UMovieScene2DTransformTrack) == 0x0000C8, "Wrong size on UMovieScene2DTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginPropertySystem \ +static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ +static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginSection \ +static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ +static_assert(sizeof(UMovieSceneMarginSection) == 0x000538, "Wrong size on UMovieSceneMarginSection"); \ +static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F8, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000208, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000318, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x000428, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ +static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ +static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000C8, "Wrong size on UMovieSceneMarginTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialSystem \ +static_assert(alignof(UMovieSceneWidgetMaterialSystem) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialSystem"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialSystem) == 0x0001A8, "Wrong size on UMovieSceneWidgetMaterialSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ +static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000D8, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000C0, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000D0, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' 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) == 0x000008, "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) == 0x000008, "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) == 0x0002C0, "Wrong size on UUMGSequencePlayer"); \ +static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000210, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000220, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequenceTickManager \ +static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ +static_assert(sizeof(UUMGSequenceTickManager) == 0x0000C0, "Wrong size on UUMGSequenceTickManager"); \ +static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgetData) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequenceTickManager, linker) == 0x000078, "Member 'UUMGSequenceTickManager::linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ +static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 0x000018, "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) == 0x000018, "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) == 0x000018, "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) == 0x000018, "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) == 0x000038, "Wrong size on UWidgetAnimationDelegateBinding"); \ +static_assert(offsetof(UWidgetAnimationDelegateBinding, WidgetAnimationDelegateBindings) == 0x000028, "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) == 0x000040, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000028, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' 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) == 0x000028, "Member 'UPropertyBinding::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, SourcePath) == 0x000030, "Member 'UPropertyBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, DestinationProperty) == 0x000068, "Member 'UPropertyBinding::DestinationProperty' 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_BrushBinding_GetValue \ +static_assert(alignof(BrushBinding_GetValue) == 0x000010, "Wrong alignment on BrushBinding_GetValue"); \ +static_assert(sizeof(BrushBinding_GetValue) == 0x0000D0, "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_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) == 0x000004, "Wrong alignment on ColorBinding_GetSlateValue"); \ +static_assert(sizeof(ColorBinding_GetSlateValue) == 0x000014, "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_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_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_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_UWidgetBinaryStateRegistration \ +static_assert(alignof(UWidgetBinaryStateRegistration) == 0x000008, "Wrong alignment on UWidgetBinaryStateRegistration"); \ +static_assert(sizeof(UWidgetBinaryStateRegistration) == 0x000028, "Wrong size on UWidgetBinaryStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetHoveredStateRegistration \ +static_assert(alignof(UWidgetHoveredStateRegistration) == 0x000008, "Wrong alignment on UWidgetHoveredStateRegistration"); \ +static_assert(sizeof(UWidgetHoveredStateRegistration) == 0x000028, "Wrong size on UWidgetHoveredStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetPressedStateRegistration \ +static_assert(alignof(UWidgetPressedStateRegistration) == 0x000008, "Wrong alignment on UWidgetPressedStateRegistration"); \ +static_assert(sizeof(UWidgetPressedStateRegistration) == 0x000028, "Wrong size on UWidgetPressedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetDisabledStateRegistration \ +static_assert(alignof(UWidgetDisabledStateRegistration) == 0x000008, "Wrong alignment on UWidgetDisabledStateRegistration"); \ +static_assert(sizeof(UWidgetDisabledStateRegistration) == 0x000028, "Wrong size on UWidgetDisabledStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetSelectedStateRegistration \ +static_assert(alignof(UWidgetSelectedStateRegistration) == 0x000008, "Wrong alignment on UWidgetSelectedStateRegistration"); \ +static_assert(sizeof(UWidgetSelectedStateRegistration) == 0x000028, "Wrong size on UWidgetSelectedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetStateSettings \ +static_assert(alignof(UWidgetStateSettings) == 0x000008, "Wrong alignment on UWidgetStateSettings"); \ +static_assert(sizeof(UWidgetStateSettings) == 0x0006E8, "Wrong size on UWidgetStateSettings"); \ + +#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) == 0x000010, "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_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_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_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) == 0x000050, "Wrong size on UAsyncTaskDownloadImage"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnSuccess) == 0x000030, "Member 'UAsyncTaskDownloadImage::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnFail) == 0x000040, "Member 'UAsyncTaskDownloadImage::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlotDesiredSize \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlotDesiredSize) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlotDesiredSize"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlotDesiredSize) == 0x0000A0, "Wrong size on GameViewportSubsystem_SetWidgetSlotDesiredSize"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, Slot) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, Size) == 0x000048, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::Size' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, ReturnValue) == 0x000058, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlotPosition \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlotPosition) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlotPosition"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlotPosition) == 0x0000B0, "Wrong size on GameViewportSubsystem_SetWidgetSlotPosition"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, Slot) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, Widget) == 0x000048, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, position) == 0x000050, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::position' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, bRemoveDPIScale) == 0x000060, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::bRemoveDPIScale' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, ReturnValue) == 0x000068, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_AddWidget \ +static_assert(alignof(GameViewportSubsystem_AddWidget) == 0x000008, "Wrong alignment on GameViewportSubsystem_AddWidget"); \ +static_assert(sizeof(GameViewportSubsystem_AddWidget) == 0x000058, "Wrong size on GameViewportSubsystem_AddWidget"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, Widget) == 0x000000, "Member 'GameViewportSubsystem_AddWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, Slot) == 0x000008, "Member 'GameViewportSubsystem_AddWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, ReturnValue) == 0x000050, "Member 'GameViewportSubsystem_AddWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_AddWidgetForPlayer \ +static_assert(alignof(GameViewportSubsystem_AddWidgetForPlayer) == 0x000008, "Wrong alignment on GameViewportSubsystem_AddWidgetForPlayer"); \ +static_assert(sizeof(GameViewportSubsystem_AddWidgetForPlayer) == 0x000060, "Wrong size on GameViewportSubsystem_AddWidgetForPlayer"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Widget) == 0x000000, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Player) == 0x000008, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Player' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Slot) == 0x000010, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, ReturnValue) == 0x000058, "Member 'GameViewportSubsystem_AddWidgetForPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_RemoveWidget \ +static_assert(alignof(GameViewportSubsystem_RemoveWidget) == 0x000008, "Wrong alignment on GameViewportSubsystem_RemoveWidget"); \ +static_assert(sizeof(GameViewportSubsystem_RemoveWidget) == 0x000008, "Wrong size on GameViewportSubsystem_RemoveWidget"); \ +static_assert(offsetof(GameViewportSubsystem_RemoveWidget, Widget) == 0x000000, "Member 'GameViewportSubsystem_RemoveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlot \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlot) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlot"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlot) == 0x000050, "Wrong size on GameViewportSubsystem_SetWidgetSlot"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlot, Widget) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlot, Slot) == 0x000008, "Member 'GameViewportSubsystem_SetWidgetSlot::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_GetWidgetSlot \ +static_assert(alignof(GameViewportSubsystem_GetWidgetSlot) == 0x000008, "Wrong alignment on GameViewportSubsystem_GetWidgetSlot"); \ +static_assert(sizeof(GameViewportSubsystem_GetWidgetSlot) == 0x000050, "Wrong size on GameViewportSubsystem_GetWidgetSlot"); \ +static_assert(offsetof(GameViewportSubsystem_GetWidgetSlot, Widget) == 0x000000, "Member 'GameViewportSubsystem_GetWidgetSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_GetWidgetSlot, ReturnValue) == 0x000008, "Member 'GameViewportSubsystem_GetWidgetSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_IsWidgetAdded \ +static_assert(alignof(GameViewportSubsystem_IsWidgetAdded) == 0x000008, "Wrong alignment on GameViewportSubsystem_IsWidgetAdded"); \ +static_assert(sizeof(GameViewportSubsystem_IsWidgetAdded) == 0x000010, "Wrong size on GameViewportSubsystem_IsWidgetAdded"); \ +static_assert(offsetof(GameViewportSubsystem_IsWidgetAdded, Widget) == 0x000000, "Member 'GameViewportSubsystem_IsWidgetAdded::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_IsWidgetAdded, ReturnValue) == 0x000008, "Member 'GameViewportSubsystem_IsWidgetAdded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameViewportSubsystem \ +static_assert(alignof(UGameViewportSubsystem) == 0x000008, "Wrong alignment on UGameViewportSubsystem"); \ +static_assert(sizeof(UGameViewportSubsystem) == 0x0000B0, "Wrong size on UGameViewportSubsystem"); \ + +#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) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ + +#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) == 0x000004, "Wrong alignment on SpinBox_SetForegroundColor"); \ +static_assert(sizeof(SpinBox_SetForegroundColor) == 0x000014, "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) == 0x000010, "Wrong alignment on USpinBox"); \ +static_assert(sizeof(USpinBox) == 0x000890, "Wrong size on USpinBox"); \ +static_assert(offsetof(USpinBox, Value) == 0x000178, "Member 'USpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ValueDelegate) == 0x00017C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, WidgetStyle) == 0x000190, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000790, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x000794, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000798, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bEnableSlider) == 0x000799, "Member 'USpinBox::bEnableSlider' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Delta) == 0x00079C, "Member 'USpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SliderExponent) == 0x0007A0, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Font) == 0x0007A8, "Member 'USpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Justification) == 0x000808, "Member 'USpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x00080C, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, KeyboardType) == 0x000810, "Member 'USpinBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000811, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000812, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ForegroundColor) == 0x000814, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueChanged) == 0x000828, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueCommitted) == 0x000838, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x000848, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x000858, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinValue) == 0x00086C, "Member 'USpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxValue) == 0x000870, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinSliderValue) == 0x000874, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000878, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UUserObjectListEntryLibrary"); \ + +#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) == 0x000010, "Wrong alignment on UThrobber"); \ +static_assert(sizeof(UThrobber) == 0x000260, "Wrong size on UThrobber"); \ +static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000178, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00017C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00017D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00017E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, Image) == 0x000180, "Member 'UThrobber::Image' has a wrong offset!"); \ + +#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_SetCornerRadius \ +static_assert(alignof(BackgroundBlur_SetCornerRadius) == 0x000010, "Wrong alignment on BackgroundBlur_SetCornerRadius"); \ +static_assert(sizeof(BackgroundBlur_SetCornerRadius) == 0x000020, "Wrong size on BackgroundBlur_SetCornerRadius"); \ +static_assert(offsetof(BackgroundBlur_SetCornerRadius, InCornerRadius) == 0x000000, "Member 'BackgroundBlur_SetCornerRadius::InCornerRadius' 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) == 0x000010, "Wrong alignment on BackgroundBlur_SetLowQualityFallbackBrush"); \ +static_assert(sizeof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x0000D0, "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) == 0x000010, "Wrong alignment on UBackgroundBlur"); \ +static_assert(sizeof(UBackgroundBlur) == 0x0002B0, "Wrong size on UBackgroundBlur"); \ +static_assert(offsetof(UBackgroundBlur, Padding) == 0x000190, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x0001A0, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x0001A1, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x0001A2, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x0001A4, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x0001A8, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x0001AC, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, CornerRadius) == 0x0001B0, "Member 'UBackgroundBlur::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x0001D0, "Member 'UBackgroundBlur::LowQualityFallbackBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelSlot \ +static_assert(alignof(UPanelSlot) == 0x000008, "Wrong alignment on UPanelSlot"); \ +static_assert(sizeof(UPanelSlot) == 0x000038, "Wrong size on UPanelSlot"); \ +static_assert(offsetof(UPanelSlot, Parent) == 0x000028, "Member 'UPanelSlot::Parent' has a wrong offset!"); \ +static_assert(offsetof(UPanelSlot, Content) == 0x000030, "Member 'UPanelSlot::Content' 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) == 0x000010, "Wrong alignment on USlider"); \ +static_assert(sizeof(USlider) == 0x000730, "Wrong size on USlider"); \ +static_assert(offsetof(USlider, Value) == 0x000178, "Member 'USlider::Value' has a wrong offset!"); \ +static_assert(offsetof(USlider, ValueDelegate) == 0x00017C, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlider, MinValue) == 0x00018C, "Member 'USlider::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, MaxValue) == 0x000190, "Member 'USlider::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, WidgetStyle) == 0x0001A0, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Orientation) == 0x0006A0, "Member 'USlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderBarColor) == 0x0006A4, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderHandleColor) == 0x0006B4, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, IndentHandle) == 0x0006C4, "Member 'USlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Locked) == 0x0006C5, "Member 'USlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USlider, MouseUsesStep) == 0x0006C6, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(USlider, RequiresControllerLock) == 0x0006C7, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(USlider, StepSize) == 0x0006C8, "Member 'USlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USlider, IsFocusable) == 0x0006CC, "Member 'USlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x0006D0, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x0006E0, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x0006F0, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x000700, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnValueChanged) == 0x000710, "Member 'USlider::OnValueChanged' 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) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ +static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ + +#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) == 0x000010, "Wrong alignment on Border_SetBrush"); \ +static_assert(sizeof(Border_SetBrush) == 0x0000D0, "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) == 0x000008, "Wrong alignment on Border_SetDesiredSizeScale"); \ +static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000010, "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_SetShowEffectWhenDisabled \ +static_assert(alignof(Border_SetShowEffectWhenDisabled) == 0x000001, "Wrong alignment on Border_SetShowEffectWhenDisabled"); \ +static_assert(sizeof(Border_SetShowEffectWhenDisabled) == 0x000001, "Wrong size on Border_SetShowEffectWhenDisabled"); \ +static_assert(offsetof(Border_SetShowEffectWhenDisabled, bInShowEffectWhenDisabled) == 0x000000, "Member 'Border_SetShowEffectWhenDisabled::bInShowEffectWhenDisabled' 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) == 0x000010, "Wrong alignment on UBorder"); \ +static_assert(sizeof(UBorder) == 0x000340, "Wrong size on UBorder"); \ +static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000190, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, VerticalAlignment) == 0x000191, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000194, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x0001A4, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Padding) == 0x0001B4, "Member 'UBorder::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Background) == 0x0001D0, "Member 'UBorder::Background' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BackgroundDelegate) == 0x0002A0, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColor) == 0x0002B0, "Member 'UBorder::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColorDelegate) == 0x0002C0, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, DesiredSizeScale) == 0x0002D0, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x0002E0, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x0002E4, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x0002F4, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x000304, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x000314, "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) == 0x000060, "Wrong size on UBorderSlot"); \ +static_assert(offsetof(UBorderSlot, Padding) == 0x000038, "Member 'UBorderSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, HorizontalAlignment) == 0x000048, "Member 'UBorderSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, VerticalAlignment) == 0x000049, "Member 'UBorderSlot::VerticalAlignment' has a wrong offset!"); \ + +#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) == 0x000010, "Wrong alignment on Button_SetStyle"); \ +static_assert(sizeof(Button_SetStyle) == 0x0003F0, "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) == 0x000010, "Wrong alignment on UButton"); \ +static_assert(sizeof(UButton) == 0x000610, "Wrong size on UButton"); \ +static_assert(offsetof(UButton, WidgetStyle) == 0x000190, "Member 'UButton::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UButton, ColorAndOpacity) == 0x000580, "Member 'UButton::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UButton, BackgroundColor) == 0x000590, "Member 'UButton::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UButton, ClickMethod) == 0x0005A0, "Member 'UButton::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, TouchMethod) == 0x0005A1, "Member 'UButton::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, PressMethod) == 0x0005A2, "Member 'UButton::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, IsFocusable) == 0x0005A3, "Member 'UButton::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnClicked) == 0x0005A8, "Member 'UButton::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnPressed) == 0x0005B8, "Member 'UButton::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnReleased) == 0x0005C8, "Member 'UButton::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnHovered) == 0x0005D8, "Member 'UButton::OnHovered' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnUnhovered) == 0x0005E8, "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) == 0x000060, "Wrong size on UButtonSlot"); \ +static_assert(offsetof(UButtonSlot, Padding) == 0x000038, "Member 'UButtonSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, HorizontalAlignment) == 0x000048, "Member 'UButtonSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, VerticalAlignment) == 0x000049, "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) == 0x0001A0, "Wrong size on UCanvasPanel"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAlignment \ +static_assert(alignof(CanvasPanelSlot_SetAlignment) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_SetAlignment) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_SetAnchors) == 0x000020, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_SetLayout) == 0x000040, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetMaximum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMaximum) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetMinimum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMinimum) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_SetPosition) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetSize"); \ +static_assert(sizeof(CanvasPanelSlot_SetSize) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_GetAlignment) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_GetAnchors) == 0x000020, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_GetLayout) == 0x000040, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_GetPosition) == 0x000010, "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) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetSize"); \ +static_assert(sizeof(CanvasPanelSlot_GetSize) == 0x000010, "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) == 0x000088, "Wrong size on UCanvasPanelSlot"); \ +static_assert(offsetof(UCanvasPanelSlot, LayoutData) == 0x000038, "Member 'UCanvasPanelSlot::LayoutData' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, bAutoSize) == 0x000078, "Member 'UCanvasPanelSlot::bAutoSize' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, ZOrder) == 0x00007C, "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) == 0x000010, "Wrong alignment on UCheckBox"); \ +static_assert(sizeof(UCheckBox) == 0x000CB0, "Wrong size on UCheckBox"); \ +static_assert(offsetof(UCheckBox, CheckedState) == 0x000190, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000194, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, WidgetStyle) == 0x0001B0, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000C80, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, ClickMethod) == 0x000C81, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, TouchMethod) == 0x000C82, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, PressMethod) == 0x000C83, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, IsFocusable) == 0x000C84, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000C88, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxKey_AddOption \ +static_assert(alignof(ComboBoxKey_AddOption) == 0x000004, "Wrong alignment on ComboBoxKey_AddOption"); \ +static_assert(sizeof(ComboBoxKey_AddOption) == 0x000008, "Wrong size on ComboBoxKey_AddOption"); \ +static_assert(offsetof(ComboBoxKey_AddOption, Option) == 0x000000, "Member 'ComboBoxKey_AddOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxKey_RemoveOption \ +static_assert(alignof(ComboBoxKey_RemoveOption) == 0x000004, "Wrong alignment on ComboBoxKey_RemoveOption"); \ +static_assert(sizeof(ComboBoxKey_RemoveOption) == 0x00000C, "Wrong size on ComboBoxKey_RemoveOption"); \ +static_assert(offsetof(ComboBoxKey_RemoveOption, Option) == 0x000000, "Member 'ComboBoxKey_RemoveOption::Option' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxKey_RemoveOption, ReturnValue) == 0x000008, "Member 'ComboBoxKey_RemoveOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxKey_SetSelectedOption \ +static_assert(alignof(ComboBoxKey_SetSelectedOption) == 0x000004, "Wrong alignment on ComboBoxKey_SetSelectedOption"); \ +static_assert(sizeof(ComboBoxKey_SetSelectedOption) == 0x000008, "Wrong size on ComboBoxKey_SetSelectedOption"); \ +static_assert(offsetof(ComboBoxKey_SetSelectedOption, Option) == 0x000000, "Member 'ComboBoxKey_SetSelectedOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxKey_GetSelectedOption \ +static_assert(alignof(ComboBoxKey_GetSelectedOption) == 0x000004, "Wrong alignment on ComboBoxKey_GetSelectedOption"); \ +static_assert(sizeof(ComboBoxKey_GetSelectedOption) == 0x000008, "Wrong size on ComboBoxKey_GetSelectedOption"); \ +static_assert(offsetof(ComboBoxKey_GetSelectedOption, ReturnValue) == 0x000000, "Member 'ComboBoxKey_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxKey_IsOpen \ +static_assert(alignof(ComboBoxKey_IsOpen) == 0x000001, "Wrong alignment on ComboBoxKey_IsOpen"); \ +static_assert(sizeof(ComboBoxKey_IsOpen) == 0x000001, "Wrong size on ComboBoxKey_IsOpen"); \ +static_assert(offsetof(ComboBoxKey_IsOpen, ReturnValue) == 0x000000, "Member 'ComboBoxKey_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxKey \ +static_assert(alignof(UComboBoxKey) == 0x000010, "Wrong alignment on UComboBoxKey"); \ +static_assert(sizeof(UComboBoxKey) == 0x001D40, "Wrong size on UComboBoxKey"); \ +static_assert(offsetof(UComboBoxKey, Options) == 0x000178, "Member 'UComboBoxKey::Options' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, SelectedOption) == 0x000188, "Member 'UComboBoxKey::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, WidgetStyle) == 0x000190, "Member 'UComboBoxKey::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ItemStyle) == 0x0007F0, "Member 'UComboBoxKey::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ScrollBarStyle) == 0x001540, "Member 'UComboBoxKey::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ForegroundColor) == 0x001CB0, "Member 'UComboBoxKey::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ContentPadding) == 0x001CC4, "Member 'UComboBoxKey::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, MaxListHeight) == 0x001CD4, "Member 'UComboBoxKey::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bHasDownArrow) == 0x001CD8, "Member 'UComboBoxKey::bHasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bEnableGamepadNavigationMode) == 0x001CD9, "Member 'UComboBoxKey::bEnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bIsFocusable) == 0x001CDA, "Member 'UComboBoxKey::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateContentWidget) == 0x001CDC, "Member 'UComboBoxKey::OnGenerateContentWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateItemWidget) == 0x001CEC, "Member 'UComboBoxKey::OnGenerateItemWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnSelectionChanged) == 0x001D00, "Member 'UComboBoxKey::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnOpening) == 0x001D10, "Member 'UComboBoxKey::OnOpening' 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) == 0x000010, "Wrong alignment on UComboBoxString"); \ +static_assert(sizeof(UComboBoxString) == 0x001DD0, "Wrong size on UComboBoxString"); \ +static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000178, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000188, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x0001A0, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ItemStyle) == 0x000800, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ScrollBarStyle) == 0x001550, "Member 'UComboBoxString::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ContentPadding) == 0x001CC0, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x001CD0, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x001CD4, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x001CD5, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, Font) == 0x001CD8, "Member 'UComboBoxString::Font' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x001D38, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x001D4C, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x001D50, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x001D60, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnOpening) == 0x001D70, "Member 'UComboBoxString::OnOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetEntrySpacing \ +static_assert(alignof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_SetEntrySpacing"); \ +static_assert(sizeof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000010, "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) == 0x000258, "Wrong size on UDynamicEntryBoxBase"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x000178, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000188, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000198, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x00019C, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x0001A4, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x0001A5, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x0001A8, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x0001AC, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x0001D0, "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) == 0x000260, "Wrong size on UDynamicEntryBox"); \ +static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x000258, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFont \ +static_assert(alignof(EditableText_SetFont) == 0x000008, "Wrong alignment on EditableText_SetFont"); \ +static_assert(sizeof(EditableText_SetFont) == 0x000060, "Wrong size on EditableText_SetFont"); \ +static_assert(offsetof(EditableText_SetFont, InFontInfo) == 0x000000, "Member 'EditableText_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFontMaterial \ +static_assert(alignof(EditableText_SetFontMaterial) == 0x000008, "Wrong alignment on EditableText_SetFontMaterial"); \ +static_assert(sizeof(EditableText_SetFontMaterial) == 0x000008, "Wrong size on EditableText_SetFontMaterial"); \ +static_assert(offsetof(EditableText_SetFontMaterial, InMaterial) == 0x000000, "Member 'EditableText_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFontOutlineMaterial \ +static_assert(alignof(EditableText_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on EditableText_SetFontOutlineMaterial"); \ +static_assert(sizeof(EditableText_SetFontOutlineMaterial) == 0x000008, "Wrong size on EditableText_SetFontOutlineMaterial"); \ +static_assert(offsetof(EditableText_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'EditableText_SetFontOutlineMaterial::InMaterial' 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) == 0x000010, "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_SetMinimumDesiredWidth \ +static_assert(alignof(EditableText_SetMinimumDesiredWidth) == 0x000004, "Wrong alignment on EditableText_SetMinimumDesiredWidth"); \ +static_assert(sizeof(EditableText_SetMinimumDesiredWidth) == 0x000004, "Wrong size on EditableText_SetMinimumDesiredWidth"); \ +static_assert(offsetof(EditableText_SetMinimumDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'EditableText_SetMinimumDesiredWidth::InMinDesiredWidth' 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) == 0x000010, "Wrong size on EditableText_SetText"); \ +static_assert(offsetof(EditableText_SetText, InText) == 0x000000, "Member 'EditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetTextOverflowPolicy \ +static_assert(alignof(EditableText_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on EditableText_SetTextOverflowPolicy"); \ +static_assert(sizeof(EditableText_SetTextOverflowPolicy) == 0x000001, "Wrong size on EditableText_SetTextOverflowPolicy"); \ +static_assert(offsetof(EditableText_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'EditableText_SetTextOverflowPolicy::InOverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetFont \ +static_assert(alignof(EditableText_GetFont) == 0x000008, "Wrong alignment on EditableText_GetFont"); \ +static_assert(sizeof(EditableText_GetFont) == 0x000060, "Wrong size on EditableText_GetFont"); \ +static_assert(offsetof(EditableText_GetFont, ReturnValue) == 0x000000, "Member 'EditableText_GetFont::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetHintText \ +static_assert(alignof(EditableText_GetHintText) == 0x000008, "Wrong alignment on EditableText_GetHintText"); \ +static_assert(sizeof(EditableText_GetHintText) == 0x000010, "Wrong size on EditableText_GetHintText"); \ +static_assert(offsetof(EditableText_GetHintText, ReturnValue) == 0x000000, "Member 'EditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetJustification \ +static_assert(alignof(EditableText_GetJustification) == 0x000001, "Wrong alignment on EditableText_GetJustification"); \ +static_assert(sizeof(EditableText_GetJustification) == 0x000001, "Wrong size on EditableText_GetJustification"); \ +static_assert(offsetof(EditableText_GetJustification, ReturnValue) == 0x000000, "Member 'EditableText_GetJustification::ReturnValue' 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) == 0x000010, "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) == 0x000010, "Wrong alignment on UEditableText"); \ +static_assert(sizeof(UEditableText) == 0x000500, "Wrong size on UEditableText"); \ +static_assert(offsetof(UEditableText, Text) == 0x000178, "Member 'UEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, TextDelegate) == 0x000188, "Member 'UEditableText::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintText) == 0x000198, "Member 'UEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintTextDelegate) == 0x0001A8, "Member 'UEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, WidgetStyle) == 0x0001C0, "Member 'UEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsReadOnly) == 0x0004B0, "Member 'UEditableText::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsPassword) == 0x0004B1, "Member 'UEditableText::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, MinimumDesiredWidth) == 0x0004B4, "Member 'UEditableText::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsCaretMovedWhenGainFocus) == 0x0004B8, "Member 'UEditableText::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextWhenFocused) == 0x0004B9, "Member 'UEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, RevertTextOnEscape) == 0x0004BA, "Member 'UEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ClearKeyboardFocusOnCommit) == 0x0004BB, "Member 'UEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextOnCommit) == 0x0004BC, "Member 'UEditableText::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, AllowContextMenu) == 0x0004BD, "Member 'UEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, KeyboardType) == 0x0004BE, "Member 'UEditableText::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardOptions) == 0x0004BF, "Member 'UEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardTrigger) == 0x0004C0, "Member 'UEditableText::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardDismissAction) == 0x0004C1, "Member 'UEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Justification) == 0x0004C2, "Member 'UEditableText::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OverflowPolicy) == 0x0004C3, "Member 'UEditableText::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ShapedTextOptions) == 0x0004C4, "Member 'UEditableText::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextChanged) == 0x0004C8, "Member 'UEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextCommitted) == 0x0004D8, "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) == 0x000010, "Wrong size on EditableTextBox_SetError"); \ +static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetForegroundColor \ +static_assert(alignof(EditableTextBox_SetForegroundColor) == 0x000004, "Wrong alignment on EditableTextBox_SetForegroundColor"); \ +static_assert(sizeof(EditableTextBox_SetForegroundColor) == 0x000010, "Wrong size on EditableTextBox_SetForegroundColor"); \ +static_assert(offsetof(EditableTextBox_SetForegroundColor, Color) == 0x000000, "Member 'EditableTextBox_SetForegroundColor::Color' 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) == 0x000010, "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) == 0x000010, "Wrong size on EditableTextBox_SetText"); \ +static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetTextOverflowPolicy \ +static_assert(alignof(EditableTextBox_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on EditableTextBox_SetTextOverflowPolicy"); \ +static_assert(sizeof(EditableTextBox_SetTextOverflowPolicy) == 0x000001, "Wrong size on EditableTextBox_SetTextOverflowPolicy"); \ +static_assert(offsetof(EditableTextBox_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'EditableTextBox_SetTextOverflowPolicy::InOverflowPolicy' 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) == 0x000010, "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) == 0x000010, "Wrong alignment on UEditableTextBox"); \ +static_assert(sizeof(UEditableTextBox) == 0x001090, "Wrong size on UEditableTextBox"); \ +static_assert(offsetof(UEditableTextBox, Text) == 0x000178, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000188, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x0001A0, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintText) == 0x001020, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x001030, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x001040, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsPassword) == 0x001041, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x001044, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x001048, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x001049, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x00104A, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x00104B, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x00104C, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x00104D, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x00104E, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x00104F, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x001050, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x001051, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Justification) == 0x001052, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OverflowPolicy) == 0x001053, "Member 'UEditableTextBox::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x001054, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x001058, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x001068, "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) == 0x000010, "Wrong alignment on UExpandableArea"); \ +static_assert(sizeof(UExpandableArea) == 0x000480, "Wrong size on UExpandableArea"); \ +static_assert(offsetof(UExpandableArea, Style) == 0x000180, "Member 'UExpandableArea::Style' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderBrush) == 0x000340, "Member 'UExpandableArea::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderColor) == 0x000410, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x000424, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, MaxHeight) == 0x000428, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x00042C, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, AreaPadding) == 0x00043C, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x000450, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000460, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BodyContent) == 0x000468, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ + +#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, RowIndex) == 0x000000, "Member 'GridPanel_SetRowFill::RowIndex' 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) == 0x0001C0, "Wrong size on UGridPanel"); \ +static_assert(offsetof(UGridPanel, ColumnFill) == 0x000190, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ +static_assert(offsetof(UGridPanel, RowFill) == 0x0001A0, "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) == 0x000008, "Wrong alignment on GridSlot_SetNudge"); \ +static_assert(sizeof(GridSlot_SetNudge) == 0x000010, "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) == 0x000038, "Member 'UGridSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, HorizontalAlignment) == 0x000048, "Member 'UGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, VerticalAlignment) == 0x000049, "Member 'UGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Row) == 0x00004C, "Member 'UGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, RowSpan) == 0x000050, "Member 'UGridSlot::RowSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Column) == 0x000054, "Member 'UGridSlot::Column' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, ColumnSpan) == 0x000058, "Member 'UGridSlot::ColumnSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Layer) == 0x00005C, "Member 'UGridSlot::Layer' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Nudge) == 0x000060, "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) == 0x0001A0, "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) == 0x000060, "Wrong size on UHorizontalBoxSlot"); \ +static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000040, "Member 'UHorizontalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000048, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000059, "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) == 0x000010, "Wrong alignment on Image_SetBrush"); \ +static_assert(sizeof(Image_SetBrush) == 0x0000D0, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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_SetBrushTintColor \ +static_assert(alignof(Image_SetBrushTintColor) == 0x000004, "Wrong alignment on Image_SetBrushTintColor"); \ +static_assert(sizeof(Image_SetBrushTintColor) == 0x000014, "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_SetDesiredSizeOverride \ +static_assert(alignof(Image_SetDesiredSizeOverride) == 0x000008, "Wrong alignment on Image_SetDesiredSizeOverride"); \ +static_assert(sizeof(Image_SetDesiredSizeOverride) == 0x000010, "Wrong size on Image_SetDesiredSizeOverride"); \ +static_assert(offsetof(Image_SetDesiredSizeOverride, DesiredSize) == 0x000000, "Member 'Image_SetDesiredSizeOverride::DesiredSize' 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) == 0x000010, "Wrong alignment on UImage"); \ +static_assert(sizeof(UImage) == 0x0002E0, "Wrong size on UImage"); \ +static_assert(offsetof(UImage, Brush) == 0x000180, "Member 'UImage::Brush' has a wrong offset!"); \ +static_assert(offsetof(UImage, BrushDelegate) == 0x000250, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacity) == 0x000260, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x000270, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x000280, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x000284, "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) == 0x000010, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "Wrong alignment on UInputKeySelector"); \ +static_assert(sizeof(UInputKeySelector) == 0x000950, "Wrong size on UInputKeySelector"); \ +static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000180, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, TextStyle) == 0x000570, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x0008B0, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Margin) == 0x0008D0, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x0008E0, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x0008F0, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x000900, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x000901, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x000908, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x000918, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x000928, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' 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) == 0x0001A8, "Wrong size on UInvalidationBox"); \ +static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000190, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on MenuAnchor_GetMenuPosition"); \ +static_assert(sizeof(MenuAnchor_GetMenuPosition) == 0x000010, "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) == 0x0001E0, "Wrong size on UMenuAnchor"); \ +static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000190, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000198, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x0001A8, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, Placement) == 0x0001B8, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x0001B9, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x0001BA, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x0001BB, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x0001C0, "Member 'UMenuAnchor::OnMenuOpenChanged' 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) == 0x0001A0, "Wrong size on UTextLayoutWidget"); \ +static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000178, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00017B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00017C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000180, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000184, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000194, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, ApplyLineHeightToBottomLine) == 0x000198, "Member 'UTextLayoutWidget::ApplyLineHeightToBottomLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFont \ +static_assert(alignof(MultiLineEditableText_SetFont) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFont"); \ +static_assert(sizeof(MultiLineEditableText_SetFont) == 0x000060, "Wrong size on MultiLineEditableText_SetFont"); \ +static_assert(offsetof(MultiLineEditableText_SetFont, InFontInfo) == 0x000000, "Member 'MultiLineEditableText_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFontMaterial \ +static_assert(alignof(MultiLineEditableText_SetFontMaterial) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFontMaterial"); \ +static_assert(sizeof(MultiLineEditableText_SetFontMaterial) == 0x000008, "Wrong size on MultiLineEditableText_SetFontMaterial"); \ +static_assert(offsetof(MultiLineEditableText_SetFontMaterial, InMaterial) == 0x000000, "Member 'MultiLineEditableText_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFontOutlineMaterial \ +static_assert(alignof(MultiLineEditableText_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFontOutlineMaterial"); \ +static_assert(sizeof(MultiLineEditableText_SetFontOutlineMaterial) == 0x000008, "Wrong size on MultiLineEditableText_SetFontOutlineMaterial"); \ +static_assert(offsetof(MultiLineEditableText_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'MultiLineEditableText_SetFontOutlineMaterial::InMaterial' 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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000340, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetFont \ +static_assert(alignof(MultiLineEditableText_GetFont) == 0x000008, "Wrong alignment on MultiLineEditableText_GetFont"); \ +static_assert(sizeof(MultiLineEditableText_GetFont) == 0x000060, "Wrong size on MultiLineEditableText_GetFont"); \ +static_assert(offsetof(MultiLineEditableText_GetFont, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetFont::ReturnValue' 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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "Wrong alignment on UMultiLineEditableText"); \ +static_assert(sizeof(UMultiLineEditableText) == 0x000550, "Wrong size on UMultiLineEditableText"); \ +static_assert(offsetof(UMultiLineEditableText, Text) == 0x0001A0, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintText) == 0x0001B0, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x0001C0, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x0001D0, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x000510, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000511, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000512, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x000513, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x000514, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x000515, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x000516, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x000517, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000518, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x000528, "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) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetError"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetForegroundColor \ +static_assert(alignof(MultiLineEditableTextBox_SetForegroundColor) == 0x000004, "Wrong alignment on MultiLineEditableTextBox_SetForegroundColor"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetForegroundColor) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetForegroundColor"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetForegroundColor, Color) == 0x000000, "Member 'MultiLineEditableTextBox_SetForegroundColor::Color' 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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000340, "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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "Wrong alignment on UMultiLineEditableTextBox"); \ +static_assert(sizeof(UMultiLineEditableTextBox) == 0x001090, "Wrong size on UMultiLineEditableTextBox"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x0001A0, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x0001B0, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x0001C0, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x0001D0, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x001050, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x001051, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x001052, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x001053, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x001058, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x001068, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedSlot \ +static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ +static_assert(sizeof(UNamedSlot) == 0x0001A0, "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) == 0x000188, "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_Overlay_ReplaceOverlayChildAt \ +static_assert(alignof(Overlay_ReplaceOverlayChildAt) == 0x000008, "Wrong alignment on Overlay_ReplaceOverlayChildAt"); \ +static_assert(sizeof(Overlay_ReplaceOverlayChildAt) == 0x000018, "Wrong size on Overlay_ReplaceOverlayChildAt"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, Index_0) == 0x000000, "Member 'Overlay_ReplaceOverlayChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, Content) == 0x000008, "Member 'Overlay_ReplaceOverlayChildAt::Content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, ReturnValue) == 0x000010, "Member 'Overlay_ReplaceOverlayChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlay \ +static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ +static_assert(sizeof(UOverlay) == 0x0001A0, "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) == 0x000058, "Wrong size on UOverlaySlot"); \ +static_assert(offsetof(UOverlaySlot, Padding) == 0x000040, "Member 'UOverlaySlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, HorizontalAlignment) == 0x000050, "Member 'UOverlaySlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, VerticalAlignment) == 0x000051, "Member 'UOverlaySlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostBufferUpdate \ +static_assert(alignof(UPostBufferUpdate) == 0x000008, "Wrong alignment on UPostBufferUpdate"); \ +static_assert(sizeof(UPostBufferUpdate) == 0x0001A0, "Wrong size on UPostBufferUpdate"); \ +static_assert(offsetof(UPostBufferUpdate, bPerformDefaultPostBufferUpdate) == 0x000178, "Member 'UPostBufferUpdate::bPerformDefaultPostBufferUpdate' has a wrong offset!"); \ +static_assert(offsetof(UPostBufferUpdate, BuffersToUpdate) == 0x000180, "Member 'UPostBufferUpdate::BuffersToUpdate' 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) == 0x000010, "Wrong alignment on UProgressBar"); \ +static_assert(sizeof(UProgressBar) == 0x000470, "Wrong size on UProgressBar"); \ +static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000180, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Percent) == 0x000410, "Member 'UProgressBar::Percent' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillType) == 0x000414, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillStyle) == 0x000415, "Member 'UProgressBar::BarFillStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, bIsMarquee) == 0x000416, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BorderPadding) == 0x000418, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, PercentDelegate) == 0x000428, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x000438, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x000448, "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) == 0x000008, "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_RetainerBox_GetRetainerRenderTarget \ +static_assert(alignof(RetainerBox_GetRetainerRenderTarget) == 0x000008, "Wrong alignment on RetainerBox_GetRetainerRenderTarget"); \ +static_assert(sizeof(RetainerBox_GetRetainerRenderTarget) == 0x000008, "Wrong size on RetainerBox_GetRetainerRenderTarget"); \ +static_assert(offsetof(RetainerBox_GetRetainerRenderTarget, ReturnValue) == 0x000000, "Member 'RetainerBox_GetRetainerRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetainerBox \ +static_assert(alignof(URetainerBox) == 0x000008, "Wrong alignment on URetainerBox"); \ +static_assert(sizeof(URetainerBox) == 0x0001C0, "Wrong size on URetainerBox"); \ +static_assert(offsetof(URetainerBox, bRetainRender) == 0x000190, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000191, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000192, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, Phase) == 0x000194, "Member 'URetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, PhaseCount) == 0x000198, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, EffectMaterial) == 0x0001A0, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, TextureParameter) == 0x0001A8, "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_GetDefaultDynamicMaterial \ +static_assert(alignof(RichTextBlock_GetDefaultDynamicMaterial) == 0x000008, "Wrong alignment on RichTextBlock_GetDefaultDynamicMaterial"); \ +static_assert(sizeof(RichTextBlock_GetDefaultDynamicMaterial) == 0x000008, "Wrong size on RichTextBlock_GetDefaultDynamicMaterial"); \ +static_assert(offsetof(RichTextBlock_GetDefaultDynamicMaterial, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetDefaultDynamicMaterial::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_SetDecorators \ +static_assert(alignof(RichTextBlock_SetDecorators) == 0x000008, "Wrong alignment on RichTextBlock_SetDecorators"); \ +static_assert(sizeof(RichTextBlock_SetDecorators) == 0x000010, "Wrong size on RichTextBlock_SetDecorators"); \ +static_assert(offsetof(RichTextBlock_SetDecorators, InDecoratorClasses) == 0x000000, "Member 'RichTextBlock_SetDecorators::InDecoratorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000014, "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_SetDefaultMaterial \ +static_assert(alignof(RichTextBlock_SetDefaultMaterial) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultMaterial"); \ +static_assert(sizeof(RichTextBlock_SetDefaultMaterial) == 0x000008, "Wrong size on RichTextBlock_SetDefaultMaterial"); \ +static_assert(offsetof(RichTextBlock_SetDefaultMaterial, InMaterial) == 0x000000, "Member 'RichTextBlock_SetDefaultMaterial::InMaterial' 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) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000010, "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) == 0x000010, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x0000D0, "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) == 0x000010, "Wrong alignment on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(sizeof(RichTextBlock_SetDefaultTextStyle) == 0x000340, "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) == 0x000010, "Wrong size on RichTextBlock_SetText"); \ +static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextOverflowPolicy \ +static_assert(alignof(RichTextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextOverflowPolicy"); \ +static_assert(sizeof(RichTextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextOverflowPolicy"); \ +static_assert(offsetof(RichTextBlock_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'RichTextBlock_SetTextOverflowPolicy::InOverflowPolicy' 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) == 0x000010, "Wrong size on RichTextBlock_GetText"); \ +static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetTextStyleSet \ +static_assert(alignof(RichTextBlock_GetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_GetTextStyleSet"); \ +static_assert(sizeof(RichTextBlock_GetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_GetTextStyleSet"); \ +static_assert(offsetof(RichTextBlock_GetTextStyleSet, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetTextStyleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlock \ +static_assert(alignof(URichTextBlock) == 0x000010, "Wrong alignment on URichTextBlock"); \ +static_assert(sizeof(URichTextBlock) == 0x000890, "Wrong size on URichTextBlock"); \ +static_assert(offsetof(URichTextBlock, Text) == 0x0001A0, "Member 'URichTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x0001B0, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x0001B8, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x0001C8, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x0001D0, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x000510, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x000514, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextOverflowPolicy) == 0x000515, "Member 'URichTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x000520, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000860, "Member 'URichTextBlock::InstanceDecorators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockDecorator \ +static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ +static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ + +#define DUMPER7_ASSERTS_URichTextBlockImageDecorator \ +static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ +static_assert(sizeof(URichTextBlockImageDecorator) == 0x000030, "Wrong size on URichTextBlockImageDecorator"); \ +static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000028, "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) == 0x0001A8, "Wrong size on USafeZone"); \ +static_assert(offsetof(USafeZone, PadLeft) == 0x000190, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadRight) == 0x000191, "Member 'USafeZone::PadRight' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadTop) == 0x000192, "Member 'USafeZone::PadTop' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadBottom) == 0x000193, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZoneSlot \ +static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ +static_assert(sizeof(USafeZoneSlot) == 0x000070, "Wrong size on USafeZoneSlot"); \ +static_assert(offsetof(USafeZoneSlot, bIsTitleSafe) == 0x000038, "Member 'USafeZoneSlot::bIsTitleSafe' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, SafeAreaScale) == 0x00003C, "Member 'USafeZoneSlot::SafeAreaScale' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, HAlign) == 0x00004C, "Member 'USafeZoneSlot::HAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, VAlign) == 0x00004D, "Member 'USafeZoneSlot::VAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, Padding) == 0x000050, "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) == 0x0001B0, "Wrong size on UScaleBox"); \ +static_assert(offsetof(UScaleBox, Stretch) == 0x000190, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, StretchDirection) == 0x000191, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x000194, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000198, "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) == 0x000050, "Wrong size on UScaleBoxSlot"); \ +static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000038, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000039, "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) == 0x000010, "Wrong alignment on UScrollBar"); \ +static_assert(sizeof(UScrollBar) == 0x000930, "Wrong size on UScrollBar"); \ +static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000180, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x0008F0, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x0008F1, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Orientation) == 0x0008F2, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Thickness) == 0x0008F8, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Padding) == 0x000908, "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_SetNavigationDestination \ +static_assert(alignof(ScrollBox_SetNavigationDestination) == 0x000001, "Wrong alignment on ScrollBox_SetNavigationDestination"); \ +static_assert(sizeof(ScrollBox_SetNavigationDestination) == 0x000001, "Wrong size on ScrollBox_SetNavigationDestination"); \ +static_assert(offsetof(ScrollBox_SetNavigationDestination, NewNavigationDestination) == 0x000000, "Member 'ScrollBox_SetNavigationDestination::NewNavigationDestination' 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_SetScrollBarDisabledVisibility \ +static_assert(alignof(ScrollBox_SetScrollBarDisabledVisibility) == 0x000001, "Wrong alignment on ScrollBox_SetScrollBarDisabledVisibility"); \ +static_assert(sizeof(ScrollBox_SetScrollBarDisabledVisibility) == 0x000001, "Wrong size on ScrollBox_SetScrollBarDisabledVisibility"); \ +static_assert(offsetof(ScrollBox_SetScrollBarDisabledVisibility, NewScrollBarDisabledVisibility) == 0x000000, "Member 'ScrollBox_SetScrollBarDisabledVisibility::NewScrollBarDisabledVisibility' 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) == 0x000008, "Wrong alignment on ScrollBox_SetScrollbarThickness"); \ +static_assert(sizeof(ScrollBox_SetScrollbarThickness) == 0x000010, "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_GetViewFraction \ +static_assert(alignof(ScrollBox_GetViewFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewFraction"); \ +static_assert(sizeof(ScrollBox_GetViewFraction) == 0x000004, "Wrong size on ScrollBox_GetViewFraction"); \ +static_assert(offsetof(ScrollBox_GetViewFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewFraction::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) == 0x000010, "Wrong alignment on UScrollBox"); \ +static_assert(sizeof(UScrollBox) == 0x000CF0, "Wrong size on UScrollBox"); \ +static_assert(offsetof(UScrollBox, WidgetStyle) == 0x000190, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x000500, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Orientation) == 0x000C70, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x000C71, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarDisabledVisibility) == 0x000C72, "Member 'UScrollBox::ScrollbarDisabledVisibility' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x000C73, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x000C78, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarPadding) == 0x000C88, "Member 'UScrollBox::ScrollbarPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x000C98, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x000C99, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x000C9A, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, BackPadScrolling) == 0x000C9B, "Member 'UScrollBox::BackPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, FrontPadScrolling) == 0x000C9C, "Member 'UScrollBox::FrontPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x000C9D, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationDestination) == 0x000C9E, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x000CA0, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x000CA4, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x000CA5, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x000CA8, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000CB0, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnScrollBarVisibilityChanged) == 0x000CC0, "Member 'UScrollBox::OnScrollBarVisibilityChanged' 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, Size) == 0x000038, "Member 'UScrollBoxSlot::Size' has a wrong offset!"); \ +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) == 0x0001C8, "Wrong size on USizeBox"); \ +static_assert(offsetof(USizeBox, WidthOverride) == 0x0001A0, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, HeightOverride) == 0x0001A4, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x0001A8, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x0001AC, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x0001B0, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x0001B4, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinAspectRatio) == 0x0001B8, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x0001BC, "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) == 0x000060, "Wrong size on USizeBoxSlot"); \ +static_assert(offsetof(USizeBoxSlot, Padding) == 0x000038, "Member 'USizeBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, HorizontalAlignment) == 0x000058, "Member 'USizeBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, VerticalAlignment) == 0x000059, "Member 'USizeBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Spacer_SetSize \ +static_assert(alignof(Spacer_SetSize) == 0x000008, "Wrong alignment on Spacer_SetSize"); \ +static_assert(sizeof(Spacer_SetSize) == 0x000010, "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) == 0x000198, "Wrong size on USpacer"); \ +static_assert(offsetof(USpacer, Size) == 0x000178, "Member 'USpacer::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StackBox_AddChildToStackBox \ +static_assert(alignof(StackBox_AddChildToStackBox) == 0x000008, "Wrong alignment on StackBox_AddChildToStackBox"); \ +static_assert(sizeof(StackBox_AddChildToStackBox) == 0x000010, "Wrong size on StackBox_AddChildToStackBox"); \ +static_assert(offsetof(StackBox_AddChildToStackBox, Content) == 0x000000, "Member 'StackBox_AddChildToStackBox::Content' has a wrong offset!"); \ +static_assert(offsetof(StackBox_AddChildToStackBox, ReturnValue) == 0x000008, "Member 'StackBox_AddChildToStackBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StackBox_ReplaceStackBoxChildAt \ +static_assert(alignof(StackBox_ReplaceStackBoxChildAt) == 0x000008, "Wrong alignment on StackBox_ReplaceStackBoxChildAt"); \ +static_assert(sizeof(StackBox_ReplaceStackBoxChildAt) == 0x000018, "Wrong size on StackBox_ReplaceStackBoxChildAt"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, Index_0) == 0x000000, "Member 'StackBox_ReplaceStackBoxChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, Content) == 0x000008, "Member 'StackBox_ReplaceStackBoxChildAt::Content' has a wrong offset!"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, ReturnValue) == 0x000010, "Member 'StackBox_ReplaceStackBoxChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStackBox \ +static_assert(alignof(UStackBox) == 0x000008, "Wrong alignment on UStackBox"); \ +static_assert(sizeof(UStackBox) == 0x0001A8, "Wrong size on UStackBox"); \ +static_assert(offsetof(UStackBox, Orientation) == 0x000190, "Member 'UStackBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStackBoxSlot \ +static_assert(alignof(UStackBoxSlot) == 0x000008, "Wrong alignment on UStackBoxSlot"); \ +static_assert(sizeof(UStackBoxSlot) == 0x000060, "Wrong size on UStackBoxSlot"); \ +static_assert(offsetof(UStackBoxSlot, Padding) == 0x000038, "Member 'UStackBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, Size) == 0x000048, "Member 'UStackBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UStackBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, VerticalAlignment) == 0x000051, "Member 'UStackBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#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) == 0x000004, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000014, "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_SetFontMaterial \ +static_assert(alignof(TextBlock_SetFontMaterial) == 0x000008, "Wrong alignment on TextBlock_SetFontMaterial"); \ +static_assert(sizeof(TextBlock_SetFontMaterial) == 0x000008, "Wrong size on TextBlock_SetFontMaterial"); \ +static_assert(offsetof(TextBlock_SetFontMaterial, InMaterial) == 0x000000, "Member 'TextBlock_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFontOutlineMaterial \ +static_assert(alignof(TextBlock_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_SetFontOutlineMaterial"); \ +static_assert(sizeof(TextBlock_SetFontOutlineMaterial) == 0x000008, "Wrong size on TextBlock_SetFontOutlineMaterial"); \ +static_assert(offsetof(TextBlock_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'TextBlock_SetFontOutlineMaterial::InMaterial' 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) == 0x000008, "Wrong alignment on TextBlock_SetShadowOffset"); \ +static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000010, "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) == 0x000010, "Wrong alignment on TextBlock_SetStrikeBrush"); \ +static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x0000D0, "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) == 0x000010, "Wrong size on TextBlock_SetText"); \ +static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextOverflowPolicy \ +static_assert(alignof(TextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextOverflowPolicy"); \ +static_assert(sizeof(TextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong size on TextBlock_SetTextOverflowPolicy"); \ +static_assert(offsetof(TextBlock_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'TextBlock_SetTextOverflowPolicy::InOverflowPolicy' 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) == 0x000010, "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) == 0x000010, "Wrong alignment on UTextBlock"); \ +static_assert(sizeof(UTextBlock) == 0x000370, "Wrong size on UTextBlock"); \ +static_assert(offsetof(UTextBlock, Text) == 0x0001A0, "Member 'UTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextDelegate) == 0x0001B0, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x0001C0, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x0001D4, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, Font) == 0x0001E8, "Member 'UTextBlock::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, StrikeBrush) == 0x000250, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowOffset) == 0x000320, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000330, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000340, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x000350, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000354, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000355, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextOverflowPolicy) == 0x000356, "Member 'UTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x000357, "Member 'UTextBlock::bSimpleTextMode' 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_TileView_IsAligned \ +static_assert(alignof(TileView_IsAligned) == 0x000001, "Wrong alignment on TileView_IsAligned"); \ +static_assert(sizeof(TileView_IsAligned) == 0x000001, "Wrong size on TileView_IsAligned"); \ +static_assert(offsetof(TileView_IsAligned, ReturnValue) == 0x000000, "Member 'TileView_IsAligned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileView \ +static_assert(alignof(UTileView) == 0x000010, "Wrong alignment on UTileView"); \ +static_assert(sizeof(UTileView) == 0x000CA0, "Wrong size on UTileView"); \ +static_assert(offsetof(UTileView, EntryHeight) == 0x000C70, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UTileView, EntryWidth) == 0x000C74, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UTileView, TileAlignment) == 0x000C78, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000C79, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bEntrySizeIncludesEntrySpacing) == 0x000C90, "Member 'UTileView::bEntrySizeIncludesEntrySpacing' 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) == 0x0001B8, "Wrong size on UUniformGridPanel"); \ +static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000190, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x0001A0, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x0001A4, "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) == 0x000050, "Wrong size on UUniformGridSlot"); \ +static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000038, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000039, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Row) == 0x00003C, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Column) == 0x000040, "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) == 0x0001A0, "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) == 0x000060, "Wrong size on UVerticalBoxSlot"); \ +static_assert(offsetof(UVerticalBoxSlot, Size) == 0x000038, "Member 'UVerticalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, Padding) == 0x000040, "Member 'UVerticalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000051, "Member 'UVerticalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetEnableAdvancedFeatures \ +static_assert(alignof(Viewport_SetEnableAdvancedFeatures) == 0x000001, "Wrong alignment on Viewport_SetEnableAdvancedFeatures"); \ +static_assert(sizeof(Viewport_SetEnableAdvancedFeatures) == 0x000001, "Wrong size on Viewport_SetEnableAdvancedFeatures"); \ +static_assert(offsetof(Viewport_SetEnableAdvancedFeatures, InEnableAdvancedFeatures) == 0x000000, "Member 'Viewport_SetEnableAdvancedFeatures::InEnableAdvancedFeatures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetLightIntensity \ +static_assert(alignof(Viewport_SetLightIntensity) == 0x000004, "Wrong alignment on Viewport_SetLightIntensity"); \ +static_assert(sizeof(Viewport_SetLightIntensity) == 0x000004, "Wrong size on Viewport_SetLightIntensity"); \ +static_assert(offsetof(Viewport_SetLightIntensity, LightIntensity) == 0x000000, "Member 'Viewport_SetLightIntensity::LightIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetShowFlag \ +static_assert(alignof(Viewport_SetShowFlag) == 0x000008, "Wrong alignment on Viewport_SetShowFlag"); \ +static_assert(sizeof(Viewport_SetShowFlag) == 0x000018, "Wrong size on Viewport_SetShowFlag"); \ +static_assert(offsetof(Viewport_SetShowFlag, InShowFlagName) == 0x000000, "Member 'Viewport_SetShowFlag::InShowFlagName' has a wrong offset!"); \ +static_assert(offsetof(Viewport_SetShowFlag, InValue) == 0x000010, "Member 'Viewport_SetShowFlag::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetSkyIntensity \ +static_assert(alignof(Viewport_SetSkyIntensity) == 0x000004, "Wrong alignment on Viewport_SetSkyIntensity"); \ +static_assert(sizeof(Viewport_SetSkyIntensity) == 0x000004, "Wrong size on Viewport_SetSkyIntensity"); \ +static_assert(offsetof(Viewport_SetSkyIntensity, LightIntensity) == 0x000000, "Member 'Viewport_SetSkyIntensity::LightIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetViewLocation \ +static_assert(alignof(Viewport_SetViewLocation) == 0x000008, "Wrong alignment on Viewport_SetViewLocation"); \ +static_assert(sizeof(Viewport_SetViewLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on Viewport_SetViewRotation"); \ +static_assert(sizeof(Viewport_SetViewRotation) == 0x000018, "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) == 0x000008, "Wrong alignment on Viewport_GetViewLocation"); \ +static_assert(sizeof(Viewport_GetViewLocation) == 0x000018, "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) == 0x000008, "Wrong alignment on Viewport_GetViewRotation"); \ +static_assert(sizeof(Viewport_GetViewRotation) == 0x000018, "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) == 0x0001E0, "Wrong size on UViewport"); \ +static_assert(offsetof(UViewport, BackgroundColor) == 0x000190, "Member 'UViewport::BackgroundColor' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on WidgetComponent_SetDrawSize"); \ +static_assert(sizeof(WidgetComponent_SetDrawSize) == 0x000010, "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) == 0x000008, "Wrong alignment on WidgetComponent_SetPivot"); \ +static_assert(sizeof(WidgetComponent_SetPivot) == 0x000010, "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) == 0x000008, "Wrong alignment on WidgetComponent_GetCurrentDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetCurrentDrawSize) == 0x000010, "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) == 0x000008, "Wrong alignment on WidgetComponent_GetDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetDrawSize) == 0x000010, "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) == 0x000008, "Wrong alignment on WidgetComponent_GetPivot"); \ +static_assert(sizeof(WidgetComponent_GetPivot) == 0x000010, "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) == 0x000690, "Wrong size on UWidgetComponent"); \ +static_assert(offsetof(UWidgetComponent, Space) == 0x000550, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000551, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000558, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, DrawSize) == 0x000560, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x000568, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x000569, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x00056C, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x000578, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bUseInvalidationInWorldSpace) == 0x000580, "Member 'UWidgetComponent::bUseInvalidationInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x000581, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Pivot) == 0x000588, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x000598, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x000599, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x00059A, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x00059B, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0005A0, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0005A8, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x0005B8, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x0005C8, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BlendMode) == 0x0005CC, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x0005CD, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x0005CE, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BodySetup) == 0x0005D0, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x0005D8, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x0005E0, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x0005E8, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x0005F0, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x0005F8, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000600, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000608, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000610, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000618, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000619, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x00061C, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x000624, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000628, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x00062C, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickMode) == 0x000630, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Widget) == 0x000660, "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) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "Member 'WidgetInteractionComponent_PressKey::bRepeat' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_PressKey, ReturnValue) == 0x000019, "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) == 0x000018, "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) == 0x000020, "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) == 0x000018, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SetCustomHitResult"); \ +static_assert(sizeof(WidgetInteractionComponent_SetCustomHitResult) == 0x0000F8, "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) == 0x000008, "Wrong alignment on WidgetInteractionComponent_Get2DHitLocation"); \ +static_assert(sizeof(WidgetInteractionComponent_Get2DHitLocation) == 0x000010, "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) == 0x000008, "Wrong alignment on WidgetInteractionComponent_GetLastHitResult"); \ +static_assert(sizeof(WidgetInteractionComponent_GetLastHitResult) == 0x0000F8, "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) == 0x000520, "Wrong size on UWidgetInteractionComponent"); \ +static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x000230, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000250, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x000254, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000258, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x00025C, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000260, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000261, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x000262, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x000264, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000268, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x00026C, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002F8, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x0003F0, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000400, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000410, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000418, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x000510, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x000511, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x000512, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' 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) == 0x000058, "Wrong size on UWidgetSwitcherSlot"); \ +static_assert(offsetof(UWidgetSwitcherSlot, Padding) == 0x000040, "Member 'UWidgetSwitcherSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, HorizontalAlignment) == 0x000050, "Member 'UWidgetSwitcherSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, VerticalAlignment) == 0x000051, "Member 'UWidgetSwitcherSlot::VerticalAlignment' 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) == 0x000060, "Wrong size on UWindowTitleBarAreaSlot"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, Padding) == 0x000038, "Member 'UWindowTitleBarAreaSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, HorizontalAlignment) == 0x000048, "Member 'UWindowTitleBarAreaSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, VerticalAlignment) == 0x000049, "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_SetHorizontalAlignment \ +static_assert(alignof(WrapBox_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBox_SetHorizontalAlignment"); \ +static_assert(sizeof(WrapBox_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBox_SetHorizontalAlignment"); \ +static_assert(offsetof(WrapBox_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBox_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_SetInnerSlotPadding \ +static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ +static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000010, "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) == 0x0001B8, "Wrong size on UWrapBox"); \ +static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000190, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapSize) == 0x0001A0, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x0001A4, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, HorizontalAlignment) == 0x0001A5, "Member 'UWrapBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, Orientation) == 0x0001A6, "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_SetNewLine \ +static_assert(alignof(WrapBoxSlot_SetNewLine) == 0x000001, "Wrong alignment on WrapBoxSlot_SetNewLine"); \ +static_assert(sizeof(WrapBoxSlot_SetNewLine) == 0x000001, "Wrong size on WrapBoxSlot_SetNewLine"); \ +static_assert(offsetof(WrapBoxSlot_SetNewLine, InForceNewLine) == 0x000000, "Member 'WrapBoxSlot_SetNewLine::InForceNewLine' 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) == 0x000058, "Wrong size on UWrapBoxSlot"); \ +static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x000048, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x00004C, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x00004D, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x00004E, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bForceNewLine) == 0x00004F, "Member 'UWrapBoxSlot::bForceNewLine' 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) == 0x000028, "Member 'UDragDropOperation::Tag' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Payload) == 0x000038, "Member 'UDragDropOperation::Payload' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, DefaultDragVisual) == 0x000040, "Member 'UDragDropOperation::DefaultDragVisual' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Pivot) == 0x000048, "Member 'UDragDropOperation::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Offset) == 0x000050, "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_SlateBlueprintLibrary_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000058, "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) == 0x000048, "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) == 0x000038, "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) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000028, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ +static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000010, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x0001B0, "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) == 0x0000D0, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x0001A0, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ +static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000048, "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) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000048, "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) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000048, "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) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000050, "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) == 0x000048, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000058, "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) == 0x000048, "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) == 0x000070, "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) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000060, "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) == 0x000028, "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) == 0x000018, "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) == 0x000030, "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) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000028, "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) == 0x000068, "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) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000060, "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) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000058, "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) == 0x000048, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000058, "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) == 0x000048, "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) == 0x000028, "Wrong size on USlateBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureJoystick \ +static_assert(alignof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureJoystick"); \ +static_assert(sizeof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000180, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, bInAllJoysticks) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureJoystick::bInAllJoysticks' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, ReturnValue) == 0x0000C8, "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) == 0x000178, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureMouse::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, ReturnValue) == 0x0000C0, "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) == 0x000178, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ClearUserFocus::bInAllUsers' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, ReturnValue) == 0x0000C0, "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) == 0x000190, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_DetectDrag::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, DragKey) == 0x0000C0, "Member 'WidgetBlueprintLibrary_DetectDrag::DragKey' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, ReturnValue) == 0x0000D8, "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) == 0x000150, "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) == 0x000098, "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) == 0x000068, "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) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawBox::Size' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Brush) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawBox::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Tint) == 0x000058, "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) == 0x000068, "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) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLine::PositionB' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Tint) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLine::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, bAntiAlias) == 0x000060, "Member 'WidgetBlueprintLibrary_DrawLine::bAntiAlias' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Thickness) == 0x000064, "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_DrawSpline \ +static_assert(alignof(WidgetBlueprintLibrary_DrawSpline) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawSpline"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawSpline) == 0x000088, "Wrong size on WidgetBlueprintLibrary_DrawSpline"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawSpline::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Start) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawSpline::Start' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, StartDir) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawSpline::StartDir' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, End) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawSpline::End' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, EndDir) == 0x000060, "Member 'WidgetBlueprintLibrary_DrawSpline::EndDir' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Tint) == 0x000070, "Member 'WidgetBlueprintLibrary_DrawSpline::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Thickness) == 0x000080, "Member 'WidgetBlueprintLibrary_DrawSpline::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) == 0x000060, "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) == 0x000050, "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) == 0x000040, "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) == 0x000064, "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) == 0x000170, "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) == 0x0000B8, "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) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResource"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResource) == 0x0000E0, "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) == 0x0000D0, "Member 'WidgetBlueprintLibrary_GetBrushResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x0000E0, "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) == 0x0000D0, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsTexture2D \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x0000E0, "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) == 0x0000D0, "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) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetDynamicMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x0000E0, "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) == 0x0000D0, "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) == 0x000048, "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) == 0x000028, "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) == 0x000060, "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) == 0x000048, "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) == 0x000028, "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) == 0x000098, "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) == 0x000060, "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) == 0x000030, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePaddingScale' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SpillOverPadding) == 0x000040, "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) == 0x0000B8, "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) == 0x000178, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_LockMouse::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_LockMouse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromAsset \ +static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x0000E0, "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) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x0000E0, "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) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x0000E0, "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) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_NoResourceBrush"); \ +static_assert(sizeof(WidgetBlueprintLibrary_NoResourceBrush) == 0x0000D0, "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) == 0x000178, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::bInAllJoysticks' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, ReturnValue) == 0x0000C0, "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) == 0x000170, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ReleaseMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x0000E0, "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) == 0x0000D0, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToTexture \ +static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x0000E0, "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) == 0x0000D0, "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) == 0x000030, "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) == 0x000028, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::ReturnValue' 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!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bFlushInput) == 0x000012, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bFlushInput' 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) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, bFlushInput) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::bFlushInput' 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!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, bFlushInput) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::bFlushInput' 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) == 0x000180, "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) == 0x0000B8, "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) == 0x000180, "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) == 0x0000B8, "Member 'WidgetBlueprintLibrary_SetUserFocus::FocusWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, bInAllUsers) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetUserFocus::bInAllUsers' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, ReturnValue) == 0x0000C8, "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) == 0x000010, "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) == 0x0000B8, "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) == 0x000170, "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) == 0x0000B8, "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) == 0x000028, "Wrong size on UWidgetBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UWidgetTree \ +static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ +static_assert(sizeof(UWidgetTree) == 0x000088, "Wrong size on UWidgetTree"); \ +static_assert(offsetof(UWidgetTree, RootWidget) == 0x000030, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetTree, NamedSlotBindings) == 0x000038, "Member 'UWidgetTree::NamedSlotBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V0_C \ +static_assert(alignof(UBP_SaveGameObject_V0_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V0_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V0_C) == 0x000AB0, "Wrong size on UBP_SaveGameObject_V0_C"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, CurrentParty) == 0x000030, "Member 'UBP_SaveGameObject_V0_C::CurrentParty' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, CharactersCollection) == 0x000040, "Member 'UBP_SaveGameObject_V0_C::CharactersCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, MapToLoad) == 0x000090, "Member 'UBP_SaveGameObject_V0_C::MapToLoad' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, Inventory) == 0x000098, "Member 'UBP_SaveGameObject_V0_C::Inventory' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, AreaName) == 0x0000A8, "Member 'UBP_SaveGameObject_V0_C::AreaName' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TimePlayed) == 0x0000B8, "Member 'UBP_SaveGameObject_V0_C::TimePlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, FinishedGameCount) == 0x0000C0, "Member 'UBP_SaveGameObject_V0_C::FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InventoryItems) == 0x0000C8, "Member 'UBP_SaveGameObject_V0_C::InventoryItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, Gold) == 0x000118, "Member 'UBP_SaveGameObject_V0_C::Gold' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, GPE_States) == 0x000120, "Member 'UBP_SaveGameObject_V0_C::GPE_States' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TransientBattledEnemies) == 0x000170, "Member 'UBP_SaveGameObject_V0_C::TransientBattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TransientEnemyTransforms) == 0x0001C0, "Member 'UBP_SaveGameObject_V0_C::TransientEnemyTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TransientEnemyRoamingPointIndexes) == 0x000210, "Member 'UBP_SaveGameObject_V0_C::TransientEnemyRoamingPointIndexes' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TransientEnemyLastFleePoints) == 0x000260, "Member 'UBP_SaveGameObject_V0_C::TransientEnemyLastFleePoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, BattledEnemies) == 0x0002B0, "Member 'UBP_SaveGameObject_V0_C::BattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, MovingPlatformsStates) == 0x000300, "Member 'UBP_SaveGameObject_V0_C::MovingPlatformsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, TransientInteractedObjects) == 0x000350, "Member 'UBP_SaveGameObject_V0_C::TransientInteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InteractedObjects) == 0x0003A0, "Member 'UBP_SaveGameObject_V0_C::InteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InteractedCinematics) == 0x0003F0, "Member 'UBP_SaveGameObject_V0_C::InteractedCinematics' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InteractedTutorials) == 0x000440, "Member 'UBP_SaveGameObject_V0_C::InteractedTutorials' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, SoundNotif) == 0x000490, "Member 'UBP_SaveGameObject_V0_C::SoundNotif' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InteractedDialogs) == 0x0004E0, "Member 'UBP_SaveGameObject_V0_C::InteractedDialogs' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, CurrentCharacterWorld) == 0x000530, "Member 'UBP_SaveGameObject_V0_C::CurrentCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, SpawnPointTagToLoadAt) == 0x000538, "Member 'UBP_SaveGameObject_V0_C::SpawnPointTagToLoadAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, ReturnSpawnPointTag) == 0x000540, "Member 'UBP_SaveGameObject_V0_C::ReturnSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, MapToLoadAfterCamp) == 0x000548, "Member 'UBP_SaveGameObject_V0_C::MapToLoadAfterCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, LastWorldMapTransform) == 0x000550, "Member 'UBP_SaveGameObject_V0_C::LastWorldMapTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, ManorGestrals) == 0x0005B0, "Member 'UBP_SaveGameObject_V0_C::ManorGestrals' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, ExplorationProgression) == 0x000600, "Member 'UBP_SaveGameObject_V0_C::ExplorationProgression' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, NamedIDsStates) == 0x000628, "Member 'UBP_SaveGameObject_V0_C::NamedIDsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, EquippedConsumableShards) == 0x000678, "Member 'UBP_SaveGameObject_V0_C::EquippedConsumableShards' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, LiftsFloor) == 0x000688, "Member 'UBP_SaveGameObject_V0_C::LiftsFloor' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, QuestStatuses) == 0x0006D8, "Member 'UBP_SaveGameObject_V0_C::QuestStatuses' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, PreviousManorDoorInfo) == 0x000728, "Member 'UBP_SaveGameObject_V0_C::PreviousManorDoorInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, WeaponProgressions) == 0x000738, "Member 'UBP_SaveGameObject_V0_C::WeaponProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, Nine9Gestrals) == 0x000748, "Member 'UBP_SaveGameObject_V0_C::Nine9Gestrals' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, InteractedDialogues) == 0x000798, "Member 'UBP_SaveGameObject_V0_C::InteractedDialogues' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, Relationship_Level) == 0x0007E8, "Member 'UBP_SaveGameObject_V0_C::Relationship_Level' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, LastTransform) == 0x000840, "Member 'UBP_SaveGameObject_V0_C::LastTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, LastLightingScenario) == 0x0008A0, "Member 'UBP_SaveGameObject_V0_C::LastLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, LastAudioParameters) == 0x0008C8, "Member 'UBP_SaveGameObject_V0_C::LastAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, MerchantStates) == 0x000900, "Member 'UBP_SaveGameObject_V0_C::MerchantStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, BattleTowerSaveData) == 0x000950, "Member 'UBP_SaveGameObject_V0_C::BattleTowerSaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, SaveDateTime) == 0x0009A8, "Member 'UBP_SaveGameObject_V0_C::SaveDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, ExternalCompanions) == 0x0009B0, "Member 'UBP_SaveGameObject_V0_C::ExternalCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, PassiveEffectsProgressions) == 0x0009C0, "Member 'UBP_SaveGameObject_V0_C::PassiveEffectsProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, GameDifficultyData) == 0x0009D0, "Member 'UBP_SaveGameObject_V0_C::GameDifficultyData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, UnlockedSpawnPoints) == 0x000A28, "Member 'UBP_SaveGameObject_V0_C::UnlockedSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, UnlockedMapSections) == 0x000A38, "Member 'UBP_SaveGameObject_V0_C::UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, IsMountInUse) == 0x000A48, "Member 'UBP_SaveGameObject_V0_C::IsMountInUse' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, EntitlementData) == 0x000A50, "Member 'UBP_SaveGameObject_V0_C::EntitlementData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V0_C, EncounteredEnemies) == 0x000A60, "Member 'UBP_SaveGameObject_V0_C::EncounteredEnemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraLookatTrackingSettings \ +static_assert(alignof(FCameraLookatTrackingSettings) == 0x000008, "Wrong alignment on FCameraLookatTrackingSettings"); \ +static_assert(sizeof(FCameraLookatTrackingSettings) == 0x000068, "Wrong size on FCameraLookatTrackingSettings"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, LookAtTrackingInterpSpeed) == 0x000004, "Member 'FCameraLookatTrackingSettings::LookAtTrackingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, ActorToTrack) == 0x000020, "Member 'FCameraLookatTrackingSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, RelativeOffset) == 0x000048, "Member 'FCameraLookatTrackingSettings::RelativeOffset' 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_FCameraLensSettings \ +static_assert(alignof(FCameraLensSettings) == 0x000004, "Wrong alignment on FCameraLensSettings"); \ +static_assert(sizeof(FCameraLensSettings) == 0x00001C, "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, SqueezeFactor) == 0x000014, "Member 'FCameraLensSettings::SqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000018, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedLensPreset \ +static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ +static_assert(sizeof(FNamedLensPreset) == 0x000030, "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_FPlateCropSettings \ +static_assert(alignof(FPlateCropSettings) == 0x000004, "Wrong alignment on FPlateCropSettings"); \ +static_assert(sizeof(FPlateCropSettings) == 0x000004, "Wrong size on FPlateCropSettings"); \ +static_assert(offsetof(FPlateCropSettings, AspectRatio) == 0x000000, "Member 'FPlateCropSettings::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedPlateCropPreset \ +static_assert(alignof(FNamedPlateCropPreset) == 0x000008, "Wrong alignment on FNamedPlateCropPreset"); \ +static_assert(sizeof(FNamedPlateCropPreset) == 0x000018, "Wrong size on FNamedPlateCropPreset"); \ +static_assert(offsetof(FNamedPlateCropPreset, Name) == 0x000000, "Member 'FNamedPlateCropPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedPlateCropPreset, CropSettings) == 0x000010, "Member 'FNamedPlateCropPreset::CropSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraTrackingFocusSettings \ +static_assert(alignof(FCameraTrackingFocusSettings) == 0x000008, "Wrong alignment on FCameraTrackingFocusSettings"); \ +static_assert(sizeof(FCameraTrackingFocusSettings) == 0x000048, "Wrong size on FCameraTrackingFocusSettings"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, ActorToTrack) == 0x000000, "Member 'FCameraTrackingFocusSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, RelativeOffset) == 0x000028, "Member 'FCameraTrackingFocusSettings::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFocusSettings \ +static_assert(alignof(FCameraFocusSettings) == 0x000008, "Wrong alignment on FCameraFocusSettings"); \ +static_assert(sizeof(FCameraFocusSettings) == 0x000060, "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, TrackingFocusSettings) == 0x000008, "Member 'FCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x000054, "Member 'FCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusOffset) == 0x000058, "Member 'FCameraFocusSettings::FocusOffset' 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) == 0x0002C0, "Wrong size on ACameraRig_Crane"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000290, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x000294, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000298, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x00029C, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x00029D, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x0002A0, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x0002A8, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x0002B0, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x0002B8, "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) == 0x0002B0, "Wrong size on ACameraRig_Rail"); \ +static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000290, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x000294, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000298, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x0002A0, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x0002A8, "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) == 0x000A30, "Wrong size on ACineCameraActor"); \ +static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x0009B0, "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_SetCropPresetByName \ +static_assert(alignof(CineCameraComponent_SetCropPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetCropPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetCropPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetCropPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetCropPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetCropPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCropSettings \ +static_assert(alignof(CineCameraComponent_SetCropSettings) == 0x000004, "Wrong alignment on CineCameraComponent_SetCropSettings"); \ +static_assert(sizeof(CineCameraComponent_SetCropSettings) == 0x000004, "Wrong size on CineCameraComponent_SetCropSettings"); \ +static_assert(offsetof(CineCameraComponent_SetCropSettings, NewCropSettings) == 0x000000, "Member 'CineCameraComponent_SetCropSettings::NewCropSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentAperture \ +static_assert(alignof(CineCameraComponent_SetCurrentAperture) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentAperture"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentAperture) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentAperture"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentAperture, NewCurrentAperture) == 0x000000, "Member 'CineCameraComponent_SetCurrentAperture::NewCurrentAperture' 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_SetCustomNearClippingPlane \ +static_assert(alignof(CineCameraComponent_SetCustomNearClippingPlane) == 0x000004, "Wrong alignment on CineCameraComponent_SetCustomNearClippingPlane"); \ +static_assert(sizeof(CineCameraComponent_SetCustomNearClippingPlane) == 0x000004, "Wrong size on CineCameraComponent_SetCustomNearClippingPlane"); \ +static_assert(offsetof(CineCameraComponent_SetCustomNearClippingPlane, NewCustomNearClippingPlane) == 0x000000, "Member 'CineCameraComponent_SetCustomNearClippingPlane::NewCustomNearClippingPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmback \ +static_assert(alignof(CineCameraComponent_SetFilmback) == 0x000004, "Wrong alignment on CineCameraComponent_SetFilmback"); \ +static_assert(sizeof(CineCameraComponent_SetFilmback) == 0x00000C, "Wrong size on CineCameraComponent_SetFilmback"); \ +static_assert(offsetof(CineCameraComponent_SetFilmback, NewFilmback) == 0x000000, "Member 'CineCameraComponent_SetFilmback::NewFilmback' 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_SetFocusSettings \ +static_assert(alignof(CineCameraComponent_SetFocusSettings) == 0x000008, "Wrong alignment on CineCameraComponent_SetFocusSettings"); \ +static_assert(sizeof(CineCameraComponent_SetFocusSettings) == 0x000060, "Wrong size on CineCameraComponent_SetFocusSettings"); \ +static_assert(offsetof(CineCameraComponent_SetFocusSettings, NewFocusSettings) == 0x000000, "Member 'CineCameraComponent_SetFocusSettings::NewFocusSettings' 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_SetLensSettings \ +static_assert(alignof(CineCameraComponent_SetLensSettings) == 0x000004, "Wrong alignment on CineCameraComponent_SetLensSettings"); \ +static_assert(sizeof(CineCameraComponent_SetLensSettings) == 0x00001C, "Wrong size on CineCameraComponent_SetLensSettings"); \ +static_assert(offsetof(CineCameraComponent_SetLensSettings, NewLensSettings) == 0x000000, "Member 'CineCameraComponent_SetLensSettings::NewLensSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetCropPresetName \ +static_assert(alignof(CineCameraComponent_GetCropPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetCropPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetCropPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetCropPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetCropPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetCropPresetName::ReturnValue' 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) == 0x000AF0, "Wrong size on UCineCameraComponent"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x0009E0, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, Filmback) == 0x0009EC, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x0009F8, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000A18, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CropSettings) == 0x000A78, "Member 'UCineCameraComponent::CropSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000A7C, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x000A80, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000A84, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CustomNearClippingPlane) == 0x000A8C, "Member 'UCineCameraComponent::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000A98, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000AA8, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000AB8, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x000AC8, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x000AD8, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x000AE8, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x000AEC, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCineCameraSettings \ +static_assert(alignof(CineCameraSettings_GetCineCameraSettings) == 0x000008, "Wrong alignment on CineCameraSettings_GetCineCameraSettings"); \ +static_assert(sizeof(CineCameraSettings_GetCineCameraSettings) == 0x000008, "Wrong size on CineCameraSettings_GetCineCameraSettings"); \ +static_assert(offsetof(CineCameraSettings_GetCineCameraSettings, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetCineCameraSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCropPresetByName \ +static_assert(alignof(CineCameraSettings_GetCropPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetCropPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetCropPresetByName) == 0x000018, "Wrong size on CineCameraSettings_GetCropPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetCropPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, CropSettings) == 0x000010, "Member 'CineCameraSettings_GetCropPresetByName::CropSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, ReturnValue) == 0x000014, "Member 'CineCameraSettings_GetCropPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetFilmbackPresetByName \ +static_assert(alignof(CineCameraSettings_GetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetFilmbackPresetByName) == 0x000020, "Wrong size on CineCameraSettings_GetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetFilmbackPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, FilmbackSettings) == 0x000010, "Member 'CineCameraSettings_GetFilmbackPresetByName::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, ReturnValue) == 0x00001C, "Member 'CineCameraSettings_GetFilmbackPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetLensPresetByName \ +static_assert(alignof(CineCameraSettings_GetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetLensPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetLensPresetByName) == 0x000030, "Wrong size on CineCameraSettings_GetLensPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetLensPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, LensSettings) == 0x000010, "Member 'CineCameraSettings_GetLensPresetByName::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, ReturnValue) == 0x00002C, "Member 'CineCameraSettings_GetLensPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetCropPresets \ +static_assert(alignof(CineCameraSettings_SetCropPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetCropPresets"); \ +static_assert(sizeof(CineCameraSettings_SetCropPresets) == 0x000010, "Wrong size on CineCameraSettings_SetCropPresets"); \ +static_assert(offsetof(CineCameraSettings_SetCropPresets, InCropPresets) == 0x000000, "Member 'CineCameraSettings_SetCropPresets::InCropPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultCropPresetName \ +static_assert(alignof(CineCameraSettings_SetDefaultCropPresetName) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultCropPresetName"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultCropPresetName) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultCropPresetName"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultCropPresetName, InDefaultCropPresetName) == 0x000000, "Member 'CineCameraSettings_SetDefaultCropPresetName::InDefaultCropPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultFilmbackPreset \ +static_assert(alignof(CineCameraSettings_SetDefaultFilmbackPreset) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultFilmbackPreset"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultFilmbackPreset) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultFilmbackPreset"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultFilmbackPreset, InDefaultFilmbackPreset) == 0x000000, "Member 'CineCameraSettings_SetDefaultFilmbackPreset::InDefaultFilmbackPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensFocalLength \ +static_assert(alignof(CineCameraSettings_SetDefaultLensFocalLength) == 0x000004, "Wrong alignment on CineCameraSettings_SetDefaultLensFocalLength"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensFocalLength) == 0x000004, "Wrong size on CineCameraSettings_SetDefaultLensFocalLength"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensFocalLength, InDefaultLensFocalLength) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensFocalLength::InDefaultLensFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensFStop \ +static_assert(alignof(CineCameraSettings_SetDefaultLensFStop) == 0x000004, "Wrong alignment on CineCameraSettings_SetDefaultLensFStop"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensFStop) == 0x000004, "Wrong size on CineCameraSettings_SetDefaultLensFStop"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensFStop, InDefaultLensFStop) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensFStop::InDefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensPresetName \ +static_assert(alignof(CineCameraSettings_SetDefaultLensPresetName) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultLensPresetName"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensPresetName) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultLensPresetName"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensPresetName, InDefaultLensPresetName) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensPresetName::InDefaultLensPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetFilmbackPresets \ +static_assert(alignof(CineCameraSettings_SetFilmbackPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetFilmbackPresets"); \ +static_assert(sizeof(CineCameraSettings_SetFilmbackPresets) == 0x000010, "Wrong size on CineCameraSettings_SetFilmbackPresets"); \ +static_assert(offsetof(CineCameraSettings_SetFilmbackPresets, InFilmbackPresets) == 0x000000, "Member 'CineCameraSettings_SetFilmbackPresets::InFilmbackPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetLensPresets \ +static_assert(alignof(CineCameraSettings_SetLensPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetLensPresets"); \ +static_assert(sizeof(CineCameraSettings_SetLensPresets) == 0x000010, "Wrong size on CineCameraSettings_SetLensPresets"); \ +static_assert(offsetof(CineCameraSettings_SetLensPresets, InLensPresets) == 0x000000, "Member 'CineCameraSettings_SetLensPresets::InLensPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCropPresetNames \ +static_assert(alignof(CineCameraSettings_GetCropPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetCropPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetCropPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetCropPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetCropPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetFilmbackPresetNames \ +static_assert(alignof(CineCameraSettings_GetFilmbackPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetFilmbackPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetFilmbackPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetFilmbackPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetFilmbackPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetLensPresetNames \ +static_assert(alignof(CineCameraSettings_GetLensPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetLensPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetLensPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetLensPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetLensPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraSettings \ +static_assert(alignof(UCineCameraSettings) == 0x000008, "Wrong alignment on UCineCameraSettings"); \ +static_assert(sizeof(UCineCameraSettings) == 0x0000B0, "Wrong size on UCineCameraSettings"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensPresetName) == 0x000038, "Member 'UCineCameraSettings::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensFocalLength) == 0x000048, "Member 'UCineCameraSettings::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensFStop) == 0x00004C, "Member 'UCineCameraSettings::DefaultLensFStop' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, LensPresets) == 0x000050, "Member 'UCineCameraSettings::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultFilmbackPreset) == 0x000060, "Member 'UCineCameraSettings::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, FilmbackPresets) == 0x000070, "Member 'UCineCameraSettings::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultCropPresetName) == 0x000080, "Member 'UCineCameraSettings::DefaultCropPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, CropPresets) == 0x000090, "Member 'UCineCameraSettings::CropPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto \ +static_assert(alignof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto) == 0x000008, "Wrong alignment on WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto"); \ +static_assert(sizeof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto) == 0x000040, "Wrong size on WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, EntryPoint) == 0x000000, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, Temp_bool_Variable) == 0x000004, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, Temp_byte_Variable) == 0x000005, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, K2Node_Event_Animation) == 0x000028, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x000039, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto, K2Node_Select_Default) == 0x00003A, "Member 'WBP_BattleLoot_Picto_C_ExecuteUbergraph_WBP_BattleLoot_Picto::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Picto_C_LoadPicto \ +static_assert(alignof(WBP_BattleLoot_Picto_C_LoadPicto) == 0x000008, "Wrong alignment on WBP_BattleLoot_Picto_C_LoadPicto"); \ +static_assert(sizeof(WBP_BattleLoot_Picto_C_LoadPicto) == 0x0001A0, "Wrong size on WBP_BattleLoot_Picto_C_LoadPicto"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, PictoInstance) == 0x000000, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::PictoInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000008, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetCurrentQuality_Quality) == 0x000018, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetCurrentLevel_ReturnValue) == 0x00001C, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000020, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetPassiveEffectDefinition_Found) == 0x000068, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_LoadPicto, CallFunc_GetItemStaticData_ItemStaticData) == 0x000070, "Member 'WBP_BattleLoot_Picto_C_LoadPicto::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Picto_C_OnAnimationFinished \ +static_assert(alignof(WBP_BattleLoot_Picto_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_BattleLoot_Picto_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_BattleLoot_Picto_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_BattleLoot_Picto_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_BattleLoot_Picto_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Picto_C_PreConstruct \ +static_assert(alignof(WBP_BattleLoot_Picto_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleLoot_Picto_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleLoot_Picto_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleLoot_Picto_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleLoot_Picto_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleLoot_Picto_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleLoot_Picto_C \ +static_assert(alignof(UWBP_BattleLoot_Picto_C) == 0x000008, "Wrong alignment on UWBP_BattleLoot_Picto_C"); \ +static_assert(sizeof(UWBP_BattleLoot_Picto_C) == 0x000358, "Wrong size on UWBP_BattleLoot_Picto_C"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, UberGraphFrame) == 0x000308, "Member 'UWBP_BattleLoot_Picto_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, NewPictos_Appear) == 0x000310, "Member 'UWBP_BattleLoot_Picto_C::NewPictos_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, NewPictos_Looping) == 0x000318, "Member 'UWBP_BattleLoot_Picto_C::NewPictos_Looping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, HorizontalLine) == 0x000320, "Member 'UWBP_BattleLoot_Picto_C::HorizontalLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, LuminaDescription) == 0x000328, "Member 'UWBP_BattleLoot_Picto_C::LuminaDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, PictoName) == 0x000330, "Member 'UWBP_BattleLoot_Picto_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, WBP_PictoIcon) == 0x000338, "Member 'UWBP_BattleLoot_Picto_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, WBP_PictoLevel) == 0x000340, "Member 'UWBP_BattleLoot_Picto_C::WBP_PictoLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Picto_C, Data_Table_Row_Handle) == 0x000348, "Member 'UWBP_BattleLoot_Picto_C::Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B4_Lumina_C \ +static_assert(alignof(UCTS_B4_Lumina_C) == 0x000010, "Wrong alignment on UCTS_B4_Lumina_C"); \ +static_assert(sizeof(UCTS_B4_Lumina_C) == 0x0001B0, "Wrong size on UCTS_B4_Lumina_C"); \ + +#define DUMPER7_ASSERTS_AudioLinkBlueprintInterface_PlayLink \ +static_assert(alignof(AudioLinkBlueprintInterface_PlayLink) == 0x000004, "Wrong alignment on AudioLinkBlueprintInterface_PlayLink"); \ +static_assert(sizeof(AudioLinkBlueprintInterface_PlayLink) == 0x000004, "Wrong size on AudioLinkBlueprintInterface_PlayLink"); \ +static_assert(offsetof(AudioLinkBlueprintInterface_PlayLink, StartTime) == 0x000000, "Member 'AudioLinkBlueprintInterface_PlayLink::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioLinkBlueprintInterface_SetLinkSound \ +static_assert(alignof(AudioLinkBlueprintInterface_SetLinkSound) == 0x000008, "Wrong alignment on AudioLinkBlueprintInterface_SetLinkSound"); \ +static_assert(sizeof(AudioLinkBlueprintInterface_SetLinkSound) == 0x000008, "Wrong size on AudioLinkBlueprintInterface_SetLinkSound"); \ +static_assert(offsetof(AudioLinkBlueprintInterface_SetLinkSound, NewSound) == 0x000000, "Member 'AudioLinkBlueprintInterface_SetLinkSound::NewSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioLinkBlueprintInterface_IsLinkPlaying \ +static_assert(alignof(AudioLinkBlueprintInterface_IsLinkPlaying) == 0x000001, "Wrong alignment on AudioLinkBlueprintInterface_IsLinkPlaying"); \ +static_assert(sizeof(AudioLinkBlueprintInterface_IsLinkPlaying) == 0x000001, "Wrong size on AudioLinkBlueprintInterface_IsLinkPlaying"); \ +static_assert(offsetof(AudioLinkBlueprintInterface_IsLinkPlaying, ReturnValue) == 0x000000, "Member 'AudioLinkBlueprintInterface_IsLinkPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioLinkBlueprintInterface \ +static_assert(alignof(IAudioLinkBlueprintInterface) == 0x000001, "Wrong alignment on IAudioLinkBlueprintInterface"); \ +static_assert(sizeof(IAudioLinkBlueprintInterface) == 0x000001, "Wrong size on IAudioLinkBlueprintInterface"); \ + +#define DUMPER7_ASSERTS_FALSDynamicMontageParams \ +static_assert(alignof(FALSDynamicMontageParams) == 0x000008, "Wrong alignment on FALSDynamicMontageParams"); \ +static_assert(sizeof(FALSDynamicMontageParams) == 0x000018, "Wrong size on FALSDynamicMontageParams"); \ +static_assert(offsetof(FALSDynamicMontageParams, Animation) == 0x000000, "Member 'FALSDynamicMontageParams::Animation' has a wrong offset!"); \ +static_assert(offsetof(FALSDynamicMontageParams, BlendInTime) == 0x000008, "Member 'FALSDynamicMontageParams::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FALSDynamicMontageParams, BlendOutTime) == 0x00000C, "Member 'FALSDynamicMontageParams::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FALSDynamicMontageParams, PlayRate) == 0x000010, "Member 'FALSDynamicMontageParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSDynamicMontageParams, StartTime) == 0x000014, "Member 'FALSDynamicMontageParams::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMantleParams \ +static_assert(alignof(FALSMantleParams) == 0x000008, "Wrong alignment on FALSMantleParams"); \ +static_assert(sizeof(FALSMantleParams) == 0x000030, "Wrong size on FALSMantleParams"); \ +static_assert(offsetof(FALSMantleParams, AnimMontage) == 0x000000, "Member 'FALSMantleParams::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleParams, PositionCorrectionCurve) == 0x000008, "Member 'FALSMantleParams::PositionCorrectionCurve' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleParams, StartingPosition) == 0x000010, "Member 'FALSMantleParams::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleParams, PlayRate) == 0x000014, "Member 'FALSMantleParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleParams, StartingOffset) == 0x000018, "Member 'FALSMantleParams::StartingOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSLeanAmount \ +static_assert(alignof(FALSLeanAmount) == 0x000004, "Wrong alignment on FALSLeanAmount"); \ +static_assert(sizeof(FALSLeanAmount) == 0x000008, "Wrong size on FALSLeanAmount"); \ +static_assert(offsetof(FALSLeanAmount, LR) == 0x000000, "Member 'FALSLeanAmount::LR' has a wrong offset!"); \ +static_assert(offsetof(FALSLeanAmount, FB) == 0x000004, "Member 'FALSLeanAmount::FB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSVelocityBlend \ +static_assert(alignof(FALSVelocityBlend) == 0x000004, "Wrong alignment on FALSVelocityBlend"); \ +static_assert(sizeof(FALSVelocityBlend) == 0x000010, "Wrong size on FALSVelocityBlend"); \ +static_assert(offsetof(FALSVelocityBlend, F) == 0x000000, "Member 'FALSVelocityBlend::F' has a wrong offset!"); \ +static_assert(offsetof(FALSVelocityBlend, B) == 0x000004, "Member 'FALSVelocityBlend::B' has a wrong offset!"); \ +static_assert(offsetof(FALSVelocityBlend, L) == 0x000008, "Member 'FALSVelocityBlend::L' has a wrong offset!"); \ +static_assert(offsetof(FALSVelocityBlend, R) == 0x00000C, "Member 'FALSVelocityBlend::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSTurnInPlaceAsset \ +static_assert(alignof(FALSTurnInPlaceAsset) == 0x000008, "Wrong alignment on FALSTurnInPlaceAsset"); \ +static_assert(sizeof(FALSTurnInPlaceAsset) == 0x000020, "Wrong size on FALSTurnInPlaceAsset"); \ +static_assert(offsetof(FALSTurnInPlaceAsset, Animation) == 0x000000, "Member 'FALSTurnInPlaceAsset::Animation' has a wrong offset!"); \ +static_assert(offsetof(FALSTurnInPlaceAsset, AnimatedAngle) == 0x000008, "Member 'FALSTurnInPlaceAsset::AnimatedAngle' has a wrong offset!"); \ +static_assert(offsetof(FALSTurnInPlaceAsset, SlotName) == 0x00000C, "Member 'FALSTurnInPlaceAsset::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FALSTurnInPlaceAsset, PlayRate) == 0x000014, "Member 'FALSTurnInPlaceAsset::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSTurnInPlaceAsset, ScaleTurnAngle) == 0x000018, "Member 'FALSTurnInPlaceAsset::ScaleTurnAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimCharacterInformation \ +static_assert(alignof(FALSAnimCharacterInformation) == 0x000008, "Wrong alignment on FALSAnimCharacterInformation"); \ +static_assert(sizeof(FALSAnimCharacterInformation) == 0x0000A8, "Wrong size on FALSAnimCharacterInformation"); \ +static_assert(offsetof(FALSAnimCharacterInformation, AimingRotation) == 0x000000, "Member 'FALSAnimCharacterInformation::AimingRotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, CharacterActorRotation) == 0x000018, "Member 'FALSAnimCharacterInformation::CharacterActorRotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, Velocity) == 0x000030, "Member 'FALSAnimCharacterInformation::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, RelativeVelocityDirection) == 0x000048, "Member 'FALSAnimCharacterInformation::RelativeVelocityDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, Acceleration) == 0x000060, "Member 'FALSAnimCharacterInformation::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, MovementInput) == 0x000078, "Member 'FALSAnimCharacterInformation::MovementInput' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, bIsMoving) == 0x000090, "Member 'FALSAnimCharacterInformation::bIsMoving' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, bHasMovementInput) == 0x000091, "Member 'FALSAnimCharacterInformation::bHasMovementInput' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, Speed) == 0x000094, "Member 'FALSAnimCharacterInformation::Speed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, MovementInputAmount) == 0x000098, "Member 'FALSAnimCharacterInformation::MovementInputAmount' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, AimYawRate) == 0x00009C, "Member 'FALSAnimCharacterInformation::AimYawRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, ZoomAmount) == 0x0000A0, "Member 'FALSAnimCharacterInformation::ZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, PrevMovementState) == 0x0000A4, "Member 'FALSAnimCharacterInformation::PrevMovementState' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimCharacterInformation, ViewMode) == 0x0000A5, "Member 'FALSAnimCharacterInformation::ViewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimGraphGrounded \ +static_assert(alignof(FALSAnimGraphGrounded) == 0x000004, "Wrong alignment on FALSAnimGraphGrounded"); \ +static_assert(sizeof(FALSAnimGraphGrounded) == 0x000034, "Wrong size on FALSAnimGraphGrounded"); \ +static_assert(offsetof(FALSAnimGraphGrounded, TrackedHipsDirection) == 0x000000, "Member 'FALSAnimGraphGrounded::TrackedHipsDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, bShouldMove) == 0x000001, "Member 'FALSAnimGraphGrounded::bShouldMove' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, bRotateL) == 0x000002, "Member 'FALSAnimGraphGrounded::bRotateL' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, bRotateR) == 0x000003, "Member 'FALSAnimGraphGrounded::bRotateR' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, bPivot) == 0x000004, "Member 'FALSAnimGraphGrounded::bPivot' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, RotateRate) == 0x000008, "Member 'FALSAnimGraphGrounded::RotateRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, RotationScale) == 0x00000C, "Member 'FALSAnimGraphGrounded::RotationScale' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, DiagonalScaleAmount) == 0x000010, "Member 'FALSAnimGraphGrounded::DiagonalScaleAmount' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, WalkRunBlend) == 0x000014, "Member 'FALSAnimGraphGrounded::WalkRunBlend' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, StandingPlayRate) == 0x000018, "Member 'FALSAnimGraphGrounded::StandingPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, CrouchingPlayRate) == 0x00001C, "Member 'FALSAnimGraphGrounded::CrouchingPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, StrideBlend) == 0x000020, "Member 'FALSAnimGraphGrounded::StrideBlend' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, FYaw) == 0x000024, "Member 'FALSAnimGraphGrounded::FYaw' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, BYaw) == 0x000028, "Member 'FALSAnimGraphGrounded::BYaw' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, LYaw) == 0x00002C, "Member 'FALSAnimGraphGrounded::LYaw' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphGrounded, RYaw) == 0x000030, "Member 'FALSAnimGraphGrounded::RYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementAction \ +static_assert(alignof(FALSMovementAction) == 0x000001, "Wrong alignment on FALSMovementAction"); \ +static_assert(sizeof(FALSMovementAction) == 0x000006, "Wrong size on FALSMovementAction"); \ +static_assert(offsetof(FALSMovementAction, Action) == 0x000000, "Member 'FALSMovementAction::Action' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementAction, None_) == 0x000001, "Member 'FALSMovementAction::None_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementAction, LowMantle_) == 0x000002, "Member 'FALSMovementAction::LowMantle_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementAction, HighMantle_) == 0x000003, "Member 'FALSMovementAction::HighMantle_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementAction, Rolling_) == 0x000004, "Member 'FALSMovementAction::Rolling_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementAction, GettingUp_) == 0x000005, "Member 'FALSMovementAction::GettingUp_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimGraphInAir \ +static_assert(alignof(FALSAnimGraphInAir) == 0x000004, "Wrong alignment on FALSAnimGraphInAir"); \ +static_assert(sizeof(FALSAnimGraphInAir) == 0x000010, "Wrong size on FALSAnimGraphInAir"); \ +static_assert(offsetof(FALSAnimGraphInAir, bJumped) == 0x000000, "Member 'FALSAnimGraphInAir::bJumped' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphInAir, JumpPlayRate) == 0x000004, "Member 'FALSAnimGraphInAir::JumpPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphInAir, FallSpeed) == 0x000008, "Member 'FALSAnimGraphInAir::FallSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphInAir, LandPrediction) == 0x00000C, "Member 'FALSAnimGraphInAir::LandPrediction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimGraphAimingValues \ +static_assert(alignof(FALSAnimGraphAimingValues) == 0x000008, "Wrong alignment on FALSAnimGraphAimingValues"); \ +static_assert(sizeof(FALSAnimGraphAimingValues) == 0x000058, "Wrong size on FALSAnimGraphAimingValues"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, SmoothedAimingRotation) == 0x000000, "Member 'FALSAnimGraphAimingValues::SmoothedAimingRotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, SpineRotation) == 0x000018, "Member 'FALSAnimGraphAimingValues::SpineRotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, AimingAngle) == 0x000030, "Member 'FALSAnimGraphAimingValues::AimingAngle' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, AimSweepTime) == 0x000040, "Member 'FALSAnimGraphAimingValues::AimSweepTime' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, InputYawOffsetTime) == 0x000044, "Member 'FALSAnimGraphAimingValues::InputYawOffsetTime' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, ForwardYawTime) == 0x000048, "Member 'FALSAnimGraphAimingValues::ForwardYawTime' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, LeftYawTime) == 0x00004C, "Member 'FALSAnimGraphAimingValues::LeftYawTime' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphAimingValues, RightYawTime) == 0x000050, "Member 'FALSAnimGraphAimingValues::RightYawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimGraphLayerBlending \ +static_assert(alignof(FALSAnimGraphLayerBlending) == 0x000004, "Wrong alignment on FALSAnimGraphLayerBlending"); \ +static_assert(sizeof(FALSAnimGraphLayerBlending) == 0x000060, "Wrong size on FALSAnimGraphLayerBlending"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, OverlayOverrideState) == 0x000000, "Member 'FALSAnimGraphLayerBlending::OverlayOverrideState' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, EnableAimOffset) == 0x000004, "Member 'FALSAnimGraphLayerBlending::EnableAimOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, BasePose_N) == 0x000008, "Member 'FALSAnimGraphLayerBlending::BasePose_N' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, BasePose_CLF) == 0x00000C, "Member 'FALSAnimGraphLayerBlending::BasePose_CLF' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_L) == 0x000010, "Member 'FALSAnimGraphLayerBlending::Arm_L' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_L_Add) == 0x000014, "Member 'FALSAnimGraphLayerBlending::Arm_L_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_L_LS) == 0x000018, "Member 'FALSAnimGraphLayerBlending::Arm_L_LS' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_L_MS) == 0x00001C, "Member 'FALSAnimGraphLayerBlending::Arm_L_MS' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_R) == 0x000020, "Member 'FALSAnimGraphLayerBlending::Arm_R' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_R_Add) == 0x000024, "Member 'FALSAnimGraphLayerBlending::Arm_R_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_R_LS) == 0x000028, "Member 'FALSAnimGraphLayerBlending::Arm_R_LS' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Arm_R_MS) == 0x00002C, "Member 'FALSAnimGraphLayerBlending::Arm_R_MS' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Hand_L) == 0x000030, "Member 'FALSAnimGraphLayerBlending::Hand_L' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Hand_R) == 0x000034, "Member 'FALSAnimGraphLayerBlending::Hand_R' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Legs) == 0x000038, "Member 'FALSAnimGraphLayerBlending::Legs' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Legs_Add) == 0x00003C, "Member 'FALSAnimGraphLayerBlending::Legs_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Pelvis) == 0x000040, "Member 'FALSAnimGraphLayerBlending::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Pelvis_Add) == 0x000044, "Member 'FALSAnimGraphLayerBlending::Pelvis_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Spine) == 0x000048, "Member 'FALSAnimGraphLayerBlending::Spine' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Spine_Add) == 0x00004C, "Member 'FALSAnimGraphLayerBlending::Spine_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Head) == 0x000050, "Member 'FALSAnimGraphLayerBlending::Head' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, Head_Add) == 0x000054, "Member 'FALSAnimGraphLayerBlending::Head_Add' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, EnableHandIK_L) == 0x000058, "Member 'FALSAnimGraphLayerBlending::EnableHandIK_L' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphLayerBlending, EnableHandIK_R) == 0x00005C, "Member 'FALSAnimGraphLayerBlending::EnableHandIK_R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimGraphFootIK \ +static_assert(alignof(FALSAnimGraphFootIK) == 0x000008, "Wrong alignment on FALSAnimGraphFootIK"); \ +static_assert(sizeof(FALSAnimGraphFootIK) == 0x000138, "Wrong size on FALSAnimGraphFootIK"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_L_Alpha) == 0x000000, "Member 'FALSAnimGraphFootIK::FootLock_L_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_R_Alpha) == 0x000004, "Member 'FALSAnimGraphFootIK::FootLock_R_Alpha' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, UseFootLockCurve_L) == 0x000008, "Member 'FALSAnimGraphFootIK::UseFootLockCurve_L' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, UseFootLockCurve_R) == 0x000009, "Member 'FALSAnimGraphFootIK::UseFootLockCurve_R' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_L_Location) == 0x000010, "Member 'FALSAnimGraphFootIK::FootLock_L_Location' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, TargetFootLock_R_Location) == 0x000028, "Member 'FALSAnimGraphFootIK::TargetFootLock_R_Location' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_R_Location) == 0x000040, "Member 'FALSAnimGraphFootIK::FootLock_R_Location' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, TargetFootLock_L_Rotation) == 0x000058, "Member 'FALSAnimGraphFootIK::TargetFootLock_L_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_L_Rotation) == 0x000070, "Member 'FALSAnimGraphFootIK::FootLock_L_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, TargetFootLock_R_Rotation) == 0x000088, "Member 'FALSAnimGraphFootIK::TargetFootLock_R_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootLock_R_Rotation) == 0x0000A0, "Member 'FALSAnimGraphFootIK::FootLock_R_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootOffset_L_Location) == 0x0000B8, "Member 'FALSAnimGraphFootIK::FootOffset_L_Location' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootOffset_R_Location) == 0x0000D0, "Member 'FALSAnimGraphFootIK::FootOffset_R_Location' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootOffset_L_Rotation) == 0x0000E8, "Member 'FALSAnimGraphFootIK::FootOffset_L_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, FootOffset_R_Rotation) == 0x000100, "Member 'FALSAnimGraphFootIK::FootOffset_R_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, PelvisOffset) == 0x000118, "Member 'FALSAnimGraphFootIK::PelvisOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimGraphFootIK, PelvisAlpha) == 0x000130, "Member 'FALSAnimGraphFootIK::PelvisAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimTurnInPlace \ +static_assert(alignof(FALSAnimTurnInPlace) == 0x000008, "Wrong alignment on FALSAnimTurnInPlace"); \ +static_assert(sizeof(FALSAnimTurnInPlace) == 0x000118, "Wrong size on FALSAnimTurnInPlace"); \ +static_assert(offsetof(FALSAnimTurnInPlace, TurnCheckMinAngle) == 0x000000, "Member 'FALSAnimTurnInPlace::TurnCheckMinAngle' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, Turn180Threshold) == 0x000004, "Member 'FALSAnimTurnInPlace::Turn180Threshold' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, AimYawRateLimit) == 0x000008, "Member 'FALSAnimTurnInPlace::AimYawRateLimit' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, ElapsedDelayTime) == 0x00000C, "Member 'FALSAnimTurnInPlace::ElapsedDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, MinAngleDelay) == 0x000010, "Member 'FALSAnimTurnInPlace::MinAngleDelay' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, MaxAngleDelay) == 0x000014, "Member 'FALSAnimTurnInPlace::MaxAngleDelay' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, N_TurnIP_L90) == 0x000018, "Member 'FALSAnimTurnInPlace::N_TurnIP_L90' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, N_TurnIP_R90) == 0x000038, "Member 'FALSAnimTurnInPlace::N_TurnIP_R90' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, N_TurnIP_L180) == 0x000058, "Member 'FALSAnimTurnInPlace::N_TurnIP_L180' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, N_TurnIP_R180) == 0x000078, "Member 'FALSAnimTurnInPlace::N_TurnIP_R180' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, CLF_TurnIP_L90) == 0x000098, "Member 'FALSAnimTurnInPlace::CLF_TurnIP_L90' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, CLF_TurnIP_R90) == 0x0000B8, "Member 'FALSAnimTurnInPlace::CLF_TurnIP_R90' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, CLF_TurnIP_L180) == 0x0000D8, "Member 'FALSAnimTurnInPlace::CLF_TurnIP_L180' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimTurnInPlace, CLF_TurnIP_R180) == 0x0000F8, "Member 'FALSAnimTurnInPlace::CLF_TurnIP_R180' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimRotateInPlace \ +static_assert(alignof(FALSAnimRotateInPlace) == 0x000004, "Wrong alignment on FALSAnimRotateInPlace"); \ +static_assert(sizeof(FALSAnimRotateInPlace) == 0x000018, "Wrong size on FALSAnimRotateInPlace"); \ +static_assert(offsetof(FALSAnimRotateInPlace, RotateMinThreshold) == 0x000000, "Member 'FALSAnimRotateInPlace::RotateMinThreshold' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimRotateInPlace, RotateMaxThreshold) == 0x000004, "Member 'FALSAnimRotateInPlace::RotateMaxThreshold' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimRotateInPlace, AimYawRateMinRange) == 0x000008, "Member 'FALSAnimRotateInPlace::AimYawRateMinRange' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimRotateInPlace, AimYawRateMaxRange) == 0x00000C, "Member 'FALSAnimRotateInPlace::AimYawRateMaxRange' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimRotateInPlace, MinPlayRate) == 0x000010, "Member 'FALSAnimRotateInPlace::MinPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimRotateInPlace, MaxPlayRate) == 0x000014, "Member 'FALSAnimRotateInPlace::MaxPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSAnimConfiguration \ +static_assert(alignof(FALSAnimConfiguration) == 0x000004, "Wrong alignment on FALSAnimConfiguration"); \ +static_assert(sizeof(FALSAnimConfiguration) == 0x000038, "Wrong size on FALSAnimConfiguration"); \ +static_assert(offsetof(FALSAnimConfiguration, AnimatedWalkSpeed) == 0x000000, "Member 'FALSAnimConfiguration::AnimatedWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, AnimatedRunSpeed) == 0x000004, "Member 'FALSAnimConfiguration::AnimatedRunSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, AnimatedSprintSpeed) == 0x000008, "Member 'FALSAnimConfiguration::AnimatedSprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, AnimatedCrouchSpeed) == 0x00000C, "Member 'FALSAnimConfiguration::AnimatedCrouchSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, VelocityBlendInterpSpeed) == 0x000010, "Member 'FALSAnimConfiguration::VelocityBlendInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, GroundedLeanInterpSpeed) == 0x000014, "Member 'FALSAnimConfiguration::GroundedLeanInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, InAirLeanInterpSpeed) == 0x000018, "Member 'FALSAnimConfiguration::InAirLeanInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, SmoothedAimingRotationInterpSpeed) == 0x00001C, "Member 'FALSAnimConfiguration::SmoothedAimingRotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, InputYawOffsetInterpSpeed) == 0x000020, "Member 'FALSAnimConfiguration::InputYawOffsetInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, TriggerPivotSpeedLimit) == 0x000024, "Member 'FALSAnimConfiguration::TriggerPivotSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, FootHeight) == 0x000028, "Member 'FALSAnimConfiguration::FootHeight' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, DynamicTransitionThreshold) == 0x00002C, "Member 'FALSAnimConfiguration::DynamicTransitionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, IK_TraceDistanceAboveFoot) == 0x000030, "Member 'FALSAnimConfiguration::IK_TraceDistanceAboveFoot' has a wrong offset!"); \ +static_assert(offsetof(FALSAnimConfiguration, IK_TraceDistanceBelowFoot) == 0x000034, "Member 'FALSAnimConfiguration::IK_TraceDistanceBelowFoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSComponentAndTransform \ +static_assert(alignof(FALSComponentAndTransform) == 0x000010, "Wrong alignment on FALSComponentAndTransform"); \ +static_assert(sizeof(FALSComponentAndTransform) == 0x000070, "Wrong size on FALSComponentAndTransform"); \ +static_assert(offsetof(FALSComponentAndTransform, Transform) == 0x000000, "Member 'FALSComponentAndTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FALSComponentAndTransform, Component) == 0x000060, "Member 'FALSComponentAndTransform::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSCameraSettings \ +static_assert(alignof(FALSCameraSettings) == 0x000008, "Wrong alignment on FALSCameraSettings"); \ +static_assert(sizeof(FALSCameraSettings) == 0x000030, "Wrong size on FALSCameraSettings"); \ +static_assert(offsetof(FALSCameraSettings, TargetArmLength) == 0x000000, "Member 'FALSCameraSettings::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraSettings, SocketOffset) == 0x000008, "Member 'FALSCameraSettings::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraSettings, LagSpeed) == 0x000020, "Member 'FALSCameraSettings::LagSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraSettings, RotationLagSpeed) == 0x000024, "Member 'FALSCameraSettings::RotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraSettings, bDoCollisionTest) == 0x000028, "Member 'FALSCameraSettings::bDoCollisionTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSCameraGaitSettings \ +static_assert(alignof(FALSCameraGaitSettings) == 0x000008, "Wrong alignment on FALSCameraGaitSettings"); \ +static_assert(sizeof(FALSCameraGaitSettings) == 0x0000C0, "Wrong size on FALSCameraGaitSettings"); \ +static_assert(offsetof(FALSCameraGaitSettings, Walking) == 0x000000, "Member 'FALSCameraGaitSettings::Walking' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraGaitSettings, Running) == 0x000030, "Member 'FALSCameraGaitSettings::Running' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraGaitSettings, Sprinting) == 0x000060, "Member 'FALSCameraGaitSettings::Sprinting' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraGaitSettings, Crouching) == 0x000090, "Member 'FALSCameraGaitSettings::Crouching' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSCameraStateSettings \ +static_assert(alignof(FALSCameraStateSettings) == 0x000008, "Wrong alignment on FALSCameraStateSettings"); \ +static_assert(sizeof(FALSCameraStateSettings) == 0x000240, "Wrong size on FALSCameraStateSettings"); \ +static_assert(offsetof(FALSCameraStateSettings, VelocityDirection) == 0x000000, "Member 'FALSCameraStateSettings::VelocityDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraStateSettings, LookingDirection) == 0x0000C0, "Member 'FALSCameraStateSettings::LookingDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSCameraStateSettings, Aiming) == 0x000180, "Member 'FALSCameraStateSettings::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMantleAsset \ +static_assert(alignof(FALSMantleAsset) == 0x000008, "Wrong alignment on FALSMantleAsset"); \ +static_assert(sizeof(FALSMantleAsset) == 0x000040, "Wrong size on FALSMantleAsset"); \ +static_assert(offsetof(FALSMantleAsset, AnimMontage) == 0x000000, "Member 'FALSMantleAsset::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, PositionCorrectionCurve) == 0x000008, "Member 'FALSMantleAsset::PositionCorrectionCurve' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, StartingOffset) == 0x000010, "Member 'FALSMantleAsset::StartingOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, LowHeight) == 0x000028, "Member 'FALSMantleAsset::LowHeight' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, LowPlayRate) == 0x00002C, "Member 'FALSMantleAsset::LowPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, LowStartPosition) == 0x000030, "Member 'FALSMantleAsset::LowStartPosition' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, HighHeight) == 0x000034, "Member 'FALSMantleAsset::HighHeight' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, HighPlayRate) == 0x000038, "Member 'FALSMantleAsset::HighPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleAsset, HighStartPosition) == 0x00003C, "Member 'FALSMantleAsset::HighStartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMantleTraceSettings \ +static_assert(alignof(FALSMantleTraceSettings) == 0x000004, "Wrong alignment on FALSMantleTraceSettings"); \ +static_assert(sizeof(FALSMantleTraceSettings) == 0x000014, "Wrong size on FALSMantleTraceSettings"); \ +static_assert(offsetof(FALSMantleTraceSettings, MaxLedgeHeight) == 0x000000, "Member 'FALSMantleTraceSettings::MaxLedgeHeight' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleTraceSettings, MinLedgeHeight) == 0x000004, "Member 'FALSMantleTraceSettings::MinLedgeHeight' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleTraceSettings, ReachDistance) == 0x000008, "Member 'FALSMantleTraceSettings::ReachDistance' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleTraceSettings, ForwardTraceRadius) == 0x00000C, "Member 'FALSMantleTraceSettings::ForwardTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(FALSMantleTraceSettings, DownwardTraceRadius) == 0x000010, "Member 'FALSMantleTraceSettings::DownwardTraceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementSettings \ +static_assert(alignof(FALSMovementSettings) == 0x000008, "Wrong alignment on FALSMovementSettings"); \ +static_assert(sizeof(FALSMovementSettings) == 0x000020, "Wrong size on FALSMovementSettings"); \ +static_assert(offsetof(FALSMovementSettings, WalkSpeed) == 0x000000, "Member 'FALSMovementSettings::WalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementSettings, RunSpeed) == 0x000004, "Member 'FALSMovementSettings::RunSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementSettings, SprintSpeed) == 0x000008, "Member 'FALSMovementSettings::SprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementSettings, MovementCurve) == 0x000010, "Member 'FALSMovementSettings::MovementCurve' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementSettings, RotationRateCurve) == 0x000018, "Member 'FALSMovementSettings::RotationRateCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementStanceSettings \ +static_assert(alignof(FALSMovementStanceSettings) == 0x000008, "Wrong alignment on FALSMovementStanceSettings"); \ +static_assert(sizeof(FALSMovementStanceSettings) == 0x000040, "Wrong size on FALSMovementStanceSettings"); \ +static_assert(offsetof(FALSMovementStanceSettings, Standing) == 0x000000, "Member 'FALSMovementStanceSettings::Standing' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementStanceSettings, Crouching) == 0x000020, "Member 'FALSMovementStanceSettings::Crouching' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementStateSettings \ +static_assert(alignof(FALSMovementStateSettings) == 0x000008, "Wrong alignment on FALSMovementStateSettings"); \ +static_assert(sizeof(FALSMovementStateSettings) == 0x0000C8, "Wrong size on FALSMovementStateSettings"); \ +static_assert(offsetof(FALSMovementStateSettings, VelocityDirection) == 0x000008, "Member 'FALSMovementStateSettings::VelocityDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementStateSettings, LookingDirection) == 0x000048, "Member 'FALSMovementStateSettings::LookingDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementStateSettings, Aiming) == 0x000088, "Member 'FALSMovementStateSettings::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSRotateInPlaceAsset \ +static_assert(alignof(FALSRotateInPlaceAsset) == 0x000008, "Wrong alignment on FALSRotateInPlaceAsset"); \ +static_assert(sizeof(FALSRotateInPlaceAsset) == 0x000020, "Wrong size on FALSRotateInPlaceAsset"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, Animation) == 0x000000, "Member 'FALSRotateInPlaceAsset::Animation' has a wrong offset!"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, SlotName) == 0x000008, "Member 'FALSRotateInPlaceAsset::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, SlowTurnRate) == 0x000010, "Member 'FALSRotateInPlaceAsset::SlowTurnRate' has a wrong offset!"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, FastTurnRate) == 0x000014, "Member 'FALSRotateInPlaceAsset::FastTurnRate' has a wrong offset!"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, SlowPlayRate) == 0x000018, "Member 'FALSRotateInPlaceAsset::SlowPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FALSRotateInPlaceAsset, FastPlayRate) == 0x00001C, "Member 'FALSRotateInPlaceAsset::FastPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSHitFX \ +static_assert(alignof(FALSHitFX) == 0x000008, "Wrong alignment on FALSHitFX"); \ +static_assert(sizeof(FALSHitFX) == 0x000148, "Wrong size on FALSHitFX"); \ +static_assert(offsetof(FALSHitFX, SurfaceType) == 0x000008, "Member 'FALSHitFX::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, Sound) == 0x000010, "Member 'FALSHitFX::Sound' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, SoundSpawnType) == 0x000038, "Member 'FALSHitFX::SoundSpawnType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, SoundAttachmentType) == 0x000039, "Member 'FALSHitFX::SoundAttachmentType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, SoundLocationOffset) == 0x000040, "Member 'FALSHitFX::SoundLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, SoundRotationOffset) == 0x000058, "Member 'FALSHitFX::SoundRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalMaterial) == 0x000070, "Member 'FALSHitFX::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalSpawnType) == 0x000098, "Member 'FALSHitFX::DecalSpawnType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalAttachmentType) == 0x000099, "Member 'FALSHitFX::DecalAttachmentType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalLifeSpan) == 0x00009C, "Member 'FALSHitFX::DecalLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalSize) == 0x0000A0, "Member 'FALSHitFX::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalLocationOffset) == 0x0000B8, "Member 'FALSHitFX::DecalLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, DecalRotationOffset) == 0x0000D0, "Member 'FALSHitFX::DecalRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, NiagaraSystem) == 0x0000E8, "Member 'FALSHitFX::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, NiagaraSpawnType) == 0x000110, "Member 'FALSHitFX::NiagaraSpawnType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, NiagaraAttachmentType) == 0x000111, "Member 'FALSHitFX::NiagaraAttachmentType' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, NiagaraLocationOffset) == 0x000118, "Member 'FALSHitFX::NiagaraLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FALSHitFX, NiagaraRotationOffset) == 0x000130, "Member 'FALSHitFX::NiagaraRotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementState \ +static_assert(alignof(FALSMovementState) == 0x000001, "Wrong alignment on FALSMovementState"); \ +static_assert(sizeof(FALSMovementState) == 0x000006, "Wrong size on FALSMovementState"); \ +static_assert(offsetof(FALSMovementState, State) == 0x000000, "Member 'FALSMovementState::State' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementState, None_) == 0x000001, "Member 'FALSMovementState::None_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementState, Grounded_) == 0x000002, "Member 'FALSMovementState::Grounded_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementState, InAir_) == 0x000003, "Member 'FALSMovementState::InAir_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementState, Mantling_) == 0x000004, "Member 'FALSMovementState::Mantling_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementState, Ragdoll_) == 0x000005, "Member 'FALSMovementState::Ragdoll_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSStance \ +static_assert(alignof(FALSStance) == 0x000001, "Wrong alignment on FALSStance"); \ +static_assert(sizeof(FALSStance) == 0x000003, "Wrong size on FALSStance"); \ +static_assert(offsetof(FALSStance, Stance) == 0x000000, "Member 'FALSStance::Stance' has a wrong offset!"); \ +static_assert(offsetof(FALSStance, Standing_) == 0x000001, "Member 'FALSStance::Standing_' has a wrong offset!"); \ +static_assert(offsetof(FALSStance, Crouching_) == 0x000002, "Member 'FALSStance::Crouching_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSRotationMode \ +static_assert(alignof(FALSRotationMode) == 0x000001, "Wrong alignment on FALSRotationMode"); \ +static_assert(sizeof(FALSRotationMode) == 0x000004, "Wrong size on FALSRotationMode"); \ +static_assert(offsetof(FALSRotationMode, RotationMode) == 0x000000, "Member 'FALSRotationMode::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FALSRotationMode, VelocityDirection_) == 0x000001, "Member 'FALSRotationMode::VelocityDirection_' has a wrong offset!"); \ +static_assert(offsetof(FALSRotationMode, LookingDirection_) == 0x000002, "Member 'FALSRotationMode::LookingDirection_' has a wrong offset!"); \ +static_assert(offsetof(FALSRotationMode, Aiming_) == 0x000003, "Member 'FALSRotationMode::Aiming_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSMovementDirection \ +static_assert(alignof(FALSMovementDirection) == 0x000001, "Wrong alignment on FALSMovementDirection"); \ +static_assert(sizeof(FALSMovementDirection) == 0x000005, "Wrong size on FALSMovementDirection"); \ +static_assert(offsetof(FALSMovementDirection, MovementDirection) == 0x000000, "Member 'FALSMovementDirection::MovementDirection' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementDirection, Forward_) == 0x000001, "Member 'FALSMovementDirection::Forward_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementDirection, Right_) == 0x000002, "Member 'FALSMovementDirection::Right_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementDirection, Left_) == 0x000003, "Member 'FALSMovementDirection::Left_' has a wrong offset!"); \ +static_assert(offsetof(FALSMovementDirection, Backward_) == 0x000004, "Member 'FALSMovementDirection::Backward_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSGait \ +static_assert(alignof(FALSGait) == 0x000001, "Wrong alignment on FALSGait"); \ +static_assert(sizeof(FALSGait) == 0x000004, "Wrong size on FALSGait"); \ +static_assert(offsetof(FALSGait, Gait) == 0x000000, "Member 'FALSGait::Gait' has a wrong offset!"); \ +static_assert(offsetof(FALSGait, Walking_) == 0x000001, "Member 'FALSGait::Walking_' has a wrong offset!"); \ +static_assert(offsetof(FALSGait, Running_) == 0x000002, "Member 'FALSGait::Running_' has a wrong offset!"); \ +static_assert(offsetof(FALSGait, Sprinting_) == 0x000003, "Member 'FALSGait::Sprinting_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSOverlayState \ +static_assert(alignof(FALSOverlayState) == 0x000001, "Wrong alignment on FALSOverlayState"); \ +static_assert(sizeof(FALSOverlayState) == 0x00000E, "Wrong size on FALSOverlayState"); \ +static_assert(offsetof(FALSOverlayState, State) == 0x000000, "Member 'FALSOverlayState::State' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Default_) == 0x000001, "Member 'FALSOverlayState::Default_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Masculine_) == 0x000002, "Member 'FALSOverlayState::Masculine_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Feminine_) == 0x000003, "Member 'FALSOverlayState::Feminine_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Injured_) == 0x000004, "Member 'FALSOverlayState::Injured_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, HandsTied_) == 0x000005, "Member 'FALSOverlayState::HandsTied_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Rifle_) == 0x000006, "Member 'FALSOverlayState::Rifle_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, PistolOneHanded_) == 0x000007, "Member 'FALSOverlayState::PistolOneHanded_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, PistolTwoHanded_) == 0x000008, "Member 'FALSOverlayState::PistolTwoHanded_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Bow_) == 0x000009, "Member 'FALSOverlayState::Bow_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Torch_) == 0x00000A, "Member 'FALSOverlayState::Torch_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Binoculars_) == 0x00000B, "Member 'FALSOverlayState::Binoculars_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Box_) == 0x00000C, "Member 'FALSOverlayState::Box_' has a wrong offset!"); \ +static_assert(offsetof(FALSOverlayState, Barrel_) == 0x00000D, "Member 'FALSOverlayState::Barrel_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALSGroundedEntryState \ +static_assert(alignof(FALSGroundedEntryState) == 0x000001, "Wrong alignment on FALSGroundedEntryState"); \ +static_assert(sizeof(FALSGroundedEntryState) == 0x000003, "Wrong size on FALSGroundedEntryState"); \ +static_assert(offsetof(FALSGroundedEntryState, State) == 0x000000, "Member 'FALSGroundedEntryState::State' has a wrong offset!"); \ +static_assert(offsetof(FALSGroundedEntryState, None_) == 0x000001, "Member 'FALSGroundedEntryState::None_' has a wrong offset!"); \ +static_assert(offsetof(FALSGroundedEntryState, Roll_) == 0x000002, "Member 'FALSGroundedEntryState::Roll_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALSAIController \ +static_assert(alignof(AALSAIController) == 0x000008, "Wrong alignment on AALSAIController"); \ +static_assert(sizeof(AALSAIController) == 0x0003C0, "Wrong size on AALSAIController"); \ +static_assert(offsetof(AALSAIController, Behaviour) == 0x0003B8, "Member 'AALSAIController::Behaviour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSAnimNotifyCameraShake \ +static_assert(alignof(UALSAnimNotifyCameraShake) == 0x000008, "Wrong alignment on UALSAnimNotifyCameraShake"); \ +static_assert(sizeof(UALSAnimNotifyCameraShake) == 0x000048, "Wrong size on UALSAnimNotifyCameraShake"); \ +static_assert(offsetof(UALSAnimNotifyCameraShake, ShakeClass) == 0x000038, "Member 'UALSAnimNotifyCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyCameraShake, Scale) == 0x000040, "Member 'UALSAnimNotifyCameraShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSAnimNotifyFootstep \ +static_assert(alignof(UALSAnimNotifyFootstep) == 0x000008, "Wrong alignment on UALSAnimNotifyFootstep"); \ +static_assert(sizeof(UALSAnimNotifyFootstep) == 0x000070, "Wrong size on UALSAnimNotifyFootstep"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, HitDataTable) == 0x000038, "Member 'UALSAnimNotifyFootstep::HitDataTable' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, FootSocketName) == 0x000040, "Member 'UALSAnimNotifyFootstep::FootSocketName' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, TraceChannel) == 0x000048, "Member 'UALSAnimNotifyFootstep::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, DrawDebugType) == 0x000049, "Member 'UALSAnimNotifyFootstep::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, TraceLength) == 0x00004C, "Member 'UALSAnimNotifyFootstep::TraceLength' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bSpawnDecal) == 0x000050, "Member 'UALSAnimNotifyFootstep::bSpawnDecal' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bMirrorDecalX) == 0x000051, "Member 'UALSAnimNotifyFootstep::bMirrorDecalX' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bMirrorDecalY) == 0x000052, "Member 'UALSAnimNotifyFootstep::bMirrorDecalY' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bMirrorDecalZ) == 0x000053, "Member 'UALSAnimNotifyFootstep::bMirrorDecalZ' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bSpawnSound) == 0x000054, "Member 'UALSAnimNotifyFootstep::bSpawnSound' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, SoundParameterName) == 0x000058, "Member 'UALSAnimNotifyFootstep::SoundParameterName' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, FootstepType) == 0x000060, "Member 'UALSAnimNotifyFootstep::FootstepType' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bOverrideMaskCurve) == 0x000061, "Member 'UALSAnimNotifyFootstep::bOverrideMaskCurve' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, VolumeMultiplier) == 0x000064, "Member 'UALSAnimNotifyFootstep::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, PitchMultiplier) == 0x000068, "Member 'UALSAnimNotifyFootstep::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UALSAnimNotifyFootstep, bSpawnNiagara) == 0x00006C, "Member 'UALSAnimNotifyFootstep::bSpawnNiagara' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSAnimNotifyGroundedEntryState \ +static_assert(alignof(UALSAnimNotifyGroundedEntryState) == 0x000008, "Wrong alignment on UALSAnimNotifyGroundedEntryState"); \ +static_assert(sizeof(UALSAnimNotifyGroundedEntryState) == 0x000040, "Wrong size on UALSAnimNotifyGroundedEntryState"); \ +static_assert(offsetof(UALSAnimNotifyGroundedEntryState, GroundedEntryState) == 0x000038, "Member 'UALSAnimNotifyGroundedEntryState::GroundedEntryState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_AimAction \ +static_assert(alignof(ALSBaseCharacter_AimAction) == 0x000001, "Wrong alignment on ALSBaseCharacter_AimAction"); \ +static_assert(sizeof(ALSBaseCharacter_AimAction) == 0x000001, "Wrong size on ALSBaseCharacter_AimAction"); \ +static_assert(offsetof(ALSBaseCharacter_AimAction, bValue) == 0x000000, "Member 'ALSBaseCharacter_AimAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_CameraRightAction \ +static_assert(alignof(ALSBaseCharacter_CameraRightAction) == 0x000004, "Wrong alignment on ALSBaseCharacter_CameraRightAction"); \ +static_assert(sizeof(ALSBaseCharacter_CameraRightAction) == 0x000004, "Wrong size on ALSBaseCharacter_CameraRightAction"); \ +static_assert(offsetof(ALSBaseCharacter_CameraRightAction, Value) == 0x000000, "Member 'ALSBaseCharacter_CameraRightAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_CameraUpAction \ +static_assert(alignof(ALSBaseCharacter_CameraUpAction) == 0x000004, "Wrong alignment on ALSBaseCharacter_CameraUpAction"); \ +static_assert(sizeof(ALSBaseCharacter_CameraUpAction) == 0x000004, "Wrong size on ALSBaseCharacter_CameraUpAction"); \ +static_assert(offsetof(ALSBaseCharacter_CameraUpAction, Value) == 0x000000, "Member 'ALSBaseCharacter_CameraUpAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_ForwardMovementAction \ +static_assert(alignof(ALSBaseCharacter_ForwardMovementAction) == 0x000004, "Wrong alignment on ALSBaseCharacter_ForwardMovementAction"); \ +static_assert(sizeof(ALSBaseCharacter_ForwardMovementAction) == 0x000004, "Wrong size on ALSBaseCharacter_ForwardMovementAction"); \ +static_assert(offsetof(ALSBaseCharacter_ForwardMovementAction, Value) == 0x000000, "Member 'ALSBaseCharacter_ForwardMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetFirstPersonCameraTarget \ +static_assert(alignof(ALSBaseCharacter_GetFirstPersonCameraTarget) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetFirstPersonCameraTarget"); \ +static_assert(sizeof(ALSBaseCharacter_GetFirstPersonCameraTarget) == 0x000018, "Wrong size on ALSBaseCharacter_GetFirstPersonCameraTarget"); \ +static_assert(offsetof(ALSBaseCharacter_GetFirstPersonCameraTarget, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetFirstPersonCameraTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetGetUpAnimation \ +static_assert(alignof(ALSBaseCharacter_GetGetUpAnimation) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetGetUpAnimation"); \ +static_assert(sizeof(ALSBaseCharacter_GetGetUpAnimation) == 0x000010, "Wrong size on ALSBaseCharacter_GetGetUpAnimation"); \ +static_assert(offsetof(ALSBaseCharacter_GetGetUpAnimation, bRagdollFaceUpState) == 0x000000, "Member 'ALSBaseCharacter_GetGetUpAnimation::bRagdollFaceUpState' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetGetUpAnimation, ReturnValue) == 0x000008, "Member 'ALSBaseCharacter_GetGetUpAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetRollAnimation \ +static_assert(alignof(ALSBaseCharacter_GetRollAnimation) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetRollAnimation"); \ +static_assert(sizeof(ALSBaseCharacter_GetRollAnimation) == 0x000008, "Wrong size on ALSBaseCharacter_GetRollAnimation"); \ +static_assert(offsetof(ALSBaseCharacter_GetRollAnimation, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetRollAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetThirdPersonPivotTarget \ +static_assert(alignof(ALSBaseCharacter_GetThirdPersonPivotTarget) == 0x000010, "Wrong alignment on ALSBaseCharacter_GetThirdPersonPivotTarget"); \ +static_assert(sizeof(ALSBaseCharacter_GetThirdPersonPivotTarget) == 0x000060, "Wrong size on ALSBaseCharacter_GetThirdPersonPivotTarget"); \ +static_assert(offsetof(ALSBaseCharacter_GetThirdPersonPivotTarget, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetThirdPersonPivotTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetThirdPersonTraceParams \ +static_assert(alignof(ALSBaseCharacter_GetThirdPersonTraceParams) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetThirdPersonTraceParams"); \ +static_assert(sizeof(ALSBaseCharacter_GetThirdPersonTraceParams) == 0x000020, "Wrong size on ALSBaseCharacter_GetThirdPersonTraceParams"); \ +static_assert(offsetof(ALSBaseCharacter_GetThirdPersonTraceParams, TraceOrigin) == 0x000000, "Member 'ALSBaseCharacter_GetThirdPersonTraceParams::TraceOrigin' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetThirdPersonTraceParams, TraceRadius) == 0x000018, "Member 'ALSBaseCharacter_GetThirdPersonTraceParams::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetThirdPersonTraceParams, ReturnValue) == 0x00001C, "Member 'ALSBaseCharacter_GetThirdPersonTraceParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_JumpAction \ +static_assert(alignof(ALSBaseCharacter_JumpAction) == 0x000001, "Wrong alignment on ALSBaseCharacter_JumpAction"); \ +static_assert(sizeof(ALSBaseCharacter_JumpAction) == 0x000001, "Wrong size on ALSBaseCharacter_JumpAction"); \ +static_assert(offsetof(ALSBaseCharacter_JumpAction, bValue) == 0x000000, "Member 'ALSBaseCharacter_JumpAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Multicast_PlayMontage \ +static_assert(alignof(ALSBaseCharacter_Multicast_PlayMontage) == 0x000008, "Wrong alignment on ALSBaseCharacter_Multicast_PlayMontage"); \ +static_assert(sizeof(ALSBaseCharacter_Multicast_PlayMontage) == 0x000010, "Wrong size on ALSBaseCharacter_Multicast_PlayMontage"); \ +static_assert(offsetof(ALSBaseCharacter_Multicast_PlayMontage, Montage) == 0x000000, "Member 'ALSBaseCharacter_Multicast_PlayMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Multicast_PlayMontage, PlayRate) == 0x000008, "Member 'ALSBaseCharacter_Multicast_PlayMontage::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Multicast_RagdollEnd \ +static_assert(alignof(ALSBaseCharacter_Multicast_RagdollEnd) == 0x000008, "Wrong alignment on ALSBaseCharacter_Multicast_RagdollEnd"); \ +static_assert(sizeof(ALSBaseCharacter_Multicast_RagdollEnd) == 0x000018, "Wrong size on ALSBaseCharacter_Multicast_RagdollEnd"); \ +static_assert(offsetof(ALSBaseCharacter_Multicast_RagdollEnd, CharacterLocation) == 0x000000, "Member 'ALSBaseCharacter_Multicast_RagdollEnd::CharacterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_OnRep_OverlayState \ +static_assert(alignof(ALSBaseCharacter_OnRep_OverlayState) == 0x000001, "Wrong alignment on ALSBaseCharacter_OnRep_OverlayState"); \ +static_assert(sizeof(ALSBaseCharacter_OnRep_OverlayState) == 0x000001, "Wrong size on ALSBaseCharacter_OnRep_OverlayState"); \ +static_assert(offsetof(ALSBaseCharacter_OnRep_OverlayState, PrevOverlayState) == 0x000000, "Member 'ALSBaseCharacter_OnRep_OverlayState::PrevOverlayState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_OnRep_RotationMode \ +static_assert(alignof(ALSBaseCharacter_OnRep_RotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_OnRep_RotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_OnRep_RotationMode) == 0x000001, "Wrong size on ALSBaseCharacter_OnRep_RotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_OnRep_RotationMode, PrevRotMode) == 0x000000, "Member 'ALSBaseCharacter_OnRep_RotationMode::PrevRotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_OnRep_ViewMode \ +static_assert(alignof(ALSBaseCharacter_OnRep_ViewMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_OnRep_ViewMode"); \ +static_assert(sizeof(ALSBaseCharacter_OnRep_ViewMode) == 0x000001, "Wrong size on ALSBaseCharacter_OnRep_ViewMode"); \ +static_assert(offsetof(ALSBaseCharacter_OnRep_ViewMode, PrevViewMode) == 0x000000, "Member 'ALSBaseCharacter_OnRep_ViewMode::PrevViewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_OnRep_VisibleMesh \ +static_assert(alignof(ALSBaseCharacter_OnRep_VisibleMesh) == 0x000008, "Wrong alignment on ALSBaseCharacter_OnRep_VisibleMesh"); \ +static_assert(sizeof(ALSBaseCharacter_OnRep_VisibleMesh) == 0x000008, "Wrong size on ALSBaseCharacter_OnRep_VisibleMesh"); \ +static_assert(offsetof(ALSBaseCharacter_OnRep_VisibleMesh, NewVisibleMesh) == 0x000000, "Member 'ALSBaseCharacter_OnRep_VisibleMesh::NewVisibleMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Replicated_PlayMontage \ +static_assert(alignof(ALSBaseCharacter_Replicated_PlayMontage) == 0x000008, "Wrong alignment on ALSBaseCharacter_Replicated_PlayMontage"); \ +static_assert(sizeof(ALSBaseCharacter_Replicated_PlayMontage) == 0x000010, "Wrong size on ALSBaseCharacter_Replicated_PlayMontage"); \ +static_assert(offsetof(ALSBaseCharacter_Replicated_PlayMontage, Montage) == 0x000000, "Member 'ALSBaseCharacter_Replicated_PlayMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Replicated_PlayMontage, PlayRate) == 0x000008, "Member 'ALSBaseCharacter_Replicated_PlayMontage::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_RightMovementAction \ +static_assert(alignof(ALSBaseCharacter_RightMovementAction) == 0x000004, "Wrong alignment on ALSBaseCharacter_RightMovementAction"); \ +static_assert(sizeof(ALSBaseCharacter_RightMovementAction) == 0x000004, "Wrong size on ALSBaseCharacter_RightMovementAction"); \ +static_assert(offsetof(ALSBaseCharacter_RightMovementAction, Value) == 0x000000, "Member 'ALSBaseCharacter_RightMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_PlayMontage \ +static_assert(alignof(ALSBaseCharacter_Server_PlayMontage) == 0x000008, "Wrong alignment on ALSBaseCharacter_Server_PlayMontage"); \ +static_assert(sizeof(ALSBaseCharacter_Server_PlayMontage) == 0x000010, "Wrong size on ALSBaseCharacter_Server_PlayMontage"); \ +static_assert(offsetof(ALSBaseCharacter_Server_PlayMontage, Montage) == 0x000000, "Member 'ALSBaseCharacter_Server_PlayMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Server_PlayMontage, PlayRate) == 0x000008, "Member 'ALSBaseCharacter_Server_PlayMontage::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_RagdollEnd \ +static_assert(alignof(ALSBaseCharacter_Server_RagdollEnd) == 0x000008, "Wrong alignment on ALSBaseCharacter_Server_RagdollEnd"); \ +static_assert(sizeof(ALSBaseCharacter_Server_RagdollEnd) == 0x000018, "Wrong size on ALSBaseCharacter_Server_RagdollEnd"); \ +static_assert(offsetof(ALSBaseCharacter_Server_RagdollEnd, CharacterLocation) == 0x000000, "Member 'ALSBaseCharacter_Server_RagdollEnd::CharacterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetDesiredGait \ +static_assert(alignof(ALSBaseCharacter_Server_SetDesiredGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetDesiredGait"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetDesiredGait) == 0x000001, "Wrong size on ALSBaseCharacter_Server_SetDesiredGait"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetDesiredGait, NewGait) == 0x000000, "Member 'ALSBaseCharacter_Server_SetDesiredGait::NewGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetDesiredRotationMode \ +static_assert(alignof(ALSBaseCharacter_Server_SetDesiredRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetDesiredRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetDesiredRotationMode) == 0x000001, "Wrong size on ALSBaseCharacter_Server_SetDesiredRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetDesiredRotationMode, NewRotMode) == 0x000000, "Member 'ALSBaseCharacter_Server_SetDesiredRotationMode::NewRotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetDesiredStance \ +static_assert(alignof(ALSBaseCharacter_Server_SetDesiredStance) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetDesiredStance"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetDesiredStance) == 0x000001, "Wrong size on ALSBaseCharacter_Server_SetDesiredStance"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetDesiredStance, NewStance) == 0x000000, "Member 'ALSBaseCharacter_Server_SetDesiredStance::NewStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll \ +static_assert(alignof(ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll) == 0x000008, "Wrong alignment on ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll) == 0x000018, "Wrong size on ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll, MeshLocation) == 0x000000, "Member 'ALSBaseCharacter_Server_SetMeshLocationDuringRagdoll::MeshLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetOverlayState \ +static_assert(alignof(ALSBaseCharacter_Server_SetOverlayState) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetOverlayState"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetOverlayState) == 0x000002, "Wrong size on ALSBaseCharacter_Server_SetOverlayState"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetOverlayState, NewState) == 0x000000, "Member 'ALSBaseCharacter_Server_SetOverlayState::NewState' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetOverlayState, bForce) == 0x000001, "Member 'ALSBaseCharacter_Server_SetOverlayState::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetRotationMode \ +static_assert(alignof(ALSBaseCharacter_Server_SetRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetRotationMode) == 0x000002, "Wrong size on ALSBaseCharacter_Server_SetRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetRotationMode, NewRotationMode) == 0x000000, "Member 'ALSBaseCharacter_Server_SetRotationMode::NewRotationMode' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetRotationMode, bForce) == 0x000001, "Member 'ALSBaseCharacter_Server_SetRotationMode::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetViewMode \ +static_assert(alignof(ALSBaseCharacter_Server_SetViewMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_Server_SetViewMode"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetViewMode) == 0x000002, "Wrong size on ALSBaseCharacter_Server_SetViewMode"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetViewMode, NewViewMode) == 0x000000, "Member 'ALSBaseCharacter_Server_SetViewMode::NewViewMode' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetViewMode, bForce) == 0x000001, "Member 'ALSBaseCharacter_Server_SetViewMode::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_Server_SetVisibleMesh \ +static_assert(alignof(ALSBaseCharacter_Server_SetVisibleMesh) == 0x000008, "Wrong alignment on ALSBaseCharacter_Server_SetVisibleMesh"); \ +static_assert(sizeof(ALSBaseCharacter_Server_SetVisibleMesh) == 0x000008, "Wrong size on ALSBaseCharacter_Server_SetVisibleMesh"); \ +static_assert(offsetof(ALSBaseCharacter_Server_SetVisibleMesh, NewSkeletalMesh) == 0x000000, "Member 'ALSBaseCharacter_Server_SetVisibleMesh::NewSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetActorLocationAndTargetRotation \ +static_assert(alignof(ALSBaseCharacter_SetActorLocationAndTargetRotation) == 0x000008, "Wrong alignment on ALSBaseCharacter_SetActorLocationAndTargetRotation"); \ +static_assert(sizeof(ALSBaseCharacter_SetActorLocationAndTargetRotation) == 0x000030, "Wrong size on ALSBaseCharacter_SetActorLocationAndTargetRotation"); \ +static_assert(offsetof(ALSBaseCharacter_SetActorLocationAndTargetRotation, NewLocation) == 0x000000, "Member 'ALSBaseCharacter_SetActorLocationAndTargetRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetActorLocationAndTargetRotation, NewRotation) == 0x000018, "Member 'ALSBaseCharacter_SetActorLocationAndTargetRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetCameraBehavior \ +static_assert(alignof(ALSBaseCharacter_SetCameraBehavior) == 0x000008, "Wrong alignment on ALSBaseCharacter_SetCameraBehavior"); \ +static_assert(sizeof(ALSBaseCharacter_SetCameraBehavior) == 0x000008, "Wrong size on ALSBaseCharacter_SetCameraBehavior"); \ +static_assert(offsetof(ALSBaseCharacter_SetCameraBehavior, CamBeh) == 0x000000, "Member 'ALSBaseCharacter_SetCameraBehavior::CamBeh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetDesiredGait \ +static_assert(alignof(ALSBaseCharacter_SetDesiredGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetDesiredGait"); \ +static_assert(sizeof(ALSBaseCharacter_SetDesiredGait) == 0x000001, "Wrong size on ALSBaseCharacter_SetDesiredGait"); \ +static_assert(offsetof(ALSBaseCharacter_SetDesiredGait, NewGait) == 0x000000, "Member 'ALSBaseCharacter_SetDesiredGait::NewGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetDesiredRotationMode \ +static_assert(alignof(ALSBaseCharacter_SetDesiredRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetDesiredRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_SetDesiredRotationMode) == 0x000001, "Wrong size on ALSBaseCharacter_SetDesiredRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_SetDesiredRotationMode, NewRotMode) == 0x000000, "Member 'ALSBaseCharacter_SetDesiredRotationMode::NewRotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetDesiredStance \ +static_assert(alignof(ALSBaseCharacter_SetDesiredStance) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetDesiredStance"); \ +static_assert(sizeof(ALSBaseCharacter_SetDesiredStance) == 0x000001, "Wrong size on ALSBaseCharacter_SetDesiredStance"); \ +static_assert(offsetof(ALSBaseCharacter_SetDesiredStance, NewStance) == 0x000000, "Member 'ALSBaseCharacter_SetDesiredStance::NewStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetGait \ +static_assert(alignof(ALSBaseCharacter_SetGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetGait"); \ +static_assert(sizeof(ALSBaseCharacter_SetGait) == 0x000002, "Wrong size on ALSBaseCharacter_SetGait"); \ +static_assert(offsetof(ALSBaseCharacter_SetGait, NewGait) == 0x000000, "Member 'ALSBaseCharacter_SetGait::NewGait' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetGait, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetGait::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetGroundedEntryState \ +static_assert(alignof(ALSBaseCharacter_SetGroundedEntryState) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetGroundedEntryState"); \ +static_assert(sizeof(ALSBaseCharacter_SetGroundedEntryState) == 0x000001, "Wrong size on ALSBaseCharacter_SetGroundedEntryState"); \ +static_assert(offsetof(ALSBaseCharacter_SetGroundedEntryState, NewState) == 0x000000, "Member 'ALSBaseCharacter_SetGroundedEntryState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetMovementAction \ +static_assert(alignof(ALSBaseCharacter_SetMovementAction) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetMovementAction"); \ +static_assert(sizeof(ALSBaseCharacter_SetMovementAction) == 0x000002, "Wrong size on ALSBaseCharacter_SetMovementAction"); \ +static_assert(offsetof(ALSBaseCharacter_SetMovementAction, NewAction) == 0x000000, "Member 'ALSBaseCharacter_SetMovementAction::NewAction' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetMovementAction, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetMovementAction::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetMovementModel \ +static_assert(alignof(ALSBaseCharacter_SetMovementModel) == 0x000008, "Wrong alignment on ALSBaseCharacter_SetMovementModel"); \ +static_assert(sizeof(ALSBaseCharacter_SetMovementModel) == 0x000010, "Wrong size on ALSBaseCharacter_SetMovementModel"); \ +static_assert(offsetof(ALSBaseCharacter_SetMovementModel, Model) == 0x000000, "Member 'ALSBaseCharacter_SetMovementModel::Model' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetMovementState \ +static_assert(alignof(ALSBaseCharacter_SetMovementState) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetMovementState"); \ +static_assert(sizeof(ALSBaseCharacter_SetMovementState) == 0x000002, "Wrong size on ALSBaseCharacter_SetMovementState"); \ +static_assert(offsetof(ALSBaseCharacter_SetMovementState, NewState) == 0x000000, "Member 'ALSBaseCharacter_SetMovementState::NewState' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetMovementState, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetMovementState::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetOverlayOverrideState \ +static_assert(alignof(ALSBaseCharacter_SetOverlayOverrideState) == 0x000004, "Wrong alignment on ALSBaseCharacter_SetOverlayOverrideState"); \ +static_assert(sizeof(ALSBaseCharacter_SetOverlayOverrideState) == 0x000004, "Wrong size on ALSBaseCharacter_SetOverlayOverrideState"); \ +static_assert(offsetof(ALSBaseCharacter_SetOverlayOverrideState, NewState) == 0x000000, "Member 'ALSBaseCharacter_SetOverlayOverrideState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetOverlayState \ +static_assert(alignof(ALSBaseCharacter_SetOverlayState) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetOverlayState"); \ +static_assert(sizeof(ALSBaseCharacter_SetOverlayState) == 0x000002, "Wrong size on ALSBaseCharacter_SetOverlayState"); \ +static_assert(offsetof(ALSBaseCharacter_SetOverlayState, NewState) == 0x000000, "Member 'ALSBaseCharacter_SetOverlayState::NewState' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetOverlayState, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetOverlayState::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetRightShoulder \ +static_assert(alignof(ALSBaseCharacter_SetRightShoulder) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetRightShoulder"); \ +static_assert(sizeof(ALSBaseCharacter_SetRightShoulder) == 0x000001, "Wrong size on ALSBaseCharacter_SetRightShoulder"); \ +static_assert(offsetof(ALSBaseCharacter_SetRightShoulder, bNewRightShoulder) == 0x000000, "Member 'ALSBaseCharacter_SetRightShoulder::bNewRightShoulder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetRotationMode \ +static_assert(alignof(ALSBaseCharacter_SetRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_SetRotationMode) == 0x000002, "Wrong size on ALSBaseCharacter_SetRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_SetRotationMode, NewRotationMode) == 0x000000, "Member 'ALSBaseCharacter_SetRotationMode::NewRotationMode' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetRotationMode, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetRotationMode::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetStance \ +static_assert(alignof(ALSBaseCharacter_SetStance) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetStance"); \ +static_assert(sizeof(ALSBaseCharacter_SetStance) == 0x000002, "Wrong size on ALSBaseCharacter_SetStance"); \ +static_assert(offsetof(ALSBaseCharacter_SetStance, NewStance) == 0x000000, "Member 'ALSBaseCharacter_SetStance::NewStance' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetStance, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetStance::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetViewMode \ +static_assert(alignof(ALSBaseCharacter_SetViewMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_SetViewMode"); \ +static_assert(sizeof(ALSBaseCharacter_SetViewMode) == 0x000002, "Wrong size on ALSBaseCharacter_SetViewMode"); \ +static_assert(offsetof(ALSBaseCharacter_SetViewMode, NewViewMode) == 0x000000, "Member 'ALSBaseCharacter_SetViewMode::NewViewMode' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_SetViewMode, bForce) == 0x000001, "Member 'ALSBaseCharacter_SetViewMode::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SetVisibleMesh \ +static_assert(alignof(ALSBaseCharacter_SetVisibleMesh) == 0x000008, "Wrong alignment on ALSBaseCharacter_SetVisibleMesh"); \ +static_assert(sizeof(ALSBaseCharacter_SetVisibleMesh) == 0x000008, "Wrong size on ALSBaseCharacter_SetVisibleMesh"); \ +static_assert(offsetof(ALSBaseCharacter_SetVisibleMesh, NewSkeletalMesh) == 0x000000, "Member 'ALSBaseCharacter_SetVisibleMesh::NewSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_SprintAction \ +static_assert(alignof(ALSBaseCharacter_SprintAction) == 0x000001, "Wrong alignment on ALSBaseCharacter_SprintAction"); \ +static_assert(sizeof(ALSBaseCharacter_SprintAction) == 0x000001, "Wrong size on ALSBaseCharacter_SprintAction"); \ +static_assert(offsetof(ALSBaseCharacter_SprintAction, bValue) == 0x000000, "Member 'ALSBaseCharacter_SprintAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_CanSprint \ +static_assert(alignof(ALSBaseCharacter_CanSprint) == 0x000001, "Wrong alignment on ALSBaseCharacter_CanSprint"); \ +static_assert(sizeof(ALSBaseCharacter_CanSprint) == 0x000001, "Wrong size on ALSBaseCharacter_CanSprint"); \ +static_assert(offsetof(ALSBaseCharacter_CanSprint, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_CanSprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetAcceleration \ +static_assert(alignof(ALSBaseCharacter_GetAcceleration) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetAcceleration"); \ +static_assert(sizeof(ALSBaseCharacter_GetAcceleration) == 0x000018, "Wrong size on ALSBaseCharacter_GetAcceleration"); \ +static_assert(offsetof(ALSBaseCharacter_GetAcceleration, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetActualGait \ +static_assert(alignof(ALSBaseCharacter_GetActualGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetActualGait"); \ +static_assert(sizeof(ALSBaseCharacter_GetActualGait) == 0x000002, "Wrong size on ALSBaseCharacter_GetActualGait"); \ +static_assert(offsetof(ALSBaseCharacter_GetActualGait, AllowedGait) == 0x000000, "Member 'ALSBaseCharacter_GetActualGait::AllowedGait' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetActualGait, ReturnValue) == 0x000001, "Member 'ALSBaseCharacter_GetActualGait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetAimingRotation \ +static_assert(alignof(ALSBaseCharacter_GetAimingRotation) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetAimingRotation"); \ +static_assert(sizeof(ALSBaseCharacter_GetAimingRotation) == 0x000018, "Wrong size on ALSBaseCharacter_GetAimingRotation"); \ +static_assert(offsetof(ALSBaseCharacter_GetAimingRotation, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetAimingRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetAimYawRate \ +static_assert(alignof(ALSBaseCharacter_GetAimYawRate) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetAimYawRate"); \ +static_assert(sizeof(ALSBaseCharacter_GetAimYawRate) == 0x000004, "Wrong size on ALSBaseCharacter_GetAimYawRate"); \ +static_assert(offsetof(ALSBaseCharacter_GetAimYawRate, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetAimYawRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetAllowedGait \ +static_assert(alignof(ALSBaseCharacter_GetAllowedGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetAllowedGait"); \ +static_assert(sizeof(ALSBaseCharacter_GetAllowedGait) == 0x000001, "Wrong size on ALSBaseCharacter_GetAllowedGait"); \ +static_assert(offsetof(ALSBaseCharacter_GetAllowedGait, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetAllowedGait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetAnimCurveValue \ +static_assert(alignof(ALSBaseCharacter_GetAnimCurveValue) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetAnimCurveValue"); \ +static_assert(sizeof(ALSBaseCharacter_GetAnimCurveValue) == 0x00000C, "Wrong size on ALSBaseCharacter_GetAnimCurveValue"); \ +static_assert(offsetof(ALSBaseCharacter_GetAnimCurveValue, CurveName) == 0x000000, "Member 'ALSBaseCharacter_GetAnimCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetAnimCurveValue, ReturnValue) == 0x000008, "Member 'ALSBaseCharacter_GetAnimCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetCameraParameters \ +static_assert(alignof(ALSBaseCharacter_GetCameraParameters) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetCameraParameters"); \ +static_assert(sizeof(ALSBaseCharacter_GetCameraParameters) == 0x00000C, "Wrong size on ALSBaseCharacter_GetCameraParameters"); \ +static_assert(offsetof(ALSBaseCharacter_GetCameraParameters, TPFOVOut) == 0x000000, "Member 'ALSBaseCharacter_GetCameraParameters::TPFOVOut' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetCameraParameters, FPFOVOut) == 0x000004, "Member 'ALSBaseCharacter_GetCameraParameters::FPFOVOut' has a wrong offset!"); \ +static_assert(offsetof(ALSBaseCharacter_GetCameraParameters, bRightShoulderOut) == 0x000008, "Member 'ALSBaseCharacter_GetCameraParameters::bRightShoulderOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetDesiredGait \ +static_assert(alignof(ALSBaseCharacter_GetDesiredGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetDesiredGait"); \ +static_assert(sizeof(ALSBaseCharacter_GetDesiredGait) == 0x000001, "Wrong size on ALSBaseCharacter_GetDesiredGait"); \ +static_assert(offsetof(ALSBaseCharacter_GetDesiredGait, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetDesiredGait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetDesiredRotationMode \ +static_assert(alignof(ALSBaseCharacter_GetDesiredRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetDesiredRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_GetDesiredRotationMode) == 0x000001, "Wrong size on ALSBaseCharacter_GetDesiredRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_GetDesiredRotationMode, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetDesiredRotationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetDesiredStance \ +static_assert(alignof(ALSBaseCharacter_GetDesiredStance) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetDesiredStance"); \ +static_assert(sizeof(ALSBaseCharacter_GetDesiredStance) == 0x000001, "Wrong size on ALSBaseCharacter_GetDesiredStance"); \ +static_assert(offsetof(ALSBaseCharacter_GetDesiredStance, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetDesiredStance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetGait \ +static_assert(alignof(ALSBaseCharacter_GetGait) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetGait"); \ +static_assert(sizeof(ALSBaseCharacter_GetGait) == 0x000001, "Wrong size on ALSBaseCharacter_GetGait"); \ +static_assert(offsetof(ALSBaseCharacter_GetGait, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetGait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetGroundedEntryState \ +static_assert(alignof(ALSBaseCharacter_GetGroundedEntryState) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetGroundedEntryState"); \ +static_assert(sizeof(ALSBaseCharacter_GetGroundedEntryState) == 0x000001, "Wrong size on ALSBaseCharacter_GetGroundedEntryState"); \ +static_assert(offsetof(ALSBaseCharacter_GetGroundedEntryState, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetGroundedEntryState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetMovementAction \ +static_assert(alignof(ALSBaseCharacter_GetMovementAction) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetMovementAction"); \ +static_assert(sizeof(ALSBaseCharacter_GetMovementAction) == 0x000001, "Wrong size on ALSBaseCharacter_GetMovementAction"); \ +static_assert(offsetof(ALSBaseCharacter_GetMovementAction, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetMovementAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetMovementInput \ +static_assert(alignof(ALSBaseCharacter_GetMovementInput) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetMovementInput"); \ +static_assert(sizeof(ALSBaseCharacter_GetMovementInput) == 0x000018, "Wrong size on ALSBaseCharacter_GetMovementInput"); \ +static_assert(offsetof(ALSBaseCharacter_GetMovementInput, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetMovementInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetMovementInputAmount \ +static_assert(alignof(ALSBaseCharacter_GetMovementInputAmount) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetMovementInputAmount"); \ +static_assert(sizeof(ALSBaseCharacter_GetMovementInputAmount) == 0x000004, "Wrong size on ALSBaseCharacter_GetMovementInputAmount"); \ +static_assert(offsetof(ALSBaseCharacter_GetMovementInputAmount, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetMovementInputAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetMovementState \ +static_assert(alignof(ALSBaseCharacter_GetMovementState) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetMovementState"); \ +static_assert(sizeof(ALSBaseCharacter_GetMovementState) == 0x000001, "Wrong size on ALSBaseCharacter_GetMovementState"); \ +static_assert(offsetof(ALSBaseCharacter_GetMovementState, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetMovementState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetMyMovementComponent \ +static_assert(alignof(ALSBaseCharacter_GetMyMovementComponent) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetMyMovementComponent"); \ +static_assert(sizeof(ALSBaseCharacter_GetMyMovementComponent) == 0x000008, "Wrong size on ALSBaseCharacter_GetMyMovementComponent"); \ +static_assert(offsetof(ALSBaseCharacter_GetMyMovementComponent, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetMyMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetOverlayOverrideState \ +static_assert(alignof(ALSBaseCharacter_GetOverlayOverrideState) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetOverlayOverrideState"); \ +static_assert(sizeof(ALSBaseCharacter_GetOverlayOverrideState) == 0x000004, "Wrong size on ALSBaseCharacter_GetOverlayOverrideState"); \ +static_assert(offsetof(ALSBaseCharacter_GetOverlayOverrideState, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetOverlayOverrideState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetOverlayState \ +static_assert(alignof(ALSBaseCharacter_GetOverlayState) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetOverlayState"); \ +static_assert(sizeof(ALSBaseCharacter_GetOverlayState) == 0x000001, "Wrong size on ALSBaseCharacter_GetOverlayState"); \ +static_assert(offsetof(ALSBaseCharacter_GetOverlayState, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetOverlayState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetPrevMovementState \ +static_assert(alignof(ALSBaseCharacter_GetPrevMovementState) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetPrevMovementState"); \ +static_assert(sizeof(ALSBaseCharacter_GetPrevMovementState) == 0x000001, "Wrong size on ALSBaseCharacter_GetPrevMovementState"); \ +static_assert(offsetof(ALSBaseCharacter_GetPrevMovementState, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetPrevMovementState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetRotationMode \ +static_assert(alignof(ALSBaseCharacter_GetRotationMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetRotationMode"); \ +static_assert(sizeof(ALSBaseCharacter_GetRotationMode) == 0x000001, "Wrong size on ALSBaseCharacter_GetRotationMode"); \ +static_assert(offsetof(ALSBaseCharacter_GetRotationMode, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetRotationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetSpeed \ +static_assert(alignof(ALSBaseCharacter_GetSpeed) == 0x000004, "Wrong alignment on ALSBaseCharacter_GetSpeed"); \ +static_assert(sizeof(ALSBaseCharacter_GetSpeed) == 0x000004, "Wrong size on ALSBaseCharacter_GetSpeed"); \ +static_assert(offsetof(ALSBaseCharacter_GetSpeed, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetStance \ +static_assert(alignof(ALSBaseCharacter_GetStance) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetStance"); \ +static_assert(sizeof(ALSBaseCharacter_GetStance) == 0x000001, "Wrong size on ALSBaseCharacter_GetStance"); \ +static_assert(offsetof(ALSBaseCharacter_GetStance, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetStance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetTargetMovementSettings \ +static_assert(alignof(ALSBaseCharacter_GetTargetMovementSettings) == 0x000008, "Wrong alignment on ALSBaseCharacter_GetTargetMovementSettings"); \ +static_assert(sizeof(ALSBaseCharacter_GetTargetMovementSettings) == 0x000020, "Wrong size on ALSBaseCharacter_GetTargetMovementSettings"); \ +static_assert(offsetof(ALSBaseCharacter_GetTargetMovementSettings, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetTargetMovementSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_GetViewMode \ +static_assert(alignof(ALSBaseCharacter_GetViewMode) == 0x000001, "Wrong alignment on ALSBaseCharacter_GetViewMode"); \ +static_assert(sizeof(ALSBaseCharacter_GetViewMode) == 0x000001, "Wrong size on ALSBaseCharacter_GetViewMode"); \ +static_assert(offsetof(ALSBaseCharacter_GetViewMode, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_GetViewMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_HasMovementInput \ +static_assert(alignof(ALSBaseCharacter_HasMovementInput) == 0x000001, "Wrong alignment on ALSBaseCharacter_HasMovementInput"); \ +static_assert(sizeof(ALSBaseCharacter_HasMovementInput) == 0x000001, "Wrong size on ALSBaseCharacter_HasMovementInput"); \ +static_assert(offsetof(ALSBaseCharacter_HasMovementInput, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_HasMovementInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_IsMoving \ +static_assert(alignof(ALSBaseCharacter_IsMoving) == 0x000001, "Wrong alignment on ALSBaseCharacter_IsMoving"); \ +static_assert(sizeof(ALSBaseCharacter_IsMoving) == 0x000001, "Wrong size on ALSBaseCharacter_IsMoving"); \ +static_assert(offsetof(ALSBaseCharacter_IsMoving, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_IsMoving::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSBaseCharacter_IsRightShoulder \ +static_assert(alignof(ALSBaseCharacter_IsRightShoulder) == 0x000001, "Wrong alignment on ALSBaseCharacter_IsRightShoulder"); \ +static_assert(sizeof(ALSBaseCharacter_IsRightShoulder) == 0x000001, "Wrong size on ALSBaseCharacter_IsRightShoulder"); \ +static_assert(offsetof(ALSBaseCharacter_IsRightShoulder, ReturnValue) == 0x000000, "Member 'ALSBaseCharacter_IsRightShoulder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALSBaseCharacter \ +static_assert(alignof(AALSBaseCharacter) == 0x000010, "Wrong alignment on AALSBaseCharacter"); \ +static_assert(sizeof(AALSBaseCharacter) == 0x000940, "Wrong size on AALSBaseCharacter"); \ +static_assert(offsetof(AALSBaseCharacter, JumpPressedDelegate) == 0x000668, "Member 'AALSBaseCharacter::JumpPressedDelegate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, OnJumpedDelegate) == 0x000678, "Member 'AALSBaseCharacter::OnJumpedDelegate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, RagdollStateChangedDelegate) == 0x000688, "Member 'AALSBaseCharacter::RagdollStateChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, OnGaitChangedDispatcher) == 0x000698, "Member 'AALSBaseCharacter::OnGaitChangedDispatcher' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, OnStanceChangedDispatcher) == 0x0006A8, "Member 'AALSBaseCharacter::OnStanceChangedDispatcher' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MyCharacterMovementComponent) == 0x0006B8, "Member 'AALSBaseCharacter::MyCharacterMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, DesiredRotationMode) == 0x0006C0, "Member 'AALSBaseCharacter::DesiredRotationMode' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, DesiredGait) == 0x0006C1, "Member 'AALSBaseCharacter::DesiredGait' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, DesiredStance) == 0x0006C2, "Member 'AALSBaseCharacter::DesiredStance' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, LookUpDownRate) == 0x0006C4, "Member 'AALSBaseCharacter::LookUpDownRate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, LookLeftRightRate) == 0x0006C8, "Member 'AALSBaseCharacter::LookLeftRightRate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, RollDoubleTapTimeout) == 0x0006CC, "Member 'AALSBaseCharacter::RollDoubleTapTimeout' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bBreakFall) == 0x0006D0, "Member 'AALSBaseCharacter::bBreakFall' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bSprintHeld) == 0x0006D1, "Member 'AALSBaseCharacter::bSprintHeld' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, ThirdPersonFOV) == 0x0006D4, "Member 'AALSBaseCharacter::ThirdPersonFOV' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, FirstPersonFOV) == 0x0006D8, "Member 'AALSBaseCharacter::FirstPersonFOV' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bRightShoulder) == 0x0006DC, "Member 'AALSBaseCharacter::bRightShoulder' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MovementModel) == 0x0006E0, "Member 'AALSBaseCharacter::MovementModel' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, Acceleration) == 0x0006F0, "Member 'AALSBaseCharacter::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bIsMoving) == 0x000708, "Member 'AALSBaseCharacter::bIsMoving' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bHasMovementInput) == 0x000709, "Member 'AALSBaseCharacter::bHasMovementInput' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, LastVelocityRotation) == 0x000710, "Member 'AALSBaseCharacter::LastVelocityRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, LastMovementInputRotation) == 0x000728, "Member 'AALSBaseCharacter::LastMovementInputRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, Speed) == 0x000740, "Member 'AALSBaseCharacter::Speed' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MovementInputAmount) == 0x000744, "Member 'AALSBaseCharacter::MovementInputAmount' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, AimYawRate) == 0x000748, "Member 'AALSBaseCharacter::AimYawRate' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, EasedMaxAcceleration) == 0x00074C, "Member 'AALSBaseCharacter::EasedMaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, ReplicatedCurrentAcceleration) == 0x000750, "Member 'AALSBaseCharacter::ReplicatedCurrentAcceleration' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, ReplicatedControlRotation) == 0x000768, "Member 'AALSBaseCharacter::ReplicatedControlRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, VisibleMesh) == 0x000780, "Member 'AALSBaseCharacter::VisibleMesh' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, OverlayState) == 0x000788, "Member 'AALSBaseCharacter::OverlayState' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, GroundedEntryState) == 0x000789, "Member 'AALSBaseCharacter::GroundedEntryState' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MovementState) == 0x00078A, "Member 'AALSBaseCharacter::MovementState' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, PrevMovementState) == 0x00078B, "Member 'AALSBaseCharacter::PrevMovementState' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MovementAction) == 0x00078C, "Member 'AALSBaseCharacter::MovementAction' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, RotationMode) == 0x00078D, "Member 'AALSBaseCharacter::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, Gait) == 0x00078E, "Member 'AALSBaseCharacter::Gait' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, Stance) == 0x00078F, "Member 'AALSBaseCharacter::Stance' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, ViewMode) == 0x000790, "Member 'AALSBaseCharacter::ViewMode' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, OverlayOverrideState) == 0x000794, "Member 'AALSBaseCharacter::OverlayOverrideState' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, MovementData) == 0x000798, "Member 'AALSBaseCharacter::MovementData' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, TargetRotation) == 0x000860, "Member 'AALSBaseCharacter::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, InAirRotation) == 0x000878, "Member 'AALSBaseCharacter::InAirRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, YawOffset) == 0x000890, "Member 'AALSBaseCharacter::YawOffset' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bBreakfallOnLand) == 0x000894, "Member 'AALSBaseCharacter::bBreakfallOnLand' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, BreakfallOnLandVelocity) == 0x000898, "Member 'AALSBaseCharacter::BreakfallOnLandVelocity' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bReversedPelvis) == 0x00089C, "Member 'AALSBaseCharacter::bReversedPelvis' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bRagdollOnLand) == 0x00089D, "Member 'AALSBaseCharacter::bRagdollOnLand' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, RagdollOnLandVelocity) == 0x0008A0, "Member 'AALSBaseCharacter::RagdollOnLandVelocity' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bRagdollOnGround) == 0x0008A4, "Member 'AALSBaseCharacter::bRagdollOnGround' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, bRagdollFaceUp) == 0x0008A5, "Member 'AALSBaseCharacter::bRagdollFaceUp' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, LastRagdollVelocity) == 0x0008A8, "Member 'AALSBaseCharacter::LastRagdollVelocity' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, TargetRagdollLocation) == 0x0008C0, "Member 'AALSBaseCharacter::TargetRagdollLocation' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, CameraBehavior) == 0x000900, "Member 'AALSBaseCharacter::CameraBehavior' has a wrong offset!"); \ +static_assert(offsetof(AALSBaseCharacter, ALSDebugComponent) == 0x000938, "Member 'AALSBaseCharacter::ALSDebugComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacter_AttachToHand \ +static_assert(alignof(ALSCharacter_AttachToHand) == 0x000008, "Wrong alignment on ALSCharacter_AttachToHand"); \ +static_assert(sizeof(ALSCharacter_AttachToHand) == 0x000038, "Wrong size on ALSCharacter_AttachToHand"); \ +static_assert(offsetof(ALSCharacter_AttachToHand, NewStaticMesh) == 0x000000, "Member 'ALSCharacter_AttachToHand::NewStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ALSCharacter_AttachToHand, NewSkeletalMesh) == 0x000008, "Member 'ALSCharacter_AttachToHand::NewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ALSCharacter_AttachToHand, NewAnimClass) == 0x000010, "Member 'ALSCharacter_AttachToHand::NewAnimClass' has a wrong offset!"); \ +static_assert(offsetof(ALSCharacter_AttachToHand, bLeftHand) == 0x000018, "Member 'ALSCharacter_AttachToHand::bLeftHand' has a wrong offset!"); \ +static_assert(offsetof(ALSCharacter_AttachToHand, Offset) == 0x000020, "Member 'ALSCharacter_AttachToHand::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALSCharacter \ +static_assert(alignof(AALSCharacter) == 0x000010, "Wrong alignment on AALSCharacter"); \ +static_assert(sizeof(AALSCharacter) == 0x000960, "Wrong size on AALSCharacter"); \ +static_assert(offsetof(AALSCharacter, HeldObjectRoot) == 0x000940, "Member 'AALSCharacter::HeldObjectRoot' has a wrong offset!"); \ +static_assert(offsetof(AALSCharacter, SkeletalMesh) == 0x000948, "Member 'AALSCharacter::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(AALSCharacter, StaticMesh) == 0x000950, "Member 'AALSCharacter::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_PlayDynamicTransition \ +static_assert(alignof(ALSCharacterAnimInstance_PlayDynamicTransition) == 0x000008, "Wrong alignment on ALSCharacterAnimInstance_PlayDynamicTransition"); \ +static_assert(sizeof(ALSCharacterAnimInstance_PlayDynamicTransition) == 0x000020, "Wrong size on ALSCharacterAnimInstance_PlayDynamicTransition"); \ +static_assert(offsetof(ALSCharacterAnimInstance_PlayDynamicTransition, ReTriggerDelay) == 0x000000, "Member 'ALSCharacterAnimInstance_PlayDynamicTransition::ReTriggerDelay' has a wrong offset!"); \ +static_assert(offsetof(ALSCharacterAnimInstance_PlayDynamicTransition, Parameters) == 0x000008, "Member 'ALSCharacterAnimInstance_PlayDynamicTransition::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_PlayTransition \ +static_assert(alignof(ALSCharacterAnimInstance_PlayTransition) == 0x000008, "Wrong alignment on ALSCharacterAnimInstance_PlayTransition"); \ +static_assert(sizeof(ALSCharacterAnimInstance_PlayTransition) == 0x000018, "Wrong size on ALSCharacterAnimInstance_PlayTransition"); \ +static_assert(offsetof(ALSCharacterAnimInstance_PlayTransition, Parameters) == 0x000000, "Member 'ALSCharacterAnimInstance_PlayTransition::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_PlayTransitionChecked \ +static_assert(alignof(ALSCharacterAnimInstance_PlayTransitionChecked) == 0x000008, "Wrong alignment on ALSCharacterAnimInstance_PlayTransitionChecked"); \ +static_assert(sizeof(ALSCharacterAnimInstance_PlayTransitionChecked) == 0x000018, "Wrong size on ALSCharacterAnimInstance_PlayTransitionChecked"); \ +static_assert(offsetof(ALSCharacterAnimInstance_PlayTransitionChecked, Parameters) == 0x000000, "Member 'ALSCharacterAnimInstance_PlayTransitionChecked::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_SetGroundedEntryState \ +static_assert(alignof(ALSCharacterAnimInstance_SetGroundedEntryState) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_SetGroundedEntryState"); \ +static_assert(sizeof(ALSCharacterAnimInstance_SetGroundedEntryState) == 0x000001, "Wrong size on ALSCharacterAnimInstance_SetGroundedEntryState"); \ +static_assert(offsetof(ALSCharacterAnimInstance_SetGroundedEntryState, NewState) == 0x000000, "Member 'ALSCharacterAnimInstance_SetGroundedEntryState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_SetTrackedHipsDirection \ +static_assert(alignof(ALSCharacterAnimInstance_SetTrackedHipsDirection) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_SetTrackedHipsDirection"); \ +static_assert(sizeof(ALSCharacterAnimInstance_SetTrackedHipsDirection) == 0x000001, "Wrong size on ALSCharacterAnimInstance_SetTrackedHipsDirection"); \ +static_assert(offsetof(ALSCharacterAnimInstance_SetTrackedHipsDirection, HipsDirection) == 0x000000, "Member 'ALSCharacterAnimInstance_SetTrackedHipsDirection::HipsDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_CanDynamicTransition \ +static_assert(alignof(ALSCharacterAnimInstance_CanDynamicTransition) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_CanDynamicTransition"); \ +static_assert(sizeof(ALSCharacterAnimInstance_CanDynamicTransition) == 0x000001, "Wrong size on ALSCharacterAnimInstance_CanDynamicTransition"); \ +static_assert(offsetof(ALSCharacterAnimInstance_CanDynamicTransition, ReturnValue) == 0x000000, "Member 'ALSCharacterAnimInstance_CanDynamicTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_CanRotateInPlace \ +static_assert(alignof(ALSCharacterAnimInstance_CanRotateInPlace) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_CanRotateInPlace"); \ +static_assert(sizeof(ALSCharacterAnimInstance_CanRotateInPlace) == 0x000001, "Wrong size on ALSCharacterAnimInstance_CanRotateInPlace"); \ +static_assert(offsetof(ALSCharacterAnimInstance_CanRotateInPlace, ReturnValue) == 0x000000, "Member 'ALSCharacterAnimInstance_CanRotateInPlace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_CanTurnInPlace \ +static_assert(alignof(ALSCharacterAnimInstance_CanTurnInPlace) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_CanTurnInPlace"); \ +static_assert(sizeof(ALSCharacterAnimInstance_CanTurnInPlace) == 0x000001, "Wrong size on ALSCharacterAnimInstance_CanTurnInPlace"); \ +static_assert(offsetof(ALSCharacterAnimInstance_CanTurnInPlace, ReturnValue) == 0x000000, "Member 'ALSCharacterAnimInstance_CanTurnInPlace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterAnimInstance_ShouldMoveCheck \ +static_assert(alignof(ALSCharacterAnimInstance_ShouldMoveCheck) == 0x000001, "Wrong alignment on ALSCharacterAnimInstance_ShouldMoveCheck"); \ +static_assert(sizeof(ALSCharacterAnimInstance_ShouldMoveCheck) == 0x000001, "Wrong size on ALSCharacterAnimInstance_ShouldMoveCheck"); \ +static_assert(offsetof(ALSCharacterAnimInstance_ShouldMoveCheck, ReturnValue) == 0x000000, "Member 'ALSCharacterAnimInstance_ShouldMoveCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSCharacterAnimInstance \ +static_assert(alignof(UALSCharacterAnimInstance) == 0x000010, "Wrong alignment on UALSCharacterAnimInstance"); \ +static_assert(sizeof(UALSCharacterAnimInstance) == 0x0008C0, "Wrong size on UALSCharacterAnimInstance"); \ +static_assert(offsetof(UALSCharacterAnimInstance, Character) == 0x000368, "Member 'UALSCharacterAnimInstance::Character' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, CharacterInformation) == 0x000370, "Member 'UALSCharacterAnimInstance::CharacterInformation' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, MovementState) == 0x000418, "Member 'UALSCharacterAnimInstance::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, MovementAction) == 0x00041E, "Member 'UALSCharacterAnimInstance::MovementAction' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, RotationMode) == 0x000424, "Member 'UALSCharacterAnimInstance::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, Gait) == 0x000428, "Member 'UALSCharacterAnimInstance::Gait' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, Stance) == 0x00042C, "Member 'UALSCharacterAnimInstance::Stance' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, OverlayState) == 0x00042F, "Member 'UALSCharacterAnimInstance::OverlayState' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, Grounded) == 0x000440, "Member 'UALSCharacterAnimInstance::Grounded' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, VelocityBlend) == 0x000474, "Member 'UALSCharacterAnimInstance::VelocityBlend' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, LeanAmount) == 0x000484, "Member 'UALSCharacterAnimInstance::LeanAmount' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, RelativeAccelerationAmount) == 0x000490, "Member 'UALSCharacterAnimInstance::RelativeAccelerationAmount' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, GroundedEntryState) == 0x0004A8, "Member 'UALSCharacterAnimInstance::GroundedEntryState' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, MovementDirection) == 0x0004AB, "Member 'UALSCharacterAnimInstance::MovementDirection' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, InAir) == 0x0004B0, "Member 'UALSCharacterAnimInstance::InAir' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, AimingValues) == 0x0004C0, "Member 'UALSCharacterAnimInstance::AimingValues' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, SmoothedAimingAngle) == 0x000518, "Member 'UALSCharacterAnimInstance::SmoothedAimingAngle' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, FlailRate) == 0x000528, "Member 'UALSCharacterAnimInstance::FlailRate' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, LayerBlendingValues) == 0x00052C, "Member 'UALSCharacterAnimInstance::LayerBlendingValues' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, FootIKValues) == 0x000590, "Member 'UALSCharacterAnimInstance::FootIKValues' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, TurnInPlaceValues) == 0x0006C8, "Member 'UALSCharacterAnimInstance::TurnInPlaceValues' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, RotateInPlace) == 0x0007E0, "Member 'UALSCharacterAnimInstance::RotateInPlace' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, Config) == 0x0007F8, "Member 'UALSCharacterAnimInstance::Config' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, DiagonalScaleAmountCurve) == 0x000830, "Member 'UALSCharacterAnimInstance::DiagonalScaleAmountCurve' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, StrideBlend_N_Walk) == 0x000838, "Member 'UALSCharacterAnimInstance::StrideBlend_N_Walk' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, StrideBlend_N_Run) == 0x000840, "Member 'UALSCharacterAnimInstance::StrideBlend_N_Run' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, StrideBlend_C_Walk) == 0x000848, "Member 'UALSCharacterAnimInstance::StrideBlend_C_Walk' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, LandPredictionCurve) == 0x000850, "Member 'UALSCharacterAnimInstance::LandPredictionCurve' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, LeanInAirCurve) == 0x000858, "Member 'UALSCharacterAnimInstance::LeanInAirCurve' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, YawOffset_FB) == 0x000860, "Member 'UALSCharacterAnimInstance::YawOffset_FB' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, YawOffset_LR) == 0x000868, "Member 'UALSCharacterAnimInstance::YawOffset_LR' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, TransitionAnim_R) == 0x000870, "Member 'UALSCharacterAnimInstance::TransitionAnim_R' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, TransitionAnim_L) == 0x000878, "Member 'UALSCharacterAnimInstance::TransitionAnim_L' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, IkFootL_BoneName) == 0x000880, "Member 'UALSCharacterAnimInstance::IkFootL_BoneName' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, IkFootR_BoneName) == 0x000888, "Member 'UALSCharacterAnimInstance::IkFootR_BoneName' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterAnimInstance, ALSDebugComponent) == 0x0008B0, "Member 'UALSCharacterAnimInstance::ALSDebugComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterMovementComponent_Server_SetAllowedGait \ +static_assert(alignof(ALSCharacterMovementComponent_Server_SetAllowedGait) == 0x000001, "Wrong alignment on ALSCharacterMovementComponent_Server_SetAllowedGait"); \ +static_assert(sizeof(ALSCharacterMovementComponent_Server_SetAllowedGait) == 0x000001, "Wrong size on ALSCharacterMovementComponent_Server_SetAllowedGait"); \ +static_assert(offsetof(ALSCharacterMovementComponent_Server_SetAllowedGait, NewAllowedGait) == 0x000000, "Member 'ALSCharacterMovementComponent_Server_SetAllowedGait::NewAllowedGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterMovementComponent_SetAllowedGait \ +static_assert(alignof(ALSCharacterMovementComponent_SetAllowedGait) == 0x000001, "Wrong alignment on ALSCharacterMovementComponent_SetAllowedGait"); \ +static_assert(sizeof(ALSCharacterMovementComponent_SetAllowedGait) == 0x000001, "Wrong size on ALSCharacterMovementComponent_SetAllowedGait"); \ +static_assert(offsetof(ALSCharacterMovementComponent_SetAllowedGait, NewAllowedGait) == 0x000000, "Member 'ALSCharacterMovementComponent_SetAllowedGait::NewAllowedGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSCharacterMovementComponent_SetMovementSettings \ +static_assert(alignof(ALSCharacterMovementComponent_SetMovementSettings) == 0x000008, "Wrong alignment on ALSCharacterMovementComponent_SetMovementSettings"); \ +static_assert(sizeof(ALSCharacterMovementComponent_SetMovementSettings) == 0x000020, "Wrong size on ALSCharacterMovementComponent_SetMovementSettings"); \ +static_assert(offsetof(ALSCharacterMovementComponent_SetMovementSettings, NewMovementSettings) == 0x000000, "Member 'ALSCharacterMovementComponent_SetMovementSettings::NewMovementSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSCharacterMovementComponent \ +static_assert(alignof(UALSCharacterMovementComponent) == 0x000010, "Wrong alignment on UALSCharacterMovementComponent"); \ +static_assert(sizeof(UALSCharacterMovementComponent) == 0x000FD0, "Wrong size on UALSCharacterMovementComponent"); \ +static_assert(offsetof(UALSCharacterMovementComponent, AvoidanceCapsuleComponentTag) == 0x000F78, "Member 'UALSCharacterMovementComponent::AvoidanceCapsuleComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, bRequestMovementSettingsChange) == 0x000F80, "Member 'UALSCharacterMovementComponent::bRequestMovementSettingsChange' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, AllowedGait) == 0x000F81, "Member 'UALSCharacterMovementComponent::AllowedGait' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, CurrentMovementSettings) == 0x000F88, "Member 'UALSCharacterMovementComponent::CurrentMovementSettings' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, bUseMovementSettingsWhenFlying) == 0x000FA8, "Member 'UALSCharacterMovementComponent::bUseMovementSettingsWhenFlying' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, CustomDefaultMovementMode) == 0x000FA9, "Member 'UALSCharacterMovementComponent::CustomDefaultMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, AgentName) == 0x000FAC, "Member 'UALSCharacterMovementComponent::AgentName' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, bForceUseNavMeshWalking) == 0x000FB4, "Member 'UALSCharacterMovementComponent::bForceUseNavMeshWalking' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, NavMeshWalkingSearchDistance) == 0x000FB8, "Member 'UALSCharacterMovementComponent::NavMeshWalkingSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, NavMeshWalkingHeightSearchScale) == 0x000FBC, "Member 'UALSCharacterMovementComponent::NavMeshWalkingHeightSearchScale' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, DebugDisplayNavMeshWalkingLifetime) == 0x000FC0, "Member 'UALSCharacterMovementComponent::DebugDisplayNavMeshWalkingLifetime' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, bForcePositionOnNavMesh) == 0x000FC4, "Member 'UALSCharacterMovementComponent::bForcePositionOnNavMesh' has a wrong offset!"); \ +static_assert(offsetof(UALSCharacterMovementComponent, DebugDisplayForcePositionOnNavMeshLifetime) == 0x000FC8, "Member 'UALSCharacterMovementComponent::DebugDisplayForcePositionOnNavMeshLifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_FocusedDebugCharacterCycle \ +static_assert(alignof(ALSDebugComponent_FocusedDebugCharacterCycle) == 0x000001, "Wrong alignment on ALSDebugComponent_FocusedDebugCharacterCycle"); \ +static_assert(sizeof(ALSDebugComponent_FocusedDebugCharacterCycle) == 0x000001, "Wrong size on ALSDebugComponent_FocusedDebugCharacterCycle"); \ +static_assert(offsetof(ALSDebugComponent_FocusedDebugCharacterCycle, bValue) == 0x000000, "Member 'ALSDebugComponent_FocusedDebugCharacterCycle::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_GetDebugView \ +static_assert(alignof(ALSDebugComponent_GetDebugView) == 0x000001, "Wrong alignment on ALSDebugComponent_GetDebugView"); \ +static_assert(sizeof(ALSDebugComponent_GetDebugView) == 0x000001, "Wrong size on ALSDebugComponent_GetDebugView"); \ +static_assert(offsetof(ALSDebugComponent_GetDebugView, ReturnValue) == 0x000000, "Member 'ALSDebugComponent_GetDebugView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_GetShowDebugShapes \ +static_assert(alignof(ALSDebugComponent_GetShowDebugShapes) == 0x000001, "Wrong alignment on ALSDebugComponent_GetShowDebugShapes"); \ +static_assert(sizeof(ALSDebugComponent_GetShowDebugShapes) == 0x000001, "Wrong size on ALSDebugComponent_GetShowDebugShapes"); \ +static_assert(offsetof(ALSDebugComponent_GetShowDebugShapes, ReturnValue) == 0x000000, "Member 'ALSDebugComponent_GetShowDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_GetShowLayerColors \ +static_assert(alignof(ALSDebugComponent_GetShowLayerColors) == 0x000001, "Wrong alignment on ALSDebugComponent_GetShowLayerColors"); \ +static_assert(sizeof(ALSDebugComponent_GetShowLayerColors) == 0x000001, "Wrong size on ALSDebugComponent_GetShowLayerColors"); \ +static_assert(offsetof(ALSDebugComponent_GetShowLayerColors, ReturnValue) == 0x000000, "Member 'ALSDebugComponent_GetShowLayerColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_GetShowTraces \ +static_assert(alignof(ALSDebugComponent_GetShowTraces) == 0x000001, "Wrong alignment on ALSDebugComponent_GetShowTraces"); \ +static_assert(sizeof(ALSDebugComponent_GetShowTraces) == 0x000001, "Wrong size on ALSDebugComponent_GetShowTraces"); \ +static_assert(offsetof(ALSDebugComponent_GetShowTraces, ReturnValue) == 0x000000, "Member 'ALSDebugComponent_GetShowTraces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_OnPlayerControllerInitialized \ +static_assert(alignof(ALSDebugComponent_OnPlayerControllerInitialized) == 0x000008, "Wrong alignment on ALSDebugComponent_OnPlayerControllerInitialized"); \ +static_assert(sizeof(ALSDebugComponent_OnPlayerControllerInitialized) == 0x000008, "Wrong size on ALSDebugComponent_OnPlayerControllerInitialized"); \ +static_assert(offsetof(ALSDebugComponent_OnPlayerControllerInitialized, Controller) == 0x000000, "Member 'ALSDebugComponent_OnPlayerControllerInitialized::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_OpenOverlayMenu \ +static_assert(alignof(ALSDebugComponent_OpenOverlayMenu) == 0x000001, "Wrong alignment on ALSDebugComponent_OpenOverlayMenu"); \ +static_assert(sizeof(ALSDebugComponent_OpenOverlayMenu) == 0x000001, "Wrong size on ALSDebugComponent_OpenOverlayMenu"); \ +static_assert(offsetof(ALSDebugComponent_OpenOverlayMenu, bValue) == 0x000000, "Member 'ALSDebugComponent_OpenOverlayMenu::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_OverlayMenuCycle \ +static_assert(alignof(ALSDebugComponent_OverlayMenuCycle) == 0x000001, "Wrong alignment on ALSDebugComponent_OverlayMenuCycle"); \ +static_assert(sizeof(ALSDebugComponent_OverlayMenuCycle) == 0x000001, "Wrong size on ALSDebugComponent_OverlayMenuCycle"); \ +static_assert(offsetof(ALSDebugComponent_OverlayMenuCycle, bValue) == 0x000000, "Member 'ALSDebugComponent_OverlayMenuCycle::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSDebugComponent_ToggleGlobalTimeDilationLocal \ +static_assert(alignof(ALSDebugComponent_ToggleGlobalTimeDilationLocal) == 0x000004, "Wrong alignment on ALSDebugComponent_ToggleGlobalTimeDilationLocal"); \ +static_assert(sizeof(ALSDebugComponent_ToggleGlobalTimeDilationLocal) == 0x000004, "Wrong size on ALSDebugComponent_ToggleGlobalTimeDilationLocal"); \ +static_assert(offsetof(ALSDebugComponent_ToggleGlobalTimeDilationLocal, TimeDilation) == 0x000000, "Member 'ALSDebugComponent_ToggleGlobalTimeDilationLocal::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSDebugComponent \ +static_assert(alignof(UALSDebugComponent) == 0x000008, "Wrong alignment on UALSDebugComponent"); \ +static_assert(sizeof(UALSDebugComponent) == 0x0000E8, "Wrong size on UALSDebugComponent"); \ +static_assert(offsetof(UALSDebugComponent, OwnerCharacter) == 0x0000A0, "Member 'UALSDebugComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, bSlomo) == 0x0000A8, "Member 'UALSDebugComponent::bSlomo' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, bShowHUD) == 0x0000A9, "Member 'UALSDebugComponent::bShowHUD' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, bShowCharacterInfo) == 0x0000AA, "Member 'UALSDebugComponent::bShowCharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, DebugSkeletalMesh) == 0x0000B0, "Member 'UALSDebugComponent::DebugSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, AvailableDebugCharacters) == 0x0000B8, "Member 'UALSDebugComponent::AvailableDebugCharacters' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, DebugFocusCharacter) == 0x0000C8, "Member 'UALSDebugComponent::DebugFocusCharacter' has a wrong offset!"); \ +static_assert(offsetof(UALSDebugComponent, DefaultSkeletalMesh) == 0x0000D8, "Member 'UALSDebugComponent::DefaultSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_GetMantleAsset \ +static_assert(alignof(ALSMantleComponent_GetMantleAsset) == 0x000008, "Wrong alignment on ALSMantleComponent_GetMantleAsset"); \ +static_assert(sizeof(ALSMantleComponent_GetMantleAsset) == 0x000048, "Wrong size on ALSMantleComponent_GetMantleAsset"); \ +static_assert(offsetof(ALSMantleComponent_GetMantleAsset, MantleType) == 0x000000, "Member 'ALSMantleComponent_GetMantleAsset::MantleType' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_GetMantleAsset, CurrentOverlayState) == 0x000001, "Member 'ALSMantleComponent_GetMantleAsset::CurrentOverlayState' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_GetMantleAsset, ReturnValue) == 0x000008, "Member 'ALSMantleComponent_GetMantleAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_MantleCheck \ +static_assert(alignof(ALSMantleComponent_MantleCheck) == 0x000004, "Wrong alignment on ALSMantleComponent_MantleCheck"); \ +static_assert(sizeof(ALSMantleComponent_MantleCheck) == 0x000018, "Wrong size on ALSMantleComponent_MantleCheck"); \ +static_assert(offsetof(ALSMantleComponent_MantleCheck, TraceSettings) == 0x000000, "Member 'ALSMantleComponent_MantleCheck::TraceSettings' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_MantleCheck, DebugType) == 0x000014, "Member 'ALSMantleComponent_MantleCheck::DebugType' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_MantleCheck, ReturnValue) == 0x000015, "Member 'ALSMantleComponent_MantleCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_MantleStart \ +static_assert(alignof(ALSMantleComponent_MantleStart) == 0x000010, "Wrong alignment on ALSMantleComponent_MantleStart"); \ +static_assert(sizeof(ALSMantleComponent_MantleStart) == 0x000090, "Wrong size on ALSMantleComponent_MantleStart"); \ +static_assert(offsetof(ALSMantleComponent_MantleStart, MantleHeight) == 0x000000, "Member 'ALSMantleComponent_MantleStart::MantleHeight' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_MantleStart, MantleLedgeWS) == 0x000010, "Member 'ALSMantleComponent_MantleStart::MantleLedgeWS' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_MantleStart, MantleType) == 0x000080, "Member 'ALSMantleComponent_MantleStart::MantleType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_MantleUpdate \ +static_assert(alignof(ALSMantleComponent_MantleUpdate) == 0x000004, "Wrong alignment on ALSMantleComponent_MantleUpdate"); \ +static_assert(sizeof(ALSMantleComponent_MantleUpdate) == 0x000004, "Wrong size on ALSMantleComponent_MantleUpdate"); \ +static_assert(offsetof(ALSMantleComponent_MantleUpdate, BlendIn) == 0x000000, "Member 'ALSMantleComponent_MantleUpdate::BlendIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_Multicast_MantleStart \ +static_assert(alignof(ALSMantleComponent_Multicast_MantleStart) == 0x000010, "Wrong alignment on ALSMantleComponent_Multicast_MantleStart"); \ +static_assert(sizeof(ALSMantleComponent_Multicast_MantleStart) == 0x000090, "Wrong size on ALSMantleComponent_Multicast_MantleStart"); \ +static_assert(offsetof(ALSMantleComponent_Multicast_MantleStart, MantleHeight) == 0x000000, "Member 'ALSMantleComponent_Multicast_MantleStart::MantleHeight' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_Multicast_MantleStart, MantleLedgeWS) == 0x000010, "Member 'ALSMantleComponent_Multicast_MantleStart::MantleLedgeWS' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_Multicast_MantleStart, MantleType) == 0x000080, "Member 'ALSMantleComponent_Multicast_MantleStart::MantleType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_OnOwnerRagdollStateChanged \ +static_assert(alignof(ALSMantleComponent_OnOwnerRagdollStateChanged) == 0x000001, "Wrong alignment on ALSMantleComponent_OnOwnerRagdollStateChanged"); \ +static_assert(sizeof(ALSMantleComponent_OnOwnerRagdollStateChanged) == 0x000001, "Wrong size on ALSMantleComponent_OnOwnerRagdollStateChanged"); \ +static_assert(offsetof(ALSMantleComponent_OnOwnerRagdollStateChanged, bRagdollState) == 0x000000, "Member 'ALSMantleComponent_OnOwnerRagdollStateChanged::bRagdollState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMantleComponent_Server_MantleStart \ +static_assert(alignof(ALSMantleComponent_Server_MantleStart) == 0x000010, "Wrong alignment on ALSMantleComponent_Server_MantleStart"); \ +static_assert(sizeof(ALSMantleComponent_Server_MantleStart) == 0x000090, "Wrong size on ALSMantleComponent_Server_MantleStart"); \ +static_assert(offsetof(ALSMantleComponent_Server_MantleStart, MantleHeight) == 0x000000, "Member 'ALSMantleComponent_Server_MantleStart::MantleHeight' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_Server_MantleStart, MantleLedgeWS) == 0x000010, "Member 'ALSMantleComponent_Server_MantleStart::MantleLedgeWS' has a wrong offset!"); \ +static_assert(offsetof(ALSMantleComponent_Server_MantleStart, MantleType) == 0x000080, "Member 'ALSMantleComponent_Server_MantleStart::MantleType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSMantleComponent \ +static_assert(alignof(UALSMantleComponent) == 0x000010, "Wrong alignment on UALSMantleComponent"); \ +static_assert(sizeof(UALSMantleComponent) == 0x0002F0, "Wrong size on UALSMantleComponent"); \ +static_assert(offsetof(UALSMantleComponent, OnMantleStateChanged) == 0x0000A0, "Member 'UALSMantleComponent::OnMantleStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleTimeline) == 0x0000B0, "Member 'UALSMantleComponent::MantleTimeline' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, GroundedTraceSettings) == 0x0000B8, "Member 'UALSMantleComponent::GroundedTraceSettings' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, AutomaticTraceSettings) == 0x0000CC, "Member 'UALSMantleComponent::AutomaticTraceSettings' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, FallingTraceSettings) == 0x0000E0, "Member 'UALSMantleComponent::FallingTraceSettings' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleTimelineCurve) == 0x0000F8, "Member 'UALSMantleComponent::MantleTimelineCurve' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleObjectDetectionProfile) == 0x000100, "Member 'UALSMantleComponent::MantleObjectDetectionProfile' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, WalkableSurfaceDetectionChannel) == 0x000108, "Member 'UALSMantleComponent::WalkableSurfaceDetectionChannel' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleParams) == 0x000110, "Member 'UALSMantleComponent::MantleParams' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleLedgeLS) == 0x000140, "Member 'UALSMantleComponent::MantleLedgeLS' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleTarget) == 0x0001B0, "Member 'UALSMantleComponent::MantleTarget' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleActualStartOffset) == 0x000210, "Member 'UALSMantleComponent::MantleActualStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, MantleAnimatedStartOffset) == 0x000270, "Member 'UALSMantleComponent::MantleAnimatedStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, AcceptableVelocityWhileMantling) == 0x0002D0, "Member 'UALSMantleComponent::AcceptableVelocityWhileMantling' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, OwnerCharacter) == 0x0002D8, "Member 'UALSMantleComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UALSMantleComponent, ALSDebugComponent) == 0x0002E0, "Member 'UALSMantleComponent::ALSDebugComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_AngleInRange \ +static_assert(alignof(ALSMathLibrary_AngleInRange) == 0x000004, "Wrong alignment on ALSMathLibrary_AngleInRange"); \ +static_assert(sizeof(ALSMathLibrary_AngleInRange) == 0x000014, "Wrong size on ALSMathLibrary_AngleInRange"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, Angle) == 0x000000, "Member 'ALSMathLibrary_AngleInRange::Angle' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, MinAngle) == 0x000004, "Member 'ALSMathLibrary_AngleInRange::MinAngle' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, MaxAngle) == 0x000008, "Member 'ALSMathLibrary_AngleInRange::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, Buffer) == 0x00000C, "Member 'ALSMathLibrary_AngleInRange::Buffer' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, IncreaseBuffer) == 0x000010, "Member 'ALSMathLibrary_AngleInRange::IncreaseBuffer' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_AngleInRange, ReturnValue) == 0x000011, "Member 'ALSMathLibrary_AngleInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_CalculateQuadrant \ +static_assert(alignof(ALSMathLibrary_CalculateQuadrant) == 0x000004, "Wrong alignment on ALSMathLibrary_CalculateQuadrant"); \ +static_assert(sizeof(ALSMathLibrary_CalculateQuadrant) == 0x000020, "Wrong size on ALSMathLibrary_CalculateQuadrant"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, Current) == 0x000000, "Member 'ALSMathLibrary_CalculateQuadrant::Current' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, FRThreshold) == 0x000004, "Member 'ALSMathLibrary_CalculateQuadrant::FRThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, FLThreshold) == 0x000008, "Member 'ALSMathLibrary_CalculateQuadrant::FLThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, BRThreshold) == 0x00000C, "Member 'ALSMathLibrary_CalculateQuadrant::BRThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, BLThreshold) == 0x000010, "Member 'ALSMathLibrary_CalculateQuadrant::BLThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, Buffer) == 0x000014, "Member 'ALSMathLibrary_CalculateQuadrant::Buffer' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, Angle) == 0x000018, "Member 'ALSMathLibrary_CalculateQuadrant::Angle' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CalculateQuadrant, ReturnValue) == 0x00001C, "Member 'ALSMathLibrary_CalculateQuadrant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_CapsuleHasRoomCheck \ +static_assert(alignof(ALSMathLibrary_CapsuleHasRoomCheck) == 0x000008, "Wrong alignment on ALSMathLibrary_CapsuleHasRoomCheck"); \ +static_assert(sizeof(ALSMathLibrary_CapsuleHasRoomCheck) == 0x000030, "Wrong size on ALSMathLibrary_CapsuleHasRoomCheck"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, Capsule) == 0x000000, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, TargetLocation) == 0x000008, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, HeightOffset) == 0x000020, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::HeightOffset' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, RadiusOffset) == 0x000024, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::RadiusOffset' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, DebugType) == 0x000028, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::DebugType' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, DrawDebugTrace) == 0x000029, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::DrawDebugTrace' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_CapsuleHasRoomCheck, ReturnValue) == 0x00002A, "Member 'ALSMathLibrary_CapsuleHasRoomCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_GetCapsuleBaseLocation \ +static_assert(alignof(ALSMathLibrary_GetCapsuleBaseLocation) == 0x000008, "Wrong alignment on ALSMathLibrary_GetCapsuleBaseLocation"); \ +static_assert(sizeof(ALSMathLibrary_GetCapsuleBaseLocation) == 0x000028, "Wrong size on ALSMathLibrary_GetCapsuleBaseLocation"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleBaseLocation, ZOffset) == 0x000000, "Member 'ALSMathLibrary_GetCapsuleBaseLocation::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleBaseLocation, Capsule) == 0x000008, "Member 'ALSMathLibrary_GetCapsuleBaseLocation::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleBaseLocation, ReturnValue) == 0x000010, "Member 'ALSMathLibrary_GetCapsuleBaseLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_GetCapsuleLocationFromBase \ +static_assert(alignof(ALSMathLibrary_GetCapsuleLocationFromBase) == 0x000008, "Wrong alignment on ALSMathLibrary_GetCapsuleLocationFromBase"); \ +static_assert(sizeof(ALSMathLibrary_GetCapsuleLocationFromBase) == 0x000040, "Wrong size on ALSMathLibrary_GetCapsuleLocationFromBase"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleLocationFromBase, BaseLocation) == 0x000000, "Member 'ALSMathLibrary_GetCapsuleLocationFromBase::BaseLocation' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleLocationFromBase, ZOffset) == 0x000018, "Member 'ALSMathLibrary_GetCapsuleLocationFromBase::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleLocationFromBase, Capsule) == 0x000020, "Member 'ALSMathLibrary_GetCapsuleLocationFromBase::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_GetCapsuleLocationFromBase, ReturnValue) == 0x000028, "Member 'ALSMathLibrary_GetCapsuleLocationFromBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_MantleComponentLocalToWorld \ +static_assert(alignof(ALSMathLibrary_MantleComponentLocalToWorld) == 0x000010, "Wrong alignment on ALSMathLibrary_MantleComponentLocalToWorld"); \ +static_assert(sizeof(ALSMathLibrary_MantleComponentLocalToWorld) == 0x0000D0, "Wrong size on ALSMathLibrary_MantleComponentLocalToWorld"); \ +static_assert(offsetof(ALSMathLibrary_MantleComponentLocalToWorld, CompAndTransform) == 0x000000, "Member 'ALSMathLibrary_MantleComponentLocalToWorld::CompAndTransform' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_MantleComponentLocalToWorld, ReturnValue) == 0x000070, "Member 'ALSMathLibrary_MantleComponentLocalToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_TransformAdd \ +static_assert(alignof(ALSMathLibrary_TransformAdd) == 0x000010, "Wrong alignment on ALSMathLibrary_TransformAdd"); \ +static_assert(sizeof(ALSMathLibrary_TransformAdd) == 0x000120, "Wrong size on ALSMathLibrary_TransformAdd"); \ +static_assert(offsetof(ALSMathLibrary_TransformAdd, T1) == 0x000000, "Member 'ALSMathLibrary_TransformAdd::T1' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_TransformAdd, T2) == 0x000060, "Member 'ALSMathLibrary_TransformAdd::T2' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_TransformAdd, ReturnValue) == 0x0000C0, "Member 'ALSMathLibrary_TransformAdd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSMathLibrary_TransformSub \ +static_assert(alignof(ALSMathLibrary_TransformSub) == 0x000010, "Wrong alignment on ALSMathLibrary_TransformSub"); \ +static_assert(sizeof(ALSMathLibrary_TransformSub) == 0x000120, "Wrong size on ALSMathLibrary_TransformSub"); \ +static_assert(offsetof(ALSMathLibrary_TransformSub, T1) == 0x000000, "Member 'ALSMathLibrary_TransformSub::T1' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_TransformSub, T2) == 0x000060, "Member 'ALSMathLibrary_TransformSub::T2' has a wrong offset!"); \ +static_assert(offsetof(ALSMathLibrary_TransformSub, ReturnValue) == 0x0000C0, "Member 'ALSMathLibrary_TransformSub::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSMathLibrary \ +static_assert(alignof(UALSMathLibrary) == 0x000008, "Wrong alignment on UALSMathLibrary"); \ +static_assert(sizeof(UALSMathLibrary) == 0x000028, "Wrong size on UALSMathLibrary"); \ + +#define DUMPER7_ASSERTS_UALSNotifyStateEarlyBlendOut \ +static_assert(alignof(UALSNotifyStateEarlyBlendOut) == 0x000008, "Wrong alignment on UALSNotifyStateEarlyBlendOut"); \ +static_assert(sizeof(UALSNotifyStateEarlyBlendOut) == 0x000050, "Wrong size on UALSNotifyStateEarlyBlendOut"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, ThisMontage) == 0x000038, "Member 'UALSNotifyStateEarlyBlendOut::ThisMontage' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, BlendOutTime) == 0x000040, "Member 'UALSNotifyStateEarlyBlendOut::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, bCheckMovementState) == 0x000044, "Member 'UALSNotifyStateEarlyBlendOut::bCheckMovementState' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, MovementStateEquals) == 0x000045, "Member 'UALSNotifyStateEarlyBlendOut::MovementStateEquals' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, bCheckStance) == 0x000046, "Member 'UALSNotifyStateEarlyBlendOut::bCheckStance' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, StanceEquals) == 0x000047, "Member 'UALSNotifyStateEarlyBlendOut::StanceEquals' has a wrong offset!"); \ +static_assert(offsetof(UALSNotifyStateEarlyBlendOut, bCheckMovementInput) == 0x000048, "Member 'UALSNotifyStateEarlyBlendOut::bCheckMovementInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSNotifyStateMovementAction \ +static_assert(alignof(UALSNotifyStateMovementAction) == 0x000008, "Wrong alignment on UALSNotifyStateMovementAction"); \ +static_assert(sizeof(UALSNotifyStateMovementAction) == 0x000040, "Wrong size on UALSNotifyStateMovementAction"); \ +static_assert(offsetof(UALSNotifyStateMovementAction, MovementAction) == 0x000038, "Member 'UALSNotifyStateMovementAction::MovementAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSNotifyStateOverlayOverride \ +static_assert(alignof(UALSNotifyStateOverlayOverride) == 0x000008, "Wrong alignment on UALSNotifyStateOverlayOverride"); \ +static_assert(sizeof(UALSNotifyStateOverlayOverride) == 0x000040, "Wrong size on UALSNotifyStateOverlayOverride"); \ +static_assert(offsetof(UALSNotifyStateOverlayOverride, OverlayOverrideState) == 0x000038, "Member 'UALSNotifyStateOverlayOverride::OverlayOverrideState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALSPlayerCameraBehavior \ +static_assert(alignof(UALSPlayerCameraBehavior) == 0x000010, "Wrong alignment on UALSPlayerCameraBehavior"); \ +static_assert(sizeof(UALSPlayerCameraBehavior) == 0x000380, "Wrong size on UALSPlayerCameraBehavior"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, MovementState) == 0x000368, "Member 'UALSPlayerCameraBehavior::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, MovementAction) == 0x000369, "Member 'UALSPlayerCameraBehavior::MovementAction' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, bLookingDirection) == 0x00036A, "Member 'UALSPlayerCameraBehavior::bLookingDirection' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, bVelocityDirection) == 0x00036B, "Member 'UALSPlayerCameraBehavior::bVelocityDirection' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, bAiming) == 0x00036C, "Member 'UALSPlayerCameraBehavior::bAiming' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, Gait) == 0x00036D, "Member 'UALSPlayerCameraBehavior::Gait' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, Stance) == 0x00036E, "Member 'UALSPlayerCameraBehavior::Stance' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, ViewMode) == 0x00036F, "Member 'UALSPlayerCameraBehavior::ViewMode' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, bRightShoulder) == 0x000370, "Member 'UALSPlayerCameraBehavior::bRightShoulder' has a wrong offset!"); \ +static_assert(offsetof(UALSPlayerCameraBehavior, bDebugView) == 0x000371, "Member 'UALSPlayerCameraBehavior::bDebugView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerCameraManager_CalculateAxisIndependentLag \ +static_assert(alignof(ALSPlayerCameraManager_CalculateAxisIndependentLag) == 0x000008, "Wrong alignment on ALSPlayerCameraManager_CalculateAxisIndependentLag"); \ +static_assert(sizeof(ALSPlayerCameraManager_CalculateAxisIndependentLag) == 0x000080, "Wrong size on ALSPlayerCameraManager_CalculateAxisIndependentLag"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, CurrentLocation) == 0x000000, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, TargetLocation) == 0x000018, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, CameraRotation) == 0x000030, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, LagSpeeds) == 0x000048, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::LagSpeeds' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, DeltaTime) == 0x000060, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CalculateAxisIndependentLag, ReturnValue) == 0x000068, "Member 'ALSPlayerCameraManager_CalculateAxisIndependentLag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerCameraManager_CustomCameraBehavior \ +static_assert(alignof(ALSPlayerCameraManager_CustomCameraBehavior) == 0x000008, "Wrong alignment on ALSPlayerCameraManager_CustomCameraBehavior"); \ +static_assert(sizeof(ALSPlayerCameraManager_CustomCameraBehavior) == 0x000040, "Wrong size on ALSPlayerCameraManager_CustomCameraBehavior"); \ +static_assert(offsetof(ALSPlayerCameraManager_CustomCameraBehavior, DeltaTime) == 0x000000, "Member 'ALSPlayerCameraManager_CustomCameraBehavior::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CustomCameraBehavior, Location) == 0x000008, "Member 'ALSPlayerCameraManager_CustomCameraBehavior::Location' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CustomCameraBehavior, Rotation) == 0x000020, "Member 'ALSPlayerCameraManager_CustomCameraBehavior::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CustomCameraBehavior, FOV) == 0x000038, "Member 'ALSPlayerCameraManager_CustomCameraBehavior::FOV' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_CustomCameraBehavior, ReturnValue) == 0x00003C, "Member 'ALSPlayerCameraManager_CustomCameraBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerCameraManager_DrawDebugTargets \ +static_assert(alignof(ALSPlayerCameraManager_DrawDebugTargets) == 0x000008, "Wrong alignment on ALSPlayerCameraManager_DrawDebugTargets"); \ +static_assert(sizeof(ALSPlayerCameraManager_DrawDebugTargets) == 0x000018, "Wrong size on ALSPlayerCameraManager_DrawDebugTargets"); \ +static_assert(offsetof(ALSPlayerCameraManager_DrawDebugTargets, PivotTargetLocation) == 0x000000, "Member 'ALSPlayerCameraManager_DrawDebugTargets::PivotTargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerCameraManager_OnPossess \ +static_assert(alignof(ALSPlayerCameraManager_OnPossess) == 0x000008, "Wrong alignment on ALSPlayerCameraManager_OnPossess"); \ +static_assert(sizeof(ALSPlayerCameraManager_OnPossess) == 0x000008, "Wrong size on ALSPlayerCameraManager_OnPossess"); \ +static_assert(offsetof(ALSPlayerCameraManager_OnPossess, NewCharacter) == 0x000000, "Member 'ALSPlayerCameraManager_OnPossess::NewCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerCameraManager_GetCameraBehaviorParam \ +static_assert(alignof(ALSPlayerCameraManager_GetCameraBehaviorParam) == 0x000004, "Wrong alignment on ALSPlayerCameraManager_GetCameraBehaviorParam"); \ +static_assert(sizeof(ALSPlayerCameraManager_GetCameraBehaviorParam) == 0x00000C, "Wrong size on ALSPlayerCameraManager_GetCameraBehaviorParam"); \ +static_assert(offsetof(ALSPlayerCameraManager_GetCameraBehaviorParam, CurveName) == 0x000000, "Member 'ALSPlayerCameraManager_GetCameraBehaviorParam::CurveName' has a wrong offset!"); \ +static_assert(offsetof(ALSPlayerCameraManager_GetCameraBehaviorParam, ReturnValue) == 0x000008, "Member 'ALSPlayerCameraManager_GetCameraBehaviorParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALSPlayerCameraManager \ +static_assert(alignof(AALSPlayerCameraManager) == 0x000010, "Wrong alignment on AALSPlayerCameraManager"); \ +static_assert(sizeof(AALSPlayerCameraManager) == 0x0025C0, "Wrong size on AALSPlayerCameraManager"); \ +static_assert(offsetof(AALSPlayerCameraManager, ControlledCharacter) == 0x0024B8, "Member 'AALSPlayerCameraManager::ControlledCharacter' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, CameraBehavior) == 0x0024C0, "Member 'AALSPlayerCameraManager::CameraBehavior' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, RootLocation) == 0x0024C8, "Member 'AALSPlayerCameraManager::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, SmoothedPivotTarget) == 0x0024E0, "Member 'AALSPlayerCameraManager::SmoothedPivotTarget' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, PivotLocation) == 0x002540, "Member 'AALSPlayerCameraManager::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, TargetCameraLocation) == 0x002558, "Member 'AALSPlayerCameraManager::TargetCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, TargetCameraRotation) == 0x002570, "Member 'AALSPlayerCameraManager::TargetCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, DebugViewRotation) == 0x002588, "Member 'AALSPlayerCameraManager::DebugViewRotation' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, DebugViewOffset) == 0x0025A0, "Member 'AALSPlayerCameraManager::DebugViewOffset' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerCameraManager, ALSDebugComponent) == 0x0025B8, "Member 'AALSPlayerCameraManager::ALSDebugComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_AimAction \ +static_assert(alignof(ALSPlayerController_AimAction) == 0x000008, "Wrong alignment on ALSPlayerController_AimAction"); \ +static_assert(sizeof(ALSPlayerController_AimAction) == 0x000020, "Wrong size on ALSPlayerController_AimAction"); \ +static_assert(offsetof(ALSPlayerController_AimAction, Value) == 0x000000, "Member 'ALSPlayerController_AimAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_CameraHeldAction \ +static_assert(alignof(ALSPlayerController_CameraHeldAction) == 0x000008, "Wrong alignment on ALSPlayerController_CameraHeldAction"); \ +static_assert(sizeof(ALSPlayerController_CameraHeldAction) == 0x000020, "Wrong size on ALSPlayerController_CameraHeldAction"); \ +static_assert(offsetof(ALSPlayerController_CameraHeldAction, Value) == 0x000000, "Member 'ALSPlayerController_CameraHeldAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_CameraRightAction \ +static_assert(alignof(ALSPlayerController_CameraRightAction) == 0x000008, "Wrong alignment on ALSPlayerController_CameraRightAction"); \ +static_assert(sizeof(ALSPlayerController_CameraRightAction) == 0x000020, "Wrong size on ALSPlayerController_CameraRightAction"); \ +static_assert(offsetof(ALSPlayerController_CameraRightAction, Value) == 0x000000, "Member 'ALSPlayerController_CameraRightAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_CameraTapAction \ +static_assert(alignof(ALSPlayerController_CameraTapAction) == 0x000008, "Wrong alignment on ALSPlayerController_CameraTapAction"); \ +static_assert(sizeof(ALSPlayerController_CameraTapAction) == 0x000020, "Wrong size on ALSPlayerController_CameraTapAction"); \ +static_assert(offsetof(ALSPlayerController_CameraTapAction, Value) == 0x000000, "Member 'ALSPlayerController_CameraTapAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_CameraUpAction \ +static_assert(alignof(ALSPlayerController_CameraUpAction) == 0x000008, "Wrong alignment on ALSPlayerController_CameraUpAction"); \ +static_assert(sizeof(ALSPlayerController_CameraUpAction) == 0x000020, "Wrong size on ALSPlayerController_CameraUpAction"); \ +static_assert(offsetof(ALSPlayerController_CameraUpAction, Value) == 0x000000, "Member 'ALSPlayerController_CameraUpAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugFocusedCharacterCycleAction \ +static_assert(alignof(ALSPlayerController_DebugFocusedCharacterCycleAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugFocusedCharacterCycleAction"); \ +static_assert(sizeof(ALSPlayerController_DebugFocusedCharacterCycleAction) == 0x000020, "Wrong size on ALSPlayerController_DebugFocusedCharacterCycleAction"); \ +static_assert(offsetof(ALSPlayerController_DebugFocusedCharacterCycleAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugFocusedCharacterCycleAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugOpenOverlayMenuAction \ +static_assert(alignof(ALSPlayerController_DebugOpenOverlayMenuAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugOpenOverlayMenuAction"); \ +static_assert(sizeof(ALSPlayerController_DebugOpenOverlayMenuAction) == 0x000020, "Wrong size on ALSPlayerController_DebugOpenOverlayMenuAction"); \ +static_assert(offsetof(ALSPlayerController_DebugOpenOverlayMenuAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugOpenOverlayMenuAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugOverlayMenuCycleAction \ +static_assert(alignof(ALSPlayerController_DebugOverlayMenuCycleAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugOverlayMenuCycleAction"); \ +static_assert(sizeof(ALSPlayerController_DebugOverlayMenuCycleAction) == 0x000020, "Wrong size on ALSPlayerController_DebugOverlayMenuCycleAction"); \ +static_assert(offsetof(ALSPlayerController_DebugOverlayMenuCycleAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugOverlayMenuCycleAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleCharacterInfoAction \ +static_assert(alignof(ALSPlayerController_DebugToggleCharacterInfoAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleCharacterInfoAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleCharacterInfoAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleCharacterInfoAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleCharacterInfoAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleCharacterInfoAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleDebugViewAction \ +static_assert(alignof(ALSPlayerController_DebugToggleDebugViewAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleDebugViewAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleDebugViewAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleDebugViewAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleDebugViewAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleDebugViewAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleHudAction \ +static_assert(alignof(ALSPlayerController_DebugToggleHudAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleHudAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleHudAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleHudAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleHudAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleHudAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleLayerColorsAction \ +static_assert(alignof(ALSPlayerController_DebugToggleLayerColorsAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleLayerColorsAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleLayerColorsAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleLayerColorsAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleLayerColorsAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleLayerColorsAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleMeshAction \ +static_assert(alignof(ALSPlayerController_DebugToggleMeshAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleMeshAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleMeshAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleMeshAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleMeshAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleMeshAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleShapesAction \ +static_assert(alignof(ALSPlayerController_DebugToggleShapesAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleShapesAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleShapesAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleShapesAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleShapesAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleShapesAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleSlomoAction \ +static_assert(alignof(ALSPlayerController_DebugToggleSlomoAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleSlomoAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleSlomoAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleSlomoAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleSlomoAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleSlomoAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_DebugToggleTracesAction \ +static_assert(alignof(ALSPlayerController_DebugToggleTracesAction) == 0x000008, "Wrong alignment on ALSPlayerController_DebugToggleTracesAction"); \ +static_assert(sizeof(ALSPlayerController_DebugToggleTracesAction) == 0x000020, "Wrong size on ALSPlayerController_DebugToggleTracesAction"); \ +static_assert(offsetof(ALSPlayerController_DebugToggleTracesAction, Value) == 0x000000, "Member 'ALSPlayerController_DebugToggleTracesAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_ForwardMovementAction \ +static_assert(alignof(ALSPlayerController_ForwardMovementAction) == 0x000008, "Wrong alignment on ALSPlayerController_ForwardMovementAction"); \ +static_assert(sizeof(ALSPlayerController_ForwardMovementAction) == 0x000020, "Wrong size on ALSPlayerController_ForwardMovementAction"); \ +static_assert(offsetof(ALSPlayerController_ForwardMovementAction, Value) == 0x000000, "Member 'ALSPlayerController_ForwardMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_JumpAction \ +static_assert(alignof(ALSPlayerController_JumpAction) == 0x000008, "Wrong alignment on ALSPlayerController_JumpAction"); \ +static_assert(sizeof(ALSPlayerController_JumpAction) == 0x000020, "Wrong size on ALSPlayerController_JumpAction"); \ +static_assert(offsetof(ALSPlayerController_JumpAction, Value) == 0x000000, "Member 'ALSPlayerController_JumpAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_LookingDirectionAction \ +static_assert(alignof(ALSPlayerController_LookingDirectionAction) == 0x000008, "Wrong alignment on ALSPlayerController_LookingDirectionAction"); \ +static_assert(sizeof(ALSPlayerController_LookingDirectionAction) == 0x000020, "Wrong size on ALSPlayerController_LookingDirectionAction"); \ +static_assert(offsetof(ALSPlayerController_LookingDirectionAction, Value) == 0x000000, "Member 'ALSPlayerController_LookingDirectionAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_RagdollAction \ +static_assert(alignof(ALSPlayerController_RagdollAction) == 0x000008, "Wrong alignment on ALSPlayerController_RagdollAction"); \ +static_assert(sizeof(ALSPlayerController_RagdollAction) == 0x000020, "Wrong size on ALSPlayerController_RagdollAction"); \ +static_assert(offsetof(ALSPlayerController_RagdollAction, Value) == 0x000000, "Member 'ALSPlayerController_RagdollAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_RightMovementAction \ +static_assert(alignof(ALSPlayerController_RightMovementAction) == 0x000008, "Wrong alignment on ALSPlayerController_RightMovementAction"); \ +static_assert(sizeof(ALSPlayerController_RightMovementAction) == 0x000020, "Wrong size on ALSPlayerController_RightMovementAction"); \ +static_assert(offsetof(ALSPlayerController_RightMovementAction, Value) == 0x000000, "Member 'ALSPlayerController_RightMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_SprintAction \ +static_assert(alignof(ALSPlayerController_SprintAction) == 0x000008, "Wrong alignment on ALSPlayerController_SprintAction"); \ +static_assert(sizeof(ALSPlayerController_SprintAction) == 0x000020, "Wrong size on ALSPlayerController_SprintAction"); \ +static_assert(offsetof(ALSPlayerController_SprintAction, Value) == 0x000000, "Member 'ALSPlayerController_SprintAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_StanceAction \ +static_assert(alignof(ALSPlayerController_StanceAction) == 0x000008, "Wrong alignment on ALSPlayerController_StanceAction"); \ +static_assert(sizeof(ALSPlayerController_StanceAction) == 0x000020, "Wrong size on ALSPlayerController_StanceAction"); \ +static_assert(offsetof(ALSPlayerController_StanceAction, Value) == 0x000000, "Member 'ALSPlayerController_StanceAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_VelocityDirectionAction \ +static_assert(alignof(ALSPlayerController_VelocityDirectionAction) == 0x000008, "Wrong alignment on ALSPlayerController_VelocityDirectionAction"); \ +static_assert(sizeof(ALSPlayerController_VelocityDirectionAction) == 0x000020, "Wrong size on ALSPlayerController_VelocityDirectionAction"); \ +static_assert(offsetof(ALSPlayerController_VelocityDirectionAction, Value) == 0x000000, "Member 'ALSPlayerController_VelocityDirectionAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_WalkAction \ +static_assert(alignof(ALSPlayerController_WalkAction) == 0x000008, "Wrong alignment on ALSPlayerController_WalkAction"); \ +static_assert(sizeof(ALSPlayerController_WalkAction) == 0x000020, "Wrong size on ALSPlayerController_WalkAction"); \ +static_assert(offsetof(ALSPlayerController_WalkAction, Value) == 0x000000, "Member 'ALSPlayerController_WalkAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSPlayerController_AreStreamingSourcesEnabled \ +static_assert(alignof(ALSPlayerController_AreStreamingSourcesEnabled) == 0x000001, "Wrong alignment on ALSPlayerController_AreStreamingSourcesEnabled"); \ +static_assert(sizeof(ALSPlayerController_AreStreamingSourcesEnabled) == 0x000001, "Wrong size on ALSPlayerController_AreStreamingSourcesEnabled"); \ +static_assert(offsetof(ALSPlayerController_AreStreamingSourcesEnabled, ReturnValue) == 0x000000, "Member 'ALSPlayerController_AreStreamingSourcesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALSPlayerController \ +static_assert(alignof(AALSPlayerController) == 0x000008, "Wrong alignment on AALSPlayerController"); \ +static_assert(sizeof(AALSPlayerController) == 0x000878, "Wrong size on AALSPlayerController"); \ +static_assert(offsetof(AALSPlayerController, PossessedCharacter) == 0x000858, "Member 'AALSPlayerController::PossessedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerController, bApplyDefaultInputMappingContexts) == 0x000860, "Member 'AALSPlayerController::bApplyDefaultInputMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerController, DefaultInputMappingContext) == 0x000868, "Member 'AALSPlayerController::DefaultInputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(AALSPlayerController, DebugInputMappingContext) == 0x000870, "Member 'AALSPlayerController::DebugInputMappingContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALS_BTTask_GetRandomLocation \ +static_assert(alignof(UALS_BTTask_GetRandomLocation) == 0x000008, "Wrong alignment on UALS_BTTask_GetRandomLocation"); \ +static_assert(sizeof(UALS_BTTask_GetRandomLocation) == 0x0000A8, "Wrong size on UALS_BTTask_GetRandomLocation"); \ +static_assert(offsetof(UALS_BTTask_GetRandomLocation, MaxDistance) == 0x000098, "Member 'UALS_BTTask_GetRandomLocation::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UALS_BTTask_GetRandomLocation, Filter) == 0x0000A0, "Member 'UALS_BTTask_GetRandomLocation::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALS_BTTask_SetFocusToPlayer \ +static_assert(alignof(UALS_BTTask_SetFocusToPlayer) == 0x000008, "Wrong alignment on UALS_BTTask_SetFocusToPlayer"); \ +static_assert(sizeof(UALS_BTTask_SetFocusToPlayer) == 0x000070, "Wrong size on UALS_BTTask_SetFocusToPlayer"); \ + +#define DUMPER7_ASSERTS_FGameplayTag \ +static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ +static_assert(sizeof(FGameplayTag) == 0x000008, "Wrong size on FGameplayTag"); \ +static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ + +#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_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) == 0x000008, "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_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_FGameplayTagContainerNetSerializerSerializationHelper \ +static_assert(alignof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(offsetof(FGameplayTagContainerNetSerializerSerializationHelper, GameplayTags) == 0x000000, "Member 'FGameplayTagContainerNetSerializerSerializationHelper::GameplayTags' 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_FGameplayTagContainerNetSerializerConfig \ +static_assert(alignof(FGameplayTagContainerNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayTagNetSerializerConfig \ +static_assert(alignof(FGameplayTagNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRedirect \ +static_assert(alignof(FGameplayTagRedirect) == 0x000004, "Wrong alignment on FGameplayTagRedirect"); \ +static_assert(sizeof(FGameplayTagRedirect) == 0x000010, "Wrong size on FGameplayTagRedirect"); \ +static_assert(offsetof(FGameplayTagRedirect, OldTagName) == 0x000000, "Member 'FGameplayTagRedirect::OldTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRedirect, NewTagName) == 0x000008, "Member 'FGameplayTagRedirect::NewTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagTableRow \ +static_assert(alignof(FGameplayTagTableRow) == 0x000008, "Wrong alignment on FGameplayTagTableRow"); \ +static_assert(sizeof(FGameplayTagTableRow) == 0x000020, "Wrong size on FGameplayTagTableRow"); \ +static_assert(offsetof(FGameplayTagTableRow, Tag) == 0x000008, "Member 'FGameplayTagTableRow::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagTableRow, DevComment) == 0x000010, "Member 'FGameplayTagTableRow::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedGameplayTagTableRow \ +static_assert(alignof(FRestrictedGameplayTagTableRow) == 0x000008, "Wrong alignment on FRestrictedGameplayTagTableRow"); \ +static_assert(sizeof(FRestrictedGameplayTagTableRow) == 0x000028, "Wrong size on FRestrictedGameplayTagTableRow"); \ +static_assert(offsetof(FRestrictedGameplayTagTableRow, bAllowNonRestrictedChildren) == 0x000020, "Member 'FRestrictedGameplayTagTableRow::bAllowNonRestrictedChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagNode \ +static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ +static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ + +#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_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_BlueprintGameplayTagLibrary_AddGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000028, "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) == 0x000018, "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) == 0x000014, "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) == 0x000008, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, ReturnValue) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000028, "Member 'BlueprintGameplayTagLibrary_HasTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, ReturnValue) == 0x000029, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000028, "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) == 0x000008, "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_MakeGameplayTagQuery_MatchAllTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags::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) == 0x000010, "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) == 0x000008, "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) == 0x000030, "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) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, ReturnValue) == 0x000029, "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) == 0x000014, "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) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagTwo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, bExactMatch) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MatchesTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, ReturnValue) == 0x000011, "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) == 0x000014, "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) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, ReturnValue) == 0x000010, "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) == 0x000020, "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) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, ReturnValue) == 0x000018, "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) == 0x000028, "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) == 0x000028, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000098, "Wrong size on UEditableGameplayTagQuery"); \ +static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000028, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000048, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000050, "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) == 0x000028, "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) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000028, "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) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000028, "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) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000028, "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) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000028, "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) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000028, "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) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000028, "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) == 0x0002A0, "Wrong size on UGameplayTagsManager"); \ +static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000188, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000290, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsList \ +static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ +static_assert(sizeof(UGameplayTagsList) == 0x000048, "Wrong size on UGameplayTagsList"); \ +static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000028, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000038, "Member 'UGameplayTagsList::GameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URestrictedGameplayTagsList \ +static_assert(alignof(URestrictedGameplayTagsList) == 0x000008, "Wrong alignment on URestrictedGameplayTagsList"); \ +static_assert(sizeof(URestrictedGameplayTagsList) == 0x000048, "Wrong size on URestrictedGameplayTagsList"); \ +static_assert(offsetof(URestrictedGameplayTagsList, ConfigFileName) == 0x000028, "Member 'URestrictedGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(URestrictedGameplayTagsList, RestrictedGameplayTagList) == 0x000038, "Member 'URestrictedGameplayTagsList::RestrictedGameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsSettings \ +static_assert(alignof(UGameplayTagsSettings) == 0x000008, "Wrong alignment on UGameplayTagsSettings"); \ +static_assert(sizeof(UGameplayTagsSettings) == 0x0000B8, "Wrong size on UGameplayTagsSettings"); \ +static_assert(offsetof(UGameplayTagsSettings, ImportTagsFromConfig) == 0x000048, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000049, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x00004A, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, AllowEditorTagUnloading) == 0x00004B, "Member 'UGameplayTagsSettings::AllowEditorTagUnloading' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, AllowGameTagUnloading) == 0x00004C, "Member 'UGameplayTagsSettings::AllowGameTagUnloading' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x00004D, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000050, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000060, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000070, "Member 'UGameplayTagsSettings::GameplayTagTableList' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagRedirects) == 0x000080, "Member 'UGameplayTagsSettings::GameplayTagRedirects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CommonlyReplicatedTags) == 0x000090, "Member 'UGameplayTagsSettings::CommonlyReplicatedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NumBitsForContainerSize) == 0x0000A0, "Member 'UGameplayTagsSettings::NumBitsForContainerSize' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NetIndexFirstBitSegment) == 0x0000A4, "Member 'UGameplayTagsSettings::NetIndexFirstBitSegment' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, RestrictedConfigFiles) == 0x0000A8, "Member 'UGameplayTagsSettings::RestrictedConfigFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsDeveloperSettings \ +static_assert(alignof(UGameplayTagsDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayTagsDeveloperSettings"); \ +static_assert(sizeof(UGameplayTagsDeveloperSettings) == 0x000050, "Wrong size on UGameplayTagsDeveloperSettings"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, DeveloperConfigName) == 0x000038, "Member 'UGameplayTagsDeveloperSettings::DeveloperConfigName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, FavoriteTagSource) == 0x000048, "Member 'UGameplayTagsDeveloperSettings::FavoriteTagSource' 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_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_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_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_FCapturedPixels \ +static_assert(alignof(FCapturedPixels) == 0x000008, "Wrong alignment on FCapturedPixels"); \ +static_assert(sizeof(FCapturedPixels) == 0x000010, "Wrong size on FCapturedPixels"); \ + +#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) == 0x000058, "Wrong size on UMovieSceneCaptureProtocolBase"); \ +static_assert(offsetof(UMovieSceneCaptureProtocolBase, State) == 0x000050, "Member 'UMovieSceneCaptureProtocolBase::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioCaptureProtocolBase \ +static_assert(alignof(UMovieSceneAudioCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneAudioCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneAudioCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneAudioCaptureProtocolBase"); \ + +#define DUMPER7_ASSERTS_UNullAudioCaptureProtocol \ +static_assert(alignof(UNullAudioCaptureProtocol) == 0x000008, "Wrong alignment on UNullAudioCaptureProtocol"); \ +static_assert(sizeof(UNullAudioCaptureProtocol) == 0x000058, "Wrong size on UNullAudioCaptureProtocol"); \ + +#define DUMPER7_ASSERTS_UMasterAudioSubmixCaptureProtocol \ +static_assert(alignof(UMasterAudioSubmixCaptureProtocol) == 0x000008, "Wrong alignment on UMasterAudioSubmixCaptureProtocol"); \ +static_assert(sizeof(UMasterAudioSubmixCaptureProtocol) == 0x000090, "Wrong size on UMasterAudioSubmixCaptureProtocol"); \ +static_assert(offsetof(UMasterAudioSubmixCaptureProtocol, Filename) == 0x000058, "Member 'UMasterAudioSubmixCaptureProtocol::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneImageCaptureProtocolBase \ +static_assert(alignof(UMovieSceneImageCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneImageCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneImageCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneImageCaptureProtocolBase"); \ + +#define DUMPER7_ASSERTS_UCompositionGraphCaptureProtocol \ +static_assert(alignof(UCompositionGraphCaptureProtocol) == 0x000008, "Wrong alignment on UCompositionGraphCaptureProtocol"); \ +static_assert(sizeof(UCompositionGraphCaptureProtocol) == 0x0000C8, "Wrong size on UCompositionGraphCaptureProtocol"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, IncludeRenderPasses) == 0x000058, "Member 'UCompositionGraphCaptureProtocol::IncludeRenderPasses' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bCaptureFramesInHDR) == 0x000068, "Member 'UCompositionGraphCaptureProtocol::bCaptureFramesInHDR' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, HDRCompressionQuality) == 0x00006C, "Member 'UCompositionGraphCaptureProtocol::HDRCompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, CaptureGamut) == 0x000070, "Member 'UCompositionGraphCaptureProtocol::CaptureGamut' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterial) == 0x000078, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bDisableScreenPercentage) == 0x000098, "Member 'UCompositionGraphCaptureProtocol::bDisableScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterialPtr) == 0x0000A0, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterialPtr' 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_UFrameGrabberProtocol \ +static_assert(alignof(UFrameGrabberProtocol) == 0x000008, "Wrong alignment on UFrameGrabberProtocol"); \ +static_assert(sizeof(UFrameGrabberProtocol) == 0x000068, "Wrong size on UFrameGrabberProtocol"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol \ +static_assert(alignof(UImageSequenceProtocol) == 0x000008, "Wrong alignment on UImageSequenceProtocol"); \ +static_assert(sizeof(UImageSequenceProtocol) == 0x0000D8, "Wrong size on UImageSequenceProtocol"); \ + +#define DUMPER7_ASSERTS_UCompressedImageSequenceProtocol \ +static_assert(alignof(UCompressedImageSequenceProtocol) == 0x000008, "Wrong alignment on UCompressedImageSequenceProtocol"); \ +static_assert(sizeof(UCompressedImageSequenceProtocol) == 0x0000E0, "Wrong size on UCompressedImageSequenceProtocol"); \ +static_assert(offsetof(UCompressedImageSequenceProtocol, CompressionQuality) == 0x0000D8, "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) == 0x0000D8, "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) == 0x0000E0, "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) == 0x0000E0, "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) == 0x0000E8, "Wrong size on UImageSequenceProtocol_EXR"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, bCompressed) == 0x0000D8, "Member 'UImageSequenceProtocol_EXR::bCompressed' has a wrong offset!"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, CaptureGamut) == 0x0000D9, "Member 'UImageSequenceProtocol_EXR::CaptureGamut' has a wrong offset!"); \ + +#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) == 0x000038, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000058, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000078, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000080, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000088, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x0000F8, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x0000F9, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x000100, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000110, "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) == 0x000028, "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) == 0x0000D8, "Wrong size on UUserDefinedCaptureProtocol"); \ +static_assert(offsetof(UUserDefinedCaptureProtocol, World) == 0x000058, "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) == 0x0000E0, "Wrong size on UUserDefinedImageCaptureProtocol"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, Format) == 0x0000D8, "Member 'UUserDefinedImageCaptureProtocol::Format' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, bEnableCompression) == 0x0000D9, "Member 'UUserDefinedImageCaptureProtocol::bEnableCompression' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, CompressionQuality) == 0x0000DC, "Member 'UUserDefinedImageCaptureProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVideoCaptureProtocol \ +static_assert(alignof(UVideoCaptureProtocol) == 0x000008, "Wrong alignment on UVideoCaptureProtocol"); \ +static_assert(sizeof(UVideoCaptureProtocol) == 0x000080, "Wrong size on UVideoCaptureProtocol"); \ +static_assert(offsetof(UVideoCaptureProtocol, bUseCompression) == 0x000068, "Member 'UVideoCaptureProtocol::bUseCompression' has a wrong offset!"); \ +static_assert(offsetof(UVideoCaptureProtocol, CompressionQuality) == 0x00006C, "Member 'UVideoCaptureProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup \ +static_assert(alignof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup) == 0x000008, "Wrong alignment on BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup"); \ +static_assert(sizeof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup) == 0x000060, "Wrong size on BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, Group) == 0x000000, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, EnemyWorld) == 0x000008, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::EnemyWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, __WorldContext) == 0x000010, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000018, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, CallFunc_Array_RemoveItem_ReturnValue) == 0x000040, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, K2Node_DynamicCast_AsBP_Enemy_Group) == 0x000050, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::K2Node_DynamicCast_AsBP_Enemy_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000059, "Member 'BP_FL_EnemyGroup_Helpers_C_UnlinkEnemyWorldToGroup::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup \ +static_assert(alignof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup) == 0x000008, "Wrong alignment on BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup"); \ +static_assert(sizeof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup) == 0x0000C0, "Wrong size on BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, Group) == 0x000000, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, EnemyWorld) == 0x000008, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::EnemyWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, __WorldContext) == 0x000010, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000018, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1) == 0x000040, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000068, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_AsBP_Enemy_Group) == 0x000070, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_AsBP_Enemy_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000080, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000088, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_AsBP_Enemy_Group_1) == 0x000090, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_AsBP_Enemy_Group_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x0000A0, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_AsBP_Enemy_Group_2) == 0x0000A8, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_AsBP_Enemy_Group_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_Array_AddUnique_ReturnValue) == 0x0000B4, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'BP_FL_EnemyGroup_Helpers_C_LinkEnemyWorldToGroup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_EnemyGroup_Helpers_C \ +static_assert(alignof(UBP_FL_EnemyGroup_Helpers_C) == 0x000008, "Wrong alignment on UBP_FL_EnemyGroup_Helpers_C"); \ +static_assert(sizeof(UBP_FL_EnemyGroup_Helpers_C) == 0x000028, "Wrong size on UBP_FL_EnemyGroup_Helpers_C"); \ + +#define DUMPER7_ASSERTS_FMediaMetadataItemBPT \ +static_assert(alignof(FMediaMetadataItemBPT) == 0x000008, "Wrong alignment on FMediaMetadataItemBPT"); \ +static_assert(sizeof(FMediaMetadataItemBPT) == 0x000040, "Wrong size on FMediaMetadataItemBPT"); \ +static_assert(offsetof(FMediaMetadataItemBPT, LanguageCode) == 0x000000, "Member 'FMediaMetadataItemBPT::LanguageCode' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, MimeType) == 0x000010, "Member 'FMediaMetadataItemBPT::MimeType' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, StringData) == 0x000020, "Member 'FMediaMetadataItemBPT::StringData' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, BinaryData) == 0x000030, "Member 'FMediaMetadataItemBPT::BinaryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaMetadataItemsBPT \ +static_assert(alignof(FMediaMetadataItemsBPT) == 0x000008, "Wrong alignment on FMediaMetadataItemsBPT"); \ +static_assert(sizeof(FMediaMetadataItemsBPT) == 0x000010, "Wrong size on FMediaMetadataItemsBPT"); \ +static_assert(offsetof(FMediaMetadataItemsBPT, Items) == 0x000000, "Member 'FMediaMetadataItemsBPT::Items' 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_FMediaSourceCacheSettings \ +static_assert(alignof(FMediaSourceCacheSettings) == 0x000004, "Wrong alignment on FMediaSourceCacheSettings"); \ +static_assert(sizeof(FMediaSourceCacheSettings) == 0x000008, "Wrong size on FMediaSourceCacheSettings"); \ +static_assert(offsetof(FMediaSourceCacheSettings, bOverride) == 0x000000, "Member 'FMediaSourceCacheSettings::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceCacheSettings, TimeToLookAhead) == 0x000004, "Member 'FMediaSourceCacheSettings::TimeToLookAhead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaCaptureDevice \ +static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ +static_assert(sizeof(FMediaCaptureDevice) == 0x000020, "Wrong size on FMediaCaptureDevice"); \ +static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000010, "Member 'FMediaCaptureDevice::URL' 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_GetPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_GetPlaybackTimeRange) == 0x000004, "Wrong alignment on MediaPlayer_GetPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_GetPlaybackTimeRange) == 0x00000C, "Wrong size on MediaPlayer_GetPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_GetPlaybackTimeRange, InRangeToGet) == 0x000000, "Member 'MediaPlayer_GetPlaybackTimeRange::InRangeToGet' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetPlaybackTimeRange, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetPlaybackTimeRange::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) == 0x0000B0, "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) == 0x000020, "Member 'MediaPlayer_OpenSourceLatent::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, Options) == 0x000028, "Member 'MediaPlayer_OpenSourceLatent::Options' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, bSuccess) == 0x0000A8, "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) == 0x000090, "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) == 0x000088, "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) == 0x000008, "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_SetPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_SetPlaybackTimeRange) == 0x000004, "Wrong alignment on MediaPlayer_SetPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_SetPlaybackTimeRange) == 0x00000C, "Wrong size on MediaPlayer_SetPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_SetPlaybackTimeRange, InTimeRange) == 0x000000, "Member 'MediaPlayer_SetPlaybackTimeRange::InTimeRange' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetPlaybackTimeRange, ReturnValue) == 0x000008, "Member 'MediaPlayer_SetPlaybackTimeRange::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) == 0x000008, "Wrong alignment on MediaPlayer_SetViewRotation"); \ +static_assert(sizeof(MediaPlayer_SetViewRotation) == 0x000020, "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) == 0x000018, "Member 'MediaPlayer_SetViewRotation::Absolute' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, ReturnValue) == 0x000019, "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) == 0x000008, "Wrong size on MediaPlayer_GetDesiredPlayerName"); \ +static_assert(offsetof(MediaPlayer_GetDesiredPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDesiredPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDisplayTime \ +static_assert(alignof(MediaPlayer_GetDisplayTime) == 0x000008, "Wrong alignment on MediaPlayer_GetDisplayTime"); \ +static_assert(sizeof(MediaPlayer_GetDisplayTime) == 0x000008, "Wrong size on MediaPlayer_GetDisplayTime"); \ +static_assert(offsetof(MediaPlayer_GetDisplayTime, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDisplayTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDisplayTimeStamp \ +static_assert(alignof(MediaPlayer_GetDisplayTimeStamp) == 0x000008, "Wrong alignment on MediaPlayer_GetDisplayTimeStamp"); \ +static_assert(sizeof(MediaPlayer_GetDisplayTimeStamp) == 0x000008, "Wrong size on MediaPlayer_GetDisplayTimeStamp"); \ +static_assert(offsetof(MediaPlayer_GetDisplayTimeStamp, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDisplayTimeStamp::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_GetMediaMetadataItems \ +static_assert(alignof(MediaPlayer_GetMediaMetadataItems) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaMetadataItems"); \ +static_assert(sizeof(MediaPlayer_GetMediaMetadataItems) == 0x000050, "Wrong size on MediaPlayer_GetMediaMetadataItems"); \ +static_assert(offsetof(MediaPlayer_GetMediaMetadataItems, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaMetadataItems::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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on MediaPlayer_GetViewRotation"); \ +static_assert(sizeof(MediaPlayer_GetViewRotation) == 0x000018, "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_SupportsPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_SupportsPlaybackTimeRange) == 0x000001, "Wrong alignment on MediaPlayer_SupportsPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_SupportsPlaybackTimeRange) == 0x000001, "Wrong size on MediaPlayer_SupportsPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_SupportsPlaybackTimeRange, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsPlaybackTimeRange::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) == 0x000168, "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, OnMetadataChanged) == 0x0000B0, "Member 'UMediaPlayer::OnMetadataChanged' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheAhead) == 0x0000C0, "Member 'UMediaPlayer::CacheAhead' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehind) == 0x0000C8, "Member 'UMediaPlayer::CacheBehind' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehindGame) == 0x0000D0, "Member 'UMediaPlayer::CacheBehindGame' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, NativeAudioOut) == 0x0000D8, "Member 'UMediaPlayer::NativeAudioOut' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayOnOpen) == 0x0000D9, "Member 'UMediaPlayer::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, Playlist) == 0x0000E0, "Member 'UMediaPlayer::Playlist' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlaylistIndex) == 0x0000E8, "Member 'UMediaPlayer::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, TimeDelay) == 0x0000F0, "Member 'UMediaPlayer::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, HorizontalFieldOfView) == 0x0000F8, "Member 'UMediaPlayer::HorizontalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, VerticalFieldOfView) == 0x0000FC, "Member 'UMediaPlayer::VerticalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, ViewRotation) == 0x000100, "Member 'UMediaPlayer::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayerGuid) == 0x000140, "Member 'UMediaPlayer::PlayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMediaSourceRendererInterface \ +static_assert(alignof(IMediaSourceRendererInterface) == 0x000001, "Wrong alignment on IMediaSourceRendererInterface"); \ +static_assert(sizeof(IMediaSourceRendererInterface) == 0x000001, "Wrong size on IMediaSourceRendererInterface"); \ + +#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) == 0x000008, "Wrong alignment on UMediaTexture"); \ +static_assert(sizeof(UMediaTexture) == 0x000218, "Wrong size on UMediaTexture"); \ +static_assert(offsetof(UMediaTexture, AddressX) == 0x000130, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AddressY) == 0x000131, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AutoClear) == 0x000132, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, ClearColor) == 0x000134, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x000144, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NumMips) == 0x000145, "Member 'UMediaTexture::NumMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x000146, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000148, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x00014C, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000150, "Member 'UMediaTexture::MediaPlayer' 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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000080, "Wrong size on UMediaSource"); \ + +#define DUMPER7_ASSERTS_UBaseMediaSource \ +static_assert(alignof(UBaseMediaSource) == 0x000008, "Wrong alignment on UBaseMediaSource"); \ +static_assert(sizeof(UBaseMediaSource) == 0x000088, "Wrong size on UBaseMediaSource"); \ +static_assert(offsetof(UBaseMediaSource, PlayerName) == 0x000080, "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) == 0x0000B0, "Wrong size on UFileMediaSource"); \ +static_assert(offsetof(UFileMediaSource, FilePath) == 0x000088, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x000098, "Member 'UFileMediaSource::PrecacheFile' has a wrong offset!"); \ + +#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) == 0x0000B0, "Wrong size on UMediaComponent"); \ +static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000A0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000A8, "Member 'UMediaComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTimeStampInfo \ +static_assert(alignof(UMediaTimeStampInfo) == 0x000008, "Wrong alignment on UMediaTimeStampInfo"); \ +static_assert(sizeof(UMediaTimeStampInfo) == 0x000038, "Wrong size on UMediaTimeStampInfo"); \ +static_assert(offsetof(UMediaTimeStampInfo, Time) == 0x000028, "Member 'UMediaTimeStampInfo::Time' has a wrong offset!"); \ +static_assert(offsetof(UMediaTimeStampInfo, SequenceIndex) == 0x000030, "Member 'UMediaTimeStampInfo::SequenceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMediaPlayerProxyInterface \ +static_assert(alignof(IMediaPlayerProxyInterface) == 0x000001, "Wrong alignment on IMediaPlayerProxyInterface"); \ +static_assert(sizeof(IMediaPlayerProxyInterface) == 0x000001, "Wrong size on IMediaPlayerProxyInterface"); \ + +#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) == 0x000038, "Wrong size on UMediaPlaylist"); \ +static_assert(offsetof(UMediaPlaylist, Items) == 0x000028, "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) == 0x0003D8, "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) == 0x0003D0, "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) == 0x000970, "Wrong size on UMediaSoundComponent"); \ +static_assert(offsetof(UMediaSoundComponent, Channels) == 0x000890, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x000894, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x000898, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x00089C, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0008B0, "Member 'UMediaSoundComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformMediaSource \ +static_assert(alignof(UPlatformMediaSource) == 0x000008, "Wrong alignment on UPlatformMediaSource"); \ +static_assert(sizeof(UPlatformMediaSource) == 0x000088, "Wrong size on UPlatformMediaSource"); \ +static_assert(offsetof(UPlatformMediaSource, MediaSource) == 0x000080, "Member 'UPlatformMediaSource::MediaSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamMediaSource \ +static_assert(alignof(UStreamMediaSource) == 0x000008, "Wrong alignment on UStreamMediaSource"); \ +static_assert(sizeof(UStreamMediaSource) == 0x000098, "Wrong size on UStreamMediaSource"); \ +static_assert(offsetof(UStreamMediaSource, StreamUrl) == 0x000088, "Member 'UStreamMediaSource::StreamUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizableMediaSource \ +static_assert(alignof(UTimeSynchronizableMediaSource) == 0x000008, "Wrong alignment on UTimeSynchronizableMediaSource"); \ +static_assert(sizeof(UTimeSynchronizableMediaSource) == 0x0000A0, "Wrong size on UTimeSynchronizableMediaSource"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bUseTimeSynchronization) == 0x000088, "Member 'UTimeSynchronizableMediaSource::bUseTimeSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, FrameDelay) == 0x00008C, "Member 'UTimeSynchronizableMediaSource::FrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, TimeDelay) == 0x000090, "Member 'UTimeSynchronizableMediaSource::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bAutoDetectInput) == 0x000098, "Member 'UTimeSynchronizableMediaSource::bAutoDetectInput' 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) == 0x000028, "Wrong size on UMediaBlueprintFunctionLibrary"); \ + +#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_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_FLegacyLazyObjectPtrFragment \ +static_assert(alignof(FLegacyLazyObjectPtrFragment) == 0x000004, "Wrong alignment on FLegacyLazyObjectPtrFragment"); \ +static_assert(sizeof(FLegacyLazyObjectPtrFragment) == 0x000010, "Wrong size on FLegacyLazyObjectPtrFragment"); \ +static_assert(offsetof(FLegacyLazyObjectPtrFragment, LazyObjectId) == 0x000000, "Member 'FLegacyLazyObjectPtrFragment::LazyObjectId' has a wrong offset!"); \ + +#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_FLevelSequenceObjectReferenceMap \ +static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ +static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ + +#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, bExportMorphTargets) == 0x000031, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportAttributeCurves) == 0x000032, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportMaterialCurves) == 0x000033, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, Interpolation) == 0x000034, "Member 'FLevelSequenceAnimSequenceLinkItem::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CurveInterpolation) == 0x000035, "Member 'FLevelSequenceAnimSequenceLinkItem::CurveInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x000036, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bEvaluateAllSkeletalMeshComponents) == 0x000037, "Member 'FLevelSequenceAnimSequenceLinkItem::bEvaluateAllSkeletalMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpgradedLevelSequenceBindingReferences \ +static_assert(alignof(FUpgradedLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FUpgradedLevelSequenceBindingReferences"); \ +static_assert(sizeof(FUpgradedLevelSequenceBindingReferences) == 0x000010, "Wrong size on FUpgradedLevelSequenceBindingReferences"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ +static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ +static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000F0, "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!"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, PostProcessInstances) == 0x0000A0, "Member 'FLevelSequenceBindingReferences::PostProcessInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObject \ +static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ +static_assert(sizeof(FLevelSequenceObject) == 0x000030, "Wrong size on FLevelSequenceObject"); \ +static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000018, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000028, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ +static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ +static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000C8, "Wrong size on FLevelSequencePlayerSnapshot"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, RootName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::RootName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, RootTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::RootTime' 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, ActiveShot) == 0x000098, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000A0, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterName) == 0x0000A8, "Member 'FLevelSequencePlayerSnapshot::MasterName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterTime) == 0x0000B8, "Member 'FLevelSequencePlayerSnapshot::MasterTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultLevelSequenceInstanceData \ +static_assert(alignof(UDefaultLevelSequenceInstanceData) == 0x000010, "Wrong alignment on UDefaultLevelSequenceInstanceData"); \ +static_assert(sizeof(UDefaultLevelSequenceInstanceData) == 0x0000A0, "Wrong size on UDefaultLevelSequenceInstanceData"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOriginActor) == 0x000030, "Member 'UDefaultLevelSequenceInstanceData::TransformOriginActor' has a wrong offset!"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOrigin) == 0x000040, "Member 'UDefaultLevelSequenceInstanceData::TransformOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceLevelSequenceLink \ +static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ +static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000058, "Wrong size on UAnimSequenceLevelSequenceLink"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000028, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000038, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ + +#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) == 0x0000A0, "Wrong size on ULevelSequence"); \ +static_assert(offsetof(ULevelSequence, MovieScene) == 0x000070, "Member 'ULevelSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, BindingReferences) == 0x000078, "Member 'ULevelSequence::BindingReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, DirectorClass) == 0x000088, "Member 'ULevelSequence::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, AssetUserData) == 0x000090, "Member 'ULevelSequence::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInInitSettings \ +static_assert(alignof(ULevelSequenceBurnInInitSettings) == 0x000008, "Wrong alignment on ULevelSequenceBurnInInitSettings"); \ +static_assert(sizeof(ULevelSequenceBurnInInitSettings) == 0x000028, "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) == 0x000058, "Wrong size on ULevelSequenceBurnInOptions"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, bUseBurnIn) == 0x000028, "Member 'ULevelSequenceBurnInOptions::bUseBurnIn' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, BurnInClass) == 0x000030, "Member 'ULevelSequenceBurnInOptions::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, Settings) == 0x000050, "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) == 0x000018, "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) == 0x000008, "Member 'LevelSequenceActor_AddBindingByTag::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, bAllowBindingsFromAsset) == 0x000010, "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) == 0x000010, "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) == 0x000008, "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) == 0x000020, "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) == 0x000008, "Member 'LevelSequenceActor_SetBindingByTag::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, bAllowBindingsFromAsset) == 0x000018, "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) == 0x000020, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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_ALevelSequenceActor \ +static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ +static_assert(sizeof(ALevelSequenceActor) == 0x000338, "Wrong size on ALevelSequenceActor"); \ +static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x0002A8, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x0002D0, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, LevelSequenceAsset) == 0x0002D8, "Member 'ALevelSequenceActor::LevelSequenceAsset' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x0002E0, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x0002E8, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x0002F0, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000300, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x000308, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x000310, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, WorldPartitionResolveData) == 0x000314, "Member 'ALevelSequenceActor::WorldPartitionResolveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicatedLevelSequenceActor \ +static_assert(alignof(AReplicatedLevelSequenceActor) == 0x000008, "Wrong alignment on AReplicatedLevelSequenceActor"); \ +static_assert(sizeof(AReplicatedLevelSequenceActor) == 0x000338, "Wrong size on AReplicatedLevelSequenceActor"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceAnimSequenceLink \ +static_assert(alignof(ULevelSequenceAnimSequenceLink) == 0x000008, "Wrong alignment on ULevelSequenceAnimSequenceLink"); \ +static_assert(sizeof(ULevelSequenceAnimSequenceLink) == 0x000038, "Wrong size on ULevelSequenceAnimSequenceLink"); \ +static_assert(offsetof(ULevelSequenceAnimSequenceLink, AnimSequenceLinks) == 0x000028, "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) == 0x0003B0, "Wrong size on ULevelSequenceBurnIn"); \ +static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x0002E0, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x0003A8, "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_LevelSequenceDirector_GetCurrentTime \ +static_assert(alignof(LevelSequenceDirector_GetCurrentTime) == 0x000004, "Wrong alignment on LevelSequenceDirector_GetCurrentTime"); \ +static_assert(sizeof(LevelSequenceDirector_GetCurrentTime) == 0x000010, "Wrong size on LevelSequenceDirector_GetCurrentTime"); \ +static_assert(offsetof(LevelSequenceDirector_GetCurrentTime, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetMasterSequenceTime \ +static_assert(alignof(LevelSequenceDirector_GetMasterSequenceTime) == 0x000004, "Wrong alignment on LevelSequenceDirector_GetMasterSequenceTime"); \ +static_assert(sizeof(LevelSequenceDirector_GetMasterSequenceTime) == 0x000010, "Wrong size on LevelSequenceDirector_GetMasterSequenceTime"); \ +static_assert(offsetof(LevelSequenceDirector_GetMasterSequenceTime, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetMasterSequenceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetRootSequenceTime \ +static_assert(alignof(LevelSequenceDirector_GetRootSequenceTime) == 0x000004, "Wrong alignment on LevelSequenceDirector_GetRootSequenceTime"); \ +static_assert(sizeof(LevelSequenceDirector_GetRootSequenceTime) == 0x000010, "Wrong size on LevelSequenceDirector_GetRootSequenceTime"); \ +static_assert(offsetof(LevelSequenceDirector_GetRootSequenceTime, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetRootSequenceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceDirector \ +static_assert(alignof(ULevelSequenceDirector) == 0x000008, "Wrong alignment on ULevelSequenceDirector"); \ +static_assert(sizeof(ULevelSequenceDirector) == 0x000048, "Wrong size on ULevelSequenceDirector"); \ +static_assert(offsetof(ULevelSequenceDirector, SubSequenceID) == 0x000028, "Member 'ULevelSequenceDirector::SubSequenceID' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, WeakLinker) == 0x00002C, "Member 'ULevelSequenceDirector::WeakLinker' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, InstanceId) == 0x000034, "Member 'ULevelSequenceDirector::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, InstanceSerial) == 0x000036, "Member 'ULevelSequenceDirector::InstanceSerial' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, Player) == 0x000038, "Member 'ULevelSequenceDirector::Player' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, MovieScenePlayerIndex) == 0x000040, "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) == 0x000048, "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) == 0x000038, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, ReturnValue) == 0x000040, "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) == 0x000598, "Wrong size on ULevelSequencePlayer"); \ +static_assert(offsetof(ULevelSequencePlayer, OnCameraCut) == 0x000468, "Member 'ULevelSequencePlayer::OnCameraCut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceProjectSettings \ +static_assert(alignof(ULevelSequenceProjectSettings) == 0x000008, "Wrong alignment on ULevelSequenceProjectSettings"); \ +static_assert(sizeof(ULevelSequenceProjectSettings) == 0x000068, "Wrong size on ULevelSequenceProjectSettings"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, bDefaultLockEngineToDisplayRate) == 0x000038, "Member 'ULevelSequenceProjectSettings::bDefaultLockEngineToDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultDisplayRate) == 0x000040, "Member 'ULevelSequenceProjectSettings::DefaultDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultTickResolution) == 0x000050, "Member 'ULevelSequenceProjectSettings::DefaultTickResolution' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultClockSource) == 0x000060, "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) == 0x0002B8, "Wrong size on ALevelSequenceMediaController"); \ +static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000298, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x0002A0, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x0002A8, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' 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_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) == 0x000230, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000240, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000241, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x000242, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x000243, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000248, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000258, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000268, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000278, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000280, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMRMeshBodyHolder \ +static_assert(alignof(UMRMeshBodyHolder) == 0x000008, "Wrong alignment on UMRMeshBodyHolder"); \ +static_assert(sizeof(UMRMeshBodyHolder) == 0x000238, "Wrong size on UMRMeshBodyHolder"); \ +static_assert(offsetof(UMRMeshBodyHolder, BodySetup) == 0x000030, "Member 'UMRMeshBodyHolder::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshBodyHolder, BodyInstance) == 0x000038, "Member 'UMRMeshBodyHolder::BodyInstance' 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) == 0x0005A0, "Wrong size on UMRMeshComponent"); \ +static_assert(offsetof(UMRMeshComponent, Material) == 0x000520, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000528, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000530, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000531, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000533, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, BodyHolders) == 0x000578, "Member 'UMRMeshComponent::BodyHolders' has a wrong offset!"); \ + +#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) == 0x000028, "Wrong size on UMeshReconstructorBase"); \ + +#define DUMPER7_ASSERTS_UMoviePlayerSettings \ +static_assert(alignof(UMoviePlayerSettings) == 0x000008, "Wrong alignment on UMoviePlayerSettings"); \ +static_assert(sizeof(UMoviePlayerSettings) == 0x000040, "Wrong size on UMoviePlayerSettings"); \ +static_assert(offsetof(UMoviePlayerSettings, bWaitForMoviesToComplete) == 0x000028, "Member 'UMoviePlayerSettings::bWaitForMoviesToComplete' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, bMoviesAreSkippable) == 0x000029, "Member 'UMoviePlayerSettings::bMoviesAreSkippable' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, StartupMovies) == 0x000030, "Member 'UMoviePlayerSettings::StartupMovies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers \ +static_assert(alignof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers) == 0x000050, "Wrong size on BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, Actor) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, __WorldContext) == 0x000008, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, Temp_wildcard_Variable) == 0x000030, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_FL_GPE_Helpers_C_ForceEvaluateAllConditionCheckers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel \ +static_assert(alignof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel) == 0x000080, "Wrong size on BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, __WorldContext) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, local_RemainingChestsInLevel) == 0x000008, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::local_RemainingChestsInLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, Temp_int_Variable) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_GetAllActorsOfClass_OutActors) == 0x000030, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Conv_IntToString_ReturnValue) == 0x000048, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_GetObjectInteractionState_InteractionState) == 0x000058, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_GetObjectInteractionState_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'BP_FL_GPE_Helpers_C_PrintRemainingChestsInCurrentLevel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_CanBeDeactivated \ +static_assert(alignof(BP_FL_GPE_Helpers_C_CanBeDeactivated) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_CanBeDeactivated"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_CanBeDeactivated) == 0x000020, "Wrong size on BP_FL_GPE_Helpers_C_CanBeDeactivated"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeDeactivated, GPE) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_CanBeDeactivated::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeDeactivated, __WorldContext) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_CanBeDeactivated::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeDeactivated, ReturnValue) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_CanBeDeactivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeDeactivated, CallFunc_IsActivated_ReturnValue) == 0x000019, "Member 'BP_FL_GPE_Helpers_C_CanBeDeactivated::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_CanBeActivated \ +static_assert(alignof(BP_FL_GPE_Helpers_C_CanBeActivated) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_CanBeActivated"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_CanBeActivated) == 0x000020, "Wrong size on BP_FL_GPE_Helpers_C_CanBeActivated"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeActivated, GPE) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_CanBeActivated::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeActivated, __WorldContext) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_CanBeActivated::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeActivated, ReturnValue) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_CanBeActivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_CanBeActivated, CallFunc_IsDeactivated_ReturnValue) == 0x000019, "Member 'BP_FL_GPE_Helpers_C_CanBeActivated::CallFunc_IsDeactivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_IsDeactivated \ +static_assert(alignof(BP_FL_GPE_Helpers_C_IsDeactivated) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_IsDeactivated"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_IsDeactivated) == 0x000030, "Wrong size on BP_FL_GPE_Helpers_C_IsDeactivated"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsDeactivated, GPE) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_IsDeactivated::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsDeactivated, __WorldContext) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_IsDeactivated::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsDeactivated, ReturnValue) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_IsDeactivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsDeactivated, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000020, "Member 'BP_FL_GPE_Helpers_C_IsDeactivated::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsDeactivated, CallFunc_IsDeactivated_ReturnValue) == 0x000028, "Member 'BP_FL_GPE_Helpers_C_IsDeactivated::CallFunc_IsDeactivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_IsActivated \ +static_assert(alignof(BP_FL_GPE_Helpers_C_IsActivated) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_IsActivated"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_IsActivated) == 0x000030, "Wrong size on BP_FL_GPE_Helpers_C_IsActivated"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsActivated, GPE) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_IsActivated::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsActivated, __WorldContext) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_IsActivated::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsActivated, ReturnValue) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_IsActivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsActivated, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000020, "Member 'BP_FL_GPE_Helpers_C_IsActivated::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_IsActivated, CallFunc_IsActivated_ReturnValue) == 0x000028, "Member 'BP_FL_GPE_Helpers_C_IsActivated::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GPE_Helpers_C_ProcessGPEs \ +static_assert(alignof(BP_FL_GPE_Helpers_C_ProcessGPEs) == 0x000008, "Wrong alignment on BP_FL_GPE_Helpers_C_ProcessGPEs"); \ +static_assert(sizeof(BP_FL_GPE_Helpers_C_ProcessGPEs) == 0x0000F0, "Wrong size on BP_FL_GPE_Helpers_C_ProcessGPEs"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, GPEs) == 0x000000, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::GPEs' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, Activator) == 0x000010, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, ShouldActivateGPEs) == 0x000018, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::ShouldActivateGPEs' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, Instant) == 0x000019, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, __WorldContext) == 0x000020, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x0000A0, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x0000C8, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, Temp_int_Loop_Counter_Variable) == 0x0000E4, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GPE_Helpers_C_ProcessGPEs, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_FL_GPE_Helpers_C_ProcessGPEs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_GPE_Helpers_C \ +static_assert(alignof(UBP_FL_GPE_Helpers_C) == 0x000008, "Wrong alignment on UBP_FL_GPE_Helpers_C"); \ +static_assert(sizeof(UBP_FL_GPE_Helpers_C) == 0x000028, "Wrong size on UBP_FL_GPE_Helpers_C"); \ + +#define DUMPER7_ASSERTS_FOverlayItem \ +static_assert(alignof(FOverlayItem) == 0x000008, "Wrong alignment on FOverlayItem"); \ +static_assert(sizeof(FOverlayItem) == 0x000030, "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) == 0x000028, "Wrong size on UOverlays"); \ + +#define DUMPER7_ASSERTS_UBasicOverlays \ +static_assert(alignof(UBasicOverlays) == 0x000008, "Wrong alignment on UBasicOverlays"); \ +static_assert(sizeof(UBasicOverlays) == 0x000038, "Wrong size on UBasicOverlays"); \ +static_assert(offsetof(UBasicOverlays, Overlays) == 0x000028, "Member 'UBasicOverlays::Overlays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalizedOverlays \ +static_assert(alignof(ULocalizedOverlays) == 0x000008, "Wrong alignment on ULocalizedOverlays"); \ +static_assert(sizeof(ULocalizedOverlays) == 0x000080, "Wrong size on ULocalizedOverlays"); \ +static_assert(offsetof(ULocalizedOverlays, DefaultOverlays) == 0x000028, "Member 'ULocalizedOverlays::DefaultOverlays' has a wrong offset!"); \ +static_assert(offsetof(ULocalizedOverlays, LocaleToOverlaysMap) == 0x000030, "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) == 0x000008, "Wrong alignment on FClothConfig_Legacy"); \ +static_assert(sizeof(FClothConfig_Legacy) == 0x000130, "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) == 0x000068, "Member 'FClothConfig_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindDragCoefficient) == 0x00006C, "Member 'FClothConfig_Legacy::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindLiftCoefficient) == 0x000070, "Member 'FClothConfig_Legacy::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearDrag) == 0x000078, "Member 'FClothConfig_Legacy::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularDrag) == 0x000090, "Member 'FClothConfig_Legacy::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearInertiaScale) == 0x0000A8, "Member 'FClothConfig_Legacy::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularInertiaScale) == 0x0000C0, "Member 'FClothConfig_Legacy::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CentrifugalInertiaScale) == 0x0000D8, "Member 'FClothConfig_Legacy::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SolverFrequency) == 0x0000F0, "Member 'FClothConfig_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, StiffnessFrequency) == 0x0000F4, "Member 'FClothConfig_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityScale) == 0x0000F8, "Member 'FClothConfig_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityOverride) == 0x000100, "Member 'FClothConfig_Legacy::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, bUseGravityOverride) == 0x000118, "Member 'FClothConfig_Legacy::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherStiffness) == 0x00011C, "Member 'FClothConfig_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherLimit) == 0x000120, "Member 'FClothConfig_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CollisionThickness) == 0x000124, "Member 'FClothConfig_Legacy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveSpringStiffness) == 0x000128, "Member 'FClothConfig_Legacy::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveDamperStiffness) == 0x00012C, "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_FClothTetherData \ +static_assert(alignof(FClothTetherData) == 0x000008, "Wrong alignment on FClothTetherData"); \ +static_assert(sizeof(FClothTetherData) == 0x000010, "Wrong size on FClothTetherData"); \ + +#define DUMPER7_ASSERTS_FClothPhysicalMeshData \ +static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ +static_assert(sizeof(FClothPhysicalMeshData) == 0x000128, "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, SelfCollisionVertexSet) == 0x0000A0, "Member 'FClothPhysicalMeshData::SelfCollisionVertexSet' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, EuclideanTethers) == 0x0000F0, "Member 'FClothPhysicalMeshData::EuclideanTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, GeodesicTethers) == 0x000100, "Member 'FClothPhysicalMeshData::GeodesicTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x000110, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x000114, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x000118, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothLODDataCommon \ +static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ +static_assert(sizeof(FClothLODDataCommon) == 0x000198, "Wrong size on FClothLODDataCommon"); \ +static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x000128, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000168, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00016C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bSmoothTransition) == 0x000170, "Member 'FClothLODDataCommon::bSmoothTransition' 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) == 0x000008, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x00000C, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000010, "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) == 0x000028, "Wrong size on UClothConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothSharedConfigCommon \ +static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ +static_assert(sizeof(UClothSharedConfigCommon) == 0x000028, "Wrong size on UClothSharedConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCustomData \ +static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ +static_assert(sizeof(UClothingAssetCustomData) == 0x000028, "Wrong size on UClothingAssetCustomData"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCommon \ +static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ +static_assert(sizeof(UClothingAssetCommon) == 0x0000F0, "Wrong size on UClothingAssetCommon"); \ +static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000048, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000050, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LODData) == 0x0000A0, "Member 'UClothingAssetCommon::LODData' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000B0, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000C0, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000D0, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000E0, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, CustomData) == 0x0000E8, "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) == 0x0001B8, "Wrong size on UClothLODDataCommon_Legacy"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000028, "Member 'UClothLODDataCommon_Legacy::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000158, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory) == 0x0003E0, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, GameInstance) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, InventoryManager) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, ItemId) == 0x000010, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, Temp_wildcard_Variable) == 0x000018, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000020, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_GetDataTableRowFromName_OutRow) == 0x000080, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0003A8, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, K2Node_MakeArray_Array) == 0x0003B0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_Format_ReturnValue) == 0x0003C0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_GetCharacterByID_CharacterData) == 0x0003D0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x0003D8, "Member 'BP_DataAsset_Item_CharacterCustomization_C_OnRemovedFromInventory::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal) == 0x0000F0, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CharacterData) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CallFunc_IsItemCompatibleWithCharacter_Compatible) == 0x0000C8, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CallFunc_IsItemCompatibleWithCharacter_Compatible' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization_Internal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem) == 0x0001C0, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, InventoryManager) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CustomizationItemType) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CustomizationItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, ItemName) == 0x00000C, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::ItemName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000018, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, Temp_int_Loop_Counter_Variable) == 0x000168, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Face) == 0x000170, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Face' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Skin) == 0x000180, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_Less_IntInt_ReturnValue) == 0x000189, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_Add_IntInt_ReturnValue) == 0x00018C, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000190, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, Temp_object_Variable) == 0x000198, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, Temp_byte_Variable) == 0x0001A0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, K2Node_Select_Default) == 0x0001A8, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName_1) == 0x0001B4, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001BC, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetFirstCustomizationItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser) == 0x000004, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser) == 0x00000C, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser, CharacterHardcodedName) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_GetCharacterHardcodedNameFromUser::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter) == 0x000018, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter, CharacterData) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter, Compatible) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter::Compatible' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x00000C, "Member 'BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000014, "Member 'BP_DataAsset_Item_CharacterCustomization_C_IsItemCompatibleWithCharacter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization \ +static_assert(alignof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization) == 0x000010, "Wrong size on BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization, CharacterData) == 0x000000, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization, CallFunc_IsItemCompatibleWithCharacter_Compatible) == 0x000008, "Member 'BP_DataAsset_Item_CharacterCustomization_C_UpdateCharacterCustomization::CallFunc_IsItemCompatibleWithCharacter_Compatible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_CharacterCustomization_C \ +static_assert(alignof(UBP_DataAsset_Item_CharacterCustomization_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_CharacterCustomization_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_CharacterCustomization_C) == 0x000038, "Wrong size on UBP_DataAsset_Item_CharacterCustomization_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_CharacterCustomization_C, User) == 0x000030, "Member 'UBP_DataAsset_Item_CharacterCustomization_C::User' has a wrong offset!"); \ + +#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) == 0x0001A0, "Wrong size on UClothConfigNv"); \ +static_assert(offsetof(UClothConfigNv, ClothingWindMethod) == 0x000028, "Member 'UClothConfigNv::ClothingWindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraint) == 0x00002C, "Member 'UClothConfigNv::VerticalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraint) == 0x00003C, "Member 'UClothConfigNv::HorizontalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraint) == 0x00004C, "Member 'UClothConfigNv::BendConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraint) == 0x00005C, "Member 'UClothConfigNv::ShearConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionRadius) == 0x00006C, "Member 'UClothConfigNv::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionStiffness) == 0x000070, "Member 'UClothConfigNv::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionCullScale) == 0x000074, "Member 'UClothConfigNv::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Damping) == 0x000078, "Member 'UClothConfigNv::Damping' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Friction) == 0x000090, "Member 'UClothConfigNv::Friction' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindDragCoefficient) == 0x000094, "Member 'UClothConfigNv::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindLiftCoefficient) == 0x000098, "Member 'UClothConfigNv::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearDrag) == 0x0000A0, "Member 'UClothConfigNv::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularDrag) == 0x0000B8, "Member 'UClothConfigNv::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearInertiaScale) == 0x0000D0, "Member 'UClothConfigNv::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularInertiaScale) == 0x0000E8, "Member 'UClothConfigNv::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CentrifugalInertiaScale) == 0x000100, "Member 'UClothConfigNv::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SolverFrequency) == 0x000118, "Member 'UClothConfigNv::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, StiffnessFrequency) == 0x00011C, "Member 'UClothConfigNv::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityScale) == 0x000120, "Member 'UClothConfigNv::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityOverride) == 0x000128, "Member 'UClothConfigNv::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, bUseGravityOverride) == 0x000140, "Member 'UClothConfigNv::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherStiffness) == 0x000144, "Member 'UClothConfigNv::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherLimit) == 0x000148, "Member 'UClothConfigNv::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CollisionThickness) == 0x00014C, "Member 'UClothConfigNv::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveSpringStiffness) == 0x000150, "Member 'UClothConfigNv::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveDamperStiffness) == 0x000154, "Member 'UClothConfigNv::AnimDriveDamperStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindMethod) == 0x000158, "Member 'UClothConfigNv::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraintConfig) == 0x00015C, "Member 'UClothConfigNv::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraintConfig) == 0x00016C, "Member 'UClothConfigNv::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraintConfig) == 0x00017C, "Member 'UClothConfigNv::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraintConfig) == 0x00018C, "Member 'UClothConfigNv::ShearConstraintConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactoryNv \ +static_assert(alignof(UClothingSimulationFactoryNv) == 0x000008, "Wrong alignment on UClothingSimulationFactoryNv"); \ +static_assert(sizeof(UClothingSimulationFactoryNv) == 0x000028, "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) == 0x000090, "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) == 0x000120, "Wrong size on UClothPhysicalMeshDataNv_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, MaxDistances) == 0x0000E0, "Member 'UClothPhysicalMeshDataNv_Legacy::MaxDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopDistances) == 0x0000F0, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopRadiuses) == 0x000100, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopRadiuses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, AnimDriveMultipliers) == 0x000110, "Member 'UClothPhysicalMeshDataNv_Legacy::AnimDriveMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASMBP_PaintBunch_Rocks2_C \ +static_assert(alignof(ASMBP_PaintBunch_Rocks2_C) == 0x000008, "Wrong alignment on ASMBP_PaintBunch_Rocks2_C"); \ +static_assert(sizeof(ASMBP_PaintBunch_Rocks2_C) == 0x0002D0, "Wrong size on ASMBP_PaintBunch_Rocks2_C"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, Icelandic_Boulder_LOD0_tbiu7) == 0x000290, "Member 'ASMBP_PaintBunch_Rocks2_C::Icelandic_Boulder_LOD0_tbiu7' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, Icelandic_Boulder_LOD0_tbiu6) == 0x000298, "Member 'ASMBP_PaintBunch_Rocks2_C::Icelandic_Boulder_LOD0_tbiu6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, Icelandic_Boulder_LOD0_tbiu5) == 0x0002A0, "Member 'ASMBP_PaintBunch_Rocks2_C::Icelandic_Boulder_LOD0_tbiu5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, Icelandic_Boulder_LOD0_tbiu3) == 0x0002A8, "Member 'ASMBP_PaintBunch_Rocks2_C::Icelandic_Boulder_LOD0_tbiu3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, Icelandic_Boulder_LOD0_tbiu4) == 0x0002B0, "Member 'ASMBP_PaintBunch_Rocks2_C::Icelandic_Boulder_LOD0_tbiu4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, SM_PaintBunch13) == 0x0002B8, "Member 'ASMBP_PaintBunch_Rocks2_C::SM_PaintBunch13' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, tgziabifa_LOD0) == 0x0002C0, "Member 'ASMBP_PaintBunch_Rocks2_C::tgziabifa_LOD0' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_PaintBunch_Rocks2_C, SharedRoot) == 0x0002C8, "Member 'ASMBP_PaintBunch_Rocks2_C::SharedRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances \ +static_assert(alignof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances) == 0x000058, "Wrong size on BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, Temp_wildcard_Variable) == 0x000000, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_GetMaterialSlotNames_ReturnValue) == 0x000020, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_GetMaterialSlotNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_GetMaterialIndex_ReturnValue) == 0x000030, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_GetMaterialIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_GetMaterial_ReturnValue) == 0x000038, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterFaceMaterialInstances::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_OnSkinAssignCompleted \ +static_assert(alignof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_OnSkinAssignCompleted"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted) == 0x000048, "Wrong size on BP_CharacterSkinComponent_C_OnSkinAssignCompleted"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, NewBodySkinObject) == 0x000000, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::NewBodySkinObject' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, NewFaceSkinObject) == 0x000008, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::NewFaceSkinObject' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnSkinAssignCompleted, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_CharacterSkinComponent_C_OnSkinAssignCompleted::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_OnFaceSkinAssigned \ +static_assert(alignof(BP_CharacterSkinComponent_C_OnFaceSkinAssigned) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_OnFaceSkinAssigned"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_OnFaceSkinAssigned) == 0x000018, "Wrong size on BP_CharacterSkinComponent_C_OnFaceSkinAssigned"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnFaceSkinAssigned, NewFaceSkinObject) == 0x000000, "Member 'BP_CharacterSkinComponent_C_OnFaceSkinAssigned::NewFaceSkinObject' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnFaceSkinAssigned, K2Node_DynamicCast_AsBP_Character_Face_Base) == 0x000008, "Member 'BP_CharacterSkinComponent_C_OnFaceSkinAssigned::K2Node_DynamicCast_AsBP_Character_Face_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnFaceSkinAssigned, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CharacterSkinComponent_C_OnFaceSkinAssigned::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_OnBodySkinAssigned \ +static_assert(alignof(BP_CharacterSkinComponent_C_OnBodySkinAssigned) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_OnBodySkinAssigned"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_OnBodySkinAssigned) == 0x000018, "Wrong size on BP_CharacterSkinComponent_C_OnBodySkinAssigned"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnBodySkinAssigned, NewBodySkinObject) == 0x000000, "Member 'BP_CharacterSkinComponent_C_OnBodySkinAssigned::NewBodySkinObject' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnBodySkinAssigned, K2Node_DynamicCast_AsBP_Character_Skin_Base) == 0x000008, "Member 'BP_CharacterSkinComponent_C_OnBodySkinAssigned::K2Node_DynamicCast_AsBP_Character_Skin_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OnBodySkinAssigned, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CharacterSkinComponent_C_OnBodySkinAssigned::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetCurrentAssignPolicy \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetCurrentAssignPolicy) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_GetCurrentAssignPolicy"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetCurrentAssignPolicy) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_GetCurrentAssignPolicy"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetCurrentAssignPolicy, SkinAssignPolicy_0) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetCurrentAssignPolicy::SkinAssignPolicy_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy \ +static_assert(alignof(BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ConstructSkinAssignPolicy::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ApplyFootstepWithSkin \ +static_assert(alignof(BP_CharacterSkinComponent_C_ApplyFootstepWithSkin) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_ApplyFootstepWithSkin"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ApplyFootstepWithSkin) == 0x000018, "Wrong size on BP_CharacterSkinComponent_C_ApplyFootstepWithSkin"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyFootstepWithSkin, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ApplyFootstepWithSkin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyFootstepWithSkin, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_CharacterSkinComponent_C_ApplyFootstepWithSkin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyFootstepWithSkin, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CharacterSkinComponent_C_ApplyFootstepWithSkin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ApplyAnimationProfile \ +static_assert(alignof(BP_CharacterSkinComponent_C_ApplyAnimationProfile) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_ApplyAnimationProfile"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ApplyAnimationProfile) == 0x000020, "Wrong size on BP_CharacterSkinComponent_C_ApplyAnimationProfile"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyAnimationProfile, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ApplyAnimationProfile::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyAnimationProfile, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_CharacterSkinComponent_C_ApplyAnimationProfile::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyAnimationProfile, Temp_wildcard_Variable) == 0x000010, "Member 'BP_CharacterSkinComponent_C_ApplyAnimationProfile::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyAnimationProfile, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CharacterSkinComponent_C_ApplyAnimationProfile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_TryCacheCharacterBody \ +static_assert(alignof(BP_CharacterSkinComponent_C_TryCacheCharacterBody) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_TryCacheCharacterBody"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_TryCacheCharacterBody) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_TryCacheCharacterBody"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_TryCacheCharacterBody, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_TryCacheCharacterBody::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_TryCacheCharacterBody, CallFunc_GetCharacterBody_ReturnValue) == 0x000008, "Member 'BP_CharacterSkinComponent_C_TryCacheCharacterBody::CallFunc_GetCharacterBody_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_TryCacheCharacterFace \ +static_assert(alignof(BP_CharacterSkinComponent_C_TryCacheCharacterFace) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_TryCacheCharacterFace"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_TryCacheCharacterFace) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_TryCacheCharacterFace"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_TryCacheCharacterFace, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_TryCacheCharacterFace::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_TryCacheCharacterFace, CallFunc_GetCharacterFace_ReturnValue) == 0x000008, "Member 'BP_CharacterSkinComponent_C_TryCacheCharacterFace::CallFunc_GetCharacterFace_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_SetupCharacterFace \ +static_assert(alignof(BP_CharacterSkinComponent_C_SetupCharacterFace) == 0x000001, "Wrong alignment on BP_CharacterSkinComponent_C_SetupCharacterFace"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_SetupCharacterFace) == 0x000001, "Wrong size on BP_CharacterSkinComponent_C_SetupCharacterFace"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_SetupCharacterFace, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_SetupCharacterFace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetFaceSkeletalMesh \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetFaceSkeletalMesh) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_GetFaceSkeletalMesh"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetFaceSkeletalMesh) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_GetFaceSkeletalMesh"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetFaceSkeletalMesh, Face) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetFaceSkeletalMesh::Face' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_UpdateArmRing \ +static_assert(alignof(BP_CharacterSkinComponent_C_UpdateArmRing) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_UpdateArmRing"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_UpdateArmRing) == 0x000020, "Wrong size on BP_CharacterSkinComponent_C_UpdateArmRing"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateArmRing, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_UpdateArmRing::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateArmRing, CallFunc_GetArmRingNiagaraComponents_Array) == 0x000008, "Member 'BP_CharacterSkinComponent_C_UpdateArmRing::CallFunc_GetArmRingNiagaraComponents_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateArmRing, CallFunc_GetArmRingNiagaraComponents_ArmRingMaterialIndex) == 0x000018, "Member 'BP_CharacterSkinComponent_C_UpdateArmRing::CallFunc_GetArmRingNiagaraComponents_ArmRingMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetArmRingMaterialInstance \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetArmRingMaterialInstance) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_GetArmRingMaterialInstance"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetArmRingMaterialInstance) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_GetArmRingMaterialInstance"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetArmRingMaterialInstance, ArmRingMaterialInstance_0) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetArmRingMaterialInstance::ArmRingMaterialInstance_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetArmRingMaterialIndex \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetArmRingMaterialIndex) == 0x000004, "Wrong alignment on BP_CharacterSkinComponent_C_GetArmRingMaterialIndex"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetArmRingMaterialIndex) == 0x000004, "Wrong size on BP_CharacterSkinComponent_C_GetArmRingMaterialIndex"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetArmRingMaterialIndex, ArmRingMaterialIndex_0) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetArmRingMaterialIndex::ArmRingMaterialIndex_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetArmRingComponents \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetArmRingComponents) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_GetArmRingComponents"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetArmRingComponents) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_GetArmRingComponents"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetArmRingComponents, ArmRingComponents_0) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetArmRingComponents::ArmRingComponents_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_GetSkinMaterialInstances \ +static_assert(alignof(BP_CharacterSkinComponent_C_GetSkinMaterialInstances) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_GetSkinMaterialInstances"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_GetSkinMaterialInstances) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_GetSkinMaterialInstances"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_GetSkinMaterialInstances, SkinMaterialInstances) == 0x000000, "Member 'BP_CharacterSkinComponent_C_GetSkinMaterialInstances::SkinMaterialInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances \ +static_assert(alignof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances) == 0x000068, "Wrong size on BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, Temp_wildcard_Variable) == 0x000000, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_GetMaterialSlotNames_ReturnValue) == 0x000030, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_GetMaterialSlotNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_GetMaterialIndex_ReturnValue) == 0x000040, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_GetMaterialIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_GetMaterial_ReturnValue) == 0x000048, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_CharacterSkinComponent_C_UpdateCharacterSkinMaterialInstances::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_CacheAnimationConfig \ +static_assert(alignof(BP_CharacterSkinComponent_C_CacheAnimationConfig) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_CacheAnimationConfig"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_CacheAnimationConfig) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_CacheAnimationConfig"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_CacheAnimationConfig, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BP_CharacterSkinComponent_C_CacheAnimationConfig::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_CacheAnimationConfig, CallFunc_GetObjectClass_ReturnValue) == 0x000008, "Member 'BP_CharacterSkinComponent_C_CacheAnimationConfig::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ShouldApplyCustomization \ +static_assert(alignof(BP_CharacterSkinComponent_C_ShouldApplyCustomization) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_ShouldApplyCustomization"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ShouldApplyCustomization) == 0x000058, "Wrong size on BP_CharacterSkinComponent_C_ShouldApplyCustomization"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ShouldApplyCustomization, CharacterCustomization) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ShouldApplyCustomization::CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ShouldApplyCustomization, Result) == 0x000050, "Member 'BP_CharacterSkinComponent_C_ShouldApplyCustomization::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ShouldApplyCustomization, CallFunc_IsValid__CharacterCustomization__Valid) == 0x000051, "Member 'BP_CharacterSkinComponent_C_ShouldApplyCustomization::CallFunc_IsValid__CharacterCustomization__Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ShouldApplyCustomization, CallFunc_NotEqual__CharacterCustomization__Result) == 0x000052, "Member 'BP_CharacterSkinComponent_C_ShouldApplyCustomization::CallFunc_NotEqual__CharacterCustomization__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ShouldApplyCustomization, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'BP_CharacterSkinComponent_C_ShouldApplyCustomization::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_OverrideCharacterSkin \ +static_assert(alignof(BP_CharacterSkinComponent_C_OverrideCharacterSkin) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_OverrideCharacterSkin"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_OverrideCharacterSkin) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_OverrideCharacterSkin"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OverrideCharacterSkin, Character_Skin) == 0x000000, "Member 'BP_CharacterSkinComponent_C_OverrideCharacterSkin::Character_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OverrideCharacterSkin, Character_Name) == 0x000008, "Member 'BP_CharacterSkinComponent_C_OverrideCharacterSkin::Character_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_OverrideCharacterFace \ +static_assert(alignof(BP_CharacterSkinComponent_C_OverrideCharacterFace) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_OverrideCharacterFace"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_OverrideCharacterFace) == 0x000010, "Wrong size on BP_CharacterSkinComponent_C_OverrideCharacterFace"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OverrideCharacterFace, Skin_Face) == 0x000000, "Member 'BP_CharacterSkinComponent_C_OverrideCharacterFace::Skin_Face' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_OverrideCharacterFace, Character_Name) == 0x000008, "Member 'BP_CharacterSkinComponent_C_OverrideCharacterFace::Character_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_SetCharacterCustomization \ +static_assert(alignof(BP_CharacterSkinComponent_C_SetCharacterCustomization) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_SetCharacterCustomization"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_SetCharacterCustomization) == 0x000058, "Wrong size on BP_CharacterSkinComponent_C_SetCharacterCustomization"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_SetCharacterCustomization, Character_Name) == 0x000000, "Member 'BP_CharacterSkinComponent_C_SetCharacterCustomization::Character_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_SetCharacterCustomization, Character_Customization) == 0x000008, "Member 'BP_CharacterSkinComponent_C_SetCharacterCustomization::Character_Customization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin \ +static_assert(alignof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin) == 0x000004, "Wrong alignment on BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin, Character_Name) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ApplyCurrentCharacterSkin::Character_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace \ +static_assert(alignof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace) == 0x000004, "Wrong alignment on BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace) == 0x000008, "Wrong size on BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace, Character_Name) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ApplyCurrentCharacterFace::Character_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_CharacterSkinComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CharacterSkinComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CharacterSkinComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent \ +static_assert(alignof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent) == 0x000008, "Wrong alignment on BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent"); \ +static_assert(sizeof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent) == 0x0000F0, "Wrong size on BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Skin) == 0x000008, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Name_4) == 0x000010, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Name_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Skin_Face) == 0x000018, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Skin_Face' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Name_3) == 0x000020, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Name_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Name_2) == 0x000028, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Name_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Customization) == 0x000030, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Name_1) == 0x000080, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Name_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CustomEvent_Character_Name) == 0x000088, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CustomEvent_Character_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000090, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B0, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_GetOwner_ReturnValue) == 0x0000C0, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_GetOwner_ReturnValue_1) == 0x0000C8, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_GetOwner_ReturnValue_2) == 0x0000D0, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_GetOwner_ReturnValue_3) == 0x0000D8, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, CallFunc_GetOwner_ReturnValue_4) == 0x0000E0, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent, K2Node_Event_EndPlayReason) == 0x0000E8, "Member 'BP_CharacterSkinComponent_C_ExecuteUbergraph_BP_CharacterSkinComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterSkinComponent_C \ +static_assert(alignof(UBP_CharacterSkinComponent_C) == 0x000008, "Wrong alignment on UBP_CharacterSkinComponent_C"); \ +static_assert(sizeof(UBP_CharacterSkinComponent_C) == 0x0001D0, "Wrong size on UBP_CharacterSkinComponent_C"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CharacterSkinComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, SpawnedCharacterSkin) == 0x0000A8, "Member 'UBP_CharacterSkinComponent_C::SpawnedCharacterSkin' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, OnCharacterSkinChanged) == 0x0000B0, "Member 'UBP_CharacterSkinComponent_C::OnCharacterSkinChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, AnimInstanceClass) == 0x0000C0, "Member 'UBP_CharacterSkinComponent_C::AnimInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, AnimationProfile) == 0x0000C8, "Member 'UBP_CharacterSkinComponent_C::AnimationProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, CurrentCharacterSkinMaterialInstances) == 0x000108, "Member 'UBP_CharacterSkinComponent_C::CurrentCharacterSkinMaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, ArmRingComponents) == 0x000118, "Member 'UBP_CharacterSkinComponent_C::ArmRingComponents' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, ArmRingMaterialIndex) == 0x000128, "Member 'UBP_CharacterSkinComponent_C::ArmRingMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, ArmRingMaterialInstance) == 0x000130, "Member 'UBP_CharacterSkinComponent_C::ArmRingMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, AttachedFaceOnCharacter) == 0x000138, "Member 'UBP_CharacterSkinComponent_C::AttachedFaceOnCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, SpawnedCharacterFace) == 0x000140, "Member 'UBP_CharacterSkinComponent_C::SpawnedCharacterFace' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, OnCharacterFaceChanged) == 0x000148, "Member 'UBP_CharacterSkinComponent_C::OnCharacterFaceChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, OnCharacterCustomizationChanged) == 0x000158, "Member 'UBP_CharacterSkinComponent_C::OnCharacterCustomizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, AttachedBodyOnCharacter) == 0x000168, "Member 'UBP_CharacterSkinComponent_C::AttachedBodyOnCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, CurrentCharacterCustomization) == 0x000170, "Member 'UBP_CharacterSkinComponent_C::CurrentCharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, SkinAssignPolicyClass) == 0x0001C0, "Member 'UBP_CharacterSkinComponent_C::SkinAssignPolicyClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkinComponent_C, SkinAssignPolicy) == 0x0001C8, "Member 'UBP_CharacterSkinComponent_C::SkinAssignPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStruct \ +static_assert(alignof(FInstancedStruct) == 0x000008, "Wrong alignment on FInstancedStruct"); \ +static_assert(sizeof(FInstancedStruct) == 0x000010, "Wrong size on FInstancedStruct"); \ + +#define DUMPER7_ASSERTS_FInstancedStructContainer \ +static_assert(alignof(FInstancedStructContainer) == 0x000008, "Wrong alignment on FInstancedStructContainer"); \ +static_assert(sizeof(FInstancedStructContainer) == 0x000010, "Wrong size on FInstancedStructContainer"); \ + +#define DUMPER7_ASSERTS_FPropertyBagContainerTypes \ +static_assert(alignof(FPropertyBagContainerTypes) == 0x000001, "Wrong alignment on FPropertyBagContainerTypes"); \ +static_assert(sizeof(FPropertyBagContainerTypes) == 0x000003, "Wrong size on FPropertyBagContainerTypes"); \ + +#define DUMPER7_ASSERTS_FPropertyBagPropertyDescMetaData \ +static_assert(alignof(FPropertyBagPropertyDescMetaData) == 0x000008, "Wrong alignment on FPropertyBagPropertyDescMetaData"); \ +static_assert(sizeof(FPropertyBagPropertyDescMetaData) == 0x000018, "Wrong size on FPropertyBagPropertyDescMetaData"); \ +static_assert(offsetof(FPropertyBagPropertyDescMetaData, Key) == 0x000000, "Member 'FPropertyBagPropertyDescMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBagPropertyDescMetaData, Value) == 0x000008, "Member 'FPropertyBagPropertyDescMetaData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBagPropertyDesc \ +static_assert(alignof(FPropertyBagPropertyDesc) == 0x000008, "Wrong alignment on FPropertyBagPropertyDesc"); \ +static_assert(sizeof(FPropertyBagPropertyDesc) == 0x000030, "Wrong size on FPropertyBagPropertyDesc"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, ValueTypeObject) == 0x000000, "Member 'FPropertyBagPropertyDesc::ValueTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, ID) == 0x000008, "Member 'FPropertyBagPropertyDesc::ID' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, Name) == 0x000018, "Member 'FPropertyBagPropertyDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, ValueType) == 0x000020, "Member 'FPropertyBagPropertyDesc::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, ContainerTypes) == 0x000021, "Member 'FPropertyBagPropertyDesc::ContainerTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedPropertyBag \ +static_assert(alignof(FInstancedPropertyBag) == 0x000008, "Wrong alignment on FInstancedPropertyBag"); \ +static_assert(sizeof(FInstancedPropertyBag) == 0x000010, "Wrong size on FInstancedPropertyBag"); \ +static_assert(offsetof(FInstancedPropertyBag, Value) == 0x000000, "Member 'FInstancedPropertyBag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBagMissingStruct \ +static_assert(alignof(FPropertyBagMissingStruct) == 0x000001, "Wrong alignment on FPropertyBagMissingStruct"); \ +static_assert(sizeof(FPropertyBagMissingStruct) == 0x000001, "Wrong size on FPropertyBagMissingStruct"); \ + +#define DUMPER7_ASSERTS_FSharedStruct \ +static_assert(alignof(FSharedStruct) == 0x000008, "Wrong alignment on FSharedStruct"); \ +static_assert(sizeof(FSharedStruct) == 0x000010, "Wrong size on FSharedStruct"); \ + +#define DUMPER7_ASSERTS_FConstSharedStruct \ +static_assert(alignof(FConstSharedStruct) == 0x000008, "Wrong alignment on FConstSharedStruct"); \ +static_assert(sizeof(FConstSharedStruct) == 0x000010, "Wrong size on FConstSharedStruct"); \ + +#define DUMPER7_ASSERTS_UPropertyBagMissingObject \ +static_assert(alignof(UPropertyBagMissingObject) == 0x000008, "Wrong alignment on UPropertyBagMissingObject"); \ +static_assert(sizeof(UPropertyBagMissingObject) == 0x000028, "Wrong size on UPropertyBagMissingObject"); \ + +#define DUMPER7_ASSERTS_UPropertyBag \ +static_assert(alignof(UPropertyBag) == 0x000008, "Wrong alignment on UPropertyBag"); \ +static_assert(sizeof(UPropertyBag) == 0x0000D8, "Wrong size on UPropertyBag"); \ +static_assert(offsetof(UPropertyBag, PropertyDescs) == 0x0000C0, "Member 'UPropertyBag::PropertyDescs' 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_FRigVMFunction_MathBase \ +static_assert(alignof(FRigVMFunction_MathBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBase"); \ +static_assert(sizeof(FRigVMFunction_MathBase) == 0x000008, "Wrong size on FRigVMFunction_MathBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBase \ +static_assert(alignof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBase"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong size on FRigVMFunction_MathFloatBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSelectBool \ +static_assert(alignof(FRigVMFunction_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSelectBool) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathFloatSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigVMFunction_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigVMFunction_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatchFactory \ +static_assert(alignof(FRigVMDispatchFactory) == 0x000008, "Wrong alignment on FRigVMDispatchFactory"); \ +static_assert(sizeof(FRigVMDispatchFactory) == 0x000070, "Wrong size on FRigVMDispatchFactory"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastEnumToInt \ +static_assert(alignof(FRigVMDispatch_CastEnumToInt) == 0x000008, "Wrong alignment on FRigVMDispatch_CastEnumToInt"); \ +static_assert(sizeof(FRigVMDispatch_CastEnumToInt) == 0x000070, "Wrong size on FRigVMDispatch_CastEnumToInt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBase \ +static_assert(alignof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBase"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong size on FRigVMFunction_MathBoolBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolEquals \ +static_assert(alignof(FRigVMFunction_MathBoolEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolEquals"); \ +static_assert(sizeof(FRigVMFunction_MathBoolEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolEquals"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, A) == 0x000008, "Member 'FRigVMFunction_MathBoolEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, B) == 0x000009, "Member 'FRigVMFunction_MathBoolEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMBranchInfo \ +static_assert(alignof(FRigVMBranchInfo) == 0x000004, "Wrong alignment on FRigVMBranchInfo"); \ +static_assert(sizeof(FRigVMBranchInfo) == 0x000018, "Wrong size on FRigVMBranchInfo"); \ +static_assert(offsetof(FRigVMBranchInfo, Index) == 0x000000, "Member 'FRigVMBranchInfo::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, Label) == 0x000004, "Member 'FRigVMBranchInfo::Label' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, InstructionIndex) == 0x00000C, "Member 'FRigVMBranchInfo::InstructionIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, ArgumentIndex) == 0x000010, "Member 'FRigVMBranchInfo::ArgumentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, FirstInstruction) == 0x000014, "Member 'FRigVMBranchInfo::FirstInstruction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, LastInstruction) == 0x000016, "Member 'FRigVMBranchInfo::LastInstruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBase \ +static_assert(alignof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBase"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong size on FRigVMFunction_MathDoubleBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleUnaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleUnaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleExponential \ +static_assert(alignof(FRigVMFunction_MathDoubleExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleExponential"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleExponential) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleExponential"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBase \ +static_assert(alignof(FRigVMFunction_DebugBase) == 0x000008, "Wrong alignment on FRigVMFunction_DebugBase"); \ +static_assert(sizeof(FRigVMFunction_DebugBase) == 0x000008, "Wrong size on FRigVMFunction_DebugBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransform \ +static_assert(alignof(FRigVMFunction_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransform"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugTransform) == 0x000090, "Wrong size on FRigVMFunction_VisualDebugTransform"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, bEnabled) == 0x000070, "Member 'FRigVMFunction_VisualDebugTransform::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Thickness) == 0x000074, "Member 'FRigVMFunction_VisualDebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, BoneSpace) == 0x00007C, "Member 'FRigVMFunction_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawInstruction \ +static_assert(alignof(FRigVMDrawInstruction) == 0x000010, "Wrong alignment on FRigVMDrawInstruction"); \ +static_assert(sizeof(FRigVMDrawInstruction) == 0x0000D0, "Wrong size on FRigVMDrawInstruction"); \ +static_assert(offsetof(FRigVMDrawInstruction, Name) == 0x000000, "Member 'FRigVMDrawInstruction::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, PrimitiveType) == 0x000008, "Member 'FRigVMDrawInstruction::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Positions) == 0x000010, "Member 'FRigVMDrawInstruction::Positions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Color) == 0x000020, "Member 'FRigVMDrawInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Thickness) == 0x000030, "Member 'FRigVMDrawInstruction::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Transform) == 0x000040, "Member 'FRigVMDrawInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBase \ +static_assert(alignof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBase"); \ +static_assert(sizeof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong size on FRigVMFunction_MathColorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryOp \ +static_assert(alignof(FRigVMFunction_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathColorBinaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathColorBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathColorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryOp::Result' 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) == 0x000038, "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, DebugMemory) == 0x000020, "Member 'FRigVMStatistics::DebugMemory' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, BytesForCaching) == 0x00002C, "Member 'FRigVMStatistics::BytesForCaching' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, ByteCode) == 0x000030, "Member 'FRigVMStatistics::ByteCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExtendedExecuteContext \ +static_assert(alignof(FRigVMExtendedExecuteContext) == 0x000008, "Wrong alignment on FRigVMExtendedExecuteContext"); \ +static_assert(sizeof(FRigVMExtendedExecuteContext) == 0x000228, "Wrong size on FRigVMExtendedExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000010, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x0000F0, "Wrong size on FRigVMExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMStructMutable \ +static_assert(alignof(FRigVMStructMutable) == 0x000010, "Wrong alignment on FRigVMStructMutable"); \ +static_assert(sizeof(FRigVMStructMutable) == 0x000100, "Wrong size on FRigVMStructMutable"); \ +static_assert(offsetof(FRigVMStructMutable, ExecuteContext) == 0x000010, "Member 'FRigVMStructMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBaseMutable \ +static_assert(alignof(FRigVMFunction_SimBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_SimBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_SimBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_SimBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBase \ +static_assert(alignof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionBase"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong size on FRigVMFunction_MathQuaternionBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawContainer \ +static_assert(alignof(FRigVMDrawContainer) == 0x000008, "Wrong alignment on FRigVMDrawContainer"); \ +static_assert(sizeof(FRigVMDrawContainer) == 0x000018, "Wrong size on FRigVMDrawContainer"); \ +static_assert(offsetof(FRigVMDrawContainer, Instructions) == 0x000008, "Member 'FRigVMDrawContainer::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRuntimeSettings \ +static_assert(alignof(FRigVMRuntimeSettings) == 0x000008, "Wrong alignment on FRigVMRuntimeSettings"); \ +static_assert(sizeof(FRigVMRuntimeSettings) == 0x000018, "Wrong size on FRigVMRuntimeSettings"); \ +static_assert(offsetof(FRigVMRuntimeSettings, MaximumArraySize) == 0x000000, "Member 'FRigVMRuntimeSettings::MaximumArraySize' 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_FRigVMFunction_MathDoubleConstant \ +static_assert(alignof(FRigVMFunction_MathDoubleConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstant"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstant) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstant"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstE \ +static_assert(alignof(FRigVMFunction_MathDoubleConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstE"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstE) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstE"); \ + +#define DUMPER7_ASSERTS_FRigVMDecorator \ +static_assert(alignof(FRigVMDecorator) == 0x000008, "Wrong alignment on FRigVMDecorator"); \ +static_assert(sizeof(FRigVMDecorator) == 0x000018, "Wrong size on FRigVMDecorator"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastIntToEnum \ +static_assert(alignof(FRigVMDispatch_CastIntToEnum) == 0x000008, "Wrong alignment on FRigVMDispatch_CastIntToEnum"); \ +static_assert(sizeof(FRigVMDispatch_CastIntToEnum) == 0x000070, "Wrong size on FRigVMDispatch_CastIntToEnum"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorSub \ +static_assert(alignof(FRigVMFunction_MathColorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorSub"); \ +static_assert(sizeof(FRigVMFunction_MathColorSub) == 0x000038, "Wrong size on FRigVMFunction_MathColorSub"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastObject \ +static_assert(alignof(FRigVMDispatch_CastObject) == 0x000008, "Wrong alignment on FRigVMDispatch_CastObject"); \ +static_assert(sizeof(FRigVMDispatch_CastObject) == 0x000070, "Wrong size on FRigVMDispatch_CastObject"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariableDef \ +static_assert(alignof(FRigVMExternalVariableDef) == 0x000008, "Wrong alignment on FRigVMExternalVariableDef"); \ +static_assert(sizeof(FRigVMExternalVariableDef) == 0x000028, "Wrong size on FRigVMExternalVariableDef"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLerp \ +static_assert(alignof(FRigVMFunction_MathDoubleLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLerp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLerp) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleLerp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, T) == 0x000018, "Member 'FRigVMFunction_MathDoubleLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariable \ +static_assert(alignof(FRigVMExternalVariable) == 0x000008, "Wrong alignment on FRigVMExternalVariable"); \ +static_assert(sizeof(FRigVMExternalVariable) == 0x000030, "Wrong size on FRigVMExternalVariable"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatColor_Target \ +static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimBase \ +static_assert(alignof(FRigVMFunction_AnimBase) == 0x000008, "Wrong alignment on FRigVMFunction_AnimBase"); \ +static_assert(sizeof(FRigVMFunction_AnimBase) == 0x000008, "Wrong size on FRigVMFunction_AnimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBinaryOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoublePow \ +static_assert(alignof(FRigVMFunction_MathDoublePow) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoublePow"); \ +static_assert(sizeof(FRigVMFunction_MathDoublePow) == 0x000020, "Wrong size on FRigVMFunction_MathDoublePow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreater \ +static_assert(alignof(FRigVMFunction_MathDoubleGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreater"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreater) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreater"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreater::Result' 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) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBaseMutable \ +static_assert(alignof(FRigVMFunction_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_DebugBaseMutable) == 0x000100, "Wrong size on FRigVMFunction_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMutableBase \ +static_assert(alignof(FRigVMFunction_MathMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Sequence \ +static_assert(alignof(FRigVMFunction_Sequence) == 0x000010, "Wrong alignment on FRigVMFunction_Sequence"); \ +static_assert(sizeof(FRigVMFunction_Sequence) == 0x0002E0, "Wrong size on FRigVMFunction_Sequence"); \ +static_assert(offsetof(FRigVMFunction_Sequence, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_Sequence::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, A) == 0x000100, "Member 'FRigVMFunction_Sequence::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, B) == 0x0001F0, "Member 'FRigVMFunction_Sequence::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorVector_Target \ +static_assert(alignof(FMathRBFInterpolateVectorVector_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorVector_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorVector_Target) == 0x000030, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMUnknownType \ +static_assert(alignof(FRigVMUnknownType) == 0x000004, "Wrong alignment on FRigVMUnknownType"); \ +static_assert(sizeof(FRigVMUnknownType) == 0x000004, "Wrong size on FRigVMUnknownType"); \ +static_assert(offsetof(FRigVMUnknownType, Hash) == 0x000000, "Member 'FRigVMUnknownType::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSign \ +static_assert(alignof(FRigVMFunction_MathDoubleSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSign"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSign) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBase \ +static_assert(alignof(FRigVMFunction_SimBase) == 0x000008, "Wrong alignment on FRigVMFunction_SimBase"); \ +static_assert(sizeof(FRigVMFunction_SimBase) == 0x000008, "Wrong size on FRigVMFunction_SimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSin \ +static_assert(alignof(FRigVMFunction_MathDoubleSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSin"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionIdentifier \ +static_assert(alignof(FRigVMGraphFunctionIdentifier) == 0x000008, "Wrong alignment on FRigVMGraphFunctionIdentifier"); \ +static_assert(sizeof(FRigVMGraphFunctionIdentifier) == 0x000040, "Wrong size on FRigVMGraphFunctionIdentifier"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, LibraryNode) == 0x000000, "Member 'FRigVMGraphFunctionIdentifier::LibraryNode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, HostObject) == 0x000020, "Member 'FRigVMGraphFunctionIdentifier::HostObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionArgument \ +static_assert(alignof(FRigVMGraphFunctionArgument) == 0x000008, "Wrong alignment on FRigVMGraphFunctionArgument"); \ +static_assert(sizeof(FRigVMGraphFunctionArgument) == 0x0000B0, "Wrong size on FRigVMGraphFunctionArgument"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Name) == 0x000000, "Member 'FRigVMGraphFunctionArgument::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DisplayName) == 0x000008, "Member 'FRigVMGraphFunctionArgument::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPType) == 0x000010, "Member 'FRigVMGraphFunctionArgument::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPTypeObject) == 0x000018, "Member 'FRigVMGraphFunctionArgument::CPPTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsArray) == 0x000040, "Member 'FRigVMGraphFunctionArgument::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Direction) == 0x000041, "Member 'FRigVMGraphFunctionArgument::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DefaultValue) == 0x000048, "Member 'FRigVMGraphFunctionArgument::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsConst) == 0x000058, "Member 'FRigVMGraphFunctionArgument::bIsConst' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, PathToTooltip) == 0x000060, "Member 'FRigVMGraphFunctionArgument::PathToTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeader \ +static_assert(alignof(FRigVMGraphFunctionHeader) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeader"); \ +static_assert(sizeof(FRigVMGraphFunctionHeader) == 0x000118, "Wrong size on FRigVMGraphFunctionHeader"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, LibraryPointer) == 0x000000, "Member 'FRigVMGraphFunctionHeader::LibraryPointer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Name) == 0x000040, "Member 'FRigVMGraphFunctionHeader::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeTitle) == 0x000048, "Member 'FRigVMGraphFunctionHeader::NodeTitle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeColor) == 0x000058, "Member 'FRigVMGraphFunctionHeader::NodeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Tooltip) == 0x000068, "Member 'FRigVMGraphFunctionHeader::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Description) == 0x000078, "Member 'FRigVMGraphFunctionHeader::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Category) == 0x000088, "Member 'FRigVMGraphFunctionHeader::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Keywords) == 0x000098, "Member 'FRigVMGraphFunctionHeader::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Arguments) == 0x0000A8, "Member 'FRigVMGraphFunctionHeader::Arguments' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Dependencies) == 0x0000B8, "Member 'FRigVMGraphFunctionHeader::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, ExternalVariables) == 0x000108, "Member 'FRigVMGraphFunctionHeader::ExternalVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCodeEntry \ +static_assert(alignof(FRigVMByteCodeEntry) == 0x000004, "Wrong alignment on FRigVMByteCodeEntry"); \ +static_assert(sizeof(FRigVMByteCodeEntry) == 0x00000C, "Wrong size on FRigVMByteCodeEntry"); \ +static_assert(offsetof(FRigVMByteCodeEntry, Name) == 0x000000, "Member 'FRigVMByteCodeEntry::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCodeEntry, InstructionIndex) == 0x000008, "Member 'FRigVMByteCodeEntry::InstructionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMPredicateBranch \ +static_assert(alignof(FRigVMPredicateBranch) == 0x000008, "Wrong alignment on FRigVMPredicateBranch"); \ +static_assert(sizeof(FRigVMPredicateBranch) == 0x000030, "Wrong size on FRigVMPredicateBranch"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCode \ +static_assert(alignof(FRigVMByteCode) == 0x000008, "Wrong alignment on FRigVMByteCode"); \ +static_assert(sizeof(FRigVMByteCode) == 0x0000B0, "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!"); \ +static_assert(offsetof(FRigVMByteCode, BranchInfos) == 0x000028, "Member 'FRigVMByteCode::BranchInfos' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, PredicateBranches) == 0x000038, "Member 'FRigVMByteCode::PredicateBranches' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, PublicContextPathName) == 0x000048, "Member 'FRigVMByteCode::PublicContextPathName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyDescription \ +static_assert(alignof(FRigVMFunctionCompilationPropertyDescription) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyDescription"); \ +static_assert(sizeof(FRigVMFunctionCompilationPropertyDescription) == 0x000050, "Wrong size on FRigVMFunctionCompilationPropertyDescription"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, Name) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyDescription::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPTypeObject) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyDescription::CPPTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, DefaultValue) == 0x000040, "Member 'FRigVMFunctionCompilationPropertyDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyPath \ +static_assert(alignof(FRigVMFunctionCompilationPropertyPath) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(sizeof(FRigVMFunctionCompilationPropertyPath) == 0x000028, "Wrong size on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, PropertyIndex) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyPath::PropertyIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, HeadCPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyPath::HeadCPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, SegmentPath) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyPath::SegmentPath' 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_FRigVMFunctionCompilationData \ +static_assert(alignof(FRigVMFunctionCompilationData) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationData"); \ +static_assert(sizeof(FRigVMFunctionCompilationData) == 0x000238, "Wrong size on FRigVMFunctionCompilationData"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ByteCode) == 0x000000, "Member 'FRigVMFunctionCompilationData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, FunctionNames) == 0x0000B0, "Member 'FRigVMFunctionCompilationData::FunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, WorkPropertyDescriptions) == 0x0000C0, "Member 'FRigVMFunctionCompilationData::WorkPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, WorkPropertyPathDescriptions) == 0x0000D0, "Member 'FRigVMFunctionCompilationData::WorkPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, LiteralPropertyDescriptions) == 0x0000E0, "Member 'FRigVMFunctionCompilationData::LiteralPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, LiteralPropertyPathDescriptions) == 0x0000F0, "Member 'FRigVMFunctionCompilationData::LiteralPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, DebugPropertyDescriptions) == 0x000100, "Member 'FRigVMFunctionCompilationData::DebugPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, DebugPropertyPathDescriptions) == 0x000110, "Member 'FRigVMFunctionCompilationData::DebugPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalPropertyDescriptions) == 0x000120, "Member 'FRigVMFunctionCompilationData::ExternalPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalPropertyPathDescriptions) == 0x000130, "Member 'FRigVMFunctionCompilationData::ExternalPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalRegisterIndexToVariable) == 0x000140, "Member 'FRigVMFunctionCompilationData::ExternalRegisterIndexToVariable' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, Operands) == 0x000190, "Member 'FRigVMFunctionCompilationData::Operands' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, Hash) == 0x0001E0, "Member 'FRigVMFunctionCompilationData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, bEncounteredSurpressedErrors) == 0x0001E4, "Member 'FRigVMFunctionCompilationData::bEncounteredSurpressedErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionData \ +static_assert(alignof(FRigVMGraphFunctionData) == 0x000008, "Wrong alignment on FRigVMGraphFunctionData"); \ +static_assert(sizeof(FRigVMGraphFunctionData) == 0x000360, "Wrong size on FRigVMGraphFunctionData"); \ +static_assert(offsetof(FRigVMGraphFunctionData, Header) == 0x000000, "Member 'FRigVMGraphFunctionData::Header' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionData, CompilationData) == 0x000118, "Member 'FRigVMGraphFunctionData::CompilationData' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionData, SerializedCollapsedNode) == 0x000350, "Member 'FRigVMGraphFunctionData::SerializedCollapsedNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionStore \ +static_assert(alignof(FRigVMGraphFunctionStore) == 0x000008, "Wrong alignment on FRigVMGraphFunctionStore"); \ +static_assert(sizeof(FRigVMGraphFunctionStore) == 0x000020, "Wrong size on FRigVMGraphFunctionStore"); \ +static_assert(offsetof(FRigVMGraphFunctionStore, PublicFunctions) == 0x000000, "Member 'FRigVMGraphFunctionStore::PublicFunctions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionStore, PrivateFunctions) == 0x000010, "Member 'FRigVMGraphFunctionStore::PrivateFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDiv \ +static_assert(alignof(FRigVMFunction_MathDoubleDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDiv"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleDiv) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolAnd \ +static_assert(alignof(FRigVMFunction_MathBoolAnd) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolAnd"); \ +static_assert(sizeof(FRigVMFunction_MathBoolAnd) == 0x000010, "Wrong size on FRigVMFunction_MathBoolAnd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleFloor \ +static_assert(alignof(FRigVMFunction_MathDoubleFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleFloor"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleFloor) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleFloor"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleFloor::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolOnce \ +static_assert(alignof(FRigVMFunction_MathBoolOnce) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolOnce"); \ +static_assert(sizeof(FRigVMFunction_MathBoolOnce) == 0x000018, "Wrong size on FRigVMFunction_MathBoolOnce"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, Duration) == 0x000008, "Member 'FRigVMFunction_MathBoolOnce::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolOnce::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, LastValue) == 0x00000D, "Member 'FRigVMFunction_MathBoolOnce::LastValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, TimeLeft) == 0x000010, "Member 'FRigVMFunction_MathBoolOnce::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMemoryStorageStruct \ +static_assert(alignof(FRigVMMemoryStorageStruct) == 0x000008, "Wrong alignment on FRigVMMemoryStorageStruct"); \ +static_assert(sizeof(FRigVMMemoryStorageStruct) == 0x000050, "Wrong size on FRigVMMemoryStorageStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleTan \ +static_assert(alignof(FRigVMFunction_MathDoubleTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleTan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleTan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleTan"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeaderArray \ +static_assert(alignof(FRigVMGraphFunctionHeaderArray) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeaderArray"); \ +static_assert(sizeof(FRigVMGraphFunctionHeaderArray) == 0x000010, "Wrong size on FRigVMGraphFunctionHeaderArray"); \ +static_assert(offsetof(FRigVMGraphFunctionHeaderArray, Headers) == 0x000000, "Member 'FRigVMGraphFunctionHeaderArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleEquals \ +static_assert(alignof(FRigVMFunction_MathDoubleEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleEquals"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleEquals"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMParameter \ +static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ +static_assert(sizeof(FRigVMParameter) == 0x000030, "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) == 0x00000C, "Member 'FRigVMParameter::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, CPPType) == 0x000010, "Member 'FRigVMParameter::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStruct) == 0x000020, "Member 'FRigVMParameter::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStructPath) == 0x000028, "Member 'FRigVMParameter::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstant \ +static_assert(alignof(FRigVMFunction_MathFloatConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstant"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstant) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstant"); \ +static_assert(offsetof(FRigVMFunction_MathFloatConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstE \ +static_assert(alignof(FRigVMFunction_MathFloatConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstE"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstE) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstE"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteOp \ +static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ +static_assert(sizeof(FRigVMExecuteOp) == 0x00000A, "Wrong size on FRigVMExecuteOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArrayAverage \ +static_assert(alignof(FRigVMFunction_MathDoubleArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathDoubleArrayAverage::Average' has a wrong offset!"); \ + +#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_FRigVMTernaryOp \ +static_assert(alignof(FRigVMTernaryOp) == 0x000002, "Wrong alignment on FRigVMTernaryOp"); \ +static_assert(sizeof(FRigVMTernaryOp) == 0x000014, "Wrong size on FRigVMTernaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDiv \ +static_assert(alignof(FRigVMFunction_MathFloatDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDiv"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDiv) == 0x000018, "Wrong size on FRigVMFunction_MathFloatDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMQuaternaryOp \ +static_assert(alignof(FRigVMQuaternaryOp) == 0x000002, "Wrong alignment on FRigVMQuaternaryOp"); \ +static_assert(sizeof(FRigVMQuaternaryOp) == 0x00001A, "Wrong size on FRigVMQuaternaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMQuinaryOp \ +static_assert(alignof(FRigVMQuinaryOp) == 0x000002, "Wrong alignment on FRigVMQuinaryOp"); \ +static_assert(sizeof(FRigVMQuinaryOp) == 0x000020, "Wrong size on FRigVMQuinaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBase \ +static_assert(alignof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBase"); \ +static_assert(sizeof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong size on FRigVMFunction_MathIntBase"); \ + +#define DUMPER7_ASSERTS_FRigVMSenaryOp \ +static_assert(alignof(FRigVMSenaryOp) == 0x000002, "Wrong alignment on FRigVMSenaryOp"); \ +static_assert(sizeof(FRigVMSenaryOp) == 0x000026, "Wrong size on FRigVMSenaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMCopyOp \ +static_assert(alignof(FRigVMCopyOp) == 0x000002, "Wrong alignment on FRigVMCopyOp"); \ +static_assert(sizeof(FRigVMCopyOp) == 0x000012, "Wrong size on FRigVMCopyOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatPow \ +static_assert(alignof(FRigVMFunction_MathFloatPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatPow"); \ +static_assert(sizeof(FRigVMFunction_MathFloatPow) == 0x000018, "Wrong size on FRigVMFunction_MathFloatPow"); \ + +#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_FRigVMJumpOp \ +static_assert(alignof(FRigVMJumpOp) == 0x000004, "Wrong alignment on FRigVMJumpOp"); \ +static_assert(sizeof(FRigVMJumpOp) == 0x000008, "Wrong size on FRigVMJumpOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstHalfPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstHalfPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstHalfPi"); \ + +#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_FRigVMChangeTypeOp \ +static_assert(alignof(FRigVMChangeTypeOp) == 0x000002, "Wrong alignment on FRigVMChangeTypeOp"); \ +static_assert(sizeof(FRigVMChangeTypeOp) == 0x000008, "Wrong size on FRigVMChangeTypeOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatFloor \ +static_assert(alignof(FRigVMFunction_MathFloatFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatFloor"); \ +static_assert(sizeof(FRigVMFunction_MathFloatFloor) == 0x000018, "Wrong size on FRigVMFunction_MathFloatFloor"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatFloor::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMInvokeEntryOp \ +static_assert(alignof(FRigVMInvokeEntryOp) == 0x000004, "Wrong alignment on FRigVMInvokeEntryOp"); \ +static_assert(sizeof(FRigVMInvokeEntryOp) == 0x00000C, "Wrong size on FRigVMInvokeEntryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMJumpToBranchOp \ +static_assert(alignof(FRigVMJumpToBranchOp) == 0x000004, "Wrong alignment on FRigVMJumpToBranchOp"); \ +static_assert(sizeof(FRigVMJumpToBranchOp) == 0x00000C, "Wrong size on FRigVMJumpToBranchOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan2 \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan2) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAtan2"); \ + +#define DUMPER7_ASSERTS_FRigVMRunInstructionsOp \ +static_assert(alignof(FRigVMRunInstructionsOp) == 0x000004, "Wrong alignment on FRigVMRunInstructionsOp"); \ +static_assert(sizeof(FRigVMRunInstructionsOp) == 0x000010, "Wrong size on FRigVMRunInstructionsOp"); \ + +#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_FRigVMFunction_MathMatrixBase \ +static_assert(alignof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathMatrixBase"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong size on FRigVMFunction_MathMatrixBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixMul \ +static_assert(alignof(FRigVMFunction_MathMatrixMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixMul"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixMul) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixMul"); \ + +#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_FRigVMBreakpoint \ +static_assert(alignof(FRigVMBreakpoint) == 0x000004, "Wrong alignment on FRigVMBreakpoint"); \ +static_assert(sizeof(FRigVMBreakpoint) == 0x000024, "Wrong size on FRigVMBreakpoint"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMin \ +static_assert(alignof(FRigVMFunction_MathFloatMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMin) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMin"); \ + +#define DUMPER7_ASSERTS_FRigVMDebugInfo \ +static_assert(alignof(FRigVMDebugInfo) == 0x000008, "Wrong alignment on FRigVMDebugInfo"); \ +static_assert(sizeof(FRigVMDebugInfo) == 0x000140, "Wrong size on FRigVMDebugInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBase \ +static_assert(alignof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong size on FRigVMFunction_MathVectorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampSpatially \ +static_assert(alignof(FRigVMFunction_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampSpatially) == 0x0000C0, "Wrong size on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Axis) == 0x000020, "Member 'FRigVMFunction_MathVectorClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Type) == 0x000021, "Member 'FRigVMFunction_MathVectorClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Minimum) == 0x000024, "Member 'FRigVMFunction_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Maximum) == 0x000028, "Member 'FRigVMFunction_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Space) == 0x000030, "Member 'FRigVMFunction_MathVectorClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, bDrawDebug) == 0x000090, "Member 'FRigVMFunction_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugColor) == 0x000094, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugThickness) == 0x0000A4, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Result) == 0x0000A8, "Member 'FRigVMFunction_MathVectorClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawInterface \ +static_assert(alignof(FRigVMDrawInterface) == 0x000008, "Wrong alignment on FRigVMDrawInterface"); \ +static_assert(sizeof(FRigVMDrawInterface) == 0x000018, "Wrong size on FRigVMDrawInterface"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMSlice \ +static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ +static_assert(sizeof(FRigVMSlice) == 0x000014, "Wrong size on FRigVMSlice"); \ + +#define DUMPER7_ASSERTS_FRigVMInstructionSetExecuteState \ +static_assert(alignof(FRigVMInstructionSetExecuteState) == 0x000008, "Wrong alignment on FRigVMInstructionSetExecuteState"); \ +static_assert(sizeof(FRigVMInstructionSetExecuteState) == 0x000050, "Wrong size on FRigVMInstructionSetExecuteState"); \ +static_assert(offsetof(FRigVMInstructionSetExecuteState, SliceHashToNumInstruction) == 0x000000, "Member 'FRigVMInstructionSetExecuteState::SliceHashToNumInstruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRegister \ +static_assert(alignof(FRigVMRegister) == 0x000004, "Wrong alignment on FRigVMRegister"); \ +static_assert(sizeof(FRigVMRegister) == 0x000024, "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) == 0x00001C, "Member 'FRigVMRegister::ScriptStructIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsArray) == 0x000020, "Member 'FRigVMRegister::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsDynamic) == 0x000021, "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_FRigVMFourPointBezier \ +static_assert(alignof(FRigVMFourPointBezier) == 0x000008, "Wrong alignment on FRigVMFourPointBezier"); \ +static_assert(sizeof(FRigVMFourPointBezier) == 0x000060, "Wrong size on FRigVMFourPointBezier"); \ +static_assert(offsetof(FRigVMFourPointBezier, A) == 0x000000, "Member 'FRigVMFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, B) == 0x000018, "Member 'FRigVMFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, C) == 0x000030, "Member 'FRigVMFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, D) == 0x000048, "Member 'FRigVMFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBezierFourPoint) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, T) == 0x000068, "Member 'FRigVMFunction_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Result) == 0x000070, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Tangent) == 0x000088, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, RotationOrder) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromEuler::Result' 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_FRigVMInstructionVisitInfo \ +static_assert(alignof(FRigVMInstructionVisitInfo) == 0x000008, "Wrong alignment on FRigVMInstructionVisitInfo"); \ +static_assert(sizeof(FRigVMInstructionVisitInfo) == 0x000028, "Wrong size on FRigVMInstructionVisitInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRound \ +static_assert(alignof(FRigVMFunction_MathFloatRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRound"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRound) == 0x000018, "Wrong size on FRigVMFunction_MathFloatRound"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatRound::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMProfilingInfo \ +static_assert(alignof(FRigVMProfilingInfo) == 0x000008, "Wrong alignment on FRigVMProfilingInfo"); \ +static_assert(sizeof(FRigVMProfilingInfo) == 0x000028, "Wrong size on FRigVMProfilingInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseFloat \ +static_assert(alignof(FRigVMFunction_NoiseFloat) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseFloat"); \ +static_assert(sizeof(FRigVMFunction_NoiseFloat) == 0x000028, "Wrong size on FRigVMFunction_NoiseFloat"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Value) == 0x000008, "Member 'FRigVMFunction_NoiseFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Speed) == 0x00000C, "Member 'FRigVMFunction_NoiseFloat::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Frequency) == 0x000010, "Member 'FRigVMFunction_NoiseFloat::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Minimum) == 0x000014, "Member 'FRigVMFunction_NoiseFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Maximum) == 0x000018, "Member 'FRigVMFunction_NoiseFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Result) == 0x00001C, "Member 'FRigVMFunction_NoiseFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Time) == 0x000020, "Member 'FRigVMFunction_NoiseFloat::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTemplateArgumentType \ +static_assert(alignof(FRigVMTemplateArgumentType) == 0x000008, "Wrong alignment on FRigVMTemplateArgumentType"); \ +static_assert(sizeof(FRigVMTemplateArgumentType) == 0x000010, "Wrong size on FRigVMTemplateArgumentType"); \ +static_assert(offsetof(FRigVMTemplateArgumentType, CPPType) == 0x000000, "Member 'FRigVMTemplateArgumentType::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTemplateArgumentType, CPPTypeObject) == 0x000008, "Member 'FRigVMTemplateArgumentType::CPPTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Start) == 0x000008, "Member 'FRigVMFunction_MathIntersectPlane::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Direction) == 0x000020, "Member 'FRigVMFunction_MathIntersectPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathIntersectPlane::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMUserWorkflow \ +static_assert(alignof(FRigVMUserWorkflow) == 0x000008, "Wrong alignment on FRigVMUserWorkflow"); \ +static_assert(sizeof(FRigVMUserWorkflow) == 0x000058, "Wrong size on FRigVMUserWorkflow"); \ +static_assert(offsetof(FRigVMUserWorkflow, Title) == 0x000008, "Member 'FRigVMUserWorkflow::Title' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, Tooltip) == 0x000018, "Member 'FRigVMUserWorkflow::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, Type) == 0x000028, "Member 'FRigVMUserWorkflow::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, PerformDynamicDelegate) == 0x000040, "Member 'FRigVMUserWorkflow::PerformDynamicDelegate' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, OptionsClass) == 0x000050, "Member 'FRigVMUserWorkflow::OptionsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEasingType \ +static_assert(alignof(FRigVMFunction_AnimEasingType) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasingType"); \ +static_assert(sizeof(FRigVMFunction_AnimEasingType) == 0x000010, "Wrong size on FRigVMFunction_AnimEasingType"); \ +static_assert(offsetof(FRigVMFunction_AnimEasingType, Type) == 0x000008, "Member 'FRigVMFunction_AnimEasingType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSub \ +static_assert(alignof(FRigVMFunction_MathFloatSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSub"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSub) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEasing \ +static_assert(alignof(FRigVMFunction_AnimEasing) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasing"); \ +static_assert(sizeof(FRigVMFunction_AnimEasing) == 0x000028, "Wrong size on FRigVMFunction_AnimEasing"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Value) == 0x000008, "Member 'FRigVMFunction_AnimEasing::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Type) == 0x00000C, "Member 'FRigVMFunction_AnimEasing::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, SourceMinimum) == 0x000010, "Member 'FRigVMFunction_AnimEasing::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, SourceMaximum) == 0x000014, "Member 'FRigVMFunction_AnimEasing::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMinimum) == 0x000018, "Member 'FRigVMFunction_AnimEasing::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigVMFunction_AnimEasing::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Result) == 0x000020, "Member 'FRigVMFunction_AnimEasing::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorOrthogonal \ +static_assert(alignof(FRigVMFunction_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(sizeof(FRigVMFunction_MathVectorOrthogonal) == 0x000040, "Wrong size on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigVMFunction_MathVectorOrthogonal::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, B) == 0x000020, "Member 'FRigVMFunction_MathVectorOrthogonal::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorOrthogonal::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEvalRichCurve \ +static_assert(alignof(FRigVMFunction_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEvalRichCurve"); \ +static_assert(sizeof(FRigVMFunction_AnimEvalRichCurve) == 0x0000B0, "Wrong size on FRigVMFunction_AnimEvalRichCurve"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Value) == 0x000008, "Member 'FRigVMFunction_AnimEvalRichCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Curve) == 0x000010, "Member 'FRigVMFunction_AnimEvalRichCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, SourceMinimum) == 0x000098, "Member 'FRigVMFunction_AnimEvalRichCurve::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, SourceMaximum) == 0x00009C, "Member 'FRigVMFunction_AnimEvalRichCurve::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMinimum) == 0x0000A0, "Member 'FRigVMFunction_AnimEvalRichCurve::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigVMFunction_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigVMFunction_AnimEvalRichCurve::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatUnaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCos \ +static_assert(alignof(FRigVMFunction_MathFloatCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimRichCurve \ +static_assert(alignof(FRigVMFunction_AnimRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimRichCurve"); \ +static_assert(sizeof(FRigVMFunction_AnimRichCurve) == 0x000090, "Wrong size on FRigVMFunction_AnimRichCurve"); \ +static_assert(offsetof(FRigVMFunction_AnimRichCurve, Curve) == 0x000008, "Member 'FRigVMFunction_AnimRichCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_GetDeltaTime \ +static_assert(alignof(FRigVMFunction_GetDeltaTime) == 0x000008, "Wrong alignment on FRigVMFunction_GetDeltaTime"); \ +static_assert(sizeof(FRigVMFunction_GetDeltaTime) == 0x000010, "Wrong size on FRigVMFunction_GetDeltaTime"); \ +static_assert(offsetof(FRigVMFunction_GetDeltaTime, Result) == 0x000008, "Member 'FRigVMFunction_GetDeltaTime::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreater \ +static_assert(alignof(FRigVMFunction_MathFloatGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreater"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreater) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreater"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_GetWorldTime \ +static_assert(alignof(FRigVMFunction_GetWorldTime) == 0x000008, "Wrong alignment on FRigVMFunction_GetWorldTime"); \ +static_assert(sizeof(FRigVMFunction_GetWorldTime) == 0x000028, "Wrong size on FRigVMFunction_GetWorldTime"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Year) == 0x000008, "Member 'FRigVMFunction_GetWorldTime::Year' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Month) == 0x00000C, "Member 'FRigVMFunction_GetWorldTime::Month' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Day) == 0x000010, "Member 'FRigVMFunction_GetWorldTime::Day' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigVMFunction_GetWorldTime::WeekDay' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Hours) == 0x000018, "Member 'FRigVMFunction_GetWorldTime::Hours' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigVMFunction_GetWorldTime::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Seconds) == 0x000020, "Member 'FRigVMFunction_GetWorldTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigVMFunction_GetWorldTime::OverallSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_FramesToSeconds \ +static_assert(alignof(FRigVMFunction_FramesToSeconds) == 0x000008, "Wrong alignment on FRigVMFunction_FramesToSeconds"); \ +static_assert(sizeof(FRigVMFunction_FramesToSeconds) == 0x000010, "Wrong size on FRigVMFunction_FramesToSeconds"); \ +static_assert(offsetof(FRigVMFunction_FramesToSeconds, Frames) == 0x000008, "Member 'FRigVMFunction_FramesToSeconds::Frames' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigVMFunction_FramesToSeconds::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan \ +static_assert(alignof(FRigVMFunction_MathFloatAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAtan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SecondsToFrames \ +static_assert(alignof(FRigVMFunction_SecondsToFrames) == 0x000008, "Wrong alignment on FRigVMFunction_SecondsToFrames"); \ +static_assert(sizeof(FRigVMFunction_SecondsToFrames) == 0x000010, "Wrong size on FRigVMFunction_SecondsToFrames"); \ +static_assert(offsetof(FRigVMFunction_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigVMFunction_SecondsToFrames::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigVMFunction_SecondsToFrames::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugLineNoSpace \ +static_assert(alignof(FRigVMFunction_DebugLineNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugLineNoSpace) == 0x0001C0, "Wrong size on FRigVMFunction_DebugLineNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, A) == 0x000100, "Member 'FRigVMFunction_DebugLineNoSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, B) == 0x000118, "Member 'FRigVMFunction_DebugLineNoSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, Color) == 0x000130, "Member 'FRigVMFunction_DebugLineNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, Thickness) == 0x000140, "Member 'FRigVMFunction_DebugLineNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, WorldOffset) == 0x000150, "Member 'FRigVMFunction_DebugLineNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, bEnabled) == 0x0001B0, "Member 'FRigVMFunction_DebugLineNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMake \ +static_assert(alignof(FRigVMFunction_MathDoubleMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMake"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMake) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleMake"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleMake, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugLineStripNoSpace \ +static_assert(alignof(FRigVMFunction_DebugLineStripNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineStripNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugLineStripNoSpace) == 0x0001A0, "Wrong size on FRigVMFunction_DebugLineStripNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Points) == 0x000100, "Member 'FRigVMFunction_DebugLineStripNoSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Color) == 0x000110, "Member 'FRigVMFunction_DebugLineStripNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Thickness) == 0x000120, "Member 'FRigVMFunction_DebugLineStripNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, WorldOffset) == 0x000130, "Member 'FRigVMFunction_DebugLineStripNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, bEnabled) == 0x000190, "Member 'FRigVMFunction_DebugLineStripNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugPoint \ +static_assert(alignof(FRigVMFunction_DebugPoint) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPoint"); \ +static_assert(sizeof(FRigVMFunction_DebugPoint) == 0x0000C0, "Wrong size on FRigVMFunction_DebugPoint"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Vector) == 0x000008, "Member 'FRigVMFunction_DebugPoint::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Mode) == 0x000020, "Member 'FRigVMFunction_DebugPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Color) == 0x000024, "Member 'FRigVMFunction_DebugPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Scale) == 0x000034, "Member 'FRigVMFunction_DebugPoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Thickness) == 0x000038, "Member 'FRigVMFunction_DebugPoint::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Space) == 0x00003C, "Member 'FRigVMFunction_DebugPoint::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, WorldOffset) == 0x000050, "Member 'FRigVMFunction_DebugPoint::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, bEnabled) == 0x0000B0, "Member 'FRigVMFunction_DebugPoint::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArraySum \ +static_assert(alignof(FRigVMFunction_MathFloatArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathFloatArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugPointMutable \ +static_assert(alignof(FRigVMFunction_DebugPointMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPointMutable"); \ +static_assert(sizeof(FRigVMFunction_DebugPointMutable) == 0x0001B0, "Wrong size on FRigVMFunction_DebugPointMutable"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Vector) == 0x000100, "Member 'FRigVMFunction_DebugPointMutable::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Mode) == 0x000118, "Member 'FRigVMFunction_DebugPointMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Color) == 0x00011C, "Member 'FRigVMFunction_DebugPointMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Scale) == 0x00012C, "Member 'FRigVMFunction_DebugPointMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Thickness) == 0x000130, "Member 'FRigVMFunction_DebugPointMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Space) == 0x000134, "Member 'FRigVMFunction_DebugPointMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, WorldOffset) == 0x000140, "Member 'FRigVMFunction_DebugPointMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, bEnabled) == 0x0001A0, "Member 'FRigVMFunction_DebugPointMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugRectangle \ +static_assert(alignof(FRigVMFunction_DebugRectangle) == 0x000010, "Wrong alignment on FRigVMFunction_DebugRectangle"); \ +static_assert(sizeof(FRigVMFunction_DebugRectangle) == 0x0001F0, "Wrong size on FRigVMFunction_DebugRectangle"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Transform) == 0x000100, "Member 'FRigVMFunction_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Color) == 0x000160, "Member 'FRigVMFunction_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Scale) == 0x000170, "Member 'FRigVMFunction_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Thickness) == 0x000174, "Member 'FRigVMFunction_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Space) == 0x000178, "Member 'FRigVMFunction_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, WorldOffset) == 0x000180, "Member 'FRigVMFunction_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, bEnabled) == 0x0001E0, "Member 'FRigVMFunction_DebugRectangle::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRad \ +static_assert(alignof(FRigVMFunction_MathFloatRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRad"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRad) == 0x000010, "Wrong size on FRigVMFunction_MathFloatRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugRectangleNoSpace \ +static_assert(alignof(FRigVMFunction_DebugRectangleNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugRectangleNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugRectangleNoSpace) == 0x0001F0, "Wrong size on FRigVMFunction_DebugRectangleNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Transform) == 0x000100, "Member 'FRigVMFunction_DebugRectangleNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Color) == 0x000160, "Member 'FRigVMFunction_DebugRectangleNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Scale) == 0x000170, "Member 'FRigVMFunction_DebugRectangleNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Thickness) == 0x000174, "Member 'FRigVMFunction_DebugRectangleNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, WorldOffset) == 0x000180, "Member 'FRigVMFunction_DebugRectangleNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, bEnabled) == 0x0001E0, "Member 'FRigVMFunction_DebugRectangleNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugArc \ +static_assert(alignof(FRigVMFunction_DebugArc) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArc"); \ +static_assert(sizeof(FRigVMFunction_DebugArc) == 0x000200, "Wrong size on FRigVMFunction_DebugArc"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Transform) == 0x000100, "Member 'FRigVMFunction_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Color) == 0x000160, "Member 'FRigVMFunction_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Radius) == 0x000170, "Member 'FRigVMFunction_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, MinimumDegrees) == 0x000174, "Member 'FRigVMFunction_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, MaximumDegrees) == 0x000178, "Member 'FRigVMFunction_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Thickness) == 0x00017C, "Member 'FRigVMFunction_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Detail) == 0x000180, "Member 'FRigVMFunction_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Space) == 0x000184, "Member 'FRigVMFunction_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, WorldOffset) == 0x000190, "Member 'FRigVMFunction_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, bEnabled) == 0x0001F0, "Member 'FRigVMFunction_DebugArc::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugArcNoSpace \ +static_assert(alignof(FRigVMFunction_DebugArcNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArcNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugArcNoSpace) == 0x000200, "Wrong size on FRigVMFunction_DebugArcNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Transform) == 0x000100, "Member 'FRigVMFunction_DebugArcNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Color) == 0x000160, "Member 'FRigVMFunction_DebugArcNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Radius) == 0x000170, "Member 'FRigVMFunction_DebugArcNoSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, MinimumDegrees) == 0x000174, "Member 'FRigVMFunction_DebugArcNoSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, MaximumDegrees) == 0x000178, "Member 'FRigVMFunction_DebugArcNoSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Thickness) == 0x00017C, "Member 'FRigVMFunction_DebugArcNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Detail) == 0x000180, "Member 'FRigVMFunction_DebugArcNoSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, WorldOffset) == 0x000190, "Member 'FRigVMFunction_DebugArcNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, bEnabled) == 0x0001F0, "Member 'FRigVMFunction_DebugArcNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformMutableNoSpace \ +static_assert(alignof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformMutableNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x0001F0, "Wrong size on FRigVMFunction_DebugTransformMutableNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Transform) == 0x000100, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Mode) == 0x000160, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Color) == 0x000164, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Thickness) == 0x000174, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Scale) == 0x000178, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, WorldOffset) == 0x000180, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, bEnabled) == 0x0001E0, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLerp \ +static_assert(alignof(FRigVMFunction_MathFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLerp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLerp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLerp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, T) == 0x000010, "Member 'FRigVMFunction_MathFloatLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutable_WorkData \ +static_assert(alignof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigVMFunction_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutableNoSpace \ +static_assert(alignof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x0001B0, "Wrong size on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Transforms) == 0x000100, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, ParentIndices) == 0x000110, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Mode) == 0x000120, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Color) == 0x000124, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Thickness) == 0x000134, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Scale) == 0x000138, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, WorldOffset) == 0x000140, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, bEnabled) == 0x0001A0, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAcos \ +static_assert(alignof(FRigVMFunction_MathDoubleAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAcos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAcos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVector \ +static_assert(alignof(FRigVMFunction_VisualDebugVector) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVector"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugVector) == 0x000048, "Wrong size on FRigVMFunction_VisualDebugVector"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Value) == 0x000008, "Member 'FRigVMFunction_VisualDebugVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, bEnabled) == 0x000020, "Member 'FRigVMFunction_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Mode) == 0x000021, "Member 'FRigVMFunction_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Color) == 0x000024, "Member 'FRigVMFunction_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, BoneSpace) == 0x00003C, "Member 'FRigVMFunction_VisualDebugVector::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVectorNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugVectorNoSpace) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVectorNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugVectorNoSpace) == 0x000040, "Wrong size on FRigVMFunction_VisualDebugVectorNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Value) == 0x000008, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, bEnabled) == 0x000020, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Mode) == 0x000021, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Color) == 0x000024, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigVMFunction_MathFloatLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigVMFunction_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigVMFunction_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigVMFunction_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigVMFunction_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugQuat \ +static_assert(alignof(FRigVMFunction_VisualDebugQuat) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugQuat"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugQuat) == 0x000050, "Wrong size on FRigVMFunction_VisualDebugQuat"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, bEnabled) == 0x000030, "Member 'FRigVMFunction_VisualDebugQuat::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugQuat::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, BoneSpace) == 0x00003C, "Member 'FRigVMFunction_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugQuatNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugQuatNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000040, "Wrong size on FRigVMFunction_VisualDebugQuatNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, bEnabled) == 0x000030, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransformNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransformNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000080, "Wrong size on FRigVMFunction_VisualDebugTransformNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, bEnabled) == 0x000070, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Thickness) == 0x000074, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ForLoopCount \ +static_assert(alignof(FRigVMFunction_ForLoopCount) == 0x000010, "Wrong alignment on FRigVMFunction_ForLoopCount"); \ +static_assert(sizeof(FRigVMFunction_ForLoopCount) == 0x000210, "Wrong size on FRigVMFunction_ForLoopCount"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, BlockToRun) == 0x000100, "Member 'FRigVMFunction_ForLoopCount::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Count) == 0x000108, "Member 'FRigVMFunction_ForLoopCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Index) == 0x00010C, "Member 'FRigVMFunction_ForLoopCount::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Ratio) == 0x000110, "Member 'FRigVMFunction_ForLoopCount::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Completed) == 0x000120, "Member 'FRigVMFunction_ForLoopCount::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_UserDefinedEvent \ +static_assert(alignof(FRigVMFunction_UserDefinedEvent) == 0x000010, "Wrong alignment on FRigVMFunction_UserDefinedEvent"); \ +static_assert(sizeof(FRigVMFunction_UserDefinedEvent) == 0x000110, "Wrong size on FRigVMFunction_UserDefinedEvent"); \ +static_assert(offsetof(FRigVMFunction_UserDefinedEvent, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_UserDefinedEvent::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_UserDefinedEvent, EventName) == 0x000100, "Member 'FRigVMFunction_UserDefinedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstant \ +static_assert(alignof(FRigVMFunction_MathBoolConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstant"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstant) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstant"); \ +static_assert(offsetof(FRigVMFunction_MathBoolConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMake \ +static_assert(alignof(FRigVMFunction_MathIntMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMake"); \ +static_assert(sizeof(FRigVMFunction_MathIntMake) == 0x000010, "Wrong size on FRigVMFunction_MathIntMake"); \ +static_assert(offsetof(FRigVMFunction_MathIntMake, Value) == 0x000008, "Member 'FRigVMFunction_MathIntMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolUnaryOp \ +static_assert(alignof(FRigVMFunction_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigVMFunction_MathBoolUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryOp \ +static_assert(alignof(FRigVMFunction_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathBoolBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMake \ +static_assert(alignof(FRigVMFunction_MathFloatMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMake"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMake) == 0x000010, "Wrong size on FRigVMFunction_MathFloatMake"); \ +static_assert(offsetof(FRigVMFunction_MathFloatMake, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolMake \ +static_assert(alignof(FRigVMFunction_MathBoolMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolMake"); \ +static_assert(sizeof(FRigVMFunction_MathBoolMake) == 0x000010, "Wrong size on FRigVMFunction_MathBoolMake"); \ +static_assert(offsetof(FRigVMFunction_MathBoolMake, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAsin \ +static_assert(alignof(FRigVMFunction_MathFloatAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAsin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAsin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAsin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstTrue \ +static_assert(alignof(FRigVMFunction_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstTrue"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstTrue) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstTrue"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstFalse \ +static_assert(alignof(FRigVMFunction_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstFalse"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstFalse) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstFalse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNot \ +static_assert(alignof(FRigVMFunction_MathBoolNot) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNot"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNot) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNot"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetFloat \ +static_assert(alignof(FRigVMFunction_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetFloat) == 0x000048, "Wrong size on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigVMFunction_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigVMFunction_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigVMFunction_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigVMFunction_TimeOffsetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigVMFunction_TimeOffsetFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigVMFunction_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigVMFunction_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigVMFunction_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand \ +static_assert(alignof(FRigVMFunction_MathBoolNand) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNand) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand2 \ +static_assert(alignof(FRigVMFunction_MathBoolNand2) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand2"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNand2) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousTransform \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousTransform"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousTransform) == 0x0001A0, "Wrong size on FRigVMFunction_DeltaFromPreviousTransform"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Delta) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, PreviousValue) == 0x0000D0, "Member 'FRigVMFunction_DeltaFromPreviousTransform::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Cache) == 0x000130, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, bIsInitialized) == 0x000190, "Member 'FRigVMFunction_DeltaFromPreviousTransform::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolOr \ +static_assert(alignof(FRigVMFunction_MathBoolOr) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolOr"); \ +static_assert(sizeof(FRigVMFunction_MathBoolOr) == 0x000010, "Wrong size on FRigVMFunction_MathBoolOr"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNotEquals \ +static_assert(alignof(FRigVMFunction_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNotEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathBoolNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, B) == 0x000009, "Member 'FRigVMFunction_MathBoolNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToggled \ +static_assert(alignof(FRigVMFunction_MathBoolToggled) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToggled"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToggled) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToggled"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToggled::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Toggled) == 0x000009, "Member 'FRigVMFunction_MathBoolToggled::Toggled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Initialized) == 0x00000A, "Member 'FRigVMFunction_MathBoolToggled::Initialized' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, LastValue) == 0x00000B, "Member 'FRigVMFunction_MathBoolToggled::LastValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolFlipFlop \ +static_assert(alignof(FRigVMFunction_MathBoolFlipFlop) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolFlipFlop"); \ +static_assert(sizeof(FRigVMFunction_MathBoolFlipFlop) == 0x000018, "Wrong size on FRigVMFunction_MathBoolFlipFlop"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, StartValue) == 0x000008, "Member 'FRigVMFunction_MathBoolFlipFlop::StartValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, Duration) == 0x00000C, "Member 'FRigVMFunction_MathBoolFlipFlop::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, Result) == 0x000010, "Member 'FRigVMFunction_MathBoolFlipFlop::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, LastValue) == 0x000011, "Member 'FRigVMFunction_MathBoolFlipFlop::LastValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, TimeLeft) == 0x000014, "Member 'FRigVMFunction_MathBoolFlipFlop::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToFloat \ +static_assert(alignof(FRigVMFunction_MathBoolToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToInteger \ +static_assert(alignof(FRigVMFunction_MathBoolToInteger) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToInteger"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToInteger) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToInteger"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToInteger::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetTransform \ +static_assert(alignof(FRigVMFunction_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigVMFunction_TimeOffsetTransform"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetTransform) == 0x000110, "Wrong size on FRigVMFunction_TimeOffsetTransform"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Value) == 0x000010, "Member 'FRigVMFunction_TimeOffsetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, SecondsAgo) == 0x000070, "Member 'FRigVMFunction_TimeOffsetTransform::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, BufferSize) == 0x000074, "Member 'FRigVMFunction_TimeOffsetTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, TimeRange) == 0x000078, "Member 'FRigVMFunction_TimeOffsetTransform::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Result) == 0x000080, "Member 'FRigVMFunction_TimeOffsetTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_TimeOffsetTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, DeltaTimes) == 0x0000F0, "Member 'FRigVMFunction_TimeOffsetTransform::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, LastInsertIndex) == 0x000100, "Member 'FRigVMFunction_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, UpperBound) == 0x000104, "Member 'FRigVMFunction_TimeOffsetTransform::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000038, "Wrong size on FRigVMFunction_MathColorBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorMake \ +static_assert(alignof(FRigVMFunction_MathColorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMake"); \ +static_assert(sizeof(FRigVMFunction_MathColorMake) == 0x000028, "Wrong size on FRigVMFunction_MathColorMake"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, R) == 0x000008, "Member 'FRigVMFunction_MathColorMake::R' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, G) == 0x00000C, "Member 'FRigVMFunction_MathColorMake::G' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, B) == 0x000010, "Member 'FRigVMFunction_MathColorMake::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, A) == 0x000014, "Member 'FRigVMFunction_MathColorMake::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathColorMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromFloat \ +static_assert(alignof(FRigVMFunction_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromFloat"); \ +static_assert(sizeof(FRigVMFunction_MathColorFromFloat) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromFloat"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathColorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromDouble \ +static_assert(alignof(FRigVMFunction_MathColorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathColorFromDouble) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathColorFromDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorAdd \ +static_assert(alignof(FRigVMFunction_MathColorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorAdd"); \ +static_assert(sizeof(FRigVMFunction_MathColorAdd) == 0x000038, "Wrong size on FRigVMFunction_MathColorAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorMul \ +static_assert(alignof(FRigVMFunction_MathColorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMul"); \ +static_assert(sizeof(FRigVMFunction_MathColorMul) == 0x000038, "Wrong size on FRigVMFunction_MathColorMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorLerp \ +static_assert(alignof(FRigVMFunction_MathColorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorLerp"); \ +static_assert(sizeof(FRigVMFunction_MathColorLerp) == 0x000040, "Wrong size on FRigVMFunction_MathColorLerp"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, B) == 0x000018, "Member 'FRigVMFunction_MathColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, T) == 0x000028, "Member 'FRigVMFunction_MathColorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, Result) == 0x00002C, "Member 'FRigVMFunction_MathColorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathDoubleBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBinaryAggregateOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstHalfPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstHalfPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstHalfPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstTwoPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstTwoPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAdd \ +static_assert(alignof(FRigVMFunction_MathDoubleAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAdd"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAdd) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSub \ +static_assert(alignof(FRigVMFunction_MathDoubleSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSub"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSub) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMul \ +static_assert(alignof(FRigVMFunction_MathDoubleMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMul"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMul) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMod \ +static_assert(alignof(FRigVMFunction_MathDoubleMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMod"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMod) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMin \ +static_assert(alignof(FRigVMFunction_MathDoubleMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMin) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMax \ +static_assert(alignof(FRigVMFunction_MathDoubleMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMax"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMax) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSqrt \ +static_assert(alignof(FRigVMFunction_MathDoubleSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSqrt"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSqrt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSqrt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNegate \ +static_assert(alignof(FRigVMFunction_MathDoubleNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNegate"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleNegate) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAbs \ +static_assert(alignof(FRigVMFunction_MathDoubleAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAbs"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAbs) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCeil \ +static_assert(alignof(FRigVMFunction_MathDoubleCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCeil"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleCeil) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleCeil"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRound \ +static_assert(alignof(FRigVMFunction_MathDoubleRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRound"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRound) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleRound"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, Int) == 0x000018, "Member 'FRigVMFunction_MathDoubleRound::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleToInt \ +static_assert(alignof(FRigVMFunction_MathDoubleToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleToInt"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleToInt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleToInt"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleClamp \ +static_assert(alignof(FRigVMFunction_MathDoubleClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleClamp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleClamp) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleClamp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Minimum) == 0x000010, "Member 'FRigVMFunction_MathDoubleClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Maximum) == 0x000018, "Member 'FRigVMFunction_MathDoubleClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRemap \ +static_assert(alignof(FRigVMFunction_MathDoubleRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRemap"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRemap) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleRemap"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, SourceMinimum) == 0x000010, "Member 'FRigVMFunction_MathDoubleRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, SourceMaximum) == 0x000018, "Member 'FRigVMFunction_MathDoubleRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, TargetMinimum) == 0x000020, "Member 'FRigVMFunction_MathDoubleRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, TargetMaximum) == 0x000028, "Member 'FRigVMFunction_MathDoubleRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, bClamp) == 0x000030, "Member 'FRigVMFunction_MathDoubleRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, Result) == 0x000038, "Member 'FRigVMFunction_MathDoubleRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNotEquals \ +static_assert(alignof(FRigVMFunction_MathDoubleNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleNotEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLess \ +static_assert(alignof(FRigVMFunction_MathDoubleLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLess"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLess) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLess"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Timeline \ +static_assert(alignof(FRigVMFunction_Timeline) == 0x000008, "Wrong alignment on FRigVMFunction_Timeline"); \ +static_assert(sizeof(FRigVMFunction_Timeline) == 0x000018, "Wrong size on FRigVMFunction_Timeline"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Speed) == 0x000008, "Member 'FRigVMFunction_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Time) == 0x00000C, "Member 'FRigVMFunction_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigVMFunction_Timeline::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, bIsInitialized) == 0x000014, "Member 'FRigVMFunction_Timeline::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLessEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLessEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousVector \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousVector) == 0x000070, "Wrong size on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Delta) == 0x000020, "Member 'FRigVMFunction_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, PreviousValue) == 0x000038, "Member 'FRigVMFunction_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Cache) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, bIsInitialized) == 0x000068, "Member 'FRigVMFunction_DeltaFromPreviousVector::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Tolerance) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDeg \ +static_assert(alignof(FRigVMFunction_MathDoubleDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDeg"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleDeg) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRad \ +static_assert(alignof(FRigVMFunction_MathDoubleRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRad"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRad) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanVector \ +static_assert(alignof(FRigVMFunction_KalmanVector) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanVector"); \ +static_assert(sizeof(FRigVMFunction_KalmanVector) == 0x000058, "Wrong size on FRigVMFunction_KalmanVector"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Value) == 0x000008, "Member 'FRigVMFunction_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, BufferSize) == 0x000020, "Member 'FRigVMFunction_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Result) == 0x000028, "Member 'FRigVMFunction_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Buffer) == 0x000040, "Member 'FRigVMFunction_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, LastInsertIndex) == 0x000050, "Member 'FRigVMFunction_KalmanVector::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCos \ +static_assert(alignof(FRigVMFunction_MathDoubleCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleCos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAsin \ +static_assert(alignof(FRigVMFunction_MathDoubleAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAsin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAsin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAsin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAtan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, C) == 0x000018, "Member 'FRigVMFunction_MathDoubleLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, AlphaAngle) == 0x000020, "Member 'FRigVMFunction_MathDoubleLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, BetaAngle) == 0x000028, "Member 'FRigVMFunction_MathDoubleLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, GammaAngle) == 0x000030, "Member 'FRigVMFunction_MathDoubleLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, bValid) == 0x000038, "Member 'FRigVMFunction_MathDoubleLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArraySum \ +static_assert(alignof(FRigVMFunction_MathDoubleArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathDoubleArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstTwoPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstTwoPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAdd \ +static_assert(alignof(FRigVMFunction_MathFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAdd) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMul \ +static_assert(alignof(FRigVMFunction_MathFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMul"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMul) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMod \ +static_assert(alignof(FRigVMFunction_MathFloatMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMod"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMod) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMax \ +static_assert(alignof(FRigVMFunction_MathFloatMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMax"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMax) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSqrt \ +static_assert(alignof(FRigVMFunction_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSqrt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSqrt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNegate \ +static_assert(alignof(FRigVMFunction_MathFloatNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNegate"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNegate) == 0x000010, "Wrong size on FRigVMFunction_MathFloatNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAbs \ +static_assert(alignof(FRigVMFunction_MathFloatAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAbs"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAbs) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCeil \ +static_assert(alignof(FRigVMFunction_MathFloatCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCeil"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCeil) == 0x000018, "Wrong size on FRigVMFunction_MathFloatCeil"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Int) == 0x000010, "Member 'FRigVMFunction_MathFloatCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatToInt \ +static_assert(alignof(FRigVMFunction_MathFloatToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatToInt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatToInt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatToInt"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSign \ +static_assert(alignof(FRigVMFunction_MathFloatSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSign"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSign) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatClamp \ +static_assert(alignof(FRigVMFunction_MathFloatClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatClamp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatClamp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatClamp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathFloatClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRemap \ +static_assert(alignof(FRigVMFunction_MathFloatRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRemap"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRemap) == 0x000028, "Wrong size on FRigVMFunction_MathFloatRemap"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigVMFunction_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigVMFunction_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigVMFunction_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigVMFunction_MathFloatRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Result) == 0x000020, "Member 'FRigVMFunction_MathFloatRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatEquals \ +static_assert(alignof(FRigVMFunction_MathFloatEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNotEquals \ +static_assert(alignof(FRigVMFunction_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLess \ +static_assert(alignof(FRigVMFunction_MathFloatLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLess"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLess) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLess"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLessEqual \ +static_assert(alignof(FRigVMFunction_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDeg \ +static_assert(alignof(FRigVMFunction_MathFloatDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDeg"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDeg) == 0x000010, "Wrong size on FRigVMFunction_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSin \ +static_assert(alignof(FRigVMFunction_MathFloatSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatTan \ +static_assert(alignof(FRigVMFunction_MathFloatTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatTan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatTan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAcos \ +static_assert(alignof(FRigVMFunction_MathFloatAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAcos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAcos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan2 \ +static_assert(alignof(FRigVMFunction_MathFloatAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan2) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAtan2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatExponential \ +static_assert(alignof(FRigVMFunction_MathFloatExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatExponential"); \ +static_assert(sizeof(FRigVMFunction_MathFloatExponential) == 0x000010, "Wrong size on FRigVMFunction_MathFloatExponential"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArrayAverage \ +static_assert(alignof(FRigVMFunction_MathFloatArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathFloatArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntUnaryOp \ +static_assert(alignof(FRigVMFunction_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAdd \ +static_assert(alignof(FRigVMFunction_MathIntAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAdd"); \ +static_assert(sizeof(FRigVMFunction_MathIntAdd) == 0x000018, "Wrong size on FRigVMFunction_MathIntAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreBase \ +static_assert(alignof(FRigVMDispatch_CoreBase) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreBase"); \ +static_assert(sizeof(FRigVMDispatch_CoreBase) == 0x000070, "Wrong size on FRigVMDispatch_CoreBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBase \ +static_assert(alignof(FRigVMDispatch_ArrayBase) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBase"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBase) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetNum \ +static_assert(alignof(FRigVMDispatch_ArrayGetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSub \ +static_assert(alignof(FRigVMFunction_MathIntSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSub"); \ +static_assert(sizeof(FRigVMFunction_MathIntSub) == 0x000018, "Wrong size on FRigVMFunction_MathIntSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMul \ +static_assert(alignof(FRigVMFunction_MathIntMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMul"); \ +static_assert(sizeof(FRigVMFunction_MathIntMul) == 0x000018, "Wrong size on FRigVMFunction_MathIntMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMin \ +static_assert(alignof(FRigVMFunction_MathVectorMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMin"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMin) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntDiv \ +static_assert(alignof(FRigVMFunction_MathIntDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntDiv"); \ +static_assert(sizeof(FRigVMFunction_MathIntDiv) == 0x000018, "Wrong size on FRigVMFunction_MathIntDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMod \ +static_assert(alignof(FRigVMFunction_MathIntMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMod"); \ +static_assert(sizeof(FRigVMFunction_MathIntMod) == 0x000018, "Wrong size on FRigVMFunction_MathIntMod"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBaseMutable \ +static_assert(alignof(FRigVMDispatch_ArrayBaseMutable) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBaseMutable"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBaseMutable) == 0x000070, "Wrong size on FRigVMDispatch_ArrayBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArraySetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetAtIndex"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAdd \ +static_assert(alignof(FRigVMDispatch_ArrayAdd) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAdd"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAdd) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMin \ +static_assert(alignof(FRigVMFunction_MathIntMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMin"); \ +static_assert(sizeof(FRigVMFunction_MathIntMin) == 0x000018, "Wrong size on FRigVMFunction_MathIntMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMax \ +static_assert(alignof(FRigVMFunction_MathIntMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMax"); \ +static_assert(sizeof(FRigVMFunction_MathIntMax) == 0x000018, "Wrong size on FRigVMFunction_MathIntMax"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayMake \ +static_assert(alignof(FRigVMDispatch_ArrayMake) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayMake"); \ +static_assert(sizeof(FRigVMDispatch_ArrayMake) == 0x000070, "Wrong size on FRigVMDispatch_ArrayMake"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntPow \ +static_assert(alignof(FRigVMFunction_MathIntPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntPow"); \ +static_assert(sizeof(FRigVMFunction_MathIntPow) == 0x000018, "Wrong size on FRigVMFunction_MathIntPow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNegate \ +static_assert(alignof(FRigVMFunction_MathIntNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNegate"); \ +static_assert(sizeof(FRigVMFunction_MathIntNegate) == 0x000010, "Wrong size on FRigVMFunction_MathIntNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDiv \ +static_assert(alignof(FRigVMFunction_MathVectorDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDiv"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDiv) == 0x000050, "Wrong size on FRigVMFunction_MathVectorDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAbs \ +static_assert(alignof(FRigVMFunction_MathIntAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAbs"); \ +static_assert(sizeof(FRigVMFunction_MathIntAbs) == 0x000010, "Wrong size on FRigVMFunction_MathIntAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToFloat \ +static_assert(alignof(FRigVMFunction_MathIntToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathIntToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathIntToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClamp \ +static_assert(alignof(FRigVMFunction_MathVectorClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClamp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClamp) == 0x000068, "Wrong size on FRigVMFunction_MathVectorClamp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Minimum) == 0x000020, "Member 'FRigVMFunction_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Maximum) == 0x000038, "Member 'FRigVMFunction_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Result) == 0x000050, "Member 'FRigVMFunction_MathVectorClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToDouble \ +static_assert(alignof(FRigVMFunction_MathIntToDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToDouble"); \ +static_assert(sizeof(FRigVMFunction_MathIntToDouble) == 0x000018, "Wrong size on FRigVMFunction_MathIntToDouble"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSign \ +static_assert(alignof(FRigVMFunction_MathIntSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSign"); \ +static_assert(sizeof(FRigVMFunction_MathIntSign) == 0x000010, "Wrong size on FRigVMFunction_MathIntSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNegate \ +static_assert(alignof(FRigVMFunction_MathVectorNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNegate"); \ +static_assert(sizeof(FRigVMFunction_MathVectorNegate) == 0x000038, "Wrong size on FRigVMFunction_MathVectorNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntClamp \ +static_assert(alignof(FRigVMFunction_MathIntClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntClamp"); \ +static_assert(sizeof(FRigVMFunction_MathIntClamp) == 0x000018, "Wrong size on FRigVMFunction_MathIntClamp"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathIntClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathIntClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathIntClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntEquals \ +static_assert(alignof(FRigVMFunction_MathIntEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMul \ +static_assert(alignof(FRigVMFunction_MathVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMul"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMul) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNotEquals \ +static_assert(alignof(FRigVMFunction_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreater \ +static_assert(alignof(FRigVMFunction_MathIntGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreater"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreater) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreater"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRound \ +static_assert(alignof(FRigVMFunction_MathVectorRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRound"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRound) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRound"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLess \ +static_assert(alignof(FRigVMFunction_MathIntLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLess"); \ +static_assert(sizeof(FRigVMFunction_MathIntLess) == 0x000018, "Wrong size on FRigVMFunction_MathIntLess"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, A) == 0x000008, "Member 'FRigVMFunction_MathIntLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDeg \ +static_assert(alignof(FRigVMFunction_MathVectorDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDeg"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDeg) == 0x000038, "Wrong size on FRigVMFunction_MathVectorDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLessEqual \ +static_assert(alignof(FRigVMFunction_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArraySum \ +static_assert(alignof(FRigVMFunction_MathIntArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathIntArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathIntArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathIntArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRemap \ +static_assert(alignof(FRigVMFunction_MathVectorRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRemap"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRemap) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorRemap"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMinimum) == 0x000020, "Member 'FRigVMFunction_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMaximum) == 0x000038, "Member 'FRigVMFunction_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMinimum) == 0x000050, "Member 'FRigVMFunction_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMaximum) == 0x000068, "Member 'FRigVMFunction_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, bClamp) == 0x000080, "Member 'FRigVMFunction_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Result) == 0x000088, "Member 'FRigVMFunction_MathVectorRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArrayAverage \ +static_assert(alignof(FRigVMFunction_MathIntArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathIntArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathIntArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToString \ +static_assert(alignof(FRigVMFunction_MathIntToString) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToString"); \ +static_assert(sizeof(FRigVMFunction_MathIntToString) == 0x000020, "Wrong size on FRigVMFunction_MathIntToString"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToString::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToString::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToString::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFloor \ +static_assert(alignof(FRigVMFunction_MathVectorFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFloor"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFloor) == 0x000038, "Wrong size on FRigVMFunction_MathVectorFloor"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToName \ +static_assert(alignof(FRigVMFunction_MathIntToName) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToName"); \ +static_assert(sizeof(FRigVMFunction_MathIntToName) == 0x000018, "Wrong size on FRigVMFunction_MathIntToName"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToName::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToName::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToName::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000040, "Wrong size on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, B) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Tolerance) == 0x000038, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Result) == 0x00003C, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixUnaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixUnaryOp) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSetLength \ +static_assert(alignof(FRigVMFunction_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSetLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSetLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorSetLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorSetLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Length) == 0x000020, "Member 'FRigVMFunction_MathVectorSetLength::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorSetLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixToTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixToTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLengthSquared \ +static_assert(alignof(FRigVMFunction_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLengthSquared) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLengthSquared::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Transform) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransformV2 \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransformV2) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNotEquals \ +static_assert(alignof(FRigVMFunction_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorNotEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Origin) == 0x000090, "Member 'FRigVMFunction_MathMatrixToVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, X) == 0x0000A8, "Member 'FRigVMFunction_MathMatrixToVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Y) == 0x0000C0, "Member 'FRigVMFunction_MathMatrixToVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Z) == 0x0000D8, "Member 'FRigVMFunction_MathMatrixToVectors::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixFromVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Origin) == 0x000008, "Member 'FRigVMFunction_MathMatrixFromVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, X) == 0x000020, "Member 'FRigVMFunction_MathMatrixFromVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Y) == 0x000038, "Member 'FRigVMFunction_MathMatrixFromVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Z) == 0x000050, "Member 'FRigVMFunction_MathMatrixFromVectors::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixInverse \ +static_assert(alignof(FRigVMFunction_MathMatrixInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixInverse"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixInverse) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000068, "Wrong size on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMake \ +static_assert(alignof(FRigVMFunction_MathQuaternionMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMake"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMake) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionMake"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, X) == 0x000008, "Member 'FRigVMFunction_MathQuaternionMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathQuaternionMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Z) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, W) == 0x000014, "Member 'FRigVMFunction_MathQuaternionMake::W' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotator) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArrayAverage \ +static_assert(alignof(FRigVMFunction_MathVectorArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArrayAverage) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathVectorArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotatorV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Value) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, B) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToVectors) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Forward) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Right) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Up) == 0x000060, "Member 'FRigVMFunction_MathQuaternionToVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorParallel \ +static_assert(alignof(FRigVMFunction_MathVectorParallel) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorParallel"); \ +static_assert(sizeof(FRigVMFunction_MathVectorParallel) == 0x000040, "Wrong size on FRigVMFunction_MathVectorParallel"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, A) == 0x000008, "Member 'FRigVMFunction_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, B) == 0x000020, "Member 'FRigVMFunction_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScale \ +static_assert(alignof(FRigVMFunction_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScale"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScale) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionScale"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Scale) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScaleV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionScaleV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScaleV2) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScaleV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Factor) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScaleV2::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionScaleV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathVectorMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirrorTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, MirrorAxis) == 0x000020, "Member 'FRigVMFunction_MathVectorMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, AxisToFlip) == 0x000021, "Member 'FRigVMFunction_MathVectorMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, CentralTransform) == 0x000030, "Member 'FRigVMFunction_MathVectorMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathVectorMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToEuler::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, RotationOrder) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionToEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToRotator) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMSimPoint \ +static_assert(alignof(FRigVMSimPoint) == 0x000008, "Wrong alignment on FRigVMSimPoint"); \ +static_assert(sizeof(FRigVMSimPoint) == 0x000040, "Wrong size on FRigVMSimPoint"); \ +static_assert(offsetof(FRigVMSimPoint, Mass) == 0x000000, "Member 'FRigVMSimPoint::Mass' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, Size) == 0x000004, "Member 'FRigVMSimPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearDamping) == 0x000008, "Member 'FRigVMSimPoint::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, InheritMotion) == 0x00000C, "Member 'FRigVMSimPoint::InheritMotion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, position) == 0x000010, "Member 'FRigVMSimPoint::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearVelocity) == 0x000028, "Member 'FRigVMSimPoint::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMul \ +static_assert(alignof(FRigVMFunction_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMul"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMul) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionInverse \ +static_assert(alignof(FRigVMFunction_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionInverse"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionInverse) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseDouble \ +static_assert(alignof(FRigVMFunction_NoiseDouble) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseDouble"); \ +static_assert(sizeof(FRigVMFunction_NoiseDouble) == 0x000040, "Wrong size on FRigVMFunction_NoiseDouble"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Value) == 0x000008, "Member 'FRigVMFunction_NoiseDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Speed) == 0x000010, "Member 'FRigVMFunction_NoiseDouble::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Frequency) == 0x000018, "Member 'FRigVMFunction_NoiseDouble::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Minimum) == 0x000020, "Member 'FRigVMFunction_NoiseDouble::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Maximum) == 0x000028, "Member 'FRigVMFunction_NoiseDouble::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Result) == 0x000030, "Member 'FRigVMFunction_NoiseDouble::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Time) == 0x000038, "Member 'FRigVMFunction_NoiseDouble::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSlerp \ +static_assert(alignof(FRigVMFunction_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSlerp) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, T) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, Result) == 0x000060, "Member 'FRigVMFunction_MathQuaternionSlerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeRelative \ +static_assert(alignof(FRigVMFunction_MathVectorMakeRelative) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeRelative) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Global) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Local) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionNotEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionNotEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSelectBool \ +static_assert(alignof(FRigVMFunction_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSelectBool) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfFalse) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomVector \ +static_assert(alignof(FRigVMFunction_RandomVector) == 0x000008, "Wrong alignment on FRigVMFunction_RandomVector"); \ +static_assert(sizeof(FRigVMFunction_RandomVector) == 0x000058, "Wrong size on FRigVMFunction_RandomVector"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Seed) == 0x000008, "Member 'FRigVMFunction_RandomVector::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Duration) == 0x000014, "Member 'FRigVMFunction_RandomVector::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Result) == 0x000018, "Member 'FRigVMFunction_RandomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastResult) == 0x000030, "Member 'FRigVMFunction_RandomVector::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastSeed) == 0x000048, "Member 'FRigVMFunction_RandomVector::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, BaseSeed) == 0x00004C, "Member 'FRigVMFunction_RandomVector::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, TimeLeft) == 0x000050, "Member 'FRigVMFunction_RandomVector::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionDot \ +static_assert(alignof(FRigVMFunction_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionDot"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionDot) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionDot"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnit \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnit"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnit) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArrayGetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetAtIndex) == 0x000070, "Wrong size on FRigVMDispatch_ArrayGetAtIndex"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotateVector \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotateVector) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathQuaternionRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Vector) == 0x000030, "Member 'FRigVMFunction_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Result) == 0x000048, "Member 'FRigVMFunction_MathQuaternionRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionGetAxis \ +static_assert(alignof(FRigVMFunction_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionGetAxis) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigVMFunction_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionGetAxis::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSwingTwist \ +static_assert(alignof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000090, "Wrong size on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, TwistAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Swing) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Twist) == 0x000070, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotationOrder \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigVMFunction_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector2 \ +static_assert(alignof(FRigVMFunction_NoiseVector2) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector2"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector2) == 0x000090, "Wrong size on FRigVMFunction_NoiseVector2"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Value) == 0x000008, "Member 'FRigVMFunction_NoiseVector2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector2::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector2::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector2::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Maximum) == 0x000058, "Member 'FRigVMFunction_NoiseVector2::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Result) == 0x000060, "Member 'FRigVMFunction_NoiseVector2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Time) == 0x000078, "Member 'FRigVMFunction_NoiseVector2::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeRelative \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Local) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Global) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateBase \ +static_assert(alignof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateBase"); \ +static_assert(sizeof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong size on FRigVMFunction_AccumulateBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformLerp \ +static_assert(alignof(FRigVMFunction_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformLerp) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Blend) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x0000D4, "Member 'FRigVMFunction_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, MirrorAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, AxisToFlip) == 0x000031, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, CentralTransform) == 0x000040, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayBase \ +static_assert(alignof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayBase"); \ +static_assert(sizeof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong size on FRigVMFunction_MathRayBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayClone \ +static_assert(alignof(FRigVMDispatch_ArrayClone) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayClone"); \ +static_assert(sizeof(FRigVMDispatch_ArrayClone) == 0x000070, "Wrong size on FRigVMDispatch_ArrayClone"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectRay \ +static_assert(alignof(FRigVMFunction_MathRayIntersectRay) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectRay) == 0x000090, "Wrong size on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, A) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectRay::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, B) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectRay::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectRay::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectRay::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioA) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectRay::RatioA' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioB) == 0x000088, "Member 'FRigVMFunction_MathRayIntersectRay::RatioB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathRayIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectPlane::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathRayIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectPlane::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ratio) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectPlane::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpVector \ +static_assert(alignof(FRigVMFunction_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterpVector"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterpVector) == 0x0000A0, "Wrong size on FRigVMFunction_AlphaInterpVector"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Value) == 0x000008, "Member 'FRigVMFunction_AlphaInterpVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Scale) == 0x000020, "Member 'FRigVMFunction_AlphaInterpVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Bias) == 0x000024, "Member 'FRigVMFunction_AlphaInterpVector::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bMapRange) == 0x000028, "Member 'FRigVMFunction_AlphaInterpVector::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InRange) == 0x00002C, "Member 'FRigVMFunction_AlphaInterpVector::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, OutRange) == 0x000034, "Member 'FRigVMFunction_AlphaInterpVector::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bClampResult) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpVector::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ClampMin) == 0x000040, "Member 'FRigVMFunction_AlphaInterpVector::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ClampMax) == 0x000044, "Member 'FRigVMFunction_AlphaInterpVector::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bInterpResult) == 0x000048, "Member 'FRigVMFunction_AlphaInterpVector::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InterpSpeedIncreasing) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpVector::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InterpSpeedDecreasing) == 0x000050, "Member 'FRigVMFunction_AlphaInterpVector::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Result) == 0x000058, "Member 'FRigVMFunction_AlphaInterpVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ScaleBiasClamp) == 0x000070, "Member 'FRigVMFunction_AlphaInterpVector::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayGetAt \ +static_assert(alignof(FRigVMFunction_MathRayGetAt) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayGetAt"); \ +static_assert(sizeof(FRigVMFunction_MathRayGetAt) == 0x000058, "Wrong size on FRigVMFunction_MathRayGetAt"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayGetAt::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ratio) == 0x000038, "Member 'FRigVMFunction_MathRayGetAt::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Result) == 0x000040, "Member 'FRigVMFunction_MathRayGetAt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayTransform \ +static_assert(alignof(FRigVMFunction_MathRayTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRayTransform"); \ +static_assert(sizeof(FRigVMFunction_MathRayTransform) == 0x0000D0, "Wrong size on FRigVMFunction_MathRayTransform"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayTransform::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Transform) == 0x000040, "Member 'FRigVMFunction_MathRayTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathRayTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorLerp \ +static_assert(alignof(FRigVMFunction_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorLerp) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Blend) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x00003C, "Member 'FRigVMFunction_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayFind \ +static_assert(alignof(FRigVMDispatch_ArrayFind) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayFind"); \ +static_assert(sizeof(FRigVMDispatch_ArrayFind) == 0x000070, "Wrong size on FRigVMDispatch_ArrayFind"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigVMFunction_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000031, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000034, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000038, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, TwistAxis) == 0x000040, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, WorkData) == 0x000060, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_If \ +static_assert(alignof(FRigVMDispatch_If) == 0x000008, "Wrong alignment on FRigVMDispatch_If"); \ +static_assert(sizeof(FRigVMDispatch_If) == 0x000070, "Wrong size on FRigVMDispatch_If"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x0000C0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000020, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000021, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000024, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x000028, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, WorkData) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::WorkData' 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) == 0x000030, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayDifference \ +static_assert(alignof(FRigVMDispatch_ArrayDifference) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayDifference"); \ +static_assert(sizeof(FRigVMDispatch_ArrayDifference) == 0x000070, "Wrong size on FRigVMDispatch_ArrayDifference"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Output' 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) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayRemove \ +static_assert(alignof(FRigVMDispatch_ArrayRemove) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayRemove"); \ +static_assert(sizeof(FRigVMDispatch_ArrayRemove) == 0x000070, "Wrong size on FRigVMDispatch_ArrayRemove"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreEquals \ +static_assert(alignof(FRigVMDispatch_CoreEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Output' 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) == 0x000040, "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) == 0x000020, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameBase \ +static_assert(alignof(FRigVMFunction_NameBase) == 0x000008, "Wrong alignment on FRigVMFunction_NameBase"); \ +static_assert(sizeof(FRigVMFunction_NameBase) == 0x000008, "Wrong size on FRigVMFunction_NameBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_MakeStruct \ +static_assert(alignof(FRigVMDispatch_MakeStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_MakeStruct"); \ +static_assert(sizeof(FRigVMDispatch_MakeStruct) == 0x000070, "Wrong size on FRigVMDispatch_MakeStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_BreakStruct \ +static_assert(alignof(FRigVMDispatch_BreakStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_BreakStruct"); \ +static_assert(sizeof(FRigVMDispatch_BreakStruct) == 0x000070, "Wrong size on FRigVMDispatch_BreakStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000160, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Targets) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Output) == 0x000100, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorFloat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000020, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIterator \ +static_assert(alignof(FRigVMDispatch_ArrayIterator) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIterator"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIterator) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIterator"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBase \ +static_assert(alignof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong alignment on FRigVMFunction_ControlFlowBase"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong size on FRigVMFunction_ControlFlowBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ +static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x000028, "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) == 0x000018, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringBase \ +static_assert(alignof(FRigVMFunction_StringBase) == 0x000008, "Wrong alignment on FRigVMFunction_StringBase"); \ +static_assert(sizeof(FRigVMFunction_StringBase) == 0x000008, "Wrong size on FRigVMFunction_StringBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringConcat \ +static_assert(alignof(FRigVMFunction_StringConcat) == 0x000008, "Wrong alignment on FRigVMFunction_StringConcat"); \ +static_assert(sizeof(FRigVMFunction_StringConcat) == 0x000038, "Wrong size on FRigVMFunction_StringConcat"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, A) == 0x000008, "Member 'FRigVMFunction_StringConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, B) == 0x000018, "Member 'FRigVMFunction_StringConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, Result) == 0x000028, "Member 'FRigVMFunction_StringConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameTruncate \ +static_assert(alignof(FRigVMFunction_NameTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_NameTruncate"); \ +static_assert(sizeof(FRigVMFunction_NameTruncate) == 0x000028, "Wrong size on FRigVMFunction_NameTruncate"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Name) == 0x000008, "Member 'FRigVMFunction_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Count) == 0x000010, "Member 'FRigVMFunction_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, FromEnd) == 0x000014, "Member 'FRigVMFunction_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Remainder) == 0x000018, "Member 'FRigVMFunction_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Chopped) == 0x000020, "Member 'FRigVMFunction_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x0000F0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorXform_Target \ +static_assert(alignof(FMathRBFInterpolateVectorXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorXform_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorXform_Target) == 0x000080, "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) == 0x000020, "Member 'FMathRBFInterpolateVectorXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SelectInt32 \ +static_assert(alignof(FRigVMDispatch_SelectInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SelectInt32"); \ +static_assert(sizeof(FRigVMDispatch_SelectInt32) == 0x000070, "Wrong size on FRigVMDispatch_SelectInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000130, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Targets) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Output) == 0x0000D0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBase \ +static_assert(alignof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformBase"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong size on FRigVMFunction_MathTransformBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDot \ +static_assert(alignof(FRigVMFunction_MathVectorDot) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDot"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDot) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDot"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMutableBase \ +static_assert(alignof(FRigVMFunction_MathTransformMutableBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMutableBase) == 0x000100, "Wrong size on FRigVMFunction_MathTransformMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformUnaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformUnaryOp) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToUppercase \ +static_assert(alignof(FRigVMFunction_StringToUppercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToUppercase"); \ +static_assert(sizeof(FRigVMFunction_StringToUppercase) == 0x000028, "Wrong size on FRigVMFunction_StringToUppercase"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToUppercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToUppercase::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirror \ +static_assert(alignof(FRigVMFunction_MathVectorMirror) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMirror"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirror) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMirror"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Normal) == 0x000020, "Member 'FRigVMFunction_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorMirror::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMake \ +static_assert(alignof(FRigVMFunction_MathTransformMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMake"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMake) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformMake"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Translation) == 0x000008, "Member 'FRigVMFunction_MathTransformMake::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformMake::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformMake::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Result) == 0x000060, "Member 'FRigVMFunction_MathTransformMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDistance \ +static_assert(alignof(FRigVMFunction_MathVectorDistance) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDistance"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDistance) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDistance"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransformV2 \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Value) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToEulerTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToEulerTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformToEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringLength \ +static_assert(alignof(FRigVMFunction_StringLength) == 0x000008, "Wrong alignment on FRigVMFunction_StringLength"); \ +static_assert(sizeof(FRigVMFunction_StringLength) == 0x000020, "Wrong size on FRigVMFunction_StringLength"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Value) == 0x000008, "Member 'FRigVMFunction_StringLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Length) == 0x000018, "Member 'FRigVMFunction_StringLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToVectors \ +static_assert(alignof(FRigVMFunction_MathTransformToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToVectors) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Forward) == 0x000070, "Member 'FRigVMFunction_MathTransformToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Right) == 0x000088, "Member 'FRigVMFunction_MathTransformToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Up) == 0x0000A0, "Member 'FRigVMFunction_MathTransformToVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMul \ +static_assert(alignof(FRigVMFunction_MathTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMul"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMul) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringJoin \ +static_assert(alignof(FRigVMFunction_StringJoin) == 0x000008, "Wrong alignment on FRigVMFunction_StringJoin"); \ +static_assert(sizeof(FRigVMFunction_StringJoin) == 0x000038, "Wrong size on FRigVMFunction_StringJoin"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Values) == 0x000008, "Member 'FRigVMFunction_StringJoin::Values' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Separator) == 0x000018, "Member 'FRigVMFunction_StringJoin::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Result) == 0x000028, "Member 'FRigVMFunction_StringJoin::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeRelative \ +static_assert(alignof(FRigVMFunction_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeRelative) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Local) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Global) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReverse \ +static_assert(alignof(FRigVMFunction_StringReverse) == 0x000008, "Wrong alignment on FRigVMFunction_StringReverse"); \ +static_assert(sizeof(FRigVMFunction_StringReverse) == 0x000028, "Wrong size on FRigVMFunction_StringReverse"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Value) == 0x000008, "Member 'FRigVMFunction_StringReverse::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Reverse) == 0x000018, "Member 'FRigVMFunction_StringReverse::Reverse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformAccumulateArray \ +static_assert(alignof(FRigVMFunction_MathTransformAccumulateArray) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(sizeof(FRigVMFunction_MathTransformAccumulateArray) == 0x000190, "Wrong size on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Transforms) == 0x000100, "Member 'FRigVMFunction_MathTransformAccumulateArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, TargetSpace) == 0x000110, "Member 'FRigVMFunction_MathTransformAccumulateArray::TargetSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Root) == 0x000120, "Member 'FRigVMFunction_MathTransformAccumulateArray::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, ParentIndices) == 0x000180, "Member 'FRigVMFunction_MathTransformAccumulateArray::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformInverse \ +static_assert(alignof(FRigVMFunction_MathTransformInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformInverse"); \ +static_assert(sizeof(FRigVMFunction_MathTransformInverse) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringStartsWith \ +static_assert(alignof(FRigVMFunction_StringStartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringStartsWith"); \ +static_assert(sizeof(FRigVMFunction_StringStartsWith) == 0x000030, "Wrong size on FRigVMFunction_StringStartsWith"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringStartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Start) == 0x000018, "Member 'FRigVMFunction_StringStartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringStartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformLerp \ +static_assert(alignof(FRigVMFunction_MathTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformLerp) == 0x000140, "Wrong size on FRigVMFunction_MathTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, T) == 0x0000D0, "Member 'FRigVMFunction_MathTransformLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformSelectBool \ +static_assert(alignof(FRigVMFunction_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathTransformSelectBool) == 0x000130, "Wrong size on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathTransformSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfFalse) == 0x000070, "Member 'FRigVMFunction_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringFind \ +static_assert(alignof(FRigVMFunction_StringFind) == 0x000008, "Wrong alignment on FRigVMFunction_StringFind"); \ +static_assert(sizeof(FRigVMFunction_StringFind) == 0x000030, "Wrong size on FRigVMFunction_StringFind"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Value) == 0x000008, "Member 'FRigVMFunction_StringFind::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Search) == 0x000018, "Member 'FRigVMFunction_StringFind::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Found) == 0x000028, "Member 'FRigVMFunction_StringFind::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Index) == 0x00002C, "Member 'FRigVMFunction_StringFind::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformRotateVector \ +static_assert(alignof(FRigVMFunction_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformRotateVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Vector) == 0x000070, "Member 'FRigVMFunction_MathTransformRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformTransformVector \ +static_assert(alignof(FRigVMFunction_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformTransformVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformTransformVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Location) == 0x000070, "Member 'FRigVMFunction_MathTransformTransformVector::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformTransformVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorMul \ +static_assert(alignof(FRigVMFunction_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorMul) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromSRT \ +static_assert(alignof(FRigVMFunction_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromSRT) == 0x000110, "Wrong size on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigVMFunction_MathTransformFromSRT::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformFromSRT::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, RotationOrder) == 0x000038, "Member 'FRigVMFunction_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformFromSRT::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Transform) == 0x000060, "Member 'FRigVMFunction_MathTransformFromSRT::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, EulerTransform) == 0x0000C0, "Member 'FRigVMFunction_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformArrayToSRT \ +static_assert(alignof(FRigVMFunction_MathTransformArrayToSRT) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformArrayToSRT) == 0x000048, "Wrong size on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Transforms) == 0x000008, "Member 'FRigVMFunction_MathTransformArrayToSRT::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Translations) == 0x000018, "Member 'FRigVMFunction_MathTransformArrayToSRT::Translations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Rotations) == 0x000028, "Member 'FRigVMFunction_MathTransformArrayToSRT::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Scales) == 0x000038, "Member 'FRigVMFunction_MathTransformArrayToSRT::Scales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_ToString \ +static_assert(alignof(FRigDispatch_ToString) == 0x000008, "Wrong alignment on FRigDispatch_ToString"); \ +static_assert(sizeof(FRigDispatch_ToString) == 0x000070, "Wrong size on FRigDispatch_ToString"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformClampSpatially \ +static_assert(alignof(FRigVMFunction_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathTransformClampSpatially) == 0x000160, "Wrong size on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Axis) == 0x000070, "Member 'FRigVMFunction_MathTransformClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Type) == 0x000071, "Member 'FRigVMFunction_MathTransformClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Minimum) == 0x000074, "Member 'FRigVMFunction_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Maximum) == 0x000078, "Member 'FRigVMFunction_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Space) == 0x000080, "Member 'FRigVMFunction_MathTransformClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, bDrawDebug) == 0x0000E0, "Member 'FRigVMFunction_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugColor) == 0x0000E4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugThickness) == 0x0000F4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Result) == 0x000100, "Member 'FRigVMFunction_MathTransformClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathTransformMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMirrorTransform) == 0x000140, "Wrong size on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, MirrorAxis) == 0x000070, "Member 'FRigVMFunction_MathTransformMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, AxisToFlip) == 0x000071, "Member 'FRigVMFunction_MathTransformMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, CentralTransform) == 0x000080, "Member 'FRigVMFunction_MathTransformMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringRight \ +static_assert(alignof(FRigVMFunction_StringRight) == 0x000008, "Wrong alignment on FRigVMFunction_StringRight"); \ +static_assert(sizeof(FRigVMFunction_StringRight) == 0x000030, "Wrong size on FRigVMFunction_StringRight"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Value) == 0x000008, "Member 'FRigVMFunction_StringRight::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Count) == 0x000018, "Member 'FRigVMFunction_StringRight::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Result) == 0x000020, "Member 'FRigVMFunction_StringRight::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorAdd \ +static_assert(alignof(FRigVMFunction_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorAdd) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorAdd::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorRange \ +static_assert(alignof(FRigVMFunction_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorRange) == 0x000088, "Wrong size on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Minimum) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Maximum) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMinimum) == 0x000050, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMaximum) == 0x000068, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, bIsInitialized) == 0x000080, "Member 'FRigVMFunction_AccumulateVectorRange::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMake \ +static_assert(alignof(FRigVMFunction_MathVectorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMake"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMake) == 0x000030, "Wrong size on FRigVMFunction_MathVectorMake"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, X) == 0x000008, "Member 'FRigVMFunction_MathVectorMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathVectorMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Z) == 0x000010, "Member 'FRigVMFunction_MathVectorMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathVectorMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromFloat \ +static_assert(alignof(FRigVMFunction_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromFloat) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformMul \ +static_assert(alignof(FRigVMFunction_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformMul) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bFlipOrder) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIntegrateDeltaTime) == 0x0000D1, "Member 'FRigVMFunction_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromDouble \ +static_assert(alignof(FRigVMFunction_MathVectorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromDouble) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAdd \ +static_assert(alignof(FRigVMFunction_MathVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAdd) == 0x000050, "Wrong size on FRigVMFunction_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSub \ +static_assert(alignof(FRigVMFunction_MathVectorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSub"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSub) == 0x000050, "Wrong size on FRigVMFunction_MathVectorSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorScale \ +static_assert(alignof(FRigVMFunction_MathVectorScale) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorScale"); \ +static_assert(sizeof(FRigVMFunction_MathVectorScale) == 0x000040, "Wrong size on FRigVMFunction_MathVectorScale"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Factor) == 0x000020, "Member 'FRigVMFunction_MathVectorScale::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorScale::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMod \ +static_assert(alignof(FRigVMFunction_MathVectorMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMod"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMod) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMax \ +static_assert(alignof(FRigVMFunction_MathVectorMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMax"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMax) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAbs \ +static_assert(alignof(FRigVMFunction_MathVectorAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAbs"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAbs) == 0x000038, "Wrong size on FRigVMFunction_MathVectorAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCeil \ +static_assert(alignof(FRigVMFunction_MathVectorCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCeil"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCeil) == 0x000038, "Wrong size on FRigVMFunction_MathVectorCeil"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSign \ +static_assert(alignof(FRigVMFunction_MathVectorSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSign"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSign) == 0x000038, "Wrong size on FRigVMFunction_MathVectorSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLerp \ +static_assert(alignof(FRigVMFunction_MathVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLerp) == 0x000058, "Wrong size on FRigVMFunction_MathVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, T) == 0x000038, "Member 'FRigVMFunction_MathVectorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorEquals \ +static_assert(alignof(FRigVMFunction_MathVectorEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000028, "Wrong size on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Tolerance) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Result) == 0x000024, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSelectBool \ +static_assert(alignof(FRigVMFunction_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSelectBool) == 0x000058, "Wrong size on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathVectorSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfFalse) == 0x000028, "Member 'FRigVMFunction_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRad \ +static_assert(alignof(FRigVMFunction_MathVectorRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRad"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRad) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLength \ +static_assert(alignof(FRigVMFunction_MathVectorLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLength) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCross \ +static_assert(alignof(FRigVMFunction_MathVectorCross) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCross"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCross) == 0x000050, "Wrong size on FRigVMFunction_MathVectorCross"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorUnit \ +static_assert(alignof(FRigVMFunction_MathVectorUnit) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnit"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnit) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampLength \ +static_assert(alignof(FRigVMFunction_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClampLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorClampLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MinimumLength) == 0x000020, "Member 'FRigVMFunction_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MaximumLength) == 0x000024, "Member 'FRigVMFunction_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorClampLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAngle \ +static_assert(alignof(FRigVMFunction_MathVectorAngle) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAngle"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAngle) == 0x000040, "Wrong size on FRigVMFunction_MathVectorAngle"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, A) == 0x000008, "Member 'FRigVMFunction_MathVectorAngle::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, B) == 0x000020, "Member 'FRigVMFunction_MathVectorAngle::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDistanceToPlane \ +static_assert(alignof(FRigVMFunction_MathDistanceToPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(sizeof(FRigVMFunction_MathDistanceToPlane) == 0x000070, "Wrong size on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, Point) == 0x000008, "Member 'FRigVMFunction_MathDistanceToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlanePoint) == 0x000020, "Member 'FRigVMFunction_MathDistanceToPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlaneNormal) == 0x000038, "Member 'FRigVMFunction_MathDistanceToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, ClosestPointOnPlane) == 0x000050, "Member 'FRigVMFunction_MathDistanceToPlane::ClosestPointOnPlane' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, SignedDistance) == 0x000068, "Member 'FRigVMFunction_MathDistanceToPlane::SignedDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Local) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Global) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArraySum \ +static_assert(alignof(FRigVMFunction_MathVectorArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArraySum) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathVectorArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector \ +static_assert(alignof(FRigVMFunction_NoiseVector) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector) == 0x000088, "Wrong size on FRigVMFunction_NoiseVector"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, position) == 0x000008, "Member 'FRigVMFunction_NoiseVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Maximum) == 0x000054, "Member 'FRigVMFunction_NoiseVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Result) == 0x000058, "Member 'FRigVMFunction_NoiseVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Time) == 0x000070, "Member 'FRigVMFunction_NoiseVector::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomFloat \ +static_assert(alignof(FRigVMFunction_RandomFloat) == 0x000008, "Wrong alignment on FRigVMFunction_RandomFloat"); \ +static_assert(sizeof(FRigVMFunction_RandomFloat) == 0x000030, "Wrong size on FRigVMFunction_RandomFloat"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Seed) == 0x000008, "Member 'FRigVMFunction_RandomFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Duration) == 0x000014, "Member 'FRigVMFunction_RandomFloat::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Result) == 0x000018, "Member 'FRigVMFunction_RandomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastResult) == 0x00001C, "Member 'FRigVMFunction_RandomFloat::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastSeed) == 0x000020, "Member 'FRigVMFunction_RandomFloat::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, BaseSeed) == 0x000024, "Member 'FRigVMFunction_RandomFloat::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, TimeLeft) == 0x000028, "Member 'FRigVMFunction_RandomFloat::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMirrorSettings \ +static_assert(alignof(FRigVMMirrorSettings) == 0x000008, "Wrong alignment on FRigVMMirrorSettings"); \ +static_assert(sizeof(FRigVMMirrorSettings) == 0x000028, "Wrong size on FRigVMMirrorSettings"); \ +static_assert(offsetof(FRigVMMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigVMMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigVMMirrorSettings::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, SearchString) == 0x000008, "Member 'FRigVMMirrorSettings::SearchString' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, ReplaceString) == 0x000018, "Member 'FRigVMMirrorSettings::ReplaceString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReset \ +static_assert(alignof(FRigVMDispatch_ArrayReset) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReset"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReset) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReset"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetNum \ +static_assert(alignof(FRigVMDispatch_ArraySetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetNum) == 0x000070, "Wrong size on FRigVMDispatch_ArraySetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayInsert \ +static_assert(alignof(FRigVMDispatch_ArrayInsert) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayInsert"); \ +static_assert(sizeof(FRigVMDispatch_ArrayInsert) == 0x000070, "Wrong size on FRigVMDispatch_ArrayInsert"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReverse \ +static_assert(alignof(FRigVMDispatch_ArrayReverse) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReverse"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReverse) == 0x000070, "Wrong size on FRigVMDispatch_ArrayReverse"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAppend \ +static_assert(alignof(FRigVMDispatch_ArrayAppend) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAppend"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAppend) == 0x000070, "Wrong size on FRigVMDispatch_ArrayAppend"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayUnion \ +static_assert(alignof(FRigVMDispatch_ArrayUnion) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayUnion"); \ +static_assert(sizeof(FRigVMDispatch_ArrayUnion) == 0x000070, "Wrong size on FRigVMDispatch_ArrayUnion"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIntersection \ +static_assert(alignof(FRigVMDispatch_ArrayIntersection) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIntersection"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIntersection) == 0x000070, "Wrong size on FRigVMDispatch_ArrayIntersection"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Constant \ +static_assert(alignof(FRigVMDispatch_Constant) == 0x000008, "Wrong alignment on FRigVMDispatch_Constant"); \ +static_assert(sizeof(FRigVMDispatch_Constant) == 0x000070, "Wrong size on FRigVMDispatch_Constant"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreNotEquals \ +static_assert(alignof(FRigVMDispatch_CoreNotEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreNotEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreNotEquals) == 0x000070, "Wrong size on FRigVMDispatch_CoreNotEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Print \ +static_assert(alignof(FRigVMDispatch_Print) == 0x000008, "Wrong alignment on FRigVMDispatch_Print"); \ +static_assert(sizeof(FRigVMDispatch_Print) == 0x000070, "Wrong size on FRigVMDispatch_Print"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SwitchInt32 \ +static_assert(alignof(FRigVMDispatch_SwitchInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SwitchInt32"); \ +static_assert(sizeof(FRigVMDispatch_SwitchInt32) == 0x000070, "Wrong size on FRigVMDispatch_SwitchInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBranch \ +static_assert(alignof(FRigVMFunction_ControlFlowBranch) == 0x000010, "Wrong alignment on FRigVMFunction_ControlFlowBranch"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBranch) == 0x0003F0, "Wrong size on FRigVMFunction_ControlFlowBranch"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_ControlFlowBranch::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Condition) == 0x000100, "Member 'FRigVMFunction_ControlFlowBranch::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, TRUE_0) == 0x000110, "Member 'FRigVMFunction_ControlFlowBranch::TRUE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, FALSE_0) == 0x000200, "Member 'FRigVMFunction_ControlFlowBranch::FALSE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Completed) == 0x0002F0, "Member 'FRigVMFunction_ControlFlowBranch::Completed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, BlockToRun) == 0x0003E0, "Member 'FRigVMFunction_ControlFlowBranch::BlockToRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameConcat \ +static_assert(alignof(FRigVMFunction_NameConcat) == 0x000008, "Wrong alignment on FRigVMFunction_NameConcat"); \ +static_assert(sizeof(FRigVMFunction_NameConcat) == 0x000020, "Wrong size on FRigVMFunction_NameConcat"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, A) == 0x000008, "Member 'FRigVMFunction_NameConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, B) == 0x000010, "Member 'FRigVMFunction_NameConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, Result) == 0x000018, "Member 'FRigVMFunction_NameConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameReplace \ +static_assert(alignof(FRigVMFunction_NameReplace) == 0x000008, "Wrong alignment on FRigVMFunction_NameReplace"); \ +static_assert(sizeof(FRigVMFunction_NameReplace) == 0x000028, "Wrong size on FRigVMFunction_NameReplace"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Name) == 0x000008, "Member 'FRigVMFunction_NameReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Old) == 0x000010, "Member 'FRigVMFunction_NameReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, New) == 0x000018, "Member 'FRigVMFunction_NameReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Result) == 0x000020, "Member 'FRigVMFunction_NameReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_EndsWith \ +static_assert(alignof(FRigVMFunction_EndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_EndsWith"); \ +static_assert(sizeof(FRigVMFunction_EndsWith) == 0x000020, "Wrong size on FRigVMFunction_EndsWith"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Name) == 0x000008, "Member 'FRigVMFunction_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Ending) == 0x000010, "Member 'FRigVMFunction_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Result) == 0x000018, "Member 'FRigVMFunction_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StartsWith \ +static_assert(alignof(FRigVMFunction_StartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StartsWith"); \ +static_assert(sizeof(FRigVMFunction_StartsWith) == 0x000020, "Wrong size on FRigVMFunction_StartsWith"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Start) == 0x000010, "Member 'FRigVMFunction_StartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Result) == 0x000018, "Member 'FRigVMFunction_StartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Contains \ +static_assert(alignof(FRigVMFunction_Contains) == 0x000008, "Wrong alignment on FRigVMFunction_Contains"); \ +static_assert(sizeof(FRigVMFunction_Contains) == 0x000020, "Wrong size on FRigVMFunction_Contains"); \ +static_assert(offsetof(FRigVMFunction_Contains, Name) == 0x000008, "Member 'FRigVMFunction_Contains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Search) == 0x000010, "Member 'FRigVMFunction_Contains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Result) == 0x000018, "Member 'FRigVMFunction_Contains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringTruncate \ +static_assert(alignof(FRigVMFunction_StringTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_StringTruncate"); \ +static_assert(sizeof(FRigVMFunction_StringTruncate) == 0x000040, "Wrong size on FRigVMFunction_StringTruncate"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Name) == 0x000008, "Member 'FRigVMFunction_StringTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Count) == 0x000018, "Member 'FRigVMFunction_StringTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, FromEnd) == 0x00001C, "Member 'FRigVMFunction_StringTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Remainder) == 0x000020, "Member 'FRigVMFunction_StringTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Chopped) == 0x000030, "Member 'FRigVMFunction_StringTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReplace \ +static_assert(alignof(FRigVMFunction_StringReplace) == 0x000008, "Wrong alignment on FRigVMFunction_StringReplace"); \ +static_assert(sizeof(FRigVMFunction_StringReplace) == 0x000048, "Wrong size on FRigVMFunction_StringReplace"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Name) == 0x000008, "Member 'FRigVMFunction_StringReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Old) == 0x000018, "Member 'FRigVMFunction_StringReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, New) == 0x000028, "Member 'FRigVMFunction_StringReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Result) == 0x000038, "Member 'FRigVMFunction_StringReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringEndsWith \ +static_assert(alignof(FRigVMFunction_StringEndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringEndsWith"); \ +static_assert(sizeof(FRigVMFunction_StringEndsWith) == 0x000030, "Wrong size on FRigVMFunction_StringEndsWith"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringEndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Ending) == 0x000018, "Member 'FRigVMFunction_StringEndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringEndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringContains \ +static_assert(alignof(FRigVMFunction_StringContains) == 0x000008, "Wrong alignment on FRigVMFunction_StringContains"); \ +static_assert(sizeof(FRigVMFunction_StringContains) == 0x000030, "Wrong size on FRigVMFunction_StringContains"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Name) == 0x000008, "Member 'FRigVMFunction_StringContains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Search) == 0x000018, "Member 'FRigVMFunction_StringContains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Result) == 0x000028, "Member 'FRigVMFunction_StringContains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringTrimWhitespace \ +static_assert(alignof(FRigVMFunction_StringTrimWhitespace) == 0x000008, "Wrong alignment on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(sizeof(FRigVMFunction_StringTrimWhitespace) == 0x000028, "Wrong size on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Value) == 0x000008, "Member 'FRigVMFunction_StringTrimWhitespace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Result) == 0x000018, "Member 'FRigVMFunction_StringTrimWhitespace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToLowercase \ +static_assert(alignof(FRigVMFunction_StringToLowercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToLowercase"); \ +static_assert(sizeof(FRigVMFunction_StringToLowercase) == 0x000028, "Wrong size on FRigVMFunction_StringToLowercase"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToLowercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToLowercase::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringLeft \ +static_assert(alignof(FRigVMFunction_StringLeft) == 0x000008, "Wrong alignment on FRigVMFunction_StringLeft"); \ +static_assert(sizeof(FRigVMFunction_StringLeft) == 0x000030, "Wrong size on FRigVMFunction_StringLeft"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Value) == 0x000008, "Member 'FRigVMFunction_StringLeft::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Count) == 0x000018, "Member 'FRigVMFunction_StringLeft::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Result) == 0x000020, "Member 'FRigVMFunction_StringLeft::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringMiddle \ +static_assert(alignof(FRigVMFunction_StringMiddle) == 0x000008, "Wrong alignment on FRigVMFunction_StringMiddle"); \ +static_assert(sizeof(FRigVMFunction_StringMiddle) == 0x000030, "Wrong size on FRigVMFunction_StringMiddle"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Value) == 0x000008, "Member 'FRigVMFunction_StringMiddle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Start) == 0x000018, "Member 'FRigVMFunction_StringMiddle::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Count) == 0x00001C, "Member 'FRigVMFunction_StringMiddle::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Result) == 0x000020, "Member 'FRigVMFunction_StringMiddle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringSplit \ +static_assert(alignof(FRigVMFunction_StringSplit) == 0x000008, "Wrong alignment on FRigVMFunction_StringSplit"); \ +static_assert(sizeof(FRigVMFunction_StringSplit) == 0x000038, "Wrong size on FRigVMFunction_StringSplit"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Value) == 0x000008, "Member 'FRigVMFunction_StringSplit::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Separator) == 0x000018, "Member 'FRigVMFunction_StringSplit::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Result) == 0x000028, "Member 'FRigVMFunction_StringSplit::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringPadInteger \ +static_assert(alignof(FRigVMFunction_StringPadInteger) == 0x000008, "Wrong alignment on FRigVMFunction_StringPadInteger"); \ +static_assert(sizeof(FRigVMFunction_StringPadInteger) == 0x000020, "Wrong size on FRigVMFunction_StringPadInteger"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Value) == 0x000008, "Member 'FRigVMFunction_StringPadInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Digits) == 0x00000C, "Member 'FRigVMFunction_StringPadInteger::Digits' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Result) == 0x000010, "Member 'FRigVMFunction_StringPadInteger::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_FromString \ +static_assert(alignof(FRigDispatch_FromString) == 0x000008, "Wrong alignment on FRigDispatch_FromString"); \ +static_assert(sizeof(FRigDispatch_FromString) == 0x000070, "Wrong size on FRigDispatch_FromString"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatAdd \ +static_assert(alignof(FRigVMFunction_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatAdd::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatMul \ +static_assert(alignof(FRigVMFunction_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatMul) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatMul \ +static_assert(alignof(FRigVMFunction_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatMul) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bFlipOrder) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000051, "Member 'FRigVMFunction_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatLerp \ +static_assert(alignof(FRigVMFunction_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatLerp) == 0x000028, "Wrong size on FRigVMFunction_AccumulateFloatLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, Blend) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, bIntegrateDeltaTime) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, Result) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, bIsInitialized) == 0x000020, "Member 'FRigVMFunction_AccumulateFloatLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatLerp \ +static_assert(alignof(FRigVMFunction_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatLerp) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Blend) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000054, "Member 'FRigVMFunction_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatRange \ +static_assert(alignof(FRigVMFunction_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatRange) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatRange::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterp \ +static_assert(alignof(FRigVMFunction_AlphaInterp) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterp"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterp) == 0x000078, "Wrong size on FRigVMFunction_AlphaInterp"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Value) == 0x000008, "Member 'FRigVMFunction_AlphaInterp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Scale) == 0x00000C, "Member 'FRigVMFunction_AlphaInterp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Bias) == 0x000010, "Member 'FRigVMFunction_AlphaInterp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bMapRange) == 0x000014, "Member 'FRigVMFunction_AlphaInterp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InRange) == 0x000018, "Member 'FRigVMFunction_AlphaInterp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, OutRange) == 0x000020, "Member 'FRigVMFunction_AlphaInterp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bClampResult) == 0x000028, "Member 'FRigVMFunction_AlphaInterp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ClampMin) == 0x00002C, "Member 'FRigVMFunction_AlphaInterp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ClampMax) == 0x000030, "Member 'FRigVMFunction_AlphaInterp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bInterpResult) == 0x000034, "Member 'FRigVMFunction_AlphaInterp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InterpSpeedIncreasing) == 0x000038, "Member 'FRigVMFunction_AlphaInterp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InterpSpeedDecreasing) == 0x00003C, "Member 'FRigVMFunction_AlphaInterp::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Result) == 0x000040, "Member 'FRigVMFunction_AlphaInterp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigVMFunction_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpQuat \ +static_assert(alignof(FRigVMFunction_AlphaInterpQuat) == 0x000010, "Wrong alignment on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterpQuat) == 0x0000C0, "Wrong size on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Value) == 0x000010, "Member 'FRigVMFunction_AlphaInterpQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Scale) == 0x000030, "Member 'FRigVMFunction_AlphaInterpQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Bias) == 0x000034, "Member 'FRigVMFunction_AlphaInterpQuat::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bMapRange) == 0x000038, "Member 'FRigVMFunction_AlphaInterpQuat::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InRange) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpQuat::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, OutRange) == 0x000044, "Member 'FRigVMFunction_AlphaInterpQuat::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bClampResult) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpQuat::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMin) == 0x000050, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMax) == 0x000054, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bInterpResult) == 0x000058, "Member 'FRigVMFunction_AlphaInterpQuat::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedIncreasing) == 0x00005C, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedDecreasing) == 0x000060, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Result) == 0x000070, "Member 'FRigVMFunction_AlphaInterpQuat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ScaleBiasClamp) == 0x000090, "Member 'FRigVMFunction_AlphaInterpQuat::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousFloat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000020, "Wrong size on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, bIsInitialized) == 0x000018, "Member 'FRigVMFunction_DeltaFromPreviousFloat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousQuat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousQuat) == 0x0000A0, "Wrong size on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Delta) == 0x000030, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, PreviousValue) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Cache) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, bIsInitialized) == 0x000090, "Member 'FRigVMFunction_DeltaFromPreviousQuat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanFloat \ +static_assert(alignof(FRigVMFunction_KalmanFloat) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanFloat"); \ +static_assert(sizeof(FRigVMFunction_KalmanFloat) == 0x000030, "Wrong size on FRigVMFunction_KalmanFloat"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Value) == 0x000008, "Member 'FRigVMFunction_KalmanFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigVMFunction_KalmanFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Result) == 0x000010, "Member 'FRigVMFunction_KalmanFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Buffer) == 0x000018, "Member 'FRigVMFunction_KalmanFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigVMFunction_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanTransform \ +static_assert(alignof(FRigVMFunction_KalmanTransform) == 0x000010, "Wrong alignment on FRigVMFunction_KalmanTransform"); \ +static_assert(sizeof(FRigVMFunction_KalmanTransform) == 0x000100, "Wrong size on FRigVMFunction_KalmanTransform"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Value) == 0x000010, "Member 'FRigVMFunction_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, BufferSize) == 0x000070, "Member 'FRigVMFunction_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Result) == 0x000080, "Member 'FRigVMFunction_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, LastInsertIndex) == 0x0000F0, "Member 'FRigVMFunction_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeLoop \ +static_assert(alignof(FRigVMFunction_TimeLoop) == 0x000008, "Wrong alignment on FRigVMFunction_TimeLoop"); \ +static_assert(sizeof(FRigVMFunction_TimeLoop) == 0x000038, "Wrong size on FRigVMFunction_TimeLoop"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Speed) == 0x000008, "Member 'FRigVMFunction_TimeLoop::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Duration) == 0x00000C, "Member 'FRigVMFunction_TimeLoop::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Normalize) == 0x000010, "Member 'FRigVMFunction_TimeLoop::Normalize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Absolute) == 0x000014, "Member 'FRigVMFunction_TimeLoop::Absolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Relative) == 0x000018, "Member 'FRigVMFunction_TimeLoop::Relative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, FlipFlop) == 0x00001C, "Member 'FRigVMFunction_TimeLoop::FlipFlop' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Even) == 0x000020, "Member 'FRigVMFunction_TimeLoop::Even' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedAbsolute) == 0x000024, "Member 'FRigVMFunction_TimeLoop::AccumulatedAbsolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedRelative) == 0x000028, "Member 'FRigVMFunction_TimeLoop::AccumulatedRelative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, NumIterations) == 0x00002C, "Member 'FRigVMFunction_TimeLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, bIsInitialized) == 0x000030, "Member 'FRigVMFunction_TimeLoop::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetVector \ +static_assert(alignof(FRigVMFunction_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetVector"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetVector) == 0x000070, "Wrong size on FRigVMFunction_TimeOffsetVector"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, SecondsAgo) == 0x000020, "Member 'FRigVMFunction_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, BufferSize) == 0x000024, "Member 'FRigVMFunction_TimeOffsetVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, TimeRange) == 0x000028, "Member 'FRigVMFunction_TimeOffsetVector::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Result) == 0x000030, "Member 'FRigVMFunction_TimeOffsetVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Buffer) == 0x000048, "Member 'FRigVMFunction_TimeOffsetVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, DeltaTimes) == 0x000058, "Member 'FRigVMFunction_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, LastInsertIndex) == 0x000068, "Member 'FRigVMFunction_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, UpperBound) == 0x00006C, "Member 'FRigVMFunction_TimeOffsetVector::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VerletIntegrateVector \ +static_assert(alignof(FRigVMFunction_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(sizeof(FRigVMFunction_VerletIntegrateVector) == 0x0000D8, "Wrong size on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigVMFunction_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Strength) == 0x000020, "Member 'FRigVMFunction_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Damp) == 0x000024, "Member 'FRigVMFunction_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Blend) == 0x000028, "Member 'FRigVMFunction_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Force) == 0x000030, "Member 'FRigVMFunction_VerletIntegrateVector::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, position) == 0x000048, "Member 'FRigVMFunction_VerletIntegrateVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Velocity) == 0x000060, "Member 'FRigVMFunction_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Acceleration) == 0x000078, "Member 'FRigVMFunction_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Point) == 0x000090, "Member 'FRigVMFunction_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, bInitialized) == 0x0000D0, "Member 'FRigVMFunction_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRigVMGraphFunctionHost \ +static_assert(alignof(IRigVMGraphFunctionHost) == 0x000001, "Wrong alignment on IRigVMGraphFunctionHost"); \ +static_assert(sizeof(IRigVMGraphFunctionHost) == 0x000001, "Wrong size on IRigVMGraphFunctionHost"); \ + +#define DUMPER7_ASSERTS_URigVMBlueprintGeneratedClass \ +static_assert(alignof(URigVMBlueprintGeneratedClass) == 0x000008, "Wrong alignment on URigVMBlueprintGeneratedClass"); \ +static_assert(sizeof(URigVMBlueprintGeneratedClass) == 0x000388, "Wrong size on URigVMBlueprintGeneratedClass"); \ +static_assert(offsetof(URigVMBlueprintGeneratedClass, GraphFunctionStore) == 0x000368, "Member 'URigVMBlueprintGeneratedClass::GraphFunctionStore' 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) == 0x000010, "Member 'RigVM_AddRigVMFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_Execute \ +static_assert(alignof(RigVM_Execute) == 0x000008, "Wrong alignment on RigVM_Execute"); \ +static_assert(sizeof(RigVM_Execute) == 0x000238, "Wrong size on RigVM_Execute"); \ +static_assert(offsetof(RigVM_Execute, Context) == 0x000000, "Member 'RigVM_Execute::Context' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, InEntryName) == 0x000228, "Member 'RigVM_Execute::InEntryName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, ReturnValue) == 0x000230, "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) == 0x000010, "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) == 0x000008, "Member 'RigVM_GetParameterValueBool::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueDouble \ +static_assert(alignof(RigVM_GetParameterValueDouble) == 0x000008, "Wrong alignment on RigVM_GetParameterValueDouble"); \ +static_assert(sizeof(RigVM_GetParameterValueDouble) == 0x000018, "Wrong size on RigVM_GetParameterValueDouble"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueDouble::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueDouble::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueDouble::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) == 0x000010, "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) == 0x000008, "Member 'RigVM_GetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, ReturnValue) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "Member 'RigVM_GetParameterValueInt::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, ReturnValue) == 0x00000C, "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) == 0x000014, "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) == 0x000008, "Member 'RigVM_GetParameterValueName::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueName, ReturnValue) == 0x00000C, "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) == 0x000030, "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) == 0x000008, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on RigVM_GetParameterValueVector"); \ +static_assert(sizeof(RigVM_GetParameterValueVector) == 0x000028, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on RigVM_GetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_GetParameterValueVector2D) == 0x000020, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "Member 'RigVM_SetParameterValueBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueBool::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueDouble \ +static_assert(alignof(RigVM_SetParameterValueDouble) == 0x000008, "Wrong alignment on RigVM_SetParameterValueDouble"); \ +static_assert(sizeof(RigVM_SetParameterValueDouble) == 0x000018, "Wrong size on RigVM_SetParameterValueDouble"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueDouble::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InValue) == 0x000008, "Member 'RigVM_SetParameterValueDouble::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueDouble::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) == 0x000010, "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) == 0x000008, "Member 'RigVM_SetParameterValueFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InArrayIndex) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "Member 'RigVM_SetParameterValueInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InArrayIndex) == 0x00000C, "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) == 0x000014, "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) == 0x000008, "Member 'RigVM_SetParameterValueName::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InArrayIndex) == 0x000010, "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) == 0x000040, "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) == 0x000030, "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) == 0x000020, "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) == 0x000008, "Member 'RigVM_SetParameterValueString::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InArrayIndex) == 0x000018, "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) == 0x000080, "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) == 0x000070, "Member 'RigVM_SetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector \ +static_assert(alignof(RigVM_SetParameterValueVector) == 0x000008, "Wrong alignment on RigVM_SetParameterValueVector"); \ +static_assert(sizeof(RigVM_SetParameterValueVector) == 0x000028, "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) == 0x000008, "Member 'RigVM_SetParameterValueVector::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InArrayIndex) == 0x000020, "Member 'RigVM_SetParameterValueVector::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector2D \ +static_assert(alignof(RigVM_SetParameterValueVector2D) == 0x000008, "Wrong alignment on RigVM_SetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_SetParameterValueVector2D) == 0x000020, "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) == 0x000008, "Member 'RigVM_SetParameterValueVector2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueVector2D::InArrayIndex' 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_RigVM_GetStatistics \ +static_assert(alignof(RigVM_GetStatistics) == 0x000004, "Wrong alignment on RigVM_GetStatistics"); \ +static_assert(sizeof(RigVM_GetStatistics) == 0x000038, "Wrong size on RigVM_GetStatistics"); \ +static_assert(offsetof(RigVM_GetStatistics, ReturnValue) == 0x000000, "Member 'RigVM_GetStatistics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVM \ +static_assert(alignof(URigVM) == 0x000008, "Wrong alignment on URigVM"); \ +static_assert(sizeof(URigVM) == 0x000390, "Wrong size on URigVM"); \ +static_assert(offsetof(URigVM, LiteralMemoryStorage) == 0x000028, "Member 'URigVM::LiteralMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DefaultWorkMemoryStorage) == 0x000078, "Member 'URigVM::DefaultWorkMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DefaultDebugMemoryStorage) == 0x0000C8, "Member 'URigVM::DefaultDebugMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ByteCodeStorage) == 0x000138, "Member 'URigVM::ByteCodeStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Instructions) == 0x0001F0, "Member 'URigVM::Instructions' has a wrong offset!"); \ +static_assert(offsetof(URigVM, FunctionNamesStorage) == 0x000208, "Member 'URigVM::FunctionNamesStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Parameters) == 0x000250, "Member 'URigVM::Parameters' has a wrong offset!"); \ +static_assert(offsetof(URigVM, CachedVMHash) == 0x000338, "Member 'URigVM::CachedVMHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNameSpacedUserData \ +static_assert(alignof(UNameSpacedUserData) == 0x000008, "Wrong alignment on UNameSpacedUserData"); \ +static_assert(sizeof(UNameSpacedUserData) == 0x000100, "Wrong size on UNameSpacedUserData"); \ +static_assert(offsetof(UNameSpacedUserData, NameSpace) == 0x000028, "Member 'UNameSpacedUserData::NameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataAssetLink_SetDataAsset \ +static_assert(alignof(DataAssetLink_SetDataAsset) == 0x000008, "Wrong alignment on DataAssetLink_SetDataAsset"); \ +static_assert(sizeof(DataAssetLink_SetDataAsset) == 0x000028, "Wrong size on DataAssetLink_SetDataAsset"); \ +static_assert(offsetof(DataAssetLink_SetDataAsset, InDataAsset) == 0x000000, "Member 'DataAssetLink_SetDataAsset::InDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataAssetLink_GetDataAsset \ +static_assert(alignof(DataAssetLink_GetDataAsset) == 0x000008, "Wrong alignment on DataAssetLink_GetDataAsset"); \ +static_assert(sizeof(DataAssetLink_GetDataAsset) == 0x000028, "Wrong size on DataAssetLink_GetDataAsset"); \ +static_assert(offsetof(DataAssetLink_GetDataAsset, ReturnValue) == 0x000000, "Member 'DataAssetLink_GetDataAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataAssetLink \ +static_assert(alignof(UDataAssetLink) == 0x000008, "Wrong alignment on UDataAssetLink"); \ +static_assert(sizeof(UDataAssetLink) == 0x000130, "Wrong size on UDataAssetLink"); \ +static_assert(offsetof(UDataAssetLink, DataAsset) == 0x000100, "Member 'UDataAssetLink::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UDataAssetLink, DataAssetCached) == 0x000128, "Member 'UDataAssetLink::DataAssetCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMMemoryStorageGeneratorClass \ +static_assert(alignof(URigVMMemoryStorageGeneratorClass) == 0x000008, "Wrong alignment on URigVMMemoryStorageGeneratorClass"); \ +static_assert(sizeof(URigVMMemoryStorageGeneratorClass) == 0x000240, "Wrong size on URigVMMemoryStorageGeneratorClass"); \ + +#define DUMPER7_ASSERTS_URigVMMemoryStorage \ +static_assert(alignof(URigVMMemoryStorage) == 0x000008, "Wrong alignment on URigVMMemoryStorage"); \ +static_assert(sizeof(URigVMMemoryStorage) == 0x000028, "Wrong size on URigVMMemoryStorage"); \ + +#define DUMPER7_ASSERTS_URigVMNativized \ +static_assert(alignof(URigVMNativized) == 0x000008, "Wrong alignment on URigVMNativized"); \ +static_assert(sizeof(URigVMNativized) == 0x0003B8, "Wrong size on URigVMNativized"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportError \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportError) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportError"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportError) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportError"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportError, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportError::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportInfo \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportInfo) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportInfo"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportInfo) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportInfo"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportInfo, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportInfo::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportWarning \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportWarning) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportWarning"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportWarning) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportWarning"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportWarning, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportWarning::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_IsValid \ +static_assert(alignof(RigVMUserWorkflowOptions_IsValid) == 0x000001, "Wrong alignment on RigVMUserWorkflowOptions_IsValid"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_IsValid) == 0x000001, "Wrong size on RigVMUserWorkflowOptions_IsValid"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_IsValid, ReturnValue) == 0x000000, "Member 'RigVMUserWorkflowOptions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_RequiresDialog \ +static_assert(alignof(RigVMUserWorkflowOptions_RequiresDialog) == 0x000001, "Wrong alignment on RigVMUserWorkflowOptions_RequiresDialog"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_RequiresDialog) == 0x000001, "Wrong size on RigVMUserWorkflowOptions_RequiresDialog"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_RequiresDialog, ReturnValue) == 0x000000, "Member 'RigVMUserWorkflowOptions_RequiresDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMUserWorkflowOptions \ +static_assert(alignof(URigVMUserWorkflowOptions) == 0x000008, "Wrong alignment on URigVMUserWorkflowOptions"); \ +static_assert(sizeof(URigVMUserWorkflowOptions) == 0x000098, "Wrong size on URigVMUserWorkflowOptions"); \ +static_assert(offsetof(URigVMUserWorkflowOptions, Subject) == 0x000028, "Member 'URigVMUserWorkflowOptions::Subject' has a wrong offset!"); \ +static_assert(offsetof(URigVMUserWorkflowOptions, Workflow) == 0x000030, "Member 'URigVMUserWorkflowOptions::Workflow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_FindRigVMHosts \ +static_assert(alignof(RigVMHost_FindRigVMHosts) == 0x000008, "Wrong alignment on RigVMHost_FindRigVMHosts"); \ +static_assert(sizeof(RigVMHost_FindRigVMHosts) == 0x000020, "Wrong size on RigVMHost_FindRigVMHosts"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, Outer_0) == 0x000000, "Member 'RigVMHost_FindRigVMHosts::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, OptionalClass) == 0x000008, "Member 'RigVMHost_FindRigVMHosts::OptionalClass' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, ReturnValue) == 0x000010, "Member 'RigVMHost_FindRigVMHosts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_Execute \ +static_assert(alignof(RigVMHost_Execute) == 0x000004, "Wrong alignment on RigVMHost_Execute"); \ +static_assert(sizeof(RigVMHost_Execute) == 0x00000C, "Wrong size on RigVMHost_Execute"); \ +static_assert(offsetof(RigVMHost_Execute, InEventName) == 0x000000, "Member 'RigVMHost_Execute::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_Execute, ReturnValue) == 0x000008, "Member 'RigVMHost_Execute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_ExecuteEvent \ +static_assert(alignof(RigVMHost_ExecuteEvent) == 0x000004, "Wrong alignment on RigVMHost_ExecuteEvent"); \ +static_assert(sizeof(RigVMHost_ExecuteEvent) == 0x00000C, "Wrong size on RigVMHost_ExecuteEvent"); \ +static_assert(offsetof(RigVMHost_ExecuteEvent, InEventName) == 0x000000, "Member 'RigVMHost_ExecuteEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_ExecuteEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_ExecuteEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetExtendedExecuteContext \ +static_assert(alignof(RigVMHost_GetExtendedExecuteContext) == 0x000008, "Wrong alignment on RigVMHost_GetExtendedExecuteContext"); \ +static_assert(sizeof(RigVMHost_GetExtendedExecuteContext) == 0x000228, "Wrong size on RigVMHost_GetExtendedExecuteContext"); \ +static_assert(offsetof(RigVMHost_GetExtendedExecuteContext, ReturnValue) == 0x000000, "Member 'RigVMHost_GetExtendedExecuteContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVM \ +static_assert(alignof(RigVMHost_GetVM) == 0x000008, "Wrong alignment on RigVMHost_GetVM"); \ +static_assert(sizeof(RigVMHost_GetVM) == 0x000008, "Wrong size on RigVMHost_GetVM"); \ +static_assert(offsetof(RigVMHost_GetVM, ReturnValue) == 0x000000, "Member 'RigVMHost_GetVM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_RemoveRunOnceEvent \ +static_assert(alignof(RigVMHost_RemoveRunOnceEvent) == 0x000004, "Wrong alignment on RigVMHost_RemoveRunOnceEvent"); \ +static_assert(sizeof(RigVMHost_RemoveRunOnceEvent) == 0x00000C, "Wrong size on RigVMHost_RemoveRunOnceEvent"); \ +static_assert(offsetof(RigVMHost_RemoveRunOnceEvent, InEventName) == 0x000000, "Member 'RigVMHost_RemoveRunOnceEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_RemoveRunOnceEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_RemoveRunOnceEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_RequestRunOnceEvent \ +static_assert(alignof(RigVMHost_RequestRunOnceEvent) == 0x000004, "Wrong alignment on RigVMHost_RequestRunOnceEvent"); \ +static_assert(sizeof(RigVMHost_RequestRunOnceEvent) == 0x00000C, "Wrong size on RigVMHost_RequestRunOnceEvent"); \ +static_assert(offsetof(RigVMHost_RequestRunOnceEvent, InEventName) == 0x000000, "Member 'RigVMHost_RequestRunOnceEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_RequestRunOnceEvent, InEventIndex) == 0x000008, "Member 'RigVMHost_RequestRunOnceEvent::InEventIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetAbsoluteAndDeltaTime \ +static_assert(alignof(RigVMHost_SetAbsoluteAndDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_SetAbsoluteAndDeltaTime"); \ +static_assert(sizeof(RigVMHost_SetAbsoluteAndDeltaTime) == 0x000008, "Wrong size on RigVMHost_SetAbsoluteAndDeltaTime"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteAndDeltaTime, InAbsoluteTime) == 0x000000, "Member 'RigVMHost_SetAbsoluteAndDeltaTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteAndDeltaTime, InDeltaTime) == 0x000004, "Member 'RigVMHost_SetAbsoluteAndDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetAbsoluteTime \ +static_assert(alignof(RigVMHost_SetAbsoluteTime) == 0x000004, "Wrong alignment on RigVMHost_SetAbsoluteTime"); \ +static_assert(sizeof(RigVMHost_SetAbsoluteTime) == 0x000008, "Wrong size on RigVMHost_SetAbsoluteTime"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteTime, InAbsoluteTime) == 0x000000, "Member 'RigVMHost_SetAbsoluteTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteTime, InSetDeltaTimeZero) == 0x000004, "Member 'RigVMHost_SetAbsoluteTime::InSetDeltaTimeZero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetDeltaTime \ +static_assert(alignof(RigVMHost_SetDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_SetDeltaTime"); \ +static_assert(sizeof(RigVMHost_SetDeltaTime) == 0x000004, "Wrong size on RigVMHost_SetDeltaTime"); \ +static_assert(offsetof(RigVMHost_SetDeltaTime, InDeltaTime) == 0x000000, "Member 'RigVMHost_SetDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetFramesPerSecond \ +static_assert(alignof(RigVMHost_SetFramesPerSecond) == 0x000004, "Wrong alignment on RigVMHost_SetFramesPerSecond"); \ +static_assert(sizeof(RigVMHost_SetFramesPerSecond) == 0x000004, "Wrong size on RigVMHost_SetFramesPerSecond"); \ +static_assert(offsetof(RigVMHost_SetFramesPerSecond, InFramesPerSecond) == 0x000000, "Member 'RigVMHost_SetFramesPerSecond::InFramesPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetVariableFromString \ +static_assert(alignof(RigVMHost_SetVariableFromString) == 0x000008, "Wrong alignment on RigVMHost_SetVariableFromString"); \ +static_assert(sizeof(RigVMHost_SetVariableFromString) == 0x000020, "Wrong size on RigVMHost_SetVariableFromString"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, InVariableName) == 0x000000, "Member 'RigVMHost_SetVariableFromString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, InValue) == 0x000008, "Member 'RigVMHost_SetVariableFromString::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, ReturnValue) == 0x000018, "Member 'RigVMHost_SetVariableFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_CanExecute \ +static_assert(alignof(RigVMHost_CanExecute) == 0x000001, "Wrong alignment on RigVMHost_CanExecute"); \ +static_assert(sizeof(RigVMHost_CanExecute) == 0x000001, "Wrong size on RigVMHost_CanExecute"); \ +static_assert(offsetof(RigVMHost_CanExecute, ReturnValue) == 0x000000, "Member 'RigVMHost_CanExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetAbsoluteTime \ +static_assert(alignof(RigVMHost_GetAbsoluteTime) == 0x000004, "Wrong alignment on RigVMHost_GetAbsoluteTime"); \ +static_assert(sizeof(RigVMHost_GetAbsoluteTime) == 0x000004, "Wrong size on RigVMHost_GetAbsoluteTime"); \ +static_assert(offsetof(RigVMHost_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'RigVMHost_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetCurrentFramesPerSecond \ +static_assert(alignof(RigVMHost_GetCurrentFramesPerSecond) == 0x000004, "Wrong alignment on RigVMHost_GetCurrentFramesPerSecond"); \ +static_assert(sizeof(RigVMHost_GetCurrentFramesPerSecond) == 0x000004, "Wrong size on RigVMHost_GetCurrentFramesPerSecond"); \ +static_assert(offsetof(RigVMHost_GetCurrentFramesPerSecond, ReturnValue) == 0x000000, "Member 'RigVMHost_GetCurrentFramesPerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetDeltaTime \ +static_assert(alignof(RigVMHost_GetDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_GetDeltaTime"); \ +static_assert(sizeof(RigVMHost_GetDeltaTime) == 0x000004, "Wrong size on RigVMHost_GetDeltaTime"); \ +static_assert(offsetof(RigVMHost_GetDeltaTime, ReturnValue) == 0x000000, "Member 'RigVMHost_GetDeltaTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetScriptAccessibleVariables \ +static_assert(alignof(RigVMHost_GetScriptAccessibleVariables) == 0x000008, "Wrong alignment on RigVMHost_GetScriptAccessibleVariables"); \ +static_assert(sizeof(RigVMHost_GetScriptAccessibleVariables) == 0x000010, "Wrong size on RigVMHost_GetScriptAccessibleVariables"); \ +static_assert(offsetof(RigVMHost_GetScriptAccessibleVariables, ReturnValue) == 0x000000, "Member 'RigVMHost_GetScriptAccessibleVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetSupportedEvents \ +static_assert(alignof(RigVMHost_GetSupportedEvents) == 0x000008, "Wrong alignment on RigVMHost_GetSupportedEvents"); \ +static_assert(sizeof(RigVMHost_GetSupportedEvents) == 0x000010, "Wrong size on RigVMHost_GetSupportedEvents"); \ +static_assert(offsetof(RigVMHost_GetSupportedEvents, ReturnValue) == 0x000000, "Member 'RigVMHost_GetSupportedEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVariableAsString \ +static_assert(alignof(RigVMHost_GetVariableAsString) == 0x000008, "Wrong alignment on RigVMHost_GetVariableAsString"); \ +static_assert(sizeof(RigVMHost_GetVariableAsString) == 0x000018, "Wrong size on RigVMHost_GetVariableAsString"); \ +static_assert(offsetof(RigVMHost_GetVariableAsString, InVariableName) == 0x000000, "Member 'RigVMHost_GetVariableAsString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_GetVariableAsString, ReturnValue) == 0x000008, "Member 'RigVMHost_GetVariableAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVariableType \ +static_assert(alignof(RigVMHost_GetVariableType) == 0x000004, "Wrong alignment on RigVMHost_GetVariableType"); \ +static_assert(sizeof(RigVMHost_GetVariableType) == 0x000010, "Wrong size on RigVMHost_GetVariableType"); \ +static_assert(offsetof(RigVMHost_GetVariableType, InVariableName) == 0x000000, "Member 'RigVMHost_GetVariableType::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_GetVariableType, ReturnValue) == 0x000008, "Member 'RigVMHost_GetVariableType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_IsInitRequired \ +static_assert(alignof(RigVMHost_IsInitRequired) == 0x000001, "Wrong alignment on RigVMHost_IsInitRequired"); \ +static_assert(sizeof(RigVMHost_IsInitRequired) == 0x000001, "Wrong size on RigVMHost_IsInitRequired"); \ +static_assert(offsetof(RigVMHost_IsInitRequired, ReturnValue) == 0x000000, "Member 'RigVMHost_IsInitRequired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SupportsEvent \ +static_assert(alignof(RigVMHost_SupportsEvent) == 0x000004, "Wrong alignment on RigVMHost_SupportsEvent"); \ +static_assert(sizeof(RigVMHost_SupportsEvent) == 0x00000C, "Wrong size on RigVMHost_SupportsEvent"); \ +static_assert(offsetof(RigVMHost_SupportsEvent, InEventName) == 0x000000, "Member 'RigVMHost_SupportsEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SupportsEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_SupportsEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMHost \ +static_assert(alignof(URigVMHost) == 0x000008, "Wrong alignment on URigVMHost"); \ +static_assert(sizeof(URigVMHost) == 0x000278, "Wrong size on URigVMHost"); \ +static_assert(offsetof(URigVMHost, VMRuntimeSettings) == 0x000030, "Member 'URigVMHost::VMRuntimeSettings' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, VM) == 0x000058, "Member 'URigVMHost::VM' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedStructGuidToPathName) == 0x000060, "Member 'URigVMHost::UserDefinedStructGuidToPathName' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedEnumToPathName) == 0x0000B0, "Member 'URigVMHost::UserDefinedEnumToPathName' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedTypesInUse) == 0x000100, "Member 'URigVMHost::UserDefinedTypesInUse' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, DrawContainer) == 0x000158, "Member 'URigVMHost::DrawContainer' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, EventQueue) == 0x000188, "Member 'URigVMHost::EventQueue' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, AssetUserData) == 0x000228, "Member 'URigVMHost::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMEditorSettings \ +static_assert(alignof(URigVMEditorSettings) == 0x000008, "Wrong alignment on URigVMEditorSettings"); \ +static_assert(sizeof(URigVMEditorSettings) == 0x000038, "Wrong size on URigVMEditorSettings"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_AddSkillCostModifier \ +static_assert(alignof(BP_SkillState_C_AddSkillCostModifier) == 0x000008, "Wrong alignment on BP_SkillState_C_AddSkillCostModifier"); \ +static_assert(sizeof(BP_SkillState_C_AddSkillCostModifier) == 0x000048, "Wrong size on BP_SkillState_C_AddSkillCostModifier"); \ +static_assert(offsetof(BP_SkillState_C_AddSkillCostModifier, DeltaCost) == 0x000000, "Member 'BP_SkillState_C_AddSkillCostModifier::DeltaCost' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_AddSkillCostModifier, OutModifierHandle) == 0x000008, "Member 'BP_SkillState_C_AddSkillCostModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_AddSkillCostModifier, DebugName) == 0x000038, "Member 'BP_SkillState_C_AddSkillCostModifier::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_FindComponentScriptsByClass \ +static_assert(alignof(BP_SkillState_C_FindComponentScriptsByClass) == 0x000008, "Wrong alignment on BP_SkillState_C_FindComponentScriptsByClass"); \ +static_assert(sizeof(BP_SkillState_C_FindComponentScriptsByClass) == 0x000090, "Wrong size on BP_SkillState_C_FindComponentScriptsByClass"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, ScriptClass) == 0x000000, "Member 'BP_SkillState_C_FindComponentScriptsByClass::ScriptClass' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, Array) == 0x000008, "Member 'BP_SkillState_C_FindComponentScriptsByClass::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_SkillState_C_FindComponentScriptsByClass::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_SkillState_C_FindComponentScriptsByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_SkillState_C_FindComponentScriptsByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_SkillState_C_FindComponentScriptsByClass::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Map_Find_Value) == 0x000070, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_GetObjectClass_ReturnValue) == 0x000080, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_FindComponentScriptsByClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000088, "Member 'BP_SkillState_C_FindComponentScriptsByClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_GetScriptForComponent \ +static_assert(alignof(BP_SkillState_C_GetScriptForComponent) == 0x000008, "Wrong alignment on BP_SkillState_C_GetScriptForComponent"); \ +static_assert(sizeof(BP_SkillState_C_GetScriptForComponent) == 0x000020, "Wrong size on BP_SkillState_C_GetScriptForComponent"); \ +static_assert(offsetof(BP_SkillState_C_GetScriptForComponent, SkillComponent) == 0x000000, "Member 'BP_SkillState_C_GetScriptForComponent::SkillComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetScriptForComponent, SkillComponentScript) == 0x000008, "Member 'BP_SkillState_C_GetScriptForComponent::SkillComponentScript' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetScriptForComponent, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_SkillState_C_GetScriptForComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetScriptForComponent, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_SkillState_C_GetScriptForComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_GetSkillCost \ +static_assert(alignof(BP_SkillState_C_GetSkillCost) == 0x000008, "Wrong alignment on BP_SkillState_C_GetSkillCost"); \ +static_assert(sizeof(BP_SkillState_C_GetSkillCost) == 0x000038, "Wrong size on BP_SkillState_C_GetSkillCost"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, ReturnValue) == 0x000000, "Member 'BP_SkillState_C_GetSkillCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, local_apCost) == 0x000004, "Member 'BP_SkillState_C_GetSkillCost::local_apCost' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_GetSkillCostModifier_Stack) == 0x000008, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_GetSkillCostModifier_Stack' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_GetSkillCostOverride_Override) == 0x000010, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_GetSkillCostOverride_Override' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_GetSkillCostOverride_NewValue) == 0x000014, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_GetSkillCostOverride_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_GetCurrentValue_ReturnValue) == 0x000018, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_GetCurrentValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_Round_ReturnValue) == 0x00001C, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_Max_ReturnValue) == 0x000024, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_GetSkillBaseCost_ReturnValue) == 0x000028, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_GetSkillBaseCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCost, CallFunc_Round_A_ImplicitCast) == 0x000030, "Member 'BP_SkillState_C_GetSkillCost::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_GetSkillCostModifier \ +static_assert(alignof(BP_SkillState_C_GetSkillCostModifier) == 0x000008, "Wrong alignment on BP_SkillState_C_GetSkillCostModifier"); \ +static_assert(sizeof(BP_SkillState_C_GetSkillCostModifier) == 0x000008, "Wrong size on BP_SkillState_C_GetSkillCostModifier"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillCostModifier, Stack) == 0x000000, "Member 'BP_SkillState_C_GetSkillCostModifier::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_GetSkillRuntimeElement \ +static_assert(alignof(BP_SkillState_C_GetSkillRuntimeElement) == 0x000001, "Wrong alignment on BP_SkillState_C_GetSkillRuntimeElement"); \ +static_assert(sizeof(BP_SkillState_C_GetSkillRuntimeElement) == 0x000001, "Wrong size on BP_SkillState_C_GetSkillRuntimeElement"); \ +static_assert(offsetof(BP_SkillState_C_GetSkillRuntimeElement, ReturnValue) == 0x000000, "Member 'BP_SkillState_C_GetSkillRuntimeElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_Initialize \ +static_assert(alignof(BP_SkillState_C_Initialize) == 0x000008, "Wrong alignment on BP_SkillState_C_Initialize"); \ +static_assert(sizeof(BP_SkillState_C_Initialize) == 0x000060, "Wrong size on BP_SkillState_C_Initialize"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_SkillState_C_Initialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_SkillState_C_Initialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SkillState_C_Initialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_GetCharacterData_CharacterData) == 0x000010, "Member 'BP_SkillState_C_Initialize::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_GetElementForSkill_ReturnValue) == 0x000018, "Member 'BP_SkillState_C_Initialize::CallFunc_GetElementForSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_GetSkillComponentsAsBP_Array) == 0x000020, "Member 'BP_SkillState_C_Initialize::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_SkillState_C_Initialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_SkillState_C_Initialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_SkillState_C_Initialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_GetScriptClass_ScriptClass) == 0x000048, "Member 'BP_SkillState_C_Initialize::CallFunc_GetScriptClass_ScriptClass' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_SpawnObject_ReturnValue) == 0x000050, "Member 'BP_SkillState_C_Initialize::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_Initialize, CallFunc_IsValidClass_ReturnValue) == 0x000058, "Member 'BP_SkillState_C_Initialize::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_InitializeSkillScriptActor \ +static_assert(alignof(BP_SkillState_C_InitializeSkillScriptActor) == 0x000010, "Wrong alignment on BP_SkillState_C_InitializeSkillScriptActor"); \ +static_assert(sizeof(BP_SkillState_C_InitializeSkillScriptActor) == 0x000150, "Wrong size on BP_SkillState_C_InitializeSkillScriptActor"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000000, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script) == 0x000018, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_ClassDynamicCast_bSuccess) == 0x000020, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000028, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_IsValidClass_ReturnValue) == 0x000038, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000098, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script_1) == 0x0000B0, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, K2Node_ClassDynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_SkillState_C_InitializeSkillScriptActor::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, Temp_wildcard_Variable) == 0x0000D0, "Member 'BP_SkillState_C_InitializeSkillScriptActor::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_GetBattleManager_ReturnValue) == 0x0000D8, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000140, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_InitializeSkillScriptActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000148, "Member 'BP_SkillState_C_InitializeSkillScriptActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_IsSkillOvercharged \ +static_assert(alignof(BP_SkillState_C_IsSkillOvercharged) == 0x000001, "Wrong alignment on BP_SkillState_C_IsSkillOvercharged"); \ +static_assert(sizeof(BP_SkillState_C_IsSkillOvercharged) == 0x000001, "Wrong size on BP_SkillState_C_IsSkillOvercharged"); \ +static_assert(offsetof(BP_SkillState_C_IsSkillOvercharged, IsOvercharged_0) == 0x000000, "Member 'BP_SkillState_C_IsSkillOvercharged::IsOvercharged_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_RemoveSkillCostModifier \ +static_assert(alignof(BP_SkillState_C_RemoveSkillCostModifier) == 0x000008, "Wrong alignment on BP_SkillState_C_RemoveSkillCostModifier"); \ +static_assert(sizeof(BP_SkillState_C_RemoveSkillCostModifier) == 0x000030, "Wrong size on BP_SkillState_C_RemoveSkillCostModifier"); \ +static_assert(offsetof(BP_SkillState_C_RemoveSkillCostModifier, ModifierHandle) == 0x000000, "Member 'BP_SkillState_C_RemoveSkillCostModifier::ModifierHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_SetOvercharge \ +static_assert(alignof(BP_SkillState_C_SetOvercharge) == 0x000001, "Wrong alignment on BP_SkillState_C_SetOvercharge"); \ +static_assert(sizeof(BP_SkillState_C_SetOvercharge) == 0x00000A, "Wrong size on BP_SkillState_C_SetOvercharge"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, IsOvercharged_0) == 0x000000, "Member 'BP_SkillState_C_SetOvercharge::IsOvercharged_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, ForcedOverchargeFeedback) == 0x000001, "Member 'BP_SkillState_C_SetOvercharge::ForcedOverchargeFeedback' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, local_NewFeedbackState) == 0x000002, "Member 'BP_SkillState_C_SetOvercharge::local_NewFeedbackState' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, local_PreviousFeedbackState) == 0x000003, "Member 'BP_SkillState_C_SetOvercharge::local_PreviousFeedbackState' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_ShouldShowAsOvercharged_ReturnValue) == 0x000004, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_ShouldShowAsOvercharged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_ShouldShowAsOvercharged_ReturnValue_1) == 0x000005, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_ShouldShowAsOvercharged_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000006, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000007, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_NotEqual_BoolBool_ReturnValue_2) == 0x000008, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_NotEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_SetOvercharge, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'BP_SkillState_C_SetOvercharge::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_ShouldShowAsOvercharged \ +static_assert(alignof(BP_SkillState_C_ShouldShowAsOvercharged) == 0x000001, "Wrong alignment on BP_SkillState_C_ShouldShowAsOvercharged"); \ +static_assert(sizeof(BP_SkillState_C_ShouldShowAsOvercharged) == 0x000005, "Wrong size on BP_SkillState_C_ShouldShowAsOvercharged"); \ +static_assert(offsetof(BP_SkillState_C_ShouldShowAsOvercharged, ReturnValue) == 0x000000, "Member 'BP_SkillState_C_ShouldShowAsOvercharged::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_ShouldShowAsOvercharged, CallFunc_ShouldBlockForcedOverchargeFeedback_ReturnValue) == 0x000001, "Member 'BP_SkillState_C_ShouldShowAsOvercharged::CallFunc_ShouldBlockForcedOverchargeFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_ShouldShowAsOvercharged, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_SkillState_C_ShouldShowAsOvercharged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_ShouldShowAsOvercharged, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_SkillState_C_ShouldShowAsOvercharged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_ShouldShowAsOvercharged, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_SkillState_C_ShouldShowAsOvercharged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillState_C_UpdateSkillState \ +static_assert(alignof(BP_SkillState_C_UpdateSkillState) == 0x000008, "Wrong alignment on BP_SkillState_C_UpdateSkillState"); \ +static_assert(sizeof(BP_SkillState_C_UpdateSkillState) == 0x000058, "Wrong size on BP_SkillState_C_UpdateSkillState"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, local_isOverchargeFeedbackForced) == 0x000000, "Member 'BP_SkillState_C_UpdateSkillState::local_isOverchargeFeedbackForced' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, local_isOvercharged) == 0x000001, "Member 'BP_SkillState_C_UpdateSkillState::local_isOvercharged' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_SkillState_C_UpdateSkillState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SkillState_C_UpdateSkillState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_SkillState_C_UpdateSkillState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_SkillState_C_UpdateSkillState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Map_Values_Values) == 0x000020, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_GetSkillComponentsAsBP_Array) == 0x000038, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_IsOverchargeActiveFeedbackForced_Active) == 0x000054, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_IsOverchargeActiveFeedbackForced_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000055, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillState_C_UpdateSkillState, CallFunc_IsOverchargeActive_Active) == 0x000056, "Member 'BP_SkillState_C_UpdateSkillState::CallFunc_IsOverchargeActive_Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillState_C \ +static_assert(alignof(UBP_SkillState_C) == 0x000008, "Wrong alignment on UBP_SkillState_C"); \ +static_assert(sizeof(UBP_SkillState_C) == 0x0000C0, "Wrong size on UBP_SkillState_C"); \ +static_assert(offsetof(UBP_SkillState_C, CharacterStats) == 0x000028, "Member 'UBP_SkillState_C::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, IsOvercharged) == 0x000030, "Member 'UBP_SkillState_C::IsOvercharged' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, SkillDefinition) == 0x000038, "Member 'UBP_SkillState_C::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, OnOverchargeStateChanged) == 0x000040, "Member 'UBP_SkillState_C::OnOverchargeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, SkillComponentScripts) == 0x000050, "Member 'UBP_SkillState_C::SkillComponentScripts' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, ElementalType) == 0x0000A0, "Member 'UBP_SkillState_C::ElementalType' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, SkillScriptInstance) == 0x0000A8, "Member 'UBP_SkillState_C::SkillScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, SkillCostModifierStack) == 0x0000B0, "Member 'UBP_SkillState_C::SkillCostModifierStack' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillState_C, IsOverchargeFeedbackForced) == 0x0000B8, "Member 'UBP_SkillState_C::IsOverchargeFeedbackForced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000010, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x0001C0, "Wrong size on FControlRigExecuteContext"); \ + +#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_InteractionExecution \ +static_assert(alignof(FRigUnit_InteractionExecution) == 0x000010, "Wrong alignment on FRigUnit_InteractionExecution"); \ +static_assert(sizeof(FRigUnit_InteractionExecution) == 0x0001D0, "Wrong size on FRigUnit_InteractionExecution"); \ +static_assert(offsetof(FRigUnit_InteractionExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_InteractionExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimNodeEventName \ +static_assert(alignof(FControlRigAnimNodeEventName) == 0x000004, "Wrong alignment on FControlRigAnimNodeEventName"); \ +static_assert(sizeof(FControlRigAnimNodeEventName) == 0x000008, "Wrong size on FControlRigAnimNodeEventName"); \ +static_assert(offsetof(FControlRigAnimNodeEventName, EventName) == 0x000000, "Member 'FControlRigAnimNodeEventName::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionScaleFactors \ +static_assert(alignof(FRegionScaleFactors) == 0x000004, "Wrong alignment on FRegionScaleFactors"); \ +static_assert(sizeof(FRegionScaleFactors) == 0x000010, "Wrong size on FRegionScaleFactors"); \ +static_assert(offsetof(FRegionScaleFactors, PositiveWidth) == 0x000000, "Member 'FRegionScaleFactors::PositiveWidth' has a wrong offset!"); \ +static_assert(offsetof(FRegionScaleFactors, NegativeWidth) == 0x000004, "Member 'FRegionScaleFactors::NegativeWidth' has a wrong offset!"); \ +static_assert(offsetof(FRegionScaleFactors, PositiveHeight) == 0x000008, "Member 'FRegionScaleFactors::PositiveHeight' has a wrong offset!"); \ +static_assert(offsetof(FRegionScaleFactors, NegativeHeight) == 0x00000C, "Member 'FRegionScaleFactors::NegativeHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKey \ +static_assert(alignof(FRigElementKey) == 0x000004, "Wrong alignment on FRigElementKey"); \ +static_assert(sizeof(FRigElementKey) == 0x00000C, "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_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_FCachedRigElement \ +static_assert(alignof(FCachedRigElement) == 0x000008, "Wrong alignment on FCachedRigElement"); \ +static_assert(sizeof(FCachedRigElement) == 0x000020, "Wrong size on FCachedRigElement"); \ +static_assert(offsetof(FCachedRigElement, Key) == 0x000000, "Member 'FCachedRigElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigElement, Index) == 0x00000C, "Member 'FCachedRigElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigElement, ContainerVersion) == 0x000010, "Member 'FCachedRigElement::ContainerVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000010, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x0001D0, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000010, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeRotationForItem \ +static_assert(alignof(FRigUnit_SetRelativeRotationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeRotationForItem) == 0x000260, "Wrong size on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeRotationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeRotationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeRotationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeRotationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Weight) == 0x000210, "Member 'FRigUnit_SetRelativeRotationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bPropagateToChildren) == 0x000214, "Member 'FRigUnit_SetRelativeRotationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedChild) == 0x000218, "Member 'FRigUnit_SetRelativeRotationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedParent) == 0x000238, "Member 'FRigUnit_SetRelativeRotationForItem::CachedParent' 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_FRigPoseElement \ +static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ +static_assert(sizeof(FRigPoseElement) == 0x000110, "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) == 0x000080, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, PreferredEulerAngle) == 0x0000E0, "Member 'FRigPoseElement::PreferredEulerAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, ActiveParent) == 0x0000F8, "Member 'FRigPoseElement::ActiveParent' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000104, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPose \ +static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ +static_assert(sizeof(FRigPose) == 0x000070, "Wrong size on FRigPose"); \ +static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, HierarchyTopologyVersion) == 0x000010, "Member 'FRigPose::HierarchyTopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, PoseHash) == 0x000014, "Member 'FRigPose::PoseHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBaseMutable \ +static_assert(alignof(FRigUnit_HierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_HierarchyBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPoseItemArray \ +static_assert(alignof(FRigUnit_HierarchySetPoseItemArray) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchySetPoseItemArray) == 0x000260, "Wrong size on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPoseItemArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPoseItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPoseItemArray::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPoseItemArray::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBaseElement \ +static_assert(alignof(FRigBaseElement) == 0x000008, "Wrong alignment on FRigBaseElement"); \ +static_assert(sizeof(FRigBaseElement) == 0x000048, "Wrong size on FRigBaseElement"); \ +static_assert(offsetof(FRigBaseElement, Key) == 0x000010, "Member 'FRigBaseElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, Index) == 0x00001C, "Member 'FRigBaseElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, SubIndex) == 0x000020, "Member 'FRigBaseElement::SubIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, CreatedAtInstructionIndex) == 0x000024, "Member 'FRigBaseElement::CreatedAtInstructionIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, bSelected) == 0x000028, "Member 'FRigBaseElement::bSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigComputedTransform \ +static_assert(alignof(FRigComputedTransform) == 0x000010, "Wrong alignment on FRigComputedTransform"); \ +static_assert(sizeof(FRigComputedTransform) == 0x000060, "Wrong size on FRigComputedTransform"); \ +static_assert(offsetof(FRigComputedTransform, Transform) == 0x000000, "Member 'FRigComputedTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLocalAndGlobalTransform \ +static_assert(alignof(FRigLocalAndGlobalTransform) == 0x000010, "Wrong alignment on FRigLocalAndGlobalTransform"); \ +static_assert(sizeof(FRigLocalAndGlobalTransform) == 0x0000D0, "Wrong size on FRigLocalAndGlobalTransform"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Local) == 0x000000, "Member 'FRigLocalAndGlobalTransform::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Global) == 0x000060, "Member 'FRigLocalAndGlobalTransform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurrentAndInitialTransform \ +static_assert(alignof(FRigCurrentAndInitialTransform) == 0x000010, "Wrong alignment on FRigCurrentAndInitialTransform"); \ +static_assert(sizeof(FRigCurrentAndInitialTransform) == 0x0001A0, "Wrong size on FRigCurrentAndInitialTransform"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Current) == 0x000000, "Member 'FRigCurrentAndInitialTransform::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Initial) == 0x0000D0, "Member 'FRigCurrentAndInitialTransform::Initial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformElement \ +static_assert(alignof(FRigTransformElement) == 0x000010, "Wrong alignment on FRigTransformElement"); \ +static_assert(sizeof(FRigTransformElement) == 0x000230, "Wrong size on FRigTransformElement"); \ +static_assert(offsetof(FRigTransformElement, Pose) == 0x000050, "Member 'FRigTransformElement::Pose' 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) == 0x000200, "Wrong size on FRigUnit_DebugBezier"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Bezier) == 0x000100, "Member 'FRigUnit_DebugBezier::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MinimumU) == 0x000160, "Member 'FRigUnit_DebugBezier::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MaximumU) == 0x000164, "Member 'FRigUnit_DebugBezier::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Color) == 0x000168, "Member 'FRigUnit_DebugBezier::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Thickness) == 0x000178, "Member 'FRigUnit_DebugBezier::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Detail) == 0x00017C, "Member 'FRigUnit_DebugBezier::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Space) == 0x000180, "Member 'FRigUnit_DebugBezier::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, WorldOffset) == 0x000190, "Member 'FRigUnit_DebugBezier::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, bEnabled) == 0x0001F0, "Member 'FRigUnit_DebugBezier::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigReference \ +static_assert(alignof(FControlRigReference) == 0x000008, "Wrong alignment on FControlRigReference"); \ +static_assert(sizeof(FControlRigReference) == 0x000010, "Wrong size on FControlRigReference"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000820, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_UnaryQuaternionOp \ +static_assert(alignof(FRigUnit_UnaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_UnaryQuaternionOp"); \ +static_assert(sizeof(FRigUnit_UnaryQuaternionOp) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_UnaryQuaternionOp::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_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_HasMetadata \ +static_assert(alignof(FRigUnit_HasMetadata) == 0x000008, "Wrong alignment on FRigUnit_HasMetadata"); \ +static_assert(sizeof(FRigUnit_HasMetadata) == 0x000040, "Wrong size on FRigUnit_HasMetadata"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Item) == 0x000008, "Member 'FRigUnit_HasMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Name) == 0x000014, "Member 'FRigUnit_HasMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Type) == 0x00001C, "Member 'FRigUnit_HasMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, NameSpace) == 0x00001D, "Member 'FRigUnit_HasMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Found) == 0x00001E, "Member 'FRigUnit_HasMetadata::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ +static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ +static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000F0, "Wrong size on FControlRigComponentMappedElement"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000048, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00004C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000054, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000058, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000060, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000070, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x0000D0, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x0000D4, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x0000D8, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000E0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000E4, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HasMetadataTag \ +static_assert(alignof(FRigUnit_HasMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_HasMetadataTag"); \ +static_assert(sizeof(FRigUnit_HasMetadataTag) == 0x000040, "Wrong size on FRigUnit_HasMetadataTag"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Item) == 0x000008, "Member 'FRigUnit_HasMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Tag) == 0x000014, "Member 'FRigUnit_HasMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, NameSpace) == 0x00001C, "Member 'FRigUnit_HasMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Found) == 0x00001D, "Member 'FRigUnit_HasMetadataTag::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigMultiParentElement \ +static_assert(alignof(FRigMultiParentElement) == 0x000010, "Wrong alignment on FRigMultiParentElement"); \ +static_assert(sizeof(FRigMultiParentElement) == 0x000330, "Wrong size on FRigMultiParentElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBaseMutable \ +static_assert(alignof(FRigUnit_DynamicHierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DynamicHierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_DynamicHierarchyBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_DynamicHierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddElement \ +static_assert(alignof(FRigUnit_HierarchyAddElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddElement) == 0x0001F0, "Wrong size on FRigUnit_HierarchyAddElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Parent) == 0x0001D0, "Member 'FRigUnit_HierarchyAddElement::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Name) == 0x0001DC, "Member 'FRigUnit_HierarchyAddElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Item) == 0x0001E4, "Member 'FRigUnit_HierarchyAddElement::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPose \ +static_assert(alignof(FRigUnit_DebugPose) == 0x000010, "Wrong alignment on FRigUnit_DebugPose"); \ +static_assert(sizeof(FRigUnit_DebugPose) == 0x0002D0, "Wrong size on FRigUnit_DebugPose"); \ +static_assert(offsetof(FRigUnit_DebugPose, ExecuteContext) == 0x000010, "Member 'FRigUnit_DebugPose::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Pose) == 0x0001D0, "Member 'FRigUnit_DebugPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Scale) == 0x000240, "Member 'FRigUnit_DebugPose::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Color) == 0x000244, "Member 'FRigUnit_DebugPose::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Thickness) == 0x000254, "Member 'FRigUnit_DebugPose::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugPose::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugPose::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformStackEntry \ +static_assert(alignof(FRigTransformStackEntry) == 0x000010, "Wrong alignment on FRigTransformStackEntry"); \ +static_assert(sizeof(FRigTransformStackEntry) == 0x0000F0, "Wrong size on FRigTransformStackEntry"); \ +static_assert(offsetof(FRigTransformStackEntry, Key) == 0x000000, "Member 'FRigTransformStackEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, EntryType) == 0x00000C, "Member 'FRigTransformStackEntry::EntryType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, TransformType) == 0x00000D, "Member 'FRigTransformStackEntry::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, OldTransform) == 0x000010, "Member 'FRigTransformStackEntry::OldTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, NewTransform) == 0x000070, "Member 'FRigTransformStackEntry::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, bAffectChildren) == 0x0000D0, "Member 'FRigTransformStackEntry::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformStackEntry, Callstack) == 0x0000D8, "Member 'FRigTransformStackEntry::Callstack' 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) == 0x000080, "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) == 0x000010, "Member 'FRigUnit_DrawContainerGetInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, Transform) == 0x000020, "Member 'FRigUnit_DrawContainerGetInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlLimitEnabled \ +static_assert(alignof(FRigControlLimitEnabled) == 0x000001, "Wrong alignment on FRigControlLimitEnabled"); \ +static_assert(sizeof(FRigControlLimitEnabled) == 0x000002, "Wrong size on FRigControlLimitEnabled"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMinimum) == 0x000000, "Member 'FRigControlLimitEnabled::bMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMaximum) == 0x000001, "Member 'FRigControlLimitEnabled::bMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValueStorage \ +static_assert(alignof(FRigControlValueStorage) == 0x000004, "Wrong alignment on FRigControlValueStorage"); \ +static_assert(sizeof(FRigControlValueStorage) == 0x000084, "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, Float00_2) == 0x000040, "Member 'FRigControlValueStorage::Float00_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float01_2) == 0x000044, "Member 'FRigControlValueStorage::Float01_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float02_2) == 0x000048, "Member 'FRigControlValueStorage::Float02_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float03_2) == 0x00004C, "Member 'FRigControlValueStorage::Float03_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float10_2) == 0x000050, "Member 'FRigControlValueStorage::Float10_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float11_2) == 0x000054, "Member 'FRigControlValueStorage::Float11_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float12_2) == 0x000058, "Member 'FRigControlValueStorage::Float12_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float13_2) == 0x00005C, "Member 'FRigControlValueStorage::Float13_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float20_2) == 0x000060, "Member 'FRigControlValueStorage::Float20_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float21_2) == 0x000064, "Member 'FRigControlValueStorage::Float21_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float22_2) == 0x000068, "Member 'FRigControlValueStorage::Float22_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float23_2) == 0x00006C, "Member 'FRigControlValueStorage::Float23_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float30_2) == 0x000070, "Member 'FRigControlValueStorage::Float30_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float31_2) == 0x000074, "Member 'FRigControlValueStorage::Float31_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float32_2) == 0x000078, "Member 'FRigControlValueStorage::Float32_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float33_2) == 0x00007C, "Member 'FRigControlValueStorage::Float33_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, bValid) == 0x000080, "Member 'FRigControlValueStorage::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValue \ +static_assert(alignof(FRigControlValue) == 0x000004, "Wrong alignment on FRigControlValue"); \ +static_assert(sizeof(FRigControlValue) == 0x000084, "Wrong size on FRigControlValue"); \ +static_assert(offsetof(FRigControlValue, FloatStorage) == 0x000000, "Member 'FRigControlValue::FloatStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlElementCustomization \ +static_assert(alignof(FRigControlElementCustomization) == 0x000008, "Wrong alignment on FRigControlElementCustomization"); \ +static_assert(sizeof(FRigControlElementCustomization) == 0x000020, "Wrong size on FRigControlElementCustomization"); \ +static_assert(offsetof(FRigControlElementCustomization, AvailableSpaces) == 0x000000, "Member 'FRigControlElementCustomization::AvailableSpaces' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElementCustomization, RemovedSpaces) == 0x000010, "Member 'FRigControlElementCustomization::RemovedSpaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlSettings \ +static_assert(alignof(FRigControlSettings) == 0x000008, "Wrong alignment on FRigControlSettings"); \ +static_assert(sizeof(FRigControlSettings) == 0x0001B8, "Wrong size on FRigControlSettings"); \ +static_assert(offsetof(FRigControlSettings, AnimationType) == 0x000000, "Member 'FRigControlSettings::AnimationType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ControlType) == 0x000001, "Member 'FRigControlSettings::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, DisplayName) == 0x000004, "Member 'FRigControlSettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, PrimaryAxis) == 0x00000C, "Member 'FRigControlSettings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bIsCurve) == 0x00000D, "Member 'FRigControlSettings::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, LimitEnabled) == 0x000010, "Member 'FRigControlSettings::LimitEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bDrawLimits) == 0x000020, "Member 'FRigControlSettings::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, MinimumValue) == 0x000024, "Member 'FRigControlSettings::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, MaximumValue) == 0x0000A8, "Member 'FRigControlSettings::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bShapeVisible) == 0x00012C, "Member 'FRigControlSettings::bShapeVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeVisibility) == 0x00012D, "Member 'FRigControlSettings::ShapeVisibility' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeName) == 0x000130, "Member 'FRigControlSettings::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeColor) == 0x000138, "Member 'FRigControlSettings::ShapeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bIsTransientControl) == 0x000148, "Member 'FRigControlSettings::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ControlEnum) == 0x000150, "Member 'FRigControlSettings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, Customization) == 0x000158, "Member 'FRigControlSettings::Customization' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, DrivenControls) == 0x000178, "Member 'FRigControlSettings::DrivenControls' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bGroupWithParentControl) == 0x000198, "Member 'FRigControlSettings::bGroupWithParentControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bRestrictSpaceSwitching) == 0x000199, "Member 'FRigControlSettings::bRestrictSpaceSwitching' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, FilteredChannels) == 0x0001A0, "Member 'FRigControlSettings::FilteredChannels' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, PreferredRotationOrder) == 0x0001B0, "Member 'FRigControlSettings::PreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bUsePreferredRotationOrder) == 0x0001B1, "Member 'FRigControlSettings::bUsePreferredRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPreferredEulerAngles \ +static_assert(alignof(FRigPreferredEulerAngles) == 0x000008, "Wrong alignment on FRigPreferredEulerAngles"); \ +static_assert(sizeof(FRigPreferredEulerAngles) == 0x000038, "Wrong size on FRigPreferredEulerAngles"); \ +static_assert(offsetof(FRigPreferredEulerAngles, RotationOrder) == 0x000000, "Member 'FRigPreferredEulerAngles::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigPreferredEulerAngles, Current) == 0x000008, "Member 'FRigPreferredEulerAngles::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigPreferredEulerAngles, Initial) == 0x000020, "Member 'FRigPreferredEulerAngles::Initial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlElement \ +static_assert(alignof(FRigControlElement) == 0x000010, "Wrong alignment on FRigControlElement"); \ +static_assert(sizeof(FRigControlElement) == 0x000870, "Wrong size on FRigControlElement"); \ +static_assert(offsetof(FRigControlElement, Settings) == 0x000330, "Member 'FRigControlElement::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, Offset) == 0x0004F0, "Member 'FRigControlElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, Shape) == 0x000690, "Member 'FRigControlElement::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, PreferredEulerAngles) == 0x000830, "Member 'FRigControlElement::PreferredEulerAngles' 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) == 0x000010, "Member 'FRigElement::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControl \ +static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ +static_assert(sizeof(FRigControl) == 0x000360, "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) == 0x000024, "Member 'FRigControl::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ParentIndex) == 0x00002C, "Member 'FRigControl::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceName) == 0x000030, "Member 'FRigControl::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceIndex) == 0x000038, "Member 'FRigControl::SpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, OffsetTransform) == 0x000040, "Member 'FRigControl::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, InitialValue) == 0x0000A0, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Value) == 0x000124, "Member 'FRigControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, PrimaryAxis) == 0x0001A8, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsCurve) == 0x0001A9, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bAnimatable) == 0x0001AA, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitTranslation) == 0x0001AB, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitRotation) == 0x0001AC, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitScale) == 0x0001AD, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bDrawLimits) == 0x0001AE, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MinimumValue) == 0x0001B0, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MaximumValue) == 0x000234, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x0002B8, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoVisible) == 0x0002B9, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoName) == 0x0002BC, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoTransform) == 0x0002D0, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoColor) == 0x000330, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Dependents) == 0x000340, "Member 'FRigControl::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsTransientControl) == 0x000350, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ControlEnum) == 0x000358, "Member 'FRigControl::ControlEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTranslationForItem \ +static_assert(alignof(FRigUnit_SetRelativeTranslationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTranslationForItem) == 0x000250, "Wrong size on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTranslationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTranslationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTranslationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTranslationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Weight) == 0x000208, "Member 'FRigUnit_SetRelativeTranslationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bPropagateToChildren) == 0x00020C, "Member 'FRigUnit_SetRelativeTranslationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedChild) == 0x000210, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedParent) == 0x000230, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedBone \ +static_assert(alignof(FControlRigComponentMappedBone) == 0x000004, "Wrong alignment on FControlRigComponentMappedBone"); \ +static_assert(sizeof(FControlRigComponentMappedBone) == 0x000010, "Wrong size on FControlRigComponentMappedBone"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Source) == 0x000000, "Member 'FControlRigComponentMappedBone::Source' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Target) == 0x000008, "Member 'FControlRigComponentMappedBone::Target' 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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedCurve \ +static_assert(alignof(FControlRigComponentMappedCurve) == 0x000004, "Wrong alignment on FControlRigComponentMappedCurve"); \ +static_assert(sizeof(FControlRigComponentMappedCurve) == 0x000010, "Wrong size on FControlRigComponentMappedCurve"); \ +static_assert(offsetof(FControlRigComponentMappedCurve, Source) == 0x000000, "Member 'FControlRigComponentMappedCurve::Source' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedCurve, Target) == 0x000008, "Member 'FControlRigComponentMappedCurve::Target' 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"); \ +static_assert(offsetof(FRigElementKeyCollection, Keys) == 0x000000, "Member 'FRigElementKeyCollection::Keys' 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) == 0x000040, "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, bAllowDuplicates) == 0x000028, "Member 'FRigUnit_CollectionUnion::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionUnion, Collection) == 0x000030, "Member 'FRigUnit_CollectionUnion::Collection' 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_VisualDebugTransformItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugTransformItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransformItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugTransformItemSpace) == 0x000090, "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) == 0x000070, "Member 'FRigUnit_VisualDebugTransformItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Thickness) == 0x000074, "Member 'FRigUnit_VisualDebugTransformItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Scale) == 0x000078, "Member 'FRigUnit_VisualDebugTransformItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Space) == 0x00007C, "Member 'FRigUnit_VisualDebugTransformItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSingleParentElement \ +static_assert(alignof(FRigSingleParentElement) == 0x000010, "Wrong alignment on FRigSingleParentElement"); \ +static_assert(sizeof(FRigSingleParentElement) == 0x000240, "Wrong size on FRigSingleParentElement"); \ + +#define DUMPER7_ASSERTS_FRigBoneElement \ +static_assert(alignof(FRigBoneElement) == 0x000010, "Wrong alignment on FRigBoneElement"); \ +static_assert(sizeof(FRigBoneElement) == 0x000240, "Wrong size on FRigBoneElement"); \ +static_assert(offsetof(FRigBoneElement, BoneType) == 0x000238, "Member 'FRigBoneElement::BoneType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBone \ +static_assert(alignof(FRigBone) == 0x000010, "Wrong alignment on FRigBone"); \ +static_assert(sizeof(FRigBone) == 0x000170, "Wrong size on FRigBone"); \ +static_assert(offsetof(FRigBone, ParentName) == 0x000018, "Member 'FRigBone::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, ParentIndex) == 0x000020, "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) == 0x000090, "Member 'FRigBone::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, LocalTransform) == 0x0000F0, "Member 'FRigBone::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Dependents) == 0x000150, "Member 'FRigBone::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Type) == 0x000160, "Member 'FRigBone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoneHierarchy \ +static_assert(alignof(FRigBoneHierarchy) == 0x000008, "Wrong alignment on FRigBoneHierarchy"); \ +static_assert(sizeof(FRigBoneHierarchy) == 0x000010, "Wrong size on FRigBoneHierarchy"); \ +static_assert(offsetof(FRigBoneHierarchy, Bones) == 0x000000, "Member 'FRigBoneHierarchy::Bones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlHierarchy \ +static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ +static_assert(sizeof(FRigControlHierarchy) == 0x000010, "Wrong size on FRigControlHierarchy"); \ +static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000000, "Member 'FRigControlHierarchy::Controls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpace \ +static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ +static_assert(sizeof(FRigSpace) == 0x0000F0, "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) == 0x000024, "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) == 0x000090, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpaceHierarchy \ +static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ +static_assert(sizeof(FRigSpaceHierarchy) == 0x000010, "Wrong size on FRigSpaceHierarchy"); \ +static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000000, "Member 'FRigSpaceHierarchy::Spaces' 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_FRigCurveContainer \ +static_assert(alignof(FRigCurveContainer) == 0x000008, "Wrong alignment on FRigCurveContainer"); \ +static_assert(sizeof(FRigCurveContainer) == 0x000010, "Wrong size on FRigCurveContainer"); \ +static_assert(offsetof(FRigCurveContainer, Curves) == 0x000000, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyContainer \ +static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ +static_assert(sizeof(FRigHierarchyContainer) == 0x000040, "Wrong size on FRigHierarchyContainer"); \ +static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000010, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000020, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000030, "Member 'FRigHierarchyContainer::CurveContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurveElement \ +static_assert(alignof(FRigCurveElement) == 0x000008, "Wrong alignment on FRigCurveElement"); \ +static_assert(sizeof(FRigCurveElement) == 0x000050, "Wrong size on FRigCurveElement"); \ + +#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) == 0x000010, "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) == 0x00000C, "Member 'FRigUnit_Harmonics_TargetItem::Ratio' has a wrong offset!"); \ + +#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) == 0x000028, "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_HighlevelBaseMutable \ +static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ +static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ +static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ItemHarmonics"); \ +static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x000290, "Wrong size on FRigUnit_ItemHarmonics"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x0001D0, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_ItemHarmonics::WorkData' 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) == 0x000010, "Wrong size on FRigUnit_ControlName"); \ +static_assert(offsetof(FRigUnit_ControlName, Control) == 0x000008, "Member 'FRigUnit_ControlName::Control' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRigidBodySettings \ +static_assert(alignof(FRigRigidBodySettings) == 0x000004, "Wrong alignment on FRigRigidBodySettings"); \ +static_assert(sizeof(FRigRigidBodySettings) == 0x000004, "Wrong size on FRigRigidBodySettings"); \ +static_assert(offsetof(FRigRigidBodySettings, Mass) == 0x000000, "Member 'FRigRigidBodySettings::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRigidBodyElement \ +static_assert(alignof(FRigRigidBodyElement) == 0x000010, "Wrong alignment on FRigRigidBodyElement"); \ +static_assert(sizeof(FRigRigidBodyElement) == 0x000240, "Wrong size on FRigRigidBodyElement"); \ +static_assert(offsetof(FRigRigidBodyElement, Settings) == 0x000238, "Member 'FRigRigidBodyElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBase \ +static_assert(alignof(FRigUnit_RigModulesBase) == 0x000008, "Wrong alignment on FRigUnit_RigModulesBase"); \ +static_assert(sizeof(FRigUnit_RigModulesBase) == 0x000008, "Wrong size on FRigUnit_RigModulesBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemShortName \ +static_assert(alignof(FRigUnit_GetItemShortName) == 0x000008, "Wrong alignment on FRigUnit_GetItemShortName"); \ +static_assert(sizeof(FRigUnit_GetItemShortName) == 0x000020, "Wrong size on FRigUnit_GetItemShortName"); \ +static_assert(offsetof(FRigUnit_GetItemShortName, Item) == 0x000008, "Member 'FRigUnit_GetItemShortName::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemShortName, ShortName) == 0x000014, "Member 'FRigUnit_GetItemShortName::ShortName' 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_ItemNotEquals \ +static_assert(alignof(FRigUnit_ItemNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemNotEquals"); \ +static_assert(sizeof(FRigUnit_ItemNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemNotEquals"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleIdentifier \ +static_assert(alignof(FRigModuleIdentifier) == 0x000008, "Wrong alignment on FRigModuleIdentifier"); \ +static_assert(sizeof(FRigModuleIdentifier) == 0x000020, "Wrong size on FRigModuleIdentifier"); \ +static_assert(offsetof(FRigModuleIdentifier, Name) == 0x000000, "Member 'FRigModuleIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleIdentifier, Type) == 0x000010, "Member 'FRigModuleIdentifier::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectionRuleStash \ +static_assert(alignof(FRigConnectionRuleStash) == 0x000008, "Wrong alignment on FRigConnectionRuleStash"); \ +static_assert(sizeof(FRigConnectionRuleStash) == 0x000020, "Wrong size on FRigConnectionRuleStash"); \ +static_assert(offsetof(FRigConnectionRuleStash, ScriptStructPath) == 0x000000, "Member 'FRigConnectionRuleStash::ScriptStructPath' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectionRuleStash, ExportedText) == 0x000010, "Member 'FRigConnectionRuleStash::ExportedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorSettings \ +static_assert(alignof(FRigConnectorSettings) == 0x000008, "Wrong alignment on FRigConnectorSettings"); \ +static_assert(sizeof(FRigConnectorSettings) == 0x000028, "Wrong size on FRigConnectorSettings"); \ +static_assert(offsetof(FRigConnectorSettings, Description) == 0x000000, "Member 'FRigConnectorSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, Type) == 0x000010, "Member 'FRigConnectorSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, bOptional) == 0x000011, "Member 'FRigConnectorSettings::bOptional' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, Rules) == 0x000018, "Member 'FRigConnectorSettings::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleConnector \ +static_assert(alignof(FRigModuleConnector) == 0x000008, "Wrong alignment on FRigModuleConnector"); \ +static_assert(sizeof(FRigModuleConnector) == 0x000038, "Wrong size on FRigModuleConnector"); \ +static_assert(offsetof(FRigModuleConnector, Name) == 0x000000, "Member 'FRigModuleConnector::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleConnector, Settings) == 0x000010, "Member 'FRigModuleConnector::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleSettings \ +static_assert(alignof(FRigModuleSettings) == 0x000008, "Wrong alignment on FRigModuleSettings"); \ +static_assert(sizeof(FRigModuleSettings) == 0x000080, "Wrong size on FRigModuleSettings"); \ +static_assert(offsetof(FRigModuleSettings, Identifier) == 0x000000, "Member 'FRigModuleSettings::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Icon) == 0x000020, "Member 'FRigModuleSettings::Icon' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Category) == 0x000040, "Member 'FRigModuleSettings::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Keywords) == 0x000050, "Member 'FRigModuleSettings::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Description) == 0x000060, "Member 'FRigModuleSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, ExposedConnectors) == 0x000070, "Member 'FRigModuleSettings::ExposedConnectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatchFactory \ +static_assert(alignof(FRigDispatchFactory) == 0x000008, "Wrong alignment on FRigDispatchFactory"); \ +static_assert(sizeof(FRigDispatchFactory) == 0x000070, "Wrong size on FRigDispatchFactory"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_MetadataBase \ +static_assert(alignof(FRigDispatch_MetadataBase) == 0x000008, "Wrong alignment on FRigDispatch_MetadataBase"); \ +static_assert(sizeof(FRigDispatch_MetadataBase) == 0x0000A0, "Wrong size on FRigDispatch_MetadataBase"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetMetadata \ +static_assert(alignof(FRigDispatch_GetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_GetMetadata"); \ +static_assert(sizeof(FRigDispatch_GetMetadata) == 0x0000A0, "Wrong size on FRigDispatch_GetMetadata"); \ + +#define DUMPER7_ASSERTS_FSphericalRegion \ +static_assert(alignof(FSphericalRegion) == 0x000004, "Wrong alignment on FSphericalRegion"); \ +static_assert(sizeof(FSphericalRegion) == 0x000014, "Wrong size on FSphericalRegion"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetAnimationChannelBase \ +static_assert(alignof(FRigUnit_GetAnimationChannelBase) == 0x000008, "Wrong alignment on FRigUnit_GetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_GetAnimationChannelBase) == 0x000030, "Wrong size on FRigUnit_GetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Control) == 0x000008, "Member 'FRigUnit_GetAnimationChannelBase::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Channel) == 0x000010, "Member 'FRigUnit_GetAnimationChannelBase::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, bInitial) == 0x000018, "Member 'FRigUnit_GetAnimationChannelBase::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelKey) == 0x00001C, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelKey' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelHash) == 0x000028, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetFloatAnimationChannel \ +static_assert(alignof(FRigUnit_GetFloatAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetFloatAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetFloatAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetFloatAnimationChannel::Value' 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_FConstraintParent \ +static_assert(alignof(FConstraintParent) == 0x000004, "Wrong alignment on FConstraintParent"); \ +static_assert(sizeof(FConstraintParent) == 0x000010, "Wrong size on FConstraintParent"); \ +static_assert(offsetof(FConstraintParent, Item) == 0x000000, "Member 'FConstraintParent::Item' has a wrong offset!"); \ +static_assert(offsetof(FConstraintParent, Weight) == 0x00000C, "Member 'FConstraintParent::Weight' 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_FRigUnit_HierarchyAddControlElement \ +static_assert(alignof(FRigUnit_HierarchyAddControlElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlElement) == 0x000260, "Wrong size on FRigUnit_HierarchyAddControlElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetTransform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddControlElement::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetSpace) == 0x000250, "Member 'FRigUnit_HierarchyAddControlElement::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Reach \ +static_assert(alignof(FRigUnit_ChainHarmonics_Reach) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Reach"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Reach) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Reach::ReachTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachAxis) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Reach::ReachAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMinimum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMaximum) == 0x00003C, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachEase) == 0x000040, "Member 'FRigUnit_ChainHarmonics_Reach::ReachEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Wave \ +static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000078, "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) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000068, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x00006C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x000070, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Pendulum \ +static_assert(alignof(FRigUnit_ChainHarmonics_Pendulum) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Pendulum"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Pendulum) == 0x000058, "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) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumDrag) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumDrag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMinimum) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMaximum) == 0x00002C, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumEase) == 0x000030, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindAxis) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMinimum) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMaximum) == 0x000054, "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) == 0x000098, "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) == 0x000018, "Member 'FRigUnit_ChainHarmonics_WorkData::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Ratio) == 0x000028, "Member 'FRigUnit_ChainHarmonics_WorkData::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, LocalTip) == 0x000038, "Member 'FRigUnit_ChainHarmonics_WorkData::LocalTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumTip) == 0x000048, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumPosition) == 0x000058, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumVelocity) == 0x000068, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, HierarchyLine) == 0x000078, "Member 'FRigUnit_ChainHarmonics_WorkData::HierarchyLine' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, VelocityLines) == 0x000088, "Member 'FRigUnit_ChainHarmonics_WorkData::VelocityLines' 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) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonics"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x0001D8, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x0001F0, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x000238, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0002B0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000338, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x000390, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceMap \ +static_assert(alignof(FRigInfluenceMap) == 0x000008, "Wrong alignment on FRigInfluenceMap"); \ +static_assert(sizeof(FRigInfluenceMap) == 0x000068, "Wrong size on FRigInfluenceMap"); \ +static_assert(offsetof(FRigInfluenceMap, EventName) == 0x000000, "Member 'FRigInfluenceMap::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, Entries) == 0x000008, "Member 'FRigInfluenceMap::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, KeyToIndex) == 0x000018, "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_AimBone_DebugSettings \ +static_assert(alignof(FRigUnit_AimBone_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_AimBone_DebugSettings"); \ +static_assert(sizeof(FRigUnit_AimBone_DebugSettings) == 0x000070, "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_AimConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000080, "Wrong size on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, DebugSettings) == 0x000000, "Member 'FRigUnit_AimConstraint_AdvancedSettings::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000070, "Member 'FRigUnit_AimConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_GetVectorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetVectorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetVectorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVectorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchySettings \ +static_assert(alignof(FRigHierarchySettings) == 0x000004, "Wrong alignment on FRigHierarchySettings"); \ +static_assert(sizeof(FRigHierarchySettings) == 0x000004, "Wrong size on FRigHierarchySettings"); \ +static_assert(offsetof(FRigHierarchySettings, ProceduralElementLimit) == 0x000000, "Member 'FRigHierarchySettings::ProceduralElementLimit' 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) == 0x0002B0, "Wrong size on FRigUnit_GetJointTransform"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x0001D0, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x0001D8, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x0001D9, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x0001E0, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x000240, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x000250, "Member 'FRigUnit_GetJointTransform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000018, "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) == 0x000008, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleInstance \ +static_assert(alignof(FRigModuleInstance) == 0x000008, "Wrong alignment on FRigModuleInstance"); \ +static_assert(sizeof(FRigModuleInstance) == 0x000088, "Wrong size on FRigModuleInstance"); \ +static_assert(offsetof(FRigModuleInstance, Name) == 0x000000, "Member 'FRigModuleInstance::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, RigPtr) == 0x000008, "Member 'FRigModuleInstance::RigPtr' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, ParentPath) == 0x000010, "Member 'FRigModuleInstance::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, VariableBindings) == 0x000020, "Member 'FRigModuleInstance::VariableBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleExecutionElement \ +static_assert(alignof(FRigModuleExecutionElement) == 0x000008, "Wrong alignment on FRigModuleExecutionElement"); \ +static_assert(sizeof(FRigModuleExecutionElement) == 0x000028, "Wrong size on FRigModuleExecutionElement"); \ +static_assert(offsetof(FRigModuleExecutionElement, ModulePath) == 0x000000, "Member 'FRigModuleExecutionElement::ModulePath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, EventName) == 0x000018, "Member 'FRigModuleExecutionElement::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, bExecuted) == 0x000020, "Member 'FRigModuleExecutionElement::bExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ +static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ +static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutable \ +static_assert(alignof(FRigUnit_DebugTransformMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformMutable) == 0x0002D0, "Wrong size on FRigUnit_DebugTransformMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Transform) == 0x0001D0, "Member 'FRigUnit_DebugTransformMutable::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Mode) == 0x000230, "Member 'FRigUnit_DebugTransformMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Color) == 0x000234, "Member 'FRigUnit_DebugTransformMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Thickness) == 0x000244, "Member 'FRigUnit_DebugTransformMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Scale) == 0x000248, "Member 'FRigUnit_DebugTransformMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x00024C, "Member 'FRigUnit_DebugTransformMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugTransformMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ +static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ +static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x000148, "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) == 0x000130, "Member 'FMovieSceneControlRigInstanceData::Operand' 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) == 0x000040, "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_FABRIK \ +static_assert(alignof(FRigUnit_FABRIK) == 0x000010, "Wrong alignment on FRigUnit_FABRIK"); \ +static_assert(sizeof(FRigUnit_FABRIK) == 0x0002A0, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x0001D0, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x000240, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x000244, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x000250, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIK::bSetEffectorTransform' 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) == 0x000230, "Wrong size on FRigUnit_SetBoneRotation"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneRotation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Rotation) == 0x0001E0, "Member 'FRigUnit_SetBoneRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Space) == 0x000200, "Member 'FRigUnit_SetBoneRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000204, "Member 'FRigUnit_SetBoneRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000208, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x000210, "Member 'FRigUnit_SetBoneRotation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementWeight \ +static_assert(alignof(FRigElementWeight) == 0x000004, "Wrong alignment on FRigElementWeight"); \ +static_assert(sizeof(FRigElementWeight) == 0x00000C, "Wrong size on FRigElementWeight"); \ +static_assert(offsetof(FRigElementWeight, Location) == 0x000000, "Member 'FRigElementWeight::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Rotation) == 0x000004, "Member 'FRigElementWeight::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Scale) == 0x000008, "Member 'FRigElementWeight::Scale' 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) == 0x000050, "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) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000038, "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) == 0x000050, "Wrong size on FRigUnit_Divide_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigElementParentConstraint \ +static_assert(alignof(FRigElementParentConstraint) == 0x000010, "Wrong alignment on FRigElementParentConstraint"); \ +static_assert(sizeof(FRigElementParentConstraint) == 0x000090, "Wrong size on FRigElementParentConstraint"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControl_ShapeSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_ShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControl_ShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_ShapeSettings) == 0x000080, "Wrong size on FRigUnit_HierarchyAddControl_ShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, bVisible) == 0x000000, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Name) == 0x000004, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Color) == 0x00000C, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Transform) == 0x000020, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControl_ProxySettings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_ProxySettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControl_ProxySettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_ProxySettings) == 0x000020, "Wrong size on FRigUnit_HierarchyAddControl_ProxySettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, bIsProxy) == 0x000000, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::bIsProxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, DrivenControls) == 0x000008, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::DrivenControls' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, ShapeVisibility) == 0x000018, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::ShapeVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControl_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_Settings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControl_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_Settings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControl_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_Settings, DisplayName) == 0x000008, "Member 'FRigUnit_HierarchyAddControl_Settings::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, ControlEnum) == 0x000018, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlInteger::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNullElement \ +static_assert(alignof(FRigNullElement) == 0x000010, "Wrong alignment on FRigNullElement"); \ +static_assert(sizeof(FRigNullElement) == 0x000330, "Wrong size on FRigNullElement"); \ + +#define DUMPER7_ASSERTS_FRigReferenceElement \ +static_assert(alignof(FRigReferenceElement) == 0x000010, "Wrong alignment on FRigReferenceElement"); \ +static_assert(sizeof(FRigReferenceElement) == 0x000250, "Wrong size on FRigReferenceElement"); \ + +#define DUMPER7_ASSERTS_FRigConnectorState \ +static_assert(alignof(FRigConnectorState) == 0x000008, "Wrong alignment on FRigConnectorState"); \ +static_assert(sizeof(FRigConnectorState) == 0x000040, "Wrong size on FRigConnectorState"); \ +static_assert(offsetof(FRigConnectorState, Name) == 0x000000, "Member 'FRigConnectorState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, ResolvedTarget) == 0x000008, "Member 'FRigConnectorState::ResolvedTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, Settings) == 0x000018, "Member 'FRigConnectorState::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlCopy \ +static_assert(alignof(FRigControlCopy) == 0x000010, "Wrong alignment on FRigControlCopy"); \ +static_assert(sizeof(FRigControlCopy) == 0x000230, "Wrong size on FRigControlCopy"); \ +static_assert(offsetof(FRigControlCopy, Name) == 0x000010, "Member 'FRigControlCopy::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ControlType) == 0x000018, "Member 'FRigControlCopy::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, Value) == 0x00001C, "Member 'FRigControlCopy::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentKey) == 0x0000A0, "Member 'FRigControlCopy::ParentKey' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, OffsetTransform) == 0x0000B0, "Member 'FRigControlCopy::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentTransform) == 0x000110, "Member 'FRigControlCopy::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, LocalTransform) == 0x000170, "Member 'FRigControlCopy::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, GlobalTransform) == 0x0001D0, "Member 'FRigControlCopy::GlobalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorElement \ +static_assert(alignof(FRigConnectorElement) == 0x000008, "Wrong alignment on FRigConnectorElement"); \ +static_assert(sizeof(FRigConnectorElement) == 0x000070, "Wrong size on FRigConnectorElement"); \ +static_assert(offsetof(FRigConnectorElement, Settings) == 0x000048, "Member 'FRigConnectorElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FilterItemsByMetadataTags \ +static_assert(alignof(FRigUnit_FilterItemsByMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_FilterItemsByMetadataTags"); \ +static_assert(sizeof(FRigUnit_FilterItemsByMetadataTags) == 0x000050, "Wrong size on FRigUnit_FilterItemsByMetadataTags"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Items) == 0x000008, "Member 'FRigUnit_FilterItemsByMetadataTags::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_FilterItemsByMetadataTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, NameSpace) == 0x000028, "Member 'FRigUnit_FilterItemsByMetadataTags::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Inclusive) == 0x000029, "Member 'FRigUnit_FilterItemsByMetadataTags::Inclusive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Result) == 0x000030, "Member 'FRigUnit_FilterItemsByMetadataTags::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, CachedIndices) == 0x000040, "Member 'FRigUnit_FilterItemsByMetadataTags::CachedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketState \ +static_assert(alignof(FRigSocketState) == 0x000010, "Wrong alignment on FRigSocketState"); \ +static_assert(sizeof(FRigSocketState) == 0x0000A0, "Wrong size on FRigSocketState"); \ +static_assert(offsetof(FRigSocketState, Name) == 0x000000, "Member 'FRigSocketState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Parent) == 0x000008, "Member 'FRigSocketState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, InitialLocalTransform) == 0x000020, "Member 'FRigSocketState::InitialLocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Color) == 0x000080, "Member 'FRigSocketState::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Description) == 0x000090, "Member 'FRigSocketState::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTag \ +static_assert(alignof(FRigUnit_SetMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTag"); \ +static_assert(sizeof(FRigUnit_SetMetadataTag) == 0x000210, "Wrong size on FRigUnit_SetMetadataTag"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_SetMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_SetMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_SetMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PrepareForExecution \ +static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000010, "Wrong alignment on FRigUnit_PrepareForExecution"); \ +static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x0001D0, "Wrong size on FRigUnit_PrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketElement \ +static_assert(alignof(FRigSocketElement) == 0x000010, "Wrong alignment on FRigSocketElement"); \ +static_assert(sizeof(FRigSocketElement) == 0x000240, "Wrong size on FRigSocketElement"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContentPerElement \ +static_assert(alignof(FRigHierarchyCopyPasteContentPerElement) == 0x000010, "Wrong alignment on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContentPerElement) == 0x0001E0, "Wrong size on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Key) == 0x000000, "Member 'FRigHierarchyCopyPasteContentPerElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Content) == 0x000010, "Member 'FRigHierarchyCopyPasteContentPerElement::Content' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Parents) == 0x000020, "Member 'FRigHierarchyCopyPasteContentPerElement::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, ParentWeights) == 0x000030, "Member 'FRigHierarchyCopyPasteContentPerElement::ParentWeights' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, Pose) == 0x000040, "Member 'FRigHierarchyCopyPasteContentPerElement::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContent \ +static_assert(alignof(FRigHierarchyCopyPasteContent) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContent"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContent) == 0x000050, "Wrong size on FRigHierarchyCopyPasteContent"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Elements) == 0x000000, "Member 'FRigHierarchyCopyPasteContent::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Types) == 0x000010, "Member 'FRigHierarchyCopyPasteContent::Types' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Contents) == 0x000020, "Member 'FRigHierarchyCopyPasteContent::Contents' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, LocalTransforms) == 0x000030, "Member 'FRigHierarchyCopyPasteContent::LocalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, GlobalTransforms) == 0x000040, "Member 'FRigHierarchyCopyPasteContent::GlobalTransforms' 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) == 0x0000D0, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000070, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, bIsScale) == 0x000011, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::bIsScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Limits) == 0x000014, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRotationOrder \ +static_assert(alignof(FControlRotationOrder) == 0x000001, "Wrong alignment on FControlRotationOrder"); \ +static_assert(sizeof(FControlRotationOrder) == 0x000002, "Wrong size on FControlRotationOrder"); \ +static_assert(offsetof(FControlRotationOrder, RotationOrder) == 0x000000, "Member 'FControlRotationOrder::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FControlRotationOrder, bOverrideSetting) == 0x000001, "Member 'FControlRotationOrder::bOverrideSetting' 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) == 0x000050, "Wrong size on FRigUnit_InverseQuaterion"); \ + +#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_HierarchyRemoveElement \ +static_assert(alignof(FRigUnit_HierarchyRemoveElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyRemoveElement"); \ +static_assert(sizeof(FRigUnit_HierarchyRemoveElement) == 0x0001E0, "Wrong size on FRigUnit_HierarchyRemoveElement"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, Item) == 0x0001D0, "Member 'FRigUnit_HierarchyRemoveElement::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, bSuccess) == 0x0001DC, "Member 'FRigUnit_HierarchyRemoveElement::bSuccess' 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) == 0x000248, "Wrong size on FAnimNode_ControlRigBase"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, Source) == 0x000058, "Member 'FAnimNode_ControlRigBase::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bResetInputPoseToInitial) == 0x000068, "Member 'FAnimNode_ControlRigBase::bResetInputPoseToInitial' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputPose) == 0x000069, "Member 'FAnimNode_ControlRigBase::bTransferInputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputCurves) == 0x00006A, "Member 'FAnimNode_ControlRigBase::bTransferInputCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferPoseInGlobalSpace) == 0x00006B, "Member 'FAnimNode_ControlRigBase::bTransferPoseInGlobalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputBonesToTransfer) == 0x000070, "Member 'FAnimNode_ControlRigBase::InputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputBonesToTransfer) == 0x000080, "Member 'FAnimNode_ControlRigBase::OutputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, AssetUserData) == 0x000090, "Member 'FAnimNode_ControlRigBase::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x000210, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000218, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x00021A, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x00021C, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, EventQueue) == 0x000228, "Member 'FAnimNode_ControlRigBase::EventQueue' 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) == 0x0004D0, "Wrong size on FAnimNode_ControlRig"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000248, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, DefaultControlRigClass) == 0x000250, "Member 'FAnimNode_ControlRig::DefaultControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000258, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigPerClass) == 0x000260, "Member 'FAnimNode_ControlRig::ControlRigPerClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, Alpha) == 0x0002B0, "Member 'FAnimNode_ControlRig::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x0002B4, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x0002B8, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x0002C0, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x000308, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x000310, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000340, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000390, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000490, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurveValue \ +static_assert(alignof(FRigUnit_GetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_GetCurveValue"); \ +static_assert(sizeof(FRigUnit_GetCurveValue) == 0x000038, "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, Valid) == 0x000010, "Member 'FRigUnit_GetCurveValue::Valid' 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_FAnimNode_ControlRig_ExternalSource \ +static_assert(alignof(FAnimNode_ControlRig_ExternalSource) == 0x000008, "Wrong alignment on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(sizeof(FAnimNode_ControlRig_ExternalSource) == 0x000250, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000248, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' 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) == 0x000090, "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) == 0x000030, "Member 'FRigUnit_ToSwingAndTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Swing) == 0x000050, "Member 'FRigUnit_ToSwingAndTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Twist) == 0x000070, "Member 'FRigUnit_ToSwingAndTwist::Twist' 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) == 0x000010, "Member 'FControlRigComponentMappedComponent::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedComponent, Direction) == 0x000011, "Member 'FControlRigComponentMappedComponent::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlShapeActorCreationParam \ +static_assert(alignof(FControlShapeActorCreationParam) == 0x000010, "Wrong alignment on FControlShapeActorCreationParam"); \ +static_assert(sizeof(FControlShapeActorCreationParam) == 0x0001C0, "Wrong size on FControlShapeActorCreationParam"); \ + +#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_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) == 0x000014, "Member 'FRigUnit_HierarchyGetParents::bIncludeChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParents::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParents::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedChild) == 0x000028, "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_FControlRigShapeDefinition \ +static_assert(alignof(FControlRigShapeDefinition) == 0x000010, "Wrong alignment on FControlRigShapeDefinition"); \ +static_assert(sizeof(FControlRigShapeDefinition) == 0x0000A0, "Wrong size on FControlRigShapeDefinition"); \ +static_assert(offsetof(FControlRigShapeDefinition, ShapeName) == 0x000000, "Member 'FControlRigShapeDefinition::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigShapeDefinition, StaticMesh) == 0x000008, "Member 'FControlRigShapeDefinition::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FControlRigShapeDefinition, Transform) == 0x000030, "Member 'FControlRigShapeDefinition::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigTestDataVariable \ +static_assert(alignof(FControlRigTestDataVariable) == 0x000008, "Wrong alignment on FControlRigTestDataVariable"); \ +static_assert(sizeof(FControlRigTestDataVariable) == 0x000020, "Wrong size on FControlRigTestDataVariable"); \ +static_assert(offsetof(FControlRigTestDataVariable, Name) == 0x000000, "Member 'FControlRigTestDataVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataVariable, CPPType) == 0x000008, "Member 'FControlRigTestDataVariable::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataVariable, Value) == 0x000010, "Member 'FControlRigTestDataVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigTestDataFrame \ +static_assert(alignof(FControlRigTestDataFrame) == 0x000008, "Wrong alignment on FControlRigTestDataFrame"); \ +static_assert(sizeof(FControlRigTestDataFrame) == 0x000090, "Wrong size on FControlRigTestDataFrame"); \ +static_assert(offsetof(FControlRigTestDataFrame, AbsoluteTime) == 0x000000, "Member 'FControlRigTestDataFrame::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, DeltaTime) == 0x000008, "Member 'FControlRigTestDataFrame::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Variables) == 0x000010, "Member 'FControlRigTestDataFrame::Variables' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Pose) == 0x000020, "Member 'FControlRigTestDataFrame::Pose' 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_FRigUnit_DebugTransformArrayMutableItemSpace \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutableItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutableItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutableItemSpace) == 0x000290, "Wrong size on FRigUnit_DebugTransformArrayMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Transforms) == 0x0001D0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, ParentIndices) == 0x0001E0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Mode) == 0x0001F0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Color) == 0x0001F4, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Thickness) == 0x000204, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Scale) == 0x000208, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Space) == 0x00020C, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, bEnabled) == 0x000280, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::bEnabled' has a wrong offset!"); \ + +#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_FRigUnit_SetControlVector \ +static_assert(alignof(FRigUnit_SetControlVector) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector"); \ +static_assert(sizeof(FRigUnit_SetControlVector) == 0x000220, "Wrong size on FRigUnit_SetControlVector"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x0001F8, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlVector::CachedControlIndex' 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_SetMultiControlFloat_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlFloat_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlFloat_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlFloat_Entry) == 0x00000C, "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) == 0x000008, "Member 'FRigUnit_SetMultiControlFloat_Entry::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlFloat \ +static_assert(alignof(FRigUnit_SetMultiControlFloat) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlFloat"); \ +static_assert(sizeof(FRigUnit_SetMultiControlFloat) == 0x000200, "Wrong size on FRigUnit_SetMultiControlFloat"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlFloat::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlFloat::CachedControlIndices' 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) == 0x000060, "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) == 0x000014, "Member 'FRigUnit_HierarchyGetParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedChild) == 0x000020, "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_CurveExists \ +static_assert(alignof(FRigUnit_CurveExists) == 0x000008, "Wrong alignment on FRigUnit_CurveExists"); \ +static_assert(sizeof(FRigUnit_CurveExists) == 0x000038, "Wrong size on FRigUnit_CurveExists"); \ +static_assert(offsetof(FRigUnit_CurveExists, Curve) == 0x000008, "Member 'FRigUnit_CurveExists::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CurveExists, Exists) == 0x000010, "Member 'FRigUnit_CurveExists::Exists' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CurveExists, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_CurveExists::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointConstraint \ +static_assert(alignof(FCRSimPointConstraint) == 0x000008, "Wrong alignment on FCRSimPointConstraint"); \ +static_assert(sizeof(FCRSimPointConstraint) == 0x000040, "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) == 0x000010, "Member 'FCRSimPointConstraint::DataA' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, DataB) == 0x000028, "Member 'FCRSimPointConstraint::DataB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointForce \ +static_assert(alignof(FCRSimPointForce) == 0x000008, "Wrong alignment on FCRSimPointForce"); \ +static_assert(sizeof(FCRSimPointForce) == 0x000028, "Wrong size on FCRSimPointForce"); \ +static_assert(offsetof(FCRSimPointForce, ForceType) == 0x000000, "Member 'FCRSimPointForce::ForceType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Vector) == 0x000008, "Member 'FCRSimPointForce::Vector' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Coefficient) == 0x000020, "Member 'FCRSimPointForce::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, bNormalize) == 0x000024, "Member 'FCRSimPointForce::bNormalize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimSoftCollision \ +static_assert(alignof(FCRSimSoftCollision) == 0x000010, "Wrong alignment on FCRSimSoftCollision"); \ +static_assert(sizeof(FCRSimSoftCollision) == 0x000080, "Wrong size on FCRSimSoftCollision"); \ +static_assert(offsetof(FCRSimSoftCollision, Transform) == 0x000000, "Member 'FCRSimSoftCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, ShapeType) == 0x000060, "Member 'FCRSimSoftCollision::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MinimumDistance) == 0x000064, "Member 'FCRSimSoftCollision::MinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MaximumDistance) == 0x000068, "Member 'FCRSimSoftCollision::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, FalloffType) == 0x00006C, "Member 'FCRSimSoftCollision::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, Coefficient) == 0x000070, "Member 'FCRSimSoftCollision::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, bInverted) == 0x000074, "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_CCDIK_WorkData \ +static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ +static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 0x000060, "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_FRigUnit_CCDIK_RotationLimitPerItem \ +static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ +static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000010, "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) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIKItemArray \ +static_assert(alignof(FRigUnit_CCDIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_CCDIKItemArray"); \ +static_assert(sizeof(FRigUnit_CCDIKItemArray) == 0x0002D0, "Wrong size on FRigUnit_CCDIKItemArray"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_CCDIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_CCDIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKItemArray::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKItemArray::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKItemArray::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleReference \ +static_assert(alignof(FRigModuleReference) == 0x000008, "Wrong alignment on FRigModuleReference"); \ +static_assert(sizeof(FRigModuleReference) == 0x000170, "Wrong size on FRigModuleReference"); \ +static_assert(offsetof(FRigModuleReference, Name) == 0x000000, "Member 'FRigModuleReference::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ShortName) == 0x000008, "Member 'FRigModuleReference::ShortName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, bShortNameBasedOnPath) == 0x000018, "Member 'FRigModuleReference::bShortNameBasedOnPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ParentPath) == 0x000020, "Member 'FRigModuleReference::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Class) == 0x000030, "Member 'FRigModuleReference::Class' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Connections) == 0x000058, "Member 'FRigModuleReference::Connections' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ConfigValues) == 0x0000A8, "Member 'FRigModuleReference::ConfigValues' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Bindings) == 0x0000F8, "Member 'FRigModuleReference::Bindings' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousName) == 0x000148, "Member 'FRigModuleReference::PreviousName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousParentPath) == 0x000150, "Member 'FRigModuleReference::PreviousParentPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigSingleConnection \ +static_assert(alignof(FModularRigSingleConnection) == 0x000004, "Wrong alignment on FModularRigSingleConnection"); \ +static_assert(sizeof(FModularRigSingleConnection) == 0x000018, "Wrong size on FModularRigSingleConnection"); \ +static_assert(offsetof(FModularRigSingleConnection, Connector) == 0x000000, "Member 'FModularRigSingleConnection::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigSingleConnection, Target) == 0x00000C, "Member 'FModularRigSingleConnection::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigConnections \ +static_assert(alignof(FModularRigConnections) == 0x000008, "Wrong alignment on FModularRigConnections"); \ +static_assert(sizeof(FModularRigConnections) == 0x000060, "Wrong size on FModularRigConnections"); \ +static_assert(offsetof(FModularRigConnections, ConnectionList) == 0x000000, "Member 'FModularRigConnections::ConnectionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong size on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Z) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigModel \ +static_assert(alignof(FModularRigModel) == 0x000008, "Wrong alignment on FModularRigModel"); \ +static_assert(sizeof(FModularRigModel) == 0x0000A0, "Wrong size on FModularRigModel"); \ +static_assert(offsetof(FModularRigModel, Modules) == 0x000000, "Member 'FModularRigModel::Modules' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Connections) == 0x000030, "Member 'FModularRigModel::Connections' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Controller) == 0x000090, "Member 'FModularRigModel::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetAnimationChannelBase \ +static_assert(alignof(FRigUnit_SetAnimationChannelBase) == 0x000010, "Wrong alignment on FRigUnit_SetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_SetAnimationChannelBase) == 0x0001F0, "Wrong size on FRigUnit_SetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_SetAnimationChannelBase, ExecuteContext) == 0x000030, "Member 'FRigUnit_SetAnimationChannelBase::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintNodeData \ +static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ +static_assert(sizeof(FConstraintNodeData) == 0x000140, "Wrong size on FConstraintNodeData"); \ +static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000060, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000120, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, Constraints) == 0x000128, "Member 'FConstraintNodeData::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlDrivenList \ +static_assert(alignof(FRigUnit_GetControlDrivenList) == 0x000008, "Wrong alignment on FRigUnit_GetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_GetControlDrivenList) == 0x000040, "Wrong size on FRigUnit_GetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Control) == 0x000008, "Member 'FRigUnit_GetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Driven) == 0x000010, "Member 'FRigUnit_GetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlDrivenList::CachedControlIndex' 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_FRigUnit_SetTransformAnimationChannel \ +static_assert(alignof(FRigUnit_SetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetTransformAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetTransformAnimationChannel) == 0x000250, "Wrong size on FRigUnit_SetTransformAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetTransformAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetTransformAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlColor \ +static_assert(alignof(FRigUnit_GetControlColor) == 0x000008, "Wrong alignment on FRigUnit_GetControlColor"); \ +static_assert(sizeof(FRigUnit_GetControlColor) == 0x000040, "Wrong size on FRigUnit_GetControlColor"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Control) == 0x000008, "Member 'FRigUnit_GetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Color) == 0x000010, "Member 'FRigUnit_GetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannel2DLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000004, "Wrong size on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVector2DAnimationChannel \ +static_assert(alignof(FRigUnit_GetVector2DAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVector2DAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetVector2DAnimationChannel) == 0x000040, "Wrong size on FRigUnit_GetVector2DAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetVector2DAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVector2DAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ +static_assert(alignof(FRigUnit_AimItem_Target) == 0x000008, "Wrong alignment on FRigUnit_AimItem_Target"); \ +static_assert(sizeof(FRigUnit_AimItem_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000020, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x000038, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x00003C, "Member 'FRigUnit_AimItem_Target::Space' 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) == 0x000360, "Wrong size on FRigUnit_AimItem"); \ +static_assert(offsetof(FRigUnit_AimItem, Item) == 0x0001D0, "Member 'FRigUnit_AimItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Primary) == 0x0001E0, "Member 'FRigUnit_AimItem::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Secondary) == 0x000228, "Member 'FRigUnit_AimItem::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Weight) == 0x000270, "Member 'FRigUnit_AimItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, DebugSettings) == 0x000280, "Member 'FRigUnit_AimItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, CachedItem) == 0x0002F0, "Member 'FRigUnit_AimItem::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000310, "Member 'FRigUnit_AimItem::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000330, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, bIsInitialized) == 0x000350, "Member 'FRigUnit_AimItem::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectionRule \ +static_assert(alignof(FRigConnectionRule) == 0x000008, "Wrong alignment on FRigConnectionRule"); \ +static_assert(sizeof(FRigConnectionRule) == 0x000008, "Wrong size on FRigConnectionRule"); \ + +#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_FRigAndConnectionRule \ +static_assert(alignof(FRigAndConnectionRule) == 0x000008, "Wrong alignment on FRigAndConnectionRule"); \ +static_assert(sizeof(FRigAndConnectionRule) == 0x000018, "Wrong size on FRigAndConnectionRule"); \ +static_assert(offsetof(FRigAndConnectionRule, ChildRules) == 0x000008, "Member 'FRigAndConnectionRule::ChildRules' 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) == 0x000270, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Points) == 0x0001D0, "Member 'FRigUnit_DebugLineStripItemSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Color) == 0x0001E0, "Member 'FRigUnit_DebugLineStripItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Thickness) == 0x0001F0, "Member 'FRigUnit_DebugLineStripItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x0001F4, "Member 'FRigUnit_DebugLineStripItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x000200, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x000260, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigOrConnectionRule \ +static_assert(alignof(FRigOrConnectionRule) == 0x000008, "Wrong alignment on FRigOrConnectionRule"); \ +static_assert(sizeof(FRigOrConnectionRule) == 0x000018, "Wrong size on FRigOrConnectionRule"); \ +static_assert(offsetof(FRigOrConnectionRule, ChildRules) == 0x000008, "Member 'FRigOrConnectionRule::ChildRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIKItemArray \ +static_assert(alignof(FRigUnit_FABRIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_FABRIKItemArray"); \ +static_assert(sizeof(FRigUnit_FABRIKItemArray) == 0x0002A0, "Wrong size on FRigUnit_FABRIKItemArray"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Precision) == 0x000240, "Member 'FRigUnit_FABRIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Weight) == 0x000244, "Member 'FRigUnit_FABRIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKItemArray::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKItemArray::bSetEffectorTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTypeConnectionRule \ +static_assert(alignof(FRigTypeConnectionRule) == 0x000008, "Wrong alignment on FRigTypeConnectionRule"); \ +static_assert(sizeof(FRigTypeConnectionRule) == 0x000010, "Wrong size on FRigTypeConnectionRule"); \ +static_assert(offsetof(FRigTypeConnectionRule, ElementType) == 0x000008, "Member 'FRigTypeConnectionRule::ElementType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTagConnectionRule \ +static_assert(alignof(FRigTagConnectionRule) == 0x000008, "Wrong alignment on FRigTagConnectionRule"); \ +static_assert(sizeof(FRigTagConnectionRule) == 0x000010, "Wrong size on FRigTagConnectionRule"); \ +static_assert(offsetof(FRigTagConnectionRule, Tag) == 0x000008, "Member 'FRigTagConnectionRule::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChainArray \ +static_assert(alignof(FRigUnit_CollectionChainArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChainArray"); \ +static_assert(sizeof(FRigUnit_CollectionChainArray) == 0x000038, "Wrong size on FRigUnit_CollectionChainArray"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChainArray::FirstItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChainArray::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChainArray::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Items) == 0x000028, "Member 'FRigUnit_CollectionChainArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringInterpQuaternionV2 \ +static_assert(alignof(FRigUnit_SpringInterpQuaternionV2) == 0x000010, "Wrong alignment on FRigUnit_SpringInterpQuaternionV2"); \ +static_assert(sizeof(FRigUnit_SpringInterpQuaternionV2) == 0x000130, "Wrong size on FRigUnit_SpringInterpQuaternionV2"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Target) == 0x000010, "Member 'FRigUnit_SpringInterpQuaternionV2::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Strength) == 0x000030, "Member 'FRigUnit_SpringInterpQuaternionV2::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, CriticalDamping) == 0x000034, "Member 'FRigUnit_SpringInterpQuaternionV2::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Torque) == 0x000038, "Member 'FRigUnit_SpringInterpQuaternionV2::Torque' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bUseCurrentInput) == 0x000050, "Member 'FRigUnit_SpringInterpQuaternionV2::bUseCurrentInput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Current) == 0x000060, "Member 'FRigUnit_SpringInterpQuaternionV2::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, TargetVelocityAmount) == 0x000080, "Member 'FRigUnit_SpringInterpQuaternionV2::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, bInitializeFromTarget) == 0x000084, "Member 'FRigUnit_SpringInterpQuaternionV2::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, Result) == 0x000090, "Member 'FRigUnit_SpringInterpQuaternionV2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, AngularVelocity) == 0x0000B0, "Member 'FRigUnit_SpringInterpQuaternionV2::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SimulatedResult) == 0x0000D0, "Member 'FRigUnit_SpringInterpQuaternionV2::SimulatedResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpQuaternionV2, SpringState) == 0x0000F0, "Member 'FRigUnit_SpringInterpQuaternionV2::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigChildOfPrimaryConnectionRule \ +static_assert(alignof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong alignment on FRigChildOfPrimaryConnectionRule"); \ +static_assert(sizeof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong size on FRigChildOfPrimaryConnectionRule"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBone_Target \ +static_assert(alignof(FRigUnit_AimBone_Target) == 0x000008, "Wrong alignment on FRigUnit_AimBone_Target"); \ +static_assert(sizeof(FRigUnit_AimBone_Target) == 0x000048, "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) == 0x000008, "Member 'FRigUnit_AimBone_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Target) == 0x000020, "Member 'FRigUnit_AimBone_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Kind) == 0x000038, "Member 'FRigUnit_AimBone_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Space) == 0x00003C, "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) == 0x000350, "Wrong size on FRigUnit_AimBone"); \ +static_assert(offsetof(FRigUnit_AimBone, bone) == 0x0001D0, "Member 'FRigUnit_AimBone::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x0001D8, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000220, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x000268, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x00026C, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x000270, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x0002E0, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000300, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000320, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bIsInitialized) == 0x000340, "Member 'FRigUnit_AimBone::bIsInitialized' 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) == 0x000270, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x0001D0, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x0001E0, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x000240, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x000248, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000030, "Wrong size on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MaxValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, bDrawLimits) == 0x000028, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBaseMutable \ +static_assert(alignof(FRigUnit_RigModulesBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_RigModulesBaseMutable"); \ +static_assert(sizeof(FRigUnit_RigModulesBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_RigModulesBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ +static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x000290, "Wrong size on FRigUnit_DebugLineItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x0001D0, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x0001E8, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000200, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000210, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x000214, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x000280, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' 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_FRigUnit_SetControlBool \ +static_assert(alignof(FRigUnit_SetControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetControlBool"); \ +static_assert(sizeof(FRigUnit_SetControlBool) == 0x000200, "Wrong size on FRigUnit_SetControlBool"); \ +static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x0001D0, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x0001D8, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlBool::CachedControlIndex' 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) == 0x000180, "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) == 0x000050, "Member 'FRigUnit_Control::base' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, InitTransform) == 0x0000B0, "Member 'FRigUnit_Control::InitTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Result) == 0x000110, "Member 'FRigUnit_Control::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Filter) == 0x000170, "Member 'FRigUnit_Control::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, bIsInitialized) == 0x000179, "Member 'FRigUnit_Control::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000018, "Wrong size on FRigControlModifiedContext"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SetMetadata \ +static_assert(alignof(FRigDispatch_SetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetMetadata"); \ +static_assert(sizeof(FRigDispatch_SetMetadata) == 0x0000A0, "Wrong size on FRigDispatch_SetMetadata"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SetModuleMetadata \ +static_assert(alignof(FRigDispatch_SetModuleMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetModuleMetadata"); \ +static_assert(sizeof(FRigDispatch_SetModuleMetadata) == 0x0000A0, "Wrong size on FRigDispatch_SetModuleMetadata"); \ + +#define DUMPER7_ASSERTS_FRigEventContext \ +static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ +static_assert(sizeof(FRigEventContext) == 0x000028, "Wrong size on FRigEventContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAngle \ +static_assert(alignof(FRigUnit_QuaternionToAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAngle) == 0x000050, "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) == 0x000040, "Member 'FRigUnit_QuaternionToAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementResolveResult \ +static_assert(alignof(FRigElementResolveResult) == 0x000008, "Wrong alignment on FRigElementResolveResult"); \ +static_assert(sizeof(FRigElementResolveResult) == 0x000020, "Wrong size on FRigElementResolveResult"); \ +static_assert(offsetof(FRigElementResolveResult, Key) == 0x000000, "Member 'FRigElementResolveResult::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, State) == 0x00000C, "Member 'FRigElementResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, Message) == 0x000010, "Member 'FRigElementResolveResult::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigResolveResult \ +static_assert(alignof(FModularRigResolveResult) == 0x000008, "Wrong alignment on FModularRigResolveResult"); \ +static_assert(sizeof(FModularRigResolveResult) == 0x000048, "Wrong size on FModularRigResolveResult"); \ +static_assert(offsetof(FModularRigResolveResult, Connector) == 0x000000, "Member 'FModularRigResolveResult::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Matches) == 0x000010, "Member 'FModularRigResolveResult::Matches' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Excluded) == 0x000020, "Member 'FModularRigResolveResult::Excluded' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, State) == 0x000030, "Member 'FModularRigResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Message) == 0x000038, "Member 'FModularRigResolveResult::Message' 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) == 0x000050, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000030, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBaseMetadata \ +static_assert(alignof(FRigBaseMetadata) == 0x000008, "Wrong alignment on FRigBaseMetadata"); \ +static_assert(sizeof(FRigBaseMetadata) == 0x000020, "Wrong size on FRigBaseMetadata"); \ +static_assert(offsetof(FRigBaseMetadata, Name) == 0x000008, "Member 'FRigBaseMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseMetadata, Type) == 0x000010, "Member 'FRigBaseMetadata::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolMetadata \ +static_assert(alignof(FRigBoolMetadata) == 0x000008, "Wrong alignment on FRigBoolMetadata"); \ +static_assert(sizeof(FRigBoolMetadata) == 0x000028, "Wrong size on FRigBoolMetadata"); \ +static_assert(offsetof(FRigBoolMetadata, Value) == 0x000020, "Member 'FRigBoolMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolArrayMetadata \ +static_assert(alignof(FRigBoolArrayMetadata) == 0x000008, "Wrong alignment on FRigBoolArrayMetadata"); \ +static_assert(sizeof(FRigBoolArrayMetadata) == 0x000030, "Wrong size on FRigBoolArrayMetadata"); \ +static_assert(offsetof(FRigBoolArrayMetadata, Value) == 0x000020, "Member 'FRigBoolArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemTypeEquals \ +static_assert(alignof(FRigUnit_ItemTypeEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemTypeEquals"); \ +static_assert(sizeof(FRigUnit_ItemTypeEquals) == 0x000028, "Wrong size on FRigUnit_ItemTypeEquals"); \ +static_assert(offsetof(FRigUnit_ItemTypeEquals, A) == 0x000008, "Member 'FRigUnit_ItemTypeEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeEquals, B) == 0x000014, "Member 'FRigUnit_ItemTypeEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeEquals, Result) == 0x000020, "Member 'FRigUnit_ItemTypeEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphericalPoseReaderDebugSettings \ +static_assert(alignof(FSphericalPoseReaderDebugSettings) == 0x000004, "Wrong alignment on FSphericalPoseReaderDebugSettings"); \ +static_assert(sizeof(FSphericalPoseReaderDebugSettings) == 0x000010, "Wrong size on FSphericalPoseReaderDebugSettings"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawDebug) == 0x000000, "Member 'FSphericalPoseReaderDebugSettings::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDraw2D) == 0x000001, "Member 'FSphericalPoseReaderDebugSettings::bDraw2D' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawLocalAxes) == 0x000002, "Member 'FSphericalPoseReaderDebugSettings::bDrawLocalAxes' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugScale) == 0x000004, "Member 'FSphericalPoseReaderDebugSettings::DebugScale' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugSegments) == 0x000008, "Member 'FSphericalPoseReaderDebugSettings::DebugSegments' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugThickness) == 0x00000C, "Member 'FSphericalPoseReaderDebugSettings::DebugThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphericalPoseReader \ +static_assert(alignof(FRigUnit_SphericalPoseReader) == 0x000010, "Wrong alignment on FRigUnit_SphericalPoseReader"); \ +static_assert(sizeof(FRigUnit_SphericalPoseReader) == 0x000370, "Wrong size on FRigUnit_SphericalPoseReader"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OutputParam) == 0x0001D0, "Member 'FRigUnit_SphericalPoseReader::OutputParam' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverItem) == 0x0001D4, "Member 'FRigUnit_SphericalPoseReader::DriverItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverAxis) == 0x0001E0, "Member 'FRigUnit_SphericalPoseReader::DriverAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, RotationOffset) == 0x0001F8, "Member 'FRigUnit_SphericalPoseReader::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionSize) == 0x000210, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionScaleFactors) == 0x000214, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffSize) == 0x000224, "Member 'FRigUnit_SphericalPoseReader::FalloffSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffRegionScaleFactors) == 0x000228, "Member 'FRigUnit_SphericalPoseReader::FalloffRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipWidthScaling) == 0x000238, "Member 'FRigUnit_SphericalPoseReader::FlipWidthScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipHeightScaling) == 0x000239, "Member 'FRigUnit_SphericalPoseReader::FlipHeightScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OptionalParentItem) == 0x00023C, "Member 'FRigUnit_SphericalPoseReader::OptionalParentItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Debug) == 0x000248, "Member 'FRigUnit_SphericalPoseReader::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, InnerRegion) == 0x000258, "Member 'FRigUnit_SphericalPoseReader::InnerRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OuterRegion) == 0x00026C, "Member 'FRigUnit_SphericalPoseReader::OuterRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverNormal) == 0x000280, "Member 'FRigUnit_SphericalPoseReader::DriverNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Driver2D) == 0x000298, "Member 'FRigUnit_SphericalPoseReader::Driver2D' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverCache) == 0x0002B0, "Member 'FRigUnit_SphericalPoseReader::DriverCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OptionalParentCache) == 0x0002D0, "Member 'FRigUnit_SphericalPoseReader::OptionalParentCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, LocalDriverTransformInit) == 0x0002F0, "Member 'FRigUnit_SphericalPoseReader::LocalDriverTransformInit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, CachedRotationOffset) == 0x000350, "Member 'FRigUnit_SphericalPoseReader::CachedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, bCachedInitTransforms) == 0x000368, "Member 'FRigUnit_SphericalPoseReader::bCachedInitTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigFloatMetadata \ +static_assert(alignof(FRigFloatMetadata) == 0x000008, "Wrong alignment on FRigFloatMetadata"); \ +static_assert(sizeof(FRigFloatMetadata) == 0x000028, "Wrong size on FRigFloatMetadata"); \ +static_assert(offsetof(FRigFloatMetadata, Value) == 0x000020, "Member 'FRigFloatMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigFloatArrayMetadata \ +static_assert(alignof(FRigFloatArrayMetadata) == 0x000008, "Wrong alignment on FRigFloatArrayMetadata"); \ +static_assert(sizeof(FRigFloatArrayMetadata) == 0x000030, "Wrong size on FRigFloatArrayMetadata"); \ +static_assert(offsetof(FRigFloatArrayMetadata, Value) == 0x000020, "Member 'FRigFloatArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInt32Metadata \ +static_assert(alignof(FRigInt32Metadata) == 0x000008, "Wrong alignment on FRigInt32Metadata"); \ +static_assert(sizeof(FRigInt32Metadata) == 0x000028, "Wrong size on FRigInt32Metadata"); \ +static_assert(offsetof(FRigInt32Metadata, Value) == 0x000020, "Member 'FRigInt32Metadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInt32ArrayMetadata \ +static_assert(alignof(FRigInt32ArrayMetadata) == 0x000008, "Wrong alignment on FRigInt32ArrayMetadata"); \ +static_assert(sizeof(FRigInt32ArrayMetadata) == 0x000030, "Wrong size on FRigInt32ArrayMetadata"); \ +static_assert(offsetof(FRigInt32ArrayMetadata, Value) == 0x000020, "Member 'FRigInt32ArrayMetadata::Value' 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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigUnit_QuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNameMetadata \ +static_assert(alignof(FRigNameMetadata) == 0x000008, "Wrong alignment on FRigNameMetadata"); \ +static_assert(sizeof(FRigNameMetadata) == 0x000028, "Wrong size on FRigNameMetadata"); \ +static_assert(offsetof(FRigNameMetadata, Value) == 0x000020, "Member 'FRigNameMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddNull \ +static_assert(alignof(FRigUnit_HierarchyAddNull) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddNull"); \ +static_assert(sizeof(FRigUnit_HierarchyAddNull) == 0x000260, "Wrong size on FRigUnit_HierarchyAddNull"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddNull::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddNull::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNameArrayMetadata \ +static_assert(alignof(FRigNameArrayMetadata) == 0x000008, "Wrong alignment on FRigNameArrayMetadata"); \ +static_assert(sizeof(FRigNameArrayMetadata) == 0x000030, "Wrong size on FRigNameArrayMetadata"); \ +static_assert(offsetof(FRigNameArrayMetadata, Value) == 0x000020, "Member 'FRigNameArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ +static_assert(alignof(FRigUnit_SetTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetTranslation"); \ +static_assert(sizeof(FRigUnit_SetTranslation) == 0x000220, "Wrong size on FRigUnit_SetTranslation"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x0001D0, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x0001DC, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTranslation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Value) == 0x0001E0, "Member 'FRigUnit_SetTranslation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x0001F8, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTranslation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVectorMetadata \ +static_assert(alignof(FRigVectorMetadata) == 0x000008, "Wrong alignment on FRigVectorMetadata"); \ +static_assert(sizeof(FRigVectorMetadata) == 0x000038, "Wrong size on FRigVectorMetadata"); \ +static_assert(offsetof(FRigVectorMetadata, Value) == 0x000020, "Member 'FRigVectorMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat) == 0x000330, "Wrong size on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, Settings) == 0x000260, "Member 'FRigUnit_HierarchyAddControlFloat::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVectorArrayMetadata \ +static_assert(alignof(FRigVectorArrayMetadata) == 0x000008, "Wrong alignment on FRigVectorArrayMetadata"); \ +static_assert(sizeof(FRigVectorArrayMetadata) == 0x000030, "Wrong size on FRigVectorArrayMetadata"); \ +static_assert(offsetof(FRigVectorArrayMetadata, Value) == 0x000020, "Member 'FRigVectorArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemTypeNotEquals \ +static_assert(alignof(FRigUnit_ItemTypeNotEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemTypeNotEquals"); \ +static_assert(sizeof(FRigUnit_ItemTypeNotEquals) == 0x000028, "Wrong size on FRigUnit_ItemTypeNotEquals"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, A) == 0x000008, "Member 'FRigUnit_ItemTypeNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, B) == 0x000014, "Member 'FRigUnit_ItemTypeNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemTypeNotEquals, Result) == 0x000020, "Member 'FRigUnit_ItemTypeNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRotatorMetadata \ +static_assert(alignof(FRigRotatorMetadata) == 0x000008, "Wrong alignment on FRigRotatorMetadata"); \ +static_assert(sizeof(FRigRotatorMetadata) == 0x000038, "Wrong size on FRigRotatorMetadata"); \ +static_assert(offsetof(FRigRotatorMetadata, Value) == 0x000020, "Member 'FRigRotatorMetadata::Value' 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) == 0x000270, "Wrong size on FRigUnit_SetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x0001D0, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x000240, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x000248, "Member 'FRigUnit_SetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ +static_assert(alignof(FRigUnit_InverseExecution) == 0x000010, "Wrong alignment on FRigUnit_InverseExecution"); \ +static_assert(sizeof(FRigUnit_InverseExecution) == 0x0001D0, "Wrong size on FRigUnit_InverseExecution"); \ +static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_InverseExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRotatorArrayMetadata \ +static_assert(alignof(FRigRotatorArrayMetadata) == 0x000008, "Wrong alignment on FRigRotatorArrayMetadata"); \ +static_assert(sizeof(FRigRotatorArrayMetadata) == 0x000030, "Wrong size on FRigRotatorArrayMetadata"); \ +static_assert(offsetof(FRigRotatorArrayMetadata, Value) == 0x000020, "Member 'FRigRotatorArrayMetadata::Value' 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) == 0x000068, "Wrong size on FRigUnit_MultiFABRIK_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigQuatMetadata \ +static_assert(alignof(FRigQuatMetadata) == 0x000010, "Wrong alignment on FRigQuatMetadata"); \ +static_assert(sizeof(FRigQuatMetadata) == 0x000040, "Wrong size on FRigQuatMetadata"); \ +static_assert(offsetof(FRigQuatMetadata, Value) == 0x000020, "Member 'FRigQuatMetadata::Value' 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) == 0x0000A0, "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) == 0x000010, "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) == 0x000080, "Member 'FRigUnit_GetInitialBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigQuatArrayMetadata \ +static_assert(alignof(FRigQuatArrayMetadata) == 0x000008, "Wrong alignment on FRigQuatArrayMetadata"); \ +static_assert(sizeof(FRigQuatArrayMetadata) == 0x000030, "Wrong size on FRigQuatArrayMetadata"); \ +static_assert(offsetof(FRigQuatArrayMetadata, Value) == 0x000020, "Member 'FRigQuatArrayMetadata::Value' 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_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_FRigTransformMetadata \ +static_assert(alignof(FRigTransformMetadata) == 0x000010, "Wrong alignment on FRigTransformMetadata"); \ +static_assert(sizeof(FRigTransformMetadata) == 0x000080, "Wrong size on FRigTransformMetadata"); \ +static_assert(offsetof(FRigTransformMetadata, Value) == 0x000020, "Member 'FRigTransformMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTag \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTag) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Tag) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, NameSpace) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTag::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformArrayMetadata \ +static_assert(alignof(FRigTransformArrayMetadata) == 0x000008, "Wrong alignment on FRigTransformArrayMetadata"); \ +static_assert(sizeof(FRigTransformArrayMetadata) == 0x000030, "Wrong size on FRigTransformArrayMetadata"); \ +static_assert(offsetof(FRigTransformArrayMetadata, Value) == 0x000020, "Member 'FRigTransformArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLinearColorMetadata \ +static_assert(alignof(FRigLinearColorMetadata) == 0x000008, "Wrong alignment on FRigLinearColorMetadata"); \ +static_assert(sizeof(FRigLinearColorMetadata) == 0x000030, "Wrong size on FRigLinearColorMetadata"); \ +static_assert(offsetof(FRigLinearColorMetadata, Value) == 0x000020, "Member 'FRigLinearColorMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddBone \ +static_assert(alignof(FRigUnit_HierarchyAddBone) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddBone"); \ +static_assert(sizeof(FRigUnit_HierarchyAddBone) == 0x000260, "Wrong size on FRigUnit_HierarchyAddBone"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddBone::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddBone::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLinearColorArrayMetadata \ +static_assert(alignof(FRigLinearColorArrayMetadata) == 0x000008, "Wrong alignment on FRigLinearColorArrayMetadata"); \ +static_assert(sizeof(FRigLinearColorArrayMetadata) == 0x000030, "Wrong size on FRigLinearColorArrayMetadata"); \ +static_assert(offsetof(FRigLinearColorArrayMetadata, Value) == 0x000020, "Member 'FRigLinearColorArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddParent \ +static_assert(alignof(FRigUnit_AddParent) == 0x000010, "Wrong alignment on FRigUnit_AddParent"); \ +static_assert(sizeof(FRigUnit_AddParent) == 0x0001F0, "Wrong size on FRigUnit_AddParent"); \ +static_assert(offsetof(FRigUnit_AddParent, Child) == 0x0001D0, "Member 'FRigUnit_AddParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddParent, Parent) == 0x0001DC, "Member 'FRigUnit_AddParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyMetadata \ +static_assert(alignof(FRigElementKeyMetadata) == 0x000008, "Wrong alignment on FRigElementKeyMetadata"); \ +static_assert(sizeof(FRigElementKeyMetadata) == 0x000030, "Wrong size on FRigElementKeyMetadata"); \ +static_assert(offsetof(FRigElementKeyMetadata, Value) == 0x000020, "Member 'FRigElementKeyMetadata::Value' has a wrong offset!"); \ + +#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) == 0x000070, "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_ModifyTransforms \ +static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x0001D0, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyArrayMetadata \ +static_assert(alignof(FRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on FRigElementKeyArrayMetadata"); \ +static_assert(sizeof(FRigElementKeyArrayMetadata) == 0x000030, "Wrong size on FRigElementKeyArrayMetadata"); \ +static_assert(offsetof(FRigElementKeyArrayMetadata, Value) == 0x000020, "Member 'FRigElementKeyArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlRotator_Entry) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator_Entry) == 0x000028, "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) == 0x000008, "Member 'FRigUnit_SetMultiControlRotator_Entry::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Space) == 0x000020, "Member 'FRigUnit_SetMultiControlRotator_Entry::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator \ +static_assert(alignof(FRigUnit_SetMultiControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000200, "Wrong size on FRigUnit_SetMultiControlRotator"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' 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_FRigUnit_HierarchyGetParentsItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetParentsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentsItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParentsItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentsItemArray::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bIncludeChild) == 0x000014, "Member 'FRigUnit_HierarchyGetParentsItemArray::bIncludeChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParentsItemArray::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParentsItemArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentsItemArray, CachedParents) == 0x000048, "Member 'FRigUnit_HierarchyGetParentsItemArray::CachedParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigSettings \ +static_assert(alignof(FModularRigSettings) == 0x000001, "Wrong alignment on FModularRigSettings"); \ +static_assert(sizeof(FModularRigSettings) == 0x000001, "Wrong size on FModularRigSettings"); \ +static_assert(offsetof(FModularRigSettings, bAutoResolve) == 0x000000, "Member 'FModularRigSettings::bAutoResolve' 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) == 0x0000A0, "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) == 0x000010, "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) == 0x000080, "Member 'FRigUnit_GetControlInitialTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleDescription \ +static_assert(alignof(FRigModuleDescription) == 0x000008, "Wrong alignment on FRigModuleDescription"); \ +static_assert(sizeof(FRigModuleDescription) == 0x0000A0, "Wrong size on FRigModuleDescription"); \ +static_assert(offsetof(FRigModuleDescription, Path) == 0x000000, "Member 'FRigModuleDescription::Path' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleDescription, Settings) == 0x000020, "Member 'FRigModuleDescription::Settings' 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) == 0x000030, "Wrong size on FAnimNode_ControlRigInputPose"); \ +static_assert(offsetof(FAnimNode_ControlRigInputPose, InputPose) == 0x000010, "Member 'FAnimNode_ControlRigInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigLayerInstanceProxy \ +static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ +static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x0007E0, "Wrong size on FControlRigLayerInstanceProxy"); \ + +#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_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_FRigUnit_UnsetCurveValue \ +static_assert(alignof(FRigUnit_UnsetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_UnsetCurveValue"); \ +static_assert(sizeof(FRigUnit_UnsetCurveValue) == 0x000200, "Wrong size on FRigUnit_UnsetCurveValue"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_UnsetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, CachedCurveIndex) == 0x0001D8, "Member 'FRigUnit_UnsetCurveValue::CachedCurveIndex' 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) == 0x0000B0, "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) == 0x000050, "Member 'FRigUnit_ConvertEulerTransform::Result' 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_FEnumParameterNameAndCurve \ +static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ +static_assert(sizeof(FEnumParameterNameAndCurve) == 0x000110, "Wrong size on FEnumParameterNameAndCurve"); \ +static_assert(offsetof(FEnumParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FEnumParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FEnumParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FEnumParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildrenArray \ +static_assert(alignof(FRigUnit_CollectionChildrenArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildrenArray"); \ +static_assert(sizeof(FRigUnit_CollectionChildrenArray) == 0x000028, "Wrong size on FRigUnit_CollectionChildrenArray"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildrenArray::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildrenArray::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildrenArray::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildrenArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Items) == 0x000018, "Member 'FRigUnit_CollectionChildrenArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegerParameterNameAndCurve \ +static_assert(alignof(FIntegerParameterNameAndCurve) == 0x000008, "Wrong alignment on FIntegerParameterNameAndCurve"); \ +static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x000110, "Wrong size on FIntegerParameterNameAndCurve"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FIntegerParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FIntegerParameterNameAndCurve::ParameterCurve' 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) == 0x000090, "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_FMovieSceneControlRigSpaceBaseKey \ +static_assert(alignof(FMovieSceneControlRigSpaceBaseKey) == 0x000004, "Wrong alignment on FMovieSceneControlRigSpaceBaseKey"); \ +static_assert(sizeof(FMovieSceneControlRigSpaceBaseKey) == 0x000010, "Wrong size on FMovieSceneControlRigSpaceBaseKey"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceBaseKey, SpaceType) == 0x000000, "Member 'FMovieSceneControlRigSpaceBaseKey::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceBaseKey, ControlRigElement) == 0x000004, "Member 'FMovieSceneControlRigSpaceBaseKey::ControlRigElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigSpaceChannel \ +static_assert(alignof(FMovieSceneControlRigSpaceChannel) == 0x000008, "Wrong alignment on FMovieSceneControlRigSpaceChannel"); \ +static_assert(sizeof(FMovieSceneControlRigSpaceChannel) == 0x000110, "Wrong size on FMovieSceneControlRigSpaceChannel"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneControlRigSpaceChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyValues) == 0x000060, "Member 'FMovieSceneControlRigSpaceChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneControlRigSpaceChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpaceControlNameAndChannel \ +static_assert(alignof(FSpaceControlNameAndChannel) == 0x000008, "Wrong alignment on FSpaceControlNameAndChannel"); \ +static_assert(sizeof(FSpaceControlNameAndChannel) == 0x000118, "Wrong size on FSpaceControlNameAndChannel"); \ +static_assert(offsetof(FSpaceControlNameAndChannel, ControlName) == 0x000000, "Member 'FSpaceControlNameAndChannel::ControlName' has a wrong offset!"); \ +static_assert(offsetof(FSpaceControlNameAndChannel, SpaceCurve) == 0x000008, "Member 'FSpaceControlNameAndChannel::SpaceCurve' 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) == 0x000030, "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) == 0x000020, "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) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' 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) == 0x0000B0, "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) == 0x000010, "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) == 0x000080, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, bFirstUpdate) == 0x0000A0, "Member 'FRigUnit_GetBoneTransform::bFirstUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChannelMapInfo \ +static_assert(alignof(FChannelMapInfo) == 0x000008, "Wrong alignment on FChannelMapInfo"); \ +static_assert(sizeof(FChannelMapInfo) == 0x000040, "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!"); \ +static_assert(offsetof(FChannelMapInfo, bDoesHaveSpace) == 0x000018, "Member 'FChannelMapInfo::bDoesHaveSpace' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, SpaceChannelIndex) == 0x00001C, "Member 'FChannelMapInfo::SpaceChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, MaskIndex) == 0x000020, "Member 'FChannelMapInfo::MaskIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, CategoryIndex) == 0x000024, "Member 'FChannelMapInfo::CategoryIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ConstraintsIndex) == 0x000030, "Member 'FChannelMapInfo::ConstraintsIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigParameterTemplate \ +static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ +static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000C0, "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!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Spaces) == 0x0000A0, "Member 'FMovieSceneControlRigParameterTemplate::Spaces' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Constraints) == 0x0000B0, "Member 'FMovieSceneControlRigParameterTemplate::Constraints' 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_FControlRigControlPose \ +static_assert(alignof(FControlRigControlPose) == 0x000008, "Wrong alignment on FControlRigControlPose"); \ +static_assert(sizeof(FControlRigControlPose) == 0x000060, "Wrong size on FControlRigControlPose"); \ +static_assert(offsetof(FControlRigControlPose, CopyOfControls) == 0x000000, "Member 'FControlRigControlPose::CopyOfControls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_AnimAttributeBase \ +static_assert(alignof(FRigDispatch_AnimAttributeBase) == 0x000008, "Wrong alignment on FRigDispatch_AnimAttributeBase"); \ +static_assert(sizeof(FRigDispatch_AnimAttributeBase) == 0x0000A0, "Wrong size on FRigDispatch_AnimAttributeBase"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetAnimAttribute \ +static_assert(alignof(FRigDispatch_GetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_GetAnimAttribute"); \ +static_assert(sizeof(FRigDispatch_GetAnimAttribute) == 0x0000A0, "Wrong size on FRigDispatch_GetAnimAttribute"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SetAnimAttribute \ +static_assert(alignof(FRigDispatch_SetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_SetAnimAttribute"); \ +static_assert(sizeof(FRigDispatch_SetAnimAttribute) == 0x0000A0, "Wrong size on FRigDispatch_SetAnimAttribute"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTrace_WorkData \ +static_assert(alignof(FRigUnit_SphereTrace_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SphereTrace_WorkData"); \ +static_assert(sizeof(FRigUnit_SphereTrace_WorkData) == 0x000038, "Wrong size on FRigUnit_SphereTrace_WorkData"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, Hash) == 0x000000, "Member 'FRigUnit_SphereTrace_WorkData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, bHit) == 0x000004, "Member 'FRigUnit_SphereTrace_WorkData::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitLocation) == 0x000008, "Member 'FRigUnit_SphereTrace_WorkData::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitNormal) == 0x000020, "Member 'FRigUnit_SphereTrace_WorkData::HitNormal' 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) == 0x0000B0, "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) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceWorld::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByTraceChannel \ +static_assert(alignof(FRigUnit_SphereTraceByTraceChannel) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByTraceChannel"); \ +static_assert(sizeof(FRigUnit_SphereTraceByTraceChannel) == 0x0000B0, "Wrong size on FRigUnit_SphereTraceByTraceChannel"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, Start) == 0x000008, "Member 'FRigUnit_SphereTraceByTraceChannel::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, End) == 0x000020, "Member 'FRigUnit_SphereTraceByTraceChannel::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, TraceChannel) == 0x000038, "Member 'FRigUnit_SphereTraceByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceByTraceChannel::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceByTraceChannel::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceByTraceChannel::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceByTraceChannel::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceByTraceChannel::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByObjectTypes \ +static_assert(alignof(FRigUnit_SphereTraceByObjectTypes) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByObjectTypes"); \ +static_assert(sizeof(FRigUnit_SphereTraceByObjectTypes) == 0x0000B8, "Wrong size on FRigUnit_SphereTraceByObjectTypes"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, Start) == 0x000008, "Member 'FRigUnit_SphereTraceByObjectTypes::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, End) == 0x000020, "Member 'FRigUnit_SphereTraceByObjectTypes::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, ObjectTypes) == 0x000038, "Member 'FRigUnit_SphereTraceByObjectTypes::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, Radius) == 0x000048, "Member 'FRigUnit_SphereTraceByObjectTypes::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, bHit) == 0x00004C, "Member 'FRigUnit_SphereTraceByObjectTypes::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitLocation) == 0x000050, "Member 'FRigUnit_SphereTraceByObjectTypes::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitNormal) == 0x000068, "Member 'FRigUnit_SphereTraceByObjectTypes::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, WorkData) == 0x000080, "Member 'FRigUnit_SphereTraceByObjectTypes::WorkData' 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) == 0x0001E0, "Wrong size on FRigUnit_Control_StaticMesh"); \ +static_assert(offsetof(FRigUnit_Control_StaticMesh, MeshTransform) == 0x000180, "Member 'FRigUnit_Control_StaticMesh::MeshTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetUserData \ +static_assert(alignof(FRigDispatch_GetUserData) == 0x000008, "Wrong alignment on FRigDispatch_GetUserData"); \ +static_assert(sizeof(FRigDispatch_GetUserData) == 0x000070, "Wrong size on FRigDispatch_GetUserData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetupShapeLibraryFromUserData \ +static_assert(alignof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000010, "Wrong alignment on FRigUnit_SetupShapeLibraryFromUserData"); \ +static_assert(sizeof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000210, "Wrong size on FRigUnit_SetupShapeLibraryFromUserData"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, NameSpace) == 0x0001D0, "Member 'FRigUnit_SetupShapeLibraryFromUserData::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, Path) == 0x0001E0, "Member 'FRigUnit_SetupShapeLibraryFromUserData::Path' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LibraryName) == 0x0001F0, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LibraryName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LogShapeLibraries) == 0x000200, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LogShapeLibraries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ShapeExists \ +static_assert(alignof(FRigUnit_ShapeExists) == 0x000008, "Wrong alignment on FRigUnit_ShapeExists"); \ +static_assert(sizeof(FRigUnit_ShapeExists) == 0x000018, "Wrong size on FRigUnit_ShapeExists"); \ +static_assert(offsetof(FRigUnit_ShapeExists, ShapeName) == 0x000008, "Member 'FRigUnit_ShapeExists::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ShapeExists, Result) == 0x000010, "Member 'FRigUnit_ShapeExists::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) == 0x000200, "Wrong size on FRigUnit_DebugBezierItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Bezier) == 0x000100, "Member 'FRigUnit_DebugBezierItemSpace::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MinimumU) == 0x000160, "Member 'FRigUnit_DebugBezierItemSpace::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MaximumU) == 0x000164, "Member 'FRigUnit_DebugBezierItemSpace::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Color) == 0x000168, "Member 'FRigUnit_DebugBezierItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Thickness) == 0x000178, "Member 'FRigUnit_DebugBezierItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Detail) == 0x00017C, "Member 'FRigUnit_DebugBezierItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x000180, "Member 'FRigUnit_DebugBezierItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x000190, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x0001F0, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' 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) == 0x000260, "Wrong size on FRigUnit_DebugHierarchy"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, ExecuteContext) == 0x000010, "Member 'FRigUnit_DebugHierarchy::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Scale) == 0x0001D0, "Member 'FRigUnit_DebugHierarchy::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Color) == 0x0001D4, "Member 'FRigUnit_DebugHierarchy::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x0001E4, "Member 'FRigUnit_DebugHierarchy::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x0001F0, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x000250, "Member 'FRigUnit_DebugHierarchy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLine \ +static_assert(alignof(FRigUnit_DebugLine) == 0x000010, "Wrong alignment on FRigUnit_DebugLine"); \ +static_assert(sizeof(FRigUnit_DebugLine) == 0x000290, "Wrong size on FRigUnit_DebugLine"); \ +static_assert(offsetof(FRigUnit_DebugLine, A) == 0x0001D0, "Member 'FRigUnit_DebugLine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, B) == 0x0001E8, "Member 'FRigUnit_DebugLine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Color) == 0x000200, "Member 'FRigUnit_DebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Thickness) == 0x000210, "Member 'FRigUnit_DebugLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x000214, "Member 'FRigUnit_DebugLine::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x000220, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x000280, "Member 'FRigUnit_DebugLine::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) == 0x000270, "Wrong size on FRigUnit_DebugLineStrip"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Points) == 0x0001D0, "Member 'FRigUnit_DebugLineStrip::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Color) == 0x0001E0, "Member 'FRigUnit_DebugLineStrip::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Thickness) == 0x0001F0, "Member 'FRigUnit_DebugLineStrip::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x0001F4, "Member 'FRigUnit_DebugLineStrip::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x000200, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x000260, "Member 'FRigUnit_DebugLineStrip::bEnabled' 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) == 0x0002C0, "Wrong size on FRigUnit_DebugRectangle"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Transform) == 0x0001D0, "Member 'FRigUnit_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Color) == 0x000230, "Member 'FRigUnit_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Scale) == 0x000240, "Member 'FRigUnit_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Thickness) == 0x000244, "Member 'FRigUnit_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x000248, "Member 'FRigUnit_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x000250, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x0002B0, "Member 'FRigUnit_DebugRectangle::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) == 0x0002D0, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Transform) == 0x0001D0, "Member 'FRigUnit_DebugRectangleItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Color) == 0x000230, "Member 'FRigUnit_DebugRectangleItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Scale) == 0x000240, "Member 'FRigUnit_DebugRectangleItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Thickness) == 0x000244, "Member 'FRigUnit_DebugRectangleItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x000248, "Member 'FRigUnit_DebugRectangleItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugRectangleItemSpace::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) == 0x0002D0, "Wrong size on FRigUnit_DebugArc"); \ +static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x0001D0, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x000230, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x000240, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x000244, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x000248, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x00024C, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x000250, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x000254, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugArc::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) == 0x0002D0, "Wrong size on FRigUnit_DebugArcItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x0001D0, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x000230, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x000240, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x000244, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x000248, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x00024C, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x000250, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x000254, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugArcItemSpace::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) == 0x000110, "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) == 0x000070, "Member 'FRigUnit_DebugTransform::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Color) == 0x000074, "Member 'FRigUnit_DebugTransform::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Thickness) == 0x000084, "Member 'FRigUnit_DebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Scale) == 0x000088, "Member 'FRigUnit_DebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Space) == 0x00008C, "Member 'FRigUnit_DebugTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugTransform::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, bEnabled) == 0x000100, "Member 'FRigUnit_DebugTransform::bEnabled' 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) == 0x0002D0, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Transform) == 0x0001D0, "Member 'FRigUnit_DebugTransformMutableItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Mode) == 0x000230, "Member 'FRigUnit_DebugTransformMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Color) == 0x000234, "Member 'FRigUnit_DebugTransformMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Thickness) == 0x000244, "Member 'FRigUnit_DebugTransformMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Scale) == 0x000248, "Member 'FRigUnit_DebugTransformMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x00024C, "Member 'FRigUnit_DebugTransformMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x000260, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x0002C0, "Member 'FRigUnit_DebugTransformMutableItemSpace::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) == 0x000290, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Transforms) == 0x0001D0, "Member 'FRigUnit_DebugTransformArrayMutable::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Mode) == 0x0001E0, "Member 'FRigUnit_DebugTransformArrayMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Color) == 0x0001E4, "Member 'FRigUnit_DebugTransformArrayMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Thickness) == 0x0001F4, "Member 'FRigUnit_DebugTransformArrayMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Scale) == 0x0001F8, "Member 'FRigUnit_DebugTransformArrayMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Space) == 0x0001FC, "Member 'FRigUnit_DebugTransformArrayMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorldOffset) == 0x000210, "Member 'FRigUnit_DebugTransformArrayMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, bEnabled) == 0x000270, "Member 'FRigUnit_DebugTransformArrayMutable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorkData) == 0x000278, "Member 'FRigUnit_DebugTransformArrayMutable::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_StartProfilingTimer \ +static_assert(alignof(FRigUnit_StartProfilingTimer) == 0x000010, "Wrong alignment on FRigUnit_StartProfilingTimer"); \ +static_assert(sizeof(FRigUnit_StartProfilingTimer) == 0x000100, "Wrong size on FRigUnit_StartProfilingTimer"); \ + +#define DUMPER7_ASSERTS_FRigUnit_EndProfilingTimer \ +static_assert(alignof(FRigUnit_EndProfilingTimer) == 0x000010, "Wrong alignment on FRigUnit_EndProfilingTimer"); \ +static_assert(sizeof(FRigUnit_EndProfilingTimer) == 0x000130, "Wrong size on FRigUnit_EndProfilingTimer"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, NumberOfMeasurements) == 0x000100, "Member 'FRigUnit_EndProfilingTimer::NumberOfMeasurements' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, Prefix) == 0x000108, "Member 'FRigUnit_EndProfilingTimer::Prefix' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x000118, "Member 'FRigUnit_EndProfilingTimer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x00011C, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, bIsInitialized) == 0x000120, "Member 'FRigUnit_EndProfilingTimer::bIsInitialized' 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) == 0x000048, "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) == 0x000020, "Member 'FRigUnit_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Mode) == 0x000021, "Member 'FRigUnit_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Color) == 0x000024, "Member 'FRigUnit_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x00003C, "Member 'FRigUnit_VisualDebugVector::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) == 0x000048, "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) == 0x000020, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000021, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000024, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x00003C, "Member 'FRigUnit_VisualDebugVectorItemSpace::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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_VisualDebugQuat::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugQuat::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, BoneSpace) == 0x00003C, "Member 'FRigUnit_VisualDebugQuat::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) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_VisualDebugQuatItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Thickness) == 0x000034, "Member 'FRigUnit_VisualDebugQuatItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Scale) == 0x000038, "Member 'FRigUnit_VisualDebugQuatItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Space) == 0x00003C, "Member 'FRigUnit_VisualDebugQuatItemSpace::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) == 0x000090, "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) == 0x000070, "Member 'FRigUnit_VisualDebugTransform::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Thickness) == 0x000074, "Member 'FRigUnit_VisualDebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Scale) == 0x000078, "Member 'FRigUnit_VisualDebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, BoneSpace) == 0x00007C, "Member 'FRigUnit_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertTransform \ +static_assert(alignof(FRigUnit_ConvertTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertTransform"); \ +static_assert(sizeof(FRigUnit_ConvertTransform) == 0x0000C0, "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) == 0x000070, "Member 'FRigUnit_ConvertTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertRotation \ +static_assert(alignof(FRigUnit_ConvertRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertRotation"); \ +static_assert(sizeof(FRigUnit_ConvertRotation) == 0x000040, "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_FRigUnit_ConvertVectorRotation \ +static_assert(alignof(FRigUnit_ConvertVectorRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorRotation"); \ +static_assert(sizeof(FRigUnit_ConvertVectorRotation) == 0x000040, "Wrong size on FRigUnit_ConvertVectorRotation"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternion \ +static_assert(alignof(FRigUnit_ConvertQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternion"); \ +static_assert(sizeof(FRigUnit_ConvertQuaternion) == 0x000050, "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) == 0x000030, "Member 'FRigUnit_ConvertQuaternion::Result' 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) == 0x000038, "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) == 0x000020, "Member 'FRigUnit_ConvertVectorToRotation::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) == 0x000040, "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_ConvertRotationToVector \ +static_assert(alignof(FRigUnit_ConvertRotationToVector) == 0x000008, "Wrong alignment on FRigUnit_ConvertRotationToVector"); \ +static_assert(sizeof(FRigUnit_ConvertRotationToVector) == 0x000038, "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) == 0x000020, "Member 'FRigUnit_ConvertRotationToVector::Result' 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_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_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_0) == 0x00000C, "Member 'FRigUnit_Clamp_Float::min_0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, max_0) == 0x000010, "Member 'FRigUnit_Clamp_Float::max_0' 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_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_BinaryQuaternionOp \ +static_assert(alignof(FRigUnit_BinaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryQuaternionOp"); \ +static_assert(sizeof(FRigUnit_BinaryQuaternionOp) == 0x000070, "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) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000050, "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) == 0x000070, "Wrong size on FRigUnit_MultiplyQuaternion"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionFromAxisAndAngle \ +static_assert(alignof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000050, "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) == 0x000020, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Result' 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) == 0x000130, "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) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x0000D0, "Member 'FRigUnit_BinaryTransformOp::Result' 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) == 0x000130, "Wrong size on FRigUnit_MultiplyTransform"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransform \ +static_assert(alignof(FRigUnit_GetRelativeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransform"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransform) == 0x000130, "Wrong size on FRigUnit_GetRelativeTransform"); \ + +#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) == 0x000050, "Wrong size on FRigUnit_Multiply_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) == 0x000050, "Wrong size on FRigUnit_Add_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) == 0x000050, "Wrong size on FRigUnit_Subtract_VectorVector"); \ + +#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) == 0x000040, "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) == 0x000020, "Member 'FRigUnit_Distance_VectorVector::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Distance_VectorVector, Result) == 0x000038, "Member 'FRigUnit_Distance_VectorVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimTarget \ +static_assert(alignof(FAimTarget) == 0x000010, "Wrong alignment on FAimTarget"); \ +static_assert(sizeof(FAimTarget) == 0x000090, "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) == 0x000070, "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) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint"); \ +static_assert(sizeof(FRigUnit_AimConstraint) == 0x000240, "Wrong size on FRigUnit_AimConstraint"); \ +static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x0001D0, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x0001D8, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x0001D9, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x0001E0, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x0001F8, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000210, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x000220, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x000230, "Member 'FRigUnit_AimConstraint::WorkData' 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) == 0x0002C0, "Wrong size on FRigUnit_ApplyFK"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Joint) == 0x0001D0, "Member 'FRigUnit_ApplyFK::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Transform) == 0x0001E0, "Member 'FRigUnit_ApplyFK::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Filter) == 0x000240, "Member 'FRigUnit_ApplyFK::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformMode) == 0x000249, "Member 'FRigUnit_ApplyFK::ApplyTransformMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x00024A, "Member 'FRigUnit_ApplyFK::ApplyTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x000250, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0002B0, "Member 'FRigUnit_ApplyFK::BaseJoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendTarget \ +static_assert(alignof(FBlendTarget) == 0x000010, "Wrong alignment on FBlendTarget"); \ +static_assert(sizeof(FBlendTarget) == 0x000070, "Wrong size on FBlendTarget"); \ +static_assert(offsetof(FBlendTarget, Transform) == 0x000000, "Member 'FBlendTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBlendTarget, Weight) == 0x000060, "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) == 0x0000E0, "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) == 0x000070, "Member 'FRigUnit_BlendTransform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BlendTransform, Result) == 0x000080, "Member 'FRigUnit_BlendTransform::Result' 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) == 0x0004E0, "Wrong size on FRigUnit_TwoBoneIKFK"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJoint) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKFK::StartJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJoint) == 0x0001D8, "Member 'FRigUnit_TwoBoneIKFK::EndJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PoleTarget) == 0x0001E0, "Member 'FRigUnit_TwoBoneIKFK::PoleTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, Spin) == 0x0001F8, "Member 'FRigUnit_TwoBoneIKFK::Spin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndEffector) == 0x000200, "Member 'FRigUnit_TwoBoneIKFK::EndEffector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, IKBlend) == 0x000260, "Member 'FRigUnit_TwoBoneIKFK::IKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointFKTransform) == 0x000270, "Member 'FRigUnit_TwoBoneIKFK::StartJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointFKTransform) == 0x0002D0, "Member 'FRigUnit_TwoBoneIKFK::MidJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointFKTransform) == 0x000330, "Member 'FRigUnit_TwoBoneIKFK::EndJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PreviousFKIKBlend) == 0x000390, "Member 'FRigUnit_TwoBoneIKFK::PreviousFKIKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIKTransform) == 0x0003A0, "Member 'FRigUnit_TwoBoneIKFK::StartJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIKTransform) == 0x000400, "Member 'FRigUnit_TwoBoneIKFK::MidJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIKTransform) == 0x000460, "Member 'FRigUnit_TwoBoneIKFK::EndJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIndex) == 0x0004C0, "Member 'FRigUnit_TwoBoneIKFK::StartJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIndex) == 0x0004C4, "Member 'FRigUnit_TwoBoneIKFK::MidJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIndex) == 0x0004C8, "Member 'FRigUnit_TwoBoneIKFK::EndJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x0004CC, "Member 'FRigUnit_TwoBoneIKFK::UpperLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x0004D0, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, bIsInitialized) == 0x0004D4, "Member 'FRigUnit_TwoBoneIKFK::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetColor \ +static_assert(alignof(FRigUnit_DrawContainerSetColor) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetColor"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetColor) == 0x0001F0, "Wrong size on FRigUnit_DrawContainerSetColor"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x0001D8, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ +static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x0001E0, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x0001D8, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' 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) == 0x000240, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x0001D0, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x0001E0, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ +static_assert(alignof(FRigUnit_BeginExecution) == 0x000010, "Wrong alignment on FRigUnit_BeginExecution"); \ +static_assert(sizeof(FRigUnit_BeginExecution) == 0x0001D0, "Wrong size on FRigUnit_BeginExecution"); \ +static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PreBeginExecution \ +static_assert(alignof(FRigUnit_PreBeginExecution) == 0x000010, "Wrong alignment on FRigUnit_PreBeginExecution"); \ +static_assert(sizeof(FRigUnit_PreBeginExecution) == 0x0001D0, "Wrong size on FRigUnit_PreBeginExecution"); \ +static_assert(offsetof(FRigUnit_PreBeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PreBeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PostBeginExecution \ +static_assert(alignof(FRigUnit_PostBeginExecution) == 0x000010, "Wrong alignment on FRigUnit_PostBeginExecution"); \ +static_assert(sizeof(FRigUnit_PostBeginExecution) == 0x0001D0, "Wrong size on FRigUnit_PostBeginExecution"); \ +static_assert(offsetof(FRigUnit_PostBeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PostBeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_CollectionBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChain \ +static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ +static_assert(sizeof(FRigUnit_CollectionChain) == 0x000038, "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) == 0x000014, "Member 'FRigUnit_CollectionChain::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChain::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Collection) == 0x000028, "Member 'FRigUnit_CollectionChain::Collection' 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) == 0x000028, "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) == 0x000010, "Member 'FRigUnit_CollectionNameSearch::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, Collection) == 0x000018, "Member 'FRigUnit_CollectionNameSearch::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearchArray \ +static_assert(alignof(FRigUnit_CollectionNameSearchArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearchArray"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearchArray) == 0x000028, "Wrong size on FRigUnit_CollectionNameSearchArray"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearchArray::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearchArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, Items) == 0x000018, "Member 'FRigUnit_CollectionNameSearchArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildren \ +static_assert(alignof(FRigUnit_CollectionChildren) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildren"); \ +static_assert(sizeof(FRigUnit_CollectionChildren) == 0x000028, "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) == 0x000014, "Member 'FRigUnit_CollectionChildren::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildren::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, Collection) == 0x000018, "Member 'FRigUnit_CollectionChildren::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetAll \ +static_assert(alignof(FRigUnit_CollectionGetAll) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetAll"); \ +static_assert(sizeof(FRigUnit_CollectionGetAll) == 0x000020, "Wrong size on FRigUnit_CollectionGetAll"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, TypeToSearch) == 0x000008, "Member 'FRigUnit_CollectionGetAll::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, Items) == 0x000010, "Member 'FRigUnit_CollectionGetAll::Items' 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) == 0x000040, "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) == 0x000020, "Member 'FRigUnit_CollectionReplaceItems::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItems::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItemsArray \ +static_assert(alignof(FRigUnit_CollectionReplaceItemsArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItemsArray) == 0x000040, "Wrong size on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItemsArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItemsArray::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItemsArray::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItemsArray::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItemsArray::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Result) == 0x000030, "Member 'FRigUnit_CollectionReplaceItemsArray::Result' 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) == 0x000030, "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, bAllowDuplicates) == 0x000018, "Member 'FRigUnit_CollectionItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000020, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetItems \ +static_assert(alignof(FRigUnit_CollectionGetItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetItems"); \ +static_assert(sizeof(FRigUnit_CollectionGetItems) == 0x000028, "Wrong size on FRigUnit_CollectionGetItems"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetItems::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Items) == 0x000018, "Member 'FRigUnit_CollectionGetItems::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndices \ +static_assert(alignof(FRigUnit_CollectionGetParentIndices) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndices"); \ +static_assert(sizeof(FRigUnit_CollectionGetParentIndices) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndices"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndices, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndices::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndices, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndices::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetParentIndicesItemArray \ +static_assert(alignof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetParentIndicesItemArray"); \ +static_assert(sizeof(FRigUnit_CollectionGetParentIndicesItemArray) == 0x000028, "Wrong size on FRigUnit_CollectionGetParentIndicesItemArray"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, Items) == 0x000008, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetParentIndicesItemArray, ParentIndices) == 0x000018, "Member 'FRigUnit_CollectionGetParentIndicesItemArray::ParentIndices' 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_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_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_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_CollectionItemAtIndex \ +static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ +static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000028, "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_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000010, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0003C0, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_CollectionLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x0001D8, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x0001E8, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x0001F4, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x0001F8, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x0001FC, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000200, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionAddItem \ +static_assert(alignof(FRigUnit_CollectionAddItem) == 0x000008, "Wrong alignment on FRigUnit_CollectionAddItem"); \ +static_assert(sizeof(FRigUnit_CollectionAddItem) == 0x000038, "Wrong size on FRigUnit_CollectionAddItem"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Collection) == 0x000008, "Member 'FRigUnit_CollectionAddItem::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Item) == 0x000018, "Member 'FRigUnit_CollectionAddItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionAddItem, Result) == 0x000028, "Member 'FRigUnit_CollectionAddItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBase \ +static_assert(alignof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_DynamicHierarchyBase"); \ +static_assert(sizeof(FRigUnit_DynamicHierarchyBase) == 0x000008, "Wrong size on FRigUnit_DynamicHierarchyBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetDefaultParent \ +static_assert(alignof(FRigUnit_SetDefaultParent) == 0x000010, "Wrong alignment on FRigUnit_SetDefaultParent"); \ +static_assert(sizeof(FRigUnit_SetDefaultParent) == 0x0001F0, "Wrong size on FRigUnit_SetDefaultParent"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Child) == 0x0001D0, "Member 'FRigUnit_SetDefaultParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Parent) == 0x0001DC, "Member 'FRigUnit_SetDefaultParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SwitchParent \ +static_assert(alignof(FRigUnit_SwitchParent) == 0x000010, "Wrong alignment on FRigUnit_SwitchParent"); \ +static_assert(sizeof(FRigUnit_SwitchParent) == 0x0001F0, "Wrong size on FRigUnit_SwitchParent"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Mode) == 0x0001D0, "Member 'FRigUnit_SwitchParent::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Child) == 0x0001D4, "Member 'FRigUnit_SwitchParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Parent) == 0x0001E0, "Member 'FRigUnit_SwitchParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, bMaintainGlobal) == 0x0001EC, "Member 'FRigUnit_SwitchParent::bMaintainGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeights \ +static_assert(alignof(FRigUnit_HierarchyGetParentWeights) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentWeights) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeights::Weights' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeights, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeights::Parents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeightsArray \ +static_assert(alignof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Weights' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Parents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetParentWeights \ +static_assert(alignof(FRigUnit_HierarchySetParentWeights) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchySetParentWeights) == 0x0001F0, "Wrong size on FRigUnit_HierarchySetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Child) == 0x0001D0, "Member 'FRigUnit_HierarchySetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Weights) == 0x0001E0, "Member 'FRigUnit_HierarchySetParentWeights::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyReset \ +static_assert(alignof(FRigUnit_HierarchyReset) == 0x000010, "Wrong alignment on FRigUnit_HierarchyReset"); \ +static_assert(sizeof(FRigUnit_HierarchyReset) == 0x0001D0, "Wrong size on FRigUnit_HierarchyReset"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyImportFromSkeleton \ +static_assert(alignof(FRigUnit_HierarchyImportFromSkeleton) == 0x000010, "Wrong alignment on FRigUnit_HierarchyImportFromSkeleton"); \ +static_assert(sizeof(FRigUnit_HierarchyImportFromSkeleton) == 0x0001F0, "Wrong size on FRigUnit_HierarchyImportFromSkeleton"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, NameSpace) == 0x0001D0, "Member 'FRigUnit_HierarchyImportFromSkeleton::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, bIncludeCurves) == 0x0001D8, "Member 'FRigUnit_HierarchyImportFromSkeleton::bIncludeCurves' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, Items) == 0x0001E0, "Member 'FRigUnit_HierarchyImportFromSkeleton::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetScale \ +static_assert(alignof(FRigUnit_SetScale) == 0x000010, "Wrong alignment on FRigUnit_SetScale"); \ +static_assert(sizeof(FRigUnit_SetScale) == 0x000220, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x0001D0, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x0001DC, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bInitial) == 0x0001DD, "Member 'FRigUnit_SetScale::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x0001E0, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x0001F8, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000200, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadataTag \ +static_assert(alignof(FRigUnit_RemoveMetadataTag) == 0x000010, "Wrong alignment on FRigUnit_RemoveMetadataTag"); \ +static_assert(sizeof(FRigUnit_RemoveMetadataTag) == 0x000210, "Wrong size on FRigUnit_RemoveMetadataTag"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Item) == 0x0001D0, "Member 'FRigUnit_RemoveMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Tag) == 0x0001DC, "Member 'FRigUnit_RemoveMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, NameSpace) == 0x0001E4, "Member 'FRigUnit_RemoveMetadataTag::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Removed) == 0x0001E5, "Member 'FRigUnit_RemoveMetadataTag::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, CachedIndex) == 0x0001E8, "Member 'FRigUnit_RemoveMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000100, "Wrong size on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, PrimaryAxis) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Shape) == 0x000050, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Proxy) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, FilteredChannels) == 0x0000F0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HasMetadataTagArray \ +static_assert(alignof(FRigUnit_HasMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_HasMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_HasMetadataTagArray) == 0x000050, "Wrong size on FRigUnit_HasMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Item) == 0x000008, "Member 'FRigUnit_HasMetadataTagArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Tags) == 0x000018, "Member 'FRigUnit_HasMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, NameSpace) == 0x000028, "Member 'FRigUnit_HasMetadataTagArray::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Found) == 0x000029, "Member 'FRigUnit_HasMetadataTagArray::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, CachedIndex) == 0x000030, "Member 'FRigUnit_HasMetadataTagArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D) == 0x000370, "Wrong size on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector2D::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadata \ +static_assert(alignof(FRigUnit_FindItemsWithMetadata) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadata"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadata) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadata"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Name) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Type) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, NameSpace) == 0x000011, "Member 'FRigUnit_FindItemsWithMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadata::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlVector_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, bIsPosition) == 0x000011, "Member 'FRigUnit_HierarchyAddControlVector_Settings::bIsPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlVector_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlVector::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetModuleMetadata \ +static_assert(alignof(FRigDispatch_GetModuleMetadata) == 0x000008, "Wrong alignment on FRigDispatch_GetModuleMetadata"); \ +static_assert(sizeof(FRigDispatch_GetModuleMetadata) == 0x0000A0, "Wrong size on FRigDispatch_GetModuleMetadata"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitPitch) == 0x000000, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitPitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitYaw) == 0x000002, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitYaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitRoll) == 0x000004, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitRoll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::FilteredChannels' 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) == 0x0002D0, "Wrong size on FRigUnit_SetBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x000240, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0002A4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0002A8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0002B0, "Member 'FRigUnit_SetBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator) == 0x000380, "Wrong size on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, InitialValue) == 0x000258, "Member 'FRigUnit_HierarchyAddControlRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, Settings) == 0x000270, "Member 'FRigUnit_HierarchyAddControlRotator::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlTransform_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform_LimitSettings) == 0x0000B0, "Wrong size on FRigUnit_HierarchyAddControlTransform_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitPitch) == 0x000006, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitPitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitYaw) == 0x000008, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitYaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitRoll) == 0x00000A, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitRoll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleX) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleY) == 0x00000E, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleZ) == 0x000010, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, MinValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, MaxValue) == 0x000060, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, bDrawLimits) == 0x0000A8, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraintArray \ +static_assert(alignof(FRigUnit_ParentSwitchConstraintArray) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(sizeof(FRigUnit_ParentSwitchConstraintArray) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraintArray::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraintArray::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraintArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraintArray::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraintArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraintArray::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraintArray::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraintArray::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform_Settings) == 0x000180, "Wrong size on FRigUnit_HierarchyAddControlTransform_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, InitialSpace) == 0x000010, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, bUsePreferredRotationOrder) == 0x000011, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::bUsePreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, PreferredRotationOrder) == 0x000012, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::PreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Limits) == 0x000018, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Shape) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Proxy) == 0x000150, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, FilteredChannels) == 0x000170, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform) == 0x000440, "Wrong size on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, InitialValue) == 0x000260, "Member 'FRigUnit_HierarchyAddControlTransform::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, Settings) == 0x0002C0, "Member 'FRigUnit_HierarchyAddControlTransform::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTagArray \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000030, "Wrong size on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Tags) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, NameSpace) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTagArray::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Items) == 0x000020, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelBool \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MinimumValue) == 0x0001F1, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MaximumValue) == 0x0001F2, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, LimitsEnabled) == 0x0001F3, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::LimitsEnabled' 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) == 0x0002D0, "Wrong size on FRigUnit_SetBoneInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneInitialTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetBoneInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Result) == 0x000240, "Member 'FRigUnit_SetBoneInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetBoneInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bPropagateToChildren) == 0x0002A1, "Member 'FRigUnit_SetBoneInitialTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, CachedBone) == 0x0002A8, "Member 'FRigUnit_SetBoneInitialTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000002, "Wrong size on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings, Enabled) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetShapeTransform \ +static_assert(alignof(FRigUnit_SetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_SetShapeTransform"); \ +static_assert(sizeof(FRigUnit_SetShapeTransform) == 0x000260, "Wrong size on FRigUnit_SetShapeTransform"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, CachedControlIndex) == 0x000240, "Member 'FRigUnit_SetShapeTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000200, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelInteger \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000210, "Wrong size on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MinimumValue) == 0x0001F4, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MaximumValue) == 0x0001F8, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, LimitsEnabled) == 0x0001FC, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::LimitsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, ControlEnum) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::ControlEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000230, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MinimumValue) == 0x000200, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MaximumValue) == 0x000210, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, LimitsEnabled) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ +static_assert(alignof(FRigUnit_PropagateTransform) == 0x000010, "Wrong alignment on FRigUnit_PropagateTransform"); \ +static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000200, "Wrong size on FRigUnit_PropagateTransform"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x0001D0, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x0001DC, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x0001DD, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x0001DE, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x0001E0, "Member 'FRigUnit_PropagateTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Pitch) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Yaw) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Roll) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Roll' 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) == 0x00000C, "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) == 0x000008, "Member 'FRigUnit_SetMultiControlInteger_Entry::IntegerValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotator \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000240, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, InitialValue) == 0x0001F0, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MinimumValue) == 0x000208, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MaximumValue) == 0x000220, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, LimitsEnabled) == 0x000238, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchyGetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyGetShapeSettings) == 0x0000A0, "Wrong size on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Settings) == 0x000020, "Member 'FRigUnit_HierarchyGetShapeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchySetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchySetShapeSettings) == 0x000260, "Wrong size on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Item) == 0x0001D0, "Member 'FRigUnit_HierarchySetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Settings) == 0x0001E0, "Member 'FRigUnit_HierarchySetShapeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddSocket \ +static_assert(alignof(FRigUnit_HierarchyAddSocket) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddSocket"); \ +static_assert(sizeof(FRigUnit_HierarchyAddSocket) == 0x000280, "Wrong size on FRigUnit_HierarchyAddSocket"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Transform) == 0x0001F0, "Member 'FRigUnit_HierarchyAddSocket::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Space) == 0x000250, "Member 'FRigUnit_HierarchyAddSocket::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Color) == 0x000254, "Member 'FRigUnit_HierarchyAddSocket::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Description) == 0x000268, "Member 'FRigUnit_HierarchyAddSocket::Description' 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) == 0x000014, "Member 'FRigUnit_HierarchyGetChildren::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, bRecursive) == 0x000015, "Member 'FRigUnit_HierarchyGetChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, Children) == 0x000018, "Member 'FRigUnit_HierarchyGetChildren::Children' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, CachedParent) == 0x000028, "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_SetControlVector2D \ +static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x000210, "Wrong size on FRigUnit_SetControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x0001D0, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x0001E0, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x0001F0, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' 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) == 0x000014, "Member 'FRigUnit_HierarchyGetSiblings::bIncludeItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, Siblings) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblings::Siblings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, CachedItem) == 0x000028, "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_HierarchyGetSiblingsItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblingsItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetSiblingsItemArray) == 0x000058, "Wrong size on FRigUnit_HierarchyGetSiblingsItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, bIncludeItem) == 0x000014, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::bIncludeItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, Siblings) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::Siblings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedItem) == 0x000028, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblingsItemArray, CachedSiblings) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::CachedSiblings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ +static_assert(alignof(FRigUnit_SetControlFloat) == 0x000010, "Wrong alignment on FRigUnit_SetControlFloat"); \ +static_assert(sizeof(FRigUnit_SetControlFloat) == 0x000200, "Wrong size on FRigUnit_SetControlFloat"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x0001D0, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x0001DC, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetChainItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetChainItemArray) == 0x000088, "Wrong size on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Start) == 0x000008, "Member 'FRigUnit_HierarchyGetChainItemArray::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, End) == 0x000014, "Member 'FRigUnit_HierarchyGetChainItemArray::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeStart) == 0x000020, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeEnd) == 0x000021, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bReverse) == 0x000022, "Member 'FRigUnit_HierarchyGetChainItemArray::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Chain) == 0x000028, "Member 'FRigUnit_HierarchyGetChainItemArray::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedStart) == 0x000038, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedEnd) == 0x000058, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedChain) == 0x000078, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetPose \ +static_assert(alignof(FRigUnit_HierarchyGetPose) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPose"); \ +static_assert(sizeof(FRigUnit_HierarchyGetPose) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPose"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPose::Initial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPose::ItemsToGet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPose, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPose::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ +static_assert(alignof(FRigUnit_SetControlRotator) == 0x000010, "Wrong alignment on FRigUnit_SetControlRotator"); \ +static_assert(sizeof(FRigUnit_SetControlRotator) == 0x000220, "Wrong size on FRigUnit_SetControlRotator"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x0001D0, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x0001E0, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x0001F8, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000200, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetPoseItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetPoseItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetPoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetPoseItemArray) == 0x000090, "Wrong size on FRigUnit_HierarchyGetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Initial) == 0x000008, "Member 'FRigUnit_HierarchyGetPoseItemArray::Initial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ElementType) == 0x000009, "Member 'FRigUnit_HierarchyGetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, ItemsToGet) == 0x000010, "Member 'FRigUnit_HierarchyGetPoseItemArray::ItemsToGet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetPoseItemArray, Pose) == 0x000020, "Member 'FRigUnit_HierarchyGetPoseItemArray::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPose \ +static_assert(alignof(FRigUnit_HierarchySetPose) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPose"); \ +static_assert(sizeof(FRigUnit_HierarchySetPose) == 0x000260, "Wrong size on FRigUnit_HierarchySetPose"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Pose) == 0x0001D0, "Member 'FRigUnit_HierarchySetPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ElementType) == 0x000240, "Member 'FRigUnit_HierarchySetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Space) == 0x000241, "Member 'FRigUnit_HierarchySetPose::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ItemsToSet) == 0x000248, "Member 'FRigUnit_HierarchySetPose::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Weight) == 0x000258, "Member 'FRigUnit_HierarchySetPose::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseIsEmpty \ +static_assert(alignof(FRigUnit_PoseIsEmpty) == 0x000008, "Wrong alignment on FRigUnit_PoseIsEmpty"); \ +static_assert(sizeof(FRigUnit_PoseIsEmpty) == 0x000080, "Wrong size on FRigUnit_PoseIsEmpty"); \ +static_assert(offsetof(FRigUnit_PoseIsEmpty, Pose) == 0x000008, "Member 'FRigUnit_PoseIsEmpty::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseIsEmpty, IsEmpty) == 0x000078, "Member 'FRigUnit_PoseIsEmpty::IsEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVisibility \ +static_assert(alignof(FRigUnit_GetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_GetControlVisibility"); \ +static_assert(sizeof(FRigUnit_GetControlVisibility) == 0x000038, "Wrong size on FRigUnit_GetControlVisibility"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, Item) == 0x000008, "Member 'FRigUnit_GetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, bVisible) == 0x000014, "Member 'FRigUnit_GetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, CachedControlIndex) == 0x000018, "Member 'FRigUnit_GetControlVisibility::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetItems \ +static_assert(alignof(FRigUnit_PoseGetItems) == 0x000008, "Wrong alignment on FRigUnit_PoseGetItems"); \ +static_assert(sizeof(FRigUnit_PoseGetItems) == 0x000090, "Wrong size on FRigUnit_PoseGetItems"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, Pose) == 0x000008, "Member 'FRigUnit_PoseGetItems::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, ElementType) == 0x000078, "Member 'FRigUnit_PoseGetItems::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItems, Items) == 0x000080, "Member 'FRigUnit_PoseGetItems::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetItemsItemArray \ +static_assert(alignof(FRigUnit_PoseGetItemsItemArray) == 0x000008, "Wrong alignment on FRigUnit_PoseGetItemsItemArray"); \ +static_assert(sizeof(FRigUnit_PoseGetItemsItemArray) == 0x000090, "Wrong size on FRigUnit_PoseGetItemsItemArray"); \ +static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, Pose) == 0x000008, "Member 'FRigUnit_PoseGetItemsItemArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, ElementType) == 0x000078, "Member 'FRigUnit_PoseGetItemsItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetItemsItemArray, Items) == 0x000080, "Member 'FRigUnit_PoseGetItemsItemArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000200, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetDelta \ +static_assert(alignof(FRigUnit_PoseGetDelta) == 0x000008, "Wrong alignment on FRigUnit_PoseGetDelta"); \ +static_assert(sizeof(FRigUnit_PoseGetDelta) == 0x000128, "Wrong size on FRigUnit_PoseGetDelta"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PoseA) == 0x000008, "Member 'FRigUnit_PoseGetDelta::PoseA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PoseB) == 0x000078, "Member 'FRigUnit_PoseGetDelta::PoseB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PositionThreshold) == 0x0000E8, "Member 'FRigUnit_PoseGetDelta::PositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, RotationThreshold) == 0x0000EC, "Member 'FRigUnit_PoseGetDelta::RotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ScaleThreshold) == 0x0000F0, "Member 'FRigUnit_PoseGetDelta::ScaleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, CurveThreshold) == 0x0000F4, "Member 'FRigUnit_PoseGetDelta::CurveThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ElementType) == 0x0000F8, "Member 'FRigUnit_PoseGetDelta::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, Space) == 0x0000F9, "Member 'FRigUnit_PoseGetDelta::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsToCompare) == 0x000100, "Member 'FRigUnit_PoseGetDelta::ItemsToCompare' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, PosesAreEqual) == 0x000110, "Member 'FRigUnit_PoseGetDelta::PosesAreEqual' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetDelta, ItemsWithDelta) == 0x000118, "Member 'FRigUnit_PoseGetDelta::ItemsWithDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransform \ +static_assert(alignof(FRigUnit_PoseGetTransform) == 0x000010, "Wrong alignment on FRigUnit_PoseGetTransform"); \ +static_assert(sizeof(FRigUnit_PoseGetTransform) == 0x000100, "Wrong size on FRigUnit_PoseGetTransform"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransform::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Item) == 0x000078, "Member 'FRigUnit_PoseGetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Space) == 0x000084, "Member 'FRigUnit_PoseGetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Valid) == 0x000085, "Member 'FRigUnit_PoseGetTransform::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, Transform) == 0x000090, "Member 'FRigUnit_PoseGetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CurveValue) == 0x0000F0, "Member 'FRigUnit_PoseGetTransform::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseElementIndex) == 0x0000F4, "Member 'FRigUnit_PoseGetTransform::CachedPoseElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransform, CachedPoseHash) == 0x0000F8, "Member 'FRigUnit_PoseGetTransform::CachedPoseHash' 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) == 0x0002A0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x0001D0, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x0001DC, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x0001E8, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Value) == 0x0001F0, "Member 'FRigUnit_SetRelativeTransformForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x000250, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x000254, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x000258, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x000278, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetTransformArray \ +static_assert(alignof(FRigUnit_PoseGetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_PoseGetTransformArray"); \ +static_assert(sizeof(FRigUnit_PoseGetTransformArray) == 0x000090, "Wrong size on FRigUnit_PoseGetTransformArray"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Pose) == 0x000008, "Member 'FRigUnit_PoseGetTransformArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Space) == 0x000078, "Member 'FRigUnit_PoseGetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Valid) == 0x000079, "Member 'FRigUnit_PoseGetTransformArray::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetTransformArray, Transforms) == 0x000080, "Member 'FRigUnit_PoseGetTransformArray::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseGetCurve \ +static_assert(alignof(FRigUnit_PoseGetCurve) == 0x000008, "Wrong alignment on FRigUnit_PoseGetCurve"); \ +static_assert(sizeof(FRigUnit_PoseGetCurve) == 0x000090, "Wrong size on FRigUnit_PoseGetCurve"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Pose) == 0x000008, "Member 'FRigUnit_PoseGetCurve::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Curve) == 0x000078, "Member 'FRigUnit_PoseGetCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, Valid) == 0x000080, "Member 'FRigUnit_PoseGetCurve::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CurveValue) == 0x000084, "Member 'FRigUnit_PoseGetCurve::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseElementIndex) == 0x000088, "Member 'FRigUnit_PoseGetCurve::CachedPoseElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseGetCurve, CachedPoseHash) == 0x00008C, "Member 'FRigUnit_PoseGetCurve::CachedPoseHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformItemArray \ +static_assert(alignof(FRigUnit_SetTransformItemArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformItemArray"); \ +static_assert(sizeof(FRigUnit_SetTransformItemArray) == 0x000210, "Wrong size on FRigUnit_SetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformItemArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseLoop \ +static_assert(alignof(FRigUnit_PoseLoop) == 0x000010, "Wrong alignment on FRigUnit_PoseLoop"); \ +static_assert(sizeof(FRigUnit_PoseLoop) == 0x0004F0, "Wrong size on FRigUnit_PoseLoop"); \ +static_assert(offsetof(FRigUnit_PoseLoop, BlockToRun) == 0x0001D0, "Member 'FRigUnit_PoseLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Pose) == 0x0001D8, "Member 'FRigUnit_PoseLoop::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Item) == 0x000248, "Member 'FRigUnit_PoseLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, GlobalTransform) == 0x000260, "Member 'FRigUnit_PoseLoop::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, LocalTransform) == 0x0002C0, "Member 'FRigUnit_PoseLoop::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, CurveValue) == 0x000320, "Member 'FRigUnit_PoseLoop::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Index) == 0x000324, "Member 'FRigUnit_PoseLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Count) == 0x000328, "Member 'FRigUnit_PoseLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Ratio) == 0x00032C, "Member 'FRigUnit_PoseLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Completed) == 0x000330, "Member 'FRigUnit_PoseLoop::Completed' 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) == 0x000020, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsTranslating) == 0x000009, "Member 'FRigUnit_IsInteracting::bIsTranslating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsRotating) == 0x00000A, "Member 'FRigUnit_IsInteracting::bIsRotating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsScaling) == 0x00000B, "Member 'FRigUnit_IsInteracting::bIsScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, Items) == 0x000010, "Member 'FRigUnit_IsInteracting::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ +static_assert(alignof(FRigUnit_SetCurveValue) == 0x000010, "Wrong alignment on FRigUnit_SetCurveValue"); \ +static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000200, "Wrong size on FRigUnit_SetCurveValue"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x0001D0, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x0001D8, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x0001E0, "Member 'FRigUnit_SetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ +static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ +static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x0001D0, "Wrong size on FRigUnit_ItemBaseMutable"); \ + +#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) == 0x000014, "Member 'FRigUnit_ItemExists::Exists' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemExists, CachedIndex) == 0x000018, "Member 'FRigUnit_ItemExists::CachedIndex' 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) == 0x000030, "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) == 0x000014, "Member 'FRigUnit_ItemReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemReplace, New) == 0x00001C, "Member 'FRigUnit_ItemReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemReplace, Result) == 0x000024, "Member 'FRigUnit_ItemReplace::Result' 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) == 0x00000C, "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) == 0x000008, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemEquals \ +static_assert(alignof(FRigUnit_ItemEquals) == 0x000008, "Wrong alignment on FRigUnit_ItemEquals"); \ +static_assert(sizeof(FRigUnit_ItemEquals) == 0x000028, "Wrong size on FRigUnit_ItemEquals"); \ +static_assert(offsetof(FRigUnit_ItemEquals, A) == 0x000008, "Member 'FRigUnit_ItemEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemEquals, B) == 0x000014, "Member 'FRigUnit_ItemEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemEquals, Result) == 0x000020, "Member 'FRigUnit_ItemEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemToName \ +static_assert(alignof(FRigUnit_ItemToName) == 0x000008, "Wrong alignment on FRigUnit_ItemToName"); \ +static_assert(sizeof(FRigUnit_ItemToName) == 0x000020, "Wrong size on FRigUnit_ItemToName"); \ +static_assert(offsetof(FRigUnit_ItemToName, Value) == 0x000008, "Member 'FRigUnit_ItemToName::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemToName, Result) == 0x000014, "Member 'FRigUnit_ItemToName::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ResolveConnector \ +static_assert(alignof(FRigUnit_ResolveConnector) == 0x000008, "Wrong alignment on FRigUnit_ResolveConnector"); \ +static_assert(sizeof(FRigUnit_ResolveConnector) == 0x000028, "Wrong size on FRigUnit_ResolveConnector"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, Connector) == 0x000008, "Member 'FRigUnit_ResolveConnector::Connector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, SkipSocket) == 0x000014, "Member 'FRigUnit_ResolveConnector::SkipSocket' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, Result) == 0x000018, "Member 'FRigUnit_ResolveConnector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, bIsConnected) == 0x000024, "Member 'FRigUnit_ResolveConnector::bIsConnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurrentNameSpace \ +static_assert(alignof(FRigUnit_GetCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetCurrentNameSpace"); \ +static_assert(sizeof(FRigUnit_GetCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_GetCurrentNameSpace"); \ +static_assert(offsetof(FRigUnit_GetCurrentNameSpace, NameSpace) == 0x000008, "Member 'FRigUnit_GetCurrentNameSpace::NameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemNameSpace \ +static_assert(alignof(FRigUnit_GetItemNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemNameSpace) == 0x000028, "Wrong size on FRigUnit_GetItemNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, Item) == 0x000008, "Member 'FRigUnit_GetItemNameSpace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, HasNameSpace) == 0x000014, "Member 'FRigUnit_GetItemNameSpace::HasNameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, NameSpace) == 0x000018, "Member 'FRigUnit_GetItemNameSpace::NameSpace' 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) == 0x000038, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Location::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsItemInCurrentNameSpace \ +static_assert(alignof(FRigUnit_IsItemInCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_IsItemInCurrentNameSpace"); \ +static_assert(sizeof(FRigUnit_IsItemInCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_IsItemInCurrentNameSpace"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Item) == 0x000008, "Member 'FRigUnit_IsItemInCurrentNameSpace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Result) == 0x000014, "Member 'FRigUnit_IsItemInCurrentNameSpace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemsInNameSpace \ +static_assert(alignof(FRigUnit_GetItemsInNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemsInNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemsInNameSpace) == 0x000020, "Wrong size on FRigUnit_GetItemsInNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, TypeToSearch) == 0x000008, "Member 'FRigUnit_GetItemsInNameSpace::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, Items) == 0x000010, "Member 'FRigUnit_GetItemsInNameSpace::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SequenceExecution \ +static_assert(alignof(FRigUnit_SequenceExecution) == 0x000010, "Wrong alignment on FRigUnit_SequenceExecution"); \ +static_assert(sizeof(FRigUnit_SequenceExecution) == 0x0008D0, "Wrong size on FRigUnit_SequenceExecution"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_SequenceExecution::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, A) == 0x0001D0, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x000390, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000550, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000710, "Member 'FRigUnit_SequenceExecution::D' 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) == 0x000270, "Wrong size on FRigUnit_AddBoneTransform"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_AddBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x000244, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x000245, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_AddBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemArray \ +static_assert(alignof(FRigUnit_ItemArray) == 0x000008, "Wrong alignment on FRigUnit_ItemArray"); \ +static_assert(sizeof(FRigUnit_ItemArray) == 0x000018, "Wrong size on FRigUnit_ItemArray"); \ +static_assert(offsetof(FRigUnit_ItemArray, Items) == 0x000008, "Member 'FRigUnit_ItemArray::Items' 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) == 0x0004A0, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x0001D0, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x0001E0, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x0001F8, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x000240, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0002B8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000340, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x000398, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0003A0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x000400, "Member 'FRigUnit_ChainHarmonicsPerItem::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) == 0x000010, "Wrong size on FRigUnit_BoneName"); \ +static_assert(offsetof(FRigUnit_BoneName, bone) == 0x000008, "Member 'FRigUnit_BoneName::bone' 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) == 0x000010, "Wrong size on FRigUnit_SpaceName"); \ +static_assert(offsetof(FRigUnit_SpaceName, Space) == 0x000008, "Member 'FRigUnit_SpaceName::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000230, "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) == 0x000070, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x0000B8, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000100, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x000110, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x000170, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x0001E0, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000200, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, bIsInitialized) == 0x000220, "Member 'FRigUnit_AimBoneMath::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoolAnimationChannel \ +static_assert(alignof(FRigUnit_GetBoolAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetBoolAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetBoolAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetBoolAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetBoolAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetBoolAnimationChannel::Value' 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) == 0x00000C, "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) == 0x000008, "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) == 0x0002D0, "Wrong size on FRigUnit_CCDIK"); \ +static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x0001D0, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x0001D8, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x000240, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x000244, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x000270, "Member 'FRigUnit_CCDIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetIntAnimationChannel \ +static_assert(alignof(FRigUnit_GetIntAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetIntAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetIntAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetIntAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetIntAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetIntAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRotatorAnimationChannel \ +static_assert(alignof(FRigUnit_GetRotatorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetRotatorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetRotatorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetRotatorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetRotatorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetRotatorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformAnimationChannel \ +static_assert(alignof(FRigUnit_GetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetTransformAnimationChannel) == 0x000090, "Wrong size on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetTransformAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetTransformAnimationChannel::Value' 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) == 0x000270, "Wrong size on FRigUnit_SetControlOffset"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x0001D0, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x0001E0, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x000240, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoolAnimationChannel \ +static_assert(alignof(FRigUnit_SetBoolAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetBoolAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetBoolAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetBoolAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetFloatAnimationChannel \ +static_assert(alignof(FRigUnit_SetFloatAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetFloatAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetFloatAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetFloatAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetFloatAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetFloatAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetIntAnimationChannel \ +static_assert(alignof(FRigUnit_SetIntAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetIntAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetIntAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetIntAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetIntAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetIntAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVector2DAnimationChannel \ +static_assert(alignof(FRigUnit_SetVector2DAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetVector2DAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetVector2DAnimationChannel) == 0x000200, "Wrong size on FRigUnit_SetVector2DAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetVector2DAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetVector2DAnimationChannel::Value' 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) == 0x00000C, "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) == 0x000008, "Member 'FRigUnit_SetMultiControlBool_Entry::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_SetVectorAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetVectorAnimationChannel) == 0x000210, "Wrong size on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetVectorAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetVectorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRotatorAnimationChannel \ +static_assert(alignof(FRigUnit_SetRotatorAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetRotatorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetRotatorAnimationChannel) == 0x000210, "Wrong size on FRigUnit_SetRotatorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetRotatorAnimationChannel, Value) == 0x0001F0, "Member 'FRigUnit_SetRotatorAnimationChannel::Value' 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) == 0x000030, "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) == 0x000020, "Member 'FRigUnit_FitChainToCurve_Rotation::Ratio' 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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' 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) == 0x000038, "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) == 0x000010, "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_GetControlFloat \ +static_assert(alignof(FRigUnit_GetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_GetControlFloat"); \ +static_assert(sizeof(FRigUnit_GetControlFloat) == 0x000040, "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) == 0x000010, "Member 'FRigUnit_GetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, Minimum) == 0x000014, "Member 'FRigUnit_GetControlFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, Maximum) == 0x000018, "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_FABRIKPerItem \ +static_assert(alignof(FRigUnit_FABRIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_FABRIKPerItem"); \ +static_assert(sizeof(FRigUnit_FABRIKPerItem) == 0x0002A0, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x000248, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x00024C, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x000250, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bSetEffectorTransform) == 0x000290, "Member 'FRigUnit_FABRIKPerItem::bSetEffectorTransform' 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) == 0x000040, "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) == 0x000010, "Member 'FRigUnit_GetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Minimum) == 0x000014, "Member 'FRigUnit_GetControlInteger::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Maximum) == 0x000018, "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_GetControlVector2D \ +static_assert(alignof(FRigUnit_GetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector2D"); \ +static_assert(sizeof(FRigUnit_GetControlVector2D) == 0x000060, "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) == 0x000010, "Member 'FRigUnit_GetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Minimum) == 0x000020, "Member 'FRigUnit_GetControlVector2D::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Maximum) == 0x000030, "Member 'FRigUnit_GetControlVector2D::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, CachedControlIndex) == 0x000040, "Member 'FRigUnit_GetControlVector2D::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) == 0x000080, "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) == 0x000010, "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) == 0x000030, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x000048, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlRotator \ +static_assert(alignof(FRigUnit_GetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_GetControlRotator"); \ +static_assert(sizeof(FRigUnit_GetControlRotator) == 0x000080, "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) == 0x000010, "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) == 0x000030, "Member 'FRigUnit_GetControlRotator::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Maximum) == 0x000048, "Member 'FRigUnit_GetControlRotator::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlRotator::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) == 0x000160, "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) == 0x000010, "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) == 0x000080, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x0000E0, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x000140, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' 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) == 0x0000C0, "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) == 0x000010, "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) == 0x000080, "Member 'FRigUnit_GetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedSpace) == 0x0000A0, "Member 'FRigUnit_GetRelativeBoneTransform::CachedSpace' 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) == 0x000070, "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_GetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_GetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransformForItem) == 0x0000D0, "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) == 0x000014, "Member 'FRigUnit_GetRelativeTransformForItem::bChildInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Parent) == 0x000018, "Member 'FRigUnit_GetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bParentInitial) == 0x000024, "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) == 0x000090, "Member 'FRigUnit_GetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedParent) == 0x0000B0, "Member 'FRigUnit_GetRelativeTransformForItem::CachedParent' 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) == 0x0000A0, "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) == 0x000010, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000014, "Member 'FRigUnit_GetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransform, bInitial) == 0x000015, "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) == 0x000080, "Member 'FRigUnit_GetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformArray \ +static_assert(alignof(FRigUnit_GetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformArray"); \ +static_assert(sizeof(FRigUnit_GetTransformArray) == 0x000040, "Wrong size on FRigUnit_GetTransformArray"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformItemArray \ +static_assert(alignof(FRigUnit_GetTransformItemArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformItemArray"); \ +static_assert(sizeof(FRigUnit_GetTransformItemArray) == 0x000040, "Wrong size on FRigUnit_GetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformItemArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadata \ +static_assert(alignof(FRigUnit_RemoveMetadata) == 0x000010, "Wrong alignment on FRigUnit_RemoveMetadata"); \ +static_assert(sizeof(FRigUnit_RemoveMetadata) == 0x000210, "Wrong size on FRigUnit_RemoveMetadata"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Item) == 0x0001D0, "Member 'FRigUnit_RemoveMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Name) == 0x0001DC, "Member 'FRigUnit_RemoveMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, NameSpace) == 0x0001E4, "Member 'FRigUnit_RemoveMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Removed) == 0x0001E5, "Member 'FRigUnit_RemoveMetadata::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, CachedIndex) == 0x0001E8, "Member 'FRigUnit_RemoveMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveAllMetadata \ +static_assert(alignof(FRigUnit_RemoveAllMetadata) == 0x000010, "Wrong alignment on FRigUnit_RemoveAllMetadata"); \ +static_assert(sizeof(FRigUnit_RemoveAllMetadata) == 0x000200, "Wrong size on FRigUnit_RemoveAllMetadata"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, Item) == 0x0001D0, "Member 'FRigUnit_RemoveAllMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, NameSpace) == 0x0001DC, "Member 'FRigUnit_RemoveAllMetadata::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, Removed) == 0x0001DD, "Member 'FRigUnit_RemoveAllMetadata::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, CachedIndex) == 0x0001E0, "Member 'FRigUnit_RemoveAllMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetMetadataTags \ +static_assert(alignof(FRigUnit_GetMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_GetMetadataTags"); \ +static_assert(sizeof(FRigUnit_GetMetadataTags) == 0x000048, "Wrong size on FRigUnit_GetMetadataTags"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Item) == 0x000008, "Member 'FRigUnit_GetMetadataTags::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_GetMetadataTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, CachedIndex) == 0x000028, "Member 'FRigUnit_GetMetadataTags::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTagArray \ +static_assert(alignof(FRigUnit_SetMetadataTagArray) == 0x000010, "Wrong alignment on FRigUnit_SetMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_SetMetadataTagArray) == 0x000220, "Wrong size on FRigUnit_SetMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Item) == 0x0001D0, "Member 'FRigUnit_SetMetadataTagArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Tags) == 0x0001E0, "Member 'FRigUnit_SetMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, NameSpace) == 0x0001F0, "Member 'FRigUnit_SetMetadataTagArray::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, CachedIndex) == 0x0001F8, "Member 'FRigUnit_SetMetadataTagArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraint \ +static_assert(alignof(FRigUnit_ParentSwitchConstraint) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraint"); \ +static_assert(sizeof(FRigUnit_ParentSwitchConstraint) == 0x000370, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x0001D0, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x0001DC, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x0001F0, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x000250, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x000260, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x0002C0, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x0002C8, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x0002E8, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000310, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' 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) == 0x000100, "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) == 0x000014, "Member 'FRigUnit_ProjectTransformToNewParent::bChildInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, OldParent) == 0x000018, "Member 'FRigUnit_ProjectTransformToNewParent::OldParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bOldParentInitial) == 0x000024, "Member 'FRigUnit_ProjectTransformToNewParent::bOldParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, NewParent) == 0x000028, "Member 'FRigUnit_ProjectTransformToNewParent::NewParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bNewParentInitial) == 0x000034, "Member 'FRigUnit_ProjectTransformToNewParent::bNewParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, Transform) == 0x000040, "Member 'FRigUnit_ProjectTransformToNewParent::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedChild) == 0x0000A0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedOldParent) == 0x0000C0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedOldParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedNewParent) == 0x0000E0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedNewParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SendEvent \ +static_assert(alignof(FRigUnit_SendEvent) == 0x000010, "Wrong alignment on FRigUnit_SendEvent"); \ +static_assert(sizeof(FRigUnit_SendEvent) == 0x0001F0, "Wrong size on FRigUnit_SendEvent"); \ +static_assert(offsetof(FRigUnit_SendEvent, Event) == 0x0001D0, "Member 'FRigUnit_SendEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, Item) == 0x0001D4, "Member 'FRigUnit_SendEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, OffsetInSeconds) == 0x0001E0, "Member 'FRigUnit_SendEvent::OffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bEnable) == 0x0001E4, "Member 'FRigUnit_SendEvent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bOnlyDuringInteraction) == 0x0001E5, "Member 'FRigUnit_SendEvent::bOnlyDuringInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTranslation \ +static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ +static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x000220, "Wrong size on FRigUnit_SetBoneTranslation"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bone) == 0x0001D0, "Member 'FRigUnit_SetBoneTranslation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x0001D8, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x0001F0, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x0001F4, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000200, "Member 'FRigUnit_SetBoneTranslation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlColor \ +static_assert(alignof(FRigUnit_SetControlColor) == 0x000010, "Wrong alignment on FRigUnit_SetControlColor"); \ +static_assert(sizeof(FRigUnit_SetControlColor) == 0x000210, "Wrong size on FRigUnit_SetControlColor"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x0001D0, "Member 'FRigUnit_SetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x0001D8, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x0001E8, "Member 'FRigUnit_SetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlDrivenList \ +static_assert(alignof(FRigUnit_SetControlDrivenList) == 0x000010, "Wrong alignment on FRigUnit_SetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_SetControlDrivenList) == 0x000210, "Wrong size on FRigUnit_SetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Control) == 0x0001D0, "Member 'FRigUnit_SetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Driven) == 0x0001D8, "Member 'FRigUnit_SetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, CachedControlIndex) == 0x0001E8, "Member 'FRigUnit_SetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetShapeTransform \ +static_assert(alignof(FRigUnit_GetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetShapeTransform"); \ +static_assert(sizeof(FRigUnit_GetShapeTransform) == 0x000090, "Wrong size on FRigUnit_GetShapeTransform"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Control) == 0x000008, "Member 'FRigUnit_GetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Transform) == 0x000010, "Member 'FRigUnit_GetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, CachedControlIndex) == 0x000070, "Member 'FRigUnit_GetShapeTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ +static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x0001F0, "Wrong size on FRigUnit_SetMultiControlBool"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x0001E0, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ +static_assert(alignof(FRigUnit_SetControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetControlInteger"); \ +static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000200, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x0001D0, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x0001DC, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x0001E0, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ +static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000200, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x0001D0, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x0001E0, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x0001E8, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' 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) == 0x000270, "Wrong size on FRigUnit_SetControlTransform"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x0001D0, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x0001D8, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x000240, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x000248, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ +static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000010, "Wrong alignment on FRigUnit_SetControlVisibility"); \ +static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x000210, "Wrong size on FRigUnit_SetControlVisibility"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x0001D0, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x0001E0, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x0001F0, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x0001F8, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' 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) == 0x000290, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bone) == 0x0001D0, "Member 'FRigUnit_SetRelativeBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x0001D8, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x000240, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x000248, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x000268, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' 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) == 0x0002D0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x0001D0, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x0001E0, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x000240, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0002A0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0002A8, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' 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) == 0x000270, "Wrong size on FRigUnit_SetTransform"); \ +static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x0001D0, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x0001DC, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x0001DD, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Value) == 0x0001E0, "Member 'FRigUnit_SetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x000240, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x000244, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x000248, "Member 'FRigUnit_SetTransform::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) == 0x000230, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x0001D0, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x0001DC, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bInitial) == 0x0001DD, "Member 'FRigUnit_SetRotation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Value) == 0x0001E0, "Member 'FRigUnit_SetRotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000200, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000204, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000208, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformArray \ +static_assert(alignof(FRigUnit_SetTransformArray) == 0x000010, "Wrong alignment on FRigUnit_SetTransformArray"); \ +static_assert(sizeof(FRigUnit_SetTransformArray) == 0x000210, "Wrong size on FRigUnit_SetTransformArray"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Items) == 0x0001D0, "Member 'FRigUnit_SetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Space) == 0x0001E0, "Member 'FRigUnit_SetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bInitial) == 0x0001E1, "Member 'FRigUnit_SetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Transforms) == 0x0001E8, "Member 'FRigUnit_SetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Weight) == 0x0001F8, "Member 'FRigUnit_SetTransformArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bPropagateToChildren) == 0x0001FC, "Member 'FRigUnit_SetTransformArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, CachedIndex) == 0x000200, "Member 'FRigUnit_SetTransformArray::CachedIndex' 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) == 0x0000D0, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000070, "Member 'FRigUnit_ToRigSpace_Transform::Global' 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) == 0x000038, "Wrong size on FRigUnit_ToRigSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Location::Global' 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) == 0x000050, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000030, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics \ +static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000010, "Wrong alignment on FRigUnit_BoneHarmonics"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x000290, "Wrong size on FRigUnit_BoneHarmonics"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x0001D0, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x0001E0, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x0001F8, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000210, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x000228, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x000240, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x000258, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x00025C, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x000260, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x000264, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x000265, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x000268, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorldUp \ +static_assert(alignof(FRigUnit_AimConstraint_WorldUp) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(sizeof(FRigUnit_AimConstraint_WorldUp) == 0x000028, "Wrong size on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Target) == 0x000000, "Member 'FRigUnit_AimConstraint_WorldUp::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Kind) == 0x000018, "Member 'FRigUnit_AimConstraint_WorldUp::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Space) == 0x00001C, "Member 'FRigUnit_AimConstraint_WorldUp::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000330, "Wrong size on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AimAxis) == 0x0001E0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, UpAxis) == 0x0001F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUp) == 0x000210, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Parents) == 0x000238, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AdvancedSettings) == 0x000250, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Weight) == 0x0002D0, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUpSpaceCache) == 0x0002D8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUpSpaceCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ChildCache) == 0x0002F8, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ParentCaches) == 0x000318, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bIsInitialized) == 0x000328, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bIsInitialized' 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) == 0x0002D0, "Wrong size on FRigUnit_CCDIKPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x0001D0, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x0001E0, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x000240, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x000244, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x000248, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x00024C, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x000250, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x000258, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x000270, "Member 'FRigUnit_CCDIKPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation \ +static_assert(alignof(FRigUnit_DistributeRotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation) == 0x000250, "Wrong size on FRigUnit_DistributeRotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x0001D0, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x0001D8, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x0001F8, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000200, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForItemArray \ +static_assert(alignof(FRigUnit_DistributeRotationForItemArray) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForItemArray) == 0x000250, "Wrong size on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Items) == 0x0001D0, "Member 'FRigUnit_DistributeRotationForItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Rotations) == 0x0001E0, "Member 'FRigUnit_DistributeRotationForItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, RotationEaseType) == 0x0001F0, "Member 'FRigUnit_DistributeRotationForItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Weight) == 0x0001F4, "Member 'FRigUnit_DistributeRotationForItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, WorkData) == 0x0001F8, "Member 'FRigUnit_DistributeRotationForItemArray::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) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x0001D0, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x0001D8, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurveItemArray \ +static_assert(alignof(FRigUnit_FitChainToCurveItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(sizeof(FRigUnit_FitChainToCurveItemArray) == 0x0003F0, "Wrong size on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Bezier) == 0x0001E0, "Member 'FRigUnit_FitChainToCurveItemArray::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Alignment) == 0x000240, "Member 'FRigUnit_FitChainToCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Minimum) == 0x000244, "Member 'FRigUnit_FitChainToCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Maximum) == 0x000248, "Member 'FRigUnit_FitChainToCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SamplingPrecision) == 0x00024C, "Member 'FRigUnit_FitChainToCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PrimaryAxis) == 0x000250, "Member 'FRigUnit_FitChainToCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SecondaryAxis) == 0x000268, "Member 'FRigUnit_FitChainToCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PoleVectorPosition) == 0x000280, "Member 'FRigUnit_FitChainToCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Rotations) == 0x000298, "Member 'FRigUnit_FitChainToCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, RotationEaseType) == 0x0002A8, "Member 'FRigUnit_FitChainToCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Weight) == 0x0002AC, "Member 'FRigUnit_FitChainToCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, bPropagateToChildren) == 0x0002B0, "Member 'FRigUnit_FitChainToCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, DebugSettings) == 0x0002C0, "Member 'FRigUnit_FitChainToCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, WorkData) == 0x000350, "Member 'FRigUnit_FitChainToCurveItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000200, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x0001D0, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x0001E0, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x0001E4, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x0001E8, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x0001EC, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x0001F0, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ +static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000020, "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) == 0x000008, "Member 'FRigUnit_MultiFABRIK_EndEffector::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK \ +static_assert(alignof(FRigUnit_MultiFABRIK) == 0x000010, "Wrong alignment on FRigUnit_MultiFABRIK"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK) == 0x000270, "Wrong size on FRigUnit_MultiFABRIK"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, RootBone) == 0x0001D0, "Member 'FRigUnit_MultiFABRIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Effectors) == 0x0001D8, "Member 'FRigUnit_MultiFABRIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Precision) == 0x0001E8, "Member 'FRigUnit_MultiFABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bPropagateToChildren) == 0x0001EC, "Member 'FRigUnit_MultiFABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, MaxIterations) == 0x0001F0, "Member 'FRigUnit_MultiFABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, WorkData) == 0x0001F8, "Member 'FRigUnit_MultiFABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bIsInitialized) == 0x000260, "Member 'FRigUnit_MultiFABRIK::bIsInitialized' 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) == 0x000010, "Wrong alignment on FRigUnit_SlideChain"); \ +static_assert(sizeof(FRigUnit_SlideChain) == 0x000230, "Wrong size on FRigUnit_SlideChain"); \ +static_assert(offsetof(FRigUnit_SlideChain, StartBone) == 0x0001D0, "Member 'FRigUnit_SlideChain::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, EndBone) == 0x0001D8, "Member 'FRigUnit_SlideChain::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, SlideAmount) == 0x0001E0, "Member 'FRigUnit_SlideChain::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, bPropagateToChildren) == 0x0001E4, "Member 'FRigUnit_SlideChain::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, WorkData) == 0x0001E8, "Member 'FRigUnit_SlideChain::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChainPerItem \ +static_assert(alignof(FRigUnit_SlideChainPerItem) == 0x000010, "Wrong alignment on FRigUnit_SlideChainPerItem"); \ +static_assert(sizeof(FRigUnit_SlideChainPerItem) == 0x000230, "Wrong size on FRigUnit_SlideChainPerItem"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x0001D0, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x0001E0, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x0001E4, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x0001E8, "Member 'FRigUnit_SlideChainPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChainItemArray \ +static_assert(alignof(FRigUnit_SlideChainItemArray) == 0x000010, "Wrong alignment on FRigUnit_SlideChainItemArray"); \ +static_assert(sizeof(FRigUnit_SlideChainItemArray) == 0x000230, "Wrong size on FRigUnit_SlideChainItemArray"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, Items) == 0x0001D0, "Member 'FRigUnit_SlideChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, SlideAmount) == 0x0001E0, "Member 'FRigUnit_SlideChainItemArray::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, bPropagateToChildren) == 0x0001E4, "Member 'FRigUnit_SlideChainItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, WorkData) == 0x0001E8, "Member 'FRigUnit_SlideChainItemArray::WorkData' 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) == 0x000080, "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_WorkData \ +static_assert(alignof(FRigUnit_SpringIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SpringIK_WorkData"); \ +static_assert(sizeof(FRigUnit_SpringIK_WorkData) == 0x0000B8, "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) == 0x000030, "Member 'FRigUnit_SpringIK_WorkData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_WorkData, Simulation) == 0x000040, "Member 'FRigUnit_SpringIK_WorkData::Simulation' 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) == 0x0003A0, "Wrong size on FRigUnit_SpringIK"); \ +static_assert(offsetof(FRigUnit_SpringIK, StartBone) == 0x0001D0, "Member 'FRigUnit_SpringIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EndBone) == 0x0001D8, "Member 'FRigUnit_SpringIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, HierarchyStrength) == 0x0001E0, "Member 'FRigUnit_SpringIK::HierarchyStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorStrength) == 0x0001E4, "Member 'FRigUnit_SpringIK::EffectorStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorRatio) == 0x0001E8, "Member 'FRigUnit_SpringIK::EffectorRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootStrength) == 0x0001EC, "Member 'FRigUnit_SpringIK::RootStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootRatio) == 0x0001F0, "Member 'FRigUnit_SpringIK::RootRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Damping) == 0x0001F4, "Member 'FRigUnit_SpringIK::Damping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVector) == 0x0001F8, "Member 'FRigUnit_SpringIK::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bFlipPolePlane) == 0x000210, "Member 'FRigUnit_SpringIK::bFlipPolePlane' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorKind) == 0x000211, "Member 'FRigUnit_SpringIK::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorSpace) == 0x000214, "Member 'FRigUnit_SpringIK::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PrimaryAxis) == 0x000220, "Member 'FRigUnit_SpringIK::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, SecondaryAxis) == 0x000238, "Member 'FRigUnit_SpringIK::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLiveSimulation) == 0x000250, "Member 'FRigUnit_SpringIK::bLiveSimulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Iterations) == 0x000254, "Member 'FRigUnit_SpringIK::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLimitLocalPosition) == 0x000258, "Member 'FRigUnit_SpringIK::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bPropagateToChildren) == 0x000259, "Member 'FRigUnit_SpringIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, DebugSettings) == 0x000260, "Member 'FRigUnit_SpringIK::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, WorkData) == 0x0002E0, "Member 'FRigUnit_SpringIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintTarget \ +static_assert(alignof(FConstraintTarget) == 0x000010, "Wrong alignment on FConstraintTarget"); \ +static_assert(sizeof(FConstraintTarget) == 0x000070, "Wrong size on FConstraintTarget"); \ +static_assert(offsetof(FConstraintTarget, Transform) == 0x000000, "Member 'FConstraintTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Weight) == 0x000060, "Member 'FConstraintTarget::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, bMaintainOffset) == 0x000064, "Member 'FConstraintTarget::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Filter) == 0x000065, "Member 'FConstraintTarget::Filter' 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_TransformConstraint \ +static_assert(alignof(FRigUnit_TransformConstraint) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraint"); \ +static_assert(sizeof(FRigUnit_TransformConstraint) == 0x0002C0, "Wrong size on FRigUnit_TransformConstraint"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bone) == 0x0001D0, "Member 'FRigUnit_TransformConstraint::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransformSpace) == 0x0001D8, "Member 'FRigUnit_TransformConstraint::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransform) == 0x0001E0, "Member 'FRigUnit_TransformConstraint::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseBone) == 0x000240, "Member 'FRigUnit_TransformConstraint::BaseBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, Targets) == 0x000248, "Member 'FRigUnit_TransformConstraint::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bUseInitialTransforms) == 0x000258, "Member 'FRigUnit_TransformConstraint::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, WorkData) == 0x000260, "Member 'FRigUnit_TransformConstraint::WorkData' 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) == 0x0002D0, "Wrong size on FRigUnit_TransformConstraintPerItem"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Item) == 0x0001D0, "Member 'FRigUnit_TransformConstraintPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransformSpace) == 0x0001DC, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransform) == 0x0001E0, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseItem) == 0x000240, "Member 'FRigUnit_TransformConstraintPerItem::BaseItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Targets) == 0x000250, "Member 'FRigUnit_TransformConstraintPerItem::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, bUseInitialTransforms) == 0x000260, "Member 'FRigUnit_TransformConstraintPerItem::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, WorkData) == 0x000268, "Member 'FRigUnit_TransformConstraintPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_ParentConstraint_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_ParentConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_ParentConstraint_AdvancedSettings) == 0x000002, "Wrong size on FRigUnit_ParentConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_ParentConstraint_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_ParentConstraint_AdvancedSettings::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000001, "Member 'FRigUnit_ParentConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraint \ +static_assert(alignof(FRigUnit_ParentConstraint) == 0x000010, "Wrong alignment on FRigUnit_ParentConstraint"); \ +static_assert(sizeof(FRigUnit_ParentConstraint) == 0x000230, "Wrong size on FRigUnit_ParentConstraint"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Child) == 0x0001D0, "Member 'FRigUnit_ParentConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_ParentConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Filter) == 0x0001DD, "Member 'FRigUnit_ParentConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Parents) == 0x0001E8, "Member 'FRigUnit_ParentConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, AdvancedSettings) == 0x0001F8, "Member 'FRigUnit_ParentConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Weight) == 0x0001FC, "Member 'FRigUnit_ParentConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, ChildCache) == 0x000200, "Member 'FRigUnit_ParentConstraint::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, ParentCaches) == 0x000220, "Member 'FRigUnit_ParentConstraint::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraintMath_AdvancedSettings \ +static_assert(alignof(FRigUnit_ParentConstraintMath_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_ParentConstraintMath_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_ParentConstraintMath_AdvancedSettings) == 0x000001, "Wrong size on FRigUnit_ParentConstraintMath_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_ParentConstraintMath_AdvancedSettings::InterpolationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraintMath \ +static_assert(alignof(FRigUnit_ParentConstraintMath) == 0x000010, "Wrong alignment on FRigUnit_ParentConstraintMath"); \ +static_assert(sizeof(FRigUnit_ParentConstraintMath) == 0x000100, "Wrong size on FRigUnit_ParentConstraintMath"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Input) == 0x000010, "Member 'FRigUnit_ParentConstraintMath::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Parents) == 0x000070, "Member 'FRigUnit_ParentConstraintMath::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, AdvancedSettings) == 0x000080, "Member 'FRigUnit_ParentConstraintMath::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Output) == 0x000090, "Member 'FRigUnit_ParentConstraintMath::Output' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, ParentCaches) == 0x0000F0, "Member 'FRigUnit_ParentConstraintMath::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionConstraint \ +static_assert(alignof(FRigUnit_PositionConstraint) == 0x000010, "Wrong alignment on FRigUnit_PositionConstraint"); \ +static_assert(sizeof(FRigUnit_PositionConstraint) == 0x000200, "Wrong size on FRigUnit_PositionConstraint"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Child) == 0x0001D0, "Member 'FRigUnit_PositionConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_PositionConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Filter) == 0x0001DD, "Member 'FRigUnit_PositionConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_PositionConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Weight) == 0x0001F0, "Member 'FRigUnit_PositionConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_PositionConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_PositionConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_PositionConstraintLocalSpaceOffset) == 0x000230, "Wrong size on FRigUnit_PositionConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Parents) == 0x0001E0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Weight) == 0x0001F0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, ChildCache) == 0x0001F8, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, ParentCaches) == 0x000218, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_RotationConstraint_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_RotationConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_RotationConstraint_AdvancedSettings) == 0x000002, "Wrong size on FRigUnit_RotationConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_RotationConstraint_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_RotationConstraint_AdvancedSettings::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000001, "Member 'FRigUnit_RotationConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraint \ +static_assert(alignof(FRigUnit_RotationConstraint) == 0x000010, "Wrong alignment on FRigUnit_RotationConstraint"); \ +static_assert(sizeof(FRigUnit_RotationConstraint) == 0x000200, "Wrong size on FRigUnit_RotationConstraint"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Child) == 0x0001D0, "Member 'FRigUnit_RotationConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_RotationConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Filter) == 0x0001DD, "Member 'FRigUnit_RotationConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_RotationConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, AdvancedSettings) == 0x0001F0, "Member 'FRigUnit_RotationConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Weight) == 0x0001F4, "Member 'FRigUnit_RotationConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_RotationConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_RotationConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_RotationConstraintLocalSpaceOffset) == 0x000230, "Wrong size on FRigUnit_RotationConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Parents) == 0x0001E0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, AdvancedSettings) == 0x0001F0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Weight) == 0x0001F4, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, ChildCache) == 0x0001F8, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, ParentCaches) == 0x000218, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ScaleConstraint \ +static_assert(alignof(FRigUnit_ScaleConstraint) == 0x000010, "Wrong alignment on FRigUnit_ScaleConstraint"); \ +static_assert(sizeof(FRigUnit_ScaleConstraint) == 0x000200, "Wrong size on FRigUnit_ScaleConstraint"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Child) == 0x0001D0, "Member 'FRigUnit_ScaleConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_ScaleConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Filter) == 0x0001DD, "Member 'FRigUnit_ScaleConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Parents) == 0x0001E0, "Member 'FRigUnit_ScaleConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Weight) == 0x0001F0, "Member 'FRigUnit_ScaleConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ScaleConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_ScaleConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_ScaleConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_ScaleConstraintLocalSpaceOffset) == 0x000230, "Wrong size on FRigUnit_ScaleConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Child) == 0x0001D0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, bMaintainOffset) == 0x0001DC, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Filter) == 0x0001DD, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Parents) == 0x0001E0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Weight) == 0x0001F0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, ChildCache) == 0x0001F8, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, ParentCaches) == 0x000218, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::ParentCaches' 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_TwistBones \ +static_assert(alignof(FRigUnit_TwistBones) == 0x000010, "Wrong alignment on FRigUnit_TwistBones"); \ +static_assert(sizeof(FRigUnit_TwistBones) == 0x000250, "Wrong size on FRigUnit_TwistBones"); \ +static_assert(offsetof(FRigUnit_TwistBones, StartBone) == 0x0001D0, "Member 'FRigUnit_TwistBones::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, EndBone) == 0x0001D8, "Member 'FRigUnit_TwistBones::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistAxis) == 0x0001E0, "Member 'FRigUnit_TwistBones::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, PoleAxis) == 0x0001F8, "Member 'FRigUnit_TwistBones::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistEaseType) == 0x000210, "Member 'FRigUnit_TwistBones::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, Weight) == 0x000214, "Member 'FRigUnit_TwistBones::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, bPropagateToChildren) == 0x000218, "Member 'FRigUnit_TwistBones::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, WorkData) == 0x000220, "Member 'FRigUnit_TwistBones::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBonesPerItem \ +static_assert(alignof(FRigUnit_TwistBonesPerItem) == 0x000010, "Wrong alignment on FRigUnit_TwistBonesPerItem"); \ +static_assert(sizeof(FRigUnit_TwistBonesPerItem) == 0x000250, "Wrong size on FRigUnit_TwistBonesPerItem"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Items) == 0x0001D0, "Member 'FRigUnit_TwistBonesPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistAxis) == 0x0001E0, "Member 'FRigUnit_TwistBonesPerItem::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, PoleAxis) == 0x0001F8, "Member 'FRigUnit_TwistBonesPerItem::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistEaseType) == 0x000210, "Member 'FRigUnit_TwistBonesPerItem::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Weight) == 0x000214, "Member 'FRigUnit_TwistBonesPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, bPropagateToChildren) == 0x000218, "Member 'FRigUnit_TwistBonesPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, WorkData) == 0x000220, "Member 'FRigUnit_TwistBonesPerItem::WorkData' 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) == 0x000070, "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_TwoBoneIKSimple \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple) == 0x0003C0, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x0001D8, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x0001E0, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x0001F0, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x000250, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x000268, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x000280, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x000288, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0002A0, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0002A4, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x0002AC, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x0002B0, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x0002B4, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x0002B8, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x0002BC, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x0002C0, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x0002C4, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x0002D0, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000340, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x000360, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x000380, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x0003A0, "Member 'FRigUnit_TwoBoneIKSimple::CachedPoleVectorSpaceIndex' 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) == 0x0003D0, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x0001DC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x0001E8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x000200, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x000260, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x000278, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x000290, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x000298, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0002B0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0002B4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x0002C0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x0002C4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x0002C8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x0002CC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x0002D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x0002D4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x0002D8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x0002E0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000350, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x000370, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x000390, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x0003B0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedPoleVectorSpaceIndex' 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) == 0x000080, "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) == 0x000020, "Member 'FRigUnit_TwoBoneIKSimpleVectors::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Effector) == 0x000038, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, bEnableStretch) == 0x000050, "Member 'FRigUnit_TwoBoneIKSimpleVectors::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchStartRatio) == 0x000054, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchMaximumRatio) == 0x000058, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneALength) == 0x00005C, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneBLength) == 0x000060, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Elbow) == 0x000068, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Elbow' 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) == 0x0001A0, "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) == 0x000070, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Effector) == 0x000090, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, PrimaryAxis) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxis) == 0x000108, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxisWeight) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, bEnableStretch) == 0x000124, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchStartRatio) == 0x000128, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchMaximumRatio) == 0x00012C, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneALength) == 0x000130, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneBLength) == 0x000134, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Elbow) == 0x000140, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Elbow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCandidates \ +static_assert(alignof(FRigUnit_GetCandidates) == 0x000008, "Wrong alignment on FRigUnit_GetCandidates"); \ +static_assert(sizeof(FRigUnit_GetCandidates) == 0x000028, "Wrong size on FRigUnit_GetCandidates"); \ +static_assert(offsetof(FRigUnit_GetCandidates, Connector) == 0x000008, "Member 'FRigUnit_GetCandidates::Connector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCandidates, Candidates) == 0x000018, "Member 'FRigUnit_GetCandidates::Candidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DiscardMatches \ +static_assert(alignof(FRigUnit_DiscardMatches) == 0x000010, "Wrong alignment on FRigUnit_DiscardMatches"); \ +static_assert(sizeof(FRigUnit_DiscardMatches) == 0x0001F0, "Wrong size on FRigUnit_DiscardMatches"); \ +static_assert(offsetof(FRigUnit_DiscardMatches, Excluded) == 0x0001D0, "Member 'FRigUnit_DiscardMatches::Excluded' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DiscardMatches, Message) == 0x0001E0, "Member 'FRigUnit_DiscardMatches::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetDefaultMatch \ +static_assert(alignof(FRigUnit_SetDefaultMatch) == 0x000010, "Wrong alignment on FRigUnit_SetDefaultMatch"); \ +static_assert(sizeof(FRigUnit_SetDefaultMatch) == 0x0001E0, "Wrong size on FRigUnit_SetDefaultMatch"); \ +static_assert(offsetof(FRigUnit_SetDefaultMatch, Default) == 0x0001D0, "Member 'FRigUnit_SetDefaultMatch::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConnectorExecution \ +static_assert(alignof(FRigUnit_ConnectorExecution) == 0x000010, "Wrong alignment on FRigUnit_ConnectorExecution"); \ +static_assert(sizeof(FRigUnit_ConnectorExecution) == 0x0001D0, "Wrong size on FRigUnit_ConnectorExecution"); \ +static_assert(offsetof(FRigUnit_ConnectorExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_ConnectorExecution::ExecuteContext' has a wrong offset!"); \ + +#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) == 0x000080, "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_BoneTarget \ +static_assert(alignof(FRigUnit_PointSimulation_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_PointSimulation_BoneTarget"); \ +static_assert(sizeof(FRigUnit_PointSimulation_BoneTarget) == 0x000014, "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) == 0x000008, "Member 'FRigUnit_PointSimulation_BoneTarget::TranslationPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, PrimaryAimPoint) == 0x00000C, "Member 'FRigUnit_PointSimulation_BoneTarget::PrimaryAimPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, SecondaryAimPoint) == 0x000010, "Member 'FRigUnit_PointSimulation_BoneTarget::SecondaryAimPoint' 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_PointSimulation \ +static_assert(alignof(FRigUnit_PointSimulation) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation"); \ +static_assert(sizeof(FRigUnit_PointSimulation) == 0x000310, "Wrong size on FRigUnit_PointSimulation"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Points) == 0x000100, "Member 'FRigUnit_PointSimulation::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Links) == 0x000110, "Member 'FRigUnit_PointSimulation::Links' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Forces) == 0x000120, "Member 'FRigUnit_PointSimulation::Forces' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, CollisionVolumes) == 0x000130, "Member 'FRigUnit_PointSimulation::CollisionVolumes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SimulatedStepsPerSecond) == 0x000140, "Member 'FRigUnit_PointSimulation::SimulatedStepsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, IntegratorType) == 0x000144, "Member 'FRigUnit_PointSimulation::IntegratorType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, VerletBlend) == 0x000148, "Member 'FRigUnit_PointSimulation::VerletBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, BoneTargets) == 0x000150, "Member 'FRigUnit_PointSimulation::BoneTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bLimitLocalPosition) == 0x000160, "Member 'FRigUnit_PointSimulation::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bPropagateToChildren) == 0x000161, "Member 'FRigUnit_PointSimulation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, PrimaryAimAxis) == 0x000168, "Member 'FRigUnit_PointSimulation::PrimaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SecondaryAimAxis) == 0x000180, "Member 'FRigUnit_PointSimulation::SecondaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, DebugSettings) == 0x0001A0, "Member 'FRigUnit_PointSimulation::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Bezier) == 0x000220, "Member 'FRigUnit_PointSimulation::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, WorkData) == 0x000280, "Member 'FRigUnit_PointSimulation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringInterp \ +static_assert(alignof(FRigUnit_SpringInterp) == 0x000008, "Wrong alignment on FRigUnit_SpringInterp"); \ +static_assert(sizeof(FRigUnit_SpringInterp) == 0x000030, "Wrong size on FRigUnit_SpringInterp"); \ +static_assert(offsetof(FRigUnit_SpringInterp, Current) == 0x000008, "Member 'FRigUnit_SpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, Target) == 0x00000C, "Member 'FRigUnit_SpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, Stiffness) == 0x000010, "Member 'FRigUnit_SpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, CriticalDamping) == 0x000014, "Member 'FRigUnit_SpringInterp::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, Mass) == 0x000018, "Member 'FRigUnit_SpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, Result) == 0x00001C, "Member 'FRigUnit_SpringInterp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterp, SpringState) == 0x000020, "Member 'FRigUnit_SpringInterp::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringInterpVector \ +static_assert(alignof(FRigUnit_SpringInterpVector) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpVector"); \ +static_assert(sizeof(FRigUnit_SpringInterpVector) == 0x000098, "Wrong size on FRigUnit_SpringInterpVector"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, Current) == 0x000008, "Member 'FRigUnit_SpringInterpVector::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, Target) == 0x000020, "Member 'FRigUnit_SpringInterpVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, Stiffness) == 0x000038, "Member 'FRigUnit_SpringInterpVector::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, CriticalDamping) == 0x00003C, "Member 'FRigUnit_SpringInterpVector::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, Mass) == 0x000040, "Member 'FRigUnit_SpringInterpVector::Mass' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, Result) == 0x000048, "Member 'FRigUnit_SpringInterpVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVector, SpringState) == 0x000060, "Member 'FRigUnit_SpringInterpVector::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringInterpV2 \ +static_assert(alignof(FRigUnit_SpringInterpV2) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpV2"); \ +static_assert(sizeof(FRigUnit_SpringInterpV2) == 0x000040, "Wrong size on FRigUnit_SpringInterpV2"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Target) == 0x000008, "Member 'FRigUnit_SpringInterpV2::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Strength) == 0x00000C, "Member 'FRigUnit_SpringInterpV2::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, CriticalDamping) == 0x000010, "Member 'FRigUnit_SpringInterpV2::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Force) == 0x000014, "Member 'FRigUnit_SpringInterpV2::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, bUseCurrentInput) == 0x000018, "Member 'FRigUnit_SpringInterpV2::bUseCurrentInput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Current) == 0x00001C, "Member 'FRigUnit_SpringInterpV2::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, TargetVelocityAmount) == 0x000020, "Member 'FRigUnit_SpringInterpV2::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, bInitializeFromTarget) == 0x000024, "Member 'FRigUnit_SpringInterpV2::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Result) == 0x000028, "Member 'FRigUnit_SpringInterpV2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, Velocity) == 0x00002C, "Member 'FRigUnit_SpringInterpV2::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, SimulatedResult) == 0x000030, "Member 'FRigUnit_SpringInterpV2::SimulatedResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpV2, SpringState) == 0x000034, "Member 'FRigUnit_SpringInterpV2::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringInterpVectorV2 \ +static_assert(alignof(FRigUnit_SpringInterpVectorV2) == 0x000008, "Wrong alignment on FRigUnit_SpringInterpVectorV2"); \ +static_assert(sizeof(FRigUnit_SpringInterpVectorV2) == 0x0000E8, "Wrong size on FRigUnit_SpringInterpVectorV2"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Target) == 0x000008, "Member 'FRigUnit_SpringInterpVectorV2::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Strength) == 0x000020, "Member 'FRigUnit_SpringInterpVectorV2::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, CriticalDamping) == 0x000024, "Member 'FRigUnit_SpringInterpVectorV2::CriticalDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Force) == 0x000028, "Member 'FRigUnit_SpringInterpVectorV2::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, bUseCurrentInput) == 0x000040, "Member 'FRigUnit_SpringInterpVectorV2::bUseCurrentInput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Current) == 0x000048, "Member 'FRigUnit_SpringInterpVectorV2::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, TargetVelocityAmount) == 0x000060, "Member 'FRigUnit_SpringInterpVectorV2::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, bInitializeFromTarget) == 0x000064, "Member 'FRigUnit_SpringInterpVectorV2::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Result) == 0x000068, "Member 'FRigUnit_SpringInterpVectorV2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, Velocity) == 0x000080, "Member 'FRigUnit_SpringInterpVectorV2::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, SimulatedResult) == 0x000098, "Member 'FRigUnit_SpringInterpVectorV2::SimulatedResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringInterpVectorV2, SpringState) == 0x0000B0, "Member 'FRigUnit_SpringInterpVectorV2::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeLibraryLink_SetShapeLibrary \ +static_assert(alignof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000008, "Wrong alignment on ControlRigShapeLibraryLink_SetShapeLibrary"); \ +static_assert(sizeof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000028, "Wrong size on ControlRigShapeLibraryLink_SetShapeLibrary"); \ +static_assert(offsetof(ControlRigShapeLibraryLink_SetShapeLibrary, InShapeLibrary) == 0x000000, "Member 'ControlRigShapeLibraryLink_SetShapeLibrary::InShapeLibrary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeLibraryLink_GetShapeLibrary \ +static_assert(alignof(ControlRigShapeLibraryLink_GetShapeLibrary) == 0x000008, "Wrong alignment on ControlRigShapeLibraryLink_GetShapeLibrary"); \ +static_assert(sizeof(ControlRigShapeLibraryLink_GetShapeLibrary) == 0x000028, "Wrong size on ControlRigShapeLibraryLink_GetShapeLibrary"); \ +static_assert(offsetof(ControlRigShapeLibraryLink_GetShapeLibrary, ReturnValue) == 0x000000, "Member 'ControlRigShapeLibraryLink_GetShapeLibrary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigShapeLibraryLink \ +static_assert(alignof(UControlRigShapeLibraryLink) == 0x000008, "Wrong alignment on UControlRigShapeLibraryLink"); \ +static_assert(sizeof(UControlRigShapeLibraryLink) == 0x000140, "Wrong size on UControlRigShapeLibraryLink"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeLibrary) == 0x000100, "Member 'UControlRigShapeLibraryLink::ShapeLibrary' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeNames) == 0x000128, "Member 'UControlRigShapeLibraryLink::ShapeNames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeLibraryCached) == 0x000138, "Member 'UControlRigShapeLibraryLink::ShapeLibraryCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_FindControlRigs \ +static_assert(alignof(ControlRig_FindControlRigs) == 0x000008, "Wrong alignment on ControlRig_FindControlRigs"); \ +static_assert(sizeof(ControlRig_FindControlRigs) == 0x000020, "Wrong size on ControlRig_FindControlRigs"); \ +static_assert(offsetof(ControlRig_FindControlRigs, Outer_0) == 0x000000, "Member 'ControlRig_FindControlRigs::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_FindControlRigs, OptionalClass) == 0x000008, "Member 'ControlRig_FindControlRigs::OptionalClass' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_FindControlRigs, ReturnValue) == 0x000010, "Member 'ControlRig_FindControlRigs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_ClearControlSelection \ +static_assert(alignof(ControlRig_ClearControlSelection) == 0x000001, "Wrong alignment on ControlRig_ClearControlSelection"); \ +static_assert(sizeof(ControlRig_ClearControlSelection) == 0x000001, "Wrong size on ControlRig_ClearControlSelection"); \ +static_assert(offsetof(ControlRig_ClearControlSelection, ReturnValue) == 0x000000, "Member 'ControlRig_ClearControlSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetHierarchy \ +static_assert(alignof(ControlRig_GetHierarchy) == 0x000008, "Wrong alignment on ControlRig_GetHierarchy"); \ +static_assert(sizeof(ControlRig_GetHierarchy) == 0x000008, "Wrong size on ControlRig_GetHierarchy"); \ +static_assert(offsetof(ControlRig_GetHierarchy, ReturnValue) == 0x000000, "Member 'ControlRig_GetHierarchy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SelectControl \ +static_assert(alignof(ControlRig_SelectControl) == 0x000004, "Wrong alignment on ControlRig_SelectControl"); \ +static_assert(sizeof(ControlRig_SelectControl) == 0x00000C, "Wrong size on ControlRig_SelectControl"); \ +static_assert(offsetof(ControlRig_SelectControl, InControlName) == 0x000000, "Member 'ControlRig_SelectControl::InControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SelectControl, bSelect) == 0x000008, "Member 'ControlRig_SelectControl::bSelect' has a wrong offset!"); \ + +#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_CreateTransformableControlHandle \ +static_assert(alignof(ControlRig_CreateTransformableControlHandle) == 0x000008, "Wrong alignment on ControlRig_CreateTransformableControlHandle"); \ +static_assert(sizeof(ControlRig_CreateTransformableControlHandle) == 0x000010, "Wrong size on ControlRig_CreateTransformableControlHandle"); \ +static_assert(offsetof(ControlRig_CreateTransformableControlHandle, ControlName) == 0x000000, "Member 'ControlRig_CreateTransformableControlHandle::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_CreateTransformableControlHandle, ReturnValue) == 0x000008, "Member 'ControlRig_CreateTransformableControlHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_CurrentControlSelection \ +static_assert(alignof(ControlRig_CurrentControlSelection) == 0x000008, "Wrong alignment on ControlRig_CurrentControlSelection"); \ +static_assert(sizeof(ControlRig_CurrentControlSelection) == 0x000010, "Wrong size on ControlRig_CurrentControlSelection"); \ +static_assert(offsetof(ControlRig_CurrentControlSelection, ReturnValue) == 0x000000, "Member 'ControlRig_CurrentControlSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetHostingActor \ +static_assert(alignof(ControlRig_GetHostingActor) == 0x000008, "Wrong alignment on ControlRig_GetHostingActor"); \ +static_assert(sizeof(ControlRig_GetHostingActor) == 0x000008, "Wrong size on ControlRig_GetHostingActor"); \ +static_assert(offsetof(ControlRig_GetHostingActor, ReturnValue) == 0x000000, "Member 'ControlRig_GetHostingActor::ReturnValue' 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_ControlRig_IsControlSelected \ +static_assert(alignof(ControlRig_IsControlSelected) == 0x000004, "Wrong alignment on ControlRig_IsControlSelected"); \ +static_assert(sizeof(ControlRig_IsControlSelected) == 0x00000C, "Wrong size on ControlRig_IsControlSelected"); \ +static_assert(offsetof(ControlRig_IsControlSelected, InControlName) == 0x000000, "Member 'ControlRig_IsControlSelected::InControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_IsControlSelected, ReturnValue) == 0x000008, "Member 'ControlRig_IsControlSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SupportsBackwardsSolve \ +static_assert(alignof(ControlRig_SupportsBackwardsSolve) == 0x000001, "Wrong alignment on ControlRig_SupportsBackwardsSolve"); \ +static_assert(sizeof(ControlRig_SupportsBackwardsSolve) == 0x000001, "Wrong size on ControlRig_SupportsBackwardsSolve"); \ +static_assert(offsetof(ControlRig_SupportsBackwardsSolve, ReturnValue) == 0x000000, "Member 'ControlRig_SupportsBackwardsSolve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRig \ +static_assert(alignof(UControlRig) == 0x000008, "Wrong alignment on UControlRig"); \ +static_assert(sizeof(UControlRig) == 0x000AA8, "Wrong size on UControlRig"); \ +static_assert(offsetof(UControlRig, ExecutionType) == 0x000288, "Member 'UControlRig::ExecutionType' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, HierarchySettings) == 0x00028C, "Member 'UControlRig::HierarchySettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ControlCustomizations) == 0x000290, "Member 'UControlRig::ControlCustomizations' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DynamicHierarchy) == 0x0002E0, "Member 'UControlRig::DynamicHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ShapeLibraries) == 0x0002E8, "Member 'UControlRig::ShapeLibraries' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ShapeLibraryNameMap) == 0x0002F8, "Member 'UControlRig::ShapeLibraryNameMap' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigVMExtendedExecuteContext) == 0x000358, "Member 'UControlRig::RigVMExtendedExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DataSourceRegistry) == 0x000588, "Member 'UControlRig::DataSourceRegistry' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, Influences) == 0x000638, "Member 'UControlRig::Influences' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ExternalVariableDataAssetLinks) == 0x000750, "Member 'UControlRig::ExternalVariableDataAssetLinks' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, OnControlSelected_BP) == 0x000870, "Member 'UControlRig::OnControlSelected_BP' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, bIsAdditive) == 0x000888, "Member 'UControlRig::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigModuleSettings) == 0x000A18, "Member 'UControlRig::RigModuleSettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigModuleNameSpace) == 0x000A98, "Member 'UControlRig::RigModuleNameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularRig \ +static_assert(alignof(UModularRig) == 0x000008, "Wrong alignment on UModularRig"); \ +static_assert(sizeof(UModularRig) == 0x000C38, "Wrong size on UModularRig"); \ +static_assert(offsetof(UModularRig, Modules) == 0x000AA8, "Member 'UModularRig::Modules' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ModularRigSettings) == 0x000AD8, "Member 'UModularRig::ModularRigSettings' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ModularRigModel) == 0x000AE0, "Member 'UModularRig::ModularRigModel' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ExecutionQueue) == 0x000B80, "Member 'UModularRig::ExecutionQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetEulerTransformFromControlValue \ +static_assert(alignof(RigHierarchy_GetEulerTransformFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetEulerTransformFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetEulerTransformFromControlValue) == 0x0000D0, "Wrong size on RigHierarchy_GetEulerTransformFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetEulerTransformFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetEulerTransformFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetEulerTransformFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetEulerTransformFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatFromControlValue \ +static_assert(alignof(RigHierarchy_GetFloatFromControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetFloatFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetFloatFromControlValue) == 0x000088, "Wrong size on RigHierarchy_GetFloatFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetFloatFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetFloatFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatFromControlValue, ReturnValue) == 0x000084, "Member 'RigHierarchy_GetFloatFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetIntFromControlValue \ +static_assert(alignof(RigHierarchy_GetIntFromControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetIntFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetIntFromControlValue) == 0x000088, "Wrong size on RigHierarchy_GetIntFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetIntFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetIntFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetIntFromControlValue, ReturnValue) == 0x000084, "Member 'RigHierarchy_GetIntFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorFromControlValue \ +static_assert(alignof(RigHierarchy_GetRotatorFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetRotatorFromControlValue) == 0x0000A0, "Wrong size on RigHierarchy_GetRotatorFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetRotatorFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetRotatorFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetRotatorFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformFromControlValue \ +static_assert(alignof(RigHierarchy_GetTransformFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetTransformFromControlValue) == 0x0000F0, "Wrong size on RigHierarchy_GetTransformFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetTransformFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetTransformFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformFromControlValue, ReturnValue) == 0x000090, "Member 'RigHierarchy_GetTransformFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformNoScaleFromControlValue \ +static_assert(alignof(RigHierarchy_GetTransformNoScaleFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformNoScaleFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetTransformNoScaleFromControlValue) == 0x0000D0, "Wrong size on RigHierarchy_GetTransformNoScaleFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetTransformNoScaleFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetTransformNoScaleFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformNoScaleFromControlValue, ReturnValue) == 0x000090, "Member 'RigHierarchy_GetTransformNoScaleFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVector2DFromControlValue \ +static_assert(alignof(RigHierarchy_GetVector2DFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetVector2DFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVector2DFromControlValue) == 0x000098, "Wrong size on RigHierarchy_GetVector2DFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetVector2DFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetVector2DFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVector2DFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetVector2DFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorFromControlValue \ +static_assert(alignof(RigHierarchy_GetVectorFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVectorFromControlValue) == 0x0000A0, "Wrong size on RigHierarchy_GetVectorFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetVectorFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetVectorFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetVectorFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromBool \ +static_assert(alignof(RigHierarchy_MakeControlValueFromBool) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromBool"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromBool) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromBool"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromBool, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromBool, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromEulerTransform \ +static_assert(alignof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromEulerTransform"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x0000D0, "Wrong size on RigHierarchy_MakeControlValueFromEulerTransform"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromEulerTransform, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromEulerTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromEulerTransform, ReturnValue) == 0x000048, "Member 'RigHierarchy_MakeControlValueFromEulerTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromFloat \ +static_assert(alignof(RigHierarchy_MakeControlValueFromFloat) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromFloat"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromFloat) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromFloat"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromFloat, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromFloat, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromInt \ +static_assert(alignof(RigHierarchy_MakeControlValueFromInt) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromInt"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromInt) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromInt"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromInt, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromInt, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromRotator \ +static_assert(alignof(RigHierarchy_MakeControlValueFromRotator) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromRotator"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromRotator) == 0x0000A0, "Wrong size on RigHierarchy_MakeControlValueFromRotator"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromRotator, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromRotator::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromRotator, ReturnValue) == 0x000018, "Member 'RigHierarchy_MakeControlValueFromRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromTransform \ +static_assert(alignof(RigHierarchy_MakeControlValueFromTransform) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromTransform"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromTransform) == 0x0000F0, "Wrong size on RigHierarchy_MakeControlValueFromTransform"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransform, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransform, ReturnValue) == 0x000060, "Member 'RigHierarchy_MakeControlValueFromTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromTransformNoScale \ +static_assert(alignof(RigHierarchy_MakeControlValueFromTransformNoScale) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromTransformNoScale"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromTransformNoScale) == 0x0000D0, "Wrong size on RigHierarchy_MakeControlValueFromTransformNoScale"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransformNoScale, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromTransformNoScale::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransformNoScale, ReturnValue) == 0x000040, "Member 'RigHierarchy_MakeControlValueFromTransformNoScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromVector \ +static_assert(alignof(RigHierarchy_MakeControlValueFromVector) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromVector"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector) == 0x0000A0, "Wrong size on RigHierarchy_MakeControlValueFromVector"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromVector::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector, ReturnValue) == 0x000018, "Member 'RigHierarchy_MakeControlValueFromVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromVector2D \ +static_assert(alignof(RigHierarchy_MakeControlValueFromVector2D) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromVector2D"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector2D) == 0x000098, "Wrong size on RigHierarchy_MakeControlValueFromVector2D"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector2D, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromVector2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector2D, ReturnValue) == 0x000010, "Member 'RigHierarchy_MakeControlValueFromVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_CopyHierarchy \ +static_assert(alignof(RigHierarchy_CopyHierarchy) == 0x000008, "Wrong alignment on RigHierarchy_CopyHierarchy"); \ +static_assert(sizeof(RigHierarchy_CopyHierarchy) == 0x000008, "Wrong size on RigHierarchy_CopyHierarchy"); \ +static_assert(offsetof(RigHierarchy_CopyHierarchy, InHierarchy) == 0x000000, "Member 'RigHierarchy_CopyHierarchy::InHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_CopyPose \ +static_assert(alignof(RigHierarchy_CopyPose) == 0x000008, "Wrong alignment on RigHierarchy_CopyPose"); \ +static_assert(sizeof(RigHierarchy_CopyPose) == 0x000010, "Wrong size on RigHierarchy_CopyPose"); \ +static_assert(offsetof(RigHierarchy_CopyPose, InHierarchy) == 0x000000, "Member 'RigHierarchy_CopyPose::InHierarchy' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bCurrent) == 0x000008, "Member 'RigHierarchy_CopyPose::bCurrent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bInitial) == 0x000009, "Member 'RigHierarchy_CopyPose::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bWeights) == 0x00000A, "Member 'RigHierarchy_CopyPose::bWeights' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bMatchPoseInGlobalIfNeeded) == 0x00000B, "Member 'RigHierarchy_CopyPose::bMatchPoseInGlobalIfNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetController \ +static_assert(alignof(RigHierarchy_GetController) == 0x000008, "Wrong alignment on RigHierarchy_GetController"); \ +static_assert(sizeof(RigHierarchy_GetController) == 0x000010, "Wrong size on RigHierarchy_GetController"); \ +static_assert(offsetof(RigHierarchy_GetController, bCreateIfNeeded) == 0x000000, "Member 'RigHierarchy_GetController::bCreateIfNeeded' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetController, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRuleManager \ +static_assert(alignof(RigHierarchy_GetRuleManager) == 0x000008, "Wrong alignment on RigHierarchy_GetRuleManager"); \ +static_assert(sizeof(RigHierarchy_GetRuleManager) == 0x000010, "Wrong size on RigHierarchy_GetRuleManager"); \ +static_assert(offsetof(RigHierarchy_GetRuleManager, bCreateIfNeeded) == 0x000000, "Member 'RigHierarchy_GetRuleManager::bCreateIfNeeded' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRuleManager, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetRuleManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RemoveAllMetadata \ +static_assert(alignof(RigHierarchy_RemoveAllMetadata) == 0x000004, "Wrong alignment on RigHierarchy_RemoveAllMetadata"); \ +static_assert(sizeof(RigHierarchy_RemoveAllMetadata) == 0x000010, "Wrong size on RigHierarchy_RemoveAllMetadata"); \ +static_assert(offsetof(RigHierarchy_RemoveAllMetadata, InItem) == 0x000000, "Member 'RigHierarchy_RemoveAllMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveAllMetadata, ReturnValue) == 0x00000C, "Member 'RigHierarchy_RemoveAllMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RemoveMetadata \ +static_assert(alignof(RigHierarchy_RemoveMetadata) == 0x000004, "Wrong alignment on RigHierarchy_RemoveMetadata"); \ +static_assert(sizeof(RigHierarchy_RemoveMetadata) == 0x000018, "Wrong size on RigHierarchy_RemoveMetadata"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, InItem) == 0x000000, "Member 'RigHierarchy_RemoveMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_RemoveMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, ReturnValue) == 0x000014, "Member 'RigHierarchy_RemoveMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_ResetPoseToInitial \ +static_assert(alignof(RigHierarchy_ResetPoseToInitial) == 0x000001, "Wrong alignment on RigHierarchy_ResetPoseToInitial"); \ +static_assert(sizeof(RigHierarchy_ResetPoseToInitial) == 0x000001, "Wrong size on RigHierarchy_ResetPoseToInitial"); \ +static_assert(offsetof(RigHierarchy_ResetPoseToInitial, InTypeFilter) == 0x000000, "Member 'RigHierarchy_ResetPoseToInitial::InTypeFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RestoreConnectorsFromStates \ +static_assert(alignof(RigHierarchy_RestoreConnectorsFromStates) == 0x000008, "Wrong alignment on RigHierarchy_RestoreConnectorsFromStates"); \ +static_assert(sizeof(RigHierarchy_RestoreConnectorsFromStates) == 0x000028, "Wrong size on RigHierarchy_RestoreConnectorsFromStates"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, InStates) == 0x000000, "Member 'RigHierarchy_RestoreConnectorsFromStates::InStates' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, bSetupUndoRedo) == 0x000010, "Member 'RigHierarchy_RestoreConnectorsFromStates::bSetupUndoRedo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, ReturnValue) == 0x000018, "Member 'RigHierarchy_RestoreConnectorsFromStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RestoreSocketsFromStates \ +static_assert(alignof(RigHierarchy_RestoreSocketsFromStates) == 0x000008, "Wrong alignment on RigHierarchy_RestoreSocketsFromStates"); \ +static_assert(sizeof(RigHierarchy_RestoreSocketsFromStates) == 0x000028, "Wrong size on RigHierarchy_RestoreSocketsFromStates"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, InStates) == 0x000000, "Member 'RigHierarchy_RestoreSocketsFromStates::InStates' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, bSetupUndoRedo) == 0x000010, "Member 'RigHierarchy_RestoreSocketsFromStates::bSetupUndoRedo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, ReturnValue) == 0x000018, "Member 'RigHierarchy_RestoreSocketsFromStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SendAutoKeyEvent \ +static_assert(alignof(RigHierarchy_SendAutoKeyEvent) == 0x000004, "Wrong alignment on RigHierarchy_SendAutoKeyEvent"); \ +static_assert(sizeof(RigHierarchy_SendAutoKeyEvent) == 0x000014, "Wrong size on RigHierarchy_SendAutoKeyEvent"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, InElement) == 0x000000, "Member 'RigHierarchy_SendAutoKeyEvent::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, InOffsetInSeconds) == 0x00000C, "Member 'RigHierarchy_SendAutoKeyEvent::InOffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, bAsynchronous) == 0x000010, "Member 'RigHierarchy_SendAutoKeyEvent::bAsynchronous' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetBoolArrayMetadata \ +static_assert(alignof(RigHierarchy_SetBoolArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetBoolArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetBoolArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetBoolArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetBoolArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetBoolArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetBoolArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetBoolArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetBoolMetadata \ +static_assert(alignof(RigHierarchy_SetBoolMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetBoolMetadata"); \ +static_assert(sizeof(RigHierarchy_SetBoolMetadata) == 0x000018, "Wrong size on RigHierarchy_SetBoolMetadata"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetBoolMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetBoolMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetBoolMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, ReturnValue) == 0x000015, "Member 'RigHierarchy_SetBoolMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetConnectorSettings \ +static_assert(alignof(RigHierarchy_SetConnectorSettings) == 0x000008, "Wrong alignment on RigHierarchy_SetConnectorSettings"); \ +static_assert(sizeof(RigHierarchy_SetConnectorSettings) == 0x000040, "Wrong size on RigHierarchy_SetConnectorSettings"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, InKey) == 0x000000, "Member 'RigHierarchy_SetConnectorSettings::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, InSettings) == 0x000010, "Member 'RigHierarchy_SetConnectorSettings::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bSetupUndo) == 0x000038, "Member 'RigHierarchy_SetConnectorSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bForce) == 0x000039, "Member 'RigHierarchy_SetConnectorSettings::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bPrintPythonCommands) == 0x00003A, "Member 'RigHierarchy_SetConnectorSettings::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetConnectorSettingsByIndex \ +static_assert(alignof(RigHierarchy_SetConnectorSettingsByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetConnectorSettingsByIndex"); \ +static_assert(sizeof(RigHierarchy_SetConnectorSettingsByIndex) == 0x000038, "Wrong size on RigHierarchy_SetConnectorSettingsByIndex"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetConnectorSettingsByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, InSettings) == 0x000008, "Member 'RigHierarchy_SetConnectorSettingsByIndex::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bSetupUndo) == 0x000030, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bForce) == 0x000031, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bPrintPythonCommands) == 0x000032, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlOffsetTransform \ +static_assert(alignof(RigHierarchy_SetControlOffsetTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetControlOffsetTransform"); \ +static_assert(sizeof(RigHierarchy_SetControlOffsetTransform) == 0x000080, "Wrong size on RigHierarchy_SetControlOffsetTransform"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetControlOffsetTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlOffsetTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlOffsetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetControlOffsetTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetControlOffsetTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetControlOffsetTransform::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlOffsetTransformByIndex \ +static_assert(alignof(RigHierarchy_SetControlOffsetTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlOffsetTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlOffsetTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetControlOffsetTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredEulerAngles \ +static_assert(alignof(RigHierarchy_SetControlPreferredEulerAngles) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredEulerAngles"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredEulerAngles) == 0x000030, "Wrong size on RigHierarchy_SetControlPreferredEulerAngles"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InEulerAngles) == 0x000010, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InEulerAngles' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InRotationOrder) == 0x000028, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, bInitial) == 0x000029, "Member 'RigHierarchy_SetControlPreferredEulerAngles::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, bFixEulerFlips) == 0x00002A, "Member 'RigHierarchy_SetControlPreferredEulerAngles::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredEulerAnglesByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredEulerAnglesByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredEulerAnglesByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredEulerAnglesByIndex) == 0x000028, "Wrong size on RigHierarchy_SetControlPreferredEulerAnglesByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InEulerAngles) == 0x000008, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InEulerAngles' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InRotationOrder) == 0x000020, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, bInitial) == 0x000021, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, bFixEulerFlips) == 0x000022, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotationOrder \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotationOrder) == 0x000004, "Wrong alignment on RigHierarchy_SetControlPreferredRotationOrder"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotationOrder) == 0x000010, "Wrong size on RigHierarchy_SetControlPreferredRotationOrder"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrder, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotationOrder::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrder, InRotationOrder) == 0x00000C, "Member 'RigHierarchy_SetControlPreferredRotationOrder::InRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotationOrderByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotationOrderByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlPreferredRotationOrderByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotationOrderByIndex) == 0x000008, "Wrong size on RigHierarchy_SetControlPreferredRotationOrderByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrderByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotationOrderByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrderByIndex, InRotationOrder) == 0x000004, "Member 'RigHierarchy_SetControlPreferredRotationOrderByIndex::InRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotator \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotator) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredRotator"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotator) == 0x000030, "Wrong size on RigHierarchy_SetControlPreferredRotator"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotator::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, InRotator) == 0x000010, "Member 'RigHierarchy_SetControlPreferredRotator::InRotator' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, bInitial) == 0x000028, "Member 'RigHierarchy_SetControlPreferredRotator::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, bFixEulerFlips) == 0x000029, "Member 'RigHierarchy_SetControlPreferredRotator::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotatorByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotatorByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredRotatorByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotatorByIndex) == 0x000028, "Wrong size on RigHierarchy_SetControlPreferredRotatorByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, InRotator) == 0x000008, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::InRotator' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, bInitial) == 0x000020, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, bFixEulerFlips) == 0x000021, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlSettings \ +static_assert(alignof(RigHierarchy_SetControlSettings) == 0x000008, "Wrong alignment on RigHierarchy_SetControlSettings"); \ +static_assert(sizeof(RigHierarchy_SetControlSettings) == 0x0001D0, "Wrong size on RigHierarchy_SetControlSettings"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, InKey) == 0x000000, "Member 'RigHierarchy_SetControlSettings::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, InSettings) == 0x000010, "Member 'RigHierarchy_SetControlSettings::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bSetupUndo) == 0x0001C8, "Member 'RigHierarchy_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bForce) == 0x0001C9, "Member 'RigHierarchy_SetControlSettings::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bPrintPythonCommands) == 0x0001CA, "Member 'RigHierarchy_SetControlSettings::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlSettingsByIndex \ +static_assert(alignof(RigHierarchy_SetControlSettingsByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetControlSettingsByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlSettingsByIndex) == 0x0001C8, "Wrong size on RigHierarchy_SetControlSettingsByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlSettingsByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, InSettings) == 0x000008, "Member 'RigHierarchy_SetControlSettingsByIndex::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bSetupUndo) == 0x0001C0, "Member 'RigHierarchy_SetControlSettingsByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bForce) == 0x0001C1, "Member 'RigHierarchy_SetControlSettingsByIndex::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bPrintPythonCommands) == 0x0001C2, "Member 'RigHierarchy_SetControlSettingsByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlShapeTransform \ +static_assert(alignof(RigHierarchy_SetControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_SetControlShapeTransform) == 0x000080, "Wrong size on RigHierarchy_SetControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlShapeTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, bSetupUndo) == 0x000071, "Member 'RigHierarchy_SetControlShapeTransform::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_SetControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlShapeTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlShapeTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, bSetupUndo) == 0x000071, "Member 'RigHierarchy_SetControlShapeTransformByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlValue \ +static_assert(alignof(RigHierarchy_SetControlValue) == 0x000004, "Wrong alignment on RigHierarchy_SetControlValue"); \ +static_assert(sizeof(RigHierarchy_SetControlValue) == 0x000094, "Wrong size on RigHierarchy_SetControlValue"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InKey) == 0x000000, "Member 'RigHierarchy_SetControlValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InValue) == 0x00000C, "Member 'RigHierarchy_SetControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InValueType) == 0x000090, "Member 'RigHierarchy_SetControlValue::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bSetupUndo) == 0x000091, "Member 'RigHierarchy_SetControlValue::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bPrintPythonCommands) == 0x000092, "Member 'RigHierarchy_SetControlValue::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlValueByIndex \ +static_assert(alignof(RigHierarchy_SetControlValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlValueByIndex) == 0x00008C, "Wrong size on RigHierarchy_SetControlValueByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InValue) == 0x000004, "Member 'RigHierarchy_SetControlValueByIndex::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InValueType) == 0x000088, "Member 'RigHierarchy_SetControlValueByIndex::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bSetupUndo) == 0x000089, "Member 'RigHierarchy_SetControlValueByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bPrintPythonCommands) == 0x00008A, "Member 'RigHierarchy_SetControlValueByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlVisibility \ +static_assert(alignof(RigHierarchy_SetControlVisibility) == 0x000004, "Wrong alignment on RigHierarchy_SetControlVisibility"); \ +static_assert(sizeof(RigHierarchy_SetControlVisibility) == 0x000010, "Wrong size on RigHierarchy_SetControlVisibility"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibility, InKey) == 0x000000, "Member 'RigHierarchy_SetControlVisibility::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibility, bVisibility) == 0x00000C, "Member 'RigHierarchy_SetControlVisibility::bVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlVisibilityByIndex \ +static_assert(alignof(RigHierarchy_SetControlVisibilityByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlVisibilityByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlVisibilityByIndex) == 0x000008, "Wrong size on RigHierarchy_SetControlVisibilityByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibilityByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlVisibilityByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibilityByIndex, bVisibility) == 0x000004, "Member 'RigHierarchy_SetControlVisibilityByIndex::bVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetCurveValue \ +static_assert(alignof(RigHierarchy_SetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_SetCurveValue"); \ +static_assert(sizeof(RigHierarchy_SetCurveValue) == 0x000014, "Wrong size on RigHierarchy_SetCurveValue"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_SetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, InValue) == 0x00000C, "Member 'RigHierarchy_SetCurveValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, bSetupUndo) == 0x000010, "Member 'RigHierarchy_SetCurveValue::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_SetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_SetCurveValueByIndex) == 0x00000C, "Wrong size on RigHierarchy_SetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, InValue) == 0x000004, "Member 'RigHierarchy_SetCurveValueByIndex::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, bSetupUndo) == 0x000008, "Member 'RigHierarchy_SetCurveValueByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetFloatArrayMetadata \ +static_assert(alignof(RigHierarchy_SetFloatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetFloatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetFloatArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetFloatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetFloatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetFloatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetFloatArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetFloatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetFloatMetadata \ +static_assert(alignof(RigHierarchy_SetFloatMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetFloatMetadata"); \ +static_assert(sizeof(RigHierarchy_SetFloatMetadata) == 0x00001C, "Wrong size on RigHierarchy_SetFloatMetadata"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetFloatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetFloatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetFloatMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_SetFloatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetGlobalTransform \ +static_assert(alignof(RigHierarchy_SetGlobalTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetGlobalTransform"); \ +static_assert(sizeof(RigHierarchy_SetGlobalTransform) == 0x000080, "Wrong size on RigHierarchy_SetGlobalTransform"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetGlobalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetGlobalTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetGlobalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetGlobalTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetGlobalTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bPrintPythonCommand) == 0x000073, "Member 'RigHierarchy_SetGlobalTransform::bPrintPythonCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetGlobalTransformByIndex \ +static_assert(alignof(RigHierarchy_SetGlobalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetGlobalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetGlobalTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetGlobalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetGlobalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetGlobalTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetGlobalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetGlobalTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetGlobalTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bPrintPythonCommand) == 0x000073, "Member 'RigHierarchy_SetGlobalTransformByIndex::bPrintPythonCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetInt32ArrayMetadata \ +static_assert(alignof(RigHierarchy_SetInt32ArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetInt32ArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetInt32ArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetInt32ArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetInt32ArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetInt32ArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetInt32ArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetInt32ArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetInt32Metadata \ +static_assert(alignof(RigHierarchy_SetInt32Metadata) == 0x000004, "Wrong alignment on RigHierarchy_SetInt32Metadata"); \ +static_assert(sizeof(RigHierarchy_SetInt32Metadata) == 0x00001C, "Wrong size on RigHierarchy_SetInt32Metadata"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InItem) == 0x000000, "Member 'RigHierarchy_SetInt32Metadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetInt32Metadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InValue) == 0x000014, "Member 'RigHierarchy_SetInt32Metadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_SetInt32Metadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLinearColorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetLinearColorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetLinearColorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetLinearColorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetLinearColorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetLinearColorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLinearColorMetadata \ +static_assert(alignof(RigHierarchy_SetLinearColorMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetLinearColorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetLinearColorMetadata) == 0x000028, "Wrong size on RigHierarchy_SetLinearColorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetLinearColorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetLinearColorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetLinearColorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, ReturnValue) == 0x000024, "Member 'RigHierarchy_SetLinearColorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLocalTransform \ +static_assert(alignof(RigHierarchy_SetLocalTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetLocalTransform"); \ +static_assert(sizeof(RigHierarchy_SetLocalTransform) == 0x000080, "Wrong size on RigHierarchy_SetLocalTransform"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetLocalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetLocalTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetLocalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetLocalTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetLocalTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetLocalTransform::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLocalTransformByIndex \ +static_assert(alignof(RigHierarchy_SetLocalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetLocalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetLocalTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetLocalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetLocalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetLocalTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetLocalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetLocalTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetLocalTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetLocalTransformByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetNameArrayMetadata \ +static_assert(alignof(RigHierarchy_SetNameArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetNameArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetNameArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetNameArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetNameArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetNameArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetNameArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetNameArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetNameMetadata \ +static_assert(alignof(RigHierarchy_SetNameMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetNameMetadata"); \ +static_assert(sizeof(RigHierarchy_SetNameMetadata) == 0x000020, "Wrong size on RigHierarchy_SetNameMetadata"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetNameMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetNameMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetNameMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, ReturnValue) == 0x00001C, "Member 'RigHierarchy_SetNameMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetParentWeight \ +static_assert(alignof(RigHierarchy_SetParentWeight) == 0x000004, "Wrong alignment on RigHierarchy_SetParentWeight"); \ +static_assert(sizeof(RigHierarchy_SetParentWeight) == 0x000028, "Wrong size on RigHierarchy_SetParentWeight"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InChild) == 0x000000, "Member 'RigHierarchy_SetParentWeight::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InParent) == 0x00000C, "Member 'RigHierarchy_SetParentWeight::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InWeight) == 0x000018, "Member 'RigHierarchy_SetParentWeight::InWeight' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, bInitial) == 0x000024, "Member 'RigHierarchy_SetParentWeight::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, bAffectChildren) == 0x000025, "Member 'RigHierarchy_SetParentWeight::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, ReturnValue) == 0x000026, "Member 'RigHierarchy_SetParentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetParentWeightArray \ +static_assert(alignof(RigHierarchy_SetParentWeightArray) == 0x000008, "Wrong alignment on RigHierarchy_SetParentWeightArray"); \ +static_assert(sizeof(RigHierarchy_SetParentWeightArray) == 0x000028, "Wrong size on RigHierarchy_SetParentWeightArray"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, InChild) == 0x000000, "Member 'RigHierarchy_SetParentWeightArray::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, InWeights) == 0x000010, "Member 'RigHierarchy_SetParentWeightArray::InWeights' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, bInitial) == 0x000020, "Member 'RigHierarchy_SetParentWeightArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, bAffectChildren) == 0x000021, "Member 'RigHierarchy_SetParentWeightArray::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, ReturnValue) == 0x000022, "Member 'RigHierarchy_SetParentWeightArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetPose_ForBlueprint \ +static_assert(alignof(RigHierarchy_SetPose_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchy_SetPose_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_SetPose_ForBlueprint) == 0x000070, "Wrong size on RigHierarchy_SetPose_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_SetPose_ForBlueprint, InPose) == 0x000000, "Member 'RigHierarchy_SetPose_ForBlueprint::InPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetQuatArrayMetadata \ +static_assert(alignof(RigHierarchy_SetQuatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetQuatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetQuatArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetQuatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetQuatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetQuatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetQuatArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetQuatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetQuatMetadata \ +static_assert(alignof(RigHierarchy_SetQuatMetadata) == 0x000010, "Wrong alignment on RigHierarchy_SetQuatMetadata"); \ +static_assert(sizeof(RigHierarchy_SetQuatMetadata) == 0x000050, "Wrong size on RigHierarchy_SetQuatMetadata"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetQuatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetQuatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InValue) == 0x000020, "Member 'RigHierarchy_SetQuatMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, ReturnValue) == 0x000040, "Member 'RigHierarchy_SetQuatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRigElementKeyArrayMetadata \ +static_assert(alignof(RigHierarchy_SetRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRigElementKeyArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRigElementKeyArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetRigElementKeyArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRigElementKeyMetadata \ +static_assert(alignof(RigHierarchy_SetRigElementKeyMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetRigElementKeyMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRigElementKeyMetadata) == 0x000024, "Wrong size on RigHierarchy_SetRigElementKeyMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRigElementKeyMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRigElementKeyMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetRigElementKeyMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, ReturnValue) == 0x000020, "Member 'RigHierarchy_SetRigElementKeyMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRotatorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetRotatorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRotatorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRotatorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetRotatorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRotatorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRotatorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRotatorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetRotatorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRotatorMetadata \ +static_assert(alignof(RigHierarchy_SetRotatorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRotatorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRotatorMetadata) == 0x000038, "Wrong size on RigHierarchy_SetRotatorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRotatorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRotatorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRotatorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_SetRotatorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTag \ +static_assert(alignof(RigHierarchy_SetTag) == 0x000004, "Wrong alignment on RigHierarchy_SetTag"); \ +static_assert(sizeof(RigHierarchy_SetTag) == 0x000018, "Wrong size on RigHierarchy_SetTag"); \ +static_assert(offsetof(RigHierarchy_SetTag, InItem) == 0x000000, "Member 'RigHierarchy_SetTag::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTag, InTag) == 0x00000C, "Member 'RigHierarchy_SetTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTag, ReturnValue) == 0x000014, "Member 'RigHierarchy_SetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTransformArrayMetadata \ +static_assert(alignof(RigHierarchy_SetTransformArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetTransformArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetTransformArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetTransformArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetTransformArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetTransformArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetTransformArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetTransformArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTransformMetadata \ +static_assert(alignof(RigHierarchy_SetTransformMetadata) == 0x000010, "Wrong alignment on RigHierarchy_SetTransformMetadata"); \ +static_assert(sizeof(RigHierarchy_SetTransformMetadata) == 0x000090, "Wrong size on RigHierarchy_SetTransformMetadata"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetTransformMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetTransformMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InValue) == 0x000020, "Member 'RigHierarchy_SetTransformMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, ReturnValue) == 0x000080, "Member 'RigHierarchy_SetTransformMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetVectorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetVectorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetVectorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetVectorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetVectorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetVectorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetVectorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetVectorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetVectorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetVectorMetadata \ +static_assert(alignof(RigHierarchy_SetVectorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetVectorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetVectorMetadata) == 0x000038, "Wrong size on RigHierarchy_SetVectorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetVectorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetVectorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetVectorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_SetVectorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToDefaultParent \ +static_assert(alignof(RigHierarchy_SwitchToDefaultParent) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToDefaultParent"); \ +static_assert(sizeof(RigHierarchy_SwitchToDefaultParent) == 0x000010, "Wrong size on RigHierarchy_SwitchToDefaultParent"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToDefaultParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, bInitial) == 0x00000C, "Member 'RigHierarchy_SwitchToDefaultParent::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, bAffectChildren) == 0x00000D, "Member 'RigHierarchy_SwitchToDefaultParent::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, ReturnValue) == 0x00000E, "Member 'RigHierarchy_SwitchToDefaultParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToParent \ +static_assert(alignof(RigHierarchy_SwitchToParent) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToParent"); \ +static_assert(sizeof(RigHierarchy_SwitchToParent) == 0x00001C, "Wrong size on RigHierarchy_SwitchToParent"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, InParent) == 0x00000C, "Member 'RigHierarchy_SwitchToParent::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, bInitial) == 0x000018, "Member 'RigHierarchy_SwitchToParent::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, bAffectChildren) == 0x000019, "Member 'RigHierarchy_SwitchToParent::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, ReturnValue) == 0x00001A, "Member 'RigHierarchy_SwitchToParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToWorldSpace \ +static_assert(alignof(RigHierarchy_SwitchToWorldSpace) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToWorldSpace"); \ +static_assert(sizeof(RigHierarchy_SwitchToWorldSpace) == 0x000010, "Wrong size on RigHierarchy_SwitchToWorldSpace"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToWorldSpace::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, bInitial) == 0x00000C, "Member 'RigHierarchy_SwitchToWorldSpace::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, bAffectChildren) == 0x00000D, "Member 'RigHierarchy_SwitchToWorldSpace::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, ReturnValue) == 0x00000E, "Member 'RigHierarchy_SwitchToWorldSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_UnsetCurveValue \ +static_assert(alignof(RigHierarchy_UnsetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_UnsetCurveValue"); \ +static_assert(sizeof(RigHierarchy_UnsetCurveValue) == 0x000010, "Wrong size on RigHierarchy_UnsetCurveValue"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_UnsetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValue, bSetupUndo) == 0x00000C, "Member 'RigHierarchy_UnsetCurveValue::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_UnsetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_UnsetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_UnsetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_UnsetCurveValueByIndex) == 0x000008, "Wrong size on RigHierarchy_UnsetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_UnsetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValueByIndex, bSetupUndo) == 0x000004, "Member 'RigHierarchy_UnsetCurveValueByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_Contains_ForBlueprint \ +static_assert(alignof(RigHierarchy_Contains_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_Contains_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_Contains_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_Contains_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_Contains_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_Contains_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_Contains_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_Contains_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_FindBone_ForBlueprintOnly \ +static_assert(alignof(RigHierarchy_FindBone_ForBlueprintOnly) == 0x000010, "Wrong alignment on RigHierarchy_FindBone_ForBlueprintOnly"); \ +static_assert(sizeof(RigHierarchy_FindBone_ForBlueprintOnly) == 0x000250, "Wrong size on RigHierarchy_FindBone_ForBlueprintOnly"); \ +static_assert(offsetof(RigHierarchy_FindBone_ForBlueprintOnly, InKey) == 0x000000, "Member 'RigHierarchy_FindBone_ForBlueprintOnly::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_FindBone_ForBlueprintOnly, ReturnValue) == 0x000010, "Member 'RigHierarchy_FindBone_ForBlueprintOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_FindControl_ForBlueprintOnly \ +static_assert(alignof(RigHierarchy_FindControl_ForBlueprintOnly) == 0x000010, "Wrong alignment on RigHierarchy_FindControl_ForBlueprintOnly"); \ +static_assert(sizeof(RigHierarchy_FindControl_ForBlueprintOnly) == 0x000880, "Wrong size on RigHierarchy_FindControl_ForBlueprintOnly"); \ +static_assert(offsetof(RigHierarchy_FindControl_ForBlueprintOnly, InKey) == 0x000000, "Member 'RigHierarchy_FindControl_ForBlueprintOnly::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_FindControl_ForBlueprintOnly, ReturnValue) == 0x000010, "Member 'RigHierarchy_FindControl_ForBlueprintOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_FindNull_ForBlueprintOnly \ +static_assert(alignof(RigHierarchy_FindNull_ForBlueprintOnly) == 0x000010, "Wrong alignment on RigHierarchy_FindNull_ForBlueprintOnly"); \ +static_assert(sizeof(RigHierarchy_FindNull_ForBlueprintOnly) == 0x000340, "Wrong size on RigHierarchy_FindNull_ForBlueprintOnly"); \ +static_assert(offsetof(RigHierarchy_FindNull_ForBlueprintOnly, InKey) == 0x000000, "Member 'RigHierarchy_FindNull_ForBlueprintOnly::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_FindNull_ForBlueprintOnly, ReturnValue) == 0x000010, "Member 'RigHierarchy_FindNull_ForBlueprintOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetAllKeys_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetAllKeys_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchy_GetAllKeys_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetAllKeys_ForBlueprint) == 0x000018, "Wrong size on RigHierarchy_GetAllKeys_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetAllKeys_ForBlueprint, bTraverse) == 0x000000, "Member 'RigHierarchy_GetAllKeys_ForBlueprint::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetAllKeys_ForBlueprint, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetAllKeys_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoneKeys \ +static_assert(alignof(RigHierarchy_GetBoneKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetBoneKeys"); \ +static_assert(sizeof(RigHierarchy_GetBoneKeys) == 0x000018, "Wrong size on RigHierarchy_GetBoneKeys"); \ +static_assert(offsetof(RigHierarchy_GetBoneKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetBoneKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoneKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetBoneKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoolArrayMetadata \ +static_assert(alignof(RigHierarchy_GetBoolArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetBoolArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetBoolArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetBoolArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetBoolArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetBoolArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetBoolArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoolMetadata \ +static_assert(alignof(RigHierarchy_GetBoolMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetBoolMetadata"); \ +static_assert(sizeof(RigHierarchy_GetBoolMetadata) == 0x000018, "Wrong size on RigHierarchy_GetBoolMetadata"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetBoolMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetBoolMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetBoolMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, ReturnValue) == 0x000015, "Member 'RigHierarchy_GetBoolMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetChildren \ +static_assert(alignof(RigHierarchy_GetChildren) == 0x000008, "Wrong alignment on RigHierarchy_GetChildren"); \ +static_assert(sizeof(RigHierarchy_GetChildren) == 0x000020, "Wrong size on RigHierarchy_GetChildren"); \ +static_assert(offsetof(RigHierarchy_GetChildren, InKey) == 0x000000, "Member 'RigHierarchy_GetChildren::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetChildren, bRecursive) == 0x00000C, "Member 'RigHierarchy_GetChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetChildren, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetConnectorKeys \ +static_assert(alignof(RigHierarchy_GetConnectorKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetConnectorKeys"); \ +static_assert(sizeof(RigHierarchy_GetConnectorKeys) == 0x000018, "Wrong size on RigHierarchy_GetConnectorKeys"); \ +static_assert(offsetof(RigHierarchy_GetConnectorKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetConnectorKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetConnectorKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetConnectorKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetConnectorStates \ +static_assert(alignof(RigHierarchy_GetConnectorStates) == 0x000008, "Wrong alignment on RigHierarchy_GetConnectorStates"); \ +static_assert(sizeof(RigHierarchy_GetConnectorStates) == 0x000010, "Wrong size on RigHierarchy_GetConnectorStates"); \ +static_assert(offsetof(RigHierarchy_GetConnectorStates, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetConnectorStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlKeys \ +static_assert(alignof(RigHierarchy_GetControlKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetControlKeys"); \ +static_assert(sizeof(RigHierarchy_GetControlKeys) == 0x000018, "Wrong size on RigHierarchy_GetControlKeys"); \ +static_assert(offsetof(RigHierarchy_GetControlKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetControlKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerAngles \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerAngles) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredEulerAngles"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerAngles) == 0x000028, "Wrong size on RigHierarchy_GetControlPreferredEulerAngles"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerAngles::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, InRotationOrder) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredEulerAngles::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, bInitial) == 0x00000D, "Member 'RigHierarchy_GetControlPreferredEulerAngles::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlPreferredEulerAngles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerAnglesByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerAnglesByIndex) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredEulerAnglesByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerAnglesByIndex) == 0x000020, "Wrong size on RigHierarchy_GetControlPreferredEulerAnglesByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, InRotationOrder) == 0x000004, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, bInitial) == 0x000005, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerRotationOrder \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerRotationOrder) == 0x000004, "Wrong alignment on RigHierarchy_GetControlPreferredEulerRotationOrder"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerRotationOrder) == 0x000010, "Wrong size on RigHierarchy_GetControlPreferredEulerRotationOrder"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, bFromSettings) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::bFromSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, ReturnValue) == 0x00000D, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerRotationOrderByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetControlPreferredEulerRotationOrderByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex) == 0x000008, "Wrong size on RigHierarchy_GetControlPreferredEulerRotationOrderByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, bFromSettings) == 0x000004, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::bFromSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, ReturnValue) == 0x000005, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredRotator \ +static_assert(alignof(RigHierarchy_GetControlPreferredRotator) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredRotator"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredRotator) == 0x000028, "Wrong size on RigHierarchy_GetControlPreferredRotator"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredRotator::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, bInitial) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredRotator::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlPreferredRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredRotatorByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredRotatorByIndex) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredRotatorByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredRotatorByIndex) == 0x000020, "Wrong size on RigHierarchy_GetControlPreferredRotatorByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlValue \ +static_assert(alignof(RigHierarchy_GetControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetControlValue"); \ +static_assert(sizeof(RigHierarchy_GetControlValue) == 0x000094, "Wrong size on RigHierarchy_GetControlValue"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, InKey) == 0x000000, "Member 'RigHierarchy_GetControlValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, InValueType) == 0x00000C, "Member 'RigHierarchy_GetControlValue::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlValueByIndex \ +static_assert(alignof(RigHierarchy_GetControlValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlValueByIndex) == 0x00008C, "Wrong size on RigHierarchy_GetControlValueByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, InValueType) == 0x000004, "Member 'RigHierarchy_GetControlValueByIndex::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlValueByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveKeys \ +static_assert(alignof(RigHierarchy_GetCurveKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetCurveKeys"); \ +static_assert(sizeof(RigHierarchy_GetCurveKeys) == 0x000010, "Wrong size on RigHierarchy_GetCurveKeys"); \ +static_assert(offsetof(RigHierarchy_GetCurveKeys, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveValue \ +static_assert(alignof(RigHierarchy_GetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_GetCurveValue"); \ +static_assert(sizeof(RigHierarchy_GetCurveValue) == 0x000010, "Wrong size on RigHierarchy_GetCurveValue"); \ +static_assert(offsetof(RigHierarchy_GetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_GetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetCurveValue, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_GetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_GetCurveValueByIndex) == 0x000008, "Wrong size on RigHierarchy_GetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_GetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetCurveValueByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_GetCurveValueByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetDefaultParent \ +static_assert(alignof(RigHierarchy_GetDefaultParent) == 0x000004, "Wrong alignment on RigHierarchy_GetDefaultParent"); \ +static_assert(sizeof(RigHierarchy_GetDefaultParent) == 0x000018, "Wrong size on RigHierarchy_GetDefaultParent"); \ +static_assert(offsetof(RigHierarchy_GetDefaultParent, InKey) == 0x000000, "Member 'RigHierarchy_GetDefaultParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetDefaultParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetDefaultParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFirstParent \ +static_assert(alignof(RigHierarchy_GetFirstParent) == 0x000004, "Wrong alignment on RigHierarchy_GetFirstParent"); \ +static_assert(sizeof(RigHierarchy_GetFirstParent) == 0x000018, "Wrong size on RigHierarchy_GetFirstParent"); \ +static_assert(offsetof(RigHierarchy_GetFirstParent, InKey) == 0x000000, "Member 'RigHierarchy_GetFirstParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFirstParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetFirstParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatArrayMetadata \ +static_assert(alignof(RigHierarchy_GetFloatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetFloatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetFloatArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetFloatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetFloatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetFloatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetFloatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatMetadata \ +static_assert(alignof(RigHierarchy_GetFloatMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetFloatMetadata"); \ +static_assert(sizeof(RigHierarchy_GetFloatMetadata) == 0x00001C, "Wrong size on RigHierarchy_GetFloatMetadata"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetFloatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetFloatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetFloatMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetFloatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlOffsetTransform \ +static_assert(alignof(RigHierarchy_GetGlobalControlOffsetTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlOffsetTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlOffsetTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlOffsetTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlOffsetTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalControlOffsetTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlOffsetTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlOffsetTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlOffsetTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlShapeTransform \ +static_assert(alignof(RigHierarchy_GetGlobalControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlShapeTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlShapeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlShapeTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalTransform \ +static_assert(alignof(RigHierarchy_GetGlobalTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetIndex_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetIndex_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_GetIndex_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetIndex_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_GetIndex_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetIndex_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_GetIndex_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetIndex_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetIndex_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetInt32ArrayMetadata \ +static_assert(alignof(RigHierarchy_GetInt32ArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetInt32ArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetInt32ArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetInt32ArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetInt32ArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetInt32ArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetInt32ArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetInt32Metadata \ +static_assert(alignof(RigHierarchy_GetInt32Metadata) == 0x000004, "Wrong alignment on RigHierarchy_GetInt32Metadata"); \ +static_assert(sizeof(RigHierarchy_GetInt32Metadata) == 0x00001C, "Wrong size on RigHierarchy_GetInt32Metadata"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, InItem) == 0x000000, "Member 'RigHierarchy_GetInt32Metadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetInt32Metadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetInt32Metadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetInt32Metadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetKey \ +static_assert(alignof(RigHierarchy_GetKey) == 0x000004, "Wrong alignment on RigHierarchy_GetKey"); \ +static_assert(sizeof(RigHierarchy_GetKey) == 0x000010, "Wrong size on RigHierarchy_GetKey"); \ +static_assert(offsetof(RigHierarchy_GetKey, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetKey::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetKey, ReturnValue) == 0x000004, "Member 'RigHierarchy_GetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetKeys \ +static_assert(alignof(RigHierarchy_GetKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetKeys"); \ +static_assert(sizeof(RigHierarchy_GetKeys) == 0x000020, "Wrong size on RigHierarchy_GetKeys"); \ +static_assert(offsetof(RigHierarchy_GetKeys, InElementIndices) == 0x000000, "Member 'RigHierarchy_GetKeys::InElementIndices' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetKeys, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLinearColorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetLinearColorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetLinearColorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetLinearColorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetLinearColorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetLinearColorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetLinearColorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetLinearColorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLinearColorMetadata \ +static_assert(alignof(RigHierarchy_GetLinearColorMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetLinearColorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetLinearColorMetadata) == 0x000034, "Wrong size on RigHierarchy_GetLinearColorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetLinearColorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetLinearColorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetLinearColorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, ReturnValue) == 0x000024, "Member 'RigHierarchy_GetLinearColorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalControlShapeTransform \ +static_assert(alignof(RigHierarchy_GetLocalControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_GetLocalControlShapeTransform) == 0x000070, "Wrong size on RigHierarchy_GetLocalControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetLocalControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalControlShapeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_GetLocalControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetLocalControlShapeTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetLocalControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalIndex_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetLocalIndex_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_GetLocalIndex_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetLocalIndex_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_GetLocalIndex_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetLocalIndex_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalIndex_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalIndex_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetLocalIndex_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalTransform \ +static_assert(alignof(RigHierarchy_GetLocalTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalTransform"); \ +static_assert(sizeof(RigHierarchy_GetLocalTransform) == 0x000070, "Wrong size on RigHierarchy_GetLocalTransform"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetLocalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalTransformByIndex \ +static_assert(alignof(RigHierarchy_GetLocalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetLocalTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetLocalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetLocalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetLocalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetMetadataNames \ +static_assert(alignof(RigHierarchy_GetMetadataNames) == 0x000008, "Wrong alignment on RigHierarchy_GetMetadataNames"); \ +static_assert(sizeof(RigHierarchy_GetMetadataNames) == 0x000020, "Wrong size on RigHierarchy_GetMetadataNames"); \ +static_assert(offsetof(RigHierarchy_GetMetadataNames, InItem) == 0x000000, "Member 'RigHierarchy_GetMetadataNames::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataNames, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetMetadataNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetMetadataType \ +static_assert(alignof(RigHierarchy_GetMetadataType) == 0x000004, "Wrong alignment on RigHierarchy_GetMetadataType"); \ +static_assert(sizeof(RigHierarchy_GetMetadataType) == 0x000018, "Wrong size on RigHierarchy_GetMetadataType"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, InItem) == 0x000000, "Member 'RigHierarchy_GetMetadataType::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetMetadataType::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, ReturnValue) == 0x000014, "Member 'RigHierarchy_GetMetadataType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModulePath \ +static_assert(alignof(RigHierarchy_GetModulePath) == 0x000008, "Wrong alignment on RigHierarchy_GetModulePath"); \ +static_assert(sizeof(RigHierarchy_GetModulePath) == 0x000020, "Wrong size on RigHierarchy_GetModulePath"); \ +static_assert(offsetof(RigHierarchy_GetModulePath, InItem) == 0x000000, "Member 'RigHierarchy_GetModulePath::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModulePath, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetModulePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModulePathFName \ +static_assert(alignof(RigHierarchy_GetModulePathFName) == 0x000004, "Wrong alignment on RigHierarchy_GetModulePathFName"); \ +static_assert(sizeof(RigHierarchy_GetModulePathFName) == 0x000014, "Wrong size on RigHierarchy_GetModulePathFName"); \ +static_assert(offsetof(RigHierarchy_GetModulePathFName, InItem) == 0x000000, "Member 'RigHierarchy_GetModulePathFName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModulePathFName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetModulePathFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameArrayMetadata \ +static_assert(alignof(RigHierarchy_GetNameArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetNameArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetNameArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetNameArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetNameArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetNameArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetNameArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameMetadata \ +static_assert(alignof(RigHierarchy_GetNameMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetNameMetadata"); \ +static_assert(sizeof(RigHierarchy_GetNameMetadata) == 0x000024, "Wrong size on RigHierarchy_GetNameMetadata"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetNameMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetNameMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetNameMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, ReturnValue) == 0x00001C, "Member 'RigHierarchy_GetNameMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameSpace \ +static_assert(alignof(RigHierarchy_GetNameSpace) == 0x000008, "Wrong alignment on RigHierarchy_GetNameSpace"); \ +static_assert(sizeof(RigHierarchy_GetNameSpace) == 0x000020, "Wrong size on RigHierarchy_GetNameSpace"); \ +static_assert(offsetof(RigHierarchy_GetNameSpace, InItem) == 0x000000, "Member 'RigHierarchy_GetNameSpace::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameSpace, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetNameSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameSpaceFName \ +static_assert(alignof(RigHierarchy_GetNameSpaceFName) == 0x000004, "Wrong alignment on RigHierarchy_GetNameSpaceFName"); \ +static_assert(sizeof(RigHierarchy_GetNameSpaceFName) == 0x000014, "Wrong size on RigHierarchy_GetNameSpaceFName"); \ +static_assert(offsetof(RigHierarchy_GetNameSpaceFName, InItem) == 0x000000, "Member 'RigHierarchy_GetNameSpaceFName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameSpaceFName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetNameSpaceFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNullKeys \ +static_assert(alignof(RigHierarchy_GetNullKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetNullKeys"); \ +static_assert(sizeof(RigHierarchy_GetNullKeys) == 0x000018, "Wrong size on RigHierarchy_GetNullKeys"); \ +static_assert(offsetof(RigHierarchy_GetNullKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetNullKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNullKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetNullKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNumberOfParents \ +static_assert(alignof(RigHierarchy_GetNumberOfParents) == 0x000004, "Wrong alignment on RigHierarchy_GetNumberOfParents"); \ +static_assert(sizeof(RigHierarchy_GetNumberOfParents) == 0x000010, "Wrong size on RigHierarchy_GetNumberOfParents"); \ +static_assert(offsetof(RigHierarchy_GetNumberOfParents, InKey) == 0x000000, "Member 'RigHierarchy_GetNumberOfParents::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNumberOfParents, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetNumberOfParents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParents \ +static_assert(alignof(RigHierarchy_GetParents) == 0x000008, "Wrong alignment on RigHierarchy_GetParents"); \ +static_assert(sizeof(RigHierarchy_GetParents) == 0x000020, "Wrong size on RigHierarchy_GetParents"); \ +static_assert(offsetof(RigHierarchy_GetParents, InKey) == 0x000000, "Member 'RigHierarchy_GetParents::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParents, bRecursive) == 0x00000C, "Member 'RigHierarchy_GetParents::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParents, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentTransform \ +static_assert(alignof(RigHierarchy_GetParentTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetParentTransform"); \ +static_assert(sizeof(RigHierarchy_GetParentTransform) == 0x000070, "Wrong size on RigHierarchy_GetParentTransform"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetParentTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetParentTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentTransformByIndex \ +static_assert(alignof(RigHierarchy_GetParentTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetParentTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetParentTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetParentTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetParentTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetParentTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentWeight \ +static_assert(alignof(RigHierarchy_GetParentWeight) == 0x000004, "Wrong alignment on RigHierarchy_GetParentWeight"); \ +static_assert(sizeof(RigHierarchy_GetParentWeight) == 0x000028, "Wrong size on RigHierarchy_GetParentWeight"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, InChild) == 0x000000, "Member 'RigHierarchy_GetParentWeight::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, InParent) == 0x00000C, "Member 'RigHierarchy_GetParentWeight::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, bInitial) == 0x000018, "Member 'RigHierarchy_GetParentWeight::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, ReturnValue) == 0x00001C, "Member 'RigHierarchy_GetParentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentWeightArray \ +static_assert(alignof(RigHierarchy_GetParentWeightArray) == 0x000008, "Wrong alignment on RigHierarchy_GetParentWeightArray"); \ +static_assert(sizeof(RigHierarchy_GetParentWeightArray) == 0x000020, "Wrong size on RigHierarchy_GetParentWeightArray"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, InChild) == 0x000000, "Member 'RigHierarchy_GetParentWeightArray::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, bInitial) == 0x00000C, "Member 'RigHierarchy_GetParentWeightArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentWeightArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPose \ +static_assert(alignof(RigHierarchy_GetPose) == 0x000008, "Wrong alignment on RigHierarchy_GetPose"); \ +static_assert(sizeof(RigHierarchy_GetPose) == 0x000078, "Wrong size on RigHierarchy_GetPose"); \ +static_assert(offsetof(RigHierarchy_GetPose, bInitial) == 0x000000, "Member 'RigHierarchy_GetPose::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPose, bIncludeTransientControls) == 0x000001, "Member 'RigHierarchy_GetPose::bIncludeTransientControls' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPose, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousName \ +static_assert(alignof(RigHierarchy_GetPreviousName) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousName"); \ +static_assert(sizeof(RigHierarchy_GetPreviousName) == 0x000014, "Wrong size on RigHierarchy_GetPreviousName"); \ +static_assert(offsetof(RigHierarchy_GetPreviousName, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousName::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetPreviousName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousParent \ +static_assert(alignof(RigHierarchy_GetPreviousParent) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousParent"); \ +static_assert(sizeof(RigHierarchy_GetPreviousParent) == 0x000018, "Wrong size on RigHierarchy_GetPreviousParent"); \ +static_assert(offsetof(RigHierarchy_GetPreviousParent, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetPreviousParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetQuatArrayMetadata \ +static_assert(alignof(RigHierarchy_GetQuatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetQuatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetQuatArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetQuatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetQuatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetQuatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetQuatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetQuatMetadata \ +static_assert(alignof(RigHierarchy_GetQuatMetadata) == 0x000010, "Wrong alignment on RigHierarchy_GetQuatMetadata"); \ +static_assert(sizeof(RigHierarchy_GetQuatMetadata) == 0x000060, "Wrong size on RigHierarchy_GetQuatMetadata"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetQuatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetQuatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, DefaultValue) == 0x000020, "Member 'RigHierarchy_GetQuatMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, ReturnValue) == 0x000040, "Member 'RigHierarchy_GetQuatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetReferenceKeys \ +static_assert(alignof(RigHierarchy_GetReferenceKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetReferenceKeys"); \ +static_assert(sizeof(RigHierarchy_GetReferenceKeys) == 0x000018, "Wrong size on RigHierarchy_GetReferenceKeys"); \ +static_assert(offsetof(RigHierarchy_GetReferenceKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetReferenceKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetReferenceKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetReferenceKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRigElementKeyArrayMetadata \ +static_assert(alignof(RigHierarchy_GetRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRigElementKeyArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRigElementKeyArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetRigElementKeyArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRigElementKeyMetadata \ +static_assert(alignof(RigHierarchy_GetRigElementKeyMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetRigElementKeyMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRigElementKeyMetadata) == 0x00002C, "Wrong size on RigHierarchy_GetRigElementKeyMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRigElementKeyMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRigElementKeyMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetRigElementKeyMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, ReturnValue) == 0x000020, "Member 'RigHierarchy_GetRigElementKeyMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRigidBodyKeys \ +static_assert(alignof(RigHierarchy_GetRigidBodyKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetRigidBodyKeys"); \ +static_assert(sizeof(RigHierarchy_GetRigidBodyKeys) == 0x000018, "Wrong size on RigHierarchy_GetRigidBodyKeys"); \ +static_assert(offsetof(RigHierarchy_GetRigidBodyKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetRigidBodyKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigidBodyKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetRigidBodyKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRootElementKeys \ +static_assert(alignof(RigHierarchy_GetRootElementKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetRootElementKeys"); \ +static_assert(sizeof(RigHierarchy_GetRootElementKeys) == 0x000010, "Wrong size on RigHierarchy_GetRootElementKeys"); \ +static_assert(offsetof(RigHierarchy_GetRootElementKeys, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetRootElementKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetRotatorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRotatorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetRotatorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRotatorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRotatorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetRotatorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorMetadata \ +static_assert(alignof(RigHierarchy_GetRotatorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRotatorMetadata) == 0x000048, "Wrong size on RigHierarchy_GetRotatorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRotatorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRotatorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, DefaultValue) == 0x000018, "Member 'RigHierarchy_GetRotatorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_GetRotatorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSelectedKeys \ +static_assert(alignof(RigHierarchy_GetSelectedKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetSelectedKeys"); \ +static_assert(sizeof(RigHierarchy_GetSelectedKeys) == 0x000018, "Wrong size on RigHierarchy_GetSelectedKeys"); \ +static_assert(offsetof(RigHierarchy_GetSelectedKeys, InTypeFilter) == 0x000000, "Member 'RigHierarchy_GetSelectedKeys::InTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetSelectedKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetSelectedKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSocketKeys \ +static_assert(alignof(RigHierarchy_GetSocketKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetSocketKeys"); \ +static_assert(sizeof(RigHierarchy_GetSocketKeys) == 0x000018, "Wrong size on RigHierarchy_GetSocketKeys"); \ +static_assert(offsetof(RigHierarchy_GetSocketKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetSocketKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetSocketKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetSocketKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSocketStates \ +static_assert(alignof(RigHierarchy_GetSocketStates) == 0x000008, "Wrong alignment on RigHierarchy_GetSocketStates"); \ +static_assert(sizeof(RigHierarchy_GetSocketStates) == 0x000010, "Wrong size on RigHierarchy_GetSocketStates"); \ +static_assert(offsetof(RigHierarchy_GetSocketStates, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetSocketStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTags \ +static_assert(alignof(RigHierarchy_GetTags) == 0x000008, "Wrong alignment on RigHierarchy_GetTags"); \ +static_assert(sizeof(RigHierarchy_GetTags) == 0x000020, "Wrong size on RigHierarchy_GetTags"); \ +static_assert(offsetof(RigHierarchy_GetTags, InItem) == 0x000000, "Member 'RigHierarchy_GetTags::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTags, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformArrayMetadata \ +static_assert(alignof(RigHierarchy_GetTransformArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetTransformArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetTransformArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetTransformArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetTransformArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetTransformArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetTransformArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformMetadata \ +static_assert(alignof(RigHierarchy_GetTransformMetadata) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformMetadata"); \ +static_assert(sizeof(RigHierarchy_GetTransformMetadata) == 0x0000E0, "Wrong size on RigHierarchy_GetTransformMetadata"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetTransformMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetTransformMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, DefaultValue) == 0x000020, "Member 'RigHierarchy_GetTransformMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, ReturnValue) == 0x000080, "Member 'RigHierarchy_GetTransformMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetVectorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetVectorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetVectorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetVectorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetVectorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetVectorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorMetadata \ +static_assert(alignof(RigHierarchy_GetVectorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetVectorMetadata) == 0x000048, "Wrong size on RigHierarchy_GetVectorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetVectorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetVectorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, DefaultValue) == 0x000018, "Member 'RigHierarchy_GetVectorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_GetVectorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_HasTag \ +static_assert(alignof(RigHierarchy_HasTag) == 0x000004, "Wrong alignment on RigHierarchy_HasTag"); \ +static_assert(sizeof(RigHierarchy_HasTag) == 0x000018, "Wrong size on RigHierarchy_HasTag"); \ +static_assert(offsetof(RigHierarchy_HasTag, InItem) == 0x000000, "Member 'RigHierarchy_HasTag::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_HasTag, InTag) == 0x00000C, "Member 'RigHierarchy_HasTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_HasTag, ReturnValue) == 0x000014, "Member 'RigHierarchy_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsControllerAvailable \ +static_assert(alignof(RigHierarchy_IsControllerAvailable) == 0x000001, "Wrong alignment on RigHierarchy_IsControllerAvailable"); \ +static_assert(sizeof(RigHierarchy_IsControllerAvailable) == 0x000001, "Wrong size on RigHierarchy_IsControllerAvailable"); \ +static_assert(offsetof(RigHierarchy_IsControllerAvailable, ReturnValue) == 0x000000, "Member 'RigHierarchy_IsControllerAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsCurveValueSet \ +static_assert(alignof(RigHierarchy_IsCurveValueSet) == 0x000004, "Wrong alignment on RigHierarchy_IsCurveValueSet"); \ +static_assert(sizeof(RigHierarchy_IsCurveValueSet) == 0x000010, "Wrong size on RigHierarchy_IsCurveValueSet"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSet, InKey) == 0x000000, "Member 'RigHierarchy_IsCurveValueSet::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSet, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsCurveValueSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsCurveValueSetByIndex \ +static_assert(alignof(RigHierarchy_IsCurveValueSetByIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsCurveValueSetByIndex"); \ +static_assert(sizeof(RigHierarchy_IsCurveValueSetByIndex) == 0x000008, "Wrong size on RigHierarchy_IsCurveValueSetByIndex"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSetByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_IsCurveValueSetByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSetByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsCurveValueSetByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsParentedTo \ +static_assert(alignof(RigHierarchy_IsParentedTo) == 0x000004, "Wrong alignment on RigHierarchy_IsParentedTo"); \ +static_assert(sizeof(RigHierarchy_IsParentedTo) == 0x00001C, "Wrong size on RigHierarchy_IsParentedTo"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, InChild) == 0x000000, "Member 'RigHierarchy_IsParentedTo::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, InParent) == 0x00000C, "Member 'RigHierarchy_IsParentedTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, ReturnValue) == 0x000018, "Member 'RigHierarchy_IsParentedTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsProcedural \ +static_assert(alignof(RigHierarchy_IsProcedural) == 0x000004, "Wrong alignment on RigHierarchy_IsProcedural"); \ +static_assert(sizeof(RigHierarchy_IsProcedural) == 0x000010, "Wrong size on RigHierarchy_IsProcedural"); \ +static_assert(offsetof(RigHierarchy_IsProcedural, InKey) == 0x000000, "Member 'RigHierarchy_IsProcedural::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsProcedural, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsProcedural::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsSelected \ +static_assert(alignof(RigHierarchy_IsSelected) == 0x000004, "Wrong alignment on RigHierarchy_IsSelected"); \ +static_assert(sizeof(RigHierarchy_IsSelected) == 0x000010, "Wrong size on RigHierarchy_IsSelected"); \ +static_assert(offsetof(RigHierarchy_IsSelected, InKey) == 0x000000, "Member 'RigHierarchy_IsSelected::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsSelected, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsSelectedByIndex \ +static_assert(alignof(RigHierarchy_IsSelectedByIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsSelectedByIndex"); \ +static_assert(sizeof(RigHierarchy_IsSelectedByIndex) == 0x000008, "Wrong size on RigHierarchy_IsSelectedByIndex"); \ +static_assert(offsetof(RigHierarchy_IsSelectedByIndex, InIndex) == 0x000000, "Member 'RigHierarchy_IsSelectedByIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsSelectedByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsSelectedByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsValidIndex \ +static_assert(alignof(RigHierarchy_IsValidIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsValidIndex"); \ +static_assert(sizeof(RigHierarchy_IsValidIndex) == 0x000008, "Wrong size on RigHierarchy_IsValidIndex"); \ +static_assert(offsetof(RigHierarchy_IsValidIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_IsValidIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsValidIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_Num \ +static_assert(alignof(RigHierarchy_Num) == 0x000004, "Wrong alignment on RigHierarchy_Num"); \ +static_assert(sizeof(RigHierarchy_Num) == 0x000004, "Wrong size on RigHierarchy_Num"); \ +static_assert(offsetof(RigHierarchy_Num, ReturnValue) == 0x000000, "Member 'RigHierarchy_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SortKeys \ +static_assert(alignof(RigHierarchy_SortKeys) == 0x000008, "Wrong alignment on RigHierarchy_SortKeys"); \ +static_assert(sizeof(RigHierarchy_SortKeys) == 0x000020, "Wrong size on RigHierarchy_SortKeys"); \ +static_assert(offsetof(RigHierarchy_SortKeys, InKeys) == 0x000000, "Member 'RigHierarchy_SortKeys::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SortKeys, ReturnValue) == 0x000010, "Member 'RigHierarchy_SortKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigHierarchy \ +static_assert(alignof(URigHierarchy) == 0x000010, "Wrong alignment on URigHierarchy"); \ +static_assert(sizeof(URigHierarchy) == 0x0004D0, "Wrong size on URigHierarchy"); \ +static_assert(offsetof(URigHierarchy, ModifiedEventDynamic) == 0x000040, "Member 'URigHierarchy::ModifiedEventDynamic' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, TopologyVersion) == 0x000098, "Member 'URigHierarchy::TopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, MetadataVersion) == 0x00009C, "Member 'URigHierarchy::MetadataVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, MetadataTagVersion) == 0x0000A0, "Member 'URigHierarchy::MetadataTagVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, bEnableDirtyPropagation) == 0x0000A2, "Member 'URigHierarchy::bEnableDirtyPropagation' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, TransformStackIndex) == 0x0001D4, "Member 'URigHierarchy::TransformStackIndex' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyController) == 0x000250, "Member 'URigHierarchy::HierarchyController' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, RuleManager) == 0x000260, "Member 'URigHierarchy::RuleManager' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, PreviousNameMap) == 0x0002B8, "Member 'URigHierarchy::PreviousNameMap' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyForCacheValidation) == 0x000400, "Member 'URigHierarchy::HierarchyForCacheValidation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRigHierarchyProvider \ +static_assert(alignof(IRigHierarchyProvider) == 0x000001, "Wrong alignment on IRigHierarchyProvider"); \ +static_assert(sizeof(IRigHierarchyProvider) == 0x000001, "Wrong size on IRigHierarchyProvider"); \ + +#define DUMPER7_ASSERTS_AnimNodeControlRigLibrary_ConvertToControlRig \ +static_assert(alignof(AnimNodeControlRigLibrary_ConvertToControlRig) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_ConvertToControlRig"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_ConvertToControlRig) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_ConvertToControlRig"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, Result) == 0x000010, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, ReturnValue) == 0x000018, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeControlRigLibrary_ConvertToControlRigPure \ +static_assert(alignof(AnimNodeControlRigLibrary_ConvertToControlRigPure) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_ConvertToControlRigPure"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_ConvertToControlRigPure) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_ConvertToControlRigPure"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, ControlRig) == 0x000010, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, Result) == 0x000020, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeControlRigLibrary_SetControlRigClass \ +static_assert(alignof(AnimNodeControlRigLibrary_SetControlRigClass) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_SetControlRigClass"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_SetControlRigClass) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_SetControlRigClass"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, ControlRigClass) == 0x000010, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, ReturnValue) == 0x000018, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNodeControlRigLibrary \ +static_assert(alignof(UAnimNodeControlRigLibrary) == 0x000008, "Wrong alignment on UAnimNodeControlRigLibrary"); \ +static_assert(sizeof(UAnimNodeControlRigLibrary) == 0x000028, "Wrong size on UAnimNodeControlRigLibrary"); \ + +#define DUMPER7_ASSERTS_UTransformableControlHandle \ +static_assert(alignof(UTransformableControlHandle) == 0x000008, "Wrong alignment on UTransformableControlHandle"); \ +static_assert(sizeof(UTransformableControlHandle) == 0x000090, "Wrong size on UTransformableControlHandle"); \ +static_assert(offsetof(UTransformableControlHandle, ControlRig) == 0x000060, "Member 'UTransformableControlHandle::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UTransformableControlHandle, ControlName) == 0x000088, "Member 'UTransformableControlHandle::ControlName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigAnimInstance \ +static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ +static_assert(sizeof(UControlRigAnimInstance) == 0x000370, "Wrong size on UControlRigAnimInstance"); \ + +#define DUMPER7_ASSERTS_UControlRigBlueprintGeneratedClass \ +static_assert(alignof(UControlRigBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UControlRigBlueprintGeneratedClass"); \ +static_assert(sizeof(UControlRigBlueprintGeneratedClass) == 0x000388, "Wrong size on UControlRigBlueprintGeneratedClass"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedCompleteSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000010, "Wrong size on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, InDirection) == 0x000008, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::InDirection' 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) == 0x000030, "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!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, InDirection) == 0x000028, "Member 'ControlRigComponent_AddMappedSkeletalMesh::InDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_CanExecute \ +static_assert(alignof(ControlRigComponent_CanExecute) == 0x000001, "Wrong alignment on ControlRigComponent_CanExecute"); \ +static_assert(sizeof(ControlRigComponent_CanExecute) == 0x000001, "Wrong size on ControlRigComponent_CanExecute"); \ +static_assert(offsetof(ControlRigComponent_CanExecute, ReturnValue) == 0x000000, "Member 'ControlRigComponent_CanExecute::ReturnValue' 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) == 0x00000C, "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) == 0x000008, "Member 'ControlRigComponent_DoesElementExist::ElementType' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, ReturnValue) == 0x000009, "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) == 0x000070, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_GetControlPosition) == 0x000028, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_GetControlRotator) == 0x000028, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlScale"); \ +static_assert(sizeof(ControlRigComponent_GetControlScale) == 0x000028, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_GetControlVector2D) == 0x000018, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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) == 0x000070, "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) == 0x000008, "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_OnPostConstruction \ +static_assert(alignof(ControlRigComponent_OnPostConstruction) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostConstruction"); \ +static_assert(sizeof(ControlRigComponent_OnPostConstruction) == 0x000008, "Wrong size on ControlRigComponent_OnPostConstruction"); \ +static_assert(offsetof(ControlRigComponent_OnPostConstruction, Component) == 0x000000, "Member 'ControlRigComponent_OnPostConstruction::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostForwardsSolve \ +static_assert(alignof(ControlRigComponent_OnPostForwardsSolve) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostForwardsSolve"); \ +static_assert(sizeof(ControlRigComponent_OnPostForwardsSolve) == 0x000008, "Wrong size on ControlRigComponent_OnPostForwardsSolve"); \ +static_assert(offsetof(ControlRigComponent_OnPostForwardsSolve, Component) == 0x000000, "Member 'ControlRigComponent_OnPostForwardsSolve::Component' 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_OnPreConstruction \ +static_assert(alignof(ControlRigComponent_OnPreConstruction) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreConstruction"); \ +static_assert(sizeof(ControlRigComponent_OnPreConstruction) == 0x000008, "Wrong size on ControlRigComponent_OnPreConstruction"); \ +static_assert(offsetof(ControlRigComponent_OnPreConstruction, Component) == 0x000000, "Member 'ControlRigComponent_OnPreConstruction::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreForwardsSolve \ +static_assert(alignof(ControlRigComponent_OnPreForwardsSolve) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreForwardsSolve"); \ +static_assert(sizeof(ControlRigComponent_OnPreForwardsSolve) == 0x000008, "Wrong size on ControlRigComponent_OnPreForwardsSolve"); \ +static_assert(offsetof(ControlRigComponent_OnPreForwardsSolve, Component) == 0x000000, "Member 'ControlRigComponent_OnPreForwardsSolve::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreInitialize \ +static_assert(alignof(ControlRigComponent_OnPreInitialize) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreInitialize"); \ +static_assert(sizeof(ControlRigComponent_OnPreInitialize) == 0x000008, "Wrong size on ControlRigComponent_OnPreInitialize"); \ +static_assert(offsetof(ControlRigComponent_OnPreInitialize, Component) == 0x000000, "Member 'ControlRigComponent_OnPreInitialize::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) == 0x000080, "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) == 0x000070, "Member 'ControlRigComponent_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Weight) == 0x000074, "Member 'ControlRigComponent_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, bPropagateToChildren) == 0x000078, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000080, "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) == 0x000070, "Member 'ControlRigComponent_SetControlOffset::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlPosition \ +static_assert(alignof(ControlRigComponent_SetControlPosition) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_SetControlPosition) == 0x000028, "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) == 0x000008, "Member 'ControlRigComponent_SetControlPosition::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, Space) == 0x000020, "Member 'ControlRigComponent_SetControlPosition::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlRigClass \ +static_assert(alignof(ControlRigComponent_SetControlRigClass) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlRigClass"); \ +static_assert(sizeof(ControlRigComponent_SetControlRigClass) == 0x000008, "Wrong size on ControlRigComponent_SetControlRigClass"); \ +static_assert(offsetof(ControlRigComponent_SetControlRigClass, InControlRigClass) == 0x000000, "Member 'ControlRigComponent_SetControlRigClass::InControlRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlRotator \ +static_assert(alignof(ControlRigComponent_SetControlRotator) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_SetControlRotator) == 0x000028, "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) == 0x000008, "Member 'ControlRigComponent_SetControlRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, Space) == 0x000020, "Member 'ControlRigComponent_SetControlRotator::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlScale \ +static_assert(alignof(ControlRigComponent_SetControlScale) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlScale"); \ +static_assert(sizeof(ControlRigComponent_SetControlScale) == 0x000028, "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) == 0x000008, "Member 'ControlRigComponent_SetControlScale::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, Space) == 0x000020, "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) == 0x000080, "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) == 0x000070, "Member 'ControlRigComponent_SetControlTransform::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlVector2D \ +static_assert(alignof(ControlRigComponent_SetControlVector2D) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_SetControlVector2D) == 0x000018, "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) == 0x000008, "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) == 0x000080, "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) == 0x000070, "Member 'ControlRigComponent_SetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, bPropagateToChildren) == 0x000071, "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) == 0x000080, "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) == 0x000070, "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_SetObjectBinding \ +static_assert(alignof(ControlRigComponent_SetObjectBinding) == 0x000008, "Wrong alignment on ControlRigComponent_SetObjectBinding"); \ +static_assert(sizeof(ControlRigComponent_SetObjectBinding) == 0x000008, "Wrong size on ControlRigComponent_SetObjectBinding"); \ +static_assert(offsetof(ControlRigComponent_SetObjectBinding, InObjectToBind) == 0x000000, "Member 'ControlRigComponent_SetObjectBinding::InObjectToBind' 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) == 0x000680, "Wrong size on UControlRigComponent"); \ +static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000518, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreInitializeDelegate) == 0x000520, "Member 'UControlRigComponent::OnPreInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000530, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreConstructionDelegate) == 0x000540, "Member 'UControlRigComponent::OnPreConstructionDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostConstructionDelegate) == 0x000550, "Member 'UControlRigComponent::OnPostConstructionDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreForwardsSolveDelegate) == 0x000560, "Member 'UControlRigComponent::OnPreForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostForwardsSolveDelegate) == 0x000570, "Member 'UControlRigComponent::OnPostForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, UserDefinedElements) == 0x000580, "Member 'UControlRigComponent::UserDefinedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, MappedElements) == 0x000590, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bEnableLazyEvaluation) == 0x0005A0, "Member 'UControlRigComponent::bEnableLazyEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationPositionThreshold) == 0x0005A4, "Member 'UControlRigComponent::LazyEvaluationPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationRotationThreshold) == 0x0005A8, "Member 'UControlRigComponent::LazyEvaluationRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationScaleThreshold) == 0x0005AC, "Member 'UControlRigComponent::LazyEvaluationScaleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0005B0, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeConstruction) == 0x0005B1, "Member 'UControlRigComponent::bResetInitialsBeforeConstruction' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0005B2, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0005B3, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0005B4, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0005B5, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0005B8, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigControlActor \ +static_assert(alignof(AControlRigControlActor) == 0x000008, "Wrong alignment on AControlRigControlActor"); \ +static_assert(sizeof(AControlRigControlActor) == 0x000340, "Wrong size on AControlRigControlActor"); \ +static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x000290, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x000298, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x0002A0, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x0002A1, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x0002A8, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x0002B0, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x0002C0, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x0002C8, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x0002D0, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x0002F8, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ShapeTransforms) == 0x000308, "Member 'AControlRigControlActor::ShapeTransforms' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Components) == 0x000318, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Materials) == 0x000328, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x000338, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnEnabledChanged \ +static_assert(alignof(ControlRigShapeActor_OnEnabledChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnEnabledChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnEnabledChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnEnabledChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnEnabledChanged, bIsEnabled) == 0x000000, "Member 'ControlRigShapeActor_OnEnabledChanged::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnHoveredChanged \ +static_assert(alignof(ControlRigShapeActor_OnHoveredChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnHoveredChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnHoveredChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnHoveredChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnHoveredChanged, bIsSelected) == 0x000000, "Member 'ControlRigShapeActor_OnHoveredChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnManipulatingChanged \ +static_assert(alignof(ControlRigShapeActor_OnManipulatingChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnManipulatingChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnManipulatingChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnManipulatingChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnManipulatingChanged, bIsManipulating) == 0x000000, "Member 'ControlRigShapeActor_OnManipulatingChanged::bIsManipulating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnSelectionChanged \ +static_assert(alignof(ControlRigShapeActor_OnSelectionChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnSelectionChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnSelectionChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnSelectionChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnSelectionChanged, bIsSelected) == 0x000000, "Member 'ControlRigShapeActor_OnSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnTransformChanged \ +static_assert(alignof(ControlRigShapeActor_OnTransformChanged) == 0x000010, "Wrong alignment on ControlRigShapeActor_OnTransformChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnTransformChanged) == 0x000060, "Wrong size on ControlRigShapeActor_OnTransformChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnTransformChanged, NewTransform) == 0x000000, "Member 'ControlRigShapeActor_OnTransformChanged::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetEnabled \ +static_assert(alignof(ControlRigShapeActor_SetEnabled) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetEnabled"); \ +static_assert(sizeof(ControlRigShapeActor_SetEnabled) == 0x000001, "Wrong size on ControlRigShapeActor_SetEnabled"); \ +static_assert(offsetof(ControlRigShapeActor_SetEnabled, bInEnabled) == 0x000000, "Member 'ControlRigShapeActor_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetGlobalTransform \ +static_assert(alignof(ControlRigShapeActor_SetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigShapeActor_SetGlobalTransform"); \ +static_assert(sizeof(ControlRigShapeActor_SetGlobalTransform) == 0x000060, "Wrong size on ControlRigShapeActor_SetGlobalTransform"); \ +static_assert(offsetof(ControlRigShapeActor_SetGlobalTransform, InTransform) == 0x000000, "Member 'ControlRigShapeActor_SetGlobalTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetHovered \ +static_assert(alignof(ControlRigShapeActor_SetHovered) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetHovered"); \ +static_assert(sizeof(ControlRigShapeActor_SetHovered) == 0x000001, "Wrong size on ControlRigShapeActor_SetHovered"); \ +static_assert(offsetof(ControlRigShapeActor_SetHovered, bInHovered) == 0x000000, "Member 'ControlRigShapeActor_SetHovered::bInHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetSelectable \ +static_assert(alignof(ControlRigShapeActor_SetSelectable) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetSelectable"); \ +static_assert(sizeof(ControlRigShapeActor_SetSelectable) == 0x000001, "Wrong size on ControlRigShapeActor_SetSelectable"); \ +static_assert(offsetof(ControlRigShapeActor_SetSelectable, bInSelectable) == 0x000000, "Member 'ControlRigShapeActor_SetSelectable::bInSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetSelected \ +static_assert(alignof(ControlRigShapeActor_SetSelected) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetSelected"); \ +static_assert(sizeof(ControlRigShapeActor_SetSelected) == 0x000001, "Wrong size on ControlRigShapeActor_SetSelected"); \ +static_assert(offsetof(ControlRigShapeActor_SetSelected, bInSelected) == 0x000000, "Member 'ControlRigShapeActor_SetSelected::bInSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_GetGlobalTransform \ +static_assert(alignof(ControlRigShapeActor_GetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigShapeActor_GetGlobalTransform"); \ +static_assert(sizeof(ControlRigShapeActor_GetGlobalTransform) == 0x000060, "Wrong size on ControlRigShapeActor_GetGlobalTransform"); \ +static_assert(offsetof(ControlRigShapeActor_GetGlobalTransform, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsEnabled \ +static_assert(alignof(ControlRigShapeActor_IsEnabled) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsEnabled"); \ +static_assert(sizeof(ControlRigShapeActor_IsEnabled) == 0x000001, "Wrong size on ControlRigShapeActor_IsEnabled"); \ +static_assert(offsetof(ControlRigShapeActor_IsEnabled, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsHovered \ +static_assert(alignof(ControlRigShapeActor_IsHovered) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsHovered"); \ +static_assert(sizeof(ControlRigShapeActor_IsHovered) == 0x000001, "Wrong size on ControlRigShapeActor_IsHovered"); \ +static_assert(offsetof(ControlRigShapeActor_IsHovered, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsSelectedInEditor \ +static_assert(alignof(ControlRigShapeActor_IsSelectedInEditor) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsSelectedInEditor"); \ +static_assert(sizeof(ControlRigShapeActor_IsSelectedInEditor) == 0x000001, "Wrong size on ControlRigShapeActor_IsSelectedInEditor"); \ +static_assert(offsetof(ControlRigShapeActor_IsSelectedInEditor, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsSelectedInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigShapeActor \ +static_assert(alignof(AControlRigShapeActor) == 0x000010, "Wrong alignment on AControlRigShapeActor"); \ +static_assert(sizeof(AControlRigShapeActor) == 0x000350, "Wrong size on AControlRigShapeActor"); \ +static_assert(offsetof(AControlRigShapeActor, ActorRootComponent) == 0x000290, "Member 'AControlRigShapeActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, StaticMeshComponent) == 0x000298, "Member 'AControlRigShapeActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlRigIndex) == 0x0002A0, "Member 'AControlRigShapeActor::ControlRigIndex' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlRig) == 0x0002A4, "Member 'AControlRigShapeActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlName) == 0x0002AC, "Member 'AControlRigShapeActor::ControlName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ShapeName) == 0x0002B4, "Member 'AControlRigShapeActor::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ColorParameterName) == 0x0002BC, "Member 'AControlRigShapeActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigShapeLibrary \ +static_assert(alignof(UControlRigShapeLibrary) == 0x000010, "Wrong alignment on UControlRigShapeLibrary"); \ +static_assert(sizeof(UControlRigShapeLibrary) == 0x000150, "Wrong size on UControlRigShapeLibrary"); \ +static_assert(offsetof(UControlRigShapeLibrary, DefaultShape) == 0x000030, "Member 'UControlRigShapeLibrary::DefaultShape' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, DefaultMaterial) == 0x0000D0, "Member 'UControlRigShapeLibrary::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, XRayMaterial) == 0x0000F8, "Member 'UControlRigShapeLibrary::XRayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, MaterialColorParameter) == 0x000120, "Member 'UControlRigShapeLibrary::MaterialColorParameter' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, Shapes) == 0x000128, "Member 'UControlRigShapeLibrary::Shapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_CreateNewAsset \ +static_assert(alignof(ControlRigTestData_CreateNewAsset) == 0x000008, "Wrong alignment on ControlRigTestData_CreateNewAsset"); \ +static_assert(sizeof(ControlRigTestData_CreateNewAsset) == 0x000028, "Wrong size on ControlRigTestData_CreateNewAsset"); \ +static_assert(offsetof(ControlRigTestData_CreateNewAsset, InDesiredPackagePath) == 0x000000, "Member 'ControlRigTestData_CreateNewAsset::InDesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_CreateNewAsset, InBlueprintPathName) == 0x000010, "Member 'ControlRigTestData_CreateNewAsset::InBlueprintPathName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_CreateNewAsset, ReturnValue) == 0x000020, "Member 'ControlRigTestData_CreateNewAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_Record \ +static_assert(alignof(ControlRigTestData_Record) == 0x000008, "Wrong alignment on ControlRigTestData_Record"); \ +static_assert(sizeof(ControlRigTestData_Record) == 0x000018, "Wrong size on ControlRigTestData_Record"); \ +static_assert(offsetof(ControlRigTestData_Record, InControlRig) == 0x000000, "Member 'ControlRigTestData_Record::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_Record, InRecordingDuration) == 0x000008, "Member 'ControlRigTestData_Record::InRecordingDuration' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_Record, ReturnValue) == 0x000010, "Member 'ControlRigTestData_Record::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_SetupReplay \ +static_assert(alignof(ControlRigTestData_SetupReplay) == 0x000008, "Wrong alignment on ControlRigTestData_SetupReplay"); \ +static_assert(sizeof(ControlRigTestData_SetupReplay) == 0x000010, "Wrong size on ControlRigTestData_SetupReplay"); \ +static_assert(offsetof(ControlRigTestData_SetupReplay, InControlRig) == 0x000000, "Member 'ControlRigTestData_SetupReplay::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_SetupReplay, bGroundTruth) == 0x000008, "Member 'ControlRigTestData_SetupReplay::bGroundTruth' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_SetupReplay, ReturnValue) == 0x000009, "Member 'ControlRigTestData_SetupReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_GetFrameIndexForTime \ +static_assert(alignof(ControlRigTestData_GetFrameIndexForTime) == 0x000008, "Wrong alignment on ControlRigTestData_GetFrameIndexForTime"); \ +static_assert(sizeof(ControlRigTestData_GetFrameIndexForTime) == 0x000010, "Wrong size on ControlRigTestData_GetFrameIndexForTime"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, InSeconds) == 0x000000, "Member 'ControlRigTestData_GetFrameIndexForTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, bInput) == 0x000008, "Member 'ControlRigTestData_GetFrameIndexForTime::bInput' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, ReturnValue) == 0x00000C, "Member 'ControlRigTestData_GetFrameIndexForTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_GetPlaybackMode \ +static_assert(alignof(ControlRigTestData_GetPlaybackMode) == 0x000001, "Wrong alignment on ControlRigTestData_GetPlaybackMode"); \ +static_assert(sizeof(ControlRigTestData_GetPlaybackMode) == 0x000001, "Wrong size on ControlRigTestData_GetPlaybackMode"); \ +static_assert(offsetof(ControlRigTestData_GetPlaybackMode, ReturnValue) == 0x000000, "Member 'ControlRigTestData_GetPlaybackMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_GetTimeRange \ +static_assert(alignof(ControlRigTestData_GetTimeRange) == 0x000008, "Wrong alignment on ControlRigTestData_GetTimeRange"); \ +static_assert(sizeof(ControlRigTestData_GetTimeRange) == 0x000018, "Wrong size on ControlRigTestData_GetTimeRange"); \ +static_assert(offsetof(ControlRigTestData_GetTimeRange, bInput) == 0x000000, "Member 'ControlRigTestData_GetTimeRange::bInput' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_GetTimeRange, ReturnValue) == 0x000008, "Member 'ControlRigTestData_GetTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_IsRecording \ +static_assert(alignof(ControlRigTestData_IsRecording) == 0x000001, "Wrong alignment on ControlRigTestData_IsRecording"); \ +static_assert(sizeof(ControlRigTestData_IsRecording) == 0x000001, "Wrong size on ControlRigTestData_IsRecording"); \ +static_assert(offsetof(ControlRigTestData_IsRecording, ReturnValue) == 0x000000, "Member 'ControlRigTestData_IsRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_IsReplaying \ +static_assert(alignof(ControlRigTestData_IsReplaying) == 0x000001, "Wrong alignment on ControlRigTestData_IsReplaying"); \ +static_assert(sizeof(ControlRigTestData_IsReplaying) == 0x000001, "Wrong size on ControlRigTestData_IsReplaying"); \ +static_assert(offsetof(ControlRigTestData_IsReplaying, ReturnValue) == 0x000000, "Member 'ControlRigTestData_IsReplaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigTestData \ +static_assert(alignof(UControlRigTestData) == 0x000008, "Wrong alignment on UControlRigTestData"); \ +static_assert(sizeof(UControlRigTestData) == 0x000150, "Wrong size on UControlRigTestData"); \ +static_assert(offsetof(UControlRigTestData, ControlRigObjectPath) == 0x000028, "Member 'UControlRigTestData::ControlRigObjectPath' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, Initial) == 0x000048, "Member 'UControlRigTestData::Initial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, InputFrames) == 0x0000D8, "Member 'UControlRigTestData::InputFrames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, OutputFrames) == 0x0000E8, "Member 'UControlRigTestData::OutputFrames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, FramesToSkip) == 0x0000F8, "Member 'UControlRigTestData::FramesToSkip' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, Tolerance) == 0x000108, "Member 'UControlRigTestData::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigValidator \ +static_assert(alignof(UControlRigValidator) == 0x000008, "Wrong alignment on UControlRigValidator"); \ +static_assert(sizeof(UControlRigValidator) == 0x000068, "Wrong size on UControlRigValidator"); \ +static_assert(offsetof(UControlRigValidator, Passes) == 0x000028, "Member 'UControlRigValidator::Passes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigValidationPass \ +static_assert(alignof(UControlRigValidationPass) == 0x000008, "Wrong alignment on UControlRigValidationPass"); \ +static_assert(sizeof(UControlRigValidationPass) == 0x000028, "Wrong size on UControlRigValidationPass"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AddModule \ +static_assert(alignof(ModularRigController_AddModule) == 0x000008, "Wrong alignment on ModularRigController_AddModule"); \ +static_assert(sizeof(ModularRigController_AddModule) == 0x000038, "Wrong size on ModularRigController_AddModule"); \ +static_assert(offsetof(ModularRigController_AddModule, InModuleName) == 0x000000, "Member 'ModularRigController_AddModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, InClass) == 0x000008, "Member 'ModularRigController_AddModule::InClass' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, InParentModulePath) == 0x000010, "Member 'ModularRigController_AddModule::InParentModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, bSetupUndo) == 0x000020, "Member 'ModularRigController_AddModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, ReturnValue) == 0x000028, "Member 'ModularRigController_AddModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AutoConnectModules \ +static_assert(alignof(ModularRigController_AutoConnectModules) == 0x000008, "Wrong alignment on ModularRigController_AutoConnectModules"); \ +static_assert(sizeof(ModularRigController_AutoConnectModules) == 0x000018, "Wrong size on ModularRigController_AutoConnectModules"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, InModulePaths) == 0x000000, "Member 'ModularRigController_AutoConnectModules::InModulePaths' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, bReplaceExistingConnections) == 0x000010, "Member 'ModularRigController_AutoConnectModules::bReplaceExistingConnections' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, bSetupUndo) == 0x000011, "Member 'ModularRigController_AutoConnectModules::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, ReturnValue) == 0x000012, "Member 'ModularRigController_AutoConnectModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AutoConnectSecondaryConnectors \ +static_assert(alignof(ModularRigController_AutoConnectSecondaryConnectors) == 0x000008, "Wrong alignment on ModularRigController_AutoConnectSecondaryConnectors"); \ +static_assert(sizeof(ModularRigController_AutoConnectSecondaryConnectors) == 0x000018, "Wrong size on ModularRigController_AutoConnectSecondaryConnectors"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, InConnectorKeys) == 0x000000, "Member 'ModularRigController_AutoConnectSecondaryConnectors::InConnectorKeys' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, bReplaceExistingConnections) == 0x000010, "Member 'ModularRigController_AutoConnectSecondaryConnectors::bReplaceExistingConnections' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, bSetupUndo) == 0x000011, "Member 'ModularRigController_AutoConnectSecondaryConnectors::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, ReturnValue) == 0x000012, "Member 'ModularRigController_AutoConnectSecondaryConnectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_BindModuleVariable \ +static_assert(alignof(ModularRigController_BindModuleVariable) == 0x000008, "Wrong alignment on ModularRigController_BindModuleVariable"); \ +static_assert(sizeof(ModularRigController_BindModuleVariable) == 0x000030, "Wrong size on ModularRigController_BindModuleVariable"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InModulePath) == 0x000000, "Member 'ModularRigController_BindModuleVariable::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InVariableName) == 0x000010, "Member 'ModularRigController_BindModuleVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InSourcePath) == 0x000018, "Member 'ModularRigController_BindModuleVariable::InSourcePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, bSetupUndo) == 0x000028, "Member 'ModularRigController_BindModuleVariable::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, ReturnValue) == 0x000029, "Member 'ModularRigController_BindModuleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_CanConnectConnectorToElement \ +static_assert(alignof(ModularRigController_CanConnectConnectorToElement) == 0x000008, "Wrong alignment on ModularRigController_CanConnectConnectorToElement"); \ +static_assert(sizeof(ModularRigController_CanConnectConnectorToElement) == 0x000030, "Wrong size on ModularRigController_CanConnectConnectorToElement"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, InConnectorKey) == 0x000000, "Member 'ModularRigController_CanConnectConnectorToElement::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, InTargetKey) == 0x00000C, "Member 'ModularRigController_CanConnectConnectorToElement::InTargetKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, OutErrorMessage) == 0x000018, "Member 'ModularRigController_CanConnectConnectorToElement::OutErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, ReturnValue) == 0x000028, "Member 'ModularRigController_CanConnectConnectorToElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ConnectConnectorToElement \ +static_assert(alignof(ModularRigController_ConnectConnectorToElement) == 0x000004, "Wrong alignment on ModularRigController_ConnectConnectorToElement"); \ +static_assert(sizeof(ModularRigController_ConnectConnectorToElement) == 0x00001C, "Wrong size on ModularRigController_ConnectConnectorToElement"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, InConnectorKey) == 0x000000, "Member 'ModularRigController_ConnectConnectorToElement::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, InTargetKey) == 0x00000C, "Member 'ModularRigController_ConnectConnectorToElement::InTargetKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bSetupUndo) == 0x000018, "Member 'ModularRigController_ConnectConnectorToElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bAutoResolveOtherConnectors) == 0x000019, "Member 'ModularRigController_ConnectConnectorToElement::bAutoResolveOtherConnectors' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bCheckValidConnection) == 0x00001A, "Member 'ModularRigController_ConnectConnectorToElement::bCheckValidConnection' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, ReturnValue) == 0x00001B, "Member 'ModularRigController_ConnectConnectorToElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DeleteModule \ +static_assert(alignof(ModularRigController_DeleteModule) == 0x000008, "Wrong alignment on ModularRigController_DeleteModule"); \ +static_assert(sizeof(ModularRigController_DeleteModule) == 0x000018, "Wrong size on ModularRigController_DeleteModule"); \ +static_assert(offsetof(ModularRigController_DeleteModule, InModulePath) == 0x000000, "Member 'ModularRigController_DeleteModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DeleteModule, bSetupUndo) == 0x000010, "Member 'ModularRigController_DeleteModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DeleteModule, ReturnValue) == 0x000011, "Member 'ModularRigController_DeleteModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DisconnectConnector \ +static_assert(alignof(ModularRigController_DisconnectConnector) == 0x000004, "Wrong alignment on ModularRigController_DisconnectConnector"); \ +static_assert(sizeof(ModularRigController_DisconnectConnector) == 0x000010, "Wrong size on ModularRigController_DisconnectConnector"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, InConnectorKey) == 0x000000, "Member 'ModularRigController_DisconnectConnector::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, bDisconnectSubModules) == 0x00000C, "Member 'ModularRigController_DisconnectConnector::bDisconnectSubModules' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, bSetupUndo) == 0x00000D, "Member 'ModularRigController_DisconnectConnector::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, ReturnValue) == 0x00000E, "Member 'ModularRigController_DisconnectConnector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DisconnectCyclicConnectors \ +static_assert(alignof(ModularRigController_DisconnectCyclicConnectors) == 0x000008, "Wrong alignment on ModularRigController_DisconnectCyclicConnectors"); \ +static_assert(sizeof(ModularRigController_DisconnectCyclicConnectors) == 0x000018, "Wrong size on ModularRigController_DisconnectCyclicConnectors"); \ +static_assert(offsetof(ModularRigController_DisconnectCyclicConnectors, bSetupUndo) == 0x000000, "Member 'ModularRigController_DisconnectCyclicConnectors::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectCyclicConnectors, ReturnValue) == 0x000008, "Member 'ModularRigController_DisconnectCyclicConnectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_MirrorModule \ +static_assert(alignof(ModularRigController_MirrorModule) == 0x000008, "Wrong alignment on ModularRigController_MirrorModule"); \ +static_assert(sizeof(ModularRigController_MirrorModule) == 0x000050, "Wrong size on ModularRigController_MirrorModule"); \ +static_assert(offsetof(ModularRigController_MirrorModule, InModulePath) == 0x000000, "Member 'ModularRigController_MirrorModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, InSettings) == 0x000010, "Member 'ModularRigController_MirrorModule::InSettings' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, bSetupUndo) == 0x000038, "Member 'ModularRigController_MirrorModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, ReturnValue) == 0x000040, "Member 'ModularRigController_MirrorModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_RenameModule \ +static_assert(alignof(ModularRigController_RenameModule) == 0x000008, "Wrong alignment on ModularRigController_RenameModule"); \ +static_assert(sizeof(ModularRigController_RenameModule) == 0x000030, "Wrong size on ModularRigController_RenameModule"); \ +static_assert(offsetof(ModularRigController_RenameModule, InModulePath) == 0x000000, "Member 'ModularRigController_RenameModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, InNewName) == 0x000010, "Member 'ModularRigController_RenameModule::InNewName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, bSetupUndo) == 0x000018, "Member 'ModularRigController_RenameModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, ReturnValue) == 0x000020, "Member 'ModularRigController_RenameModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ReparentModule \ +static_assert(alignof(ModularRigController_ReparentModule) == 0x000008, "Wrong alignment on ModularRigController_ReparentModule"); \ +static_assert(sizeof(ModularRigController_ReparentModule) == 0x000038, "Wrong size on ModularRigController_ReparentModule"); \ +static_assert(offsetof(ModularRigController_ReparentModule, InModulePath) == 0x000000, "Member 'ModularRigController_ReparentModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, InNewParentModulePath) == 0x000010, "Member 'ModularRigController_ReparentModule::InNewParentModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, bSetupUndo) == 0x000020, "Member 'ModularRigController_ReparentModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, ReturnValue) == 0x000028, "Member 'ModularRigController_ReparentModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SetConfigValueInModule \ +static_assert(alignof(ModularRigController_SetConfigValueInModule) == 0x000008, "Wrong alignment on ModularRigController_SetConfigValueInModule"); \ +static_assert(sizeof(ModularRigController_SetConfigValueInModule) == 0x000030, "Wrong size on ModularRigController_SetConfigValueInModule"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InModulePath) == 0x000000, "Member 'ModularRigController_SetConfigValueInModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InVariableName) == 0x000010, "Member 'ModularRigController_SetConfigValueInModule::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InValue) == 0x000018, "Member 'ModularRigController_SetConfigValueInModule::InValue' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, bSetupUndo) == 0x000028, "Member 'ModularRigController_SetConfigValueInModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, ReturnValue) == 0x000029, "Member 'ModularRigController_SetConfigValueInModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SetModuleShortName \ +static_assert(alignof(ModularRigController_SetModuleShortName) == 0x000008, "Wrong alignment on ModularRigController_SetModuleShortName"); \ +static_assert(sizeof(ModularRigController_SetModuleShortName) == 0x000028, "Wrong size on ModularRigController_SetModuleShortName"); \ +static_assert(offsetof(ModularRigController_SetModuleShortName, InModulePath) == 0x000000, "Member 'ModularRigController_SetModuleShortName::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetModuleShortName, InNewShortName) == 0x000010, "Member 'ModularRigController_SetModuleShortName::InNewShortName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetModuleShortName, bSetupUndo) == 0x000020, "Member 'ModularRigController_SetModuleShortName::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetModuleShortName, ReturnValue) == 0x000021, "Member 'ModularRigController_SetModuleShortName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_UnBindModuleVariable \ +static_assert(alignof(ModularRigController_UnBindModuleVariable) == 0x000008, "Wrong alignment on ModularRigController_UnBindModuleVariable"); \ +static_assert(sizeof(ModularRigController_UnBindModuleVariable) == 0x000020, "Wrong size on ModularRigController_UnBindModuleVariable"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, InModulePath) == 0x000000, "Member 'ModularRigController_UnBindModuleVariable::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, InVariableName) == 0x000010, "Member 'ModularRigController_UnBindModuleVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, bSetupUndo) == 0x000018, "Member 'ModularRigController_UnBindModuleVariable::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, ReturnValue) == 0x000019, "Member 'ModularRigController_UnBindModuleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularRigController \ +static_assert(alignof(UModularRigController) == 0x000008, "Wrong alignment on UModularRigController"); \ +static_assert(sizeof(UModularRigController) == 0x000050, "Wrong size on UModularRigController"); \ + +#define DUMPER7_ASSERTS_UModularRigRuleManager \ +static_assert(alignof(UModularRigRuleManager) == 0x000008, "Wrong alignment on UModularRigRuleManager"); \ +static_assert(sizeof(UModularRigRuleManager) == 0x000030, "Wrong size on UModularRigRuleManager"); \ + +#define DUMPER7_ASSERTS_UAdditiveControlRig \ +static_assert(alignof(UAdditiveControlRig) == 0x000008, "Wrong alignment on UAdditiveControlRig"); \ +static_assert(sizeof(UAdditiveControlRig) == 0x000AB8, "Wrong size on UAdditiveControlRig"); \ + +#define DUMPER7_ASSERTS_UFKControlRig \ +static_assert(alignof(UFKControlRig) == 0x000008, "Wrong alignment on UFKControlRig"); \ +static_assert(sizeof(UFKControlRig) == 0x000AE8, "Wrong size on UFKControlRig"); \ +static_assert(offsetof(UFKControlRig, IsControlActive) == 0x000AA8, "Member 'UFKControlRig::IsControlActive' has a wrong offset!"); \ +static_assert(offsetof(UFKControlRig, ApplyMode) == 0x000AB8, "Member 'UFKControlRig::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddAnimationChannel_ForBlueprint \ +static_assert(alignof(RigHierarchyController_AddAnimationChannel_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchyController_AddAnimationChannel_ForBlueprint"); \ +static_assert(sizeof(RigHierarchyController_AddAnimationChannel_ForBlueprint) == 0x0001E0, "Wrong size on RigHierarchyController_AddAnimationChannel_ForBlueprint"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InName) == 0x000000, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InParentControl) == 0x000008, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InParentControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InSettings) == 0x000018, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, bSetupUndo) == 0x0001D0, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, bPrintPythonCommand) == 0x0001D1, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, ReturnValue) == 0x0001D4, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddBone \ +static_assert(alignof(RigHierarchyController_AddBone) == 0x000010, "Wrong alignment on RigHierarchyController_AddBone"); \ +static_assert(sizeof(RigHierarchyController_AddBone) == 0x000090, "Wrong size on RigHierarchyController_AddBone"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InName) == 0x000000, "Member 'RigHierarchyController_AddBone::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InParent) == 0x000008, "Member 'RigHierarchyController_AddBone::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InTransform) == 0x000020, "Member 'RigHierarchyController_AddBone::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bTransformInGlobal) == 0x000080, "Member 'RigHierarchyController_AddBone::bTransformInGlobal' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InBoneType) == 0x000081, "Member 'RigHierarchyController_AddBone::InBoneType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bSetupUndo) == 0x000082, "Member 'RigHierarchyController_AddBone::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bPrintPythonCommand) == 0x000083, "Member 'RigHierarchyController_AddBone::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, ReturnValue) == 0x000084, "Member 'RigHierarchyController_AddBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddConnector \ +static_assert(alignof(RigHierarchyController_AddConnector) == 0x000008, "Wrong alignment on RigHierarchyController_AddConnector"); \ +static_assert(sizeof(RigHierarchyController_AddConnector) == 0x000040, "Wrong size on RigHierarchyController_AddConnector"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, InName) == 0x000000, "Member 'RigHierarchyController_AddConnector::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, InSettings) == 0x000008, "Member 'RigHierarchyController_AddConnector::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, bSetupUndo) == 0x000030, "Member 'RigHierarchyController_AddConnector::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, bPrintPythonCommand) == 0x000031, "Member 'RigHierarchyController_AddConnector::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, ReturnValue) == 0x000034, "Member 'RigHierarchyController_AddConnector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddControl_ForBlueprint \ +static_assert(alignof(RigHierarchyController_AddControl_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchyController_AddControl_ForBlueprint"); \ +static_assert(sizeof(RigHierarchyController_AddControl_ForBlueprint) == 0x000268, "Wrong size on RigHierarchyController_AddControl_ForBlueprint"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, InName) == 0x000000, "Member 'RigHierarchyController_AddControl_ForBlueprint::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, InParent) == 0x000008, "Member 'RigHierarchyController_AddControl_ForBlueprint::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, InSettings) == 0x000018, "Member 'RigHierarchyController_AddControl_ForBlueprint::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, InValue) == 0x0001D0, "Member 'RigHierarchyController_AddControl_ForBlueprint::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, bSetupUndo) == 0x000254, "Member 'RigHierarchyController_AddControl_ForBlueprint::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, bPrintPythonCommand) == 0x000255, "Member 'RigHierarchyController_AddControl_ForBlueprint::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, ReturnValue) == 0x000258, "Member 'RigHierarchyController_AddControl_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddCurve \ +static_assert(alignof(RigHierarchyController_AddCurve) == 0x000004, "Wrong alignment on RigHierarchyController_AddCurve"); \ +static_assert(sizeof(RigHierarchyController_AddCurve) == 0x00001C, "Wrong size on RigHierarchyController_AddCurve"); \ +static_assert(offsetof(RigHierarchyController_AddCurve, InName) == 0x000000, "Member 'RigHierarchyController_AddCurve::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddCurve, InValue) == 0x000008, "Member 'RigHierarchyController_AddCurve::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddCurve, bSetupUndo) == 0x00000C, "Member 'RigHierarchyController_AddCurve::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddCurve, bPrintPythonCommand) == 0x00000D, "Member 'RigHierarchyController_AddCurve::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddCurve, ReturnValue) == 0x000010, "Member 'RigHierarchyController_AddCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddNull \ +static_assert(alignof(RigHierarchyController_AddNull) == 0x000010, "Wrong alignment on RigHierarchyController_AddNull"); \ +static_assert(sizeof(RigHierarchyController_AddNull) == 0x000090, "Wrong size on RigHierarchyController_AddNull"); \ +static_assert(offsetof(RigHierarchyController_AddNull, InName) == 0x000000, "Member 'RigHierarchyController_AddNull::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, InParent) == 0x000008, "Member 'RigHierarchyController_AddNull::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, InTransform) == 0x000020, "Member 'RigHierarchyController_AddNull::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, bTransformInGlobal) == 0x000080, "Member 'RigHierarchyController_AddNull::bTransformInGlobal' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, bSetupUndo) == 0x000081, "Member 'RigHierarchyController_AddNull::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, bPrintPythonCommand) == 0x000082, "Member 'RigHierarchyController_AddNull::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddNull, ReturnValue) == 0x000084, "Member 'RigHierarchyController_AddNull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddParent \ +static_assert(alignof(RigHierarchyController_AddParent) == 0x000004, "Wrong alignment on RigHierarchyController_AddParent"); \ +static_assert(sizeof(RigHierarchyController_AddParent) == 0x000020, "Wrong size on RigHierarchyController_AddParent"); \ +static_assert(offsetof(RigHierarchyController_AddParent, InChild) == 0x000000, "Member 'RigHierarchyController_AddParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, InParent) == 0x00000C, "Member 'RigHierarchyController_AddParent::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, InWeight) == 0x000018, "Member 'RigHierarchyController_AddParent::InWeight' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, bMaintainGlobalTransform) == 0x00001C, "Member 'RigHierarchyController_AddParent::bMaintainGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, bSetupUndo) == 0x00001D, "Member 'RigHierarchyController_AddParent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, ReturnValue) == 0x00001E, "Member 'RigHierarchyController_AddParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddRigidBody \ +static_assert(alignof(RigHierarchyController_AddRigidBody) == 0x000010, "Wrong alignment on RigHierarchyController_AddRigidBody"); \ +static_assert(sizeof(RigHierarchyController_AddRigidBody) == 0x000090, "Wrong size on RigHierarchyController_AddRigidBody"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, InName) == 0x000000, "Member 'RigHierarchyController_AddRigidBody::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, InParent) == 0x000008, "Member 'RigHierarchyController_AddRigidBody::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, InSettings) == 0x000014, "Member 'RigHierarchyController_AddRigidBody::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, InLocalTransform) == 0x000020, "Member 'RigHierarchyController_AddRigidBody::InLocalTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, bSetupUndo) == 0x000080, "Member 'RigHierarchyController_AddRigidBody::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, bPrintPythonCommand) == 0x000081, "Member 'RigHierarchyController_AddRigidBody::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddRigidBody, ReturnValue) == 0x000084, "Member 'RigHierarchyController_AddRigidBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddSocket \ +static_assert(alignof(RigHierarchyController_AddSocket) == 0x000010, "Wrong alignment on RigHierarchyController_AddSocket"); \ +static_assert(sizeof(RigHierarchyController_AddSocket) == 0x0000C0, "Wrong size on RigHierarchyController_AddSocket"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InName) == 0x000000, "Member 'RigHierarchyController_AddSocket::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InParent) == 0x000008, "Member 'RigHierarchyController_AddSocket::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InTransform) == 0x000020, "Member 'RigHierarchyController_AddSocket::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bTransformInGlobal) == 0x000080, "Member 'RigHierarchyController_AddSocket::bTransformInGlobal' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InColor) == 0x000084, "Member 'RigHierarchyController_AddSocket::InColor' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InDescription) == 0x000098, "Member 'RigHierarchyController_AddSocket::InDescription' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bSetupUndo) == 0x0000A8, "Member 'RigHierarchyController_AddSocket::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bPrintPythonCommand) == 0x0000A9, "Member 'RigHierarchyController_AddSocket::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, ReturnValue) == 0x0000AC, "Member 'RigHierarchyController_AddSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ClearSelection \ +static_assert(alignof(RigHierarchyController_ClearSelection) == 0x000001, "Wrong alignment on RigHierarchyController_ClearSelection"); \ +static_assert(sizeof(RigHierarchyController_ClearSelection) == 0x000001, "Wrong size on RigHierarchyController_ClearSelection"); \ +static_assert(offsetof(RigHierarchyController_ClearSelection, ReturnValue) == 0x000000, "Member 'RigHierarchyController_ClearSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_DeselectElement \ +static_assert(alignof(RigHierarchyController_DeselectElement) == 0x000004, "Wrong alignment on RigHierarchyController_DeselectElement"); \ +static_assert(sizeof(RigHierarchyController_DeselectElement) == 0x000010, "Wrong size on RigHierarchyController_DeselectElement"); \ +static_assert(offsetof(RigHierarchyController_DeselectElement, InKey) == 0x000000, "Member 'RigHierarchyController_DeselectElement::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DeselectElement, ReturnValue) == 0x00000C, "Member 'RigHierarchyController_DeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_DuplicateElements \ +static_assert(alignof(RigHierarchyController_DuplicateElements) == 0x000008, "Wrong alignment on RigHierarchyController_DuplicateElements"); \ +static_assert(sizeof(RigHierarchyController_DuplicateElements) == 0x000028, "Wrong size on RigHierarchyController_DuplicateElements"); \ +static_assert(offsetof(RigHierarchyController_DuplicateElements, InKeys) == 0x000000, "Member 'RigHierarchyController_DuplicateElements::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DuplicateElements, bSelectNewElements) == 0x000010, "Member 'RigHierarchyController_DuplicateElements::bSelectNewElements' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DuplicateElements, bSetupUndo) == 0x000011, "Member 'RigHierarchyController_DuplicateElements::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DuplicateElements, bPrintPythonCommands) == 0x000012, "Member 'RigHierarchyController_DuplicateElements::bPrintPythonCommands' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DuplicateElements, ReturnValue) == 0x000018, "Member 'RigHierarchyController_DuplicateElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ImportBones \ +static_assert(alignof(RigHierarchyController_ImportBones) == 0x000008, "Wrong alignment on RigHierarchyController_ImportBones"); \ +static_assert(sizeof(RigHierarchyController_ImportBones) == 0x000028, "Wrong size on RigHierarchyController_ImportBones"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, InSkeleton) == 0x000000, "Member 'RigHierarchyController_ImportBones::InSkeleton' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, InNameSpace) == 0x000008, "Member 'RigHierarchyController_ImportBones::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, bReplaceExistingBones) == 0x000010, "Member 'RigHierarchyController_ImportBones::bReplaceExistingBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, bRemoveObsoleteBones) == 0x000011, "Member 'RigHierarchyController_ImportBones::bRemoveObsoleteBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, bSelectBones) == 0x000012, "Member 'RigHierarchyController_ImportBones::bSelectBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, bSetupUndo) == 0x000013, "Member 'RigHierarchyController_ImportBones::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, bPrintPythonCommand) == 0x000014, "Member 'RigHierarchyController_ImportBones::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBones, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ImportCurves \ +static_assert(alignof(RigHierarchyController_ImportCurves) == 0x000008, "Wrong alignment on RigHierarchyController_ImportCurves"); \ +static_assert(sizeof(RigHierarchyController_ImportCurves) == 0x000028, "Wrong size on RigHierarchyController_ImportCurves"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, InSkeleton) == 0x000000, "Member 'RigHierarchyController_ImportCurves::InSkeleton' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, InNameSpace) == 0x000008, "Member 'RigHierarchyController_ImportCurves::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, bSelectCurves) == 0x000010, "Member 'RigHierarchyController_ImportCurves::bSelectCurves' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, bSetupUndo) == 0x000011, "Member 'RigHierarchyController_ImportCurves::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, bPrintPythonCommand) == 0x000012, "Member 'RigHierarchyController_ImportCurves::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurves, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ImportFromText \ +static_assert(alignof(RigHierarchyController_ImportFromText) == 0x000008, "Wrong alignment on RigHierarchyController_ImportFromText"); \ +static_assert(sizeof(RigHierarchyController_ImportFromText) == 0x000028, "Wrong size on RigHierarchyController_ImportFromText"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, InContent) == 0x000000, "Member 'RigHierarchyController_ImportFromText::InContent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, bReplaceExistingElements) == 0x000010, "Member 'RigHierarchyController_ImportFromText::bReplaceExistingElements' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, bSelectNewElements) == 0x000011, "Member 'RigHierarchyController_ImportFromText::bSelectNewElements' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, bSetupUndo) == 0x000012, "Member 'RigHierarchyController_ImportFromText::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, bPrintPythonCommands) == 0x000013, "Member 'RigHierarchyController_ImportFromText::bPrintPythonCommands' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportFromText, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportFromText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_MirrorElements \ +static_assert(alignof(RigHierarchyController_MirrorElements) == 0x000008, "Wrong alignment on RigHierarchyController_MirrorElements"); \ +static_assert(sizeof(RigHierarchyController_MirrorElements) == 0x000050, "Wrong size on RigHierarchyController_MirrorElements"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, InKeys) == 0x000000, "Member 'RigHierarchyController_MirrorElements::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, InSettings) == 0x000010, "Member 'RigHierarchyController_MirrorElements::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, bSelectNewElements) == 0x000038, "Member 'RigHierarchyController_MirrorElements::bSelectNewElements' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, bSetupUndo) == 0x000039, "Member 'RigHierarchyController_MirrorElements::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, bPrintPythonCommands) == 0x00003A, "Member 'RigHierarchyController_MirrorElements::bPrintPythonCommands' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_MirrorElements, ReturnValue) == 0x000040, "Member 'RigHierarchyController_MirrorElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RemoveAllParents \ +static_assert(alignof(RigHierarchyController_RemoveAllParents) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveAllParents"); \ +static_assert(sizeof(RigHierarchyController_RemoveAllParents) == 0x000010, "Wrong size on RigHierarchyController_RemoveAllParents"); \ +static_assert(offsetof(RigHierarchyController_RemoveAllParents, InChild) == 0x000000, "Member 'RigHierarchyController_RemoveAllParents::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAllParents, bMaintainGlobalTransform) == 0x00000C, "Member 'RigHierarchyController_RemoveAllParents::bMaintainGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAllParents, bSetupUndo) == 0x00000D, "Member 'RigHierarchyController_RemoveAllParents::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAllParents, bPrintPythonCommand) == 0x00000E, "Member 'RigHierarchyController_RemoveAllParents::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAllParents, ReturnValue) == 0x00000F, "Member 'RigHierarchyController_RemoveAllParents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RemoveElement \ +static_assert(alignof(RigHierarchyController_RemoveElement) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveElement"); \ +static_assert(sizeof(RigHierarchyController_RemoveElement) == 0x000010, "Wrong size on RigHierarchyController_RemoveElement"); \ +static_assert(offsetof(RigHierarchyController_RemoveElement, InElement) == 0x000000, "Member 'RigHierarchyController_RemoveElement::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveElement, bSetupUndo) == 0x00000C, "Member 'RigHierarchyController_RemoveElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveElement, bPrintPythonCommand) == 0x00000D, "Member 'RigHierarchyController_RemoveElement::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveElement, ReturnValue) == 0x00000E, "Member 'RigHierarchyController_RemoveElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RemoveParent \ +static_assert(alignof(RigHierarchyController_RemoveParent) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveParent"); \ +static_assert(sizeof(RigHierarchyController_RemoveParent) == 0x00001C, "Wrong size on RigHierarchyController_RemoveParent"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, InChild) == 0x000000, "Member 'RigHierarchyController_RemoveParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, InParent) == 0x00000C, "Member 'RigHierarchyController_RemoveParent::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, bMaintainGlobalTransform) == 0x000018, "Member 'RigHierarchyController_RemoveParent::bMaintainGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, bSetupUndo) == 0x000019, "Member 'RigHierarchyController_RemoveParent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, bPrintPythonCommand) == 0x00001A, "Member 'RigHierarchyController_RemoveParent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveParent, ReturnValue) == 0x00001B, "Member 'RigHierarchyController_RemoveParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RenameElement \ +static_assert(alignof(RigHierarchyController_RenameElement) == 0x000004, "Wrong alignment on RigHierarchyController_RenameElement"); \ +static_assert(sizeof(RigHierarchyController_RenameElement) == 0x000024, "Wrong size on RigHierarchyController_RenameElement"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, InElement) == 0x000000, "Member 'RigHierarchyController_RenameElement::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, InName) == 0x00000C, "Member 'RigHierarchyController_RenameElement::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bSetupUndo) == 0x000014, "Member 'RigHierarchyController_RenameElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bPrintPythonCommand) == 0x000015, "Member 'RigHierarchyController_RenameElement::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bClearSelection) == 0x000016, "Member 'RigHierarchyController_RenameElement::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, ReturnValue) == 0x000018, "Member 'RigHierarchyController_RenameElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ReorderElement \ +static_assert(alignof(RigHierarchyController_ReorderElement) == 0x000004, "Wrong alignment on RigHierarchyController_ReorderElement"); \ +static_assert(sizeof(RigHierarchyController_ReorderElement) == 0x000014, "Wrong size on RigHierarchyController_ReorderElement"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, InElement) == 0x000000, "Member 'RigHierarchyController_ReorderElement::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, InIndex) == 0x00000C, "Member 'RigHierarchyController_ReorderElement::InIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, bSetupUndo) == 0x000010, "Member 'RigHierarchyController_ReorderElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, bPrintPythonCommand) == 0x000011, "Member 'RigHierarchyController_ReorderElement::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, ReturnValue) == 0x000012, "Member 'RigHierarchyController_ReorderElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SelectElement \ +static_assert(alignof(RigHierarchyController_SelectElement) == 0x000004, "Wrong alignment on RigHierarchyController_SelectElement"); \ +static_assert(sizeof(RigHierarchyController_SelectElement) == 0x000010, "Wrong size on RigHierarchyController_SelectElement"); \ +static_assert(offsetof(RigHierarchyController_SelectElement, InKey) == 0x000000, "Member 'RigHierarchyController_SelectElement::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectElement, bSelect) == 0x00000C, "Member 'RigHierarchyController_SelectElement::bSelect' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectElement, bClearSelection) == 0x00000D, "Member 'RigHierarchyController_SelectElement::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectElement, ReturnValue) == 0x00000E, "Member 'RigHierarchyController_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetDisplayName \ +static_assert(alignof(RigHierarchyController_SetDisplayName) == 0x000004, "Wrong alignment on RigHierarchyController_SetDisplayName"); \ +static_assert(sizeof(RigHierarchyController_SetDisplayName) == 0x000020, "Wrong size on RigHierarchyController_SetDisplayName"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, InControl) == 0x000000, "Member 'RigHierarchyController_SetDisplayName::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, InDisplayName) == 0x00000C, "Member 'RigHierarchyController_SetDisplayName::InDisplayName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bRenameElement) == 0x000014, "Member 'RigHierarchyController_SetDisplayName::bRenameElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bSetupUndo) == 0x000015, "Member 'RigHierarchyController_SetDisplayName::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bPrintPythonCommand) == 0x000016, "Member 'RigHierarchyController_SetDisplayName::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, ReturnValue) == 0x000018, "Member 'RigHierarchyController_SetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetHierarchy \ +static_assert(alignof(RigHierarchyController_SetHierarchy) == 0x000008, "Wrong alignment on RigHierarchyController_SetHierarchy"); \ +static_assert(sizeof(RigHierarchyController_SetHierarchy) == 0x000008, "Wrong size on RigHierarchyController_SetHierarchy"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchy, InHierarchy) == 0x000000, "Member 'RigHierarchyController_SetHierarchy::InHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetParent \ +static_assert(alignof(RigHierarchyController_SetParent) == 0x000004, "Wrong alignment on RigHierarchyController_SetParent"); \ +static_assert(sizeof(RigHierarchyController_SetParent) == 0x00001C, "Wrong size on RigHierarchyController_SetParent"); \ +static_assert(offsetof(RigHierarchyController_SetParent, InChild) == 0x000000, "Member 'RigHierarchyController_SetParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetParent, InParent) == 0x00000C, "Member 'RigHierarchyController_SetParent::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetParent, bMaintainGlobalTransform) == 0x000018, "Member 'RigHierarchyController_SetParent::bMaintainGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetParent, bSetupUndo) == 0x000019, "Member 'RigHierarchyController_SetParent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetParent, bPrintPythonCommand) == 0x00001A, "Member 'RigHierarchyController_SetParent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetParent, ReturnValue) == 0x00001B, "Member 'RigHierarchyController_SetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetSelection \ +static_assert(alignof(RigHierarchyController_SetSelection) == 0x000008, "Wrong alignment on RigHierarchyController_SetSelection"); \ +static_assert(sizeof(RigHierarchyController_SetSelection) == 0x000018, "Wrong size on RigHierarchyController_SetSelection"); \ +static_assert(offsetof(RigHierarchyController_SetSelection, InKeys) == 0x000000, "Member 'RigHierarchyController_SetSelection::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetSelection, bPrintPythonCommand) == 0x000010, "Member 'RigHierarchyController_SetSelection::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetSelection, ReturnValue) == 0x000011, "Member 'RigHierarchyController_SetSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ExportSelectionToText \ +static_assert(alignof(RigHierarchyController_ExportSelectionToText) == 0x000008, "Wrong alignment on RigHierarchyController_ExportSelectionToText"); \ +static_assert(sizeof(RigHierarchyController_ExportSelectionToText) == 0x000010, "Wrong size on RigHierarchyController_ExportSelectionToText"); \ +static_assert(offsetof(RigHierarchyController_ExportSelectionToText, ReturnValue) == 0x000000, "Member 'RigHierarchyController_ExportSelectionToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ExportToText \ +static_assert(alignof(RigHierarchyController_ExportToText) == 0x000008, "Wrong alignment on RigHierarchyController_ExportToText"); \ +static_assert(sizeof(RigHierarchyController_ExportToText) == 0x000020, "Wrong size on RigHierarchyController_ExportToText"); \ +static_assert(offsetof(RigHierarchyController_ExportToText, InKeys) == 0x000000, "Member 'RigHierarchyController_ExportToText::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ExportToText, ReturnValue) == 0x000010, "Member 'RigHierarchyController_ExportToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_GetControlSettings \ +static_assert(alignof(RigHierarchyController_GetControlSettings) == 0x000008, "Wrong alignment on RigHierarchyController_GetControlSettings"); \ +static_assert(sizeof(RigHierarchyController_GetControlSettings) == 0x0001C8, "Wrong size on RigHierarchyController_GetControlSettings"); \ +static_assert(offsetof(RigHierarchyController_GetControlSettings, InKey) == 0x000000, "Member 'RigHierarchyController_GetControlSettings::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_GetControlSettings, ReturnValue) == 0x000010, "Member 'RigHierarchyController_GetControlSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_GetHierarchy \ +static_assert(alignof(RigHierarchyController_GetHierarchy) == 0x000008, "Wrong alignment on RigHierarchyController_GetHierarchy"); \ +static_assert(sizeof(RigHierarchyController_GetHierarchy) == 0x000008, "Wrong size on RigHierarchyController_GetHierarchy"); \ +static_assert(offsetof(RigHierarchyController_GetHierarchy, ReturnValue) == 0x000000, "Member 'RigHierarchyController_GetHierarchy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetControlSettings \ +static_assert(alignof(RigHierarchyController_SetControlSettings) == 0x000008, "Wrong alignment on RigHierarchyController_SetControlSettings"); \ +static_assert(sizeof(RigHierarchyController_SetControlSettings) == 0x0001D0, "Wrong size on RigHierarchyController_SetControlSettings"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, InKey) == 0x000000, "Member 'RigHierarchyController_SetControlSettings::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, InSettings) == 0x000010, "Member 'RigHierarchyController_SetControlSettings::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, bSetupUndo) == 0x0001C8, "Member 'RigHierarchyController_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, ReturnValue) == 0x0001C9, "Member 'RigHierarchyController_SetControlSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigHierarchyController \ +static_assert(alignof(URigHierarchyController) == 0x000008, "Wrong alignment on URigHierarchyController"); \ +static_assert(sizeof(URigHierarchyController) == 0x000090, "Wrong size on URigHierarchyController"); \ +static_assert(offsetof(URigHierarchyController, bReportWarningsAndErrors) == 0x000028, "Member 'URigHierarchyController::bReportWarningsAndErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigLayerInstance \ +static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ +static_assert(sizeof(UControlRigLayerInstance) == 0x000370, "Wrong size on UControlRigLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterSection \ +static_assert(alignof(UMovieSceneControlRigParameterSection) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterSection"); \ +static_assert(sizeof(UMovieSceneControlRigParameterSection) == 0x0003D0, "Wrong size on UMovieSceneControlRigParameterSection"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRig) == 0x0001A0, "Member 'UMovieSceneControlRigParameterSection::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRigClass) == 0x0001A8, "Member 'UMovieSceneControlRigParameterSection::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlsMask) == 0x0001B0, "Member 'UMovieSceneControlRigParameterSection::ControlsMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, TransformMask) == 0x0001C0, "Member 'UMovieSceneControlRigParameterSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, Weight) == 0x0001C8, "Member 'UMovieSceneControlRigParameterSection::Weight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlChannelMap) == 0x0002D8, "Member 'UMovieSceneControlRigParameterSection::ControlChannelMap' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves) == 0x000328, "Member 'UMovieSceneControlRigParameterSection::EnumParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves) == 0x000338, "Member 'UMovieSceneControlRigParameterSection::IntegerParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, SpaceChannels) == 0x000348, "Member 'UMovieSceneControlRigParameterSection::SpaceChannels' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ConstraintsChannels) == 0x000358, "Member 'UMovieSceneControlRigParameterSection::ConstraintsChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterTrack \ +static_assert(alignof(UMovieSceneControlRigParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterTrack"); \ +static_assert(sizeof(UMovieSceneControlRigParameterTrack) == 0x0001A8, "Wrong size on UMovieSceneControlRigParameterTrack"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRig) == 0x0000D8, "Member 'UMovieSceneControlRigParameterTrack::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKey) == 0x0000E0, "Member 'UMovieSceneControlRigParameterTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, Sections) == 0x0000E8, "Member 'UMovieSceneControlRigParameterTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, TrackName) == 0x0000F8, "Member 'UMovieSceneControlRigParameterTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlsRotationOrder) == 0x000100, "Member 'UMovieSceneControlRigParameterTrack::ControlsRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, PriorityOrder) == 0x000150, "Member 'UMovieSceneControlRigParameterTrack::PriorityOrder' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, GameWorldControlRigs) == 0x000158, "Member 'UMovieSceneControlRigParameterTrack::GameWorldControlRigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigSettings \ +static_assert(alignof(UControlRigSettings) == 0x000008, "Wrong alignment on UControlRigSettings"); \ +static_assert(sizeof(UControlRigSettings) == 0x000038, "Wrong size on UControlRigSettings"); \ + +#define DUMPER7_ASSERTS_UControlRigEditorSettings \ +static_assert(alignof(UControlRigEditorSettings) == 0x000008, "Wrong alignment on UControlRigEditorSettings"); \ +static_assert(sizeof(UControlRigEditorSettings) == 0x000038, "Wrong size on UControlRigEditorSettings"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_GetCurrentPose \ +static_assert(alignof(ControlRigPoseAsset_GetCurrentPose) == 0x000008, "Wrong alignment on ControlRigPoseAsset_GetCurrentPose"); \ +static_assert(sizeof(ControlRigPoseAsset_GetCurrentPose) == 0x000068, "Wrong size on ControlRigPoseAsset_GetCurrentPose"); \ +static_assert(offsetof(ControlRigPoseAsset_GetCurrentPose, InControlRig) == 0x000000, "Member 'ControlRigPoseAsset_GetCurrentPose::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_GetCurrentPose, OutPose) == 0x000008, "Member 'ControlRigPoseAsset_GetCurrentPose::OutPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_PastePose \ +static_assert(alignof(ControlRigPoseAsset_PastePose) == 0x000008, "Wrong alignment on ControlRigPoseAsset_PastePose"); \ +static_assert(sizeof(ControlRigPoseAsset_PastePose) == 0x000010, "Wrong size on ControlRigPoseAsset_PastePose"); \ +static_assert(offsetof(ControlRigPoseAsset_PastePose, InControlRig) == 0x000000, "Member 'ControlRigPoseAsset_PastePose::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_PastePose, bDoKey) == 0x000008, "Member 'ControlRigPoseAsset_PastePose::bDoKey' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_PastePose, bDoMirror) == 0x000009, "Member 'ControlRigPoseAsset_PastePose::bDoMirror' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_ReplaceControlName \ +static_assert(alignof(ControlRigPoseAsset_ReplaceControlName) == 0x000004, "Wrong alignment on ControlRigPoseAsset_ReplaceControlName"); \ +static_assert(sizeof(ControlRigPoseAsset_ReplaceControlName) == 0x000010, "Wrong size on ControlRigPoseAsset_ReplaceControlName"); \ +static_assert(offsetof(ControlRigPoseAsset_ReplaceControlName, CurrentName) == 0x000000, "Member 'ControlRigPoseAsset_ReplaceControlName::CurrentName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_ReplaceControlName, NewName) == 0x000008, "Member 'ControlRigPoseAsset_ReplaceControlName::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_SavePose \ +static_assert(alignof(ControlRigPoseAsset_SavePose) == 0x000008, "Wrong alignment on ControlRigPoseAsset_SavePose"); \ +static_assert(sizeof(ControlRigPoseAsset_SavePose) == 0x000010, "Wrong size on ControlRigPoseAsset_SavePose"); \ +static_assert(offsetof(ControlRigPoseAsset_SavePose, InControlRig) == 0x000000, "Member 'ControlRigPoseAsset_SavePose::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_SavePose, bUseAll) == 0x000008, "Member 'ControlRigPoseAsset_SavePose::bUseAll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_SelectControls \ +static_assert(alignof(ControlRigPoseAsset_SelectControls) == 0x000008, "Wrong alignment on ControlRigPoseAsset_SelectControls"); \ +static_assert(sizeof(ControlRigPoseAsset_SelectControls) == 0x000010, "Wrong size on ControlRigPoseAsset_SelectControls"); \ +static_assert(offsetof(ControlRigPoseAsset_SelectControls, InControlRig) == 0x000000, "Member 'ControlRigPoseAsset_SelectControls::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_SelectControls, bDoMirror) == 0x000008, "Member 'ControlRigPoseAsset_SelectControls::bDoMirror' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_DoesMirrorMatch \ +static_assert(alignof(ControlRigPoseAsset_DoesMirrorMatch) == 0x000008, "Wrong alignment on ControlRigPoseAsset_DoesMirrorMatch"); \ +static_assert(sizeof(ControlRigPoseAsset_DoesMirrorMatch) == 0x000018, "Wrong size on ControlRigPoseAsset_DoesMirrorMatch"); \ +static_assert(offsetof(ControlRigPoseAsset_DoesMirrorMatch, ControlRig) == 0x000000, "Member 'ControlRigPoseAsset_DoesMirrorMatch::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_DoesMirrorMatch, ControlName) == 0x000008, "Member 'ControlRigPoseAsset_DoesMirrorMatch::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigPoseAsset_DoesMirrorMatch, ReturnValue) == 0x000010, "Member 'ControlRigPoseAsset_DoesMirrorMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_GetControlNames \ +static_assert(alignof(ControlRigPoseAsset_GetControlNames) == 0x000008, "Wrong alignment on ControlRigPoseAsset_GetControlNames"); \ +static_assert(sizeof(ControlRigPoseAsset_GetControlNames) == 0x000010, "Wrong size on ControlRigPoseAsset_GetControlNames"); \ +static_assert(offsetof(ControlRigPoseAsset_GetControlNames, ReturnValue) == 0x000000, "Member 'ControlRigPoseAsset_GetControlNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigPoseAsset \ +static_assert(alignof(UControlRigPoseAsset) == 0x000008, "Wrong alignment on UControlRigPoseAsset"); \ +static_assert(sizeof(UControlRigPoseAsset) == 0x000088, "Wrong size on UControlRigPoseAsset"); \ +static_assert(offsetof(UControlRigPoseAsset, Pose) == 0x000028, "Member 'UControlRigPoseAsset::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigPoseMirrorSettings \ +static_assert(alignof(UControlRigPoseMirrorSettings) == 0x000008, "Wrong alignment on UControlRigPoseMirrorSettings"); \ +static_assert(sizeof(UControlRigPoseMirrorSettings) == 0x000050, "Wrong size on UControlRigPoseMirrorSettings"); \ +static_assert(offsetof(UControlRigPoseMirrorSettings, RightSide) == 0x000028, "Member 'UControlRigPoseMirrorSettings::RightSide' has a wrong offset!"); \ +static_assert(offsetof(UControlRigPoseMirrorSettings, LeftSide) == 0x000038, "Member 'UControlRigPoseMirrorSettings::LeftSide' has a wrong offset!"); \ +static_assert(offsetof(UControlRigPoseMirrorSettings, MirrorAxis) == 0x000048, "Member 'UControlRigPoseMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(UControlRigPoseMirrorSettings, AxisToFlip) == 0x000049, "Member 'UControlRigPoseMirrorSettings::AxisToFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigPoseProjectSettings \ +static_assert(alignof(UControlRigPoseProjectSettings) == 0x000008, "Wrong alignment on UControlRigPoseProjectSettings"); \ +static_assert(sizeof(UControlRigPoseProjectSettings) == 0x000038, "Wrong size on UControlRigPoseProjectSettings"); \ +static_assert(offsetof(UControlRigPoseProjectSettings, RootSaveDirs) == 0x000028, "Member 'UControlRigPoseProjectSettings::RootSaveDirs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected \ +static_assert(alignof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected) == 0x000001, "Wrong alignment on ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected"); \ +static_assert(sizeof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected) == 0x000001, "Wrong size on ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected"); \ +static_assert(offsetof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected, ReturnValue) == 0x000000, "Member 'ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigWorkflowOptions \ +static_assert(alignof(UControlRigWorkflowOptions) == 0x000008, "Wrong alignment on UControlRigWorkflowOptions"); \ +static_assert(sizeof(UControlRigWorkflowOptions) == 0x0000B0, "Wrong size on UControlRigWorkflowOptions"); \ +static_assert(offsetof(UControlRigWorkflowOptions, Hierarchy) == 0x000098, "Member 'UControlRigWorkflowOptions::Hierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRigWorkflowOptions, Selection) == 0x0000A0, "Member 'UControlRigWorkflowOptions::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTransformWorkflowOptions_ProvideWorkflows \ +static_assert(alignof(ControlRigTransformWorkflowOptions_ProvideWorkflows) == 0x000008, "Wrong alignment on ControlRigTransformWorkflowOptions_ProvideWorkflows"); \ +static_assert(sizeof(ControlRigTransformWorkflowOptions_ProvideWorkflows) == 0x000018, "Wrong size on ControlRigTransformWorkflowOptions_ProvideWorkflows"); \ +static_assert(offsetof(ControlRigTransformWorkflowOptions_ProvideWorkflows, InSubject) == 0x000000, "Member 'ControlRigTransformWorkflowOptions_ProvideWorkflows::InSubject' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTransformWorkflowOptions_ProvideWorkflows, ReturnValue) == 0x000008, "Member 'ControlRigTransformWorkflowOptions_ProvideWorkflows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigTransformWorkflowOptions \ +static_assert(alignof(UControlRigTransformWorkflowOptions) == 0x000008, "Wrong alignment on UControlRigTransformWorkflowOptions"); \ +static_assert(sizeof(UControlRigTransformWorkflowOptions) == 0x0000B8, "Wrong size on UControlRigTransformWorkflowOptions"); \ +static_assert(offsetof(UControlRigTransformWorkflowOptions, TransformType) == 0x0000B0, "Member 'UControlRigTransformWorkflowOptions::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigNumericalValidationPass \ +static_assert(alignof(UControlRigNumericalValidationPass) == 0x000008, "Wrong alignment on UControlRigNumericalValidationPass"); \ +static_assert(sizeof(UControlRigNumericalValidationPass) == 0x0000C0, "Wrong size on UControlRigNumericalValidationPass"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckControls) == 0x000028, "Member 'UControlRigNumericalValidationPass::bCheckControls' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckBones) == 0x000029, "Member 'UControlRigNumericalValidationPass::bCheckBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckCurves) == 0x00002A, "Member 'UControlRigNumericalValidationPass::bCheckCurves' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, TranslationPrecision) == 0x00002C, "Member 'UControlRigNumericalValidationPass::TranslationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, RotationPrecision) == 0x000030, "Member 'UControlRigNumericalValidationPass::RotationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, ScalePrecision) == 0x000034, "Member 'UControlRigNumericalValidationPass::ScalePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, CurvePrecision) == 0x000038, "Member 'UControlRigNumericalValidationPass::CurvePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameA) == 0x00003C, "Member 'UControlRigNumericalValidationPass::EventNameA' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameB) == 0x000044, "Member 'UControlRigNumericalValidationPass::EventNameB' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, Pose) == 0x000050, "Member 'UControlRigNumericalValidationPass::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_EqualEqual_InstancedStruct \ +static_assert(alignof(StructUtilsFunctionLibrary_EqualEqual_InstancedStruct) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_EqualEqual_InstancedStruct"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_EqualEqual_InstancedStruct) == 0x000028, "Wrong size on StructUtilsFunctionLibrary_EqualEqual_InstancedStruct"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_EqualEqual_InstancedStruct, A) == 0x000000, "Member 'StructUtilsFunctionLibrary_EqualEqual_InstancedStruct::A' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_EqualEqual_InstancedStruct, B) == 0x000010, "Member 'StructUtilsFunctionLibrary_EqualEqual_InstancedStruct::B' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_EqualEqual_InstancedStruct, ReturnValue) == 0x000020, "Member 'StructUtilsFunctionLibrary_EqualEqual_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_GetInstancedStructValue \ +static_assert(alignof(StructUtilsFunctionLibrary_GetInstancedStructValue) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_GetInstancedStructValue"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_GetInstancedStructValue) == 0x000020, "Wrong size on StructUtilsFunctionLibrary_GetInstancedStructValue"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_GetInstancedStructValue, ExecResult) == 0x000000, "Member 'StructUtilsFunctionLibrary_GetInstancedStructValue::ExecResult' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_GetInstancedStructValue, InstancedStruct) == 0x000008, "Member 'StructUtilsFunctionLibrary_GetInstancedStructValue::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_GetInstancedStructValue, Value) == 0x000018, "Member 'StructUtilsFunctionLibrary_GetInstancedStructValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_IsInstancedStructValid \ +static_assert(alignof(StructUtilsFunctionLibrary_IsInstancedStructValid) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_IsInstancedStructValid"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_IsInstancedStructValid) == 0x000018, "Wrong size on StructUtilsFunctionLibrary_IsInstancedStructValid"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_IsInstancedStructValid, InstancedStruct) == 0x000000, "Member 'StructUtilsFunctionLibrary_IsInstancedStructValid::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_IsInstancedStructValid, ReturnValue) == 0x000010, "Member 'StructUtilsFunctionLibrary_IsInstancedStructValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_IsValid_InstancedStruct \ +static_assert(alignof(StructUtilsFunctionLibrary_IsValid_InstancedStruct) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_IsValid_InstancedStruct"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_IsValid_InstancedStruct) == 0x000018, "Wrong size on StructUtilsFunctionLibrary_IsValid_InstancedStruct"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_IsValid_InstancedStruct, InstancedStruct) == 0x000000, "Member 'StructUtilsFunctionLibrary_IsValid_InstancedStruct::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_IsValid_InstancedStruct, ReturnValue) == 0x000010, "Member 'StructUtilsFunctionLibrary_IsValid_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_MakeInstancedStruct \ +static_assert(alignof(StructUtilsFunctionLibrary_MakeInstancedStruct) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_MakeInstancedStruct"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_MakeInstancedStruct) == 0x000018, "Wrong size on StructUtilsFunctionLibrary_MakeInstancedStruct"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_MakeInstancedStruct, Value) == 0x000000, "Member 'StructUtilsFunctionLibrary_MakeInstancedStruct::Value' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_MakeInstancedStruct, ReturnValue) == 0x000008, "Member 'StructUtilsFunctionLibrary_MakeInstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_NotEqual_InstancedStruct \ +static_assert(alignof(StructUtilsFunctionLibrary_NotEqual_InstancedStruct) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_NotEqual_InstancedStruct"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_NotEqual_InstancedStruct) == 0x000028, "Wrong size on StructUtilsFunctionLibrary_NotEqual_InstancedStruct"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_NotEqual_InstancedStruct, A) == 0x000000, "Member 'StructUtilsFunctionLibrary_NotEqual_InstancedStruct::A' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_NotEqual_InstancedStruct, B) == 0x000010, "Member 'StructUtilsFunctionLibrary_NotEqual_InstancedStruct::B' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_NotEqual_InstancedStruct, ReturnValue) == 0x000020, "Member 'StructUtilsFunctionLibrary_NotEqual_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_Reset \ +static_assert(alignof(StructUtilsFunctionLibrary_Reset) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_Reset"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_Reset) == 0x000018, "Wrong size on StructUtilsFunctionLibrary_Reset"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_Reset, InstancedStruct) == 0x000000, "Member 'StructUtilsFunctionLibrary_Reset::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_Reset, StructType) == 0x000010, "Member 'StructUtilsFunctionLibrary_Reset::StructType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StructUtilsFunctionLibrary_SetInstancedStructValue \ +static_assert(alignof(StructUtilsFunctionLibrary_SetInstancedStructValue) == 0x000008, "Wrong alignment on StructUtilsFunctionLibrary_SetInstancedStructValue"); \ +static_assert(sizeof(StructUtilsFunctionLibrary_SetInstancedStructValue) == 0x000018, "Wrong size on StructUtilsFunctionLibrary_SetInstancedStructValue"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_SetInstancedStructValue, InstancedStruct) == 0x000000, "Member 'StructUtilsFunctionLibrary_SetInstancedStructValue::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(StructUtilsFunctionLibrary_SetInstancedStructValue, Value) == 0x000010, "Member 'StructUtilsFunctionLibrary_SetInstancedStructValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructUtilsFunctionLibrary \ +static_assert(alignof(UStructUtilsFunctionLibrary) == 0x000008, "Wrong alignment on UStructUtilsFunctionLibrary"); \ +static_assert(sizeof(UStructUtilsFunctionLibrary) == 0x000028, "Wrong size on UStructUtilsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeyQueryOptions \ +static_assert(alignof(FPlayerMappableKeyQueryOptions) == 0x000008, "Wrong alignment on FPlayerMappableKeyQueryOptions"); \ +static_assert(sizeof(FPlayerMappableKeyQueryOptions) == 0x000028, "Wrong size on FPlayerMappableKeyQueryOptions"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, MappingName) == 0x000000, "Member 'FPlayerMappableKeyQueryOptions::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, KeyToMatch) == 0x000008, "Member 'FPlayerMappableKeyQueryOptions::KeyToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, SlotToMatch) == 0x000020, "Member 'FPlayerMappableKeyQueryOptions::SlotToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceType) == 0x000022, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceType' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceFlags) == 0x000024, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionValue \ +static_assert(alignof(FInputActionValue) == 0x000008, "Wrong alignment on FInputActionValue"); \ +static_assert(sizeof(FInputActionValue) == 0x000020, "Wrong size on FInputActionValue"); \ + +#define DUMPER7_ASSERTS_FPlayerKeyMapping \ +static_assert(alignof(FPlayerKeyMapping) == 0x000008, "Wrong alignment on FPlayerKeyMapping"); \ +static_assert(sizeof(FPlayerKeyMapping) == 0x000080, "Wrong size on FPlayerKeyMapping"); \ +static_assert(offsetof(FPlayerKeyMapping, MappingName) == 0x000000, "Member 'FPlayerKeyMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DisplayName) == 0x000008, "Member 'FPlayerKeyMapping::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DisplayCategory) == 0x000018, "Member 'FPlayerKeyMapping::DisplayCategory' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, Slot) == 0x000028, "Member 'FPlayerKeyMapping::Slot' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DefaultKey) == 0x000030, "Member 'FPlayerKeyMapping::DefaultKey' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, CurrentKey) == 0x000048, "Member 'FPlayerKeyMapping::CurrentKey' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, HardwareDeviceId) == 0x000060, "Member 'FPlayerKeyMapping::HardwareDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, AssociatedInputAction) == 0x000078, "Member 'FPlayerKeyMapping::AssociatedInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyMappingRow \ +static_assert(alignof(FKeyMappingRow) == 0x000008, "Wrong alignment on FKeyMappingRow"); \ +static_assert(sizeof(FKeyMappingRow) == 0x000050, "Wrong size on FKeyMappingRow"); \ +static_assert(offsetof(FKeyMappingRow, Mappings) == 0x000000, "Member 'FKeyMappingRow::Mappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInjectedInput \ +static_assert(alignof(FInjectedInput) == 0x000008, "Wrong alignment on FInjectedInput"); \ +static_assert(sizeof(FInjectedInput) == 0x000040, "Wrong size on FInjectedInput"); \ +static_assert(offsetof(FInjectedInput, Triggers) == 0x000020, "Member 'FInjectedInput::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FInjectedInput, Modifiers) == 0x000030, "Member 'FInjectedInput::Modifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapPlayerKeyArgs \ +static_assert(alignof(FMapPlayerKeyArgs) == 0x000008, "Wrong alignment on FMapPlayerKeyArgs"); \ +static_assert(sizeof(FMapPlayerKeyArgs) == 0x000040, "Wrong size on FMapPlayerKeyArgs"); \ +static_assert(offsetof(FMapPlayerKeyArgs, MappingName) == 0x000000, "Member 'FMapPlayerKeyArgs::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, Slot) == 0x000008, "Member 'FMapPlayerKeyArgs::Slot' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, NewKey) == 0x000010, "Member 'FMapPlayerKeyArgs::NewKey' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, HardwareDeviceId) == 0x000028, "Member 'FMapPlayerKeyArgs::HardwareDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, ProfileId) == 0x000030, "Member 'FMapPlayerKeyArgs::ProfileId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeyProfileCreationArgs \ +static_assert(alignof(FPlayerMappableKeyProfileCreationArgs) == 0x000008, "Wrong alignment on FPlayerMappableKeyProfileCreationArgs"); \ +static_assert(sizeof(FPlayerMappableKeyProfileCreationArgs) == 0x000030, "Wrong size on FPlayerMappableKeyProfileCreationArgs"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, ProfileType) == 0x000000, "Member 'FPlayerMappableKeyProfileCreationArgs::ProfileType' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, ProfileIdentifier) == 0x000008, "Member 'FPlayerMappableKeyProfileCreationArgs::ProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, UserId) == 0x000010, "Member 'FPlayerMappableKeyProfileCreationArgs::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, DisplayName) == 0x000018, "Member 'FPlayerMappableKeyProfileCreationArgs::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnhancedActionKeyMapping \ +static_assert(alignof(FEnhancedActionKeyMapping) == 0x000008, "Wrong alignment on FEnhancedActionKeyMapping"); \ +static_assert(sizeof(FEnhancedActionKeyMapping) == 0x000050, "Wrong size on FEnhancedActionKeyMapping"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Triggers) == 0x000000, "Member 'FEnhancedActionKeyMapping::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Modifiers) == 0x000010, "Member 'FEnhancedActionKeyMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Action) == 0x000020, "Member 'FEnhancedActionKeyMapping::Action' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Key) == 0x000028, "Member 'FEnhancedActionKeyMapping::Key' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, SettingBehavior) == 0x000041, "Member 'FEnhancedActionKeyMapping::SettingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, PlayerMappableKeySettings) == 0x000048, "Member 'FEnhancedActionKeyMapping::PlayerMappableKeySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMappingQueryIssue \ +static_assert(alignof(FMappingQueryIssue) == 0x000008, "Wrong alignment on FMappingQueryIssue"); \ +static_assert(sizeof(FMappingQueryIssue) == 0x000018, "Wrong size on FMappingQueryIssue"); \ +static_assert(offsetof(FMappingQueryIssue, Issue) == 0x000000, "Member 'FMappingQueryIssue::Issue' has a wrong offset!"); \ +static_assert(offsetof(FMappingQueryIssue, BlockingContext) == 0x000008, "Member 'FMappingQueryIssue::BlockingContext' has a wrong offset!"); \ +static_assert(offsetof(FMappingQueryIssue, BlockingAction) == 0x000010, "Member 'FMappingQueryIssue::BlockingAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeySlot \ +static_assert(alignof(FPlayerMappableKeySlot) == 0x000004, "Wrong alignment on FPlayerMappableKeySlot"); \ +static_assert(sizeof(FPlayerMappableKeySlot) == 0x000004, "Wrong size on FPlayerMappableKeySlot"); \ +static_assert(offsetof(FPlayerMappableKeySlot, SlotNumber) == 0x000000, "Member 'FPlayerMappableKeySlot::SlotNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeyOptions \ +static_assert(alignof(FPlayerMappableKeyOptions) == 0x000008, "Wrong alignment on FPlayerMappableKeyOptions"); \ +static_assert(sizeof(FPlayerMappableKeyOptions) == 0x000030, "Wrong size on FPlayerMappableKeyOptions"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, MetaData) == 0x000000, "Member 'FPlayerMappableKeyOptions::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, Name) == 0x000008, "Member 'FPlayerMappableKeyOptions::Name' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, DisplayName) == 0x000010, "Member 'FPlayerMappableKeyOptions::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, DisplayCategory) == 0x000020, "Member 'FPlayerMappableKeyOptions::DisplayCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintEnhancedInputActionBinding \ +static_assert(alignof(FBlueprintEnhancedInputActionBinding) == 0x000008, "Wrong alignment on FBlueprintEnhancedInputActionBinding"); \ +static_assert(sizeof(FBlueprintEnhancedInputActionBinding) == 0x000018, "Wrong size on FBlueprintEnhancedInputActionBinding"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, InputAction) == 0x000000, "Member 'FBlueprintEnhancedInputActionBinding::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, TriggerEvent) == 0x000008, "Member 'FBlueprintEnhancedInputActionBinding::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEnhancedInputActionBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintEnhancedInputActionBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDefaultContextSetting \ +static_assert(alignof(FDefaultContextSetting) == 0x000008, "Wrong alignment on FDefaultContextSetting"); \ +static_assert(sizeof(FDefaultContextSetting) == 0x000030, "Wrong size on FDefaultContextSetting"); \ +static_assert(offsetof(FDefaultContextSetting, InputMappingContext) == 0x000000, "Member 'FDefaultContextSetting::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, Priority) == 0x000028, "Member 'FDefaultContextSetting::Priority' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, bAddImmediately) == 0x00002C, "Member 'FDefaultContextSetting::bAddImmediately' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, bRegisterWithUserSettings) == 0x00002D, "Member 'FDefaultContextSetting::bRegisterWithUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModifyContextOptions \ +static_assert(alignof(FModifyContextOptions) == 0x000001, "Wrong alignment on FModifyContextOptions"); \ +static_assert(sizeof(FModifyContextOptions) == 0x000001, "Wrong size on FModifyContextOptions"); \ + +#define DUMPER7_ASSERTS_FKeyConsumptionOptions \ +static_assert(alignof(FKeyConsumptionOptions) == 0x000008, "Wrong alignment on FKeyConsumptionOptions"); \ +static_assert(sizeof(FKeyConsumptionOptions) == 0x000018, "Wrong size on FKeyConsumptionOptions"); \ + +#define DUMPER7_ASSERTS_FInjectedInputArray \ +static_assert(alignof(FInjectedInputArray) == 0x000008, "Wrong alignment on FInjectedInputArray"); \ +static_assert(sizeof(FInjectedInputArray) == 0x000010, "Wrong size on FInjectedInputArray"); \ +static_assert(offsetof(FInjectedInputArray, Injected) == 0x000000, "Member 'FInjectedInputArray::Injected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionInstance \ +static_assert(alignof(FInputActionInstance) == 0x000008, "Wrong alignment on FInputActionInstance"); \ +static_assert(sizeof(FInputActionInstance) == 0x000060, "Wrong size on FInputActionInstance"); \ +static_assert(offsetof(FInputActionInstance, SourceAction) == 0x000000, "Member 'FInputActionInstance::SourceAction' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, TriggerEvent) == 0x000013, "Member 'FInputActionInstance::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, LastTriggeredWorldTime) == 0x000014, "Member 'FInputActionInstance::LastTriggeredWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, Triggers) == 0x000018, "Member 'FInputActionInstance::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, Modifiers) == 0x000028, "Member 'FInputActionInstance::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedProcessedTime) == 0x000058, "Member 'FInputActionInstance::ElapsedProcessedTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedTriggeredTime) == 0x00005C, "Member 'FInputActionInstance::ElapsedTriggeredTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputDebugKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputDebugKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputDebugKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputDebugKeyDelegateBinding) == 0x000030, "Wrong size on FBlueprintInputDebugKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, InputChord) == 0x000000, "Member 'FBlueprintInputDebugKeyDelegateBinding::InputChord' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, InputKeyEvent) == 0x000020, "Member 'FBlueprintInputDebugKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, FunctionNameToBind) == 0x000024, "Member 'FBlueprintInputDebugKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, bExecuteWhenPaused) == 0x00002C, "Member 'FBlueprintInputDebugKeyDelegateBinding::bExecuteWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputComboStepData \ +static_assert(alignof(FInputComboStepData) == 0x000008, "Wrong alignment on FInputComboStepData"); \ +static_assert(sizeof(FInputComboStepData) == 0x000010, "Wrong size on FInputComboStepData"); \ +static_assert(offsetof(FInputComboStepData, ComboStepAction) == 0x000000, "Member 'FInputComboStepData::ComboStepAction' has a wrong offset!"); \ +static_assert(offsetof(FInputComboStepData, ComboStepCompletionStates) == 0x000008, "Member 'FInputComboStepData::ComboStepCompletionStates' has a wrong offset!"); \ +static_assert(offsetof(FInputComboStepData, TimeToPressKey) == 0x00000C, "Member 'FInputComboStepData::TimeToPressKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputCancelAction \ +static_assert(alignof(FInputCancelAction) == 0x000008, "Wrong alignment on FInputCancelAction"); \ +static_assert(sizeof(FInputCancelAction) == 0x000010, "Wrong size on FInputCancelAction"); \ +static_assert(offsetof(FInputCancelAction, CancelAction) == 0x000000, "Member 'FInputCancelAction::CancelAction' has a wrong offset!"); \ +static_assert(offsetof(FInputCancelAction, CancellationStates) == 0x000008, "Member 'FInputCancelAction::CancellationStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_ResetMappingToDefault \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault) == 0x000004, "Wrong alignment on EnhancedPlayerMappableKeyProfile_ResetMappingToDefault"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault) == 0x000008, "Wrong size on EnhancedPlayerMappableKeyProfile_ResetMappingToDefault"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault, InMappingName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_ResetMappingToDefault::InMappingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_SetDisplayName \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_SetDisplayName) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_SetDisplayName"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_SetDisplayName) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_SetDisplayName"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_SetDisplayName, NewDisplayName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_SetDisplayName::NewDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions) == 0x0000B0, "Wrong size on EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, PlayerMapping) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::PlayerMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, Options) == 0x000080, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, ReturnValue) == 0x0000A8, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow) == 0x000020, "Wrong size on EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, MappingName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, OutKeys) == 0x000008, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, ReturnValue) == 0x000018, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey) == 0x000030, "Wrong size on EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, InKey) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, OutMappingNames) == 0x000018, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::OutMappingNames' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, ReturnValue) == 0x000028, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows) == 0x000050, "Wrong size on EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetProfileDisplayName \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetProfileDisplayName"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_GetProfileDisplayName"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetProfileDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetProfileIdentifer \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetProfileIdentifer) == 0x000004, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetProfileIdentifer"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetProfileIdentifer) == 0x000008, "Wrong size on EnhancedPlayerMappableKeyProfile_GetProfileIdentifer"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetProfileIdentifer, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetProfileIdentifer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping) == 0x0000C0, "Wrong size on EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping, OutKeyMapping) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping::OutKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping, InArgs) == 0x000080, "Member 'EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping::InArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys) == 0x000040, "Wrong size on EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, Options) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, OutKeys) == 0x000028, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, ReturnValue) == 0x000038, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_ToString \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_ToString) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_ToString"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_ToString) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_ToString"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_ToString, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedPlayerMappableKeyProfile \ +static_assert(alignof(UEnhancedPlayerMappableKeyProfile) == 0x000008, "Wrong alignment on UEnhancedPlayerMappableKeyProfile"); \ +static_assert(sizeof(UEnhancedPlayerMappableKeyProfile) == 0x000098, "Wrong size on UEnhancedPlayerMappableKeyProfile"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, ProfileIdentifier) == 0x000028, "Member 'UEnhancedPlayerMappableKeyProfile::ProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, OwningUserId) == 0x000030, "Member 'UEnhancedPlayerMappableKeyProfile::OwningUserId' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, DisplayName) == 0x000038, "Member 'UEnhancedPlayerMappableKeyProfile::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, PlayerMappedKeys) == 0x000048, "Member 'UEnhancedPlayerMappableKeyProfile::PlayerMappedKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_CreateNewKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_CreateNewKeyProfile) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_CreateNewKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_CreateNewKeyProfile) == 0x000038, "Wrong size on EnhancedInputUserSettings_CreateNewKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_CreateNewKeyProfile, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_CreateNewKeyProfile::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_CreateNewKeyProfile, ReturnValue) == 0x000030, "Member 'EnhancedInputUserSettings_CreateNewKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_MapPlayerKey \ +static_assert(alignof(EnhancedInputUserSettings_MapPlayerKey) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_MapPlayerKey"); \ +static_assert(sizeof(EnhancedInputUserSettings_MapPlayerKey) == 0x000060, "Wrong size on EnhancedInputUserSettings_MapPlayerKey"); \ +static_assert(offsetof(EnhancedInputUserSettings_MapPlayerKey, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_MapPlayerKey::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_MapPlayerKey, FailureReason) == 0x000040, "Member 'EnhancedInputUserSettings_MapPlayerKey::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_RegisterInputMappingContext \ +static_assert(alignof(EnhancedInputUserSettings_RegisterInputMappingContext) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_RegisterInputMappingContext"); \ +static_assert(sizeof(EnhancedInputUserSettings_RegisterInputMappingContext) == 0x000010, "Wrong size on EnhancedInputUserSettings_RegisterInputMappingContext"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContext, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_RegisterInputMappingContext::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContext, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_RegisterInputMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_RegisterInputMappingContexts \ +static_assert(alignof(EnhancedInputUserSettings_RegisterInputMappingContexts) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_RegisterInputMappingContexts"); \ +static_assert(sizeof(EnhancedInputUserSettings_RegisterInputMappingContexts) == 0x000058, "Wrong size on EnhancedInputUserSettings_RegisterInputMappingContexts"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContexts, MappingContexts) == 0x000000, "Member 'EnhancedInputUserSettings_RegisterInputMappingContexts::MappingContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContexts, ReturnValue) == 0x000050, "Member 'EnhancedInputUserSettings_RegisterInputMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_ResetAllPlayerKeysInRow \ +static_assert(alignof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_ResetAllPlayerKeysInRow"); \ +static_assert(sizeof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow) == 0x000060, "Wrong size on EnhancedInputUserSettings_ResetAllPlayerKeysInRow"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_ResetAllPlayerKeysInRow::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow, FailureReason) == 0x000040, "Member 'EnhancedInputUserSettings_ResetAllPlayerKeysInRow::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_ResetKeyProfileToDefault \ +static_assert(alignof(EnhancedInputUserSettings_ResetKeyProfileToDefault) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_ResetKeyProfileToDefault"); \ +static_assert(sizeof(EnhancedInputUserSettings_ResetKeyProfileToDefault) == 0x000028, "Wrong size on EnhancedInputUserSettings_ResetKeyProfileToDefault"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileToDefault, ProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_ResetKeyProfileToDefault::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileToDefault, FailureReason) == 0x000008, "Member 'EnhancedInputUserSettings_ResetKeyProfileToDefault::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_SetKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_SetKeyProfile) == 0x000004, "Wrong alignment on EnhancedInputUserSettings_SetKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_SetKeyProfile) == 0x00000C, "Wrong size on EnhancedInputUserSettings_SetKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_SetKeyProfile, InProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_SetKeyProfile::InProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_SetKeyProfile, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_SetKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_SetSettingsSaveSlotName \ +static_assert(alignof(EnhancedInputUserSettings_SetSettingsSaveSlotName) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_SetSettingsSaveSlotName"); \ +static_assert(sizeof(EnhancedInputUserSettings_SetSettingsSaveSlotName) == 0x000010, "Wrong size on EnhancedInputUserSettings_SetSettingsSaveSlotName"); \ +static_assert(offsetof(EnhancedInputUserSettings_SetSettingsSaveSlotName, SettingsSaveSlotName) == 0x000000, "Member 'EnhancedInputUserSettings_SetSettingsSaveSlotName::SettingsSaveSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnMapPlayerKey \ +static_assert(alignof(EnhancedInputUserSettings_UnMapPlayerKey) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnMapPlayerKey"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnMapPlayerKey) == 0x000060, "Wrong size on EnhancedInputUserSettings_UnMapPlayerKey"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnMapPlayerKey, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_UnMapPlayerKey::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnMapPlayerKey, FailureReason) == 0x000040, "Member 'EnhancedInputUserSettings_UnMapPlayerKey::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnregisterInputMappingContext \ +static_assert(alignof(EnhancedInputUserSettings_UnregisterInputMappingContext) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnregisterInputMappingContext"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnregisterInputMappingContext) == 0x000010, "Wrong size on EnhancedInputUserSettings_UnregisterInputMappingContext"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContext, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContext::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContext, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnregisterInputMappingContexts \ +static_assert(alignof(EnhancedInputUserSettings_UnregisterInputMappingContexts) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnregisterInputMappingContexts"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnregisterInputMappingContexts) == 0x000058, "Wrong size on EnhancedInputUserSettings_UnregisterInputMappingContexts"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContexts, MappingContexts) == 0x000000, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContexts::MappingContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContexts, ReturnValue) == 0x000050, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_FindMappingsInRow \ +static_assert(alignof(EnhancedInputUserSettings_FindMappingsInRow) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_FindMappingsInRow"); \ +static_assert(sizeof(EnhancedInputUserSettings_FindMappingsInRow) == 0x000058, "Wrong size on EnhancedInputUserSettings_FindMappingsInRow"); \ +static_assert(offsetof(EnhancedInputUserSettings_FindMappingsInRow, MappingName) == 0x000000, "Member 'EnhancedInputUserSettings_FindMappingsInRow::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_FindMappingsInRow, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_FindMappingsInRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetCurrentKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_GetCurrentKeyProfile) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_GetCurrentKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetCurrentKeyProfile) == 0x000008, "Wrong size on EnhancedInputUserSettings_GetCurrentKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetCurrentKeyProfile, ReturnValue) == 0x000000, "Member 'EnhancedInputUserSettings_GetCurrentKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier \ +static_assert(alignof(EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier) == 0x000004, "Wrong alignment on EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier) == 0x000008, "Wrong size on EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier, ReturnValue) == 0x000000, "Member 'EnhancedInputUserSettings_GetCurrentKeyProfileIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetKeyProfileWithIdentifier \ +static_assert(alignof(EnhancedInputUserSettings_GetKeyProfileWithIdentifier) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_GetKeyProfileWithIdentifier"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetKeyProfileWithIdentifier) == 0x000010, "Wrong size on EnhancedInputUserSettings_GetKeyProfileWithIdentifier"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetKeyProfileWithIdentifier, ProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_GetKeyProfileWithIdentifier::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetKeyProfileWithIdentifier, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_GetKeyProfileWithIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_IsMappingContextRegistered \ +static_assert(alignof(EnhancedInputUserSettings_IsMappingContextRegistered) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_IsMappingContextRegistered"); \ +static_assert(sizeof(EnhancedInputUserSettings_IsMappingContextRegistered) == 0x000010, "Wrong size on EnhancedInputUserSettings_IsMappingContextRegistered"); \ +static_assert(offsetof(EnhancedInputUserSettings_IsMappingContextRegistered, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_IsMappingContextRegistered::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_IsMappingContextRegistered, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_IsMappingContextRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputUserSettings \ +static_assert(alignof(UEnhancedInputUserSettings) == 0x000008, "Wrong alignment on UEnhancedInputUserSettings"); \ +static_assert(sizeof(UEnhancedInputUserSettings) == 0x000130, "Wrong size on UEnhancedInputUserSettings"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OnSettingsChanged) == 0x000030, "Member 'UEnhancedInputUserSettings::OnSettingsChanged' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OnSettingsApplied) == 0x000040, "Member 'UEnhancedInputUserSettings::OnSettingsApplied' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, CurrentProfileIdentifier) == 0x000070, "Member 'UEnhancedInputUserSettings::CurrentProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, SavedKeyProfiles) == 0x000078, "Member 'UEnhancedInputUserSettings::SavedKeyProfiles' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OwningLocalPlayer) == 0x0000C8, "Member 'UEnhancedInputUserSettings::OwningLocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, RegisteredMappingContexts) == 0x0000D0, "Member 'UEnhancedInputUserSettings::RegisteredMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, SaveSlotName) == 0x000120, "Member 'UEnhancedInputUserSettings::SaveSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputActionDelegateBinding \ +static_assert(alignof(UEnhancedInputActionDelegateBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionDelegateBinding"); \ +static_assert(sizeof(UEnhancedInputActionDelegateBinding) == 0x000038, "Wrong size on UEnhancedInputActionDelegateBinding"); \ +static_assert(offsetof(UEnhancedInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UEnhancedInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputActionValueBinding \ +static_assert(alignof(UEnhancedInputActionValueBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionValueBinding"); \ +static_assert(sizeof(UEnhancedInputActionValueBinding) == 0x000038, "Wrong size on UEnhancedInputActionValueBinding"); \ +static_assert(offsetof(UEnhancedInputActionValueBinding, InputActionValueBindings) == 0x000028, "Member 'UEnhancedInputActionValueBinding::InputActionValueBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputComponent_GetBoundActionValue \ +static_assert(alignof(EnhancedInputComponent_GetBoundActionValue) == 0x000008, "Wrong alignment on EnhancedInputComponent_GetBoundActionValue"); \ +static_assert(sizeof(EnhancedInputComponent_GetBoundActionValue) == 0x000028, "Wrong size on EnhancedInputComponent_GetBoundActionValue"); \ +static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, Action) == 0x000000, "Member 'EnhancedInputComponent_GetBoundActionValue::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, ReturnValue) == 0x000008, "Member 'EnhancedInputComponent_GetBoundActionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputComponent \ +static_assert(alignof(UEnhancedInputComponent) == 0x000008, "Wrong alignment on UEnhancedInputComponent"); \ +static_assert(sizeof(UEnhancedInputComponent) == 0x000160, "Wrong size on UEnhancedInputComponent"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputDeveloperSettings \ +static_assert(alignof(UEnhancedInputDeveloperSettings) == 0x000008, "Wrong alignment on UEnhancedInputDeveloperSettings"); \ +static_assert(sizeof(UEnhancedInputDeveloperSettings) == 0x0000E8, "Wrong size on UEnhancedInputDeveloperSettings"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultMappingContexts) == 0x000038, "Member 'UEnhancedInputDeveloperSettings::DefaultMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultWorldSubsystemMappingContexts) == 0x000048, "Member 'UEnhancedInputDeveloperSettings::DefaultWorldSubsystemMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, PlatformSettings) == 0x000058, "Member 'UEnhancedInputDeveloperSettings::PlatformSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, UserSettingsClass) == 0x000068, "Member 'UEnhancedInputDeveloperSettings::UserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultPlayerMappableKeyProfileClass) == 0x000090, "Member 'UEnhancedInputDeveloperSettings::DefaultPlayerMappableKeyProfileClass' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultWorldInputClass) == 0x0000B8, "Member 'UEnhancedInputDeveloperSettings::DefaultWorldInputClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_BreakInputActionValue \ +static_assert(alignof(EnhancedInputLibrary_BreakInputActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_BreakInputActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_BreakInputActionValue) == 0x000040, "Wrong size on EnhancedInputLibrary_BreakInputActionValue"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, InActionValue) == 0x000000, "Member 'EnhancedInputLibrary_BreakInputActionValue::InActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, X) == 0x000020, "Member 'EnhancedInputLibrary_BreakInputActionValue::X' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Y) == 0x000028, "Member 'EnhancedInputLibrary_BreakInputActionValue::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Z) == 0x000030, "Member 'EnhancedInputLibrary_BreakInputActionValue::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Type) == 0x000038, "Member 'EnhancedInputLibrary_BreakInputActionValue::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis1D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000028, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis2D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000030, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis3D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x000038, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ActionValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToBool \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000028, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToString \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToString) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToString"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToString) == 0x000030, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToString"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToString, ActionValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToString::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToString, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetBoundActionValue \ +static_assert(alignof(EnhancedInputLibrary_GetBoundActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetBoundActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_GetBoundActionValue) == 0x000030, "Wrong size on EnhancedInputLibrary_GetBoundActionValue"); \ +static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, Actor) == 0x000000, "Member 'EnhancedInputLibrary_GetBoundActionValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, Action) == 0x000008, "Member 'EnhancedInputLibrary_GetBoundActionValue::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_GetBoundActionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetFirstPlayerMappableKeySlot \ +static_assert(alignof(EnhancedInputLibrary_GetFirstPlayerMappableKeySlot) == 0x000004, "Wrong alignment on EnhancedInputLibrary_GetFirstPlayerMappableKeySlot"); \ +static_assert(sizeof(EnhancedInputLibrary_GetFirstPlayerMappableKeySlot) == 0x000004, "Wrong size on EnhancedInputLibrary_GetFirstPlayerMappableKeySlot"); \ +static_assert(offsetof(EnhancedInputLibrary_GetFirstPlayerMappableKeySlot, ReturnValue) == 0x000000, "Member 'EnhancedInputLibrary_GetFirstPlayerMappableKeySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetFourthPlayerMappableKeySlot \ +static_assert(alignof(EnhancedInputLibrary_GetFourthPlayerMappableKeySlot) == 0x000004, "Wrong alignment on EnhancedInputLibrary_GetFourthPlayerMappableKeySlot"); \ +static_assert(sizeof(EnhancedInputLibrary_GetFourthPlayerMappableKeySlot) == 0x000004, "Wrong size on EnhancedInputLibrary_GetFourthPlayerMappableKeySlot"); \ +static_assert(offsetof(EnhancedInputLibrary_GetFourthPlayerMappableKeySlot, ReturnValue) == 0x000000, "Member 'EnhancedInputLibrary_GetFourthPlayerMappableKeySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetMappingName \ +static_assert(alignof(EnhancedInputLibrary_GetMappingName) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetMappingName"); \ +static_assert(sizeof(EnhancedInputLibrary_GetMappingName) == 0x000058, "Wrong size on EnhancedInputLibrary_GetMappingName"); \ +static_assert(offsetof(EnhancedInputLibrary_GetMappingName, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_GetMappingName::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetMappingName, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_GetMappingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetPlayerMappableKeySettings \ +static_assert(alignof(EnhancedInputLibrary_GetPlayerMappableKeySettings) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetPlayerMappableKeySettings"); \ +static_assert(sizeof(EnhancedInputLibrary_GetPlayerMappableKeySettings) == 0x000058, "Wrong size on EnhancedInputLibrary_GetPlayerMappableKeySettings"); \ +static_assert(offsetof(EnhancedInputLibrary_GetPlayerMappableKeySettings, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_GetPlayerMappableKeySettings::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetPlayerMappableKeySettings, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_GetPlayerMappableKeySettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetSecondPlayerMappableKeySlot \ +static_assert(alignof(EnhancedInputLibrary_GetSecondPlayerMappableKeySlot) == 0x000004, "Wrong alignment on EnhancedInputLibrary_GetSecondPlayerMappableKeySlot"); \ +static_assert(sizeof(EnhancedInputLibrary_GetSecondPlayerMappableKeySlot) == 0x000004, "Wrong size on EnhancedInputLibrary_GetSecondPlayerMappableKeySlot"); \ +static_assert(offsetof(EnhancedInputLibrary_GetSecondPlayerMappableKeySlot, ReturnValue) == 0x000000, "Member 'EnhancedInputLibrary_GetSecondPlayerMappableKeySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetThirdPlayerMappableKeySlot \ +static_assert(alignof(EnhancedInputLibrary_GetThirdPlayerMappableKeySlot) == 0x000004, "Wrong alignment on EnhancedInputLibrary_GetThirdPlayerMappableKeySlot"); \ +static_assert(sizeof(EnhancedInputLibrary_GetThirdPlayerMappableKeySlot) == 0x000004, "Wrong size on EnhancedInputLibrary_GetThirdPlayerMappableKeySlot"); \ +static_assert(offsetof(EnhancedInputLibrary_GetThirdPlayerMappableKeySlot, ReturnValue) == 0x000000, "Member 'EnhancedInputLibrary_GetThirdPlayerMappableKeySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_IsActionKeyMappingPlayerMappable \ +static_assert(alignof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable) == 0x000008, "Wrong alignment on EnhancedInputLibrary_IsActionKeyMappingPlayerMappable"); \ +static_assert(sizeof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable) == 0x000058, "Wrong size on EnhancedInputLibrary_IsActionKeyMappingPlayerMappable"); \ +static_assert(offsetof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_IsActionKeyMappingPlayerMappable::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_IsActionKeyMappingPlayerMappable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_MakeInputActionValue \ +static_assert(alignof(EnhancedInputLibrary_MakeInputActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_MakeInputActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_MakeInputActionValue) == 0x000058, "Wrong size on EnhancedInputLibrary_MakeInputActionValue"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, X) == 0x000000, "Member 'EnhancedInputLibrary_MakeInputActionValue::X' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, Y) == 0x000008, "Member 'EnhancedInputLibrary_MakeInputActionValue::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, Z) == 0x000010, "Member 'EnhancedInputLibrary_MakeInputActionValue::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, MatchValueType) == 0x000018, "Member 'EnhancedInputLibrary_MakeInputActionValue::MatchValueType' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, ReturnValue) == 0x000038, "Member 'EnhancedInputLibrary_MakeInputActionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_MakeInputActionValueOfType \ +static_assert(alignof(EnhancedInputLibrary_MakeInputActionValueOfType) == 0x000008, "Wrong alignment on EnhancedInputLibrary_MakeInputActionValueOfType"); \ +static_assert(sizeof(EnhancedInputLibrary_MakeInputActionValueOfType) == 0x000040, "Wrong size on EnhancedInputLibrary_MakeInputActionValueOfType"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, X) == 0x000000, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::X' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, Y) == 0x000008, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, Z) == 0x000010, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, ValueType) == 0x000018, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::ValueType' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext \ +static_assert(alignof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000008, "Wrong alignment on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ +static_assert(sizeof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000010, "Wrong size on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ +static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, Context) == 0x000000, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::Context' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, bForceImmediately) == 0x000008, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::bForceImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputLibrary \ +static_assert(alignof(UEnhancedInputLibrary) == 0x000008, "Wrong alignment on UEnhancedInputLibrary"); \ +static_assert(sizeof(UEnhancedInputLibrary) == 0x000028, "Wrong size on UEnhancedInputLibrary"); \ + +#define DUMPER7_ASSERTS_EnhancedInputPlatformData_GetContextRedirect \ +static_assert(alignof(EnhancedInputPlatformData_GetContextRedirect) == 0x000008, "Wrong alignment on EnhancedInputPlatformData_GetContextRedirect"); \ +static_assert(sizeof(EnhancedInputPlatformData_GetContextRedirect) == 0x000010, "Wrong size on EnhancedInputPlatformData_GetContextRedirect"); \ +static_assert(offsetof(EnhancedInputPlatformData_GetContextRedirect, InContext) == 0x000000, "Member 'EnhancedInputPlatformData_GetContextRedirect::InContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputPlatformData_GetContextRedirect, ReturnValue) == 0x000008, "Member 'EnhancedInputPlatformData_GetContextRedirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputPlatformData \ +static_assert(alignof(UEnhancedInputPlatformData) == 0x000008, "Wrong alignment on UEnhancedInputPlatformData"); \ +static_assert(sizeof(UEnhancedInputPlatformData) == 0x000078, "Wrong size on UEnhancedInputPlatformData"); \ +static_assert(offsetof(UEnhancedInputPlatformData, MappingContextRedirects) == 0x000028, "Member 'UEnhancedInputPlatformData::MappingContextRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputPlatformSettings \ +static_assert(alignof(UEnhancedInputPlatformSettings) == 0x000008, "Wrong alignment on UEnhancedInputPlatformSettings"); \ +static_assert(sizeof(UEnhancedInputPlatformSettings) == 0x000068, "Wrong size on UEnhancedInputPlatformSettings"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, InputData) == 0x000040, "Member 'UEnhancedInputPlatformSettings::InputData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, InputDataClasses) == 0x000050, "Member 'UEnhancedInputPlatformSettings::InputDataClasses' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, bShouldLogMappingContextRedirects) == 0x000060, "Member 'UEnhancedInputPlatformSettings::bShouldLogMappingContextRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AddMappingContext \ +static_assert(alignof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AddMappingContext"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_AddMappingContext"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, Priority) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::Priority' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, Options) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AddPlayerMappableConfig \ +static_assert(alignof(EnhancedInputSubsystemInterface_AddPlayerMappableConfig) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AddPlayerMappableConfig"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AddPlayerMappableConfig) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_AddPlayerMappableConfig"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappableConfig, Config) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappableConfig::Config' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappableConfig, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappableConfig::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputForAction) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_InjectInputForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_InjectInputForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputVectorForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputVectorForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputVectorForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputVectorForAction) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_InjectInputVectorForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Value) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Value' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Modifiers) == 0x000020, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Triggers) == 0x000030, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Value) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Value' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Modifiers) == 0x000020, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Triggers) == 0x000030, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot \ +static_assert(alignof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot) == 0x000030, "Wrong size on EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot, NewKey) == 0x000008, "Member 'EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot::NewKey' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot, KeySlot) == 0x000020, "Member 'EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot::KeySlot' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot, Options) == 0x000024, "Member 'EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot, ReturnValue) == 0x000028, "Member 'EnhancedInputSubsystemInterface_K2_AddPlayerMappedKeyInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot \ +static_assert(alignof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot) == 0x000014, "Wrong size on EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot, KeySlot) == 0x000008, "Member 'EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot::KeySlot' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot, Options) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot, ReturnValue) == 0x000010, "Member 'EnhancedInputSubsystemInterface_K2_RemovePlayerMappedKeyInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_OnUserKeyProfileChanged \ +static_assert(alignof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_OnUserKeyProfileChanged"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_OnUserKeyProfileChanged"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged, InNewProfile) == 0x000000, "Member 'EnhancedInputSubsystemInterface_OnUserKeyProfileChanged::InNewProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_OnUserSettingsChanged \ +static_assert(alignof(EnhancedInputSubsystemInterface_OnUserSettingsChanged) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_OnUserSettingsChanged"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_OnUserSettingsChanged) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_OnUserSettingsChanged"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_OnUserSettingsChanged, Settings) == 0x000000, "Member 'EnhancedInputSubsystemInterface_OnUserSettingsChanged::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet \ +static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, InputContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::InputContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Action) == 0x000008, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Key) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Key' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, OutIssues) == 0x000028, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::OutIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, BlockingIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::BlockingIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, ReturnValue) == 0x000039, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInContextSet \ +static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000050, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, PrioritizedActiveContexts) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::PrioritizedActiveContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, InputContext) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::InputContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Action) == 0x000018, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Key) == 0x000020, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Key' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, OutIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::OutIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, BlockingIssues) == 0x000048, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::BlockingIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, ReturnValue) == 0x000049, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys) == 0x000001, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys) == 0x000001, "Wrong size on EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys, Options) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeys::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping, ReturnValue) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_RemoveAllPlayerMappedKeysForMapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemoveMappingContext \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemoveMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveMappingContext"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_RemoveMappingContext"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveMappingContext, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_RemoveMappingContext::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemovePlayerMappableConfig \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemovePlayerMappableConfig) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_RemovePlayerMappableConfig"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemovePlayerMappableConfig) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_RemovePlayerMappableConfig"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemovePlayerMappableConfig, Config) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemovePlayerMappableConfig::Config' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemovePlayerMappableConfig, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_RemovePlayerMappableConfig::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RequestRebuildControlMappings \ +static_assert(alignof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000001, "Wrong alignment on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000002, "Wrong size on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings, Options) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RequestRebuildControlMappings::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings, RebuildType) == 0x000001, "Member 'EnhancedInputSubsystemInterface_RequestRebuildControlMappings::RebuildType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction::RawValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping::RawValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings, ReturnValue) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys) == 0x000018, "Wrong size on EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys, ReturnValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_GetAllPlayerMappedKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetUserSettings \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetUserSettings) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetUserSettings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetUserSettings) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_GetUserSettings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetUserSettings, ReturnValue) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_HasMappingContext \ +static_assert(alignof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_HasMappingContext"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_HasMappingContext"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, OutFoundPriority) == 0x000008, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::OutFoundPriority' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, ReturnValue) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot \ +static_assert(alignof(EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot, KeySlot) == 0x000008, "Member 'EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot::KeySlot' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot, ReturnValue) == 0x000010, "Member 'EnhancedInputSubsystemInterface_K2_GetPlayerMappedKeyInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryKeysMappedToAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryKeysMappedToAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction) == 0x000018, "Wrong size on EnhancedInputSubsystemInterface_QueryKeysMappedToAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryKeysMappedToAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction, ReturnValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_QueryKeysMappedToAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEnhancedInputSubsystemInterface \ +static_assert(alignof(IEnhancedInputSubsystemInterface) == 0x000001, "Wrong alignment on IEnhancedInputSubsystemInterface"); \ +static_assert(sizeof(IEnhancedInputSubsystemInterface) == 0x000001, "Wrong size on IEnhancedInputSubsystemInterface"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputLocalPlayerSubsystem \ +static_assert(alignof(UEnhancedInputLocalPlayerSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputLocalPlayerSubsystem"); \ +static_assert(sizeof(UEnhancedInputLocalPlayerSubsystem) == 0x0001F8, "Wrong size on UEnhancedInputLocalPlayerSubsystem"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, ControlMappingsRebuiltDelegate) == 0x000180, "Member 'UEnhancedInputLocalPlayerSubsystem::ControlMappingsRebuiltDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, UserSettings) == 0x000190, "Member 'UEnhancedInputLocalPlayerSubsystem::UserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, ContinuouslyInjectedInputs) == 0x000198, "Member 'UEnhancedInputLocalPlayerSubsystem::ContinuouslyInjectedInputs' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, SettingsSaveSlotName) == 0x0001E8, "Member 'UEnhancedInputLocalPlayerSubsystem::SettingsSaveSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputWorldSubsystem_AddActorInputComponent \ +static_assert(alignof(EnhancedInputWorldSubsystem_AddActorInputComponent) == 0x000008, "Wrong alignment on EnhancedInputWorldSubsystem_AddActorInputComponent"); \ +static_assert(sizeof(EnhancedInputWorldSubsystem_AddActorInputComponent) == 0x000008, "Wrong size on EnhancedInputWorldSubsystem_AddActorInputComponent"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_AddActorInputComponent, Actor) == 0x000000, "Member 'EnhancedInputWorldSubsystem_AddActorInputComponent::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputWorldSubsystem_RemoveActorInputComponent \ +static_assert(alignof(EnhancedInputWorldSubsystem_RemoveActorInputComponent) == 0x000008, "Wrong alignment on EnhancedInputWorldSubsystem_RemoveActorInputComponent"); \ +static_assert(sizeof(EnhancedInputWorldSubsystem_RemoveActorInputComponent) == 0x000010, "Wrong size on EnhancedInputWorldSubsystem_RemoveActorInputComponent"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_RemoveActorInputComponent, Actor) == 0x000000, "Member 'EnhancedInputWorldSubsystem_RemoveActorInputComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_RemoveActorInputComponent, ReturnValue) == 0x000008, "Member 'EnhancedInputWorldSubsystem_RemoveActorInputComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputWorldSubsystem \ +static_assert(alignof(UEnhancedInputWorldSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputWorldSubsystem"); \ +static_assert(sizeof(UEnhancedInputWorldSubsystem) == 0x0001F8, "Wrong size on UEnhancedInputWorldSubsystem"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, PlayerInput) == 0x000180, "Member 'UEnhancedInputWorldSubsystem::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, CurrentInputStack) == 0x000198, "Member 'UEnhancedInputWorldSubsystem::CurrentInputStack' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, ContinuouslyInjectedInputs) == 0x0001A8, "Member 'UEnhancedInputWorldSubsystem::ContinuouslyInjectedInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedPlayerInput \ +static_assert(alignof(UEnhancedPlayerInput) == 0x000008, "Wrong alignment on UEnhancedPlayerInput"); \ +static_assert(sizeof(UEnhancedPlayerInput) == 0x000840, "Wrong size on UEnhancedPlayerInput"); \ +static_assert(offsetof(UEnhancedPlayerInput, KeyConsumptionData) == 0x000498, "Member 'UEnhancedPlayerInput::KeyConsumptionData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, AppliedInputContexts) == 0x0004E8, "Member 'UEnhancedPlayerInput::AppliedInputContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, EnhancedActionMappings) == 0x000538, "Member 'UEnhancedPlayerInput::EnhancedActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, ActionInstanceData) == 0x000598, "Member 'UEnhancedPlayerInput::ActionInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, KeysPressedThisTick) == 0x0006D8, "Member 'UEnhancedPlayerInput::KeysPressedThisTick' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, InputsInjectedThisTick) == 0x000728, "Member 'UEnhancedPlayerInput::InputsInjectedThisTick' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, LastInjectedActions) == 0x000778, "Member 'UEnhancedPlayerInput::LastInjectedActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAction \ +static_assert(alignof(UInputAction) == 0x000008, "Wrong alignment on UInputAction"); \ +static_assert(sizeof(UInputAction) == 0x000078, "Wrong size on UInputAction"); \ +static_assert(offsetof(UInputAction, ActionDescription) == 0x000030, "Member 'UInputAction::ActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bTriggerWhenPaused) == 0x000040, "Member 'UInputAction::bTriggerWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bConsumeInput) == 0x000041, "Member 'UInputAction::bConsumeInput' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bConsumesActionAndAxisMappings) == 0x000042, "Member 'UInputAction::bConsumesActionAndAxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bReserveAllMappings) == 0x000043, "Member 'UInputAction::bReserveAllMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, TriggerEventsThatConsumeLegacyKeys) == 0x000044, "Member 'UInputAction::TriggerEventsThatConsumeLegacyKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bNeverIgnorePressedKeysUntilRelease) == 0x000048, "Member 'UInputAction::bNeverIgnorePressedKeysUntilRelease' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, ValueType) == 0x000049, "Member 'UInputAction::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, AccumulationBehavior) == 0x00004A, "Member 'UInputAction::AccumulationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Triggers) == 0x000050, "Member 'UInputAction::Triggers' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Modifiers) == 0x000060, "Member 'UInputAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, PlayerMappableKeySettings) == 0x000070, "Member 'UInputAction::PlayerMappableKeySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDebugKeyDelegateBinding \ +static_assert(alignof(UInputDebugKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputDebugKeyDelegateBinding"); \ +static_assert(sizeof(UInputDebugKeyDelegateBinding) == 0x000038, "Wrong size on UInputDebugKeyDelegateBinding"); \ +static_assert(offsetof(UInputDebugKeyDelegateBinding, InputDebugKeyDelegateBindings) == 0x000028, "Member 'UInputDebugKeyDelegateBinding::InputDebugKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_MapKey \ +static_assert(alignof(InputMappingContext_MapKey) == 0x000008, "Wrong alignment on InputMappingContext_MapKey"); \ +static_assert(sizeof(InputMappingContext_MapKey) == 0x000070, "Wrong size on InputMappingContext_MapKey"); \ +static_assert(offsetof(InputMappingContext_MapKey, Action) == 0x000000, "Member 'InputMappingContext_MapKey::Action' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_MapKey, ToKey) == 0x000008, "Member 'InputMappingContext_MapKey::ToKey' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_MapKey, ReturnValue) == 0x000020, "Member 'InputMappingContext_MapKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_UnmapAction \ +static_assert(alignof(InputMappingContext_UnmapAction) == 0x000008, "Wrong alignment on InputMappingContext_UnmapAction"); \ +static_assert(sizeof(InputMappingContext_UnmapAction) == 0x000008, "Wrong size on InputMappingContext_UnmapAction"); \ +static_assert(offsetof(InputMappingContext_UnmapAction, Action) == 0x000000, "Member 'InputMappingContext_UnmapAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_UnmapAllKeysFromAction \ +static_assert(alignof(InputMappingContext_UnmapAllKeysFromAction) == 0x000008, "Wrong alignment on InputMappingContext_UnmapAllKeysFromAction"); \ +static_assert(sizeof(InputMappingContext_UnmapAllKeysFromAction) == 0x000008, "Wrong size on InputMappingContext_UnmapAllKeysFromAction"); \ +static_assert(offsetof(InputMappingContext_UnmapAllKeysFromAction, Action) == 0x000000, "Member 'InputMappingContext_UnmapAllKeysFromAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_UnmapKey \ +static_assert(alignof(InputMappingContext_UnmapKey) == 0x000008, "Wrong alignment on InputMappingContext_UnmapKey"); \ +static_assert(sizeof(InputMappingContext_UnmapKey) == 0x000020, "Wrong size on InputMappingContext_UnmapKey"); \ +static_assert(offsetof(InputMappingContext_UnmapKey, Action) == 0x000000, "Member 'InputMappingContext_UnmapKey::Action' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_UnmapKey, Key) == 0x000008, "Member 'InputMappingContext_UnmapKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputMappingContext \ +static_assert(alignof(UInputMappingContext) == 0x000008, "Wrong alignment on UInputMappingContext"); \ +static_assert(sizeof(UInputMappingContext) == 0x000050, "Wrong size on UInputMappingContext"); \ +static_assert(offsetof(UInputMappingContext, Mappings) == 0x000030, "Member 'UInputMappingContext::Mappings' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, ContextDescription) == 0x000040, "Member 'UInputMappingContext::ContextDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputModifier_GetVisualizationColor \ +static_assert(alignof(InputModifier_GetVisualizationColor) == 0x000008, "Wrong alignment on InputModifier_GetVisualizationColor"); \ +static_assert(sizeof(InputModifier_GetVisualizationColor) == 0x000050, "Wrong size on InputModifier_GetVisualizationColor"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, SampleValue) == 0x000000, "Member 'InputModifier_GetVisualizationColor::SampleValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, FinalValue) == 0x000020, "Member 'InputModifier_GetVisualizationColor::FinalValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, ReturnValue) == 0x000040, "Member 'InputModifier_GetVisualizationColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputModifier_ModifyRaw \ +static_assert(alignof(InputModifier_ModifyRaw) == 0x000008, "Wrong alignment on InputModifier_ModifyRaw"); \ +static_assert(sizeof(InputModifier_ModifyRaw) == 0x000050, "Wrong size on InputModifier_ModifyRaw"); \ +static_assert(offsetof(InputModifier_ModifyRaw, PlayerInput) == 0x000000, "Member 'InputModifier_ModifyRaw::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, CurrentValue) == 0x000008, "Member 'InputModifier_ModifyRaw::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, DeltaTime) == 0x000028, "Member 'InputModifier_ModifyRaw::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, ReturnValue) == 0x000030, "Member 'InputModifier_ModifyRaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifier \ +static_assert(alignof(UInputModifier) == 0x000008, "Wrong alignment on UInputModifier"); \ +static_assert(sizeof(UInputModifier) == 0x000028, "Wrong size on UInputModifier"); \ + +#define DUMPER7_ASSERTS_UInputModifierSmoothDelta \ +static_assert(alignof(UInputModifierSmoothDelta) == 0x000008, "Wrong alignment on UInputModifierSmoothDelta"); \ +static_assert(sizeof(UInputModifierSmoothDelta) == 0x000068, "Wrong size on UInputModifierSmoothDelta"); \ +static_assert(offsetof(UInputModifierSmoothDelta, SmoothingMethod) == 0x000028, "Member 'UInputModifierSmoothDelta::SmoothingMethod' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierSmoothDelta, Speed) == 0x00002C, "Member 'UInputModifierSmoothDelta::Speed' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierSmoothDelta, EasingExponent) == 0x000030, "Member 'UInputModifierSmoothDelta::EasingExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierDeadZone \ +static_assert(alignof(UInputModifierDeadZone) == 0x000008, "Wrong alignment on UInputModifierDeadZone"); \ +static_assert(sizeof(UInputModifierDeadZone) == 0x000038, "Wrong size on UInputModifierDeadZone"); \ +static_assert(offsetof(UInputModifierDeadZone, LowerThreshold) == 0x000028, "Member 'UInputModifierDeadZone::LowerThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierDeadZone, UpperThreshold) == 0x00002C, "Member 'UInputModifierDeadZone::UpperThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierDeadZone, Type) == 0x000030, "Member 'UInputModifierDeadZone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierScalar \ +static_assert(alignof(UInputModifierScalar) == 0x000008, "Wrong alignment on UInputModifierScalar"); \ +static_assert(sizeof(UInputModifierScalar) == 0x000040, "Wrong size on UInputModifierScalar"); \ +static_assert(offsetof(UInputModifierScalar, Scalar) == 0x000028, "Member 'UInputModifierScalar::Scalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierScaleByDeltaTime \ +static_assert(alignof(UInputModifierScaleByDeltaTime) == 0x000008, "Wrong alignment on UInputModifierScaleByDeltaTime"); \ +static_assert(sizeof(UInputModifierScaleByDeltaTime) == 0x000028, "Wrong size on UInputModifierScaleByDeltaTime"); \ + +#define DUMPER7_ASSERTS_UInputModifierNegate \ +static_assert(alignof(UInputModifierNegate) == 0x000008, "Wrong alignment on UInputModifierNegate"); \ +static_assert(sizeof(UInputModifierNegate) == 0x000030, "Wrong size on UInputModifierNegate"); \ +static_assert(offsetof(UInputModifierNegate, bX) == 0x000028, "Member 'UInputModifierNegate::bX' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierNegate, bY) == 0x000029, "Member 'UInputModifierNegate::bY' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierNegate, bZ) == 0x00002A, "Member 'UInputModifierNegate::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierSmooth \ +static_assert(alignof(UInputModifierSmooth) == 0x000008, "Wrong alignment on UInputModifierSmooth"); \ +static_assert(sizeof(UInputModifierSmooth) == 0x000058, "Wrong size on UInputModifierSmooth"); \ + +#define DUMPER7_ASSERTS_UInputModifierResponseCurveExponential \ +static_assert(alignof(UInputModifierResponseCurveExponential) == 0x000008, "Wrong alignment on UInputModifierResponseCurveExponential"); \ +static_assert(sizeof(UInputModifierResponseCurveExponential) == 0x000040, "Wrong size on UInputModifierResponseCurveExponential"); \ +static_assert(offsetof(UInputModifierResponseCurveExponential, CurveExponent) == 0x000028, "Member 'UInputModifierResponseCurveExponential::CurveExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierResponseCurveUser \ +static_assert(alignof(UInputModifierResponseCurveUser) == 0x000008, "Wrong alignment on UInputModifierResponseCurveUser"); \ +static_assert(sizeof(UInputModifierResponseCurveUser) == 0x000040, "Wrong size on UInputModifierResponseCurveUser"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseX) == 0x000028, "Member 'UInputModifierResponseCurveUser::ResponseX' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseY) == 0x000030, "Member 'UInputModifierResponseCurveUser::ResponseY' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseZ) == 0x000038, "Member 'UInputModifierResponseCurveUser::ResponseZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierFOVScaling \ +static_assert(alignof(UInputModifierFOVScaling) == 0x000008, "Wrong alignment on UInputModifierFOVScaling"); \ +static_assert(sizeof(UInputModifierFOVScaling) == 0x000030, "Wrong size on UInputModifierFOVScaling"); \ +static_assert(offsetof(UInputModifierFOVScaling, FOVScale) == 0x000028, "Member 'UInputModifierFOVScaling::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierFOVScaling, FOVScalingType) == 0x00002C, "Member 'UInputModifierFOVScaling::FOVScalingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierToWorldSpace \ +static_assert(alignof(UInputModifierToWorldSpace) == 0x000008, "Wrong alignment on UInputModifierToWorldSpace"); \ +static_assert(sizeof(UInputModifierToWorldSpace) == 0x000028, "Wrong size on UInputModifierToWorldSpace"); \ + +#define DUMPER7_ASSERTS_UInputModifierSwizzleAxis \ +static_assert(alignof(UInputModifierSwizzleAxis) == 0x000008, "Wrong alignment on UInputModifierSwizzleAxis"); \ +static_assert(sizeof(UInputModifierSwizzleAxis) == 0x000030, "Wrong size on UInputModifierSwizzleAxis"); \ +static_assert(offsetof(UInputModifierSwizzleAxis, Order) == 0x000028, "Member 'UInputModifierSwizzleAxis::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_UpdateState \ +static_assert(alignof(InputTrigger_UpdateState) == 0x000008, "Wrong alignment on InputTrigger_UpdateState"); \ +static_assert(sizeof(InputTrigger_UpdateState) == 0x000030, "Wrong size on InputTrigger_UpdateState"); \ +static_assert(offsetof(InputTrigger_UpdateState, PlayerInput) == 0x000000, "Member 'InputTrigger_UpdateState::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, ModifiedValue) == 0x000008, "Member 'InputTrigger_UpdateState::ModifiedValue' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, DeltaTime) == 0x000028, "Member 'InputTrigger_UpdateState::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, ReturnValue) == 0x00002C, "Member 'InputTrigger_UpdateState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_GetTriggerType \ +static_assert(alignof(InputTrigger_GetTriggerType) == 0x000001, "Wrong alignment on InputTrigger_GetTriggerType"); \ +static_assert(sizeof(InputTrigger_GetTriggerType) == 0x000001, "Wrong size on InputTrigger_GetTriggerType"); \ +static_assert(offsetof(InputTrigger_GetTriggerType, ReturnValue) == 0x000000, "Member 'InputTrigger_GetTriggerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_IsActuated \ +static_assert(alignof(InputTrigger_IsActuated) == 0x000008, "Wrong alignment on InputTrigger_IsActuated"); \ +static_assert(sizeof(InputTrigger_IsActuated) == 0x000028, "Wrong size on InputTrigger_IsActuated"); \ +static_assert(offsetof(InputTrigger_IsActuated, ForValue) == 0x000000, "Member 'InputTrigger_IsActuated::ForValue' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_IsActuated, ReturnValue) == 0x000020, "Member 'InputTrigger_IsActuated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTrigger \ +static_assert(alignof(UInputTrigger) == 0x000008, "Wrong alignment on UInputTrigger"); \ +static_assert(sizeof(UInputTrigger) == 0x000050, "Wrong size on UInputTrigger"); \ +static_assert(offsetof(UInputTrigger, ActuationThreshold) == 0x000028, "Member 'UInputTrigger::ActuationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputTrigger, bShouldAlwaysTick) == 0x00002C, "Member 'UInputTrigger::bShouldAlwaysTick' has a wrong offset!"); \ +static_assert(offsetof(UInputTrigger, LastValue) == 0x000030, "Member 'UInputTrigger::LastValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerTimedBase \ +static_assert(alignof(UInputTriggerTimedBase) == 0x000008, "Wrong alignment on UInputTriggerTimedBase"); \ +static_assert(sizeof(UInputTriggerTimedBase) == 0x000058, "Wrong size on UInputTriggerTimedBase"); \ +static_assert(offsetof(UInputTriggerTimedBase, HeldDuration) == 0x000050, "Member 'UInputTriggerTimedBase::HeldDuration' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerTimedBase, bAffectedByTimeDilation) == 0x000054, "Member 'UInputTriggerTimedBase::bAffectedByTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerDown \ +static_assert(alignof(UInputTriggerDown) == 0x000008, "Wrong alignment on UInputTriggerDown"); \ +static_assert(sizeof(UInputTriggerDown) == 0x000050, "Wrong size on UInputTriggerDown"); \ + +#define DUMPER7_ASSERTS_UInputTriggerPressed \ +static_assert(alignof(UInputTriggerPressed) == 0x000008, "Wrong alignment on UInputTriggerPressed"); \ +static_assert(sizeof(UInputTriggerPressed) == 0x000050, "Wrong size on UInputTriggerPressed"); \ + +#define DUMPER7_ASSERTS_UInputTriggerReleased \ +static_assert(alignof(UInputTriggerReleased) == 0x000008, "Wrong alignment on UInputTriggerReleased"); \ +static_assert(sizeof(UInputTriggerReleased) == 0x000050, "Wrong size on UInputTriggerReleased"); \ + +#define DUMPER7_ASSERTS_UInputTriggerHold \ +static_assert(alignof(UInputTriggerHold) == 0x000008, "Wrong alignment on UInputTriggerHold"); \ +static_assert(sizeof(UInputTriggerHold) == 0x000068, "Wrong size on UInputTriggerHold"); \ +static_assert(offsetof(UInputTriggerHold, HoldTimeThreshold) == 0x00005C, "Member 'UInputTriggerHold::HoldTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerHold, bIsOneShot) == 0x000060, "Member 'UInputTriggerHold::bIsOneShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerHoldAndRelease \ +static_assert(alignof(UInputTriggerHoldAndRelease) == 0x000008, "Wrong alignment on UInputTriggerHoldAndRelease"); \ +static_assert(sizeof(UInputTriggerHoldAndRelease) == 0x000060, "Wrong size on UInputTriggerHoldAndRelease"); \ +static_assert(offsetof(UInputTriggerHoldAndRelease, HoldTimeThreshold) == 0x000058, "Member 'UInputTriggerHoldAndRelease::HoldTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerTap \ +static_assert(alignof(UInputTriggerTap) == 0x000008, "Wrong alignment on UInputTriggerTap"); \ +static_assert(sizeof(UInputTriggerTap) == 0x000060, "Wrong size on UInputTriggerTap"); \ +static_assert(offsetof(UInputTriggerTap, TapReleaseTimeThreshold) == 0x000058, "Member 'UInputTriggerTap::TapReleaseTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerPulse \ +static_assert(alignof(UInputTriggerPulse) == 0x000008, "Wrong alignment on UInputTriggerPulse"); \ +static_assert(sizeof(UInputTriggerPulse) == 0x000068, "Wrong size on UInputTriggerPulse"); \ +static_assert(offsetof(UInputTriggerPulse, bTriggerOnStart) == 0x00005C, "Member 'UInputTriggerPulse::bTriggerOnStart' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerPulse, Interval) == 0x000060, "Member 'UInputTriggerPulse::Interval' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerPulse, TriggerLimit) == 0x000064, "Member 'UInputTriggerPulse::TriggerLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerChordAction \ +static_assert(alignof(UInputTriggerChordAction) == 0x000008, "Wrong alignment on UInputTriggerChordAction"); \ +static_assert(sizeof(UInputTriggerChordAction) == 0x000058, "Wrong size on UInputTriggerChordAction"); \ +static_assert(offsetof(UInputTriggerChordAction, ChordAction) == 0x000050, "Member 'UInputTriggerChordAction::ChordAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerChordBlocker \ +static_assert(alignof(UInputTriggerChordBlocker) == 0x000008, "Wrong alignment on UInputTriggerChordBlocker"); \ +static_assert(sizeof(UInputTriggerChordBlocker) == 0x000058, "Wrong size on UInputTriggerChordBlocker"); \ + +#define DUMPER7_ASSERTS_UInputTriggerCombo \ +static_assert(alignof(UInputTriggerCombo) == 0x000008, "Wrong alignment on UInputTriggerCombo"); \ +static_assert(sizeof(UInputTriggerCombo) == 0x000078, "Wrong size on UInputTriggerCombo"); \ +static_assert(offsetof(UInputTriggerCombo, CurrentComboStepIndex) == 0x000050, "Member 'UInputTriggerCombo::CurrentComboStepIndex' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, CurrentTimeBetweenComboSteps) == 0x000054, "Member 'UInputTriggerCombo::CurrentTimeBetweenComboSteps' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, ComboActions) == 0x000058, "Member 'UInputTriggerCombo::ComboActions' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, InputCancelActions) == 0x000068, "Member 'UInputTriggerCombo::InputCancelActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetConfigName \ +static_assert(alignof(PlayerMappableInputConfig_GetConfigName) == 0x000004, "Wrong alignment on PlayerMappableInputConfig_GetConfigName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetConfigName) == 0x000008, "Wrong size on PlayerMappableInputConfig_GetConfigName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetConfigName, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetConfigName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetDisplayName \ +static_assert(alignof(PlayerMappableInputConfig_GetDisplayName) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetDisplayName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetDisplayName) == 0x000010, "Wrong size on PlayerMappableInputConfig_GetDisplayName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetDisplayName, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetKeysBoundToAction \ +static_assert(alignof(PlayerMappableInputConfig_GetKeysBoundToAction) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetKeysBoundToAction"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetKeysBoundToAction) == 0x000018, "Wrong size on PlayerMappableInputConfig_GetKeysBoundToAction"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetKeysBoundToAction, InAction) == 0x000000, "Member 'PlayerMappableInputConfig_GetKeysBoundToAction::InAction' has a wrong offset!"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetKeysBoundToAction, ReturnValue) == 0x000008, "Member 'PlayerMappableInputConfig_GetKeysBoundToAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMappingByName \ +static_assert(alignof(PlayerMappableInputConfig_GetMappingByName) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMappingByName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMappingByName) == 0x000058, "Wrong size on PlayerMappableInputConfig_GetMappingByName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingByName, MappingName) == 0x000000, "Member 'PlayerMappableInputConfig_GetMappingByName::MappingName' has a wrong offset!"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingByName, ReturnValue) == 0x000008, "Member 'PlayerMappableInputConfig_GetMappingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMappingContexts \ +static_assert(alignof(PlayerMappableInputConfig_GetMappingContexts) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMappingContexts"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMappingContexts) == 0x000050, "Wrong size on PlayerMappableInputConfig_GetMappingContexts"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingContexts, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMetadata \ +static_assert(alignof(PlayerMappableInputConfig_GetMetadata) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMetadata"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMetadata) == 0x000008, "Wrong size on PlayerMappableInputConfig_GetMetadata"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMetadata, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetPlayerMappableKeys \ +static_assert(alignof(PlayerMappableInputConfig_GetPlayerMappableKeys) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetPlayerMappableKeys"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetPlayerMappableKeys) == 0x000010, "Wrong size on PlayerMappableInputConfig_GetPlayerMappableKeys"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetPlayerMappableKeys, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetPlayerMappableKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_IsDeprecated \ +static_assert(alignof(PlayerMappableInputConfig_IsDeprecated) == 0x000001, "Wrong alignment on PlayerMappableInputConfig_IsDeprecated"); \ +static_assert(sizeof(PlayerMappableInputConfig_IsDeprecated) == 0x000001, "Wrong size on PlayerMappableInputConfig_IsDeprecated"); \ +static_assert(offsetof(PlayerMappableInputConfig_IsDeprecated, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_IsDeprecated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMappableInputConfig \ +static_assert(alignof(UPlayerMappableInputConfig) == 0x000008, "Wrong alignment on UPlayerMappableInputConfig"); \ +static_assert(sizeof(UPlayerMappableInputConfig) == 0x0000A8, "Wrong size on UPlayerMappableInputConfig"); \ +static_assert(offsetof(UPlayerMappableInputConfig, ConfigName) == 0x000030, "Member 'UPlayerMappableInputConfig::ConfigName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, ConfigDisplayName) == 0x000038, "Member 'UPlayerMappableInputConfig::ConfigDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, bIsDeprecated) == 0x000048, "Member 'UPlayerMappableInputConfig::bIsDeprecated' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, MetaData) == 0x000050, "Member 'UPlayerMappableInputConfig::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, Contexts) == 0x000058, "Member 'UPlayerMappableInputConfig::Contexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMappableKeySettings \ +static_assert(alignof(UPlayerMappableKeySettings) == 0x000008, "Wrong alignment on UPlayerMappableKeySettings"); \ +static_assert(sizeof(UPlayerMappableKeySettings) == 0x000078, "Wrong size on UPlayerMappableKeySettings"); \ +static_assert(offsetof(UPlayerMappableKeySettings, MetaData) == 0x000028, "Member 'UPlayerMappableKeySettings::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, Name_0) == 0x000030, "Member 'UPlayerMappableKeySettings::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, DisplayName) == 0x000038, "Member 'UPlayerMappableKeySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, DisplayCategory) == 0x000048, "Member 'UPlayerMappableKeySettings::DisplayCategory' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, SupportedKeyProfiles) == 0x000058, "Member 'UPlayerMappableKeySettings::SupportedKeyProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassDistanceLODProcessorTag \ +static_assert(alignof(FMassDistanceLODProcessorTag) == 0x000001, "Wrong alignment on FMassDistanceLODProcessorTag"); \ +static_assert(sizeof(FMassDistanceLODProcessorTag) == 0x000001, "Wrong size on FMassDistanceLODProcessorTag"); \ + +#define DUMPER7_ASSERTS_FMassStaticRepresentationTag \ +static_assert(alignof(FMassStaticRepresentationTag) == 0x000001, "Wrong alignment on FMassStaticRepresentationTag"); \ +static_assert(sizeof(FMassStaticRepresentationTag) == 0x000001, "Wrong size on FMassStaticRepresentationTag"); \ + +#define DUMPER7_ASSERTS_FMassRepresentationLODFragment \ +static_assert(alignof(FMassRepresentationLODFragment) == 0x000004, "Wrong alignment on FMassRepresentationLODFragment"); \ +static_assert(sizeof(FMassRepresentationLODFragment) == 0x000008, "Wrong size on FMassRepresentationLODFragment"); \ +static_assert(offsetof(FMassRepresentationLODFragment, LOD) == 0x000000, "Member 'FMassRepresentationLODFragment::LOD' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationLODFragment, PrevLOD) == 0x000001, "Member 'FMassRepresentationLODFragment::PrevLOD' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationLODFragment, Visibility) == 0x000002, "Member 'FMassRepresentationLODFragment::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationLODFragment, PrevVisibility) == 0x000003, "Member 'FMassRepresentationLODFragment::PrevVisibility' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationLODFragment, LODSignificance) == 0x000004, "Member 'FMassRepresentationLODFragment::LODSignificance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshInstanceVisualizationDescHandle \ +static_assert(alignof(FStaticMeshInstanceVisualizationDescHandle) == 0x000002, "Wrong alignment on FStaticMeshInstanceVisualizationDescHandle"); \ +static_assert(sizeof(FStaticMeshInstanceVisualizationDescHandle) == 0x000002, "Wrong size on FStaticMeshInstanceVisualizationDescHandle"); \ +static_assert(offsetof(FStaticMeshInstanceVisualizationDescHandle, Index) == 0x000000, "Member 'FStaticMeshInstanceVisualizationDescHandle::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassRepresentationFragment \ +static_assert(alignof(FMassRepresentationFragment) == 0x000010, "Wrong alignment on FMassRepresentationFragment"); \ +static_assert(sizeof(FMassRepresentationFragment) == 0x000080, "Wrong size on FMassRepresentationFragment"); \ +static_assert(offsetof(FMassRepresentationFragment, CurrentRepresentation) == 0x000000, "Member 'FMassRepresentationFragment::CurrentRepresentation' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, PrevRepresentation) == 0x000001, "Member 'FMassRepresentationFragment::PrevRepresentation' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, HighResTemplateActorIndex) == 0x000002, "Member 'FMassRepresentationFragment::HighResTemplateActorIndex' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, LowResTemplateActorIndex) == 0x000004, "Member 'FMassRepresentationFragment::LowResTemplateActorIndex' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, StaticMeshDescHandle) == 0x000006, "Member 'FMassRepresentationFragment::StaticMeshDescHandle' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, ActorSpawnRequestHandle) == 0x000008, "Member 'FMassRepresentationFragment::ActorSpawnRequestHandle' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, PrevTransform) == 0x000010, "Member 'FMassRepresentationFragment::PrevTransform' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationFragment, PrevLODSignificance) == 0x000070, "Member 'FMassRepresentationFragment::PrevLODSignificance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassRepresentationSubsystemSharedFragment \ +static_assert(alignof(FMassRepresentationSubsystemSharedFragment) == 0x000008, "Wrong alignment on FMassRepresentationSubsystemSharedFragment"); \ +static_assert(sizeof(FMassRepresentationSubsystemSharedFragment) == 0x000008, "Wrong size on FMassRepresentationSubsystemSharedFragment"); \ +static_assert(offsetof(FMassRepresentationSubsystemSharedFragment, RepresentationSubsystem) == 0x000000, "Member 'FMassRepresentationSubsystemSharedFragment::RepresentationSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassRepresentationParameters \ +static_assert(alignof(FMassRepresentationParameters) == 0x000008, "Wrong alignment on FMassRepresentationParameters"); \ +static_assert(sizeof(FMassRepresentationParameters) == 0x000028, "Wrong size on FMassRepresentationParameters"); \ +static_assert(offsetof(FMassRepresentationParameters, RepresentationActorManagementClass) == 0x000000, "Member 'FMassRepresentationParameters::RepresentationActorManagementClass' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationParameters, LODRepresentation) == 0x000008, "Member 'FMassRepresentationParameters::LODRepresentation' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationParameters, WorldPartitionGridNameContainingCollision) == 0x000010, "Member 'FMassRepresentationParameters::WorldPartitionGridNameContainingCollision' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationParameters, NotVisibleUpdateRate) == 0x000018, "Member 'FMassRepresentationParameters::NotVisibleUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationParameters, CachedDefaultRepresentationType) == 0x00001C, "Member 'FMassRepresentationParameters::CachedDefaultRepresentationType' has a wrong offset!"); \ +static_assert(offsetof(FMassRepresentationParameters, CachedRepresentationActorManagement) == 0x000020, "Member 'FMassRepresentationParameters::CachedRepresentationActorManagement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassVisualizationLODParameters \ +static_assert(alignof(FMassVisualizationLODParameters) == 0x000008, "Wrong alignment on FMassVisualizationLODParameters"); \ +static_assert(sizeof(FMassVisualizationLODParameters) == 0x000048, "Wrong size on FMassVisualizationLODParameters"); \ +static_assert(offsetof(FMassVisualizationLODParameters, BaseLODDistance) == 0x000000, "Member 'FMassVisualizationLODParameters::BaseLODDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, VisibleLODDistance) == 0x000010, "Member 'FMassVisualizationLODParameters::VisibleLODDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, BufferHysteresisOnDistancePercentage) == 0x000020, "Member 'FMassVisualizationLODParameters::BufferHysteresisOnDistancePercentage' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, LODMaxCount) == 0x000024, "Member 'FMassVisualizationLODParameters::LODMaxCount' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, DistanceToFrustum) == 0x000034, "Member 'FMassVisualizationLODParameters::DistanceToFrustum' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, DistanceToFrustumHysteresis) == 0x000038, "Member 'FMassVisualizationLODParameters::DistanceToFrustumHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationLODParameters, FilterTag) == 0x000040, "Member 'FMassVisualizationLODParameters::FilterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassVisualizationLODSharedFragment \ +static_assert(alignof(FMassVisualizationLODSharedFragment) == 0x000008, "Wrong alignment on FMassVisualizationLODSharedFragment"); \ +static_assert(sizeof(FMassVisualizationLODSharedFragment) == 0x002028, "Wrong size on FMassVisualizationLODSharedFragment"); \ +static_assert(offsetof(FMassVisualizationLODSharedFragment, FilterTag) == 0x002020, "Member 'FMassVisualizationLODSharedFragment::FilterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassDistanceLODParameters \ +static_assert(alignof(FMassDistanceLODParameters) == 0x000008, "Wrong alignment on FMassDistanceLODParameters"); \ +static_assert(sizeof(FMassDistanceLODParameters) == 0x000020, "Wrong size on FMassDistanceLODParameters"); \ +static_assert(offsetof(FMassDistanceLODParameters, LODDistance) == 0x000000, "Member 'FMassDistanceLODParameters::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassDistanceLODParameters, BufferHysteresisOnDistancePercentage) == 0x000010, "Member 'FMassDistanceLODParameters::BufferHysteresisOnDistancePercentage' has a wrong offset!"); \ +static_assert(offsetof(FMassDistanceLODParameters, FilterTag) == 0x000018, "Member 'FMassDistanceLODParameters::FilterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassDistanceLODSharedFragment \ +static_assert(alignof(FMassDistanceLODSharedFragment) == 0x000008, "Wrong alignment on FMassDistanceLODSharedFragment"); \ +static_assert(sizeof(FMassDistanceLODSharedFragment) == 0x002020, "Wrong size on FMassDistanceLODSharedFragment"); \ +static_assert(offsetof(FMassDistanceLODSharedFragment, FilterTag) == 0x002018, "Member 'FMassDistanceLODSharedFragment::FilterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassRepresentationUpdateParams \ +static_assert(alignof(FMassRepresentationUpdateParams) == 0x000001, "Wrong alignment on FMassRepresentationUpdateParams"); \ +static_assert(sizeof(FMassRepresentationUpdateParams) == 0x000001, "Wrong size on FMassRepresentationUpdateParams"); \ +static_assert(offsetof(FMassRepresentationUpdateParams, bTestCollisionAvailibilityForActorVisualization) == 0x000000, "Member 'FMassRepresentationUpdateParams::bTestCollisionAvailibilityForActorVisualization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassVisualizationProcessorTag \ +static_assert(alignof(FMassVisualizationProcessorTag) == 0x000001, "Wrong alignment on FMassVisualizationProcessorTag"); \ +static_assert(sizeof(FMassVisualizationProcessorTag) == 0x000001, "Wrong size on FMassVisualizationProcessorTag"); \ + +#define DUMPER7_ASSERTS_FMassStaticMeshInstanceVisualizationMeshDesc \ +static_assert(alignof(FMassStaticMeshInstanceVisualizationMeshDesc) == 0x000008, "Wrong alignment on FMassStaticMeshInstanceVisualizationMeshDesc"); \ +static_assert(sizeof(FMassStaticMeshInstanceVisualizationMeshDesc) == 0x000030, "Wrong size on FMassStaticMeshInstanceVisualizationMeshDesc"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, Mesh) == 0x000000, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, MaterialOverrides) == 0x000008, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::MaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, MinLODSignificance) == 0x000018, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::MinLODSignificance' has a wrong offset!"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, MaxLODSignificance) == 0x00001C, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::MaxLODSignificance' has a wrong offset!"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, bCastShadows) == 0x000020, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(FMassStaticMeshInstanceVisualizationMeshDesc, ISMComponentClass) == 0x000028, "Member 'FMassStaticMeshInstanceVisualizationMeshDesc::ISMComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshInstanceVisualizationDesc \ +static_assert(alignof(FStaticMeshInstanceVisualizationDesc) == 0x000010, "Wrong alignment on FStaticMeshInstanceVisualizationDesc"); \ +static_assert(sizeof(FStaticMeshInstanceVisualizationDesc) == 0x000080, "Wrong size on FStaticMeshInstanceVisualizationDesc"); \ +static_assert(offsetof(FStaticMeshInstanceVisualizationDesc, Meshes) == 0x000008, "Member 'FStaticMeshInstanceVisualizationDesc::Meshes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshInstanceVisualizationDesc, bUseTransformOffset) == 0x000018, "Member 'FStaticMeshInstanceVisualizationDesc::bUseTransformOffset' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshInstanceVisualizationDesc, TransformOffset) == 0x000020, "Member 'FStaticMeshInstanceVisualizationDesc::TransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassLODSignificanceRange \ +static_assert(alignof(FMassLODSignificanceRange) == 0x000008, "Wrong alignment on FMassLODSignificanceRange"); \ +static_assert(sizeof(FMassLODSignificanceRange) == 0x000020, "Wrong size on FMassLODSignificanceRange"); \ + +#define DUMPER7_ASSERTS_FMassInstancedStaticMeshInfo \ +static_assert(alignof(FMassInstancedStaticMeshInfo) == 0x000010, "Wrong alignment on FMassInstancedStaticMeshInfo"); \ +static_assert(sizeof(FMassInstancedStaticMeshInfo) == 0x0000A0, "Wrong size on FMassInstancedStaticMeshInfo"); \ +static_assert(offsetof(FMassInstancedStaticMeshInfo, Desc) == 0x000000, "Member 'FMassInstancedStaticMeshInfo::Desc' has a wrong offset!"); \ +static_assert(offsetof(FMassInstancedStaticMeshInfo, InstancedStaticMeshComponents) == 0x000080, "Member 'FMassInstancedStaticMeshInfo::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(FMassInstancedStaticMeshInfo, LODSignificanceRanges) == 0x000090, "Member 'FMassInstancedStaticMeshInfo::LODSignificanceRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStationaryISMSwitcherProcessorTag \ +static_assert(alignof(FMassStationaryISMSwitcherProcessorTag) == 0x000001, "Wrong alignment on FMassStationaryISMSwitcherProcessorTag"); \ +static_assert(sizeof(FMassStationaryISMSwitcherProcessorTag) == 0x000001, "Wrong size on FMassStationaryISMSwitcherProcessorTag"); \ + +#define DUMPER7_ASSERTS_FMassVisualizationLODProcessorTag \ +static_assert(alignof(FMassVisualizationLODProcessorTag) == 0x000001, "Wrong alignment on FMassVisualizationLODProcessorTag"); \ +static_assert(sizeof(FMassVisualizationLODProcessorTag) == 0x000001, "Wrong size on FMassVisualizationLODProcessorTag"); \ + +#define DUMPER7_ASSERTS_UMassDistanceLODProcessor \ +static_assert(alignof(UMassDistanceLODProcessor) == 0x000010, "Wrong alignment on UMassDistanceLODProcessor"); \ +static_assert(sizeof(UMassDistanceLODProcessor) == 0x0008B0, "Wrong size on UMassDistanceLODProcessor"); \ +static_assert(offsetof(UMassDistanceLODProcessor, FilterTag) == 0x0008A8, "Member 'UMassDistanceLODProcessor::FilterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassDistanceVisualizationTrait \ +static_assert(alignof(UMassDistanceVisualizationTrait) == 0x000010, "Wrong alignment on UMassDistanceVisualizationTrait"); \ +static_assert(sizeof(UMassDistanceVisualizationTrait) == 0x000120, "Wrong size on UMassDistanceVisualizationTrait"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, StaticMeshInstanceDesc) == 0x000030, "Member 'UMassDistanceVisualizationTrait::StaticMeshInstanceDesc' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, HighResTemplateActor) == 0x0000B0, "Member 'UMassDistanceVisualizationTrait::HighResTemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, LowResTemplateActor) == 0x0000B8, "Member 'UMassDistanceVisualizationTrait::LowResTemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, RepresentationSubsystemClass) == 0x0000C0, "Member 'UMassDistanceVisualizationTrait::RepresentationSubsystemClass' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, Params_0) == 0x0000C8, "Member 'UMassDistanceVisualizationTrait::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, LODParams) == 0x0000F0, "Member 'UMassDistanceVisualizationTrait::LODParams' has a wrong offset!"); \ +static_assert(offsetof(UMassDistanceVisualizationTrait, bAllowServerSideVisualization) == 0x000110, "Member 'UMassDistanceVisualizationTrait::bAllowServerSideVisualization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassVisualizationTrait \ +static_assert(alignof(UMassVisualizationTrait) == 0x000010, "Wrong alignment on UMassVisualizationTrait"); \ +static_assert(sizeof(UMassVisualizationTrait) == 0x000140, "Wrong size on UMassVisualizationTrait"); \ +static_assert(offsetof(UMassVisualizationTrait, StaticMeshInstanceDesc) == 0x000030, "Member 'UMassVisualizationTrait::StaticMeshInstanceDesc' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, HighResTemplateActor) == 0x0000B0, "Member 'UMassVisualizationTrait::HighResTemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, LowResTemplateActor) == 0x0000B8, "Member 'UMassVisualizationTrait::LowResTemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, RepresentationSubsystemClass) == 0x0000C0, "Member 'UMassVisualizationTrait::RepresentationSubsystemClass' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, Params_0) == 0x0000C8, "Member 'UMassVisualizationTrait::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, LODParams) == 0x0000F0, "Member 'UMassVisualizationTrait::LODParams' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationTrait, bAllowServerSideVisualization) == 0x000138, "Member 'UMassVisualizationTrait::bAllowServerSideVisualization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassMovableVisualizationTrait \ +static_assert(alignof(UMassMovableVisualizationTrait) == 0x000010, "Wrong alignment on UMassMovableVisualizationTrait"); \ +static_assert(sizeof(UMassMovableVisualizationTrait) == 0x000140, "Wrong size on UMassMovableVisualizationTrait"); \ + +#define DUMPER7_ASSERTS_UMassRepresentationActorManagement \ +static_assert(alignof(UMassRepresentationActorManagement) == 0x000008, "Wrong alignment on UMassRepresentationActorManagement"); \ +static_assert(sizeof(UMassRepresentationActorManagement) == 0x000028, "Wrong size on UMassRepresentationActorManagement"); \ + +#define DUMPER7_ASSERTS_UMassRepresentationProcessor \ +static_assert(alignof(UMassRepresentationProcessor) == 0x000008, "Wrong alignment on UMassRepresentationProcessor"); \ +static_assert(sizeof(UMassRepresentationProcessor) == 0x000370, "Wrong size on UMassRepresentationProcessor"); \ +static_assert(offsetof(UMassRepresentationProcessor, UpdateParams) == 0x000360, "Member 'UMassRepresentationProcessor::UpdateParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassVisualizationProcessor \ +static_assert(alignof(UMassVisualizationProcessor) == 0x000008, "Wrong alignment on UMassVisualizationProcessor"); \ +static_assert(sizeof(UMassVisualizationProcessor) == 0x000370, "Wrong size on UMassVisualizationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassRepresentationFragmentDestructor \ +static_assert(alignof(UMassRepresentationFragmentDestructor) == 0x000008, "Wrong alignment on UMassRepresentationFragmentDestructor"); \ +static_assert(sizeof(UMassRepresentationFragmentDestructor) == 0x000380, "Wrong size on UMassRepresentationFragmentDestructor"); \ + +#define DUMPER7_ASSERTS_UMassRepresentationSubsystem \ +static_assert(alignof(UMassRepresentationSubsystem) == 0x000008, "Wrong alignment on UMassRepresentationSubsystem"); \ +static_assert(sizeof(UMassRepresentationSubsystem) == 0x0000D0, "Wrong size on UMassRepresentationSubsystem"); \ +static_assert(offsetof(UMassRepresentationSubsystem, TemplateActors) == 0x000038, "Member 'UMassRepresentationSubsystem::TemplateActors' has a wrong offset!"); \ +static_assert(offsetof(UMassRepresentationSubsystem, VisualizationComponent) == 0x000048, "Member 'UMassRepresentationSubsystem::VisualizationComponent' has a wrong offset!"); \ +static_assert(offsetof(UMassRepresentationSubsystem, Visualizer) == 0x000050, "Member 'UMassRepresentationSubsystem::Visualizer' has a wrong offset!"); \ +static_assert(offsetof(UMassRepresentationSubsystem, ActorSpawnerSubsystem) == 0x000058, "Member 'UMassRepresentationSubsystem::ActorSpawnerSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassRepresentationSubsystem, WorldPartitionSubsystem) == 0x000070, "Member 'UMassRepresentationSubsystem::WorldPartitionSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassStationaryDistanceVisualizationTrait \ +static_assert(alignof(UMassStationaryDistanceVisualizationTrait) == 0x000010, "Wrong alignment on UMassStationaryDistanceVisualizationTrait"); \ +static_assert(sizeof(UMassStationaryDistanceVisualizationTrait) == 0x000120, "Wrong size on UMassStationaryDistanceVisualizationTrait"); \ + +#define DUMPER7_ASSERTS_UMassStationaryISMRepresentationFragmentDestructor \ +static_assert(alignof(UMassStationaryISMRepresentationFragmentDestructor) == 0x000008, "Wrong alignment on UMassStationaryISMRepresentationFragmentDestructor"); \ +static_assert(sizeof(UMassStationaryISMRepresentationFragmentDestructor) == 0x000380, "Wrong size on UMassStationaryISMRepresentationFragmentDestructor"); \ + +#define DUMPER7_ASSERTS_UMassStationaryISMSwitcherProcessor \ +static_assert(alignof(UMassStationaryISMSwitcherProcessor) == 0x000008, "Wrong alignment on UMassStationaryISMSwitcherProcessor"); \ +static_assert(sizeof(UMassStationaryISMSwitcherProcessor) == 0x000360, "Wrong size on UMassStationaryISMSwitcherProcessor"); \ + +#define DUMPER7_ASSERTS_UMassStationaryVisualizationTrait \ +static_assert(alignof(UMassStationaryVisualizationTrait) == 0x000010, "Wrong alignment on UMassStationaryVisualizationTrait"); \ +static_assert(sizeof(UMassStationaryVisualizationTrait) == 0x000140, "Wrong size on UMassStationaryVisualizationTrait"); \ + +#define DUMPER7_ASSERTS_UMassUpdateISMProcessor \ +static_assert(alignof(UMassUpdateISMProcessor) == 0x000008, "Wrong alignment on UMassUpdateISMProcessor"); \ +static_assert(sizeof(UMassUpdateISMProcessor) == 0x000360, "Wrong size on UMassUpdateISMProcessor"); \ + +#define DUMPER7_ASSERTS_UMassVisualizationComponent \ +static_assert(alignof(UMassVisualizationComponent) == 0x000008, "Wrong alignment on UMassVisualizationComponent"); \ +static_assert(sizeof(UMassVisualizationComponent) == 0x000200, "Wrong size on UMassVisualizationComponent"); \ +static_assert(offsetof(UMassVisualizationComponent, InstancedStaticMeshInfos) == 0x0000A0, "Member 'UMassVisualizationComponent::InstancedStaticMeshInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassVisualizationLODProcessor \ +static_assert(alignof(UMassVisualizationLODProcessor) == 0x000010, "Wrong alignment on UMassVisualizationLODProcessor"); \ +static_assert(sizeof(UMassVisualizationLODProcessor) == 0x000B60, "Wrong size on UMassVisualizationLODProcessor"); \ +static_assert(offsetof(UMassVisualizationLODProcessor, FilterTag) == 0x000B48, "Member 'UMassVisualizationLODProcessor::FilterTag' has a wrong offset!"); \ +static_assert(offsetof(UMassVisualizationLODProcessor, bDoAdjustmentFromCount) == 0x000B50, "Member 'UMassVisualizationLODProcessor::bDoAdjustmentFromCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMassVisualizer \ +static_assert(alignof(AMassVisualizer) == 0x000008, "Wrong alignment on AMassVisualizer"); \ +static_assert(sizeof(AMassVisualizer) == 0x000298, "Wrong size on AMassVisualizer"); \ +static_assert(offsetof(AMassVisualizer, VisComponent) == 0x000290, "Member 'AMassVisualizer::VisComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputKeyBrushConfiguration \ +static_assert(alignof(FCommonInputKeyBrushConfiguration) == 0x000010, "Wrong alignment on FCommonInputKeyBrushConfiguration"); \ +static_assert(sizeof(FCommonInputKeyBrushConfiguration) == 0x0000F0, "Wrong size on FCommonInputKeyBrushConfiguration"); \ +static_assert(offsetof(FCommonInputKeyBrushConfiguration, Key) == 0x000000, "Member 'FCommonInputKeyBrushConfiguration::Key' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputKeyBrushConfiguration, KeyBrush) == 0x000020, "Member 'FCommonInputKeyBrushConfiguration::KeyBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputKeySetBrushConfiguration \ +static_assert(alignof(FCommonInputKeySetBrushConfiguration) == 0x000010, "Wrong alignment on FCommonInputKeySetBrushConfiguration"); \ +static_assert(sizeof(FCommonInputKeySetBrushConfiguration) == 0x0000E0, "Wrong size on FCommonInputKeySetBrushConfiguration"); \ +static_assert(offsetof(FCommonInputKeySetBrushConfiguration, Keys) == 0x000000, "Member 'FCommonInputKeySetBrushConfiguration::Keys' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputKeySetBrushConfiguration, KeyBrush) == 0x000010, "Member 'FCommonInputKeySetBrushConfiguration::KeyBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceIdentifierPair \ +static_assert(alignof(FInputDeviceIdentifierPair) == 0x000008, "Wrong alignment on FInputDeviceIdentifierPair"); \ +static_assert(sizeof(FInputDeviceIdentifierPair) == 0x000018, "Wrong size on FInputDeviceIdentifierPair"); \ +static_assert(offsetof(FInputDeviceIdentifierPair, InputDeviceName) == 0x000000, "Member 'FInputDeviceIdentifierPair::InputDeviceName' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceIdentifierPair, HardwareDeviceIdentifier) == 0x000008, "Member 'FInputDeviceIdentifierPair::HardwareDeviceIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputHoldData \ +static_assert(alignof(FInputHoldData) == 0x000004, "Wrong alignment on FInputHoldData"); \ +static_assert(sizeof(FInputHoldData) == 0x000008, "Wrong size on FInputHoldData"); \ +static_assert(offsetof(FInputHoldData, HoldTime) == 0x000000, "Member 'FInputHoldData::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FInputHoldData, HoldRollbackTime) == 0x000004, "Member 'FInputHoldData::HoldRollbackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputPlatformBaseData \ +static_assert(alignof(FCommonInputPlatformBaseData) == 0x000008, "Wrong alignment on FCommonInputPlatformBaseData"); \ +static_assert(sizeof(FCommonInputPlatformBaseData) == 0x000038, "Wrong size on FCommonInputPlatformBaseData"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, DefaultInputType) == 0x000008, "Member 'FCommonInputPlatformBaseData::DefaultInputType' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsMouseAndKeyboard) == 0x000009, "Member 'FCommonInputPlatformBaseData::bSupportsMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsGamepad) == 0x00000A, "Member 'FCommonInputPlatformBaseData::bSupportsGamepad' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, DefaultGamepadName) == 0x00000C, "Member 'FCommonInputPlatformBaseData::DefaultGamepadName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bCanChangeGamepadType) == 0x000014, "Member 'FCommonInputPlatformBaseData::bCanChangeGamepadType' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsTouch) == 0x000015, "Member 'FCommonInputPlatformBaseData::bSupportsTouch' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, ControllerData) == 0x000018, "Member 'FCommonInputPlatformBaseData::ControllerData' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, ControllerDataClasses) == 0x000028, "Member 'FCommonInputPlatformBaseData::ControllerDataClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDomain \ +static_assert(alignof(UCommonInputActionDomain) == 0x000008, "Wrong alignment on UCommonInputActionDomain"); \ +static_assert(sizeof(UCommonInputActionDomain) == 0x000040, "Wrong size on UCommonInputActionDomain"); \ +static_assert(offsetof(UCommonInputActionDomain, Behavior) == 0x000030, "Member 'UCommonInputActionDomain::Behavior' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, InnerBehavior) == 0x000034, "Member 'UCommonInputActionDomain::InnerBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, bUseActionDomainDesiredInputConfig) == 0x000038, "Member 'UCommonInputActionDomain::bUseActionDomainDesiredInputConfig' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, InputMode) == 0x000039, "Member 'UCommonInputActionDomain::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, MouseCaptureMode) == 0x00003A, "Member 'UCommonInputActionDomain::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDomainTable \ +static_assert(alignof(UCommonInputActionDomainTable) == 0x000008, "Wrong alignment on UCommonInputActionDomainTable"); \ +static_assert(sizeof(UCommonInputActionDomainTable) == 0x000048, "Wrong size on UCommonInputActionDomainTable"); \ +static_assert(offsetof(UCommonInputActionDomainTable, ActionDomains) == 0x000030, "Member 'UCommonInputActionDomainTable::ActionDomains' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomainTable, InputMode) == 0x000040, "Member 'UCommonInputActionDomainTable::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomainTable, MouseCaptureMode) == 0x000041, "Member 'UCommonInputActionDomainTable::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIInputData \ +static_assert(alignof(UCommonUIInputData) == 0x000008, "Wrong alignment on UCommonUIInputData"); \ +static_assert(sizeof(UCommonUIInputData) == 0x000080, "Wrong size on UCommonUIInputData"); \ +static_assert(offsetof(UCommonUIInputData, DefaultClickAction) == 0x000028, "Member 'UCommonUIInputData::DefaultClickAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, DefaultBackAction) == 0x000038, "Member 'UCommonUIInputData::DefaultBackAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, DefaultHoldData) == 0x000048, "Member 'UCommonUIInputData::DefaultHoldData' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, EnhancedInputClickAction) == 0x000070, "Member 'UCommonUIInputData::EnhancedInputClickAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, EnhancedInputBackAction) == 0x000078, "Member 'UCommonUIInputData::EnhancedInputBackAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIHoldData \ +static_assert(alignof(UCommonUIHoldData) == 0x000008, "Wrong alignment on UCommonUIHoldData"); \ +static_assert(sizeof(UCommonUIHoldData) == 0x000040, "Wrong size on UCommonUIHoldData"); \ +static_assert(offsetof(UCommonUIHoldData, KeyboardAndMouse) == 0x000028, "Member 'UCommonUIHoldData::KeyboardAndMouse' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIHoldData, Gamepad) == 0x000030, "Member 'UCommonUIHoldData::Gamepad' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIHoldData, Touch) == 0x000038, "Member 'UCommonUIHoldData::Touch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputBaseControllerData_GetRegisteredGamepads \ +static_assert(alignof(CommonInputBaseControllerData_GetRegisteredGamepads) == 0x000008, "Wrong alignment on CommonInputBaseControllerData_GetRegisteredGamepads"); \ +static_assert(sizeof(CommonInputBaseControllerData_GetRegisteredGamepads) == 0x000010, "Wrong size on CommonInputBaseControllerData_GetRegisteredGamepads"); \ +static_assert(offsetof(CommonInputBaseControllerData_GetRegisteredGamepads, ReturnValue) == 0x000000, "Member 'CommonInputBaseControllerData_GetRegisteredGamepads::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputBaseControllerData \ +static_assert(alignof(UCommonInputBaseControllerData) == 0x000008, "Wrong alignment on UCommonInputBaseControllerData"); \ +static_assert(sizeof(UCommonInputBaseControllerData) == 0x0000F8, "Wrong size on UCommonInputBaseControllerData"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputType) == 0x000028, "Member 'UCommonInputBaseControllerData::InputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadName) == 0x00002C, "Member 'UCommonInputBaseControllerData::GamepadName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadDisplayName) == 0x000038, "Member 'UCommonInputBaseControllerData::GamepadDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadCategory) == 0x000048, "Member 'UCommonInputBaseControllerData::GamepadCategory' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadPlatformName) == 0x000058, "Member 'UCommonInputBaseControllerData::GamepadPlatformName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadHardwareIdMapping) == 0x000068, "Member 'UCommonInputBaseControllerData::GamepadHardwareIdMapping' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, ControllerTexture) == 0x000078, "Member 'UCommonInputBaseControllerData::ControllerTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, ControllerButtonMaskTexture) == 0x0000A0, "Member 'UCommonInputBaseControllerData::ControllerButtonMaskTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputBrushDataMap) == 0x0000C8, "Member 'UCommonInputBaseControllerData::InputBrushDataMap' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, HighResInputBrushDataMap) == 0x0000D8, "Member 'UCommonInputBaseControllerData::HighResInputBrushDataMap' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputBrushKeySets) == 0x0000E8, "Member 'UCommonInputBaseControllerData::InputBrushKeySets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputPlatformSettings \ +static_assert(alignof(UCommonInputPlatformSettings) == 0x000008, "Wrong alignment on UCommonInputPlatformSettings"); \ +static_assert(sizeof(UCommonInputPlatformSettings) == 0x000070, "Wrong size on UCommonInputPlatformSettings"); \ +static_assert(offsetof(UCommonInputPlatformSettings, DefaultInputType) == 0x000040, "Member 'UCommonInputPlatformSettings::DefaultInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsMouseAndKeyboard) == 0x000041, "Member 'UCommonInputPlatformSettings::bSupportsMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsTouch) == 0x000042, "Member 'UCommonInputPlatformSettings::bSupportsTouch' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsGamepad) == 0x000043, "Member 'UCommonInputPlatformSettings::bSupportsGamepad' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, DefaultGamepadName) == 0x000044, "Member 'UCommonInputPlatformSettings::DefaultGamepadName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bCanChangeGamepadType) == 0x00004C, "Member 'UCommonInputPlatformSettings::bCanChangeGamepadType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, ControllerData) == 0x000050, "Member 'UCommonInputPlatformSettings::ControllerData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, ControllerDataClasses) == 0x000060, "Member 'UCommonInputPlatformSettings::ControllerDataClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSettings_IsEnhancedInputSupportEnabled \ +static_assert(alignof(CommonInputSettings_IsEnhancedInputSupportEnabled) == 0x000001, "Wrong alignment on CommonInputSettings_IsEnhancedInputSupportEnabled"); \ +static_assert(sizeof(CommonInputSettings_IsEnhancedInputSupportEnabled) == 0x000001, "Wrong size on CommonInputSettings_IsEnhancedInputSupportEnabled"); \ +static_assert(offsetof(CommonInputSettings_IsEnhancedInputSupportEnabled, ReturnValue) == 0x000000, "Member 'CommonInputSettings_IsEnhancedInputSupportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputSettings \ +static_assert(alignof(UCommonInputSettings) == 0x000008, "Wrong alignment on UCommonInputSettings"); \ +static_assert(sizeof(UCommonInputSettings) == 0x000120, "Wrong size on UCommonInputSettings"); \ +static_assert(offsetof(UCommonInputSettings, InputData) == 0x000038, "Member 'UCommonInputSettings::InputData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, PlatformInput) == 0x000060, "Member 'UCommonInputSettings::PlatformInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, CommonInputPlatformData) == 0x000070, "Member 'UCommonInputSettings::CommonInputPlatformData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableInputMethodThrashingProtection) == 0x0000C0, "Member 'UCommonInputSettings::bEnableInputMethodThrashingProtection' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingLimit) == 0x0000C4, "Member 'UCommonInputSettings::InputMethodThrashingLimit' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingWindowInSeconds) == 0x0000C8, "Member 'UCommonInputSettings::InputMethodThrashingWindowInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingCooldownInSeconds) == 0x0000D0, "Member 'UCommonInputSettings::InputMethodThrashingCooldownInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bAllowOutOfFocusDeviceInput) == 0x0000D8, "Member 'UCommonInputSettings::bAllowOutOfFocusDeviceInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableDefaultInputConfig) == 0x0000D9, "Member 'UCommonInputSettings::bEnableDefaultInputConfig' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableEnhancedInputSupport) == 0x0000DA, "Member 'UCommonInputSettings::bEnableEnhancedInputSupport' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableAutomaticGamepadTypeDetection) == 0x0000DB, "Member 'UCommonInputSettings::bEnableAutomaticGamepadTypeDetection' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, ActionDomainTable) == 0x0000E0, "Member 'UCommonInputSettings::ActionDomainTable' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputDataClass) == 0x000110, "Member 'UCommonInputSettings::InputDataClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, ActionDomainTablePtr) == 0x000118, "Member 'UCommonInputSettings::ActionDomainTablePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_SetCurrentInputType \ +static_assert(alignof(CommonInputSubsystem_SetCurrentInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_SetCurrentInputType"); \ +static_assert(sizeof(CommonInputSubsystem_SetCurrentInputType) == 0x000001, "Wrong size on CommonInputSubsystem_SetCurrentInputType"); \ +static_assert(offsetof(CommonInputSubsystem_SetCurrentInputType, NewInputType) == 0x000000, "Member 'CommonInputSubsystem_SetCurrentInputType::NewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_SetGamepadInputType \ +static_assert(alignof(CommonInputSubsystem_SetGamepadInputType) == 0x000004, "Wrong alignment on CommonInputSubsystem_SetGamepadInputType"); \ +static_assert(sizeof(CommonInputSubsystem_SetGamepadInputType) == 0x000008, "Wrong size on CommonInputSubsystem_SetGamepadInputType"); \ +static_assert(offsetof(CommonInputSubsystem_SetGamepadInputType, InGamepadInputType) == 0x000000, "Member 'CommonInputSubsystem_SetGamepadInputType::InGamepadInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_SetPlayerInputForwarderFilter \ +static_assert(alignof(CommonInputSubsystem_SetPlayerInputForwarderFilter) == 0x000008, "Wrong alignment on CommonInputSubsystem_SetPlayerInputForwarderFilter"); \ +static_assert(sizeof(CommonInputSubsystem_SetPlayerInputForwarderFilter) == 0x000010, "Wrong size on CommonInputSubsystem_SetPlayerInputForwarderFilter"); \ +static_assert(offsetof(CommonInputSubsystem_SetPlayerInputForwarderFilter, Filter) == 0x000000, "Member 'CommonInputSubsystem_SetPlayerInputForwarderFilter::Filter' has a wrong offset!"); \ +static_assert(offsetof(CommonInputSubsystem_SetPlayerInputForwarderFilter, bEnable) == 0x000008, "Member 'CommonInputSubsystem_SetPlayerInputForwarderFilter::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetCurrentGamepadName \ +static_assert(alignof(CommonInputSubsystem_GetCurrentGamepadName) == 0x000004, "Wrong alignment on CommonInputSubsystem_GetCurrentGamepadName"); \ +static_assert(sizeof(CommonInputSubsystem_GetCurrentGamepadName) == 0x000008, "Wrong size on CommonInputSubsystem_GetCurrentGamepadName"); \ +static_assert(offsetof(CommonInputSubsystem_GetCurrentGamepadName, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetCurrentGamepadName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetCurrentInputType \ +static_assert(alignof(CommonInputSubsystem_GetCurrentInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_GetCurrentInputType"); \ +static_assert(sizeof(CommonInputSubsystem_GetCurrentInputType) == 0x000001, "Wrong size on CommonInputSubsystem_GetCurrentInputType"); \ +static_assert(offsetof(CommonInputSubsystem_GetCurrentInputType, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetCurrentInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetDefaultInputType \ +static_assert(alignof(CommonInputSubsystem_GetDefaultInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_GetDefaultInputType"); \ +static_assert(sizeof(CommonInputSubsystem_GetDefaultInputType) == 0x000001, "Wrong size on CommonInputSubsystem_GetDefaultInputType"); \ +static_assert(offsetof(CommonInputSubsystem_GetDefaultInputType, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetDefaultInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_IsInputMethodActive \ +static_assert(alignof(CommonInputSubsystem_IsInputMethodActive) == 0x000001, "Wrong alignment on CommonInputSubsystem_IsInputMethodActive"); \ +static_assert(sizeof(CommonInputSubsystem_IsInputMethodActive) == 0x000002, "Wrong size on CommonInputSubsystem_IsInputMethodActive"); \ +static_assert(offsetof(CommonInputSubsystem_IsInputMethodActive, InputMethod) == 0x000000, "Member 'CommonInputSubsystem_IsInputMethodActive::InputMethod' has a wrong offset!"); \ +static_assert(offsetof(CommonInputSubsystem_IsInputMethodActive, ReturnValue) == 0x000001, "Member 'CommonInputSubsystem_IsInputMethodActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_IsUsingPointerInput \ +static_assert(alignof(CommonInputSubsystem_IsUsingPointerInput) == 0x000001, "Wrong alignment on CommonInputSubsystem_IsUsingPointerInput"); \ +static_assert(sizeof(CommonInputSubsystem_IsUsingPointerInput) == 0x000001, "Wrong size on CommonInputSubsystem_IsUsingPointerInput"); \ +static_assert(offsetof(CommonInputSubsystem_IsUsingPointerInput, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_IsUsingPointerInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_ShouldShowInputKeys \ +static_assert(alignof(CommonInputSubsystem_ShouldShowInputKeys) == 0x000001, "Wrong alignment on CommonInputSubsystem_ShouldShowInputKeys"); \ +static_assert(sizeof(CommonInputSubsystem_ShouldShowInputKeys) == 0x000001, "Wrong size on CommonInputSubsystem_ShouldShowInputKeys"); \ +static_assert(offsetof(CommonInputSubsystem_ShouldShowInputKeys, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_ShouldShowInputKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputSubsystem \ +static_assert(alignof(UCommonInputSubsystem) == 0x000008, "Wrong alignment on UCommonInputSubsystem"); \ +static_assert(sizeof(UCommonInputSubsystem) == 0x000120, "Wrong size on UCommonInputSubsystem"); \ +static_assert(offsetof(UCommonInputSubsystem, OnInputMethodChanged) == 0x000080, "Member 'UCommonInputSubsystem::OnInputMethodChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, NumberOfInputMethodChangesRecently) == 0x000090, "Member 'UCommonInputSubsystem::NumberOfInputMethodChangesRecently' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, LastInputMethodChangeTime) == 0x000098, "Member 'UCommonInputSubsystem::LastInputMethodChangeTime' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, LastTimeInputMethodThrashingBegan) == 0x0000A0, "Member 'UCommonInputSubsystem::LastTimeInputMethodThrashingBegan' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, LastInputType) == 0x0000A8, "Member 'UCommonInputSubsystem::LastInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, CurrentInputType) == 0x0000A9, "Member 'UCommonInputSubsystem::CurrentInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, GamepadInputType) == 0x0000AC, "Member 'UCommonInputSubsystem::GamepadInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, CurrentInputLocks) == 0x0000B8, "Member 'UCommonInputSubsystem::CurrentInputLocks' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, ActionDomainTable) == 0x000110, "Member 'UCommonInputSubsystem::ActionDomainTable' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, bIsGamepadSimulatedClick) == 0x000118, "Member 'UCommonInputSubsystem::bIsGamepadSimulatedClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputActionHandlerData \ +static_assert(alignof(FCommonInputActionHandlerData) == 0x000008, "Wrong alignment on FCommonInputActionHandlerData"); \ +static_assert(sizeof(FCommonInputActionHandlerData) == 0x000020, "Wrong size on FCommonInputActionHandlerData"); \ +static_assert(offsetof(FCommonInputActionHandlerData, InputActionRow) == 0x000000, "Member 'FCommonInputActionHandlerData::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionHandlerData, State) == 0x000010, "Member 'FCommonInputActionHandlerData::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonNumberFormattingOptions \ +static_assert(alignof(FCommonNumberFormattingOptions) == 0x000004, "Wrong alignment on FCommonNumberFormattingOptions"); \ +static_assert(sizeof(FCommonNumberFormattingOptions) == 0x000014, "Wrong size on FCommonNumberFormattingOptions"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, RoundingMode) == 0x000000, "Member 'FCommonNumberFormattingOptions::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, UseGrouping) == 0x000001, "Member 'FCommonNumberFormattingOptions::UseGrouping' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MinimumIntegralDigits) == 0x000004, "Member 'FCommonNumberFormattingOptions::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MaximumIntegralDigits) == 0x000008, "Member 'FCommonNumberFormattingOptions::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MinimumFractionalDigits) == 0x00000C, "Member 'FCommonNumberFormattingOptions::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MaximumFractionalDigits) == 0x000010, "Member 'FCommonNumberFormattingOptions::MaximumFractionalDigits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIActionBindingHandle \ +static_assert(alignof(FUIActionBindingHandle) == 0x000004, "Wrong alignment on FUIActionBindingHandle"); \ +static_assert(sizeof(FUIActionBindingHandle) == 0x000004, "Wrong size on FUIActionBindingHandle"); \ + +#define DUMPER7_ASSERTS_FCommonRegisteredTabInfo \ +static_assert(alignof(FCommonRegisteredTabInfo) == 0x000008, "Wrong alignment on FCommonRegisteredTabInfo"); \ +static_assert(sizeof(FCommonRegisteredTabInfo) == 0x000018, "Wrong size on FCommonRegisteredTabInfo"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, TabIndex) == 0x000000, "Member 'FCommonRegisteredTabInfo::TabIndex' has a wrong offset!"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, TabButton) == 0x000008, "Member 'FCommonRegisteredTabInfo::TabButton' has a wrong offset!"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, ContentInstance) == 0x000010, "Member 'FCommonRegisteredTabInfo::ContentInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIInputConfig \ +static_assert(alignof(FUIInputConfig) == 0x000001, "Wrong alignment on FUIInputConfig"); \ +static_assert(sizeof(FUIInputConfig) == 0x000006, "Wrong size on FUIInputConfig"); \ +static_assert(offsetof(FUIInputConfig, bIgnoreMoveInput) == 0x000000, "Member 'FUIInputConfig::bIgnoreMoveInput' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, bIgnoreLookInput) == 0x000001, "Member 'FUIInputConfig::bIgnoreLookInput' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, InputMode) == 0x000002, "Member 'FUIInputConfig::InputMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, MouseCaptureMode) == 0x000003, "Member 'FUIInputConfig::MouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, MouseLockMode) == 0x000004, "Member 'FUIInputConfig::MouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, bHideCursorDuringViewportCapture) == 0x000005, "Member 'FUIInputConfig::bHideCursorDuringViewportCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUITag \ +static_assert(alignof(FUITag) == 0x000004, "Wrong alignment on FUITag"); \ +static_assert(sizeof(FUITag) == 0x000008, "Wrong size on FUITag"); \ + +#define DUMPER7_ASSERTS_FUIActionTag \ +static_assert(alignof(FUIActionTag) == 0x000004, "Wrong alignment on FUIActionTag"); \ +static_assert(sizeof(FUIActionTag) == 0x000008, "Wrong size on FUIActionTag"); \ + +#define DUMPER7_ASSERTS_FCommonButtonStyleOptionalSlateSound \ +static_assert(alignof(FCommonButtonStyleOptionalSlateSound) == 0x000008, "Wrong alignment on FCommonButtonStyleOptionalSlateSound"); \ +static_assert(sizeof(FCommonButtonStyleOptionalSlateSound) == 0x000020, "Wrong size on FCommonButtonStyleOptionalSlateSound"); \ +static_assert(offsetof(FCommonButtonStyleOptionalSlateSound, bHasSound) == 0x000000, "Member 'FCommonButtonStyleOptionalSlateSound::bHasSound' has a wrong offset!"); \ +static_assert(offsetof(FCommonButtonStyleOptionalSlateSound, Sound) == 0x000008, "Member 'FCommonButtonStyleOptionalSlateSound::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextIconData \ +static_assert(alignof(FRichTextIconData) == 0x000008, "Wrong alignment on FRichTextIconData"); \ +static_assert(sizeof(FRichTextIconData) == 0x000050, "Wrong size on FRichTextIconData"); \ +static_assert(offsetof(FRichTextIconData, DisplayName) == 0x000008, "Member 'FRichTextIconData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRichTextIconData, ResourceObject) == 0x000018, "Member 'FRichTextIconData::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FRichTextIconData, ImageSize) == 0x000040, "Member 'FRichTextIconData::ImageSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputTypeInfo \ +static_assert(alignof(FCommonInputTypeInfo) == 0x000010, "Wrong alignment on FCommonInputTypeInfo"); \ +static_assert(sizeof(FCommonInputTypeInfo) == 0x000100, "Wrong size on FCommonInputTypeInfo"); \ +static_assert(offsetof(FCommonInputTypeInfo, Key) == 0x000000, "Member 'FCommonInputTypeInfo::Key' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, OverrrideState) == 0x000018, "Member 'FCommonInputTypeInfo::OverrrideState' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, bActionRequiresHold) == 0x000019, "Member 'FCommonInputTypeInfo::bActionRequiresHold' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, HoldTime) == 0x00001C, "Member 'FCommonInputTypeInfo::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, HoldRollbackTime) == 0x000020, "Member 'FCommonInputTypeInfo::HoldRollbackTime' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, OverrideBrush) == 0x000030, "Member 'FCommonInputTypeInfo::OverrideBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputActionDataBase \ +static_assert(alignof(FCommonInputActionDataBase) == 0x000010, "Wrong alignment on FCommonInputActionDataBase"); \ +static_assert(sizeof(FCommonInputActionDataBase) == 0x000380, "Wrong size on FCommonInputActionDataBase"); \ +static_assert(offsetof(FCommonInputActionDataBase, DisplayName) == 0x000008, "Member 'FCommonInputActionDataBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, HoldDisplayName) == 0x000018, "Member 'FCommonInputActionDataBase::HoldDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, NavBarPriority) == 0x000028, "Member 'FCommonInputActionDataBase::NavBarPriority' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, KeyboardInputTypeInfo) == 0x000030, "Member 'FCommonInputActionDataBase::KeyboardInputTypeInfo' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, DefaultGamepadInputTypeInfo) == 0x000130, "Member 'FCommonInputActionDataBase::DefaultGamepadInputTypeInfo' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, GamepadInputOverrides) == 0x000230, "Member 'FCommonInputActionDataBase::GamepadInputOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, TouchInputTypeInfo) == 0x000280, "Member 'FCommonInputActionDataBase::TouchInputTypeInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIActionKeyMapping \ +static_assert(alignof(FUIActionKeyMapping) == 0x000008, "Wrong alignment on FUIActionKeyMapping"); \ +static_assert(sizeof(FUIActionKeyMapping) == 0x000020, "Wrong size on FUIActionKeyMapping"); \ +static_assert(offsetof(FUIActionKeyMapping, Key) == 0x000000, "Member 'FUIActionKeyMapping::Key' has a wrong offset!"); \ +static_assert(offsetof(FUIActionKeyMapping, HoldTime) == 0x000018, "Member 'FUIActionKeyMapping::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FUIActionKeyMapping, HoldRollbackTime) == 0x00001C, "Member 'FUIActionKeyMapping::HoldRollbackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIInputAction \ +static_assert(alignof(FUIInputAction) == 0x000008, "Wrong alignment on FUIInputAction"); \ +static_assert(sizeof(FUIInputAction) == 0x000028, "Wrong size on FUIInputAction"); \ +static_assert(offsetof(FUIInputAction, ActionTag) == 0x000000, "Member 'FUIInputAction::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(FUIInputAction, DefaultDisplayName) == 0x000008, "Member 'FUIInputAction::DefaultDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUIInputAction, KeyMappings) == 0x000018, "Member 'FUIInputAction::KeyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonAnalogCursorSettings \ +static_assert(alignof(FCommonAnalogCursorSettings) == 0x000004, "Wrong alignment on FCommonAnalogCursorSettings"); \ +static_assert(sizeof(FCommonAnalogCursorSettings) == 0x000024, "Wrong size on FCommonAnalogCursorSettings"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, PreprocessorPriority) == 0x000000, "Member 'FCommonAnalogCursorSettings::PreprocessorPriority' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, bEnableCursorAcceleration) == 0x000004, "Member 'FCommonAnalogCursorSettings::bEnableCursorAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorAcceleration) == 0x000008, "Member 'FCommonAnalogCursorSettings::CursorAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorMaxSpeed) == 0x00000C, "Member 'FCommonAnalogCursorSettings::CursorMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorDeadZone) == 0x000010, "Member 'FCommonAnalogCursorSettings::CursorDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, HoverSlowdownFactor) == 0x000014, "Member 'FCommonAnalogCursorSettings::HoverSlowdownFactor' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollDeadZone) == 0x000018, "Member 'FCommonAnalogCursorSettings::ScrollDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollUpdatePeriod) == 0x00001C, "Member 'FCommonAnalogCursorSettings::ScrollUpdatePeriod' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollMultiplier) == 0x000020, "Member 'FCommonAnalogCursorSettings::ScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_HandleButtonClicked \ +static_assert(alignof(CommonWidgetCarouselNavBar_HandleButtonClicked) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_HandleButtonClicked"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_HandleButtonClicked) == 0x000010, "Wrong size on CommonWidgetCarouselNavBar_HandleButtonClicked"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandleButtonClicked, AssociatedButton) == 0x000000, "Member 'CommonWidgetCarouselNavBar_HandleButtonClicked::AssociatedButton' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandleButtonClicked, ButtonIndex) == 0x000008, "Member 'CommonWidgetCarouselNavBar_HandleButtonClicked::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_HandlePageChanged \ +static_assert(alignof(CommonWidgetCarouselNavBar_HandlePageChanged) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_HandlePageChanged"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_HandlePageChanged) == 0x000010, "Wrong size on CommonWidgetCarouselNavBar_HandlePageChanged"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandlePageChanged, CommonCarousel) == 0x000000, "Member 'CommonWidgetCarouselNavBar_HandlePageChanged::CommonCarousel' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandlePageChanged, PageIndex) == 0x000008, "Member 'CommonWidgetCarouselNavBar_HandlePageChanged::PageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_SetLinkedCarousel \ +static_assert(alignof(CommonWidgetCarouselNavBar_SetLinkedCarousel) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_SetLinkedCarousel"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_SetLinkedCarousel) == 0x000008, "Wrong size on CommonWidgetCarouselNavBar_SetLinkedCarousel"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_SetLinkedCarousel, CommonCarousel) == 0x000000, "Member 'CommonWidgetCarouselNavBar_SetLinkedCarousel::CommonCarousel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetCarouselNavBar \ +static_assert(alignof(UCommonWidgetCarouselNavBar) == 0x000008, "Wrong alignment on UCommonWidgetCarouselNavBar"); \ +static_assert(sizeof(UCommonWidgetCarouselNavBar) == 0x0001C0, "Wrong size on UCommonWidgetCarouselNavBar"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonWidgetType) == 0x000178, "Member 'UCommonWidgetCarouselNavBar::ButtonWidgetType' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonPadding) == 0x000180, "Member 'UCommonWidgetCarouselNavBar::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, LinkedCarousel) == 0x0001A0, "Member 'UCommonWidgetCarouselNavBar::LinkedCarousel' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonGroup) == 0x0001A8, "Member 'UCommonWidgetCarouselNavBar::ButtonGroup' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, Buttons) == 0x0001B0, "Member 'UCommonWidgetCarouselNavBar::Buttons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonBoundActionButtonInterface \ +static_assert(alignof(ICommonBoundActionButtonInterface) == 0x000001, "Wrong alignment on ICommonBoundActionButtonInterface"); \ +static_assert(sizeof(ICommonBoundActionButtonInterface) == 0x000001, "Wrong size on ICommonBoundActionButtonInterface"); \ + +#define DUMPER7_ASSERTS_UAnalogSlider \ +static_assert(alignof(UAnalogSlider) == 0x000010, "Wrong alignment on UAnalogSlider"); \ +static_assert(sizeof(UAnalogSlider) == 0x000750, "Wrong size on UAnalogSlider"); \ +static_assert(offsetof(UAnalogSlider, OnAnalogCapture) == 0x000730, "Member 'UAnalogSlider::OnAnalogCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_BP_AddWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_BP_AddWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_BP_AddWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_BP_AddWidget) == 0x000010, "Wrong size on CommonActivatableWidgetContainerBase_BP_AddWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_BP_AddWidget, ActivatableWidgetClass) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_BP_AddWidget::ActivatableWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_BP_AddWidget, ReturnValue) == 0x000008, "Member 'CommonActivatableWidgetContainerBase_BP_AddWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_RemoveWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_RemoveWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_RemoveWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_RemoveWidget) == 0x000008, "Wrong size on CommonActivatableWidgetContainerBase_RemoveWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_RemoveWidget, WidgetToRemove) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_RemoveWidget::WidgetToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_SetTransitionDuration \ +static_assert(alignof(CommonActivatableWidgetContainerBase_SetTransitionDuration) == 0x000004, "Wrong alignment on CommonActivatableWidgetContainerBase_SetTransitionDuration"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_SetTransitionDuration) == 0x000004, "Wrong size on CommonActivatableWidgetContainerBase_SetTransitionDuration"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_SetTransitionDuration, Duration) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_SetTransitionDuration::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_GetActiveWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_GetActiveWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_GetActiveWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_GetActiveWidget) == 0x000008, "Wrong size on CommonActivatableWidgetContainerBase_GetActiveWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_GetActiveWidget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_GetTransitionDuration \ +static_assert(alignof(CommonActivatableWidgetContainerBase_GetTransitionDuration) == 0x000004, "Wrong alignment on CommonActivatableWidgetContainerBase_GetTransitionDuration"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_GetTransitionDuration) == 0x000004, "Wrong size on CommonActivatableWidgetContainerBase_GetTransitionDuration"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_GetTransitionDuration, ReturnValue) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_GetTransitionDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetContainerBase \ +static_assert(alignof(UCommonActivatableWidgetContainerBase) == 0x000008, "Wrong alignment on UCommonActivatableWidgetContainerBase"); \ +static_assert(sizeof(UCommonActivatableWidgetContainerBase) == 0x0002A0, "Wrong size on UCommonActivatableWidgetContainerBase"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionType) == 0x000190, "Member 'UCommonActivatableWidgetContainerBase::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionCurveType) == 0x000191, "Member 'UCommonActivatableWidgetContainerBase::TransitionCurveType' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionDuration) == 0x000194, "Member 'UCommonActivatableWidgetContainerBase::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionFallbackStrategy) == 0x000198, "Member 'UCommonActivatableWidgetContainerBase::TransitionFallbackStrategy' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, WidgetList) == 0x0001A0, "Member 'UCommonActivatableWidgetContainerBase::WidgetList' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, DisplayedWidget) == 0x0001B0, "Member 'UCommonActivatableWidgetContainerBase::DisplayedWidget' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, GeneratedWidgetsPool) == 0x0001B8, "Member 'UCommonActivatableWidgetContainerBase::GeneratedWidgetsPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetStack \ +static_assert(alignof(UCommonActivatableWidgetStack) == 0x000008, "Wrong alignment on UCommonActivatableWidgetStack"); \ +static_assert(sizeof(UCommonActivatableWidgetStack) == 0x0002B0, "Wrong size on UCommonActivatableWidgetStack"); \ +static_assert(offsetof(UCommonActivatableWidgetStack, RootContentWidgetClass) == 0x0002A0, "Member 'UCommonActivatableWidgetStack::RootContentWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetStack, RootContentWidget) == 0x0002A8, "Member 'UCommonActivatableWidgetStack::RootContentWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonActionHandlerInterface \ +static_assert(alignof(ICommonActionHandlerInterface) == 0x000001, "Wrong alignment on ICommonActionHandlerInterface"); \ +static_assert(sizeof(ICommonActionHandlerInterface) == 0x000001, "Wrong size on ICommonActionHandlerInterface"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetEnhancedInputAction \ +static_assert(alignof(CommonActionWidget_SetEnhancedInputAction) == 0x000008, "Wrong alignment on CommonActionWidget_SetEnhancedInputAction"); \ +static_assert(sizeof(CommonActionWidget_SetEnhancedInputAction) == 0x000008, "Wrong size on CommonActionWidget_SetEnhancedInputAction"); \ +static_assert(offsetof(CommonActionWidget_SetEnhancedInputAction, InInputAction) == 0x000000, "Member 'CommonActionWidget_SetEnhancedInputAction::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetIconRimBrush \ +static_assert(alignof(CommonActionWidget_SetIconRimBrush) == 0x000010, "Wrong alignment on CommonActionWidget_SetIconRimBrush"); \ +static_assert(sizeof(CommonActionWidget_SetIconRimBrush) == 0x0000D0, "Wrong size on CommonActionWidget_SetIconRimBrush"); \ +static_assert(offsetof(CommonActionWidget_SetIconRimBrush, InIconRimBrush) == 0x000000, "Member 'CommonActionWidget_SetIconRimBrush::InIconRimBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetInputAction \ +static_assert(alignof(CommonActionWidget_SetInputAction) == 0x000008, "Wrong alignment on CommonActionWidget_SetInputAction"); \ +static_assert(sizeof(CommonActionWidget_SetInputAction) == 0x000010, "Wrong size on CommonActionWidget_SetInputAction"); \ +static_assert(offsetof(CommonActionWidget_SetInputAction, InputActionRow) == 0x000000, "Member 'CommonActionWidget_SetInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetInputActions \ +static_assert(alignof(CommonActionWidget_SetInputActions) == 0x000008, "Wrong alignment on CommonActionWidget_SetInputActions"); \ +static_assert(sizeof(CommonActionWidget_SetInputActions) == 0x000010, "Wrong size on CommonActionWidget_SetInputActions"); \ +static_assert(offsetof(CommonActionWidget_SetInputActions, NewInputActions) == 0x000000, "Member 'CommonActionWidget_SetInputActions::NewInputActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetDisplayText \ +static_assert(alignof(CommonActionWidget_GetDisplayText) == 0x000008, "Wrong alignment on CommonActionWidget_GetDisplayText"); \ +static_assert(sizeof(CommonActionWidget_GetDisplayText) == 0x000010, "Wrong size on CommonActionWidget_GetDisplayText"); \ +static_assert(offsetof(CommonActionWidget_GetDisplayText, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetIcon \ +static_assert(alignof(CommonActionWidget_GetIcon) == 0x000010, "Wrong alignment on CommonActionWidget_GetIcon"); \ +static_assert(sizeof(CommonActionWidget_GetIcon) == 0x0000D0, "Wrong size on CommonActionWidget_GetIcon"); \ +static_assert(offsetof(CommonActionWidget_GetIcon, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_IsHeldAction \ +static_assert(alignof(CommonActionWidget_IsHeldAction) == 0x000001, "Wrong alignment on CommonActionWidget_IsHeldAction"); \ +static_assert(sizeof(CommonActionWidget_IsHeldAction) == 0x000001, "Wrong size on CommonActionWidget_IsHeldAction"); \ +static_assert(offsetof(CommonActionWidget_IsHeldAction, ReturnValue) == 0x000000, "Member 'CommonActionWidget_IsHeldAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActionWidget \ +static_assert(alignof(UCommonActionWidget) == 0x000010, "Wrong alignment on UCommonActionWidget"); \ +static_assert(sizeof(UCommonActionWidget) == 0x000490, "Wrong size on UCommonActionWidget"); \ +static_assert(offsetof(UCommonActionWidget, OnInputMethodChanged) == 0x000178, "Member 'UCommonActionWidget::OnInputMethodChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressMaterialBrush) == 0x000190, "Member 'UCommonActionWidget::ProgressMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressMaterialParam) == 0x000260, "Member 'UCommonActionWidget::ProgressMaterialParam' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, IconRimBrush) == 0x000270, "Member 'UCommonActionWidget::IconRimBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, InputActions) == 0x000340, "Member 'UCommonActionWidget::InputActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, EnhancedInputAction) == 0x000350, "Member 'UCommonActionWidget::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressDynamicMaterial) == 0x000360, "Member 'UCommonActionWidget::ProgressDynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_RegisterScrollRecipientExternal \ +static_assert(alignof(CommonUserWidget_RegisterScrollRecipientExternal) == 0x000008, "Wrong alignment on CommonUserWidget_RegisterScrollRecipientExternal"); \ +static_assert(sizeof(CommonUserWidget_RegisterScrollRecipientExternal) == 0x000008, "Wrong size on CommonUserWidget_RegisterScrollRecipientExternal"); \ +static_assert(offsetof(CommonUserWidget_RegisterScrollRecipientExternal, AnalogScrollRecipient) == 0x000000, "Member 'CommonUserWidget_RegisterScrollRecipientExternal::AnalogScrollRecipient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_SetConsumePointerInput \ +static_assert(alignof(CommonUserWidget_SetConsumePointerInput) == 0x000001, "Wrong alignment on CommonUserWidget_SetConsumePointerInput"); \ +static_assert(sizeof(CommonUserWidget_SetConsumePointerInput) == 0x000001, "Wrong size on CommonUserWidget_SetConsumePointerInput"); \ +static_assert(offsetof(CommonUserWidget_SetConsumePointerInput, bInConsumePointerInput) == 0x000000, "Member 'CommonUserWidget_SetConsumePointerInput::bInConsumePointerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_UnregisterScrollRecipientExternal \ +static_assert(alignof(CommonUserWidget_UnregisterScrollRecipientExternal) == 0x000008, "Wrong alignment on CommonUserWidget_UnregisterScrollRecipientExternal"); \ +static_assert(sizeof(CommonUserWidget_UnregisterScrollRecipientExternal) == 0x000008, "Wrong size on CommonUserWidget_UnregisterScrollRecipientExternal"); \ +static_assert(offsetof(CommonUserWidget_UnregisterScrollRecipientExternal, AnalogScrollRecipient) == 0x000000, "Member 'CommonUserWidget_UnregisterScrollRecipientExternal::AnalogScrollRecipient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUserWidget \ +static_assert(alignof(UCommonUserWidget) == 0x000008, "Wrong alignment on UCommonUserWidget"); \ +static_assert(sizeof(UCommonUserWidget) == 0x000308, "Wrong size on UCommonUserWidget"); \ +static_assert(offsetof(UCommonUserWidget, bDisplayInActionBar) == 0x0002E0, "Member 'UCommonUserWidget::bDisplayInActionBar' has a wrong offset!"); \ +static_assert(offsetof(UCommonUserWidget, bConsumePointerInput) == 0x0002E1, "Member 'UCommonUserWidget::bConsumePointerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BindVisibilityToActivation \ +static_assert(alignof(CommonActivatableWidget_BindVisibilityToActivation) == 0x000008, "Wrong alignment on CommonActivatableWidget_BindVisibilityToActivation"); \ +static_assert(sizeof(CommonActivatableWidget_BindVisibilityToActivation) == 0x000008, "Wrong size on CommonActivatableWidget_BindVisibilityToActivation"); \ +static_assert(offsetof(CommonActivatableWidget_BindVisibilityToActivation, ActivatableWidget) == 0x000000, "Member 'CommonActivatableWidget_BindVisibilityToActivation::ActivatableWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_OnHandleBackAction \ +static_assert(alignof(CommonActivatableWidget_BP_OnHandleBackAction) == 0x000001, "Wrong alignment on CommonActivatableWidget_BP_OnHandleBackAction"); \ +static_assert(sizeof(CommonActivatableWidget_BP_OnHandleBackAction) == 0x000001, "Wrong size on CommonActivatableWidget_BP_OnHandleBackAction"); \ +static_assert(offsetof(CommonActivatableWidget_BP_OnHandleBackAction, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_OnHandleBackAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_GetVirtualTreeParent \ +static_assert(alignof(CommonActivatableWidget_GetVirtualTreeParent) == 0x000008, "Wrong alignment on CommonActivatableWidget_GetVirtualTreeParent"); \ +static_assert(sizeof(CommonActivatableWidget_GetVirtualTreeParent) == 0x000008, "Wrong size on CommonActivatableWidget_GetVirtualTreeParent"); \ +static_assert(offsetof(CommonActivatableWidget_GetVirtualTreeParent, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_GetVirtualTreeParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_SetBindVisibilities \ +static_assert(alignof(CommonActivatableWidget_SetBindVisibilities) == 0x000001, "Wrong alignment on CommonActivatableWidget_SetBindVisibilities"); \ +static_assert(sizeof(CommonActivatableWidget_SetBindVisibilities) == 0x000003, "Wrong size on CommonActivatableWidget_SetBindVisibilities"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, OnActivatedVisibility) == 0x000000, "Member 'CommonActivatableWidget_SetBindVisibilities::OnActivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, OnDeactivatedVisibility) == 0x000001, "Member 'CommonActivatableWidget_SetBindVisibilities::OnDeactivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, bInAllActive) == 0x000002, "Member 'CommonActivatableWidget_SetBindVisibilities::bInAllActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_GetDesiredFocusTarget \ +static_assert(alignof(CommonActivatableWidget_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on CommonActivatableWidget_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(CommonActivatableWidget_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on CommonActivatableWidget_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(CommonActivatableWidget_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_GetDesiredInputConfig \ +static_assert(alignof(CommonActivatableWidget_BP_GetDesiredInputConfig) == 0x000001, "Wrong alignment on CommonActivatableWidget_BP_GetDesiredInputConfig"); \ +static_assert(sizeof(CommonActivatableWidget_BP_GetDesiredInputConfig) == 0x000006, "Wrong size on CommonActivatableWidget_BP_GetDesiredInputConfig"); \ +static_assert(offsetof(CommonActivatableWidget_BP_GetDesiredInputConfig, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_GetDesiredInputConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_GetDesiredFocusTarget \ +static_assert(alignof(CommonActivatableWidget_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on CommonActivatableWidget_GetDesiredFocusTarget"); \ +static_assert(sizeof(CommonActivatableWidget_GetDesiredFocusTarget) == 0x000008, "Wrong size on CommonActivatableWidget_GetDesiredFocusTarget"); \ +static_assert(offsetof(CommonActivatableWidget_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_IsActivated \ +static_assert(alignof(CommonActivatableWidget_IsActivated) == 0x000001, "Wrong alignment on CommonActivatableWidget_IsActivated"); \ +static_assert(sizeof(CommonActivatableWidget_IsActivated) == 0x000001, "Wrong size on CommonActivatableWidget_IsActivated"); \ +static_assert(offsetof(CommonActivatableWidget_IsActivated, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_IsActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidget \ +static_assert(alignof(UCommonActivatableWidget) == 0x000008, "Wrong alignment on UCommonActivatableWidget"); \ +static_assert(sizeof(UCommonActivatableWidget) == 0x000430, "Wrong size on UCommonActivatableWidget"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsBackHandler) == 0x000308, "Member 'UCommonActivatableWidget::bIsBackHandler' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsBackActionDisplayedInActionBar) == 0x000309, "Member 'UCommonActivatableWidget::bIsBackActionDisplayedInActionBar' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bAutoActivate) == 0x00030A, "Member 'UCommonActivatableWidget::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSupportsActivationFocus) == 0x00030B, "Member 'UCommonActivatableWidget::bSupportsActivationFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsModal) == 0x00030C, "Member 'UCommonActivatableWidget::bIsModal' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bAutoRestoreFocus) == 0x00030D, "Member 'UCommonActivatableWidget::bAutoRestoreFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bOverrideActionDomain) == 0x00030E, "Member 'UCommonActivatableWidget::bOverrideActionDomain' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, InputMapping) == 0x000310, "Member 'UCommonActivatableWidget::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, InputMappingPriority) == 0x000318, "Member 'UCommonActivatableWidget::InputMappingPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, ActionDomainOverride) == 0x000320, "Member 'UCommonActivatableWidget::ActionDomainOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, BP_OnWidgetActivated) == 0x000348, "Member 'UCommonActivatableWidget::BP_OnWidgetActivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, BP_OnWidgetDeactivated) == 0x000358, "Member 'UCommonActivatableWidget::BP_OnWidgetDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsActive) == 0x000368, "Member 'UCommonActivatableWidget::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, VisibilityBoundWidgets) == 0x000370, "Member 'UCommonActivatableWidget::VisibilityBoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSetVisibilityOnActivated) == 0x000428, "Member 'UCommonActivatableWidget::bSetVisibilityOnActivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, ActivatedVisibility) == 0x000429, "Member 'UCommonActivatableWidget::ActivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSetVisibilityOnDeactivated) == 0x00042A, "Member 'UCommonActivatableWidget::bSetVisibilityOnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, DeactivatedVisibility) == 0x00042B, "Member 'UCommonActivatableWidget::DeactivatedVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_ActivateNextWidget \ +static_assert(alignof(CommonAnimatedSwitcher_ActivateNextWidget) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_ActivateNextWidget"); \ +static_assert(sizeof(CommonAnimatedSwitcher_ActivateNextWidget) == 0x000001, "Wrong size on CommonAnimatedSwitcher_ActivateNextWidget"); \ +static_assert(offsetof(CommonAnimatedSwitcher_ActivateNextWidget, bCanWrap) == 0x000000, "Member 'CommonAnimatedSwitcher_ActivateNextWidget::bCanWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_ActivatePreviousWidget \ +static_assert(alignof(CommonAnimatedSwitcher_ActivatePreviousWidget) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_ActivatePreviousWidget"); \ +static_assert(sizeof(CommonAnimatedSwitcher_ActivatePreviousWidget) == 0x000001, "Wrong size on CommonAnimatedSwitcher_ActivatePreviousWidget"); \ +static_assert(offsetof(CommonAnimatedSwitcher_ActivatePreviousWidget, bCanWrap) == 0x000000, "Member 'CommonAnimatedSwitcher_ActivatePreviousWidget::bCanWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_SetDisableTransitionAnimation \ +static_assert(alignof(CommonAnimatedSwitcher_SetDisableTransitionAnimation) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_SetDisableTransitionAnimation"); \ +static_assert(sizeof(CommonAnimatedSwitcher_SetDisableTransitionAnimation) == 0x000001, "Wrong size on CommonAnimatedSwitcher_SetDisableTransitionAnimation"); \ +static_assert(offsetof(CommonAnimatedSwitcher_SetDisableTransitionAnimation, bDisableAnimation) == 0x000000, "Member 'CommonAnimatedSwitcher_SetDisableTransitionAnimation::bDisableAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_HasWidgets \ +static_assert(alignof(CommonAnimatedSwitcher_HasWidgets) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_HasWidgets"); \ +static_assert(sizeof(CommonAnimatedSwitcher_HasWidgets) == 0x000001, "Wrong size on CommonAnimatedSwitcher_HasWidgets"); \ +static_assert(offsetof(CommonAnimatedSwitcher_HasWidgets, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_HasWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_IsCurrentlySwitching \ +static_assert(alignof(CommonAnimatedSwitcher_IsCurrentlySwitching) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_IsCurrentlySwitching"); \ +static_assert(sizeof(CommonAnimatedSwitcher_IsCurrentlySwitching) == 0x000001, "Wrong size on CommonAnimatedSwitcher_IsCurrentlySwitching"); \ +static_assert(offsetof(CommonAnimatedSwitcher_IsCurrentlySwitching, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_IsCurrentlySwitching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_IsTransitionPlaying \ +static_assert(alignof(CommonAnimatedSwitcher_IsTransitionPlaying) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_IsTransitionPlaying"); \ +static_assert(sizeof(CommonAnimatedSwitcher_IsTransitionPlaying) == 0x000001, "Wrong size on CommonAnimatedSwitcher_IsTransitionPlaying"); \ +static_assert(offsetof(CommonAnimatedSwitcher_IsTransitionPlaying, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_IsTransitionPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonAnimatedSwitcher \ +static_assert(alignof(UCommonAnimatedSwitcher) == 0x000008, "Wrong alignment on UCommonAnimatedSwitcher"); \ +static_assert(sizeof(UCommonAnimatedSwitcher) == 0x000230, "Wrong size on UCommonAnimatedSwitcher"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, OnActiveWidgetIndexChangedBP) == 0x0001D8, "Member 'UCommonAnimatedSwitcher::OnActiveWidgetIndexChangedBP' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionType) == 0x0001E8, "Member 'UCommonAnimatedSwitcher::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionCurveType) == 0x0001E9, "Member 'UCommonAnimatedSwitcher::TransitionCurveType' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionDuration) == 0x0001EC, "Member 'UCommonAnimatedSwitcher::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionFallbackStrategy) == 0x0001F0, "Member 'UCommonAnimatedSwitcher::TransitionFallbackStrategy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetSwitcher \ +static_assert(alignof(UCommonActivatableWidgetSwitcher) == 0x000008, "Wrong alignment on UCommonActivatableWidgetSwitcher"); \ +static_assert(sizeof(UCommonActivatableWidgetSwitcher) == 0x000240, "Wrong size on UCommonActivatableWidgetSwitcher"); \ +static_assert(offsetof(UCommonActivatableWidgetSwitcher, bClearFocusRestorationTargetOfDeactivatedWidgets) == 0x000230, "Member 'UCommonActivatableWidgetSwitcher::bClearFocusRestorationTargetOfDeactivatedWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIInputSettings \ +static_assert(alignof(UCommonUIInputSettings) == 0x000008, "Wrong alignment on UCommonUIInputSettings"); \ +static_assert(sizeof(UCommonUIInputSettings) == 0x000078, "Wrong size on UCommonUIInputSettings"); \ +static_assert(offsetof(UCommonUIInputSettings, bLinkCursorToGamepadFocus) == 0x000028, "Member 'UCommonUIInputSettings::bLinkCursorToGamepadFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, UIActionProcessingPriority) == 0x00002C, "Member 'UCommonUIInputSettings::UIActionProcessingPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, InputActions) == 0x000030, "Member 'UCommonUIInputSettings::InputActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, ActionOverrides) == 0x000040, "Member 'UCommonUIInputSettings::ActionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, AnalogCursorSettings) == 0x000050, "Member 'UCommonUIInputSettings::AnalogCursorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBorderStyle_GetBackgroundBrush \ +static_assert(alignof(CommonBorderStyle_GetBackgroundBrush) == 0x000010, "Wrong alignment on CommonBorderStyle_GetBackgroundBrush"); \ +static_assert(sizeof(CommonBorderStyle_GetBackgroundBrush) == 0x0000D0, "Wrong size on CommonBorderStyle_GetBackgroundBrush"); \ +static_assert(offsetof(CommonBorderStyle_GetBackgroundBrush, Brush) == 0x000000, "Member 'CommonBorderStyle_GetBackgroundBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBorderStyle \ +static_assert(alignof(UCommonBorderStyle) == 0x000010, "Wrong alignment on UCommonBorderStyle"); \ +static_assert(sizeof(UCommonBorderStyle) == 0x000100, "Wrong size on UCommonBorderStyle"); \ +static_assert(offsetof(UCommonBorderStyle, Background) == 0x000030, "Member 'UCommonBorderStyle::Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBorder_SetStyle \ +static_assert(alignof(CommonBorder_SetStyle) == 0x000008, "Wrong alignment on CommonBorder_SetStyle"); \ +static_assert(sizeof(CommonBorder_SetStyle) == 0x000008, "Wrong size on CommonBorder_SetStyle"); \ +static_assert(offsetof(CommonBorder_SetStyle, InStyle) == 0x000000, "Member 'CommonBorder_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBorder \ +static_assert(alignof(UCommonBorder) == 0x000010, "Wrong alignment on UCommonBorder"); \ +static_assert(sizeof(UCommonBorder) == 0x000360, "Wrong size on UCommonBorder"); \ +static_assert(offsetof(UCommonBorder, Style) == 0x000338, "Member 'UCommonBorder::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonBorder, bReducePaddingBySafezone) == 0x000340, "Member 'UCommonBorder::bReducePaddingBySafezone' has a wrong offset!"); \ +static_assert(offsetof(UCommonBorder, MinimumPadding) == 0x000344, "Member 'UCommonBorder::MinimumPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetButtonPadding \ +static_assert(alignof(CommonButtonStyle_GetButtonPadding) == 0x000004, "Wrong alignment on CommonButtonStyle_GetButtonPadding"); \ +static_assert(sizeof(CommonButtonStyle_GetButtonPadding) == 0x000010, "Wrong size on CommonButtonStyle_GetButtonPadding"); \ +static_assert(offsetof(CommonButtonStyle_GetButtonPadding, OutButtonPadding) == 0x000000, "Member 'CommonButtonStyle_GetButtonPadding::OutButtonPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetCustomPadding \ +static_assert(alignof(CommonButtonStyle_GetCustomPadding) == 0x000004, "Wrong alignment on CommonButtonStyle_GetCustomPadding"); \ +static_assert(sizeof(CommonButtonStyle_GetCustomPadding) == 0x000010, "Wrong size on CommonButtonStyle_GetCustomPadding"); \ +static_assert(offsetof(CommonButtonStyle_GetCustomPadding, OutCustomPadding) == 0x000000, "Member 'CommonButtonStyle_GetCustomPadding::OutCustomPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetDisabledBrush \ +static_assert(alignof(CommonButtonStyle_GetDisabledBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetDisabledBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetDisabledBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetDisabledBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetDisabledBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetDisabledBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetDisabledTextStyle \ +static_assert(alignof(CommonButtonStyle_GetDisabledTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetDisabledTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetDisabledTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetDisabledTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetDisabledTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetDisabledTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetMaterialBrush \ +static_assert(alignof(CommonButtonStyle_GetMaterialBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetMaterialBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetMaterialBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetMaterialBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetMaterialBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetMaterialBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalBaseBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalBaseBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalBaseBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalBaseBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetNormalBaseBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalBaseBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalBaseBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalHoveredBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalHoveredBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalHoveredBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalHoveredBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetNormalHoveredBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalHoveredBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalHoveredBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalHoveredTextStyle \ +static_assert(alignof(CommonButtonStyle_GetNormalHoveredTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetNormalHoveredTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalHoveredTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetNormalHoveredTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalHoveredTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetNormalHoveredTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalPressedBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalPressedBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalPressedBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalPressedBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetNormalPressedBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalPressedBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalPressedBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalTextStyle \ +static_assert(alignof(CommonButtonStyle_GetNormalTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetNormalTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetNormalTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetNormalTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedBaseBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedBaseBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedBaseBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedBaseBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetSelectedBaseBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedBaseBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedBaseBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedHoveredBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedHoveredBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedHoveredBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedHoveredBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetSelectedHoveredBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedHoveredBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedHoveredBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedHoveredTextStyle \ +static_assert(alignof(CommonButtonStyle_GetSelectedHoveredTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetSelectedHoveredTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedHoveredTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetSelectedHoveredTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedHoveredTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetSelectedHoveredTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedPressedBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedPressedBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedPressedBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedPressedBrush) == 0x0000D0, "Wrong size on CommonButtonStyle_GetSelectedPressedBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedPressedBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedPressedBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedTextStyle \ +static_assert(alignof(CommonButtonStyle_GetSelectedTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetSelectedTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetSelectedTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetSelectedTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonStyle \ +static_assert(alignof(UCommonButtonStyle) == 0x000010, "Wrong alignment on UCommonButtonStyle"); \ +static_assert(sizeof(UCommonButtonStyle) == 0x0007B0, "Wrong size on UCommonButtonStyle"); \ +static_assert(offsetof(UCommonButtonStyle, bSingleMaterial) == 0x000028, "Member 'UCommonButtonStyle::bSingleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SingleMaterialBrush) == 0x000030, "Member 'UCommonButtonStyle::SingleMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalBase) == 0x000100, "Member 'UCommonButtonStyle::NormalBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalHovered) == 0x0001D0, "Member 'UCommonButtonStyle::NormalHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalPressed) == 0x0002A0, "Member 'UCommonButtonStyle::NormalPressed' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedBase) == 0x000370, "Member 'UCommonButtonStyle::SelectedBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHovered) == 0x000440, "Member 'UCommonButtonStyle::SelectedHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedPressed) == 0x000510, "Member 'UCommonButtonStyle::SelectedPressed' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, Disabled) == 0x0005E0, "Member 'UCommonButtonStyle::Disabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, ButtonPadding) == 0x0006B0, "Member 'UCommonButtonStyle::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, CustomPadding) == 0x0006C0, "Member 'UCommonButtonStyle::CustomPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MinWidth) == 0x0006D0, "Member 'UCommonButtonStyle::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MinHeight) == 0x0006D4, "Member 'UCommonButtonStyle::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalTextStyle) == 0x0006D8, "Member 'UCommonButtonStyle::NormalTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalHoveredTextStyle) == 0x0006E0, "Member 'UCommonButtonStyle::NormalHoveredTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedTextStyle) == 0x0006E8, "Member 'UCommonButtonStyle::SelectedTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHoveredTextStyle) == 0x0006F0, "Member 'UCommonButtonStyle::SelectedHoveredTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, DisabledTextStyle) == 0x0006F8, "Member 'UCommonButtonStyle::DisabledTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, PressedSlateSound) == 0x000700, "Member 'UCommonButtonStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedPressedSlateSound) == 0x000718, "Member 'UCommonButtonStyle::SelectedPressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, LockedPressedSlateSound) == 0x000738, "Member 'UCommonButtonStyle::LockedPressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, HoveredSlateSound) == 0x000758, "Member 'UCommonButtonStyle::HoveredSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHoveredSlateSound) == 0x000770, "Member 'UCommonButtonStyle::SelectedHoveredSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, LockedHoveredSlateSound) == 0x000790, "Member 'UCommonButtonStyle::LockedHoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonInternalBase \ +static_assert(alignof(UCommonButtonInternalBase) == 0x000010, "Wrong alignment on UCommonButtonInternalBase"); \ +static_assert(sizeof(UCommonButtonInternalBase) == 0x0006A0, "Wrong size on UCommonButtonInternalBase"); \ +static_assert(offsetof(UCommonButtonInternalBase, OnDoubleClicked) == 0x000618, "Member 'UCommonButtonInternalBase::OnDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MinWidth) == 0x000658, "Member 'UCommonButtonInternalBase::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MinHeight) == 0x00065C, "Member 'UCommonButtonInternalBase::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, bButtonEnabled) == 0x000660, "Member 'UCommonButtonInternalBase::bButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, bInteractionEnabled) == 0x000661, "Member 'UCommonButtonInternalBase::bInteractionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, TriggeringActionPressedTime) == 0x000664, "Member 'UCommonButtonInternalBase::TriggeringActionPressedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_BP_OnInputMethodChanged \ +static_assert(alignof(CommonButtonBase_BP_OnInputMethodChanged) == 0x000001, "Wrong alignment on CommonButtonBase_BP_OnInputMethodChanged"); \ +static_assert(sizeof(CommonButtonBase_BP_OnInputMethodChanged) == 0x000001, "Wrong size on CommonButtonBase_BP_OnInputMethodChanged"); \ +static_assert(offsetof(CommonButtonBase_BP_OnInputMethodChanged, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_BP_OnInputMethodChanged::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_BP_OnLockedChanged \ +static_assert(alignof(CommonButtonBase_BP_OnLockedChanged) == 0x000001, "Wrong alignment on CommonButtonBase_BP_OnLockedChanged"); \ +static_assert(sizeof(CommonButtonBase_BP_OnLockedChanged) == 0x000001, "Wrong size on CommonButtonBase_BP_OnLockedChanged"); \ +static_assert(offsetof(CommonButtonBase_BP_OnLockedChanged, bIsLocked) == 0x000000, "Member 'CommonButtonBase_BP_OnLockedChanged::bIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_DisableButtonWithReason \ +static_assert(alignof(CommonButtonBase_DisableButtonWithReason) == 0x000008, "Wrong alignment on CommonButtonBase_DisableButtonWithReason"); \ +static_assert(sizeof(CommonButtonBase_DisableButtonWithReason) == 0x000010, "Wrong size on CommonButtonBase_DisableButtonWithReason"); \ +static_assert(offsetof(CommonButtonBase_DisableButtonWithReason, DisabledReason) == 0x000000, "Member 'CommonButtonBase_DisableButtonWithReason::DisabledReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetConvertInputActionToHold \ +static_assert(alignof(CommonButtonBase_GetConvertInputActionToHold) == 0x000001, "Wrong alignment on CommonButtonBase_GetConvertInputActionToHold"); \ +static_assert(sizeof(CommonButtonBase_GetConvertInputActionToHold) == 0x000001, "Wrong size on CommonButtonBase_GetConvertInputActionToHold"); \ +static_assert(offsetof(CommonButtonBase_GetConvertInputActionToHold, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetConvertInputActionToHold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_HandleTriggeringActionCommited \ +static_assert(alignof(CommonButtonBase_HandleTriggeringActionCommited) == 0x000001, "Wrong alignment on CommonButtonBase_HandleTriggeringActionCommited"); \ +static_assert(sizeof(CommonButtonBase_HandleTriggeringActionCommited) == 0x000001, "Wrong size on CommonButtonBase_HandleTriggeringActionCommited"); \ +static_assert(offsetof(CommonButtonBase_HandleTriggeringActionCommited, bPassThrough) == 0x000000, "Member 'CommonButtonBase_HandleTriggeringActionCommited::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnActionProgress \ +static_assert(alignof(CommonButtonBase_NativeOnActionProgress) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnActionProgress"); \ +static_assert(sizeof(CommonButtonBase_NativeOnActionProgress) == 0x000004, "Wrong size on CommonButtonBase_NativeOnActionProgress"); \ +static_assert(offsetof(CommonButtonBase_NativeOnActionProgress, HeldPercent) == 0x000000, "Member 'CommonButtonBase_NativeOnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnHoldProgress \ +static_assert(alignof(CommonButtonBase_NativeOnHoldProgress) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnHoldProgress"); \ +static_assert(sizeof(CommonButtonBase_NativeOnHoldProgress) == 0x000008, "Wrong size on CommonButtonBase_NativeOnHoldProgress"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgress, DeltaTime) == 0x000000, "Member 'CommonButtonBase_NativeOnHoldProgress::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgress, ReturnValue) == 0x000004, "Member 'CommonButtonBase_NativeOnHoldProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnHoldProgressRollback \ +static_assert(alignof(CommonButtonBase_NativeOnHoldProgressRollback) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnHoldProgressRollback"); \ +static_assert(sizeof(CommonButtonBase_NativeOnHoldProgressRollback) == 0x000008, "Wrong size on CommonButtonBase_NativeOnHoldProgressRollback"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgressRollback, DeltaTime) == 0x000000, "Member 'CommonButtonBase_NativeOnHoldProgressRollback::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgressRollback, ReturnValue) == 0x000004, "Member 'CommonButtonBase_NativeOnHoldProgressRollback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnActionProgress \ +static_assert(alignof(CommonButtonBase_OnActionProgress) == 0x000004, "Wrong alignment on CommonButtonBase_OnActionProgress"); \ +static_assert(sizeof(CommonButtonBase_OnActionProgress) == 0x000004, "Wrong size on CommonButtonBase_OnActionProgress"); \ +static_assert(offsetof(CommonButtonBase_OnActionProgress, HeldPercent) == 0x000000, "Member 'CommonButtonBase_OnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnInputMethodChanged \ +static_assert(alignof(CommonButtonBase_OnInputMethodChanged) == 0x000001, "Wrong alignment on CommonButtonBase_OnInputMethodChanged"); \ +static_assert(sizeof(CommonButtonBase_OnInputMethodChanged) == 0x000001, "Wrong size on CommonButtonBase_OnInputMethodChanged"); \ +static_assert(offsetof(CommonButtonBase_OnInputMethodChanged, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_OnInputMethodChanged::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeredInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeredInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeredInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeredInputActionChanged) == 0x000010, "Wrong size on CommonButtonBase_OnTriggeredInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeredInputActionChanged, NewTriggeredAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeredInputActionChanged::NewTriggeredAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeringEnhancedInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong size on CommonButtonBase_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged, InInputAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeringEnhancedInputActionChanged::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeringInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeringInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeringInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeringInputActionChanged) == 0x000010, "Wrong size on CommonButtonBase_OnTriggeringInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeringInputActionChanged, NewTriggeredAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeringInputActionChanged::NewTriggeredAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetClickMethod \ +static_assert(alignof(CommonButtonBase_SetClickMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetClickMethod"); \ +static_assert(sizeof(CommonButtonBase_SetClickMethod) == 0x000001, "Wrong size on CommonButtonBase_SetClickMethod"); \ +static_assert(offsetof(CommonButtonBase_SetClickMethod, InClickMethod) == 0x000000, "Member 'CommonButtonBase_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetHideInputAction \ +static_assert(alignof(CommonButtonBase_SetHideInputAction) == 0x000001, "Wrong alignment on CommonButtonBase_SetHideInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetHideInputAction) == 0x000001, "Wrong size on CommonButtonBase_SetHideInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetHideInputAction, bInHideInputAction) == 0x000000, "Member 'CommonButtonBase_SetHideInputAction::bInHideInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetInputActionProgressMaterial \ +static_assert(alignof(CommonButtonBase_SetInputActionProgressMaterial) == 0x000010, "Wrong alignment on CommonButtonBase_SetInputActionProgressMaterial"); \ +static_assert(sizeof(CommonButtonBase_SetInputActionProgressMaterial) == 0x0000E0, "Wrong size on CommonButtonBase_SetInputActionProgressMaterial"); \ +static_assert(offsetof(CommonButtonBase_SetInputActionProgressMaterial, InProgressMaterialBrush) == 0x000000, "Member 'CommonButtonBase_SetInputActionProgressMaterial::InProgressMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetInputActionProgressMaterial, InProgressMaterialParam) == 0x0000D0, "Member 'CommonButtonBase_SetInputActionProgressMaterial::InProgressMaterialParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsFocusable \ +static_assert(alignof(CommonButtonBase_SetIsFocusable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsFocusable"); \ +static_assert(sizeof(CommonButtonBase_SetIsFocusable) == 0x000001, "Wrong size on CommonButtonBase_SetIsFocusable"); \ +static_assert(offsetof(CommonButtonBase_SetIsFocusable, bInIsFocusable) == 0x000000, "Member 'CommonButtonBase_SetIsFocusable::bInIsFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsInteractableWhenSelected \ +static_assert(alignof(CommonButtonBase_SetIsInteractableWhenSelected) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsInteractableWhenSelected"); \ +static_assert(sizeof(CommonButtonBase_SetIsInteractableWhenSelected) == 0x000001, "Wrong size on CommonButtonBase_SetIsInteractableWhenSelected"); \ +static_assert(offsetof(CommonButtonBase_SetIsInteractableWhenSelected, bInInteractableWhenSelected) == 0x000000, "Member 'CommonButtonBase_SetIsInteractableWhenSelected::bInInteractableWhenSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsInteractionEnabled \ +static_assert(alignof(CommonButtonBase_SetIsInteractionEnabled) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsInteractionEnabled"); \ +static_assert(sizeof(CommonButtonBase_SetIsInteractionEnabled) == 0x000001, "Wrong size on CommonButtonBase_SetIsInteractionEnabled"); \ +static_assert(offsetof(CommonButtonBase_SetIsInteractionEnabled, bInIsInteractionEnabled) == 0x000000, "Member 'CommonButtonBase_SetIsInteractionEnabled::bInIsInteractionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsLocked \ +static_assert(alignof(CommonButtonBase_SetIsLocked) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsLocked"); \ +static_assert(sizeof(CommonButtonBase_SetIsLocked) == 0x000001, "Wrong size on CommonButtonBase_SetIsLocked"); \ +static_assert(offsetof(CommonButtonBase_SetIsLocked, bInIsLocked) == 0x000000, "Member 'CommonButtonBase_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsSelectable \ +static_assert(alignof(CommonButtonBase_SetIsSelectable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsSelectable"); \ +static_assert(sizeof(CommonButtonBase_SetIsSelectable) == 0x000001, "Wrong size on CommonButtonBase_SetIsSelectable"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelectable, bInIsSelectable) == 0x000000, "Member 'CommonButtonBase_SetIsSelectable::bInIsSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsSelected \ +static_assert(alignof(CommonButtonBase_SetIsSelected) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsSelected"); \ +static_assert(sizeof(CommonButtonBase_SetIsSelected) == 0x000002, "Wrong size on CommonButtonBase_SetIsSelected"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelected, InSelected) == 0x000000, "Member 'CommonButtonBase_SetIsSelected::InSelected' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelected, bGiveClickFeedback) == 0x000001, "Member 'CommonButtonBase_SetIsSelected::bGiveClickFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsToggleable \ +static_assert(alignof(CommonButtonBase_SetIsToggleable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsToggleable"); \ +static_assert(sizeof(CommonButtonBase_SetIsToggleable) == 0x000001, "Wrong size on CommonButtonBase_SetIsToggleable"); \ +static_assert(offsetof(CommonButtonBase_SetIsToggleable, bInIsToggleable) == 0x000000, "Member 'CommonButtonBase_SetIsToggleable::bInIsToggleable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetLockedHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetLockedHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetLockedHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetLockedHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetLockedHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetLockedHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetLockedHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetLockedPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetLockedPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetLockedPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetLockedPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetLockedPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetLockedPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetLockedPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetMinDimensions \ +static_assert(alignof(CommonButtonBase_SetMinDimensions) == 0x000004, "Wrong alignment on CommonButtonBase_SetMinDimensions"); \ +static_assert(sizeof(CommonButtonBase_SetMinDimensions) == 0x000008, "Wrong size on CommonButtonBase_SetMinDimensions"); \ +static_assert(offsetof(CommonButtonBase_SetMinDimensions, InMinWidth) == 0x000000, "Member 'CommonButtonBase_SetMinDimensions::InMinWidth' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetMinDimensions, InMinHeight) == 0x000004, "Member 'CommonButtonBase_SetMinDimensions::InMinHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetPressMethod \ +static_assert(alignof(CommonButtonBase_SetPressMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetPressMethod"); \ +static_assert(sizeof(CommonButtonBase_SetPressMethod) == 0x000001, "Wrong size on CommonButtonBase_SetPressMethod"); \ +static_assert(offsetof(CommonButtonBase_SetPressMethod, InPressMethod) == 0x000000, "Member 'CommonButtonBase_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetSelectedHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetSelectedHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetSelectedHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetSelectedHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedInternal \ +static_assert(alignof(CommonButtonBase_SetSelectedInternal) == 0x000001, "Wrong alignment on CommonButtonBase_SetSelectedInternal"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedInternal) == 0x000003, "Wrong size on CommonButtonBase_SetSelectedInternal"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bInSelected) == 0x000000, "Member 'CommonButtonBase_SetSelectedInternal::bInSelected' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bAllowSound) == 0x000001, "Member 'CommonButtonBase_SetSelectedInternal::bAllowSound' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bBroadcast) == 0x000002, "Member 'CommonButtonBase_SetSelectedInternal::bBroadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetSelectedPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetSelectedPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetSelectedPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetSelectedPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetShouldSelectUponReceivingFocus \ +static_assert(alignof(CommonButtonBase_SetShouldSelectUponReceivingFocus) == 0x000001, "Wrong alignment on CommonButtonBase_SetShouldSelectUponReceivingFocus"); \ +static_assert(sizeof(CommonButtonBase_SetShouldSelectUponReceivingFocus) == 0x000001, "Wrong size on CommonButtonBase_SetShouldSelectUponReceivingFocus"); \ +static_assert(offsetof(CommonButtonBase_SetShouldSelectUponReceivingFocus, bInShouldSelectUponReceivingFocus) == 0x000000, "Member 'CommonButtonBase_SetShouldSelectUponReceivingFocus::bInShouldSelectUponReceivingFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetShouldUseFallbackDefaultInputAction \ +static_assert(alignof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction) == 0x000001, "Wrong alignment on CommonButtonBase_SetShouldUseFallbackDefaultInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction) == 0x000001, "Wrong size on CommonButtonBase_SetShouldUseFallbackDefaultInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction, bInShouldUseFallbackDefaultInputAction) == 0x000000, "Member 'CommonButtonBase_SetShouldUseFallbackDefaultInputAction::bInShouldUseFallbackDefaultInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetStyle \ +static_assert(alignof(CommonButtonBase_SetStyle) == 0x000008, "Wrong alignment on CommonButtonBase_SetStyle"); \ +static_assert(sizeof(CommonButtonBase_SetStyle) == 0x000008, "Wrong size on CommonButtonBase_SetStyle"); \ +static_assert(offsetof(CommonButtonBase_SetStyle, InStyle) == 0x000000, "Member 'CommonButtonBase_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTouchMethod \ +static_assert(alignof(CommonButtonBase_SetTouchMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetTouchMethod"); \ +static_assert(sizeof(CommonButtonBase_SetTouchMethod) == 0x000001, "Wrong size on CommonButtonBase_SetTouchMethod"); \ +static_assert(offsetof(CommonButtonBase_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CommonButtonBase_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeredInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeredInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeredInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeredInputAction) == 0x000010, "Wrong size on CommonButtonBase_SetTriggeredInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeredInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_SetTriggeredInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeringEnhancedInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeringEnhancedInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeringEnhancedInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeringEnhancedInputAction) == 0x000008, "Wrong size on CommonButtonBase_SetTriggeringEnhancedInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeringEnhancedInputAction, InInputAction) == 0x000000, "Member 'CommonButtonBase_SetTriggeringEnhancedInputAction::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeringInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeringInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeringInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeringInputAction) == 0x000010, "Wrong size on CommonButtonBase_SetTriggeringInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeringInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_SetTriggeringInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_UpdateHoldData \ +static_assert(alignof(CommonButtonBase_UpdateHoldData) == 0x000001, "Wrong alignment on CommonButtonBase_UpdateHoldData"); \ +static_assert(sizeof(CommonButtonBase_UpdateHoldData) == 0x000001, "Wrong size on CommonButtonBase_UpdateHoldData"); \ +static_assert(offsetof(CommonButtonBase_UpdateHoldData, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_UpdateHoldData::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentButtonPadding \ +static_assert(alignof(CommonButtonBase_GetCurrentButtonPadding) == 0x000004, "Wrong alignment on CommonButtonBase_GetCurrentButtonPadding"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentButtonPadding) == 0x000010, "Wrong size on CommonButtonBase_GetCurrentButtonPadding"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentButtonPadding, OutButtonPadding) == 0x000000, "Member 'CommonButtonBase_GetCurrentButtonPadding::OutButtonPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentCustomPadding \ +static_assert(alignof(CommonButtonBase_GetCurrentCustomPadding) == 0x000004, "Wrong alignment on CommonButtonBase_GetCurrentCustomPadding"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentCustomPadding) == 0x000010, "Wrong size on CommonButtonBase_GetCurrentCustomPadding"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentCustomPadding, OutCustomPadding) == 0x000000, "Member 'CommonButtonBase_GetCurrentCustomPadding::OutCustomPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentTextStyle \ +static_assert(alignof(CommonButtonBase_GetCurrentTextStyle) == 0x000008, "Wrong alignment on CommonButtonBase_GetCurrentTextStyle"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentTextStyle) == 0x000008, "Wrong size on CommonButtonBase_GetCurrentTextStyle"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetCurrentTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentTextStyleClass \ +static_assert(alignof(CommonButtonBase_GetCurrentTextStyleClass) == 0x000008, "Wrong alignment on CommonButtonBase_GetCurrentTextStyleClass"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentTextStyleClass) == 0x000008, "Wrong size on CommonButtonBase_GetCurrentTextStyleClass"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentTextStyleClass, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetCurrentTextStyleClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetEnhancedInputAction \ +static_assert(alignof(CommonButtonBase_GetEnhancedInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_GetEnhancedInputAction"); \ +static_assert(sizeof(CommonButtonBase_GetEnhancedInputAction) == 0x000008, "Wrong size on CommonButtonBase_GetEnhancedInputAction"); \ +static_assert(offsetof(CommonButtonBase_GetEnhancedInputAction, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetInputAction \ +static_assert(alignof(CommonButtonBase_GetInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_GetInputAction"); \ +static_assert(sizeof(CommonButtonBase_GetInputAction) == 0x000018, "Wrong size on CommonButtonBase_GetInputAction"); \ +static_assert(offsetof(CommonButtonBase_GetInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_GetInputAction::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_GetInputAction, ReturnValue) == 0x000010, "Member 'CommonButtonBase_GetInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetIsFocusable \ +static_assert(alignof(CommonButtonBase_GetIsFocusable) == 0x000001, "Wrong alignment on CommonButtonBase_GetIsFocusable"); \ +static_assert(sizeof(CommonButtonBase_GetIsFocusable) == 0x000001, "Wrong size on CommonButtonBase_GetIsFocusable"); \ +static_assert(offsetof(CommonButtonBase_GetIsFocusable, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetIsFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetLocked \ +static_assert(alignof(CommonButtonBase_GetLocked) == 0x000001, "Wrong alignment on CommonButtonBase_GetLocked"); \ +static_assert(sizeof(CommonButtonBase_GetLocked) == 0x000001, "Wrong size on CommonButtonBase_GetLocked"); \ +static_assert(offsetof(CommonButtonBase_GetLocked, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetSelected \ +static_assert(alignof(CommonButtonBase_GetSelected) == 0x000001, "Wrong alignment on CommonButtonBase_GetSelected"); \ +static_assert(sizeof(CommonButtonBase_GetSelected) == 0x000001, "Wrong size on CommonButtonBase_GetSelected"); \ +static_assert(offsetof(CommonButtonBase_GetSelected, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetShouldSelectUponReceivingFocus \ +static_assert(alignof(CommonButtonBase_GetShouldSelectUponReceivingFocus) == 0x000001, "Wrong alignment on CommonButtonBase_GetShouldSelectUponReceivingFocus"); \ +static_assert(sizeof(CommonButtonBase_GetShouldSelectUponReceivingFocus) == 0x000001, "Wrong size on CommonButtonBase_GetShouldSelectUponReceivingFocus"); \ +static_assert(offsetof(CommonButtonBase_GetShouldSelectUponReceivingFocus, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetShouldSelectUponReceivingFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetSingleMaterialStyleMID \ +static_assert(alignof(CommonButtonBase_GetSingleMaterialStyleMID) == 0x000008, "Wrong alignment on CommonButtonBase_GetSingleMaterialStyleMID"); \ +static_assert(sizeof(CommonButtonBase_GetSingleMaterialStyleMID) == 0x000008, "Wrong size on CommonButtonBase_GetSingleMaterialStyleMID"); \ +static_assert(offsetof(CommonButtonBase_GetSingleMaterialStyleMID, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetSingleMaterialStyleMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetStyle \ +static_assert(alignof(CommonButtonBase_GetStyle) == 0x000008, "Wrong alignment on CommonButtonBase_GetStyle"); \ +static_assert(sizeof(CommonButtonBase_GetStyle) == 0x000008, "Wrong size on CommonButtonBase_GetStyle"); \ +static_assert(offsetof(CommonButtonBase_GetStyle, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_IsInteractionEnabled \ +static_assert(alignof(CommonButtonBase_IsInteractionEnabled) == 0x000001, "Wrong alignment on CommonButtonBase_IsInteractionEnabled"); \ +static_assert(sizeof(CommonButtonBase_IsInteractionEnabled) == 0x000001, "Wrong size on CommonButtonBase_IsInteractionEnabled"); \ +static_assert(offsetof(CommonButtonBase_IsInteractionEnabled, ReturnValue) == 0x000000, "Member 'CommonButtonBase_IsInteractionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_IsPressed \ +static_assert(alignof(CommonButtonBase_IsPressed) == 0x000001, "Wrong alignment on CommonButtonBase_IsPressed"); \ +static_assert(sizeof(CommonButtonBase_IsPressed) == 0x000001, "Wrong size on CommonButtonBase_IsPressed"); \ +static_assert(offsetof(CommonButtonBase_IsPressed, ReturnValue) == 0x000000, "Member 'CommonButtonBase_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonBase \ +static_assert(alignof(UCommonButtonBase) == 0x000010, "Wrong alignment on UCommonButtonBase"); \ +static_assert(sizeof(UCommonButtonBase) == 0x0015A0, "Wrong size on UCommonButtonBase"); \ +static_assert(offsetof(UCommonButtonBase, ClickEvent) == 0x000308, "Member 'UCommonButtonBase::ClickEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MinWidth) == 0x00030C, "Member 'UCommonButtonBase::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MinHeight) == 0x000310, "Member 'UCommonButtonBase::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, Style) == 0x000318, "Member 'UCommonButtonBase::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bHideInputAction) == 0x000320, "Member 'UCommonButtonBase::bHideInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, PressedSlateSoundOverride) == 0x000328, "Member 'UCommonButtonBase::PressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, HoveredSlateSoundOverride) == 0x000340, "Member 'UCommonButtonBase::HoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedPressedSlateSoundOverride) == 0x000358, "Member 'UCommonButtonBase::SelectedPressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedHoveredSlateSoundOverride) == 0x000370, "Member 'UCommonButtonBase::SelectedHoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedPressedSlateSoundOverride) == 0x000388, "Member 'UCommonButtonBase::LockedPressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedHoveredSlateSoundOverride) == 0x0003A0, "Member 'UCommonButtonBase::LockedHoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, HoldData) == 0x0003C0, "Member 'UCommonButtonBase::HoldData' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bSimulateHoverOnTouchInput) == 0x0003C8, "Member 'UCommonButtonBase::bSimulateHoverOnTouchInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, ClickMethod) == 0x0003CA, "Member 'UCommonButtonBase::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TouchMethod) == 0x0003CB, "Member 'UCommonButtonBase::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, PressMethod) == 0x0003CC, "Member 'UCommonButtonBase::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputPriority) == 0x0003D0, "Member 'UCommonButtonBase::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TriggeringInputAction) == 0x0003D8, "Member 'UCommonButtonBase::TriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TriggeringEnhancedInputAction) == 0x0003E8, "Member 'UCommonButtonBase::TriggeringEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnSelectedChangedBase) == 0x000400, "Member 'UCommonButtonBase::OnSelectedChangedBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseClicked) == 0x000410, "Member 'UCommonButtonBase::OnButtonBaseClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDoubleClicked) == 0x000420, "Member 'UCommonButtonBase::OnButtonBaseDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseHovered) == 0x000430, "Member 'UCommonButtonBase::OnButtonBaseHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseUnhovered) == 0x000440, "Member 'UCommonButtonBase::OnButtonBaseUnhovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bIsPersistentBinding) == 0x000488, "Member 'UCommonButtonBase::bIsPersistentBinding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputModeOverride) == 0x000489, "Member 'UCommonButtonBase::InputModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SingleMaterialStyleMID) == 0x0004B0, "Member 'UCommonButtonBase::SingleMaterialStyleMID' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, NormalStyle) == 0x0004C0, "Member 'UCommonButtonBase::NormalStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedStyle) == 0x0008B0, "Member 'UCommonButtonBase::SelectedStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, DisabledStyle) == 0x000CA0, "Member 'UCommonButtonBase::DisabledStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedStyle) == 0x001090, "Member 'UCommonButtonBase::LockedStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputActionWidget) == 0x001598, "Member 'UCommonButtonBase::InputActionWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetLockedStateRegistration \ +static_assert(alignof(UWidgetLockedStateRegistration) == 0x000008, "Wrong alignment on UWidgetLockedStateRegistration"); \ +static_assert(sizeof(UWidgetLockedStateRegistration) == 0x000028, "Wrong size on UWidgetLockedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UCommonCustomNavigation \ +static_assert(alignof(UCommonCustomNavigation) == 0x000010, "Wrong alignment on UCommonCustomNavigation"); \ +static_assert(sizeof(UCommonCustomNavigation) == 0x000350, "Wrong size on UCommonCustomNavigation"); \ +static_assert(offsetof(UCommonCustomNavigation, OnNavigationEvent) == 0x000338, "Member 'UCommonCustomNavigation::OnNavigationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_GetMargin \ +static_assert(alignof(CommonTextBlock_GetMargin) == 0x000004, "Wrong alignment on CommonTextBlock_GetMargin"); \ +static_assert(sizeof(CommonTextBlock_GetMargin) == 0x000010, "Wrong size on CommonTextBlock_GetMargin"); \ +static_assert(offsetof(CommonTextBlock_GetMargin, ReturnValue) == 0x000000, "Member 'CommonTextBlock_GetMargin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetApplyLineHeightToBottomLine \ +static_assert(alignof(CommonTextBlock_SetApplyLineHeightToBottomLine) == 0x000001, "Wrong alignment on CommonTextBlock_SetApplyLineHeightToBottomLine"); \ +static_assert(sizeof(CommonTextBlock_SetApplyLineHeightToBottomLine) == 0x000001, "Wrong size on CommonTextBlock_SetApplyLineHeightToBottomLine"); \ +static_assert(offsetof(CommonTextBlock_SetApplyLineHeightToBottomLine, InApplyLineHeightToBottomLine) == 0x000000, "Member 'CommonTextBlock_SetApplyLineHeightToBottomLine::InApplyLineHeightToBottomLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetLineHeightPercentage \ +static_assert(alignof(CommonTextBlock_SetLineHeightPercentage) == 0x000004, "Wrong alignment on CommonTextBlock_SetLineHeightPercentage"); \ +static_assert(sizeof(CommonTextBlock_SetLineHeightPercentage) == 0x000004, "Wrong size on CommonTextBlock_SetLineHeightPercentage"); \ +static_assert(offsetof(CommonTextBlock_SetLineHeightPercentage, InLineHeightPercentage) == 0x000000, "Member 'CommonTextBlock_SetLineHeightPercentage::InLineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetMargin \ +static_assert(alignof(CommonTextBlock_SetMargin) == 0x000004, "Wrong alignment on CommonTextBlock_SetMargin"); \ +static_assert(sizeof(CommonTextBlock_SetMargin) == 0x000010, "Wrong size on CommonTextBlock_SetMargin"); \ +static_assert(offsetof(CommonTextBlock_SetMargin, InMargin) == 0x000000, "Member 'CommonTextBlock_SetMargin::InMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetMobileFontSizeMultiplier \ +static_assert(alignof(CommonTextBlock_SetMobileFontSizeMultiplier) == 0x000004, "Wrong alignment on CommonTextBlock_SetMobileFontSizeMultiplier"); \ +static_assert(sizeof(CommonTextBlock_SetMobileFontSizeMultiplier) == 0x000004, "Wrong size on CommonTextBlock_SetMobileFontSizeMultiplier"); \ +static_assert(offsetof(CommonTextBlock_SetMobileFontSizeMultiplier, InMobileFontSizeMultiplier) == 0x000000, "Member 'CommonTextBlock_SetMobileFontSizeMultiplier::InMobileFontSizeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetScrollingEnabled \ +static_assert(alignof(CommonTextBlock_SetScrollingEnabled) == 0x000001, "Wrong alignment on CommonTextBlock_SetScrollingEnabled"); \ +static_assert(sizeof(CommonTextBlock_SetScrollingEnabled) == 0x000001, "Wrong size on CommonTextBlock_SetScrollingEnabled"); \ +static_assert(offsetof(CommonTextBlock_SetScrollingEnabled, bInIsScrollingEnabled) == 0x000000, "Member 'CommonTextBlock_SetScrollingEnabled::bInIsScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetStyle \ +static_assert(alignof(CommonTextBlock_SetStyle) == 0x000008, "Wrong alignment on CommonTextBlock_SetStyle"); \ +static_assert(sizeof(CommonTextBlock_SetStyle) == 0x000008, "Wrong size on CommonTextBlock_SetStyle"); \ +static_assert(offsetof(CommonTextBlock_SetStyle, InStyle) == 0x000000, "Member 'CommonTextBlock_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetTextCase \ +static_assert(alignof(CommonTextBlock_SetTextCase) == 0x000001, "Wrong alignment on CommonTextBlock_SetTextCase"); \ +static_assert(sizeof(CommonTextBlock_SetTextCase) == 0x000001, "Wrong size on CommonTextBlock_SetTextCase"); \ +static_assert(offsetof(CommonTextBlock_SetTextCase, bUseAllCaps) == 0x000000, "Member 'CommonTextBlock_SetTextCase::bUseAllCaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetWrapTextWidth \ +static_assert(alignof(CommonTextBlock_SetWrapTextWidth) == 0x000004, "Wrong alignment on CommonTextBlock_SetWrapTextWidth"); \ +static_assert(sizeof(CommonTextBlock_SetWrapTextWidth) == 0x000004, "Wrong size on CommonTextBlock_SetWrapTextWidth"); \ +static_assert(offsetof(CommonTextBlock_SetWrapTextWidth, InWrapTextAt) == 0x000000, "Member 'CommonTextBlock_SetWrapTextWidth::InWrapTextAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_GetMobileFontSizeMultiplier \ +static_assert(alignof(CommonTextBlock_GetMobileFontSizeMultiplier) == 0x000004, "Wrong alignment on CommonTextBlock_GetMobileFontSizeMultiplier"); \ +static_assert(sizeof(CommonTextBlock_GetMobileFontSizeMultiplier) == 0x000004, "Wrong size on CommonTextBlock_GetMobileFontSizeMultiplier"); \ +static_assert(offsetof(CommonTextBlock_GetMobileFontSizeMultiplier, ReturnValue) == 0x000000, "Member 'CommonTextBlock_GetMobileFontSizeMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextBlock \ +static_assert(alignof(UCommonTextBlock) == 0x000010, "Wrong alignment on UCommonTextBlock"); \ +static_assert(sizeof(UCommonTextBlock) == 0x0003A0, "Wrong size on UCommonTextBlock"); \ +static_assert(offsetof(UCommonTextBlock, MobileFontSizeMultiplier) == 0x000368, "Member 'UCommonTextBlock::MobileFontSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, Style) == 0x000370, "Member 'UCommonTextBlock::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, ScrollStyle) == 0x000378, "Member 'UCommonTextBlock::ScrollStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bIsScrollingEnabled) == 0x000380, "Member 'UCommonTextBlock::bIsScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bDisplayAllCaps) == 0x000381, "Member 'UCommonTextBlock::bDisplayAllCaps' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bAutoCollapseWithEmptyText) == 0x000382, "Member 'UCommonTextBlock::bAutoCollapseWithEmptyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetCountDownCompletionText \ +static_assert(alignof(CommonDateTimeTextBlock_SetCountDownCompletionText) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetCountDownCompletionText"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetCountDownCompletionText) == 0x000010, "Wrong size on CommonDateTimeTextBlock_SetCountDownCompletionText"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetCountDownCompletionText, InCompletionText) == 0x000000, "Member 'CommonDateTimeTextBlock_SetCountDownCompletionText::InCompletionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetDateTimeValue \ +static_assert(alignof(CommonDateTimeTextBlock_SetDateTimeValue) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetDateTimeValue"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetDateTimeValue) == 0x000010, "Wrong size on CommonDateTimeTextBlock_SetDateTimeValue"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, InDateTime) == 0x000000, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, bShowAsCountdown) == 0x000008, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::bShowAsCountdown' has a wrong offset!"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, InRefreshDelay) == 0x00000C, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::InRefreshDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetTimespanValue \ +static_assert(alignof(CommonDateTimeTextBlock_SetTimespanValue) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetTimespanValue"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetTimespanValue) == 0x000008, "Wrong size on CommonDateTimeTextBlock_SetTimespanValue"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetTimespanValue, InTimespan) == 0x000000, "Member 'CommonDateTimeTextBlock_SetTimespanValue::InTimespan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_GetDateTime \ +static_assert(alignof(CommonDateTimeTextBlock_GetDateTime) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_GetDateTime"); \ +static_assert(sizeof(CommonDateTimeTextBlock_GetDateTime) == 0x000008, "Wrong size on CommonDateTimeTextBlock_GetDateTime"); \ +static_assert(offsetof(CommonDateTimeTextBlock_GetDateTime, ReturnValue) == 0x000000, "Member 'CommonDateTimeTextBlock_GetDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonDateTimeTextBlock \ +static_assert(alignof(UCommonDateTimeTextBlock) == 0x000010, "Wrong alignment on UCommonDateTimeTextBlock"); \ +static_assert(sizeof(UCommonDateTimeTextBlock) == 0x000400, "Wrong size on UCommonDateTimeTextBlock"); \ +static_assert(offsetof(UCommonDateTimeTextBlock, CustomTimespanFormat) == 0x000398, "Member 'UCommonDateTimeTextBlock::CustomTimespanFormat' has a wrong offset!"); \ +static_assert(offsetof(UCommonDateTimeTextBlock, bCustomTimespanLeadingZeros) == 0x0003A8, "Member 'UCommonDateTimeTextBlock::bCustomTimespanLeadingZeros' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonGameViewportClient \ +static_assert(alignof(UCommonGameViewportClient) == 0x000008, "Wrong alignment on UCommonGameViewportClient"); \ +static_assert(sizeof(UCommonGameViewportClient) == 0x0003F0, "Wrong size on UCommonGameViewportClient"); \ + +#define DUMPER7_ASSERTS_UCommonHardwareVisibilityBorder \ +static_assert(alignof(UCommonHardwareVisibilityBorder) == 0x000010, "Wrong alignment on UCommonHardwareVisibilityBorder"); \ +static_assert(sizeof(UCommonHardwareVisibilityBorder) == 0x0003B0, "Wrong size on UCommonHardwareVisibilityBorder"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, VisibilityQuery) == 0x000358, "Member 'UCommonHardwareVisibilityBorder::VisibilityQuery' has a wrong offset!"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, VisibleType) == 0x0003A0, "Member 'UCommonHardwareVisibilityBorder::VisibleType' has a wrong offset!"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, HiddenType) == 0x0003A1, "Member 'UCommonHardwareVisibilityBorder::HiddenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonHierarchicalScrollBox \ +static_assert(alignof(UCommonHierarchicalScrollBox) == 0x000010, "Wrong alignment on UCommonHierarchicalScrollBox"); \ +static_assert(sizeof(UCommonHierarchicalScrollBox) == 0x000CF0, "Wrong size on UCommonHierarchicalScrollBox"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyDisplayAsset \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyDisplayAsset) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyDisplayAsset"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyDisplayAsset) == 0x000030, "Wrong size on CommonLazyImage_SetBrushFromLazyDisplayAsset"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyDisplayAsset, LazyObject) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyDisplayAsset::LazyObject' has a wrong offset!"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyDisplayAsset, bMatchTextureSize) == 0x000028, "Member 'CommonLazyImage_SetBrushFromLazyDisplayAsset::bMatchTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyMaterial \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyMaterial) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyMaterial"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyMaterial) == 0x000028, "Wrong size on CommonLazyImage_SetBrushFromLazyMaterial"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyMaterial, LazyMaterial) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyMaterial::LazyMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyTexture \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyTexture) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyTexture"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyTexture) == 0x000030, "Wrong size on CommonLazyImage_SetBrushFromLazyTexture"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyTexture, LazyTexture) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyTexture::LazyTexture' has a wrong offset!"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyTexture, bMatchSize) == 0x000028, "Member 'CommonLazyImage_SetBrushFromLazyTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetMaterialTextureParamName \ +static_assert(alignof(CommonLazyImage_SetMaterialTextureParamName) == 0x000004, "Wrong alignment on CommonLazyImage_SetMaterialTextureParamName"); \ +static_assert(sizeof(CommonLazyImage_SetMaterialTextureParamName) == 0x000008, "Wrong size on CommonLazyImage_SetMaterialTextureParamName"); \ +static_assert(offsetof(CommonLazyImage_SetMaterialTextureParamName, TextureParamName) == 0x000000, "Member 'CommonLazyImage_SetMaterialTextureParamName::TextureParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_IsLoading \ +static_assert(alignof(CommonLazyImage_IsLoading) == 0x000001, "Wrong alignment on CommonLazyImage_IsLoading"); \ +static_assert(sizeof(CommonLazyImage_IsLoading) == 0x000001, "Wrong size on CommonLazyImage_IsLoading"); \ +static_assert(offsetof(CommonLazyImage_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLazyImage_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLazyImage \ +static_assert(alignof(UCommonLazyImage) == 0x000010, "Wrong alignment on UCommonLazyImage"); \ +static_assert(sizeof(UCommonLazyImage) == 0x0003F0, "Wrong size on UCommonLazyImage"); \ +static_assert(offsetof(UCommonLazyImage, LoadingBackgroundBrush) == 0x0002E0, "Member 'UCommonLazyImage::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyImage, MaterialTextureParamName) == 0x0003B0, "Member 'UCommonLazyImage::MaterialTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyImage, BP_OnLoadingStateChanged) == 0x0003B8, "Member 'UCommonLazyImage::BP_OnLoadingStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_SetLazyContent \ +static_assert(alignof(CommonLazyWidget_SetLazyContent) == 0x000008, "Wrong alignment on CommonLazyWidget_SetLazyContent"); \ +static_assert(sizeof(CommonLazyWidget_SetLazyContent) == 0x000028, "Wrong size on CommonLazyWidget_SetLazyContent"); \ +static_assert(offsetof(CommonLazyWidget_SetLazyContent, SoftWidget) == 0x000000, "Member 'CommonLazyWidget_SetLazyContent::SoftWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_GetContent \ +static_assert(alignof(CommonLazyWidget_GetContent) == 0x000008, "Wrong alignment on CommonLazyWidget_GetContent"); \ +static_assert(sizeof(CommonLazyWidget_GetContent) == 0x000008, "Wrong size on CommonLazyWidget_GetContent"); \ +static_assert(offsetof(CommonLazyWidget_GetContent, ReturnValue) == 0x000000, "Member 'CommonLazyWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_IsLoading \ +static_assert(alignof(CommonLazyWidget_IsLoading) == 0x000001, "Wrong alignment on CommonLazyWidget_IsLoading"); \ +static_assert(sizeof(CommonLazyWidget_IsLoading) == 0x000001, "Wrong size on CommonLazyWidget_IsLoading"); \ +static_assert(offsetof(CommonLazyWidget_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLazyWidget_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLazyWidget \ +static_assert(alignof(UCommonLazyWidget) == 0x000010, "Wrong alignment on UCommonLazyWidget"); \ +static_assert(sizeof(UCommonLazyWidget) == 0x0002E0, "Wrong size on UCommonLazyWidget"); \ +static_assert(offsetof(UCommonLazyWidget, LoadingBackgroundBrush) == 0x000180, "Member 'UCommonLazyWidget::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, Content) == 0x000250, "Member 'UCommonLazyWidget::Content' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, BP_OnLoadingStateChanged) == 0x000288, "Member 'UCommonLazyWidget::BP_OnLoadingStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonListView_SetEntrySpacing \ +static_assert(alignof(CommonListView_SetEntrySpacing) == 0x000004, "Wrong alignment on CommonListView_SetEntrySpacing"); \ +static_assert(sizeof(CommonListView_SetEntrySpacing) == 0x000004, "Wrong size on CommonListView_SetEntrySpacing"); \ +static_assert(offsetof(CommonListView_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'CommonListView_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonListView \ +static_assert(alignof(UCommonListView) == 0x000010, "Wrong alignment on UCommonListView"); \ +static_assert(sizeof(UCommonListView) == 0x000C70, "Wrong size on UCommonListView"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetHorizontalAlignment \ +static_assert(alignof(LoadGuardSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on LoadGuardSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(LoadGuardSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on LoadGuardSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(LoadGuardSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'LoadGuardSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetPadding \ +static_assert(alignof(LoadGuardSlot_SetPadding) == 0x000004, "Wrong alignment on LoadGuardSlot_SetPadding"); \ +static_assert(sizeof(LoadGuardSlot_SetPadding) == 0x000010, "Wrong size on LoadGuardSlot_SetPadding"); \ +static_assert(offsetof(LoadGuardSlot_SetPadding, InPadding) == 0x000000, "Member 'LoadGuardSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetVerticalAlignment \ +static_assert(alignof(LoadGuardSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on LoadGuardSlot_SetVerticalAlignment"); \ +static_assert(sizeof(LoadGuardSlot_SetVerticalAlignment) == 0x000001, "Wrong size on LoadGuardSlot_SetVerticalAlignment"); \ +static_assert(offsetof(LoadGuardSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'LoadGuardSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadGuardSlot \ +static_assert(alignof(ULoadGuardSlot) == 0x000008, "Wrong alignment on ULoadGuardSlot"); \ +static_assert(sizeof(ULoadGuardSlot) == 0x000060, "Wrong size on ULoadGuardSlot"); \ +static_assert(offsetof(ULoadGuardSlot, Padding) == 0x000038, "Member 'ULoadGuardSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(ULoadGuardSlot, HorizontalAlignment) == 0x000048, "Member 'ULoadGuardSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(ULoadGuardSlot, VerticalAlignment) == 0x000049, "Member 'ULoadGuardSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_BP_GuardAndLoadAsset \ +static_assert(alignof(CommonLoadGuard_BP_GuardAndLoadAsset) == 0x000008, "Wrong alignment on CommonLoadGuard_BP_GuardAndLoadAsset"); \ +static_assert(sizeof(CommonLoadGuard_BP_GuardAndLoadAsset) == 0x000038, "Wrong size on CommonLoadGuard_BP_GuardAndLoadAsset"); \ +static_assert(offsetof(CommonLoadGuard_BP_GuardAndLoadAsset, InLazyAsset) == 0x000000, "Member 'CommonLoadGuard_BP_GuardAndLoadAsset::InLazyAsset' has a wrong offset!"); \ +static_assert(offsetof(CommonLoadGuard_BP_GuardAndLoadAsset, OnAssetLoaded) == 0x000028, "Member 'CommonLoadGuard_BP_GuardAndLoadAsset::OnAssetLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_SetIsLoading \ +static_assert(alignof(CommonLoadGuard_SetIsLoading) == 0x000001, "Wrong alignment on CommonLoadGuard_SetIsLoading"); \ +static_assert(sizeof(CommonLoadGuard_SetIsLoading) == 0x000001, "Wrong size on CommonLoadGuard_SetIsLoading"); \ +static_assert(offsetof(CommonLoadGuard_SetIsLoading, bInIsLoading) == 0x000000, "Member 'CommonLoadGuard_SetIsLoading::bInIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_SetLoadingText \ +static_assert(alignof(CommonLoadGuard_SetLoadingText) == 0x000008, "Wrong alignment on CommonLoadGuard_SetLoadingText"); \ +static_assert(sizeof(CommonLoadGuard_SetLoadingText) == 0x000010, "Wrong size on CommonLoadGuard_SetLoadingText"); \ +static_assert(offsetof(CommonLoadGuard_SetLoadingText, InLoadingText) == 0x000000, "Member 'CommonLoadGuard_SetLoadingText::InLoadingText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_IsLoading \ +static_assert(alignof(CommonLoadGuard_IsLoading) == 0x000001, "Wrong alignment on CommonLoadGuard_IsLoading"); \ +static_assert(sizeof(CommonLoadGuard_IsLoading) == 0x000001, "Wrong size on CommonLoadGuard_IsLoading"); \ +static_assert(offsetof(CommonLoadGuard_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLoadGuard_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLoadGuard \ +static_assert(alignof(UCommonLoadGuard) == 0x000010, "Wrong alignment on UCommonLoadGuard"); \ +static_assert(sizeof(UCommonLoadGuard) == 0x0002F0, "Wrong size on UCommonLoadGuard"); \ +static_assert(offsetof(UCommonLoadGuard, LoadingBackgroundBrush) == 0x000190, "Member 'UCommonLoadGuard::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, ThrobberAlignment) == 0x000260, "Member 'UCommonLoadGuard::ThrobberAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, ThrobberPadding) == 0x000264, "Member 'UCommonLoadGuard::ThrobberPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, LoadingText) == 0x000278, "Member 'UCommonLoadGuard::LoadingText' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, TextStyle) == 0x000288, "Member 'UCommonLoadGuard::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, BP_OnLoadingStateChanged) == 0x000290, "Member 'UCommonLoadGuard::BP_OnLoadingStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, SpinnerMaterialPath) == 0x0002A0, "Member 'UCommonLoadGuard::SpinnerMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_InterpolateToValue \ +static_assert(alignof(CommonNumericTextBlock_InterpolateToValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_InterpolateToValue"); \ +static_assert(sizeof(CommonNumericTextBlock_InterpolateToValue) == 0x000010, "Wrong size on CommonNumericTextBlock_InterpolateToValue"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, TargetValue) == 0x000000, "Member 'CommonNumericTextBlock_InterpolateToValue::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, MaximumInterpolationDuration) == 0x000004, "Member 'CommonNumericTextBlock_InterpolateToValue::MaximumInterpolationDuration' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, MinimumChangeRate) == 0x000008, "Member 'CommonNumericTextBlock_InterpolateToValue::MinimumChangeRate' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, OutroOffset) == 0x00000C, "Member 'CommonNumericTextBlock_InterpolateToValue::OutroOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_SetCurrentValue \ +static_assert(alignof(CommonNumericTextBlock_SetCurrentValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_SetCurrentValue"); \ +static_assert(sizeof(CommonNumericTextBlock_SetCurrentValue) == 0x000004, "Wrong size on CommonNumericTextBlock_SetCurrentValue"); \ +static_assert(offsetof(CommonNumericTextBlock_SetCurrentValue, NewValue) == 0x000000, "Member 'CommonNumericTextBlock_SetCurrentValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_SetNumericType \ +static_assert(alignof(CommonNumericTextBlock_SetNumericType) == 0x000001, "Wrong alignment on CommonNumericTextBlock_SetNumericType"); \ +static_assert(sizeof(CommonNumericTextBlock_SetNumericType) == 0x000001, "Wrong size on CommonNumericTextBlock_SetNumericType"); \ +static_assert(offsetof(CommonNumericTextBlock_SetNumericType, InNumericType) == 0x000000, "Member 'CommonNumericTextBlock_SetNumericType::InNumericType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_GetTargetValue \ +static_assert(alignof(CommonNumericTextBlock_GetTargetValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_GetTargetValue"); \ +static_assert(sizeof(CommonNumericTextBlock_GetTargetValue) == 0x000004, "Wrong size on CommonNumericTextBlock_GetTargetValue"); \ +static_assert(offsetof(CommonNumericTextBlock_GetTargetValue, ReturnValue) == 0x000000, "Member 'CommonNumericTextBlock_GetTargetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_IsInterpolatingNumericValue \ +static_assert(alignof(CommonNumericTextBlock_IsInterpolatingNumericValue) == 0x000001, "Wrong alignment on CommonNumericTextBlock_IsInterpolatingNumericValue"); \ +static_assert(sizeof(CommonNumericTextBlock_IsInterpolatingNumericValue) == 0x000001, "Wrong size on CommonNumericTextBlock_IsInterpolatingNumericValue"); \ +static_assert(offsetof(CommonNumericTextBlock_IsInterpolatingNumericValue, ReturnValue) == 0x000000, "Member 'CommonNumericTextBlock_IsInterpolatingNumericValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonNumericTextBlock \ +static_assert(alignof(UCommonNumericTextBlock) == 0x000010, "Wrong alignment on UCommonNumericTextBlock"); \ +static_assert(sizeof(UCommonNumericTextBlock) == 0x000440, "Wrong size on UCommonNumericTextBlock"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationStartedEvent) == 0x000398, "Member 'UCommonNumericTextBlock::OnInterpolationStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationUpdatedEvent) == 0x0003A8, "Member 'UCommonNumericTextBlock::OnInterpolationUpdatedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnOutroEvent) == 0x0003B8, "Member 'UCommonNumericTextBlock::OnOutroEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationEndedEvent) == 0x0003C8, "Member 'UCommonNumericTextBlock::OnInterpolationEndedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, CurrentNumericValue) == 0x0003D8, "Member 'UCommonNumericTextBlock::CurrentNumericValue' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, NumericType) == 0x0003DC, "Member 'UCommonNumericTextBlock::NumericType' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, FormattingSpecification) == 0x0003E0, "Member 'UCommonNumericTextBlock::FormattingSpecification' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, EaseOutInterpolationExponent) == 0x0003F4, "Member 'UCommonNumericTextBlock::EaseOutInterpolationExponent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, InterpolationUpdateInterval) == 0x0003F8, "Member 'UCommonNumericTextBlock::InterpolationUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, PostInterpolationShrinkDuration) == 0x0003FC, "Member 'UCommonNumericTextBlock::PostInterpolationShrinkDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, PerformSizeInterpolation) == 0x000400, "Member 'UCommonNumericTextBlock::PerformSizeInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, IsPercentage) == 0x000401, "Member 'UCommonNumericTextBlock::IsPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonPoolableWidgetInterface \ +static_assert(alignof(ICommonPoolableWidgetInterface) == 0x000001, "Wrong alignment on ICommonPoolableWidgetInterface"); \ +static_assert(sizeof(ICommonPoolableWidgetInterface) == 0x000001, "Wrong size on ICommonPoolableWidgetInterface"); \ + +#define DUMPER7_ASSERTS_CommonRichTextBlock_SetScrollingEnabled \ +static_assert(alignof(CommonRichTextBlock_SetScrollingEnabled) == 0x000001, "Wrong alignment on CommonRichTextBlock_SetScrollingEnabled"); \ +static_assert(sizeof(CommonRichTextBlock_SetScrollingEnabled) == 0x000001, "Wrong size on CommonRichTextBlock_SetScrollingEnabled"); \ +static_assert(offsetof(CommonRichTextBlock_SetScrollingEnabled, bInIsScrollingEnabled) == 0x000000, "Member 'CommonRichTextBlock_SetScrollingEnabled::bInIsScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonRichTextBlock \ +static_assert(alignof(UCommonRichTextBlock) == 0x000010, "Wrong alignment on UCommonRichTextBlock"); \ +static_assert(sizeof(UCommonRichTextBlock) == 0x0008D0, "Wrong size on UCommonRichTextBlock"); \ +static_assert(offsetof(UCommonRichTextBlock, InlineIconDisplayMode) == 0x000890, "Member 'UCommonRichTextBlock::InlineIconDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bTintInlineIcon) == 0x000891, "Member 'UCommonRichTextBlock::bTintInlineIcon' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, DefaultTextStyleOverrideClass) == 0x000898, "Member 'UCommonRichTextBlock::DefaultTextStyleOverrideClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, MobileTextBlockScale) == 0x0008A0, "Member 'UCommonRichTextBlock::MobileTextBlockScale' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, ScrollStyle) == 0x0008A8, "Member 'UCommonRichTextBlock::ScrollStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bIsScrollingEnabled) == 0x0008B0, "Member 'UCommonRichTextBlock::bIsScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bDisplayAllCaps) == 0x0008B1, "Member 'UCommonRichTextBlock::bDisplayAllCaps' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bAutoCollapseWithEmptyText) == 0x0008B2, "Member 'UCommonRichTextBlock::bAutoCollapseWithEmptyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_BP_OnOptionSelected \ +static_assert(alignof(CommonRotator_BP_OnOptionSelected) == 0x000004, "Wrong alignment on CommonRotator_BP_OnOptionSelected"); \ +static_assert(sizeof(CommonRotator_BP_OnOptionSelected) == 0x000004, "Wrong size on CommonRotator_BP_OnOptionSelected"); \ +static_assert(offsetof(CommonRotator_BP_OnOptionSelected, Index_0) == 0x000000, "Member 'CommonRotator_BP_OnOptionSelected::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_BP_OnOptionsPopulated \ +static_assert(alignof(CommonRotator_BP_OnOptionsPopulated) == 0x000004, "Wrong alignment on CommonRotator_BP_OnOptionsPopulated"); \ +static_assert(sizeof(CommonRotator_BP_OnOptionsPopulated) == 0x000004, "Wrong size on CommonRotator_BP_OnOptionsPopulated"); \ +static_assert(offsetof(CommonRotator_BP_OnOptionsPopulated, Count) == 0x000000, "Member 'CommonRotator_BP_OnOptionsPopulated::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_PopulateTextLabels \ +static_assert(alignof(CommonRotator_PopulateTextLabels) == 0x000008, "Wrong alignment on CommonRotator_PopulateTextLabels"); \ +static_assert(sizeof(CommonRotator_PopulateTextLabels) == 0x000010, "Wrong size on CommonRotator_PopulateTextLabels"); \ +static_assert(offsetof(CommonRotator_PopulateTextLabels, Labels) == 0x000000, "Member 'CommonRotator_PopulateTextLabels::Labels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_SetSelectedItem \ +static_assert(alignof(CommonRotator_SetSelectedItem) == 0x000004, "Wrong alignment on CommonRotator_SetSelectedItem"); \ +static_assert(sizeof(CommonRotator_SetSelectedItem) == 0x000004, "Wrong size on CommonRotator_SetSelectedItem"); \ +static_assert(offsetof(CommonRotator_SetSelectedItem, InValue) == 0x000000, "Member 'CommonRotator_SetSelectedItem::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_GetSelectedIndex \ +static_assert(alignof(CommonRotator_GetSelectedIndex) == 0x000004, "Wrong alignment on CommonRotator_GetSelectedIndex"); \ +static_assert(sizeof(CommonRotator_GetSelectedIndex) == 0x000004, "Wrong size on CommonRotator_GetSelectedIndex"); \ +static_assert(offsetof(CommonRotator_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'CommonRotator_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_GetSelectedText \ +static_assert(alignof(CommonRotator_GetSelectedText) == 0x000008, "Wrong alignment on CommonRotator_GetSelectedText"); \ +static_assert(sizeof(CommonRotator_GetSelectedText) == 0x000010, "Wrong size on CommonRotator_GetSelectedText"); \ +static_assert(offsetof(CommonRotator_GetSelectedText, ReturnValue) == 0x000000, "Member 'CommonRotator_GetSelectedText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonRotator \ +static_assert(alignof(UCommonRotator) == 0x000010, "Wrong alignment on UCommonRotator"); \ +static_assert(sizeof(UCommonRotator) == 0x001610, "Wrong size on UCommonRotator"); \ +static_assert(offsetof(UCommonRotator, OnRotatedWithDirection) == 0x0015B0, "Member 'UCommonRotator::OnRotatedWithDirection' has a wrong offset!"); \ +static_assert(offsetof(UCommonRotator, OnRotated) == 0x0015C0, "Member 'UCommonRotator::OnRotated' has a wrong offset!"); \ +static_assert(offsetof(UCommonRotator, MyText) == 0x0015E8, "Member 'UCommonRotator::MyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_DisableTabWithReason \ +static_assert(alignof(CommonTabListWidgetBase_DisableTabWithReason) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_DisableTabWithReason"); \ +static_assert(sizeof(CommonTabListWidgetBase_DisableTabWithReason) == 0x000018, "Wrong size on CommonTabListWidgetBase_DisableTabWithReason"); \ +static_assert(offsetof(CommonTabListWidgetBase_DisableTabWithReason, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_DisableTabWithReason::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_DisableTabWithReason, Reason) == 0x000008, "Member 'CommonTabListWidgetBase_DisableTabWithReason::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleNextTabInputAction \ +static_assert(alignof(CommonTabListWidgetBase_HandleNextTabInputAction) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_HandleNextTabInputAction"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleNextTabInputAction) == 0x000001, "Wrong size on CommonTabListWidgetBase_HandleNextTabInputAction"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleNextTabInputAction, bPassThrough) == 0x000000, "Member 'CommonTabListWidgetBase_HandleNextTabInputAction::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandlePreviousTabInputAction \ +static_assert(alignof(CommonTabListWidgetBase_HandlePreviousTabInputAction) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_HandlePreviousTabInputAction"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandlePreviousTabInputAction) == 0x000001, "Wrong size on CommonTabListWidgetBase_HandlePreviousTabInputAction"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandlePreviousTabInputAction, bPassThrough) == 0x000000, "Member 'CommonTabListWidgetBase_HandlePreviousTabInputAction::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabButtonSelected \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabButtonSelected) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabButtonSelected"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabButtonSelected) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabButtonSelected"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabButtonSelected, SelectedTabButton) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabButtonSelected::SelectedTabButton' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabButtonSelected, ButtonIndex) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabButtonSelected::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabCreation \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabCreation) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabCreation"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabCreation) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabCreation"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabCreation, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabCreation::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabCreation, TabButton) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabCreation::TabButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabRemoval \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabRemoval) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabRemoval"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabRemoval) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabRemoval"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabRemoval, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabRemoval::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabRemoval, TabButton) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabRemoval::TabButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_RegisterTab \ +static_assert(alignof(CommonTabListWidgetBase_RegisterTab) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_RegisterTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_RegisterTab) == 0x000020, "Wrong size on CommonTabListWidgetBase_RegisterTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_RegisterTab::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ButtonWidgetType) == 0x000008, "Member 'CommonTabListWidgetBase_RegisterTab::ButtonWidgetType' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ContentWidget) == 0x000010, "Member 'CommonTabListWidgetBase_RegisterTab::ContentWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, TabIndex) == 0x000018, "Member 'CommonTabListWidgetBase_RegisterTab::TabIndex' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ReturnValue) == 0x00001C, "Member 'CommonTabListWidgetBase_RegisterTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_RemoveTab \ +static_assert(alignof(CommonTabListWidgetBase_RemoveTab) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_RemoveTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_RemoveTab) == 0x00000C, "Wrong size on CommonTabListWidgetBase_RemoveTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_RemoveTab, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_RemoveTab::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RemoveTab, ReturnValue) == 0x000008, "Member 'CommonTabListWidgetBase_RemoveTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SelectTabByID \ +static_assert(alignof(CommonTabListWidgetBase_SelectTabByID) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SelectTabByID"); \ +static_assert(sizeof(CommonTabListWidgetBase_SelectTabByID) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SelectTabByID"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SelectTabByID::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, bSuppressClickFeedback) == 0x000008, "Member 'CommonTabListWidgetBase_SelectTabByID::bSuppressClickFeedback' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, ReturnValue) == 0x000009, "Member 'CommonTabListWidgetBase_SelectTabByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetLinkedSwitcher \ +static_assert(alignof(CommonTabListWidgetBase_SetLinkedSwitcher) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_SetLinkedSwitcher"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetLinkedSwitcher) == 0x000008, "Wrong size on CommonTabListWidgetBase_SetLinkedSwitcher"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetLinkedSwitcher, CommonSwitcher) == 0x000000, "Member 'CommonTabListWidgetBase_SetLinkedSwitcher::CommonSwitcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetListeningForInput \ +static_assert(alignof(CommonTabListWidgetBase_SetListeningForInput) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_SetListeningForInput"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetListeningForInput) == 0x000001, "Wrong size on CommonTabListWidgetBase_SetListeningForInput"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetListeningForInput, bShouldListen) == 0x000000, "Member 'CommonTabListWidgetBase_SetListeningForInput::bShouldListen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabEnabled \ +static_assert(alignof(CommonTabListWidgetBase_SetTabEnabled) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabEnabled"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabEnabled) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabEnabled"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabEnabled, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabEnabled::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabEnabled, bEnable) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabInteractionEnabled \ +static_assert(alignof(CommonTabListWidgetBase_SetTabInteractionEnabled) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabInteractionEnabled"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabInteractionEnabled) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabInteractionEnabled"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabInteractionEnabled, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabInteractionEnabled::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabInteractionEnabled, bEnable) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabInteractionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabVisibility \ +static_assert(alignof(CommonTabListWidgetBase_SetTabVisibility) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabVisibility"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabVisibility) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabVisibility"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabVisibility, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabVisibility::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabVisibility, NewVisibility) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabVisibility::NewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetActiveTab \ +static_assert(alignof(CommonTabListWidgetBase_GetActiveTab) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetActiveTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetActiveTab) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetActiveTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetActiveTab, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetActiveTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetLinkedSwitcher \ +static_assert(alignof(CommonTabListWidgetBase_GetLinkedSwitcher) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_GetLinkedSwitcher"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetLinkedSwitcher) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetLinkedSwitcher"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetLinkedSwitcher, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetLinkedSwitcher::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetSelectedTabId \ +static_assert(alignof(CommonTabListWidgetBase_GetSelectedTabId) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetSelectedTabId"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetSelectedTabId) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetSelectedTabId"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetSelectedTabId, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetSelectedTabId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabButtonBaseByID \ +static_assert(alignof(CommonTabListWidgetBase_GetTabButtonBaseByID) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_GetTabButtonBaseByID"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabButtonBaseByID) == 0x000010, "Wrong size on CommonTabListWidgetBase_GetTabButtonBaseByID"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabButtonBaseByID, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabButtonBaseByID::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabButtonBaseByID, ReturnValue) == 0x000008, "Member 'CommonTabListWidgetBase_GetTabButtonBaseByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabCount \ +static_assert(alignof(CommonTabListWidgetBase_GetTabCount) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetTabCount"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabCount) == 0x000004, "Wrong size on CommonTabListWidgetBase_GetTabCount"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabCount, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabIdAtIndex \ +static_assert(alignof(CommonTabListWidgetBase_GetTabIdAtIndex) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetTabIdAtIndex"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabIdAtIndex) == 0x00000C, "Wrong size on CommonTabListWidgetBase_GetTabIdAtIndex"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabIdAtIndex, Index_0) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabIdAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabIdAtIndex, ReturnValue) == 0x000004, "Member 'CommonTabListWidgetBase_GetTabIdAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTabListWidgetBase \ +static_assert(alignof(UCommonTabListWidgetBase) == 0x000008, "Wrong alignment on UCommonTabListWidgetBase"); \ +static_assert(sizeof(UCommonTabListWidgetBase) == 0x000488, "Wrong size on UCommonTabListWidgetBase"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabSelected) == 0x000308, "Member 'UCommonTabListWidgetBase::OnTabSelected' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabButtonCreation) == 0x000318, "Member 'UCommonTabListWidgetBase::OnTabButtonCreation' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabButtonRemoval) == 0x000328, "Member 'UCommonTabListWidgetBase::OnTabButtonRemoval' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabListRebuilt) == 0x000338, "Member 'UCommonTabListWidgetBase::OnTabListRebuilt' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, NextTabInputActionData) == 0x000348, "Member 'UCommonTabListWidgetBase::NextTabInputActionData' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, PreviousTabInputActionData) == 0x000358, "Member 'UCommonTabListWidgetBase::PreviousTabInputActionData' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, NextTabEnhancedInputAction) == 0x000368, "Member 'UCommonTabListWidgetBase::NextTabEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, PreviousTabEnhancedInputAction) == 0x000370, "Member 'UCommonTabListWidgetBase::PreviousTabEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, bAutoListenForInput) == 0x000378, "Member 'UCommonTabListWidgetBase::bAutoListenForInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, bDeferRebuildingTabList) == 0x000379, "Member 'UCommonTabListWidgetBase::bDeferRebuildingTabList' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, LinkedSwitcher) == 0x00037C, "Member 'UCommonTabListWidgetBase::LinkedSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, TabButtonGroup) == 0x000388, "Member 'UCommonTabListWidgetBase::TabButtonGroup' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, RegisteredTabsByID) == 0x000398, "Member 'UCommonTabListWidgetBase::RegisteredTabsByID' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, TabButtonWidgetPool) == 0x0003E8, "Member 'UCommonTabListWidgetBase::TabButtonWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetApplyLineHeightToBottomLine \ +static_assert(alignof(CommonTextStyle_GetApplyLineHeightToBottomLine) == 0x000001, "Wrong alignment on CommonTextStyle_GetApplyLineHeightToBottomLine"); \ +static_assert(sizeof(CommonTextStyle_GetApplyLineHeightToBottomLine) == 0x000001, "Wrong size on CommonTextStyle_GetApplyLineHeightToBottomLine"); \ +static_assert(offsetof(CommonTextStyle_GetApplyLineHeightToBottomLine, ReturnValue) == 0x000000, "Member 'CommonTextStyle_GetApplyLineHeightToBottomLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetColor \ +static_assert(alignof(CommonTextStyle_GetColor) == 0x000004, "Wrong alignment on CommonTextStyle_GetColor"); \ +static_assert(sizeof(CommonTextStyle_GetColor) == 0x000010, "Wrong size on CommonTextStyle_GetColor"); \ +static_assert(offsetof(CommonTextStyle_GetColor, OutColor) == 0x000000, "Member 'CommonTextStyle_GetColor::OutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetFont \ +static_assert(alignof(CommonTextStyle_GetFont) == 0x000008, "Wrong alignment on CommonTextStyle_GetFont"); \ +static_assert(sizeof(CommonTextStyle_GetFont) == 0x000060, "Wrong size on CommonTextStyle_GetFont"); \ +static_assert(offsetof(CommonTextStyle_GetFont, OutFont) == 0x000000, "Member 'CommonTextStyle_GetFont::OutFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetLineHeightPercentage \ +static_assert(alignof(CommonTextStyle_GetLineHeightPercentage) == 0x000004, "Wrong alignment on CommonTextStyle_GetLineHeightPercentage"); \ +static_assert(sizeof(CommonTextStyle_GetLineHeightPercentage) == 0x000004, "Wrong size on CommonTextStyle_GetLineHeightPercentage"); \ +static_assert(offsetof(CommonTextStyle_GetLineHeightPercentage, ReturnValue) == 0x000000, "Member 'CommonTextStyle_GetLineHeightPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetMargin \ +static_assert(alignof(CommonTextStyle_GetMargin) == 0x000004, "Wrong alignment on CommonTextStyle_GetMargin"); \ +static_assert(sizeof(CommonTextStyle_GetMargin) == 0x000010, "Wrong size on CommonTextStyle_GetMargin"); \ +static_assert(offsetof(CommonTextStyle_GetMargin, OutMargin) == 0x000000, "Member 'CommonTextStyle_GetMargin::OutMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetShadowColor \ +static_assert(alignof(CommonTextStyle_GetShadowColor) == 0x000004, "Wrong alignment on CommonTextStyle_GetShadowColor"); \ +static_assert(sizeof(CommonTextStyle_GetShadowColor) == 0x000010, "Wrong size on CommonTextStyle_GetShadowColor"); \ +static_assert(offsetof(CommonTextStyle_GetShadowColor, OutColor) == 0x000000, "Member 'CommonTextStyle_GetShadowColor::OutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetShadowOffset \ +static_assert(alignof(CommonTextStyle_GetShadowOffset) == 0x000008, "Wrong alignment on CommonTextStyle_GetShadowOffset"); \ +static_assert(sizeof(CommonTextStyle_GetShadowOffset) == 0x000010, "Wrong size on CommonTextStyle_GetShadowOffset"); \ +static_assert(offsetof(CommonTextStyle_GetShadowOffset, OutShadowOffset) == 0x000000, "Member 'CommonTextStyle_GetShadowOffset::OutShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetStrikeBrush \ +static_assert(alignof(CommonTextStyle_GetStrikeBrush) == 0x000010, "Wrong alignment on CommonTextStyle_GetStrikeBrush"); \ +static_assert(sizeof(CommonTextStyle_GetStrikeBrush) == 0x0000D0, "Wrong size on CommonTextStyle_GetStrikeBrush"); \ +static_assert(offsetof(CommonTextStyle_GetStrikeBrush, OutStrikeBrush) == 0x000000, "Member 'CommonTextStyle_GetStrikeBrush::OutStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextStyle \ +static_assert(alignof(UCommonTextStyle) == 0x000010, "Wrong alignment on UCommonTextStyle"); \ +static_assert(sizeof(UCommonTextStyle) == 0x0001B0, "Wrong size on UCommonTextStyle"); \ +static_assert(offsetof(UCommonTextStyle, Font) == 0x000028, "Member 'UCommonTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, Color) == 0x000088, "Member 'UCommonTextStyle::Color' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, bUsesDropShadow) == 0x000098, "Member 'UCommonTextStyle::bUsesDropShadow' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ShadowOffset) == 0x0000A0, "Member 'UCommonTextStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ShadowColor) == 0x0000B0, "Member 'UCommonTextStyle::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, Margin) == 0x0000C0, "Member 'UCommonTextStyle::Margin' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, StrikeBrush) == 0x0000D0, "Member 'UCommonTextStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, LineHeightPercentage) == 0x0001A0, "Member 'UCommonTextStyle::LineHeightPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ApplyLineHeightToBottomLine) == 0x0001A4, "Member 'UCommonTextStyle::ApplyLineHeightToBottomLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextScrollStyle \ +static_assert(alignof(UCommonTextScrollStyle) == 0x000008, "Wrong alignment on UCommonTextScrollStyle"); \ +static_assert(sizeof(UCommonTextScrollStyle) == 0x000040, "Wrong size on UCommonTextScrollStyle"); \ +static_assert(offsetof(UCommonTextScrollStyle, Speed) == 0x000028, "Member 'UCommonTextScrollStyle::Speed' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, StartDelay) == 0x00002C, "Member 'UCommonTextScrollStyle::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, EndDelay) == 0x000030, "Member 'UCommonTextScrollStyle::EndDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, FadeInDelay) == 0x000034, "Member 'UCommonTextScrollStyle::FadeInDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, FadeOutDelay) == 0x000038, "Member 'UCommonTextScrollStyle::FadeOutDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, Clipping) == 0x00003C, "Member 'UCommonTextScrollStyle::Clipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTileView \ +static_assert(alignof(UCommonTileView) == 0x000010, "Wrong alignment on UCommonTileView"); \ +static_assert(sizeof(UCommonTileView) == 0x000CA0, "Wrong size on UCommonTileView"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_BeginAutoScrolling \ +static_assert(alignof(CommonWidgetCarousel_BeginAutoScrolling) == 0x000004, "Wrong alignment on CommonWidgetCarousel_BeginAutoScrolling"); \ +static_assert(sizeof(CommonWidgetCarousel_BeginAutoScrolling) == 0x000004, "Wrong size on CommonWidgetCarousel_BeginAutoScrolling"); \ +static_assert(offsetof(CommonWidgetCarousel_BeginAutoScrolling, ScrollInterval) == 0x000000, "Member 'CommonWidgetCarousel_BeginAutoScrolling::ScrollInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetActiveWidget \ +static_assert(alignof(CommonWidgetCarousel_SetActiveWidget) == 0x000008, "Wrong alignment on CommonWidgetCarousel_SetActiveWidget"); \ +static_assert(sizeof(CommonWidgetCarousel_SetActiveWidget) == 0x000008, "Wrong size on CommonWidgetCarousel_SetActiveWidget"); \ +static_assert(offsetof(CommonWidgetCarousel_SetActiveWidget, Widget) == 0x000000, "Member 'CommonWidgetCarousel_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetActiveWidgetIndex \ +static_assert(alignof(CommonWidgetCarousel_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonWidgetCarousel_SetActiveWidgetIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_SetActiveWidgetIndex) == 0x000004, "Wrong size on CommonWidgetCarousel_SetActiveWidgetIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'CommonWidgetCarousel_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetMoveSpeed \ +static_assert(alignof(CommonWidgetCarousel_SetMoveSpeed) == 0x000004, "Wrong alignment on CommonWidgetCarousel_SetMoveSpeed"); \ +static_assert(sizeof(CommonWidgetCarousel_SetMoveSpeed) == 0x000004, "Wrong size on CommonWidgetCarousel_SetMoveSpeed"); \ +static_assert(offsetof(CommonWidgetCarousel_SetMoveSpeed, InMoveSpeed) == 0x000000, "Member 'CommonWidgetCarousel_SetMoveSpeed::InMoveSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetActiveWidgetIndex \ +static_assert(alignof(CommonWidgetCarousel_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonWidgetCarousel_GetActiveWidgetIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_GetActiveWidgetIndex) == 0x000004, "Wrong size on CommonWidgetCarousel_GetActiveWidgetIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'CommonWidgetCarousel_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetMoveSpeed \ +static_assert(alignof(CommonWidgetCarousel_GetMoveSpeed) == 0x000004, "Wrong alignment on CommonWidgetCarousel_GetMoveSpeed"); \ +static_assert(sizeof(CommonWidgetCarousel_GetMoveSpeed) == 0x000004, "Wrong size on CommonWidgetCarousel_GetMoveSpeed"); \ +static_assert(offsetof(CommonWidgetCarousel_GetMoveSpeed, ReturnValue) == 0x000000, "Member 'CommonWidgetCarousel_GetMoveSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetWidgetAtIndex \ +static_assert(alignof(CommonWidgetCarousel_GetWidgetAtIndex) == 0x000008, "Wrong alignment on CommonWidgetCarousel_GetWidgetAtIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_GetWidgetAtIndex) == 0x000010, "Wrong size on CommonWidgetCarousel_GetWidgetAtIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'CommonWidgetCarousel_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarousel_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'CommonWidgetCarousel_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetCarousel \ +static_assert(alignof(UCommonWidgetCarousel) == 0x000008, "Wrong alignment on UCommonWidgetCarousel"); \ +static_assert(sizeof(UCommonWidgetCarousel) == 0x0001D8, "Wrong size on UCommonWidgetCarousel"); \ +static_assert(offsetof(UCommonWidgetCarousel, ActiveWidgetIndex) == 0x000190, "Member 'UCommonWidgetCarousel::ActiveWidgetIndex' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarousel, MoveSpeed) == 0x000194, "Member 'UCommonWidgetCarousel::MoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarousel, OnCurrentPageIndexChanged) == 0x000198, "Member 'UCommonWidgetCarousel::OnCurrentPageIndexChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTreeView \ +static_assert(alignof(UCommonTreeView) == 0x000010, "Wrong alignment on UCommonTreeView"); \ +static_assert(sizeof(UCommonTreeView) == 0x000CD0, "Wrong size on UCommonTreeView"); \ + +#define DUMPER7_ASSERTS_UCommonUIEditorSettings \ +static_assert(alignof(UCommonUIEditorSettings) == 0x000008, "Wrong alignment on UCommonUIEditorSettings"); \ +static_assert(sizeof(UCommonUIEditorSettings) == 0x0000A8, "Wrong size on UCommonUIEditorSettings"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateTextStyle) == 0x000028, "Member 'UCommonUIEditorSettings::TemplateTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateButtonStyle) == 0x000050, "Member 'UCommonUIEditorSettings::TemplateButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateBorderStyle) == 0x000078, "Member 'UCommonUIEditorSettings::TemplateBorderStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIVisibilitySubsystem \ +static_assert(alignof(UCommonUIVisibilitySubsystem) == 0x000008, "Wrong alignment on UCommonUIVisibilitySubsystem"); \ +static_assert(sizeof(UCommonUIVisibilitySubsystem) == 0x000088, "Wrong size on UCommonUIVisibilitySubsystem"); \ + +#define DUMPER7_ASSERTS_CommonUILibrary_FindParentWidgetOfType \ +static_assert(alignof(CommonUILibrary_FindParentWidgetOfType) == 0x000008, "Wrong alignment on CommonUILibrary_FindParentWidgetOfType"); \ +static_assert(sizeof(CommonUILibrary_FindParentWidgetOfType) == 0x000018, "Wrong size on CommonUILibrary_FindParentWidgetOfType"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, StartingWidget) == 0x000000, "Member 'CommonUILibrary_FindParentWidgetOfType::StartingWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, Type) == 0x000008, "Member 'CommonUILibrary_FindParentWidgetOfType::Type' has a wrong offset!"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, ReturnValue) == 0x000010, "Member 'CommonUILibrary_FindParentWidgetOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUILibrary \ +static_assert(alignof(UCommonUILibrary) == 0x000008, "Wrong alignment on UCommonUILibrary"); \ +static_assert(sizeof(UCommonUILibrary) == 0x000028, "Wrong size on UCommonUILibrary"); \ + +#define DUMPER7_ASSERTS_UCommonUIRichTextData \ +static_assert(alignof(UCommonUIRichTextData) == 0x000008, "Wrong alignment on UCommonUIRichTextData"); \ +static_assert(sizeof(UCommonUIRichTextData) == 0x000030, "Wrong size on UCommonUIRichTextData"); \ +static_assert(offsetof(UCommonUIRichTextData, InlineIconSet) == 0x000028, "Member 'UCommonUIRichTextData::InlineIconSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUISettings \ +static_assert(alignof(UCommonUISettings) == 0x000010, "Wrong alignment on UCommonUISettings"); \ +static_assert(sizeof(UCommonUISettings) == 0x0001D0, "Wrong size on UCommonUISettings"); \ +static_assert(offsetof(UCommonUISettings, bAutoLoadData) == 0x000028, "Member 'UCommonUISettings::bAutoLoadData' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultImageResourceObject) == 0x000030, "Member 'UCommonUISettings::DefaultImageResourceObject' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberMaterial) == 0x000058, "Member 'UCommonUISettings::DefaultThrobberMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultRichTextDataClass) == 0x000080, "Member 'UCommonUISettings::DefaultRichTextDataClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, PlatformTraits) == 0x0000A8, "Member 'UCommonUISettings::PlatformTraits' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultImageResourceObjectInstance) == 0x0000E0, "Member 'UCommonUISettings::DefaultImageResourceObjectInstance' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberMaterialInstance) == 0x0000E8, "Member 'UCommonUISettings::DefaultThrobberMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberBrush) == 0x0000F0, "Member 'UCommonUISettings::DefaultThrobberBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, RichTextDataInstance) == 0x0001C0, "Member 'UCommonUISettings::RichTextDataInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUISubsystemBase_GetEnhancedInputActionButtonIcon \ +static_assert(alignof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon) == 0x000010, "Wrong alignment on CommonUISubsystemBase_GetEnhancedInputActionButtonIcon"); \ +static_assert(sizeof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon) == 0x0000E0, "Wrong size on CommonUISubsystemBase_GetEnhancedInputActionButtonIcon"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, InputAction) == 0x000000, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::InputAction' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, LocalPlayer) == 0x000008, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, ReturnValue) == 0x000010, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUISubsystemBase_GetInputActionButtonIcon \ +static_assert(alignof(CommonUISubsystemBase_GetInputActionButtonIcon) == 0x000010, "Wrong alignment on CommonUISubsystemBase_GetInputActionButtonIcon"); \ +static_assert(sizeof(CommonUISubsystemBase_GetInputActionButtonIcon) == 0x0000F0, "Wrong size on CommonUISubsystemBase_GetInputActionButtonIcon"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, InputActionRowHandle) == 0x000000, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::InputActionRowHandle' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, InputType) == 0x000010, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::InputType' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, GamepadName) == 0x000014, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::GamepadName' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, ReturnValue) == 0x000020, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUISubsystemBase \ +static_assert(alignof(UCommonUISubsystemBase) == 0x000008, "Wrong alignment on UCommonUISubsystemBase"); \ +static_assert(sizeof(UCommonUISubsystemBase) == 0x000040, "Wrong size on UCommonUISubsystemBase"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilityWidgetBase_GetRegisteredPlatforms \ +static_assert(alignof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms) == 0x000008, "Wrong alignment on UCommonVisibilityWidgetBase_GetRegisteredPlatforms"); \ +static_assert(sizeof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms) == 0x000010, "Wrong size on UCommonVisibilityWidgetBase_GetRegisteredPlatforms"); \ +static_assert(offsetof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms, ReturnValue) == 0x000000, "Member 'UCommonVisibilityWidgetBase_GetRegisteredPlatforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUCommonVisibilityWidgetBase \ +static_assert(alignof(UUCommonVisibilityWidgetBase) == 0x000010, "Wrong alignment on UUCommonVisibilityWidgetBase"); \ +static_assert(sizeof(UUCommonVisibilityWidgetBase) == 0x0003B0, "Wrong size on UUCommonVisibilityWidgetBase"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, VisibilityControls) == 0x000358, "Member 'UUCommonVisibilityWidgetBase::VisibilityControls' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForGamepad) == 0x0003A8, "Member 'UUCommonVisibilityWidgetBase::bShowForGamepad' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForMouseAndKeyboard) == 0x0003A9, "Member 'UUCommonVisibilityWidgetBase::bShowForMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForTouch) == 0x0003AA, "Member 'UUCommonVisibilityWidgetBase::bShowForTouch' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, VisibleType) == 0x0003AB, "Member 'UUCommonVisibilityWidgetBase::VisibleType' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, HiddenType) == 0x0003AC, "Member 'UUCommonVisibilityWidgetBase::HiddenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputMetadata \ +static_assert(alignof(UCommonInputMetadata) == 0x000008, "Wrong alignment on UCommonInputMetadata"); \ +static_assert(sizeof(UCommonInputMetadata) == 0x000030, "Wrong size on UCommonInputMetadata"); \ +static_assert(offsetof(UCommonInputMetadata, NavBarPriority) == 0x000028, "Member 'UCommonInputMetadata::NavBarPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputMetadata, bIsGenericInputAction) == 0x00002C, "Member 'UCommonInputMetadata::bIsGenericInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonMappingContextMetadataInterface \ +static_assert(alignof(ICommonMappingContextMetadataInterface) == 0x000001, "Wrong alignment on ICommonMappingContextMetadataInterface"); \ +static_assert(sizeof(ICommonMappingContextMetadataInterface) == 0x000001, "Wrong size on ICommonMappingContextMetadataInterface"); \ + +#define DUMPER7_ASSERTS_UCommonMappingContextMetadata \ +static_assert(alignof(UCommonMappingContextMetadata) == 0x000008, "Wrong alignment on UCommonMappingContextMetadata"); \ +static_assert(sizeof(UCommonMappingContextMetadata) == 0x000090, "Wrong size on UCommonMappingContextMetadata"); \ +static_assert(offsetof(UCommonMappingContextMetadata, EnhancedInputMetadata) == 0x000038, "Member 'UCommonMappingContextMetadata::EnhancedInputMetadata' has a wrong offset!"); \ +static_assert(offsetof(UCommonMappingContextMetadata, PerActionEnhancedInputMetadata) == 0x000040, "Member 'UCommonMappingContextMetadata::PerActionEnhancedInputMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_Seek \ +static_assert(alignof(CommonVideoPlayer_Seek) == 0x000004, "Wrong alignment on CommonVideoPlayer_Seek"); \ +static_assert(sizeof(CommonVideoPlayer_Seek) == 0x000004, "Wrong size on CommonVideoPlayer_Seek"); \ +static_assert(offsetof(CommonVideoPlayer_Seek, PlaybackTime) == 0x000000, "Member 'CommonVideoPlayer_Seek::PlaybackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetIsMuted \ +static_assert(alignof(CommonVideoPlayer_SetIsMuted) == 0x000001, "Wrong alignment on CommonVideoPlayer_SetIsMuted"); \ +static_assert(sizeof(CommonVideoPlayer_SetIsMuted) == 0x000001, "Wrong size on CommonVideoPlayer_SetIsMuted"); \ +static_assert(offsetof(CommonVideoPlayer_SetIsMuted, bInIsMuted) == 0x000000, "Member 'CommonVideoPlayer_SetIsMuted::bInIsMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetLooping \ +static_assert(alignof(CommonVideoPlayer_SetLooping) == 0x000001, "Wrong alignment on CommonVideoPlayer_SetLooping"); \ +static_assert(sizeof(CommonVideoPlayer_SetLooping) == 0x000001, "Wrong size on CommonVideoPlayer_SetLooping"); \ +static_assert(offsetof(CommonVideoPlayer_SetLooping, bShouldLoopPlayback) == 0x000000, "Member 'CommonVideoPlayer_SetLooping::bShouldLoopPlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetPlaybackRate \ +static_assert(alignof(CommonVideoPlayer_SetPlaybackRate) == 0x000004, "Wrong alignment on CommonVideoPlayer_SetPlaybackRate"); \ +static_assert(sizeof(CommonVideoPlayer_SetPlaybackRate) == 0x000004, "Wrong size on CommonVideoPlayer_SetPlaybackRate"); \ +static_assert(offsetof(CommonVideoPlayer_SetPlaybackRate, PlaybackRate) == 0x000000, "Member 'CommonVideoPlayer_SetPlaybackRate::PlaybackRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetVideo \ +static_assert(alignof(CommonVideoPlayer_SetVideo) == 0x000008, "Wrong alignment on CommonVideoPlayer_SetVideo"); \ +static_assert(sizeof(CommonVideoPlayer_SetVideo) == 0x000008, "Wrong size on CommonVideoPlayer_SetVideo"); \ +static_assert(offsetof(CommonVideoPlayer_SetVideo, NewVideo) == 0x000000, "Member 'CommonVideoPlayer_SetVideo::NewVideo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetInternalMediaPlayer \ +static_assert(alignof(CommonVideoPlayer_GetInternalMediaPlayer) == 0x000008, "Wrong alignment on CommonVideoPlayer_GetInternalMediaPlayer"); \ +static_assert(sizeof(CommonVideoPlayer_GetInternalMediaPlayer) == 0x000008, "Wrong size on CommonVideoPlayer_GetInternalMediaPlayer"); \ +static_assert(offsetof(CommonVideoPlayer_GetInternalMediaPlayer, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetInternalMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetPlaybackRate \ +static_assert(alignof(CommonVideoPlayer_GetPlaybackRate) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetPlaybackRate"); \ +static_assert(sizeof(CommonVideoPlayer_GetPlaybackRate) == 0x000004, "Wrong size on CommonVideoPlayer_GetPlaybackRate"); \ +static_assert(offsetof(CommonVideoPlayer_GetPlaybackRate, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetPlaybackRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetPlaybackTime \ +static_assert(alignof(CommonVideoPlayer_GetPlaybackTime) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetPlaybackTime"); \ +static_assert(sizeof(CommonVideoPlayer_GetPlaybackTime) == 0x000004, "Wrong size on CommonVideoPlayer_GetPlaybackTime"); \ +static_assert(offsetof(CommonVideoPlayer_GetPlaybackTime, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetPlaybackTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetVideoDuration \ +static_assert(alignof(CommonVideoPlayer_GetVideoDuration) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetVideoDuration"); \ +static_assert(sizeof(CommonVideoPlayer_GetVideoDuration) == 0x000004, "Wrong size on CommonVideoPlayer_GetVideoDuration"); \ +static_assert(offsetof(CommonVideoPlayer_GetVideoDuration, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetVideoDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsLooping \ +static_assert(alignof(CommonVideoPlayer_IsLooping) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsLooping"); \ +static_assert(sizeof(CommonVideoPlayer_IsLooping) == 0x000001, "Wrong size on CommonVideoPlayer_IsLooping"); \ +static_assert(offsetof(CommonVideoPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsMuted \ +static_assert(alignof(CommonVideoPlayer_IsMuted) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsMuted"); \ +static_assert(sizeof(CommonVideoPlayer_IsMuted) == 0x000001, "Wrong size on CommonVideoPlayer_IsMuted"); \ +static_assert(offsetof(CommonVideoPlayer_IsMuted, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsPaused \ +static_assert(alignof(CommonVideoPlayer_IsPaused) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsPaused"); \ +static_assert(sizeof(CommonVideoPlayer_IsPaused) == 0x000001, "Wrong size on CommonVideoPlayer_IsPaused"); \ +static_assert(offsetof(CommonVideoPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsPlaying \ +static_assert(alignof(CommonVideoPlayer_IsPlaying) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsPlaying"); \ +static_assert(sizeof(CommonVideoPlayer_IsPlaying) == 0x000001, "Wrong size on CommonVideoPlayer_IsPlaying"); \ +static_assert(offsetof(CommonVideoPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVideoPlayer \ +static_assert(alignof(UCommonVideoPlayer) == 0x000010, "Wrong alignment on UCommonVideoPlayer"); \ +static_assert(sizeof(UCommonVideoPlayer) == 0x0002E0, "Wrong size on UCommonVideoPlayer"); \ +static_assert(offsetof(UCommonVideoPlayer, Video) == 0x000178, "Member 'UCommonVideoPlayer::Video' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, bMatchSize) == 0x000180, "Member 'UCommonVideoPlayer::bMatchSize' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, MediaPlayer) == 0x000188, "Member 'UCommonVideoPlayer::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, MediaTexture) == 0x000190, "Member 'UCommonVideoPlayer::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, VideoMaterial) == 0x000198, "Member 'UCommonVideoPlayer::VideoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, SoundComponent) == 0x0001A0, "Member 'UCommonVideoPlayer::SoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, VideoBrush) == 0x0001B0, "Member 'UCommonVideoPlayer::VideoBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_DecrementActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_DecrementActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex) == 0x000001, "Wrong size on CommonVisibilitySwitcher_DecrementActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex, bAllowWrapping) == 0x000000, "Member 'CommonVisibilitySwitcher_DecrementActiveWidgetIndex::bAllowWrapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_IncrementActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_IncrementActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex) == 0x000001, "Wrong size on CommonVisibilitySwitcher_IncrementActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex, bAllowWrapping) == 0x000000, "Member 'CommonVisibilitySwitcher_IncrementActiveWidgetIndex::bAllowWrapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_SetActiveWidget \ +static_assert(alignof(CommonVisibilitySwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on CommonVisibilitySwitcher_SetActiveWidget"); \ +static_assert(sizeof(CommonVisibilitySwitcher_SetActiveWidget) == 0x000008, "Wrong size on CommonVisibilitySwitcher_SetActiveWidget"); \ +static_assert(offsetof(CommonVisibilitySwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'CommonVisibilitySwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_SetActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonVisibilitySwitcher_SetActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on CommonVisibilitySwitcher_SetActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'CommonVisibilitySwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_GetActiveWidget \ +static_assert(alignof(CommonVisibilitySwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on CommonVisibilitySwitcher_GetActiveWidget"); \ +static_assert(sizeof(CommonVisibilitySwitcher_GetActiveWidget) == 0x000008, "Wrong size on CommonVisibilitySwitcher_GetActiveWidget"); \ +static_assert(offsetof(CommonVisibilitySwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_GetActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonVisibilitySwitcher_GetActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on CommonVisibilitySwitcher_GetActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_IsCurrentlySwitching \ +static_assert(alignof(CommonVisibilitySwitcher_IsCurrentlySwitching) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_IsCurrentlySwitching"); \ +static_assert(sizeof(CommonVisibilitySwitcher_IsCurrentlySwitching) == 0x000001, "Wrong size on CommonVisibilitySwitcher_IsCurrentlySwitching"); \ +static_assert(offsetof(CommonVisibilitySwitcher_IsCurrentlySwitching, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_IsCurrentlySwitching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilitySwitcher \ +static_assert(alignof(UCommonVisibilitySwitcher) == 0x000008, "Wrong alignment on UCommonVisibilitySwitcher"); \ +static_assert(sizeof(UCommonVisibilitySwitcher) == 0x0001C8, "Wrong size on UCommonVisibilitySwitcher"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, ShownVisibility) == 0x0001A0, "Member 'UCommonVisibilitySwitcher::ShownVisibility' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, ActiveWidgetIndex) == 0x0001A4, "Member 'UCommonVisibilitySwitcher::ActiveWidgetIndex' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, bAutoActivateSlot) == 0x0001A8, "Member 'UCommonVisibilitySwitcher::bAutoActivateSlot' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, bActivateFirstSlotOnAdding) == 0x0001A9, "Member 'UCommonVisibilitySwitcher::bActivateFirstSlotOnAdding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilitySwitcherSlot \ +static_assert(alignof(UCommonVisibilitySwitcherSlot) == 0x000008, "Wrong alignment on UCommonVisibilitySwitcherSlot"); \ +static_assert(sizeof(UCommonVisibilitySwitcherSlot) == 0x000068, "Wrong size on UCommonVisibilitySwitcherSlot"); \ + +#define DUMPER7_ASSERTS_UCommonVisualAttachment \ +static_assert(alignof(UCommonVisualAttachment) == 0x000008, "Wrong alignment on UCommonVisualAttachment"); \ +static_assert(sizeof(UCommonVisualAttachment) == 0x0001E8, "Wrong size on UCommonVisualAttachment"); \ +static_assert(offsetof(UCommonVisualAttachment, ContentAnchor) == 0x0001C8, "Member 'UCommonVisualAttachment::ContentAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_AddWidget \ +static_assert(alignof(CommonWidgetGroupBase_AddWidget) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_AddWidget"); \ +static_assert(sizeof(CommonWidgetGroupBase_AddWidget) == 0x000008, "Wrong size on CommonWidgetGroupBase_AddWidget"); \ +static_assert(offsetof(CommonWidgetGroupBase_AddWidget, InWidget) == 0x000000, "Member 'CommonWidgetGroupBase_AddWidget::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_AddWidgets \ +static_assert(alignof(CommonWidgetGroupBase_AddWidgets) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_AddWidgets"); \ +static_assert(sizeof(CommonWidgetGroupBase_AddWidgets) == 0x000010, "Wrong size on CommonWidgetGroupBase_AddWidgets"); \ +static_assert(offsetof(CommonWidgetGroupBase_AddWidgets, Widgets) == 0x000000, "Member 'CommonWidgetGroupBase_AddWidgets::Widgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_RemoveWidget \ +static_assert(alignof(CommonWidgetGroupBase_RemoveWidget) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_RemoveWidget"); \ +static_assert(sizeof(CommonWidgetGroupBase_RemoveWidget) == 0x000008, "Wrong size on CommonWidgetGroupBase_RemoveWidget"); \ +static_assert(offsetof(CommonWidgetGroupBase_RemoveWidget, InWidget) == 0x000000, "Member 'CommonWidgetGroupBase_RemoveWidget::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetGroupBase \ +static_assert(alignof(UCommonWidgetGroupBase) == 0x000008, "Wrong alignment on UCommonWidgetGroupBase"); \ +static_assert(sizeof(UCommonWidgetGroupBase) == 0x000028, "Wrong size on UCommonWidgetGroupBase"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnButtonBaseHovered \ +static_assert(alignof(CommonButtonGroupBase_OnButtonBaseHovered) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnButtonBaseHovered"); \ +static_assert(sizeof(CommonButtonGroupBase_OnButtonBaseHovered) == 0x000008, "Wrong size on CommonButtonGroupBase_OnButtonBaseHovered"); \ +static_assert(offsetof(CommonButtonGroupBase_OnButtonBaseHovered, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnButtonBaseHovered::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnButtonBaseUnhovered \ +static_assert(alignof(CommonButtonGroupBase_OnButtonBaseUnhovered) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnButtonBaseUnhovered"); \ +static_assert(sizeof(CommonButtonGroupBase_OnButtonBaseUnhovered) == 0x000008, "Wrong size on CommonButtonGroupBase_OnButtonBaseUnhovered"); \ +static_assert(offsetof(CommonButtonGroupBase_OnButtonBaseUnhovered, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnButtonBaseUnhovered::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnSelectionStateChangedBase \ +static_assert(alignof(CommonButtonGroupBase_OnSelectionStateChangedBase) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnSelectionStateChangedBase"); \ +static_assert(sizeof(CommonButtonGroupBase_OnSelectionStateChangedBase) == 0x000010, "Wrong size on CommonButtonGroupBase_OnSelectionStateChangedBase"); \ +static_assert(offsetof(CommonButtonGroupBase_OnSelectionStateChangedBase, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnSelectionStateChangedBase::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_OnSelectionStateChangedBase, bIsSelected) == 0x000008, "Member 'CommonButtonGroupBase_OnSelectionStateChangedBase::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectButtonAtIndex \ +static_assert(alignof(CommonButtonGroupBase_SelectButtonAtIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_SelectButtonAtIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectButtonAtIndex) == 0x000008, "Wrong size on CommonButtonGroupBase_SelectButtonAtIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectButtonAtIndex, ButtonIndex) == 0x000000, "Member 'CommonButtonGroupBase_SelectButtonAtIndex::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectButtonAtIndex, bAllowSound) == 0x000004, "Member 'CommonButtonGroupBase_SelectButtonAtIndex::bAllowSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectNextButton \ +static_assert(alignof(CommonButtonGroupBase_SelectNextButton) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SelectNextButton"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectNextButton) == 0x000001, "Wrong size on CommonButtonGroupBase_SelectNextButton"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectNextButton, bAllowWrap) == 0x000000, "Member 'CommonButtonGroupBase_SelectNextButton::bAllowWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectPreviousButton \ +static_assert(alignof(CommonButtonGroupBase_SelectPreviousButton) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SelectPreviousButton"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectPreviousButton) == 0x000001, "Wrong size on CommonButtonGroupBase_SelectPreviousButton"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectPreviousButton, bAllowWrap) == 0x000000, "Member 'CommonButtonGroupBase_SelectPreviousButton::bAllowWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SetSelectionRequired \ +static_assert(alignof(CommonButtonGroupBase_SetSelectionRequired) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SetSelectionRequired"); \ +static_assert(sizeof(CommonButtonGroupBase_SetSelectionRequired) == 0x000001, "Wrong size on CommonButtonGroupBase_SetSelectionRequired"); \ +static_assert(offsetof(CommonButtonGroupBase_SetSelectionRequired, bRequireSelection) == 0x000000, "Member 'CommonButtonGroupBase_SetSelectionRequired::bRequireSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_FindButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_FindButtonIndex) == 0x000008, "Wrong alignment on CommonButtonGroupBase_FindButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_FindButtonIndex) == 0x000010, "Wrong size on CommonButtonGroupBase_FindButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_FindButtonIndex, ButtonToFind) == 0x000000, "Member 'CommonButtonGroupBase_FindButtonIndex::ButtonToFind' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_FindButtonIndex, ReturnValue) == 0x000008, "Member 'CommonButtonGroupBase_FindButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetButtonBaseAtIndex \ +static_assert(alignof(CommonButtonGroupBase_GetButtonBaseAtIndex) == 0x000008, "Wrong alignment on CommonButtonGroupBase_GetButtonBaseAtIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetButtonBaseAtIndex) == 0x000010, "Wrong size on CommonButtonGroupBase_GetButtonBaseAtIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonBaseAtIndex, Index_0) == 0x000000, "Member 'CommonButtonGroupBase_GetButtonBaseAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonBaseAtIndex, ReturnValue) == 0x000008, "Member 'CommonButtonGroupBase_GetButtonBaseAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetButtonCount \ +static_assert(alignof(CommonButtonGroupBase_GetButtonCount) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetButtonCount"); \ +static_assert(sizeof(CommonButtonGroupBase_GetButtonCount) == 0x000004, "Wrong size on CommonButtonGroupBase_GetButtonCount"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonCount, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetButtonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetHoveredButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_GetHoveredButtonIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetHoveredButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetHoveredButtonIndex) == 0x000004, "Wrong size on CommonButtonGroupBase_GetHoveredButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetHoveredButtonIndex, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetHoveredButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetSelectedButtonBase \ +static_assert(alignof(CommonButtonGroupBase_GetSelectedButtonBase) == 0x000008, "Wrong alignment on CommonButtonGroupBase_GetSelectedButtonBase"); \ +static_assert(sizeof(CommonButtonGroupBase_GetSelectedButtonBase) == 0x000008, "Wrong size on CommonButtonGroupBase_GetSelectedButtonBase"); \ +static_assert(offsetof(CommonButtonGroupBase_GetSelectedButtonBase, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetSelectedButtonBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetSelectedButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_GetSelectedButtonIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetSelectedButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetSelectedButtonIndex) == 0x000004, "Wrong size on CommonButtonGroupBase_GetSelectedButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetSelectedButtonIndex, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetSelectedButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_HasAnyButtons \ +static_assert(alignof(CommonButtonGroupBase_HasAnyButtons) == 0x000001, "Wrong alignment on CommonButtonGroupBase_HasAnyButtons"); \ +static_assert(sizeof(CommonButtonGroupBase_HasAnyButtons) == 0x000001, "Wrong size on CommonButtonGroupBase_HasAnyButtons"); \ +static_assert(offsetof(CommonButtonGroupBase_HasAnyButtons, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_HasAnyButtons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonGroupBase \ +static_assert(alignof(UCommonButtonGroupBase) == 0x000008, "Wrong alignment on UCommonButtonGroupBase"); \ +static_assert(sizeof(UCommonButtonGroupBase) == 0x000110, "Wrong size on UCommonButtonGroupBase"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnSelectedButtonBaseChanged) == 0x000028, "Member 'UCommonButtonGroupBase::OnSelectedButtonBaseChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnHoveredButtonBaseChanged) == 0x000050, "Member 'UCommonButtonGroupBase::OnHoveredButtonBaseChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseClicked) == 0x000078, "Member 'UCommonButtonGroupBase::OnButtonBaseClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseDoubleClicked) == 0x0000A0, "Member 'UCommonButtonGroupBase::OnButtonBaseDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnSelectionCleared) == 0x0000C8, "Member 'UCommonButtonGroupBase::OnSelectionCleared' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, bSelectionRequired) == 0x0000F0, "Member 'UCommonButtonGroupBase::bSelectionRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly \ +static_assert(alignof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly) == 0x000001, "Wrong alignment on CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly"); \ +static_assert(sizeof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly) == 0x000001, "Wrong size on CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly"); \ +static_assert(offsetof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly, bShouldOnlyDisplayOwningPlayerActions) == 0x000000, "Member 'CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly::bShouldOnlyDisplayOwningPlayerActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBoundActionBar \ +static_assert(alignof(UCommonBoundActionBar) == 0x000008, "Wrong alignment on UCommonBoundActionBar"); \ +static_assert(sizeof(UCommonBoundActionBar) == 0x000288, "Wrong size on UCommonBoundActionBar"); \ +static_assert(offsetof(UCommonBoundActionBar, ActionButtonClass) == 0x000260, "Member 'UCommonBoundActionBar::ActionButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, bDisplayOwningPlayerActionsOnly) == 0x000268, "Member 'UCommonBoundActionBar::bDisplayOwningPlayerActionsOnly' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, bIgnoreDuplicateActions) == 0x000269, "Member 'UCommonBoundActionBar::bIgnoreDuplicateActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, OnActionBarUpdated) == 0x000270, "Member 'UCommonBoundActionBar::OnActionBarUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBoundActionButton_OnActionTextUpdate \ +static_assert(alignof(CommonBoundActionButton_OnActionTextUpdate) == 0x000008, "Wrong alignment on CommonBoundActionButton_OnActionTextUpdate"); \ +static_assert(sizeof(CommonBoundActionButton_OnActionTextUpdate) == 0x000010, "Wrong size on CommonBoundActionButton_OnActionTextUpdate"); \ +static_assert(offsetof(CommonBoundActionButton_OnActionTextUpdate, InActionText) == 0x000000, "Member 'CommonBoundActionButton_OnActionTextUpdate::InActionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBoundActionButton \ +static_assert(alignof(UCommonBoundActionButton) == 0x000010, "Wrong alignment on UCommonBoundActionButton"); \ +static_assert(sizeof(UCommonBoundActionButton) == 0x0015C0, "Wrong size on UCommonBoundActionButton"); \ +static_assert(offsetof(UCommonBoundActionButton, Text_ActionName) == 0x0015A8, "Member 'UCommonBoundActionButton::Text_ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonGenericInputActionDataTable \ +static_assert(alignof(UCommonGenericInputActionDataTable) == 0x000008, "Wrong alignment on UCommonGenericInputActionDataTable"); \ +static_assert(sizeof(UCommonGenericInputActionDataTable) == 0x0000B0, "Wrong size on UCommonGenericInputActionDataTable"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDataProcessor \ +static_assert(alignof(UCommonInputActionDataProcessor) == 0x000008, "Wrong alignment on UCommonInputActionDataProcessor"); \ +static_assert(sizeof(UCommonInputActionDataProcessor) == 0x000028, "Wrong size on UCommonInputActionDataProcessor"); \ + +#define DUMPER7_ASSERTS_UCommonUIActionRouterBase \ +static_assert(alignof(UCommonUIActionRouterBase) == 0x000008, "Wrong alignment on UCommonUIActionRouterBase"); \ +static_assert(sizeof(UCommonUIActionRouterBase) == 0x000170, "Wrong size on UCommonUIActionRouterBase"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetQueue \ +static_assert(alignof(UCommonActivatableWidgetQueue) == 0x000008, "Wrong alignment on UCommonActivatableWidgetQueue"); \ +static_assert(sizeof(UCommonActivatableWidgetQueue) == 0x0002A0, "Wrong size on UCommonActivatableWidgetQueue"); \ + +#define DUMPER7_ASSERTS_FNamedInterface \ +static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ +static_assert(sizeof(FNamedInterface) == 0x000010, "Wrong size on FNamedInterface"); \ +static_assert(offsetof(FNamedInterface, InterfaceName) == 0x000000, "Member 'FNamedInterface::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterface, InterfaceObject) == 0x000008, "Member 'FNamedInterface::InterfaceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterfaceDef \ +static_assert(alignof(FNamedInterfaceDef) == 0x000008, "Wrong alignment on FNamedInterfaceDef"); \ +static_assert(sizeof(FNamedInterfaceDef) == 0x000018, "Wrong size on FNamedInterfaceDef"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceName) == 0x000000, "Member 'FNamedInterfaceDef::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceClassName) == 0x000008, "Member 'FNamedInterfaceDef::InterfaceClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedInterfaces \ +static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ +static_assert(sizeof(UNamedInterfaces) == 0x000060, "Wrong size on UNamedInterfaces"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaces) == 0x000028, "Member 'UNamedInterfaces::NamedInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaceDefs) == 0x000038, "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_ABP_NPCs_Lumiere_Adult_Male_3_Jean_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_3_Jean_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_3_Jean_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_3_Jean_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_3_Jean_C"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AdjustFootToGround \ +static_assert(alignof(FAnimNode_AdjustFootToGround) == 0x000008, "Wrong alignment on FAnimNode_AdjustFootToGround"); \ +static_assert(sizeof(FAnimNode_AdjustFootToGround) == 0x0000F0, "Wrong size on FAnimNode_AdjustFootToGround"); \ +static_assert(offsetof(FAnimNode_AdjustFootToGround, IKBone) == 0x0000C8, "Member 'FAnimNode_AdjustFootToGround::IKBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AdjustFootToGround, IgnoreGroundBelowFoot) == 0x0000D8, "Member 'FAnimNode_AdjustFootToGround::IgnoreGroundBelowFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AdjustFootToGround, GroundLevelZ) == 0x0000DC, "Member 'FAnimNode_AdjustFootToGround::GroundLevelZ' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AdjustFootToGround, bLimitKneeDirection) == 0x0000E0, "Member 'FAnimNode_AdjustFootToGround::bLimitKneeDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AdjustFootToGround, bBackBendedKnees) == 0x0000E1, "Member 'FAnimNode_AdjustFootToGround::bBackBendedKnees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendLegs \ +static_assert(alignof(FAnimNode_BlendLegs) == 0x000010, "Wrong alignment on FAnimNode_BlendLegs"); \ +static_assert(sizeof(FAnimNode_BlendLegs) == 0x000320, "Wrong size on FAnimNode_BlendLegs"); \ +static_assert(offsetof(FAnimNode_BlendLegs, SourcePose) == 0x000010, "Member 'FAnimNode_BlendLegs::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, DestinationPose) == 0x000020, "Member 'FAnimNode_BlendLegs::DestinationPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, FootRight) == 0x000030, "Member 'FAnimNode_BlendLegs::FootRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, FootLeft) == 0x000040, "Member 'FAnimNode_BlendLegs::FootLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, bRightLegFirst) == 0x000050, "Member 'FAnimNode_BlendLegs::bRightLegFirst' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, FootstepAnimNotify) == 0x000054, "Member 'FAnimNode_BlendLegs::FootstepAnimNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, bUseIK) == 0x00005C, "Member 'FAnimNode_BlendLegs::bUseIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, CharacterForwardAxis) == 0x00005D, "Member 'FAnimNode_BlendLegs::CharacterForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, FootMaxLift) == 0x000060, "Member 'FAnimNode_BlendLegs::FootMaxLift' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, FootStepPitch) == 0x000064, "Member 'FAnimNode_BlendLegs::FootStepPitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, bApplyToRotation) == 0x000068, "Member 'FAnimNode_BlendLegs::bApplyToRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendLegs, SourceAlpha) == 0x00006C, "Member 'FAnimNode_BlendLegs::SourceAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_FeetToGround \ +static_assert(alignof(FAnimNode_FeetToGround) == 0x000010, "Wrong alignment on FAnimNode_FeetToGround"); \ +static_assert(sizeof(FAnimNode_FeetToGround) == 0x000430, "Wrong size on FAnimNode_FeetToGround"); \ +static_assert(offsetof(FAnimNode_FeetToGround, Pose) == 0x000010, "Member 'FAnimNode_FeetToGround::Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, Pelvis) == 0x000020, "Member 'FAnimNode_FeetToGround::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, FootRight) == 0x000030, "Member 'FAnimNode_FeetToGround::FootRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, FootLeft) == 0x000040, "Member 'FAnimNode_FeetToGround::FootLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, IkRootBone) == 0x000050, "Member 'FAnimNode_FeetToGround::IkRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, CharacterForwardAxis) == 0x000060, "Member 'FAnimNode_FeetToGround::CharacterForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, FootVerticalOffset) == 0x000064, "Member 'FAnimNode_FeetToGround::FootVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, TraceDistance) == 0x000068, "Member 'FAnimNode_FeetToGround::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, TraceRadius) == 0x00006C, "Member 'FAnimNode_FeetToGround::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, CollisionChannel) == 0x000070, "Member 'FAnimNode_FeetToGround::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, bTraceAsObjectType) == 0x000071, "Member 'FAnimNode_FeetToGround::bTraceAsObjectType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, bEnabled) == 0x000072, "Member 'FAnimNode_FeetToGround::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, bForceRightLegToGround) == 0x000073, "Member 'FAnimNode_FeetToGround::bForceRightLegToGround' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, bForceLeftLegToGround) == 0x000074, "Member 'FAnimNode_FeetToGround::bForceLeftLegToGround' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, PelvisInterpolationSpeed) == 0x000078, "Member 'FAnimNode_FeetToGround::PelvisInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, FootInterpolationSpeed) == 0x00007C, "Member 'FAnimNode_FeetToGround::FootInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, KneeForwardOffset) == 0x000080, "Member 'FAnimNode_FeetToGround::KneeForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, KneeUpOffset) == 0x000084, "Member 'FAnimNode_FeetToGround::KneeUpOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FeetToGround, CharacterVelocityOverride) == 0x000088, "Member 'FAnimNode_FeetToGround::CharacterVelocityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootCollider \ +static_assert(alignof(FFootCollider) == 0x000010, "Wrong alignment on FFootCollider"); \ +static_assert(sizeof(FFootCollider) == 0x000070, "Wrong size on FFootCollider"); \ +static_assert(offsetof(FFootCollider, RelativeTransform) == 0x000000, "Member 'FFootCollider::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FFootCollider, HalfHeight) == 0x000060, "Member 'FFootCollider::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FFootCollider, Radius) == 0x000064, "Member 'FFootCollider::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLegSetupInfo \ +static_assert(alignof(FLegSetupInfo) == 0x000010, "Wrong alignment on FLegSetupInfo"); \ +static_assert(sizeof(FLegSetupInfo) == 0x000090, "Wrong size on FLegSetupInfo"); \ +static_assert(offsetof(FLegSetupInfo, ThighBoneName) == 0x000000, "Member 'FLegSetupInfo::ThighBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLegSetupInfo, CalfBoneName) == 0x000008, "Member 'FLegSetupInfo::CalfBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLegSetupInfo, FootBoneName) == 0x000010, "Member 'FLegSetupInfo::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLegSetupInfo, Side) == 0x000018, "Member 'FLegSetupInfo::Side' has a wrong offset!"); \ +static_assert(offsetof(FLegSetupInfo, FootCollider) == 0x000020, "Member 'FLegSetupInfo::FootCollider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLegInfo \ +static_assert(alignof(FLegInfo) == 0x000010, "Wrong alignment on FLegInfo"); \ +static_assert(sizeof(FLegInfo) == 0x0000E0, "Wrong size on FLegInfo"); \ +static_assert(offsetof(FLegInfo, FootBoneName) == 0x000000, "Member 'FLegInfo::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, RootBoneName) == 0x000008, "Member 'FLegInfo::RootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, LengthSquared) == 0x000010, "Member 'FLegInfo::LengthSquared' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, LengthUnscaled) == 0x000014, "Member 'FLegInfo::LengthUnscaled' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, OffsetToGround) == 0x000018, "Member 'FLegInfo::OffsetToGround' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, AxisMultiplier) == 0x000024, "Member 'FLegInfo::AxisMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, Side) == 0x000028, "Member 'FLegInfo::Side' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, FootCollider) == 0x000030, "Member 'FLegInfo::FootCollider' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, CurrentFootLocation) == 0x0000A0, "Member 'FLegInfo::CurrentFootLocation' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, CurrentFootZ) == 0x0000B8, "Member 'FLegInfo::CurrentFootZ' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, CurrentGroundZ) == 0x0000BC, "Member 'FLegInfo::CurrentGroundZ' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, TickTargetZ) == 0x0000C0, "Member 'FLegInfo::TickTargetZ' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, IKType) == 0x0000C4, "Member 'FLegInfo::IKType' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, FootRotation) == 0x0000C8, "Member 'FLegInfo::FootRotation' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, bEnabled) == 0x0000CC, "Member 'FLegInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLegInfo, HitComponent) == 0x0000D0, "Member 'FLegInfo::HitComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLegInfoArray \ +static_assert(alignof(FLegInfoArray) == 0x000010, "Wrong alignment on FLegInfoArray"); \ +static_assert(sizeof(FLegInfoArray) == 0x0000F0, "Wrong size on FLegInfoArray"); \ +static_assert(offsetof(FLegInfoArray, LegName) == 0x000000, "Member 'FLegInfoArray::LegName' has a wrong offset!"); \ +static_assert(offsetof(FLegInfoArray, Data) == 0x000010, "Member 'FLegInfoArray::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneOrientationTransform \ +static_assert(alignof(FBoneOrientationTransform) == 0x000004, "Wrong alignment on FBoneOrientationTransform"); \ +static_assert(sizeof(FBoneOrientationTransform) == 0x000018, "Wrong size on FBoneOrientationTransform"); \ + +#define DUMPER7_ASSERTS_FLegIKSetup \ +static_assert(alignof(FLegIKSetup) == 0x000010, "Wrong alignment on FLegIKSetup"); \ +static_assert(sizeof(FLegIKSetup) == 0x000140, "Wrong size on FLegIKSetup"); \ +static_assert(offsetof(FLegIKSetup, LegOrientationConverter) == 0x000000, "Member 'FLegIKSetup::LegOrientationConverter' has a wrong offset!"); \ +static_assert(offsetof(FLegIKSetup, JointTargetOffset) == 0x000060, "Member 'FLegIKSetup::JointTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(FLegIKSetup, FootOrientation) == 0x0000C4, "Member 'FLegIKSetup::FootOrientation' has a wrong offset!"); \ +static_assert(offsetof(FLegIKSetup, FootOrientationFix) == 0x0000E0, "Member 'FLegIKSetup::FootOrientationFix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootTraceData \ +static_assert(alignof(FFootTraceData) == 0x000010, "Wrong alignment on FFootTraceData"); \ +static_assert(sizeof(FFootTraceData) == 0x000060, "Wrong size on FFootTraceData"); \ +static_assert(offsetof(FFootTraceData, Alpha) == 0x000000, "Member 'FFootTraceData::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, CurrentVerticalOffset) == 0x000004, "Member 'FFootTraceData::CurrentVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, bTraced) == 0x000008, "Member 'FFootTraceData::bTraced' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, FootOffsetFrom) == 0x00000C, "Member 'FFootTraceData::FootOffsetFrom' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, FootOffsetTo) == 0x000010, "Member 'FFootTraceData::FootOffsetTo' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, RotationCS) == 0x000020, "Member 'FFootTraceData::RotationCS' has a wrong offset!"); \ +static_assert(offsetof(FFootTraceData, TracedRotation) == 0x000040, "Member 'FFootTraceData::TracedRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLowerBodyIKResult \ +static_assert(alignof(FLowerBodyIKResult) == 0x000010, "Wrong alignment on FLowerBodyIKResult"); \ +static_assert(sizeof(FLowerBodyIKResult) == 0x000250, "Wrong size on FLowerBodyIKResult"); \ +static_assert(offsetof(FLowerBodyIKResult, PelvisLocation) == 0x000000, "Member 'FLowerBodyIKResult::PelvisLocation' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, PelvisRelativeLocation) == 0x000018, "Member 'FLowerBodyIKResult::PelvisRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, PelvisRelativeRotation) == 0x000030, "Member 'FLowerBodyIKResult::PelvisRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, FootRightTransform) == 0x000050, "Member 'FLowerBodyIKResult::FootRightTransform' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, FootLeftTransform) == 0x0000B0, "Member 'FLowerBodyIKResult::FootLeftTransform' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, FootRightTransform_CS) == 0x000110, "Member 'FLowerBodyIKResult::FootRightTransform_CS' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, FootLeftTransform_CS) == 0x000170, "Member 'FLowerBodyIKResult::FootLeftTransform_CS' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, UpperBodyOffset) == 0x0001D0, "Member 'FLowerBodyIKResult::UpperBodyOffset' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, KneeRightJointTarget) == 0x0001E8, "Member 'FLowerBodyIKResult::KneeRightJointTarget' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, KneeLeftJointTarget) == 0x000200, "Member 'FLowerBodyIKResult::KneeLeftJointTarget' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, KneeRightJointTarget_CS) == 0x000218, "Member 'FLowerBodyIKResult::KneeRightJointTarget_CS' has a wrong offset!"); \ +static_assert(offsetof(FLowerBodyIKResult, KneeLeftJointTarget_CS) == 0x000230, "Member 'FLowerBodyIKResult::KneeLeftJointTarget_CS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_AddLegToMap \ +static_assert(alignof(FootIK_AddLegToMap) == 0x000010, "Wrong alignment on FootIK_AddLegToMap"); \ +static_assert(sizeof(FootIK_AddLegToMap) == 0x0000F0, "Wrong size on FootIK_AddLegToMap"); \ +static_assert(offsetof(FootIK_AddLegToMap, Key) == 0x000000, "Member 'FootIK_AddLegToMap::Key' has a wrong offset!"); \ +static_assert(offsetof(FootIK_AddLegToMap, Data) == 0x000010, "Member 'FootIK_AddLegToMap::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_GetFootGround \ +static_assert(alignof(FootIK_GetFootGround) == 0x000008, "Wrong alignment on FootIK_GetFootGround"); \ +static_assert(sizeof(FootIK_GetFootGround) == 0x000020, "Wrong size on FootIK_GetFootGround"); \ +static_assert(offsetof(FootIK_GetFootGround, LegTag) == 0x000000, "Member 'FootIK_GetFootGround::LegTag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_GetFootGround, ReturnValue) == 0x000008, "Member 'FootIK_GetFootGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_GetLocalFootGround \ +static_assert(alignof(FootIK_GetLocalFootGround) == 0x000008, "Wrong alignment on FootIK_GetLocalFootGround"); \ +static_assert(sizeof(FootIK_GetLocalFootGround) == 0x000020, "Wrong size on FootIK_GetLocalFootGround"); \ +static_assert(offsetof(FootIK_GetLocalFootGround, LegTag) == 0x000000, "Member 'FootIK_GetLocalFootGround::LegTag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_GetLocalFootGround, ReturnValue) == 0x000008, "Member 'FootIK_GetLocalFootGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_InitLeg \ +static_assert(alignof(FootIK_InitLeg) == 0x000010, "Wrong alignment on FootIK_InitLeg"); \ +static_assert(sizeof(FootIK_InitLeg) == 0x0000A0, "Wrong size on FootIK_InitLeg"); \ +static_assert(offsetof(FootIK_InitLeg, LegTag) == 0x000000, "Member 'FootIK_InitLeg::LegTag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_InitLeg, ThighBoneName) == 0x000008, "Member 'FootIK_InitLeg::ThighBoneName' has a wrong offset!"); \ +static_assert(offsetof(FootIK_InitLeg, CalfBoneName) == 0x000010, "Member 'FootIK_InitLeg::CalfBoneName' has a wrong offset!"); \ +static_assert(offsetof(FootIK_InitLeg, FootBoneName) == 0x000018, "Member 'FootIK_InitLeg::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FootIK_InitLeg, Side) == 0x000020, "Member 'FootIK_InitLeg::Side' has a wrong offset!"); \ +static_assert(offsetof(FootIK_InitLeg, FootCollider) == 0x000030, "Member 'FootIK_InitLeg::FootCollider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_MakeTick \ +static_assert(alignof(FootIK_MakeTick) == 0x000004, "Wrong alignment on FootIK_MakeTick"); \ +static_assert(sizeof(FootIK_MakeTick) == 0x000004, "Wrong size on FootIK_MakeTick"); \ +static_assert(offsetof(FootIK_MakeTick, DeltaTime) == 0x000000, "Member 'FootIK_MakeTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_SetEnabled \ +static_assert(alignof(FootIK_SetEnabled) == 0x000001, "Wrong alignment on FootIK_SetEnabled"); \ +static_assert(sizeof(FootIK_SetEnabled) == 0x000001, "Wrong size on FootIK_SetEnabled"); \ +static_assert(offsetof(FootIK_SetEnabled, NewIsEnabled) == 0x000000, "Member 'FootIK_SetEnabled::NewIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_SetLegEnabled \ +static_assert(alignof(FootIK_SetLegEnabled) == 0x000004, "Wrong alignment on FootIK_SetLegEnabled"); \ +static_assert(sizeof(FootIK_SetLegEnabled) == 0x00000C, "Wrong size on FootIK_SetLegEnabled"); \ +static_assert(offsetof(FootIK_SetLegEnabled, LegName) == 0x000000, "Member 'FootIK_SetLegEnabled::LegName' has a wrong offset!"); \ +static_assert(offsetof(FootIK_SetLegEnabled, bNewIsEnabled) == 0x000008, "Member 'FootIK_SetLegEnabled::bNewIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_TraceForLeg \ +static_assert(alignof(FootIK_TraceForLeg) == 0x000004, "Wrong alignment on FootIK_TraceForLeg"); \ +static_assert(sizeof(FootIK_TraceForLeg) == 0x000010, "Wrong size on FootIK_TraceForLeg"); \ +static_assert(offsetof(FootIK_TraceForLeg, Tag) == 0x000000, "Member 'FootIK_TraceForLeg::Tag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_TraceForLeg, IsFalling) == 0x000008, "Member 'FootIK_TraceForLeg::IsFalling' has a wrong offset!"); \ +static_assert(offsetof(FootIK_TraceForLeg, DeltaTime) == 0x00000C, "Member 'FootIK_TraceForLeg::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_GetFootGroundIKState \ +static_assert(alignof(FootIK_GetFootGroundIKState) == 0x000004, "Wrong alignment on FootIK_GetFootGroundIKState"); \ +static_assert(sizeof(FootIK_GetFootGroundIKState) == 0x00000C, "Wrong size on FootIK_GetFootGroundIKState"); \ +static_assert(offsetof(FootIK_GetFootGroundIKState, LegTag) == 0x000000, "Member 'FootIK_GetFootGroundIKState::LegTag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_GetFootGroundIKState, ReturnValue) == 0x000008, "Member 'FootIK_GetFootGroundIKState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_GetFootRotation \ +static_assert(alignof(FootIK_GetFootRotation) == 0x000004, "Wrong alignment on FootIK_GetFootRotation"); \ +static_assert(sizeof(FootIK_GetFootRotation) == 0x00000C, "Wrong size on FootIK_GetFootRotation"); \ +static_assert(offsetof(FootIK_GetFootRotation, LegTag) == 0x000000, "Member 'FootIK_GetFootRotation::LegTag' has a wrong offset!"); \ +static_assert(offsetof(FootIK_GetFootRotation, ReturnValue) == 0x000008, "Member 'FootIK_GetFootRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_GetLastFootCollision \ +static_assert(alignof(FootIK_GetLastFootCollision) == 0x000008, "Wrong alignment on FootIK_GetLastFootCollision"); \ +static_assert(sizeof(FootIK_GetLastFootCollision) == 0x000010, "Wrong size on FootIK_GetLastFootCollision"); \ +static_assert(offsetof(FootIK_GetLastFootCollision, LegName) == 0x000000, "Member 'FootIK_GetLastFootCollision::LegName' has a wrong offset!"); \ +static_assert(offsetof(FootIK_GetLastFootCollision, ReturnValue) == 0x000008, "Member 'FootIK_GetLastFootCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_IsEnabled \ +static_assert(alignof(FootIK_IsEnabled) == 0x000001, "Wrong alignment on FootIK_IsEnabled"); \ +static_assert(sizeof(FootIK_IsEnabled) == 0x000001, "Wrong size on FootIK_IsEnabled"); \ +static_assert(offsetof(FootIK_IsEnabled, ReturnValue) == 0x000000, "Member 'FootIK_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FootIK_IsInitialized \ +static_assert(alignof(FootIK_IsInitialized) == 0x000001, "Wrong alignment on FootIK_IsInitialized"); \ +static_assert(sizeof(FootIK_IsInitialized) == 0x000001, "Wrong size on FootIK_IsInitialized"); \ +static_assert(offsetof(FootIK_IsInitialized, ReturnValue) == 0x000000, "Member 'FootIK_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFootIK \ +static_assert(alignof(UFootIK) == 0x000008, "Wrong alignment on UFootIK"); \ +static_assert(sizeof(UFootIK) == 0x0001B8, "Wrong size on UFootIK"); \ +static_assert(offsetof(UFootIK, LegsSetup) == 0x0000A0, "Member 'UFootIK::LegsSetup' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, AdjustMeshCoordinate) == 0x0000F0, "Member 'UFootIK::AdjustMeshCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, MeshMaxOffset) == 0x0000F4, "Member 'UFootIK::MeshMaxOffset' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, GroundCollisionChannel) == 0x0000F8, "Member 'UFootIK::GroundCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, bTraceByObjectType) == 0x0000F9, "Member 'UFootIK::bTraceByObjectType' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, InterpSpeed) == 0x0000FC, "Member 'UFootIK::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, FootHeightAdjustment) == 0x000100, "Member 'UFootIK::FootHeightAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, UseComplexTracing) == 0x000104, "Member 'UFootIK::UseComplexTracing' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, CalculateOrientation) == 0x000105, "Member 'UFootIK::CalculateOrientation' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, ConstraintKneeAngle) == 0x000108, "Member 'UFootIK::ConstraintKneeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, bDrawDebugTracing) == 0x00010C, "Member 'UFootIK::bDrawDebugTracing' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, bUpdateLegSizeInRuntime) == 0x00010D, "Member 'UFootIK::bUpdateLegSizeInRuntime' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, ConstraintPelvisYMovement) == 0x000110, "Member 'UFootIK::ConstraintPelvisYMovement' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, ConstraintPelvisXMovement) == 0x000114, "Member 'UFootIK::ConstraintPelvisXMovement' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, LiftUpInAir) == 0x000118, "Member 'UFootIK::LiftUpInAir' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, IKAlpha) == 0x00011C, "Member 'UFootIK::IKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, PlayerCharacter) == 0x000120, "Member 'UFootIK::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, CharacterMesh) == 0x000128, "Member 'UFootIK::CharacterMesh' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, bIsInitialized) == 0x000130, "Member 'UFootIK::bIsInitialized' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, bIsEnabled) == 0x000131, "Member 'UFootIK::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, Legs) == 0x000138, "Member 'UFootIK::Legs' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, LegsArray) == 0x000188, "Member 'UFootIK::LegsArray' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, DefaultMeshOffset) == 0x000198, "Member 'UFootIK::DefaultMeshOffset' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, CrouchedMeshOffset) == 0x00019C, "Member 'UFootIK::CrouchedMeshOffset' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, LastPelvisOffsetX) == 0x0001A0, "Member 'UFootIK::LastPelvisOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, LastPelvisOffsetY) == 0x0001A4, "Member 'UFootIK::LastPelvisOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, LastPelvisOffsetZ) == 0x0001A8, "Member 'UFootIK::LastPelvisOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, DefaultHalfHeight) == 0x0001AC, "Member 'UFootIK::DefaultHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UFootIK, WasCrouched) == 0x0001B0, "Member 'UFootIK::WasCrouched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowerBodyIKComponent_ToggleEnabled \ +static_assert(alignof(LowerBodyIKComponent_ToggleEnabled) == 0x000001, "Wrong alignment on LowerBodyIKComponent_ToggleEnabled"); \ +static_assert(sizeof(LowerBodyIKComponent_ToggleEnabled) == 0x000001, "Wrong size on LowerBodyIKComponent_ToggleEnabled"); \ +static_assert(offsetof(LowerBodyIKComponent_ToggleEnabled, bNewIsEnabled) == 0x000000, "Member 'LowerBodyIKComponent_ToggleEnabled::bNewIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowerBodyIKComponent \ +static_assert(alignof(ULowerBodyIKComponent) == 0x000010, "Wrong alignment on ULowerBodyIKComponent"); \ +static_assert(sizeof(ULowerBodyIKComponent) == 0x0006C0, "Wrong size on ULowerBodyIKComponent"); \ +static_assert(offsetof(ULowerBodyIKComponent, FootBoneNameR) == 0x0000A0, "Member 'ULowerBodyIKComponent::FootBoneNameR' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, CalfBoneNameR) == 0x0000A8, "Member 'ULowerBodyIKComponent::CalfBoneNameR' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ThighBoneNameR) == 0x0000B0, "Member 'ULowerBodyIKComponent::ThighBoneNameR' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, FootBoneNameL) == 0x0000B8, "Member 'ULowerBodyIKComponent::FootBoneNameL' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, CalfBoneNameL) == 0x0000C0, "Member 'ULowerBodyIKComponent::CalfBoneNameL' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ThighBoneNameL) == 0x0000C8, "Member 'ULowerBodyIKComponent::ThighBoneNameL' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, PelvisBoneName) == 0x0000D0, "Member 'ULowerBodyIKComponent::PelvisBoneName' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, PelvisVirtualBone) == 0x0000D8, "Member 'ULowerBodyIKComponent::PelvisVirtualBone' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, FootVirtualBoneR) == 0x0000E0, "Member 'ULowerBodyIKComponent::FootVirtualBoneR' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, FootVirtualBoneL) == 0x0000E8, "Member 'ULowerBodyIKComponent::FootVirtualBoneL' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, CollisionChannel) == 0x0000F0, "Member 'ULowerBodyIKComponent::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bTraceAsObjectType) == 0x0000F1, "Member 'ULowerBodyIKComponent::bTraceAsObjectType' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ForwardBackLeanDistance) == 0x0000F4, "Member 'ULowerBodyIKComponent::ForwardBackLeanDistance' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, RightLeftLeanDistance) == 0x0000F8, "Member 'ULowerBodyIKComponent::RightLeftLeanDistance' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ForwardBackLeanDegrees) == 0x0000FC, "Member 'ULowerBodyIKComponent::ForwardBackLeanDegrees' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, RightLeftLeanDegrees) == 0x000100, "Member 'ULowerBodyIKComponent::RightLeftLeanDegrees' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ThighLength) == 0x000104, "Member 'ULowerBodyIKComponent::ThighLength' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, CalfLength) == 0x000108, "Member 'ULowerBodyIKComponent::CalfLength' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, FootHeight) == 0x00010C, "Member 'ULowerBodyIKComponent::FootHeight' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, LegHeight) == 0x000110, "Member 'ULowerBodyIKComponent::LegHeight' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, PelvisHeight) == 0x000114, "Member 'ULowerBodyIKComponent::PelvisHeight' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, Result) == 0x000120, "Member 'ULowerBodyIKComponent::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bEnabledIK) == 0x000370, "Member 'ULowerBodyIKComponent::bEnabledIK' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, ApplyIKAlpha) == 0x000374, "Member 'ULowerBodyIKComponent::ApplyIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, FrameGroundTransform) == 0x000380, "Member 'ULowerBodyIKComponent::FrameGroundTransform' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bFrameIsFalling) == 0x0003E0, "Member 'ULowerBodyIKComponent::bFrameIsFalling' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bFrameIsFinishingFalling) == 0x0003E1, "Member 'ULowerBodyIKComponent::bFrameIsFinishingFalling' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bFrameIsMoving) == 0x0003E2, "Member 'ULowerBodyIKComponent::bFrameIsMoving' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, bFrameIsCrouching) == 0x0003E3, "Member 'ULowerBodyIKComponent::bFrameIsCrouching' has a wrong offset!"); \ +static_assert(offsetof(ULowerBodyIKComponent, DefaultFootBoneZ) == 0x0003E4, "Member 'ULowerBodyIKComponent::DefaultFootBoneZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_ActivateChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_ActivateChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_ActivateChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_ActivateChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_ActivateChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_ActivateChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_ActivateChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_AddCustomChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_AddCustomChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_AddCustomChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_AddCustomChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_AddCustomChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_AddCustomChannel, InNewChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_AddCustomChannel::InNewChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_AddDefaultChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_AddDefaultChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_AddDefaultChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_AddDefaultChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_AddDefaultChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_AddDefaultChannel, InNewChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_AddDefaultChannel::InNewChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_DeactivateChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_DeactivateChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_DeactivateChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_DeactivateChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_DeactivateChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_DeactivateChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_DeactivateChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_GetVolumeOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_GetVolumeOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_GetVolumeOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_GetVolumeOnChannel) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_GetVolumeOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_GetVolumeOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_GetVolumeOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_GetVolumeOnChannel, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_GetVolumeOnChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_MuteChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_MuteChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_MuteChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_MuteChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_MuteChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_MuteChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_MuteChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_RemoveChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_RemoveChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_RemoveChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_RemoveChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_RemoveChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_RemoveChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_RemoveChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_SetRateOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_SetRateOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_SetRateOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_SetRateOnChannel) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_SetRateOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SetRateOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_SetRateOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SetRateOnChannel, InRate) == 0x000008, "Member 'TextToSpeechEngineSubsystem_SetRateOnChannel::InRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_SetVolumeOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_SetVolumeOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_SetVolumeOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_SetVolumeOnChannel) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_SetVolumeOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SetVolumeOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_SetVolumeOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SetVolumeOnChannel, InVolume) == 0x000008, "Member 'TextToSpeechEngineSubsystem_SetVolumeOnChannel::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_SpeakOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_SpeakOnChannel) == 0x000008, "Wrong alignment on TextToSpeechEngineSubsystem_SpeakOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_SpeakOnChannel) == 0x000018, "Wrong size on TextToSpeechEngineSubsystem_SpeakOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SpeakOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_SpeakOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_SpeakOnChannel, InStringToSpeak) == 0x000008, "Member 'TextToSpeechEngineSubsystem_SpeakOnChannel::InStringToSpeak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_StopSpeakingOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_StopSpeakingOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_StopSpeakingOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_StopSpeakingOnChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_StopSpeakingOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_StopSpeakingOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_StopSpeakingOnChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_UnmuteChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_UnmuteChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_UnmuteChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_UnmuteChannel) == 0x000008, "Wrong size on TextToSpeechEngineSubsystem_UnmuteChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_UnmuteChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_UnmuteChannel::InChannelId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_DoesChannelExist \ +static_assert(alignof(TextToSpeechEngineSubsystem_DoesChannelExist) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_DoesChannelExist"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_DoesChannelExist) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_DoesChannelExist"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_DoesChannelExist, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_DoesChannelExist::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_DoesChannelExist, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_DoesChannelExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_GetNumChannels \ +static_assert(alignof(TextToSpeechEngineSubsystem_GetNumChannels) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_GetNumChannels"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_GetNumChannels) == 0x000004, "Wrong size on TextToSpeechEngineSubsystem_GetNumChannels"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_GetNumChannels, ReturnValue) == 0x000000, "Member 'TextToSpeechEngineSubsystem_GetNumChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_GetRateOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_GetRateOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_GetRateOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_GetRateOnChannel) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_GetRateOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_GetRateOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_GetRateOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_GetRateOnChannel, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_GetRateOnChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_IsChannelActive \ +static_assert(alignof(TextToSpeechEngineSubsystem_IsChannelActive) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_IsChannelActive"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_IsChannelActive) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_IsChannelActive"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsChannelActive, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_IsChannelActive::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsChannelActive, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_IsChannelActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_IsChannelMuted \ +static_assert(alignof(TextToSpeechEngineSubsystem_IsChannelMuted) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_IsChannelMuted"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_IsChannelMuted) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_IsChannelMuted"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsChannelMuted, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_IsChannelMuted::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsChannelMuted, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_IsChannelMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextToSpeechEngineSubsystem_IsSpeakingOnChannel \ +static_assert(alignof(TextToSpeechEngineSubsystem_IsSpeakingOnChannel) == 0x000004, "Wrong alignment on TextToSpeechEngineSubsystem_IsSpeakingOnChannel"); \ +static_assert(sizeof(TextToSpeechEngineSubsystem_IsSpeakingOnChannel) == 0x00000C, "Wrong size on TextToSpeechEngineSubsystem_IsSpeakingOnChannel"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsSpeakingOnChannel, InChannelId) == 0x000000, "Member 'TextToSpeechEngineSubsystem_IsSpeakingOnChannel::InChannelId' has a wrong offset!"); \ +static_assert(offsetof(TextToSpeechEngineSubsystem_IsSpeakingOnChannel, ReturnValue) == 0x000008, "Member 'TextToSpeechEngineSubsystem_IsSpeakingOnChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextToSpeechEngineSubsystem \ +static_assert(alignof(UTextToSpeechEngineSubsystem) == 0x000008, "Wrong alignment on UTextToSpeechEngineSubsystem"); \ +static_assert(sizeof(UTextToSpeechEngineSubsystem) == 0x000080, "Wrong size on UTextToSpeechEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily \ +static_assert(alignof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily) == 0x000008, "Wrong alignment on BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily"); \ +static_assert(sizeof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily) == 0x000890, "Wrong size on BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, EntryPoint) == 0x000000, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_HasItemInInventory_Result) == 0x000138, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_HasItemInInventory_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue) == 0x000139, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue) == 0x000140, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeStruct_FRichDialogueLine) == 0x000148, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue) == 0x000278, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue_1) == 0x000290, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000298, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0002A0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0002A1, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0002A8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue_2) == 0x0003D8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array_1) == 0x0003E0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0003F0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array_2) == 0x0003F8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000408, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue_3) == 0x000410, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000418, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000420, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000421, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000428, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000558, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array_3) == 0x000688, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array_4) == 0x000698, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue_4) == 0x0006A8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0006B0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerController_ReturnValue_5) == 0x0006B8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0006C0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0006C8, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeStruct_FRichDialogueLine_4) == 0x0006D0, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_MakeArray_Array_5) == 0x000800, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_AsBP_NPC_Manor_Family_Canvas) == 0x000810, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_AsBP_NPC_Manor_Family_Canvas' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_bSuccess) == 0x000818, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000820, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000828, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_AsBP_GPE_Manor_Inside_Door) == 0x000830, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_AsBP_GPE_Manor_Inside_Door' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_bSuccess_1) == 0x000838, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_AsBP_GPE_Manor_Family_Canvas) == 0x000840, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_AsBP_GPE_Manor_Family_Canvas' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_bSuccess_2) == 0x000848, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetDialogueStage_DialogueStage) == 0x00084C, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_SwitchInteger_CmpSuccess) == 0x000850, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000858, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000860, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, K2Node_DynamicCast_bSuccess_3) == 0x000868, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_OnInteractionRequested_self_CastInput) == 0x000870, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_OnInteractionRequested_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily, CallFunc_OnInteractionRequested_self_CastInput_1) == 0x000880, "Member 'BP_Dialogue_ManorCanvasFamily_C_ExecuteUbergraph_BP_Dialogue_ManorCanvasFamily::CallFunc_OnInteractionRequested_self_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_ManorCanvasFamily_C \ +static_assert(alignof(ABP_Dialogue_ManorCanvasFamily_C) == 0x000008, "Wrong alignment on ABP_Dialogue_ManorCanvasFamily_C"); \ +static_assert(sizeof(ABP_Dialogue_ManorCanvasFamily_C) == 0x000350, "Wrong size on ABP_Dialogue_ManorCanvasFamily_C"); \ +static_assert(offsetof(ABP_Dialogue_ManorCanvasFamily_C, UberGraphFrame_BP_Dialogue_ManorCanvasFamily_C) == 0x000338, "Member 'ABP_Dialogue_ManorCanvasFamily_C::UberGraphFrame_BP_Dialogue_ManorCanvasFamily_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_ManorCanvasFamily_C, RequiredQuestItem) == 0x000340, "Member 'ABP_Dialogue_ManorCanvasFamily_C::RequiredQuestItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCR_Mannequin_BasicFootIK_C \ +static_assert(alignof(UCR_Mannequin_BasicFootIK_C) == 0x000008, "Wrong alignment on UCR_Mannequin_BasicFootIK_C"); \ +static_assert(sizeof(UCR_Mannequin_BasicFootIK_C) == 0x000AD8, "Wrong size on UCR_Mannequin_BasicFootIK_C"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ZOffset_L_Target) == 0x000AA8, "Member 'UCR_Mannequin_BasicFootIK_C::ZOffset_L_Target' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ZOffset_R_Target) == 0x000AB0, "Member 'UCR_Mannequin_BasicFootIK_C::ZOffset_R_Target' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ZOffset_L) == 0x000AB8, "Member 'UCR_Mannequin_BasicFootIK_C::ZOffset_L' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ZOffset_R) == 0x000AC0, "Member 'UCR_Mannequin_BasicFootIK_C::ZOffset_R' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ZOffset_Pelvis) == 0x000AC8, "Member 'UCR_Mannequin_BasicFootIK_C::ZOffset_Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_C, ShouldDoIKTrace) == 0x000AD0, "Member 'UCR_Mannequin_BasicFootIK_C::ShouldDoIKTrace' has a wrong offset!"); \ + +#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) == 0x000068, "Wrong size on UGameplayTask"); \ +static_assert(offsetof(UGameplayTask, InstanceName) == 0x000030, "Member 'UGameplayTask::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ResourceOverlapPolicy) == 0x00003A, "Member 'UGameplayTask::ResourceOverlapPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ChildTask) == 0x000060, "Member 'UGameplayTask::ChildTask' 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) == 0x000038, "Wrong size on UGameplayTaskResource"); \ +static_assert(offsetof(UGameplayTaskResource, ManualResourceID) == 0x000028, "Member 'UGameplayTaskResource::ManualResourceID' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTaskResource, AutoResourceID) == 0x00002C, "Member 'UGameplayTaskResource::AutoResourceID' 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_GameplayTasksComponent_OnRep_SimulatedTasks \ +static_assert(alignof(GameplayTasksComponent_OnRep_SimulatedTasks) == 0x000008, "Wrong alignment on GameplayTasksComponent_OnRep_SimulatedTasks"); \ +static_assert(sizeof(GameplayTasksComponent_OnRep_SimulatedTasks) == 0x000010, "Wrong size on GameplayTasksComponent_OnRep_SimulatedTasks"); \ +static_assert(offsetof(GameplayTasksComponent_OnRep_SimulatedTasks, PreviousSimulatedTasks) == 0x000000, "Member 'GameplayTasksComponent_OnRep_SimulatedTasks::PreviousSimulatedTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTasksComponent \ +static_assert(alignof(UGameplayTasksComponent) == 0x000008, "Wrong alignment on UGameplayTasksComponent"); \ +static_assert(sizeof(UGameplayTasksComponent) == 0x000118, "Wrong size on UGameplayTasksComponent"); \ +static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000B8, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x0000D8, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x0000E8, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x0000F8, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x000108, "Member 'UGameplayTasksComponent::SimulatedTasks' 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) == 0x000068, "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) == 0x000058, "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) == 0x000028, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnRotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, Class_0) == 0x000040, "Member 'GameplayTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, bSpawnOnlyOnAuthority) == 0x000048, "Member 'GameplayTask_SpawnActor_SpawnActor::bSpawnOnlyOnAuthority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, ReturnValue) == 0x000050, "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) == 0x0000C0, "Wrong size on UGameplayTask_SpawnActor"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, Success) == 0x000068, "Member 'UGameplayTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, DidNotSpawn) == 0x000078, "Member 'UGameplayTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, ClassToSpawn) == 0x0000B8, "Member 'UGameplayTask_SpawnActor::ClassToSpawn' 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) == 0x000068, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000078, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' 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) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded \ +static_assert(alignof(BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded) == 0x000001, "Wrong alignment on BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded"); \ +static_assert(sizeof(BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded) == 0x000001, "Wrong size on BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded"); \ +static_assert(offsetof(BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded, State) == 0x000000, "Member 'BPI_LevelSequenceExecutor_Interface_C_OnSequenceStateLoaded::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed \ +static_assert(alignof(BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed) == 0x000001, "Wrong alignment on BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed"); \ +static_assert(sizeof(BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed) == 0x000001, "Wrong size on BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed"); \ +static_assert(offsetof(BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed, ReturnValue) == 0x000000, "Member 'BPI_LevelSequenceExecutor_Interface_C_IsSequencePlayed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_LevelSequenceExecutor_Interface_C \ +static_assert(alignof(IBPI_LevelSequenceExecutor_Interface_C) == 0x000001, "Wrong alignment on IBPI_LevelSequenceExecutor_Interface_C"); \ +static_assert(sizeof(IBPI_LevelSequenceExecutor_Interface_C) == 0x000001, "Wrong size on IBPI_LevelSequenceExecutor_Interface_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList) == 0x000150, "Wrong size on WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x000004, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Name_4) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x000018, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000020, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Name_3) == 0x000028, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x000038, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000040, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x000048, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetDifficultyManager_ReturnValue) == 0x000050, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x000058, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x000088, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Name_2) == 0x000090, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x0000A0, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetValidValue_ReturnValue) == 0x0000A9, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000B0, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetGameCultureData_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x0000E0, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Name_1) == 0x0000E8, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x0000F8, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x000100, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Name) == 0x000108, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000118, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Value) == 0x000120, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x000128, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000130, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000140, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList, CallFunc_SetMasterVolume_Value_ImplicitCast) == 0x000148, "Member 'WBP_Settings_StartGameOptionsList_C_ExecuteUbergraph_WBP_Settings_StartGameOptionsList::CallFunc_SetMasterVolume_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues) == 0x000120, "Wrong size on WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, Values) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, local_Values) == 0x000050, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Conv_StringToText_ReturnValue) == 0x000110, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex) == 0x000098, "Wrong size on WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex, Selected_Culture) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex::Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex, local_Values) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x000060, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x000068, "Member 'WBP_Settings_StartGameOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues) == 0x000110, "Wrong size on WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, Values) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, local_Values) == 0x000050, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_GetGameCultureData_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_Less_IntInt_ReturnValue) == 0x0000F8, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageAvailableValues::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex) == 0x000088, "Wrong size on WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex, Selected_Culture) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex::Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex, local_Values) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex, CallFunc_GetGameCultureData_ReturnValue) == 0x000060, "Member 'WBP_Settings_StartGameOptionsList_C_GetLanguageSelectedCultureIndex::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings) == 0x0001A0, "Wrong size on WBP_Settings_StartGameOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, LocalExpeditionner) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::LocalExpeditionner' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, local_BoolWidgetToValue) == 0x000008, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::local_BoolWidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetDifficultyManager_ReturnValue) == 0x000068, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000070, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetEnableTutorials_ReturnValue) == 0x00007C, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetEnableTutorials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue) == 0x00007D, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map) == 0x000080, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetMasterVolume_ReturnValue) == 0x0000D0, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable_1) == 0x0000D4, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetAudioLanguageSelectedCultureIndex_Selected_Culture) == 0x0000D8, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetAudioLanguageSelectedCultureIndex_Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys) == 0x0000E0, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x0000FC, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x0000FD, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000FE, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetLanguageSelectedCultureIndex_Selected_Culture) == 0x000100, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetLanguageSelectedCultureIndex_Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000108, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map_1) == 0x000110, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Map_Values_Values) == 0x000160, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys_1) == 0x000170, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item_2) == 0x000188, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue_1) == 0x000190, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000194, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast) == 0x000198, "Member 'WBP_Settings_StartGameOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions) == 0x0000F0, "Wrong size on WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions, CallFunc_GetAudioLanguageAvailableValues_Values) == 0x000050, "Member 'WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions::CallFunc_GetAudioLanguageAvailableValues_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions, CallFunc_GetLanguageAvailableValues_Values) == 0x0000A0, "Member 'WBP_Settings_StartGameOptionsList_C_SetupAvailableOptions::CallFunc_GetLanguageAvailableValues_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_StartGameOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_StartGameOptionsList_C \ +static_assert(alignof(UWBP_Settings_StartGameOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_StartGameOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_StartGameOptionsList_C) == 0x0004C8, "Wrong size on UWBP_Settings_StartGameOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, UberGraphFrame_WBP_Settings_StartGameOptionsList_C) == 0x000438, "Member 'UWBP_Settings_StartGameOptionsList_C::UberGraphFrame_WBP_Settings_StartGameOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_StartGameOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_NamedBoolSelector_CustomizationInCinematics) == 0x000448, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_NamedBoolSelector_CustomizationInCinematics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_NamedBoolSelector_Tutorials) == 0x000450, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_NamedBoolSelector_Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_NamedIntegerSelector_AudioLanguage) == 0x000458, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_NamedIntegerSelector_AudioLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_NamedIntegerSelector_GameDifficulty) == 0x000460, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_NamedIntegerSelector_GameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_NamedIntegerSelector_Language) == 0x000468, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_NamedIntegerSelector_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntriesHeader_Game) == 0x000470, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntriesHeader_Game' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntriesHeader_Language) == 0x000478, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntriesHeader_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntriesHeader_Volume) == 0x000480, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntriesHeader_Volume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_AudioLanguage) == 0x000488, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_AudioLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_CustomizationInCinematics) == 0x000490, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_CustomizationInCinematics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_GameDifficulty) == 0x000498, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_GameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_Language) == 0x0004A0, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_MasterVolume) == 0x0004A8, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_Settings_OptionEntry_Tutorials) == 0x0004B0, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_Settings_OptionEntry_Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, WBP_SliderSelector_MasterVolume) == 0x0004B8, "Member 'UWBP_Settings_StartGameOptionsList_C::WBP_SliderSelector_MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptionsList_C, GameUserSettings) == 0x0004C0, "Member 'UWBP_Settings_StartGameOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition \ +static_assert(alignof(BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition"); \ +static_assert(sizeof(BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition) == 0x000008, "Wrong size on BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition"); \ +static_assert(offsetof(BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition, ReturnValue) == 0x000000, "Member 'BP_DataAsset_Item_Consumable_C_GetItemSkillDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_Consumable_C \ +static_assert(alignof(UBP_DataAsset_Item_Consumable_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_Consumable_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_Consumable_C) == 0x000068, "Wrong size on UBP_DataAsset_Item_Consumable_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_Consumable_C, MaxCharges) == 0x000030, "Member 'UBP_DataAsset_Item_Consumable_C::MaxCharges' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Consumable_C, BattleSkillScript) == 0x000038, "Member 'UBP_DataAsset_Item_Consumable_C::BattleSkillScript' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Consumable_C, ItemSkillDefinition) == 0x000060, "Member 'UBP_DataAsset_Item_Consumable_C::ItemSkillDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionCylinder \ +static_assert(alignof(FNavCollisionCylinder) == 0x000008, "Wrong alignment on FNavCollisionCylinder"); \ +static_assert(sizeof(FNavCollisionCylinder) == 0x000020, "Wrong size on FNavCollisionCylinder"); \ +static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x000018, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Height) == 0x00001C, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionBox \ +static_assert(alignof(FNavCollisionBox) == 0x000008, "Wrong alignment on FNavCollisionBox"); \ +static_assert(sizeof(FNavCollisionBox) == 0x000030, "Wrong size on FNavCollisionBox"); \ +static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionBox, Extent) == 0x000018, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ + +#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_FNavigationFilterFlags \ +static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ +static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ + +#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_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_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_FNavLinkCustomInstanceData \ +static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ +static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000078, "Wrong size on FNavLinkCustomInstanceData"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, CustomLinkId) == 0x000068, "Member 'FNavLinkCustomInstanceData::CustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, AuxiliaryCustomLinkId) == 0x000070, "Member 'FNavLinkCustomInstanceData::AuxiliaryCustomLinkId' 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_FRecastNavMeshTileGenerationDebug \ +static_assert(alignof(FRecastNavMeshTileGenerationDebug) == 0x000004, "Wrong alignment on FRecastNavMeshTileGenerationDebug"); \ +static_assert(sizeof(FRecastNavMeshTileGenerationDebug) == 0x00001C, "Wrong size on FRecastNavMeshTileGenerationDebug"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, TileCoordinate) == 0x000004, "Member 'FRecastNavMeshTileGenerationDebug::TileCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, HeightFieldRenderMode) == 0x000014, "Member 'FRecastNavMeshTileGenerationDebug::HeightFieldRenderMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavMeshResolutionParam \ +static_assert(alignof(FNavMeshResolutionParam) == 0x000004, "Wrong alignment on FNavMeshResolutionParam"); \ +static_assert(sizeof(FNavMeshResolutionParam) == 0x00000C, "Wrong size on FNavMeshResolutionParam"); \ +static_assert(offsetof(FNavMeshResolutionParam, CellSize) == 0x000000, "Member 'FNavMeshResolutionParam::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FNavMeshResolutionParam, CellHeight) == 0x000004, "Member 'FNavMeshResolutionParam::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavMeshResolutionParam, AgentMaxStepHeight) == 0x000008, "Member 'FNavMeshResolutionParam::AgentMaxStepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdManagerBase \ +static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ +static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ + +#define DUMPER7_ASSERTS_ANavigationGraphNode \ +static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ +static_assert(sizeof(ANavigationGraphNode) == 0x000290, "Wrong size on ANavigationGraphNode"); \ + +#define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ +static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ +static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000260, "Wrong size on UNavigationGraphNodeComponent"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x000230, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000248, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000250, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationObjectRepository \ +static_assert(alignof(UNavigationObjectRepository) == 0x000008, "Wrong alignment on UNavigationObjectRepository"); \ +static_assert(sizeof(UNavigationObjectRepository) == 0x000090, "Wrong size on UNavigationObjectRepository"); \ + +#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_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_UNavLinkTrivial \ +static_assert(alignof(UNavLinkTrivial) == 0x000008, "Wrong alignment on UNavLinkTrivial"); \ +static_assert(sizeof(UNavLinkTrivial) == 0x000050, "Wrong size on UNavLinkTrivial"); \ + +#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_ANavigationData \ +static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ +static_assert(sizeof(ANavigationData) == 0x0004A8, "Wrong size on ANavigationData"); \ +static_assert(offsetof(ANavigationData, RenderingComp) == 0x000298, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, NavDataConfig) == 0x0002A0, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x00032C, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x000330, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, DataVersion) == 0x000334, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, SupportedAreas) == 0x000440, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbstractNavData \ +static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ +static_assert(sizeof(AAbstractNavData) == 0x0004A8, "Wrong size on AAbstractNavData"); \ + +#define DUMPER7_ASSERTS_UNavArea \ +static_assert(alignof(UNavArea) == 0x000008, "Wrong alignment on UNavArea"); \ +static_assert(sizeof(UNavArea) == 0x000048, "Wrong size on UNavArea"); \ +static_assert(offsetof(UNavArea, DefaultCost) == 0x000030, "Member 'UNavArea::DefaultCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, FixedAreaEnteringCost) == 0x000034, "Member 'UNavArea::FixedAreaEnteringCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, DrawColor) == 0x000038, "Member 'UNavArea::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, SupportedAgents) == 0x00003C, "Member 'UNavArea::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavAreaMeta \ +static_assert(alignof(UNavAreaMeta) == 0x000008, "Wrong alignment on UNavAreaMeta"); \ +static_assert(sizeof(UNavAreaMeta) == 0x000048, "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) == 0x0000C8, "Wrong size on UNavAreaMeta_SwitchByAgent"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent0Area) == 0x000048, "Member 'UNavAreaMeta_SwitchByAgent::Agent0Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent1Area) == 0x000050, "Member 'UNavAreaMeta_SwitchByAgent::Agent1Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent2Area) == 0x000058, "Member 'UNavAreaMeta_SwitchByAgent::Agent2Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent3Area) == 0x000060, "Member 'UNavAreaMeta_SwitchByAgent::Agent3Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent4Area) == 0x000068, "Member 'UNavAreaMeta_SwitchByAgent::Agent4Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent5Area) == 0x000070, "Member 'UNavAreaMeta_SwitchByAgent::Agent5Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent6Area) == 0x000078, "Member 'UNavAreaMeta_SwitchByAgent::Agent6Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent7Area) == 0x000080, "Member 'UNavAreaMeta_SwitchByAgent::Agent7Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent8Area) == 0x000088, "Member 'UNavAreaMeta_SwitchByAgent::Agent8Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent9Area) == 0x000090, "Member 'UNavAreaMeta_SwitchByAgent::Agent9Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent10Area) == 0x000098, "Member 'UNavAreaMeta_SwitchByAgent::Agent10Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent11Area) == 0x0000A0, "Member 'UNavAreaMeta_SwitchByAgent::Agent11Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent12Area) == 0x0000A8, "Member 'UNavAreaMeta_SwitchByAgent::Agent12Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent13Area) == 0x0000B0, "Member 'UNavAreaMeta_SwitchByAgent::Agent13Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent14Area) == 0x0000B8, "Member 'UNavAreaMeta_SwitchByAgent::Agent14Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent15Area) == 0x0000C0, "Member 'UNavAreaMeta_SwitchByAgent::Agent15Area' 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) == 0x000048, "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) == 0x000048, "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) == 0x000048, "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) == 0x000048, "Wrong size on UNavArea_Obstacle"); \ + +#define DUMPER7_ASSERTS_UNavCollision \ +static_assert(alignof(UNavCollision) == 0x000008, "Wrong alignment on UNavCollision"); \ +static_assert(sizeof(UNavCollision) == 0x000108, "Wrong size on UNavCollision"); \ +static_assert(offsetof(UNavCollision, CylinderCollision) == 0x0000B8, "Member 'UNavCollision::CylinderCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, BoxCollision) == 0x0000C8, "Member 'UNavCollision::BoxCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, AreaClass) == 0x0000D8, "Member 'UNavCollision::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationQueryFilter \ +static_assert(alignof(UNavigationQueryFilter) == 0x000008, "Wrong alignment on UNavigationQueryFilter"); \ +static_assert(sizeof(UNavigationQueryFilter) == 0x000048, "Wrong size on UNavigationQueryFilter"); \ +static_assert(offsetof(UNavigationQueryFilter, Areas) == 0x000028, "Member 'UNavigationQueryFilter::Areas' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, IncludeFlags) == 0x000038, "Member 'UNavigationQueryFilter::IncludeFlags' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, ExcludeFlags) == 0x00003C, "Member 'UNavigationQueryFilter::ExcludeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastFilter_UseDefaultArea \ +static_assert(alignof(URecastFilter_UseDefaultArea) == 0x000008, "Wrong alignment on URecastFilter_UseDefaultArea"); \ +static_assert(sizeof(URecastFilter_UseDefaultArea) == 0x000048, "Wrong size on URecastFilter_UseDefaultArea"); \ + +#define DUMPER7_ASSERTS_ANavigationGraph \ +static_assert(alignof(ANavigationGraph) == 0x000008, "Wrong alignment on ANavigationGraph"); \ +static_assert(sizeof(ANavigationGraph) == 0x0004A8, "Wrong size on ANavigationGraph"); \ + +#define DUMPER7_ASSERTS_UNavigationInvokerComponent \ +static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ +static_assert(sizeof(UNavigationInvokerComponent) == 0x0000B0, "Wrong size on UNavigationInvokerComponent"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000A0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000A4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, SupportedAgents) == 0x0000A8, "Member 'UNavigationInvokerComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, Priority) == 0x0000AC, "Member 'UNavigationInvokerComponent::Priority' 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) == 0x000008, "Wrong alignment on NavigationPath_GetPathCost"); \ +static_assert(sizeof(NavigationPath_GetPathCost) == 0x000008, "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) == 0x000008, "Wrong alignment on NavigationPath_GetPathLength"); \ +static_assert(sizeof(NavigationPath_GetPathLength) == 0x000008, "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) == 0x000088, "Wrong size on UNavigationPath"); \ +static_assert(offsetof(UNavigationPath, PathUpdatedNotifier) == 0x000028, "Member 'UNavigationPath::PathUpdatedNotifier' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, PathPoints) == 0x000038, "Member 'UNavigationPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, RecalculateOnInvalidation) == 0x000048, "Member 'UNavigationPath::RecalculateOnInvalidation' 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) == 0x000048, "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) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000040, "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) == 0x000050, "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) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000038, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000040, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000048, "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) == 0x000058, "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) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000040, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000048, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000050, "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) == 0x000058, "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) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000040, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000048, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_GetPathLength::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) == 0x000058, "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) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000050, "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) == 0x000058, "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) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000050, "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) == 0x000058, "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) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000050, "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) == 0x000068, "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) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000038, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000040, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000048, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x000060, "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) == 0x000068, "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) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000050, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000058, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000060, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' 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) == 0x0015B8, "Wrong size on UNavigationSystemV1"); \ +static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000028, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000030, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000038, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000040, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, GeometryExportTriangleCountWarningThreshold) == 0x00006C, "Member 'UNavigationSystemV1::GeometryExportTriangleCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x000074, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, InvokersMaximumDistanceFromSeed) == 0x000078, "Member 'UNavigationSystemV1::InvokersMaximumDistanceFromSeed' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000080, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000084, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, GatheringNavModifiersWarningLimitTime) == 0x000088, "Member 'UNavigationSystemV1::GatheringNavModifiersWarningLimitTime' 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, BuildBounds) == 0x0000A8, "Member 'UNavigationSystemV1::BuildBounds' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x0000E0, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000F0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x000110, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x000120, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x000220, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemModuleConfig \ +static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ +static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000060, "Wrong size on UNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_ANavigationTestingActor \ +static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ +static_assert(sizeof(ANavigationTestingActor) == 0x0003C0, "Wrong size on ANavigationTestingActor"); \ +static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x0002A0, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x0002A8, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x0002B8, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x0002F0, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000308, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000310, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x00032C, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x000330, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, RadiusUsedToValidateNavData) == 0x000338, "Member 'ANavigationTestingActor::RadiusUsedToValidateNavData' 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) == 0x000354, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x000358, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x000360, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x000368, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x000370, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x000378, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x00037C, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkComponent \ +static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ +static_assert(sizeof(UNavLinkComponent) == 0x000530, "Wrong size on UNavLinkComponent"); \ +static_assert(offsetof(UNavLinkComponent, Links) == 0x000520, "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) == 0x0001E0, "Wrong size on UNavLinkCustomComponent"); \ +static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x0000F8, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, CustomLinkId) == 0x000100, "Member 'UNavLinkCustomComponent::CustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, AuxiliaryCustomLinkId) == 0x000108, "Member 'UNavLinkCustomComponent::AuxiliaryCustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000110, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000118, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000120, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000128, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000140, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x000158, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000160, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000178, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000190, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000198, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x00019C, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x0001A0, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ +static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ +static_assert(sizeof(UNavLinkRenderingComponent) == 0x000520, "Wrong size on UNavLinkRenderingComponent"); \ + +#define DUMPER7_ASSERTS_ANavMeshBoundsVolume \ +static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ +static_assert(sizeof(ANavMeshBoundsVolume) == 0x0002D0, "Wrong size on ANavMeshBoundsVolume"); \ +static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x0002C8, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ +static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ +static_assert(sizeof(UNavMeshRenderingComponent) == 0x000580, "Wrong size on UNavMeshRenderingComponent"); \ + +#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) == 0x000050, "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) == 0x000038, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::OldArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, NewArea) == 0x000040, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::NewArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReplaceLinks) == 0x000048, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReplaceLinks' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReturnValue) == 0x000049, "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) == 0x000688, "Wrong size on ARecastNavMesh"); \ +static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x0004AC, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileGenerationDebug) == 0x0004B0, "Member 'ARecastNavMesh::TileGenerationDebug' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x0004D0, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x0004D4, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellSize) == 0x0004D8, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x0004DC, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshResolutionParams) == 0x0004E0, "Member 'ARecastNavMesh::NavMeshResolutionParams' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x000504, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000508, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x00050C, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000510, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x000514, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000518, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxVerticalMergeError) == 0x00051C, "Member 'ARecastNavMesh::MaxVerticalMergeError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x000520, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, SimplificationElevationRatio) == 0x000524, "Member 'ARecastNavMesh::SimplificationElevationRatio' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000528, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x00052C, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000530, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x000534, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000538, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x000540, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000558, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x00055C, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000560, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LedgeSlopeFilterMode) == 0x000564, "Member 'ARecastNavMesh::LedgeSlopeFilterMode' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x000565, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x000566, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000568, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x00056C, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TimeSliceFilterLedgeSpansMaxYProcess) == 0x000574, "Member 'ARecastNavMesh::TimeSliceFilterLedgeSpansMaxYProcess' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TimeSliceLongDurationDebug) == 0x000578, "Member 'ARecastNavMesh::TimeSliceLongDurationDebug' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, InvokerTilePriorityBumpDistanceThresholdInTileUnits) == 0x000580, "Member 'ARecastNavMesh::InvokerTilePriorityBumpDistanceThresholdInTileUnits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, InvokerTilePriorityBumpIncrease) == 0x000584, "Member 'ARecastNavMesh::InvokerTilePriorityBumpIncrease' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x00058C, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x000590, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x000594, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ +static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ +static_assert(sizeof(URecastNavMeshDataChunk) == 0x000040, "Wrong size on URecastNavMeshDataChunk"); \ + +#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) == 0x000190, "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!"); \ +static_assert(offsetof(UNavModifierComponent, NavMeshResolution) == 0x000110, "Member 'UNavModifierComponent::NavMeshResolution' 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) == 0x0002E0, "Wrong size on ANavModifierVolume"); \ +static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x0002D0, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x0002D8, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, NavMeshResolution) == 0x0002D9, "Member 'ANavModifierVolume::NavMeshResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavSystemConfigOverride \ +static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ +static_assert(sizeof(ANavSystemConfigOverride) == 0x0002A0, "Wrong size on ANavSystemConfigOverride"); \ +static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000290, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000298, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineNavModifierComponent \ +static_assert(alignof(USplineNavModifierComponent) == 0x000010, "Wrong alignment on USplineNavModifierComponent"); \ +static_assert(sizeof(USplineNavModifierComponent) == 0x0001A0, "Wrong size on USplineNavModifierComponent"); \ +static_assert(offsetof(USplineNavModifierComponent, SplineExtent) == 0x000190, "Member 'USplineNavModifierComponent::SplineExtent' has a wrong offset!"); \ +static_assert(offsetof(USplineNavModifierComponent, NumSplineSamples) == 0x000198, "Member 'USplineNavModifierComponent::NumSplineSamples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished) == 0x000001, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished) == 0x000001, "Wrong size on BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_OnProjectileFiringFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim) == 0x000018, "Wrong size on BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_IsBattleEnding_ReturnValue) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000013, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'BP_FreeAimShooterBattleComponent_C_CanCancelFreeAim::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_SetShotsLeft \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_SetShotsLeft) == 0x000004, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_SetShotsLeft"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_SetShotsLeft) == 0x000004, "Wrong size on BP_FreeAimShooterBattleComponent_C_SetShotsLeft"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_SetShotsLeft, ShotsLeft_0) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_SetShotsLeft::ShotsLeft_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots) == 0x000001, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots) == 0x000002, "Wrong size on BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots, ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_FreeAimShooterBattleComponent_C_HasUnlimitedShots::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_HasShotsLeft \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft) == 0x000001, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_HasShotsLeft"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft) == 0x000004, "Wrong size on BP_FreeAimShooterBattleComponent_C_HasShotsLeft"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft, ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_HasShotsLeft::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft, CallFunc_HasUnlimitedShots_ReturnValue) == 0x000001, "Member 'BP_FreeAimShooterBattleComponent_C_HasShotsLeft::CallFunc_HasUnlimitedShots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft, CallFunc_Greater_IntInt_ReturnValue) == 0x000002, "Member 'BP_FreeAimShooterBattleComponent_C_HasShotsLeft::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasShotsLeft, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_FreeAimShooterBattleComponent_C_HasShotsLeft::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile) == 0x000020, "Wrong size on BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile, CallFunc_PrepareNextFreeAimProjectile_CreatedProjectileActor) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile::CallFunc_PrepareNextFreeAimProjectile_CreatedProjectileActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_FreeAimShooterBattleComponent_C_FireFreeAimProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile) == 0x000010, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile) == 0x0000E0, "Wrong size on BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CreatedProjectileActor) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CreatedProjectileActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetOwner_ReturnValue_1) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetSocketLocation_ReturnValue) == 0x000028, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B0, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, K2Node_DynamicCast_AsBP_Free_Aim_Projectile_Battle) == 0x0000B8, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::K2Node_DynamicCast_AsBP_Free_Aim_Projectile_Battle' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetOwner_ReturnValue_2) == 0x0000C8, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D0, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile, CallFunc_GetBaseDamageType_ReturnValue) == 0x0000D8, "Member 'BP_FreeAimShooterBattleComponent_C_PrepareNextFreeAimProjectile::CallFunc_GetBaseDamageType_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired) == 0x000001, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired) == 0x000001, "Wrong size on BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired, ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_HasFreeAimTimeExpired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim) == 0x000001, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim) == 0x000001, "Wrong size on BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_Internal_DisableFreeAim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim) == 0x000090, "Wrong size on BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, CallFunc_CanCancelFreeAim_ReturnValue) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::CallFunc_CanCancelFreeAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_FreeAimShooterBattleComponent_C_CancelRegularFreeAim::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_EndFreeAim \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_EndFreeAim) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_EndFreeAim"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_EndFreeAim) == 0x000018, "Wrong size on BP_FreeAimShooterBattleComponent_C_EndFreeAim"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EndFreeAim, local_LastFreeAimType) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_EndFreeAim::local_LastFreeAimType' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EndFreeAim, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_EndFreeAim::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_EnableFreeAim \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_EnableFreeAim"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim) == 0x000150, "Wrong size on BP_FreeAimShooterBattleComponent_C_EnableFreeAim"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, FreeAimType) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::FreeAimType' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, AmmoCount) == 0x000004, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::AmmoCount' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, TimeLimit) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, ProjectileClass_0) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::ProjectileClass_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000060, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B0, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_PrepareNextFreeAimProjectile_CreatedProjectileActor) == 0x0000D0, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_PrepareNextFreeAimProjectile_CreatedProjectileActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_GetTimeSeconds_ReturnValue) == 0x000140, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_EnableFreeAim, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000148, "Member 'BP_FreeAimShooterBattleComponent_C_EnableFreeAim::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_ReceiveTick \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_FreeAimShooterBattleComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile) == 0x000008, "Wrong size on BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile, Projectile) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_BindFreeAimProjectile::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit) == 0x000110, "Wrong size on BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit, Character) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit, BodyPart) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit::BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit, HitResult) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit, TargetBodyPartBP) == 0x000108, "Member 'BP_FreeAimShooterBattleComponent_C_OnFreeAimProjectileHit::TargetBodyPartBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation) == 0x000018, "Wrong size on BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation, WorldAimLocation) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_UpdateAimingLocation::WorldAimLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent \ +static_assert(alignof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent) == 0x000008, "Wrong alignment on BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent"); \ +static_assert(sizeof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent) == 0x000250, "Wrong size on BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, EntryPoint) == 0x000000, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_HasFreeAimTimeExpired_ReturnValue) == 0x000005, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_HasFreeAimTimeExpired_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000006, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_Event_DeltaSeconds) == 0x00000C, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_HasFreeAimTimeExpired_ReturnValue_1) == 0x000010, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_HasFreeAimTimeExpired_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_Projectile) == 0x000018, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_Projectile' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_Character) == 0x000020, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_BodyPart) == 0x000028, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_HitResult) == 0x000030, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_TargetBodyPartBP) == 0x000128, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_TargetBodyPartBP' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000130, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000138, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000148, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x000158, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000168, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_MakeArray_Array) == 0x0001F8, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Format_ReturnValue) == 0x000208, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_HasShotsLeft_ReturnValue) == 0x000218, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_HasShotsLeft_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_HasShotsLeft_ReturnValue_1) == 0x000219, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_HasShotsLeft_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Not_PreBool_ReturnValue_2) == 0x00021A, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00021B, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, CallFunc_Add_IntInt_ReturnValue) == 0x00021C, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, Temp_int_Variable) == 0x000220, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, Temp_int_Variable_1) == 0x000224, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CustomEvent_WorldAimLocation) == 0x000228, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CustomEvent_WorldAimLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000240, "Member 'BP_FreeAimShooterBattleComponent_C_ExecuteUbergraph_BP_FreeAimShooterBattleComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FreeAimShooterBattleComponent_C \ +static_assert(alignof(UBP_FreeAimShooterBattleComponent_C) == 0x000008, "Wrong alignment on UBP_FreeAimShooterBattleComponent_C"); \ +static_assert(sizeof(UBP_FreeAimShooterBattleComponent_C) == 0x0001A8, "Wrong size on UBP_FreeAimShooterBattleComponent_C"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FreeAimShooterBattleComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, ShotsLeft) == 0x0000A8, "Member 'UBP_FreeAimShooterBattleComponent_C::ShotsLeft' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, ShotsFired) == 0x0000AC, "Member 'UBP_FreeAimShooterBattleComponent_C::ShotsFired' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, TimeLeft) == 0x0000B0, "Member 'UBP_FreeAimShooterBattleComponent_C::TimeLeft' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, IsAiming) == 0x0000B8, "Member 'UBP_FreeAimShooterBattleComponent_C::IsAiming' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, OnFreeAimEnabled) == 0x0000C0, "Member 'UBP_FreeAimShooterBattleComponent_C::OnFreeAimEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, OnFreeAimEnded) == 0x0000D0, "Member 'UBP_FreeAimShooterBattleComponent_C::OnFreeAimEnded' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, OnFreeAimCancelled) == 0x0000E0, "Member 'UBP_FreeAimShooterBattleComponent_C::OnFreeAimCancelled' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, OnFreeAimHit_Character_Skill) == 0x0000F0, "Member 'UBP_FreeAimShooterBattleComponent_C::OnFreeAimHit_Character_Skill' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, CurrentFreeAimType) == 0x000100, "Member 'UBP_FreeAimShooterBattleComponent_C::CurrentFreeAimType' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, SpawnLocationComponent) == 0x000108, "Member 'UBP_FreeAimShooterBattleComponent_C::SpawnLocationComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, SpawnRotationComponent) == 0x000110, "Member 'UBP_FreeAimShooterBattleComponent_C::SpawnRotationComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, CompRef) == 0x000118, "Member 'UBP_FreeAimShooterBattleComponent_C::CompRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, OnFreeAimHit_Character_Regular) == 0x000140, "Member 'UBP_FreeAimShooterBattleComponent_C::OnFreeAimHit_Character_Regular' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, ShootFreeAimProjectile) == 0x000150, "Member 'UBP_FreeAimShooterBattleComponent_C::ShootFreeAimProjectile' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, IsEnding) == 0x000160, "Member 'UBP_FreeAimShooterBattleComponent_C::IsEnding' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, AimingRotation) == 0x000168, "Member 'UBP_FreeAimShooterBattleComponent_C::AimingRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, BoneProjectileSpawnLocation) == 0x000180, "Member 'UBP_FreeAimShooterBattleComponent_C::BoneProjectileSpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, ActiveHandComponent) == 0x000188, "Member 'UBP_FreeAimShooterBattleComponent_C::ActiveHandComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, NextProjectileActor) == 0x000190, "Member 'UBP_FreeAimShooterBattleComponent_C::NextProjectileActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, ProjectileClass) == 0x000198, "Member 'UBP_FreeAimShooterBattleComponent_C::ProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, IsShootingProjectile) == 0x0001A0, "Member 'UBP_FreeAimShooterBattleComponent_C::IsShootingProjectile' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimShooterBattleComponent_C, PreBlocked) == 0x0001A1, "Member 'UBP_FreeAimShooterBattleComponent_C::PreBlocked' 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_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) == 0x000010, "Member 'FAIStimulus::StimulusLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, ReceiverLocation) == 0x000028, "Member 'FAIStimulus::ReceiverLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, Tag) == 0x000040, "Member 'FAIStimulus::Tag' 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_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_FEnvNamedValue \ +static_assert(alignof(FEnvNamedValue) == 0x000004, "Wrong alignment on FEnvNamedValue"); \ +static_assert(sizeof(FEnvNamedValue) == 0x000010, "Wrong size on FEnvNamedValue"); \ +static_assert(offsetof(FEnvNamedValue, ParamName) == 0x000000, "Member 'FEnvNamedValue::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FEnvNamedValue, ParamType) == 0x000008, "Member 'FEnvNamedValue::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FEnvNamedValue, Value) == 0x00000C, "Member 'FEnvNamedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000050, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' 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_FEnvTraceData \ +static_assert(alignof(FEnvTraceData) == 0x000008, "Wrong alignment on FEnvTraceData"); \ +static_assert(sizeof(FEnvTraceData) == 0x000040, "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, TraceProfileName) == 0x00002C, "Member 'FEnvTraceData::TraceProfileName' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, TraceShape) == 0x000034, "Member 'FEnvTraceData::TraceShape' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, TraceMode) == 0x000035, "Member 'FEnvTraceData::TraceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvOverlapData \ +static_assert(alignof(FEnvOverlapData) == 0x000008, "Wrong alignment on FEnvOverlapData"); \ +static_assert(sizeof(FEnvOverlapData) == 0x000030, "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) == 0x000010, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000028, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000029, "Member 'FEnvOverlapData::OverlapShape' 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_FBlackboardKeySelector \ +static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ +static_assert(sizeof(FBlackboardKeySelector) == 0x000028, "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) == 0x000018, "Member 'FBlackboardKeySelector::SelectedKeyType' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyID) == 0x000020, "Member 'FBlackboardKeySelector::SelectedKeyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDynamicParam \ +static_assert(alignof(FAIDynamicParam) == 0x000008, "Wrong alignment on FAIDynamicParam"); \ +static_assert(sizeof(FAIDynamicParam) == 0x000038, "Wrong size on FAIDynamicParam"); \ +static_assert(offsetof(FAIDynamicParam, ParamName) == 0x000000, "Member 'FAIDynamicParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, ParamType) == 0x000008, "Member 'FAIDynamicParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, Value) == 0x00000C, "Member 'FAIDynamicParam::Value' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, BBKey) == 0x000010, "Member 'FAIDynamicParam::BBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEQSParametrizedQueryExecutionRequest \ +static_assert(alignof(FEQSParametrizedQueryExecutionRequest) == 0x000008, "Wrong alignment on FEQSParametrizedQueryExecutionRequest"); \ +static_assert(sizeof(FEQSParametrizedQueryExecutionRequest) == 0x000048, "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) == 0x000040, "Member 'FEQSParametrizedQueryExecutionRequest::RunMode' 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_FSimpleIndexedHandleBase \ +static_assert(alignof(FSimpleIndexedHandleBase) == 0x000004, "Wrong alignment on FSimpleIndexedHandleBase"); \ +static_assert(sizeof(FSimpleIndexedHandleBase) == 0x000004, "Wrong size on FSimpleIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_FIndexedHandleBase \ +static_assert(alignof(FIndexedHandleBase) == 0x000004, "Wrong alignment on FIndexedHandleBase"); \ +static_assert(sizeof(FIndexedHandleBase) == 0x000008, "Wrong size on FIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_FCompactIndexedHandleBase \ +static_assert(alignof(FCompactIndexedHandleBase) == 0x000002, "Wrong alignment on FCompactIndexedHandleBase"); \ +static_assert(sizeof(FCompactIndexedHandleBase) == 0x000004, "Wrong size on FCompactIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_FSequentialIDBase \ +static_assert(alignof(FSequentialIDBase) == 0x000004, "Wrong alignment on FSequentialIDBase"); \ +static_assert(sizeof(FSequentialIDBase) == 0x000004, "Wrong size on FSequentialIDBase"); \ +static_assert(offsetof(FSequentialIDBase, Value) == 0x000000, "Member 'FSequentialIDBase::Value' 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_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_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_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_FBlackboardEntry \ +static_assert(alignof(FBlackboardEntry) == 0x000008, "Wrong alignment on FBlackboardEntry"); \ +static_assert(sizeof(FBlackboardEntry) == 0x000018, "Wrong size on FBlackboardEntry"); \ +static_assert(offsetof(FBlackboardEntry, EntryName) == 0x000000, "Member 'FBlackboardEntry::EntryName' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardEntry, KeyType) == 0x000008, "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_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_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_FAIDataProviderValue \ +static_assert(alignof(FAIDataProviderValue) == 0x000008, "Wrong alignment on FAIDataProviderValue"); \ +static_assert(sizeof(FAIDataProviderValue) == 0x000020, "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) == 0x000030, "Wrong size on FAIDataProviderTypedValue"); \ +static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000020, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderStructValue \ +static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ +static_assert(sizeof(FAIDataProviderStructValue) == 0x000030, "Wrong size on FAIDataProviderStructValue"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderIntValue \ +static_assert(alignof(FAIDataProviderIntValue) == 0x000008, "Wrong alignment on FAIDataProviderIntValue"); \ +static_assert(sizeof(FAIDataProviderIntValue) == 0x000038, "Wrong size on FAIDataProviderIntValue"); \ +static_assert(offsetof(FAIDataProviderIntValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderIntValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderFloatValue \ +static_assert(alignof(FAIDataProviderFloatValue) == 0x000008, "Wrong alignment on FAIDataProviderFloatValue"); \ +static_assert(sizeof(FAIDataProviderFloatValue) == 0x000038, "Wrong size on FAIDataProviderFloatValue"); \ +static_assert(offsetof(FAIDataProviderFloatValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderFloatValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderBoolValue \ +static_assert(alignof(FAIDataProviderBoolValue) == 0x000008, "Wrong alignment on FAIDataProviderBoolValue"); \ +static_assert(sizeof(FAIDataProviderBoolValue) == 0x000038, "Wrong size on FAIDataProviderBoolValue"); \ +static_assert(offsetof(FAIDataProviderBoolValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderBoolValue::DefaultValue' 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_FEnvQueryManagerConfig \ +static_assert(alignof(FEnvQueryManagerConfig) == 0x000008, "Wrong alignment on FEnvQueryManagerConfig"); \ +static_assert(sizeof(FEnvQueryManagerConfig) == 0x000030, "Wrong size on FEnvQueryManagerConfig"); \ +static_assert(offsetof(FEnvQueryManagerConfig, MaxAllowedTestingTime) == 0x000000, "Member 'FEnvQueryManagerConfig::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, bTestQueriesUsingBreadth) == 0x000004, "Member 'FEnvQueryManagerConfig::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningThreshold) == 0x000008, "Member 'FEnvQueryManagerConfig::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, QueryCountWarningInterval) == 0x000010, "Member 'FEnvQueryManagerConfig::QueryCountWarningInterval' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, ExecutionTimeWarningSeconds) == 0x000018, "Member 'FEnvQueryManagerConfig::ExecutionTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, HandlingResultTimeWarningSeconds) == 0x000020, "Member 'FEnvQueryManagerConfig::HandlingResultTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryManagerConfig, GenerationTimeWarningSeconds) == 0x000028, "Member 'FEnvQueryManagerConfig::GenerationTimeWarningSeconds' 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_FEnvQueryInstanceCache \ +static_assert(alignof(FEnvQueryInstanceCache) == 0x000008, "Wrong alignment on FEnvQueryInstanceCache"); \ +static_assert(sizeof(FEnvQueryInstanceCache) == 0x000180, "Wrong size on FEnvQueryInstanceCache"); \ +static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' 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_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_FRecastGraphWrapper \ +static_assert(alignof(FRecastGraphWrapper) == 0x000008, "Wrong alignment on FRecastGraphWrapper"); \ +static_assert(sizeof(FRecastGraphWrapper) == 0x0000B8, "Wrong size on FRecastGraphWrapper"); \ +static_assert(offsetof(FRecastGraphWrapper, RecastNavMeshActor) == 0x000000, "Member 'FRecastGraphWrapper::RecastNavMeshActor' 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) == 0x000050, "Wrong size on FAIDamageEvent"); \ +static_assert(offsetof(FAIDamageEvent, Amount) == 0x000000, "Member 'FAIDamageEvent::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Location) == 0x000008, "Member 'FAIDamageEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, HitLocation) == 0x000020, "Member 'FAIDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, DamagedActor) == 0x000038, "Member 'FAIDamageEvent::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Instigator) == 0x000040, "Member 'FAIDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Tag) == 0x000048, "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) == 0x000008, "Member 'FAINoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Loudness) == 0x000020, "Member 'FAINoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, MaxRange) == 0x000024, "Member 'FAINoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Instigator) == 0x000028, "Member 'FAINoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Tag) == 0x000030, "Member 'FAINoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ +static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ +static_assert(sizeof(FAITeamStimulusEvent) == 0x000050, "Wrong size on FAITeamStimulusEvent"); \ +static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000040, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ +static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000048, "Member 'FAITeamStimulusEvent::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITouchEvent \ +static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ +static_assert(sizeof(FAITouchEvent) == 0x000030, "Wrong size on FAITouchEvent"); \ +static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000018, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000020, "Member 'FAITouchEvent::OtherActor' 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) == 0x000068, "Wrong size on UAIAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnSuccess) == 0x000028, "Member 'UAIAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnFail) == 0x000038, "Member 'UAIAsyncTaskBlueprintProxy::OnFail' has a wrong offset!"); \ + +#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_UAISenseBlueprintListener \ +static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ +static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig \ +static_assert(alignof(UAISenseConfig) == 0x000008, "Wrong alignment on UAISenseConfig"); \ +static_assert(sizeof(UAISenseConfig) == 0x000048, "Wrong size on UAISenseConfig"); \ +static_assert(offsetof(UAISenseConfig, DebugColor) == 0x000028, "Member 'UAISenseConfig::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig, MaxAge) == 0x00002C, "Member 'UAISenseConfig::MaxAge' 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) == 0x000050, "Wrong size on UAISenseConfig_Blueprint"); \ +static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000048, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Hearing \ +static_assert(alignof(UAISenseConfig_Hearing) == 0x000008, "Wrong alignment on UAISenseConfig_Hearing"); \ +static_assert(sizeof(UAISenseConfig_Hearing) == 0x000060, "Wrong size on UAISenseConfig_Hearing"); \ +static_assert(offsetof(UAISenseConfig_Hearing, Implementation) == 0x000048, "Member 'UAISenseConfig_Hearing::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, HearingRange) == 0x000050, "Member 'UAISenseConfig_Hearing::HearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, LoSHearingRange) == 0x000054, "Member 'UAISenseConfig_Hearing::LoSHearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Hearing::DetectionByAffiliation' 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) == 0x000048, "Wrong size on UAISenseConfig_Prediction"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Sight \ +static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ +static_assert(sizeof(UAISenseConfig_Sight) == 0x000070, "Wrong size on UAISenseConfig_Sight"); \ +static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000048, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000050, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x000054, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000058, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000060, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x000064, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000068, "Member 'UAISenseConfig_Sight::NearClippingRadius' 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) == 0x000048, "Wrong size on UAISenseConfig_Team"); \ + +#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"); \ +static_assert(offsetof(UAISenseConfig_Touch, DetectionByAffiliation) == 0x000048, "Member 'UAISenseConfig_Touch::DetectionByAffiliation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent \ +static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ +static_assert(sizeof(UAISenseEvent) == 0x000028, "Wrong size on UAISenseEvent"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Damage \ +static_assert(alignof(UAISenseEvent_Damage) == 0x000008, "Wrong alignment on UAISenseEvent_Damage"); \ +static_assert(sizeof(UAISenseEvent_Damage) == 0x000078, "Wrong size on UAISenseEvent_Damage"); \ +static_assert(offsetof(UAISenseEvent_Damage, Event) == 0x000028, "Member 'UAISenseEvent_Damage::Event' 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) == 0x000068, "Wrong size on UAISenseEvent_Hearing"); \ +static_assert(offsetof(UAISenseEvent_Hearing, Event) == 0x000028, "Member 'UAISenseEvent_Hearing::Event' 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_UEnvQueryTypes \ +static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ +static_assert(sizeof(UEnvQueryTypes) == 0x000028, "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_IGenericTeamAgentInterface \ +static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ +static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ + +#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) == 0x000090, "Wrong size on UPawnAction"); \ +static_assert(offsetof(UPawnAction, ChildAction) == 0x000028, "Member 'UPawnAction::ChildAction' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, ParentAction) == 0x000030, "Member 'UPawnAction::ParentAction' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, OwnerComponent) == 0x000038, "Member 'UPawnAction::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, Instigator) == 0x000040, "Member 'UPawnAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, BrainComp) == 0x000048, "Member 'UPawnAction::BrainComp' 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) == 0x0000D8, "Wrong size on UPawnActionsComponent"); \ +static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000A0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000A8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000B8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000C8, "Member 'UPawnActionsComponent::CurrentAction' 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) == 0x000090, "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) == 0x0000F0, "Wrong size on UPawnAction_Move"); \ +static_assert(offsetof(UPawnAction_Move, GoalActor) == 0x000090, "Member 'UPawnAction_Move::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, GoalLocation) == 0x000098, "Member 'UPawnAction_Move::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, AcceptableRadius) == 0x0000B0, "Member 'UPawnAction_Move::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, FilterClass) == 0x0000B8, "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) == 0x0000B0, "Wrong size on UPawnAction_Repeat"); \ +static_assert(offsetof(UPawnAction_Repeat, ActionToRepeat) == 0x000090, "Member 'UPawnAction_Repeat::ActionToRepeat' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Repeat, RecentActionCopy) == 0x000098, "Member 'UPawnAction_Repeat::RecentActionCopy' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Repeat, ChildFailureHandlingMode) == 0x0000A0, "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) == 0x0000B8, "Wrong size on UPawnAction_Sequence"); \ +static_assert(offsetof(UPawnAction_Sequence, ActionSequence) == 0x000090, "Member 'UPawnAction_Sequence::ActionSequence' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Sequence, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Sequence::ChildFailureHandlingMode' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Sequence, RecentActionCopy) == 0x0000A8, "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) == 0x0000A0, "Wrong size on UPawnAction_Wait"); \ +static_assert(offsetof(UPawnAction_Wait, TimeToWait) == 0x000090, "Member 'UPawnAction_Wait::TimeToWait' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on AIController_K2_SetFocalPoint"); \ +static_assert(sizeof(AIController_K2_SetFocalPoint) == 0x000018, "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) == 0x000030, "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) == 0x000018, "Member 'AIController_MoveToLocation::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bStopOnOverlap) == 0x00001C, "Member 'AIController_MoveToLocation::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bUsePathfinding) == 0x00001D, "Member 'AIController_MoveToLocation::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bProjectDestinationToNavigation) == 0x00001E, "Member 'AIController_MoveToLocation::bProjectDestinationToNavigation' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bCanStrafe) == 0x00001F, "Member 'AIController_MoveToLocation::bCanStrafe' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, FilterClass) == 0x000020, "Member 'AIController_MoveToLocation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bAllowPartialPath) == 0x000028, "Member 'AIController_MoveToLocation::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, ReturnValue) == 0x000029, "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_GetDeprecatedActionsComponent \ +static_assert(alignof(AIController_GetDeprecatedActionsComponent) == 0x000008, "Wrong alignment on AIController_GetDeprecatedActionsComponent"); \ +static_assert(sizeof(AIController_GetDeprecatedActionsComponent) == 0x000008, "Wrong size on AIController_GetDeprecatedActionsComponent"); \ +static_assert(offsetof(AIController_GetDeprecatedActionsComponent, ReturnValue) == 0x000000, "Member 'AIController_GetDeprecatedActionsComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocalPoint \ +static_assert(alignof(AIController_GetFocalPoint) == 0x000008, "Wrong alignment on AIController_GetFocalPoint"); \ +static_assert(sizeof(AIController_GetFocalPoint) == 0x000018, "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) == 0x000020, "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) == 0x000008, "Wrong alignment on AIController_GetImmediateMoveDestination"); \ +static_assert(sizeof(AIController_GetImmediateMoveDestination) == 0x000018, "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) == 0x0003B8, "Wrong size on AAIController"); \ +static_assert(offsetof(AAIController, PathFollowingComponent) == 0x000368, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, BrainComponent) == 0x000370, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, PerceptionComponent) == 0x000378, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ActionsComp) == 0x000380, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ +static_assert(offsetof(AAIController, Blackboard) == 0x000388, "Member 'AAIController::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000390, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000398, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x0003A0, "Member 'AAIController::ReceiveMoveCompleted' 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) == 0x000038, "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) == 0x000038, "Wrong size on UAIResource_Logic"); \ + +#define DUMPER7_ASSERTS_UAISubsystem \ +static_assert(alignof(UAISubsystem) == 0x000008, "Wrong alignment on UAISubsystem"); \ +static_assert(sizeof(UAISubsystem) == 0x000038, "Wrong size on UAISubsystem"); \ +static_assert(offsetof(UAISubsystem, AISystem) == 0x000030, "Member 'UAISubsystem::AISystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISystem \ +static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ +static_assert(sizeof(UAISystem) == 0x0001A0, "Wrong size on UAISystem"); \ +static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000060, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000080, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvQueryManagerClassName) == 0x0000A0, "Member 'UAISystem::EnvQueryManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x0000C0, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x0000C4, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x0000C8, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x0000CC, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x0000CD, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowStrafing) == 0x0000CE, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x0000CF, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x0000D0, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x0000D1, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x0000D2, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bClearBBEntryOnBTEQSFail) == 0x0000D3, "Member 'UAISystem::bClearBBEntryOnBTEQSFail' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bBlackboardKeyDecoratorAllowsNoneAsValue) == 0x0000D4, "Member 'UAISystem::bBlackboardKeyDecoratorAllowsNoneAsValue' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultBlackboard) == 0x0000D8, "Member 'UAISystem::DefaultBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x000100, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x000108, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x000110, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PerceptionSystem) == 0x000118, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AllProxyObjects) == 0x000120, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManager) == 0x000130, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, NavLocalGrids) == 0x000138, "Member 'UAISystem::NavLocalGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTree \ +static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ +static_assert(sizeof(UBehaviorTree) == 0x000068, "Wrong size on UBehaviorTree"); \ +static_assert(offsetof(UBehaviorTree, RootNode) == 0x000030, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000038, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000040, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000050, "Member 'UBehaviorTree::RootDecoratorOps' 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) == 0x0000F8, "Wrong size on UBrainComponent"); \ +static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000A8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000B0, "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) == 0x000010, "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) == 0x000008, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, bAddToExistingDuration) == 0x00000C, "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) == 0x000010, "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) == 0x000008, "Member 'BehaviorTreeComponent_SetDynamicSubtree::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime \ +static_assert(alignof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000008, "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) == 0x000008, "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) == 0x000290, "Wrong size on UBehaviorTreeComponent"); \ +static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000118, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000270, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeManager \ +static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ +static_assert(sizeof(UBehaviorTreeManager) == 0x000050, "Wrong size on UBehaviorTreeManager"); \ +static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000028, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000030, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000040, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeTypes \ +static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ +static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "Member 'BlackboardComponent_SetValueAsObject::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator \ +static_assert(alignof(BlackboardComponent_SetValueAsRotator) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsRotator) == 0x000020, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'BlackboardComponent_SetValueAsString::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsVector \ +static_assert(alignof(BlackboardComponent_SetValueAsVector) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsVector) == 0x000020, "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) == 0x000008, "Member 'BlackboardComponent_SetValueAsVector::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetLocationFromEntry \ +static_assert(alignof(BlackboardComponent_GetLocationFromEntry) == 0x000008, "Wrong alignment on BlackboardComponent_GetLocationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetLocationFromEntry) == 0x000028, "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) == 0x000008, "Member 'BlackboardComponent_GetLocationFromEntry::ResultLocation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, ReturnValue) == 0x000020, "Member 'BlackboardComponent_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetRotationFromEntry \ +static_assert(alignof(BlackboardComponent_GetRotationFromEntry) == 0x000008, "Wrong alignment on BlackboardComponent_GetRotationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetRotationFromEntry) == 0x000028, "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) == 0x000008, "Member 'BlackboardComponent_GetRotationFromEntry::ResultRotation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, ReturnValue) == 0x000020, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "Member 'BlackboardComponent_GetValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsRotator \ +static_assert(alignof(BlackboardComponent_GetValueAsRotator) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsRotator) == 0x000020, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'BlackboardComponent_GetValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsVector \ +static_assert(alignof(BlackboardComponent_GetValueAsVector) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsVector) == 0x000020, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x0001A8, "Wrong size on UBlackboardComponent"); \ +static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000A0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000A8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000B0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000D8, "Member 'UBlackboardComponent::KeyInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardData \ +static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ +static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ +static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType \ +static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ +static_assert(sizeof(UBlackboardKeyType) == 0x000030, "Wrong size on UBlackboardKeyType"); \ + +#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"); \ +static_assert(offsetof(UBlackboardKeyType_Bool, bDefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Bool::bDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ +static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ +static_assert(sizeof(UBlackboardKeyType_Class) == 0x000038, "Wrong size on UBlackboardKeyType_Class"); \ +static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' 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) == 0x000050, "Wrong size on UBlackboardKeyType_Enum"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000030, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumName' 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"); \ +static_assert(offsetof(UBlackboardKeyType_Float, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Float::DefaultValue' has a wrong offset!"); \ + +#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"); \ +static_assert(offsetof(UBlackboardKeyType_Int, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Int::DefaultValue' has a wrong offset!"); \ + +#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"); \ +static_assert(offsetof(UBlackboardKeyType_Name, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Name::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ +static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ +static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000048, "Wrong size on UBlackboardKeyType_NativeEnum"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000030, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000040, "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) == 0x000038, "Wrong size on UBlackboardKeyType_Object"); \ +static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ +static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ +static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000050, "Wrong size on UBlackboardKeyType_Rotator"); \ +static_assert(offsetof(UBlackboardKeyType_Rotator, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Rotator::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Rotator, bUseDefaultValue) == 0x000048, "Member 'UBlackboardKeyType_Rotator::bUseDefaultValue' 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) == 0x000050, "Wrong size on UBlackboardKeyType_String"); \ +static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_String, DefaultValue) == 0x000040, "Member 'UBlackboardKeyType_String::DefaultValue' 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) == 0x000050, "Wrong size on UBlackboardKeyType_Vector"); \ +static_assert(offsetof(UBlackboardKeyType_Vector, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Vector, bUseDefaultValue) == 0x000048, "Member 'UBlackboardKeyType_Vector::bUseDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTNode \ +static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ +static_assert(sizeof(UBTNode) == 0x000058, "Wrong size on UBTNode"); \ +static_assert(offsetof(UBTNode, NodeName) == 0x000030, "Member 'UBTNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, TreeAsset) == 0x000040, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, ParentNode) == 0x000048, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTAuxiliaryNode \ +static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ +static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ + +#define DUMPER7_ASSERTS_UBTCompositeNode \ +static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ +static_assert(sizeof(UBTCompositeNode) == 0x000080, "Wrong size on UBTCompositeNode"); \ +static_assert(offsetof(UBTCompositeNode, Children) == 0x000058, "Member 'UBTCompositeNode::Children' has a wrong offset!"); \ +static_assert(offsetof(UBTCompositeNode, Services) == 0x000068, "Member 'UBTCompositeNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator \ +static_assert(alignof(UBTDecorator) == 0x000008, "Wrong alignment on UBTDecorator"); \ +static_assert(sizeof(UBTDecorator) == 0x000068, "Wrong size on UBTDecorator"); \ +static_assert(offsetof(UBTDecorator, FlowAbortMode) == 0x000064, "Member 'UBTDecorator::FlowAbortMode' 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) == 0x000030, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000030, "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) == 0x000040, "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) == 0x000030, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000030, "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) == 0x000030, "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) == 0x000040, "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) == 0x000030, "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) == 0x000030, "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) == 0x000028, "Wrong size on UBTFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UBTService \ +static_assert(alignof(UBTService) == 0x000008, "Wrong alignment on UBTService"); \ +static_assert(sizeof(UBTService) == 0x000070, "Wrong size on UBTService"); \ +static_assert(offsetof(UBTService, Interval) == 0x000060, "Member 'UBTService::Interval' has a wrong offset!"); \ +static_assert(offsetof(UBTService, RandomDeviation) == 0x000064, "Member 'UBTService::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTaskNode \ +static_assert(alignof(UBTTaskNode) == 0x000008, "Wrong alignment on UBTTaskNode"); \ +static_assert(sizeof(UBTTaskNode) == 0x000070, "Wrong size on UBTTaskNode"); \ +static_assert(offsetof(UBTTaskNode, Services) == 0x000058, "Member 'UBTTaskNode::Services' 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) == 0x000080, "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) == 0x000080, "Wrong size on UBTComposite_Sequence"); \ + +#define DUMPER7_ASSERTS_UBTComposite_SimpleParallel \ +static_assert(alignof(UBTComposite_SimpleParallel) == 0x000008, "Wrong alignment on UBTComposite_SimpleParallel"); \ +static_assert(sizeof(UBTComposite_SimpleParallel) == 0x000088, "Wrong size on UBTComposite_SimpleParallel"); \ +static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000080, "Member 'UBTComposite_SimpleParallel::FinishMode' 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) == 0x000090, "Wrong size on UBTDecorator_BlackboardBase"); \ +static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000068, "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) == 0x0000C0, "Wrong size on UBTDecorator_Blackboard"); \ +static_assert(offsetof(UBTDecorator_Blackboard, IntValue) == 0x000090, "Member 'UBTDecorator_Blackboard::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, FloatValue) == 0x000094, "Member 'UBTDecorator_Blackboard::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, StringValue) == 0x000098, "Member 'UBTDecorator_Blackboard::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, CachedDescription) == 0x0000A8, "Member 'UBTDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, OperationType) == 0x0000B8, "Member 'UBTDecorator_Blackboard::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, NotifyObserver) == 0x0000B9, "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) == 0x0000A0, "Wrong size on UBTDecorator_BlueprintBase"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, AIOwner) == 0x000068, "Member 'UBTDecorator_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ActorOwner) == 0x000070, "Member 'UBTDecorator_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ObservedKeyNames) == 0x000078, "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) == 0x0000C8, "Wrong size on UBTDecorator_CheckGameplayTagsOnActor"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, ActorToCheck) == 0x000068, "Member 'UBTDecorator_CheckGameplayTagsOnActor::ActorToCheck' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, TagsToMatch) == 0x000090, "Member 'UBTDecorator_CheckGameplayTagsOnActor::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, GameplayTags) == 0x000098, "Member 'UBTDecorator_CheckGameplayTagsOnActor::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, CachedDescription) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UBTDecorator_CompareBBEntries"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, Operator) == 0x000068, "Member 'UBTDecorator_CompareBBEntries::Operator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyA) == 0x000070, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyB) == 0x000098, "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) == 0x0000C0, "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) == 0x0000F0, "Wrong size on UBTDecorator_ConeCheck"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_ConeCheck::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeOrigin) == 0x000070, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x000098, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000C0, "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) == 0x000070, "Wrong size on UBTDecorator_Cooldown"); \ +static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 0x000068, "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) == 0x0000C8, "Wrong size on UBTDecorator_DoesPathExist"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyA) == 0x000068, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyB) == 0x000090, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, PathQueryType) == 0x0000BC, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000C0, "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) == 0x000068, "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) == 0x0000D8, "Wrong size on UBTDecorator_IsAtLocation"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, AcceptableRadius) == 0x000090, "Member 'UBTDecorator_IsAtLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, ParametrizedAcceptableRadius) == 0x000098, "Member 'UBTDecorator_IsAtLocation::ParametrizedAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, GeometricDistanceType) == 0x0000D0, "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) == 0x000098, "Wrong size on UBTDecorator_IsBBEntryOfClass"); \ +static_assert(offsetof(UBTDecorator_IsBBEntryOfClass, TestClass) == 0x000090, "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) == 0x0000C8, "Wrong size on UBTDecorator_KeepInCone"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeHalfAngle) == 0x000068, "Member 'UBTDecorator_KeepInCone::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeOrigin) == 0x000070, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x000098, "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) == 0x000078, "Wrong size on UBTDecorator_Loop"); \ +static_assert(offsetof(UBTDecorator_Loop, NumLoops) == 0x000068, "Member 'UBTDecorator_Loop::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, bInfiniteLoop) == 0x00006C, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x000070, "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) == 0x000068, "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) == 0x000078, "Wrong size on UBTDecorator_SetTagCooldown"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, bAddToExistingDuration) == 0x000074, "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) == 0x000078, "Wrong size on UBTDecorator_TagCooldown"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownTag) == 0x000068, "Member 'UBTDecorator_TagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownDuration) == 0x000070, "Member 'UBTDecorator_TagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bAddToExistingDuration) == 0x000074, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000075, "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) == 0x000070, "Wrong size on UBTDecorator_TimeLimit"); \ +static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000068, "Member 'UBTDecorator_TimeLimit::TimeLimit' 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) == 0x000098, "Wrong size on UBTService_BlackboardBase"); \ +static_assert(offsetof(UBTService_BlackboardBase, BlackboardKey) == 0x000070, "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) == 0x000098, "Wrong size on UBTService_BlueprintBase"); \ +static_assert(offsetof(UBTService_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTService_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTService_BlueprintBase, ActorOwner) == 0x000078, "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) == 0x0000A0, "Wrong size on UBTService_DefaultFocus"); \ +static_assert(offsetof(UBTService_DefaultFocus, FocusPriority) == 0x000098, "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) == 0x0000F8, "Wrong size on UBTService_RunEQS"); \ +static_assert(offsetof(UBTService_RunEQS, EQSRequest) == 0x000098, "Member 'UBTService_RunEQS::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTService_RunEQS, bUpdateBBOnFail) == 0x0000E0, "Member 'UBTService_RunEQS::bUpdateBBOnFail' 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) == 0x000098, "Wrong size on UBTTask_BlackboardBase"); \ +static_assert(offsetof(UBTTask_BlackboardBase, BlackboardKey) == 0x000070, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ +static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "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) == 0x000078, "Wrong size on UBTTask_FinishWithResult"); \ +static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000070, "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) == 0x000078, "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) == 0x000078, "Wrong size on UBTTask_MakeNoise"); \ +static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000070, "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) == 0x0000B0, "Wrong size on UBTTask_MoveTo"); \ +static_assert(offsetof(UBTTask_MoveTo, AcceptableRadius) == 0x000098, "Member 'UBTTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, FilterClass) == 0x0000A0, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000A8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' 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) == 0x0000B8, "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) == 0x000070, "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) == 0x0000B0, "Wrong size on UBTTask_PlayAnimation"); \ +static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000070, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000080, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000088, "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) == 0x000078, "Wrong size on UBTTask_PlaySound"); \ +static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "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) == 0x000078, "Wrong size on UBTTask_PushPawnAction"); \ +static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000070, "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) == 0x0000A0, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ +static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x000098, "Member 'UBTTask_RotateToFaceBBEntry::Precision' 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) == 0x000078, "Wrong size on UBTTask_RunBehavior"); \ +static_assert(offsetof(UBTTask_RunBehavior, BehaviorAsset) == 0x000070, "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) == 0x000088, "Wrong size on UBTTask_RunBehaviorDynamic"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, InjectionTag) == 0x000070, "Member 'UBTTask_RunBehaviorDynamic::InjectionTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, DefaultBehaviorAsset) == 0x000078, "Member 'UBTTask_RunBehaviorDynamic::DefaultBehaviorAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, BehaviorAsset) == 0x000080, "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) == 0x000158, "Wrong size on UBTTask_RunEQSQuery"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryTemplate) == 0x000098, "Member 'UBTTask_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryParams) == 0x0000A0, "Member 'UBTTask_RunEQSQuery::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryConfig) == 0x0000B0, "Member 'UBTTask_RunEQSQuery::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, RunMode) == 0x0000C0, "Member 'UBTTask_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSQueryBlackboardKey) == 0x0000C8, "Member 'UBTTask_RunEQSQuery::EQSQueryBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x0000F0, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x0000F8, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUpdateBBOnFail) == 0x000140, "Member 'UBTTask_RunEQSQuery::bUpdateBBOnFail' 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) == 0x000080, "Wrong size on UBTTask_SetTagCooldown"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownTag) == 0x000070, "Member 'UBTTask_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, bAddToExistingDuration) == 0x000078, "Member 'UBTTask_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownDuration) == 0x00007C, "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) == 0x000078, "Wrong size on UBTTask_Wait"); \ +static_assert(offsetof(UBTTask_Wait, WaitTime) == 0x000070, "Member 'UBTTask_Wait::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Wait, RandomDeviation) == 0x000074, "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) == 0x0000A0, "Wrong size on UBTTask_WaitBlackboardTime"); \ +static_assert(offsetof(UBTTask_WaitBlackboardTime, BlackboardKey) == 0x000078, "Member 'UBTTask_WaitBlackboardTime::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ +static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000040, "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) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x000034, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000038, "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) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000020, "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) == 0x000018, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000020, "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) == 0x000018, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000020, "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) == 0x000018, "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) == 0x000020, "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) == 0x000010, "Member 'AIBlueprintHelperLibrary_SendAIMessage::MessageSource' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, bSuccess) == 0x000018, "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) == 0x000020, "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) == 0x000060, "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) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000048, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000050, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000058, "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) == 0x000028, "Wrong size on UAIBlueprintHelperLibrary"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider \ +static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ +static_assert(sizeof(UAIDataProvider) == 0x000028, "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) == 0x000040, "Wrong size on UAIDataProvider_QueryParams"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000028, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x000030, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000034, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000038, "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) == 0x000050, "Wrong size on UAIDataProvider_Random"); \ +static_assert(offsetof(UAIDataProvider_Random, min_0) == 0x000040, "Member 'UAIDataProvider_Random::min_0' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_Random, max_0) == 0x000044, "Member 'UAIDataProvider_Random::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADetourCrowdAIController \ +static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ +static_assert(sizeof(ADetourCrowdAIController) == 0x0003B8, "Wrong size on ADetourCrowdAIController"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext \ +static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ +static_assert(sizeof(UEnvQueryContext) == 0x000028, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000028, "Wrong size on UEnvQueryContext_Querier"); \ + +#define DUMPER7_ASSERTS_UEnvQuery \ +static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ +static_assert(sizeof(UEnvQuery) == 0x000048, "Wrong size on UEnvQuery"); \ +static_assert(offsetof(UEnvQuery, QueryName) == 0x000030, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQuery, Options) == 0x000038, "Member 'UEnvQuery::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ +static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ +static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ + +#define DUMPER7_ASSERTS_UEnvQueryNode \ +static_assert(alignof(UEnvQueryNode) == 0x000008, "Wrong alignment on UEnvQueryNode"); \ +static_assert(sizeof(UEnvQueryNode) == 0x000030, "Wrong size on UEnvQueryNode"); \ +static_assert(offsetof(UEnvQueryNode, VerNum) == 0x000028, "Member 'UEnvQueryNode::VerNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator \ +static_assert(alignof(UEnvQueryGenerator) == 0x000008, "Wrong alignment on UEnvQueryGenerator"); \ +static_assert(sizeof(UEnvQueryGenerator) == 0x000050, "Wrong size on UEnvQueryGenerator"); \ +static_assert(offsetof(UEnvQueryGenerator, OptionName) == 0x000030, "Member 'UEnvQueryGenerator::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator, ItemType) == 0x000040, "Member 'UEnvQueryGenerator::ItemType' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000030, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000058, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' 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) == 0x000158, "Wrong size on UEnvQueryManager"); \ +static_assert(offsetof(UEnvQueryManager, InstanceCache) == 0x0000A8, "Member 'UEnvQueryManager::InstanceCache' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, LocalContexts) == 0x0000B8, "Member 'UEnvQueryManager::LocalContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GCShieldedWrappers) == 0x0000C8, "Member 'UEnvQueryManager::GCShieldedWrappers' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, MaxAllowedTestingTime) == 0x00012C, "Member 'UEnvQueryManager::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, bTestQueriesUsingBreadth) == 0x000130, "Member 'UEnvQueryManager::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningThreshold) == 0x000134, "Member 'UEnvQueryManager::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningInterval) == 0x000138, "Member 'UEnvQueryManager::QueryCountWarningInterval' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, ExecutionTimeWarningSeconds) == 0x000140, "Member 'UEnvQueryManager::ExecutionTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, HandlingResultTimeWarningSeconds) == 0x000148, "Member 'UEnvQueryManager::HandlingResultTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GenerationTimeWarningSeconds) == 0x000150, "Member 'UEnvQueryManager::GenerationTimeWarningSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryOption \ +static_assert(alignof(UEnvQueryOption) == 0x000008, "Wrong alignment on UEnvQueryOption"); \ +static_assert(sizeof(UEnvQueryOption) == 0x000040, "Wrong size on UEnvQueryOption"); \ +static_assert(offsetof(UEnvQueryOption, Generator) == 0x000028, "Member 'UEnvQueryOption::Generator' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryOption, Tests) == 0x000030, "Member 'UEnvQueryOption::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest \ +static_assert(alignof(UEnvQueryTest) == 0x000008, "Wrong alignment on UEnvQueryTest"); \ +static_assert(sizeof(UEnvQueryTest) == 0x0001F8, "Wrong size on UEnvQueryTest"); \ +static_assert(offsetof(UEnvQueryTest, TestOrder) == 0x000030, "Member 'UEnvQueryTest::TestOrder' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, TestPurpose) == 0x000034, "Member 'UEnvQueryTest::TestPurpose' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, TestComment) == 0x000038, "Member 'UEnvQueryTest::TestComment' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, MultipleContextFilterOp) == 0x000048, "Member 'UEnvQueryTest::MultipleContextFilterOp' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, MultipleContextScoreOp) == 0x000049, "Member 'UEnvQueryTest::MultipleContextScoreOp' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FilterType) == 0x00004A, "Member 'UEnvQueryTest::FilterType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, BoolValue) == 0x000050, "Member 'UEnvQueryTest::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FloatValueMin) == 0x000088, "Member 'UEnvQueryTest::FloatValueMin' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FloatValueMax) == 0x0000C0, "Member 'UEnvQueryTest::FloatValueMax' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoringEquation) == 0x0000F9, "Member 'UEnvQueryTest::ScoringEquation' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ClampMinType) == 0x0000FA, "Member 'UEnvQueryTest::ClampMinType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ClampMaxType) == 0x0000FB, "Member 'UEnvQueryTest::ClampMaxType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, NormalizationType) == 0x0000FC, "Member 'UEnvQueryTest::NormalizationType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoreClampMin) == 0x000100, "Member 'UEnvQueryTest::ScoreClampMin' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoreClampMax) == 0x000138, "Member 'UEnvQueryTest::ScoreClampMax' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoringFactor) == 0x000170, "Member 'UEnvQueryTest::ScoringFactor' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ReferenceValue) == 0x0001A8, "Member 'UEnvQueryTest::ReferenceValue' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, bDefineReferenceValue) == 0x0001E0, "Member 'UEnvQueryTest::bDefineReferenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQSRenderingComponent \ +static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ +static_assert(sizeof(UEQSRenderingComponent) == 0x0005A0, "Wrong size on UEQSRenderingComponent"); \ + +#define DUMPER7_ASSERTS_AEQSTestingPawn \ +static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ +static_assert(sizeof(AEQSTestingPawn) == 0x000710, "Wrong size on AEQSTestingPawn"); \ +static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x000670, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x000678, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x000688, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x000698, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x00069C, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x0006A0, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x0006A8, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x0006B0, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfClass \ +static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x000090, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000C8, "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) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000018, "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_DoItemGenerationFromActors \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors, ContextActors) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors::ContextActors' 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) == 0x000080, "Wrong size on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratorsActionDescription) == 0x000050, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratorsActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, Context) == 0x000060, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000068, "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) == 0x000070, "Wrong size on UEnvQueryGenerator_Composite"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, Generators) == 0x000050, "Member 'UEnvQueryGenerator_Composite::Generators' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, ForcedItemType) == 0x000068, "Member 'UEnvQueryGenerator_Composite::ForcedItemType' 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) == 0x000090, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000050, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' 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) == 0x000180, "Wrong size on UEnvQueryGenerator_Cone"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AlignedPointsDistance) == 0x000090, "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) == 0x000100, "Member 'UEnvQueryGenerator_Cone::AngleStep' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, Range) == 0x000138, "Member 'UEnvQueryGenerator_Cone::Range' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, CenterActor) == 0x000170, "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) == 0x000058, "Wrong size on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(offsetof(UEnvQueryGenerator_CurrentLocation, QueryContext) == 0x000050, "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) == 0x0001E0, "Wrong size on UEnvQueryGenerator_Donut"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, InnerRadius) == 0x000090, "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) == 0x000100, "Member 'UEnvQueryGenerator_Donut::NumberOfRings' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, PointsPerRing) == 0x000138, "Member 'UEnvQueryGenerator_Donut::PointsPerRing' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcDirection) == 0x000170, "Member 'UEnvQueryGenerator_Donut::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcAngle) == 0x000190, "Member 'UEnvQueryGenerator_Donut::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, bUseSpiralPattern) == 0x0001C8, "Member 'UEnvQueryGenerator_Donut::bUseSpiralPattern' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, Center) == 0x0001D0, "Member 'UEnvQueryGenerator_Donut::Center' 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) == 0x000230, "Wrong size on UEnvQueryGenerator_OnCircle"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleRadius) == 0x000090, "Member 'UEnvQueryGenerator_OnCircle::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x0000C8, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, SpaceBetween) == 0x0000D0, "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, ArcDirection) == 0x000140, "Member 'UEnvQueryGenerator_OnCircle::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcAngle) == 0x000160, "Member 'UEnvQueryGenerator_OnCircle::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, AngleRadians) == 0x000198, "Member 'UEnvQueryGenerator_OnCircle::AngleRadians' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenter) == 0x0001A0, "Member 'UEnvQueryGenerator_OnCircle::CircleCenter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, bIgnoreAnyContextActorsWhenGeneratingCircle) == 0x0001A8, "Member 'UEnvQueryGenerator_OnCircle::bIgnoreAnyContextActorsWhenGeneratingCircle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenterZOffset) == 0x0001B0, "Member 'UEnvQueryGenerator_OnCircle::CircleCenterZOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, TraceData) == 0x0001E8, "Member 'UEnvQueryGenerator_OnCircle::TraceData' 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) == 0x000108, "Wrong size on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GridSize) == 0x000090, "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) == 0x000100, "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) == 0x000180, "Wrong size on UEnvQueryGenerator_PathingGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, PathToItem) == 0x000108, "Member 'UEnvQueryGenerator_PathingGrid::PathToItem' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, NavigationFilter) == 0x000140, "Member 'UEnvQueryGenerator_PathingGrid::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, ScanRangeMultiplier) == 0x000148, "Member 'UEnvQueryGenerator_PathingGrid::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_PerceivedActors \ +static_assert(alignof(UEnvQueryGenerator_PerceivedActors) == 0x000008, "Wrong alignment on UEnvQueryGenerator_PerceivedActors"); \ +static_assert(sizeof(UEnvQueryGenerator_PerceivedActors) == 0x0000A8, "Wrong size on UEnvQueryGenerator_PerceivedActors"); \ +static_assert(offsetof(UEnvQueryGenerator_PerceivedActors, AllowedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_PerceivedActors::AllowedActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PerceivedActors, SearchRadius) == 0x000058, "Member 'UEnvQueryGenerator_PerceivedActors::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PerceivedActors, ListenerContext) == 0x000090, "Member 'UEnvQueryGenerator_PerceivedActors::ListenerContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PerceivedActors, SenseToUse) == 0x000098, "Member 'UEnvQueryGenerator_PerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PerceivedActors, bIncludeKnownActors) == 0x0000A0, "Member 'UEnvQueryGenerator_PerceivedActors::bIncludeKnownActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType \ +static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ +static_assert(sizeof(UEnvQueryItemType) == 0x000030, "Wrong size on UEnvQueryItemType"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_VectorBase \ +static_assert(alignof(UEnvQueryItemType_VectorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_VectorBase"); \ +static_assert(sizeof(UEnvQueryItemType_VectorBase) == 0x000030, "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) == 0x000030, "Wrong size on UEnvQueryItemType_ActorBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Actor \ +static_assert(alignof(UEnvQueryItemType_Actor) == 0x000008, "Wrong alignment on UEnvQueryItemType_Actor"); \ +static_assert(sizeof(UEnvQueryItemType_Actor) == 0x000030, "Wrong size on UEnvQueryItemType_Actor"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ +static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ +static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000030, "Wrong size on UEnvQueryItemType_Direction"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Point \ +static_assert(alignof(UEnvQueryItemType_Point) == 0x000008, "Wrong alignment on UEnvQueryItemType_Point"); \ +static_assert(sizeof(UEnvQueryItemType_Point) == 0x000030, "Wrong size on UEnvQueryItemType_Point"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Distance \ +static_assert(alignof(UEnvQueryTest_Distance) == 0x000008, "Wrong alignment on UEnvQueryTest_Distance"); \ +static_assert(sizeof(UEnvQueryTest_Distance) == 0x000208, "Wrong size on UEnvQueryTest_Distance"); \ +static_assert(offsetof(UEnvQueryTest_Distance, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Distance::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Distance, DistanceTo) == 0x000200, "Member 'UEnvQueryTest_Distance::DistanceTo' 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) == 0x000240, "Wrong size on UEnvQueryTest_Dot"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineA) == 0x0001F8, "Member 'UEnvQueryTest_Dot::LineA' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineB) == 0x000218, "Member 'UEnvQueryTest_Dot::LineB' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, TestMode) == 0x000238, "Member 'UEnvQueryTest_Dot::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, bAbsoluteValue) == 0x000239, "Member 'UEnvQueryTest_Dot::bAbsoluteValue' 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) == 0x000268, "Wrong size on UEnvQueryTest_GameplayTags"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagQueryToMatch) == 0x0001F8, "Member 'UEnvQueryTest_GameplayTags::TagQueryToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bRejectIncompatibleItems) == 0x000240, "Member 'UEnvQueryTest_GameplayTags::bRejectIncompatibleItems' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bUpdatedToUseQuery) == 0x000241, "Member 'UEnvQueryTest_GameplayTags::bUpdatedToUseQuery' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagsToMatch) == 0x000242, "Member 'UEnvQueryTest_GameplayTags::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, GameplayTags) == 0x000248, "Member 'UEnvQueryTest_GameplayTags::GameplayTags' 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) == 0x000228, "Wrong size on UEnvQueryTest_Overlap"); \ +static_assert(offsetof(UEnvQueryTest_Overlap, OverlapData) == 0x0001F8, "Member 'UEnvQueryTest_Overlap::OverlapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Pathfinding \ +static_assert(alignof(UEnvQueryTest_Pathfinding) == 0x000008, "Wrong alignment on UEnvQueryTest_Pathfinding"); \ +static_assert(sizeof(UEnvQueryTest_Pathfinding) == 0x000280, "Wrong size on UEnvQueryTest_Pathfinding"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Pathfinding::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, Context) == 0x000200, "Member 'UEnvQueryTest_Pathfinding::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, PathFromContext) == 0x000208, "Member 'UEnvQueryTest_Pathfinding::PathFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, SkipUnreachable) == 0x000240, "Member 'UEnvQueryTest_Pathfinding::SkipUnreachable' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, FilterClass) == 0x000278, "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) == 0x0002B8, "Wrong size on UEnvQueryTest_PathfindingBatch"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingBatch, ScanRangeMultiplier) == 0x000280, "Member 'UEnvQueryTest_PathfindingBatch::ScanRangeMultiplier' 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) == 0x000238, "Wrong size on UEnvQueryTest_Project"); \ +static_assert(offsetof(UEnvQueryTest_Project, ProjectionData) == 0x0001F8, "Member 'UEnvQueryTest_Project::ProjectionData' 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) == 0x0001F8, "Wrong size on UEnvQueryTest_Random"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Trace \ +static_assert(alignof(UEnvQueryTest_Trace) == 0x000008, "Wrong alignment on UEnvQueryTest_Trace"); \ +static_assert(sizeof(UEnvQueryTest_Trace) == 0x0002E8, "Wrong size on UEnvQueryTest_Trace"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceData) == 0x0001F8, "Member 'UEnvQueryTest_Trace::TraceData' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceFromContext) == 0x000238, "Member 'UEnvQueryTest_Trace::TraceFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ItemHeightOffset) == 0x000270, "Member 'UEnvQueryTest_Trace::ItemHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ContextHeightOffset) == 0x0002A8, "Member 'UEnvQueryTest_Trace::ContextHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, Context) == 0x0002E0, "Member 'UEnvQueryTest_Trace::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Volume \ +static_assert(alignof(UEnvQueryTest_Volume) == 0x000008, "Wrong alignment on UEnvQueryTest_Volume"); \ +static_assert(sizeof(UEnvQueryTest_Volume) == 0x000210, "Wrong size on UEnvQueryTest_Volume"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeContext) == 0x0001F8, "Member 'UEnvQueryTest_Volume::VolumeContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeClass) == 0x000200, "Member 'UEnvQueryTest_Volume::VolumeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGridPathAIController \ +static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ +static_assert(sizeof(AGridPathAIController) == 0x0003B8, "Wrong size on AGridPathAIController"); \ + +#define DUMPER7_ASSERTS_UAIHotSpotManager \ +static_assert(alignof(UAIHotSpotManager) == 0x000008, "Wrong alignment on UAIHotSpotManager"); \ +static_assert(sizeof(UAIHotSpotManager) == 0x000028, "Wrong size on UAIHotSpotManager"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_OnActorBump \ +static_assert(alignof(PathFollowingComponent_OnActorBump) == 0x000008, "Wrong alignment on PathFollowingComponent_OnActorBump"); \ +static_assert(sizeof(PathFollowingComponent_OnActorBump) == 0x000120, "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) == 0x000028, "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) == 0x000008, "Wrong alignment on PathFollowingComponent_GetPathDestination"); \ +static_assert(sizeof(PathFollowingComponent_GetPathDestination) == 0x000018, "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) == 0x0002E0, "Wrong size on UPathFollowingComponent"); \ +static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000D8, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x0000F0, "Member 'UPathFollowingComponent::MyNavData' 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) == 0x000330, "Wrong size on UCrowdFollowingComponent"); \ +static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x0002F8, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdManager \ +static_assert(alignof(UCrowdManager) == 0x000008, "Wrong alignment on UCrowdManager"); \ +static_assert(sizeof(UCrowdManager) == 0x0000F0, "Wrong size on UCrowdManager"); \ +static_assert(offsetof(UCrowdManager, MyNavData) == 0x000028, "Member 'UCrowdManager::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, AvoidanceConfig) == 0x000030, "Member 'UCrowdManager::AvoidanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SamplingPatterns) == 0x000040, "Member 'UCrowdManager::SamplingPatterns' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgents) == 0x000050, "Member 'UCrowdManager::MaxAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgentRadius) == 0x000054, "Member 'UCrowdManager::MaxAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedAgents) == 0x000058, "Member 'UCrowdManager::MaxAvoidedAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedWalls) == 0x00005C, "Member 'UCrowdManager::MaxAvoidedWalls' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, NavmeshCheckInterval) == 0x000060, "Member 'UCrowdManager::NavmeshCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOptimizationInterval) == 0x000064, "Member 'UCrowdManager::PathOptimizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SeparationDirClamp) == 0x000068, "Member 'UCrowdManager::SeparationDirClamp' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOffsetRadiusMultiplier) == 0x00006C, "Member 'UCrowdManager::PathOffsetRadiusMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPathFollowingComponent \ +static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ +static_assert(sizeof(UGridPathFollowingComponent) == 0x000310, "Wrong size on UGridPathFollowingComponent"); \ +static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x0002E0, "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) == 0x000048, "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) == 0x000020, "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) == 0x0002E0, "Wrong size on ANavLinkProxy"); \ +static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x0002A0, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x0002B0, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x0002C0, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x0002C8, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x0002D0, "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) == 0x000060, "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) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x000050, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000054, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000058, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x00005C, "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) == 0x000038, "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) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000034, "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) == 0x000030, "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) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x00002C, "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) == 0x000050, "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) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000038, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000048, "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) == 0x000058, "Wrong size on UNavLocalGridManager"); \ + +#define DUMPER7_ASSERTS_UPathFollowingManager \ +static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ +static_assert(sizeof(UPathFollowingManager) == 0x000028, "Wrong size on UPathFollowingManager"); \ + +#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_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_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_AIPerceptionComponent_IsSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_IsSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_IsSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_IsSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_IsSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_IsSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_IsSenseEnabled::SenseClass' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_IsSenseEnabled, ReturnValue) == 0x000008, "Member 'AIPerceptionComponent_IsSenseEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionComponent \ +static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ +static_assert(sizeof(UAIPerceptionComponent) == 0x000190, "Wrong size on UAIPerceptionComponent"); \ +static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000A0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000B0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000C8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000150, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionForgotten) == 0x000160, "Member 'UAIPerceptionComponent::OnTargetPerceptionForgotten' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000170, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000180, "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_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) == 0x0000B8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ +static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000A8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' 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) == 0x000088, "Member 'UAIPerceptionSystem::Senses' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionSystem, PerceptionAgingRate) == 0x000098, "Member 'UAIPerceptionSystem::PerceptionAgingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense \ +static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ +static_assert(sizeof(UAISense) == 0x000078, "Wrong size on UAISense"); \ +static_assert(offsetof(UAISense, NotifyType) == 0x000028, "Member 'UAISense::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000030, "Member 'UAISense::PerceptionSystemInstance' 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) == 0x000050, "Wrong size on UAISenseConfig_Damage"); \ +static_assert(offsetof(UAISenseConfig_Damage, Implementation) == 0x000048, "Member 'UAISenseConfig_Damage::Implementation' 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) == 0x0000A0, "Wrong size on UAISense_Blueprint"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000078, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000080, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000090, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ + +#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) == 0x000058, "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) == 0x000020, "Member 'AISense_Damage_ReportDamageEvent::EventLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, HitLocation) == 0x000038, "Member 'AISense_Damage_ReportDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, Tag) == 0x000050, "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) == 0x000088, "Wrong size on UAISense_Damage"); \ +static_assert(offsetof(UAISense_Damage, RegisteredEvents) == 0x000078, "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) == 0x000040, "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) == 0x000020, "Member 'AISense_Hearing_ReportNoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Instigator) == 0x000028, "Member 'AISense_Hearing_ReportNoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, MaxRange) == 0x000030, "Member 'AISense_Hearing_ReportNoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Tag) == 0x000034, "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) == 0x0000E0, "Wrong size on UAISense_Hearing"); \ +static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000078, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x000088, "Member 'UAISense_Hearing::SpeedOfSoundSq' 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) == 0x000088, "Wrong size on UAISense_Prediction"); \ +static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000078, "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) == 0x0001A8, "Wrong size on UAISense_Sight"); \ +static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000150, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxAsyncTracesPerTick) == 0x000154, "Member 'UAISense_Sight::MaxAsyncTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x000158, "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, PendingQueriesBudgetReductionRatio) == 0x000178, "Member 'UAISense_Sight::PendingQueriesBudgetReductionRatio' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, bUseAsynchronousTraceForDefaultSightQueries) == 0x00017C, "Member 'UAISense_Sight::bUseAsynchronousTraceForDefaultSightQueries' 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) == 0x000088, "Wrong size on UAISense_Team"); \ +static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000078, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Touch_ReportTouchEvent \ +static_assert(alignof(AISense_Touch_ReportTouchEvent) == 0x000008, "Wrong alignment on AISense_Touch_ReportTouchEvent"); \ +static_assert(sizeof(AISense_Touch_ReportTouchEvent) == 0x000030, "Wrong size on AISense_Touch_ReportTouchEvent"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, WorldContextObject) == 0x000000, "Member 'AISense_Touch_ReportTouchEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, TouchReceiver) == 0x000008, "Member 'AISense_Touch_ReportTouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, OtherActor) == 0x000010, "Member 'AISense_Touch_ReportTouchEvent::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, Location) == 0x000018, "Member 'AISense_Touch_ReportTouchEvent::Location' 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) == 0x0000D8, "Wrong size on UAISense_Touch"); \ +static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000078, "Member 'UAISense_Touch::RegisteredEvents' 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_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) == 0x0000E8, "Wrong size on UPawnSensingComponent"); \ +static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000A0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000A4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000A8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000AC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000B0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000C0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000D0, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x0000E0, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x0000E4, "Member 'UPawnSensingComponent::PeripheralVisionCosine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask \ +static_assert(alignof(UAITask) == 0x000008, "Wrong alignment on UAITask"); \ +static_assert(sizeof(UAITask) == 0x000070, "Wrong size on UAITask"); \ +static_assert(offsetof(UAITask, OwnerController) == 0x000068, "Member 'UAITask::OwnerController' 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) == 0x000070, "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) == 0x000040, "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) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x00002C, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x00002D, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x00002E, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x00002F, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuousGoalTracking) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuousGoalTracking' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000031, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, RequireNavigableEndLocation) == 0x000032, "Member 'AITask_MoveTo_AIMoveTo::RequireNavigableEndLocation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000038, "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) == 0x000070, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000080, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x000090, "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) == 0x0000E8, "Wrong size on UAITask_RunEQS"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerExtension \ +static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ +static_assert(sizeof(UVisualLoggerExtension) == 0x000028, "Wrong size on UVisualLoggerExtension"); \ + +#define DUMPER7_ASSERTS_FStateTreeAnyEnum \ +static_assert(alignof(FStateTreeAnyEnum) == 0x000008, "Wrong alignment on FStateTreeAnyEnum"); \ +static_assert(sizeof(FStateTreeAnyEnum) == 0x000010, "Wrong size on FStateTreeAnyEnum"); \ +static_assert(offsetof(FStateTreeAnyEnum, Value) == 0x000000, "Member 'FStateTreeAnyEnum::Value' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeAnyEnum, Enum) == 0x000008, "Member 'FStateTreeAnyEnum::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateHandle \ +static_assert(alignof(FStateTreeStateHandle) == 0x000002, "Wrong alignment on FStateTreeStateHandle"); \ +static_assert(sizeof(FStateTreeStateHandle) == 0x000002, "Wrong size on FStateTreeStateHandle"); \ +static_assert(offsetof(FStateTreeStateHandle, Index) == 0x000000, "Member 'FStateTreeStateHandle::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDataHandle \ +static_assert(alignof(FStateTreeDataHandle) == 0x000002, "Wrong alignment on FStateTreeDataHandle"); \ +static_assert(sizeof(FStateTreeDataHandle) == 0x000006, "Wrong size on FStateTreeDataHandle"); \ +static_assert(offsetof(FStateTreeDataHandle, Source) == 0x000000, "Member 'FStateTreeDataHandle::Source' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDataHandle, Index) == 0x000002, "Member 'FStateTreeDataHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDataHandle, StateHandle) == 0x000004, "Member 'FStateTreeDataHandle::StateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExternalDataHandle \ +static_assert(alignof(FStateTreeExternalDataHandle) == 0x000002, "Wrong alignment on FStateTreeExternalDataHandle"); \ +static_assert(sizeof(FStateTreeExternalDataHandle) == 0x000006, "Wrong size on FStateTreeExternalDataHandle"); \ +static_assert(offsetof(FStateTreeExternalDataHandle, DataHandle) == 0x000000, "Member 'FStateTreeExternalDataHandle::DataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExternalDataDesc \ +static_assert(alignof(FStateTreeExternalDataDesc) == 0x000008, "Wrong alignment on FStateTreeExternalDataDesc"); \ +static_assert(sizeof(FStateTreeExternalDataDesc) == 0x000018, "Wrong size on FStateTreeExternalDataDesc"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Struct) == 0x000000, "Member 'FStateTreeExternalDataDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Name) == 0x000008, "Member 'FStateTreeExternalDataDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Handle) == 0x000010, "Member 'FStateTreeExternalDataDesc::Handle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Requirement) == 0x000016, "Member 'FStateTreeExternalDataDesc::Requirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionRequest \ +static_assert(alignof(FStateTreeTransitionRequest) == 0x000008, "Wrong alignment on FStateTreeTransitionRequest"); \ +static_assert(sizeof(FStateTreeTransitionRequest) == 0x000018, "Wrong size on FStateTreeTransitionRequest"); \ +static_assert(offsetof(FStateTreeTransitionRequest, SourceState) == 0x000000, "Member 'FStateTreeTransitionRequest::SourceState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, SourceStateTree) == 0x000008, "Member 'FStateTreeTransitionRequest::SourceStateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, SourceRootState) == 0x000010, "Member 'FStateTreeTransitionRequest::SourceRootState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, TargetState) == 0x000012, "Member 'FStateTreeTransitionRequest::TargetState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, Priority) == 0x000014, "Member 'FStateTreeTransitionRequest::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeActiveStates \ +static_assert(alignof(FStateTreeActiveStates) == 0x000002, "Wrong alignment on FStateTreeActiveStates"); \ +static_assert(sizeof(FStateTreeActiveStates) == 0x000012, "Wrong size on FStateTreeActiveStates"); \ +static_assert(offsetof(FStateTreeActiveStates, States) == 0x000000, "Member 'FStateTreeActiveStates::States' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeActiveStates, NumStates) == 0x000010, "Member 'FStateTreeActiveStates::NumStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionSource \ +static_assert(alignof(FStateTreeTransitionSource) == 0x000002, "Wrong alignment on FStateTreeTransitionSource"); \ +static_assert(sizeof(FStateTreeTransitionSource) == 0x000008, "Wrong size on FStateTreeTransitionSource"); \ + +#define DUMPER7_ASSERTS_FStateTreeIndex16 \ +static_assert(alignof(FStateTreeIndex16) == 0x000002, "Wrong alignment on FStateTreeIndex16"); \ +static_assert(sizeof(FStateTreeIndex16) == 0x000002, "Wrong size on FStateTreeIndex16"); \ +static_assert(offsetof(FStateTreeIndex16, Value) == 0x000000, "Member 'FStateTreeIndex16::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionDelayedState \ +static_assert(alignof(FStateTreeTransitionDelayedState) == 0x000008, "Wrong alignment on FStateTreeTransitionDelayedState"); \ +static_assert(sizeof(FStateTreeTransitionDelayedState) == 0x000010, "Wrong size on FStateTreeTransitionDelayedState"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, StateTree) == 0x000000, "Member 'FStateTreeTransitionDelayedState::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, TransitionIndex) == 0x000008, "Member 'FStateTreeTransitionDelayedState::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, TimeLeft) == 0x00000C, "Member 'FStateTreeTransitionDelayedState::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExecutionFrame \ +static_assert(alignof(FStateTreeExecutionFrame) == 0x000008, "Wrong alignment on FStateTreeExecutionFrame"); \ +static_assert(sizeof(FStateTreeExecutionFrame) == 0x000030, "Wrong size on FStateTreeExecutionFrame"); \ +static_assert(offsetof(FStateTreeExecutionFrame, StateTree) == 0x000000, "Member 'FStateTreeExecutionFrame::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, RootState) == 0x000008, "Member 'FStateTreeExecutionFrame::RootState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ActiveStates) == 0x00000A, "Member 'FStateTreeExecutionFrame::ActiveStates' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ExternalDataBaseIndex) == 0x00001C, "Member 'FStateTreeExecutionFrame::ExternalDataBaseIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, GlobalInstanceIndexBase) == 0x00001E, "Member 'FStateTreeExecutionFrame::GlobalInstanceIndexBase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ActiveInstanceIndexBase) == 0x000020, "Member 'FStateTreeExecutionFrame::ActiveInstanceIndexBase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, StateParameterDataHandle) == 0x000022, "Member 'FStateTreeExecutionFrame::StateParameterDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, GlobalParameterDataHandle) == 0x000028, "Member 'FStateTreeExecutionFrame::GlobalParameterDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExecutionState \ +static_assert(alignof(FStateTreeExecutionState) == 0x000008, "Wrong alignment on FStateTreeExecutionState"); \ +static_assert(sizeof(FStateTreeExecutionState) == 0x000030, "Wrong size on FStateTreeExecutionState"); \ +static_assert(offsetof(FStateTreeExecutionState, ActiveFrames) == 0x000000, "Member 'FStateTreeExecutionState::ActiveFrames' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, DelayedTransitions) == 0x000010, "Member 'FStateTreeExecutionState::DelayedTransitions' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, EnterStateFailedFrameIndex) == 0x000020, "Member 'FStateTreeExecutionState::EnterStateFailedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, EnterStateFailedTaskIndex) == 0x000022, "Member 'FStateTreeExecutionState::EnterStateFailedTaskIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, LastTickStatus) == 0x000024, "Member 'FStateTreeExecutionState::LastTickStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, TreeRunStatus) == 0x000025, "Member 'FStateTreeExecutionState::TreeRunStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, RequestedStop) == 0x000026, "Member 'FStateTreeExecutionState::RequestedStop' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, CurrentPhase) == 0x000027, "Member 'FStateTreeExecutionState::CurrentPhase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, CompletedFrameIndex) == 0x000028, "Member 'FStateTreeExecutionState::CompletedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, CompletedStateHandle) == 0x00002A, "Member 'FStateTreeExecutionState::CompletedStateHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, StateChangeCount) == 0x00002C, "Member 'FStateTreeExecutionState::StateChangeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionResult \ +static_assert(alignof(FStateTreeTransitionResult) == 0x000008, "Wrong alignment on FStateTreeTransitionResult"); \ +static_assert(sizeof(FStateTreeTransitionResult) == 0x000030, "Wrong size on FStateTreeTransitionResult"); \ +static_assert(offsetof(FStateTreeTransitionResult, NextActiveFrames) == 0x000000, "Member 'FStateTreeTransitionResult::NextActiveFrames' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, CurrentRunStatus) == 0x000010, "Member 'FStateTreeTransitionResult::CurrentRunStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceState) == 0x000012, "Member 'FStateTreeTransitionResult::SourceState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, TargetState) == 0x000014, "Member 'FStateTreeTransitionResult::TargetState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, CurrentState) == 0x000016, "Member 'FStateTreeTransitionResult::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, ChangeType) == 0x000018, "Member 'FStateTreeTransitionResult::ChangeType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, Priority) == 0x000019, "Member 'FStateTreeTransitionResult::Priority' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceStateTree) == 0x000020, "Member 'FStateTreeTransitionResult::SourceStateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceRootState) == 0x000028, "Member 'FStateTreeTransitionResult::SourceRootState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeIndex8 \ +static_assert(alignof(FStateTreeIndex8) == 0x000001, "Wrong alignment on FStateTreeIndex8"); \ +static_assert(sizeof(FStateTreeIndex8) == 0x000001, "Wrong size on FStateTreeIndex8"); \ +static_assert(offsetof(FStateTreeIndex8, Value) == 0x000000, "Member 'FStateTreeIndex8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeNodeBase \ +static_assert(alignof(FStateTreeNodeBase) == 0x000008, "Wrong alignment on FStateTreeNodeBase"); \ +static_assert(sizeof(FStateTreeNodeBase) == 0x000020, "Wrong size on FStateTreeNodeBase"); \ +static_assert(offsetof(FStateTreeNodeBase, Name) == 0x000008, "Member 'FStateTreeNodeBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, BindingsBatch) == 0x000010, "Member 'FStateTreeNodeBase::BindingsBatch' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, InstanceTemplateIndex) == 0x000012, "Member 'FStateTreeNodeBase::InstanceTemplateIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, InstanceDataHandle) == 0x000014, "Member 'FStateTreeNodeBase::InstanceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyRef \ +static_assert(alignof(FStateTreePropertyRef) == 0x000002, "Wrong alignment on FStateTreePropertyRef"); \ +static_assert(sizeof(FStateTreePropertyRef) == 0x000002, "Wrong size on FStateTreePropertyRef"); \ +static_assert(offsetof(FStateTreePropertyRef, RefAccessIndex) == 0x000000, "Member 'FStateTreePropertyRef::RefAccessIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConditionBase \ +static_assert(alignof(FStateTreeConditionBase) == 0x000008, "Wrong alignment on FStateTreeConditionBase"); \ +static_assert(sizeof(FStateTreeConditionBase) == 0x000028, "Wrong size on FStateTreeConditionBase"); \ +static_assert(offsetof(FStateTreeConditionBase, Operand) == 0x000020, "Member 'FStateTreeConditionBase::Operand' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeConditionBase, DeltaIndent) == 0x000021, "Member 'FStateTreeConditionBase::DeltaIndent' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeConditionBase, EvaluationMode) == 0x000022, "Member 'FStateTreeConditionBase::EvaluationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintConditionWrapper \ +static_assert(alignof(FStateTreeBlueprintConditionWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintConditionWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintConditionWrapper) == 0x000030, "Wrong size on FStateTreeBlueprintConditionWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintConditionWrapper, ConditionClass) == 0x000028, "Member 'FStateTreeBlueprintConditionWrapper::ConditionClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvaluatorBase \ +static_assert(alignof(FStateTreeEvaluatorBase) == 0x000008, "Wrong alignment on FStateTreeEvaluatorBase"); \ +static_assert(sizeof(FStateTreeEvaluatorBase) == 0x000020, "Wrong size on FStateTreeEvaluatorBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintEvaluatorWrapper \ +static_assert(alignof(FStateTreeBlueprintEvaluatorWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintEvaluatorWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintEvaluatorWrapper) == 0x000028, "Wrong size on FStateTreeBlueprintEvaluatorWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintEvaluatorWrapper, EvaluatorClass) == 0x000020, "Member 'FStateTreeBlueprintEvaluatorWrapper::EvaluatorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTaskBase \ +static_assert(alignof(FStateTreeTaskBase) == 0x000008, "Wrong alignment on FStateTreeTaskBase"); \ +static_assert(sizeof(FStateTreeTaskBase) == 0x000028, "Wrong size on FStateTreeTaskBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintTaskWrapper \ +static_assert(alignof(FStateTreeBlueprintTaskWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintTaskWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintTaskWrapper) == 0x000030, "Wrong size on FStateTreeBlueprintTaskWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintTaskWrapper, TaskClass) == 0x000028, "Member 'FStateTreeBlueprintTaskWrapper::TaskClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareIntConditionInstanceData \ +static_assert(alignof(FStateTreeCompareIntConditionInstanceData) == 0x000004, "Wrong alignment on FStateTreeCompareIntConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareIntConditionInstanceData) == 0x000008, "Wrong size on FStateTreeCompareIntConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareIntConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareIntConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareIntConditionInstanceData, Right) == 0x000004, "Member 'FStateTreeCompareIntConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConditionCommonBase \ +static_assert(alignof(FStateTreeConditionCommonBase) == 0x000008, "Wrong alignment on FStateTreeConditionCommonBase"); \ +static_assert(sizeof(FStateTreeConditionCommonBase) == 0x000028, "Wrong size on FStateTreeConditionCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareIntCondition \ +static_assert(alignof(FStateTreeCompareIntCondition) == 0x000008, "Wrong alignment on FStateTreeCompareIntCondition"); \ +static_assert(sizeof(FStateTreeCompareIntCondition) == 0x000030, "Wrong size on FStateTreeCompareIntCondition"); \ +static_assert(offsetof(FStateTreeCompareIntCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareIntCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareIntCondition, Operator) == 0x000029, "Member 'FStateTreeCompareIntCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareFloatConditionInstanceData \ +static_assert(alignof(FStateTreeCompareFloatConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareFloatConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareFloatConditionInstanceData) == 0x000010, "Wrong size on FStateTreeCompareFloatConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareFloatConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareFloatConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareFloatConditionInstanceData, Right) == 0x000008, "Member 'FStateTreeCompareFloatConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareFloatCondition \ +static_assert(alignof(FStateTreeCompareFloatCondition) == 0x000008, "Wrong alignment on FStateTreeCompareFloatCondition"); \ +static_assert(sizeof(FStateTreeCompareFloatCondition) == 0x000030, "Wrong size on FStateTreeCompareFloatCondition"); \ +static_assert(offsetof(FStateTreeCompareFloatCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareFloatCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareFloatCondition, Operator) == 0x000029, "Member 'FStateTreeCompareFloatCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareBoolConditionInstanceData \ +static_assert(alignof(FStateTreeCompareBoolConditionInstanceData) == 0x000001, "Wrong alignment on FStateTreeCompareBoolConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareBoolConditionInstanceData) == 0x000002, "Wrong size on FStateTreeCompareBoolConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareBoolConditionInstanceData, bLeft) == 0x000000, "Member 'FStateTreeCompareBoolConditionInstanceData::bLeft' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareBoolConditionInstanceData, bRight) == 0x000001, "Member 'FStateTreeCompareBoolConditionInstanceData::bRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareBoolCondition \ +static_assert(alignof(FStateTreeCompareBoolCondition) == 0x000008, "Wrong alignment on FStateTreeCompareBoolCondition"); \ +static_assert(sizeof(FStateTreeCompareBoolCondition) == 0x000030, "Wrong size on FStateTreeCompareBoolCondition"); \ +static_assert(offsetof(FStateTreeCompareBoolCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareBoolCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareEnumConditionInstanceData \ +static_assert(alignof(FStateTreeCompareEnumConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareEnumConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareEnumConditionInstanceData) == 0x000020, "Wrong size on FStateTreeCompareEnumConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareEnumConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareEnumConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareEnumConditionInstanceData, Right) == 0x000010, "Member 'FStateTreeCompareEnumConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareEnumCondition \ +static_assert(alignof(FStateTreeCompareEnumCondition) == 0x000008, "Wrong alignment on FStateTreeCompareEnumCondition"); \ +static_assert(sizeof(FStateTreeCompareEnumCondition) == 0x000030, "Wrong size on FStateTreeCompareEnumCondition"); \ +static_assert(offsetof(FStateTreeCompareEnumCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareEnumCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareDistanceConditionInstanceData \ +static_assert(alignof(FStateTreeCompareDistanceConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareDistanceConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareDistanceConditionInstanceData) == 0x000038, "Wrong size on FStateTreeCompareDistanceConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Source) == 0x000000, "Member 'FStateTreeCompareDistanceConditionInstanceData::Source' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Target) == 0x000018, "Member 'FStateTreeCompareDistanceConditionInstanceData::Target' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Distance) == 0x000030, "Member 'FStateTreeCompareDistanceConditionInstanceData::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareDistanceCondition \ +static_assert(alignof(FStateTreeCompareDistanceCondition) == 0x000008, "Wrong alignment on FStateTreeCompareDistanceCondition"); \ +static_assert(sizeof(FStateTreeCompareDistanceCondition) == 0x000030, "Wrong size on FStateTreeCompareDistanceCondition"); \ +static_assert(offsetof(FStateTreeCompareDistanceCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareDistanceCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceCondition, Operator) == 0x000029, "Member 'FStateTreeCompareDistanceCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomConditionInstanceData \ +static_assert(alignof(FStateTreeRandomConditionInstanceData) == 0x000004, "Wrong alignment on FStateTreeRandomConditionInstanceData"); \ +static_assert(sizeof(FStateTreeRandomConditionInstanceData) == 0x000004, "Wrong size on FStateTreeRandomConditionInstanceData"); \ +static_assert(offsetof(FStateTreeRandomConditionInstanceData, Threshold) == 0x000000, "Member 'FStateTreeRandomConditionInstanceData::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomCondition \ +static_assert(alignof(FStateTreeRandomCondition) == 0x000008, "Wrong alignment on FStateTreeRandomCondition"); \ +static_assert(sizeof(FStateTreeRandomCondition) == 0x000028, "Wrong size on FStateTreeRandomCondition"); \ + +#define DUMPER7_ASSERTS_FGameplayTagMatchConditionInstanceData \ +static_assert(alignof(FGameplayTagMatchConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagMatchConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagMatchConditionInstanceData) == 0x000028, "Wrong size on FGameplayTagMatchConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagMatchConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagMatchConditionInstanceData::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagMatchConditionInstanceData, Tag) == 0x000020, "Member 'FGameplayTagMatchConditionInstanceData::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagMatchCondition \ +static_assert(alignof(FGameplayTagMatchCondition) == 0x000008, "Wrong alignment on FGameplayTagMatchCondition"); \ +static_assert(sizeof(FGameplayTagMatchCondition) == 0x000030, "Wrong size on FGameplayTagMatchCondition"); \ +static_assert(offsetof(FGameplayTagMatchCondition, bExactMatch) == 0x000028, "Member 'FGameplayTagMatchCondition::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagMatchCondition, bInvert) == 0x000029, "Member 'FGameplayTagMatchCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainerMatchConditionInstanceData \ +static_assert(alignof(FGameplayTagContainerMatchConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagContainerMatchConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagContainerMatchConditionInstanceData) == 0x000040, "Wrong size on FGameplayTagContainerMatchConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagContainerMatchConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagContainerMatchConditionInstanceData::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchConditionInstanceData, OtherContainer) == 0x000020, "Member 'FGameplayTagContainerMatchConditionInstanceData::OtherContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainerMatchCondition \ +static_assert(alignof(FGameplayTagContainerMatchCondition) == 0x000008, "Wrong alignment on FGameplayTagContainerMatchCondition"); \ +static_assert(sizeof(FGameplayTagContainerMatchCondition) == 0x000030, "Wrong size on FGameplayTagContainerMatchCondition"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, MatchType) == 0x000028, "Member 'FGameplayTagContainerMatchCondition::MatchType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, bExactMatch) == 0x000029, "Member 'FGameplayTagContainerMatchCondition::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, bInvert) == 0x00002A, "Member 'FGameplayTagContainerMatchCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryConditionInstanceData \ +static_assert(alignof(FGameplayTagQueryConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagQueryConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagQueryConditionInstanceData) == 0x000020, "Wrong size on FGameplayTagQueryConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagQueryConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagQueryConditionInstanceData::TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryCondition \ +static_assert(alignof(FGameplayTagQueryCondition) == 0x000008, "Wrong alignment on FGameplayTagQueryCondition"); \ +static_assert(sizeof(FGameplayTagQueryCondition) == 0x000078, "Wrong size on FGameplayTagQueryCondition"); \ +static_assert(offsetof(FGameplayTagQueryCondition, TagQuery) == 0x000028, "Member 'FGameplayTagQueryCondition::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQueryCondition, bInvert) == 0x000070, "Member 'FGameplayTagQueryCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsValidConditionInstanceData \ +static_assert(alignof(FStateTreeObjectIsValidConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectIsValidConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectIsValidConditionInstanceData) == 0x000008, "Wrong size on FStateTreeObjectIsValidConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectIsValidConditionInstanceData, Object) == 0x000000, "Member 'FStateTreeObjectIsValidConditionInstanceData::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsValidCondition \ +static_assert(alignof(FStateTreeObjectIsValidCondition) == 0x000008, "Wrong alignment on FStateTreeObjectIsValidCondition"); \ +static_assert(sizeof(FStateTreeObjectIsValidCondition) == 0x000030, "Wrong size on FStateTreeObjectIsValidCondition"); \ +static_assert(offsetof(FStateTreeObjectIsValidCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectIsValidCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectEqualsConditionInstanceData \ +static_assert(alignof(FStateTreeObjectEqualsConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectEqualsConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectEqualsConditionInstanceData) == 0x000010, "Wrong size on FStateTreeObjectEqualsConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectEqualsConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeObjectEqualsConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeObjectEqualsConditionInstanceData, Right) == 0x000008, "Member 'FStateTreeObjectEqualsConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectEqualsCondition \ +static_assert(alignof(FStateTreeObjectEqualsCondition) == 0x000008, "Wrong alignment on FStateTreeObjectEqualsCondition"); \ +static_assert(sizeof(FStateTreeObjectEqualsCondition) == 0x000030, "Wrong size on FStateTreeObjectEqualsCondition"); \ +static_assert(offsetof(FStateTreeObjectEqualsCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectEqualsCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsChildOfClassConditionInstanceData \ +static_assert(alignof(FStateTreeObjectIsChildOfClassConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectIsChildOfClassConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectIsChildOfClassConditionInstanceData) == 0x000010, "Wrong size on FStateTreeObjectIsChildOfClassConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassConditionInstanceData, Object) == 0x000000, "Member 'FStateTreeObjectIsChildOfClassConditionInstanceData::Object' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassConditionInstanceData, Class) == 0x000008, "Member 'FStateTreeObjectIsChildOfClassConditionInstanceData::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsChildOfClassCondition \ +static_assert(alignof(FStateTreeObjectIsChildOfClassCondition) == 0x000008, "Wrong alignment on FStateTreeObjectIsChildOfClassCondition"); \ +static_assert(sizeof(FStateTreeObjectIsChildOfClassCondition) == 0x000030, "Wrong size on FStateTreeObjectIsChildOfClassCondition"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectIsChildOfClassCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvaluatorCommonBase \ +static_assert(alignof(FStateTreeEvaluatorCommonBase) == 0x000008, "Wrong alignment on FStateTreeEvaluatorCommonBase"); \ +static_assert(sizeof(FStateTreeEvaluatorCommonBase) == 0x000020, "Wrong size on FStateTreeEvaluatorCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvent \ +static_assert(alignof(FStateTreeEvent) == 0x000008, "Wrong alignment on FStateTreeEvent"); \ +static_assert(sizeof(FStateTreeEvent) == 0x000020, "Wrong size on FStateTreeEvent"); \ +static_assert(offsetof(FStateTreeEvent, Tag) == 0x000000, "Member 'FStateTreeEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEvent, Payload) == 0x000008, "Member 'FStateTreeEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEvent, Origin) == 0x000018, "Member 'FStateTreeEvent::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEventQueue \ +static_assert(alignof(FStateTreeEventQueue) == 0x000008, "Wrong alignment on FStateTreeEventQueue"); \ +static_assert(sizeof(FStateTreeEventQueue) == 0x000010, "Wrong size on FStateTreeEventQueue"); \ +static_assert(offsetof(FStateTreeEventQueue, Events) == 0x000000, "Member 'FStateTreeEventQueue::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceObjectWrapper \ +static_assert(alignof(FStateTreeInstanceObjectWrapper) == 0x000008, "Wrong alignment on FStateTreeInstanceObjectWrapper"); \ +static_assert(sizeof(FStateTreeInstanceObjectWrapper) == 0x000008, "Wrong size on FStateTreeInstanceObjectWrapper"); \ +static_assert(offsetof(FStateTreeInstanceObjectWrapper, InstanceObject) == 0x000000, "Member 'FStateTreeInstanceObjectWrapper::InstanceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTemporaryInstanceData \ +static_assert(alignof(FStateTreeTemporaryInstanceData) == 0x000008, "Wrong alignment on FStateTreeTemporaryInstanceData"); \ +static_assert(sizeof(FStateTreeTemporaryInstanceData) == 0x000028, "Wrong size on FStateTreeTemporaryInstanceData"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, StateTree) == 0x000000, "Member 'FStateTreeTemporaryInstanceData::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, RootState) == 0x000008, "Member 'FStateTreeTemporaryInstanceData::RootState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, DataHandle) == 0x00000A, "Member 'FStateTreeTemporaryInstanceData::DataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, OwnerNodeIndex) == 0x000010, "Member 'FStateTreeTemporaryInstanceData::OwnerNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, Instance) == 0x000018, "Member 'FStateTreeTemporaryInstanceData::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceStorage \ +static_assert(alignof(FStateTreeInstanceStorage) == 0x000008, "Wrong alignment on FStateTreeInstanceStorage"); \ +static_assert(sizeof(FStateTreeInstanceStorage) == 0x000080, "Wrong size on FStateTreeInstanceStorage"); \ +static_assert(offsetof(FStateTreeInstanceStorage, ExecutionState) == 0x000000, "Member 'FStateTreeInstanceStorage::ExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, InstanceStructs) == 0x000030, "Member 'FStateTreeInstanceStorage::InstanceStructs' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, TemporaryInstances) == 0x000040, "Member 'FStateTreeInstanceStorage::TemporaryInstances' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, EventQueue) == 0x000050, "Member 'FStateTreeInstanceStorage::EventQueue' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, TransitionRequests) == 0x000060, "Member 'FStateTreeInstanceStorage::TransitionRequests' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, GlobalParameters) == 0x000070, "Member 'FStateTreeInstanceStorage::GlobalParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceData \ +static_assert(alignof(FStateTreeInstanceData) == 0x000008, "Wrong alignment on FStateTreeInstanceData"); \ +static_assert(sizeof(FStateTreeInstanceData) == 0x000010, "Wrong size on FStateTreeInstanceData"); \ + +#define DUMPER7_ASSERTS_FStateTreeBindableStructDesc \ +static_assert(alignof(FStateTreeBindableStructDesc) == 0x000008, "Wrong alignment on FStateTreeBindableStructDesc"); \ +static_assert(sizeof(FStateTreeBindableStructDesc) == 0x000018, "Wrong size on FStateTreeBindableStructDesc"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, Struct) == 0x000000, "Member 'FStateTreeBindableStructDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, Name) == 0x000008, "Member 'FStateTreeBindableStructDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, DataHandle) == 0x000010, "Member 'FStateTreeBindableStructDesc::DataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, DataSource) == 0x000016, "Member 'FStateTreeBindableStructDesc::DataSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyPathSegment \ +static_assert(alignof(FStateTreePropertyPathSegment) == 0x000008, "Wrong alignment on FStateTreePropertyPathSegment"); \ +static_assert(sizeof(FStateTreePropertyPathSegment) == 0x000018, "Wrong size on FStateTreePropertyPathSegment"); \ +static_assert(offsetof(FStateTreePropertyPathSegment, Name) == 0x000000, "Member 'FStateTreePropertyPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyPathSegment, ArrayIndex) == 0x000008, "Member 'FStateTreePropertyPathSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyPathSegment, InstanceStruct) == 0x000010, "Member 'FStateTreePropertyPathSegment::InstanceStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyPath \ +static_assert(alignof(FStateTreePropertyPath) == 0x000008, "Wrong alignment on FStateTreePropertyPath"); \ +static_assert(sizeof(FStateTreePropertyPath) == 0x000010, "Wrong size on FStateTreePropertyPath"); \ +static_assert(offsetof(FStateTreePropertyPath, Segments) == 0x000000, "Member 'FStateTreePropertyPath::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEditorPropertyPath \ +static_assert(alignof(FStateTreeEditorPropertyPath) == 0x000008, "Wrong alignment on FStateTreeEditorPropertyPath"); \ +static_assert(sizeof(FStateTreeEditorPropertyPath) == 0x000020, "Wrong size on FStateTreeEditorPropertyPath"); \ +static_assert(offsetof(FStateTreeEditorPropertyPath, StructID) == 0x000000, "Member 'FStateTreeEditorPropertyPath::StructID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEditorPropertyPath, Path) == 0x000010, "Member 'FStateTreeEditorPropertyPath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyPathBinding \ +static_assert(alignof(FStateTreePropertyPathBinding) == 0x000008, "Wrong alignment on FStateTreePropertyPathBinding"); \ +static_assert(sizeof(FStateTreePropertyPathBinding) == 0x000028, "Wrong size on FStateTreePropertyPathBinding"); \ +static_assert(offsetof(FStateTreePropertyPathBinding, SourcePropertyPath) == 0x000000, "Member 'FStateTreePropertyPathBinding::SourcePropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyPathBinding, TargetPropertyPath) == 0x000010, "Member 'FStateTreePropertyPathBinding::TargetPropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyPathBinding, SourceDataHandle) == 0x000020, "Member 'FStateTreePropertyPathBinding::SourceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyRefPath \ +static_assert(alignof(FStateTreePropertyRefPath) == 0x000008, "Wrong alignment on FStateTreePropertyRefPath"); \ +static_assert(sizeof(FStateTreePropertyRefPath) == 0x000018, "Wrong size on FStateTreePropertyRefPath"); \ +static_assert(offsetof(FStateTreePropertyRefPath, SourcePropertyPath) == 0x000000, "Member 'FStateTreePropertyRefPath::SourcePropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyRefPath, SourceDataHandle) == 0x000010, "Member 'FStateTreePropertyRefPath::SourceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertySegment \ +static_assert(alignof(FStateTreePropertySegment) == 0x000004, "Wrong alignment on FStateTreePropertySegment"); \ +static_assert(sizeof(FStateTreePropertySegment) == 0x000010, "Wrong size on FStateTreePropertySegment"); \ +static_assert(offsetof(FStateTreePropertySegment, Name) == 0x000000, "Member 'FStateTreePropertySegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertySegment, ArrayIndex) == 0x000008, "Member 'FStateTreePropertySegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertySegment, NextIndex) == 0x00000A, "Member 'FStateTreePropertySegment::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertySegment, Type) == 0x00000C, "Member 'FStateTreePropertySegment::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyBinding \ +static_assert(alignof(FStateTreePropertyBinding) == 0x000004, "Wrong alignment on FStateTreePropertyBinding"); \ +static_assert(sizeof(FStateTreePropertyBinding) == 0x000024, "Wrong size on FStateTreePropertyBinding"); \ +static_assert(offsetof(FStateTreePropertyBinding, SourcePath) == 0x000000, "Member 'FStateTreePropertyBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBinding, TargetPath) == 0x000010, "Member 'FStateTreePropertyBinding::TargetPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBinding, SourceStructIndex) == 0x000020, "Member 'FStateTreePropertyBinding::SourceStructIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBinding, CopyType) == 0x000022, "Member 'FStateTreePropertyBinding::CopyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyIndirection \ +static_assert(alignof(FStateTreePropertyIndirection) == 0x000008, "Wrong alignment on FStateTreePropertyIndirection"); \ +static_assert(sizeof(FStateTreePropertyIndirection) == 0x000018, "Wrong size on FStateTreePropertyIndirection"); \ +static_assert(offsetof(FStateTreePropertyIndirection, ArrayIndex) == 0x000000, "Member 'FStateTreePropertyIndirection::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyIndirection, Offset) == 0x000002, "Member 'FStateTreePropertyIndirection::Offset' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyIndirection, NextIndex) == 0x000004, "Member 'FStateTreePropertyIndirection::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyIndirection, Type) == 0x000006, "Member 'FStateTreePropertyIndirection::Type' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyIndirection, InstanceStruct) == 0x000008, "Member 'FStateTreePropertyIndirection::InstanceStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyCopy \ +static_assert(alignof(FStateTreePropertyCopy) == 0x000008, "Wrong alignment on FStateTreePropertyCopy"); \ +static_assert(sizeof(FStateTreePropertyCopy) == 0x000058, "Wrong size on FStateTreePropertyCopy"); \ +static_assert(offsetof(FStateTreePropertyCopy, SourceIndirection) == 0x000000, "Member 'FStateTreePropertyCopy::SourceIndirection' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, TargetIndirection) == 0x000018, "Member 'FStateTreePropertyCopy::TargetIndirection' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, SourceStructType) == 0x000040, "Member 'FStateTreePropertyCopy::SourceStructType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, CopySize) == 0x000048, "Member 'FStateTreePropertyCopy::CopySize' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, SourceDataHandle) == 0x00004C, "Member 'FStateTreePropertyCopy::SourceDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, Type) == 0x000052, "Member 'FStateTreePropertyCopy::Type' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopy, SourceStructIndex) == 0x000054, "Member 'FStateTreePropertyCopy::SourceStructIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyCopyBatch \ +static_assert(alignof(FStateTreePropertyCopyBatch) == 0x000008, "Wrong alignment on FStateTreePropertyCopyBatch"); \ +static_assert(sizeof(FStateTreePropertyCopyBatch) == 0x000020, "Wrong size on FStateTreePropertyCopyBatch"); \ +static_assert(offsetof(FStateTreePropertyCopyBatch, TargetStruct) == 0x000000, "Member 'FStateTreePropertyCopyBatch::TargetStruct' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopyBatch, BindingsBegin) == 0x000018, "Member 'FStateTreePropertyCopyBatch::BindingsBegin' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyCopyBatch, BindingsEnd) == 0x00001A, "Member 'FStateTreePropertyCopyBatch::BindingsEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyAccess \ +static_assert(alignof(FStateTreePropertyAccess) == 0x000008, "Wrong alignment on FStateTreePropertyAccess"); \ +static_assert(sizeof(FStateTreePropertyAccess) == 0x000030, "Wrong size on FStateTreePropertyAccess"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceIndirection) == 0x000000, "Member 'FStateTreePropertyAccess::SourceIndirection' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceStructType) == 0x000020, "Member 'FStateTreePropertyAccess::SourceStructType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceDataHandle) == 0x000028, "Member 'FStateTreePropertyAccess::SourceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyBindings \ +static_assert(alignof(FStateTreePropertyBindings) == 0x000008, "Wrong alignment on FStateTreePropertyBindings"); \ +static_assert(sizeof(FStateTreePropertyBindings) == 0x000078, "Wrong size on FStateTreePropertyBindings"); \ +static_assert(offsetof(FStateTreePropertyBindings, SourceStructs) == 0x000000, "Member 'FStateTreePropertyBindings::SourceStructs' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, CopyBatches) == 0x000010, "Member 'FStateTreePropertyBindings::CopyBatches' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyPathBindings) == 0x000020, "Member 'FStateTreePropertyBindings::PropertyPathBindings' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyCopies) == 0x000030, "Member 'FStateTreePropertyBindings::PropertyCopies' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyReferencePaths) == 0x000040, "Member 'FStateTreePropertyBindings::PropertyReferencePaths' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyAccesses) == 0x000050, "Member 'FStateTreePropertyBindings::PropertyAccesses' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyIndirections) == 0x000060, "Member 'FStateTreePropertyBindings::PropertyIndirections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeReference \ +static_assert(alignof(FStateTreeReference) == 0x000008, "Wrong alignment on FStateTreeReference"); \ +static_assert(sizeof(FStateTreeReference) == 0x000028, "Wrong size on FStateTreeReference"); \ +static_assert(offsetof(FStateTreeReference, StateTree) == 0x000000, "Member 'FStateTreeReference::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeReference, Parameters) == 0x000008, "Member 'FStateTreeReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeReference, PropertyOverrides) == 0x000018, "Member 'FStateTreeReference::PropertyOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTaskCommonBase \ +static_assert(alignof(FStateTreeTaskCommonBase) == 0x000008, "Wrong alignment on FStateTreeTaskCommonBase"); \ +static_assert(sizeof(FStateTreeTaskCommonBase) == 0x000028, "Wrong size on FStateTreeTaskCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomTimeDuration \ +static_assert(alignof(FStateTreeRandomTimeDuration) == 0x000002, "Wrong alignment on FStateTreeRandomTimeDuration"); \ +static_assert(sizeof(FStateTreeRandomTimeDuration) == 0x000004, "Wrong size on FStateTreeRandomTimeDuration"); \ +static_assert(offsetof(FStateTreeRandomTimeDuration, Duration) == 0x000000, "Member 'FStateTreeRandomTimeDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeRandomTimeDuration, RandomVariance) == 0x000002, "Member 'FStateTreeRandomTimeDuration::RandomVariance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTransition \ +static_assert(alignof(FCompactStateTransition) == 0x000004, "Wrong alignment on FCompactStateTransition"); \ +static_assert(sizeof(FCompactStateTransition) == 0x000018, "Wrong size on FCompactStateTransition"); \ +static_assert(offsetof(FCompactStateTransition, EventTag) == 0x000000, "Member 'FCompactStateTransition::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, ConditionsBegin) == 0x000008, "Member 'FCompactStateTransition::ConditionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, State) == 0x00000A, "Member 'FCompactStateTransition::State' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Delay) == 0x00000C, "Member 'FCompactStateTransition::Delay' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Trigger) == 0x000010, "Member 'FCompactStateTransition::Trigger' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Priority) == 0x000011, "Member 'FCompactStateTransition::Priority' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Fallback) == 0x000012, "Member 'FCompactStateTransition::Fallback' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, ConditionsNum) == 0x000013, "Member 'FCompactStateTransition::ConditionsNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTreeState \ +static_assert(alignof(FCompactStateTreeState) == 0x000008, "Wrong alignment on FCompactStateTreeState"); \ +static_assert(sizeof(FCompactStateTreeState) == 0x000038, "Wrong size on FCompactStateTreeState"); \ +static_assert(offsetof(FCompactStateTreeState, Name) == 0x000000, "Member 'FCompactStateTreeState::Name' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, LinkedState) == 0x000008, "Member 'FCompactStateTreeState::LinkedState' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, LinkedAsset) == 0x000010, "Member 'FCompactStateTreeState::LinkedAsset' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Parent) == 0x000018, "Member 'FCompactStateTreeState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ChildrenBegin) == 0x00001A, "Member 'FCompactStateTreeState::ChildrenBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ChildrenEnd) == 0x00001C, "Member 'FCompactStateTreeState::ChildrenEnd' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EnterConditionsBegin) == 0x00001E, "Member 'FCompactStateTreeState::EnterConditionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TransitionsBegin) == 0x000020, "Member 'FCompactStateTreeState::TransitionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TasksBegin) == 0x000022, "Member 'FCompactStateTreeState::TasksBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterTemplateIndex) == 0x000024, "Member 'FCompactStateTreeState::ParameterTemplateIndex' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterDataHandle) == 0x000026, "Member 'FCompactStateTreeState::ParameterDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterBindingsBatch) == 0x00002C, "Member 'FCompactStateTreeState::ParameterBindingsBatch' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EnterConditionsNum) == 0x00002E, "Member 'FCompactStateTreeState::EnterConditionsNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TransitionsNum) == 0x00002F, "Member 'FCompactStateTreeState::TransitionsNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TasksNum) == 0x000030, "Member 'FCompactStateTreeState::TasksNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, InstanceDataNum) == 0x000031, "Member 'FCompactStateTreeState::InstanceDataNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Type) == 0x000032, "Member 'FCompactStateTreeState::Type' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, SelectionBehavior) == 0x000033, "Member 'FCompactStateTreeState::SelectionBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTreeParameters \ +static_assert(alignof(FCompactStateTreeParameters) == 0x000008, "Wrong alignment on FCompactStateTreeParameters"); \ +static_assert(sizeof(FCompactStateTreeParameters) == 0x000010, "Wrong size on FCompactStateTreeParameters"); \ +static_assert(offsetof(FCompactStateTreeParameters, Parameters) == 0x000000, "Member 'FCompactStateTreeParameters::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateIdToHandle \ +static_assert(alignof(FStateTreeStateIdToHandle) == 0x000004, "Wrong alignment on FStateTreeStateIdToHandle"); \ +static_assert(sizeof(FStateTreeStateIdToHandle) == 0x000014, "Wrong size on FStateTreeStateIdToHandle"); \ +static_assert(offsetof(FStateTreeStateIdToHandle, ID) == 0x000000, "Member 'FStateTreeStateIdToHandle::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeStateIdToHandle, Handle) == 0x000010, "Member 'FStateTreeStateIdToHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeNodeIdToIndex \ +static_assert(alignof(FStateTreeNodeIdToIndex) == 0x000004, "Wrong alignment on FStateTreeNodeIdToIndex"); \ +static_assert(sizeof(FStateTreeNodeIdToIndex) == 0x000014, "Wrong size on FStateTreeNodeIdToIndex"); \ +static_assert(offsetof(FStateTreeNodeIdToIndex, ID) == 0x000000, "Member 'FStateTreeNodeIdToIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeIdToIndex, Index) == 0x000010, "Member 'FStateTreeNodeIdToIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionIdToIndex \ +static_assert(alignof(FStateTreeTransitionIdToIndex) == 0x000004, "Wrong alignment on FStateTreeTransitionIdToIndex"); \ +static_assert(sizeof(FStateTreeTransitionIdToIndex) == 0x000014, "Wrong size on FStateTreeTransitionIdToIndex"); \ +static_assert(offsetof(FStateTreeTransitionIdToIndex, ID) == 0x000000, "Member 'FStateTreeTransitionIdToIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionIdToIndex, Index) == 0x000010, "Member 'FStateTreeTransitionIdToIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStructRef \ +static_assert(alignof(FStateTreeStructRef) == 0x000008, "Wrong alignment on FStateTreeStructRef"); \ +static_assert(sizeof(FStateTreeStructRef) == 0x000010, "Wrong size on FStateTreeStructRef"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateLink \ +static_assert(alignof(FStateTreeStateLink) == 0x000002, "Wrong alignment on FStateTreeStateLink"); \ +static_assert(sizeof(FStateTreeStateLink) == 0x000002, "Wrong size on FStateTreeStateLink"); \ +static_assert(offsetof(FStateTreeStateLink, StateHandle) == 0x000000, "Member 'FStateTreeStateLink::StateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDebugTextTaskInstanceData \ +static_assert(alignof(FStateTreeDebugTextTaskInstanceData) == 0x000008, "Wrong alignment on FStateTreeDebugTextTaskInstanceData"); \ +static_assert(sizeof(FStateTreeDebugTextTaskInstanceData) == 0x000008, "Wrong size on FStateTreeDebugTextTaskInstanceData"); \ +static_assert(offsetof(FStateTreeDebugTextTaskInstanceData, ReferenceActor) == 0x000000, "Member 'FStateTreeDebugTextTaskInstanceData::ReferenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDebugTextTask \ +static_assert(alignof(FStateTreeDebugTextTask) == 0x000008, "Wrong alignment on FStateTreeDebugTextTask"); \ +static_assert(sizeof(FStateTreeDebugTextTask) == 0x000060, "Wrong size on FStateTreeDebugTextTask"); \ +static_assert(offsetof(FStateTreeDebugTextTask, Text) == 0x000028, "Member 'FStateTreeDebugTextTask::Text' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, TextColor) == 0x000038, "Member 'FStateTreeDebugTextTask::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, FontScale) == 0x00003C, "Member 'FStateTreeDebugTextTask::FontScale' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, Offset) == 0x000040, "Member 'FStateTreeDebugTextTask::Offset' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, bEnabled) == 0x000058, "Member 'FStateTreeDebugTextTask::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelayTaskInstanceData \ +static_assert(alignof(FStateTreeDelayTaskInstanceData) == 0x000004, "Wrong alignment on FStateTreeDelayTaskInstanceData"); \ +static_assert(sizeof(FStateTreeDelayTaskInstanceData) == 0x000010, "Wrong size on FStateTreeDelayTaskInstanceData"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, Duration) == 0x000000, "Member 'FStateTreeDelayTaskInstanceData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, RandomDeviation) == 0x000004, "Member 'FStateTreeDelayTaskInstanceData::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, bRunForever) == 0x000008, "Member 'FStateTreeDelayTaskInstanceData::bRunForever' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelayTask \ +static_assert(alignof(FStateTreeDelayTask) == 0x000008, "Wrong alignment on FStateTreeDelayTask"); \ +static_assert(sizeof(FStateTreeDelayTask) == 0x000028, "Wrong size on FStateTreeDelayTask"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_RequestTransition \ +static_assert(alignof(StateTreeNodeBlueprintBase_RequestTransition) == 0x000002, "Wrong alignment on StateTreeNodeBlueprintBase_RequestTransition"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_RequestTransition) == 0x000004, "Wrong size on StateTreeNodeBlueprintBase_RequestTransition"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_RequestTransition, TargetState) == 0x000000, "Member 'StateTreeNodeBlueprintBase_RequestTransition::TargetState' has a wrong offset!"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_RequestTransition, Priority) == 0x000002, "Member 'StateTreeNodeBlueprintBase_RequestTransition::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_SendEvent \ +static_assert(alignof(StateTreeNodeBlueprintBase_SendEvent) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_SendEvent"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_SendEvent) == 0x000020, "Wrong size on StateTreeNodeBlueprintBase_SendEvent"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_SendEvent, Event) == 0x000000, "Member 'StateTreeNodeBlueprintBase_SendEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeNodeBlueprintBase \ +static_assert(alignof(UStateTreeNodeBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeNodeBlueprintBase"); \ +static_assert(sizeof(UStateTreeNodeBlueprintBase) == 0x000040, "Wrong size on UStateTreeNodeBlueprintBase"); \ +static_assert(offsetof(UStateTreeNodeBlueprintBase, CachedOwner) == 0x000038, "Member 'UStateTreeNodeBlueprintBase::CachedOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_FinishTask \ +static_assert(alignof(StateTreeTaskBlueprintBase_FinishTask) == 0x000001, "Wrong alignment on StateTreeTaskBlueprintBase_FinishTask"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_FinishTask) == 0x000001, "Wrong size on StateTreeTaskBlueprintBase_FinishTask"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_FinishTask, bSucceeded) == 0x000000, "Member 'StateTreeTaskBlueprintBase_FinishTask::bSucceeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveEnterState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveEnterState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveEnterState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveEnterState) == 0x000038, "Wrong size on StateTreeTaskBlueprintBase_ReceiveEnterState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveEnterState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveEnterState::Transition' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveEnterState, ReturnValue) == 0x000030, "Member 'StateTreeTaskBlueprintBase_ReceiveEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveExitState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveExitState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveExitState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveExitState) == 0x000030, "Wrong size on StateTreeTaskBlueprintBase_ReceiveExitState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveExitState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveExitState::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveLatentEnterState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveLatentEnterState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState) == 0x000030, "Wrong size on StateTreeTaskBlueprintBase_ReceiveLatentEnterState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveLatentEnterState::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveLatentTick \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveLatentTick) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveLatentTick"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveLatentTick) == 0x000004, "Wrong size on StateTreeTaskBlueprintBase_ReceiveLatentTick"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveLatentTick, DeltaTime) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveLatentTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveStateCompleted \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveStateCompleted) == 0x000002, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveStateCompleted"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveStateCompleted) == 0x000014, "Wrong size on StateTreeTaskBlueprintBase_ReceiveStateCompleted"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveStateCompleted, CompletionStatus) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveStateCompleted::CompletionStatus' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveStateCompleted, CompletedActiveStates) == 0x000002, "Member 'StateTreeTaskBlueprintBase_ReceiveStateCompleted::CompletedActiveStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveTick \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveTick) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveTick"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveTick) == 0x000008, "Wrong size on StateTreeTaskBlueprintBase_ReceiveTick"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveTick, DeltaTime) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveTick, ReturnValue) == 0x000004, "Member 'StateTreeTaskBlueprintBase_ReceiveTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeTaskBlueprintBase \ +static_assert(alignof(UStateTreeTaskBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeTaskBlueprintBase"); \ +static_assert(sizeof(UStateTreeTaskBlueprintBase) == 0x000048, "Wrong size on UStateTreeTaskBlueprintBase"); \ + +#define DUMPER7_ASSERTS_IStateTreeSchemaProvider \ +static_assert(alignof(IStateTreeSchemaProvider) == 0x000001, "Wrong alignment on IStateTreeSchemaProvider"); \ +static_assert(sizeof(IStateTreeSchemaProvider) == 0x000001, "Wrong size on IStateTreeSchemaProvider"); \ + +#define DUMPER7_ASSERTS_StateTreeEvaluatorBlueprintBase_ReceiveTick \ +static_assert(alignof(StateTreeEvaluatorBlueprintBase_ReceiveTick) == 0x000004, "Wrong alignment on StateTreeEvaluatorBlueprintBase_ReceiveTick"); \ +static_assert(sizeof(StateTreeEvaluatorBlueprintBase_ReceiveTick) == 0x000004, "Wrong size on StateTreeEvaluatorBlueprintBase_ReceiveTick"); \ +static_assert(offsetof(StateTreeEvaluatorBlueprintBase_ReceiveTick, DeltaTime) == 0x000000, "Member 'StateTreeEvaluatorBlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeEvaluatorBlueprintBase \ +static_assert(alignof(UStateTreeEvaluatorBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeEvaluatorBlueprintBase"); \ +static_assert(sizeof(UStateTreeEvaluatorBlueprintBase) == 0x000048, "Wrong size on UStateTreeEvaluatorBlueprintBase"); \ + +#define DUMPER7_ASSERTS_UStateTreeSettings \ +static_assert(alignof(UStateTreeSettings) == 0x000008, "Wrong alignment on UStateTreeSettings"); \ +static_assert(sizeof(UStateTreeSettings) == 0x000040, "Wrong size on UStateTreeSettings"); \ +static_assert(offsetof(UStateTreeSettings, bAutoStartDebuggerTracesOnNonEditorTargets) == 0x000038, "Member 'UStateTreeSettings::bAutoStartDebuggerTracesOnNonEditorTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeConditionBlueprintBase_ReceiveTestCondition \ +static_assert(alignof(StateTreeConditionBlueprintBase_ReceiveTestCondition) == 0x000001, "Wrong alignment on StateTreeConditionBlueprintBase_ReceiveTestCondition"); \ +static_assert(sizeof(StateTreeConditionBlueprintBase_ReceiveTestCondition) == 0x000001, "Wrong size on StateTreeConditionBlueprintBase_ReceiveTestCondition"); \ +static_assert(offsetof(StateTreeConditionBlueprintBase_ReceiveTestCondition, ReturnValue) == 0x000000, "Member 'StateTreeConditionBlueprintBase_ReceiveTestCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeConditionBlueprintBase \ +static_assert(alignof(UStateTreeConditionBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeConditionBlueprintBase"); \ +static_assert(sizeof(UStateTreeConditionBlueprintBase) == 0x000048, "Wrong size on UStateTreeConditionBlueprintBase"); \ + +#define DUMPER7_ASSERTS_UStateTree \ +static_assert(alignof(UStateTree) == 0x000008, "Wrong alignment on UStateTree"); \ +static_assert(sizeof(UStateTree) == 0x000198, "Wrong size on UStateTree"); \ +static_assert(offsetof(UStateTree, LastCompiledEditorDataHash) == 0x000030, "Member 'UStateTree::LastCompiledEditorDataHash' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Schema) == 0x000038, "Member 'UStateTree::Schema' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, States) == 0x000040, "Member 'UStateTree::States' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Transitions) == 0x000050, "Member 'UStateTree::Transitions' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Nodes) == 0x000060, "Member 'UStateTree::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, DefaultInstanceData) == 0x000070, "Member 'UStateTree::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, SharedInstanceData) == 0x000080, "Member 'UStateTree::SharedInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, ContextDataDescs) == 0x0000A8, "Member 'UStateTree::ContextDataDescs' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, PropertyBindings) == 0x0000B8, "Member 'UStateTree::PropertyBindings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToStateMappings) == 0x000130, "Member 'UStateTree::IDToStateMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToNodeMappings) == 0x000140, "Member 'UStateTree::IDToNodeMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToTransitionMappings) == 0x000150, "Member 'UStateTree::IDToTransitionMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Parameters) == 0x000160, "Member 'UStateTree::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, NumContextData) == 0x000170, "Member 'UStateTree::NumContextData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, NumGlobalInstanceData) == 0x000172, "Member 'UStateTree::NumGlobalInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, EvaluatorsBegin) == 0x000174, "Member 'UStateTree::EvaluatorsBegin' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, EvaluatorsNum) == 0x000176, "Member 'UStateTree::EvaluatorsNum' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, GlobalTasksBegin) == 0x000178, "Member 'UStateTree::GlobalTasksBegin' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, GlobalTasksNum) == 0x00017A, "Member 'UStateTree::GlobalTasksNum' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, bHasGlobalTransitionTasks) == 0x00017C, "Member 'UStateTree::bHasGlobalTransitionTasks' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, ExternalDataDescs) == 0x000180, "Member 'UStateTree::ExternalDataDescs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeSchema \ +static_assert(alignof(UStateTreeSchema) == 0x000008, "Wrong alignment on UStateTreeSchema"); \ +static_assert(sizeof(UStateTreeSchema) == 0x000028, "Wrong size on UStateTreeSchema"); \ + +#define DUMPER7_ASSERTS_WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_OverlayHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge \ +static_assert(alignof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge) == 0x000008, "Wrong alignment on WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge"); \ +static_assert(sizeof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge) == 0x000070, "Wrong size on WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, EntryPoint) == 0x000000, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_GetPartyHealConsumable_Row_Name) == 0x000020, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_GetPartyHealConsumable_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000028, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_FindItemCountFromInventory_Quantity) == 0x000034, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000040, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_GetSocketLocation_ReturnValue) == 0x000048, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000060, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000068, "Member 'WBP_OverlayHealCartridge_C_ExecuteUbergraph_WBP_OverlayHealCartridge::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverlayHealCartridge_C_SetPromptActive \ +static_assert(alignof(WBP_OverlayHealCartridge_C_SetPromptActive) == 0x000008, "Wrong alignment on WBP_OverlayHealCartridge_C_SetPromptActive"); \ +static_assert(sizeof(WBP_OverlayHealCartridge_C_SetPromptActive) == 0x000038, "Wrong size on WBP_OverlayHealCartridge_C_SetPromptActive"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, Temp_wildcard_Variable) == 0x000000, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, Temp_wildcard_Variable_0) == 0x000010, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::Temp_wildcard_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_GetPartyHealConsumable_Row_Name) == 0x000020, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_GetPartyHealConsumable_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_FindItemCountFromInventory_Quantity) == 0x000028, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_HasCharacterToHeal_ReturnValue) == 0x00002D, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_HasCharacterToHeal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayHealCartridge_C_SetPromptActive, K2Node_AssignmentStatement_Value_ImplicitCast) == 0x000030, "Member 'WBP_OverlayHealCartridge_C_SetPromptActive::K2Node_AssignmentStatement_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_OverlayHealCartridge_C \ +static_assert(alignof(UWBP_OverlayHealCartridge_C) == 0x000008, "Wrong alignment on UWBP_OverlayHealCartridge_C"); \ +static_assert(sizeof(UWBP_OverlayHealCartridge_C) == 0x000468, "Wrong size on UWBP_OverlayHealCartridge_C"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, UberGraphFrame) == 0x000430, "Member 'UWBP_OverlayHealCartridge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, Background) == 0x000438, "Member 'UWBP_OverlayHealCartridge_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, HealingElixirCount) == 0x000440, "Member 'UWBP_OverlayHealCartridge_C::HealingElixirCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, HealPrompt) == 0x000448, "Member 'UWBP_OverlayHealCartridge_C::HealPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, OnHealSuccess) == 0x000450, "Member 'UWBP_OverlayHealCartridge_C::OnHealSuccess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayHealCartridge_C, bHideBindingWhenInactive) == 0x000460, "Member 'UWBP_OverlayHealCartridge_C::bHideBindingWhenInactive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineOverrideSettings \ +static_assert(alignof(UStreamlineOverrideSettings) == 0x000008, "Wrong alignment on UStreamlineOverrideSettings"); \ +static_assert(sizeof(UStreamlineOverrideSettings) == 0x000030, "Wrong size on UStreamlineOverrideSettings"); \ +static_assert(offsetof(UStreamlineOverrideSettings, EnableDLSSFGInPlayInEditorViewportsOverride) == 0x000028, "Member 'UStreamlineOverrideSettings::EnableDLSSFGInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, LoadDebugOverlayOverride) == 0x000029, "Member 'UStreamlineOverrideSettings::LoadDebugOverlayOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineSettings \ +static_assert(alignof(UStreamlineSettings) == 0x000008, "Wrong alignment on UStreamlineSettings"); \ +static_assert(sizeof(UStreamlineSettings) == 0x000038, "Wrong size on UStreamlineSettings"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D12) == 0x000028, "Member 'UStreamlineSettings::bEnableStreamlineD3D12' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D11) == 0x000029, "Member 'UStreamlineSettings::bEnableStreamlineD3D11' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableDLSSFGInPlayInEditorViewports) == 0x00002A, "Member 'UStreamlineSettings::bEnableDLSSFGInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bLoadDebugOverlay) == 0x00002B, "Member 'UStreamlineSettings::bLoadDebugOverlay' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bAllowOTAUpdate) == 0x00002C, "Member 'UStreamlineSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, NVIDIANGXApplicationId) == 0x000030, "Member 'UStreamlineSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecorator_KeywordSet_C \ +static_assert(alignof(UDecorator_KeywordSet_C) == 0x000008, "Wrong alignment on UDecorator_KeywordSet_C"); \ +static_assert(sizeof(UDecorator_KeywordSet_C) == 0x000040, "Wrong size on UDecorator_KeywordSet_C"); \ + +#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) == 0x000028, "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) == 0x000028, "Wrong size on UStreamlineLibraryDLSSG"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus \ +static_assert(alignof(WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus) == 0x000004, "Wrong alignment on WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus"); \ +static_assert(sizeof(WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus) == 0x000004, "Wrong size on WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus, EntryPoint) == 0x000000, "Member 'WBP_HUD_TeamStatus_C_ExecuteUbergraph_WBP_HUD_TeamStatus::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TeamStatus_C_LoadCharactersStates \ +static_assert(alignof(WBP_HUD_TeamStatus_C_LoadCharactersStates) == 0x000008, "Wrong alignment on WBP_HUD_TeamStatus_C_LoadCharactersStates"); \ +static_assert(sizeof(WBP_HUD_TeamStatus_C_LoadCharactersStates) == 0x000058, "Wrong size on WBP_HUD_TeamStatus_C_LoadCharactersStates"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000028, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TeamStatus_C_LoadCharactersStates, CallFunc_GetCharacterCollection_Characters) == 0x000048, "Member 'WBP_HUD_TeamStatus_C_LoadCharactersStates::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_TeamStatus_C \ +static_assert(alignof(UWBP_HUD_TeamStatus_C) == 0x000008, "Wrong alignment on UWBP_HUD_TeamStatus_C"); \ +static_assert(sizeof(UWBP_HUD_TeamStatus_C) == 0x000358, "Wrong size on UWBP_HUD_TeamStatus_C"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HUD_TeamStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, Anim_Appear) == 0x000310, "Member 'UWBP_HUD_TeamStatus_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, CharacterBox) == 0x000318, "Member 'UWBP_HUD_TeamStatus_C::CharacterBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, OverlayHealCartridge) == 0x000320, "Member 'UWBP_HUD_TeamStatus_C::OverlayHealCartridge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, InputActionRow) == 0x000328, "Member 'UWBP_HUD_TeamStatus_C::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, HasAppeared) == 0x000338, "Member 'UWBP_HUD_TeamStatus_C::HasAppeared' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, OnHealSuccess) == 0x000340, "Member 'UWBP_HUD_TeamStatus_C::OnHealSuccess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TeamStatus_C, bHideBindingWhenInactive) == 0x000350, "Member 'UWBP_HUD_TeamStatus_C::bHideBindingWhenInactive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir) == 0x000070, "Wrong size on BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, FromSave) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::FromSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, ReturnValue) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_Map_Find_Value_1) == 0x000069, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_Map_Find_ReturnValue_1) == 0x00006A, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00006B, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir, CallFunc_BooleanAND_ReturnValue) == 0x00006C, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasReachedMirrorRenoir::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint) == 0x000040, "Wrong size on BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, FromSave) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::FromSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, ReturnValue) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_Array_Contains_ReturnValue) == 0x00003C, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003D, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_HasUnlockedMaellePathSpawnPoint::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, Temp_bool_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, CallFunc_HasReachedMirrorRenoir_ReturnValue) == 0x000011, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::CallFunc_HasReachedMirrorRenoir_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, CallFunc_HasUnlockedMaellePathSpawnPoint_ReturnValue) == 0x000012, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::CallFunc_HasUnlockedMaellePathSpawnPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_PatchOldLumiereData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V2) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V3) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V2_To_V3_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V2_To_V3_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V2_To_V3_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V2_To_V3_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V2_To_V3_C) == 0x000060, "Wrong size on UBP_SaveGameObjectUpgrader_V2_To_V3_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V2_To_V3_C, QuestObjective_BeatingMirrorRenoir) == 0x000038, "Member 'UBP_SaveGameObjectUpgrader_V2_To_V3_C::QuestObjective_BeatingMirrorRenoir' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V2_To_V3_C, SpawnPointTag_MaellePath) == 0x000048, "Member 'UBP_SaveGameObjectUpgrader_V2_To_V3_C::SpawnPointTag_MaellePath' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V2_To_V3_C, GameActionTriggerZoneID_DiscoveringTheTruth) == 0x000050, "Member 'UBP_SaveGameObjectUpgrader_V2_To_V3_C::GameActionTriggerZoneID_DiscoveringTheTruth' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V2_To_V3_C, LevelAssetName_OldLumiere) == 0x000058, "Member 'UBP_SaveGameObjectUpgrader_V2_To_V3_C::LevelAssetName_OldLumiere' has a wrong offset!"); \ + +#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_GetSupportedReflexModes \ +static_assert(alignof(StreamlineLibraryReflex_GetSupportedReflexModes) == 0x000008, "Wrong alignment on StreamlineLibraryReflex_GetSupportedReflexModes"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetSupportedReflexModes) == 0x000010, "Wrong size on StreamlineLibraryReflex_GetSupportedReflexModes"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetSupportedReflexModes, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetSupportedReflexModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexModeSupported \ +static_assert(alignof(StreamlineLibraryReflex_IsReflexModeSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexModeSupported"); \ +static_assert(sizeof(StreamlineLibraryReflex_IsReflexModeSupported) == 0x000002, "Wrong size on StreamlineLibraryReflex_IsReflexModeSupported"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexModeSupported, ReflexMode) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexModeSupported::ReflexMode' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexModeSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibraryReflex_IsReflexModeSupported::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) == 0x000028, "Wrong size on UStreamlineLibraryReflex"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate \ +static_assert(alignof(BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate) == 0x000008, "Wrong alignment on BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(sizeof(BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate) == 0x000010, "Wrong size on BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(offsetof(BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate, GameplayElementsToActivate) == 0x000000, "Member 'BP_GPE_Controller_C_GPETrigger_GetGameplayElementsToActivate::GameplayElementsToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Controller_C_GPE_GetActivationComponent \ +static_assert(alignof(BP_GPE_Controller_C_GPE_GetActivationComponent) == 0x000008, "Wrong alignment on BP_GPE_Controller_C_GPE_GetActivationComponent"); \ +static_assert(sizeof(BP_GPE_Controller_C_GPE_GetActivationComponent) == 0x000008, "Wrong size on BP_GPE_Controller_C_GPE_GetActivationComponent"); \ +static_assert(offsetof(BP_GPE_Controller_C_GPE_GetActivationComponent, ActivationComponent) == 0x000000, "Member 'BP_GPE_Controller_C_GPE_GetActivationComponent::ActivationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_Controller_C \ +static_assert(alignof(ABP_GPE_Controller_C) == 0x000008, "Wrong alignment on ABP_GPE_Controller_C"); \ +static_assert(sizeof(ABP_GPE_Controller_C) == 0x0002B0, "Wrong size on ABP_GPE_Controller_C"); \ +static_assert(offsetof(ABP_GPE_Controller_C, BP_GPEInternalActivationComponent) == 0x000290, "Member 'ABP_GPE_Controller_C::BP_GPEInternalActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Controller_C, Billboard) == 0x000298, "Member 'ABP_GPE_Controller_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Controller_C, BP_GPEDebugComponent) == 0x0002A0, "Member 'ABP_GPE_Controller_C::BP_GPEDebugComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Controller_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_GPE_Controller_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSOverrideSettings \ +static_assert(alignof(UDLSSOverrideSettings) == 0x000008, "Wrong alignment on UDLSSOverrideSettings"); \ +static_assert(sizeof(UDLSSOverrideSettings) == 0x000030, "Wrong size on UDLSSOverrideSettings"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInEditorViewportsOverride) == 0x000028, "Member 'UDLSSOverrideSettings::EnableDLSSInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInPlayInEditorViewportsOverride) == 0x000029, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00002A, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x00002B, "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) == 0x000028, "Member 'UDLSSSettings::bEnableDLSSD3D12' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D11) == 0x000029, "Member 'UDLSSSettings::bEnableDLSSD3D11' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSVulkan) == 0x00002A, "Member 'UDLSSSettings::bEnableDLSSVulkan' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInEditorViewports) == 0x00002B, "Member 'UDLSSSettings::bEnableDLSSInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInPlayInEditorViewports) == 0x00002C, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x00002D, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, GenericDLSSBinaryPath) == 0x000030, "Member 'UDLSSSettings::GenericDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bGenericDLSSBinaryExists) == 0x000040, "Member 'UDLSSSettings::bGenericDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x000044, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, CustomDLSSBinaryPath) == 0x000048, "Member 'UDLSSSettings::CustomDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bCustomDLSSBinaryExists) == 0x000058, "Member 'UDLSSSettings::bCustomDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000059, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00005A, "Member 'UDLSSSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x00005B, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x00005D, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x00005E, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x00005F, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x000060, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAARRPreset) == 0x000061, "Member 'UDLSSSettings::DLAARRPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRQualityPreset) == 0x000063, "Member 'UDLSSSettings::DLSSRRQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRBalancedPreset) == 0x000064, "Member 'UDLSSSettings::DLSSRRBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRPerformancePreset) == 0x000065, "Member 'UDLSSSettings::DLSSRRPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRUltraPerformancePreset) == 0x000066, "Member 'UDLSSSettings::DLSSRRUltraPerformancePreset' 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) == 0x000008, "Wrong alignment on DLSSLibrary_GetDLSSModeInformation"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSModeInformation) == 0x000030, "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) == 0x000008, "Member 'DLSSLibrary_GetDLSSModeInformation::ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsSupported) == 0x000018, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsSupported' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalScreenPercentage) == 0x00001C, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsFixedScreenPercentage) == 0x000020, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsFixedScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MinScreenPercentage) == 0x000024, "Member 'DLSSLibrary_GetDLSSModeInformation::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MaxScreenPercentage) == 0x000028, "Member 'DLSSLibrary_GetDLSSModeInformation::MaxScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalSharpness) == 0x00002C, "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_IsRayTracingAvailable \ +static_assert(alignof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong alignment on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(sizeof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong size on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(offsetof(DLSSLibrary_IsRayTracingAvailable, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsRayTracingAvailable::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) == 0x000008, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000010, "Wrong size on DLSSLibrary_SetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, WorldContextObject) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000008, "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) == 0x000028, "Wrong size on UDLSSLibrary"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction \ +static_assert(alignof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction) == 0x000040, "Wrong size on BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, GameActionWrapper) == 0x000000, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, CallFunc_GetGameActionFromWrapperPure_GameAction) == 0x000010, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::CallFunc_GetGameActionFromWrapperPure_GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, CallFunc_GetInstanceClass_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::CallFunc_GetInstanceClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_ChildExecutor_C_ExecuteChildGameAction::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished \ +static_assert(alignof(BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished) == 0x000008, "Wrong alignment on BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished"); \ +static_assert(sizeof(BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished) == 0x000020, "Wrong size on BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished, GameActionInstance) == 0x000000, "Member 'BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_ChildExecutor_C_OnChildGameActionFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction \ +static_assert(alignof(BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction) == 0x000018, "Wrong size on BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction, GameActionWrapper) == 0x000000, "Member 'BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000010, "Member 'BP_GameActionInstance_ChildExecutor_C_TryExecuteChildGameAction::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ChildExecutor_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_ChildExecutor_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_ChildExecutor_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_ChildExecutor_C_GetDebugString) == 0x000028, "Wrong size on BP_GameActionInstance_ChildExecutor_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ChildExecutor_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ChildExecutor_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ChildExecutor_C_GetDebugString, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ChildExecutor_C_GetDebugString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_ChildExecutor_C \ +static_assert(alignof(UBP_GameActionInstance_ChildExecutor_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_ChildExecutor_C"); \ +static_assert(sizeof(UBP_GameActionInstance_ChildExecutor_C) == 0x000048, "Wrong size on UBP_GameActionInstance_ChildExecutor_C"); \ +static_assert(offsetof(UBP_GameActionInstance_ChildExecutor_C, ChildGameActionInstance) == 0x000040, "Member 'UBP_GameActionInstance_ChildExecutor_C::ChildGameActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFFXFSR4Settings \ +static_assert(alignof(UFFXFSR4Settings) == 0x000008, "Wrong alignment on UFFXFSR4Settings"); \ +static_assert(sizeof(UFFXFSR4Settings) == 0x0000C8, "Wrong size on UFFXFSR4Settings"); \ +static_assert(offsetof(UFFXFSR4Settings, bEnabled) == 0x000038, "Member 'UFFXFSR4Settings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bAutoExposure) == 0x000039, "Member 'UFFXFSR4Settings::bAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bEnabledInEditorViewport) == 0x00003A, "Member 'UFFXFSR4Settings::bEnabledInEditorViewport' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bUseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFFXFSR4Settings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bFrameGenEnabled) == 0x00003C, "Member 'UFFXFSR4Settings::bFrameGenEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bCaptureDebugUI) == 0x00003D, "Member 'UFFXFSR4Settings::bCaptureDebugUI' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bUpdateGlobalFrameTime) == 0x00003E, "Member 'UFFXFSR4Settings::bUpdateGlobalFrameTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bModifySlateDeltaTime) == 0x00003F, "Member 'UFFXFSR4Settings::bModifySlateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, UIMode) == 0x000040, "Member 'UFFXFSR4Settings::UIMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bUseDistortionTexture) == 0x000044, "Member 'UFFXFSR4Settings::bUseDistortionTexture' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bD3D12AsyncInterpolation) == 0x000045, "Member 'UFFXFSR4Settings::bD3D12AsyncInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bD3D12AsyncPresent) == 0x000046, "Member 'UFFXFSR4Settings::bD3D12AsyncPresent' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, QualityMode) == 0x000048, "Member 'UFFXFSR4Settings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, HistoryFormat) == 0x00004C, "Member 'UFFXFSR4Settings::HistoryFormat' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, DeDither) == 0x000050, "Member 'UFFXFSR4Settings::DeDither' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, Sharpness) == 0x000054, "Member 'UFFXFSR4Settings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bAdjustMipBias) == 0x000058, "Member 'UFFXFSR4Settings::bAdjustMipBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bForceVertexDeformationOutputsVelocity) == 0x000059, "Member 'UFFXFSR4Settings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ForceLandscapeHISMMobility) == 0x00005C, "Member 'UFFXFSR4Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, VelocityFactor) == 0x000060, "Member 'UFFXFSR4Settings::VelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bReactiveMask) == 0x000064, "Member 'UFFXFSR4Settings::bReactiveMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReflectionScale) == 0x000068, "Member 'UFFXFSR4Settings::ReflectionScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReflectionLuminanceBias) == 0x00006C, "Member 'UFFXFSR4Settings::ReflectionLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, RoughnessScale) == 0x000070, "Member 'UFFXFSR4Settings::RoughnessScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, RoughnessBias) == 0x000074, "Member 'UFFXFSR4Settings::RoughnessBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, RoughnessMaxDistance) == 0x000078, "Member 'UFFXFSR4Settings::RoughnessMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bReactiveMaskRoughnessForceMaxDistance) == 0x00007C, "Member 'UFFXFSR4Settings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, TranslucencyBias) == 0x000080, "Member 'UFFXFSR4Settings::TranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, TranslucencyLuminanceBias) == 0x000084, "Member 'UFFXFSR4Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, TranslucencyMaxDistance) == 0x000088, "Member 'UFFXFSR4Settings::TranslucencyMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveShadingModelID) == 0x00008C, "Member 'UFFXFSR4Settings::ReactiveShadingModelID' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ForceReactiveMaterialValue) == 0x000090, "Member 'UFFXFSR4Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveHistoryTranslucencyBias) == 0x000094, "Member 'UFFXFSR4Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveHistoryTranslucencyLumaBias) == 0x000098, "Member 'UFFXFSR4Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, PreDOFTranslucencyScale) == 0x00009C, "Member 'UFFXFSR4Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, bPreDOFTranslucencyMax) == 0x0000A0, "Member 'UFFXFSR4Settings::bPreDOFTranslucencyMax' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveMaskDeferredDecalScale) == 0x0000A4, "Member 'UFFXFSR4Settings::ReactiveMaskDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveHistoryDeferredDecalScale) == 0x0000A8, "Member 'UFFXFSR4Settings::ReactiveHistoryDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveMaskTAAResponsiveValue) == 0x0000AC, "Member 'UFFXFSR4Settings::ReactiveMaskTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveHistoryTAAResponsiveValue) == 0x0000B0, "Member 'UFFXFSR4Settings::ReactiveHistoryTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveMaskCustomStencilScale) == 0x0000B4, "Member 'UFFXFSR4Settings::ReactiveMaskCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, ReactiveHistoryCustomStencilScale) == 0x0000B8, "Member 'UFFXFSR4Settings::ReactiveHistoryCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, CustomStencilMask) == 0x0000BC, "Member 'UFFXFSR4Settings::CustomStencilMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR4Settings, CustomStencilShift) == 0x0000C0, "Member 'UFFXFSR4Settings::CustomStencilShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_CheckForErrors \ +static_assert(alignof(BP_ConditionCheckerComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_ConditionCheckerComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_CheckForErrors) == 0x000030, "Wrong size on BP_ConditionCheckerComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_ConditionCheckerComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_CheckForErrors, CallFunc_MakeLiteralString_ReturnValue) == 0x000018, "Member 'BP_ConditionCheckerComponent_C_CheckForErrors::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_CheckForErrors, CallFunc_IsConditionSet_Result) == 0x000028, "Member 'BP_ConditionCheckerComponent_C_CheckForErrors::CallFunc_IsConditionSet_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_GetCurrentConditionValue \ +static_assert(alignof(BP_ConditionCheckerComponent_C_GetCurrentConditionValue) == 0x000001, "Wrong alignment on BP_ConditionCheckerComponent_C_GetCurrentConditionValue"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_GetCurrentConditionValue) == 0x000001, "Wrong size on BP_ConditionCheckerComponent_C_GetCurrentConditionValue"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_GetCurrentConditionValue, CurrentValue_0) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_GetCurrentConditionValue::CurrentValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_DispatchConditionChanged \ +static_assert(alignof(BP_ConditionCheckerComponent_C_DispatchConditionChanged) == 0x000001, "Wrong alignment on BP_ConditionCheckerComponent_C_DispatchConditionChanged"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_DispatchConditionChanged) == 0x000002, "Wrong size on BP_ConditionCheckerComponent_C_DispatchConditionChanged"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_DispatchConditionChanged, CallFunc_IsInPlayMode_ReturnValue) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_DispatchConditionChanged::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_DispatchConditionChanged, CallFunc_IsPackagedBuild_ReturnValue) == 0x000001, "Member 'BP_ConditionCheckerComponent_C_DispatchConditionChanged::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_EvaluateConditionChecker \ +static_assert(alignof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker) == 0x000001, "Wrong alignment on BP_ConditionCheckerComponent_C_EvaluateConditionChecker"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker) == 0x000004, "Wrong size on BP_ConditionCheckerComponent_C_EvaluateConditionChecker"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker, ForceDispatchConditionChanged) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_EvaluateConditionChecker::ForceDispatchConditionChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker, CallFunc_CheckOptionalCondition_Result) == 0x000001, "Member 'BP_ConditionCheckerComponent_C_EvaluateConditionChecker::CallFunc_CheckOptionalCondition_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'BP_ConditionCheckerComponent_C_EvaluateConditionChecker::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_EvaluateConditionChecker, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_ConditionCheckerComponent_C_EvaluateConditionChecker::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_ConditionCheckerComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_ConditionCheckerComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_ConditionCheckerComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent \ +static_assert(alignof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent) == 0x000008, "Wrong alignment on BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent"); \ +static_assert(sizeof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent) == 0x000040, "Wrong size on BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, EntryPoint) == 0x000000, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, K2Node_Event_EndPlayReason) == 0x000024, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, CallFunc_GetCustomGI_ReturnValue) == 0x000028, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent, CallFunc_GetCustomGI_ReturnValue_1) == 0x000038, "Member 'BP_ConditionCheckerComponent_C_ExecuteUbergraph_BP_ConditionCheckerComponent::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionCheckerComponent_C \ +static_assert(alignof(UBP_ConditionCheckerComponent_C) == 0x000008, "Wrong alignment on UBP_ConditionCheckerComponent_C"); \ +static_assert(sizeof(UBP_ConditionCheckerComponent_C) == 0x0000D0, "Wrong size on UBP_ConditionCheckerComponent_C"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ConditionCheckerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, ConditionChecker) == 0x0000A8, "Member 'UBP_ConditionCheckerComponent_C::ConditionChecker' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, CurrentValue) == 0x0000B0, "Member 'UBP_ConditionCheckerComponent_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, OnConditionChanged) == 0x0000B8, "Member 'UBP_ConditionCheckerComponent_C::OnConditionChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, ForcedValue) == 0x0000C8, "Member 'UBP_ConditionCheckerComponent_C::ForcedValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionCheckerComponent_C, IsValueForced) == 0x0000C9, "Member 'UBP_ConditionCheckerComponent_C::IsValueForced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFFXBlueprintLibrary \ +static_assert(alignof(UFFXBlueprintLibrary) == 0x000008, "Wrong alignment on UFFXBlueprintLibrary"); \ +static_assert(sizeof(UFFXBlueprintLibrary) == 0x000028, "Wrong size on UFFXBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_BreakKey \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_BreakKey"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000058, "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) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::InteractionProfile' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Hand) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Hand' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, MotionSource) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Indentifier) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Indentifier' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Component) == 0x000048, "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) == 0x000060, "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) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate, ActionPath) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate::ActionPath' 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_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) == 0x000008, "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) == 0x0000C0, "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) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, position) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::position' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedLinearVelocity) == 0x000058, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearVelocity) == 0x000060, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedAngularVelocity) == 0x000078, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, AngularVelocityAsAxisAndLength) == 0x000080, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::AngularVelocityAsAxisAndLength' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedLinearAcceleration) == 0x000098, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearAcceleration) == 0x0000A0, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ReturnValue) == 0x0000B8, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2 \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2) == 0x0000C0, "Wrong size on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, ControllerIndex) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, MotionSource) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, Time) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::Time' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, bTimeWasUsed) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::bTimeWasUsed' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, Orientation) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, position) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::position' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, bProvidedLinearVelocity) == 0x000058, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::bProvidedLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, LinearVelocity) == 0x000060, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, bProvidedAngularVelocity) == 0x000078, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::bProvidedAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, AngularVelocity) == 0x000080, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, bProvidedLinearAcceleration) == 0x000098, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::bProvidedLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, LinearAcceleration) == 0x0000A0, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::LinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2, ReturnValue) == 0x0000B8, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile) == 0x000020, "Wrong size on HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile, Hand) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile::Hand' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile, InteractionProfile) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile::InteractionProfile' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile, ReturnValue) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetCurrentInteractionProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetDevicePose \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetDevicePose"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x000048, "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) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, Orientation) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, bHasPositionalTracking) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bHasPositionalTracking' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, position) == 0x000030, "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) == 0x000050, "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) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, Orientation) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, bHasPositionalTracking) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bHasPositionalTracking' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, position) == 0x000038, "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) == 0x000070, "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) == 0x000008, "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) == 0x000130, "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) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition) == 0x000030, "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) == 0x000018, "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) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds) == 0x000018, "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) == 0x000008, "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) == 0x000080, "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) == 0x000060, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::OutRect' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, ReturnValue) == 0x000070, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::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) == 0x000080, "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) == 0x000070, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x000058, "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) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, LeftFOV) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::LeftFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, RightFOV) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::RightFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, TopFOV) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::TopFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, BottomFOV) == 0x00003C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::BottomFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Distance) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Distance' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, NearPlane) == 0x000044, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::NearPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, FarPlane) == 0x000048, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::FarPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, IsActive) == 0x00004C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::IsActive' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Index_0) == 0x000050, "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) == 0x000070, "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) == 0x000010, "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) == 0x00000C, "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_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_SetHMDColorScaleAndBias \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias) == 0x000024, "Wrong size on HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias, ColorScale) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias::ColorScale' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias, ColorBias) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias::ColorBias' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias, ReturnValue) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_SetHMDColorScaleAndBias::ReturnValue' 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) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000048, "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) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMax' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMin) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMax) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMax' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bDrawEyeFirst) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bDrawEyeFirst' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bClearBlack) == 0x000041, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bClearBlack' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bUseAlpha) == 0x000042, "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) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000060, "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) == 0x000028, "Wrong size on UHeadMountedDisplayFunctionLibrary"); \ + +#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) == 0x00000C, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000028, "Wrong size on UMotionTrackedDeviceFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UVRNotificationsComponent \ +static_assert(alignof(UVRNotificationsComponent) == 0x000008, "Wrong alignment on UVRNotificationsComponent"); \ +static_assert(sizeof(UVRNotificationsComponent) == 0x000160, "Wrong size on UVRNotificationsComponent"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000A0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000B0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000C0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000120, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, XRTrackingOriginChangedDelegate) == 0x000130, "Member 'UVRNotificationsComponent::XRTrackingOriginChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, XRPlayAreaChangedDelegate) == 0x000140, "Member 'UVRNotificationsComponent::XRPlayAreaChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, XRInteractionProfileChangedDelegate) == 0x000150, "Member 'UVRNotificationsComponent::XRInteractionProfileChangedDelegate' 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) == 0x000090, "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) == 0x000014, "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) == 0x000080, "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) == 0x0000A0, "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) == 0x000010, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000018, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000080, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, ReturnValue) == 0x000090, "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) == 0x000028, "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) == 0x000090, "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) == 0x000014, "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) == 0x000080, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, ReturnValue) == 0x000088, "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) == 0x0000A0, "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) == 0x000010, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, bManualAttachment) == 0x000018, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, XRDeviceId) == 0x000080, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, NewComponent) == 0x000090, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, ReturnValue) == 0x000098, "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) == 0x000060, "Wrong size on UAsyncTask_LoadXRDeviceVisComponent"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnModelLoaded) == 0x000030, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnModelLoaded' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnLoadFailure) == 0x000040, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnLoadFailure' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, SpawnedComponent) == 0x000058, "Member 'UAsyncTask_LoadXRDeviceVisComponent::SpawnedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRDeviceVisualizationComponent_SetCustomDisplayMesh \ +static_assert(alignof(XRDeviceVisualizationComponent_SetCustomDisplayMesh) == 0x000008, "Wrong alignment on XRDeviceVisualizationComponent_SetCustomDisplayMesh"); \ +static_assert(sizeof(XRDeviceVisualizationComponent_SetCustomDisplayMesh) == 0x000008, "Wrong size on XRDeviceVisualizationComponent_SetCustomDisplayMesh"); \ +static_assert(offsetof(XRDeviceVisualizationComponent_SetCustomDisplayMesh, NewDisplayMesh) == 0x000000, "Member 'XRDeviceVisualizationComponent_SetCustomDisplayMesh::NewDisplayMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRDeviceVisualizationComponent_SetDisplayModelSource \ +static_assert(alignof(XRDeviceVisualizationComponent_SetDisplayModelSource) == 0x000004, "Wrong alignment on XRDeviceVisualizationComponent_SetDisplayModelSource"); \ +static_assert(sizeof(XRDeviceVisualizationComponent_SetDisplayModelSource) == 0x000008, "Wrong size on XRDeviceVisualizationComponent_SetDisplayModelSource"); \ +static_assert(offsetof(XRDeviceVisualizationComponent_SetDisplayModelSource, NewDisplayModelSource) == 0x000000, "Member 'XRDeviceVisualizationComponent_SetDisplayModelSource::NewDisplayModelSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRDeviceVisualizationComponent_SetIsRenderingActive \ +static_assert(alignof(XRDeviceVisualizationComponent_SetIsRenderingActive) == 0x000001, "Wrong alignment on XRDeviceVisualizationComponent_SetIsRenderingActive"); \ +static_assert(sizeof(XRDeviceVisualizationComponent_SetIsRenderingActive) == 0x000001, "Wrong size on XRDeviceVisualizationComponent_SetIsRenderingActive"); \ +static_assert(offsetof(XRDeviceVisualizationComponent_SetIsRenderingActive, bRenderingIsActive) == 0x000000, "Member 'XRDeviceVisualizationComponent_SetIsRenderingActive::bRenderingIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRDeviceVisualizationComponent_SetIsVisualizationActive \ +static_assert(alignof(XRDeviceVisualizationComponent_SetIsVisualizationActive) == 0x000001, "Wrong alignment on XRDeviceVisualizationComponent_SetIsVisualizationActive"); \ +static_assert(sizeof(XRDeviceVisualizationComponent_SetIsVisualizationActive) == 0x000001, "Wrong size on XRDeviceVisualizationComponent_SetIsVisualizationActive"); \ +static_assert(offsetof(XRDeviceVisualizationComponent_SetIsVisualizationActive, bNewVisualizationState) == 0x000000, "Member 'XRDeviceVisualizationComponent_SetIsVisualizationActive::bNewVisualizationState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXRDeviceVisualizationComponent \ +static_assert(alignof(UXRDeviceVisualizationComponent) == 0x000010, "Wrong alignment on UXRDeviceVisualizationComponent"); \ +static_assert(sizeof(UXRDeviceVisualizationComponent) == 0x000630, "Wrong size on UXRDeviceVisualizationComponent"); \ +static_assert(offsetof(UXRDeviceVisualizationComponent, bIsVisualizationActive) == 0x0005E0, "Member 'UXRDeviceVisualizationComponent::bIsVisualizationActive' has a wrong offset!"); \ +static_assert(offsetof(UXRDeviceVisualizationComponent, DisplayModelSource) == 0x0005E4, "Member 'UXRDeviceVisualizationComponent::DisplayModelSource' has a wrong offset!"); \ +static_assert(offsetof(UXRDeviceVisualizationComponent, CustomDisplayMesh) == 0x0005F0, "Member 'UXRDeviceVisualizationComponent::CustomDisplayMesh' has a wrong offset!"); \ +static_assert(offsetof(UXRDeviceVisualizationComponent, DisplayMeshMaterialOverrides) == 0x0005F8, "Member 'UXRDeviceVisualizationComponent::DisplayMeshMaterialOverrides' 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) == 0x000068, "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) == 0x000020, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Rotation' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Size) == 0x000038, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Size' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, DeltaRotation) == 0x000048, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, bClearBeforeAdd) == 0x000060, "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) == 0x000038, "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) == 0x000018, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Offset' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowLoadingMovie) == 0x000030, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowLoadingMovie' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowOnSet) == 0x000031, "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) == 0x000028, "Wrong size on UXRLoadingScreenFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UAntiLag2Settings \ +static_assert(alignof(UAntiLag2Settings) == 0x000008, "Wrong alignment on UAntiLag2Settings"); \ +static_assert(sizeof(UAntiLag2Settings) == 0x000040, "Wrong size on UAntiLag2Settings"); \ +static_assert(offsetof(UAntiLag2Settings, bEnabled) == 0x000038, "Member 'UAntiLag2Settings::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXeSSSettings \ +static_assert(alignof(UXeSSSettings) == 0x000008, "Wrong alignment on UXeSSSettings"); \ +static_assert(sizeof(UXeSSSettings) == 0x000040, "Wrong size on UXeSSSettings"); \ +static_assert(offsetof(UXeSSSettings, bEnableXeSSInEditorViewports) == 0x000038, "Member 'UXeSSSettings::bEnableXeSSInEditorViewports' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans2_TitleOutline_C \ +static_assert(alignof(UCTS_NSans2_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_NSans2_TitleOutline_C"); \ +static_assert(sizeof(UCTS_NSans2_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_NSans2_TitleOutline_C"); \ + +#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) == 0x000028, "Wrong size on UXeSSBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans2_Outline_C \ +static_assert(alignof(UCTS_NSans2_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans2_Outline_C"); \ +static_assert(sizeof(UCTS_NSans2_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans2_Outline_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) == 0x000028, "Wrong size on UXeLLBlueprintLibrary"); \ + +#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) == 0x000028, "Wrong size on UXeFGBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FAutomaticBreadcrumbs \ +static_assert(alignof(FAutomaticBreadcrumbs) == 0x000001, "Wrong alignment on FAutomaticBreadcrumbs"); \ +static_assert(sizeof(FAutomaticBreadcrumbs) == 0x000005, "Wrong size on FAutomaticBreadcrumbs"); \ +static_assert(offsetof(FAutomaticBreadcrumbs, bOnMapLoadingStarted) == 0x000000, "Member 'FAutomaticBreadcrumbs::bOnMapLoadingStarted' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbs, bOnMapLoaded) == 0x000001, "Member 'FAutomaticBreadcrumbs::bOnMapLoaded' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbs, bOnGameStateClassChanged) == 0x000002, "Member 'FAutomaticBreadcrumbs::bOnGameStateClassChanged' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbs, bOnGameSessionIDChanged) == 0x000003, "Member 'FAutomaticBreadcrumbs::bOnGameSessionIDChanged' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbs, bOnUserActivityStringChanged) == 0x000004, "Member 'FAutomaticBreadcrumbs::bOnUserActivityStringChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomaticBreadcrumbsForLogs \ +static_assert(alignof(FAutomaticBreadcrumbsForLogs) == 0x000001, "Wrong alignment on FAutomaticBreadcrumbsForLogs"); \ +static_assert(sizeof(FAutomaticBreadcrumbsForLogs) == 0x000005, "Wrong size on FAutomaticBreadcrumbsForLogs"); \ +static_assert(offsetof(FAutomaticBreadcrumbsForLogs, bOnFatalLog) == 0x000000, "Member 'FAutomaticBreadcrumbsForLogs::bOnFatalLog' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbsForLogs, bOnErrorLog) == 0x000001, "Member 'FAutomaticBreadcrumbsForLogs::bOnErrorLog' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbsForLogs, bOnWarningLog) == 0x000002, "Member 'FAutomaticBreadcrumbsForLogs::bOnWarningLog' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbsForLogs, bOnInfoLog) == 0x000003, "Member 'FAutomaticBreadcrumbsForLogs::bOnInfoLog' has a wrong offset!"); \ +static_assert(offsetof(FAutomaticBreadcrumbsForLogs, bOnDebugLog) == 0x000004, "Member 'FAutomaticBreadcrumbsForLogs::bOnDebugLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagsPromotion \ +static_assert(alignof(FTagsPromotion) == 0x000001, "Wrong alignment on FTagsPromotion"); \ +static_assert(sizeof(FTagsPromotion) == 0x000006, "Wrong size on FTagsPromotion"); \ +static_assert(offsetof(FTagsPromotion, bPromoteBuildConfiguration) == 0x000000, "Member 'FTagsPromotion::bPromoteBuildConfiguration' has a wrong offset!"); \ +static_assert(offsetof(FTagsPromotion, bPromoteTargetType) == 0x000001, "Member 'FTagsPromotion::bPromoteTargetType' has a wrong offset!"); \ +static_assert(offsetof(FTagsPromotion, bPromoteEngineMode) == 0x000002, "Member 'FTagsPromotion::bPromoteEngineMode' has a wrong offset!"); \ +static_assert(offsetof(FTagsPromotion, bPromoteIsGame) == 0x000003, "Member 'FTagsPromotion::bPromoteIsGame' has a wrong offset!"); \ +static_assert(offsetof(FTagsPromotion, bPromoteIsStandalone) == 0x000004, "Member 'FTagsPromotion::bPromoteIsStandalone' has a wrong offset!"); \ +static_assert(offsetof(FTagsPromotion, bPromoteIsUnattended) == 0x000005, "Member 'FTagsPromotion::bPromoteIsUnattended' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnableBuildConfigurations \ +static_assert(alignof(FEnableBuildConfigurations) == 0x000001, "Wrong alignment on FEnableBuildConfigurations"); \ +static_assert(sizeof(FEnableBuildConfigurations) == 0x000005, "Wrong size on FEnableBuildConfigurations"); \ +static_assert(offsetof(FEnableBuildConfigurations, bEnableDebug) == 0x000000, "Member 'FEnableBuildConfigurations::bEnableDebug' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildConfigurations, bEnableDebugGame) == 0x000001, "Member 'FEnableBuildConfigurations::bEnableDebugGame' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildConfigurations, bEnableDevelopment) == 0x000002, "Member 'FEnableBuildConfigurations::bEnableDevelopment' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildConfigurations, bEnableTest) == 0x000003, "Member 'FEnableBuildConfigurations::bEnableTest' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildConfigurations, bEnableShipping) == 0x000004, "Member 'FEnableBuildConfigurations::bEnableShipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnableBuildTargets \ +static_assert(alignof(FEnableBuildTargets) == 0x000001, "Wrong alignment on FEnableBuildTargets"); \ +static_assert(sizeof(FEnableBuildTargets) == 0x000005, "Wrong size on FEnableBuildTargets"); \ +static_assert(offsetof(FEnableBuildTargets, bEnableClient) == 0x000000, "Member 'FEnableBuildTargets::bEnableClient' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildTargets, bEnableGame) == 0x000001, "Member 'FEnableBuildTargets::bEnableGame' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildTargets, bEnableEditor) == 0x000002, "Member 'FEnableBuildTargets::bEnableEditor' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildTargets, bEnableServer) == 0x000003, "Member 'FEnableBuildTargets::bEnableServer' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildTargets, bEnableProgram) == 0x000004, "Member 'FEnableBuildTargets::bEnableProgram' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnableBuildPlatforms \ +static_assert(alignof(FEnableBuildPlatforms) == 0x000001, "Wrong alignment on FEnableBuildPlatforms"); \ +static_assert(sizeof(FEnableBuildPlatforms) == 0x000005, "Wrong size on FEnableBuildPlatforms"); \ +static_assert(offsetof(FEnableBuildPlatforms, bEnableLinux) == 0x000000, "Member 'FEnableBuildPlatforms::bEnableLinux' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildPlatforms, bEnableWindows) == 0x000001, "Member 'FEnableBuildPlatforms::bEnableWindows' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildPlatforms, bEnableIOS) == 0x000002, "Member 'FEnableBuildPlatforms::bEnableIOS' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildPlatforms, bEnableAndroid) == 0x000003, "Member 'FEnableBuildPlatforms::bEnableAndroid' has a wrong offset!"); \ +static_assert(offsetof(FEnableBuildPlatforms, bEnableMac) == 0x000004, "Member 'FEnableBuildPlatforms::bEnableMac' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_InitializeWithData \ +static_assert(alignof(SentryAttachment_InitializeWithData) == 0x000008, "Wrong alignment on SentryAttachment_InitializeWithData"); \ +static_assert(sizeof(SentryAttachment_InitializeWithData) == 0x000030, "Wrong size on SentryAttachment_InitializeWithData"); \ +static_assert(offsetof(SentryAttachment_InitializeWithData, Data) == 0x000000, "Member 'SentryAttachment_InitializeWithData::Data' has a wrong offset!"); \ +static_assert(offsetof(SentryAttachment_InitializeWithData, Filename) == 0x000010, "Member 'SentryAttachment_InitializeWithData::Filename' has a wrong offset!"); \ +static_assert(offsetof(SentryAttachment_InitializeWithData, ContentType) == 0x000020, "Member 'SentryAttachment_InitializeWithData::ContentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_InitializeWithPath \ +static_assert(alignof(SentryAttachment_InitializeWithPath) == 0x000008, "Wrong alignment on SentryAttachment_InitializeWithPath"); \ +static_assert(sizeof(SentryAttachment_InitializeWithPath) == 0x000030, "Wrong size on SentryAttachment_InitializeWithPath"); \ +static_assert(offsetof(SentryAttachment_InitializeWithPath, Path) == 0x000000, "Member 'SentryAttachment_InitializeWithPath::Path' has a wrong offset!"); \ +static_assert(offsetof(SentryAttachment_InitializeWithPath, Filename) == 0x000010, "Member 'SentryAttachment_InitializeWithPath::Filename' has a wrong offset!"); \ +static_assert(offsetof(SentryAttachment_InitializeWithPath, ContentType) == 0x000020, "Member 'SentryAttachment_InitializeWithPath::ContentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_GetContentType \ +static_assert(alignof(SentryAttachment_GetContentType) == 0x000008, "Wrong alignment on SentryAttachment_GetContentType"); \ +static_assert(sizeof(SentryAttachment_GetContentType) == 0x000010, "Wrong size on SentryAttachment_GetContentType"); \ +static_assert(offsetof(SentryAttachment_GetContentType, ReturnValue) == 0x000000, "Member 'SentryAttachment_GetContentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_GetData \ +static_assert(alignof(SentryAttachment_GetData) == 0x000008, "Wrong alignment on SentryAttachment_GetData"); \ +static_assert(sizeof(SentryAttachment_GetData) == 0x000010, "Wrong size on SentryAttachment_GetData"); \ +static_assert(offsetof(SentryAttachment_GetData, ReturnValue) == 0x000000, "Member 'SentryAttachment_GetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_GetFilename \ +static_assert(alignof(SentryAttachment_GetFilename) == 0x000008, "Wrong alignment on SentryAttachment_GetFilename"); \ +static_assert(sizeof(SentryAttachment_GetFilename) == 0x000010, "Wrong size on SentryAttachment_GetFilename"); \ +static_assert(offsetof(SentryAttachment_GetFilename, ReturnValue) == 0x000000, "Member 'SentryAttachment_GetFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryAttachment_GetPath \ +static_assert(alignof(SentryAttachment_GetPath) == 0x000008, "Wrong alignment on SentryAttachment_GetPath"); \ +static_assert(sizeof(SentryAttachment_GetPath) == 0x000010, "Wrong size on SentryAttachment_GetPath"); \ +static_assert(offsetof(SentryAttachment_GetPath, ReturnValue) == 0x000000, "Member 'SentryAttachment_GetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryAttachment \ +static_assert(alignof(USentryAttachment) == 0x000008, "Wrong alignment on USentryAttachment"); \ +static_assert(sizeof(USentryAttachment) == 0x000038, "Wrong size on USentryAttachment"); \ + +#define DUMPER7_ASSERTS_SentryBeforeSendHandler_HandleBeforeSend \ +static_assert(alignof(SentryBeforeSendHandler_HandleBeforeSend) == 0x000008, "Wrong alignment on SentryBeforeSendHandler_HandleBeforeSend"); \ +static_assert(sizeof(SentryBeforeSendHandler_HandleBeforeSend) == 0x000018, "Wrong size on SentryBeforeSendHandler_HandleBeforeSend"); \ +static_assert(offsetof(SentryBeforeSendHandler_HandleBeforeSend, Event) == 0x000000, "Member 'SentryBeforeSendHandler_HandleBeforeSend::Event' has a wrong offset!"); \ +static_assert(offsetof(SentryBeforeSendHandler_HandleBeforeSend, Hint) == 0x000008, "Member 'SentryBeforeSendHandler_HandleBeforeSend::Hint' has a wrong offset!"); \ +static_assert(offsetof(SentryBeforeSendHandler_HandleBeforeSend, ReturnValue) == 0x000010, "Member 'SentryBeforeSendHandler_HandleBeforeSend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryBeforeSendHandler \ +static_assert(alignof(USentryBeforeSendHandler) == 0x000008, "Wrong alignment on USentryBeforeSendHandler"); \ +static_assert(sizeof(USentryBeforeSendHandler) == 0x000028, "Wrong size on USentryBeforeSendHandler"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_SetCategory \ +static_assert(alignof(SentryBreadcrumb_SetCategory) == 0x000008, "Wrong alignment on SentryBreadcrumb_SetCategory"); \ +static_assert(sizeof(SentryBreadcrumb_SetCategory) == 0x000010, "Wrong size on SentryBreadcrumb_SetCategory"); \ +static_assert(offsetof(SentryBreadcrumb_SetCategory, Category) == 0x000000, "Member 'SentryBreadcrumb_SetCategory::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_SetData \ +static_assert(alignof(SentryBreadcrumb_SetData) == 0x000008, "Wrong alignment on SentryBreadcrumb_SetData"); \ +static_assert(sizeof(SentryBreadcrumb_SetData) == 0x000050, "Wrong size on SentryBreadcrumb_SetData"); \ +static_assert(offsetof(SentryBreadcrumb_SetData, Data) == 0x000000, "Member 'SentryBreadcrumb_SetData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_SetLevel \ +static_assert(alignof(SentryBreadcrumb_SetLevel) == 0x000001, "Wrong alignment on SentryBreadcrumb_SetLevel"); \ +static_assert(sizeof(SentryBreadcrumb_SetLevel) == 0x000001, "Wrong size on SentryBreadcrumb_SetLevel"); \ +static_assert(offsetof(SentryBreadcrumb_SetLevel, Level) == 0x000000, "Member 'SentryBreadcrumb_SetLevel::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_SetMessage \ +static_assert(alignof(SentryBreadcrumb_SetMessage) == 0x000008, "Wrong alignment on SentryBreadcrumb_SetMessage"); \ +static_assert(sizeof(SentryBreadcrumb_SetMessage) == 0x000010, "Wrong size on SentryBreadcrumb_SetMessage"); \ +static_assert(offsetof(SentryBreadcrumb_SetMessage, Message) == 0x000000, "Member 'SentryBreadcrumb_SetMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_SetType \ +static_assert(alignof(SentryBreadcrumb_SetType) == 0x000008, "Wrong alignment on SentryBreadcrumb_SetType"); \ +static_assert(sizeof(SentryBreadcrumb_SetType) == 0x000010, "Wrong size on SentryBreadcrumb_SetType"); \ +static_assert(offsetof(SentryBreadcrumb_SetType, Type) == 0x000000, "Member 'SentryBreadcrumb_SetType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_GetCategory \ +static_assert(alignof(SentryBreadcrumb_GetCategory) == 0x000008, "Wrong alignment on SentryBreadcrumb_GetCategory"); \ +static_assert(sizeof(SentryBreadcrumb_GetCategory) == 0x000010, "Wrong size on SentryBreadcrumb_GetCategory"); \ +static_assert(offsetof(SentryBreadcrumb_GetCategory, ReturnValue) == 0x000000, "Member 'SentryBreadcrumb_GetCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_GetData \ +static_assert(alignof(SentryBreadcrumb_GetData) == 0x000008, "Wrong alignment on SentryBreadcrumb_GetData"); \ +static_assert(sizeof(SentryBreadcrumb_GetData) == 0x000050, "Wrong size on SentryBreadcrumb_GetData"); \ +static_assert(offsetof(SentryBreadcrumb_GetData, ReturnValue) == 0x000000, "Member 'SentryBreadcrumb_GetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_GetLevel \ +static_assert(alignof(SentryBreadcrumb_GetLevel) == 0x000001, "Wrong alignment on SentryBreadcrumb_GetLevel"); \ +static_assert(sizeof(SentryBreadcrumb_GetLevel) == 0x000001, "Wrong size on SentryBreadcrumb_GetLevel"); \ +static_assert(offsetof(SentryBreadcrumb_GetLevel, ReturnValue) == 0x000000, "Member 'SentryBreadcrumb_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_GetMessage \ +static_assert(alignof(SentryBreadcrumb_GetMessage) == 0x000008, "Wrong alignment on SentryBreadcrumb_GetMessage"); \ +static_assert(sizeof(SentryBreadcrumb_GetMessage) == 0x000010, "Wrong size on SentryBreadcrumb_GetMessage"); \ +static_assert(offsetof(SentryBreadcrumb_GetMessage, ReturnValue) == 0x000000, "Member 'SentryBreadcrumb_GetMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryBreadcrumb_GetType \ +static_assert(alignof(SentryBreadcrumb_GetType) == 0x000008, "Wrong alignment on SentryBreadcrumb_GetType"); \ +static_assert(sizeof(SentryBreadcrumb_GetType) == 0x000010, "Wrong size on SentryBreadcrumb_GetType"); \ +static_assert(offsetof(SentryBreadcrumb_GetType, ReturnValue) == 0x000000, "Member 'SentryBreadcrumb_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryBreadcrumb \ +static_assert(alignof(USentryBreadcrumb) == 0x000008, "Wrong alignment on USentryBreadcrumb"); \ +static_assert(sizeof(USentryBreadcrumb) == 0x000038, "Wrong size on USentryBreadcrumb"); \ + +#define DUMPER7_ASSERTS_SentryEvent_CreateEventWithMessageAndLevel \ +static_assert(alignof(SentryEvent_CreateEventWithMessageAndLevel) == 0x000008, "Wrong alignment on SentryEvent_CreateEventWithMessageAndLevel"); \ +static_assert(sizeof(SentryEvent_CreateEventWithMessageAndLevel) == 0x000020, "Wrong size on SentryEvent_CreateEventWithMessageAndLevel"); \ +static_assert(offsetof(SentryEvent_CreateEventWithMessageAndLevel, Message) == 0x000000, "Member 'SentryEvent_CreateEventWithMessageAndLevel::Message' has a wrong offset!"); \ +static_assert(offsetof(SentryEvent_CreateEventWithMessageAndLevel, Level) == 0x000010, "Member 'SentryEvent_CreateEventWithMessageAndLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(SentryEvent_CreateEventWithMessageAndLevel, ReturnValue) == 0x000018, "Member 'SentryEvent_CreateEventWithMessageAndLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_SetLevel \ +static_assert(alignof(SentryEvent_SetLevel) == 0x000001, "Wrong alignment on SentryEvent_SetLevel"); \ +static_assert(sizeof(SentryEvent_SetLevel) == 0x000001, "Wrong size on SentryEvent_SetLevel"); \ +static_assert(offsetof(SentryEvent_SetLevel, Level) == 0x000000, "Member 'SentryEvent_SetLevel::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_SetMessage \ +static_assert(alignof(SentryEvent_SetMessage) == 0x000008, "Wrong alignment on SentryEvent_SetMessage"); \ +static_assert(sizeof(SentryEvent_SetMessage) == 0x000010, "Wrong size on SentryEvent_SetMessage"); \ +static_assert(offsetof(SentryEvent_SetMessage, Message) == 0x000000, "Member 'SentryEvent_SetMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_GetLevel \ +static_assert(alignof(SentryEvent_GetLevel) == 0x000001, "Wrong alignment on SentryEvent_GetLevel"); \ +static_assert(sizeof(SentryEvent_GetLevel) == 0x000001, "Wrong size on SentryEvent_GetLevel"); \ +static_assert(offsetof(SentryEvent_GetLevel, ReturnValue) == 0x000000, "Member 'SentryEvent_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_GetMessage \ +static_assert(alignof(SentryEvent_GetMessage) == 0x000008, "Wrong alignment on SentryEvent_GetMessage"); \ +static_assert(sizeof(SentryEvent_GetMessage) == 0x000010, "Wrong size on SentryEvent_GetMessage"); \ +static_assert(offsetof(SentryEvent_GetMessage, ReturnValue) == 0x000000, "Member 'SentryEvent_GetMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_IsAnr \ +static_assert(alignof(SentryEvent_IsAnr) == 0x000001, "Wrong alignment on SentryEvent_IsAnr"); \ +static_assert(sizeof(SentryEvent_IsAnr) == 0x000001, "Wrong size on SentryEvent_IsAnr"); \ +static_assert(offsetof(SentryEvent_IsAnr, ReturnValue) == 0x000000, "Member 'SentryEvent_IsAnr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryEvent_IsCrash \ +static_assert(alignof(SentryEvent_IsCrash) == 0x000001, "Wrong alignment on SentryEvent_IsCrash"); \ +static_assert(sizeof(SentryEvent_IsCrash) == 0x000001, "Wrong size on SentryEvent_IsCrash"); \ +static_assert(offsetof(SentryEvent_IsCrash, ReturnValue) == 0x000000, "Member 'SentryEvent_IsCrash::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryEvent \ +static_assert(alignof(USentryEvent) == 0x000008, "Wrong alignment on USentryEvent"); \ +static_assert(sizeof(USentryEvent) == 0x000038, "Wrong size on USentryEvent"); \ + +#define DUMPER7_ASSERTS_SentryHint_AddAttachment \ +static_assert(alignof(SentryHint_AddAttachment) == 0x000008, "Wrong alignment on SentryHint_AddAttachment"); \ +static_assert(sizeof(SentryHint_AddAttachment) == 0x000008, "Wrong size on SentryHint_AddAttachment"); \ +static_assert(offsetof(SentryHint_AddAttachment, Attachment) == 0x000000, "Member 'SentryHint_AddAttachment::Attachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryHint \ +static_assert(alignof(USentryHint) == 0x000008, "Wrong alignment on USentryHint"); \ +static_assert(sizeof(USentryHint) == 0x000038, "Wrong size on USentryHint"); \ + +#define DUMPER7_ASSERTS_SentryId_ToString \ +static_assert(alignof(SentryId_ToString) == 0x000008, "Wrong alignment on SentryId_ToString"); \ +static_assert(sizeof(SentryId_ToString) == 0x000010, "Wrong size on SentryId_ToString"); \ +static_assert(offsetof(SentryId_ToString, ReturnValue) == 0x000000, "Member 'SentryId_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryId \ +static_assert(alignof(USentryId) == 0x000008, "Wrong alignment on USentryId"); \ +static_assert(sizeof(USentryId) == 0x000038, "Wrong size on USentryId"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_ByteArrayToString \ +static_assert(alignof(SentryLibrary_ByteArrayToString) == 0x000008, "Wrong alignment on SentryLibrary_ByteArrayToString"); \ +static_assert(sizeof(SentryLibrary_ByteArrayToString) == 0x000020, "Wrong size on SentryLibrary_ByteArrayToString"); \ +static_assert(offsetof(SentryLibrary_ByteArrayToString, Array) == 0x000000, "Member 'SentryLibrary_ByteArrayToString::Array' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_ByteArrayToString, ReturnValue) == 0x000010, "Member 'SentryLibrary_ByteArrayToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryAttachmentWithData \ +static_assert(alignof(SentryLibrary_CreateSentryAttachmentWithData) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryAttachmentWithData"); \ +static_assert(sizeof(SentryLibrary_CreateSentryAttachmentWithData) == 0x000038, "Wrong size on SentryLibrary_CreateSentryAttachmentWithData"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithData, Data) == 0x000000, "Member 'SentryLibrary_CreateSentryAttachmentWithData::Data' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithData, Filename) == 0x000010, "Member 'SentryLibrary_CreateSentryAttachmentWithData::Filename' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithData, ContentType) == 0x000020, "Member 'SentryLibrary_CreateSentryAttachmentWithData::ContentType' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithData, ReturnValue) == 0x000030, "Member 'SentryLibrary_CreateSentryAttachmentWithData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryAttachmentWithPath \ +static_assert(alignof(SentryLibrary_CreateSentryAttachmentWithPath) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryAttachmentWithPath"); \ +static_assert(sizeof(SentryLibrary_CreateSentryAttachmentWithPath) == 0x000038, "Wrong size on SentryLibrary_CreateSentryAttachmentWithPath"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithPath, Path) == 0x000000, "Member 'SentryLibrary_CreateSentryAttachmentWithPath::Path' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithPath, Filename) == 0x000010, "Member 'SentryLibrary_CreateSentryAttachmentWithPath::Filename' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithPath, ContentType) == 0x000020, "Member 'SentryLibrary_CreateSentryAttachmentWithPath::ContentType' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryAttachmentWithPath, ReturnValue) == 0x000030, "Member 'SentryLibrary_CreateSentryAttachmentWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryBreadcrumb \ +static_assert(alignof(SentryLibrary_CreateSentryBreadcrumb) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryBreadcrumb"); \ +static_assert(sizeof(SentryLibrary_CreateSentryBreadcrumb) == 0x000090, "Wrong size on SentryLibrary_CreateSentryBreadcrumb"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, Message) == 0x000000, "Member 'SentryLibrary_CreateSentryBreadcrumb::Message' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, Type) == 0x000010, "Member 'SentryLibrary_CreateSentryBreadcrumb::Type' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, Category) == 0x000020, "Member 'SentryLibrary_CreateSentryBreadcrumb::Category' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, Data) == 0x000030, "Member 'SentryLibrary_CreateSentryBreadcrumb::Data' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, Level) == 0x000080, "Member 'SentryLibrary_CreateSentryBreadcrumb::Level' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryBreadcrumb, ReturnValue) == 0x000088, "Member 'SentryLibrary_CreateSentryBreadcrumb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryEvent \ +static_assert(alignof(SentryLibrary_CreateSentryEvent) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryEvent"); \ +static_assert(sizeof(SentryLibrary_CreateSentryEvent) == 0x000020, "Wrong size on SentryLibrary_CreateSentryEvent"); \ +static_assert(offsetof(SentryLibrary_CreateSentryEvent, Message) == 0x000000, "Member 'SentryLibrary_CreateSentryEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryEvent, Level) == 0x000010, "Member 'SentryLibrary_CreateSentryEvent::Level' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryEvent, ReturnValue) == 0x000018, "Member 'SentryLibrary_CreateSentryEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryTransactionContext \ +static_assert(alignof(SentryLibrary_CreateSentryTransactionContext) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryTransactionContext"); \ +static_assert(sizeof(SentryLibrary_CreateSentryTransactionContext) == 0x000028, "Wrong size on SentryLibrary_CreateSentryTransactionContext"); \ +static_assert(offsetof(SentryLibrary_CreateSentryTransactionContext, Name_0) == 0x000000, "Member 'SentryLibrary_CreateSentryTransactionContext::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryTransactionContext, Operation) == 0x000010, "Member 'SentryLibrary_CreateSentryTransactionContext::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryTransactionContext, ReturnValue) == 0x000020, "Member 'SentryLibrary_CreateSentryTransactionContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryUser \ +static_assert(alignof(SentryLibrary_CreateSentryUser) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryUser"); \ +static_assert(sizeof(SentryLibrary_CreateSentryUser) == 0x000098, "Wrong size on SentryLibrary_CreateSentryUser"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, Email) == 0x000000, "Member 'SentryLibrary_CreateSentryUser::Email' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, ID) == 0x000010, "Member 'SentryLibrary_CreateSentryUser::ID' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, UserName) == 0x000020, "Member 'SentryLibrary_CreateSentryUser::UserName' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, IpAddress) == 0x000030, "Member 'SentryLibrary_CreateSentryUser::IpAddress' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, Data) == 0x000040, "Member 'SentryLibrary_CreateSentryUser::Data' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUser, ReturnValue) == 0x000090, "Member 'SentryLibrary_CreateSentryUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_CreateSentryUserFeedback \ +static_assert(alignof(SentryLibrary_CreateSentryUserFeedback) == 0x000008, "Wrong alignment on SentryLibrary_CreateSentryUserFeedback"); \ +static_assert(sizeof(SentryLibrary_CreateSentryUserFeedback) == 0x000040, "Wrong size on SentryLibrary_CreateSentryUserFeedback"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUserFeedback, EventId) == 0x000000, "Member 'SentryLibrary_CreateSentryUserFeedback::EventId' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUserFeedback, Name_0) == 0x000008, "Member 'SentryLibrary_CreateSentryUserFeedback::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUserFeedback, Email) == 0x000018, "Member 'SentryLibrary_CreateSentryUserFeedback::Email' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUserFeedback, Comments) == 0x000028, "Member 'SentryLibrary_CreateSentryUserFeedback::Comments' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_CreateSentryUserFeedback, ReturnValue) == 0x000038, "Member 'SentryLibrary_CreateSentryUserFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_SaveStringToFile \ +static_assert(alignof(SentryLibrary_SaveStringToFile) == 0x000008, "Wrong alignment on SentryLibrary_SaveStringToFile"); \ +static_assert(sizeof(SentryLibrary_SaveStringToFile) == 0x000030, "Wrong size on SentryLibrary_SaveStringToFile"); \ +static_assert(offsetof(SentryLibrary_SaveStringToFile, InString) == 0x000000, "Member 'SentryLibrary_SaveStringToFile::InString' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_SaveStringToFile, Filename) == 0x000010, "Member 'SentryLibrary_SaveStringToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_SaveStringToFile, ReturnValue) == 0x000020, "Member 'SentryLibrary_SaveStringToFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryLibrary_StringToBytesArray \ +static_assert(alignof(SentryLibrary_StringToBytesArray) == 0x000008, "Wrong alignment on SentryLibrary_StringToBytesArray"); \ +static_assert(sizeof(SentryLibrary_StringToBytesArray) == 0x000020, "Wrong size on SentryLibrary_StringToBytesArray"); \ +static_assert(offsetof(SentryLibrary_StringToBytesArray, InString) == 0x000000, "Member 'SentryLibrary_StringToBytesArray::InString' has a wrong offset!"); \ +static_assert(offsetof(SentryLibrary_StringToBytesArray, ReturnValue) == 0x000010, "Member 'SentryLibrary_StringToBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryLibrary \ +static_assert(alignof(USentryLibrary) == 0x000008, "Wrong alignment on USentryLibrary"); \ +static_assert(sizeof(USentryLibrary) == 0x000028, "Wrong size on USentryLibrary"); \ + +#define DUMPER7_ASSERTS_SentrySamplingContext_GetCustomSamplingContext \ +static_assert(alignof(SentrySamplingContext_GetCustomSamplingContext) == 0x000008, "Wrong alignment on SentrySamplingContext_GetCustomSamplingContext"); \ +static_assert(sizeof(SentrySamplingContext_GetCustomSamplingContext) == 0x000050, "Wrong size on SentrySamplingContext_GetCustomSamplingContext"); \ +static_assert(offsetof(SentrySamplingContext_GetCustomSamplingContext, ReturnValue) == 0x000000, "Member 'SentrySamplingContext_GetCustomSamplingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySamplingContext_GetTransactionContext \ +static_assert(alignof(SentrySamplingContext_GetTransactionContext) == 0x000008, "Wrong alignment on SentrySamplingContext_GetTransactionContext"); \ +static_assert(sizeof(SentrySamplingContext_GetTransactionContext) == 0x000008, "Wrong size on SentrySamplingContext_GetTransactionContext"); \ +static_assert(offsetof(SentrySamplingContext_GetTransactionContext, ReturnValue) == 0x000000, "Member 'SentrySamplingContext_GetTransactionContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentrySamplingContext \ +static_assert(alignof(USentrySamplingContext) == 0x000008, "Wrong alignment on USentrySamplingContext"); \ +static_assert(sizeof(USentrySamplingContext) == 0x000038, "Wrong size on USentrySamplingContext"); \ + +#define DUMPER7_ASSERTS_SentryScope_AddAttachment \ +static_assert(alignof(SentryScope_AddAttachment) == 0x000008, "Wrong alignment on SentryScope_AddAttachment"); \ +static_assert(sizeof(SentryScope_AddAttachment) == 0x000008, "Wrong size on SentryScope_AddAttachment"); \ +static_assert(offsetof(SentryScope_AddAttachment, Attachment) == 0x000000, "Member 'SentryScope_AddAttachment::Attachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_AddBreadcrumb \ +static_assert(alignof(SentryScope_AddBreadcrumb) == 0x000008, "Wrong alignment on SentryScope_AddBreadcrumb"); \ +static_assert(sizeof(SentryScope_AddBreadcrumb) == 0x000008, "Wrong size on SentryScope_AddBreadcrumb"); \ +static_assert(offsetof(SentryScope_AddBreadcrumb, Breadcrumb) == 0x000000, "Member 'SentryScope_AddBreadcrumb::Breadcrumb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_RemoveContext \ +static_assert(alignof(SentryScope_RemoveContext) == 0x000008, "Wrong alignment on SentryScope_RemoveContext"); \ +static_assert(sizeof(SentryScope_RemoveContext) == 0x000010, "Wrong size on SentryScope_RemoveContext"); \ +static_assert(offsetof(SentryScope_RemoveContext, Key) == 0x000000, "Member 'SentryScope_RemoveContext::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_RemoveExtra \ +static_assert(alignof(SentryScope_RemoveExtra) == 0x000008, "Wrong alignment on SentryScope_RemoveExtra"); \ +static_assert(sizeof(SentryScope_RemoveExtra) == 0x000010, "Wrong size on SentryScope_RemoveExtra"); \ +static_assert(offsetof(SentryScope_RemoveExtra, Key) == 0x000000, "Member 'SentryScope_RemoveExtra::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_RemoveTag \ +static_assert(alignof(SentryScope_RemoveTag) == 0x000008, "Wrong alignment on SentryScope_RemoveTag"); \ +static_assert(sizeof(SentryScope_RemoveTag) == 0x000010, "Wrong size on SentryScope_RemoveTag"); \ +static_assert(offsetof(SentryScope_RemoveTag, Key) == 0x000000, "Member 'SentryScope_RemoveTag::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetContext \ +static_assert(alignof(SentryScope_SetContext) == 0x000008, "Wrong alignment on SentryScope_SetContext"); \ +static_assert(sizeof(SentryScope_SetContext) == 0x000060, "Wrong size on SentryScope_SetContext"); \ +static_assert(offsetof(SentryScope_SetContext, Key) == 0x000000, "Member 'SentryScope_SetContext::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryScope_SetContext, Values) == 0x000010, "Member 'SentryScope_SetContext::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetDist \ +static_assert(alignof(SentryScope_SetDist) == 0x000008, "Wrong alignment on SentryScope_SetDist"); \ +static_assert(sizeof(SentryScope_SetDist) == 0x000010, "Wrong size on SentryScope_SetDist"); \ +static_assert(offsetof(SentryScope_SetDist, Dist) == 0x000000, "Member 'SentryScope_SetDist::Dist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetEnvironment \ +static_assert(alignof(SentryScope_SetEnvironment) == 0x000008, "Wrong alignment on SentryScope_SetEnvironment"); \ +static_assert(sizeof(SentryScope_SetEnvironment) == 0x000010, "Wrong size on SentryScope_SetEnvironment"); \ +static_assert(offsetof(SentryScope_SetEnvironment, Environment) == 0x000000, "Member 'SentryScope_SetEnvironment::Environment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetExtras \ +static_assert(alignof(SentryScope_SetExtras) == 0x000008, "Wrong alignment on SentryScope_SetExtras"); \ +static_assert(sizeof(SentryScope_SetExtras) == 0x000050, "Wrong size on SentryScope_SetExtras"); \ +static_assert(offsetof(SentryScope_SetExtras, Extras) == 0x000000, "Member 'SentryScope_SetExtras::Extras' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetExtraValue \ +static_assert(alignof(SentryScope_SetExtraValue) == 0x000008, "Wrong alignment on SentryScope_SetExtraValue"); \ +static_assert(sizeof(SentryScope_SetExtraValue) == 0x000020, "Wrong size on SentryScope_SetExtraValue"); \ +static_assert(offsetof(SentryScope_SetExtraValue, Key) == 0x000000, "Member 'SentryScope_SetExtraValue::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryScope_SetExtraValue, Value) == 0x000010, "Member 'SentryScope_SetExtraValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetFingerprint \ +static_assert(alignof(SentryScope_SetFingerprint) == 0x000008, "Wrong alignment on SentryScope_SetFingerprint"); \ +static_assert(sizeof(SentryScope_SetFingerprint) == 0x000010, "Wrong size on SentryScope_SetFingerprint"); \ +static_assert(offsetof(SentryScope_SetFingerprint, Fingerprint) == 0x000000, "Member 'SentryScope_SetFingerprint::Fingerprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetLevel \ +static_assert(alignof(SentryScope_SetLevel) == 0x000001, "Wrong alignment on SentryScope_SetLevel"); \ +static_assert(sizeof(SentryScope_SetLevel) == 0x000001, "Wrong size on SentryScope_SetLevel"); \ +static_assert(offsetof(SentryScope_SetLevel, Level) == 0x000000, "Member 'SentryScope_SetLevel::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetTags \ +static_assert(alignof(SentryScope_SetTags) == 0x000008, "Wrong alignment on SentryScope_SetTags"); \ +static_assert(sizeof(SentryScope_SetTags) == 0x000050, "Wrong size on SentryScope_SetTags"); \ +static_assert(offsetof(SentryScope_SetTags, Tags) == 0x000000, "Member 'SentryScope_SetTags::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_SetTagValue \ +static_assert(alignof(SentryScope_SetTagValue) == 0x000008, "Wrong alignment on SentryScope_SetTagValue"); \ +static_assert(sizeof(SentryScope_SetTagValue) == 0x000020, "Wrong size on SentryScope_SetTagValue"); \ +static_assert(offsetof(SentryScope_SetTagValue, Key) == 0x000000, "Member 'SentryScope_SetTagValue::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryScope_SetTagValue, Value) == 0x000010, "Member 'SentryScope_SetTagValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetDist \ +static_assert(alignof(SentryScope_GetDist) == 0x000008, "Wrong alignment on SentryScope_GetDist"); \ +static_assert(sizeof(SentryScope_GetDist) == 0x000010, "Wrong size on SentryScope_GetDist"); \ +static_assert(offsetof(SentryScope_GetDist, ReturnValue) == 0x000000, "Member 'SentryScope_GetDist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetEnvironment \ +static_assert(alignof(SentryScope_GetEnvironment) == 0x000008, "Wrong alignment on SentryScope_GetEnvironment"); \ +static_assert(sizeof(SentryScope_GetEnvironment) == 0x000010, "Wrong size on SentryScope_GetEnvironment"); \ +static_assert(offsetof(SentryScope_GetEnvironment, ReturnValue) == 0x000000, "Member 'SentryScope_GetEnvironment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetExtras \ +static_assert(alignof(SentryScope_GetExtras) == 0x000008, "Wrong alignment on SentryScope_GetExtras"); \ +static_assert(sizeof(SentryScope_GetExtras) == 0x000050, "Wrong size on SentryScope_GetExtras"); \ +static_assert(offsetof(SentryScope_GetExtras, ReturnValue) == 0x000000, "Member 'SentryScope_GetExtras::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetExtraValue \ +static_assert(alignof(SentryScope_GetExtraValue) == 0x000008, "Wrong alignment on SentryScope_GetExtraValue"); \ +static_assert(sizeof(SentryScope_GetExtraValue) == 0x000020, "Wrong size on SentryScope_GetExtraValue"); \ +static_assert(offsetof(SentryScope_GetExtraValue, Key) == 0x000000, "Member 'SentryScope_GetExtraValue::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryScope_GetExtraValue, ReturnValue) == 0x000010, "Member 'SentryScope_GetExtraValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetFingerprint \ +static_assert(alignof(SentryScope_GetFingerprint) == 0x000008, "Wrong alignment on SentryScope_GetFingerprint"); \ +static_assert(sizeof(SentryScope_GetFingerprint) == 0x000010, "Wrong size on SentryScope_GetFingerprint"); \ +static_assert(offsetof(SentryScope_GetFingerprint, ReturnValue) == 0x000000, "Member 'SentryScope_GetFingerprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetLevel \ +static_assert(alignof(SentryScope_GetLevel) == 0x000001, "Wrong alignment on SentryScope_GetLevel"); \ +static_assert(sizeof(SentryScope_GetLevel) == 0x000001, "Wrong size on SentryScope_GetLevel"); \ +static_assert(offsetof(SentryScope_GetLevel, ReturnValue) == 0x000000, "Member 'SentryScope_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetTags \ +static_assert(alignof(SentryScope_GetTags) == 0x000008, "Wrong alignment on SentryScope_GetTags"); \ +static_assert(sizeof(SentryScope_GetTags) == 0x000050, "Wrong size on SentryScope_GetTags"); \ +static_assert(offsetof(SentryScope_GetTags, ReturnValue) == 0x000000, "Member 'SentryScope_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryScope_GetTagValue \ +static_assert(alignof(SentryScope_GetTagValue) == 0x000008, "Wrong alignment on SentryScope_GetTagValue"); \ +static_assert(sizeof(SentryScope_GetTagValue) == 0x000020, "Wrong size on SentryScope_GetTagValue"); \ +static_assert(offsetof(SentryScope_GetTagValue, Key) == 0x000000, "Member 'SentryScope_GetTagValue::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryScope_GetTagValue, ReturnValue) == 0x000010, "Member 'SentryScope_GetTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryScope \ +static_assert(alignof(USentryScope) == 0x000008, "Wrong alignment on USentryScope"); \ +static_assert(sizeof(USentryScope) == 0x000038, "Wrong size on USentryScope"); \ + +#define DUMPER7_ASSERTS_USentrySettings \ +static_assert(alignof(USentrySettings) == 0x000008, "Wrong alignment on USentrySettings"); \ +static_assert(sizeof(USentrySettings) == 0x000150, "Wrong size on USentrySettings"); \ +static_assert(offsetof(USentrySettings, InitAutomatically) == 0x000028, "Member 'USentrySettings::InitAutomatically' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, Dsn) == 0x000030, "Member 'USentrySettings::Dsn' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, Debug) == 0x000040, "Member 'USentrySettings::Debug' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, Environment) == 0x000048, "Member 'USentrySettings::Environment' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, SampleRate) == 0x000058, "Member 'USentrySettings::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableAutoLogAttachment) == 0x00005C, "Member 'USentrySettings::EnableAutoLogAttachment' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AttachStacktrace) == 0x00005D, "Member 'USentrySettings::AttachStacktrace' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, SendDefaultPii) == 0x00005E, "Member 'USentrySettings::SendDefaultPii' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AttachScreenshot) == 0x00005F, "Member 'USentrySettings::AttachScreenshot' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AttachGpuDump) == 0x000060, "Member 'USentrySettings::AttachGpuDump' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, MaxBreadcrumbs) == 0x000064, "Member 'USentrySettings::MaxBreadcrumbs' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AutomaticBreadcrumbs) == 0x000068, "Member 'USentrySettings::AutomaticBreadcrumbs' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AutomaticBreadcrumbsForLogs) == 0x00006D, "Member 'USentrySettings::AutomaticBreadcrumbsForLogs' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableAutoSessionTracking) == 0x000072, "Member 'USentrySettings::EnableAutoSessionTracking' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, SessionTimeout) == 0x000074, "Member 'USentrySettings::SessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, OverrideReleaseName) == 0x000078, "Member 'USentrySettings::OverrideReleaseName' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, Release) == 0x000080, "Member 'USentrySettings::Release' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, UseProxy) == 0x000090, "Member 'USentrySettings::UseProxy' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, ProxyUrl) == 0x000098, "Member 'USentrySettings::ProxyUrl' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, BeforeSendHandler) == 0x0000A8, "Member 'USentrySettings::BeforeSendHandler' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableAutoCrashCapturing) == 0x0000B0, "Member 'USentrySettings::EnableAutoCrashCapturing' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, DatabaseLocation) == 0x0000B1, "Member 'USentrySettings::DatabaseLocation' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, InAppInclude) == 0x0000B8, "Member 'USentrySettings::InAppInclude' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, InAppExclude) == 0x0000C8, "Member 'USentrySettings::InAppExclude' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableAppNotRespondingTracking) == 0x0000D8, "Member 'USentrySettings::EnableAppNotRespondingTracking' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableTracing) == 0x0000D9, "Member 'USentrySettings::EnableTracing' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, SamplingType) == 0x0000DA, "Member 'USentrySettings::SamplingType' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, TracesSampleRate) == 0x0000DC, "Member 'USentrySettings::TracesSampleRate' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, TracesSampler) == 0x0000E0, "Member 'USentrySettings::TracesSampler' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, TagsPromotion) == 0x0000E8, "Member 'USentrySettings::TagsPromotion' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableBuildConfigurations) == 0x0000EE, "Member 'USentrySettings::EnableBuildConfigurations' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableBuildTargets) == 0x0000F3, "Member 'USentrySettings::EnableBuildTargets' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableBuildPlatforms) == 0x0000F8, "Member 'USentrySettings::EnableBuildPlatforms' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, EnableForPromotedBuildsOnly) == 0x0000FD, "Member 'USentrySettings::EnableForPromotedBuildsOnly' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, UploadSymbolsAutomatically) == 0x0000FE, "Member 'USentrySettings::UploadSymbolsAutomatically' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, ProjectName) == 0x000100, "Member 'USentrySettings::ProjectName' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, OrgName) == 0x000110, "Member 'USentrySettings::OrgName' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, AuthToken) == 0x000120, "Member 'USentrySettings::AuthToken' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, IncludeSources) == 0x000130, "Member 'USentrySettings::IncludeSources' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, DiagnosticLevel) == 0x000131, "Member 'USentrySettings::DiagnosticLevel' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, UseLegacyGradlePlugin) == 0x000132, "Member 'USentrySettings::UseLegacyGradlePlugin' has a wrong offset!"); \ +static_assert(offsetof(USentrySettings, CrashReporterUrl) == 0x000138, "Member 'USentrySettings::CrashReporterUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_FinishWithTimestamp \ +static_assert(alignof(SentrySpan_FinishWithTimestamp) == 0x000008, "Wrong alignment on SentrySpan_FinishWithTimestamp"); \ +static_assert(sizeof(SentrySpan_FinishWithTimestamp) == 0x000008, "Wrong size on SentrySpan_FinishWithTimestamp"); \ +static_assert(offsetof(SentrySpan_FinishWithTimestamp, Timestamp) == 0x000000, "Member 'SentrySpan_FinishWithTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_GetTrace \ +static_assert(alignof(SentrySpan_GetTrace) == 0x000008, "Wrong alignment on SentrySpan_GetTrace"); \ +static_assert(sizeof(SentrySpan_GetTrace) == 0x000020, "Wrong size on SentrySpan_GetTrace"); \ +static_assert(offsetof(SentrySpan_GetTrace, Name_0) == 0x000000, "Member 'SentrySpan_GetTrace::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_GetTrace, Value) == 0x000010, "Member 'SentrySpan_GetTrace::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_RemoveData \ +static_assert(alignof(SentrySpan_RemoveData) == 0x000008, "Wrong alignment on SentrySpan_RemoveData"); \ +static_assert(sizeof(SentrySpan_RemoveData) == 0x000010, "Wrong size on SentrySpan_RemoveData"); \ +static_assert(offsetof(SentrySpan_RemoveData, Key) == 0x000000, "Member 'SentrySpan_RemoveData::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_RemoveTag \ +static_assert(alignof(SentrySpan_RemoveTag) == 0x000008, "Wrong alignment on SentrySpan_RemoveTag"); \ +static_assert(sizeof(SentrySpan_RemoveTag) == 0x000010, "Wrong size on SentrySpan_RemoveTag"); \ +static_assert(offsetof(SentrySpan_RemoveTag, Key) == 0x000000, "Member 'SentrySpan_RemoveTag::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_SetData \ +static_assert(alignof(SentrySpan_SetData) == 0x000008, "Wrong alignment on SentrySpan_SetData"); \ +static_assert(sizeof(SentrySpan_SetData) == 0x000060, "Wrong size on SentrySpan_SetData"); \ +static_assert(offsetof(SentrySpan_SetData, Key) == 0x000000, "Member 'SentrySpan_SetData::Key' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_SetData, Values) == 0x000010, "Member 'SentrySpan_SetData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_SetTag \ +static_assert(alignof(SentrySpan_SetTag) == 0x000008, "Wrong alignment on SentrySpan_SetTag"); \ +static_assert(sizeof(SentrySpan_SetTag) == 0x000020, "Wrong size on SentrySpan_SetTag"); \ +static_assert(offsetof(SentrySpan_SetTag, Key) == 0x000000, "Member 'SentrySpan_SetTag::Key' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_SetTag, Value) == 0x000010, "Member 'SentrySpan_SetTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_StartChild \ +static_assert(alignof(SentrySpan_StartChild) == 0x000008, "Wrong alignment on SentrySpan_StartChild"); \ +static_assert(sizeof(SentrySpan_StartChild) == 0x000028, "Wrong size on SentrySpan_StartChild"); \ +static_assert(offsetof(SentrySpan_StartChild, Operation) == 0x000000, "Member 'SentrySpan_StartChild::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_StartChild, Description) == 0x000010, "Member 'SentrySpan_StartChild::Description' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_StartChild, ReturnValue) == 0x000020, "Member 'SentrySpan_StartChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_StartChildWithTimestamp \ +static_assert(alignof(SentrySpan_StartChildWithTimestamp) == 0x000008, "Wrong alignment on SentrySpan_StartChildWithTimestamp"); \ +static_assert(sizeof(SentrySpan_StartChildWithTimestamp) == 0x000030, "Wrong size on SentrySpan_StartChildWithTimestamp"); \ +static_assert(offsetof(SentrySpan_StartChildWithTimestamp, Operation) == 0x000000, "Member 'SentrySpan_StartChildWithTimestamp::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_StartChildWithTimestamp, Description) == 0x000010, "Member 'SentrySpan_StartChildWithTimestamp::Description' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_StartChildWithTimestamp, Timestamp) == 0x000020, "Member 'SentrySpan_StartChildWithTimestamp::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(SentrySpan_StartChildWithTimestamp, ReturnValue) == 0x000028, "Member 'SentrySpan_StartChildWithTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySpan_IsFinished \ +static_assert(alignof(SentrySpan_IsFinished) == 0x000001, "Wrong alignment on SentrySpan_IsFinished"); \ +static_assert(sizeof(SentrySpan_IsFinished) == 0x000001, "Wrong size on SentrySpan_IsFinished"); \ +static_assert(offsetof(SentrySpan_IsFinished, ReturnValue) == 0x000000, "Member 'SentrySpan_IsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentrySpan \ +static_assert(alignof(USentrySpan) == 0x000008, "Wrong alignment on USentrySpan"); \ +static_assert(sizeof(USentrySpan) == 0x000038, "Wrong size on USentrySpan"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_AddBreadcrumb \ +static_assert(alignof(SentrySubsystem_AddBreadcrumb) == 0x000008, "Wrong alignment on SentrySubsystem_AddBreadcrumb"); \ +static_assert(sizeof(SentrySubsystem_AddBreadcrumb) == 0x000008, "Wrong size on SentrySubsystem_AddBreadcrumb"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumb, Breadcrumb) == 0x000000, "Member 'SentrySubsystem_AddBreadcrumb::Breadcrumb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_AddBreadcrumbWithParams \ +static_assert(alignof(SentrySubsystem_AddBreadcrumbWithParams) == 0x000008, "Wrong alignment on SentrySubsystem_AddBreadcrumbWithParams"); \ +static_assert(sizeof(SentrySubsystem_AddBreadcrumbWithParams) == 0x000088, "Wrong size on SentrySubsystem_AddBreadcrumbWithParams"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumbWithParams, Message) == 0x000000, "Member 'SentrySubsystem_AddBreadcrumbWithParams::Message' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumbWithParams, Category) == 0x000010, "Member 'SentrySubsystem_AddBreadcrumbWithParams::Category' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumbWithParams, Type) == 0x000020, "Member 'SentrySubsystem_AddBreadcrumbWithParams::Type' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumbWithParams, Data) == 0x000030, "Member 'SentrySubsystem_AddBreadcrumbWithParams::Data' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_AddBreadcrumbWithParams, Level) == 0x000080, "Member 'SentrySubsystem_AddBreadcrumbWithParams::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureEvent \ +static_assert(alignof(SentrySubsystem_CaptureEvent) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureEvent"); \ +static_assert(sizeof(SentrySubsystem_CaptureEvent) == 0x000010, "Wrong size on SentrySubsystem_CaptureEvent"); \ +static_assert(offsetof(SentrySubsystem_CaptureEvent, Event) == 0x000000, "Member 'SentrySubsystem_CaptureEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureEvent, ReturnValue) == 0x000008, "Member 'SentrySubsystem_CaptureEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureEventWithScope \ +static_assert(alignof(SentrySubsystem_CaptureEventWithScope) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureEventWithScope"); \ +static_assert(sizeof(SentrySubsystem_CaptureEventWithScope) == 0x000020, "Wrong size on SentrySubsystem_CaptureEventWithScope"); \ +static_assert(offsetof(SentrySubsystem_CaptureEventWithScope, Event) == 0x000000, "Member 'SentrySubsystem_CaptureEventWithScope::Event' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureEventWithScope, OnConfigureScope) == 0x000008, "Member 'SentrySubsystem_CaptureEventWithScope::OnConfigureScope' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureEventWithScope, ReturnValue) == 0x000018, "Member 'SentrySubsystem_CaptureEventWithScope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureMessage \ +static_assert(alignof(SentrySubsystem_CaptureMessage) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureMessage"); \ +static_assert(sizeof(SentrySubsystem_CaptureMessage) == 0x000020, "Wrong size on SentrySubsystem_CaptureMessage"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessage, Message) == 0x000000, "Member 'SentrySubsystem_CaptureMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessage, Level) == 0x000010, "Member 'SentrySubsystem_CaptureMessage::Level' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessage, ReturnValue) == 0x000018, "Member 'SentrySubsystem_CaptureMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureMessageWithScope \ +static_assert(alignof(SentrySubsystem_CaptureMessageWithScope) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureMessageWithScope"); \ +static_assert(sizeof(SentrySubsystem_CaptureMessageWithScope) == 0x000030, "Wrong size on SentrySubsystem_CaptureMessageWithScope"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessageWithScope, Message) == 0x000000, "Member 'SentrySubsystem_CaptureMessageWithScope::Message' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessageWithScope, OnConfigureScope) == 0x000010, "Member 'SentrySubsystem_CaptureMessageWithScope::OnConfigureScope' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessageWithScope, Level) == 0x000020, "Member 'SentrySubsystem_CaptureMessageWithScope::Level' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureMessageWithScope, ReturnValue) == 0x000028, "Member 'SentrySubsystem_CaptureMessageWithScope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureUserFeedback \ +static_assert(alignof(SentrySubsystem_CaptureUserFeedback) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureUserFeedback"); \ +static_assert(sizeof(SentrySubsystem_CaptureUserFeedback) == 0x000008, "Wrong size on SentrySubsystem_CaptureUserFeedback"); \ +static_assert(offsetof(SentrySubsystem_CaptureUserFeedback, UserFeedback) == 0x000000, "Member 'SentrySubsystem_CaptureUserFeedback::UserFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_CaptureUserFeedbackWithParams \ +static_assert(alignof(SentrySubsystem_CaptureUserFeedbackWithParams) == 0x000008, "Wrong alignment on SentrySubsystem_CaptureUserFeedbackWithParams"); \ +static_assert(sizeof(SentrySubsystem_CaptureUserFeedbackWithParams) == 0x000038, "Wrong size on SentrySubsystem_CaptureUserFeedbackWithParams"); \ +static_assert(offsetof(SentrySubsystem_CaptureUserFeedbackWithParams, EventId) == 0x000000, "Member 'SentrySubsystem_CaptureUserFeedbackWithParams::EventId' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureUserFeedbackWithParams, Email) == 0x000008, "Member 'SentrySubsystem_CaptureUserFeedbackWithParams::Email' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureUserFeedbackWithParams, Comments) == 0x000018, "Member 'SentrySubsystem_CaptureUserFeedbackWithParams::Comments' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_CaptureUserFeedbackWithParams, Name_0) == 0x000028, "Member 'SentrySubsystem_CaptureUserFeedbackWithParams::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_ConfigureScope \ +static_assert(alignof(SentrySubsystem_ConfigureScope) == 0x000004, "Wrong alignment on SentrySubsystem_ConfigureScope"); \ +static_assert(sizeof(SentrySubsystem_ConfigureScope) == 0x000010, "Wrong size on SentrySubsystem_ConfigureScope"); \ +static_assert(offsetof(SentrySubsystem_ConfigureScope, OnConfigureScope) == 0x000000, "Member 'SentrySubsystem_ConfigureScope::OnConfigureScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_ContinueTrace \ +static_assert(alignof(SentrySubsystem_ContinueTrace) == 0x000008, "Wrong alignment on SentrySubsystem_ContinueTrace"); \ +static_assert(sizeof(SentrySubsystem_ContinueTrace) == 0x000028, "Wrong size on SentrySubsystem_ContinueTrace"); \ +static_assert(offsetof(SentrySubsystem_ContinueTrace, SentryTrace) == 0x000000, "Member 'SentrySubsystem_ContinueTrace::SentryTrace' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_ContinueTrace, BaggageHeaders) == 0x000010, "Member 'SentrySubsystem_ContinueTrace::BaggageHeaders' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_ContinueTrace, ReturnValue) == 0x000020, "Member 'SentrySubsystem_ContinueTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_InitializeWithSettings \ +static_assert(alignof(SentrySubsystem_InitializeWithSettings) == 0x000004, "Wrong alignment on SentrySubsystem_InitializeWithSettings"); \ +static_assert(sizeof(SentrySubsystem_InitializeWithSettings) == 0x000010, "Wrong size on SentrySubsystem_InitializeWithSettings"); \ +static_assert(offsetof(SentrySubsystem_InitializeWithSettings, OnConfigureSettings) == 0x000000, "Member 'SentrySubsystem_InitializeWithSettings::OnConfigureSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_IsCrashedLastRun \ +static_assert(alignof(SentrySubsystem_IsCrashedLastRun) == 0x000001, "Wrong alignment on SentrySubsystem_IsCrashedLastRun"); \ +static_assert(sizeof(SentrySubsystem_IsCrashedLastRun) == 0x000001, "Wrong size on SentrySubsystem_IsCrashedLastRun"); \ +static_assert(offsetof(SentrySubsystem_IsCrashedLastRun, ReturnValue) == 0x000000, "Member 'SentrySubsystem_IsCrashedLastRun::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_IsEnabled \ +static_assert(alignof(SentrySubsystem_IsEnabled) == 0x000001, "Wrong alignment on SentrySubsystem_IsEnabled"); \ +static_assert(sizeof(SentrySubsystem_IsEnabled) == 0x000001, "Wrong size on SentrySubsystem_IsEnabled"); \ +static_assert(offsetof(SentrySubsystem_IsEnabled, ReturnValue) == 0x000000, "Member 'SentrySubsystem_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_IsSupportedForCurrentSettings \ +static_assert(alignof(SentrySubsystem_IsSupportedForCurrentSettings) == 0x000001, "Wrong alignment on SentrySubsystem_IsSupportedForCurrentSettings"); \ +static_assert(sizeof(SentrySubsystem_IsSupportedForCurrentSettings) == 0x000001, "Wrong size on SentrySubsystem_IsSupportedForCurrentSettings"); \ +static_assert(offsetof(SentrySubsystem_IsSupportedForCurrentSettings, ReturnValue) == 0x000000, "Member 'SentrySubsystem_IsSupportedForCurrentSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_RemoveTag \ +static_assert(alignof(SentrySubsystem_RemoveTag) == 0x000008, "Wrong alignment on SentrySubsystem_RemoveTag"); \ +static_assert(sizeof(SentrySubsystem_RemoveTag) == 0x000010, "Wrong size on SentrySubsystem_RemoveTag"); \ +static_assert(offsetof(SentrySubsystem_RemoveTag, Key) == 0x000000, "Member 'SentrySubsystem_RemoveTag::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_SetContext \ +static_assert(alignof(SentrySubsystem_SetContext) == 0x000008, "Wrong alignment on SentrySubsystem_SetContext"); \ +static_assert(sizeof(SentrySubsystem_SetContext) == 0x000060, "Wrong size on SentrySubsystem_SetContext"); \ +static_assert(offsetof(SentrySubsystem_SetContext, Key) == 0x000000, "Member 'SentrySubsystem_SetContext::Key' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_SetContext, Values) == 0x000010, "Member 'SentrySubsystem_SetContext::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_SetLevel \ +static_assert(alignof(SentrySubsystem_SetLevel) == 0x000001, "Wrong alignment on SentrySubsystem_SetLevel"); \ +static_assert(sizeof(SentrySubsystem_SetLevel) == 0x000001, "Wrong size on SentrySubsystem_SetLevel"); \ +static_assert(offsetof(SentrySubsystem_SetLevel, Level) == 0x000000, "Member 'SentrySubsystem_SetLevel::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_SetTag \ +static_assert(alignof(SentrySubsystem_SetTag) == 0x000008, "Wrong alignment on SentrySubsystem_SetTag"); \ +static_assert(sizeof(SentrySubsystem_SetTag) == 0x000020, "Wrong size on SentrySubsystem_SetTag"); \ +static_assert(offsetof(SentrySubsystem_SetTag, Key) == 0x000000, "Member 'SentrySubsystem_SetTag::Key' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_SetTag, Value) == 0x000010, "Member 'SentrySubsystem_SetTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_SetUser \ +static_assert(alignof(SentrySubsystem_SetUser) == 0x000008, "Wrong alignment on SentrySubsystem_SetUser"); \ +static_assert(sizeof(SentrySubsystem_SetUser) == 0x000008, "Wrong size on SentrySubsystem_SetUser"); \ +static_assert(offsetof(SentrySubsystem_SetUser, User) == 0x000000, "Member 'SentrySubsystem_SetUser::User' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_StartTransaction \ +static_assert(alignof(SentrySubsystem_StartTransaction) == 0x000008, "Wrong alignment on SentrySubsystem_StartTransaction"); \ +static_assert(sizeof(SentrySubsystem_StartTransaction) == 0x000028, "Wrong size on SentrySubsystem_StartTransaction"); \ +static_assert(offsetof(SentrySubsystem_StartTransaction, Name_0) == 0x000000, "Member 'SentrySubsystem_StartTransaction::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransaction, Operation) == 0x000010, "Member 'SentrySubsystem_StartTransaction::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransaction, ReturnValue) == 0x000020, "Member 'SentrySubsystem_StartTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_StartTransactionWithContext \ +static_assert(alignof(SentrySubsystem_StartTransactionWithContext) == 0x000008, "Wrong alignment on SentrySubsystem_StartTransactionWithContext"); \ +static_assert(sizeof(SentrySubsystem_StartTransactionWithContext) == 0x000010, "Wrong size on SentrySubsystem_StartTransactionWithContext"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContext, Context) == 0x000000, "Member 'SentrySubsystem_StartTransactionWithContext::Context' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContext, ReturnValue) == 0x000008, "Member 'SentrySubsystem_StartTransactionWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_StartTransactionWithContextAndOptions \ +static_assert(alignof(SentrySubsystem_StartTransactionWithContextAndOptions) == 0x000008, "Wrong alignment on SentrySubsystem_StartTransactionWithContextAndOptions"); \ +static_assert(sizeof(SentrySubsystem_StartTransactionWithContextAndOptions) == 0x000060, "Wrong size on SentrySubsystem_StartTransactionWithContextAndOptions"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndOptions, Context) == 0x000000, "Member 'SentrySubsystem_StartTransactionWithContextAndOptions::Context' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndOptions, Options) == 0x000008, "Member 'SentrySubsystem_StartTransactionWithContextAndOptions::Options' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndOptions, ReturnValue) == 0x000058, "Member 'SentrySubsystem_StartTransactionWithContextAndOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentrySubsystem_StartTransactionWithContextAndTimestamp \ +static_assert(alignof(SentrySubsystem_StartTransactionWithContextAndTimestamp) == 0x000008, "Wrong alignment on SentrySubsystem_StartTransactionWithContextAndTimestamp"); \ +static_assert(sizeof(SentrySubsystem_StartTransactionWithContextAndTimestamp) == 0x000018, "Wrong size on SentrySubsystem_StartTransactionWithContextAndTimestamp"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndTimestamp, Context) == 0x000000, "Member 'SentrySubsystem_StartTransactionWithContextAndTimestamp::Context' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndTimestamp, Timestamp) == 0x000008, "Member 'SentrySubsystem_StartTransactionWithContextAndTimestamp::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(SentrySubsystem_StartTransactionWithContextAndTimestamp, ReturnValue) == 0x000010, "Member 'SentrySubsystem_StartTransactionWithContextAndTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentrySubsystem \ +static_assert(alignof(USentrySubsystem) == 0x000008, "Wrong alignment on USentrySubsystem"); \ +static_assert(sizeof(USentrySubsystem) == 0x0000A8, "Wrong size on USentrySubsystem"); \ +static_assert(offsetof(USentrySubsystem, BeforeSendHandler) == 0x000060, "Member 'USentrySubsystem::BeforeSendHandler' has a wrong offset!"); \ +static_assert(offsetof(USentrySubsystem, TraceSampler) == 0x000068, "Member 'USentrySubsystem::TraceSampler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTraceSampler_Sample \ +static_assert(alignof(SentryTraceSampler_Sample) == 0x000008, "Wrong alignment on SentryTraceSampler_Sample"); \ +static_assert(sizeof(SentryTraceSampler_Sample) == 0x000010, "Wrong size on SentryTraceSampler_Sample"); \ +static_assert(offsetof(SentryTraceSampler_Sample, samplingContext) == 0x000000, "Member 'SentryTraceSampler_Sample::samplingContext' has a wrong offset!"); \ +static_assert(offsetof(SentryTraceSampler_Sample, samplingValue) == 0x000008, "Member 'SentryTraceSampler_Sample::samplingValue' has a wrong offset!"); \ +static_assert(offsetof(SentryTraceSampler_Sample, ReturnValue) == 0x00000C, "Member 'SentryTraceSampler_Sample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryTraceSampler \ +static_assert(alignof(USentryTraceSampler) == 0x000008, "Wrong alignment on USentryTraceSampler"); \ +static_assert(sizeof(USentryTraceSampler) == 0x000028, "Wrong size on USentryTraceSampler"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_FinishWithTimestamp \ +static_assert(alignof(SentryTransaction_FinishWithTimestamp) == 0x000008, "Wrong alignment on SentryTransaction_FinishWithTimestamp"); \ +static_assert(sizeof(SentryTransaction_FinishWithTimestamp) == 0x000008, "Wrong size on SentryTransaction_FinishWithTimestamp"); \ +static_assert(offsetof(SentryTransaction_FinishWithTimestamp, Timestamp) == 0x000000, "Member 'SentryTransaction_FinishWithTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_GetTrace \ +static_assert(alignof(SentryTransaction_GetTrace) == 0x000008, "Wrong alignment on SentryTransaction_GetTrace"); \ +static_assert(sizeof(SentryTransaction_GetTrace) == 0x000020, "Wrong size on SentryTransaction_GetTrace"); \ +static_assert(offsetof(SentryTransaction_GetTrace, Name_0) == 0x000000, "Member 'SentryTransaction_GetTrace::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_GetTrace, Value) == 0x000010, "Member 'SentryTransaction_GetTrace::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_RemoveData \ +static_assert(alignof(SentryTransaction_RemoveData) == 0x000008, "Wrong alignment on SentryTransaction_RemoveData"); \ +static_assert(sizeof(SentryTransaction_RemoveData) == 0x000010, "Wrong size on SentryTransaction_RemoveData"); \ +static_assert(offsetof(SentryTransaction_RemoveData, Key) == 0x000000, "Member 'SentryTransaction_RemoveData::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_RemoveTag \ +static_assert(alignof(SentryTransaction_RemoveTag) == 0x000008, "Wrong alignment on SentryTransaction_RemoveTag"); \ +static_assert(sizeof(SentryTransaction_RemoveTag) == 0x000010, "Wrong size on SentryTransaction_RemoveTag"); \ +static_assert(offsetof(SentryTransaction_RemoveTag, Key) == 0x000000, "Member 'SentryTransaction_RemoveTag::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_SetData \ +static_assert(alignof(SentryTransaction_SetData) == 0x000008, "Wrong alignment on SentryTransaction_SetData"); \ +static_assert(sizeof(SentryTransaction_SetData) == 0x000060, "Wrong size on SentryTransaction_SetData"); \ +static_assert(offsetof(SentryTransaction_SetData, Key) == 0x000000, "Member 'SentryTransaction_SetData::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_SetData, Values) == 0x000010, "Member 'SentryTransaction_SetData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_SetName \ +static_assert(alignof(SentryTransaction_SetName) == 0x000008, "Wrong alignment on SentryTransaction_SetName"); \ +static_assert(sizeof(SentryTransaction_SetName) == 0x000010, "Wrong size on SentryTransaction_SetName"); \ +static_assert(offsetof(SentryTransaction_SetName, Name_0) == 0x000000, "Member 'SentryTransaction_SetName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_SetTag \ +static_assert(alignof(SentryTransaction_SetTag) == 0x000008, "Wrong alignment on SentryTransaction_SetTag"); \ +static_assert(sizeof(SentryTransaction_SetTag) == 0x000020, "Wrong size on SentryTransaction_SetTag"); \ +static_assert(offsetof(SentryTransaction_SetTag, Key) == 0x000000, "Member 'SentryTransaction_SetTag::Key' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_SetTag, Value) == 0x000010, "Member 'SentryTransaction_SetTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_StartChild \ +static_assert(alignof(SentryTransaction_StartChild) == 0x000008, "Wrong alignment on SentryTransaction_StartChild"); \ +static_assert(sizeof(SentryTransaction_StartChild) == 0x000028, "Wrong size on SentryTransaction_StartChild"); \ +static_assert(offsetof(SentryTransaction_StartChild, Operation) == 0x000000, "Member 'SentryTransaction_StartChild::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_StartChild, Description) == 0x000010, "Member 'SentryTransaction_StartChild::Description' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_StartChild, ReturnValue) == 0x000020, "Member 'SentryTransaction_StartChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_StartChildWithTimestamp \ +static_assert(alignof(SentryTransaction_StartChildWithTimestamp) == 0x000008, "Wrong alignment on SentryTransaction_StartChildWithTimestamp"); \ +static_assert(sizeof(SentryTransaction_StartChildWithTimestamp) == 0x000030, "Wrong size on SentryTransaction_StartChildWithTimestamp"); \ +static_assert(offsetof(SentryTransaction_StartChildWithTimestamp, Operation) == 0x000000, "Member 'SentryTransaction_StartChildWithTimestamp::Operation' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_StartChildWithTimestamp, Description) == 0x000010, "Member 'SentryTransaction_StartChildWithTimestamp::Description' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_StartChildWithTimestamp, Timestamp) == 0x000020, "Member 'SentryTransaction_StartChildWithTimestamp::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(SentryTransaction_StartChildWithTimestamp, ReturnValue) == 0x000028, "Member 'SentryTransaction_StartChildWithTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransaction_IsFinished \ +static_assert(alignof(SentryTransaction_IsFinished) == 0x000001, "Wrong alignment on SentryTransaction_IsFinished"); \ +static_assert(sizeof(SentryTransaction_IsFinished) == 0x000001, "Wrong size on SentryTransaction_IsFinished"); \ +static_assert(offsetof(SentryTransaction_IsFinished, ReturnValue) == 0x000000, "Member 'SentryTransaction_IsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryTransaction \ +static_assert(alignof(USentryTransaction) == 0x000008, "Wrong alignment on USentryTransaction"); \ +static_assert(sizeof(USentryTransaction) == 0x000038, "Wrong size on USentryTransaction"); \ + +#define DUMPER7_ASSERTS_SentryTransactionContext_Initialize \ +static_assert(alignof(SentryTransactionContext_Initialize) == 0x000008, "Wrong alignment on SentryTransactionContext_Initialize"); \ +static_assert(sizeof(SentryTransactionContext_Initialize) == 0x000020, "Wrong size on SentryTransactionContext_Initialize"); \ +static_assert(offsetof(SentryTransactionContext_Initialize, Name_0) == 0x000000, "Member 'SentryTransactionContext_Initialize::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SentryTransactionContext_Initialize, Operation) == 0x000010, "Member 'SentryTransactionContext_Initialize::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransactionContext_GetName \ +static_assert(alignof(SentryTransactionContext_GetName) == 0x000008, "Wrong alignment on SentryTransactionContext_GetName"); \ +static_assert(sizeof(SentryTransactionContext_GetName) == 0x000010, "Wrong size on SentryTransactionContext_GetName"); \ +static_assert(offsetof(SentryTransactionContext_GetName, ReturnValue) == 0x000000, "Member 'SentryTransactionContext_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryTransactionContext_GetOperation \ +static_assert(alignof(SentryTransactionContext_GetOperation) == 0x000008, "Wrong alignment on SentryTransactionContext_GetOperation"); \ +static_assert(sizeof(SentryTransactionContext_GetOperation) == 0x000010, "Wrong size on SentryTransactionContext_GetOperation"); \ +static_assert(offsetof(SentryTransactionContext_GetOperation, ReturnValue) == 0x000000, "Member 'SentryTransactionContext_GetOperation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryTransactionContext \ +static_assert(alignof(USentryTransactionContext) == 0x000008, "Wrong alignment on USentryTransactionContext"); \ +static_assert(sizeof(USentryTransactionContext) == 0x000038, "Wrong size on USentryTransactionContext"); \ + +#define DUMPER7_ASSERTS_SentryUser_SetData \ +static_assert(alignof(SentryUser_SetData) == 0x000008, "Wrong alignment on SentryUser_SetData"); \ +static_assert(sizeof(SentryUser_SetData) == 0x000050, "Wrong size on SentryUser_SetData"); \ +static_assert(offsetof(SentryUser_SetData, Data) == 0x000000, "Member 'SentryUser_SetData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_SetEmail \ +static_assert(alignof(SentryUser_SetEmail) == 0x000008, "Wrong alignment on SentryUser_SetEmail"); \ +static_assert(sizeof(SentryUser_SetEmail) == 0x000010, "Wrong size on SentryUser_SetEmail"); \ +static_assert(offsetof(SentryUser_SetEmail, Email) == 0x000000, "Member 'SentryUser_SetEmail::Email' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_SetId \ +static_assert(alignof(SentryUser_SetId) == 0x000008, "Wrong alignment on SentryUser_SetId"); \ +static_assert(sizeof(SentryUser_SetId) == 0x000010, "Wrong size on SentryUser_SetId"); \ +static_assert(offsetof(SentryUser_SetId, ID) == 0x000000, "Member 'SentryUser_SetId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_SetIpAddress \ +static_assert(alignof(SentryUser_SetIpAddress) == 0x000008, "Wrong alignment on SentryUser_SetIpAddress"); \ +static_assert(sizeof(SentryUser_SetIpAddress) == 0x000010, "Wrong size on SentryUser_SetIpAddress"); \ +static_assert(offsetof(SentryUser_SetIpAddress, IpAddress) == 0x000000, "Member 'SentryUser_SetIpAddress::IpAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_SetUsername \ +static_assert(alignof(SentryUser_SetUsername) == 0x000008, "Wrong alignment on SentryUser_SetUsername"); \ +static_assert(sizeof(SentryUser_SetUsername) == 0x000010, "Wrong size on SentryUser_SetUsername"); \ +static_assert(offsetof(SentryUser_SetUsername, UserName) == 0x000000, "Member 'SentryUser_SetUsername::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_GetData \ +static_assert(alignof(SentryUser_GetData) == 0x000008, "Wrong alignment on SentryUser_GetData"); \ +static_assert(sizeof(SentryUser_GetData) == 0x000050, "Wrong size on SentryUser_GetData"); \ +static_assert(offsetof(SentryUser_GetData, ReturnValue) == 0x000000, "Member 'SentryUser_GetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_GetEmail \ +static_assert(alignof(SentryUser_GetEmail) == 0x000008, "Wrong alignment on SentryUser_GetEmail"); \ +static_assert(sizeof(SentryUser_GetEmail) == 0x000010, "Wrong size on SentryUser_GetEmail"); \ +static_assert(offsetof(SentryUser_GetEmail, ReturnValue) == 0x000000, "Member 'SentryUser_GetEmail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_GetId \ +static_assert(alignof(SentryUser_GetId) == 0x000008, "Wrong alignment on SentryUser_GetId"); \ +static_assert(sizeof(SentryUser_GetId) == 0x000010, "Wrong size on SentryUser_GetId"); \ +static_assert(offsetof(SentryUser_GetId, ReturnValue) == 0x000000, "Member 'SentryUser_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_GetIpAddress \ +static_assert(alignof(SentryUser_GetIpAddress) == 0x000008, "Wrong alignment on SentryUser_GetIpAddress"); \ +static_assert(sizeof(SentryUser_GetIpAddress) == 0x000010, "Wrong size on SentryUser_GetIpAddress"); \ +static_assert(offsetof(SentryUser_GetIpAddress, ReturnValue) == 0x000000, "Member 'SentryUser_GetIpAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUser_GetUsername \ +static_assert(alignof(SentryUser_GetUsername) == 0x000008, "Wrong alignment on SentryUser_GetUsername"); \ +static_assert(sizeof(SentryUser_GetUsername) == 0x000010, "Wrong size on SentryUser_GetUsername"); \ +static_assert(offsetof(SentryUser_GetUsername, ReturnValue) == 0x000000, "Member 'SentryUser_GetUsername::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryUser \ +static_assert(alignof(USentryUser) == 0x000008, "Wrong alignment on USentryUser"); \ +static_assert(sizeof(USentryUser) == 0x000038, "Wrong size on USentryUser"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_Initialize \ +static_assert(alignof(SentryUserFeedback_Initialize) == 0x000008, "Wrong alignment on SentryUserFeedback_Initialize"); \ +static_assert(sizeof(SentryUserFeedback_Initialize) == 0x000008, "Wrong size on SentryUserFeedback_Initialize"); \ +static_assert(offsetof(SentryUserFeedback_Initialize, EventId) == 0x000000, "Member 'SentryUserFeedback_Initialize::EventId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_SetComment \ +static_assert(alignof(SentryUserFeedback_SetComment) == 0x000008, "Wrong alignment on SentryUserFeedback_SetComment"); \ +static_assert(sizeof(SentryUserFeedback_SetComment) == 0x000010, "Wrong size on SentryUserFeedback_SetComment"); \ +static_assert(offsetof(SentryUserFeedback_SetComment, Comments) == 0x000000, "Member 'SentryUserFeedback_SetComment::Comments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_SetEmail \ +static_assert(alignof(SentryUserFeedback_SetEmail) == 0x000008, "Wrong alignment on SentryUserFeedback_SetEmail"); \ +static_assert(sizeof(SentryUserFeedback_SetEmail) == 0x000010, "Wrong size on SentryUserFeedback_SetEmail"); \ +static_assert(offsetof(SentryUserFeedback_SetEmail, Email) == 0x000000, "Member 'SentryUserFeedback_SetEmail::Email' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_SetName \ +static_assert(alignof(SentryUserFeedback_SetName) == 0x000008, "Wrong alignment on SentryUserFeedback_SetName"); \ +static_assert(sizeof(SentryUserFeedback_SetName) == 0x000010, "Wrong size on SentryUserFeedback_SetName"); \ +static_assert(offsetof(SentryUserFeedback_SetName, Name_0) == 0x000000, "Member 'SentryUserFeedback_SetName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_GetComment \ +static_assert(alignof(SentryUserFeedback_GetComment) == 0x000008, "Wrong alignment on SentryUserFeedback_GetComment"); \ +static_assert(sizeof(SentryUserFeedback_GetComment) == 0x000010, "Wrong size on SentryUserFeedback_GetComment"); \ +static_assert(offsetof(SentryUserFeedback_GetComment, ReturnValue) == 0x000000, "Member 'SentryUserFeedback_GetComment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_GetEmail \ +static_assert(alignof(SentryUserFeedback_GetEmail) == 0x000008, "Wrong alignment on SentryUserFeedback_GetEmail"); \ +static_assert(sizeof(SentryUserFeedback_GetEmail) == 0x000010, "Wrong size on SentryUserFeedback_GetEmail"); \ +static_assert(offsetof(SentryUserFeedback_GetEmail, ReturnValue) == 0x000000, "Member 'SentryUserFeedback_GetEmail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SentryUserFeedback_GetName \ +static_assert(alignof(SentryUserFeedback_GetName) == 0x000008, "Wrong alignment on SentryUserFeedback_GetName"); \ +static_assert(sizeof(SentryUserFeedback_GetName) == 0x000010, "Wrong size on SentryUserFeedback_GetName"); \ +static_assert(offsetof(SentryUserFeedback_GetName, ReturnValue) == 0x000000, "Member 'SentryUserFeedback_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USentryUserFeedback \ +static_assert(alignof(USentryUserFeedback) == 0x000008, "Wrong alignment on USentryUserFeedback"); \ +static_assert(sizeof(USentryUserFeedback) == 0x000038, "Wrong size on USentryUserFeedback"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_1_Tom_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_1_Tom_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_1_Tom_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_1_Tom_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_1_Tom_C"); \ + +#define DUMPER7_ASSERTS_FGizmoVec2ParameterChange \ +static_assert(alignof(FGizmoVec2ParameterChange) == 0x000008, "Wrong alignment on FGizmoVec2ParameterChange"); \ +static_assert(sizeof(FGizmoVec2ParameterChange) == 0x000020, "Wrong size on FGizmoVec2ParameterChange"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, InitialValue) == 0x000000, "Member 'FGizmoVec2ParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, CurrentValue) == 0x000010, "Member 'FGizmoVec2ParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementColorAttribute \ +static_assert(alignof(FGizmoElementColorAttribute) == 0x000004, "Wrong alignment on FGizmoElementColorAttribute"); \ +static_assert(sizeof(FGizmoElementColorAttribute) == 0x000014, "Wrong size on FGizmoElementColorAttribute"); \ +static_assert(offsetof(FGizmoElementColorAttribute, Value) == 0x000000, "Member 'FGizmoElementColorAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementColorAttribute, bHasValue) == 0x000010, "Member 'FGizmoElementColorAttribute::bHasValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementColorAttribute, bOverridesChildState) == 0x000011, "Member 'FGizmoElementColorAttribute::bOverridesChildState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementMaterialAttribute \ +static_assert(alignof(FGizmoElementMaterialAttribute) == 0x000004, "Wrong alignment on FGizmoElementMaterialAttribute"); \ +static_assert(sizeof(FGizmoElementMaterialAttribute) == 0x00000C, "Wrong size on FGizmoElementMaterialAttribute"); \ +static_assert(offsetof(FGizmoElementMaterialAttribute, Value) == 0x000000, "Member 'FGizmoElementMaterialAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMaterialAttribute, bOverridesChildState) == 0x000008, "Member 'FGizmoElementMaterialAttribute::bOverridesChildState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementMeshRenderStateAttributes \ +static_assert(alignof(FGizmoElementMeshRenderStateAttributes) == 0x000004, "Wrong alignment on FGizmoElementMeshRenderStateAttributes"); \ +static_assert(sizeof(FGizmoElementMeshRenderStateAttributes) == 0x000060, "Wrong size on FGizmoElementMeshRenderStateAttributes"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, Material) == 0x000000, "Member 'FGizmoElementMeshRenderStateAttributes::Material' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, HoverMaterial) == 0x00000C, "Member 'FGizmoElementMeshRenderStateAttributes::HoverMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, InteractMaterial) == 0x000018, "Member 'FGizmoElementMeshRenderStateAttributes::InteractMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, VertexColor) == 0x000024, "Member 'FGizmoElementMeshRenderStateAttributes::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, HoverVertexColor) == 0x000038, "Member 'FGizmoElementMeshRenderStateAttributes::HoverVertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, InteractVertexColor) == 0x00004C, "Member 'FGizmoElementMeshRenderStateAttributes::InteractVertexColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementLineRenderStateAttributes \ +static_assert(alignof(FGizmoElementLineRenderStateAttributes) == 0x000004, "Wrong alignment on FGizmoElementLineRenderStateAttributes"); \ +static_assert(sizeof(FGizmoElementLineRenderStateAttributes) == 0x00003C, "Wrong size on FGizmoElementLineRenderStateAttributes"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, LineColor) == 0x000000, "Member 'FGizmoElementLineRenderStateAttributes::LineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, HoverLineColor) == 0x000014, "Member 'FGizmoElementLineRenderStateAttributes::HoverLineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, InteractLineColor) == 0x000028, "Member 'FGizmoElementLineRenderStateAttributes::InteractLineColor' has a wrong offset!"); \ + +#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_FBrushStampData \ +static_assert(alignof(FBrushStampData) == 0x000008, "Wrong alignment on FBrushStampData"); \ +static_assert(sizeof(FBrushStampData) == 0x000138, "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) == 0x000040, "Wrong size on FInputRayHit"); \ +static_assert(offsetof(FInputRayHit, bHit) == 0x000000, "Member 'FInputRayHit::bHit' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitDepth) == 0x000008, "Member 'FInputRayHit::HitDepth' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitNormal) == 0x000010, "Member 'FInputRayHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, bHasHitNormal) == 0x000028, "Member 'FInputRayHit::bHasHitNormal' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitIdentifier) == 0x00002C, "Member 'FInputRayHit::HitIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitObject) == 0x000038, "Member 'FInputRayHit::HitObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceButtonState \ +static_assert(alignof(FDeviceButtonState) == 0x000008, "Wrong alignment on FDeviceButtonState"); \ +static_assert(sizeof(FDeviceButtonState) == 0x000020, "Wrong size on FDeviceButtonState"); \ +static_assert(offsetof(FDeviceButtonState, Button) == 0x000000, "Member 'FDeviceButtonState::Button' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bPressed) == 0x000018, "Member 'FDeviceButtonState::bPressed' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bDown) == 0x000019, "Member 'FDeviceButtonState::bDown' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bReleased) == 0x00001A, "Member 'FDeviceButtonState::bReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyboardInputDeviceState \ +static_assert(alignof(FKeyboardInputDeviceState) == 0x000008, "Wrong alignment on FKeyboardInputDeviceState"); \ +static_assert(sizeof(FKeyboardInputDeviceState) == 0x000020, "Wrong size on FKeyboardInputDeviceState"); \ +static_assert(offsetof(FKeyboardInputDeviceState, ActiveKey) == 0x000000, "Member 'FKeyboardInputDeviceState::ActiveKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMouseInputDeviceState \ +static_assert(alignof(FMouseInputDeviceState) == 0x000008, "Wrong alignment on FMouseInputDeviceState"); \ +static_assert(sizeof(FMouseInputDeviceState) == 0x0000B8, "Wrong size on FMouseInputDeviceState"); \ +static_assert(offsetof(FMouseInputDeviceState, Left) == 0x000000, "Member 'FMouseInputDeviceState::Left' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Middle) == 0x000020, "Member 'FMouseInputDeviceState::Middle' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Right) == 0x000040, "Member 'FMouseInputDeviceState::Right' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, WheelDelta) == 0x000060, "Member 'FMouseInputDeviceState::WheelDelta' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Position2D) == 0x000068, "Member 'FMouseInputDeviceState::Position2D' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Delta2D) == 0x000078, "Member 'FMouseInputDeviceState::Delta2D' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, WorldRay) == 0x000088, "Member 'FMouseInputDeviceState::WorldRay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceState \ +static_assert(alignof(FInputDeviceState) == 0x000008, "Wrong alignment on FInputDeviceState"); \ +static_assert(sizeof(FInputDeviceState) == 0x0000E0, "Wrong size on FInputDeviceState"); \ +static_assert(offsetof(FInputDeviceState, InputDevice) == 0x000000, "Member 'FInputDeviceState::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bShiftKeyDown) == 0x000004, "Member 'FInputDeviceState::bShiftKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bAltKeyDown) == 0x000005, "Member 'FInputDeviceState::bAltKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bCtrlKeyDown) == 0x000006, "Member 'FInputDeviceState::bCtrlKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bCmdKeyDown) == 0x000007, "Member 'FInputDeviceState::bCmdKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, Keyboard) == 0x000008, "Member 'FInputDeviceState::Keyboard' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, Mouse) == 0x000028, "Member 'FInputDeviceState::Mouse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceRay \ +static_assert(alignof(FInputDeviceRay) == 0x000008, "Wrong alignment on FInputDeviceRay"); \ +static_assert(sizeof(FInputDeviceRay) == 0x000048, "Wrong size on FInputDeviceRay"); \ +static_assert(offsetof(FInputDeviceRay, WorldRay) == 0x000000, "Member 'FInputDeviceRay::WorldRay' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceRay, bHas2D) == 0x000030, "Member 'FInputDeviceRay::bHas2D' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceRay, ScreenPosition) == 0x000038, "Member 'FInputDeviceRay::ScreenPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGizmo \ +static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ +static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ +static_assert(offsetof(FActiveGizmo, Gizmo) == 0x000000, "Member 'FActiveGizmo::Gizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetBackedTarget \ +static_assert(alignof(IAssetBackedTarget) == 0x000001, "Wrong alignment on IAssetBackedTarget"); \ +static_assert(sizeof(IAssetBackedTarget) == 0x000001, "Wrong size on IAssetBackedTarget"); \ + +#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) == 0x000550, "Wrong size on UGizmoBaseComponent"); \ +static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000518, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000528, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x00052C, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, GizmoViewContext) == 0x000538, "Member 'UGizmoBaseComponent::GizmoViewContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveCommandArguments \ +static_assert(alignof(UInteractiveCommandArguments) == 0x000008, "Wrong alignment on UInteractiveCommandArguments"); \ +static_assert(sizeof(UInteractiveCommandArguments) == 0x000030, "Wrong size on UInteractiveCommandArguments"); \ + +#define DUMPER7_ASSERTS_UInteractiveCommandResult \ +static_assert(alignof(UInteractiveCommandResult) == 0x000008, "Wrong alignment on UInteractiveCommandResult"); \ +static_assert(sizeof(UInteractiveCommandResult) == 0x000028, "Wrong size on UInteractiveCommandResult"); \ + +#define DUMPER7_ASSERTS_UInteractiveCommand \ +static_assert(alignof(UInteractiveCommand) == 0x000008, "Wrong alignment on UInteractiveCommand"); \ +static_assert(sizeof(UInteractiveCommand) == 0x000028, "Wrong size on UInteractiveCommand"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ +static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ +static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000028, "Wrong size on UInteractiveGizmoBuilder"); \ + +#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_AInternalToolFrameworkActor \ +static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ +static_assert(sizeof(AInternalToolFrameworkActor) == 0x000298, "Wrong size on AInternalToolFrameworkActor"); \ +static_assert(offsetof(AInternalToolFrameworkActor, bIsSelectableInEditor) == 0x000290, "Member 'AInternalToolFrameworkActor::bIsSelectableInEditor' 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_IInteractiveToolCameraFocusAPI \ +static_assert(alignof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong alignment on IInteractiveToolCameraFocusAPI"); \ +static_assert(sizeof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong size on IInteractiveToolCameraFocusAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolNestedAcceptCancelAPI \ +static_assert(alignof(IInteractiveToolNestedAcceptCancelAPI) == 0x000001, "Wrong alignment on IInteractiveToolNestedAcceptCancelAPI"); \ +static_assert(sizeof(IInteractiveToolNestedAcceptCancelAPI) == 0x000001, "Wrong size on IInteractiveToolNestedAcceptCancelAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolExclusiveToolAPI \ +static_assert(alignof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong alignment on IInteractiveToolExclusiveToolAPI"); \ +static_assert(sizeof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong size on IInteractiveToolExclusiveToolAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolEditorGizmoAPI \ +static_assert(alignof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong alignment on IInteractiveToolEditorGizmoAPI"); \ +static_assert(sizeof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong size on IInteractiveToolEditorGizmoAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolManageGeometrySelectionAPI \ +static_assert(alignof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong alignment on IInteractiveToolManageGeometrySelectionAPI"); \ +static_assert(sizeof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong size on IInteractiveToolManageGeometrySelectionAPI"); \ + +#define DUMPER7_ASSERTS_IMaterialProvider \ +static_assert(alignof(IMaterialProvider) == 0x000001, "Wrong alignment on IMaterialProvider"); \ +static_assert(sizeof(IMaterialProvider) == 0x000001, "Wrong size on IMaterialProvider"); \ + +#define DUMPER7_ASSERTS_IMeshDescriptionCommitter \ +static_assert(alignof(IMeshDescriptionCommitter) == 0x000001, "Wrong alignment on IMeshDescriptionCommitter"); \ +static_assert(sizeof(IMeshDescriptionCommitter) == 0x000001, "Wrong size on IMeshDescriptionCommitter"); \ + +#define DUMPER7_ASSERTS_IMeshDescriptionProvider \ +static_assert(alignof(IMeshDescriptionProvider) == 0x000001, "Wrong alignment on IMeshDescriptionProvider"); \ +static_assert(sizeof(IMeshDescriptionProvider) == 0x000001, "Wrong size on IMeshDescriptionProvider"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseVec2ParameterSource \ +static_assert(alignof(UGizmoBaseVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseVec2ParameterSource"); \ +static_assert(sizeof(UGizmoBaseVec2ParameterSource) == 0x000048, "Wrong size on UGizmoBaseVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLocalVec2ParameterSource \ +static_assert(alignof(UGizmoLocalVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalVec2ParameterSource"); \ +static_assert(sizeof(UGizmoLocalVec2ParameterSource) == 0x000078, "Wrong size on UGizmoLocalVec2ParameterSource"); \ +static_assert(offsetof(UGizmoLocalVec2ParameterSource, Value) == 0x000048, "Member 'UGizmoLocalVec2ParameterSource::Value' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLocalVec2ParameterSource, LastChange) == 0x000058, "Member 'UGizmoLocalVec2ParameterSource::LastChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseFloatParameterSource \ +static_assert(alignof(UGizmoBaseFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseFloatParameterSource"); \ +static_assert(sizeof(UGizmoBaseFloatParameterSource) == 0x000048, "Wrong size on UGizmoBaseFloatParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisTranslationParameterSource \ +static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ +static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000190, "Wrong size on UGizmoAxisTranslationParameterSource"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x0000D0, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000E0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000F0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000F4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x000100, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x000118, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x000130, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ +static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ +static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x000220, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x000110, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x000120, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x000130, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x000140, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x000160, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x000178, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x000190, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x0001A8, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x0001C0, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ +static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ +static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000190, "Wrong size on UGizmoAxisRotationParameterSource"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x0000D0, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000E0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000F0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000F4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x000100, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x000118, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x000130, "Member 'UGizmoAxisRotationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoUniformScaleParameterSource \ +static_assert(alignof(UGizmoUniformScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoUniformScaleParameterSource"); \ +static_assert(sizeof(UGizmoUniformScaleParameterSource) == 0x000160, "Wrong size on UGizmoUniformScaleParameterSource"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoUniformScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoUniformScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoUniformScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, Parameter) == 0x000070, "Member 'UGizmoUniformScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, LastChange) == 0x000080, "Member 'UGizmoUniformScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleOrigin) == 0x0000A0, "Member 'UGizmoUniformScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleNormal) == 0x0000B8, "Member 'UGizmoUniformScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisX) == 0x0000D0, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisY) == 0x0000E8, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoUniformScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisScaleParameterSource \ +static_assert(alignof(UGizmoAxisScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisScaleParameterSource"); \ +static_assert(sizeof(UGizmoAxisScaleParameterSource) == 0x000110, "Wrong size on UGizmoAxisScaleParameterSource"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoAxisScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoAxisScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoAxisScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, bClampToZero) == 0x00006C, "Member 'UGizmoAxisScaleParameterSource::bClampToZero' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, Parameter) == 0x000070, "Member 'UGizmoAxisScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, LastChange) == 0x000074, "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) == 0x000098, "Member 'UGizmoAxisScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, InitialTransform) == 0x0000B0, "Member 'UGizmoAxisScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneScaleParameterSource \ +static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ +static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x0001B0, "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, bUseEqualScaling) == 0x0000B4, "Member 'UGizmoPlaneScaleParameterSource::bUseEqualScaling' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, bClampToZero) == 0x0000B5, "Member 'UGizmoPlaneScaleParameterSource::bClampToZero' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x0000B8, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x0000C8, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x0000E8, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x000100, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x000118, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x000130, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x000150, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPhysicsDataSource \ +static_assert(alignof(IPhysicsDataSource) == 0x000001, "Wrong alignment on IPhysicsDataSource"); \ +static_assert(sizeof(IPhysicsDataSource) == 0x000001, "Wrong size on IPhysicsDataSource"); \ + +#define DUMPER7_ASSERTS_IPrimitiveComponentBackedTarget \ +static_assert(alignof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong alignment on IPrimitiveComponentBackedTarget"); \ +static_assert(sizeof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong size on IPrimitiveComponentBackedTarget"); \ + +#define DUMPER7_ASSERTS_ISkeletalMeshBackedTarget \ +static_assert(alignof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong alignment on ISkeletalMeshBackedTarget"); \ +static_assert(sizeof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong size on ISkeletalMeshBackedTarget"); \ + +#define DUMPER7_ASSERTS_IStaticMeshBackedTarget \ +static_assert(alignof(IStaticMeshBackedTarget) == 0x000001, "Wrong alignment on IStaticMeshBackedTarget"); \ +static_assert(sizeof(IStaticMeshBackedTarget) == 0x000001, "Wrong size on IStaticMeshBackedTarget"); \ + +#define DUMPER7_ASSERTS_UInputBehavior \ +static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ +static_assert(sizeof(UInputBehavior) == 0x000030, "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_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_UKeyAsModifierInputBehavior \ +static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ +static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000098, "Wrong size on UKeyAsModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseHoverBehavior \ +static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ +static_assert(sizeof(UMouseHoverBehavior) == 0x000098, "Wrong size on UMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_ULocalMouseHoverBehavior \ +static_assert(alignof(ULocalMouseHoverBehavior) == 0x000008, "Wrong alignment on ULocalMouseHoverBehavior"); \ +static_assert(sizeof(ULocalMouseHoverBehavior) == 0x0001E0, "Wrong size on ULocalMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseWheelInputBehavior \ +static_assert(alignof(UMouseWheelInputBehavior) == 0x000008, "Wrong alignment on UMouseWheelInputBehavior"); \ +static_assert(sizeof(UMouseWheelInputBehavior) == 0x000130, "Wrong size on UMouseWheelInputBehavior"); \ + +#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_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_ULocalSingleClickInputBehavior \ +static_assert(alignof(ULocalSingleClickInputBehavior) == 0x000008, "Wrong alignment on ULocalSingleClickInputBehavior"); \ +static_assert(sizeof(ULocalSingleClickInputBehavior) == 0x000200, "Wrong size on ULocalSingleClickInputBehavior"); \ + +#define DUMPER7_ASSERTS_USingleClickOrDragInputBehavior \ +static_assert(alignof(USingleClickOrDragInputBehavior) == 0x000008, "Wrong alignment on USingleClickOrDragInputBehavior"); \ +static_assert(sizeof(USingleClickOrDragInputBehavior) == 0x000180, "Wrong size on USingleClickOrDragInputBehavior"); \ +static_assert(offsetof(USingleClickOrDragInputBehavior, bBeginDragIfClickTargetNotHit) == 0x000120, "Member 'USingleClickOrDragInputBehavior::bBeginDragIfClickTargetNotHit' has a wrong offset!"); \ +static_assert(offsetof(USingleClickOrDragInputBehavior, ClickDistanceThreshold) == 0x000124, "Member 'USingleClickOrDragInputBehavior::ClickDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleKeyCaptureBehavior \ +static_assert(alignof(USingleKeyCaptureBehavior) == 0x000008, "Wrong alignment on USingleKeyCaptureBehavior"); \ +static_assert(sizeof(USingleKeyCaptureBehavior) == 0x000110, "Wrong size on USingleKeyCaptureBehavior"); \ + +#define DUMPER7_ASSERTS_IWidgetBaseBehavior \ +static_assert(alignof(IWidgetBaseBehavior) == 0x000001, "Wrong alignment on IWidgetBaseBehavior"); \ +static_assert(sizeof(IWidgetBaseBehavior) == 0x000001, "Wrong size on IWidgetBaseBehavior"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmoBuilder \ +static_assert(alignof(UAxisAngleGizmoBuilder) == 0x000008, "Wrong alignment on UAxisAngleGizmoBuilder"); \ +static_assert(sizeof(UAxisAngleGizmoBuilder) == 0x000028, "Wrong size on UAxisAngleGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmo \ +static_assert(alignof(UInteractiveGizmo) == 0x000008, "Wrong alignment on UInteractiveGizmo"); \ +static_assert(sizeof(UInteractiveGizmo) == 0x000038, "Wrong size on UInteractiveGizmo"); \ +static_assert(offsetof(UInteractiveGizmo, InputBehaviors) == 0x000030, "Member 'UInteractiveGizmo::InputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmo \ +static_assert(alignof(UAxisAngleGizmo) == 0x000010, "Wrong alignment on UAxisAngleGizmo"); \ +static_assert(sizeof(UAxisAngleGizmo) == 0x0001D0, "Wrong size on UAxisAngleGizmo"); \ +static_assert(offsetof(UAxisAngleGizmo, AxisSource) == 0x000048, "Member 'UAxisAngleGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, AngleSource) == 0x000058, "Member 'UAxisAngleGizmo::AngleSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, HitTarget) == 0x000068, "Member 'UAxisAngleGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, StateTarget) == 0x000078, "Member 'UAxisAngleGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, MouseBehavior) == 0x000088, "Member 'UAxisAngleGizmo::MouseBehavior' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, bInInteraction) == 0x000110, "Member 'UAxisAngleGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationOrigin) == 0x000118, "Member 'UAxisAngleGizmo::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationAxis) == 0x000130, "Member 'UAxisAngleGizmo::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneX) == 0x000148, "Member 'UAxisAngleGizmo::RotationPlaneX' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneY) == 0x000160, "Member 'UAxisAngleGizmo::RotationPlaneY' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartPoint) == 0x000178, "Member 'UAxisAngleGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurPoint) == 0x000190, "Member 'UAxisAngleGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartAngle) == 0x0001A8, "Member 'UAxisAngleGizmo::InteractionStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurAngle) == 0x0001AC, "Member 'UAxisAngleGizmo::InteractionCurAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAxisPositionGizmoBuilder \ +static_assert(alignof(UAxisPositionGizmoBuilder) == 0x000008, "Wrong alignment on UAxisPositionGizmoBuilder"); \ +static_assert(sizeof(UAxisPositionGizmoBuilder) == 0x000028, "Wrong size on UAxisPositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UAxisPositionGizmo \ +static_assert(alignof(UAxisPositionGizmo) == 0x000010, "Wrong alignment on UAxisPositionGizmo"); \ +static_assert(sizeof(UAxisPositionGizmo) == 0x0001C0, "Wrong size on UAxisPositionGizmo"); \ +static_assert(offsetof(UAxisPositionGizmo, AxisSource) == 0x000048, "Member 'UAxisPositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSource) == 0x000058, "Member 'UAxisPositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, GizmoViewContext) == 0x000068, "Member 'UAxisPositionGizmo::GizmoViewContext' 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, MouseBehavior) == 0x000090, "Member 'UAxisPositionGizmo::MouseBehavior' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bEnableSignedAxis) == 0x000098, "Member 'UAxisPositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bInInteraction) == 0x000121, "Member 'UAxisPositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionOrigin) == 0x000128, "Member 'UAxisPositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionAxis) == 0x000140, "Member 'UAxisPositionGizmo::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartPoint) == 0x000158, "Member 'UAxisPositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurPoint) == 0x000170, "Member 'UAxisPositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartParameter) == 0x000188, "Member 'UAxisPositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurParameter) == 0x00018C, "Member 'UAxisPositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSign) == 0x000190, "Member 'UAxisPositionGizmo::ParameterSign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantAxisSource \ +static_assert(alignof(UGizmoConstantAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantAxisSource"); \ +static_assert(sizeof(UGizmoConstantAxisSource) == 0x000060, "Wrong size on UGizmoConstantAxisSource"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Direction) == 0x000048, "Member 'UGizmoConstantAxisSource::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantFrameAxisSource \ +static_assert(alignof(UGizmoConstantFrameAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantFrameAxisSource"); \ +static_assert(sizeof(UGizmoConstantFrameAxisSource) == 0x000090, "Wrong size on UGizmoConstantFrameAxisSource"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantFrameAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Direction) == 0x000048, "Member 'UGizmoConstantFrameAxisSource::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentX) == 0x000060, "Member 'UGizmoConstantFrameAxisSource::TangentX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentY) == 0x000078, "Member 'UGizmoConstantFrameAxisSource::TangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoWorldAxisSource \ +static_assert(alignof(UGizmoWorldAxisSource) == 0x000008, "Wrong alignment on UGizmoWorldAxisSource"); \ +static_assert(sizeof(UGizmoWorldAxisSource) == 0x000050, "Wrong size on UGizmoWorldAxisSource"); \ +static_assert(offsetof(UGizmoWorldAxisSource, Origin) == 0x000030, "Member 'UGizmoWorldAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoWorldAxisSource, AxisIndex) == 0x000048, "Member 'UGizmoWorldAxisSource::AxisIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentAxisSource \ +static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ +static_assert(sizeof(UGizmoComponentAxisSource) == 0x000040, "Wrong size on UGizmoComponentAxisSource"); \ +static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000030, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000038, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x00003C, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicatorBuilder \ +static_assert(alignof(UBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UBrushStampIndicatorBuilder"); \ +static_assert(sizeof(UBrushStampIndicatorBuilder) == 0x000028, "Wrong size on UBrushStampIndicatorBuilder"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicator \ +static_assert(alignof(UBrushStampIndicator) == 0x000008, "Wrong alignment on UBrushStampIndicator"); \ +static_assert(sizeof(UBrushStampIndicator) == 0x0000D8, "Wrong size on UBrushStampIndicator"); \ +static_assert(offsetof(UBrushStampIndicator, bVisible) == 0x000038, "Member 'UBrushStampIndicator::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushRadius) == 0x00003C, "Member 'UBrushStampIndicator::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushFalloff) == 0x000040, "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) == 0x000060, "Member 'UBrushStampIndicator::BrushNormal' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawIndicatorLines) == 0x000078, "Member 'UBrushStampIndicator::bDrawIndicatorLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawRadiusCircle) == 0x000079, "Member 'UBrushStampIndicator::bDrawRadiusCircle' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SampleStepCount) == 0x00007C, "Member 'UBrushStampIndicator::SampleStepCount' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineColor) == 0x000080, "Member 'UBrushStampIndicator::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineThickness) == 0x000090, "Member 'UBrushStampIndicator::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDepthTested) == 0x000094, "Member 'UBrushStampIndicator::bDepthTested' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawSecondaryLines) == 0x000095, "Member 'UBrushStampIndicator::bDrawSecondaryLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000098, "Member 'UBrushStampIndicator::SecondaryLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x00009C, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x0000B0, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x000298, "Wrong size on AGizmoActor"); \ + +#define DUMPER7_ASSERTS_ACombinedTransformGizmoActor \ +static_assert(alignof(ACombinedTransformGizmoActor) == 0x000008, "Wrong alignment on ACombinedTransformGizmoActor"); \ +static_assert(sizeof(ACombinedTransformGizmoActor) == 0x000320, "Wrong size on ACombinedTransformGizmoActor"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateX) == 0x000298, "Member 'ACombinedTransformGizmoActor::TranslateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateY) == 0x0002A0, "Member 'ACombinedTransformGizmoActor::TranslateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateZ) == 0x0002A8, "Member 'ACombinedTransformGizmoActor::TranslateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateYZ) == 0x0002B0, "Member 'ACombinedTransformGizmoActor::TranslateYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXZ) == 0x0002B8, "Member 'ACombinedTransformGizmoActor::TranslateXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXY) == 0x0002C0, "Member 'ACombinedTransformGizmoActor::TranslateXY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateX) == 0x0002C8, "Member 'ACombinedTransformGizmoActor::RotateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateY) == 0x0002D0, "Member 'ACombinedTransformGizmoActor::RotateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateZ) == 0x0002D8, "Member 'ACombinedTransformGizmoActor::RotateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotationSphere) == 0x0002E0, "Member 'ACombinedTransformGizmoActor::RotationSphere' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, UniformScale) == 0x0002E8, "Member 'ACombinedTransformGizmoActor::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleX) == 0x0002F0, "Member 'ACombinedTransformGizmoActor::AxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleY) == 0x0002F8, "Member 'ACombinedTransformGizmoActor::AxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleZ) == 0x000300, "Member 'ACombinedTransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleYZ) == 0x000308, "Member 'ACombinedTransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXZ) == 0x000310, "Member 'ACombinedTransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXY) == 0x000318, "Member 'ACombinedTransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmoBuilder \ +static_assert(alignof(UCombinedTransformGizmoBuilder) == 0x000008, "Wrong alignment on UCombinedTransformGizmoBuilder"); \ +static_assert(sizeof(UCombinedTransformGizmoBuilder) == 0x0000F0, "Wrong size on UCombinedTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmo \ +static_assert(alignof(UCombinedTransformGizmo) == 0x000010, "Wrong alignment on UCombinedTransformGizmo"); \ +static_assert(sizeof(UCombinedTransformGizmo) == 0x0003A0, "Wrong size on UCombinedTransformGizmo"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveTarget) == 0x000038, "Member 'UCombinedTransformGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bSnapToWorldGrid) == 0x000040, "Member 'UCombinedTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bGridSizeIsExplicit) == 0x000044, "Member 'UCombinedTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ExplicitGridSize) == 0x000048, "Member 'UCombinedTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bRotationGridSizeIsExplicit) == 0x000060, "Member 'UCombinedTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ExplicitRotationGridSize) == 0x000068, "Member 'UCombinedTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bSnapToWorldRotGrid) == 0x000080, "Member 'UCombinedTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bUseContextCoordinateSystem) == 0x000081, "Member 'UCombinedTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, CurrentCoordinateSystem) == 0x000082, "Member 'UCombinedTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bUseContextGizmoMode) == 0x000083, "Member 'UCombinedTransformGizmo::bUseContextGizmoMode' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveGizmoMode) == 0x000084, "Member 'UCombinedTransformGizmo::ActiveGizmoMode' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveComponents) == 0x0001B0, "Member 'UCombinedTransformGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveGizmos) == 0x0001C0, "Member 'UCombinedTransformGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, CameraAxisSource) == 0x000220, "Member 'UCombinedTransformGizmo::CameraAxisSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisXSource) == 0x000228, "Member 'UCombinedTransformGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisYSource) == 0x000230, "Member 'UCombinedTransformGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisZSource) == 0x000238, "Member 'UCombinedTransformGizmo::AxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisXSource) == 0x000240, "Member 'UCombinedTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisYSource) == 0x000248, "Member 'UCombinedTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisZSource) == 0x000250, "Member 'UCombinedTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, StateTarget) == 0x000258, "Member 'UCombinedTransformGizmo::StateTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoArrowComponent \ +static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ +static_assert(sizeof(UGizmoArrowComponent) == 0x000570, "Wrong size on UGizmoArrowComponent"); \ +static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000548, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x000560, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000564, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000568, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBoxComponent \ +static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ +static_assert(sizeof(UGizmoBoxComponent) == 0x0005A0, "Wrong size on UGizmoBoxComponent"); \ +static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000548, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000560, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x000580, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x000598, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x00059C, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x00059D, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x000570, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000548, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x000560, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000564, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000568, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x00056C, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bDrawFullCircle) == 0x00056D, "Member 'UGizmoCircleComponent::bDrawFullCircle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x00056E, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementBase \ +static_assert(alignof(UGizmoElementBase) == 0x000008, "Wrong alignment on UGizmoElementBase"); \ +static_assert(sizeof(UGizmoElementBase) == 0x000108, "Wrong size on UGizmoElementBase"); \ +static_assert(offsetof(UGizmoElementBase, bEnabled) == 0x000028, "Member 'UGizmoElementBase::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForPerspectiveProjection) == 0x000029, "Member 'UGizmoElementBase::bEnabledForPerspectiveProjection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForOrthographicProjection) == 0x00002A, "Member 'UGizmoElementBase::bEnabledForOrthographicProjection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForDefaultState) == 0x00002B, "Member 'UGizmoElementBase::bEnabledForDefaultState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForHoveringState) == 0x00002C, "Member 'UGizmoElementBase::bEnabledForHoveringState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForInteractingState) == 0x00002D, "Member 'UGizmoElementBase::bEnabledForInteractingState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, PartIdentifier) == 0x000030, "Member 'UGizmoElementBase::PartIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, MeshRenderAttributes) == 0x000034, "Member 'UGizmoElementBase::MeshRenderAttributes' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ElementState) == 0x000094, "Member 'UGizmoElementBase::ElementState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ElementInteractionState) == 0x000098, "Member 'UGizmoElementBase::ElementInteractionState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentType) == 0x00009C, "Member 'UGizmoElementBase::ViewDependentType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAxis) == 0x0000A0, "Member 'UGizmoElementBase::ViewDependentAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAngleTol) == 0x0000B8, "Member 'UGizmoElementBase::ViewDependentAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAxialMaxCosAngleTol) == 0x0000BC, "Member 'UGizmoElementBase::ViewDependentAxialMaxCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentPlanarMinCosAngleTol) == 0x0000C0, "Member 'UGizmoElementBase::ViewDependentPlanarMinCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignType) == 0x0000C4, "Member 'UGizmoElementBase::ViewAlignType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxis) == 0x0000C8, "Member 'UGizmoElementBase::ViewAlignAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignNormal) == 0x0000E0, "Member 'UGizmoElementBase::ViewAlignNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxialAngleTol) == 0x0000F8, "Member 'UGizmoElementBase::ViewAlignAxialAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxialMaxCosAngleTol) == 0x0000FC, "Member 'UGizmoElementBase::ViewAlignAxialMaxCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, PixelHitDistanceThreshold) == 0x000100, "Member 'UGizmoElementBase::PixelHitDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementLineBase \ +static_assert(alignof(UGizmoElementLineBase) == 0x000008, "Wrong alignment on UGizmoElementLineBase"); \ +static_assert(sizeof(UGizmoElementLineBase) == 0x000158, "Wrong size on UGizmoElementLineBase"); \ +static_assert(offsetof(UGizmoElementLineBase, LineRenderAttributes) == 0x000108, "Member 'UGizmoElementLineBase::LineRenderAttributes' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, LineThickness) == 0x000144, "Member 'UGizmoElementLineBase::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, bScreenSpaceLine) == 0x000148, "Member 'UGizmoElementLineBase::bScreenSpaceLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, HoverLineThicknessMultiplier) == 0x00014C, "Member 'UGizmoElementLineBase::HoverLineThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, InteractLineThicknessMultiplier) == 0x000150, "Member 'UGizmoElementLineBase::InteractLineThicknessMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCircleBase \ +static_assert(alignof(UGizmoElementCircleBase) == 0x000008, "Wrong alignment on UGizmoElementCircleBase"); \ +static_assert(sizeof(UGizmoElementCircleBase) == 0x0001C8, "Wrong size on UGizmoElementCircleBase"); \ +static_assert(offsetof(UGizmoElementCircleBase, Center) == 0x000158, "Member 'UGizmoElementCircleBase::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Axis0) == 0x000170, "Member 'UGizmoElementCircleBase::Axis0' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Axis1) == 0x000188, "Member 'UGizmoElementCircleBase::Axis1' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Radius) == 0x0001A0, "Member 'UGizmoElementCircleBase::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, NumSegments) == 0x0001A8, "Member 'UGizmoElementCircleBase::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialType) == 0x0001AC, "Member 'UGizmoElementCircleBase::PartialType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialStartAngle) == 0x0001B0, "Member 'UGizmoElementCircleBase::PartialStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialEndAngle) == 0x0001B8, "Member 'UGizmoElementCircleBase::PartialEndAngle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialViewDependentMaxCosTol) == 0x0001C0, "Member 'UGizmoElementCircleBase::PartialViewDependentMaxCosTol' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementArc \ +static_assert(alignof(UGizmoElementArc) == 0x000008, "Wrong alignment on UGizmoElementArc"); \ +static_assert(sizeof(UGizmoElementArc) == 0x0001D0, "Wrong size on UGizmoElementArc"); \ +static_assert(offsetof(UGizmoElementArc, InnerRadius) == 0x0001C8, "Member 'UGizmoElementArc::InnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementArrow \ +static_assert(alignof(UGizmoElementArrow) == 0x000008, "Wrong alignment on UGizmoElementArrow"); \ +static_assert(sizeof(UGizmoElementArrow) == 0x000188, "Wrong size on UGizmoElementArrow"); \ +static_assert(offsetof(UGizmoElementArrow, CylinderElement) == 0x000110, "Member 'UGizmoElementArrow::CylinderElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, ConeElement) == 0x000118, "Member 'UGizmoElementArrow::ConeElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, BoxElement) == 0x000120, "Member 'UGizmoElementArrow::BoxElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, base) == 0x000128, "Member 'UGizmoElementArrow::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, Direction) == 0x000140, "Member 'UGizmoElementArrow::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, SideDirection) == 0x000158, "Member 'UGizmoElementArrow::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, BodyLength) == 0x000170, "Member 'UGizmoElementArrow::BodyLength' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, BodyRadius) == 0x000174, "Member 'UGizmoElementArrow::BodyRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadLength) == 0x000178, "Member 'UGizmoElementArrow::HeadLength' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadRadius) == 0x00017C, "Member 'UGizmoElementArrow::HeadRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, NumSides) == 0x000180, "Member 'UGizmoElementArrow::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadType) == 0x000184, "Member 'UGizmoElementArrow::HeadType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementBox \ +static_assert(alignof(UGizmoElementBox) == 0x000008, "Wrong alignment on UGizmoElementBox"); \ +static_assert(sizeof(UGizmoElementBox) == 0x000168, "Wrong size on UGizmoElementBox"); \ +static_assert(offsetof(UGizmoElementBox, Center) == 0x000108, "Member 'UGizmoElementBox::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, Dimensions) == 0x000120, "Member 'UGizmoElementBox::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, UpDirection) == 0x000138, "Member 'UGizmoElementBox::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, SideDirection) == 0x000150, "Member 'UGizmoElementBox::SideDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCircle \ +static_assert(alignof(UGizmoElementCircle) == 0x000008, "Wrong alignment on UGizmoElementCircle"); \ +static_assert(sizeof(UGizmoElementCircle) == 0x0001D0, "Wrong size on UGizmoElementCircle"); \ +static_assert(offsetof(UGizmoElementCircle, bDrawMesh) == 0x0001C8, "Member 'UGizmoElementCircle::bDrawMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bDrawLine) == 0x0001C9, "Member 'UGizmoElementCircle::bDrawLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bHitMesh) == 0x0001CA, "Member 'UGizmoElementCircle::bHitMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bHitLine) == 0x0001CB, "Member 'UGizmoElementCircle::bHitLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCone \ +static_assert(alignof(UGizmoElementCone) == 0x000008, "Wrong alignment on UGizmoElementCone"); \ +static_assert(sizeof(UGizmoElementCone) == 0x000148, "Wrong size on UGizmoElementCone"); \ +static_assert(offsetof(UGizmoElementCone, Origin) == 0x000108, "Member 'UGizmoElementCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Direction) == 0x000120, "Member 'UGizmoElementCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Height) == 0x000138, "Member 'UGizmoElementCone::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Radius) == 0x00013C, "Member 'UGizmoElementCone::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, NumSides) == 0x000140, "Member 'UGizmoElementCone::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCylinder \ +static_assert(alignof(UGizmoElementCylinder) == 0x000008, "Wrong alignment on UGizmoElementCylinder"); \ +static_assert(sizeof(UGizmoElementCylinder) == 0x000148, "Wrong size on UGizmoElementCylinder"); \ +static_assert(offsetof(UGizmoElementCylinder, base) == 0x000108, "Member 'UGizmoElementCylinder::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Direction) == 0x000120, "Member 'UGizmoElementCylinder::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Height) == 0x000138, "Member 'UGizmoElementCylinder::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Radius) == 0x00013C, "Member 'UGizmoElementCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, NumSides) == 0x000140, "Member 'UGizmoElementCylinder::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementGroup \ +static_assert(alignof(UGizmoElementGroup) == 0x000008, "Wrong alignment on UGizmoElementGroup"); \ +static_assert(sizeof(UGizmoElementGroup) == 0x000170, "Wrong size on UGizmoElementGroup"); \ +static_assert(offsetof(UGizmoElementGroup, bConstantScale) == 0x000158, "Member 'UGizmoElementGroup::bConstantScale' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementGroup, bHitOwner) == 0x000159, "Member 'UGizmoElementGroup::bHitOwner' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementGroup, Elements) == 0x000160, "Member 'UGizmoElementGroup::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementHitTarget \ +static_assert(alignof(UGizmoElementHitTarget) == 0x000010, "Wrong alignment on UGizmoElementHitTarget"); \ +static_assert(sizeof(UGizmoElementHitTarget) == 0x000090, "Wrong size on UGizmoElementHitTarget"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoElement) == 0x000030, "Member 'UGizmoElementHitTarget::GizmoElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoViewContext) == 0x000038, "Member 'UGizmoElementHitTarget::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoTransformProxy) == 0x000040, "Member 'UGizmoElementHitTarget::GizmoTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementHitMultiTarget \ +static_assert(alignof(UGizmoElementHitMultiTarget) == 0x000010, "Wrong alignment on UGizmoElementHitMultiTarget"); \ +static_assert(sizeof(UGizmoElementHitMultiTarget) == 0x000090, "Wrong size on UGizmoElementHitMultiTarget"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoElement) == 0x000030, "Member 'UGizmoElementHitMultiTarget::GizmoElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoViewContext) == 0x000038, "Member 'UGizmoElementHitMultiTarget::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoTransformProxy) == 0x000040, "Member 'UGizmoElementHitMultiTarget::GizmoTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementLineStrip \ +static_assert(alignof(UGizmoElementLineStrip) == 0x000008, "Wrong alignment on UGizmoElementLineStrip"); \ +static_assert(sizeof(UGizmoElementLineStrip) == 0x0001C8, "Wrong size on UGizmoElementLineStrip"); \ +static_assert(offsetof(UGizmoElementLineStrip, Vertices) == 0x000158, "Member 'UGizmoElementLineStrip::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, base) == 0x000168, "Member 'UGizmoElementLineStrip::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, UpDirection) == 0x000180, "Member 'UGizmoElementLineStrip::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, SideDirection) == 0x000198, "Member 'UGizmoElementLineStrip::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, bDrawLineStrip) == 0x0001B0, "Member 'UGizmoElementLineStrip::bDrawLineStrip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementRectangle \ +static_assert(alignof(UGizmoElementRectangle) == 0x000008, "Wrong alignment on UGizmoElementRectangle"); \ +static_assert(sizeof(UGizmoElementRectangle) == 0x0001B0, "Wrong size on UGizmoElementRectangle"); \ +static_assert(offsetof(UGizmoElementRectangle, Center) == 0x000158, "Member 'UGizmoElementRectangle::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, Width) == 0x000170, "Member 'UGizmoElementRectangle::Width' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, Height) == 0x000174, "Member 'UGizmoElementRectangle::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, UpDirection) == 0x000178, "Member 'UGizmoElementRectangle::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, SideDirection) == 0x000190, "Member 'UGizmoElementRectangle::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bDrawMesh) == 0x0001A8, "Member 'UGizmoElementRectangle::bDrawMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bDrawLine) == 0x0001A9, "Member 'UGizmoElementRectangle::bDrawLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bHitMesh) == 0x0001AA, "Member 'UGizmoElementRectangle::bHitMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bHitLine) == 0x0001AB, "Member 'UGizmoElementRectangle::bHitLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementSphere \ +static_assert(alignof(UGizmoElementSphere) == 0x000008, "Wrong alignment on UGizmoElementSphere"); \ +static_assert(sizeof(UGizmoElementSphere) == 0x000128, "Wrong size on UGizmoElementSphere"); \ +static_assert(offsetof(UGizmoElementSphere, Center) == 0x000108, "Member 'UGizmoElementSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementSphere, Radius) == 0x000120, "Member 'UGizmoElementSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementSphere, NumSides) == 0x000124, "Member 'UGizmoElementSphere::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementTorus \ +static_assert(alignof(UGizmoElementTorus) == 0x000008, "Wrong alignment on UGizmoElementTorus"); \ +static_assert(sizeof(UGizmoElementTorus) == 0x0001D8, "Wrong size on UGizmoElementTorus"); \ +static_assert(offsetof(UGizmoElementTorus, InnerRadius) == 0x0001C8, "Member 'UGizmoElementTorus::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTorus, NumInnerSlices) == 0x0001D0, "Member 'UGizmoElementTorus::NumInnerSlices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTorus, bEndCaps) == 0x0001D4, "Member 'UGizmoElementTorus::bEndCaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementTriangleList \ +static_assert(alignof(UGizmoElementTriangleList) == 0x000008, "Wrong alignment on UGizmoElementTriangleList"); \ +static_assert(sizeof(UGizmoElementTriangleList) == 0x000170, "Wrong size on UGizmoElementTriangleList"); \ +static_assert(offsetof(UGizmoElementTriangleList, Vertices) == 0x000108, "Member 'UGizmoElementTriangleList::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, base) == 0x000118, "Member 'UGizmoElementTriangleList::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, UpDirection) == 0x000130, "Member 'UGizmoElementTriangleList::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, SideDirection) == 0x000148, "Member 'UGizmoElementTriangleList::SideDirection' 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) == 0x000060, "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) == 0x000060, "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) == 0x000008, "Wrong alignment on GizmoAxisSource_GetDirection"); \ +static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x000018, "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) == 0x000008, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ +static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x000018, "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) == 0x000008, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000030, "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) == 0x000018, "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_GizmoClickTarget_UpdateInteractingState \ +static_assert(alignof(GizmoClickTarget_UpdateInteractingState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateInteractingState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateInteractingState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateInteractingState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateInteractingState, bInteracting) == 0x000000, "Member 'GizmoClickTarget_UpdateInteractingState::bInteracting' 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_GizmoClickMultiTarget_UpdateHittableState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateHittableState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateHittableState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateHittableState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateHittableState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHittableState, bHittable) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateHittableState::bHittable' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHittableState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateHittableState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateHoverState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateHoverState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateHoverState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateHoverState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateHoverState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHoverState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateHoverState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateInteractingState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateInteractingState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateInteractingState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateInteractingState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateInteractingState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateInteractingState, bInteracting) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateInteractingState::bInteracting' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateInteractingState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateInteractingState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoClickMultiTarget \ +static_assert(alignof(IGizmoClickMultiTarget) == 0x000001, "Wrong alignment on IGizmoClickMultiTarget"); \ +static_assert(sizeof(IGizmoClickMultiTarget) == 0x000001, "Wrong size on IGizmoClickMultiTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoRenderTarget \ +static_assert(alignof(IGizmoRenderTarget) == 0x000001, "Wrong alignment on IGizmoRenderTarget"); \ +static_assert(sizeof(IGizmoRenderTarget) == 0x000001, "Wrong size on IGizmoRenderTarget"); \ + +#define DUMPER7_ASSERTS_GizmoRenderMultiTarget_UpdateVisibilityState \ +static_assert(alignof(GizmoRenderMultiTarget_UpdateVisibilityState) == 0x000004, "Wrong alignment on GizmoRenderMultiTarget_UpdateVisibilityState"); \ +static_assert(sizeof(GizmoRenderMultiTarget_UpdateVisibilityState) == 0x000008, "Wrong size on GizmoRenderMultiTarget_UpdateVisibilityState"); \ +static_assert(offsetof(GizmoRenderMultiTarget_UpdateVisibilityState, bVisible) == 0x000000, "Member 'GizmoRenderMultiTarget_UpdateVisibilityState::bVisible' has a wrong offset!"); \ +static_assert(offsetof(GizmoRenderMultiTarget_UpdateVisibilityState, InPartIdentifier) == 0x000004, "Member 'GizmoRenderMultiTarget_UpdateVisibilityState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoRenderMultiTarget \ +static_assert(alignof(IGizmoRenderMultiTarget) == 0x000001, "Wrong alignment on IGizmoRenderMultiTarget"); \ +static_assert(sizeof(IGizmoRenderMultiTarget) == 0x000001, "Wrong size on IGizmoRenderMultiTarget"); \ + +#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) == 0x000008, "Wrong alignment on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_SetParameter) == 0x000010, "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) == 0x000008, "Wrong alignment on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_GetParameter) == 0x000010, "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) == 0x000590, "Wrong size on UGizmoLineHandleComponent"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000548, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x000560, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000564, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000568, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x000580, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x000584, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoRectangleComponent \ +static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ +static_assert(sizeof(UGizmoRectangleComponent) == 0x0005A0, "Wrong size on UGizmoRectangleComponent"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000548, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x000560, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, bOrientYAccordingToCamera) == 0x000578, "Member 'UGizmoRectangleComponent::bOrientYAccordingToCamera' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x00057C, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x000580, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x000584, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x000588, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x00058C, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x000590, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoViewContext \ +static_assert(alignof(UGizmoViewContext) == 0x000008, "Wrong alignment on UGizmoViewContext"); \ +static_assert(sizeof(UGizmoViewContext) == 0x0001E0, "Wrong size on UGizmoViewContext"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ +static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ +static_assert(sizeof(UGizmoLambdaHitTarget) == 0x0000F0, "Wrong size on UGizmoLambdaHitTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ +static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ +static_assert(sizeof(UGizmoComponentHitTarget) == 0x000100, "Wrong size on UGizmoComponentHitTarget"); \ +static_assert(offsetof(UGizmoComponentHitTarget, Component) == 0x000030, "Member 'UGizmoComponentHitTarget::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIntervalGizmoActor \ +static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ +static_assert(sizeof(AIntervalGizmoActor) == 0x0002B0, "Wrong size on AIntervalGizmoActor"); \ +static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000298, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x0002A0, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x0002A8, "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) == 0x000200, "Wrong size on UIntervalGizmo"); \ +static_assert(offsetof(UIntervalGizmo, StateTarget) == 0x000038, "Member 'UIntervalGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, TransformProxy) == 0x000098, "Member 'UIntervalGizmo::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, ActiveComponents) == 0x0000A0, "Member 'UIntervalGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, ActiveGizmos) == 0x0000B0, "Member 'UIntervalGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisYSource) == 0x0000D8, "Member 'UIntervalGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisZSource) == 0x0000E0, "Member 'UIntervalGizmo::AxisZSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisIntervalParameterSource \ +static_assert(alignof(UGizmoAxisIntervalParameterSource) == 0x000008, "Wrong alignment on UGizmoAxisIntervalParameterSource"); \ +static_assert(sizeof(UGizmoAxisIntervalParameterSource) == 0x000060, "Wrong size on UGizmoAxisIntervalParameterSource"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, FloatParameterSource) == 0x000048, "Member 'UGizmoAxisIntervalParameterSource::FloatParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MinParameter) == 0x000058, "Member 'UGizmoAxisIntervalParameterSource::MinParameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MaxParameter) == 0x00005C, "Member 'UGizmoAxisIntervalParameterSource::MaxParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoLocalFloatParameterSource \ +static_assert(alignof(UGizmoLocalFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalFloatParameterSource"); \ +static_assert(sizeof(UGizmoLocalFloatParameterSource) == 0x000058, "Wrong size on UGizmoLocalFloatParameterSource"); \ +static_assert(offsetof(UGizmoLocalFloatParameterSource, Value) == 0x000048, "Member 'UGizmoLocalFloatParameterSource::Value' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLocalFloatParameterSource, LastChange) == 0x00004C, "Member 'UGizmoLocalFloatParameterSource::LastChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ +static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ +static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000028, "Wrong size on UPlanePositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmo \ +static_assert(alignof(UPlanePositionGizmo) == 0x000010, "Wrong alignment on UPlanePositionGizmo"); \ +static_assert(sizeof(UPlanePositionGizmo) == 0x000270, "Wrong size on UPlanePositionGizmo"); \ +static_assert(offsetof(UPlanePositionGizmo, AxisSource) == 0x000048, "Member 'UPlanePositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSource) == 0x000058, "Member 'UPlanePositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, HitTarget) == 0x000068, "Member 'UPlanePositionGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, StateTarget) == 0x000078, "Member 'UPlanePositionGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, MouseBehavior) == 0x000088, "Member 'UPlanePositionGizmo::MouseBehavior' 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) == 0x000120, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x000128, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x000140, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x000158, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x000170, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x000188, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x0001A0, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x0001B8, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0001C8, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0001D8, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URepositionableTransformGizmoBuilder \ +static_assert(alignof(URepositionableTransformGizmoBuilder) == 0x000008, "Wrong alignment on URepositionableTransformGizmoBuilder"); \ +static_assert(sizeof(URepositionableTransformGizmoBuilder) == 0x0000F0, "Wrong size on URepositionableTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_URepositionableTransformGizmo \ +static_assert(alignof(URepositionableTransformGizmo) == 0x000010, "Wrong alignment on URepositionableTransformGizmo"); \ +static_assert(sizeof(URepositionableTransformGizmo) == 0x000440, "Wrong size on URepositionableTransformGizmo"); \ +static_assert(offsetof(URepositionableTransformGizmo, RepositionStateTarget) == 0x000430, "Member 'URepositionableTransformGizmo::RepositionStateTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScalableSphereGizmoBuilder \ +static_assert(alignof(UScalableSphereGizmoBuilder) == 0x000008, "Wrong alignment on UScalableSphereGizmoBuilder"); \ +static_assert(sizeof(UScalableSphereGizmoBuilder) == 0x000028, "Wrong size on UScalableSphereGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UScalableSphereGizmo \ +static_assert(alignof(UScalableSphereGizmo) == 0x000010, "Wrong alignment on UScalableSphereGizmo"); \ +static_assert(sizeof(UScalableSphereGizmo) == 0x000100, "Wrong size on UScalableSphereGizmo"); \ +static_assert(offsetof(UScalableSphereGizmo, HitErrorThreshold) == 0x000080, "Member 'UScalableSphereGizmo::HitErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, TransactionDescription) == 0x000088, "Member 'UScalableSphereGizmo::TransactionDescription' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, Radius) == 0x000098, "Member 'UScalableSphereGizmo::Radius' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsHovering) == 0x00009C, "Member 'UScalableSphereGizmo::bIsHovering' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsDragging) == 0x00009D, "Member 'UScalableSphereGizmo::bIsDragging' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveTarget) == 0x0000A0, "Member 'UScalableSphereGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveAxis) == 0x0000A8, "Member 'UScalableSphereGizmo::ActiveAxis' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragStartWorldPosition) == 0x0000C0, "Member 'UScalableSphereGizmo::DragStartWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragCurrentPositionProjected) == 0x0000D8, "Member 'UScalableSphereGizmo::DragCurrentPositionProjected' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, InteractionStartParameter) == 0x0000F0, "Member 'UScalableSphereGizmo::InteractionStartParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScalableSphereGizmoInputBehavior \ +static_assert(alignof(UScalableSphereGizmoInputBehavior) == 0x000008, "Wrong alignment on UScalableSphereGizmoInputBehavior"); \ +static_assert(sizeof(UScalableSphereGizmoInputBehavior) == 0x0000D0, "Wrong size on UScalableSphereGizmoInputBehavior"); \ + +#define DUMPER7_ASSERTS_UGizmoNilStateTarget \ +static_assert(alignof(UGizmoNilStateTarget) == 0x000008, "Wrong alignment on UGizmoNilStateTarget"); \ +static_assert(sizeof(UGizmoNilStateTarget) == 0x000030, "Wrong size on UGizmoNilStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaStateTarget \ +static_assert(alignof(UGizmoLambdaStateTarget) == 0x000008, "Wrong alignment on UGizmoLambdaStateTarget"); \ +static_assert(sizeof(UGizmoLambdaStateTarget) == 0x0000B0, "Wrong size on UGizmoLambdaStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoObjectModifyStateTarget \ +static_assert(alignof(UGizmoObjectModifyStateTarget) == 0x000008, "Wrong alignment on UGizmoObjectModifyStateTarget"); \ +static_assert(sizeof(UGizmoObjectModifyStateTarget) == 0x000058, "Wrong size on UGizmoObjectModifyStateTarget"); \ +static_assert(offsetof(UGizmoObjectModifyStateTarget, TransactionManager) == 0x000048, "Member 'UGizmoObjectModifyStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformChangeStateTarget \ +static_assert(alignof(UGizmoTransformChangeStateTarget) == 0x000010, "Wrong alignment on UGizmoTransformChangeStateTarget"); \ +static_assert(sizeof(UGizmoTransformChangeStateTarget) == 0x000140, "Wrong size on UGizmoTransformChangeStateTarget"); \ +static_assert(offsetof(UGizmoTransformChangeStateTarget, TransactionManager) == 0x000048, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmoContextObject \ +static_assert(alignof(UCombinedTransformGizmoContextObject) == 0x000008, "Wrong alignment on UCombinedTransformGizmoContextObject"); \ +static_assert(sizeof(UCombinedTransformGizmoContextObject) == 0x000058, "Wrong size on UCombinedTransformGizmoContextObject"); \ + +#define DUMPER7_ASSERTS_UTransformProxy \ +static_assert(alignof(UTransformProxy) == 0x000010, "Wrong alignment on UTransformProxy"); \ +static_assert(sizeof(UTransformProxy) == 0x0001B0, "Wrong size on UTransformProxy"); \ +static_assert(offsetof(UTransformProxy, bRotatePerObject) == 0x0000D0, "Member 'UTransformProxy::bRotatePerObject' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, bSetPivotMode) == 0x0000D1, "Member 'UTransformProxy::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, SharedTransform) == 0x0000F0, "Member 'UTransformProxy::SharedTransform' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, InitialSharedTransform) == 0x000150, "Member 'UTransformProxy::InitialSharedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseTransformSource \ +static_assert(alignof(UGizmoBaseTransformSource) == 0x000008, "Wrong alignment on UGizmoBaseTransformSource"); \ +static_assert(sizeof(UGizmoBaseTransformSource) == 0x000048, "Wrong size on UGizmoBaseTransformSource"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentWorldTransformSource \ +static_assert(alignof(UGizmoComponentWorldTransformSource) == 0x000008, "Wrong alignment on UGizmoComponentWorldTransformSource"); \ +static_assert(sizeof(UGizmoComponentWorldTransformSource) == 0x000058, "Wrong size on UGizmoComponentWorldTransformSource"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, Component) == 0x000048, "Member 'UGizmoComponentWorldTransformSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, bModifyComponentOnTransform) == 0x000050, "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) == 0x000048, "Member 'UGizmoScaledTransformSource::ChildTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformProxyTransformSource \ +static_assert(alignof(UGizmoTransformProxyTransformSource) == 0x000008, "Wrong alignment on UGizmoTransformProxyTransformSource"); \ +static_assert(sizeof(UGizmoTransformProxyTransformSource) == 0x000070, "Wrong size on UGizmoTransformProxyTransformSource"); \ +static_assert(offsetof(UGizmoTransformProxyTransformSource, Proxy) == 0x000048, "Member 'UGizmoTransformProxyTransformSource::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoScaledAndUnscaledTransformSources \ +static_assert(alignof(UGizmoScaledAndUnscaledTransformSources) == 0x000008, "Wrong alignment on UGizmoScaledAndUnscaledTransformSources"); \ +static_assert(sizeof(UGizmoScaledAndUnscaledTransformSources) == 0x000068, "Wrong size on UGizmoScaledAndUnscaledTransformSources"); \ +static_assert(offsetof(UGizmoScaledAndUnscaledTransformSources, ScaledTransformSource) == 0x000048, "Member 'UGizmoScaledAndUnscaledTransformSources::ScaledTransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoScaledAndUnscaledTransformSources, UnscaledTransformSource) == 0x000058, "Member 'UGizmoScaledAndUnscaledTransformSources::UnscaledTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolPropertySet \ +static_assert(alignof(UInteractiveToolPropertySet) == 0x000008, "Wrong alignment on UInteractiveToolPropertySet"); \ +static_assert(sizeof(UInteractiveToolPropertySet) == 0x0000A8, "Wrong size on UInteractiveToolPropertySet"); \ +static_assert(offsetof(UInteractiveToolPropertySet, CachedPropertiesMap) == 0x000038, "Member 'UInteractiveToolPropertySet::CachedPropertiesMap' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolPropertySet, bIsPropertySetEnabled) == 0x000088, "Member 'UInteractiveToolPropertySet::bIsPropertySetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBaseProperties \ +static_assert(alignof(UBrushBaseProperties) == 0x000008, "Wrong alignment on UBrushBaseProperties"); \ +static_assert(sizeof(UBrushBaseProperties) == 0x0000C0, "Wrong size on UBrushBaseProperties"); \ +static_assert(offsetof(UBrushBaseProperties, BrushSize) == 0x0000A8, "Member 'UBrushBaseProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bSpecifyRadius) == 0x0000AC, "Member 'UBrushBaseProperties::bSpecifyRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushRadius) == 0x0000B0, "Member 'UBrushBaseProperties::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushStrength) == 0x0000B4, "Member 'UBrushBaseProperties::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushFalloffAmount) == 0x0000B8, "Member 'UBrushBaseProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowStrength) == 0x0000BC, "Member 'UBrushBaseProperties::bShowStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowFalloff) == 0x0000BD, "Member 'UBrushBaseProperties::bShowFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushAdjusterInputBehavior \ +static_assert(alignof(UBrushAdjusterInputBehavior) == 0x000008, "Wrong alignment on UBrushAdjusterInputBehavior"); \ +static_assert(sizeof(UBrushAdjusterInputBehavior) == 0x0000D0, "Wrong size on UBrushAdjusterInputBehavior"); \ + +#define DUMPER7_ASSERTS_UInteractiveTool \ +static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ +static_assert(sizeof(UInteractiveTool) == 0x000098, "Wrong size on UInteractiveTool"); \ +static_assert(offsetof(UInteractiveTool, InputBehaviors) == 0x000060, "Member 'UInteractiveTool::InputBehaviors' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveTool, ToolPropertyObjects) == 0x000068, "Member 'UInteractiveTool::ToolPropertyObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleSelectionTool \ +static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ +static_assert(sizeof(USingleSelectionTool) == 0x0000A8, "Wrong size on USingleSelectionTool"); \ +static_assert(offsetof(USingleSelectionTool, Target) == 0x0000A0, "Member 'USingleSelectionTool::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x000100, "Wrong size on UMeshSurfacePointTool"); \ +static_assert(offsetof(UMeshSurfacePointTool, TargetWorld) == 0x0000F8, "Member 'UMeshSurfacePointTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseBrushTool \ +static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ +static_assert(sizeof(UBaseBrushTool) == 0x000298, "Wrong size on UBaseBrushTool"); \ +static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x000100, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x000108, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x00010C, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x000110, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000258, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x000280, "Member 'UBaseBrushTool::BrushStampIndicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolBuilder \ +static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ +static_assert(sizeof(UInteractiveToolBuilder) == 0x000028, "Wrong size on UInteractiveToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragToolBuilder \ +static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ +static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragTool \ +static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ +static_assert(sizeof(UClickDragTool) == 0x0000A0, "Wrong size on UClickDragTool"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolWithToolTargetsBuilder \ +static_assert(alignof(UInteractiveToolWithToolTargetsBuilder) == 0x000008, "Wrong alignment on UInteractiveToolWithToolTargetsBuilder"); \ +static_assert(sizeof(UInteractiveToolWithToolTargetsBuilder) == 0x000028, "Wrong size on UInteractiveToolWithToolTargetsBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointToolBuilder \ +static_assert(alignof(UMeshSurfacePointToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointToolBuilder"); \ +static_assert(sizeof(UMeshSurfacePointToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleClickToolBuilder \ +static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ +static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleClickTool \ +static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ +static_assert(sizeof(USingleClickTool) == 0x0000A0, "Wrong size on USingleClickTool"); \ + +#define DUMPER7_ASSERTS_UContextObjectStore \ +static_assert(alignof(UContextObjectStore) == 0x000008, "Wrong alignment on UContextObjectStore"); \ +static_assert(sizeof(UContextObjectStore) == 0x000038, "Wrong size on UContextObjectStore"); \ +static_assert(offsetof(UContextObjectStore, ContextObjects) == 0x000028, "Member 'UContextObjectStore::ContextObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBehaviorSet \ +static_assert(alignof(UInputBehaviorSet) == 0x000008, "Wrong alignment on UInputBehaviorSet"); \ +static_assert(sizeof(UInputBehaviorSet) == 0x000038, "Wrong size on UInputBehaviorSet"); \ +static_assert(offsetof(UInputBehaviorSet, Behaviors) == 0x000028, "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_ULocalInputBehaviorSource \ +static_assert(alignof(ULocalInputBehaviorSource) == 0x000008, "Wrong alignment on ULocalInputBehaviorSource"); \ +static_assert(sizeof(ULocalInputBehaviorSource) == 0x000070, "Wrong size on ULocalInputBehaviorSource"); \ + +#define DUMPER7_ASSERTS_UInputRouter \ +static_assert(alignof(UInputRouter) == 0x000008, "Wrong alignment on UInputRouter"); \ +static_assert(sizeof(UInputRouter) == 0x000190, "Wrong size on UInputRouter"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnHover) == 0x000028, "Member 'UInputRouter::bAutoInvalidateOnHover' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnCapture) == 0x000029, "Member 'UInputRouter::bAutoInvalidateOnCapture' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, ActiveInputBehaviors) == 0x000038, "Member 'UInputRouter::ActiveInputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionMechanic \ +static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ +static_assert(sizeof(UInteractionMechanic) == 0x000030, "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) == 0x000030, "Member 'UInteractiveGizmoManager::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveGizmoManager, GizmoBuilders) == 0x000058, "Member 'UInteractiveGizmoManager::GizmoBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolManager \ +static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ +static_assert(sizeof(UInteractiveToolManager) == 0x0001B0, "Wrong size on UInteractiveToolManager"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000058, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000060, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x000100, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolsContext \ +static_assert(alignof(UInteractiveToolsContext) == 0x000010, "Wrong alignment on UInteractiveToolsContext"); \ +static_assert(sizeof(UInteractiveToolsContext) == 0x000330, "Wrong size on UInteractiveToolsContext"); \ +static_assert(offsetof(UInteractiveToolsContext, InputRouter) == 0x000058, "Member 'UInteractiveToolsContext::InputRouter' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolsContext, TargetManager) == 0x000060, "Member 'UInteractiveToolsContext::TargetManager' 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, ContextObjectStore) == 0x000078, "Member 'UInteractiveToolsContext::ContextObjectStore' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolsContext, ToolManagerClass) == 0x000300, "Member 'UInteractiveToolsContext::ToolManagerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionTool \ +static_assert(alignof(UMultiSelectionTool) == 0x000008, "Wrong alignment on UMultiSelectionTool"); \ +static_assert(sizeof(UMultiSelectionTool) == 0x0000B0, "Wrong size on UMultiSelectionTool"); \ +static_assert(offsetof(UMultiSelectionTool, Targets) == 0x0000A0, "Member 'UMultiSelectionTool::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneSnappingManager \ +static_assert(alignof(USceneSnappingManager) == 0x000008, "Wrong alignment on USceneSnappingManager"); \ +static_assert(sizeof(USceneSnappingManager) == 0x000028, "Wrong size on USceneSnappingManager"); \ + +#define DUMPER7_ASSERTS_USelectionSet \ +static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ +static_assert(sizeof(USelectionSet) == 0x000040, "Wrong size on USelectionSet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionSet \ +static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ +static_assert(sizeof(UMeshSelectionSet) == 0x000080, "Wrong size on UMeshSelectionSet"); \ +static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000040, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000050, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000060, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000070, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolTargetManager \ +static_assert(alignof(UToolTargetManager) == 0x000008, "Wrong alignment on UToolTargetManager"); \ +static_assert(sizeof(UToolTargetManager) == 0x000040, "Wrong size on UToolTargetManager"); \ +static_assert(offsetof(UToolTargetManager, Factories) == 0x000030, "Member 'UToolTargetManager::Factories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolTarget \ +static_assert(alignof(UToolTarget) == 0x000008, "Wrong alignment on UToolTarget"); \ +static_assert(sizeof(UToolTarget) == 0x000028, "Wrong size on UToolTarget"); \ + +#define DUMPER7_ASSERTS_UPrimitiveComponentToolTarget \ +static_assert(alignof(UPrimitiveComponentToolTarget) == 0x000008, "Wrong alignment on UPrimitiveComponentToolTarget"); \ +static_assert(sizeof(UPrimitiveComponentToolTarget) == 0x000038, "Wrong size on UPrimitiveComponentToolTarget"); \ + +#define DUMPER7_ASSERTS_UToolTargetFactory \ +static_assert(alignof(UToolTargetFactory) == 0x000008, "Wrong alignment on UToolTargetFactory"); \ +static_assert(sizeof(UToolTargetFactory) == 0x000028, "Wrong size on UToolTargetFactory"); \ + +#define DUMPER7_ASSERTS_UPrimitiveComponentToolTargetFactory \ +static_assert(alignof(UPrimitiveComponentToolTargetFactory) == 0x000008, "Wrong alignment on UPrimitiveComponentToolTargetFactory"); \ +static_assert(sizeof(UPrimitiveComponentToolTargetFactory) == 0x000028, "Wrong size on UPrimitiveComponentToolTargetFactory"); \ + +#define DUMPER7_ASSERTS_FDynamicMeshChangeInfo \ +static_assert(alignof(FDynamicMeshChangeInfo) == 0x000008, "Wrong alignment on FDynamicMeshChangeInfo"); \ +static_assert(sizeof(FDynamicMeshChangeInfo) == 0x000020, "Wrong size on FDynamicMeshChangeInfo"); \ +static_assert(offsetof(FDynamicMeshChangeInfo, Type) == 0x000000, "Member 'FDynamicMeshChangeInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FDynamicMeshChangeInfo, Flags) == 0x000001, "Member 'FDynamicMeshChangeInfo::Flags' has a wrong offset!"); \ +static_assert(offsetof(FDynamicMeshChangeInfo, bIsRevertChange) == 0x000002, "Member 'FDynamicMeshChangeInfo::bIsRevertChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMeshCommandChangeTarget \ +static_assert(alignof(IMeshCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshCommandChangeTarget"); \ +static_assert(sizeof(IMeshCommandChangeTarget) == 0x000001, "Wrong size on IMeshCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_IMeshReplacementCommandChangeTarget \ +static_assert(alignof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshReplacementCommandChangeTarget"); \ +static_assert(sizeof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong size on IMeshReplacementCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_IMeshVertexCommandChangeTarget \ +static_assert(alignof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshVertexCommandChangeTarget"); \ +static_assert(sizeof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong size on IMeshVertexCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetDynamicMesh \ +static_assert(alignof(BaseDynamicMeshComponent_GetDynamicMesh) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetDynamicMesh"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetDynamicMesh) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetDynamicMesh"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetDynamicMesh, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetDynamicMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetColorOverrideMode \ +static_assert(alignof(BaseDynamicMeshComponent_SetColorOverrideMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetColorOverrideMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetColorOverrideMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetColorOverrideMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetColorOverrideMode, NewMode) == 0x000000, "Member 'BaseDynamicMeshComponent_SetColorOverrideMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetConstantOverrideColor \ +static_assert(alignof(BaseDynamicMeshComponent_SetConstantOverrideColor) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_SetConstantOverrideColor"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetConstantOverrideColor) == 0x000004, "Wrong size on BaseDynamicMeshComponent_SetConstantOverrideColor"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetConstantOverrideColor, NewColor) == 0x000000, "Member 'BaseDynamicMeshComponent_SetConstantOverrideColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableFlatShading \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableFlatShading) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableFlatShading"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableFlatShading) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableFlatShading"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableFlatShading, bEnable) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableFlatShading::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableRaytracing \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableRaytracing) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableRaytracing"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableRaytracing) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableRaytracing"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableRaytracing, bSetEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableRaytracing::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableWireframeRenderPass \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableWireframeRenderPass"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableWireframeRenderPass"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass, bEnable) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableWireframeRenderPass::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetOverrideRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_SetOverrideRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_SetOverrideRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetOverrideRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_SetOverrideRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetOverrideRenderMaterial, Material) == 0x000000, "Member 'BaseDynamicMeshComponent_SetOverrideRenderMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetSecondaryBuffersVisibility \ +static_assert(alignof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetSecondaryBuffersVisibility"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetSecondaryBuffersVisibility"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility, bSetVisible) == 0x000000, "Member 'BaseDynamicMeshComponent_SetSecondaryBuffersVisibility::bSetVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetSecondaryRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_SetSecondaryRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_SetSecondaryRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial, Material) == 0x000000, "Member 'BaseDynamicMeshComponent_SetSecondaryRenderMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetShadowsEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_SetShadowsEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetShadowsEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetShadowsEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetShadowsEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetShadowsEnabled, bEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetShadowsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode \ +static_assert(alignof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode, NewMode) == 0x000000, "Member 'BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetViewModeOverridesEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetViewModeOverridesEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetViewModeOverridesEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled, bEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetViewModeOverridesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetColorOverrideMode \ +static_assert(alignof(BaseDynamicMeshComponent_GetColorOverrideMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetColorOverrideMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetColorOverrideMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetColorOverrideMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetColorOverrideMode, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetColorOverrideMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetConstantOverrideColor \ +static_assert(alignof(BaseDynamicMeshComponent_GetConstantOverrideColor) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_GetConstantOverrideColor"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetConstantOverrideColor) == 0x000004, "Wrong size on BaseDynamicMeshComponent_GetConstantOverrideColor"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetConstantOverrideColor, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetConstantOverrideColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetEnableRaytracing \ +static_assert(alignof(BaseDynamicMeshComponent_GetEnableRaytracing) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetEnableRaytracing"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetEnableRaytracing) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetEnableRaytracing"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetEnableRaytracing, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetEnableRaytracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetEnableWireframeRenderPass \ +static_assert(alignof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetEnableWireframeRenderPass"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetEnableWireframeRenderPass"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetEnableWireframeRenderPass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetFlatShadingEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetFlatShadingEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetFlatShadingEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetFlatShadingEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetFlatShadingEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetFlatShadingEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetFlatShadingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetOverrideRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_GetOverrideRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetOverrideRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetOverrideRenderMaterial) == 0x000010, "Wrong size on BaseDynamicMeshComponent_GetOverrideRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetOverrideRenderMaterial, MaterialIndex) == 0x000000, "Member 'BaseDynamicMeshComponent_GetOverrideRenderMaterial::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetOverrideRenderMaterial, ReturnValue) == 0x000008, "Member 'BaseDynamicMeshComponent_GetOverrideRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetSecondaryBuffersVisibility \ +static_assert(alignof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetSecondaryBuffersVisibility"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetSecondaryBuffersVisibility"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetSecondaryBuffersVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetSecondaryRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetSecondaryRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetSecondaryRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetSecondaryRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetShadowsEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetShadowsEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetShadowsEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetShadowsEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetShadowsEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetShadowsEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetShadowsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode \ +static_assert(alignof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetViewModeOverridesEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetViewModeOverridesEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetViewModeOverridesEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetViewModeOverridesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_HasOverrideRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_HasOverrideRenderMaterial) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_HasOverrideRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_HasOverrideRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_HasOverrideRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_HasOverrideRenderMaterial, K) == 0x000000, "Member 'BaseDynamicMeshComponent_HasOverrideRenderMaterial::K' has a wrong offset!"); \ +static_assert(offsetof(BaseDynamicMeshComponent_HasOverrideRenderMaterial, ReturnValue) == 0x000004, "Member 'BaseDynamicMeshComponent_HasOverrideRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseDynamicMeshComponent \ +static_assert(alignof(UBaseDynamicMeshComponent) == 0x000010, "Wrong alignment on UBaseDynamicMeshComponent"); \ +static_assert(sizeof(UBaseDynamicMeshComponent) == 0x0005C0, "Wrong size on UBaseDynamicMeshComponent"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bExplicitShowWireframe) == 0x000570, "Member 'UBaseDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, WireframeColor) == 0x000574, "Member 'UBaseDynamicMeshComponent::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ColorMode) == 0x000584, "Member 'UBaseDynamicMeshComponent::ColorMode' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ConstantColor) == 0x000588, "Member 'UBaseDynamicMeshComponent::ConstantColor' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ColorSpaceMode) == 0x00058C, "Member 'UBaseDynamicMeshComponent::ColorSpaceMode' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableFlatShading) == 0x00058D, "Member 'UBaseDynamicMeshComponent::bEnableFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableViewModeOverrides) == 0x00058E, "Member 'UBaseDynamicMeshComponent::bEnableViewModeOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, OverrideRenderMaterial) == 0x000590, "Member 'UBaseDynamicMeshComponent::OverrideRenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, SecondaryRenderMaterial) == 0x000598, "Member 'UBaseDynamicMeshComponent::SecondaryRenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableRayTracing) == 0x0005A1, "Member 'UBaseDynamicMeshComponent::bEnableRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, BaseMaterials) == 0x0005A8, "Member 'UBaseDynamicMeshComponent::BaseMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_ConfigureMaterialSet \ +static_assert(alignof(DynamicMeshComponent_ConfigureMaterialSet) == 0x000008, "Wrong alignment on DynamicMeshComponent_ConfigureMaterialSet"); \ +static_assert(sizeof(DynamicMeshComponent_ConfigureMaterialSet) == 0x000010, "Wrong size on DynamicMeshComponent_ConfigureMaterialSet"); \ +static_assert(offsetof(DynamicMeshComponent_ConfigureMaterialSet, NewMaterialSet) == 0x000000, "Member 'DynamicMeshComponent_ConfigureMaterialSet::NewMaterialSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_NotifyMeshVertexAttributesModified \ +static_assert(alignof(DynamicMeshComponent_NotifyMeshVertexAttributesModified) == 0x000001, "Wrong alignment on DynamicMeshComponent_NotifyMeshVertexAttributesModified"); \ +static_assert(sizeof(DynamicMeshComponent_NotifyMeshVertexAttributesModified) == 0x000004, "Wrong size on DynamicMeshComponent_NotifyMeshVertexAttributesModified"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bPositions) == 0x000000, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bPositions' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bNormals) == 0x000001, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bNormals' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bUVs) == 0x000002, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bUVs' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bColors) == 0x000003, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled \ +static_assert(alignof(DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled) == 0x000001, "Wrong alignment on DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled"); \ +static_assert(sizeof(DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled) == 0x000002, "Wrong size on DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled"); \ +static_assert(offsetof(DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled, bEnabled) == 0x000000, "Member 'DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled, bImmediateUpdate) == 0x000001, "Member 'DynamicMeshComponent_SetComplexAsSimpleCollisionEnabled::bImmediateUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled \ +static_assert(alignof(DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled) == 0x000001, "Wrong alignment on DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled"); \ +static_assert(sizeof(DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled) == 0x000002, "Wrong size on DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled"); \ +static_assert(offsetof(DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled, bEnabled) == 0x000000, "Member 'DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled, bImmediateUpdate) == 0x000001, "Member 'DynamicMeshComponent_SetDeferredCollisionUpdatesEnabled::bImmediateUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_SetDynamicMesh \ +static_assert(alignof(DynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong alignment on DynamicMeshComponent_SetDynamicMesh"); \ +static_assert(sizeof(DynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong size on DynamicMeshComponent_SetDynamicMesh"); \ +static_assert(offsetof(DynamicMeshComponent_SetDynamicMesh, NewMesh) == 0x000000, "Member 'DynamicMeshComponent_SetDynamicMesh::NewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_SetTangentsType \ +static_assert(alignof(DynamicMeshComponent_SetTangentsType) == 0x000001, "Wrong alignment on DynamicMeshComponent_SetTangentsType"); \ +static_assert(sizeof(DynamicMeshComponent_SetTangentsType) == 0x000001, "Wrong size on DynamicMeshComponent_SetTangentsType"); \ +static_assert(offsetof(DynamicMeshComponent_SetTangentsType, NewTangentsType) == 0x000000, "Member 'DynamicMeshComponent_SetTangentsType::NewTangentsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_UpdateCollision \ +static_assert(alignof(DynamicMeshComponent_UpdateCollision) == 0x000001, "Wrong alignment on DynamicMeshComponent_UpdateCollision"); \ +static_assert(sizeof(DynamicMeshComponent_UpdateCollision) == 0x000001, "Wrong size on DynamicMeshComponent_UpdateCollision"); \ +static_assert(offsetof(DynamicMeshComponent_UpdateCollision, bOnlyIfPending) == 0x000000, "Member 'DynamicMeshComponent_UpdateCollision::bOnlyIfPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_ValidateMaterialSlots \ +static_assert(alignof(DynamicMeshComponent_ValidateMaterialSlots) == 0x000001, "Wrong alignment on DynamicMeshComponent_ValidateMaterialSlots"); \ +static_assert(sizeof(DynamicMeshComponent_ValidateMaterialSlots) == 0x000003, "Wrong size on DynamicMeshComponent_ValidateMaterialSlots"); \ +static_assert(offsetof(DynamicMeshComponent_ValidateMaterialSlots, bCreateIfMissing) == 0x000000, "Member 'DynamicMeshComponent_ValidateMaterialSlots::bCreateIfMissing' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_ValidateMaterialSlots, bDeleteExtraSlots) == 0x000001, "Member 'DynamicMeshComponent_ValidateMaterialSlots::bDeleteExtraSlots' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_ValidateMaterialSlots, ReturnValue) == 0x000002, "Member 'DynamicMeshComponent_ValidateMaterialSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_GetTangentsType \ +static_assert(alignof(DynamicMeshComponent_GetTangentsType) == 0x000001, "Wrong alignment on DynamicMeshComponent_GetTangentsType"); \ +static_assert(sizeof(DynamicMeshComponent_GetTangentsType) == 0x000001, "Wrong size on DynamicMeshComponent_GetTangentsType"); \ +static_assert(offsetof(DynamicMeshComponent_GetTangentsType, ReturnValue) == 0x000000, "Member 'DynamicMeshComponent_GetTangentsType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_GetTangentsTypePure \ +static_assert(alignof(DynamicMeshComponent_GetTangentsTypePure) == 0x000001, "Wrong alignment on DynamicMeshComponent_GetTangentsTypePure"); \ +static_assert(sizeof(DynamicMeshComponent_GetTangentsTypePure) == 0x000001, "Wrong size on DynamicMeshComponent_GetTangentsTypePure"); \ +static_assert(offsetof(DynamicMeshComponent_GetTangentsTypePure, ReturnValue) == 0x000000, "Member 'DynamicMeshComponent_GetTangentsTypePure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshComponent \ +static_assert(alignof(UDynamicMeshComponent) == 0x000010, "Wrong alignment on UDynamicMeshComponent"); \ +static_assert(sizeof(UDynamicMeshComponent) == 0x000820, "Wrong size on UDynamicMeshComponent"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshObject) == 0x0005C0, "Member 'UDynamicMeshComponent::MeshObject' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, TangentsType) == 0x000700, "Member 'UDynamicMeshComponent::TangentsType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, CollisionType) == 0x000740, "Member 'UDynamicMeshComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bUseAsyncCooking) == 0x000741, "Member 'UDynamicMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bEnableComplexCollision) == 0x000742, "Member 'UDynamicMeshComponent::bEnableComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bDeferCollisionUpdates) == 0x000743, "Member 'UDynamicMeshComponent::bDeferCollisionUpdates' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshBodySetup) == 0x000748, "Member 'UDynamicMeshComponent::MeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, AggGeom) == 0x000788, "Member 'UDynamicMeshComponent::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, AsyncBodySetupQueue) == 0x000808, "Member 'UDynamicMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_AllocateComputeMesh \ +static_assert(alignof(DynamicMeshActor_AllocateComputeMesh) == 0x000008, "Wrong alignment on DynamicMeshActor_AllocateComputeMesh"); \ +static_assert(sizeof(DynamicMeshActor_AllocateComputeMesh) == 0x000008, "Wrong size on DynamicMeshActor_AllocateComputeMesh"); \ +static_assert(offsetof(DynamicMeshActor_AllocateComputeMesh, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_AllocateComputeMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_GetComputeMeshPool \ +static_assert(alignof(DynamicMeshActor_GetComputeMeshPool) == 0x000008, "Wrong alignment on DynamicMeshActor_GetComputeMeshPool"); \ +static_assert(sizeof(DynamicMeshActor_GetComputeMeshPool) == 0x000008, "Wrong size on DynamicMeshActor_GetComputeMeshPool"); \ +static_assert(offsetof(DynamicMeshActor_GetComputeMeshPool, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_GetComputeMeshPool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_ReleaseComputeMesh \ +static_assert(alignof(DynamicMeshActor_ReleaseComputeMesh) == 0x000008, "Wrong alignment on DynamicMeshActor_ReleaseComputeMesh"); \ +static_assert(sizeof(DynamicMeshActor_ReleaseComputeMesh) == 0x000010, "Wrong size on DynamicMeshActor_ReleaseComputeMesh"); \ +static_assert(offsetof(DynamicMeshActor_ReleaseComputeMesh, Mesh) == 0x000000, "Member 'DynamicMeshActor_ReleaseComputeMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshActor_ReleaseComputeMesh, ReturnValue) == 0x000008, "Member 'DynamicMeshActor_ReleaseComputeMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_GetDynamicMeshComponent \ +static_assert(alignof(DynamicMeshActor_GetDynamicMeshComponent) == 0x000008, "Wrong alignment on DynamicMeshActor_GetDynamicMeshComponent"); \ +static_assert(sizeof(DynamicMeshActor_GetDynamicMeshComponent) == 0x000008, "Wrong size on DynamicMeshActor_GetDynamicMeshComponent"); \ +static_assert(offsetof(DynamicMeshActor_GetDynamicMeshComponent, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_GetDynamicMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADynamicMeshActor \ +static_assert(alignof(ADynamicMeshActor) == 0x000008, "Wrong alignment on ADynamicMeshActor"); \ +static_assert(sizeof(ADynamicMeshActor) == 0x0002A8, "Wrong size on ADynamicMeshActor"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshComponent) == 0x000290, "Member 'ADynamicMeshActor::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, bEnableComputeMeshPool) == 0x000298, "Member 'ADynamicMeshActor::bEnableComputeMeshPool' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshPool) == 0x0002A0, "Member 'ADynamicMeshActor::DynamicMeshPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshGenerator \ +static_assert(alignof(UDynamicMeshGenerator) == 0x000008, "Wrong alignment on UDynamicMeshGenerator"); \ +static_assert(sizeof(UDynamicMeshGenerator) == 0x000028, "Wrong size on UDynamicMeshGenerator"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_Reset \ +static_assert(alignof(DynamicMesh_Reset) == 0x000008, "Wrong alignment on DynamicMesh_Reset"); \ +static_assert(sizeof(DynamicMesh_Reset) == 0x000008, "Wrong size on DynamicMesh_Reset"); \ +static_assert(offsetof(DynamicMesh_Reset, ReturnValue) == 0x000000, "Member 'DynamicMesh_Reset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_ResetToCube \ +static_assert(alignof(DynamicMesh_ResetToCube) == 0x000008, "Wrong alignment on DynamicMesh_ResetToCube"); \ +static_assert(sizeof(DynamicMesh_ResetToCube) == 0x000008, "Wrong size on DynamicMesh_ResetToCube"); \ +static_assert(offsetof(DynamicMesh_ResetToCube, ReturnValue) == 0x000000, "Member 'DynamicMesh_ResetToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_GetTriangleCount \ +static_assert(alignof(DynamicMesh_GetTriangleCount) == 0x000004, "Wrong alignment on DynamicMesh_GetTriangleCount"); \ +static_assert(sizeof(DynamicMesh_GetTriangleCount) == 0x000004, "Wrong size on DynamicMesh_GetTriangleCount"); \ +static_assert(offsetof(DynamicMesh_GetTriangleCount, ReturnValue) == 0x000000, "Member 'DynamicMesh_GetTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_IsEmpty \ +static_assert(alignof(DynamicMesh_IsEmpty) == 0x000001, "Wrong alignment on DynamicMesh_IsEmpty"); \ +static_assert(sizeof(DynamicMesh_IsEmpty) == 0x000001, "Wrong size on DynamicMesh_IsEmpty"); \ +static_assert(offsetof(DynamicMesh_IsEmpty, ReturnValue) == 0x000000, "Member 'DynamicMesh_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMesh \ +static_assert(alignof(UDynamicMesh) == 0x000008, "Wrong alignment on UDynamicMesh"); \ +static_assert(sizeof(UDynamicMesh) == 0x0000B0, "Wrong size on UDynamicMesh"); \ +static_assert(offsetof(UDynamicMesh, MeshModifiedBPEvent) == 0x000070, "Member 'UDynamicMesh::MeshModifiedBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMesh, MeshGenerator) == 0x0000A0, "Member 'UDynamicMesh::MeshGenerator' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMesh, bEnableMeshGenerator) == 0x0000A8, "Member 'UDynamicMesh::bEnableMeshGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshPool_RequestMesh \ +static_assert(alignof(DynamicMeshPool_RequestMesh) == 0x000008, "Wrong alignment on DynamicMeshPool_RequestMesh"); \ +static_assert(sizeof(DynamicMeshPool_RequestMesh) == 0x000008, "Wrong size on DynamicMeshPool_RequestMesh"); \ +static_assert(offsetof(DynamicMeshPool_RequestMesh, ReturnValue) == 0x000000, "Member 'DynamicMeshPool_RequestMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshPool_ReturnMesh \ +static_assert(alignof(DynamicMeshPool_ReturnMesh) == 0x000008, "Wrong alignment on DynamicMeshPool_ReturnMesh"); \ +static_assert(sizeof(DynamicMeshPool_ReturnMesh) == 0x000008, "Wrong size on DynamicMeshPool_ReturnMesh"); \ +static_assert(offsetof(DynamicMeshPool_ReturnMesh, Mesh) == 0x000000, "Member 'DynamicMeshPool_ReturnMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshPool \ +static_assert(alignof(UDynamicMeshPool) == 0x000008, "Wrong alignment on UDynamicMeshPool"); \ +static_assert(sizeof(UDynamicMeshPool) == 0x000048, "Wrong size on UDynamicMeshPool"); \ +static_assert(offsetof(UDynamicMeshPool, CachedMeshes) == 0x000028, "Member 'UDynamicMeshPool::CachedMeshes' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshPool, AllCreatedMeshes) == 0x000038, "Member 'UDynamicMeshPool::AllCreatedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CurveBlend \ +static_assert(alignof(FAnimNode_CurveBlend) == 0x000008, "Wrong alignment on FAnimNode_CurveBlend"); \ +static_assert(sizeof(FAnimNode_CurveBlend) == 0x000038, "Wrong size on FAnimNode_CurveBlend"); \ +static_assert(offsetof(FAnimNode_CurveBlend, BasePose) == 0x000010, "Member 'FAnimNode_CurveBlend::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveBlend, BlendPose) == 0x000020, "Member 'FAnimNode_CurveBlend::BlendPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveBlend, BlendingProfile) == 0x000030, "Member 'FAnimNode_CurveBlend::BlendingProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectCultureData \ +static_assert(alignof(FProjectCultureData) == 0x000008, "Wrong alignment on FProjectCultureData"); \ +static_assert(sizeof(FProjectCultureData) == 0x000028, "Wrong size on FProjectCultureData"); \ +static_assert(offsetof(FProjectCultureData, Culture_IETF_Tag) == 0x000000, "Member 'FProjectCultureData::Culture_IETF_Tag' has a wrong offset!"); \ +static_assert(offsetof(FProjectCultureData, Culture_DisplayName) == 0x000010, "Member 'FProjectCultureData::Culture_DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FProjectCultureData, SelectedCulture) == 0x000020, "Member 'FProjectCultureData::SelectedCulture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAchievementsMap \ +static_assert(alignof(FAchievementsMap) == 0x000008, "Wrong alignment on FAchievementsMap"); \ +static_assert(sizeof(FAchievementsMap) == 0x000050, "Wrong size on FAchievementsMap"); \ +static_assert(offsetof(FAchievementsMap, AchievementsMap) == 0x000000, "Member 'FAchievementsMap::AchievementsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CurveModifyIntensity \ +static_assert(alignof(FAnimNode_CurveModifyIntensity) == 0x000008, "Wrong alignment on FAnimNode_CurveModifyIntensity"); \ +static_assert(sizeof(FAnimNode_CurveModifyIntensity) == 0x000028, "Wrong size on FAnimNode_CurveModifyIntensity"); \ +static_assert(offsetof(FAnimNode_CurveModifyIntensity, BasePose) == 0x000010, "Member 'FAnimNode_CurveModifyIntensity::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveModifyIntensity, IntensityProfile) == 0x000020, "Member 'FAnimNode_CurveModifyIntensity::IntensityProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraModifier_MetaWrapper \ +static_assert(alignof(FCameraModifier_MetaWrapper) == 0x000008, "Wrong alignment on FCameraModifier_MetaWrapper"); \ +static_assert(sizeof(FCameraModifier_MetaWrapper) == 0x000008, "Wrong size on FCameraModifier_MetaWrapper"); \ +static_assert(offsetof(FCameraModifier_MetaWrapper, Modifier) == 0x000000, "Member 'FCameraModifier_MetaWrapper::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConsoleVariablesOverrideProfile \ +static_assert(alignof(FConsoleVariablesOverrideProfile) == 0x000008, "Wrong alignment on FConsoleVariablesOverrideProfile"); \ +static_assert(sizeof(FConsoleVariablesOverrideProfile) == 0x000140, "Wrong size on FConsoleVariablesOverrideProfile"); \ +static_assert(offsetof(FConsoleVariablesOverrideProfile, BoolVariables) == 0x000000, "Member 'FConsoleVariablesOverrideProfile::BoolVariables' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesOverrideProfile, IntVariables) == 0x000050, "Member 'FConsoleVariablesOverrideProfile::IntVariables' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesOverrideProfile, FloatVariables) == 0x0000A0, "Member 'FConsoleVariablesOverrideProfile::FloatVariables' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesOverrideProfile, StringVariables) == 0x0000F0, "Member 'FConsoleVariablesOverrideProfile::StringVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConsoleVariableOverrider \ +static_assert(alignof(FConsoleVariableOverrider) == 0x000008, "Wrong alignment on FConsoleVariableOverrider"); \ +static_assert(sizeof(FConsoleVariableOverrider) == 0x0002D0, "Wrong size on FConsoleVariableOverrider"); \ + +#define DUMPER7_ASSERTS_FCurveIntensityData \ +static_assert(alignof(FCurveIntensityData) == 0x000004, "Wrong alignment on FCurveIntensityData"); \ +static_assert(sizeof(FCurveIntensityData) == 0x00000C, "Wrong size on FCurveIntensityData"); \ +static_assert(offsetof(FCurveIntensityData, IntensityWeight) == 0x000000, "Member 'FCurveIntensityData::IntensityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCurveIntensityData, IntensityClamp) == 0x000004, "Member 'FCurveIntensityData::IntensityClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitlesSpeakerData \ +static_assert(alignof(FSubtitlesSpeakerData) == 0x000008, "Wrong alignment on FSubtitlesSpeakerData"); \ +static_assert(sizeof(FSubtitlesSpeakerData) == 0x000020, "Wrong size on FSubtitlesSpeakerData"); \ +static_assert(offsetof(FSubtitlesSpeakerData, SpeakerCharaEntry) == 0x000008, "Member 'FSubtitlesSpeakerData::SpeakerCharaEntry' has a wrong offset!"); \ +static_assert(offsetof(FSubtitlesSpeakerData, SpeakerEntrySceneType) == 0x000018, "Member 'FSubtitlesSpeakerData::SpeakerEntrySceneType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleSequenceKeyframe \ +static_assert(alignof(FBattleSequenceKeyframe) == 0x000004, "Wrong alignment on FBattleSequenceKeyframe"); \ +static_assert(sizeof(FBattleSequenceKeyframe) == 0x000008, "Wrong size on FBattleSequenceKeyframe"); \ +static_assert(offsetof(FBattleSequenceKeyframe, m_keyframeType) == 0x000000, "Member 'FBattleSequenceKeyframe::m_keyframeType' has a wrong offset!"); \ +static_assert(offsetof(FBattleSequenceKeyframe, m_time) == 0x000004, "Member 'FBattleSequenceKeyframe::m_time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVariableWatcher_bool_Inline \ +static_assert(alignof(FVariableWatcher_bool_Inline) == 0x000008, "Wrong alignment on FVariableWatcher_bool_Inline"); \ +static_assert(sizeof(FVariableWatcher_bool_Inline) == 0x000008, "Wrong size on FVariableWatcher_bool_Inline"); \ +static_assert(offsetof(FVariableWatcher_bool_Inline, Value) == 0x000000, "Member 'FVariableWatcher_bool_Inline::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivityTask \ +static_assert(alignof(FActivityTask) == 0x000008, "Wrong alignment on FActivityTask"); \ +static_assert(sizeof(FActivityTask) == 0x000060, "Wrong size on FActivityTask"); \ +static_assert(offsetof(FActivityTask, TaskID) == 0x000000, "Member 'FActivityTask::TaskID' has a wrong offset!"); \ +static_assert(offsetof(FActivityTask, SubTasksID) == 0x000010, "Member 'FActivityTask::SubTasksID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivableGPEReferences \ +static_assert(alignof(FActivableGPEReferences) == 0x000008, "Wrong alignment on FActivableGPEReferences"); \ +static_assert(sizeof(FActivableGPEReferences) == 0x000010, "Wrong size on FActivableGPEReferences"); \ +static_assert(offsetof(FActivableGPEReferences, refArray) == 0x000000, "Member 'FActivableGPEReferences::refArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPEInterfacesReferences \ +static_assert(alignof(FGPEInterfacesReferences) == 0x000008, "Wrong alignment on FGPEInterfacesReferences"); \ +static_assert(sizeof(FGPEInterfacesReferences) == 0x000010, "Wrong size on FGPEInterfacesReferences"); \ +static_assert(offsetof(FGPEInterfacesReferences, actorArray) == 0x000000, "Member 'FGPEInterfacesReferences::actorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPEInterfacesSoftReferences \ +static_assert(alignof(FGPEInterfacesSoftReferences) == 0x000008, "Wrong alignment on FGPEInterfacesSoftReferences"); \ +static_assert(sizeof(FGPEInterfacesSoftReferences) == 0x000010, "Wrong size on FGPEInterfacesSoftReferences"); \ +static_assert(offsetof(FGPEInterfacesSoftReferences, actorArray) == 0x000000, "Member 'FGPEInterfacesSoftReferences::actorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioEvent \ +static_assert(alignof(FAudioEvent) == 0x000008, "Wrong alignment on FAudioEvent"); \ +static_assert(sizeof(FAudioEvent) == 0x000018, "Wrong size on FAudioEvent"); \ +static_assert(offsetof(FAudioEvent, Guid) == 0x000000, "Member 'FAudioEvent::Guid' has a wrong offset!"); \ +static_assert(offsetof(FAudioEvent, Sound) == 0x000010, "Member 'FAudioEvent::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTaggedGameplayEvent \ +static_assert(alignof(FTaggedGameplayEvent) == 0x000008, "Wrong alignment on FTaggedGameplayEvent"); \ +static_assert(sizeof(FTaggedGameplayEvent) == 0x000080, "Wrong size on FTaggedGameplayEvent"); \ +static_assert(offsetof(FTaggedGameplayEvent, EventType) == 0x000000, "Member 'FTaggedGameplayEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(FTaggedGameplayEvent, SourceTags) == 0x000020, "Member 'FTaggedGameplayEvent::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FTaggedGameplayEvent, TargetTags) == 0x000040, "Member 'FTaggedGameplayEvent::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FTaggedGameplayEvent, AdditionalContextTags) == 0x000060, "Member 'FTaggedGameplayEvent::AdditionalContextTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEventMatchingRule \ +static_assert(alignof(FGameplayEventMatchingRule) == 0x000008, "Wrong alignment on FGameplayEventMatchingRule"); \ +static_assert(sizeof(FGameplayEventMatchingRule) == 0x000060, "Wrong size on FGameplayEventMatchingRule"); \ +static_assert(offsetof(FGameplayEventMatchingRule, SourceTags) == 0x000000, "Member 'FGameplayEventMatchingRule::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventMatchingRule, TargetTags) == 0x000020, "Member 'FGameplayEventMatchingRule::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventMatchingRule, AdditionalContextTags) == 0x000040, "Member 'FGameplayEventMatchingRule::AdditionalContextTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEventCooldown \ +static_assert(alignof(FGameplayEventCooldown) == 0x000004, "Wrong alignment on FGameplayEventCooldown"); \ +static_assert(sizeof(FGameplayEventCooldown) == 0x000008, "Wrong size on FGameplayEventCooldown"); \ +static_assert(offsetof(FGameplayEventCooldown, SecondsCooldown) == 0x000000, "Member 'FGameplayEventCooldown::SecondsCooldown' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventCooldown, DiscreteCooldown) == 0x000004, "Member 'FGameplayEventCooldown::DiscreteCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEventMatchingRootRule \ +static_assert(alignof(FGameplayEventMatchingRootRule) == 0x000008, "Wrong alignment on FGameplayEventMatchingRootRule"); \ +static_assert(sizeof(FGameplayEventMatchingRootRule) == 0x000008, "Wrong size on FGameplayEventMatchingRootRule"); \ +static_assert(offsetof(FGameplayEventMatchingRootRule, RootRules) == 0x000000, "Member 'FGameplayEventMatchingRootRule::RootRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionChecker_Wrapper \ +static_assert(alignof(FConditionChecker_Wrapper) == 0x000008, "Wrong alignment on FConditionChecker_Wrapper"); \ +static_assert(sizeof(FConditionChecker_Wrapper) == 0x000008, "Wrong size on FConditionChecker_Wrapper"); \ +static_assert(offsetof(FConditionChecker_Wrapper, ConditionChecker) == 0x000000, "Member 'FConditionChecker_Wrapper::ConditionChecker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpeakerProfile \ +static_assert(alignof(FSpeakerProfile) == 0x000008, "Wrong alignment on FSpeakerProfile"); \ +static_assert(sizeof(FSpeakerProfile) == 0x000028, "Wrong size on FSpeakerProfile"); \ +static_assert(offsetof(FSpeakerProfile, SpeakerName) == 0x000000, "Member 'FSpeakerProfile::SpeakerName' has a wrong offset!"); \ +static_assert(offsetof(FSpeakerProfile, ColorProfile) == 0x000010, "Member 'FSpeakerProfile::ColorProfile' has a wrong offset!"); \ +static_assert(offsetof(FSpeakerProfile, ForceDisplaySubForThisSpeaker) == 0x000024, "Member 'FSpeakerProfile::ForceDisplaySubForThisSpeaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueSpeakerSlotReferences \ +static_assert(alignof(FDialogueSpeakerSlotReferences) == 0x000008, "Wrong alignment on FDialogueSpeakerSlotReferences"); \ +static_assert(sizeof(FDialogueSpeakerSlotReferences) == 0x000010, "Wrong size on FDialogueSpeakerSlotReferences"); \ +static_assert(offsetof(FDialogueSpeakerSlotReferences, actorArray) == 0x000000, "Member 'FDialogueSpeakerSlotReferences::actorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicSpeakerSlotDataTableRowHandle \ +static_assert(alignof(FDynamicSpeakerSlotDataTableRowHandle) == 0x000008, "Wrong alignment on FDynamicSpeakerSlotDataTableRowHandle"); \ +static_assert(sizeof(FDynamicSpeakerSlotDataTableRowHandle) == 0x000010, "Wrong size on FDynamicSpeakerSlotDataTableRowHandle"); \ +static_assert(offsetof(FDynamicSpeakerSlotDataTableRowHandle, m_data) == 0x000000, "Member 'FDynamicSpeakerSlotDataTableRowHandle::m_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorDebugShape_Base \ +static_assert(alignof(FEditorDebugShape_Base) == 0x000004, "Wrong alignment on FEditorDebugShape_Base"); \ +static_assert(sizeof(FEditorDebugShape_Base) == 0x000014, "Wrong size on FEditorDebugShape_Base"); \ +static_assert(offsetof(FEditorDebugShape_Base, Color) == 0x000000, "Member 'FEditorDebugShape_Base::Color' has a wrong offset!"); \ +static_assert(offsetof(FEditorDebugShape_Base, Thickness) == 0x000010, "Member 'FEditorDebugShape_Base::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorDebugShape_Arrow \ +static_assert(alignof(FEditorDebugShape_Arrow) == 0x000008, "Wrong alignment on FEditorDebugShape_Arrow"); \ +static_assert(sizeof(FEditorDebugShape_Arrow) == 0x000048, "Wrong size on FEditorDebugShape_Arrow"); \ +static_assert(offsetof(FEditorDebugShape_Arrow, Start) == 0x000018, "Member 'FEditorDebugShape_Arrow::Start' has a wrong offset!"); \ +static_assert(offsetof(FEditorDebugShape_Arrow, End) == 0x000030, "Member 'FEditorDebugShape_Arrow::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameAction_Wrapper \ +static_assert(alignof(FGameAction_Wrapper) == 0x000008, "Wrong alignment on FGameAction_Wrapper"); \ +static_assert(sizeof(FGameAction_Wrapper) == 0x000010, "Wrong size on FGameAction_Wrapper"); \ +static_assert(offsetof(FGameAction_Wrapper, GameActionReference) == 0x000000, "Member 'FGameAction_Wrapper::GameActionReference' has a wrong offset!"); \ +static_assert(offsetof(FGameAction_Wrapper, GameActionInline) == 0x000008, "Member 'FGameAction_Wrapper::GameActionInline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillDataComponent_Wrapper \ +static_assert(alignof(FSkillDataComponent_Wrapper) == 0x000008, "Wrong alignment on FSkillDataComponent_Wrapper"); \ +static_assert(sizeof(FSkillDataComponent_Wrapper) == 0x000008, "Wrong size on FSkillDataComponent_Wrapper"); \ +static_assert(offsetof(FSkillDataComponent_Wrapper, SkillData) == 0x000000, "Member 'FSkillDataComponent_Wrapper::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineFloatingInstancesData \ +static_assert(alignof(FSplineFloatingInstancesData) == 0x000008, "Wrong alignment on FSplineFloatingInstancesData"); \ +static_assert(sizeof(FSplineFloatingInstancesData) == 0x000058, "Wrong size on FSplineFloatingInstancesData"); \ +static_assert(offsetof(FSplineFloatingInstancesData, ISM) == 0x000000, "Member 'FSplineFloatingInstancesData::ISM' has a wrong offset!"); \ +static_assert(offsetof(FSplineFloatingInstancesData, InstanceId) == 0x000008, "Member 'FSplineFloatingInstancesData::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSplineFloatingInstancesData, Location) == 0x000010, "Member 'FSplineFloatingInstancesData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSplineFloatingInstancesData, Speed) == 0x000028, "Member 'FSplineFloatingInstancesData::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSplineFloatingInstancesData, Rotation) == 0x000040, "Member 'FSplineFloatingInstancesData::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FItemDataTableRowHandle \ +static_assert(alignof(FItemDataTableRowHandle) == 0x000008, "Wrong alignment on FItemDataTableRowHandle"); \ +static_assert(sizeof(FItemDataTableRowHandle) == 0x000010, "Wrong size on FItemDataTableRowHandle"); \ +static_assert(offsetof(FItemDataTableRowHandle, m_data) == 0x000000, "Member 'FItemDataTableRowHandle::m_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceExecutorInterfaceReference \ +static_assert(alignof(FLevelSequenceExecutorInterfaceReference) == 0x000008, "Wrong alignment on FLevelSequenceExecutorInterfaceReference"); \ +static_assert(sizeof(FLevelSequenceExecutorInterfaceReference) == 0x000008, "Wrong size on FLevelSequenceExecutorInterfaceReference"); \ +static_assert(offsetof(FLevelSequenceExecutorInterfaceReference, Actor) == 0x000000, "Member 'FLevelSequenceExecutorInterfaceReference::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceExecutorInterfaceSoftReference \ +static_assert(alignof(FLevelSequenceExecutorInterfaceSoftReference) == 0x000008, "Wrong alignment on FLevelSequenceExecutorInterfaceSoftReference"); \ +static_assert(sizeof(FLevelSequenceExecutorInterfaceSoftReference) == 0x000028, "Wrong size on FLevelSequenceExecutorInterfaceSoftReference"); \ +static_assert(offsetof(FLevelSequenceExecutorInterfaceSoftReference, Actor) == 0x000000, "Member 'FLevelSequenceExecutorInterfaceSoftReference::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelDataTableRowHandle \ +static_assert(alignof(FLevelDataTableRowHandle) == 0x000008, "Wrong alignment on FLevelDataTableRowHandle"); \ +static_assert(sizeof(FLevelDataTableRowHandle) == 0x000010, "Wrong size on FLevelDataTableRowHandle"); \ +static_assert(offsetof(FLevelDataTableRowHandle, m_data) == 0x000000, "Member 'FLevelDataTableRowHandle::m_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoadingScreenData \ +static_assert(alignof(FLoadingScreenData) == 0x000008, "Wrong alignment on FLoadingScreenData"); \ +static_assert(sizeof(FLoadingScreenData) == 0x000020, "Wrong size on FLoadingScreenData"); \ +static_assert(offsetof(FLoadingScreenData, MinimumLoadingScreenDisplayTime) == 0x000000, "Member 'FLoadingScreenData::MinimumLoadingScreenDisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenData, bAutoCompleteWhenLoadingCompletes) == 0x000004, "Member 'FLoadingScreenData::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenData, LoadingScreenMovies) == 0x000008, "Member 'FLoadingScreenData::LoadingScreenMovies' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenData, MoviePlayingMode) == 0x000018, "Member 'FLoadingScreenData::MoviePlayingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetGroupCultureData \ +static_assert(alignof(FAssetGroupCultureData) == 0x000008, "Wrong alignment on FAssetGroupCultureData"); \ +static_assert(sizeof(FAssetGroupCultureData) == 0x000030, "Wrong size on FAssetGroupCultureData"); \ +static_assert(offsetof(FAssetGroupCultureData, AssetGroup) == 0x000028, "Member 'FAssetGroupCultureData::AssetGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetGroupSubLocaleWrapper \ +static_assert(alignof(FAssetGroupSubLocaleWrapper) == 0x000008, "Wrong alignment on FAssetGroupSubLocaleWrapper"); \ +static_assert(sizeof(FAssetGroupSubLocaleWrapper) == 0x000018, "Wrong size on FAssetGroupSubLocaleWrapper"); \ +static_assert(offsetof(FAssetGroupSubLocaleWrapper, AssetGroup) == 0x000000, "Member 'FAssetGroupSubLocaleWrapper::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(FAssetGroupSubLocaleWrapper, AuthorizedCultures) == 0x000008, "Member 'FAssetGroupSubLocaleWrapper::AuthorizedCultures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLootTableReference \ +static_assert(alignof(FLootTableReference) == 0x000008, "Wrong alignment on FLootTableReference"); \ +static_assert(sizeof(FLootTableReference) == 0x000010, "Wrong size on FLootTableReference"); \ +static_assert(offsetof(FLootTableReference, LootTable) == 0x000000, "Member 'FLootTableReference::LootTable' has a wrong offset!"); \ +static_assert(offsetof(FLootTableReference, RollCount) == 0x000008, "Member 'FLootTableReference::RollCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSF_ModifierStackEntryHandle \ +static_assert(alignof(FSF_ModifierStackEntryHandle) == 0x000008, "Wrong alignment on FSF_ModifierStackEntryHandle"); \ +static_assert(sizeof(FSF_ModifierStackEntryHandle) == 0x000030, "Wrong size on FSF_ModifierStackEntryHandle"); \ + +#define DUMPER7_ASSERTS_FSF_ModifierStackWrapper \ +static_assert(alignof(FSF_ModifierStackWrapper) == 0x000008, "Wrong alignment on FSF_ModifierStackWrapper"); \ +static_assert(sizeof(FSF_ModifierStackWrapper) == 0x000008, "Wrong size on FSF_ModifierStackWrapper"); \ +static_assert(offsetof(FSF_ModifierStackWrapper, Stack) == 0x000000, "Member 'FSF_ModifierStackWrapper::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuestObjectiveIdentifier \ +static_assert(alignof(FQuestObjectiveIdentifier) == 0x000004, "Wrong alignment on FQuestObjectiveIdentifier"); \ +static_assert(sizeof(FQuestObjectiveIdentifier) == 0x000010, "Wrong size on FQuestObjectiveIdentifier"); \ +static_assert(offsetof(FQuestObjectiveIdentifier, QuestName) == 0x000000, "Member 'FQuestObjectiveIdentifier::QuestName' has a wrong offset!"); \ +static_assert(offsetof(FQuestObjectiveIdentifier, ObjectiveName) == 0x000008, "Member 'FQuestObjectiveIdentifier::ObjectiveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuestDataTableRowHandle \ +static_assert(alignof(FQuestDataTableRowHandle) == 0x000008, "Wrong alignment on FQuestDataTableRowHandle"); \ +static_assert(sizeof(FQuestDataTableRowHandle) == 0x000010, "Wrong size on FQuestDataTableRowHandle"); \ +static_assert(offsetof(FQuestDataTableRowHandle, m_data) == 0x000000, "Member 'FQuestDataTableRowHandle::m_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSF_ReferenceCounterHandle \ +static_assert(alignof(FSF_ReferenceCounterHandle) == 0x000008, "Wrong alignment on FSF_ReferenceCounterHandle"); \ +static_assert(sizeof(FSF_ReferenceCounterHandle) == 0x000020, "Wrong size on FSF_ReferenceCounterHandle"); \ + +#define DUMPER7_ASSERTS_FSF_ReferenceCounter \ +static_assert(alignof(FSF_ReferenceCounter) == 0x000008, "Wrong alignment on FSF_ReferenceCounter"); \ +static_assert(sizeof(FSF_ReferenceCounter) == 0x000020, "Wrong size on FSF_ReferenceCounter"); \ + +#define DUMPER7_ASSERTS_FFontInfoMinimal \ +static_assert(alignof(FFontInfoMinimal) == 0x000008, "Wrong alignment on FFontInfoMinimal"); \ +static_assert(sizeof(FFontInfoMinimal) == 0x000010, "Wrong size on FFontInfoMinimal"); \ +static_assert(offsetof(FFontInfoMinimal, FontObject) == 0x000000, "Member 'FFontInfoMinimal::FontObject' has a wrong offset!"); \ +static_assert(offsetof(FFontInfoMinimal, TypefaceFontName) == 0x000008, "Member 'FFontInfoMinimal::TypefaceFontName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSF_SettingsData \ +static_assert(alignof(FSF_SettingsData) == 0x000004, "Wrong alignment on FSF_SettingsData"); \ +static_assert(sizeof(FSF_SettingsData) == 0x000088, "Wrong size on FSF_SettingsData"); \ +static_assert(offsetof(FSF_SettingsData, bEnableSubtitles) == 0x000000, "Member 'FSF_SettingsData::bEnableSubtitles' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, SubtitlesSize) == 0x000004, "Member 'FSF_SettingsData::SubtitlesSize' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableSubtitlesSpeakerDisplay) == 0x000008, "Member 'FSF_SettingsData::bEnableSubtitlesSpeakerDisplay' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableSubtitlesSpeakerPersonalColor) == 0x000009, "Member 'FSF_SettingsData::bEnableSubtitlesSpeakerPersonalColor' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableTutorials) == 0x00000A, "Member 'FSF_SettingsData::bEnableTutorials' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableCustomizationDuringCinematics) == 0x00000B, "Member 'FSF_SettingsData::bEnableCustomizationDuringCinematics' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableAutoSkipLinesDuringDialogues) == 0x00000C, "Member 'FSF_SettingsData::bEnableAutoSkipLinesDuringDialogues' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableControllerForceFeedback) == 0x00000D, "Member 'FSF_SettingsData::bEnableControllerForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, SticksDeadzone) == 0x000010, "Member 'FSF_SettingsData::SticksDeadzone' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bInvertCameraPitch) == 0x000014, "Member 'FSF_SettingsData::bInvertCameraPitch' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bInvertCameraYaw) == 0x000015, "Member 'FSF_SettingsData::bInvertCameraYaw' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, CameraYawInputMultiplier) == 0x000018, "Member 'FSF_SettingsData::CameraYawInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, CameraPitchInputMultiplier) == 0x00001C, "Member 'FSF_SettingsData::CameraPitchInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, CameraInputMultiplier) == 0x000020, "Member 'FSF_SettingsData::CameraInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableHoldInputToSprint) == 0x000024, "Member 'FSF_SettingsData::bEnableHoldInputToSprint' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableHoldInputToAim) == 0x000025, "Member 'FSF_SettingsData::bEnableHoldInputToAim' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, MasterVolume) == 0x000028, "Member 'FSF_SettingsData::MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, MusicVolume) == 0x00002C, "Member 'FSF_SettingsData::MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, MusicVolume_Combat) == 0x000030, "Member 'FSF_SettingsData::MusicVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, MusicVolume_Exploration) == 0x000034, "Member 'FSF_SettingsData::MusicVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, VoiceVolume) == 0x000038, "Member 'FSF_SettingsData::VoiceVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, VoiceVolume_Combat) == 0x00003C, "Member 'FSF_SettingsData::VoiceVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, VoiceVolume_Exploration) == 0x000040, "Member 'FSF_SettingsData::VoiceVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, UserInterfaceVolume) == 0x000044, "Member 'FSF_SettingsData::UserInterfaceVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, SpecialEffectsVolume) == 0x000048, "Member 'FSF_SettingsData::SpecialEffectsVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, SpecialEffectsVolume_Combat) == 0x00004C, "Member 'FSF_SettingsData::SpecialEffectsVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, SpecialEffectsVolume_Exploration) == 0x000050, "Member 'FSF_SettingsData::SpecialEffectsVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, NotFocusedVolume) == 0x000054, "Member 'FSF_SettingsData::NotFocusedVolume' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableMotionBlur) == 0x000058, "Member 'FSF_SettingsData::bEnableMotionBlur' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableFilmGrain) == 0x000059, "Member 'FSF_SettingsData::bEnableFilmGrain' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableChromaticAberration) == 0x00005A, "Member 'FSF_SettingsData::bEnableChromaticAberration' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableVignette) == 0x00005B, "Member 'FSF_SettingsData::bEnableVignette' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, GammaValue) == 0x00005C, "Member 'FSF_SettingsData::GammaValue' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, ContrastValue) == 0x000060, "Member 'FSF_SettingsData::ContrastValue' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, BrightnessValue) == 0x000064, "Member 'FSF_SettingsData::BrightnessValue' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableCameraShakes) == 0x000068, "Member 'FSF_SettingsData::bEnableCameraShakes' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bCameraMovement) == 0x000069, "Member 'FSF_SettingsData::bCameraMovement' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bPersistentCenterDot) == 0x00006A, "Member 'FSF_SettingsData::bPersistentCenterDot' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableAutomaticBattleQTE) == 0x00006B, "Member 'FSF_SettingsData::bEnableAutomaticBattleQTE' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, bEnableAutomaticMantle) == 0x00006C, "Member 'FSF_SettingsData::bEnableAutomaticMantle' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, ColorVisionDeficiency) == 0x00006D, "Member 'FSF_SettingsData::ColorVisionDeficiency' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, ColorVisionDeficiencyCorrectionSeverity) == 0x000070, "Member 'FSF_SettingsData::ColorVisionDeficiencyCorrectionSeverity' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, MenuUltrawideConstrain) == 0x000074, "Member 'FSF_SettingsData::MenuUltrawideConstrain' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, BattleUltrawideConstrain) == 0x00007C, "Member 'FSF_SettingsData::BattleUltrawideConstrain' has a wrong offset!"); \ +static_assert(offsetof(FSF_SettingsData, ConsoleGraphicPreset) == 0x000084, "Member 'FSF_SettingsData::ConsoleGraphicPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSF_NotSharedSettingsData \ +static_assert(alignof(FSF_NotSharedSettingsData) == 0x000004, "Wrong alignment on FSF_NotSharedSettingsData"); \ +static_assert(sizeof(FSF_NotSharedSettingsData) == 0x000004, "Wrong size on FSF_NotSharedSettingsData"); \ +static_assert(offsetof(FSF_NotSharedSettingsData, ApplicationScale) == 0x000000, "Member 'FSF_NotSharedSettingsData::ApplicationScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSF_EngineSettingsData \ +static_assert(alignof(FSF_EngineSettingsData) == 0x000008, "Wrong alignment on FSF_EngineSettingsData"); \ +static_assert(sizeof(FSF_EngineSettingsData) == 0x000058, "Wrong size on FSF_EngineSettingsData"); \ +static_assert(offsetof(FSF_EngineSettingsData, GameCulture) == 0x000000, "Member 'FSF_EngineSettingsData::GameCulture' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, AudioGameCulture) == 0x000010, "Member 'FSF_EngineSettingsData::AudioGameCulture' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, OverallScalabilityLevel) == 0x000020, "Member 'FSF_EngineSettingsData::OverallScalabilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, ResolutionScaleNormalized) == 0x000024, "Member 'FSF_EngineSettingsData::ResolutionScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, FrameRateLimit) == 0x000028, "Member 'FSF_EngineSettingsData::FrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, bUseVSync) == 0x00002C, "Member 'FSF_EngineSettingsData::bUseVSync' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, ViewDistanceQuality) == 0x000030, "Member 'FSF_EngineSettingsData::ViewDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, AntiAliasingQuality) == 0x000034, "Member 'FSF_EngineSettingsData::AntiAliasingQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, ShadowQuality) == 0x000038, "Member 'FSF_EngineSettingsData::ShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, GlobalIlluminationQuality) == 0x00003C, "Member 'FSF_EngineSettingsData::GlobalIlluminationQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, ReflectionQuality) == 0x000040, "Member 'FSF_EngineSettingsData::ReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, PostProcessQuality) == 0x000044, "Member 'FSF_EngineSettingsData::PostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, TextureQuality) == 0x000048, "Member 'FSF_EngineSettingsData::TextureQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, EffectsQuality) == 0x00004C, "Member 'FSF_EngineSettingsData::EffectsQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, FoliageQuality) == 0x000050, "Member 'FSF_EngineSettingsData::FoliageQuality' has a wrong offset!"); \ +static_assert(offsetof(FSF_EngineSettingsData, ShadingQuality) == 0x000054, "Member 'FSF_EngineSettingsData::ShadingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundEventDataTableRowHandle \ +static_assert(alignof(FSoundEventDataTableRowHandle) == 0x000008, "Wrong alignment on FSoundEventDataTableRowHandle"); \ +static_assert(sizeof(FSoundEventDataTableRowHandle) == 0x000010, "Wrong size on FSoundEventDataTableRowHandle"); \ +static_assert(offsetof(FSoundEventDataTableRowHandle, m_data) == 0x000000, "Member 'FSoundEventDataTableRowHandle::m_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubLineProfile \ +static_assert(alignof(FSubLineProfile) == 0x000008, "Wrong alignment on FSubLineProfile"); \ +static_assert(sizeof(FSubLineProfile) == 0x000050, "Wrong size on FSubLineProfile"); \ + +#define DUMPER7_ASSERTS_FDisplayedSubtitle \ +static_assert(alignof(FDisplayedSubtitle) == 0x000008, "Wrong alignment on FDisplayedSubtitle"); \ +static_assert(sizeof(FDisplayedSubtitle) == 0x000028, "Wrong size on FDisplayedSubtitle"); \ + +#define DUMPER7_ASSERTS_FDelayedRemovedSubtitle \ +static_assert(alignof(FDelayedRemovedSubtitle) == 0x000008, "Wrong alignment on FDelayedRemovedSubtitle"); \ +static_assert(sizeof(FDelayedRemovedSubtitle) == 0x000030, "Wrong size on FDelayedRemovedSubtitle"); \ + +#define DUMPER7_ASSERTS_FStatsArray \ +static_assert(alignof(FStatsArray) == 0x000008, "Wrong alignment on FStatsArray"); \ +static_assert(sizeof(FStatsArray) == 0x000010, "Wrong size on FStatsArray"); \ +static_assert(offsetof(FStatsArray, Array) == 0x000000, "Member 'FStatsArray::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MetahumanComputeHalfFingers \ +static_assert(alignof(FRigUnit_MetahumanComputeHalfFingers) == 0x000010, "Wrong alignment on FRigUnit_MetahumanComputeHalfFingers"); \ +static_assert(sizeof(FRigUnit_MetahumanComputeHalfFingers) == 0x000200, "Wrong size on FRigUnit_MetahumanComputeHalfFingers"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeHalfFingers, Items) == 0x0001D0, "Member 'FRigUnit_MetahumanComputeHalfFingers::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeHalfFingers, CachedIndex) == 0x0001E0, "Member 'FRigUnit_MetahumanComputeHalfFingers::CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeHalfFingers, CachedParent) == 0x0001F0, "Member 'FRigUnit_MetahumanComputeHalfFingers::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MetahumanComputeTwist \ +static_assert(alignof(FRigUnit_MetahumanComputeTwist) == 0x000010, "Wrong alignment on FRigUnit_MetahumanComputeTwist"); \ +static_assert(sizeof(FRigUnit_MetahumanComputeTwist) == 0x0002B0, "Wrong size on FRigUnit_MetahumanComputeTwist"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, StartBone) == 0x0001D0, "Member 'FRigUnit_MetahumanComputeTwist::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, EndBone) == 0x0001DC, "Member 'FRigUnit_MetahumanComputeTwist::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, RootCorrective) == 0x0001E8, "Member 'FRigUnit_MetahumanComputeTwist::RootCorrective' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, TwistBones) == 0x0001F8, "Member 'FRigUnit_MetahumanComputeTwist::TwistBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, SwingBlend) == 0x000208, "Member 'FRigUnit_MetahumanComputeTwist::SwingBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, TwistBlend) == 0x000210, "Member 'FRigUnit_MetahumanComputeTwist::TwistBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, PositionBlend) == 0x000220, "Member 'FRigUnit_MetahumanComputeTwist::PositionBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, bTwistFromEnd) == 0x000230, "Member 'FRigUnit_MetahumanComputeTwist::bTwistFromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, StartBoneCached) == 0x000238, "Member 'FRigUnit_MetahumanComputeTwist::StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, EndBoneCached) == 0x000258, "Member 'FRigUnit_MetahumanComputeTwist::EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, RootCorrectiveCached) == 0x000278, "Member 'FRigUnit_MetahumanComputeTwist::RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MetahumanComputeTwist, TwistBonesCached) == 0x000298, "Member 'FRigUnit_MetahumanComputeTwist::TwistBonesCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ResetTransformToInitial \ +static_assert(alignof(FRigUnit_ResetTransformToInitial) == 0x000010, "Wrong alignment on FRigUnit_ResetTransformToInitial"); \ +static_assert(sizeof(FRigUnit_ResetTransformToInitial) == 0x000200, "Wrong size on FRigUnit_ResetTransformToInitial"); \ +static_assert(offsetof(FRigUnit_ResetTransformToInitial, Items) == 0x0001D0, "Member 'FRigUnit_ResetTransformToInitial::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResetTransformToInitial, Space) == 0x0001E0, "Member 'FRigUnit_ResetTransformToInitial::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResetTransformToInitial, bInitial) == 0x0001E1, "Member 'FRigUnit_ResetTransformToInitial::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResetTransformToInitial, bPropagateToChildren) == 0x0001E2, "Member 'FRigUnit_ResetTransformToInitial::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResetTransformToInitial, CachedIndex) == 0x0001E8, "Member 'FRigUnit_ResetTransformToInitial::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtendedObject \ +static_assert(alignof(UExtendedObject) == 0x000008, "Wrong alignment on UExtendedObject"); \ +static_assert(sizeof(UExtendedObject) == 0x000028, "Wrong size on UExtendedObject"); \ + +#define DUMPER7_ASSERTS_USkillDataComponent \ +static_assert(alignof(USkillDataComponent) == 0x000008, "Wrong alignment on USkillDataComponent"); \ +static_assert(sizeof(USkillDataComponent) == 0x000028, "Wrong size on USkillDataComponent"); \ + +#define DUMPER7_ASSERTS_AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded \ +static_assert(alignof(AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded) == 0x000008, "Wrong alignment on AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded"); \ +static_assert(sizeof(AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded) == 0x000020, "Wrong size on AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded"); \ +static_assert(offsetof(AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded, WorldContextObject) == 0x000000, "Member 'AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded, SaveName) == 0x000008, "Member 'AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded::SaveName' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded, ReturnValue) == 0x000018, "Member 'AsyncActionHandlePlatformsSaveData_AsyncSaveLatestGameSaveLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionHandlePlatformsSaveData \ +static_assert(alignof(UAsyncActionHandlePlatformsSaveData) == 0x000008, "Wrong alignment on UAsyncActionHandlePlatformsSaveData"); \ +static_assert(sizeof(UAsyncActionHandlePlatformsSaveData) == 0x000050, "Wrong size on UAsyncActionHandlePlatformsSaveData"); \ +static_assert(offsetof(UAsyncActionHandlePlatformsSaveData, OnCompleted) == 0x000040, "Member 'UAsyncActionHandlePlatformsSaveData::OnCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExtendedPlayerCameraManager_ShouldPlayCameraShake \ +static_assert(alignof(ExtendedPlayerCameraManager_ShouldPlayCameraShake) == 0x000001, "Wrong alignment on ExtendedPlayerCameraManager_ShouldPlayCameraShake"); \ +static_assert(sizeof(ExtendedPlayerCameraManager_ShouldPlayCameraShake) == 0x000001, "Wrong size on ExtendedPlayerCameraManager_ShouldPlayCameraShake"); \ +static_assert(offsetof(ExtendedPlayerCameraManager_ShouldPlayCameraShake, ReturnValue) == 0x000000, "Member 'ExtendedPlayerCameraManager_ShouldPlayCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AExtendedPlayerCameraManager \ +static_assert(alignof(AExtendedPlayerCameraManager) == 0x000010, "Wrong alignment on AExtendedPlayerCameraManager"); \ +static_assert(sizeof(AExtendedPlayerCameraManager) == 0x0024C0, "Wrong size on AExtendedPlayerCameraManager"); \ + +#define DUMPER7_ASSERTS_CameraModifier_CameraShake_BP_BlueprintAddedToCamera \ +static_assert(alignof(CameraModifier_CameraShake_BP_BlueprintAddedToCamera) == 0x000008, "Wrong alignment on CameraModifier_CameraShake_BP_BlueprintAddedToCamera"); \ +static_assert(sizeof(CameraModifier_CameraShake_BP_BlueprintAddedToCamera) == 0x000008, "Wrong size on CameraModifier_CameraShake_BP_BlueprintAddedToCamera"); \ +static_assert(offsetof(CameraModifier_CameraShake_BP_BlueprintAddedToCamera, Camera) == 0x000000, "Member 'CameraModifier_CameraShake_BP_BlueprintAddedToCamera::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier_CameraShake_BP \ +static_assert(alignof(UCameraModifier_CameraShake_BP) == 0x000008, "Wrong alignment on UCameraModifier_CameraShake_BP"); \ +static_assert(sizeof(UCameraModifier_CameraShake_BP) == 0x0000D0, "Wrong size on UCameraModifier_CameraShake_BP"); \ +static_assert(offsetof(UCameraModifier_CameraShake_BP, Modifier) == 0x0000B0, "Member 'UCameraModifier_CameraShake_BP::Modifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake_BP, StopModifierAfterShake) == 0x0000B8, "Member 'UCameraModifier_CameraShake_BP::StopModifierAfterShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake_BP, ShakeDuration) == 0x0000BC, "Member 'UCameraModifier_CameraShake_BP::ShakeDuration' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake_BP, ShakeAtStart) == 0x0000C0, "Member 'UCameraModifier_CameraShake_BP::ShakeAtStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_Meta_GetCameraMetaModifier \ +static_assert(alignof(CameraModifier_Meta_GetCameraMetaModifier) == 0x000008, "Wrong alignment on CameraModifier_Meta_GetCameraMetaModifier"); \ +static_assert(sizeof(CameraModifier_Meta_GetCameraMetaModifier) == 0x000010, "Wrong size on CameraModifier_Meta_GetCameraMetaModifier"); \ +static_assert(offsetof(CameraModifier_Meta_GetCameraMetaModifier, _wrapper) == 0x000000, "Member 'CameraModifier_Meta_GetCameraMetaModifier::_wrapper' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_Meta_GetCameraMetaModifier, OutMetaModifier) == 0x000008, "Member 'CameraModifier_Meta_GetCameraMetaModifier::OutMetaModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_Meta_SetTargetCameraModifier \ +static_assert(alignof(CameraModifier_Meta_SetTargetCameraModifier) == 0x000008, "Wrong alignment on CameraModifier_Meta_SetTargetCameraModifier"); \ +static_assert(sizeof(CameraModifier_Meta_SetTargetCameraModifier) == 0x000008, "Wrong size on CameraModifier_Meta_SetTargetCameraModifier"); \ +static_assert(offsetof(CameraModifier_Meta_SetTargetCameraModifier, _cameraModifier) == 0x000000, "Member 'CameraModifier_Meta_SetTargetCameraModifier::_cameraModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier_Meta \ +static_assert(alignof(UCameraModifier_Meta) == 0x000008, "Wrong alignment on UCameraModifier_Meta"); \ +static_assert(sizeof(UCameraModifier_Meta) == 0x000030, "Wrong size on UCameraModifier_Meta"); \ + +#define DUMPER7_ASSERTS_UDynamicNavModifierComponent \ +static_assert(alignof(UDynamicNavModifierComponent) == 0x000008, "Wrong alignment on UDynamicNavModifierComponent"); \ +static_assert(sizeof(UDynamicNavModifierComponent) == 0x0000F8, "Wrong size on UDynamicNavModifierComponent"); \ +static_assert(offsetof(UDynamicNavModifierComponent, AreaClass) == 0x0000F0, "Member 'UDynamicNavModifierComponent::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier_Meta_Expiration \ +static_assert(alignof(UCameraModifier_Meta_Expiration) == 0x000008, "Wrong alignment on UCameraModifier_Meta_Expiration"); \ +static_assert(sizeof(UCameraModifier_Meta_Expiration) == 0x000040, "Wrong size on UCameraModifier_Meta_Expiration"); \ +static_assert(offsetof(UCameraModifier_Meta_Expiration, m_expirationDuration) == 0x000030, "Member 'UCameraModifier_Meta_Expiration::m_expirationDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier_RotationLimiter \ +static_assert(alignof(UCameraModifier_RotationLimiter) == 0x000008, "Wrong alignment on UCameraModifier_RotationLimiter"); \ +static_assert(sizeof(UCameraModifier_RotationLimiter) == 0x000060, "Wrong size on UCameraModifier_RotationLimiter"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, PitchMin) == 0x000048, "Member 'UCameraModifier_RotationLimiter::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, PitchMax) == 0x00004C, "Member 'UCameraModifier_RotationLimiter::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, YawMin) == 0x000050, "Member 'UCameraModifier_RotationLimiter::YawMin' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, YaxMax) == 0x000054, "Member 'UCameraModifier_RotationLimiter::YaxMax' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, RollMin) == 0x000058, "Member 'UCameraModifier_RotationLimiter::RollMin' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_RotationLimiter, RollMax) == 0x00005C, "Member 'UCameraModifier_RotationLimiter::RollMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkillState \ +static_assert(alignof(USkillState) == 0x000008, "Wrong alignment on USkillState"); \ +static_assert(sizeof(USkillState) == 0x000028, "Wrong size on USkillState"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignBodyAndFaceSkin \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignBodyAndFaceSkin"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin) == 0x000020, "Wrong size on CharacterSkinAssignPolicy_AssignBodyAndFaceSkin"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkin::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkin::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin, BodySkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkin::BodySkinClass' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkin, FaceSkinClass) == 0x000018, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkin::FaceSkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync) == 0x000060, "Wrong size on CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync, BodySkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync::BodySkinClass' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync, FaceSkinClass) == 0x000038, "Member 'CharacterSkinAssignPolicy_AssignBodyAndFaceSkinAsync::FaceSkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignBodySkin \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignBodySkin) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignBodySkin"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignBodySkin) == 0x000018, "Wrong size on CharacterSkinAssignPolicy_AssignBodySkin"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkin, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignBodySkin::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkin, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignBodySkin::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkin, BodySkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignBodySkin::BodySkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignBodySkinAsync \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignBodySkinAsync) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignBodySkinAsync"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignBodySkinAsync) == 0x000038, "Wrong size on CharacterSkinAssignPolicy_AssignBodySkinAsync"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkinAsync, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignBodySkinAsync::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkinAsync, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignBodySkinAsync::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignBodySkinAsync, BodySkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignBodySkinAsync::BodySkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignFaceSkin \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignFaceSkin) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignFaceSkin"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignFaceSkin) == 0x000018, "Wrong size on CharacterSkinAssignPolicy_AssignFaceSkin"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkin, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignFaceSkin::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkin, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignFaceSkin::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkin, FaceSkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignFaceSkin::FaceSkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSkinAssignPolicy_AssignFaceSkinAsync \ +static_assert(alignof(CharacterSkinAssignPolicy_AssignFaceSkinAsync) == 0x000008, "Wrong alignment on CharacterSkinAssignPolicy_AssignFaceSkinAsync"); \ +static_assert(sizeof(CharacterSkinAssignPolicy_AssignFaceSkinAsync) == 0x000038, "Wrong size on CharacterSkinAssignPolicy_AssignFaceSkinAsync"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkinAsync, Owner) == 0x000000, "Member 'CharacterSkinAssignPolicy_AssignFaceSkinAsync::Owner' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkinAsync, CharacterName) == 0x000008, "Member 'CharacterSkinAssignPolicy_AssignFaceSkinAsync::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterSkinAssignPolicy_AssignFaceSkinAsync, FaceSkinClass) == 0x000010, "Member 'CharacterSkinAssignPolicy_AssignFaceSkinAsync::FaceSkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterSkinAssignPolicy \ +static_assert(alignof(UCharacterSkinAssignPolicy) == 0x000008, "Wrong alignment on UCharacterSkinAssignPolicy"); \ +static_assert(sizeof(UCharacterSkinAssignPolicy) == 0x0000C8, "Wrong size on UCharacterSkinAssignPolicy"); \ +static_assert(offsetof(UCharacterSkinAssignPolicy, OnBodySkinAssigned) == 0x000028, "Member 'UCharacterSkinAssignPolicy::OnBodySkinAssigned' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSkinAssignPolicy, OnFaceSkinAssigned) == 0x000038, "Member 'UCharacterSkinAssignPolicy::OnFaceSkinAssigned' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSkinAssignPolicy, OnSkinAssignCompleted) == 0x000048, "Member 'UCharacterSkinAssignPolicy::OnSkinAssignCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_GetBoolCVar \ +static_assert(alignof(ConsoleUtils_GetBoolCVar) == 0x000004, "Wrong alignment on ConsoleUtils_GetBoolCVar"); \ +static_assert(sizeof(ConsoleUtils_GetBoolCVar) == 0x00000C, "Wrong size on ConsoleUtils_GetBoolCVar"); \ +static_assert(offsetof(ConsoleUtils_GetBoolCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_GetBoolCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_GetBoolCVar, ReturnValue) == 0x000008, "Member 'ConsoleUtils_GetBoolCVar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_GetFloatCVar \ +static_assert(alignof(ConsoleUtils_GetFloatCVar) == 0x000004, "Wrong alignment on ConsoleUtils_GetFloatCVar"); \ +static_assert(sizeof(ConsoleUtils_GetFloatCVar) == 0x00000C, "Wrong size on ConsoleUtils_GetFloatCVar"); \ +static_assert(offsetof(ConsoleUtils_GetFloatCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_GetFloatCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_GetFloatCVar, ReturnValue) == 0x000008, "Member 'ConsoleUtils_GetFloatCVar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_GetIntCVar \ +static_assert(alignof(ConsoleUtils_GetIntCVar) == 0x000004, "Wrong alignment on ConsoleUtils_GetIntCVar"); \ +static_assert(sizeof(ConsoleUtils_GetIntCVar) == 0x00000C, "Wrong size on ConsoleUtils_GetIntCVar"); \ +static_assert(offsetof(ConsoleUtils_GetIntCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_GetIntCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_GetIntCVar, ReturnValue) == 0x000008, "Member 'ConsoleUtils_GetIntCVar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_GetStringCVar \ +static_assert(alignof(ConsoleUtils_GetStringCVar) == 0x000008, "Wrong alignment on ConsoleUtils_GetStringCVar"); \ +static_assert(sizeof(ConsoleUtils_GetStringCVar) == 0x000018, "Wrong size on ConsoleUtils_GetStringCVar"); \ +static_assert(offsetof(ConsoleUtils_GetStringCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_GetStringCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_GetStringCVar, ReturnValue) == 0x000008, "Member 'ConsoleUtils_GetStringCVar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_IsCVarRegistered \ +static_assert(alignof(ConsoleUtils_IsCVarRegistered) == 0x000004, "Wrong alignment on ConsoleUtils_IsCVarRegistered"); \ +static_assert(sizeof(ConsoleUtils_IsCVarRegistered) == 0x00000C, "Wrong size on ConsoleUtils_IsCVarRegistered"); \ +static_assert(offsetof(ConsoleUtils_IsCVarRegistered, Name_0) == 0x000000, "Member 'ConsoleUtils_IsCVarRegistered::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_IsCVarRegistered, ReturnValue) == 0x000008, "Member 'ConsoleUtils_IsCVarRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_SetBoolCVar \ +static_assert(alignof(ConsoleUtils_SetBoolCVar) == 0x000004, "Wrong alignment on ConsoleUtils_SetBoolCVar"); \ +static_assert(sizeof(ConsoleUtils_SetBoolCVar) == 0x00000C, "Wrong size on ConsoleUtils_SetBoolCVar"); \ +static_assert(offsetof(ConsoleUtils_SetBoolCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_SetBoolCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_SetBoolCVar, Value) == 0x000008, "Member 'ConsoleUtils_SetBoolCVar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_SetFloatCVar \ +static_assert(alignof(ConsoleUtils_SetFloatCVar) == 0x000004, "Wrong alignment on ConsoleUtils_SetFloatCVar"); \ +static_assert(sizeof(ConsoleUtils_SetFloatCVar) == 0x00000C, "Wrong size on ConsoleUtils_SetFloatCVar"); \ +static_assert(offsetof(ConsoleUtils_SetFloatCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_SetFloatCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_SetFloatCVar, Value) == 0x000008, "Member 'ConsoleUtils_SetFloatCVar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_SetIntCVar \ +static_assert(alignof(ConsoleUtils_SetIntCVar) == 0x000004, "Wrong alignment on ConsoleUtils_SetIntCVar"); \ +static_assert(sizeof(ConsoleUtils_SetIntCVar) == 0x00000C, "Wrong size on ConsoleUtils_SetIntCVar"); \ +static_assert(offsetof(ConsoleUtils_SetIntCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_SetIntCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_SetIntCVar, Value) == 0x000008, "Member 'ConsoleUtils_SetIntCVar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleUtils_SetStringCVar \ +static_assert(alignof(ConsoleUtils_SetStringCVar) == 0x000008, "Wrong alignment on ConsoleUtils_SetStringCVar"); \ +static_assert(sizeof(ConsoleUtils_SetStringCVar) == 0x000018, "Wrong size on ConsoleUtils_SetStringCVar"); \ +static_assert(offsetof(ConsoleUtils_SetStringCVar, Name_0) == 0x000000, "Member 'ConsoleUtils_SetStringCVar::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ConsoleUtils_SetStringCVar, Value) == 0x000008, "Member 'ConsoleUtils_SetStringCVar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleUtils \ +static_assert(alignof(UConsoleUtils) == 0x000008, "Wrong alignment on UConsoleUtils"); \ +static_assert(sizeof(UConsoleUtils) == 0x000028, "Wrong size on UConsoleUtils"); \ + +#define DUMPER7_ASSERTS_UCSAP_AssetAssign \ +static_assert(alignof(UCSAP_AssetAssign) == 0x000008, "Wrong alignment on UCSAP_AssetAssign"); \ +static_assert(sizeof(UCSAP_AssetAssign) == 0x0000D8, "Wrong size on UCSAP_AssetAssign"); \ +static_assert(offsetof(UCSAP_AssetAssign, m_ActiveBodySkinClass) == 0x0000C8, "Member 'UCSAP_AssetAssign::m_ActiveBodySkinClass' has a wrong offset!"); \ +static_assert(offsetof(UCSAP_AssetAssign, m_ActiveFaceSkinClass) == 0x0000D0, "Member 'UCSAP_AssetAssign::m_ActiveFaceSkinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CSAP_SwapAssign_OnSettingsChanged \ +static_assert(alignof(CSAP_SwapAssign_OnSettingsChanged) == 0x000008, "Wrong alignment on CSAP_SwapAssign_OnSettingsChanged"); \ +static_assert(sizeof(CSAP_SwapAssign_OnSettingsChanged) == 0x000008, "Wrong size on CSAP_SwapAssign_OnSettingsChanged"); \ +static_assert(offsetof(CSAP_SwapAssign_OnSettingsChanged, UserGameConfig) == 0x000000, "Member 'CSAP_SwapAssign_OnSettingsChanged::UserGameConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCSAP_SwapAssign \ +static_assert(alignof(UCSAP_SwapAssign) == 0x000008, "Wrong alignment on UCSAP_SwapAssign"); \ +static_assert(sizeof(UCSAP_SwapAssign) == 0x0001F0, "Wrong size on UCSAP_SwapAssign"); \ +static_assert(offsetof(UCSAP_SwapAssign, CachePoolSize) == 0x0000C8, "Member 'UCSAP_SwapAssign::CachePoolSize' has a wrong offset!"); \ +static_assert(offsetof(UCSAP_SwapAssign, m_ActiveBodySkinClass) == 0x0000D0, "Member 'UCSAP_SwapAssign::m_ActiveBodySkinClass' has a wrong offset!"); \ +static_assert(offsetof(UCSAP_SwapAssign, m_ActiveFaceSkinClass) == 0x0000D8, "Member 'UCSAP_SwapAssign::m_ActiveFaceSkinClass' has a wrong offset!"); \ +static_assert(offsetof(UCSAP_SwapAssign, m_MainBodyChildrenComponents) == 0x000190, "Member 'UCSAP_SwapAssign::m_MainBodyChildrenComponents' has a wrong offset!"); \ +static_assert(offsetof(UCSAP_SwapAssign, m_MainBodyChildrenComponentVisibility) == 0x0001A0, "Member 'UCSAP_SwapAssign::m_MainBodyChildrenComponentVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveBlendingProfile \ +static_assert(alignof(UCurveBlendingProfile) == 0x000008, "Wrong alignment on UCurveBlendingProfile"); \ +static_assert(sizeof(UCurveBlendingProfile) == 0x000080, "Wrong size on UCurveBlendingProfile"); \ +static_assert(offsetof(UCurveBlendingProfile, Profiles) == 0x000030, "Member 'UCurveBlendingProfile::Profiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveModifyIntensityProfile \ +static_assert(alignof(UCurveModifyIntensityProfile) == 0x000008, "Wrong alignment on UCurveModifyIntensityProfile"); \ +static_assert(sizeof(UCurveModifyIntensityProfile) == 0x000080, "Wrong size on UCurveModifyIntensityProfile"); \ +static_assert(offsetof(UCurveModifyIntensityProfile, Profiles) == 0x000030, "Member 'UCurveModifyIntensityProfile::Profiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameActionInstance_ExecuteGameAction \ +static_assert(alignof(GameActionInstance_ExecuteGameAction) == 0x000008, "Wrong alignment on GameActionInstance_ExecuteGameAction"); \ +static_assert(sizeof(GameActionInstance_ExecuteGameAction) == 0x000008, "Wrong size on GameActionInstance_ExecuteGameAction"); \ +static_assert(offsetof(GameActionInstance_ExecuteGameAction, Controller) == 0x000000, "Member 'GameActionInstance_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameActionInstance_GetDebugString \ +static_assert(alignof(GameActionInstance_GetDebugString) == 0x000008, "Wrong alignment on GameActionInstance_GetDebugString"); \ +static_assert(sizeof(GameActionInstance_GetDebugString) == 0x000010, "Wrong size on GameActionInstance_GetDebugString"); \ +static_assert(offsetof(GameActionInstance_GetDebugString, ReturnValue) == 0x000000, "Member 'GameActionInstance_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameActionInstance_ShouldBlockAutoSaveDuringExecution \ +static_assert(alignof(GameActionInstance_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong alignment on GameActionInstance_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(sizeof(GameActionInstance_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong size on GameActionInstance_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(offsetof(GameActionInstance_ShouldBlockAutoSaveDuringExecution, ReturnValue) == 0x000000, "Member 'GameActionInstance_ShouldBlockAutoSaveDuringExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameActionInstance_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(GameActionInstance_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on GameActionInstance_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(GameActionInstance_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on GameActionInstance_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(GameActionInstance_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'GameActionInstance_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameActionInstance \ +static_assert(alignof(UGameActionInstance) == 0x000008, "Wrong alignment on UGameActionInstance"); \ +static_assert(sizeof(UGameActionInstance) == 0x000040, "Wrong size on UGameActionInstance"); \ +static_assert(offsetof(UGameActionInstance, GameAction) == 0x000028, "Member 'UGameActionInstance::GameAction' has a wrong offset!"); \ +static_assert(offsetof(UGameActionInstance, OnGameActionExecutionFinishedDelegate) == 0x000030, "Member 'UGameActionInstance::OnGameActionExecutionFinishedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCVarChangeListener \ +static_assert(alignof(UCVarChangeListener) == 0x000008, "Wrong alignment on UCVarChangeListener"); \ +static_assert(sizeof(UCVarChangeListener) == 0x000080, "Wrong size on UCVarChangeListener"); \ + +#define DUMPER7_ASSERTS_CVarChangeListenerManager_AddBoolCVarCallbackStatic \ +static_assert(alignof(CVarChangeListenerManager_AddBoolCVarCallbackStatic) == 0x000004, "Wrong alignment on CVarChangeListenerManager_AddBoolCVarCallbackStatic"); \ +static_assert(sizeof(CVarChangeListenerManager_AddBoolCVarCallbackStatic) == 0x00001C, "Wrong size on CVarChangeListenerManager_AddBoolCVarCallbackStatic"); \ +static_assert(offsetof(CVarChangeListenerManager_AddBoolCVarCallbackStatic, Name_0) == 0x000000, "Member 'CVarChangeListenerManager_AddBoolCVarCallbackStatic::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddBoolCVarCallbackStatic, ChangedCallback) == 0x000008, "Member 'CVarChangeListenerManager_AddBoolCVarCallbackStatic::ChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddBoolCVarCallbackStatic, CallbackImmediately) == 0x000018, "Member 'CVarChangeListenerManager_AddBoolCVarCallbackStatic::CallbackImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CVarChangeListenerManager_AddFloatCVarCallbackStatic \ +static_assert(alignof(CVarChangeListenerManager_AddFloatCVarCallbackStatic) == 0x000004, "Wrong alignment on CVarChangeListenerManager_AddFloatCVarCallbackStatic"); \ +static_assert(sizeof(CVarChangeListenerManager_AddFloatCVarCallbackStatic) == 0x00001C, "Wrong size on CVarChangeListenerManager_AddFloatCVarCallbackStatic"); \ +static_assert(offsetof(CVarChangeListenerManager_AddFloatCVarCallbackStatic, Name_0) == 0x000000, "Member 'CVarChangeListenerManager_AddFloatCVarCallbackStatic::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddFloatCVarCallbackStatic, ChangedCallback) == 0x000008, "Member 'CVarChangeListenerManager_AddFloatCVarCallbackStatic::ChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddFloatCVarCallbackStatic, CallbackImmediately) == 0x000018, "Member 'CVarChangeListenerManager_AddFloatCVarCallbackStatic::CallbackImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CVarChangeListenerManager_AddIntCVarCallbackStatic \ +static_assert(alignof(CVarChangeListenerManager_AddIntCVarCallbackStatic) == 0x000004, "Wrong alignment on CVarChangeListenerManager_AddIntCVarCallbackStatic"); \ +static_assert(sizeof(CVarChangeListenerManager_AddIntCVarCallbackStatic) == 0x00001C, "Wrong size on CVarChangeListenerManager_AddIntCVarCallbackStatic"); \ +static_assert(offsetof(CVarChangeListenerManager_AddIntCVarCallbackStatic, Name_0) == 0x000000, "Member 'CVarChangeListenerManager_AddIntCVarCallbackStatic::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddIntCVarCallbackStatic, ChangedCallback) == 0x000008, "Member 'CVarChangeListenerManager_AddIntCVarCallbackStatic::ChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddIntCVarCallbackStatic, CallbackImmediately) == 0x000018, "Member 'CVarChangeListenerManager_AddIntCVarCallbackStatic::CallbackImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CVarChangeListenerManager_AddStringCVarCallbackStatic \ +static_assert(alignof(CVarChangeListenerManager_AddStringCVarCallbackStatic) == 0x000004, "Wrong alignment on CVarChangeListenerManager_AddStringCVarCallbackStatic"); \ +static_assert(sizeof(CVarChangeListenerManager_AddStringCVarCallbackStatic) == 0x00001C, "Wrong size on CVarChangeListenerManager_AddStringCVarCallbackStatic"); \ +static_assert(offsetof(CVarChangeListenerManager_AddStringCVarCallbackStatic, Name_0) == 0x000000, "Member 'CVarChangeListenerManager_AddStringCVarCallbackStatic::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddStringCVarCallbackStatic, ChangedCallback) == 0x000008, "Member 'CVarChangeListenerManager_AddStringCVarCallbackStatic::ChangedCallback' has a wrong offset!"); \ +static_assert(offsetof(CVarChangeListenerManager_AddStringCVarCallbackStatic, CallbackImmediately) == 0x000018, "Member 'CVarChangeListenerManager_AddStringCVarCallbackStatic::CallbackImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCVarChangeListenerManager \ +static_assert(alignof(UCVarChangeListenerManager) == 0x000008, "Wrong alignment on UCVarChangeListenerManager"); \ +static_assert(sizeof(UCVarChangeListenerManager) == 0x000078, "Wrong size on UCVarChangeListenerManager"); \ +static_assert(offsetof(UCVarChangeListenerManager, Listeners) == 0x000028, "Member 'UCVarChangeListenerManager::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASF_GeneratedInvisibleWallBase \ +static_assert(alignof(ASF_GeneratedInvisibleWallBase) == 0x000008, "Wrong alignment on ASF_GeneratedInvisibleWallBase"); \ +static_assert(sizeof(ASF_GeneratedInvisibleWallBase) == 0x000290, "Wrong size on ASF_GeneratedInvisibleWallBase"); \ + +#define DUMPER7_ASSERTS_ASF_GeneratedInvisibleWallStaticMesh \ +static_assert(alignof(ASF_GeneratedInvisibleWallStaticMesh) == 0x000008, "Wrong alignment on ASF_GeneratedInvisibleWallStaticMesh"); \ +static_assert(sizeof(ASF_GeneratedInvisibleWallStaticMesh) == 0x000298, "Wrong size on ASF_GeneratedInvisibleWallStaticMesh"); \ +static_assert(offsetof(ASF_GeneratedInvisibleWallStaticMesh, MeshComponent) == 0x000290, "Member 'ASF_GeneratedInvisibleWallStaticMesh::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence) == 0x0000A8, "Wrong size on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _skillEffectWithQTETimes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_skillEffectWithQTETimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _skillEffectNoQTETimes) == 0x000030, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_skillEffectNoQTETimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _explicitComboPromptTimes) == 0x000040, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_explicitComboPromptTimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _comboSectionStartTimes) == 0x000050, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_comboSectionStartTimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _lastComboSectionEnd) == 0x000060, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_lastComboSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _comboFailSectionStartTimes) == 0x000068, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_comboFailSectionStartTimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _comboFailSectionEndTimes) == 0x000078, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_comboFailSectionEndTimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _snapToTargetTimes) == 0x000088, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_snapToTargetTimes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence, _snapToSourceTimes) == 0x000098, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequence::_snapToSourceTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList) == 0x000038, "Wrong size on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList, _keyframes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList::_keyframes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList, _trackIndex) == 0x000030, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsList::_trackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName) == 0x000038, "Wrong size on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName, _keyframes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName::_keyframes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName, _trackName) == 0x000030, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsListFromTrackName::_trackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap) == 0x000078, "Wrong size on EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap, _keyframes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap::_keyframes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap, _trackIndex) == 0x000070, "Member 'EpicCamerasFunctionLibrary_FindAllBattleKeyframesInSequenceAsMap::_trackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap) == 0x000078, "Wrong size on EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap, _keyframes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap::_keyframes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap, _trackIndex) == 0x000070, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMap::_trackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName) == 0x000078, "Wrong size on EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName, _keyframes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName::_keyframes' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName, _trackName) == 0x000070, "Member 'EpicCamerasFunctionLibrary_FindBattleCameraKeyframesInSequenceAsMapFromTrackName::_trackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence) == 0x000038, "Wrong size on EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence, _keyframeType) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence::_keyframeType' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence, _sequence) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence, _actorBindingID) == 0x000010, "Member 'EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence, _times) == 0x000028, "Member 'EpicCamerasFunctionLibrary_FindBattleKeyframesInSequence::_times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_FindQTEKeyframes \ +static_assert(alignof(EpicCamerasFunctionLibrary_FindQTEKeyframes) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_FindQTEKeyframes"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_FindQTEKeyframes) == 0x000030, "Wrong size on EpicCamerasFunctionLibrary_FindQTEKeyframes"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindQTEKeyframes, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_FindQTEKeyframes::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindQTEKeyframes, _actorBindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_FindQTEKeyframes::_actorBindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_FindQTEKeyframes, ImpactTimes) == 0x000020, "Member 'EpicCamerasFunctionLibrary_FindQTEKeyframes::ImpactTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_GetCinematicTimeDilation \ +static_assert(alignof(EpicCamerasFunctionLibrary_GetCinematicTimeDilation) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_GetCinematicTimeDilation"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_GetCinematicTimeDilation) == 0x000010, "Wrong size on EpicCamerasFunctionLibrary_GetCinematicTimeDilation"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetCinematicTimeDilation, _WorldContextObject) == 0x000000, "Member 'EpicCamerasFunctionLibrary_GetCinematicTimeDilation::_WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetCinematicTimeDilation, ReturnValue) == 0x000008, "Member 'EpicCamerasFunctionLibrary_GetCinematicTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence \ +static_assert(alignof(EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence) == 0x000010, "Wrong alignment on EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence) == 0x000080, "Wrong size on EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence, _bindingID) == 0x000008, "Member 'EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence::_bindingID' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence, ReturnValue) == 0x000020, "Member 'EpicCamerasFunctionLibrary_GetInitialActorPositionInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence \ +static_assert(alignof(EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence) == 0x000058, "Wrong size on EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence, _sequence) == 0x000000, "Member 'EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence::_sequence' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence, _linearTimeMap) == 0x000008, "Member 'EpicCamerasFunctionLibrary_GetLinearTimeMapFromSequence::_linearTimeMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EpicCamerasFunctionLibrary_GetRealTimeDilation \ +static_assert(alignof(EpicCamerasFunctionLibrary_GetRealTimeDilation) == 0x000008, "Wrong alignment on EpicCamerasFunctionLibrary_GetRealTimeDilation"); \ +static_assert(sizeof(EpicCamerasFunctionLibrary_GetRealTimeDilation) == 0x000010, "Wrong size on EpicCamerasFunctionLibrary_GetRealTimeDilation"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetRealTimeDilation, _WorldContextObject) == 0x000000, "Member 'EpicCamerasFunctionLibrary_GetRealTimeDilation::_WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EpicCamerasFunctionLibrary_GetRealTimeDilation, ReturnValue) == 0x000008, "Member 'EpicCamerasFunctionLibrary_GetRealTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEpicCamerasFunctionLibrary \ +static_assert(alignof(UEpicCamerasFunctionLibrary) == 0x000008, "Wrong alignment on UEpicCamerasFunctionLibrary"); \ +static_assert(sizeof(UEpicCamerasFunctionLibrary) == 0x000028, "Wrong size on UEpicCamerasFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_VariableWatcher_bool_GetValue \ +static_assert(alignof(VariableWatcher_bool_GetValue) == 0x000001, "Wrong alignment on VariableWatcher_bool_GetValue"); \ +static_assert(sizeof(VariableWatcher_bool_GetValue) == 0x000001, "Wrong size on VariableWatcher_bool_GetValue"); \ +static_assert(offsetof(VariableWatcher_bool_GetValue, ReturnValue) == 0x000000, "Member 'VariableWatcher_bool_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariableWatcher_bool_SetValue \ +static_assert(alignof(VariableWatcher_bool_SetValue) == 0x000001, "Wrong alignment on VariableWatcher_bool_SetValue"); \ +static_assert(sizeof(VariableWatcher_bool_SetValue) == 0x000001, "Wrong size on VariableWatcher_bool_SetValue"); \ +static_assert(offsetof(VariableWatcher_bool_SetValue, _newValue) == 0x000000, "Member 'VariableWatcher_bool_SetValue::_newValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariableWatcher_bool \ +static_assert(alignof(UVariableWatcher_bool) == 0x000008, "Wrong alignment on UVariableWatcher_bool"); \ +static_assert(sizeof(UVariableWatcher_bool) == 0x000040, "Wrong size on UVariableWatcher_bool"); \ +static_assert(offsetof(UVariableWatcher_bool, OnValueChangedEvent) == 0x000028, "Member 'UVariableWatcher_bool::OnValueChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(UVariableWatcher_bool, Value) == 0x000038, "Member 'UVariableWatcher_bool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalPostProcessActor_UpdatePostProcessSaturation \ +static_assert(alignof(GlobalPostProcessActor_UpdatePostProcessSaturation) == 0x000004, "Wrong alignment on GlobalPostProcessActor_UpdatePostProcessSaturation"); \ +static_assert(sizeof(GlobalPostProcessActor_UpdatePostProcessSaturation) == 0x000008, "Wrong size on GlobalPostProcessActor_UpdatePostProcessSaturation"); \ +static_assert(offsetof(GlobalPostProcessActor_UpdatePostProcessSaturation, RGBMultiplier) == 0x000000, "Member 'GlobalPostProcessActor_UpdatePostProcessSaturation::RGBMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GlobalPostProcessActor_UpdatePostProcessSaturation, LuminanceMultiplier) == 0x000004, "Member 'GlobalPostProcessActor_UpdatePostProcessSaturation::LuminanceMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGlobalPostProcessActor \ +static_assert(alignof(AGlobalPostProcessActor) == 0x000008, "Wrong alignment on AGlobalPostProcessActor"); \ +static_assert(sizeof(AGlobalPostProcessActor) == 0x000290, "Wrong size on AGlobalPostProcessActor"); \ + +#define DUMPER7_ASSERTS_IMyInterface \ +static_assert(alignof(IMyInterface) == 0x000001, "Wrong alignment on IMyInterface"); \ +static_assert(sizeof(IMyInterface) == 0x000001, "Wrong size on IMyInterface"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_SetContentText \ +static_assert(alignof(RichTextBlockCustomWidget_SetContentText) == 0x000008, "Wrong alignment on RichTextBlockCustomWidget_SetContentText"); \ +static_assert(sizeof(RichTextBlockCustomWidget_SetContentText) == 0x000010, "Wrong size on RichTextBlockCustomWidget_SetContentText"); \ +static_assert(offsetof(RichTextBlockCustomWidget_SetContentText, ContentText) == 0x000000, "Member 'RichTextBlockCustomWidget_SetContentText::ContentText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_SetIDString \ +static_assert(alignof(RichTextBlockCustomWidget_SetIDString) == 0x000008, "Wrong alignment on RichTextBlockCustomWidget_SetIDString"); \ +static_assert(sizeof(RichTextBlockCustomWidget_SetIDString) == 0x000010, "Wrong size on RichTextBlockCustomWidget_SetIDString"); \ +static_assert(offsetof(RichTextBlockCustomWidget_SetIDString, IDString) == 0x000000, "Member 'RichTextBlockCustomWidget_SetIDString::IDString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_SetParentStyle \ +static_assert(alignof(RichTextBlockCustomWidget_SetParentStyle) == 0x000010, "Wrong alignment on RichTextBlockCustomWidget_SetParentStyle"); \ +static_assert(sizeof(RichTextBlockCustomWidget_SetParentStyle) == 0x000340, "Wrong size on RichTextBlockCustomWidget_SetParentStyle"); \ +static_assert(offsetof(RichTextBlockCustomWidget_SetParentStyle, Style) == 0x000000, "Member 'RichTextBlockCustomWidget_SetParentStyle::Style' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_GetContentText \ +static_assert(alignof(RichTextBlockCustomWidget_GetContentText) == 0x000008, "Wrong alignment on RichTextBlockCustomWidget_GetContentText"); \ +static_assert(sizeof(RichTextBlockCustomWidget_GetContentText) == 0x000010, "Wrong size on RichTextBlockCustomWidget_GetContentText"); \ +static_assert(offsetof(RichTextBlockCustomWidget_GetContentText, ReturnValue) == 0x000000, "Member 'RichTextBlockCustomWidget_GetContentText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_GetIDString \ +static_assert(alignof(RichTextBlockCustomWidget_GetIDString) == 0x000008, "Wrong alignment on RichTextBlockCustomWidget_GetIDString"); \ +static_assert(sizeof(RichTextBlockCustomWidget_GetIDString) == 0x000010, "Wrong size on RichTextBlockCustomWidget_GetIDString"); \ +static_assert(offsetof(RichTextBlockCustomWidget_GetIDString, ReturnValue) == 0x000000, "Member 'RichTextBlockCustomWidget_GetIDString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlockCustomWidget_GetParentStyle \ +static_assert(alignof(RichTextBlockCustomWidget_GetParentStyle) == 0x000010, "Wrong alignment on RichTextBlockCustomWidget_GetParentStyle"); \ +static_assert(sizeof(RichTextBlockCustomWidget_GetParentStyle) == 0x000340, "Wrong size on RichTextBlockCustomWidget_GetParentStyle"); \ +static_assert(offsetof(RichTextBlockCustomWidget_GetParentStyle, ReturnValue) == 0x000000, "Member 'RichTextBlockCustomWidget_GetParentStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockCustomWidget \ +static_assert(alignof(URichTextBlockCustomWidget) == 0x000008, "Wrong alignment on URichTextBlockCustomWidget"); \ +static_assert(sizeof(URichTextBlockCustomWidget) == 0x000640, "Wrong size on URichTextBlockCustomWidget"); \ + +#define DUMPER7_ASSERTS_InputActionBindingWidget_SetupInputBindingParametersFromExternal \ +static_assert(alignof(InputActionBindingWidget_SetupInputBindingParametersFromExternal) == 0x000008, "Wrong alignment on InputActionBindingWidget_SetupInputBindingParametersFromExternal"); \ +static_assert(sizeof(InputActionBindingWidget_SetupInputBindingParametersFromExternal) == 0x000028, "Wrong size on InputActionBindingWidget_SetupInputBindingParametersFromExternal"); \ +static_assert(offsetof(InputActionBindingWidget_SetupInputBindingParametersFromExternal, InLegacyActionName) == 0x000000, "Member 'InputActionBindingWidget_SetupInputBindingParametersFromExternal::InLegacyActionName' has a wrong offset!"); \ +static_assert(offsetof(InputActionBindingWidget_SetupInputBindingParametersFromExternal, InCommonUIAction) == 0x000008, "Member 'InputActionBindingWidget_SetupInputBindingParametersFromExternal::InCommonUIAction' has a wrong offset!"); \ +static_assert(offsetof(InputActionBindingWidget_SetupInputBindingParametersFromExternal, InEnhancedInputAction) == 0x000018, "Member 'InputActionBindingWidget_SetupInputBindingParametersFromExternal::InEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(InputActionBindingWidget_SetupInputBindingParametersFromExternal, InIMC) == 0x000020, "Member 'InputActionBindingWidget_SetupInputBindingParametersFromExternal::InIMC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionBindingWidget \ +static_assert(alignof(UInputActionBindingWidget) == 0x000008, "Wrong alignment on UInputActionBindingWidget"); \ +static_assert(sizeof(UInputActionBindingWidget) == 0x000640, "Wrong size on UInputActionBindingWidget"); \ + +#define DUMPER7_ASSERTS_UMyObject \ +static_assert(alignof(UMyObject) == 0x000008, "Wrong alignment on UMyObject"); \ +static_assert(sizeof(UMyObject) == 0x000028, "Wrong size on UMyObject"); \ + +#define DUMPER7_ASSERTS_UPlatformsSaveData \ +static_assert(alignof(UPlatformsSaveData) == 0x000008, "Wrong alignment on UPlatformsSaveData"); \ +static_assert(sizeof(UPlatformsSaveData) == 0x000090, "Wrong size on UPlatformsSaveData"); \ +static_assert(offsetof(UPlatformsSaveData, FailedAchievementsMap) == 0x000028, "Member 'UPlatformsSaveData::FailedAchievementsMap' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSaveData, LatestSaveGameLoaded) == 0x000078, "Member 'UPlatformsSaveData::LatestSaveGameLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_AttemptToLoginTheUser \ +static_assert(alignof(PlatformsSubsystem_AttemptToLoginTheUser) == 0x000001, "Wrong alignment on PlatformsSubsystem_AttemptToLoginTheUser"); \ +static_assert(sizeof(PlatformsSubsystem_AttemptToLoginTheUser) == 0x000001, "Wrong size on PlatformsSubsystem_AttemptToLoginTheUser"); \ +static_assert(offsetof(PlatformsSubsystem_AttemptToLoginTheUser, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_AttemptToLoginTheUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_BindToGameStartedFromActivity \ +static_assert(alignof(PlatformsSubsystem_BindToGameStartedFromActivity) == 0x000004, "Wrong alignment on PlatformsSubsystem_BindToGameStartedFromActivity"); \ +static_assert(sizeof(PlatformsSubsystem_BindToGameStartedFromActivity) == 0x000010, "Wrong size on PlatformsSubsystem_BindToGameStartedFromActivity"); \ +static_assert(offsetof(PlatformsSubsystem_BindToGameStartedFromActivity, Delegate) == 0x000000, "Member 'PlatformsSubsystem_BindToGameStartedFromActivity::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_ClearAllCloudSaves \ +static_assert(alignof(PlatformsSubsystem_ClearAllCloudSaves) == 0x000001, "Wrong alignment on PlatformsSubsystem_ClearAllCloudSaves"); \ +static_assert(sizeof(PlatformsSubsystem_ClearAllCloudSaves) == 0x000001, "Wrong size on PlatformsSubsystem_ClearAllCloudSaves"); \ +static_assert(offsetof(PlatformsSubsystem_ClearAllCloudSaves, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_ClearAllCloudSaves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest \ +static_assert(alignof(PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest) == 0x000008, "Wrong alignment on PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest"); \ +static_assert(sizeof(PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest) == 0x000050, "Wrong size on PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest"); \ +static_assert(offsetof(PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_GetAchievementsFromCurrentWriteRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_GetCurrentUserNickname \ +static_assert(alignof(PlatformsSubsystem_GetCurrentUserNickname) == 0x000008, "Wrong alignment on PlatformsSubsystem_GetCurrentUserNickname"); \ +static_assert(sizeof(PlatformsSubsystem_GetCurrentUserNickname) == 0x000010, "Wrong size on PlatformsSubsystem_GetCurrentUserNickname"); \ +static_assert(offsetof(PlatformsSubsystem_GetCurrentUserNickname, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_GetCurrentUserNickname::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_GetLatestGameSaveLoaded \ +static_assert(alignof(PlatformsSubsystem_GetLatestGameSaveLoaded) == 0x000008, "Wrong alignment on PlatformsSubsystem_GetLatestGameSaveLoaded"); \ +static_assert(sizeof(PlatformsSubsystem_GetLatestGameSaveLoaded) == 0x000010, "Wrong size on PlatformsSubsystem_GetLatestGameSaveLoaded"); \ +static_assert(offsetof(PlatformsSubsystem_GetLatestGameSaveLoaded, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_GetLatestGameSaveLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_IsGameStartedFromActivity \ +static_assert(alignof(PlatformsSubsystem_IsGameStartedFromActivity) == 0x000001, "Wrong alignment on PlatformsSubsystem_IsGameStartedFromActivity"); \ +static_assert(sizeof(PlatformsSubsystem_IsGameStartedFromActivity) == 0x000001, "Wrong size on PlatformsSubsystem_IsGameStartedFromActivity"); \ +static_assert(offsetof(PlatformsSubsystem_IsGameStartedFromActivity, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_IsGameStartedFromActivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_OnExternalUIChange \ +static_assert(alignof(PlatformsSubsystem_OnExternalUIChange) == 0x000001, "Wrong alignment on PlatformsSubsystem_OnExternalUIChange"); \ +static_assert(sizeof(PlatformsSubsystem_OnExternalUIChange) == 0x000001, "Wrong size on PlatformsSubsystem_OnExternalUIChange"); \ +static_assert(offsetof(PlatformsSubsystem_OnExternalUIChange, Value) == 0x000000, "Member 'PlatformsSubsystem_OnExternalUIChange::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_OnUserIsLoggedIn \ +static_assert(alignof(PlatformsSubsystem_OnUserIsLoggedIn) == 0x000001, "Wrong alignment on PlatformsSubsystem_OnUserIsLoggedIn"); \ +static_assert(sizeof(PlatformsSubsystem_OnUserIsLoggedIn) == 0x000001, "Wrong size on PlatformsSubsystem_OnUserIsLoggedIn"); \ +static_assert(offsetof(PlatformsSubsystem_OnUserIsLoggedIn, bIsUserLoggedIn) == 0x000000, "Member 'PlatformsSubsystem_OnUserIsLoggedIn::bIsUserLoggedIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_OnUserIsSelected \ +static_assert(alignof(PlatformsSubsystem_OnUserIsSelected) == 0x000001, "Wrong alignment on PlatformsSubsystem_OnUserIsSelected"); \ +static_assert(sizeof(PlatformsSubsystem_OnUserIsSelected) == 0x000001, "Wrong size on PlatformsSubsystem_OnUserIsSelected"); \ +static_assert(offsetof(PlatformsSubsystem_OnUserIsSelected, bIsSellectedUserLoggedIn) == 0x000000, "Member 'PlatformsSubsystem_OnUserIsSelected::bIsSellectedUserLoggedIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_RegisterLatestGameSaveLoaded \ +static_assert(alignof(PlatformsSubsystem_RegisterLatestGameSaveLoaded) == 0x000008, "Wrong alignment on PlatformsSubsystem_RegisterLatestGameSaveLoaded"); \ +static_assert(sizeof(PlatformsSubsystem_RegisterLatestGameSaveLoaded) == 0x000010, "Wrong size on PlatformsSubsystem_RegisterLatestGameSaveLoaded"); \ +static_assert(offsetof(PlatformsSubsystem_RegisterLatestGameSaveLoaded, SaveName) == 0x000000, "Member 'PlatformsSubsystem_RegisterLatestGameSaveLoaded::SaveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_RequestScreenshot \ +static_assert(alignof(PlatformsSubsystem_RequestScreenshot) == 0x000001, "Wrong alignment on PlatformsSubsystem_RequestScreenshot"); \ +static_assert(sizeof(PlatformsSubsystem_RequestScreenshot) == 0x000001, "Wrong size on PlatformsSubsystem_RequestScreenshot"); \ +static_assert(offsetof(PlatformsSubsystem_RequestScreenshot, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_RequestScreenshot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_ResetAllAchievements \ +static_assert(alignof(PlatformsSubsystem_ResetAllAchievements) == 0x000001, "Wrong alignment on PlatformsSubsystem_ResetAllAchievements"); \ +static_assert(sizeof(PlatformsSubsystem_ResetAllAchievements) == 0x000001, "Wrong size on PlatformsSubsystem_ResetAllAchievements"); \ +static_assert(offsetof(PlatformsSubsystem_ResetAllAchievements, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_ResetAllAchievements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_SetActivityStatus \ +static_assert(alignof(PlatformsSubsystem_SetActivityStatus) == 0x000008, "Wrong alignment on PlatformsSubsystem_SetActivityStatus"); \ +static_assert(sizeof(PlatformsSubsystem_SetActivityStatus) == 0x000018, "Wrong size on PlatformsSubsystem_SetActivityStatus"); \ +static_assert(offsetof(PlatformsSubsystem_SetActivityStatus, ActivityID) == 0x000000, "Member 'PlatformsSubsystem_SetActivityStatus::ActivityID' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_SetActivityStatus, AcitivityStatus) == 0x000010, "Member 'PlatformsSubsystem_SetActivityStatus::AcitivityStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_SetPS5ControllerLightColor \ +static_assert(alignof(PlatformsSubsystem_SetPS5ControllerLightColor) == 0x000004, "Wrong alignment on PlatformsSubsystem_SetPS5ControllerLightColor"); \ +static_assert(sizeof(PlatformsSubsystem_SetPS5ControllerLightColor) == 0x000008, "Wrong size on PlatformsSubsystem_SetPS5ControllerLightColor"); \ +static_assert(offsetof(PlatformsSubsystem_SetPS5ControllerLightColor, Color) == 0x000000, "Member 'PlatformsSubsystem_SetPS5ControllerLightColor::Color' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_SetPS5ControllerLightColor, Enable) == 0x000004, "Member 'PlatformsSubsystem_SetPS5ControllerLightColor::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_SetRichPresence \ +static_assert(alignof(PlatformsSubsystem_SetRichPresence) == 0x000008, "Wrong alignment on PlatformsSubsystem_SetRichPresence"); \ +static_assert(sizeof(PlatformsSubsystem_SetRichPresence) == 0x000010, "Wrong size on PlatformsSubsystem_SetRichPresence"); \ +static_assert(offsetof(PlatformsSubsystem_SetRichPresence, InRichPresenceStatus) == 0x000000, "Member 'PlatformsSubsystem_SetRichPresence::InRichPresenceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_TriggerAchievement \ +static_assert(alignof(PlatformsSubsystem_TriggerAchievement) == 0x000004, "Wrong alignment on PlatformsSubsystem_TriggerAchievement"); \ +static_assert(sizeof(PlatformsSubsystem_TriggerAchievement) == 0x000018, "Wrong size on PlatformsSubsystem_TriggerAchievement"); \ +static_assert(offsetof(PlatformsSubsystem_TriggerAchievement, TriggeredDelegate) == 0x000000, "Member 'PlatformsSubsystem_TriggerAchievement::TriggeredDelegate' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_TriggerAchievement, ID) == 0x000010, "Member 'PlatformsSubsystem_TriggerAchievement::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_TriggerMultipleAchievements \ +static_assert(alignof(PlatformsSubsystem_TriggerMultipleAchievements) == 0x000008, "Wrong alignment on PlatformsSubsystem_TriggerMultipleAchievements"); \ +static_assert(sizeof(PlatformsSubsystem_TriggerMultipleAchievements) == 0x000060, "Wrong size on PlatformsSubsystem_TriggerMultipleAchievements"); \ +static_assert(offsetof(PlatformsSubsystem_TriggerMultipleAchievements, TriggeredDelegate) == 0x000000, "Member 'PlatformsSubsystem_TriggerMultipleAchievements::TriggeredDelegate' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_TriggerMultipleAchievements, AchievementsMap) == 0x000010, "Member 'PlatformsSubsystem_TriggerMultipleAchievements::AchievementsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_ComputeSaveNameWithPath \ +static_assert(alignof(PlatformsSubsystem_ComputeSaveNameWithPath) == 0x000008, "Wrong alignment on PlatformsSubsystem_ComputeSaveNameWithPath"); \ +static_assert(sizeof(PlatformsSubsystem_ComputeSaveNameWithPath) == 0x000020, "Wrong size on PlatformsSubsystem_ComputeSaveNameWithPath"); \ +static_assert(offsetof(PlatformsSubsystem_ComputeSaveNameWithPath, SaveName) == 0x000000, "Member 'PlatformsSubsystem_ComputeSaveNameWithPath::SaveName' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_ComputeSaveNameWithPath, ReturnValue) == 0x000010, "Member 'PlatformsSubsystem_ComputeSaveNameWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_GetCurrentUserID \ +static_assert(alignof(PlatformsSubsystem_GetCurrentUserID) == 0x000008, "Wrong alignment on PlatformsSubsystem_GetCurrentUserID"); \ +static_assert(sizeof(PlatformsSubsystem_GetCurrentUserID) == 0x000010, "Wrong size on PlatformsSubsystem_GetCurrentUserID"); \ +static_assert(offsetof(PlatformsSubsystem_GetCurrentUserID, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_GetCurrentUserID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_GetStoreNameAsTag \ +static_assert(alignof(PlatformsSubsystem_GetStoreNameAsTag) == 0x000004, "Wrong alignment on PlatformsSubsystem_GetStoreNameAsTag"); \ +static_assert(sizeof(PlatformsSubsystem_GetStoreNameAsTag) == 0x000008, "Wrong size on PlatformsSubsystem_GetStoreNameAsTag"); \ +static_assert(offsetof(PlatformsSubsystem_GetStoreNameAsTag, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_GetStoreNameAsTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_HasAllEntitlements \ +static_assert(alignof(PlatformsSubsystem_HasAllEntitlements) == 0x000008, "Wrong alignment on PlatformsSubsystem_HasAllEntitlements"); \ +static_assert(sizeof(PlatformsSubsystem_HasAllEntitlements) == 0x000018, "Wrong size on PlatformsSubsystem_HasAllEntitlements"); \ +static_assert(offsetof(PlatformsSubsystem_HasAllEntitlements, Entitlements) == 0x000000, "Member 'PlatformsSubsystem_HasAllEntitlements::Entitlements' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_HasAllEntitlements, ReturnValue) == 0x000010, "Member 'PlatformsSubsystem_HasAllEntitlements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_HasAnyEntitlement \ +static_assert(alignof(PlatformsSubsystem_HasAnyEntitlement) == 0x000008, "Wrong alignment on PlatformsSubsystem_HasAnyEntitlement"); \ +static_assert(sizeof(PlatformsSubsystem_HasAnyEntitlement) == 0x000018, "Wrong size on PlatformsSubsystem_HasAnyEntitlement"); \ +static_assert(offsetof(PlatformsSubsystem_HasAnyEntitlement, Entitlements) == 0x000000, "Member 'PlatformsSubsystem_HasAnyEntitlement::Entitlements' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_HasAnyEntitlement, ReturnValue) == 0x000010, "Member 'PlatformsSubsystem_HasAnyEntitlement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_IsChunkInstalled \ +static_assert(alignof(PlatformsSubsystem_IsChunkInstalled) == 0x000004, "Wrong alignment on PlatformsSubsystem_IsChunkInstalled"); \ +static_assert(sizeof(PlatformsSubsystem_IsChunkInstalled) == 0x000008, "Wrong size on PlatformsSubsystem_IsChunkInstalled"); \ +static_assert(offsetof(PlatformsSubsystem_IsChunkInstalled, ChunkId) == 0x000000, "Member 'PlatformsSubsystem_IsChunkInstalled::ChunkId' has a wrong offset!"); \ +static_assert(offsetof(PlatformsSubsystem_IsChunkInstalled, ReturnValue) == 0x000004, "Member 'PlatformsSubsystem_IsChunkInstalled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_IsUserLoggedIn \ +static_assert(alignof(PlatformsSubsystem_IsUserLoggedIn) == 0x000001, "Wrong alignment on PlatformsSubsystem_IsUserLoggedIn"); \ +static_assert(sizeof(PlatformsSubsystem_IsUserLoggedIn) == 0x000001, "Wrong size on PlatformsSubsystem_IsUserLoggedIn"); \ +static_assert(offsetof(PlatformsSubsystem_IsUserLoggedIn, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_IsUserLoggedIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_IsUsingCloudSave \ +static_assert(alignof(PlatformsSubsystem_IsUsingCloudSave) == 0x000001, "Wrong alignment on PlatformsSubsystem_IsUsingCloudSave"); \ +static_assert(sizeof(PlatformsSubsystem_IsUsingCloudSave) == 0x000001, "Wrong size on PlatformsSubsystem_IsUsingCloudSave"); \ +static_assert(offsetof(PlatformsSubsystem_IsUsingCloudSave, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_IsUsingCloudSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformsSubsystem_IsUsingSteam \ +static_assert(alignof(PlatformsSubsystem_IsUsingSteam) == 0x000001, "Wrong alignment on PlatformsSubsystem_IsUsingSteam"); \ +static_assert(sizeof(PlatformsSubsystem_IsUsingSteam) == 0x000001, "Wrong size on PlatformsSubsystem_IsUsingSteam"); \ +static_assert(offsetof(PlatformsSubsystem_IsUsingSteam, ReturnValue) == 0x000000, "Member 'PlatformsSubsystem_IsUsingSteam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformsSubsystem \ +static_assert(alignof(UPlatformsSubsystem) == 0x000008, "Wrong alignment on UPlatformsSubsystem"); \ +static_assert(sizeof(UPlatformsSubsystem) == 0x000150, "Wrong size on UPlatformsSubsystem"); \ +static_assert(offsetof(UPlatformsSubsystem, OnControllerConfirmed) == 0x000030, "Member 'UPlatformsSubsystem::OnControllerConfirmed' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSubsystem, OnControllerConnectionChanged) == 0x000040, "Member 'UPlatformsSubsystem::OnControllerConnectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSubsystem, OnPlatformPauseEvent) == 0x000050, "Member 'UPlatformsSubsystem::OnPlatformPauseEvent' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSubsystem, OnAppLostFocusEvent) == 0x000060, "Member 'UPlatformsSubsystem::OnAppLostFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSubsystem, OnLoggedInUserEvent) == 0x000070, "Member 'UPlatformsSubsystem::OnLoggedInUserEvent' has a wrong offset!"); \ +static_assert(offsetof(UPlatformsSubsystem, GameStartedFromActivtyDelegatesContainer) == 0x000110, "Member 'UPlatformsSubsystem::GameStartedFromActivtyDelegatesContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReloadConfigActor \ +static_assert(alignof(AReloadConfigActor) == 0x000008, "Wrong alignment on AReloadConfigActor"); \ +static_assert(sizeof(AReloadConfigActor) == 0x000298, "Wrong size on AReloadConfigActor"); \ +static_assert(offsetof(AReloadConfigActor, ReloadConfig) == 0x000290, "Member 'AReloadConfigActor::ReloadConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ActivityWrapper_GetActivityID \ +static_assert(alignof(SF_ActivityWrapper_GetActivityID) == 0x000008, "Wrong alignment on SF_ActivityWrapper_GetActivityID"); \ +static_assert(sizeof(SF_ActivityWrapper_GetActivityID) == 0x000010, "Wrong size on SF_ActivityWrapper_GetActivityID"); \ +static_assert(offsetof(SF_ActivityWrapper_GetActivityID, ReturnValue) == 0x000000, "Member 'SF_ActivityWrapper_GetActivityID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ActivityWrapper_GetAllTasks \ +static_assert(alignof(SF_ActivityWrapper_GetAllTasks) == 0x000008, "Wrong alignment on SF_ActivityWrapper_GetAllTasks"); \ +static_assert(sizeof(SF_ActivityWrapper_GetAllTasks) == 0x000010, "Wrong size on SF_ActivityWrapper_GetAllTasks"); \ +static_assert(offsetof(SF_ActivityWrapper_GetAllTasks, ReturnValue) == 0x000000, "Member 'SF_ActivityWrapper_GetAllTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ActivityWrapper_GetSubTaskID \ +static_assert(alignof(SF_ActivityWrapper_GetSubTaskID) == 0x000008, "Wrong alignment on SF_ActivityWrapper_GetSubTaskID"); \ +static_assert(sizeof(SF_ActivityWrapper_GetSubTaskID) == 0x000018, "Wrong size on SF_ActivityWrapper_GetSubTaskID"); \ +static_assert(offsetof(SF_ActivityWrapper_GetSubTaskID, TaskName) == 0x000000, "Member 'SF_ActivityWrapper_GetSubTaskID::TaskName' has a wrong offset!"); \ +static_assert(offsetof(SF_ActivityWrapper_GetSubTaskID, ReturnValue) == 0x000008, "Member 'SF_ActivityWrapper_GetSubTaskID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ActivityWrapper_IsMappedToActivity \ +static_assert(alignof(SF_ActivityWrapper_IsMappedToActivity) == 0x000004, "Wrong alignment on SF_ActivityWrapper_IsMappedToActivity"); \ +static_assert(sizeof(SF_ActivityWrapper_IsMappedToActivity) == 0x00000C, "Wrong size on SF_ActivityWrapper_IsMappedToActivity"); \ +static_assert(offsetof(SF_ActivityWrapper_IsMappedToActivity, QuestID) == 0x000000, "Member 'SF_ActivityWrapper_IsMappedToActivity::QuestID' has a wrong offset!"); \ +static_assert(offsetof(SF_ActivityWrapper_IsMappedToActivity, ReturnValue) == 0x000008, "Member 'SF_ActivityWrapper_IsMappedToActivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_ActivityWrapper \ +static_assert(alignof(USF_ActivityWrapper) == 0x000008, "Wrong alignment on USF_ActivityWrapper"); \ +static_assert(sizeof(USF_ActivityWrapper) == 0x000098, "Wrong size on USF_ActivityWrapper"); \ +static_assert(offsetof(USF_ActivityWrapper, ActivityID) == 0x000030, "Member 'USF_ActivityWrapper::ActivityID' has a wrong offset!"); \ +static_assert(offsetof(USF_ActivityWrapper, MappedToQuestID) == 0x000040, "Member 'USF_ActivityWrapper::MappedToQuestID' has a wrong offset!"); \ +static_assert(offsetof(USF_ActivityWrapper, ActivityTasks) == 0x000048, "Member 'USF_ActivityWrapper::ActivityTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComoponentHelpers_ChangeOwner \ +static_assert(alignof(ActorComoponentHelpers_ChangeOwner) == 0x000008, "Wrong alignment on ActorComoponentHelpers_ChangeOwner"); \ +static_assert(sizeof(ActorComoponentHelpers_ChangeOwner) == 0x000018, "Wrong size on ActorComoponentHelpers_ChangeOwner"); \ +static_assert(offsetof(ActorComoponentHelpers_ChangeOwner, Component) == 0x000000, "Member 'ActorComoponentHelpers_ChangeOwner::Component' has a wrong offset!"); \ +static_assert(offsetof(ActorComoponentHelpers_ChangeOwner, NewOwner) == 0x000008, "Member 'ActorComoponentHelpers_ChangeOwner::NewOwner' has a wrong offset!"); \ +static_assert(offsetof(ActorComoponentHelpers_ChangeOwner, ReturnValue) == 0x000010, "Member 'ActorComoponentHelpers_ChangeOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComoponentHelpers_DestroyComponentExternally \ +static_assert(alignof(ActorComoponentHelpers_DestroyComponentExternally) == 0x000008, "Wrong alignment on ActorComoponentHelpers_DestroyComponentExternally"); \ +static_assert(sizeof(ActorComoponentHelpers_DestroyComponentExternally) == 0x000008, "Wrong size on ActorComoponentHelpers_DestroyComponentExternally"); \ +static_assert(offsetof(ActorComoponentHelpers_DestroyComponentExternally, ComponentToDestroy) == 0x000000, "Member 'ActorComoponentHelpers_DestroyComponentExternally::ComponentToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComoponentHelpers_HasComponentBegunPlay \ +static_assert(alignof(ActorComoponentHelpers_HasComponentBegunPlay) == 0x000008, "Wrong alignment on ActorComoponentHelpers_HasComponentBegunPlay"); \ +static_assert(sizeof(ActorComoponentHelpers_HasComponentBegunPlay) == 0x000010, "Wrong size on ActorComoponentHelpers_HasComponentBegunPlay"); \ +static_assert(offsetof(ActorComoponentHelpers_HasComponentBegunPlay, Component) == 0x000000, "Member 'ActorComoponentHelpers_HasComponentBegunPlay::Component' has a wrong offset!"); \ +static_assert(offsetof(ActorComoponentHelpers_HasComponentBegunPlay, ReturnValue) == 0x000008, "Member 'ActorComoponentHelpers_HasComponentBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorComoponentHelpers \ +static_assert(alignof(UActorComoponentHelpers) == 0x000008, "Wrong alignment on UActorComoponentHelpers"); \ +static_assert(sizeof(UActorComoponentHelpers) == 0x000028, "Wrong size on UActorComoponentHelpers"); \ + +#define DUMPER7_ASSERTS_ActorHelpers_ForceUpdateOverlaps \ +static_assert(alignof(ActorHelpers_ForceUpdateOverlaps) == 0x000008, "Wrong alignment on ActorHelpers_ForceUpdateOverlaps"); \ +static_assert(sizeof(ActorHelpers_ForceUpdateOverlaps) == 0x000008, "Wrong size on ActorHelpers_ForceUpdateOverlaps"); \ +static_assert(offsetof(ActorHelpers_ForceUpdateOverlaps, Actor) == 0x000000, "Member 'ActorHelpers_ForceUpdateOverlaps::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorHelpers_UpdateOverlaps \ +static_assert(alignof(ActorHelpers_UpdateOverlaps) == 0x000008, "Wrong alignment on ActorHelpers_UpdateOverlaps"); \ +static_assert(sizeof(ActorHelpers_UpdateOverlaps) == 0x000010, "Wrong size on ActorHelpers_UpdateOverlaps"); \ +static_assert(offsetof(ActorHelpers_UpdateOverlaps, Actor) == 0x000000, "Member 'ActorHelpers_UpdateOverlaps::Actor' has a wrong offset!"); \ +static_assert(offsetof(ActorHelpers_UpdateOverlaps, bDoNotifies) == 0x000008, "Member 'ActorHelpers_UpdateOverlaps::bDoNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorHelpers \ +static_assert(alignof(UActorHelpers) == 0x000008, "Wrong alignment on UActorHelpers"); \ +static_assert(sizeof(UActorHelpers) == 0x000028, "Wrong size on UActorHelpers"); \ + +#define DUMPER7_ASSERTS_ActorSpawnWatcherInterface_OnInstigatedActorSpawned \ +static_assert(alignof(ActorSpawnWatcherInterface_OnInstigatedActorSpawned) == 0x000008, "Wrong alignment on ActorSpawnWatcherInterface_OnInstigatedActorSpawned"); \ +static_assert(sizeof(ActorSpawnWatcherInterface_OnInstigatedActorSpawned) == 0x000010, "Wrong size on ActorSpawnWatcherInterface_OnInstigatedActorSpawned"); \ +static_assert(offsetof(ActorSpawnWatcherInterface_OnInstigatedActorSpawned, SpawnedActor) == 0x000000, "Member 'ActorSpawnWatcherInterface_OnInstigatedActorSpawned::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(ActorSpawnWatcherInterface_OnInstigatedActorSpawned, ReturnValue) == 0x000008, "Member 'ActorSpawnWatcherInterface_OnInstigatedActorSpawned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IActorSpawnWatcherInterface \ +static_assert(alignof(IActorSpawnWatcherInterface) == 0x000001, "Wrong alignment on IActorSpawnWatcherInterface"); \ +static_assert(sizeof(IActorSpawnWatcherInterface) == 0x000001, "Wrong size on IActorSpawnWatcherInterface"); \ + +#define DUMPER7_ASSERTS_USF_ActorWatcherSubSystem \ +static_assert(alignof(USF_ActorWatcherSubSystem) == 0x000008, "Wrong alignment on USF_ActorWatcherSubSystem"); \ +static_assert(sizeof(USF_ActorWatcherSubSystem) == 0x000038, "Wrong size on USF_ActorWatcherSubSystem"); \ + +#define DUMPER7_ASSERTS_AIHelpers_PauseLogic \ +static_assert(alignof(AIHelpers_PauseLogic) == 0x000008, "Wrong alignment on AIHelpers_PauseLogic"); \ +static_assert(sizeof(AIHelpers_PauseLogic) == 0x000018, "Wrong size on AIHelpers_PauseLogic"); \ +static_assert(offsetof(AIHelpers_PauseLogic, BrainComponent) == 0x000000, "Member 'AIHelpers_PauseLogic::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AIHelpers_PauseLogic, DebugReason) == 0x000008, "Member 'AIHelpers_PauseLogic::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIHelpers_ResumeLogic \ +static_assert(alignof(AIHelpers_ResumeLogic) == 0x000008, "Wrong alignment on AIHelpers_ResumeLogic"); \ +static_assert(sizeof(AIHelpers_ResumeLogic) == 0x000018, "Wrong size on AIHelpers_ResumeLogic"); \ +static_assert(offsetof(AIHelpers_ResumeLogic, BrainComponent) == 0x000000, "Member 'AIHelpers_ResumeLogic::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AIHelpers_ResumeLogic, Reason) == 0x000008, "Member 'AIHelpers_ResumeLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIHelpers \ +static_assert(alignof(UAIHelpers) == 0x000008, "Wrong alignment on UAIHelpers"); \ +static_assert(sizeof(UAIHelpers) == 0x000028, "Wrong size on UAIHelpers"); \ + +#define DUMPER7_ASSERTS_SF_AnimationBlueprintHelpers_GetAllActiveMontages \ +static_assert(alignof(SF_AnimationBlueprintHelpers_GetAllActiveMontages) == 0x000008, "Wrong alignment on SF_AnimationBlueprintHelpers_GetAllActiveMontages"); \ +static_assert(sizeof(SF_AnimationBlueprintHelpers_GetAllActiveMontages) == 0x000018, "Wrong size on SF_AnimationBlueprintHelpers_GetAllActiveMontages"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAllActiveMontages, AnimInstance) == 0x000000, "Member 'SF_AnimationBlueprintHelpers_GetAllActiveMontages::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAllActiveMontages, ReturnValue) == 0x000008, "Member 'SF_AnimationBlueprintHelpers_GetAllActiveMontages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData \ +static_assert(alignof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData) == 0x000008, "Wrong alignment on SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData"); \ +static_assert(sizeof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData) == 0x000048, "Wrong size on SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData, DataModel) == 0x000000, "Member 'SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData::DataModel' has a wrong offset!"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData, TrackName) == 0x000010, "Member 'SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData::TrackName' has a wrong offset!"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData, PositionKeys) == 0x000018, "Member 'SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData::PositionKeys' has a wrong offset!"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData, RotationKeys) == 0x000028, "Member 'SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData::RotationKeys' has a wrong offset!"); \ +static_assert(offsetof(SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData, ScalingKeys) == 0x000038, "Member 'SF_AnimationBlueprintHelpers_GetAnimDataModelBoneTrackData::ScalingKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_AnimationBlueprintHelpers \ +static_assert(alignof(USF_AnimationBlueprintHelpers) == 0x000008, "Wrong alignment on USF_AnimationBlueprintHelpers"); \ +static_assert(sizeof(USF_AnimationBlueprintHelpers) == 0x000028, "Wrong size on USF_AnimationBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot \ +static_assert(alignof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot) == 0x000008, "Wrong alignment on SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot"); \ +static_assert(sizeof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot) == 0x000028, "Wrong size on SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot, WorldContextObject) == 0x000000, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot, SlotName) == 0x000008, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot, UserIndex) == 0x000018, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot, ReturnValue) == 0x000020, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot \ +static_assert(alignof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot) == 0x000008, "Wrong alignment on SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot"); \ +static_assert(sizeof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot) == 0x000028, "Wrong size on SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot, WorldContextObject) == 0x000000, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot, SlotNames) == 0x000008, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot::SlotNames' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot, UserIndex) == 0x000018, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot, ReturnValue) == 0x000020, "Member 'SF_AsyncActionDeleteSaveGame_AsyncDeleteGamesFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_AsyncActionDeleteSaveGame \ +static_assert(alignof(USF_AsyncActionDeleteSaveGame) == 0x000008, "Wrong alignment on USF_AsyncActionDeleteSaveGame"); \ +static_assert(sizeof(USF_AsyncActionDeleteSaveGame) == 0x000058, "Wrong size on USF_AsyncActionDeleteSaveGame"); \ +static_assert(offsetof(USF_AsyncActionDeleteSaveGame, Completed) == 0x000030, "Member 'USF_AsyncActionDeleteSaveGame::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakedActors_BakeActors \ +static_assert(alignof(BakedActors_BakeActors) == 0x000001, "Wrong alignment on BakedActors_BakeActors"); \ +static_assert(sizeof(BakedActors_BakeActors) == 0x000001, "Wrong size on BakedActors_BakeActors"); \ +static_assert(offsetof(BakedActors_BakeActors, ReturnValue) == 0x000000, "Member 'BakedActors_BakeActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakedActors_GetActorClassToSpawn \ +static_assert(alignof(BakedActors_GetActorClassToSpawn) == 0x000008, "Wrong alignment on BakedActors_GetActorClassToSpawn"); \ +static_assert(sizeof(BakedActors_GetActorClassToSpawn) == 0x000008, "Wrong size on BakedActors_GetActorClassToSpawn"); \ +static_assert(offsetof(BakedActors_GetActorClassToSpawn, ReturnValue) == 0x000000, "Member 'BakedActors_GetActorClassToSpawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakedActors_GetBakedActorsFolderName \ +static_assert(alignof(BakedActors_GetBakedActorsFolderName) == 0x000008, "Wrong alignment on BakedActors_GetBakedActorsFolderName"); \ +static_assert(sizeof(BakedActors_GetBakedActorsFolderName) == 0x000010, "Wrong size on BakedActors_GetBakedActorsFolderName"); \ +static_assert(offsetof(BakedActors_GetBakedActorsFolderName, ReturnValue) == 0x000000, "Member 'BakedActors_GetBakedActorsFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakedActors_GetBakedActorTransforms \ +static_assert(alignof(BakedActors_GetBakedActorTransforms) == 0x000008, "Wrong alignment on BakedActors_GetBakedActorTransforms"); \ +static_assert(sizeof(BakedActors_GetBakedActorTransforms) == 0x000010, "Wrong size on BakedActors_GetBakedActorTransforms"); \ +static_assert(offsetof(BakedActors_GetBakedActorTransforms, ReturnValue) == 0x000000, "Member 'BakedActors_GetBakedActorTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakedActors_HasAnyBakedActor \ +static_assert(alignof(BakedActors_HasAnyBakedActor) == 0x000001, "Wrong alignment on BakedActors_HasAnyBakedActor"); \ +static_assert(sizeof(BakedActors_HasAnyBakedActor) == 0x000001, "Wrong size on BakedActors_HasAnyBakedActor"); \ +static_assert(offsetof(BakedActors_HasAnyBakedActor, ReturnValue) == 0x000000, "Member 'BakedActors_HasAnyBakedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABakedActors \ +static_assert(alignof(ABakedActors) == 0x000008, "Wrong alignment on ABakedActors"); \ +static_assert(sizeof(ABakedActors) == 0x0002A0, "Wrong size on ABakedActors"); \ +static_assert(offsetof(ABakedActors, BakedActors) == 0x000290, "Member 'ABakedActors::BakedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Array_Remap \ +static_assert(alignof(SandfallBlueprintHelpers_Array_Remap) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Array_Remap"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Array_Remap) == 0x000070, "Wrong size on SandfallBlueprintHelpers_Array_Remap"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Array_Remap, TargetArray) == 0x000000, "Member 'SandfallBlueprintHelpers_Array_Remap::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Array_Remap, RemapTable) == 0x000010, "Member 'SandfallBlueprintHelpers_Array_Remap::RemapTable' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Array_Remap, ResultArray) == 0x000060, "Member 'SandfallBlueprintHelpers_Array_Remap::ResultArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Assert \ +static_assert(alignof(SandfallBlueprintHelpers_Assert) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Assert"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Assert) == 0x000020, "Wrong size on SandfallBlueprintHelpers_Assert"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Assert, _check) == 0x000000, "Member 'SandfallBlueprintHelpers_Assert::_check' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Assert, _message) == 0x000008, "Member 'SandfallBlueprintHelpers_Assert::_message' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Assert, _breakpoint) == 0x000018, "Member 'SandfallBlueprintHelpers_Assert::_breakpoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_AssertMessage \ +static_assert(alignof(SandfallBlueprintHelpers_AssertMessage) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_AssertMessage"); \ +static_assert(sizeof(SandfallBlueprintHelpers_AssertMessage) == 0x000018, "Wrong size on SandfallBlueprintHelpers_AssertMessage"); \ +static_assert(offsetof(SandfallBlueprintHelpers_AssertMessage, _message) == 0x000000, "Member 'SandfallBlueprintHelpers_AssertMessage::_message' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_AssertMessage, _breakpoint) == 0x000010, "Member 'SandfallBlueprintHelpers_AssertMessage::_breakpoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass \ +static_assert(alignof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass"); \ +static_assert(sizeof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass) == 0x000090, "Wrong size on SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000070, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, Owner) == 0x000078, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, TransformScaleMethod) == 0x000080, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000088, "Member 'SandfallBlueprintHelpers_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted \ +static_assert(alignof(SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted"); \ +static_assert(sizeof(SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted) == 0x000008, "Wrong size on SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted"); \ +static_assert(offsetof(SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_BlockTillLevelStreamingCompleted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_CallFunctionByName \ +static_assert(alignof(SandfallBlueprintHelpers_CallFunctionByName) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_CallFunctionByName"); \ +static_assert(sizeof(SandfallBlueprintHelpers_CallFunctionByName) == 0x000020, "Wrong size on SandfallBlueprintHelpers_CallFunctionByName"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CallFunctionByName, _object) == 0x000000, "Member 'SandfallBlueprintHelpers_CallFunctionByName::_object' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CallFunctionByName, _functionName) == 0x000008, "Member 'SandfallBlueprintHelpers_CallFunctionByName::_functionName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CallFunctionByName, _IsFailed) == 0x000018, "Member 'SandfallBlueprintHelpers_CallFunctionByName::_IsFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_CancelLatentActions \ +static_assert(alignof(SandfallBlueprintHelpers_CancelLatentActions) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_CancelLatentActions"); \ +static_assert(sizeof(SandfallBlueprintHelpers_CancelLatentActions) == 0x000010, "Wrong size on SandfallBlueprintHelpers_CancelLatentActions"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CancelLatentActions, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_CancelLatentActions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CancelLatentActions, Object) == 0x000008, "Member 'SandfallBlueprintHelpers_CancelLatentActions::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_CheckEntitlement \ +static_assert(alignof(SandfallBlueprintHelpers_CheckEntitlement) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_CheckEntitlement"); \ +static_assert(sizeof(SandfallBlueprintHelpers_CheckEntitlement) == 0x000010, "Wrong size on SandfallBlueprintHelpers_CheckEntitlement"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CheckEntitlement, _worldContext) == 0x000000, "Member 'SandfallBlueprintHelpers_CheckEntitlement::_worldContext' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CheckEntitlement, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_CheckEntitlement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_CompareStrings \ +static_assert(alignof(SandfallBlueprintHelpers_CompareStrings) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_CompareStrings"); \ +static_assert(sizeof(SandfallBlueprintHelpers_CompareStrings) == 0x000028, "Wrong size on SandfallBlueprintHelpers_CompareStrings"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CompareStrings, A) == 0x000000, "Member 'SandfallBlueprintHelpers_CompareStrings::A' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CompareStrings, B) == 0x000010, "Member 'SandfallBlueprintHelpers_CompareStrings::B' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CompareStrings, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_CompareStrings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef \ +static_assert(alignof(SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef) == 0x000050, "Wrong size on SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef, _InObject) == 0x000000, "Member 'SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef::_InObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef, _OutWorldSoftRef) == 0x000028, "Member 'SandfallBlueprintHelpers_ConvertSoftRefToWorldSoftRef::_OutWorldSoftRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_CopyAllProperties \ +static_assert(alignof(SandfallBlueprintHelpers_CopyAllProperties) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_CopyAllProperties"); \ +static_assert(sizeof(SandfallBlueprintHelpers_CopyAllProperties) == 0x000018, "Wrong size on SandfallBlueprintHelpers_CopyAllProperties"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CopyAllProperties, FromObject) == 0x000000, "Member 'SandfallBlueprintHelpers_CopyAllProperties::FromObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CopyAllProperties, ToObject) == 0x000008, "Member 'SandfallBlueprintHelpers_CopyAllProperties::ToObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_CopyAllProperties, bIncludeComponents) == 0x000010, "Member 'SandfallBlueprintHelpers_CopyAllProperties::bIncludeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_DebugConstructFromClass \ +static_assert(alignof(SandfallBlueprintHelpers_DebugConstructFromClass) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_DebugConstructFromClass"); \ +static_assert(sizeof(SandfallBlueprintHelpers_DebugConstructFromClass) == 0x000018, "Wrong size on SandfallBlueprintHelpers_DebugConstructFromClass"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugConstructFromClass, _class) == 0x000000, "Member 'SandfallBlueprintHelpers_DebugConstructFromClass::_class' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugConstructFromClass, _owner) == 0x000008, "Member 'SandfallBlueprintHelpers_DebugConstructFromClass::_owner' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugConstructFromClass, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_DebugConstructFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_DebugFindClassByName \ +static_assert(alignof(SandfallBlueprintHelpers_DebugFindClassByName) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_DebugFindClassByName"); \ +static_assert(sizeof(SandfallBlueprintHelpers_DebugFindClassByName) == 0x000018, "Wrong size on SandfallBlueprintHelpers_DebugFindClassByName"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugFindClassByName, _className) == 0x000000, "Member 'SandfallBlueprintHelpers_DebugFindClassByName::_className' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugFindClassByName, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_DebugFindClassByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_DebugMe \ +static_assert(alignof(SandfallBlueprintHelpers_DebugMe) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_DebugMe"); \ +static_assert(sizeof(SandfallBlueprintHelpers_DebugMe) == 0x000008, "Wrong size on SandfallBlueprintHelpers_DebugMe"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DebugMe, _objectToDebug) == 0x000000, "Member 'SandfallBlueprintHelpers_DebugMe::_objectToDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_DrawDebugCircleArc \ +static_assert(alignof(SandfallBlueprintHelpers_DrawDebugCircleArc) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_DrawDebugCircleArc"); \ +static_assert(sizeof(SandfallBlueprintHelpers_DrawDebugCircleArc) == 0x000060, "Wrong size on SandfallBlueprintHelpers_DrawDebugCircleArc"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Center) == 0x000008, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Center' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Radius) == 0x000020, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Direction) == 0x000028, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Direction' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, AngleWidth) == 0x000040, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Segments) == 0x000044, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Segments' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Color) == 0x000048, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Color' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Lifetime) == 0x000058, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_DrawDebugCircleArc, Thickness) == 0x00005C, "Member 'SandfallBlueprintHelpers_DrawDebugCircleArc::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_FileDelete \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_FileDelete) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_FileDelete"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_FileDelete) == 0x000018, "Wrong size on SandfallBlueprintHelpers_Editor_FileDelete"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileDelete, Filename) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_FileDelete::Filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileDelete, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_FileDelete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_FileLoadString \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_FileLoadString) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_FileLoadString"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_FileLoadString) == 0x000028, "Wrong size on SandfallBlueprintHelpers_Editor_FileLoadString"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadString, Filename) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_FileLoadString::Filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadString, Content) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_FileLoadString::Content' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadString, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_Editor_FileLoadString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_FileLoadStringReal \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_FileLoadStringReal) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_FileLoadStringReal"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_FileLoadStringReal) == 0x000028, "Wrong size on SandfallBlueprintHelpers_Editor_FileLoadStringReal"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadStringReal, Filename) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_FileLoadStringReal::Filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadStringReal, Content) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_FileLoadStringReal::Content' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileLoadStringReal, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_Editor_FileLoadStringReal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_FileSaveString \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_FileSaveString) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_FileSaveString"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_FileSaveString) == 0x000028, "Wrong size on SandfallBlueprintHelpers_Editor_FileSaveString"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileSaveString, Content) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_FileSaveString::Content' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileSaveString, Filename) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_FileSaveString::Filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_FileSaveString, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_Editor_FileSaveString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_GetShaderCompilationState \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_GetShaderCompilationState) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_Editor_GetShaderCompilationState"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_GetShaderCompilationState) == 0x00000C, "Wrong size on SandfallBlueprintHelpers_Editor_GetShaderCompilationState"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetShaderCompilationState, jobCount) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_GetShaderCompilationState::jobCount' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetShaderCompilationState, workerCount) == 0x000004, "Member 'SandfallBlueprintHelpers_Editor_GetShaderCompilationState::workerCount' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetShaderCompilationState, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_Editor_GetShaderCompilationState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_GetStatValue \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_GetStatValue) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_GetStatValue"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_GetStatValue) == 0x000030, "Wrong size on SandfallBlueprintHelpers_Editor_GetStatValue"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetStatValue, _StatGroup) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_GetStatValue::_StatGroup' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetStatValue, _StatName) == 0x000008, "Member 'SandfallBlueprintHelpers_Editor_GetStatValue::_StatName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetStatValue, _isMemory) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_GetStatValue::_isMemory' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetStatValue, _OutValue) == 0x000018, "Member 'SandfallBlueprintHelpers_Editor_GetStatValue::_OutValue' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_GetStatValue, ReturnValue) == 0x000028, "Member 'SandfallBlueprintHelpers_Editor_GetStatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_MoveScreenshots \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_MoveScreenshots) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_MoveScreenshots"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_MoveScreenshots) == 0x000028, "Wrong size on SandfallBlueprintHelpers_Editor_MoveScreenshots"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_MoveScreenshots, _sourceFile) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_MoveScreenshots::_sourceFile' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_MoveScreenshots, _destination) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_MoveScreenshots::_destination' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_MoveScreenshots, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_Editor_MoveScreenshots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_PushJSONToMongoDB \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_PushJSONToMongoDB) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_PushJSONToMongoDB"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_PushJSONToMongoDB) == 0x000010, "Wrong size on SandfallBlueprintHelpers_Editor_PushJSONToMongoDB"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_PushJSONToMongoDB, Json) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_PushJSONToMongoDB::Json' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Editor_TakeScreenshot \ +static_assert(alignof(SandfallBlueprintHelpers_Editor_TakeScreenshot) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Editor_TakeScreenshot"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Editor_TakeScreenshot) == 0x000018, "Wrong size on SandfallBlueprintHelpers_Editor_TakeScreenshot"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_TakeScreenshot, _filename) == 0x000000, "Member 'SandfallBlueprintHelpers_Editor_TakeScreenshot::_filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Editor_TakeScreenshot, _showUI) == 0x000010, "Member 'SandfallBlueprintHelpers_Editor_TakeScreenshot::_showUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_EditorAlert \ +static_assert(alignof(SandfallBlueprintHelpers_EditorAlert) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_EditorAlert"); \ +static_assert(sizeof(SandfallBlueprintHelpers_EditorAlert) == 0x000010, "Wrong size on SandfallBlueprintHelpers_EditorAlert"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EditorAlert, _text) == 0x000000, "Member 'SandfallBlueprintHelpers_EditorAlert::_text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_EqualsObjects \ +static_assert(alignof(SandfallBlueprintHelpers_EqualsObjects) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_EqualsObjects"); \ +static_assert(sizeof(SandfallBlueprintHelpers_EqualsObjects) == 0x000018, "Wrong size on SandfallBlueprintHelpers_EqualsObjects"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EqualsObjects, A) == 0x000000, "Member 'SandfallBlueprintHelpers_EqualsObjects::A' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EqualsObjects, B) == 0x000008, "Member 'SandfallBlueprintHelpers_EqualsObjects::B' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EqualsObjects, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_EqualsObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_EscapeJson \ +static_assert(alignof(SandfallBlueprintHelpers_EscapeJson) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_EscapeJson"); \ +static_assert(sizeof(SandfallBlueprintHelpers_EscapeJson) == 0x000020, "Wrong size on SandfallBlueprintHelpers_EscapeJson"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EscapeJson, Input) == 0x000000, "Member 'SandfallBlueprintHelpers_EscapeJson::Input' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_EscapeJson, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_EscapeJson::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ExecuteDelegate \ +static_assert(alignof(SandfallBlueprintHelpers_ExecuteDelegate) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_ExecuteDelegate"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ExecuteDelegate) == 0x000010, "Wrong size on SandfallBlueprintHelpers_ExecuteDelegate"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ExecuteDelegate, Delegate) == 0x000000, "Member 'SandfallBlueprintHelpers_ExecuteDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FinishSpawningActor \ +static_assert(alignof(SandfallBlueprintHelpers_FinishSpawningActor) == 0x000010, "Wrong alignment on SandfallBlueprintHelpers_FinishSpawningActor"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FinishSpawningActor) == 0x000080, "Wrong size on SandfallBlueprintHelpers_FinishSpawningActor"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FinishSpawningActor, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_FinishSpawningActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'SandfallBlueprintHelpers_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FinishSpawningActor, TransformScaleMethod) == 0x000070, "Member 'SandfallBlueprintHelpers_FinishSpawningActor::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FinishSpawningActor, ReturnValue) == 0x000078, "Member 'SandfallBlueprintHelpers_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FlushInputs \ +static_assert(alignof(SandfallBlueprintHelpers_FlushInputs) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_FlushInputs"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FlushInputs) == 0x000008, "Wrong size on SandfallBlueprintHelpers_FlushInputs"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FlushInputs, PlayerController) == 0x000000, "Member 'SandfallBlueprintHelpers_FlushInputs::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Format \ +static_assert(alignof(SandfallBlueprintHelpers_Format) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Format"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Format) == 0x000030, "Wrong size on SandfallBlueprintHelpers_Format"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Format, InPattern) == 0x000000, "Member 'SandfallBlueprintHelpers_Format::InPattern' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Format, InArgs) == 0x000010, "Member 'SandfallBlueprintHelpers_Format::InArgs' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Format, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_Format::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FormatDateTime \ +static_assert(alignof(SandfallBlueprintHelpers_FormatDateTime) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_FormatDateTime"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FormatDateTime) == 0x000018, "Wrong size on SandfallBlueprintHelpers_FormatDateTime"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatDateTime, DateTime) == 0x000000, "Member 'SandfallBlueprintHelpers_FormatDateTime::DateTime' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatDateTime, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_FormatDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FormatDateTimeWithPattern \ +static_assert(alignof(SandfallBlueprintHelpers_FormatDateTimeWithPattern) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_FormatDateTimeWithPattern"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FormatDateTimeWithPattern) == 0x000028, "Wrong size on SandfallBlueprintHelpers_FormatDateTimeWithPattern"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatDateTimeWithPattern, DateTime) == 0x000000, "Member 'SandfallBlueprintHelpers_FormatDateTimeWithPattern::DateTime' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatDateTimeWithPattern, FormatString) == 0x000008, "Member 'SandfallBlueprintHelpers_FormatDateTimeWithPattern::FormatString' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatDateTimeWithPattern, ReturnValue) == 0x000018, "Member 'SandfallBlueprintHelpers_FormatDateTimeWithPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FormatTimespan \ +static_assert(alignof(SandfallBlueprintHelpers_FormatTimespan) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_FormatTimespan"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FormatTimespan) == 0x000018, "Wrong size on SandfallBlueprintHelpers_FormatTimespan"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatTimespan, Timespan) == 0x000000, "Member 'SandfallBlueprintHelpers_FormatTimespan::Timespan' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatTimespan, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_FormatTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_FormatTimespanWithPattern \ +static_assert(alignof(SandfallBlueprintHelpers_FormatTimespanWithPattern) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_FormatTimespanWithPattern"); \ +static_assert(sizeof(SandfallBlueprintHelpers_FormatTimespanWithPattern) == 0x000028, "Wrong size on SandfallBlueprintHelpers_FormatTimespanWithPattern"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatTimespanWithPattern, Timespan) == 0x000000, "Member 'SandfallBlueprintHelpers_FormatTimespanWithPattern::Timespan' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatTimespanWithPattern, FormatString) == 0x000008, "Member 'SandfallBlueprintHelpers_FormatTimespanWithPattern::FormatString' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_FormatTimespanWithPattern, ReturnValue) == 0x000018, "Member 'SandfallBlueprintHelpers_FormatTimespanWithPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetAllComponentsByClass \ +static_assert(alignof(SandfallBlueprintHelpers_GetAllComponentsByClass) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetAllComponentsByClass"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetAllComponentsByClass) == 0x000020, "Wrong size on SandfallBlueprintHelpers_GetAllComponentsByClass"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAllComponentsByClass, World) == 0x000000, "Member 'SandfallBlueprintHelpers_GetAllComponentsByClass::World' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAllComponentsByClass, Class_0) == 0x000008, "Member 'SandfallBlueprintHelpers_GetAllComponentsByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAllComponentsByClass, Components) == 0x000010, "Member 'SandfallBlueprintHelpers_GetAllComponentsByClass::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetAllLightComponents \ +static_assert(alignof(SandfallBlueprintHelpers_GetAllLightComponents) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetAllLightComponents"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetAllLightComponents) == 0x000018, "Wrong size on SandfallBlueprintHelpers_GetAllLightComponents"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAllLightComponents, World) == 0x000000, "Member 'SandfallBlueprintHelpers_GetAllLightComponents::World' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAllLightComponents, LightComponents) == 0x000008, "Member 'SandfallBlueprintHelpers_GetAllLightComponents::LightComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetAppDeltaTime \ +static_assert(alignof(SandfallBlueprintHelpers_GetAppDeltaTime) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_GetAppDeltaTime"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetAppDeltaTime) == 0x000004, "Wrong size on SandfallBlueprintHelpers_GetAppDeltaTime"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetAppDeltaTime, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetAppDeltaTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetBuildInfo \ +static_assert(alignof(SandfallBlueprintHelpers_GetBuildInfo) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetBuildInfo"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetBuildInfo) == 0x000028, "Wrong size on SandfallBlueprintHelpers_GetBuildInfo"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetBuildInfo, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_GetBuildInfo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetBuildInfo, Changelist) == 0x000008, "Member 'SandfallBlueprintHelpers_GetBuildInfo::Changelist' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetBuildInfo, CurrentPersistentLevel) == 0x000018, "Member 'SandfallBlueprintHelpers_GetBuildInfo::CurrentPersistentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetCameraCutTrackSettings \ +static_assert(alignof(SandfallBlueprintHelpers_GetCameraCutTrackSettings) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetCameraCutTrackSettings"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetCameraCutTrackSettings) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetCameraCutTrackSettings"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCameraCutTrackSettings, CameraCutTrack) == 0x000000, "Member 'SandfallBlueprintHelpers_GetCameraCutTrackSettings::CameraCutTrack' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCameraCutTrackSettings, SectionFound) == 0x000008, "Member 'SandfallBlueprintHelpers_GetCameraCutTrackSettings::SectionFound' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCameraCutTrackSettings, CanBlend) == 0x000009, "Member 'SandfallBlueprintHelpers_GetCameraCutTrackSettings::CanBlend' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCameraCutTrackSettings, HasEasing) == 0x00000A, "Member 'SandfallBlueprintHelpers_GetCameraCutTrackSettings::HasEasing' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCameraCutTrackSettings, IsPreviousCameraLocked) == 0x00000B, "Member 'SandfallBlueprintHelpers_GetCameraCutTrackSettings::IsPreviousCameraLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetClassDefaultObject \ +static_assert(alignof(SandfallBlueprintHelpers_GetClassDefaultObject) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetClassDefaultObject"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetClassDefaultObject) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetClassDefaultObject"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetClassDefaultObject, Object) == 0x000000, "Member 'SandfallBlueprintHelpers_GetClassDefaultObject::Object' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetClassDefaultObject, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_GetClassDefaultObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetComponentFromReference \ +static_assert(alignof(SandfallBlueprintHelpers_GetComponentFromReference) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetComponentFromReference"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetComponentFromReference) == 0x000038, "Wrong size on SandfallBlueprintHelpers_GetComponentFromReference"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetComponentFromReference, ComponentReference) == 0x000000, "Member 'SandfallBlueprintHelpers_GetComponentFromReference::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetComponentFromReference, OwningActor) == 0x000028, "Member 'SandfallBlueprintHelpers_GetComponentFromReference::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetComponentFromReference, ReturnValue) == 0x000030, "Member 'SandfallBlueprintHelpers_GetComponentFromReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetCurrentViewTarget \ +static_assert(alignof(SandfallBlueprintHelpers_GetCurrentViewTarget) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetCurrentViewTarget"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetCurrentViewTarget) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetCurrentViewTarget"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCurrentViewTarget, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_GetCurrentViewTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetCurrentViewTarget, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_GetCurrentViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetDataTableRowFromName \ +static_assert(alignof(SandfallBlueprintHelpers_GetDataTableRowFromName) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetDataTableRowFromName"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetDataTableRowFromName) == 0x000018, "Wrong size on SandfallBlueprintHelpers_GetDataTableRowFromName"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetDataTableRowFromName, Table) == 0x000000, "Member 'SandfallBlueprintHelpers_GetDataTableRowFromName::Table' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetDataTableRowFromName, RowName) == 0x000008, "Member 'SandfallBlueprintHelpers_GetDataTableRowFromName::RowName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetDataTableRowFromName, OutRow) == 0x000010, "Member 'SandfallBlueprintHelpers_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetDebugInfo \ +static_assert(alignof(SandfallBlueprintHelpers_GetDebugInfo) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetDebugInfo"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetDebugInfo) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetDebugInfo"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetDebugInfo, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetEditorViewportTransform \ +static_assert(alignof(SandfallBlueprintHelpers_GetEditorViewportTransform) == 0x000010, "Wrong alignment on SandfallBlueprintHelpers_GetEditorViewportTransform"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetEditorViewportTransform) == 0x000060, "Wrong size on SandfallBlueprintHelpers_GetEditorViewportTransform"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetEditorViewportTransform, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetEditorViewportTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetLastRenderTimeOnScreen \ +static_assert(alignof(SandfallBlueprintHelpers_GetLastRenderTimeOnScreen) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetLastRenderTimeOnScreen"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetLastRenderTimeOnScreen) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetLastRenderTimeOnScreen"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetLastRenderTimeOnScreen, Primitive) == 0x000000, "Member 'SandfallBlueprintHelpers_GetLastRenderTimeOnScreen::Primitive' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetLastRenderTimeOnScreen, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_GetLastRenderTimeOnScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetMaxDistanceAttenuation \ +static_assert(alignof(SandfallBlueprintHelpers_GetMaxDistanceAttenuation) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetMaxDistanceAttenuation"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetMaxDistanceAttenuation) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetMaxDistanceAttenuation"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetMaxDistanceAttenuation, Sound) == 0x000000, "Member 'SandfallBlueprintHelpers_GetMaxDistanceAttenuation::Sound' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetMaxDistanceAttenuation, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_GetMaxDistanceAttenuation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetPlatformNameAsTag \ +static_assert(alignof(SandfallBlueprintHelpers_GetPlatformNameAsTag) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_GetPlatformNameAsTag"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetPlatformNameAsTag) == 0x000008, "Wrong size on SandfallBlueprintHelpers_GetPlatformNameAsTag"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetPlatformNameAsTag, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetPlatformNameAsTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetSamplingRegionNames \ +static_assert(alignof(SandfallBlueprintHelpers_GetSamplingRegionNames) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetSamplingRegionNames"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetSamplingRegionNames) == 0x000018, "Wrong size on SandfallBlueprintHelpers_GetSamplingRegionNames"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetSamplingRegionNames, SkeletalMeshAsset) == 0x000000, "Member 'SandfallBlueprintHelpers_GetSamplingRegionNames::SkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetSamplingRegionNames, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_GetSamplingRegionNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetStackTrace \ +static_assert(alignof(SandfallBlueprintHelpers_GetStackTrace) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetStackTrace"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetStackTrace) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetStackTrace"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetStackTrace, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetStackTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetUpscalerInfo \ +static_assert(alignof(SandfallBlueprintHelpers_GetUpscalerInfo) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetUpscalerInfo"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetUpscalerInfo) == 0x000010, "Wrong size on SandfallBlueprintHelpers_GetUpscalerInfo"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetUpscalerInfo, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_GetUpscalerInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_GetVendorBuildInfo \ +static_assert(alignof(SandfallBlueprintHelpers_GetVendorBuildInfo) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_GetVendorBuildInfo"); \ +static_assert(sizeof(SandfallBlueprintHelpers_GetVendorBuildInfo) == 0x000028, "Wrong size on SandfallBlueprintHelpers_GetVendorBuildInfo"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetVendorBuildInfo, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_GetVendorBuildInfo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetVendorBuildInfo, OwnerInfo) == 0x000008, "Member 'SandfallBlueprintHelpers_GetVendorBuildInfo::OwnerInfo' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_GetVendorBuildInfo, BuildInfo) == 0x000018, "Member 'SandfallBlueprintHelpers_GetVendorBuildInfo::BuildInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_HasActorBegunPlay \ +static_assert(alignof(SandfallBlueprintHelpers_HasActorBegunPlay) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_HasActorBegunPlay"); \ +static_assert(sizeof(SandfallBlueprintHelpers_HasActorBegunPlay) == 0x000010, "Wrong size on SandfallBlueprintHelpers_HasActorBegunPlay"); \ +static_assert(offsetof(SandfallBlueprintHelpers_HasActorBegunPlay, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_HasActorBegunPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_HasActorBegunPlay, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_HasActorBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsActorSpatiallyLoaded \ +static_assert(alignof(SandfallBlueprintHelpers_IsActorSpatiallyLoaded) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_IsActorSpatiallyLoaded"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsActorSpatiallyLoaded) == 0x000010, "Wrong size on SandfallBlueprintHelpers_IsActorSpatiallyLoaded"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsActorSpatiallyLoaded, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_IsActorSpatiallyLoaded::Actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsActorSpatiallyLoaded, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_IsActorSpatiallyLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_isCollisionProfileValid \ +static_assert(alignof(SandfallBlueprintHelpers_isCollisionProfileValid) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_isCollisionProfileValid"); \ +static_assert(sizeof(SandfallBlueprintHelpers_isCollisionProfileValid) == 0x00000C, "Wrong size on SandfallBlueprintHelpers_isCollisionProfileValid"); \ +static_assert(offsetof(SandfallBlueprintHelpers_isCollisionProfileValid, ProfileName) == 0x000000, "Member 'SandfallBlueprintHelpers_isCollisionProfileValid::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_isCollisionProfileValid, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_isCollisionProfileValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart \ +static_assert(alignof(SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsCurrentConsoleTypeLockheart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsEventDispatcherConnected \ +static_assert(alignof(SandfallBlueprintHelpers_IsEventDispatcherConnected) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_IsEventDispatcherConnected"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsEventDispatcherConnected) == 0x000018, "Wrong size on SandfallBlueprintHelpers_IsEventDispatcherConnected"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsEventDispatcherConnected, Object) == 0x000000, "Member 'SandfallBlueprintHelpers_IsEventDispatcherConnected::Object' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsEventDispatcherConnected, EventDispatcherName) == 0x000008, "Member 'SandfallBlueprintHelpers_IsEventDispatcherConnected::EventDispatcherName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsEventDispatcherConnected, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_IsEventDispatcherConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsInPlayMode \ +static_assert(alignof(SandfallBlueprintHelpers_IsInPlayMode) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsInPlayMode"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsInPlayMode) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsInPlayMode"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsInPlayMode, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsInPlayMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsInSimulateMode \ +static_assert(alignof(SandfallBlueprintHelpers_IsInSimulateMode) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsInSimulateMode"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsInSimulateMode) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsInSimulateMode"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsInSimulateMode, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsInSimulateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsPackagedBuild \ +static_assert(alignof(SandfallBlueprintHelpers_IsPackagedBuild) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsPackagedBuild"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsPackagedBuild) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsPackagedBuild"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsPackagedBuild, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsPackagedBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsPawnInputEnabled \ +static_assert(alignof(SandfallBlueprintHelpers_IsPawnInputEnabled) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_IsPawnInputEnabled"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsPawnInputEnabled) == 0x000010, "Wrong size on SandfallBlueprintHelpers_IsPawnInputEnabled"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsPawnInputEnabled, _actor) == 0x000000, "Member 'SandfallBlueprintHelpers_IsPawnInputEnabled::_actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsPawnInputEnabled, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_IsPawnInputEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsRunningAutomationTest \ +static_assert(alignof(SandfallBlueprintHelpers_IsRunningAutomationTest) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsRunningAutomationTest"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsRunningAutomationTest) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsRunningAutomationTest"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsRunningAutomationTest, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsRunningAutomationTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_IsRunningOnSteamDeck \ +static_assert(alignof(SandfallBlueprintHelpers_IsRunningOnSteamDeck) == 0x000001, "Wrong alignment on SandfallBlueprintHelpers_IsRunningOnSteamDeck"); \ +static_assert(sizeof(SandfallBlueprintHelpers_IsRunningOnSteamDeck) == 0x000001, "Wrong size on SandfallBlueprintHelpers_IsRunningOnSteamDeck"); \ +static_assert(offsetof(SandfallBlueprintHelpers_IsRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_IsRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_MakeLogOutputCapture \ +static_assert(alignof(SandfallBlueprintHelpers_MakeLogOutputCapture) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_MakeLogOutputCapture"); \ +static_assert(sizeof(SandfallBlueprintHelpers_MakeLogOutputCapture) == 0x000008, "Wrong size on SandfallBlueprintHelpers_MakeLogOutputCapture"); \ +static_assert(offsetof(SandfallBlueprintHelpers_MakeLogOutputCapture, ReturnValue) == 0x000000, "Member 'SandfallBlueprintHelpers_MakeLogOutputCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Map_Remap \ +static_assert(alignof(SandfallBlueprintHelpers_Map_Remap) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Map_Remap"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Map_Remap) == 0x0000F0, "Wrong size on SandfallBlueprintHelpers_Map_Remap"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Map_Remap, TargetMap) == 0x000000, "Member 'SandfallBlueprintHelpers_Map_Remap::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Map_Remap, RemapTable) == 0x000050, "Member 'SandfallBlueprintHelpers_Map_Remap::RemapTable' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Map_Remap, ResultMap) == 0x0000A0, "Member 'SandfallBlueprintHelpers_Map_Remap::ResultMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_Map_ToString \ +static_assert(alignof(SandfallBlueprintHelpers_Map_ToString) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_Map_ToString"); \ +static_assert(sizeof(SandfallBlueprintHelpers_Map_ToString) == 0x000060, "Wrong size on SandfallBlueprintHelpers_Map_ToString"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Map_ToString, TargetMap) == 0x000000, "Member 'SandfallBlueprintHelpers_Map_ToString::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_Map_ToString, OutStringList) == 0x000050, "Member 'SandfallBlueprintHelpers_Map_ToString::OutStringList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_MemTraceUserMark \ +static_assert(alignof(SandfallBlueprintHelpers_MemTraceUserMark) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_MemTraceUserMark"); \ +static_assert(sizeof(SandfallBlueprintHelpers_MemTraceUserMark) == 0x000010, "Wrong size on SandfallBlueprintHelpers_MemTraceUserMark"); \ +static_assert(offsetof(SandfallBlueprintHelpers_MemTraceUserMark, userMark) == 0x000000, "Member 'SandfallBlueprintHelpers_MemTraceUserMark::userMark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_OffsetTransform \ +static_assert(alignof(SandfallBlueprintHelpers_OffsetTransform) == 0x000010, "Wrong alignment on SandfallBlueprintHelpers_OffsetTransform"); \ +static_assert(sizeof(SandfallBlueprintHelpers_OffsetTransform) == 0x0000D0, "Wrong size on SandfallBlueprintHelpers_OffsetTransform"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OffsetTransform, StartTransform) == 0x000000, "Member 'SandfallBlueprintHelpers_OffsetTransform::StartTransform' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OffsetTransform, ForwardOffset) == 0x000060, "Member 'SandfallBlueprintHelpers_OffsetTransform::ForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OffsetTransform, UpOffset) == 0x000064, "Member 'SandfallBlueprintHelpers_OffsetTransform::UpOffset' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OffsetTransform, ReturnValue) == 0x000070, "Member 'SandfallBlueprintHelpers_OffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_OverrideBoolCVar \ +static_assert(alignof(SandfallBlueprintHelpers_OverrideBoolCVar) == 0x000004, "Wrong alignment on SandfallBlueprintHelpers_OverrideBoolCVar"); \ +static_assert(sizeof(SandfallBlueprintHelpers_OverrideBoolCVar) == 0x00000C, "Wrong size on SandfallBlueprintHelpers_OverrideBoolCVar"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OverrideBoolCVar, _name) == 0x000000, "Member 'SandfallBlueprintHelpers_OverrideBoolCVar::_name' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_OverrideBoolCVar, _value) == 0x000008, "Member 'SandfallBlueprintHelpers_OverrideBoolCVar::_value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ParseIntoArrayLines \ +static_assert(alignof(SandfallBlueprintHelpers_ParseIntoArrayLines) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_ParseIntoArrayLines"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ParseIntoArrayLines) == 0x000028, "Wrong size on SandfallBlueprintHelpers_ParseIntoArrayLines"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ParseIntoArrayLines, In) == 0x000000, "Member 'SandfallBlueprintHelpers_ParseIntoArrayLines::In' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ParseIntoArrayLines, CullEmpty) == 0x000010, "Member 'SandfallBlueprintHelpers_ParseIntoArrayLines::CullEmpty' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ParseIntoArrayLines, ReturnValue) == 0x000018, "Member 'SandfallBlueprintHelpers_ParseIntoArrayLines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_PrintStringInLog \ +static_assert(alignof(SandfallBlueprintHelpers_PrintStringInLog) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_PrintStringInLog"); \ +static_assert(sizeof(SandfallBlueprintHelpers_PrintStringInLog) == 0x000018, "Wrong size on SandfallBlueprintHelpers_PrintStringInLog"); \ +static_assert(offsetof(SandfallBlueprintHelpers_PrintStringInLog, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_PrintStringInLog::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_PrintStringInLog, InString) == 0x000008, "Member 'SandfallBlueprintHelpers_PrintStringInLog::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RegisterBoolCVar \ +static_assert(alignof(SandfallBlueprintHelpers_RegisterBoolCVar) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RegisterBoolCVar"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RegisterBoolCVar) == 0x000020, "Wrong size on SandfallBlueprintHelpers_RegisterBoolCVar"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterBoolCVar, _name) == 0x000000, "Member 'SandfallBlueprintHelpers_RegisterBoolCVar::_name' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterBoolCVar, _defaultValue) == 0x000008, "Member 'SandfallBlueprintHelpers_RegisterBoolCVar::_defaultValue' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterBoolCVar, _description) == 0x000010, "Member 'SandfallBlueprintHelpers_RegisterBoolCVar::_description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RegisterInputAction \ +static_assert(alignof(SandfallBlueprintHelpers_RegisterInputAction) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RegisterInputAction"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RegisterInputAction) == 0x000020, "Wrong size on SandfallBlueprintHelpers_RegisterInputAction"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterInputAction, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_RegisterInputAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterInputAction, InputAction) == 0x000008, "Member 'SandfallBlueprintHelpers_RegisterInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterInputAction, OnPressed) == 0x000010, "Member 'SandfallBlueprintHelpers_RegisterInputAction::OnPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RegisterIntegerCVar \ +static_assert(alignof(SandfallBlueprintHelpers_RegisterIntegerCVar) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RegisterIntegerCVar"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RegisterIntegerCVar) == 0x000020, "Wrong size on SandfallBlueprintHelpers_RegisterIntegerCVar"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterIntegerCVar, _name) == 0x000000, "Member 'SandfallBlueprintHelpers_RegisterIntegerCVar::_name' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterIntegerCVar, _defaultValue) == 0x000008, "Member 'SandfallBlueprintHelpers_RegisterIntegerCVar::_defaultValue' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterIntegerCVar, _description) == 0x000010, "Member 'SandfallBlueprintHelpers_RegisterIntegerCVar::_description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RegisterStringCVar \ +static_assert(alignof(SandfallBlueprintHelpers_RegisterStringCVar) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RegisterStringCVar"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RegisterStringCVar) == 0x000028, "Wrong size on SandfallBlueprintHelpers_RegisterStringCVar"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterStringCVar, _name) == 0x000000, "Member 'SandfallBlueprintHelpers_RegisterStringCVar::_name' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterStringCVar, _defaultValue) == 0x000008, "Member 'SandfallBlueprintHelpers_RegisterStringCVar::_defaultValue' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RegisterStringCVar, _description) == 0x000018, "Member 'SandfallBlueprintHelpers_RegisterStringCVar::_description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ReloadActor \ +static_assert(alignof(SandfallBlueprintHelpers_ReloadActor) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_ReloadActor"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ReloadActor) == 0x000008, "Wrong size on SandfallBlueprintHelpers_ReloadActor"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ReloadActor, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_ReloadActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride \ +static_assert(alignof(SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride) == 0x000018, "Wrong size on SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride, _MaterialInstance) == 0x000000, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride::_MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride, _ParameterName) == 0x000008, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride::_ParameterName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceParameterOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride \ +static_assert(alignof(SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride) == 0x000018, "Wrong size on SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride, _MaterialInstance) == 0x000000, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride::_MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride, _ParameterName) == 0x000008, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride::_ParameterName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride, ReturnValue) == 0x000010, "Member 'SandfallBlueprintHelpers_RemoveMaterialInstanceStaticSwitchOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_RequestScreenshot \ +static_assert(alignof(SandfallBlueprintHelpers_RequestScreenshot) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_RequestScreenshot"); \ +static_assert(sizeof(SandfallBlueprintHelpers_RequestScreenshot) == 0x000018, "Wrong size on SandfallBlueprintHelpers_RequestScreenshot"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RequestScreenshot, _filename) == 0x000000, "Member 'SandfallBlueprintHelpers_RequestScreenshot::_filename' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_RequestScreenshot, _showUI) == 0x000010, "Member 'SandfallBlueprintHelpers_RequestScreenshot::_showUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ResetAllProperties \ +static_assert(alignof(SandfallBlueprintHelpers_ResetAllProperties) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_ResetAllProperties"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ResetAllProperties) == 0x000010, "Wrong size on SandfallBlueprintHelpers_ResetAllProperties"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ResetAllProperties, Object) == 0x000000, "Member 'SandfallBlueprintHelpers_ResetAllProperties::Object' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ResetAllProperties, bIncludeComponents) == 0x000008, "Member 'SandfallBlueprintHelpers_ResetAllProperties::bIncludeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData \ +static_assert(alignof(SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData"); \ +static_assert(sizeof(SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData) == 0x000008, "Wrong size on SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData"); \ +static_assert(offsetof(SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData, _MaterialInstance) == 0x000000, "Member 'SandfallBlueprintHelpers_ResetMaterialInstanceTextureStreamingData::_MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetActorIsEditorOnly \ +static_assert(alignof(SandfallBlueprintHelpers_SetActorIsEditorOnly) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetActorIsEditorOnly"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetActorIsEditorOnly) == 0x000010, "Wrong size on SandfallBlueprintHelpers_SetActorIsEditorOnly"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetActorIsEditorOnly, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_SetActorIsEditorOnly::Actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetActorIsEditorOnly, bIsEditorOnly) == 0x000008, "Member 'SandfallBlueprintHelpers_SetActorIsEditorOnly::bIsEditorOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded \ +static_assert(alignof(SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded) == 0x000010, "Wrong size on SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded, Actor) == 0x000000, "Member 'SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded::Actor' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded, bIsSpatiallyLoaded) == 0x000008, "Member 'SandfallBlueprintHelpers_SetActorIsSpatiallyLoaded::bIsSpatiallyLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetCameraMoveableWhenPaused \ +static_assert(alignof(SandfallBlueprintHelpers_SetCameraMoveableWhenPaused) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetCameraMoveableWhenPaused"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetCameraMoveableWhenPaused) == 0x000010, "Wrong size on SandfallBlueprintHelpers_SetCameraMoveableWhenPaused"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetCameraMoveableWhenPaused, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_SetCameraMoveableWhenPaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetCameraMoveableWhenPaused, bNewIsMoveable) == 0x000008, "Member 'SandfallBlueprintHelpers_SetCameraMoveableWhenPaused::bNewIsMoveable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetComponentIsEditorOnly \ +static_assert(alignof(SandfallBlueprintHelpers_SetComponentIsEditorOnly) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetComponentIsEditorOnly"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetComponentIsEditorOnly) == 0x000010, "Wrong size on SandfallBlueprintHelpers_SetComponentIsEditorOnly"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetComponentIsEditorOnly, ActorComponent) == 0x000000, "Member 'SandfallBlueprintHelpers_SetComponentIsEditorOnly::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetComponentIsEditorOnly, bIsEditorOnly) == 0x000008, "Member 'SandfallBlueprintHelpers_SetComponentIsEditorOnly::bIsEditorOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer \ +static_assert(alignof(SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer) == 0x000010, "Wrong size on SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer, SequencePlayer) == 0x000000, "Member 'SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer, Enabled) == 0x000008, "Member 'SandfallBlueprintHelpers_SetTimeDilationEnabledForSequencePlayer::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_SetTimerDelegate \ +static_assert(alignof(SandfallBlueprintHelpers_SetTimerDelegate) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_SetTimerDelegate"); \ +static_assert(sizeof(SandfallBlueprintHelpers_SetTimerDelegate) == 0x000028, "Wrong size on SandfallBlueprintHelpers_SetTimerDelegate"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, Delegate) == 0x000000, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, Time) == 0x000010, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::Time' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, bLooping) == 0x000014, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::bLooping' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'SandfallBlueprintHelpers_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_StartMemTrace \ +static_assert(alignof(SandfallBlueprintHelpers_StartMemTrace) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_StartMemTrace"); \ +static_assert(sizeof(SandfallBlueprintHelpers_StartMemTrace) == 0x000018, "Wrong size on SandfallBlueprintHelpers_StartMemTrace"); \ +static_assert(offsetof(SandfallBlueprintHelpers_StartMemTrace, ip) == 0x000000, "Member 'SandfallBlueprintHelpers_StartMemTrace::ip' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_StartMemTrace, Port) == 0x000010, "Member 'SandfallBlueprintHelpers_StartMemTrace::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_TestMemTrace \ +static_assert(alignof(SandfallBlueprintHelpers_TestMemTrace) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_TestMemTrace"); \ +static_assert(sizeof(SandfallBlueprintHelpers_TestMemTrace) == 0x000018, "Wrong size on SandfallBlueprintHelpers_TestMemTrace"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TestMemTrace, ip) == 0x000000, "Member 'SandfallBlueprintHelpers_TestMemTrace::ip' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TestMemTrace, Port) == 0x000010, "Member 'SandfallBlueprintHelpers_TestMemTrace::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_TriggerMouseLMBDown \ +static_assert(alignof(SandfallBlueprintHelpers_TriggerMouseLMBDown) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_TriggerMouseLMBDown"); \ +static_assert(sizeof(SandfallBlueprintHelpers_TriggerMouseLMBDown) == 0x000010, "Wrong size on SandfallBlueprintHelpers_TriggerMouseLMBDown"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TriggerMouseLMBDown, CursorPosition) == 0x000000, "Member 'SandfallBlueprintHelpers_TriggerMouseLMBDown::CursorPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_TriggerMouseLMBUp \ +static_assert(alignof(SandfallBlueprintHelpers_TriggerMouseLMBUp) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_TriggerMouseLMBUp"); \ +static_assert(sizeof(SandfallBlueprintHelpers_TriggerMouseLMBUp) == 0x000010, "Wrong size on SandfallBlueprintHelpers_TriggerMouseLMBUp"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TriggerMouseLMBUp, CursorPosition) == 0x000000, "Member 'SandfallBlueprintHelpers_TriggerMouseLMBUp::CursorPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_TryGetBlueprintClass \ +static_assert(alignof(SandfallBlueprintHelpers_TryGetBlueprintClass) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_TryGetBlueprintClass"); \ +static_assert(sizeof(SandfallBlueprintHelpers_TryGetBlueprintClass) == 0x000010, "Wrong size on SandfallBlueprintHelpers_TryGetBlueprintClass"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TryGetBlueprintClass, Object) == 0x000000, "Member 'SandfallBlueprintHelpers_TryGetBlueprintClass::Object' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_TryGetBlueprintClass, ReturnValue) == 0x000008, "Member 'SandfallBlueprintHelpers_TryGetBlueprintClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_UpdateFloatingObjectsTransform \ +static_assert(alignof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_UpdateFloatingObjectsTransform"); \ +static_assert(sizeof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform) == 0x000068, "Wrong size on SandfallBlueprintHelpers_UpdateFloatingObjectsTransform"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, Objects) == 0x000008, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::Objects' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, SpeedVectors) == 0x000018, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::SpeedVectors' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, RandomLocations) == 0x000028, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::RandomLocations' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, RotatorSpeeds) == 0x000038, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::RotatorSpeeds' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, MovingDistances) == 0x000048, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::MovingDistances' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateFloatingObjectsTransform, MultiplierRemapArray) == 0x000058, "Member 'SandfallBlueprintHelpers_UpdateFloatingObjectsTransform::MultiplierRemapArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange \ +static_assert(alignof(SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange"); \ +static_assert(sizeof(SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange) == 0x000018, "Wrong size on SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange, RuntimeStreamingDataName) == 0x000008, "Member 'SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange::RuntimeStreamingDataName' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange, NewLoadingRange) == 0x000010, "Member 'SandfallBlueprintHelpers_UpdateWPRuntimeHashSetRuntimeStreamingDataLoadingRange::NewLoadingRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_WaitForLatentAction \ +static_assert(alignof(SandfallBlueprintHelpers_WaitForLatentAction) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_WaitForLatentAction"); \ +static_assert(sizeof(SandfallBlueprintHelpers_WaitForLatentAction) == 0x000028, "Wrong size on SandfallBlueprintHelpers_WaitForLatentAction"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitForLatentAction, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_WaitForLatentAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitForLatentAction, LatentInfo) == 0x000008, "Member 'SandfallBlueprintHelpers_WaitForLatentAction::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitForLatentAction, LatentBlueprintAction) == 0x000020, "Member 'SandfallBlueprintHelpers_WaitForLatentAction::LatentBlueprintAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted \ +static_assert(alignof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted) == 0x000008, "Wrong alignment on SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted"); \ +static_assert(sizeof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted) == 0x000038, "Wrong size on SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted, WorldContextObject) == 0x000000, "Member 'SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted, LatentInfo) == 0x000008, "Member 'SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted, SourceComponents) == 0x000020, "Member 'SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted::SourceComponents' has a wrong offset!"); \ +static_assert(offsetof(SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted, AddPlayerControllerSource) == 0x000030, "Member 'SandfallBlueprintHelpers_WaitTillLevelStreamingCompleted::AddPlayerControllerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USandfallBlueprintHelpers \ +static_assert(alignof(USandfallBlueprintHelpers) == 0x000008, "Wrong alignment on USandfallBlueprintHelpers"); \ +static_assert(sizeof(USandfallBlueprintHelpers) == 0x000028, "Wrong size on USandfallBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP \ +static_assert(alignof(LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP) == 0x000008, "Wrong alignment on LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP"); \ +static_assert(sizeof(LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP) == 0x000020, "Wrong size on LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP"); \ +static_assert(offsetof(LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP, WorldContextObject) == 0x000000, "Member 'LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP, URL) == 0x000008, "Member 'LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP::URL' has a wrong offset!"); \ +static_assert(offsetof(LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP, ReturnValue) == 0x000018, "Member 'LZAsyncAction_RequestHttpMessage_AsyncRequestHTTP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULZAsyncAction_RequestHttpMessage \ +static_assert(alignof(ULZAsyncAction_RequestHttpMessage) == 0x000008, "Wrong alignment on ULZAsyncAction_RequestHttpMessage"); \ +static_assert(sizeof(ULZAsyncAction_RequestHttpMessage) == 0x000050, "Wrong size on ULZAsyncAction_RequestHttpMessage"); \ +static_assert(offsetof(ULZAsyncAction_RequestHttpMessage, Completed) == 0x000030, "Member 'ULZAsyncAction_RequestHttpMessage::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OutputDeviceWrapper_Flush \ +static_assert(alignof(OutputDeviceWrapper_Flush) == 0x000008, "Wrong alignment on OutputDeviceWrapper_Flush"); \ +static_assert(sizeof(OutputDeviceWrapper_Flush) == 0x000010, "Wrong size on OutputDeviceWrapper_Flush"); \ +static_assert(offsetof(OutputDeviceWrapper_Flush, ReturnValue) == 0x000000, "Member 'OutputDeviceWrapper_Flush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOutputDeviceWrapper \ +static_assert(alignof(UOutputDeviceWrapper) == 0x000008, "Wrong alignment on UOutputDeviceWrapper"); \ +static_assert(sizeof(UOutputDeviceWrapper) == 0x000078, "Wrong size on UOutputDeviceWrapper"); \ + +#define DUMPER7_ASSERTS_SF_BlueprintLatentAction_IsFinished \ +static_assert(alignof(SF_BlueprintLatentAction_IsFinished) == 0x000001, "Wrong alignment on SF_BlueprintLatentAction_IsFinished"); \ +static_assert(sizeof(SF_BlueprintLatentAction_IsFinished) == 0x000001, "Wrong size on SF_BlueprintLatentAction_IsFinished"); \ +static_assert(offsetof(SF_BlueprintLatentAction_IsFinished, ReturnValue) == 0x000000, "Member 'SF_BlueprintLatentAction_IsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_BlueprintLatentAction \ +static_assert(alignof(USF_BlueprintLatentAction) == 0x000008, "Wrong alignment on USF_BlueprintLatentAction"); \ +static_assert(sizeof(USF_BlueprintLatentAction) == 0x000048, "Wrong size on USF_BlueprintLatentAction"); \ + +#define DUMPER7_ASSERTS_SF_BlueprintAsyncAction_StartWaitAsyncAction \ +static_assert(alignof(SF_BlueprintAsyncAction_StartWaitAsyncAction) == 0x000008, "Wrong alignment on SF_BlueprintAsyncAction_StartWaitAsyncAction"); \ +static_assert(sizeof(SF_BlueprintAsyncAction_StartWaitAsyncAction) == 0x000028, "Wrong size on SF_BlueprintAsyncAction_StartWaitAsyncAction"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_StartWaitAsyncAction, WorldContextObject) == 0x000000, "Member 'SF_BlueprintAsyncAction_StartWaitAsyncAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_StartWaitAsyncAction, DebugReason) == 0x000008, "Member 'SF_BlueprintAsyncAction_StartWaitAsyncAction::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_StartWaitAsyncAction, NewLatentAction) == 0x000018, "Member 'SF_BlueprintAsyncAction_StartWaitAsyncAction::NewLatentAction' has a wrong offset!"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_StartWaitAsyncAction, ReturnValue) == 0x000020, "Member 'SF_BlueprintAsyncAction_StartWaitAsyncAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_BlueprintAsyncAction_WaitAsyncAction \ +static_assert(alignof(SF_BlueprintAsyncAction_WaitAsyncAction) == 0x000008, "Wrong alignment on SF_BlueprintAsyncAction_WaitAsyncAction"); \ +static_assert(sizeof(SF_BlueprintAsyncAction_WaitAsyncAction) == 0x000010, "Wrong size on SF_BlueprintAsyncAction_WaitAsyncAction"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_WaitAsyncAction, LatentAction) == 0x000000, "Member 'SF_BlueprintAsyncAction_WaitAsyncAction::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(SF_BlueprintAsyncAction_WaitAsyncAction, ReturnValue) == 0x000008, "Member 'SF_BlueprintAsyncAction_WaitAsyncAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_BlueprintAsyncAction \ +static_assert(alignof(USF_BlueprintAsyncAction) == 0x000008, "Wrong alignment on USF_BlueprintAsyncAction"); \ +static_assert(sizeof(USF_BlueprintAsyncAction) == 0x000050, "Wrong size on USF_BlueprintAsyncAction"); \ +static_assert(offsetof(USF_BlueprintAsyncAction, OnFinished) == 0x000030, "Member 'USF_BlueprintAsyncAction::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_DialogueSubtitleSpeakersData \ +static_assert(alignof(USF_DialogueSubtitleSpeakersData) == 0x000008, "Wrong alignment on USF_DialogueSubtitleSpeakersData"); \ +static_assert(sizeof(USF_DialogueSubtitleSpeakersData) == 0x000090, "Wrong size on USF_DialogueSubtitleSpeakersData"); \ +static_assert(offsetof(USF_DialogueSubtitleSpeakersData, SubSpeakerData) == 0x000030, "Member 'USF_DialogueSubtitleSpeakersData::SubSpeakerData' has a wrong offset!"); \ +static_assert(offsetof(USF_DialogueSubtitleSpeakersData, ST_CharaNames) == 0x000038, "Member 'USF_DialogueSubtitleSpeakersData::ST_CharaNames' has a wrong offset!"); \ +static_assert(offsetof(USF_DialogueSubtitleSpeakersData, SpeakerProfiles) == 0x000040, "Member 'USF_DialogueSubtitleSpeakersData::SpeakerProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEventMatchingRuleNode \ +static_assert(alignof(UGameplayEventMatchingRuleNode) == 0x000008, "Wrong alignment on UGameplayEventMatchingRuleNode"); \ +static_assert(sizeof(UGameplayEventMatchingRuleNode) == 0x0000B8, "Wrong size on UGameplayEventMatchingRuleNode"); \ +static_assert(offsetof(UGameplayEventMatchingRuleNode, MatchingRule) == 0x000028, "Member 'UGameplayEventMatchingRuleNode::MatchingRule' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEventMatchingRuleNode, AudioEvent) == 0x000088, "Member 'UGameplayEventMatchingRuleNode::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEventMatchingRuleNode, CooldownOverride) == 0x0000A0, "Member 'UGameplayEventMatchingRuleNode::CooldownOverride' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEventMatchingRuleNode, SubRules) == 0x0000A8, "Member 'UGameplayEventMatchingRuleNode::SubRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEventMatchingRuleInstance \ +static_assert(alignof(UGameplayEventMatchingRuleInstance) == 0x000008, "Wrong alignment on UGameplayEventMatchingRuleInstance"); \ +static_assert(sizeof(UGameplayEventMatchingRuleInstance) == 0x000040, "Wrong size on UGameplayEventMatchingRuleInstance"); \ + +#define DUMPER7_ASSERTS_UCustomGameViewportClient \ +static_assert(alignof(UCustomGameViewportClient) == 0x000008, "Wrong alignment on UCustomGameViewportClient"); \ +static_assert(sizeof(UCustomGameViewportClient) == 0x0003F0, "Wrong size on UCustomGameViewportClient"); \ + +#define DUMPER7_ASSERTS_UGameplayEventCooldownRule \ +static_assert(alignof(UGameplayEventCooldownRule) == 0x000008, "Wrong alignment on UGameplayEventCooldownRule"); \ +static_assert(sizeof(UGameplayEventCooldownRule) == 0x000028, "Wrong size on UGameplayEventCooldownRule"); \ + +#define DUMPER7_ASSERTS_UGameplayEventCooldownSystem \ +static_assert(alignof(UGameplayEventCooldownSystem) == 0x000008, "Wrong alignment on UGameplayEventCooldownSystem"); \ +static_assert(sizeof(UGameplayEventCooldownSystem) == 0x000048, "Wrong size on UGameplayEventCooldownSystem"); \ + +#define DUMPER7_ASSERTS_UCharacterSpringArmComponent \ +static_assert(alignof(UCharacterSpringArmComponent) == 0x000010, "Wrong alignment on UCharacterSpringArmComponent"); \ +static_assert(sizeof(UCharacterSpringArmComponent) == 0x000340, "Wrong size on UCharacterSpringArmComponent"); \ +static_assert(offsetof(UCharacterSpringArmComponent, bIgnoreX) == 0x000330, "Member 'UCharacterSpringArmComponent::bIgnoreX' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSpringArmComponent, bIgnoreY) == 0x000331, "Member 'UCharacterSpringArmComponent::bIgnoreY' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSpringArmComponent, bIgnoreZ) == 0x000332, "Member 'UCharacterSpringArmComponent::bIgnoreZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConditionChecker_Check \ +static_assert(alignof(ConditionChecker_Check) == 0x000008, "Wrong alignment on ConditionChecker_Check"); \ +static_assert(sizeof(ConditionChecker_Check) == 0x000010, "Wrong size on ConditionChecker_Check"); \ +static_assert(offsetof(ConditionChecker_Check, WorldContext) == 0x000000, "Member 'ConditionChecker_Check::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ConditionChecker_Check, ReturnValue) == 0x000008, "Member 'ConditionChecker_Check::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConditionChecker_CheckInternal \ +static_assert(alignof(ConditionChecker_CheckInternal) == 0x000001, "Wrong alignment on ConditionChecker_CheckInternal"); \ +static_assert(sizeof(ConditionChecker_CheckInternal) == 0x000001, "Wrong size on ConditionChecker_CheckInternal"); \ +static_assert(offsetof(ConditionChecker_CheckInternal, ReturnValue) == 0x000000, "Member 'ConditionChecker_CheckInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConditionChecker \ +static_assert(alignof(UConditionChecker) == 0x000008, "Wrong alignment on UConditionChecker"); \ +static_assert(sizeof(UConditionChecker) == 0x000050, "Wrong size on UConditionChecker"); \ +static_assert(offsetof(UConditionChecker, WorldContextObject) == 0x000028, "Member 'UConditionChecker::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_DataTableGettersSettings \ +static_assert(alignof(USF_DataTableGettersSettings) == 0x000008, "Wrong alignment on USF_DataTableGettersSettings"); \ +static_assert(sizeof(USF_DataTableGettersSettings) == 0x000038, "Wrong size on USF_DataTableGettersSettings"); \ +static_assert(offsetof(USF_DataTableGettersSettings, DataTables) == 0x000028, "Member 'USF_DataTableGettersSettings::DataTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConditionCheckerDataAsset \ +static_assert(alignof(UConditionCheckerDataAsset) == 0x000008, "Wrong alignment on UConditionCheckerDataAsset"); \ +static_assert(sizeof(UConditionCheckerDataAsset) == 0x000038, "Wrong size on UConditionCheckerDataAsset"); \ +static_assert(offsetof(UConditionCheckerDataAsset, ConditionCheckerWrapper) == 0x000030, "Member 'UConditionCheckerDataAsset::ConditionCheckerWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAvailableMonitorDisplayName \ +static_assert(alignof(ConfigurableGameUserSettings_GetAvailableMonitorDisplayName) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAvailableMonitorDisplayName"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAvailableMonitorDisplayName) == 0x000018, "Wrong size on ConfigurableGameUserSettings_GetAvailableMonitorDisplayName"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableMonitorDisplayName, MonitorsName) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAvailableMonitorDisplayName::MonitorsName' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableMonitorDisplayName, ReturnValue) == 0x000010, "Member 'ConfigurableGameUserSettings_GetAvailableMonitorDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark \ +static_assert(alignof(ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark"); \ +static_assert(sizeof(ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark) == 0x000001, "Wrong size on ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark"); \ +static_assert(offsetof(ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_CheckForFirstLaunchBenchmark::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAvailableFrameGenerationMode \ +static_assert(alignof(ConfigurableGameUserSettings_GetAvailableFrameGenerationMode) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAvailableFrameGenerationMode"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAvailableFrameGenerationMode) == 0x000050, "Wrong size on ConfigurableGameUserSettings_GetAvailableFrameGenerationMode"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableFrameGenerationMode, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAvailableFrameGenerationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAvailableLowLatencyMode \ +static_assert(alignof(ConfigurableGameUserSettings_GetAvailableLowLatencyMode) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAvailableLowLatencyMode"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAvailableLowLatencyMode) == 0x000050, "Wrong size on ConfigurableGameUserSettings_GetAvailableLowLatencyMode"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableLowLatencyMode, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAvailableLowLatencyMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler \ +static_assert(alignof(ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler) == 0x000050, "Wrong size on ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAvailableQualityModeFromCurrentSelectedUpscaler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAvailableUpscaler \ +static_assert(alignof(ConfigurableGameUserSettings_GetAvailableUpscaler) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAvailableUpscaler"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAvailableUpscaler) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetAvailableUpscaler"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAvailableUpscaler, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAvailableUpscaler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetFloatConsoleVariable \ +static_assert(alignof(ConfigurableGameUserSettings_GetFloatConsoleVariable) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetFloatConsoleVariable"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetFloatConsoleVariable) == 0x000018, "Wrong size on ConfigurableGameUserSettings_GetFloatConsoleVariable"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetFloatConsoleVariable, CVarName) == 0x000000, "Member 'ConfigurableGameUserSettings_GetFloatConsoleVariable::CVarName' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetFloatConsoleVariable, ReturnValue) == 0x000010, "Member 'ConfigurableGameUserSettings_GetFloatConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetFrameGenerationDescriptionText \ +static_assert(alignof(ConfigurableGameUserSettings_GetFrameGenerationDescriptionText) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetFrameGenerationDescriptionText"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetFrameGenerationDescriptionText) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetFrameGenerationDescriptionText"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetFrameGenerationDescriptionText, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetFrameGenerationDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetFrameGenerationDisplayText \ +static_assert(alignof(ConfigurableGameUserSettings_GetFrameGenerationDisplayText) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetFrameGenerationDisplayText"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetFrameGenerationDisplayText) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetFrameGenerationDisplayText"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetFrameGenerationDisplayText, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetFrameGenerationDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetLowLatencyDescriptionText \ +static_assert(alignof(ConfigurableGameUserSettings_GetLowLatencyDescriptionText) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetLowLatencyDescriptionText"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetLowLatencyDescriptionText) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetLowLatencyDescriptionText"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetLowLatencyDescriptionText, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetLowLatencyDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetLowLatencyDisplayText \ +static_assert(alignof(ConfigurableGameUserSettings_GetLowLatencyDisplayText) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetLowLatencyDisplayText"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetLowLatencyDisplayText) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetLowLatencyDisplayText"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetLowLatencyDisplayText, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetLowLatencyDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSelectedUpscalerInfo \ +static_assert(alignof(ConfigurableGameUserSettings_GetSelectedUpscalerInfo) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSelectedUpscalerInfo"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSelectedUpscalerInfo) == 0x000008, "Wrong size on ConfigurableGameUserSettings_GetSelectedUpscalerInfo"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSelectedUpscalerInfo, ShouldLockScreenPercentage) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSelectedUpscalerInfo::ShouldLockScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSelectedUpscalerInfo, DefaultSelectedQualityMode) == 0x000004, "Member 'ConfigurableGameUserSettings_GetSelectedUpscalerInfo::DefaultSelectedQualityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage \ +static_assert(alignof(ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage, ScreenPercentage) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSelectedUpscalerQualityModeScreenPercentage::ScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage \ +static_assert(alignof(ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage, ShouldLockScreenPercentage) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSelectedUpscalerShouldLockScreenPercentage::ShouldLockScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor \ +static_assert(alignof(ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor) == 0x000018, "Wrong size on ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor, Resolutions) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor, ReturnValue) == 0x000010, "Member 'ConfigurableGameUserSettings_GetSupportedResolutionForCurrentMonitor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_RequestGameplayFrameRateLimit \ +static_assert(alignof(ConfigurableGameUserSettings_RequestGameplayFrameRateLimit) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_RequestGameplayFrameRateLimit"); \ +static_assert(sizeof(ConfigurableGameUserSettings_RequestGameplayFrameRateLimit) == 0x000004, "Wrong size on ConfigurableGameUserSettings_RequestGameplayFrameRateLimit"); \ +static_assert(offsetof(ConfigurableGameUserSettings_RequestGameplayFrameRateLimit, InLimit) == 0x000000, "Member 'ConfigurableGameUserSettings_RequestGameplayFrameRateLimit::InLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_ResetCategoryToCurrentSettings \ +static_assert(alignof(ConfigurableGameUserSettings_ResetCategoryToCurrentSettings) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_ResetCategoryToCurrentSettings"); \ +static_assert(sizeof(ConfigurableGameUserSettings_ResetCategoryToCurrentSettings) == 0x000001, "Wrong size on ConfigurableGameUserSettings_ResetCategoryToCurrentSettings"); \ +static_assert(offsetof(ConfigurableGameUserSettings_ResetCategoryToCurrentSettings, Category) == 0x000000, "Member 'ConfigurableGameUserSettings_ResetCategoryToCurrentSettings::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetApplicationScale \ +static_assert(alignof(ConfigurableGameUserSettings_SetApplicationScale) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetApplicationScale"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetApplicationScale) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetApplicationScale"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetApplicationScale, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetApplicationScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetAudioGameCulture \ +static_assert(alignof(ConfigurableGameUserSettings_SetAudioGameCulture) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_SetAudioGameCulture"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetAudioGameCulture) == 0x000010, "Wrong size on ConfigurableGameUserSettings_SetAudioGameCulture"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetAudioGameCulture, Culture) == 0x000000, "Member 'ConfigurableGameUserSettings_SetAudioGameCulture::Culture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetAutomaticBattleQTE \ +static_assert(alignof(ConfigurableGameUserSettings_SetAutomaticBattleQTE) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetAutomaticBattleQTE"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetAutomaticBattleQTE) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetAutomaticBattleQTE"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetAutomaticBattleQTE, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetAutomaticBattleQTE::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetBattleUltrawideConstrain \ +static_assert(alignof(ConfigurableGameUserSettings_SetBattleUltrawideConstrain) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetBattleUltrawideConstrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetBattleUltrawideConstrain) == 0x000008, "Wrong size on ConfigurableGameUserSettings_SetBattleUltrawideConstrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetBattleUltrawideConstrain, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetBattleUltrawideConstrain::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetBrightnessValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetBrightnessValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetBrightnessValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetBrightnessValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetBrightnessValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetBrightnessValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetBrightnessValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetCameraInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_SetCameraInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetCameraInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetCameraInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetCameraInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetCameraInputMultiplier, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetCameraInputMultiplier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetCameraPitchInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_SetCameraPitchInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetCameraPitchInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetCameraPitchInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetCameraPitchInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetCameraPitchInputMultiplier, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetCameraPitchInputMultiplier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetCameraYawInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_SetCameraYawInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetCameraYawInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetCameraYawInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetCameraYawInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetCameraYawInputMultiplier, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetCameraYawInputMultiplier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetCategoryToDefaults \ +static_assert(alignof(ConfigurableGameUserSettings_SetCategoryToDefaults) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetCategoryToDefaults"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetCategoryToDefaults) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetCategoryToDefaults"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetCategoryToDefaults, Category) == 0x000000, "Member 'ConfigurableGameUserSettings_SetCategoryToDefaults::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetColorVisionDeficiency \ +static_assert(alignof(ConfigurableGameUserSettings_SetColorVisionDeficiency) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetColorVisionDeficiency"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetColorVisionDeficiency) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetColorVisionDeficiency"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetColorVisionDeficiency, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetColorVisionDeficiency::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity \ +static_assert(alignof(ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetColorVisionDeficiencyCorrectionSeverity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetConsoleGraphicPreset \ +static_assert(alignof(ConfigurableGameUserSettings_SetConsoleGraphicPreset) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetConsoleGraphicPreset"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetConsoleGraphicPreset) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetConsoleGraphicPreset"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetConsoleGraphicPreset, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetConsoleGraphicPreset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetContrastValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetContrastValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetContrastValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetContrastValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetContrastValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetContrastValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetContrastValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableAutomaticMantle \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableAutomaticMantle) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableAutomaticMantle"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableAutomaticMantle) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableAutomaticMantle"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableAutomaticMantle, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableAutomaticMantle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableAutoSkipLinesDuringDialogues_ApplyImmediatly::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableCameraMovement \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableCameraMovement) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableCameraMovement"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableCameraMovement) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableCameraMovement"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableCameraMovement, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableCameraMovement::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableCameraShakes \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableCameraShakes) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableCameraShakes"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableCameraShakes) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableCameraShakes"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableCameraShakes, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableCameraShakes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableChromaticAberration \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableChromaticAberration) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableChromaticAberration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableChromaticAberration) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableChromaticAberration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableChromaticAberration, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableChromaticAberration::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableControllerForceFeedback \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableControllerForceFeedback) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableControllerForceFeedback"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableControllerForceFeedback) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableControllerForceFeedback"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableControllerForceFeedback, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableControllerForceFeedback::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableCustomizationDuringCinematics::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableFilmGrain \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableFilmGrain) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableFilmGrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableFilmGrain) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableFilmGrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableFilmGrain, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableFilmGrain::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableHoldInputToAim \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableHoldInputToAim) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableHoldInputToAim"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableHoldInputToAim) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableHoldInputToAim"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableHoldInputToAim, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableHoldInputToAim::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableHoldInputToSprint \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableHoldInputToSprint) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableHoldInputToSprint"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableHoldInputToSprint) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableHoldInputToSprint"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableHoldInputToSprint, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableHoldInputToSprint::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableMotionBlur \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableMotionBlur) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableMotionBlur"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableMotionBlur) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableMotionBlur"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableMotionBlur, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableMotionBlur::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnablePersistentCenterDot \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnablePersistentCenterDot) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnablePersistentCenterDot"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnablePersistentCenterDot) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnablePersistentCenterDot"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnablePersistentCenterDot, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnablePersistentCenterDot::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableSubtitles \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableSubtitles) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableSubtitles"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableSubtitles) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableSubtitles"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableSubtitles, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableSubtitles::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerDisplay::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableSubtitlesSpeakerPersonalColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableTutorials \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableTutorials) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableTutorials"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableTutorials) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableTutorials"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableTutorials, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableTutorials::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetEnableVignette \ +static_assert(alignof(ConfigurableGameUserSettings_SetEnableVignette) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetEnableVignette"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetEnableVignette) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetEnableVignette"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetEnableVignette, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetEnableVignette::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetFloatConsoleVariable \ +static_assert(alignof(ConfigurableGameUserSettings_SetFloatConsoleVariable) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_SetFloatConsoleVariable"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetFloatConsoleVariable) == 0x000018, "Wrong size on ConfigurableGameUserSettings_SetFloatConsoleVariable"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetFloatConsoleVariable, CVarName) == 0x000000, "Member 'ConfigurableGameUserSettings_SetFloatConsoleVariable::CVarName' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetFloatConsoleVariable, Value) == 0x000010, "Member 'ConfigurableGameUserSettings_SetFloatConsoleVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetFrameGenerationModeUsedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetGameCulture \ +static_assert(alignof(ConfigurableGameUserSettings_SetGameCulture) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_SetGameCulture"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetGameCulture) == 0x000010, "Wrong size on ConfigurableGameUserSettings_SetGameCulture"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetGameCulture, Culture) == 0x000000, "Member 'ConfigurableGameUserSettings_SetGameCulture::Culture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetGammaValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetGammaValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetGammaValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetGammaValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetGammaValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetGammaValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetGammaValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetIntConsoleVariable \ +static_assert(alignof(ConfigurableGameUserSettings_SetIntConsoleVariable) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_SetIntConsoleVariable"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetIntConsoleVariable) == 0x000018, "Wrong size on ConfigurableGameUserSettings_SetIntConsoleVariable"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetIntConsoleVariable, CVarName) == 0x000000, "Member 'ConfigurableGameUserSettings_SetIntConsoleVariable::CVarName' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetIntConsoleVariable, Value) == 0x000010, "Member 'ConfigurableGameUserSettings_SetIntConsoleVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetInvertCameraPitch \ +static_assert(alignof(ConfigurableGameUserSettings_SetInvertCameraPitch) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetInvertCameraPitch"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetInvertCameraPitch) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetInvertCameraPitch"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetInvertCameraPitch, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetInvertCameraPitch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetInvertCameraYaw \ +static_assert(alignof(ConfigurableGameUserSettings_SetInvertCameraYaw) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_SetInvertCameraYaw"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetInvertCameraYaw) == 0x000001, "Wrong size on ConfigurableGameUserSettings_SetInvertCameraYaw"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetInvertCameraYaw, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetInvertCameraYaw::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetLowLatencyModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetLowLatencyModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetLowLatencyModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetLowLatencyModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetLowLatencyModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetLowLatencyModeUsedValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetLowLatencyModeUsedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetMasterVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetMasterVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetMasterVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetMasterVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetMasterVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetMenuUltrawideConstrain \ +static_assert(alignof(ConfigurableGameUserSettings_SetMenuUltrawideConstrain) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetMenuUltrawideConstrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetMenuUltrawideConstrain) == 0x000008, "Wrong size on ConfigurableGameUserSettings_SetMenuUltrawideConstrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetMenuUltrawideConstrain, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetMenuUltrawideConstrain::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetMusicVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetMusicVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetMusicVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetMusicVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetMusicVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetMusicVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_SetMusicVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetMusicVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetMusicVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetMusicVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetMusicVolume_Combat, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetMusicVolume_Combat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetMusicVolume_Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_SetMusicVolume_Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetMusicVolume_Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetMusicVolume_Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetMusicVolume_Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetMusicVolume_Exploration, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetMusicVolume_Exploration::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetNotFocusedVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetNotFocusedVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetNotFocusedVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetNotFocusedVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetNotFocusedVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetNotFocusedVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetNotFocusedVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSelectedDisplayMonitor \ +static_assert(alignof(ConfigurableGameUserSettings_SetSelectedDisplayMonitor) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSelectedDisplayMonitor"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSelectedDisplayMonitor) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSelectedDisplayMonitor"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSelectedDisplayMonitor, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSelectedDisplayMonitor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSpecialEffectsVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetSpecialEffectsVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSpecialEffectsVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSpecialEffectsVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSpecialEffectsVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSpecialEffectsVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSpecialEffectsVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSpecialEffectsVolume_Combat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSpecialEffectsVolume_Exploration::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSticksDeadzone \ +static_assert(alignof(ConfigurableGameUserSettings_SetSticksDeadzone) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSticksDeadzone"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSticksDeadzone) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSticksDeadzone"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSticksDeadzone, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSticksDeadzone::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetSubtitlesSize \ +static_assert(alignof(ConfigurableGameUserSettings_SetSubtitlesSize) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetSubtitlesSize"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetSubtitlesSize) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetSubtitlesSize"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetSubtitlesSize, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetSubtitlesSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetUpscalerQualityModeUsedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetUpscalerUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_SetUpscalerUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetUpscalerUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetUpscalerUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetUpscalerUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetUpscalerUsedValue, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetUpscalerUsedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetUserInterfaceVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetUserInterfaceVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetUserInterfaceVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetUserInterfaceVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetUserInterfaceVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetUserInterfaceVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetUserInterfaceVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetVoiceVolume \ +static_assert(alignof(ConfigurableGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetVoiceVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetVoiceVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetVoiceVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetVoiceVolume, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetVoiceVolume::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetVoiceVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_SetVoiceVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetVoiceVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetVoiceVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetVoiceVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetVoiceVolume_Combat, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetVoiceVolume_Combat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_SetVoiceVolume_Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_SetVoiceVolume_Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_SetVoiceVolume_Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_SetVoiceVolume_Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_SetVoiceVolume_Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_SetVoiceVolume_Exploration, Value) == 0x000000, "Member 'ConfigurableGameUserSettings_SetVoiceVolume_Exploration::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration \ +static_assert(alignof(ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration) == 0x000008, "Wrong size on ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration, FrameRate) == 0x000000, "Member 'ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration, ReturnValue) == 0x000004, "Member 'ConfigurableGameUserSettings_TryGetFramerateWithFrameGeneration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetApplicationScale \ +static_assert(alignof(ConfigurableGameUserSettings_GetApplicationScale) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetApplicationScale"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetApplicationScale) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetApplicationScale"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetApplicationScale, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetApplicationScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetAudioGameCulture \ +static_assert(alignof(ConfigurableGameUserSettings_GetAudioGameCulture) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetAudioGameCulture"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetAudioGameCulture) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetAudioGameCulture"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetAudioGameCulture, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetAudioGameCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetBattleUltrawideConstrain \ +static_assert(alignof(ConfigurableGameUserSettings_GetBattleUltrawideConstrain) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetBattleUltrawideConstrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetBattleUltrawideConstrain) == 0x000008, "Wrong size on ConfigurableGameUserSettings_GetBattleUltrawideConstrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetBattleUltrawideConstrain, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetBattleUltrawideConstrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetBrightnessValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetBrightnessValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetBrightnessValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetBrightnessValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetBrightnessValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetBrightnessValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetBrightnessValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetCameraInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_GetCameraInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetCameraInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetCameraInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetCameraInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetCameraInputMultiplier, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetCameraInputMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetCameraPitchInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_GetCameraPitchInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetCameraPitchInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetCameraPitchInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetCameraPitchInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetCameraPitchInputMultiplier, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetCameraPitchInputMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetCameraYawInputMultiplier \ +static_assert(alignof(ConfigurableGameUserSettings_GetCameraYawInputMultiplier) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetCameraYawInputMultiplier"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetCameraYawInputMultiplier) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetCameraYawInputMultiplier"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetCameraYawInputMultiplier, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetCameraYawInputMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetColorVisionDeficiency \ +static_assert(alignof(ConfigurableGameUserSettings_GetColorVisionDeficiency) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetColorVisionDeficiency"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetColorVisionDeficiency) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetColorVisionDeficiency"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetColorVisionDeficiency, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetColorVisionDeficiency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity \ +static_assert(alignof(ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetColorVisionDeficiencyCorrectionSeverity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetConsoleGraphicPreset \ +static_assert(alignof(ConfigurableGameUserSettings_GetConsoleGraphicPreset) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetConsoleGraphicPreset"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetConsoleGraphicPreset) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetConsoleGraphicPreset"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetConsoleGraphicPreset, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetConsoleGraphicPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetContrastValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetContrastValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetContrastValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetContrastValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetContrastValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetContrastValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetContrastValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableAutomaticBattleQTE::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableAutomaticMantle \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableAutomaticMantle) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableAutomaticMantle"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableAutomaticMantle) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableAutomaticMantle"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableAutomaticMantle, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableAutomaticMantle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableAutoSkipLinesDuringDialogues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableCameraMovement \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableCameraMovement) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableCameraMovement"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableCameraMovement) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableCameraMovement"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableCameraMovement, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableCameraMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableCameraShakes \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableCameraShakes) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableCameraShakes"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableCameraShakes) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableCameraShakes"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableCameraShakes, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableCameraShakes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableChromaticAberration \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableChromaticAberration) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableChromaticAberration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableChromaticAberration) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableChromaticAberration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableChromaticAberration, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableChromaticAberration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableControllerForceFeedback \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableControllerForceFeedback) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableControllerForceFeedback"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableControllerForceFeedback) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableControllerForceFeedback"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableControllerForceFeedback, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableControllerForceFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableCustomizationDuringCinematics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableFilmGrain \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableFilmGrain) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableFilmGrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableFilmGrain) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableFilmGrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableFilmGrain, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableFilmGrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableHoldInputToAim \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableHoldInputToAim) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableHoldInputToAim"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableHoldInputToAim) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableHoldInputToAim"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableHoldInputToAim, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableHoldInputToAim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableHoldInputToSprint \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableHoldInputToSprint) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableHoldInputToSprint"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableHoldInputToSprint) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableHoldInputToSprint"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableHoldInputToSprint, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableHoldInputToSprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableMotionBlur \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableMotionBlur) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableMotionBlur"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableMotionBlur) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableMotionBlur"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableMotionBlur, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableMotionBlur::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnablePersistentCenterDot \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnablePersistentCenterDot) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnablePersistentCenterDot"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnablePersistentCenterDot) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnablePersistentCenterDot"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnablePersistentCenterDot, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnablePersistentCenterDot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableSubtitles \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableSubtitles) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableSubtitles"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableSubtitles) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableSubtitles"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableSubtitles, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableSubtitles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerDisplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableSubtitlesSpeakerPersonalColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableTutorials \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableTutorials) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableTutorials"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableTutorials) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableTutorials"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableTutorials, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableTutorials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetEnableVignette \ +static_assert(alignof(ConfigurableGameUserSettings_GetEnableVignette) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetEnableVignette"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetEnableVignette) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetEnableVignette"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetEnableVignette, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetEnableVignette::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetFrameGenerationModeUsedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetGameCulture \ +static_assert(alignof(ConfigurableGameUserSettings_GetGameCulture) == 0x000008, "Wrong alignment on ConfigurableGameUserSettings_GetGameCulture"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetGameCulture) == 0x000010, "Wrong size on ConfigurableGameUserSettings_GetGameCulture"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetGameCulture, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetGameCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetGammaValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetGammaValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetGammaValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetGammaValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetGammaValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetGammaValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetGammaValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetInvertCameraPitch \ +static_assert(alignof(ConfigurableGameUserSettings_GetInvertCameraPitch) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetInvertCameraPitch"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetInvertCameraPitch) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetInvertCameraPitch"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetInvertCameraPitch, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetInvertCameraPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetInvertCameraYaw \ +static_assert(alignof(ConfigurableGameUserSettings_GetInvertCameraYaw) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_GetInvertCameraYaw"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetInvertCameraYaw) == 0x000001, "Wrong size on ConfigurableGameUserSettings_GetInvertCameraYaw"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetInvertCameraYaw, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetInvertCameraYaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult \ +static_assert(alignof(ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetLastCPUHardwareBenchmarkResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult \ +static_assert(alignof(ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetLastGPUHardwareBenchmarkResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetLowLatencyModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetLowLatencyModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetLowLatencyModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetLowLatencyModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetLowLatencyModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetLowLatencyModeUsedValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetLowLatencyModeUsedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetMasterVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetMasterVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetMasterVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetMenuUltrawideConstrain \ +static_assert(alignof(ConfigurableGameUserSettings_GetMenuUltrawideConstrain) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetMenuUltrawideConstrain"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetMenuUltrawideConstrain) == 0x000008, "Wrong size on ConfigurableGameUserSettings_GetMenuUltrawideConstrain"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetMenuUltrawideConstrain, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetMenuUltrawideConstrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetMusicVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetMusicVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetMusicVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetMusicVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_GetMusicVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetMusicVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetMusicVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetMusicVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetMusicVolume_Combat, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetMusicVolume_Combat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetMusicVolume_Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_GetMusicVolume_Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetMusicVolume_Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetMusicVolume_Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetMusicVolume_Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetMusicVolume_Exploration, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetMusicVolume_Exploration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetNotFocusedVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetNotFocusedVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetNotFocusedVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetNotFocusedVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetNotFocusedVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetNotFocusedVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetNotFocusedVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSelectedDisplayMonitor \ +static_assert(alignof(ConfigurableGameUserSettings_GetSelectedDisplayMonitor) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSelectedDisplayMonitor"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSelectedDisplayMonitor) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSelectedDisplayMonitor"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSelectedDisplayMonitor, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSelectedDisplayMonitor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSpecialEffectsVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetSpecialEffectsVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSpecialEffectsVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSpecialEffectsVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSpecialEffectsVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSpecialEffectsVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSpecialEffectsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSpecialEffectsVolume__Exploration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSpecialEffectsVolume_Combat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSticksDeadzone \ +static_assert(alignof(ConfigurableGameUserSettings_GetSticksDeadzone) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSticksDeadzone"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSticksDeadzone) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSticksDeadzone"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSticksDeadzone, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSticksDeadzone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetSubtitlesSize \ +static_assert(alignof(ConfigurableGameUserSettings_GetSubtitlesSize) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetSubtitlesSize"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetSubtitlesSize) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetSubtitlesSize"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetSubtitlesSize, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetSubtitlesSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetUpscalerQualityModeUsedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetUpscalerUsedValue \ +static_assert(alignof(ConfigurableGameUserSettings_GetUpscalerUsedValue) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetUpscalerUsedValue"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetUpscalerUsedValue) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetUpscalerUsedValue"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetUpscalerUsedValue, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetUpscalerUsedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetUserInterfaceVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetUserInterfaceVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetUserInterfaceVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetUserInterfaceVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetUserInterfaceVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetUserInterfaceVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetUserInterfaceVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetVoiceVolume \ +static_assert(alignof(ConfigurableGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetVoiceVolume"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetVoiceVolume) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetVoiceVolume"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetVoiceVolume, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetVoiceVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetVoiceVolume_Combat \ +static_assert(alignof(ConfigurableGameUserSettings_GetVoiceVolume_Combat) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetVoiceVolume_Combat"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetVoiceVolume_Combat) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetVoiceVolume_Combat"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetVoiceVolume_Combat, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetVoiceVolume_Combat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_GetVoiceVolume_Exploration \ +static_assert(alignof(ConfigurableGameUserSettings_GetVoiceVolume_Exploration) == 0x000004, "Wrong alignment on ConfigurableGameUserSettings_GetVoiceVolume_Exploration"); \ +static_assert(sizeof(ConfigurableGameUserSettings_GetVoiceVolume_Exploration) == 0x000004, "Wrong size on ConfigurableGameUserSettings_GetVoiceVolume_Exploration"); \ +static_assert(offsetof(ConfigurableGameUserSettings_GetVoiceVolume_Exploration, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_GetVoiceVolume_Exploration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode \ +static_assert(alignof(ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode"); \ +static_assert(sizeof(ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode) == 0x000001, "Wrong size on ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode"); \ +static_assert(offsetof(ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_IsFrameGenerationAvailableOnExclusiveFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_IsFrameGenerationSupported \ +static_assert(alignof(ConfigurableGameUserSettings_IsFrameGenerationSupported) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_IsFrameGenerationSupported"); \ +static_assert(sizeof(ConfigurableGameUserSettings_IsFrameGenerationSupported) == 0x000001, "Wrong size on ConfigurableGameUserSettings_IsFrameGenerationSupported"); \ +static_assert(offsetof(ConfigurableGameUserSettings_IsFrameGenerationSupported, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_IsFrameGenerationSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_IsLowLatencySupported \ +static_assert(alignof(ConfigurableGameUserSettings_IsLowLatencySupported) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_IsLowLatencySupported"); \ +static_assert(sizeof(ConfigurableGameUserSettings_IsLowLatencySupported) == 0x000001, "Wrong size on ConfigurableGameUserSettings_IsLowLatencySupported"); \ +static_assert(offsetof(ConfigurableGameUserSettings_IsLowLatencySupported, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_IsLowLatencySupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality \ +static_assert(alignof(ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality) == 0x000001, "Wrong alignment on ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality"); \ +static_assert(sizeof(ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality) == 0x000001, "Wrong size on ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality"); \ +static_assert(offsetof(ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality, ReturnValue) == 0x000000, "Member 'ConfigurableGameUserSettings_IsPendingScalabilityChangesAtSameQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConfigurableGameUserSettings \ +static_assert(alignof(UConfigurableGameUserSettings) == 0x000008, "Wrong alignment on UConfigurableGameUserSettings"); \ +static_assert(sizeof(UConfigurableGameUserSettings) == 0x000358, "Wrong size on UConfigurableGameUserSettings"); \ +static_assert(offsetof(UConfigurableGameUserSettings, SettingsData) == 0x000148, "Member 'UConfigurableGameUserSettings::SettingsData' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, NotSharedSettingsData) == 0x0001D0, "Member 'UConfigurableGameUserSettings::NotSharedSettingsData' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, PerPlatformSettingsData) == 0x0001D8, "Member 'UConfigurableGameUserSettings::PerPlatformSettingsData' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, OnSettingsApplied) == 0x000278, "Member 'UConfigurableGameUserSettings::OnSettingsApplied' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, OnGraphicSettingsApplied) == 0x000288, "Member 'UConfigurableGameUserSettings::OnGraphicSettingsApplied' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, OnMonitorChanged) == 0x000298, "Member 'UConfigurableGameUserSettings::OnMonitorChanged' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, CurrentSelectedMonitorIDName) == 0x0002C8, "Member 'UConfigurableGameUserSettings::CurrentSelectedMonitorIDName' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, CurrentSelectedUpscaler) == 0x0002E8, "Member 'UConfigurableGameUserSettings::CurrentSelectedUpscaler' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, CurrentSelectedUpscalerQualityMode) == 0x000308, "Member 'UConfigurableGameUserSettings::CurrentSelectedUpscalerQualityMode' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, UserConfigHardwareProfile) == 0x000310, "Member 'UConfigurableGameUserSettings::UserConfigHardwareProfile' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, CurrentSelectedFrameGenerationMode) == 0x000320, "Member 'UConfigurableGameUserSettings::CurrentSelectedFrameGenerationMode' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, CurrentSelectedLowLatencyMode) == 0x000328, "Member 'UConfigurableGameUserSettings::CurrentSelectedLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(UConfigurableGameUserSettings, ChangeListVersion) == 0x000338, "Member 'UConfigurableGameUserSettings::ChangeListVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACustomDebugCameraController \ +static_assert(alignof(ACustomDebugCameraController) == 0x000008, "Wrong alignment on ACustomDebugCameraController"); \ +static_assert(sizeof(ACustomDebugCameraController) == 0x000A48, "Wrong size on ACustomDebugCameraController"); \ + +#define DUMPER7_ASSERTS_CustomizationHelpers_GetCharacterBody \ +static_assert(alignof(CustomizationHelpers_GetCharacterBody) == 0x000008, "Wrong alignment on CustomizationHelpers_GetCharacterBody"); \ +static_assert(sizeof(CustomizationHelpers_GetCharacterBody) == 0x000010, "Wrong size on CustomizationHelpers_GetCharacterBody"); \ +static_assert(offsetof(CustomizationHelpers_GetCharacterBody, Character) == 0x000000, "Member 'CustomizationHelpers_GetCharacterBody::Character' has a wrong offset!"); \ +static_assert(offsetof(CustomizationHelpers_GetCharacterBody, ReturnValue) == 0x000008, "Member 'CustomizationHelpers_GetCharacterBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomizationHelpers_GetCharacterFace \ +static_assert(alignof(CustomizationHelpers_GetCharacterFace) == 0x000008, "Wrong alignment on CustomizationHelpers_GetCharacterFace"); \ +static_assert(sizeof(CustomizationHelpers_GetCharacterFace) == 0x000010, "Wrong size on CustomizationHelpers_GetCharacterFace"); \ +static_assert(offsetof(CustomizationHelpers_GetCharacterFace, Character) == 0x000000, "Member 'CustomizationHelpers_GetCharacterFace::Character' has a wrong offset!"); \ +static_assert(offsetof(CustomizationHelpers_GetCharacterFace, ReturnValue) == 0x000008, "Member 'CustomizationHelpers_GetCharacterFace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomizationHelpers \ +static_assert(alignof(UCustomizationHelpers) == 0x000008, "Wrong alignment on UCustomizationHelpers"); \ +static_assert(sizeof(UCustomizationHelpers) == 0x000028, "Wrong size on UCustomizationHelpers"); \ + +#define DUMPER7_ASSERTS_UCustomNavModifierComponent \ +static_assert(alignof(UCustomNavModifierComponent) == 0x000008, "Wrong alignment on UCustomNavModifierComponent"); \ +static_assert(sizeof(UCustomNavModifierComponent) == 0x000110, "Wrong size on UCustomNavModifierComponent"); \ +static_assert(offsetof(UCustomNavModifierComponent, AreaClass) == 0x0000F0, "Member 'UCustomNavModifierComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UCustomNavModifierComponent, ComponentsToInclude) == 0x0000F8, "Member 'UCustomNavModifierComponent::ComponentsToInclude' has a wrong offset!"); \ +static_assert(offsetof(UCustomNavModifierComponent, ComponentTagToIgnore) == 0x0000FC, "Member 'UCustomNavModifierComponent::ComponentTagToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerEditorHelpers_SetDataLayersVisibility \ +static_assert(alignof(DataLayerEditorHelpers_SetDataLayersVisibility) == 0x000008, "Wrong alignment on DataLayerEditorHelpers_SetDataLayersVisibility"); \ +static_assert(sizeof(DataLayerEditorHelpers_SetDataLayersVisibility) == 0x000018, "Wrong size on DataLayerEditorHelpers_SetDataLayersVisibility"); \ +static_assert(offsetof(DataLayerEditorHelpers_SetDataLayersVisibility, DataLayers) == 0x000000, "Member 'DataLayerEditorHelpers_SetDataLayersVisibility::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(DataLayerEditorHelpers_SetDataLayersVisibility, bIsVisible) == 0x000010, "Member 'DataLayerEditorHelpers_SetDataLayersVisibility::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerEditorHelpers \ +static_assert(alignof(UDataLayerEditorHelpers) == 0x000008, "Wrong alignment on UDataLayerEditorHelpers"); \ +static_assert(sizeof(UDataLayerEditorHelpers) == 0x000028, "Wrong size on UDataLayerEditorHelpers"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_DevelopmentTextToSpeech \ +static_assert(alignof(DialogueBlueprintHelpers_DevelopmentTextToSpeech) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_DevelopmentTextToSpeech"); \ +static_assert(sizeof(DialogueBlueprintHelpers_DevelopmentTextToSpeech) == 0x000018, "Wrong size on DialogueBlueprintHelpers_DevelopmentTextToSpeech"); \ +static_assert(offsetof(DialogueBlueprintHelpers_DevelopmentTextToSpeech, Text) == 0x000000, "Member 'DialogueBlueprintHelpers_DevelopmentTextToSpeech::Text' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_DevelopmentTextToSpeech, LatentAction) == 0x000010, "Member 'DialogueBlueprintHelpers_DevelopmentTextToSpeech::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_GetDialogueWaveFirstContext \ +static_assert(alignof(DialogueBlueprintHelpers_GetDialogueWaveFirstContext) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_GetDialogueWaveFirstContext"); \ +static_assert(sizeof(DialogueBlueprintHelpers_GetDialogueWaveFirstContext) == 0x000020, "Wrong size on DialogueBlueprintHelpers_GetDialogueWaveFirstContext"); \ +static_assert(offsetof(DialogueBlueprintHelpers_GetDialogueWaveFirstContext, _dialogueWave) == 0x000000, "Member 'DialogueBlueprintHelpers_GetDialogueWaveFirstContext::_dialogueWave' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_GetDialogueWaveFirstContext, ReturnValue) == 0x000008, "Member 'DialogueBlueprintHelpers_GetDialogueWaveFirstContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave \ +static_assert(alignof(DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave"); \ +static_assert(sizeof(DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave) == 0x000010, "Wrong size on DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave"); \ +static_assert(offsetof(DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave, DialogueWave) == 0x000000, "Member 'DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave::DialogueWave' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave, ReturnValue) == 0x000008, "Member 'DialogueBlueprintHelpers_GetFirstSoundFromDialogueWave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem \ +static_assert(alignof(DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem"); \ +static_assert(sizeof(DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem) == 0x000008, "Wrong size on DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem"); \ +static_assert(offsetof(DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem, ReturnValue) == 0x000000, "Member 'DialogueBlueprintHelpers_GetTextToSpeechEngineSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_PlaySandfallDialogue2D \ +static_assert(alignof(DialogueBlueprintHelpers_PlaySandfallDialogue2D) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_PlaySandfallDialogue2D"); \ +static_assert(sizeof(DialogueBlueprintHelpers_PlaySandfallDialogue2D) == 0x000020, "Wrong size on DialogueBlueprintHelpers_PlaySandfallDialogue2D"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogue2D, WorldContextObject) == 0x000000, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogue2D, Dialogue) == 0x000008, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogue2D, VolumeMultiplier) == 0x000010, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogue2D, PitchMultiplier) == 0x000014, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogue2D, StartTime) == 0x000018, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogue2D::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation \ +static_assert(alignof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation"); \ +static_assert(sizeof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation) == 0x000058, "Wrong size on DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, Dialogue) == 0x000008, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, Location) == 0x000010, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, Rotation) == 0x000028, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, StartTime) == 0x000048, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'DialogueBlueprintHelpers_PlaySandfallDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_SpawnSandfallDialogue2D \ +static_assert(alignof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_SpawnSandfallDialogue2D"); \ +static_assert(sizeof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D) == 0x000028, "Wrong size on DialogueBlueprintHelpers_SpawnSandfallDialogue2D"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, WorldContextObject) == 0x000000, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, Dialogue) == 0x000008, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, VolumeMultiplier) == 0x000010, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, PitchMultiplier) == 0x000014, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, StartTime) == 0x000018, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, bAutoDestroy) == 0x00001C, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogue2D, ReturnValue) == 0x000020, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogue2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation \ +static_assert(alignof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation"); \ +static_assert(sizeof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation) == 0x000068, "Wrong size on DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, Dialogue) == 0x000008, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, Location) == 0x000010, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, Rotation) == 0x000028, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, StartTime) == 0x000048, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation, ReturnValue) == 0x000060, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueBlueprintHelpers_SpawnSandfallDialogueAttached \ +static_assert(alignof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached) == 0x000008, "Wrong alignment on DialogueBlueprintHelpers_SpawnSandfallDialogueAttached"); \ +static_assert(sizeof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached) == 0x000070, "Wrong size on DialogueBlueprintHelpers_SpawnSandfallDialogueAttached"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, Dialogue) == 0x000000, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, AttachToComponent) == 0x000008, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, AttachPointName) == 0x000010, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, Location) == 0x000018, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, Rotation) == 0x000030, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, LocationType) == 0x000048, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, VolumeMultiplier) == 0x00004C, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, PitchMultiplier) == 0x000050, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, StartTime) == 0x000054, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, AttenuationSettings) == 0x000058, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, bAutoDestroy) == 0x000060, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(DialogueBlueprintHelpers_SpawnSandfallDialogueAttached, ReturnValue) == 0x000068, "Member 'DialogueBlueprintHelpers_SpawnSandfallDialogueAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueBlueprintHelpers \ +static_assert(alignof(UDialogueBlueprintHelpers) == 0x000008, "Wrong alignment on UDialogueBlueprintHelpers"); \ +static_assert(sizeof(UDialogueBlueprintHelpers) == 0x000028, "Wrong size on UDialogueBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_SF_EditorDebugDrawSource_Editor_DrawDebugShapes \ +static_assert(alignof(SF_EditorDebugDrawSource_Editor_DrawDebugShapes) == 0x000001, "Wrong alignment on SF_EditorDebugDrawSource_Editor_DrawDebugShapes"); \ +static_assert(sizeof(SF_EditorDebugDrawSource_Editor_DrawDebugShapes) == 0x000001, "Wrong size on SF_EditorDebugDrawSource_Editor_DrawDebugShapes"); \ +static_assert(offsetof(SF_EditorDebugDrawSource_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'SF_EditorDebugDrawSource_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_EditorDebugDrawSource_Editor_GetDebugShapes \ +static_assert(alignof(SF_EditorDebugDrawSource_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on SF_EditorDebugDrawSource_Editor_GetDebugShapes"); \ +static_assert(sizeof(SF_EditorDebugDrawSource_Editor_GetDebugShapes) == 0x000028, "Wrong size on SF_EditorDebugDrawSource_Editor_GetDebugShapes"); \ +static_assert(offsetof(SF_EditorDebugDrawSource_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'SF_EditorDebugDrawSource_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(SF_EditorDebugDrawSource_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'SF_EditorDebugDrawSource_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(SF_EditorDebugDrawSource_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'SF_EditorDebugDrawSource_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISF_EditorDebugDrawSource \ +static_assert(alignof(ISF_EditorDebugDrawSource) == 0x000001, "Wrong alignment on ISF_EditorDebugDrawSource"); \ +static_assert(sizeof(ISF_EditorDebugDrawSource) == 0x000001, "Wrong size on ISF_EditorDebugDrawSource"); \ + +#define DUMPER7_ASSERTS_ASF_EditorDebugViewer \ +static_assert(alignof(ASF_EditorDebugViewer) == 0x000008, "Wrong alignment on ASF_EditorDebugViewer"); \ +static_assert(sizeof(ASF_EditorDebugViewer) == 0x000298, "Wrong size on ASF_EditorDebugViewer"); \ +static_assert(offsetof(ASF_EditorDebugViewer, IsEnabled) == 0x000290, "Member 'ASF_EditorDebugViewer::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditorCheckableForErrors_CheckForErrors \ +static_assert(alignof(EditorCheckableForErrors_CheckForErrors) == 0x000008, "Wrong alignment on EditorCheckableForErrors_CheckForErrors"); \ +static_assert(sizeof(EditorCheckableForErrors_CheckForErrors) == 0x000018, "Wrong size on EditorCheckableForErrors_CheckForErrors"); \ +static_assert(offsetof(EditorCheckableForErrors_CheckForErrors, ErrorMessages) == 0x000000, "Member 'EditorCheckableForErrors_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(EditorCheckableForErrors_CheckForErrors, ReturnValue) == 0x000010, "Member 'EditorCheckableForErrors_CheckForErrors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IEditorCheckableForErrors \ +static_assert(alignof(IEditorCheckableForErrors) == 0x000001, "Wrong alignment on IEditorCheckableForErrors"); \ +static_assert(sizeof(IEditorCheckableForErrors) == 0x000001, "Wrong size on IEditorCheckableForErrors"); \ + +#define DUMPER7_ASSERTS_UEnemyCharacterMovementComponent \ +static_assert(alignof(UEnemyCharacterMovementComponent) == 0x000010, "Wrong alignment on UEnemyCharacterMovementComponent"); \ +static_assert(sizeof(UEnemyCharacterMovementComponent) == 0x000F80, "Wrong size on UEnemyCharacterMovementComponent"); \ +static_assert(offsetof(UEnemyCharacterMovementComponent, EncounterCapsuleComponentTag) == 0x000F78, "Member 'UEnemyCharacterMovementComponent::EncounterCapsuleComponentTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExtendedGameInstance_AddControllerToWorld \ +static_assert(alignof(ExtendedGameInstance_AddControllerToWorld) == 0x000008, "Wrong alignment on ExtendedGameInstance_AddControllerToWorld"); \ +static_assert(sizeof(ExtendedGameInstance_AddControllerToWorld) == 0x000008, "Wrong size on ExtendedGameInstance_AddControllerToWorld"); \ +static_assert(offsetof(ExtendedGameInstance_AddControllerToWorld, Controller) == 0x000000, "Member 'ExtendedGameInstance_AddControllerToWorld::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExtendedGameInstance_RemoveControllerFromWorld \ +static_assert(alignof(ExtendedGameInstance_RemoveControllerFromWorld) == 0x000008, "Wrong alignment on ExtendedGameInstance_RemoveControllerFromWorld"); \ +static_assert(sizeof(ExtendedGameInstance_RemoveControllerFromWorld) == 0x000008, "Wrong size on ExtendedGameInstance_RemoveControllerFromWorld"); \ +static_assert(offsetof(ExtendedGameInstance_RemoveControllerFromWorld, Controller) == 0x000000, "Member 'ExtendedGameInstance_RemoveControllerFromWorld::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExtendedGameInstance_SwitchPlayerController \ +static_assert(alignof(ExtendedGameInstance_SwitchPlayerController) == 0x000008, "Wrong alignment on ExtendedGameInstance_SwitchPlayerController"); \ +static_assert(sizeof(ExtendedGameInstance_SwitchPlayerController) == 0x000010, "Wrong size on ExtendedGameInstance_SwitchPlayerController"); \ +static_assert(offsetof(ExtendedGameInstance_SwitchPlayerController, PreviousController) == 0x000000, "Member 'ExtendedGameInstance_SwitchPlayerController::PreviousController' has a wrong offset!"); \ +static_assert(offsetof(ExtendedGameInstance_SwitchPlayerController, NextController) == 0x000008, "Member 'ExtendedGameInstance_SwitchPlayerController::NextController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtendedGameInstance \ +static_assert(alignof(UExtendedGameInstance) == 0x000008, "Wrong alignment on UExtendedGameInstance"); \ +static_assert(sizeof(UExtendedGameInstance) == 0x0001C0, "Wrong size on UExtendedGameInstance"); \ + +#define DUMPER7_ASSERTS_FileHelpers_FindFilesWithRegexPattern \ +static_assert(alignof(FileHelpers_FindFilesWithRegexPattern) == 0x000008, "Wrong alignment on FileHelpers_FindFilesWithRegexPattern"); \ +static_assert(sizeof(FileHelpers_FindFilesWithRegexPattern) == 0x000038, "Wrong size on FileHelpers_FindFilesWithRegexPattern"); \ +static_assert(offsetof(FileHelpers_FindFilesWithRegexPattern, Directory) == 0x000000, "Member 'FileHelpers_FindFilesWithRegexPattern::Directory' has a wrong offset!"); \ +static_assert(offsetof(FileHelpers_FindFilesWithRegexPattern, FoundFiles) == 0x000010, "Member 'FileHelpers_FindFilesWithRegexPattern::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(FileHelpers_FindFilesWithRegexPattern, RegexPattern) == 0x000020, "Member 'FileHelpers_FindFilesWithRegexPattern::RegexPattern' has a wrong offset!"); \ +static_assert(offsetof(FileHelpers_FindFilesWithRegexPattern, ReturnValue) == 0x000030, "Member 'FileHelpers_FindFilesWithRegexPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFileHelpers \ +static_assert(alignof(UFileHelpers) == 0x000008, "Wrong alignment on UFileHelpers"); \ +static_assert(sizeof(UFileHelpers) == 0x000028, "Wrong size on UFileHelpers"); \ + +#define DUMPER7_ASSERTS_GameAction_GetInstanceClass \ +static_assert(alignof(GameAction_GetInstanceClass) == 0x000008, "Wrong alignment on GameAction_GetInstanceClass"); \ +static_assert(sizeof(GameAction_GetInstanceClass) == 0x000008, "Wrong size on GameAction_GetInstanceClass"); \ +static_assert(offsetof(GameAction_GetInstanceClass, ReturnValue) == 0x000000, "Member 'GameAction_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameAction \ +static_assert(alignof(UGameAction) == 0x000008, "Wrong alignment on UGameAction"); \ +static_assert(sizeof(UGameAction) == 0x000030, "Wrong size on UGameAction"); \ + +#define DUMPER7_ASSERTS_SkillDataAsset_HasSkillTag \ +static_assert(alignof(SkillDataAsset_HasSkillTag) == 0x000004, "Wrong alignment on SkillDataAsset_HasSkillTag"); \ +static_assert(sizeof(SkillDataAsset_HasSkillTag) == 0x00000C, "Wrong size on SkillDataAsset_HasSkillTag"); \ +static_assert(offsetof(SkillDataAsset_HasSkillTag, Tag) == 0x000000, "Member 'SkillDataAsset_HasSkillTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(SkillDataAsset_HasSkillTag, ReturnValue) == 0x000008, "Member 'SkillDataAsset_HasSkillTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkillDataAsset \ +static_assert(alignof(USkillDataAsset) == 0x000008, "Wrong alignment on USkillDataAsset"); \ +static_assert(sizeof(USkillDataAsset) == 0x000060, "Wrong size on USkillDataAsset"); \ +static_assert(offsetof(USkillDataAsset, SkillTags) == 0x000030, "Member 'USkillDataAsset::SkillTags' has a wrong offset!"); \ +static_assert(offsetof(USkillDataAsset, SkillComponentList) == 0x000050, "Member 'USkillDataAsset::SkillComponentList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_GameConfigurationSettings_GetSubPlatformOptions \ +static_assert(alignof(SF_GameConfigurationSettings_GetSubPlatformOptions) == 0x000008, "Wrong alignment on SF_GameConfigurationSettings_GetSubPlatformOptions"); \ +static_assert(sizeof(SF_GameConfigurationSettings_GetSubPlatformOptions) == 0x000010, "Wrong size on SF_GameConfigurationSettings_GetSubPlatformOptions"); \ +static_assert(offsetof(SF_GameConfigurationSettings_GetSubPlatformOptions, ReturnValue) == 0x000000, "Member 'SF_GameConfigurationSettings_GetSubPlatformOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_GameConfigurationSettings \ +static_assert(alignof(USF_GameConfigurationSettings) == 0x000008, "Wrong alignment on USF_GameConfigurationSettings"); \ +static_assert(sizeof(USF_GameConfigurationSettings) == 0x0003A8, "Wrong size on USF_GameConfigurationSettings"); \ +static_assert(offsetof(USF_GameConfigurationSettings, ProjectConfiguration) == 0x000038, "Member 'USF_GameConfigurationSettings::ProjectConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, DefaultLoadingScreenWidget) == 0x000060, "Member 'USF_GameConfigurationSettings::DefaultLoadingScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, DefaultSubtitlesWidget) == 0x000088, "Member 'USF_GameConfigurationSettings::DefaultSubtitlesWidget' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, SubtitleMinDisplayTime) == 0x0000B0, "Member 'USF_GameConfigurationSettings::SubtitleMinDisplayTime' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, SubtitleSpeakerData) == 0x0000B8, "Member 'USF_GameConfigurationSettings::SubtitleSpeakerData' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, ForcedSubtitleDisplayScene) == 0x0000E0, "Member 'USF_GameConfigurationSettings::ForcedSubtitleDisplayScene' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, DefaultSettingsValue) == 0x000130, "Member 'USF_GameConfigurationSettings::DefaultSettingsValue' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, SubPlatformDefaultSettingsValue) == 0x0001B8, "Member 'USF_GameConfigurationSettings::SubPlatformDefaultSettingsValue' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, DefaultNotSharedSettingsValue) == 0x000208, "Member 'USF_GameConfigurationSettings::DefaultNotSharedSettingsValue' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, SubPlatformDefaultNotSharedSettingsValue) == 0x000210, "Member 'USF_GameConfigurationSettings::SubPlatformDefaultNotSharedSettingsValue' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, CvarOverrideDuringLevelLoading) == 0x000260, "Member 'USF_GameConfigurationSettings::CvarOverrideDuringLevelLoading' has a wrong offset!"); \ +static_assert(offsetof(USF_GameConfigurationSettings, SizeAudioStreamingCacheTrimRequest) == 0x0003A0, "Member 'USF_GameConfigurationSettings::SizeAudioStreamingCacheTrimRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage \ +static_assert(alignof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage) == 0x000008, "Wrong alignment on GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage"); \ +static_assert(sizeof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage) == 0x000010, "Wrong size on GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage"); \ +static_assert(offsetof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage, _content) == 0x000000, "Member 'GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_AddGameplayFrameMessage::_content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled \ +static_assert(alignof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled) == 0x000001, "Wrong alignment on GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled"); \ +static_assert(sizeof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled) == 0x000001, "Wrong size on GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled"); \ +static_assert(offsetof(GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled, ReturnValue) == 0x000000, "Member 'GameplayDebuggerCategory_SandfallGameplay_BlueprintHelper_IsGameplayDebugCategoryEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayDebuggerCategory_SandfallGameplay_BlueprintHelper \ +static_assert(alignof(UGameplayDebuggerCategory_SandfallGameplay_BlueprintHelper) == 0x000008, "Wrong alignment on UGameplayDebuggerCategory_SandfallGameplay_BlueprintHelper"); \ +static_assert(sizeof(UGameplayDebuggerCategory_SandfallGameplay_BlueprintHelper) == 0x000028, "Wrong size on UGameplayDebuggerCategory_SandfallGameplay_BlueprintHelper"); \ + +#define DUMPER7_ASSERTS_GameplayTagHelpers_GetGameplayTagFromName \ +static_assert(alignof(GameplayTagHelpers_GetGameplayTagFromName) == 0x000004, "Wrong alignment on GameplayTagHelpers_GetGameplayTagFromName"); \ +static_assert(sizeof(GameplayTagHelpers_GetGameplayTagFromName) == 0x000010, "Wrong size on GameplayTagHelpers_GetGameplayTagFromName"); \ +static_assert(offsetof(GameplayTagHelpers_GetGameplayTagFromName, TagName) == 0x000000, "Member 'GameplayTagHelpers_GetGameplayTagFromName::TagName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagHelpers_GetGameplayTagFromName, ReturnValue) == 0x000008, "Member 'GameplayTagHelpers_GetGameplayTagFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagHelpers_GetGameplayTagFromString \ +static_assert(alignof(GameplayTagHelpers_GetGameplayTagFromString) == 0x000008, "Wrong alignment on GameplayTagHelpers_GetGameplayTagFromString"); \ +static_assert(sizeof(GameplayTagHelpers_GetGameplayTagFromString) == 0x000018, "Wrong size on GameplayTagHelpers_GetGameplayTagFromString"); \ +static_assert(offsetof(GameplayTagHelpers_GetGameplayTagFromString, TagName) == 0x000000, "Member 'GameplayTagHelpers_GetGameplayTagFromString::TagName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagHelpers_GetGameplayTagFromString, ReturnValue) == 0x000010, "Member 'GameplayTagHelpers_GetGameplayTagFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagHelpers \ +static_assert(alignof(UGameplayTagHelpers) == 0x000008, "Wrong alignment on UGameplayTagHelpers"); \ +static_assert(sizeof(UGameplayTagHelpers) == 0x000028, "Wrong size on UGameplayTagHelpers"); \ + +#define DUMPER7_ASSERTS_ASF_GeneratedInvisibleWallBoxComponent \ +static_assert(alignof(ASF_GeneratedInvisibleWallBoxComponent) == 0x000008, "Wrong alignment on ASF_GeneratedInvisibleWallBoxComponent"); \ +static_assert(sizeof(ASF_GeneratedInvisibleWallBoxComponent) == 0x000298, "Wrong size on ASF_GeneratedInvisibleWallBoxComponent"); \ +static_assert(offsetof(ASF_GeneratedInvisibleWallBoxComponent, BoxCollisionComponent) == 0x000290, "Member 'ASF_GeneratedInvisibleWallBoxComponent::BoxCollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials \ +static_assert(alignof(GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials"); \ +static_assert(sizeof(GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials) == 0x000018, "Wrong size on GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials, GeometryCollection) == 0x000000, "Member 'GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials, ReturnValue) == 0x000008, "Member 'GeometryCollectionBlueprintHelpers_GetGeometryCollectionMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintHelpers_RecreatePhysicsState \ +static_assert(alignof(GeometryCollectionBlueprintHelpers_RecreatePhysicsState) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintHelpers_RecreatePhysicsState"); \ +static_assert(sizeof(GeometryCollectionBlueprintHelpers_RecreatePhysicsState) == 0x000008, "Wrong size on GeometryCollectionBlueprintHelpers_RecreatePhysicsState"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_RecreatePhysicsState, Component) == 0x000000, "Member 'GeometryCollectionBlueprintHelpers_RecreatePhysicsState::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel \ +static_assert(alignof(GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel"); \ +static_assert(sizeof(GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel) == 0x000010, "Wrong size on GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel, GeometryCollectionComponent) == 0x000000, "Member 'GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel, Channel) == 0x000008, "Member 'GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel, NewResponse) == 0x000009, "Member 'GeometryCollectionBlueprintHelpers_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection \ +static_assert(alignof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection) == 0x000010, "Wrong alignment on GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection"); \ +static_assert(sizeof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection) == 0x000080, "Wrong size on GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection, OwnerActor) == 0x000000, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection, InRestCollection) == 0x000008, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection::InRestCollection' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection, InTransform) == 0x000010, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection::InTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection, ReturnValue) == 0x000070, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionComponentWithRestCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection \ +static_assert(alignof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection) == 0x000010, "Wrong alignment on GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection"); \ +static_assert(sizeof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection) == 0x000080, "Wrong size on GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection, WorldContextObject) == 0x000000, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection, ActorClass) == 0x000008, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection, InRestCollection) == 0x000010, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection::InRestCollection' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection, InTransform) == 0x000020, "Member 'GeometryCollectionBlueprintHelpers_SpawnGeometryCollectionWithRestCollection::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionBlueprintHelpers \ +static_assert(alignof(UGeometryCollectionBlueprintHelpers) == 0x000008, "Wrong alignment on UGeometryCollectionBlueprintHelpers"); \ +static_assert(sizeof(UGeometryCollectionBlueprintHelpers) == 0x000028, "Wrong size on UGeometryCollectionBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_SF_GraphicBlueprintHelpers_BringToFrontWindow \ +static_assert(alignof(SF_GraphicBlueprintHelpers_BringToFrontWindow) == 0x000001, "Wrong alignment on SF_GraphicBlueprintHelpers_BringToFrontWindow"); \ +static_assert(sizeof(SF_GraphicBlueprintHelpers_BringToFrontWindow) == 0x000001, "Wrong size on SF_GraphicBlueprintHelpers_BringToFrontWindow"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_BringToFrontWindow, bForced) == 0x000000, "Member 'SF_GraphicBlueprintHelpers_BringToFrontWindow::bForced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure \ +static_assert(alignof(SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure) == 0x000008, "Wrong alignment on SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure"); \ +static_assert(sizeof(SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure) == 0x000010, "Wrong size on SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure, WorldContextObject) == 0x000000, "Member 'SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure, ReturnValue) == 0x000008, "Member 'SF_GraphicBlueprintHelpers_GetLastEyeAdaptationExposure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject \ +static_assert(alignof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject) == 0x000008, "Wrong alignment on SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject"); \ +static_assert(sizeof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject) == 0x0000D0, "Wrong size on SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, WorldContextObject) == 0x000000, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, ISMs) == 0x000008, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::ISMs' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, SplineInstanceData) == 0x000018, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::SplineInstanceData' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, MovingDistance) == 0x000028, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::MovingDistance' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, RotatorSpeed) == 0x000078, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::RotatorSpeed' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, DeltaSeconds) == 0x0000C8, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject, InstanceCount) == 0x0000CC, "Member 'SF_GraphicBlueprintHelpers_UpdateSplineFloatingObject::InstanceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_GraphicBlueprintHelpers \ +static_assert(alignof(USF_GraphicBlueprintHelpers) == 0x000008, "Wrong alignment on USF_GraphicBlueprintHelpers"); \ +static_assert(sizeof(USF_GraphicBlueprintHelpers) == 0x000028, "Wrong size on USF_GraphicBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable \ +static_assert(alignof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable) == 0x000010, "Wrong alignment on InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable"); \ +static_assert(sizeof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable) == 0x0000F0, "Wrong size on InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable, CommonInputActionDataTable) == 0x000008, "Member 'InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable::CommonInputActionDataTable' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable, InputRowName) == 0x000010, "Member 'InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable::InputRowName' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable, ReturnValue) == 0x000020, "Member 'InputBlueprintHelpers_FindInputBrushFromCommonUIDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction \ +static_assert(alignof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction) == 0x000010, "Wrong alignment on InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction"); \ +static_assert(sizeof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction) == 0x0000E0, "Wrong size on InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction, EnhancedInputAction) == 0x000008, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction, ReturnValue) == 0x000010, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType \ +static_assert(alignof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType) == 0x000010, "Wrong alignment on InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType"); \ +static_assert(sizeof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType) == 0x0000F0, "Wrong size on InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType, InputType) == 0x000008, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType::InputType' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType, EnhancedInputAction) == 0x000010, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType, InputMappingContext) == 0x000018, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType, ReturnValue) == 0x000020, "Member 'InputBlueprintHelpers_FindInputBrushFromEnhancedInputActionByInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_FindInputBrushFromInputAction \ +static_assert(alignof(InputBlueprintHelpers_FindInputBrushFromInputAction) == 0x000010, "Wrong alignment on InputBlueprintHelpers_FindInputBrushFromInputAction"); \ +static_assert(sizeof(InputBlueprintHelpers_FindInputBrushFromInputAction) == 0x0000E0, "Wrong size on InputBlueprintHelpers_FindInputBrushFromInputAction"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromInputAction, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_FindInputBrushFromInputAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromInputAction, InputActionName) == 0x000008, "Member 'InputBlueprintHelpers_FindInputBrushFromInputAction::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromInputAction, ReturnValue) == 0x000010, "Member 'InputBlueprintHelpers_FindInputBrushFromInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_FindInputBrushFromKey \ +static_assert(alignof(InputBlueprintHelpers_FindInputBrushFromKey) == 0x000010, "Wrong alignment on InputBlueprintHelpers_FindInputBrushFromKey"); \ +static_assert(sizeof(InputBlueprintHelpers_FindInputBrushFromKey) == 0x000100, "Wrong size on InputBlueprintHelpers_FindInputBrushFromKey"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromKey, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_FindInputBrushFromKey::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromKey, InputType) == 0x000008, "Member 'InputBlueprintHelpers_FindInputBrushFromKey::InputType' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromKey, Key) == 0x000010, "Member 'InputBlueprintHelpers_FindInputBrushFromKey::Key' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromKey, bIsHighRes) == 0x000028, "Member 'InputBlueprintHelpers_FindInputBrushFromKey::bIsHighRes' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_FindInputBrushFromKey, ReturnValue) == 0x000030, "Member 'InputBlueprintHelpers_FindInputBrushFromKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType \ +static_assert(alignof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType) == 0x000008, "Wrong alignment on InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType"); \ +static_assert(sizeof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType) == 0x000038, "Wrong size on InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType"); \ +static_assert(offsetof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType, InputType) == 0x000008, "Member 'InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType::InputType' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType, EnhancedInputAction) == 0x000010, "Member 'InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType, InputMappingContext) == 0x000018, "Member 'InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType, ReturnValue) == 0x000020, "Member 'InputBlueprintHelpers_GetFirstKeyForEnhancedInputActionByInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_GetKeyForCommonAction \ +static_assert(alignof(InputBlueprintHelpers_GetKeyForCommonAction) == 0x000008, "Wrong alignment on InputBlueprintHelpers_GetKeyForCommonAction"); \ +static_assert(sizeof(InputBlueprintHelpers_GetKeyForCommonAction) == 0x000030, "Wrong size on InputBlueprintHelpers_GetKeyForCommonAction"); \ +static_assert(offsetof(InputBlueprintHelpers_GetKeyForCommonAction, CommonInputSubsystem) == 0x000000, "Member 'InputBlueprintHelpers_GetKeyForCommonAction::CommonInputSubsystem' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetKeyForCommonAction, InputAction) == 0x000008, "Member 'InputBlueprintHelpers_GetKeyForCommonAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_GetKeyForCommonAction, ReturnValue) == 0x000018, "Member 'InputBlueprintHelpers_GetKeyForCommonAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode \ +static_assert(alignof(InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode) == 0x000008, "Wrong alignment on InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode"); \ +static_assert(sizeof(InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode) == 0x000010, "Wrong size on InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode"); \ +static_assert(offsetof(InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode, ReturnValue) == 0x000008, "Member 'InputBlueprintHelpers_IsInGamepadOrKeyboardNavigationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor \ +static_assert(alignof(InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor) == 0x000008, "Wrong alignment on InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor"); \ +static_assert(sizeof(InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor) == 0x000010, "Wrong size on InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor"); \ +static_assert(offsetof(InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor, bInIgnoreNavigationKeys) == 0x000008, "Member 'InputBlueprintHelpers_SetIgnoreNavigationKeysInAnalogCursor::bInIgnoreNavigationKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_TryFindKeysForEnhancedInputAction \ +static_assert(alignof(InputBlueprintHelpers_TryFindKeysForEnhancedInputAction) == 0x000008, "Wrong alignment on InputBlueprintHelpers_TryFindKeysForEnhancedInputAction"); \ +static_assert(sizeof(InputBlueprintHelpers_TryFindKeysForEnhancedInputAction) == 0x000020, "Wrong size on InputBlueprintHelpers_TryFindKeysForEnhancedInputAction"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputAction, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputAction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputAction, EnhancedInputAction) == 0x000008, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputAction::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputAction, ReturnValue) == 0x000010, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName \ +static_assert(alignof(InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName) == 0x000008, "Wrong alignment on InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName"); \ +static_assert(sizeof(InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName) == 0x000020, "Wrong size on InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName, WorldContextObject) == 0x000000, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName, EnhancedInputActionName) == 0x000008, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName::EnhancedInputActionName' has a wrong offset!"); \ +static_assert(offsetof(InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName, ReturnValue) == 0x000010, "Member 'InputBlueprintHelpers_TryFindKeysForEnhancedInputActionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBlueprintHelpers \ +static_assert(alignof(UInputBlueprintHelpers) == 0x000008, "Wrong alignment on UInputBlueprintHelpers"); \ +static_assert(sizeof(UInputBlueprintHelpers) == 0x000028, "Wrong size on UInputBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_UInputModifierUserConfigurableDeadZone \ +static_assert(alignof(UInputModifierUserConfigurableDeadZone) == 0x000008, "Wrong alignment on UInputModifierUserConfigurableDeadZone"); \ +static_assert(sizeof(UInputModifierUserConfigurableDeadZone) == 0x000030, "Wrong size on UInputModifierUserConfigurableDeadZone"); \ +static_assert(offsetof(UInputModifierUserConfigurableDeadZone, Type) == 0x000028, "Member 'UInputModifierUserConfigurableDeadZone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_InvisibleWall_GetGeneratedInvisibleWalls \ +static_assert(alignof(SF_InvisibleWall_GetGeneratedInvisibleWalls) == 0x000008, "Wrong alignment on SF_InvisibleWall_GetGeneratedInvisibleWalls"); \ +static_assert(sizeof(SF_InvisibleWall_GetGeneratedInvisibleWalls) == 0x000010, "Wrong size on SF_InvisibleWall_GetGeneratedInvisibleWalls"); \ +static_assert(offsetof(SF_InvisibleWall_GetGeneratedInvisibleWalls, ReturnValue) == 0x000000, "Member 'SF_InvisibleWall_GetGeneratedInvisibleWalls::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_InvisibleWall_HasBakedData \ +static_assert(alignof(SF_InvisibleWall_HasBakedData) == 0x000001, "Wrong alignment on SF_InvisibleWall_HasBakedData"); \ +static_assert(sizeof(SF_InvisibleWall_HasBakedData) == 0x000001, "Wrong size on SF_InvisibleWall_HasBakedData"); \ +static_assert(offsetof(SF_InvisibleWall_HasBakedData, ReturnValue) == 0x000000, "Member 'SF_InvisibleWall_HasBakedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_InvisibleWall_IsBakeVersionOutDated \ +static_assert(alignof(SF_InvisibleWall_IsBakeVersionOutDated) == 0x000001, "Wrong alignment on SF_InvisibleWall_IsBakeVersionOutDated"); \ +static_assert(sizeof(SF_InvisibleWall_IsBakeVersionOutDated) == 0x000001, "Wrong size on SF_InvisibleWall_IsBakeVersionOutDated"); \ +static_assert(offsetof(SF_InvisibleWall_IsBakeVersionOutDated, ReturnValue) == 0x000000, "Member 'SF_InvisibleWall_IsBakeVersionOutDated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_InvisibleWall_TryBakeInvisibleWall \ +static_assert(alignof(SF_InvisibleWall_TryBakeInvisibleWall) == 0x000001, "Wrong alignment on SF_InvisibleWall_TryBakeInvisibleWall"); \ +static_assert(sizeof(SF_InvisibleWall_TryBakeInvisibleWall) == 0x000002, "Wrong size on SF_InvisibleWall_TryBakeInvisibleWall"); \ +static_assert(offsetof(SF_InvisibleWall_TryBakeInvisibleWall, ForceBake) == 0x000000, "Member 'SF_InvisibleWall_TryBakeInvisibleWall::ForceBake' has a wrong offset!"); \ +static_assert(offsetof(SF_InvisibleWall_TryBakeInvisibleWall, ReturnValue) == 0x000001, "Member 'SF_InvisibleWall_TryBakeInvisibleWall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASF_InvisibleWall \ +static_assert(alignof(ASF_InvisibleWall) == 0x000008, "Wrong alignment on ASF_InvisibleWall"); \ +static_assert(sizeof(ASF_InvisibleWall) == 0x000308, "Wrong size on ASF_InvisibleWall"); \ +static_assert(offsetof(ASF_InvisibleWall, bMustBeIgnoredInCommandlet) == 0x000290, "Member 'ASF_InvisibleWall::bMustBeIgnoredInCommandlet' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, CurrentWallVersion) == 0x000294, "Member 'ASF_InvisibleWall::CurrentWallVersion' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, bShouldAffectNavigation) == 0x000298, "Member 'ASF_InvisibleWall::bShouldAffectNavigation' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, bClosedLoop) == 0x000299, "Member 'ASF_InvisibleWall::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, bRemoveNavigationMeshInClosedLoop) == 0x00029A, "Member 'ASF_InvisibleWall::bRemoveNavigationMeshInClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, bHasWarnMissingBakedData) == 0x00029B, "Member 'ASF_InvisibleWall::bHasWarnMissingBakedData' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, BakedInvisibleWall) == 0x0002A0, "Member 'ASF_InvisibleWall::BakedInvisibleWall' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, GeneratedInvisibleWalls) == 0x0002A8, "Member 'ASF_InvisibleWall::GeneratedInvisibleWalls' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, WallCollection) == 0x0002B8, "Member 'ASF_InvisibleWall::WallCollection' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, WallDynamicCollection) == 0x0002C8, "Member 'ASF_InvisibleWall::WallDynamicCollection' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, CornerCollection) == 0x0002D8, "Member 'ASF_InvisibleWall::CornerCollection' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, CornerDynamicCollection) == 0x0002E8, "Member 'ASF_InvisibleWall::CornerDynamicCollection' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, WallPrefab) == 0x0002F8, "Member 'ASF_InvisibleWall::WallPrefab' has a wrong offset!"); \ +static_assert(offsetof(ASF_InvisibleWall, CornerPrefab) == 0x000300, "Member 'ASF_InvisibleWall::CornerPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendDirectionalLightComponent \ +static_assert(alignof(LightingScenarioHelpers_BlendDirectionalLightComponent) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendDirectionalLightComponent"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendDirectionalLightComponent) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendDirectionalLightComponent"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendDirectionalLightComponent, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendDirectionalLightComponent::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendDirectionalLightComponent, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendDirectionalLightComponent::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendDirectionalLightComponent, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendDirectionalLightComponent::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendDirectionalLightComponent, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendDirectionalLightComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendExponentialHeightFogComponent \ +static_assert(alignof(LightingScenarioHelpers_BlendExponentialHeightFogComponent) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendExponentialHeightFogComponent"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendExponentialHeightFogComponent) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendExponentialHeightFogComponent"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendExponentialHeightFogComponent, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendExponentialHeightFogComponent::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendExponentialHeightFogComponent, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendExponentialHeightFogComponent::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendExponentialHeightFogComponent, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendExponentialHeightFogComponent::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendExponentialHeightFogComponent, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendExponentialHeightFogComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendLightComponent \ +static_assert(alignof(LightingScenarioHelpers_BlendLightComponent) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendLightComponent"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendLightComponent) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendLightComponent"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponent, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendLightComponent::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponent, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendLightComponent::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponent, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendLightComponent::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponent, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendLightComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendLightComponentBase \ +static_assert(alignof(LightingScenarioHelpers_BlendLightComponentBase) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendLightComponentBase"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendLightComponentBase) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendLightComponentBase"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponentBase, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendLightComponentBase::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponentBase, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendLightComponentBase::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponentBase, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendLightComponentBase::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendLightComponentBase, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendLightComponentBase::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendSkyAtmosphereComponent \ +static_assert(alignof(LightingScenarioHelpers_BlendSkyAtmosphereComponent) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendSkyAtmosphereComponent"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendSkyAtmosphereComponent) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendSkyAtmosphereComponent"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyAtmosphereComponent, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendSkyAtmosphereComponent::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyAtmosphereComponent, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendSkyAtmosphereComponent::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyAtmosphereComponent, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendSkyAtmosphereComponent::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyAtmosphereComponent, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendSkyAtmosphereComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_BlendSkyLightComponent \ +static_assert(alignof(LightingScenarioHelpers_BlendSkyLightComponent) == 0x000008, "Wrong alignment on LightingScenarioHelpers_BlendSkyLightComponent"); \ +static_assert(sizeof(LightingScenarioHelpers_BlendSkyLightComponent) == 0x000020, "Wrong size on LightingScenarioHelpers_BlendSkyLightComponent"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyLightComponent, Source) == 0x000000, "Member 'LightingScenarioHelpers_BlendSkyLightComponent::Source' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyLightComponent, Destination) == 0x000008, "Member 'LightingScenarioHelpers_BlendSkyLightComponent::Destination' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyLightComponent, Target) == 0x000010, "Member 'LightingScenarioHelpers_BlendSkyLightComponent::Target' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_BlendSkyLightComponent, Multiplier) == 0x000018, "Member 'LightingScenarioHelpers_BlendSkyLightComponent::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_Lerp_FColor \ +static_assert(alignof(LightingScenarioHelpers_Lerp_FColor) == 0x000004, "Wrong alignment on LightingScenarioHelpers_Lerp_FColor"); \ +static_assert(sizeof(LightingScenarioHelpers_Lerp_FColor) == 0x000010, "Wrong size on LightingScenarioHelpers_Lerp_FColor"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FColor, A) == 0x000000, "Member 'LightingScenarioHelpers_Lerp_FColor::A' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FColor, B) == 0x000004, "Member 'LightingScenarioHelpers_Lerp_FColor::B' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FColor, T) == 0x000008, "Member 'LightingScenarioHelpers_Lerp_FColor::T' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FColor, ReturnValue) == 0x00000C, "Member 'LightingScenarioHelpers_Lerp_FColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_Lerp_FExponentialHeightFogData \ +static_assert(alignof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData) == 0x000004, "Wrong alignment on LightingScenarioHelpers_Lerp_FExponentialHeightFogData"); \ +static_assert(sizeof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData) == 0x000028, "Wrong size on LightingScenarioHelpers_Lerp_FExponentialHeightFogData"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData, A) == 0x000000, "Member 'LightingScenarioHelpers_Lerp_FExponentialHeightFogData::A' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData, B) == 0x00000C, "Member 'LightingScenarioHelpers_Lerp_FExponentialHeightFogData::B' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData, T) == 0x000018, "Member 'LightingScenarioHelpers_Lerp_FExponentialHeightFogData::T' has a wrong offset!"); \ +static_assert(offsetof(LightingScenarioHelpers_Lerp_FExponentialHeightFogData, ReturnValue) == 0x00001C, "Member 'LightingScenarioHelpers_Lerp_FExponentialHeightFogData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightingScenarioHelpers_MarkWholeRenderStateDirty \ +static_assert(alignof(LightingScenarioHelpers_MarkWholeRenderStateDirty) == 0x000008, "Wrong alignment on LightingScenarioHelpers_MarkWholeRenderStateDirty"); \ +static_assert(sizeof(LightingScenarioHelpers_MarkWholeRenderStateDirty) == 0x000008, "Wrong size on LightingScenarioHelpers_MarkWholeRenderStateDirty"); \ +static_assert(offsetof(LightingScenarioHelpers_MarkWholeRenderStateDirty, Target) == 0x000000, "Member 'LightingScenarioHelpers_MarkWholeRenderStateDirty::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightingScenarioHelpers \ +static_assert(alignof(ULightingScenarioHelpers) == 0x000008, "Wrong alignment on ULightingScenarioHelpers"); \ +static_assert(sizeof(ULightingScenarioHelpers) == 0x000028, "Wrong size on ULightingScenarioHelpers"); \ + +#define DUMPER7_ASSERTS_SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive \ +static_assert(alignof(SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive) == 0x000001, "Wrong alignment on SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive"); \ +static_assert(sizeof(SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive) == 0x000001, "Wrong size on SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive, ReturnValue) == 0x000000, "Member 'SF_LoadingScreenGISubsystem_IsLoadingScreenSubSystemActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen \ +static_assert(alignof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen) == 0x000008, "Wrong alignment on SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen"); \ +static_assert(sizeof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen) == 0x000068, "Wrong size on SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, WorldContextObject) == 0x000000, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, Level) == 0x000008, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::Level' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, LatentInfo) == 0x000030, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, bAbsolute) == 0x000048, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, Options) == 0x000050, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::Options' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen, LoadingScreenOverride) == 0x000060, "Member 'SF_LoadingScreenGISubsystem_OpenLevelBySoftPtrWithLoadingScreen::LoadingScreenOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen \ +static_assert(alignof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen) == 0x000008, "Wrong alignment on SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen"); \ +static_assert(sizeof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen) == 0x000048, "Wrong size on SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, WorldContextObject) == 0x000000, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, LevelName) == 0x000008, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::LevelName' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, LatentInfo) == 0x000010, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, bAbsolute) == 0x000028, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, Options) == 0x000030, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::Options' has a wrong offset!"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen, LoadingScreenOverride) == 0x000040, "Member 'SF_LoadingScreenGISubsystem_OpenLevelWithLoadingScreen::LoadingScreenOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData \ +static_assert(alignof(SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData) == 0x000008, "Wrong alignment on SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData"); \ +static_assert(sizeof(SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData) == 0x000020, "Wrong size on SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData"); \ +static_assert(offsetof(SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData, dataOverride) == 0x000000, "Member 'SF_LoadingScreenGISubsystem_OverrideNextLoadingScreenData::dataOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_LoadingScreenGISubsystem \ +static_assert(alignof(USF_LoadingScreenGISubsystem) == 0x000008, "Wrong alignment on USF_LoadingScreenGISubsystem"); \ +static_assert(sizeof(USF_LoadingScreenGISubsystem) == 0x000378, "Wrong size on USF_LoadingScreenGISubsystem"); \ +static_assert(offsetof(USF_LoadingScreenGISubsystem, CurrentWidgetBuffer) == 0x000030, "Member 'USF_LoadingScreenGISubsystem::CurrentWidgetBuffer' has a wrong offset!"); \ +static_assert(offsetof(USF_LoadingScreenGISubsystem, LatentActionOnLevelLoadingObj) == 0x0000A0, "Member 'USF_LoadingScreenGISubsystem::LatentActionOnLevelLoadingObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LoadingScreenWidget_StartLoadingScreen \ +static_assert(alignof(SF_LoadingScreenWidget_StartLoadingScreen) == 0x000004, "Wrong alignment on SF_LoadingScreenWidget_StartLoadingScreen"); \ +static_assert(sizeof(SF_LoadingScreenWidget_StartLoadingScreen) == 0x000008, "Wrong size on SF_LoadingScreenWidget_StartLoadingScreen"); \ +static_assert(offsetof(SF_LoadingScreenWidget_StartLoadingScreen, LevelLoaded) == 0x000000, "Member 'SF_LoadingScreenWidget_StartLoadingScreen::LevelLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_LoadingScreenWidget \ +static_assert(alignof(USF_LoadingScreenWidget) == 0x000008, "Wrong alignment on USF_LoadingScreenWidget"); \ +static_assert(sizeof(USF_LoadingScreenWidget) == 0x000300, "Wrong size on USF_LoadingScreenWidget"); \ +static_assert(offsetof(USF_LoadingScreenWidget, LSData) == 0x0002E0, "Member 'USF_LoadingScreenWidget::LSData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings \ +static_assert(alignof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings) == 0x000008, "Wrong alignment on SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings) == 0x000020, "Wrong size on SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings, AssetGroup) == 0x000000, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings, Culture_IETF_Tag) == 0x000008, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings::Culture_IETF_Tag' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings, ReturnValue) == 0x000018, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex \ +static_assert(alignof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex) == 0x000004, "Wrong alignment on SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex) == 0x000010, "Wrong size on SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex, AssetGroup) == 0x000000, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex, CultureIndex) == 0x000008, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex::CultureIndex' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex, ReturnValue) == 0x00000C, "Member 'SF_LocalizationGISubsystem_ChangeAssetGroupCultureSettingsByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_ChangeGameCultureSettings \ +static_assert(alignof(SF_LocalizationGISubsystem_ChangeGameCultureSettings) == 0x000008, "Wrong alignment on SF_LocalizationGISubsystem_ChangeGameCultureSettings"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_ChangeGameCultureSettings) == 0x000018, "Wrong size on SF_LocalizationGISubsystem_ChangeGameCultureSettings"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeGameCultureSettings, Culture_IETF_Tag) == 0x000000, "Member 'SF_LocalizationGISubsystem_ChangeGameCultureSettings::Culture_IETF_Tag' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeGameCultureSettings, ReturnValue) == 0x000010, "Member 'SF_LocalizationGISubsystem_ChangeGameCultureSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex \ +static_assert(alignof(SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex) == 0x000004, "Wrong alignment on SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex) == 0x000008, "Wrong size on SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex, CultureIndex) == 0x000000, "Member 'SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex::CultureIndex' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex, ReturnValue) == 0x000004, "Member 'SF_LocalizationGISubsystem_ChangeGameCultureSettingsByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_Get_IETF_TagIndex \ +static_assert(alignof(SF_LocalizationGISubsystem_Get_IETF_TagIndex) == 0x000008, "Wrong alignment on SF_LocalizationGISubsystem_Get_IETF_TagIndex"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_Get_IETF_TagIndex) == 0x000018, "Wrong size on SF_LocalizationGISubsystem_Get_IETF_TagIndex"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_Get_IETF_TagIndex, IETF_Tag) == 0x000000, "Member 'SF_LocalizationGISubsystem_Get_IETF_TagIndex::IETF_Tag' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_Get_IETF_TagIndex, ReturnValue) == 0x000010, "Member 'SF_LocalizationGISubsystem_Get_IETF_TagIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_GetAssetGroupCultureData \ +static_assert(alignof(SF_LocalizationGISubsystem_GetAssetGroupCultureData) == 0x000008, "Wrong alignment on SF_LocalizationGISubsystem_GetAssetGroupCultureData"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_GetAssetGroupCultureData) == 0x000040, "Wrong size on SF_LocalizationGISubsystem_GetAssetGroupCultureData"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetAssetGroupCultureData, AssetGroup) == 0x000000, "Member 'SF_LocalizationGISubsystem_GetAssetGroupCultureData::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetAssetGroupCultureData, GetDisplayNameInCurrentLanguage) == 0x000008, "Member 'SF_LocalizationGISubsystem_GetAssetGroupCultureData::GetDisplayNameInCurrentLanguage' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetAssetGroupCultureData, ReturnValue) == 0x000010, "Member 'SF_LocalizationGISubsystem_GetAssetGroupCultureData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_GetGameCultureData \ +static_assert(alignof(SF_LocalizationGISubsystem_GetGameCultureData) == 0x000008, "Wrong alignment on SF_LocalizationGISubsystem_GetGameCultureData"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_GetGameCultureData) == 0x000030, "Wrong size on SF_LocalizationGISubsystem_GetGameCultureData"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetGameCultureData, GetDisplayNameInCurrentLanguage) == 0x000000, "Member 'SF_LocalizationGISubsystem_GetGameCultureData::GetDisplayNameInCurrentLanguage' has a wrong offset!"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetGameCultureData, ReturnValue) == 0x000008, "Member 'SF_LocalizationGISubsystem_GetGameCultureData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_LocalizationGISubsystem_GetAudioAssetGroupName \ +static_assert(alignof(SF_LocalizationGISubsystem_GetAudioAssetGroupName) == 0x000004, "Wrong alignment on SF_LocalizationGISubsystem_GetAudioAssetGroupName"); \ +static_assert(sizeof(SF_LocalizationGISubsystem_GetAudioAssetGroupName) == 0x000008, "Wrong size on SF_LocalizationGISubsystem_GetAudioAssetGroupName"); \ +static_assert(offsetof(SF_LocalizationGISubsystem_GetAudioAssetGroupName, ReturnValue) == 0x000000, "Member 'SF_LocalizationGISubsystem_GetAudioAssetGroupName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_LocalizationGISubsystem \ +static_assert(alignof(USF_LocalizationGISubsystem) == 0x000008, "Wrong alignment on USF_LocalizationGISubsystem"); \ +static_assert(sizeof(USF_LocalizationGISubsystem) == 0x000040, "Wrong size on USF_LocalizationGISubsystem"); \ +static_assert(offsetof(USF_LocalizationGISubsystem, OnCultureChangedBPCallback) == 0x000030, "Member 'USF_LocalizationGISubsystem::OnCultureChangedBPCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_LocalizationSettings \ +static_assert(alignof(USF_LocalizationSettings) == 0x000008, "Wrong alignment on USF_LocalizationSettings"); \ +static_assert(sizeof(USF_LocalizationSettings) == 0x000048, "Wrong size on USF_LocalizationSettings"); \ +static_assert(offsetof(USF_LocalizationSettings, AssetsGroupsCultureWrapper) == 0x000038, "Member 'USF_LocalizationSettings::AssetsGroupsCultureWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MathHelpers_GetBlendAlpha \ +static_assert(alignof(MathHelpers_GetBlendAlpha) == 0x000004, "Wrong alignment on MathHelpers_GetBlendAlpha"); \ +static_assert(sizeof(MathHelpers_GetBlendAlpha) == 0x000010, "Wrong size on MathHelpers_GetBlendAlpha"); \ +static_assert(offsetof(MathHelpers_GetBlendAlpha, BlendFunction) == 0x000000, "Member 'MathHelpers_GetBlendAlpha::BlendFunction' has a wrong offset!"); \ +static_assert(offsetof(MathHelpers_GetBlendAlpha, BlendExp) == 0x000004, "Member 'MathHelpers_GetBlendAlpha::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(MathHelpers_GetBlendAlpha, Time) == 0x000008, "Member 'MathHelpers_GetBlendAlpha::Time' has a wrong offset!"); \ +static_assert(offsetof(MathHelpers_GetBlendAlpha, ReturnValue) == 0x00000C, "Member 'MathHelpers_GetBlendAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MathHelpers_LimitMax_Double \ +static_assert(alignof(MathHelpers_LimitMax_Double) == 0x000008, "Wrong alignment on MathHelpers_LimitMax_Double"); \ +static_assert(sizeof(MathHelpers_LimitMax_Double) == 0x000008, "Wrong size on MathHelpers_LimitMax_Double"); \ +static_assert(offsetof(MathHelpers_LimitMax_Double, ReturnValue) == 0x000000, "Member 'MathHelpers_LimitMax_Double::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MathHelpers_LimitMax_Integer \ +static_assert(alignof(MathHelpers_LimitMax_Integer) == 0x000004, "Wrong alignment on MathHelpers_LimitMax_Integer"); \ +static_assert(sizeof(MathHelpers_LimitMax_Integer) == 0x000004, "Wrong size on MathHelpers_LimitMax_Integer"); \ +static_assert(offsetof(MathHelpers_LimitMax_Integer, ReturnValue) == 0x000000, "Member 'MathHelpers_LimitMax_Integer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MathHelpers_LimitMax_Integer64 \ +static_assert(alignof(MathHelpers_LimitMax_Integer64) == 0x000008, "Wrong alignment on MathHelpers_LimitMax_Integer64"); \ +static_assert(sizeof(MathHelpers_LimitMax_Integer64) == 0x000008, "Wrong size on MathHelpers_LimitMax_Integer64"); \ +static_assert(offsetof(MathHelpers_LimitMax_Integer64, ReturnValue) == 0x000000, "Member 'MathHelpers_LimitMax_Integer64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMathHelpers \ +static_assert(alignof(UMathHelpers) == 0x000008, "Wrong alignment on UMathHelpers"); \ +static_assert(sizeof(UMathHelpers) == 0x000028, "Wrong size on UMathHelpers"); \ + +#define DUMPER7_ASSERTS_ModifierStack_Float_AddModifier \ +static_assert(alignof(ModifierStack_Float_AddModifier) == 0x000008, "Wrong alignment on ModifierStack_Float_AddModifier"); \ +static_assert(sizeof(ModifierStack_Float_AddModifier) == 0x000048, "Wrong size on ModifierStack_Float_AddModifier"); \ +static_assert(offsetof(ModifierStack_Float_AddModifier, NewValue) == 0x000000, "Member 'ModifierStack_Float_AddModifier::NewValue' has a wrong offset!"); \ +static_assert(offsetof(ModifierStack_Float_AddModifier, OutModifierHandle) == 0x000008, "Member 'ModifierStack_Float_AddModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(ModifierStack_Float_AddModifier, DebugModifierName) == 0x000038, "Member 'ModifierStack_Float_AddModifier::DebugModifierName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifierStack_Float_RemoveModifier \ +static_assert(alignof(ModifierStack_Float_RemoveModifier) == 0x000008, "Wrong alignment on ModifierStack_Float_RemoveModifier"); \ +static_assert(sizeof(ModifierStack_Float_RemoveModifier) == 0x000038, "Wrong size on ModifierStack_Float_RemoveModifier"); \ +static_assert(offsetof(ModifierStack_Float_RemoveModifier, ModifierHandle) == 0x000000, "Member 'ModifierStack_Float_RemoveModifier::ModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(ModifierStack_Float_RemoveModifier, ReturnValue) == 0x000030, "Member 'ModifierStack_Float_RemoveModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifierStack_Float_GetCurrentValue \ +static_assert(alignof(ModifierStack_Float_GetCurrentValue) == 0x000004, "Wrong alignment on ModifierStack_Float_GetCurrentValue"); \ +static_assert(sizeof(ModifierStack_Float_GetCurrentValue) == 0x000004, "Wrong size on ModifierStack_Float_GetCurrentValue"); \ +static_assert(offsetof(ModifierStack_Float_GetCurrentValue, ReturnValue) == 0x000000, "Member 'ModifierStack_Float_GetCurrentValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifierStack_Float \ +static_assert(alignof(UModifierStack_Float) == 0x000008, "Wrong alignment on UModifierStack_Float"); \ +static_assert(sizeof(UModifierStack_Float) == 0x0000B0, "Wrong size on UModifierStack_Float"); \ +static_assert(offsetof(UModifierStack_Float, StackGuid) == 0x000028, "Member 'UModifierStack_Float::StackGuid' has a wrong offset!"); \ +static_assert(offsetof(UModifierStack_Float, StackingType) == 0x000038, "Member 'UModifierStack_Float::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UModifierStack_Float, DebugStackName) == 0x000040, "Member 'UModifierStack_Float::DebugStackName' has a wrong offset!"); \ +static_assert(offsetof(UModifierStack_Float, Values) == 0x000050, "Member 'UModifierStack_Float::Values' has a wrong offset!"); \ +static_assert(offsetof(UModifierStack_Float, AutoUpdateOnEdit) == 0x0000A0, "Member 'UModifierStack_Float::AutoUpdateOnEdit' has a wrong offset!"); \ +static_assert(offsetof(UModifierStack_Float, CurrentValue) == 0x0000A4, "Member 'UModifierStack_Float::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedID \ +static_assert(alignof(UNamedID) == 0x000008, "Wrong alignment on UNamedID"); \ +static_assert(sizeof(UNamedID) == 0x000040, "Wrong size on UNamedID"); \ +static_assert(offsetof(UNamedID, Guid) == 0x000028, "Member 'UNamedID::Guid' has a wrong offset!"); \ +static_assert(offsetof(UNamedID, Name_0) == 0x000038, "Member 'UNamedID::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamedIDHelpers_GetNamedIDClassPathName \ +static_assert(alignof(NamedIDHelpers_GetNamedIDClassPathName) == 0x000004, "Wrong alignment on NamedIDHelpers_GetNamedIDClassPathName"); \ +static_assert(sizeof(NamedIDHelpers_GetNamedIDClassPathName) == 0x000010, "Wrong size on NamedIDHelpers_GetNamedIDClassPathName"); \ +static_assert(offsetof(NamedIDHelpers_GetNamedIDClassPathName, ReturnValue) == 0x000000, "Member 'NamedIDHelpers_GetNamedIDClassPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedIDHelpers \ +static_assert(alignof(UNamedIDHelpers) == 0x000008, "Wrong alignment on UNamedIDHelpers"); \ +static_assert(sizeof(UNamedIDHelpers) == 0x000028, "Wrong size on UNamedIDHelpers"); \ + +#define DUMPER7_ASSERTS_NavigationHelpers_CanEverAffectNavigation \ +static_assert(alignof(NavigationHelpers_CanEverAffectNavigation) == 0x000008, "Wrong alignment on NavigationHelpers_CanEverAffectNavigation"); \ +static_assert(sizeof(NavigationHelpers_CanEverAffectNavigation) == 0x000010, "Wrong size on NavigationHelpers_CanEverAffectNavigation"); \ +static_assert(offsetof(NavigationHelpers_CanEverAffectNavigation, ActorComponent) == 0x000000, "Member 'NavigationHelpers_CanEverAffectNavigation::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_CanEverAffectNavigation, ReturnValue) == 0x000008, "Member 'NavigationHelpers_CanEverAffectNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationHelpers_GetNavDataForAgentName \ +static_assert(alignof(NavigationHelpers_GetNavDataForAgentName) == 0x000008, "Wrong alignment on NavigationHelpers_GetNavDataForAgentName"); \ +static_assert(sizeof(NavigationHelpers_GetNavDataForAgentName) == 0x000018, "Wrong size on NavigationHelpers_GetNavDataForAgentName"); \ +static_assert(offsetof(NavigationHelpers_GetNavDataForAgentName, WorldContextObject) == 0x000000, "Member 'NavigationHelpers_GetNavDataForAgentName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_GetNavDataForAgentName, AgentName) == 0x000008, "Member 'NavigationHelpers_GetNavDataForAgentName::AgentName' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_GetNavDataForAgentName, ReturnValue) == 0x000010, "Member 'NavigationHelpers_GetNavDataForAgentName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationHelpers_IsNavigationRelevant \ +static_assert(alignof(NavigationHelpers_IsNavigationRelevant) == 0x000008, "Wrong alignment on NavigationHelpers_IsNavigationRelevant"); \ +static_assert(sizeof(NavigationHelpers_IsNavigationRelevant) == 0x000010, "Wrong size on NavigationHelpers_IsNavigationRelevant"); \ +static_assert(offsetof(NavigationHelpers_IsNavigationRelevant, ActorComponent) == 0x000000, "Member 'NavigationHelpers_IsNavigationRelevant::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_IsNavigationRelevant, ReturnValue) == 0x000008, "Member 'NavigationHelpers_IsNavigationRelevant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationHelpers_SetCanEverAffectNavigation \ +static_assert(alignof(NavigationHelpers_SetCanEverAffectNavigation) == 0x000008, "Wrong alignment on NavigationHelpers_SetCanEverAffectNavigation"); \ +static_assert(sizeof(NavigationHelpers_SetCanEverAffectNavigation) == 0x000010, "Wrong size on NavigationHelpers_SetCanEverAffectNavigation"); \ +static_assert(offsetof(NavigationHelpers_SetCanEverAffectNavigation, ActorComponent) == 0x000000, "Member 'NavigationHelpers_SetCanEverAffectNavigation::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_SetCanEverAffectNavigation, bRelevant) == 0x000008, "Member 'NavigationHelpers_SetCanEverAffectNavigation::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationHelpers_SetFillCollisionUnderneathForNavmesh \ +static_assert(alignof(NavigationHelpers_SetFillCollisionUnderneathForNavmesh) == 0x000008, "Wrong alignment on NavigationHelpers_SetFillCollisionUnderneathForNavmesh"); \ +static_assert(sizeof(NavigationHelpers_SetFillCollisionUnderneathForNavmesh) == 0x000010, "Wrong size on NavigationHelpers_SetFillCollisionUnderneathForNavmesh"); \ +static_assert(offsetof(NavigationHelpers_SetFillCollisionUnderneathForNavmesh, PrimitiveComponent) == 0x000000, "Member 'NavigationHelpers_SetFillCollisionUnderneathForNavmesh::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(NavigationHelpers_SetFillCollisionUnderneathForNavmesh, bFillCollisionUnderneathForNavmesh) == 0x000008, "Member 'NavigationHelpers_SetFillCollisionUnderneathForNavmesh::bFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationHelpers \ +static_assert(alignof(UNavigationHelpers) == 0x000008, "Wrong alignment on UNavigationHelpers"); \ +static_assert(sizeof(UNavigationHelpers) == 0x000028, "Wrong size on UNavigationHelpers"); \ + +#define DUMPER7_ASSERTS_UPhotoModePawnMovementComponent \ +static_assert(alignof(UPhotoModePawnMovementComponent) == 0x000008, "Wrong alignment on UPhotoModePawnMovementComponent"); \ +static_assert(sizeof(UPhotoModePawnMovementComponent) == 0x000178, "Wrong size on UPhotoModePawnMovementComponent"); \ + +#define DUMPER7_ASSERTS_APhotoModePlayerController \ +static_assert(alignof(APhotoModePlayerController) == 0x000008, "Wrong alignment on APhotoModePlayerController"); \ +static_assert(sizeof(APhotoModePlayerController) == 0x000900, "Wrong size on APhotoModePlayerController"); \ + +#define DUMPER7_ASSERTS_APhotoModeSpectatorPawn \ +static_assert(alignof(APhotoModeSpectatorPawn) == 0x000008, "Wrong alignment on APhotoModeSpectatorPawn"); \ +static_assert(sizeof(APhotoModeSpectatorPawn) == 0x000340, "Wrong size on APhotoModeSpectatorPawn"); \ + +#define DUMPER7_ASSERTS_ProjectConfiguration_GetEditorOnlyLevelDataTable \ +static_assert(alignof(ProjectConfiguration_GetEditorOnlyLevelDataTable) == 0x000008, "Wrong alignment on ProjectConfiguration_GetEditorOnlyLevelDataTable"); \ +static_assert(sizeof(ProjectConfiguration_GetEditorOnlyLevelDataTable) == 0x000008, "Wrong size on ProjectConfiguration_GetEditorOnlyLevelDataTable"); \ +static_assert(offsetof(ProjectConfiguration_GetEditorOnlyLevelDataTable, ReturnValue) == 0x000000, "Member 'ProjectConfiguration_GetEditorOnlyLevelDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectConfiguration_GetLevelDataTable \ +static_assert(alignof(ProjectConfiguration_GetLevelDataTable) == 0x000008, "Wrong alignment on ProjectConfiguration_GetLevelDataTable"); \ +static_assert(sizeof(ProjectConfiguration_GetLevelDataTable) == 0x000008, "Wrong size on ProjectConfiguration_GetLevelDataTable"); \ +static_assert(offsetof(ProjectConfiguration_GetLevelDataTable, ReturnValue) == 0x000000, "Member 'ProjectConfiguration_GetLevelDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectConfiguration \ +static_assert(alignof(UProjectConfiguration) == 0x000008, "Wrong alignment on UProjectConfiguration"); \ +static_assert(sizeof(UProjectConfiguration) == 0x000038, "Wrong size on UProjectConfiguration"); \ +static_assert(offsetof(UProjectConfiguration, LevelDataTable) == 0x000030, "Member 'UProjectConfiguration::LevelDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_CreateQuestIdentifier \ +static_assert(alignof(QuestHelpers_CreateQuestIdentifier) == 0x000004, "Wrong alignment on QuestHelpers_CreateQuestIdentifier"); \ +static_assert(sizeof(QuestHelpers_CreateQuestIdentifier) == 0x000010, "Wrong size on QuestHelpers_CreateQuestIdentifier"); \ +static_assert(offsetof(QuestHelpers_CreateQuestIdentifier, QuestName) == 0x000000, "Member 'QuestHelpers_CreateQuestIdentifier::QuestName' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_CreateQuestIdentifier, ReturnValue) == 0x000008, "Member 'QuestHelpers_CreateQuestIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_CreateQuestObjectiveIdentifier \ +static_assert(alignof(QuestHelpers_CreateQuestObjectiveIdentifier) == 0x000004, "Wrong alignment on QuestHelpers_CreateQuestObjectiveIdentifier"); \ +static_assert(sizeof(QuestHelpers_CreateQuestObjectiveIdentifier) == 0x000020, "Wrong size on QuestHelpers_CreateQuestObjectiveIdentifier"); \ +static_assert(offsetof(QuestHelpers_CreateQuestObjectiveIdentifier, QuestName) == 0x000000, "Member 'QuestHelpers_CreateQuestObjectiveIdentifier::QuestName' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_CreateQuestObjectiveIdentifier, ObjectiveName) == 0x000008, "Member 'QuestHelpers_CreateQuestObjectiveIdentifier::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_CreateQuestObjectiveIdentifier, ReturnValue) == 0x000010, "Member 'QuestHelpers_CreateQuestObjectiveIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_Equal_FQuestObjectiveIdentifier \ +static_assert(alignof(QuestHelpers_Equal_FQuestObjectiveIdentifier) == 0x000004, "Wrong alignment on QuestHelpers_Equal_FQuestObjectiveIdentifier"); \ +static_assert(sizeof(QuestHelpers_Equal_FQuestObjectiveIdentifier) == 0x000024, "Wrong size on QuestHelpers_Equal_FQuestObjectiveIdentifier"); \ +static_assert(offsetof(QuestHelpers_Equal_FQuestObjectiveIdentifier, A) == 0x000000, "Member 'QuestHelpers_Equal_FQuestObjectiveIdentifier::A' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_Equal_FQuestObjectiveIdentifier, B) == 0x000010, "Member 'QuestHelpers_Equal_FQuestObjectiveIdentifier::B' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_Equal_FQuestObjectiveIdentifier, ReturnValue) == 0x000020, "Member 'QuestHelpers_Equal_FQuestObjectiveIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_GetObjectiveDataTable \ +static_assert(alignof(QuestHelpers_GetObjectiveDataTable) == 0x000008, "Wrong alignment on QuestHelpers_GetObjectiveDataTable"); \ +static_assert(sizeof(QuestHelpers_GetObjectiveDataTable) == 0x000010, "Wrong size on QuestHelpers_GetObjectiveDataTable"); \ +static_assert(offsetof(QuestHelpers_GetObjectiveDataTable, QuestName) == 0x000000, "Member 'QuestHelpers_GetObjectiveDataTable::QuestName' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_GetObjectiveDataTable, ReturnValue) == 0x000008, "Member 'QuestHelpers_GetObjectiveDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_GetQuestDataTable \ +static_assert(alignof(QuestHelpers_GetQuestDataTable) == 0x000008, "Wrong alignment on QuestHelpers_GetQuestDataTable"); \ +static_assert(sizeof(QuestHelpers_GetQuestDataTable) == 0x000008, "Wrong size on QuestHelpers_GetQuestDataTable"); \ +static_assert(offsetof(QuestHelpers_GetQuestDataTable, ReturnValue) == 0x000000, "Member 'QuestHelpers_GetQuestDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_IsValid_FQuestObjectiveIdentifier \ +static_assert(alignof(QuestHelpers_IsValid_FQuestObjectiveIdentifier) == 0x000004, "Wrong alignment on QuestHelpers_IsValid_FQuestObjectiveIdentifier"); \ +static_assert(sizeof(QuestHelpers_IsValid_FQuestObjectiveIdentifier) == 0x000014, "Wrong size on QuestHelpers_IsValid_FQuestObjectiveIdentifier"); \ +static_assert(offsetof(QuestHelpers_IsValid_FQuestObjectiveIdentifier, QuestObjectiveIdentifier) == 0x000000, "Member 'QuestHelpers_IsValid_FQuestObjectiveIdentifier::QuestObjectiveIdentifier' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_IsValid_FQuestObjectiveIdentifier, ReturnValue) == 0x000010, "Member 'QuestHelpers_IsValid_FQuestObjectiveIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestHelpers_NotEqual_FQuestObjectiveIdentifier \ +static_assert(alignof(QuestHelpers_NotEqual_FQuestObjectiveIdentifier) == 0x000004, "Wrong alignment on QuestHelpers_NotEqual_FQuestObjectiveIdentifier"); \ +static_assert(sizeof(QuestHelpers_NotEqual_FQuestObjectiveIdentifier) == 0x000024, "Wrong size on QuestHelpers_NotEqual_FQuestObjectiveIdentifier"); \ +static_assert(offsetof(QuestHelpers_NotEqual_FQuestObjectiveIdentifier, A) == 0x000000, "Member 'QuestHelpers_NotEqual_FQuestObjectiveIdentifier::A' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_NotEqual_FQuestObjectiveIdentifier, B) == 0x000010, "Member 'QuestHelpers_NotEqual_FQuestObjectiveIdentifier::B' has a wrong offset!"); \ +static_assert(offsetof(QuestHelpers_NotEqual_FQuestObjectiveIdentifier, ReturnValue) == 0x000020, "Member 'QuestHelpers_NotEqual_FQuestObjectiveIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuestHelpers \ +static_assert(alignof(UQuestHelpers) == 0x000008, "Wrong alignment on UQuestHelpers"); \ +static_assert(sizeof(UQuestHelpers) == 0x000028, "Wrong size on UQuestHelpers"); \ + +#define DUMPER7_ASSERTS_USF_QuestSettings \ +static_assert(alignof(USF_QuestSettings) == 0x000008, "Wrong alignment on USF_QuestSettings"); \ +static_assert(sizeof(USF_QuestSettings) == 0x000048, "Wrong size on USF_QuestSettings"); \ +static_assert(offsetof(USF_QuestSettings, QuestDataTable) == 0x000028, "Member 'USF_QuestSettings::QuestDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReadTexturePixelQuery_FeedTexture \ +static_assert(alignof(SF_ReadTexturePixelQuery_FeedTexture) == 0x000008, "Wrong alignment on SF_ReadTexturePixelQuery_FeedTexture"); \ +static_assert(sizeof(SF_ReadTexturePixelQuery_FeedTexture) == 0x000028, "Wrong size on SF_ReadTexturePixelQuery_FeedTexture"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_FeedTexture, TextureRef) == 0x000000, "Member 'SF_ReadTexturePixelQuery_FeedTexture::TextureRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReadTexturePixelQuery_GetTextureHeight \ +static_assert(alignof(SF_ReadTexturePixelQuery_GetTextureHeight) == 0x000004, "Wrong alignment on SF_ReadTexturePixelQuery_GetTextureHeight"); \ +static_assert(sizeof(SF_ReadTexturePixelQuery_GetTextureHeight) == 0x000004, "Wrong size on SF_ReadTexturePixelQuery_GetTextureHeight"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_GetTextureHeight, ReturnValue) == 0x000000, "Member 'SF_ReadTexturePixelQuery_GetTextureHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReadTexturePixelQuery_GetTextureWidth \ +static_assert(alignof(SF_ReadTexturePixelQuery_GetTextureWidth) == 0x000004, "Wrong alignment on SF_ReadTexturePixelQuery_GetTextureWidth"); \ +static_assert(sizeof(SF_ReadTexturePixelQuery_GetTextureWidth) == 0x000004, "Wrong size on SF_ReadTexturePixelQuery_GetTextureWidth"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_GetTextureWidth, ReturnValue) == 0x000000, "Member 'SF_ReadTexturePixelQuery_GetTextureWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReadTexturePixelQuery_HasValidData \ +static_assert(alignof(SF_ReadTexturePixelQuery_HasValidData) == 0x000001, "Wrong alignment on SF_ReadTexturePixelQuery_HasValidData"); \ +static_assert(sizeof(SF_ReadTexturePixelQuery_HasValidData) == 0x000001, "Wrong size on SF_ReadTexturePixelQuery_HasValidData"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_HasValidData, ReturnValue) == 0x000000, "Member 'SF_ReadTexturePixelQuery_HasValidData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReadTexturePixelQuery_TryReadPixel \ +static_assert(alignof(SF_ReadTexturePixelQuery_TryReadPixel) == 0x000004, "Wrong alignment on SF_ReadTexturePixelQuery_TryReadPixel"); \ +static_assert(sizeof(SF_ReadTexturePixelQuery_TryReadPixel) == 0x000014, "Wrong size on SF_ReadTexturePixelQuery_TryReadPixel"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_TryReadPixel, PositionX) == 0x000000, "Member 'SF_ReadTexturePixelQuery_TryReadPixel::PositionX' has a wrong offset!"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_TryReadPixel, PositionY) == 0x000004, "Member 'SF_ReadTexturePixelQuery_TryReadPixel::PositionY' has a wrong offset!"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_TryReadPixel, PixelValue) == 0x000008, "Member 'SF_ReadTexturePixelQuery_TryReadPixel::PixelValue' has a wrong offset!"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_TryReadPixel, PixelValueNormalized) == 0x00000C, "Member 'SF_ReadTexturePixelQuery_TryReadPixel::PixelValueNormalized' has a wrong offset!"); \ +static_assert(offsetof(SF_ReadTexturePixelQuery_TryReadPixel, ReturnValue) == 0x000010, "Member 'SF_ReadTexturePixelQuery_TryReadPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_ReadTexturePixelQuery \ +static_assert(alignof(USF_ReadTexturePixelQuery) == 0x000008, "Wrong alignment on USF_ReadTexturePixelQuery"); \ +static_assert(sizeof(USF_ReadTexturePixelQuery) == 0x000040, "Wrong size on USF_ReadTexturePixelQuery"); \ + +#define DUMPER7_ASSERTS_USF_ReferenceCounterWrapper \ +static_assert(alignof(USF_ReferenceCounterWrapper) == 0x000008, "Wrong alignment on USF_ReferenceCounterWrapper"); \ +static_assert(sizeof(USF_ReferenceCounterWrapper) == 0x000048, "Wrong size on USF_ReferenceCounterWrapper"); \ +static_assert(offsetof(USF_ReferenceCounterWrapper, ReferenceCounter) == 0x000028, "Member 'USF_ReferenceCounterWrapper::ReferenceCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_AddReference \ +static_assert(alignof(SF_ReferencerCounterUtils_AddReference) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_AddReference"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_AddReference) == 0x000058, "Wrong size on SF_ReferencerCounterUtils_AddReference"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_AddReference, Target) == 0x000000, "Member 'SF_ReferencerCounterUtils_AddReference::Target' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_AddReference, ReferenceHandle) == 0x000020, "Member 'SF_ReferencerCounterUtils_AddReference::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_AddReference, DebugName) == 0x000040, "Member 'SF_ReferencerCounterUtils_AddReference::DebugName' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_AddReference, ReturnValue) == 0x000050, "Member 'SF_ReferencerCounterUtils_AddReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_BindEventOnChanged \ +static_assert(alignof(SF_ReferencerCounterUtils_BindEventOnChanged) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_BindEventOnChanged"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_BindEventOnChanged) == 0x000030, "Wrong size on SF_ReferencerCounterUtils_BindEventOnChanged"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_BindEventOnChanged, Target) == 0x000000, "Member 'SF_ReferencerCounterUtils_BindEventOnChanged::Target' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_BindEventOnChanged, Event) == 0x000020, "Member 'SF_ReferencerCounterUtils_BindEventOnChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_GetReferenceCounterState \ +static_assert(alignof(SF_ReferencerCounterUtils_GetReferenceCounterState) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_GetReferenceCounterState"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_GetReferenceCounterState) == 0x000028, "Wrong size on SF_ReferencerCounterUtils_GetReferenceCounterState"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_GetReferenceCounterState, Target) == 0x000000, "Member 'SF_ReferencerCounterUtils_GetReferenceCounterState::Target' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_GetReferenceCounterState, ReturnValue) == 0x000020, "Member 'SF_ReferencerCounterUtils_GetReferenceCounterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_IsHandleValid \ +static_assert(alignof(SF_ReferencerCounterUtils_IsHandleValid) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_IsHandleValid"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_IsHandleValid) == 0x000028, "Wrong size on SF_ReferencerCounterUtils_IsHandleValid"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_IsHandleValid, ReferenceHandle) == 0x000000, "Member 'SF_ReferencerCounterUtils_IsHandleValid::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_IsHandleValid, ReturnValue) == 0x000020, "Member 'SF_ReferencerCounterUtils_IsHandleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_MakeReferenceCounterWrapper \ +static_assert(alignof(SF_ReferencerCounterUtils_MakeReferenceCounterWrapper) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_MakeReferenceCounterWrapper"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_MakeReferenceCounterWrapper) == 0x000008, "Wrong size on SF_ReferencerCounterUtils_MakeReferenceCounterWrapper"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_MakeReferenceCounterWrapper, ReturnValue) == 0x000000, "Member 'SF_ReferencerCounterUtils_MakeReferenceCounterWrapper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_RemoveReference \ +static_assert(alignof(SF_ReferencerCounterUtils_RemoveReference) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_RemoveReference"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_RemoveReference) == 0x000048, "Wrong size on SF_ReferencerCounterUtils_RemoveReference"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_RemoveReference, Target) == 0x000000, "Member 'SF_ReferencerCounterUtils_RemoveReference::Target' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_RemoveReference, ReferenceHandle) == 0x000020, "Member 'SF_ReferencerCounterUtils_RemoveReference::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_RemoveReference, ReturnValue) == 0x000040, "Member 'SF_ReferencerCounterUtils_RemoveReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ReferencerCounterUtils_UnbindEventOnChanged \ +static_assert(alignof(SF_ReferencerCounterUtils_UnbindEventOnChanged) == 0x000008, "Wrong alignment on SF_ReferencerCounterUtils_UnbindEventOnChanged"); \ +static_assert(sizeof(SF_ReferencerCounterUtils_UnbindEventOnChanged) == 0x000030, "Wrong size on SF_ReferencerCounterUtils_UnbindEventOnChanged"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_UnbindEventOnChanged, Target) == 0x000000, "Member 'SF_ReferencerCounterUtils_UnbindEventOnChanged::Target' has a wrong offset!"); \ +static_assert(offsetof(SF_ReferencerCounterUtils_UnbindEventOnChanged, Event) == 0x000020, "Member 'SF_ReferencerCounterUtils_UnbindEventOnChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_ReferencerCounterUtils \ +static_assert(alignof(USF_ReferencerCounterUtils) == 0x000008, "Wrong alignment on USF_ReferencerCounterUtils"); \ +static_assert(sizeof(USF_ReferencerCounterUtils) == 0x000028, "Wrong size on USF_ReferencerCounterUtils"); \ + +#define DUMPER7_ASSERTS_URichTextBlockCustomWidgetDecorator \ +static_assert(alignof(URichTextBlockCustomWidgetDecorator) == 0x000008, "Wrong alignment on URichTextBlockCustomWidgetDecorator"); \ +static_assert(sizeof(URichTextBlockCustomWidgetDecorator) == 0x000040, "Wrong size on URichTextBlockCustomWidgetDecorator"); \ +static_assert(offsetof(URichTextBlockCustomWidgetDecorator, CustomWidgetClass) == 0x000028, "Member 'URichTextBlockCustomWidgetDecorator::CustomWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlockCustomWidgetDecorator, Keyword) == 0x000030, "Member 'URichTextBlockCustomWidgetDecorator::Keyword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockInputDecorator \ +static_assert(alignof(URichTextBlockInputDecorator) == 0x000008, "Wrong alignment on URichTextBlockInputDecorator"); \ +static_assert(sizeof(URichTextBlockInputDecorator) == 0x000048, "Wrong size on URichTextBlockInputDecorator"); \ +static_assert(offsetof(URichTextBlockInputDecorator, CommonInputActionDataTable) == 0x000040, "Member 'URichTextBlockInputDecorator::CommonInputActionDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration \ +static_assert(alignof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration) == 0x000008, "Wrong alignment on SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration"); \ +static_assert(sizeof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration) == 0x000020, "Wrong size on SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration"); \ +static_assert(offsetof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration, WorldContextObject) == 0x000000, "Member 'SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration, WorkScale) == 0x000008, "Member 'SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration::WorkScale' has a wrong offset!"); \ +static_assert(offsetof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration, CPUMultiplier) == 0x00000C, "Member 'SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration::CPUMultiplier' has a wrong offset!"); \ +static_assert(offsetof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration, GPUMultiplier) == 0x000010, "Member 'SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration::GPUMultiplier' has a wrong offset!"); \ +static_assert(offsetof(SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration, ReturnValue) == 0x000018, "Member 'SF_RunHardwareBenchmark_RunHardwareBenchmarkWithNoAlteration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_RunHardwareBenchmark \ +static_assert(alignof(USF_RunHardwareBenchmark) == 0x000008, "Wrong alignment on USF_RunHardwareBenchmark"); \ +static_assert(sizeof(USF_RunHardwareBenchmark) == 0x000068, "Wrong size on USF_RunHardwareBenchmark"); \ +static_assert(offsetof(USF_RunHardwareBenchmark, OnBenchmarkRunCompleted) == 0x000058, "Member 'USF_RunHardwareBenchmark::OnBenchmarkRunCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASandfallGameMode \ +static_assert(alignof(ASandfallGameMode) == 0x000008, "Wrong alignment on ASandfallGameMode"); \ +static_assert(sizeof(ASandfallGameMode) == 0x000348, "Wrong size on ASandfallGameMode"); \ +static_assert(offsetof(ASandfallGameMode, OnGameModePauseStateChanged) == 0x000328, "Member 'ASandfallGameMode::OnGameModePauseStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASandfallGameMode, bShouldMakeAppIdleWhenNotForeground) == 0x000338, "Member 'ASandfallGameMode::bShouldMakeAppIdleWhenNotForeground' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameHelpers_CopyIdenticalProperties \ +static_assert(alignof(SaveGameHelpers_CopyIdenticalProperties) == 0x000008, "Wrong alignment on SaveGameHelpers_CopyIdenticalProperties"); \ +static_assert(sizeof(SaveGameHelpers_CopyIdenticalProperties) == 0x000010, "Wrong size on SaveGameHelpers_CopyIdenticalProperties"); \ +static_assert(offsetof(SaveGameHelpers_CopyIdenticalProperties, FromObject) == 0x000000, "Member 'SaveGameHelpers_CopyIdenticalProperties::FromObject' has a wrong offset!"); \ +static_assert(offsetof(SaveGameHelpers_CopyIdenticalProperties, ToObject) == 0x000008, "Member 'SaveGameHelpers_CopyIdenticalProperties::ToObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameHelpers_LoadGameFromPath \ +static_assert(alignof(SaveGameHelpers_LoadGameFromPath) == 0x000008, "Wrong alignment on SaveGameHelpers_LoadGameFromPath"); \ +static_assert(sizeof(SaveGameHelpers_LoadGameFromPath) == 0x000018, "Wrong size on SaveGameHelpers_LoadGameFromPath"); \ +static_assert(offsetof(SaveGameHelpers_LoadGameFromPath, SaveFilePath) == 0x000000, "Member 'SaveGameHelpers_LoadGameFromPath::SaveFilePath' has a wrong offset!"); \ +static_assert(offsetof(SaveGameHelpers_LoadGameFromPath, ReturnValue) == 0x000010, "Member 'SaveGameHelpers_LoadGameFromPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameHelpers_SaveGameToPath \ +static_assert(alignof(SaveGameHelpers_SaveGameToPath) == 0x000008, "Wrong alignment on SaveGameHelpers_SaveGameToPath"); \ +static_assert(sizeof(SaveGameHelpers_SaveGameToPath) == 0x000020, "Wrong size on SaveGameHelpers_SaveGameToPath"); \ +static_assert(offsetof(SaveGameHelpers_SaveGameToPath, SaveGameObject) == 0x000000, "Member 'SaveGameHelpers_SaveGameToPath::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(SaveGameHelpers_SaveGameToPath, SaveFilePath) == 0x000008, "Member 'SaveGameHelpers_SaveGameToPath::SaveFilePath' has a wrong offset!"); \ +static_assert(offsetof(SaveGameHelpers_SaveGameToPath, ReturnValue) == 0x000018, "Member 'SaveGameHelpers_SaveGameToPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGameHelpers \ +static_assert(alignof(USaveGameHelpers) == 0x000008, "Wrong alignment on USaveGameHelpers"); \ +static_assert(sizeof(USaveGameHelpers) == 0x000028, "Wrong size on USaveGameHelpers"); \ + +#define DUMPER7_ASSERTS_SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget \ +static_assert(alignof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget) == 0x000008, "Wrong alignment on SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget"); \ +static_assert(sizeof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget) == 0x000020, "Wrong size on SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget, WorldContextObject) == 0x000000, "Member 'SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget, RenderTarget_0) == 0x000008, "Member 'SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget::RenderTarget_0' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget, FallBackTime) == 0x000010, "Member 'SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget::FallBackTime' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget, bShowUI) == 0x000014, "Member 'SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget::bShowUI' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget, ReturnValue) == 0x000018, "Member 'SF_ScreenShotRequestAsyncAction_WriteCurrentScreenToRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_ScreenShotRequestAsyncAction_OnScreenShotDone \ +static_assert(alignof(SF_ScreenShotRequestAsyncAction_OnScreenShotDone) == 0x000008, "Wrong alignment on SF_ScreenShotRequestAsyncAction_OnScreenShotDone"); \ +static_assert(sizeof(SF_ScreenShotRequestAsyncAction_OnScreenShotDone) == 0x000018, "Wrong size on SF_ScreenShotRequestAsyncAction_OnScreenShotDone"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_OnScreenShotDone, Width) == 0x000000, "Member 'SF_ScreenShotRequestAsyncAction_OnScreenShotDone::Width' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_OnScreenShotDone, Height) == 0x000004, "Member 'SF_ScreenShotRequestAsyncAction_OnScreenShotDone::Height' has a wrong offset!"); \ +static_assert(offsetof(SF_ScreenShotRequestAsyncAction_OnScreenShotDone, Colors) == 0x000008, "Member 'SF_ScreenShotRequestAsyncAction_OnScreenShotDone::Colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_ScreenShotRequestAsyncAction \ +static_assert(alignof(USF_ScreenShotRequestAsyncAction) == 0x000008, "Wrong alignment on USF_ScreenShotRequestAsyncAction"); \ +static_assert(sizeof(USF_ScreenShotRequestAsyncAction) == 0x000070, "Wrong size on USF_ScreenShotRequestAsyncAction"); \ +static_assert(offsetof(USF_ScreenShotRequestAsyncAction, OnRequestDone) == 0x000038, "Member 'USF_ScreenShotRequestAsyncAction::OnRequestDone' has a wrong offset!"); \ +static_assert(offsetof(USF_ScreenShotRequestAsyncAction, RenderTarget) == 0x000058, "Member 'USF_ScreenShotRequestAsyncAction::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharedGameUserSettings \ +static_assert(alignof(USharedGameUserSettings) == 0x000008, "Wrong alignment on USharedGameUserSettings"); \ +static_assert(sizeof(USharedGameUserSettings) == 0x000158, "Wrong size on USharedGameUserSettings"); \ +static_assert(offsetof(USharedGameUserSettings, GameSettingsData) == 0x000028, "Member 'USharedGameUserSettings::GameSettingsData' has a wrong offset!"); \ +static_assert(offsetof(USharedGameUserSettings, PerPlatformSettingsData) == 0x0000B0, "Member 'USharedGameUserSettings::PerPlatformSettingsData' has a wrong offset!"); \ +static_assert(offsetof(USharedGameUserSettings, EngineSettingsData) == 0x000100, "Member 'USharedGameUserSettings::EngineSettingsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartSpringArmComponent \ +static_assert(alignof(USmartSpringArmComponent) == 0x000010, "Wrong alignment on USmartSpringArmComponent"); \ +static_assert(sizeof(USmartSpringArmComponent) == 0x000360, "Wrong size on USmartSpringArmComponent"); \ +static_assert(offsetof(USmartSpringArmComponent, bDoSmartLineTrace) == 0x000330, "Member 'USmartSpringArmComponent::bDoSmartLineTrace' has a wrong offset!"); \ +static_assert(offsetof(USmartSpringArmComponent, SmartProbeSize) == 0x000334, "Member 'USmartSpringArmComponent::SmartProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USmartSpringArmComponent, ActorsToIgnore) == 0x000338, "Member 'USmartSpringArmComponent::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(USmartSpringArmComponent, PrimitiveComponentsToIgnore) == 0x000348, "Member 'USmartSpringArmComponent::PrimitiveComponentsToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_StateTreeRunner_SendStateTreeEvent \ +static_assert(alignof(SF_StateTreeRunner_SendStateTreeEvent) == 0x000008, "Wrong alignment on SF_StateTreeRunner_SendStateTreeEvent"); \ +static_assert(sizeof(SF_StateTreeRunner_SendStateTreeEvent) == 0x000020, "Wrong size on SF_StateTreeRunner_SendStateTreeEvent"); \ +static_assert(offsetof(SF_StateTreeRunner_SendStateTreeEvent, Event) == 0x000000, "Member 'SF_StateTreeRunner_SendStateTreeEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_StateTreeRunner_Tick \ +static_assert(alignof(SF_StateTreeRunner_Tick) == 0x000004, "Wrong alignment on SF_StateTreeRunner_Tick"); \ +static_assert(sizeof(SF_StateTreeRunner_Tick) == 0x000004, "Wrong size on SF_StateTreeRunner_Tick"); \ +static_assert(offsetof(SF_StateTreeRunner_Tick, DeltaTime) == 0x000000, "Member 'SF_StateTreeRunner_Tick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_StateTreeRunner \ +static_assert(alignof(USF_StateTreeRunner) == 0x000008, "Wrong alignment on USF_StateTreeRunner"); \ +static_assert(sizeof(USF_StateTreeRunner) == 0x000068, "Wrong size on USF_StateTreeRunner"); \ +static_assert(offsetof(USF_StateTreeRunner, StateTreeRef) == 0x000028, "Member 'USF_StateTreeRunner::StateTreeRef' has a wrong offset!"); \ +static_assert(offsetof(USF_StateTreeRunner, InstanceData) == 0x000050, "Member 'USF_StateTreeRunner::InstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeGameInstanceSchema \ +static_assert(alignof(UStateTreeGameInstanceSchema) == 0x000008, "Wrong alignment on UStateTreeGameInstanceSchema"); \ +static_assert(sizeof(UStateTreeGameInstanceSchema) == 0x000048, "Wrong size on UStateTreeGameInstanceSchema"); \ +static_assert(offsetof(UStateTreeGameInstanceSchema, ContextGameInstanceClass) == 0x000028, "Member 'UStateTreeGameInstanceSchema::ContextGameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeGameInstanceSchema, ContextGameInstanceDataDesc) == 0x000030, "Member 'UStateTreeGameInstanceSchema::ContextGameInstanceDataDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_SubtitlesLineWidget \ +static_assert(alignof(USF_SubtitlesLineWidget) == 0x000008, "Wrong alignment on USF_SubtitlesLineWidget"); \ +static_assert(sizeof(USF_SubtitlesLineWidget) == 0x000318, "Wrong size on USF_SubtitlesLineWidget"); \ +static_assert(offsetof(USF_SubtitlesLineWidget, MainSubtitleText) == 0x0002E0, "Member 'USF_SubtitlesLineWidget::MainSubtitleText' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesLineWidget, SpeakerSubtitleText) == 0x0002E8, "Member 'USF_SubtitlesLineWidget::SpeakerSubtitleText' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesLineWidget, SubtitlesSizeConfig) == 0x0002F0, "Member 'USF_SubtitlesLineWidget::SubtitlesSizeConfig' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesLineWidget, bSeparateSpeakerNameWithColon) == 0x000300, "Member 'USF_SubtitlesLineWidget::bSeparateSpeakerNameWithColon' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesLineWidget, SpeakerFormatWithColon) == 0x000308, "Member 'USF_SubtitlesLineWidget::SpeakerFormatWithColon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP \ +static_assert(alignof(SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP) == 0x000008, "Wrong alignment on SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP"); \ +static_assert(sizeof(SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP) == 0x000008, "Wrong size on SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP"); \ +static_assert(offsetof(SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP, NewSubWidget) == 0x000000, "Member 'SF_SubtitlesWidget_OnSubtitleWidgetCreated_BP::NewSubWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_SubtitlesWidget_UpdateFromGameUserSettings \ +static_assert(alignof(SF_SubtitlesWidget_UpdateFromGameUserSettings) == 0x000008, "Wrong alignment on SF_SubtitlesWidget_UpdateFromGameUserSettings"); \ +static_assert(sizeof(SF_SubtitlesWidget_UpdateFromGameUserSettings) == 0x000008, "Wrong size on SF_SubtitlesWidget_UpdateFromGameUserSettings"); \ +static_assert(offsetof(SF_SubtitlesWidget_UpdateFromGameUserSettings, Settings) == 0x000000, "Member 'SF_SubtitlesWidget_UpdateFromGameUserSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_SubtitlesWidget \ +static_assert(alignof(USF_SubtitlesWidget) == 0x000008, "Wrong alignment on USF_SubtitlesWidget"); \ +static_assert(sizeof(USF_SubtitlesWidget) == 0x000378, "Wrong size on USF_SubtitlesWidget"); \ +static_assert(offsetof(USF_SubtitlesWidget, LinesVisualsAssets) == 0x0002E0, "Member 'USF_SubtitlesWidget::LinesVisualsAssets' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWidget, Colon_ST_Entry) == 0x000330, "Member 'USF_SubtitlesWidget::Colon_ST_Entry' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWidget, DefaultColorProfile) == 0x000340, "Member 'USF_SubtitlesWidget::DefaultColorProfile' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWidget, bOneSubtitleDisplayedAtAllTime) == 0x000354, "Member 'USF_SubtitlesWidget::bOneSubtitleDisplayedAtAllTime' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWidget, CurrentShownSubLines) == 0x000360, "Member 'USF_SubtitlesWidget::CurrentShownSubLines' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWidget, SubLinesContainer) == 0x000370, "Member 'USF_SubtitlesWidget::SubLinesContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings \ +static_assert(alignof(SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings) == 0x000008, "Wrong alignment on SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings"); \ +static_assert(sizeof(SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings) == 0x000008, "Wrong size on SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings"); \ +static_assert(offsetof(SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings, Settings) == 0x000000, "Member 'SF_SubtitlesWorldSubsystem_UpdateFromGameUserSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_SubtitlesWorldSubsystem \ +static_assert(alignof(USF_SubtitlesWorldSubsystem) == 0x000008, "Wrong alignment on USF_SubtitlesWorldSubsystem"); \ +static_assert(sizeof(USF_SubtitlesWorldSubsystem) == 0x0000D0, "Wrong size on USF_SubtitlesWorldSubsystem"); \ +static_assert(offsetof(USF_SubtitlesWorldSubsystem, CurrentSubtitlesWidget) == 0x0000C0, "Member 'USF_SubtitlesWorldSubsystem::CurrentSubtitlesWidget' has a wrong offset!"); \ +static_assert(offsetof(USF_SubtitlesWorldSubsystem, SpeakersData) == 0x0000C8, "Member 'USF_SubtitlesWorldSubsystem::SpeakersData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterStats_GetStat \ +static_assert(alignof(CharacterStats_GetStat) == 0x000004, "Wrong alignment on CharacterStats_GetStat"); \ +static_assert(sizeof(CharacterStats_GetStat) == 0x000008, "Wrong size on CharacterStats_GetStat"); \ +static_assert(offsetof(CharacterStats_GetStat, StatId) == 0x000000, "Member 'CharacterStats_GetStat::StatId' has a wrong offset!"); \ +static_assert(offsetof(CharacterStats_GetStat, ReturnValue) == 0x000004, "Member 'CharacterStats_GetStat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterStats_SetStat \ +static_assert(alignof(CharacterStats_SetStat) == 0x000004, "Wrong alignment on CharacterStats_SetStat"); \ +static_assert(sizeof(CharacterStats_SetStat) == 0x000008, "Wrong size on CharacterStats_SetStat"); \ +static_assert(offsetof(CharacterStats_SetStat, StatId) == 0x000000, "Member 'CharacterStats_SetStat::StatId' has a wrong offset!"); \ +static_assert(offsetof(CharacterStats_SetStat, StatValue) == 0x000004, "Member 'CharacterStats_SetStat::StatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterStats \ +static_assert(alignof(UCharacterStats) == 0x000008, "Wrong alignment on UCharacterStats"); \ +static_assert(sizeof(UCharacterStats) == 0x000048, "Wrong size on UCharacterStats"); \ +static_assert(offsetof(UCharacterStats, CharacterId) == 0x000028, "Member 'UCharacterStats::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(UCharacterStats, Stats) == 0x000030, "Member 'UCharacterStats::Stats' has a wrong offset!"); \ +static_assert(offsetof(UCharacterStats, StatSteps) == 0x000040, "Member 'UCharacterStats::StatSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallCharacterStatsHelpers_GetBaseStatValues \ +static_assert(alignof(SandfallCharacterStatsHelpers_GetBaseStatValues) == 0x000008, "Wrong alignment on SandfallCharacterStatsHelpers_GetBaseStatValues"); \ +static_assert(sizeof(SandfallCharacterStatsHelpers_GetBaseStatValues) == 0x000050, "Wrong size on SandfallCharacterStatsHelpers_GetBaseStatValues"); \ +static_assert(offsetof(SandfallCharacterStatsHelpers_GetBaseStatValues, ReturnValue) == 0x000000, "Member 'SandfallCharacterStatsHelpers_GetBaseStatValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SandfallCharacterStatsHelpers_RegisterStats \ +static_assert(alignof(SandfallCharacterStatsHelpers_RegisterStats) == 0x000004, "Wrong alignment on SandfallCharacterStatsHelpers_RegisterStats"); \ +static_assert(sizeof(SandfallCharacterStatsHelpers_RegisterStats) == 0x000018, "Wrong size on SandfallCharacterStatsHelpers_RegisterStats"); \ +static_assert(offsetof(SandfallCharacterStatsHelpers_RegisterStats, CharacterId) == 0x000000, "Member 'SandfallCharacterStatsHelpers_RegisterStats::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(SandfallCharacterStatsHelpers_RegisterStats, StatCallback) == 0x000008, "Member 'SandfallCharacterStatsHelpers_RegisterStats::StatCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USandfallCharacterStatsHelpers \ +static_assert(alignof(USandfallCharacterStatsHelpers) == 0x000008, "Wrong alignment on USandfallCharacterStatsHelpers"); \ +static_assert(sizeof(USandfallCharacterStatsHelpers) == 0x000028, "Wrong size on USandfallCharacterStatsHelpers"); \ + +#define DUMPER7_ASSERTS_UExtendedActorComponent \ +static_assert(alignof(UExtendedActorComponent) == 0x000008, "Wrong alignment on UExtendedActorComponent"); \ +static_assert(sizeof(UExtendedActorComponent) == 0x0000A0, "Wrong size on UExtendedActorComponent"); \ + +#define DUMPER7_ASSERTS_UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle \ +static_assert(alignof(UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle) == 0x000010, "Wrong alignment on UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle"); \ +static_assert(sizeof(UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle) == 0x000350, "Wrong size on UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle"); \ +static_assert(offsetof(UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle, Style) == 0x000000, "Member 'UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle::Style' has a wrong offset!"); \ +static_assert(offsetof(UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle, ReturnValue) == 0x000340, "Member 'UMGBlueprintHelpers_GetMaxCharacterHeightFromStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGBlueprintHelpers_GetUserSettingsApplicationScale \ +static_assert(alignof(UMGBlueprintHelpers_GetUserSettingsApplicationScale) == 0x000004, "Wrong alignment on UMGBlueprintHelpers_GetUserSettingsApplicationScale"); \ +static_assert(sizeof(UMGBlueprintHelpers_GetUserSettingsApplicationScale) == 0x000004, "Wrong size on UMGBlueprintHelpers_GetUserSettingsApplicationScale"); \ +static_assert(offsetof(UMGBlueprintHelpers_GetUserSettingsApplicationScale, ReturnValue) == 0x000000, "Member 'UMGBlueprintHelpers_GetUserSettingsApplicationScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGBlueprintHelpers \ +static_assert(alignof(UUMGBlueprintHelpers) == 0x000008, "Wrong alignment on UUMGBlueprintHelpers"); \ +static_assert(sizeof(UUMGBlueprintHelpers) == 0x000028, "Wrong size on UUMGBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_USF_ExtendedUserWidget \ +static_assert(alignof(USF_ExtendedUserWidget) == 0x000008, "Wrong alignment on USF_ExtendedUserWidget"); \ +static_assert(sizeof(USF_ExtendedUserWidget) == 0x0002E0, "Wrong size on USF_ExtendedUserWidget"); \ + +#define DUMPER7_ASSERTS_SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching \ +static_assert(alignof(SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching) == 0x000008, "Wrong alignment on SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching"); \ +static_assert(sizeof(SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching) == 0x000018, "Wrong size on SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching"); \ +static_assert(offsetof(SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching, WorldContextObject) == 0x000000, "Member 'SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching, MinWaitingTime) == 0x000008, "Member 'SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching::MinWaitingTime' has a wrong offset!"); \ +static_assert(offsetof(SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching, ReturnValue) == 0x000010, "Member 'SF_WaitForPSOCachingAsyncAction_WaitForPSOCaching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USF_WaitForPSOCachingAsyncAction \ +static_assert(alignof(USF_WaitForPSOCachingAsyncAction) == 0x000008, "Wrong alignment on USF_WaitForPSOCachingAsyncAction"); \ +static_assert(sizeof(USF_WaitForPSOCachingAsyncAction) == 0x000060, "Wrong size on USF_WaitForPSOCachingAsyncAction"); \ +static_assert(offsetof(USF_WaitForPSOCachingAsyncAction, OnCachingDone) == 0x000038, "Member 'USF_WaitForPSOCachingAsyncAction::OnCachingDone' has a wrong offset!"); \ +static_assert(offsetof(USF_WaitForPSOCachingAsyncAction, OnCachingTakingMoreTime) == 0x000048, "Member 'USF_WaitForPSOCachingAsyncAction::OnCachingTakingMoreTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFractureMaterial \ +static_assert(alignof(FFractureMaterial) == 0x000008, "Wrong alignment on FFractureMaterial"); \ +static_assert(sizeof(FFractureMaterial) == 0x000040, "Wrong size on FFractureMaterial"); \ +static_assert(offsetof(FFractureMaterial, UVScale) == 0x000000, "Member 'FFractureMaterial::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FFractureMaterial, UVOffset) == 0x000010, "Member 'FFractureMaterial::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(FFractureMaterial, Tangent) == 0x000020, "Member 'FFractureMaterial::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FFractureMaterial, UAngle) == 0x000038, "Member 'FFractureMaterial::UAngle' has a wrong offset!"); \ +static_assert(offsetof(FFractureMaterial, InteriorElementIndex) == 0x00003C, "Member 'FFractureMaterial::InteriorElementIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleChunkParameters \ +static_assert(alignof(FDestructibleChunkParameters) == 0x000001, "Wrong alignment on FDestructibleChunkParameters"); \ +static_assert(sizeof(FDestructibleChunkParameters) == 0x000004, "Wrong size on FDestructibleChunkParameters"); \ +static_assert(offsetof(FDestructibleChunkParameters, bIsSupportChunk) == 0x000000, "Member 'FDestructibleChunkParameters::bIsSupportChunk' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleChunkParameters, bDoNotFracture) == 0x000001, "Member 'FDestructibleChunkParameters::bDoNotFracture' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleChunkParameters, bDoNotDamage) == 0x000002, "Member 'FDestructibleChunkParameters::bDoNotDamage' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleChunkParameters, bDoNotCrumble) == 0x000003, "Member 'FDestructibleChunkParameters::bDoNotCrumble' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleDepthParameters \ +static_assert(alignof(FDestructibleDepthParameters) == 0x000001, "Wrong alignment on FDestructibleDepthParameters"); \ +static_assert(sizeof(FDestructibleDepthParameters) == 0x000001, "Wrong size on FDestructibleDepthParameters"); \ +static_assert(offsetof(FDestructibleDepthParameters, ImpactDamageOverride) == 0x000000, "Member 'FDestructibleDepthParameters::ImpactDamageOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleParametersFlag \ +static_assert(alignof(FDestructibleParametersFlag) == 0x000004, "Wrong alignment on FDestructibleParametersFlag"); \ +static_assert(sizeof(FDestructibleParametersFlag) == 0x000004, "Wrong size on FDestructibleParametersFlag"); \ + +#define DUMPER7_ASSERTS_FDestructibleDamageParameters \ +static_assert(alignof(FDestructibleDamageParameters) == 0x000004, "Wrong alignment on FDestructibleDamageParameters"); \ +static_assert(sizeof(FDestructibleDamageParameters) == 0x00001C, "Wrong size on FDestructibleDamageParameters"); \ +static_assert(offsetof(FDestructibleDamageParameters, DamageThreshold) == 0x000000, "Member 'FDestructibleDamageParameters::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, DamageSpread) == 0x000004, "Member 'FDestructibleDamageParameters::DamageSpread' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, bEnableImpactDamage) == 0x000008, "Member 'FDestructibleDamageParameters::bEnableImpactDamage' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, ImpactDamage) == 0x00000C, "Member 'FDestructibleDamageParameters::ImpactDamage' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, DefaultImpactDamageDepth) == 0x000010, "Member 'FDestructibleDamageParameters::DefaultImpactDamageDepth' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, bCustomImpactResistance) == 0x000014, "Member 'FDestructibleDamageParameters::bCustomImpactResistance' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDamageParameters, ImpactResistance) == 0x000018, "Member 'FDestructibleDamageParameters::ImpactResistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleDebrisParameters \ +static_assert(alignof(FDestructibleDebrisParameters) == 0x000008, "Wrong alignment on FDestructibleDebrisParameters"); \ +static_assert(sizeof(FDestructibleDebrisParameters) == 0x000048, "Wrong size on FDestructibleDebrisParameters"); \ +static_assert(offsetof(FDestructibleDebrisParameters, DebrisLifetimeMin) == 0x000000, "Member 'FDestructibleDebrisParameters::DebrisLifetimeMin' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDebrisParameters, DebrisLifetimeMax) == 0x000004, "Member 'FDestructibleDebrisParameters::DebrisLifetimeMax' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDebrisParameters, DebrisMaxSeparationMin) == 0x000008, "Member 'FDestructibleDebrisParameters::DebrisMaxSeparationMin' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDebrisParameters, DebrisMaxSeparationMax) == 0x00000C, "Member 'FDestructibleDebrisParameters::DebrisMaxSeparationMax' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleDebrisParameters, ValidBounds) == 0x000010, "Member 'FDestructibleDebrisParameters::ValidBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleAdvancedParameters \ +static_assert(alignof(FDestructibleAdvancedParameters) == 0x000004, "Wrong alignment on FDestructibleAdvancedParameters"); \ +static_assert(sizeof(FDestructibleAdvancedParameters) == 0x000010, "Wrong size on FDestructibleAdvancedParameters"); \ +static_assert(offsetof(FDestructibleAdvancedParameters, DamageCap) == 0x000000, "Member 'FDestructibleAdvancedParameters::DamageCap' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleAdvancedParameters, ImpactVelocityThreshold) == 0x000004, "Member 'FDestructibleAdvancedParameters::ImpactVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleAdvancedParameters, MaxChunkSpeed) == 0x000008, "Member 'FDestructibleAdvancedParameters::MaxChunkSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleAdvancedParameters, FractureImpulseScale) == 0x00000C, "Member 'FDestructibleAdvancedParameters::FractureImpulseScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleSpecialHierarchyDepths \ +static_assert(alignof(FDestructibleSpecialHierarchyDepths) == 0x000004, "Wrong alignment on FDestructibleSpecialHierarchyDepths"); \ +static_assert(sizeof(FDestructibleSpecialHierarchyDepths) == 0x000014, "Wrong size on FDestructibleSpecialHierarchyDepths"); \ +static_assert(offsetof(FDestructibleSpecialHierarchyDepths, SupportDepth) == 0x000000, "Member 'FDestructibleSpecialHierarchyDepths::SupportDepth' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleSpecialHierarchyDepths, MinimumFractureDepth) == 0x000004, "Member 'FDestructibleSpecialHierarchyDepths::MinimumFractureDepth' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleSpecialHierarchyDepths, bEnableDebris) == 0x000008, "Member 'FDestructibleSpecialHierarchyDepths::bEnableDebris' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleSpecialHierarchyDepths, DebrisDepth) == 0x00000C, "Member 'FDestructibleSpecialHierarchyDepths::DebrisDepth' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleSpecialHierarchyDepths, EssentialDepth) == 0x000010, "Member 'FDestructibleSpecialHierarchyDepths::EssentialDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDestructibleParameters \ +static_assert(alignof(FDestructibleParameters) == 0x000008, "Wrong alignment on FDestructibleParameters"); \ +static_assert(sizeof(FDestructibleParameters) == 0x0000A8, "Wrong size on FDestructibleParameters"); \ +static_assert(offsetof(FDestructibleParameters, DamageParameters) == 0x000000, "Member 'FDestructibleParameters::DamageParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, DebrisParameters) == 0x000020, "Member 'FDestructibleParameters::DebrisParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, AdvancedParameters) == 0x000068, "Member 'FDestructibleParameters::AdvancedParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, SpecialHierarchyDepths) == 0x000078, "Member 'FDestructibleParameters::SpecialHierarchyDepths' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, DepthParameters) == 0x000090, "Member 'FDestructibleParameters::DepthParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, Flags) == 0x0000A0, "Member 'FDestructibleParameters::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADestructibleActor \ +static_assert(alignof(ADestructibleActor) == 0x000008, "Wrong alignment on ADestructibleActor"); \ +static_assert(sizeof(ADestructibleActor) == 0x0002A8, "Wrong size on ADestructibleActor"); \ +static_assert(offsetof(ADestructibleActor, DestructibleComponent) == 0x000290, "Member 'ADestructibleActor::DestructibleComponent' has a wrong offset!"); \ +static_assert(offsetof(ADestructibleActor, OnActorFracture) == 0x000298, "Member 'ADestructibleActor::OnActorFracture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_ApplyDamage \ +static_assert(alignof(DestructibleComponent_ApplyDamage) == 0x000008, "Wrong alignment on DestructibleComponent_ApplyDamage"); \ +static_assert(sizeof(DestructibleComponent_ApplyDamage) == 0x000040, "Wrong size on DestructibleComponent_ApplyDamage"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, DamageAmount) == 0x000000, "Member 'DestructibleComponent_ApplyDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, HitLocation) == 0x000008, "Member 'DestructibleComponent_ApplyDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseDir) == 0x000020, "Member 'DestructibleComponent_ApplyDamage::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseStrength) == 0x000038, "Member 'DestructibleComponent_ApplyDamage::ImpulseStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_ApplyRadiusDamage \ +static_assert(alignof(DestructibleComponent_ApplyRadiusDamage) == 0x000008, "Wrong alignment on DestructibleComponent_ApplyRadiusDamage"); \ +static_assert(sizeof(DestructibleComponent_ApplyRadiusDamage) == 0x000030, "Wrong size on DestructibleComponent_ApplyRadiusDamage"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, BaseDamage) == 0x000000, "Member 'DestructibleComponent_ApplyRadiusDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, HurtOrigin) == 0x000008, "Member 'DestructibleComponent_ApplyRadiusDamage::HurtOrigin' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, DamageRadius) == 0x000020, "Member 'DestructibleComponent_ApplyRadiusDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, ImpulseStrength) == 0x000024, "Member 'DestructibleComponent_ApplyRadiusDamage::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, bFullDamage) == 0x000028, "Member 'DestructibleComponent_ApplyRadiusDamage::bFullDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_GetDestructibleMesh \ +static_assert(alignof(DestructibleComponent_GetDestructibleMesh) == 0x000008, "Wrong alignment on DestructibleComponent_GetDestructibleMesh"); \ +static_assert(sizeof(DestructibleComponent_GetDestructibleMesh) == 0x000008, "Wrong size on DestructibleComponent_GetDestructibleMesh"); \ +static_assert(offsetof(DestructibleComponent_GetDestructibleMesh, ReturnValue) == 0x000000, "Member 'DestructibleComponent_GetDestructibleMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_SetDestructibleMesh \ +static_assert(alignof(DestructibleComponent_SetDestructibleMesh) == 0x000008, "Wrong alignment on DestructibleComponent_SetDestructibleMesh"); \ +static_assert(sizeof(DestructibleComponent_SetDestructibleMesh) == 0x000008, "Wrong size on DestructibleComponent_SetDestructibleMesh"); \ +static_assert(offsetof(DestructibleComponent_SetDestructibleMesh, NewMesh) == 0x000000, "Member 'DestructibleComponent_SetDestructibleMesh::NewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestructibleComponent \ +static_assert(alignof(UDestructibleComponent) == 0x000010, "Wrong alignment on UDestructibleComponent"); \ +static_assert(sizeof(UDestructibleComponent) == 0x000960, "Wrong size on UDestructibleComponent"); \ +static_assert(offsetof(UDestructibleComponent, FractureEffects) == 0x0008C8, "Member 'UDestructibleComponent::FractureEffects' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, bEnableHardSleeping) == 0x0008D8, "Member 'UDestructibleComponent::bEnableHardSleeping' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, LargeChunkThreshold) == 0x0008DC, "Member 'UDestructibleComponent::LargeChunkThreshold' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, OnComponentFracture) == 0x0008E0, "Member 'UDestructibleComponent::OnComponentFracture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestructibleFractureSettings \ +static_assert(alignof(UDestructibleFractureSettings) == 0x000008, "Wrong alignment on UDestructibleFractureSettings"); \ +static_assert(sizeof(UDestructibleFractureSettings) == 0x0000B0, "Wrong size on UDestructibleFractureSettings"); \ +static_assert(offsetof(UDestructibleFractureSettings, CellSiteCount) == 0x000028, "Member 'UDestructibleFractureSettings::CellSiteCount' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, FractureMaterialDesc) == 0x000030, "Member 'UDestructibleFractureSettings::FractureMaterialDesc' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, RandomSeed) == 0x000070, "Member 'UDestructibleFractureSettings::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, VoronoiSites) == 0x000078, "Member 'UDestructibleFractureSettings::VoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, OriginalSubmeshCount) == 0x000088, "Member 'UDestructibleFractureSettings::OriginalSubmeshCount' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, Materials) == 0x000090, "Member 'UDestructibleFractureSettings::Materials' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, ChunkParameters) == 0x0000A0, "Member 'UDestructibleFractureSettings::ChunkParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestructibleMesh \ +static_assert(alignof(UDestructibleMesh) == 0x000008, "Wrong alignment on UDestructibleMesh"); \ +static_assert(sizeof(UDestructibleMesh) == 0x000590, "Wrong size on UDestructibleMesh"); \ +static_assert(offsetof(UDestructibleMesh, DefaultDestructibleParameters) == 0x0004D8, "Member 'UDestructibleMesh::DefaultDestructibleParameters' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleMesh, FractureEffects) == 0x000580, "Member 'UDestructibleMesh::FractureEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABlockoutToolsParent \ +static_assert(alignof(ABlockoutToolsParent) == 0x000008, "Wrong alignment on ABlockoutToolsParent"); \ +static_assert(sizeof(ABlockoutToolsParent) == 0x000328, "Wrong size on ABlockoutToolsParent"); \ +static_assert(offsetof(ABlockoutToolsParent, Root) == 0x000290, "Member 'ABlockoutToolsParent::Root' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, Billboard) == 0x000298, "Member 'ABlockoutToolsParent::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutGridParent) == 0x0002A0, "Member 'ABlockoutToolsParent::BlockoutGridParent' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutGridMID) == 0x0002A8, "Member 'ABlockoutToolsParent::BlockoutGridMID' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutCurrentMaterial) == 0x0002B0, "Member 'ABlockoutToolsParent::BlockoutCurrentMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMeshComponents) == 0x0002B8, "Member 'ABlockoutToolsParent::BlockoutMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialType) == 0x0002C8, "Member 'ABlockoutToolsParent::BlockoutMaterialType' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialColor) == 0x0002CC, "Member 'ABlockoutToolsParent::BlockoutMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutMaterialUseGrid) == 0x0002DC, "Member 'ABlockoutToolsParent::bBlockoutMaterialUseGrid' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutWorldAligned) == 0x0002DD, "Member 'ABlockoutToolsParent::bBlockoutWorldAligned' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialGridSize) == 0x0002E0, "Member 'ABlockoutToolsParent::BlockoutMaterialGridSize' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialCheckerLuminance) == 0x0002E4, "Member 'ABlockoutToolsParent::BlockoutMaterialCheckerLuminance' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialRoughness) == 0x0002E8, "Member 'ABlockoutToolsParent::BlockoutMaterialRoughness' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutMaterialUseTopColor) == 0x0002EC, "Member 'ABlockoutToolsParent::bBlockoutMaterialUseTopColor' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutMaterialTopColor) == 0x0002F0, "Member 'ABlockoutToolsParent::BlockoutMaterialTopColor' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bUseCustomMaterial) == 0x000300, "Member 'ABlockoutToolsParent::bUseCustomMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, CustomMaterial) == 0x000308, "Member 'ABlockoutToolsParent::CustomMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutCustomMaterial) == 0x000310, "Member 'ABlockoutToolsParent::BlockoutCustomMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutEnableCollisions) == 0x000318, "Member 'ABlockoutToolsParent::bBlockoutEnableCollisions' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutEnableCustomCollision) == 0x000319, "Member 'ABlockoutToolsParent::bBlockoutEnableCustomCollision' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, BlockoutCustomCollisionProfileName) == 0x00031C, "Member 'ABlockoutToolsParent::BlockoutCustomCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(ABlockoutToolsParent, bBlockoutCastShadows) == 0x000324, "Member 'ABlockoutToolsParent::bBlockoutCastShadows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlockoutToolsSettings \ +static_assert(alignof(UBlockoutToolsSettings) == 0x000008, "Wrong alignment on UBlockoutToolsSettings"); \ +static_assert(sizeof(UBlockoutToolsSettings) == 0x000060, "Wrong size on UBlockoutToolsSettings"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialType) == 0x000028, "Member 'UBlockoutToolsSettings::BlockoutMaterialType' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialColor) == 0x00002C, "Member 'UBlockoutToolsSettings::BlockoutMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, bBlockoutMaterialUseGrid) == 0x00003C, "Member 'UBlockoutToolsSettings::bBlockoutMaterialUseGrid' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, bBlockoutWorldAligned) == 0x00003D, "Member 'UBlockoutToolsSettings::bBlockoutWorldAligned' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialGridSize) == 0x000040, "Member 'UBlockoutToolsSettings::BlockoutMaterialGridSize' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialCheckerLuminance) == 0x000044, "Member 'UBlockoutToolsSettings::BlockoutMaterialCheckerLuminance' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialRoughness) == 0x000048, "Member 'UBlockoutToolsSettings::BlockoutMaterialRoughness' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, bBlockoutMaterialUseTopColor) == 0x00004C, "Member 'UBlockoutToolsSettings::bBlockoutMaterialUseTopColor' has a wrong offset!"); \ +static_assert(offsetof(UBlockoutToolsSettings, BlockoutMaterialTopColor) == 0x000050, "Member 'UBlockoutToolsSettings::BlockoutMaterialTopColor' 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_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_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_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_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_FLiveLinkBaseBlueprintData \ +static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ +static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ + +#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_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_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!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsDepthOfFieldSupported) == 0x000026, "Member 'FLiveLinkCameraStaticData::bIsDepthOfFieldSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ +static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ +static_assert(sizeof(FLiveLinkTransformFrameData) == 0x000100, "Wrong size on FLiveLinkTransformFrameData"); \ +static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ +static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ +static_assert(sizeof(FLiveLinkCameraFrameData) == 0x000120, "Wrong size on FLiveLinkCameraFrameData"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x000100, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x000104, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x000108, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x00010C, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x000110, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x000114, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ +static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ +static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000150, "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_FLiveLinkGamepadInputDeviceStaticData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceStaticData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceStaticData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceStaticData) == 0x000010, "Wrong size on FLiveLinkGamepadInputDeviceStaticData"); \ + +#define DUMPER7_ASSERTS_FLiveLinkGamepadInputDeviceFrameData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceFrameData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceFrameData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceFrameData) == 0x000120, "Wrong size on FLiveLinkGamepadInputDeviceFrameData"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftAnalogX) == 0x0000A0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftAnalogX' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftAnalogY) == 0x0000A4, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftAnalogY' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightAnalogX) == 0x0000A8, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightAnalogX' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightAnalogY) == 0x0000AC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightAnalogY' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftTriggerAnalog) == 0x0000B0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftTriggerAnalog' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightTriggerAnalog) == 0x0000B4, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightTriggerAnalog' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftThumb) == 0x0000B8, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftThumb' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightThumb) == 0x0000BC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightThumb' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft) == 0x0000C0, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft_X) == 0x0000C4, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft_X' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft_Y) == 0x0000C8, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft_Y' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialRight) == 0x0000CC, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonBottom) == 0x0000D0, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonBottom' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonRight) == 0x0000D4, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonLeft) == 0x0000D8, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonTop) == 0x0000DC, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonTop' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftShoulder) == 0x0000E0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftShoulder' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightShoulder) == 0x0000E4, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightShoulder' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftTriggerThreshold) == 0x0000E8, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftTriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightTriggerThreshold) == 0x0000EC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightTriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadUp) == 0x0000F0, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadDown) == 0x0000F4, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadRight) == 0x0000F8, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadLeft) == 0x0000FC, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickUp) == 0x000100, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickDown) == 0x000104, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickRight) == 0x000108, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickLeft) == 0x00010C, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickUp) == 0x000110, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickDown) == 0x000114, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickRight) == 0x000118, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickLeft) == 0x00011C, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkGamepadInputDeviceBlueprintData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceBlueprintData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceBlueprintData) == 0x000138, "Wrong size on FLiveLinkGamepadInputDeviceBlueprintData"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkGamepadInputDeviceBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkGamepadInputDeviceBlueprintData::FrameData' 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_FLiveLinkLightFrameData \ +static_assert(alignof(FLiveLinkLightFrameData) == 0x000010, "Wrong alignment on FLiveLinkLightFrameData"); \ +static_assert(sizeof(FLiveLinkLightFrameData) == 0x000130, "Wrong size on FLiveLinkLightFrameData"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x000100, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x000104, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x000108, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x00010C, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x000110, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x000114, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x000118, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x00011C, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x000120, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ +static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ +static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000160, "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_FLiveLinkSourcePreset \ +static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ +static_assert(sizeof(FLiveLinkSourcePreset) == 0x000028, "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_FLiveLinkSubjectName \ +static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ +static_assert(sizeof(FLiveLinkSubjectName) == 0x000008, "Wrong size on FLiveLinkSubjectName"); \ +static_assert(offsetof(FLiveLinkSubjectName, Name) == 0x000000, "Member 'FLiveLinkSubjectName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectKey \ +static_assert(alignof(FLiveLinkSubjectKey) == 0x000004, "Wrong alignment on FLiveLinkSubjectKey"); \ +static_assert(sizeof(FLiveLinkSubjectKey) == 0x000018, "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) == 0x000038, "Wrong size on FLiveLinkSubjectPreset"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Key) == 0x000000, "Member 'FLiveLinkSubjectPreset::Key' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Role) == 0x000018, "Member 'FLiveLinkSubjectPreset::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Settings) == 0x000020, "Member 'FLiveLinkSubjectPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, VirtualSubject) == 0x000028, "Member 'FLiveLinkSubjectPreset::VirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, bEnabled) == 0x000030, "Member 'FLiveLinkSubjectPreset::bEnabled' 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) == 0x000010, "Wrong size on FLiveLinkSubjectRepresentation"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Subject) == 0x000000, "Member 'FLiveLinkSubjectRepresentation::Subject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Role) == 0x000008, "Member 'FLiveLinkSubjectRepresentation::Role' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ +static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ +static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x000120, "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_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_FLiveLinkSourceBufferManagementSettings \ +static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000060, "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, SmoothEngineTimeOffset) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::SmoothEngineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000020, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x00002C, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x00003C, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x000054, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000058, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ +static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ +static_assert(sizeof(FLiveLinkSourceDebugInfo) == 0x000010, "Wrong size on FLiveLinkSourceDebugInfo"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SubjectName) == 0x000000, "Member 'FLiveLinkSourceDebugInfo::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SnapshotIndex) == 0x000008, "Member 'FLiveLinkSourceDebugInfo::SnapshotIndex' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, NumberOfBufferAtSnapshot) == 0x00000C, "Member 'FLiveLinkSourceDebugInfo::NumberOfBufferAtSnapshot' 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_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_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_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_FLiveLinkCurveElement \ +static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ +static_assert(sizeof(FLiveLinkCurveElement) == 0x00000C, "Wrong size on FLiveLinkCurveElement"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x000008, "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_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_FCachedSubjectFrame \ +static_assert(alignof(FCachedSubjectFrame) == 0x000008, "Wrong alignment on FCachedSubjectFrame"); \ +static_assert(sizeof(FCachedSubjectFrame) == 0x000160, "Wrong size on FCachedSubjectFrame"); \ + +#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_FSubjectFrameHandle \ +static_assert(alignof(FSubjectFrameHandle) == 0x000008, "Wrong alignment on FSubjectFrameHandle"); \ +static_assert(sizeof(FSubjectFrameHandle) == 0x000018, "Wrong size on FSubjectFrameHandle"); \ + +#define DUMPER7_ASSERTS_ULiveLinkController \ +static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ +static_assert(sizeof(ULiveLinkController) == 0x000028, "Wrong size on ULiveLinkController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkFrameInterpolationProcessor) == 0x000028, "Wrong size on ULiveLinkFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFramePreProcessor \ +static_assert(alignof(ULiveLinkFramePreProcessor) == 0x000008, "Wrong alignment on ULiveLinkFramePreProcessor"); \ +static_assert(sizeof(ULiveLinkFramePreProcessor) == 0x000028, "Wrong size on ULiveLinkFramePreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRole \ +static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ +static_assert(sizeof(ULiveLinkRole) == 0x000028, "Wrong size on ULiveLinkRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicRole \ +static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ +static_assert(sizeof(ULiveLinkBasicRole) == 0x000028, "Wrong size on ULiveLinkBasicRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkInputDeviceRole \ +static_assert(alignof(ULiveLinkInputDeviceRole) == 0x000008, "Wrong alignment on ULiveLinkInputDeviceRole"); \ +static_assert(sizeof(ULiveLinkInputDeviceRole) == 0x000028, "Wrong size on ULiveLinkInputDeviceRole"); \ + +#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) == 0x000028, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000030, "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_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_ULiveLinkFrameTranslator \ +static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ +static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000028, "Wrong size on ULiveLinkFrameTranslator"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceFactory \ +static_assert(alignof(ULiveLinkSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkSourceFactory"); \ +static_assert(sizeof(ULiveLinkSourceFactory) == 0x000028, "Wrong size on ULiveLinkSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSubjectSettings \ +static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ +static_assert(sizeof(ULiveLinkSubjectSettings) == 0x000068, "Wrong size on ULiveLinkSubjectSettings"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000028, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000038, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000040, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000050, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000058, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ +static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ +static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000160, "Wrong size on ULiveLinkVirtualSubject"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000030, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000038, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000048, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000058, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRole \ +static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ +static_assert(sizeof(ULiveLinkAnimationRole) == 0x000028, "Wrong size on ULiveLinkAnimationRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformRole \ +static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ +static_assert(sizeof(ULiveLinkTransformRole) == 0x000028, "Wrong size on ULiveLinkTransformRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCameraRole \ +static_assert(alignof(ULiveLinkCameraRole) == 0x000008, "Wrong alignment on ULiveLinkCameraRole"); \ +static_assert(sizeof(ULiveLinkCameraRole) == 0x000028, "Wrong size on ULiveLinkCameraRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightRole \ +static_assert(alignof(ULiveLinkLightRole) == 0x000008, "Wrong alignment on ULiveLinkLightRole"); \ +static_assert(sizeof(ULiveLinkLightRole) == 0x000028, "Wrong size on ULiveLinkLightRole"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponLevel_C_SetLevel \ +static_assert(alignof(WBP_WeaponLevel_C_SetLevel) == 0x000004, "Wrong alignment on WBP_WeaponLevel_C_SetLevel"); \ +static_assert(sizeof(WBP_WeaponLevel_C_SetLevel) == 0x000008, "Wrong size on WBP_WeaponLevel_C_SetLevel"); \ +static_assert(offsetof(WBP_WeaponLevel_C_SetLevel, Level_0) == 0x000000, "Member 'WBP_WeaponLevel_C_SetLevel::Level_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_SetLevel, Quality) == 0x000004, "Member 'WBP_WeaponLevel_C_SetLevel::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel \ +static_assert(alignof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel) == 0x000008, "Wrong alignment on WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel"); \ +static_assert(sizeof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel) == 0x000060, "Wrong size on WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, EntryPoint) == 0x000000, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, Temp_byte_Variable) == 0x000004, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, K2Node_CustomEvent_Level) == 0x000008, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::K2Node_CustomEvent_Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, K2Node_CustomEvent_Quality) == 0x00000C, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::K2Node_CustomEvent_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, CallFunc_GetItemQualityColor_ReturnValue) == 0x000010, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, CallFunc_GetColorVariationForText_ReturnValue) == 0x000024, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::CallFunc_GetColorVariationForText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, K2Node_MakeStruct_SlateColor) == 0x000034, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, Temp_bool_Variable) == 0x000058, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel, K2Node_Select_Default) == 0x000059, "Member 'WBP_WeaponLevel_C_ExecuteUbergraph_WBP_WeaponLevel::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponLevel_C \ +static_assert(alignof(UWBP_WeaponLevel_C) == 0x000008, "Wrong alignment on UWBP_WeaponLevel_C"); \ +static_assert(sizeof(UWBP_WeaponLevel_C) == 0x0002F8, "Wrong size on UWBP_WeaponLevel_C"); \ +static_assert(offsetof(UWBP_WeaponLevel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WeaponLevel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponLevel_C, Level) == 0x0002E8, "Member 'UWBP_WeaponLevel_C::Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponLevel_C, LevelTitle) == 0x0002F0, "Member 'UWBP_WeaponLevel_C::LevelTitle' 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_UMovieSceneScriptingKey \ +static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ +static_assert(sizeof(UMovieSceneScriptingKey) == 0x000040, "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) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ +static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ +static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000030, "Wrong size on UMovieSceneScriptingChannel"); \ +static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000028, "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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeysByIndex::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) == 0x000060, "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) == 0x000060, "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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingBoolChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_GetKeysByIndex::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) == 0x000060, "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) == 0x000060, "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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingByteChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_GetKeysByIndex::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) == 0x000060, "Wrong size on UMovieSceneScriptingByteChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetArriveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTangentMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTangentMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTime \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingDoubleKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingDoubleKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingDoubleKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetValue \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingDoubleKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetArriveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTangentMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTime \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingDoubleKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingDoubleKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetValue \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingDoubleKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleKey \ +static_assert(alignof(UMovieSceneScriptingDoubleKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleKey"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleKey) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingDoubleChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingDoubleChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingDoubleChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingDoubleChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, InInterpolation) == 0x000015, "Member 'MovieSceneScriptingDoubleChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingDoubleChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingDoubleChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingDoubleChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingDoubleChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingDoubleChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingDoubleChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingDoubleChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleChannel \ +static_assert(alignof(UMovieSceneScriptingDoubleChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleChannel"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleChannel) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleChannel"); \ + +#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) == 0x000060, "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_MovieSceneScriptingEventChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingEventChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingEventChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingEventChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ +static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ +static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000060, "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) == 0x000040, "Wrong size on UMovieSceneScriptingFloatKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActualFloatKey \ +static_assert(alignof(UMovieSceneScriptingActualFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActualFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingActualFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingActualFloatKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleAsFloatKey \ +static_assert(alignof(UMovieSceneScriptingDoubleAsFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleAsFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleAsFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleAsFloatKey"); \ + +#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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingFloatChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_GetKeysByIndex::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) == 0x000080, "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) == 0x000060, "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_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingIntegerChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::ReturnValue' 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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetNumKeys::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) == 0x000060, "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) == 0x000060, "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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_GetKeysByIndex::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) == 0x000060, "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) == 0x000060, "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_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingStringChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingStringChannel_GetKeysByIndex::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) == 0x000060, "Wrong size on UMovieSceneScriptingStringChannel"); \ + +#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) == 0x000028, "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_GetSortingOrder \ +static_assert(alignof(MovieSceneBindingExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetSortingOrder) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetSortingOrder, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetSortingOrder::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetSortingOrder, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetSortingOrder::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) == 0x000028, "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_MovieSceneBindingExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneBindingExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetSortingOrder) == 0x000020, "Wrong size on MovieSceneBindingExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSortingOrder, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetSortingOrder::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSortingOrder, SortingOrder) == 0x000018, "Member 'MovieSceneBindingExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetSpawnableBindingID \ +static_assert(alignof(MovieSceneBindingExtensions_SetSpawnableBindingID) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetSpawnableBindingID"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetSpawnableBindingID) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetSpawnableBindingID"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSpawnableBindingID, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetSpawnableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSpawnableBindingID, SpawnableBindingID) == 0x000018, "Member 'MovieSceneBindingExtensions_SetSpawnableBindingID::SpawnableBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ +static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ +static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000028, "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_MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass \ +static_assert(alignof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass) == 0x000030, "Wrong size on MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass, EventKey) == 0x000000, "Member 'MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass::EventKey' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass, ReturnValue) == 0x000028, "Member 'MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ +static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ +static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000028, "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, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InTrack' 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_AddChildTrack \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildTrack::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildTrack::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_GetChildTracks \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildTracks"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildTracks"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildTracks::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildTracks::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) == 0x000010, "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, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InTrack' 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_RemoveChildTrack \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::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) == 0x000010, "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) == 0x000028, "Wrong size on UMovieSceneFolderExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_GetMaterialIndex \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_GetMaterialIndex) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_GetMaterialIndex) == 0x000010, "Wrong size on MovieSceneMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialIndex, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_GetMaterialInfo \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_GetMaterialInfo) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_GetMaterialInfo) == 0x000018, "Wrong size on MovieSceneMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialInfo, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialInfo, ReturnValue) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_SetMaterialIndex \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_SetMaterialIndex) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_SetMaterialIndex) == 0x000010, "Wrong size on MovieSceneMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialIndex, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialIndex, MaterialIndex) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialIndex::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_SetMaterialInfo \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_SetMaterialInfo) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_SetMaterialInfo) == 0x000018, "Wrong size on MovieSceneMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialInfo, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialInfo, MaterialInfo) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialInfo::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialTrackExtensions \ +static_assert(alignof(UMovieSceneMaterialTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrackExtensions"); \ +static_assert(sizeof(UMovieSceneMaterialTrackExtensions) == 0x000028, "Wrong size on UMovieSceneMaterialTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex) == 0x000010, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo) == 0x000018, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo, ReturnValue) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex) == 0x000010, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex, MaterialIndex) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo) == 0x000018, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo, MaterialInfo) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrackExtensions \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrackExtensions"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrackExtensions) == 0x000028, "Wrong size on UMovieScenePrimitiveMaterialTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetByteTrackEnum \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetByteTrackEnum) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetByteTrackEnum"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetByteTrackEnum) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetByteTrackEnum"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetByteTrackEnum, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetByteTrackEnum::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetByteTrackEnum, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetByteTrackEnum::ReturnValue' has a wrong offset!"); \ + +#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) == 0x000010, "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) == 0x000010, "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_SetByteTrackEnum \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetByteTrackEnum) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetByteTrackEnum"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetByteTrackEnum) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetByteTrackEnum"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetByteTrackEnum, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetByteTrackEnum::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetByteTrackEnum, InEnum) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetByteTrackEnum::InEnum' 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) == 0x000020, "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) == 0x000010, "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) == 0x000028, "Wrong size on UMovieScenePropertyTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAllChannels \ +static_assert(alignof(MovieSceneSectionExtensions_GetAllChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAllChannels"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAllChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetAllChannels"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAllChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAllChannels::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAllChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeHasEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeHasEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeHasEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeHasStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeHasStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeHasStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannel \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannel) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannel"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannel) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannel"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannel::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, ChannelName) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_GetChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannelsByType \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannelsByType"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetChannelsByType"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannelsByType::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannelsByType::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_GetChannelsByType::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) == 0x000028, "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_AddMarkedFrameToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrameToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrameToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::InMarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, TimeUnit) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, ReturnValue) == 0x00002C, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::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_AddTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AreMarkedFramesLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_AreMarkedFramesLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AreMarkedFramesLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AreMarkedFramesLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_AreMarkedFramesLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AreMarkedFramesLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AreMarkedFramesLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AreMarkedFramesLocked, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_AreMarkedFramesLocked::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_FindMarkedFrameByFrameNumberInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, TimeUnit) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::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_FindNextMarkedFrameInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, TimeUnit) == 0x00000D, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindTracksByType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindTracksByType::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) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000020, "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_GetMarkedFramesFromSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFramesFromSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFramesFromSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, TimeUnit) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::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, RootSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::RootSequence' 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_GetTracks \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTracks::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTracks::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_IsPlaybackRangeLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsPlaybackRangeLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsPlaybackRangeLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsPlaybackRangeLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsPlaybackRangeLocked::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_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, Track) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveRootFolderFromSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveRootFolderFromSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_RemoveRootFolderFromSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveRootFolderFromSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence, Folder) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveRootFolderFromSequence::Folder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, Track) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveTrack::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveTrack::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, RootSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::RootSequence' 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_SetMarkedFrameInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrameInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrameInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, TimeUnit) == 0x000010, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFramesLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFramesLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFramesLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFramesLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFramesLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFramesLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFramesLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFramesLocked, bInLocked) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFramesLocked::bInLocked' 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_SetPlaybackRangeLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackRangeLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackRangeLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackRangeLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked, bInLocked) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackRangeLocked::bInLocked' 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) == 0x000028, "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) == 0x000018, "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_GetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetTrackRowDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, RowIndex) == 0x000008, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, ReturnValue) == 0x000010, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::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) == 0x000018, "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_MovieSceneTrackExtensions_SetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetTrackRowDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::InName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, RowIndex) == 0x000018, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::RowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ +static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ +static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000028, "Wrong size on UMovieSceneTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorTrackExtensions \ +static_assert(alignof(UMovieSceneFloatVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneFloatVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneFloatVectorTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorTrackExtensions \ +static_assert(alignof(UMovieSceneDoubleVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneDoubleVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneDoubleVectorTrackExtensions"); \ + +#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) == 0x000028, "Wrong size on USequencerScriptingRangeExtensions"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone \ +static_assert(alignof(BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BeginOverlappedCustomMoveZone::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastEnteringClimbing \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastEnteringClimbing) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastEnteringClimbing"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastEnteringClimbing) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastEnteringClimbing"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastEnteringClimbing, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastEnteringClimbing::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastEnteringClimbingTop::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastEnteringLadderBottom::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastEnteringLadderMiddle::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastEnteringLadderTop \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastEnteringLadderTop) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastEnteringLadderTop"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastEnteringLadderTop) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastEnteringLadderTop"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastEnteringLadderTop, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastEnteringLadderTop::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_BroadcastMovingNextHold \ +static_assert(alignof(BP_CustomMovementComponent_C_BroadcastMovingNextHold) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_BroadcastMovingNextHold"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_BroadcastMovingNextHold) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_BroadcastMovingNextHold"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastMovingNextHold, NextHold_0) == 0x000000, "Member 'BP_CustomMovementComponent_C_BroadcastMovingNextHold::NextHold_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_BroadcastMovingNextHold, IsFarHold) == 0x000008, "Member 'BP_CustomMovementComponent_C_BroadcastMovingNextHold::IsFarHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone \ +static_assert(alignof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone) == 0x000058, "Wrong size on BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone, TempClimbingInterface) == 0x000000, "Member 'BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone::TempClimbingInterface' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone, TempLadderInterface) == 0x000010, "Member 'BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone::TempLadderInterface' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone, TempCharacterBottomLocation) == 0x000020, "Member 'BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone::TempCharacterBottomLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone, TempInputScale) == 0x000038, "Member 'BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone::TempInputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone, TempInputDirection) == 0x000040, "Member 'BP_CustomMovementComponent_C_CheckEnteringCustomMoveZone::TempInputDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_CheckExitingClimbing \ +static_assert(alignof(BP_CustomMovementComponent_C_CheckExitingClimbing) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_CheckExitingClimbing"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_CheckExitingClimbing) == 0x000018, "Wrong size on BP_CustomMovementComponent_C_CheckExitingClimbing"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingClimbing, ClimbingInterface) == 0x000000, "Member 'BP_CustomMovementComponent_C_CheckExitingClimbing::ClimbingInterface' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingClimbing, InputScale) == 0x000010, "Member 'BP_CustomMovementComponent_C_CheckExitingClimbing::InputScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder \ +static_assert(alignof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder) == 0x000048, "Wrong size on BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder, LadderInterface) == 0x000000, "Member 'BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder::LadderInterface' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder, InputScale) == 0x000010, "Member 'BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder, TempCharacterBottomLocation) == 0x000018, "Member 'BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder::TempCharacterBottomLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder, TempInputScale) == 0x000030, "Member 'BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder::TempInputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder, TempLadderInterface) == 0x000038, "Member 'BP_CustomMovementComponent_C_CheckExitingCustomMoveZone_Ladder::TempLadderInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone \ +static_assert(alignof(BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone, CustomMoveZoneActor) == 0x000000, "Member 'BP_CustomMovementComponent_C_EndOverlappedCustomMoveZone::CustomMoveZoneActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent \ +static_assert(alignof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent) == 0x000B48, "Wrong size on BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, EntryPoint) == 0x000000, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_11) == 0x000014, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_10) == 0x00001C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, Temp_name_Variable) == 0x000034, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x00005C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_9) == 0x00006C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_8) == 0x000074, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x00007C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_7) == 0x00008C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_6) == 0x000094, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_6) == 0x0000A4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000AC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_5) == 0x0000BC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000C4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, Temp_name_Variable_1) == 0x0000D4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000DC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000EC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000ED, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_4) == 0x0000F0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000F8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_3) == 0x000108, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_11) == 0x000110, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_2) == 0x000120, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_12) == 0x000128, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_1) == 0x000138, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_13) == 0x000140, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName) == 0x000150, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_14) == 0x000158, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, Temp_name_Variable_2) == 0x000168, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000170, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000171, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_15) == 0x000174, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_18) == 0x000184, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_16) == 0x00018C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0001A0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NextHold_2) == 0x0001B0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NextHold_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_IsFarHold_2) == 0x0001B8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_IsFarHold_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NextHold_1) == 0x0001C0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NextHold_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_IsFarHold_1) == 0x0001C8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_IsFarHold_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NextHold) == 0x0001D0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NextHold' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_IsFarHold) == 0x0001D8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_IsFarHold' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_12) == 0x0001DC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_6) == 0x0001E8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001F0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue) == 0x0001F8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime) == 0x0001FC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime) == 0x000200, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_17) == 0x000204, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000214, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000218, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000310, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayLength_ReturnValue) == 0x000314, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_13) == 0x000318, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000320, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_19) == 0x000328, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_19' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_18) == 0x000330, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_9) == 0x000340, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_8) == 0x000350, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000360, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsValid_ReturnValue_1) == 0x000368, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_19) == 0x00036C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_14) == 0x00037C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_5) == 0x000388, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000390, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_1) == 0x000398, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_1) == 0x00039C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_1) == 0x0003A0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_20) == 0x0003A4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0003B4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x0003B8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x0004B0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_2) == 0x0004B4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_2) == 0x0004B8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2) == 0x0004C0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsValid_ReturnValue_2) == 0x0004C8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsLocallyControlled_ReturnValue) == 0x0004C9, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0004CA, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x0004CB, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayLength_ReturnValue_1) == 0x0004CC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayLength_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0004D0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_2) == 0x0004D8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_21) == 0x0004DC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_ReturnValue) == 0x0004F0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_RLerp_ReturnValue) == 0x0004F8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_VLerp_ReturnValue) == 0x000510, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_4) == 0x000528, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000530, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_7) == 0x000538, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_6) == 0x000548, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_3) == 0x000558, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000560, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000568, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_5) == 0x000570, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_4) == 0x000580, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_3) == 0x000590, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_4) == 0x000594, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_ReturnValue_1) == 0x000598, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_ReturnValue_2) == 0x0005A0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_VLerp_ReturnValue_1) == 0x0005A8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayLength_ReturnValue_2) == 0x0005C0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayLength_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0005C8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_RLerp_ReturnValue_1) == 0x0005D0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsLocallyControlled_ReturnValue_1) == 0x0005E8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsLocallyControlled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, Temp_name_Variable_3) == 0x0005EC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_2) == 0x0005F8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x000600, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_5) == 0x000608, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_3) == 0x00060C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_3) == 0x000610, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3) == 0x000614, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000615, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_2) == 0x000618, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_2) == 0x000710, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_22) == 0x000714, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3) == 0x000728, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsValid_ReturnValue_3) == 0x000730, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsLocallyControlled_ReturnValue_2) == 0x000731, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsLocallyControlled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_20) == 0x000734, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_20' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4) == 0x000740, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_IsValid_ReturnValue_4) == 0x000748, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, Temp_name_Variable_4) == 0x00074C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_3) == 0x000758, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_3) == 0x000850, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_4) == 0x000854, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_4) == 0x000858, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4) == 0x00085C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_ReturnValue_6) == 0x000860, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_Event_DeltaSeconds) == 0x000864, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_Transition) == 0x000868, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_Transition' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime_1) == 0x000870, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x000878, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_5) == 0x000880, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_5) == 0x000884, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MinTime_6) == 0x000888, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MinTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetTimeRange_MaxTime_6) == 0x00088C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetTimeRange_MaxTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FMax_ReturnValue) == 0x000890, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_23) == 0x000898, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_5) == 0x0008A8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_15) == 0x0008AC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayLength_ReturnValue_3) == 0x0008B4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayLength_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x0008B8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_24) == 0x0008C0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_DeltaTime) == 0x0008D0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_AxisValue_2) == 0x0008D8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_AxisValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_21) == 0x0008E0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_21' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_16) == 0x0008E8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_3) == 0x0008F0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_2) == 0x000900, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000910, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x000918, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000920, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_DynamicCast_bSuccess) == 0x000928, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000930, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_AxisValue_1) == 0x000948, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_AxisValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_AxisValue) == 0x000950, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_25) == 0x000958, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_26) == 0x000968, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetActorForwardVector_ReturnValue) == 0x000978, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000990, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_17) == 0x0009A8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_22) == 0x0009B0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_22' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0009B8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_27) == 0x0009D0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_BreakRotator_Roll) == 0x0009E0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_BreakRotator_Pitch) == 0x0009E4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_BreakRotator_Yaw) == 0x0009E8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_MakeRotator_ReturnValue) == 0x0009F0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_28) == 0x000A08, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000A18, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_23) == 0x000A1C, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_23' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_29) == 0x000A24, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone_1) == 0x000A38, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_CustomMoveZone) == 0x000A48, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_CustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CustomEvent_NotifyName_24) == 0x000A58, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CustomEvent_NotifyName_24' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, K2Node_CreateDelegate_OutputDelegate_30) == 0x000A60, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000A70, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_UpdateEnteringTransition_Transition_ImplicitCast) == 0x000A78, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_UpdateEnteringTransition_Transition_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000A80, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000A88, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Delay_Duration_ImplicitCast) == 0x000A90, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_1) == 0x000A94, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_1) == 0x000A98, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_1) == 0x000AA0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_2) == 0x000AA8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_A_ImplicitCast_1) == 0x000AB0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000AB8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_2) == 0x000ABC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_Value_ImplicitCast) == 0x000AC0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000AC8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_RLerp_Alpha_ImplicitCast) == 0x000ACC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_3) == 0x000AD0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_4) == 0x000AD4, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_Value_ImplicitCast_1) == 0x000AD8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FClamp_Value_ImplicitCast_2) == 0x000AE0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FClamp_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_VLerp_Alpha_ImplicitCast_1) == 0x000AE8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_VLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_RLerp_Alpha_ImplicitCast_1) == 0x000AEC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_RLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_A_ImplicitCast_2) == 0x000AF0, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Delay_Duration_ImplicitCast_2) == 0x000AF8, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_5) == 0x000AFC, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_2) == 0x000B00, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_3) == 0x000B08, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_4) == 0x000B10, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_GetFloatValue_InTime_ImplicitCast_6) == 0x000B18, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_GetFloatValue_InTime_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_3) == 0x000B20, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_UpdateEnteringTransition_Transition_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FMax_A_ImplicitCast) == 0x000B28, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FMax_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_FMax_B_ImplicitCast) == 0x000B30, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_FMax_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Divide_DoubleDouble_A_ImplicitCast_3) == 0x000B38, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Divide_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Delay_Duration_ImplicitCast_3) == 0x000B40, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Delay_Duration_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent, CallFunc_Delay_Duration_ImplicitCast_4) == 0x000B44, "Member 'BP_CustomMovementComponent_C_ExecuteUbergraph_BP_CustomMovementComponent::CallFunc_Delay_Duration_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_FindClosestClimbingHold \ +static_assert(alignof(BP_CustomMovementComponent_C_FindClosestClimbingHold) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_FindClosestClimbingHold"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_FindClosestClimbingHold) == 0x000118, "Wrong size on BP_CustomMovementComponent_C_FindClosestClimbingHold"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, TempMinDistanceSqrt) == 0x000000, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::TempMinDistanceSqrt' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, TempFoundedHold) == 0x000008, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::TempFoundedHold' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, K2Node_MakeStruct_SCustomMoveZone) == 0x000018, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::K2Node_MakeStruct_SCustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000058, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000070, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000090, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_VSizeSquared_ReturnValue) == 0x0000B0, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000C0, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000D8, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_VSizeSquared_ReturnValue_1) == 0x0000F8, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_VSizeSquared_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, K2Node_MakeStruct_SCustomMoveZone_1) == 0x000100, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::K2Node_MakeStruct_SCustomMoveZone_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000115, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_FindClosestClimbingHold, CallFunc_IsValid_ReturnValue) == 0x000116, "Member 'BP_CustomMovementComponent_C_FindClosestClimbingHold::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation \ +static_assert(alignof(BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation) == 0x000018, "Wrong size on BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation, CharacterLocation) == 0x000000, "Member 'BP_CustomMovementComponent_C_GetCharacterNetSmoothLocation::CharacterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_GetLadderStepPos \ +static_assert(alignof(BP_CustomMovementComponent_C_GetLadderStepPos) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_GetLadderStepPos"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_GetLadderStepPos) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_GetLadderStepPos"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_GetLadderStepPos, LadderStepPos_0) == 0x000000, "Member 'BP_CustomMovementComponent_C_GetLadderStepPos::LadderStepPos_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha \ +static_assert(alignof(BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha, Alpha) == 0x000000, "Member 'BP_CustomMovementComponent_C_GetMovingNextHoldTransitionAlpha::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_HasAuthority \ +static_assert(alignof(BP_CustomMovementComponent_C_HasAuthority) == 0x000001, "Wrong alignment on BP_CustomMovementComponent_C_HasAuthority"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_HasAuthority) == 0x000003, "Wrong size on BP_CustomMovementComponent_C_HasAuthority"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_HasAuthority, ReturnValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_HasAuthority::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_HasAuthority, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CustomMovementComponent_C_HasAuthority::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_HasAuthority, CallFunc_HasAuthority_ReturnValue) == 0x000002, "Member 'BP_CustomMovementComponent_C_HasAuthority::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_Initialize \ +static_assert(alignof(BP_CustomMovementComponent_C_Initialize) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_Initialize"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_Initialize) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_Initialize"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_Initialize, Character_0) == 0x000000, "Member 'BP_CustomMovementComponent_C_Initialize::Character_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_InputAxis_ClimbingRight \ +static_assert(alignof(BP_CustomMovementComponent_C_InputAxis_ClimbingRight) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_InputAxis_ClimbingRight"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_InputAxis_ClimbingRight) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_InputAxis_ClimbingRight"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_InputAxis_ClimbingRight, AxisValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_InputAxis_ClimbingRight::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_InputAxis_ClimbingUp \ +static_assert(alignof(BP_CustomMovementComponent_C_InputAxis_ClimbingUp) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_InputAxis_ClimbingUp"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_InputAxis_ClimbingUp) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_InputAxis_ClimbingUp"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_InputAxis_ClimbingUp, AxisValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_InputAxis_ClimbingUp::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_InputAxis_LadderUp \ +static_assert(alignof(BP_CustomMovementComponent_C_InputAxis_LadderUp) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_InputAxis_LadderUp"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_InputAxis_LadderUp) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_InputAxis_LadderUp"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_InputAxis_LadderUp, AxisValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_InputAxis_LadderUp::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_IsCustomMovement \ +static_assert(alignof(BP_CustomMovementComponent_C_IsCustomMovement) == 0x000001, "Wrong alignment on BP_CustomMovementComponent_C_IsCustomMovement"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_IsCustomMovement) == 0x000003, "Wrong size on BP_CustomMovementComponent_C_IsCustomMovement"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsCustomMovement, ReturnValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_IsCustomMovement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsCustomMovement, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CustomMovementComponent_C_IsCustomMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsCustomMovement, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'BP_CustomMovementComponent_C_IsCustomMovement::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_IsLocallyControlled \ +static_assert(alignof(BP_CustomMovementComponent_C_IsLocallyControlled) == 0x000001, "Wrong alignment on BP_CustomMovementComponent_C_IsLocallyControlled"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_IsLocallyControlled) == 0x000003, "Wrong size on BP_CustomMovementComponent_C_IsLocallyControlled"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'BP_CustomMovementComponent_C_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsLocallyControlled, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CustomMovementComponent_C_IsLocallyControlled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_IsLocallyControlled, CallFunc_IsLocallyControlled_ReturnValue) == 0x000002, "Member 'BP_CustomMovementComponent_C_IsLocallyControlled::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_MovingNextHold \ +static_assert(alignof(BP_CustomMovementComponent_C_MovingNextHold) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_MovingNextHold"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_MovingNextHold) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_MovingNextHold"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_MovingNextHold, NextHold_0) == 0x000000, "Member 'BP_CustomMovementComponent_C_MovingNextHold::NextHold_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_MovingNextHold, IsFarHold) == 0x000008, "Member 'BP_CustomMovementComponent_C_MovingNextHold::IsFarHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnBlendOut_0B6052B147BA631DEB594C87771CD3C0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B \ +static_assert(alignof(BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnBlendOut_10C99DFB4BD067287B623280FDDB977B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnBlendOut_1E7B60B146BC1DBEED18AD8A88F50900::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnBlendOut_7815B4404043DE25B6C892B2CE924B63::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnBlendOut_B8BEF53646A61DA7D191C7A89841AD91::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnCompleted_0B6052B147BA631DEB594C87771CD3C0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B \ +static_assert(alignof(BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnCompleted_10C99DFB4BD067287B623280FDDB977B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnCompleted_1E7B60B146BC1DBEED18AD8A88F50900::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnCompleted_7815B4404043DE25B6C892B2CE924B63::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnCompleted_B8BEF53646A61DA7D191C7A89841AD91::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnInterrupted_0B6052B147BA631DEB594C87771CD3C0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B \ +static_assert(alignof(BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnInterrupted_10C99DFB4BD067287B623280FDDB977B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnInterrupted_1E7B60B146BC1DBEED18AD8A88F50900::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnInterrupted_7815B4404043DE25B6C892B2CE924B63::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnInterrupted_B8BEF53646A61DA7D191C7A89841AD91::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyBegin_0B6052B147BA631DEB594C87771CD3C0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyBegin_10C99DFB4BD067287B623280FDDB977B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyBegin_1E7B60B146BC1DBEED18AD8A88F50900::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyBegin_7815B4404043DE25B6C892B2CE924B63::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyBegin_B8BEF53646A61DA7D191C7A89841AD91::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyEnd_0B6052B147BA631DEB594C87771CD3C0::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyEnd_10C99DFB4BD067287B623280FDDB977B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyEnd_1E7B60B146BC1DBEED18AD8A88F50900::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyEnd_7815B4404043DE25B6C892B2CE924B63::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91 \ +static_assert(alignof(BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91, NotifyName) == 0x000000, "Member 'BP_CustomMovementComponent_C_OnNotifyEnd_B8BEF53646A61DA7D191C7A89841AD91::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ReceiveTick \ +static_assert(alignof(BP_CustomMovementComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CustomMovementComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CustomMovementComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CustomMovementComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerEnteringClimbing \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerEnteringClimbing) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerEnteringClimbing"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerEnteringClimbing) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerEnteringClimbing"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerEnteringClimbing, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerEnteringClimbing::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerEnteringClimbingTop \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerEnteringClimbingTop) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerEnteringClimbingTop"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerEnteringClimbingTop) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerEnteringClimbingTop"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerEnteringClimbingTop, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerEnteringClimbingTop::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerEnteringLadderBottom \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerEnteringLadderBottom) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerEnteringLadderBottom"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerEnteringLadderBottom) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerEnteringLadderBottom"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerEnteringLadderBottom, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerEnteringLadderBottom::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerEnteringLadderMiddle \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerEnteringLadderMiddle) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerEnteringLadderMiddle"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerEnteringLadderMiddle) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerEnteringLadderMiddle"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerEnteringLadderMiddle, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerEnteringLadderMiddle::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerEnteringLadderTop \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerEnteringLadderTop) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerEnteringLadderTop"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerEnteringLadderTop) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerEnteringLadderTop"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerEnteringLadderTop, CustomMoveZone) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerEnteringLadderTop::CustomMoveZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_ServerMovingNextHold \ +static_assert(alignof(BP_CustomMovementComponent_C_ServerMovingNextHold) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_ServerMovingNextHold"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_ServerMovingNextHold) == 0x000010, "Wrong size on BP_CustomMovementComponent_C_ServerMovingNextHold"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerMovingNextHold, NextHold_0) == 0x000000, "Member 'BP_CustomMovementComponent_C_ServerMovingNextHold::NextHold_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_ServerMovingNextHold, IsFarHold) == 0x000008, "Member 'BP_CustomMovementComponent_C_ServerMovingNextHold::IsFarHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateCustomMovement \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateCustomMovement) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateCustomMovement"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateCustomMovement) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateCustomMovement"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringClimbingTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringClimbingTopTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringLadderBottomTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringLadderMiddleTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringLadderTopTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateEnteringTransition \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateEnteringTransition) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateEnteringTransition"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateEnteringTransition) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateEnteringTransition"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateEnteringTransition, Transition) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateEnteringTransition::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateLadderMovement \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateLadderMovement) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateLadderMovement"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateLadderMovement) == 0x000080, "Wrong size on BP_CustomMovementComponent_C_UpdateLadderMovement"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempStepDownPos) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempStepDownPos' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempDeltaMovement) == 0x000008, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempDeltaMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempLadderRotation) == 0x000020, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempLadderRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempLadderStepHeight) == 0x000038, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempLadderStepHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempLadderBottomLocation) == 0x000040, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempLadderBottomLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempLadderTopLocation) == 0x000058, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempLadderTopLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateLadderMovement, TempLadderInterface) == 0x000070, "Member 'BP_CustomMovementComponent_C_UpdateLadderMovement::TempLadderInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline \ +static_assert(alignof(BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline) == 0x000008, "Wrong alignment on BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline"); \ +static_assert(sizeof(BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline) == 0x000008, "Wrong size on BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline"); \ +static_assert(offsetof(BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline, DeltaTime) == 0x000000, "Member 'BP_CustomMovementComponent_C_UpdateMovingNextHoldTimeline::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CustomMovementComponent_C \ +static_assert(alignof(UBP_CustomMovementComponent_C) == 0x000008, "Wrong alignment on UBP_CustomMovementComponent_C"); \ +static_assert(sizeof(UBP_CustomMovementComponent_C) == 0x000300, "Wrong size on UBP_CustomMovementComponent_C"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CustomMovementComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, LadderStepPos) == 0x0000A8, "Member 'UBP_CustomMovementComponent_C::LadderStepPos' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, IsLadderForNextAnimation) == 0x0000B0, "Member 'UBP_CustomMovementComponent_C::IsLadderForNextAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, LadderBlendTimeForAnimation) == 0x0000B8, "Member 'UBP_CustomMovementComponent_C::LadderBlendTimeForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, LadderMoveSpeed) == 0x0000C0, "Member 'UBP_CustomMovementComponent_C::LadderMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, NextHold) == 0x0000C8, "Member 'UBP_CustomMovementComponent_C::NextHold' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, NextHoldInterface) == 0x0000D0, "Member 'UBP_CustomMovementComponent_C::NextHoldInterface' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, IsMovingNextHoldForAnimation) == 0x0000E0, "Member 'UBP_CustomMovementComponent_C::IsMovingNextHoldForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTransitionAlphaForAnimation) == 0x0000E8, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTransitionAlphaForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTransitionDeltaForAnimation) == 0x0000F0, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTransitionDeltaForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, OverlappedClimbingHolds) == 0x000108, "Member 'UBP_CustomMovementComponent_C::OverlappedClimbingHolds' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, ClimbingLocation) == 0x000118, "Member 'UBP_CustomMovementComponent_C::ClimbingLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, ClimbingRotation) == 0x000130, "Member 'UBP_CustomMovementComponent_C::ClimbingRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, IsClimbingForNextAnimation) == 0x000148, "Member 'UBP_CustomMovementComponent_C::IsClimbingForNextAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, ClimbingBlendTimeForAnimation) == 0x000150, "Member 'UBP_CustomMovementComponent_C::ClimbingBlendTimeForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, NextHoldIsFarHold) == 0x000158, "Member 'UBP_CustomMovementComponent_C::NextHoldIsFarHold' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MaxClimbingDistance) == 0x000160, "Member 'UBP_CustomMovementComponent_C::MaxClimbingDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, OverlappedCustomMoveZone) == 0x000168, "Member 'UBP_CustomMovementComponent_C::OverlappedCustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, CurrentCustomMoveZone) == 0x000178, "Member 'UBP_CustomMovementComponent_C::CurrentCustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, IsTransitioningCustomMoveZone) == 0x000188, "Member 'UBP_CustomMovementComponent_C::IsTransitioningCustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringTransitionBeginLocation) == 0x000190, "Member 'UBP_CustomMovementComponent_C::EnteringTransitionBeginLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringTransitionEndLocation) == 0x0001A8, "Member 'UBP_CustomMovementComponent_C::EnteringTransitionEndLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringTransitionBeginRotation) == 0x0001C0, "Member 'UBP_CustomMovementComponent_C::EnteringTransitionBeginRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringTransitionEndRotation) == 0x0001D8, "Member 'UBP_CustomMovementComponent_C::EnteringTransitionEndRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovementDeltaTime) == 0x0001F0, "Member 'UBP_CustomMovementComponent_C::MovementDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, PrevUseControllerRotationYaw) == 0x0001F8, "Member 'UBP_CustomMovementComponent_C::PrevUseControllerRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, PrevOrientRotationToMovement) == 0x0001F9, "Member 'UBP_CustomMovementComponent_C::PrevOrientRotationToMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, Character) == 0x000200, "Member 'UBP_CustomMovementComponent_C::Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, CharacterMovement) == 0x000208, "Member 'UBP_CustomMovementComponent_C::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderTopTimeline_Time) == 0x000210, "Member 'UBP_CustomMovementComponent_C::EnteringLadderTopTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderTopTimeline_Transition) == 0x000218, "Member 'UBP_CustomMovementComponent_C::EnteringLadderTopTimeline_Transition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_EnteringLadderTop) == 0x000220, "Member 'UBP_CustomMovementComponent_C::AM_EnteringLadderTop' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderMiddleTimeline_Time) == 0x000228, "Member 'UBP_CustomMovementComponent_C::EnteringLadderMiddleTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderMiddleTimeline_Transition) == 0x000230, "Member 'UBP_CustomMovementComponent_C::EnteringLadderMiddleTimeline_Transition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderBottomTimeline_Time) == 0x000238, "Member 'UBP_CustomMovementComponent_C::EnteringLadderBottomTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringLadderBottomTimeline_Transition) == 0x000240, "Member 'UBP_CustomMovementComponent_C::EnteringLadderBottomTimeline_Transition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringClimbingTopTimeline_Time) == 0x000248, "Member 'UBP_CustomMovementComponent_C::EnteringClimbingTopTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringClimbingTopTimeline_Transition) == 0x000250, "Member 'UBP_CustomMovementComponent_C::EnteringClimbingTopTimeline_Transition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringClimbingTimeline_Time) == 0x000258, "Member 'UBP_CustomMovementComponent_C::EnteringClimbingTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, EnteringClimbingTimeline_Transition) == 0x000260, "Member 'UBP_CustomMovementComponent_C::EnteringClimbingTimeline_Transition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTimeline_Time) == 0x000268, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTimeline_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTimeline_PlayRate) == 0x000270, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTimeline_PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTimeline_TransitionLocation) == 0x000278, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTimeline_TransitionLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, MovingNextHoldTimeline_TransitionRotation) == 0x000280, "Member 'UBP_CustomMovementComponent_C::MovingNextHoldTimeline_TransitionRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_EnteringLadderBottom) == 0x000288, "Member 'UBP_CustomMovementComponent_C::AM_EnteringLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_ExitingLadderTop) == 0x000290, "Member 'UBP_CustomMovementComponent_C::AM_ExitingLadderTop' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_ExitingLadderBottom) == 0x000298, "Member 'UBP_CustomMovementComponent_C::AM_ExitingLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_EnteringClimbingTop) == 0x0002A0, "Member 'UBP_CustomMovementComponent_C::AM_EnteringClimbingTop' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, AM_ExitingClimbingTop) == 0x0002A8, "Member 'UBP_CustomMovementComponent_C::AM_ExitingClimbingTop' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, Timeline) == 0x0002B0, "Member 'UBP_CustomMovementComponent_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, OnStartCustomMovement) == 0x0002C0, "Member 'UBP_CustomMovementComponent_C::OnStartCustomMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, OnEndCustomMovement) == 0x0002D0, "Member 'UBP_CustomMovementComponent_C::OnEndCustomMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, PrevUseControllerDesiredRotation) == 0x0002E0, "Member 'UBP_CustomMovementComponent_C::PrevUseControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, CooldDownBetweenMovingClimbing) == 0x0002E4, "Member 'UBP_CustomMovementComponent_C::CooldDownBetweenMovingClimbing' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, SpringArmDistance_Climbing) == 0x0002E8, "Member 'UBP_CustomMovementComponent_C::SpringArmDistance_Climbing' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, SpringArmDistance_CustomHold) == 0x0002EC, "Member 'UBP_CustomMovementComponent_C::SpringArmDistance_CustomHold' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, DistanceWithNextHold) == 0x0002F0, "Member 'UBP_CustomMovementComponent_C::DistanceWithNextHold' has a wrong offset!"); \ +static_assert(offsetof(UBP_CustomMovementComponent_C, SpringArmDistance_Ladder) == 0x0002F8, "Member 'UBP_CustomMovementComponent_C::SpringArmDistance_Ladder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger \ +static_assert(alignof(LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger) == 0x000008, "Wrong alignment on LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger"); \ +static_assert(sizeof(LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger) == 0x000010, "Wrong size on LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger"); \ +static_assert(offsetof(LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger, SubjectName) == 0x000000, "Member 'LiveLinkDebuggerBlueprintLibrary_DisplayLiveLinkDebugger::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDebuggerBlueprintLibrary \ +static_assert(alignof(ULiveLinkDebuggerBlueprintLibrary) == 0x000008, "Wrong alignment on ULiveLinkDebuggerBlueprintLibrary"); \ +static_assert(sizeof(ULiveLinkDebuggerBlueprintLibrary) == 0x000028, "Wrong size on ULiveLinkDebuggerBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_LiveLinkDebuggerSettings_GetBarColorForCurveValue \ +static_assert(alignof(LiveLinkDebuggerSettings_GetBarColorForCurveValue) == 0x000004, "Wrong alignment on LiveLinkDebuggerSettings_GetBarColorForCurveValue"); \ +static_assert(sizeof(LiveLinkDebuggerSettings_GetBarColorForCurveValue) == 0x000018, "Wrong size on LiveLinkDebuggerSettings_GetBarColorForCurveValue"); \ +static_assert(offsetof(LiveLinkDebuggerSettings_GetBarColorForCurveValue, CurveValue) == 0x000000, "Member 'LiveLinkDebuggerSettings_GetBarColorForCurveValue::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkDebuggerSettings_GetBarColorForCurveValue, ReturnValue) == 0x000004, "Member 'LiveLinkDebuggerSettings_GetBarColorForCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize \ +static_assert(alignof(LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize) == 0x000004, "Wrong alignment on LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize"); \ +static_assert(sizeof(LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize) == 0x00000C, "Wrong size on LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize"); \ +static_assert(offsetof(LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize, Size) == 0x000000, "Member 'LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize::Size' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize, ReturnValue) == 0x000008, "Member 'LiveLinkDebuggerSettings_GetDPIScaleBasedOnSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDebuggerSettings \ +static_assert(alignof(ULiveLinkDebuggerSettings) == 0x000008, "Wrong alignment on ULiveLinkDebuggerSettings"); \ +static_assert(sizeof(ULiveLinkDebuggerSettings) == 0x000058, "Wrong size on ULiveLinkDebuggerSettings"); \ +static_assert(offsetof(ULiveLinkDebuggerSettings, MinBarColor) == 0x000028, "Member 'ULiveLinkDebuggerSettings::MinBarColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDebuggerSettings, MaxBarColor) == 0x00003C, "Member 'ULiveLinkDebuggerSettings::MaxBarColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDebuggerSettings, DPIScaleMultiplier) == 0x000050, "Member 'ULiveLinkDebuggerSettings::DPIScaleMultiplier' 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) == 0x000010, "Member 'FAnimNode_LiveLinkPose::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, LiveLinkSubjectName) == 0x000020, "Member 'FAnimNode_LiveLinkPose::LiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, bDoLiveLinkEvaluation) == 0x000028, "Member 'FAnimNode_LiveLinkPose::bDoLiveLinkEvaluation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, RetargetAsset) == 0x000030, "Member 'FAnimNode_LiveLinkPose::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, CurrentRetargetAsset) == 0x000038, "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) == 0x0007A0, "Wrong size on FLiveLinkInstanceProxy"); \ +static_assert(offsetof(FLiveLinkInstanceProxy, PoseNode) == 0x000738, "Member 'FLiveLinkInstanceProxy::PoseNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_EnableLiveLinkEvaluation \ +static_assert(alignof(LiveLinkInstance_EnableLiveLinkEvaluation) == 0x000001, "Wrong alignment on LiveLinkInstance_EnableLiveLinkEvaluation"); \ +static_assert(sizeof(LiveLinkInstance_EnableLiveLinkEvaluation) == 0x000001, "Wrong size on LiveLinkInstance_EnableLiveLinkEvaluation"); \ +static_assert(offsetof(LiveLinkInstance_EnableLiveLinkEvaluation, bDoEnable) == 0x000000, "Member 'LiveLinkInstance_EnableLiveLinkEvaluation::bDoEnable' 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) == 0x000008, "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) == 0x000370, "Wrong size on ULiveLinkInstance"); \ +static_assert(offsetof(ULiveLinkInstance, CurrentRetargetAsset) == 0x000368, "Member 'ULiveLinkInstance::CurrentRetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRetargetAsset \ +static_assert(alignof(ULiveLinkRetargetAsset) == 0x000008, "Wrong alignment on ULiveLinkRetargetAsset"); \ +static_assert(sizeof(ULiveLinkRetargetAsset) == 0x000028, "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) == 0x000010, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "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) == 0x0000C8, "Wrong size on ULiveLinkRemapAsset"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ShowCredits_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_ShowCredits_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_ShowCredits_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_ShowCredits_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_ShowCredits_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_ShowCredits_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ShowCredits_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_ShowCredits_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_ShowCredits_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_ShowCredits_C_ValidateGameAction) == 0x000050, "Wrong size on BP_GameAction_ShowCredits_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ShowCredits_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x00004D, "Member 'BP_GameAction_ShowCredits_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_ShowCredits_C \ +static_assert(alignof(UBP_GameAction_ShowCredits_C) == 0x000008, "Wrong alignment on UBP_GameAction_ShowCredits_C"); \ +static_assert(sizeof(UBP_GameAction_ShowCredits_C) == 0x000038, "Wrong size on UBP_GameAction_ShowCredits_C"); \ +static_assert(offsetof(UBP_GameAction_ShowCredits_C, CreditsAsset) == 0x000030, "Member 'UBP_GameAction_ShowCredits_C::CreditsAsset' 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_FProviderPollResult \ +static_assert(alignof(FProviderPollResult) == 0x000008, "Wrong alignment on FProviderPollResult"); \ +static_assert(sizeof(FProviderPollResult) == 0x000090, "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!"); \ +static_assert(offsetof(FProviderPollResult, bIsValidProvider) == 0x000038, "Member 'FProviderPollResult::bIsValidProvider' 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_ULiveLinkCustomTimeStep \ +static_assert(alignof(ULiveLinkCustomTimeStep) == 0x000008, "Wrong alignment on ULiveLinkCustomTimeStep"); \ +static_assert(sizeof(ULiveLinkCustomTimeStep) == 0x0000C0, "Wrong size on ULiveLinkCustomTimeStep"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, LiveLinkDataRate) == 0x000030, "Member 'ULiveLinkCustomTimeStep::LiveLinkDataRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, SubjectKey) == 0x000038, "Member 'ULiveLinkCustomTimeStep::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, bLockStepMode) == 0x000050, "Member 'ULiveLinkCustomTimeStep::bLockStepMode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, FrameRateDivider) == 0x000054, "Member 'ULiveLinkCustomTimeStep::FrameRateDivider' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, TimeoutInSeconds) == 0x000058, "Member 'ULiveLinkCustomTimeStep::TimeoutInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000040, "Wrong size on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(offsetof(ULiveLinkBasicFrameInterpolationProcessor, bInterpolatePropertyValues) == 0x000028, "Member 'ULiveLinkBasicFrameInterpolationProcessor::bInterpolatePropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000050, "Wrong size on ULiveLinkAnimationFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationVirtualSubject \ +static_assert(alignof(ULiveLinkAnimationVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkAnimationVirtualSubject"); \ +static_assert(sizeof(ULiveLinkAnimationVirtualSubject) == 0x000168, "Wrong size on ULiveLinkAnimationVirtualSubject"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, bAppendSubjectNameToBones) == 0x000161, "Member 'ULiveLinkAnimationVirtualSubject::bAppendSubjectNameToBones' 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) == 0x000080, "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) == 0x000020, "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) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, ReturnValue) == 0x000018, "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) == 0x000038, "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) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SceneTime) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SceneTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, OutBlueprintData) == 0x000028, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, ReturnValue) == 0x000030, "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) == 0x000028, "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) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, WorldTimeOffset) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::WorldTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, OutBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, ReturnValue) == 0x000020, "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) == 0x000020, "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) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, OutBlueprintData) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, ReturnValue) == 0x000018, "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) == 0x000010, "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) == 0x000008, "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) == 0x0000C8, "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) == 0x0000C0, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::Value' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, ReturnValue) == 0x0000C4, "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) == 0x000028, "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) == 0x000028, "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) == 0x000028, "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_GetSourceTypeFromGuid \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceTypeFromGuid"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_GetSourceTypeFromGuid"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid, SourceGuid) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceTypeFromGuid::SourceGuid' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintLibrary_GetSourceTypeFromGuid::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) == 0x000020, "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) == 0x000018, "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) == 0x000040, "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) == 0x000020, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00001C, "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) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::bForThisFrame' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, ReturnValue) == 0x000019, "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) == 0x000080, "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) == 0x00001C, "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) == 0x000018, "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) == 0x000028, "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) == 0x000028, "Wrong size on ULiveLinkBlueprintLibrary"); \ + +#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) == 0x000008, "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) == 0x000038, "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) == 0x000008, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SceneTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, bSuccess) == 0x00001C, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SubjectFrameHandle) == 0x000020, "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) == 0x000028, "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) == 0x000008, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, bSuccess) == 0x00000C, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, SubjectFrameHandle) == 0x000010, "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) == 0x0000C0, "Wrong size on ULiveLinkComponent"); \ +static_assert(offsetof(ULiveLinkComponent, OnLiveLinkUpdated) == 0x0000A0, "Member 'ULiveLinkComponent::OnLiveLinkUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDrivenComponent \ +static_assert(alignof(ULiveLinkDrivenComponent) == 0x000008, "Wrong alignment on ULiveLinkDrivenComponent"); \ +static_assert(sizeof(ULiveLinkDrivenComponent) == 0x0000B8, "Wrong size on ULiveLinkDrivenComponent"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, SubjectName) == 0x0000A0, "Member 'ULiveLinkDrivenComponent::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, ActorTransformBone) == 0x0000A8, "Member 'ULiveLinkDrivenComponent::ActorTransformBone' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bModifyActorTransform) == 0x0000B0, "Member 'ULiveLinkDrivenComponent::bModifyActorTransform' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bSetRelativeLocation) == 0x0000B1, "Member 'ULiveLinkDrivenComponent::bSetRelativeLocation' 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) == 0x0000A8, "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) == 0x000090, "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) == 0x000038, "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) == 0x000020, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::Duration' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, AvailableProviders) == 0x000028, "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) == 0x000080, "Wrong size on ULiveLinkMessageBusFinder"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceFactory \ +static_assert(alignof(ULiveLinkMessageBusSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceFactory"); \ +static_assert(sizeof(ULiveLinkMessageBusSourceFactory) == 0x000028, "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_ApplyToClientLatent \ +static_assert(alignof(LiveLinkPreset_ApplyToClientLatent) == 0x000008, "Wrong alignment on LiveLinkPreset_ApplyToClientLatent"); \ +static_assert(sizeof(LiveLinkPreset_ApplyToClientLatent) == 0x000020, "Wrong size on LiveLinkPreset_ApplyToClientLatent"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClientLatent, WorldContextObject) == 0x000000, "Member 'LiveLinkPreset_ApplyToClientLatent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClientLatent, LatentInfo) == 0x000008, "Member 'LiveLinkPreset_ApplyToClientLatent::LatentInfo' has a wrong offset!"); \ + +#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) == 0x000058, "Wrong size on ULiveLinkPreset"); \ +static_assert(offsetof(ULiveLinkPreset, Sources) == 0x000028, "Member 'ULiveLinkPreset::Sources' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkPreset, Subjects) == 0x000038, "Member 'ULiveLinkPreset::Subjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkUserSettings \ +static_assert(alignof(ULiveLinkUserSettings) == 0x000008, "Wrong alignment on ULiveLinkUserSettings"); \ +static_assert(sizeof(ULiveLinkUserSettings) == 0x000038, "Wrong size on ULiveLinkUserSettings"); \ +static_assert(offsetof(ULiveLinkUserSettings, PresetSaveDir) == 0x000028, "Member 'ULiveLinkUserSettings::PresetSaveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSettings \ +static_assert(alignof(ULiveLinkSettings) == 0x000008, "Wrong alignment on ULiveLinkSettings"); \ +static_assert(sizeof(ULiveLinkSettings) == 0x0000C0, "Wrong size on ULiveLinkSettings"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultRoleSettings) == 0x000028, "Member 'ULiveLinkSettings::DefaultRoleSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, FrameInterpolationProcessor) == 0x000038, "Member 'ULiveLinkSettings::FrameInterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultLiveLinkPreset) == 0x000040, "Member 'ULiveLinkSettings::DefaultLiveLinkPreset' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ClockOffsetCorrectionStep) == 0x000068, "Member 'ULiveLinkSettings::ClockOffsetCorrectionStep' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultMessageBusSourceMode) == 0x00006C, "Member 'ULiveLinkSettings::DefaultMessageBusSourceMode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusPingRequestFrequency) == 0x000070, "Member 'ULiveLinkSettings::MessageBusPingRequestFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatFrequency) == 0x000078, "Member 'ULiveLinkSettings::MessageBusHeartbeatFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatTimeout) == 0x000080, "Member 'ULiveLinkSettings::MessageBusHeartbeatTimeout' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusTimeBeforeRemovingInactiveSource) == 0x000088, "Member 'ULiveLinkSettings::MessageBusTimeBeforeRemovingInactiveSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TimeWithoutFrameToBeConsiderAsInvalid) == 0x000090, "Member 'ULiveLinkSettings::TimeWithoutFrameToBeConsiderAsInvalid' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ValidColor) == 0x000098, "Member 'ULiveLinkSettings::ValidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, InvalidColor) == 0x0000A8, "Member 'ULiveLinkSettings::InvalidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSource) == 0x0000B8, "Member 'ULiveLinkSettings::TextSizeSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSubject) == 0x0000B9, "Member 'ULiveLinkSettings::TextSizeSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimecodeProvider \ +static_assert(alignof(ULiveLinkTimecodeProvider) == 0x000008, "Wrong alignment on ULiveLinkTimecodeProvider"); \ +static_assert(sizeof(ULiveLinkTimecodeProvider) == 0x0000C0, "Wrong size on ULiveLinkTimecodeProvider"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, SubjectKey) == 0x000030, "Member 'ULiveLinkTimecodeProvider::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, Evaluation) == 0x000048, "Member 'ULiveLinkTimecodeProvider::Evaluation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, bOverrideFrameRate) == 0x00004C, "Member 'ULiveLinkTimecodeProvider::bOverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, OverrideFrameRate) == 0x000050, "Member 'ULiveLinkTimecodeProvider::OverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, BufferSize) == 0x000058, "Member 'ULiveLinkTimecodeProvider::BufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimeSynchronizationSource \ +static_assert(alignof(ULiveLinkTimeSynchronizationSource) == 0x000008, "Wrong alignment on ULiveLinkTimeSynchronizationSource"); \ +static_assert(sizeof(ULiveLinkTimeSynchronizationSource) == 0x000080, "Wrong size on ULiveLinkTimeSynchronizationSource"); \ +static_assert(offsetof(ULiveLinkTimeSynchronizationSource, SubjectName) == 0x000030, "Member 'ULiveLinkTimeSynchronizationSource::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubjectSourceSettings \ +static_assert(alignof(ULiveLinkVirtualSubjectSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(sizeof(ULiveLinkVirtualSubjectSourceSettings) == 0x0000B0, "Wrong size on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(offsetof(ULiveLinkVirtualSubjectSourceSettings, SourceName) == 0x0000A8, "Member 'ULiveLinkVirtualSubjectSourceSettings::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000070, "Wrong size on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, FrontAxis) == 0x000028, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::FrontAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, RightAxis) == 0x000029, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::RightAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, UpAxis) == 0x00002A, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetPosition) == 0x00002B, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetOrientation) == 0x00002C, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetOrientation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetPosition) == 0x000030, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetOrientation) == 0x000048, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000070, "Wrong size on ULiveLinkAnimationAxisSwitchPreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRoleToTransform \ +static_assert(alignof(ULiveLinkAnimationRoleToTransform) == 0x000008, "Wrong alignment on ULiveLinkAnimationRoleToTransform"); \ +static_assert(sizeof(ULiveLinkAnimationRoleToTransform) == 0x000040, "Wrong size on ULiveLinkAnimationRoleToTransform"); \ +static_assert(offsetof(ULiveLinkAnimationRoleToTransform, BoneName) == 0x000028, "Member 'ULiveLinkAnimationRoleToTransform::BoneName' 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) == 0x000188, "Wrong size on ULiveLinkBlueprintVirtualSubject"); \ + +#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_ULiveLinkComponentSettings \ +static_assert(alignof(ULiveLinkComponentSettings) == 0x000008, "Wrong alignment on ULiveLinkComponentSettings"); \ +static_assert(sizeof(ULiveLinkComponentSettings) == 0x000078, "Wrong size on ULiveLinkComponentSettings"); \ +static_assert(offsetof(ULiveLinkComponentSettings, DefaultControllerForRole) == 0x000028, "Member 'ULiveLinkComponentSettings::DefaultControllerForRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkControllerBase \ +static_assert(alignof(ULiveLinkControllerBase) == 0x000008, "Wrong alignment on ULiveLinkControllerBase"); \ +static_assert(sizeof(ULiveLinkControllerBase) == 0x000068, "Wrong size on ULiveLinkControllerBase"); \ +static_assert(offsetof(ULiveLinkControllerBase, ComponentPicker) == 0x000028, "Member 'ULiveLinkControllerBase::ComponentPicker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightController \ +static_assert(alignof(ULiveLinkLightController) == 0x000008, "Wrong alignment on ULiveLinkLightController"); \ +static_assert(sizeof(ULiveLinkLightController) == 0x000068, "Wrong size on ULiveLinkLightController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformController \ +static_assert(alignof(ULiveLinkTransformController) == 0x000008, "Wrong alignment on ULiveLinkTransformController"); \ +static_assert(sizeof(ULiveLinkTransformController) == 0x000070, "Wrong size on ULiveLinkTransformController"); \ +static_assert(offsetof(ULiveLinkTransformController, TransformData) == 0x000068, "Member 'ULiveLinkTransformController::TransformData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_SetSubjectRepresentation \ +static_assert(alignof(LiveLinkComponentController_SetSubjectRepresentation) == 0x000008, "Wrong alignment on LiveLinkComponentController_SetSubjectRepresentation"); \ +static_assert(sizeof(LiveLinkComponentController_SetSubjectRepresentation) == 0x000010, "Wrong size on LiveLinkComponentController_SetSubjectRepresentation"); \ +static_assert(offsetof(LiveLinkComponentController_SetSubjectRepresentation, InSubjectRepresentation) == 0x000000, "Member 'LiveLinkComponentController_SetSubjectRepresentation::InSubjectRepresentation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_GetSubjectRepresentation \ +static_assert(alignof(LiveLinkComponentController_GetSubjectRepresentation) == 0x000008, "Wrong alignment on LiveLinkComponentController_GetSubjectRepresentation"); \ +static_assert(sizeof(LiveLinkComponentController_GetSubjectRepresentation) == 0x000010, "Wrong size on LiveLinkComponentController_GetSubjectRepresentation"); \ +static_assert(offsetof(LiveLinkComponentController_GetSubjectRepresentation, ReturnValue) == 0x000000, "Member 'LiveLinkComponentController_GetSubjectRepresentation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponentController \ +static_assert(alignof(ULiveLinkComponentController) == 0x000008, "Wrong alignment on ULiveLinkComponentController"); \ +static_assert(sizeof(ULiveLinkComponentController) == 0x000148, "Wrong size on ULiveLinkComponentController"); \ +static_assert(offsetof(ULiveLinkComponentController, SubjectRepresentation) == 0x0000A0, "Member 'ULiveLinkComponentController::SubjectRepresentation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, ControllerMap) == 0x0000B0, "Member 'ULiveLinkComponentController::ControllerMap' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bUpdateInEditor) == 0x000100, "Member 'ULiveLinkComponentController::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, OnLiveLinkUpdated) == 0x000108, "Member 'ULiveLinkComponentController::OnLiveLinkUpdated' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, OnControllerMapUpdatedDelegate) == 0x000118, "Member 'ULiveLinkComponentController::OnControllerMapUpdatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bDisableEvaluateLiveLinkWhenSpawnable) == 0x000128, "Member 'ULiveLinkComponentController::bDisableEvaluateLiveLinkWhenSpawnable' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bEvaluateLiveLink) == 0x000129, "Member 'ULiveLinkComponentController::bEvaluateLiveLink' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bUpdateInPreviewEditor) == 0x00012A, "Member 'ULiveLinkComponentController::bUpdateInPreviewEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_SplineInstancesInfos \ +static_assert(alignof(FS_SplineInstancesInfos) == 0x000008, "Wrong alignment on FS_SplineInstancesInfos"); \ +static_assert(sizeof(FS_SplineInstancesInfos) == 0x000058, "Wrong size on FS_SplineInstancesInfos"); \ +static_assert(offsetof(FS_SplineInstancesInfos, InstancedStaticMeshComponent_5_4613331948BA011667F3F0AF8A661A7A) == 0x000000, "Member 'FS_SplineInstancesInfos::InstancedStaticMeshComponent_5_4613331948BA011667F3F0AF8A661A7A' has a wrong offset!"); \ +static_assert(offsetof(FS_SplineInstancesInfos, InstanceID_6_5685A4874772BB49198220BE0A185C89) == 0x000008, "Member 'FS_SplineInstancesInfos::InstanceID_6_5685A4874772BB49198220BE0A185C89' has a wrong offset!"); \ +static_assert(offsetof(FS_SplineInstancesInfos, Location_9_7CB8696A4BF30FF666129F9FEE64F13D) == 0x000010, "Member 'FS_SplineInstancesInfos::Location_9_7CB8696A4BF30FF666129F9FEE64F13D' has a wrong offset!"); \ +static_assert(offsetof(FS_SplineInstancesInfos, Speed_11_CC4602B148E8BAD8F077E7810BCF5F78) == 0x000028, "Member 'FS_SplineInstancesInfos::Speed_11_CC4602B148E8BAD8F077E7810BCF5F78' has a wrong offset!"); \ +static_assert(offsetof(FS_SplineInstancesInfos, Rotation_14_8E442FC0471D390670B8289005A234A3) == 0x000040, "Member 'FS_SplineInstancesInfos::Rotation_14_8E442FC0471D390670B8289005A234A3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPropertyData \ +static_assert(alignof(FLiveLinkPropertyData) == 0x000008, "Wrong alignment on FLiveLinkPropertyData"); \ +static_assert(sizeof(FLiveLinkPropertyData) == 0x000058, "Wrong size on FLiveLinkPropertyData"); \ +static_assert(offsetof(FLiveLinkPropertyData, PropertyName) == 0x000000, "Member 'FLiveLinkPropertyData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, FloatChannel) == 0x000008, "Member 'FLiveLinkPropertyData::FloatChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, StringChannel) == 0x000018, "Member 'FLiveLinkPropertyData::StringChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, IntegerChannel) == 0x000028, "Member 'FLiveLinkPropertyData::IntegerChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, BoolChannel) == 0x000038, "Member 'FLiveLinkPropertyData::BoolChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, ByteChannel) == 0x000048, "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) == 0x0000B8, "Wrong size on FMovieSceneLiveLinkSectionTemplate"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubjectPreset) == 0x000038, "Member 'FMovieSceneLiveLinkSectionTemplate::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, ChannelMask) == 0x000070, "Member 'FMovieSceneLiveLinkSectionTemplate::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubSectionsData) == 0x000080, "Member 'FMovieSceneLiveLinkSectionTemplate::SubSectionsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSection \ +static_assert(alignof(UMovieSceneLiveLinkSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSection) == 0x000230, "Wrong size on UMovieSceneLiveLinkSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectPreset) == 0x0000F0, "Member 'UMovieSceneLiveLinkSection::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, ChannelMask) == 0x000128, "Member 'UMovieSceneLiveLinkSection::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubSections) == 0x000138, "Member 'UMovieSceneLiveLinkSection::SubSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectName) == 0x000158, "Member 'UMovieSceneLiveLinkSection::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, TemplateToPush) == 0x000160, "Member 'UMovieSceneLiveLinkSection::TemplateToPush' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, RefSkeleton) == 0x0001F0, "Member 'UMovieSceneLiveLinkSection::RefSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, CurveNames) == 0x000210, "Member 'UMovieSceneLiveLinkSection::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, PropertyFloatChannels) == 0x000220, "Member 'UMovieSceneLiveLinkSection::PropertyFloatChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSection \ +static_assert(alignof(UMovieSceneLiveLinkSubSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSection) == 0x000050, "Wrong size on UMovieSceneLiveLinkSubSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubSectionData) == 0x000028, "Member 'UMovieSceneLiveLinkSubSection::SubSectionData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubjectRole) == 0x000038, "Member 'UMovieSceneLiveLinkSubSection::SubjectRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionAnimation \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionAnimation"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionAnimation"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionBasicRole \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionBasicRole"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionBasicRole"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionProperties \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionProperties) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionProperties"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionProperties) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionProperties"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkTrack \ +static_assert(alignof(UMovieSceneLiveLinkTrack) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkTrack"); \ +static_assert(sizeof(UMovieSceneLiveLinkTrack) == 0x0000D8, "Wrong size on UMovieSceneLiveLinkTrack"); \ +static_assert(offsetof(UMovieSceneLiveLinkTrack, TrackRole) == 0x0000D0, "Member 'UMovieSceneLiveLinkTrack::TrackRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction \ +static_assert(alignof(BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction) == 0x000001, "Wrong alignment on BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction"); \ +static_assert(sizeof(BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction) == 0x000001, "Wrong size on BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction"); \ +static_assert(offsetof(BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction, bIsHandledByGameAction_0) == 0x000000, "Member 'BP_DataAsset_FullscreenNotification_C_IsHandledByGameAction::bIsHandledByGameAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_FullscreenNotification_C_GetDescriptionText \ +static_assert(alignof(BP_DataAsset_FullscreenNotification_C_GetDescriptionText) == 0x000008, "Wrong alignment on BP_DataAsset_FullscreenNotification_C_GetDescriptionText"); \ +static_assert(sizeof(BP_DataAsset_FullscreenNotification_C_GetDescriptionText) == 0x000010, "Wrong size on BP_DataAsset_FullscreenNotification_C_GetDescriptionText"); \ +static_assert(offsetof(BP_DataAsset_FullscreenNotification_C_GetDescriptionText, DescriptionText_0) == 0x000000, "Member 'BP_DataAsset_FullscreenNotification_C_GetDescriptionText::DescriptionText_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_FullscreenNotification_C_GetHeaderText \ +static_assert(alignof(BP_DataAsset_FullscreenNotification_C_GetHeaderText) == 0x000008, "Wrong alignment on BP_DataAsset_FullscreenNotification_C_GetHeaderText"); \ +static_assert(sizeof(BP_DataAsset_FullscreenNotification_C_GetHeaderText) == 0x000010, "Wrong size on BP_DataAsset_FullscreenNotification_C_GetHeaderText"); \ +static_assert(offsetof(BP_DataAsset_FullscreenNotification_C_GetHeaderText, HeaderText_0) == 0x000000, "Member 'BP_DataAsset_FullscreenNotification_C_GetHeaderText::HeaderText_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_FullscreenNotification_C_GetWidgetClass \ +static_assert(alignof(BP_DataAsset_FullscreenNotification_C_GetWidgetClass) == 0x000008, "Wrong alignment on BP_DataAsset_FullscreenNotification_C_GetWidgetClass"); \ +static_assert(sizeof(BP_DataAsset_FullscreenNotification_C_GetWidgetClass) == 0x000008, "Wrong size on BP_DataAsset_FullscreenNotification_C_GetWidgetClass"); \ +static_assert(offsetof(BP_DataAsset_FullscreenNotification_C_GetWidgetClass, WidgetClass_0) == 0x000000, "Member 'BP_DataAsset_FullscreenNotification_C_GetWidgetClass::WidgetClass_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_FullscreenNotification_C \ +static_assert(alignof(UBP_DataAsset_FullscreenNotification_C) == 0x000008, "Wrong alignment on UBP_DataAsset_FullscreenNotification_C"); \ +static_assert(sizeof(UBP_DataAsset_FullscreenNotification_C) == 0x000060, "Wrong size on UBP_DataAsset_FullscreenNotification_C"); \ +static_assert(offsetof(UBP_DataAsset_FullscreenNotification_C, WidgetClass) == 0x000030, "Member 'UBP_DataAsset_FullscreenNotification_C::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_FullscreenNotification_C, HeaderText) == 0x000038, "Member 'UBP_DataAsset_FullscreenNotification_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_FullscreenNotification_C, DescriptionText) == 0x000048, "Member 'UBP_DataAsset_FullscreenNotification_C::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_FullscreenNotification_C, bIsHandledByGameAction) == 0x000058, "Member 'UBP_DataAsset_FullscreenNotification_C::bIsHandledByGameAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSection \ +static_assert(alignof(UMovieSceneTakeSection) == 0x000008, "Wrong alignment on UMovieSceneTakeSection"); \ +static_assert(sizeof(UMovieSceneTakeSection) == 0x000730, "Wrong size on UMovieSceneTakeSection"); \ +static_assert(offsetof(UMovieSceneTakeSection, HoursCurve) == 0x0000F0, "Member 'UMovieSceneTakeSection::HoursCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, MinutesCurve) == 0x0001F8, "Member 'UMovieSceneTakeSection::MinutesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SecondsCurve) == 0x000300, "Member 'UMovieSceneTakeSection::SecondsCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, FramesCurve) == 0x000408, "Member 'UMovieSceneTakeSection::FramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SubFramesCurve) == 0x000510, "Member 'UMovieSceneTakeSection::SubFramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, Slate) == 0x000620, "Member 'UMovieSceneTakeSection::Slate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSettings \ +static_assert(alignof(UMovieSceneTakeSettings) == 0x000008, "Wrong alignment on UMovieSceneTakeSettings"); \ +static_assert(sizeof(UMovieSceneTakeSettings) == 0x000088, "Wrong size on UMovieSceneTakeSettings"); \ +static_assert(offsetof(UMovieSceneTakeSettings, HoursName) == 0x000028, "Member 'UMovieSceneTakeSettings::HoursName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, MinutesName) == 0x000038, "Member 'UMovieSceneTakeSettings::MinutesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SecondsName) == 0x000048, "Member 'UMovieSceneTakeSettings::SecondsName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, FramesName) == 0x000058, "Member 'UMovieSceneTakeSettings::FramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SubFramesName) == 0x000068, "Member 'UMovieSceneTakeSettings::SubFramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SlateName) == 0x000078, "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_FAudioInputDeviceInfo \ +static_assert(alignof(FAudioInputDeviceInfo) == 0x000008, "Wrong alignment on FAudioInputDeviceInfo"); \ +static_assert(sizeof(FAudioInputDeviceInfo) == 0x000030, "Wrong size on FAudioInputDeviceInfo"); \ +static_assert(offsetof(FAudioInputDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioInputDeviceInfo::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioInputDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, InputChannels) == 0x000020, "Member 'FAudioInputDeviceInfo::InputChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, PreferredSampleRate) == 0x000024, "Member 'FAudioInputDeviceInfo::PreferredSampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioCaptureDeviceInfo \ +static_assert(alignof(FAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on FAudioCaptureDeviceInfo"); \ +static_assert(sizeof(FAudioCaptureDeviceInfo) == 0x000010, "Wrong size on FAudioCaptureDeviceInfo"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioCaptureDeviceInfo::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, NumInputChannels) == 0x000008, "Member 'FAudioCaptureDeviceInfo::NumInputChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, SampleRate) == 0x00000C, "Member 'FAudioCaptureDeviceInfo::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_GetAudioCaptureDeviceInfo \ +static_assert(alignof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(sizeof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000014, "Wrong size on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, OutInfo) == 0x000000, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::OutInfo' has a wrong offset!"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, ReturnValue) == 0x000010, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_IsCapturingAudio \ +static_assert(alignof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong alignment on AudioCapture_IsCapturingAudio"); \ +static_assert(sizeof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong size on AudioCapture_IsCapturingAudio"); \ +static_assert(offsetof(AudioCapture_IsCapturingAudio, ReturnValue) == 0x000000, "Member 'AudioCapture_IsCapturingAudio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCapture \ +static_assert(alignof(UAudioCapture) == 0x000008, "Wrong alignment on UAudioCapture"); \ +static_assert(sizeof(UAudioCapture) == 0x0000B0, "Wrong size on UAudioCapture"); \ + +#define DUMPER7_ASSERTS_AudioCaptureFunctionLibrary_CreateAudioCapture \ +static_assert(alignof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong alignment on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(sizeof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong size on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(offsetof(AudioCaptureFunctionLibrary_CreateAudioCapture, ReturnValue) == 0x000000, "Member 'AudioCaptureFunctionLibrary_CreateAudioCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureFunctionLibrary \ +static_assert(alignof(UAudioCaptureFunctionLibrary) == 0x000008, "Wrong alignment on UAudioCaptureFunctionLibrary"); \ +static_assert(sizeof(UAudioCaptureFunctionLibrary) == 0x000028, "Wrong size on UAudioCaptureFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString \ +static_assert(alignof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString) == 0x000008, "Wrong alignment on AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString"); \ +static_assert(sizeof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString) == 0x000040, "Wrong size on AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString, Info) == 0x000000, "Member 'AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString::Info' has a wrong offset!"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString, ReturnValue) == 0x000030, "Member 'AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices \ +static_assert(alignof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices) == 0x000008, "Wrong alignment on AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices"); \ +static_assert(sizeof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices) == 0x000018, "Wrong size on AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices, WorldContextObject) == 0x000000, "Member 'AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices, OnObtainDevicesEvent) == 0x000008, "Member 'AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices::OnObtainDevicesEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureBlueprintLibrary \ +static_assert(alignof(UAudioCaptureBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioCaptureBlueprintLibrary"); \ +static_assert(sizeof(UAudioCaptureBlueprintLibrary) == 0x000028, "Wrong size on UAudioCaptureBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureComponent \ +static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on UAudioCaptureComponent"); \ +static_assert(sizeof(UAudioCaptureComponent) == 0x000950, "Wrong size on UAudioCaptureComponent"); \ +static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x000890, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization \ +static_assert(alignof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization) == 0x000008, "Wrong alignment on WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization"); \ +static_assert(sizeof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization) == 0x000028, "Wrong size on WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, EntryPoint) == 0x000000, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, K2Node_Event_Animation) == 0x000008, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_BattleLoot_Customization_C_ExecuteUbergraph_WBP_BattleLoot_Customization::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Customization_C_LoadCustomization \ +static_assert(alignof(WBP_BattleLoot_Customization_C_LoadCustomization) == 0x000008, "Wrong alignment on WBP_BattleLoot_Customization_C_LoadCustomization"); \ +static_assert(sizeof(WBP_BattleLoot_Customization_C_LoadCustomization) == 0x000130, "Wrong size on WBP_BattleLoot_Customization_C_LoadCustomization"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_LoadCustomization, CustomizationData) == 0x000000, "Member 'WBP_BattleLoot_Customization_C_LoadCustomization::CustomizationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Customization_C_OnAnimationFinished \ +static_assert(alignof(WBP_BattleLoot_Customization_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_BattleLoot_Customization_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_BattleLoot_Customization_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_BattleLoot_Customization_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_BattleLoot_Customization_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Customization_C_PreConstruct \ +static_assert(alignof(WBP_BattleLoot_Customization_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleLoot_Customization_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleLoot_Customization_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleLoot_Customization_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleLoot_Customization_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleLoot_Customization_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleLoot_Customization_C \ +static_assert(alignof(UWBP_BattleLoot_Customization_C) == 0x000008, "Wrong alignment on UWBP_BattleLoot_Customization_C"); \ +static_assert(sizeof(UWBP_BattleLoot_Customization_C) == 0x000348, "Wrong size on UWBP_BattleLoot_Customization_C"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, UberGraphFrame) == 0x000308, "Member 'UWBP_BattleLoot_Customization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, NewWeaponLoop) == 0x000310, "Member 'UWBP_BattleLoot_Customization_C::NewWeaponLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, NewWeaponAppear) == 0x000318, "Member 'UWBP_BattleLoot_Customization_C::NewWeaponAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, CustoName) == 0x000320, "Member 'UWBP_BattleLoot_Customization_C::CustoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, NiagaraSystemWidget_Explosion) == 0x000328, "Member 'UWBP_BattleLoot_Customization_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, WBP_CustomizationIcon) == 0x000330, "Member 'UWBP_BattleLoot_Customization_C::WBP_CustomizationIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Customization_C, Data_Table_Row_Handle) == 0x000338, "Member 'UWBP_BattleLoot_Customization_C::Data_Table_Row_Handle' 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_FHoudiniDataLayer \ +static_assert(alignof(FHoudiniDataLayer) == 0x000008, "Wrong alignment on FHoudiniDataLayer"); \ +static_assert(sizeof(FHoudiniDataLayer) == 0x000018, "Wrong size on FHoudiniDataLayer"); \ +static_assert(offsetof(FHoudiniDataLayer, Name) == 0x000000, "Member 'FHoudiniDataLayer::Name' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniDataLayer, bCreateIfNeeded) == 0x000010, "Member 'FHoudiniDataLayer::bCreateIfNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniHLODLayer \ +static_assert(alignof(FHoudiniHLODLayer) == 0x000008, "Wrong alignment on FHoudiniHLODLayer"); \ +static_assert(sizeof(FHoudiniHLODLayer) == 0x000010, "Wrong size on FHoudiniHLODLayer"); \ +static_assert(offsetof(FHoudiniHLODLayer, Name) == 0x000000, "Member 'FHoudiniHLODLayer::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniLevelInstanceParams \ +static_assert(alignof(FHoudiniLevelInstanceParams) == 0x000008, "Wrong alignment on FHoudiniLevelInstanceParams"); \ +static_assert(sizeof(FHoudiniLevelInstanceParams) == 0x000018, "Wrong size on FHoudiniLevelInstanceParams"); \ +static_assert(offsetof(FHoudiniLevelInstanceParams, Type) == 0x000000, "Member 'FHoudiniLevelInstanceParams::Type' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniLevelInstanceParams, OutputName) == 0x000008, "Member 'FHoudiniLevelInstanceParams::OutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniOutputObject \ +static_assert(alignof(FHoudiniOutputObject) == 0x000008, "Wrong alignment on FHoudiniOutputObject"); \ +static_assert(sizeof(FHoudiniOutputObject) == 0x000168, "Wrong size on FHoudiniOutputObject"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputObject) == 0x000000, "Member 'FHoudiniOutputObject::OutputObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputComponents) == 0x000008, "Member 'FHoudiniOutputObject::OutputComponents' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputActors) == 0x000018, "Member 'FHoudiniOutputObject::OutputActors' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputComponent) == 0x000028, "Member 'FHoudiniOutputObject::OutputComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyObject) == 0x000030, "Member 'FHoudiniOutputObject::ProxyObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyComponent) == 0x000038, "Member 'FHoudiniOutputObject::ProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bProxyIsCurrent) == 0x000040, "Member 'FHoudiniOutputObject::bProxyIsCurrent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsImplicit) == 0x000041, "Member 'FHoudiniOutputObject::bIsImplicit' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsInvisibleCollisionMesh) == 0x000042, "Member 'FHoudiniOutputObject::bIsInvisibleCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsGeometryCollectionPiece) == 0x000043, "Member 'FHoudiniOutputObject::bIsGeometryCollectionPiece' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, GeometryCollectionPieceName) == 0x000048, "Member 'FHoudiniOutputObject::GeometryCollectionPieceName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, BakeName) == 0x000058, "Member 'FHoudiniOutputObject::BakeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CurveOutputProperty) == 0x000068, "Member 'FHoudiniOutputObject::CurveOutputProperty' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedAttributes) == 0x000078, "Member 'FHoudiniOutputObject::CachedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedTokens) == 0x0000C8, "Member 'FHoudiniOutputObject::CachedTokens' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, UserFoliageType) == 0x000118, "Member 'FHoudiniOutputObject::UserFoliageType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, FoliageType) == 0x000120, "Member 'FHoudiniOutputObject::FoliageType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, World) == 0x000128, "Member 'FHoudiniOutputObject::World' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, DataLayers) == 0x000130, "Member 'FHoudiniOutputObject::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, HLODLayers) == 0x000140, "Member 'FHoudiniOutputObject::HLODLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, LevelInstanceParams) == 0x000150, "Member 'FHoudiniOutputObject::LevelInstanceParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniAssetBlueprintOutput \ +static_assert(alignof(FHoudiniAssetBlueprintOutput) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintOutput"); \ +static_assert(sizeof(FHoudiniAssetBlueprintOutput) == 0x000170, "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_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_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_FUserPackageRules \ +static_assert(alignof(FUserPackageRules) == 0x000008, "Wrong alignment on FUserPackageRules"); \ +static_assert(sizeof(FUserPackageRules) == 0x000028, "Wrong size on FUserPackageRules"); \ +static_assert(offsetof(FUserPackageRules, ToolsPackageAsset) == 0x000000, "Member 'FUserPackageRules::ToolsPackageAsset' has a wrong offset!"); \ +static_assert(offsetof(FUserPackageRules, Include) == 0x000008, "Member 'FUserPackageRules::Include' has a wrong offset!"); \ +static_assert(offsetof(FUserPackageRules, Exclude) == 0x000018, "Member 'FUserPackageRules::Exclude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserCategoryRules \ +static_assert(alignof(FUserCategoryRules) == 0x000008, "Wrong alignment on FUserCategoryRules"); \ +static_assert(sizeof(FUserCategoryRules) == 0x000010, "Wrong size on FUserCategoryRules"); \ +static_assert(offsetof(FUserCategoryRules, Packages) == 0x000000, "Member 'FUserCategoryRules::Packages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniGenericAttributeChangedProperty \ +static_assert(alignof(FHoudiniGenericAttributeChangedProperty) == 0x000008, "Wrong alignment on FHoudiniGenericAttributeChangedProperty"); \ +static_assert(sizeof(FHoudiniGenericAttributeChangedProperty) == 0x000098, "Wrong size on FHoudiniGenericAttributeChangedProperty"); \ +static_assert(offsetof(FHoudiniGenericAttributeChangedProperty, Object) == 0x000000, "Member 'FHoudiniGenericAttributeChangedProperty::Object' 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_FHoudiniObjectInfo \ +static_assert(alignof(FHoudiniObjectInfo) == 0x000008, "Wrong alignment on FHoudiniObjectInfo"); \ +static_assert(sizeof(FHoudiniObjectInfo) == 0x000028, "Wrong size on FHoudiniObjectInfo"); \ + +#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_FHoudiniPartInfo \ +static_assert(alignof(FHoudiniPartInfo) == 0x000008, "Wrong alignment on FHoudiniPartInfo"); \ +static_assert(sizeof(FHoudiniPartInfo) == 0x000048, "Wrong size on FHoudiniPartInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniVolumeInfo \ +static_assert(alignof(FHoudiniVolumeInfo) == 0x000010, "Wrong alignment on FHoudiniVolumeInfo"); \ +static_assert(sizeof(FHoudiniVolumeInfo) == 0x0000B0, "Wrong size on FHoudiniVolumeInfo"); \ + +#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_FHoudiniMeshSocket \ +static_assert(alignof(FHoudiniMeshSocket) == 0x000010, "Wrong alignment on FHoudiniMeshSocket"); \ +static_assert(sizeof(FHoudiniMeshSocket) == 0x000090, "Wrong size on FHoudiniMeshSocket"); \ + +#define DUMPER7_ASSERTS_FHoudiniGeoPartObject \ +static_assert(alignof(FHoudiniGeoPartObject) == 0x000010, "Wrong alignment on FHoudiniGeoPartObject"); \ +static_assert(sizeof(FHoudiniGeoPartObject) == 0x0002D0, "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) == 0x0000C0, "Member 'FHoudiniGeoPartObject::NodePath' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, Type) == 0x0000D0, "Member 'FHoudiniGeoPartObject::Type' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, InstancerType) == 0x0000D1, "Member 'FHoudiniGeoPartObject::InstancerType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeName) == 0x0000D8, "Member 'FHoudiniGeoPartObject::VolumeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasEditLayers) == 0x0000E8, "Member 'FHoudiniGeoPartObject::bHasEditLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeLayerName) == 0x0000F0, "Member 'FHoudiniGeoPartObject::VolumeLayerName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeTileIndex) == 0x000100, "Member 'FHoudiniGeoPartObject::VolumeTileIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, InstancerName) == 0x000108, "Member 'FHoudiniGeoPartObject::InstancerName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsVisible) == 0x000118, "Member 'FHoudiniGeoPartObject::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsEditable) == 0x000119, "Member 'FHoudiniGeoPartObject::bIsEditable' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsTemplated) == 0x00011A, "Member 'FHoudiniGeoPartObject::bIsTemplated' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsInstanced) == 0x00011B, "Member 'FHoudiniGeoPartObject::bIsInstanced' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasGeoChanged) == 0x00011C, "Member 'FHoudiniGeoPartObject::bHasGeoChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasPartChanged) == 0x00011D, "Member 'FHoudiniGeoPartObject::bHasPartChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasTransformChanged) == 0x00011E, "Member 'FHoudiniGeoPartObject::bHasTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasMaterialsChanged) == 0x00011F, "Member 'FHoudiniGeoPartObject::bHasMaterialsChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, AllMeshSockets) == 0x0002A0, "Member 'FHoudiniGeoPartObject::AllMeshSockets' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, GenericPropertyAttributes) == 0x0002B0, "Member 'FHoudiniGeoPartObject::GenericPropertyAttributes' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bKeepTags) == 0x0002C0, "Member 'FHoudiniGeoPartObject::bKeepTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniBrushInfo \ +static_assert(alignof(FHoudiniBrushInfo) == 0x000010, "Wrong alignment on FHoudiniBrushInfo"); \ +static_assert(sizeof(FHoudiniBrushInfo) == 0x0000B0, "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) == 0x000070, "Member 'FHoudiniBrushInfo::CachedOrigin' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedExtent) == 0x000088, "Member 'FHoudiniBrushInfo::CachedExtent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedBrushType) == 0x0000A0, "Member 'FHoudiniBrushInfo::CachedBrushType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedSurfaceHash) == 0x0000A8, "Member 'FHoudiniBrushInfo::CachedSurfaceHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniLandscapeSplineControlPointData \ +static_assert(alignof(FHoudiniLandscapeSplineControlPointData) == 0x000008, "Wrong alignment on FHoudiniLandscapeSplineControlPointData"); \ +static_assert(sizeof(FHoudiniLandscapeSplineControlPointData) == 0x000038, "Wrong size on FHoudiniLandscapeSplineControlPointData"); \ +static_assert(offsetof(FHoudiniLandscapeSplineControlPointData, Location) == 0x000000, "Member 'FHoudiniLandscapeSplineControlPointData::Location' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniLandscapeSplineControlPointData, Rotation) == 0x000018, "Member 'FHoudiniLandscapeSplineControlPointData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniLandscapeSplineControlPointData, Width) == 0x000030, "Member 'FHoudiniLandscapeSplineControlPointData::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniLandscapeSplineSegmentData \ +static_assert(alignof(FHoudiniLandscapeSplineSegmentData) == 0x000001, "Wrong alignment on FHoudiniLandscapeSplineSegmentData"); \ +static_assert(sizeof(FHoudiniLandscapeSplineSegmentData) == 0x000001, "Wrong size on FHoudiniLandscapeSplineSegmentData"); \ + +#define DUMPER7_ASSERTS_FHoudiniInputObjectSettings \ +static_assert(alignof(FHoudiniInputObjectSettings) == 0x000004, "Wrong alignment on FHoudiniInputObjectSettings"); \ +static_assert(sizeof(FHoudiniInputObjectSettings) == 0x000020, "Wrong size on FHoudiniInputObjectSettings"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, KeepWorldTransform) == 0x000000, "Member 'FHoudiniInputObjectSettings::KeepWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bImportAsReference) == 0x000001, "Member 'FHoudiniInputObjectSettings::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bImportAsReferenceRotScaleEnabled) == 0x000002, "Member 'FHoudiniInputObjectSettings::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bImportAsReferenceBboxEnabled) == 0x000003, "Member 'FHoudiniInputObjectSettings::bImportAsReferenceBboxEnabled' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bImportAsReferenceMaterialEnabled) == 0x000004, "Member 'FHoudiniInputObjectSettings::bImportAsReferenceMaterialEnabled' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportLODs) == 0x000005, "Member 'FHoudiniInputObjectSettings::bExportLODs' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportSockets) == 0x000006, "Member 'FHoudiniInputObjectSettings::bExportSockets' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bPreferNaniteFallbackMesh) == 0x000007, "Member 'FHoudiniInputObjectSettings::bPreferNaniteFallbackMesh' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportColliders) == 0x000008, "Member 'FHoudiniInputObjectSettings::bExportColliders' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportMaterialParameters) == 0x000009, "Member 'FHoudiniInputObjectSettings::bExportMaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bAddRotAndScaleAttributesOnCurves) == 0x00000A, "Member 'FHoudiniInputObjectSettings::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bUseLegacyInputCurves) == 0x00000B, "Member 'FHoudiniInputObjectSettings::bUseLegacyInputCurves' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, UnrealSplineResolution) == 0x00000C, "Member 'FHoudiniInputObjectSettings::UnrealSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, LandscapeExportType) == 0x000010, "Member 'FHoudiniInputObjectSettings::LandscapeExportType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeExportSelectionOnly) == 0x000011, "Member 'FHoudiniInputObjectSettings::bLandscapeExportSelectionOnly' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeAutoSelectComponent) == 0x000012, "Member 'FHoudiniInputObjectSettings::bLandscapeAutoSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeExportMaterials) == 0x000013, "Member 'FHoudiniInputObjectSettings::bLandscapeExportMaterials' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeExportLighting) == 0x000014, "Member 'FHoudiniInputObjectSettings::bLandscapeExportLighting' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeExportNormalizedUVs) == 0x000015, "Member 'FHoudiniInputObjectSettings::bLandscapeExportNormalizedUVs' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeExportTileUVs) == 0x000016, "Member 'FHoudiniInputObjectSettings::bLandscapeExportTileUVs' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeAutoSelectSplines) == 0x000017, "Member 'FHoudiniInputObjectSettings::bLandscapeAutoSelectSplines' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeSplinesExportControlPoints) == 0x000018, "Member 'FHoudiniInputObjectSettings::bLandscapeSplinesExportControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeSplinesExportLeftRightCurves) == 0x000019, "Member 'FHoudiniInputObjectSettings::bLandscapeSplinesExportLeftRightCurves' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bLandscapeSplinesExportSplineMeshComponents) == 0x00001A, "Member 'FHoudiniInputObjectSettings::bLandscapeSplinesExportSplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bMergeSplineMeshComponents) == 0x00001B, "Member 'FHoudiniInputObjectSettings::bMergeSplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportHeightDataPerEditLayer) == 0x00001C, "Member 'FHoudiniInputObjectSettings::bExportHeightDataPerEditLayer' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportPaintLayersPerEditLayer) == 0x00001D, "Member 'FHoudiniInputObjectSettings::bExportPaintLayersPerEditLayer' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportMergedPaintLayers) == 0x00001E, "Member 'FHoudiniInputObjectSettings::bExportMergedPaintLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInputObjectSettings, bExportLevelInstanceContent) == 0x00001F, "Member 'FHoudiniInputObjectSettings::bExportLevelInstanceContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniExtents \ +static_assert(alignof(FHoudiniExtents) == 0x000004, "Wrong alignment on FHoudiniExtents"); \ +static_assert(sizeof(FHoudiniExtents) == 0x000010, "Wrong size on FHoudiniExtents"); \ +static_assert(offsetof(FHoudiniExtents, min_0) == 0x000000, "Member 'FHoudiniExtents::min_0' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniExtents, max_0) == 0x000008, "Member 'FHoudiniExtents::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniClearedTargetLayer \ +static_assert(alignof(FHoudiniClearedTargetLayer) == 0x000008, "Wrong alignment on FHoudiniClearedTargetLayer"); \ +static_assert(sizeof(FHoudiniClearedTargetLayer) == 0x000050, "Wrong size on FHoudiniClearedTargetLayer"); \ +static_assert(offsetof(FHoudiniClearedTargetLayer, TargetLayers) == 0x000000, "Member 'FHoudiniClearedTargetLayer::TargetLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniClearedEditLayers \ +static_assert(alignof(FHoudiniClearedEditLayers) == 0x000008, "Wrong alignment on FHoudiniClearedEditLayers"); \ +static_assert(sizeof(FHoudiniClearedEditLayers) == 0x000050, "Wrong size on FHoudiniClearedEditLayers"); \ +static_assert(offsetof(FHoudiniClearedEditLayers, EditLayers) == 0x000000, "Member 'FHoudiniClearedEditLayers::EditLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniMaterialIdentifier \ +static_assert(alignof(FHoudiniMaterialIdentifier) == 0x000008, "Wrong alignment on FHoudiniMaterialIdentifier"); \ +static_assert(sizeof(FHoudiniMaterialIdentifier) == 0x000030, "Wrong size on FHoudiniMaterialIdentifier"); \ +static_assert(offsetof(FHoudiniMaterialIdentifier, MaterialObjectPath) == 0x000008, "Member 'FHoudiniMaterialIdentifier::MaterialObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniMaterialIdentifier, bIsHoudiniMaterial) == 0x000018, "Member 'FHoudiniMaterialIdentifier::bIsHoudiniMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniMaterialIdentifier, bMakeMaterialInstance) == 0x000019, "Member 'FHoudiniMaterialIdentifier::bMakeMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniMaterialIdentifier, MaterialInstanceParametersSlug) == 0x000020, "Member 'FHoudiniMaterialIdentifier::MaterialInstanceParametersSlug' 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_FHoudiniInstancedOutput \ +static_assert(alignof(FHoudiniInstancedOutput) == 0x000008, "Wrong alignment on FHoudiniInstancedOutput"); \ +static_assert(sizeof(FHoudiniInstancedOutput) == 0x000088, "Wrong size on FHoudiniInstancedOutput"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalObject) == 0x000000, "Member 'FHoudiniInstancedOutput::OriginalObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalObjectIndex) == 0x000028, "Member 'FHoudiniInstancedOutput::OriginalObjectIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalTransforms) == 0x000030, "Member 'FHoudiniInstancedOutput::OriginalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, VariationObjects) == 0x000040, "Member 'FHoudiniInstancedOutput::VariationObjects' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, VariationTransformOffsets) == 0x000050, "Member 'FHoudiniInstancedOutput::VariationTransformOffsets' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, TransformVariationIndices) == 0x000060, "Member 'FHoudiniInstancedOutput::TransformVariationIndices' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalInstanceIndices) == 0x000070, "Member 'FHoudiniInstancedOutput::OriginalInstanceIndices' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, bChanged) == 0x000080, "Member 'FHoudiniInstancedOutput::bChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, bStale) == 0x000081, "Member 'FHoudiniInstancedOutput::bStale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniBakedOutputObject \ +static_assert(alignof(FHoudiniBakedOutputObject) == 0x000008, "Wrong alignment on FHoudiniBakedOutputObject"); \ +static_assert(sizeof(FHoudiniBakedOutputObject) == 0x000100, "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) == 0x000028, "Member 'FHoudiniBakedOutputObject::BakedObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, BakedComponent) == 0x000038, "Member 'FHoudiniBakedOutputObject::BakedComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, InstancedActors) == 0x000048, "Member 'FHoudiniBakedOutputObject::InstancedActors' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, InstancedComponents) == 0x000058, "Member 'FHoudiniBakedOutputObject::InstancedComponents' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, LandscapeLayers) == 0x000068, "Member 'FHoudiniBakedOutputObject::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, FoliageInstancePositions) == 0x0000B8, "Member 'FHoudiniBakedOutputObject::FoliageInstancePositions' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, FoliageType) == 0x0000C8, "Member 'FHoudiniBakedOutputObject::FoliageType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, LevelInstanceActors) == 0x0000D0, "Member 'FHoudiniBakedOutputObject::LevelInstanceActors' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, Landscape) == 0x0000E0, "Member 'FHoudiniBakedOutputObject::Landscape' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, BakedSkeleton) == 0x0000F0, "Member 'FHoudiniBakedOutputObject::BakedSkeleton' 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_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_FWorkItemTallyBase \ +static_assert(alignof(FWorkItemTallyBase) == 0x000008, "Wrong alignment on FWorkItemTallyBase"); \ +static_assert(sizeof(FWorkItemTallyBase) == 0x000008, "Wrong size on FWorkItemTallyBase"); \ + +#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_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_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_FHoudiniStaticMeshGenerationProperties \ +static_assert(alignof(FHoudiniStaticMeshGenerationProperties) == 0x000008, "Wrong alignment on FHoudiniStaticMeshGenerationProperties"); \ +static_assert(sizeof(FHoudiniStaticMeshGenerationProperties) == 0x0001E8, "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) == 0x0001A8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedCollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapResolution) == 0x0001AC, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedWalkableSlopeOverride) == 0x0001B0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapCoordinateIndex) == 0x0001C0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedStreamingDistanceMultiplier) == 0x0001C8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedFoliageDefaultSettings) == 0x0001D0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedAssetUserData) == 0x0001D8, "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_FHImageData \ +static_assert(alignof(FHImageData) == 0x000008, "Wrong alignment on FHImageData"); \ +static_assert(sizeof(FHImageData) == 0x000030, "Wrong size on FHImageData"); \ +static_assert(offsetof(FHImageData, SizeX) == 0x000000, "Member 'FHImageData::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, SizeY) == 0x000004, "Member 'FHImageData::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, NumSlices) == 0x000008, "Member 'FHImageData::NumSlices' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, Format) == 0x00000C, "Member 'FHImageData::Format' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, GammaSpace) == 0x00000D, "Member 'FHImageData::GammaSpace' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, RawData) == 0x000010, "Member 'FHImageData::RawData' has a wrong offset!"); \ +static_assert(offsetof(FHImageData, RawDataMD5) == 0x000020, "Member 'FHImageData::RawDataMD5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCategoryRules \ +static_assert(alignof(FCategoryRules) == 0x000008, "Wrong alignment on FCategoryRules"); \ +static_assert(sizeof(FCategoryRules) == 0x000020, "Wrong size on FCategoryRules"); \ +static_assert(offsetof(FCategoryRules, Include) == 0x000000, "Member 'FCategoryRules::Include' has a wrong offset!"); \ +static_assert(offsetof(FCategoryRules, Exclude) == 0x000010, "Member 'FCategoryRules::Exclude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAsset \ +static_assert(alignof(UHoudiniAsset) == 0x000008, "Wrong alignment on UHoudiniAsset"); \ +static_assert(sizeof(UHoudiniAsset) == 0x000050, "Wrong size on UHoudiniAsset"); \ +static_assert(offsetof(UHoudiniAsset, AssetFileName) == 0x000028, "Member 'UHoudiniAsset::AssetFileName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, AssetBytes) == 0x000038, "Member 'UHoudiniAsset::AssetBytes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, AssetBytesCount) == 0x000048, "Member 'UHoudiniAsset::AssetBytesCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetLimitedCommercial) == 0x00004C, "Member 'UHoudiniAsset::bAssetLimitedCommercial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetNonCommercial) == 0x00004D, "Member 'UHoudiniAsset::bAssetNonCommercial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetExpanded) == 0x00004E, "Member 'UHoudiniAsset::bAssetExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHoudiniAssetActor \ +static_assert(alignof(AHoudiniAssetActor) == 0x000008, "Wrong alignment on AHoudiniAssetActor"); \ +static_assert(sizeof(AHoudiniAssetActor) == 0x000298, "Wrong size on AHoudiniAssetActor"); \ +static_assert(offsetof(AHoudiniAssetActor, HoudiniAssetComponent) == 0x000290, "Member 'AHoudiniAssetActor::HoudiniAssetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponent \ +static_assert(alignof(UHoudiniAssetComponent) == 0x000010, "Wrong alignment on UHoudiniAssetComponent"); \ +static_assert(sizeof(UHoudiniAssetComponent) == 0x000A70, "Wrong size on UHoudiniAssetComponent"); \ +static_assert(offsetof(UHoudiniAssetComponent, HoudiniAsset) == 0x000520, "Member 'UHoudiniAssetComponent::HoudiniAsset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnParameterChange) == 0x000528, "Member 'UHoudiniAssetComponent::bCookOnParameterChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUploadTransformsToHoudiniEngine) == 0x000529, "Member 'UHoudiniAssetComponent::bUploadTransformsToHoudiniEngine' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnTransformChange) == 0x00052A, "Member 'UHoudiniAssetComponent::bCookOnTransformChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnAssetInputCook) == 0x00052B, "Member 'UHoudiniAssetComponent::bCookOnAssetInputCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputless) == 0x00052C, "Member 'UHoudiniAssetComponent::bOutputless' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputTemplateGeos) == 0x00052D, "Member 'UHoudiniAssetComponent::bOutputTemplateGeos' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUseOutputNodes) == 0x00052E, "Member 'UHoudiniAssetComponent::bUseOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, TemporaryCookFolder) == 0x000530, "Member 'UHoudiniAssetComponent::TemporaryCookFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakeFolder) == 0x000540, "Member 'UHoudiniAssetComponent::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUseDeprecatedRawMeshSupport) == 0x000550, "Member 'UHoudiniAssetComponent::bUseDeprecatedRawMeshSupport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bSplitMeshSupport) == 0x000551, "Member 'UHoudiniAssetComponent::bSplitMeshSupport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshGenerationProperties) == 0x000558, "Member 'UHoudiniAssetComponent::StaticMeshGenerationProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshBuildSettings) == 0x000740, "Member 'UHoudiniAssetComponent::StaticMeshBuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOverrideGlobalProxyStaticMeshSettings) == 0x000788, "Member 'UHoudiniAssetComponent::bOverrideGlobalProxyStaticMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshOverride) == 0x000789, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementByTimerOverride) == 0x00078A, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementByTimerOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ProxyMeshAutoRefineTimeoutSecondsOverride) == 0x00078C, "Member 'UHoudiniAssetComponent::ProxyMeshAutoRefineTimeoutSecondsOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride) == 0x000790, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride) == 0x000791, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetId) == 0x000794, "Member 'UHoudiniAssetComponent::AssetId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, NodeIdsToCook) == 0x000798, "Member 'UHoudiniAssetComponent::NodeIdsToCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, OutputNodeCookCounts) == 0x0007A8, "Member 'UHoudiniAssetComponent::OutputNodeCookCounts' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DownstreamHoudiniAssets) == 0x0007F8, "Member 'UHoudiniAssetComponent::DownstreamHoudiniAssets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ComponentGUID) == 0x000848, "Member 'UHoudiniAssetComponent::ComponentGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiGUID) == 0x000858, "Member 'UHoudiniAssetComponent::HapiGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiAssetName) == 0x000868, "Member 'UHoudiniAssetComponent::HapiAssetName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetState) == 0x000878, "Member 'UHoudiniAssetComponent::AssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DebugLastAssetState) == 0x000879, "Member 'UHoudiniAssetComponent::DebugLastAssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetStateResult) == 0x00087A, "Member 'UHoudiniAssetComponent::AssetStateResult' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, LastComponentTransform) == 0x000880, "Member 'UHoudiniAssetComponent::LastComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, SubAssetIndex) == 0x0008E0, "Member 'UHoudiniAssetComponent::SubAssetIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetCookCount) == 0x0008E4, "Member 'UHoudiniAssetComponent::AssetCookCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenLoaded) == 0x0008E8, "Member 'UHoudiniAssetComponent::bHasBeenLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenDuplicated) == 0x0008E9, "Member 'UHoudiniAssetComponent::bHasBeenDuplicated' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bPendingDelete) == 0x0008EA, "Member 'UHoudiniAssetComponent::bPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRecookRequested) == 0x0008EB, "Member 'UHoudiniAssetComponent::bRecookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRebuildRequested) == 0x0008EC, "Member 'UHoudiniAssetComponent::bRebuildRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableCooking) == 0x0008ED, "Member 'UHoudiniAssetComponent::bEnableCooking' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bForceNeedUpdate) == 0x0008EE, "Member 'UHoudiniAssetComponent::bForceNeedUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bLastCookSuccess) == 0x0008EF, "Member 'UHoudiniAssetComponent::bLastCookSuccess' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bParameterDefinitionUpdateNeeded) == 0x0008F0, "Member 'UHoudiniAssetComponent::bParameterDefinitionUpdateNeeded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintStructureModified) == 0x0008F1, "Member 'UHoudiniAssetComponent::bBlueprintStructureModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintModified) == 0x0008F2, "Member 'UHoudiniAssetComponent::bBlueprintModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Parameters) == 0x0008F8, "Member 'UHoudiniAssetComponent::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Inputs) == 0x000908, "Member 'UHoudiniAssetComponent::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Outputs) == 0x000918, "Member 'UHoudiniAssetComponent::Outputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakedOutputs) == 0x000928, "Member 'UHoudiniAssetComponent::BakedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, UntrackedOutputs) == 0x000938, "Member 'UHoudiniAssetComponent::UntrackedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HandleComponents) == 0x000948, "Member 'UHoudiniAssetComponent::HandleComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasComponentTransformChanged) == 0x000958, "Member 'UHoudiniAssetComponent::bHasComponentTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bFullyLoaded) == 0x000959, "Member 'UHoudiniAssetComponent::bFullyLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, PDGAssetLink) == 0x000960, "Member 'UHoudiniAssetComponent::PDGAssetLink' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, RefineMeshesTimer) == 0x000968, "Member 'UHoudiniAssetComponent::RefineMeshesTimer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bNoProxyMeshNextCookRequested) == 0x000988, "Member 'UHoudiniAssetComponent::bNoProxyMeshNextCookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBakeAfterNextCook) == 0x000989, "Member 'UHoudiniAssetComponent::bBakeAfterNextCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakeAfterNextCook) == 0x00098A, "Member 'UHoudiniAssetComponent::BakeAfterNextCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCachedIsPreview) == 0x000A38, "Member 'UHoudiniAssetComponent::bCachedIsPreview' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, LastTickTime) == 0x000A40, "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) == 0x000B70, "Wrong size on UHoudiniAssetBlueprintComponent"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, FauxBPProperty) == 0x000AB8, "Member 'UHoudiniAssetBlueprintComponent::FauxBPProperty' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHoudiniAssetChanged) == 0x000AB9, "Member 'UHoudiniAssetBlueprintComponent::bHoudiniAssetChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bUpdatedFromTemplate) == 0x000ABA, "Member 'UHoudiniAssetBlueprintComponent::bUpdatedFromTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bIsInBlueprintEditor) == 0x000ABB, "Member 'UHoudiniAssetBlueprintComponent::bIsInBlueprintEditor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bCanDeleteHoudiniNodes) == 0x000ABC, "Member 'UHoudiniAssetBlueprintComponent::bCanDeleteHoudiniNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHasRegisteredComponentTemplate) == 0x000ABD, "Member 'UHoudiniAssetBlueprintComponent::bHasRegisteredComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedOutputNodes) == 0x000AC8, "Member 'UHoudiniAssetBlueprintComponent::CachedOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedInputNodes) == 0x000B18, "Member 'UHoudiniAssetBlueprintComponent::CachedInputNodes' has a wrong offset!"); \ + +#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_UHoudiniEngineEditorSettings \ +static_assert(alignof(UHoudiniEngineEditorSettings) == 0x000008, "Wrong alignment on UHoudiniEngineEditorSettings"); \ +static_assert(sizeof(UHoudiniEngineEditorSettings) == 0x000038, "Wrong size on UHoudiniEngineEditorSettings"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleParameter \ +static_assert(alignof(UHoudiniHandleParameter) == 0x000008, "Wrong alignment on UHoudiniHandleParameter"); \ +static_assert(sizeof(UHoudiniHandleParameter) == 0x000038, "Wrong size on UHoudiniHandleParameter"); \ +static_assert(offsetof(UHoudiniHandleParameter, AssetParameter) == 0x000028, "Member 'UHoudiniHandleParameter::AssetParameter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleParameter, TupleIndex) == 0x000030, "Member 'UHoudiniHandleParameter::TupleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleComponent \ +static_assert(alignof(UHoudiniHandleComponent) == 0x000010, "Wrong alignment on UHoudiniHandleComponent"); \ +static_assert(sizeof(UHoudiniHandleComponent) == 0x000270, "Wrong size on UHoudiniHandleComponent"); \ +static_assert(offsetof(UHoudiniHandleComponent, XformParms) == 0x000230, "Member 'UHoudiniHandleComponent::XformParms' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RSTParm) == 0x000240, "Member 'UHoudiniHandleComponent::RSTParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RotOrderParm) == 0x000248, "Member 'UHoudiniHandleComponent::RotOrderParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleType) == 0x000250, "Member 'UHoudiniHandleComponent::HandleType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleName) == 0x000258, "Member 'UHoudiniHandleComponent::HandleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInput \ +static_assert(alignof(UHoudiniInput) == 0x000008, "Wrong alignment on UHoudiniInput"); \ +static_assert(sizeof(UHoudiniInput) == 0x000270, "Wrong size on UHoudiniInput"); \ +static_assert(offsetof(UHoudiniInput, Name_0) == 0x000028, "Member 'UHoudiniInput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Label) == 0x000038, "Member 'UHoudiniInput::Label' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Type) == 0x000048, "Member 'UHoudiniInput::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, PreviousType) == 0x000049, "Member 'UHoudiniInput::PreviousType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, AssetNodeId) == 0x00004C, "Member 'UHoudiniInput::AssetNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputNodeId) == 0x000050, "Member 'UHoudiniInput::InputNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputIndex) == 0x000054, "Member 'UHoudiniInput::InputIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, ParmId) == 0x000058, "Member 'UHoudiniInput::ParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bIsObjectPathParameter) == 0x00005C, "Member 'UHoudiniInput::bIsObjectPathParameter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CreatedDataNodeIds) == 0x000060, "Member 'UHoudiniInput::CreatedDataNodeIds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bHasChanged) == 0x000070, "Member 'UHoudiniInput::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bNeedsToTriggerUpdate) == 0x000071, "Member 'UHoudiniInput::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CachedBounds) == 0x000078, "Member 'UHoudiniInput::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Help) == 0x0000B0, "Member 'UHoudiniInput::Help' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, KeepWorldTransform) == 0x0000C0, "Member 'UHoudiniInput::KeepWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bPackBeforeMerge) == 0x0000C1, "Member 'UHoudiniInput::bPackBeforeMerge' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReference) == 0x0000C2, "Member 'UHoudiniInput::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReferenceRotScaleEnabled) == 0x0000C3, "Member 'UHoudiniInput::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReferenceBboxEnabled) == 0x0000C4, "Member 'UHoudiniInput::bImportAsReferenceBboxEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReferenceMaterialEnabled) == 0x0000C5, "Member 'UHoudiniInput::bImportAsReferenceMaterialEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportLODs) == 0x0000C6, "Member 'UHoudiniInput::bExportLODs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportSockets) == 0x0000C7, "Member 'UHoudiniInput::bExportSockets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bPreferNaniteFallbackMesh) == 0x0000C8, "Member 'UHoudiniInput::bPreferNaniteFallbackMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportColliders) == 0x0000C9, "Member 'UHoudiniInput::bExportColliders' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportMaterialParameters) == 0x0000CA, "Member 'UHoudiniInput::bExportMaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bDirectlyConnectHdas) == 0x0000CB, "Member 'UHoudiniInput::bDirectlyConnectHdas' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportOptionsMenuExpanded) == 0x0000CC, "Member 'UHoudiniInput::bExportOptionsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bGeometryInputsMenuExpanded) == 0x0000CD, "Member 'UHoudiniInput::bGeometryInputsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeOptionsMenuExpanded) == 0x0000CE, "Member 'UHoudiniInput::bLandscapeOptionsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bWorldInputsMenuExpanded) == 0x0000CF, "Member 'UHoudiniInput::bWorldInputsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCurveInputsMenuExpanded) == 0x0000D0, "Member 'UHoudiniInput::bCurveInputsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCurvePointSelectionMenuExpanded) == 0x0000D1, "Member 'UHoudiniInput::bCurvePointSelectionMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCurvePointSelectionUseAbsLocation) == 0x0000D2, "Member 'UHoudiniInput::bCurvePointSelectionUseAbsLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCurvePointSelectionUseAbsRotation) == 0x0000D3, "Member 'UHoudiniInput::bCurvePointSelectionUseAbsRotation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCookOnCurveChanged) == 0x0000D4, "Member 'UHoudiniInput::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, GeometryInputObjects) == 0x0000D8, "Member 'UHoudiniInput::GeometryInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bStaticMeshChanged) == 0x0000E8, "Member 'UHoudiniInput::bStaticMeshChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, AssetInputObjects) == 0x0000F0, "Member 'UHoudiniInput::AssetInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bInputAssetConnectedInHoudini) == 0x000100, "Member 'UHoudiniInput::bInputAssetConnectedInHoudini' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CurveInputObjects) == 0x000108, "Member 'UHoudiniInput::CurveInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, DefaultCurveOffset) == 0x000118, "Member 'UHoudiniInput::DefaultCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bAddRotAndScaleAttributesOnCurves) == 0x00011C, "Member 'UHoudiniInput::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bUseLegacyInputCurves) == 0x00011D, "Member 'UHoudiniInput::bUseLegacyInputCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeInputObjects) == 0x000120, "Member 'UHoudiniInput::LandscapeInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeHasExportTypeChanged) == 0x000130, "Member 'UHoudiniInput::bLandscapeHasExportTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputObjects) == 0x000138, "Member 'UHoudiniInput::WorldInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputBoundSelectorObjects) == 0x000148, "Member 'UHoudiniInput::WorldInputBoundSelectorObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bIsWorldInputBoundSelector) == 0x000158, "Member 'UHoudiniInput::bIsWorldInputBoundSelector' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bWorldInputBoundSelectorAutoUpdate) == 0x000159, "Member 'UHoudiniInput::bWorldInputBoundSelectorAutoUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, UnrealSplineResolution) == 0x00015C, "Member 'UHoudiniInput::UnrealSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, SkeletalInputObjects) == 0x000160, "Member 'UHoudiniInput::SkeletalInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, GeometryCollectionInputObjects) == 0x000170, "Member 'UHoudiniInput::GeometryCollectionInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeSelectedComponents) == 0x000180, "Member 'UHoudiniInput::LandscapeSelectedComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputNodesPendingDelete) == 0x0001D0, "Member 'UHoudiniInput::InputNodesPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastInsertedInputs) == 0x000220, "Member 'UHoudiniInput::LastInsertedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastUndoDeletedInputs) == 0x000230, "Member 'UHoudiniInput::LastUndoDeletedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bUpdateInputLandscape) == 0x000240, "Member 'UHoudiniInput::bUpdateInputLandscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeExportType) == 0x000241, "Member 'UHoudiniInput::LandscapeExportType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportSelectionOnly) == 0x000242, "Member 'UHoudiniInput::bLandscapeExportSelectionOnly' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeControlVisiblity) == 0x000243, "Member 'UHoudiniInput::bLandscapeControlVisiblity' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeAutoSelectComponent) == 0x000244, "Member 'UHoudiniInput::bLandscapeAutoSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportMaterials) == 0x000245, "Member 'UHoudiniInput::bLandscapeExportMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportLighting) == 0x000246, "Member 'UHoudiniInput::bLandscapeExportLighting' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportNormalizedUVs) == 0x000247, "Member 'UHoudiniInput::bLandscapeExportNormalizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportTileUVs) == 0x000248, "Member 'UHoudiniInput::bLandscapeExportTileUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCanDeleteHoudiniNodes) == 0x000249, "Member 'UHoudiniInput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeAutoSelectSplines) == 0x00024A, "Member 'UHoudiniInput::bLandscapeAutoSelectSplines' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeSplinesExportOptionsMenuExpanded) == 0x00024B, "Member 'UHoudiniInput::bLandscapeSplinesExportOptionsMenuExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeSplinesExportControlPoints) == 0x00024C, "Member 'UHoudiniInput::bLandscapeSplinesExportControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeSplinesExportLeftRightCurves) == 0x00024D, "Member 'UHoudiniInput::bLandscapeSplinesExportLeftRightCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeSplinesExportSplineMeshComponents) == 0x00024E, "Member 'UHoudiniInput::bLandscapeSplinesExportSplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bMergeSplineMeshComponents) == 0x00024F, "Member 'UHoudiniInput::bMergeSplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputSettings) == 0x000250, "Member 'UHoudiniInput::InputSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputObject \ +static_assert(alignof(UHoudiniInputObject) == 0x000010, "Wrong alignment on UHoudiniInputObject"); \ +static_assert(sizeof(UHoudiniInputObject) == 0x000220, "Wrong size on UHoudiniInputObject"); \ +static_assert(offsetof(UHoudiniInputObject, InputObject) == 0x000028, "Member 'UHoudiniInputObject::InputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Type) == 0x000050, "Member 'UHoudiniInputObject::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Guid) == 0x000054, "Member 'UHoudiniInputObject::Guid' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bHasChanged) == 0x000160, "Member 'UHoudiniInputObject::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bNeedsToTriggerUpdate) == 0x000161, "Member 'UHoudiniInputObject::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bTransformChanged) == 0x000162, "Member 'UHoudiniInputObject::bTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, MaterialReferences) == 0x000168, "Member 'UHoudiniInputObject::MaterialReferences' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, CachedInputSettings) == 0x000178, "Member 'UHoudiniInputObject::CachedInputSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bCanDeleteHoudiniNodes) == 0x000198, "Member 'UHoudiniInputObject::bCanDeleteHoudiniNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bInputNodeHandleOverridesNodeIds) == 0x000199, "Member 'UHoudiniInputObject::bInputNodeHandleOverridesNodeIds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Transform) == 0x0001A0, "Member 'UHoudiniInputObject::Transform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, UserInputRotator) == 0x000200, "Member 'UHoudiniInputObject::UserInputRotator' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputNodeId) == 0x000218, "Member 'UHoudiniInputObject::InputNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputObjectNodeId) == 0x00021C, "Member 'UHoudiniInputObject::InputObjectNodeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputStaticMesh \ +static_assert(alignof(UHoudiniInputStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputStaticMesh"); \ +static_assert(sizeof(UHoudiniInputStaticMesh) == 0x000220, "Wrong size on UHoudiniInputStaticMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSkeletalMesh \ +static_assert(alignof(UHoudiniInputSkeletalMesh) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMesh"); \ +static_assert(sizeof(UHoudiniInputSkeletalMesh) == 0x000220, "Wrong size on UHoudiniInputSkeletalMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputAnimation \ +static_assert(alignof(UHoudiniInputAnimation) == 0x000010, "Wrong alignment on UHoudiniInputAnimation"); \ +static_assert(sizeof(UHoudiniInputAnimation) == 0x000220, "Wrong size on UHoudiniInputAnimation"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputGeometryCollection \ +static_assert(alignof(UHoudiniInputGeometryCollection) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollection"); \ +static_assert(sizeof(UHoudiniInputGeometryCollection) == 0x000220, "Wrong size on UHoudiniInputGeometryCollection"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSceneComponent \ +static_assert(alignof(UHoudiniInputSceneComponent) == 0x000010, "Wrong alignment on UHoudiniInputSceneComponent"); \ +static_assert(sizeof(UHoudiniInputSceneComponent) == 0x000290, "Wrong size on UHoudiniInputSceneComponent"); \ +static_assert(offsetof(UHoudiniInputSceneComponent, ActorTransform) == 0x000220, "Member 'UHoudiniInputSceneComponent::ActorTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSceneComponent, ParentInputActor) == 0x000280, "Member 'UHoudiniInputSceneComponent::ParentInputActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputMeshComponent \ +static_assert(alignof(UHoudiniInputMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputMeshComponent"); \ +static_assert(sizeof(UHoudiniInputMeshComponent) == 0x0002B0, "Wrong size on UHoudiniInputMeshComponent"); \ +static_assert(offsetof(UHoudiniInputMeshComponent, StaticMesh) == 0x000288, "Member 'UHoudiniInputMeshComponent::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputInstancedMeshComponent \ +static_assert(alignof(UHoudiniInputInstancedMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputInstancedMeshComponent"); \ +static_assert(sizeof(UHoudiniInputInstancedMeshComponent) == 0x0002C0, "Wrong size on UHoudiniInputInstancedMeshComponent"); \ +static_assert(offsetof(UHoudiniInputInstancedMeshComponent, InstanceTransforms) == 0x0002B0, "Member 'UHoudiniInputInstancedMeshComponent::InstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSplineComponent \ +static_assert(alignof(UHoudiniInputSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputSplineComponent"); \ +static_assert(sizeof(UHoudiniInputSplineComponent) == 0x0002B0, "Wrong size on UHoudiniInputSplineComponent"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, NumberOfSplineControlPoints) == 0x000288, "Member 'UHoudiniInputSplineComponent::NumberOfSplineControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineLength) == 0x00028C, "Member 'UHoudiniInputSplineComponent::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineResolution) == 0x000290, "Member 'UHoudiniInputSplineComponent::SplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineClosed) == 0x000294, "Member 'UHoudiniInputSplineComponent::SplineClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineControlPoints) == 0x000298, "Member 'UHoudiniInputSplineComponent::SplineControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputGeometryCollectionComponent \ +static_assert(alignof(UHoudiniInputGeometryCollectionComponent) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollectionComponent"); \ +static_assert(sizeof(UHoudiniInputGeometryCollectionComponent) == 0x000290, "Wrong size on UHoudiniInputGeometryCollectionComponent"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSkeletalMeshComponent \ +static_assert(alignof(UHoudiniInputSkeletalMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMeshComponent"); \ +static_assert(sizeof(UHoudiniInputSkeletalMeshComponent) == 0x000290, "Wrong size on UHoudiniInputSkeletalMeshComponent"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniSplineComponent \ +static_assert(alignof(UHoudiniInputHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniInputHoudiniSplineComponent) == 0x000230, "Wrong size on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveType) == 0x000220, "Member 'UHoudiniInputHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveMethod) == 0x000221, "Member 'UHoudiniInputHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, Reversed) == 0x000222, "Member 'UHoudiniInputHoudiniSplineComponent::Reversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CachedComponent) == 0x000228, "Member 'UHoudiniInputHoudiniSplineComponent::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputCameraComponent \ +static_assert(alignof(UHoudiniInputCameraComponent) == 0x000010, "Wrong alignment on UHoudiniInputCameraComponent"); \ +static_assert(sizeof(UHoudiniInputCameraComponent) == 0x0002A0, "Wrong size on UHoudiniInputCameraComponent"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, FOV) == 0x000288, "Member 'UHoudiniInputCameraComponent::FOV' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, AspectRatio) == 0x00028C, "Member 'UHoudiniInputCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, bIsOrthographic) == 0x000290, "Member 'UHoudiniInputCameraComponent::bIsOrthographic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoWidth) == 0x000294, "Member 'UHoudiniInputCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoNearClipPlane) == 0x000298, "Member 'UHoudiniInputCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoFarClipPlane) == 0x00029C, "Member 'UHoudiniInputCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniAsset \ +static_assert(alignof(UHoudiniInputHoudiniAsset) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniAsset"); \ +static_assert(sizeof(UHoudiniInputHoudiniAsset) == 0x000230, "Wrong size on UHoudiniInputHoudiniAsset"); \ +static_assert(offsetof(UHoudiniInputHoudiniAsset, AssetOutputIndex) == 0x000220, "Member 'UHoudiniInputHoudiniAsset::AssetOutputIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniAsset, AssetId) == 0x000224, "Member 'UHoudiniInputHoudiniAsset::AssetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputActor \ +static_assert(alignof(UHoudiniInputActor) == 0x000010, "Wrong alignment on UHoudiniInputActor"); \ +static_assert(sizeof(UHoudiniInputActor) == 0x0003B0, "Wrong size on UHoudiniInputActor"); \ +static_assert(offsetof(UHoudiniInputActor, SplinesMeshObjectNodeId) == 0x000220, "Member 'UHoudiniInputActor::SplinesMeshObjectNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, SplinesMeshNodeId) == 0x000224, "Member 'UHoudiniInputActor::SplinesMeshNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, ActorComponents) == 0x000320, "Member 'UHoudiniInputActor::ActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, ActorSceneComponents) == 0x000330, "Member 'UHoudiniInputActor::ActorSceneComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsAdded) == 0x000380, "Member 'UHoudiniInputActor::LastUpdateNumComponentsAdded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsRemoved) == 0x000384, "Member 'UHoudiniInputActor::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, NumSplineMeshComponents) == 0x000388, "Member 'UHoudiniInputActor::NumSplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, GeneratedSplinesMeshPackageGuid) == 0x00038C, "Member 'UHoudiniInputActor::GeneratedSplinesMeshPackageGuid' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, GeneratedSplinesMesh) == 0x0003A0, "Member 'UHoudiniInputActor::GeneratedSplinesMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, bUsedMergeSplinesMeshAtLastTranslate) == 0x0003A8, "Member 'UHoudiniInputActor::bUsedMergeSplinesMeshAtLastTranslate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLevelInstance \ +static_assert(alignof(UHoudiniInputLevelInstance) == 0x000010, "Wrong alignment on UHoudiniInputLevelInstance"); \ +static_assert(sizeof(UHoudiniInputLevelInstance) == 0x000410, "Wrong size on UHoudiniInputLevelInstance"); \ +static_assert(offsetof(UHoudiniInputLevelInstance, TrackedActorObjects) == 0x0003B0, "Member 'UHoudiniInputLevelInstance::TrackedActorObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLevelInstance, NumActorsAddedLastUpdate) == 0x000400, "Member 'UHoudiniInputLevelInstance::NumActorsAddedLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLevelInstance, NumActorsRemovedLastUpdate) == 0x000404, "Member 'UHoudiniInputLevelInstance::NumActorsRemovedLastUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLandscape \ +static_assert(alignof(UHoudiniInputLandscape) == 0x000010, "Wrong alignment on UHoudiniInputLandscape"); \ +static_assert(sizeof(UHoudiniInputLandscape) == 0x0003C0, "Wrong size on UHoudiniInputLandscape"); \ +static_assert(offsetof(UHoudiniInputLandscape, CachedNumLandscapeComponents) == 0x0003B0, "Member 'UHoudiniInputLandscape::CachedNumLandscapeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputBrush \ +static_assert(alignof(UHoudiniInputBrush) == 0x000010, "Wrong alignment on UHoudiniInputBrush"); \ +static_assert(sizeof(UHoudiniInputBrush) == 0x0003D0, "Wrong size on UHoudiniInputBrush"); \ +static_assert(offsetof(UHoudiniInputBrush, BrushesInfo) == 0x0003B0, "Member 'UHoudiniInputBrush::BrushesInfo' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CombinedModel) == 0x0003C0, "Member 'UHoudiniInputBrush::CombinedModel' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, bIgnoreInputObject) == 0x0003C8, "Member 'UHoudiniInputBrush::bIgnoreInputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CachedInputBrushType) == 0x0003C9, "Member 'UHoudiniInputBrush::CachedInputBrushType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputDataTable \ +static_assert(alignof(UHoudiniInputDataTable) == 0x000010, "Wrong alignment on UHoudiniInputDataTable"); \ +static_assert(sizeof(UHoudiniInputDataTable) == 0x000220, "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) == 0x000220, "Wrong size on UHoudiniInputFoliageType_InstancedStaticMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputBlueprint \ +static_assert(alignof(UHoudiniInputBlueprint) == 0x000010, "Wrong alignment on UHoudiniInputBlueprint"); \ +static_assert(sizeof(UHoudiniInputBlueprint) == 0x000290, "Wrong size on UHoudiniInputBlueprint"); \ +static_assert(offsetof(UHoudiniInputBlueprint, BPComponents) == 0x000220, "Member 'UHoudiniInputBlueprint::BPComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBlueprint, BPSceneComponents) == 0x000230, "Member 'UHoudiniInputBlueprint::BPSceneComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBlueprint, LastUpdateNumComponentsAdded) == 0x000280, "Member 'UHoudiniInputBlueprint::LastUpdateNumComponentsAdded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBlueprint, LastUpdateNumComponentsRemoved) == 0x000284, "Member 'UHoudiniInputBlueprint::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputPackedLevelActor \ +static_assert(alignof(UHoudiniInputPackedLevelActor) == 0x000010, "Wrong alignment on UHoudiniInputPackedLevelActor"); \ +static_assert(sizeof(UHoudiniInputPackedLevelActor) == 0x0003C0, "Wrong size on UHoudiniInputPackedLevelActor"); \ +static_assert(offsetof(UHoudiniInputPackedLevelActor, BlueprintInputObject) == 0x0003B0, "Member 'UHoudiniInputPackedLevelActor::BlueprintInputObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLandscapeSplineActor \ +static_assert(alignof(UHoudiniInputLandscapeSplineActor) == 0x000010, "Wrong alignment on UHoudiniInputLandscapeSplineActor"); \ +static_assert(sizeof(UHoudiniInputLandscapeSplineActor) == 0x0003B0, "Wrong size on UHoudiniInputLandscapeSplineActor"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLandscapeSplinesComponent \ +static_assert(alignof(UHoudiniInputLandscapeSplinesComponent) == 0x000010, "Wrong alignment on UHoudiniInputLandscapeSplinesComponent"); \ +static_assert(sizeof(UHoudiniInputLandscapeSplinesComponent) == 0x000300, "Wrong size on UHoudiniInputLandscapeSplinesComponent"); \ +static_assert(offsetof(UHoudiniInputLandscapeSplinesComponent, CachedControlPoints) == 0x000288, "Member 'UHoudiniInputLandscapeSplinesComponent::CachedControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLandscapeSplinesComponent, CachedSegments) == 0x000298, "Member 'UHoudiniInputLandscapeSplinesComponent::CachedSegments' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLandscapeSplinesComponent, ControlPointIdMap) == 0x0002A8, "Member 'UHoudiniInputLandscapeSplinesComponent::ControlPointIdMap' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLandscapeSplinesComponent, NextControlPointId) == 0x0002F8, "Member 'UHoudiniInputLandscapeSplinesComponent::NextControlPointId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSplineMeshComponent \ +static_assert(alignof(UHoudiniInputSplineMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputSplineMeshComponent"); \ +static_assert(sizeof(UHoudiniInputSplineMeshComponent) == 0x0003B0, "Wrong size on UHoudiniInputSplineMeshComponent"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, MeshPackageGuid) == 0x0002B0, "Member 'UHoudiniInputSplineMeshComponent::MeshPackageGuid' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, GeneratedMesh) == 0x0002C0, "Member 'UHoudiniInputSplineMeshComponent::GeneratedMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, CachedForwardAxis) == 0x0002C8, "Member 'UHoudiniInputSplineMeshComponent::CachedForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, CachedSplineParams) == 0x0002D0, "Member 'UHoudiniInputSplineMeshComponent::CachedSplineParams' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, CachedSplineUpDir) == 0x000388, "Member 'UHoudiniInputSplineMeshComponent::CachedSplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, CachedSplineBoundaryMax) == 0x0003A0, "Member 'UHoudiniInputSplineMeshComponent::CachedSplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineMeshComponent, CachedSplineBoundaryMin) == 0x0003A4, "Member 'UHoudiniInputSplineMeshComponent::CachedSplineBoundaryMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent \ +static_assert(alignof(UHoudiniInstancedActorComponent) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent"); \ +static_assert(sizeof(UHoudiniInstancedActorComponent) == 0x000250, "Wrong size on UHoudiniInstancedActorComponent"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedObject) == 0x000230, "Member 'UHoudiniInstancedActorComponent::InstancedObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedActors) == 0x000238, "Member 'UHoudiniInstancedActorComponent::InstancedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent \ +static_assert(alignof(UHoudiniMeshSplitInstancerComponent) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(sizeof(UHoudiniMeshSplitInstancerComponent) == 0x000260, "Wrong size on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, Instances) == 0x000230, "Member 'UHoudiniMeshSplitInstancerComponent::Instances' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, OverrideMaterials) == 0x000240, "Member 'UHoudiniMeshSplitInstancerComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, InstancedMesh) == 0x000250, "Member 'UHoudiniMeshSplitInstancerComponent::InstancedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniNodeSyncComponent \ +static_assert(alignof(UHoudiniNodeSyncComponent) == 0x000010, "Wrong alignment on UHoudiniNodeSyncComponent"); \ +static_assert(sizeof(UHoudiniNodeSyncComponent) == 0x000A90, "Wrong size on UHoudiniNodeSyncComponent"); \ +static_assert(offsetof(UHoudiniNodeSyncComponent, FetchNodePath) == 0x000A70, "Member 'UHoudiniNodeSyncComponent::FetchNodePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniNodeSyncComponent, bLiveSyncEnabled) == 0x000A80, "Member 'UHoudiniNodeSyncComponent::bLiveSyncEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapePtr \ +static_assert(alignof(UHoudiniLandscapePtr) == 0x000008, "Wrong alignment on UHoudiniLandscapePtr"); \ +static_assert(sizeof(UHoudiniLandscapePtr) == 0x000060, "Wrong size on UHoudiniLandscapePtr"); \ +static_assert(offsetof(UHoudiniLandscapePtr, LandscapeSoftPtr) == 0x000028, "Member 'UHoudiniLandscapePtr::LandscapeSoftPtr' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapePtr, BakeType) == 0x000050, "Member 'UHoudiniLandscapePtr::BakeType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapePtr, EditLayerName) == 0x000054, "Member 'UHoudiniLandscapePtr::EditLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapeTargetLayerOutput \ +static_assert(alignof(UHoudiniLandscapeTargetLayerOutput) == 0x000008, "Wrong alignment on UHoudiniLandscapeTargetLayerOutput"); \ +static_assert(sizeof(UHoudiniLandscapeTargetLayerOutput) == 0x0000D0, "Wrong size on UHoudiniLandscapeTargetLayerOutput"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, Landscape) == 0x000028, "Member 'UHoudiniLandscapeTargetLayerOutput::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, LandscapeProxy) == 0x000030, "Member 'UHoudiniLandscapeTargetLayerOutput::LandscapeProxy' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, BakedEditLayer) == 0x000038, "Member 'UHoudiniLandscapeTargetLayerOutput::BakedEditLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, CookedEditLayer) == 0x000048, "Member 'UHoudiniLandscapeTargetLayerOutput::CookedEditLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, TargetLayer) == 0x000058, "Member 'UHoudiniLandscapeTargetLayerOutput::TargetLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, Extents) == 0x000068, "Member 'UHoudiniLandscapeTargetLayerOutput::Extents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, bClearLayer) == 0x000078, "Member 'UHoudiniLandscapeTargetLayerOutput::bClearLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, bCreatedLandscape) == 0x000079, "Member 'UHoudiniLandscapeTargetLayerOutput::bCreatedLandscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, bCookedLayerRequiresBaking) == 0x00007A, "Member 'UHoudiniLandscapeTargetLayerOutput::bCookedLayerRequiresBaking' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, BakedLandscapeName) == 0x000080, "Member 'UHoudiniLandscapeTargetLayerOutput::BakedLandscapeName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, LayerInfoObjects) == 0x000090, "Member 'UHoudiniLandscapeTargetLayerOutput::LayerInfoObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, BakeFolder) == 0x0000A0, "Member 'UHoudiniLandscapeTargetLayerOutput::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, MaterialInstance) == 0x0000B0, "Member 'UHoudiniLandscapeTargetLayerOutput::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, bWriteLockedLayers) == 0x0000B8, "Member 'UHoudiniLandscapeTargetLayerOutput::bWriteLockedLayers' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, bLockLayer) == 0x0000B9, "Member 'UHoudiniLandscapeTargetLayerOutput::bLockLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeTargetLayerOutput, PropertyAttributes) == 0x0000C0, "Member 'UHoudiniLandscapeTargetLayerOutput::PropertyAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapeOutput \ +static_assert(alignof(UHoudiniLandscapeOutput) == 0x000008, "Wrong alignment on UHoudiniLandscapeOutput"); \ +static_assert(sizeof(UHoudiniLandscapeOutput) == 0x000058, "Wrong size on UHoudiniLandscapeOutput"); \ +static_assert(offsetof(UHoudiniLandscapeOutput, Landscape) == 0x000028, "Member 'UHoudiniLandscapeOutput::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeOutput, BakedName) == 0x000030, "Member 'UHoudiniLandscapeOutput::BakedName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeOutput, Layers) == 0x000040, "Member 'UHoudiniLandscapeOutput::Layers' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeOutput, bCreated) == 0x000050, "Member 'UHoudiniLandscapeOutput::bCreated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapeSplineTargetLayerOutput \ +static_assert(alignof(UHoudiniLandscapeSplineTargetLayerOutput) == 0x000008, "Wrong alignment on UHoudiniLandscapeSplineTargetLayerOutput"); \ +static_assert(sizeof(UHoudiniLandscapeSplineTargetLayerOutput) == 0x0000E8, "Wrong size on UHoudiniLandscapeSplineTargetLayerOutput"); \ +static_assert(offsetof(UHoudiniLandscapeSplineTargetLayerOutput, AfterEditLayer) == 0x0000D0, "Member 'UHoudiniLandscapeSplineTargetLayerOutput::AfterEditLayer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplineTargetLayerOutput, Segments) == 0x0000D8, "Member 'UHoudiniLandscapeSplineTargetLayerOutput::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapeSplinesOutput \ +static_assert(alignof(UHoudiniLandscapeSplinesOutput) == 0x000008, "Wrong alignment on UHoudiniLandscapeSplinesOutput"); \ +static_assert(sizeof(UHoudiniLandscapeSplinesOutput) == 0x0000B8, "Wrong size on UHoudiniLandscapeSplinesOutput"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, Landscape) == 0x000028, "Member 'UHoudiniLandscapeSplinesOutput::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, LandscapeProxy) == 0x000030, "Member 'UHoudiniLandscapeSplinesOutput::LandscapeProxy' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, LandscapeSplineActor) == 0x000038, "Member 'UHoudiniLandscapeSplinesOutput::LandscapeSplineActor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, LandscapeSplinesComponent) == 0x000040, "Member 'UHoudiniLandscapeSplinesOutput::LandscapeSplinesComponent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, LayerOutputs) == 0x000048, "Member 'UHoudiniLandscapeSplinesOutput::LayerOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, Segments) == 0x000098, "Member 'UHoudiniLandscapeSplinesOutput::Segments' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeSplinesOutput, ControlPoints) == 0x0000A8, "Member 'UHoudiniLandscapeSplinesOutput::ControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniOutput \ +static_assert(alignof(UHoudiniOutput) == 0x000008, "Wrong alignment on UHoudiniOutput"); \ +static_assert(sizeof(UHoudiniOutput) == 0x000250, "Wrong size on UHoudiniOutput"); \ +static_assert(offsetof(UHoudiniOutput, Type) == 0x000028, "Member 'UHoudiniOutput::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniGeoPartObjects) == 0x000030, "Member 'UHoudiniOutput::HoudiniGeoPartObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, OutputObjects) == 0x000040, "Member 'UHoudiniOutput::OutputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, InstancedOutputs) == 0x000090, "Member 'UHoudiniOutput::InstancedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, AssignementMaterials) == 0x0000E0, "Member 'UHoudiniOutput::AssignementMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, AssignmentMaterialsById) == 0x000130, "Member 'UHoudiniOutput::AssignmentMaterialsById' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, ReplacementMaterials) == 0x000180, "Member 'UHoudiniOutput::ReplacementMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, ReplacementMaterialsById) == 0x0001D0, "Member 'UHoudiniOutput::ReplacementMaterialsById' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bLandscapeWorldComposition) == 0x000224, "Member 'UHoudiniOutput::bLandscapeWorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniCreatedSocketActors) == 0x000228, "Member 'UHoudiniOutput::HoudiniCreatedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniAttachedSocketActors) == 0x000238, "Member 'UHoudiniOutput::HoudiniAttachedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsEditableNode) == 0x000248, "Member 'UHoudiniOutput::bIsEditableNode' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bHasEditableNodeBuilt) == 0x000249, "Member 'UHoudiniOutput::bHasEditableNodeBuilt' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsUpdating) == 0x00024A, "Member 'UHoudiniOutput::bIsUpdating' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bCanDeleteHoudiniNodes) == 0x00024B, "Member 'UHoudiniOutput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameter \ +static_assert(alignof(UHoudiniParameter) == 0x000008, "Wrong alignment on UHoudiniParameter"); \ +static_assert(sizeof(UHoudiniParameter) == 0x000108, "Wrong size on UHoudiniParameter"); \ +static_assert(offsetof(UHoudiniParameter, Name_0) == 0x000028, "Member 'UHoudiniParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Label) == 0x000038, "Member 'UHoudiniParameter::Label' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParmType) == 0x000048, "Member 'UHoudiniParameter::ParmType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ChoiceListType) == 0x000049, "Member 'UHoudiniParameter::ChoiceListType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TupleSize) == 0x00004C, "Member 'UHoudiniParameter::TupleSize' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, NodeID) == 0x000050, "Member 'UHoudiniParameter::NodeID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParmId) == 0x000054, "Member 'UHoudiniParameter::ParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParentParmId) == 0x000058, "Member 'UHoudiniParameter::ParentParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ChildIndex) == 0x00005C, "Member 'UHoudiniParameter::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsVisible) == 0x000060, "Member 'UHoudiniParameter::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsParentFolderVisible) == 0x000061, "Member 'UHoudiniParameter::bIsParentFolderVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDisabled) == 0x000062, "Member 'UHoudiniParameter::bIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bHasChanged) == 0x000063, "Member 'UHoudiniParameter::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bNeedsToTriggerUpdate) == 0x000064, "Member 'UHoudiniParameter::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDefault) == 0x000065, "Member 'UHoudiniParameter::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsSpare) == 0x000066, "Member 'UHoudiniParameter::bIsSpare' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bJoinNext) == 0x000067, "Member 'UHoudiniParameter::bJoinNext' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsLabelVisible) == 0x000068, "Member 'UHoudiniParameter::bIsLabelVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsChildOfMultiParm) == 0x000069, "Member 'UHoudiniParameter::bIsChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDirectChildOfMultiParm) == 0x00006A, "Member 'UHoudiniParameter::bIsDirectChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bPendingRevertToDefault) == 0x00006B, "Member 'UHoudiniParameter::bPendingRevertToDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TuplePendingRevertToDefault) == 0x000070, "Member 'UHoudiniParameter::TuplePendingRevertToDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Help) == 0x000080, "Member 'UHoudiniParameter::Help' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TagCount) == 0x000090, "Member 'UHoudiniParameter::TagCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ValueIndex) == 0x000094, "Member 'UHoudiniParameter::ValueIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bHasExpression) == 0x000098, "Member 'UHoudiniParameter::bHasExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bShowExpression) == 0x000099, "Member 'UHoudiniParameter::bShowExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParamExpression) == 0x0000A0, "Member 'UHoudiniParameter::ParamExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Tags) == 0x0000B0, "Member 'UHoudiniParameter::Tags' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bAutoUpdate) == 0x000100, "Member 'UHoudiniParameter::bAutoUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterButton \ +static_assert(alignof(UHoudiniParameterButton) == 0x000008, "Wrong alignment on UHoudiniParameterButton"); \ +static_assert(sizeof(UHoudiniParameterButton) == 0x000108, "Wrong size on UHoudiniParameterButton"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterButtonStrip \ +static_assert(alignof(UHoudiniParameterButtonStrip) == 0x000008, "Wrong alignment on UHoudiniParameterButtonStrip"); \ +static_assert(sizeof(UHoudiniParameterButtonStrip) == 0x000120, "Wrong size on UHoudiniParameterButtonStrip"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Labels) == 0x000108, "Member 'UHoudiniParameterButtonStrip::Labels' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Value) == 0x000118, "Member 'UHoudiniParameterButtonStrip::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, DefaultValue) == 0x00011C, "Member 'UHoudiniParameterButtonStrip::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterChoice \ +static_assert(alignof(UHoudiniParameterChoice) == 0x000008, "Wrong alignment on UHoudiniParameterChoice"); \ +static_assert(sizeof(UHoudiniParameterChoice) == 0x000178, "Wrong size on UHoudiniParameterChoice"); \ +static_assert(offsetof(UHoudiniParameterChoice, IntValue) == 0x000108, "Member 'UHoudiniParameterChoice::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, DefaultIntValue) == 0x00010C, "Member 'UHoudiniParameterChoice::DefaultIntValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringValue) == 0x000110, "Member 'UHoudiniParameterChoice::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, DefaultStringValue) == 0x000120, "Member 'UHoudiniParameterChoice::DefaultStringValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringChoiceValues) == 0x000130, "Member 'UHoudiniParameterChoice::StringChoiceValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringChoiceLabels) == 0x000140, "Member 'UHoudiniParameterChoice::StringChoiceLabels' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, bIsChildOfRamp) == 0x000160, "Member 'UHoudiniParameterChoice::bIsChildOfRamp' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, IntValuesArray) == 0x000168, "Member 'UHoudiniParameterChoice::IntValuesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterColor \ +static_assert(alignof(UHoudiniParameterColor) == 0x000008, "Wrong alignment on UHoudiniParameterColor"); \ +static_assert(sizeof(UHoudiniParameterColor) == 0x000130, "Wrong size on UHoudiniParameterColor"); \ +static_assert(offsetof(UHoudiniParameterColor, Color) == 0x000108, "Member 'UHoudiniParameterColor::Color' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterColor, DefaultColor) == 0x000118, "Member 'UHoudiniParameterColor::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterColor, bIsChildOfRamp) == 0x000128, "Member 'UHoudiniParameterColor::bIsChildOfRamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFile \ +static_assert(alignof(UHoudiniParameterFile) == 0x000008, "Wrong alignment on UHoudiniParameterFile"); \ +static_assert(sizeof(UHoudiniParameterFile) == 0x000140, "Wrong size on UHoudiniParameterFile"); \ +static_assert(offsetof(UHoudiniParameterFile, Values) == 0x000108, "Member 'UHoudiniParameterFile::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, DefaultValues) == 0x000118, "Member 'UHoudiniParameterFile::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, Filters) == 0x000128, "Member 'UHoudiniParameterFile::Filters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, bIsReadOnly) == 0x000138, "Member 'UHoudiniParameterFile::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFloat \ +static_assert(alignof(UHoudiniParameterFloat) == 0x000008, "Wrong alignment on UHoudiniParameterFloat"); \ +static_assert(sizeof(UHoudiniParameterFloat) == 0x000158, "Wrong size on UHoudiniParameterFloat"); \ +static_assert(offsetof(UHoudiniParameterFloat, Values) == 0x000108, "Member 'UHoudiniParameterFloat::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, DefaultValues) == 0x000118, "Member 'UHoudiniParameterFloat::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, Unit) == 0x000128, "Member 'UHoudiniParameterFloat::Unit' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bNoSwap) == 0x000138, "Member 'UHoudiniParameterFloat::bNoSwap' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasMin) == 0x000139, "Member 'UHoudiniParameterFloat::bHasMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasMax) == 0x00013A, "Member 'UHoudiniParameterFloat::bHasMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasUIMin) == 0x00013B, "Member 'UHoudiniParameterFloat::bHasUIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasUIMax) == 0x00013C, "Member 'UHoudiniParameterFloat::bHasUIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bIsLogarithmic) == 0x00013D, "Member 'UHoudiniParameterFloat::bIsLogarithmic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, min_0) == 0x000140, "Member 'UHoudiniParameterFloat::min_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, max_0) == 0x000144, "Member 'UHoudiniParameterFloat::max_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, UIMin) == 0x000148, "Member 'UHoudiniParameterFloat::UIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, UIMax) == 0x00014C, "Member 'UHoudiniParameterFloat::UIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bIsChildOfRamp) == 0x000150, "Member 'UHoudiniParameterFloat::bIsChildOfRamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFolder \ +static_assert(alignof(UHoudiniParameterFolder) == 0x000008, "Wrong alignment on UHoudiniParameterFolder"); \ +static_assert(sizeof(UHoudiniParameterFolder) == 0x000118, "Wrong size on UHoudiniParameterFolder"); \ +static_assert(offsetof(UHoudiniParameterFolder, FolderType) == 0x000108, "Member 'UHoudiniParameterFolder::FolderType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bExpanded) == 0x000109, "Member 'UHoudiniParameterFolder::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bChosen) == 0x00010A, "Member 'UHoudiniParameterFolder::bChosen' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, ChildCounter) == 0x00010C, "Member 'UHoudiniParameterFolder::ChildCounter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bIsContentShown) == 0x000110, "Member 'UHoudiniParameterFolder::bIsContentShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFolderList \ +static_assert(alignof(UHoudiniParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniParameterFolderList"); \ +static_assert(sizeof(UHoudiniParameterFolderList) == 0x000120, "Wrong size on UHoudiniParameterFolderList"); \ +static_assert(offsetof(UHoudiniParameterFolderList, bIsTabMenu) == 0x000108, "Member 'UHoudiniParameterFolderList::bIsTabMenu' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolderList, bIsTabsShown) == 0x000109, "Member 'UHoudiniParameterFolderList::bIsTabsShown' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolderList, TabFolders) == 0x000110, "Member 'UHoudiniParameterFolderList::TabFolders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterInt \ +static_assert(alignof(UHoudiniParameterInt) == 0x000008, "Wrong alignment on UHoudiniParameterInt"); \ +static_assert(sizeof(UHoudiniParameterInt) == 0x000150, "Wrong size on UHoudiniParameterInt"); \ +static_assert(offsetof(UHoudiniParameterInt, Values) == 0x000108, "Member 'UHoudiniParameterInt::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, DefaultValues) == 0x000118, "Member 'UHoudiniParameterInt::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, Unit) == 0x000128, "Member 'UHoudiniParameterInt::Unit' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasMin) == 0x000138, "Member 'UHoudiniParameterInt::bHasMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasMax) == 0x000139, "Member 'UHoudiniParameterInt::bHasMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasUIMin) == 0x00013A, "Member 'UHoudiniParameterInt::bHasUIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasUIMax) == 0x00013B, "Member 'UHoudiniParameterInt::bHasUIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bIsLogarithmic) == 0x00013C, "Member 'UHoudiniParameterInt::bIsLogarithmic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, min_0) == 0x000140, "Member 'UHoudiniParameterInt::min_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, max_0) == 0x000144, "Member 'UHoudiniParameterInt::max_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, UIMin) == 0x000148, "Member 'UHoudiniParameterInt::UIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, UIMax) == 0x00014C, "Member 'UHoudiniParameterInt::UIMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterLabel \ +static_assert(alignof(UHoudiniParameterLabel) == 0x000008, "Wrong alignment on UHoudiniParameterLabel"); \ +static_assert(sizeof(UHoudiniParameterLabel) == 0x000118, "Wrong size on UHoudiniParameterLabel"); \ +static_assert(offsetof(UHoudiniParameterLabel, LabelStrings) == 0x000108, "Member 'UHoudiniParameterLabel::LabelStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterMultiParm \ +static_assert(alignof(UHoudiniParameterMultiParm) == 0x000008, "Wrong alignment on UHoudiniParameterMultiParm"); \ +static_assert(sizeof(UHoudiniParameterMultiParm) == 0x000150, "Wrong size on UHoudiniParameterMultiParm"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, bIsShown) == 0x000108, "Member 'UHoudiniParameterMultiParm::bIsShown' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, Value) == 0x00010C, "Member 'UHoudiniParameterMultiParm::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, TemplateName) == 0x000110, "Member 'UHoudiniParameterMultiParm::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiparmValue) == 0x000120, "Member 'UHoudiniParameterMultiParm::MultiparmValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceNum) == 0x000124, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceNum' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLength) == 0x000128, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLength' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceCount) == 0x00012C, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, InstanceStartOffset) == 0x000130, "Member 'UHoudiniParameterMultiParm::InstanceStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLastModifyArray) == 0x000138, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLastModifyArray' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, DefaultInstanceCount) == 0x000148, "Member 'UHoudiniParameterMultiParm::DefaultInstanceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterOperatorPath \ +static_assert(alignof(UHoudiniParameterOperatorPath) == 0x000008, "Wrong alignment on UHoudiniParameterOperatorPath"); \ +static_assert(sizeof(UHoudiniParameterOperatorPath) == 0x000110, "Wrong size on UHoudiniParameterOperatorPath"); \ +static_assert(offsetof(UHoudiniParameterOperatorPath, HoudiniInput) == 0x000108, "Member 'UHoudiniParameterOperatorPath::HoudiniInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampModificationEvent \ +static_assert(alignof(UHoudiniParameterRampModificationEvent) == 0x000008, "Wrong alignment on UHoudiniParameterRampModificationEvent"); \ +static_assert(sizeof(UHoudiniParameterRampModificationEvent) == 0x000050, "Wrong size on UHoudiniParameterRampModificationEvent"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsInsertEvent) == 0x000028, "Member 'UHoudiniParameterRampModificationEvent::bIsInsertEvent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsFloatRamp) == 0x000029, "Member 'UHoudiniParameterRampModificationEvent::bIsFloatRamp' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, DeleteInstanceIndex) == 0x00002C, "Member 'UHoudiniParameterRampModificationEvent::DeleteInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertPosition) == 0x000030, "Member 'UHoudiniParameterRampModificationEvent::InsertPosition' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertFloat) == 0x000034, "Member 'UHoudiniParameterRampModificationEvent::InsertFloat' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertColor) == 0x000038, "Member 'UHoudiniParameterRampModificationEvent::InsertColor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertInterpolation) == 0x000048, "Member 'UHoudiniParameterRampModificationEvent::InsertInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampFloatPoint \ +static_assert(alignof(UHoudiniParameterRampFloatPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloatPoint"); \ +static_assert(sizeof(UHoudiniParameterRampFloatPoint) == 0x000050, "Wrong size on UHoudiniParameterRampFloatPoint"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, position) == 0x000028, "Member 'UHoudiniParameterRampFloatPoint::position' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, Value) == 0x00002C, "Member 'UHoudiniParameterRampFloatPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, Interpolation) == 0x000030, "Member 'UHoudiniParameterRampFloatPoint::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, InstanceIndex) == 0x000034, "Member 'UHoudiniParameterRampFloatPoint::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, PositionParentParm) == 0x000038, "Member 'UHoudiniParameterRampFloatPoint::PositionParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, ValueParentParm) == 0x000040, "Member 'UHoudiniParameterRampFloatPoint::ValueParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, InterpolationParentParm) == 0x000048, "Member 'UHoudiniParameterRampFloatPoint::InterpolationParentParm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampColorPoint \ +static_assert(alignof(UHoudiniParameterRampColorPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampColorPoint"); \ +static_assert(sizeof(UHoudiniParameterRampColorPoint) == 0x000060, "Wrong size on UHoudiniParameterRampColorPoint"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, position) == 0x000028, "Member 'UHoudiniParameterRampColorPoint::position' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, Value) == 0x00002C, "Member 'UHoudiniParameterRampColorPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, Interpolation) == 0x00003C, "Member 'UHoudiniParameterRampColorPoint::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, InstanceIndex) == 0x000040, "Member 'UHoudiniParameterRampColorPoint::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, PositionParentParm) == 0x000048, "Member 'UHoudiniParameterRampColorPoint::PositionParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, ValueParentParm) == 0x000050, "Member 'UHoudiniParameterRampColorPoint::ValueParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, InterpolationParentParm) == 0x000058, "Member 'UHoudiniParameterRampColorPoint::InterpolationParentParm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampFloat \ +static_assert(alignof(UHoudiniParameterRampFloat) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloat"); \ +static_assert(sizeof(UHoudiniParameterRampFloat) == 0x0001B8, "Wrong size on UHoudiniParameterRampFloat"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, Points) == 0x000150, "Member 'UHoudiniParameterRampFloat::Points' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, CachedPoints) == 0x000160, "Member 'UHoudiniParameterRampFloat::CachedPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultPositions) == 0x000170, "Member 'UHoudiniParameterRampFloat::DefaultPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultValues) == 0x000180, "Member 'UHoudiniParameterRampFloat::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultChoices) == 0x000190, "Member 'UHoudiniParameterRampFloat::DefaultChoices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, NumDefaultPoints) == 0x0001A0, "Member 'UHoudiniParameterRampFloat::NumDefaultPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, bCaching) == 0x0001A4, "Member 'UHoudiniParameterRampFloat::bCaching' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, ModificationEvents) == 0x0001A8, "Member 'UHoudiniParameterRampFloat::ModificationEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampColor \ +static_assert(alignof(UHoudiniParameterRampColor) == 0x000008, "Wrong alignment on UHoudiniParameterRampColor"); \ +static_assert(sizeof(UHoudiniParameterRampColor) == 0x0001C0, "Wrong size on UHoudiniParameterRampColor"); \ +static_assert(offsetof(UHoudiniParameterRampColor, Points) == 0x000150, "Member 'UHoudiniParameterRampColor::Points' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, bCaching) == 0x000160, "Member 'UHoudiniParameterRampColor::bCaching' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, CachedPoints) == 0x000168, "Member 'UHoudiniParameterRampColor::CachedPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultPositions) == 0x000178, "Member 'UHoudiniParameterRampColor::DefaultPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultValues) == 0x000188, "Member 'UHoudiniParameterRampColor::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultChoices) == 0x000198, "Member 'UHoudiniParameterRampColor::DefaultChoices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, NumDefaultPoints) == 0x0001A8, "Member 'UHoudiniParameterRampColor::NumDefaultPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, ModificationEvents) == 0x0001B0, "Member 'UHoudiniParameterRampColor::ModificationEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterSeparator \ +static_assert(alignof(UHoudiniParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniParameterSeparator"); \ +static_assert(sizeof(UHoudiniParameterSeparator) == 0x000108, "Wrong size on UHoudiniParameterSeparator"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterString \ +static_assert(alignof(UHoudiniParameterString) == 0x000008, "Wrong alignment on UHoudiniParameterString"); \ +static_assert(sizeof(UHoudiniParameterString) == 0x000140, "Wrong size on UHoudiniParameterString"); \ +static_assert(offsetof(UHoudiniParameterString, Values) == 0x000108, "Member 'UHoudiniParameterString::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, DefaultValues) == 0x000118, "Member 'UHoudiniParameterString::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, ChosenAssets) == 0x000128, "Member 'UHoudiniParameterString::ChosenAssets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, bIsAssetRef) == 0x000138, "Member 'UHoudiniParameterString::bIsAssetRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterToggle \ +static_assert(alignof(UHoudiniParameterToggle) == 0x000008, "Wrong alignment on UHoudiniParameterToggle"); \ +static_assert(sizeof(UHoudiniParameterToggle) == 0x000128, "Wrong size on UHoudiniParameterToggle"); \ +static_assert(offsetof(UHoudiniParameterToggle, Values) == 0x000108, "Member 'UHoudiniParameterToggle::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterToggle, DefaultValues) == 0x000118, "Member 'UHoudiniParameterToggle::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTOPNode \ +static_assert(alignof(UTOPNode) == 0x000008, "Wrong alignment on UTOPNode"); \ +static_assert(sizeof(UTOPNode) == 0x0003F0, "Wrong size on UTOPNode"); \ +static_assert(offsetof(UTOPNode, NodeID) == 0x000028, "Member 'UTOPNode::NodeID' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodeName) == 0x000030, "Member 'UTOPNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodePath) == 0x000040, "Member 'UTOPNode::NodePath' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, ParentName) == 0x000050, "Member 'UTOPNode::ParentName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkResultParent) == 0x000060, "Member 'UTOPNode::WorkResultParent' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkResult) == 0x000068, "Member 'UTOPNode::WorkResult' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHidden) == 0x000078, "Member 'UTOPNode::bHidden' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bAutoLoad) == 0x000079, "Member 'UTOPNode::bAutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodeState) == 0x00007A, "Member 'UTOPNode::NodeState' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bCachedHaveNotLoadedWorkResults) == 0x00007B, "Member 'UTOPNode::bCachedHaveNotLoadedWorkResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bCachedHaveLoadedWorkResults) == 0x00007C, "Member 'UTOPNode::bCachedHaveLoadedWorkResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHasChildNodes) == 0x00007D, "Member 'UTOPNode::bHasChildNodes' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, ClearedLandscapeLayers) == 0x000080, "Member 'UTOPNode::ClearedLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, ClearedLayers) == 0x0000D0, "Member 'UTOPNode::ClearedLayers' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bShow) == 0x000120, "Member 'UTOPNode::bShow' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, BakedWorkResultObjectOutputs) == 0x000128, "Member 'UTOPNode::BakedWorkResultObjectOutputs' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkItemTally) == 0x000178, "Member 'UTOPNode::WorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, AggregatedWorkItemTally) == 0x0003B0, "Member 'UTOPNode::AggregatedWorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHasReceivedCookCompleteEvent) == 0x0003D8, "Member 'UTOPNode::bHasReceivedCookCompleteEvent' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, OutputActorOwner) == 0x0003E0, "Member 'UTOPNode::OutputActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTOPNetwork \ +static_assert(alignof(UTOPNetwork) == 0x000008, "Wrong alignment on UTOPNetwork"); \ +static_assert(sizeof(UTOPNetwork) == 0x000098, "Wrong size on UTOPNetwork"); \ +static_assert(offsetof(UTOPNetwork, NodeID) == 0x000028, "Member 'UTOPNetwork::NodeID' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, NodeName) == 0x000030, "Member 'UTOPNetwork::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, NodePath) == 0x000040, "Member 'UTOPNetwork::NodePath' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, AllTOPNodes) == 0x000050, "Member 'UTOPNetwork::AllTOPNodes' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, SelectedTOPIndex) == 0x000060, "Member 'UTOPNetwork::SelectedTOPIndex' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, ParentName) == 0x000068, "Member 'UTOPNetwork::ParentName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, bShowResults) == 0x000078, "Member 'UTOPNetwork::bShowResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, bAutoLoadResults) == 0x000079, "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) == 0x000028, "Member 'UHoudiniPDGAssetLink::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AssetNodePath) == 0x000038, "Member 'UHoudiniPDGAssetLink::AssetNodePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AssetId) == 0x000048, "Member 'UHoudiniPDGAssetLink::AssetId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AllTOPNetworks) == 0x000050, "Member 'UHoudiniPDGAssetLink::AllTOPNetworks' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, SelectedTOPNetworkIndex) == 0x000060, "Member 'UHoudiniPDGAssetLink::SelectedTOPNetworkIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, LinkState) == 0x000064, "Member 'UHoudiniPDGAssetLink::LinkState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bAutoCook) == 0x000065, "Member 'UHoudiniPDGAssetLink::bAutoCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPNodeFilter) == 0x000066, "Member 'UHoudiniPDGAssetLink::bUseTOPNodeFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPOutputFilter) == 0x000067, "Member 'UHoudiniPDGAssetLink::bUseTOPOutputFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, TOPNodeFilter) == 0x000068, "Member 'UHoudiniPDGAssetLink::TOPNodeFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, TOPOutputFilter) == 0x000078, "Member 'UHoudiniPDGAssetLink::TOPOutputFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, NumWorkItems) == 0x000088, "Member 'UHoudiniPDGAssetLink::NumWorkItems' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, WorkItemTally) == 0x000090, "Member 'UHoudiniPDGAssetLink::WorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, OutputCachePath) == 0x0000B8, "Member 'UHoudiniPDGAssetLink::OutputCachePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bNeedsUIRefresh) == 0x0000C8, "Member 'UHoudiniPDGAssetLink::bNeedsUIRefresh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, OutputParentActor) == 0x0000D0, "Member 'UHoudiniPDGAssetLink::OutputParentActor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, BakeFolder) == 0x0000D8, "Member 'UHoudiniPDGAssetLink::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, NumAttemptedNodeAutoBakes) == 0x000130, "Member 'UHoudiniPDGAssetLink::NumAttemptedNodeAutoBakes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, NumSuccessfulNodeAutoBakes) == 0x000134, "Member 'UHoudiniPDGAssetLink::NumSuccessfulNodeAutoBakes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniRuntimeSettings \ +static_assert(alignof(UHoudiniRuntimeSettings) == 0x000008, "Wrong alignment on UHoudiniRuntimeSettings"); \ +static_assert(sizeof(UHoudiniRuntimeSettings) == 0x000358, "Wrong size on UHoudiniRuntimeSettings"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, SessionType) == 0x000028, "Member 'UHoudiniRuntimeSettings::SessionType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerHost) == 0x000030, "Member 'UHoudiniRuntimeSettings::ServerHost' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerPort) == 0x000040, "Member 'UHoudiniRuntimeSettings::ServerPort' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerPipeName) == 0x000048, "Member 'UHoudiniRuntimeSettings::ServerPipeName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bStartAutomaticServer) == 0x000058, "Member 'UHoudiniRuntimeSettings::bStartAutomaticServer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AutomaticServerTimeout) == 0x00005C, "Member 'UHoudiniRuntimeSettings::AutomaticServerTimeout' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncWithHoudiniCook) == 0x000060, "Member 'UHoudiniRuntimeSettings::bSyncWithHoudiniCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bCookUsingHoudiniTime) == 0x000061, "Member 'UHoudiniRuntimeSettings::bCookUsingHoudiniTime' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncViewport) == 0x000062, "Member 'UHoudiniRuntimeSettings::bSyncViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncHoudiniViewport) == 0x000063, "Member 'UHoudiniRuntimeSettings::bSyncHoudiniViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncUnrealViewport) == 0x000064, "Member 'UHoudiniRuntimeSettings::bSyncUnrealViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bShowMultiAssetDialog) == 0x000065, "Member 'UHoudiniRuntimeSettings::bShowMultiAssetDialog' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPreferHdaMemoryCopyOverHdaSourceFile) == 0x000066, "Member 'UHoudiniRuntimeSettings::bPreferHdaMemoryCopyOverHdaSourceFile' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPauseCookingOnStart) == 0x000067, "Member 'UHoudiniRuntimeSettings::bPauseCookingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bDisplaySlateCookingNotifications) == 0x000068, "Member 'UHoudiniRuntimeSettings::bDisplaySlateCookingNotifications' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultTemporaryCookFolder) == 0x000070, "Member 'UHoudiniRuntimeSettings::DefaultTemporaryCookFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBakeFolder) == 0x000080, "Member 'UHoudiniRuntimeSettings::DefaultBakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableTheReferenceCountedInputSystem) == 0x000090, "Member 'UHoudiniRuntimeSettings::bEnableTheReferenceCountedInputSystem' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseDefaultUnrealScaling) == 0x000091, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseDefaultUnrealScaling' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseFullResolution) == 0x000092, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseFullResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForceMinMaxValues) == 0x000093, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForceMinMaxValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMinValue) == 0x000094, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMinValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMaxValue) == 0x000098, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bAddRotAndScaleAttributesOnCurves) == 0x00009C, "Member 'UHoudiniRuntimeSettings::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseLegacyInputCurves) == 0x00009D, "Member 'UHoudiniRuntimeSettings::bUseLegacyInputCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingSplineResolution) == 0x0000A0, "Member 'UHoudiniRuntimeSettings::MarshallingSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMesh) == 0x0000A4, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bShowDefaultMesh) == 0x0000A5, "Member 'UHoudiniRuntimeSettings::bShowDefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPreferNaniteFallbackMesh) == 0x0000A6, "Member 'UHoudiniRuntimeSettings::bPreferNaniteFallbackMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementByTimer) == 0x0000A7, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementByTimer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ProxyMeshAutoRefineTimeoutSeconds) == 0x0000A8, "Member 'UHoudiniRuntimeSettings::ProxyMeshAutoRefineTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreSaveWorld) == 0x0000AC, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreSaveWorld' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreBeginPIE) == 0x0000AD, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreBeginPIE' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, PhysMaterial) == 0x0000B8, "Member 'UHoudiniRuntimeSettings::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBodyInstance) == 0x0000C0, "Member 'UHoudiniRuntimeSettings::DefaultBodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CollisionTraceFlag) == 0x000258, "Member 'UHoudiniRuntimeSettings::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapResolution) == 0x00025C, "Member 'UHoudiniRuntimeSettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LpvBiasMultiplier) == 0x000260, "Member 'UHoudiniRuntimeSettings::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedDistanceFieldResolutionScale) == 0x000264, "Member 'UHoudiniRuntimeSettings::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, WalkableSlopeOverride) == 0x000268, "Member 'UHoudiniRuntimeSettings::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapCoordinateIndex) == 0x000278, "Member 'UHoudiniRuntimeSettings::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, StreamingDistanceMultiplier) == 0x000280, "Member 'UHoudiniRuntimeSettings::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, FoliageDefaultSettings) == 0x000288, "Member 'UHoudiniRuntimeSettings::FoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AssetUserData) == 0x000290, "Member 'UHoudiniRuntimeSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseFullPrecisionUVs) == 0x0002A0, "Member 'UHoudiniRuntimeSettings::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, SrcLightmapIndex) == 0x0002A4, "Member 'UHoudiniRuntimeSettings::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DstLightmapIndex) == 0x0002A8, "Member 'UHoudiniRuntimeSettings::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MinLightmapResolution) == 0x0002AC, "Member 'UHoudiniRuntimeSettings::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bRemoveDegenerates) == 0x0002B0, "Member 'UHoudiniRuntimeSettings::bRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GenerateLightmapUVsFlag) == 0x0002B1, "Member 'UHoudiniRuntimeSettings::GenerateLightmapUVsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeNormalsFlag) == 0x0002B2, "Member 'UHoudiniRuntimeSettings::RecomputeNormalsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeTangentsFlag) == 0x0002B3, "Member 'UHoudiniRuntimeSettings::RecomputeTangentsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseMikkTSpace) == 0x0002B4, "Member 'UHoudiniRuntimeSettings::bUseMikkTSpace' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bBuildAdjacencyBuffer) == 0x0002B5, "Member 'UHoudiniRuntimeSettings::bBuildAdjacencyBuffer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DistanceFieldResolutionScale) == 0x0002B8, "Member 'UHoudiniRuntimeSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPDGAsyncCommandletImportEnabled) == 0x0002BD, "Member 'UHoudiniRuntimeSettings::bPDGAsyncCommandletImportEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniToolsSearchPath) == 0x0002C0, "Member 'UHoudiniRuntimeSettings::HoudiniToolsSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseCustomHoudiniLocation) == 0x0002D0, "Member 'UHoudiniRuntimeSettings::bUseCustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniLocation) == 0x0002D8, "Member 'UHoudiniRuntimeSettings::CustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniExecutable) == 0x0002E8, "Member 'UHoudiniRuntimeSettings::HoudiniExecutable' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniHomeLocation) == 0x0002F0, "Member 'UHoudiniRuntimeSettings::CustomHoudiniHomeLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CookingThreadStackSize) == 0x000300, "Member 'UHoudiniRuntimeSettings::CookingThreadStackSize' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniEnvironmentFiles) == 0x000308, "Member 'UHoudiniRuntimeSettings::HoudiniEnvironmentFiles' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, OtlSearchPath) == 0x000318, "Member 'UHoudiniRuntimeSettings::OtlSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DsoSearchPath) == 0x000328, "Member 'UHoudiniRuntimeSettings::DsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ImageDsoSearchPath) == 0x000338, "Member 'UHoudiniRuntimeSettings::ImageDsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AudioDsoSearchPath) == 0x000348, "Member 'UHoudiniRuntimeSettings::AudioDsoSearchPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniSplineComponent \ +static_assert(alignof(UHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniSplineComponent) == 0x000580, "Wrong size on UHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurvePoints) == 0x000238, "Member 'UHoudiniSplineComponent::CurvePoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPoints) == 0x000248, "Member 'UHoudiniSplineComponent::DisplayPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPointIndexDivider) == 0x000258, "Member 'UHoudiniSplineComponent::DisplayPointIndexDivider' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, HoudiniSplineName) == 0x000268, "Member 'UHoudiniSplineComponent::HoudiniSplineName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bClosed) == 0x000278, "Member 'UHoudiniSplineComponent::bClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bReversed) == 0x000279, "Member 'UHoudiniSplineComponent::bReversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveOrder) == 0x00027C, "Member 'UHoudiniSplineComponent::CurveOrder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsHoudiniSplineVisible) == 0x000280, "Member 'UHoudiniSplineComponent::bIsHoudiniSplineVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveType) == 0x000281, "Member 'UHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveMethod) == 0x000282, "Member 'UHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveBreakpointParameterization) == 0x000283, "Member 'UHoudiniSplineComponent::CurveBreakpointParameterization' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsOutputCurve) == 0x000284, "Member 'UHoudiniSplineComponent::bIsOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bCookOnCurveChanged) == 0x000285, "Member 'UHoudiniSplineComponent::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsLegacyInputCurve) == 0x000286, "Member 'UHoudiniSplineComponent::bIsLegacyInputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bHasChanged) == 0x000560, "Member 'UHoudiniSplineComponent::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bNeedsToTriggerUpdate) == 0x000561, "Member 'UHoudiniSplineComponent::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsInputCurve) == 0x000562, "Member 'UHoudiniSplineComponent::bIsInputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsEditableOutputCurve) == 0x000563, "Member 'UHoudiniSplineComponent::bIsEditableOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, NodeID) == 0x000564, "Member 'UHoudiniSplineComponent::NodeID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, PartName) == 0x000568, "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) == 0x000038, "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) == 0x000030, "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) == 0x000038, "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) == 0x000008, "Wrong alignment on HoudiniStaticMesh_CalcBounds"); \ +static_assert(sizeof(HoudiniStaticMesh_CalcBounds) == 0x000038, "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) == 0x00000C, "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) == 0x000008, "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) == 0x0000C8, "Wrong size on UHoudiniStaticMesh"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasNormals) == 0x000028, "Member 'UHoudiniStaticMesh::bHasNormals' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasTangents) == 0x000029, "Member 'UHoudiniStaticMesh::bHasTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasColors) == 0x00002A, "Member 'UHoudiniStaticMesh::bHasColors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, NumUVLayers) == 0x00002C, "Member 'UHoudiniStaticMesh::NumUVLayers' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasPerFaceMaterials) == 0x000030, "Member 'UHoudiniStaticMesh::bHasPerFaceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexPositions) == 0x000038, "Member 'UHoudiniStaticMesh::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, TriangleIndices) == 0x000048, "Member 'UHoudiniStaticMesh::TriangleIndices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceColors) == 0x000058, "Member 'UHoudiniStaticMesh::VertexInstanceColors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceNormals) == 0x000068, "Member 'UHoudiniStaticMesh::VertexInstanceNormals' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUTangents) == 0x000078, "Member 'UHoudiniStaticMesh::VertexInstanceUTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceVTangents) == 0x000088, "Member 'UHoudiniStaticMesh::VertexInstanceVTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUVs) == 0x000098, "Member 'UHoudiniStaticMesh::VertexInstanceUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, MaterialIDsPerTriangle) == 0x0000A8, "Member 'UHoudiniStaticMesh::MaterialIDsPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, StaticMaterials) == 0x0000B8, "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) == 0x0005A0, "Wrong size on UHoudiniStaticMeshComponent"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, Mesh) == 0x000550, "Member 'UHoudiniStaticMeshComponent::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, LocalBounds) == 0x000558, "Member 'UHoudiniStaticMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, bHoudiniIconVisible) == 0x000590, "Member 'UHoudiniStaticMeshComponent::bHoudiniIconVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniToolData_PopulateFromJSONData \ +static_assert(alignof(HoudiniToolData_PopulateFromJSONData) == 0x000008, "Wrong alignment on HoudiniToolData_PopulateFromJSONData"); \ +static_assert(sizeof(HoudiniToolData_PopulateFromJSONData) == 0x000018, "Wrong size on HoudiniToolData_PopulateFromJSONData"); \ +static_assert(offsetof(HoudiniToolData_PopulateFromJSONData, JSONData) == 0x000000, "Member 'HoudiniToolData_PopulateFromJSONData::JSONData' has a wrong offset!"); \ +static_assert(offsetof(HoudiniToolData_PopulateFromJSONData, ReturnValue) == 0x000010, "Member 'HoudiniToolData_PopulateFromJSONData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniToolData_PopulateFromJSONFile \ +static_assert(alignof(HoudiniToolData_PopulateFromJSONFile) == 0x000008, "Wrong alignment on HoudiniToolData_PopulateFromJSONFile"); \ +static_assert(sizeof(HoudiniToolData_PopulateFromJSONFile) == 0x000018, "Wrong size on HoudiniToolData_PopulateFromJSONFile"); \ +static_assert(offsetof(HoudiniToolData_PopulateFromJSONFile, JsonFilePath) == 0x000000, "Member 'HoudiniToolData_PopulateFromJSONFile::JsonFilePath' has a wrong offset!"); \ +static_assert(offsetof(HoudiniToolData_PopulateFromJSONFile, ReturnValue) == 0x000010, "Member 'HoudiniToolData_PopulateFromJSONFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniToolData_SaveToJSONFile \ +static_assert(alignof(HoudiniToolData_SaveToJSONFile) == 0x000008, "Wrong alignment on HoudiniToolData_SaveToJSONFile"); \ +static_assert(sizeof(HoudiniToolData_SaveToJSONFile) == 0x000018, "Wrong size on HoudiniToolData_SaveToJSONFile"); \ +static_assert(offsetof(HoudiniToolData_SaveToJSONFile, JsonFilePath) == 0x000000, "Member 'HoudiniToolData_SaveToJSONFile::JsonFilePath' has a wrong offset!"); \ +static_assert(offsetof(HoudiniToolData_SaveToJSONFile, ReturnValue) == 0x000010, "Member 'HoudiniToolData_SaveToJSONFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniToolData_ConvertToJSONData \ +static_assert(alignof(HoudiniToolData_ConvertToJSONData) == 0x000008, "Wrong alignment on HoudiniToolData_ConvertToJSONData"); \ +static_assert(sizeof(HoudiniToolData_ConvertToJSONData) == 0x000018, "Wrong size on HoudiniToolData_ConvertToJSONData"); \ +static_assert(offsetof(HoudiniToolData_ConvertToJSONData, JSONData) == 0x000000, "Member 'HoudiniToolData_ConvertToJSONData::JSONData' has a wrong offset!"); \ +static_assert(offsetof(HoudiniToolData_ConvertToJSONData, ReturnValue) == 0x000010, "Member 'HoudiniToolData_ConvertToJSONData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniToolData \ +static_assert(alignof(UHoudiniToolData) == 0x000008, "Wrong alignment on UHoudiniToolData"); \ +static_assert(sizeof(UHoudiniToolData) == 0x0000B0, "Wrong size on UHoudiniToolData"); \ +static_assert(offsetof(UHoudiniToolData, Name_0) == 0x000028, "Member 'UHoudiniToolData::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, Tooltip) == 0x000038, "Member 'UHoudiniToolData::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, IconImageData) == 0x000048, "Member 'UHoudiniToolData::IconImageData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, IconSourcePath) == 0x000078, "Member 'UHoudiniToolData::IconSourcePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, HelpURL) == 0x000088, "Member 'UHoudiniToolData::HelpURL' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, Type) == 0x000098, "Member 'UHoudiniToolData::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, DefaultTool) == 0x000099, "Member 'UHoudiniToolData::DefaultTool' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, SelectionType) == 0x00009A, "Member 'UHoudiniToolData::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolData, SourceAssetPath) == 0x0000A0, "Member 'UHoudiniToolData::SourceAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniToolsPackageAsset \ +static_assert(alignof(UHoudiniToolsPackageAsset) == 0x000008, "Wrong alignment on UHoudiniToolsPackageAsset"); \ +static_assert(sizeof(UHoudiniToolsPackageAsset) == 0x000090, "Wrong size on UHoudiniToolsPackageAsset"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, Categories) == 0x000028, "Member 'UHoudiniToolsPackageAsset::Categories' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, ExternalPackageDir) == 0x000078, "Member 'UHoudiniToolsPackageAsset::ExternalPackageDir' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, bReimportPackageDescription) == 0x000088, "Member 'UHoudiniToolsPackageAsset::bReimportPackageDescription' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, bExportPackageDescription) == 0x000089, "Member 'UHoudiniToolsPackageAsset::bExportPackageDescription' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, bReimportToolsDescription) == 0x00008A, "Member 'UHoudiniToolsPackageAsset::bReimportToolsDescription' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniToolsPackageAsset, bExportToolsDescription) == 0x00008B, "Member 'UHoudiniToolsPackageAsset::bExportToolsDescription' 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_FNiagaraVariableCommonReference \ +static_assert(alignof(FNiagaraVariableCommonReference) == 0x000008, "Wrong alignment on FNiagaraVariableCommonReference"); \ +static_assert(sizeof(FNiagaraVariableCommonReference) == 0x000010, "Wrong size on FNiagaraVariableCommonReference"); \ +static_assert(offsetof(FNiagaraVariableCommonReference, Name) == 0x000000, "Member 'FNiagaraVariableCommonReference::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableCommonReference, UnderlyingType) == 0x000008, "Member 'FNiagaraVariableCommonReference::UnderlyingType' 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) == 0x000028, "Wrong size on UNiagaraMergeable"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceBase \ +static_assert(alignof(UNiagaraDataInterfaceBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceBase) == 0x000028, "Wrong size on UNiagaraDataInterfaceBase"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_LoadGame_C_GetIsSuccessful \ +static_assert(alignof(BP_LatentAction_LoadGame_C_GetIsSuccessful) == 0x000001, "Wrong alignment on BP_LatentAction_LoadGame_C_GetIsSuccessful"); \ +static_assert(sizeof(BP_LatentAction_LoadGame_C_GetIsSuccessful) == 0x000002, "Wrong size on BP_LatentAction_LoadGame_C_GetIsSuccessful"); \ +static_assert(offsetof(BP_LatentAction_LoadGame_C_GetIsSuccessful, ReturnValue) == 0x000000, "Member 'BP_LatentAction_LoadGame_C_GetIsSuccessful::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_LoadGame_C_GetIsSuccessful, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_LatentAction_LoadGame_C_GetIsSuccessful::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_LoadGame_C_GetStatus \ +static_assert(alignof(BP_LatentAction_LoadGame_C_GetStatus) == 0x000001, "Wrong alignment on BP_LatentAction_LoadGame_C_GetStatus"); \ +static_assert(sizeof(BP_LatentAction_LoadGame_C_GetStatus) == 0x000001, "Wrong size on BP_LatentAction_LoadGame_C_GetStatus"); \ +static_assert(offsetof(BP_LatentAction_LoadGame_C_GetStatus, ReturnValue) == 0x000000, "Member 'BP_LatentAction_LoadGame_C_GetStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_LoadGame_C_SetStatus \ +static_assert(alignof(BP_LatentAction_LoadGame_C_SetStatus) == 0x000001, "Wrong alignment on BP_LatentAction_LoadGame_C_SetStatus"); \ +static_assert(sizeof(BP_LatentAction_LoadGame_C_SetStatus) == 0x000001, "Wrong size on BP_LatentAction_LoadGame_C_SetStatus"); \ +static_assert(offsetof(BP_LatentAction_LoadGame_C_SetStatus, Status) == 0x000000, "Member 'BP_LatentAction_LoadGame_C_SetStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LatentAction_LoadGame_C \ +static_assert(alignof(UBP_LatentAction_LoadGame_C) == 0x000008, "Wrong alignment on UBP_LatentAction_LoadGame_C"); \ +static_assert(sizeof(UBP_LatentAction_LoadGame_C) == 0x000050, "Wrong size on UBP_LatentAction_LoadGame_C"); \ +static_assert(offsetof(UBP_LatentAction_LoadGame_C, SaveManagerLoadingStatus) == 0x000048, "Member 'UBP_LatentAction_LoadGame_C::SaveManagerLoadingStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulationStageMetaData \ +static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ +static_assert(sizeof(FSimulationStageMetaData) == 0x0000A8, "Wrong size on FSimulationStageMetaData"); \ +static_assert(offsetof(FSimulationStageMetaData, SimulationStageName) == 0x000000, "Member 'FSimulationStageMetaData::SimulationStageName' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, EnabledBinding) == 0x000008, "Member 'FSimulationStageMetaData::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCount) == 0x000010, "Member 'FSimulationStageMetaData::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountXBinding) == 0x00001C, "Member 'FSimulationStageMetaData::ElementCountXBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountYBinding) == 0x000024, "Member 'FSimulationStageMetaData::ElementCountYBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountZBinding) == 0x00002C, "Member 'FSimulationStageMetaData::ElementCountZBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationSourceType) == 0x000034, "Member 'FSimulationStageMetaData::IterationSourceType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationDataInterface) == 0x000038, "Member 'FSimulationStageMetaData::IterationDataInterface' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationDirectBinding) == 0x000040, "Member 'FSimulationStageMetaData::IterationDirectBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ExecuteBehavior) == 0x000048, "Member 'FSimulationStageMetaData::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateBinding) == 0x000050, "Member 'FSimulationStageMetaData::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateRange) == 0x00005C, "Member 'FSimulationStageMetaData::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000068, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, InputDataInterfaces) == 0x000078, "Member 'FSimulationStageMetaData::InputDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterations) == 0x000088, "Member 'FSimulationStageMetaData::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterationsBinding) == 0x00008C, "Member 'FSimulationStageMetaData::NumIterationsBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchType) == 0x000094, "Member 'FSimulationStageMetaData::GpuDispatchType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDirectDispatchElementType) == 0x000095, "Member 'FSimulationStageMetaData::GpuDirectDispatchElementType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchNumThreads) == 0x000098, "Member 'FSimulationStageMetaData::GpuDispatchNumThreads' 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, NodeGuid) == 0x000028, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x000038, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000048, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Source) == 0x000058, "Member 'FNiagaraCompileEvent::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ +static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000050, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(offsetof(FNiagaraDataInterfaceGeneratedFunction, VariadicInputs) == 0x000030, "Member 'FNiagaraDataInterfaceGeneratedFunction::VariadicInputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGeneratedFunction, VariadicOutputs) == 0x000040, "Member 'FNiagaraDataInterfaceGeneratedFunction::VariadicOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ +static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000038, "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, ShaderParametersOffset) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::ShaderParametersOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000028, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraShaderScriptExternalConstant \ +static_assert(alignof(FNiagaraShaderScriptExternalConstant) == 0x000008, "Wrong alignment on FNiagaraShaderScriptExternalConstant"); \ +static_assert(sizeof(FNiagaraShaderScriptExternalConstant) == 0x000018, "Wrong size on FNiagaraShaderScriptExternalConstant"); \ +static_assert(offsetof(FNiagaraShaderScriptExternalConstant, Type) == 0x000000, "Member 'FNiagaraShaderScriptExternalConstant::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptExternalConstant, Name) == 0x000008, "Member 'FNiagaraShaderScriptExternalConstant::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraShaderScriptParametersMetadata \ +static_assert(alignof(FNiagaraShaderScriptParametersMetadata) == 0x000008, "Wrong alignment on FNiagaraShaderScriptParametersMetadata"); \ +static_assert(sizeof(FNiagaraShaderScriptParametersMetadata) == 0x000058, "Wrong size on FNiagaraShaderScriptParametersMetadata"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, DataInterfaceParamInfo) == 0x000000, "Member 'FNiagaraShaderScriptParametersMetadata::DataInterfaceParamInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, LooseMetadataNames) == 0x000010, "Member 'FNiagaraShaderScriptParametersMetadata::LooseMetadataNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, bExternalConstantsInterpolated) == 0x000020, "Member 'FNiagaraShaderScriptParametersMetadata::bExternalConstantsInterpolated' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, ExternalConstants) == 0x000028, "Member 'FNiagaraShaderScriptParametersMetadata::ExternalConstants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptBase \ +static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ +static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetID \ +static_assert(alignof(FNiagaraDataSetID) == 0x000004, "Wrong alignment on FNiagaraDataSetID"); \ +static_assert(sizeof(FNiagaraDataSetID) == 0x00000C, "Wrong size on FNiagaraDataSetID"); \ +static_assert(offsetof(FNiagaraDataSetID, Name) == 0x000000, "Member 'FNiagaraDataSetID::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetID, Type) == 0x000008, "Member 'FNiagaraDataSetID::Type' 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) == 0x00000C, "Wrong size on FNiagaraVariableBase"); \ +static_assert(offsetof(FNiagaraVariableBase, Name) == 0x000000, "Member 'FNiagaraVariableBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableBase, TypeDefHandle) == 0x000008, "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_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_FNiagaraSimCacheCaptureParameters \ +static_assert(alignof(FNiagaraSimCacheCaptureParameters) == 0x000004, "Wrong alignment on FNiagaraSimCacheCaptureParameters"); \ +static_assert(sizeof(FNiagaraSimCacheCaptureParameters) == 0x00001C, "Wrong size on FNiagaraSimCacheCaptureParameters"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, NumFrames) == 0x000004, "Member 'FNiagaraSimCacheCaptureParameters::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, CaptureRate) == 0x000008, "Member 'FNiagaraSimCacheCaptureParameters::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, TimeoutFrameCount) == 0x000010, "Member 'FNiagaraSimCacheCaptureParameters::TimeoutFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, ImmediateCaptureDeltaTime) == 0x000018, "Member 'FNiagaraSimCacheCaptureParameters::ImmediateCaptureDeltaTime' 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_FVMFunctionSpecifier \ +static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ +static_assert(sizeof(FVMFunctionSpecifier) == 0x000010, "Wrong size on FVMFunctionSpecifier"); \ +static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ +static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x000008, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ +static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ +static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000058, "Wrong size on FVMExternalFunctionBindingInfo"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x000008, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000010, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000020, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, VariadicInputs) == 0x000038, "Member 'FVMExternalFunctionBindingInfo::VariadicInputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, VariadicOutputs) == 0x000048, "Member 'FVMExternalFunctionBindingInfo::VariadicOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheCreateParameters \ +static_assert(alignof(FNiagaraSimCacheCreateParameters) == 0x000008, "Wrong alignment on FNiagaraSimCacheCreateParameters"); \ +static_assert(sizeof(FNiagaraSimCacheCreateParameters) == 0x000058, "Wrong size on FNiagaraSimCacheCreateParameters"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, AttributeCaptureMode) == 0x000000, "Member 'FNiagaraSimCacheCreateParameters::AttributeCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, RebaseIncludeAttributes) == 0x000008, "Member 'FNiagaraSimCacheCreateParameters::RebaseIncludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, RebaseExcludeAttributes) == 0x000018, "Member 'FNiagaraSimCacheCreateParameters::RebaseExcludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, InterpolationIncludeAttributes) == 0x000028, "Member 'FNiagaraSimCacheCreateParameters::InterpolationIncludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, InterpolationExcludeAttributes) == 0x000038, "Member 'FNiagaraSimCacheCreateParameters::InterpolationExcludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, ExplicitCaptureAttributes) == 0x000048, "Member 'FNiagaraSimCacheCreateParameters::ExplicitCaptureAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIRenderTargetVolumeSimCacheFrame \ +static_assert(alignof(FNDIRenderTargetVolumeSimCacheFrame) == 0x000008, "Wrong alignment on FNDIRenderTargetVolumeSimCacheFrame"); \ +static_assert(sizeof(FNDIRenderTargetVolumeSimCacheFrame) == 0x000048, "Wrong size on FNDIRenderTargetVolumeSimCacheFrame"); \ +static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, Size) == 0x000000, "Member 'FNDIRenderTargetVolumeSimCacheFrame::Size' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, Format) == 0x00000C, "Member 'FNDIRenderTargetVolumeSimCacheFrame::Format' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, UncompressedSize) == 0x000010, "Member 'FNDIRenderTargetVolumeSimCacheFrame::UncompressedSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetVolumeSimCacheFrame, CompressedSize) == 0x000014, "Member 'FNDIRenderTargetVolumeSimCacheFrame::CompressedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetTagDefinition \ +static_assert(alignof(FNiagaraAssetTagDefinition) == 0x000008, "Wrong alignment on FNiagaraAssetTagDefinition"); \ +static_assert(sizeof(FNiagaraAssetTagDefinition) == 0x000050, "Wrong size on FNiagaraAssetTagDefinition"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, AssetTag) == 0x000000, "Member 'FNiagaraAssetTagDefinition::AssetTag' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, AssetFlags) == 0x000010, "Member 'FNiagaraAssetTagDefinition::AssetFlags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, Description) == 0x000018, "Member 'FNiagaraAssetTagDefinition::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, DisplayType) == 0x000028, "Member 'FNiagaraAssetTagDefinition::DisplayType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, Color) == 0x00002C, "Member 'FNiagaraAssetTagDefinition::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, TagGuid) == 0x00003C, "Member 'FNiagaraAssetTagDefinition::TagGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetTagDefinitionReference \ +static_assert(alignof(FNiagaraAssetTagDefinitionReference) == 0x000004, "Wrong alignment on FNiagaraAssetTagDefinitionReference"); \ +static_assert(sizeof(FNiagaraAssetTagDefinitionReference) == 0x000010, "Wrong size on FNiagaraAssetTagDefinitionReference"); \ +static_assert(offsetof(FNiagaraAssetTagDefinitionReference, AssetTagDefinitionGuid) == 0x000000, "Member 'FNiagaraAssetTagDefinitionReference::AssetTagDefinitionGuid' 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_FNiagaraFunctionSignature \ +static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ +static_assert(sizeof(FNiagaraFunctionSignature) == 0x000098, "Wrong size on FNiagaraFunctionSignature"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000008, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000018, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000028, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000034, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, MiscUsageBitMask) == 0x000038, "Member 'FNiagaraFunctionSignature::MiscUsageBitMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageIndex) == 0x00003C, "Member 'FNiagaraFunctionSignature::ContextStageIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, RequiredInputs) == 0x000040, "Member 'FNiagaraFunctionSignature::RequiredInputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, RequiredOutputs) == 0x000042, "Member 'FNiagaraFunctionSignature::RequiredOutputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000048, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptUObjectCompileInfo \ +static_assert(alignof(FNiagaraScriptUObjectCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptUObjectCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptUObjectCompileInfo) == 0x000050, "Wrong size on FNiagaraScriptUObjectCompileInfo"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, Variable) == 0x000000, "Member 'FNiagaraScriptUObjectCompileInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, Object) == 0x000010, "Member 'FNiagaraScriptUObjectCompileInfo::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, ObjectPath) == 0x000018, "Member 'FNiagaraScriptUObjectCompileInfo::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, RegisteredParameterMapRead) == 0x000038, "Member 'FNiagaraScriptUObjectCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, RegisteredParameterMapWrites) == 0x000040, "Member 'FNiagaraScriptUObjectCompileInfo::RegisteredParameterMapWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraResolvedUObjectInfo \ +static_assert(alignof(FNiagaraResolvedUObjectInfo) == 0x000008, "Wrong alignment on FNiagaraResolvedUObjectInfo"); \ +static_assert(sizeof(FNiagaraResolvedUObjectInfo) == 0x000020, "Wrong size on FNiagaraResolvedUObjectInfo"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, ReadVariableName) == 0x000000, "Member 'FNiagaraResolvedUObjectInfo::ReadVariableName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, ResolvedVariable) == 0x000008, "Member 'FNiagaraResolvedUObjectInfo::ResolvedVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, Object) == 0x000018, "Member 'FNiagaraResolvedUObjectInfo::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraExternalUObjectInfo \ +static_assert(alignof(FNiagaraExternalUObjectInfo) == 0x000004, "Wrong alignment on FNiagaraExternalUObjectInfo"); \ +static_assert(sizeof(FNiagaraExternalUObjectInfo) == 0x000014, "Wrong size on FNiagaraExternalUObjectInfo"); \ +static_assert(offsetof(FNiagaraExternalUObjectInfo, Variable) == 0x000000, "Member 'FNiagaraExternalUObjectInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraExternalUObjectInfo, ExternalName) == 0x00000C, "Member 'FNiagaraExternalUObjectInfo::ExternalName' 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!"); \ +static_assert(offsetof(FNiagaraTypeDefinition, Flags) == 0x00000A, "Member 'FNiagaraTypeDefinition::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceInfo) == 0x000050, "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, CompileName) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::CompileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000020, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000030, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000038, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, SourceEmitterName) == 0x000040, "Member 'FNiagaraScriptDataInterfaceInfo::SourceEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraResolvedUserDataInterfaceBinding \ +static_assert(alignof(FNiagaraResolvedUserDataInterfaceBinding) == 0x000004, "Wrong alignment on FNiagaraResolvedUserDataInterfaceBinding"); \ +static_assert(sizeof(FNiagaraResolvedUserDataInterfaceBinding) == 0x000008, "Wrong size on FNiagaraResolvedUserDataInterfaceBinding"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptResolvedDataInterfaceInfo \ +static_assert(alignof(FNiagaraScriptResolvedDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptResolvedDataInterfaceInfo"); \ +static_assert(sizeof(FNiagaraScriptResolvedDataInterfaceInfo) == 0x000050, "Wrong size on FNiagaraScriptResolvedDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, Name) == 0x000000, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, CompileName) == 0x000008, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::CompileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedSourceEmitterName) == 0x000010, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedSourceEmitterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedVariable) == 0x000020, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ParameterStoreVariable) == 0x00002C, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ParameterStoreVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, bIsInternal) == 0x000038, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::bIsInternal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedDataInterface) == 0x000040, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedDataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, UserPtrIdx) == 0x000048, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000048, "Wrong size on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Name) == 0x000000, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, UserPtrIdx) == 0x000008, "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) == 0x000028, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000030, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, SourceEmitterName) == 0x000038, "Member 'FNiagaraScriptDataInterfaceCompileInfo::SourceEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatScope \ +static_assert(alignof(FNiagaraStatScope) == 0x000004, "Wrong alignment on FNiagaraStatScope"); \ +static_assert(sizeof(FNiagaraStatScope) == 0x000010, "Wrong size on FNiagaraStatScope"); \ +static_assert(offsetof(FNiagaraStatScope, FullName) == 0x000000, "Member 'FNiagaraStatScope::FullName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatScope, FriendlyName) == 0x000008, "Member 'FNiagaraStatScope::FriendlyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemUpdateContext \ +static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ +static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000088, "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, ComponentsToDestroyInstance) == 0x000030, "Member 'FNiagaraSystemUpdateContext::ComponentsToDestroyInstance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000040, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToRecache) == 0x000050, "Member 'FNiagaraSystemUpdateContext::SystemSimsToRecache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableInfo \ +static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ +static_assert(sizeof(FNiagaraVariableInfo) == 0x000038, "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) == 0x000030, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ +static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ +static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000038, "Wrong size on FNiagaraVariableAttributeBinding"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000020, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetName) == 0x00002C, "Member 'FNiagaraVariableAttributeBinding::DataSetName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000034, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMaterialAttributeBinding \ +static_assert(alignof(FNiagaraMaterialAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraMaterialAttributeBinding"); \ +static_assert(sizeof(FNiagaraMaterialAttributeBinding) == 0x00002C, "Wrong size on FNiagaraMaterialAttributeBinding"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, MaterialParameterName) == 0x000000, "Member 'FNiagaraMaterialAttributeBinding::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraVariable) == 0x000008, "Member 'FNiagaraMaterialAttributeBinding::NiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, ResolvedNiagaraVariable) == 0x000014, "Member 'FNiagaraMaterialAttributeBinding::ResolvedNiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraChildVariable) == 0x000020, "Member 'FNiagaraMaterialAttributeBinding::NiagaraChildVariable' 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_FNiagaraScriptVariableBinding \ +static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ +static_assert(sizeof(FNiagaraScriptVariableBinding) == 0x000008, "Wrong size on FNiagaraScriptVariableBinding"); \ +static_assert(offsetof(FNiagaraScriptVariableBinding, Name) == 0x000000, "Member 'FNiagaraScriptVariableBinding::Name' 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!"); \ +static_assert(offsetof(FNiagaraCompileDependency, bDependentVariableFromCustomIterationNamespace) == 0x00004C, "Member 'FNiagaraCompileDependency::bDependentVariableFromCustomIterationNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptAsyncCompileData \ +static_assert(alignof(FNiagaraScriptAsyncCompileData) == 0x000008, "Wrong alignment on FNiagaraScriptAsyncCompileData"); \ +static_assert(sizeof(FNiagaraScriptAsyncCompileData) == 0x000110, "Wrong size on FNiagaraScriptAsyncCompileData"); \ +static_assert(offsetof(FNiagaraScriptAsyncCompileData, RapidIterationParameters) == 0x0000B0, "Member 'FNiagaraScriptAsyncCompileData::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptAsyncCompileData, NamedDataInterfaces) == 0x0000C0, "Member 'FNiagaraScriptAsyncCompileData::NamedDataInterfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemAsyncCompileResults \ +static_assert(alignof(FNiagaraSystemAsyncCompileResults) == 0x000008, "Wrong alignment on FNiagaraSystemAsyncCompileResults"); \ +static_assert(sizeof(FNiagaraSystemAsyncCompileResults) == 0x000088, "Wrong size on FNiagaraSystemAsyncCompileResults"); \ +static_assert(offsetof(FNiagaraSystemAsyncCompileResults, RootObjects) == 0x000000, "Member 'FNiagaraSystemAsyncCompileResults::RootObjects' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemAsyncCompileResults, ExposedVariables) == 0x000068, "Member 'FNiagaraSystemAsyncCompileResults::ExposedVariables' 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_FNiagaraDataChannelVariable \ +static_assert(alignof(FNiagaraDataChannelVariable) == 0x000004, "Wrong alignment on FNiagaraDataChannelVariable"); \ +static_assert(sizeof(FNiagaraDataChannelVariable) == 0x00000C, "Wrong size on FNiagaraDataChannelVariable"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelSearchParameters \ +static_assert(alignof(FNiagaraDataChannelSearchParameters) == 0x000008, "Wrong alignment on FNiagaraDataChannelSearchParameters"); \ +static_assert(sizeof(FNiagaraDataChannelSearchParameters) == 0x000028, "Wrong size on FNiagaraDataChannelSearchParameters"); \ +static_assert(offsetof(FNiagaraDataChannelSearchParameters, OwningComponent) == 0x000000, "Member 'FNiagaraDataChannelSearchParameters::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelSearchParameters, Location) == 0x000008, "Member 'FNiagaraDataChannelSearchParameters::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStructConversionStep \ +static_assert(alignof(FNiagaraStructConversionStep) == 0x000004, "Wrong alignment on FNiagaraStructConversionStep"); \ +static_assert(sizeof(FNiagaraStructConversionStep) == 0x000014, "Wrong size on FNiagaraStructConversionStep"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCBytes) == 0x000000, "Member 'FNiagaraStructConversionStep::LWCBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCOffset) == 0x000004, "Member 'FNiagaraStructConversionStep::LWCOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationBytes) == 0x000008, "Member 'FNiagaraStructConversionStep::SimulationBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationOffset) == 0x00000C, "Member 'FNiagaraStructConversionStep::SimulationOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, ConversionType) == 0x000010, "Member 'FNiagaraStructConversionStep::ConversionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraLwcStructConverter \ +static_assert(alignof(FNiagaraLwcStructConverter) == 0x000008, "Wrong alignment on FNiagaraLwcStructConverter"); \ +static_assert(sizeof(FNiagaraLwcStructConverter) == 0x000018, "Wrong size on FNiagaraLwcStructConverter"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, LWCSize) == 0x000000, "Member 'FNiagaraLwcStructConverter::LWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, SWCSize) == 0x000004, "Member 'FNiagaraLwcStructConverter::SWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, ConversionSteps) == 0x000008, "Member 'FNiagaraLwcStructConverter::ConversionSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelGameDataLayout \ +static_assert(alignof(FNiagaraDataChannelGameDataLayout) == 0x000008, "Wrong alignment on FNiagaraDataChannelGameDataLayout"); \ +static_assert(sizeof(FNiagaraDataChannelGameDataLayout) == 0x000060, "Wrong size on FNiagaraDataChannelGameDataLayout"); \ +static_assert(offsetof(FNiagaraDataChannelGameDataLayout, VariableIndices) == 0x000000, "Member 'FNiagaraDataChannelGameDataLayout::VariableIndices' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelGameDataLayout, LwcConverters) == 0x000050, "Member 'FNiagaraDataChannelGameDataLayout::LwcConverters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCIsland \ +static_assert(alignof(FNDCIsland) == 0x000008, "Wrong alignment on FNDCIsland"); \ +static_assert(sizeof(FNDCIsland) == 0x000070, "Wrong size on FNDCIsland"); \ +static_assert(offsetof(FNDCIsland, Owner) == 0x000000, "Member 'FNDCIsland::Owner' has a wrong offset!"); \ +static_assert(offsetof(FNDCIsland, Bounds) == 0x000008, "Member 'FNDCIsland::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FNDCIsland, NiagaraSystems) == 0x000040, "Member 'FNDCIsland::NiagaraSystems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCIslandDebugDrawSettings \ +static_assert(alignof(FNDCIslandDebugDrawSettings) == 0x000004, "Wrong alignment on FNDCIslandDebugDrawSettings"); \ +static_assert(sizeof(FNDCIslandDebugDrawSettings) == 0x000004, "Wrong size on FNDCIslandDebugDrawSettings"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelFunctionInfo \ +static_assert(alignof(FNDIDataChannelFunctionInfo) == 0x000008, "Wrong alignment on FNDIDataChannelFunctionInfo"); \ +static_assert(sizeof(FNDIDataChannelFunctionInfo) == 0x000028, "Wrong size on FNDIDataChannelFunctionInfo"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, FunctionName) == 0x000000, "Member 'FNDIDataChannelFunctionInfo::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, Inputs) == 0x000008, "Member 'FNDIDataChannelFunctionInfo::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, Outputs) == 0x000018, "Member 'FNDIDataChannelFunctionInfo::Outputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannel_GPUScriptParameterAccessInfo \ +static_assert(alignof(FNDIDataChannel_GPUScriptParameterAccessInfo) == 0x000008, "Wrong alignment on FNDIDataChannel_GPUScriptParameterAccessInfo"); \ +static_assert(sizeof(FNDIDataChannel_GPUScriptParameterAccessInfo) == 0x000010, "Wrong size on FNDIDataChannel_GPUScriptParameterAccessInfo"); \ +static_assert(offsetof(FNDIDataChannel_GPUScriptParameterAccessInfo, SortedParameters) == 0x000000, "Member 'FNDIDataChannel_GPUScriptParameterAccessInfo::SortedParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelCompiledData \ +static_assert(alignof(FNDIDataChannelCompiledData) == 0x000008, "Wrong alignment on FNDIDataChannelCompiledData"); \ +static_assert(sizeof(FNDIDataChannelCompiledData) == 0x000068, "Wrong size on FNDIDataChannelCompiledData"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, FunctionInfo) == 0x000000, "Member 'FNDIDataChannelCompiledData::FunctionInfo' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, GPUScriptParameterInfos) == 0x000010, "Member 'FNDIDataChannelCompiledData::GPUScriptParameterInfos' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, TotalParams) == 0x000060, "Member 'FNDIDataChannelCompiledData::TotalParams' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bUsedByCPU) == 0x000064, "Member 'FNDIDataChannelCompiledData::bUsedByCPU' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bUsedByGPU) == 0x000065, "Member 'FNDIDataChannelCompiledData::bUsedByGPU' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bNeedsSpawnDataTable) == 0x000066, "Member 'FNDIDataChannelCompiledData::bNeedsSpawnDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ +static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ +static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000018, "Wrong size on FNiagaraTypeLayoutInfo"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumFloatComponents) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::NumFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumInt32Components) == 0x000002, "Member 'FNiagaraTypeLayoutInfo::NumInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumHalfComponents) == 0x000004, "Member 'FNiagaraTypeLayoutInfo::NumHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, ComponentsOffsets) == 0x000008, "Member 'FNiagaraTypeLayoutInfo::ComponentsOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ +static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ +static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000020, "Wrong size on FNiagaraVariableLayoutInfo"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000002, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000008, "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) == 0x00002C, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x00003C, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteCompiledData \ +static_assert(alignof(FNDIDataChannelWriteCompiledData) == 0x000008, "Wrong alignment on FNDIDataChannelWriteCompiledData"); \ +static_assert(sizeof(FNDIDataChannelWriteCompiledData) == 0x0000B0, "Wrong size on FNDIDataChannelWriteCompiledData"); \ +static_assert(offsetof(FNDIDataChannelWriteCompiledData, DataLayout) == 0x000068, "Member 'FNDIDataChannelWriteCompiledData::DataLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteSimCacheFrameBuffer \ +static_assert(alignof(FNDIDataChannelWriteSimCacheFrameBuffer) == 0x000008, "Wrong alignment on FNDIDataChannelWriteSimCacheFrameBuffer"); \ +static_assert(sizeof(FNDIDataChannelWriteSimCacheFrameBuffer) == 0x000020, "Wrong size on FNDIDataChannelWriteSimCacheFrameBuffer"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, Data) == 0x000000, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::Data' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, Size) == 0x000010, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::Size' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, SourceVar) == 0x000014, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::SourceVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteSimCacheFrame \ +static_assert(alignof(FNDIDataChannelWriteSimCacheFrame) == 0x000008, "Wrong alignment on FNDIDataChannelWriteSimCacheFrame"); \ +static_assert(sizeof(FNDIDataChannelWriteSimCacheFrame) == 0x000020, "Wrong size on FNDIDataChannelWriteSimCacheFrame"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, NumElements) == 0x000000, "Member 'FNDIDataChannelWriteSimCacheFrame::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, VariableData) == 0x000008, "Member 'FNDIDataChannelWriteSimCacheFrame::VariableData' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGame) == 0x000018, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToCPUSims) == 0x000019, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToCPUSims' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGPUSims) == 0x00001A, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToGPUSims' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMessageStore \ +static_assert(alignof(FNiagaraMessageStore) == 0x000001, "Wrong alignment on FNiagaraMessageStore"); \ +static_assert(sizeof(FNiagaraMessageStore) == 0x000001, "Wrong size on FNiagaraMessageStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterBinding \ +static_assert(alignof(FNiagaraParameterBinding) == 0x000004, "Wrong alignment on FNiagaraParameterBinding"); \ +static_assert(sizeof(FNiagaraParameterBinding) == 0x00000C, "Wrong size on FNiagaraParameterBinding"); \ +static_assert(offsetof(FNiagaraParameterBinding, ResolvedParameter) == 0x000000, "Member 'FNiagaraParameterBinding::ResolvedParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterBindingWithValue \ +static_assert(alignof(FNiagaraParameterBindingWithValue) == 0x000008, "Wrong alignment on FNiagaraParameterBindingWithValue"); \ +static_assert(sizeof(FNiagaraParameterBindingWithValue) == 0x000020, "Wrong size on FNiagaraParameterBindingWithValue"); \ +static_assert(offsetof(FNiagaraParameterBindingWithValue, DefaultValue) == 0x000010, "Member 'FNiagaraParameterBindingWithValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScalabilityState \ +static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ +static_assert(sizeof(FNiagaraScalabilityState) == 0x00000C, "Wrong size on FNiagaraScalabilityState"); \ +static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScalabilityState, LastVisibleTime) == 0x000004, "Member 'FNiagaraScalabilityState::LastVisibleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimStageExecutionLoopEditorData \ +static_assert(alignof(FNiagaraSimStageExecutionLoopEditorData) == 0x000001, "Wrong alignment on FNiagaraSimStageExecutionLoopEditorData"); \ +static_assert(sizeof(FNiagaraSimStageExecutionLoopEditorData) == 0x000001, "Wrong size on FNiagaraSimStageExecutionLoopEditorData"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimStageExecutionLoopData \ +static_assert(alignof(FNiagaraSimStageExecutionLoopData) == 0x000004, "Wrong alignment on FNiagaraSimStageExecutionLoopData"); \ +static_assert(sizeof(FNiagaraSimStageExecutionLoopData) == 0x000014, "Wrong size on FNiagaraSimStageExecutionLoopData"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, NumLoopsBinding) == 0x000000, "Member 'FNiagaraSimStageExecutionLoopData::NumLoopsBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, NumLoops) == 0x000008, "Member 'FNiagaraSimStageExecutionLoopData::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, StartStageIndex) == 0x00000C, "Member 'FNiagaraSimStageExecutionLoopData::StartStageIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, EndStageIndex) == 0x000010, "Member 'FNiagaraSimStageExecutionLoopData::EndStageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStackSection \ +static_assert(alignof(FNiagaraStackSection) == 0x000008, "Wrong alignment on FNiagaraStackSection"); \ +static_assert(sizeof(FNiagaraStackSection) == 0x000040, "Wrong size on FNiagaraStackSection"); \ +static_assert(offsetof(FNiagaraStackSection, SectionIdentifier) == 0x000000, "Member 'FNiagaraStackSection::SectionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, SectionDisplayName) == 0x000008, "Member 'FNiagaraStackSection::SectionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, Categories) == 0x000018, "Member 'FNiagaraStackSection::Categories' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, Tooltip) == 0x000028, "Member 'FNiagaraStackSection::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, bEnabled) == 0x000038, "Member 'FNiagaraStackSection::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionBase \ +static_assert(alignof(FNiagaraDistributionBase) == 0x000008, "Wrong alignment on FNiagaraDistributionBase"); \ +static_assert(sizeof(FNiagaraDistributionBase) == 0x000018, "Wrong size on FNiagaraDistributionBase"); \ +static_assert(offsetof(FNiagaraDistributionBase, Mode) == 0x000008, "Member 'FNiagaraDistributionBase::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionBase, ParameterBinding) == 0x00000C, "Member 'FNiagaraDistributionBase::ParameterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeInt \ +static_assert(alignof(FNiagaraDistributionRangeInt) == 0x000004, "Wrong alignment on FNiagaraDistributionRangeInt"); \ +static_assert(sizeof(FNiagaraDistributionRangeInt) == 0x000018, "Wrong size on FNiagaraDistributionRangeInt"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, Mode) == 0x000000, "Member 'FNiagaraDistributionRangeInt::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, ParameterBinding) == 0x000004, "Member 'FNiagaraDistributionRangeInt::ParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, min_0) == 0x000010, "Member 'FNiagaraDistributionRangeInt::min_0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, max_0) == 0x000014, "Member 'FNiagaraDistributionRangeInt::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeFloat \ +static_assert(alignof(FNiagaraDistributionRangeFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeFloat"); \ +static_assert(sizeof(FNiagaraDistributionRangeFloat) == 0x000020, "Wrong size on FNiagaraDistributionRangeFloat"); \ +static_assert(offsetof(FNiagaraDistributionRangeFloat, min_0) == 0x000018, "Member 'FNiagaraDistributionRangeFloat::min_0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeFloat, max_0) == 0x00001C, "Member 'FNiagaraDistributionRangeFloat::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeVector2 \ +static_assert(alignof(FNiagaraDistributionRangeVector2) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeVector2"); \ +static_assert(sizeof(FNiagaraDistributionRangeVector2) == 0x000028, "Wrong size on FNiagaraDistributionRangeVector2"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector2, min_0) == 0x000018, "Member 'FNiagaraDistributionRangeVector2::min_0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector2, max_0) == 0x000020, "Member 'FNiagaraDistributionRangeVector2::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeVector3 \ +static_assert(alignof(FNiagaraDistributionRangeVector3) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeVector3"); \ +static_assert(sizeof(FNiagaraDistributionRangeVector3) == 0x000030, "Wrong size on FNiagaraDistributionRangeVector3"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector3, min_0) == 0x000018, "Member 'FNiagaraDistributionRangeVector3::min_0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector3, max_0) == 0x000024, "Member 'FNiagaraDistributionRangeVector3::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeColor \ +static_assert(alignof(FNiagaraDistributionRangeColor) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeColor"); \ +static_assert(sizeof(FNiagaraDistributionRangeColor) == 0x000038, "Wrong size on FNiagaraDistributionRangeColor"); \ +static_assert(offsetof(FNiagaraDistributionRangeColor, min_0) == 0x000018, "Member 'FNiagaraDistributionRangeColor::min_0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeColor, max_0) == 0x000028, "Member 'FNiagaraDistributionRangeColor::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionFloat \ +static_assert(alignof(FNiagaraDistributionFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionFloat"); \ +static_assert(sizeof(FNiagaraDistributionFloat) == 0x000028, "Wrong size on FNiagaraDistributionFloat"); \ +static_assert(offsetof(FNiagaraDistributionFloat, Values) == 0x000018, "Member 'FNiagaraDistributionFloat::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionVector2 \ +static_assert(alignof(FNiagaraDistributionVector2) == 0x000008, "Wrong alignment on FNiagaraDistributionVector2"); \ +static_assert(sizeof(FNiagaraDistributionVector2) == 0x000028, "Wrong size on FNiagaraDistributionVector2"); \ +static_assert(offsetof(FNiagaraDistributionVector2, Values) == 0x000018, "Member 'FNiagaraDistributionVector2::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionVector3 \ +static_assert(alignof(FNiagaraDistributionVector3) == 0x000008, "Wrong alignment on FNiagaraDistributionVector3"); \ +static_assert(sizeof(FNiagaraDistributionVector3) == 0x000028, "Wrong size on FNiagaraDistributionVector3"); \ +static_assert(offsetof(FNiagaraDistributionVector3, Values) == 0x000018, "Member 'FNiagaraDistributionVector3::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionColor \ +static_assert(alignof(FNiagaraDistributionColor) == 0x000008, "Wrong alignment on FNiagaraDistributionColor"); \ +static_assert(sizeof(FNiagaraDistributionColor) == 0x000028, "Wrong size on FNiagaraDistributionColor"); \ +static_assert(offsetof(FNiagaraDistributionColor, Values) == 0x000018, "Member 'FNiagaraDistributionColor::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessSpawnInfo \ +static_assert(alignof(FNiagaraStatelessSpawnInfo) == 0x000008, "Wrong alignment on FNiagaraStatelessSpawnInfo"); \ +static_assert(sizeof(FNiagaraStatelessSpawnInfo) == 0x000048, "Wrong size on FNiagaraStatelessSpawnInfo"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Type) == 0x000000, "Member 'FNiagaraStatelessSpawnInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, SpawnTime) == 0x000004, "Member 'FNiagaraStatelessSpawnInfo::SpawnTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Amount) == 0x000008, "Member 'FNiagaraStatelessSpawnInfo::Amount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Rate) == 0x000020, "Member 'FNiagaraStatelessSpawnInfo::Rate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, bSpawnProbabilityEnabled) == 0x000040, "Member 'FNiagaraStatelessSpawnInfo::bSpawnProbabilityEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, SpawnProbability) == 0x000044, "Member 'FNiagaraStatelessSpawnInfo::SpawnProbability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemStateData \ +static_assert(alignof(FNiagaraSystemStateData) == 0x000008, "Wrong alignment on FNiagaraSystemStateData"); \ +static_assert(sizeof(FNiagaraSystemStateData) == 0x000060, "Wrong size on FNiagaraSystemStateData"); \ +static_assert(offsetof(FNiagaraSystemStateData, bIgnoreSystemState) == 0x000000, "Member 'FNiagaraSystemStateData::bIgnoreSystemState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, InactiveResponse) == 0x000004, "Member 'FNiagaraSystemStateData::InactiveResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopBehavior) == 0x000008, "Member 'FNiagaraSystemStateData::LoopBehavior' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopDuration) == 0x000010, "Member 'FNiagaraSystemStateData::LoopDuration' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopCount) == 0x000030, "Member 'FNiagaraSystemStateData::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, bRecalculateDurationEachLoop) == 0x000034, "Member 'FNiagaraSystemStateData::bRecalculateDurationEachLoop' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopDelay) == 0x000038, "Member 'FNiagaraSystemStateData::LoopDelay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, bDelayFirstLoopOnly) == 0x000058, "Member 'FNiagaraSystemStateData::bDelayFirstLoopOnly' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, bRecalculateDelayEachLoop) == 0x000059, "Member 'FNiagaraSystemStateData::bRecalculateDelayEachLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterStateData \ +static_assert(alignof(FNiagaraEmitterStateData) == 0x000008, "Wrong alignment on FNiagaraEmitterStateData"); \ +static_assert(sizeof(FNiagaraEmitterStateData) == 0x000060, "Wrong size on FNiagaraEmitterStateData"); \ +static_assert(offsetof(FNiagaraEmitterStateData, InactiveResponse) == 0x000000, "Member 'FNiagaraEmitterStateData::InactiveResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopBehavior) == 0x000004, "Member 'FNiagaraEmitterStateData::LoopBehavior' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopCount) == 0x000008, "Member 'FNiagaraEmitterStateData::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopDuration) == 0x000010, "Member 'FNiagaraEmitterStateData::LoopDuration' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, bRecalculateDurationEachLoop) == 0x000030, "Member 'FNiagaraEmitterStateData::bRecalculateDurationEachLoop' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopDelay) == 0x000038, "Member 'FNiagaraEmitterStateData::LoopDelay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, bDelayFirstLoopOnly) == 0x000058, "Member 'FNiagaraEmitterStateData::bDelayFirstLoopOnly' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, bRecalculateDelayEachLoop) == 0x000059, "Member 'FNiagaraEmitterStateData::bRecalculateDelayEachLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInputConditionMetadata \ +static_assert(alignof(FNiagaraInputConditionMetadata) == 0x000008, "Wrong alignment on FNiagaraInputConditionMetadata"); \ +static_assert(sizeof(FNiagaraInputConditionMetadata) == 0x000018, "Wrong size on FNiagaraInputConditionMetadata"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, InputName) == 0x000000, "Member 'FNiagaraInputConditionMetadata::InputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, TargetValues) == 0x000008, "Member 'FNiagaraInputConditionMetadata::TargetValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEnumParameterMetaData \ +static_assert(alignof(FNiagaraEnumParameterMetaData) == 0x000008, "Wrong alignment on FNiagaraEnumParameterMetaData"); \ +static_assert(sizeof(FNiagaraEnumParameterMetaData) == 0x000028, "Wrong size on FNiagaraEnumParameterMetaData"); \ +static_assert(offsetof(FNiagaraEnumParameterMetaData, OverrideName) == 0x000000, "Member 'FNiagaraEnumParameterMetaData::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEnumParameterMetaData, IconOverride) == 0x000008, "Member 'FNiagaraEnumParameterMetaData::IconOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEnumParameterMetaData, bUseColorOverride) == 0x000010, "Member 'FNiagaraEnumParameterMetaData::bUseColorOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEnumParameterMetaData, ColorOverride) == 0x000014, "Member 'FNiagaraEnumParameterMetaData::ColorOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetNamedInputValue \ +static_assert(alignof(FWidgetNamedInputValue) == 0x000008, "Wrong alignment on FWidgetNamedInputValue"); \ +static_assert(sizeof(FWidgetNamedInputValue) == 0x000028, "Wrong size on FWidgetNamedInputValue"); \ +static_assert(offsetof(FWidgetNamedInputValue, Value) == 0x000000, "Member 'FWidgetNamedInputValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNamedInputValue, DisplayName) == 0x000008, "Member 'FWidgetNamedInputValue::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNamedInputValue, Tooltip) == 0x000018, "Member 'FWidgetNamedInputValue::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetSegmentValueOverride \ +static_assert(alignof(FWidgetSegmentValueOverride) == 0x000008, "Wrong alignment on FWidgetSegmentValueOverride"); \ +static_assert(sizeof(FWidgetSegmentValueOverride) == 0x000020, "Wrong size on FWidgetSegmentValueOverride"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, EnumIndexToOverride) == 0x000000, "Member 'FWidgetSegmentValueOverride::EnumIndexToOverride' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, bOverrideDisplayName) == 0x000004, "Member 'FWidgetSegmentValueOverride::bOverrideDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, DisplayNameOverride) == 0x000008, "Member 'FWidgetSegmentValueOverride::DisplayNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, DisplayIcon) == 0x000018, "Member 'FWidgetSegmentValueOverride::DisplayIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWidgetNamedIntegerInputValue \ +static_assert(alignof(FNiagaraWidgetNamedIntegerInputValue) == 0x000008, "Wrong alignment on FNiagaraWidgetNamedIntegerInputValue"); \ +static_assert(sizeof(FNiagaraWidgetNamedIntegerInputValue) == 0x000020, "Wrong size on FNiagaraWidgetNamedIntegerInputValue"); \ +static_assert(offsetof(FNiagaraWidgetNamedIntegerInputValue, DisplayName) == 0x000000, "Member 'FNiagaraWidgetNamedIntegerInputValue::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraWidgetNamedIntegerInputValue, Tooltip) == 0x000010, "Member 'FNiagaraWidgetNamedIntegerInputValue::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInputParameterCustomization \ +static_assert(alignof(FNiagaraInputParameterCustomization) == 0x000008, "Wrong alignment on FNiagaraInputParameterCustomization"); \ +static_assert(sizeof(FNiagaraInputParameterCustomization) == 0x000058, "Wrong size on FNiagaraInputParameterCustomization"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, WidgetType) == 0x000000, "Member 'FNiagaraInputParameterCustomization::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasMinValue) == 0x000001, "Member 'FNiagaraInputParameterCustomization::bHasMinValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MinValue) == 0x000004, "Member 'FNiagaraInputParameterCustomization::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasMaxValue) == 0x000008, "Member 'FNiagaraInputParameterCustomization::bHasMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MaxValue) == 0x00000C, "Member 'FNiagaraInputParameterCustomization::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasStepWidth) == 0x000010, "Member 'FNiagaraInputParameterCustomization::bHasStepWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, StepWidth) == 0x000014, "Member 'FNiagaraInputParameterCustomization::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, InputDropdownValues) == 0x000018, "Member 'FNiagaraInputParameterCustomization::InputDropdownValues' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, EnumStyleDropdownValues) == 0x000028, "Member 'FNiagaraInputParameterCustomization::EnumStyleDropdownValues' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MaxSegmentsPerRow) == 0x000038, "Member 'FNiagaraInputParameterCustomization::MaxSegmentsPerRow' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, SegmentValueOverrides) == 0x000040, "Member 'FNiagaraInputParameterCustomization::SegmentValueOverrides' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bBroadcastValueChangesOnCommitOnly) == 0x000050, "Member 'FNiagaraInputParameterCustomization::bBroadcastValueChangesOnCommitOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBoolParameterMetaData \ +static_assert(alignof(FNiagaraBoolParameterMetaData) == 0x000008, "Wrong alignment on FNiagaraBoolParameterMetaData"); \ +static_assert(sizeof(FNiagaraBoolParameterMetaData) == 0x000028, "Wrong size on FNiagaraBoolParameterMetaData"); \ +static_assert(offsetof(FNiagaraBoolParameterMetaData, DisplayMode) == 0x000000, "Member 'FNiagaraBoolParameterMetaData::DisplayMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoolParameterMetaData, OverrideNameTrue) == 0x000004, "Member 'FNiagaraBoolParameterMetaData::OverrideNameTrue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoolParameterMetaData, OverrideNameFalse) == 0x00000C, "Member 'FNiagaraBoolParameterMetaData::OverrideNameFalse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoolParameterMetaData, IconOverrideTrue) == 0x000018, "Member 'FNiagaraBoolParameterMetaData::IconOverrideTrue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoolParameterMetaData, IconOverrideFalse) == 0x000020, "Member 'FNiagaraBoolParameterMetaData::IconOverrideFalse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableMetaData \ +static_assert(alignof(FNiagaraVariableMetaData) == 0x000008, "Wrong alignment on FNiagaraVariableMetaData"); \ +static_assert(sizeof(FNiagaraVariableMetaData) == 0x000190, "Wrong size on FNiagaraVariableMetaData"); \ +static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000010, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, DisplayUnit) == 0x000020, "Member 'FNiagaraVariableMetaData::DisplayUnit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000021, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bDisplayInOverviewStack) == 0x000022, "Member 'FNiagaraVariableMetaData::bDisplayInOverviewStack' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterSortPriority) == 0x000024, "Member 'FNiagaraVariableMetaData::InlineParameterSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bOverrideColor) == 0x000028, "Member 'FNiagaraVariableMetaData::bOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterColorOverride) == 0x00002C, "Member 'FNiagaraVariableMetaData::InlineParameterColorOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterEnumOverrides) == 0x000040, "Member 'FNiagaraVariableMetaData::InlineParameterEnumOverrides' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bEnableBoolOverride) == 0x000050, "Member 'FNiagaraVariableMetaData::bEnableBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterBoolOverride) == 0x000058, "Member 'FNiagaraVariableMetaData::InlineParameterBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000080, "Member 'FNiagaraVariableMetaData::EditorSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000084, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000088, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x0000A0, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x0000B8, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x000108, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, AlternateAliases) == 0x000110, "Member 'FNiagaraVariableMetaData::AlternateAliases' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, WidgetCustomization) == 0x000120, "Member 'FNiagaraVariableMetaData::WidgetCustomization' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x000178, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x000188, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x00018C, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDynamicMeshSection \ +static_assert(alignof(FNiagaraDynamicMeshSection) == 0x000004, "Wrong alignment on FNiagaraDynamicMeshSection"); \ +static_assert(sizeof(FNiagaraDynamicMeshSection) == 0x000008, "Wrong size on FNiagaraDynamicMeshSection"); \ +static_assert(offsetof(FNiagaraDynamicMeshSection, NumTriangles) == 0x000000, "Member 'FNiagaraDynamicMeshSection::NumTriangles' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDynamicMeshSection, MaterialIndex) == 0x000004, "Member 'FNiagaraDynamicMeshSection::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDynamicMeshMaterial \ +static_assert(alignof(FNiagaraDynamicMeshMaterial) == 0x000008, "Wrong alignment on FNiagaraDynamicMeshMaterial"); \ +static_assert(sizeof(FNiagaraDynamicMeshMaterial) == 0x000028, "Wrong size on FNiagaraDynamicMeshMaterial"); \ +static_assert(offsetof(FNiagaraDynamicMeshMaterial, Material) == 0x000000, "Member 'FNiagaraDynamicMeshMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDynamicMeshMaterial, MaterialUserParamBinding) == 0x000008, "Member 'FNiagaraDynamicMeshMaterial::MaterialUserParamBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIMemoryBufferSimCacheDataFrame \ +static_assert(alignof(FNDIMemoryBufferSimCacheDataFrame) == 0x000004, "Wrong alignment on FNDIMemoryBufferSimCacheDataFrame"); \ +static_assert(sizeof(FNDIMemoryBufferSimCacheDataFrame) == 0x000010, "Wrong size on FNDIMemoryBufferSimCacheDataFrame"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, CpuBufferSize) == 0x000000, "Member 'FNDIMemoryBufferSimCacheDataFrame::CpuBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, CpuDataOffset) == 0x000004, "Member 'FNDIMemoryBufferSimCacheDataFrame::CpuDataOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, GpuBufferSize) == 0x000008, "Member 'FNDIMemoryBufferSimCacheDataFrame::GpuBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, GpuDataOffset) == 0x00000C, "Member 'FNDIMemoryBufferSimCacheDataFrame::GpuDataOffset' 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_FNiagaraUObjectPropertyReaderRemap \ +static_assert(alignof(FNiagaraUObjectPropertyReaderRemap) == 0x000004, "Wrong alignment on FNiagaraUObjectPropertyReaderRemap"); \ +static_assert(sizeof(FNiagaraUObjectPropertyReaderRemap) == 0x000010, "Wrong size on FNiagaraUObjectPropertyReaderRemap"); \ +static_assert(offsetof(FNiagaraUObjectPropertyReaderRemap, GraphName) == 0x000000, "Member 'FNiagaraUObjectPropertyReaderRemap::GraphName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraUObjectPropertyReaderRemap, RemapName) == 0x000008, "Member 'FNiagaraUObjectPropertyReaderRemap::RemapName' 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_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!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, bAllowScalability) == 0x000025, "Member 'FMovieSceneNiagaraSystemTrackImplementation::bAllowScalability' 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_FMovieSceneNiagaraBoolParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000148, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraColorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000480, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x000150, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000260, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x000370, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000150, "Wrong size on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraFloatParameterSectionTemplate, FloatChannel) == 0x000040, "Member 'FMovieSceneNiagaraFloatParameterSectionTemplate::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraIntegerParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000148, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' 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_FMovieSceneNiagaraVectorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000488, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x000480, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ +static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ +static_assert(sizeof(FEmitterCompiledScriptPair) == 0x0000A0, "Wrong size on FEmitterCompiledScriptPair"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ +static_assert(alignof(FNiagaraBakerTextureSource) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSource"); \ +static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000018, "Wrong size on FNiagaraBakerTextureSource"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, DisplayString) == 0x000000, "Member 'FNiagaraBakerTextureSource::DisplayString' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000010, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerCameraSettings \ +static_assert(alignof(FNiagaraBakerCameraSettings) == 0x000008, "Wrong alignment on FNiagaraBakerCameraSettings"); \ +static_assert(sizeof(FNiagaraBakerCameraSettings) == 0x000050, "Wrong size on FNiagaraBakerCameraSettings"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewMode) == 0x000000, "Member 'FNiagaraBakerCameraSettings::ViewMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewportLocation) == 0x000008, "Member 'FNiagaraBakerCameraSettings::ViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewportRotation) == 0x000020, "Member 'FNiagaraBakerCameraSettings::ViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, OrbitDistance) == 0x000038, "Member 'FNiagaraBakerCameraSettings::OrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, FOV) == 0x00003C, "Member 'FNiagaraBakerCameraSettings::FOV' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, OrthoWidth) == 0x000040, "Member 'FNiagaraBakerCameraSettings::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, bUseAspectRatio) == 0x000044, "Member 'FNiagaraBakerCameraSettings::bUseAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, AspectRatio) == 0x000048, "Member 'FNiagaraBakerCameraSettings::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ +static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ +static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000040, "Wrong size on FNiagaraBakerTextureSettings"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, OutputName) == 0x000000, "Member 'FNiagaraBakerTextureSettings::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, SourceBinding) == 0x000008, "Member 'FNiagaraBakerTextureSettings::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, FrameSize) == 0x000024, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x00002C, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000038, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' 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) == 0x0000A8, "Wrong size on FNiagaraComponentPropertyBinding"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000038, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000040, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000050, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCulledComponentInfo \ +static_assert(alignof(FNiagaraCulledComponentInfo) == 0x000004, "Wrong alignment on FNiagaraCulledComponentInfo"); \ +static_assert(sizeof(FNiagaraCulledComponentInfo) == 0x000008, "Wrong size on FNiagaraCulledComponentInfo"); \ + +#define DUMPER7_ASSERTS_FNDIArraySimCacheDataFrame \ +static_assert(alignof(FNDIArraySimCacheDataFrame) == 0x000004, "Wrong alignment on FNDIArraySimCacheDataFrame"); \ +static_assert(sizeof(FNDIArraySimCacheDataFrame) == 0x000008, "Wrong size on FNDIArraySimCacheDataFrame"); \ +static_assert(offsetof(FNDIArraySimCacheDataFrame, NumElements) == 0x000000, "Member 'FNDIArraySimCacheDataFrame::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FNDIArraySimCacheDataFrame, DataOffset) == 0x000004, "Member 'FNDIArraySimCacheDataFrame::DataOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceEmitterBinding \ +static_assert(alignof(FNiagaraDataInterfaceEmitterBinding) == 0x000004, "Wrong alignment on FNiagaraDataInterfaceEmitterBinding"); \ +static_assert(sizeof(FNiagaraDataInterfaceEmitterBinding) == 0x00000C, "Wrong size on FNiagaraDataInterfaceEmitterBinding"); \ +static_assert(offsetof(FNiagaraDataInterfaceEmitterBinding, BindingMode) == 0x000000, "Member 'FNiagaraDataInterfaceEmitterBinding::BindingMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceEmitterBinding, EmitterName) == 0x000004, "Member 'FNiagaraDataInterfaceEmitterBinding::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasicParticleData \ +static_assert(alignof(FBasicParticleData) == 0x000008, "Wrong alignment on FBasicParticleData"); \ +static_assert(sizeof(FBasicParticleData) == 0x000038, "Wrong size on FBasicParticleData"); \ +static_assert(offsetof(FBasicParticleData, position) == 0x000000, "Member 'FBasicParticleData::position' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Size) == 0x000018, "Member 'FBasicParticleData::Size' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Velocity) == 0x000020, "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_FNiagaraDataInterfaceSplineLUT \ +static_assert(alignof(FNiagaraDataInterfaceSplineLUT) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceSplineLUT"); \ +static_assert(sizeof(FNiagaraDataInterfaceSplineLUT) == 0x000040, "Wrong size on FNiagaraDataInterfaceSplineLUT"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Positions) == 0x000000, "Member 'FNiagaraDataInterfaceSplineLUT::Positions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Scales) == 0x000010, "Member 'FNiagaraDataInterfaceSplineLUT::Scales' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Rotations) == 0x000020, "Member 'FNiagaraDataInterfaceSplineLUT::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, SplineLength) == 0x000030, "Member 'FNiagaraDataInterfaceSplineLUT::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, SplineDistanceStep) == 0x000034, "Member 'FNiagaraDataInterfaceSplineLUT::SplineDistanceStep' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, InvSplineDistanceStep) == 0x000038, "Member 'FNiagaraDataInterfaceSplineLUT::InvSplineDistanceStep' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, MaxIndex) == 0x00003C, "Member 'FNiagaraDataInterfaceSplineLUT::MaxIndex' 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_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_FNiagaraOutlinerSystemInstanceData \ +static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000068, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, LWCTile) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::LWCTile' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000030, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000048, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x00004C, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000054, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, TickGroup) == 0x00005C, "Member 'FNiagaraOutlinerSystemInstanceData::TickGroup' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, GpuTickStage) == 0x00005D, "Member 'FNiagaraOutlinerSystemInstanceData::GpuTickStage' 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_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_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_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_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_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_FNiagaraDebugHudTextOptions \ +static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000008, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ +static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000018, "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) == 0x000250, "Wrong size on FNiagaraDebugHUDSettingsData"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bHudEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bHudEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bHudRenderingEnabled) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bHudRenderingEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidationLogErrors) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::bValidationLogErrors' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ValidationAttributeDisplayTruncate) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::ValidationAttributeDisplayTruncate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x00000C, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bIncludeCascade) == 0x00000D, "Member 'FNiagaraDebugHUDSettingsData::bIncludeCascade' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewMode) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::OverviewMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewSortMode) == 0x000014, "Member 'FNiagaraDebugHUDSettingsData::OverviewSortMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000018, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowRegisteredComponents) == 0x000030, "Member 'FNiagaraDebugHUDSettingsData::bShowRegisteredComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewShowFilteredSystemOnly) == 0x000031, "Member 'FNiagaraDebugHUDSettingsData::bOverviewShowFilteredSystemOnly' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000048, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000060, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000080, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000090, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x000094, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DataInterfaceVerbosity) == 0x00009C, "Member 'FNiagaraDebugHUDSettingsData::DataInterfaceVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemBoundsSolidBoxAlpha) == 0x0000A4, "Member 'FNiagaraDebugHUDSettingsData::SystemBoundsSolidBoxAlpha' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x0000A8, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x0000A9, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x0000D9, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleIndex) == 0x0000DA, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000E0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000F0, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x000108, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariablesVertical) == 0x000109, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariablesVertical' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x00010A, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayClip) == 0x00010B, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayClip) == 0x000110, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayCenterRadius) == 0x000120, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayCenterRadius) == 0x000124, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x000128, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfReportFrames) == 0x00012C, "Member 'FNiagaraDebugHUDSettingsData::PerfReportFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfSampleMode) == 0x000130, "Member 'FNiagaraDebugHUDSettingsData::PerfSampleMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfUnits) == 0x000134, "Member 'FNiagaraDebugHUDSettingsData::PerfUnits' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphMode) == 0x000138, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfHistoryFrames) == 0x00013C, "Member 'FNiagaraDebugHUDSettingsData::PerfHistoryFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUsePerfGraphTimeRange) == 0x000140, "Member 'FNiagaraDebugHUDSettingsData::bUsePerfGraphTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphTimeRange) == 0x000144, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphSize) == 0x000148, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphAxisColor) == 0x000158, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphAxisColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableSmoothing) == 0x000168, "Member 'FNiagaraDebugHUDSettingsData::bEnableSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SmoothingWidth) == 0x00016C, "Member 'FNiagaraDebugHUDSettingsData::SmoothingWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DefaultBackgroundColor) == 0x000170, "Member 'FNiagaraDebugHUDSettingsData::DefaultBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewHeadingColor) == 0x000180, "Member 'FNiagaraDebugHUDSettingsData::OverviewHeadingColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailColor) == 0x000190, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailHighlightColor) == 0x0001A0, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailHighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldErrorTextColor) == 0x0001B0, "Member 'FNiagaraDebugHUDSettingsData::InWorldErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldTextColor) == 0x0001C0, "Member 'FNiagaraDebugHUDSettingsData::InWorldTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageInfoTextColor) == 0x0001D0, "Member 'FNiagaraDebugHUDSettingsData::MessageInfoTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageWarningTextColor) == 0x0001E0, "Member 'FNiagaraDebugHUDSettingsData::MessageWarningTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageErrorTextColor) == 0x0001F0, "Member 'FNiagaraDebugHUDSettingsData::MessageErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorTableOpacity) == 0x000200, "Member 'FNiagaraDebugHUDSettingsData::SystemColorTableOpacity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorSeed) == 0x000204, "Member 'FNiagaraDebugHUDSettingsData::SystemColorSeed' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMin) == 0x000208, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMin' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMax) == 0x000220, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMax' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x000238, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x000239, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x00023C, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x000240, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x000244, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x000248, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' 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_FNiagaraOutlinerCaptureSettings \ +static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ +static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x000010, "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!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, SimCacheCaptureFrames) == 0x00000C, "Member 'FNiagaraOutlinerCaptureSettings::SimCacheCaptureFrames' 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_FNiagaraSystemSimCacheCaptureRequest \ +static_assert(alignof(FNiagaraSystemSimCacheCaptureRequest) == 0x000004, "Wrong alignment on FNiagaraSystemSimCacheCaptureRequest"); \ +static_assert(sizeof(FNiagaraSystemSimCacheCaptureRequest) == 0x000010, "Wrong size on FNiagaraSystemSimCacheCaptureRequest"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, ComponentName) == 0x000000, "Member 'FNiagaraSystemSimCacheCaptureRequest::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureDelayFrames) == 0x000008, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureFrames) == 0x00000C, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemSimCacheCaptureReply \ +static_assert(alignof(FNiagaraSystemSimCacheCaptureReply) == 0x000008, "Wrong alignment on FNiagaraSystemSimCacheCaptureReply"); \ +static_assert(sizeof(FNiagaraSystemSimCacheCaptureReply) == 0x000018, "Wrong size on FNiagaraSystemSimCacheCaptureReply"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureReply, ComponentName) == 0x000000, "Member 'FNiagaraSystemSimCacheCaptureReply::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureReply, SimCacheData) == 0x000008, "Member 'FNiagaraSystemSimCacheCaptureReply::SimCacheData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGraphViewSettings \ +static_assert(alignof(FNiagaraGraphViewSettings) == 0x000008, "Wrong alignment on FNiagaraGraphViewSettings"); \ +static_assert(sizeof(FNiagaraGraphViewSettings) == 0x000018, "Wrong size on FNiagaraGraphViewSettings"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Location) == 0x000000, "Member 'FNiagaraGraphViewSettings::Location' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Zoom) == 0x000010, "Member 'FNiagaraGraphViewSettings::Zoom' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, bIsValid) == 0x000014, "Member 'FNiagaraGraphViewSettings::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraLinearRamp \ +static_assert(alignof(FNiagaraLinearRamp) == 0x000004, "Wrong alignment on FNiagaraLinearRamp"); \ +static_assert(sizeof(FNiagaraLinearRamp) == 0x000010, "Wrong size on FNiagaraLinearRamp"); \ +static_assert(offsetof(FNiagaraLinearRamp, StartX) == 0x000000, "Member 'FNiagaraLinearRamp::StartX' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLinearRamp, StartY) == 0x000004, "Member 'FNiagaraLinearRamp::StartY' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLinearRamp, EndX) == 0x000008, "Member 'FNiagaraLinearRamp::EndX' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLinearRamp, EndY) == 0x00000C, "Member 'FNiagaraLinearRamp::EndY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGlobalBudgetScaling \ +static_assert(alignof(FNiagaraGlobalBudgetScaling) == 0x000004, "Wrong alignment on FNiagaraGlobalBudgetScaling"); \ +static_assert(sizeof(FNiagaraGlobalBudgetScaling) == 0x000038, "Wrong size on FNiagaraGlobalBudgetScaling"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxGlobalBudgetUsage) == 0x000004, "Member 'FNiagaraGlobalBudgetScaling::MaxGlobalBudgetUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxDistanceScaleByGlobalBudgetUse) == 0x000008, "Member 'FNiagaraGlobalBudgetScaling::MaxDistanceScaleByGlobalBudgetUse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxInstanceCountScaleByGlobalBudgetUse) == 0x000018, "Member 'FNiagaraGlobalBudgetScaling::MaxInstanceCountScaleByGlobalBudgetUse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxSystemInstanceCountScaleByGlobalBudgetUse) == 0x000028, "Member 'FNiagaraGlobalBudgetScaling::MaxSystemInstanceCountScaleByGlobalBudgetUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemVisibilityCullingSettings \ +static_assert(alignof(FNiagaraSystemVisibilityCullingSettings) == 0x000004, "Wrong alignment on FNiagaraSystemVisibilityCullingSettings"); \ +static_assert(sizeof(FNiagaraSystemVisibilityCullingSettings) == 0x00000C, "Wrong size on FNiagaraSystemVisibilityCullingSettings"); \ +static_assert(offsetof(FNiagaraSystemVisibilityCullingSettings, MaxTimeOutsideViewFrustum) == 0x000004, "Member 'FNiagaraSystemVisibilityCullingSettings::MaxTimeOutsideViewFrustum' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemVisibilityCullingSettings, MaxTimeWithoutRender) == 0x000008, "Member 'FNiagaraSystemVisibilityCullingSettings::MaxTimeWithoutRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDeviceProfileStateEntry \ +static_assert(alignof(FNiagaraDeviceProfileStateEntry) == 0x000004, "Wrong alignment on FNiagaraDeviceProfileStateEntry"); \ +static_assert(sizeof(FNiagaraDeviceProfileStateEntry) == 0x000010, "Wrong size on FNiagaraDeviceProfileStateEntry"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, ProfileName) == 0x000000, "Member 'FNiagaraDeviceProfileStateEntry::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, QualityLevelMask) == 0x000008, "Member 'FNiagaraDeviceProfileStateEntry::QualityLevelMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, SetQualityLevelMask) == 0x00000C, "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, PassResponse) == 0x000008, "Member 'FNiagaraPlatformSetCVarCondition::PassResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, FailResponse) == 0x000009, "Member 'FNiagaraPlatformSetCVarCondition::FailResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, Value) == 0x00000A, "Member 'FNiagaraPlatformSetCVarCondition::Value' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinInt) == 0x00000C, "Member 'FNiagaraPlatformSetCVarCondition::MinInt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxInt) == 0x000010, "Member 'FNiagaraPlatformSetCVarCondition::MaxInt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinFloat) == 0x000014, "Member 'FNiagaraPlatformSetCVarCondition::MinFloat' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxFloat) == 0x000018, "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, DeviceProfileStates) == 0x000000, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000010, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, QualityLevelMask) == 0x000020, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettings \ +static_assert(alignof(FNiagaraSystemScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettings"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettings) == 0x000098, "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) == 0x00003C, "Member 'FNiagaraSystemScalabilitySettings::MaxInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemInstances) == 0x000040, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxTimeWithoutRender) == 0x000044, "Member 'FNiagaraSystemScalabilitySettings::MaxTimeWithoutRender' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, CullProxyMode) == 0x000048, "Member 'FNiagaraSystemScalabilitySettings::CullProxyMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemProxies) == 0x00004C, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemProxies' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, VisibilityCulling) == 0x000050, "Member 'FNiagaraSystemScalabilitySettings::VisibilityCulling' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, BudgetScaling) == 0x00005C, "Member 'FNiagaraSystemScalabilitySettings::BudgetScaling' 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_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_FNiagaraSystemScalabilityOverride \ +static_assert(alignof(FNiagaraSystemScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverride"); \ +static_assert(sizeof(FNiagaraSystemScalabilityOverride) == 0x0000A0, "Wrong size on FNiagaraSystemScalabilityOverride"); \ + +#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_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_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_FNiagaraEventReceiverProperties \ +static_assert(alignof(FNiagaraEventReceiverProperties) == 0x000004, "Wrong alignment on FNiagaraEventReceiverProperties"); \ +static_assert(sizeof(FNiagaraEventReceiverProperties) == 0x000018, "Wrong size on FNiagaraEventReceiverProperties"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, Name) == 0x000000, "Member 'FNiagaraEventReceiverProperties::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEventGenerator) == 0x000008, "Member 'FNiagaraEventReceiverProperties::SourceEventGenerator' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEmitter) == 0x000010, "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) == 0x00004C, "Member 'FNiagaraEventScriptProperties::bRandomSpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, MinSpawnNumber) == 0x000050, "Member 'FNiagaraEventScriptProperties::MinSpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, UpdateAttributeInitialValues) == 0x000054, "Member 'FNiagaraEventScriptProperties::UpdateAttributeInitialValues' 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_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_FNiagaraVariableWithOffset \ +static_assert(alignof(FNiagaraVariableWithOffset) == 0x000008, "Wrong alignment on FNiagaraVariableWithOffset"); \ +static_assert(sizeof(FNiagaraVariableWithOffset) == 0x000028, "Wrong size on FNiagaraVariableWithOffset"); \ +static_assert(offsetof(FNiagaraVariableWithOffset, Offset) == 0x00000C, "Member 'FNiagaraVariableWithOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableWithOffset, StructConverter) == 0x000010, "Member 'FNiagaraVariableWithOffset::StructConverter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPositionSource \ +static_assert(alignof(FNiagaraPositionSource) == 0x000008, "Wrong alignment on FNiagaraPositionSource"); \ +static_assert(sizeof(FNiagaraPositionSource) == 0x000020, "Wrong size on FNiagaraPositionSource"); \ +static_assert(offsetof(FNiagaraPositionSource, Name) == 0x000000, "Member 'FNiagaraPositionSource::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPositionSource, Value) == 0x000008, "Member 'FNiagaraPositionSource::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterStore \ +static_assert(alignof(FNiagaraParameterStore) == 0x000008, "Wrong alignment on FNiagaraParameterStore"); \ +static_assert(sizeof(FNiagaraParameterStore) == 0x000088, "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!"); \ +static_assert(offsetof(FNiagaraParameterStore, OriginalPositionData) == 0x000050, "Member 'FNiagaraParameterStore::OriginalPositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraEmitterData \ +static_assert(alignof(FVersionedNiagaraEmitterData) == 0x000008, "Wrong alignment on FVersionedNiagaraEmitterData"); \ +static_assert(sizeof(FVersionedNiagaraEmitterData) == 0x000358, "Wrong size on FVersionedNiagaraEmitterData"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, Version) == 0x000000, "Member 'FVersionedNiagaraEmitterData::Version' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bDeprecated) == 0x00001C, "Member 'FVersionedNiagaraEmitterData::bDeprecated' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, DeprecationMessage) == 0x000020, "Member 'FVersionedNiagaraEmitterData::DeprecationMessage' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bLocalSpace) == 0x000030, "Member 'FVersionedNiagaraEmitterData::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bDeterminism) == 0x000031, "Member 'FVersionedNiagaraEmitterData::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RandomSeed) == 0x000034, "Member 'FVersionedNiagaraEmitterData::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimTarget) == 0x00003C, "Member 'FVersionedNiagaraEmitterData::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, CalculateBoundsMode) == 0x00003D, "Member 'FVersionedNiagaraEmitterData::CalculateBoundsMode' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, FixedBounds) == 0x000040, "Member 'FVersionedNiagaraEmitterData::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, EventHandlerScriptProps) == 0x000080, "Member 'FVersionedNiagaraEmitterData::EventHandlerScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, Platforms) == 0x000090, "Member 'FVersionedNiagaraEmitterData::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, ScalabilityOverrides) == 0x0000C0, "Member 'FVersionedNiagaraEmitterData::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, MaxGPUParticlesSpawnPerFrame) == 0x0000D0, "Member 'FVersionedNiagaraEmitterData::MaxGPUParticlesSpawnPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, AllocationMode) == 0x0000D4, "Member 'FVersionedNiagaraEmitterData::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, PreAllocationCount) == 0x0000D8, "Member 'FVersionedNiagaraEmitterData::PreAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, UpdateScriptProps) == 0x0000E0, "Member 'FVersionedNiagaraEmitterData::UpdateScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SpawnScriptProps) == 0x000108, "Member 'FVersionedNiagaraEmitterData::SpawnScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererBindings) == 0x000130, "Member 'FVersionedNiagaraEmitterData::RendererBindings' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererBindingsExternalObjects) == 0x0001B8, "Member 'FVersionedNiagaraEmitterData::RendererBindingsExternalObjects' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, ResolvedDIBindings) == 0x0001C8, "Member 'FVersionedNiagaraEmitterData::ResolvedDIBindings' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererProperties) == 0x000218, "Member 'FVersionedNiagaraEmitterData::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimulationStages) == 0x000228, "Member 'FVersionedNiagaraEmitterData::SimulationStages' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimStageExecutionLoops) == 0x000238, "Member 'FVersionedNiagaraEmitterData::SimStageExecutionLoops' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, GPUComputeScript) == 0x000258, "Member 'FVersionedNiagaraEmitterData::GPUComputeScript' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SharedEventGeneratorIds) == 0x000260, "Member 'FVersionedNiagaraEmitterData::SharedEventGeneratorIds' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, CurrentScalabilitySettings) == 0x000270, "Member 'FVersionedNiagaraEmitterData::CurrentScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraEmitter \ +static_assert(alignof(FVersionedNiagaraEmitter) == 0x000008, "Wrong alignment on FVersionedNiagaraEmitter"); \ +static_assert(sizeof(FVersionedNiagaraEmitter) == 0x000018, "Wrong size on FVersionedNiagaraEmitter"); \ +static_assert(offsetof(FVersionedNiagaraEmitter, Emitter) == 0x000000, "Member 'FVersionedNiagaraEmitter::Emitter' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitter, Version) == 0x000008, "Member 'FVersionedNiagaraEmitter::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterHandle \ +static_assert(alignof(FNiagaraEmitterHandle) == 0x000008, "Wrong alignment on FNiagaraEmitterHandle"); \ +static_assert(sizeof(FNiagaraEmitterHandle) == 0x000050, "Wrong size on FNiagaraEmitterHandle"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Name) == 0x000000, "Member 'FNiagaraEmitterHandle::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, ID) == 0x000008, "Member 'FNiagaraEmitterHandle::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, IdName) == 0x000018, "Member 'FNiagaraEmitterHandle::IdName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, bIsEnabled) == 0x000020, "Member 'FNiagaraEmitterHandle::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, VersionedInstance) == 0x000028, "Member 'FNiagaraEmitterHandle::VersionedInstance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, StatelessEmitter) == 0x000040, "Member 'FNiagaraEmitterHandle::StatelessEmitter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, EmitterMode) == 0x000048, "Member 'FNiagaraEmitterHandle::EmitterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCollisionEventPayload \ +static_assert(alignof(FNiagaraCollisionEventPayload) == 0x000008, "Wrong alignment on FNiagaraCollisionEventPayload"); \ +static_assert(sizeof(FNiagaraCollisionEventPayload) == 0x000050, "Wrong size on FNiagaraCollisionEventPayload"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionPos) == 0x000000, "Member 'FNiagaraCollisionEventPayload::CollisionPos' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionNormal) == 0x000018, "Member 'FNiagaraCollisionEventPayload::CollisionNormal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionVelocity) == 0x000030, "Member 'FNiagaraCollisionEventPayload::CollisionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, ParticleIndex) == 0x000048, "Member 'FNiagaraCollisionEventPayload::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, PhysicalMaterialIndex) == 0x00004C, "Member 'FNiagaraCollisionEventPayload::PhysicalMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMeshMICOverride \ +static_assert(alignof(FNiagaraMeshMICOverride) == 0x000008, "Wrong alignment on FNiagaraMeshMICOverride"); \ +static_assert(sizeof(FNiagaraMeshMICOverride) == 0x000010, "Wrong size on FNiagaraMeshMICOverride"); \ +static_assert(offsetof(FNiagaraMeshMICOverride, OriginalMaterial) == 0x000000, "Member 'FNiagaraMeshMICOverride::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshMICOverride, ReplacementMaterial) == 0x000008, "Member 'FNiagaraMeshMICOverride::ReplacementMaterial' 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_FNiagaraMeshRendererMeshProperties \ +static_assert(alignof(FNiagaraMeshRendererMeshProperties) == 0x000008, "Wrong alignment on FNiagaraMeshRendererMeshProperties"); \ +static_assert(sizeof(FNiagaraMeshRendererMeshProperties) == 0x000080, "Wrong size on FNiagaraMeshRendererMeshProperties"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Mesh) == 0x000000, "Member 'FNiagaraMeshRendererMeshProperties::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, MeshParameterBinding) == 0x000008, "Member 'FNiagaraMeshRendererMeshProperties::MeshParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODMode) == 0x000014, "Member 'FNiagaraMeshRendererMeshProperties::LODMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODLevel) == 0x000018, "Member 'FNiagaraMeshRendererMeshProperties::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODBias) == 0x00001C, "Member 'FNiagaraMeshRendererMeshProperties::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODDistanceFactor) == 0x000020, "Member 'FNiagaraMeshRendererMeshProperties::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, bUseLODRange) == 0x000024, "Member 'FNiagaraMeshRendererMeshProperties::bUseLODRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODRange) == 0x000028, "Member 'FNiagaraMeshRendererMeshProperties::LODRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Scale) == 0x000030, "Member 'FNiagaraMeshRendererMeshProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Rotation) == 0x000048, "Member 'FNiagaraMeshRendererMeshProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffset) == 0x000060, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffsetSpace) == 0x000078, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffsetSpace' 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_FNiagaraBoundParameter \ +static_assert(alignof(FNiagaraBoundParameter) == 0x000004, "Wrong alignment on FNiagaraBoundParameter"); \ +static_assert(sizeof(FNiagaraBoundParameter) == 0x000014, "Wrong size on FNiagaraBoundParameter"); \ +static_assert(offsetof(FNiagaraBoundParameter, Parameter) == 0x000000, "Member 'FNiagaraBoundParameter::Parameter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, SrcOffset) == 0x00000C, "Member 'FNiagaraBoundParameter::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, DestOffset) == 0x000010, "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) == 0x00000C, "Wrong size on FNiagaraPlatformSetConflictEntry"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictEntry, ProfileName) == 0x000000, "Member 'FNiagaraPlatformSetConflictEntry::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictEntry, QualityLevelMask) == 0x000008, "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_FNiagaraPlatformSetRedirect \ +static_assert(alignof(FNiagaraPlatformSetRedirect) == 0x000008, "Wrong alignment on FNiagaraPlatformSetRedirect"); \ +static_assert(sizeof(FNiagaraPlatformSetRedirect) == 0x000080, "Wrong size on FNiagaraPlatformSetRedirect"); \ +static_assert(offsetof(FNiagaraPlatformSetRedirect, ProfileNames) == 0x000000, "Member 'FNiagaraPlatformSetRedirect::ProfileNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetRedirect, Mode) == 0x000010, "Member 'FNiagaraPlatformSetRedirect::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetRedirect, RedirectProfileName) == 0x000014, "Member 'FNiagaraPlatformSetRedirect::RedirectProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetRedirect, CVarConditionEnabled) == 0x000020, "Member 'FNiagaraPlatformSetRedirect::CVarConditionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetRedirect, CVarConditionDisabled) == 0x000050, "Member 'FNiagaraPlatformSetRedirect::CVarConditionDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererMaterialScalarParameter \ +static_assert(alignof(FNiagaraRendererMaterialScalarParameter) == 0x000004, "Wrong alignment on FNiagaraRendererMaterialScalarParameter"); \ +static_assert(sizeof(FNiagaraRendererMaterialScalarParameter) == 0x00000C, "Wrong size on FNiagaraRendererMaterialScalarParameter"); \ +static_assert(offsetof(FNiagaraRendererMaterialScalarParameter, MaterialParameterName) == 0x000000, "Member 'FNiagaraRendererMaterialScalarParameter::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialScalarParameter, Value) == 0x000008, "Member 'FNiagaraRendererMaterialScalarParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererMaterialVectorParameter \ +static_assert(alignof(FNiagaraRendererMaterialVectorParameter) == 0x000004, "Wrong alignment on FNiagaraRendererMaterialVectorParameter"); \ +static_assert(sizeof(FNiagaraRendererMaterialVectorParameter) == 0x000018, "Wrong size on FNiagaraRendererMaterialVectorParameter"); \ +static_assert(offsetof(FNiagaraRendererMaterialVectorParameter, MaterialParameterName) == 0x000000, "Member 'FNiagaraRendererMaterialVectorParameter::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialVectorParameter, Value) == 0x000008, "Member 'FNiagaraRendererMaterialVectorParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererMaterialTextureParameter \ +static_assert(alignof(FNiagaraRendererMaterialTextureParameter) == 0x000008, "Wrong alignment on FNiagaraRendererMaterialTextureParameter"); \ +static_assert(sizeof(FNiagaraRendererMaterialTextureParameter) == 0x000010, "Wrong size on FNiagaraRendererMaterialTextureParameter"); \ +static_assert(offsetof(FNiagaraRendererMaterialTextureParameter, MaterialParameterName) == 0x000000, "Member 'FNiagaraRendererMaterialTextureParameter::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialTextureParameter, Texture) == 0x000008, "Member 'FNiagaraRendererMaterialTextureParameter::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererMaterialStaticBoolParameter \ +static_assert(alignof(FNiagaraRendererMaterialStaticBoolParameter) == 0x000004, "Wrong alignment on FNiagaraRendererMaterialStaticBoolParameter"); \ +static_assert(sizeof(FNiagaraRendererMaterialStaticBoolParameter) == 0x000010, "Wrong size on FNiagaraRendererMaterialStaticBoolParameter"); \ +static_assert(offsetof(FNiagaraRendererMaterialStaticBoolParameter, MaterialParameterName) == 0x000000, "Member 'FNiagaraRendererMaterialStaticBoolParameter::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialStaticBoolParameter, StaticVariableName) == 0x000008, "Member 'FNiagaraRendererMaterialStaticBoolParameter::StaticVariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererMaterialParameters \ +static_assert(alignof(FNiagaraRendererMaterialParameters) == 0x000008, "Wrong alignment on FNiagaraRendererMaterialParameters"); \ +static_assert(sizeof(FNiagaraRendererMaterialParameters) == 0x000050, "Wrong size on FNiagaraRendererMaterialParameters"); \ +static_assert(offsetof(FNiagaraRendererMaterialParameters, AttributeBindings) == 0x000000, "Member 'FNiagaraRendererMaterialParameters::AttributeBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialParameters, ScalarParameters) == 0x000010, "Member 'FNiagaraRendererMaterialParameters::ScalarParameters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialParameters, VectorParameters) == 0x000020, "Member 'FNiagaraRendererMaterialParameters::VectorParameters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialParameters, TextureParameters) == 0x000030, "Member 'FNiagaraRendererMaterialParameters::TextureParameters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererMaterialParameters, StaticBoolParameters) == 0x000040, "Member 'FNiagaraRendererMaterialParameters::StaticBoolParameters' 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_FNiagaraRibbonUVSettings \ +static_assert(alignof(FNiagaraRibbonUVSettings) == 0x000008, "Wrong alignment on FNiagaraRibbonUVSettings"); \ +static_assert(sizeof(FNiagaraRibbonUVSettings) == 0x000028, "Wrong size on FNiagaraRibbonUVSettings"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, DistributionMode) == 0x000000, "Member 'FNiagaraRibbonUVSettings::DistributionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, LeadingEdgeMode) == 0x000001, "Member 'FNiagaraRibbonUVSettings::LeadingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TrailingEdgeMode) == 0x000002, "Member 'FNiagaraRibbonUVSettings::TrailingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TilingLength) == 0x000004, "Member 'FNiagaraRibbonUVSettings::TilingLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Offset) == 0x000008, "Member 'FNiagaraRibbonUVSettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Scale) == 0x000018, "Member 'FNiagaraRibbonUVSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScalabilityManager \ +static_assert(alignof(FNiagaraScalabilityManager) == 0x000008, "Wrong alignment on FNiagaraScalabilityManager"); \ +static_assert(sizeof(FNiagaraScalabilityManager) == 0x0000E0, "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_FNiagaraModuleDependency \ +static_assert(alignof(FNiagaraModuleDependency) == 0x000008, "Wrong alignment on FNiagaraModuleDependency"); \ +static_assert(sizeof(FNiagaraModuleDependency) == 0x000060, "Wrong size on FNiagaraModuleDependency"); \ +static_assert(offsetof(FNiagaraModuleDependency, ID) == 0x000000, "Member 'FNiagaraModuleDependency::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Type) == 0x000008, "Member 'FNiagaraModuleDependency::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, ScriptConstraint) == 0x000009, "Member 'FNiagaraModuleDependency::ScriptConstraint' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, RequiredVersion) == 0x000010, "Member 'FNiagaraModuleDependency::RequiredVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, OnlyEvaluateInScriptUsage) == 0x000020, "Member 'FNiagaraModuleDependency::OnlyEvaluateInScriptUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Description) == 0x000028, "Member 'FNiagaraModuleDependency::Description' has a wrong offset!"); \ + +#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_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_FNiagaraVMExecutableByteCode \ +static_assert(alignof(FNiagaraVMExecutableByteCode) == 0x000008, "Wrong alignment on FNiagaraVMExecutableByteCode"); \ +static_assert(sizeof(FNiagaraVMExecutableByteCode) == 0x000018, "Wrong size on FNiagaraVMExecutableByteCode"); \ +static_assert(offsetof(FNiagaraVMExecutableByteCode, Data) == 0x000000, "Member 'FNiagaraVMExecutableByteCode::Data' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableByteCode, UncompressedSize) == 0x000010, "Member 'FNiagaraVMExecutableByteCode::UncompressedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ +static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ +static_assert(sizeof(FNiagaraVMExecutableData) == 0x0001A0, "Wrong size on FNiagaraVMExecutableData"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ByteCode) == 0x000000, "Member 'FNiagaraVMExecutableData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, OptimizedByteCode) == 0x000018, "Member 'FNiagaraVMExecutableData::OptimizedByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumTempRegisters) == 0x000068, "Member 'FNiagaraVMExecutableData::NumTempRegisters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumUserPtrs) == 0x00006C, "Member 'FNiagaraVMExecutableData::NumUserPtrs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CompileTags) == 0x000070, "Member 'FNiagaraVMExecutableData::CompileTags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ScriptLiterals) == 0x000080, "Member 'FNiagaraVMExecutableData::ScriptLiterals' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, Attributes) == 0x000090, "Member 'FNiagaraVMExecutableData::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataUsage) == 0x0000A0, "Member 'FNiagaraVMExecutableData::DataUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, UObjectInfos) == 0x0000A8, "Member 'FNiagaraVMExecutableData::UObjectInfos' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataInterfaceInfo) == 0x0000B8, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x0000C8, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x0000E8, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000F8, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x000108, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ShaderScriptParametersMetadata) == 0x000118, "Member 'FNiagaraVMExecutableData::ShaderScriptParametersMetadata' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x000170, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x000178, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ExperimentalContextData) == 0x000188, "Member 'FNiagaraVMExecutableData::ExperimentalContextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInlineDynamicInputFormatToken \ +static_assert(alignof(FNiagaraInlineDynamicInputFormatToken) == 0x000001, "Wrong alignment on FNiagaraInlineDynamicInputFormatToken"); \ +static_assert(sizeof(FNiagaraInlineDynamicInputFormatToken) == 0x000001, "Wrong size on FNiagaraInlineDynamicInputFormatToken"); \ + +#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_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) == 0x000090, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000088, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptInstanceParameterStore \ +static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ +static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000098, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ +static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ +static_assert(sizeof(FNiagaraScriptHighlight) == 0x000020, "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_FNiagaraSimCacheDataBuffers \ +static_assert(alignof(FNiagaraSimCacheDataBuffers) == 0x000008, "Wrong alignment on FNiagaraSimCacheDataBuffers"); \ +static_assert(sizeof(FNiagaraSimCacheDataBuffers) == 0x000098, "Wrong size on FNiagaraSimCacheDataBuffers"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, NumInstances) == 0x000000, "Member 'FNiagaraSimCacheDataBuffers::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, IDAcquireTag) == 0x000004, "Member 'FNiagaraSimCacheDataBuffers::IDAcquireTag' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, IDToIndexTableElements) == 0x000008, "Member 'FNiagaraSimCacheDataBuffers::IDToIndexTableElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheEmitterFrame \ +static_assert(alignof(FNiagaraSimCacheEmitterFrame) == 0x000008, "Wrong alignment on FNiagaraSimCacheEmitterFrame"); \ +static_assert(sizeof(FNiagaraSimCacheEmitterFrame) == 0x0000D8, "Wrong size on FNiagaraSimCacheEmitterFrame"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, LocalBounds) == 0x000000, "Member 'FNiagaraSimCacheEmitterFrame::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, TotalSpawnedParticles) == 0x000038, "Member 'FNiagaraSimCacheEmitterFrame::TotalSpawnedParticles' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, ParticleDataBuffers) == 0x000040, "Member 'FNiagaraSimCacheEmitterFrame::ParticleDataBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheSystemFrame \ +static_assert(alignof(FNiagaraSimCacheSystemFrame) == 0x000008, "Wrong alignment on FNiagaraSimCacheSystemFrame"); \ +static_assert(sizeof(FNiagaraSimCacheSystemFrame) == 0x0000D0, "Wrong size on FNiagaraSimCacheSystemFrame"); \ +static_assert(offsetof(FNiagaraSimCacheSystemFrame, LocalBounds) == 0x000000, "Member 'FNiagaraSimCacheSystemFrame::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheSystemFrame, SystemDataBuffers) == 0x000038, "Member 'FNiagaraSimCacheSystemFrame::SystemDataBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheFrame \ +static_assert(alignof(FNiagaraSimCacheFrame) == 0x000010, "Wrong alignment on FNiagaraSimCacheFrame"); \ +static_assert(sizeof(FNiagaraSimCacheFrame) == 0x000160, "Wrong size on FNiagaraSimCacheFrame"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, LocalToWorld) == 0x000000, "Member 'FNiagaraSimCacheFrame::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, LWCTile) == 0x000060, "Member 'FNiagaraSimCacheFrame::LWCTile' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SimulationAge) == 0x00006C, "Member 'FNiagaraSimCacheFrame::SimulationAge' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SimulationTickCount) == 0x000070, "Member 'FNiagaraSimCacheFrame::SimulationTickCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SystemData) == 0x000078, "Member 'FNiagaraSimCacheFrame::SystemData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, EmitterData) == 0x000148, "Member 'FNiagaraSimCacheFrame::EmitterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheVariable \ +static_assert(alignof(FNiagaraSimCacheVariable) == 0x000004, "Wrong alignment on FNiagaraSimCacheVariable"); \ +static_assert(sizeof(FNiagaraSimCacheVariable) == 0x000018, "Wrong size on FNiagaraSimCacheVariable"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Variable) == 0x000000, "Member 'FNiagaraSimCacheVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, FloatOffset) == 0x00000C, "Member 'FNiagaraSimCacheVariable::FloatOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, FloatCount) == 0x00000E, "Member 'FNiagaraSimCacheVariable::FloatCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, HalfOffset) == 0x000010, "Member 'FNiagaraSimCacheVariable::HalfOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, HalfCount) == 0x000012, "Member 'FNiagaraSimCacheVariable::HalfCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Int32Offset) == 0x000014, "Member 'FNiagaraSimCacheVariable::Int32Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Int32Count) == 0x000016, "Member 'FNiagaraSimCacheVariable::Int32Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheDataBuffersLayout \ +static_assert(alignof(FNiagaraSimCacheDataBuffersLayout) == 0x000008, "Wrong alignment on FNiagaraSimCacheDataBuffersLayout"); \ +static_assert(sizeof(FNiagaraSimCacheDataBuffersLayout) == 0x0000B8, "Wrong size on FNiagaraSimCacheDataBuffersLayout"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, LayoutName) == 0x000000, "Member 'FNiagaraSimCacheDataBuffersLayout::LayoutName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, SimTarget) == 0x000008, "Member 'FNiagaraSimCacheDataBuffersLayout::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, Variables) == 0x000010, "Member 'FNiagaraSimCacheDataBuffersLayout::Variables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, FloatCount) == 0x000020, "Member 'FNiagaraSimCacheDataBuffersLayout::FloatCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, HalfCount) == 0x000022, "Member 'FNiagaraSimCacheDataBuffersLayout::HalfCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, Int32Count) == 0x000024, "Member 'FNiagaraSimCacheDataBuffersLayout::Int32Count' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bLocalSpace) == 0x000026, "Member 'FNiagaraSimCacheDataBuffersLayout::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bAllowInterpolation) == 0x000027, "Member 'FNiagaraSimCacheDataBuffersLayout::bAllowInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bAllowVelocityExtrapolation) == 0x000028, "Member 'FNiagaraSimCacheDataBuffersLayout::bAllowVelocityExtrapolation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, RebaseVariableNames) == 0x000030, "Member 'FNiagaraSimCacheDataBuffersLayout::RebaseVariableNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, InterpVariableNames) == 0x000040, "Member 'FNiagaraSimCacheDataBuffersLayout::InterpVariableNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, ComponentVelocity) == 0x000050, "Member 'FNiagaraSimCacheDataBuffersLayout::ComponentVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheLayout \ +static_assert(alignof(FNiagaraSimCacheLayout) == 0x000008, "Wrong alignment on FNiagaraSimCacheLayout"); \ +static_assert(sizeof(FNiagaraSimCacheLayout) == 0x0000C8, "Wrong size on FNiagaraSimCacheLayout"); \ +static_assert(offsetof(FNiagaraSimCacheLayout, SystemLayout) == 0x000000, "Member 'FNiagaraSimCacheLayout::SystemLayout' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheLayout, EmitterLayouts) == 0x0000B8, "Member 'FNiagaraSimCacheLayout::EmitterLayouts' 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_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) == 0x000240, "Wrong size on FNiagaraSystemCompiledData"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, InstanceParamStore) == 0x000000, "Member 'FNiagaraSystemCompiledData::InstanceParamStore' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, DataSetCompiledData) == 0x000088, "Member 'FNiagaraSystemCompiledData::DataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceParamsDataSetCompiledData) == 0x0000D0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x000118, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000160, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000180, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x0001A0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x0001C0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001D0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001F0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x000210, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000230, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ + +#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_FNiagaraWildcard \ +static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ +static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ + +#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_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_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_FNiagaraPosition \ +static_assert(alignof(FNiagaraPosition) == 0x000004, "Wrong alignment on FNiagaraPosition"); \ +static_assert(sizeof(FNiagaraPosition) == 0x00000C, "Wrong size on FNiagaraPosition"); \ + +#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_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_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_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_FNiagaraNumeric \ +static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ +static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ + +#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_FNiagaraDouble \ +static_assert(alignof(FNiagaraDouble) == 0x000008, "Wrong alignment on FNiagaraDouble"); \ +static_assert(sizeof(FNiagaraDouble) == 0x000008, "Wrong size on FNiagaraDouble"); \ +static_assert(offsetof(FNiagaraDouble, Value) == 0x000000, "Member 'FNiagaraDouble::Value' 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_FNiagaraEmitterID \ +static_assert(alignof(FNiagaraEmitterID) == 0x000004, "Wrong alignment on FNiagaraEmitterID"); \ +static_assert(sizeof(FNiagaraEmitterID) == 0x000004, "Wrong size on FNiagaraEmitterID"); \ +static_assert(offsetof(FNiagaraEmitterID, ID) == 0x000000, "Member 'FNiagaraEmitterID::ID' 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_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_FNiagaraUserRedirectionParameterStore \ +static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ +static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000D8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ +static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000088, "Member 'FNiagaraUserRedirectionParameterStore::UserParameterRedirects' 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_UNDIRenderTargetVolumeSimCacheData \ +static_assert(alignof(UNDIRenderTargetVolumeSimCacheData) == 0x000008, "Wrong alignment on UNDIRenderTargetVolumeSimCacheData"); \ +static_assert(sizeof(UNDIRenderTargetVolumeSimCacheData) == 0x000040, "Wrong size on UNDIRenderTargetVolumeSimCacheData"); \ +static_assert(offsetof(UNDIRenderTargetVolumeSimCacheData, CompressionType) == 0x000028, "Member 'UNDIRenderTargetVolumeSimCacheData::CompressionType' has a wrong offset!"); \ +static_assert(offsetof(UNDIRenderTargetVolumeSimCacheData, Frames) == 0x000030, "Member 'UNDIRenderTargetVolumeSimCacheData::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraAssetTagDefinitions \ +static_assert(alignof(UNiagaraAssetTagDefinitions) == 0x000008, "Wrong alignment on UNiagaraAssetTagDefinitions"); \ +static_assert(sizeof(UNiagaraAssetTagDefinitions) == 0x000060, "Wrong size on UNiagaraAssetTagDefinitions"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, DisplayName) == 0x000028, "Member 'UNiagaraAssetTagDefinitions::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, Description) == 0x000038, "Member 'UNiagaraAssetTagDefinitions::Description' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, TagDefinitions) == 0x000048, "Member 'UNiagaraAssetTagDefinitions::TagDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, bDisplayTagsAsFlatList) == 0x000058, "Member 'UNiagaraAssetTagDefinitions::bDisplayTagsAsFlatList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, SortOrder) == 0x00005C, "Member 'UNiagaraAssetTagDefinitions::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraConvertInPlaceUtilityBase \ +static_assert(alignof(UNiagaraConvertInPlaceUtilityBase) == 0x000008, "Wrong alignment on UNiagaraConvertInPlaceUtilityBase"); \ +static_assert(sizeof(UNiagaraConvertInPlaceUtilityBase) == 0x000028, "Wrong size on UNiagaraConvertInPlaceUtilityBase"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_InitAccess \ +static_assert(alignof(NiagaraDataChannelReader_InitAccess) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_InitAccess"); \ +static_assert(sizeof(NiagaraDataChannelReader_InitAccess) == 0x000030, "Wrong size on NiagaraDataChannelReader_InitAccess"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, SearchParams) == 0x000000, "Member 'NiagaraDataChannelReader_InitAccess::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, bReadPrevFrameData) == 0x000028, "Member 'NiagaraDataChannelReader_InitAccess::bReadPrevFrameData' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, ReturnValue) == 0x000029, "Member 'NiagaraDataChannelReader_InitAccess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_Num \ +static_assert(alignof(NiagaraDataChannelReader_Num) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_Num"); \ +static_assert(sizeof(NiagaraDataChannelReader_Num) == 0x000004, "Wrong size on NiagaraDataChannelReader_Num"); \ +static_assert(offsetof(NiagaraDataChannelReader_Num, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelReader_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadBool \ +static_assert(alignof(NiagaraDataChannelReader_ReadBool) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadBool"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadBool) == 0x000010, "Wrong size on NiagaraDataChannelReader_ReadBool"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadBool::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadBool::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadBool::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, ReturnValue) == 0x00000D, "Member 'NiagaraDataChannelReader_ReadBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadEnum \ +static_assert(alignof(NiagaraDataChannelReader_ReadEnum) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadEnum"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadEnum) == 0x000010, "Wrong size on NiagaraDataChannelReader_ReadEnum"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadEnum::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadEnum::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadEnum::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, ReturnValue) == 0x00000D, "Member 'NiagaraDataChannelReader_ReadEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadFloat \ +static_assert(alignof(NiagaraDataChannelReader_ReadFloat) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadFloat"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadFloat) == 0x000018, "Wrong size on NiagaraDataChannelReader_ReadFloat"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadFloat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadFloat::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadID \ +static_assert(alignof(NiagaraDataChannelReader_ReadID) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadID"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadID) == 0x000018, "Wrong size on NiagaraDataChannelReader_ReadID"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadID::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadID::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadInt \ +static_assert(alignof(NiagaraDataChannelReader_ReadInt) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadInt"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadInt) == 0x000014, "Wrong size on NiagaraDataChannelReader_ReadInt"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadInt::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadInt::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadLinearColor \ +static_assert(alignof(NiagaraDataChannelReader_ReadLinearColor) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadLinearColor"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadLinearColor) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadLinearColor"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadLinearColor::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadLinearColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadLinearColor::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadPosition \ +static_assert(alignof(NiagaraDataChannelReader_ReadPosition) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadPosition"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadPosition) == 0x000028, "Wrong size on NiagaraDataChannelReader_ReadPosition"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadPosition::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadPosition::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadPosition::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadQuat \ +static_assert(alignof(NiagaraDataChannelReader_ReadQuat) == 0x000010, "Wrong alignment on NiagaraDataChannelReader_ReadQuat"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadQuat) == 0x000030, "Wrong size on NiagaraDataChannelReader_ReadQuat"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadQuat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadQuat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadQuat::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadSpawnInfo \ +static_assert(alignof(NiagaraDataChannelReader_ReadSpawnInfo) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadSpawnInfo"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadSpawnInfo) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadSpawnInfo"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadVector"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector) == 0x000028, "Wrong size on NiagaraDataChannelReader_ReadVector"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector2D \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector2D) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadVector2D"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector2D) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadVector2D"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector2D::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector2D::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector4 \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector4) == 0x000010, "Wrong alignment on NiagaraDataChannelReader_ReadVector4"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector4) == 0x000030, "Wrong size on NiagaraDataChannelReader_ReadVector4"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector4::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector4::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector4::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelReader \ +static_assert(alignof(UNiagaraDataChannelReader) == 0x000008, "Wrong alignment on UNiagaraDataChannelReader"); \ +static_assert(sizeof(UNiagaraDataChannelReader) == 0x000048, "Wrong size on UNiagaraDataChannelReader"); \ +static_assert(offsetof(UNiagaraDataChannelReader, Owner) == 0x000040, "Member 'UNiagaraDataChannelReader::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_InitWrite \ +static_assert(alignof(NiagaraDataChannelWriter_InitWrite) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_InitWrite"); \ +static_assert(sizeof(NiagaraDataChannelWriter_InitWrite) == 0x000048, "Wrong size on NiagaraDataChannelWriter_InitWrite"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, SearchParams) == 0x000000, "Member 'NiagaraDataChannelWriter_InitWrite::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, Count) == 0x000028, "Member 'NiagaraDataChannelWriter_InitWrite::Count' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToGame) == 0x00002C, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToCPU) == 0x00002D, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToGPU) == 0x00002E, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToGPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, DebugSource) == 0x000030, "Member 'NiagaraDataChannelWriter_InitWrite::DebugSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, ReturnValue) == 0x000040, "Member 'NiagaraDataChannelWriter_InitWrite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteBool \ +static_assert(alignof(NiagaraDataChannelWriter_WriteBool) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteBool"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteBool) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteBool"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteBool::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteBool::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteBool::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteEnum \ +static_assert(alignof(NiagaraDataChannelWriter_WriteEnum) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteEnum"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteEnum) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteEnum"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteEnum::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteEnum::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteEnum::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteFloat \ +static_assert(alignof(NiagaraDataChannelWriter_WriteFloat) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteFloat"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteFloat) == 0x000018, "Wrong size on NiagaraDataChannelWriter_WriteFloat"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteFloat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteFloat::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteID \ +static_assert(alignof(NiagaraDataChannelWriter_WriteID) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteID"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteID) == 0x000014, "Wrong size on NiagaraDataChannelWriter_WriteID"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteID::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteID::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteInt \ +static_assert(alignof(NiagaraDataChannelWriter_WriteInt) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteInt"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteInt) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteInt"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteInt::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteInt::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteLinearColor \ +static_assert(alignof(NiagaraDataChannelWriter_WriteLinearColor) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteLinearColor"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteLinearColor) == 0x00001C, "Wrong size on NiagaraDataChannelWriter_WriteLinearColor"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteLinearColor::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteLinearColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteLinearColor::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WritePosition \ +static_assert(alignof(NiagaraDataChannelWriter_WritePosition) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WritePosition"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WritePosition) == 0x000028, "Wrong size on NiagaraDataChannelWriter_WritePosition"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WritePosition::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WritePosition::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WritePosition::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteQuat \ +static_assert(alignof(NiagaraDataChannelWriter_WriteQuat) == 0x000010, "Wrong alignment on NiagaraDataChannelWriter_WriteQuat"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteQuat) == 0x000030, "Wrong size on NiagaraDataChannelWriter_WriteQuat"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteQuat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteQuat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteQuat::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteSpawnInfo \ +static_assert(alignof(NiagaraDataChannelWriter_WriteSpawnInfo) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteSpawnInfo"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteSpawnInfo) == 0x00001C, "Wrong size on NiagaraDataChannelWriter_WriteSpawnInfo"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteVector"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector) == 0x000028, "Wrong size on NiagaraDataChannelWriter_WriteVector"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector2D \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector2D) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteVector2D"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector2D) == 0x000020, "Wrong size on NiagaraDataChannelWriter_WriteVector2D"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector2D::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector2D::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector4 \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector4) == 0x000010, "Wrong alignment on NiagaraDataChannelWriter_WriteVector4"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector4) == 0x000030, "Wrong size on NiagaraDataChannelWriter_WriteVector4"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector4::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector4::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector4::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_Num \ +static_assert(alignof(NiagaraDataChannelWriter_Num) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_Num"); \ +static_assert(sizeof(NiagaraDataChannelWriter_Num) == 0x000004, "Wrong size on NiagaraDataChannelWriter_Num"); \ +static_assert(offsetof(NiagaraDataChannelWriter_Num, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelWriter_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelWriter \ +static_assert(alignof(UNiagaraDataChannelWriter) == 0x000008, "Wrong alignment on UNiagaraDataChannelWriter"); \ +static_assert(sizeof(UNiagaraDataChannelWriter) == 0x000040, "Wrong size on UNiagaraDataChannelWriter"); \ +static_assert(offsetof(UNiagaraDataChannelWriter, Owner) == 0x000038, "Member 'UNiagaraDataChannelWriter::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_GetDataChannelReader \ +static_assert(alignof(NiagaraDataChannelHandler_GetDataChannelReader) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_GetDataChannelReader"); \ +static_assert(sizeof(NiagaraDataChannelHandler_GetDataChannelReader) == 0x000008, "Wrong size on NiagaraDataChannelHandler_GetDataChannelReader"); \ +static_assert(offsetof(NiagaraDataChannelHandler_GetDataChannelReader, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelHandler_GetDataChannelReader::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_GetDataChannelWriter \ +static_assert(alignof(NiagaraDataChannelHandler_GetDataChannelWriter) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_GetDataChannelWriter"); \ +static_assert(sizeof(NiagaraDataChannelHandler_GetDataChannelWriter) == 0x000008, "Wrong size on NiagaraDataChannelHandler_GetDataChannelWriter"); \ +static_assert(offsetof(NiagaraDataChannelHandler_GetDataChannelWriter, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelHandler_GetDataChannelWriter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler \ +static_assert(alignof(UNiagaraDataChannelHandler) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler"); \ +static_assert(sizeof(UNiagaraDataChannelHandler) == 0x000048, "Wrong size on UNiagaraDataChannelHandler"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, DataChannel) == 0x000028, "Member 'UNiagaraDataChannelHandler::DataChannel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, Writer) == 0x000030, "Member 'UNiagaraDataChannelHandler::Writer' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, Reader) == 0x000038, "Member 'UNiagaraDataChannelHandler::Reader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelAsset \ +static_assert(alignof(UNiagaraDataChannelAsset) == 0x000008, "Wrong alignment on UNiagaraDataChannelAsset"); \ +static_assert(sizeof(UNiagaraDataChannelAsset) == 0x000030, "Wrong size on UNiagaraDataChannelAsset"); \ +static_assert(offsetof(UNiagaraDataChannelAsset, DataChannel) == 0x000028, "Member 'UNiagaraDataChannelAsset::DataChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel \ +static_assert(alignof(UNiagaraDataChannel) == 0x000008, "Wrong alignment on UNiagaraDataChannel"); \ +static_assert(sizeof(UNiagaraDataChannel) == 0x000130, "Wrong size on UNiagaraDataChannel"); \ +static_assert(offsetof(UNiagaraDataChannel, ChannelVariables) == 0x000028, "Member 'UNiagaraDataChannel::ChannelVariables' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, bKeepPreviousFrameData) == 0x000038, "Member 'UNiagaraDataChannel::bKeepPreviousFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, bEnforceTickGroupReadWriteOrder) == 0x000039, "Member 'UNiagaraDataChannel::bEnforceTickGroupReadWriteOrder' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, FinalWriteTickGroup) == 0x00003A, "Member 'UNiagaraDataChannel::FinalWriteTickGroup' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, CompiledData) == 0x000040, "Member 'UNiagaraDataChannel::CompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, CompiledDataGPU) == 0x000088, "Member 'UNiagaraDataChannel::CompiledDataGPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_Global \ +static_assert(alignof(UNiagaraDataChannel_Global) == 0x000008, "Wrong alignment on UNiagaraDataChannel_Global"); \ +static_assert(sizeof(UNiagaraDataChannel_Global) == 0x000130, "Wrong size on UNiagaraDataChannel_Global"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_Global \ +static_assert(alignof(UNiagaraDataChannelHandler_Global) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_Global"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_Global) == 0x000058, "Wrong size on UNiagaraDataChannelHandler_Global"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_Islands \ +static_assert(alignof(UNiagaraDataChannel_Islands) == 0x000008, "Wrong alignment on UNiagaraDataChannel_Islands"); \ +static_assert(sizeof(UNiagaraDataChannel_Islands) == 0x0001B8, "Wrong size on UNiagaraDataChannel_Islands"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, Mode) == 0x000130, "Member 'UNiagaraDataChannel_Islands::Mode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, InitialExtents) == 0x000138, "Member 'UNiagaraDataChannel_Islands::InitialExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, MaxExtents) == 0x000150, "Member 'UNiagaraDataChannel_Islands::MaxExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, PerElementExtents) == 0x000168, "Member 'UNiagaraDataChannel_Islands::PerElementExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, Systems) == 0x000180, "Member 'UNiagaraDataChannel_Islands::Systems' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, IslandPoolSize) == 0x000190, "Member 'UNiagaraDataChannel_Islands::IslandPoolSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, DebugDrawSettings) == 0x000194, "Member 'UNiagaraDataChannel_Islands::DebugDrawSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, SystemsInternal) == 0x000198, "Member 'UNiagaraDataChannel_Islands::SystemsInternal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_Islands \ +static_assert(alignof(UNiagaraDataChannelHandler_Islands) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_Islands"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_Islands) == 0x000078, "Wrong size on UNiagaraDataChannelHandler_Islands"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, ActiveIslands) == 0x000048, "Member 'UNiagaraDataChannelHandler_Islands::ActiveIslands' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, FreeIslands) == 0x000058, "Member 'UNiagaraDataChannelHandler_Islands::FreeIslands' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, IslandPool) == 0x000068, "Member 'UNiagaraDataChannelHandler_Islands::IslandPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface \ +static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ +static_assert(sizeof(UNiagaraDataInterface) == 0x000038, "Wrong size on UNiagaraDataInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRWBase \ +static_assert(alignof(UNiagaraDataInterfaceRWBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRWBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceRWBase) == 0x000038, "Wrong size on UNiagaraDataInterfaceRWBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDataChannelRead \ +static_assert(alignof(UNiagaraDataInterfaceDataChannelRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDataChannelRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceDataChannelRead) == 0x0000B0, "Wrong size on UNiagaraDataInterfaceDataChannelRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, Channel) == 0x000038, "Member 'UNiagaraDataInterfaceDataChannelRead::Channel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bReadCurrentFrame) == 0x000040, "Member 'UNiagaraDataInterfaceDataChannelRead::bReadCurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bUpdateSourceDataEveryTick) == 0x000041, "Member 'UNiagaraDataInterfaceDataChannelRead::bUpdateSourceDataEveryTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bOverrideSpawnGroupToDataChannelIndex) == 0x000042, "Member 'UNiagaraDataInterfaceDataChannelRead::bOverrideSpawnGroupToDataChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, CompiledData) == 0x000048, "Member 'UNiagaraDataInterfaceDataChannelRead::CompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDIDataChannelWriteSimCacheData \ +static_assert(alignof(UNDIDataChannelWriteSimCacheData) == 0x000008, "Wrong alignment on UNDIDataChannelWriteSimCacheData"); \ +static_assert(sizeof(UNDIDataChannelWriteSimCacheData) == 0x000058, "Wrong size on UNDIDataChannelWriteSimCacheData"); \ +static_assert(offsetof(UNDIDataChannelWriteSimCacheData, FrameData) == 0x000028, "Member 'UNDIDataChannelWriteSimCacheData::FrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIDataChannelWriteSimCacheData, DataChannelReference) == 0x000038, "Member 'UNDIDataChannelWriteSimCacheData::DataChannelReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDataChannelWrite \ +static_assert(alignof(UNiagaraDataInterfaceDataChannelWrite) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDataChannelWrite"); \ +static_assert(sizeof(UNiagaraDataInterfaceDataChannelWrite) == 0x000108, "Wrong size on UNiagaraDataInterfaceDataChannelWrite"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, AllocationMode) == 0x000040, "Member 'UNiagaraDataInterfaceDataChannelWrite::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, AllocationCount) == 0x000044, "Member 'UNiagaraDataInterfaceDataChannelWrite::AllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToGame) == 0x000048, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToGame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToCPU) == 0x000049, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToCPU' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToGPU) == 0x00004A, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToGPU' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bUpdateDestinationDataEveryTick) == 0x00004B, "Member 'UNiagaraDataInterfaceDataChannelWrite::bUpdateDestinationDataEveryTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, Channel) == 0x000050, "Member 'UNiagaraDataInterfaceDataChannelWrite::Channel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, CompiledData) == 0x000058, "Member 'UNiagaraDataInterfaceDataChannelWrite::CompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ +static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ +static_assert(sizeof(UNiagaraMessageDataBase) == 0x000028, "Wrong size on UNiagaraMessageDataBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterDefinitionsBase \ +static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ +static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ + +#define DUMPER7_ASSERTS_INiagaraRenderableMeshInterface \ +static_assert(alignof(INiagaraRenderableMeshInterface) == 0x000001, "Wrong alignment on INiagaraRenderableMeshInterface"); \ +static_assert(sizeof(INiagaraRenderableMeshInterface) == 0x000001, "Wrong size on INiagaraRenderableMeshInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ +static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ +static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000048, "Wrong size on UNiagaraScriptSourceBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSettings \ +static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ +static_assert(sizeof(UNiagaraSettings) == 0x000150, "Wrong size on UNiagaraSettings"); \ +static_assert(offsetof(UNiagaraSettings, bSystemsSupportLargeWorldCoordinates) == 0x000038, "Member 'UNiagaraSettings::bSystemsSupportLargeWorldCoordinates' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bEnforceStrictStackTypes) == 0x000039, "Member 'UNiagaraSettings::bEnforceStrictStackTypes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bExperimentalVMEnabled) == 0x00003A, "Member 'UNiagaraSettings::bExperimentalVMEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bStatelessEmittersEnabled) == 0x00003B, "Member 'UNiagaraSettings::bStatelessEmittersEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bAccurateQuatInterpolation) == 0x00003C, "Member 'UNiagaraSettings::bAccurateQuatInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, InvalidNamespaceWriteSeverity) == 0x00003D, "Member 'UNiagaraSettings::InvalidNamespaceWriteSeverity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bLimitDeltaTime) == 0x00003E, "Member 'UNiagaraSettings::bLimitDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, MaxDeltaTimePerTick) == 0x000040, "Member 'UNiagaraSettings::MaxDeltaTimePerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000048, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, RequiredEffectType) == 0x000068, "Member 'UNiagaraSettings::RequiredEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bAllowCreateActorFromSystemWithNoEffectType) == 0x000088, "Member 'UNiagaraSettings::bAllowCreateActorFromSystemWithNoEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PositionPinTypeColor) == 0x00008C, "Member 'UNiagaraSettings::PositionPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ByteCodeStripOption) == 0x00009C, "Member 'UNiagaraSettings::ByteCodeStripOption' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x0000A0, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x0000B0, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x000100, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x000101, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x000104, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultPixelCoverageMode) == 0x000108, "Member 'UNiagaraSettings::DefaultPixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultSortPrecision) == 0x000109, "Member 'UNiagaraSettings::DefaultSortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGpuTranslucentLatency) == 0x00010A, "Member 'UNiagaraSettings::DefaultGpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultLightInverseExposureBlend) == 0x00010C, "Member 'UNiagaraSettings::DefaultLightInverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_SupportReadingDeformedGeometry) == 0x000110, "Member 'UNiagaraSettings::NDISkelMesh_SupportReadingDeformedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_Support16BitIndexWeight) == 0x000111, "Member 'UNiagaraSettings::NDISkelMesh_Support16BitIndexWeight' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x000112, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x000113, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x000114, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDIStaticMesh_AllowDistanceFields) == 0x000115, "Member 'UNiagaraSettings::NDIStaticMesh_AllowDistanceFields' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDICollisionQuery_AsyncGpuTraceProviderOrder) == 0x000118, "Member 'UNiagaraSettings::NDICollisionQuery_AsyncGpuTraceProviderOrder' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheAuxiliaryFileBasePath) == 0x000128, "Member 'UNiagaraSettings::SimCacheAuxiliaryFileBasePath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheMaxCPUMemoryVolumetrics) == 0x000138, "Member 'UNiagaraSettings::SimCacheMaxCPUMemoryVolumetrics' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PlatformSetRedirects) == 0x000140, "Member 'UNiagaraSettings::PlatformSetRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INiagaraSimCacheCustomStorageInterface \ +static_assert(alignof(INiagaraSimCacheCustomStorageInterface) == 0x000001, "Wrong alignment on INiagaraSimCacheCustomStorageInterface"); \ +static_assert(sizeof(INiagaraSimCacheCustomStorageInterface) == 0x000001, "Wrong size on INiagaraSimCacheCustomStorageInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitter \ +static_assert(alignof(UNiagaraStatelessEmitter) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitter"); \ +static_assert(sizeof(UNiagaraStatelessEmitter) == 0x0001A8, "Wrong size on UNiagaraStatelessEmitter"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, UniqueEmitterName) == 0x000038, "Member 'UNiagaraStatelessEmitter::UniqueEmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, EmitterTemplateClass) == 0x000048, "Member 'UNiagaraStatelessEmitter::EmitterTemplateClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, bDeterministic) == 0x000050, "Member 'UNiagaraStatelessEmitter::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, RandomSeed) == 0x000054, "Member 'UNiagaraStatelessEmitter::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, FixedBounds) == 0x000058, "Member 'UNiagaraStatelessEmitter::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, EmitterState) == 0x000090, "Member 'UNiagaraStatelessEmitter::EmitterState' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, SpawnInfos) == 0x0000F0, "Member 'UNiagaraStatelessEmitter::SpawnInfos' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, Modules) == 0x000100, "Member 'UNiagaraStatelessEmitter::Modules' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, RendererProperties) == 0x000110, "Member 'UNiagaraStatelessEmitter::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, Platforms) == 0x000120, "Member 'UNiagaraStatelessEmitter::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, ParticleDataSetCompiledData) == 0x000150, "Member 'UNiagaraStatelessEmitter::ParticleDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, ComponentOffsets) == 0x000198, "Member 'UNiagaraStatelessEmitter::ComponentOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitterTemplate \ +static_assert(alignof(UNiagaraStatelessEmitterTemplate) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitterTemplate"); \ +static_assert(sizeof(UNiagaraStatelessEmitterTemplate) == 0x000028, "Wrong size on UNiagaraStatelessEmitterTemplate"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitterDefault \ +static_assert(alignof(UNiagaraStatelessEmitterDefault) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitterDefault"); \ +static_assert(sizeof(UNiagaraStatelessEmitterDefault) == 0x000028, "Wrong size on UNiagaraStatelessEmitterDefault"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitterExample1 \ +static_assert(alignof(UNiagaraStatelessEmitterExample1) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitterExample1"); \ +static_assert(sizeof(UNiagaraStatelessEmitterExample1) == 0x000028, "Wrong size on UNiagaraStatelessEmitterExample1"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule \ +static_assert(alignof(UNiagaraStatelessModule) == 0x000008, "Wrong alignment on UNiagaraStatelessModule"); \ +static_assert(sizeof(UNiagaraStatelessModule) == 0x000030, "Wrong size on UNiagaraStatelessModule"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_AccelerationForce \ +static_assert(alignof(UNiagaraStatelessModule_AccelerationForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_AccelerationForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_AccelerationForce) == 0x000060, "Wrong size on UNiagaraStatelessModule_AccelerationForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_AccelerationForce, AccelerationDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_AccelerationForce::AccelerationDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_AddVelocity \ +static_assert(alignof(UNiagaraStatelessModule_AddVelocity) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_AddVelocity"); \ +static_assert(sizeof(UNiagaraStatelessModule_AddVelocity) == 0x0000E8, "Wrong size on UNiagaraStatelessModule_AddVelocity"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, VelocityType) == 0x000030, "Member 'UNiagaraStatelessModule_AddVelocity::VelocityType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, LinearVelocityDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_AddVelocity::LinearVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, LinearVelocityScale) == 0x000068, "Member 'UNiagaraStatelessModule_AddVelocity::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeVelocityDistribution) == 0x000070, "Member 'UNiagaraStatelessModule_AddVelocity::ConeVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeRotation) == 0x000090, "Member 'UNiagaraStatelessModule_AddVelocity::ConeRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeAngle) == 0x0000A8, "Member 'UNiagaraStatelessModule_AddVelocity::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, InnerCone) == 0x0000AC, "Member 'UNiagaraStatelessModule_AddVelocity::InnerCone' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, PointVelocityDistribution) == 0x0000B0, "Member 'UNiagaraStatelessModule_AddVelocity::PointVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, PointOrigin) == 0x0000D0, "Member 'UNiagaraStatelessModule_AddVelocity::PointOrigin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, bSpeedFalloffFromConeAxisEnabled) == 0x0000DC, "Member 'UNiagaraStatelessModule_AddVelocity::bSpeedFalloffFromConeAxisEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, SpeedFalloffFromConeAxis) == 0x0000E0, "Member 'UNiagaraStatelessModule_AddVelocity::SpeedFalloffFromConeAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CalculateAccurateVelocity \ +static_assert(alignof(UNiagaraStatelessModule_CalculateAccurateVelocity) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CalculateAccurateVelocity"); \ +static_assert(sizeof(UNiagaraStatelessModule_CalculateAccurateVelocity) == 0x000030, "Wrong size on UNiagaraStatelessModule_CalculateAccurateVelocity"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CameraOffset \ +static_assert(alignof(UNiagaraStatelessModule_CameraOffset) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CameraOffset"); \ +static_assert(sizeof(UNiagaraStatelessModule_CameraOffset) == 0x000058, "Wrong size on UNiagaraStatelessModule_CameraOffset"); \ +static_assert(offsetof(UNiagaraStatelessModule_CameraOffset, CameraOffsetDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_CameraOffset::CameraOffsetDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CurlNoiseForce \ +static_assert(alignof(UNiagaraStatelessModule_CurlNoiseForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CurlNoiseForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_CurlNoiseForce) == 0x000048, "Wrong size on UNiagaraStatelessModule_CurlNoiseForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseAmplitude) == 0x000030, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseFrequency) == 0x000034, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseMode) == 0x000038, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseTexture) == 0x000040, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_Drag \ +static_assert(alignof(UNiagaraStatelessModule_Drag) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_Drag"); \ +static_assert(sizeof(UNiagaraStatelessModule_Drag) == 0x000050, "Wrong size on UNiagaraStatelessModule_Drag"); \ +static_assert(offsetof(UNiagaraStatelessModule_Drag, DragDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_Drag::DragDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_DynamicMaterialParameters \ +static_assert(alignof(UNiagaraStatelessModule_DynamicMaterialParameters) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_DynamicMaterialParameters"); \ +static_assert(sizeof(UNiagaraStatelessModule_DynamicMaterialParameters) == 0x0000D8, "Wrong size on UNiagaraStatelessModule_DynamicMaterialParameters"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter0XDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter0XDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter0YDistribution) == 0x000060, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter0YDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter0ZDistribution) == 0x000088, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter0ZDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter0WDistribution) == 0x0000B0, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter0WDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_GravityForce \ +static_assert(alignof(UNiagaraStatelessModule_GravityForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_GravityForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_GravityForce) == 0x000060, "Wrong size on UNiagaraStatelessModule_GravityForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_GravityForce, GravityDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_GravityForce::GravityDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_InitializeParticle \ +static_assert(alignof(UNiagaraStatelessModule_InitializeParticle) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_InitializeParticle"); \ +static_assert(sizeof(UNiagaraStatelessModule_InitializeParticle) == 0x000170, "Wrong size on UNiagaraStatelessModule_InitializeParticle"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, LifetimeDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_InitializeParticle::LifetimeDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, ColorDistribution) == 0x000050, "Member 'UNiagaraStatelessModule_InitializeParticle::ColorDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, MassDistribution) == 0x000088, "Member 'UNiagaraStatelessModule_InitializeParticle::MassDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, SpriteSizeDistribution) == 0x0000A8, "Member 'UNiagaraStatelessModule_InitializeParticle::SpriteSizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, SpriteRotationDistribution) == 0x0000D0, "Member 'UNiagaraStatelessModule_InitializeParticle::SpriteRotationDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, MeshScaleDistribution) == 0x0000F0, "Member 'UNiagaraStatelessModule_InitializeParticle::MeshScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, bWriteRibbonWidth) == 0x000120, "Member 'UNiagaraStatelessModule_InitializeParticle::bWriteRibbonWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, RibbonWidthDistribution) == 0x000128, "Member 'UNiagaraStatelessModule_InitializeParticle::RibbonWidthDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, InitialPosition) == 0x000148, "Member 'UNiagaraStatelessModule_InitializeParticle::InitialPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_InitialMeshOrientation \ +static_assert(alignof(UNiagaraStatelessModule_InitialMeshOrientation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_InitialMeshOrientation"); \ +static_assert(sizeof(UNiagaraStatelessModule_InitialMeshOrientation) == 0x000048, "Wrong size on UNiagaraStatelessModule_InitialMeshOrientation"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, Rotation) == 0x000030, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, RandomRotationRange) == 0x00003C, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::RandomRotationRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights \ +static_assert(alignof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights) == 0x000001, "Wrong alignment on NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights"); \ +static_assert(sizeof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights) == 0x000001, "Wrong size on NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights"); \ +static_assert(offsetof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_MeshIndex \ +static_assert(alignof(UNiagaraStatelessModule_MeshIndex) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_MeshIndex"); \ +static_assert(sizeof(UNiagaraStatelessModule_MeshIndex) == 0x000058, "Wrong size on UNiagaraStatelessModule_MeshIndex"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshIndex, MeshIndex) == 0x000030, "Member 'UNiagaraStatelessModule_MeshIndex::MeshIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshIndex, MeshIndexWeight) == 0x000048, "Member 'UNiagaraStatelessModule_MeshIndex::MeshIndexWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_MeshRotationRate \ +static_assert(alignof(UNiagaraStatelessModule_MeshRotationRate) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_MeshRotationRate"); \ +static_assert(sizeof(UNiagaraStatelessModule_MeshRotationRate) == 0x000060, "Wrong size on UNiagaraStatelessModule_MeshRotationRate"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshRotationRate, RotationRateDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_MeshRotationRate::RotationRateDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_RotateAroundPoint \ +static_assert(alignof(UNiagaraStatelessModule_RotateAroundPoint) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_RotateAroundPoint"); \ +static_assert(sizeof(UNiagaraStatelessModule_RotateAroundPoint) == 0x000048, "Wrong size on UNiagaraStatelessModule_RotateAroundPoint"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RateMin) == 0x000030, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RateMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RateMax) == 0x000034, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RateMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RadiusMin) == 0x000038, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RadiusMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RadiusMax) == 0x00003C, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RadiusMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, InitialPhaseMin) == 0x000040, "Member 'UNiagaraStatelessModule_RotateAroundPoint::InitialPhaseMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, InitialPhaseMax) == 0x000044, "Member 'UNiagaraStatelessModule_RotateAroundPoint::InitialPhaseMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleColor \ +static_assert(alignof(UNiagaraStatelessModule_ScaleColor) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleColor"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleColor) == 0x000058, "Wrong size on UNiagaraStatelessModule_ScaleColor"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleColor, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleColor::ScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange \ +static_assert(alignof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange) == 0x000001, "Wrong alignment on NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange"); \ +static_assert(sizeof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange) == 0x000001, "Wrong size on NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange"); \ +static_assert(offsetof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleMeshSize \ +static_assert(alignof(UNiagaraStatelessModule_ScaleMeshSize) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleMeshSize"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleMeshSize) == 0x000078, "Wrong size on UNiagaraStatelessModule_ScaleMeshSize"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSize, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleMeshSize::ScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSize, ScaleCurveRange) == 0x000058, "Member 'UNiagaraStatelessModule_ScaleMeshSize::ScaleCurveRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleMeshSizeBySpeed \ +static_assert(alignof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleMeshSizeBySpeed"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed) == 0x000060, "Wrong size on UNiagaraStatelessModule_ScaleMeshSizeBySpeed"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, VelocityThreshold) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, ScaleDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::ScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange \ +static_assert(alignof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange) == 0x000001, "Wrong alignment on NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange"); \ +static_assert(sizeof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange) == 0x000001, "Wrong size on NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange"); \ +static_assert(offsetof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleSpriteSize \ +static_assert(alignof(UNiagaraStatelessModule_ScaleSpriteSize) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleSpriteSize"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleSpriteSize) == 0x000078, "Wrong size on UNiagaraStatelessModule_ScaleSpriteSize"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSize, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleSpriteSize::ScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSize, ScaleCurveRange) == 0x000058, "Member 'UNiagaraStatelessModule_ScaleSpriteSize::ScaleCurveRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleSpriteSizeBySpeed \ +static_assert(alignof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleSpriteSizeBySpeed"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed) == 0x000060, "Wrong size on UNiagaraStatelessModule_ScaleSpriteSizeBySpeed"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, VelocityThreshold) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, ScaleDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::ScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ShapeLocation \ +static_assert(alignof(UNiagaraStatelessModule_ShapeLocation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ShapeLocation"); \ +static_assert(sizeof(UNiagaraStatelessModule_ShapeLocation) == 0x000078, "Wrong size on UNiagaraStatelessModule_ShapeLocation"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, ShapePrimitive) == 0x000030, "Member 'UNiagaraStatelessModule_ShapeLocation::ShapePrimitive' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSize) == 0x000034, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, bBoxSurfaceOnly) == 0x000040, "Member 'UNiagaraStatelessModule_ShapeLocation::bBoxSurfaceOnly' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSurfaceThicknessMin) == 0x000044, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSurfaceThicknessMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSurfaceThicknessMax) == 0x000048, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSurfaceThicknessMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, PlaneSize) == 0x00004C, "Member 'UNiagaraStatelessModule_ShapeLocation::PlaneSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderHeight) == 0x000054, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderRadius) == 0x000058, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderHeightMidpoint) == 0x00005C, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderHeightMidpoint' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, RingRadius) == 0x000060, "Member 'UNiagaraStatelessModule_ShapeLocation::RingRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, DiscCoverage) == 0x000064, "Member 'UNiagaraStatelessModule_ShapeLocation::DiscCoverage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, RingUDistribution) == 0x000068, "Member 'UNiagaraStatelessModule_ShapeLocation::RingUDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, SphereMin) == 0x00006C, "Member 'UNiagaraStatelessModule_ShapeLocation::SphereMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, SphereMax) == 0x000070, "Member 'UNiagaraStatelessModule_ShapeLocation::SphereMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SolveVelocitiesAndForces \ +static_assert(alignof(UNiagaraStatelessModule_SolveVelocitiesAndForces) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SolveVelocitiesAndForces"); \ +static_assert(sizeof(UNiagaraStatelessModule_SolveVelocitiesAndForces) == 0x000030, "Wrong size on UNiagaraStatelessModule_SolveVelocitiesAndForces"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SpriteFacingAndAlignment \ +static_assert(alignof(UNiagaraStatelessModule_SpriteFacingAndAlignment) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SpriteFacingAndAlignment"); \ +static_assert(sizeof(UNiagaraStatelessModule_SpriteFacingAndAlignment) == 0x000050, "Wrong size on UNiagaraStatelessModule_SpriteFacingAndAlignment"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, bSpriteFacingEnabled) == 0x000030, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::bSpriteFacingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, bSpriteAlignmentEnabled) == 0x000031, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::bSpriteAlignmentEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, SpriteFacing) == 0x000034, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::SpriteFacing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, SpriteAlignment) == 0x000040, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::SpriteAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SpriteRotationRate \ +static_assert(alignof(UNiagaraStatelessModule_SpriteRotationRate) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SpriteRotationRate"); \ +static_assert(sizeof(UNiagaraStatelessModule_SpriteRotationRate) == 0x000050, "Wrong size on UNiagaraStatelessModule_SpriteRotationRate"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteRotationRate, RotationRateDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_SpriteRotationRate::RotationRateDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SubUVAnimation \ +static_assert(alignof(UNiagaraStatelessModule_SubUVAnimation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SubUVAnimation"); \ +static_assert(sizeof(UNiagaraStatelessModule_SubUVAnimation) == 0x000050, "Wrong size on UNiagaraStatelessModule_SubUVAnimation"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, NumFrames) == 0x000030, "Member 'UNiagaraStatelessModule_SubUVAnimation::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, bStartFrameRangeOverride_Enabled) == 0x000034, "Member 'UNiagaraStatelessModule_SubUVAnimation::bStartFrameRangeOverride_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, bEndFrameRangeOverride_Enabled) == 0x000035, "Member 'UNiagaraStatelessModule_SubUVAnimation::bEndFrameRangeOverride_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, StartFrameRangeOverride) == 0x000038, "Member 'UNiagaraStatelessModule_SubUVAnimation::StartFrameRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, EndFrameRangeOverride) == 0x00003C, "Member 'UNiagaraStatelessModule_SubUVAnimation::EndFrameRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, AnimationMode) == 0x000040, "Member 'UNiagaraStatelessModule_SubUVAnimation::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, LoopsPerSecond) == 0x000044, "Member 'UNiagaraStatelessModule_SubUVAnimation::LoopsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, RandomChangeInterval) == 0x000048, "Member 'UNiagaraStatelessModule_SubUVAnimation::RandomChangeInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraValidationRuleSet \ +static_assert(alignof(UNiagaraValidationRuleSet) == 0x000008, "Wrong alignment on UNiagaraValidationRuleSet"); \ +static_assert(sizeof(UNiagaraValidationRuleSet) == 0x000038, "Wrong size on UNiagaraValidationRuleSet"); \ +static_assert(offsetof(UNiagaraValidationRuleSet, ValidationRules) == 0x000028, "Member 'UNiagaraValidationRuleSet::ValidationRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceActorComponent \ +static_assert(alignof(UNiagaraDataInterfaceActorComponent) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceActorComponent"); \ +static_assert(sizeof(UNiagaraDataInterfaceActorComponent) == 0x000080, "Wrong size on UNiagaraDataInterfaceActorComponent"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceActorComponent::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, LocalPlayerIndex) == 0x00003C, "Member 'UNiagaraDataInterfaceActorComponent::LocalPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfaceActorComponent::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, ActorOrComponentParameter) == 0x000058, "Member 'UNiagaraDataInterfaceActorComponent::ActorOrComponentParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, bRequireCurrentFrameData) == 0x000078, "Member 'UNiagaraDataInterfaceActorComponent::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAsyncGpuTrace \ +static_assert(alignof(UNiagaraDataInterfaceAsyncGpuTrace) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAsyncGpuTrace"); \ +static_assert(sizeof(UNiagaraDataInterfaceAsyncGpuTrace) == 0x000048, "Wrong size on UNiagaraDataInterfaceAsyncGpuTrace"); \ +static_assert(offsetof(UNiagaraDataInterfaceAsyncGpuTrace, MaxTracesPerParticle) == 0x000038, "Member 'UNiagaraDataInterfaceAsyncGpuTrace::MaxTracesPerParticle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAsyncGpuTrace, MaxRetraces) == 0x00003C, "Member 'UNiagaraDataInterfaceAsyncGpuTrace::MaxRetraces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAsyncGpuTrace, TraceProvider) == 0x000040, "Member 'UNiagaraDataInterfaceAsyncGpuTrace::TraceProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceConsoleVariable \ +static_assert(alignof(UNiagaraDataInterfaceConsoleVariable) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceConsoleVariable"); \ +static_assert(sizeof(UNiagaraDataInterfaceConsoleVariable) == 0x000038, "Wrong size on UNiagaraDataInterfaceConsoleVariable"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDebugDraw \ +static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ +static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000040, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ +static_assert(offsetof(UNiagaraDataInterfaceDebugDraw, OverrideMaxLineInstances) == 0x000038, "Member 'UNiagaraDataInterfaceDebugDraw::OverrideMaxLineInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDynamicMesh \ +static_assert(alignof(UNiagaraDataInterfaceDynamicMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDynamicMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceDynamicMesh) == 0x0000A8, "Wrong size on UNiagaraDataInterfaceDynamicMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, Sections) == 0x000040, "Member 'UNiagaraDataInterfaceDynamicMesh::Sections' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, Materials) == 0x000050, "Member 'UNiagaraDataInterfaceDynamicMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, NumVertices) == 0x000060, "Member 'UNiagaraDataInterfaceDynamicMesh::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, NumTexCoords) == 0x000064, "Member 'UNiagaraDataInterfaceDynamicMesh::NumTexCoords' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bHasColors) == 0x000068, "Member 'UNiagaraDataInterfaceDynamicMesh::bHasColors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bHasTangentBasis) == 0x000069, "Member 'UNiagaraDataInterfaceDynamicMesh::bHasTangentBasis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bClearTrianglesPerFrame) == 0x00006A, "Member 'UNiagaraDataInterfaceDynamicMesh::bClearTrianglesPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, DefaultBounds) == 0x000070, "Member 'UNiagaraDataInterfaceDynamicMesh::DefaultBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceEmitterProperties \ +static_assert(alignof(UNiagaraDataInterfaceEmitterProperties) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceEmitterProperties"); \ +static_assert(sizeof(UNiagaraDataInterfaceEmitterProperties) == 0x000048, "Wrong size on UNiagaraDataInterfaceEmitterProperties"); \ +static_assert(offsetof(UNiagaraDataInterfaceEmitterProperties, EmitterBinding) == 0x000038, "Member 'UNiagaraDataInterfaceEmitterProperties::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ +static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMemoryBuffer \ +static_assert(alignof(UNiagaraDataInterfaceMemoryBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMemoryBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceMemoryBuffer) == 0x000048, "Wrong size on UNiagaraDataInterfaceMemoryBuffer"); \ +static_assert(offsetof(UNiagaraDataInterfaceMemoryBuffer, DefaultNumElements) == 0x000040, "Member 'UNiagaraDataInterfaceMemoryBuffer::DefaultNumElements' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceMemoryBuffer, GpuSyncMode) == 0x000044, "Member 'UNiagaraDataInterfaceMemoryBuffer::GpuSyncMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDIMemoryBufferSimCacheData \ +static_assert(alignof(UNDIMemoryBufferSimCacheData) == 0x000008, "Wrong alignment on UNDIMemoryBufferSimCacheData"); \ +static_assert(sizeof(UNDIMemoryBufferSimCacheData) == 0x000048, "Wrong size on UNDIMemoryBufferSimCacheData"); \ +static_assert(offsetof(UNDIMemoryBufferSimCacheData, FrameData) == 0x000028, "Member 'UNDIMemoryBufferSimCacheData::FrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIMemoryBufferSimCacheData, BufferData) == 0x000038, "Member 'UNDIMemoryBufferSimCacheData::BufferData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsAsset \ +static_assert(alignof(UNiagaraDataInterfacePhysicsAsset) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(sizeof(UNiagaraDataInterfacePhysicsAsset) == 0x0000A8, "Wrong size on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfacePhysicsAsset::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, SoftSourceActor) == 0x000040, "Member 'UNiagaraDataInterfacePhysicsAsset::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, MeshUserParameter) == 0x000068, "Member 'UNiagaraDataInterfacePhysicsAsset::MeshUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INiagaraPhysicsAssetDICollectorInterface \ +static_assert(alignof(INiagaraPhysicsAssetDICollectorInterface) == 0x000001, "Wrong alignment on INiagaraPhysicsAssetDICollectorInterface"); \ +static_assert(sizeof(INiagaraPhysicsAssetDICollectorInterface) == 0x000001, "Wrong size on INiagaraPhysicsAssetDICollectorInterface"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors \ +static_assert(alignof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors) == 0x000008, "Wrong alignment on NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors"); \ +static_assert(sizeof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors) == 0x000020, "Wrong size on NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, ParameterName) == 0x000008, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, ShowOnlyActors) == 0x000010, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::ShowOnlyActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSceneCapture2D \ +static_assert(alignof(UNiagaraDataInterfaceSceneCapture2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSceneCapture2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceSceneCapture2D) == 0x000128, "Wrong size on UNiagaraDataInterfaceSceneCapture2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSceneCapture2D::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, SceneCaptureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceSceneCapture2D::SceneCaptureUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bAutoMoveWithComponent) == 0x000060, "Member 'UNiagaraDataInterfaceSceneCapture2D::bAutoMoveWithComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetLocationMode) == 0x000061, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetLocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetLocation) == 0x000068, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetRotationMode) == 0x000080, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetRotation) == 0x000088, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedCaptureSource) == 0x0000A0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedCaptureSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedTextureSize) == 0x0000A4, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedTextureFormat) == 0x0000AC, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedTextureFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedProjectionType) == 0x0000AD, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedProjectionType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedFOVAngle) == 0x0000B0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedFOVAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedOrthoWidth) == 0x0000B4, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bManagedCaptureEveryFrame) == 0x0000B8, "Member 'UNiagaraDataInterfaceSceneCapture2D::bManagedCaptureEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bManagedCaptureOnMovement) == 0x0000B9, "Member 'UNiagaraDataInterfaceSceneCapture2D::bManagedCaptureOnMovement' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedShowOnlyActors) == 0x0000C0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedCaptureComponents) == 0x0000D8, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedCaptureComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimCacheReader \ +static_assert(alignof(UNiagaraDataInterfaceSimCacheReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimCacheReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimCacheReader) == 0x000068, "Wrong size on UNiagaraDataInterfaceSimCacheReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, SimCacheBinding) == 0x000038, "Member 'UNiagaraDataInterfaceSimCacheReader::SimCacheBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, SimCache) == 0x000058, "Member 'UNiagaraDataInterfaceSimCacheReader::SimCache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, EmitterBinding) == 0x000060, "Member 'UNiagaraDataInterfaceSimCacheReader::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ +static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000048, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, GpuSyncMode) == 0x000040, "Member 'UNiagaraDataInterfaceSimpleCounter::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, InitialValue) == 0x000044, "Member 'UNiagaraDataInterfaceSimpleCounter::InitialValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDISimpleCounterSimCacheData \ +static_assert(alignof(UNDISimpleCounterSimCacheData) == 0x000008, "Wrong alignment on UNDISimpleCounterSimCacheData"); \ +static_assert(sizeof(UNDISimpleCounterSimCacheData) == 0x000038, "Wrong size on UNDISimpleCounterSimCacheData"); \ +static_assert(offsetof(UNDISimpleCounterSimCacheData, Values) == 0x000028, "Member 'UNDISimpleCounterSimCacheData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex \ +static_assert(alignof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex) == 0x000008, "Wrong alignment on NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex"); \ +static_assert(sizeof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex) == 0x000018, "Wrong size on NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, UserParameterName) == 0x000008, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::UserParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, NewInstanceIndex) == 0x000010, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::NewInstanceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceStaticMesh_OnSourceEndPlay \ +static_assert(alignof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay) == 0x000008, "Wrong alignment on NiagaraDataInterfaceStaticMesh_OnSourceEndPlay"); \ +static_assert(sizeof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay) == 0x000010, "Wrong size on NiagaraDataInterfaceStaticMesh_OnSourceEndPlay"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay, InSource) == 0x000000, "Member 'NiagaraDataInterfaceStaticMesh_OnSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay, Reason) == 0x000008, "Member 'NiagaraDataInterfaceStaticMesh_OnSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ +static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceStaticMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceStaticMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SoftSourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000078, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bCaptureTransformsPerFrame) == 0x000088, "Member 'UNiagaraDataInterfaceStaticMesh::bCaptureTransformsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000089, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bAllowSamplingFromStreamingLODs) == 0x00008A, "Member 'UNiagaraDataInterfaceStaticMesh::bAllowSamplingFromStreamingLODs' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, LODIndex) == 0x00008C, "Member 'UNiagaraDataInterfaceStaticMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, LODIndexUserParameter) == 0x000090, "Member 'UNiagaraDataInterfaceStaticMesh::LODIndexUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, MeshParameterBinding) == 0x0000B0, "Member 'UNiagaraDataInterfaceStaticMesh::MeshParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, InstanceIndex) == 0x0000D0, "Member 'UNiagaraDataInterfaceStaticMesh::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x0000D8, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap \ +static_assert(alignof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap) == 0x000008, "Wrong alignment on NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap"); \ +static_assert(sizeof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap) == 0x000020, "Wrong size on NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, NiagaraComponent) == 0x000000, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, UserParameterName) == 0x000008, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::UserParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, GraphName) == 0x000010, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::GraphName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, RemapName) == 0x000018, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::RemapName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceUObjectPropertyReader \ +static_assert(alignof(UNiagaraDataInterfaceUObjectPropertyReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceUObjectPropertyReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceUObjectPropertyReader) == 0x0000A8, "Wrong size on UNiagaraDataInterfaceUObjectPropertyReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, UObjectParameterBinding) == 0x000040, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::UObjectParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, PropertyRemap) == 0x000060, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::PropertyRemap' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActor) == 0x000070, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActorComponentClass) == 0x000098, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActorComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVirtualTexture \ +static_assert(alignof(UNiagaraDataInterfaceVirtualTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVirtualTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceVirtualTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceVirtualTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVirtualTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceVirtualTexture::TextureUserParameter' has a wrong offset!"); \ + +#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!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, bAllowScalability) == 0x0000FD, "Member 'UMovieSceneNiagaraSystemSpawnSection::bAllowScalability' 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_UMovieSceneNiagaraSystemTrack \ +static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x0000B0, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ + +#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_UMovieSceneNiagaraFloatParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ + +#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_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_NiagaraActor_GetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_GetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_GetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_GetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_GetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_GetDestroyOnSystemFinish, ReturnValue) == 0x000000, "Member 'NiagaraActor_GetDestroyOnSystemFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraActor \ +static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ +static_assert(sizeof(ANiagaraActor) == 0x0002A0, "Wrong size on ANiagaraActor"); \ +static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000290, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutput \ +static_assert(alignof(UNiagaraBakerOutput) == 0x000008, "Wrong alignment on UNiagaraBakerOutput"); \ +static_assert(sizeof(UNiagaraBakerOutput) == 0x000038, "Wrong size on UNiagaraBakerOutput"); \ +static_assert(offsetof(UNiagaraBakerOutput, OutputName) == 0x000028, "Member 'UNiagaraBakerOutput::OutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputSimCache \ +static_assert(alignof(UNiagaraBakerOutputSimCache) == 0x000008, "Wrong alignment on UNiagaraBakerOutputSimCache"); \ +static_assert(sizeof(UNiagaraBakerOutputSimCache) == 0x0000A0, "Wrong size on UNiagaraBakerOutputSimCache"); \ +static_assert(offsetof(UNiagaraBakerOutputSimCache, SimCacheAssetPathFormat) == 0x000038, "Member 'UNiagaraBakerOutputSimCache::SimCacheAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSimCache, CreateParameters) == 0x000048, "Member 'UNiagaraBakerOutputSimCache::CreateParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputSparseVolumeTexture \ +static_assert(alignof(UNiagaraBakerOutputSparseVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraBakerOutputSparseVolumeTexture"); \ +static_assert(sizeof(UNiagaraBakerOutputSparseVolumeTexture) == 0x000060, "Wrong size on UNiagaraBakerOutputSparseVolumeTexture"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputSparseVolumeTexture::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, SparseVolumeTextureAssetPathFormat) == 0x000050, "Member 'UNiagaraBakerOutputSparseVolumeTexture::SparseVolumeTextureAssetPathFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputTexture2D \ +static_assert(alignof(UNiagaraBakerOutputTexture2D) == 0x000008, "Wrong alignment on UNiagaraBakerOutputTexture2D"); \ +static_assert(sizeof(UNiagaraBakerOutputTexture2D) == 0x0000A0, "Wrong size on UNiagaraBakerOutputTexture2D"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputTexture2D::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FrameSize) == 0x000054, "Member 'UNiagaraBakerOutputTexture2D::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, AtlasTextureSize) == 0x00005C, "Member 'UNiagaraBakerOutputTexture2D::AtlasTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, TextureAddressX) == 0x00006C, "Member 'UNiagaraBakerOutputTexture2D::TextureAddressX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, TextureAddressY) == 0x00006D, "Member 'UNiagaraBakerOutputTexture2D::TextureAddressY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, AtlasAssetPathFormat) == 0x000070, "Member 'UNiagaraBakerOutputTexture2D::AtlasAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FramesAssetPathFormat) == 0x000080, "Member 'UNiagaraBakerOutputTexture2D::FramesAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FramesExportPathFormat) == 0x000090, "Member 'UNiagaraBakerOutputTexture2D::FramesExportPathFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputVolumeTexture \ +static_assert(alignof(UNiagaraBakerOutputVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraBakerOutputVolumeTexture"); \ +static_assert(sizeof(UNiagaraBakerOutputVolumeTexture) == 0x000088, "Wrong size on UNiagaraBakerOutputVolumeTexture"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputVolumeTexture::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, AtlasAssetPathFormat) == 0x000058, "Member 'UNiagaraBakerOutputVolumeTexture::AtlasAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, FramesAssetPathFormat) == 0x000068, "Member 'UNiagaraBakerOutputVolumeTexture::FramesAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, FramesExportPathFormat) == 0x000078, "Member 'UNiagaraBakerOutputVolumeTexture::FramesExportPathFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerSettings \ +static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ +static_assert(sizeof(UNiagaraBakerSettings) == 0x0001F0, "Wrong size on UNiagaraBakerSettings"); \ +static_assert(offsetof(UNiagaraBakerSettings, StartSeconds) == 0x000028, "Member 'UNiagaraBakerSettings::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, DurationSeconds) == 0x00002C, "Member 'UNiagaraBakerSettings::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerSecond) == 0x000030, "Member 'UNiagaraBakerSettings::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerDimension) == 0x000038, "Member 'UNiagaraBakerSettings::FramesPerDimension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, Outputs) == 0x000040, "Member 'UNiagaraBakerSettings::Outputs' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraSettings) == 0x000050, "Member 'UNiagaraBakerSettings::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CurrentCameraIndex) == 0x000060, "Member 'UNiagaraBakerSettings::CurrentCameraIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, BakeQualityLevel) == 0x000064, "Member 'UNiagaraBakerSettings::BakeQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, OutputTextures) == 0x000070, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000080, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x000088, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x000130, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x0001D8, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x0001DC, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x0001E0, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x0001E8, "Member 'UNiagaraBakerSettings::CameraAspectRatio' 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_ClearEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_ClearEmitterFixedBounds) == 0x000004, "Wrong alignment on NiagaraComponent_ClearEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_ClearEmitterFixedBounds) == 0x000008, "Wrong size on NiagaraComponent_ClearEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_ClearEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_ClearEmitterFixedBounds::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_ClearSimCache \ +static_assert(alignof(NiagaraComponent_ClearSimCache) == 0x000001, "Wrong alignment on NiagaraComponent_ClearSimCache"); \ +static_assert(sizeof(NiagaraComponent_ClearSimCache) == 0x000001, "Wrong size on NiagaraComponent_ClearSimCache"); \ +static_assert(offsetof(NiagaraComponent_ClearSimCache, bResetSystem) == 0x000000, "Member 'NiagaraComponent_ClearSimCache::bResetSystem' 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_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_SetCustomTimeDilation \ +static_assert(alignof(NiagaraComponent_SetCustomTimeDilation) == 0x000004, "Wrong alignment on NiagaraComponent_SetCustomTimeDilation"); \ +static_assert(sizeof(NiagaraComponent_SetCustomTimeDilation) == 0x000004, "Wrong size on NiagaraComponent_SetCustomTimeDilation"); \ +static_assert(offsetof(NiagaraComponent_SetCustomTimeDilation, Dilation) == 0x000000, "Member 'NiagaraComponent_SetCustomTimeDilation::Dilation' 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_SetEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_SetEmitterFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_SetEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_SetEmitterFixedBounds) == 0x000040, "Wrong size on NiagaraComponent_SetEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_SetEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_SetEmitterFixedBounds::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetEmitterFixedBounds, LocalBounds) == 0x000008, "Member 'NiagaraComponent_SetEmitterFixedBounds::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetForceLocalPlayerEffect \ +static_assert(alignof(NiagaraComponent_SetForceLocalPlayerEffect) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceLocalPlayerEffect"); \ +static_assert(sizeof(NiagaraComponent_SetForceLocalPlayerEffect) == 0x000001, "Wrong size on NiagaraComponent_SetForceLocalPlayerEffect"); \ +static_assert(offsetof(NiagaraComponent_SetForceLocalPlayerEffect, bIsPlayerEffect) == 0x000000, "Member 'NiagaraComponent_SetForceLocalPlayerEffect::bIsPlayerEffect' 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_SetNiagaraVariableMatrix \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableMatrix) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableMatrix"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableMatrix) == 0x000090, "Wrong size on NiagaraComponent_SetNiagaraVariableMatrix"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableMatrix, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableMatrix::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableMatrix, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableMatrix::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_SetNiagaraVariablePosition \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariablePosition) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariablePosition"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariablePosition) == 0x000028, "Wrong size on NiagaraComponent_SetNiagaraVariablePosition"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariablePosition, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariablePosition::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariablePosition, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariablePosition::InValue' 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) == 0x000030, "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) == 0x000020, "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) == 0x000028, "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) == 0x000030, "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_SetOcclusionQueryMode \ +static_assert(alignof(NiagaraComponent_SetOcclusionQueryMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetOcclusionQueryMode"); \ +static_assert(sizeof(NiagaraComponent_SetOcclusionQueryMode) == 0x000001, "Wrong size on NiagaraComponent_SetOcclusionQueryMode"); \ +static_assert(offsetof(NiagaraComponent_SetOcclusionQueryMode, Mode) == 0x000000, "Member 'NiagaraComponent_SetOcclusionQueryMode::Mode' 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) == 0x00000C, "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!"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewMaxDistance) == 0x000008, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewMaxDistance' 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_SetSimCache \ +static_assert(alignof(NiagaraComponent_SetSimCache) == 0x000008, "Wrong alignment on NiagaraComponent_SetSimCache"); \ +static_assert(sizeof(NiagaraComponent_SetSimCache) == 0x000010, "Wrong size on NiagaraComponent_SetSimCache"); \ +static_assert(offsetof(NiagaraComponent_SetSimCache, SimCache_0) == 0x000000, "Member 'NiagaraComponent_SetSimCache::SimCache_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetSimCache, bResetSystem) == 0x000008, "Member 'NiagaraComponent_SetSimCache::bResetSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSystemFixedBounds \ +static_assert(alignof(NiagaraComponent_SetSystemFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_SetSystemFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_SetSystemFixedBounds) == 0x000038, "Wrong size on NiagaraComponent_SetSystemFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_SetSystemFixedBounds, LocalBounds) == 0x000000, "Member 'NiagaraComponent_SetSystemFixedBounds::LocalBounds' 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) == 0x000010, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000010, "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) == 0x000008, "Member 'NiagaraComponent_SetVariableMaterial::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMatrix \ +static_assert(alignof(NiagaraComponent_SetVariableMatrix) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableMatrix"); \ +static_assert(sizeof(NiagaraComponent_SetVariableMatrix) == 0x000090, "Wrong size on NiagaraComponent_SetVariableMatrix"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMatrix, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMatrix::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMatrix, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableMatrix::InValue' 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) == 0x000010, "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) == 0x000008, "Member 'NiagaraComponent_SetVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariablePosition \ +static_assert(alignof(NiagaraComponent_SetVariablePosition) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariablePosition"); \ +static_assert(sizeof(NiagaraComponent_SetVariablePosition) == 0x000020, "Wrong size on NiagaraComponent_SetVariablePosition"); \ +static_assert(offsetof(NiagaraComponent_SetVariablePosition, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariablePosition::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariablePosition, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariablePosition::InValue' 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) == 0x000030, "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_SetVariableStaticMesh \ +static_assert(alignof(NiagaraComponent_SetVariableStaticMesh) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableStaticMesh"); \ +static_assert(sizeof(NiagaraComponent_SetVariableStaticMesh) == 0x000010, "Wrong size on NiagaraComponent_SetVariableStaticMesh"); \ +static_assert(offsetof(NiagaraComponent_SetVariableStaticMesh, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableStaticMesh::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableStaticMesh, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableStaticMesh::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTexture \ +static_assert(alignof(NiagaraComponent_SetVariableTexture) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTexture"); \ +static_assert(sizeof(NiagaraComponent_SetVariableTexture) == 0x000010, "Wrong size on NiagaraComponent_SetVariableTexture"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTexture, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableTexture::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTexture, Texture) == 0x000008, "Member 'NiagaraComponent_SetVariableTexture::Texture' 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) == 0x000010, "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) == 0x000008, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec2) == 0x000018, "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) == 0x000008, "Member 'NiagaraComponent_SetVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec3) == 0x000020, "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) == 0x000008, "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) == 0x000030, "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_GetAllowScalability \ +static_assert(alignof(NiagaraComponent_GetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_GetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_GetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_GetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_GetAllowScalability, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAllowScalability::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_GetCustomTimeDilation \ +static_assert(alignof(NiagaraComponent_GetCustomTimeDilation) == 0x000004, "Wrong alignment on NiagaraComponent_GetCustomTimeDilation"); \ +static_assert(sizeof(NiagaraComponent_GetCustomTimeDilation) == 0x000004, "Wrong size on NiagaraComponent_GetCustomTimeDilation"); \ +static_assert(offsetof(NiagaraComponent_GetCustomTimeDilation, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetCustomTimeDilation::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_GetEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_GetEmitterFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_GetEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_GetEmitterFixedBounds) == 0x000040, "Wrong size on NiagaraComponent_GetEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_GetEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_GetEmitterFixedBounds::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetEmitterFixedBounds, ReturnValue) == 0x000008, "Member 'NiagaraComponent_GetEmitterFixedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetForceLocalPlayerEffect \ +static_assert(alignof(NiagaraComponent_GetForceLocalPlayerEffect) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceLocalPlayerEffect"); \ +static_assert(sizeof(NiagaraComponent_GetForceLocalPlayerEffect) == 0x000001, "Wrong size on NiagaraComponent_GetForceLocalPlayerEffect"); \ +static_assert(offsetof(NiagaraComponent_GetForceLocalPlayerEffect, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceLocalPlayerEffect::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_GetOcclusionQueryMode \ +static_assert(alignof(NiagaraComponent_GetOcclusionQueryMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetOcclusionQueryMode"); \ +static_assert(sizeof(NiagaraComponent_GetOcclusionQueryMode) == 0x000001, "Wrong size on NiagaraComponent_GetOcclusionQueryMode"); \ +static_assert(offsetof(NiagaraComponent_GetOcclusionQueryMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetOcclusionQueryMode::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_GetSimCache \ +static_assert(alignof(NiagaraComponent_GetSimCache) == 0x000008, "Wrong alignment on NiagaraComponent_GetSimCache"); \ +static_assert(sizeof(NiagaraComponent_GetSimCache) == 0x000008, "Wrong size on NiagaraComponent_GetSimCache"); \ +static_assert(offsetof(NiagaraComponent_GetSimCache, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSystemFixedBounds \ +static_assert(alignof(NiagaraComponent_GetSystemFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_GetSystemFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_GetSystemFixedBounds) == 0x000038, "Wrong size on NiagaraComponent_GetSystemFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_GetSystemFixedBounds, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSystemFixedBounds::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) == 0x000780, "Wrong size on UNiagaraComponent"); \ +static_assert(offsetof(UNiagaraComponent, Asset) == 0x000518, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000520, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x000524, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000528, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, WarmupTickCount) == 0x000604, "Member 'UNiagaraComponent::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, WarmupTickDelta) == 0x000608, "Member 'UNiagaraComponent::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x000644, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OcclusionQueryMode) == 0x000649, "Member 'UNiagaraComponent::OcclusionQueryMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000650, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000660, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x000668, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x000670, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x000671, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x000672, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, SimCache) == 0x000768, "Member 'UNiagaraComponent::SimCache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, CullProxy) == 0x000770, "Member 'UNiagaraComponent::CullProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentPool \ +static_assert(alignof(UNiagaraComponentPool) == 0x000008, "Wrong alignment on UNiagaraComponentPool"); \ +static_assert(sizeof(UNiagaraComponentPool) == 0x000080, "Wrong size on UNiagaraComponentPool"); \ +static_assert(offsetof(UNiagaraComponentPool, WorldParticleSystemPools) == 0x000028, "Member 'UNiagaraComponentPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRendererProperties \ +static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ +static_assert(sizeof(UNiagaraRendererProperties) == 0x0000C0, "Wrong size on UNiagaraRendererProperties"); \ +static_assert(offsetof(UNiagaraRendererProperties, Platforms) == 0x000028, "Member 'UNiagaraRendererProperties::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, SortOrderHint) == 0x000058, "Member 'UNiagaraRendererProperties::SortOrderHint' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, MotionVectorSetting) == 0x00005C, "Member 'UNiagaraRendererProperties::MotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, RendererEnabledBinding) == 0x000060, "Member 'UNiagaraRendererProperties::RendererEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bIsEnabled) == 0x000098, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bAllowInCullProxies) == 0x000099, "Member 'UNiagaraRendererProperties::bAllowInCullProxies' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, OuterEmitterVersion) == 0x00009C, "Member 'UNiagaraRendererProperties::OuterEmitterVersion' 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) == 0x0000C0, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x0000C8, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x0000D0, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x000108, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000140, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bCreateComponentFirstParticleFrame) == 0x000141, "Member 'UNiagaraComponentRendererProperties::bCreateComponentFirstParticleFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyActivateNewlyAquiredComponents) == 0x000142, "Member 'UNiagaraComponentRendererProperties::bOnlyActivateNewlyAquiredComponents' 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_UNiagaraCullProxyComponent \ +static_assert(alignof(UNiagaraCullProxyComponent) == 0x000010, "Wrong alignment on UNiagaraCullProxyComponent"); \ +static_assert(sizeof(UNiagaraCullProxyComponent) == 0x000790, "Wrong size on UNiagaraCullProxyComponent"); \ +static_assert(offsetof(UNiagaraCullProxyComponent, Instances) == 0x000778, "Member 'UNiagaraCullProxyComponent::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetDataChannelElementCount \ +static_assert(alignof(NiagaraDataChannelLibrary_GetDataChannelElementCount) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetDataChannelElementCount"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetDataChannelElementCount) == 0x000040, "Wrong size on NiagaraDataChannelLibrary_GetDataChannelElementCount"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, bReadPreviousFrame) == 0x000038, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, ReturnValue) == 0x00003C, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_GetNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetNiagaraDataChannel) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_GetNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel) == 0x000048, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, bReadPreviousFrame) == 0x000038, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, ReturnValue) == 0x000040, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle) == 0x000048, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, Index_0) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, SearchParams) == 0x000018, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, bReadPreviousFrame) == 0x000040, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, ReadResult) == 0x000041, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::ReadResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel) == 0x000058, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, Count) == 0x000038, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::Count' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToGame) == 0x00003C, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToCPU) == 0x00003D, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToGPU) == 0x00003E, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToGPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, DebugSource) == 0x000040, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::DebugSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, ReturnValue) == 0x000050, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle) == 0x000040, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToBlueprint) == 0x000038, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToBlueprint' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToNiagaraCPU) == 0x000039, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToNiagaraCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToNiagaraGPU) == 0x00003A, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToNiagaraGPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelLibrary \ +static_assert(alignof(UNiagaraDataChannelLibrary) == 0x000008, "Wrong alignment on UNiagaraDataChannelLibrary"); \ +static_assert(sizeof(UNiagaraDataChannelLibrary) == 0x000028, "Wrong size on UNiagaraDataChannelLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface2DArrayTexture \ +static_assert(alignof(UNiagaraDataInterface2DArrayTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(sizeof(UNiagaraDataInterface2DArrayTexture) == 0x000060, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterface2DArrayTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArray \ +static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000050, "Wrong size on UNiagaraDataInterfaceArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, GpuSyncMode) == 0x000048, "Member 'UNiagaraDataInterfaceArray::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x00004C, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDIArraySimCacheData \ +static_assert(alignof(UNDIArraySimCacheData) == 0x000008, "Wrong alignment on UNDIArraySimCacheData"); \ +static_assert(sizeof(UNDIArraySimCacheData) == 0x000058, "Wrong size on UNDIArraySimCacheData"); \ +static_assert(offsetof(UNDIArraySimCacheData, CpuFrameData) == 0x000028, "Member 'UNDIArraySimCacheData::CpuFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIArraySimCacheData, GpuFrameData) == 0x000038, "Member 'UNDIArraySimCacheData::GpuFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIArraySimCacheData, BufferData) == 0x000048, "Member 'UNDIArraySimCacheData::BufferData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat2::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat3::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayPosition \ +static_assert(alignof(UNiagaraDataInterfaceArrayPosition) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayPosition) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayPosition, PositionData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayPosition::PositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat4::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ +static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ +static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, InternalQuatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayQuat::InternalQuatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayMatrix \ +static_assert(alignof(UNiagaraDataInterfaceArrayMatrix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayMatrix"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayMatrix) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayMatrix"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayMatrix, InternalMatrixData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayMatrix::InternalMatrixData' 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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, ReturnValue) == 0x000014, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, ReturnValue) == 0x000014, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, ReturnValue) == 0x000014, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, bApplyLWCRebase) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::bApplyLWCRebase' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue) == 0x0000A0, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, bApplyLWCRebase) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::bApplyLWCRebase' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::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) == 0x000020, "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) == 0x000010, "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) == 0x000040, "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) == 0x000010, "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_GetNiagaraArrayUInt8 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000028, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000040, "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) == 0x000010, "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) == 0x000030, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, bSizeToFit) == 0x000015, "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) == 0x000020, "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) == 0x000010, "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) == 0x000028, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, bSizeToFit) == 0x000024, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, bSizeToFit) == 0x000018, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::ArrayData' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, bApplyLWCRebase) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::bApplyLWCRebase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue) == 0x0000B0, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, bSizeToFit) == 0x0000A0, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::bSizeToFit' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, bApplyLWCRebase) == 0x0000A1, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::bApplyLWCRebase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue) == 0x000038, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::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) == 0x000020, "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) == 0x000010, "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) == 0x000050, "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) == 0x000010, "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) == 0x000040, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000030, "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) == 0x000010, "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) == 0x000028, "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) == 0x000020, "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) == 0x000010, "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) == 0x000050, "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) == 0x000010, "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) == 0x000040, "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) == 0x000038, "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) == 0x000010, "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) == 0x000030, "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) == 0x000028, "Wrong size on UNiagaraDataInterfaceArrayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayInt32 \ +static_assert(alignof(UNiagaraDataInterfaceArrayInt32) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayInt32) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayUInt8 \ +static_assert(alignof(UNiagaraDataInterfaceArrayUInt8) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayUInt8"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayUInt8) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayUInt8"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayUInt8, InternalIntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayUInt8::InternalIntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ +static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayNiagaraID \ +static_assert(alignof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayNiagaraID, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayNiagaraID::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSubmix \ +static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000040, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ +static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x000044, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayerSettings \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayerSettings) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayerSettings"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayerSettings) == 0x000410, "Wrong size on UNiagaraDataInterfaceAudioPlayerSettings"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, bOverrideConcurrency) == 0x000028, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::bOverrideConcurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, Concurrency) == 0x000030, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, bOverrideAttenuationSettings) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::bOverrideAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, AttenuationSettings) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000090, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ConfigurationUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::ConfigurationUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000080, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000084, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000088, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bAllowLoopingOneShotSounds) == 0x000089, "Member 'UNiagaraDataInterfaceAudioPlayer::bAllowLoopingOneShotSounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ +static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x000044, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ +static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ +static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000040, "Wrong size on UNiagaraDataInterfaceCamera"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000038, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x00003C, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000040, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ +static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000070, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000038, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000048, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x00004C, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x000060, "Member 'UNiagaraDataInterfaceCurveBase::ExposedName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedTexture) == 0x000068, "Member 'UNiagaraDataInterfaceCurveBase::ExposedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceColorCurve \ +static_assert(alignof(UNiagaraDataInterfaceColorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceColorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceColorCurve) == 0x000270, "Wrong size on UNiagaraDataInterfaceColorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, RedCurve) == 0x000070, "Member 'UNiagaraDataInterfaceColorCurve::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, GreenCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceColorCurve::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, BlueCurve) == 0x000170, "Member 'UNiagaraDataInterfaceColorCurve::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, AlphaCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceColorCurve::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCubeTexture \ +static_assert(alignof(UNiagaraDataInterfaceCubeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceCubeTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceCubeTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurlNoise \ +static_assert(alignof(UNiagaraDataInterfaceCurlNoise) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurlNoise) == 0x000048, "Wrong size on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurlNoise, Seed) == 0x000038, "Member 'UNiagaraDataInterfaceCurlNoise::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurve \ +static_assert(alignof(UNiagaraDataInterfaceCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurve) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurve, Curve) == 0x000070, "Member 'UNiagaraDataInterfaceCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ +static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000030, "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!"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, SimulationPositionOffset) == 0x000018, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::SimulationPositionOffset' 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) == 0x000068, "Wrong size on UNiagaraDataInterfaceExport"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000038, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000058, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x00005C, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2D \ +static_assert(alignof(UNiagaraDataInterfaceGrid2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2D) == 0x000060, "Wrong size on UNiagaraDataInterfaceGrid2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, ClearBeforeNonIterationStage) == 0x000038, "Member 'UNiagaraDataInterfaceGrid2D::ClearBeforeNonIterationStage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsX) == 0x00003C, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x000040, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x000044, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x000048, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x00004C, "Member 'UNiagaraDataInterfaceGrid2D::SetGridFromMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, WorldBBoxSize) == 0x000050, "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) == 0x000128, "Wrong size on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceGrid2DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat) == 0x000080, "Member 'UNiagaraDataInterfaceGrid2DCollection::OverrideBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid2DCollection::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000148, "Wrong size on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, EmitterName) == 0x000128, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, DIName) == 0x000138, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3D) == 0x000070, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, ClearBeforeNonIterationStage) == 0x000038, "Member 'UNiagaraDataInterfaceGrid3D::ClearBeforeNonIterationStage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x00003C, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x000048, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x00004C, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x000050, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x000058, "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) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000070, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000078, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000098, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000110, "Wrong size on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, EmitterName) == 0x0000F0, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, DIName) == 0x000100, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000060, "Wrong size on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, Size) == 0x000038, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, RenderTargetUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ +static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ +static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000068, "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!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, bVirtualTexturesSupported) == 0x000060, "Member 'UNiagaraDataInterfaceLandscape::bVirtualTexturesSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDILandscapeSimCacheData \ +static_assert(alignof(UNDILandscapeSimCacheData) == 0x000008, "Wrong alignment on UNDILandscapeSimCacheData"); \ +static_assert(sizeof(UNDILandscapeSimCacheData) == 0x000038, "Wrong size on UNDILandscapeSimCacheData"); \ +static_assert(offsetof(UNDILandscapeSimCacheData, HeightFieldTextures) == 0x000028, "Member 'UNDILandscapeSimCacheData::HeightFieldTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMeshRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000050, "Wrong size on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceMeshRendererInfo, MeshRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceMeshRendererInfo::MeshRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceNeighborGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000078, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000070, "Member 'UNiagaraDataInterfaceNeighborGrid3D::MaxNeighborsPerCell' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceOcclusion \ +static_assert(alignof(UNiagaraDataInterfaceOcclusion) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceOcclusion"); \ +static_assert(sizeof(UNiagaraDataInterfaceOcclusion) == 0x000038, "Wrong size on UNiagaraDataInterfaceOcclusion"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceParticleRead \ +static_assert(alignof(UNiagaraDataInterfaceParticleRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceParticleRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceParticleRead) == 0x000048, "Wrong size on UNiagaraDataInterfaceParticleRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceParticleRead, EmitterBinding) == 0x000038, "Member 'UNiagaraDataInterfaceParticleRead::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePlatformSet \ +static_assert(alignof(UNiagaraDataInterfacePlatformSet) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePlatformSet"); \ +static_assert(sizeof(UNiagaraDataInterfacePlatformSet) == 0x000068, "Wrong size on UNiagaraDataInterfacePlatformSet"); \ +static_assert(offsetof(UNiagaraDataInterfacePlatformSet, Platforms) == 0x000038, "Member 'UNiagaraDataInterfacePlatformSet::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRasterizationGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceRasterizationGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRasterizationGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRasterizationGrid3D) == 0x000080, "Wrong size on UNiagaraDataInterfaceRasterizationGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, NumAttributes) == 0x000070, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, Precision) == 0x000074, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::Precision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, ResetValue) == 0x000078, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::ResetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x0000C0, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGenerationType) == 0x000049, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGenerationType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x00004A, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFilter) == 0x00004B, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x000050, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000068, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x000044, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFilter) == 0x000045, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000060, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTargetCube::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x00003C, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFilter) == 0x00003D, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000070, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x00004C, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFilter) == 0x00004D, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x000050, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRigidMeshCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000078, "Wrong size on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, ActorTags) == 0x000038, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::ActorTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, ComponentTags) == 0x000048, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, SourceActors) == 0x000058, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::SourceActors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, OnlyUseMoveable) == 0x000068, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::OnlyUseMoveable' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, UseComplexCollisions) == 0x000069, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::UseComplexCollisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, bFilterByObjectType) == 0x00006A, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::bFilterByObjectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchAllowed) == 0x00006B, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchAllowed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchForced) == 0x00006C, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchForced' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchFallback_Unscripted) == 0x00006D, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchFallback_Unscripted' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, MaxNumPrimitives) == 0x000070, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::MaxNumPrimitives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors \ +static_assert(alignof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors) == 0x000008, "Wrong alignment on NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors"); \ +static_assert(sizeof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors) == 0x000020, "Wrong size on NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, NiagaraSystem) == 0x000000, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, OverrideName) == 0x000008, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, SourceActors) == 0x000010, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::SourceActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDIRigidMeshCollisionFunctionLibrary \ +static_assert(alignof(UNiagaraDIRigidMeshCollisionFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDIRigidMeshCollisionFunctionLibrary"); \ +static_assert(sizeof(UNiagaraDIRigidMeshCollisionFunctionLibrary) == 0x000028, "Wrong size on UNiagaraDIRigidMeshCollisionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay \ +static_assert(alignof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay) == 0x000008, "Wrong alignment on NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay"); \ +static_assert(sizeof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay) == 0x000010, "Wrong size on NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay"); \ +static_assert(offsetof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay, InSource) == 0x000000, "Member 'NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay, Reason) == 0x000008, "Member 'NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSkeletalMesh \ +static_assert(alignof(UNiagaraDataInterfaceSkeletalMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceSkeletalMesh) == 0x000100, "Wrong size on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceSkeletalMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SoftSourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceSkeletalMesh::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ComponentTags) == 0x000070, "Member 'UNiagaraDataInterfaceSkeletalMesh::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceComponent) == 0x000080, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, MeshUserParameter) == 0x000088, "Member 'UNiagaraDataInterfaceSkeletalMesh::MeshUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SkinningMode) == 0x0000A8, "Member 'UNiagaraDataInterfaceSkeletalMesh::SkinningMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SamplingRegions) == 0x0000B0, "Member 'UNiagaraDataInterfaceSkeletalMesh::SamplingRegions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, WholeMeshLOD) == 0x0000C0, "Member 'UNiagaraDataInterfaceSkeletalMesh::WholeMeshLOD' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredBones) == 0x0000C8, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredSockets) == 0x0000D8, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredSockets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ExcludeBoneName) == 0x0000E8, "Member 'UNiagaraDataInterfaceSkeletalMesh::ExcludeBoneName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, UvSetIndex) == 0x0000F4, "Member 'UNiagaraDataInterfaceSkeletalMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bRequireCurrentFrameData) == 0x0000F8, "Member 'UNiagaraDataInterfaceSkeletalMesh::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bReadDeformedGeometry) == 0x0000F9, "Member 'UNiagaraDataInterfaceSkeletalMesh::bReadDeformedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSparseVolumeTexture \ +static_assert(alignof(UNiagaraDataInterfaceSparseVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSparseVolumeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceSparseVolumeTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceSparseVolumeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceSparseVolumeTexture, SparseVolumeTexture) == 0x000038, "Member 'UNiagaraDataInterfaceSparseVolumeTexture::SparseVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSparseVolumeTexture, SparseVolumeTextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceSparseVolumeTexture::SparseVolumeTextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpline \ +static_assert(alignof(UNiagaraDataInterfaceSpline) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpline"); \ +static_assert(sizeof(UNiagaraDataInterfaceSpline) == 0x0000D8, "Wrong size on UNiagaraDataInterfaceSpline"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SoftSourceActor) == 0x000038, "Member 'UNiagaraDataInterfaceSpline::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SplineUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceSpline::SplineUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, bUseLUT) == 0x000080, "Member 'UNiagaraDataInterfaceSpline::bUseLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, NumLUTSteps) == 0x000084, "Member 'UNiagaraDataInterfaceSpline::NumLUTSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpriteRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceSpriteRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpriteRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceSpriteRendererInfo) == 0x000040, "Wrong size on UNiagaraDataInterfaceSpriteRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpriteRendererInfo, SpriteRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceSpriteRendererInfo::SpriteRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceTexture \ +static_assert(alignof(UNiagaraDataInterfaceTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector2DCurve \ +static_assert(alignof(UNiagaraDataInterfaceVector2DCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector2DCurve) == 0x000170, "Wrong size on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector2DCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector2DCurve::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector4Curve \ +static_assert(alignof(UNiagaraDataInterfaceVector4Curve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector4Curve) == 0x000270, "Wrong size on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector4Curve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector4Curve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVector4Curve::ZCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, WCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceVector4Curve::WCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorCurve \ +static_assert(alignof(UNiagaraDataInterfaceVectorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorCurve) == 0x0001F0, "Wrong size on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVectorCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVectorCurve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVectorCurve::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorField \ +static_assert(alignof(UNiagaraDataInterfaceVectorField) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorField"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorField) == 0x000048, "Wrong size on UNiagaraDataInterfaceVectorField"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, Field) == 0x000038, "Member 'UNiagaraDataInterfaceVectorField::Field' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileX) == 0x000040, "Member 'UNiagaraDataInterfaceVectorField::bTileX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileY) == 0x000041, "Member 'UNiagaraDataInterfaceVectorField::bTileY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileZ) == 0x000042, "Member 'UNiagaraDataInterfaceVectorField::bTileZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVolumeCache \ +static_assert(alignof(UNiagaraDataInterfaceVolumeCache) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVolumeCache"); \ +static_assert(sizeof(UNiagaraDataInterfaceVolumeCache) == 0x000090, "Wrong size on UNiagaraDataInterfaceVolumeCache"); \ +static_assert(offsetof(UNiagaraDataInterfaceVolumeCache, VolumeCache) == 0x000038, "Member 'UNiagaraDataInterfaceVolumeCache::VolumeCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVolumeTexture \ +static_assert(alignof(UNiagaraDataInterfaceVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceVolumeTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceVolumeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVolumeTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVolumeTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceVolumeTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDebugHUDSettings \ +static_assert(alignof(UNiagaraDebugHUDSettings) == 0x000008, "Wrong alignment on UNiagaraDebugHUDSettings"); \ +static_assert(sizeof(UNiagaraDebugHUDSettings) == 0x000298, "Wrong size on UNiagaraDebugHUDSettings"); \ +static_assert(offsetof(UNiagaraDebugHUDSettings, Data) == 0x000048, "Member 'UNiagaraDebugHUDSettings::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDecalRendererProperties \ +static_assert(alignof(UNiagaraDecalRendererProperties) == 0x000008, "Wrong alignment on UNiagaraDecalRendererProperties"); \ +static_assert(sizeof(UNiagaraDecalRendererProperties) == 0x000328, "Wrong size on UNiagaraDecalRendererProperties"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, Material) == 0x0000C0, "Member 'UNiagaraDecalRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, MaterialParameterBinding) == 0x0000C8, "Member 'UNiagaraDecalRendererProperties::MaterialParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, SourceMode) == 0x0000D4, "Member 'UNiagaraDecalRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraDecalRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalScreenSizeFade) == 0x0000DC, "Member 'UNiagaraDecalRendererProperties::DecalScreenSizeFade' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, PositionBinding) == 0x0000E0, "Member 'UNiagaraDecalRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalOrientationBinding) == 0x000118, "Member 'UNiagaraDecalRendererProperties::DecalOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalSizeBinding) == 0x000150, "Member 'UNiagaraDecalRendererProperties::DecalSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalFadeBinding) == 0x000188, "Member 'UNiagaraDecalRendererProperties::DecalFadeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalSortOrderBinding) == 0x0001C0, "Member 'UNiagaraDecalRendererProperties::DecalSortOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalColorBinding) == 0x0001F8, "Member 'UNiagaraDecalRendererProperties::DecalColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalVisibleBinding) == 0x000230, "Member 'UNiagaraDecalRendererProperties::DecalVisibleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibilityTagBinding) == 0x000268, "Member 'UNiagaraDecalRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, MaterialParameters) == 0x0002A0, "Member 'UNiagaraDecalRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorDataBase \ +static_assert(alignof(UNiagaraEditorDataBase) == 0x000008, "Wrong alignment on UNiagaraEditorDataBase"); \ +static_assert(sizeof(UNiagaraEditorDataBase) == 0x000028, "Wrong size on UNiagaraEditorDataBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorParametersAdapterBase \ +static_assert(alignof(UNiagaraEditorParametersAdapterBase) == 0x000008, "Wrong alignment on UNiagaraEditorParametersAdapterBase"); \ +static_assert(sizeof(UNiagaraEditorParametersAdapterBase) == 0x000028, "Wrong size on UNiagaraEditorParametersAdapterBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandler \ +static_assert(alignof(UNiagaraSignificanceHandler) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandler"); \ +static_assert(sizeof(UNiagaraSignificanceHandler) == 0x000028, "Wrong size on UNiagaraSignificanceHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerDistance \ +static_assert(alignof(UNiagaraSignificanceHandlerDistance) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerDistance"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerDistance) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerDistance"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerAge \ +static_assert(alignof(UNiagaraSignificanceHandlerAge) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerAge"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerAge) == 0x000028, "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, bAllowCullingForLocalPlayers) == 0x000028, "Member 'UNiagaraEffectType::bAllowCullingForLocalPlayers' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, UpdateFrequency) == 0x00002C, "Member 'UNiagaraEffectType::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, CullReaction) == 0x000030, "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) == 0x000070, "Wrong size on UNiagaraEmitter"); \ +static_assert(offsetof(UNiagaraEmitter, ExposedVersion) == 0x000030, "Member 'UNiagaraEmitter::ExposedVersion' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, bVersioningEnabled) == 0x000040, "Member 'UNiagaraEmitter::bVersioningEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, VersionData) == 0x000048, "Member 'UNiagaraEmitter::VersionData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x000060, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction) == 0x000028, "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) == 0x000030, "Wrong size on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ +static_assert(offsetof(UNiagaraEventReceiverEmitterAction_SpawnParticles, NumParticles) == 0x000028, "Member 'UNiagaraEventReceiverEmitterAction_SpawnParticles::NumParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup \ +static_assert(alignof(NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup"); \ +static_assert(sizeof(NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup) == 0x000010, "Wrong size on NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup"); \ +static_assert(offsetof(NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup, ReturnValue) == 0x000008, "Member 'NiagaraFunctionLibrary_AcquireNiagaraGPURayTracedCollisionGroup::ReturnValue' 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_ReleaseNiagaraGPURayTracedCollisionGroup \ +static_assert(alignof(NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup"); \ +static_assert(sizeof(NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup) == 0x000010, "Wrong size on NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup"); \ +static_assert(offsetof(NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup, CollisionGroup) == 0x000008, "Member 'NiagaraFunctionLibrary_ReleaseNiagaraGPURayTracedCollisionGroup::CollisionGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup \ +static_assert(alignof(NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup) == 0x000018, "Wrong size on NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup, Actor) == 0x000008, "Member 'NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup::Actor' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup, CollisionGroup) == 0x000010, "Member 'NiagaraFunctionLibrary_SetActorNiagaraGPURayTracedCollisionGroup::CollisionGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup \ +static_assert(alignof(NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup) == 0x000018, "Wrong size on NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup, Primitive) == 0x000008, "Member 'NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup::Primitive' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup, CollisionGroup) == 0x000010, "Member 'NiagaraFunctionLibrary_SetComponentNiagaraGPURayTracedCollisionGroup::CollisionGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, FilteredBones) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::FilteredBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, FilteredSockets) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::FilteredSockets' 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) == 0x000068, "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) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Scale) == 0x000040, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoDestroy) == 0x000058, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoActivate) == 0x000059, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, PoolingMethod) == 0x00005A, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bPreCullCheck) == 0x00005B, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, ReturnValue) == 0x000060, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams) == 0x000078, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams, SpawnParams) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams::SpawnParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams, ReturnValue) == 0x000070, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams::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) == 0x000058, "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) == 0x000018, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Rotation) == 0x000030, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, LocationType) == 0x000048, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoDestroy) == 0x000049, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoActivate) == 0x00004A, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, PoolingMethod) == 0x00004B, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bPreCullCheck) == 0x00004C, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, ReturnValue) == 0x000050, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttachedWithParams \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttachedWithParams"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams) == 0x000078, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAttachedWithParams"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams, SpawnParams) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAttachedWithParams::SpawnParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams, ReturnValue) == 0x000070, "Member 'NiagaraFunctionLibrary_SpawnSystemAttachedWithParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraFunctionLibrary \ +static_assert(alignof(UNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraFunctionLibrary"); \ +static_assert(sizeof(UNiagaraFunctionLibrary) == 0x000028, "Wrong size on UNiagaraFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ANiagaraLensEffectBase \ +static_assert(alignof(ANiagaraLensEffectBase) == 0x000010, "Wrong alignment on ANiagaraLensEffectBase"); \ +static_assert(sizeof(ANiagaraLensEffectBase) == 0x000330, "Wrong size on ANiagaraLensEffectBase"); \ +static_assert(offsetof(ANiagaraLensEffectBase, DesiredRelativeTransform) == 0x0002B0, "Member 'ANiagaraLensEffectBase::DesiredRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, BaseAuthoredFOV) == 0x000310, "Member 'ANiagaraLensEffectBase::BaseAuthoredFOV' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, EmittersToTreatAsSame) == 0x000318, "Member 'ANiagaraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, OwningCameraManager) == 0x000328, "Member 'ANiagaraLensEffectBase::OwningCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ +static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ +static_assert(sizeof(UNiagaraLightRendererProperties) == 0x0002E0, "Wrong size on UNiagaraLightRendererProperties"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SourceMode) == 0x0000C0, "Member 'UNiagaraLightRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x0000C8, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x0000CC, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SpecularScale) == 0x0000D0, "Member 'UNiagaraLightRendererProperties::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x0000D4, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, InverseExposureBlend) == 0x0000E0, "Member 'UNiagaraLightRendererProperties::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x0000E4, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x0000E8, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x000120, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x000158, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x000190, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x0001C8, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x000200, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x000238, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SpecularScaleBinding) == 0x000270, "Member 'UNiagaraLightRendererProperties::SpecularScaleBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ +static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ +static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000690, "Wrong size on UNiagaraMeshRendererProperties"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x0000C0, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x0000D1, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortPrecision) == 0x0000D2, "Member 'UNiagaraMeshRendererProperties::SortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, GpuTranslucentLatency) == 0x0000D3, "Member 'UNiagaraMeshRendererProperties::GpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x0000E0, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MICOverrideMaterials) == 0x0000F0, "Member 'UNiagaraMeshRendererProperties::MICOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x000100, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x000110, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshBoundsScale) == 0x000128, "Member 'UNiagaraMeshRendererProperties::MeshBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x000140, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x000141, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x000144, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x000148, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x00014C, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x000150, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000188, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x0001C0, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x0001F8, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000230, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x000268, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x0002A0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x0002D8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000310, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x000348, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000380, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x0003B8, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0003F0, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x000428, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x000460, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x000498, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameters) == 0x0004D0, "Member 'UNiagaraMeshRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000520, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x000558, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x000590, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x0005C8, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x000600, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParamValidMask) == 0x000638, "Member 'UNiagaraMeshRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000020, "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) == 0x000030, "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) == 0x000028, "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) == 0x0000F0, "Wrong size on UNiagaraParameterCollectionInstance"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, Collection) == 0x000028, "Member 'UNiagaraParameterCollectionInstance::Collection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, OverridenParameters) == 0x000030, "Member 'UNiagaraParameterCollectionInstance::OverridenParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, ParameterStorage) == 0x000040, "Member 'UNiagaraParameterCollectionInstance::ParameterStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollection \ +static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ +static_assert(sizeof(UNiagaraParameterCollection) == 0x000060, "Wrong size on UNiagaraParameterCollection"); \ +static_assert(offsetof(UNiagaraParameterCollection, NameSpace) == 0x000028, "Member 'UNiagaraParameterCollection::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, Parameters) == 0x000030, "Member 'UNiagaraParameterCollection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, SourceMaterialCollection) == 0x000040, "Member 'UNiagaraParameterCollection::SourceMaterialCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, DefaultInstance) == 0x000048, "Member 'UNiagaraParameterCollection::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, CompileId) == 0x000050, "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) == 0x000068, "Wrong size on UNiagaraBaselineController"); \ +static_assert(offsetof(UNiagaraBaselineController, TestDuration) == 0x000028, "Member 'UNiagaraBaselineController::TestDuration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, EffectType) == 0x000030, "Member 'UNiagaraBaselineController::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, Owner) == 0x000038, "Member 'UNiagaraBaselineController::Owner' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, System) == 0x000040, "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) == 0x000080, "Wrong size on UNiagaraBaselineController_Basic"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, NumInstances) == 0x000068, "Member 'UNiagaraBaselineController_Basic::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, SpawnedComponents) == 0x000070, "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) == 0x0002A0, "Wrong size on ANiagaraPerfBaselineActor"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000290, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000298, "Member 'ANiagaraPerfBaselineActor::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPrecompileContainer \ +static_assert(alignof(UNiagaraPrecompileContainer) == 0x000008, "Wrong alignment on UNiagaraPrecompileContainer"); \ +static_assert(sizeof(UNiagaraPrecompileContainer) == 0x000040, "Wrong size on UNiagaraPrecompileContainer"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, Scripts) == 0x000028, "Member 'UNiagaraPrecompileContainer::Scripts' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, System) == 0x000038, "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) == 0x000020, "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) == 0x000010, "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) == 0x000290, "Wrong size on ANiagaraPreviewBase"); \ + +#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) == 0x000028, "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) == 0x000038, "Wrong size on UNiagaraPreviewAxis_InterpParamBase"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Param) == 0x000028, "Member 'UNiagaraPreviewAxis_InterpParamBase::Param' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Count) == 0x000030, "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) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamInt32"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, min_0) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamInt32::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, max_0) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamInt32::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, min_0) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, max_0) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::max_0' 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) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, min_0) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, max_0) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::max_0' 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) == 0x000068, "Wrong size on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, min_0) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, max_0) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector::max_0' 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) == 0x000080, "Wrong size on UNiagaraPreviewAxis_InterpParamVector4"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, min_0) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, max_0) == 0x000060, "Member 'UNiagaraPreviewAxis_InterpParamVector4::max_0' 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) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, min_0) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::min_0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, max_0) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::max_0' 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) == 0x0002E0, "Wrong size on ANiagaraPreviewGrid"); \ +static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000290, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000298, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x0002A0, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x0002A8, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x0002B0, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x0002B8, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x0002BC, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x0002C0, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x0002C4, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x0002C8, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ +static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ +static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000768, "Wrong size on UNiagaraRibbonRendererProperties"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x0000C0, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x0000C8, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000E8, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x000110, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x000138, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaxNumRibbons) == 0x00013C, "Member 'UNiagaraRibbonRendererProperties::MaxNumRibbons' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x000140, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x000141, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x000144, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x000148, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x00014C, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000150, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x000160, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000164, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000168, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x00016C, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000170, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x0001A8, "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) == 0x000218, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000250, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x000288, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x0002C0, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x0002F8, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x000330, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000368, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x0003A0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0003D8, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x000410, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x000448, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x000480, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x0004B8, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x0004F0, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000528, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000560, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameters) == 0x000598, "Member 'UNiagaraRibbonRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevPositionBinding) == 0x0005E8, "Member 'UNiagaraRibbonRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonWidthBinding) == 0x000620, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonFacingBinding) == 0x000658, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonTwistBinding) == 0x000690, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParamValidMask) == 0x0006C8, "Member 'UNiagaraRibbonRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScratchPadContainer \ +static_assert(alignof(UNiagaraScratchPadContainer) == 0x000008, "Wrong alignment on UNiagaraScratchPadContainer"); \ +static_assert(sizeof(UNiagaraScratchPadContainer) == 0x000028, "Wrong size on UNiagaraScratchPadContainer"); \ + +#define DUMPER7_ASSERTS_UNiagaraScript \ +static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ +static_assert(sizeof(UNiagaraScript) == 0x0003C0, "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) == 0x0000D0, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000160, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000170, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001D8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x000378, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedDataInterfaces) == 0x000388, "Member 'UNiagaraScript::ResolvedDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedUserDataInterfaceBindings) == 0x000398, "Member 'UNiagaraScript::ResolvedUserDataInterfaceBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedUObjectInfos) == 0x0003A8, "Member 'UNiagaraScript::ResolvedUObjectInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetAttributeCaptureMode \ +static_assert(alignof(NiagaraSimCache_GetAttributeCaptureMode) == 0x000001, "Wrong alignment on NiagaraSimCache_GetAttributeCaptureMode"); \ +static_assert(sizeof(NiagaraSimCache_GetAttributeCaptureMode) == 0x000001, "Wrong size on NiagaraSimCache_GetAttributeCaptureMode"); \ +static_assert(offsetof(NiagaraSimCache_GetAttributeCaptureMode, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetAttributeCaptureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetEmitterName \ +static_assert(alignof(NiagaraSimCache_GetEmitterName) == 0x000004, "Wrong alignment on NiagaraSimCache_GetEmitterName"); \ +static_assert(sizeof(NiagaraSimCache_GetEmitterName) == 0x00000C, "Wrong size on NiagaraSimCache_GetEmitterName"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterName, EmitterIndex) == 0x000000, "Member 'NiagaraSimCache_GetEmitterName::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterName, ReturnValue) == 0x000004, "Member 'NiagaraSimCache_GetEmitterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetEmitterNames \ +static_assert(alignof(NiagaraSimCache_GetEmitterNames) == 0x000008, "Wrong alignment on NiagaraSimCache_GetEmitterNames"); \ +static_assert(sizeof(NiagaraSimCache_GetEmitterNames) == 0x000010, "Wrong size on NiagaraSimCache_GetEmitterNames"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterNames, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetEmitterNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetNumEmitters \ +static_assert(alignof(NiagaraSimCache_GetNumEmitters) == 0x000004, "Wrong alignment on NiagaraSimCache_GetNumEmitters"); \ +static_assert(sizeof(NiagaraSimCache_GetNumEmitters) == 0x000004, "Wrong size on NiagaraSimCache_GetNumEmitters"); \ +static_assert(offsetof(NiagaraSimCache_GetNumEmitters, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetNumEmitters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetNumFrames \ +static_assert(alignof(NiagaraSimCache_GetNumFrames) == 0x000004, "Wrong alignment on NiagaraSimCache_GetNumFrames"); \ +static_assert(sizeof(NiagaraSimCache_GetNumFrames) == 0x000004, "Wrong size on NiagaraSimCache_GetNumFrames"); \ +static_assert(offsetof(NiagaraSimCache_GetNumFrames, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetStartSeconds \ +static_assert(alignof(NiagaraSimCache_GetStartSeconds) == 0x000004, "Wrong alignment on NiagaraSimCache_GetStartSeconds"); \ +static_assert(sizeof(NiagaraSimCache_GetStartSeconds) == 0x000004, "Wrong size on NiagaraSimCache_GetStartSeconds"); \ +static_assert(offsetof(NiagaraSimCache_GetStartSeconds, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_IsCacheValid \ +static_assert(alignof(NiagaraSimCache_IsCacheValid) == 0x000001, "Wrong alignment on NiagaraSimCache_IsCacheValid"); \ +static_assert(sizeof(NiagaraSimCache_IsCacheValid) == 0x000001, "Wrong size on NiagaraSimCache_IsCacheValid"); \ +static_assert(offsetof(NiagaraSimCache_IsCacheValid, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_IsCacheValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_IsEmpty \ +static_assert(alignof(NiagaraSimCache_IsEmpty) == 0x000001, "Wrong alignment on NiagaraSimCache_IsEmpty"); \ +static_assert(sizeof(NiagaraSimCache_IsEmpty) == 0x000001, "Wrong size on NiagaraSimCache_IsEmpty"); \ +static_assert(offsetof(NiagaraSimCache_IsEmpty, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadColorAttribute \ +static_assert(alignof(NiagaraSimCache_ReadColorAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadColorAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadColorAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadColorAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadColorAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadColorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadColorAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadColorAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadFloatAttribute \ +static_assert(alignof(NiagaraSimCache_ReadFloatAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadFloatAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadFloatAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadFloatAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadFloatAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadFloatAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadFloatAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadIDAttribute \ +static_assert(alignof(NiagaraSimCache_ReadIDAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadIDAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadIDAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadIDAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadIDAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadIDAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadIDAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadIDAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadIntAttribute \ +static_assert(alignof(NiagaraSimCache_ReadIntAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadIntAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadIntAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadIntAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadIntAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadIntAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadIntAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadIntAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadPositionAttribute \ +static_assert(alignof(NiagaraSimCache_ReadPositionAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadPositionAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadPositionAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadPositionAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadPositionAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadPositionAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadPositionAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, bLocalSpaceToWorld) == 0x000020, "Member 'NiagaraSimCache_ReadPositionAttribute::bLocalSpaceToWorld' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, FrameIndex) == 0x000024, "Member 'NiagaraSimCache_ReadPositionAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadPositionAttributeWithRebase \ +static_assert(alignof(NiagaraSimCache_ReadPositionAttributeWithRebase) == 0x000010, "Wrong alignment on NiagaraSimCache_ReadPositionAttributeWithRebase"); \ +static_assert(sizeof(NiagaraSimCache_ReadPositionAttributeWithRebase) == 0x000090, "Wrong size on NiagaraSimCache_ReadPositionAttributeWithRebase"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, Transform) == 0x000010, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::Transform' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, AttributeName) == 0x000070, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, EmitterName) == 0x000078, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, FrameIndex) == 0x000080, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadQuatAttribute \ +static_assert(alignof(NiagaraSimCache_ReadQuatAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadQuatAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadQuatAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadQuatAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadQuatAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadQuatAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, bLocalSpaceToWorld) == 0x000020, "Member 'NiagaraSimCache_ReadQuatAttribute::bLocalSpaceToWorld' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, FrameIndex) == 0x000024, "Member 'NiagaraSimCache_ReadQuatAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadQuatAttributeWithRebase \ +static_assert(alignof(NiagaraSimCache_ReadQuatAttributeWithRebase) == 0x000010, "Wrong alignment on NiagaraSimCache_ReadQuatAttributeWithRebase"); \ +static_assert(sizeof(NiagaraSimCache_ReadQuatAttributeWithRebase) == 0x000050, "Wrong size on NiagaraSimCache_ReadQuatAttributeWithRebase"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, Quat) == 0x000010, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::Quat' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, AttributeName) == 0x000030, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, EmitterName) == 0x000038, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, FrameIndex) == 0x000040, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVector2Attribute \ +static_assert(alignof(NiagaraSimCache_ReadVector2Attribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVector2Attribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVector2Attribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVector2Attribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVector2Attribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVector2Attribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVector2Attribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVector4Attribute \ +static_assert(alignof(NiagaraSimCache_ReadVector4Attribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVector4Attribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVector4Attribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVector4Attribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVector4Attribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVector4Attribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVector4Attribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVectorAttribute \ +static_assert(alignof(NiagaraSimCache_ReadVectorAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVectorAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVectorAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVectorAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVectorAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVectorAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVectorAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimCache \ +static_assert(alignof(UNiagaraSimCache) == 0x000008, "Wrong alignment on UNiagaraSimCache"); \ +static_assert(sizeof(UNiagaraSimCache) == 0x000208, "Wrong size on UNiagaraSimCache"); \ +static_assert(offsetof(UNiagaraSimCache, CacheGuid) == 0x000028, "Member 'UNiagaraSimCache::CacheGuid' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, SoftNiagaraSystem) == 0x000038, "Member 'UNiagaraSimCache::SoftNiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, StartSeconds) == 0x000060, "Member 'UNiagaraSimCache::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, DurationSeconds) == 0x000064, "Member 'UNiagaraSimCache::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CreateParameters) == 0x000068, "Member 'UNiagaraSimCache::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, bNeedsReadComponentMappingRecache) == 0x0000C0, "Member 'UNiagaraSimCache::bNeedsReadComponentMappingRecache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CacheLayout) == 0x0000C8, "Member 'UNiagaraSimCache::CacheLayout' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CacheFrames) == 0x000190, "Member 'UNiagaraSimCache::CacheFrames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, DataInterfaceStorage) == 0x0001A0, "Member 'UNiagaraSimCache::DataInterfaceStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache) == 0x000098, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, CaptureParameters) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::CaptureParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, OutSimCache) == 0x000088, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, ReturnValue) == 0x000090, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame) == 0x000088, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, OutSimCache) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, NumFrames) == 0x000070, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, CaptureRate) == 0x000074, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, bAdvanceSimulation) == 0x000078, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, AdvanceDeltaTime) == 0x00007C, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, ReturnValue) == 0x000080, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete) == 0x000088, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, OutSimCache) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, CaptureRate) == 0x000070, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, bAdvanceSimulation) == 0x000074, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, AdvanceDeltaTime) == 0x000078, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, ReturnValue) == 0x000080, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncNiagaraCaptureSimCache \ +static_assert(alignof(UAsyncNiagaraCaptureSimCache) == 0x000008, "Wrong alignment on UAsyncNiagaraCaptureSimCache"); \ +static_assert(sizeof(UAsyncNiagaraCaptureSimCache) == 0x000130, "Wrong size on UAsyncNiagaraCaptureSimCache"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureSimCache) == 0x000030, "Member 'UAsyncNiagaraCaptureSimCache::CaptureSimCache' has a wrong offset!"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureComponent) == 0x000038, "Member 'UAsyncNiagaraCaptureSimCache::CaptureComponent' has a wrong offset!"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureComplete) == 0x000040, "Member 'UAsyncNiagaraCaptureSimCache::CaptureComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate \ +static_assert(alignof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate) == 0x000008, "Wrong alignment on NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate"); \ +static_assert(sizeof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate) == 0x000080, "Wrong size on NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, SimCache) == 0x000000, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::SimCache' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, CreateParameters) == 0x000008, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, NiagaraComponent) == 0x000060, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, OutSimCache) == 0x000068, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, bAdvanceSimulation) == 0x000070, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, AdvanceDeltaTime) == 0x000074, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, ReturnValue) == 0x000078, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache \ +static_assert(alignof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache) == 0x000008, "Wrong alignment on NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache"); \ +static_assert(sizeof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache) == 0x000010, "Wrong size on NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache, WorldContextObject) == 0x000000, "Member 'NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache, ReturnValue) == 0x000008, "Member 'NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimCacheFunctionLibrary \ +static_assert(alignof(UNiagaraSimCacheFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraSimCacheFunctionLibrary"); \ +static_assert(sizeof(UNiagaraSimCacheFunctionLibrary) == 0x000028, "Wrong size on UNiagaraSimCacheFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageBase \ +static_assert(alignof(UNiagaraSimulationStageBase) == 0x000008, "Wrong alignment on UNiagaraSimulationStageBase"); \ +static_assert(sizeof(UNiagaraSimulationStageBase) == 0x000040, "Wrong size on UNiagaraSimulationStageBase"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, Script) == 0x000028, "Member 'UNiagaraSimulationStageBase::Script' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, SimulationStageName) == 0x000030, "Member 'UNiagaraSimulationStageBase::SimulationStageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageGeneric \ +static_assert(alignof(UNiagaraSimulationStageGeneric) == 0x000008, "Wrong alignment on UNiagaraSimulationStageGeneric"); \ +static_assert(sizeof(UNiagaraSimulationStageGeneric) == 0x0001E0, "Wrong size on UNiagaraSimulationStageGeneric"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, EnabledBinding) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000078, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, NumIterations) == 0x000080, "Member 'UNiagaraSimulationStageGeneric::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ExecuteBehavior) == 0x0000A0, "Member 'UNiagaraSimulationStageGeneric::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x0000A8, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateBinding) == 0x0000D0, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateRange) == 0x000108, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsX) == 0x000118, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsY) == 0x000138, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsZ) == 0x000158, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsZ' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DirectDispatchType) == 0x000178, "Member 'UNiagaraSimulationStageGeneric::DirectDispatchType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DirectDispatchElementType) == 0x000179, "Member 'UNiagaraSimulationStageGeneric::DirectDispatchElementType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountX) == 0x000180, "Member 'UNiagaraSimulationStageGeneric::ElementCountX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountY) == 0x0001A0, "Member 'UNiagaraSimulationStageGeneric::ElementCountY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountZ) == 0x0001C0, "Member 'UNiagaraSimulationStageGeneric::ElementCountZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ +static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ +static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x0007D0, "Wrong size on UNiagaraSpriteRendererProperties"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x0000C0, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x0000E8, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000E9, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000EA, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000EB, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MacroUVRadius) == 0x0000EC, "Member 'UNiagaraSpriteRendererProperties::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000F0, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x000100, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortPrecision) == 0x000111, "Member 'UNiagaraSpriteRendererProperties::SortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, GpuTranslucentLatency) == 0x000112, "Member 'UNiagaraSpriteRendererProperties::GpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageMode) == 0x000113, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageBlend) == 0x000114, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x000118, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x00011C, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x000120, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x000124, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x000128, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x000130, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000168, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x0001A0, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001D8, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000210, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000248, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x000280, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x0002B8, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0002F0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x000328, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000360, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x000398, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x0003D0, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000408, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x000440, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000478, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x0004B0, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0004E8, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000520, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameters) == 0x000558, "Member 'UNiagaraSpriteRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x0005A8, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0005E0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000618, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000650, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x000688, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x0006C0, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x0006F8, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x000730, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParamValidMask) == 0x000768, "Member 'UNiagaraSpriteRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystem \ +static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ +static_assert(sizeof(UNiagaraSystem) == 0x000578, "Wrong size on UNiagaraSystem"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilWriteMask) == 0x00004A, "Member 'UNiagaraSystem::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilValue) == 0x00004C, "Member 'UNiagaraSystem::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, TranslucencySortPriority) == 0x000050, "Member 'UNiagaraSystem::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, TranslucencySortDistanceOffset) == 0x000054, "Member 'UNiagaraSystem::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000058, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000059, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x00005B, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000060, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000068, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000070, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, Platforms) == 0x000080, "Member 'UNiagaraSystem::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x0000B0, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x0000C0, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x0000D0, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x0000D8, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000F0, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x000330, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000408, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDeterminism) == 0x000440, "Member 'UNiagaraSystem::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, RandomSeed) == 0x000444, "Member 'UNiagaraSystem::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x000448, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x00044C, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x000450, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bFixedTickDelta) == 0x000454, "Member 'UNiagaraSystem::bFixedTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedTickDeltaTime) == 0x000458, "Member 'UNiagaraSystem::FixedTickDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x00045C, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemStateData) == 0x000510, "Member 'UNiagaraSystem::SystemStateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraValidationRule \ +static_assert(alignof(UNiagaraValidationRule) == 0x000008, "Wrong alignment on UNiagaraValidationRule"); \ +static_assert(sizeof(UNiagaraValidationRule) == 0x000028, "Wrong size on UNiagaraValidationRule"); \ + +#define DUMPER7_ASSERTS_UNiagaraVolumeRendererProperties \ +static_assert(alignof(UNiagaraVolumeRendererProperties) == 0x000008, "Wrong alignment on UNiagaraVolumeRendererProperties"); \ +static_assert(sizeof(UNiagaraVolumeRendererProperties) == 0x0002B8, "Wrong size on UNiagaraVolumeRendererProperties"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, Material) == 0x0000C0, "Member 'UNiagaraVolumeRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, MaterialParameterBinding) == 0x0000C8, "Member 'UNiagaraVolumeRendererProperties::MaterialParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraVolumeRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, StepFactor) == 0x0000DC, "Member 'UNiagaraVolumeRendererProperties::StepFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, LightingDownsampleFactor) == 0x0000E0, "Member 'UNiagaraVolumeRendererProperties::LightingDownsampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, ShadowStepFactor) == 0x0000E4, "Member 'UNiagaraVolumeRendererProperties::ShadowStepFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, ShadowBiasFactor) == 0x0000E8, "Member 'UNiagaraVolumeRendererProperties::ShadowBiasFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibilityTagBinding) == 0x000198, "Member 'UNiagaraVolumeRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, VolumeResolutionMaxAxisBinding) == 0x0001D0, "Member 'UNiagaraVolumeRendererProperties::VolumeResolutionMaxAxisBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, VolumeWorldSpaceSizeBinding) == 0x000208, "Member 'UNiagaraVolumeRendererProperties::VolumeWorldSpaceSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, MaterialParameters) == 0x000240, "Member 'UNiagaraVolumeRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeCache \ +static_assert(alignof(UVolumeCache) == 0x000008, "Wrong alignment on UVolumeCache"); \ +static_assert(sizeof(UVolumeCache) == 0x000060, "Wrong size on UVolumeCache"); \ +static_assert(offsetof(UVolumeCache, FilePath) == 0x000028, "Member 'UVolumeCache::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UVolumeCache, CacheType) == 0x000038, "Member 'UVolumeCache::CacheType' has a wrong offset!"); \ +static_assert(offsetof(UVolumeCache, Resolution) == 0x00003C, "Member 'UVolumeCache::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UVolumeCache, FrameRangeStart) == 0x000048, "Member 'UVolumeCache::FrameRangeStart' has a wrong offset!"); \ +static_assert(offsetof(UVolumeCache, FrameRangeEnd) == 0x00004C, "Member 'UVolumeCache::FrameRangeEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_WeaponIconsDataRow \ +static_assert(alignof(FS_WeaponIconsDataRow) == 0x000008, "Wrong alignment on FS_WeaponIconsDataRow"); \ +static_assert(sizeof(FS_WeaponIconsDataRow) == 0x000088, "Wrong size on FS_WeaponIconsDataRow"); \ +static_assert(offsetof(FS_WeaponIconsDataRow, WeaponIcon_6_C2B893194F2A3AB688720BAB2A52EF04) == 0x000000, "Member 'FS_WeaponIconsDataRow::WeaponIcon_6_C2B893194F2A3AB688720BAB2A52EF04' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponIconsDataRow, IconTransform_9_F96EE3B6444BC64C1BB27BA67CDFC912) == 0x000028, "Member 'FS_WeaponIconsDataRow::IconTransform_9_F96EE3B6444BC64C1BB27BA67CDFC912' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponIconsDataRow, BackgroundTexture_16_541CAE07430A3761491112998A1DB88E) == 0x000060, "Member 'FS_WeaponIconsDataRow::BackgroundTexture_16_541CAE07430A3761491112998A1DB88E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnderwaterPostProcessSettings \ +static_assert(alignof(FUnderwaterPostProcessSettings) == 0x000010, "Wrong alignment on FUnderwaterPostProcessSettings"); \ +static_assert(sizeof(FUnderwaterPostProcessSettings) == 0x000710, "Wrong size on FUnderwaterPostProcessSettings"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, bEnabled) == 0x000000, "Member 'FUnderwaterPostProcessSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, Priority) == 0x000004, "Member 'FUnderwaterPostProcessSettings::Priority' has a wrong offset!"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, BlendRadius) == 0x000008, "Member 'FUnderwaterPostProcessSettings::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, BlendWeight) == 0x00000C, "Member 'FUnderwaterPostProcessSettings::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, PostProcessSettings) == 0x000010, "Member 'FUnderwaterPostProcessSettings::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FUnderwaterPostProcessSettings, UnderwaterPostProcessMaterial) == 0x000700, "Member 'FUnderwaterPostProcessSettings::UnderwaterPostProcessMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphericalPontoon \ +static_assert(alignof(FSphericalPontoon) == 0x000010, "Wrong alignment on FSphericalPontoon"); \ +static_assert(sizeof(FSphericalPontoon) == 0x0002D0, "Wrong size on FSphericalPontoon"); \ +static_assert(offsetof(FSphericalPontoon, CenterSocket) == 0x000000, "Member 'FSphericalPontoon::CenterSocket' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, RelativeLocation) == 0x000008, "Member 'FSphericalPontoon::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, Radius) == 0x000020, "Member 'FSphericalPontoon::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, bFXEnabled) == 0x000024, "Member 'FSphericalPontoon::bFXEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, LocalForce) == 0x000028, "Member 'FSphericalPontoon::LocalForce' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, CenterLocation) == 0x000040, "Member 'FSphericalPontoon::CenterLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, SocketRotation) == 0x000060, "Member 'FSphericalPontoon::SocketRotation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, Offset) == 0x000080, "Member 'FSphericalPontoon::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterHeight) == 0x00009C, "Member 'FSphericalPontoon::WaterHeight' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterDepth) == 0x0000A0, "Member 'FSphericalPontoon::WaterDepth' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, ImmersionDepth) == 0x0000A4, "Member 'FSphericalPontoon::ImmersionDepth' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterPlaneLocation) == 0x0000A8, "Member 'FSphericalPontoon::WaterPlaneLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterPlaneNormal) == 0x0000C0, "Member 'FSphericalPontoon::WaterPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterSurfacePosition) == 0x0000D8, "Member 'FSphericalPontoon::WaterSurfacePosition' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterVelocity) == 0x0000F0, "Member 'FSphericalPontoon::WaterVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterBodyIndex) == 0x000108, "Member 'FSphericalPontoon::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, bIsInWater) == 0x00010C, "Member 'FSphericalPontoon::bIsInWater' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, CurrentWaterBodyComponent) == 0x0002B8, "Member 'FSphericalPontoon::CurrentWaterBodyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuoyancyData \ +static_assert(alignof(FBuoyancyData) == 0x000008, "Wrong alignment on FBuoyancyData"); \ +static_assert(sizeof(FBuoyancyData) == 0x000090, "Wrong size on FBuoyancyData"); \ +static_assert(offsetof(FBuoyancyData, Pontoons) == 0x000000, "Member 'FBuoyancyData::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bCenterPontoonsOnCOM) == 0x000010, "Member 'FBuoyancyData::bCenterPontoonsOnCOM' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyCoefficient) == 0x000014, "Member 'FBuoyancyData::BuoyancyCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp) == 0x000018, "Member 'FBuoyancyData::BuoyancyDamp' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp2) == 0x00001C, "Member 'FBuoyancyData::BuoyancyDamp2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMinVelocity) == 0x000020, "Member 'FBuoyancyData::BuoyancyRampMinVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMaxVelocity) == 0x000024, "Member 'FBuoyancyData::BuoyancyRampMaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMax) == 0x000028, "Member 'FBuoyancyData::BuoyancyRampMax' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxBuoyantForce) == 0x00002C, "Member 'FBuoyancyData::MaxBuoyantForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDragForcesInWater) == 0x000030, "Member 'FBuoyancyData::bApplyDragForcesInWater' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient) == 0x000034, "Member 'FBuoyancyData::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient2) == 0x000038, "Member 'FBuoyancyData::DragCoefficient2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, AngularDragCoefficient) == 0x00003C, "Member 'FBuoyancyData::AngularDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxDragSpeed) == 0x000040, "Member 'FBuoyancyData::MaxDragSpeed' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyRiverForces) == 0x000044, "Member 'FBuoyancyData::bApplyRiverForces' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverPontoonIndex) == 0x000048, "Member 'FBuoyancyData::RiverPontoonIndex' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterShorePushFactor) == 0x00004C, "Member 'FBuoyancyData::WaterShorePushFactor' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverTraversalPathWidth) == 0x000050, "Member 'FBuoyancyData::RiverTraversalPathWidth' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxShorePushForce) == 0x000054, "Member 'FBuoyancyData::MaxShorePushForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterVelocityStrength) == 0x000058, "Member 'FBuoyancyData::WaterVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxWaterForce) == 0x00005C, "Member 'FBuoyancyData::MaxWaterForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAlwaysAllowLateralPush) == 0x000060, "Member 'FBuoyancyData::bAlwaysAllowLateralPush' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAllowCurrentWhenMovingFastUpstream) == 0x000061, "Member 'FBuoyancyData::bAllowCurrentWhenMovingFastUpstream' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDownstreamAngularRotation) == 0x000062, "Member 'FBuoyancyData::bApplyDownstreamAngularRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamAxisOfRotation) == 0x000068, "Member 'FBuoyancyData::DownstreamAxisOfRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStrength) == 0x000080, "Member 'FBuoyancyData::DownstreamRotationStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStiffness) == 0x000084, "Member 'FBuoyancyData::DownstreamRotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationAngularDamping) == 0x000088, "Member 'FBuoyancyData::DownstreamRotationAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamMaxAcceleration) == 0x00008C, "Member 'FBuoyancyData::DownstreamMaxAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyStaticMeshSettings \ +static_assert(alignof(FWaterBodyStaticMeshSettings) == 0x000008, "Wrong alignment on FWaterBodyStaticMeshSettings"); \ +static_assert(sizeof(FWaterBodyStaticMeshSettings) == 0x000010, "Wrong size on FWaterBodyStaticMeshSettings"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, bEnableWaterBodyStaticMesh) == 0x000000, "Member 'FWaterBodyStaticMeshSettings::bEnableWaterBodyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, bSectionWaterBodyStaticMesh) == 0x000001, "Member 'FWaterBodyStaticMeshSettings::bSectionWaterBodyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, SectionSize) == 0x000008, "Member 'FWaterBodyStaticMeshSettings::SectionSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyWeightmapSettings \ +static_assert(alignof(FWaterBodyWeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyWeightmapSettings"); \ +static_assert(sizeof(FWaterBodyWeightmapSettings) == 0x000020, "Wrong size on FWaterBodyWeightmapSettings"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, FalloffWidth) == 0x000000, "Member 'FWaterBodyWeightmapSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, EdgeOffset) == 0x000004, "Member 'FWaterBodyWeightmapSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, ModulationTexture) == 0x000008, "Member 'FWaterBodyWeightmapSettings::ModulationTexture' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, TextureTiling) == 0x000010, "Member 'FWaterBodyWeightmapSettings::TextureTiling' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, TextureInfluence) == 0x000014, "Member 'FWaterBodyWeightmapSettings::TextureInfluence' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, Midpoint) == 0x000018, "Member 'FWaterBodyWeightmapSettings::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, FinalOpacity) == 0x00001C, "Member 'FWaterBodyWeightmapSettings::FinalOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterCurveSettings \ +static_assert(alignof(FWaterCurveSettings) == 0x000008, "Wrong alignment on FWaterCurveSettings"); \ +static_assert(sizeof(FWaterCurveSettings) == 0x000020, "Wrong size on FWaterCurveSettings"); \ +static_assert(offsetof(FWaterCurveSettings, bUseCurveChannel) == 0x000000, "Member 'FWaterCurveSettings::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ElevationCurveAsset) == 0x000008, "Member 'FWaterCurveSettings::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ChannelEdgeOffset) == 0x000010, "Member 'FWaterCurveSettings::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ChannelDepth) == 0x000014, "Member 'FWaterCurveSettings::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, CurveRampWidth) == 0x000018, "Member 'FWaterCurveSettings::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGerstnerWave \ +static_assert(alignof(FGerstnerWave) == 0x000008, "Wrong alignment on FGerstnerWave"); \ +static_assert(sizeof(FGerstnerWave) == 0x000048, "Wrong size on FGerstnerWave"); \ +static_assert(offsetof(FGerstnerWave, WaveLength) == 0x000000, "Member 'FGerstnerWave::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, Amplitude) == 0x000004, "Member 'FGerstnerWave::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, Steepness) == 0x000008, "Member 'FGerstnerWave::Steepness' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, Direction) == 0x000010, "Member 'FGerstnerWave::Direction' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, WaveVector) == 0x000028, "Member 'FGerstnerWave::WaveVector' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, WaveSpeed) == 0x000038, "Member 'FGerstnerWave::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, WKA) == 0x00003C, "Member 'FGerstnerWave::WKA' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, Q) == 0x000040, "Member 'FGerstnerWave::Q' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWave, PhaseOffset) == 0x000044, "Member 'FGerstnerWave::PhaseOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGerstnerWaveOctave \ +static_assert(alignof(FGerstnerWaveOctave) == 0x000004, "Wrong alignment on FGerstnerWaveOctave"); \ +static_assert(sizeof(FGerstnerWaveOctave) == 0x000014, "Wrong size on FGerstnerWaveOctave"); \ +static_assert(offsetof(FGerstnerWaveOctave, NumWaves) == 0x000000, "Member 'FGerstnerWaveOctave::NumWaves' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, AmplitudeScale) == 0x000004, "Member 'FGerstnerWaveOctave::AmplitudeScale' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, MainDirection) == 0x000008, "Member 'FGerstnerWaveOctave::MainDirection' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, SpreadAngle) == 0x00000C, "Member 'FGerstnerWaveOctave::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(FGerstnerWaveOctave, bUniformSpread) == 0x000010, "Member 'FGerstnerWaveOctave::bUniformSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterFalloffSettings \ +static_assert(alignof(FWaterFalloffSettings) == 0x000004, "Wrong alignment on FWaterFalloffSettings"); \ +static_assert(sizeof(FWaterFalloffSettings) == 0x000014, "Wrong size on FWaterFalloffSettings"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffMode) == 0x000000, "Member 'FWaterFalloffSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffAngle) == 0x000004, "Member 'FWaterFalloffSettings::FalloffAngle' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffWidth) == 0x000008, "Member 'FWaterFalloffSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FWaterFalloffSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, ZOffset) == 0x000010, "Member 'FWaterFalloffSettings::ZOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectBlurring \ +static_assert(alignof(FWaterBrushEffectBlurring) == 0x000004, "Wrong alignment on FWaterBrushEffectBlurring"); \ +static_assert(sizeof(FWaterBrushEffectBlurring) == 0x000008, "Wrong size on FWaterBrushEffectBlurring"); \ +static_assert(offsetof(FWaterBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FWaterBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectBlurring, Radius) == 0x000004, "Member 'FWaterBrushEffectBlurring::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectCurlNoise \ +static_assert(alignof(FWaterBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FWaterBrushEffectCurlNoise"); \ +static_assert(sizeof(FWaterBrushEffectCurlNoise) == 0x000010, "Wrong size on FWaterBrushEffectCurlNoise"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FWaterBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FWaterBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FWaterBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FWaterBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectDisplacement \ +static_assert(alignof(FWaterBrushEffectDisplacement) == 0x000008, "Wrong alignment on FWaterBrushEffectDisplacement"); \ +static_assert(sizeof(FWaterBrushEffectDisplacement) == 0x000028, "Wrong size on FWaterBrushEffectDisplacement"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, DisplacementHeight) == 0x000000, "Member 'FWaterBrushEffectDisplacement::DisplacementHeight' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, DisplacementTiling) == 0x000004, "Member 'FWaterBrushEffectDisplacement::DisplacementTiling' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, Texture) == 0x000008, "Member 'FWaterBrushEffectDisplacement::Texture' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, Midpoint) == 0x000010, "Member 'FWaterBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, Channel) == 0x000014, "Member 'FWaterBrushEffectDisplacement::Channel' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, WeightmapInfluence) == 0x000024, "Member 'FWaterBrushEffectDisplacement::WeightmapInfluence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectSmoothBlending \ +static_assert(alignof(FWaterBrushEffectSmoothBlending) == 0x000004, "Wrong alignment on FWaterBrushEffectSmoothBlending"); \ +static_assert(sizeof(FWaterBrushEffectSmoothBlending) == 0x000008, "Wrong size on FWaterBrushEffectSmoothBlending"); \ +static_assert(offsetof(FWaterBrushEffectSmoothBlending, InnerSmoothDistance) == 0x000000, "Member 'FWaterBrushEffectSmoothBlending::InnerSmoothDistance' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectSmoothBlending, OuterSmoothDistance) == 0x000004, "Member 'FWaterBrushEffectSmoothBlending::OuterSmoothDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectTerracing \ +static_assert(alignof(FWaterBrushEffectTerracing) == 0x000004, "Wrong alignment on FWaterBrushEffectTerracing"); \ +static_assert(sizeof(FWaterBrushEffectTerracing) == 0x000014, "Wrong size on FWaterBrushEffectTerracing"); \ +static_assert(offsetof(FWaterBrushEffectTerracing, TerraceAlpha) == 0x000000, "Member 'FWaterBrushEffectTerracing::TerraceAlpha' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectTerracing, TerraceSpacing) == 0x000004, "Member 'FWaterBrushEffectTerracing::TerraceSpacing' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectTerracing, TerraceSmoothness) == 0x000008, "Member 'FWaterBrushEffectTerracing::TerraceSmoothness' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectTerracing, MaskLength) == 0x00000C, "Member 'FWaterBrushEffectTerracing::MaskLength' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectTerracing, MaskStartOffset) == 0x000010, "Member 'FWaterBrushEffectTerracing::MaskStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffects \ +static_assert(alignof(FWaterBrushEffects) == 0x000008, "Wrong alignment on FWaterBrushEffects"); \ +static_assert(sizeof(FWaterBrushEffects) == 0x000060, "Wrong size on FWaterBrushEffects"); \ +static_assert(offsetof(FWaterBrushEffects, Blurring) == 0x000000, "Member 'FWaterBrushEffects::Blurring' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffects, CurlNoise) == 0x000008, "Member 'FWaterBrushEffects::CurlNoise' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffects, displacement) == 0x000018, "Member 'FWaterBrushEffects::displacement' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffects, SmoothBlending) == 0x000040, "Member 'FWaterBrushEffects::SmoothBlending' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffects, Terracing) == 0x000048, "Member 'FWaterBrushEffects::Terracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyHeightmapSettings \ +static_assert(alignof(FWaterBodyHeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyHeightmapSettings"); \ +static_assert(sizeof(FWaterBodyHeightmapSettings) == 0x000080, "Wrong size on FWaterBodyHeightmapSettings"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, BlendMode) == 0x000000, "Member 'FWaterBodyHeightmapSettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, bInvertShape) == 0x000001, "Member 'FWaterBodyHeightmapSettings::bInvertShape' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, FalloffSettings) == 0x000004, "Member 'FWaterBodyHeightmapSettings::FalloffSettings' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, Effects) == 0x000018, "Member 'FWaterBodyHeightmapSettings::Effects' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, Priority) == 0x000078, "Member 'FWaterBodyHeightmapSettings::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectCurves \ +static_assert(alignof(FWaterBrushEffectCurves) == 0x000008, "Wrong alignment on FWaterBrushEffectCurves"); \ +static_assert(sizeof(FWaterBrushEffectCurves) == 0x000020, "Wrong size on FWaterBrushEffectCurves"); \ +static_assert(offsetof(FWaterBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FWaterBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FWaterBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FWaterBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FWaterBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FWaterBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterSplineCurveDefaults \ +static_assert(alignof(FWaterSplineCurveDefaults) == 0x000004, "Wrong alignment on FWaterSplineCurveDefaults"); \ +static_assert(sizeof(FWaterSplineCurveDefaults) == 0x000010, "Wrong size on FWaterSplineCurveDefaults"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultDepth) == 0x000000, "Member 'FWaterSplineCurveDefaults::DefaultDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultWidth) == 0x000004, "Member 'FWaterSplineCurveDefaults::DefaultWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultVelocity) == 0x000008, "Member 'FWaterSplineCurveDefaults::DefaultVelocity' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultAudioIntensity) == 0x00000C, "Member 'FWaterSplineCurveDefaults::DefaultAudioIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyMeshComponent \ +static_assert(alignof(UWaterBodyMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyMeshComponent"); \ +static_assert(sizeof(UWaterBodyMeshComponent) == 0x0005E0, "Wrong size on UWaterBodyMeshComponent"); \ + +#define DUMPER7_ASSERTS_UWaterBodyStaticMeshComponent \ +static_assert(alignof(UWaterBodyStaticMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyStaticMeshComponent"); \ +static_assert(sizeof(UWaterBodyStaticMeshComponent) == 0x0005E0, "Wrong size on UWaterBodyStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_GetLastWaterSurfaceInfo \ +static_assert(alignof(BuoyancyComponent_GetLastWaterSurfaceInfo) == 0x000008, "Wrong alignment on BuoyancyComponent_GetLastWaterSurfaceInfo"); \ +static_assert(sizeof(BuoyancyComponent_GetLastWaterSurfaceInfo) == 0x000068, "Wrong size on BuoyancyComponent_GetLastWaterSurfaceInfo"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterPlaneLocation) == 0x000000, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterPlaneLocation' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterPlaneNormal) == 0x000018, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterSurfacePosition) == 0x000030, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterSurfacePosition' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterDepth) == 0x000048, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterBodyIdx) == 0x00004C, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterBodyIdx' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterVelocity) == 0x000050, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_OnPontoonEnteredWater \ +static_assert(alignof(BuoyancyComponent_OnPontoonEnteredWater) == 0x000010, "Wrong alignment on BuoyancyComponent_OnPontoonEnteredWater"); \ +static_assert(sizeof(BuoyancyComponent_OnPontoonEnteredWater) == 0x0002D0, "Wrong size on BuoyancyComponent_OnPontoonEnteredWater"); \ +static_assert(offsetof(BuoyancyComponent_OnPontoonEnteredWater, Pontoon) == 0x000000, "Member 'BuoyancyComponent_OnPontoonEnteredWater::Pontoon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_OnPontoonExitedWater \ +static_assert(alignof(BuoyancyComponent_OnPontoonExitedWater) == 0x000010, "Wrong alignment on BuoyancyComponent_OnPontoonExitedWater"); \ +static_assert(sizeof(BuoyancyComponent_OnPontoonExitedWater) == 0x0002D0, "Wrong size on BuoyancyComponent_OnPontoonExitedWater"); \ +static_assert(offsetof(BuoyancyComponent_OnPontoonExitedWater, Pontoon) == 0x000000, "Member 'BuoyancyComponent_OnPontoonExitedWater::Pontoon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_GetCurrentWaterBodyComponents \ +static_assert(alignof(BuoyancyComponent_GetCurrentWaterBodyComponents) == 0x000008, "Wrong alignment on BuoyancyComponent_GetCurrentWaterBodyComponents"); \ +static_assert(sizeof(BuoyancyComponent_GetCurrentWaterBodyComponents) == 0x000010, "Wrong size on BuoyancyComponent_GetCurrentWaterBodyComponents"); \ +static_assert(offsetof(BuoyancyComponent_GetCurrentWaterBodyComponents, ReturnValue) == 0x000000, "Member 'BuoyancyComponent_GetCurrentWaterBodyComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_IsInWaterBody \ +static_assert(alignof(BuoyancyComponent_IsInWaterBody) == 0x000001, "Wrong alignment on BuoyancyComponent_IsInWaterBody"); \ +static_assert(sizeof(BuoyancyComponent_IsInWaterBody) == 0x000001, "Wrong size on BuoyancyComponent_IsInWaterBody"); \ +static_assert(offsetof(BuoyancyComponent_IsInWaterBody, ReturnValue) == 0x000000, "Member 'BuoyancyComponent_IsInWaterBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyComponent_IsOverlappingWaterBody \ +static_assert(alignof(BuoyancyComponent_IsOverlappingWaterBody) == 0x000001, "Wrong alignment on BuoyancyComponent_IsOverlappingWaterBody"); \ +static_assert(sizeof(BuoyancyComponent_IsOverlappingWaterBody) == 0x000001, "Wrong size on BuoyancyComponent_IsOverlappingWaterBody"); \ +static_assert(offsetof(BuoyancyComponent_IsOverlappingWaterBody, ReturnValue) == 0x000000, "Member 'BuoyancyComponent_IsOverlappingWaterBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuoyancyComponent \ +static_assert(alignof(UBuoyancyComponent) == 0x000008, "Wrong alignment on UBuoyancyComponent"); \ +static_assert(sizeof(UBuoyancyComponent) == 0x000208, "Wrong size on UBuoyancyComponent"); \ +static_assert(offsetof(UBuoyancyComponent, Pontoons) == 0x0000A0, "Member 'UBuoyancyComponent::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, OnEnteredWaterDelegate) == 0x0000B0, "Member 'UBuoyancyComponent::OnEnteredWaterDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, OnExitedWaterDelegate) == 0x0000C0, "Member 'UBuoyancyComponent::OnExitedWaterDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, BuoyancyData) == 0x0000D0, "Member 'UBuoyancyComponent::BuoyancyData' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, CurrentWaterBodyComponents) == 0x000160, "Member 'UBuoyancyComponent::CurrentWaterBodyComponents' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, SimulatingComponent) == 0x000170, "Member 'UBuoyancyComponent::SimulatingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyManager_GetBuoyancyComponentManager \ +static_assert(alignof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000008, "Wrong alignment on BuoyancyManager_GetBuoyancyComponentManager"); \ +static_assert(sizeof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000018, "Wrong size on BuoyancyManager_GetBuoyancyComponentManager"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, WorldContextObject) == 0x000000, "Member 'BuoyancyManager_GetBuoyancyComponentManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, Manager) == 0x000008, "Member 'BuoyancyManager_GetBuoyancyComponentManager::Manager' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, ReturnValue) == 0x000010, "Member 'BuoyancyManager_GetBuoyancyComponentManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABuoyancyManager \ +static_assert(alignof(ABuoyancyManager) == 0x000008, "Wrong alignment on ABuoyancyManager"); \ +static_assert(sizeof(ABuoyancyManager) == 0x000358, "Wrong size on ABuoyancyManager"); \ +static_assert(offsetof(ABuoyancyManager, BuoyancyComponents) == 0x0002E0, "Member 'ABuoyancyManager::BuoyancyComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_InsideWaterBody \ +static_assert(alignof(UEnvQueryTest_InsideWaterBody) == 0x000008, "Wrong alignment on UEnvQueryTest_InsideWaterBody"); \ +static_assert(sizeof(UEnvQueryTest_InsideWaterBody) == 0x000200, "Wrong size on UEnvQueryTest_InsideWaterBody"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIncludeWaves) == 0x0001F8, "Member 'UEnvQueryTest_InsideWaterBody::bIncludeWaves' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bSimpleWaves) == 0x0001F9, "Member 'UEnvQueryTest_InsideWaterBody::bSimpleWaves' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIgnoreExclusionVolumes) == 0x0001FA, "Member 'UEnvQueryTest_InsideWaterBody::bIgnoreExclusionVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves \ +static_assert(alignof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000008, "Wrong alignment on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ +static_assert(sizeof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000010, "Wrong size on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ +static_assert(offsetof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves, OutWaves) == 0x000000, "Member 'GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves::OutWaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorBase \ +static_assert(alignof(UGerstnerWaterWaveGeneratorBase) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorBase"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorBase) == 0x000028, "Wrong size on UGerstnerWaterWaveGeneratorBase"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSimple \ +static_assert(alignof(UGerstnerWaterWaveGeneratorSimple) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSimple"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorSimple) == 0x000060, "Wrong size on UGerstnerWaterWaveGeneratorSimple"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, NumWaves) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSimple::NumWaves' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Seed) == 0x00002C, "Member 'UGerstnerWaterWaveGeneratorSimple::Seed' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Randomness) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSimple::Randomness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinWavelength) == 0x000034, "Member 'UGerstnerWaterWaveGeneratorSimple::MinWavelength' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxWavelength) == 0x000038, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxWavelength' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WavelengthFalloff) == 0x00003C, "Member 'UGerstnerWaterWaveGeneratorSimple::WavelengthFalloff' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinAmplitude) == 0x000040, "Member 'UGerstnerWaterWaveGeneratorSimple::MinAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxAmplitude) == 0x000044, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, AmplitudeFalloff) == 0x000048, "Member 'UGerstnerWaterWaveGeneratorSimple::AmplitudeFalloff' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WindAngleDeg) == 0x00004C, "Member 'UGerstnerWaterWaveGeneratorSimple::WindAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, DirectionAngularSpreadDeg) == 0x000050, "Member 'UGerstnerWaterWaveGeneratorSimple::DirectionAngularSpreadDeg' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SmallWaveSteepness) == 0x000054, "Member 'UGerstnerWaterWaveGeneratorSimple::SmallWaveSteepness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, LargeWaveSteepness) == 0x000058, "Member 'UGerstnerWaterWaveGeneratorSimple::LargeWaveSteepness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SteepnessFalloff) == 0x00005C, "Member 'UGerstnerWaterWaveGeneratorSimple::SteepnessFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSpectrum \ +static_assert(alignof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSpectrum"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000040, "Wrong size on UGerstnerWaterWaveGeneratorSpectrum"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, SpectrumType) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSpectrum::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, Octaves) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSpectrum::Octaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesBase \ +static_assert(alignof(UWaterWavesBase) == 0x000008, "Wrong alignment on UWaterWavesBase"); \ +static_assert(sizeof(UWaterWavesBase) == 0x000028, "Wrong size on UWaterWavesBase"); \ + +#define DUMPER7_ASSERTS_UWaterWaves \ +static_assert(alignof(UWaterWaves) == 0x000008, "Wrong alignment on UWaterWaves"); \ +static_assert(sizeof(UWaterWaves) == 0x000028, "Wrong size on UWaterWaves"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaves \ +static_assert(alignof(UGerstnerWaterWaves) == 0x000008, "Wrong alignment on UGerstnerWaterWaves"); \ +static_assert(sizeof(UGerstnerWaterWaves) == 0x000048, "Wrong size on UGerstnerWaterWaves"); \ +static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaveGenerator) == 0x000028, "Member 'UGerstnerWaterWaves::GerstnerWaveGenerator' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaves) == 0x000030, "Member 'UGerstnerWaterWaves::GerstnerWaves' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaves, MaxWaveHeight) == 0x000040, "Member 'UGerstnerWaterWaves::MaxWaveHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveSubsystem \ +static_assert(alignof(UGerstnerWaterWaveSubsystem) == 0x000008, "Wrong alignment on UGerstnerWaterWaveSubsystem"); \ +static_assert(sizeof(UGerstnerWaterWaveSubsystem) == 0x000048, "Wrong size on UGerstnerWaterWaveSubsystem"); \ + +#define DUMPER7_ASSERTS_ULakeCollisionComponent \ +static_assert(alignof(ULakeCollisionComponent) == 0x000010, "Wrong alignment on ULakeCollisionComponent"); \ +static_assert(sizeof(ULakeCollisionComponent) == 0x000540, "Wrong size on ULakeCollisionComponent"); \ +static_assert(offsetof(ULakeCollisionComponent, CachedBodySetup) == 0x000518, "Member 'ULakeCollisionComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(ULakeCollisionComponent, BoxExtent) == 0x000520, "Member 'ULakeCollisionComponent::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceWater \ +static_assert(alignof(UNiagaraDataInterfaceWater) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceWater"); \ +static_assert(sizeof(UNiagaraDataInterfaceWater) == 0x000040, "Wrong size on UNiagaraDataInterfaceWater"); \ +static_assert(offsetof(UNiagaraDataInterfaceWater, SourceBodyComponent) == 0x000038, "Member 'UNiagaraDataInterfaceWater::SourceBodyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraWaterFunctionLibrary_SetWaterBody \ +static_assert(alignof(NiagaraWaterFunctionLibrary_SetWaterBody) == 0x000008, "Wrong alignment on NiagaraWaterFunctionLibrary_SetWaterBody"); \ +static_assert(sizeof(NiagaraWaterFunctionLibrary_SetWaterBody) == 0x000020, "Wrong size on NiagaraWaterFunctionLibrary_SetWaterBody"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, NiagaraSystem) == 0x000000, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, OverrideName) == 0x000008, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, WaterBody) == 0x000018, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::WaterBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraWaterFunctionLibrary_SetWaterBodyComponent \ +static_assert(alignof(NiagaraWaterFunctionLibrary_SetWaterBodyComponent) == 0x000008, "Wrong alignment on NiagaraWaterFunctionLibrary_SetWaterBodyComponent"); \ +static_assert(sizeof(NiagaraWaterFunctionLibrary_SetWaterBodyComponent) == 0x000020, "Wrong size on NiagaraWaterFunctionLibrary_SetWaterBodyComponent"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBodyComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraWaterFunctionLibrary_SetWaterBodyComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBodyComponent, OverrideName) == 0x000008, "Member 'NiagaraWaterFunctionLibrary_SetWaterBodyComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBodyComponent, WaterBodyComponent) == 0x000018, "Member 'NiagaraWaterFunctionLibrary_SetWaterBodyComponent::WaterBodyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraWaterFunctionLibrary \ +static_assert(alignof(UNiagaraWaterFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraWaterFunctionLibrary"); \ +static_assert(sizeof(UNiagaraWaterFunctionLibrary) == 0x000028, "Wrong size on UNiagaraWaterFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UOceanCollisionComponent \ +static_assert(alignof(UOceanCollisionComponent) == 0x000010, "Wrong alignment on UOceanCollisionComponent"); \ +static_assert(sizeof(UOceanCollisionComponent) == 0x000560, "Wrong size on UOceanCollisionComponent"); \ +static_assert(offsetof(UOceanCollisionComponent, CachedBodySetup) == 0x000518, "Member 'UOceanCollisionComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOceanBoxCollisionComponent \ +static_assert(alignof(UOceanBoxCollisionComponent) == 0x000010, "Wrong alignment on UOceanBoxCollisionComponent"); \ +static_assert(sizeof(UOceanBoxCollisionComponent) == 0x000560, "Wrong size on UOceanBoxCollisionComponent"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetRiverToLakeTransitionMaterialInstance \ +static_assert(alignof(WaterBody_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBody_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBody_GetRiverToLakeTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetRiverToLakeTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetRiverToOceanTransitionMaterialInstance \ +static_assert(alignof(WaterBody_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBody_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBody_GetRiverToOceanTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetRiverToOceanTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterMaterialInstance \ +static_assert(alignof(WaterBody_GetWaterMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetWaterMaterialInstance"); \ +static_assert(sizeof(WaterBody_GetWaterMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetWaterMaterialInstance"); \ +static_assert(offsetof(WaterBody_GetWaterMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_OnWaterBodyChanged \ +static_assert(alignof(WaterBody_OnWaterBodyChanged) == 0x000001, "Wrong alignment on WaterBody_OnWaterBodyChanged"); \ +static_assert(sizeof(WaterBody_OnWaterBodyChanged) == 0x000002, "Wrong size on WaterBody_OnWaterBodyChanged"); \ +static_assert(offsetof(WaterBody_OnWaterBodyChanged, bShapeOrPositionChanged) == 0x000000, "Member 'WaterBody_OnWaterBodyChanged::bShapeOrPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(WaterBody_OnWaterBodyChanged, bWeightmapSettingsChanged) == 0x000001, "Member 'WaterBody_OnWaterBodyChanged::bWeightmapSettingsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_SetWaterMaterial \ +static_assert(alignof(WaterBody_SetWaterMaterial) == 0x000008, "Wrong alignment on WaterBody_SetWaterMaterial"); \ +static_assert(sizeof(WaterBody_SetWaterMaterial) == 0x000008, "Wrong size on WaterBody_SetWaterMaterial"); \ +static_assert(offsetof(WaterBody_SetWaterMaterial, InMaterial) == 0x000000, "Member 'WaterBody_SetWaterMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_SetWaterWaves \ +static_assert(alignof(WaterBody_SetWaterWaves) == 0x000008, "Wrong alignment on WaterBody_SetWaterWaves"); \ +static_assert(sizeof(WaterBody_SetWaterWaves) == 0x000008, "Wrong size on WaterBody_SetWaterWaves"); \ +static_assert(offsetof(WaterBody_SetWaterWaves, InWaterWaves) == 0x000000, "Member 'WaterBody_SetWaterWaves::InWaterWaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetAudioIntensityAtSplineInputKey \ +static_assert(alignof(WaterBody_GetAudioIntensityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBody_GetAudioIntensityAtSplineInputKey"); \ +static_assert(sizeof(WaterBody_GetAudioIntensityAtSplineInputKey) == 0x000008, "Wrong size on WaterBody_GetAudioIntensityAtSplineInputKey"); \ +static_assert(offsetof(WaterBody_GetAudioIntensityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBody_GetAudioIntensityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBody_GetAudioIntensityAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBody_GetAudioIntensityAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetExclusionVolumes \ +static_assert(alignof(WaterBody_GetExclusionVolumes) == 0x000008, "Wrong alignment on WaterBody_GetExclusionVolumes"); \ +static_assert(sizeof(WaterBody_GetExclusionVolumes) == 0x000010, "Wrong size on WaterBody_GetExclusionVolumes"); \ +static_assert(offsetof(WaterBody_GetExclusionVolumes, ReturnValue) == 0x000000, "Member 'WaterBody_GetExclusionVolumes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetIslands \ +static_assert(alignof(WaterBody_GetIslands) == 0x000008, "Wrong alignment on WaterBody_GetIslands"); \ +static_assert(sizeof(WaterBody_GetIslands) == 0x000010, "Wrong size on WaterBody_GetIslands"); \ +static_assert(offsetof(WaterBody_GetIslands, ReturnValue) == 0x000000, "Member 'WaterBody_GetIslands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterBodyComponent \ +static_assert(alignof(WaterBody_GetWaterBodyComponent) == 0x000008, "Wrong alignment on WaterBody_GetWaterBodyComponent"); \ +static_assert(sizeof(WaterBody_GetWaterBodyComponent) == 0x000008, "Wrong size on WaterBody_GetWaterBodyComponent"); \ +static_assert(offsetof(WaterBody_GetWaterBodyComponent, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterBodyComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterBodyType \ +static_assert(alignof(WaterBody_GetWaterBodyType) == 0x000001, "Wrong alignment on WaterBody_GetWaterBodyType"); \ +static_assert(sizeof(WaterBody_GetWaterBodyType) == 0x000001, "Wrong size on WaterBody_GetWaterBodyType"); \ +static_assert(offsetof(WaterBody_GetWaterBodyType, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterBodyType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterSpline \ +static_assert(alignof(WaterBody_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBody_GetWaterSpline"); \ +static_assert(sizeof(WaterBody_GetWaterSpline) == 0x000008, "Wrong size on WaterBody_GetWaterSpline"); \ +static_assert(offsetof(WaterBody_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterVelocityAtSplineInputKey \ +static_assert(alignof(WaterBody_GetWaterVelocityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBody_GetWaterVelocityAtSplineInputKey"); \ +static_assert(sizeof(WaterBody_GetWaterVelocityAtSplineInputKey) == 0x000008, "Wrong size on WaterBody_GetWaterVelocityAtSplineInputKey"); \ +static_assert(offsetof(WaterBody_GetWaterVelocityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBody_GetWaterVelocityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBody_GetWaterVelocityAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBody_GetWaterVelocityAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBody_GetWaterVelocityVectorAtSplineInputKey \ +static_assert(alignof(WaterBody_GetWaterVelocityVectorAtSplineInputKey) == 0x000008, "Wrong alignment on WaterBody_GetWaterVelocityVectorAtSplineInputKey"); \ +static_assert(sizeof(WaterBody_GetWaterVelocityVectorAtSplineInputKey) == 0x000020, "Wrong size on WaterBody_GetWaterVelocityVectorAtSplineInputKey"); \ +static_assert(offsetof(WaterBody_GetWaterVelocityVectorAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBody_GetWaterVelocityVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBody_GetWaterVelocityVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'WaterBody_GetWaterVelocityVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBody \ +static_assert(alignof(AWaterBody) == 0x000008, "Wrong alignment on AWaterBody"); \ +static_assert(sizeof(AWaterBody) == 0x000300, "Wrong size on AWaterBody"); \ +static_assert(offsetof(AWaterBody, SplineComp) == 0x000298, "Member 'AWaterBody::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterSplineMetadata) == 0x0002A0, "Member 'AWaterBody::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyComponent) == 0x0002A8, "Member 'AWaterBody::WaterBodyComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyIndex) == 0x0002B0, "Member 'AWaterBody::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyType) == 0x0002B4, "Member 'AWaterBody::WaterBodyType' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterWaves) == 0x0002B8, "Member 'AWaterBody::WaterWaves' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterInfoMeshComponent) == 0x0002C0, "Member 'AWaterBody::WaterInfoMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, DilatedWaterInfoMeshComponent) == 0x0002C8, "Member 'AWaterBody::DilatedWaterInfoMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyStaticMeshComponents) == 0x0002D0, "Member 'AWaterBody::WaterBodyStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyRiverComponentClass) == 0x0002E0, "Member 'AWaterBody::WaterBodyRiverComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyLakeComponentClass) == 0x0002E8, "Member 'AWaterBody::WaterBodyLakeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyOceanComponentClass) == 0x0002F0, "Member 'AWaterBody::WaterBodyOceanComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyCustomComponentClass) == 0x0002F8, "Member 'AWaterBody::WaterBodyCustomComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyGenerator \ +static_assert(alignof(UWaterBodyGenerator) == 0x000008, "Wrong alignment on UWaterBodyGenerator"); \ +static_assert(sizeof(UWaterBodyGenerator) == 0x000028, "Wrong size on UWaterBodyGenerator"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterInfoMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterInfoMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterInfoMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterInfoMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterInfoMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterInfoMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterInfoMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterLODMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterLODMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterLODMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterLODMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterLODMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterLODMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterLODMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterStaticMeshMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterStaticMeshMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterStaticMeshMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterStaticMeshMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_OnWaterBodyChanged \ +static_assert(alignof(WaterBodyComponent_OnWaterBodyChanged) == 0x000001, "Wrong alignment on WaterBodyComponent_OnWaterBodyChanged"); \ +static_assert(sizeof(WaterBodyComponent_OnWaterBodyChanged) == 0x000003, "Wrong size on WaterBodyComponent_OnWaterBodyChanged"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bShapeOrPositionChanged) == 0x000000, "Member 'WaterBodyComponent_OnWaterBodyChanged::bShapeOrPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bWeightmapSettingsChanged) == 0x000001, "Member 'WaterBodyComponent_OnWaterBodyChanged::bWeightmapSettingsChanged' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bUserTriggeredChanged) == 0x000002, "Member 'WaterBodyComponent_OnWaterBodyChanged::bUserTriggeredChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetUnderwaterPostProcessMaterial \ +static_assert(alignof(WaterBodyComponent_SetUnderwaterPostProcessMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetUnderwaterPostProcessMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetUnderwaterPostProcessMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetUnderwaterPostProcessMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetUnderwaterPostProcessMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetUnderwaterPostProcessMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial) == 0x000010, "Wrong size on WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial, InWaterMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial::InWaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial, InUnderWaterPostProcessMaterial) == 0x000008, "Member 'WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial::InUnderWaterPostProcessMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterStaticMeshMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterStaticMeshMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterStaticMeshMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterStaticMeshMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterStaticMeshMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterStaticMeshMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterStaticMeshMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterZoneOverride \ +static_assert(alignof(WaterBodyComponent_SetWaterZoneOverride) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterZoneOverride"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterZoneOverride) == 0x000028, "Wrong size on WaterBodyComponent_SetWaterZoneOverride"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterZoneOverride, InWaterZoneOverride) == 0x000000, "Member 'WaterBodyComponent_SetWaterZoneOverride::InWaterZoneOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetCollisionComponents \ +static_assert(alignof(WaterBodyComponent_GetCollisionComponents) == 0x000008, "Wrong alignment on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(sizeof(WaterBodyComponent_GetCollisionComponents) == 0x000018, "Wrong size on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(offsetof(WaterBodyComponent_GetCollisionComponents, bInOnlyEnabledComponents) == 0x000000, "Member 'WaterBodyComponent_GetCollisionComponents::bInOnlyEnabledComponents' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetCollisionComponents, ReturnValue) == 0x000008, "Member 'WaterBodyComponent_GetCollisionComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetExclusionVolumes \ +static_assert(alignof(WaterBodyComponent_GetExclusionVolumes) == 0x000008, "Wrong alignment on WaterBodyComponent_GetExclusionVolumes"); \ +static_assert(sizeof(WaterBodyComponent_GetExclusionVolumes) == 0x000010, "Wrong size on WaterBodyComponent_GetExclusionVolumes"); \ +static_assert(offsetof(WaterBodyComponent_GetExclusionVolumes, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetExclusionVolumes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetIslands \ +static_assert(alignof(WaterBodyComponent_GetIslands) == 0x000008, "Wrong alignment on WaterBodyComponent_GetIslands"); \ +static_assert(sizeof(WaterBodyComponent_GetIslands) == 0x000010, "Wrong size on WaterBodyComponent_GetIslands"); \ +static_assert(offsetof(WaterBodyComponent_GetIslands, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetIslands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetMaxWaveHeight \ +static_assert(alignof(WaterBodyComponent_GetMaxWaveHeight) == 0x000004, "Wrong alignment on WaterBodyComponent_GetMaxWaveHeight"); \ +static_assert(sizeof(WaterBodyComponent_GetMaxWaveHeight) == 0x000004, "Wrong size on WaterBodyComponent_GetMaxWaveHeight"); \ +static_assert(offsetof(WaterBodyComponent_GetMaxWaveHeight, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetMaxWaveHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToLakeTransitionMaterial \ +static_assert(alignof(WaterBodyComponent_GetRiverToLakeTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToLakeTransitionMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToLakeTransitionMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToLakeTransitionMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToLakeTransitionMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToLakeTransitionMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToOceanTransitionMaterial \ +static_assert(alignof(WaterBodyComponent_GetRiverToOceanTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToOceanTransitionMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToOceanTransitionMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToOceanTransitionMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToOceanTransitionMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToOceanTransitionMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetStandardRenderableComponents \ +static_assert(alignof(WaterBodyComponent_GetStandardRenderableComponents) == 0x000008, "Wrong alignment on WaterBodyComponent_GetStandardRenderableComponents"); \ +static_assert(sizeof(WaterBodyComponent_GetStandardRenderableComponents) == 0x000010, "Wrong size on WaterBodyComponent_GetStandardRenderableComponents"); \ +static_assert(offsetof(WaterBodyComponent_GetStandardRenderableComponents, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetStandardRenderableComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterBodyActor \ +static_assert(alignof(WaterBodyComponent_GetWaterBodyActor) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterBodyActor"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterBodyActor) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterBodyActor"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterBodyActor, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterBodyActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterMaterial \ +static_assert(alignof(WaterBodyComponent_GetWaterMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterSpline \ +static_assert(alignof(WaterBodyComponent_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterSpline"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterSpline) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterSpline"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterSurfaceInfoAtLocation \ +static_assert(alignof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterSurfaceInfoAtLocation"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation) == 0x000068, "Wrong size on WaterBodyComponent_GetWaterSurfaceInfoAtLocation"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, InLocation) == 0x000000, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterSurfaceLocation) == 0x000018, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterSurfaceLocation' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterSurfaceNormal) == 0x000030, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterVelocity) == 0x000048, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterVelocity' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterDepth) == 0x000060, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, bIncludeDepth) == 0x000064, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::bIncludeDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterVelocityAtSplineInputKey \ +static_assert(alignof(WaterBodyComponent_GetWaterVelocityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyComponent_GetWaterVelocityAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterVelocityAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterVelocityAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterVelocityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyComponent_GetWaterVelocityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterVelocityAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBodyComponent_GetWaterVelocityAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterWaves \ +static_assert(alignof(WaterBodyComponent_GetWaterWaves) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterWaves"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterWaves) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterWaves"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterWaves, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterWaves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyComponent \ +static_assert(alignof(UWaterBodyComponent) == 0x000010, "Wrong alignment on UWaterBodyComponent"); \ +static_assert(sizeof(UWaterBodyComponent) == 0x0014E0, "Wrong size on UWaterBodyComponent"); \ +static_assert(offsetof(UWaterBodyComponent, PhysicalMaterial) == 0x000518, "Member 'UWaterBodyComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, TargetWaveMaskDepth) == 0x000520, "Member 'UWaterBodyComponent::TargetWaveMaskDepth' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, MaxWaveHeightOffset) == 0x000524, "Member 'UWaterBodyComponent::MaxWaveHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessSettings) == 0x000530, "Member 'UWaterBodyComponent::UnderwaterPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurveSettings) == 0x000C40, "Member 'UWaterBodyComponent::CurveSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMaterial) == 0x000C60, "Member 'UWaterBodyComponent::WaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterHLODMaterial) == 0x000C68, "Member 'UWaterBodyComponent::WaterHLODMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterStaticMeshMaterial) == 0x000C70, "Member 'UWaterBodyComponent::WaterStaticMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMaterial) == 0x000C78, "Member 'UWaterBodyComponent::UnderwaterPostProcessMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterInfoMaterial) == 0x000C80, "Member 'UWaterBodyComponent::WaterInfoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterHeightmapSettings) == 0x000C88, "Member 'UWaterBodyComponent::WaterHeightmapSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, ShapeDilation) == 0x000D08, "Member 'UWaterBodyComponent::ShapeDilation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CollisionHeightOffset) == 0x000D0C, "Member 'UWaterBodyComponent::CollisionHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bAffectsLandscape) == 0x000D10, "Member 'UWaterBodyComponent::bAffectsLandscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, StaticMeshSettings) == 0x000D18, "Member 'UWaterBodyComponent::StaticMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyIndex) == 0x000D28, "Member 'UWaterBodyComponent::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMeshOverride) == 0x000D30, "Member 'UWaterBodyComponent::WaterMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bAlwaysGenerateWaterMeshTiles) == 0x000D38, "Member 'UWaterBodyComponent::bAlwaysGenerateWaterMeshTiles' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, OverlapMaterialPriority) == 0x000D3C, "Member 'UWaterBodyComponent::OverlapMaterialPriority' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterSplineMetadata) == 0x000D40, "Member 'UWaterBodyComponent::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMID) == 0x000D48, "Member 'UWaterBodyComponent::WaterMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterStaticMeshMID) == 0x000D50, "Member 'UWaterBodyComponent::WaterStaticMeshMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMID) == 0x000D58, "Member 'UWaterBodyComponent::UnderwaterPostProcessMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterInfoMID) == 0x000D60, "Member 'UWaterBodyComponent::WaterInfoMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyIslands) == 0x000D68, "Member 'UWaterBodyComponent::WaterBodyIslands' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyExclusionVolumes) == 0x000D78, "Member 'UWaterBodyComponent::WaterBodyExclusionVolumes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, Landscape) == 0x000D88, "Member 'UWaterBodyComponent::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, OwningWaterZone) == 0x000D90, "Member 'UWaterBodyComponent::OwningWaterZone' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterZoneOverride) == 0x000DB8, "Member 'UWaterBodyComponent::WaterZoneOverride' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurrentPostProcessSettings) == 0x000DE0, "Member 'UWaterBodyComponent::CurrentPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterNavAreaClass) == 0x0014D0, "Member 'UWaterBodyComponent::WaterNavAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, FixedWaterDepth) == 0x0014D8, "Member 'UWaterBodyComponent::FixedWaterDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomMeshGenerator \ +static_assert(alignof(UCustomMeshGenerator) == 0x000008, "Wrong alignment on UCustomMeshGenerator"); \ +static_assert(sizeof(UCustomMeshGenerator) == 0x000030, "Wrong size on UCustomMeshGenerator"); \ +static_assert(offsetof(UCustomMeshGenerator, MeshComp) == 0x000028, "Member 'UCustomMeshGenerator::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyCustom \ +static_assert(alignof(AWaterBodyCustom) == 0x000008, "Wrong alignment on AWaterBodyCustom"); \ +static_assert(sizeof(AWaterBodyCustom) == 0x000300, "Wrong size on AWaterBodyCustom"); \ + +#define DUMPER7_ASSERTS_UWaterBodyCustomComponent \ +static_assert(alignof(UWaterBodyCustomComponent) == 0x000010, "Wrong alignment on UWaterBodyCustomComponent"); \ +static_assert(sizeof(UWaterBodyCustomComponent) == 0x0014F0, "Wrong size on UWaterBodyCustomComponent"); \ +static_assert(offsetof(UWaterBodyCustomComponent, MeshComp) == 0x0014E0, "Member 'UWaterBodyCustomComponent::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyExclusionVolume \ +static_assert(alignof(AWaterBodyExclusionVolume) == 0x000008, "Wrong alignment on AWaterBodyExclusionVolume"); \ +static_assert(sizeof(AWaterBodyExclusionVolume) == 0x0002F0, "Wrong size on AWaterBodyExclusionVolume"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, ExclusionMode) == 0x0002D8, "Member 'AWaterBodyExclusionVolume::ExclusionMode' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, WaterBodies) == 0x0002E0, "Member 'AWaterBodyExclusionVolume::WaterBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyHLODBuilder \ +static_assert(alignof(UWaterBodyHLODBuilder) == 0x000008, "Wrong alignment on UWaterBodyHLODBuilder"); \ +static_assert(sizeof(UWaterBodyHLODBuilder) == 0x000028, "Wrong size on UWaterBodyHLODBuilder"); \ + +#define DUMPER7_ASSERTS_UWaterBodyInfoMeshComponent \ +static_assert(alignof(UWaterBodyInfoMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyInfoMeshComponent"); \ +static_assert(sizeof(UWaterBodyInfoMeshComponent) == 0x0005F0, "Wrong size on UWaterBodyInfoMeshComponent"); \ +static_assert(offsetof(UWaterBodyInfoMeshComponent, bIsDilatedMesh) == 0x0005E0, "Member 'UWaterBodyInfoMeshComponent::bIsDilatedMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyInfoMeshComponent, bIsConservativeRasterCompatible) == 0x0005E1, "Member 'UWaterBodyInfoMeshComponent::bIsConservativeRasterCompatible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyIsland_GetWaterSpline \ +static_assert(alignof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBodyIsland_GetWaterSpline"); \ +static_assert(sizeof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong size on WaterBodyIsland_GetWaterSpline"); \ +static_assert(offsetof(WaterBodyIsland_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBodyIsland_GetWaterSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyIsland \ +static_assert(alignof(AWaterBodyIsland) == 0x000008, "Wrong alignment on AWaterBodyIsland"); \ +static_assert(sizeof(AWaterBodyIsland) == 0x0002A0, "Wrong size on AWaterBodyIsland"); \ +static_assert(offsetof(AWaterBodyIsland, SplineComp) == 0x000298, "Member 'AWaterBodyIsland::SplineComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULakeGenerator \ +static_assert(alignof(ULakeGenerator) == 0x000008, "Wrong alignment on ULakeGenerator"); \ +static_assert(sizeof(ULakeGenerator) == 0x000040, "Wrong size on ULakeGenerator"); \ +static_assert(offsetof(ULakeGenerator, LakeMeshComp) == 0x000028, "Member 'ULakeGenerator::LakeMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ULakeGenerator, LakeCollisionComp) == 0x000030, "Member 'ULakeGenerator::LakeCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ULakeGenerator, LakeCollision) == 0x000038, "Member 'ULakeGenerator::LakeCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyLake \ +static_assert(alignof(AWaterBodyLake) == 0x000008, "Wrong alignment on AWaterBodyLake"); \ +static_assert(sizeof(AWaterBodyLake) == 0x000300, "Wrong size on AWaterBodyLake"); \ + +#define DUMPER7_ASSERTS_UWaterBodyLakeComponent \ +static_assert(alignof(UWaterBodyLakeComponent) == 0x000010, "Wrong alignment on UWaterBodyLakeComponent"); \ +static_assert(sizeof(UWaterBodyLakeComponent) == 0x0014F0, "Wrong size on UWaterBodyLakeComponent"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeMeshComp) == 0x0014E0, "Member 'UWaterBodyLakeComponent::LakeMeshComp' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeCollision) == 0x0014E8, "Member 'UWaterBodyLakeComponent::LakeCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOceanGenerator \ +static_assert(alignof(UOceanGenerator) == 0x000008, "Wrong alignment on UOceanGenerator"); \ +static_assert(sizeof(UOceanGenerator) == 0x000048, "Wrong size on UOceanGenerator"); \ +static_assert(offsetof(UOceanGenerator, CollisionBoxes) == 0x000028, "Member 'UOceanGenerator::CollisionBoxes' has a wrong offset!"); \ +static_assert(offsetof(UOceanGenerator, CollisionHullSets) == 0x000038, "Member 'UOceanGenerator::CollisionHullSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyOcean \ +static_assert(alignof(AWaterBodyOcean) == 0x000008, "Wrong alignment on AWaterBodyOcean"); \ +static_assert(sizeof(AWaterBodyOcean) == 0x000300, "Wrong size on AWaterBodyOcean"); \ + +#define DUMPER7_ASSERTS_UWaterBodyOceanComponent \ +static_assert(alignof(UWaterBodyOceanComponent) == 0x000010, "Wrong alignment on UWaterBodyOceanComponent"); \ +static_assert(sizeof(UWaterBodyOceanComponent) == 0x001540, "Wrong size on UWaterBodyOceanComponent"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionBoxes) == 0x0014E0, "Member 'UWaterBodyOceanComponent::CollisionBoxes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionHullSets) == 0x0014F0, "Member 'UWaterBodyOceanComponent::CollisionHullSets' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionExtents) == 0x001500, "Member 'UWaterBodyOceanComponent::CollisionExtents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, OceanExtents) == 0x001518, "Member 'UWaterBodyOceanComponent::OceanExtents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, SavedZoneLocation) == 0x001528, "Member 'UWaterBodyOceanComponent::SavedZoneLocation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, bCenterOnWaterZone) == 0x001538, "Member 'UWaterBodyOceanComponent::bCenterOnWaterZone' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, HeightOffset) == 0x00153C, "Member 'UWaterBodyOceanComponent::HeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URiverGenerator \ +static_assert(alignof(URiverGenerator) == 0x000008, "Wrong alignment on URiverGenerator"); \ +static_assert(sizeof(URiverGenerator) == 0x000038, "Wrong size on URiverGenerator"); \ +static_assert(offsetof(URiverGenerator, SplineMeshComponents) == 0x000028, "Member 'URiverGenerator::SplineMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyRiver \ +static_assert(alignof(AWaterBodyRiver) == 0x000008, "Wrong alignment on AWaterBodyRiver"); \ +static_assert(sizeof(AWaterBodyRiver) == 0x000300, "Wrong size on AWaterBodyRiver"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials \ +static_assert(alignof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials) == 0x000010, "Wrong size on WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials, InLakeTransition) == 0x000000, "Member 'WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials::InLakeTransition' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials, InOceanTransition) == 0x000008, "Member 'WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials::InOceanTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetLakeTransitionMaterial \ +static_assert(alignof(WaterBodyRiverComponent_SetLakeTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetLakeTransitionMaterial"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetLakeTransitionMaterial) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetLakeTransitionMaterial"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeTransitionMaterial, InMat) == 0x000000, "Member 'WaterBodyRiverComponent_SetLakeTransitionMaterial::InMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetOceanTransitionMaterial \ +static_assert(alignof(WaterBodyRiverComponent_SetOceanTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetOceanTransitionMaterial"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetOceanTransitionMaterial) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetOceanTransitionMaterial"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetOceanTransitionMaterial, InMat) == 0x000000, "Member 'WaterBodyRiverComponent_SetOceanTransitionMaterial::InMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyRiverComponent \ +static_assert(alignof(UWaterBodyRiverComponent) == 0x000010, "Wrong alignment on UWaterBodyRiverComponent"); \ +static_assert(sizeof(UWaterBodyRiverComponent) == 0x001510, "Wrong size on UWaterBodyRiverComponent"); \ +static_assert(offsetof(UWaterBodyRiverComponent, SplineMeshComponents) == 0x0014E0, "Member 'UWaterBodyRiverComponent::SplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMaterial) == 0x0014F0, "Member 'UWaterBodyRiverComponent::LakeTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMID) == 0x0014F8, "Member 'UWaterBodyRiverComponent::LakeTransitionMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMaterial) == 0x001500, "Member 'UWaterBodyRiverComponent::OceanTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMID) == 0x001508, "Member 'UWaterBodyRiverComponent::OceanTransitionMID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWaterBrushActorInterface \ +static_assert(alignof(IWaterBrushActorInterface) == 0x000001, "Wrong alignment on IWaterBrushActorInterface"); \ +static_assert(sizeof(IWaterBrushActorInterface) == 0x000001, "Wrong size on IWaterBrushActorInterface"); \ + +#define DUMPER7_ASSERTS_WaterMeshComponent_IsEnabled \ +static_assert(alignof(WaterMeshComponent_IsEnabled) == 0x000001, "Wrong alignment on WaterMeshComponent_IsEnabled"); \ +static_assert(sizeof(WaterMeshComponent_IsEnabled) == 0x000001, "Wrong size on WaterMeshComponent_IsEnabled"); \ +static_assert(offsetof(WaterMeshComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'WaterMeshComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterMeshComponent \ +static_assert(alignof(UWaterMeshComponent) == 0x000010, "Wrong alignment on UWaterMeshComponent"); \ +static_assert(sizeof(UWaterMeshComponent) == 0x000730, "Wrong size on UWaterMeshComponent"); \ +static_assert(offsetof(UWaterMeshComponent, ForceCollapseDensityLevel) == 0x000550, "Member 'UWaterMeshComponent::ForceCollapseDensityLevel' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMaterial) == 0x000558, "Member 'UWaterMeshComponent::FarDistanceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMeshExtent) == 0x000560, "Member 'UWaterMeshComponent::FarDistanceMeshExtent' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TileSize) == 0x000564, "Member 'UWaterMeshComponent::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, QuadTreeResolution) == 0x000568, "Member 'UWaterMeshComponent::QuadTreeResolution' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, UsedMaterials) == 0x000670, "Member 'UWaterMeshComponent::UsedMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, MaterialToMID) == 0x0006C0, "Member 'UWaterMeshComponent::MaterialToMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, bUseFarMeshWithoutOcean) == 0x000710, "Member 'UWaterMeshComponent::bUseFarMeshWithoutOcean' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TessellationFactor) == 0x000720, "Member 'UWaterMeshComponent::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, LODScale) == 0x000724, "Member 'UWaterMeshComponent::LODScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterRuntimeSettings \ +static_assert(alignof(UWaterRuntimeSettings) == 0x000008, "Wrong alignment on UWaterRuntimeSettings"); \ +static_assert(sizeof(UWaterRuntimeSettings) == 0x0000C8, "Wrong size on UWaterRuntimeSettings"); \ +static_assert(offsetof(UWaterRuntimeSettings, CollisionChannelForWaterTraces) == 0x000038, "Member 'UWaterRuntimeSettings::CollisionChannelForWaterTraces' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, MaterialParameterCollection) == 0x000040, "Member 'UWaterRuntimeSettings::MaterialParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyIconWorldZOffset) == 0x000068, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldZOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterCollisionProfileName) == 0x00006C, "Member 'UWaterRuntimeSettings::DefaultWaterCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterInfoMaterial) == 0x000078, "Member 'UWaterRuntimeSettings::DefaultWaterInfoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyRiverComponentClass) == 0x0000A0, "Member 'UWaterRuntimeSettings::WaterBodyRiverComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyLakeComponentClass) == 0x0000A8, "Member 'UWaterRuntimeSettings::WaterBodyLakeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyOceanComponentClass) == 0x0000B0, "Member 'UWaterRuntimeSettings::WaterBodyOceanComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyCustomComponentClass) == 0x0000B8, "Member 'UWaterRuntimeSettings::WaterBodyCustomComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, bWarnOnMismatchOceanExtent) == 0x0000C0, "Member 'UWaterRuntimeSettings::bWarnOnMismatchOceanExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterSplineComponent \ +static_assert(alignof(UWaterSplineComponent) == 0x000010, "Wrong alignment on UWaterSplineComponent"); \ +static_assert(sizeof(UWaterSplineComponent) == 0x000640, "Wrong size on UWaterSplineComponent"); \ +static_assert(offsetof(UWaterSplineComponent, WaterSplineDefaults) == 0x000618, "Member 'UWaterSplineComponent::WaterSplineDefaults' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineComponent, PreviousWaterSplineDefaults) == 0x000628, "Member 'UWaterSplineComponent::PreviousWaterSplineDefaults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterSplineMetadata \ +static_assert(alignof(UWaterSplineMetadata) == 0x000008, "Wrong alignment on UWaterSplineMetadata"); \ +static_assert(sizeof(UWaterSplineMetadata) == 0x0000A0, "Wrong size on UWaterSplineMetadata"); \ +static_assert(offsetof(UWaterSplineMetadata, Depth) == 0x000028, "Member 'UWaterSplineMetadata::Depth' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineMetadata, WaterVelocityScalar) == 0x000040, "Member 'UWaterSplineMetadata::WaterVelocityScalar' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineMetadata, RiverWidth) == 0x000058, "Member 'UWaterSplineMetadata::RiverWidth' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineMetadata, AudioIntensity) == 0x000070, "Member 'UWaterSplineMetadata::AudioIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineMetadata, WaterVelocity) == 0x000088, "Member 'UWaterSplineMetadata::WaterVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterMaxDynamicForces \ +static_assert(alignof(WaterSubsystem_GetShallowWaterMaxDynamicForces) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterMaxDynamicForces"); \ +static_assert(sizeof(WaterSubsystem_GetShallowWaterMaxDynamicForces) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterMaxDynamicForces"); \ +static_assert(offsetof(WaterSubsystem_GetShallowWaterMaxDynamicForces, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterMaxDynamicForces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterMaxImpulseForces \ +static_assert(alignof(WaterSubsystem_GetShallowWaterMaxImpulseForces) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterMaxImpulseForces"); \ +static_assert(sizeof(WaterSubsystem_GetShallowWaterMaxImpulseForces) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterMaxImpulseForces"); \ +static_assert(offsetof(WaterSubsystem_GetShallowWaterMaxImpulseForces, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterMaxImpulseForces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterSimulationRenderTargetSize \ +static_assert(alignof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterSimulationRenderTargetSize"); \ +static_assert(sizeof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterSimulationRenderTargetSize"); \ +static_assert(offsetof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterSimulationRenderTargetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_PrintToWaterLog \ +static_assert(alignof(WaterSubsystem_PrintToWaterLog) == 0x000008, "Wrong alignment on WaterSubsystem_PrintToWaterLog"); \ +static_assert(sizeof(WaterSubsystem_PrintToWaterLog) == 0x000018, "Wrong size on WaterSubsystem_PrintToWaterLog"); \ +static_assert(offsetof(WaterSubsystem_PrintToWaterLog, Message) == 0x000000, "Member 'WaterSubsystem_PrintToWaterLog::Message' has a wrong offset!"); \ +static_assert(offsetof(WaterSubsystem_PrintToWaterLog, bWarning) == 0x000010, "Member 'WaterSubsystem_PrintToWaterLog::bWarning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_SetOceanFloodHeight \ +static_assert(alignof(WaterSubsystem_SetOceanFloodHeight) == 0x000004, "Wrong alignment on WaterSubsystem_SetOceanFloodHeight"); \ +static_assert(sizeof(WaterSubsystem_SetOceanFloodHeight) == 0x000004, "Wrong size on WaterSubsystem_SetOceanFloodHeight"); \ +static_assert(offsetof(WaterSubsystem_SetOceanFloodHeight, InFloodHeight) == 0x000000, "Member 'WaterSubsystem_SetOceanFloodHeight::InFloodHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetCameraUnderwaterDepth \ +static_assert(alignof(WaterSubsystem_GetCameraUnderwaterDepth) == 0x000004, "Wrong alignment on WaterSubsystem_GetCameraUnderwaterDepth"); \ +static_assert(sizeof(WaterSubsystem_GetCameraUnderwaterDepth) == 0x000004, "Wrong size on WaterSubsystem_GetCameraUnderwaterDepth"); \ +static_assert(offsetof(WaterSubsystem_GetCameraUnderwaterDepth, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetCameraUnderwaterDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetOceanBaseHeight \ +static_assert(alignof(WaterSubsystem_GetOceanBaseHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanBaseHeight"); \ +static_assert(sizeof(WaterSubsystem_GetOceanBaseHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanBaseHeight"); \ +static_assert(offsetof(WaterSubsystem_GetOceanBaseHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanBaseHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetOceanFloodHeight \ +static_assert(alignof(WaterSubsystem_GetOceanFloodHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanFloodHeight"); \ +static_assert(sizeof(WaterSubsystem_GetOceanFloodHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanFloodHeight"); \ +static_assert(offsetof(WaterSubsystem_GetOceanFloodHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanFloodHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetOceanTotalHeight \ +static_assert(alignof(WaterSubsystem_GetOceanTotalHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanTotalHeight"); \ +static_assert(sizeof(WaterSubsystem_GetOceanTotalHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanTotalHeight"); \ +static_assert(offsetof(WaterSubsystem_GetOceanTotalHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanTotalHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetSmoothedWorldTimeSeconds \ +static_assert(alignof(WaterSubsystem_GetSmoothedWorldTimeSeconds) == 0x000004, "Wrong alignment on WaterSubsystem_GetSmoothedWorldTimeSeconds"); \ +static_assert(sizeof(WaterSubsystem_GetSmoothedWorldTimeSeconds) == 0x000004, "Wrong size on WaterSubsystem_GetSmoothedWorldTimeSeconds"); \ +static_assert(offsetof(WaterSubsystem_GetSmoothedWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetSmoothedWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetWaterTimeSeconds \ +static_assert(alignof(WaterSubsystem_GetWaterTimeSeconds) == 0x000004, "Wrong alignment on WaterSubsystem_GetWaterTimeSeconds"); \ +static_assert(sizeof(WaterSubsystem_GetWaterTimeSeconds) == 0x000004, "Wrong size on WaterSubsystem_GetWaterTimeSeconds"); \ +static_assert(offsetof(WaterSubsystem_GetWaterTimeSeconds, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetWaterTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_IsShallowWaterSimulationEnabled \ +static_assert(alignof(WaterSubsystem_IsShallowWaterSimulationEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsShallowWaterSimulationEnabled"); \ +static_assert(sizeof(WaterSubsystem_IsShallowWaterSimulationEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsShallowWaterSimulationEnabled"); \ +static_assert(offsetof(WaterSubsystem_IsShallowWaterSimulationEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsShallowWaterSimulationEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_IsUnderwaterPostProcessEnabled \ +static_assert(alignof(WaterSubsystem_IsUnderwaterPostProcessEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsUnderwaterPostProcessEnabled"); \ +static_assert(sizeof(WaterSubsystem_IsUnderwaterPostProcessEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsUnderwaterPostProcessEnabled"); \ +static_assert(offsetof(WaterSubsystem_IsUnderwaterPostProcessEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsUnderwaterPostProcessEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_IsWaterRenderingEnabled \ +static_assert(alignof(WaterSubsystem_IsWaterRenderingEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsWaterRenderingEnabled"); \ +static_assert(sizeof(WaterSubsystem_IsWaterRenderingEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsWaterRenderingEnabled"); \ +static_assert(offsetof(WaterSubsystem_IsWaterRenderingEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsWaterRenderingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterSubsystem \ +static_assert(alignof(UWaterSubsystem) == 0x000008, "Wrong alignment on UWaterSubsystem"); \ +static_assert(sizeof(UWaterSubsystem) == 0x000180, "Wrong size on UWaterSubsystem"); \ +static_assert(offsetof(UWaterSubsystem, BuoyancyManager) == 0x000040, "Member 'UWaterSubsystem::BuoyancyManager' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnCameraUnderwaterStateChanged) == 0x000048, "Member 'UWaterSubsystem::OnCameraUnderwaterStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnWaterScalabilityChanged) == 0x000058, "Member 'UWaterSubsystem::OnWaterScalabilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultRiverMesh) == 0x000068, "Member 'UWaterSubsystem::DefaultRiverMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultLakeMesh) == 0x000070, "Member 'UWaterSubsystem::DefaultLakeMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, MaterialParameterCollection) == 0x0000A0, "Member 'UWaterSubsystem::MaterialParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesAsset \ +static_assert(alignof(UWaterWavesAsset) == 0x000008, "Wrong alignment on UWaterWavesAsset"); \ +static_assert(sizeof(UWaterWavesAsset) == 0x000030, "Wrong size on UWaterWavesAsset"); \ +static_assert(offsetof(UWaterWavesAsset, WaterWaves) == 0x000028, "Member 'UWaterWavesAsset::WaterWaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesAssetReference \ +static_assert(alignof(UWaterWavesAssetReference) == 0x000008, "Wrong alignment on UWaterWavesAssetReference"); \ +static_assert(sizeof(UWaterWavesAssetReference) == 0x000030, "Wrong size on UWaterWavesAssetReference"); \ +static_assert(offsetof(UWaterWavesAssetReference, WaterWavesAsset) == 0x000028, "Member 'UWaterWavesAssetReference::WaterWavesAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterZone_SetFarMeshMaterial \ +static_assert(alignof(WaterZone_SetFarMeshMaterial) == 0x000008, "Wrong alignment on WaterZone_SetFarMeshMaterial"); \ +static_assert(sizeof(WaterZone_SetFarMeshMaterial) == 0x000008, "Wrong size on WaterZone_SetFarMeshMaterial"); \ +static_assert(offsetof(WaterZone_SetFarMeshMaterial, InFarMaterial) == 0x000000, "Member 'WaterZone_SetFarMeshMaterial::InFarMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterZone_GetWaterZoneIndex \ +static_assert(alignof(WaterZone_GetWaterZoneIndex) == 0x000004, "Wrong alignment on WaterZone_GetWaterZoneIndex"); \ +static_assert(sizeof(WaterZone_GetWaterZoneIndex) == 0x000004, "Wrong size on WaterZone_GetWaterZoneIndex"); \ +static_assert(offsetof(WaterZone_GetWaterZoneIndex, ReturnValue) == 0x000000, "Member 'WaterZone_GetWaterZoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterZone \ +static_assert(alignof(AWaterZone) == 0x000008, "Wrong alignment on AWaterZone"); \ +static_assert(sizeof(AWaterZone) == 0x000338, "Wrong size on AWaterZone"); \ +static_assert(offsetof(AWaterZone, WaterInfoTexture) == 0x000290, "Member 'AWaterZone::WaterInfoTexture' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OwnedWaterBodies) == 0x000298, "Member 'AWaterZone::OwnedWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, RenderTargetResolution) == 0x0002A8, "Member 'AWaterZone::RenderTargetResolution' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterMesh) == 0x0002B0, "Member 'AWaterZone::WaterMesh' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, ZoneExtent) == 0x0002B8, "Member 'AWaterZone::ZoneExtent' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, CaptureZOffset) == 0x0002C8, "Member 'AWaterZone::CaptureZOffset' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, bHalfPrecisionTexture) == 0x0002CC, "Member 'AWaterZone::bHalfPrecisionTexture' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, VelocityBlurRadius) == 0x0002D0, "Member 'AWaterZone::VelocityBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OverlapPriority) == 0x0002D4, "Member 'AWaterZone::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, bEnableLocalOnlyTessellation) == 0x0002D8, "Member 'AWaterZone::bEnableLocalOnlyTessellation' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, LocalTessellationExtent) == 0x0002E0, "Member 'AWaterZone::LocalTessellationExtent' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterZoneIndex) == 0x000320, "Member 'AWaterZone::WaterZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OnWaterInfoTextureCreated) == 0x000328, "Member 'AWaterZone::OnWaterInfoTextureCreated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveParameterPair \ +static_assert(alignof(FCurveParameterPair) == 0x000004, "Wrong alignment on FCurveParameterPair"); \ +static_assert(sizeof(FCurveParameterPair) == 0x000010, "Wrong size on FCurveParameterPair"); \ +static_assert(offsetof(FCurveParameterPair, AnimCurveName) == 0x000000, "Member 'FCurveParameterPair::AnimCurveName' has a wrong offset!"); \ +static_assert(offsetof(FCurveParameterPair, UserVariableName) == 0x000008, "Member 'FCurveParameterPair::UserVariableName' 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) == 0x000080, "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) == 0x000048, "Member 'UAnimNotifyState_TimedNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, RotationOffset) == 0x000060, "Member 'UAnimNotifyState_TimedNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bApplyRateScaleAsTimeDilation) == 0x000078, "Member 'UAnimNotifyState_TimedNiagaraEffect::bApplyRateScaleAsTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000079, "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) == 0x0000F0, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, bEnableNormalizedNotifyProgress) == 0x000080, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::bEnableNormalizedNotifyProgress' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, bApplyRateScaleToProgress) == 0x000081, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::bApplyRateScaleToProgress' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressUserParameter) == 0x000084, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::NotifyProgressUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, AnimCurves) == 0x000090, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::AnimCurves' has a wrong offset!"); \ + +#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) == 0x0000D0, "Wrong size on UAnimNotify_PlayNiagaraEffect"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Template) == 0x000038, "Member 'UAnimNotify_PlayNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, LocationOffset) == 0x000040, "Member 'UAnimNotify_PlayNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, RotationOffset) == 0x000058, "Member 'UAnimNotify_PlayNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Scale) == 0x000070, "Member 'UAnimNotify_PlayNiagaraEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bAbsoluteScale) == 0x000088, "Member 'UAnimNotify_PlayNiagaraEffect::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, SocketName) == 0x0000C4, "Member 'UAnimNotify_PlayNiagaraEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackRenderData \ +static_assert(alignof(FTrackRenderData) == 0x000010, "Wrong alignment on FTrackRenderData"); \ +static_assert(sizeof(FTrackRenderData) == 0x0000C0, "Wrong size on FTrackRenderData"); \ + +#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_FGeometryCacheVertexInfo \ +static_assert(alignof(FGeometryCacheVertexInfo) == 0x000001, "Wrong alignment on FGeometryCacheVertexInfo"); \ +static_assert(sizeof(FGeometryCacheVertexInfo) == 0x000009, "Wrong size on FGeometryCacheVertexInfo"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheMeshData \ +static_assert(alignof(FGeometryCacheMeshData) == 0x000008, "Wrong alignment on FGeometryCacheMeshData"); \ +static_assert(sizeof(FGeometryCacheMeshData) == 0x0000C8, "Wrong size on FGeometryCacheMeshData"); \ + +#define DUMPER7_ASSERTS_FNiagaraGeometryCacheMICOverride \ +static_assert(alignof(FNiagaraGeometryCacheMICOverride) == 0x000008, "Wrong alignment on FNiagaraGeometryCacheMICOverride"); \ +static_assert(sizeof(FNiagaraGeometryCacheMICOverride) == 0x000010, "Wrong size on FNiagaraGeometryCacheMICOverride"); \ +static_assert(offsetof(FNiagaraGeometryCacheMICOverride, OriginalMaterial) == 0x000000, "Member 'FNiagaraGeometryCacheMICOverride::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheMICOverride, ReplacementMaterial) == 0x000008, "Member 'FNiagaraGeometryCacheMICOverride::ReplacementMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGeometryCacheReference \ +static_assert(alignof(FNiagaraGeometryCacheReference) == 0x000008, "Wrong alignment on FNiagaraGeometryCacheReference"); \ +static_assert(sizeof(FNiagaraGeometryCacheReference) == 0x000048, "Wrong size on FNiagaraGeometryCacheReference"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, GeometryCache) == 0x000000, "Member 'FNiagaraGeometryCacheReference::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, GeometryCacheUserParamBinding) == 0x000008, "Member 'FNiagaraGeometryCacheReference::GeometryCacheUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, OverrideMaterials) == 0x000028, "Member 'FNiagaraGeometryCacheReference::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, MICOverrideMaterials) == 0x000038, "Member 'FNiagaraGeometryCacheReference::MICOverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCache \ +static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ +static_assert(sizeof(UGeometryCache) == 0x000088, "Wrong size on UGeometryCache"); \ +static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, MaterialSlotNames) == 0x000040, "Member 'UGeometryCache::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Tracks) == 0x000050, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, AssetUserData) == 0x000060, "Member 'UGeometryCache::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, StartFrame) == 0x000078, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, EndFrame) == 0x00007C, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Hash) == 0x000080, "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) == 0x000298, "Wrong size on AGeometryCacheActor"); \ +static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000290, "Member 'AGeometryCacheActor::GeometryCacheComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecBase \ +static_assert(alignof(UGeometryCacheCodecBase) == 0x000008, "Wrong alignment on UGeometryCacheCodecBase"); \ +static_assert(sizeof(UGeometryCacheCodecBase) == 0x000038, "Wrong size on UGeometryCacheCodecBase"); \ +static_assert(offsetof(UGeometryCacheCodecBase, TopologyRanges) == 0x000028, "Member 'UGeometryCacheCodecBase::TopologyRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecRaw \ +static_assert(alignof(UGeometryCacheCodecRaw) == 0x000008, "Wrong alignment on UGeometryCacheCodecRaw"); \ +static_assert(sizeof(UGeometryCacheCodecRaw) == 0x000040, "Wrong size on UGeometryCacheCodecRaw"); \ +static_assert(offsetof(UGeometryCacheCodecRaw, DummyProperty) == 0x000038, "Member 'UGeometryCacheCodecRaw::DummyProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecV1 \ +static_assert(alignof(UGeometryCacheCodecV1) == 0x000008, "Wrong alignment on UGeometryCacheCodecV1"); \ +static_assert(sizeof(UGeometryCacheCodecV1) == 0x000040, "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_SetOverrideWireframeColor \ +static_assert(alignof(GeometryCacheComponent_SetOverrideWireframeColor) == 0x000001, "Wrong alignment on GeometryCacheComponent_SetOverrideWireframeColor"); \ +static_assert(sizeof(GeometryCacheComponent_SetOverrideWireframeColor) == 0x000001, "Wrong size on GeometryCacheComponent_SetOverrideWireframeColor"); \ +static_assert(offsetof(GeometryCacheComponent_SetOverrideWireframeColor, bOverride) == 0x000000, "Member 'GeometryCacheComponent_SetOverrideWireframeColor::bOverride' 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_SetWireframeOverrideColor \ +static_assert(alignof(GeometryCacheComponent_SetWireframeOverrideColor) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetWireframeOverrideColor"); \ +static_assert(sizeof(GeometryCacheComponent_SetWireframeOverrideColor) == 0x000010, "Wrong size on GeometryCacheComponent_SetWireframeOverrideColor"); \ +static_assert(offsetof(GeometryCacheComponent_SetWireframeOverrideColor, Color) == 0x000000, "Member 'GeometryCacheComponent_SetWireframeOverrideColor::Color' 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_GetOverrideWireframeColor \ +static_assert(alignof(GeometryCacheComponent_GetOverrideWireframeColor) == 0x000001, "Wrong alignment on GeometryCacheComponent_GetOverrideWireframeColor"); \ +static_assert(sizeof(GeometryCacheComponent_GetOverrideWireframeColor) == 0x000001, "Wrong size on GeometryCacheComponent_GetOverrideWireframeColor"); \ +static_assert(offsetof(GeometryCacheComponent_GetOverrideWireframeColor, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetOverrideWireframeColor::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_GetWireframeOverrideColor \ +static_assert(alignof(GeometryCacheComponent_GetWireframeOverrideColor) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetWireframeOverrideColor"); \ +static_assert(sizeof(GeometryCacheComponent_GetWireframeOverrideColor) == 0x000010, "Wrong size on GeometryCacheComponent_GetWireframeOverrideColor"); \ +static_assert(offsetof(GeometryCacheComponent_GetWireframeOverrideColor, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetWireframeOverrideColor::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) == 0x0005E0, "Wrong size on UGeometryCacheComponent"); \ +static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000550, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000558, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000559, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x00055A, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x00055C, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000560, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x000564, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x000568, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x00056C, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0005BC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x0005C0, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bOverrideWireframeColor) == 0x0005C1, "Member 'UGeometryCacheComponent::bOverrideWireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, WireframeOverrideColor) == 0x0005C4, "Member 'UGeometryCacheComponent::WireframeOverrideColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack \ +static_assert(alignof(UGeometryCacheTrack) == 0x000008, "Wrong alignment on UGeometryCacheTrack"); \ +static_assert(sizeof(UGeometryCacheTrack) == 0x000058, "Wrong size on UGeometryCacheTrack"); \ +static_assert(offsetof(UGeometryCacheTrack, Duration) == 0x000028, "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) == 0x0000D0, "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) == 0x0000C8, "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) == 0x000080, "Wrong size on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(offsetof(UGeometryCacheTrack_FlipbookAnimation, NumMeshSamples) == 0x000058, "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) == 0x0000D0, "Wrong size on UGeometryCacheTrackStreamable"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000058, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000C0, "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) == 0x0000C8, "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) == 0x000120, "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) == 0x0000C8, "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) == 0x000120, "Wrong size on UGeometryCacheTrack_TransformGroupAnimation"); \ + +#define DUMPER7_ASSERTS_UNiagaraGeometryCacheRendererProperties \ +static_assert(alignof(UNiagaraGeometryCacheRendererProperties) == 0x000008, "Wrong alignment on UNiagaraGeometryCacheRendererProperties"); \ +static_assert(sizeof(UNiagaraGeometryCacheRendererProperties) == 0x0002E8, "Wrong size on UNiagaraGeometryCacheRendererProperties"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, GeometryCaches) == 0x0000C0, "Member 'UNiagaraGeometryCacheRendererProperties::GeometryCaches' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, SourceMode) == 0x0000D0, "Member 'UNiagaraGeometryCacheRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bIsLooping) == 0x0000D1, "Member 'UNiagaraGeometryCacheRendererProperties::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ComponentCountLimit) == 0x0000D4, "Member 'UNiagaraGeometryCacheRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, PositionBinding) == 0x0000D8, "Member 'UNiagaraGeometryCacheRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RotationBinding) == 0x000110, "Member 'UNiagaraGeometryCacheRendererProperties::RotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ScaleBinding) == 0x000148, "Member 'UNiagaraGeometryCacheRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ElapsedTimeBinding) == 0x000180, "Member 'UNiagaraGeometryCacheRendererProperties::ElapsedTimeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, EnabledBinding) == 0x0001B8, "Member 'UNiagaraGeometryCacheRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ArrayIndexBinding) == 0x0001F0, "Member 'UNiagaraGeometryCacheRendererProperties::ArrayIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibilityTagBinding) == 0x000228, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibility) == 0x000260, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bAssignComponentsOnParticleID) == 0x000264, "Member 'UNiagaraGeometryCacheRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, MaterialParameters) == 0x000268, "Member 'UNiagaraGeometryCacheRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CommonUIPS5ControllerData_C \ +static_assert(alignof(UBP_CommonUIPS5ControllerData_C) == 0x000008, "Wrong alignment on UBP_CommonUIPS5ControllerData_C"); \ +static_assert(sizeof(UBP_CommonUIPS5ControllerData_C) == 0x0000F8, "Wrong size on UBP_CommonUIPS5ControllerData_C"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_Battle_HitBy_BP \ +static_assert(alignof(FFAudioCharacter_Battle_HitBy_BP) == 0x000008, "Wrong alignment on FFAudioCharacter_Battle_HitBy_BP"); \ +static_assert(sizeof(FFAudioCharacter_Battle_HitBy_BP) == 0x000010, "Wrong size on FFAudioCharacter_Battle_HitBy_BP"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_BP, HitBy_Glaise_BrambleHit_3_B773D8EE42C2897CC5DE0FB3E04FB77A) == 0x000000, "Member 'FFAudioCharacter_Battle_HitBy_BP::HitBy_Glaise_BrambleHit_3_B773D8EE42C2897CC5DE0FB3E04FB77A' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_BP, HitBy_SCavenger_Hit_6_F1C1A0344B074D9D5CC985838359C431) == 0x000008, "Member 'FFAudioCharacter_Battle_HitBy_BP::HitBy_SCavenger_Hit_6_F1C1A0344B074D9D5CC985838359C431' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomConversionSettings \ +static_assert(alignof(FGroomConversionSettings) == 0x000008, "Wrong alignment on FGroomConversionSettings"); \ +static_assert(sizeof(FGroomConversionSettings) == 0x000030, "Wrong size on FGroomConversionSettings"); \ +static_assert(offsetof(FGroomConversionSettings, Rotation) == 0x000000, "Member 'FGroomConversionSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FGroomConversionSettings, Scale) == 0x000018, "Member 'FGroomConversionSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomCacheImportSettings \ +static_assert(alignof(FGroomCacheImportSettings) == 0x000008, "Wrong alignment on FGroomCacheImportSettings"); \ +static_assert(sizeof(FGroomCacheImportSettings) == 0x000068, "Wrong size on FGroomCacheImportSettings"); \ +static_assert(offsetof(FGroomCacheImportSettings, bImportGroomCache) == 0x000000, "Member 'FGroomCacheImportSettings::bImportGroomCache' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, ImportType) == 0x000001, "Member 'FGroomCacheImportSettings::ImportType' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, FrameStart) == 0x000004, "Member 'FGroomCacheImportSettings::FrameStart' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, FrameEnd) == 0x000008, "Member 'FGroomCacheImportSettings::FrameEnd' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bSkipEmptyFrames) == 0x00000C, "Member 'FGroomCacheImportSettings::bSkipEmptyFrames' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bImportGroomAsset) == 0x00000D, "Member 'FGroomCacheImportSettings::bImportGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, GroomAsset) == 0x000010, "Member 'FGroomCacheImportSettings::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bOverrideConversionSettings) == 0x000030, "Member 'FGroomCacheImportSettings::bOverrideConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, ConversionSettings) == 0x000038, "Member 'FGroomCacheImportSettings::ConversionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupDesc \ +static_assert(alignof(FHairGroupDesc) == 0x000004, "Wrong alignment on FHairGroupDesc"); \ +static_assert(sizeof(FHairGroupDesc) == 0x000040, "Wrong size on FHairGroupDesc"); \ +static_assert(offsetof(FHairGroupDesc, HairLength) == 0x000000, "Member 'FHairGroupDesc::HairLength' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairWidth) == 0x000004, "Member 'FHairGroupDesc::HairWidth' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairWidth_Override) == 0x000008, "Member 'FHairGroupDesc::HairWidth_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRootScale) == 0x00000C, "Member 'FHairGroupDesc::HairRootScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRootScale_Override) == 0x000010, "Member 'FHairGroupDesc::HairRootScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairTipScale) == 0x000014, "Member 'FHairGroupDesc::HairTipScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairTipScale_Override) == 0x000018, "Member 'FHairGroupDesc::HairTipScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairShadowDensity) == 0x00001C, "Member 'FHairGroupDesc::HairShadowDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairShadowDensity_Override) == 0x000020, "Member 'FHairGroupDesc::HairShadowDensity_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale) == 0x000024, "Member 'FHairGroupDesc::HairRaytracingRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale_Override) == 0x000028, "Member 'FHairGroupDesc::HairRaytracingRadiusScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry) == 0x000029, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry_Override) == 0x00002A, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, LODBias) == 0x00002C, "Member 'FHairGroupDesc::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseStableRasterization) == 0x000030, "Member 'FHairGroupDesc::bUseStableRasterization' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseStableRasterization_Override) == 0x000031, "Member 'FHairGroupDesc::bUseStableRasterization_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting) == 0x000032, "Member 'FHairGroupDesc::bScatterSceneLighting' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting_Override) == 0x000033, "Member 'FHairGroupDesc::bScatterSceneLighting_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bSupportVoxelization) == 0x000034, "Member 'FHairGroupDesc::bSupportVoxelization' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bSupportVoxelization_Override) == 0x000035, "Member 'FHairGroupDesc::bSupportVoxelization_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairLengthScale) == 0x000038, "Member 'FHairGroupDesc::HairLengthScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairLengthScale_Override) == 0x00003C, "Member 'FHairGroupDesc::HairLengthScale_Override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupLODInfo \ +static_assert(alignof(FHairGroupLODInfo) == 0x000004, "Wrong alignment on FHairGroupLODInfo"); \ +static_assert(sizeof(FHairGroupLODInfo) == 0x000008, "Wrong size on FHairGroupLODInfo"); \ +static_assert(offsetof(FHairGroupLODInfo, NumPoints) == 0x000000, "Member 'FHairGroupLODInfo::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupLODInfo, NumCurves) == 0x000004, "Member 'FHairGroupLODInfo::NumCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupInfo \ +static_assert(alignof(FHairGroupInfo) == 0x000008, "Wrong alignment on FHairGroupInfo"); \ +static_assert(sizeof(FHairGroupInfo) == 0x000038, "Wrong size on FHairGroupInfo"); \ +static_assert(offsetof(FHairGroupInfo, GroupID) == 0x000000, "Member 'FHairGroupInfo::GroupID' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, GroupName) == 0x000004, "Member 'FHairGroupInfo::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumCurves) == 0x00000C, "Member 'FHairGroupInfo::NumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumGuides) == 0x000010, "Member 'FHairGroupInfo::NumGuides' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumCurveVertices) == 0x000014, "Member 'FHairGroupInfo::NumCurveVertices' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumGuideVertices) == 0x000018, "Member 'FHairGroupInfo::NumGuideVertices' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, MaxCurveLength) == 0x00001C, "Member 'FHairGroupInfo::MaxCurveLength' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, Flags) == 0x000020, "Member 'FHairGroupInfo::Flags' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, LODInfos) == 0x000028, "Member 'FHairGroupInfo::LODInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsMaterial \ +static_assert(alignof(FHairGroupsMaterial) == 0x000008, "Wrong alignment on FHairGroupsMaterial"); \ +static_assert(sizeof(FHairGroupsMaterial) == 0x000010, "Wrong size on FHairGroupsMaterial"); \ +static_assert(offsetof(FHairGroupsMaterial, Material) == 0x000000, "Member 'FHairGroupsMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMaterial, SlotName) == 0x000008, "Member 'FHairGroupsMaterial::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupInfoWithVisibility \ +static_assert(alignof(FHairGroupInfoWithVisibility) == 0x000008, "Wrong alignment on FHairGroupInfoWithVisibility"); \ +static_assert(sizeof(FHairGroupInfoWithVisibility) == 0x000040, "Wrong size on FHairGroupInfoWithVisibility"); \ +static_assert(offsetof(FHairGroupInfoWithVisibility, bIsVisible) == 0x000038, "Member 'FHairGroupInfoWithVisibility::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupCardsInfo \ +static_assert(alignof(FHairGroupCardsInfo) == 0x000004, "Wrong alignment on FHairGroupCardsInfo"); \ +static_assert(sizeof(FHairGroupCardsInfo) == 0x000008, "Wrong size on FHairGroupCardsInfo"); \ +static_assert(offsetof(FHairGroupCardsInfo, NumCards) == 0x000000, "Member 'FHairGroupCardsInfo::NumCards' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsInfo, NumCardVertices) == 0x000004, "Member 'FHairGroupCardsInfo::NumCardVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupCardsTextures \ +static_assert(alignof(FHairGroupCardsTextures) == 0x000008, "Wrong alignment on FHairGroupCardsTextures"); \ +static_assert(sizeof(FHairGroupCardsTextures) == 0x000050, "Wrong size on FHairGroupCardsTextures"); \ +static_assert(offsetof(FHairGroupCardsTextures, Layout) == 0x000000, "Member 'FHairGroupCardsTextures::Layout' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, Textures) == 0x000008, "Member 'FHairGroupCardsTextures::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, DepthTexture) == 0x000018, "Member 'FHairGroupCardsTextures::DepthTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, CoverageTexture) == 0x000020, "Member 'FHairGroupCardsTextures::CoverageTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, TangentTexture) == 0x000028, "Member 'FHairGroupCardsTextures::TangentTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AttributeTexture) == 0x000030, "Member 'FHairGroupCardsTextures::AttributeTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AuxilaryDataTexture) == 0x000038, "Member 'FHairGroupCardsTextures::AuxilaryDataTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, MaterialTexture) == 0x000040, "Member 'FHairGroupCardsTextures::MaterialTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsCardsSourceDescription \ +static_assert(alignof(FHairGroupsCardsSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsCardsSourceDescription"); \ +static_assert(sizeof(FHairGroupsCardsSourceDescription) == 0x0000A0, "Wrong size on FHairGroupsCardsSourceDescription"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, Material) == 0x000000, "Member 'FHairGroupsCardsSourceDescription::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsCardsSourceDescription::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, SourceType) == 0x000010, "Member 'FHairGroupsCardsSourceDescription::SourceType' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralMesh) == 0x000018, "Member 'FHairGroupsCardsSourceDescription::ProceduralMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, bInvertUV) == 0x000020, "Member 'FHairGroupsCardsSourceDescription::bInvertUV' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, GuideType) == 0x000021, "Member 'FHairGroupsCardsSourceDescription::GuideType' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMesh) == 0x000028, "Member 'FHairGroupsCardsSourceDescription::ImportedMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, Textures) == 0x000030, "Member 'FHairGroupsCardsSourceDescription::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, GroupIndex) == 0x000080, "Member 'FHairGroupsCardsSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, LODIndex) == 0x000084, "Member 'FHairGroupsCardsSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, CardsInfo) == 0x000088, "Member 'FHairGroupsCardsSourceDescription::CardsInfo' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMeshKey) == 0x000090, "Member 'FHairGroupsCardsSourceDescription::ImportedMeshKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairLODSettings \ +static_assert(alignof(FHairLODSettings) == 0x000004, "Wrong alignment on FHairLODSettings"); \ +static_assert(sizeof(FHairLODSettings) == 0x00001C, "Wrong size on FHairLODSettings"); \ +static_assert(offsetof(FHairLODSettings, CurveDecimation) == 0x000000, "Member 'FHairLODSettings::CurveDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, VertexDecimation) == 0x000004, "Member 'FHairLODSettings::VertexDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, AngularThreshold) == 0x000008, "Member 'FHairLODSettings::AngularThreshold' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, ScreenSize) == 0x00000C, "Member 'FHairLODSettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, ThicknessScale) == 0x000010, "Member 'FHairLODSettings::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, bVisible) == 0x000014, "Member 'FHairLODSettings::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, GeometryType) == 0x000015, "Member 'FHairLODSettings::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, BindingType) == 0x000016, "Member 'FHairLODSettings::BindingType' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, Simulation) == 0x000017, "Member 'FHairLODSettings::Simulation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, GlobalInterpolation) == 0x000018, "Member 'FHairLODSettings::GlobalInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairDecimationSettings \ +static_assert(alignof(FHairDecimationSettings) == 0x000004, "Wrong alignment on FHairDecimationSettings"); \ +static_assert(sizeof(FHairDecimationSettings) == 0x000008, "Wrong size on FHairDecimationSettings"); \ +static_assert(offsetof(FHairDecimationSettings, CurveDecimation) == 0x000000, "Member 'FHairDecimationSettings::CurveDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairDecimationSettings, VertexDecimation) == 0x000004, "Member 'FHairDecimationSettings::VertexDecimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairInterpolationSettings \ +static_assert(alignof(FHairInterpolationSettings) == 0x000004, "Wrong alignment on FHairInterpolationSettings"); \ +static_assert(sizeof(FHairInterpolationSettings) == 0x000014, "Wrong size on FHairInterpolationSettings"); \ +static_assert(offsetof(FHairInterpolationSettings, GuideType) == 0x000000, "Member 'FHairInterpolationSettings::GuideType' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bOverrideGuides) == 0x000001, "Member 'FHairInterpolationSettings::bOverrideGuides' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, HairToGuideDensity) == 0x000004, "Member 'FHairInterpolationSettings::HairToGuideDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, RiggedGuideNumCurves) == 0x000008, "Member 'FHairInterpolationSettings::RiggedGuideNumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, RiggedGuideNumPoints) == 0x00000C, "Member 'FHairInterpolationSettings::RiggedGuideNumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationQuality) == 0x000010, "Member 'FHairInterpolationSettings::InterpolationQuality' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationDistance) == 0x000011, "Member 'FHairInterpolationSettings::InterpolationDistance' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bRandomizeGuide) == 0x000012, "Member 'FHairInterpolationSettings::bRandomizeGuide' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bUseUniqueGuide) == 0x000013, "Member 'FHairInterpolationSettings::bUseUniqueGuide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairDeformationSettings \ +static_assert(alignof(FHairDeformationSettings) == 0x000004, "Wrong alignment on FHairDeformationSettings"); \ +static_assert(sizeof(FHairDeformationSettings) == 0x00000C, "Wrong size on FHairDeformationSettings"); \ +static_assert(offsetof(FHairDeformationSettings, bEnableRigging) == 0x000000, "Member 'FHairDeformationSettings::bEnableRigging' has a wrong offset!"); \ +static_assert(offsetof(FHairDeformationSettings, NumCurves) == 0x000004, "Member 'FHairDeformationSettings::NumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairDeformationSettings, NumPoints) == 0x000008, "Member 'FHairDeformationSettings::NumPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsInterpolation \ +static_assert(alignof(FHairGroupsInterpolation) == 0x000004, "Wrong alignment on FHairGroupsInterpolation"); \ +static_assert(sizeof(FHairGroupsInterpolation) == 0x000028, "Wrong size on FHairGroupsInterpolation"); \ +static_assert(offsetof(FHairGroupsInterpolation, DecimationSettings) == 0x000000, "Member 'FHairGroupsInterpolation::DecimationSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsInterpolation, InterpolationSettings) == 0x000008, "Member 'FHairGroupsInterpolation::InterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsInterpolation, RiggingSettings) == 0x00001C, "Member 'FHairGroupsInterpolation::RiggingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsLOD \ +static_assert(alignof(FHairGroupsLOD) == 0x000008, "Wrong alignment on FHairGroupsLOD"); \ +static_assert(sizeof(FHairGroupsLOD) == 0x000010, "Wrong size on FHairGroupsLOD"); \ +static_assert(offsetof(FHairGroupsLOD, LODs) == 0x000000, "Member 'FHairGroupsLOD::LODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsMeshesSourceDescription \ +static_assert(alignof(FHairGroupsMeshesSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsMeshesSourceDescription"); \ +static_assert(sizeof(FHairGroupsMeshesSourceDescription) == 0x000080, "Wrong size on FHairGroupsMeshesSourceDescription"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, Material) == 0x000000, "Member 'FHairGroupsMeshesSourceDescription::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsMeshesSourceDescription::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMesh) == 0x000010, "Member 'FHairGroupsMeshesSourceDescription::ImportedMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, Textures) == 0x000018, "Member 'FHairGroupsMeshesSourceDescription::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, GroupIndex) == 0x000068, "Member 'FHairGroupsMeshesSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, LODIndex) == 0x00006C, "Member 'FHairGroupsMeshesSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMeshKey) == 0x000070, "Member 'FHairGroupsMeshesSourceDescription::ImportedMeshKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSolverSettings \ +static_assert(alignof(FHairSolverSettings) == 0x000008, "Wrong alignment on FHairSolverSettings"); \ +static_assert(sizeof(FHairSolverSettings) == 0x000040, "Wrong size on FHairSolverSettings"); \ +static_assert(offsetof(FHairSolverSettings, EnableSimulation) == 0x000000, "Member 'FHairSolverSettings::EnableSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, NiagaraSolver) == 0x000001, "Member 'FHairSolverSettings::NiagaraSolver' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, CustomSystem) == 0x000008, "Member 'FHairSolverSettings::CustomSystem' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, GravityPreloading) == 0x000030, "Member 'FHairSolverSettings::GravityPreloading' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, SubSteps) == 0x000034, "Member 'FHairSolverSettings::SubSteps' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, IterationCount) == 0x000038, "Member 'FHairSolverSettings::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, bForceVisible) == 0x00003C, "Member 'FHairSolverSettings::bForceVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairExternalForces \ +static_assert(alignof(FHairExternalForces) == 0x000008, "Wrong alignment on FHairExternalForces"); \ +static_assert(sizeof(FHairExternalForces) == 0x000038, "Wrong size on FHairExternalForces"); \ +static_assert(offsetof(FHairExternalForces, GravityVector) == 0x000000, "Member 'FHairExternalForces::GravityVector' has a wrong offset!"); \ +static_assert(offsetof(FHairExternalForces, AirDrag) == 0x000018, "Member 'FHairExternalForces::AirDrag' has a wrong offset!"); \ +static_assert(offsetof(FHairExternalForces, AirVelocity) == 0x000020, "Member 'FHairExternalForces::AirVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairBendConstraint \ +static_assert(alignof(FHairBendConstraint) == 0x000008, "Wrong alignment on FHairBendConstraint"); \ +static_assert(sizeof(FHairBendConstraint) == 0x000098, "Wrong size on FHairBendConstraint"); \ +static_assert(offsetof(FHairBendConstraint, SolveBend) == 0x000000, "Member 'FHairBendConstraint::SolveBend' has a wrong offset!"); \ +static_assert(offsetof(FHairBendConstraint, ProjectBend) == 0x000001, "Member 'FHairBendConstraint::ProjectBend' has a wrong offset!"); \ +static_assert(offsetof(FHairBendConstraint, BendDamping) == 0x000004, "Member 'FHairBendConstraint::BendDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairBendConstraint, BendStiffness) == 0x000008, "Member 'FHairBendConstraint::BendStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairBendConstraint, BendScale) == 0x000010, "Member 'FHairBendConstraint::BendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairStretchConstraint \ +static_assert(alignof(FHairStretchConstraint) == 0x000008, "Wrong alignment on FHairStretchConstraint"); \ +static_assert(sizeof(FHairStretchConstraint) == 0x000098, "Wrong size on FHairStretchConstraint"); \ +static_assert(offsetof(FHairStretchConstraint, SolveStretch) == 0x000000, "Member 'FHairStretchConstraint::SolveStretch' has a wrong offset!"); \ +static_assert(offsetof(FHairStretchConstraint, ProjectStretch) == 0x000001, "Member 'FHairStretchConstraint::ProjectStretch' has a wrong offset!"); \ +static_assert(offsetof(FHairStretchConstraint, StretchDamping) == 0x000004, "Member 'FHairStretchConstraint::StretchDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairStretchConstraint, StretchStiffness) == 0x000008, "Member 'FHairStretchConstraint::StretchStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairStretchConstraint, StretchScale) == 0x000010, "Member 'FHairStretchConstraint::StretchScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairCollisionConstraint \ +static_assert(alignof(FHairCollisionConstraint) == 0x000008, "Wrong alignment on FHairCollisionConstraint"); \ +static_assert(sizeof(FHairCollisionConstraint) == 0x0000A8, "Wrong size on FHairCollisionConstraint"); \ +static_assert(offsetof(FHairCollisionConstraint, SolveCollision) == 0x000000, "Member 'FHairCollisionConstraint::SolveCollision' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, ProjectCollision) == 0x000001, "Member 'FHairCollisionConstraint::ProjectCollision' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, StaticFriction) == 0x000004, "Member 'FHairCollisionConstraint::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, KineticFriction) == 0x000008, "Member 'FHairCollisionConstraint::KineticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, StrandsViscosity) == 0x00000C, "Member 'FHairCollisionConstraint::StrandsViscosity' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, GridDimension) == 0x000010, "Member 'FHairCollisionConstraint::GridDimension' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, CollisionRadius) == 0x00001C, "Member 'FHairCollisionConstraint::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FHairCollisionConstraint, RadiusScale) == 0x000020, "Member 'FHairCollisionConstraint::RadiusScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairMaterialConstraints \ +static_assert(alignof(FHairMaterialConstraints) == 0x000008, "Wrong alignment on FHairMaterialConstraints"); \ +static_assert(sizeof(FHairMaterialConstraints) == 0x0001D8, "Wrong size on FHairMaterialConstraints"); \ +static_assert(offsetof(FHairMaterialConstraints, BendConstraint) == 0x000000, "Member 'FHairMaterialConstraints::BendConstraint' has a wrong offset!"); \ +static_assert(offsetof(FHairMaterialConstraints, StretchConstraint) == 0x000098, "Member 'FHairMaterialConstraints::StretchConstraint' has a wrong offset!"); \ +static_assert(offsetof(FHairMaterialConstraints, CollisionConstraint) == 0x000130, "Member 'FHairMaterialConstraints::CollisionConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairStrandsParameters \ +static_assert(alignof(FHairStrandsParameters) == 0x000008, "Wrong alignment on FHairStrandsParameters"); \ +static_assert(sizeof(FHairStrandsParameters) == 0x000098, "Wrong size on FHairStrandsParameters"); \ +static_assert(offsetof(FHairStrandsParameters, StrandsSize) == 0x000000, "Member 'FHairStrandsParameters::StrandsSize' has a wrong offset!"); \ +static_assert(offsetof(FHairStrandsParameters, StrandsDensity) == 0x000004, "Member 'FHairStrandsParameters::StrandsDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairStrandsParameters, StrandsSmoothing) == 0x000008, "Member 'FHairStrandsParameters::StrandsSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FHairStrandsParameters, StrandsThickness) == 0x00000C, "Member 'FHairStrandsParameters::StrandsThickness' has a wrong offset!"); \ +static_assert(offsetof(FHairStrandsParameters, ThicknessScale) == 0x000010, "Member 'FHairStrandsParameters::ThicknessScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsPhysics \ +static_assert(alignof(FHairGroupsPhysics) == 0x000008, "Wrong alignment on FHairGroupsPhysics"); \ +static_assert(sizeof(FHairGroupsPhysics) == 0x0002E8, "Wrong size on FHairGroupsPhysics"); \ +static_assert(offsetof(FHairGroupsPhysics, SolverSettings) == 0x000000, "Member 'FHairGroupsPhysics::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, ExternalForces) == 0x000040, "Member 'FHairGroupsPhysics::ExternalForces' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, MaterialConstraints) == 0x000078, "Member 'FHairGroupsPhysics::MaterialConstraints' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, StrandsParameters) == 0x000250, "Member 'FHairGroupsPhysics::StrandsParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSolver \ +static_assert(alignof(FHairSimulationSolver) == 0x000001, "Wrong alignment on FHairSimulationSolver"); \ +static_assert(sizeof(FHairSimulationSolver) == 0x000001, "Wrong size on FHairSimulationSolver"); \ +static_assert(offsetof(FHairSimulationSolver, bEnableSimulation) == 0x000000, "Member 'FHairSimulationSolver::bEnableSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationForces \ +static_assert(alignof(FHairSimulationForces) == 0x000008, "Wrong alignment on FHairSimulationForces"); \ +static_assert(sizeof(FHairSimulationForces) == 0x000038, "Wrong size on FHairSimulationForces"); \ +static_assert(offsetof(FHairSimulationForces, GravityVector) == 0x000000, "Member 'FHairSimulationForces::GravityVector' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationForces, AirDrag) == 0x000018, "Member 'FHairSimulationForces::AirDrag' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationForces, AirVelocity) == 0x000020, "Member 'FHairSimulationForces::AirVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationConstraints \ +static_assert(alignof(FHairSimulationConstraints) == 0x000004, "Wrong alignment on FHairSimulationConstraints"); \ +static_assert(sizeof(FHairSimulationConstraints) == 0x000020, "Wrong size on FHairSimulationConstraints"); \ +static_assert(offsetof(FHairSimulationConstraints, BendDamping) == 0x000000, "Member 'FHairSimulationConstraints::BendDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, BendStiffness) == 0x000004, "Member 'FHairSimulationConstraints::BendStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StretchDamping) == 0x000008, "Member 'FHairSimulationConstraints::StretchDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StretchStiffness) == 0x00000C, "Member 'FHairSimulationConstraints::StretchStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StaticFriction) == 0x000010, "Member 'FHairSimulationConstraints::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, KineticFriction) == 0x000014, "Member 'FHairSimulationConstraints::KineticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StrandsViscosity) == 0x000018, "Member 'FHairSimulationConstraints::StrandsViscosity' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, CollisionRadius) == 0x00001C, "Member 'FHairSimulationConstraints::CollisionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSetup \ +static_assert(alignof(FHairSimulationSetup) == 0x000008, "Wrong alignment on FHairSimulationSetup"); \ +static_assert(sizeof(FHairSimulationSetup) == 0x000028, "Wrong size on FHairSimulationSetup"); \ +static_assert(offsetof(FHairSimulationSetup, bResetSimulation) == 0x000000, "Member 'FHairSimulationSetup::bResetSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, bDebugSimulation) == 0x000001, "Member 'FHairSimulationSetup::bDebugSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, bLocalSimulation) == 0x000002, "Member 'FHairSimulationSetup::bLocalSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, LinearVelocityScale) == 0x000004, "Member 'FHairSimulationSetup::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, AngularVelocityScale) == 0x000008, "Member 'FHairSimulationSetup::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, LocalBone) == 0x000010, "Member 'FHairSimulationSetup::LocalBone' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, TeleportDistance) == 0x000020, "Member 'FHairSimulationSetup::TeleportDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSettings \ +static_assert(alignof(FHairSimulationSettings) == 0x000008, "Wrong alignment on FHairSimulationSettings"); \ +static_assert(sizeof(FHairSimulationSettings) == 0x000090, "Wrong size on FHairSimulationSettings"); \ +static_assert(offsetof(FHairSimulationSettings, bOverrideSettings) == 0x000000, "Member 'FHairSimulationSettings::bOverrideSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, SimulationSetup) == 0x000008, "Member 'FHairSimulationSettings::SimulationSetup' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, SolverSettings) == 0x000030, "Member 'FHairSimulationSettings::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, ExternalForces) == 0x000038, "Member 'FHairSimulationSettings::ExternalForces' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, MaterialConstraints) == 0x000070, "Member 'FHairSimulationSettings::MaterialConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGeometrySettings \ +static_assert(alignof(FHairGeometrySettings) == 0x000004, "Wrong alignment on FHairGeometrySettings"); \ +static_assert(sizeof(FHairGeometrySettings) == 0x000010, "Wrong size on FHairGeometrySettings"); \ +static_assert(offsetof(FHairGeometrySettings, HairWidth) == 0x000000, "Member 'FHairGeometrySettings::HairWidth' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairWidth_Override) == 0x000004, "Member 'FHairGeometrySettings::HairWidth_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairRootScale) == 0x000008, "Member 'FHairGeometrySettings::HairRootScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairTipScale) == 0x00000C, "Member 'FHairGeometrySettings::HairTipScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairShadowSettings \ +static_assert(alignof(FHairShadowSettings) == 0x000004, "Wrong alignment on FHairShadowSettings"); \ +static_assert(sizeof(FHairShadowSettings) == 0x00000C, "Wrong size on FHairShadowSettings"); \ +static_assert(offsetof(FHairShadowSettings, HairShadowDensity) == 0x000000, "Member 'FHairShadowSettings::HairShadowDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, HairRaytracingRadiusScale) == 0x000004, "Member 'FHairShadowSettings::HairRaytracingRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, bUseHairRaytracingGeometry) == 0x000008, "Member 'FHairShadowSettings::bUseHairRaytracingGeometry' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, bVoxelize) == 0x000009, "Member 'FHairShadowSettings::bVoxelize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairAdvancedRenderingSettings \ +static_assert(alignof(FHairAdvancedRenderingSettings) == 0x000001, "Wrong alignment on FHairAdvancedRenderingSettings"); \ +static_assert(sizeof(FHairAdvancedRenderingSettings) == 0x000002, "Wrong size on FHairAdvancedRenderingSettings"); \ +static_assert(offsetof(FHairAdvancedRenderingSettings, bUseStableRasterization) == 0x000000, "Member 'FHairAdvancedRenderingSettings::bUseStableRasterization' has a wrong offset!"); \ +static_assert(offsetof(FHairAdvancedRenderingSettings, bScatterSceneLighting) == 0x000001, "Member 'FHairAdvancedRenderingSettings::bScatterSceneLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsRendering \ +static_assert(alignof(FHairGroupsRendering) == 0x000008, "Wrong alignment on FHairGroupsRendering"); \ +static_assert(sizeof(FHairGroupsRendering) == 0x000030, "Wrong size on FHairGroupsRendering"); \ +static_assert(offsetof(FHairGroupsRendering, MaterialSlotName) == 0x000000, "Member 'FHairGroupsRendering::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, Material) == 0x000008, "Member 'FHairGroupsRendering::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, GeometrySettings) == 0x000010, "Member 'FHairGroupsRendering::GeometrySettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, ShadowSettings) == 0x000020, "Member 'FHairGroupsRendering::ShadowSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, AdvancedSettings) == 0x00002C, "Member 'FHairGroupsRendering::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGoomBindingGroupInfo \ +static_assert(alignof(FGoomBindingGroupInfo) == 0x000004, "Wrong alignment on FGoomBindingGroupInfo"); \ +static_assert(sizeof(FGoomBindingGroupInfo) == 0x000010, "Wrong size on FGoomBindingGroupInfo"); \ +static_assert(offsetof(FGoomBindingGroupInfo, RenRootCount) == 0x000000, "Member 'FGoomBindingGroupInfo::RenRootCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, RenLODCount) == 0x000004, "Member 'FGoomBindingGroupInfo::RenLODCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, SimRootCount) == 0x000008, "Member 'FGoomBindingGroupInfo::SimRootCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, SimLODCount) == 0x00000C, "Member 'FGoomBindingGroupInfo::SimLODCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomAnimationInfo \ +static_assert(alignof(FGroomAnimationInfo) == 0x000004, "Wrong alignment on FGroomAnimationInfo"); \ +static_assert(sizeof(FGroomAnimationInfo) == 0x000020, "Wrong size on FGroomAnimationInfo"); \ +static_assert(offsetof(FGroomAnimationInfo, NumFrames) == 0x000000, "Member 'FGroomAnimationInfo::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, SecondsPerFrame) == 0x000004, "Member 'FGroomAnimationInfo::SecondsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, Duration) == 0x000008, "Member 'FGroomAnimationInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, StartTime) == 0x00000C, "Member 'FGroomAnimationInfo::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, EndTime) == 0x000010, "Member 'FGroomAnimationInfo::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, StartFrame) == 0x000014, "Member 'FGroomAnimationInfo::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, EndFrame) == 0x000018, "Member 'FGroomAnimationInfo::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, Attributes) == 0x00001C, "Member 'FGroomAnimationInfo::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomCacheInfo \ +static_assert(alignof(FGroomCacheInfo) == 0x000004, "Wrong alignment on FGroomCacheInfo"); \ +static_assert(sizeof(FGroomCacheInfo) == 0x000028, "Wrong size on FGroomCacheInfo"); \ +static_assert(offsetof(FGroomCacheInfo, Version) == 0x000000, "Member 'FGroomCacheInfo::Version' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheInfo, Type) == 0x000004, "Member 'FGroomCacheInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheInfo, AnimationInfo) == 0x000008, "Member 'FGroomCacheInfo::AnimationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollicleMaskOptions \ +static_assert(alignof(FFollicleMaskOptions) == 0x000008, "Wrong alignment on FFollicleMaskOptions"); \ +static_assert(sizeof(FFollicleMaskOptions) == 0x000010, "Wrong size on FFollicleMaskOptions"); \ +static_assert(offsetof(FFollicleMaskOptions, Groom) == 0x000000, "Member 'FFollicleMaskOptions::Groom' has a wrong offset!"); \ +static_assert(offsetof(FFollicleMaskOptions, Channel) == 0x000008, "Member 'FFollicleMaskOptions::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomHairGroupPreview \ +static_assert(alignof(FGroomHairGroupPreview) == 0x000004, "Wrong alignment on FGroomHairGroupPreview"); \ +static_assert(sizeof(FGroomHairGroupPreview) == 0x000048, "Wrong size on FGroomHairGroupPreview"); \ +static_assert(offsetof(FGroomHairGroupPreview, GroupName) == 0x000000, "Member 'FGroomHairGroupPreview::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, GroupID) == 0x000008, "Member 'FGroomHairGroupPreview::GroupID' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, CurveCount) == 0x00000C, "Member 'FGroomHairGroupPreview::CurveCount' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, GuideCount) == 0x000010, "Member 'FGroomHairGroupPreview::GuideCount' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, Attributes) == 0x000014, "Member 'FGroomHairGroupPreview::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, AttributeFlags) == 0x000018, "Member 'FGroomHairGroupPreview::AttributeFlags' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, Flags) == 0x00001C, "Member 'FGroomHairGroupPreview::Flags' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, InterpolationSettings) == 0x000020, "Member 'FGroomHairGroupPreview::InterpolationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomBuildSettings \ +static_assert(alignof(FGroomBuildSettings) == 0x000004, "Wrong alignment on FGroomBuildSettings"); \ +static_assert(sizeof(FGroomBuildSettings) == 0x00000C, "Wrong size on FGroomBuildSettings"); \ +static_assert(offsetof(FGroomBuildSettings, bOverrideGuides) == 0x000000, "Member 'FGroomBuildSettings::bOverrideGuides' has a wrong offset!"); \ +static_assert(offsetof(FGroomBuildSettings, HairToGuideDensity) == 0x000004, "Member 'FGroomBuildSettings::HairToGuideDensity' has a wrong offset!"); \ +static_assert(offsetof(FGroomBuildSettings, InterpolationQuality) == 0x000008, "Member 'FGroomBuildSettings::InterpolationQuality' has a wrong offset!"); \ +static_assert(offsetof(FGroomBuildSettings, InterpolationDistance) == 0x000009, "Member 'FGroomBuildSettings::InterpolationDistance' has a wrong offset!"); \ +static_assert(offsetof(FGroomBuildSettings, bRandomizeGuide) == 0x00000A, "Member 'FGroomBuildSettings::bRandomizeGuide' has a wrong offset!"); \ +static_assert(offsetof(FGroomBuildSettings, bUseUniqueGuide) == 0x00000B, "Member 'FGroomBuildSettings::bUseUniqueGuide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGroomCacheParams \ +static_assert(alignof(FMovieSceneGroomCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheParams"); \ +static_assert(sizeof(FMovieSceneGroomCacheParams) == 0x000020, "Wrong size on FMovieSceneGroomCacheParams"); \ +static_assert(offsetof(FMovieSceneGroomCacheParams, GroomCache) == 0x000000, "Member 'FMovieSceneGroomCacheParams::GroomCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGroomCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGroomCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGroomCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGroomCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGroomCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGroomCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGroomCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGroomCacheParams::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000028, "Wrong size on FMovieSceneGroomCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionStartTime) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionEndTime) == 0x000024, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGroomCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGroomCacheSectionTemplate) == 0x000048, "Wrong size on FMovieSceneGroomCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGroomCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCacheImportOptions \ +static_assert(alignof(UGroomCacheImportOptions) == 0x000008, "Wrong alignment on UGroomCacheImportOptions"); \ +static_assert(sizeof(UGroomCacheImportOptions) == 0x000090, "Wrong size on UGroomCacheImportOptions"); \ +static_assert(offsetof(UGroomCacheImportOptions, ImportSettings) == 0x000028, "Member 'UGroomCacheImportOptions::ImportSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCacheImportData \ +static_assert(alignof(UGroomCacheImportData) == 0x000008, "Wrong alignment on UGroomCacheImportData"); \ +static_assert(sizeof(UGroomCacheImportData) == 0x000090, "Wrong size on UGroomCacheImportData"); \ +static_assert(offsetof(UGroomCacheImportData, Settings) == 0x000028, "Member 'UGroomCacheImportData::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGroomActor \ +static_assert(alignof(AGroomActor) == 0x000008, "Wrong alignment on AGroomActor"); \ +static_assert(sizeof(AGroomActor) == 0x000298, "Wrong size on AGroomActor"); \ +static_assert(offsetof(AGroomActor, GroomComponent) == 0x000290, "Member 'AGroomActor::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetDeformedGroupSections \ +static_assert(alignof(GroomAsset_GetDeformedGroupSections) == 0x000008, "Wrong alignment on GroomAsset_GetDeformedGroupSections"); \ +static_assert(sizeof(GroomAsset_GetDeformedGroupSections) == 0x000010, "Wrong size on GroomAsset_GetDeformedGroupSections"); \ +static_assert(offsetof(GroomAsset_GetDeformedGroupSections, ReturnValue) == 0x000000, "Member 'GroomAsset_GetDeformedGroupSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsCards \ +static_assert(alignof(GroomAsset_GetHairGroupsCards) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsCards"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsCards) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsCards"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsCards, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsInterpolation \ +static_assert(alignof(GroomAsset_GetHairGroupsInterpolation) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsInterpolation"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsInterpolation) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsInterpolation"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsInterpolation, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsInterpolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsLOD \ +static_assert(alignof(GroomAsset_GetHairGroupsLOD) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsLOD"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsLOD) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsLOD"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsLOD, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsMaterials \ +static_assert(alignof(GroomAsset_GetHairGroupsMaterials) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsMaterials"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsMaterials) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsMaterials"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsMaterials, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsMeshes \ +static_assert(alignof(GroomAsset_GetHairGroupsMeshes) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsMeshes"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsMeshes) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsMeshes"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsMeshes, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsPhysics \ +static_assert(alignof(GroomAsset_GetHairGroupsPhysics) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsPhysics"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsPhysics) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsPhysics"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsPhysics, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsRendering \ +static_assert(alignof(GroomAsset_GetHairGroupsRendering) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsRendering"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsRendering) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsRendering"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsRendering, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetDeformedGroupSections \ +static_assert(alignof(GroomAsset_SetDeformedGroupSections) == 0x000008, "Wrong alignment on GroomAsset_SetDeformedGroupSections"); \ +static_assert(sizeof(GroomAsset_SetDeformedGroupSections) == 0x000010, "Wrong size on GroomAsset_SetDeformedGroupSections"); \ +static_assert(offsetof(GroomAsset_SetDeformedGroupSections, In) == 0x000000, "Member 'GroomAsset_SetDeformedGroupSections::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetEnableGlobalInterpolation \ +static_assert(alignof(GroomAsset_SetEnableGlobalInterpolation) == 0x000001, "Wrong alignment on GroomAsset_SetEnableGlobalInterpolation"); \ +static_assert(sizeof(GroomAsset_SetEnableGlobalInterpolation) == 0x000001, "Wrong size on GroomAsset_SetEnableGlobalInterpolation"); \ +static_assert(offsetof(GroomAsset_SetEnableGlobalInterpolation, In) == 0x000000, "Member 'GroomAsset_SetEnableGlobalInterpolation::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetEnableSimulationCache \ +static_assert(alignof(GroomAsset_SetEnableSimulationCache) == 0x000001, "Wrong alignment on GroomAsset_SetEnableSimulationCache"); \ +static_assert(sizeof(GroomAsset_SetEnableSimulationCache) == 0x000001, "Wrong size on GroomAsset_SetEnableSimulationCache"); \ +static_assert(offsetof(GroomAsset_SetEnableSimulationCache, In) == 0x000000, "Member 'GroomAsset_SetEnableSimulationCache::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsCards \ +static_assert(alignof(GroomAsset_SetHairGroupsCards) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsCards"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsCards) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsCards"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsCards, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsCards::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsInterpolation \ +static_assert(alignof(GroomAsset_SetHairGroupsInterpolation) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsInterpolation"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsInterpolation) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsInterpolation"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsInterpolation, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsInterpolation::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsLOD \ +static_assert(alignof(GroomAsset_SetHairGroupsLOD) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsLOD"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsLOD) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsLOD"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsLOD, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsLOD::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsMaterials \ +static_assert(alignof(GroomAsset_SetHairGroupsMaterials) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsMaterials"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsMaterials) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsMaterials"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsMaterials, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsMaterials::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsMeshes \ +static_assert(alignof(GroomAsset_SetHairGroupsMeshes) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsMeshes"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsMeshes) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsMeshes"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsMeshes, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsMeshes::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsPhysics \ +static_assert(alignof(GroomAsset_SetHairGroupsPhysics) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsPhysics"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsPhysics) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsPhysics"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsPhysics, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsPhysics::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsRendering \ +static_assert(alignof(GroomAsset_SetHairGroupsRendering) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsRendering"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsRendering) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsRendering"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsRendering, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsRendering::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairInterpolationType \ +static_assert(alignof(GroomAsset_SetHairInterpolationType) == 0x000001, "Wrong alignment on GroomAsset_SetHairInterpolationType"); \ +static_assert(sizeof(GroomAsset_SetHairInterpolationType) == 0x000001, "Wrong size on GroomAsset_SetHairInterpolationType"); \ +static_assert(offsetof(GroomAsset_SetHairInterpolationType, In) == 0x000000, "Member 'GroomAsset_SetHairInterpolationType::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetRiggedSkeletalMesh \ +static_assert(alignof(GroomAsset_SetRiggedSkeletalMesh) == 0x000008, "Wrong alignment on GroomAsset_SetRiggedSkeletalMesh"); \ +static_assert(sizeof(GroomAsset_SetRiggedSkeletalMesh) == 0x000008, "Wrong size on GroomAsset_SetRiggedSkeletalMesh"); \ +static_assert(offsetof(GroomAsset_SetRiggedSkeletalMesh, In) == 0x000000, "Member 'GroomAsset_SetRiggedSkeletalMesh::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetEnableGlobalInterpolation \ +static_assert(alignof(GroomAsset_GetEnableGlobalInterpolation) == 0x000001, "Wrong alignment on GroomAsset_GetEnableGlobalInterpolation"); \ +static_assert(sizeof(GroomAsset_GetEnableGlobalInterpolation) == 0x000001, "Wrong size on GroomAsset_GetEnableGlobalInterpolation"); \ +static_assert(offsetof(GroomAsset_GetEnableGlobalInterpolation, ReturnValue) == 0x000000, "Member 'GroomAsset_GetEnableGlobalInterpolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetEnableSimulationCache \ +static_assert(alignof(GroomAsset_GetEnableSimulationCache) == 0x000001, "Wrong alignment on GroomAsset_GetEnableSimulationCache"); \ +static_assert(sizeof(GroomAsset_GetEnableSimulationCache) == 0x000001, "Wrong size on GroomAsset_GetEnableSimulationCache"); \ +static_assert(offsetof(GroomAsset_GetEnableSimulationCache, ReturnValue) == 0x000000, "Member 'GroomAsset_GetEnableSimulationCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairInterpolationType \ +static_assert(alignof(GroomAsset_GetHairInterpolationType) == 0x000001, "Wrong alignment on GroomAsset_GetHairInterpolationType"); \ +static_assert(sizeof(GroomAsset_GetHairInterpolationType) == 0x000001, "Wrong size on GroomAsset_GetHairInterpolationType"); \ +static_assert(offsetof(GroomAsset_GetHairInterpolationType, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairInterpolationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetRiggedSkeletalMesh \ +static_assert(alignof(GroomAsset_GetRiggedSkeletalMesh) == 0x000008, "Wrong alignment on GroomAsset_GetRiggedSkeletalMesh"); \ +static_assert(sizeof(GroomAsset_GetRiggedSkeletalMesh) == 0x000008, "Wrong size on GroomAsset_GetRiggedSkeletalMesh"); \ +static_assert(offsetof(GroomAsset_GetRiggedSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomAsset_GetRiggedSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomAsset \ +static_assert(alignof(UGroomAsset) == 0x000008, "Wrong alignment on UGroomAsset"); \ +static_assert(sizeof(UGroomAsset) == 0x000128, "Wrong size on UGroomAsset"); \ +static_assert(offsetof(UGroomAsset, LODMode) == 0x000030, "Member 'UGroomAsset::LODMode' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, AutoLODBias) == 0x000034, "Member 'UGroomAsset::AutoLODBias' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInfo) == 0x000038, "Member 'UGroomAsset::HairGroupsInfo' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsRendering) == 0x000048, "Member 'UGroomAsset::HairGroupsRendering' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsPhysics) == 0x000058, "Member 'UGroomAsset::HairGroupsPhysics' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInterpolation) == 0x000068, "Member 'UGroomAsset::HairGroupsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsLOD) == 0x000078, "Member 'UGroomAsset::HairGroupsLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsCards) == 0x000088, "Member 'UGroomAsset::HairGroupsCards' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMeshes) == 0x000098, "Member 'UGroomAsset::HairGroupsMeshes' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMaterials) == 0x0000A8, "Member 'UGroomAsset::HairGroupsMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EnableGlobalInterpolation) == 0x0000B8, "Member 'UGroomAsset::EnableGlobalInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EnableSimulationCache) == 0x0000B9, "Member 'UGroomAsset::EnableSimulationCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairInterpolationType) == 0x0000BA, "Member 'UGroomAsset::HairInterpolationType' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, RiggedSkeletalMesh) == 0x0000C0, "Member 'UGroomAsset::RiggedSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DeformedGroupSections) == 0x0000C8, "Member 'UGroomAsset::DeformedGroupSections' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, MinLOD) == 0x0000D8, "Member 'UGroomAsset::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DisableBelowMinLodStripping) == 0x0000DC, "Member 'UGroomAsset::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EffectiveLODBias) == 0x0000E0, "Member 'UGroomAsset::EffectiveLODBias' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, AssetUserData) == 0x000110, "Member 'UGroomAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHairCardGenerationSettings \ +static_assert(alignof(UHairCardGenerationSettings) == 0x000008, "Wrong alignment on UHairCardGenerationSettings"); \ +static_assert(sizeof(UHairCardGenerationSettings) == 0x000028, "Wrong size on UHairCardGenerationSettings"); \ + +#define DUMPER7_ASSERTS_UGroomAssetImportData \ +static_assert(alignof(UGroomAssetImportData) == 0x000008, "Wrong alignment on UGroomAssetImportData"); \ +static_assert(sizeof(UGroomAssetImportData) == 0x000030, "Wrong size on UGroomAssetImportData"); \ +static_assert(offsetof(UGroomAssetImportData, ImportOptions) == 0x000028, "Member 'UGroomAssetImportData::ImportOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroom \ +static_assert(alignof(GroomBindingAsset_SetGroom) == 0x000008, "Wrong alignment on GroomBindingAsset_SetGroom"); \ +static_assert(sizeof(GroomBindingAsset_SetGroom) == 0x000008, "Wrong size on GroomBindingAsset_SetGroom"); \ +static_assert(offsetof(GroomBindingAsset_SetGroom, InGroom) == 0x000000, "Member 'GroomBindingAsset_SetGroom::InGroom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroomBindingType \ +static_assert(alignof(GroomBindingAsset_SetGroomBindingType) == 0x000001, "Wrong alignment on GroomBindingAsset_SetGroomBindingType"); \ +static_assert(sizeof(GroomBindingAsset_SetGroomBindingType) == 0x000001, "Wrong size on GroomBindingAsset_SetGroomBindingType"); \ +static_assert(offsetof(GroomBindingAsset_SetGroomBindingType, InGroomBindingType) == 0x000000, "Member 'GroomBindingAsset_SetGroomBindingType::InGroomBindingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroupInfos \ +static_assert(alignof(GroomBindingAsset_SetGroupInfos) == 0x000008, "Wrong alignment on GroomBindingAsset_SetGroupInfos"); \ +static_assert(sizeof(GroomBindingAsset_SetGroupInfos) == 0x000010, "Wrong size on GroomBindingAsset_SetGroupInfos"); \ +static_assert(offsetof(GroomBindingAsset_SetGroupInfos, InGroupInfos) == 0x000000, "Member 'GroomBindingAsset_SetGroupInfos::InGroupInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetMatchingSection \ +static_assert(alignof(GroomBindingAsset_SetMatchingSection) == 0x000004, "Wrong alignment on GroomBindingAsset_SetMatchingSection"); \ +static_assert(sizeof(GroomBindingAsset_SetMatchingSection) == 0x000004, "Wrong size on GroomBindingAsset_SetMatchingSection"); \ +static_assert(offsetof(GroomBindingAsset_SetMatchingSection, InMatchingSection) == 0x000000, "Member 'GroomBindingAsset_SetMatchingSection::InMatchingSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetNumInterpolationPoints \ +static_assert(alignof(GroomBindingAsset_SetNumInterpolationPoints) == 0x000004, "Wrong alignment on GroomBindingAsset_SetNumInterpolationPoints"); \ +static_assert(sizeof(GroomBindingAsset_SetNumInterpolationPoints) == 0x000004, "Wrong size on GroomBindingAsset_SetNumInterpolationPoints"); \ +static_assert(offsetof(GroomBindingAsset_SetNumInterpolationPoints, InNumInterpolationPoints) == 0x000000, "Member 'GroomBindingAsset_SetNumInterpolationPoints::InNumInterpolationPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceGeometryCache \ +static_assert(alignof(GroomBindingAsset_SetSourceGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_SetSourceGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_SetSourceGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceGeometryCache, InGeometryCache) == 0x000000, "Member 'GroomBindingAsset_SetSourceGeometryCache::InGeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_SetSourceSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_SetSourceSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_SetSourceSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'GroomBindingAsset_SetSourceSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetGeometryCache \ +static_assert(alignof(GroomBindingAsset_SetTargetGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_SetTargetGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_SetTargetGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetGeometryCache, InGeometryCache) == 0x000000, "Member 'GroomBindingAsset_SetTargetGeometryCache::InGeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_SetTargetSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_SetTargetSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_SetTargetSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'GroomBindingAsset_SetTargetSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroom \ +static_assert(alignof(GroomBindingAsset_GetGroom) == 0x000008, "Wrong alignment on GroomBindingAsset_GetGroom"); \ +static_assert(sizeof(GroomBindingAsset_GetGroom) == 0x000008, "Wrong size on GroomBindingAsset_GetGroom"); \ +static_assert(offsetof(GroomBindingAsset_GetGroom, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroomBindingType \ +static_assert(alignof(GroomBindingAsset_GetGroomBindingType) == 0x000001, "Wrong alignment on GroomBindingAsset_GetGroomBindingType"); \ +static_assert(sizeof(GroomBindingAsset_GetGroomBindingType) == 0x000001, "Wrong size on GroomBindingAsset_GetGroomBindingType"); \ +static_assert(offsetof(GroomBindingAsset_GetGroomBindingType, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroomBindingType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroupInfos \ +static_assert(alignof(GroomBindingAsset_GetGroupInfos) == 0x000008, "Wrong alignment on GroomBindingAsset_GetGroupInfos"); \ +static_assert(sizeof(GroomBindingAsset_GetGroupInfos) == 0x000010, "Wrong size on GroomBindingAsset_GetGroupInfos"); \ +static_assert(offsetof(GroomBindingAsset_GetGroupInfos, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroupInfos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetMatchingSection \ +static_assert(alignof(GroomBindingAsset_GetMatchingSection) == 0x000004, "Wrong alignment on GroomBindingAsset_GetMatchingSection"); \ +static_assert(sizeof(GroomBindingAsset_GetMatchingSection) == 0x000004, "Wrong size on GroomBindingAsset_GetMatchingSection"); \ +static_assert(offsetof(GroomBindingAsset_GetMatchingSection, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetMatchingSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetNumInterpolationPoints \ +static_assert(alignof(GroomBindingAsset_GetNumInterpolationPoints) == 0x000004, "Wrong alignment on GroomBindingAsset_GetNumInterpolationPoints"); \ +static_assert(sizeof(GroomBindingAsset_GetNumInterpolationPoints) == 0x000004, "Wrong size on GroomBindingAsset_GetNumInterpolationPoints"); \ +static_assert(offsetof(GroomBindingAsset_GetNumInterpolationPoints, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetNumInterpolationPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceGeometryCache \ +static_assert(alignof(GroomBindingAsset_GetSourceGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_GetSourceGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_GetSourceGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceGeometryCache, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_GetSourceSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_GetSourceSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_GetSourceSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetGeometryCache \ +static_assert(alignof(GroomBindingAsset_GetTargetGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_GetTargetGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_GetTargetGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetGeometryCache, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_GetTargetSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_GetTargetSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_GetTargetSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomBindingAsset \ +static_assert(alignof(UGroomBindingAsset) == 0x000010, "Wrong alignment on UGroomBindingAsset"); \ +static_assert(sizeof(UGroomBindingAsset) == 0x0000B0, "Wrong size on UGroomBindingAsset"); \ +static_assert(offsetof(UGroomBindingAsset, GroomBindingType) == 0x000028, "Member 'UGroomBindingAsset::GroomBindingType' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, Groom) == 0x000030, "Member 'UGroomBindingAsset::Groom' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceSkeletalMesh) == 0x000038, "Member 'UGroomBindingAsset::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetSkeletalMesh) == 0x000040, "Member 'UGroomBindingAsset::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceGeometryCache) == 0x000048, "Member 'UGroomBindingAsset::SourceGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetGeometryCache) == 0x000050, "Member 'UGroomBindingAsset::TargetGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, NumInterpolationPoints) == 0x000058, "Member 'UGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, MatchingSection) == 0x00005C, "Member 'UGroomBindingAsset::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, GroupInfos) == 0x000060, "Member 'UGroomBindingAsset::GroupInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomBindingAssetList \ +static_assert(alignof(UGroomBindingAssetList) == 0x000008, "Wrong alignment on UGroomBindingAssetList"); \ +static_assert(sizeof(UGroomBindingAssetList) == 0x000038, "Wrong size on UGroomBindingAssetList"); \ +static_assert(offsetof(UGroomBindingAssetList, Bindings) == 0x000028, "Member 'UGroomBindingAssetList::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GeometryCache) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, NumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, SourceGeometryCacheForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::SourceGeometryCacheForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, MatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, DesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::DesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GeometryCache) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, NumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, SourceGeometryCacheForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::SourceGeometryCacheForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, MatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAsset \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InGroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSkeletalMesh) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InNumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InNumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSourceSkeletalMeshForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InMatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InMatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InDesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InDesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InGroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSkeletalMesh) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InNumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InNumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSourceSkeletalMeshForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InMatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InMatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomBlueprintLibrary \ +static_assert(alignof(UGroomBlueprintLibrary) == 0x000008, "Wrong alignment on UGroomBlueprintLibrary"); \ +static_assert(sizeof(UGroomBlueprintLibrary) == 0x000028, "Wrong size on UGroomBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UGroomCache \ +static_assert(alignof(UGroomCache) == 0x000008, "Wrong alignment on UGroomCache"); \ +static_assert(sizeof(UGroomCache) == 0x000088, "Wrong size on UGroomCache"); \ +static_assert(offsetof(UGroomCache, AssetUserData) == 0x000040, "Member 'UGroomCache::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UGroomCache, GroomCacheInfo) == 0x000050, "Member 'UGroomCache::GroomCacheInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_AddCollisionComponent \ +static_assert(alignof(GroomComponent_AddCollisionComponent) == 0x000008, "Wrong alignment on GroomComponent_AddCollisionComponent"); \ +static_assert(sizeof(GroomComponent_AddCollisionComponent) == 0x000008, "Wrong size on GroomComponent_AddCollisionComponent"); \ +static_assert(offsetof(GroomComponent_AddCollisionComponent, SkeletalMeshComponent) == 0x000000, "Member 'GroomComponent_AddCollisionComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_GetIsHairLengthScaleEnabled \ +static_assert(alignof(GroomComponent_GetIsHairLengthScaleEnabled) == 0x000001, "Wrong alignment on GroomComponent_GetIsHairLengthScaleEnabled"); \ +static_assert(sizeof(GroomComponent_GetIsHairLengthScaleEnabled) == 0x000001, "Wrong size on GroomComponent_GetIsHairLengthScaleEnabled"); \ +static_assert(offsetof(GroomComponent_GetIsHairLengthScaleEnabled, ReturnValue) == 0x000000, "Member 'GroomComponent_GetIsHairLengthScaleEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_GetNiagaraComponent \ +static_assert(alignof(GroomComponent_GetNiagaraComponent) == 0x000008, "Wrong alignment on GroomComponent_GetNiagaraComponent"); \ +static_assert(sizeof(GroomComponent_GetNiagaraComponent) == 0x000010, "Wrong size on GroomComponent_GetNiagaraComponent"); \ +static_assert(offsetof(GroomComponent_GetNiagaraComponent, GroupIndex) == 0x000000, "Member 'GroomComponent_GetNiagaraComponent::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(GroomComponent_GetNiagaraComponent, ReturnValue) == 0x000008, "Member 'GroomComponent_GetNiagaraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetBindingAsset \ +static_assert(alignof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong alignment on GroomComponent_SetBindingAsset"); \ +static_assert(sizeof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong size on GroomComponent_SetBindingAsset"); \ +static_assert(offsetof(GroomComponent_SetBindingAsset, InBinding) == 0x000000, "Member 'GroomComponent_SetBindingAsset::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetEnableSimulation \ +static_assert(alignof(GroomComponent_SetEnableSimulation) == 0x000001, "Wrong alignment on GroomComponent_SetEnableSimulation"); \ +static_assert(sizeof(GroomComponent_SetEnableSimulation) == 0x000001, "Wrong size on GroomComponent_SetEnableSimulation"); \ +static_assert(offsetof(GroomComponent_SetEnableSimulation, bInEnableSimulation) == 0x000000, "Member 'GroomComponent_SetEnableSimulation::bInEnableSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetGroomAsset \ +static_assert(alignof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong alignment on GroomComponent_SetGroomAsset"); \ +static_assert(sizeof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong size on GroomComponent_SetGroomAsset"); \ +static_assert(offsetof(GroomComponent_SetGroomAsset, Asset) == 0x000000, "Member 'GroomComponent_SetGroomAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetGroomCache \ +static_assert(alignof(GroomComponent_SetGroomCache) == 0x000008, "Wrong alignment on GroomComponent_SetGroomCache"); \ +static_assert(sizeof(GroomComponent_SetGroomCache) == 0x000008, "Wrong size on GroomComponent_SetGroomCache"); \ +static_assert(offsetof(GroomComponent_SetGroomCache, InGroomCache) == 0x000000, "Member 'GroomComponent_SetGroomCache::InGroomCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetHairLengthScale \ +static_assert(alignof(GroomComponent_SetHairLengthScale) == 0x000004, "Wrong alignment on GroomComponent_SetHairLengthScale"); \ +static_assert(sizeof(GroomComponent_SetHairLengthScale) == 0x000004, "Wrong size on GroomComponent_SetHairLengthScale"); \ +static_assert(offsetof(GroomComponent_SetHairLengthScale, Scale) == 0x000000, "Member 'GroomComponent_SetHairLengthScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetHairLengthScaleEnable \ +static_assert(alignof(GroomComponent_SetHairLengthScaleEnable) == 0x000001, "Wrong alignment on GroomComponent_SetHairLengthScaleEnable"); \ +static_assert(sizeof(GroomComponent_SetHairLengthScaleEnable) == 0x000001, "Wrong size on GroomComponent_SetHairLengthScaleEnable"); \ +static_assert(offsetof(GroomComponent_SetHairLengthScaleEnable, bEnable) == 0x000000, "Member 'GroomComponent_SetHairLengthScaleEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetMeshDeformer \ +static_assert(alignof(GroomComponent_SetMeshDeformer) == 0x000008, "Wrong alignment on GroomComponent_SetMeshDeformer"); \ +static_assert(sizeof(GroomComponent_SetMeshDeformer) == 0x000008, "Wrong size on GroomComponent_SetMeshDeformer"); \ +static_assert(offsetof(GroomComponent_SetMeshDeformer, InMeshDeformer) == 0x000000, "Member 'GroomComponent_SetMeshDeformer::InMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetPhysicsAsset \ +static_assert(alignof(GroomComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on GroomComponent_SetPhysicsAsset"); \ +static_assert(sizeof(GroomComponent_SetPhysicsAsset) == 0x000008, "Wrong size on GroomComponent_SetPhysicsAsset"); \ +static_assert(offsetof(GroomComponent_SetPhysicsAsset, InPhysicsAsset) == 0x000000, "Member 'GroomComponent_SetPhysicsAsset::InPhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomComponent \ +static_assert(alignof(UGroomComponent) == 0x000010, "Wrong alignment on UGroomComponent"); \ +static_assert(sizeof(UGroomComponent) == 0x0007A0, "Wrong size on UGroomComponent"); \ +static_assert(offsetof(UGroomComponent, GroomAsset) == 0x000560, "Member 'UGroomComponent::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, GroomCache) == 0x000568, "Member 'UGroomComponent::GroomCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, NiagaraComponents) == 0x000570, "Member 'UGroomComponent::NiagaraComponents' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SourceSkeletalMesh) == 0x000580, "Member 'UGroomComponent::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, BindingAsset) == 0x000588, "Member 'UGroomComponent::BindingAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, PhysicsAsset) == 0x000590, "Member 'UGroomComponent::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SimulationSettings) == 0x0005A8, "Member 'UGroomComponent::SimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformer) == 0x000638, "Member 'UGroomComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformerInstance) == 0x000640, "Member 'UGroomComponent::MeshDeformerInstance' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformerInstanceSettings) == 0x000648, "Member 'UGroomComponent::MeshDeformerInstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DebugMaterial) == 0x000650, "Member 'UGroomComponent::Strands_DebugMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DefaultMaterial) == 0x000658, "Member 'UGroomComponent::Strands_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Cards_DefaultMaterial) == 0x000660, "Member 'UGroomComponent::Cards_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Meshes_DefaultMaterial) == 0x000668, "Member 'UGroomComponent::Meshes_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AngularSpringsSystem) == 0x000670, "Member 'UGroomComponent::AngularSpringsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, CosseratRodsSystem) == 0x000678, "Member 'UGroomComponent::CosseratRodsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AttachmentName) == 0x000680, "Member 'UGroomComponent::AttachmentName' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, GroomGroupsDesc) == 0x000720, "Member 'UGroomComponent::GroomGroupsDesc' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bUseCards) == 0x000730, "Member 'UGroomComponent::bUseCards' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bRunning) == 0x000731, "Member 'UGroomComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bLooping) == 0x000732, "Member 'UGroomComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bManualTick) == 0x000733, "Member 'UGroomComponent::bManualTick' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, ElapsedTime) == 0x000734, "Member 'UGroomComponent::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCreateBindingOptions \ +static_assert(alignof(UGroomCreateBindingOptions) == 0x000008, "Wrong alignment on UGroomCreateBindingOptions"); \ +static_assert(sizeof(UGroomCreateBindingOptions) == 0x000060, "Wrong size on UGroomCreateBindingOptions"); \ +static_assert(offsetof(UGroomCreateBindingOptions, GroomAsset) == 0x000028, "Member 'UGroomCreateBindingOptions::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, GroomBindingType) == 0x000030, "Member 'UGroomCreateBindingOptions::GroomBindingType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceSkeletalMesh) == 0x000038, "Member 'UGroomCreateBindingOptions::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetSkeletalMesh) == 0x000040, "Member 'UGroomCreateBindingOptions::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceGeometryCache) == 0x000048, "Member 'UGroomCreateBindingOptions::SourceGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetGeometryCache) == 0x000050, "Member 'UGroomCreateBindingOptions::TargetGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, NumInterpolationPoints) == 0x000058, "Member 'UGroomCreateBindingOptions::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, MatchingSection) == 0x00005C, "Member 'UGroomCreateBindingOptions::MatchingSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCreateFollicleMaskOptions \ +static_assert(alignof(UGroomCreateFollicleMaskOptions) == 0x000008, "Wrong alignment on UGroomCreateFollicleMaskOptions"); \ +static_assert(sizeof(UGroomCreateFollicleMaskOptions) == 0x000040, "Wrong size on UGroomCreateFollicleMaskOptions"); \ +static_assert(offsetof(UGroomCreateFollicleMaskOptions, Resolution) == 0x000028, "Member 'UGroomCreateFollicleMaskOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateFollicleMaskOptions, RootRadius) == 0x00002C, "Member 'UGroomCreateFollicleMaskOptions::RootRadius' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateFollicleMaskOptions, Grooms) == 0x000030, "Member 'UGroomCreateFollicleMaskOptions::Grooms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCreateStrandsTexturesOptions \ +static_assert(alignof(UGroomCreateStrandsTexturesOptions) == 0x000008, "Wrong alignment on UGroomCreateStrandsTexturesOptions"); \ +static_assert(sizeof(UGroomCreateStrandsTexturesOptions) == 0x000070, "Wrong size on UGroomCreateStrandsTexturesOptions"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Layout) == 0x000028, "Member 'UGroomCreateStrandsTexturesOptions::Layout' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Resolution) == 0x00002C, "Member 'UGroomCreateStrandsTexturesOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceType) == 0x000030, "Member 'UGroomCreateStrandsTexturesOptions::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceDistance) == 0x000034, "Member 'UGroomCreateStrandsTexturesOptions::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, MeshType) == 0x000038, "Member 'UGroomCreateStrandsTexturesOptions::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, StaticMesh) == 0x000040, "Member 'UGroomCreateStrandsTexturesOptions::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SkeletalMesh) == 0x000048, "Member 'UGroomCreateStrandsTexturesOptions::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, LODIndex) == 0x000050, "Member 'UGroomCreateStrandsTexturesOptions::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SectionIndex) == 0x000054, "Member 'UGroomCreateStrandsTexturesOptions::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, UVChannelIndex) == 0x000058, "Member 'UGroomCreateStrandsTexturesOptions::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, GroupIndex) == 0x000060, "Member 'UGroomCreateStrandsTexturesOptions::GroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomImportOptions \ +static_assert(alignof(UGroomImportOptions) == 0x000008, "Wrong alignment on UGroomImportOptions"); \ +static_assert(sizeof(UGroomImportOptions) == 0x000068, "Wrong size on UGroomImportOptions"); \ +static_assert(offsetof(UGroomImportOptions, ConversionSettings) == 0x000028, "Member 'UGroomImportOptions::ConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomImportOptions, InterpolationSettings) == 0x000058, "Member 'UGroomImportOptions::InterpolationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomHairGroupsPreview \ +static_assert(alignof(UGroomHairGroupsPreview) == 0x000008, "Wrong alignment on UGroomHairGroupsPreview"); \ +static_assert(sizeof(UGroomHairGroupsPreview) == 0x000038, "Wrong size on UGroomHairGroupsPreview"); \ +static_assert(offsetof(UGroomHairGroupsPreview, Groups) == 0x000028, "Member 'UGroomHairGroupsPreview::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomPluginSettings \ +static_assert(alignof(UGroomPluginSettings) == 0x000008, "Wrong alignment on UGroomPluginSettings"); \ +static_assert(sizeof(UGroomPluginSettings) == 0x000030, "Wrong size on UGroomPluginSettings"); \ +static_assert(offsetof(UGroomPluginSettings, GroomCacheLookAheadBuffer) == 0x000028, "Member 'UGroomPluginSettings::GroomCacheLookAheadBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGroomCacheSection \ +static_assert(alignof(UMovieSceneGroomCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGroomCacheSection"); \ +static_assert(sizeof(UMovieSceneGroomCacheSection) == 0x000110, "Wrong size on UMovieSceneGroomCacheSection"); \ +static_assert(offsetof(UMovieSceneGroomCacheSection, Params_0) == 0x0000F0, "Member 'UMovieSceneGroomCacheSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGroomCacheTrack \ +static_assert(alignof(UMovieSceneGroomCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneGroomCacheTrack"); \ +static_assert(sizeof(UMovieSceneGroomCacheTrack) == 0x0000B0, "Wrong size on UMovieSceneGroomCacheTrack"); \ +static_assert(offsetof(UMovieSceneGroomCacheTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneGroomCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceHairStrands \ +static_assert(alignof(UNiagaraDataInterfaceHairStrands) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHairStrands"); \ +static_assert(sizeof(UNiagaraDataInterfaceHairStrands) == 0x000058, "Wrong size on UNiagaraDataInterfaceHairStrands"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, DefaultSource) == 0x000040, "Member 'UNiagaraDataInterfaceHairStrands::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, SourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceHairStrands::SourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVelocityGrid \ +static_assert(alignof(UNiagaraDataInterfaceVelocityGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVelocityGrid"); \ +static_assert(sizeof(UNiagaraDataInterfaceVelocityGrid) == 0x000048, "Wrong size on UNiagaraDataInterfaceVelocityGrid"); \ +static_assert(offsetof(UNiagaraDataInterfaceVelocityGrid, GridSize) == 0x000038, "Member 'UNiagaraDataInterfaceVelocityGrid::GridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePressureGrid \ +static_assert(alignof(UNiagaraDataInterfacePressureGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePressureGrid"); \ +static_assert(sizeof(UNiagaraDataInterfacePressureGrid) == 0x000048, "Wrong size on UNiagaraDataInterfacePressureGrid"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Maelle_C \ +static_assert(alignof(ABP_Character_Camp_Maelle_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Maelle_C"); \ +static_assert(sizeof(ABP_Character_Camp_Maelle_C) == 0x000C20, "Wrong size on ABP_Character_Camp_Maelle_C"); \ +static_assert(offsetof(ABP_Character_Camp_Maelle_C, BP_CinematicCharacterSkinComponent) == 0x000C10, "Member 'ABP_Character_Camp_Maelle_C::BP_CinematicCharacterSkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget \ +static_assert(alignof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget) == 0x000008, "Wrong alignment on WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget"); \ +static_assert(sizeof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget) == 0x000158, "Wrong size on WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, EntryPoint) == 0x000000, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000008, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000028, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00002C, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000030, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_object_Variable) == 0x000038, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000040, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable) == 0x000048, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_1) == 0x000050, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_0) == 0x000058, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_2) == 0x000068, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000070, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000090, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000094, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000098, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_FClamp_ReturnValue) == 0x0000A0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x0000A8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_Round_ReturnValue) == 0x0000B0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_object_Variable_1) == 0x0000B8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_3) == 0x0000C0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_3_0) == 0x0000C8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_4) == 0x0000D0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_5) == 0x0000D8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_real_Variable_4_0) == 0x0000E0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_FClamp_ReturnValue_1) == 0x0000E8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_Round_ReturnValue_1) == 0x0000F0, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x0000F8, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_GetCurrentInputType_ReturnValue) == 0x000100, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_bool_Variable) == 0x000114, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_byte_Variable) == 0x000115, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, Temp_byte_Variable_1) == 0x000116, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_PlayAnimation_ReturnValue) == 0x000118, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000120, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_GetPlayerController_ReturnValue) == 0x000128, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_GetPlayerController_ReturnValue_1) == 0x000130, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000138, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000148, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_CustomEvent_bNewInputType) == 0x000151, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000152, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget, K2Node_Select_Default) == 0x000153, "Member 'WBP_BattleInput_SelectTarget_C_ExecuteUbergraph_WBP_BattleInput_SelectTarget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Left_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_BattleInput_SelectTarget_C_InpActEvt_IA_Battle_Targeting_Right_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_SelectTarget_C_OnInputMethodChanged \ +static_assert(alignof(WBP_BattleInput_SelectTarget_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_BattleInput_SelectTarget_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_BattleInput_SelectTarget_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_BattleInput_SelectTarget_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_BattleInput_SelectTarget_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_BattleInput_SelectTarget_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleInput_SelectTarget_C \ +static_assert(alignof(UWBP_BattleInput_SelectTarget_C) == 0x000008, "Wrong alignment on UWBP_BattleInput_SelectTarget_C"); \ +static_assert(sizeof(UWBP_BattleInput_SelectTarget_C) == 0x000450, "Wrong size on UWBP_BattleInput_SelectTarget_C"); \ +static_assert(offsetof(UWBP_BattleInput_SelectTarget_C, UberGraphFrame) == 0x000430, "Member 'UWBP_BattleInput_SelectTarget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_SelectTarget_C, Anim_Appear) == 0x000438, "Member 'UWBP_BattleInput_SelectTarget_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_SelectTarget_C, SelectLeftActionBinding) == 0x000440, "Member 'UWBP_BattleInput_SelectTarget_C::SelectLeftActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_SelectTarget_C, WBP_BattleInputContainer) == 0x000448, "Member 'UWBP_BattleInput_SelectTarget_C::WBP_BattleInputContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, A) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::A' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, B) == 0x000004, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::B' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, CallFunc_Max_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement, CallFunc_Max_ReturnValue_1) == 0x00001C, "Member 'FL_jRPG_CustomFunctionLibrary_C_Int32SafeIncrement::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32 \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, Value) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, CallFunc_LimitMax_Integer_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::CallFunc_LimitMax_Integer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ClampFloatToPositiveInt32::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal) == 0x0001E0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, LevelData) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, SpawnPointTag) == 0x0001B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, __WorldContext) == 0x0001B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, CallFunc_GetGameInstance_ReturnValue) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, CallFunc_IsGameplayTagValid_ReturnValue) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, CallFunc_Not_PreBool_ReturnValue) == 0x0001D9, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001DA, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal, CallFunc_BooleanAND_ReturnValue) == 0x0001DB, "Member 'FL_jRPG_CustomFunctionLibrary_C_Change_Map_Internal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName) == 0x000250, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, LevelAssetName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, SpawnPointTag) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, CallFunc_FindLevelDataByLevelFile_Found) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, CallFunc_FindLevelDataByLevelFile_RowName) == 0x000074, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, K2Node_MakeArray_Array) == 0x000230, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName, CallFunc_Format_ReturnValue) == 0x000240, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByAssetName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs) == 0x000060, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, local_dataTables) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::local_dataTables' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, CallFunc_IsPackagedBuild_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, CallFunc_GetProjectConfiguration_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::CallFunc_GetProjectConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, CallFunc_GetEditorOnlyLevelDataTable_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::CallFunc_GetEditorOnlyLevelDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, CallFunc_GetLevelDataDT_ReturnValue) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::CallFunc_GetLevelDataDT_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, K2Node_MakeArray_Array) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAllLevelDataDTs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, HardcodedName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, K2Node_MakeArray_Array) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID, CallFunc_Format_ReturnValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterListEnum_FromID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, PerfectionRank) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::PerfectionRank' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName, K2Node_Select_Default) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPerfectionRankDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName) == 0x000078, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, StanceType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::StanceType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName, K2Node_Select_Default) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, HardcodedName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, K2Node_MakeArray_Array) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID, CallFunc_Format_ReturnValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterEnum_FromID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem) == 0x000038, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, GeneratedItem) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, K2Node_MakeArray_Array) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems, GeneratedItems) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems::GeneratedItems' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopupFromGeneratedItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel) == 0x000010, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel, Level) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel, CallFunc_MakeLiteralInt_ReturnValue) == 0x00000C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetMaximumLevel::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel) == 0x0000F8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, Level) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_Conv_StringToName_ReturnValue) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_Conv_NameToText_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, K2Node_MakeArray_Array) == 0x0000D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponScalingLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset) == 0x000270, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, EnemyData) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::EnemyData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, __WorldContext) == 0x000200, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, ReturnValue) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, K2Node_MakeMap_Map) == 0x000210, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, CallFunc_Map_Find_Value) == 0x000260, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, CallFunc_Map_Find_ReturnValue) == 0x000268, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset, CallFunc_IsValid_ReturnValue) == 0x000269, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyArchetypeAsset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName) == 0x000068, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, DynamicElementOverride) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::DynamicElementOverride' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName, K2Node_Select_Default) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDynamicElementOverrideDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID) == 0x000128, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID, WeaponID) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID::WeaponID' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID, WeaponInstanceData) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromID::WeaponInstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemID) == 0x000140, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemID, ItemStaticData) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemID::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemID, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemID, ItemId) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemID::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem) == 0x0003B0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, WeaponStaticItem) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::WeaponStaticItem' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, Found) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, ReturnValue) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_GetItemID_ItemID) == 0x000230, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_GetItemID_ItemID' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000238, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_GetItemID_ItemID_1) == 0x000248, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_GetItemID_ItemID_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, K2Node_MakeStruct_FormatArgumentData) == 0x000250, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_GetWeaponDefinition_Found) == 0x000298, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_GetWeaponDefinition_OutRow) == 0x0002A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, K2Node_MakeArray_Array) == 0x000390, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem, CallFunc_Format_ReturnValue) == 0x0003A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinitionFromItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem) == 0x000370, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, WeaponStaticItem) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::WeaponStaticItem' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, Found) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, WeaponInstanceData) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, CallFunc_GetItemID_ItemID) == 0x000250, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::CallFunc_GetItemID_ItemID' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, CallFunc_GetWeaponInstanceFromID_Found) == 0x000258, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::CallFunc_GetWeaponInstanceFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem, CallFunc_GetWeaponInstanceFromID_WeaponInstanceData) == 0x000260, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponInstanceFromItem::CallFunc_GetWeaponInstanceFromID_WeaponInstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT, CallFunc_GetProjectConfiguration_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT::CallFunc_GetProjectConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT, CallFunc_GetLevelDataTable_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelDataDT::CallFunc_GetLevelDataTable_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu) == 0x0001D0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, CallFunc_GetCurrentLevelData_Found) == 0x000009, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, CallFunc_GetCurrentLevelData_LevelData) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, CallFunc_GetCurrentLevelData_RowName) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelMainMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames, OutRowNames) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames::OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionRowNames::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_IsNameValid \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_IsNameValid"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid) == 0x000018, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_IsNameValid"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid, Value) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsNameValid::Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsNameValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsNameValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsNameValid, CallFunc_NotEqual_NameName_ReturnValue) == 0x000011, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsNameValid::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor) == 0x000018, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetErrorTextColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator) == 0x0000C8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, AttackType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::AttackType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_7) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, Temp_string_Variable_8) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::Temp_string_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator, K2Node_Select_Default) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeRichTextDecorator::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName) == 0x0000C8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, AttackType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::AttackType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_7) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, Temp_text_Variable_8) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName, K2Node_Select_Default) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackTypeDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder) == 0x000048, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, A) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::A' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, B) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::B' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, __WorldContext) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, Temp_int_Variable) == 0x00002C, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, CallFunc_CompareStrings_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, Temp_byte_Variable) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, CallFunc_SignOfInteger_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, Temp_byte_Variable_1) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, Temp_byte_Variable_2) == 0x000041, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder, K2Node_Select_Default) == 0x000042, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareStringsOrder::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum) == 0x000070, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Index_0) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Index_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable) == 0x00001C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_1) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_2) == 0x00002C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_3) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_4) == 0x00003C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_5) == 0x000044, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_6) == 0x00004C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_7) == 0x000054, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, Temp_name_Variable_8) == 0x00005C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::Temp_name_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum, K2Node_Select_Default) == 0x000064, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterID_FromEnum::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid) == 0x000148, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid, ItemDynamicData) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid::ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid, __WorldContext) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid, ReturnValue) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid, CallFunc_NotEqual_NameName_ReturnValue) == 0x000141, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsItemDynamicDataValid::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, ItemQualityA) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::ItemQualityA' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, ItemQualityB) == 0x000001, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::ItemQualityB' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, ComparisonMethod) == 0x000002, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::ComparisonMethod' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, CallFunc_Conv_ByteToDouble_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::CallFunc_Conv_ByteToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, CallFunc_Conv_ByteToDouble_ReturnValue_1) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::CallFunc_Conv_ByteToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality, CallFunc_CompareFloats_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_CompareItemQuality::CallFunc_CompareFloats_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText) == 0x000078, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, InColor) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::InColor' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_RGBToHSV_H) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_RGBToHSV_H' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_RGBToHSV_S) == 0x00002C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_RGBToHSV_S' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_RGBToHSV_V) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_RGBToHSV_V' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_RGBToHSV_A) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_RGBToHSV_A' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_HSVToRGB_ReturnValue) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_HSVToRGB_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_HSVToRGB_S_ImplicitCast) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_HSVToRGB_S_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText, CallFunc_HSVToRGB_V_ImplicitCast) == 0x000074, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetColorVariationForText::CallFunc_HSVToRGB_V_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, ItemQuality) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::ItemQuality' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable_1) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable_2) == 0x000044, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable_3) == 0x000054, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable_4) == 0x000064, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, Temp_struct_Variable_5) == 0x000074, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor, K2Node_Select_Default) == 0x000084, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, ItemQuality) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::ItemQuality' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName, K2Node_Select_Default) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemQualityDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition) == 0x000200, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, RowName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, OutRow) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, CallFunc_GetWeaponDefinition_Found) == 0x000108, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition, CallFunc_GetWeaponDefinition_OutRow) == 0x000110, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetWeaponDefinition::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, CharacterAttribute) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::CharacterAttribute' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName, K2Node_Select_Default) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeScalingGradeDisplayName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName) == 0x0001A8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CharacterAttribute) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CharacterAttribute' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Conv_ByteToString_ReturnValue) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Conv_ByteToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_1) == 0x000108, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, K2Node_MakeArray_Array) == 0x000118, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Format_ReturnValue) == 0x000128, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_2) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_3) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_4) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_5) == 0x000168, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_text_Variable_6) == 0x000178, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, Temp_byte_Variable) == 0x000188, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_MakeLiteralInt_ReturnValue) == 0x00018C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, K2Node_Select_Default) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttributeDisplayName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCustomGI \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCustomGI"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCustomGI"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCustomGI::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCustomGI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCustomGI::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCustomGI::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCustomGI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCustomGI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong) == 0x0001F0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, StatType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::StatType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_MakeLiteralInt_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Conv_ByteToString_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Conv_ByteToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, K2Node_MakeArray_Array) == 0x000100, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, CallFunc_Format_ReturnValue) == 0x000118, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_byte_Variable) == 0x000128, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_1) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_2) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_3) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_4) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_5) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_6) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_7) == 0x0001A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_8) == 0x0001B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_9) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, Temp_text_Variable_10) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong, K2Node_Select_Default) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToTextLong::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText, AttributeType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText, CallFunc_GetAttributeDisplayName_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_AttributeTypeToText::CallFunc_GetAttributeDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName) == 0x000210, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, LevelData) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, SpawnPointTag) == 0x0001B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, SpawnPointName) == 0x0001B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::SpawnPointName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, __WorldContext) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, Name_0) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, Found) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, CallFunc_Map_Find_Value) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, CallFunc_Map_Find_ReturnValue) == 0x0001F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, CallFunc_Map_Find_Value_1) == 0x0001F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName, CallFunc_Map_Find_ReturnValue_1) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindSubAreaName::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure, GameActionWrapper) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure, GameAction) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure::GameAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure, CallFunc_GetGameActionFromWrapper_GameAction) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapperPure::CallFunc_GetGameActionFromWrapper_GameAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters, Parameters) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters, __WorldContext) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters, CallFunc_SelectInt_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters, CallFunc_SetFloatCVar_Value_ImplicitCast) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters::CallFunc_SetFloatCVar_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters, CallFunc_SetFloatCVar_Value_ImplicitCast_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ProcessScreenSpaceFogScatteringParameters::CallFunc_SetFloatCVar_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper) == 0x000038, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, GameActionWrapper) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, GameAction) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::GameAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, Temp_bool_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000023, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, K2Node_Select_Default) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionFromWrapper::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel) == 0x000040, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, CallFunc_GetBaseFilename_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel, CallFunc_IsProductionLevel_Found) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsCurrentLevelProductionLevel::CallFunc_IsProductionLevel_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName) == 0x000248, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, LevelDestination) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::LevelDestination' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, SpawnPointTag) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, CallFunc_FindLevelDataByID_Found) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, CallFunc_FindLevelDataByID_LevelData) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, K2Node_MakeArray_Array) == 0x000228, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName, CallFunc_Format_ReturnValue) == 0x000238, "Member 'FL_jRPG_CustomFunctionLibrary_C_ChangeMapByName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings) == 0x000470, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Item) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Character) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, __WorldContext) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Result) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Result' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, local_permeate) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::local_permeate' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_JoinStringArray_ReturnValue) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_DynamicCast_AsBP_Data_Asset_Weapon) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_DynamicCast_AsBP_Data_Asset_Weapon' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Conv_StringToText_ReturnValue) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData) == 0x0001A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Map_Keys_Keys) == 0x0001E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_GetPowerForCharacter_PhysicalPower) == 0x0001F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_GetPowerForCharacter_PhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_GetPowerForCharacter_MagicalPower) == 0x000200, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_GetPowerForCharacter_MagicalPower' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Array_Length_ReturnValue) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_1) == 0x000210, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_2) == 0x000258, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0002A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0002A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_5) == 0x000340, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeStruct_FormatArgumentData_6) == 0x000388, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, K2Node_MakeArray_Array) == 0x0003D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Temp_int_Loop_Counter_Variable) == 0x0003E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Format_ReturnValue) == 0x0003E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Less_IntInt_ReturnValue) == 0x0003F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Add_IntInt_ReturnValue) == 0x0003FC, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Temp_int_Array_Index_Variable) == 0x000400, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, Temp_wildcard_Temp_buffer_array_Variable) == 0x000408, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Array_Get_Item) == 0x000418, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000420, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Map_Find_Value) == 0x000430, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Map_Find_ReturnValue) == 0x000431, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Concat_StrStr_ReturnValue) == 0x000438, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000448, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000458, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings, CallFunc_Array_Add_ReturnValue) == 0x000468, "Member 'FL_jRPG_CustomFunctionLibrary_C_PLACEHOLDER_GetWeaponScalings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString) == 0x000110, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, Assignment) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::Assignment' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, Value) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, CallFunc_EquipmentSlotToString_Result) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, CallFunc_Conv_NameToText_ReturnValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, K2Node_MakeArray_Array) == 0x0000E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString, CallFunc_Conv_TextToString_ReturnValue) == 0x000100, "Member 'FL_jRPG_CustomFunctionLibrary_C_CharacterEquipmentAssignmentToString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, BuffInstance) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, K2Node_MakeArray_Array) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, CallFunc_Format_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff, CallFunc_FindCharacterPortrait_Portrait) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_NotifyLuminaPassiveEffectBuff::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music) == 0x000090, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, SoundEvent) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::SoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, K2Node_MakeArray_Array) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music, CallFunc_Format_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Music::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper, GameActionWrapper) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ExecuteGameActionWrapper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterReactionSystem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor) == 0x000110, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, SoundEvent) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::SoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, Actor) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::Actor' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, K2Node_MakeArray_Array) == 0x0000F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor, CallFunc_Format_ReturnValue) == 0x000100, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_Actor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, StatMultiplier) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::StatMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, FeedbackIntensity) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::FeedbackIntensity' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000014, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000015, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000016, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000017, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity, CallFunc_Less_DoubleDouble_ReturnValue_4) == 0x000019, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapStatMultiplierToIntensity::CallFunc_Less_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex) == 0x000030, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, PartyIndex) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::PartyIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, PartyCount) == 0x000004, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::PartyCount' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, SpotIndex) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, K2Node_MakeArray_Array) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_RemapPartyIndexToBattleSpotIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight, IndexMapping) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight::IndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight, K2Node_MakeArray_Array) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexesLeftToRight::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp) == 0x000038, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, CurrentLevel) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, ExperienceNeeded) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToLevelUp::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, EquipmentSlot1) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::EquipmentSlot1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, EquipmentSlot2) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::EquipmentSlot2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001A, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'FL_jRPG_CustomFunctionLibrary_C_EqualsEquipmentSlot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture) == 0x000098, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture, GameAction) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture::GameAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture, ButtonTexture) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture::ButtonTexture' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture, KeyButtonTextures) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture::KeyButtonTextures' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture, CallFunc_GetBaseBindingKeyVisualInfo_KeyVisualInfo) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameActionButtonTexture::CallFunc_GetBaseBindingKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription) == 0x000298, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Item) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Description) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Description' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, local_scalingTextPlaceholder) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::local_scalingTextPlaceholder' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_IsValid_ReturnValue) == 0x000161, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_GetUnlockedPassiveEffects_PassiveEffects) == 0x000168, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_GetUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000178, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Concat_StrStr_ReturnValue) == 0x0001A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_JoinStringArray_ReturnValue) == 0x0001B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Temp_int_Loop_Counter_Variable) == 0x0001F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Temp_wildcard_Variable) == 0x0001F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Add_IntInt_ReturnValue) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Array_Length_ReturnValue) == 0x00020C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Less_IntInt_ReturnValue) == 0x000210, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Temp_int_Array_Index_Variable) == 0x000214, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, Temp_wildcard_Temp_buffer_array_Variable) == 0x000218, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Array_Get_Item) == 0x000228, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000230, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_GetPassiveEffectDefinition_Found) == 0x000278, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000280, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription, CallFunc_Array_Add_ReturnValue) == 0x000290, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemDescription::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName) == 0x0001C0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, Item) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, Name_0) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_IsValid_ReturnValue) == 0x000151, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_GetUnlockedPassiveEffects_PassiveEffects) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_GetUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_GetPassiveEffectDefinition_Found) == 0x0001B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_Greater_IntInt_ReturnValue) == 0x0001B9, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001BA, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetImprovedItemName::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects) == 0x000198, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, Item) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, PassiveEffects) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, local_outputArray) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::local_outputArray' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000168, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, CallFunc_GetUnlockedPassiveEffects_PassiveEffects) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::CallFunc_GetUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, CallFunc_ComputeWeaponUnlockedPassivesFromID_ActivePassiveEffectIDs) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::CallFunc_ComputeWeaponUnlockedPassivesFromID_ActivePassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000191, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPictosUnlockedPassiveEffects::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition) == 0x000128, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, PassiveEffectID) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, PassiveEffect) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, Found) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, CallFunc_Conv_NameToText_ReturnValue) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, CallFunc_GetDataTableRowFromName_OutRow) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, K2Node_MakeStruct_FormatArgumentData) == 0x0000C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, K2Node_MakeArray_Array) == 0x000108, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition, CallFunc_Format_ReturnValue) == 0x000118, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetPassiveEffectDefinition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression) == 0x000090, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, PassiveProgression) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::PassiveProgression' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_GetPassiveEffectDefinition_Found) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_Greater_IntInt_ReturnValue) == 0x000071, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression, CallFunc_FClamp_ReturnValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLuminaProgression::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString) == 0x0000F8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, Slot) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::Slot' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, Result) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::Result' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, K2Node_MakeArray_Array) == 0x0000D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_EquipmentSlotToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName) == 0x0001D0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName, Character) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName, __WorldContext) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName, CharacterHardcodedName) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCharacterHardcodedName::CharacterHardcodedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInventoryManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag) == 0x0000A0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, GameAction) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::GameAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, Row_Name) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::Row_Name' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, KeyButtonTextures) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::KeyButtonTextures' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, CallFunc_GetInputManager_InputManager) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag, CallFunc_GetBaseBindingKeyVisualInfo_KeyVisualInfo) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetGameplayActionInlineTextTag::CallFunc_GetBaseBindingKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem, CallFunc_GetControllerWorld_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInteractionSystem::CallFunc_GetControllerWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp) == 0x000068, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp, ItemType_Quantity) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp::ItemType_Quantity' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp, __WorldContext) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp, CallFunc_HasActiveDialogue_ReturnValue) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_ShowLootPopUp::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER) == 0x000080, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, FaceAction) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::FaceAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Texture) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Texture' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_2) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_3) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_4) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_5) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_6) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_7) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_8) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_9) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, Temp_object_Variable_10) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER, K2Node_Select_Default) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionButtonTexture_PLACEHOLDER::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER) == 0x000080, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, FaceAction) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::FaceAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Texture) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Texture' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_2) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_3) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_4) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_5) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_6) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_7) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_8) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_9) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, Temp_object_Variable_10) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER, K2Node_Select_Default) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionIconTexture_PLACEHOLDER::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag) == 0x000170, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, FaceAction) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::FaceAction' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_7) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_8) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_9) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, Temp_string_Variable_10) == 0x0000C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::Temp_string_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, K2Node_Select_Default) == 0x0000D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, K2Node_MakeStruct_FormatArgumentData) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, K2Node_MakeArray_Array) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, CallFunc_Format_ReturnValue) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag, CallFunc_Conv_TextToString_ReturnValue) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetFaceActionInlineTextTag::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCinematicsSystem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetInputManager \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetInputManager"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetInputManager"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInputManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager, InputManager) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInputManager::InputManager' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInputManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInputManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetInputManager, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetInputManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetBattleManager \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetBattleManager"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetBattleManager"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager, ReturnValue) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCampManager \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCampManager) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCampManager"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCampManager) == 0x000010, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCampManager"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCampManager, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCampManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCampManager, CampManager) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCampManager::CampManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent) == 0x000020, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent, DialogueSystem) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent::DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetDialogueSystemComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon) == 0x000048, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Index_0) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Index_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Temp_object_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Temp_object_Variable_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Temp_object_Variable_2) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, Temp_object_Variable_3) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon, K2Node_Select_Default) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetStanceIcon::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color) == 0x0000C8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, ElementType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Color) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Color' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_1) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_2) == 0x000044, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_3) == 0x000054, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_4) == 0x000064, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_5) == 0x000074, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_6) == 0x000084, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_7) == 0x000094, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, Temp_struct_Variable_8) == 0x0000A4, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color, K2Node_Select_Default) == 0x0000B4, "Member 'FL_jRPG_CustomFunctionLibrary_C_Get_UI_Attack_Element_Type_Color::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon) == 0x000070, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, ElementType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Texture) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Texture' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_2) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_3) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_4) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_5) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_6) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_7) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, Temp_object_Variable_8) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon, K2Node_Select_Default) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetAttackElementTypeIcon::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI) == 0x000118, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, DataTableRowHandle) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, K2Node_MakeArray_Array) == 0x0000C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_GetDataTableRowFromName_OutRow) == 0x000108, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000110, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRowHandle_UI::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI) == 0x000118, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, SoundEvent) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::SoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, __WorldContext) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, K2Node_MakeArray_Array) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEventRow_UI::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI) == 0x000090, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, SoundEvent) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::SoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, K2Node_MakeArray_Array) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI, CallFunc_Format_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_PlaySoundEvent_UI::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero) == 0x0000B0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, Map) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::Map' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, __WorldContext) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, local_min) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::local_min' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Map_Values_Values) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_MinOfIntArray_IndexOfMinValue) == 0x000084, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_MinOfIntArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_MinOfIntArray_MinValue) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_MinOfIntArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Array_Get_Item) == 0x000090, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Map_Find_Value) == 0x000094, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_AdjustMapContentToZero::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight, IndexMapping) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight::IndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight, K2Node_MakeArray_Array) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetEnemyIndexToBattleSpotsLeftToRight::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex) == 0x000010, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex, First) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetBattleSpotFirstIndex::First' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData) == 0x0002B0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, Item) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, __WorldContext) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, Text) == 0x000138, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, Temp_text_Variable) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, CallFunc_IsValid_ReturnValue) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, CallFunc_Conv_NameToText_ReturnValue) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, K2Node_MakeStruct_FormatArgumentData) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, Temp_text_Variable_1) == 0x000220, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, Temp_bool_Variable) == 0x000230, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, K2Node_Select_Default) == 0x000238, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, K2Node_MakeStruct_FormatArgumentData_2) == 0x000248, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, K2Node_MakeArray_Array) == 0x000290, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData, CallFunc_Format_ReturnValue) == 0x0002A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructItemStaticData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter) == 0x0004E0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, Character) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, __WorldContext) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, Text) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, equipmentText) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::equipmentText' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, Temp_int_Array_Index_Variable) == 0x0001E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Map_Values_Values) == 0x0001F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Array_Get_Item) == 0x000200, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Array_Length_ReturnValue) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_GetDataTableRowFromName_OutRow) == 0x000210, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000340, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Conv_NameToText_ReturnValue) == 0x000348, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000358, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, Temp_int_Loop_Counter_Variable) == 0x0003A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_FormatStructItemStaticData_Text) == 0x0003A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_FormatStructItemStaticData_Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0003B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0003C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000408, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x000410, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeStruct_FormatArgumentData_3) == 0x000458, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeArray_Array) == 0x0004A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, K2Node_MakeArray_Array_1) == 0x0004B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Format_ReturnValue) == 0x0004C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter, CallFunc_Format_ReturnValue_1) == 0x0004D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FormatStructCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName) == 0x000158, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName, ItemHardcodedName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName, ItemDisplayName) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName::ItemDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemDisplayName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CurrentLevel) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CurrentXP) == 0x000004, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, XPtoNextLevel) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::XPtoNextLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel, CallFunc_Clamp_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetExperienceNeededToNextLevel::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText) == 0x0000A8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, ActionType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, Temp_text_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText, K2Node_Select_Default) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_ActionTypeToText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetLevelName \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetLevelName"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName) == 0x000070, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetLevelName"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, Level) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::Level' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, __WorldContext) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, ReturnValue) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, CallFunc_GetBaseFilename_ReturnValue) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, CallFunc_Replace_ReturnValue) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelName, CallFunc_Conv_StringToName_ReturnValue) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_RarityToColor \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_RarityToColor"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor) == 0x0000A8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_RarityToColor"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Rarity) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Rarity' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, LinearColor) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::LinearColor' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_1) == 0x000034, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_2) == 0x000044, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_3) == 0x000054, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_4) == 0x000064, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_5) == 0x000074, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, Temp_struct_Variable_6) == 0x000084, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToColor, K2Node_Select_Default) == 0x000094, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_RarityToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_RarityToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_RarityToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_RarityToText) == 0x0000A8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_RarityToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Rarity) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Rarity' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, Temp_text_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_RarityToText, K2Node_Select_Default) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_RarityToText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText) == 0x000108, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, ItemSubtype) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::ItemSubtype' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_7) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_8) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_9) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_10) == 0x0000C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_11) == 0x0000D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, Temp_text_Variable_12) == 0x0000E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::Temp_text_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText, K2Node_Select_Default) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemSubypeToText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage) == 0x000088, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, ItemType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Image) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Image' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_byte_Variable) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_1) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_2) == 0x000030, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_3) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_4) == 0x000040, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_5) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_6) == 0x000050, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_7) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_8) == 0x000060, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, Temp_object_Variable_9) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, CallFunc_MakeLiteralInt_ReturnValue) == 0x000070, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, K2Node_Select_Default) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToImage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText) == 0x0000E8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, ItemType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_byte_Variable) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_1) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_2) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_3) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_4) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_5) == 0x000078, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_6) == 0x000088, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_7) == 0x000098, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_8) == 0x0000A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, Temp_text_Variable_9) == 0x0000B8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, CallFunc_MakeLiteralInt_ReturnValue) == 0x0000C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, K2Node_Select_Default) == 0x0000D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_ItemTypeToText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_StatTypeToText \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_StatTypeToText"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText) == 0x0001F0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_StatTypeToText"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, StatType) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::StatType' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Text) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_MakeLiteralInt_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Conv_ByteToString_ReturnValue) == 0x000038, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Conv_ByteToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000058, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, K2Node_MakeArray_Array) == 0x000100, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, CallFunc_Format_ReturnValue) == 0x000118, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_byte_Variable) == 0x000128, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable) == 0x000130, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_1) == 0x000140, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_2) == 0x000150, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_3) == 0x000160, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_4) == 0x000170, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_5) == 0x000180, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_6) == 0x000190, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_7) == 0x0001A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_8) == 0x0001B0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_9) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, Temp_text_Variable_10) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_StatTypeToText, K2Node_Select_Default) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_StatTypeToText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile) == 0x0005C0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, LevelAssetName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, RowName) == 0x000014, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, LevelData) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_GetAllLevelDataDTs_ReturnValue) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_GetAllLevelDataDTs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Conv_NameToString_ReturnValue) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Array_Length_ReturnValue) == 0x0001F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_GetBaseFilename_ReturnValue) == 0x0001F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, Temp_int_Loop_Counter_Variable) == 0x000208, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Add_IntInt_ReturnValue) == 0x00020C, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, Temp_int_Array_Index_Variable) == 0x000210, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, Temp_int_Array_Index_Variable_1) == 0x000214, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Array_Get_Item) == 0x000218, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000220, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Array_Get_Item_1) == 0x000230, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Array_Length_ReturnValue_1) == 0x000238, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_GetDataTableRowFromName_OutRow) == 0x000240, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0003F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Less_IntInt_ReturnValue) == 0x0003F1, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, Temp_int_Loop_Counter_Variable_1) == 0x0003F4, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0003F8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000408, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Less_IntInt_ReturnValue_1) == 0x000409, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, CallFunc_Add_IntInt_ReturnValue_1) == 0x00040C, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile, K2Node_MakeStruct_FLevelDataEntry) == 0x000410, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByLevelFile::K2Node_MakeStruct_FLevelDataEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID) == 0x000558, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, RowName) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, LevelData) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_GetAllLevelDataDTs_ReturnValue) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_GetAllLevelDataDTs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, Temp_int_Array_Index_Variable) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_Array_Length_ReturnValue) == 0x0001DC, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000398, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, Temp_int_Loop_Counter_Variable) == 0x00039C, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_Less_IntInt_ReturnValue) == 0x0003A0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, CallFunc_Add_IntInt_ReturnValue) == 0x0003A4, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID, K2Node_MakeStruct_FLevelDataEntry) == 0x0003A8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindLevelDataByID::K2Node_MakeStruct_FLevelDataEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID) == 0x0002F8, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, ItemId) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, CallFunc_Conv_NameToText_ReturnValue) == 0x000148, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, CallFunc_GetDataTableRowFromName_OutRow) == 0x000158, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000288, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, K2Node_MakeStruct_FormatArgumentData) == 0x000290, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, K2Node_MakeArray_Array) == 0x0002D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID, CallFunc_Format_ReturnValue) == 0x0002E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetItemStaticDefinitionFromID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel) == 0x000028, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel, Name_0) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel::Name_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel, CallFunc_GetLevelDataDT_ReturnValue) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel::CallFunc_GetLevelDataDT_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000020, "Member 'FL_jRPG_CustomFunctionLibrary_C_IsProductionLevel::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData) == 0x0003B0, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, Found) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, LevelData) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, RowName) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_GetBaseFilename_ReturnValue) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_Conv_StringToName_ReturnValue) == 0x0001E8, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_FindLevelDataByLevelFile_Found) == 0x0001F0, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_FindLevelDataByLevelFile_RowName) == 0x0001F4, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000200, "Member 'FL_jRPG_CustomFunctionLibrary_C_FindCurrentLevelData::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData) == 0x000388, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, __WorldContext) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, Found) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, LevelData) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, RowName) == 0x0001C0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, CallFunc_FindCurrentLevelData_Found) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, CallFunc_FindCurrentLevelData_LevelData) == 0x0001D0, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData, CallFunc_FindCurrentLevelData_RowName) == 0x000380, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetCurrentLevelData::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CustomFunctionLibrary_C_GetLevelData \ +static_assert(alignof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData) == 0x000008, "Wrong alignment on FL_jRPG_CustomFunctionLibrary_C_GetLevelData"); \ +static_assert(sizeof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData) == 0x000700, "Wrong size on FL_jRPG_CustomFunctionLibrary_C_GetLevelData"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, Name_0) == 0x000000, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::Name_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, __WorldContext) == 0x000008, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, Found) == 0x000010, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, LevelData) == 0x000018, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, local_dataTables) == 0x0001C8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::local_dataTables' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, K2Node_MakeStruct_FLevelDataEntry) == 0x0001D8, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::K2Node_MakeStruct_FLevelDataEntry' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, CallFunc_FindLevelDataByLevelFile_Found) == 0x000388, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, CallFunc_FindLevelDataByLevelFile_RowName) == 0x00038C, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000398, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, CallFunc_FindLevelDataByID_Found) == 0x000548, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CustomFunctionLibrary_C_GetLevelData, CallFunc_FindLevelDataByID_LevelData) == 0x000550, "Member 'FL_jRPG_CustomFunctionLibrary_C_GetLevelData::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_jRPG_CustomFunctionLibrary_C \ +static_assert(alignof(UFL_jRPG_CustomFunctionLibrary_C) == 0x000008, "Wrong alignment on UFL_jRPG_CustomFunctionLibrary_C"); \ +static_assert(sizeof(UFL_jRPG_CustomFunctionLibrary_C) == 0x000028, "Wrong size on UFL_jRPG_CustomFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_FComputeGraphEdge \ +static_assert(alignof(FComputeGraphEdge) == 0x000008, "Wrong alignment on FComputeGraphEdge"); \ +static_assert(sizeof(FComputeGraphEdge) == 0x000038, "Wrong size on FComputeGraphEdge"); \ +static_assert(offsetof(FComputeGraphEdge, KernelIndex) == 0x000000, "Member 'FComputeGraphEdge::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, KernelBindingIndex) == 0x000004, "Member 'FComputeGraphEdge::KernelBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, DataInterfaceIndex) == 0x000008, "Member 'FComputeGraphEdge::DataInterfaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, DataInterfaceBindingIndex) == 0x00000C, "Member 'FComputeGraphEdge::DataInterfaceBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, bKernelInput) == 0x000010, "Member 'FComputeGraphEdge::bKernelInput' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, BindingFunctionNameOverride) == 0x000018, "Member 'FComputeGraphEdge::BindingFunctionNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, BindingFunctionNamespace) == 0x000028, "Member 'FComputeGraphEdge::BindingFunctionNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeGraphInstance \ +static_assert(alignof(FComputeGraphInstance) == 0x000008, "Wrong alignment on FComputeGraphInstance"); \ +static_assert(sizeof(FComputeGraphInstance) == 0x000018, "Wrong size on FComputeGraphInstance"); \ +static_assert(offsetof(FComputeGraphInstance, DataProviders) == 0x000000, "Member 'FComputeGraphInstance::DataProviders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationBool \ +static_assert(alignof(FComputeKernelPermutationBool) == 0x000008, "Wrong alignment on FComputeKernelPermutationBool"); \ +static_assert(sizeof(FComputeKernelPermutationBool) == 0x000018, "Wrong size on FComputeKernelPermutationBool"); \ +static_assert(offsetof(FComputeKernelPermutationBool, Name) == 0x000000, "Member 'FComputeKernelPermutationBool::Name' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelPermutationBool, Value) == 0x000010, "Member 'FComputeKernelPermutationBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationSet \ +static_assert(alignof(FComputeKernelPermutationSet) == 0x000008, "Wrong alignment on FComputeKernelPermutationSet"); \ +static_assert(sizeof(FComputeKernelPermutationSet) == 0x000010, "Wrong size on FComputeKernelPermutationSet"); \ +static_assert(offsetof(FComputeKernelPermutationSet, BooleanOptions) == 0x000000, "Member 'FComputeKernelPermutationSet::BooleanOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelDefinition \ +static_assert(alignof(FComputeKernelDefinition) == 0x000008, "Wrong alignment on FComputeKernelDefinition"); \ +static_assert(sizeof(FComputeKernelDefinition) == 0x000020, "Wrong size on FComputeKernelDefinition"); \ +static_assert(offsetof(FComputeKernelDefinition, Symbol) == 0x000000, "Member 'FComputeKernelDefinition::Symbol' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelDefinition, Define) == 0x000010, "Member 'FComputeKernelDefinition::Define' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelDefinitionSet \ +static_assert(alignof(FComputeKernelDefinitionSet) == 0x000008, "Wrong alignment on FComputeKernelDefinitionSet"); \ +static_assert(sizeof(FComputeKernelDefinitionSet) == 0x000010, "Wrong size on FComputeKernelDefinitionSet"); \ +static_assert(offsetof(FComputeKernelDefinitionSet, Defines) == 0x000000, "Member 'FComputeKernelDefinitionSet::Defines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationVector \ +static_assert(alignof(FComputeKernelPermutationVector) == 0x000008, "Wrong alignment on FComputeKernelPermutationVector"); \ +static_assert(sizeof(FComputeKernelPermutationVector) == 0x000058, "Wrong size on FComputeKernelPermutationVector"); \ +static_assert(offsetof(FComputeKernelPermutationVector, Permutations) == 0x000000, "Member 'FComputeKernelPermutationVector::Permutations' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelPermutationVector, BitCount) == 0x000050, "Member 'FComputeKernelPermutationVector::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderValueTypeHandle \ +static_assert(alignof(FShaderValueTypeHandle) == 0x000008, "Wrong alignment on FShaderValueTypeHandle"); \ +static_assert(sizeof(FShaderValueTypeHandle) == 0x000008, "Wrong size on FShaderValueTypeHandle"); \ + +#define DUMPER7_ASSERTS_FShaderValueType \ +static_assert(alignof(FShaderValueType) == 0x000008, "Wrong alignment on FShaderValueType"); \ +static_assert(sizeof(FShaderValueType) == 0x000020, "Wrong size on FShaderValueType"); \ +static_assert(offsetof(FShaderValueType, Type) == 0x000000, "Member 'FShaderValueType::Type' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, DimensionType) == 0x000001, "Member 'FShaderValueType::DimensionType' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, Name) == 0x000004, "Member 'FShaderValueType::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, bIsDynamicArray) == 0x00000C, "Member 'FShaderValueType::bIsDynamicArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderParamTypeDefinition \ +static_assert(alignof(FShaderParamTypeDefinition) == 0x000008, "Wrong alignment on FShaderParamTypeDefinition"); \ +static_assert(sizeof(FShaderParamTypeDefinition) == 0x000030, "Wrong size on FShaderParamTypeDefinition"); \ +static_assert(offsetof(FShaderParamTypeDefinition, TypeDeclaration) == 0x000000, "Member 'FShaderParamTypeDefinition::TypeDeclaration' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, Name) == 0x000010, "Member 'FShaderParamTypeDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ValueType) == 0x000020, "Member 'FShaderParamTypeDefinition::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ArrayElementCount) == 0x000028, "Member 'FShaderParamTypeDefinition::ArrayElementCount' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, BindingType) == 0x00002A, "Member 'FShaderParamTypeDefinition::BindingType' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ResourceType) == 0x00002B, "Member 'FShaderParamTypeDefinition::ResourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderFunctionDefinition \ +static_assert(alignof(FShaderFunctionDefinition) == 0x000008, "Wrong alignment on FShaderFunctionDefinition"); \ +static_assert(sizeof(FShaderFunctionDefinition) == 0x000028, "Wrong size on FShaderFunctionDefinition"); \ +static_assert(offsetof(FShaderFunctionDefinition, Name) == 0x000000, "Member 'FShaderFunctionDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderFunctionDefinition, ParamTypes) == 0x000010, "Member 'FShaderFunctionDefinition::ParamTypes' has a wrong offset!"); \ +static_assert(offsetof(FShaderFunctionDefinition, bHasReturnType) == 0x000020, "Member 'FShaderFunctionDefinition::bHasReturnType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeDataInterface \ +static_assert(alignof(UComputeDataInterface) == 0x000008, "Wrong alignment on UComputeDataInterface"); \ +static_assert(sizeof(UComputeDataInterface) == 0x000028, "Wrong size on UComputeDataInterface"); \ + +#define DUMPER7_ASSERTS_UComputeDataProvider \ +static_assert(alignof(UComputeDataProvider) == 0x000008, "Wrong alignment on UComputeDataProvider"); \ +static_assert(sizeof(UComputeDataProvider) == 0x000028, "Wrong size on UComputeDataProvider"); \ + +#define DUMPER7_ASSERTS_UComputeKernelSource \ +static_assert(alignof(UComputeKernelSource) == 0x000008, "Wrong alignment on UComputeKernelSource"); \ +static_assert(sizeof(UComputeKernelSource) == 0x000098, "Wrong size on UComputeKernelSource"); \ +static_assert(offsetof(UComputeKernelSource, EntryPoint) == 0x000028, "Member 'UComputeKernelSource::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, GroupSize) == 0x000038, "Member 'UComputeKernelSource::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, PermutationSet) == 0x000048, "Member 'UComputeKernelSource::PermutationSet' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, DefinitionsSet) == 0x000058, "Member 'UComputeKernelSource::DefinitionsSet' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, AdditionalSources) == 0x000068, "Member 'UComputeKernelSource::AdditionalSources' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, ExternalInputs) == 0x000078, "Member 'UComputeKernelSource::ExternalInputs' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, ExternalOutputs) == 0x000088, "Member 'UComputeKernelSource::ExternalOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeSource \ +static_assert(alignof(UComputeSource) == 0x000008, "Wrong alignment on UComputeSource"); \ +static_assert(sizeof(UComputeSource) == 0x000038, "Wrong size on UComputeSource"); \ +static_assert(offsetof(UComputeSource, AdditionalSources) == 0x000028, "Member 'UComputeSource::AdditionalSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeGraph \ +static_assert(alignof(UComputeGraph) == 0x000008, "Wrong alignment on UComputeGraph"); \ +static_assert(sizeof(UComputeGraph) == 0x0000E0, "Wrong size on UComputeGraph"); \ +static_assert(offsetof(UComputeGraph, KernelInvocations) == 0x000028, "Member 'UComputeGraph::KernelInvocations' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, DataInterfaces) == 0x000038, "Member 'UComputeGraph::DataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, GraphEdges) == 0x000048, "Member 'UComputeGraph::GraphEdges' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, Bindings) == 0x000058, "Member 'UComputeGraph::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, DataInterfaceToBinding) == 0x000068, "Member 'UComputeGraph::DataInterfaceToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComputeGraphComponent_CreateDataProviders \ +static_assert(alignof(ComputeGraphComponent_CreateDataProviders) == 0x000008, "Wrong alignment on ComputeGraphComponent_CreateDataProviders"); \ +static_assert(sizeof(ComputeGraphComponent_CreateDataProviders) == 0x000010, "Wrong size on ComputeGraphComponent_CreateDataProviders"); \ +static_assert(offsetof(ComputeGraphComponent_CreateDataProviders, InBindingIndex) == 0x000000, "Member 'ComputeGraphComponent_CreateDataProviders::InBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(ComputeGraphComponent_CreateDataProviders, InBindingObject) == 0x000008, "Member 'ComputeGraphComponent_CreateDataProviders::InBindingObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeGraphComponent \ +static_assert(alignof(UComputeGraphComponent) == 0x000008, "Wrong alignment on UComputeGraphComponent"); \ +static_assert(sizeof(UComputeGraphComponent) == 0x0000C0, "Wrong size on UComputeGraphComponent"); \ +static_assert(offsetof(UComputeGraphComponent, ComputeGraph) == 0x0000A0, "Member 'UComputeGraphComponent::ComputeGraph' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraphComponent, ComputeGraphInstance) == 0x0000A8, "Member 'UComputeGraphComponent::ComputeGraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeKernel \ +static_assert(alignof(UComputeKernel) == 0x000008, "Wrong alignment on UComputeKernel"); \ +static_assert(sizeof(UComputeKernel) == 0x000038, "Wrong size on UComputeKernel"); \ +static_assert(offsetof(UComputeKernel, KernelSource) == 0x000028, "Member 'UComputeKernel::KernelSource' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernel, KernelFlags) == 0x000030, "Member 'UComputeKernel::KernelFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeKernelFromText \ +static_assert(alignof(UComputeKernelFromText) == 0x000008, "Wrong alignment on UComputeKernelFromText"); \ +static_assert(sizeof(UComputeKernelFromText) == 0x0000A8, "Wrong size on UComputeKernelFromText"); \ +static_assert(offsetof(UComputeKernelFromText, SourceFile) == 0x000098, "Member 'UComputeKernelFromText::SourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeSourceFromText \ +static_assert(alignof(UComputeSourceFromText) == 0x000008, "Wrong alignment on UComputeSourceFromText"); \ +static_assert(sizeof(UComputeSourceFromText) == 0x000048, "Wrong size on UComputeSourceFromText"); \ +static_assert(offsetof(UComputeSourceFromText, SourceFile) == 0x000038, "Member 'UComputeSourceFromText::SourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSettings \ +static_assert(alignof(UOptimusSettings) == 0x000008, "Wrong alignment on UOptimusSettings"); \ +static_assert(sizeof(UOptimusSettings) == 0x000090, "Wrong size on UOptimusSettings"); \ +static_assert(offsetof(UOptimusSettings, DefaultMode) == 0x000038, "Member 'UOptimusSettings::DefaultMode' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSettings, DefaultDeformer) == 0x000040, "Member 'UOptimusSettings::DefaultDeformer' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSettings, DefaultRecomputeTangentDeformer) == 0x000068, "Member 'UOptimusSettings::DefaultRecomputeTangentDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PlayedCinematic_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedCinematic_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_PlayedCinematic_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_PlayedCinematic_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedCinematic_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_PlayedCinematic_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_PlayedCinematic_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_CheckInternal, CallFunc_HasPlayedCinematic_Result) == 0x000001, "Member 'BP_ConditionChecker_PlayedCinematic_C_CheckInternal::CallFunc_HasPlayedCinematic_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PlayedCinematic_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_PlayedCinematic_C_ValidateConditionChecker::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_PlayedCinematic_C \ +static_assert(alignof(UBP_ConditionChecker_PlayedCinematic_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_PlayedCinematic_C"); \ +static_assert(sizeof(UBP_ConditionChecker_PlayedCinematic_C) == 0x000068, "Wrong size on UBP_ConditionChecker_PlayedCinematic_C"); \ +static_assert(offsetof(UBP_ConditionChecker_PlayedCinematic_C, CinematicID) == 0x000060, "Member 'UBP_ConditionChecker_PlayedCinematic_C::CinematicID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature \ +static_assert(alignof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature"); \ +static_assert(sizeof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature) == 0x000001, "Wrong size on WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature"); \ +static_assert(offsetof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature, IsActive) == 0x000000, "Member 'WBP_PictosList_C_BndEvt__WBP_PictosList_PictosFilter_K2Node_ComponentBoundEvent_3_OnFilterActivated__DelegateSignature::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_PictosList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_DoCustomNavigationVerticalWrapping \ +static_assert(alignof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping) == 0x000008, "Wrong alignment on WBP_PictosList_C_DoCustomNavigationVerticalWrapping"); \ +static_assert(sizeof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping) == 0x000050, "Wrong size on WBP_PictosList_C_DoCustomNavigationVerticalWrapping"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Navigation_0) == 0x000000, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_bool_Variable) == 0x000001, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_int_Variable) == 0x000004, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_int_Variable_1) == 0x000008, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_int_Variable_3) == 0x000010, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, Temp_bool_Variable_2) == 0x000015, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_GetListItems_ReturnValue) == 0x000018, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_Percent_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000034, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00003C, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x00003D, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, K2Node_Select_Default) == 0x000040, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, K2Node_Select_Default_1) == 0x000044, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_DoCustomNavigationVerticalWrapping, K2Node_Select_Default_2) == 0x000048, "Member 'WBP_PictosList_C_DoCustomNavigationVerticalWrapping::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList \ +static_assert(alignof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList) == 0x000008, "Wrong alignment on WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList"); \ +static_assert(sizeof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList) == 0x0000C0, "Wrong size on WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, EntryPoint) == 0x000000, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_ComponentBoundEvent_Widget) == 0x000038, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_DynamicCast_AsWBP_Panel_Pictos_Element) == 0x000048, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_DynamicCast_AsWBP_Panel_Pictos_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CustomEvent_PictoViewItem_1) == 0x000058, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CustomEvent_PictoViewItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CustomEvent_PictoViewItem) == 0x000060, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CustomEvent_PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CustomEvent_AbsolutePos) == 0x000068, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CustomEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000078, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_GetListItems_ReturnValue) == 0x000088, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CreateDelegate_OutputDelegate_3) == 0x000098, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_Array_Find_ReturnValue) == 0x0000A8, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_ComponentBoundEvent_IsActive) == 0x0000AC, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_ComponentBoundEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_IsActivated_ReturnValue) == 0x0000AD, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_IsActivated_ReturnValue_1) == 0x0000AE, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_IsActivated_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000B0, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList, K2Node_CustomEvent_UserConfig) == 0x0000B8, "Member 'WBP_PictosList_C_ExecuteUbergraph_WBP_PictosList::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_FilterItems \ +static_assert(alignof(WBP_PictosList_C_FilterItems) == 0x000008, "Wrong alignment on WBP_PictosList_C_FilterItems"); \ +static_assert(sizeof(WBP_PictosList_C_FilterItems) == 0x000040, "Wrong size on WBP_PictosList_C_FilterItems"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, Temp_byte_Variable) == 0x000000, "Member 'WBP_PictosList_C_FilterItems::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_PictosList_C_FilterItems::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_PictosList_C_FilterItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_PictosList_C_FilterItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, Temp_bool_Variable) == 0x000010, "Member 'WBP_PictosList_C_FilterItems::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_PictosList_C_FilterItems::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00001D, "Member 'WBP_PictosList_C_FilterItems::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'WBP_PictosList_C_FilterItems::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, K2Node_Select_Default) == 0x000020, "Member 'WBP_PictosList_C_FilterItems::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Array_AddUnique_ReturnValue) == 0x000030, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_IsMatchingFilterConditions_ReturnValue) == 0x000034, "Member 'WBP_PictosList_C_FilterItems::CallFunc_IsMatchingFilterConditions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Array_Length_ReturnValue_2) == 0x000038, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_FilterItems, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_PictosList_C_FilterItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_GetPictoViewItems \ +static_assert(alignof(WBP_PictosList_C_GetPictoViewItems) == 0x000008, "Wrong alignment on WBP_PictosList_C_GetPictoViewItems"); \ +static_assert(sizeof(WBP_PictosList_C_GetPictoViewItems) == 0x000010, "Wrong size on WBP_PictosList_C_GetPictoViewItems"); \ +static_assert(offsetof(WBP_PictosList_C_GetPictoViewItems, PictosViewItems_0) == 0x000000, "Member 'WBP_PictosList_C_GetPictoViewItems::PictosViewItems_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_IsMatchingFilterConditions \ +static_assert(alignof(WBP_PictosList_C_IsMatchingFilterConditions) == 0x000008, "Wrong alignment on WBP_PictosList_C_IsMatchingFilterConditions"); \ +static_assert(sizeof(WBP_PictosList_C_IsMatchingFilterConditions) == 0x000150, "Wrong size on WBP_PictosList_C_IsMatchingFilterConditions"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, PictoViewItem) == 0x000000, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, ReturnValue) == 0x000008, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, IsMatchingAllCriterias) == 0x000009, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::IsMatchingAllCriterias' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000010, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000020, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetCurrentStats_CurrentStats) == 0x000038, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetCurrentStats_CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, Temp_int_Array_Index_Variable) == 0x000098, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_HasAnyFilterActive_ReturnValue) == 0x0000A8, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_HasAnyFilterActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, Temp_int_Array_Index_Variable_1) == 0x0000AC, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Get_Item) == 0x0000B4, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_BooleanOR_ReturnValue) == 0x0000BC, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x0000C0, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetPassiveEffectDefinition_Found) == 0x000108, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_GetActiveFilters_ActiveFilterEntries) == 0x000110, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_GetActiveFilters_ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Length_ReturnValue_1) == 0x000120, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Less_IntInt_ReturnValue_1) == 0x000140, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Map_Find_Value) == 0x000141, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Map_Find_ReturnValue) == 0x000142, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Map_Find_Value_1) == 0x000143, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Map_Find_ReturnValue_1) == 0x000144, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Contains_ReturnValue) == 0x000145, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_Array_Contains_ReturnValue_1) == 0x000146, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_BooleanAND_ReturnValue) == 0x000147, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_IsMatchingFilterConditions, CallFunc_BooleanAND_ReturnValue_1) == 0x000148, "Member 'WBP_PictosList_C_IsMatchingFilterConditions::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_LoadItemsForCharacter \ +static_assert(alignof(WBP_PictosList_C_LoadItemsForCharacter) == 0x000008, "Wrong alignment on WBP_PictosList_C_LoadItemsForCharacter"); \ +static_assert(sizeof(WBP_PictosList_C_LoadItemsForCharacter) == 0x0001D0, "Wrong size on WBP_PictosList_C_LoadItemsForCharacter"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CharacterData) == 0x000000, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, InsertIndex) == 0x000008, "Member 'WBP_PictosList_C_LoadItemsForCharacter::InsertIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_bool_Variable) == 0x00000C, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_SpawnObject_ReturnValue) == 0x000010, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_byte_Variable) == 0x000018, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_byte_Variable_2) == 0x00003C, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000044, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, K2Node_Select_Default) == 0x000058, "Member 'WBP_PictosList_C_LoadItemsForCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_GetInventoryManager_ReturnValue) == 0x000060, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_GetNumItems_ReturnValue) == 0x000070, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_byte_Variable_3) == 0x000074, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000075, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_GetInventoryManager_ReturnValue_1) == 0x000078, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000080, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0001CC, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, CallFunc_CanEquipItem_ReturnValue) == 0x0001CD, "Member 'WBP_PictosList_C_LoadItemsForCharacter::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, Temp_bool_Variable_1) == 0x0001CE, "Member 'WBP_PictosList_C_LoadItemsForCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_LoadItemsForCharacter, K2Node_Select_Default_1) == 0x0001CF, "Member 'WBP_PictosList_C_LoadItemsForCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_OnElementClicked \ +static_assert(alignof(WBP_PictosList_C_OnElementClicked) == 0x000008, "Wrong alignment on WBP_PictosList_C_OnElementClicked"); \ +static_assert(sizeof(WBP_PictosList_C_OnElementClicked) == 0x000008, "Wrong size on WBP_PictosList_C_OnElementClicked"); \ +static_assert(offsetof(WBP_PictosList_C_OnElementClicked, PictoViewItem) == 0x000000, "Member 'WBP_PictosList_C_OnElementClicked::PictoViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_OnElementNavigated \ +static_assert(alignof(WBP_PictosList_C_OnElementNavigated) == 0x000008, "Wrong alignment on WBP_PictosList_C_OnElementNavigated"); \ +static_assert(sizeof(WBP_PictosList_C_OnElementNavigated) == 0x000018, "Wrong size on WBP_PictosList_C_OnElementNavigated"); \ +static_assert(offsetof(WBP_PictosList_C_OnElementNavigated, PictoViewItem) == 0x000000, "Member 'WBP_PictosList_C_OnElementNavigated::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_OnElementNavigated, AbsolutePos) == 0x000008, "Member 'WBP_PictosList_C_OnElementNavigated::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_OnSettingsApplied \ +static_assert(alignof(WBP_PictosList_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_PictosList_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_PictosList_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_PictosList_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_PictosList_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_PictosList_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_PictoSortLambda \ +static_assert(alignof(WBP_PictosList_C_PictoSortLambda) == 0x000008, "Wrong alignment on WBP_PictosList_C_PictoSortLambda"); \ +static_assert(sizeof(WBP_PictosList_C_PictoSortLambda) == 0x000760, "Wrong size on WBP_PictosList_C_PictoSortLambda"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, PictoItemLhs) == 0x000000, "Member 'WBP_PictosList_C_PictoSortLambda::PictoItemLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, PictoItemRhs) == 0x000008, "Member 'WBP_PictosList_C_PictoSortLambda::PictoItemRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, OrderingResult) == 0x000010, "Member 'WBP_PictosList_C_PictoSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable) == 0x000018, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000020, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000158, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCurrentStats_CurrentStats) == 0x000160, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCurrentStats_CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_IsEquippedByCurrentCharacter_IsEquipped) == 0x0001B0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_IsEquippedByCurrentCharacter_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1) == 0x0001B8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCurrentLevel_ReturnValue) == 0x0001C0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData_1) == 0x0001C8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData_2) == 0x000300, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x000438, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_2) == 0x000448, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_IsEquippedByCurrentCharacter_IsEquipped_1) == 0x000450, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_IsEquippedByCurrentCharacter_IsEquipped_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCurrentStats_CurrentStats_1) == 0x000458, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCurrentStats_CurrentStats_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_BooleanXOR_ReturnValue) == 0x0004A8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_3) == 0x0004B0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Not_PreBool_ReturnValue) == 0x0004B8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x0004BC, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004C0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Subtract_IntInt_ReturnValue) == 0x0004C4, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x0004C8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData_3) == 0x0004D0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x000608, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_1) == 0x00060C, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000610, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_2) == 0x000620, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x000624, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_SignOfInteger_ReturnValue_1) == 0x000628, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_SignOfInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_int_Variable) == 0x00062C, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Add_IntInt_ReturnValue_1) == 0x000630, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_3) == 0x000634, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_4) == 0x000635, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_5) == 0x000636, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_int_Variable_1) == 0x000638, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_6) == 0x00063C, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_7) == 0x00063D, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_byte_Variable_8) == 0x00063E, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_int_Variable_2) == 0x000640, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, K2Node_Select_Default) == 0x000644, "Member 'WBP_PictosList_C_PictoSortLambda::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, K2Node_Select_Default_1) == 0x000645, "Member 'WBP_PictosList_C_PictoSortLambda::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_MakeLiteralByte_ReturnValue) == 0x000646, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_wildcard_Variable) == 0x000647, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_wildcard_Variable_1) == 0x000648, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCustomGI_ReturnValue) == 0x000650, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_IsObjectFavorite_IsFavorite) == 0x000658, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_IsObjectFavorite_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetCustomGI_ReturnValue_1) == 0x000660, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_real_Variable) == 0x000668, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_IsObjectFavorite_IsFavorite_1) == 0x000670, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_IsObjectFavorite_IsFavorite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_BooleanXOR_ReturnValue_1) == 0x000671, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_BooleanXOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Not_PreBool_ReturnValue_1) == 0x000672, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry) == 0x000678, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_bool_Variable) == 0x000690, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000691, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_real_Variable_1) == 0x000698, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, Temp_bool_Variable_1) == 0x0006A0, "Member 'WBP_PictosList_C_PictoSortLambda::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1) == 0x0006A8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2) == 0x0006C0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0006D8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x0006D9, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0006DA, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0006DB, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0006DC, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_3) == 0x0006E0, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x0006F8, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_Value) == 0x0006F9, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_ReturnValue) == 0x0006FA, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_Value_1) == 0x000700, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_ReturnValue_1) == 0x000708, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_Value_2) == 0x000710, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Map_Find_ReturnValue_2) == 0x000718, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, K2Node_Select_Default_2) == 0x000720, "Member 'WBP_PictosList_C_PictoSortLambda::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, K2Node_Select_Default_3) == 0x000728, "Member 'WBP_PictosList_C_PictoSortLambda::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Not_PreBool_ReturnValue_2) == 0x000730, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000738, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Not_PreBool_ReturnValue_3) == 0x000740, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_SignOfFloat_ReturnValue) == 0x000748, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_BooleanAND_ReturnValue) == 0x000750, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_FTrunc_ReturnValue) == 0x000754, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, CallFunc_Add_IntInt_ReturnValue_2) == 0x000758, "Member 'WBP_PictosList_C_PictoSortLambda::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_PictoSortLambda, K2Node_Select_Default_4) == 0x00075C, "Member 'WBP_PictosList_C_PictoSortLambda::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_PreConstruct \ +static_assert(alignof(WBP_PictosList_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PictosList_C_PreConstruct"); \ +static_assert(sizeof(WBP_PictosList_C_PreConstruct) == 0x000001, "Wrong size on WBP_PictosList_C_PreConstruct"); \ +static_assert(offsetof(WBP_PictosList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PictosList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_RefreshTileViewEntrySize \ +static_assert(alignof(WBP_PictosList_C_RefreshTileViewEntrySize) == 0x000008, "Wrong alignment on WBP_PictosList_C_RefreshTileViewEntrySize"); \ +static_assert(sizeof(WBP_PictosList_C_RefreshTileViewEntrySize) == 0x000058, "Wrong size on WBP_PictosList_C_RefreshTileViewEntrySize"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, ElementClass) == 0x000000, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::ElementClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_GetCurrentScale_User_Specified_Scale) == 0x000018, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_GetCurrentScale_User_Specified_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000048, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_SetEntryHeight_NewHeight_ImplicitCast) == 0x000050, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_SetEntryHeight_NewHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_RefreshTileViewEntrySize, CallFunc_SetEntryWidth_NewWidth_ImplicitCast) == 0x000054, "Member 'WBP_PictosList_C_RefreshTileViewEntrySize::CallFunc_SetEntryWidth_NewWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_ShowPictoTooltip \ +static_assert(alignof(WBP_PictosList_C_ShowPictoTooltip) == 0x000008, "Wrong alignment on WBP_PictosList_C_ShowPictoTooltip"); \ +static_assert(sizeof(WBP_PictosList_C_ShowPictoTooltip) == 0x0001A8, "Wrong size on WBP_PictosList_C_ShowPictoTooltip"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, InPictoViewItem) == 0x000000, "Member 'WBP_PictosList_C_ShowPictoTooltip::InPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, AbsolutePos) == 0x000008, "Member 'WBP_PictosList_C_ShowPictoTooltip::AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, Temp_bool_Variable) == 0x000018, "Member 'WBP_PictosList_C_ShowPictoTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue) == 0x000019, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, Temp_struct_Variable) == 0x000020, "Member 'WBP_PictosList_C_ShowPictoTooltip::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, Temp_bool_Variable_1) == 0x000030, "Member 'WBP_PictosList_C_ShowPictoTooltip::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, Temp_byte_Variable) == 0x000031, "Member 'WBP_PictosList_C_ShowPictoTooltip::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, Temp_byte_Variable_1) == 0x000032, "Member 'WBP_PictosList_C_ShowPictoTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_GetViewportSize_ReturnValue) == 0x000038, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, K2Node_Select_Default) == 0x000048, "Member 'WBP_PictosList_C_ShowPictoTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_X) == 0x000050, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000060, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_GetDesiredSize_ReturnValue) == 0x000068, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_X_1) == 0x000080, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_Y_1) == 0x000088, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, K2Node_DynamicCast_AsGrid_Slot) == 0x000090, "Member 'WBP_PictosList_C_ShowPictoTooltip::K2Node_DynamicCast_AsGrid_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_PictosList_C_ShowPictoTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x00009C, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_GetLocalSize_ReturnValue) == 0x0000D8, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_AbsoluteToLocal_ReturnValue) == 0x0000E8, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_X_2) == 0x0000F8, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_Y_2) == 0x000100, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_X_3) == 0x000108, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_BreakVector2D_Y_3) == 0x000110, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000118, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000120, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_FClamp_ReturnValue) == 0x000128, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_GetEntryWidth_ReturnValue) == 0x000130, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_GetEntryWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000138, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000140, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_FFloor_ReturnValue) == 0x000148, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Max_ReturnValue) == 0x00014C, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000150, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000158, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000160, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x000168, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_MakeVector2D_ReturnValue) == 0x000170, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, K2Node_Select_Default_1) == 0x000180, "Member 'WBP_PictosList_C_ShowPictoTooltip::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000190, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000198, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_ShowPictoTooltip, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0001A0, "Member 'WBP_PictosList_C_ShowPictoTooltip::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_SortItems \ +static_assert(alignof(WBP_PictosList_C_SortItems) == 0x000008, "Wrong alignment on WBP_PictosList_C_SortItems"); \ +static_assert(sizeof(WBP_PictosList_C_SortItems) == 0x000040, "Wrong size on WBP_PictosList_C_SortItems"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_PictosList_C_SortItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, CallFunc_GetSortDirection_SortDirection) == 0x000010, "Member 'WBP_PictosList_C_SortItems::CallFunc_GetSortDirection_SortDirection' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_OrderingResult) == 0x000018, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_CmpSuccess) == 0x000020, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_SomeAlteration) == 0x000021, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_Obj1) == 0x000028, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_Obj2) == 0x000030, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_Index1) == 0x000038, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_SortItems, BPNode_SortArray_Index2) == 0x00003C, "Member 'WBP_PictosList_C_SortItems::BPNode_SortArray_Index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PictosList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PictosList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PictosList_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_PictosList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PictosList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PictosList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_BP_GetDesiredFocusTarget, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000008, "Member 'WBP_PictosList_C_BP_GetDesiredFocusTarget::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_PictosList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictosList_C \ +static_assert(alignof(UWBP_PictosList_C) == 0x000008, "Wrong alignment on UWBP_PictosList_C"); \ +static_assert(sizeof(UWBP_PictosList_C) == 0x000578, "Wrong size on UWBP_PictosList_C"); \ +static_assert(offsetof(UWBP_PictosList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PictosList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, Anim_Feedback_Error_NoAvailable) == 0x000438, "Member 'UWBP_PictosList_C::Anim_Feedback_Error_NoAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, Anim_Deactivated) == 0x000440, "Member 'UWBP_PictosList_C::Anim_Deactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, GridPanel) == 0x000448, "Member 'UWBP_PictosList_C::GridPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, NoMatchHintBox) == 0x000450, "Member 'UWBP_PictosList_C::NoMatchHintBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, NoPictosHintBox) == 0x000458, "Member 'UWBP_PictosList_C::NoPictosHintBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, PictosFilter) == 0x000460, "Member 'UWBP_PictosList_C::PictosFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, PictosTileView) == 0x000468, "Member 'UWBP_PictosList_C::PictosTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, PictoTooltip) == 0x000470, "Member 'UWBP_PictosList_C::PictoTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, SortDropdown) == 0x000478, "Member 'UWBP_PictosList_C::SortDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, OnPictoItemClicked) == 0x000480, "Member 'UWBP_PictosList_C::OnPictoItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, OnPictoItemNavigated) == 0x000490, "Member 'UWBP_PictosList_C::OnPictoItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, Dummy_SortPictoViewItems) == 0x0004A0, "Member 'UWBP_PictosList_C::Dummy_SortPictoViewItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, LastNavigatedIndex) == 0x0004B0, "Member 'UWBP_PictosList_C::LastNavigatedIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, PictosViewItems) == 0x0004B8, "Member 'UWBP_PictosList_C::PictosViewItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, OrderedPictosViewItems) == 0x0004C8, "Member 'UWBP_PictosList_C::OrderedPictosViewItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, NameToStatMap) == 0x0004D8, "Member 'UWBP_PictosList_C::NameToStatMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosList_C, NameToPassiveEffectCategoryMap) == 0x000528, "Member 'UWBP_PictosList_C::NameToPassiveEffectCategoryMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataTypeRef \ +static_assert(alignof(FOptimusDataTypeRef) == 0x000004, "Wrong alignment on FOptimusDataTypeRef"); \ +static_assert(sizeof(FOptimusDataTypeRef) == 0x000010, "Wrong size on FOptimusDataTypeRef"); \ +static_assert(offsetof(FOptimusDataTypeRef, TypeName) == 0x000000, "Member 'FOptimusDataTypeRef::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataTypeRef, TypeObject) == 0x000008, "Member 'FOptimusDataTypeRef::TypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimus_ShaderBinding \ +static_assert(alignof(FOptimus_ShaderBinding) == 0x000004, "Wrong alignment on FOptimus_ShaderBinding"); \ +static_assert(sizeof(FOptimus_ShaderBinding) == 0x000018, "Wrong size on FOptimus_ShaderBinding"); \ +static_assert(offsetof(FOptimus_ShaderBinding, Name) == 0x000000, "Member 'FOptimus_ShaderBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimus_ShaderBinding, DataType) == 0x000008, "Member 'FOptimus_ShaderBinding::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusValidatedName \ +static_assert(alignof(FOptimusValidatedName) == 0x000004, "Wrong alignment on FOptimusValidatedName"); \ +static_assert(sizeof(FOptimusValidatedName) == 0x000008, "Wrong size on FOptimusValidatedName"); \ +static_assert(offsetof(FOptimusValidatedName, Name) == 0x000000, "Member 'FOptimusValidatedName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataDomain \ +static_assert(alignof(FOptimusDataDomain) == 0x000008, "Wrong alignment on FOptimusDataDomain"); \ +static_assert(sizeof(FOptimusDataDomain) == 0x000040, "Wrong size on FOptimusDataDomain"); \ +static_assert(offsetof(FOptimusDataDomain, Type) == 0x000000, "Member 'FOptimusDataDomain::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, DimensionNames) == 0x000008, "Member 'FOptimusDataDomain::DimensionNames' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, Multiplier) == 0x000018, "Member 'FOptimusDataDomain::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, Expression) == 0x000020, "Member 'FOptimusDataDomain::Expression' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, LevelNames) == 0x000030, "Member 'FOptimusDataDomain::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusParameterBinding \ +static_assert(alignof(FOptimusParameterBinding) == 0x000008, "Wrong alignment on FOptimusParameterBinding"); \ +static_assert(sizeof(FOptimusParameterBinding) == 0x000060, "Wrong size on FOptimusParameterBinding"); \ +static_assert(offsetof(FOptimusParameterBinding, Name) == 0x000000, "Member 'FOptimusParameterBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, DataType) == 0x000008, "Member 'FOptimusParameterBinding::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, DataDomain) == 0x000018, "Member 'FOptimusParameterBinding::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, bSupportAtomicIfCompatibleDataType) == 0x000058, "Member 'FOptimusParameterBinding::bSupportAtomicIfCompatibleDataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, bSupportRead) == 0x000059, "Member 'FOptimusParameterBinding::bSupportRead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusParameterBindingArray \ +static_assert(alignof(FOptimusParameterBindingArray) == 0x000008, "Wrong alignment on FOptimusParameterBindingArray"); \ +static_assert(sizeof(FOptimusParameterBindingArray) == 0x000010, "Wrong size on FOptimusParameterBindingArray"); \ +static_assert(offsetof(FOptimusParameterBindingArray, InnerArray) == 0x000000, "Member 'FOptimusParameterBindingArray::InnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantIdentifier \ +static_assert(alignof(FOptimusConstantIdentifier) == 0x000004, "Wrong alignment on FOptimusConstantIdentifier"); \ +static_assert(sizeof(FOptimusConstantIdentifier) == 0x000018, "Wrong size on FOptimusConstantIdentifier"); \ +static_assert(offsetof(FOptimusConstantIdentifier, NodePath) == 0x000000, "Member 'FOptimusConstantIdentifier::NodePath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIdentifier, GroupName) == 0x000008, "Member 'FOptimusConstantIdentifier::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIdentifier, ConstantName) == 0x000010, "Member 'FOptimusConstantIdentifier::ConstantName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantDefinition \ +static_assert(alignof(FOptimusConstantDefinition) == 0x000008, "Wrong alignment on FOptimusConstantDefinition"); \ +static_assert(sizeof(FOptimusConstantDefinition) == 0x000028, "Wrong size on FOptimusConstantDefinition"); \ +static_assert(offsetof(FOptimusConstantDefinition, ReferencedConstant) == 0x000000, "Member 'FOptimusConstantDefinition::ReferencedConstant' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantDefinition, Expression) == 0x000018, "Member 'FOptimusConstantDefinition::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstant \ +static_assert(alignof(FOptimusConstant) == 0x000008, "Wrong alignment on FOptimusConstant"); \ +static_assert(sizeof(FOptimusConstant) == 0x000048, "Wrong size on FOptimusConstant"); \ +static_assert(offsetof(FOptimusConstant, Identifier) == 0x000000, "Member 'FOptimusConstant::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, Definition) == 0x000018, "Member 'FOptimusConstant::Definition' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, ComponentBindingIndex) == 0x000040, "Member 'FOptimusConstant::ComponentBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, Type) == 0x000044, "Member 'FOptimusConstant::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantIndex \ +static_assert(alignof(FOptimusConstantIndex) == 0x000004, "Wrong alignment on FOptimusConstantIndex"); \ +static_assert(sizeof(FOptimusConstantIndex) == 0x00000C, "Wrong size on FOptimusConstantIndex"); \ +static_assert(offsetof(FOptimusConstantIndex, KernelIndex) == 0x000000, "Member 'FOptimusConstantIndex::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIndex, Type) == 0x000004, "Member 'FOptimusConstantIndex::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIndex, ConstantIndex) == 0x000008, "Member 'FOptimusConstantIndex::ConstantIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusKernelConstantContainer \ +static_assert(alignof(FOptimusKernelConstantContainer) == 0x000008, "Wrong alignment on FOptimusKernelConstantContainer"); \ +static_assert(sizeof(FOptimusKernelConstantContainer) == 0x000070, "Wrong size on FOptimusKernelConstantContainer"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, InputConstants) == 0x000000, "Member 'FOptimusKernelConstantContainer::InputConstants' has a wrong offset!"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, OutputConstants) == 0x000010, "Member 'FOptimusKernelConstantContainer::OutputConstants' has a wrong offset!"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, GroupNameToBindingIndex) == 0x000020, "Member 'FOptimusKernelConstantContainer::GroupNameToBindingIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantContainer \ +static_assert(alignof(FOptimusConstantContainer) == 0x000008, "Wrong alignment on FOptimusConstantContainer"); \ +static_assert(sizeof(FOptimusConstantContainer) == 0x000010, "Wrong size on FOptimusConstantContainer"); \ +static_assert(offsetof(FOptimusConstantContainer, KernelContainers) == 0x000000, "Member 'FOptimusConstantContainer::KernelContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusShaderText \ +static_assert(alignof(FOptimusShaderText) == 0x000008, "Wrong alignment on FOptimusShaderText"); \ +static_assert(sizeof(FOptimusShaderText) == 0x000020, "Wrong size on FOptimusShaderText"); \ +static_assert(offsetof(FOptimusShaderText, Declarations) == 0x000000, "Member 'FOptimusShaderText::Declarations' has a wrong offset!"); \ +static_assert(offsetof(FOptimusShaderText, ShaderText) == 0x000010, "Member 'FOptimusShaderText::ShaderText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAction \ +static_assert(alignof(FOptimusAction) == 0x000008, "Wrong alignment on FOptimusAction"); \ +static_assert(sizeof(FOptimusAction) == 0x000018, "Wrong size on FOptimusAction"); \ + +#define DUMPER7_ASSERTS_FOptimusCompoundAction \ +static_assert(alignof(FOptimusCompoundAction) == 0x000008, "Wrong alignment on FOptimusCompoundAction"); \ +static_assert(sizeof(FOptimusCompoundAction) == 0x000028, "Wrong size on FOptimusCompoundAction"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_AddBinding \ +static_assert(alignof(FOptimusComponentBindingAction_AddBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_AddBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_AddBinding) == 0x000030, "Wrong size on FOptimusComponentBindingAction_AddBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_RemoveBinding \ +static_assert(alignof(FOptimusComponentBindingAction_RemoveBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_RemoveBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_RemoveBinding) == 0x000048, "Wrong size on FOptimusComponentBindingAction_RemoveBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_RenameBinding \ +static_assert(alignof(FOptimusComponentBindingAction_RenameBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_RenameBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_RenameBinding) == 0x000028, "Wrong size on FOptimusComponentBindingAction_RenameBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_SetComponentSource \ +static_assert(alignof(FOptimusComponentBindingAction_SetComponentSource) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_SetComponentSource"); \ +static_assert(sizeof(FOptimusComponentBindingAction_SetComponentSource) == 0x000040, "Wrong size on FOptimusComponentBindingAction_SetComponentSource"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_RenameNode \ +static_assert(alignof(FOptimusNodeAction_RenameNode) == 0x000008, "Wrong alignment on FOptimusNodeAction_RenameNode"); \ +static_assert(sizeof(FOptimusNodeAction_RenameNode) == 0x000048, "Wrong size on FOptimusNodeAction_RenameNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_MoveNode \ +static_assert(alignof(FOptimusNodeAction_MoveNode) == 0x000008, "Wrong alignment on FOptimusNodeAction_MoveNode"); \ +static_assert(sizeof(FOptimusNodeAction_MoveNode) == 0x000048, "Wrong size on FOptimusNodeAction_MoveNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinValue \ +static_assert(alignof(FOptimusNodeAction_SetPinValue) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinValue"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinValue) == 0x000048, "Wrong size on FOptimusNodeAction_SetPinValue"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinName \ +static_assert(alignof(FOptimusNodeAction_SetPinName) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinName"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinName) == 0x000038, "Wrong size on FOptimusNodeAction_SetPinName"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinType \ +static_assert(alignof(FOptimusNodeAction_SetPinType) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinType"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinType) == 0x000038, "Wrong size on FOptimusNodeAction_SetPinType"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinDataDomain \ +static_assert(alignof(FOptimusNodeAction_SetPinDataDomain) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinDataDomain"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinDataDomain) == 0x0000A8, "Wrong size on FOptimusNodeAction_SetPinDataDomain"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddRemovePin \ +static_assert(alignof(FOptimusNodeAction_AddRemovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddRemovePin"); \ +static_assert(sizeof(FOptimusNodeAction_AddRemovePin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddRemovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddPin \ +static_assert(alignof(FOptimusNodeAction_AddPin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddPin"); \ +static_assert(sizeof(FOptimusNodeAction_AddPin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddGroupingPin \ +static_assert(alignof(FOptimusNodeAction_AddGroupingPin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddGroupingPin"); \ +static_assert(sizeof(FOptimusNodeAction_AddGroupingPin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddGroupingPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_RemovePin \ +static_assert(alignof(FOptimusNodeAction_RemovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_RemovePin"); \ +static_assert(sizeof(FOptimusNodeAction_RemovePin) == 0x0000B8, "Wrong size on FOptimusNodeAction_RemovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_MovePin \ +static_assert(alignof(FOptimusNodeAction_MovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_MovePin"); \ +static_assert(sizeof(FOptimusNodeAction_MovePin) == 0x000048, "Wrong size on FOptimusNodeAction_MovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddGraph \ +static_assert(alignof(FOptimusNodeGraphAction_AddGraph) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_AddGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddGraph) == 0x000090, "Wrong size on FOptimusNodeGraphAction_AddGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveGraph \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveGraph) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveGraph) == 0x000058, "Wrong size on FOptimusNodeGraphAction_RemoveGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RenameGraph \ +static_assert(alignof(FOptimusNodeGraphAction_RenameGraph) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RenameGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RenameGraph) == 0x000048, "Wrong size on FOptimusNodeGraphAction_RenameGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddNode \ +static_assert(alignof(FOptimusNodeGraphAction_AddNode) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_AddNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddNode) == 0x0000A0, "Wrong size on FOptimusNodeGraphAction_AddNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_DuplicateNode \ +static_assert(alignof(FOptimusNodeGraphAction_DuplicateNode) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_DuplicateNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_DuplicateNode) == 0x0000A0, "Wrong size on FOptimusNodeGraphAction_DuplicateNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveNode \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveNode) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveNode) == 0x000060, "Wrong size on FOptimusNodeGraphAction_RemoveNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddRemoveNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_AddRemoveNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddRemoveNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddRemoveNodePair) == 0x000038, "Wrong size on FOptimusNodeGraphAction_AddRemoveNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_AddNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddNodePair) == 0x000058, "Wrong size on FOptimusNodeGraphAction_AddNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveNodePair) == 0x000038, "Wrong size on FOptimusNodeGraphAction_RemoveNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddRemoveLink \ +static_assert(alignof(FOptimusNodeGraphAction_AddRemoveLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddRemoveLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddRemoveLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_AddRemoveLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddLink \ +static_assert(alignof(FOptimusNodeGraphAction_AddLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_AddLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveLink \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_RemoveLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_ConnectAdderPin \ +static_assert(alignof(FOptimusNodeGraphAction_ConnectAdderPin) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_ConnectAdderPin"); \ +static_assert(sizeof(FOptimusNodeGraphAction_ConnectAdderPin) == 0x0000A0, "Wrong size on FOptimusNodeGraphAction_ConnectAdderPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_PackageKernelFunction \ +static_assert(alignof(FOptimusNodeGraphAction_PackageKernelFunction) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_PackageKernelFunction"); \ +static_assert(sizeof(FOptimusNodeGraphAction_PackageKernelFunction) == 0x0000B0, "Wrong size on FOptimusNodeGraphAction_PackageKernelFunction"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_UnpackageKernelFunction \ +static_assert(alignof(FOptimusNodeGraphAction_UnpackageKernelFunction) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_UnpackageKernelFunction"); \ +static_assert(sizeof(FOptimusNodeGraphAction_UnpackageKernelFunction) == 0x000060, "Wrong size on FOptimusNodeGraphAction_UnpackageKernelFunction"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_AddResource \ +static_assert(alignof(FOptimusResourceAction_AddResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_AddResource"); \ +static_assert(sizeof(FOptimusResourceAction_AddResource) == 0x000070, "Wrong size on FOptimusResourceAction_AddResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_RemoveResource \ +static_assert(alignof(FOptimusResourceAction_RemoveResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_RemoveResource"); \ +static_assert(sizeof(FOptimusResourceAction_RemoveResource) == 0x000048, "Wrong size on FOptimusResourceAction_RemoveResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_RenameResource \ +static_assert(alignof(FOptimusResourceAction_RenameResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_RenameResource"); \ +static_assert(sizeof(FOptimusResourceAction_RenameResource) == 0x000028, "Wrong size on FOptimusResourceAction_RenameResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_SetDataType \ +static_assert(alignof(FOptimusResourceAction_SetDataType) == 0x000008, "Wrong alignment on FOptimusResourceAction_SetDataType"); \ +static_assert(sizeof(FOptimusResourceAction_SetDataType) == 0x000040, "Wrong size on FOptimusResourceAction_SetDataType"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_SetDataDomain \ +static_assert(alignof(FOptimusResourceAction_SetDataDomain) == 0x000008, "Wrong alignment on FOptimusResourceAction_SetDataDomain"); \ +static_assert(sizeof(FOptimusResourceAction_SetDataDomain) == 0x0000A0, "Wrong size on FOptimusResourceAction_SetDataDomain"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_AddVariable \ +static_assert(alignof(FOptimusVariableAction_AddVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_AddVariable"); \ +static_assert(sizeof(FOptimusVariableAction_AddVariable) == 0x000030, "Wrong size on FOptimusVariableAction_AddVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_RemoveVariable \ +static_assert(alignof(FOptimusVariableAction_RemoveVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_RemoveVariable"); \ +static_assert(sizeof(FOptimusVariableAction_RemoveVariable) == 0x000058, "Wrong size on FOptimusVariableAction_RemoveVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_RenameVariable \ +static_assert(alignof(FOptimusVariableAction_RenameVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_RenameVariable"); \ +static_assert(sizeof(FOptimusVariableAction_RenameVariable) == 0x000028, "Wrong size on FOptimusVariableAction_RenameVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_SetDataType \ +static_assert(alignof(FOptimusVariableAction_SetDataType) == 0x000008, "Wrong alignment on FOptimusVariableAction_SetDataType"); \ +static_assert(sizeof(FOptimusVariableAction_SetDataType) == 0x000040, "Wrong size on FOptimusVariableAction_SetDataType"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeDescription \ +static_assert(alignof(FOptimusAnimAttributeDescription) == 0x000008, "Wrong alignment on FOptimusAnimAttributeDescription"); \ +static_assert(sizeof(FOptimusAnimAttributeDescription) == 0x000048, "Wrong size on FOptimusAnimAttributeDescription"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, Name) == 0x000000, "Member 'FOptimusAnimAttributeDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, BoneName) == 0x000010, "Member 'FOptimusAnimAttributeDescription::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, DataType) == 0x000018, "Member 'FOptimusAnimAttributeDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, DefaultValue) == 0x000028, "Member 'FOptimusAnimAttributeDescription::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, HlslId) == 0x000030, "Member 'FOptimusAnimAttributeDescription::HlslId' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, PinName) == 0x000040, "Member 'FOptimusAnimAttributeDescription::PinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeArray \ +static_assert(alignof(FOptimusAnimAttributeArray) == 0x000008, "Wrong alignment on FOptimusAnimAttributeArray"); \ +static_assert(sizeof(FOptimusAnimAttributeArray) == 0x000010, "Wrong size on FOptimusAnimAttributeArray"); \ +static_assert(offsetof(FOptimusAnimAttributeArray, InnerArray) == 0x000000, "Member 'FOptimusAnimAttributeArray::InnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDebugDrawParameters \ +static_assert(alignof(FOptimusDebugDrawParameters) == 0x000004, "Wrong alignment on FOptimusDebugDrawParameters"); \ +static_assert(sizeof(FOptimusDebugDrawParameters) == 0x000014, "Wrong size on FOptimusDebugDrawParameters"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, bForceEnable) == 0x000000, "Member 'FOptimusDebugDrawParameters::bForceEnable' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxLineCount) == 0x000004, "Member 'FOptimusDebugDrawParameters::MaxLineCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxTriangleCount) == 0x000008, "Member 'FOptimusDebugDrawParameters::MaxTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxCharacterCount) == 0x00000C, "Member 'FOptimusDebugDrawParameters::MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, FontSize) == 0x000010, "Member 'FOptimusDebugDrawParameters::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusGraphVariableDescription \ +static_assert(alignof(FOptimusGraphVariableDescription) == 0x000008, "Wrong alignment on FOptimusGraphVariableDescription"); \ +static_assert(sizeof(FOptimusGraphVariableDescription) == 0x000068, "Wrong size on FOptimusGraphVariableDescription"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Name) == 0x000000, "Member 'FOptimusGraphVariableDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, ValueType) == 0x000010, "Member 'FOptimusGraphVariableDescription::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Value) == 0x000018, "Member 'FOptimusGraphVariableDescription::Value' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Offset) == 0x000028, "Member 'FOptimusGraphVariableDescription::Offset' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, SourceObject) == 0x000030, "Member 'FOptimusGraphVariableDescription::SourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_ComponentSource_DuplicationInfo \ +static_assert(alignof(FOptimusNode_ComponentSource_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_ComponentSource_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_ComponentSource_DuplicationInfo) == 0x000010, "Wrong size on FOptimusNode_ComponentSource_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_ComponentSource_DuplicationInfo, BindingName) == 0x000000, "Member 'FOptimusNode_ComponentSource_DuplicationInfo::BindingName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ComponentSource_DuplicationInfo, ComponentType) == 0x000008, "Member 'FOptimusNode_ComponentSource_DuplicationInfo::ComponentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusSecondaryInputBindingsGroup \ +static_assert(alignof(FOptimusSecondaryInputBindingsGroup) == 0x000008, "Wrong alignment on FOptimusSecondaryInputBindingsGroup"); \ +static_assert(sizeof(FOptimusSecondaryInputBindingsGroup) == 0x000018, "Wrong size on FOptimusSecondaryInputBindingsGroup"); \ +static_assert(offsetof(FOptimusSecondaryInputBindingsGroup, GroupName) == 0x000000, "Member 'FOptimusSecondaryInputBindingsGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusSecondaryInputBindingsGroup, BindingArray) == 0x000008, "Member 'FOptimusSecondaryInputBindingsGroup::BindingArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_GetVariable_DuplicationInfo \ +static_assert(alignof(FOptimusNode_GetVariable_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_GetVariable_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_GetVariable_DuplicationInfo) == 0x000028, "Wrong size on FOptimusNode_GetVariable_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, VariableName) == 0x000000, "Member 'FOptimusNode_GetVariable_DuplicationInfo::VariableName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, DataType) == 0x000008, "Member 'FOptimusNode_GetVariable_DuplicationInfo::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, DefaultValue) == 0x000018, "Member 'FOptimusNode_GetVariable_DuplicationInfo::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusPinPairInfo \ +static_assert(alignof(FOptimusPinPairInfo) == 0x000008, "Wrong alignment on FOptimusPinPairInfo"); \ +static_assert(sizeof(FOptimusPinPairInfo) == 0x000020, "Wrong size on FOptimusPinPairInfo"); \ +static_assert(offsetof(FOptimusPinPairInfo, InputPinPath) == 0x000000, "Member 'FOptimusPinPairInfo::InputPinPath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusPinPairInfo, OutputPinPath) == 0x000010, "Member 'FOptimusPinPairInfo::OutputPinPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusLoopTerminalInfo \ +static_assert(alignof(FOptimusLoopTerminalInfo) == 0x000008, "Wrong alignment on FOptimusLoopTerminalInfo"); \ +static_assert(sizeof(FOptimusLoopTerminalInfo) == 0x000018, "Wrong size on FOptimusLoopTerminalInfo"); \ +static_assert(offsetof(FOptimusLoopTerminalInfo, Count) == 0x000000, "Member 'FOptimusLoopTerminalInfo::Count' has a wrong offset!"); \ +static_assert(offsetof(FOptimusLoopTerminalInfo, Bindings) == 0x000008, "Member 'FOptimusLoopTerminalInfo::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_ResourceAccessorBase_DuplicationInfo \ +static_assert(alignof(FOptimusNode_ResourceAccessorBase_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_ResourceAccessorBase_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_ResourceAccessorBase_DuplicationInfo) == 0x000058, "Wrong size on FOptimusNode_ResourceAccessorBase_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, ResourceName) == 0x000000, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, DataType) == 0x000008, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, DataDomain) == 0x000018, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::DataDomain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataType \ +static_assert(alignof(FOptimusDataType) == 0x000008, "Wrong alignment on FOptimusDataType"); \ +static_assert(sizeof(FOptimusDataType) == 0x000050, "Wrong size on FOptimusDataType"); \ +static_assert(offsetof(FOptimusDataType, TypeName) == 0x000000, "Member 'FOptimusDataType::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, DisplayName) == 0x000008, "Member 'FOptimusDataType::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, ShaderValueType) == 0x000018, "Member 'FOptimusDataType::ShaderValueType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, ShaderValueSize) == 0x000020, "Member 'FOptimusDataType::ShaderValueSize' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeCategory) == 0x000024, "Member 'FOptimusDataType::TypeCategory' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeObject) == 0x00002C, "Member 'FOptimusDataType::TypeObject' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, bHasCustomPinColor) == 0x000034, "Member 'FOptimusDataType::bHasCustomPinColor' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, CustomPinColor) == 0x000038, "Member 'FOptimusDataType::CustomPinColor' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, UsageFlags) == 0x000048, "Member 'FOptimusDataType::UsageFlags' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeFlags) == 0x000049, "Member 'FOptimusDataType::TypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusComputeGraphInfo \ +static_assert(alignof(FOptimusComputeGraphInfo) == 0x000008, "Wrong alignment on FOptimusComputeGraphInfo"); \ +static_assert(sizeof(FOptimusComputeGraphInfo) == 0x000018, "Wrong size on FOptimusComputeGraphInfo"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, GraphType) == 0x000000, "Member 'FOptimusComputeGraphInfo::GraphType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, GraphName) == 0x000004, "Member 'FOptimusComputeGraphInfo::GraphName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, ComputeGraph) == 0x000010, "Member 'FOptimusComputeGraphInfo::ComputeGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDeformerInstanceExecInfo \ +static_assert(alignof(FOptimusDeformerInstanceExecInfo) == 0x000008, "Wrong alignment on FOptimusDeformerInstanceExecInfo"); \ +static_assert(sizeof(FOptimusDeformerInstanceExecInfo) == 0x000030, "Wrong size on FOptimusDeformerInstanceExecInfo"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, GraphName) == 0x000000, "Member 'FOptimusDeformerInstanceExecInfo::GraphName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, GraphType) == 0x000008, "Member 'FOptimusDeformerInstanceExecInfo::GraphType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, ComputeGraph) == 0x000010, "Member 'FOptimusDeformerInstanceExecInfo::ComputeGraph' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, ComputeGraphInstance) == 0x000018, "Member 'FOptimusDeformerInstanceExecInfo::ComputeGraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDeformerInstanceComponentBinding \ +static_assert(alignof(FOptimusDeformerInstanceComponentBinding) == 0x000004, "Wrong alignment on FOptimusDeformerInstanceComponentBinding"); \ +static_assert(sizeof(FOptimusDeformerInstanceComponentBinding) == 0x000010, "Wrong size on FOptimusDeformerInstanceComponentBinding"); \ +static_assert(offsetof(FOptimusDeformerInstanceComponentBinding, ProviderName) == 0x000000, "Member 'FOptimusDeformerInstanceComponentBinding::ProviderName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceComponentBinding, ComponentName) == 0x000008, "Member 'FOptimusDeformerInstanceComponentBinding::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusExecutionDomain \ +static_assert(alignof(FOptimusExecutionDomain) == 0x000008, "Wrong alignment on FOptimusExecutionDomain"); \ +static_assert(sizeof(FOptimusExecutionDomain) == 0x000020, "Wrong size on FOptimusExecutionDomain"); \ +static_assert(offsetof(FOptimusExecutionDomain, Type) == 0x000000, "Member 'FOptimusExecutionDomain::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusExecutionDomain, Name) == 0x000004, "Member 'FOptimusExecutionDomain::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusExecutionDomain, Expression) == 0x000010, "Member 'FOptimusExecutionDomain::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeader \ +static_assert(alignof(FOptimusFunctionNodeGraphHeader) == 0x000008, "Wrong alignment on FOptimusFunctionNodeGraphHeader"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeader) == 0x000038, "Wrong size on FOptimusFunctionNodeGraphHeader"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, GraphPath) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeader::GraphPath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, FunctionName) == 0x000028, "Member 'FOptimusFunctionNodeGraphHeader::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, Category) == 0x000030, "Member 'FOptimusFunctionNodeGraphHeader::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeaderArray \ +static_assert(alignof(FOptimusFunctionNodeGraphHeaderArray) == 0x000008, "Wrong alignment on FOptimusFunctionNodeGraphHeaderArray"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeaderArray) == 0x000010, "Wrong size on FOptimusFunctionNodeGraphHeaderArray"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderArray, Headers) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeaderArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionReferenceNodeSet \ +static_assert(alignof(FOptimusFunctionReferenceNodeSet) == 0x000008, "Wrong alignment on FOptimusFunctionReferenceNodeSet"); \ +static_assert(sizeof(FOptimusFunctionReferenceNodeSet) == 0x000050, "Wrong size on FOptimusFunctionReferenceNodeSet"); \ +static_assert(offsetof(FOptimusFunctionReferenceNodeSet, Nodes) == 0x000000, "Member 'FOptimusFunctionReferenceNodeSet::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionReferenceData \ +static_assert(alignof(FOptimusFunctionReferenceData) == 0x000008, "Wrong alignment on FOptimusFunctionReferenceData"); \ +static_assert(sizeof(FOptimusFunctionReferenceData) == 0x000050, "Wrong size on FOptimusFunctionReferenceData"); \ +static_assert(offsetof(FOptimusFunctionReferenceData, FunctionReferences) == 0x000000, "Member 'FOptimusFunctionReferenceData::FunctionReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableMetaDataEntry \ +static_assert(alignof(FOptimusVariableMetaDataEntry) == 0x000008, "Wrong alignment on FOptimusVariableMetaDataEntry"); \ +static_assert(sizeof(FOptimusVariableMetaDataEntry) == 0x000018, "Wrong size on FOptimusVariableMetaDataEntry"); \ +static_assert(offsetof(FOptimusVariableMetaDataEntry, Key) == 0x000000, "Member 'FOptimusVariableMetaDataEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FOptimusVariableMetaDataEntry, Value) == 0x000008, "Member 'FOptimusVariableMetaDataEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusAlternativeSelectedObjectProvider \ +static_assert(alignof(IOptimusAlternativeSelectedObjectProvider) == 0x000001, "Wrong alignment on IOptimusAlternativeSelectedObjectProvider"); \ +static_assert(sizeof(IOptimusAlternativeSelectedObjectProvider) == 0x000001, "Wrong size on IOptimusAlternativeSelectedObjectProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusComponentBindingProvider \ +static_assert(alignof(IOptimusComponentBindingProvider) == 0x000001, "Wrong alignment on IOptimusComponentBindingProvider"); \ +static_assert(sizeof(IOptimusComponentBindingProvider) == 0x000001, "Wrong size on IOptimusComponentBindingProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusComponentBindingReceiver \ +static_assert(alignof(IOptimusComponentBindingReceiver) == 0x000001, "Wrong alignment on IOptimusComponentBindingReceiver"); \ +static_assert(sizeof(IOptimusComponentBindingReceiver) == 0x000001, "Wrong size on IOptimusComponentBindingReceiver"); \ + +#define DUMPER7_ASSERTS_IOptimusComputeKernelDataInterface \ +static_assert(alignof(IOptimusComputeKernelDataInterface) == 0x000001, "Wrong alignment on IOptimusComputeKernelDataInterface"); \ +static_assert(sizeof(IOptimusComputeKernelDataInterface) == 0x000001, "Wrong size on IOptimusComputeKernelDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusComputeKernelProvider \ +static_assert(alignof(IOptimusComputeKernelProvider) == 0x000001, "Wrong alignment on IOptimusComputeKernelProvider"); \ +static_assert(sizeof(IOptimusComputeKernelProvider) == 0x000001, "Wrong size on IOptimusComputeKernelProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusDataInterfaceProvider \ +static_assert(alignof(IOptimusDataInterfaceProvider) == 0x000001, "Wrong alignment on IOptimusDataInterfaceProvider"); \ +static_assert(sizeof(IOptimusDataInterfaceProvider) == 0x000001, "Wrong size on IOptimusDataInterfaceProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusDeformerInstanceAccessor \ +static_assert(alignof(IOptimusDeformerInstanceAccessor) == 0x000001, "Wrong alignment on IOptimusDeformerInstanceAccessor"); \ +static_assert(sizeof(IOptimusDeformerInstanceAccessor) == 0x000001, "Wrong size on IOptimusDeformerInstanceAccessor"); \ + +#define DUMPER7_ASSERTS_IOptimusDeprecatedExecutionDataInterface \ +static_assert(alignof(IOptimusDeprecatedExecutionDataInterface) == 0x000001, "Wrong alignment on IOptimusDeprecatedExecutionDataInterface"); \ +static_assert(sizeof(IOptimusDeprecatedExecutionDataInterface) == 0x000001, "Wrong size on IOptimusDeprecatedExecutionDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusExecutionDomainProvider \ +static_assert(alignof(IOptimusExecutionDomainProvider) == 0x000001, "Wrong alignment on IOptimusExecutionDomainProvider"); \ +static_assert(sizeof(IOptimusExecutionDomainProvider) == 0x000001, "Wrong size on IOptimusExecutionDomainProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusGeneratedClassDefiner \ +static_assert(alignof(IOptimusGeneratedClassDefiner) == 0x000001, "Wrong alignment on IOptimusGeneratedClassDefiner"); \ +static_assert(sizeof(IOptimusGeneratedClassDefiner) == 0x000001, "Wrong size on IOptimusGeneratedClassDefiner"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeAdderPinProvider \ +static_assert(alignof(IOptimusNodeAdderPinProvider) == 0x000001, "Wrong alignment on IOptimusNodeAdderPinProvider"); \ +static_assert(sizeof(IOptimusNodeAdderPinProvider) == 0x000001, "Wrong size on IOptimusNodeAdderPinProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeFunctionLibraryOwner \ +static_assert(alignof(IOptimusNodeFunctionLibraryOwner) == 0x000001, "Wrong alignment on IOptimusNodeFunctionLibraryOwner"); \ +static_assert(sizeof(IOptimusNodeFunctionLibraryOwner) == 0x000001, "Wrong size on IOptimusNodeFunctionLibraryOwner"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeGraphCollectionOwner \ +static_assert(alignof(IOptimusNodeGraphCollectionOwner) == 0x000001, "Wrong alignment on IOptimusNodeGraphCollectionOwner"); \ +static_assert(sizeof(IOptimusNodeGraphCollectionOwner) == 0x000001, "Wrong size on IOptimusNodeGraphCollectionOwner"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeGraphProvider \ +static_assert(alignof(IOptimusNodeGraphProvider) == 0x000001, "Wrong alignment on IOptimusNodeGraphProvider"); \ +static_assert(sizeof(IOptimusNodeGraphProvider) == 0x000001, "Wrong size on IOptimusNodeGraphProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodePairProvider \ +static_assert(alignof(IOptimusNodePairProvider) == 0x000001, "Wrong alignment on IOptimusNodePairProvider"); \ +static_assert(sizeof(IOptimusNodePairProvider) == 0x000001, "Wrong size on IOptimusNodePairProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodePinRouter \ +static_assert(alignof(IOptimusNodePinRouter) == 0x000001, "Wrong alignment on IOptimusNodePinRouter"); \ +static_assert(sizeof(IOptimusNodePinRouter) == 0x000001, "Wrong size on IOptimusNodePinRouter"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeSubGraphReferencer \ +static_assert(alignof(IOptimusNodeSubGraphReferencer) == 0x000001, "Wrong alignment on IOptimusNodeSubGraphReferencer"); \ +static_assert(sizeof(IOptimusNodeSubGraphReferencer) == 0x000001, "Wrong size on IOptimusNodeSubGraphReferencer"); \ + +#define DUMPER7_ASSERTS_IOptimusNonCollapsibleNode \ +static_assert(alignof(IOptimusNonCollapsibleNode) == 0x000001, "Wrong alignment on IOptimusNonCollapsibleNode"); \ +static_assert(sizeof(IOptimusNonCollapsibleNode) == 0x000001, "Wrong size on IOptimusNonCollapsibleNode"); \ + +#define DUMPER7_ASSERTS_IOptimusNonCopyableNode \ +static_assert(alignof(IOptimusNonCopyableNode) == 0x000001, "Wrong alignment on IOptimusNonCopyableNode"); \ +static_assert(sizeof(IOptimusNonCopyableNode) == 0x000001, "Wrong size on IOptimusNonCopyableNode"); \ + +#define DUMPER7_ASSERTS_IOptimusParameterBindingProvider \ +static_assert(alignof(IOptimusParameterBindingProvider) == 0x000001, "Wrong alignment on IOptimusParameterBindingProvider"); \ +static_assert(sizeof(IOptimusParameterBindingProvider) == 0x000001, "Wrong size on IOptimusParameterBindingProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusPathResolver \ +static_assert(alignof(IOptimusPathResolver) == 0x000001, "Wrong alignment on IOptimusPathResolver"); \ +static_assert(sizeof(IOptimusPathResolver) == 0x000001, "Wrong size on IOptimusPathResolver"); \ + +#define DUMPER7_ASSERTS_IOptimusPersistentBufferProvider \ +static_assert(alignof(IOptimusPersistentBufferProvider) == 0x000001, "Wrong alignment on IOptimusPersistentBufferProvider"); \ +static_assert(sizeof(IOptimusPersistentBufferProvider) == 0x000001, "Wrong size on IOptimusPersistentBufferProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusPinMutabilityDefiner \ +static_assert(alignof(IOptimusPinMutabilityDefiner) == 0x000001, "Wrong alignment on IOptimusPinMutabilityDefiner"); \ +static_assert(sizeof(IOptimusPinMutabilityDefiner) == 0x000001, "Wrong size on IOptimusPinMutabilityDefiner"); \ + +#define DUMPER7_ASSERTS_IOptimusShaderTextProvider \ +static_assert(alignof(IOptimusShaderTextProvider) == 0x000001, "Wrong alignment on IOptimusShaderTextProvider"); \ +static_assert(sizeof(IOptimusShaderTextProvider) == 0x000001, "Wrong size on IOptimusShaderTextProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusUnnamedNodePinProvider \ +static_assert(alignof(IOptimusUnnamedNodePinProvider) == 0x000001, "Wrong alignment on IOptimusUnnamedNodePinProvider"); \ +static_assert(sizeof(IOptimusUnnamedNodePinProvider) == 0x000001, "Wrong size on IOptimusUnnamedNodePinProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusValueProvider \ +static_assert(alignof(IOptimusValueProvider) == 0x000001, "Wrong alignment on IOptimusValueProvider"); \ +static_assert(sizeof(IOptimusValueProvider) == 0x000001, "Wrong size on IOptimusValueProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusComputeDataInterface \ +static_assert(alignof(UOptimusComputeDataInterface) == 0x000008, "Wrong alignment on UOptimusComputeDataInterface"); \ +static_assert(sizeof(UOptimusComputeDataInterface) == 0x000028, "Wrong size on UOptimusComputeDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshVertexAttributeDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshVertexAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshVertexAttributeDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshVertexAttributeDataInterface) == 0x000030, "Wrong size on UOptimusSkinnedMeshVertexAttributeDataInterface"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataInterface, AttributeName) == 0x000028, "Member 'UOptimusSkinnedMeshVertexAttributeDataInterface::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshVertexAttributeDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshVertexAttributeDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshVertexAttributeDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshVertexAttributeDataProvider) == 0x000038, "Wrong size on UOptimusSkinnedMeshVertexAttributeDataProvider"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataProvider, SkinnedMeshComponent) == 0x000028, "Member 'UOptimusSkinnedMeshVertexAttributeDataProvider::SkinnedMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataProvider, AttributeName) == 0x000030, "Member 'UOptimusSkinnedMeshVertexAttributeDataProvider::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusKernelSource \ +static_assert(alignof(UOptimusKernelSource) == 0x000008, "Wrong alignment on UOptimusKernelSource"); \ +static_assert(sizeof(UOptimusKernelSource) == 0x0000A8, "Wrong size on UOptimusKernelSource"); \ +static_assert(offsetof(UOptimusKernelSource, Source) == 0x000098, "Member 'UOptimusKernelSource::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSource \ +static_assert(alignof(UOptimusComponentSource) == 0x000008, "Wrong alignment on UOptimusComponentSource"); \ +static_assert(sizeof(UOptimusComponentSource) == 0x000028, "Wrong size on UOptimusComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneComponentSource \ +static_assert(alignof(UOptimusSceneComponentSource) == 0x000008, "Wrong alignment on UOptimusSceneComponentSource"); \ +static_assert(sizeof(UOptimusSceneComponentSource) == 0x000028, "Wrong size on UOptimusSceneComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshComponentSource \ +static_assert(alignof(UOptimusSkinnedMeshComponentSource) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshComponentSource"); \ +static_assert(sizeof(UOptimusSkinnedMeshComponentSource) == 0x000028, "Wrong size on UOptimusSkinnedMeshComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletalMeshComponentSource \ +static_assert(alignof(UOptimusSkeletalMeshComponentSource) == 0x000008, "Wrong alignment on UOptimusSkeletalMeshComponentSource"); \ +static_assert(sizeof(UOptimusSkeletalMeshComponentSource) == 0x000028, "Wrong size on UOptimusSkeletalMeshComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusAnimAttributeDataInterface \ +static_assert(alignof(UOptimusAnimAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusAnimAttributeDataInterface"); \ +static_assert(sizeof(UOptimusAnimAttributeDataInterface) == 0x000038, "Wrong size on UOptimusAnimAttributeDataInterface"); \ +static_assert(offsetof(UOptimusAnimAttributeDataInterface, AttributeArray) == 0x000028, "Member 'UOptimusAnimAttributeDataInterface::AttributeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusAnimAttributeDataProvider \ +static_assert(alignof(UOptimusAnimAttributeDataProvider) == 0x000008, "Wrong alignment on UOptimusAnimAttributeDataProvider"); \ +static_assert(sizeof(UOptimusAnimAttributeDataProvider) == 0x000048, "Wrong size on UOptimusAnimAttributeDataProvider"); \ +static_assert(offsetof(UOptimusAnimAttributeDataProvider, SkeletalMesh) == 0x000028, "Member 'UOptimusAnimAttributeDataProvider::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusClothDataInterface \ +static_assert(alignof(UOptimusClothDataInterface) == 0x000008, "Wrong alignment on UOptimusClothDataInterface"); \ +static_assert(sizeof(UOptimusClothDataInterface) == 0x000028, "Wrong size on UOptimusClothDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusClothDataProvider \ +static_assert(alignof(UOptimusClothDataProvider) == 0x000008, "Wrong alignment on UOptimusClothDataProvider"); \ +static_assert(sizeof(UOptimusClothDataProvider) == 0x000030, "Wrong size on UOptimusClothDataProvider"); \ +static_assert(offsetof(UOptimusClothDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusClothDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusConnectivityDataInterface \ +static_assert(alignof(UOptimusConnectivityDataInterface) == 0x000008, "Wrong alignment on UOptimusConnectivityDataInterface"); \ +static_assert(sizeof(UOptimusConnectivityDataInterface) == 0x000028, "Wrong size on UOptimusConnectivityDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusConnectivityDataProvider \ +static_assert(alignof(UOptimusConnectivityDataProvider) == 0x000008, "Wrong alignment on UOptimusConnectivityDataProvider"); \ +static_assert(sizeof(UOptimusConnectivityDataProvider) == 0x000040, "Wrong size on UOptimusConnectivityDataProvider"); \ +static_assert(offsetof(UOptimusConnectivityDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusConnectivityDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCopyKernelDataInterface \ +static_assert(alignof(UOptimusCopyKernelDataInterface) == 0x000008, "Wrong alignment on UOptimusCopyKernelDataInterface"); \ +static_assert(sizeof(UOptimusCopyKernelDataInterface) == 0x000048, "Wrong size on UOptimusCopyKernelDataInterface"); \ +static_assert(offsetof(UOptimusCopyKernelDataInterface, ComponentSourceBinding) == 0x000030, "Member 'UOptimusCopyKernelDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCopyKernelDataInterface, NumThreadsExpression) == 0x000038, "Member 'UOptimusCopyKernelDataInterface::NumThreadsExpression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCopyKernelDataProvider \ +static_assert(alignof(UOptimusCopyKernelDataProvider) == 0x000008, "Wrong alignment on UOptimusCopyKernelDataProvider"); \ +static_assert(sizeof(UOptimusCopyKernelDataProvider) == 0x000038, "Wrong size on UOptimusCopyKernelDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusCustomComputeKernelDataInterface \ +static_assert(alignof(UOptimusCustomComputeKernelDataInterface) == 0x000008, "Wrong alignment on UOptimusCustomComputeKernelDataInterface"); \ +static_assert(sizeof(UOptimusCustomComputeKernelDataInterface) == 0x000060, "Wrong size on UOptimusCustomComputeKernelDataInterface"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, ComponentSourceBinding) == 0x000030, "Member 'UOptimusCustomComputeKernelDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, NumThreadsExpression) == 0x000038, "Member 'UOptimusCustomComputeKernelDataInterface::NumThreadsExpression' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, ExecutionDomainConstantIdentifier) == 0x000048, "Member 'UOptimusCustomComputeKernelDataInterface::ExecutionDomainConstantIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCustomComputeKernelDataProvider \ +static_assert(alignof(UOptimusCustomComputeKernelDataProvider) == 0x000008, "Wrong alignment on UOptimusCustomComputeKernelDataProvider"); \ +static_assert(sizeof(UOptimusCustomComputeKernelDataProvider) == 0x000038, "Wrong size on UOptimusCustomComputeKernelDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusDebugDrawDataInterface \ +static_assert(alignof(UOptimusDebugDrawDataInterface) == 0x000008, "Wrong alignment on UOptimusDebugDrawDataInterface"); \ +static_assert(sizeof(UOptimusDebugDrawDataInterface) == 0x000040, "Wrong size on UOptimusDebugDrawDataInterface"); \ +static_assert(offsetof(UOptimusDebugDrawDataInterface, bIsSupported) == 0x000028, "Member 'UOptimusDebugDrawDataInterface::bIsSupported' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDebugDrawDataInterface, DebugDrawParameters) == 0x00002C, "Member 'UOptimusDebugDrawDataInterface::DebugDrawParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDebugDrawDataProvider \ +static_assert(alignof(UOptimusDebugDrawDataProvider) == 0x000008, "Wrong alignment on UOptimusDebugDrawDataProvider"); \ +static_assert(sizeof(UOptimusDebugDrawDataProvider) == 0x000048, "Wrong size on UOptimusDebugDrawDataProvider"); \ +static_assert(offsetof(UOptimusDebugDrawDataProvider, PrimitiveComponent) == 0x000028, "Member 'UOptimusDebugDrawDataProvider::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDebugDrawDataProvider, DebugDrawParameters) == 0x000030, "Member 'UOptimusDebugDrawDataProvider::DebugDrawParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDuplicateVerticesDataInterface \ +static_assert(alignof(UOptimusDuplicateVerticesDataInterface) == 0x000008, "Wrong alignment on UOptimusDuplicateVerticesDataInterface"); \ +static_assert(sizeof(UOptimusDuplicateVerticesDataInterface) == 0x000028, "Wrong size on UOptimusDuplicateVerticesDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusDuplicateVerticesDataProvider \ +static_assert(alignof(UOptimusDuplicateVerticesDataProvider) == 0x000008, "Wrong alignment on UOptimusDuplicateVerticesDataProvider"); \ +static_assert(sizeof(UOptimusDuplicateVerticesDataProvider) == 0x000030, "Wrong size on UOptimusDuplicateVerticesDataProvider"); \ +static_assert(offsetof(UOptimusDuplicateVerticesDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusDuplicateVerticesDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGraphDataInterface \ +static_assert(alignof(UOptimusGraphDataInterface) == 0x000008, "Wrong alignment on UOptimusGraphDataInterface"); \ +static_assert(sizeof(UOptimusGraphDataInterface) == 0x000040, "Wrong size on UOptimusGraphDataInterface"); \ +static_assert(offsetof(UOptimusGraphDataInterface, Variables) == 0x000028, "Member 'UOptimusGraphDataInterface::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGraphDataInterface, ParameterBufferSize) == 0x000038, "Member 'UOptimusGraphDataInterface::ParameterBufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGraphDataProvider \ +static_assert(alignof(UOptimusGraphDataProvider) == 0x000008, "Wrong alignment on UOptimusGraphDataProvider"); \ +static_assert(sizeof(UOptimusGraphDataProvider) == 0x000058, "Wrong size on UOptimusGraphDataProvider"); \ +static_assert(offsetof(UOptimusGraphDataProvider, MeshComponent) == 0x000030, "Member 'UOptimusGraphDataProvider::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGraphDataProvider, Variables) == 0x000038, "Member 'UOptimusGraphDataProvider::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGraphDataProvider, DeformerInstance) == 0x000050, "Member 'UOptimusGraphDataProvider::DeformerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusHalfEdgeDataInterface \ +static_assert(alignof(UOptimusHalfEdgeDataInterface) == 0x000008, "Wrong alignment on UOptimusHalfEdgeDataInterface"); \ +static_assert(sizeof(UOptimusHalfEdgeDataInterface) == 0x000028, "Wrong size on UOptimusHalfEdgeDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusHalfEdgeDataProvider \ +static_assert(alignof(UOptimusHalfEdgeDataProvider) == 0x000008, "Wrong alignment on UOptimusHalfEdgeDataProvider"); \ +static_assert(sizeof(UOptimusHalfEdgeDataProvider) == 0x000048, "Wrong size on UOptimusHalfEdgeDataProvider"); \ +static_assert(offsetof(UOptimusHalfEdgeDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusHalfEdgeDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusLoopTerminalDataInterface \ +static_assert(alignof(UOptimusLoopTerminalDataInterface) == 0x000008, "Wrong alignment on UOptimusLoopTerminalDataInterface"); \ +static_assert(sizeof(UOptimusLoopTerminalDataInterface) == 0x000030, "Wrong size on UOptimusLoopTerminalDataInterface"); \ +static_assert(offsetof(UOptimusLoopTerminalDataInterface, Index_0) == 0x000028, "Member 'UOptimusLoopTerminalDataInterface::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UOptimusLoopTerminalDataInterface, Count) == 0x00002C, "Member 'UOptimusLoopTerminalDataInterface::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusLoopTerminalDataProvider \ +static_assert(alignof(UOptimusLoopTerminalDataProvider) == 0x000008, "Wrong alignment on UOptimusLoopTerminalDataProvider"); \ +static_assert(sizeof(UOptimusLoopTerminalDataProvider) == 0x000030, "Wrong size on UOptimusLoopTerminalDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusMorphTargetDataInterface \ +static_assert(alignof(UOptimusMorphTargetDataInterface) == 0x000008, "Wrong alignment on UOptimusMorphTargetDataInterface"); \ +static_assert(sizeof(UOptimusMorphTargetDataInterface) == 0x000028, "Wrong size on UOptimusMorphTargetDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusMorphTargetDataProvider \ +static_assert(alignof(UOptimusMorphTargetDataProvider) == 0x000008, "Wrong alignment on UOptimusMorphTargetDataProvider"); \ +static_assert(sizeof(UOptimusMorphTargetDataProvider) == 0x000030, "Wrong size on UOptimusMorphTargetDataProvider"); \ +static_assert(offsetof(UOptimusMorphTargetDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusMorphTargetDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusRawBufferDataInterface \ +static_assert(alignof(UOptimusRawBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusRawBufferDataInterface"); \ +static_assert(sizeof(UOptimusRawBufferDataInterface) == 0x000090, "Wrong size on UOptimusRawBufferDataInterface"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, ValueType) == 0x000028, "Member 'UOptimusRawBufferDataInterface::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, DataDomain) == 0x000030, "Member 'UOptimusRawBufferDataInterface::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, ComponentSourceBinding) == 0x000070, "Member 'UOptimusRawBufferDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, DomainConstantIdentifier) == 0x000078, "Member 'UOptimusRawBufferDataInterface::DomainConstantIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusTransientBufferDataInterface \ +static_assert(alignof(UOptimusTransientBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusTransientBufferDataInterface"); \ +static_assert(sizeof(UOptimusTransientBufferDataInterface) == 0x000098, "Wrong size on UOptimusTransientBufferDataInterface"); \ +static_assert(offsetof(UOptimusTransientBufferDataInterface, bZeroInitForAtomicWrites) == 0x000090, "Member 'UOptimusTransientBufferDataInterface::bZeroInitForAtomicWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusImplicitPersistentBufferDataInterface \ +static_assert(alignof(UOptimusImplicitPersistentBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusImplicitPersistentBufferDataInterface"); \ +static_assert(sizeof(UOptimusImplicitPersistentBufferDataInterface) == 0x000098, "Wrong size on UOptimusImplicitPersistentBufferDataInterface"); \ +static_assert(offsetof(UOptimusImplicitPersistentBufferDataInterface, bZeroInitForAtomicWrites) == 0x000090, "Member 'UOptimusImplicitPersistentBufferDataInterface::bZeroInitForAtomicWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusPersistentBufferDataInterface \ +static_assert(alignof(UOptimusPersistentBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusPersistentBufferDataInterface"); \ +static_assert(sizeof(UOptimusPersistentBufferDataInterface) == 0x000098, "Wrong size on UOptimusPersistentBufferDataInterface"); \ +static_assert(offsetof(UOptimusPersistentBufferDataInterface, ResourceName) == 0x000090, "Member 'UOptimusPersistentBufferDataInterface::ResourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusRawBufferDataProvider \ +static_assert(alignof(UOptimusRawBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusRawBufferDataProvider"); \ +static_assert(sizeof(UOptimusRawBufferDataProvider) == 0x000080, "Wrong size on UOptimusRawBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusTransientBufferDataProvider \ +static_assert(alignof(UOptimusTransientBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusTransientBufferDataProvider"); \ +static_assert(sizeof(UOptimusTransientBufferDataProvider) == 0x000088, "Wrong size on UOptimusTransientBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusImplicitPersistentBufferDataProvider \ +static_assert(alignof(UOptimusImplicitPersistentBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusImplicitPersistentBufferDataProvider"); \ +static_assert(sizeof(UOptimusImplicitPersistentBufferDataProvider) == 0x0000A8, "Wrong size on UOptimusImplicitPersistentBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusPersistentBufferDataProvider \ +static_assert(alignof(UOptimusPersistentBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusPersistentBufferDataProvider"); \ +static_assert(sizeof(UOptimusPersistentBufferDataProvider) == 0x0000A0, "Wrong size on UOptimusPersistentBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneDataInterface \ +static_assert(alignof(UOptimusSceneDataInterface) == 0x000008, "Wrong alignment on UOptimusSceneDataInterface"); \ +static_assert(sizeof(UOptimusSceneDataInterface) == 0x000028, "Wrong size on UOptimusSceneDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneDataProvider \ +static_assert(alignof(UOptimusSceneDataProvider) == 0x000008, "Wrong alignment on UOptimusSceneDataProvider"); \ +static_assert(sizeof(UOptimusSceneDataProvider) == 0x000030, "Wrong size on UOptimusSceneDataProvider"); \ +static_assert(offsetof(UOptimusSceneDataProvider, SceneComponent) == 0x000028, "Member 'UOptimusSceneDataProvider::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletonDataInterface \ +static_assert(alignof(UOptimusSkeletonDataInterface) == 0x000008, "Wrong alignment on UOptimusSkeletonDataInterface"); \ +static_assert(sizeof(UOptimusSkeletonDataInterface) == 0x000028, "Wrong size on UOptimusSkeletonDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletonDataProvider \ +static_assert(alignof(UOptimusSkeletonDataProvider) == 0x000008, "Wrong alignment on UOptimusSkeletonDataProvider"); \ +static_assert(sizeof(UOptimusSkeletonDataProvider) == 0x000030, "Wrong size on UOptimusSkeletonDataProvider"); \ +static_assert(offsetof(UOptimusSkeletonDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusSkeletonDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshDataInterface) == 0x000028, "Wrong size on UOptimusSkinnedMeshDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshDataProvider) == 0x000030, "Wrong size on UOptimusSkinnedMeshDataProvider"); \ +static_assert(offsetof(UOptimusSkinnedMeshDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusSkinnedMeshDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshExecDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshExecDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshExecDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshExecDataInterface) == 0x000038, "Wrong size on UOptimusSkinnedMeshExecDataInterface"); \ +static_assert(offsetof(UOptimusSkinnedMeshExecDataInterface, Domain) == 0x000030, "Member 'UOptimusSkinnedMeshExecDataInterface::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshExecDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshExecDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshExecDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshExecDataProvider) == 0x000038, "Wrong size on UOptimusSkinnedMeshExecDataProvider"); \ +static_assert(offsetof(UOptimusSkinnedMeshExecDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusSkinnedMeshExecDataProvider::SkinnedMesh' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinnedMeshExecDataProvider, Domain) == 0x000030, "Member 'UOptimusSkinnedMeshExecDataProvider::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshWriteDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshWriteDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshWriteDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshWriteDataInterface) == 0x000028, "Wrong size on UOptimusSkinnedMeshWriteDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshWriteDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshWriteDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshWriteDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshWriteDataProvider) == 0x000038, "Wrong size on UOptimusSkinnedMeshWriteDataProvider"); \ +static_assert(offsetof(UOptimusSkinnedMeshWriteDataProvider, SkinnedMesh) == 0x000028, "Member 'UOptimusSkinnedMeshWriteDataProvider::SkinnedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_SetGraphPosition \ +static_assert(alignof(OptimusNode_SetGraphPosition) == 0x000008, "Wrong alignment on OptimusNode_SetGraphPosition"); \ +static_assert(sizeof(OptimusNode_SetGraphPosition) == 0x000018, "Wrong size on OptimusNode_SetGraphPosition"); \ +static_assert(offsetof(OptimusNode_SetGraphPosition, InPosition) == 0x000000, "Member 'OptimusNode_SetGraphPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNode_SetGraphPosition, ReturnValue) == 0x000010, "Member 'OptimusNode_SetGraphPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetDisplayName \ +static_assert(alignof(OptimusNode_GetDisplayName) == 0x000008, "Wrong alignment on OptimusNode_GetDisplayName"); \ +static_assert(sizeof(OptimusNode_GetDisplayName) == 0x000010, "Wrong size on OptimusNode_GetDisplayName"); \ +static_assert(offsetof(OptimusNode_GetDisplayName, ReturnValue) == 0x000000, "Member 'OptimusNode_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetGraphPosition \ +static_assert(alignof(OptimusNode_GetGraphPosition) == 0x000008, "Wrong alignment on OptimusNode_GetGraphPosition"); \ +static_assert(sizeof(OptimusNode_GetGraphPosition) == 0x000010, "Wrong size on OptimusNode_GetGraphPosition"); \ +static_assert(offsetof(OptimusNode_GetGraphPosition, ReturnValue) == 0x000000, "Member 'OptimusNode_GetGraphPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetNodeCategory \ +static_assert(alignof(OptimusNode_GetNodeCategory) == 0x000004, "Wrong alignment on OptimusNode_GetNodeCategory"); \ +static_assert(sizeof(OptimusNode_GetNodeCategory) == 0x000008, "Wrong size on OptimusNode_GetNodeCategory"); \ +static_assert(offsetof(OptimusNode_GetNodeCategory, ReturnValue) == 0x000000, "Member 'OptimusNode_GetNodeCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetNodeName \ +static_assert(alignof(OptimusNode_GetNodeName) == 0x000004, "Wrong alignment on OptimusNode_GetNodeName"); \ +static_assert(sizeof(OptimusNode_GetNodeName) == 0x000008, "Wrong size on OptimusNode_GetNodeName"); \ +static_assert(offsetof(OptimusNode_GetNodeName, ReturnValue) == 0x000000, "Member 'OptimusNode_GetNodeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode \ +static_assert(alignof(UOptimusNode) == 0x000008, "Wrong alignment on UOptimusNode"); \ +static_assert(sizeof(UOptimusNode) == 0x000108, "Wrong size on UOptimusNode"); \ +static_assert(offsetof(UOptimusNode, DisplayName) == 0x000030, "Member 'UOptimusNode::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, GraphPosition) == 0x000040, "Member 'UOptimusNode::GraphPosition' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, Pins) == 0x000050, "Member 'UOptimusNode::Pins' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, ExpandedPins) == 0x000060, "Member 'UOptimusNode::ExpandedPins' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, DiagnosticLevel) == 0x0000B0, "Member 'UOptimusNode::DiagnosticLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_DataInterface \ +static_assert(alignof(UOptimusNode_DataInterface) == 0x000008, "Wrong alignment on UOptimusNode_DataInterface"); \ +static_assert(sizeof(UOptimusNode_DataInterface) == 0x000130, "Wrong size on UOptimusNode_DataInterface"); \ +static_assert(offsetof(UOptimusNode_DataInterface, DataInterfaceClass) == 0x000120, "Member 'UOptimusNode_DataInterface::DataInterfaceClass' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_DataInterface, DataInterfaceData) == 0x000128, "Member 'UOptimusNode_DataInterface::DataInterfaceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_AnimAttributeDataInterface \ +static_assert(alignof(UOptimusNode_AnimAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusNode_AnimAttributeDataInterface"); \ +static_assert(sizeof(UOptimusNode_AnimAttributeDataInterface) == 0x000130, "Wrong size on UOptimusNode_AnimAttributeDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComponentSource \ +static_assert(alignof(UOptimusNode_ComponentSource) == 0x000008, "Wrong alignment on UOptimusNode_ComponentSource"); \ +static_assert(sizeof(UOptimusNode_ComponentSource) == 0x000130, "Wrong size on UOptimusNode_ComponentSource"); \ +static_assert(offsetof(UOptimusNode_ComponentSource, Binding) == 0x000118, "Member 'UOptimusNode_ComponentSource::Binding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComponentSource, DuplicationInfo) == 0x000120, "Member 'UOptimusNode_ComponentSource::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelBase \ +static_assert(alignof(UOptimusNode_ComputeKernelBase) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelBase"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelBase) == 0x000110, "Wrong size on UOptimusNode_ComputeKernelBase"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelFunctionGeneratorClass \ +static_assert(alignof(UOptimusNode_ComputeKernelFunctionGeneratorClass) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelFunctionGeneratorClass"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelFunctionGeneratorClass) == 0x000270, "Wrong size on UOptimusNode_ComputeKernelFunctionGeneratorClass"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, Category) == 0x000200, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, KernelName) == 0x000208, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::KernelName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, ExecutionDomain) == 0x000210, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::ExecutionDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, GroupSize) == 0x000230, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, InputBindings) == 0x000240, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, OutputBindings) == 0x000250, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::OutputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, ShaderSource) == 0x000260, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::ShaderSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelFunction \ +static_assert(alignof(UOptimusNode_ComputeKernelFunction) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelFunction"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelFunction) == 0x000110, "Wrong size on UOptimusNode_ComputeKernelFunction"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ConstantValueGeneratorClass \ +static_assert(alignof(UOptimusNode_ConstantValueGeneratorClass) == 0x000008, "Wrong alignment on UOptimusNode_ConstantValueGeneratorClass"); \ +static_assert(sizeof(UOptimusNode_ConstantValueGeneratorClass) == 0x000210, "Wrong size on UOptimusNode_ConstantValueGeneratorClass"); \ +static_assert(offsetof(UOptimusNode_ConstantValueGeneratorClass, DataType) == 0x000200, "Member 'UOptimusNode_ConstantValueGeneratorClass::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ConstantValue \ +static_assert(alignof(UOptimusNode_ConstantValue) == 0x000008, "Wrong alignment on UOptimusNode_ConstantValue"); \ +static_assert(sizeof(UOptimusNode_ConstantValue) == 0x000120, "Wrong size on UOptimusNode_ConstantValue"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_CustomComputeKernel \ +static_assert(alignof(UOptimusNode_CustomComputeKernel) == 0x000008, "Wrong alignment on UOptimusNode_CustomComputeKernel"); \ +static_assert(sizeof(UOptimusNode_CustomComputeKernel) == 0x000200, "Wrong size on UOptimusNode_CustomComputeKernel"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, Category) == 0x000130, "Member 'UOptimusNode_CustomComputeKernel::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, KernelName) == 0x000138, "Member 'UOptimusNode_CustomComputeKernel::KernelName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, ExecutionDomain) == 0x000140, "Member 'UOptimusNode_CustomComputeKernel::ExecutionDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, GroupSize) == 0x000160, "Member 'UOptimusNode_CustomComputeKernel::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, Parameters) == 0x000170, "Member 'UOptimusNode_CustomComputeKernel::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, InputBindings) == 0x000180, "Member 'UOptimusNode_CustomComputeKernel::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, OutputBindings) == 0x000190, "Member 'UOptimusNode_CustomComputeKernel::OutputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, InputBindingArray) == 0x0001A0, "Member 'UOptimusNode_CustomComputeKernel::InputBindingArray' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, OutputBindingArray) == 0x0001B0, "Member 'UOptimusNode_CustomComputeKernel::OutputBindingArray' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, SecondaryInputBindingGroups) == 0x0001C0, "Member 'UOptimusNode_CustomComputeKernel::SecondaryInputBindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, AdditionalSources) == 0x0001D0, "Member 'UOptimusNode_CustomComputeKernel::AdditionalSources' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, ShaderSource) == 0x0001E0, "Member 'UOptimusNode_CustomComputeKernel::ShaderSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_FunctionReference \ +static_assert(alignof(UOptimusNode_FunctionReference) == 0x000008, "Wrong alignment on UOptimusNode_FunctionReference"); \ +static_assert(sizeof(UOptimusNode_FunctionReference) == 0x000150, "Wrong size on UOptimusNode_FunctionReference"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, FunctionGraph) == 0x000120, "Member 'UOptimusNode_FunctionReference::FunctionGraph' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, DefaultComponentPin) == 0x000148, "Member 'UOptimusNode_FunctionReference::DefaultComponentPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ResourceAccessorBase \ +static_assert(alignof(UOptimusNode_ResourceAccessorBase) == 0x000008, "Wrong alignment on UOptimusNode_ResourceAccessorBase"); \ +static_assert(sizeof(UOptimusNode_ResourceAccessorBase) == 0x000190, "Wrong size on UOptimusNode_ResourceAccessorBase"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, ResourceDesc) == 0x000128, "Member 'UOptimusNode_ResourceAccessorBase::ResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, WriteType) == 0x000130, "Member 'UOptimusNode_ResourceAccessorBase::WriteType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, DuplicationInfo) == 0x000138, "Member 'UOptimusNode_ResourceAccessorBase::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GetResource \ +static_assert(alignof(UOptimusNode_GetResource) == 0x000008, "Wrong alignment on UOptimusNode_GetResource"); \ +static_assert(sizeof(UOptimusNode_GetResource) == 0x000190, "Wrong size on UOptimusNode_GetResource"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GetVariable \ +static_assert(alignof(UOptimusNode_GetVariable) == 0x000008, "Wrong alignment on UOptimusNode_GetVariable"); \ +static_assert(sizeof(UOptimusNode_GetVariable) == 0x000150, "Wrong size on UOptimusNode_GetVariable"); \ +static_assert(offsetof(UOptimusNode_GetVariable, VariableDesc) == 0x000120, "Member 'UOptimusNode_GetVariable::VariableDesc' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_GetVariable, DuplicationInfo) == 0x000128, "Member 'UOptimusNode_GetVariable::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GraphTerminal \ +static_assert(alignof(UOptimusNode_GraphTerminal) == 0x000008, "Wrong alignment on UOptimusNode_GraphTerminal"); \ +static_assert(sizeof(UOptimusNode_GraphTerminal) == 0x000140, "Wrong size on UOptimusNode_GraphTerminal"); \ +static_assert(offsetof(UOptimusNode_GraphTerminal, TerminalType) == 0x000128, "Member 'UOptimusNode_GraphTerminal::TerminalType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_GraphTerminal, DefaultComponentPin) == 0x00012C, "Member 'UOptimusNode_GraphTerminal::DefaultComponentPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_LoopTerminal \ +static_assert(alignof(UOptimusNode_LoopTerminal) == 0x000008, "Wrong alignment on UOptimusNode_LoopTerminal"); \ +static_assert(sizeof(UOptimusNode_LoopTerminal) == 0x000170, "Wrong size on UOptimusNode_LoopTerminal"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, TerminalType) == 0x000130, "Member 'UOptimusNode_LoopTerminal::TerminalType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, LoopInfo) == 0x000138, "Member 'UOptimusNode_LoopTerminal::LoopInfo' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, IndexPin) == 0x000150, "Member 'UOptimusNode_LoopTerminal::IndexPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, CountPin) == 0x000158, "Member 'UOptimusNode_LoopTerminal::CountPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, PinPairInfos) == 0x000160, "Member 'UOptimusNode_LoopTerminal::PinPairInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_Resource \ +static_assert(alignof(UOptimusNode_Resource) == 0x000008, "Wrong alignment on UOptimusNode_Resource"); \ +static_assert(sizeof(UOptimusNode_Resource) == 0x000190, "Wrong size on UOptimusNode_Resource"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_SetResource \ +static_assert(alignof(UOptimusNode_SetResource) == 0x000008, "Wrong alignment on UOptimusNode_SetResource"); \ +static_assert(sizeof(UOptimusNode_SetResource) == 0x000190, "Wrong size on UOptimusNode_SetResource"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_SubGraphReference \ +static_assert(alignof(UOptimusNode_SubGraphReference) == 0x000008, "Wrong alignment on UOptimusNode_SubGraphReference"); \ +static_assert(sizeof(UOptimusNode_SubGraphReference) == 0x000138, "Wrong size on UOptimusNode_SubGraphReference"); \ +static_assert(offsetof(UOptimusNode_SubGraphReference, SubgraphName) == 0x000120, "Member 'UOptimusNode_SubGraphReference::SubgraphName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_SubGraphReference, DefaultComponentPin) == 0x000128, "Member 'UOptimusNode_SubGraphReference::DefaultComponentPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusActionStack \ +static_assert(alignof(UOptimusActionStack) == 0x000008, "Wrong alignment on UOptimusActionStack"); \ +static_assert(sizeof(UOptimusActionStack) == 0x0000E0, "Wrong size on UOptimusActionStack"); \ +static_assert(offsetof(UOptimusActionStack, TransactedActionIndex) == 0x000028, "Member 'UOptimusActionStack::TransactedActionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSourceBinding \ +static_assert(alignof(UOptimusComponentSourceBinding) == 0x000008, "Wrong alignment on UOptimusComponentSourceBinding"); \ +static_assert(sizeof(UOptimusComponentSourceBinding) == 0x000050, "Wrong size on UOptimusComponentSourceBinding"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, BindingName) == 0x000028, "Member 'UOptimusComponentSourceBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, ComponentType) == 0x000030, "Member 'UOptimusComponentSourceBinding::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, ComponentTags) == 0x000038, "Member 'UOptimusComponentSourceBinding::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, bIsPrimaryBinding) == 0x000048, "Member 'UOptimusComponentSourceBinding::bIsPrimaryBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComputeGraph \ +static_assert(alignof(UOptimusComputeGraph) == 0x000008, "Wrong alignment on UOptimusComputeGraph"); \ +static_assert(sizeof(UOptimusComputeGraph) == 0x0000F0, "Wrong size on UOptimusComputeGraph"); \ +static_assert(offsetof(UOptimusComputeGraph, KernelToNode) == 0x0000E0, "Member 'UOptimusComputeGraph::KernelToNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSourceBindingContainer \ +static_assert(alignof(UOptimusComponentSourceBindingContainer) == 0x000008, "Wrong alignment on UOptimusComponentSourceBindingContainer"); \ +static_assert(sizeof(UOptimusComponentSourceBindingContainer) == 0x000038, "Wrong size on UOptimusComponentSourceBindingContainer"); \ +static_assert(offsetof(UOptimusComponentSourceBindingContainer, Bindings) == 0x000028, "Member 'UOptimusComponentSourceBindingContainer::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusVariableContainer \ +static_assert(alignof(UOptimusVariableContainer) == 0x000008, "Wrong alignment on UOptimusVariableContainer"); \ +static_assert(sizeof(UOptimusVariableContainer) == 0x000038, "Wrong size on UOptimusVariableContainer"); \ +static_assert(offsetof(UOptimusVariableContainer, Descriptions) == 0x000028, "Member 'UOptimusVariableContainer::Descriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusResourceContainer \ +static_assert(alignof(UOptimusResourceContainer) == 0x000008, "Wrong alignment on UOptimusResourceContainer"); \ +static_assert(sizeof(UOptimusResourceContainer) == 0x000038, "Wrong size on UOptimusResourceContainer"); \ +static_assert(offsetof(UOptimusResourceContainer, Descriptions) == 0x000028, "Member 'UOptimusResourceContainer::Descriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetComponentBindings \ +static_assert(alignof(OptimusDeformer_GetComponentBindings) == 0x000008, "Wrong alignment on OptimusDeformer_GetComponentBindings"); \ +static_assert(sizeof(OptimusDeformer_GetComponentBindings) == 0x000010, "Wrong size on OptimusDeformer_GetComponentBindings"); \ +static_assert(offsetof(OptimusDeformer_GetComponentBindings, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetComponentBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetPrimaryComponentBinding \ +static_assert(alignof(OptimusDeformer_GetPrimaryComponentBinding) == 0x000008, "Wrong alignment on OptimusDeformer_GetPrimaryComponentBinding"); \ +static_assert(sizeof(OptimusDeformer_GetPrimaryComponentBinding) == 0x000008, "Wrong size on OptimusDeformer_GetPrimaryComponentBinding"); \ +static_assert(offsetof(OptimusDeformer_GetPrimaryComponentBinding, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetPrimaryComponentBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetResources \ +static_assert(alignof(OptimusDeformer_GetResources) == 0x000008, "Wrong alignment on OptimusDeformer_GetResources"); \ +static_assert(sizeof(OptimusDeformer_GetResources) == 0x000010, "Wrong size on OptimusDeformer_GetResources"); \ +static_assert(offsetof(OptimusDeformer_GetResources, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetVariables \ +static_assert(alignof(OptimusDeformer_GetVariables) == 0x000008, "Wrong alignment on OptimusDeformer_GetVariables"); \ +static_assert(sizeof(OptimusDeformer_GetVariables) == 0x000010, "Wrong size on OptimusDeformer_GetVariables"); \ +static_assert(offsetof(OptimusDeformer_GetVariables, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformer \ +static_assert(alignof(UOptimusDeformer) == 0x000008, "Wrong alignment on UOptimusDeformer"); \ +static_assert(sizeof(UOptimusDeformer) == 0x000128, "Wrong size on UOptimusDeformer"); \ +static_assert(offsetof(UOptimusDeformer, Mesh) == 0x000048, "Member 'UOptimusDeformer::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, ComputeGraphs) == 0x000050, "Member 'UOptimusDeformer::ComputeGraphs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, ActionStack) == 0x000060, "Member 'UOptimusDeformer::ActionStack' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Status) == 0x000068, "Member 'UOptimusDeformer::Status' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Graphs) == 0x000070, "Member 'UOptimusDeformer::Graphs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Bindings) == 0x000080, "Member 'UOptimusDeformer::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Variables) == 0x000088, "Member 'UOptimusDeformer::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Resources) == 0x000090, "Member 'UOptimusDeformer::Resources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformerInstanceSettings \ +static_assert(alignof(UOptimusDeformerInstanceSettings) == 0x000008, "Wrong alignment on UOptimusDeformerInstanceSettings"); \ +static_assert(sizeof(UOptimusDeformerInstanceSettings) == 0x000040, "Wrong size on UOptimusDeformerInstanceSettings"); \ +static_assert(offsetof(UOptimusDeformerInstanceSettings, Deformer) == 0x000028, "Member 'UOptimusDeformerInstanceSettings::Deformer' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstanceSettings, Bindings) == 0x000030, "Member 'UOptimusDeformerInstanceSettings::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_EnqueueTriggerGraph \ +static_assert(alignof(OptimusDeformerInstance_EnqueueTriggerGraph) == 0x000004, "Wrong alignment on OptimusDeformerInstance_EnqueueTriggerGraph"); \ +static_assert(sizeof(OptimusDeformerInstance_EnqueueTriggerGraph) == 0x00000C, "Wrong size on OptimusDeformerInstance_EnqueueTriggerGraph"); \ +static_assert(offsetof(OptimusDeformerInstance_EnqueueTriggerGraph, InTriggerGraphName) == 0x000000, "Member 'OptimusDeformerInstance_EnqueueTriggerGraph::InTriggerGraphName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_EnqueueTriggerGraph, ReturnValue) == 0x000008, "Member 'OptimusDeformerInstance_EnqueueTriggerGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetBoolVariable \ +static_assert(alignof(OptimusDeformerInstance_SetBoolVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetBoolVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetBoolVariable) == 0x00000C, "Wrong size on OptimusDeformerInstance_SetBoolVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetBoolVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetBoolVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, ReturnValue) == 0x000009, "Member 'OptimusDeformerInstance_SetBoolVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetFloatVariable \ +static_assert(alignof(OptimusDeformerInstance_SetFloatVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetFloatVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetFloatVariable) == 0x000018, "Wrong size on OptimusDeformerInstance_SetFloatVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetFloatVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetFloatVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, ReturnValue) == 0x000010, "Member 'OptimusDeformerInstance_SetFloatVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetIntVariable \ +static_assert(alignof(OptimusDeformerInstance_SetIntVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetIntVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetIntVariable) == 0x000010, "Wrong size on OptimusDeformerInstance_SetIntVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetIntVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetIntVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, ReturnValue) == 0x00000C, "Member 'OptimusDeformerInstance_SetIntVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetTransformVariable \ +static_assert(alignof(OptimusDeformerInstance_SetTransformVariable) == 0x000010, "Wrong alignment on OptimusDeformerInstance_SetTransformVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetTransformVariable) == 0x000080, "Wrong size on OptimusDeformerInstance_SetTransformVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetTransformVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, InValue) == 0x000010, "Member 'OptimusDeformerInstance_SetTransformVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, ReturnValue) == 0x000070, "Member 'OptimusDeformerInstance_SetTransformVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVector4Variable \ +static_assert(alignof(OptimusDeformerInstance_SetVector4Variable) == 0x000010, "Wrong alignment on OptimusDeformerInstance_SetVector4Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVector4Variable) == 0x000040, "Wrong size on OptimusDeformerInstance_SetVector4Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVector4Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, InValue) == 0x000010, "Member 'OptimusDeformerInstance_SetVector4Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, ReturnValue) == 0x000030, "Member 'OptimusDeformerInstance_SetVector4Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVectorVariable \ +static_assert(alignof(OptimusDeformerInstance_SetVectorVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVectorVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVectorVariable) == 0x000028, "Wrong size on OptimusDeformerInstance_SetVectorVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVectorVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVectorVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, ReturnValue) == 0x000020, "Member 'OptimusDeformerInstance_SetVectorVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_GetVariables \ +static_assert(alignof(OptimusDeformerInstance_GetVariables) == 0x000008, "Wrong alignment on OptimusDeformerInstance_GetVariables"); \ +static_assert(sizeof(OptimusDeformerInstance_GetVariables) == 0x000010, "Wrong size on OptimusDeformerInstance_GetVariables"); \ +static_assert(offsetof(OptimusDeformerInstance_GetVariables, ReturnValue) == 0x000000, "Member 'OptimusDeformerInstance_GetVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformerInstance \ +static_assert(alignof(UOptimusDeformerInstance) == 0x000008, "Wrong alignment on UOptimusDeformerInstance"); \ +static_assert(sizeof(UOptimusDeformerInstance) == 0x000108, "Wrong size on UOptimusDeformerInstance"); \ +static_assert(offsetof(UOptimusDeformerInstance, MeshComponent) == 0x000028, "Member 'UOptimusDeformerInstance::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, InstanceSettings) == 0x000030, "Member 'UOptimusDeformerInstance::InstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, ComputeGraphExecInfos) == 0x000038, "Member 'UOptimusDeformerInstance::ComputeGraphExecInfos' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, Variables) == 0x000048, "Member 'UOptimusDeformerInstance::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, WeakBoundComponents) == 0x000050, "Member 'UOptimusDeformerInstance::WeakBoundComponents' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, WeakComponentSources) == 0x000060, "Member 'UOptimusDeformerInstance::WeakComponentSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddComponentBindingGetNode \ +static_assert(alignof(OptimusNodeGraph_AddComponentBindingGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddComponentBindingGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddComponentBindingGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddComponentBindingGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, InComponentBinding) == 0x000000, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::InComponentBinding' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddDataInterfaceNode \ +static_assert(alignof(OptimusNodeGraph_AddDataInterfaceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddDataInterfaceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddDataInterfaceNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddDataInterfaceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, InDataInterfaceClass) == 0x000000, "Member 'OptimusNodeGraph_AddDataInterfaceNode::InDataInterfaceClass' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddDataInterfaceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddDataInterfaceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddFunctionReferenceNode \ +static_assert(alignof(OptimusNodeGraph_AddFunctionReferenceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddFunctionReferenceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddFunctionReferenceNode) == 0x000040, "Wrong size on OptimusNodeGraph_AddFunctionReferenceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, InFunctionGraph) == 0x000000, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::InFunctionGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, InPosition) == 0x000028, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, ReturnValue) == 0x000038, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddLink \ +static_assert(alignof(OptimusNodeGraph_AddLink) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddLink"); \ +static_assert(sizeof(OptimusNodeGraph_AddLink) == 0x000018, "Wrong size on OptimusNodeGraph_AddLink"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, InNodeOutputPin) == 0x000000, "Member 'OptimusNodeGraph_AddLink::InNodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, InNodeInputPin) == 0x000008, "Member 'OptimusNodeGraph_AddLink::InNodeInputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_AddLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddLoopTerminalNodes \ +static_assert(alignof(OptimusNodeGraph_AddLoopTerminalNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddLoopTerminalNodes"); \ +static_assert(sizeof(OptimusNodeGraph_AddLoopTerminalNodes) == 0x000020, "Wrong size on OptimusNodeGraph_AddLoopTerminalNodes"); \ +static_assert(offsetof(OptimusNodeGraph_AddLoopTerminalNodes, InPosition) == 0x000000, "Member 'OptimusNodeGraph_AddLoopTerminalNodes::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLoopTerminalNodes, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_AddLoopTerminalNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddNode \ +static_assert(alignof(OptimusNodeGraph_AddNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, InNodeClass) == 0x000000, "Member 'OptimusNodeGraph_AddNode::InNodeClass' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceGetNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceGetNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceSetNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceSetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceSetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceSetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceSetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceSetNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceSetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceSetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddValueNode \ +static_assert(alignof(OptimusNodeGraph_AddValueNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddValueNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddValueNode) == 0x000028, "Wrong size on OptimusNodeGraph_AddValueNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, InDataTypeRef) == 0x000000, "Member 'OptimusNodeGraph_AddValueNode::InDataTypeRef' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, InPosition) == 0x000010, "Member 'OptimusNodeGraph_AddValueNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, ReturnValue) == 0x000020, "Member 'OptimusNodeGraph_AddValueNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddVariableGetNode \ +static_assert(alignof(OptimusNodeGraph_AddVariableGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddVariableGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddVariableGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddVariableGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, InVariableDesc) == 0x000000, "Member 'OptimusNodeGraph_AddVariableGetNode::InVariableDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddVariableGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddVariableGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_CollapseNodesToFunction \ +static_assert(alignof(OptimusNodeGraph_CollapseNodesToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_CollapseNodesToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_CollapseNodesToFunction) == 0x000018, "Wrong size on OptimusNodeGraph_CollapseNodesToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToFunction, InNodes) == 0x000000, "Member 'OptimusNodeGraph_CollapseNodesToFunction::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToFunction, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_CollapseNodesToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_CollapseNodesToSubGraph \ +static_assert(alignof(OptimusNodeGraph_CollapseNodesToSubGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_CollapseNodesToSubGraph"); \ +static_assert(sizeof(OptimusNodeGraph_CollapseNodesToSubGraph) == 0x000018, "Wrong size on OptimusNodeGraph_CollapseNodesToSubGraph"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToSubGraph, InNodes) == 0x000000, "Member 'OptimusNodeGraph_CollapseNodesToSubGraph::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToSubGraph, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_CollapseNodesToSubGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertCustomKernelToFunction \ +static_assert(alignof(OptimusNodeGraph_ConvertCustomKernelToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertCustomKernelToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertCustomKernelToFunction) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertCustomKernelToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertCustomKernelToFunction, InCustomKernel) == 0x000000, "Member 'OptimusNodeGraph_ConvertCustomKernelToFunction::InCustomKernel' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertCustomKernelToFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertCustomKernelToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertFunctionToCustomKernel \ +static_assert(alignof(OptimusNodeGraph_ConvertFunctionToCustomKernel) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertFunctionToCustomKernel"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertFunctionToCustomKernel) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertFunctionToCustomKernel"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertFunctionToCustomKernel, InKernelFunction) == 0x000000, "Member 'OptimusNodeGraph_ConvertFunctionToCustomKernel::InKernelFunction' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertFunctionToCustomKernel, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertFunctionToCustomKernel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertToFunction \ +static_assert(alignof(OptimusNodeGraph_ConvertToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertToFunction) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToFunction, InSubGraphNode) == 0x000000, "Member 'OptimusNodeGraph_ConvertToFunction::InSubGraphNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertToSubGraph \ +static_assert(alignof(OptimusNodeGraph_ConvertToSubGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertToSubGraph"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertToSubGraph) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertToSubGraph"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToSubGraph, InFunctionNode) == 0x000000, "Member 'OptimusNodeGraph_ConvertToSubGraph::InFunctionNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToSubGraph, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertToSubGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_DuplicateNode \ +static_assert(alignof(OptimusNodeGraph_DuplicateNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_DuplicateNode"); \ +static_assert(sizeof(OptimusNodeGraph_DuplicateNode) == 0x000020, "Wrong size on OptimusNodeGraph_DuplicateNode"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, InNode) == 0x000000, "Member 'OptimusNodeGraph_DuplicateNode::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_DuplicateNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_DuplicateNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_DuplicateNodes \ +static_assert(alignof(OptimusNodeGraph_DuplicateNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_DuplicateNodes"); \ +static_assert(sizeof(OptimusNodeGraph_DuplicateNodes) == 0x000028, "Wrong size on OptimusNodeGraph_DuplicateNodes"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, InNodes) == 0x000000, "Member 'OptimusNodeGraph_DuplicateNodes::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, InPosition) == 0x000010, "Member 'OptimusNodeGraph_DuplicateNodes::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, ReturnValue) == 0x000020, "Member 'OptimusNodeGraph_DuplicateNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ExpandCollapsedNodes \ +static_assert(alignof(OptimusNodeGraph_ExpandCollapsedNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_ExpandCollapsedNodes"); \ +static_assert(sizeof(OptimusNodeGraph_ExpandCollapsedNodes) == 0x000018, "Wrong size on OptimusNodeGraph_ExpandCollapsedNodes"); \ +static_assert(offsetof(OptimusNodeGraph_ExpandCollapsedNodes, InGraphReferenceNode) == 0x000000, "Member 'OptimusNodeGraph_ExpandCollapsedNodes::InGraphReferenceNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ExpandCollapsedNodes, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ExpandCollapsedNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_MoveGraphDirect \ +static_assert(alignof(OptimusNodeGraph_MoveGraphDirect) == 0x000008, "Wrong alignment on OptimusNodeGraph_MoveGraphDirect"); \ +static_assert(sizeof(OptimusNodeGraph_MoveGraphDirect) == 0x000010, "Wrong size on OptimusNodeGraph_MoveGraphDirect"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, InGraph) == 0x000000, "Member 'OptimusNodeGraph_MoveGraphDirect::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, InInsertBefore) == 0x000008, "Member 'OptimusNodeGraph_MoveGraphDirect::InInsertBefore' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, ReturnValue) == 0x00000C, "Member 'OptimusNodeGraph_MoveGraphDirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveAllLinks \ +static_assert(alignof(OptimusNodeGraph_RemoveAllLinks) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveAllLinks"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveAllLinks) == 0x000010, "Wrong size on OptimusNodeGraph_RemoveAllLinks"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveAllLinks, InNodePin) == 0x000000, "Member 'OptimusNodeGraph_RemoveAllLinks::InNodePin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveAllLinks, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_RemoveAllLinks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveLink \ +static_assert(alignof(OptimusNodeGraph_RemoveLink) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveLink"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveLink) == 0x000018, "Wrong size on OptimusNodeGraph_RemoveLink"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, InNodeOutputPin) == 0x000000, "Member 'OptimusNodeGraph_RemoveLink::InNodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, InNodeInputPin) == 0x000008, "Member 'OptimusNodeGraph_RemoveLink::InNodeInputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_RemoveLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveNode \ +static_assert(alignof(OptimusNodeGraph_RemoveNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveNode"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveNode) == 0x000010, "Wrong size on OptimusNodeGraph_RemoveNode"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNode, InNode) == 0x000000, "Member 'OptimusNodeGraph_RemoveNode::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNode, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_RemoveNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveNodes \ +static_assert(alignof(OptimusNodeGraph_RemoveNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveNodes"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveNodes) == 0x000018, "Wrong size on OptimusNodeGraph_RemoveNodes"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNodes, InNodes) == 0x000000, "Member 'OptimusNodeGraph_RemoveNodes::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNodes, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_RemoveNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RenameGraph \ +static_assert(alignof(OptimusNodeGraph_RenameGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_RenameGraph"); \ +static_assert(sizeof(OptimusNodeGraph_RenameGraph) == 0x000020, "Wrong size on OptimusNodeGraph_RenameGraph"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, InGraph) == 0x000000, "Member 'OptimusNodeGraph_RenameGraph::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, InNewName) == 0x000008, "Member 'OptimusNodeGraph_RenameGraph::InNewName' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_RenameGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RenameGraphDirect \ +static_assert(alignof(OptimusNodeGraph_RenameGraphDirect) == 0x000008, "Wrong alignment on OptimusNodeGraph_RenameGraphDirect"); \ +static_assert(sizeof(OptimusNodeGraph_RenameGraphDirect) == 0x000020, "Wrong size on OptimusNodeGraph_RenameGraphDirect"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, InGraph) == 0x000000, "Member 'OptimusNodeGraph_RenameGraphDirect::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, InNewName) == 0x000008, "Member 'OptimusNodeGraph_RenameGraphDirect::InNewName' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_RenameGraphDirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphIndex \ +static_assert(alignof(OptimusNodeGraph_GetGraphIndex) == 0x000004, "Wrong alignment on OptimusNodeGraph_GetGraphIndex"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphIndex) == 0x000004, "Wrong size on OptimusNodeGraph_GetGraphIndex"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphIndex, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphs \ +static_assert(alignof(OptimusNodeGraph_GetGraphs) == 0x000008, "Wrong alignment on OptimusNodeGraph_GetGraphs"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphs) == 0x000010, "Wrong size on OptimusNodeGraph_GetGraphs"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphs, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphType \ +static_assert(alignof(OptimusNodeGraph_GetGraphType) == 0x000004, "Wrong alignment on OptimusNodeGraph_GetGraphType"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphType) == 0x000004, "Wrong size on OptimusNodeGraph_GetGraphType"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphType, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsCustomKernel \ +static_assert(alignof(OptimusNodeGraph_IsCustomKernel) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsCustomKernel"); \ +static_assert(sizeof(OptimusNodeGraph_IsCustomKernel) == 0x000010, "Wrong size on OptimusNodeGraph_IsCustomKernel"); \ +static_assert(offsetof(OptimusNodeGraph_IsCustomKernel, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsCustomKernel::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsCustomKernel, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsCustomKernel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsExecutionGraph \ +static_assert(alignof(OptimusNodeGraph_IsExecutionGraph) == 0x000001, "Wrong alignment on OptimusNodeGraph_IsExecutionGraph"); \ +static_assert(sizeof(OptimusNodeGraph_IsExecutionGraph) == 0x000001, "Wrong size on OptimusNodeGraph_IsExecutionGraph"); \ +static_assert(offsetof(OptimusNodeGraph_IsExecutionGraph, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_IsExecutionGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsFunctionGraph \ +static_assert(alignof(OptimusNodeGraph_IsFunctionGraph) == 0x000001, "Wrong alignment on OptimusNodeGraph_IsFunctionGraph"); \ +static_assert(sizeof(OptimusNodeGraph_IsFunctionGraph) == 0x000001, "Wrong size on OptimusNodeGraph_IsFunctionGraph"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionGraph, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_IsFunctionGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsFunctionReference \ +static_assert(alignof(OptimusNodeGraph_IsFunctionReference) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsFunctionReference"); \ +static_assert(sizeof(OptimusNodeGraph_IsFunctionReference) == 0x000010, "Wrong size on OptimusNodeGraph_IsFunctionReference"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionReference, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsFunctionReference::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionReference, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsFunctionReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsKernelFunction \ +static_assert(alignof(OptimusNodeGraph_IsKernelFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsKernelFunction"); \ +static_assert(sizeof(OptimusNodeGraph_IsKernelFunction) == 0x000010, "Wrong size on OptimusNodeGraph_IsKernelFunction"); \ +static_assert(offsetof(OptimusNodeGraph_IsKernelFunction, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsKernelFunction::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsKernelFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsKernelFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsSubGraphReference \ +static_assert(alignof(OptimusNodeGraph_IsSubGraphReference) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsSubGraphReference"); \ +static_assert(sizeof(OptimusNodeGraph_IsSubGraphReference) == 0x000010, "Wrong size on OptimusNodeGraph_IsSubGraphReference"); \ +static_assert(offsetof(OptimusNodeGraph_IsSubGraphReference, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsSubGraphReference::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsSubGraphReference, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsSubGraphReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeGraph \ +static_assert(alignof(UOptimusNodeGraph) == 0x000008, "Wrong alignment on UOptimusNodeGraph"); \ +static_assert(sizeof(UOptimusNodeGraph) == 0x000090, "Wrong size on UOptimusNodeGraph"); \ +static_assert(offsetof(UOptimusNodeGraph, GraphType) == 0x000030, "Member 'UOptimusNodeGraph::GraphType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, Nodes) == 0x000038, "Member 'UOptimusNodeGraph::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, Links) == 0x000048, "Member 'UOptimusNodeGraph::Links' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, NodePairs) == 0x000058, "Member 'UOptimusNodeGraph::NodePairs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, Subgraphs) == 0x000068, "Member 'UOptimusNodeGraph::Subgraphs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeSubGraph \ +static_assert(alignof(UOptimusNodeSubGraph) == 0x000008, "Wrong alignment on UOptimusNodeSubGraph"); \ +static_assert(sizeof(UOptimusNodeSubGraph) == 0x000148, "Wrong size on UOptimusNodeSubGraph"); \ +static_assert(offsetof(UOptimusNodeSubGraph, InputBindings) == 0x000098, "Member 'UOptimusNodeSubGraph::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeSubGraph, OutputBindings) == 0x0000A8, "Member 'UOptimusNodeSubGraph::OutputBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusFunctionNodeGraph_GetAccessSpecifierOptions \ +static_assert(alignof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions) == 0x000008, "Wrong alignment on OptimusFunctionNodeGraph_GetAccessSpecifierOptions"); \ +static_assert(sizeof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions) == 0x000010, "Wrong size on OptimusFunctionNodeGraph_GetAccessSpecifierOptions"); \ +static_assert(offsetof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions, ReturnValue) == 0x000000, "Member 'OptimusFunctionNodeGraph_GetAccessSpecifierOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusFunctionNodeGraph \ +static_assert(alignof(UOptimusFunctionNodeGraph) == 0x000008, "Wrong alignment on UOptimusFunctionNodeGraph"); \ +static_assert(sizeof(UOptimusFunctionNodeGraph) == 0x000158, "Wrong size on UOptimusFunctionNodeGraph"); \ +static_assert(offsetof(UOptimusFunctionNodeGraph, Category) == 0x000148, "Member 'UOptimusFunctionNodeGraph::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusFunctionNodeGraph, AccessSpecifier) == 0x000150, "Member 'UOptimusFunctionNodeGraph::AccessSpecifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeLink \ +static_assert(alignof(UOptimusNodeLink) == 0x000008, "Wrong alignment on UOptimusNodeLink"); \ +static_assert(sizeof(UOptimusNodeLink) == 0x000038, "Wrong size on UOptimusNodeLink"); \ +static_assert(offsetof(UOptimusNodeLink, NodeOutputPin) == 0x000028, "Member 'UOptimusNodeLink::NodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeLink, NodeInputPin) == 0x000030, "Member 'UOptimusNodeLink::NodeInputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodePair \ +static_assert(alignof(UOptimusNodePair) == 0x000008, "Wrong alignment on UOptimusNodePair"); \ +static_assert(sizeof(UOptimusNodePair) == 0x000038, "Wrong size on UOptimusNodePair"); \ +static_assert(offsetof(UOptimusNodePair, First) == 0x000028, "Member 'UOptimusNodePair::First' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePair, Second) == 0x000030, "Member 'UOptimusNodePair::Second' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodePin \ +static_assert(alignof(UOptimusNodePin) == 0x000008, "Wrong alignment on UOptimusNodePin"); \ +static_assert(sizeof(UOptimusNodePin) == 0x000090, "Wrong size on UOptimusNodePin"); \ +static_assert(offsetof(UOptimusNodePin, bIsGroupingPin) == 0x000028, "Member 'UOptimusNodePin::bIsGroupingPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, Direction) == 0x000029, "Member 'UOptimusNodePin::Direction' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, StorageType) == 0x00002A, "Member 'UOptimusNodePin::StorageType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, DataDomain) == 0x000030, "Member 'UOptimusNodePin::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, DataType) == 0x000070, "Member 'UOptimusNodePin::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, SubPins) == 0x000080, "Member 'UOptimusNodePin::SubPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusResourceDescription \ +static_assert(alignof(UOptimusResourceDescription) == 0x000008, "Wrong alignment on UOptimusResourceDescription"); \ +static_assert(sizeof(UOptimusResourceDescription) == 0x000090, "Wrong size on UOptimusResourceDescription"); \ +static_assert(offsetof(UOptimusResourceDescription, ResourceName) == 0x000028, "Member 'UOptimusResourceDescription::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataType) == 0x000030, "Member 'UOptimusResourceDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, ComponentBinding) == 0x000040, "Member 'UOptimusResourceDescription::ComponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataDomain) == 0x000048, "Member 'UOptimusResourceDescription::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataInterface) == 0x000088, "Member 'UOptimusResourceDescription::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSource \ +static_assert(alignof(UOptimusSource) == 0x000008, "Wrong alignment on UOptimusSource"); \ +static_assert(sizeof(UOptimusSource) == 0x000050, "Wrong size on UOptimusSource"); \ +static_assert(offsetof(UOptimusSource, SourceText) == 0x000040, "Member 'UOptimusSource::SourceText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusValueContainerGeneratorClass \ +static_assert(alignof(UOptimusValueContainerGeneratorClass) == 0x000008, "Wrong alignment on UOptimusValueContainerGeneratorClass"); \ +static_assert(sizeof(UOptimusValueContainerGeneratorClass) == 0x000210, "Wrong size on UOptimusValueContainerGeneratorClass"); \ +static_assert(offsetof(UOptimusValueContainerGeneratorClass, DataType) == 0x000200, "Member 'UOptimusValueContainerGeneratorClass::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusValueContainer \ +static_assert(alignof(UOptimusValueContainer) == 0x000008, "Wrong alignment on UOptimusValueContainer"); \ +static_assert(sizeof(UOptimusValueContainer) == 0x000028, "Wrong size on UOptimusValueContainer"); \ + +#define DUMPER7_ASSERTS_UOptimusVariableDescription \ +static_assert(alignof(UOptimusVariableDescription) == 0x000008, "Wrong alignment on UOptimusVariableDescription"); \ +static_assert(sizeof(UOptimusVariableDescription) == 0x000068, "Wrong size on UOptimusVariableDescription"); \ +static_assert(offsetof(UOptimusVariableDescription, Guid) == 0x000028, "Member 'UOptimusVariableDescription::Guid' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, VariableName) == 0x000038, "Member 'UOptimusVariableDescription::VariableName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, DataType) == 0x000040, "Member 'UOptimusVariableDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, DefaultValue) == 0x000050, "Member 'UOptimusVariableDescription::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, ValueData) == 0x000058, "Member 'UOptimusVariableDescription::ValueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandRequest_C_RequestLastStand \ +static_assert(alignof(BP_LastStandRequest_C_RequestLastStand) == 0x000004, "Wrong alignment on BP_LastStandRequest_C_RequestLastStand"); \ +static_assert(sizeof(BP_LastStandRequest_C_RequestLastStand) == 0x000010, "Wrong size on BP_LastStandRequest_C_RequestLastStand"); \ +static_assert(offsetof(BP_LastStandRequest_C_RequestLastStand, StartLastStand) == 0x000000, "Member 'BP_LastStandRequest_C_RequestLastStand::StartLastStand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LastStandRequest_C \ +static_assert(alignof(UBP_LastStandRequest_C) == 0x000008, "Wrong alignment on UBP_LastStandRequest_C"); \ +static_assert(sizeof(UBP_LastStandRequest_C) == 0x000048, "Wrong size on UBP_LastStandRequest_C"); \ +static_assert(offsetof(UBP_LastStandRequest_C, PerformLastStand) == 0x000028, "Member 'UBP_LastStandRequest_C::PerformLastStand' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandRequest_C, TargetCharacter) == 0x000038, "Member 'UBP_LastStandRequest_C::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandRequest_C, IsBound) == 0x000040, "Member 'UBP_LastStandRequest_C::IsBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInvisibleActionBarBox_C \ +static_assert(alignof(UInvisibleActionBarBox_C) == 0x000008, "Wrong alignment on UInvisibleActionBarBox_C"); \ +static_assert(sizeof(UInvisibleActionBarBox_C) == 0x0001A0, "Wrong size on UInvisibleActionBarBox_C"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomDataInterface \ +static_assert(alignof(UOptimusGroomDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomDataInterface"); \ +static_assert(sizeof(UOptimusGroomDataInterface) == 0x000028, "Wrong size on UOptimusGroomDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomDataProvider \ +static_assert(alignof(UOptimusGroomDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomDataProvider"); \ +static_assert(sizeof(UOptimusGroomDataProvider) == 0x000030, "Wrong size on UOptimusGroomDataProvider"); \ +static_assert(offsetof(UOptimusGroomDataProvider, Groom) == 0x000028, "Member 'UOptimusGroomDataProvider::Groom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomExecDataInterface \ +static_assert(alignof(UOptimusGroomExecDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomExecDataInterface"); \ +static_assert(sizeof(UOptimusGroomExecDataInterface) == 0x000038, "Wrong size on UOptimusGroomExecDataInterface"); \ +static_assert(offsetof(UOptimusGroomExecDataInterface, Domain) == 0x000030, "Member 'UOptimusGroomExecDataInterface::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomExecDataProvider \ +static_assert(alignof(UOptimusGroomExecDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomExecDataProvider"); \ +static_assert(sizeof(UOptimusGroomExecDataProvider) == 0x000038, "Wrong size on UOptimusGroomExecDataProvider"); \ +static_assert(offsetof(UOptimusGroomExecDataProvider, GroomComponent) == 0x000028, "Member 'UOptimusGroomExecDataProvider::GroomComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomExecDataProvider, Domain) == 0x000030, "Member 'UOptimusGroomExecDataProvider::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuideDataInterface \ +static_assert(alignof(UOptimusGroomGuideDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomGuideDataInterface"); \ +static_assert(sizeof(UOptimusGroomGuideDataInterface) == 0x000028, "Wrong size on UOptimusGroomGuideDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuideDataProvider \ +static_assert(alignof(UOptimusGroomGuideDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomGuideDataProvider"); \ +static_assert(sizeof(UOptimusGroomGuideDataProvider) == 0x000030, "Wrong size on UOptimusGroomGuideDataProvider"); \ +static_assert(offsetof(UOptimusGroomGuideDataProvider, Groom) == 0x000028, "Member 'UOptimusGroomGuideDataProvider::Groom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomWriteDataInterface \ +static_assert(alignof(UOptimusGroomWriteDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomWriteDataInterface"); \ +static_assert(sizeof(UOptimusGroomWriteDataInterface) == 0x000028, "Wrong size on UOptimusGroomWriteDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomWriteDataProvider \ +static_assert(alignof(UOptimusGroomWriteDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomWriteDataProvider"); \ +static_assert(sizeof(UOptimusGroomWriteDataProvider) == 0x000038, "Wrong size on UOptimusGroomWriteDataProvider"); \ +static_assert(offsetof(UOptimusGroomWriteDataProvider, GroomComponent) == 0x000028, "Member 'UOptimusGroomWriteDataProvider::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomComponentSource \ +static_assert(alignof(UOptimusGroomComponentSource) == 0x000008, "Wrong alignment on UOptimusGroomComponentSource"); \ +static_assert(sizeof(UOptimusGroomComponentSource) == 0x000028, "Wrong size on UOptimusGroomComponentSource"); \ + +#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_FCoordinateSystem \ +static_assert(alignof(FCoordinateSystem) == 0x000001, "Wrong alignment on FCoordinateSystem"); \ +static_assert(sizeof(FCoordinateSystem) == 0x000003, "Wrong size on FCoordinateSystem"); \ +static_assert(offsetof(FCoordinateSystem, XAxis) == 0x000000, "Member 'FCoordinateSystem::XAxis' has a wrong offset!"); \ +static_assert(offsetof(FCoordinateSystem, YAxis) == 0x000001, "Member 'FCoordinateSystem::YAxis' has a wrong offset!"); \ +static_assert(offsetof(FCoordinateSystem, ZAxis) == 0x000002, "Member 'FCoordinateSystem::ZAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBlendShapeChannelMapping \ +static_assert(alignof(FMeshBlendShapeChannelMapping) == 0x000004, "Wrong alignment on FMeshBlendShapeChannelMapping"); \ +static_assert(sizeof(FMeshBlendShapeChannelMapping) == 0x000008, "Wrong size on FMeshBlendShapeChannelMapping"); \ +static_assert(offsetof(FMeshBlendShapeChannelMapping, MeshIndex) == 0x000000, "Member 'FMeshBlendShapeChannelMapping::MeshIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshBlendShapeChannelMapping, BlendShapeChannelIndex) == 0x000004, "Member 'FMeshBlendShapeChannelMapping::BlendShapeChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureCoordinate \ +static_assert(alignof(FTextureCoordinate) == 0x000004, "Wrong alignment on FTextureCoordinate"); \ +static_assert(sizeof(FTextureCoordinate) == 0x000008, "Wrong size on FTextureCoordinate"); \ +static_assert(offsetof(FTextureCoordinate, U) == 0x000000, "Member 'FTextureCoordinate::U' has a wrong offset!"); \ +static_assert(offsetof(FTextureCoordinate, V) == 0x000004, "Member 'FTextureCoordinate::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexLayout \ +static_assert(alignof(FVertexLayout) == 0x000004, "Wrong alignment on FVertexLayout"); \ +static_assert(sizeof(FVertexLayout) == 0x00000C, "Wrong size on FVertexLayout"); \ +static_assert(offsetof(FVertexLayout, position) == 0x000000, "Member 'FVertexLayout::position' has a wrong offset!"); \ +static_assert(offsetof(FVertexLayout, TextureCoordinate) == 0x000004, "Member 'FVertexLayout::TextureCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FVertexLayout, Normal) == 0x000008, "Member 'FVertexLayout::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RigLogic \ +static_assert(alignof(FAnimNode_RigLogic) == 0x000008, "Wrong alignment on FAnimNode_RigLogic"); \ +static_assert(sizeof(FAnimNode_RigLogic) == 0x000060, "Wrong size on FAnimNode_RigLogic"); \ +static_assert(offsetof(FAnimNode_RigLogic, AnimSequence) == 0x000010, "Member 'FAnimNode_RigLogic::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigLogic, LODThreshold) == 0x000020, "Member 'FAnimNode_RigLogic::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic_IntArray \ +static_assert(alignof(FRigUnit_RigLogic_IntArray) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_IntArray"); \ +static_assert(sizeof(FRigUnit_RigLogic_IntArray) == 0x000010, "Wrong size on FRigUnit_RigLogic_IntArray"); \ +static_assert(offsetof(FRigUnit_RigLogic_IntArray, Values) == 0x000000, "Member 'FRigUnit_RigLogic_IntArray::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic_Data \ +static_assert(alignof(FRigUnit_RigLogic_Data) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_Data"); \ +static_assert(sizeof(FRigUnit_RigLogic_Data) == 0x000098, "Wrong size on FRigUnit_RigLogic_Data"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, SkelMeshComponent) == 0x000000, "Member 'FRigUnit_RigLogic_Data::SkelMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, InputCurveIndices) == 0x000020, "Member 'FRigUnit_RigLogic_Data::InputCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, NeuralNetMaskCurveIndices) == 0x000030, "Member 'FRigUnit_RigLogic_Data::NeuralNetMaskCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, HierarchyBoneIndices) == 0x000040, "Member 'FRigUnit_RigLogic_Data::HierarchyBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, MorphTargetCurveIndices) == 0x000050, "Member 'FRigUnit_RigLogic_Data::MorphTargetCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, BlendShapeIndices) == 0x000060, "Member 'FRigUnit_RigLogic_Data::BlendShapeIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, CurveElementIndicesForAnimMaps) == 0x000070, "Member 'FRigUnit_RigLogic_Data::CurveElementIndicesForAnimMaps' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, RigLogicIndicesForAnimMaps) == 0x000080, "Member 'FRigUnit_RigLogic_Data::RigLogicIndicesForAnimMaps' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, CurrentLOD) == 0x000090, "Member 'FRigUnit_RigLogic_Data::CurrentLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic \ +static_assert(alignof(FRigUnit_RigLogic) == 0x000010, "Wrong alignment on FRigUnit_RigLogic"); \ +static_assert(sizeof(FRigUnit_RigLogic) == 0x000270, "Wrong size on FRigUnit_RigLogic"); \ +static_assert(offsetof(FRigUnit_RigLogic, Data) == 0x0001D0, "Member 'FRigUnit_RigLogic::Data' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic, bIsInitialized) == 0x000268, "Member 'FRigUnit_RigLogic::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDNAIndexMapping \ +static_assert(alignof(UDNAIndexMapping) == 0x000008, "Wrong alignment on UDNAIndexMapping"); \ +static_assert(sizeof(UDNAIndexMapping) == 0x000028, "Wrong size on UDNAIndexMapping"); \ + +#define DUMPER7_ASSERTS_UDNAAsset \ +static_assert(alignof(UDNAAsset) == 0x000008, "Wrong alignment on UDNAAsset"); \ +static_assert(sizeof(UDNAAsset) == 0x000128, "Wrong size on UDNAAsset"); \ +static_assert(offsetof(UDNAAsset, DnaFileName) == 0x000028, "Member 'UDNAAsset::DnaFileName' has a wrong offset!"); \ +static_assert(offsetof(UDNAAsset, bKeepDNAAfterInitialization) == 0x000038, "Member 'UDNAAsset::bKeepDNAAfterInitialization' has a wrong offset!"); \ +static_assert(offsetof(UDNAAsset, MetaData) == 0x000040, "Member 'UDNAAsset::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkelMeshDNAUtils \ +static_assert(alignof(USkelMeshDNAUtils) == 0x000008, "Wrong alignment on USkelMeshDNAUtils"); \ +static_assert(sizeof(USkelMeshDNAUtils) == 0x000028, "Wrong size on USkelMeshDNAUtils"); \ + +#define DUMPER7_ASSERTS_FS_InputLockParameters \ +static_assert(alignof(FS_InputLockParameters) == 0x000001, "Wrong alignment on FS_InputLockParameters"); \ +static_assert(sizeof(FS_InputLockParameters) == 0x000002, "Wrong size on FS_InputLockParameters"); \ +static_assert(offsetof(FS_InputLockParameters, AffectMovement_3_69831192430A409BA427C1BD4CE2FA0E) == 0x000000, "Member 'FS_InputLockParameters::AffectMovement_3_69831192430A409BA427C1BD4CE2FA0E' has a wrong offset!"); \ +static_assert(offsetof(FS_InputLockParameters, AffectCamera_4_D723264F4F0A0C797B1707A6606CCD2D) == 0x000001, "Member 'FS_InputLockParameters::AffectCamera_4_D723264F4F0A0C797B1707A6606CCD2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequencerTrackInstanceInput \ +static_assert(alignof(FSequencerTrackInstanceInput) == 0x000008, "Wrong alignment on FSequencerTrackInstanceInput"); \ +static_assert(sizeof(FSequencerTrackInstanceInput) == 0x000070, "Wrong size on FSequencerTrackInstanceInput"); \ +static_assert(offsetof(FSequencerTrackInstanceInput, Section) == 0x000000, "Member 'FSequencerTrackInstanceInput::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerSectionBP \ +static_assert(alignof(USequencerSectionBP) == 0x000008, "Wrong alignment on USequencerSectionBP"); \ +static_assert(sizeof(USequencerSectionBP) == 0x0000F8, "Wrong size on USequencerSectionBP"); \ + +#define DUMPER7_ASSERTS_USequencerTrackBP \ +static_assert(alignof(USequencerTrackBP) == 0x000010, "Wrong alignment on USequencerTrackBP"); \ +static_assert(sizeof(USequencerTrackBP) == 0x0001B0, "Wrong size on USequencerTrackBP"); \ +static_assert(offsetof(USequencerTrackBP, bSupportsMultipleRows) == 0x000098, "Member 'USequencerTrackBP::bSupportsMultipleRows' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, bSupportsBlending) == 0x000099, "Member 'USequencerTrackBP::bSupportsBlending' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, TrackType) == 0x00009C, "Member 'USequencerTrackBP::TrackType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, SupportedObjectType) == 0x0000A0, "Member 'USequencerTrackBP::SupportedObjectType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, DefaultSectionType) == 0x0000A8, "Member 'USequencerTrackBP::DefaultSectionType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, SupportedSections) == 0x0000B0, "Member 'USequencerTrackBP::SupportedSections' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, TrackInstanceType) == 0x0000C0, "Member 'USequencerTrackBP::TrackInstanceType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, Icon) == 0x0000D0, "Member 'USequencerTrackBP::Icon' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, Sections) == 0x0001A0, "Member 'USequencerTrackBP::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_K2_OnInputAdded \ +static_assert(alignof(SequencerTrackInstanceBP_K2_OnInputAdded) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_K2_OnInputAdded"); \ +static_assert(sizeof(SequencerTrackInstanceBP_K2_OnInputAdded) == 0x000070, "Wrong size on SequencerTrackInstanceBP_K2_OnInputAdded"); \ +static_assert(offsetof(SequencerTrackInstanceBP_K2_OnInputAdded, Input) == 0x000000, "Member 'SequencerTrackInstanceBP_K2_OnInputAdded::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_K2_OnInputRemoved \ +static_assert(alignof(SequencerTrackInstanceBP_K2_OnInputRemoved) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_K2_OnInputRemoved"); \ +static_assert(sizeof(SequencerTrackInstanceBP_K2_OnInputRemoved) == 0x000070, "Wrong size on SequencerTrackInstanceBP_K2_OnInputRemoved"); \ +static_assert(offsetof(SequencerTrackInstanceBP_K2_OnInputRemoved, Input) == 0x000000, "Member 'SequencerTrackInstanceBP_K2_OnInputRemoved::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetAnimatedObject \ +static_assert(alignof(SequencerTrackInstanceBP_GetAnimatedObject) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetAnimatedObject"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetAnimatedObject) == 0x000008, "Wrong size on SequencerTrackInstanceBP_GetAnimatedObject"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetAnimatedObject, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetAnimatedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetInput \ +static_assert(alignof(SequencerTrackInstanceBP_GetInput) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetInput"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetInput) == 0x000078, "Wrong size on SequencerTrackInstanceBP_GetInput"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInput, Index_0) == 0x000000, "Member 'SequencerTrackInstanceBP_GetInput::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInput, ReturnValue) == 0x000008, "Member 'SequencerTrackInstanceBP_GetInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetInputs \ +static_assert(alignof(SequencerTrackInstanceBP_GetInputs) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetInputs"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetInputs) == 0x000010, "Wrong size on SequencerTrackInstanceBP_GetInputs"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInputs, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetNumInputs \ +static_assert(alignof(SequencerTrackInstanceBP_GetNumInputs) == 0x000004, "Wrong alignment on SequencerTrackInstanceBP_GetNumInputs"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetNumInputs) == 0x000004, "Wrong size on SequencerTrackInstanceBP_GetNumInputs"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetNumInputs, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetNumInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerTrackInstanceBP \ +static_assert(alignof(USequencerTrackInstanceBP) == 0x000008, "Wrong alignment on USequencerTrackInstanceBP"); \ +static_assert(sizeof(USequencerTrackInstanceBP) == 0x000050, "Wrong size on USequencerTrackInstanceBP"); \ + +#define DUMPER7_ASSERTS_FS_BattleInitialState \ +static_assert(alignof(FS_BattleInitialState) == 0x000008, "Wrong alignment on FS_BattleInitialState"); \ +static_assert(sizeof(FS_BattleInitialState) == 0x000040, "Wrong size on FS_BattleInitialState"); \ +static_assert(offsetof(FS_BattleInitialState, InitialMusicParameter_2_085339E046E6C7DFFB9A5DB70F96BDB2) == 0x000000, "Member 'FS_BattleInitialState::InitialMusicParameter_2_085339E046E6C7DFFB9A5DB70F96BDB2' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleInitialState, ActiveLightingScenario_5_E3CBE3FB45BEDDC4B80BB0BEE6B49912) == 0x000018, "Member 'FS_BattleInitialState::ActiveLightingScenario_5_E3CBE3FB45BEDDC4B80BB0BEE6B49912' 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_FOpenColorIODisplayView \ +static_assert(alignof(FOpenColorIODisplayView) == 0x000008, "Wrong alignment on FOpenColorIODisplayView"); \ +static_assert(sizeof(FOpenColorIODisplayView) == 0x000020, "Wrong size on FOpenColorIODisplayView"); \ +static_assert(offsetof(FOpenColorIODisplayView, Display) == 0x000000, "Member 'FOpenColorIODisplayView::Display' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIODisplayView, View) == 0x000010, "Member 'FOpenColorIODisplayView::View' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ +static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ +static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000098, "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!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationDisplayView) == 0x000058, "Member 'FOpenColorIOColorConversionSettings::DestinationDisplayView' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, DisplayViewDirection) == 0x000078, "Member 'FOpenColorIOColorConversionSettings::DisplayViewDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ +static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ +static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x0000A0, "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_UOpenColorIOSettings \ +static_assert(alignof(UOpenColorIOSettings) == 0x000008, "Wrong alignment on UOpenColorIOSettings"); \ +static_assert(sizeof(UOpenColorIOSettings) == 0x000040, "Wrong size on UOpenColorIOSettings"); \ + +#define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ +static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x0000B8, "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) == 0x0000A0, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x0000A8, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x0000B0, "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) == 0x000028, "Wrong size on UOpenColorIOBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ +static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ +static_assert(sizeof(UOpenColorIOColorTransform) == 0x000108, "Wrong size on UOpenColorIOColorTransform"); \ +static_assert(offsetof(UOpenColorIOColorTransform, bIsDisplayViewType) == 0x000028, "Member 'UOpenColorIOColorTransform::bIsDisplayViewType' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, SourceColorSpace) == 0x000030, "Member 'UOpenColorIOColorTransform::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, DestinationColorSpace) == 0x000040, "Member 'UOpenColorIOColorTransform::DestinationColorSpace' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, Display) == 0x000050, "Member 'UOpenColorIOColorTransform::Display' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, View) == 0x000060, "Member 'UOpenColorIOColorTransform::View' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, DisplayViewDirection) == 0x000070, "Member 'UOpenColorIOColorTransform::DisplayViewDirection' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, Textures) == 0x000078, "Member 'UOpenColorIOColorTransform::Textures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIOConfiguration_ReloadExistingColorspaces \ +static_assert(alignof(OpenColorIOConfiguration_ReloadExistingColorspaces) == 0x000001, "Wrong alignment on OpenColorIOConfiguration_ReloadExistingColorspaces"); \ +static_assert(sizeof(OpenColorIOConfiguration_ReloadExistingColorspaces) == 0x000001, "Wrong size on OpenColorIOConfiguration_ReloadExistingColorspaces"); \ +static_assert(offsetof(OpenColorIOConfiguration_ReloadExistingColorspaces, bForce) == 0x000000, "Member 'OpenColorIOConfiguration_ReloadExistingColorspaces::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ +static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ +static_assert(sizeof(UOpenColorIOConfiguration) == 0x0000F8, "Wrong size on UOpenColorIOConfiguration"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ConfigurationFile) == 0x000028, "Member 'UOpenColorIOConfiguration::ConfigurationFile' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, DesiredColorSpaces) == 0x000038, "Member 'UOpenColorIOConfiguration::DesiredColorSpaces' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, DesiredDisplayViews) == 0x000048, "Member 'UOpenColorIOConfiguration::DesiredDisplayViews' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, Context) == 0x000058, "Member 'UOpenColorIOConfiguration::Context' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ColorTransforms) == 0x0000A8, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ConfigHash) == 0x0000E8, "Member 'UOpenColorIOConfiguration::ConfigHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension) == 0x0000A8, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension, ReturnValue) == 0x0000A0, "Member 'OpenColorIODisplayExtensionWrapper_CreateInGameOpenColorIODisplayExtension::ReturnValue' 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) == 0x000100, "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) == 0x0000A0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000F0, "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) == 0x0000A0, "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_OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration) == 0x0000A0, "Wrong size on OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration, ReturnValue) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_GetOpenColorIOConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ +static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ +static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000038, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_Title_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B2_Title_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B2_Title_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B2_Title_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B2_Title_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject \ +static_assert(alignof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject) == 0x000008, "Wrong alignment on BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject"); \ +static_assert(sizeof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject) == 0x000090, "Wrong size on BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, EntryPoint) == 0x000000, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000028, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_Event_OwnerController_1) == 0x000030, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue) == 0x000050, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_Event_OwnerController) == 0x000070, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, K2Node_Event_ControlledPawn) == 0x000078, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_MoveToAndUseSmartObjectWithGameplayBehavior_ReturnValue) == 0x000080, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_MoveToAndUseSmartObjectWithGameplayBehavior_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_Abort_ReturnValue) == 0x000088, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_Abort_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject, CallFunc_IsValidSmartObjectClaimHandle_ReturnValue) == 0x00008A, "Member 'BTTask_UseSmartObject_C_ExecuteUbergraph_BTTask_UseSmartObject::CallFunc_IsValidSmartObjectClaimHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UseSmartObject_C_FinishExecution \ +static_assert(alignof(BTTask_UseSmartObject_C_FinishExecution) == 0x000001, "Wrong alignment on BTTask_UseSmartObject_C_FinishExecution"); \ +static_assert(sizeof(BTTask_UseSmartObject_C_FinishExecution) == 0x000001, "Wrong size on BTTask_UseSmartObject_C_FinishExecution"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_FinishExecution, Success) == 0x000000, "Member 'BTTask_UseSmartObject_C_FinishExecution::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UseSmartObject_C_ReceiveAbortAI \ +static_assert(alignof(BTTask_UseSmartObject_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_UseSmartObject_C_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_UseSmartObject_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_UseSmartObject_C_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_UseSmartObject_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_UseSmartObject_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UseSmartObject_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_UseSmartObject_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_UseSmartObject_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_UseSmartObject_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_UseSmartObject_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_UseSmartObject_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UseSmartObject_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_UseSmartObject_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_UseSmartObject_C \ +static_assert(alignof(UBTTask_UseSmartObject_C) == 0x000008, "Wrong alignment on UBTTask_UseSmartObject_C"); \ +static_assert(sizeof(UBTTask_UseSmartObject_C) == 0x000100, "Wrong size on UBTTask_UseSmartObject_C"); \ +static_assert(offsetof(UBTTask_UseSmartObject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_UseSmartObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UseSmartObject_C, KeySmartObjectClaimHandle) == 0x0000B0, "Member 'UBTTask_UseSmartObject_C::KeySmartObjectClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UseSmartObject_C, KeySelectorSmartObjectInUse) == 0x0000D8, "Member 'UBTTask_UseSmartObject_C::KeySelectorSmartObjectInUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ +static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ +static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000020, "Wrong size on FMoviePipelinePassIdentifier"); \ +static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelinePassIdentifier, CameraName) == 0x000010, "Member 'FMoviePipelinePassIdentifier::CameraName' 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_FMovieGraphRenderDataIdentifier \ +static_assert(alignof(FMovieGraphRenderDataIdentifier) == 0x000008, "Wrong alignment on FMovieGraphRenderDataIdentifier"); \ +static_assert(sizeof(FMovieGraphRenderDataIdentifier) == 0x000048, "Wrong size on FMovieGraphRenderDataIdentifier"); \ +static_assert(offsetof(FMovieGraphRenderDataIdentifier, RootBranchName) == 0x000000, "Member 'FMovieGraphRenderDataIdentifier::RootBranchName' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphRenderDataIdentifier, LayerName) == 0x000008, "Member 'FMovieGraphRenderDataIdentifier::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphRenderDataIdentifier, RendererName) == 0x000018, "Member 'FMovieGraphRenderDataIdentifier::RendererName' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphRenderDataIdentifier, SubResourceName) == 0x000028, "Member 'FMovieGraphRenderDataIdentifier::SubResourceName' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphRenderDataIdentifier, CameraName) == 0x000038, "Member 'FMovieGraphRenderDataIdentifier::CameraName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphRenderLayerOutputData \ +static_assert(alignof(FMovieGraphRenderLayerOutputData) == 0x000008, "Wrong alignment on FMovieGraphRenderLayerOutputData"); \ +static_assert(sizeof(FMovieGraphRenderLayerOutputData) == 0x000010, "Wrong size on FMovieGraphRenderLayerOutputData"); \ +static_assert(offsetof(FMovieGraphRenderLayerOutputData, FilePaths) == 0x000000, "Member 'FMovieGraphRenderLayerOutputData::FilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphRenderOutputData \ +static_assert(alignof(FMovieGraphRenderOutputData) == 0x000008, "Wrong alignment on FMovieGraphRenderOutputData"); \ +static_assert(sizeof(FMovieGraphRenderOutputData) == 0x000058, "Wrong size on FMovieGraphRenderOutputData"); \ +static_assert(offsetof(FMovieGraphRenderOutputData, Shot) == 0x000000, "Member 'FMovieGraphRenderOutputData::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphRenderOutputData, RenderLayerData) == 0x000008, "Member 'FMovieGraphRenderOutputData::RenderLayerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineOutputData \ +static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ +static_assert(sizeof(FMoviePipelineOutputData) == 0x000038, "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!"); \ +static_assert(offsetof(FMoviePipelineOutputData, GraphData) == 0x000028, "Member 'FMoviePipelineOutputData::GraphData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineFilenameResolveParams \ +static_assert(alignof(FMoviePipelineFilenameResolveParams) == 0x000008, "Wrong alignment on FMoviePipelineFilenameResolveParams"); \ +static_assert(sizeof(FMoviePipelineFilenameResolveParams) == 0x000120, "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, FileNameOverride) == 0x000038, "Member 'FMoviePipelineFilenameResolveParams::FileNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileNameFormatOverrides) == 0x000048, "Member 'FMoviePipelineFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileMetadata) == 0x000098, "Member 'FMoviePipelineFilenameResolveParams::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTime) == 0x0000E8, "Member 'FMoviePipelineFilenameResolveParams::InitializationTime' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTimeOffset) == 0x0000F0, "Member 'FMoviePipelineFilenameResolveParams::InitializationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationVersion) == 0x0000F8, "Member 'FMoviePipelineFilenameResolveParams::InitializationVersion' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, Job) == 0x000100, "Member 'FMoviePipelineFilenameResolveParams::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotOverride) == 0x000110, "Member 'FMoviePipelineFilenameResolveParams::ShotOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, AdditionalFrameNumberOffset) == 0x000118, "Member 'FMoviePipelineFilenameResolveParams::AdditionalFrameNumberOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphEvaluatedSettingsStack \ +static_assert(alignof(FMovieGraphEvaluatedSettingsStack) == 0x000008, "Wrong alignment on FMovieGraphEvaluatedSettingsStack"); \ +static_assert(sizeof(FMovieGraphEvaluatedSettingsStack) == 0x000010, "Wrong size on FMovieGraphEvaluatedSettingsStack"); \ +static_assert(offsetof(FMovieGraphEvaluatedSettingsStack, NodeInstances) == 0x000000, "Member 'FMovieGraphEvaluatedSettingsStack::NodeInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphEvaluatedBranchConfig \ +static_assert(alignof(FMovieGraphEvaluatedBranchConfig) == 0x000008, "Wrong alignment on FMovieGraphEvaluatedBranchConfig"); \ +static_assert(sizeof(FMovieGraphEvaluatedBranchConfig) == 0x000050, "Wrong size on FMovieGraphEvaluatedBranchConfig"); \ +static_assert(offsetof(FMovieGraphEvaluatedBranchConfig, NamedNodes) == 0x000000, "Member 'FMovieGraphEvaluatedBranchConfig::NamedNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphEvaluationContext_VisitedNodeInfo \ +static_assert(alignof(FMovieGraphEvaluationContext_VisitedNodeInfo) == 0x000008, "Wrong alignment on FMovieGraphEvaluationContext_VisitedNodeInfo"); \ +static_assert(sizeof(FMovieGraphEvaluationContext_VisitedNodeInfo) == 0x000050, "Wrong size on FMovieGraphEvaluationContext_VisitedNodeInfo"); \ +static_assert(offsetof(FMovieGraphEvaluationContext_VisitedNodeInfo, VisitedNodes) == 0x000000, "Member 'FMovieGraphEvaluationContext_VisitedNodeInfo::VisitedNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphTimeStepData \ +static_assert(alignof(FMovieGraphTimeStepData) == 0x000008, "Wrong alignment on FMovieGraphTimeStepData"); \ +static_assert(sizeof(FMovieGraphTimeStepData) == 0x000068, "Wrong size on FMovieGraphTimeStepData"); \ +static_assert(offsetof(FMovieGraphTimeStepData, OutputFrameNumber) == 0x000000, "Member 'FMovieGraphTimeStepData::OutputFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, ShotOutputFrameNumber) == 0x000004, "Member 'FMovieGraphTimeStepData::ShotOutputFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, RenderedFrameNumber) == 0x000008, "Member 'FMovieGraphTimeStepData::RenderedFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, FrameDeltaTime) == 0x00000C, "Member 'FMovieGraphTimeStepData::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, WorldTimeDilation) == 0x000010, "Member 'FMovieGraphTimeStepData::WorldTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, WorldSeconds) == 0x000014, "Member 'FMovieGraphTimeStepData::WorldSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, MotionBlurFraction) == 0x000018, "Member 'FMovieGraphTimeStepData::MotionBlurFraction' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, FrameRate) == 0x00001C, "Member 'FMovieGraphTimeStepData::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, TemporalSampleIndex) == 0x000024, "Member 'FMovieGraphTimeStepData::TemporalSampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, TemporalSampleCount) == 0x000028, "Member 'FMovieGraphTimeStepData::TemporalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, bIsFirstTemporalSampleForFrame) == 0x00002C, "Member 'FMovieGraphTimeStepData::bIsFirstTemporalSampleForFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, bIsLastTemporalSampleForFrame) == 0x00002D, "Member 'FMovieGraphTimeStepData::bIsLastTemporalSampleForFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, bDiscardOutput) == 0x00002E, "Member 'FMovieGraphTimeStepData::bDiscardOutput' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, bRequiresAccumulator) == 0x00002F, "Member 'FMovieGraphTimeStepData::bRequiresAccumulator' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, EvaluatedConfig) == 0x000030, "Member 'FMovieGraphTimeStepData::EvaluatedConfig' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, RootTimeCode) == 0x000038, "Member 'FMovieGraphTimeStepData::RootTimeCode' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, RootFrameNumber) == 0x00004C, "Member 'FMovieGraphTimeStepData::RootFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, ShotTimeCode) == 0x000050, "Member 'FMovieGraphTimeStepData::ShotTimeCode' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTimeStepData, ShotFrameNumber) == 0x000064, "Member 'FMovieGraphTimeStepData::ShotFrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphTraversalContext \ +static_assert(alignof(FMovieGraphTraversalContext) == 0x000008, "Wrong alignment on FMovieGraphTraversalContext"); \ +static_assert(sizeof(FMovieGraphTraversalContext) == 0x0000D0, "Wrong size on FMovieGraphTraversalContext"); \ +static_assert(offsetof(FMovieGraphTraversalContext, ShotIndex) == 0x000000, "Member 'FMovieGraphTraversalContext::ShotIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, ShotCount) == 0x000004, "Member 'FMovieGraphTraversalContext::ShotCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, Job) == 0x000008, "Member 'FMovieGraphTraversalContext::Job' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, Shot) == 0x000010, "Member 'FMovieGraphTraversalContext::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, RootGraph) == 0x000018, "Member 'FMovieGraphTraversalContext::RootGraph' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, RenderDataIdentifier) == 0x000020, "Member 'FMovieGraphTraversalContext::RenderDataIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphTraversalContext, Time) == 0x000068, "Member 'FMovieGraphTraversalContext::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphEvaluationContext \ +static_assert(alignof(FMovieGraphEvaluationContext) == 0x000008, "Wrong alignment on FMovieGraphEvaluationContext"); \ +static_assert(sizeof(FMovieGraphEvaluationContext) == 0x000160, "Wrong size on FMovieGraphEvaluationContext"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, UserContext) == 0x000000, "Member 'FMovieGraphEvaluationContext::UserContext' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, VisitedNodesByOwningGraph) == 0x0000D0, "Member 'FMovieGraphEvaluationContext::VisitedNodesByOwningGraph' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, PinBeingFollowed) == 0x000120, "Member 'FMovieGraphEvaluationContext::PinBeingFollowed' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, SubgraphStack) == 0x000128, "Member 'FMovieGraphEvaluationContext::SubgraphStack' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, bCircularGraphReferenceFound) == 0x000138, "Member 'FMovieGraphEvaluationContext::bCircularGraphReferenceFound' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphEvaluationContext, TraversalError) == 0x000140, "Member 'FMovieGraphEvaluationContext::TraversalError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphImagePreviewData \ +static_assert(alignof(FMovieGraphImagePreviewData) == 0x000008, "Wrong alignment on FMovieGraphImagePreviewData"); \ +static_assert(sizeof(FMovieGraphImagePreviewData) == 0x000050, "Wrong size on FMovieGraphImagePreviewData"); \ +static_assert(offsetof(FMovieGraphImagePreviewData, Texture) == 0x000000, "Member 'FMovieGraphImagePreviewData::Texture' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphImagePreviewData, Identifier) == 0x000008, "Member 'FMovieGraphImagePreviewData::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphInitConfig \ +static_assert(alignof(FMovieGraphInitConfig) == 0x000008, "Wrong alignment on FMovieGraphInitConfig"); \ +static_assert(sizeof(FMovieGraphInitConfig) == 0x000020, "Wrong size on FMovieGraphInitConfig"); \ +static_assert(offsetof(FMovieGraphInitConfig, RendererClass) == 0x000000, "Member 'FMovieGraphInitConfig::RendererClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphInitConfig, DataSourceClass) == 0x000008, "Member 'FMovieGraphInitConfig::DataSourceClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphInitConfig, AudioRendererClass) == 0x000010, "Member 'FMovieGraphInitConfig::AudioRendererClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphInitConfig, bRenderViewport) == 0x000018, "Member 'FMovieGraphInitConfig::bRenderViewport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphResolveArgs \ +static_assert(alignof(FMovieGraphResolveArgs) == 0x000008, "Wrong alignment on FMovieGraphResolveArgs"); \ +static_assert(sizeof(FMovieGraphResolveArgs) == 0x0000A0, "Wrong size on FMovieGraphResolveArgs"); \ +static_assert(offsetof(FMovieGraphResolveArgs, FilenameArguments) == 0x000000, "Member 'FMovieGraphResolveArgs::FilenameArguments' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphResolveArgs, FileMetadata) == 0x000050, "Member 'FMovieGraphResolveArgs::FileMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphFilenameResolveParams \ +static_assert(alignof(FMovieGraphFilenameResolveParams) == 0x000008, "Wrong alignment on FMovieGraphFilenameResolveParams"); \ +static_assert(sizeof(FMovieGraphFilenameResolveParams) == 0x000158, "Wrong size on FMovieGraphFilenameResolveParams"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, RenderDataIdentifier) == 0x000000, "Member 'FMovieGraphFilenameResolveParams::RenderDataIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, RootFrameNumber) == 0x000048, "Member 'FMovieGraphFilenameResolveParams::RootFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, ShotFrameNumber) == 0x00004C, "Member 'FMovieGraphFilenameResolveParams::ShotFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, RootFrameNumberRel) == 0x000050, "Member 'FMovieGraphFilenameResolveParams::RootFrameNumberRel' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, ShotFrameNumberRel) == 0x000054, "Member 'FMovieGraphFilenameResolveParams::ShotFrameNumberRel' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, FileMetadata) == 0x000058, "Member 'FMovieGraphFilenameResolveParams::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, Version) == 0x0000A8, "Member 'FMovieGraphFilenameResolveParams::Version' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, bForceRelativeFrameNumbers) == 0x0000AC, "Member 'FMovieGraphFilenameResolveParams::bForceRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, FileNameOverride) == 0x0000B0, "Member 'FMovieGraphFilenameResolveParams::FileNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, bEnsureAbsolutePath) == 0x0000C0, "Member 'FMovieGraphFilenameResolveParams::bEnsureAbsolutePath' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, InitializationTime) == 0x0000C8, "Member 'FMovieGraphFilenameResolveParams::InitializationTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, InitializationTimeOffset) == 0x0000D0, "Member 'FMovieGraphFilenameResolveParams::InitializationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, ZeroPadFrameNumberCount) == 0x0000D8, "Member 'FMovieGraphFilenameResolveParams::ZeroPadFrameNumberCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, FileNameFormatOverrides) == 0x0000E0, "Member 'FMovieGraphFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, Job) == 0x000130, "Member 'FMovieGraphFilenameResolveParams::Job' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, Shot) == 0x000138, "Member 'FMovieGraphFilenameResolveParams::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, EvaluatedConfig) == 0x000140, "Member 'FMovieGraphFilenameResolveParams::EvaluatedConfig' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, FrameNumberOffset) == 0x000148, "Member 'FMovieGraphFilenameResolveParams::FrameNumberOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphFilenameResolveParams, DefaultFrameRate) == 0x00014C, "Member 'FMovieGraphFilenameResolveParams::DefaultFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphVersioningSettings \ +static_assert(alignof(FMovieGraphVersioningSettings) == 0x000004, "Wrong alignment on FMovieGraphVersioningSettings"); \ +static_assert(sizeof(FMovieGraphVersioningSettings) == 0x000008, "Wrong size on FMovieGraphVersioningSettings"); \ +static_assert(offsetof(FMovieGraphVersioningSettings, bAutoVersioning) == 0x000000, "Member 'FMovieGraphVersioningSettings::bAutoVersioning' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphVersioningSettings, VersionNumber) == 0x000004, "Member 'FMovieGraphVersioningSettings::VersionNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphNamedResolution \ +static_assert(alignof(FMovieGraphNamedResolution) == 0x000008, "Wrong alignment on FMovieGraphNamedResolution"); \ +static_assert(sizeof(FMovieGraphNamedResolution) == 0x000020, "Wrong size on FMovieGraphNamedResolution"); \ +static_assert(offsetof(FMovieGraphNamedResolution, ProfileName) == 0x000000, "Member 'FMovieGraphNamedResolution::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphNamedResolution, Resolution) == 0x000008, "Member 'FMovieGraphNamedResolution::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphNamedResolution, Description) == 0x000010, "Member 'FMovieGraphNamedResolution::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphPropertyInfo \ +static_assert(alignof(FMovieGraphPropertyInfo) == 0x000008, "Wrong alignment on FMovieGraphPropertyInfo"); \ +static_assert(sizeof(FMovieGraphPropertyInfo) == 0x000018, "Wrong size on FMovieGraphPropertyInfo"); \ +static_assert(offsetof(FMovieGraphPropertyInfo, Name) == 0x000000, "Member 'FMovieGraphPropertyInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPropertyInfo, bIsDynamicProperty) == 0x000008, "Member 'FMovieGraphPropertyInfo::bIsDynamicProperty' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPropertyInfo, ValueType) == 0x000009, "Member 'FMovieGraphPropertyInfo::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPropertyInfo, ValueTypeObject) == 0x000010, "Member 'FMovieGraphPropertyInfo::ValueTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphPinProperties \ +static_assert(alignof(FMovieGraphPinProperties) == 0x000008, "Wrong alignment on FMovieGraphPinProperties"); \ +static_assert(sizeof(FMovieGraphPinProperties) == 0x000020, "Wrong size on FMovieGraphPinProperties"); \ +static_assert(offsetof(FMovieGraphPinProperties, Label) == 0x000000, "Member 'FMovieGraphPinProperties::Label' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPinProperties, Type) == 0x000008, "Member 'FMovieGraphPinProperties::Type' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPinProperties, TypeObject) == 0x000010, "Member 'FMovieGraphPinProperties::TypeObject' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPinProperties, bAllowMultipleConnections) == 0x000018, "Member 'FMovieGraphPinProperties::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPinProperties, bIsBranch) == 0x000019, "Member 'FMovieGraphPinProperties::bIsBranch' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPinProperties, bIsBuiltIn) == 0x00001A, "Member 'FMovieGraphPinProperties::bIsBuiltIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphBranch \ +static_assert(alignof(FMovieGraphBranch) == 0x000004, "Wrong alignment on FMovieGraphBranch"); \ +static_assert(sizeof(FMovieGraphBranch) == 0x000008, "Wrong size on FMovieGraphBranch"); \ +static_assert(offsetof(FMovieGraphBranch, BranchName) == 0x000000, "Member 'FMovieGraphBranch::BranchName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineSidecarCamera \ +static_assert(alignof(FMoviePipelineSidecarCamera) == 0x000008, "Wrong alignment on FMoviePipelineSidecarCamera"); \ +static_assert(sizeof(FMoviePipelineSidecarCamera) == 0x000028, "Wrong size on FMoviePipelineSidecarCamera"); \ +static_assert(offsetof(FMoviePipelineSidecarCamera, BindingID) == 0x000000, "Member 'FMoviePipelineSidecarCamera::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSidecarCamera, Name) == 0x000018, "Member 'FMoviePipelineSidecarCamera::Name' 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_FMoviePipelineCameraCutInfo \ +static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ +static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x0000C8, "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_MovieGraphNode_TogglePromotePropertyToPin \ +static_assert(alignof(MovieGraphNode_TogglePromotePropertyToPin) == 0x000004, "Wrong alignment on MovieGraphNode_TogglePromotePropertyToPin"); \ +static_assert(sizeof(MovieGraphNode_TogglePromotePropertyToPin) == 0x000008, "Wrong size on MovieGraphNode_TogglePromotePropertyToPin"); \ +static_assert(offsetof(MovieGraphNode_TogglePromotePropertyToPin, PropertyName) == 0x000000, "Member 'MovieGraphNode_TogglePromotePropertyToPin::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphNode_GetExposedProperties \ +static_assert(alignof(MovieGraphNode_GetExposedProperties) == 0x000008, "Wrong alignment on MovieGraphNode_GetExposedProperties"); \ +static_assert(sizeof(MovieGraphNode_GetExposedProperties) == 0x000010, "Wrong size on MovieGraphNode_GetExposedProperties"); \ +static_assert(offsetof(MovieGraphNode_GetExposedProperties, ReturnValue) == 0x000000, "Member 'MovieGraphNode_GetExposedProperties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphNode_GetInputPin \ +static_assert(alignof(MovieGraphNode_GetInputPin) == 0x000008, "Wrong alignment on MovieGraphNode_GetInputPin"); \ +static_assert(sizeof(MovieGraphNode_GetInputPin) == 0x000018, "Wrong size on MovieGraphNode_GetInputPin"); \ +static_assert(offsetof(MovieGraphNode_GetInputPin, InPinLabel) == 0x000000, "Member 'MovieGraphNode_GetInputPin::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphNode_GetInputPin, PinRequirement) == 0x000008, "Member 'MovieGraphNode_GetInputPin::PinRequirement' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphNode_GetInputPin, ReturnValue) == 0x000010, "Member 'MovieGraphNode_GetInputPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphNode_GetOutputPin \ +static_assert(alignof(MovieGraphNode_GetOutputPin) == 0x000008, "Wrong alignment on MovieGraphNode_GetOutputPin"); \ +static_assert(sizeof(MovieGraphNode_GetOutputPin) == 0x000010, "Wrong size on MovieGraphNode_GetOutputPin"); \ +static_assert(offsetof(MovieGraphNode_GetOutputPin, InPinLabel) == 0x000000, "Member 'MovieGraphNode_GetOutputPin::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphNode_GetOutputPin, ReturnValue) == 0x000008, "Member 'MovieGraphNode_GetOutputPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphNode \ +static_assert(alignof(UMovieGraphNode) == 0x000008, "Wrong alignment on UMovieGraphNode"); \ +static_assert(sizeof(UMovieGraphNode) == 0x000098, "Wrong size on UMovieGraphNode"); \ +static_assert(offsetof(UMovieGraphNode, InputPins) == 0x000040, "Member 'UMovieGraphNode::InputPins' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphNode, OutputPins) == 0x000050, "Member 'UMovieGraphNode::OutputPins' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphNode, DynamicProperties) == 0x000060, "Member 'UMovieGraphNode::DynamicProperties' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphNode, ExposedPropertyInfo) == 0x000070, "Member 'UMovieGraphNode::ExposedPropertyInfo' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphNode, Guid) == 0x000084, "Member 'UMovieGraphNode::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSettingNode \ +static_assert(alignof(UMovieGraphSettingNode) == 0x000008, "Wrong alignment on UMovieGraphSettingNode"); \ +static_assert(sizeof(UMovieGraphSettingNode) == 0x000098, "Wrong size on UMovieGraphSettingNode"); \ + +#define DUMPER7_ASSERTS_UMovieGraphApplyCVarPresetNode \ +static_assert(alignof(UMovieGraphApplyCVarPresetNode) == 0x000008, "Wrong alignment on UMovieGraphApplyCVarPresetNode"); \ +static_assert(sizeof(UMovieGraphApplyCVarPresetNode) == 0x0000B0, "Wrong size on UMovieGraphApplyCVarPresetNode"); \ +static_assert(offsetof(UMovieGraphApplyCVarPresetNode, ConsoleVariablePreset) == 0x0000A0, "Member 'UMovieGraphApplyCVarPresetNode::ConsoleVariablePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphFileOutputNode \ +static_assert(alignof(UMovieGraphFileOutputNode) == 0x000008, "Wrong alignment on UMovieGraphFileOutputNode"); \ +static_assert(sizeof(UMovieGraphFileOutputNode) == 0x0000B0, "Wrong size on UMovieGraphFileOutputNode"); \ +static_assert(offsetof(UMovieGraphFileOutputNode, FileNameFormat) == 0x0000A0, "Member 'UMovieGraphFileOutputNode::FileNameFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphAudioOutputNode \ +static_assert(alignof(UMovieGraphAudioOutputNode) == 0x000008, "Wrong alignment on UMovieGraphAudioOutputNode"); \ +static_assert(sizeof(UMovieGraphAudioOutputNode) == 0x0000C0, "Wrong size on UMovieGraphAudioOutputNode"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCompletionPercentage \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCompletionPercentage) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCompletionPercentage) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCompletionPercentage, InPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCompletionPercentage::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCompletionPercentage, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCompletionPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentAperture \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentAperture) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentAperture"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentAperture) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentAperture"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentAperture, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentAperture::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentAperture, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentAperture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentCineCamera \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentCineCamera) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentCineCamera"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentCineCamera) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentCineCamera"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentCineCamera, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentCineCamera::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentCineCamera, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentCineCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentFocalLength \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentFocalLength) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentFocalLength"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentFocalLength) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentFocalLength"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentFocalLength, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentFocalLength::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentFocalLength, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentFocusDistance \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentFocusDistance) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentFocusDistance"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentFocusDistance) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentFocusDistance"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentFocusDistance, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentFocusDistance::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentFocusDistance, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentFocusDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentSegmentName \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentSegmentName) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentSegmentName"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentSegmentName) == 0x000028, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentSegmentName"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentName, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentName::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentName, OutOuterName) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentName::OutOuterName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentName, OutInnerName) == 0x000018, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentName::OutInnerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentSegmentState \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentSegmentState) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentSegmentState) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentState, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentState::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentState, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000030, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentSegmentWorkMetrics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentShotFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetCurrentShotTimecode \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetCurrentShotTimecode) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetCurrentShotTimecode"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetCurrentShotTimecode) == 0x000020, "Wrong size on MovieGraphBlueprintLibrary_GetCurrentShotTimecode"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentShotTimecode, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetCurrentShotTimecode::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetCurrentShotTimecode, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetCurrentShotTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetEffectiveFrameRate \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetEffectiveFrameRate"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetEffectiveFrameRate) == 0x000018, "Wrong size on MovieGraphBlueprintLibrary_GetEffectiveFrameRate"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEffectiveFrameRate, InNode) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetEffectiveFrameRate::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEffectiveFrameRate, InDefaultRate) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetEffectiveFrameRate::InDefaultRate' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEffectiveFrameRate, ReturnValue) == 0x000010, "Member 'MovieGraphBlueprintLibrary_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetEffectiveOutputResolution \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetEffectiveOutputResolution) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetEffectiveOutputResolution"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetEffectiveOutputResolution) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetEffectiveOutputResolution"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEffectiveOutputResolution, InEvaluatedGraph) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetEffectiveOutputResolution::InEvaluatedGraph' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEffectiveOutputResolution, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetEffectiveOutputResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000018, "Wrong size on MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining, OutEstimate) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining::OutEstimate' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining, ReturnValue) == 0x000010, "Member 'MovieGraphBlueprintLibrary_GetEstimatedTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetJobAuthor \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetJobAuthor) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetJobAuthor"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetJobAuthor) == 0x000018, "Wrong size on MovieGraphBlueprintLibrary_GetJobAuthor"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobAuthor, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetJobAuthor::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobAuthor, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetJobAuthor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetJobInitializationTime \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetJobInitializationTime) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetJobInitializationTime) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobInitializationTime, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetJobInitializationTime::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobInitializationTime, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetJobInitializationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetJobName \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetJobName) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetJobName"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetJobName) == 0x000018, "Wrong size on MovieGraphBlueprintLibrary_GetJobName"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobName, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetJobName::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetJobName, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetJobName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetOverallOutputFrames \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetOverallOutputFrames) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetOverallOutputFrames"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetOverallOutputFrames) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetOverallOutputFrames"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallOutputFrames, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetOverallOutputFrames::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallOutputFrames, OutCurrentIndex) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetOverallOutputFrames::OutCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallOutputFrames, OutTotalCount) == 0x00000C, "Member 'MovieGraphBlueprintLibrary_GetOverallOutputFrames::OutTotalCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetOverallSegmentCounts \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetOverallSegmentCounts) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetOverallSegmentCounts"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetOverallSegmentCounts) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetOverallSegmentCounts"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallSegmentCounts, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetOverallSegmentCounts::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallSegmentCounts, OutCurrentIndex) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetOverallSegmentCounts::OutCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetOverallSegmentCounts, OutTotalCount) == 0x00000C, "Member 'MovieGraphBlueprintLibrary_GetOverallSegmentCounts::OutTotalCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetPipelineState \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetPipelineState) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetPipelineState"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetPipelineState) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetPipelineState"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetPipelineState, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetPipelineState::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetPipelineState, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetPipelineState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetRootFrameNumber \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetRootFrameNumber) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetRootFrameNumber"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetRootFrameNumber) == 0x000010, "Wrong size on MovieGraphBlueprintLibrary_GetRootFrameNumber"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetRootFrameNumber, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetRootFrameNumber::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetRootFrameNumber, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetRootFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_GetRootTimecode \ +static_assert(alignof(MovieGraphBlueprintLibrary_GetRootTimecode) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_GetRootTimecode"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_GetRootTimecode) == 0x000020, "Wrong size on MovieGraphBlueprintLibrary_GetRootTimecode"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetRootTimecode, InMovieGraphPipeline) == 0x000000, "Member 'MovieGraphBlueprintLibrary_GetRootTimecode::InMovieGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_GetRootTimecode, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_GetRootTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_IsNamedResolutionValid \ +static_assert(alignof(MovieGraphBlueprintLibrary_IsNamedResolutionValid) == 0x000004, "Wrong alignment on MovieGraphBlueprintLibrary_IsNamedResolutionValid"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_IsNamedResolutionValid) == 0x00000C, "Wrong size on MovieGraphBlueprintLibrary_IsNamedResolutionValid"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_IsNamedResolutionValid, InResolutionProfileName) == 0x000000, "Member 'MovieGraphBlueprintLibrary_IsNamedResolutionValid::InResolutionProfileName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_IsNamedResolutionValid, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_IsNamedResolutionValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_NamedResolutionFromProfile \ +static_assert(alignof(MovieGraphBlueprintLibrary_NamedResolutionFromProfile) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_NamedResolutionFromProfile"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_NamedResolutionFromProfile) == 0x000028, "Wrong size on MovieGraphBlueprintLibrary_NamedResolutionFromProfile"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_NamedResolutionFromProfile, InResolutionProfileName) == 0x000000, "Member 'MovieGraphBlueprintLibrary_NamedResolutionFromProfile::InResolutionProfileName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_NamedResolutionFromProfile, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_NamedResolutionFromProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_NamedResolutionFromSize \ +static_assert(alignof(MovieGraphBlueprintLibrary_NamedResolutionFromSize) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_NamedResolutionFromSize"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_NamedResolutionFromSize) == 0x000028, "Wrong size on MovieGraphBlueprintLibrary_NamedResolutionFromSize"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_NamedResolutionFromSize, InResX) == 0x000000, "Member 'MovieGraphBlueprintLibrary_NamedResolutionFromSize::InResX' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_NamedResolutionFromSize, InResY) == 0x000004, "Member 'MovieGraphBlueprintLibrary_NamedResolutionFromSize::InResY' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_NamedResolutionFromSize, ReturnValue) == 0x000008, "Member 'MovieGraphBlueprintLibrary_NamedResolutionFromSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments \ +static_assert(alignof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments) == 0x000218, "Wrong size on MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments, InFormatString) == 0x000000, "Member 'MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments::InFormatString' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments, InParams) == 0x000010, "Member 'MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments::InParams' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000168, "Member 'MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments::OutMergedFormatArgs' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments, ReturnValue) == 0x000208, "Member 'MovieGraphBlueprintLibrary_ResolveFilenameFormatArguments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBlueprintLibrary_ResolveVersionNumber \ +static_assert(alignof(MovieGraphBlueprintLibrary_ResolveVersionNumber) == 0x000008, "Wrong alignment on MovieGraphBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(sizeof(MovieGraphBlueprintLibrary_ResolveVersionNumber) == 0x000160, "Wrong size on MovieGraphBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveVersionNumber, InParams) == 0x000000, "Member 'MovieGraphBlueprintLibrary_ResolveVersionNumber::InParams' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveVersionNumber, bGetNextVersion) == 0x000158, "Member 'MovieGraphBlueprintLibrary_ResolveVersionNumber::bGetNextVersion' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x00015C, "Member 'MovieGraphBlueprintLibrary_ResolveVersionNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphBlueprintLibrary \ +static_assert(alignof(UMovieGraphBlueprintLibrary) == 0x000008, "Wrong alignment on UMovieGraphBlueprintLibrary"); \ +static_assert(sizeof(UMovieGraphBlueprintLibrary) == 0x000028, "Wrong size on UMovieGraphBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UMovieGraphBranchNode \ +static_assert(alignof(UMovieGraphBranchNode) == 0x000008, "Wrong alignment on UMovieGraphBranchNode"); \ +static_assert(sizeof(UMovieGraphBranchNode) == 0x000098, "Wrong size on UMovieGraphBranchNode"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderPassNode \ +static_assert(alignof(UMovieGraphRenderPassNode) == 0x000008, "Wrong alignment on UMovieGraphRenderPassNode"); \ +static_assert(sizeof(UMovieGraphRenderPassNode) == 0x000098, "Wrong size on UMovieGraphRenderPassNode"); \ + +#define DUMPER7_ASSERTS_UMovieGraphWidgetRendererBaseNode \ +static_assert(alignof(UMovieGraphWidgetRendererBaseNode) == 0x000008, "Wrong alignment on UMovieGraphWidgetRendererBaseNode"); \ +static_assert(sizeof(UMovieGraphWidgetRendererBaseNode) == 0x000110, "Wrong size on UMovieGraphWidgetRendererBaseNode"); \ +static_assert(offsetof(UMovieGraphWidgetRendererBaseNode, bCompositeOntoFinalImage) == 0x000099, "Member 'UMovieGraphWidgetRendererBaseNode::bCompositeOntoFinalImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphBurnInNode \ +static_assert(alignof(UMovieGraphBurnInNode) == 0x000008, "Wrong alignment on UMovieGraphBurnInNode"); \ +static_assert(sizeof(UMovieGraphBurnInNode) == 0x000188, "Wrong size on UMovieGraphBurnInNode"); \ +static_assert(offsetof(UMovieGraphBurnInNode, BurnInClass) == 0x000118, "Member 'UMovieGraphBurnInNode::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphBurnInNode, BurnInWidgetInstances) == 0x000138, "Member 'UMovieGraphBurnInNode::BurnInWidgetInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphBurnInWidget_UpdateForGraph \ +static_assert(alignof(MovieGraphBurnInWidget_UpdateForGraph) == 0x000008, "Wrong alignment on MovieGraphBurnInWidget_UpdateForGraph"); \ +static_assert(sizeof(MovieGraphBurnInWidget_UpdateForGraph) == 0x000010, "Wrong size on MovieGraphBurnInWidget_UpdateForGraph"); \ +static_assert(offsetof(MovieGraphBurnInWidget_UpdateForGraph, InGraphPipeline) == 0x000000, "Member 'MovieGraphBurnInWidget_UpdateForGraph::InGraphPipeline' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphBurnInWidget_UpdateForGraph, InEvaluatedConfig) == 0x000008, "Member 'MovieGraphBurnInWidget_UpdateForGraph::InEvaluatedConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphBurnInWidget \ +static_assert(alignof(UMovieGraphBurnInWidget) == 0x000008, "Wrong alignment on UMovieGraphBurnInWidget"); \ +static_assert(sizeof(UMovieGraphBurnInWidget) == 0x0002E0, "Wrong size on UMovieGraphBurnInWidget"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCameraSettingNode \ +static_assert(alignof(UMovieGraphCameraSettingNode) == 0x000008, "Wrong alignment on UMovieGraphCameraSettingNode"); \ +static_assert(sizeof(UMovieGraphCameraSettingNode) == 0x0000A0, "Wrong size on UMovieGraphCameraSettingNode"); \ +static_assert(offsetof(UMovieGraphCameraSettingNode, ShutterTiming) == 0x000099, "Member 'UMovieGraphCameraSettingNode::ShutterTiming' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCameraSettingNode, OverscanPercentage) == 0x00009C, "Member 'UMovieGraphCameraSettingNode::OverscanPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCollectionNode \ +static_assert(alignof(UMovieGraphCollectionNode) == 0x000008, "Wrong alignment on UMovieGraphCollectionNode"); \ +static_assert(sizeof(UMovieGraphCollectionNode) == 0x0000A8, "Wrong size on UMovieGraphCollectionNode"); \ +static_assert(offsetof(UMovieGraphCollectionNode, Collection) == 0x0000A0, "Member 'UMovieGraphCollectionNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCommandLineEncoderNode \ +static_assert(alignof(UMovieGraphCommandLineEncoderNode) == 0x000008, "Wrong alignment on UMovieGraphCommandLineEncoderNode"); \ +static_assert(sizeof(UMovieGraphCommandLineEncoderNode) == 0x000138, "Wrong size on UMovieGraphCommandLineEncoderNode"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, FileNameFormat) == 0x0000A8, "Member 'UMovieGraphCommandLineEncoderNode::FileNameFormat' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, bDeleteSourceFiles) == 0x0000B8, "Member 'UMovieGraphCommandLineEncoderNode::bDeleteSourceFiles' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, bSkipEncodeOnRenderCanceled) == 0x0000B9, "Member 'UMovieGraphCommandLineEncoderNode::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, VideoCodec) == 0x0000C0, "Member 'UMovieGraphCommandLineEncoderNode::VideoCodec' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, AudioCodec) == 0x0000D0, "Member 'UMovieGraphCommandLineEncoderNode::AudioCodec' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, OutputFileExtension) == 0x0000E0, "Member 'UMovieGraphCommandLineEncoderNode::OutputFileExtension' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, CommandLineFormat) == 0x0000F0, "Member 'UMovieGraphCommandLineEncoderNode::CommandLineFormat' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, VideoInputStringFormat) == 0x000100, "Member 'UMovieGraphCommandLineEncoderNode::VideoInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, AudioInputStringFormat) == 0x000110, "Member 'UMovieGraphCommandLineEncoderNode::AudioInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, EncodeSettings) == 0x000120, "Member 'UMovieGraphCommandLineEncoderNode::EncodeSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCommandLineEncoderNode, bRetainInputTextFiles) == 0x000130, "Member 'UMovieGraphCommandLineEncoderNode::bRetainInputTextFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueSerializedString \ +static_assert(alignof(MovieGraphValueContainer_GetValueSerializedString) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueSerializedString"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueSerializedString) == 0x000010, "Wrong size on MovieGraphValueContainer_GetValueSerializedString"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueSerializedString, ReturnValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueSerializedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueBool \ +static_assert(alignof(MovieGraphValueContainer_SetValueBool) == 0x000001, "Wrong alignment on MovieGraphValueContainer_SetValueBool"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueBool) == 0x000002, "Wrong size on MovieGraphValueContainer_SetValueBool"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueBool, bInValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueBool::bInValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueBool, ReturnValue) == 0x000001, "Member 'MovieGraphValueContainer_SetValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueByte \ +static_assert(alignof(MovieGraphValueContainer_SetValueByte) == 0x000001, "Wrong alignment on MovieGraphValueContainer_SetValueByte"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueByte) == 0x000002, "Wrong size on MovieGraphValueContainer_SetValueByte"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueByte, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueByte::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueByte, ReturnValue) == 0x000001, "Member 'MovieGraphValueContainer_SetValueByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueClass \ +static_assert(alignof(MovieGraphValueContainer_SetValueClass) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueClass"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueClass) == 0x000010, "Wrong size on MovieGraphValueContainer_SetValueClass"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueClass, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueClass::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueClass, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_SetValueClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueContainerType \ +static_assert(alignof(MovieGraphValueContainer_SetValueContainerType) == 0x000001, "Wrong alignment on MovieGraphValueContainer_SetValueContainerType"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueContainerType) == 0x000001, "Wrong size on MovieGraphValueContainer_SetValueContainerType"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueContainerType, ContainerType) == 0x000000, "Member 'MovieGraphValueContainer_SetValueContainerType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueDouble \ +static_assert(alignof(MovieGraphValueContainer_SetValueDouble) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueDouble"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueDouble) == 0x000010, "Wrong size on MovieGraphValueContainer_SetValueDouble"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueDouble, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueDouble::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueDouble, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_SetValueDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueEnum \ +static_assert(alignof(MovieGraphValueContainer_SetValueEnum) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueEnum"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueEnum) == 0x000018, "Wrong size on MovieGraphValueContainer_SetValueEnum"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueEnum, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueEnum::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueEnum, Enum) == 0x000008, "Member 'MovieGraphValueContainer_SetValueEnum::Enum' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueEnum, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_SetValueEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueFloat \ +static_assert(alignof(MovieGraphValueContainer_SetValueFloat) == 0x000004, "Wrong alignment on MovieGraphValueContainer_SetValueFloat"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueFloat) == 0x000008, "Wrong size on MovieGraphValueContainer_SetValueFloat"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueFloat, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueFloat, ReturnValue) == 0x000004, "Member 'MovieGraphValueContainer_SetValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueInt32 \ +static_assert(alignof(MovieGraphValueContainer_SetValueInt32) == 0x000004, "Wrong alignment on MovieGraphValueContainer_SetValueInt32"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueInt32) == 0x000008, "Wrong size on MovieGraphValueContainer_SetValueInt32"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueInt32, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueInt32::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueInt32, ReturnValue) == 0x000004, "Member 'MovieGraphValueContainer_SetValueInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueInt64 \ +static_assert(alignof(MovieGraphValueContainer_SetValueInt64) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueInt64"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueInt64) == 0x000010, "Wrong size on MovieGraphValueContainer_SetValueInt64"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueInt64, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueInt64::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueInt64, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_SetValueInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueName \ +static_assert(alignof(MovieGraphValueContainer_SetValueName) == 0x000004, "Wrong alignment on MovieGraphValueContainer_SetValueName"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueName) == 0x00000C, "Wrong size on MovieGraphValueContainer_SetValueName"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueName, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueName::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueName, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_SetValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueObject \ +static_assert(alignof(MovieGraphValueContainer_SetValueObject) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueObject"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueObject) == 0x000010, "Wrong size on MovieGraphValueContainer_SetValueObject"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueObject, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueObject::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueObject, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_SetValueObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueSerializedString \ +static_assert(alignof(MovieGraphValueContainer_SetValueSerializedString) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueSerializedString"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueSerializedString) == 0x000018, "Wrong size on MovieGraphValueContainer_SetValueSerializedString"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueSerializedString, NewValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueSerializedString::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueSerializedString, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_SetValueSerializedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueString \ +static_assert(alignof(MovieGraphValueContainer_SetValueString) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueString"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueString) == 0x000018, "Wrong size on MovieGraphValueContainer_SetValueString"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueString, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueString::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueString, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_SetValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueText \ +static_assert(alignof(MovieGraphValueContainer_SetValueText) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueText"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueText) == 0x000018, "Wrong size on MovieGraphValueContainer_SetValueText"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueText, InValue) == 0x000000, "Member 'MovieGraphValueContainer_SetValueText::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueText, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_SetValueText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueType \ +static_assert(alignof(MovieGraphValueContainer_SetValueType) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueType"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueType) == 0x000010, "Wrong size on MovieGraphValueContainer_SetValueType"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueType, ValueType) == 0x000000, "Member 'MovieGraphValueContainer_SetValueType::ValueType' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueType, InValueTypeObject) == 0x000008, "Member 'MovieGraphValueContainer_SetValueType::InValueTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_SetValueTypeObject \ +static_assert(alignof(MovieGraphValueContainer_SetValueTypeObject) == 0x000008, "Wrong alignment on MovieGraphValueContainer_SetValueTypeObject"); \ +static_assert(sizeof(MovieGraphValueContainer_SetValueTypeObject) == 0x000008, "Wrong size on MovieGraphValueContainer_SetValueTypeObject"); \ +static_assert(offsetof(MovieGraphValueContainer_SetValueTypeObject, ValueTypeObject) == 0x000000, "Member 'MovieGraphValueContainer_SetValueTypeObject::ValueTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueBool \ +static_assert(alignof(MovieGraphValueContainer_GetValueBool) == 0x000001, "Wrong alignment on MovieGraphValueContainer_GetValueBool"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueBool) == 0x000002, "Wrong size on MovieGraphValueContainer_GetValueBool"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueBool, bOutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueBool::bOutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueBool, ReturnValue) == 0x000001, "Member 'MovieGraphValueContainer_GetValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueByte \ +static_assert(alignof(MovieGraphValueContainer_GetValueByte) == 0x000001, "Wrong alignment on MovieGraphValueContainer_GetValueByte"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueByte) == 0x000002, "Wrong size on MovieGraphValueContainer_GetValueByte"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueByte, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueByte::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueByte, ReturnValue) == 0x000001, "Member 'MovieGraphValueContainer_GetValueByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueClass \ +static_assert(alignof(MovieGraphValueContainer_GetValueClass) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueClass"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueClass) == 0x000010, "Wrong size on MovieGraphValueContainer_GetValueClass"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueClass, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueClass::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueClass, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_GetValueClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueContainerType \ +static_assert(alignof(MovieGraphValueContainer_GetValueContainerType) == 0x000001, "Wrong alignment on MovieGraphValueContainer_GetValueContainerType"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueContainerType) == 0x000001, "Wrong size on MovieGraphValueContainer_GetValueContainerType"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueContainerType, ReturnValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueContainerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueDouble \ +static_assert(alignof(MovieGraphValueContainer_GetValueDouble) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueDouble"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueDouble) == 0x000010, "Wrong size on MovieGraphValueContainer_GetValueDouble"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueDouble, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueDouble::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueDouble, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_GetValueDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueEnum \ +static_assert(alignof(MovieGraphValueContainer_GetValueEnum) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueEnum"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueEnum) == 0x000018, "Wrong size on MovieGraphValueContainer_GetValueEnum"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueEnum, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueEnum::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueEnum, RequestedEnum) == 0x000008, "Member 'MovieGraphValueContainer_GetValueEnum::RequestedEnum' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueEnum, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_GetValueEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueFloat \ +static_assert(alignof(MovieGraphValueContainer_GetValueFloat) == 0x000004, "Wrong alignment on MovieGraphValueContainer_GetValueFloat"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueFloat) == 0x000008, "Wrong size on MovieGraphValueContainer_GetValueFloat"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueFloat, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueFloat::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueFloat, ReturnValue) == 0x000004, "Member 'MovieGraphValueContainer_GetValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueInt32 \ +static_assert(alignof(MovieGraphValueContainer_GetValueInt32) == 0x000004, "Wrong alignment on MovieGraphValueContainer_GetValueInt32"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueInt32) == 0x000008, "Wrong size on MovieGraphValueContainer_GetValueInt32"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueInt32, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueInt32::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueInt32, ReturnValue) == 0x000004, "Member 'MovieGraphValueContainer_GetValueInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueInt64 \ +static_assert(alignof(MovieGraphValueContainer_GetValueInt64) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueInt64"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueInt64) == 0x000010, "Wrong size on MovieGraphValueContainer_GetValueInt64"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueInt64, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueInt64::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueInt64, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_GetValueInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueName \ +static_assert(alignof(MovieGraphValueContainer_GetValueName) == 0x000004, "Wrong alignment on MovieGraphValueContainer_GetValueName"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueName) == 0x00000C, "Wrong size on MovieGraphValueContainer_GetValueName"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueName, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueName::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueName, ReturnValue) == 0x000008, "Member 'MovieGraphValueContainer_GetValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueObject \ +static_assert(alignof(MovieGraphValueContainer_GetValueObject) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueObject"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueObject) == 0x000018, "Wrong size on MovieGraphValueContainer_GetValueObject"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueObject, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueObject::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueObject, RequestedClass) == 0x000008, "Member 'MovieGraphValueContainer_GetValueObject::RequestedClass' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueObject, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_GetValueObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueString \ +static_assert(alignof(MovieGraphValueContainer_GetValueString) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueString"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueString) == 0x000018, "Wrong size on MovieGraphValueContainer_GetValueString"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueString, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueString, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_GetValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueText \ +static_assert(alignof(MovieGraphValueContainer_GetValueText) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueText"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueText) == 0x000018, "Wrong size on MovieGraphValueContainer_GetValueText"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueText, OutValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueText::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueText, ReturnValue) == 0x000010, "Member 'MovieGraphValueContainer_GetValueText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueType \ +static_assert(alignof(MovieGraphValueContainer_GetValueType) == 0x000001, "Wrong alignment on MovieGraphValueContainer_GetValueType"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueType) == 0x000001, "Wrong size on MovieGraphValueContainer_GetValueType"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueType, ReturnValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphValueContainer_GetValueTypeObject \ +static_assert(alignof(MovieGraphValueContainer_GetValueTypeObject) == 0x000008, "Wrong alignment on MovieGraphValueContainer_GetValueTypeObject"); \ +static_assert(sizeof(MovieGraphValueContainer_GetValueTypeObject) == 0x000008, "Wrong size on MovieGraphValueContainer_GetValueTypeObject"); \ +static_assert(offsetof(MovieGraphValueContainer_GetValueTypeObject, ReturnValue) == 0x000000, "Member 'MovieGraphValueContainer_GetValueTypeObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphValueContainer \ +static_assert(alignof(UMovieGraphValueContainer) == 0x000008, "Wrong alignment on UMovieGraphValueContainer"); \ +static_assert(sizeof(UMovieGraphValueContainer) == 0x000040, "Wrong size on UMovieGraphValueContainer"); \ +static_assert(offsetof(UMovieGraphValueContainer, PropertyName) == 0x000028, "Member 'UMovieGraphValueContainer::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphValueContainer, Value) == 0x000030, "Member 'UMovieGraphValueContainer::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphMember_SetMemberName \ +static_assert(alignof(MovieGraphMember_SetMemberName) == 0x000008, "Wrong alignment on MovieGraphMember_SetMemberName"); \ +static_assert(sizeof(MovieGraphMember_SetMemberName) == 0x000018, "Wrong size on MovieGraphMember_SetMemberName"); \ +static_assert(offsetof(MovieGraphMember_SetMemberName, InNewName) == 0x000000, "Member 'MovieGraphMember_SetMemberName::InNewName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphMember_SetMemberName, ReturnValue) == 0x000010, "Member 'MovieGraphMember_SetMemberName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphMember_GetGuid \ +static_assert(alignof(MovieGraphMember_GetGuid) == 0x000004, "Wrong alignment on MovieGraphMember_GetGuid"); \ +static_assert(sizeof(MovieGraphMember_GetGuid) == 0x000010, "Wrong size on MovieGraphMember_GetGuid"); \ +static_assert(offsetof(MovieGraphMember_GetGuid, ReturnValue) == 0x000000, "Member 'MovieGraphMember_GetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphMember_GetMemberName \ +static_assert(alignof(MovieGraphMember_GetMemberName) == 0x000008, "Wrong alignment on MovieGraphMember_GetMemberName"); \ +static_assert(sizeof(MovieGraphMember_GetMemberName) == 0x000010, "Wrong size on MovieGraphMember_GetMemberName"); \ +static_assert(offsetof(MovieGraphMember_GetMemberName, ReturnValue) == 0x000000, "Member 'MovieGraphMember_GetMemberName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphMember \ +static_assert(alignof(UMovieGraphMember) == 0x000008, "Wrong alignment on UMovieGraphMember"); \ +static_assert(sizeof(UMovieGraphMember) == 0x000078, "Wrong size on UMovieGraphMember"); \ +static_assert(offsetof(UMovieGraphMember, Description) == 0x000040, "Member 'UMovieGraphMember::Description' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphMember, Name_0) == 0x000050, "Member 'UMovieGraphMember::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphMember, Guid) == 0x000060, "Member 'UMovieGraphMember::Guid' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphMember, bIsEditable) == 0x000070, "Member 'UMovieGraphMember::bIsEditable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphVariable \ +static_assert(alignof(UMovieGraphVariable) == 0x000008, "Wrong alignment on UMovieGraphVariable"); \ +static_assert(sizeof(UMovieGraphVariable) == 0x000078, "Wrong size on UMovieGraphVariable"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalVariable \ +static_assert(alignof(UMovieGraphGlobalVariable) == 0x000008, "Wrong alignment on UMovieGraphGlobalVariable"); \ +static_assert(sizeof(UMovieGraphGlobalVariable) == 0x000078, "Wrong size on UMovieGraphGlobalVariable"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalVariable_ShotName \ +static_assert(alignof(UMovieGraphGlobalVariable_ShotName) == 0x000008, "Wrong alignment on UMovieGraphGlobalVariable_ShotName"); \ +static_assert(sizeof(UMovieGraphGlobalVariable_ShotName) == 0x000078, "Wrong size on UMovieGraphGlobalVariable_ShotName"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalVariable_SequenceName \ +static_assert(alignof(UMovieGraphGlobalVariable_SequenceName) == 0x000008, "Wrong alignment on UMovieGraphGlobalVariable_SequenceName"); \ +static_assert(sizeof(UMovieGraphGlobalVariable_SequenceName) == 0x000078, "Wrong size on UMovieGraphGlobalVariable_SequenceName"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalVariable_FrameNumber \ +static_assert(alignof(UMovieGraphGlobalVariable_FrameNumber) == 0x000008, "Wrong alignment on UMovieGraphGlobalVariable_FrameNumber"); \ +static_assert(sizeof(UMovieGraphGlobalVariable_FrameNumber) == 0x000078, "Wrong size on UMovieGraphGlobalVariable_FrameNumber"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalVariable_CameraName \ +static_assert(alignof(UMovieGraphGlobalVariable_CameraName) == 0x000008, "Wrong alignment on UMovieGraphGlobalVariable_CameraName"); \ +static_assert(sizeof(UMovieGraphGlobalVariable_CameraName) == 0x000078, "Wrong size on UMovieGraphGlobalVariable_CameraName"); \ + +#define DUMPER7_ASSERTS_UMovieGraphInterfaceBase \ +static_assert(alignof(UMovieGraphInterfaceBase) == 0x000008, "Wrong alignment on UMovieGraphInterfaceBase"); \ +static_assert(sizeof(UMovieGraphInterfaceBase) == 0x000080, "Wrong size on UMovieGraphInterfaceBase"); \ +static_assert(offsetof(UMovieGraphInterfaceBase, bIsBranch) == 0x000078, "Member 'UMovieGraphInterfaceBase::bIsBranch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphInput \ +static_assert(alignof(UMovieGraphInput) == 0x000008, "Wrong alignment on UMovieGraphInput"); \ +static_assert(sizeof(UMovieGraphInput) == 0x000080, "Wrong size on UMovieGraphInput"); \ + +#define DUMPER7_ASSERTS_UMovieGraphOutput \ +static_assert(alignof(UMovieGraphOutput) == 0x000008, "Wrong alignment on UMovieGraphOutput"); \ +static_assert(sizeof(UMovieGraphOutput) == 0x000080, "Wrong size on UMovieGraphOutput"); \ + +#define DUMPER7_ASSERTS_MovieGraphEvaluatedConfig_GetBranchNames \ +static_assert(alignof(MovieGraphEvaluatedConfig_GetBranchNames) == 0x000008, "Wrong alignment on MovieGraphEvaluatedConfig_GetBranchNames"); \ +static_assert(sizeof(MovieGraphEvaluatedConfig_GetBranchNames) == 0x000010, "Wrong size on MovieGraphEvaluatedConfig_GetBranchNames"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetBranchNames, ReturnValue) == 0x000000, "Member 'MovieGraphEvaluatedConfig_GetBranchNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphEvaluatedConfig_GetSettingForBranch \ +static_assert(alignof(MovieGraphEvaluatedConfig_GetSettingForBranch) == 0x000008, "Wrong alignment on MovieGraphEvaluatedConfig_GetSettingForBranch"); \ +static_assert(sizeof(MovieGraphEvaluatedConfig_GetSettingForBranch) == 0x000020, "Wrong size on MovieGraphEvaluatedConfig_GetSettingForBranch"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingForBranch, InClass) == 0x000000, "Member 'MovieGraphEvaluatedConfig_GetSettingForBranch::InClass' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingForBranch, InBranchName) == 0x000008, "Member 'MovieGraphEvaluatedConfig_GetSettingForBranch::InBranchName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingForBranch, bIncludeCDOs) == 0x000010, "Member 'MovieGraphEvaluatedConfig_GetSettingForBranch::bIncludeCDOs' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingForBranch, bExactMatch) == 0x000011, "Member 'MovieGraphEvaluatedConfig_GetSettingForBranch::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingForBranch, ReturnValue) == 0x000018, "Member 'MovieGraphEvaluatedConfig_GetSettingForBranch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphEvaluatedConfig_GetSettingsForBranch \ +static_assert(alignof(MovieGraphEvaluatedConfig_GetSettingsForBranch) == 0x000008, "Wrong alignment on MovieGraphEvaluatedConfig_GetSettingsForBranch"); \ +static_assert(sizeof(MovieGraphEvaluatedConfig_GetSettingsForBranch) == 0x000028, "Wrong size on MovieGraphEvaluatedConfig_GetSettingsForBranch"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingsForBranch, InClass) == 0x000000, "Member 'MovieGraphEvaluatedConfig_GetSettingsForBranch::InClass' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingsForBranch, InBranchName) == 0x000008, "Member 'MovieGraphEvaluatedConfig_GetSettingsForBranch::InBranchName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingsForBranch, bIncludeCDOs) == 0x000010, "Member 'MovieGraphEvaluatedConfig_GetSettingsForBranch::bIncludeCDOs' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingsForBranch, bExactMatch) == 0x000011, "Member 'MovieGraphEvaluatedConfig_GetSettingsForBranch::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphEvaluatedConfig_GetSettingsForBranch, ReturnValue) == 0x000018, "Member 'MovieGraphEvaluatedConfig_GetSettingsForBranch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphEvaluatedConfig \ +static_assert(alignof(UMovieGraphEvaluatedConfig) == 0x000008, "Wrong alignment on UMovieGraphEvaluatedConfig"); \ +static_assert(sizeof(UMovieGraphEvaluatedConfig) == 0x000078, "Wrong size on UMovieGraphEvaluatedConfig"); \ +static_assert(offsetof(UMovieGraphEvaluatedConfig, BranchConfigMapping) == 0x000028, "Member 'UMovieGraphEvaluatedConfig::BranchConfigMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieGraphTraversableObject \ +static_assert(alignof(IMovieGraphTraversableObject) == 0x000001, "Wrong alignment on IMovieGraphTraversableObject"); \ +static_assert(sizeof(IMovieGraphTraversableObject) == 0x000001, "Wrong size on IMovieGraphTraversableObject"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_AddInput \ +static_assert(alignof(MovieGraphConfig_AddInput) == 0x000008, "Wrong alignment on MovieGraphConfig_AddInput"); \ +static_assert(sizeof(MovieGraphConfig_AddInput) == 0x000008, "Wrong size on MovieGraphConfig_AddInput"); \ +static_assert(offsetof(MovieGraphConfig_AddInput, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_AddInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_AddLabeledEdge \ +static_assert(alignof(MovieGraphConfig_AddLabeledEdge) == 0x000008, "Wrong alignment on MovieGraphConfig_AddLabeledEdge"); \ +static_assert(sizeof(MovieGraphConfig_AddLabeledEdge) == 0x000028, "Wrong size on MovieGraphConfig_AddLabeledEdge"); \ +static_assert(offsetof(MovieGraphConfig_AddLabeledEdge, FromNode) == 0x000000, "Member 'MovieGraphConfig_AddLabeledEdge::FromNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_AddLabeledEdge, FromPinLabel) == 0x000008, "Member 'MovieGraphConfig_AddLabeledEdge::FromPinLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_AddLabeledEdge, ToNode) == 0x000010, "Member 'MovieGraphConfig_AddLabeledEdge::ToNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_AddLabeledEdge, ToPinLabel) == 0x000018, "Member 'MovieGraphConfig_AddLabeledEdge::ToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_AddLabeledEdge, ReturnValue) == 0x000020, "Member 'MovieGraphConfig_AddLabeledEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_AddOutput \ +static_assert(alignof(MovieGraphConfig_AddOutput) == 0x000008, "Wrong alignment on MovieGraphConfig_AddOutput"); \ +static_assert(sizeof(MovieGraphConfig_AddOutput) == 0x000008, "Wrong size on MovieGraphConfig_AddOutput"); \ +static_assert(offsetof(MovieGraphConfig_AddOutput, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_AddOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_AddVariable \ +static_assert(alignof(MovieGraphConfig_AddVariable) == 0x000008, "Wrong alignment on MovieGraphConfig_AddVariable"); \ +static_assert(sizeof(MovieGraphConfig_AddVariable) == 0x000010, "Wrong size on MovieGraphConfig_AddVariable"); \ +static_assert(offsetof(MovieGraphConfig_AddVariable, InCustomBaseName) == 0x000000, "Member 'MovieGraphConfig_AddVariable::InCustomBaseName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_AddVariable, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_AddVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_CreateFlattenedGraph \ +static_assert(alignof(MovieGraphConfig_CreateFlattenedGraph) == 0x000008, "Wrong alignment on MovieGraphConfig_CreateFlattenedGraph"); \ +static_assert(sizeof(MovieGraphConfig_CreateFlattenedGraph) == 0x0000E8, "Wrong size on MovieGraphConfig_CreateFlattenedGraph"); \ +static_assert(offsetof(MovieGraphConfig_CreateFlattenedGraph, InContext) == 0x000000, "Member 'MovieGraphConfig_CreateFlattenedGraph::InContext' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_CreateFlattenedGraph, OutError) == 0x0000D0, "Member 'MovieGraphConfig_CreateFlattenedGraph::OutError' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_CreateFlattenedGraph, ReturnValue) == 0x0000E0, "Member 'MovieGraphConfig_CreateFlattenedGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_CreateNodeByClass \ +static_assert(alignof(MovieGraphConfig_CreateNodeByClass) == 0x000008, "Wrong alignment on MovieGraphConfig_CreateNodeByClass"); \ +static_assert(sizeof(MovieGraphConfig_CreateNodeByClass) == 0x000010, "Wrong size on MovieGraphConfig_CreateNodeByClass"); \ +static_assert(offsetof(MovieGraphConfig_CreateNodeByClass, InClass) == 0x000000, "Member 'MovieGraphConfig_CreateNodeByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_CreateNodeByClass, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_CreateNodeByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_DeleteMember \ +static_assert(alignof(MovieGraphConfig_DeleteMember) == 0x000008, "Wrong alignment on MovieGraphConfig_DeleteMember"); \ +static_assert(sizeof(MovieGraphConfig_DeleteMember) == 0x000010, "Wrong size on MovieGraphConfig_DeleteMember"); \ +static_assert(offsetof(MovieGraphConfig_DeleteMember, MemberToDelete) == 0x000000, "Member 'MovieGraphConfig_DeleteMember::MemberToDelete' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_DeleteMember, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_DeleteMember::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveAllInboundEdges \ +static_assert(alignof(MovieGraphConfig_RemoveAllInboundEdges) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveAllInboundEdges"); \ +static_assert(sizeof(MovieGraphConfig_RemoveAllInboundEdges) == 0x000010, "Wrong size on MovieGraphConfig_RemoveAllInboundEdges"); \ +static_assert(offsetof(MovieGraphConfig_RemoveAllInboundEdges, InNode) == 0x000000, "Member 'MovieGraphConfig_RemoveAllInboundEdges::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveAllInboundEdges, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_RemoveAllInboundEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveAllOutboundEdges \ +static_assert(alignof(MovieGraphConfig_RemoveAllOutboundEdges) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveAllOutboundEdges"); \ +static_assert(sizeof(MovieGraphConfig_RemoveAllOutboundEdges) == 0x000010, "Wrong size on MovieGraphConfig_RemoveAllOutboundEdges"); \ +static_assert(offsetof(MovieGraphConfig_RemoveAllOutboundEdges, InNode) == 0x000000, "Member 'MovieGraphConfig_RemoveAllOutboundEdges::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveAllOutboundEdges, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_RemoveAllOutboundEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveInboundEdges \ +static_assert(alignof(MovieGraphConfig_RemoveInboundEdges) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveInboundEdges"); \ +static_assert(sizeof(MovieGraphConfig_RemoveInboundEdges) == 0x000018, "Wrong size on MovieGraphConfig_RemoveInboundEdges"); \ +static_assert(offsetof(MovieGraphConfig_RemoveInboundEdges, InNode) == 0x000000, "Member 'MovieGraphConfig_RemoveInboundEdges::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveInboundEdges, InPinName) == 0x000008, "Member 'MovieGraphConfig_RemoveInboundEdges::InPinName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveInboundEdges, ReturnValue) == 0x000010, "Member 'MovieGraphConfig_RemoveInboundEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveLabeledEdge \ +static_assert(alignof(MovieGraphConfig_RemoveLabeledEdge) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveLabeledEdge"); \ +static_assert(sizeof(MovieGraphConfig_RemoveLabeledEdge) == 0x000028, "Wrong size on MovieGraphConfig_RemoveLabeledEdge"); \ +static_assert(offsetof(MovieGraphConfig_RemoveLabeledEdge, FromNode) == 0x000000, "Member 'MovieGraphConfig_RemoveLabeledEdge::FromNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveLabeledEdge, FromPinName) == 0x000008, "Member 'MovieGraphConfig_RemoveLabeledEdge::FromPinName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveLabeledEdge, ToNode) == 0x000010, "Member 'MovieGraphConfig_RemoveLabeledEdge::ToNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveLabeledEdge, ToPinName) == 0x000018, "Member 'MovieGraphConfig_RemoveLabeledEdge::ToPinName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveLabeledEdge, ReturnValue) == 0x000020, "Member 'MovieGraphConfig_RemoveLabeledEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveNode \ +static_assert(alignof(MovieGraphConfig_RemoveNode) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveNode"); \ +static_assert(sizeof(MovieGraphConfig_RemoveNode) == 0x000010, "Wrong size on MovieGraphConfig_RemoveNode"); \ +static_assert(offsetof(MovieGraphConfig_RemoveNode, InNode) == 0x000000, "Member 'MovieGraphConfig_RemoveNode::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveNode, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_RemoveNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveNodes \ +static_assert(alignof(MovieGraphConfig_RemoveNodes) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveNodes"); \ +static_assert(sizeof(MovieGraphConfig_RemoveNodes) == 0x000018, "Wrong size on MovieGraphConfig_RemoveNodes"); \ +static_assert(offsetof(MovieGraphConfig_RemoveNodes, InNodes) == 0x000000, "Member 'MovieGraphConfig_RemoveNodes::InNodes' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveNodes, ReturnValue) == 0x000010, "Member 'MovieGraphConfig_RemoveNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_RemoveOutboundEdges \ +static_assert(alignof(MovieGraphConfig_RemoveOutboundEdges) == 0x000008, "Wrong alignment on MovieGraphConfig_RemoveOutboundEdges"); \ +static_assert(sizeof(MovieGraphConfig_RemoveOutboundEdges) == 0x000018, "Wrong size on MovieGraphConfig_RemoveOutboundEdges"); \ +static_assert(offsetof(MovieGraphConfig_RemoveOutboundEdges, InNode) == 0x000000, "Member 'MovieGraphConfig_RemoveOutboundEdges::InNode' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveOutboundEdges, InPinName) == 0x000008, "Member 'MovieGraphConfig_RemoveOutboundEdges::InPinName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_RemoveOutboundEdges, ReturnValue) == 0x000010, "Member 'MovieGraphConfig_RemoveOutboundEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_UpdateGlobalVariableValues \ +static_assert(alignof(MovieGraphConfig_UpdateGlobalVariableValues) == 0x000008, "Wrong alignment on MovieGraphConfig_UpdateGlobalVariableValues"); \ +static_assert(sizeof(MovieGraphConfig_UpdateGlobalVariableValues) == 0x000008, "Wrong size on MovieGraphConfig_UpdateGlobalVariableValues"); \ +static_assert(offsetof(MovieGraphConfig_UpdateGlobalVariableValues, InPipeline) == 0x000000, "Member 'MovieGraphConfig_UpdateGlobalVariableValues::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_GetInputNode \ +static_assert(alignof(MovieGraphConfig_GetInputNode) == 0x000008, "Wrong alignment on MovieGraphConfig_GetInputNode"); \ +static_assert(sizeof(MovieGraphConfig_GetInputNode) == 0x000008, "Wrong size on MovieGraphConfig_GetInputNode"); \ +static_assert(offsetof(MovieGraphConfig_GetInputNode, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_GetInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_GetInputs \ +static_assert(alignof(MovieGraphConfig_GetInputs) == 0x000008, "Wrong alignment on MovieGraphConfig_GetInputs"); \ +static_assert(sizeof(MovieGraphConfig_GetInputs) == 0x000010, "Wrong size on MovieGraphConfig_GetInputs"); \ +static_assert(offsetof(MovieGraphConfig_GetInputs, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_GetInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_GetOutputNode \ +static_assert(alignof(MovieGraphConfig_GetOutputNode) == 0x000008, "Wrong alignment on MovieGraphConfig_GetOutputNode"); \ +static_assert(sizeof(MovieGraphConfig_GetOutputNode) == 0x000008, "Wrong size on MovieGraphConfig_GetOutputNode"); \ +static_assert(offsetof(MovieGraphConfig_GetOutputNode, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_GetOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_GetOutputs \ +static_assert(alignof(MovieGraphConfig_GetOutputs) == 0x000008, "Wrong alignment on MovieGraphConfig_GetOutputs"); \ +static_assert(sizeof(MovieGraphConfig_GetOutputs) == 0x000010, "Wrong size on MovieGraphConfig_GetOutputs"); \ +static_assert(offsetof(MovieGraphConfig_GetOutputs, ReturnValue) == 0x000000, "Member 'MovieGraphConfig_GetOutputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConfig_GetVariables \ +static_assert(alignof(MovieGraphConfig_GetVariables) == 0x000008, "Wrong alignment on MovieGraphConfig_GetVariables"); \ +static_assert(sizeof(MovieGraphConfig_GetVariables) == 0x000018, "Wrong size on MovieGraphConfig_GetVariables"); \ +static_assert(offsetof(MovieGraphConfig_GetVariables, bIncludeGlobal) == 0x000000, "Member 'MovieGraphConfig_GetVariables::bIncludeGlobal' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConfig_GetVariables, ReturnValue) == 0x000008, "Member 'MovieGraphConfig_GetVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConfig \ +static_assert(alignof(UMovieGraphConfig) == 0x000008, "Wrong alignment on UMovieGraphConfig"); \ +static_assert(sizeof(UMovieGraphConfig) == 0x000088, "Wrong size on UMovieGraphConfig"); \ +static_assert(offsetof(UMovieGraphConfig, AllNodes) == 0x000028, "Member 'UMovieGraphConfig::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, InputNode) == 0x000038, "Member 'UMovieGraphConfig::InputNode' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, OutputNode) == 0x000040, "Member 'UMovieGraphConfig::OutputNode' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, Variables) == 0x000048, "Member 'UMovieGraphConfig::Variables' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, GlobalVariables) == 0x000058, "Member 'UMovieGraphConfig::GlobalVariables' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, Inputs) == 0x000068, "Member 'UMovieGraphConfig::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConfig, Outputs) == 0x000078, "Member 'UMovieGraphConfig::Outputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphTimeStepBase_GetCalculatedTimeData \ +static_assert(alignof(MovieGraphTimeStepBase_GetCalculatedTimeData) == 0x000008, "Wrong alignment on MovieGraphTimeStepBase_GetCalculatedTimeData"); \ +static_assert(sizeof(MovieGraphTimeStepBase_GetCalculatedTimeData) == 0x000068, "Wrong size on MovieGraphTimeStepBase_GetCalculatedTimeData"); \ +static_assert(offsetof(MovieGraphTimeStepBase_GetCalculatedTimeData, ReturnValue) == 0x000000, "Member 'MovieGraphTimeStepBase_GetCalculatedTimeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphTimeStepBase \ +static_assert(alignof(UMovieGraphTimeStepBase) == 0x000008, "Wrong alignment on UMovieGraphTimeStepBase"); \ +static_assert(sizeof(UMovieGraphTimeStepBase) == 0x000028, "Wrong size on UMovieGraphTimeStepBase"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCoreTimeStep \ +static_assert(alignof(UMovieGraphCoreTimeStep) == 0x000008, "Wrong alignment on UMovieGraphCoreTimeStep"); \ +static_assert(sizeof(UMovieGraphCoreTimeStep) == 0x000170, "Wrong size on UMovieGraphCoreTimeStep"); \ +static_assert(offsetof(UMovieGraphCoreTimeStep, CurrentTimeStepData) == 0x000028, "Member 'UMovieGraphCoreTimeStep::CurrentTimeStepData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphEngineTimeStep \ +static_assert(alignof(UMovieGraphEngineTimeStep) == 0x000008, "Wrong alignment on UMovieGraphEngineTimeStep"); \ +static_assert(sizeof(UMovieGraphEngineTimeStep) == 0x000040, "Wrong size on UMovieGraphEngineTimeStep"); \ + +#define DUMPER7_ASSERTS_MovieGraphRendererBase_GetPreviewData \ +static_assert(alignof(MovieGraphRendererBase_GetPreviewData) == 0x000008, "Wrong alignment on MovieGraphRendererBase_GetPreviewData"); \ +static_assert(sizeof(MovieGraphRendererBase_GetPreviewData) == 0x000010, "Wrong size on MovieGraphRendererBase_GetPreviewData"); \ +static_assert(offsetof(MovieGraphRendererBase_GetPreviewData, ReturnValue) == 0x000000, "Member 'MovieGraphRendererBase_GetPreviewData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRendererBase \ +static_assert(alignof(UMovieGraphRendererBase) == 0x000008, "Wrong alignment on UMovieGraphRendererBase"); \ +static_assert(sizeof(UMovieGraphRendererBase) == 0x000028, "Wrong size on UMovieGraphRendererBase"); \ + +#define DUMPER7_ASSERTS_UMovieGraphDataSourceBase \ +static_assert(alignof(UMovieGraphDataSourceBase) == 0x000008, "Wrong alignment on UMovieGraphDataSourceBase"); \ +static_assert(sizeof(UMovieGraphDataSourceBase) == 0x000028, "Wrong size on UMovieGraphDataSourceBase"); \ + +#define DUMPER7_ASSERTS_UMovieGraphAudioRendererBase \ +static_assert(alignof(UMovieGraphAudioRendererBase) == 0x000008, "Wrong alignment on UMovieGraphAudioRendererBase"); \ +static_assert(sizeof(UMovieGraphAudioRendererBase) == 0x000058, "Wrong size on UMovieGraphAudioRendererBase"); \ + +#define DUMPER7_ASSERTS_UMovieGraphDebugSettingNode \ +static_assert(alignof(UMovieGraphDebugSettingNode) == 0x000008, "Wrong alignment on UMovieGraphDebugSettingNode"); \ +static_assert(sizeof(UMovieGraphDebugSettingNode) == 0x0000B0, "Wrong size on UMovieGraphDebugSettingNode"); \ +static_assert(offsetof(UMovieGraphDebugSettingNode, bCaptureFramesWithRenderDoc) == 0x000099, "Member 'UMovieGraphDebugSettingNode::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDebugSettingNode, bCaptureUnrealInsightsTrace) == 0x00009A, "Member 'UMovieGraphDebugSettingNode::bCaptureUnrealInsightsTrace' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDebugSettingNode, UnrealInsightsTraceFileNameFormat) == 0x0000A0, "Member 'UMovieGraphDebugSettingNode::UnrealInsightsTraceFileNameFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphDefaultAudioRenderer \ +static_assert(alignof(UMovieGraphDefaultAudioRenderer) == 0x000008, "Wrong alignment on UMovieGraphDefaultAudioRenderer"); \ +static_assert(sizeof(UMovieGraphDefaultAudioRenderer) == 0x000058, "Wrong size on UMovieGraphDefaultAudioRenderer"); \ + +#define DUMPER7_ASSERTS_UMovieGraphDefaultRenderer \ +static_assert(alignof(UMovieGraphDefaultRenderer) == 0x000008, "Wrong alignment on UMovieGraphDefaultRenderer"); \ +static_assert(sizeof(UMovieGraphDefaultRenderer) == 0x0001B8, "Wrong size on UMovieGraphDefaultRenderer"); \ +static_assert(offsetof(UMovieGraphDefaultRenderer, RenderPassesInUse) == 0x000028, "Member 'UMovieGraphDefaultRenderer::RenderPassesInUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphEdge \ +static_assert(alignof(UMovieGraphEdge) == 0x000008, "Wrong alignment on UMovieGraphEdge"); \ +static_assert(sizeof(UMovieGraphEdge) == 0x000038, "Wrong size on UMovieGraphEdge"); \ +static_assert(offsetof(UMovieGraphEdge, InputPin) == 0x000028, "Member 'UMovieGraphEdge::InputPin' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphEdge, OutputPin) == 0x000030, "Member 'UMovieGraphEdge::OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphScriptBase_OnJobFinished \ +static_assert(alignof(MovieGraphScriptBase_OnJobFinished) == 0x000008, "Wrong alignment on MovieGraphScriptBase_OnJobFinished"); \ +static_assert(sizeof(MovieGraphScriptBase_OnJobFinished) == 0x000040, "Wrong size on MovieGraphScriptBase_OnJobFinished"); \ +static_assert(offsetof(MovieGraphScriptBase_OnJobFinished, InJobCopy) == 0x000000, "Member 'MovieGraphScriptBase_OnJobFinished::InJobCopy' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphScriptBase_OnJobFinished, InOutputData) == 0x000008, "Member 'MovieGraphScriptBase_OnJobFinished::InOutputData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphScriptBase_OnJobStart \ +static_assert(alignof(MovieGraphScriptBase_OnJobStart) == 0x000008, "Wrong alignment on MovieGraphScriptBase_OnJobStart"); \ +static_assert(sizeof(MovieGraphScriptBase_OnJobStart) == 0x000008, "Wrong size on MovieGraphScriptBase_OnJobStart"); \ +static_assert(offsetof(MovieGraphScriptBase_OnJobStart, InJobCopy) == 0x000000, "Member 'MovieGraphScriptBase_OnJobStart::InJobCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphScriptBase_OnShotFinished \ +static_assert(alignof(MovieGraphScriptBase_OnShotFinished) == 0x000008, "Wrong alignment on MovieGraphScriptBase_OnShotFinished"); \ +static_assert(sizeof(MovieGraphScriptBase_OnShotFinished) == 0x000048, "Wrong size on MovieGraphScriptBase_OnShotFinished"); \ +static_assert(offsetof(MovieGraphScriptBase_OnShotFinished, InJobCopy) == 0x000000, "Member 'MovieGraphScriptBase_OnShotFinished::InJobCopy' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphScriptBase_OnShotFinished, InShotCopy) == 0x000008, "Member 'MovieGraphScriptBase_OnShotFinished::InShotCopy' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphScriptBase_OnShotFinished, OutputData) == 0x000010, "Member 'MovieGraphScriptBase_OnShotFinished::OutputData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphScriptBase_OnShotStart \ +static_assert(alignof(MovieGraphScriptBase_OnShotStart) == 0x000008, "Wrong alignment on MovieGraphScriptBase_OnShotStart"); \ +static_assert(sizeof(MovieGraphScriptBase_OnShotStart) == 0x000010, "Wrong size on MovieGraphScriptBase_OnShotStart"); \ +static_assert(offsetof(MovieGraphScriptBase_OnShotStart, InJobCopy) == 0x000000, "Member 'MovieGraphScriptBase_OnShotStart::InJobCopy' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphScriptBase_OnShotStart, InShotCopy) == 0x000008, "Member 'MovieGraphScriptBase_OnShotStart::InShotCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphScriptBase_IsPerShotCallbackNeeded \ +static_assert(alignof(MovieGraphScriptBase_IsPerShotCallbackNeeded) == 0x000001, "Wrong alignment on MovieGraphScriptBase_IsPerShotCallbackNeeded"); \ +static_assert(sizeof(MovieGraphScriptBase_IsPerShotCallbackNeeded) == 0x000001, "Wrong size on MovieGraphScriptBase_IsPerShotCallbackNeeded"); \ +static_assert(offsetof(MovieGraphScriptBase_IsPerShotCallbackNeeded, ReturnValue) == 0x000000, "Member 'MovieGraphScriptBase_IsPerShotCallbackNeeded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphScriptBase \ +static_assert(alignof(UMovieGraphScriptBase) == 0x000008, "Wrong alignment on UMovieGraphScriptBase"); \ +static_assert(sizeof(UMovieGraphScriptBase) == 0x000028, "Wrong size on UMovieGraphScriptBase"); \ + +#define DUMPER7_ASSERTS_UMovieGraphExecuteScriptNode \ +static_assert(alignof(UMovieGraphExecuteScriptNode) == 0x000008, "Wrong alignment on UMovieGraphExecuteScriptNode"); \ +static_assert(sizeof(UMovieGraphExecuteScriptNode) == 0x0000C0, "Wrong size on UMovieGraphExecuteScriptNode"); \ +static_assert(offsetof(UMovieGraphExecuteScriptNode, Script) == 0x0000A0, "Member 'UMovieGraphExecuteScriptNode::Script' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalGameOverridesNode \ +static_assert(alignof(UMovieGraphGlobalGameOverridesNode) == 0x000008, "Wrong alignment on UMovieGraphGlobalGameOverridesNode"); \ +static_assert(sizeof(UMovieGraphGlobalGameOverridesNode) == 0x000150, "Wrong size on UMovieGraphGlobalGameOverridesNode"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, GameModeOverride) == 0x0000A0, "Member 'UMovieGraphGlobalGameOverridesNode::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, ScalabilityQualityLevel) == 0x0000A8, "Member 'UMovieGraphGlobalGameOverridesNode::ScalabilityQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bDisableTextureStreaming) == 0x0000A9, "Member 'UMovieGraphGlobalGameOverridesNode::bDisableTextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bDisableLODs) == 0x0000AA, "Member 'UMovieGraphGlobalGameOverridesNode::bDisableLODs' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bDisableHLODs) == 0x0000AB, "Member 'UMovieGraphGlobalGameOverridesNode::bDisableHLODs' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bFlushLevelStreaming) == 0x0000AC, "Member 'UMovieGraphGlobalGameOverridesNode::bFlushLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bFlushAssetCompiler) == 0x0000AD, "Member 'UMovieGraphGlobalGameOverridesNode::bFlushAssetCompiler' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bFlushShaderCompiler) == 0x0000AE, "Member 'UMovieGraphGlobalGameOverridesNode::bFlushShaderCompiler' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bFlushGrassStreaming) == 0x0000AF, "Member 'UMovieGraphGlobalGameOverridesNode::bFlushGrassStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, bFlushStreamingManagers) == 0x0000B0, "Member 'UMovieGraphGlobalGameOverridesNode::bFlushStreamingManagers' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalGameOverridesNode, VirtualTextureFeedbackFactor) == 0x0000B4, "Member 'UMovieGraphGlobalGameOverridesNode::VirtualTextureFeedbackFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_SetIsEnabled \ +static_assert(alignof(MoviePipelineSetting_SetIsEnabled) == 0x000001, "Wrong alignment on MoviePipelineSetting_SetIsEnabled"); \ +static_assert(sizeof(MoviePipelineSetting_SetIsEnabled) == 0x000001, "Wrong size on MoviePipelineSetting_SetIsEnabled"); \ +static_assert(offsetof(MoviePipelineSetting_SetIsEnabled, bInEnabled) == 0x000000, "Member 'MoviePipelineSetting_SetIsEnabled::bInEnabled' 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_MoviePipelineSetting_BuildNewProcessCommandLineArgs \ +static_assert(alignof(MoviePipelineSetting_BuildNewProcessCommandLineArgs) == 0x000008, "Wrong alignment on MoviePipelineSetting_BuildNewProcessCommandLineArgs"); \ +static_assert(sizeof(MoviePipelineSetting_BuildNewProcessCommandLineArgs) == 0x000040, "Wrong size on MoviePipelineSetting_BuildNewProcessCommandLineArgs"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLineArgs, InOutUnrealURLParams) == 0x000000, "Member 'MoviePipelineSetting_BuildNewProcessCommandLineArgs::InOutUnrealURLParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLineArgs, InOutCommandLineArgs) == 0x000010, "Member 'MoviePipelineSetting_BuildNewProcessCommandLineArgs::InOutCommandLineArgs' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLineArgs, InOutDeviceProfileCvars) == 0x000020, "Member 'MoviePipelineSetting_BuildNewProcessCommandLineArgs::InOutDeviceProfileCvars' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLineArgs, InOutExecCmds) == 0x000030, "Member 'MoviePipelineSetting_BuildNewProcessCommandLineArgs::InOutExecCmds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_IsEnabled \ +static_assert(alignof(MoviePipelineSetting_IsEnabled) == 0x000001, "Wrong alignment on MoviePipelineSetting_IsEnabled"); \ +static_assert(sizeof(MoviePipelineSetting_IsEnabled) == 0x000001, "Wrong size on MoviePipelineSetting_IsEnabled"); \ +static_assert(offsetof(MoviePipelineSetting_IsEnabled, ReturnValue) == 0x000000, "Member 'MoviePipelineSetting_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineSetting \ +static_assert(alignof(UMoviePipelineSetting) == 0x000008, "Wrong alignment on UMoviePipelineSetting"); \ +static_assert(sizeof(UMoviePipelineSetting) == 0x000048, "Wrong size on UMoviePipelineSetting"); \ +static_assert(offsetof(UMoviePipelineSetting, CachedPipeline) == 0x000028, "Member 'UMoviePipelineSetting::CachedPipeline' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting, bEnabled) == 0x000030, "Member 'UMoviePipelineSetting::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ +static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ +static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000F0, "Wrong size on UMoviePipelineColorSetting"); \ +static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000048, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000E8, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphGlobalOutputSettingNode \ +static_assert(alignof(UMovieGraphGlobalOutputSettingNode) == 0x000008, "Wrong alignment on UMovieGraphGlobalOutputSettingNode"); \ +static_assert(sizeof(UMovieGraphGlobalOutputSettingNode) == 0x000100, "Wrong size on UMovieGraphGlobalOutputSettingNode"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, OutputDirectory) == 0x0000A0, "Member 'UMovieGraphGlobalOutputSettingNode::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, OutputResolution) == 0x0000B0, "Member 'UMovieGraphGlobalOutputSettingNode::OutputResolution' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, OutputFrameRate) == 0x0000D0, "Member 'UMovieGraphGlobalOutputSettingNode::OutputFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, bOverwriteExistingOutput) == 0x0000D8, "Member 'UMovieGraphGlobalOutputSettingNode::bOverwriteExistingOutput' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, ZeroPadFrameNumbers) == 0x0000DC, "Member 'UMovieGraphGlobalOutputSettingNode::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, FrameNumberOffset) == 0x0000E0, "Member 'UMovieGraphGlobalOutputSettingNode::FrameNumberOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, HandleFrameCount) == 0x0000E4, "Member 'UMovieGraphGlobalOutputSettingNode::HandleFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, CustomPlaybackRangeStartFrame) == 0x0000E8, "Member 'UMovieGraphGlobalOutputSettingNode::CustomPlaybackRangeStartFrame' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, CustomPlaybackRangeEndFrame) == 0x0000EC, "Member 'UMovieGraphGlobalOutputSettingNode::CustomPlaybackRangeEndFrame' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, VersioningSettings) == 0x0000F0, "Member 'UMovieGraphGlobalOutputSettingNode::VersioningSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphGlobalOutputSettingNode, bFlushDiskWritesPerShot) == 0x0000F8, "Member 'UMovieGraphGlobalOutputSettingNode::bFlushDiskWritesPerShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphInputNode \ +static_assert(alignof(UMovieGraphInputNode) == 0x000008, "Wrong alignment on UMovieGraphInputNode"); \ +static_assert(sizeof(UMovieGraphInputNode) == 0x000098, "Wrong size on UMovieGraphInputNode"); \ + +#define DUMPER7_ASSERTS_UMovieGraphLinearTimeStep \ +static_assert(alignof(UMovieGraphLinearTimeStep) == 0x000008, "Wrong alignment on UMovieGraphLinearTimeStep"); \ +static_assert(sizeof(UMovieGraphLinearTimeStep) == 0x000170, "Wrong size on UMovieGraphLinearTimeStep"); \ + +#define DUMPER7_ASSERTS_UMovieGraphMergeableModifierContainer \ +static_assert(alignof(UMovieGraphMergeableModifierContainer) == 0x000008, "Wrong alignment on UMovieGraphMergeableModifierContainer"); \ +static_assert(sizeof(UMovieGraphMergeableModifierContainer) == 0x000040, "Wrong size on UMovieGraphMergeableModifierContainer"); \ +static_assert(offsetof(UMovieGraphMergeableModifierContainer, Modifiers) == 0x000030, "Member 'UMovieGraphMergeableModifierContainer::Modifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_AddCollection \ +static_assert(alignof(MovieGraphModifierNode_AddCollection) == 0x000004, "Wrong alignment on MovieGraphModifierNode_AddCollection"); \ +static_assert(sizeof(MovieGraphModifierNode_AddCollection) == 0x000008, "Wrong size on MovieGraphModifierNode_AddCollection"); \ +static_assert(offsetof(MovieGraphModifierNode_AddCollection, InCollectionName) == 0x000000, "Member 'MovieGraphModifierNode_AddCollection::InCollectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_AddModifier \ +static_assert(alignof(MovieGraphModifierNode_AddModifier) == 0x000008, "Wrong alignment on MovieGraphModifierNode_AddModifier"); \ +static_assert(sizeof(MovieGraphModifierNode_AddModifier) == 0x000010, "Wrong size on MovieGraphModifierNode_AddModifier"); \ +static_assert(offsetof(MovieGraphModifierNode_AddModifier, ModifierType) == 0x000000, "Member 'MovieGraphModifierNode_AddModifier::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphModifierNode_AddModifier, ReturnValue) == 0x000008, "Member 'MovieGraphModifierNode_AddModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_RemoveCollection \ +static_assert(alignof(MovieGraphModifierNode_RemoveCollection) == 0x000004, "Wrong alignment on MovieGraphModifierNode_RemoveCollection"); \ +static_assert(sizeof(MovieGraphModifierNode_RemoveCollection) == 0x00000C, "Wrong size on MovieGraphModifierNode_RemoveCollection"); \ +static_assert(offsetof(MovieGraphModifierNode_RemoveCollection, InCollectionName) == 0x000000, "Member 'MovieGraphModifierNode_RemoveCollection::InCollectionName' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphModifierNode_RemoveCollection, ReturnValue) == 0x000008, "Member 'MovieGraphModifierNode_RemoveCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_RemoveModifier \ +static_assert(alignof(MovieGraphModifierNode_RemoveModifier) == 0x000008, "Wrong alignment on MovieGraphModifierNode_RemoveModifier"); \ +static_assert(sizeof(MovieGraphModifierNode_RemoveModifier) == 0x000010, "Wrong size on MovieGraphModifierNode_RemoveModifier"); \ +static_assert(offsetof(MovieGraphModifierNode_RemoveModifier, ModifierType) == 0x000000, "Member 'MovieGraphModifierNode_RemoveModifier::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphModifierNode_RemoveModifier, ReturnValue) == 0x000008, "Member 'MovieGraphModifierNode_RemoveModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_GetCollections \ +static_assert(alignof(MovieGraphModifierNode_GetCollections) == 0x000008, "Wrong alignment on MovieGraphModifierNode_GetCollections"); \ +static_assert(sizeof(MovieGraphModifierNode_GetCollections) == 0x000010, "Wrong size on MovieGraphModifierNode_GetCollections"); \ +static_assert(offsetof(MovieGraphModifierNode_GetCollections, ReturnValue) == 0x000000, "Member 'MovieGraphModifierNode_GetCollections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_GetModifier \ +static_assert(alignof(MovieGraphModifierNode_GetModifier) == 0x000008, "Wrong alignment on MovieGraphModifierNode_GetModifier"); \ +static_assert(sizeof(MovieGraphModifierNode_GetModifier) == 0x000010, "Wrong size on MovieGraphModifierNode_GetModifier"); \ +static_assert(offsetof(MovieGraphModifierNode_GetModifier, ModifierType) == 0x000000, "Member 'MovieGraphModifierNode_GetModifier::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphModifierNode_GetModifier, ReturnValue) == 0x000008, "Member 'MovieGraphModifierNode_GetModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphModifierNode_GetModifiers \ +static_assert(alignof(MovieGraphModifierNode_GetModifiers) == 0x000008, "Wrong alignment on MovieGraphModifierNode_GetModifiers"); \ +static_assert(sizeof(MovieGraphModifierNode_GetModifiers) == 0x000010, "Wrong size on MovieGraphModifierNode_GetModifiers"); \ +static_assert(offsetof(MovieGraphModifierNode_GetModifiers, ReturnValue) == 0x000000, "Member 'MovieGraphModifierNode_GetModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphModifierNode \ +static_assert(alignof(UMovieGraphModifierNode) == 0x000008, "Wrong alignment on UMovieGraphModifierNode"); \ +static_assert(sizeof(UMovieGraphModifierNode) == 0x0000D0, "Wrong size on UMovieGraphModifierNode"); \ +static_assert(offsetof(UMovieGraphModifierNode, ModifierName) == 0x0000A0, "Member 'UMovieGraphModifierNode::ModifierName' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphModifierNode, Collections) == 0x0000B8, "Member 'UMovieGraphModifierNode::Collections' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphModifierNode, ModifiersContainer) == 0x0000C8, "Member 'UMovieGraphModifierNode::ModifiersContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieGraphPostRenderNode \ +static_assert(alignof(IMovieGraphPostRenderNode) == 0x000001, "Wrong alignment on IMovieGraphPostRenderNode"); \ +static_assert(sizeof(IMovieGraphPostRenderNode) == 0x000001, "Wrong size on IMovieGraphPostRenderNode"); \ + +#define DUMPER7_ASSERTS_UMovieGraphOutputNode \ +static_assert(alignof(UMovieGraphOutputNode) == 0x000008, "Wrong alignment on UMovieGraphOutputNode"); \ +static_assert(sizeof(UMovieGraphOutputNode) == 0x000098, "Wrong size on UMovieGraphOutputNode"); \ + +#define DUMPER7_ASSERTS_MovieGraphPin_GetConnectedNodes \ +static_assert(alignof(MovieGraphPin_GetConnectedNodes) == 0x000008, "Wrong alignment on MovieGraphPin_GetConnectedNodes"); \ +static_assert(sizeof(MovieGraphPin_GetConnectedNodes) == 0x000010, "Wrong size on MovieGraphPin_GetConnectedNodes"); \ +static_assert(offsetof(MovieGraphPin_GetConnectedNodes, ReturnValue) == 0x000000, "Member 'MovieGraphPin_GetConnectedNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphPin \ +static_assert(alignof(UMovieGraphPin) == 0x000008, "Wrong alignment on UMovieGraphPin"); \ +static_assert(sizeof(UMovieGraphPin) == 0x000060, "Wrong size on UMovieGraphPin"); \ +static_assert(offsetof(UMovieGraphPin, Node) == 0x000028, "Member 'UMovieGraphPin::Node' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPin, Properties) == 0x000030, "Member 'UMovieGraphPin::Properties' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPin, Edges) == 0x000050, "Member 'UMovieGraphPin::Edges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBase_RequestShutdown \ +static_assert(alignof(MoviePipelineBase_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipelineBase_RequestShutdown"); \ +static_assert(sizeof(MoviePipelineBase_RequestShutdown) == 0x000001, "Wrong size on MoviePipelineBase_RequestShutdown"); \ +static_assert(offsetof(MoviePipelineBase_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipelineBase_RequestShutdown::bIsError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBase_Shutdown \ +static_assert(alignof(MoviePipelineBase_Shutdown) == 0x000001, "Wrong alignment on MoviePipelineBase_Shutdown"); \ +static_assert(sizeof(MoviePipelineBase_Shutdown) == 0x000001, "Wrong size on MoviePipelineBase_Shutdown"); \ +static_assert(offsetof(MoviePipelineBase_Shutdown, bIsError) == 0x000000, "Member 'MoviePipelineBase_Shutdown::bIsError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBase_GetPipelineState \ +static_assert(alignof(MoviePipelineBase_GetPipelineState) == 0x000001, "Wrong alignment on MoviePipelineBase_GetPipelineState"); \ +static_assert(sizeof(MoviePipelineBase_GetPipelineState) == 0x000001, "Wrong size on MoviePipelineBase_GetPipelineState"); \ +static_assert(offsetof(MoviePipelineBase_GetPipelineState, ReturnValue) == 0x000000, "Member 'MoviePipelineBase_GetPipelineState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBase_IsShutdownRequested \ +static_assert(alignof(MoviePipelineBase_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipelineBase_IsShutdownRequested"); \ +static_assert(sizeof(MoviePipelineBase_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipelineBase_IsShutdownRequested"); \ +static_assert(offsetof(MoviePipelineBase_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipelineBase_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBase \ +static_assert(alignof(UMoviePipelineBase) == 0x000008, "Wrong alignment on UMoviePipelineBase"); \ +static_assert(sizeof(UMoviePipelineBase) == 0x000078, "Wrong size on UMoviePipelineBase"); \ +static_assert(offsetof(UMoviePipelineBase, OnMoviePipelineWorkFinishedDelegate) == 0x000028, "Member 'UMoviePipelineBase::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBase, OnMoviePipelineShotWorkFinishedDelegate) == 0x000038, "Member 'UMoviePipelineBase::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_Initialize \ +static_assert(alignof(MovieGraphPipeline_Initialize) == 0x000008, "Wrong alignment on MovieGraphPipeline_Initialize"); \ +static_assert(sizeof(MovieGraphPipeline_Initialize) == 0x000028, "Wrong size on MovieGraphPipeline_Initialize"); \ +static_assert(offsetof(MovieGraphPipeline_Initialize, InJob) == 0x000000, "Member 'MovieGraphPipeline_Initialize::InJob' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphPipeline_Initialize, InitConfig) == 0x000008, "Member 'MovieGraphPipeline_Initialize::InitConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_SetInitializationTime \ +static_assert(alignof(MovieGraphPipeline_SetInitializationTime) == 0x000008, "Wrong alignment on MovieGraphPipeline_SetInitializationTime"); \ +static_assert(sizeof(MovieGraphPipeline_SetInitializationTime) == 0x000008, "Wrong size on MovieGraphPipeline_SetInitializationTime"); \ +static_assert(offsetof(MovieGraphPipeline_SetInitializationTime, InDateTime) == 0x000000, "Member 'MovieGraphPipeline_SetInitializationTime::InDateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetCurrentJob \ +static_assert(alignof(MovieGraphPipeline_GetCurrentJob) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetCurrentJob"); \ +static_assert(sizeof(MovieGraphPipeline_GetCurrentJob) == 0x000008, "Wrong size on MovieGraphPipeline_GetCurrentJob"); \ +static_assert(offsetof(MovieGraphPipeline_GetCurrentJob, ReturnValue) == 0x000000, "Member 'MovieGraphPipeline_GetCurrentJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetCurrentTraversalContext \ +static_assert(alignof(MovieGraphPipeline_GetCurrentTraversalContext) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetCurrentTraversalContext"); \ +static_assert(sizeof(MovieGraphPipeline_GetCurrentTraversalContext) == 0x0000D8, "Wrong size on MovieGraphPipeline_GetCurrentTraversalContext"); \ +static_assert(offsetof(MovieGraphPipeline_GetCurrentTraversalContext, bForShot) == 0x000000, "Member 'MovieGraphPipeline_GetCurrentTraversalContext::bForShot' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphPipeline_GetCurrentTraversalContext, ReturnValue) == 0x000008, "Member 'MovieGraphPipeline_GetCurrentTraversalContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetInitializationTime \ +static_assert(alignof(MovieGraphPipeline_GetInitializationTime) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetInitializationTime"); \ +static_assert(sizeof(MovieGraphPipeline_GetInitializationTime) == 0x000008, "Wrong size on MovieGraphPipeline_GetInitializationTime"); \ +static_assert(offsetof(MovieGraphPipeline_GetInitializationTime, ReturnValue) == 0x000000, "Member 'MovieGraphPipeline_GetInitializationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetInitializationTimeOffset \ +static_assert(alignof(MovieGraphPipeline_GetInitializationTimeOffset) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetInitializationTimeOffset"); \ +static_assert(sizeof(MovieGraphPipeline_GetInitializationTimeOffset) == 0x000008, "Wrong size on MovieGraphPipeline_GetInitializationTimeOffset"); \ +static_assert(offsetof(MovieGraphPipeline_GetInitializationTimeOffset, ReturnValue) == 0x000000, "Member 'MovieGraphPipeline_GetInitializationTimeOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetRendererInstance \ +static_assert(alignof(MovieGraphPipeline_GetRendererInstance) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetRendererInstance"); \ +static_assert(sizeof(MovieGraphPipeline_GetRendererInstance) == 0x000008, "Wrong size on MovieGraphPipeline_GetRendererInstance"); \ +static_assert(offsetof(MovieGraphPipeline_GetRendererInstance, ReturnValue) == 0x000000, "Member 'MovieGraphPipeline_GetRendererInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphPipeline_GetTimeStepInstance \ +static_assert(alignof(MovieGraphPipeline_GetTimeStepInstance) == 0x000008, "Wrong alignment on MovieGraphPipeline_GetTimeStepInstance"); \ +static_assert(sizeof(MovieGraphPipeline_GetTimeStepInstance) == 0x000008, "Wrong size on MovieGraphPipeline_GetTimeStepInstance"); \ +static_assert(offsetof(MovieGraphPipeline_GetTimeStepInstance, ReturnValue) == 0x000000, "Member 'MovieGraphPipeline_GetTimeStepInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphPipeline \ +static_assert(alignof(UMovieGraphPipeline) == 0x000008, "Wrong alignment on UMovieGraphPipeline"); \ +static_assert(sizeof(UMovieGraphPipeline) == 0x0001C8, "Wrong size on UMovieGraphPipeline"); \ +static_assert(offsetof(UMovieGraphPipeline, GraphTimeStepInstances) == 0x000078, "Member 'UMovieGraphPipeline::GraphTimeStepInstances' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, PendingTimeStepInstance) == 0x000088, "Member 'UMovieGraphPipeline::PendingTimeStepInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, GraphTimeStepInstance) == 0x000090, "Member 'UMovieGraphPipeline::GraphTimeStepInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, GraphRendererInstance) == 0x000098, "Member 'UMovieGraphPipeline::GraphRendererInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, GraphDataSourceInstance) == 0x0000A0, "Member 'UMovieGraphPipeline::GraphDataSourceInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, GraphAudioRendererInstance) == 0x0000A8, "Member 'UMovieGraphPipeline::GraphAudioRendererInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, PostRenderEvaluatedGraph) == 0x0000B0, "Member 'UMovieGraphPipeline::PostRenderEvaluatedGraph' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, CurrentJob) == 0x0000B8, "Member 'UMovieGraphPipeline::CurrentJob' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, CurrentJobDuplicate) == 0x0000C0, "Member 'UMovieGraphPipeline::CurrentJobDuplicate' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, ActiveShotList) == 0x0000C8, "Member 'UMovieGraphPipeline::ActiveShotList' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, PreviewWidgetClassToUse) == 0x0000D8, "Member 'UMovieGraphPipeline::PreviewWidgetClassToUse' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, PreviewWidget) == 0x0000E0, "Member 'UMovieGraphPipeline::PreviewWidget' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, CurrentScriptInstances) == 0x0000E8, "Member 'UMovieGraphPipeline::CurrentScriptInstances' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, OutputNodesDataSentTo) == 0x0000F8, "Member 'UMovieGraphPipeline::OutputNodesDataSentTo' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, CustomEngineTimeStep) == 0x0001B8, "Member 'UMovieGraphPipeline::CustomEngineTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPipeline, PrevCustomEngineTimeStep) == 0x0001C0, "Member 'UMovieGraphPipeline::PrevCustomEngineTimeStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphProjectSettings \ +static_assert(alignof(UMovieGraphProjectSettings) == 0x000008, "Wrong alignment on UMovieGraphProjectSettings"); \ +static_assert(sizeof(UMovieGraphProjectSettings) == 0x000048, "Wrong size on UMovieGraphProjectSettings"); \ +static_assert(offsetof(UMovieGraphProjectSettings, DefaultNamedResolutions) == 0x000038, "Member 'UMovieGraphProjectSettings::DefaultNamedResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRemoveRenderSettingNode \ +static_assert(alignof(UMovieGraphRemoveRenderSettingNode) == 0x000008, "Wrong alignment on UMovieGraphRemoveRenderSettingNode"); \ +static_assert(sizeof(UMovieGraphRemoveRenderSettingNode) == 0x0000A0, "Wrong size on UMovieGraphRemoveRenderSettingNode"); \ +static_assert(offsetof(UMovieGraphRemoveRenderSettingNode, NodeType) == 0x000098, "Member 'UMovieGraphRemoveRenderSettingNode::NodeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderLayerNode \ +static_assert(alignof(UMovieGraphRenderLayerNode) == 0x000008, "Wrong alignment on UMovieGraphRenderLayerNode"); \ +static_assert(sizeof(UMovieGraphRenderLayerNode) == 0x0000B0, "Wrong size on UMovieGraphRenderLayerNode"); \ +static_assert(offsetof(UMovieGraphRenderLayerNode, LayerName) == 0x0000A0, "Member 'UMovieGraphRenderLayerNode::LayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_SetEnabled \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_SetEnabled) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_SetEnabled"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_SetEnabled) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_SetEnabled"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_SetEnabled, bEnabled) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_SetOperationType \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_SetOperationType) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_SetOperationType"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_SetOperationType) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_SetOperationType"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_SetOperationType, OperationType) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_SetOperationType::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_Evaluate \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_Evaluate) == 0x000008, "Wrong alignment on MovieGraphConditionGroupQueryBase_Evaluate"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_Evaluate) == 0x000068, "Wrong size on MovieGraphConditionGroupQueryBase_Evaluate"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_Evaluate, InActorsToQuery) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_Evaluate::InActorsToQuery' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_Evaluate, InWorld) == 0x000010, "Member 'MovieGraphConditionGroupQueryBase_Evaluate::InWorld' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_Evaluate, OutMatchingActors) == 0x000018, "Member 'MovieGraphConditionGroupQueryBase_Evaluate::OutMatchingActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_GetOperationType \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_GetOperationType) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_GetOperationType"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_GetOperationType) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_GetOperationType"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_GetOperationType, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_GetOperationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_IsEditorOnlyQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_IsEnabled \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_IsEnabled) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_IsEnabled"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_IsEnabled) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_IsEnabled"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_IsEnabled, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_IsFirstConditionGroupQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames \ +static_assert(alignof(MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames) == 0x000001, "Wrong alignment on MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames"); \ +static_assert(sizeof(MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames) == 0x000001, "Wrong size on MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames"); \ +static_assert(offsetof(MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroupQueryBase_ShouldHidePropertyNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQueryBase \ +static_assert(alignof(UMovieGraphConditionGroupQueryBase) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQueryBase"); \ +static_assert(sizeof(UMovieGraphConditionGroupQueryBase) == 0x000030, "Wrong size on UMovieGraphConditionGroupQueryBase"); \ +static_assert(offsetof(UMovieGraphConditionGroupQueryBase, OpType) == 0x000028, "Member 'UMovieGraphConditionGroupQueryBase::OpType' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConditionGroupQueryBase, bIsEnabled) == 0x000029, "Member 'UMovieGraphConditionGroupQueryBase::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_Actor \ +static_assert(alignof(UMovieGraphConditionGroupQuery_Actor) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_Actor"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_Actor) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_Actor"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_Actor, ActorsToMatch) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_Actor::ActorsToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_ActorTagName \ +static_assert(alignof(UMovieGraphConditionGroupQuery_ActorTagName) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_ActorTagName"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_ActorTagName) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_ActorTagName"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_ActorTagName, TagsToMatch) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_ActorTagName::TagsToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_ActorName \ +static_assert(alignof(UMovieGraphConditionGroupQuery_ActorName) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_ActorName"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_ActorName) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_ActorName"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_ActorName, WildcardSearch) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_ActorName::WildcardSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_ActorType \ +static_assert(alignof(UMovieGraphConditionGroupQuery_ActorType) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_ActorType"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_ActorType) == 0x000050, "Wrong size on UMovieGraphConditionGroupQuery_ActorType"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_ActorType, ActorTypes) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_ActorType::ActorTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_ComponentTagName \ +static_assert(alignof(UMovieGraphConditionGroupQuery_ComponentTagName) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_ComponentTagName"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_ComponentTagName) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_ComponentTagName"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_ComponentTagName, TagsToMatch) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_ComponentTagName::TagsToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_ComponentType \ +static_assert(alignof(UMovieGraphConditionGroupQuery_ComponentType) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_ComponentType"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_ComponentType) == 0x000050, "Wrong size on UMovieGraphConditionGroupQuery_ComponentType"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_ComponentType, ComponentTypes) == 0x000040, "Member 'UMovieGraphConditionGroupQuery_ComponentType::ComponentTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_EditorFolder \ +static_assert(alignof(UMovieGraphConditionGroupQuery_EditorFolder) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_EditorFolder"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_EditorFolder) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_EditorFolder"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_EditorFolder, FolderPaths) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_EditorFolder::FolderPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroupQuery_Sublevel \ +static_assert(alignof(UMovieGraphConditionGroupQuery_Sublevel) == 0x000008, "Wrong alignment on UMovieGraphConditionGroupQuery_Sublevel"); \ +static_assert(sizeof(UMovieGraphConditionGroupQuery_Sublevel) == 0x000040, "Wrong size on UMovieGraphConditionGroupQuery_Sublevel"); \ +static_assert(offsetof(UMovieGraphConditionGroupQuery_Sublevel, Sublevels) == 0x000030, "Member 'UMovieGraphConditionGroupQuery_Sublevel::Sublevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_AddQuery \ +static_assert(alignof(MovieGraphConditionGroup_AddQuery) == 0x000008, "Wrong alignment on MovieGraphConditionGroup_AddQuery"); \ +static_assert(sizeof(MovieGraphConditionGroup_AddQuery) == 0x000018, "Wrong size on MovieGraphConditionGroup_AddQuery"); \ +static_assert(offsetof(MovieGraphConditionGroup_AddQuery, InQueryType) == 0x000000, "Member 'MovieGraphConditionGroup_AddQuery::InQueryType' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_AddQuery, InsertIndex) == 0x000008, "Member 'MovieGraphConditionGroup_AddQuery::InsertIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_AddQuery, ReturnValue) == 0x000010, "Member 'MovieGraphConditionGroup_AddQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_MoveQueryToIndex \ +static_assert(alignof(MovieGraphConditionGroup_MoveQueryToIndex) == 0x000008, "Wrong alignment on MovieGraphConditionGroup_MoveQueryToIndex"); \ +static_assert(sizeof(MovieGraphConditionGroup_MoveQueryToIndex) == 0x000010, "Wrong size on MovieGraphConditionGroup_MoveQueryToIndex"); \ +static_assert(offsetof(MovieGraphConditionGroup_MoveQueryToIndex, InQuery) == 0x000000, "Member 'MovieGraphConditionGroup_MoveQueryToIndex::InQuery' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_MoveQueryToIndex, NewIndex) == 0x000008, "Member 'MovieGraphConditionGroup_MoveQueryToIndex::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_MoveQueryToIndex, ReturnValue) == 0x00000C, "Member 'MovieGraphConditionGroup_MoveQueryToIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_RemoveQuery \ +static_assert(alignof(MovieGraphConditionGroup_RemoveQuery) == 0x000008, "Wrong alignment on MovieGraphConditionGroup_RemoveQuery"); \ +static_assert(sizeof(MovieGraphConditionGroup_RemoveQuery) == 0x000010, "Wrong size on MovieGraphConditionGroup_RemoveQuery"); \ +static_assert(offsetof(MovieGraphConditionGroup_RemoveQuery, InQuery) == 0x000000, "Member 'MovieGraphConditionGroup_RemoveQuery::InQuery' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_RemoveQuery, ReturnValue) == 0x000008, "Member 'MovieGraphConditionGroup_RemoveQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_SetOperationType \ +static_assert(alignof(MovieGraphConditionGroup_SetOperationType) == 0x000001, "Wrong alignment on MovieGraphConditionGroup_SetOperationType"); \ +static_assert(sizeof(MovieGraphConditionGroup_SetOperationType) == 0x000001, "Wrong size on MovieGraphConditionGroup_SetOperationType"); \ +static_assert(offsetof(MovieGraphConditionGroup_SetOperationType, OperationType) == 0x000000, "Member 'MovieGraphConditionGroup_SetOperationType::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_Evaluate \ +static_assert(alignof(MovieGraphConditionGroup_Evaluate) == 0x000008, "Wrong alignment on MovieGraphConditionGroup_Evaluate"); \ +static_assert(sizeof(MovieGraphConditionGroup_Evaluate) == 0x000058, "Wrong size on MovieGraphConditionGroup_Evaluate"); \ +static_assert(offsetof(MovieGraphConditionGroup_Evaluate, InWorld) == 0x000000, "Member 'MovieGraphConditionGroup_Evaluate::InWorld' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphConditionGroup_Evaluate, ReturnValue) == 0x000008, "Member 'MovieGraphConditionGroup_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_GetOperationType \ +static_assert(alignof(MovieGraphConditionGroup_GetOperationType) == 0x000001, "Wrong alignment on MovieGraphConditionGroup_GetOperationType"); \ +static_assert(sizeof(MovieGraphConditionGroup_GetOperationType) == 0x000001, "Wrong size on MovieGraphConditionGroup_GetOperationType"); \ +static_assert(offsetof(MovieGraphConditionGroup_GetOperationType, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroup_GetOperationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_GetQueries \ +static_assert(alignof(MovieGraphConditionGroup_GetQueries) == 0x000008, "Wrong alignment on MovieGraphConditionGroup_GetQueries"); \ +static_assert(sizeof(MovieGraphConditionGroup_GetQueries) == 0x000010, "Wrong size on MovieGraphConditionGroup_GetQueries"); \ +static_assert(offsetof(MovieGraphConditionGroup_GetQueries, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroup_GetQueries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphConditionGroup_IsFirstConditionGroup \ +static_assert(alignof(MovieGraphConditionGroup_IsFirstConditionGroup) == 0x000001, "Wrong alignment on MovieGraphConditionGroup_IsFirstConditionGroup"); \ +static_assert(sizeof(MovieGraphConditionGroup_IsFirstConditionGroup) == 0x000001, "Wrong size on MovieGraphConditionGroup_IsFirstConditionGroup"); \ +static_assert(offsetof(MovieGraphConditionGroup_IsFirstConditionGroup, ReturnValue) == 0x000000, "Member 'MovieGraphConditionGroup_IsFirstConditionGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphConditionGroup \ +static_assert(alignof(UMovieGraphConditionGroup) == 0x000008, "Wrong alignment on UMovieGraphConditionGroup"); \ +static_assert(sizeof(UMovieGraphConditionGroup) == 0x0000F0, "Wrong size on UMovieGraphConditionGroup"); \ +static_assert(offsetof(UMovieGraphConditionGroup, ID) == 0x000028, "Member 'UMovieGraphConditionGroup::ID' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConditionGroup, OpType) == 0x000038, "Member 'UMovieGraphConditionGroup::OpType' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConditionGroup, Queries) == 0x000040, "Member 'UMovieGraphConditionGroup::Queries' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConditionGroup, QueryResult) == 0x000050, "Member 'UMovieGraphConditionGroup::QueryResult' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphConditionGroup, EvaluationResult) == 0x0000A0, "Member 'UMovieGraphConditionGroup::EvaluationResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_AddConditionGroup \ +static_assert(alignof(MovieGraphCollection_AddConditionGroup) == 0x000008, "Wrong alignment on MovieGraphCollection_AddConditionGroup"); \ +static_assert(sizeof(MovieGraphCollection_AddConditionGroup) == 0x000008, "Wrong size on MovieGraphCollection_AddConditionGroup"); \ +static_assert(offsetof(MovieGraphCollection_AddConditionGroup, ReturnValue) == 0x000000, "Member 'MovieGraphCollection_AddConditionGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_MoveConditionGroupToIndex \ +static_assert(alignof(MovieGraphCollection_MoveConditionGroupToIndex) == 0x000008, "Wrong alignment on MovieGraphCollection_MoveConditionGroupToIndex"); \ +static_assert(sizeof(MovieGraphCollection_MoveConditionGroupToIndex) == 0x000010, "Wrong size on MovieGraphCollection_MoveConditionGroupToIndex"); \ +static_assert(offsetof(MovieGraphCollection_MoveConditionGroupToIndex, InConditionGroup) == 0x000000, "Member 'MovieGraphCollection_MoveConditionGroupToIndex::InConditionGroup' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphCollection_MoveConditionGroupToIndex, NewIndex) == 0x000008, "Member 'MovieGraphCollection_MoveConditionGroupToIndex::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphCollection_MoveConditionGroupToIndex, ReturnValue) == 0x00000C, "Member 'MovieGraphCollection_MoveConditionGroupToIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_RemoveConditionGroup \ +static_assert(alignof(MovieGraphCollection_RemoveConditionGroup) == 0x000008, "Wrong alignment on MovieGraphCollection_RemoveConditionGroup"); \ +static_assert(sizeof(MovieGraphCollection_RemoveConditionGroup) == 0x000010, "Wrong size on MovieGraphCollection_RemoveConditionGroup"); \ +static_assert(offsetof(MovieGraphCollection_RemoveConditionGroup, InConditionGroup) == 0x000000, "Member 'MovieGraphCollection_RemoveConditionGroup::InConditionGroup' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphCollection_RemoveConditionGroup, ReturnValue) == 0x000008, "Member 'MovieGraphCollection_RemoveConditionGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_SetCollectionName \ +static_assert(alignof(MovieGraphCollection_SetCollectionName) == 0x000008, "Wrong alignment on MovieGraphCollection_SetCollectionName"); \ +static_assert(sizeof(MovieGraphCollection_SetCollectionName) == 0x000010, "Wrong size on MovieGraphCollection_SetCollectionName"); \ +static_assert(offsetof(MovieGraphCollection_SetCollectionName, InName) == 0x000000, "Member 'MovieGraphCollection_SetCollectionName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_Evaluate \ +static_assert(alignof(MovieGraphCollection_Evaluate) == 0x000008, "Wrong alignment on MovieGraphCollection_Evaluate"); \ +static_assert(sizeof(MovieGraphCollection_Evaluate) == 0x000058, "Wrong size on MovieGraphCollection_Evaluate"); \ +static_assert(offsetof(MovieGraphCollection_Evaluate, InWorld) == 0x000000, "Member 'MovieGraphCollection_Evaluate::InWorld' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphCollection_Evaluate, ReturnValue) == 0x000008, "Member 'MovieGraphCollection_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_GetCollectionName \ +static_assert(alignof(MovieGraphCollection_GetCollectionName) == 0x000008, "Wrong alignment on MovieGraphCollection_GetCollectionName"); \ +static_assert(sizeof(MovieGraphCollection_GetCollectionName) == 0x000010, "Wrong size on MovieGraphCollection_GetCollectionName"); \ +static_assert(offsetof(MovieGraphCollection_GetCollectionName, ReturnValue) == 0x000000, "Member 'MovieGraphCollection_GetCollectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollection_GetConditionGroups \ +static_assert(alignof(MovieGraphCollection_GetConditionGroups) == 0x000008, "Wrong alignment on MovieGraphCollection_GetConditionGroups"); \ +static_assert(sizeof(MovieGraphCollection_GetConditionGroups) == 0x000010, "Wrong size on MovieGraphCollection_GetConditionGroups"); \ +static_assert(offsetof(MovieGraphCollection_GetConditionGroups, ReturnValue) == 0x000000, "Member 'MovieGraphCollection_GetConditionGroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCollection \ +static_assert(alignof(UMovieGraphCollection) == 0x000008, "Wrong alignment on UMovieGraphCollection"); \ +static_assert(sizeof(UMovieGraphCollection) == 0x000048, "Wrong size on UMovieGraphCollection"); \ +static_assert(offsetof(UMovieGraphCollection, CollectionName) == 0x000028, "Member 'UMovieGraphCollection::CollectionName' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphCollection, ConditionGroups) == 0x000038, "Member 'UMovieGraphCollection::ConditionGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollectionModifier_AddCollection \ +static_assert(alignof(MovieGraphCollectionModifier_AddCollection) == 0x000008, "Wrong alignment on MovieGraphCollectionModifier_AddCollection"); \ +static_assert(sizeof(MovieGraphCollectionModifier_AddCollection) == 0x000008, "Wrong size on MovieGraphCollectionModifier_AddCollection"); \ +static_assert(offsetof(MovieGraphCollectionModifier_AddCollection, Collection) == 0x000000, "Member 'MovieGraphCollectionModifier_AddCollection::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollectionModifier_SetCollections \ +static_assert(alignof(MovieGraphCollectionModifier_SetCollections) == 0x000008, "Wrong alignment on MovieGraphCollectionModifier_SetCollections"); \ +static_assert(sizeof(MovieGraphCollectionModifier_SetCollections) == 0x000010, "Wrong size on MovieGraphCollectionModifier_SetCollections"); \ +static_assert(offsetof(MovieGraphCollectionModifier_SetCollections, InCollections) == 0x000000, "Member 'MovieGraphCollectionModifier_SetCollections::InCollections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphCollectionModifier_GetCollections \ +static_assert(alignof(MovieGraphCollectionModifier_GetCollections) == 0x000008, "Wrong alignment on MovieGraphCollectionModifier_GetCollections"); \ +static_assert(sizeof(MovieGraphCollectionModifier_GetCollections) == 0x000010, "Wrong size on MovieGraphCollectionModifier_GetCollections"); \ +static_assert(offsetof(MovieGraphCollectionModifier_GetCollections, ReturnValue) == 0x000000, "Member 'MovieGraphCollectionModifier_GetCollections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphCollectionModifier \ +static_assert(alignof(UMovieGraphCollectionModifier) == 0x000008, "Wrong alignment on UMovieGraphCollectionModifier"); \ +static_assert(sizeof(UMovieGraphCollectionModifier) == 0x000038, "Wrong size on UMovieGraphCollectionModifier"); \ +static_assert(offsetof(UMovieGraphCollectionModifier, Collections) == 0x000028, "Member 'UMovieGraphCollectionModifier::Collections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphMaterialModifier_ApplyModifier \ +static_assert(alignof(MovieGraphMaterialModifier_ApplyModifier) == 0x000008, "Wrong alignment on MovieGraphMaterialModifier_ApplyModifier"); \ +static_assert(sizeof(MovieGraphMaterialModifier_ApplyModifier) == 0x000008, "Wrong size on MovieGraphMaterialModifier_ApplyModifier"); \ +static_assert(offsetof(MovieGraphMaterialModifier_ApplyModifier, World) == 0x000000, "Member 'MovieGraphMaterialModifier_ApplyModifier::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphMaterialModifier_SetMaterial \ +static_assert(alignof(MovieGraphMaterialModifier_SetMaterial) == 0x000008, "Wrong alignment on MovieGraphMaterialModifier_SetMaterial"); \ +static_assert(sizeof(MovieGraphMaterialModifier_SetMaterial) == 0x000028, "Wrong size on MovieGraphMaterialModifier_SetMaterial"); \ +static_assert(offsetof(MovieGraphMaterialModifier_SetMaterial, InMaterial) == 0x000000, "Member 'MovieGraphMaterialModifier_SetMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphMaterialModifier \ +static_assert(alignof(UMovieGraphMaterialModifier) == 0x000008, "Wrong alignment on UMovieGraphMaterialModifier"); \ +static_assert(sizeof(UMovieGraphMaterialModifier) == 0x0000B8, "Wrong size on UMovieGraphMaterialModifier"); \ +static_assert(offsetof(UMovieGraphMaterialModifier, Material) == 0x000090, "Member 'UMovieGraphMaterialModifier::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderPropertyModifier_ApplyModifier \ +static_assert(alignof(MovieGraphRenderPropertyModifier_ApplyModifier) == 0x000008, "Wrong alignment on MovieGraphRenderPropertyModifier_ApplyModifier"); \ +static_assert(sizeof(MovieGraphRenderPropertyModifier_ApplyModifier) == 0x000008, "Wrong size on MovieGraphRenderPropertyModifier_ApplyModifier"); \ +static_assert(offsetof(MovieGraphRenderPropertyModifier_ApplyModifier, World) == 0x000000, "Member 'MovieGraphRenderPropertyModifier_ApplyModifier::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderPropertyModifier_SetHidden \ +static_assert(alignof(MovieGraphRenderPropertyModifier_SetHidden) == 0x000001, "Wrong alignment on MovieGraphRenderPropertyModifier_SetHidden"); \ +static_assert(sizeof(MovieGraphRenderPropertyModifier_SetHidden) == 0x000001, "Wrong size on MovieGraphRenderPropertyModifier_SetHidden"); \ +static_assert(offsetof(MovieGraphRenderPropertyModifier_SetHidden, bInIsHidden) == 0x000000, "Member 'MovieGraphRenderPropertyModifier_SetHidden::bInIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderPropertyModifier_IsHidden \ +static_assert(alignof(MovieGraphRenderPropertyModifier_IsHidden) == 0x000001, "Wrong alignment on MovieGraphRenderPropertyModifier_IsHidden"); \ +static_assert(sizeof(MovieGraphRenderPropertyModifier_IsHidden) == 0x000001, "Wrong size on MovieGraphRenderPropertyModifier_IsHidden"); \ +static_assert(offsetof(MovieGraphRenderPropertyModifier_IsHidden, ReturnValue) == 0x000000, "Member 'MovieGraphRenderPropertyModifier_IsHidden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderPropertyModifier \ +static_assert(alignof(UMovieGraphRenderPropertyModifier) == 0x000008, "Wrong alignment on UMovieGraphRenderPropertyModifier"); \ +static_assert(sizeof(UMovieGraphRenderPropertyModifier) == 0x000050, "Wrong size on UMovieGraphRenderPropertyModifier"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_AddModifier \ +static_assert(alignof(MovieGraphRenderLayer_AddModifier) == 0x000008, "Wrong alignment on MovieGraphRenderLayer_AddModifier"); \ +static_assert(sizeof(MovieGraphRenderLayer_AddModifier) == 0x000008, "Wrong size on MovieGraphRenderLayer_AddModifier"); \ +static_assert(offsetof(MovieGraphRenderLayer_AddModifier, Modifier) == 0x000000, "Member 'MovieGraphRenderLayer_AddModifier::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_Apply \ +static_assert(alignof(MovieGraphRenderLayer_Apply) == 0x000008, "Wrong alignment on MovieGraphRenderLayer_Apply"); \ +static_assert(sizeof(MovieGraphRenderLayer_Apply) == 0x000008, "Wrong size on MovieGraphRenderLayer_Apply"); \ +static_assert(offsetof(MovieGraphRenderLayer_Apply, World) == 0x000000, "Member 'MovieGraphRenderLayer_Apply::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_RemoveModifier \ +static_assert(alignof(MovieGraphRenderLayer_RemoveModifier) == 0x000008, "Wrong alignment on MovieGraphRenderLayer_RemoveModifier"); \ +static_assert(sizeof(MovieGraphRenderLayer_RemoveModifier) == 0x000008, "Wrong size on MovieGraphRenderLayer_RemoveModifier"); \ +static_assert(offsetof(MovieGraphRenderLayer_RemoveModifier, Modifier) == 0x000000, "Member 'MovieGraphRenderLayer_RemoveModifier::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_SetRenderLayerName \ +static_assert(alignof(MovieGraphRenderLayer_SetRenderLayerName) == 0x000004, "Wrong alignment on MovieGraphRenderLayer_SetRenderLayerName"); \ +static_assert(sizeof(MovieGraphRenderLayer_SetRenderLayerName) == 0x000008, "Wrong size on MovieGraphRenderLayer_SetRenderLayerName"); \ +static_assert(offsetof(MovieGraphRenderLayer_SetRenderLayerName, NewName) == 0x000000, "Member 'MovieGraphRenderLayer_SetRenderLayerName::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_GetCollectionByName \ +static_assert(alignof(MovieGraphRenderLayer_GetCollectionByName) == 0x000008, "Wrong alignment on MovieGraphRenderLayer_GetCollectionByName"); \ +static_assert(sizeof(MovieGraphRenderLayer_GetCollectionByName) == 0x000018, "Wrong size on MovieGraphRenderLayer_GetCollectionByName"); \ +static_assert(offsetof(MovieGraphRenderLayer_GetCollectionByName, Name_0) == 0x000000, "Member 'MovieGraphRenderLayer_GetCollectionByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphRenderLayer_GetCollectionByName, ReturnValue) == 0x000010, "Member 'MovieGraphRenderLayer_GetCollectionByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_GetModifiers \ +static_assert(alignof(MovieGraphRenderLayer_GetModifiers) == 0x000008, "Wrong alignment on MovieGraphRenderLayer_GetModifiers"); \ +static_assert(sizeof(MovieGraphRenderLayer_GetModifiers) == 0x000010, "Wrong size on MovieGraphRenderLayer_GetModifiers"); \ +static_assert(offsetof(MovieGraphRenderLayer_GetModifiers, ReturnValue) == 0x000000, "Member 'MovieGraphRenderLayer_GetModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayer_GetRenderLayerName \ +static_assert(alignof(MovieGraphRenderLayer_GetRenderLayerName) == 0x000004, "Wrong alignment on MovieGraphRenderLayer_GetRenderLayerName"); \ +static_assert(sizeof(MovieGraphRenderLayer_GetRenderLayerName) == 0x000008, "Wrong size on MovieGraphRenderLayer_GetRenderLayerName"); \ +static_assert(offsetof(MovieGraphRenderLayer_GetRenderLayerName, ReturnValue) == 0x000000, "Member 'MovieGraphRenderLayer_GetRenderLayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderLayer \ +static_assert(alignof(UMovieGraphRenderLayer) == 0x000008, "Wrong alignment on UMovieGraphRenderLayer"); \ +static_assert(sizeof(UMovieGraphRenderLayer) == 0x000040, "Wrong size on UMovieGraphRenderLayer"); \ +static_assert(offsetof(UMovieGraphRenderLayer, RenderLayerName) == 0x000028, "Member 'UMovieGraphRenderLayer::RenderLayerName' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphRenderLayer, Modifiers) == 0x000030, "Member 'UMovieGraphRenderLayer::Modifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_GetFromWorld \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_GetFromWorld) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_GetFromWorld"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_GetFromWorld) == 0x000010, "Wrong size on MovieGraphRenderLayerSubsystem_GetFromWorld"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_GetFromWorld, World) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_GetFromWorld::World' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_GetFromWorld, ReturnValue) == 0x000008, "Member 'MovieGraphRenderLayerSubsystem_GetFromWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_AddRenderLayer \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_AddRenderLayer) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_AddRenderLayer"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_AddRenderLayer) == 0x000010, "Wrong size on MovieGraphRenderLayerSubsystem_AddRenderLayer"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_AddRenderLayer, RenderLayer) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_AddRenderLayer::RenderLayer' has a wrong offset!"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_AddRenderLayer, ReturnValue) == 0x000008, "Member 'MovieGraphRenderLayerSubsystem_AddRenderLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_GetRenderLayers \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_GetRenderLayers) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_GetRenderLayers"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_GetRenderLayers) == 0x000010, "Wrong size on MovieGraphRenderLayerSubsystem_GetRenderLayers"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_GetRenderLayers, ReturnValue) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_GetRenderLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_RemoveRenderLayer \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_RemoveRenderLayer) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_RemoveRenderLayer"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_RemoveRenderLayer) == 0x000010, "Wrong size on MovieGraphRenderLayerSubsystem_RemoveRenderLayer"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_RemoveRenderLayer, RenderLayerName) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_RemoveRenderLayer::RenderLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName) == 0x000004, "Wrong alignment on MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName) == 0x000008, "Wrong size on MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName, RenderLayerName) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByName::RenderLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj) == 0x000008, "Wrong size on MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj, RenderLayer) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_SetActiveRenderLayerByObj::RenderLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderLayerSubsystem_GetActiveRenderLayer \ +static_assert(alignof(MovieGraphRenderLayerSubsystem_GetActiveRenderLayer) == 0x000008, "Wrong alignment on MovieGraphRenderLayerSubsystem_GetActiveRenderLayer"); \ +static_assert(sizeof(MovieGraphRenderLayerSubsystem_GetActiveRenderLayer) == 0x000008, "Wrong size on MovieGraphRenderLayerSubsystem_GetActiveRenderLayer"); \ +static_assert(offsetof(MovieGraphRenderLayerSubsystem_GetActiveRenderLayer, ReturnValue) == 0x000000, "Member 'MovieGraphRenderLayerSubsystem_GetActiveRenderLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderLayerSubsystem \ +static_assert(alignof(UMovieGraphRenderLayerSubsystem) == 0x000008, "Wrong alignment on UMovieGraphRenderLayerSubsystem"); \ +static_assert(sizeof(UMovieGraphRenderLayerSubsystem) == 0x000048, "Wrong size on UMovieGraphRenderLayerSubsystem"); \ +static_assert(offsetof(UMovieGraphRenderLayerSubsystem, RenderLayers) == 0x000030, "Member 'UMovieGraphRenderLayerSubsystem::RenderLayers' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphRenderLayerSubsystem, ActiveRenderLayer) == 0x000040, "Member 'UMovieGraphRenderLayerSubsystem::ActiveRenderLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSamplingMethodNode \ +static_assert(alignof(UMovieGraphSamplingMethodNode) == 0x000008, "Wrong alignment on UMovieGraphSamplingMethodNode"); \ +static_assert(sizeof(UMovieGraphSamplingMethodNode) == 0x0000C8, "Wrong size on UMovieGraphSamplingMethodNode"); \ +static_assert(offsetof(UMovieGraphSamplingMethodNode, SamplingMethodClass) == 0x0000A0, "Member 'UMovieGraphSamplingMethodNode::SamplingMethodClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphSamplingMethodNode, TemporalSampleCount) == 0x0000C0, "Member 'UMovieGraphSamplingMethodNode::TemporalSampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSelectNode \ +static_assert(alignof(UMovieGraphSelectNode) == 0x000008, "Wrong alignment on UMovieGraphSelectNode"); \ +static_assert(sizeof(UMovieGraphSelectNode) == 0x0000A8, "Wrong size on UMovieGraphSelectNode"); \ +static_assert(offsetof(UMovieGraphSelectNode, SelectOptions) == 0x000098, "Member 'UMovieGraphSelectNode::SelectOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphSelectNode, SelectedOption) == 0x0000A0, "Member 'UMovieGraphSelectNode::SelectedOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSequenceDataSource \ +static_assert(alignof(UMovieGraphSequenceDataSource) == 0x000008, "Wrong alignment on UMovieGraphSequenceDataSource"); \ +static_assert(sizeof(UMovieGraphSequenceDataSource) == 0x000050, "Wrong size on UMovieGraphSequenceDataSource"); \ +static_assert(offsetof(UMovieGraphSequenceDataSource, LevelSequenceActor) == 0x000028, "Member 'UMovieGraphSequenceDataSource::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSetCVarValueNode \ +static_assert(alignof(UMovieGraphSetCVarValueNode) == 0x000008, "Wrong alignment on UMovieGraphSetCVarValueNode"); \ +static_assert(sizeof(UMovieGraphSetCVarValueNode) == 0x0000B8, "Wrong size on UMovieGraphSetCVarValueNode"); \ +static_assert(offsetof(UMovieGraphSetCVarValueNode, Name_0) == 0x0000A0, "Member 'UMovieGraphSetCVarValueNode::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphSetCVarValueNode, Value) == 0x0000B0, "Member 'UMovieGraphSetCVarValueNode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphShowFlags \ +static_assert(alignof(UMovieGraphShowFlags) == 0x000008, "Wrong alignment on UMovieGraphShowFlags"); \ +static_assert(sizeof(UMovieGraphShowFlags) == 0x000100, "Wrong size on UMovieGraphShowFlags"); \ +static_assert(offsetof(UMovieGraphShowFlags, OverriddenShowFlags) == 0x000030, "Member 'UMovieGraphShowFlags::OverriddenShowFlags' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphShowFlags, ShowFlagEnableState) == 0x000080, "Member 'UMovieGraphShowFlags::ShowFlagEnableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphSubgraphNode_SetSubGraphAsset \ +static_assert(alignof(MovieGraphSubgraphNode_SetSubGraphAsset) == 0x000008, "Wrong alignment on MovieGraphSubgraphNode_SetSubGraphAsset"); \ +static_assert(sizeof(MovieGraphSubgraphNode_SetSubGraphAsset) == 0x000028, "Wrong size on MovieGraphSubgraphNode_SetSubGraphAsset"); \ +static_assert(offsetof(MovieGraphSubgraphNode_SetSubGraphAsset, InSubgraphAsset) == 0x000000, "Member 'MovieGraphSubgraphNode_SetSubGraphAsset::InSubgraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphSubgraphNode_GetSubgraphAsset \ +static_assert(alignof(MovieGraphSubgraphNode_GetSubgraphAsset) == 0x000008, "Wrong alignment on MovieGraphSubgraphNode_GetSubgraphAsset"); \ +static_assert(sizeof(MovieGraphSubgraphNode_GetSubgraphAsset) == 0x000008, "Wrong size on MovieGraphSubgraphNode_GetSubgraphAsset"); \ +static_assert(offsetof(MovieGraphSubgraphNode_GetSubgraphAsset, ReturnValue) == 0x000000, "Member 'MovieGraphSubgraphNode_GetSubgraphAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphSubgraphNode \ +static_assert(alignof(UMovieGraphSubgraphNode) == 0x000008, "Wrong alignment on UMovieGraphSubgraphNode"); \ +static_assert(sizeof(UMovieGraphSubgraphNode) == 0x0000C0, "Wrong size on UMovieGraphSubgraphNode"); \ +static_assert(offsetof(UMovieGraphSubgraphNode, SubgraphAsset) == 0x000098, "Member 'UMovieGraphSubgraphNode::SubgraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphUIRendererNode \ +static_assert(alignof(UMovieGraphUIRendererNode) == 0x000008, "Wrong alignment on UMovieGraphUIRendererNode"); \ +static_assert(sizeof(UMovieGraphUIRendererNode) == 0x000110, "Wrong size on UMovieGraphUIRendererNode"); \ + +#define DUMPER7_ASSERTS_MovieGraphVariableNode_SetVariable \ +static_assert(alignof(MovieGraphVariableNode_SetVariable) == 0x000008, "Wrong alignment on MovieGraphVariableNode_SetVariable"); \ +static_assert(sizeof(MovieGraphVariableNode_SetVariable) == 0x000008, "Wrong size on MovieGraphVariableNode_SetVariable"); \ +static_assert(offsetof(MovieGraphVariableNode_SetVariable, InVariable) == 0x000000, "Member 'MovieGraphVariableNode_SetVariable::InVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieGraphVariableNode_GetVariable \ +static_assert(alignof(MovieGraphVariableNode_GetVariable) == 0x000008, "Wrong alignment on MovieGraphVariableNode_GetVariable"); \ +static_assert(sizeof(MovieGraphVariableNode_GetVariable) == 0x000008, "Wrong size on MovieGraphVariableNode_GetVariable"); \ +static_assert(offsetof(MovieGraphVariableNode_GetVariable, ReturnValue) == 0x000000, "Member 'MovieGraphVariableNode_GetVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphVariableNode \ +static_assert(alignof(UMovieGraphVariableNode) == 0x000008, "Wrong alignment on UMovieGraphVariableNode"); \ +static_assert(sizeof(UMovieGraphVariableNode) == 0x0000C0, "Wrong size on UMovieGraphVariableNode"); \ +static_assert(offsetof(UMovieGraphVariableNode, GraphVariable) == 0x000098, "Member 'UMovieGraphVariableNode::GraphVariable' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphVariableNode, OutputPin) == 0x0000A0, "Member 'UMovieGraphVariableNode::OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphWarmUpSettingNode \ +static_assert(alignof(UMovieGraphWarmUpSettingNode) == 0x000008, "Wrong alignment on UMovieGraphWarmUpSettingNode"); \ +static_assert(sizeof(UMovieGraphWarmUpSettingNode) == 0x0000A8, "Wrong size on UMovieGraphWarmUpSettingNode"); \ +static_assert(offsetof(UMovieGraphWarmUpSettingNode, NumWarmUpFrames) == 0x00009C, "Member 'UMovieGraphWarmUpSettingNode::NumWarmUpFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphWarmUpSettingNode, bEmulateMotionBlur) == 0x0000A0, "Member 'UMovieGraphWarmUpSettingNode::bEmulateMotionBlur' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueSerializedString \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueSerializedString) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueSerializedString"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueSerializedString) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_GetValueSerializedString"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueSerializedString, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueSerializedString::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueSerializedString, ReturnValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueSerializedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState, bOutIsEnabled) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState::bOutIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_GetVariableAssignmentEnableState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetGraphConfig \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetGraphConfig) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetGraphConfig"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetGraphConfig) == 0x000028, "Wrong size on MovieJobVariableAssignmentContainer_SetGraphConfig"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetGraphConfig, InGraphConfig) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetGraphConfig::InGraphConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueBool \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueBool) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueBool"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueBool) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_SetValueBool"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueBool, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueBool::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueBool, bInValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueBool::bInValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueBool, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_SetValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueByte \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueByte) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueByte"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueByte) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_SetValueByte"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueByte, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueByte::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueByte, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueByte::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueByte, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_SetValueByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueClass \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueClass) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueClass"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueClass) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_SetValueClass"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueClass, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueClass::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueClass, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueClass::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueClass, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueDouble \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueDouble) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueDouble"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueDouble) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_SetValueDouble"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueDouble, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueDouble::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueDouble, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueDouble::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueDouble, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueEnum \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueEnum) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueEnum"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueEnum) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_SetValueEnum"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueEnum, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueEnum::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueEnum, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueEnum::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueEnum, Enum) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueEnum::Enum' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueEnum, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_SetValueEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueFloat \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueFloat) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueFloat"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueFloat) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_SetValueFloat"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueFloat, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueFloat::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueFloat, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueFloat, ReturnValue) == 0x00000C, "Member 'MovieJobVariableAssignmentContainer_SetValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueInt32 \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueInt32) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueInt32"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueInt32) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_SetValueInt32"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt32, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueInt32::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt32, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueInt32::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt32, ReturnValue) == 0x00000C, "Member 'MovieJobVariableAssignmentContainer_SetValueInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueInt64 \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueInt64) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueInt64"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueInt64) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_SetValueInt64"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt64, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueInt64::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt64, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueInt64::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueInt64, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueName \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueName) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueName"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueName) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_SetValueName"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueName, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueName::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueName, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueName::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueName, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueObject \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueObject) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueObject"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueObject) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_SetValueObject"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueObject, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueObject::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueObject, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueObject::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueObject, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_SetValueObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueSerializedString \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueSerializedString) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueSerializedString"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueSerializedString) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_SetValueSerializedString"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueSerializedString, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueSerializedString::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueSerializedString, NewValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueSerializedString::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueSerializedString, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_SetValueSerializedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueString \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueString) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueString"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueString) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_SetValueString"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueString, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueString::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueString, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueString::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueString, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_SetValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetValueText \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetValueText) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetValueText"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetValueText) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_SetValueText"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueText, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetValueText::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueText, InValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetValueText::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetValueText, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_SetValueText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState \ +static_assert(alignof(MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState, bIsEnabled) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_SetVariableAssignmentEnableState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueBool \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueBool) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueBool"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueBool) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueBool"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueBool, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueBool::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueBool, bOutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueBool::bOutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueBool, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_GetValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueByte \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueByte) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueByte"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueByte) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueByte"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueByte, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueByte::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueByte, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueByte::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueByte, ReturnValue) == 0x000009, "Member 'MovieJobVariableAssignmentContainer_GetValueByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueClass \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueClass) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueClass"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueClass) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_GetValueClass"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueClass, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueClass::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueClass, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueClass::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueClass, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueContainerType \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueContainerType) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueContainerType"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueContainerType) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueContainerType"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueContainerType, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueContainerType::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueContainerType, ReturnValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueContainerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueDouble \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueDouble) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueDouble"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueDouble) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_GetValueDouble"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueDouble, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueDouble::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueDouble, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueDouble::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueDouble, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueEnum \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueEnum) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueEnum"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueEnum) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_GetValueEnum"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueEnum, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueEnum::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueEnum, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueEnum::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueEnum, RequestedEnum) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueEnum::RequestedEnum' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueEnum, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_GetValueEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueFloat \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueFloat) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueFloat"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueFloat) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueFloat"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueFloat, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueFloat::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueFloat, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueFloat::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueFloat, ReturnValue) == 0x00000C, "Member 'MovieJobVariableAssignmentContainer_GetValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueInt32 \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueInt32) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueInt32"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueInt32) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueInt32"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt32, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueInt32::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt32, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueInt32::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt32, ReturnValue) == 0x00000C, "Member 'MovieJobVariableAssignmentContainer_GetValueInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueInt64 \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueInt64) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueInt64"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueInt64) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_GetValueInt64"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt64, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueInt64::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt64, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueInt64::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueInt64, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueName \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueName) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueName"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueName) == 0x000018, "Wrong size on MovieJobVariableAssignmentContainer_GetValueName"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueName, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueName::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueName, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueName::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueName, ReturnValue) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueObject \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueObject) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueObject"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueObject) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_GetValueObject"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueObject, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueObject::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueObject, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueObject::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueObject, RequestedClass) == 0x000010, "Member 'MovieJobVariableAssignmentContainer_GetValueObject::RequestedClass' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueObject, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_GetValueObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueString \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueString) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueString"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueString) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_GetValueString"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueString, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueString::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueString, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueString, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_GetValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueText \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueText) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueText"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueText) == 0x000020, "Wrong size on MovieJobVariableAssignmentContainer_GetValueText"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueText, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueText::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueText, OutValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueText::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueText, ReturnValue) == 0x000018, "Member 'MovieJobVariableAssignmentContainer_GetValueText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueType \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueType) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueType"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueType) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueType"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueType, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueType::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueType, ReturnValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieJobVariableAssignmentContainer_GetValueTypeObject \ +static_assert(alignof(MovieJobVariableAssignmentContainer_GetValueTypeObject) == 0x000008, "Wrong alignment on MovieJobVariableAssignmentContainer_GetValueTypeObject"); \ +static_assert(sizeof(MovieJobVariableAssignmentContainer_GetValueTypeObject) == 0x000010, "Wrong size on MovieJobVariableAssignmentContainer_GetValueTypeObject"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueTypeObject, InGraphVariable) == 0x000000, "Member 'MovieJobVariableAssignmentContainer_GetValueTypeObject::InGraphVariable' has a wrong offset!"); \ +static_assert(offsetof(MovieJobVariableAssignmentContainer_GetValueTypeObject, ReturnValue) == 0x000008, "Member 'MovieJobVariableAssignmentContainer_GetValueTypeObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieJobVariableAssignmentContainer \ +static_assert(alignof(UMovieJobVariableAssignmentContainer) == 0x000008, "Wrong alignment on UMovieJobVariableAssignmentContainer"); \ +static_assert(sizeof(UMovieJobVariableAssignmentContainer) == 0x000060, "Wrong size on UMovieJobVariableAssignmentContainer"); \ +static_assert(offsetof(UMovieJobVariableAssignmentContainer, Value) == 0x000028, "Member 'UMovieJobVariableAssignmentContainer::Value' has a wrong offset!"); \ +static_assert(offsetof(UMovieJobVariableAssignmentContainer, GraphPreset) == 0x000038, "Member 'UMovieJobVariableAssignmentContainer::GraphPreset' has a wrong offset!"); \ + +#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) == 0x000048, "Member 'UMoviePipelineCameraSetting::ShutterTiming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, OverscanPercentage) == 0x00004C, "Member 'UMoviePipelineCameraSetting::OverscanPercentage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, bRenderAllCameras) == 0x000050, "Member 'UMoviePipelineCameraSetting::bRenderAllCameras' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMoviePipelineGameMode \ +static_assert(alignof(AMoviePipelineGameMode) == 0x000008, "Wrong alignment on AMoviePipelineGameMode"); \ +static_assert(sizeof(AMoviePipelineGameMode) == 0x000328, "Wrong size on AMoviePipelineGameMode"); \ + +#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) == 0x000048, "Member 'UMoviePipelineHighResSetting::TileCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, TextureSharpnessBias) == 0x00004C, "Member 'UMoviePipelineHighResSetting::TextureSharpnessBias' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, OverlapRatio) == 0x000050, "Member 'UMoviePipelineHighResSetting::OverlapRatio' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, bOverrideSubSurfaceScattering) == 0x000054, "Member 'UMoviePipelineHighResSetting::bOverrideSubSurfaceScattering' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, BurleySampleCount) == 0x000058, "Member 'UMoviePipelineHighResSetting::BurleySampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, bAllocateHistoryPerTile) == 0x00005C, "Member 'UMoviePipelineHighResSetting::bAllocateHistoryPerTile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutorSettings \ +static_assert(alignof(UMoviePipelineInProcessExecutorSettings) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutorSettings) == 0x000068, "Wrong size on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, bCloseEditor) == 0x000038, "Member 'UMoviePipelineInProcessExecutorSettings::bCloseEditor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, AdditionalCommandLineArguments) == 0x000040, "Member 'UMoviePipelineInProcessExecutorSettings::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InheritedCommandLineArguments) == 0x000050, "Member 'UMoviePipelineInProcessExecutorSettings::InheritedCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InitialDelayFrameCount) == 0x000060, "Member 'UMoviePipelineInProcessExecutorSettings::InitialDelayFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputBase \ +static_assert(alignof(UMoviePipelineOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineOutputBase"); \ +static_assert(sizeof(UMoviePipelineOutputBase) == 0x000048, "Wrong size on UMoviePipelineOutputBase"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl \ +static_assert(alignof(MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl) == 0x000008, "Wrong alignment on MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl"); \ +static_assert(sizeof(MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl) == 0x000008, "Wrong size on MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl"); \ +static_assert(offsetof(MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl, InPipeline) == 0x000000, "Member 'MoviePipelineSetting_BlueprintBase_ReceiveSetupForPipelineImpl::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl \ +static_assert(alignof(MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl) == 0x000008, "Wrong alignment on MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl"); \ +static_assert(sizeof(MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl) == 0x000008, "Wrong size on MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl"); \ +static_assert(offsetof(MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl, InPipeline) == 0x000000, "Member 'MoviePipelineSetting_BlueprintBase_ReceiveTeardownForPipelineImpl::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments \ +static_assert(alignof(MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments) == 0x000008, "Wrong alignment on MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments"); \ +static_assert(sizeof(MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments) == 0x000150, "Wrong size on MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments"); \ +static_assert(offsetof(MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments, InOutFormatArgs) == 0x000000, "Member 'MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments::InOutFormatArgs' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments, ReturnValue) == 0x0000A8, "Member 'MoviePipelineSetting_BlueprintBase_ReceiveGetFormatArguments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineSetting_BlueprintBase \ +static_assert(alignof(UMoviePipelineSetting_BlueprintBase) == 0x000008, "Wrong alignment on UMoviePipelineSetting_BlueprintBase"); \ +static_assert(sizeof(UMoviePipelineSetting_BlueprintBase) == 0x000060, "Wrong size on UMoviePipelineSetting_BlueprintBase"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, CategoryText) == 0x000048, "Member 'UMoviePipelineSetting_BlueprintBase::CategoryText' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, bIsValidOnPrimary) == 0x000058, "Member 'UMoviePipelineSetting_BlueprintBase::bIsValidOnPrimary' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, bIsValidOnShots) == 0x000059, "Member 'UMoviePipelineSetting_BlueprintBase::bIsValidOnShots' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, bCanBeDisabled) == 0x00005A, "Member 'UMoviePipelineSetting_BlueprintBase::bCanBeDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineViewFamilySetting \ +static_assert(alignof(UMoviePipelineViewFamilySetting) == 0x000008, "Wrong alignment on UMoviePipelineViewFamilySetting"); \ +static_assert(sizeof(UMoviePipelineViewFamilySetting) == 0x000048, "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) == 0x0002E0, "Wrong size on UMovieRenderDebugWidget"); \ + +#define DUMPER7_ASSERTS_MovieGraphRenderPreviewWidget_OnInitializedForPipeline \ +static_assert(alignof(MovieGraphRenderPreviewWidget_OnInitializedForPipeline) == 0x000008, "Wrong alignment on MovieGraphRenderPreviewWidget_OnInitializedForPipeline"); \ +static_assert(sizeof(MovieGraphRenderPreviewWidget_OnInitializedForPipeline) == 0x000008, "Wrong size on MovieGraphRenderPreviewWidget_OnInitializedForPipeline"); \ +static_assert(offsetof(MovieGraphRenderPreviewWidget_OnInitializedForPipeline, InPipeline) == 0x000000, "Member 'MovieGraphRenderPreviewWidget_OnInitializedForPipeline::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphRenderPreviewWidget \ +static_assert(alignof(UMovieGraphRenderPreviewWidget) == 0x000008, "Wrong alignment on UMovieGraphRenderPreviewWidget"); \ +static_assert(sizeof(UMovieGraphRenderPreviewWidget) == 0x0002E0, "Wrong size on UMovieGraphRenderPreviewWidget"); \ + +#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_SetInitializationTime \ +static_assert(alignof(MoviePipeline_SetInitializationTime) == 0x000008, "Wrong alignment on MoviePipeline_SetInitializationTime"); \ +static_assert(sizeof(MoviePipeline_SetInitializationTime) == 0x000008, "Wrong size on MoviePipeline_SetInitializationTime"); \ +static_assert(offsetof(MoviePipeline_SetInitializationTime, InDateTime) == 0x000000, "Member 'MoviePipeline_SetInitializationTime::InDateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetCurrentJob \ +static_assert(alignof(MoviePipeline_GetCurrentJob) == 0x000008, "Wrong alignment on MoviePipeline_GetCurrentJob"); \ +static_assert(sizeof(MoviePipeline_GetCurrentJob) == 0x000008, "Wrong size on MoviePipeline_GetCurrentJob"); \ +static_assert(offsetof(MoviePipeline_GetCurrentJob, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetCurrentJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetInitializationTime \ +static_assert(alignof(MoviePipeline_GetInitializationTime) == 0x000008, "Wrong alignment on MoviePipeline_GetInitializationTime"); \ +static_assert(sizeof(MoviePipeline_GetInitializationTime) == 0x000008, "Wrong size on MoviePipeline_GetInitializationTime"); \ +static_assert(offsetof(MoviePipeline_GetInitializationTime, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetInitializationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetInitializationTimeOffset \ +static_assert(alignof(MoviePipeline_GetInitializationTimeOffset) == 0x000008, "Wrong alignment on MoviePipeline_GetInitializationTimeOffset"); \ +static_assert(sizeof(MoviePipeline_GetInitializationTimeOffset) == 0x000008, "Wrong size on MoviePipeline_GetInitializationTimeOffset"); \ +static_assert(offsetof(MoviePipeline_GetInitializationTimeOffset, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetInitializationTimeOffset::ReturnValue' 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_GetPipelinePrimaryConfig \ +static_assert(alignof(MoviePipeline_GetPipelinePrimaryConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelinePrimaryConfig"); \ +static_assert(sizeof(MoviePipeline_GetPipelinePrimaryConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelinePrimaryConfig"); \ +static_assert(offsetof(MoviePipeline_GetPipelinePrimaryConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelinePrimaryConfig::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_UMoviePipeline \ +static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ +static_assert(sizeof(UMoviePipeline) == 0x000420, "Wrong size on UMoviePipeline"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000078, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000088, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x0000A0, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x0000A8, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x0000B0, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x0000B8, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x0000C0, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x000328, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x000338, "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) == 0x000068, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000048, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x00004C, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000051, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000060, "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, InPrimaryConfig) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InPrimaryConfig' 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_GetCurrentExecutorShot \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentExecutorShot) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentExecutorShot"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentExecutorShot) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentExecutorShot"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentExecutorShot, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentExecutorShot::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentExecutorShot, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentExecutorShot::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) == 0x000028, "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) == 0x000018, "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_GetCurrentSequence \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSequence"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSequence) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSequence"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSequence, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSequence::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSequence, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSequence::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, InPrimaryConfig) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InPrimaryConfig' 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) == 0x000018, "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) == 0x000018, "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_GetMoviePipelineEngineChangelistLabel \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel::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_GetRootFrameNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetRootFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetRootFrameNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetRootFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetRootFrameNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetRootFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetRootFrameNumber::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetRootFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetRootFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetRootTimecode \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetRootTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetRootTimecode"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetRootTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetRootTimecode"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetRootTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetRootTimecode::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetRootTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetRootTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_LoadManifestFileFromString \ +static_assert(alignof(MoviePipelineBlueprintLibrary_LoadManifestFileFromString) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_LoadManifestFileFromString"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_LoadManifestFileFromString) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_LoadManifestFileFromString"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_LoadManifestFileFromString, InManifestFilePath) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_LoadManifestFileFromString::InManifestFilePath' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_LoadManifestFileFromString, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_LoadManifestFileFromString::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) == 0x0001E8, "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) == 0x000130, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutFinalPath' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000140, "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) == 0x000128, "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, bGetNextVersion) == 0x000120, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::bGetNextVersion' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x000124, "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) == 0x000028, "Wrong size on UMoviePipelineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoder \ +static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000088, "Wrong size on UMoviePipelineCommandLineEncoder"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000058, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000070, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000071, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bWriteEachFrameDuration) == 0x000072, "Member 'UMoviePipelineCommandLineEncoder::bWriteEachFrameDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ +static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x0000F8, "Wrong size on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, ExecutablePath) == 0x000038, "Member 'UMoviePipelineCommandLineEncoderSettings::ExecutablePath' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CodecHelpText) == 0x000048, "Member 'UMoviePipelineCommandLineEncoderSettings::CodecHelpText' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoCodec) == 0x000058, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000068, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000078, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x000088, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x000098, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000A8, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000B8, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000C8, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000D8, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x0000E8, "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, bExactMatch) == 0x000009, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bExactMatch' 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_SetConfigOrigin \ +static_assert(alignof(MoviePipelineConfigBase_SetConfigOrigin) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_SetConfigOrigin"); \ +static_assert(sizeof(MoviePipelineConfigBase_SetConfigOrigin) == 0x000008, "Wrong size on MoviePipelineConfigBase_SetConfigOrigin"); \ +static_assert(offsetof(MoviePipelineConfigBase_SetConfigOrigin, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_SetConfigOrigin::InConfig' 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, bExactMatch) == 0x000009, "Member 'MoviePipelineConfigBase_FindSettingByClass::bExactMatch' 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, bExactMatch) == 0x000009, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetConfigOrigin \ +static_assert(alignof(MoviePipelineConfigBase_GetConfigOrigin) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetConfigOrigin"); \ +static_assert(sizeof(MoviePipelineConfigBase_GetConfigOrigin) == 0x000008, "Wrong size on MoviePipelineConfigBase_GetConfigOrigin"); \ +static_assert(offsetof(MoviePipelineConfigBase_GetConfigOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetConfigOrigin::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) == 0x000078, "Wrong size on UMoviePipelineConfigBase"); \ +static_assert(offsetof(UMoviePipelineConfigBase, DisplayName) == 0x000028, "Member 'UMoviePipelineConfigBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConfigBase, Settings) == 0x000038, "Member 'UMoviePipelineConfigBase::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConfigBase, ConfigOrigin) == 0x000048, "Member 'UMoviePipelineConfigBase::ConfigOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDebugSettings \ +static_assert(alignof(UMoviePipelineDebugSettings) == 0x000008, "Wrong alignment on UMoviePipelineDebugSettings"); \ +static_assert(sizeof(UMoviePipelineDebugSettings) == 0x000058, "Wrong size on UMoviePipelineDebugSettings"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bWriteAllSamples) == 0x000048, "Member 'UMoviePipelineDebugSettings::bWriteAllSamples' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureFramesWithRenderDoc) == 0x000049, "Member 'UMoviePipelineDebugSettings::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, CaptureFrame) == 0x00004C, "Member 'UMoviePipelineDebugSettings::CaptureFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureUnrealInsightsTrace) == 0x000050, "Member 'UMoviePipelineDebugSettings::bCaptureUnrealInsightsTrace' 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) == 0x000020, "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) == 0x000118, "Wrong size on UMoviePipelineExecutorBase"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorFinishedDelegate) == 0x000028, "Member 'UMoviePipelineExecutorBase::OnExecutorFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorErroredDelegate) == 0x000050, "Member 'UMoviePipelineExecutorBase::OnExecutorErroredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, SocketMessageRecievedDelegate) == 0x000080, "Member 'UMoviePipelineExecutorBase::SocketMessageRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, HTTPResponseRecievedDelegate) == 0x000090, "Member 'UMoviePipelineExecutorBase::HTTPResponseRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, DebugWidgetClass) == 0x0000A0, "Member 'UMoviePipelineExecutorBase::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, UserData) == 0x0000B8, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000C8, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineFCPXMLExporter \ +static_assert(alignof(UMoviePipelineFCPXMLExporter) == 0x000008, "Wrong alignment on UMoviePipelineFCPXMLExporter"); \ +static_assert(sizeof(UMoviePipelineFCPXMLExporter) == 0x000080, "Wrong size on UMoviePipelineFCPXMLExporter"); \ +static_assert(offsetof(UMoviePipelineFCPXMLExporter, FileNameFormatOverride) == 0x000050, "Member 'UMoviePipelineFCPXMLExporter::FileNameFormatOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineFCPXMLExporter, DataSource) == 0x000060, "Member 'UMoviePipelineFCPXMLExporter::DataSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ +static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ +static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000130, "Wrong size on UMoviePipelineGameOverrideSetting"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 0x000048, "Member 'UMoviePipelineGameOverrideSetting::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bCinematicQualitySettings) == 0x000050, "Member 'UMoviePipelineGameOverrideSetting::bCinematicQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, TextureStreaming) == 0x000051, "Member 'UMoviePipelineGameOverrideSetting::TextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseLODZero) == 0x000052, "Member 'UMoviePipelineGameOverrideSetting::bUseLODZero' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bDisableHLODs) == 0x000053, "Member 'UMoviePipelineGameOverrideSetting::bDisableHLODs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseHighQualityShadows) == 0x000054, "Member 'UMoviePipelineGameOverrideSetting::bUseHighQualityShadows' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowDistanceScale) == 0x000058, "Member 'UMoviePipelineGameOverrideSetting::ShadowDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowRadiusThreshold) == 0x00005C, "Member 'UMoviePipelineGameOverrideSetting::ShadowRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideViewDistanceScale) == 0x000060, "Member 'UMoviePipelineGameOverrideSetting::bOverrideViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ViewDistanceScale) == 0x000064, "Member 'UMoviePipelineGameOverrideSetting::ViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushGrassStreaming) == 0x000068, "Member 'UMoviePipelineGameOverrideSetting::bFlushGrassStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushStreamingManagers) == 0x000069, "Member 'UMoviePipelineGameOverrideSetting::bFlushStreamingManagers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideVirtualTextureFeedbackFactor) == 0x00006A, "Member 'UMoviePipelineGameOverrideSetting::bOverrideVirtualTextureFeedbackFactor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, VirtualTextureFeedbackFactor) == 0x00006C, "Member 'UMoviePipelineGameOverrideSetting::VirtualTextureFeedbackFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ +static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ +static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000140, "Wrong size on UMoviePipelineLinearExecutorBase"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000118, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000120, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ +static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000188, "Wrong size on UMoviePipelineInProcessExecutor"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000140, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputSetting \ +static_assert(alignof(UMoviePipelineOutputSetting) == 0x000008, "Wrong alignment on UMoviePipelineOutputSetting"); \ +static_assert(sizeof(UMoviePipelineOutputSetting) == 0x0000B0, "Wrong size on UMoviePipelineOutputSetting"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputDirectory) == 0x000048, "Member 'UMoviePipelineOutputSetting::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FileNameFormat) == 0x000058, "Member 'UMoviePipelineOutputSetting::FileNameFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputResolution) == 0x000068, "Member 'UMoviePipelineOutputSetting::OutputResolution' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomFrameRate) == 0x000070, "Member 'UMoviePipelineOutputSetting::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameRate) == 0x000074, "Member 'UMoviePipelineOutputSetting::OutputFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bOverrideExistingOutput) == 0x000080, "Member 'UMoviePipelineOutputSetting::bOverrideExistingOutput' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, HandleFrameCount) == 0x000084, "Member 'UMoviePipelineOutputSetting::HandleFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameStep) == 0x000088, "Member 'UMoviePipelineOutputSetting::OutputFrameStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomPlaybackRange) == 0x00008C, "Member 'UMoviePipelineOutputSetting::bUseCustomPlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomStartFrame) == 0x000090, "Member 'UMoviePipelineOutputSetting::CustomStartFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomEndFrame) == 0x000094, "Member 'UMoviePipelineOutputSetting::CustomEndFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, VersionNumber) == 0x000098, "Member 'UMoviePipelineOutputSetting::VersionNumber' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bAutoVersion) == 0x00009C, "Member 'UMoviePipelineOutputSetting::bAutoVersion' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, ZeroPadFrameNumbers) == 0x0000A0, "Member 'UMoviePipelineOutputSetting::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FrameNumberOffset) == 0x0000A4, "Member 'UMoviePipelineOutputSetting::FrameNumberOffset' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bFlushDiskWritesPerShot) == 0x0000A8, "Member 'UMoviePipelineOutputSetting::bFlushDiskWritesPerShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePrimaryConfig_GetAllSettings \ +static_assert(alignof(MoviePipelinePrimaryConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelinePrimaryConfig_GetAllSettings"); \ +static_assert(sizeof(MoviePipelinePrimaryConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelinePrimaryConfig_GetAllSettings"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelinePrimaryConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelinePrimaryConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelinePrimaryConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePrimaryConfig_GetEffectiveFrameRate \ +static_assert(alignof(MoviePipelinePrimaryConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelinePrimaryConfig_GetEffectiveFrameRate"); \ +static_assert(sizeof(MoviePipelinePrimaryConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelinePrimaryConfig_GetEffectiveFrameRate"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelinePrimaryConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelinePrimaryConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePrimaryConfig_GetTransientSettings \ +static_assert(alignof(MoviePipelinePrimaryConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelinePrimaryConfig_GetTransientSettings"); \ +static_assert(sizeof(MoviePipelinePrimaryConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelinePrimaryConfig_GetTransientSettings"); \ +static_assert(offsetof(MoviePipelinePrimaryConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelinePrimaryConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelinePrimaryConfig \ +static_assert(alignof(UMoviePipelinePrimaryConfig) == 0x000008, "Wrong alignment on UMoviePipelinePrimaryConfig"); \ +static_assert(sizeof(UMoviePipelinePrimaryConfig) == 0x0000E0, "Wrong size on UMoviePipelinePrimaryConfig"); \ +static_assert(offsetof(UMoviePipelinePrimaryConfig, PerShotConfigMapping) == 0x000078, "Member 'UMoviePipelinePrimaryConfig::PerShotConfigMapping' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePrimaryConfig, OutputSetting) == 0x0000C8, "Member 'UMoviePipelinePrimaryConfig::OutputSetting' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePrimaryConfig, TransientSettings) == 0x0000D0, "Member 'UMoviePipelinePrimaryConfig::TransientSettings' 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) == 0x000130, "Wrong size on UMoviePipelinePythonHostExecutor"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000120, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000128, "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_GetOrCreateJobVariableAssignmentsForGraph \ +static_assert(alignof(MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph) == 0x000018, "Wrong size on MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph, InGraph) == 0x000000, "Member 'MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph::InGraph' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph, bIsForPrimaryOverrides) == 0x000008, "Member 'MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph::bIsForPrimaryOverrides' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorShot_GetOrCreateJobVariableAssignmentsForGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetGraphPreset \ +static_assert(alignof(MoviePipelineExecutorShot_SetGraphPreset) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetGraphPreset"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetGraphPreset) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetGraphPreset"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetGraphPreset, InGraphPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetGraphPreset::InGraphPreset' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetGraphPreset, bUpdateVariableAssignments) == 0x000008, "Member 'MoviePipelineExecutorShot_SetGraphPreset::bUpdateVariableAssignments' 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_GetCameraName \ +static_assert(alignof(MoviePipelineExecutorShot_GetCameraName) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetCameraName"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetCameraName) == 0x000018, "Wrong size on MoviePipelineExecutorShot_GetCameraName"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetCameraName, InCameraIndex) == 0x000000, "Member 'MoviePipelineExecutorShot_GetCameraName::InCameraIndex' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetCameraName, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_GetCameraName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetGraphPreset \ +static_assert(alignof(MoviePipelineExecutorShot_GetGraphPreset) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetGraphPreset"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetGraphPreset) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetGraphPreset"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetGraphPreset, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetGraphPreset::ReturnValue' 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_IsUsingGraphConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_IsUsingGraphConfiguration) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_IsUsingGraphConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_IsUsingGraphConfiguration) == 0x000001, "Wrong size on MoviePipelineExecutorShot_IsUsingGraphConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_IsUsingGraphConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_IsUsingGraphConfiguration::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) == 0x0001D0, "Wrong size on UMoviePipelineExecutorShot"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, bEnabled) == 0x000028, "Member 'UMoviePipelineExecutorShot::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, OuterName) == 0x000030, "Member 'UMoviePipelineExecutorShot::OuterName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, InnerName) == 0x000040, "Member 'UMoviePipelineExecutorShot::InnerName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, SidecarCameras) == 0x000050, "Member 'UMoviePipelineExecutorShot::SidecarCameras' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, Progress) == 0x000140, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x000148, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000158, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000160, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, GraphPreset) == 0x000188, "Member 'UMoviePipelineExecutorShot::GraphPreset' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, GraphVariableAssignments) == 0x0001B0, "Member 'UMoviePipelineExecutorShot::GraphVariableAssignments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, PrimaryGraphVariableAssignments) == 0x0001C0, "Member 'UMoviePipelineExecutorShot::PrimaryGraphVariableAssignments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph \ +static_assert(alignof(MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph, InGraph) == 0x000000, "Member 'MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph::InGraph' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorJob_GetOrCreateJobVariableAssignmentsForGraph::ReturnValue' 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_SetGraphPreset \ +static_assert(alignof(MoviePipelineExecutorJob_SetGraphPreset) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetGraphPreset"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetGraphPreset) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetGraphPreset"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetGraphPreset, InGraphPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetGraphPreset::InGraphPreset' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetGraphPreset, bUpdateVariableAssignments) == 0x000008, "Member 'MoviePipelineExecutorJob_SetGraphPreset::bUpdateVariableAssignments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetIsEnabled \ +static_assert(alignof(MoviePipelineExecutorJob_SetIsEnabled) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetIsEnabled"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetIsEnabled) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetIsEnabled"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetIsEnabled, bInEnabled) == 0x000000, "Member 'MoviePipelineExecutorJob_SetIsEnabled::bInEnabled' 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_GetGraphPreset \ +static_assert(alignof(MoviePipelineExecutorJob_GetGraphPreset) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetGraphPreset"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetGraphPreset) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetGraphPreset"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetGraphPreset, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetGraphPreset::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_MoviePipelineExecutorJob_IsEnabled \ +static_assert(alignof(MoviePipelineExecutorJob_IsEnabled) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsEnabled"); \ +static_assert(sizeof(MoviePipelineExecutorJob_IsEnabled) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsEnabled"); \ +static_assert(offsetof(MoviePipelineExecutorJob_IsEnabled, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsUsingGraphConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_IsUsingGraphConfiguration) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsUsingGraphConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_IsUsingGraphConfiguration) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsUsingGraphConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_IsUsingGraphConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsUsingGraphConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ +static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ +static_assert(sizeof(UMoviePipelineExecutorJob) == 0x000158, "Wrong size on UMoviePipelineExecutorJob"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, JobName) == 0x000028, "Member 'UMoviePipelineExecutorJob::JobName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Sequence) == 0x000038, "Member 'UMoviePipelineExecutorJob::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Map) == 0x000058, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000078, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Comment) == 0x000088, "Member 'UMoviePipelineExecutorJob::Comment' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000098, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x0000A8, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x0000D0, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000E0, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000E4, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000E8, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000F0, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, bEnabled) == 0x000118, "Member 'UMoviePipelineExecutorJob::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, GraphPreset) == 0x000120, "Member 'UMoviePipelineExecutorJob::GraphPreset' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, GraphVariableAssignments) == 0x000148, "Member 'UMoviePipelineExecutorJob::GraphVariableAssignments' 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_SetJobIndex \ +static_assert(alignof(MoviePipelineQueue_SetJobIndex) == 0x000008, "Wrong alignment on MoviePipelineQueue_SetJobIndex"); \ +static_assert(sizeof(MoviePipelineQueue_SetJobIndex) == 0x000010, "Wrong size on MoviePipelineQueue_SetJobIndex"); \ +static_assert(offsetof(MoviePipelineQueue_SetJobIndex, InJob) == 0x000000, "Member 'MoviePipelineQueue_SetJobIndex::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_SetJobIndex, Index_0) == 0x000008, "Member 'MoviePipelineQueue_SetJobIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_SetQueueOrigin \ +static_assert(alignof(MoviePipelineQueue_SetQueueOrigin) == 0x000008, "Wrong alignment on MoviePipelineQueue_SetQueueOrigin"); \ +static_assert(sizeof(MoviePipelineQueue_SetQueueOrigin) == 0x000008, "Wrong size on MoviePipelineQueue_SetQueueOrigin"); \ +static_assert(offsetof(MoviePipelineQueue_SetQueueOrigin, InConfig) == 0x000000, "Member 'MoviePipelineQueue_SetQueueOrigin::InConfig' 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_MoviePipelineQueue_GetQueueOrigin \ +static_assert(alignof(MoviePipelineQueue_GetQueueOrigin) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetQueueOrigin"); \ +static_assert(sizeof(MoviePipelineQueue_GetQueueOrigin) == 0x000008, "Wrong size on MoviePipelineQueue_GetQueueOrigin"); \ +static_assert(offsetof(MoviePipelineQueue_GetQueueOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetQueueOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueue \ +static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ +static_assert(sizeof(UMoviePipelineQueue) == 0x000068, "Wrong size on UMoviePipelineQueue"); \ +static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000028, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueue, QueueOrigin) == 0x000038, "Member 'UMoviePipelineQueue::QueueOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_AllocateJob \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_AllocateJob) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_AllocateJob"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_AllocateJob) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_AllocateJob"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_AllocateJob, InSequence) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_AllocateJob::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_AllocateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_AllocateJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderJob \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderJob) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderJob"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderJob) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderJob"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderJob, InJob) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderJob::InJob' 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_SetConfiguration \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_SetConfiguration"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_SetConfiguration) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_SetConfiguration"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_SetConfiguration, InProgressWidgetClass) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_SetConfiguration::InProgressWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_SetConfiguration, bRenderPlayerViewport) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_SetConfiguration::bRenderPlayerViewport' 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) == 0x0000A0, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, OnRenderFinished) == 0x000030, "Member 'UMoviePipelineQueueEngineSubsystem::OnRenderFinished' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000040, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000048, "Member 'UMoviePipelineQueueEngineSubsystem::CurrentQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineRenderPass \ +static_assert(alignof(UMoviePipelineRenderPass) == 0x000008, "Wrong alignment on UMoviePipelineRenderPass"); \ +static_assert(sizeof(UMoviePipelineRenderPass) == 0x000048, "Wrong size on UMoviePipelineRenderPass"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ +static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ +static_assert(sizeof(UMoviePipelineShotConfig) == 0x000078, "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_FMoviePipelineConsoleVariableEntry \ +static_assert(alignof(FMoviePipelineConsoleVariableEntry) == 0x000008, "Wrong alignment on FMoviePipelineConsoleVariableEntry"); \ +static_assert(sizeof(FMoviePipelineConsoleVariableEntry) == 0x000018, "Wrong size on FMoviePipelineConsoleVariableEntry"); \ +static_assert(offsetof(FMoviePipelineConsoleVariableEntry, Name) == 0x000000, "Member 'FMoviePipelineConsoleVariableEntry::Name' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineConsoleVariableEntry, Value) == 0x000010, "Member 'FMoviePipelineConsoleVariableEntry::Value' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineConsoleVariableEntry, bIsEnabled) == 0x000014, "Member 'FMoviePipelineConsoleVariableEntry::bIsEnabled' 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) == 0x0002E0, "Wrong size on UMoviePipelineBurnInWidget"); \ + +#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) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000068, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000098, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstances) == 0x0000A0, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConsoleVariableSetting_AddConsoleVariable \ +static_assert(alignof(MoviePipelineConsoleVariableSetting_AddConsoleVariable) == 0x000008, "Wrong alignment on MoviePipelineConsoleVariableSetting_AddConsoleVariable"); \ +static_assert(sizeof(MoviePipelineConsoleVariableSetting_AddConsoleVariable) == 0x000018, "Wrong size on MoviePipelineConsoleVariableSetting_AddConsoleVariable"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddConsoleVariable, Name_0) == 0x000000, "Member 'MoviePipelineConsoleVariableSetting_AddConsoleVariable::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddConsoleVariable, Value) == 0x000010, "Member 'MoviePipelineConsoleVariableSetting_AddConsoleVariable::Value' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddConsoleVariable, ReturnValue) == 0x000014, "Member 'MoviePipelineConsoleVariableSetting_AddConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable \ +static_assert(alignof(MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable) == 0x000008, "Wrong alignment on MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable"); \ +static_assert(sizeof(MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable) == 0x000018, "Wrong size on MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable, Name_0) == 0x000000, "Member 'MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable, Value) == 0x000010, "Member 'MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable::Value' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable, ReturnValue) == 0x000014, "Member 'MoviePipelineConsoleVariableSetting_AddOrUpdateConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConsoleVariableSetting_RemoveConsoleVariable \ +static_assert(alignof(MoviePipelineConsoleVariableSetting_RemoveConsoleVariable) == 0x000008, "Wrong alignment on MoviePipelineConsoleVariableSetting_RemoveConsoleVariable"); \ +static_assert(sizeof(MoviePipelineConsoleVariableSetting_RemoveConsoleVariable) == 0x000018, "Wrong size on MoviePipelineConsoleVariableSetting_RemoveConsoleVariable"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_RemoveConsoleVariable, Name_0) == 0x000000, "Member 'MoviePipelineConsoleVariableSetting_RemoveConsoleVariable::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_RemoveConsoleVariable, bRemoveAllInstances) == 0x000010, "Member 'MoviePipelineConsoleVariableSetting_RemoveConsoleVariable::bRemoveAllInstances' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_RemoveConsoleVariable, ReturnValue) == 0x000011, "Member 'MoviePipelineConsoleVariableSetting_RemoveConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState \ +static_assert(alignof(MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState) == 0x000008, "Wrong alignment on MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState"); \ +static_assert(sizeof(MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState) == 0x000018, "Wrong size on MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState, Name_0) == 0x000000, "Member 'MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState, bIsEnabled) == 0x000010, "Member 'MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState, ReturnValue) == 0x000011, "Member 'MoviePipelineConsoleVariableSetting_UpdateConsoleVariableEnableState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConsoleVariableSetting_GetConsoleVariables \ +static_assert(alignof(MoviePipelineConsoleVariableSetting_GetConsoleVariables) == 0x000008, "Wrong alignment on MoviePipelineConsoleVariableSetting_GetConsoleVariables"); \ +static_assert(sizeof(MoviePipelineConsoleVariableSetting_GetConsoleVariables) == 0x000010, "Wrong size on MoviePipelineConsoleVariableSetting_GetConsoleVariables"); \ +static_assert(offsetof(MoviePipelineConsoleVariableSetting_GetConsoleVariables, ReturnValue) == 0x000000, "Member 'MoviePipelineConsoleVariableSetting_GetConsoleVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ +static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ +static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000F8, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariablePresets) == 0x000048, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariablePresets' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000058, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x0000A8, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000B8, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, CVars) == 0x0000C8, "Member 'UMoviePipelineConsoleVariableSetting::CVars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWidgetRenderer \ +static_assert(alignof(UMoviePipelineWidgetRenderer) == 0x000008, "Wrong alignment on UMoviePipelineWidgetRenderer"); \ +static_assert(sizeof(UMoviePipelineWidgetRenderer) == 0x000068, "Wrong size on UMoviePipelineWidgetRenderer"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, bCompositeOntoFinalImage) == 0x000048, "Member 'UMoviePipelineWidgetRenderer::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, RenderTarget) == 0x000060, "Member 'UMoviePipelineWidgetRenderer::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlaySound_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_PlaySound_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_PlaySound_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_PlaySound_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_PlaySound_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_PlaySound_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlaySound_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_PlaySound_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_PlaySound_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_PlaySound_C_ValidateGameAction) == 0x000040, "Wrong size on BP_GameAction_PlaySound_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlaySound_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_GameAction_PlaySound_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_PlaySound_C \ +static_assert(alignof(UBP_GameAction_PlaySound_C) == 0x000008, "Wrong alignment on UBP_GameAction_PlaySound_C"); \ +static_assert(sizeof(UBP_GameAction_PlaySound_C) == 0x0000C8, "Wrong size on UBP_GameAction_PlaySound_C"); \ +static_assert(offsetof(UBP_GameAction_PlaySound_C, PlaySoundParameters) == 0x000030, "Member 'UBP_GameAction_PlaySound_C::PlaySoundParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ +static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ +static_assert(sizeof(UAudioCurveSourceComponent) == 0x000C50, "Wrong size on UAudioCurveSourceComponent"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000C10, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000C18, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorLayer \ +static_assert(alignof(FActorLayer) == 0x000004, "Wrong alignment on FActorLayer"); \ +static_assert(sizeof(FActorLayer) == 0x000008, "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) == 0x000010, "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) == 0x000020, "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) == 0x000010, "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) == 0x000010, "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) == 0x000028, "Wrong size on ULayersBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePostProcessPass \ +static_assert(alignof(FMoviePipelinePostProcessPass) == 0x000008, "Wrong alignment on FMoviePipelinePostProcessPass"); \ +static_assert(sizeof(FMoviePipelinePostProcessPass) == 0x000030, "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_UMovieGraphImagePassBaseNode \ +static_assert(alignof(UMovieGraphImagePassBaseNode) == 0x000008, "Wrong alignment on UMovieGraphImagePassBaseNode"); \ +static_assert(sizeof(UMovieGraphImagePassBaseNode) == 0x0000B8, "Wrong size on UMovieGraphImagePassBaseNode"); \ +static_assert(offsetof(UMovieGraphImagePassBaseNode, ShowFlags) == 0x0000A0, "Member 'UMovieGraphImagePassBaseNode::ShowFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphDeferredRenderPassNode \ +static_assert(alignof(UMovieGraphDeferredRenderPassNode) == 0x000008, "Wrong alignment on UMovieGraphDeferredRenderPassNode"); \ +static_assert(sizeof(UMovieGraphDeferredRenderPassNode) == 0x0000D8, "Wrong size on UMovieGraphDeferredRenderPassNode"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, SpatialSampleCount) == 0x0000BC, "Member 'UMovieGraphDeferredRenderPassNode::SpatialSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, AntiAliasingMethod) == 0x0000C0, "Member 'UMovieGraphDeferredRenderPassNode::AntiAliasingMethod' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, bWriteAllSamples) == 0x0000C1, "Member 'UMovieGraphDeferredRenderPassNode::bWriteAllSamples' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, bDisableToneCurve) == 0x0000C2, "Member 'UMovieGraphDeferredRenderPassNode::bDisableToneCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, bAllowOCIO) == 0x0000C3, "Member 'UMovieGraphDeferredRenderPassNode::bAllowOCIO' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, ViewModeIndex) == 0x0000C4, "Member 'UMovieGraphDeferredRenderPassNode::ViewModeIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphDeferredRenderPassNode, AdditionalPostProcessMaterials) == 0x0000C8, "Member 'UMovieGraphDeferredRenderPassNode::AdditionalPostProcessMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode) == 0x0001C8, "Wrong size on UMovieGraphImageSequenceOutputNode"); \ +static_assert(offsetof(UMovieGraphImageSequenceOutputNode, OCIOConfiguration) == 0x0000B8, "Member 'UMovieGraphImageSequenceOutputNode::OCIOConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphImageSequenceOutputNode, OCIOContext) == 0x000158, "Member 'UMovieGraphImageSequenceOutputNode::OCIOContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode_EXR \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode_EXR) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode_EXR"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode_EXR) == 0x0001D0, "Wrong size on UMovieGraphImageSequenceOutputNode_EXR"); \ +static_assert(offsetof(UMovieGraphImageSequenceOutputNode_EXR, Compression) == 0x0001C9, "Member 'UMovieGraphImageSequenceOutputNode_EXR::Compression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode_MultiLayerEXR \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode_MultiLayerEXR) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode_MultiLayerEXR"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode_MultiLayerEXR) == 0x0001D0, "Wrong size on UMovieGraphImageSequenceOutputNode_MultiLayerEXR"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode_BMP \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode_BMP) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode_BMP"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode_BMP) == 0x0001C8, "Wrong size on UMovieGraphImageSequenceOutputNode_BMP"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode_JPG \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode_JPG) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode_JPG"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode_JPG) == 0x0001C8, "Wrong size on UMovieGraphImageSequenceOutputNode_JPG"); \ + +#define DUMPER7_ASSERTS_UMovieGraphImageSequenceOutputNode_PNG \ +static_assert(alignof(UMovieGraphImageSequenceOutputNode_PNG) == 0x000008, "Wrong alignment on UMovieGraphImageSequenceOutputNode_PNG"); \ +static_assert(sizeof(UMovieGraphImageSequenceOutputNode_PNG) == 0x0001C8, "Wrong size on UMovieGraphImageSequenceOutputNode_PNG"); \ + +#define DUMPER7_ASSERTS_UMovieGraphPathTracerRenderPassNode \ +static_assert(alignof(UMovieGraphPathTracerRenderPassNode) == 0x000008, "Wrong alignment on UMovieGraphPathTracerRenderPassNode"); \ +static_assert(sizeof(UMovieGraphPathTracerRenderPassNode) == 0x0000E0, "Wrong size on UMovieGraphPathTracerRenderPassNode"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, SpatialSampleCount) == 0x0000BC, "Member 'UMovieGraphPathTracerRenderPassNode::SpatialSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, bDenoiser) == 0x0000C0, "Member 'UMovieGraphPathTracerRenderPassNode::bDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, bWriteAllSamples) == 0x0000C1, "Member 'UMovieGraphPathTracerRenderPassNode::bWriteAllSamples' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, bDisableToneCurve) == 0x0000C2, "Member 'UMovieGraphPathTracerRenderPassNode::bDisableToneCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, bAllowOCIO) == 0x0000C3, "Member 'UMovieGraphPathTracerRenderPassNode::bAllowOCIO' has a wrong offset!"); \ +static_assert(offsetof(UMovieGraphPathTracerRenderPassNode, AdditionalPostProcessMaterials) == 0x0000C8, "Member 'UMovieGraphPathTracerRenderPassNode::AdditionalPostProcessMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImagePassBase \ +static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ +static_assert(sizeof(UMoviePipelineImagePassBase) == 0x000178, "Wrong size on UMoviePipelineImagePassBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ +static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ +static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000238, "Wrong size on UMoviePipelineDeferredPassBase"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x000178, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x000179, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x00017A, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x000180, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bRenderMainPass) == 0x000190, "Member 'UMoviePipelineDeferredPassBase::bRenderMainPass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x000191, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, ActorLayers) == 0x000198, "Member 'UMoviePipelineDeferredPassBase::ActorLayers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, DataLayers) == 0x0001B8, "Member 'UMoviePipelineDeferredPassBase::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x0001C8, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x0001D8, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' 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) == 0x000238, "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) == 0x000238, "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) == 0x000238, "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) == 0x000238, "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) == 0x000240, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ +static_assert(offsetof(UMoviePipelineDeferredPass_PathTracer, bReferenceMotionBlur) == 0x000238, "Member 'UMoviePipelineDeferredPass_PathTracer::bReferenceMotionBlur' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutputBase \ +static_assert(alignof(UMoviePipelineImageSequenceOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutputBase"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutputBase) == 0x000068, "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) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_EXR"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, Compression) == 0x000068, "Member 'UMoviePipelineImageSequenceOutput_EXR::Compression' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, bMultilayer) == 0x000069, "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) == 0x000068, "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"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_PNG, bWriteAlpha) == 0x000068, "Member 'UMoviePipelineImageSequenceOutput_PNG::bWriteAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_JPG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWaveOutput \ +static_assert(alignof(UMoviePipelineWaveOutput) == 0x000008, "Wrong alignment on UMoviePipelineWaveOutput"); \ +static_assert(sizeof(UMoviePipelineWaveOutput) == 0x0000B8, "Wrong size on UMoviePipelineWaveOutput"); \ +static_assert(offsetof(UMoviePipelineWaveOutput, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineWaveOutput::FileNameFormatOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCR_Mannequin_BasicFootIK_V2_Explo_C \ +static_assert(alignof(UCR_Mannequin_BasicFootIK_V2_Explo_C) == 0x000008, "Wrong alignment on UCR_Mannequin_BasicFootIK_V2_Explo_C"); \ +static_assert(sizeof(UCR_Mannequin_BasicFootIK_V2_Explo_C) == 0x000AD8, "Wrong size on UCR_Mannequin_BasicFootIK_V2_Explo_C"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ZOffset_L_Target) == 0x000AA8, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ZOffset_L_Target' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ZOffset_R_Target) == 0x000AB0, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ZOffset_R_Target' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ZOffset_L) == 0x000AB8, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ZOffset_L' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ZOffset_R) == 0x000AC0, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ZOffset_R' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ZOffset_Pelvis) == 0x000AC8, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ZOffset_Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, ShouldDoIKTrace) == 0x000AD0, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::ShouldDoIKTrace' has a wrong offset!"); \ +static_assert(offsetof(UCR_Mannequin_BasicFootIK_V2_Explo_C, IkScale) == 0x000AD4, "Member 'UCR_Mannequin_BasicFootIK_V2_Explo_C::IkScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConsoleVariablesEditorAssetSaveData \ +static_assert(alignof(FConsoleVariablesEditorAssetSaveData) == 0x000008, "Wrong alignment on FConsoleVariablesEditorAssetSaveData"); \ +static_assert(sizeof(FConsoleVariablesEditorAssetSaveData) == 0x000028, "Wrong size on FConsoleVariablesEditorAssetSaveData"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CommandName) == 0x000000, "Member 'FConsoleVariablesEditorAssetSaveData::CommandName' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CommandValueAsString) == 0x000010, "Member 'FConsoleVariablesEditorAssetSaveData::CommandValueAsString' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CheckedState) == 0x000020, "Member 'FConsoleVariablesEditorAssetSaveData::CheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData \ +static_assert(alignof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData"); \ +static_assert(sizeof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData) == 0x000028, "Wrong size on ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData"); \ +static_assert(offsetof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData, InData) == 0x000000, "Member 'ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_CopyFrom \ +static_assert(alignof(ConsoleVariablesAsset_CopyFrom) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_CopyFrom"); \ +static_assert(sizeof(ConsoleVariablesAsset_CopyFrom) == 0x000008, "Wrong size on ConsoleVariablesAsset_CopyFrom"); \ +static_assert(offsetof(ConsoleVariablesAsset_CopyFrom, InAssetToCopy) == 0x000000, "Member 'ConsoleVariablesAsset_CopyFrom::InAssetToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_RemoveConsoleVariable \ +static_assert(alignof(ConsoleVariablesAsset_RemoveConsoleVariable) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_RemoveConsoleVariable"); \ +static_assert(sizeof(ConsoleVariablesAsset_RemoveConsoleVariable) == 0x000018, "Wrong size on ConsoleVariablesAsset_RemoveConsoleVariable"); \ +static_assert(offsetof(ConsoleVariablesAsset_RemoveConsoleVariable, InCommandString) == 0x000000, "Member 'ConsoleVariablesAsset_RemoveConsoleVariable::InCommandString' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_RemoveConsoleVariable, ReturnValue) == 0x000010, "Member 'ConsoleVariablesAsset_RemoveConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_ReplaceSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_ReplaceSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_ReplaceSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_ReplaceSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_ReplaceSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_ReplaceSavedCommands, Replacement) == 0x000000, "Member 'ConsoleVariablesAsset_ReplaceSavedCommands::Replacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_SetVariableCollectionDescription \ +static_assert(alignof(ConsoleVariablesAsset_SetVariableCollectionDescription) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_SetVariableCollectionDescription"); \ +static_assert(sizeof(ConsoleVariablesAsset_SetVariableCollectionDescription) == 0x000010, "Wrong size on ConsoleVariablesAsset_SetVariableCollectionDescription"); \ +static_assert(offsetof(ConsoleVariablesAsset_SetVariableCollectionDescription, InVariableCollectionDescription) == 0x000000, "Member 'ConsoleVariablesAsset_SetVariableCollectionDescription::InVariableCollectionDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_ExecuteSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_ExecuteSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_ExecuteSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_ExecuteSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_ExecuteSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_ExecuteSavedCommands, WorldContextObject) == 0x000000, "Member 'ConsoleVariablesAsset_ExecuteSavedCommands::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_ExecuteSavedCommands, bOnlyIncludeChecked) == 0x000008, "Member 'ConsoleVariablesAsset_ExecuteSavedCommands::bOnlyIncludeChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_FindSavedDataByCommandString \ +static_assert(alignof(ConsoleVariablesAsset_FindSavedDataByCommandString) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_FindSavedDataByCommandString"); \ +static_assert(sizeof(ConsoleVariablesAsset_FindSavedDataByCommandString) == 0x000040, "Wrong size on ConsoleVariablesAsset_FindSavedDataByCommandString"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, InCommandString) == 0x000000, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::InCommandString' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, OutValue) == 0x000010, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, SearchCase) == 0x000038, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, ReturnValue) == 0x000039, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_GetSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommands, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString) == 0x000018, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString, bOnlyIncludeChecked) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString::bOnlyIncludeChecked' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString, ReturnValue) == 0x000008, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsAsStringArray \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsAsStringArray"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray) == 0x000018, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsAsStringArray"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray, bOnlyIncludeChecked) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsStringArray::bOnlyIncludeChecked' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray, ReturnValue) == 0x000008, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsStringArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsCount \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsCount) == 0x000004, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsCount"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsCount) == 0x000004, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsCount"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsCount, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetVariableCollectionDescription \ +static_assert(alignof(ConsoleVariablesAsset_GetVariableCollectionDescription) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetVariableCollectionDescription"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetVariableCollectionDescription) == 0x000010, "Wrong size on ConsoleVariablesAsset_GetVariableCollectionDescription"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetVariableCollectionDescription, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetVariableCollectionDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleVariablesAsset \ +static_assert(alignof(UConsoleVariablesAsset) == 0x000008, "Wrong alignment on UConsoleVariablesAsset"); \ +static_assert(sizeof(UConsoleVariablesAsset) == 0x000050, "Wrong size on UConsoleVariablesAsset"); \ +static_assert(offsetof(UConsoleVariablesAsset, VariableCollectionDescription) == 0x000030, "Member 'UConsoleVariablesAsset::VariableCollectionDescription' has a wrong offset!"); \ +static_assert(offsetof(UConsoleVariablesAsset, SavedCommands) == 0x000040, "Member 'UConsoleVariablesAsset::SavedCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_CharacterExplorationAudioProfile_C \ +static_assert(alignof(UBP_DataAsset_CharacterExplorationAudioProfile_C) == 0x000008, "Wrong alignment on UBP_DataAsset_CharacterExplorationAudioProfile_C"); \ +static_assert(sizeof(UBP_DataAsset_CharacterExplorationAudioProfile_C) == 0x0000D0, "Wrong size on UBP_DataAsset_CharacterExplorationAudioProfile_C"); \ +static_assert(offsetof(UBP_DataAsset_CharacterExplorationAudioProfile_C, SfxType) == 0x000030, "Member 'UBP_DataAsset_CharacterExplorationAudioProfile_C::SfxType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterExplorationAudioProfile_C, DA_Footsteps) == 0x000068, "Member 'UBP_DataAsset_CharacterExplorationAudioProfile_C::DA_Footsteps' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterExplorationAudioProfile_C, OnoSoundData) == 0x000070, "Member 'UBP_DataAsset_CharacterExplorationAudioProfile_C::OnoSoundData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterExplorationAudioProfile_C, FoleyMetaSound) == 0x0000C0, "Member 'UBP_DataAsset_CharacterExplorationAudioProfile_C::FoleyMetaSound' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterExplorationAudioProfile_C, BreathMetaSound) == 0x0000C8, "Member 'UBP_DataAsset_CharacterExplorationAudioProfile_C::BreathMetaSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVersionNumber \ +static_assert(alignof(FMetasoundFrontendVersionNumber) == 0x000004, "Wrong alignment on FMetasoundFrontendVersionNumber"); \ +static_assert(sizeof(FMetasoundFrontendVersionNumber) == 0x000008, "Wrong size on FMetasoundFrontendVersionNumber"); \ +static_assert(offsetof(FMetasoundFrontendVersionNumber, Major) == 0x000000, "Member 'FMetasoundFrontendVersionNumber::Major' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVersionNumber, Minor) == 0x000004, "Member 'FMetasoundFrontendVersionNumber::Minor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVersion \ +static_assert(alignof(FMetasoundFrontendVersion) == 0x000004, "Wrong alignment on FMetasoundFrontendVersion"); \ +static_assert(sizeof(FMetasoundFrontendVersion) == 0x000010, "Wrong size on FMetasoundFrontendVersion"); \ +static_assert(offsetof(FMetasoundFrontendVersion, Name) == 0x000000, "Member 'FMetasoundFrontendVersion::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVersion, Number) == 0x000008, "Member 'FMetasoundFrontendVersion::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVertex \ +static_assert(alignof(FMetasoundFrontendVertex) == 0x000004, "Wrong alignment on FMetasoundFrontendVertex"); \ +static_assert(sizeof(FMetasoundFrontendVertex) == 0x000020, "Wrong size on FMetasoundFrontendVertex"); \ +static_assert(offsetof(FMetasoundFrontendVertex, Name) == 0x000000, "Member 'FMetasoundFrontendVertex::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVertex, TypeName) == 0x000008, "Member 'FMetasoundFrontendVertex::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVertex, VertexID) == 0x000010, "Member 'FMetasoundFrontendVertex::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVertexHandle \ +static_assert(alignof(FMetasoundFrontendVertexHandle) == 0x000004, "Wrong alignment on FMetasoundFrontendVertexHandle"); \ +static_assert(sizeof(FMetasoundFrontendVertexHandle) == 0x000020, "Wrong size on FMetasoundFrontendVertexHandle"); \ +static_assert(offsetof(FMetasoundFrontendVertexHandle, NodeID) == 0x000000, "Member 'FMetasoundFrontendVertexHandle::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVertexHandle, VertexID) == 0x000010, "Member 'FMetasoundFrontendVertexHandle::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendLiteral \ +static_assert(alignof(FMetasoundFrontendLiteral) == 0x000008, "Wrong alignment on FMetasoundFrontendLiteral"); \ +static_assert(sizeof(FMetasoundFrontendLiteral) == 0x000058, "Wrong size on FMetasoundFrontendLiteral"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, Type) == 0x000000, "Member 'FMetasoundFrontendLiteral::Type' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsNumDefault) == 0x000004, "Member 'FMetasoundFrontendLiteral::AsNumDefault' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsBoolean) == 0x000008, "Member 'FMetasoundFrontendLiteral::AsBoolean' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsInteger) == 0x000018, "Member 'FMetasoundFrontendLiteral::AsInteger' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsFloat) == 0x000028, "Member 'FMetasoundFrontendLiteral::AsFloat' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsString) == 0x000038, "Member 'FMetasoundFrontendLiteral::AsString' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendLiteral, AsUObject) == 0x000048, "Member 'FMetasoundFrontendLiteral::AsUObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVertexLiteral \ +static_assert(alignof(FMetasoundFrontendVertexLiteral) == 0x000008, "Wrong alignment on FMetasoundFrontendVertexLiteral"); \ +static_assert(sizeof(FMetasoundFrontendVertexLiteral) == 0x000068, "Wrong size on FMetasoundFrontendVertexLiteral"); \ +static_assert(offsetof(FMetasoundFrontendVertexLiteral, VertexID) == 0x000000, "Member 'FMetasoundFrontendVertexLiteral::VertexID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVertexLiteral, Value) == 0x000010, "Member 'FMetasoundFrontendVertexLiteral::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVariable \ +static_assert(alignof(FMetasoundFrontendVariable) == 0x000008, "Wrong alignment on FMetasoundFrontendVariable"); \ +static_assert(sizeof(FMetasoundFrontendVariable) == 0x0000B8, "Wrong size on FMetasoundFrontendVariable"); \ +static_assert(offsetof(FMetasoundFrontendVariable, Name) == 0x000000, "Member 'FMetasoundFrontendVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, TypeName) == 0x000008, "Member 'FMetasoundFrontendVariable::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, Literal) == 0x000010, "Member 'FMetasoundFrontendVariable::Literal' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, ID) == 0x000068, "Member 'FMetasoundFrontendVariable::ID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, VariableNodeID) == 0x000078, "Member 'FMetasoundFrontendVariable::VariableNodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, MutatorNodeID) == 0x000088, "Member 'FMetasoundFrontendVariable::MutatorNodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, AccessorNodeIDs) == 0x000098, "Member 'FMetasoundFrontendVariable::AccessorNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendVariable, DeferredAccessorNodeIDs) == 0x0000A8, "Member 'FMetasoundFrontendVariable::DeferredAccessorNodeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendNodeInterface \ +static_assert(alignof(FMetasoundFrontendNodeInterface) == 0x000008, "Wrong alignment on FMetasoundFrontendNodeInterface"); \ +static_assert(sizeof(FMetasoundFrontendNodeInterface) == 0x000030, "Wrong size on FMetasoundFrontendNodeInterface"); \ +static_assert(offsetof(FMetasoundFrontendNodeInterface, Inputs) == 0x000000, "Member 'FMetasoundFrontendNodeInterface::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNodeInterface, Outputs) == 0x000010, "Member 'FMetasoundFrontendNodeInterface::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNodeInterface, Environment) == 0x000020, "Member 'FMetasoundFrontendNodeInterface::Environment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendNodeStyleDisplay \ +static_assert(alignof(FMetasoundFrontendNodeStyleDisplay) == 0x000001, "Wrong alignment on FMetasoundFrontendNodeStyleDisplay"); \ +static_assert(sizeof(FMetasoundFrontendNodeStyleDisplay) == 0x000001, "Wrong size on FMetasoundFrontendNodeStyleDisplay"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendNodeStyle \ +static_assert(alignof(FMetasoundFrontendNodeStyle) == 0x000001, "Wrong alignment on FMetasoundFrontendNodeStyle"); \ +static_assert(sizeof(FMetasoundFrontendNodeStyle) == 0x000001, "Wrong size on FMetasoundFrontendNodeStyle"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendNode \ +static_assert(alignof(FMetasoundFrontendNode) == 0x000008, "Wrong alignment on FMetasoundFrontendNode"); \ +static_assert(sizeof(FMetasoundFrontendNode) == 0x000068, "Wrong size on FMetasoundFrontendNode"); \ +static_assert(offsetof(FMetasoundFrontendNode, ID) == 0x000000, "Member 'FMetasoundFrontendNode::ID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNode, ClassID) == 0x000010, "Member 'FMetasoundFrontendNode::ClassID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNode, Name) == 0x000020, "Member 'FMetasoundFrontendNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNode, Interface) == 0x000028, "Member 'FMetasoundFrontendNode::Interface' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendNode, InputLiterals) == 0x000058, "Member 'FMetasoundFrontendNode::InputLiterals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendEdge \ +static_assert(alignof(FMetasoundFrontendEdge) == 0x000004, "Wrong alignment on FMetasoundFrontendEdge"); \ +static_assert(sizeof(FMetasoundFrontendEdge) == 0x000040, "Wrong size on FMetasoundFrontendEdge"); \ +static_assert(offsetof(FMetasoundFrontendEdge, FromNodeID) == 0x000000, "Member 'FMetasoundFrontendEdge::FromNodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdge, FromVertexID) == 0x000010, "Member 'FMetasoundFrontendEdge::FromVertexID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdge, ToNodeID) == 0x000020, "Member 'FMetasoundFrontendEdge::ToNodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdge, ToVertexID) == 0x000030, "Member 'FMetasoundFrontendEdge::ToVertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendEdgeStyleLiteralColorPair \ +static_assert(alignof(FMetasoundFrontendEdgeStyleLiteralColorPair) == 0x000008, "Wrong alignment on FMetasoundFrontendEdgeStyleLiteralColorPair"); \ +static_assert(sizeof(FMetasoundFrontendEdgeStyleLiteralColorPair) == 0x000068, "Wrong size on FMetasoundFrontendEdgeStyleLiteralColorPair"); \ +static_assert(offsetof(FMetasoundFrontendEdgeStyleLiteralColorPair, Value) == 0x000000, "Member 'FMetasoundFrontendEdgeStyleLiteralColorPair::Value' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdgeStyleLiteralColorPair, Color) == 0x000058, "Member 'FMetasoundFrontendEdgeStyleLiteralColorPair::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendEdgeStyle \ +static_assert(alignof(FMetasoundFrontendEdgeStyle) == 0x000008, "Wrong alignment on FMetasoundFrontendEdgeStyle"); \ +static_assert(sizeof(FMetasoundFrontendEdgeStyle) == 0x000028, "Wrong size on FMetasoundFrontendEdgeStyle"); \ +static_assert(offsetof(FMetasoundFrontendEdgeStyle, NodeID) == 0x000000, "Member 'FMetasoundFrontendEdgeStyle::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdgeStyle, OutputName) == 0x000010, "Member 'FMetasoundFrontendEdgeStyle::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendEdgeStyle, LiteralColorPairs) == 0x000018, "Member 'FMetasoundFrontendEdgeStyle::LiteralColorPairs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendGraphStyle \ +static_assert(alignof(FMetasoundFrontendGraphStyle) == 0x000008, "Wrong alignment on FMetasoundFrontendGraphStyle"); \ +static_assert(sizeof(FMetasoundFrontendGraphStyle) == 0x000018, "Wrong size on FMetasoundFrontendGraphStyle"); \ +static_assert(offsetof(FMetasoundFrontendGraphStyle, bIsGraphEditable) == 0x000000, "Member 'FMetasoundFrontendGraphStyle::bIsGraphEditable' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendGraphStyle, EdgeStyles) == 0x000008, "Member 'FMetasoundFrontendGraphStyle::EdgeStyles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendGraph \ +static_assert(alignof(FMetasoundFrontendGraph) == 0x000008, "Wrong alignment on FMetasoundFrontendGraph"); \ +static_assert(sizeof(FMetasoundFrontendGraph) == 0x000030, "Wrong size on FMetasoundFrontendGraph"); \ +static_assert(offsetof(FMetasoundFrontendGraph, Nodes) == 0x000000, "Member 'FMetasoundFrontendGraph::Nodes' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendGraph, Edges) == 0x000010, "Member 'FMetasoundFrontendGraph::Edges' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendGraph, Variables) == 0x000020, "Member 'FMetasoundFrontendGraph::Variables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendVertexMetadata \ +static_assert(alignof(FMetasoundFrontendVertexMetadata) == 0x000001, "Wrong alignment on FMetasoundFrontendVertexMetadata"); \ +static_assert(sizeof(FMetasoundFrontendVertexMetadata) == 0x000001, "Wrong size on FMetasoundFrontendVertexMetadata"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassVertex \ +static_assert(alignof(FMetasoundFrontendClassVertex) == 0x000004, "Wrong alignment on FMetasoundFrontendClassVertex"); \ +static_assert(sizeof(FMetasoundFrontendClassVertex) == 0x000034, "Wrong size on FMetasoundFrontendClassVertex"); \ +static_assert(offsetof(FMetasoundFrontendClassVertex, NodeID) == 0x000020, "Member 'FMetasoundFrontendClassVertex::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassVertex, AccessType) == 0x000030, "Member 'FMetasoundFrontendClassVertex::AccessType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassStyleDisplay \ +static_assert(alignof(FMetasoundFrontendClassStyleDisplay) == 0x000001, "Wrong alignment on FMetasoundFrontendClassStyleDisplay"); \ +static_assert(sizeof(FMetasoundFrontendClassStyleDisplay) == 0x000001, "Wrong size on FMetasoundFrontendClassStyleDisplay"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassInput \ +static_assert(alignof(FMetasoundFrontendClassInput) == 0x000008, "Wrong alignment on FMetasoundFrontendClassInput"); \ +static_assert(sizeof(FMetasoundFrontendClassInput) == 0x000090, "Wrong size on FMetasoundFrontendClassInput"); \ +static_assert(offsetof(FMetasoundFrontendClassInput, DefaultLiteral) == 0x000038, "Member 'FMetasoundFrontendClassInput::DefaultLiteral' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassVariable \ +static_assert(alignof(FMetasoundFrontendClassVariable) == 0x000008, "Wrong alignment on FMetasoundFrontendClassVariable"); \ +static_assert(sizeof(FMetasoundFrontendClassVariable) == 0x000090, "Wrong size on FMetasoundFrontendClassVariable"); \ +static_assert(offsetof(FMetasoundFrontendClassVariable, DefaultLiteral) == 0x000038, "Member 'FMetasoundFrontendClassVariable::DefaultLiteral' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassOutput \ +static_assert(alignof(FMetasoundFrontendClassOutput) == 0x000004, "Wrong alignment on FMetasoundFrontendClassOutput"); \ +static_assert(sizeof(FMetasoundFrontendClassOutput) == 0x000034, "Wrong size on FMetasoundFrontendClassOutput"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassEnvironmentVariable \ +static_assert(alignof(FMetasoundFrontendClassEnvironmentVariable) == 0x000004, "Wrong alignment on FMetasoundFrontendClassEnvironmentVariable"); \ +static_assert(sizeof(FMetasoundFrontendClassEnvironmentVariable) == 0x000014, "Wrong size on FMetasoundFrontendClassEnvironmentVariable"); \ +static_assert(offsetof(FMetasoundFrontendClassEnvironmentVariable, Name) == 0x000000, "Member 'FMetasoundFrontendClassEnvironmentVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassEnvironmentVariable, TypeName) == 0x000008, "Member 'FMetasoundFrontendClassEnvironmentVariable::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassEnvironmentVariable, bIsRequired) == 0x000010, "Member 'FMetasoundFrontendClassEnvironmentVariable::bIsRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendInterfaceStyle \ +static_assert(alignof(FMetasoundFrontendInterfaceStyle) == 0x000001, "Wrong alignment on FMetasoundFrontendInterfaceStyle"); \ +static_assert(sizeof(FMetasoundFrontendInterfaceStyle) == 0x000001, "Wrong size on FMetasoundFrontendInterfaceStyle"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassInterface \ +static_assert(alignof(FMetasoundFrontendClassInterface) == 0x000008, "Wrong alignment on FMetasoundFrontendClassInterface"); \ +static_assert(sizeof(FMetasoundFrontendClassInterface) == 0x000040, "Wrong size on FMetasoundFrontendClassInterface"); \ +static_assert(offsetof(FMetasoundFrontendClassInterface, Inputs) == 0x000000, "Member 'FMetasoundFrontendClassInterface::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassInterface, Outputs) == 0x000010, "Member 'FMetasoundFrontendClassInterface::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassInterface, Environment) == 0x000020, "Member 'FMetasoundFrontendClassInterface::Environment' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassInterface, ChangeID) == 0x000030, "Member 'FMetasoundFrontendClassInterface::ChangeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendInterfaceVertexBinding \ +static_assert(alignof(FMetasoundFrontendInterfaceVertexBinding) == 0x000004, "Wrong alignment on FMetasoundFrontendInterfaceVertexBinding"); \ +static_assert(sizeof(FMetasoundFrontendInterfaceVertexBinding) == 0x000010, "Wrong size on FMetasoundFrontendInterfaceVertexBinding"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceVertexBinding, OutputName) == 0x000000, "Member 'FMetasoundFrontendInterfaceVertexBinding::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceVertexBinding, InputName) == 0x000008, "Member 'FMetasoundFrontendInterfaceVertexBinding::InputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendInterfaceBinding \ +static_assert(alignof(FMetasoundFrontendInterfaceBinding) == 0x000008, "Wrong alignment on FMetasoundFrontendInterfaceBinding"); \ +static_assert(sizeof(FMetasoundFrontendInterfaceBinding) == 0x000038, "Wrong size on FMetasoundFrontendInterfaceBinding"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceBinding, OutputInterfaceVersion) == 0x000000, "Member 'FMetasoundFrontendInterfaceBinding::OutputInterfaceVersion' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceBinding, InputInterfaceVersion) == 0x000010, "Member 'FMetasoundFrontendInterfaceBinding::InputInterfaceVersion' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceBinding, BindingPriority) == 0x000020, "Member 'FMetasoundFrontendInterfaceBinding::BindingPriority' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceBinding, VertexBindings) == 0x000028, "Member 'FMetasoundFrontendInterfaceBinding::VertexBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendInterfaceUClassOptions \ +static_assert(alignof(FMetasoundFrontendInterfaceUClassOptions) == 0x000004, "Wrong alignment on FMetasoundFrontendInterfaceUClassOptions"); \ +static_assert(sizeof(FMetasoundFrontendInterfaceUClassOptions) == 0x000014, "Wrong size on FMetasoundFrontendInterfaceUClassOptions"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceUClassOptions, ClassPath) == 0x000000, "Member 'FMetasoundFrontendInterfaceUClassOptions::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceUClassOptions, bIsModifiable) == 0x000010, "Member 'FMetasoundFrontendInterfaceUClassOptions::bIsModifiable' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterfaceUClassOptions, bIsDefault) == 0x000011, "Member 'FMetasoundFrontendInterfaceUClassOptions::bIsDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendInterface \ +static_assert(alignof(FMetasoundFrontendInterface) == 0x000008, "Wrong alignment on FMetasoundFrontendInterface"); \ +static_assert(sizeof(FMetasoundFrontendInterface) == 0x000060, "Wrong size on FMetasoundFrontendInterface"); \ +static_assert(offsetof(FMetasoundFrontendInterface, Version) == 0x000040, "Member 'FMetasoundFrontendInterface::Version' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendInterface, UClassOptions) == 0x000050, "Member 'FMetasoundFrontendInterface::UClassOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassName \ +static_assert(alignof(FMetasoundFrontendClassName) == 0x000004, "Wrong alignment on FMetasoundFrontendClassName"); \ +static_assert(sizeof(FMetasoundFrontendClassName) == 0x000018, "Wrong size on FMetasoundFrontendClassName"); \ +static_assert(offsetof(FMetasoundFrontendClassName, NameSpace) == 0x000000, "Member 'FMetasoundFrontendClassName::NameSpace' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassName, Name) == 0x000008, "Member 'FMetasoundFrontendClassName::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassName, Variant) == 0x000010, "Member 'FMetasoundFrontendClassName::Variant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassMetadata \ +static_assert(alignof(FMetasoundFrontendClassMetadata) == 0x000004, "Wrong alignment on FMetasoundFrontendClassMetadata"); \ +static_assert(sizeof(FMetasoundFrontendClassMetadata) == 0x000034, "Wrong size on FMetasoundFrontendClassMetadata"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, ClassName) == 0x000000, "Member 'FMetasoundFrontendClassMetadata::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, Version) == 0x000018, "Member 'FMetasoundFrontendClassMetadata::Version' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, Type) == 0x000020, "Member 'FMetasoundFrontendClassMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, bIsDeprecated) == 0x000021, "Member 'FMetasoundFrontendClassMetadata::bIsDeprecated' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, bAutoUpdateManagesInterface) == 0x000022, "Member 'FMetasoundFrontendClassMetadata::bAutoUpdateManagesInterface' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClassMetadata, ChangeID) == 0x000024, "Member 'FMetasoundFrontendClassMetadata::ChangeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClassStyle \ +static_assert(alignof(FMetasoundFrontendClassStyle) == 0x000001, "Wrong alignment on FMetasoundFrontendClassStyle"); \ +static_assert(sizeof(FMetasoundFrontendClassStyle) == 0x000001, "Wrong size on FMetasoundFrontendClassStyle"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendClass \ +static_assert(alignof(FMetasoundFrontendClass) == 0x000008, "Wrong alignment on FMetasoundFrontendClass"); \ +static_assert(sizeof(FMetasoundFrontendClass) == 0x000090, "Wrong size on FMetasoundFrontendClass"); \ +static_assert(offsetof(FMetasoundFrontendClass, ID) == 0x000008, "Member 'FMetasoundFrontendClass::ID' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClass, MetaData) == 0x000018, "Member 'FMetasoundFrontendClass::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendClass, Interface) == 0x000050, "Member 'FMetasoundFrontendClass::Interface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendGraphClassPresetOptions \ +static_assert(alignof(FMetasoundFrontendGraphClassPresetOptions) == 0x000008, "Wrong alignment on FMetasoundFrontendGraphClassPresetOptions"); \ +static_assert(sizeof(FMetasoundFrontendGraphClassPresetOptions) == 0x000058, "Wrong size on FMetasoundFrontendGraphClassPresetOptions"); \ +static_assert(offsetof(FMetasoundFrontendGraphClassPresetOptions, bIsPreset) == 0x000000, "Member 'FMetasoundFrontendGraphClassPresetOptions::bIsPreset' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendGraphClassPresetOptions, InputsInheritingDefault) == 0x000008, "Member 'FMetasoundFrontendGraphClassPresetOptions::InputsInheritingDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendGraphClass \ +static_assert(alignof(FMetasoundFrontendGraphClass) == 0x000008, "Wrong alignment on FMetasoundFrontendGraphClass"); \ +static_assert(sizeof(FMetasoundFrontendGraphClass) == 0x000118, "Wrong size on FMetasoundFrontendGraphClass"); \ +static_assert(offsetof(FMetasoundFrontendGraphClass, Graph) == 0x000090, "Member 'FMetasoundFrontendGraphClass::Graph' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendGraphClass, PresetOptions) == 0x0000C0, "Member 'FMetasoundFrontendGraphClass::PresetOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendDocumentMetadata \ +static_assert(alignof(FMetasoundFrontendDocumentMetadata) == 0x000004, "Wrong alignment on FMetasoundFrontendDocumentMetadata"); \ +static_assert(sizeof(FMetasoundFrontendDocumentMetadata) == 0x000010, "Wrong size on FMetasoundFrontendDocumentMetadata"); \ +static_assert(offsetof(FMetasoundFrontendDocumentMetadata, Version) == 0x000000, "Member 'FMetasoundFrontendDocumentMetadata::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetasoundFrontendDocument \ +static_assert(alignof(FMetasoundFrontendDocument) == 0x000008, "Wrong alignment on FMetasoundFrontendDocument"); \ +static_assert(sizeof(FMetasoundFrontendDocument) == 0x0001D0, "Wrong size on FMetasoundFrontendDocument"); \ +static_assert(offsetof(FMetasoundFrontendDocument, MetaData) == 0x000010, "Member 'FMetasoundFrontendDocument::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, Interfaces) == 0x000020, "Member 'FMetasoundFrontendDocument::Interfaces' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, RootGraph) == 0x000070, "Member 'FMetasoundFrontendDocument::RootGraph' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, Subgraphs) == 0x000188, "Member 'FMetasoundFrontendDocument::Subgraphs' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, Dependencies) == 0x000198, "Member 'FMetasoundFrontendDocument::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, ArchetypeVersion) == 0x0001A8, "Member 'FMetasoundFrontendDocument::ArchetypeVersion' has a wrong offset!"); \ +static_assert(offsetof(FMetasoundFrontendDocument, InterfaceVersions) == 0x0001B8, "Member 'FMetasoundFrontendDocument::InterfaceVersions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundFrontendDocumentBuilder \ +static_assert(alignof(FMetaSoundFrontendDocumentBuilder) == 0x000008, "Wrong alignment on FMetaSoundFrontendDocumentBuilder"); \ +static_assert(sizeof(FMetaSoundFrontendDocumentBuilder) == 0x000038, "Wrong size on FMetaSoundFrontendDocumentBuilder"); \ +static_assert(offsetof(FMetaSoundFrontendDocumentBuilder, DocumentInterface) == 0x000008, "Member 'FMetaSoundFrontendDocumentBuilder::DocumentInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMetaSoundDocumentInterface \ +static_assert(alignof(IMetaSoundDocumentInterface) == 0x000001, "Wrong alignment on IMetaSoundDocumentInterface"); \ +static_assert(sizeof(IMetaSoundDocumentInterface) == 0x000001, "Wrong size on IMetaSoundDocumentInterface"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_MakeMetasoundParameterPack \ +static_assert(alignof(MetasoundParameterPack_MakeMetasoundParameterPack) == 0x000008, "Wrong alignment on MetasoundParameterPack_MakeMetasoundParameterPack"); \ +static_assert(sizeof(MetasoundParameterPack_MakeMetasoundParameterPack) == 0x000008, "Wrong size on MetasoundParameterPack_MakeMetasoundParameterPack"); \ +static_assert(offsetof(MetasoundParameterPack_MakeMetasoundParameterPack, ReturnValue) == 0x000000, "Member 'MetasoundParameterPack_MakeMetasoundParameterPack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_SetBool \ +static_assert(alignof(MetasoundParameterPack_SetBool) == 0x000004, "Wrong alignment on MetasoundParameterPack_SetBool"); \ +static_assert(sizeof(MetasoundParameterPack_SetBool) == 0x00000C, "Wrong size on MetasoundParameterPack_SetBool"); \ +static_assert(offsetof(MetasoundParameterPack_SetBool, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_SetBool::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetBool, InValue) == 0x000008, "Member 'MetasoundParameterPack_SetBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetBool, OnlyIfExists) == 0x000009, "Member 'MetasoundParameterPack_SetBool::OnlyIfExists' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetBool, ReturnValue) == 0x00000A, "Member 'MetasoundParameterPack_SetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_SetFloat \ +static_assert(alignof(MetasoundParameterPack_SetFloat) == 0x000004, "Wrong alignment on MetasoundParameterPack_SetFloat"); \ +static_assert(sizeof(MetasoundParameterPack_SetFloat) == 0x000010, "Wrong size on MetasoundParameterPack_SetFloat"); \ +static_assert(offsetof(MetasoundParameterPack_SetFloat, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_SetFloat::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetFloat, InValue) == 0x000008, "Member 'MetasoundParameterPack_SetFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetFloat, OnlyIfExists) == 0x00000C, "Member 'MetasoundParameterPack_SetFloat::OnlyIfExists' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetFloat, ReturnValue) == 0x00000D, "Member 'MetasoundParameterPack_SetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_SetInt \ +static_assert(alignof(MetasoundParameterPack_SetInt) == 0x000004, "Wrong alignment on MetasoundParameterPack_SetInt"); \ +static_assert(sizeof(MetasoundParameterPack_SetInt) == 0x000010, "Wrong size on MetasoundParameterPack_SetInt"); \ +static_assert(offsetof(MetasoundParameterPack_SetInt, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_SetInt::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetInt, InValue) == 0x000008, "Member 'MetasoundParameterPack_SetInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetInt, OnlyIfExists) == 0x00000C, "Member 'MetasoundParameterPack_SetInt::OnlyIfExists' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetInt, ReturnValue) == 0x00000D, "Member 'MetasoundParameterPack_SetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_SetString \ +static_assert(alignof(MetasoundParameterPack_SetString) == 0x000008, "Wrong alignment on MetasoundParameterPack_SetString"); \ +static_assert(sizeof(MetasoundParameterPack_SetString) == 0x000020, "Wrong size on MetasoundParameterPack_SetString"); \ +static_assert(offsetof(MetasoundParameterPack_SetString, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_SetString::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetString, InValue) == 0x000008, "Member 'MetasoundParameterPack_SetString::InValue' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetString, OnlyIfExists) == 0x000018, "Member 'MetasoundParameterPack_SetString::OnlyIfExists' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetString, ReturnValue) == 0x000019, "Member 'MetasoundParameterPack_SetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_SetTrigger \ +static_assert(alignof(MetasoundParameterPack_SetTrigger) == 0x000004, "Wrong alignment on MetasoundParameterPack_SetTrigger"); \ +static_assert(sizeof(MetasoundParameterPack_SetTrigger) == 0x00000C, "Wrong size on MetasoundParameterPack_SetTrigger"); \ +static_assert(offsetof(MetasoundParameterPack_SetTrigger, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_SetTrigger::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetTrigger, OnlyIfExists) == 0x000008, "Member 'MetasoundParameterPack_SetTrigger::OnlyIfExists' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_SetTrigger, ReturnValue) == 0x000009, "Member 'MetasoundParameterPack_SetTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_GetBool \ +static_assert(alignof(MetasoundParameterPack_GetBool) == 0x000004, "Wrong alignment on MetasoundParameterPack_GetBool"); \ +static_assert(sizeof(MetasoundParameterPack_GetBool) == 0x00000C, "Wrong size on MetasoundParameterPack_GetBool"); \ +static_assert(offsetof(MetasoundParameterPack_GetBool, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_GetBool::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetBool, Result) == 0x000008, "Member 'MetasoundParameterPack_GetBool::Result' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetBool, ReturnValue) == 0x000009, "Member 'MetasoundParameterPack_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_GetFloat \ +static_assert(alignof(MetasoundParameterPack_GetFloat) == 0x000004, "Wrong alignment on MetasoundParameterPack_GetFloat"); \ +static_assert(sizeof(MetasoundParameterPack_GetFloat) == 0x000010, "Wrong size on MetasoundParameterPack_GetFloat"); \ +static_assert(offsetof(MetasoundParameterPack_GetFloat, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_GetFloat::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetFloat, Result) == 0x000008, "Member 'MetasoundParameterPack_GetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetFloat, ReturnValue) == 0x00000C, "Member 'MetasoundParameterPack_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_GetInt \ +static_assert(alignof(MetasoundParameterPack_GetInt) == 0x000004, "Wrong alignment on MetasoundParameterPack_GetInt"); \ +static_assert(sizeof(MetasoundParameterPack_GetInt) == 0x000010, "Wrong size on MetasoundParameterPack_GetInt"); \ +static_assert(offsetof(MetasoundParameterPack_GetInt, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_GetInt::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetInt, Result) == 0x000008, "Member 'MetasoundParameterPack_GetInt::Result' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetInt, ReturnValue) == 0x00000C, "Member 'MetasoundParameterPack_GetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_GetString \ +static_assert(alignof(MetasoundParameterPack_GetString) == 0x000008, "Wrong alignment on MetasoundParameterPack_GetString"); \ +static_assert(sizeof(MetasoundParameterPack_GetString) == 0x000020, "Wrong size on MetasoundParameterPack_GetString"); \ +static_assert(offsetof(MetasoundParameterPack_GetString, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_GetString::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetString, Result) == 0x000008, "Member 'MetasoundParameterPack_GetString::Result' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetString, ReturnValue) == 0x000010, "Member 'MetasoundParameterPack_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_GetTrigger \ +static_assert(alignof(MetasoundParameterPack_GetTrigger) == 0x000004, "Wrong alignment on MetasoundParameterPack_GetTrigger"); \ +static_assert(sizeof(MetasoundParameterPack_GetTrigger) == 0x00000C, "Wrong size on MetasoundParameterPack_GetTrigger"); \ +static_assert(offsetof(MetasoundParameterPack_GetTrigger, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_GetTrigger::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetTrigger, Result) == 0x000008, "Member 'MetasoundParameterPack_GetTrigger::Result' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_GetTrigger, ReturnValue) == 0x000009, "Member 'MetasoundParameterPack_GetTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_HasBool \ +static_assert(alignof(MetasoundParameterPack_HasBool) == 0x000004, "Wrong alignment on MetasoundParameterPack_HasBool"); \ +static_assert(sizeof(MetasoundParameterPack_HasBool) == 0x00000C, "Wrong size on MetasoundParameterPack_HasBool"); \ +static_assert(offsetof(MetasoundParameterPack_HasBool, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_HasBool::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_HasBool, ReturnValue) == 0x000008, "Member 'MetasoundParameterPack_HasBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_HasFloat \ +static_assert(alignof(MetasoundParameterPack_HasFloat) == 0x000004, "Wrong alignment on MetasoundParameterPack_HasFloat"); \ +static_assert(sizeof(MetasoundParameterPack_HasFloat) == 0x00000C, "Wrong size on MetasoundParameterPack_HasFloat"); \ +static_assert(offsetof(MetasoundParameterPack_HasFloat, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_HasFloat::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_HasFloat, ReturnValue) == 0x000008, "Member 'MetasoundParameterPack_HasFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_HasInt \ +static_assert(alignof(MetasoundParameterPack_HasInt) == 0x000004, "Wrong alignment on MetasoundParameterPack_HasInt"); \ +static_assert(sizeof(MetasoundParameterPack_HasInt) == 0x00000C, "Wrong size on MetasoundParameterPack_HasInt"); \ +static_assert(offsetof(MetasoundParameterPack_HasInt, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_HasInt::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_HasInt, ReturnValue) == 0x000008, "Member 'MetasoundParameterPack_HasInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_HasString \ +static_assert(alignof(MetasoundParameterPack_HasString) == 0x000004, "Wrong alignment on MetasoundParameterPack_HasString"); \ +static_assert(sizeof(MetasoundParameterPack_HasString) == 0x00000C, "Wrong size on MetasoundParameterPack_HasString"); \ +static_assert(offsetof(MetasoundParameterPack_HasString, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_HasString::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_HasString, ReturnValue) == 0x000008, "Member 'MetasoundParameterPack_HasString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundParameterPack_HasTrigger \ +static_assert(alignof(MetasoundParameterPack_HasTrigger) == 0x000004, "Wrong alignment on MetasoundParameterPack_HasTrigger"); \ +static_assert(sizeof(MetasoundParameterPack_HasTrigger) == 0x00000C, "Wrong size on MetasoundParameterPack_HasTrigger"); \ +static_assert(offsetof(MetasoundParameterPack_HasTrigger, ParameterName) == 0x000000, "Member 'MetasoundParameterPack_HasTrigger::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundParameterPack_HasTrigger, ReturnValue) == 0x000008, "Member 'MetasoundParameterPack_HasTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetasoundParameterPack \ +static_assert(alignof(UMetasoundParameterPack) == 0x000008, "Wrong alignment on UMetasoundParameterPack"); \ +static_assert(sizeof(UMetasoundParameterPack) == 0x000040, "Wrong size on UMetasoundParameterPack"); \ + +#define DUMPER7_ASSERTS_UMetaSoundBuilderDocument \ +static_assert(alignof(UMetaSoundBuilderDocument) == 0x000008, "Wrong alignment on UMetaSoundBuilderDocument"); \ +static_assert(sizeof(UMetaSoundBuilderDocument) == 0x000208, "Wrong size on UMetaSoundBuilderDocument"); \ +static_assert(offsetof(UMetaSoundBuilderDocument, Document) == 0x000030, "Member 'UMetaSoundBuilderDocument::Document' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundBuilderDocument, MetaSoundUClass) == 0x000200, "Member 'UMetaSoundBuilderDocument::MetaSoundUClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_BattleDeathCommon_Bodyfall_C_Received_Notify \ +static_assert(alignof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleDeathCommon_Bodyfall_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify) == 0x000090, "Wrong size on AN_BattleDeathCommon_Bodyfall_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000050, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000068, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000078, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_Bodyfall_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_BattleDeathCommon_Bodyfall_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleDeathCommon_Bodyfall_C \ +static_assert(alignof(UAN_BattleDeathCommon_Bodyfall_C) == 0x000008, "Wrong alignment on UAN_BattleDeathCommon_Bodyfall_C"); \ +static_assert(sizeof(UAN_BattleDeathCommon_Bodyfall_C) == 0x000040, "Wrong size on UAN_BattleDeathCommon_Bodyfall_C"); \ +static_assert(offsetof(UAN_BattleDeathCommon_Bodyfall_C, AttnOverrideBattleDeathCommonBodyfall) == 0x000038, "Member 'UAN_BattleDeathCommon_Bodyfall_C::AttnOverrideBattleDeathCommonBodyfall' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Quest \ +static_assert(alignof(FS_Quest) == 0x000008, "Wrong alignment on FS_Quest"); \ +static_assert(sizeof(FS_Quest) == 0x000018, "Wrong size on FS_Quest"); \ +static_assert(offsetof(FS_Quest, Objectives_2_94B61D96414C3C60F6BD4E8AAFDA9AA3) == 0x000000, "Member 'FS_Quest::Objectives_2_94B61D96414C3C60F6BD4E8AAFDA9AA3' has a wrong offset!"); \ +static_assert(offsetof(FS_Quest, UIData_8_A11BED224591043708AC24BAFAC7D9C4) == 0x000008, "Member 'FS_Quest::UIData_8_A11BED224591043708AC24BAFAC7D9C4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableData \ +static_assert(alignof(FWaveTableData) == 0x000008, "Wrong alignment on FWaveTableData"); \ +static_assert(sizeof(FWaveTableData) == 0x000020, "Wrong size on FWaveTableData"); \ +static_assert(offsetof(FWaveTableData, BitDepth) == 0x000000, "Member 'FWaveTableData::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableData, Data) == 0x000008, "Member 'FWaveTableData::Data' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableData, FinalValue) == 0x000018, "Member 'FWaveTableData::FinalValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableTransform \ +static_assert(alignof(FWaveTableTransform) == 0x000008, "Wrong alignment on FWaveTableTransform"); \ +static_assert(sizeof(FWaveTableTransform) == 0x0000B8, "Wrong size on FWaveTableTransform"); \ +static_assert(offsetof(FWaveTableTransform, Curve) == 0x000000, "Member 'FWaveTableTransform::Curve' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, Scalar) == 0x000004, "Member 'FWaveTableTransform::Scalar' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, CurveCustom) == 0x000008, "Member 'FWaveTableTransform::CurveCustom' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, CurveShared) == 0x000088, "Member 'FWaveTableTransform::CurveShared' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, TableData) == 0x000090, "Member 'FWaveTableTransform::TableData' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableTransform, Duration) == 0x0000B0, "Member 'FWaveTableTransform::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableBankEntry \ +static_assert(alignof(FWaveTableBankEntry) == 0x000008, "Wrong alignment on FWaveTableBankEntry"); \ +static_assert(sizeof(FWaveTableBankEntry) == 0x0000B8, "Wrong size on FWaveTableBankEntry"); \ +static_assert(offsetof(FWaveTableBankEntry, Transform) == 0x000000, "Member 'FWaveTableBankEntry::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveTableSettings \ +static_assert(alignof(FWaveTableSettings) == 0x000008, "Wrong alignment on FWaveTableSettings"); \ +static_assert(sizeof(FWaveTableSettings) == 0x000058, "Wrong size on FWaveTableSettings"); \ +static_assert(offsetof(FWaveTableSettings, FilePath) == 0x000000, "Member 'FWaveTableSettings::FilePath' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, ChannelIndex) == 0x000010, "Member 'FWaveTableSettings::ChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, SourceData) == 0x000018, "Member 'FWaveTableSettings::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, SourceSampleRate) == 0x000038, "Member 'FWaveTableSettings::SourceSampleRate' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Phase) == 0x00003C, "Member 'FWaveTableSettings::Phase' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Top) == 0x000040, "Member 'FWaveTableSettings::Top' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, Tail) == 0x000044, "Member 'FWaveTableSettings::Tail' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, FadeIn) == 0x000048, "Member 'FWaveTableSettings::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, FadeOut) == 0x00004C, "Member 'FWaveTableSettings::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, bNormalize) == 0x000050, "Member 'FWaveTableSettings::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(FWaveTableSettings, bRemoveOffset) == 0x000051, "Member 'FWaveTableSettings::bRemoveOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveTableBank \ +static_assert(alignof(UWaveTableBank) == 0x000008, "Wrong alignment on UWaveTableBank"); \ +static_assert(sizeof(UWaveTableBank) == 0x000060, "Wrong size on UWaveTableBank"); \ +static_assert(offsetof(UWaveTableBank, SampleMode) == 0x000030, "Member 'UWaveTableBank::SampleMode' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, Resolution) == 0x000031, "Member 'UWaveTableBank::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, SampleRate) == 0x000034, "Member 'UWaveTableBank::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, bBipolar) == 0x000038, "Member 'UWaveTableBank::bBipolar' has a wrong offset!"); \ +static_assert(offsetof(UWaveTableBank, Entries) == 0x000040, "Member 'UWaveTableBank::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_CanSearchSmartObjects \ +static_assert(alignof(BTTask_FindSmartObject_C_CanSearchSmartObjects) == 0x000008, "Wrong alignment on BTTask_FindSmartObject_C_CanSearchSmartObjects"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_CanSearchSmartObjects) == 0x000018, "Wrong size on BTTask_FindSmartObject_C_CanSearchSmartObjects"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, Result) == 0x000000, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::Result' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_IsInCooldown_ReturnValue) == 0x000001, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_IsInCooldown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000004, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_CanSearchSmartObjects, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BTTask_FindSmartObject_C_CanSearchSmartObjects::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject \ +static_assert(alignof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject) == 0x000008, "Wrong alignment on BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject) == 0x000100, "Wrong size on BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, EntryPoint) == 0x000000, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_SearchForSmartObjects_OutResults) == 0x000020, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_SearchForSmartObjects_OutResults' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000030, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Array_Random_OutIndex) == 0x000050, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, Temp_wildcard_Variable) == 0x000058, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_RandomFloat_ReturnValue) == 0x000070, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000078, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Release_ReturnValue) == 0x000080, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Release_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_IsValidSmartObjectClaimHandle_ReturnValue) == 0x000081, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_IsValidSmartObjectClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000088, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Claim_ReturnValue) == 0x000090, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Claim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_Event_OwnerController) == 0x0000B0, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_Event_ControlledPawn) == 0x0000B8, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_CanSearchSmartObjects_Result) == 0x0000C0, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_CanSearchSmartObjects_Result' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x0000C4, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_RandomFloat_ReturnValue_1) == 0x0000C8, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_RandomFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x0000D0, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_GetSmartObjectComponent_ReturnValue) == 0x0000E0, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_GetSmartObjectComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_DynamicCast_AsBP_Smart_Object_Component) == 0x0000E8, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_DynamicCast_AsBP_Smart_Object_Component' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000F1, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x0000F8, "Member 'BTTask_FindSmartObject_C_ExecuteUbergraph_BTTask_FindSmartObject::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_IsInCooldown \ +static_assert(alignof(BTTask_FindSmartObject_C_IsInCooldown) == 0x000001, "Wrong alignment on BTTask_FindSmartObject_C_IsInCooldown"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_IsInCooldown) == 0x000002, "Wrong size on BTTask_FindSmartObject_C_IsInCooldown"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_IsInCooldown, ReturnValue) == 0x000000, "Member 'BTTask_FindSmartObject_C_IsInCooldown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_IsInCooldown, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'BTTask_FindSmartObject_C_IsInCooldown::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_FindSmartObject_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_FindSmartObject_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_FindSmartObject_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_FindSmartObject_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_FindSmartObject_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_ReceiveTickAI \ +static_assert(alignof(BTTask_FindSmartObject_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_FindSmartObject_C_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_FindSmartObject_C_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_FindSmartObject_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_FindSmartObject_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_FindSmartObject_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_SearchForSmartObjects \ +static_assert(alignof(BTTask_FindSmartObject_C_SearchForSmartObjects) == 0x000010, "Wrong alignment on BTTask_FindSmartObject_C_SearchForSmartObjects"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_SearchForSmartObjects) == 0x0001B0, "Wrong size on BTTask_FindSmartObject_C_SearchForSmartObjects"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, Pawn) == 0x000000, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::Pawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, OutResults) == 0x000008, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::OutResults' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000020, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_ComputeSearchBox_Box) == 0x000028, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_ComputeSearchBox_Box' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, K2Node_MakeStruct_SmartObjectRequest) == 0x000060, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::K2Node_MakeStruct_SmartObjectRequest' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_FindSmartObjects_OutResults) == 0x000190, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_FindSmartObjects_OutResults' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_FindSmartObjects_ReturnValue) == 0x0001A0, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_FindSmartObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_SearchForSmartObjects, CallFunc_ComputeSearchBox_SearchBoxExtent_ImplicitCast) == 0x0001A8, "Member 'BTTask_FindSmartObject_C_SearchForSmartObjects::CallFunc_ComputeSearchBox_SearchBoxExtent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_FindSmartObject_C_StartCooldown \ +static_assert(alignof(BTTask_FindSmartObject_C_StartCooldown) == 0x000008, "Wrong alignment on BTTask_FindSmartObject_C_StartCooldown"); \ +static_assert(sizeof(BTTask_FindSmartObject_C_StartCooldown) == 0x000030, "Wrong size on BTTask_FindSmartObject_C_StartCooldown"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BTTask_FindSmartObject_C_StartCooldown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, Temp_wildcard_Variable) == 0x000010, "Member 'BTTask_FindSmartObject_C_StartCooldown::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000014, "Member 'BTTask_FindSmartObject_C_StartCooldown::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000018, "Member 'BTTask_FindSmartObject_C_StartCooldown::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BTTask_FindSmartObject_C_StartCooldown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_FindSmartObject_C_StartCooldown, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BTTask_FindSmartObject_C_StartCooldown::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindSmartObject_C \ +static_assert(alignof(UBTTask_FindSmartObject_C) == 0x000008, "Wrong alignment on UBTTask_FindSmartObject_C"); \ +static_assert(sizeof(UBTTask_FindSmartObject_C) == 0x000188, "Wrong size on UBTTask_FindSmartObject_C"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_FindSmartObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, FoundSmartObjects) == 0x0000B0, "Member 'UBTTask_FindSmartObject_C::FoundSmartObjects' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, SmartObjectClaimHandle) == 0x0000C0, "Member 'UBTTask_FindSmartObject_C::SmartObjectClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, KeySmartObjectSearchBoxExtent) == 0x0000E0, "Member 'UBTTask_FindSmartObject_C::KeySmartObjectSearchBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, KeySmartObjectSearchCooldown) == 0x000108, "Member 'UBTTask_FindSmartObject_C::KeySmartObjectSearchCooldown' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, CooldownTimerHandle) == 0x000130, "Member 'UBTTask_FindSmartObject_C::CooldownTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, KeySmartObjectClaimHandle) == 0x000138, "Member 'UBTTask_FindSmartObject_C::KeySmartObjectClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindSmartObject_C, KeySmartObjectClaimProbability) == 0x000160, "Member 'UBTTask_FindSmartObject_C::KeySmartObjectClaimProbability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundOutput \ +static_assert(alignof(FMetaSoundOutput) == 0x000008, "Wrong alignment on FMetaSoundOutput"); \ +static_assert(sizeof(FMetaSoundOutput) == 0x000010, "Wrong size on FMetaSoundOutput"); \ + +#define DUMPER7_ASSERTS_FMetaSoundBuilderNodeOutputHandle \ +static_assert(alignof(FMetaSoundBuilderNodeOutputHandle) == 0x000004, "Wrong alignment on FMetaSoundBuilderNodeOutputHandle"); \ +static_assert(sizeof(FMetaSoundBuilderNodeOutputHandle) == 0x000020, "Wrong size on FMetaSoundBuilderNodeOutputHandle"); \ + +#define DUMPER7_ASSERTS_FDefaultMetaSoundAssetAutoUpdateSettings \ +static_assert(alignof(FDefaultMetaSoundAssetAutoUpdateSettings) == 0x000008, "Wrong alignment on FDefaultMetaSoundAssetAutoUpdateSettings"); \ +static_assert(sizeof(FDefaultMetaSoundAssetAutoUpdateSettings) == 0x000020, "Wrong size on FDefaultMetaSoundAssetAutoUpdateSettings"); \ +static_assert(offsetof(FDefaultMetaSoundAssetAutoUpdateSettings, Metasound) == 0x000000, "Member 'FDefaultMetaSoundAssetAutoUpdateSettings::Metasound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundQualitySettings \ +static_assert(alignof(FMetaSoundQualitySettings) == 0x000004, "Wrong alignment on FMetaSoundQualitySettings"); \ +static_assert(sizeof(FMetaSoundQualitySettings) == 0x000008, "Wrong size on FMetaSoundQualitySettings"); \ +static_assert(offsetof(FMetaSoundQualitySettings, SampleRate) == 0x000000, "Member 'FMetaSoundQualitySettings::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FMetaSoundQualitySettings, BlockRate) == 0x000004, "Member 'FMetaSoundQualitySettings::BlockRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundAssetDirectory \ +static_assert(alignof(FMetaSoundAssetDirectory) == 0x000008, "Wrong alignment on FMetaSoundAssetDirectory"); \ +static_assert(sizeof(FMetaSoundAssetDirectory) == 0x000010, "Wrong size on FMetaSoundAssetDirectory"); \ +static_assert(offsetof(FMetaSoundAssetDirectory, Directory) == 0x000000, "Member 'FMetaSoundAssetDirectory::Directory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundAsyncAssetDependencies \ +static_assert(alignof(FMetaSoundAsyncAssetDependencies) == 0x000008, "Wrong alignment on FMetaSoundAsyncAssetDependencies"); \ +static_assert(sizeof(FMetaSoundAsyncAssetDependencies) == 0x000030, "Wrong size on FMetaSoundAsyncAssetDependencies"); \ +static_assert(offsetof(FMetaSoundAsyncAssetDependencies, Metasound) == 0x000008, "Member 'FMetaSoundAsyncAssetDependencies::Metasound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundBuilderNodeInputHandle \ +static_assert(alignof(FMetaSoundBuilderNodeInputHandle) == 0x000004, "Wrong alignment on FMetaSoundBuilderNodeInputHandle"); \ +static_assert(sizeof(FMetaSoundBuilderNodeInputHandle) == 0x000020, "Wrong size on FMetaSoundBuilderNodeInputHandle"); \ + +#define DUMPER7_ASSERTS_FMetaSoundNodeHandle \ +static_assert(alignof(FMetaSoundNodeHandle) == 0x000004, "Wrong alignment on FMetaSoundNodeHandle"); \ +static_assert(sizeof(FMetaSoundNodeHandle) == 0x000010, "Wrong size on FMetaSoundNodeHandle"); \ +static_assert(offsetof(FMetaSoundNodeHandle, NodeID) == 0x000000, "Member 'FMetaSoundNodeHandle::NodeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaSoundBuilderOptions \ +static_assert(alignof(FMetaSoundBuilderOptions) == 0x000008, "Wrong alignment on FMetaSoundBuilderOptions"); \ +static_assert(sizeof(FMetaSoundBuilderOptions) == 0x000020, "Wrong size on FMetaSoundBuilderOptions"); \ +static_assert(offsetof(FMetaSoundBuilderOptions, Name) == 0x000000, "Member 'FMetaSoundBuilderOptions::Name' has a wrong offset!"); \ +static_assert(offsetof(FMetaSoundBuilderOptions, bForceUniqueClassName) == 0x000008, "Member 'FMetaSoundBuilderOptions::bForceUniqueClassName' has a wrong offset!"); \ +static_assert(offsetof(FMetaSoundBuilderOptions, bAddToRegistry) == 0x000009, "Member 'FMetaSoundBuilderOptions::bAddToRegistry' has a wrong offset!"); \ +static_assert(offsetof(FMetaSoundBuilderOptions, ExistingMetaSound) == 0x000010, "Member 'FMetaSoundBuilderOptions::ExistingMetaSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateBoolArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral) == 0x000060, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral, ReturnValue) == 0x000008, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateBoolMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateFloatArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral) == 0x000060, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral, ReturnValue) == 0x000008, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateFloatMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateIntArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral) == 0x000060, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral, ReturnValue) == 0x000008, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateIntMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam) == 0x0000F8, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam, Param) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam::Param' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam, ReturnValue) == 0x0000A0, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateMetaSoundLiteralFromParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateObjectArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral) == 0x000060, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral, ReturnValue) == 0x000008, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateObjectMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateStringArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral \ +static_assert(alignof(MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral) == 0x000008, "Wrong alignment on MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral"); \ +static_assert(sizeof(MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral) == 0x000068, "Wrong size on MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral, Value) == 0x000000, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetasoundFrontendLiteralBlueprintAccess_CreateStringMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetasoundFrontendLiteralBlueprintAccess \ +static_assert(alignof(UMetasoundFrontendLiteralBlueprintAccess) == 0x000008, "Wrong alignment on UMetasoundFrontendLiteralBlueprintAccess"); \ +static_assert(sizeof(UMetasoundFrontendLiteralBlueprintAccess) == 0x000028, "Wrong size on UMetasoundFrontendLiteralBlueprintAccess"); \ + +#define DUMPER7_ASSERTS_MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle \ +static_assert(alignof(MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle) == 0x000008, "Wrong alignment on MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle"); \ +static_assert(sizeof(MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle) == 0x000010, "Wrong size on MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle"); \ +static_assert(offsetof(MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle, OnComponent) == 0x000000, "Member 'MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle::OnComponent' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle, ReturnValue) == 0x000008, "Member 'MetasoundGeneratorHandle_CreateMetaSoundGeneratorHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundGeneratorHandle_ApplyParameterPack \ +static_assert(alignof(MetasoundGeneratorHandle_ApplyParameterPack) == 0x000008, "Wrong alignment on MetasoundGeneratorHandle_ApplyParameterPack"); \ +static_assert(sizeof(MetasoundGeneratorHandle_ApplyParameterPack) == 0x000010, "Wrong size on MetasoundGeneratorHandle_ApplyParameterPack"); \ +static_assert(offsetof(MetasoundGeneratorHandle_ApplyParameterPack, Pack) == 0x000000, "Member 'MetasoundGeneratorHandle_ApplyParameterPack::Pack' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_ApplyParameterPack, ReturnValue) == 0x000008, "Member 'MetasoundGeneratorHandle_ApplyParameterPack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundGeneratorHandle_WatchOutput \ +static_assert(alignof(MetasoundGeneratorHandle_WatchOutput) == 0x000004, "Wrong alignment on MetasoundGeneratorHandle_WatchOutput"); \ +static_assert(sizeof(MetasoundGeneratorHandle_WatchOutput) == 0x00002C, "Wrong size on MetasoundGeneratorHandle_WatchOutput"); \ +static_assert(offsetof(MetasoundGeneratorHandle_WatchOutput, OutputName) == 0x000000, "Member 'MetasoundGeneratorHandle_WatchOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_WatchOutput, OnOutputValueChanged) == 0x000008, "Member 'MetasoundGeneratorHandle_WatchOutput::OnOutputValueChanged' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_WatchOutput, AnalyzerName) == 0x000018, "Member 'MetasoundGeneratorHandle_WatchOutput::AnalyzerName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_WatchOutput, AnalyzerOutputName) == 0x000020, "Member 'MetasoundGeneratorHandle_WatchOutput::AnalyzerOutputName' has a wrong offset!"); \ +static_assert(offsetof(MetasoundGeneratorHandle_WatchOutput, ReturnValue) == 0x000028, "Member 'MetasoundGeneratorHandle_WatchOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundGeneratorHandle_EnableRuntimeRenderTiming \ +static_assert(alignof(MetasoundGeneratorHandle_EnableRuntimeRenderTiming) == 0x000001, "Wrong alignment on MetasoundGeneratorHandle_EnableRuntimeRenderTiming"); \ +static_assert(sizeof(MetasoundGeneratorHandle_EnableRuntimeRenderTiming) == 0x000001, "Wrong size on MetasoundGeneratorHandle_EnableRuntimeRenderTiming"); \ +static_assert(offsetof(MetasoundGeneratorHandle_EnableRuntimeRenderTiming, Enable) == 0x000000, "Member 'MetasoundGeneratorHandle_EnableRuntimeRenderTiming::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundGeneratorHandle_GetCPUCoreUtilization \ +static_assert(alignof(MetasoundGeneratorHandle_GetCPUCoreUtilization) == 0x000008, "Wrong alignment on MetasoundGeneratorHandle_GetCPUCoreUtilization"); \ +static_assert(sizeof(MetasoundGeneratorHandle_GetCPUCoreUtilization) == 0x000008, "Wrong size on MetasoundGeneratorHandle_GetCPUCoreUtilization"); \ +static_assert(offsetof(MetasoundGeneratorHandle_GetCPUCoreUtilization, ReturnValue) == 0x000000, "Member 'MetasoundGeneratorHandle_GetCPUCoreUtilization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetasoundGeneratorHandle \ +static_assert(alignof(UMetasoundGeneratorHandle) == 0x000008, "Wrong alignment on UMetasoundGeneratorHandle"); \ +static_assert(sizeof(UMetasoundGeneratorHandle) == 0x000098, "Wrong size on UMetasoundGeneratorHandle"); \ + +#define DUMPER7_ASSERTS_MetaSoundCacheSubsystem_PrecacheMetaSound \ +static_assert(alignof(MetaSoundCacheSubsystem_PrecacheMetaSound) == 0x000008, "Wrong alignment on MetaSoundCacheSubsystem_PrecacheMetaSound"); \ +static_assert(sizeof(MetaSoundCacheSubsystem_PrecacheMetaSound) == 0x000010, "Wrong size on MetaSoundCacheSubsystem_PrecacheMetaSound"); \ +static_assert(offsetof(MetaSoundCacheSubsystem_PrecacheMetaSound, InMetaSound) == 0x000000, "Member 'MetaSoundCacheSubsystem_PrecacheMetaSound::InMetaSound' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundCacheSubsystem_PrecacheMetaSound, InNumInstances) == 0x000008, "Member 'MetaSoundCacheSubsystem_PrecacheMetaSound::InNumInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound \ +static_assert(alignof(MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound) == 0x000008, "Wrong alignment on MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound"); \ +static_assert(sizeof(MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound) == 0x000008, "Wrong size on MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound"); \ +static_assert(offsetof(MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound, InMetaSound) == 0x000000, "Member 'MetaSoundCacheSubsystem_RemoveCachedOperatorsForMetaSound::InMetaSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound \ +static_assert(alignof(MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound) == 0x000008, "Wrong alignment on MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound"); \ +static_assert(sizeof(MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound) == 0x000010, "Wrong size on MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound"); \ +static_assert(offsetof(MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound, InMetaSound) == 0x000000, "Member 'MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound::InMetaSound' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound, InNumInstances) == 0x000008, "Member 'MetaSoundCacheSubsystem_TouchOrPrecacheMetaSound::InNumInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundCacheSubsystem \ +static_assert(alignof(UMetaSoundCacheSubsystem) == 0x000008, "Wrong alignment on UMetaSoundCacheSubsystem"); \ +static_assert(sizeof(UMetaSoundCacheSubsystem) == 0x000070, "Wrong size on UMetaSoundCacheSubsystem"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_GetBool \ +static_assert(alignof(MetasoundOutputBlueprintAccess_GetBool) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_GetBool"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_GetBool) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_GetBool"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetBool, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_GetBool::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetBool, Success) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_GetBool::Success' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetBool, ReturnValue) == 0x000011, "Member 'MetasoundOutputBlueprintAccess_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_GetFloat \ +static_assert(alignof(MetasoundOutputBlueprintAccess_GetFloat) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_GetFloat"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_GetFloat) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_GetFloat"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetFloat, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_GetFloat::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetFloat, Success) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_GetFloat::Success' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetFloat, ReturnValue) == 0x000014, "Member 'MetasoundOutputBlueprintAccess_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_GetInt32 \ +static_assert(alignof(MetasoundOutputBlueprintAccess_GetInt32) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_GetInt32"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_GetInt32) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_GetInt32"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetInt32, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_GetInt32::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetInt32, Success) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_GetInt32::Success' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetInt32, ReturnValue) == 0x000014, "Member 'MetasoundOutputBlueprintAccess_GetInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_GetString \ +static_assert(alignof(MetasoundOutputBlueprintAccess_GetString) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_GetString"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_GetString) == 0x000028, "Wrong size on MetasoundOutputBlueprintAccess_GetString"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetString, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_GetString::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetString, Success) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_GetString::Success' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetString, ReturnValue) == 0x000018, "Member 'MetasoundOutputBlueprintAccess_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_GetTimeSeconds \ +static_assert(alignof(MetasoundOutputBlueprintAccess_GetTimeSeconds) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_GetTimeSeconds"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_GetTimeSeconds) == 0x000020, "Wrong size on MetasoundOutputBlueprintAccess_GetTimeSeconds"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetTimeSeconds, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_GetTimeSeconds::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetTimeSeconds, Success) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_GetTimeSeconds::Success' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_GetTimeSeconds, ReturnValue) == 0x000018, "Member 'MetasoundOutputBlueprintAccess_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_IsBool \ +static_assert(alignof(MetasoundOutputBlueprintAccess_IsBool) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_IsBool"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_IsBool) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_IsBool"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsBool, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_IsBool::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsBool, ReturnValue) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_IsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_IsFloat \ +static_assert(alignof(MetasoundOutputBlueprintAccess_IsFloat) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_IsFloat"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_IsFloat) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_IsFloat"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsFloat, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_IsFloat::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsFloat, ReturnValue) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_IsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_IsInt32 \ +static_assert(alignof(MetasoundOutputBlueprintAccess_IsInt32) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_IsInt32"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_IsInt32) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_IsInt32"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsInt32, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_IsInt32::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsInt32, ReturnValue) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_IsInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_IsString \ +static_assert(alignof(MetasoundOutputBlueprintAccess_IsString) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_IsString"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_IsString) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_IsString"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsString, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_IsString::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsString, ReturnValue) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_IsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetasoundOutputBlueprintAccess_IsTime \ +static_assert(alignof(MetasoundOutputBlueprintAccess_IsTime) == 0x000008, "Wrong alignment on MetasoundOutputBlueprintAccess_IsTime"); \ +static_assert(sizeof(MetasoundOutputBlueprintAccess_IsTime) == 0x000018, "Wrong size on MetasoundOutputBlueprintAccess_IsTime"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsTime, Output) == 0x000000, "Member 'MetasoundOutputBlueprintAccess_IsTime::Output' has a wrong offset!"); \ +static_assert(offsetof(MetasoundOutputBlueprintAccess_IsTime, ReturnValue) == 0x000010, "Member 'MetasoundOutputBlueprintAccess_IsTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetasoundOutputBlueprintAccess \ +static_assert(alignof(UMetasoundOutputBlueprintAccess) == 0x000008, "Wrong alignment on UMetasoundOutputBlueprintAccess"); \ +static_assert(sizeof(UMetasoundOutputBlueprintAccess) == 0x000028, "Wrong size on UMetasoundOutputBlueprintAccess"); \ + +#define DUMPER7_ASSERTS_MetaSoundOutputSubsystem_WatchOutput \ +static_assert(alignof(MetaSoundOutputSubsystem_WatchOutput) == 0x000008, "Wrong alignment on MetaSoundOutputSubsystem_WatchOutput"); \ +static_assert(sizeof(MetaSoundOutputSubsystem_WatchOutput) == 0x000038, "Wrong size on MetaSoundOutputSubsystem_WatchOutput"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, AudioComponent) == 0x000000, "Member 'MetaSoundOutputSubsystem_WatchOutput::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, OutputName) == 0x000008, "Member 'MetaSoundOutputSubsystem_WatchOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, OnOutputValueChanged) == 0x000010, "Member 'MetaSoundOutputSubsystem_WatchOutput::OnOutputValueChanged' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, AnalyzerName) == 0x000020, "Member 'MetaSoundOutputSubsystem_WatchOutput::AnalyzerName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, AnalyzerOutputName) == 0x000028, "Member 'MetaSoundOutputSubsystem_WatchOutput::AnalyzerOutputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundOutputSubsystem_WatchOutput, ReturnValue) == 0x000030, "Member 'MetaSoundOutputSubsystem_WatchOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundOutputSubsystem \ +static_assert(alignof(UMetaSoundOutputSubsystem) == 0x000008, "Wrong alignment on UMetaSoundOutputSubsystem"); \ +static_assert(sizeof(UMetaSoundOutputSubsystem) == 0x000050, "Wrong size on UMetaSoundOutputSubsystem"); \ +static_assert(offsetof(UMetaSoundOutputSubsystem, TrackedGenerators) == 0x000040, "Member 'UMetaSoundOutputSubsystem::TrackedGenerators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundQualityHelper_GetQualityList \ +static_assert(alignof(MetaSoundQualityHelper_GetQualityList) == 0x000008, "Wrong alignment on MetaSoundQualityHelper_GetQualityList"); \ +static_assert(sizeof(MetaSoundQualityHelper_GetQualityList) == 0x000010, "Wrong size on MetaSoundQualityHelper_GetQualityList"); \ +static_assert(offsetof(MetaSoundQualityHelper_GetQualityList, ReturnValue) == 0x000000, "Member 'MetaSoundQualityHelper_GetQualityList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundQualityHelper \ +static_assert(alignof(UMetaSoundQualityHelper) == 0x000008, "Wrong alignment on UMetaSoundQualityHelper"); \ +static_assert(sizeof(UMetaSoundQualityHelper) == 0x000028, "Wrong size on UMetaSoundQualityHelper"); \ + +#define DUMPER7_ASSERTS_UMetaSoundSettings \ +static_assert(alignof(UMetaSoundSettings) == 0x000008, "Wrong alignment on UMetaSoundSettings"); \ +static_assert(sizeof(UMetaSoundSettings) == 0x000090, "Wrong size on UMetaSoundSettings"); \ +static_assert(offsetof(UMetaSoundSettings, bAutoUpdateEnabled) == 0x000038, "Member 'UMetaSoundSettings::bAutoUpdateEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, AutoUpdateDenylist) == 0x000040, "Member 'UMetaSoundSettings::AutoUpdateDenylist' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, AutoUpdateAssetDenylist) == 0x000050, "Member 'UMetaSoundSettings::AutoUpdateAssetDenylist' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, bAutoUpdateLogWarningOnDroppedConnection) == 0x000060, "Member 'UMetaSoundSettings::bAutoUpdateLogWarningOnDroppedConnection' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, DirectoriesToRegister) == 0x000068, "Member 'UMetaSoundSettings::DirectoriesToRegister' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, DenyListCacheChangeID) == 0x000078, "Member 'UMetaSoundSettings::DenyListCacheChangeID' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSettings, QualitySettings) == 0x000080, "Member 'UMetaSoundSettings::QualitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetasoundEditorGraphBase \ +static_assert(alignof(UMetasoundEditorGraphBase) == 0x000008, "Wrong alignment on UMetasoundEditorGraphBase"); \ +static_assert(sizeof(UMetasoundEditorGraphBase) == 0x000060, "Wrong size on UMetasoundEditorGraphBase"); \ + +#define DUMPER7_ASSERTS_UMetaSoundPatch \ +static_assert(alignof(UMetaSoundPatch) == 0x000008, "Wrong alignment on UMetaSoundPatch"); \ +static_assert(sizeof(UMetaSoundPatch) == 0x000348, "Wrong size on UMetaSoundPatch"); \ +static_assert(offsetof(UMetaSoundPatch, RootMetaSoundDocument) == 0x000070, "Member 'UMetaSoundPatch::RootMetaSoundDocument' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundPatch, ReferencedAssetClassKeys) == 0x000240, "Member 'UMetaSoundPatch::ReferencedAssetClassKeys' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundPatch, ReferencedAssetClassObjects) == 0x000290, "Member 'UMetaSoundPatch::ReferencedAssetClassObjects' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundPatch, ReferenceAssetClassCache) == 0x0002E0, "Member 'UMetaSoundPatch::ReferenceAssetClassCache' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundPatch, AssetClassID) == 0x000330, "Member 'UMetaSoundPatch::AssetClassID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories \ +static_assert(alignof(MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories) == 0x000008, "Wrong alignment on MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories"); \ +static_assert(sizeof(MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories) == 0x000010, "Wrong size on MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories"); \ +static_assert(offsetof(MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories, Directories) == 0x000000, "Member 'MetaSoundAssetSubsystem_RegisterAssetClassesInDirectories::Directories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories \ +static_assert(alignof(MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories) == 0x000008, "Wrong alignment on MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories"); \ +static_assert(sizeof(MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories) == 0x000010, "Wrong size on MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories"); \ +static_assert(offsetof(MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories, Directories) == 0x000000, "Member 'MetaSoundAssetSubsystem_UnregisterAssetClassesInDirectories::Directories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundAssetSubsystem \ +static_assert(alignof(UMetaSoundAssetSubsystem) == 0x000008, "Wrong alignment on UMetaSoundAssetSubsystem"); \ +static_assert(sizeof(UMetaSoundAssetSubsystem) == 0x0001E0, "Wrong size on UMetaSoundAssetSubsystem"); \ +static_assert(offsetof(UMetaSoundAssetSubsystem, LoadingDependencies) == 0x000038, "Member 'UMetaSoundAssetSubsystem::LoadingDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_AddGraphInputNode \ +static_assert(alignof(MetaSoundBuilderBase_AddGraphInputNode) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_AddGraphInputNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_AddGraphInputNode) == 0x000090, "Wrong size on MetaSoundBuilderBase_AddGraphInputNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, Name_0) == 0x000000, "Member 'MetaSoundBuilderBase_AddGraphInputNode::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, DataType) == 0x000008, "Member 'MetaSoundBuilderBase_AddGraphInputNode::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, DefaultValue) == 0x000010, "Member 'MetaSoundBuilderBase_AddGraphInputNode::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, OutResult) == 0x000068, "Member 'MetaSoundBuilderBase_AddGraphInputNode::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, bIsConstructorInput) == 0x000069, "Member 'MetaSoundBuilderBase_AddGraphInputNode::bIsConstructorInput' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphInputNode, ReturnValue) == 0x00006C, "Member 'MetaSoundBuilderBase_AddGraphInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_AddGraphOutputNode \ +static_assert(alignof(MetaSoundBuilderBase_AddGraphOutputNode) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_AddGraphOutputNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_AddGraphOutputNode) == 0x000090, "Wrong size on MetaSoundBuilderBase_AddGraphOutputNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, Name_0) == 0x000000, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, DataType) == 0x000008, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, DefaultValue) == 0x000010, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, OutResult) == 0x000068, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, bIsConstructorOutput) == 0x000069, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::bIsConstructorOutput' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddGraphOutputNode, ReturnValue) == 0x00006C, "Member 'MetaSoundBuilderBase_AddGraphOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_AddInterface \ +static_assert(alignof(MetaSoundBuilderBase_AddInterface) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_AddInterface"); \ +static_assert(sizeof(MetaSoundBuilderBase_AddInterface) == 0x00000C, "Wrong size on MetaSoundBuilderBase_AddInterface"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddInterface, InterfaceName) == 0x000000, "Member 'MetaSoundBuilderBase_AddInterface::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddInterface, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_AddInterface::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_AddNode \ +static_assert(alignof(MetaSoundBuilderBase_AddNode) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_AddNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_AddNode) == 0x000028, "Wrong size on MetaSoundBuilderBase_AddNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNode, NodeClass) == 0x000000, "Member 'MetaSoundBuilderBase_AddNode::NodeClass' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNode, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_AddNode::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNode, ReturnValue) == 0x000014, "Member 'MetaSoundBuilderBase_AddNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_AddNodeByClassName \ +static_assert(alignof(MetaSoundBuilderBase_AddNodeByClassName) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_AddNodeByClassName"); \ +static_assert(sizeof(MetaSoundBuilderBase_AddNodeByClassName) == 0x000030, "Wrong size on MetaSoundBuilderBase_AddNodeByClassName"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNodeByClassName, ClassName) == 0x000000, "Member 'MetaSoundBuilderBase_AddNodeByClassName::ClassName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNodeByClassName, OutResult) == 0x000018, "Member 'MetaSoundBuilderBase_AddNodeByClassName::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNodeByClassName, MajorVersion) == 0x00001C, "Member 'MetaSoundBuilderBase_AddNodeByClassName::MajorVersion' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_AddNodeByClassName, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_AddNodeByClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs) == 0x000028, "Wrong size on MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderBase_ConnectNodeInputsToMatchingGraphInterfaceInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodeInputToGraphInput \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodeInputToGraphInput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ConnectNodeInputToGraphInput"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodeInputToGraphInput) == 0x00002C, "Wrong size on MetaSoundBuilderBase_ConnectNodeInputToGraphInput"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputToGraphInput, GraphInputName) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodeInputToGraphInput::GraphInputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputToGraphInput, NodeInputHandle) == 0x000008, "Member 'MetaSoundBuilderBase_ConnectNodeInputToGraphInput::NodeInputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeInputToGraphInput, OutResult) == 0x000028, "Member 'MetaSoundBuilderBase_ConnectNodeInputToGraphInput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs) == 0x000028, "Wrong size on MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderBase_ConnectNodeOutputsToMatchingGraphInterfaceOutputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput) == 0x00002C, "Wrong size on MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput, GraphOutputName) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput::GraphOutputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput, NodeOutputHandle) == 0x000008, "Member 'MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput::NodeOutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput, OutResult) == 0x000028, "Member 'MetaSoundBuilderBase_ConnectNodeOutputToGraphOutput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodes \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodes) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ConnectNodes"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodes) == 0x000044, "Wrong size on MetaSoundBuilderBase_ConnectNodes"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodes, NodeOutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodes::NodeOutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodes, NodeInputHandle) == 0x000020, "Member 'MetaSoundBuilderBase_ConnectNodes::NodeInputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodes, OutResult) == 0x000040, "Member 'MetaSoundBuilderBase_ConnectNodes::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConnectNodesByInterfaceBindings \ +static_assert(alignof(MetaSoundBuilderBase_ConnectNodesByInterfaceBindings) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ConnectNodesByInterfaceBindings"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConnectNodesByInterfaceBindings) == 0x000024, "Wrong size on MetaSoundBuilderBase_ConnectNodesByInterfaceBindings"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodesByInterfaceBindings, FromNodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_ConnectNodesByInterfaceBindings::FromNodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodesByInterfaceBindings, ToNodeHandle) == 0x000010, "Member 'MetaSoundBuilderBase_ConnectNodesByInterfaceBindings::ToNodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConnectNodesByInterfaceBindings, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_ConnectNodesByInterfaceBindings::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConvertFromPreset \ +static_assert(alignof(MetaSoundBuilderBase_ConvertFromPreset) == 0x000001, "Wrong alignment on MetaSoundBuilderBase_ConvertFromPreset"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConvertFromPreset) == 0x000001, "Wrong size on MetaSoundBuilderBase_ConvertFromPreset"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConvertFromPreset, OutResult) == 0x000000, "Member 'MetaSoundBuilderBase_ConvertFromPreset::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ConvertToPreset \ +static_assert(alignof(MetaSoundBuilderBase_ConvertToPreset) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_ConvertToPreset"); \ +static_assert(sizeof(MetaSoundBuilderBase_ConvertToPreset) == 0x000018, "Wrong size on MetaSoundBuilderBase_ConvertToPreset"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConvertToPreset, ReferencedNodeClass) == 0x000000, "Member 'MetaSoundBuilderBase_ConvertToPreset::ReferencedNodeClass' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ConvertToPreset, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_ConvertToPreset::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_DisconnectNodeInput \ +static_assert(alignof(MetaSoundBuilderBase_DisconnectNodeInput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_DisconnectNodeInput"); \ +static_assert(sizeof(MetaSoundBuilderBase_DisconnectNodeInput) == 0x000024, "Wrong size on MetaSoundBuilderBase_DisconnectNodeInput"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodeInput, NodeInputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_DisconnectNodeInput::NodeInputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodeInput, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_DisconnectNodeInput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_DisconnectNodeOutput \ +static_assert(alignof(MetaSoundBuilderBase_DisconnectNodeOutput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_DisconnectNodeOutput"); \ +static_assert(sizeof(MetaSoundBuilderBase_DisconnectNodeOutput) == 0x000024, "Wrong size on MetaSoundBuilderBase_DisconnectNodeOutput"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodeOutput, NodeOutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_DisconnectNodeOutput::NodeOutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodeOutput, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_DisconnectNodeOutput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_DisconnectNodes \ +static_assert(alignof(MetaSoundBuilderBase_DisconnectNodes) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_DisconnectNodes"); \ +static_assert(sizeof(MetaSoundBuilderBase_DisconnectNodes) == 0x000044, "Wrong size on MetaSoundBuilderBase_DisconnectNodes"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodes, NodeOutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_DisconnectNodes::NodeOutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodes, NodeInputHandle) == 0x000020, "Member 'MetaSoundBuilderBase_DisconnectNodes::NodeInputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodes, OutResult) == 0x000040, "Member 'MetaSoundBuilderBase_DisconnectNodes::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings \ +static_assert(alignof(MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings"); \ +static_assert(sizeof(MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings) == 0x000024, "Wrong size on MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings, FromNodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings::FromNodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings, ToNodeHandle) == 0x000010, "Member 'MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings::ToNodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_DisconnectNodesByInterfaceBindings::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindGraphInputNode \ +static_assert(alignof(MetaSoundBuilderBase_FindGraphInputNode) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindGraphInputNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindGraphInputNode) == 0x00001C, "Wrong size on MetaSoundBuilderBase_FindGraphInputNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphInputNode, InputName) == 0x000000, "Member 'MetaSoundBuilderBase_FindGraphInputNode::InputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphInputNode, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_FindGraphInputNode::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphInputNode, ReturnValue) == 0x00000C, "Member 'MetaSoundBuilderBase_FindGraphInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindGraphOutputNode \ +static_assert(alignof(MetaSoundBuilderBase_FindGraphOutputNode) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindGraphOutputNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindGraphOutputNode) == 0x00001C, "Wrong size on MetaSoundBuilderBase_FindGraphOutputNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphOutputNode, OutputName) == 0x000000, "Member 'MetaSoundBuilderBase_FindGraphOutputNode::OutputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphOutputNode, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_FindGraphOutputNode::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindGraphOutputNode, ReturnValue) == 0x00000C, "Member 'MetaSoundBuilderBase_FindGraphOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindInterfaceInputNodes \ +static_assert(alignof(MetaSoundBuilderBase_FindInterfaceInputNodes) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindInterfaceInputNodes"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindInterfaceInputNodes) == 0x000020, "Wrong size on MetaSoundBuilderBase_FindInterfaceInputNodes"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceInputNodes, InterfaceName) == 0x000000, "Member 'MetaSoundBuilderBase_FindInterfaceInputNodes::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceInputNodes, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_FindInterfaceInputNodes::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceInputNodes, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderBase_FindInterfaceInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindInterfaceOutputNodes \ +static_assert(alignof(MetaSoundBuilderBase_FindInterfaceOutputNodes) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindInterfaceOutputNodes"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindInterfaceOutputNodes) == 0x000020, "Wrong size on MetaSoundBuilderBase_FindInterfaceOutputNodes"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceOutputNodes, InterfaceName) == 0x000000, "Member 'MetaSoundBuilderBase_FindInterfaceOutputNodes::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceOutputNodes, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_FindInterfaceOutputNodes::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindInterfaceOutputNodes, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderBase_FindInterfaceOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeClassVersion \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeClassVersion) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindNodeClassVersion"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeClassVersion) == 0x000024, "Wrong size on MetaSoundBuilderBase_FindNodeClassVersion"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeClassVersion, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeClassVersion::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeClassVersion, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeClassVersion::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeClassVersion, ReturnValue) == 0x000014, "Member 'MetaSoundBuilderBase_FindNodeClassVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeInputByName \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeInputByName) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindNodeInputByName"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeInputByName) == 0x00003C, "Wrong size on MetaSoundBuilderBase_FindNodeInputByName"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputByName, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeInputByName::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputByName, InputName) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeInputByName::InputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputByName, OutResult) == 0x000018, "Member 'MetaSoundBuilderBase_FindNodeInputByName::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputByName, ReturnValue) == 0x00001C, "Member 'MetaSoundBuilderBase_FindNodeInputByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeInputParent \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeInputParent) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindNodeInputParent"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeInputParent) == 0x000034, "Wrong size on MetaSoundBuilderBase_FindNodeInputParent"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputParent, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeInputParent::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputParent, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_FindNodeInputParent::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputParent, ReturnValue) == 0x000024, "Member 'MetaSoundBuilderBase_FindNodeInputParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeInputs \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeInputs) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindNodeInputs"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeInputs) == 0x000028, "Wrong size on MetaSoundBuilderBase_FindNodeInputs"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputs, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeInputs::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputs, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeInputs::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputs, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderBase_FindNodeInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeInputsByDataType \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeInputsByDataType) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindNodeInputsByDataType"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeInputsByDataType) == 0x000030, "Wrong size on MetaSoundBuilderBase_FindNodeInputsByDataType"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputsByDataType, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeInputsByDataType::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputsByDataType, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeInputsByDataType::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputsByDataType, DataType) == 0x000014, "Member 'MetaSoundBuilderBase_FindNodeInputsByDataType::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeInputsByDataType, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_FindNodeInputsByDataType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeOutputByName \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeOutputByName) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindNodeOutputByName"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeOutputByName) == 0x00003C, "Wrong size on MetaSoundBuilderBase_FindNodeOutputByName"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputByName, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeOutputByName::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputByName, OutputName) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeOutputByName::OutputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputByName, OutResult) == 0x000018, "Member 'MetaSoundBuilderBase_FindNodeOutputByName::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputByName, ReturnValue) == 0x00001C, "Member 'MetaSoundBuilderBase_FindNodeOutputByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeOutputParent \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeOutputParent) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_FindNodeOutputParent"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeOutputParent) == 0x000034, "Wrong size on MetaSoundBuilderBase_FindNodeOutputParent"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputParent, OutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeOutputParent::OutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputParent, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_FindNodeOutputParent::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputParent, ReturnValue) == 0x000024, "Member 'MetaSoundBuilderBase_FindNodeOutputParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeOutputs \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeOutputs) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindNodeOutputs"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeOutputs) == 0x000028, "Wrong size on MetaSoundBuilderBase_FindNodeOutputs"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputs, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeOutputs::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputs, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeOutputs::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputs, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderBase_FindNodeOutputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_FindNodeOutputsByDataType \ +static_assert(alignof(MetaSoundBuilderBase_FindNodeOutputsByDataType) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_FindNodeOutputsByDataType"); \ +static_assert(sizeof(MetaSoundBuilderBase_FindNodeOutputsByDataType) == 0x000030, "Wrong size on MetaSoundBuilderBase_FindNodeOutputsByDataType"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputsByDataType, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_FindNodeOutputsByDataType::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputsByDataType, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_FindNodeOutputsByDataType::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputsByDataType, DataType) == 0x000014, "Member 'MetaSoundBuilderBase_FindNodeOutputsByDataType::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_FindNodeOutputsByDataType, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_FindNodeOutputsByDataType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeInputClassDefault \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeInputClassDefault) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_GetNodeInputClassDefault"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeInputClassDefault) == 0x000080, "Wrong size on MetaSoundBuilderBase_GetNodeInputClassDefault"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputClassDefault, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeInputClassDefault::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputClassDefault, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeInputClassDefault::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputClassDefault, ReturnValue) == 0x000028, "Member 'MetaSoundBuilderBase_GetNodeInputClassDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeInputData \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeInputData) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_GetNodeInputData"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeInputData) == 0x000034, "Wrong size on MetaSoundBuilderBase_GetNodeInputData"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputData, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeInputData::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputData, Name_0) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeInputData::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputData, DataType) == 0x000028, "Member 'MetaSoundBuilderBase_GetNodeInputData::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputData, OutResult) == 0x000030, "Member 'MetaSoundBuilderBase_GetNodeInputData::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeInputDefault \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeInputDefault) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_GetNodeInputDefault"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeInputDefault) == 0x000080, "Wrong size on MetaSoundBuilderBase_GetNodeInputDefault"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputDefault, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeInputDefault::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputDefault, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeInputDefault::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputDefault, ReturnValue) == 0x000028, "Member 'MetaSoundBuilderBase_GetNodeInputDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeOutputData \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeOutputData) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_GetNodeOutputData"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeOutputData) == 0x000034, "Wrong size on MetaSoundBuilderBase_GetNodeOutputData"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputData, OutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeOutputData::OutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputData, Name_0) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeOutputData::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputData, DataType) == 0x000028, "Member 'MetaSoundBuilderBase_GetNodeOutputData::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputData, OutResult) == 0x000030, "Member 'MetaSoundBuilderBase_GetNodeOutputData::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_RemoveGraphInput \ +static_assert(alignof(MetaSoundBuilderBase_RemoveGraphInput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_RemoveGraphInput"); \ +static_assert(sizeof(MetaSoundBuilderBase_RemoveGraphInput) == 0x00000C, "Wrong size on MetaSoundBuilderBase_RemoveGraphInput"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveGraphInput, Name_0) == 0x000000, "Member 'MetaSoundBuilderBase_RemoveGraphInput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveGraphInput, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_RemoveGraphInput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_RemoveGraphOutput \ +static_assert(alignof(MetaSoundBuilderBase_RemoveGraphOutput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_RemoveGraphOutput"); \ +static_assert(sizeof(MetaSoundBuilderBase_RemoveGraphOutput) == 0x00000C, "Wrong size on MetaSoundBuilderBase_RemoveGraphOutput"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveGraphOutput, Name_0) == 0x000000, "Member 'MetaSoundBuilderBase_RemoveGraphOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveGraphOutput, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_RemoveGraphOutput::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_RemoveInterface \ +static_assert(alignof(MetaSoundBuilderBase_RemoveInterface) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_RemoveInterface"); \ +static_assert(sizeof(MetaSoundBuilderBase_RemoveInterface) == 0x00000C, "Wrong size on MetaSoundBuilderBase_RemoveInterface"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveInterface, InterfaceName) == 0x000000, "Member 'MetaSoundBuilderBase_RemoveInterface::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveInterface, OutResult) == 0x000008, "Member 'MetaSoundBuilderBase_RemoveInterface::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_RemoveNode \ +static_assert(alignof(MetaSoundBuilderBase_RemoveNode) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_RemoveNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_RemoveNode) == 0x000014, "Wrong size on MetaSoundBuilderBase_RemoveNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveNode, NodeHandle) == 0x000000, "Member 'MetaSoundBuilderBase_RemoveNode::NodeHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveNode, OutResult) == 0x000010, "Member 'MetaSoundBuilderBase_RemoveNode::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_RemoveNodeInputDefault \ +static_assert(alignof(MetaSoundBuilderBase_RemoveNodeInputDefault) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_RemoveNodeInputDefault"); \ +static_assert(sizeof(MetaSoundBuilderBase_RemoveNodeInputDefault) == 0x000024, "Wrong size on MetaSoundBuilderBase_RemoveNodeInputDefault"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveNodeInputDefault, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_RemoveNodeInputDefault::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_RemoveNodeInputDefault, OutResult) == 0x000020, "Member 'MetaSoundBuilderBase_RemoveNodeInputDefault::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_SetGraphInputDefault \ +static_assert(alignof(MetaSoundBuilderBase_SetGraphInputDefault) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_SetGraphInputDefault"); \ +static_assert(sizeof(MetaSoundBuilderBase_SetGraphInputDefault) == 0x000068, "Wrong size on MetaSoundBuilderBase_SetGraphInputDefault"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetGraphInputDefault, InputName) == 0x000000, "Member 'MetaSoundBuilderBase_SetGraphInputDefault::InputName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetGraphInputDefault, Literal) == 0x000008, "Member 'MetaSoundBuilderBase_SetGraphInputDefault::Literal' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetGraphInputDefault, OutResult) == 0x000060, "Member 'MetaSoundBuilderBase_SetGraphInputDefault::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_SetNodeInputDefault \ +static_assert(alignof(MetaSoundBuilderBase_SetNodeInputDefault) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_SetNodeInputDefault"); \ +static_assert(sizeof(MetaSoundBuilderBase_SetNodeInputDefault) == 0x000080, "Wrong size on MetaSoundBuilderBase_SetNodeInputDefault"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetNodeInputDefault, NodeInputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_SetNodeInputDefault::NodeInputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetNodeInputDefault, Literal) == 0x000020, "Member 'MetaSoundBuilderBase_SetNodeInputDefault::Literal' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_SetNodeInputDefault, OutResult) == 0x000078, "Member 'MetaSoundBuilderBase_SetNodeInputDefault::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ContainsNode \ +static_assert(alignof(MetaSoundBuilderBase_ContainsNode) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ContainsNode"); \ +static_assert(sizeof(MetaSoundBuilderBase_ContainsNode) == 0x000014, "Wrong size on MetaSoundBuilderBase_ContainsNode"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNode, Node) == 0x000000, "Member 'MetaSoundBuilderBase_ContainsNode::Node' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNode, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderBase_ContainsNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ContainsNodeInput \ +static_assert(alignof(MetaSoundBuilderBase_ContainsNodeInput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ContainsNodeInput"); \ +static_assert(sizeof(MetaSoundBuilderBase_ContainsNodeInput) == 0x000024, "Wrong size on MetaSoundBuilderBase_ContainsNodeInput"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNodeInput, Input) == 0x000000, "Member 'MetaSoundBuilderBase_ContainsNodeInput::Input' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNodeInput, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_ContainsNodeInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_ContainsNodeOutput \ +static_assert(alignof(MetaSoundBuilderBase_ContainsNodeOutput) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_ContainsNodeOutput"); \ +static_assert(sizeof(MetaSoundBuilderBase_ContainsNodeOutput) == 0x000024, "Wrong size on MetaSoundBuilderBase_ContainsNodeOutput"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNodeOutput, Output) == 0x000000, "Member 'MetaSoundBuilderBase_ContainsNodeOutput::Output' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_ContainsNodeOutput, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_ContainsNodeOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeInputIsConstructorPin \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeInputIsConstructorPin) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_GetNodeInputIsConstructorPin"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeInputIsConstructorPin) == 0x000024, "Wrong size on MetaSoundBuilderBase_GetNodeInputIsConstructorPin"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputIsConstructorPin, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeInputIsConstructorPin::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeInputIsConstructorPin, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeInputIsConstructorPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetNodeOutputIsConstructorPin \ +static_assert(alignof(MetaSoundBuilderBase_GetNodeOutputIsConstructorPin) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_GetNodeOutputIsConstructorPin"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetNodeOutputIsConstructorPin) == 0x000024, "Wrong size on MetaSoundBuilderBase_GetNodeOutputIsConstructorPin"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputIsConstructorPin, OutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_GetNodeOutputIsConstructorPin::OutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetNodeOutputIsConstructorPin, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_GetNodeOutputIsConstructorPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_GetReferencedPresetAsset \ +static_assert(alignof(MetaSoundBuilderBase_GetReferencedPresetAsset) == 0x000008, "Wrong alignment on MetaSoundBuilderBase_GetReferencedPresetAsset"); \ +static_assert(sizeof(MetaSoundBuilderBase_GetReferencedPresetAsset) == 0x000008, "Wrong size on MetaSoundBuilderBase_GetReferencedPresetAsset"); \ +static_assert(offsetof(MetaSoundBuilderBase_GetReferencedPresetAsset, ReturnValue) == 0x000000, "Member 'MetaSoundBuilderBase_GetReferencedPresetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_InterfaceIsDeclared \ +static_assert(alignof(MetaSoundBuilderBase_InterfaceIsDeclared) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_InterfaceIsDeclared"); \ +static_assert(sizeof(MetaSoundBuilderBase_InterfaceIsDeclared) == 0x00000C, "Wrong size on MetaSoundBuilderBase_InterfaceIsDeclared"); \ +static_assert(offsetof(MetaSoundBuilderBase_InterfaceIsDeclared, InterfaceName) == 0x000000, "Member 'MetaSoundBuilderBase_InterfaceIsDeclared::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_InterfaceIsDeclared, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderBase_InterfaceIsDeclared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_IsPreset \ +static_assert(alignof(MetaSoundBuilderBase_IsPreset) == 0x000001, "Wrong alignment on MetaSoundBuilderBase_IsPreset"); \ +static_assert(sizeof(MetaSoundBuilderBase_IsPreset) == 0x000001, "Wrong size on MetaSoundBuilderBase_IsPreset"); \ +static_assert(offsetof(MetaSoundBuilderBase_IsPreset, ReturnValue) == 0x000000, "Member 'MetaSoundBuilderBase_IsPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_NodeInputIsConnected \ +static_assert(alignof(MetaSoundBuilderBase_NodeInputIsConnected) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_NodeInputIsConnected"); \ +static_assert(sizeof(MetaSoundBuilderBase_NodeInputIsConnected) == 0x000024, "Wrong size on MetaSoundBuilderBase_NodeInputIsConnected"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodeInputIsConnected, InputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_NodeInputIsConnected::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodeInputIsConnected, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_NodeInputIsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_NodeOutputIsConnected \ +static_assert(alignof(MetaSoundBuilderBase_NodeOutputIsConnected) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_NodeOutputIsConnected"); \ +static_assert(sizeof(MetaSoundBuilderBase_NodeOutputIsConnected) == 0x000024, "Wrong size on MetaSoundBuilderBase_NodeOutputIsConnected"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodeOutputIsConnected, OutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_NodeOutputIsConnected::OutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodeOutputIsConnected, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderBase_NodeOutputIsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderBase_NodesAreConnected \ +static_assert(alignof(MetaSoundBuilderBase_NodesAreConnected) == 0x000004, "Wrong alignment on MetaSoundBuilderBase_NodesAreConnected"); \ +static_assert(sizeof(MetaSoundBuilderBase_NodesAreConnected) == 0x000044, "Wrong size on MetaSoundBuilderBase_NodesAreConnected"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodesAreConnected, OutputHandle) == 0x000000, "Member 'MetaSoundBuilderBase_NodesAreConnected::OutputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodesAreConnected, InputHandle) == 0x000020, "Member 'MetaSoundBuilderBase_NodesAreConnected::InputHandle' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderBase_NodesAreConnected, ReturnValue) == 0x000040, "Member 'MetaSoundBuilderBase_NodesAreConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundBuilderBase \ +static_assert(alignof(UMetaSoundBuilderBase) == 0x000008, "Wrong alignment on UMetaSoundBuilderBase"); \ +static_assert(sizeof(UMetaSoundBuilderBase) == 0x000068, "Wrong size on UMetaSoundBuilderBase"); \ +static_assert(offsetof(UMetaSoundBuilderBase, Builder) == 0x000028, "Member 'UMetaSoundBuilderBase::Builder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundPatchBuilder_Build \ +static_assert(alignof(MetaSoundPatchBuilder_Build) == 0x000008, "Wrong alignment on MetaSoundPatchBuilder_Build"); \ +static_assert(sizeof(MetaSoundPatchBuilder_Build) == 0x000038, "Wrong size on MetaSoundPatchBuilder_Build"); \ +static_assert(offsetof(MetaSoundPatchBuilder_Build, Parent) == 0x000000, "Member 'MetaSoundPatchBuilder_Build::Parent' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundPatchBuilder_Build, Options) == 0x000008, "Member 'MetaSoundPatchBuilder_Build::Options' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundPatchBuilder_Build, ReturnValue) == 0x000028, "Member 'MetaSoundPatchBuilder_Build::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundPatchBuilder \ +static_assert(alignof(UMetaSoundPatchBuilder) == 0x000008, "Wrong alignment on UMetaSoundPatchBuilder"); \ +static_assert(sizeof(UMetaSoundPatchBuilder) == 0x000068, "Wrong size on UMetaSoundPatchBuilder"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_Audition \ +static_assert(alignof(MetaSoundSourceBuilder_Audition) == 0x000008, "Wrong alignment on MetaSoundSourceBuilder_Audition"); \ +static_assert(sizeof(MetaSoundSourceBuilder_Audition) == 0x000028, "Wrong size on MetaSoundSourceBuilder_Audition"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Audition, Parent) == 0x000000, "Member 'MetaSoundSourceBuilder_Audition::Parent' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Audition, AudioComponent) == 0x000008, "Member 'MetaSoundSourceBuilder_Audition::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Audition, OnCreateGenerator) == 0x000010, "Member 'MetaSoundSourceBuilder_Audition::OnCreateGenerator' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Audition, bLiveUpdatesEnabled) == 0x000020, "Member 'MetaSoundSourceBuilder_Audition::bLiveUpdatesEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_SetBlockRateOverride \ +static_assert(alignof(MetaSoundSourceBuilder_SetBlockRateOverride) == 0x000004, "Wrong alignment on MetaSoundSourceBuilder_SetBlockRateOverride"); \ +static_assert(sizeof(MetaSoundSourceBuilder_SetBlockRateOverride) == 0x000004, "Wrong size on MetaSoundSourceBuilder_SetBlockRateOverride"); \ +static_assert(offsetof(MetaSoundSourceBuilder_SetBlockRateOverride, BlockRate) == 0x000000, "Member 'MetaSoundSourceBuilder_SetBlockRateOverride::BlockRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_SetFormat \ +static_assert(alignof(MetaSoundSourceBuilder_SetFormat) == 0x000001, "Wrong alignment on MetaSoundSourceBuilder_SetFormat"); \ +static_assert(sizeof(MetaSoundSourceBuilder_SetFormat) == 0x000002, "Wrong size on MetaSoundSourceBuilder_SetFormat"); \ +static_assert(offsetof(MetaSoundSourceBuilder_SetFormat, OutputFormat) == 0x000000, "Member 'MetaSoundSourceBuilder_SetFormat::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_SetFormat, OutResult) == 0x000001, "Member 'MetaSoundSourceBuilder_SetFormat::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_SetQuality \ +static_assert(alignof(MetaSoundSourceBuilder_SetQuality) == 0x000004, "Wrong alignment on MetaSoundSourceBuilder_SetQuality"); \ +static_assert(sizeof(MetaSoundSourceBuilder_SetQuality) == 0x000008, "Wrong size on MetaSoundSourceBuilder_SetQuality"); \ +static_assert(offsetof(MetaSoundSourceBuilder_SetQuality, Quality) == 0x000000, "Member 'MetaSoundSourceBuilder_SetQuality::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_SetSampleRateOverride \ +static_assert(alignof(MetaSoundSourceBuilder_SetSampleRateOverride) == 0x000004, "Wrong alignment on MetaSoundSourceBuilder_SetSampleRateOverride"); \ +static_assert(sizeof(MetaSoundSourceBuilder_SetSampleRateOverride) == 0x000004, "Wrong size on MetaSoundSourceBuilder_SetSampleRateOverride"); \ +static_assert(offsetof(MetaSoundSourceBuilder_SetSampleRateOverride, SampleRate) == 0x000000, "Member 'MetaSoundSourceBuilder_SetSampleRateOverride::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_Build \ +static_assert(alignof(MetaSoundSourceBuilder_Build) == 0x000008, "Wrong alignment on MetaSoundSourceBuilder_Build"); \ +static_assert(sizeof(MetaSoundSourceBuilder_Build) == 0x000038, "Wrong size on MetaSoundSourceBuilder_Build"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Build, Parent) == 0x000000, "Member 'MetaSoundSourceBuilder_Build::Parent' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Build, Options) == 0x000008, "Member 'MetaSoundSourceBuilder_Build::Options' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundSourceBuilder_Build, ReturnValue) == 0x000028, "Member 'MetaSoundSourceBuilder_Build::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundSourceBuilder_GetLiveUpdatesEnabled \ +static_assert(alignof(MetaSoundSourceBuilder_GetLiveUpdatesEnabled) == 0x000001, "Wrong alignment on MetaSoundSourceBuilder_GetLiveUpdatesEnabled"); \ +static_assert(sizeof(MetaSoundSourceBuilder_GetLiveUpdatesEnabled) == 0x000001, "Wrong size on MetaSoundSourceBuilder_GetLiveUpdatesEnabled"); \ +static_assert(offsetof(MetaSoundSourceBuilder_GetLiveUpdatesEnabled, ReturnValue) == 0x000000, "Member 'MetaSoundSourceBuilder_GetLiveUpdatesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundSourceBuilder \ +static_assert(alignof(UMetaSoundSourceBuilder) == 0x000008, "Wrong alignment on UMetaSoundSourceBuilder"); \ +static_assert(sizeof(UMetaSoundSourceBuilder) == 0x000080, "Wrong size on UMetaSoundSourceBuilder"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral) == 0x000070, "Wrong size on MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral, DataType) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateBoolArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral) == 0x000068, "Wrong size on MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral, DataType) == 0x000004, "Member 'MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateBoolMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral) == 0x000070, "Wrong size on MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral, DataType) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateFloatArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral) == 0x000068, "Wrong size on MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral, DataType) == 0x000004, "Member 'MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateFloatMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral) == 0x000070, "Wrong size on MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral, DataType) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateIntArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral) == 0x000068, "Wrong size on MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral, DataType) == 0x000004, "Member 'MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateIntMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam) == 0x0000F8, "Wrong size on MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam, Param) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam::Param' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam, ReturnValue) == 0x0000A0, "Member 'MetaSoundBuilderSubsystem_CreateMetaSoundLiteralFromParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral) == 0x000068, "Wrong size on MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateObjectArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral) == 0x000060, "Wrong size on MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_CreateObjectMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreatePatchBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreatePatchBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreatePatchBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreatePatchBuilder) == 0x000018, "Wrong size on MetaSoundBuilderSubsystem_CreatePatchBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreatePatchBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchBuilder, OutResult) == 0x000008, "Member 'MetaSoundBuilderSubsystem_CreatePatchBuilder::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchBuilder, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreatePatchBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreatePatchPresetBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreatePatchPresetBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder) == 0x000028, "Wrong size on MetaSoundBuilderSubsystem_CreatePatchPresetBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreatePatchPresetBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder, ReferencedPatchClass) == 0x000008, "Member 'MetaSoundBuilderSubsystem_CreatePatchPresetBuilder::ReferencedPatchClass' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder, OutResult) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreatePatchPresetBuilder::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreatePatchPresetBuilder, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderSubsystem_CreatePatchPresetBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateSourceBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateSourceBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateSourceBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateSourceBuilder) == 0x000068, "Wrong size on MetaSoundBuilderSubsystem_CreateSourceBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, OnPlayNodeOutput) == 0x000008, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::OnPlayNodeOutput' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, OnFinishedNodeInput) == 0x000028, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::OnFinishedNodeInput' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, AudioOutNodeInputs) == 0x000048, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::AudioOutNodeInputs' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, OutResult) == 0x000058, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, OutputFormat) == 0x000059, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, bIsOneShot) == 0x00005A, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::bIsOneShot' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourceBuilder, ReturnValue) == 0x000060, "Member 'MetaSoundBuilderSubsystem_CreateSourceBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateSourcePresetBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateSourcePresetBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder) == 0x000028, "Wrong size on MetaSoundBuilderSubsystem_CreateSourcePresetBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateSourcePresetBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder, ReferencedSourceClass) == 0x000008, "Member 'MetaSoundBuilderSubsystem_CreateSourcePresetBuilder::ReferencedSourceClass' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder, OutResult) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateSourcePresetBuilder::OutResult' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateSourcePresetBuilder, ReturnValue) == 0x000020, "Member 'MetaSoundBuilderSubsystem_CreateSourcePresetBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral) == 0x000070, "Wrong size on MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral, DataType) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateStringArrayMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral \ +static_assert(alignof(MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral) == 0x000070, "Wrong size on MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral, Value) == 0x000000, "Member 'MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral::Value' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral, DataType) == 0x000010, "Member 'MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral::DataType' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral, ReturnValue) == 0x000018, "Member 'MetaSoundBuilderSubsystem_CreateStringMetaSoundLiteral::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_FindBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_FindBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_FindBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_FindBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_FindBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_FindBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_FindBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_FindPatchBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_FindPatchBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_FindPatchBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_FindPatchBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_FindPatchBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindPatchBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_FindPatchBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindPatchBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_FindPatchBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_FindSourceBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_FindSourceBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_FindSourceBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_FindSourceBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_FindSourceBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindSourceBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_FindSourceBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindSourceBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_FindSourceBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_RegisterBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_RegisterBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_RegisterBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_RegisterBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_RegisterBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_RegisterBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterBuilder, Builder) == 0x000008, "Member 'MetaSoundBuilderSubsystem_RegisterBuilder::Builder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_RegisterPatchBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_RegisterPatchBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_RegisterPatchBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_RegisterPatchBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_RegisterPatchBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterPatchBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_RegisterPatchBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterPatchBuilder, Builder) == 0x000008, "Member 'MetaSoundBuilderSubsystem_RegisterPatchBuilder::Builder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_RegisterSourceBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_RegisterSourceBuilder) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_RegisterSourceBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_RegisterSourceBuilder) == 0x000010, "Wrong size on MetaSoundBuilderSubsystem_RegisterSourceBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterSourceBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_RegisterSourceBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_RegisterSourceBuilder, Builder) == 0x000008, "Member 'MetaSoundBuilderSubsystem_RegisterSourceBuilder::Builder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_UnregisterBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_UnregisterBuilder) == 0x000004, "Wrong alignment on MetaSoundBuilderSubsystem_UnregisterBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_UnregisterBuilder) == 0x00000C, "Wrong size on MetaSoundBuilderSubsystem_UnregisterBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_UnregisterBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_UnregisterBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_UnregisterPatchBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_UnregisterPatchBuilder) == 0x000004, "Wrong alignment on MetaSoundBuilderSubsystem_UnregisterPatchBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_UnregisterPatchBuilder) == 0x00000C, "Wrong size on MetaSoundBuilderSubsystem_UnregisterPatchBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterPatchBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_UnregisterPatchBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterPatchBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_UnregisterPatchBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_UnregisterSourceBuilder \ +static_assert(alignof(MetaSoundBuilderSubsystem_UnregisterSourceBuilder) == 0x000004, "Wrong alignment on MetaSoundBuilderSubsystem_UnregisterSourceBuilder"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_UnregisterSourceBuilder) == 0x00000C, "Wrong size on MetaSoundBuilderSubsystem_UnregisterSourceBuilder"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterSourceBuilder, BuilderName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_UnregisterSourceBuilder::BuilderName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_UnregisterSourceBuilder, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_UnregisterSourceBuilder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_FindBuilderOfDocument \ +static_assert(alignof(MetaSoundBuilderSubsystem_FindBuilderOfDocument) == 0x000008, "Wrong alignment on MetaSoundBuilderSubsystem_FindBuilderOfDocument"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_FindBuilderOfDocument) == 0x000018, "Wrong size on MetaSoundBuilderSubsystem_FindBuilderOfDocument"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindBuilderOfDocument, InMetaSound) == 0x000000, "Member 'MetaSoundBuilderSubsystem_FindBuilderOfDocument::InMetaSound' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_FindBuilderOfDocument, ReturnValue) == 0x000010, "Member 'MetaSoundBuilderSubsystem_FindBuilderOfDocument::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MetaSoundBuilderSubsystem_IsInterfaceRegistered \ +static_assert(alignof(MetaSoundBuilderSubsystem_IsInterfaceRegistered) == 0x000004, "Wrong alignment on MetaSoundBuilderSubsystem_IsInterfaceRegistered"); \ +static_assert(sizeof(MetaSoundBuilderSubsystem_IsInterfaceRegistered) == 0x00000C, "Wrong size on MetaSoundBuilderSubsystem_IsInterfaceRegistered"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_IsInterfaceRegistered, InInterfaceName) == 0x000000, "Member 'MetaSoundBuilderSubsystem_IsInterfaceRegistered::InInterfaceName' has a wrong offset!"); \ +static_assert(offsetof(MetaSoundBuilderSubsystem_IsInterfaceRegistered, ReturnValue) == 0x000008, "Member 'MetaSoundBuilderSubsystem_IsInterfaceRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundBuilderSubsystem \ +static_assert(alignof(UMetaSoundBuilderSubsystem) == 0x000008, "Wrong alignment on UMetaSoundBuilderSubsystem"); \ +static_assert(sizeof(UMetaSoundBuilderSubsystem) == 0x000128, "Wrong size on UMetaSoundBuilderSubsystem"); \ +static_assert(offsetof(UMetaSoundBuilderSubsystem, NamedBuilders) == 0x000038, "Member 'UMetaSoundBuilderSubsystem::NamedBuilders' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundBuilderSubsystem, AssetBuilders) == 0x000088, "Member 'UMetaSoundBuilderSubsystem::AssetBuilders' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundBuilderSubsystem, TransientBuilders) == 0x0000D8, "Member 'UMetaSoundBuilderSubsystem::TransientBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaSoundSource \ +static_assert(alignof(UMetaSoundSource) == 0x000010, "Wrong alignment on UMetaSoundSource"); \ +static_assert(sizeof(UMetaSoundSource) == 0x000880, "Wrong size on UMetaSoundSource"); \ +static_assert(offsetof(UMetaSoundSource, RootMetaSoundDocument) == 0x0004B8, "Member 'UMetaSoundSource::RootMetaSoundDocument' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSource, ReferencedAssetClassKeys) == 0x000688, "Member 'UMetaSoundSource::ReferencedAssetClassKeys' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSource, ReferencedAssetClassObjects) == 0x0006D8, "Member 'UMetaSoundSource::ReferencedAssetClassObjects' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSource, ReferenceAssetClassCache) == 0x000728, "Member 'UMetaSoundSource::ReferenceAssetClassCache' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSource, OutputFormat) == 0x000778, "Member 'UMetaSoundSource::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(UMetaSoundSource, AssetClassID) == 0x00077C, "Member 'UMetaSoundSource::AssetClassID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ActivateNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_ActivateNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ActivateNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ActivateNavigationElement) == 0x0000D8, "Wrong size on BP_UINavigationComponent_C_ActivateNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, CallFunc_FindNodeByNavigableElement_Value) == 0x000010, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, CallFunc_FindNodeByNavigableElement_Found) == 0x000050, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElement, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_UINavigationComponent_C_ActivateNavigationElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ActivateNavigationElementGeneric \ +static_assert(alignof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ActivateNavigationElementGeneric"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric) == 0x000060, "Wrong size on BP_UINavigationComponent_C_ActivateNavigationElementGeneric"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_ActivateNavigationElementGeneric::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric, CallFunc_GetNavigationElement_Value) == 0x000008, "Member 'BP_UINavigationComponent_C_ActivateNavigationElementGeneric::CallFunc_GetNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric, CallFunc_FindNodeByNavigableElement_Value) == 0x000018, "Member 'BP_UINavigationComponent_C_ActivateNavigationElementGeneric::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationElementGeneric, CallFunc_FindNodeByNavigableElement_Found) == 0x000058, "Member 'BP_UINavigationComponent_C_ActivateNavigationElementGeneric::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy \ +static_assert(alignof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy) == 0x0006D0, "Wrong size on BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, FinalNode) == 0x000000, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::FinalNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, local_RootToNodePath) == 0x000040, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::local_RootToNodePath' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_bool_Variable) == 0x000050, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs) == 0x000058, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_NavigationNodeToString_Str) == 0x000070, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_FindFirstHierarchyNodeInStack_FirstParentStackIndex) == 0x000080, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_FindFirstHierarchyNodeInStack_FirstParentStackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_FindFirstHierarchyNodeInStack_FirstParentNodeID) == 0x000084, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_FindFirstHierarchyNodeInStack_FirstParentNodeID' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000D0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000140, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Add_IntInt_ReturnValue) == 0x000190, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_1) == 0x000198, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0001A8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Variable) == 0x0001C0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_bool_Variable_1) == 0x0001C4, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_Length_ReturnValue) == 0x0001C8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x0001D0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_Find_ReturnValue) == 0x0001D8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Add_IntInt_ReturnValue_1) == 0x000228, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_2) == 0x000230, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000240, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_2) == 0x000248, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_Select_Default) == 0x000258, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Variable_1) == 0x00025C, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Array_Index_Variable) == 0x000260, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_Select_Default_1) == 0x000264, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_text_Variable) == 0x000268, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000278, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_4) == 0x000280, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002C8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_6) == 0x000310, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_MakeLiteralText_ReturnValue) == 0x000358, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_3) == 0x000368, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_3) == 0x000378, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Variable_2) == 0x000388, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00038C, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Subtract_IntInt_ReturnValue) == 0x000390, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Variable_3) == 0x000394, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Add_IntInt_ReturnValue_2) == 0x000398, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_AppendStack__Content__Result) == 0x0003A0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_IsPackagedBuild_ReturnValue) == 0x0003B0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_Get_Item) == 0x0003B4, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_Value) == 0x0003B8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_ReturnValue) == 0x0003F8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_Length_ReturnValue_1) == 0x0003FC, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_NavigationNodeToString_Str_1) == 0x000400, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_text_Variable_1) == 0x000410, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_7) == 0x000420, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_text_Variable_2) == 0x000468, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_Get_Item_1) == 0x000478, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_LastIndex_ReturnValue) == 0x00047C, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_Value_1) == 0x000480, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_ReturnValue_1) == 0x0004C0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0004C1, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004C2, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_bool_Variable_2) == 0x0004C3, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, Temp_int_Loop_Counter_Variable) == 0x0004C4, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue_4) == 0x0004C8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0004D0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_8) == 0x0004D8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Conv_IntToInt64_ReturnValue_5) == 0x000520, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Conv_IntToInt64_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_4) == 0x000528, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_9) == 0x000538, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_4) == 0x000580, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_5) == 0x000590, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_10) == 0x0005A0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_5) == 0x0005E8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x0005F8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0005F9, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_Select_Default_2) == 0x000600, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Less_IntInt_ReturnValue) == 0x000610, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeStruct_FormatArgumentData_11) == 0x000618, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, K2Node_MakeArray_Array_6) == 0x000660, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Add_IntInt_ReturnValue_3) == 0x000670, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Format_ReturnValue_6) == 0x000678, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_Value_2) == 0x000688, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy, CallFunc_Map_Find_ReturnValue_2) == 0x0006C8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeHierarchy::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ActivateNavigationNodeInternal \ +static_assert(alignof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ActivateNavigationNodeInternal"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal) == 0x000350, "Wrong size on BP_UINavigationComponent_C_ActivateNavigationNodeInternal"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, NavigationNode) == 0x000000, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, IsFinalNode) == 0x000040, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::IsFinalNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_IsPackagedBuild_ReturnValue) == 0x000041, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_NavigationNodeToString_Str) == 0x000048, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Not_PreBool_ReturnValue) == 0x0000B8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_NavigationNodeToString_Str_1) == 0x0000D0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_NavigationNodeToString_Str_2) == 0x000128, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_NavigationNodeToString_Str_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Subtract_IntInt_ReturnValue) == 0x000180, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, Temp_int_Variable) == 0x000184, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000188, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00018C, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, Temp_int_Variable_1) == 0x000190, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_SpawnObject_ReturnValue) == 0x000198, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_GetNavigationElement_Value) == 0x0001A0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_GetNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_GetNavigationNodeFromElement_NavigationNode) == 0x0001B8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_GetNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_BooleanAND_ReturnValue) == 0x0001F8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_NavigationNodeToString_Str_3) == 0x000200, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_NavigationNodeToString_Str_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeStruct_FormatArgumentData_3) == 0x000210, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeArray_Array_1) == 0x000258, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs) == 0x000268, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Format_ReturnValue_1) == 0x000278, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Array_Contains_ReturnValue) == 0x000288, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Array_Add_ReturnValue) == 0x00028C, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Array_Contains_ReturnValue_1) == 0x000290, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_GetActiveNode_Output) == 0x000298, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_NavigationNodeToString_Str_4) == 0x0002D8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_NavigationNodeToString_Str_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002E8, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, K2Node_MakeArray_Array_2) == 0x000330, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ActivateNavigationNodeInternal, CallFunc_Format_ReturnValue_2) == 0x000340, "Member 'BP_UINavigationComponent_C_ActivateNavigationNodeInternal::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_AppendNavigationGridLine \ +static_assert(alignof(BP_UINavigationComponent_C_AppendNavigationGridLine) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_AppendNavigationGridLine"); \ +static_assert(sizeof(BP_UINavigationComponent_C_AppendNavigationGridLine) == 0x000290, "Wrong size on BP_UINavigationComponent_C_AppendNavigationGridLine"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, NavGridInfo) == 0x000000, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::NavGridInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Column) == 0x000068, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Column' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, IsColumn) == 0x000078, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::IsColumn' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, IsRow) == 0x000079, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::IsRow' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, OffsetX) == 0x00007C, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, OffsetY) == 0x000080, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, NavGridInfo_Out) == 0x000088, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::NavGridInfo_Out' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, local_highestY) == 0x0000F0, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::local_highestY' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, local_highestX) == 0x0000F4, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::local_highestX' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, local_CurrentSecondaryCoord) == 0x0000F8, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::local_CurrentSecondaryCoord' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, local_CurrentPrimaryCoord) == 0x0000FC, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::local_CurrentPrimaryCoord' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_bool_Variable) == 0x000100, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000101, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_bool_Variable_1) == 0x000108, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_bool_Variable_2) == 0x000109, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_int_Array_Index_Variable) == 0x00010C, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_int_Loop_Counter_Variable) == 0x000110, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Array_Get_Item) == 0x000118, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000120, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, Temp_bool_Variable_3) == 0x000184, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000188, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_2) == 0x00018C, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Max_ReturnValue) == 0x000190, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Max_ReturnValue_1) == 0x000194, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_Select_Default) == 0x000198, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_Select_Default_1) == 0x00019C, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_Select_Default_2) == 0x0001A0, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_Select_Default_3) == 0x0001A4, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001A8, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001AC, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001B0, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0001B8, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C0, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_MakeStruct_FormatArgumentData_2) == 0x000208, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_MakeStruct_IntVector) == 0x000250, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, K2Node_MakeArray_Array) == 0x000260, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Max_ReturnValue_2) == 0x000270, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Max_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Format_ReturnValue) == 0x000278, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_AppendNavigationGridLine, CallFunc_Max_ReturnValue_3) == 0x000288, "Member 'BP_UINavigationComponent_C_AppendNavigationGridLine::CallFunc_Max_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc \ +static_assert(alignof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc"); \ +static_assert(sizeof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc) == 0x000048, "Wrong size on BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, KeyState) == 0x000000, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::KeyState' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_MakeLiteralInt_ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, Temp_int_Variable) == 0x00000C, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, Temp_int_Variable_1) == 0x000010, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_GetValidValue_ReturnValue) == 0x00001C, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x00001D, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Conv_StringToName_ReturnValue) == 0x000034, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00003C, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'BP_UINavigationComponent_C_BP_UINavigationComponent_AutoGenFunc::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_CreateGenericNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_CreateGenericNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_CreateGenericNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_CreateGenericNavigationElement) == 0x0000E8, "Wrong size on BP_UINavigationComponent_C_CreateGenericNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, Widget) == 0x000000, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000070, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateGenericNavigationElement, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_UINavigationComponent_C_CreateGenericNavigationElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_CreateInputActor \ +static_assert(alignof(BP_UINavigationComponent_C_CreateInputActor) == 0x000010, "Wrong alignment on BP_UINavigationComponent_C_CreateInputActor"); \ +static_assert(sizeof(BP_UINavigationComponent_C_CreateInputActor) == 0x0000B0, "Wrong size on BP_UINavigationComponent_C_CreateInputActor"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_UINavigationComponent_C_CreateInputActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_UINavigationComponent_C_CreateInputActor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Map_Find_Value) == 0x000024, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_UINavigationComponent_C_CreateInputActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateInputActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000A8, "Member 'BP_UINavigationComponent_C_CreateInputActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_CreateNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_CreateNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_CreateNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_CreateNavigationElement) == 0x0001C0, "Wrong size on BP_UINavigationComponent_C_CreateNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, InputPin) == 0x000000, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, Value) == 0x000008, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000028, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_GetObjectClass_ReturnValue) == 0x0000D8, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000F0, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_DynamicCast_AsWidget) == 0x000110, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_DynamicCast_AsWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_CreateGenericNavigationElement_ReturnValue) == 0x000168, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_CreateGenericNavigationElement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Format_ReturnValue_1) == 0x000180, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_DynamicCast_AsBPI_UINavigation_Element) == 0x000190, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_DynamicCast_AsBPI_UINavigation_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, K2Node_DynamicCast_bSuccess_1) == 0x0001A0, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Map_Find_Value) == 0x0001A8, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationElement, CallFunc_Map_Find_ReturnValue) == 0x0001B8, "Member 'BP_UINavigationComponent_C_CreateNavigationElement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_CreateNavigationNode \ +static_assert(alignof(BP_UINavigationComponent_C_CreateNavigationNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_CreateNavigationNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_CreateNavigationNode) == 0x000370, "Wrong size on BP_UINavigationComponent_C_CreateNavigationNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, NavigationElement) == 0x000000, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, Outer_0) == 0x000010, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, NavigationLayer) == 0x000018, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, NewNavigationNode) == 0x000020, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::NewNavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_IsPackagedBuild_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000061, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_IsValid_ReturnValue) == 0x000062, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000080, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000D0, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x0000E0, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000130, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_InterfaceToObject_ReturnValue_2) == 0x000140, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_InterfaceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_IsValid_ReturnValue_1) == 0x000190, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, Temp_wildcard_Variable) == 0x0001B8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_SwitchEnum_CmpSuccess) == 0x0001F8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_NavigationNodeToString_Str) == 0x000200, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, Temp_int_Variable) == 0x000210, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FormatArgumentData_3) == 0x000218, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeArray_Array_1) == 0x000260, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_IsValid_ReturnValue_2) == 0x000280, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Map_Find_Value) == 0x000284, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Map_Find_ReturnValue) == 0x000288, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000289, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Add_IntInt_ReturnValue) == 0x00028C, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000290, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002A0, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Map_Find_Value_1) == 0x0002E8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Map_Find_ReturnValue_1) == 0x0002F8, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeArray_Array_2) == 0x000300, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Not_PreBool_ReturnValue) == 0x000310, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Format_ReturnValue_2) == 0x000318, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, K2Node_MakeStruct_FUINavigationNode) == 0x000328, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::K2Node_MakeStruct_FUINavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateNavigationNode, CallFunc_Add_IntInt_ReturnValue_1) == 0x000368, "Member 'BP_UINavigationComponent_C_CreateNavigationNode::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_CreateVirtualContainer \ +static_assert(alignof(BP_UINavigationComponent_C_CreateVirtualContainer) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_CreateVirtualContainer"); \ +static_assert(sizeof(BP_UINavigationComponent_C_CreateVirtualContainer) == 0x0000B0, "Wrong size on BP_UINavigationComponent_C_CreateVirtualContainer"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, PanelWidget) == 0x000000, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::PanelWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, Outer_0) == 0x000008, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, NewNavigationNode) == 0x000010, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::NewNavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, ReturnValue) == 0x000050, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, CallFunc_SpawnObject_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, CallFunc_CreateNavigationNode_NavigationElement_CastInput) == 0x000060, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::CallFunc_CreateNavigationNode_NavigationElement_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_CreateVirtualContainer, CallFunc_CreateNavigationNode_NewNavigationNode) == 0x000070, "Member 'BP_UINavigationComponent_C_CreateVirtualContainer::CallFunc_CreateNavigationNode_NewNavigationNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DeactivateNavigationNode \ +static_assert(alignof(BP_UINavigationComponent_C_DeactivateNavigationNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DeactivateNavigationNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DeactivateNavigationNode) == 0x000228, "Wrong size on BP_UINavigationComponent_C_DeactivateNavigationNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, NavigationNode) == 0x000000, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_NavigationNodeToString_Str) == 0x000040, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_NavigationNodeToString_Str_1) == 0x0000C0, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_IsActiveNavigationNode_ReturnValue) == 0x000118, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_IsActiveNavigationNode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_GetActiveNode_Output) == 0x000120, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_Array_RemoveItem_ReturnValue) == 0x000160, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_NavigationNodeToString_Str_2) == 0x000168, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_NavigationNodeToString_Str_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_GetActiveNode_Output_1) == 0x0001C0, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_GetActiveNode_Output_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, K2Node_MakeArray_Array_1) == 0x000200, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_IsNavigationNodeValid_ReturnValue_1) == 0x000210, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_IsNavigationNodeValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeactivateNavigationNode, CallFunc_Format_ReturnValue_1) == 0x000218, "Member 'BP_UINavigationComponent_C_DeactivateNavigationNode::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DEBUG_GetInputActor \ +static_assert(alignof(BP_UINavigationComponent_C_DEBUG_GetInputActor) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DEBUG_GetInputActor"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DEBUG_GetInputActor) == 0x000008, "Wrong size on BP_UINavigationComponent_C_DEBUG_GetInputActor"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEBUG_GetInputActor, InputActor_0) == 0x000000, "Member 'BP_UINavigationComponent_C_DEBUG_GetInputActor::InputActor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DEBUG_OnOverlayToggle \ +static_assert(alignof(BP_UINavigationComponent_C_DEBUG_OnOverlayToggle) == 0x000001, "Wrong alignment on BP_UINavigationComponent_C_DEBUG_OnOverlayToggle"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DEBUG_OnOverlayToggle) == 0x000001, "Wrong size on BP_UINavigationComponent_C_DEBUG_OnOverlayToggle"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEBUG_OnOverlayToggle, NewValue) == 0x000000, "Member 'BP_UINavigationComponent_C_DEBUG_OnOverlayToggle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DeclareNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_DeclareNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DeclareNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DeclareNavigationElement) == 0x0000E8, "Wrong size on BP_UINavigationComponent_C_DeclareNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, NavigationElement) == 0x000000, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, Outer_0) == 0x000010, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, NavigationLayer) == 0x000018, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, CallFunc_CreateNavigationNode_NewNavigationNode) == 0x000028, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::CallFunc_CreateNavigationNode_NewNavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElement, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_UINavigationComponent_C_DeclareNavigationElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DeclareNavigationElementGeneric \ +static_assert(alignof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DeclareNavigationElementGeneric"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric) == 0x000038, "Wrong size on BP_UINavigationComponent_C_DeclareNavigationElementGeneric"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric, NavigationElement) == 0x000000, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementGeneric::NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric, Outer_0) == 0x000008, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementGeneric::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric, NavigationLayer) == 0x000010, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementGeneric::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric, BPI_NavigationElement) == 0x000018, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementGeneric::BPI_NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementGeneric, CallFunc_GetOrCreateNavigationElement_Value) == 0x000028, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementGeneric::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DeclareNavigationElements \ +static_assert(alignof(BP_UINavigationComponent_C_DeclareNavigationElements) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DeclareNavigationElements"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DeclareNavigationElements) == 0x000080, "Wrong size on BP_UINavigationComponent_C_DeclareNavigationElements"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, NavigationElement) == 0x000000, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, Outer_0) == 0x000010, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, NavigationLayer) == 0x000018, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, CallFunc_CreateNavigationNode_NewNavigationNode) == 0x000038, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::CallFunc_CreateNavigationNode_NewNavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElements, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_UINavigationComponent_C_DeclareNavigationElements::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DeclareNavigationElementsGeneric \ +static_assert(alignof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DeclareNavigationElementsGeneric"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric) == 0x000030, "Wrong size on BP_UINavigationComponent_C_DeclareNavigationElementsGeneric"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric, NavigationElement) == 0x000000, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementsGeneric::NavigationElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric, Outer_0) == 0x000010, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementsGeneric::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric, NavigationLayer) == 0x000018, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementsGeneric::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DeclareNavigationElementsGeneric, CallFunc_GetOrCreateNavigationElementList_Value) == 0x000020, "Member 'BP_UINavigationComponent_C_DeclareNavigationElementsGeneric::CallFunc_GetOrCreateNavigationElementList_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode \ +static_assert(alignof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode) == 0x000158, "Wrong size on BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, NavigationNode) == 0x000000, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_NavigationNodeToString_Str) == 0x000040, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_IsValid_ReturnValue) == 0x00009A, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_GetActiveNode_Output) == 0x0000A0, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_NavigationNodeToString_Str_1) == 0x0000E0, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_UINavigationComponent_C_DEPRECATED_ActivateNavigationNode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious \ +static_assert(alignof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious) == 0x000078, "Wrong size on BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CurrentElement) == 0x000000, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CurrentElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, Elements) == 0x000010, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::Elements' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, Next) == 0x000020, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::Next' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, Wrap) == 0x000021, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::Wrap' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, Output) == 0x000028, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, local_TargetIndex) == 0x000038, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::local_TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, Temp_bool_Variable) == 0x00003C, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Array_LastIndex_ReturnValue) == 0x000044, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Array_Find_ReturnValue) == 0x000048, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Subtract_IntInt_ReturnValue) == 0x000050, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_SelectInt_ReturnValue) == 0x000054, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Clamp_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Percent_IntInt_ReturnValue) == 0x00005C, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, K2Node_Select_Default) == 0x000060, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_UINavigationComponent_C_DEPRECATED_GetNextOrPrevious::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_DownPressed \ +static_assert(alignof(BP_UINavigationComponent_C_DownPressed) == 0x000004, "Wrong alignment on BP_UINavigationComponent_C_DownPressed"); \ +static_assert(sizeof(BP_UINavigationComponent_C_DownPressed) == 0x00000C, "Wrong size on BP_UINavigationComponent_C_DownPressed"); \ +static_assert(offsetof(BP_UINavigationComponent_C_DownPressed, K2Node_MakeStruct_IntVector) == 0x000000, "Member 'BP_UINavigationComponent_C_DownPressed::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_EDITORONLY_CheckOuters \ +static_assert(alignof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_EDITORONLY_CheckOuters"); \ +static_assert(sizeof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters) == 0x000080, "Wrong size on BP_UINavigationComponent_C_EDITORONLY_CheckOuters"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, local_count) == 0x000000, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::local_count' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, Temp_int_Variable) == 0x000010, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Map_Values_Values) == 0x000020, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_EDITORONLY_CheckOuters, CallFunc_Not_PreBool_ReturnValue) == 0x00007A, "Member 'BP_UINavigationComponent_C_EDITORONLY_CheckOuters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent \ +static_assert(alignof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent) == 0x000170, "Wrong size on BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, EntryPoint) == 0x000000, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_CustomEvent_NewValue) == 0x000018, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_SpawnObject_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_CustomEvent_InputAction) == 0x0000A9, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_CustomEvent_InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Map_Find_ReturnValue) == 0x0000C0, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000C1, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_SpawnObject_ReturnValue_1) == 0x0000C8, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_Event_EndPlayReason) == 0x0000E8, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_IsValid_ReturnValue_3) == 0x0000E9, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000F0, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000100, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_IsValid_ReturnValue_4) == 0x000148, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, K2Node_MakeArray_Array_2) == 0x000150, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent, CallFunc_Format_ReturnValue_1) == 0x000160, "Member 'BP_UINavigationComponent_C_ExecuteUbergraph_BP_UINavigationComponent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack \ +static_assert(alignof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack"); \ +static_assert(sizeof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack) == 0x000078, "Wrong size on BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, NavigationNode) == 0x000000, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, FirstParentStackIndex) == 0x000040, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::FirstParentStackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, FirstParentNodeID) == 0x000044, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::FirstParentNodeID' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs) == 0x000048, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_GetNavigationNodeFullHierarchy_HierarchyNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Array_Get_Item) == 0x00006C, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Array_Find_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack, CallFunc_Array_Contains_ReturnValue) == 0x000074, "Member 'BP_UINavigationComponent_C_FindFirstHierarchyNodeInStack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_FindNodeByNavigableElement \ +static_assert(alignof(BP_UINavigationComponent_C_FindNodeByNavigableElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_FindNodeByNavigableElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_FindNodeByNavigableElement) == 0x0000C0, "Wrong size on BP_UINavigationComponent_C_FindNodeByNavigableElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, NavElement) == 0x000000, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::NavElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, Value) == 0x000010, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, Found) == 0x000050, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_GetTiedObject_Object) == 0x000060, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_Map_Find_Value) == 0x00006C, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_Map_Find_Value_1) == 0x000078, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FindNodeByNavigableElement, CallFunc_Map_Find_ReturnValue_1) == 0x0000B8, "Member 'BP_UINavigationComponent_C_FindNodeByNavigableElement::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_FocusNavigableElement \ +static_assert(alignof(BP_UINavigationComponent_C_FocusNavigableElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_FocusNavigableElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_FocusNavigableElement) == 0x000010, "Wrong size on BP_UINavigationComponent_C_FocusNavigableElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_FocusNavigableElement, NavElement) == 0x000000, "Member 'BP_UINavigationComponent_C_FocusNavigableElement::NavElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ForceNavigationToElement \ +static_assert(alignof(BP_UINavigationComponent_C_ForceNavigationToElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_ForceNavigationToElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ForceNavigationToElement) == 0x000038, "Wrong size on BP_UINavigationComponent_C_ForceNavigationToElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, Element) == 0x000000, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, OnActivated) == 0x000010, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::OnActivated' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, RestrictInput) == 0x000020, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::RestrictInput' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, HijackInteraction_0) == 0x000021, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::HijackInteraction_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, CallFunc_GetInputManager_InputManager) == 0x000028, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ForceNavigationToElement, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_ForceNavigationToElement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_Get_Tied_Object_From_Interface \ +static_assert(alignof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_Get_Tied_Object_From_Interface"); \ +static_assert(sizeof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface) == 0x0000A8, "Wrong size on BP_UINavigationComponent_C_Get_Tied_Object_From_Interface"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, InterfaceObject) == 0x000000, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::InterfaceObject' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, Object) == 0x000010, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, CallFunc_GetTiedObject_Object) == 0x000018, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Get_Tied_Object_From_Interface, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_Get_Tied_Object_From_Interface::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetActiveNode \ +static_assert(alignof(BP_UINavigationComponent_C_GetActiveNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetActiveNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetActiveNode) == 0x000098, "Wrong size on BP_UINavigationComponent_C_GetActiveNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, Output) == 0x000000, "Member 'BP_UINavigationComponent_C_GetActiveNode::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetActiveNode, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_UINavigationComponent_C_GetActiveNode::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetChildNavigationNodes \ +static_assert(alignof(BP_UINavigationComponent_C_GetChildNavigationNodes) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetChildNavigationNodes"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetChildNavigationNodes) == 0x0000A0, "Wrong size on BP_UINavigationComponent_C_GetChildNavigationNodes"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, ParentNodeID) == 0x000000, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::ParentNodeID' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, NavNodes) == 0x000008, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::NavNodes' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, local_nodes) == 0x000018, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::local_nodes' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetChildNavigationNodes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_GetChildNavigationNodes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetInputActionUICallback \ +static_assert(alignof(BP_UINavigationComponent_C_GetInputActionUICallback) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetInputActionUICallback"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetInputActionUICallback) == 0x0000F8, "Wrong size on BP_UINavigationComponent_C_GetInputActionUICallback"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, InputAction) == 0x000000, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, ReturnValue) == 0x000004, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000C0, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C4, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000D4, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetInputActionUICallback, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E4, "Member 'BP_UINavigationComponent_C_GetInputActionUICallback::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_GetNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetNavigationElement) == 0x0000A8, "Wrong size on BP_UINavigationComponent_C_GetNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_GetNavigationElement::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, Value) == 0x000008, "Member 'BP_UINavigationComponent_C_GetNavigationElement::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_GetNavigationElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_UINavigationComponent_C_GetNavigationElement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_GetNavigationElement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_UINavigationComponent_C_GetNavigationElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_UINavigationComponent_C_GetNavigationElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationElement, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_GetNavigationElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetNavigationNodeFromElement \ +static_assert(alignof(BP_UINavigationComponent_C_GetNavigationNodeFromElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetNavigationNodeFromElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetNavigationNodeFromElement) == 0x000120, "Wrong size on BP_UINavigationComponent_C_GetNavigationNodeFromElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, NavigationNode) == 0x000010, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000050, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_FindNodeByNavigableElement_Value) == 0x000058, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_FindNodeByNavigableElement_Found) == 0x000098, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x0000F8, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFromElement, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFromElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy \ +static_assert(alignof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy) == 0x0000F8, "Wrong size on BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, Node) == 0x000000, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::Node' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, HierarchyNodeIDs) == 0x000040, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::HierarchyNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, local_NodeIDs) == 0x000050, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::local_NodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, local_CurrentNode) == 0x000060, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::local_CurrentNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, CallFunc_Map_Find_ReturnValue) == 0x0000E8, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, CallFunc_Array_Add_ReturnValue_1) == 0x0000EC, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_UINavigationComponent_C_GetNavigationNodeFullHierarchy::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetOrCreateNavigationElement \ +static_assert(alignof(BP_UINavigationComponent_C_GetOrCreateNavigationElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetOrCreateNavigationElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetOrCreateNavigationElement) == 0x000040, "Wrong size on BP_UINavigationComponent_C_GetOrCreateNavigationElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElement, InputPin) == 0x000000, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElement::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElement, Value) == 0x000008, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElement::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElement, CallFunc_CreateNavigationElement_Value) == 0x000018, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElement::CallFunc_CreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElement, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElement, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetOrCreateNavigationElementList \ +static_assert(alignof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetOrCreateNavigationElementList"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList) == 0x000078, "Wrong size on BP_UINavigationComponent_C_GetOrCreateNavigationElementList"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Objects) == 0x000000, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Objects' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Value) == 0x000010, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_GetOrCreateNavigationElement_Value) == 0x000060, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationElementList, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationElementList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement \ +static_assert(alignof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement) == 0x000120, "Wrong size on BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, NavigationNode) == 0x000010, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_FindNodeByNavigableElement_Value) == 0x000050, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_FindNodeByNavigableElement_Found) == 0x000090, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_GetOrCreateNavigationNodeFromElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetRootNavigationNodes \ +static_assert(alignof(BP_UINavigationComponent_C_GetRootNavigationNodes) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetRootNavigationNodes"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetRootNavigationNodes) == 0x000098, "Wrong size on BP_UINavigationComponent_C_GetRootNavigationNodes"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, RootNodes) == 0x000000, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, local_rootNodes) == 0x000010, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::local_rootNodes' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Map_Values_Values) == 0x000030, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetRootNavigationNodes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000090, "Member 'BP_UINavigationComponent_C_GetRootNavigationNodes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_Has_Any_Face_Action_From_List \ +static_assert(alignof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_Has_Any_Face_Action_From_List"); \ +static_assert(sizeof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List) == 0x000068, "Wrong size on BP_UINavigationComponent_C_Has_Any_Face_Action_From_List"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, Element) == 0x000000, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, Return_Value) == 0x000010, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, Array_Element) == 0x000011, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Face_Action_From_List, CallFunc_Array_Contains_ReturnValue) == 0x000061, "Member 'BP_UINavigationComponent_C_Has_Any_Face_Action_From_List::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_Has_Any_Input_Action_From_List \ +static_assert(alignof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_Has_Any_Input_Action_From_List"); \ +static_assert(sizeof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List) == 0x000068, "Wrong size on BP_UINavigationComponent_C_Has_Any_Input_Action_From_List"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, Element) == 0x000000, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, Return_Value) == 0x000010, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, ArrayElement) == 0x000011, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::ArrayElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Has_Any_Input_Action_From_List, CallFunc_Array_Contains_ReturnValue) == 0x000061, "Member 'BP_UINavigationComponent_C_Has_Any_Input_Action_From_List::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_HasNavigationFromActiveNode \ +static_assert(alignof(BP_UINavigationComponent_C_HasNavigationFromActiveNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_HasNavigationFromActiveNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_HasNavigationFromActiveNode) == 0x0000A0, "Wrong size on BP_UINavigationComponent_C_HasNavigationFromActiveNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, Direction) == 0x000000, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, HasNavigation) == 0x000001, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::HasNavigation' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, Temp_byte_Variable) == 0x000002, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, Temp_bool_Variable) == 0x000003, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_GetUINavigationComponent_ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_GetActiveNode_Output) == 0x000010, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_GetUINavigationComponent_ReturnValue_1) == 0x000050, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_GetUINavigationComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_GetActiveNode_Output_1) == 0x000058, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_GetActiveNode_Output_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000099, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00009A, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x00009B, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x00009C, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HasNavigationFromActiveNode, K2Node_Select_Default) == 0x00009D, "Member 'BP_UINavigationComponent_C_HasNavigationFromActiveNode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_HighlightNothing \ +static_assert(alignof(BP_UINavigationComponent_C_HighlightNothing) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_HighlightNothing"); \ +static_assert(sizeof(BP_UINavigationComponent_C_HighlightNothing) == 0x000010, "Wrong size on BP_UINavigationComponent_C_HighlightNothing"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightNothing, K2Node_MakeArray_Array) == 0x000000, "Member 'BP_UINavigationComponent_C_HighlightNothing::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_HighlightWidget \ +static_assert(alignof(BP_UINavigationComponent_C_HighlightWidget) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_HighlightWidget"); \ +static_assert(sizeof(BP_UINavigationComponent_C_HighlightWidget) == 0x000020, "Wrong size on BP_UINavigationComponent_C_HighlightWidget"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightWidget, TargetWidget) == 0x000000, "Member 'BP_UINavigationComponent_C_HighlightWidget::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightWidget, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_UINavigationComponent_C_HighlightWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightWidget, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_HighlightWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_HighlightWidgets \ +static_assert(alignof(BP_UINavigationComponent_C_HighlightWidgets) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_HighlightWidgets"); \ +static_assert(sizeof(BP_UINavigationComponent_C_HighlightWidgets) == 0x000018, "Wrong size on BP_UINavigationComponent_C_HighlightWidgets"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightWidgets, TargetWidget) == 0x000000, "Member 'BP_UINavigationComponent_C_HighlightWidgets::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_HighlightWidgets, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_HighlightWidgets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_InitializeNavigationGrid \ +static_assert(alignof(BP_UINavigationComponent_C_InitializeNavigationGrid) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_InitializeNavigationGrid"); \ +static_assert(sizeof(BP_UINavigationComponent_C_InitializeNavigationGrid) == 0x0000D0, "Wrong size on BP_UINavigationComponent_C_InitializeNavigationGrid"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InitializeNavigationGrid, FNavigationGridCreationInfo) == 0x000000, "Member 'BP_UINavigationComponent_C_InitializeNavigationGrid::FNavigationGridCreationInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InitializeNavigationGrid, K2Node_MakeStruct_FNavigationGridCreationInfo) == 0x000068, "Member 'BP_UINavigationComponent_C_InitializeNavigationGrid::K2Node_MakeStruct_FNavigationGridCreationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_InsertNavigationGridLine \ +static_assert(alignof(BP_UINavigationComponent_C_InsertNavigationGridLine) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_InsertNavigationGridLine"); \ +static_assert(sizeof(BP_UINavigationComponent_C_InsertNavigationGridLine) == 0x000298, "Wrong size on BP_UINavigationComponent_C_InsertNavigationGridLine"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, NavGridInfo) == 0x000000, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::NavGridInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Column) == 0x000068, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Column' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, IsColumn) == 0x000078, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::IsColumn' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, IsRow) == 0x000079, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::IsRow' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, OffsetX) == 0x00007C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, OffsetY) == 0x000080, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, NavGridInfo_Out) == 0x000088, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::NavGridInfo_Out' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, local_highestY) == 0x0000F0, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::local_highestY' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, local_highestX) == 0x0000F4, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::local_highestX' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, local_CurrentSecondaryCoord) == 0x0000F8, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::local_CurrentSecondaryCoord' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, local_CurrentPrimaryCoord) == 0x0000FC, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::local_CurrentPrimaryCoord' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_int_Variable) == 0x000100, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000104, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_bool_Variable) == 0x00010C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_int_Variable_1) == 0x000110, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_bool_Variable_1) == 0x000114, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_int_Array_Index_Variable) == 0x000118, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_int_Loop_Counter_Variable) == 0x00011C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Array_Get_Item) == 0x000120, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000128, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_MakeStruct_FormatArgumentData) == 0x000140, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Add_IntInt_ReturnValue) == 0x000188, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, Temp_bool_Variable_2) == 0x00018C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000190, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000194, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Max_ReturnValue) == 0x000198, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Max_ReturnValue_1) == 0x00019C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_Select_Default) == 0x0001A0, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_Select_Default_1) == 0x0001A4, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001A8, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001B0, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_Select_Default_2) == 0x0001B8, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C0, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Add_IntInt_ReturnValue_4) == 0x000208, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Max_ReturnValue_2) == 0x00020C, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Max_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000210, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_MakeStruct_FormatArgumentData_2) == 0x000218, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_MakeStruct_IntVector) == 0x000260, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, K2Node_MakeArray_Array) == 0x000270, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Max_ReturnValue_3) == 0x000280, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Max_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_InsertNavigationGridLine, CallFunc_Format_ReturnValue) == 0x000288, "Member 'BP_UINavigationComponent_C_InsertNavigationGridLine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_IsActiveNavigationNode \ +static_assert(alignof(BP_UINavigationComponent_C_IsActiveNavigationNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_IsActiveNavigationNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_IsActiveNavigationNode) == 0x000048, "Wrong size on BP_UINavigationComponent_C_IsActiveNavigationNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNode, NavNode) == 0x000000, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNode::NavNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNode, ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNode, CallFunc_IsActiveNavigationNodeObject_ReturnValue) == 0x000041, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNode::CallFunc_IsActiveNavigationNodeObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_IsActiveNavigationNodeObject \ +static_assert(alignof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_IsActiveNavigationNodeObject"); \ +static_assert(sizeof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject) == 0x000078, "Wrong size on BP_UINavigationComponent_C_IsActiveNavigationNodeObject"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, InterfaceObject) == 0x000000, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::InterfaceObject' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, CallFunc_GetActiveNode_Output) == 0x000018, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000058, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, CallFunc_Get_Tied_Object_From_Interface_Object_1) == 0x000068, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::CallFunc_Get_Tied_Object_From_Interface_Object_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsActiveNavigationNodeObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000070, "Member 'BP_UINavigationComponent_C_IsActiveNavigationNodeObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_IsNavigationNodeValid \ +static_assert(alignof(BP_UINavigationComponent_C_IsNavigationNodeValid) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_IsNavigationNodeValid"); \ +static_assert(sizeof(BP_UINavigationComponent_C_IsNavigationNodeValid) == 0x000048, "Wrong size on BP_UINavigationComponent_C_IsNavigationNodeValid"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsNavigationNodeValid, NavigationNode) == 0x000000, "Member 'BP_UINavigationComponent_C_IsNavigationNodeValid::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsNavigationNodeValid, ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_IsNavigationNodeValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_IsNavigationNodeValid, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000041, "Member 'BP_UINavigationComponent_C_IsNavigationNodeValid::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_LeftPressed \ +static_assert(alignof(BP_UINavigationComponent_C_LeftPressed) == 0x000004, "Wrong alignment on BP_UINavigationComponent_C_LeftPressed"); \ +static_assert(sizeof(BP_UINavigationComponent_C_LeftPressed) == 0x00000C, "Wrong size on BP_UINavigationComponent_C_LeftPressed"); \ +static_assert(offsetof(BP_UINavigationComponent_C_LeftPressed, K2Node_MakeStruct_IntVector) == 0x000000, "Member 'BP_UINavigationComponent_C_LeftPressed::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_NavigationNodeToString \ +static_assert(alignof(BP_UINavigationComponent_C_NavigationNodeToString) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_NavigationNodeToString"); \ +static_assert(sizeof(BP_UINavigationComponent_C_NavigationNodeToString) == 0x000258, "Wrong size on BP_UINavigationComponent_C_NavigationNodeToString"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, NavNode) == 0x000000, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::NavNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, Str) == 0x000040, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, Temp_wildcard_Variable) == 0x000050, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000C0, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000C8, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000120, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000130, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000188, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0001D0, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x0001D8, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Conv_ObjectToString_ReturnValue) == 0x000228, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Conv_ObjectToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, K2Node_MakeArray_Array) == 0x000238, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_NavigationNodeToString, CallFunc_Format_ReturnValue) == 0x000248, "Member 'BP_UINavigationComponent_C_NavigationNodeToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_OnActionButtonPressed \ +static_assert(alignof(BP_UINavigationComponent_C_OnActionButtonPressed) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_OnActionButtonPressed"); \ +static_assert(sizeof(BP_UINavigationComponent_C_OnActionButtonPressed) == 0x0000A8, "Wrong size on BP_UINavigationComponent_C_OnActionButtonPressed"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, Index_0) == 0x000000, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnActionButtonPressed, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_OnActionButtonPressed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_OnDirectionalNavigation \ +static_assert(alignof(BP_UINavigationComponent_C_OnDirectionalNavigation) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_OnDirectionalNavigation"); \ +static_assert(sizeof(BP_UINavigationComponent_C_OnDirectionalNavigation) == 0x0001B8, "Wrong size on BP_UINavigationComponent_C_OnDirectionalNavigation"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, Direction) == 0x000000, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, NavigationLayer) == 0x00000C, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Conv_IntVectorToString_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Conv_IntVectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Not_PreBool_ReturnValue) == 0x0000F0, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000108, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000109, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_BooleanOR_ReturnValue) == 0x00010A, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000111, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, Temp_int_Variable) == 0x000114, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000118, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x00011C, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Array_LastIndex_ReturnValue) == 0x000120, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Map_Find_Value) == 0x000128, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_TryDirectionalNavigationOnNode_Consumed) == 0x000169, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_TryDirectionalNavigationOnNode_Consumed' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Map_Find_Value_1) == 0x000170, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnDirectionalNavigation, CallFunc_Map_Find_ReturnValue_1) == 0x0001B0, "Member 'BP_UINavigationComponent_C_OnDirectionalNavigation::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_OnElementAction \ +static_assert(alignof(BP_UINavigationComponent_C_OnElementAction) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_OnElementAction"); \ +static_assert(sizeof(BP_UINavigationComponent_C_OnElementAction) == 0x000040, "Wrong size on BP_UINavigationComponent_C_OnElementAction"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, InputPin) == 0x000000, "Member 'BP_UINavigationComponent_C_OnElementAction::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_GetInputManager_InputManager) == 0x000010, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, Temp_wildcard_Variable) == 0x000020, "Member 'BP_UINavigationComponent_C_OnElementAction::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_Array_RemoveItem_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_Array_Contains_ReturnValue) == 0x000031, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000032, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnElementAction, CallFunc_BooleanOR_ReturnValue_1) == 0x000039, "Member 'BP_UINavigationComponent_C_OnElementAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_OnInputActionUI \ +static_assert(alignof(BP_UINavigationComponent_C_OnInputActionUI) == 0x000001, "Wrong alignment on BP_UINavigationComponent_C_OnInputActionUI"); \ +static_assert(sizeof(BP_UINavigationComponent_C_OnInputActionUI) == 0x000001, "Wrong size on BP_UINavigationComponent_C_OnInputActionUI"); \ +static_assert(offsetof(BP_UINavigationComponent_C_OnInputActionUI, InputAction) == 0x000000, "Member 'BP_UINavigationComponent_C_OnInputActionUI::InputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_PrintNavigationStack \ +static_assert(alignof(BP_UINavigationComponent_C_PrintNavigationStack) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_PrintNavigationStack"); \ +static_assert(sizeof(BP_UINavigationComponent_C_PrintNavigationStack) == 0x0000D8, "Wrong size on BP_UINavigationComponent_C_PrintNavigationStack"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Array_Get_Item) == 0x00000C, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Less_IntInt_ReturnValue) == 0x000059, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_NavigationNodeToString_Str) == 0x000060, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_PrintNavigationStack, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_UINavigationComponent_C_PrintNavigationStack::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_UINavigationComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_UINavigationComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_UINavigationComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_UINavigationComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_ReceiveTick \ +static_assert(alignof(BP_UINavigationComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UINavigationComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_UINavigationComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_UINavigationComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_UINavigationComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UINavigationComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_Register_Parent_Node \ +static_assert(alignof(BP_UINavigationComponent_C_Register_Parent_Node) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_Register_Parent_Node"); \ +static_assert(sizeof(BP_UINavigationComponent_C_Register_Parent_Node) == 0x0002E8, "Wrong size on BP_UINavigationComponent_C_Register_Parent_Node"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, ParentNode) == 0x000000, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::ParentNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, ChildNode) == 0x000040, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::ChildNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_NavigationNodeToString_Str) == 0x000080, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_NavigationNodeToString_Str_1) == 0x0000D8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000139, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_NavigationNodeToString_Str_2) == 0x000140, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_NavigationNodeToString_Str_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_NavigationNodeToString_Str_3) == 0x000150, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_NavigationNodeToString_Str_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeStruct_FormatArgumentData_2) == 0x000160, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_IsNavigationNodeValid_ReturnValue_1) == 0x0001F0, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_IsNavigationNodeValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeArray_Array) == 0x0001F8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_BooleanAND_ReturnValue) == 0x000208, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Format_ReturnValue) == 0x000210, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Not_PreBool_ReturnValue_1) == 0x000220, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Map_Find_Value) == 0x000228, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Map_Find_ReturnValue) == 0x000268, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_NavigationNodeToString_Str_4) == 0x000270, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_NavigationNodeToString_Str_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeStruct_FormatArgumentData_4) == 0x000280, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, K2Node_MakeArray_Array_1) == 0x0002C8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_Register_Parent_Node, CallFunc_Format_ReturnValue_1) == 0x0002D8, "Member 'BP_UINavigationComponent_C_Register_Parent_Node::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic) == 0x000138, "Wrong size on BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, Objects) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::Objects' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, Target) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, Direction) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_GetOrCreateNavigationElement_Value) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_GetOrCreateNavigationElementList_Value) == 0x000038, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_GetOrCreateNavigationElementList_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode) == 0x000048, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_SetDirectionalLink_StructOut) == 0x0000F0, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_SetDirectionalLink_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_ManyToOne_Generic::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic) == 0x000158, "Wrong size on BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, Source) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::Source' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, Target) == 0x000008, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, Direction) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, Bidirectionnal) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::Bidirectionnal' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_GetOrCreateNavigationElement_Value) == 0x000038, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_GetOrCreateNavigationElement_Value_1) == 0x000048, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_GetOrCreateNavigationElement_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode) == 0x000058, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_SetDirectionalLink_StructOut) == 0x0000D8, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_SetDirectionalLink_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic, CallFunc_SetDirectionalLink_StructOut_1) == 0x000118, "Member 'BP_UINavigationComponent_C_RegisterDirectionalLink_OneToOne_Generic::CallFunc_SetDirectionalLink_StructOut_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterFaceAction \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterFaceAction) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterFaceAction"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterFaceAction) == 0x000298, "Wrong size on BP_UINavigationComponent_C_RegisterFaceAction"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, FaceButton) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::FaceButton' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, Element) == 0x000008, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_DynamicCast_AsObject) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_DynamicCast_AsObject' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_GetTiedObject_Object) == 0x0000E0, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000120, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000130, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000188, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeArray_Array_1) == 0x000198, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A8, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Map_Find_Value) == 0x000200, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Map_Find_ReturnValue) == 0x000210, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Get_Tied_Object_From_Interface_Object_1) == 0x000218, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Get_Tied_Object_From_Interface_Object_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000220, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeStruct_FormatArgumentData_4) == 0x000230, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, K2Node_MakeArray_Array_2) == 0x000278, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceAction, CallFunc_Format_ReturnValue_2) == 0x000288, "Member 'BP_UINavigationComponent_C_RegisterFaceAction::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterFaceActions \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterFaceActions) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterFaceActions"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterFaceActions) == 0x0000B0, "Wrong size on BP_UINavigationComponent_C_RegisterFaceActions"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, ActionElements) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::ActionElements' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Conv_IntToByte_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_GetValidValue_ReturnValue) == 0x000031, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterFaceActions, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_RegisterFaceActions::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterInputAction \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterInputAction) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterInputAction"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterInputAction) == 0x0002B0, "Wrong size on BP_UINavigationComponent_C_RegisterInputAction"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, InputAction) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, Element) == 0x000008, "Member 'BP_UINavigationComponent_C_RegisterInputAction::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_DynamicCast_AsObject) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_DynamicCast_AsObject' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_GetTiedObject_Object) == 0x0000E0, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000120, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000130, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000188, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeArray_Array_1) == 0x000198, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A8, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_CreateDelegate_OutputDelegate) == 0x000200, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_GetInputManager_InputManager) == 0x000210, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Map_Find_Value) == 0x000218, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Map_Find_ReturnValue) == 0x000228, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Get_Tied_Object_From_Interface_Object_1) == 0x000230, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Get_Tied_Object_From_Interface_Object_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000238, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeStruct_FormatArgumentData_4) == 0x000248, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, K2Node_MakeArray_Array_2) == 0x000290, "Member 'BP_UINavigationComponent_C_RegisterInputAction::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterInputAction, CallFunc_Format_ReturnValue_2) == 0x0002A0, "Member 'BP_UINavigationComponent_C_RegisterInputAction::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterListNavigation \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterListNavigation) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterListNavigation"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterListNavigation) == 0x000438, "Wrong size on BP_UINavigationComponent_C_RegisterListNavigation"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Elements) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Elements' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Vertical) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Vertical' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Loop) == 0x000011, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Loop' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, local_CurrentNode) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::local_CurrentNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, local_CreatedNodeIDs) == 0x000058, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::local_CreatedNodeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_bool_Variable) == 0x000068, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable) == 0x000078, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_1) == 0x000088, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_bool_Variable_1) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_2) == 0x0000A0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_3) == 0x0000B0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_int_Array_Index_Variable) == 0x0000CC, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_int_Array_Index_Variable_1) == 0x0000D0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_GetTiedObject_Object) == 0x0000F8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_GetNavigationNodeFromElement_NavigationNode) == 0x000100, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_GetNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000144, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Add_IntInt_ReturnValue_1) == 0x000148, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00014C, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00014D, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_4) == 0x000150, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Get_Item_2) == 0x000160, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_5) == 0x000170, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode) == 0x000180, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_int_Loop_Counter_Variable_1) == 0x0001C0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, K2Node_Select_Default) == 0x0001C8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001DC, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, K2Node_Select_Default_1) == 0x0001E0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Get_Item_3) == 0x0001F0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_SetDirectionalLink_StructOut) == 0x000200, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_SetDirectionalLink_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1) == 0x000240, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_LastIndex_ReturnValue) == 0x000280, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_SetDirectionalLink_StructOut_1) == 0x000288, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_SetDirectionalLink_StructOut_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0002C8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_bool_Variable_2) == 0x0002C9, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_6) == 0x0002D0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_struct_Variable_7) == 0x0002E0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, K2Node_Select_Default_2) == 0x0002F0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000300, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Map_Find_Value) == 0x000308, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Map_Find_ReturnValue) == 0x000348, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Map_Find_Value_1) == 0x000350, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Map_Find_ReturnValue_1) == 0x000390, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_SetDirectionalLink_StructOut_2) == 0x000398, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_SetDirectionalLink_StructOut_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Length_ReturnValue_2) == 0x0003D8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0003DC, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_BooleanAND_ReturnValue) == 0x0003DD, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_Array_Add_ReturnValue) == 0x0003E0, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, Temp_bool_Variable_3) == 0x0003E4, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, K2Node_Select_Default_3) == 0x0003E8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigation, CallFunc_SetDirectionalLink_StructOut_3) == 0x0003F8, "Member 'BP_UINavigationComponent_C_RegisterListNavigation::CallFunc_SetDirectionalLink_StructOut_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny) == 0x000070, "Wrong size on BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Objects) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Objects' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Vertical) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Vertical' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Loop) == 0x000011, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Loop' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_GetNavigationElement_Value) == 0x000058, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_GetNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGeneric_FromAny::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren) == 0x000080, "Wrong size on BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Objects) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Objects' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Vertical) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Vertical' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Outer_0) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, NavigationLayer) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_CreateNavigationElement_Value) == 0x000068, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_CreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_UINavigationComponent_C_RegisterListNavigationGenericDeclareChildren::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterNavigationGrid \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterNavigationGrid) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterNavigationGrid"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterNavigationGrid) == 0x000290, "Wrong size on BP_UINavigationComponent_C_RegisterNavigationGrid"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, NavGridInfo) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::NavGridInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Outer_0) == 0x000068, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Keys_Keys_1) == 0x000090, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Loop_Counter_Variable_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Loop_Counter_Variable_2) == 0x0000AC, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Array_Index_Variable) == 0x0000BC, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Array_Index_Variable_1) == 0x0000C0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Get_Item) == 0x0000C4, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_GetOrCreateNavigationElement_Value) == 0x0000E0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode) == 0x0000F0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, Temp_int_Array_Index_Variable_2) == 0x000130, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Get_Item_1) == 0x000134, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_Value_1) == 0x000140, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_ReturnValue_1) == 0x000148, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_GetOrCreateNavigationElement_Value_1) == 0x000150, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_GetOrCreateNavigationElement_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeStruct_IntVector) == 0x000160, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeStruct_IntVector_1) == 0x00016C, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeStruct_IntVector_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeStruct_IntVector_2) == 0x000178, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeStruct_IntVector_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeStruct_IntVector_3) == 0x000184, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeStruct_IntVector_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeArray_Array) == 0x000190, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Length_ReturnValue_2) == 0x0001A0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Array_Get_Item_2) == 0x0001A4, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001B0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001B4, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001B8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Add_IntInt_ReturnValue_5) == 0x0001BC, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, K2Node_MakeStruct_IntVector_4) == 0x0001C0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::K2Node_MakeStruct_IntVector_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Multiply_IntInt_ReturnValue) == 0x0001CC, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_Value_2) == 0x0001D0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Map_Find_ReturnValue_2) == 0x0001D8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001E0, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_GetOrCreateNavigationElement_Value_2) == 0x0001E8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_GetOrCreateNavigationElement_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001F8, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_GetNavigationNodeFromElement_NavigationNode) == 0x000200, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_GetNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_MakeVector2D_ReturnValue) == 0x000240, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterNavigationGrid, CallFunc_SetDirectionalLink_StructOut) == 0x000250, "Member 'BP_UINavigationComponent_C_RegisterNavigationGrid::CallFunc_SetDirectionalLink_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterPanelAsNavigationList \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterPanelAsNavigationList"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList) == 0x0000E8, "Wrong size on BP_UINavigationComponent_C_RegisterPanelAsNavigationList"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, PanelWidget) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::PanelWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, Vertical) == 0x000008, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::Vertical' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, Outer_0) == 0x000010, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_CreateVirtualContainer_NewNavigationNode) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_CreateVirtualContainer_NewNavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_CreateVirtualContainer_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_CreateVirtualContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_GetAllChildren_ReturnValue) == 0x000060, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Map_Find_Value) == 0x000088, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_FindNodeByNavigableElement_Value) == 0x0000A0, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_FindNodeByNavigableElement_Found) == 0x0000E0, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterPanelAsNavigationList, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_UINavigationComponent_C_RegisterPanelAsNavigationList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RegisterParentNodeForChildren \ +static_assert(alignof(BP_UINavigationComponent_C_RegisterParentNodeForChildren) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_RegisterParentNodeForChildren"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RegisterParentNodeForChildren) == 0x0001B8, "Wrong size on BP_UINavigationComponent_C_RegisterParentNodeForChildren"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, Parent) == 0x000000, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::Parent' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, Children) == 0x000008, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::Children' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_ConcatenateDisplayNames_Result) == 0x000020, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_GetOrCreateNavigationElement_Value) == 0x0000D0, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_GetOrCreateNavigationElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_GetNavigationNodeFromElement_NavigationNode) == 0x0000F0, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_GetNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, Temp_int_Array_Index_Variable) == 0x000140, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Array_Get_Item) == 0x000148, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_GetOrCreateNavigationElement_Value_1) == 0x000150, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_GetOrCreateNavigationElement_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, Temp_int_Loop_Counter_Variable) == 0x000160, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode) == 0x000168, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_GetOrCreateNavigationNodeFromElement_NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_Add_IntInt_ReturnValue) == 0x0001AC, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RegisterParentNodeForChildren, CallFunc_IsPackagedBuild_ReturnValue) == 0x0001B0, "Member 'BP_UINavigationComponent_C_RegisterParentNodeForChildren::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_RightPressed \ +static_assert(alignof(BP_UINavigationComponent_C_RightPressed) == 0x000004, "Wrong alignment on BP_UINavigationComponent_C_RightPressed"); \ +static_assert(sizeof(BP_UINavigationComponent_C_RightPressed) == 0x00000C, "Wrong size on BP_UINavigationComponent_C_RightPressed"); \ +static_assert(offsetof(BP_UINavigationComponent_C_RightPressed, K2Node_MakeStruct_IntVector) == 0x000000, "Member 'BP_UINavigationComponent_C_RightPressed::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_SetDirectionalLink \ +static_assert(alignof(BP_UINavigationComponent_C_SetDirectionalLink) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_SetDirectionalLink"); \ +static_assert(sizeof(BP_UINavigationComponent_C_SetDirectionalLink) == 0x0002B8, "Wrong size on BP_UINavigationComponent_C_SetDirectionalLink"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, Direction) == 0x000000, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, NavNode) == 0x000010, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::NavNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, TargetNodeID) == 0x000050, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::TargetNodeID' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, StructOut) == 0x000058, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_NavigationNodeToString_Str) == 0x000098, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x0000A8, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue) == 0x000110, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_1) == 0x000170, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Format_ReturnValue) == 0x000178, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_2) == 0x000188, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_3) == 0x000189, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Conv_Vector2dToString_ReturnValue_1) == 0x000190, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Conv_Vector2dToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001A0, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001B0, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Map_Find_Value) == 0x0001F8, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Map_Find_ReturnValue) == 0x000238, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_NavigationNodeToString_Str_1) == 0x000240, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_NavigationNodeToString_Str_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeStruct_FormatArgumentData_3) == 0x000250, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, K2Node_MakeArray_Array_1) == 0x000298, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetDirectionalLink, CallFunc_Format_ReturnValue_1) == 0x0002A8, "Member 'BP_UINavigationComponent_C_SetDirectionalLink::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_SetNavigationDefaultObject \ +static_assert(alignof(BP_UINavigationComponent_C_SetNavigationDefaultObject) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_SetNavigationDefaultObject"); \ +static_assert(sizeof(BP_UINavigationComponent_C_SetNavigationDefaultObject) == 0x000068, "Wrong size on BP_UINavigationComponent_C_SetNavigationDefaultObject"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetNavigationDefaultObject, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_SetNavigationDefaultObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetNavigationDefaultObject, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_UINavigationComponent_C_SetNavigationDefaultObject::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetNavigationDefaultObject, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_UINavigationComponent_C_SetNavigationDefaultObject::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetNavigationDefaultObject, CallFunc_FindNodeByNavigableElement_Value) == 0x000020, "Member 'BP_UINavigationComponent_C_SetNavigationDefaultObject::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_SetNavigationDefaultObject, CallFunc_FindNodeByNavigableElement_Found) == 0x000060, "Member 'BP_UINavigationComponent_C_SetNavigationDefaultObject::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_StopForceNavigationToElement \ +static_assert(alignof(BP_UINavigationComponent_C_StopForceNavigationToElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_StopForceNavigationToElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_StopForceNavigationToElement) == 0x000008, "Wrong size on BP_UINavigationComponent_C_StopForceNavigationToElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_StopForceNavigationToElement, CallFunc_GetInputManager_InputManager) == 0x000000, "Member 'BP_UINavigationComponent_C_StopForceNavigationToElement::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_TryDirectionalNavigationOnNode \ +static_assert(alignof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_TryDirectionalNavigationOnNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode) == 0x000360, "Wrong size on BP_UINavigationComponent_C_TryDirectionalNavigationOnNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, Direction) == 0x000000, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, FUINavigationNode) == 0x000010, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::FUINavigationNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, NavigationLayer) == 0x000050, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::NavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, Consumed) == 0x000051, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::Consumed' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, Temp_int_Variable) == 0x000054, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000058, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_NavigationNodeToString_Str) == 0x000068, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToString_ReturnValue) == 0x000118, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000128, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000130, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000140, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_BooleanAND_ReturnValue) == 0x000190, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToVector_ReturnValue) == 0x0001B8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, Temp_wildcard_Variable) == 0x0001D0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001D8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001E0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeArray_Array_1) == 0x000230, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_IntVector) == 0x000250, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Map_Find_Value) == 0x000260, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Map_Find_ReturnValue) == 0x0002A0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToVector_ReturnValue_1) == 0x0002A8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Not_PreBool_ReturnValue) == 0x0002C0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_IntVector_1) == 0x0002C4, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_IntVector_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_IntVector_2) == 0x0002D0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_IntVector_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToVector_ReturnValue_2) == 0x0002E0, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToVector_ReturnValue_3) == 0x0002F8, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeStruct_IntVector_3) == 0x000310, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeStruct_IntVector_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntVectorToVector_ReturnValue_4) == 0x000320, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntVectorToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_MakeArray_Array_2) == 0x000338, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Array_Find_ReturnValue) == 0x000348, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Add_IntInt_ReturnValue) == 0x00034C, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_Conv_IntToByte_ReturnValue) == 0x000350, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, K2Node_Select_Default) == 0x000354, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_TryDirectionalNavigationOnNode, CallFunc_GetValidValue_ReturnValue) == 0x000358, "Member 'BP_UINavigationComponent_C_TryDirectionalNavigationOnNode::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnfocusNavigableElement \ +static_assert(alignof(BP_UINavigationComponent_C_UnfocusNavigableElement) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnfocusNavigableElement"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnfocusNavigableElement) == 0x000058, "Wrong size on BP_UINavigationComponent_C_UnfocusNavigableElement"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnfocusNavigableElement, NavElement) == 0x000000, "Member 'BP_UINavigationComponent_C_UnfocusNavigableElement::NavElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnfocusNavigableElement, CallFunc_FindNodeByNavigableElement_Value) == 0x000010, "Member 'BP_UINavigationComponent_C_UnfocusNavigableElement::CallFunc_FindNodeByNavigableElement_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnfocusNavigableElement, CallFunc_FindNodeByNavigableElement_Found) == 0x000050, "Member 'BP_UINavigationComponent_C_UnfocusNavigableElement::CallFunc_FindNodeByNavigableElement_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnregisterActions \ +static_assert(alignof(BP_UINavigationComponent_C_UnregisterActions) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnregisterActions"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnregisterActions) == 0x000038, "Wrong size on BP_UINavigationComponent_C_UnregisterActions"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, ActionElementsToRemove) == 0x000000, "Member 'BP_UINavigationComponent_C_UnregisterActions::ActionElementsToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_UnregisterActions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_UINavigationComponent_C_UnregisterActions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_UINavigationComponent_C_UnregisterActions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_UINavigationComponent_C_UnregisterActions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_UINavigationComponent_C_UnregisterActions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterActions, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_UINavigationComponent_C_UnregisterActions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnregisterFaceAction \ +static_assert(alignof(BP_UINavigationComponent_C_UnregisterFaceAction) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnregisterFaceAction"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnregisterFaceAction) == 0x000198, "Wrong size on BP_UINavigationComponent_C_UnregisterFaceAction"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, Element) == 0x000000, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000018, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_GetTiedObject_Object) == 0x000030, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Get_Tied_Object_From_Interface_Object_1) == 0x000080, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Get_Tied_Object_From_Interface_Object_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Has_Any_Face_Action_From_List_Return_Value) == 0x000088, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Has_Any_Face_Action_From_List_Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Has_Any_Face_Action_From_List_Array_Element) == 0x000089, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Has_Any_Face_Action_From_List_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000090, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000A0, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Format_ReturnValue_1) == 0x000180, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFaceAction, CallFunc_Map_Remove_ReturnValue) == 0x000190, "Member 'BP_UINavigationComponent_C_UnregisterFaceAction::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnregisterFromOuterObject \ +static_assert(alignof(BP_UINavigationComponent_C_UnregisterFromOuterObject) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnregisterFromOuterObject"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnregisterFromOuterObject) == 0x0003C8, "Wrong size on BP_UINavigationComponent_C_UnregisterFromOuterObject"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Outer_0) == 0x000000, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, local_deletedNodes) == 0x000008, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::local_deletedNodes' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000080, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Temp_int_Array_Index_Variable) == 0x000098, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Temp_int_Variable) == 0x00009C, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Temp_int_Loop_Counter_Variable_1) == 0x0000A0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, Temp_int_Array_Index_Variable_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Add_IntInt_ReturnValue_1) == 0x000100, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeArray_Array_1) == 0x000108, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Values_Values) == 0x000130, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Find_Value) == 0x000140, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Find_ReturnValue) == 0x000180, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Array_Get_Item_1) == 0x000188, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_NavigationNodeToString_Str) == 0x0001C8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001D8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_SwitchEnum_CmpSuccess) == 0x000220, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeArray_Array_2) == 0x000228, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Find_Value_1) == 0x000238, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Find_ReturnValue_1) == 0x00023C, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Format_ReturnValue_2) == 0x000240, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000250, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000254, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000258, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData_3) == 0x000268, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002B0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x0002B8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0002C0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x0002D0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002D8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000320, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Remove_ReturnValue) == 0x000330, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeStruct_FormatArgumentData_5) == 0x000338, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Remove_ReturnValue_1) == 0x000380, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, K2Node_MakeArray_Array_3) == 0x000388, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Map_Remove_ReturnValue_2) == 0x000398, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Map_Remove_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Format_ReturnValue_3) == 0x0003A0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0003B0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Array_Length_ReturnValue) == 0x0003B4, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Less_IntInt_ReturnValue) == 0x0003B8, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Array_Length_ReturnValue_1) == 0x0003BC, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0003C0, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterFromOuterObject, CallFunc_Max_ReturnValue) == 0x0003C4, "Member 'BP_UINavigationComponent_C_UnregisterFromOuterObject::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnregisterInputAction \ +static_assert(alignof(BP_UINavigationComponent_C_UnregisterInputAction) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnregisterInputAction"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnregisterInputAction) == 0x0001A0, "Wrong size on BP_UINavigationComponent_C_UnregisterInputAction"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, Element) == 0x000000, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Get_Tied_Object_From_Interface_Object) == 0x000010, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Get_Tied_Object_From_Interface_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_GetTiedObject_Object) == 0x000018, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Has_Any_Input_Action_From_List_Return_Value) == 0x000030, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Has_Any_Input_Action_From_List_Return_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Has_Any_Input_Action_From_List_ArrayElement) == 0x000031, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Has_Any_Input_Action_From_List_ArrayElement' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000080, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Map_Remove_ReturnValue) == 0x000090, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Get_Tied_Object_From_Interface_Object_1) == 0x0000F0, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Get_Tied_Object_From_Interface_Object_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000108, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_GetInputManager_InputManager) == 0x000180, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterInputAction, CallFunc_IsPackagedBuild_ReturnValue) == 0x000198, "Member 'BP_UINavigationComponent_C_UnregisterInputAction::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UnregisterNavigationGraph \ +static_assert(alignof(BP_UINavigationComponent_C_UnregisterNavigationGraph) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UnregisterNavigationGraph"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UnregisterNavigationGraph) == 0x000048, "Wrong size on BP_UINavigationComponent_C_UnregisterNavigationGraph"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterNavigationGraph, CallFunc_GetActiveNode_Output) == 0x000000, "Member 'BP_UINavigationComponent_C_UnregisterNavigationGraph::CallFunc_GetActiveNode_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UnregisterNavigationGraph, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000040, "Member 'BP_UINavigationComponent_C_UnregisterNavigationGraph::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UpdateNavigationNode \ +static_assert(alignof(BP_UINavigationComponent_C_UpdateNavigationNode) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_UpdateNavigationNode"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UpdateNavigationNode) == 0x0000C0, "Wrong size on BP_UINavigationComponent_C_UpdateNavigationNode"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, NavNode) == 0x000000, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::NavNode' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, CallFunc_NavigationNodeToString_Str) == 0x000040, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::CallFunc_NavigationNodeToString_Str' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, CallFunc_IsNavigationNodeValid_ReturnValue) == 0x000098, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::CallFunc_IsNavigationNodeValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpdateNavigationNode, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_UpdateNavigationNode::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_UpPressed \ +static_assert(alignof(BP_UINavigationComponent_C_UpPressed) == 0x000004, "Wrong alignment on BP_UINavigationComponent_C_UpPressed"); \ +static_assert(sizeof(BP_UINavigationComponent_C_UpPressed) == 0x00000C, "Wrong size on BP_UINavigationComponent_C_UpPressed"); \ +static_assert(offsetof(BP_UINavigationComponent_C_UpPressed, K2Node_MakeStruct_IntVector) == 0x000000, "Member 'BP_UINavigationComponent_C_UpPressed::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationComponent_C_GetGridPositionForWidget \ +static_assert(alignof(BP_UINavigationComponent_C_GetGridPositionForWidget) == 0x000008, "Wrong alignment on BP_UINavigationComponent_C_GetGridPositionForWidget"); \ +static_assert(sizeof(BP_UINavigationComponent_C_GetGridPositionForWidget) == 0x0000C0, "Wrong size on BP_UINavigationComponent_C_GetGridPositionForWidget"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Object) == 0x000000, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Grid) == 0x000008, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Grid' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Coords) == 0x000070, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Coords' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Found) == 0x00007C, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Temp_int_Array_Index_Variable) == 0x000080, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Map_Find_ReturnValue) == 0x0000B0, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, Temp_int_Loop_Counter_Variable) == 0x0000B4, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0000B9, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationComponent_C_GetGridPositionForWidget, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_UINavigationComponent_C_GetGridPositionForWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UINavigationComponent_C \ +static_assert(alignof(UBP_UINavigationComponent_C) == 0x000008, "Wrong alignment on UBP_UINavigationComponent_C"); \ +static_assert(sizeof(UBP_UINavigationComponent_C) == 0x000350, "Wrong size on UBP_UINavigationComponent_C"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_UINavigationComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, FaceActionElements) == 0x0000A8, "Member 'UBP_UINavigationComponent_C::FaceActionElements' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, InputActionElements) == 0x0000F8, "Member 'UBP_UINavigationComponent_C::InputActionElements' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEPRECATED_ActiveNode) == 0x000148, "Member 'UBP_UINavigationComponent_C::DEPRECATED_ActiveNode' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, AllNodes) == 0x000188, "Member 'UBP_UINavigationComponent_C::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, AllNodeIDsByTiedObject) == 0x0001D8, "Member 'UBP_UINavigationComponent_C::AllNodeIDsByTiedObject' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, NextNodeID) == 0x000228, "Member 'UBP_UINavigationComponent_C::NextNodeID' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DefaultNodeID) == 0x00022C, "Member 'UBP_UINavigationComponent_C::DefaultNodeID' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, ObjectsToNavigationElements) == 0x000230, "Member 'UBP_UINavigationComponent_C::ObjectsToNavigationElements' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEPRECATED_ActiveNodeStack) == 0x000280, "Member 'UBP_UINavigationComponent_C::DEPRECATED_ActiveNodeStack' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, ActiveNodeIDStack) == 0x000290, "Member 'UBP_UINavigationComponent_C::ActiveNodeIDStack' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEBUG_WidgetOverlay) == 0x0002A0, "Member 'UBP_UINavigationComponent_C::DEBUG_WidgetOverlay' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEBUG_CVar_DebugOverlayToggle) == 0x0002A8, "Member 'UBP_UINavigationComponent_C::DEBUG_CVar_DebugOverlayToggle' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, InputActor) == 0x0002B0, "Member 'UBP_UINavigationComponent_C::InputActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, LastValidNavigationDirection) == 0x0002B8, "Member 'UBP_UINavigationComponent_C::LastValidNavigationDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, IsAlreadyActivatingANode) == 0x0002B9, "Member 'UBP_UINavigationComponent_C::IsAlreadyActivatingANode' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, ActivationNodeStackSize) == 0x0002BC, "Member 'UBP_UINavigationComponent_C::ActivationNodeStackSize' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEBUG_LogLinks) == 0x0002C0, "Member 'UBP_UINavigationComponent_C::DEBUG_LogLinks' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEBUG_LogNodeCreation) == 0x0002C1, "Member 'UBP_UINavigationComponent_C::DEBUG_LogNodeCreation' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DEBUG_LogNodeParenting) == 0x0002C2, "Member 'UBP_UINavigationComponent_C::DEBUG_LogNodeParenting' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, ForcedActions) == 0x0002C8, "Member 'UBP_UINavigationComponent_C::ForcedActions' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, OnNavigationElementActivated) == 0x0002D8, "Member 'UBP_UINavigationComponent_C::OnNavigationElementActivated' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, NavigationLayerOnly) == 0x0002E8, "Member 'UBP_UINavigationComponent_C::NavigationLayerOnly' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, TutorialMaskWidget) == 0x0002F0, "Member 'UBP_UINavigationComponent_C::TutorialMaskWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, HasOverlay) == 0x0002F8, "Member 'UBP_UINavigationComponent_C::HasOverlay' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, DisableNavigation) == 0x0002F9, "Member 'UBP_UINavigationComponent_C::DisableNavigation' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, HijackInteraction) == 0x0002FA, "Member 'UBP_UINavigationComponent_C::HijackInteraction' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationComponent_C, WIP_NodesPerNavigationLayer) == 0x000300, "Member 'UBP_UINavigationComponent_C::WIP_NodesPerNavigationLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameplayRoom_C \ +static_assert(alignof(ABP_GameplayRoom_C) == 0x000008, "Wrong alignment on ABP_GameplayRoom_C"); \ +static_assert(sizeof(ABP_GameplayRoom_C) == 0x0002A8, "Wrong size on ABP_GameplayRoom_C"); \ +static_assert(offsetof(ABP_GameplayRoom_C, TextRender) == 0x000290, "Member 'ABP_GameplayRoom_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameplayRoom_C, Box) == 0x000298, "Member 'ABP_GameplayRoom_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameplayRoom_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_GameplayRoom_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerAssetBase \ +static_assert(alignof(UAudioAnalyzerAssetBase) == 0x000008, "Wrong alignment on UAudioAnalyzerAssetBase"); \ +static_assert(sizeof(UAudioAnalyzerAssetBase) == 0x000028, "Wrong size on UAudioAnalyzerAssetBase"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerSettings \ +static_assert(alignof(UAudioAnalyzerSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerSettings"); \ +static_assert(sizeof(UAudioAnalyzerSettings) == 0x000028, "Wrong size on UAudioAnalyzerSettings"); \ + +#define DUMPER7_ASSERTS_AudioAnalyzer_StartAnalyzing \ +static_assert(alignof(AudioAnalyzer_StartAnalyzing) == 0x000008, "Wrong alignment on AudioAnalyzer_StartAnalyzing"); \ +static_assert(sizeof(AudioAnalyzer_StartAnalyzing) == 0x000010, "Wrong size on AudioAnalyzer_StartAnalyzing"); \ +static_assert(offsetof(AudioAnalyzer_StartAnalyzing, WorldContextObject) == 0x000000, "Member 'AudioAnalyzer_StartAnalyzing::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioAnalyzer_StartAnalyzing, AudioBusToAnalyze) == 0x000008, "Member 'AudioAnalyzer_StartAnalyzing::AudioBusToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioAnalyzer_StopAnalyzing \ +static_assert(alignof(AudioAnalyzer_StopAnalyzing) == 0x000008, "Wrong alignment on AudioAnalyzer_StopAnalyzing"); \ +static_assert(sizeof(AudioAnalyzer_StopAnalyzing) == 0x000008, "Wrong size on AudioAnalyzer_StopAnalyzing"); \ +static_assert(offsetof(AudioAnalyzer_StopAnalyzing, WorldContextObject) == 0x000000, "Member 'AudioAnalyzer_StopAnalyzing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzer \ +static_assert(alignof(UAudioAnalyzer) == 0x000008, "Wrong alignment on UAudioAnalyzer"); \ +static_assert(sizeof(UAudioAnalyzer) == 0x0000A0, "Wrong size on UAudioAnalyzer"); \ +static_assert(offsetof(UAudioAnalyzer, AudioBus) == 0x000028, "Member 'UAudioAnalyzer::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzer, AudioAnalyzerSubsystem) == 0x000038, "Member 'UAudioAnalyzer::AudioAnalyzerSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRTSettings \ +static_assert(alignof(UAudioAnalyzerNRTSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerNRTSettings"); \ +static_assert(sizeof(UAudioAnalyzerNRTSettings) == 0x000028, "Wrong size on UAudioAnalyzerNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRT \ +static_assert(alignof(UAudioAnalyzerNRT) == 0x000008, "Wrong alignment on UAudioAnalyzerNRT"); \ +static_assert(sizeof(UAudioAnalyzerNRT) == 0x000078, "Wrong size on UAudioAnalyzerNRT"); \ +static_assert(offsetof(UAudioAnalyzerNRT, Sound) == 0x000028, "Member 'UAudioAnalyzerNRT::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzerNRT, DurationInSeconds) == 0x000030, "Member 'UAudioAnalyzerNRT::DurationInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerSubsystem \ +static_assert(alignof(UAudioAnalyzerSubsystem) == 0x000008, "Wrong alignment on UAudioAnalyzerSubsystem"); \ +static_assert(sizeof(UAudioAnalyzerSubsystem) == 0x000050, "Wrong size on UAudioAnalyzerSubsystem"); \ +static_assert(offsetof(UAudioAnalyzerSubsystem, AudioAnalyzers) == 0x000030, "Member 'UAudioAnalyzerSubsystem::AudioAnalyzers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstantQResults \ +static_assert(alignof(FConstantQResults) == 0x000008, "Wrong alignment on FConstantQResults"); \ +static_assert(sizeof(FConstantQResults) == 0x000018, "Wrong size on FConstantQResults"); \ +static_assert(offsetof(FConstantQResults, TimeSeconds) == 0x000000, "Member 'FConstantQResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FConstantQResults, SpectrumValues) == 0x000008, "Member 'FConstantQResults::SpectrumValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoudnessResults \ +static_assert(alignof(FLoudnessResults) == 0x000004, "Wrong alignment on FLoudnessResults"); \ +static_assert(sizeof(FLoudnessResults) == 0x000010, "Wrong size on FLoudnessResults"); \ +static_assert(offsetof(FLoudnessResults, Loudness) == 0x000000, "Member 'FLoudnessResults::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, NormalizedLoudness) == 0x000004, "Member 'FLoudnessResults::NormalizedLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, PerceptualEnergy) == 0x000008, "Member 'FLoudnessResults::PerceptualEnergy' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, TimeSeconds) == 0x00000C, "Member 'FLoudnessResults::TimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeterResults \ +static_assert(alignof(FMeterResults) == 0x000004, "Wrong alignment on FMeterResults"); \ +static_assert(sizeof(FMeterResults) == 0x000014, "Wrong size on FMeterResults"); \ +static_assert(offsetof(FMeterResults, TimeSeconds) == 0x000000, "Member 'FMeterResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, MeterValue) == 0x000004, "Member 'FMeterResults::MeterValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, PeakValue) == 0x000008, "Member 'FMeterResults::PeakValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, NumSamplesClipping) == 0x00000C, "Member 'FMeterResults::NumSamplesClipping' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, ClippingValue) == 0x000010, "Member 'FMeterResults::ClippingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynesthesiaSpectrumResults \ +static_assert(alignof(FSynesthesiaSpectrumResults) == 0x000008, "Wrong alignment on FSynesthesiaSpectrumResults"); \ +static_assert(sizeof(FSynesthesiaSpectrumResults) == 0x000018, "Wrong size on FSynesthesiaSpectrumResults"); \ +static_assert(offsetof(FSynesthesiaSpectrumResults, TimeSeconds) == 0x000000, "Member 'FSynesthesiaSpectrumResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSynesthesiaSpectrumResults, SpectrumValues) == 0x000008, "Member 'FSynesthesiaSpectrumResults::SpectrumValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaSettings \ +static_assert(alignof(UAudioSynesthesiaSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaSettings"); \ +static_assert(sizeof(UAudioSynesthesiaSettings) == 0x000028, "Wrong size on UAudioSynesthesiaSettings"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRTSettings \ +static_assert(alignof(UAudioSynesthesiaNRTSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRTSettings"); \ +static_assert(sizeof(UAudioSynesthesiaNRTSettings) == 0x000028, "Wrong size on UAudioSynesthesiaNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRT \ +static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ +static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000078, "Wrong size on UAudioSynesthesiaNRT"); \ + +#define DUMPER7_ASSERTS_UConstantQSettings \ +static_assert(alignof(UConstantQSettings) == 0x000008, "Wrong alignment on UConstantQSettings"); \ +static_assert(sizeof(UConstantQSettings) == 0x000048, "Wrong size on UConstantQSettings"); \ +static_assert(offsetof(UConstantQSettings, StartingFrequencyHz) == 0x000028, "Member 'UConstantQSettings::StartingFrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NumBands) == 0x00002C, "Member 'UConstantQSettings::NumBands' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NumBandsPerOctave) == 0x000030, "Member 'UConstantQSettings::NumBandsPerOctave' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, AnalysisPeriodInSeconds) == 0x000034, "Member 'UConstantQSettings::AnalysisPeriodInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, bDownmixToMono) == 0x000038, "Member 'UConstantQSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, FFTSize) == 0x000039, "Member 'UConstantQSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, WindowType) == 0x00003A, "Member 'UConstantQSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, SpectrumType) == 0x00003B, "Member 'UConstantQSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, BandWidthStretch) == 0x00003C, "Member 'UConstantQSettings::BandWidthStretch' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, CQTNormalization) == 0x000040, "Member 'UConstantQSettings::CQTNormalization' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NoiseFloorDb) == 0x000044, "Member 'UConstantQSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQAnalyzer_GetCenterFrequencies \ +static_assert(alignof(ConstantQAnalyzer_GetCenterFrequencies) == 0x000008, "Wrong alignment on ConstantQAnalyzer_GetCenterFrequencies"); \ +static_assert(sizeof(ConstantQAnalyzer_GetCenterFrequencies) == 0x000010, "Wrong size on ConstantQAnalyzer_GetCenterFrequencies"); \ +static_assert(offsetof(ConstantQAnalyzer_GetCenterFrequencies, OutCenterFrequencies) == 0x000000, "Member 'ConstantQAnalyzer_GetCenterFrequencies::OutCenterFrequencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQAnalyzer_GetNumCenterFrequencies \ +static_assert(alignof(ConstantQAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong alignment on ConstantQAnalyzer_GetNumCenterFrequencies"); \ +static_assert(sizeof(ConstantQAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong size on ConstantQAnalyzer_GetNumCenterFrequencies"); \ +static_assert(offsetof(ConstantQAnalyzer_GetNumCenterFrequencies, ReturnValue) == 0x000000, "Member 'ConstantQAnalyzer_GetNumCenterFrequencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantQAnalyzer \ +static_assert(alignof(UConstantQAnalyzer) == 0x000008, "Wrong alignment on UConstantQAnalyzer"); \ +static_assert(sizeof(UConstantQAnalyzer) == 0x0000F8, "Wrong size on UConstantQAnalyzer"); \ +static_assert(offsetof(UConstantQAnalyzer, Settings) == 0x0000A0, "Member 'UConstantQAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UConstantQAnalyzer, OnConstantQResults) == 0x0000A8, "Member 'UConstantQAnalyzer::OnConstantQResults' has a wrong offset!"); \ +static_assert(offsetof(UConstantQAnalyzer, OnLatestConstantQResults) == 0x0000D0, "Member 'UConstantQAnalyzer::OnLatestConstantQResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantQNRTSettings \ +static_assert(alignof(UConstantQNRTSettings) == 0x000008, "Wrong alignment on UConstantQNRTSettings"); \ +static_assert(sizeof(UConstantQNRTSettings) == 0x000048, "Wrong size on UConstantQNRTSettings"); \ +static_assert(offsetof(UConstantQNRTSettings, StartingFrequency) == 0x000028, "Member 'UConstantQNRTSettings::StartingFrequency' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBands) == 0x00002C, "Member 'UConstantQNRTSettings::NumBands' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBandsPerOctave) == 0x000030, "Member 'UConstantQNRTSettings::NumBandsPerOctave' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, AnalysisPeriod) == 0x000034, "Member 'UConstantQNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, bDownmixToMono) == 0x000038, "Member 'UConstantQNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, FFTSize) == 0x000039, "Member 'UConstantQNRTSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, WindowType) == 0x00003A, "Member 'UConstantQNRTSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, SpectrumType) == 0x00003B, "Member 'UConstantQNRTSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, BandWidthStretch) == 0x00003C, "Member 'UConstantQNRTSettings::BandWidthStretch' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, CQTNormalization) == 0x000040, "Member 'UConstantQNRTSettings::CQTNormalization' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NoiseFloorDb) == 0x000044, "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) == 0x000080, "Wrong size on UConstantQNRT"); \ +static_assert(offsetof(UConstantQNRT, Settings) == 0x000078, "Member 'UConstantQNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessSettings \ +static_assert(alignof(ULoudnessSettings) == 0x000008, "Wrong alignment on ULoudnessSettings"); \ +static_assert(sizeof(ULoudnessSettings) == 0x000040, "Wrong size on ULoudnessSettings"); \ +static_assert(offsetof(ULoudnessSettings, AnalysisPeriod) == 0x000028, "Member 'ULoudnessSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessSettings, MinimumFrequency) == 0x00002C, "Member 'ULoudnessSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessSettings, MaximumFrequency) == 0x000030, "Member 'ULoudnessSettings::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessSettings, CurveType) == 0x000034, "Member 'ULoudnessSettings::CurveType' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessSettings, NoiseFloorDb) == 0x000038, "Member 'ULoudnessSettings::NoiseFloorDb' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessSettings, ExpectedMaxLoudness) == 0x00003C, "Member 'ULoudnessSettings::ExpectedMaxLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessAnalyzer \ +static_assert(alignof(ULoudnessAnalyzer) == 0x000008, "Wrong alignment on ULoudnessAnalyzer"); \ +static_assert(sizeof(ULoudnessAnalyzer) == 0x0000E8, "Wrong size on ULoudnessAnalyzer"); \ +static_assert(offsetof(ULoudnessAnalyzer, Settings) == 0x0000A0, "Member 'ULoudnessAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnOverallLoudnessResults) == 0x0000A8, "Member 'ULoudnessAnalyzer::OnOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnPerChannelLoudnessResults) == 0x0000B8, "Member 'ULoudnessAnalyzer::OnPerChannelLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestOverallLoudnessResults) == 0x0000C8, "Member 'ULoudnessAnalyzer::OnLatestOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestPerChannelLoudnessResults) == 0x0000D8, "Member 'ULoudnessAnalyzer::OnLatestPerChannelLoudnessResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRTSettings \ +static_assert(alignof(ULoudnessNRTSettings) == 0x000008, "Wrong alignment on ULoudnessNRTSettings"); \ +static_assert(sizeof(ULoudnessNRTSettings) == 0x000040, "Wrong size on ULoudnessNRTSettings"); \ +static_assert(offsetof(ULoudnessNRTSettings, AnalysisPeriod) == 0x000028, "Member 'ULoudnessNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MinimumFrequency) == 0x00002C, "Member 'ULoudnessNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MaximumFrequency) == 0x000030, "Member 'ULoudnessNRTSettings::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, CurveType) == 0x000034, "Member 'ULoudnessNRTSettings::CurveType' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, NoiseFloorDb) == 0x000038, "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) == 0x000080, "Wrong size on ULoudnessNRT"); \ +static_assert(offsetof(ULoudnessNRT, Settings) == 0x000078, "Member 'ULoudnessNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeterSettings \ +static_assert(alignof(UMeterSettings) == 0x000008, "Wrong alignment on UMeterSettings"); \ +static_assert(sizeof(UMeterSettings) == 0x000040, "Wrong size on UMeterSettings"); \ +static_assert(offsetof(UMeterSettings, AnalysisPeriod) == 0x000028, "Member 'UMeterSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, PeakMode) == 0x00002C, "Member 'UMeterSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, MeterAttackTime) == 0x000030, "Member 'UMeterSettings::MeterAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, MeterReleaseTime) == 0x000034, "Member 'UMeterSettings::MeterReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, PeakHoldTime) == 0x000038, "Member 'UMeterSettings::PeakHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, ClippingThreshold) == 0x00003C, "Member 'UMeterSettings::ClippingThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeterAnalyzer \ +static_assert(alignof(UMeterAnalyzer) == 0x000008, "Wrong alignment on UMeterAnalyzer"); \ +static_assert(sizeof(UMeterAnalyzer) == 0x000148, "Wrong size on UMeterAnalyzer"); \ +static_assert(offsetof(UMeterAnalyzer, Settings) == 0x0000A0, "Member 'UMeterAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnOverallMeterResults) == 0x0000A8, "Member 'UMeterAnalyzer::OnOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnPerChannelMeterResults) == 0x0000D0, "Member 'UMeterAnalyzer::OnPerChannelMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestOverallMeterResults) == 0x0000F8, "Member 'UMeterAnalyzer::OnLatestOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestPerChannelMeterResults) == 0x000120, "Member 'UMeterAnalyzer::OnLatestPerChannelMeterResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRTSettings \ +static_assert(alignof(UOnsetNRTSettings) == 0x000008, "Wrong alignment on UOnsetNRTSettings"); \ +static_assert(sizeof(UOnsetNRTSettings) == 0x000040, "Wrong size on UOnsetNRTSettings"); \ +static_assert(offsetof(UOnsetNRTSettings, bDownmixToMono) == 0x000028, "Member 'UOnsetNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, GranularityInSeconds) == 0x00002C, "Member 'UOnsetNRTSettings::GranularityInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, Sensitivity) == 0x000030, "Member 'UOnsetNRTSettings::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MinimumFrequency) == 0x000034, "Member 'UOnsetNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MaximumFrequency) == 0x000038, "Member 'UOnsetNRTSettings::MaximumFrequency' has a wrong offset!"); \ + +#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) == 0x000080, "Wrong size on UOnsetNRT"); \ +static_assert(offsetof(UOnsetNRT, Settings) == 0x000078, "Member 'UOnsetNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynesthesiaSpectrumAnalysisSettings \ +static_assert(alignof(USynesthesiaSpectrumAnalysisSettings) == 0x000008, "Wrong alignment on USynesthesiaSpectrumAnalysisSettings"); \ +static_assert(sizeof(USynesthesiaSpectrumAnalysisSettings) == 0x000030, "Wrong size on USynesthesiaSpectrumAnalysisSettings"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, AnalysisPeriod) == 0x000028, "Member 'USynesthesiaSpectrumAnalysisSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, FFTSize) == 0x00002C, "Member 'USynesthesiaSpectrumAnalysisSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, SpectrumType) == 0x00002D, "Member 'USynesthesiaSpectrumAnalysisSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, WindowType) == 0x00002E, "Member 'USynesthesiaSpectrumAnalysisSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, bDownmixToMono) == 0x00002F, "Member 'USynesthesiaSpectrumAnalysisSettings::bDownmixToMono' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynesthesiaSpectrumAnalyzer_GetCenterFrequencies \ +static_assert(alignof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies) == 0x000008, "Wrong alignment on SynesthesiaSpectrumAnalyzer_GetCenterFrequencies"); \ +static_assert(sizeof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies) == 0x000018, "Wrong size on SynesthesiaSpectrumAnalyzer_GetCenterFrequencies"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies, InSampleRate) == 0x000000, "Member 'SynesthesiaSpectrumAnalyzer_GetCenterFrequencies::InSampleRate' has a wrong offset!"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies, OutCenterFrequencies) == 0x000008, "Member 'SynesthesiaSpectrumAnalyzer_GetCenterFrequencies::OutCenterFrequencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies \ +static_assert(alignof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong alignment on SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies"); \ +static_assert(sizeof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong size on SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies, ReturnValue) == 0x000000, "Member 'SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynesthesiaSpectrumAnalyzer \ +static_assert(alignof(USynesthesiaSpectrumAnalyzer) == 0x000008, "Wrong alignment on USynesthesiaSpectrumAnalyzer"); \ +static_assert(sizeof(USynesthesiaSpectrumAnalyzer) == 0x0000F8, "Wrong size on USynesthesiaSpectrumAnalyzer"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, Settings) == 0x0000A0, "Member 'USynesthesiaSpectrumAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, OnSpectrumResults) == 0x0000A8, "Member 'USynesthesiaSpectrumAnalyzer::OnSpectrumResults' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, OnLatestSpectrumResults) == 0x0000D0, "Member 'USynesthesiaSpectrumAnalyzer::OnLatestSpectrumResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_3C_ExplorationAttack_C \ +static_assert(alignof(UShake_3C_ExplorationAttack_C) == 0x000010, "Wrong alignment on UShake_3C_ExplorationAttack_C"); \ +static_assert(sizeof(UShake_3C_ExplorationAttack_C) == 0x0000E0, "Wrong size on UShake_3C_ExplorationAttack_C"); \ + +#define DUMPER7_ASSERTS_FJoinabilitySettings \ +static_assert(alignof(FJoinabilitySettings) == 0x000004, "Wrong alignment on FJoinabilitySettings"); \ +static_assert(sizeof(FJoinabilitySettings) == 0x000014, "Wrong size on FJoinabilitySettings"); \ +static_assert(offsetof(FJoinabilitySettings, SessionName) == 0x000000, "Member 'FJoinabilitySettings::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bPublicSearchable) == 0x000008, "Member 'FJoinabilitySettings::bPublicSearchable' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bAllowInvites) == 0x000009, "Member 'FJoinabilitySettings::bAllowInvites' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresence) == 0x00000A, "Member 'FJoinabilitySettings::bJoinViaPresence' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresenceFriendsOnly) == 0x00000B, "Member 'FJoinabilitySettings::bJoinViaPresenceFriendsOnly' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPlayers) == 0x00000C, "Member 'FJoinabilitySettings::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPartySize) == 0x000010, "Member 'FJoinabilitySettings::MaxPartySize' 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_RadialSlider_SetAngularOffset \ +static_assert(alignof(RadialSlider_SetAngularOffset) == 0x000004, "Wrong alignment on RadialSlider_SetAngularOffset"); \ +static_assert(sizeof(RadialSlider_SetAngularOffset) == 0x000004, "Wrong size on RadialSlider_SetAngularOffset"); \ +static_assert(offsetof(RadialSlider_SetAngularOffset, InValue) == 0x000000, "Member 'RadialSlider_SetAngularOffset::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetCenterBackgroundColor \ +static_assert(alignof(RadialSlider_SetCenterBackgroundColor) == 0x000004, "Wrong alignment on RadialSlider_SetCenterBackgroundColor"); \ +static_assert(sizeof(RadialSlider_SetCenterBackgroundColor) == 0x000010, "Wrong size on RadialSlider_SetCenterBackgroundColor"); \ +static_assert(offsetof(RadialSlider_SetCenterBackgroundColor, InValue) == 0x000000, "Member 'RadialSlider_SetCenterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetCustomDefaultValue \ +static_assert(alignof(RadialSlider_SetCustomDefaultValue) == 0x000004, "Wrong alignment on RadialSlider_SetCustomDefaultValue"); \ +static_assert(sizeof(RadialSlider_SetCustomDefaultValue) == 0x000004, "Wrong size on RadialSlider_SetCustomDefaultValue"); \ +static_assert(offsetof(RadialSlider_SetCustomDefaultValue, InValue) == 0x000000, "Member 'RadialSlider_SetCustomDefaultValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetHandStartEndRatio \ +static_assert(alignof(RadialSlider_SetHandStartEndRatio) == 0x000008, "Wrong alignment on RadialSlider_SetHandStartEndRatio"); \ +static_assert(sizeof(RadialSlider_SetHandStartEndRatio) == 0x000010, "Wrong size on RadialSlider_SetHandStartEndRatio"); \ +static_assert(offsetof(RadialSlider_SetHandStartEndRatio, InValue) == 0x000000, "Member 'RadialSlider_SetHandStartEndRatio::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetLocked \ +static_assert(alignof(RadialSlider_SetLocked) == 0x000001, "Wrong alignment on RadialSlider_SetLocked"); \ +static_assert(sizeof(RadialSlider_SetLocked) == 0x000001, "Wrong size on RadialSlider_SetLocked"); \ +static_assert(offsetof(RadialSlider_SetLocked, InValue) == 0x000000, "Member 'RadialSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetShowSliderHand \ +static_assert(alignof(RadialSlider_SetShowSliderHand) == 0x000001, "Wrong alignment on RadialSlider_SetShowSliderHand"); \ +static_assert(sizeof(RadialSlider_SetShowSliderHand) == 0x000001, "Wrong size on RadialSlider_SetShowSliderHand"); \ +static_assert(offsetof(RadialSlider_SetShowSliderHand, InShowSliderHand) == 0x000000, "Member 'RadialSlider_SetShowSliderHand::InShowSliderHand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetShowSliderHandle \ +static_assert(alignof(RadialSlider_SetShowSliderHandle) == 0x000001, "Wrong alignment on RadialSlider_SetShowSliderHandle"); \ +static_assert(sizeof(RadialSlider_SetShowSliderHandle) == 0x000001, "Wrong size on RadialSlider_SetShowSliderHandle"); \ +static_assert(offsetof(RadialSlider_SetShowSliderHandle, InShowSliderHandle) == 0x000000, "Member 'RadialSlider_SetShowSliderHandle::InShowSliderHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderBarColor \ +static_assert(alignof(RadialSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderBarColor"); \ +static_assert(sizeof(RadialSlider_SetSliderBarColor) == 0x000010, "Wrong size on RadialSlider_SetSliderBarColor"); \ +static_assert(offsetof(RadialSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleColor \ +static_assert(alignof(RadialSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleColor"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleColor) == 0x000010, "Wrong size on RadialSlider_SetSliderHandleColor"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleEndAngle \ +static_assert(alignof(RadialSlider_SetSliderHandleEndAngle) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleEndAngle"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleEndAngle) == 0x000004, "Wrong size on RadialSlider_SetSliderHandleEndAngle"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleEndAngle, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleEndAngle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleStartAngle \ +static_assert(alignof(RadialSlider_SetSliderHandleStartAngle) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleStartAngle"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleStartAngle) == 0x000004, "Wrong size on RadialSlider_SetSliderHandleStartAngle"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleStartAngle, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleStartAngle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderProgressColor \ +static_assert(alignof(RadialSlider_SetSliderProgressColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderProgressColor"); \ +static_assert(sizeof(RadialSlider_SetSliderProgressColor) == 0x000010, "Wrong size on RadialSlider_SetSliderProgressColor"); \ +static_assert(offsetof(RadialSlider_SetSliderProgressColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderProgressColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderRange \ +static_assert(alignof(RadialSlider_SetSliderRange) == 0x000008, "Wrong alignment on RadialSlider_SetSliderRange"); \ +static_assert(sizeof(RadialSlider_SetSliderRange) == 0x000088, "Wrong size on RadialSlider_SetSliderRange"); \ +static_assert(offsetof(RadialSlider_SetSliderRange, InSliderRange) == 0x000000, "Member 'RadialSlider_SetSliderRange::InSliderRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetStepSize \ +static_assert(alignof(RadialSlider_SetStepSize) == 0x000004, "Wrong alignment on RadialSlider_SetStepSize"); \ +static_assert(sizeof(RadialSlider_SetStepSize) == 0x000004, "Wrong size on RadialSlider_SetStepSize"); \ +static_assert(offsetof(RadialSlider_SetStepSize, InValue) == 0x000000, "Member 'RadialSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetUseVerticalDrag \ +static_assert(alignof(RadialSlider_SetUseVerticalDrag) == 0x000001, "Wrong alignment on RadialSlider_SetUseVerticalDrag"); \ +static_assert(sizeof(RadialSlider_SetUseVerticalDrag) == 0x000001, "Wrong size on RadialSlider_SetUseVerticalDrag"); \ +static_assert(offsetof(RadialSlider_SetUseVerticalDrag, InUseVerticalDrag) == 0x000000, "Member 'RadialSlider_SetUseVerticalDrag::InUseVerticalDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetValue \ +static_assert(alignof(RadialSlider_SetValue) == 0x000004, "Wrong alignment on RadialSlider_SetValue"); \ +static_assert(sizeof(RadialSlider_SetValue) == 0x000004, "Wrong size on RadialSlider_SetValue"); \ +static_assert(offsetof(RadialSlider_SetValue, InValue) == 0x000000, "Member 'RadialSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetValueTags \ +static_assert(alignof(RadialSlider_SetValueTags) == 0x000008, "Wrong alignment on RadialSlider_SetValueTags"); \ +static_assert(sizeof(RadialSlider_SetValueTags) == 0x000010, "Wrong size on RadialSlider_SetValueTags"); \ +static_assert(offsetof(RadialSlider_SetValueTags, InValueTags) == 0x000000, "Member 'RadialSlider_SetValueTags::InValueTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetCustomDefaultValue \ +static_assert(alignof(RadialSlider_GetCustomDefaultValue) == 0x000004, "Wrong alignment on RadialSlider_GetCustomDefaultValue"); \ +static_assert(sizeof(RadialSlider_GetCustomDefaultValue) == 0x000004, "Wrong size on RadialSlider_GetCustomDefaultValue"); \ +static_assert(offsetof(RadialSlider_GetCustomDefaultValue, ReturnValue) == 0x000000, "Member 'RadialSlider_GetCustomDefaultValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetNormalizedSliderHandlePosition \ +static_assert(alignof(RadialSlider_GetNormalizedSliderHandlePosition) == 0x000004, "Wrong alignment on RadialSlider_GetNormalizedSliderHandlePosition"); \ +static_assert(sizeof(RadialSlider_GetNormalizedSliderHandlePosition) == 0x000004, "Wrong size on RadialSlider_GetNormalizedSliderHandlePosition"); \ +static_assert(offsetof(RadialSlider_GetNormalizedSliderHandlePosition, ReturnValue) == 0x000000, "Member 'RadialSlider_GetNormalizedSliderHandlePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetValue \ +static_assert(alignof(RadialSlider_GetValue) == 0x000004, "Wrong alignment on RadialSlider_GetValue"); \ +static_assert(sizeof(RadialSlider_GetValue) == 0x000004, "Wrong size on RadialSlider_GetValue"); \ +static_assert(offsetof(RadialSlider_GetValue, ReturnValue) == 0x000000, "Member 'RadialSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialSlider \ +static_assert(alignof(URadialSlider) == 0x000010, "Wrong alignment on URadialSlider"); \ +static_assert(sizeof(URadialSlider) == 0x000800, "Wrong size on URadialSlider"); \ +static_assert(offsetof(URadialSlider, Value) == 0x000178, "Member 'URadialSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ValueDelegate) == 0x00017C, "Member 'URadialSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, bUseCustomDefaultValue) == 0x00018C, "Member 'URadialSlider::bUseCustomDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, CustomDefaultValue) == 0x000190, "Member 'URadialSlider::CustomDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderRange) == 0x000198, "Member 'URadialSlider::SliderRange' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ValueTags) == 0x000220, "Member 'URadialSlider::ValueTags' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleStartAngle) == 0x000230, "Member 'URadialSlider::SliderHandleStartAngle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleEndAngle) == 0x000234, "Member 'URadialSlider::SliderHandleEndAngle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, AngularOffset) == 0x000238, "Member 'URadialSlider::AngularOffset' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, HandStartEndRatio) == 0x000240, "Member 'URadialSlider::HandStartEndRatio' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, WidgetStyle) == 0x000250, "Member 'URadialSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderBarColor) == 0x000750, "Member 'URadialSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderProgressColor) == 0x000760, "Member 'URadialSlider::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleColor) == 0x000770, "Member 'URadialSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, CenterBackgroundColor) == 0x000780, "Member 'URadialSlider::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, Locked) == 0x000790, "Member 'URadialSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, MouseUsesStep) == 0x000791, "Member 'URadialSlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, RequiresControllerLock) == 0x000792, "Member 'URadialSlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, StepSize) == 0x000794, "Member 'URadialSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, IsFocusable) == 0x000798, "Member 'URadialSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, UseVerticalDrag) == 0x000799, "Member 'URadialSlider::UseVerticalDrag' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ShowSliderHandle) == 0x00079A, "Member 'URadialSlider::ShowSliderHandle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ShowSliderHand) == 0x00079B, "Member 'URadialSlider::ShowSliderHand' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnMouseCaptureBegin) == 0x0007A0, "Member 'URadialSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnMouseCaptureEnd) == 0x0007B0, "Member 'URadialSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnControllerCaptureBegin) == 0x0007C0, "Member 'URadialSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnControllerCaptureEnd) == 0x0007D0, "Member 'URadialSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnValueChanged) == 0x0007E0, "Member 'URadialSlider::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Skill_C_BPI_GetDependencies \ +static_assert(alignof(BP_DataAsset_Skill_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BP_DataAsset_Skill_C_BPI_GetDependencies"); \ +static_assert(sizeof(BP_DataAsset_Skill_C_BPI_GetDependencies) == 0x000048, "Wrong size on BP_DataAsset_Skill_C_BPI_GetDependencies"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BP_DataAsset_Skill_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BP_DataAsset_Skill_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BP_DataAsset_Skill_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_BPI_GetDependencies, local_classes) == 0x000030, "Member 'BP_DataAsset_Skill_C_BPI_GetDependencies::local_classes' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_DataAsset_Skill_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Skill_C_GetSkillBaseCost \ +static_assert(alignof(BP_DataAsset_Skill_C_GetSkillBaseCost) == 0x000004, "Wrong alignment on BP_DataAsset_Skill_C_GetSkillBaseCost"); \ +static_assert(sizeof(BP_DataAsset_Skill_C_GetSkillBaseCost) == 0x000004, "Wrong size on BP_DataAsset_Skill_C_GetSkillBaseCost"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillBaseCost, ReturnValue) == 0x000000, "Member 'BP_DataAsset_Skill_C_GetSkillBaseCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Skill_C_GetSkillCost \ +static_assert(alignof(BP_DataAsset_Skill_C_GetSkillCost) == 0x000008, "Wrong alignment on BP_DataAsset_Skill_C_GetSkillCost"); \ +static_assert(sizeof(BP_DataAsset_Skill_C_GetSkillCost) == 0x000018, "Wrong size on BP_DataAsset_Skill_C_GetSkillCost"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillCost, SkillState) == 0x000000, "Member 'BP_DataAsset_Skill_C_GetSkillCost::SkillState' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillCost, ReturnValue) == 0x000008, "Member 'BP_DataAsset_Skill_C_GetSkillCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillCost, CallFunc_GetSkillCost_ReturnValue) == 0x00000C, "Member 'BP_DataAsset_Skill_C_GetSkillCost::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillCost, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_DataAsset_Skill_C_GetSkillCost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Skill_C_FindSkillComponentsByClass \ +static_assert(alignof(BP_DataAsset_Skill_C_FindSkillComponentsByClass) == 0x000008, "Wrong alignment on BP_DataAsset_Skill_C_FindSkillComponentsByClass"); \ +static_assert(sizeof(BP_DataAsset_Skill_C_FindSkillComponentsByClass) == 0x000080, "Wrong size on BP_DataAsset_Skill_C_FindSkillComponentsByClass"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, SkillComponentClass) == 0x000000, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::SkillComponentClass' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, Array) == 0x000008, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, K2Node_DynamicCast_AsBP_Skill_Data_Component_Base) == 0x000060, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::K2Node_DynamicCast_AsBP_Skill_Data_Component_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_Array_Add_ReturnValue) == 0x00006C, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_GetObjectClass_ReturnValue) == 0x000070, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_FindSkillComponentsByClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000078, "Member 'BP_DataAsset_Skill_C_FindSkillComponentsByClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Skill_C_GetSkillComponentsAsBP \ +static_assert(alignof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP) == 0x000008, "Wrong alignment on BP_DataAsset_Skill_C_GetSkillComponentsAsBP"); \ +static_assert(sizeof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP) == 0x000068, "Wrong size on BP_DataAsset_Skill_C_GetSkillComponentsAsBP"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, Array) == 0x000000, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, K2Node_DynamicCast_AsBP_Skill_Data_Component_Base) == 0x000058, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::K2Node_DynamicCast_AsBP_Skill_Data_Component_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Skill_C_GetSkillComponentsAsBP, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_DataAsset_Skill_C_GetSkillComponentsAsBP::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Skill_C \ +static_assert(alignof(UBP_DataAsset_Skill_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Skill_C"); \ +static_assert(sizeof(UBP_DataAsset_Skill_C) == 0x000120, "Wrong size on UBP_DataAsset_Skill_C"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, NameID) == 0x000060, "Member 'UBP_DataAsset_Skill_C::NameID' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, ActionRow) == 0x000068, "Member 'UBP_DataAsset_Skill_C::ActionRow' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, SkillType) == 0x000078, "Member 'UBP_DataAsset_Skill_C::SkillType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, APCost) == 0x00007C, "Member 'UBP_DataAsset_Skill_C::APCost' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, Name_0) == 0x000080, "Member 'UBP_DataAsset_Skill_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, Description) == 0x000090, "Member 'UBP_DataAsset_Skill_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, ShortDescription) == 0x0000A0, "Member 'UBP_DataAsset_Skill_C::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, TargetingType) == 0x0000B0, "Member 'UBP_DataAsset_Skill_C::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, SkillComponents) == 0x0000B8, "Member 'UBP_DataAsset_Skill_C::SkillComponents' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, ActionData) == 0x0000C8, "Member 'UBP_DataAsset_Skill_C::ActionData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, BaseElementalType) == 0x0000D8, "Member 'UBP_DataAsset_Skill_C::BaseElementalType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, DynamicElementOverride) == 0x0000D9, "Member 'UBP_DataAsset_Skill_C::DynamicElementOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, SkillScript) == 0x0000E0, "Member 'UBP_DataAsset_Skill_C::SkillScript' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, TimelinePreview_TargetSpeedModifier) == 0x000108, "Member 'UBP_DataAsset_Skill_C::TimelinePreview_TargetSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, TimelinePreview_TargetSpeedModifierDuration) == 0x00010C, "Member 'UBP_DataAsset_Skill_C::TimelinePreview_TargetSpeedModifierDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, TimelinePreview_StunTurnDuration) == 0x000110, "Member 'UBP_DataAsset_Skill_C::TimelinePreview_StunTurnDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Skill_C, SkillDataComponent) == 0x000118, "Member 'UBP_DataAsset_Skill_C::SkillDataComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded \ +static_assert(alignof(BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded) == 0x000001, "Wrong alignment on BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded"); \ +static_assert(sizeof(BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded) == 0x000001, "Wrong size on BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded"); \ +static_assert(offsetof(BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded, AreLoaded) == 0x000000, "Member 'BPI_Dialogue_SpeakerSlot_C_AreDependenciesLoaded::AreLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter \ +static_assert(alignof(BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter) == 0x000008, "Wrong alignment on BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter"); \ +static_assert(sizeof(BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter) == 0x000008, "Wrong size on BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter"); \ +static_assert(offsetof(BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter, DialogueCharacter) == 0x000000, "Member 'BPI_Dialogue_SpeakerSlot_C_GetAssetDialogueCharacter::DialogueCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Dialogue_SpeakerSlot_C_GetCameraComponent \ +static_assert(alignof(BPI_Dialogue_SpeakerSlot_C_GetCameraComponent) == 0x000008, "Wrong alignment on BPI_Dialogue_SpeakerSlot_C_GetCameraComponent"); \ +static_assert(sizeof(BPI_Dialogue_SpeakerSlot_C_GetCameraComponent) == 0x000008, "Wrong size on BPI_Dialogue_SpeakerSlot_C_GetCameraComponent"); \ +static_assert(offsetof(BPI_Dialogue_SpeakerSlot_C_GetCameraComponent, Camera) == 0x000000, "Member 'BPI_Dialogue_SpeakerSlot_C_GetCameraComponent::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Dialogue_SpeakerSlot_C_GetCharacterActor \ +static_assert(alignof(BPI_Dialogue_SpeakerSlot_C_GetCharacterActor) == 0x000008, "Wrong alignment on BPI_Dialogue_SpeakerSlot_C_GetCharacterActor"); \ +static_assert(sizeof(BPI_Dialogue_SpeakerSlot_C_GetCharacterActor) == 0x000008, "Wrong size on BPI_Dialogue_SpeakerSlot_C_GetCharacterActor"); \ +static_assert(offsetof(BPI_Dialogue_SpeakerSlot_C_GetCharacterActor, Character) == 0x000000, "Member 'BPI_Dialogue_SpeakerSlot_C_GetCharacterActor::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface \ +static_assert(alignof(BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface) == 0x000008, "Wrong alignment on BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface"); \ +static_assert(sizeof(BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface) == 0x000010, "Wrong size on BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface"); \ +static_assert(offsetof(BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface, ReturnValue) == 0x000000, "Member 'BPI_Dialogue_SpeakerSlot_C_GetDialogueCharacterInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Dialogue_SpeakerSlot_C \ +static_assert(alignof(IBPI_Dialogue_SpeakerSlot_C) == 0x000001, "Wrong alignment on IBPI_Dialogue_SpeakerSlot_C"); \ +static_assert(sizeof(IBPI_Dialogue_SpeakerSlot_C) == 0x000001, "Wrong size on IBPI_Dialogue_SpeakerSlot_C"); \ + +#define DUMPER7_ASSERTS_FMeterChannelInfo \ +static_assert(alignof(FMeterChannelInfo) == 0x000004, "Wrong alignment on FMeterChannelInfo"); \ +static_assert(sizeof(FMeterChannelInfo) == 0x00000C, "Wrong size on FMeterChannelInfo"); \ +static_assert(offsetof(FMeterChannelInfo, MeterValue) == 0x000000, "Member 'FMeterChannelInfo::MeterValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterChannelInfo, PeakValue) == 0x000004, "Member 'FMeterChannelInfo::PeakValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterChannelInfo, ClippingValue) == 0x000008, "Member 'FMeterChannelInfo::ClippingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerThresholdLineStyle \ +static_assert(alignof(FTriggerThresholdLineStyle) == 0x000008, "Wrong alignment on FTriggerThresholdLineStyle"); \ +static_assert(sizeof(FTriggerThresholdLineStyle) == 0x000018, "Wrong size on FTriggerThresholdLineStyle"); \ +static_assert(offsetof(FTriggerThresholdLineStyle, LineColor) == 0x000008, "Member 'FTriggerThresholdLineStyle::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterStyle \ +static_assert(alignof(FAudioMeterStyle) == 0x000010, "Wrong alignment on FAudioMeterStyle"); \ +static_assert(sizeof(FAudioMeterStyle) == 0x0004D0, "Wrong size on FAudioMeterStyle"); \ +static_assert(offsetof(FAudioMeterStyle, MeterValueImage) == 0x000010, "Member 'FAudioMeterStyle::MeterValueImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, BackgroundImage) == 0x0000E0, "Member 'FAudioMeterStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterBackgroundImage) == 0x0001B0, "Member 'FAudioMeterStyle::MeterBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterValueBackgroundImage) == 0x000280, "Member 'FAudioMeterStyle::MeterValueBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterPeakImage) == 0x000350, "Member 'FAudioMeterStyle::MeterPeakImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterSize) == 0x000420, "Member 'FAudioMeterStyle::MeterSize' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterPadding) == 0x000430, "Member 'FAudioMeterStyle::MeterPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, MeterValuePadding) == 0x000440, "Member 'FAudioMeterStyle::MeterValuePadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, PeakValueWidth) == 0x000444, "Member 'FAudioMeterStyle::PeakValueWidth' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, ValueRangeDb) == 0x000448, "Member 'FAudioMeterStyle::ValueRangeDb' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, bShowScale) == 0x000458, "Member 'FAudioMeterStyle::bShowScale' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, bScaleSide) == 0x000459, "Member 'FAudioMeterStyle::bScaleSide' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, ScaleHashOffset) == 0x00045C, "Member 'FAudioMeterStyle::ScaleHashOffset' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, ScaleHashWidth) == 0x000460, "Member 'FAudioMeterStyle::ScaleHashWidth' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, ScaleHashHeight) == 0x000464, "Member 'FAudioMeterStyle::ScaleHashHeight' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, DecibelsPerHash) == 0x000468, "Member 'FAudioMeterStyle::DecibelsPerHash' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterStyle, Font) == 0x000470, "Member 'FAudioMeterStyle::Font' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceValueGridOverlayStyle \ +static_assert(alignof(FSampledSequenceValueGridOverlayStyle) == 0x000008, "Wrong alignment on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(sizeof(FSampledSequenceValueGridOverlayStyle) == 0x0000A0, "Wrong size on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridColor) == 0x000008, "Member 'FSampledSequenceValueGridOverlayStyle::GridColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridThickness) == 0x00001C, "Member 'FSampledSequenceValueGridOverlayStyle::GridThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextColor) == 0x000020, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextFont) == 0x000038, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextFont' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredWidth) == 0x000098, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredHeight) == 0x00009C, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceVectorViewerStyle \ +static_assert(alignof(FSampledSequenceVectorViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceVectorViewerStyle"); \ +static_assert(sizeof(FSampledSequenceVectorViewerStyle) == 0x000110, "Wrong size on FSampledSequenceVectorViewerStyle"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundColor) == 0x000008, "Member 'FSampledSequenceVectorViewerStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundBrush) == 0x000020, "Member 'FSampledSequenceVectorViewerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineColor) == 0x0000F0, "Member 'FSampledSequenceVectorViewerStyle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineThickness) == 0x000100, "Member 'FSampledSequenceVectorViewerStyle::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVectorscopePanelStyle \ +static_assert(alignof(FAudioVectorscopePanelStyle) == 0x000010, "Wrong alignment on FAudioVectorscopePanelStyle"); \ +static_assert(sizeof(FAudioVectorscopePanelStyle) == 0x0001C0, "Wrong size on FAudioVectorscopePanelStyle"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, ValueGridStyle) == 0x000008, "Member 'FAudioVectorscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, VectorViewerStyle) == 0x0000B0, "Member 'FAudioVectorscopePanelStyle::VectorViewerStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFixedSampleSequenceRulerStyle \ +static_assert(alignof(FFixedSampleSequenceRulerStyle) == 0x000010, "Wrong alignment on FFixedSampleSequenceRulerStyle"); \ +static_assert(sizeof(FFixedSampleSequenceRulerStyle) == 0x000270, "Wrong size on FFixedSampleSequenceRulerStyle"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleWidth) == 0x000008, "Member 'FFixedSampleSequenceRulerStyle::HandleWidth' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleColor) == 0x00000C, "Member 'FFixedSampleSequenceRulerStyle::HandleColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleBrush) == 0x000020, "Member 'FFixedSampleSequenceRulerStyle::HandleBrush' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksColor) == 0x0000F0, "Member 'FFixedSampleSequenceRulerStyle::TicksColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextColor) == 0x000104, "Member 'FFixedSampleSequenceRulerStyle::TicksTextColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextFont) == 0x000118, "Member 'FFixedSampleSequenceRulerStyle::TicksTextFont' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextOffset) == 0x000178, "Member 'FFixedSampleSequenceRulerStyle::TicksTextOffset' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, BackgroundColor) == 0x00017C, "Member 'FFixedSampleSequenceRulerStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, BackgroundBrush) == 0x000190, "Member 'FFixedSampleSequenceRulerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredWidth) == 0x000260, "Member 'FFixedSampleSequenceRulerStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredHeight) == 0x000264, "Member 'FFixedSampleSequenceRulerStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceViewerStyle \ +static_assert(alignof(FSampledSequenceViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceViewerStyle"); \ +static_assert(sizeof(FSampledSequenceViewerStyle) == 0x000160, "Wrong size on FSampledSequenceViewerStyle"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceColor) == 0x000008, "Member 'FSampledSequenceViewerStyle::SequenceColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceLineThickness) == 0x00001C, "Member 'FSampledSequenceViewerStyle::SequenceLineThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, MajorGridLineColor) == 0x000020, "Member 'FSampledSequenceViewerStyle::MajorGridLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, MinorGridLineColor) == 0x000034, "Member 'FSampledSequenceViewerStyle::MinorGridLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, ZeroCrossingLineColor) == 0x000048, "Member 'FSampledSequenceViewerStyle::ZeroCrossingLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, ZeroCrossingLineThickness) == 0x00005C, "Member 'FSampledSequenceViewerStyle::ZeroCrossingLineThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SampleMarkersSize) == 0x000060, "Member 'FSampledSequenceViewerStyle::SampleMarkersSize' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceBackgroundColor) == 0x000064, "Member 'FSampledSequenceViewerStyle::SequenceBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, BackgroundBrush) == 0x000080, "Member 'FSampledSequenceViewerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, DesiredWidth) == 0x000150, "Member 'FSampledSequenceViewerStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, DesiredHeight) == 0x000154, "Member 'FSampledSequenceViewerStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioOscilloscopePanelStyle \ +static_assert(alignof(FAudioOscilloscopePanelStyle) == 0x000010, "Wrong alignment on FAudioOscilloscopePanelStyle"); \ +static_assert(sizeof(FAudioOscilloscopePanelStyle) == 0x0004A0, "Wrong size on FAudioOscilloscopePanelStyle"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, TimeRulerStyle) == 0x000010, "Member 'FAudioOscilloscopePanelStyle::TimeRulerStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, ValueGridStyle) == 0x000280, "Member 'FAudioOscilloscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, WaveViewerStyle) == 0x000320, "Member 'FAudioOscilloscopePanelStyle::WaveViewerStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, TriggerThresholdLineStyle) == 0x000480, "Member 'FAudioOscilloscopePanelStyle::TriggerThresholdLineStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayheadOverlayStyle \ +static_assert(alignof(FPlayheadOverlayStyle) == 0x000008, "Wrong alignment on FPlayheadOverlayStyle"); \ +static_assert(sizeof(FPlayheadOverlayStyle) == 0x000028, "Wrong size on FPlayheadOverlayStyle"); \ +static_assert(offsetof(FPlayheadOverlayStyle, PlayheadColor) == 0x000008, "Member 'FPlayheadOverlayStyle::PlayheadColor' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, PlayheadWidth) == 0x00001C, "Member 'FPlayheadOverlayStyle::PlayheadWidth' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, DesiredWidth) == 0x000020, "Member 'FPlayheadOverlayStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, DesiredHeight) == 0x000024, "Member 'FPlayheadOverlayStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioSpectrumPlotStyle \ +static_assert(alignof(FAudioSpectrumPlotStyle) == 0x000008, "Wrong alignment on FAudioSpectrumPlotStyle"); \ +static_assert(sizeof(FAudioSpectrumPlotStyle) == 0x0000C0, "Wrong size on FAudioSpectrumPlotStyle"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, BackgroundColor) == 0x000008, "Member 'FAudioSpectrumPlotStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, GridColor) == 0x00001C, "Member 'FAudioSpectrumPlotStyle::GridColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelColor) == 0x000030, "Member 'FAudioSpectrumPlotStyle::AxisLabelColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelFont) == 0x000048, "Member 'FAudioSpectrumPlotStyle::AxisLabelFont' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, SpectrumColor) == 0x0000A8, "Member 'FAudioSpectrumPlotStyle::SpectrumColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioTextBoxStyle \ +static_assert(alignof(FAudioTextBoxStyle) == 0x000010, "Wrong alignment on FAudioTextBoxStyle"); \ +static_assert(sizeof(FAudioTextBoxStyle) == 0x000100, "Wrong size on FAudioTextBoxStyle"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundImage) == 0x000010, "Member 'FAudioTextBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundColor) == 0x0000E0, "Member 'FAudioTextBoxStyle::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioSliderStyle \ +static_assert(alignof(FAudioSliderStyle) == 0x000010, "Wrong alignment on FAudioSliderStyle"); \ +static_assert(sizeof(FAudioSliderStyle) == 0x000750, "Wrong size on FAudioSliderStyle"); \ +static_assert(offsetof(FAudioSliderStyle, SliderStyle) == 0x000010, "Member 'FAudioSliderStyle::SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, TextBoxStyle) == 0x000510, "Member 'FAudioSliderStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, WidgetBackgroundImage) == 0x000610, "Member 'FAudioSliderStyle::WidgetBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBackgroundColor) == 0x0006E0, "Member 'FAudioSliderStyle::SliderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBackgroundSize) == 0x0006F8, "Member 'FAudioSliderStyle::SliderBackgroundSize' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, LabelPadding) == 0x000708, "Member 'FAudioSliderStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBarColor) == 0x00070C, "Member 'FAudioSliderStyle::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderThumbColor) == 0x000720, "Member 'FAudioSliderStyle::SliderThumbColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, WidgetBackgroundColor) == 0x000734, "Member 'FAudioSliderStyle::WidgetBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioRadialSliderStyle \ +static_assert(alignof(FAudioRadialSliderStyle) == 0x000010, "Wrong alignment on FAudioRadialSliderStyle"); \ +static_assert(sizeof(FAudioRadialSliderStyle) == 0x000160, "Wrong size on FAudioRadialSliderStyle"); \ +static_assert(offsetof(FAudioRadialSliderStyle, TextBoxStyle) == 0x000010, "Member 'FAudioRadialSliderStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, CenterBackgroundColor) == 0x000110, "Member 'FAudioRadialSliderStyle::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderBarColor) == 0x000124, "Member 'FAudioRadialSliderStyle::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderProgressColor) == 0x000138, "Member 'FAudioRadialSliderStyle::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, LabelPadding) == 0x00014C, "Member 'FAudioRadialSliderStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, DefaultSliderRadius) == 0x000150, "Member 'FAudioRadialSliderStyle::DefaultSliderRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetBackgroundColor \ +static_assert(alignof(AudioMeter_SetBackgroundColor) == 0x000004, "Wrong alignment on AudioMeter_SetBackgroundColor"); \ +static_assert(sizeof(AudioMeter_SetBackgroundColor) == 0x000010, "Wrong size on AudioMeter_SetBackgroundColor"); \ +static_assert(offsetof(AudioMeter_SetBackgroundColor, InValue) == 0x000000, "Member 'AudioMeter_SetBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterBackgroundColor \ +static_assert(alignof(AudioMeter_SetMeterBackgroundColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterBackgroundColor"); \ +static_assert(sizeof(AudioMeter_SetMeterBackgroundColor) == 0x000010, "Wrong size on AudioMeter_SetMeterBackgroundColor"); \ +static_assert(offsetof(AudioMeter_SetMeterBackgroundColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterChannelInfo \ +static_assert(alignof(AudioMeter_SetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMeter_SetMeterChannelInfo"); \ +static_assert(sizeof(AudioMeter_SetMeterChannelInfo) == 0x000010, "Wrong size on AudioMeter_SetMeterChannelInfo"); \ +static_assert(offsetof(AudioMeter_SetMeterChannelInfo, InMeterChannelInfo) == 0x000000, "Member 'AudioMeter_SetMeterChannelInfo::InMeterChannelInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterClippingColor \ +static_assert(alignof(AudioMeter_SetMeterClippingColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterClippingColor"); \ +static_assert(sizeof(AudioMeter_SetMeterClippingColor) == 0x000010, "Wrong size on AudioMeter_SetMeterClippingColor"); \ +static_assert(offsetof(AudioMeter_SetMeterClippingColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterClippingColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterPeakColor \ +static_assert(alignof(AudioMeter_SetMeterPeakColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterPeakColor"); \ +static_assert(sizeof(AudioMeter_SetMeterPeakColor) == 0x000010, "Wrong size on AudioMeter_SetMeterPeakColor"); \ +static_assert(offsetof(AudioMeter_SetMeterPeakColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterPeakColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterScaleColor \ +static_assert(alignof(AudioMeter_SetMeterScaleColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterScaleColor"); \ +static_assert(sizeof(AudioMeter_SetMeterScaleColor) == 0x000010, "Wrong size on AudioMeter_SetMeterScaleColor"); \ +static_assert(offsetof(AudioMeter_SetMeterScaleColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterScaleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterScaleLabelColor \ +static_assert(alignof(AudioMeter_SetMeterScaleLabelColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterScaleLabelColor"); \ +static_assert(sizeof(AudioMeter_SetMeterScaleLabelColor) == 0x000010, "Wrong size on AudioMeter_SetMeterScaleLabelColor"); \ +static_assert(offsetof(AudioMeter_SetMeterScaleLabelColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterScaleLabelColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterValueColor \ +static_assert(alignof(AudioMeter_SetMeterValueColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterValueColor"); \ +static_assert(sizeof(AudioMeter_SetMeterValueColor) == 0x000010, "Wrong size on AudioMeter_SetMeterValueColor"); \ +static_assert(offsetof(AudioMeter_SetMeterValueColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterValueColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_GetMeterChannelInfo \ +static_assert(alignof(AudioMeter_GetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMeter_GetMeterChannelInfo"); \ +static_assert(sizeof(AudioMeter_GetMeterChannelInfo) == 0x000010, "Wrong size on AudioMeter_GetMeterChannelInfo"); \ +static_assert(offsetof(AudioMeter_GetMeterChannelInfo, ReturnValue) == 0x000000, "Member 'AudioMeter_GetMeterChannelInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMeter \ +static_assert(alignof(UAudioMeter) == 0x000010, "Wrong alignment on UAudioMeter"); \ +static_assert(sizeof(UAudioMeter) == 0x000700, "Wrong size on UAudioMeter"); \ +static_assert(offsetof(UAudioMeter, MeterChannelInfo) == 0x000178, "Member 'UAudioMeter::MeterChannelInfo' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterChannelInfoDelegate) == 0x000188, "Member 'UAudioMeter::MeterChannelInfoDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, WidgetStyle) == 0x0001A0, "Member 'UAudioMeter::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, Orientation) == 0x000670, "Member 'UAudioMeter::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, BackgroundColor) == 0x000674, "Member 'UAudioMeter::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterBackgroundColor) == 0x000684, "Member 'UAudioMeter::MeterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterValueColor) == 0x000694, "Member 'UAudioMeter::MeterValueColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterPeakColor) == 0x0006A4, "Member 'UAudioMeter::MeterPeakColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterClippingColor) == 0x0006B4, "Member 'UAudioMeter::MeterClippingColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterScaleColor) == 0x0006C4, "Member 'UAudioMeter::MeterScaleColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterScaleLabelColor) == 0x0006D4, "Member 'UAudioMeter::MeterScaleLabelColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioOscilloscope \ +static_assert(alignof(UAudioOscilloscope) == 0x000010, "Wrong alignment on UAudioOscilloscope"); \ +static_assert(sizeof(UAudioOscilloscope) == 0x000690, "Wrong size on UAudioOscilloscope"); \ +static_assert(offsetof(UAudioOscilloscope, OscilloscopeStyle) == 0x000180, "Member 'UAudioOscilloscope::OscilloscopeStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AudioBus) == 0x000620, "Member 'UAudioOscilloscope::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TimeWindowMs) == 0x000628, "Member 'UAudioOscilloscope::TimeWindowMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AnalysisPeriodMs) == 0x00062C, "Member 'UAudioOscilloscope::AnalysisPeriodMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowTimeGrid) == 0x000630, "Member 'UAudioOscilloscope::bShowTimeGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TimeGridLabelsUnit) == 0x000631, "Member 'UAudioOscilloscope::TimeGridLabelsUnit' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowAmplitudeGrid) == 0x000632, "Member 'UAudioOscilloscope::bShowAmplitudeGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowAmplitudeLabels) == 0x000633, "Member 'UAudioOscilloscope::bShowAmplitudeLabels' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AmplitudeGridLabelsUnit) == 0x000634, "Member 'UAudioOscilloscope::AmplitudeGridLabelsUnit' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowTriggerThresholdLine) == 0x000635, "Member 'UAudioOscilloscope::bShowTriggerThresholdLine' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TriggerThreshold) == 0x000638, "Member 'UAudioOscilloscope::TriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, PanelLayoutType) == 0x00063C, "Member 'UAudioOscilloscope::PanelLayoutType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_GetOutputValue \ +static_assert(alignof(AudioRadialSlider_GetOutputValue) == 0x000004, "Wrong alignment on AudioRadialSlider_GetOutputValue"); \ +static_assert(sizeof(AudioRadialSlider_GetOutputValue) == 0x000008, "Wrong size on AudioRadialSlider_GetOutputValue"); \ +static_assert(offsetof(AudioRadialSlider_GetOutputValue, InSliderValue) == 0x000000, "Member 'AudioRadialSlider_GetOutputValue::InSliderValue' has a wrong offset!"); \ +static_assert(offsetof(AudioRadialSlider_GetOutputValue, ReturnValue) == 0x000004, "Member 'AudioRadialSlider_GetOutputValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_GetSliderValue \ +static_assert(alignof(AudioRadialSlider_GetSliderValue) == 0x000004, "Wrong alignment on AudioRadialSlider_GetSliderValue"); \ +static_assert(sizeof(AudioRadialSlider_GetSliderValue) == 0x000008, "Wrong size on AudioRadialSlider_GetSliderValue"); \ +static_assert(offsetof(AudioRadialSlider_GetSliderValue, OutputValue) == 0x000000, "Member 'AudioRadialSlider_GetSliderValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioRadialSlider_GetSliderValue, ReturnValue) == 0x000004, "Member 'AudioRadialSlider_GetSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetCenterBackgroundColor \ +static_assert(alignof(AudioRadialSlider_SetCenterBackgroundColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetCenterBackgroundColor"); \ +static_assert(sizeof(AudioRadialSlider_SetCenterBackgroundColor) == 0x000010, "Wrong size on AudioRadialSlider_SetCenterBackgroundColor"); \ +static_assert(offsetof(AudioRadialSlider_SetCenterBackgroundColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetCenterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetHandStartEndRatio \ +static_assert(alignof(AudioRadialSlider_SetHandStartEndRatio) == 0x000008, "Wrong alignment on AudioRadialSlider_SetHandStartEndRatio"); \ +static_assert(sizeof(AudioRadialSlider_SetHandStartEndRatio) == 0x000010, "Wrong size on AudioRadialSlider_SetHandStartEndRatio"); \ +static_assert(offsetof(AudioRadialSlider_SetHandStartEndRatio, InHandStartEndRatio) == 0x000000, "Member 'AudioRadialSlider_SetHandStartEndRatio::InHandStartEndRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetOutputRange \ +static_assert(alignof(AudioRadialSlider_SetOutputRange) == 0x000008, "Wrong alignment on AudioRadialSlider_SetOutputRange"); \ +static_assert(sizeof(AudioRadialSlider_SetOutputRange) == 0x000010, "Wrong size on AudioRadialSlider_SetOutputRange"); \ +static_assert(offsetof(AudioRadialSlider_SetOutputRange, InOutputRange) == 0x000000, "Member 'AudioRadialSlider_SetOutputRange::InOutputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetShowLabelOnlyOnHover \ +static_assert(alignof(AudioRadialSlider_SetShowLabelOnlyOnHover) == 0x000001, "Wrong alignment on AudioRadialSlider_SetShowLabelOnlyOnHover"); \ +static_assert(sizeof(AudioRadialSlider_SetShowLabelOnlyOnHover) == 0x000001, "Wrong size on AudioRadialSlider_SetShowLabelOnlyOnHover"); \ +static_assert(offsetof(AudioRadialSlider_SetShowLabelOnlyOnHover, bShowLabelOnlyOnHover) == 0x000000, "Member 'AudioRadialSlider_SetShowLabelOnlyOnHover::bShowLabelOnlyOnHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetShowUnitsText \ +static_assert(alignof(AudioRadialSlider_SetShowUnitsText) == 0x000001, "Wrong alignment on AudioRadialSlider_SetShowUnitsText"); \ +static_assert(sizeof(AudioRadialSlider_SetShowUnitsText) == 0x000001, "Wrong size on AudioRadialSlider_SetShowUnitsText"); \ +static_assert(offsetof(AudioRadialSlider_SetShowUnitsText, bShowUnitsText) == 0x000000, "Member 'AudioRadialSlider_SetShowUnitsText::bShowUnitsText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderBarColor \ +static_assert(alignof(AudioRadialSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderBarColor"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderBarColor) == 0x000010, "Wrong size on AudioRadialSlider_SetSliderBarColor"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderProgressColor \ +static_assert(alignof(AudioRadialSlider_SetSliderProgressColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderProgressColor"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderProgressColor) == 0x000010, "Wrong size on AudioRadialSlider_SetSliderProgressColor"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderProgressColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetSliderProgressColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderThickness \ +static_assert(alignof(AudioRadialSlider_SetSliderThickness) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderThickness"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderThickness) == 0x000004, "Wrong size on AudioRadialSlider_SetSliderThickness"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderThickness, InThickness) == 0x000000, "Member 'AudioRadialSlider_SetSliderThickness::InThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetTextLabelBackgroundColor \ +static_assert(alignof(AudioRadialSlider_SetTextLabelBackgroundColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetTextLabelBackgroundColor"); \ +static_assert(sizeof(AudioRadialSlider_SetTextLabelBackgroundColor) == 0x000014, "Wrong size on AudioRadialSlider_SetTextLabelBackgroundColor"); \ +static_assert(offsetof(AudioRadialSlider_SetTextLabelBackgroundColor, InColor) == 0x000000, "Member 'AudioRadialSlider_SetTextLabelBackgroundColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetUnitsText \ +static_assert(alignof(AudioRadialSlider_SetUnitsText) == 0x000008, "Wrong alignment on AudioRadialSlider_SetUnitsText"); \ +static_assert(sizeof(AudioRadialSlider_SetUnitsText) == 0x000010, "Wrong size on AudioRadialSlider_SetUnitsText"); \ +static_assert(offsetof(AudioRadialSlider_SetUnitsText, Units) == 0x000000, "Member 'AudioRadialSlider_SetUnitsText::Units' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetUnitsTextReadOnly \ +static_assert(alignof(AudioRadialSlider_SetUnitsTextReadOnly) == 0x000001, "Wrong alignment on AudioRadialSlider_SetUnitsTextReadOnly"); \ +static_assert(sizeof(AudioRadialSlider_SetUnitsTextReadOnly) == 0x000001, "Wrong size on AudioRadialSlider_SetUnitsTextReadOnly"); \ +static_assert(offsetof(AudioRadialSlider_SetUnitsTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioRadialSlider_SetUnitsTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetValueTextReadOnly \ +static_assert(alignof(AudioRadialSlider_SetValueTextReadOnly) == 0x000001, "Wrong alignment on AudioRadialSlider_SetValueTextReadOnly"); \ +static_assert(sizeof(AudioRadialSlider_SetValueTextReadOnly) == 0x000001, "Wrong size on AudioRadialSlider_SetValueTextReadOnly"); \ +static_assert(offsetof(AudioRadialSlider_SetValueTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioRadialSlider_SetValueTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetWidgetLayout \ +static_assert(alignof(AudioRadialSlider_SetWidgetLayout) == 0x000001, "Wrong alignment on AudioRadialSlider_SetWidgetLayout"); \ +static_assert(sizeof(AudioRadialSlider_SetWidgetLayout) == 0x000001, "Wrong size on AudioRadialSlider_SetWidgetLayout"); \ +static_assert(offsetof(AudioRadialSlider_SetWidgetLayout, InLayout) == 0x000000, "Member 'AudioRadialSlider_SetWidgetLayout::InLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioRadialSlider \ +static_assert(alignof(UAudioRadialSlider) == 0x000010, "Wrong alignment on UAudioRadialSlider"); \ +static_assert(sizeof(UAudioRadialSlider) == 0x000390, "Wrong size on UAudioRadialSlider"); \ +static_assert(offsetof(UAudioRadialSlider, Value) == 0x000178, "Member 'UAudioRadialSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ValueDelegate) == 0x00017C, "Member 'UAudioRadialSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, WidgetLayout) == 0x00018C, "Member 'UAudioRadialSlider::WidgetLayout' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, CenterBackgroundColor) == 0x000190, "Member 'UAudioRadialSlider::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderProgressColor) == 0x0001A0, "Member 'UAudioRadialSlider::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderBarColor) == 0x0001B0, "Member 'UAudioRadialSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, HandStartEndRatio) == 0x0001C0, "Member 'UAudioRadialSlider::HandStartEndRatio' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, UnitsText) == 0x0001D0, "Member 'UAudioRadialSlider::UnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, TextLabelBackgroundColor) == 0x0001E0, "Member 'UAudioRadialSlider::TextLabelBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ShowLabelOnlyOnHover) == 0x0001F0, "Member 'UAudioRadialSlider::ShowLabelOnlyOnHover' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ShowUnitsText) == 0x0001F1, "Member 'UAudioRadialSlider::ShowUnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, IsUnitsTextReadOnly) == 0x0001F2, "Member 'UAudioRadialSlider::IsUnitsTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, IsValueTextReadOnly) == 0x0001F3, "Member 'UAudioRadialSlider::IsValueTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderThickness) == 0x0001F4, "Member 'UAudioRadialSlider::SliderThickness' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, OutputRange) == 0x0001F8, "Member 'UAudioRadialSlider::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, OnValueChanged) == 0x000208, "Member 'UAudioRadialSlider::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVolumeRadialSlider \ +static_assert(alignof(UAudioVolumeRadialSlider) == 0x000010, "Wrong alignment on UAudioVolumeRadialSlider"); \ +static_assert(sizeof(UAudioVolumeRadialSlider) == 0x000390, "Wrong size on UAudioVolumeRadialSlider"); \ + +#define DUMPER7_ASSERTS_UAudioFrequencyRadialSlider \ +static_assert(alignof(UAudioFrequencyRadialSlider) == 0x000010, "Wrong alignment on UAudioFrequencyRadialSlider"); \ +static_assert(sizeof(UAudioFrequencyRadialSlider) == 0x000390, "Wrong size on UAudioFrequencyRadialSlider"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetLinValue \ +static_assert(alignof(AudioSliderBase_GetLinValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetLinValue"); \ +static_assert(sizeof(AudioSliderBase_GetLinValue) == 0x000008, "Wrong size on AudioSliderBase_GetLinValue"); \ +static_assert(offsetof(AudioSliderBase_GetLinValue, OutputValue) == 0x000000, "Member 'AudioSliderBase_GetLinValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetLinValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetLinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetOutputValue \ +static_assert(alignof(AudioSliderBase_GetOutputValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetOutputValue"); \ +static_assert(sizeof(AudioSliderBase_GetOutputValue) == 0x000008, "Wrong size on AudioSliderBase_GetOutputValue"); \ +static_assert(offsetof(AudioSliderBase_GetOutputValue, InSliderValue) == 0x000000, "Member 'AudioSliderBase_GetOutputValue::InSliderValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetOutputValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetOutputValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetSliderValue \ +static_assert(alignof(AudioSliderBase_GetSliderValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetSliderValue"); \ +static_assert(sizeof(AudioSliderBase_GetSliderValue) == 0x000008, "Wrong size on AudioSliderBase_GetSliderValue"); \ +static_assert(offsetof(AudioSliderBase_GetSliderValue, OutputValue) == 0x000000, "Member 'AudioSliderBase_GetSliderValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetSliderValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetShowLabelOnlyOnHover \ +static_assert(alignof(AudioSliderBase_SetShowLabelOnlyOnHover) == 0x000001, "Wrong alignment on AudioSliderBase_SetShowLabelOnlyOnHover"); \ +static_assert(sizeof(AudioSliderBase_SetShowLabelOnlyOnHover) == 0x000001, "Wrong size on AudioSliderBase_SetShowLabelOnlyOnHover"); \ +static_assert(offsetof(AudioSliderBase_SetShowLabelOnlyOnHover, bShowLabelOnlyOnHover) == 0x000000, "Member 'AudioSliderBase_SetShowLabelOnlyOnHover::bShowLabelOnlyOnHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetShowUnitsText \ +static_assert(alignof(AudioSliderBase_SetShowUnitsText) == 0x000001, "Wrong alignment on AudioSliderBase_SetShowUnitsText"); \ +static_assert(sizeof(AudioSliderBase_SetShowUnitsText) == 0x000001, "Wrong size on AudioSliderBase_SetShowUnitsText"); \ +static_assert(offsetof(AudioSliderBase_SetShowUnitsText, bShowUnitsText) == 0x000000, "Member 'AudioSliderBase_SetShowUnitsText::bShowUnitsText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetSliderBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderBackgroundColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderBackgroundColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderBarColor \ +static_assert(alignof(AudioSliderBase_SetSliderBarColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderBarColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderBarColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderBarColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderBarColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderThumbColor \ +static_assert(alignof(AudioSliderBase_SetSliderThumbColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderThumbColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderThumbColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderThumbColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderThumbColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderThumbColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetTextLabelBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetTextLabelBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetTextLabelBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetTextLabelBackgroundColor) == 0x000014, "Wrong size on AudioSliderBase_SetTextLabelBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetTextLabelBackgroundColor, InColor) == 0x000000, "Member 'AudioSliderBase_SetTextLabelBackgroundColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetUnitsText \ +static_assert(alignof(AudioSliderBase_SetUnitsText) == 0x000008, "Wrong alignment on AudioSliderBase_SetUnitsText"); \ +static_assert(sizeof(AudioSliderBase_SetUnitsText) == 0x000010, "Wrong size on AudioSliderBase_SetUnitsText"); \ +static_assert(offsetof(AudioSliderBase_SetUnitsText, Units) == 0x000000, "Member 'AudioSliderBase_SetUnitsText::Units' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetUnitsTextReadOnly \ +static_assert(alignof(AudioSliderBase_SetUnitsTextReadOnly) == 0x000001, "Wrong alignment on AudioSliderBase_SetUnitsTextReadOnly"); \ +static_assert(sizeof(AudioSliderBase_SetUnitsTextReadOnly) == 0x000001, "Wrong size on AudioSliderBase_SetUnitsTextReadOnly"); \ +static_assert(offsetof(AudioSliderBase_SetUnitsTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioSliderBase_SetUnitsTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetValueTextReadOnly \ +static_assert(alignof(AudioSliderBase_SetValueTextReadOnly) == 0x000001, "Wrong alignment on AudioSliderBase_SetValueTextReadOnly"); \ +static_assert(sizeof(AudioSliderBase_SetValueTextReadOnly) == 0x000001, "Wrong size on AudioSliderBase_SetValueTextReadOnly"); \ +static_assert(offsetof(AudioSliderBase_SetValueTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioSliderBase_SetValueTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetWidgetBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetWidgetBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetWidgetBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetWidgetBackgroundColor) == 0x000010, "Wrong size on AudioSliderBase_SetWidgetBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetWidgetBackgroundColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetWidgetBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSliderBase \ +static_assert(alignof(UAudioSliderBase) == 0x000010, "Wrong alignment on UAudioSliderBase"); \ +static_assert(sizeof(UAudioSliderBase) == 0x0009C0, "Wrong size on UAudioSliderBase"); \ +static_assert(offsetof(UAudioSliderBase, Value) == 0x000178, "Member 'UAudioSliderBase::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, UnitsText) == 0x000180, "Member 'UAudioSliderBase::UnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, TextLabelBackgroundColor) == 0x000190, "Member 'UAudioSliderBase::TextLabelBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, TextLabelBackgroundColorDelegate) == 0x0001A0, "Member 'UAudioSliderBase::TextLabelBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ShowLabelOnlyOnHover) == 0x0001B0, "Member 'UAudioSliderBase::ShowLabelOnlyOnHover' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ShowUnitsText) == 0x0001B1, "Member 'UAudioSliderBase::ShowUnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, IsUnitsTextReadOnly) == 0x0001B2, "Member 'UAudioSliderBase::IsUnitsTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, IsValueTextReadOnly) == 0x0001B3, "Member 'UAudioSliderBase::IsValueTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ValueDelegate) == 0x0001B4, "Member 'UAudioSliderBase::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBackgroundColor) == 0x0001C4, "Member 'UAudioSliderBase::SliderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBackgroundColorDelegate) == 0x0001D4, "Member 'UAudioSliderBase::SliderBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBarColor) == 0x0001E4, "Member 'UAudioSliderBase::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBarColorDelegate) == 0x0001F4, "Member 'UAudioSliderBase::SliderBarColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderThumbColor) == 0x000204, "Member 'UAudioSliderBase::SliderThumbColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderThumbColorDelegate) == 0x000214, "Member 'UAudioSliderBase::SliderThumbColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, WidgetBackgroundColor) == 0x000224, "Member 'UAudioSliderBase::WidgetBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, WidgetBackgroundColorDelegate) == 0x000234, "Member 'UAudioSliderBase::WidgetBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, Orientation) == 0x000244, "Member 'UAudioSliderBase::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, OnValueChanged) == 0x000248, "Member 'UAudioSliderBase::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSlider \ +static_assert(alignof(UAudioSlider) == 0x000010, "Wrong alignment on UAudioSlider"); \ +static_assert(sizeof(UAudioSlider) == 0x0009D0, "Wrong size on UAudioSlider"); \ +static_assert(offsetof(UAudioSlider, LinToOutputCurve) == 0x0009C0, "Member 'UAudioSlider::LinToOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UAudioSlider, OutputToLinCurve) == 0x0009C8, "Member 'UAudioSlider::OutputToLinCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVolumeSlider \ +static_assert(alignof(UAudioVolumeSlider) == 0x000010, "Wrong alignment on UAudioVolumeSlider"); \ +static_assert(sizeof(UAudioVolumeSlider) == 0x0009D0, "Wrong size on UAudioVolumeSlider"); \ + +#define DUMPER7_ASSERTS_UAudioFrequencySlider \ +static_assert(alignof(UAudioFrequencySlider) == 0x000010, "Wrong alignment on UAudioFrequencySlider"); \ +static_assert(sizeof(UAudioFrequencySlider) == 0x0009D0, "Wrong size on UAudioFrequencySlider"); \ +static_assert(offsetof(UAudioFrequencySlider, OutputRange) == 0x0009C0, "Member 'UAudioFrequencySlider::OutputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVectorscope \ +static_assert(alignof(UAudioVectorscope) == 0x000010, "Wrong alignment on UAudioVectorscope"); \ +static_assert(sizeof(UAudioVectorscope) == 0x0003B0, "Wrong size on UAudioVectorscope"); \ +static_assert(offsetof(UAudioVectorscope, VectorscopeStyle) == 0x000180, "Member 'UAudioVectorscope::VectorscopeStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, AudioBus) == 0x000340, "Member 'UAudioVectorscope::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, bShowGrid) == 0x000348, "Member 'UAudioVectorscope::bShowGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, GridDivisions) == 0x00034C, "Member 'UAudioVectorscope::GridDivisions' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, DisplayPersistenceMs) == 0x000350, "Member 'UAudioVectorscope::DisplayPersistenceMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, Scale) == 0x000354, "Member 'UAudioVectorscope::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, PanelLayoutType) == 0x000358, "Member 'UAudioVectorscope::PanelLayoutType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPromptActorAttachmentInfo \ +static_assert(alignof(FFPromptActorAttachmentInfo) == 0x000008, "Wrong alignment on FFPromptActorAttachmentInfo"); \ +static_assert(sizeof(FFPromptActorAttachmentInfo) == 0x000020, "Wrong size on FFPromptActorAttachmentInfo"); \ +static_assert(offsetof(FFPromptActorAttachmentInfo, Actor_2_24F31307470062A7E6D9ED80E26B93A5) == 0x000000, "Member 'FFPromptActorAttachmentInfo::Actor_2_24F31307470062A7E6D9ED80E26B93A5' has a wrong offset!"); \ +static_assert(offsetof(FFPromptActorAttachmentInfo, Offset_5_2C4410C745838B918FF375A9F820252A) == 0x000008, "Member 'FFPromptActorAttachmentInfo::Offset_5_2C4410C745838B918FF375A9F820252A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureImportSettings \ +static_assert(alignof(UTextureImportSettings) == 0x000008, "Wrong alignment on UTextureImportSettings"); \ +static_assert(sizeof(UTextureImportSettings) == 0x000040, "Wrong size on UTextureImportSettings"); \ +static_assert(offsetof(UTextureImportSettings, AutoVTSize) == 0x000038, "Member 'UTextureImportSettings::AutoVTSize' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, bEnableNormalizeNormals) == 0x00003C, "Member 'UTextureImportSettings::bEnableNormalizeNormals' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, bEnableFastMipFilter) == 0x00003D, "Member 'UTextureImportSettings::bEnableFastMipFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, CompressedFormatForFloatTextures) == 0x00003E, "Member 'UTextureImportSettings::CompressedFormatForFloatTextures' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, PNGInfill) == 0x00003F, "Member 'UTextureImportSettings::PNGInfill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsToolProperties \ +static_assert(alignof(URecomputeUVsToolProperties) == 0x000008, "Wrong alignment on URecomputeUVsToolProperties"); \ +static_assert(sizeof(URecomputeUVsToolProperties) == 0x0000E0, "Wrong size on URecomputeUVsToolProperties"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bEnablePolygroupSupport) == 0x0000A8, "Member 'URecomputeUVsToolProperties::bEnablePolygroupSupport' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, IslandGeneration) == 0x0000AC, "Member 'URecomputeUVsToolProperties::IslandGeneration' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, UnwrapType) == 0x0000B0, "Member 'URecomputeUVsToolProperties::UnwrapType' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, AutoRotation) == 0x0000B4, "Member 'URecomputeUVsToolProperties::AutoRotation' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bPreserveIrregularity) == 0x0000B8, "Member 'URecomputeUVsToolProperties::bPreserveIrregularity' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, SmoothingSteps) == 0x0000BC, "Member 'URecomputeUVsToolProperties::SmoothingSteps' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, SmoothingAlpha) == 0x0000C0, "Member 'URecomputeUVsToolProperties::SmoothingAlpha' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingDistortionThreshold) == 0x0000C4, "Member 'URecomputeUVsToolProperties::MergingDistortionThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingAngleThreshold) == 0x0000C8, "Member 'URecomputeUVsToolProperties::MergingAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, LayoutType) == 0x0000CC, "Member 'URecomputeUVsToolProperties::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, TextureResolution) == 0x0000D0, "Member 'URecomputeUVsToolProperties::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, NormalizeScale) == 0x0000D4, "Member 'URecomputeUVsToolProperties::NormalizeScale' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bEnableUDIMLayout) == 0x0000D8, "Member 'URecomputeUVsToolProperties::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bUDIMCVAREnabled) == 0x0000D9, "Member 'URecomputeUVsToolProperties::bUDIMCVAREnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutProperties \ +static_assert(alignof(UUVLayoutProperties) == 0x000008, "Wrong alignment on UUVLayoutProperties"); \ +static_assert(sizeof(UUVLayoutProperties) == 0x0000D0, "Wrong size on UUVLayoutProperties"); \ +static_assert(offsetof(UUVLayoutProperties, LayoutType) == 0x0000A8, "Member 'UUVLayoutProperties::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, TextureResolution) == 0x0000AC, "Member 'UUVLayoutProperties::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, Scale) == 0x0000B0, "Member 'UUVLayoutProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, Translation) == 0x0000B8, "Member 'UUVLayoutProperties::Translation' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bAllowFlips) == 0x0000C8, "Member 'UUVLayoutProperties::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bEnableUDIMLayout) == 0x0000C9, "Member 'UUVLayoutProperties::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bUDIMCVAREnabled) == 0x0000CA, "Member 'UUVLayoutProperties::bUDIMCVAREnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsOpFactory \ +static_assert(alignof(URecomputeUVsOpFactory) == 0x000010, "Wrong alignment on URecomputeUVsOpFactory"); \ +static_assert(sizeof(URecomputeUVsOpFactory) == 0x000140, "Wrong size on URecomputeUVsOpFactory"); \ +static_assert(offsetof(URecomputeUVsOpFactory, Settings) == 0x000030, "Member 'URecomputeUVsOpFactory::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutOperatorFactory \ +static_assert(alignof(UUVLayoutOperatorFactory) == 0x000010, "Wrong alignment on UUVLayoutOperatorFactory"); \ +static_assert(sizeof(UUVLayoutOperatorFactory) == 0x0001A0, "Wrong size on UUVLayoutOperatorFactory"); \ +static_assert(offsetof(UUVLayoutOperatorFactory, Settings) == 0x000030, "Member 'UUVLayoutOperatorFactory::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_RemoveExternalCompanion_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction) == 0x000488, "Wrong size on BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000038, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x0000B0, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D8, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_OutRow) == 0x000130, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000458, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x000460, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x000470, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue_1) == 0x000480, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x000484, "Member 'BP_GameAction_RemoveExternalCompanion_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_RemoveExternalCompanion_C \ +static_assert(alignof(UBP_GameAction_RemoveExternalCompanion_C) == 0x000008, "Wrong alignment on UBP_GameAction_RemoveExternalCompanion_C"); \ +static_assert(sizeof(UBP_GameAction_RemoveExternalCompanion_C) == 0x000040, "Wrong size on UBP_GameAction_RemoveExternalCompanion_C"); \ +static_assert(offsetof(UBP_GameAction_RemoveExternalCompanion_C, CharacterHardcodedNames) == 0x000030, "Member 'UBP_GameAction_RemoveExternalCompanion_C::CharacterHardcodedNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDebugMeshComponentToMaterialArray \ +static_assert(alignof(FFDebugMeshComponentToMaterialArray) == 0x000008, "Wrong alignment on FFDebugMeshComponentToMaterialArray"); \ +static_assert(sizeof(FFDebugMeshComponentToMaterialArray) == 0x000018, "Wrong size on FFDebugMeshComponentToMaterialArray"); \ +static_assert(offsetof(FFDebugMeshComponentToMaterialArray, MeshComponent_7_CE30F8674C2D6CB04F68DBBA1C54F6E3) == 0x000000, "Member 'FFDebugMeshComponentToMaterialArray::MeshComponent_7_CE30F8674C2D6CB04F68DBBA1C54F6E3' has a wrong offset!"); \ +static_assert(offsetof(FFDebugMeshComponentToMaterialArray, MaterialArray_6_225338B34DFEED8779572BB299522E6B) == 0x000008, "Member 'FFDebugMeshComponentToMaterialArray::MaterialArray_6_225338B34DFEED8779572BB299522E6B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ChangeLevelParameters \ +static_assert(alignof(FS_ChangeLevelParameters) == 0x000001, "Wrong alignment on FS_ChangeLevelParameters"); \ +static_assert(sizeof(FS_ChangeLevelParameters) == 0x000001, "Wrong size on FS_ChangeLevelParameters"); \ +static_assert(offsetof(FS_ChangeLevelParameters, IsLoadingFromSave_1_9D25E7E240BB73587BE586B2C32C301F) == 0x000000, "Member 'FS_ChangeLevelParameters::IsLoadingFromSave_1_9D25E7E240BB73587BE586B2C32C301F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateTextureObjectResult \ +static_assert(alignof(FCreateTextureObjectResult) == 0x000008, "Wrong alignment on FCreateTextureObjectResult"); \ +static_assert(sizeof(FCreateTextureObjectResult) == 0x000010, "Wrong size on FCreateTextureObjectResult"); \ +static_assert(offsetof(FCreateTextureObjectResult, ResultCode) == 0x000000, "Member 'FCreateTextureObjectResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateTextureObjectResult, NewAsset) == 0x000008, "Member 'FCreateTextureObjectResult::NewAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModelingToolsAxisFilter \ +static_assert(alignof(FModelingToolsAxisFilter) == 0x000001, "Wrong alignment on FModelingToolsAxisFilter"); \ +static_assert(sizeof(FModelingToolsAxisFilter) == 0x000003, "Wrong size on FModelingToolsAxisFilter"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisX) == 0x000000, "Member 'FModelingToolsAxisFilter::bAxisX' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisY) == 0x000001, "Member 'FModelingToolsAxisFilter::bAxisY' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisZ) == 0x000002, "Member 'FModelingToolsAxisFilter::bAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModelingToolsColorChannelFilter \ +static_assert(alignof(FModelingToolsColorChannelFilter) == 0x000001, "Wrong alignment on FModelingToolsColorChannelFilter"); \ +static_assert(sizeof(FModelingToolsColorChannelFilter) == 0x000004, "Wrong size on FModelingToolsColorChannelFilter"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bRed) == 0x000000, "Member 'FModelingToolsColorChannelFilter::bRed' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bGreen) == 0x000001, "Member 'FModelingToolsColorChannelFilter::bGreen' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bBlue) == 0x000002, "Member 'FModelingToolsColorChannelFilter::bBlue' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bAlpha) == 0x000003, "Member 'FModelingToolsColorChannelFilter::bAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateMaterialObjectResult \ +static_assert(alignof(FCreateMaterialObjectResult) == 0x000008, "Wrong alignment on FCreateMaterialObjectResult"); \ +static_assert(sizeof(FCreateMaterialObjectResult) == 0x000010, "Wrong size on FCreateMaterialObjectResult"); \ +static_assert(offsetof(FCreateMaterialObjectResult, ResultCode) == 0x000000, "Member 'FCreateMaterialObjectResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectResult, NewAsset) == 0x000008, "Member 'FCreateMaterialObjectResult::NewAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRenderableTriangleVertex \ +static_assert(alignof(FRenderableTriangleVertex) == 0x000008, "Wrong alignment on FRenderableTriangleVertex"); \ +static_assert(sizeof(FRenderableTriangleVertex) == 0x000048, "Wrong size on FRenderableTriangleVertex"); \ +static_assert(offsetof(FRenderableTriangleVertex, position) == 0x000000, "Member 'FRenderableTriangleVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangleVertex, UV) == 0x000018, "Member 'FRenderableTriangleVertex::UV' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangleVertex, Normal) == 0x000028, "Member 'FRenderableTriangleVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangleVertex, Color) == 0x000040, "Member 'FRenderableTriangleVertex::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateMeshObjectParams \ +static_assert(alignof(FCreateMeshObjectParams) == 0x000010, "Wrong alignment on FCreateMeshObjectParams"); \ +static_assert(sizeof(FCreateMeshObjectParams) == 0x000670, "Wrong size on FCreateMeshObjectParams"); \ +static_assert(offsetof(FCreateMeshObjectParams, SourceComponent) == 0x000000, "Member 'FCreateMeshObjectParams::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHint) == 0x000008, "Member 'FCreateMeshObjectParams::TypeHint' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHintClass) == 0x000010, "Member 'FCreateMeshObjectParams::TypeHintClass' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHintExtended) == 0x000018, "Member 'FCreateMeshObjectParams::TypeHintExtended' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TargetWorld) == 0x000020, "Member 'FCreateMeshObjectParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, Transform) == 0x000030, "Member 'FCreateMeshObjectParams::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, BaseName) == 0x000090, "Member 'FCreateMeshObjectParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, Materials) == 0x0000A0, "Member 'FCreateMeshObjectParams::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, AssetMaterials) == 0x0000B0, "Member 'FCreateMeshObjectParams::AssetMaterials' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableCollision) == 0x0000C0, "Member 'FCreateMeshObjectParams::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, CollisionMode) == 0x0000C1, "Member 'FCreateMeshObjectParams::CollisionMode' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRaytracingSupport) == 0x000120, "Member 'FCreateMeshObjectParams::bEnableRaytracingSupport' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bGenerateLightmapUVs) == 0x000121, "Member 'FCreateMeshObjectParams::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeNormals) == 0x000122, "Member 'FCreateMeshObjectParams::bEnableRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeTangents) == 0x000123, "Member 'FCreateMeshObjectParams::bEnableRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableNanite) == 0x000124, "Member 'FCreateMeshObjectParams::bEnableNanite' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, NaniteProxyTrianglePercent) == 0x000128, "Member 'FCreateMeshObjectParams::NaniteProxyTrianglePercent' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, NaniteSettings) == 0x000130, "Member 'FCreateMeshObjectParams::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRenderableTriangle \ +static_assert(alignof(FRenderableTriangle) == 0x000008, "Wrong alignment on FRenderableTriangle"); \ +static_assert(sizeof(FRenderableTriangle) == 0x0000E0, "Wrong size on FRenderableTriangle"); \ +static_assert(offsetof(FRenderableTriangle, Material) == 0x000000, "Member 'FRenderableTriangle::Material' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangle, Vertex0) == 0x000008, "Member 'FRenderableTriangle::Vertex0' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangle, Vertex1) == 0x000050, "Member 'FRenderableTriangle::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(FRenderableTriangle, Vertex2) == 0x000098, "Member 'FRenderableTriangle::Vertex2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateMeshObjectResult \ +static_assert(alignof(FCreateMeshObjectResult) == 0x000008, "Wrong alignment on FCreateMeshObjectResult"); \ +static_assert(sizeof(FCreateMeshObjectResult) == 0x000020, "Wrong size on FCreateMeshObjectResult"); \ +static_assert(offsetof(FCreateMeshObjectResult, ResultCode) == 0x000000, "Member 'FCreateMeshObjectResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectResult, NewActor) == 0x000008, "Member 'FCreateMeshObjectResult::NewActor' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectResult, NewComponent) == 0x000010, "Member 'FCreateMeshObjectResult::NewComponent' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectResult, NewAsset) == 0x000018, "Member 'FCreateMeshObjectResult::NewAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateTextureObjectParams \ +static_assert(alignof(FCreateTextureObjectParams) == 0x000008, "Wrong alignment on FCreateTextureObjectParams"); \ +static_assert(sizeof(FCreateTextureObjectParams) == 0x000030, "Wrong size on FCreateTextureObjectParams"); \ +static_assert(offsetof(FCreateTextureObjectParams, TypeHintExtended) == 0x000000, "Member 'FCreateTextureObjectParams::TypeHintExtended' has a wrong offset!"); \ +static_assert(offsetof(FCreateTextureObjectParams, TargetWorld) == 0x000008, "Member 'FCreateTextureObjectParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateTextureObjectParams, StoreRelativeToObject) == 0x000010, "Member 'FCreateTextureObjectParams::StoreRelativeToObject' has a wrong offset!"); \ +static_assert(offsetof(FCreateTextureObjectParams, BaseName) == 0x000018, "Member 'FCreateTextureObjectParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateTextureObjectParams, GeneratedTransientTexture) == 0x000028, "Member 'FCreateTextureObjectParams::GeneratedTransientTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateMaterialObjectParams \ +static_assert(alignof(FCreateMaterialObjectParams) == 0x000008, "Wrong alignment on FCreateMaterialObjectParams"); \ +static_assert(sizeof(FCreateMaterialObjectParams) == 0x000028, "Wrong size on FCreateMaterialObjectParams"); \ +static_assert(offsetof(FCreateMaterialObjectParams, TargetWorld) == 0x000000, "Member 'FCreateMaterialObjectParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, StoreRelativeToObject) == 0x000008, "Member 'FCreateMaterialObjectParams::StoreRelativeToObject' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, BaseName) == 0x000010, "Member 'FCreateMaterialObjectParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, MaterialToDuplicate) == 0x000020, "Member 'FCreateMaterialObjectParams::MaterialToDuplicate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateActorParams \ +static_assert(alignof(FCreateActorParams) == 0x000010, "Wrong alignment on FCreateActorParams"); \ +static_assert(sizeof(FCreateActorParams) == 0x000090, "Wrong size on FCreateActorParams"); \ +static_assert(offsetof(FCreateActorParams, TargetWorld) == 0x000000, "Member 'FCreateActorParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, BaseName) == 0x000008, "Member 'FCreateActorParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, Transform) == 0x000020, "Member 'FCreateActorParams::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, TemplateActor) == 0x000080, "Member 'FCreateActorParams::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, TemplateAsset) == 0x000088, "Member 'FCreateActorParams::TemplateAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateActorResult \ +static_assert(alignof(FCreateActorResult) == 0x000008, "Wrong alignment on FCreateActorResult"); \ +static_assert(sizeof(FCreateActorResult) == 0x000010, "Wrong size on FCreateActorResult"); \ +static_assert(offsetof(FCreateActorResult, ResultCode) == 0x000000, "Member 'FCreateActorResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorResult, NewActor) == 0x000008, "Member 'FCreateActorResult::NewActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshTopologySelectionMechanic \ +static_assert(alignof(UMeshTopologySelectionMechanic) == 0x000010, "Wrong alignment on UMeshTopologySelectionMechanic"); \ +static_assert(sizeof(UMeshTopologySelectionMechanic) == 0x000B30, "Wrong size on UMeshTopologySelectionMechanic"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, Properties) == 0x000078, "Member 'UMeshTopologySelectionMechanic::Properties' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, HoverBehavior) == 0x0000E0, "Member 'UMeshTopologySelectionMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, ClickOrDragBehavior) == 0x0000E8, "Member 'UMeshTopologySelectionMechanic::ClickOrDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, MarqueeMechanic) == 0x0000F0, "Member 'UMeshTopologySelectionMechanic::MarqueeMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, MarqueeSelectionUpdateType) == 0x0000F8, "Member 'UMeshTopologySelectionMechanic::MarqueeSelectionUpdateType' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, PreviewGeometryActor) == 0x000700, "Member 'UMeshTopologySelectionMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, DrawnTriangleSetComponent) == 0x000708, "Member 'UMeshTopologySelectionMechanic::DrawnTriangleSetComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, HighlightedFaceMaterial) == 0x000760, "Member 'UMeshTopologySelectionMechanic::HighlightedFaceMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoundarySelectionMechanic \ +static_assert(alignof(UBoundarySelectionMechanic) == 0x000010, "Wrong alignment on UBoundarySelectionMechanic"); \ +static_assert(sizeof(UBoundarySelectionMechanic) == 0x000B30, "Wrong size on UBoundarySelectionMechanic"); \ + +#define DUMPER7_ASSERTS_IDynamicMeshCommitter \ +static_assert(alignof(IDynamicMeshCommitter) == 0x000001, "Wrong alignment on IDynamicMeshCommitter"); \ +static_assert(sizeof(IDynamicMeshCommitter) == 0x000001, "Wrong size on IDynamicMeshCommitter"); \ + +#define DUMPER7_ASSERTS_IDynamicMeshProvider \ +static_assert(alignof(IDynamicMeshProvider) == 0x000001, "Wrong alignment on IDynamicMeshProvider"); \ +static_assert(sizeof(IDynamicMeshProvider) == 0x000001, "Wrong size on IDynamicMeshProvider"); \ + +#define DUMPER7_ASSERTS_IPersistentDynamicMeshSource \ +static_assert(alignof(IPersistentDynamicMeshSource) == 0x000001, "Wrong alignment on IPersistentDynamicMeshSource"); \ +static_assert(sizeof(IPersistentDynamicMeshSource) == 0x000001, "Wrong size on IPersistentDynamicMeshSource"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionVisualizationProperties \ +static_assert(alignof(UGeometrySelectionVisualizationProperties) == 0x000008, "Wrong alignment on UGeometrySelectionVisualizationProperties"); \ +static_assert(sizeof(UGeometrySelectionVisualizationProperties) == 0x000108, "Wrong size on UGeometrySelectionVisualizationProperties"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bEnableShowTriangleROIBorder) == 0x0000A8, "Member 'UGeometrySelectionVisualizationProperties::bEnableShowTriangleROIBorder' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bEnableShowEdgeSelectionVertices) == 0x0000A9, "Member 'UGeometrySelectionVisualizationProperties::bEnableShowEdgeSelectionVertices' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, SelectionElementType) == 0x0000AA, "Member 'UGeometrySelectionVisualizationProperties::SelectionElementType' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, SelectionTopologyType) == 0x0000AB, "Member 'UGeometrySelectionVisualizationProperties::SelectionTopologyType' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowSelection) == 0x0000AC, "Member 'UGeometrySelectionVisualizationProperties::bShowSelection' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowTriangleROIBorder) == 0x0000AD, "Member 'UGeometrySelectionVisualizationProperties::bShowTriangleROIBorder' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowHidden) == 0x0000AE, "Member 'UGeometrySelectionVisualizationProperties::bShowHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowEdgeSelectionVertices) == 0x0000AF, "Member 'UGeometrySelectionVisualizationProperties::bShowEdgeSelectionVertices' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineThickness) == 0x0000B0, "Member 'UGeometrySelectionVisualizationProperties::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointSize) == 0x0000B4, "Member 'UGeometrySelectionVisualizationProperties::PointSize' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, DepthBias) == 0x0000B8, "Member 'UGeometrySelectionVisualizationProperties::DepthBias' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, FaceColor) == 0x0000BC, "Member 'UGeometrySelectionVisualizationProperties::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineColor) == 0x0000C0, "Member 'UGeometrySelectionVisualizationProperties::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointColor) == 0x0000C4, "Member 'UGeometrySelectionVisualizationProperties::PointColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleROIBorderColor) == 0x0000C8, "Member 'UGeometrySelectionVisualizationProperties::TriangleROIBorderColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleMaterial) == 0x0000D0, "Member 'UGeometrySelectionVisualizationProperties::TriangleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineMaterial) == 0x0000D8, "Member 'UGeometrySelectionVisualizationProperties::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointMaterial) == 0x0000E0, "Member 'UGeometrySelectionVisualizationProperties::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleMaterialShowingHidden) == 0x0000E8, "Member 'UGeometrySelectionVisualizationProperties::TriangleMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineMaterialShowingHidden) == 0x0000F0, "Member 'UGeometrySelectionVisualizationProperties::LineMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointMaterialShowingHidden) == 0x0000F8, "Member 'UGeometrySelectionVisualizationProperties::PointMaterialShowingHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolActivity \ +static_assert(alignof(UInteractiveToolActivity) == 0x000008, "Wrong alignment on UInteractiveToolActivity"); \ +static_assert(sizeof(UInteractiveToolActivity) == 0x000030, "Wrong size on UInteractiveToolActivity"); \ + +#define DUMPER7_ASSERTS_IToolActivityHost \ +static_assert(alignof(IToolActivityHost) == 0x000001, "Wrong alignment on IToolActivityHost"); \ +static_assert(sizeof(IToolActivityHost) == 0x000001, "Wrong size on IToolActivityHost"); \ + +#define DUMPER7_ASSERTS_UMeshTopologySelectionMechanicProperties \ +static_assert(alignof(UMeshTopologySelectionMechanicProperties) == 0x000008, "Wrong alignment on UMeshTopologySelectionMechanicProperties"); \ +static_assert(sizeof(UMeshTopologySelectionMechanicProperties) == 0x0000C0, "Wrong size on UMeshTopologySelectionMechanicProperties"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectVertices) == 0x0000A8, "Member 'UMeshTopologySelectionMechanicProperties::bSelectVertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdges) == 0x0000A9, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectFaces) == 0x0000AA, "Member 'UMeshTopologySelectionMechanicProperties::bSelectFaces' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdgeLoops) == 0x0000AB, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdgeLoops' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdgeRings) == 0x0000AC, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdgeRings' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bHitBackFaces) == 0x0000AD, "Member 'UMeshTopologySelectionMechanicProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bEnableMarquee) == 0x0000AE, "Member 'UMeshTopologySelectionMechanicProperties::bEnableMarquee' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bMarqueeIgnoreOcclusion) == 0x0000AF, "Member 'UMeshTopologySelectionMechanicProperties::bMarqueeIgnoreOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bPreferProjectedElement) == 0x0000B0, "Member 'UMeshTopologySelectionMechanicProperties::bPreferProjectedElement' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectDownRay) == 0x0000B1, "Member 'UMeshTopologySelectionMechanicProperties::bSelectDownRay' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bIgnoreOcclusion) == 0x0000B2, "Member 'UMeshTopologySelectionMechanicProperties::bIgnoreOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommandArguments \ +static_assert(alignof(UGeometrySelectionEditCommandArguments) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommandArguments"); \ +static_assert(sizeof(UGeometrySelectionEditCommandArguments) == 0x000050, "Wrong size on UGeometrySelectionEditCommandArguments"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommandResult \ +static_assert(alignof(UGeometrySelectionEditCommandResult) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommandResult"); \ +static_assert(sizeof(UGeometrySelectionEditCommandResult) == 0x0000A0, "Wrong size on UGeometrySelectionEditCommandResult"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommand \ +static_assert(alignof(UGeometrySelectionEditCommand) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommand"); \ +static_assert(sizeof(UGeometrySelectionEditCommand) == 0x000028, "Wrong size on UGeometrySelectionEditCommand"); \ + +#define DUMPER7_ASSERTS_IToolHostCustomizationAPI \ +static_assert(alignof(IToolHostCustomizationAPI) == 0x000001, "Wrong alignment on IToolHostCustomizationAPI"); \ +static_assert(sizeof(IToolHostCustomizationAPI) == 0x000001, "Wrong size on IToolHostCustomizationAPI"); \ + +#define DUMPER7_ASSERTS_UVoxelProperties \ +static_assert(alignof(UVoxelProperties) == 0x000008, "Wrong alignment on UVoxelProperties"); \ +static_assert(sizeof(UVoxelProperties) == 0x0000C0, "Wrong size on UVoxelProperties"); \ +static_assert(offsetof(UVoxelProperties, VoxelCount) == 0x0000A8, "Member 'UVoxelProperties::VoxelCount' has a wrong offset!"); \ +static_assert(offsetof(UVoxelProperties, bAutoSimplify) == 0x0000AC, "Member 'UVoxelProperties::bAutoSimplify' has a wrong offset!"); \ +static_assert(offsetof(UVoxelProperties, bRemoveInternalSurfaces) == 0x0000AD, "Member 'UVoxelProperties::bRemoveInternalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UVoxelProperties, SimplifyMaxErrorFactor) == 0x0000B0, "Member 'UVoxelProperties::SimplifyMaxErrorFactor' has a wrong offset!"); \ +static_assert(offsetof(UVoxelProperties, CubeRootMinComponentVolume) == 0x0000B8, "Member 'UVoxelProperties::CubeRootMinComponentVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionMeshEditingToolBuilder \ +static_assert(alignof(UMultiSelectionMeshEditingToolBuilder) == 0x000008, "Wrong alignment on UMultiSelectionMeshEditingToolBuilder"); \ +static_assert(sizeof(UMultiSelectionMeshEditingToolBuilder) == 0x000028, "Wrong size on UMultiSelectionMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedToolBuilder \ +static_assert(alignof(UBaseCreateFromSelectedToolBuilder) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedToolBuilder"); \ +static_assert(sizeof(UBaseCreateFromSelectedToolBuilder) == 0x000028, "Wrong size on UBaseCreateFromSelectedToolBuilder"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesPropertiesBase \ +static_assert(alignof(UOnAcceptHandleSourcesPropertiesBase) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesPropertiesBase"); \ +static_assert(sizeof(UOnAcceptHandleSourcesPropertiesBase) == 0x0000A8, "Wrong size on UOnAcceptHandleSourcesPropertiesBase"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesProperties \ +static_assert(alignof(UOnAcceptHandleSourcesProperties) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesProperties"); \ +static_assert(sizeof(UOnAcceptHandleSourcesProperties) == 0x0000B0, "Wrong size on UOnAcceptHandleSourcesProperties"); \ +static_assert(offsetof(UOnAcceptHandleSourcesProperties, HandleInputs) == 0x0000A8, "Member 'UOnAcceptHandleSourcesProperties::HandleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedHandleSourceProperties \ +static_assert(alignof(UBaseCreateFromSelectedHandleSourceProperties) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedHandleSourceProperties"); \ +static_assert(sizeof(UBaseCreateFromSelectedHandleSourceProperties) == 0x0000D8, "Wrong size on UBaseCreateFromSelectedHandleSourceProperties"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputWriteTo) == 0x0000B0, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputWriteTo' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputNewName) == 0x0000B8, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputNewName' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputExistingName) == 0x0000C8, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputExistingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedCollisionProperties \ +static_assert(alignof(UBaseCreateFromSelectedCollisionProperties) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedCollisionProperties"); \ +static_assert(sizeof(UBaseCreateFromSelectedCollisionProperties) == 0x0000B0, "Wrong size on UBaseCreateFromSelectedCollisionProperties"); \ +static_assert(offsetof(UBaseCreateFromSelectedCollisionProperties, bTransferCollision) == 0x0000A8, "Member 'UBaseCreateFromSelectedCollisionProperties::bTransferCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformInputsToolProperties \ +static_assert(alignof(UTransformInputsToolProperties) == 0x000008, "Wrong alignment on UTransformInputsToolProperties"); \ +static_assert(sizeof(UTransformInputsToolProperties) == 0x0000B0, "Wrong size on UTransformInputsToolProperties"); \ +static_assert(offsetof(UTransformInputsToolProperties, bShowTransformGizmo) == 0x0000A8, "Member 'UTransformInputsToolProperties::bShowTransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionMeshEditingTool \ +static_assert(alignof(UMultiSelectionMeshEditingTool) == 0x000008, "Wrong alignment on UMultiSelectionMeshEditingTool"); \ +static_assert(sizeof(UMultiSelectionMeshEditingTool) == 0x0000B8, "Wrong size on UMultiSelectionMeshEditingTool"); \ +static_assert(offsetof(UMultiSelectionMeshEditingTool, TargetWorld) == 0x0000B0, "Member 'UMultiSelectionMeshEditingTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedTool \ +static_assert(alignof(UBaseCreateFromSelectedTool) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedTool"); \ +static_assert(sizeof(UBaseCreateFromSelectedTool) == 0x000108, "Wrong size on UBaseCreateFromSelectedTool"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProperties) == 0x0000C0, "Member 'UBaseCreateFromSelectedTool::TransformProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, OutputTypeProperties) == 0x0000C8, "Member 'UBaseCreateFromSelectedTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, HandleSourcesProperties) == 0x0000D0, "Member 'UBaseCreateFromSelectedTool::HandleSourcesProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, CollisionProperties) == 0x0000D8, "Member 'UBaseCreateFromSelectedTool::CollisionProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, Preview) == 0x0000E0, "Member 'UBaseCreateFromSelectedTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProxies) == 0x0000E8, "Member 'UBaseCreateFromSelectedTool::TransformProxies' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformGizmos) == 0x0000F8, "Member 'UBaseCreateFromSelectedTool::TransformGizmos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseMeshProcessingToolBuilder \ +static_assert(alignof(UBaseMeshProcessingToolBuilder) == 0x000008, "Wrong alignment on UBaseMeshProcessingToolBuilder"); \ +static_assert(sizeof(UBaseMeshProcessingToolBuilder) == 0x000028, "Wrong size on UBaseMeshProcessingToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBaseMeshProcessingTool \ +static_assert(alignof(UBaseMeshProcessingTool) == 0x000010, "Wrong alignment on UBaseMeshProcessingTool"); \ +static_assert(sizeof(UBaseMeshProcessingTool) == 0x000400, "Wrong size on UBaseMeshProcessingTool"); \ +static_assert(offsetof(UBaseMeshProcessingTool, Preview) == 0x0000C8, "Member 'UBaseMeshProcessingTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseVoxelTool \ +static_assert(alignof(UBaseVoxelTool) == 0x000008, "Wrong alignment on UBaseVoxelTool"); \ +static_assert(sizeof(UBaseVoxelTool) == 0x000120, "Wrong size on UBaseVoxelTool"); \ +static_assert(offsetof(UBaseVoxelTool, VoxProperties) == 0x000108, "Member 'UBaseVoxelTool::VoxProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointMeshEditingToolBuilder \ +static_assert(alignof(UMeshSurfacePointMeshEditingToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointMeshEditingToolBuilder"); \ +static_assert(sizeof(UMeshSurfacePointMeshEditingToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleSelectionMeshEditingToolBuilder \ +static_assert(alignof(USingleSelectionMeshEditingToolBuilder) == 0x000008, "Wrong alignment on USingleSelectionMeshEditingToolBuilder"); \ +static_assert(sizeof(USingleSelectionMeshEditingToolBuilder) == 0x000028, "Wrong size on USingleSelectionMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleSelectionMeshEditingTool \ +static_assert(alignof(USingleSelectionMeshEditingTool) == 0x000008, "Wrong alignment on USingleSelectionMeshEditingTool"); \ +static_assert(sizeof(USingleSelectionMeshEditingTool) == 0x0000B0, "Wrong size on USingleSelectionMeshEditingTool"); \ +static_assert(offsetof(USingleSelectionMeshEditingTool, TargetWorld) == 0x0000A8, "Member 'USingleSelectionMeshEditingTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleTargetWithSelectionToolBuilder \ +static_assert(alignof(USingleTargetWithSelectionToolBuilder) == 0x000008, "Wrong alignment on USingleTargetWithSelectionToolBuilder"); \ +static_assert(sizeof(USingleTargetWithSelectionToolBuilder) == 0x000028, "Wrong size on USingleTargetWithSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleTargetWithSelectionTool \ +static_assert(alignof(USingleTargetWithSelectionTool) == 0x000008, "Wrong alignment on USingleTargetWithSelectionTool"); \ +static_assert(sizeof(USingleTargetWithSelectionTool) == 0x000120, "Wrong size on USingleTargetWithSelectionTool"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, TargetWorld) == 0x0000A8, "Member 'USingleTargetWithSelectionTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, GeometrySelectionVizProperties) == 0x000110, "Member 'USingleTargetWithSelectionTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, GeometrySelectionViz) == 0x000118, "Member 'USingleTargetWithSelectionTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshReplacementChangeTarget \ +static_assert(alignof(UDynamicMeshReplacementChangeTarget) == 0x000008, "Wrong alignment on UDynamicMeshReplacementChangeTarget"); \ +static_assert(sizeof(UDynamicMeshReplacementChangeTarget) == 0x000058, "Wrong size on UDynamicMeshReplacementChangeTarget"); \ + +#define DUMPER7_ASSERTS_OctreeDynamicMeshComponent_SetDynamicMesh \ +static_assert(alignof(OctreeDynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong alignment on OctreeDynamicMeshComponent_SetDynamicMesh"); \ +static_assert(sizeof(OctreeDynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong size on OctreeDynamicMeshComponent_SetDynamicMesh"); \ +static_assert(offsetof(OctreeDynamicMeshComponent_SetDynamicMesh, NewMesh) == 0x000000, "Member 'OctreeDynamicMeshComponent_SetDynamicMesh::NewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOctreeDynamicMeshComponent \ +static_assert(alignof(UOctreeDynamicMeshComponent) == 0x000010, "Wrong alignment on UOctreeDynamicMeshComponent"); \ +static_assert(sizeof(UOctreeDynamicMeshComponent) == 0x0006D0, "Wrong size on UOctreeDynamicMeshComponent"); \ +static_assert(offsetof(UOctreeDynamicMeshComponent, MeshObject) == 0x000610, "Member 'UOctreeDynamicMeshComponent::MeshObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineSetComponent \ +static_assert(alignof(ULineSetComponent) == 0x000010, "Wrong alignment on ULineSetComponent"); \ +static_assert(sizeof(ULineSetComponent) == 0x0005D0, "Wrong size on ULineSetComponent"); \ +static_assert(offsetof(ULineSetComponent, LineMaterial) == 0x000550, "Member 'ULineSetComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, Bounds) == 0x000558, "Member 'ULineSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, bBoundsDirty) == 0x000590, "Member 'ULineSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizerProperties \ +static_assert(alignof(UMeshElementsVisualizerProperties) == 0x000008, "Wrong alignment on UMeshElementsVisualizerProperties"); \ +static_assert(sizeof(UMeshElementsVisualizerProperties) == 0x0000D8, "Wrong size on UMeshElementsVisualizerProperties"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bVisible) == 0x0000A8, "Member 'UMeshElementsVisualizerProperties::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowWireframe) == 0x0000A9, "Member 'UMeshElementsVisualizerProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowBorders) == 0x0000AA, "Member 'UMeshElementsVisualizerProperties::bShowBorders' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowUVSeams) == 0x0000AB, "Member 'UMeshElementsVisualizerProperties::bShowUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowNormalSeams) == 0x0000AC, "Member 'UMeshElementsVisualizerProperties::bShowNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowTangentSeams) == 0x0000AD, "Member 'UMeshElementsVisualizerProperties::bShowTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowColorSeams) == 0x0000AE, "Member 'UMeshElementsVisualizerProperties::bShowColorSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, ThicknessScale) == 0x0000B0, "Member 'UMeshElementsVisualizerProperties::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, WireframeColor) == 0x0000B4, "Member 'UMeshElementsVisualizerProperties::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, BoundaryEdgeColor) == 0x0000B8, "Member 'UMeshElementsVisualizerProperties::BoundaryEdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, UVSeamColor) == 0x0000BC, "Member 'UMeshElementsVisualizerProperties::UVSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, NormalSeamColor) == 0x0000C0, "Member 'UMeshElementsVisualizerProperties::NormalSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, TangentSeamColor) == 0x0000C4, "Member 'UMeshElementsVisualizerProperties::TangentSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, ColorSeamColor) == 0x0000C8, "Member 'UMeshElementsVisualizerProperties::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, DepthBias) == 0x0000CC, "Member 'UMeshElementsVisualizerProperties::DepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bAdjustDepthBiasUsingMeshSize) == 0x0000D0, "Member 'UMeshElementsVisualizerProperties::bAdjustDepthBiasUsingMeshSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddLineSet \ +static_assert(alignof(PreviewGeometry_AddLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddLineSet"); \ +static_assert(sizeof(PreviewGeometry_AddLineSet) == 0x000018, "Wrong size on PreviewGeometry_AddLineSet"); \ +static_assert(offsetof(PreviewGeometry_AddLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddPointSet \ +static_assert(alignof(PreviewGeometry_AddPointSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddPointSet"); \ +static_assert(sizeof(PreviewGeometry_AddPointSet) == 0x000018, "Wrong size on PreviewGeometry_AddPointSet"); \ +static_assert(offsetof(PreviewGeometry_AddPointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddPointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddPointSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddPointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddTriangleSet \ +static_assert(alignof(PreviewGeometry_AddTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_AddTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_AddTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_AddTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddTriangleSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_CreateInWorld \ +static_assert(alignof(PreviewGeometry_CreateInWorld) == 0x000010, "Wrong alignment on PreviewGeometry_CreateInWorld"); \ +static_assert(sizeof(PreviewGeometry_CreateInWorld) == 0x000070, "Wrong size on PreviewGeometry_CreateInWorld"); \ +static_assert(offsetof(PreviewGeometry_CreateInWorld, World) == 0x000000, "Member 'PreviewGeometry_CreateInWorld::World' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_CreateInWorld, WithTransform) == 0x000010, "Member 'PreviewGeometry_CreateInWorld::WithTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindLineSet \ +static_assert(alignof(PreviewGeometry_FindLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindLineSet"); \ +static_assert(sizeof(PreviewGeometry_FindLineSet) == 0x000018, "Wrong size on PreviewGeometry_FindLineSet"); \ +static_assert(offsetof(PreviewGeometry_FindLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindPointSet \ +static_assert(alignof(PreviewGeometry_FindPointSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindPointSet"); \ +static_assert(sizeof(PreviewGeometry_FindPointSet) == 0x000018, "Wrong size on PreviewGeometry_FindPointSet"); \ +static_assert(offsetof(PreviewGeometry_FindPointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindPointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindPointSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindPointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindTriangleSet \ +static_assert(alignof(PreviewGeometry_FindTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_FindTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_FindTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_FindTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindTriangleSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllLineSets \ +static_assert(alignof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllLineSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllLineSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllLineSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllLineSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllPointSets \ +static_assert(alignof(PreviewGeometry_RemoveAllPointSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllPointSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllPointSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllPointSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllPointSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllPointSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllTriangleSets \ +static_assert(alignof(PreviewGeometry_RemoveAllTriangleSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllTriangleSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllTriangleSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllTriangleSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllTriangleSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllTriangleSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveLineSet \ +static_assert(alignof(PreviewGeometry_RemoveLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemoveLineSet"); \ +static_assert(sizeof(PreviewGeometry_RemoveLineSet) == 0x000018, "Wrong size on PreviewGeometry_RemoveLineSet"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemoveLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemoveLineSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemoveLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemovePointSet \ +static_assert(alignof(PreviewGeometry_RemovePointSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemovePointSet"); \ +static_assert(sizeof(PreviewGeometry_RemovePointSet) == 0x000018, "Wrong size on PreviewGeometry_RemovePointSet"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemovePointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemovePointSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemovePointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveTriangleSet \ +static_assert(alignof(PreviewGeometry_RemoveTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemoveTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_RemoveTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_RemoveTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemoveTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemoveTriangleSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemoveTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetAllLineSetsMaterial \ +static_assert(alignof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetAllLineSetsMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong size on PreviewGeometry_SetAllLineSetsMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetAllLineSetsMaterial, Material) == 0x000000, "Member 'PreviewGeometry_SetAllLineSetsMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetAllPointSetsMaterial \ +static_assert(alignof(PreviewGeometry_SetAllPointSetsMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetAllPointSetsMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetAllPointSetsMaterial) == 0x000008, "Wrong size on PreviewGeometry_SetAllPointSetsMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetAllPointSetsMaterial, Material) == 0x000000, "Member 'PreviewGeometry_SetAllPointSetsMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetMaterial \ +static_assert(alignof(PreviewGeometry_SetLineSetMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetLineSetMaterial) == 0x000020, "Wrong size on PreviewGeometry_SetLineSetMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetMaterial::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, NewMaterial) == 0x000010, "Member 'PreviewGeometry_SetLineSetMaterial::NewMaterial' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, ReturnValue) == 0x000018, "Member 'PreviewGeometry_SetLineSetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetVisibility \ +static_assert(alignof(PreviewGeometry_SetLineSetVisibility) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetVisibility"); \ +static_assert(sizeof(PreviewGeometry_SetLineSetVisibility) == 0x000018, "Wrong size on PreviewGeometry_SetLineSetVisibility"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetVisibility::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, bVisible) == 0x000010, "Member 'PreviewGeometry_SetLineSetVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, ReturnValue) == 0x000011, "Member 'PreviewGeometry_SetLineSetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetPointSetMaterial \ +static_assert(alignof(PreviewGeometry_SetPointSetMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetPointSetMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetPointSetMaterial) == 0x000020, "Wrong size on PreviewGeometry_SetPointSetMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetPointSetMaterial::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, NewMaterial) == 0x000010, "Member 'PreviewGeometry_SetPointSetMaterial::NewMaterial' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, ReturnValue) == 0x000018, "Member 'PreviewGeometry_SetPointSetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetPointSetVisibility \ +static_assert(alignof(PreviewGeometry_SetPointSetVisibility) == 0x000008, "Wrong alignment on PreviewGeometry_SetPointSetVisibility"); \ +static_assert(sizeof(PreviewGeometry_SetPointSetVisibility) == 0x000018, "Wrong size on PreviewGeometry_SetPointSetVisibility"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetPointSetVisibility::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, bVisible) == 0x000010, "Member 'PreviewGeometry_SetPointSetVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, ReturnValue) == 0x000011, "Member 'PreviewGeometry_SetPointSetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_GetActor \ +static_assert(alignof(PreviewGeometry_GetActor) == 0x000008, "Wrong alignment on PreviewGeometry_GetActor"); \ +static_assert(sizeof(PreviewGeometry_GetActor) == 0x000008, "Wrong size on PreviewGeometry_GetActor"); \ +static_assert(offsetof(PreviewGeometry_GetActor, ReturnValue) == 0x000000, "Member 'PreviewGeometry_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewGeometry \ +static_assert(alignof(UPreviewGeometry) == 0x000008, "Wrong alignment on UPreviewGeometry"); \ +static_assert(sizeof(UPreviewGeometry) == 0x000120, "Wrong size on UPreviewGeometry"); \ +static_assert(offsetof(UPreviewGeometry, ParentActor) == 0x000028, "Member 'UPreviewGeometry::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, TriangleSets) == 0x000030, "Member 'UPreviewGeometry::TriangleSets' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, LineSets) == 0x000080, "Member 'UPreviewGeometry::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, PointSets) == 0x0000D0, "Member 'UPreviewGeometry::PointSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizer \ +static_assert(alignof(UMeshElementsVisualizer) == 0x000008, "Wrong alignment on UMeshElementsVisualizer"); \ +static_assert(sizeof(UMeshElementsVisualizer) == 0x000148, "Wrong size on UMeshElementsVisualizer"); \ +static_assert(offsetof(UMeshElementsVisualizer, Settings) == 0x000120, "Member 'UMeshElementsVisualizer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizer, WireframeComponent) == 0x000128, "Member 'UMeshElementsVisualizer::WireframeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshWireframeComponent \ +static_assert(alignof(UMeshWireframeComponent) == 0x000010, "Wrong alignment on UMeshWireframeComponent"); \ +static_assert(sizeof(UMeshWireframeComponent) == 0x000600, "Wrong size on UMeshWireframeComponent"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBias) == 0x000550, "Member 'UMeshWireframeComponent::LineDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBiasSizeScale) == 0x000554, "Member 'UMeshWireframeComponent::LineDepthBiasSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ThicknessScale) == 0x000558, "Member 'UMeshWireframeComponent::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableWireframe) == 0x00055C, "Member 'UMeshWireframeComponent::bEnableWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeColor) == 0x000560, "Member 'UMeshWireframeComponent::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeThickness) == 0x000564, "Member 'UMeshWireframeComponent::WireframeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableBoundaryEdges) == 0x000568, "Member 'UMeshWireframeComponent::bEnableBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeColor) == 0x00056C, "Member 'UMeshWireframeComponent::BoundaryEdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeThickness) == 0x000570, "Member 'UMeshWireframeComponent::BoundaryEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableUVSeams) == 0x000574, "Member 'UMeshWireframeComponent::bEnableUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamColor) == 0x000578, "Member 'UMeshWireframeComponent::UVSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamThickness) == 0x00057C, "Member 'UMeshWireframeComponent::UVSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableNormalSeams) == 0x000580, "Member 'UMeshWireframeComponent::bEnableNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamColor) == 0x000584, "Member 'UMeshWireframeComponent::NormalSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamThickness) == 0x000588, "Member 'UMeshWireframeComponent::NormalSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableTangentSeams) == 0x00058C, "Member 'UMeshWireframeComponent::bEnableTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, TangentSeamColor) == 0x000590, "Member 'UMeshWireframeComponent::TangentSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, TangentSeamThickness) == 0x000594, "Member 'UMeshWireframeComponent::TangentSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableColorSeams) == 0x000598, "Member 'UMeshWireframeComponent::bEnableColorSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamColor) == 0x00059C, "Member 'UMeshWireframeComponent::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamThickness) == 0x0005A0, "Member 'UMeshWireframeComponent::ColorSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineMaterial) == 0x0005A8, "Member 'UMeshWireframeComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LocalBounds) == 0x0005B0, "Member 'UMeshWireframeComponent::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointSetComponent \ +static_assert(alignof(UPointSetComponent) == 0x000010, "Wrong alignment on UPointSetComponent"); \ +static_assert(sizeof(UPointSetComponent) == 0x0005D0, "Wrong size on UPointSetComponent"); \ +static_assert(offsetof(UPointSetComponent, PointMaterial) == 0x000550, "Member 'UPointSetComponent::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, Bounds) == 0x000558, "Member 'UPointSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, bBoundsDirty) == 0x000590, "Member 'UPointSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewMesh \ +static_assert(alignof(UPreviewMesh) == 0x000010, "Wrong alignment on UPreviewMesh"); \ +static_assert(sizeof(UPreviewMesh) == 0x000140, "Wrong size on UPreviewMesh"); \ +static_assert(offsetof(UPreviewMesh, bBuildSpatialDataStructure) == 0x000040, "Member 'UPreviewMesh::bBuildSpatialDataStructure' has a wrong offset!"); \ +static_assert(offsetof(UPreviewMesh, DynamicMeshComponent) == 0x000050, "Member 'UPreviewMesh::DynamicMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditPreviewMesh \ +static_assert(alignof(UPolyEditPreviewMesh) == 0x000010, "Wrong alignment on UPolyEditPreviewMesh"); \ +static_assert(sizeof(UPolyEditPreviewMesh) == 0x000480, "Wrong size on UPolyEditPreviewMesh"); \ + +#define DUMPER7_ASSERTS_APreviewGeometryActor \ +static_assert(alignof(APreviewGeometryActor) == 0x000008, "Wrong alignment on APreviewGeometryActor"); \ +static_assert(sizeof(APreviewGeometryActor) == 0x000298, "Wrong size on APreviewGeometryActor"); \ + +#define DUMPER7_ASSERTS_UTriangleSetComponent \ +static_assert(alignof(UTriangleSetComponent) == 0x000010, "Wrong alignment on UTriangleSetComponent"); \ +static_assert(sizeof(UTriangleSetComponent) == 0x000650, "Wrong size on UTriangleSetComponent"); \ +static_assert(offsetof(UTriangleSetComponent, Bounds) == 0x000550, "Member 'UTriangleSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UTriangleSetComponent, bBoundsDirty) == 0x000588, "Member 'UTriangleSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutPreviewProperties \ +static_assert(alignof(UUVLayoutPreviewProperties) == 0x000008, "Wrong alignment on UUVLayoutPreviewProperties"); \ +static_assert(sizeof(UUVLayoutPreviewProperties) == 0x0000D0, "Wrong size on UUVLayoutPreviewProperties"); \ +static_assert(offsetof(UUVLayoutPreviewProperties, bEnabled) == 0x0000A8, "Member 'UUVLayoutPreviewProperties::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreviewProperties, Side) == 0x0000AC, "Member 'UUVLayoutPreviewProperties::Side' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreviewProperties, Scale) == 0x0000B0, "Member 'UUVLayoutPreviewProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreviewProperties, Offset) == 0x0000B8, "Member 'UUVLayoutPreviewProperties::Offset' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreviewProperties, bShowWireframe) == 0x0000C8, "Member 'UUVLayoutPreviewProperties::bShowWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutPreview \ +static_assert(alignof(UUVLayoutPreview) == 0x000010, "Wrong alignment on UUVLayoutPreview"); \ +static_assert(sizeof(UUVLayoutPreview) == 0x000170, "Wrong size on UUVLayoutPreview"); \ +static_assert(offsetof(UUVLayoutPreview, Settings) == 0x000028, "Member 'UUVLayoutPreview::Settings' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, PreviewMesh) == 0x000030, "Member 'UUVLayoutPreview::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, MeshElementsVisualizer) == 0x000038, "Member 'UUVLayoutPreview::MeshElementsVisualizer' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, TriangleComponent) == 0x000040, "Member 'UUVLayoutPreview::TriangleComponent' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, bShowBackingRectangle) == 0x000048, "Member 'UUVLayoutPreview::bShowBackingRectangle' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, BackingRectangleMaterial) == 0x000050, "Member 'UUVLayoutPreview::BackingRectangleMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollectSurfacePathMechanic \ +static_assert(alignof(UCollectSurfacePathMechanic) == 0x000008, "Wrong alignment on UCollectSurfacePathMechanic"); \ +static_assert(sizeof(UCollectSurfacePathMechanic) == 0x0005C0, "Wrong size on UCollectSurfacePathMechanic"); \ + +#define DUMPER7_ASSERTS_UCollisionPrimitivesMechanic \ +static_assert(alignof(UCollisionPrimitivesMechanic) == 0x000010, "Wrong alignment on UCollisionPrimitivesMechanic"); \ +static_assert(sizeof(UCollisionPrimitivesMechanic) == 0x000570, "Wrong size on UCollisionPrimitivesMechanic"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, PreviewGeometry) == 0x000240, "Member 'UCollisionPrimitivesMechanic::PreviewGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, DrawnPrimitiveEdges) == 0x000248, "Member 'UCollisionPrimitivesMechanic::DrawnPrimitiveEdges' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, TranslateTransformProxy) == 0x0003A0, "Member 'UCollisionPrimitivesMechanic::TranslateTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, SphereTransformProxy) == 0x0003A8, "Member 'UCollisionPrimitivesMechanic::SphereTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxTransformProxy) == 0x0003B0, "Member 'UCollisionPrimitivesMechanic::BoxTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleTransformProxy) == 0x0003B8, "Member 'UCollisionPrimitivesMechanic::CapsuleTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, FullTransformProxy) == 0x0003C0, "Member 'UCollisionPrimitivesMechanic::FullTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CurrentActiveProxy) == 0x0003C8, "Member 'UCollisionPrimitivesMechanic::CurrentActiveProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, TranslateTransformGizmo) == 0x0003D0, "Member 'UCollisionPrimitivesMechanic::TranslateTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, SphereTransformGizmo) == 0x0003D8, "Member 'UCollisionPrimitivesMechanic::SphereTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxTransformGizmo) == 0x0003E0, "Member 'UCollisionPrimitivesMechanic::BoxTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleTransformGizmo) == 0x0003E8, "Member 'UCollisionPrimitivesMechanic::CapsuleTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, FullTransformGizmo) == 0x0003F0, "Member 'UCollisionPrimitivesMechanic::FullTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, MarqueeMechanic) == 0x000448, "Member 'UCollisionPrimitivesMechanic::MarqueeMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionPlaneMechanic \ +static_assert(alignof(UConstructionPlaneMechanic) == 0x000010, "Wrong alignment on UConstructionPlaneMechanic"); \ +static_assert(sizeof(UConstructionPlaneMechanic) == 0x0000F0, "Wrong size on UConstructionPlaneMechanic"); \ +static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformGizmo) == 0x0000C8, "Member 'UConstructionPlaneMechanic::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformProxy) == 0x0000D0, "Member 'UConstructionPlaneMechanic::PlaneTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, ClickToSetPlaneBehavior) == 0x0000E0, "Member 'UConstructionPlaneMechanic::ClickToSetPlaneBehavior' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, MiddleClickToSetGizmoBehavior) == 0x0000E8, "Member 'UConstructionPlaneMechanic::MiddleClickToSetGizmoBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveControlPointsMechanic \ +static_assert(alignof(UCurveControlPointsMechanic) == 0x000010, "Wrong alignment on UCurveControlPointsMechanic"); \ +static_assert(sizeof(UCurveControlPointsMechanic) == 0x000680, "Wrong size on UCurveControlPointsMechanic"); \ +static_assert(offsetof(UCurveControlPointsMechanic, ClickBehavior) == 0x000040, "Member 'UCurveControlPointsMechanic::ClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, HoverBehavior) == 0x000048, "Member 'UCurveControlPointsMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PreviewGeometryActor) == 0x0004E8, "Member 'UCurveControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlPoints) == 0x0004F0, "Member 'UCurveControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlSegments) == 0x0004F8, "Member 'UCurveControlPointsMechanic::DrawnControlSegments' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PreviewPoint) == 0x000500, "Member 'UCurveControlPointsMechanic::PreviewPoint' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PreviewSegment) == 0x000508, "Member 'UCurveControlPointsMechanic::PreviewSegment' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PointTransformProxy) == 0x000588, "Member 'UCurveControlPointsMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PointTransformGizmo) == 0x000590, "Member 'UCurveControlPointsMechanic::PointTransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragAlignmentMechanic \ +static_assert(alignof(UDragAlignmentMechanic) == 0x000008, "Wrong alignment on UDragAlignmentMechanic"); \ +static_assert(sizeof(UDragAlignmentMechanic) == 0x000280, "Wrong size on UDragAlignmentMechanic"); \ + +#define DUMPER7_ASSERTS_UDragAlignmentInteraction \ +static_assert(alignof(UDragAlignmentInteraction) == 0x000008, "Wrong alignment on UDragAlignmentInteraction"); \ +static_assert(sizeof(UDragAlignmentInteraction) == 0x0002E0, "Wrong size on UDragAlignmentInteraction"); \ + +#define DUMPER7_ASSERTS_ULatticeControlPointsMechanic \ +static_assert(alignof(ULatticeControlPointsMechanic) == 0x000010, "Wrong alignment on ULatticeControlPointsMechanic"); \ +static_assert(sizeof(ULatticeControlPointsMechanic) == 0x000510, "Wrong size on ULatticeControlPointsMechanic"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PreviewGeometryActor) == 0x000220, "Member 'ULatticeControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnControlPoints) == 0x000228, "Member 'ULatticeControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnLatticeEdges) == 0x000230, "Member 'ULatticeControlPointsMechanic::DrawnLatticeEdges' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PointTransformProxy) == 0x0002E0, "Member 'ULatticeControlPointsMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PointTransformGizmo) == 0x0002E8, "Member 'ULatticeControlPointsMechanic::PointTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, MarqueeMechanic) == 0x000348, "Member 'ULatticeControlPointsMechanic::MarqueeMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneDistanceFromHitMechanic \ +static_assert(alignof(UPlaneDistanceFromHitMechanic) == 0x000008, "Wrong alignment on UPlaneDistanceFromHitMechanic"); \ +static_assert(sizeof(UPlaneDistanceFromHitMechanic) == 0x000520, "Wrong size on UPlaneDistanceFromHitMechanic"); \ + +#define DUMPER7_ASSERTS_UPolyLassoMarqueeMechanic \ +static_assert(alignof(UPolyLassoMarqueeMechanic) == 0x000010, "Wrong alignment on UPolyLassoMarqueeMechanic"); \ +static_assert(sizeof(UPolyLassoMarqueeMechanic) == 0x0001D0, "Wrong size on UPolyLassoMarqueeMechanic"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, SpacingTolerance) == 0x000088, "Member 'UPolyLassoMarqueeMechanic::SpacingTolerance' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, LineThickness) == 0x00008C, "Member 'UPolyLassoMarqueeMechanic::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, LineColor) == 0x000090, "Member 'UPolyLassoMarqueeMechanic::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, ClosedColor) == 0x0000A0, "Member 'UPolyLassoMarqueeMechanic::ClosedColor' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, bEnableFreehandPolygons) == 0x0000B0, "Member 'UPolyLassoMarqueeMechanic::bEnableFreehandPolygons' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, bEnableMultiClickPolygons) == 0x0000B1, "Member 'UPolyLassoMarqueeMechanic::bEnableMultiClickPolygons' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, ClickDragBehavior) == 0x0000B8, "Member 'UPolyLassoMarqueeMechanic::ClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, HoverBehavior) == 0x0000C0, "Member 'UPolyLassoMarqueeMechanic::HoverBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectangleMarqueeMechanic \ +static_assert(alignof(URectangleMarqueeMechanic) == 0x000010, "Wrong alignment on URectangleMarqueeMechanic"); \ +static_assert(sizeof(URectangleMarqueeMechanic) == 0x000220, "Wrong size on URectangleMarqueeMechanic"); \ +static_assert(offsetof(URectangleMarqueeMechanic, bUseExternalClickDragBehavior) == 0x000038, "Member 'URectangleMarqueeMechanic::bUseExternalClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, bUseExternalUpdateCameraState) == 0x000039, "Member 'URectangleMarqueeMechanic::bUseExternalUpdateCameraState' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, OnDragRectangleChangedDeferredThreshold) == 0x000080, "Member 'URectangleMarqueeMechanic::OnDragRectangleChangedDeferredThreshold' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, ClickDragBehavior) == 0x0000D0, "Member 'URectangleMarqueeMechanic::ClickDragBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectangleMarqueeInteraction \ +static_assert(alignof(URectangleMarqueeInteraction) == 0x000008, "Wrong alignment on URectangleMarqueeInteraction"); \ +static_assert(sizeof(URectangleMarqueeInteraction) == 0x000210, "Wrong size on URectangleMarqueeInteraction"); \ + +#define DUMPER7_ASSERTS_USpaceCurveDeformationMechanicPropertySet \ +static_assert(alignof(USpaceCurveDeformationMechanicPropertySet) == 0x000008, "Wrong alignment on USpaceCurveDeformationMechanicPropertySet"); \ +static_assert(sizeof(USpaceCurveDeformationMechanicPropertySet) == 0x0000B8, "Wrong size on USpaceCurveDeformationMechanicPropertySet"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformMode) == 0x0000A8, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformOrigin) == 0x0000AC, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformOrigin' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, Softness) == 0x0000B0, "Member 'USpaceCurveDeformationMechanicPropertySet::Softness' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, SoftFalloff) == 0x0000B4, "Member 'USpaceCurveDeformationMechanicPropertySet::SoftFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpaceCurveDeformationMechanic \ +static_assert(alignof(USpaceCurveDeformationMechanic) == 0x000010, "Wrong alignment on USpaceCurveDeformationMechanic"); \ +static_assert(sizeof(USpaceCurveDeformationMechanic) == 0x0002D0, "Wrong size on USpaceCurveDeformationMechanic"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, ClickBehavior) == 0x000040, "Member 'USpaceCurveDeformationMechanic::ClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, HoverBehavior) == 0x000048, "Member 'USpaceCurveDeformationMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, TransformProperties) == 0x000068, "Member 'USpaceCurveDeformationMechanic::TransformProperties' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PreviewGeometryActor) == 0x000168, "Member 'USpaceCurveDeformationMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, RenderPoints) == 0x000170, "Member 'USpaceCurveDeformationMechanic::RenderPoints' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, RenderSegments) == 0x000178, "Member 'USpaceCurveDeformationMechanic::RenderSegments' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformProxy) == 0x0001B8, "Member 'USpaceCurveDeformationMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformGizmo) == 0x0001C0, "Member 'USpaceCurveDeformationMechanic::PointTransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpatialCurveDistanceMechanic \ +static_assert(alignof(USpatialCurveDistanceMechanic) == 0x000008, "Wrong alignment on USpatialCurveDistanceMechanic"); \ +static_assert(sizeof(USpatialCurveDistanceMechanic) == 0x000410, "Wrong size on USpatialCurveDistanceMechanic"); \ + +#define DUMPER7_ASSERTS_UMeshOpPreviewWithBackgroundCompute \ +static_assert(alignof(UMeshOpPreviewWithBackgroundCompute) == 0x000008, "Wrong alignment on UMeshOpPreviewWithBackgroundCompute"); \ +static_assert(sizeof(UMeshOpPreviewWithBackgroundCompute) == 0x0000B8, "Wrong size on UMeshOpPreviewWithBackgroundCompute"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, PreviewMesh) == 0x000058, "Member 'UMeshOpPreviewWithBackgroundCompute::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, StandardMaterials) == 0x000060, "Member 'UMeshOpPreviewWithBackgroundCompute::StandardMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, OverrideMaterial) == 0x000070, "Member 'UMeshOpPreviewWithBackgroundCompute::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, WorkingMaterial) == 0x000078, "Member 'UMeshOpPreviewWithBackgroundCompute::WorkingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, SecondaryMaterial) == 0x000080, "Member 'UMeshOpPreviewWithBackgroundCompute::SecondaryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, PreviewWorld) == 0x000088, "Member 'UMeshOpPreviewWithBackgroundCompute::PreviewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingComponentsSettings \ +static_assert(alignof(UModelingComponentsSettings) == 0x000008, "Wrong alignment on UModelingComponentsSettings"); \ +static_assert(sizeof(UModelingComponentsSettings) == 0x000040, "Wrong size on UModelingComponentsSettings"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableRayTracingWhileEditing) == 0x000038, "Member 'UModelingComponentsSettings::bEnableRayTracingWhileEditing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableRayTracing) == 0x000039, "Member 'UModelingComponentsSettings::bEnableRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bGenerateLightmapUVs) == 0x00003A, "Member 'UModelingComponentsSettings::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableCollision) == 0x00003B, "Member 'UModelingComponentsSettings::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, CollisionMode) == 0x00003C, "Member 'UModelingComponentsSettings::CollisionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingComponentsEditorSettings \ +static_assert(alignof(UModelingComponentsEditorSettings) == 0x000008, "Wrong alignment on UModelingComponentsEditorSettings"); \ +static_assert(sizeof(UModelingComponentsEditorSettings) == 0x000050, "Wrong size on UModelingComponentsEditorSettings"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridMode) == 0x000038, "Member 'UModelingComponentsEditorSettings::GridMode' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, NumGridLines) == 0x00003C, "Member 'UModelingComponentsEditorSettings::NumGridLines' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridSpacing) == 0x000040, "Member 'UModelingComponentsEditorSettings::GridSpacing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridScale) == 0x000044, "Member 'UModelingComponentsEditorSettings::GridScale' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridSize) == 0x000048, "Member 'UModelingComponentsEditorSettings::GridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateMaterialObject \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateMaterialObject) == 0x000008, "Wrong alignment on ModelingObjectsCreationAPI_CreateMaterialObject"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateMaterialObject) == 0x000038, "Wrong size on ModelingObjectsCreationAPI_CreateMaterialObject"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMaterialObject, CreateMaterialParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateMaterialObject::CreateMaterialParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMaterialObject, ReturnValue) == 0x000028, "Member 'ModelingObjectsCreationAPI_CreateMaterialObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateMeshObject \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateMeshObject) == 0x000010, "Wrong alignment on ModelingObjectsCreationAPI_CreateMeshObject"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateMeshObject) == 0x000690, "Wrong size on ModelingObjectsCreationAPI_CreateMeshObject"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMeshObject, CreateMeshParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateMeshObject::CreateMeshParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMeshObject, ReturnValue) == 0x000670, "Member 'ModelingObjectsCreationAPI_CreateMeshObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateNewActor \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateNewActor) == 0x000010, "Wrong alignment on ModelingObjectsCreationAPI_CreateNewActor"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateNewActor) == 0x0000A0, "Wrong size on ModelingObjectsCreationAPI_CreateNewActor"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewActor, CreateActorParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateNewActor::CreateActorParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewActor, ReturnValue) == 0x000090, "Member 'ModelingObjectsCreationAPI_CreateNewActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateTextureObject \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateTextureObject) == 0x000008, "Wrong alignment on ModelingObjectsCreationAPI_CreateTextureObject"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateTextureObject) == 0x000040, "Wrong size on ModelingObjectsCreationAPI_CreateTextureObject"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateTextureObject, CreateTexParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateTextureObject::CreateTexParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateTextureObject, ReturnValue) == 0x000030, "Member 'ModelingObjectsCreationAPI_CreateTextureObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingObjectsCreationAPI \ +static_assert(alignof(UModelingObjectsCreationAPI) == 0x000008, "Wrong alignment on UModelingObjectsCreationAPI"); \ +static_assert(sizeof(UModelingObjectsCreationAPI) == 0x000028, "Wrong size on UModelingObjectsCreationAPI"); \ + +#define DUMPER7_ASSERTS_APreviewMeshActor \ +static_assert(alignof(APreviewMeshActor) == 0x000008, "Wrong alignment on APreviewMeshActor"); \ +static_assert(sizeof(APreviewMeshActor) == 0x000298, "Wrong size on APreviewMeshActor"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc \ +static_assert(alignof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc) == 0x000008, "Wrong alignment on CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc) == 0x000010, "Wrong size on CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_GetCurrentCreateMeshType \ +static_assert(alignof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType) == 0x000001, "Wrong alignment on CreateMeshObjectTypeProperties_GetCurrentCreateMeshType"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType) == 0x000001, "Wrong size on CreateMeshObjectTypeProperties_GetCurrentCreateMeshType"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_GetCurrentCreateMeshType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_ShouldShowPropertySet \ +static_assert(alignof(CreateMeshObjectTypeProperties_ShouldShowPropertySet) == 0x000001, "Wrong alignment on CreateMeshObjectTypeProperties_ShouldShowPropertySet"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_ShouldShowPropertySet) == 0x000001, "Wrong size on CreateMeshObjectTypeProperties_ShouldShowPropertySet"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_ShouldShowPropertySet, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_ShouldShowPropertySet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateMeshObjectTypeProperties \ +static_assert(alignof(UCreateMeshObjectTypeProperties) == 0x000008, "Wrong alignment on UCreateMeshObjectTypeProperties"); \ +static_assert(sizeof(UCreateMeshObjectTypeProperties) == 0x0000D8, "Wrong size on UCreateMeshObjectTypeProperties"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, OutputType) == 0x0000A8, "Member 'UCreateMeshObjectTypeProperties::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, VolumeType) == 0x0000B8, "Member 'UCreateMeshObjectTypeProperties::VolumeType' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, OutputTypeNamesList) == 0x0000C0, "Member 'UCreateMeshObjectTypeProperties::OutputTypeNamesList' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, bShowVolumeList) == 0x0000D0, "Member 'UCreateMeshObjectTypeProperties::bShowVolumeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesPropertiesSingle \ +static_assert(alignof(UOnAcceptHandleSourcesPropertiesSingle) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesPropertiesSingle"); \ +static_assert(sizeof(UOnAcceptHandleSourcesPropertiesSingle) == 0x0000B0, "Wrong size on UOnAcceptHandleSourcesPropertiesSingle"); \ +static_assert(offsetof(UOnAcceptHandleSourcesPropertiesSingle, HandleInputs) == 0x0000A8, "Member 'UOnAcceptHandleSourcesPropertiesSingle::HandleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PolygroupLayersProperties_GetGroupLayersFunc \ +static_assert(alignof(PolygroupLayersProperties_GetGroupLayersFunc) == 0x000008, "Wrong alignment on PolygroupLayersProperties_GetGroupLayersFunc"); \ +static_assert(sizeof(PolygroupLayersProperties_GetGroupLayersFunc) == 0x000010, "Wrong size on PolygroupLayersProperties_GetGroupLayersFunc"); \ +static_assert(offsetof(PolygroupLayersProperties_GetGroupLayersFunc, ReturnValue) == 0x000000, "Member 'PolygroupLayersProperties_GetGroupLayersFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolygroupLayersProperties \ +static_assert(alignof(UPolygroupLayersProperties) == 0x000008, "Wrong alignment on UPolygroupLayersProperties"); \ +static_assert(sizeof(UPolygroupLayersProperties) == 0x0000C0, "Wrong size on UPolygroupLayersProperties"); \ +static_assert(offsetof(UPolygroupLayersProperties, ActiveGroupLayer) == 0x0000A8, "Member 'UPolygroupLayersProperties::ActiveGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(UPolygroupLayersProperties, GroupLayersList) == 0x0000B0, "Member 'UPolygroupLayersProperties::GroupLayersList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WeightMapSetProperties_GetWeightMapsFunc \ +static_assert(alignof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on WeightMapSetProperties_GetWeightMapsFunc"); \ +static_assert(sizeof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on WeightMapSetProperties_GetWeightMapsFunc"); \ +static_assert(offsetof(WeightMapSetProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'WeightMapSetProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightMapSetProperties \ +static_assert(alignof(UWeightMapSetProperties) == 0x000008, "Wrong alignment on UWeightMapSetProperties"); \ +static_assert(sizeof(UWeightMapSetProperties) == 0x0000C8, "Wrong size on UWeightMapSetProperties"); \ +static_assert(offsetof(UWeightMapSetProperties, WeightMap) == 0x0000A8, "Member 'UWeightMapSetProperties::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UWeightMapSetProperties, WeightMapsList) == 0x0000B0, "Member 'UWeightMapSetProperties::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UWeightMapSetProperties, bInvertWeightMap) == 0x0000C0, "Member 'UWeightMapSetProperties::bInvertWeightMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionManager \ +static_assert(alignof(UGeometrySelectionManager) == 0x000008, "Wrong alignment on UGeometrySelectionManager"); \ +static_assert(sizeof(UGeometrySelectionManager) == 0x0002C0, "Wrong size on UGeometrySelectionManager"); \ +static_assert(offsetof(UGeometrySelectionManager, SelectionArguments) == 0x000050, "Member 'UGeometrySelectionManager::SelectionArguments' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, ToolsContext) == 0x000060, "Member 'UGeometrySelectionManager::ToolsContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanicProperties \ +static_assert(alignof(UPolygonSelectionMechanicProperties) == 0x000008, "Wrong alignment on UPolygonSelectionMechanicProperties"); \ +static_assert(sizeof(UPolygonSelectionMechanicProperties) == 0x0000C0, "Wrong size on UPolygonSelectionMechanicProperties"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanic \ +static_assert(alignof(UPolygonSelectionMechanic) == 0x000010, "Wrong alignment on UPolygonSelectionMechanic"); \ +static_assert(sizeof(UPolygonSelectionMechanic) == 0x000B40, "Wrong size on UPolygonSelectionMechanic"); \ + +#define DUMPER7_ASSERTS_UModelingSceneSnappingManager \ +static_assert(alignof(UModelingSceneSnappingManager) == 0x000008, "Wrong alignment on UModelingSceneSnappingManager"); \ +static_assert(sizeof(UModelingSceneSnappingManager) == 0x000150, "Wrong size on UModelingSceneSnappingManager"); \ +static_assert(offsetof(UModelingSceneSnappingManager, ParentContext) == 0x000028, "Member 'UModelingSceneSnappingManager::ParentContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiTransformer \ +static_assert(alignof(UMultiTransformer) == 0x000010, "Wrong alignment on UMultiTransformer"); \ +static_assert(sizeof(UMultiTransformer) == 0x0001B0, "Wrong size on UMultiTransformer"); \ +static_assert(offsetof(UMultiTransformer, GizmoManager) == 0x000088, "Member 'UMultiTransformer::GizmoManager' has a wrong offset!"); \ +static_assert(offsetof(UMultiTransformer, TransformGizmo) == 0x000100, "Member 'UMultiTransformer::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMultiTransformer, TransformProxy) == 0x000108, "Member 'UMultiTransformer::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UMultiTransformer, DragAlignmentMechanic) == 0x000110, "Member 'UMultiTransformer::DragAlignmentMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolActionPropertySet \ +static_assert(alignof(UEditMeshPolygonsToolActionPropertySet) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActionPropertySet"); \ +static_assert(sizeof(UEditMeshPolygonsToolActionPropertySet) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UPolyEditTopologyProperties \ +static_assert(alignof(UPolyEditTopologyProperties) == 0x000008, "Wrong alignment on UPolyEditTopologyProperties"); \ +static_assert(sizeof(UPolyEditTopologyProperties) == 0x0000C0, "Wrong size on UPolyEditTopologyProperties"); \ +static_assert(offsetof(UPolyEditTopologyProperties, bAddExtraCorners) == 0x0000B0, "Member 'UPolyEditTopologyProperties::bAddExtraCorners' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditTopologyProperties, ExtraCornerAngleThresholdDegrees) == 0x0000B8, "Member 'UPolyEditTopologyProperties::ExtraCornerAngleThresholdDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditActivityContext \ +static_assert(alignof(UPolyEditActivityContext) == 0x000010, "Wrong alignment on UPolyEditActivityContext"); \ +static_assert(sizeof(UPolyEditActivityContext) == 0x000120, "Wrong size on UPolyEditActivityContext"); \ +static_assert(offsetof(UPolyEditActivityContext, CommonProperties) == 0x000028, "Member 'UPolyEditActivityContext::CommonProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditActivityContext, Preview) == 0x000040, "Member 'UPolyEditActivityContext::Preview' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditActivityContext, SelectionMechanic) == 0x000070, "Member 'UPolyEditActivityContext::SelectionMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeEdgeActivityProperties \ +static_assert(alignof(UPolyEditExtrudeEdgeActivityProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeEdgeActivityProperties"); \ +static_assert(sizeof(UPolyEditExtrudeEdgeActivityProperties) == 0x0000C0, "Wrong size on UPolyEditExtrudeEdgeActivityProperties"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, DirectionMode) == 0x0000A8, "Member 'UPolyEditExtrudeEdgeActivityProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, DistanceMode) == 0x0000AC, "Member 'UPolyEditExtrudeEdgeActivityProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, Distance) == 0x0000B0, "Member 'UPolyEditExtrudeEdgeActivityProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, bUseUnselectedForFrames) == 0x0000B8, "Member 'UPolyEditExtrudeEdgeActivityProperties::bUseUnselectedForFrames' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, bAdjustToExtrudeEvenly) == 0x0000B9, "Member 'UPolyEditExtrudeEdgeActivityProperties::bAdjustToExtrudeEvenly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolygonTool \ +static_assert(alignof(UDrawPolygonTool) == 0x000010, "Wrong alignment on UDrawPolygonTool"); \ +static_assert(sizeof(UDrawPolygonTool) == 0x000550, "Wrong size on UDrawPolygonTool"); \ +static_assert(offsetof(UDrawPolygonTool, OutputTypeProperties) == 0x0000A0, "Member 'UDrawPolygonTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PolygonProperties) == 0x0000A8, "Member 'UDrawPolygonTool::PolygonProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, SnapProperties) == 0x0000B0, "Member 'UDrawPolygonTool::SnapProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, MaterialProperties) == 0x0000B8, "Member 'UDrawPolygonTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PreviewMesh) == 0x000150, "Member 'UDrawPolygonTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, HeightMechanic) == 0x000528, "Member 'UDrawPolygonTool::HeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, DragAlignmentMechanic) == 0x000530, "Member 'UDrawPolygonTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PlaneMechanic) == 0x000538, "Member 'UDrawPolygonTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeEdgeActivity \ +static_assert(alignof(UPolyEditExtrudeEdgeActivity) == 0x000010, "Wrong alignment on UPolyEditExtrudeEdgeActivity"); \ +static_assert(sizeof(UPolyEditExtrudeEdgeActivity) == 0x0002D0, "Wrong size on UPolyEditExtrudeEdgeActivity"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, Settings) == 0x000038, "Member 'UPolyEditExtrudeEdgeActivity::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ActivityContext) == 0x000040, "Member 'UPolyEditExtrudeEdgeActivity::ActivityContext' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ExtrudeFrameProxy) == 0x000048, "Member 'UPolyEditExtrudeEdgeActivity::ExtrudeFrameProxy' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ExtrudeFrameGizmo) == 0x000050, "Member 'UPolyEditExtrudeEdgeActivity::ExtrudeFrameGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, SingleDirectionProxy) == 0x000058, "Member 'UPolyEditExtrudeEdgeActivity::SingleDirectionProxy' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, SingleDirectionGizmo) == 0x000060, "Member 'UPolyEditExtrudeEdgeActivity::SingleDirectionGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, PreviewGeometry) == 0x000068, "Member 'UPolyEditExtrudeEdgeActivity::PreviewGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddPrimitiveToolBuilder \ +static_assert(alignof(UAddPrimitiveToolBuilder) == 0x000008, "Wrong alignment on UAddPrimitiveToolBuilder"); \ +static_assert(sizeof(UAddPrimitiveToolBuilder) == 0x000030, "Wrong size on UAddPrimitiveToolBuilder"); \ + +#define DUMPER7_ASSERTS_UProceduralShapeToolProperties \ +static_assert(alignof(UProceduralShapeToolProperties) == 0x000008, "Wrong alignment on UProceduralShapeToolProperties"); \ +static_assert(sizeof(UProceduralShapeToolProperties) == 0x0000B8, "Wrong size on UProceduralShapeToolProperties"); \ +static_assert(offsetof(UProceduralShapeToolProperties, PolygroupMode) == 0x0000A8, "Member 'UProceduralShapeToolProperties::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, TargetSurface) == 0x0000A9, "Member 'UProceduralShapeToolProperties::TargetSurface' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, PivotLocation) == 0x0000AA, "Member 'UProceduralShapeToolProperties::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, Rotation) == 0x0000AC, "Member 'UProceduralShapeToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bAlignToNormal) == 0x0000B0, "Member 'UProceduralShapeToolProperties::bAlignToNormal' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bShowGizmo) == 0x0000B1, "Member 'UProceduralShapeToolProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bShowGizmoOptions) == 0x0000B2, "Member 'UProceduralShapeToolProperties::bShowGizmoOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolEdgeActions \ +static_assert(alignof(UEditMeshPolygonsToolEdgeActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolEdgeActions"); \ +static_assert(sizeof(UEditMeshPolygonsToolEdgeActions) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolEdgeActions"); \ + +#define DUMPER7_ASSERTS_UProceduralBoxToolProperties \ +static_assert(alignof(UProceduralBoxToolProperties) == 0x000008, "Wrong alignment on UProceduralBoxToolProperties"); \ +static_assert(sizeof(UProceduralBoxToolProperties) == 0x0000D0, "Wrong size on UProceduralBoxToolProperties"); \ +static_assert(offsetof(UProceduralBoxToolProperties, Width) == 0x0000B8, "Member 'UProceduralBoxToolProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UProceduralBoxToolProperties, Depth) == 0x0000BC, "Member 'UProceduralBoxToolProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UProceduralBoxToolProperties, Height) == 0x0000C0, "Member 'UProceduralBoxToolProperties::Height' has a wrong offset!"); \ +static_assert(offsetof(UProceduralBoxToolProperties, WidthSubdivisions) == 0x0000C4, "Member 'UProceduralBoxToolProperties::WidthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralBoxToolProperties, DepthSubdivisions) == 0x0000C8, "Member 'UProceduralBoxToolProperties::DepthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralBoxToolProperties, HeightSubdivisions) == 0x0000CC, "Member 'UProceduralBoxToolProperties::HeightSubdivisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralRectangleToolProperties \ +static_assert(alignof(UProceduralRectangleToolProperties) == 0x000008, "Wrong alignment on UProceduralRectangleToolProperties"); \ +static_assert(sizeof(UProceduralRectangleToolProperties) == 0x0000D8, "Wrong size on UProceduralRectangleToolProperties"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, RectangleType) == 0x0000B8, "Member 'UProceduralRectangleToolProperties::RectangleType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, Width) == 0x0000BC, "Member 'UProceduralRectangleToolProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, Depth) == 0x0000C0, "Member 'UProceduralRectangleToolProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, WidthSubdivisions) == 0x0000C4, "Member 'UProceduralRectangleToolProperties::WidthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, DepthSubdivisions) == 0x0000C8, "Member 'UProceduralRectangleToolProperties::DepthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, bMaintainDimension) == 0x0000CC, "Member 'UProceduralRectangleToolProperties::bMaintainDimension' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, CornerRadius) == 0x0000D0, "Member 'UProceduralRectangleToolProperties::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, CornerSlices) == 0x0000D4, "Member 'UProceduralRectangleToolProperties::CornerSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralDiscToolProperties \ +static_assert(alignof(UProceduralDiscToolProperties) == 0x000008, "Wrong alignment on UProceduralDiscToolProperties"); \ +static_assert(sizeof(UProceduralDiscToolProperties) == 0x0000D0, "Wrong size on UProceduralDiscToolProperties"); \ +static_assert(offsetof(UProceduralDiscToolProperties, DiscType) == 0x0000B8, "Member 'UProceduralDiscToolProperties::DiscType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, Radius) == 0x0000BC, "Member 'UProceduralDiscToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, RadialSlices) == 0x0000C0, "Member 'UProceduralDiscToolProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, RadialSubdivisions) == 0x0000C4, "Member 'UProceduralDiscToolProperties::RadialSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, HoleRadius) == 0x0000C8, "Member 'UProceduralDiscToolProperties::HoleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExistingMeshMaterialProperties_GetUVChannelNamesFunc \ +static_assert(alignof(ExistingMeshMaterialProperties_GetUVChannelNamesFunc) == 0x000008, "Wrong alignment on ExistingMeshMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(sizeof(ExistingMeshMaterialProperties_GetUVChannelNamesFunc) == 0x000010, "Wrong size on ExistingMeshMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(offsetof(ExistingMeshMaterialProperties_GetUVChannelNamesFunc, ReturnValue) == 0x000000, "Member 'ExistingMeshMaterialProperties_GetUVChannelNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExistingMeshMaterialProperties \ +static_assert(alignof(UExistingMeshMaterialProperties) == 0x000008, "Wrong alignment on UExistingMeshMaterialProperties"); \ +static_assert(sizeof(UExistingMeshMaterialProperties) == 0x0000E0, "Wrong size on UExistingMeshMaterialProperties"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, MaterialMode) == 0x0000A8, "Member 'UExistingMeshMaterialProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, CheckerDensity) == 0x0000AC, "Member 'UExistingMeshMaterialProperties::CheckerDensity' has a wrong offset!"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, OverrideMaterial) == 0x0000B0, "Member 'UExistingMeshMaterialProperties::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, UVChannel) == 0x0000B8, "Member 'UExistingMeshMaterialProperties::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, UVChannelNamesList) == 0x0000C8, "Member 'UExistingMeshMaterialProperties::UVChannelNamesList' has a wrong offset!"); \ +static_assert(offsetof(UExistingMeshMaterialProperties, CheckerMaterial) == 0x0000D8, "Member 'UExistingMeshMaterialProperties::CheckerMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralTorusToolProperties \ +static_assert(alignof(UProceduralTorusToolProperties) == 0x000008, "Wrong alignment on UProceduralTorusToolProperties"); \ +static_assert(sizeof(UProceduralTorusToolProperties) == 0x0000C8, "Wrong size on UProceduralTorusToolProperties"); \ +static_assert(offsetof(UProceduralTorusToolProperties, MajorRadius) == 0x0000B8, "Member 'UProceduralTorusToolProperties::MajorRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralTorusToolProperties, MinorRadius) == 0x0000BC, "Member 'UProceduralTorusToolProperties::MinorRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralTorusToolProperties, MajorSlices) == 0x0000C0, "Member 'UProceduralTorusToolProperties::MajorSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralTorusToolProperties, MinorSlices) == 0x0000C4, "Member 'UProceduralTorusToolProperties::MinorSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralCylinderToolProperties \ +static_assert(alignof(UProceduralCylinderToolProperties) == 0x000008, "Wrong alignment on UProceduralCylinderToolProperties"); \ +static_assert(sizeof(UProceduralCylinderToolProperties) == 0x0000C8, "Wrong size on UProceduralCylinderToolProperties"); \ +static_assert(offsetof(UProceduralCylinderToolProperties, Radius) == 0x0000B8, "Member 'UProceduralCylinderToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCylinderToolProperties, Height) == 0x0000BC, "Member 'UProceduralCylinderToolProperties::Height' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCylinderToolProperties, RadialSlices) == 0x0000C0, "Member 'UProceduralCylinderToolProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCylinderToolProperties, HeightSubdivisions) == 0x0000C4, "Member 'UProceduralCylinderToolProperties::HeightSubdivisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralConeToolProperties \ +static_assert(alignof(UProceduralConeToolProperties) == 0x000008, "Wrong alignment on UProceduralConeToolProperties"); \ +static_assert(sizeof(UProceduralConeToolProperties) == 0x0000C8, "Wrong size on UProceduralConeToolProperties"); \ +static_assert(offsetof(UProceduralConeToolProperties, Radius) == 0x0000B8, "Member 'UProceduralConeToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralConeToolProperties, Height) == 0x0000BC, "Member 'UProceduralConeToolProperties::Height' has a wrong offset!"); \ +static_assert(offsetof(UProceduralConeToolProperties, RadialSlices) == 0x0000C0, "Member 'UProceduralConeToolProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralConeToolProperties, HeightSubdivisions) == 0x0000C4, "Member 'UProceduralConeToolProperties::HeightSubdivisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolActions_Triangles \ +static_assert(alignof(UEditMeshPolygonsToolActions_Triangles) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActions_Triangles"); \ +static_assert(sizeof(UEditMeshPolygonsToolActions_Triangles) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolActions_Triangles"); \ + +#define DUMPER7_ASSERTS_UProceduralArrowToolProperties \ +static_assert(alignof(UProceduralArrowToolProperties) == 0x000008, "Wrong alignment on UProceduralArrowToolProperties"); \ +static_assert(sizeof(UProceduralArrowToolProperties) == 0x0000D0, "Wrong size on UProceduralArrowToolProperties"); \ +static_assert(offsetof(UProceduralArrowToolProperties, ShaftRadius) == 0x0000B8, "Member 'UProceduralArrowToolProperties::ShaftRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralArrowToolProperties, ShaftHeight) == 0x0000BC, "Member 'UProceduralArrowToolProperties::ShaftHeight' has a wrong offset!"); \ +static_assert(offsetof(UProceduralArrowToolProperties, HeadRadius) == 0x0000C0, "Member 'UProceduralArrowToolProperties::HeadRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralArrowToolProperties, HeadHeight) == 0x0000C4, "Member 'UProceduralArrowToolProperties::HeadHeight' has a wrong offset!"); \ +static_assert(offsetof(UProceduralArrowToolProperties, RadialSlices) == 0x0000C8, "Member 'UProceduralArrowToolProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralArrowToolProperties, HeightSubdivisions) == 0x0000CC, "Member 'UProceduralArrowToolProperties::HeightSubdivisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralSphereToolProperties \ +static_assert(alignof(UProceduralSphereToolProperties) == 0x000008, "Wrong alignment on UProceduralSphereToolProperties"); \ +static_assert(sizeof(UProceduralSphereToolProperties) == 0x0000D0, "Wrong size on UProceduralSphereToolProperties"); \ +static_assert(offsetof(UProceduralSphereToolProperties, Radius) == 0x0000B8, "Member 'UProceduralSphereToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralSphereToolProperties, SubdivisionType) == 0x0000BC, "Member 'UProceduralSphereToolProperties::SubdivisionType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralSphereToolProperties, Subdivisions) == 0x0000C0, "Member 'UProceduralSphereToolProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralSphereToolProperties, HorizontalSlices) == 0x0000C4, "Member 'UProceduralSphereToolProperties::HorizontalSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralSphereToolProperties, VerticalSlices) == 0x0000C8, "Member 'UProceduralSphereToolProperties::VerticalSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralStairsToolProperties \ +static_assert(alignof(UProceduralStairsToolProperties) == 0x000008, "Wrong alignment on UProceduralStairsToolProperties"); \ +static_assert(sizeof(UProceduralStairsToolProperties) == 0x0000D8, "Wrong size on UProceduralStairsToolProperties"); \ +static_assert(offsetof(UProceduralStairsToolProperties, StairsType) == 0x0000B8, "Member 'UProceduralStairsToolProperties::StairsType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, NumSteps) == 0x0000BC, "Member 'UProceduralStairsToolProperties::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, StepWidth) == 0x0000C0, "Member 'UProceduralStairsToolProperties::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, StepHeight) == 0x0000C4, "Member 'UProceduralStairsToolProperties::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, StepDepth) == 0x0000C8, "Member 'UProceduralStairsToolProperties::StepDepth' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, CurveAngle) == 0x0000CC, "Member 'UProceduralStairsToolProperties::CurveAngle' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, SpiralAngle) == 0x0000D0, "Member 'UProceduralStairsToolProperties::SpiralAngle' has a wrong offset!"); \ +static_assert(offsetof(UProceduralStairsToolProperties, InnerRadius) == 0x0000D4, "Member 'UProceduralStairsToolProperties::InnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddPrimitiveTool \ +static_assert(alignof(UAddPrimitiveTool) == 0x000008, "Wrong alignment on UAddPrimitiveTool"); \ +static_assert(sizeof(UAddPrimitiveTool) == 0x000138, "Wrong size on UAddPrimitiveTool"); \ +static_assert(offsetof(UAddPrimitiveTool, OutputTypeProperties) == 0x0000B8, "Member 'UAddPrimitiveTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, ShapeSettings) == 0x0000C0, "Member 'UAddPrimitiveTool::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, MaterialProperties) == 0x0000C8, "Member 'UAddPrimitiveTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, PreviewMesh) == 0x0000D0, "Member 'UAddPrimitiveTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, Gizmo) == 0x0000D8, "Member 'UAddPrimitiveTool::Gizmo' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, DragAlignmentMechanic) == 0x0000E0, "Member 'UAddPrimitiveTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, AssetName) == 0x0000E8, "Member 'UAddPrimitiveTool::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddBoxPrimitiveTool \ +static_assert(alignof(UAddBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddBoxPrimitiveTool"); \ +static_assert(sizeof(UAddBoxPrimitiveTool) == 0x000138, "Wrong size on UAddBoxPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddCylinderPrimitiveTool \ +static_assert(alignof(UAddCylinderPrimitiveTool) == 0x000008, "Wrong alignment on UAddCylinderPrimitiveTool"); \ +static_assert(sizeof(UAddCylinderPrimitiveTool) == 0x000138, "Wrong size on UAddCylinderPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddConePrimitiveTool \ +static_assert(alignof(UAddConePrimitiveTool) == 0x000008, "Wrong alignment on UAddConePrimitiveTool"); \ +static_assert(sizeof(UAddConePrimitiveTool) == 0x000138, "Wrong size on UAddConePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddRectanglePrimitiveTool \ +static_assert(alignof(UAddRectanglePrimitiveTool) == 0x000008, "Wrong alignment on UAddRectanglePrimitiveTool"); \ +static_assert(sizeof(UAddRectanglePrimitiveTool) == 0x000138, "Wrong size on UAddRectanglePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddDiscPrimitiveTool \ +static_assert(alignof(UAddDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddDiscPrimitiveTool"); \ +static_assert(sizeof(UAddDiscPrimitiveTool) == 0x000138, "Wrong size on UAddDiscPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddTorusPrimitiveTool \ +static_assert(alignof(UAddTorusPrimitiveTool) == 0x000008, "Wrong alignment on UAddTorusPrimitiveTool"); \ +static_assert(sizeof(UAddTorusPrimitiveTool) == 0x000138, "Wrong size on UAddTorusPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddArrowPrimitiveTool \ +static_assert(alignof(UAddArrowPrimitiveTool) == 0x000008, "Wrong alignment on UAddArrowPrimitiveTool"); \ +static_assert(sizeof(UAddArrowPrimitiveTool) == 0x000138, "Wrong size on UAddArrowPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddSpherePrimitiveTool \ +static_assert(alignof(UAddSpherePrimitiveTool) == 0x000008, "Wrong alignment on UAddSpherePrimitiveTool"); \ +static_assert(sizeof(UAddSpherePrimitiveTool) == 0x000138, "Wrong size on UAddSpherePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddStairsPrimitiveTool \ +static_assert(alignof(UAddStairsPrimitiveTool) == 0x000008, "Wrong alignment on UAddStairsPrimitiveTool"); \ +static_assert(sizeof(UAddStairsPrimitiveTool) == 0x000138, "Wrong size on UAddStairsPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UCombineMeshesToolBuilder \ +static_assert(alignof(UCombineMeshesToolBuilder) == 0x000008, "Wrong alignment on UCombineMeshesToolBuilder"); \ +static_assert(sizeof(UCombineMeshesToolBuilder) == 0x000030, "Wrong size on UCombineMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UCombineMeshesToolProperties \ +static_assert(alignof(UCombineMeshesToolProperties) == 0x000008, "Wrong alignment on UCombineMeshesToolProperties"); \ +static_assert(sizeof(UCombineMeshesToolProperties) == 0x0000D0, "Wrong size on UCombineMeshesToolProperties"); \ +static_assert(offsetof(UCombineMeshesToolProperties, bIsDuplicateMode) == 0x0000A8, "Member 'UCombineMeshesToolProperties::bIsDuplicateMode' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesToolProperties, OutputWriteTo) == 0x0000AC, "Member 'UCombineMeshesToolProperties::OutputWriteTo' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesToolProperties, OutputNewName) == 0x0000B0, "Member 'UCombineMeshesToolProperties::OutputNewName' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesToolProperties, OutputExistingName) == 0x0000C0, "Member 'UCombineMeshesToolProperties::OutputExistingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombineMeshesTool \ +static_assert(alignof(UCombineMeshesTool) == 0x000008, "Wrong alignment on UCombineMeshesTool"); \ +static_assert(sizeof(UCombineMeshesTool) == 0x0000E0, "Wrong size on UCombineMeshesTool"); \ +static_assert(offsetof(UCombineMeshesTool, BasicProperties) == 0x0000C0, "Member 'UCombineMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesTool, OutputTypeProperties) == 0x0000C8, "Member 'UCombineMeshesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesTool, HandleSourceProperties) == 0x0000D0, "Member 'UCombineMeshesTool::HandleSourceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCutMeshWithMeshToolBuilder \ +static_assert(alignof(UCutMeshWithMeshToolBuilder) == 0x000008, "Wrong alignment on UCutMeshWithMeshToolBuilder"); \ +static_assert(sizeof(UCutMeshWithMeshToolBuilder) == 0x000028, "Wrong size on UCutMeshWithMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDeleteGeometrySelectionCommand \ +static_assert(alignof(UDeleteGeometrySelectionCommand) == 0x000008, "Wrong alignment on UDeleteGeometrySelectionCommand"); \ +static_assert(sizeof(UDeleteGeometrySelectionCommand) == 0x000028, "Wrong size on UDeleteGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UDisconnectGeometrySelectionCommand \ +static_assert(alignof(UDisconnectGeometrySelectionCommand) == 0x000008, "Wrong alignment on UDisconnectGeometrySelectionCommand"); \ +static_assert(sizeof(UDisconnectGeometrySelectionCommand) == 0x000028, "Wrong size on UDisconnectGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UCSGMeshesToolProperties \ +static_assert(alignof(UCSGMeshesToolProperties) == 0x000008, "Wrong alignment on UCSGMeshesToolProperties"); \ +static_assert(sizeof(UCSGMeshesToolProperties) == 0x0000D0, "Wrong size on UCSGMeshesToolProperties"); \ +static_assert(offsetof(UCSGMeshesToolProperties, Operation) == 0x0000A8, "Member 'UCSGMeshesToolProperties::Operation' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, bTryFixHoles) == 0x0000A9, "Member 'UCSGMeshesToolProperties::bTryFixHoles' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, bTryCollapseEdges) == 0x0000AA, "Member 'UCSGMeshesToolProperties::bTryCollapseEdges' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, WindingThreshold) == 0x0000AC, "Member 'UCSGMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, bShowNewBoundaries) == 0x0000B0, "Member 'UCSGMeshesToolProperties::bShowNewBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, bShowSubtractedMesh) == 0x0000B1, "Member 'UCSGMeshesToolProperties::bShowSubtractedMesh' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, SubtractedMeshOpacity) == 0x0000B4, "Member 'UCSGMeshesToolProperties::SubtractedMeshOpacity' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, SubtractedMeshColor) == 0x0000B8, "Member 'UCSGMeshesToolProperties::SubtractedMeshColor' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesToolProperties, bUseFirstMeshMaterials) == 0x0000C8, "Member 'UCSGMeshesToolProperties::bUseFirstMeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand \ +static_assert(alignof(UModifyGeometrySelectionCommand) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Invert \ +static_assert(alignof(UModifyGeometrySelectionCommand_Invert) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Invert"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Invert) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Invert"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_ExpandToConnected \ +static_assert(alignof(UModifyGeometrySelectionCommand_ExpandToConnected) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_ExpandToConnected"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_ExpandToConnected) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_ExpandToConnected"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_InvertConnected \ +static_assert(alignof(UModifyGeometrySelectionCommand_InvertConnected) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_InvertConnected"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_InvertConnected) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_InvertConnected"); \ + +#define DUMPER7_ASSERTS_UCutMeshWithMeshToolProperties \ +static_assert(alignof(UCutMeshWithMeshToolProperties) == 0x000008, "Wrong alignment on UCutMeshWithMeshToolProperties"); \ +static_assert(sizeof(UCutMeshWithMeshToolProperties) == 0x0000B8, "Wrong size on UCutMeshWithMeshToolProperties"); \ +static_assert(offsetof(UCutMeshWithMeshToolProperties, bTryFixHoles) == 0x0000A8, "Member 'UCutMeshWithMeshToolProperties::bTryFixHoles' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshToolProperties, bTryCollapseEdges) == 0x0000A9, "Member 'UCutMeshWithMeshToolProperties::bTryCollapseEdges' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshToolProperties, WindingThreshold) == 0x0000AC, "Member 'UCutMeshWithMeshToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshToolProperties, bShowNewBoundaries) == 0x0000B0, "Member 'UCutMeshWithMeshToolProperties::bShowNewBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshToolProperties, bUseFirstMeshMaterials) == 0x0000B1, "Member 'UCutMeshWithMeshToolProperties::bUseFirstMeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Expand \ +static_assert(alignof(UModifyGeometrySelectionCommand_Expand) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Expand"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Expand) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Expand"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Contract \ +static_assert(alignof(UModifyGeometrySelectionCommand_Contract) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Contract"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Contract) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Contract"); \ + +#define DUMPER7_ASSERTS_URetriangulateGeometrySelectionCommand \ +static_assert(alignof(URetriangulateGeometrySelectionCommand) == 0x000008, "Wrong alignment on URetriangulateGeometrySelectionCommand"); \ +static_assert(sizeof(URetriangulateGeometrySelectionCommand) == 0x000028, "Wrong size on URetriangulateGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UTrimMeshesToolProperties \ +static_assert(alignof(UTrimMeshesToolProperties) == 0x000008, "Wrong alignment on UTrimMeshesToolProperties"); \ +static_assert(sizeof(UTrimMeshesToolProperties) == 0x0000C8, "Wrong size on UTrimMeshesToolProperties"); \ +static_assert(offsetof(UTrimMeshesToolProperties, WhichMesh) == 0x0000A8, "Member 'UTrimMeshesToolProperties::WhichMesh' has a wrong offset!"); \ +static_assert(offsetof(UTrimMeshesToolProperties, TrimSide) == 0x0000A9, "Member 'UTrimMeshesToolProperties::TrimSide' has a wrong offset!"); \ +static_assert(offsetof(UTrimMeshesToolProperties, WindingThreshold) == 0x0000AC, "Member 'UTrimMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UTrimMeshesToolProperties, bShowTrimmingMesh) == 0x0000B0, "Member 'UTrimMeshesToolProperties::bShowTrimmingMesh' has a wrong offset!"); \ +static_assert(offsetof(UTrimMeshesToolProperties, OpacityOfTrimmingMesh) == 0x0000B4, "Member 'UTrimMeshesToolProperties::OpacityOfTrimmingMesh' has a wrong offset!"); \ +static_assert(offsetof(UTrimMeshesToolProperties, ColorOfTrimmingMesh) == 0x0000B8, "Member 'UTrimMeshesToolProperties::ColorOfTrimmingMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCSGMeshesTool \ +static_assert(alignof(UCSGMeshesTool) == 0x000008, "Wrong alignment on UCSGMeshesTool"); \ +static_assert(sizeof(UCSGMeshesTool) == 0x000160, "Wrong size on UCSGMeshesTool"); \ +static_assert(offsetof(UCSGMeshesTool, CSGProperties) == 0x000108, "Member 'UCSGMeshesTool::CSGProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, TrimProperties) == 0x000110, "Member 'UCSGMeshesTool::TrimProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, OriginalMeshPreviews) == 0x000128, "Member 'UCSGMeshesTool::OriginalMeshPreviews' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, PreviewsGhostMaterial) == 0x000138, "Member 'UCSGMeshesTool::PreviewsGhostMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, DrawnLineSet) == 0x000140, "Member 'UCSGMeshesTool::DrawnLineSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCSGMeshesToolBuilder \ +static_assert(alignof(UCSGMeshesToolBuilder) == 0x000008, "Wrong alignment on UCSGMeshesToolBuilder"); \ +static_assert(sizeof(UCSGMeshesToolBuilder) == 0x000030, "Wrong size on UCSGMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UCutMeshWithMeshTool \ +static_assert(alignof(UCutMeshWithMeshTool) == 0x000008, "Wrong alignment on UCutMeshWithMeshTool"); \ +static_assert(sizeof(UCutMeshWithMeshTool) == 0x000380, "Wrong size on UCutMeshWithMeshTool"); \ +static_assert(offsetof(UCutMeshWithMeshTool, CutProperties) == 0x000108, "Member 'UCutMeshWithMeshTool::CutProperties' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, IntersectPreviewMesh) == 0x000110, "Member 'UCutMeshWithMeshTool::IntersectPreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, DrawnLineSet) == 0x000138, "Member 'UCutMeshWithMeshTool::DrawnLineSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawAndRevolveToolBuilder \ +static_assert(alignof(UDrawAndRevolveToolBuilder) == 0x000008, "Wrong alignment on UDrawAndRevolveToolBuilder"); \ +static_assert(sizeof(UDrawAndRevolveToolBuilder) == 0x000028, "Wrong size on UDrawAndRevolveToolBuilder"); \ + +#define DUMPER7_ASSERTS_URevolveProperties \ +static_assert(alignof(URevolveProperties) == 0x000008, "Wrong alignment on URevolveProperties"); \ +static_assert(sizeof(URevolveProperties) == 0x000118, "Wrong size on URevolveProperties"); \ +static_assert(offsetof(URevolveProperties, RevolveDegreesClamped) == 0x0000A8, "Member 'URevolveProperties::RevolveDegreesClamped' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, RevolveDegrees) == 0x0000B0, "Member 'URevolveProperties::RevolveDegrees' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, RevolveDegreesOffset) == 0x0000B8, "Member 'URevolveProperties::RevolveDegreesOffset' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, StepsMaxDegrees) == 0x0000C0, "Member 'URevolveProperties::StepsMaxDegrees' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bExplicitSteps) == 0x0000C8, "Member 'URevolveProperties::bExplicitSteps' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, NumExplicitSteps) == 0x0000CC, "Member 'URevolveProperties::NumExplicitSteps' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, HeightOffsetPerDegree) == 0x0000D0, "Member 'URevolveProperties::HeightOffsetPerDegree' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bReverseRevolutionDirection) == 0x0000D8, "Member 'URevolveProperties::bReverseRevolutionDirection' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bFlipMesh) == 0x0000D9, "Member 'URevolveProperties::bFlipMesh' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bSharpNormals) == 0x0000DA, "Member 'URevolveProperties::bSharpNormals' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, SharpNormalsDegreeThreshold) == 0x0000E0, "Member 'URevolveProperties::SharpNormalsDegreeThreshold' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bPathAtMidpointOfStep) == 0x0000E8, "Member 'URevolveProperties::bPathAtMidpointOfStep' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, PolygroupMode) == 0x0000E9, "Member 'URevolveProperties::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, QuadSplitMode) == 0x0000EA, "Member 'URevolveProperties::QuadSplitMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveToolProperties \ +static_assert(alignof(URevolveToolProperties) == 0x000008, "Wrong alignment on URevolveToolProperties"); \ +static_assert(sizeof(URevolveToolProperties) == 0x000158, "Wrong size on URevolveToolProperties"); \ +static_assert(offsetof(URevolveToolProperties, CapFillMode) == 0x000118, "Member 'URevolveToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bClosePathToAxis) == 0x000119, "Member 'URevolveToolProperties::bClosePathToAxis' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, DrawPlaneOrigin) == 0x000120, "Member 'URevolveToolProperties::DrawPlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, DrawPlaneOrientation) == 0x000138, "Member 'URevolveToolProperties::DrawPlaneOrientation' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bEnableSnapping) == 0x000150, "Member 'URevolveToolProperties::bEnableSnapping' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bAllowedToEditDrawPlane) == 0x000151, "Member 'URevolveToolProperties::bAllowedToEditDrawPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveOperatorFactory \ +static_assert(alignof(URevolveOperatorFactory) == 0x000008, "Wrong alignment on URevolveOperatorFactory"); \ +static_assert(sizeof(URevolveOperatorFactory) == 0x000038, "Wrong size on URevolveOperatorFactory"); \ +static_assert(offsetof(URevolveOperatorFactory, RevolveTool) == 0x000030, "Member 'URevolveOperatorFactory::RevolveTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawAndRevolveTool \ +static_assert(alignof(UDrawAndRevolveTool) == 0x000010, "Wrong alignment on UDrawAndRevolveTool"); \ +static_assert(sizeof(UDrawAndRevolveTool) == 0x000160, "Wrong size on UDrawAndRevolveTool"); \ +static_assert(offsetof(UDrawAndRevolveTool, ControlPointsMechanic) == 0x000128, "Member 'UDrawAndRevolveTool::ControlPointsMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, PlaneMechanic) == 0x000130, "Member 'UDrawAndRevolveTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, OutputTypeProperties) == 0x000138, "Member 'UDrawAndRevolveTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, Settings) == 0x000140, "Member 'UDrawAndRevolveTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, MaterialProperties) == 0x000148, "Member 'UDrawAndRevolveTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, Preview) == 0x000150, "Member 'UDrawAndRevolveTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolygonToolBuilder \ +static_assert(alignof(UDrawPolygonToolBuilder) == 0x000008, "Wrong alignment on UDrawPolygonToolBuilder"); \ +static_assert(sizeof(UDrawPolygonToolBuilder) == 0x000028, "Wrong size on UDrawPolygonToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDrawPolygonToolStandardProperties \ +static_assert(alignof(UDrawPolygonToolStandardProperties) == 0x000008, "Wrong alignment on UDrawPolygonToolStandardProperties"); \ +static_assert(sizeof(UDrawPolygonToolStandardProperties) == 0x0000C0, "Wrong size on UDrawPolygonToolStandardProperties"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, PolygonDrawMode) == 0x0000A8, "Member 'UDrawPolygonToolStandardProperties::PolygonDrawMode' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, bAllowSelfIntersections) == 0x0000A9, "Member 'UDrawPolygonToolStandardProperties::bAllowSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, FeatureSizeRatio) == 0x0000AC, "Member 'UDrawPolygonToolStandardProperties::FeatureSizeRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, RadialSlices) == 0x0000B0, "Member 'UDrawPolygonToolStandardProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, Distance) == 0x0000B4, "Member 'UDrawPolygonToolStandardProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, bShowGridGizmo) == 0x0000B8, "Member 'UDrawPolygonToolStandardProperties::bShowGridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, ExtrudeMode) == 0x0000B9, "Member 'UDrawPolygonToolStandardProperties::ExtrudeMode' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolStandardProperties, ExtrudeHeight) == 0x0000BC, "Member 'UDrawPolygonToolStandardProperties::ExtrudeHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolygonToolSnapProperties \ +static_assert(alignof(UDrawPolygonToolSnapProperties) == 0x000008, "Wrong alignment on UDrawPolygonToolSnapProperties"); \ +static_assert(sizeof(UDrawPolygonToolSnapProperties) == 0x0000B8, "Wrong size on UDrawPolygonToolSnapProperties"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bEnableSnapping) == 0x0000A8, "Member 'UDrawPolygonToolSnapProperties::bEnableSnapping' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToWorldGrid) == 0x0000A9, "Member 'UDrawPolygonToolSnapProperties::bSnapToWorldGrid' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToVertices) == 0x0000AA, "Member 'UDrawPolygonToolSnapProperties::bSnapToVertices' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToEdges) == 0x0000AB, "Member 'UDrawPolygonToolSnapProperties::bSnapToEdges' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToAxes) == 0x0000AC, "Member 'UDrawPolygonToolSnapProperties::bSnapToAxes' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToLengths) == 0x0000AD, "Member 'UDrawPolygonToolSnapProperties::bSnapToLengths' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToSurfaces) == 0x0000AE, "Member 'UDrawPolygonToolSnapProperties::bSnapToSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonToolSnapProperties, SnapToSurfacesOffset) == 0x0000B0, "Member 'UDrawPolygonToolSnapProperties::SnapToSurfacesOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolBuilder \ +static_assert(alignof(UEditMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolBuilder"); \ +static_assert(sizeof(UEditMeshPolygonsToolBuilder) == 0x000030, "Wrong size on UEditMeshPolygonsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPolyEditCommonProperties \ +static_assert(alignof(UPolyEditCommonProperties) == 0x000008, "Wrong alignment on UPolyEditCommonProperties"); \ +static_assert(sizeof(UPolyEditCommonProperties) == 0x0000B8, "Wrong size on UPolyEditCommonProperties"); \ +static_assert(offsetof(UPolyEditCommonProperties, bShowWireframe) == 0x0000A8, "Member 'UPolyEditCommonProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bShowSelectableCorners) == 0x0000A9, "Member 'UPolyEditCommonProperties::bShowSelectableCorners' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bGizmoVisible) == 0x0000AA, "Member 'UPolyEditCommonProperties::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, LocalFrameMode) == 0x0000AC, "Member 'UPolyEditCommonProperties::LocalFrameMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bLockRotation) == 0x0000B0, "Member 'UPolyEditCommonProperties::bLockRotation' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bLocalCoordSystem) == 0x0000B1, "Member 'UPolyEditCommonProperties::bLocalCoordSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsActionModeToolBuilder \ +static_assert(alignof(UEditMeshPolygonsActionModeToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsActionModeToolBuilder"); \ +static_assert(sizeof(UEditMeshPolygonsActionModeToolBuilder) == 0x000038, "Wrong size on UEditMeshPolygonsActionModeToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsSelectionModeToolBuilder \ +static_assert(alignof(UEditMeshPolygonsSelectionModeToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsSelectionModeToolBuilder"); \ +static_assert(sizeof(UEditMeshPolygonsSelectionModeToolBuilder) == 0x000038, "Wrong size on UEditMeshPolygonsSelectionModeToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolActions \ +static_assert(alignof(UEditMeshPolygonsToolActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActions"); \ +static_assert(sizeof(UEditMeshPolygonsToolActions) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolActions"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolUVActions \ +static_assert(alignof(UEditMeshPolygonsToolUVActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolUVActions"); \ +static_assert(sizeof(UEditMeshPolygonsToolUVActions) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolUVActions"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolEdgeActions_Triangles \ +static_assert(alignof(UEditMeshPolygonsToolEdgeActions_Triangles) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolEdgeActions_Triangles"); \ +static_assert(sizeof(UEditMeshPolygonsToolEdgeActions_Triangles) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolEdgeActions_Triangles"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsTool \ +static_assert(alignof(UEditMeshPolygonsTool) == 0x000010, "Wrong alignment on UEditMeshPolygonsTool"); \ +static_assert(sizeof(UEditMeshPolygonsTool) == 0x000900, "Wrong size on UEditMeshPolygonsTool"); \ +static_assert(offsetof(UEditMeshPolygonsTool, Preview) == 0x000140, "Member 'UEditMeshPolygonsTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CommonProps) == 0x000148, "Member 'UEditMeshPolygonsTool::CommonProps' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions) == 0x000150, "Member 'UEditMeshPolygonsTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions_Triangles) == 0x000158, "Member 'UEditMeshPolygonsTool::EditActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions) == 0x000160, "Member 'UEditMeshPolygonsTool::EditEdgeActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions_Triangles) == 0x000168, "Member 'UEditMeshPolygonsTool::EditEdgeActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditUVActions) == 0x000170, "Member 'UEditMeshPolygonsTool::EditUVActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TopologyProperties) == 0x000178, "Member 'UEditMeshPolygonsTool::TopologyProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeActivity) == 0x000180, "Member 'UEditMeshPolygonsTool::ExtrudeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsetOutsetActivity) == 0x000188, "Member 'UEditMeshPolygonsTool::InsetOutsetActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CutFacesActivity) == 0x000190, "Member 'UEditMeshPolygonsTool::CutFacesActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, PlanarProjectionUVActivity) == 0x000198, "Member 'UEditMeshPolygonsTool::PlanarProjectionUVActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeActivity) == 0x0001A0, "Member 'UEditMeshPolygonsTool::InsertEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeLoopActivity) == 0x0001A8, "Member 'UEditMeshPolygonsTool::InsertEdgeLoopActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, BevelEdgeActivity) == 0x0001B0, "Member 'UEditMeshPolygonsTool::BevelEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeEdgeActivity) == 0x0001B8, "Member 'UEditMeshPolygonsTool::ExtrudeEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ActivityContext) == 0x000298, "Member 'UEditMeshPolygonsTool::ActivityContext' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, SelectionMechanic) == 0x0002A0, "Member 'UEditMeshPolygonsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, DragAlignmentMechanic) == 0x0002A8, "Member 'UEditMeshPolygonsTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformGizmo) == 0x0002B0, "Member 'UEditMeshPolygonsTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformProxy) == 0x0002B8, "Member 'UEditMeshPolygonsTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNewMeshMaterialProperties \ +static_assert(alignof(UNewMeshMaterialProperties) == 0x000008, "Wrong alignment on UNewMeshMaterialProperties"); \ +static_assert(sizeof(UNewMeshMaterialProperties) == 0x0000B8, "Wrong size on UNewMeshMaterialProperties"); \ +static_assert(offsetof(UNewMeshMaterialProperties, Material) == 0x0000A8, "Member 'UNewMeshMaterialProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, UVScale) == 0x0000B0, "Member 'UNewMeshMaterialProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bWorldSpaceUVScale) == 0x0000B4, "Member 'UNewMeshMaterialProperties::bWorldSpaceUVScale' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bShowWireframe) == 0x0000B5, "Member 'UNewMeshMaterialProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bShowExtendedOptions) == 0x0000B6, "Member 'UNewMeshMaterialProperties::bShowExtendedOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshEditingViewProperties \ +static_assert(alignof(UMeshEditingViewProperties) == 0x000008, "Wrong alignment on UMeshEditingViewProperties"); \ +static_assert(sizeof(UMeshEditingViewProperties) == 0x0000F8, "Wrong size on UMeshEditingViewProperties"); \ +static_assert(offsetof(UMeshEditingViewProperties, bShowWireframe) == 0x0000A8, "Member 'UMeshEditingViewProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, MaterialMode) == 0x0000AC, "Member 'UMeshEditingViewProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, bFlatShading) == 0x0000B0, "Member 'UMeshEditingViewProperties::bFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Color) == 0x0000B4, "Member 'UMeshEditingViewProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Image) == 0x0000C8, "Member 'UMeshEditingViewProperties::Image' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Opacity) == 0x0000D0, "Member 'UMeshEditingViewProperties::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, TransparentMaterialColor) == 0x0000D8, "Member 'UMeshEditingViewProperties::TransparentMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, bTwoSided) == 0x0000E8, "Member 'UMeshEditingViewProperties::bTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, CustomMaterial) == 0x0000EC, "Member 'UMeshEditingViewProperties::CustomMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshUVChannelProperties_GetUVChannelNamesFunc \ +static_assert(alignof(MeshUVChannelProperties_GetUVChannelNamesFunc) == 0x000008, "Wrong alignment on MeshUVChannelProperties_GetUVChannelNamesFunc"); \ +static_assert(sizeof(MeshUVChannelProperties_GetUVChannelNamesFunc) == 0x000010, "Wrong size on MeshUVChannelProperties_GetUVChannelNamesFunc"); \ +static_assert(offsetof(MeshUVChannelProperties_GetUVChannelNamesFunc, ReturnValue) == 0x000000, "Member 'MeshUVChannelProperties_GetUVChannelNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshUVChannelProperties \ +static_assert(alignof(UMeshUVChannelProperties) == 0x000008, "Wrong alignment on UMeshUVChannelProperties"); \ +static_assert(sizeof(UMeshUVChannelProperties) == 0x0000C8, "Wrong size on UMeshUVChannelProperties"); \ +static_assert(offsetof(UMeshUVChannelProperties, UVChannel) == 0x0000A8, "Member 'UMeshUVChannelProperties::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshUVChannelProperties, UVChannelNamesList) == 0x0000B8, "Member 'UMeshUVChannelProperties::UVChannelNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsToolBuilder \ +static_assert(alignof(URecomputeUVsToolBuilder) == 0x000008, "Wrong alignment on URecomputeUVsToolBuilder"); \ +static_assert(sizeof(URecomputeUVsToolBuilder) == 0x000028, "Wrong size on URecomputeUVsToolBuilder"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsTool \ +static_assert(alignof(URecomputeUVsTool) == 0x000008, "Wrong alignment on URecomputeUVsTool"); \ +static_assert(sizeof(URecomputeUVsTool) == 0x000118, "Wrong size on URecomputeUVsTool"); \ +static_assert(offsetof(URecomputeUVsTool, UVChannelProperties) == 0x0000B8, "Member 'URecomputeUVsTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, Settings) == 0x0000C0, "Member 'URecomputeUVsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, PolygroupLayerProperties) == 0x0000C8, "Member 'URecomputeUVsTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, MaterialSettings) == 0x0000D0, "Member 'URecomputeUVsTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, bCreateUVLayoutViewOnSetup) == 0x0000D8, "Member 'URecomputeUVsTool::bCreateUVLayoutViewOnSetup' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, UVLayoutView) == 0x0000E0, "Member 'URecomputeUVsTool::UVLayoutView' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, RecomputeUVsOpFactory) == 0x0000E8, "Member 'URecomputeUVsTool::RecomputeUVsOpFactory' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, Preview) == 0x0000F0, "Member 'URecomputeUVsTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditBevelEdgeProperties \ +static_assert(alignof(UPolyEditBevelEdgeProperties) == 0x000008, "Wrong alignment on UPolyEditBevelEdgeProperties"); \ +static_assert(sizeof(UPolyEditBevelEdgeProperties) == 0x0000C0, "Wrong size on UPolyEditBevelEdgeProperties"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, BevelDistance) == 0x0000A8, "Member 'UPolyEditBevelEdgeProperties::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, Subdivisions) == 0x0000B0, "Member 'UPolyEditBevelEdgeProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, RoundWeight) == 0x0000B4, "Member 'UPolyEditBevelEdgeProperties::RoundWeight' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, bInferMaterialID) == 0x0000B8, "Member 'UPolyEditBevelEdgeProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, SetMaterialID) == 0x0000BC, "Member 'UPolyEditBevelEdgeProperties::SetMaterialID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditBevelEdgeActivity \ +static_assert(alignof(UPolyEditBevelEdgeActivity) == 0x000008, "Wrong alignment on UPolyEditBevelEdgeActivity"); \ +static_assert(sizeof(UPolyEditBevelEdgeActivity) == 0x000140, "Wrong size on UPolyEditBevelEdgeActivity"); \ +static_assert(offsetof(UPolyEditBevelEdgeActivity, BevelProperties) == 0x000038, "Member 'UPolyEditBevelEdgeActivity::BevelProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeActivity, ActivityContext) == 0x000040, "Member 'UPolyEditBevelEdgeActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditCutProperties \ +static_assert(alignof(UPolyEditCutProperties) == 0x000008, "Wrong alignment on UPolyEditCutProperties"); \ +static_assert(sizeof(UPolyEditCutProperties) == 0x0000B0, "Wrong size on UPolyEditCutProperties"); \ +static_assert(offsetof(UPolyEditCutProperties, Orientation) == 0x0000A8, "Member 'UPolyEditCutProperties::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCutProperties, bSnapToVertices) == 0x0000AC, "Member 'UPolyEditCutProperties::bSnapToVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditCutFacesActivity \ +static_assert(alignof(UPolyEditCutFacesActivity) == 0x000010, "Wrong alignment on UPolyEditCutFacesActivity"); \ +static_assert(sizeof(UPolyEditCutFacesActivity) == 0x0000C0, "Wrong size on UPolyEditCutFacesActivity"); \ +static_assert(offsetof(UPolyEditCutFacesActivity, CutProperties) == 0x000040, "Member 'UPolyEditCutFacesActivity::CutProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCutFacesActivity, EditPreview) == 0x000048, "Member 'UPolyEditCutFacesActivity::EditPreview' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCutFacesActivity, SurfacePathMechanic) == 0x000050, "Member 'UPolyEditCutFacesActivity::SurfacePathMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCutFacesActivity, ActivityContext) == 0x000058, "Member 'UPolyEditCutFacesActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeProperties \ +static_assert(alignof(UPolyEditExtrudeProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeProperties"); \ +static_assert(sizeof(UPolyEditExtrudeProperties) == 0x0000D8, "Wrong size on UPolyEditExtrudeProperties"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditExtrudeProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, Distance) == 0x0000B0, "Member 'UPolyEditExtrudeProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditExtrudeProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, Direction) == 0x0000BC, "Member 'UPolyEditExtrudeProperties::Direction' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditExtrudeProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditExtrudeProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditExtrudeProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditExtrudeProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditOffsetProperties \ +static_assert(alignof(UPolyEditOffsetProperties) == 0x000008, "Wrong alignment on UPolyEditOffsetProperties"); \ +static_assert(sizeof(UPolyEditOffsetProperties) == 0x0000D8, "Wrong size on UPolyEditOffsetProperties"); \ +static_assert(offsetof(UPolyEditOffsetProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditOffsetProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, Distance) == 0x0000B0, "Member 'UPolyEditOffsetProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditOffsetProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditOffsetProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditOffsetProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditOffsetProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditOffsetProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditPushPullProperties \ +static_assert(alignof(UPolyEditPushPullProperties) == 0x000008, "Wrong alignment on UPolyEditPushPullProperties"); \ +static_assert(sizeof(UPolyEditPushPullProperties) == 0x0000D8, "Wrong size on UPolyEditPushPullProperties"); \ +static_assert(offsetof(UPolyEditPushPullProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditPushPullProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, Distance) == 0x0000B0, "Member 'UPolyEditPushPullProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditPushPullProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, SingleDirection) == 0x0000BC, "Member 'UPolyEditPushPullProperties::SingleDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditPushPullProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditPushPullProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditPushPullProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditPushPullProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeActivity \ +static_assert(alignof(UPolyEditExtrudeActivity) == 0x000008, "Wrong alignment on UPolyEditExtrudeActivity"); \ +static_assert(sizeof(UPolyEditExtrudeActivity) == 0x0001D0, "Wrong size on UPolyEditExtrudeActivity"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ExtrudeProperties) == 0x000050, "Member 'UPolyEditExtrudeActivity::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, OffsetProperties) == 0x000058, "Member 'UPolyEditExtrudeActivity::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, PushPullProperties) == 0x000060, "Member 'UPolyEditExtrudeActivity::PushPullProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ExtrudeHeightMechanic) == 0x000068, "Member 'UPolyEditExtrudeActivity::ExtrudeHeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ActivityContext) == 0x000070, "Member 'UPolyEditExtrudeActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupEdgeInsertionProperties \ +static_assert(alignof(UGroupEdgeInsertionProperties) == 0x000008, "Wrong alignment on UGroupEdgeInsertionProperties"); \ +static_assert(sizeof(UGroupEdgeInsertionProperties) == 0x0000B8, "Wrong size on UGroupEdgeInsertionProperties"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, InsertionMode) == 0x0000A8, "Member 'UGroupEdgeInsertionProperties::InsertionMode' has a wrong offset!"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, bContinuousInsertion) == 0x0000AC, "Member 'UGroupEdgeInsertionProperties::bContinuousInsertion' has a wrong offset!"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, VertexTolerance) == 0x0000B0, "Member 'UGroupEdgeInsertionProperties::VertexTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditInsertEdgeActivity \ +static_assert(alignof(UPolyEditInsertEdgeActivity) == 0x000010, "Wrong alignment on UPolyEditInsertEdgeActivity"); \ +static_assert(sizeof(UPolyEditInsertEdgeActivity) == 0x000470, "Wrong size on UPolyEditInsertEdgeActivity"); \ +static_assert(offsetof(UPolyEditInsertEdgeActivity, Settings) == 0x000048, "Member 'UPolyEditInsertEdgeActivity::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsertEdgeActivity, ActivityContext) == 0x000050, "Member 'UPolyEditInsertEdgeActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdgeLoopInsertionProperties \ +static_assert(alignof(UEdgeLoopInsertionProperties) == 0x000008, "Wrong alignment on UEdgeLoopInsertionProperties"); \ +static_assert(sizeof(UEdgeLoopInsertionProperties) == 0x0000D8, "Wrong size on UEdgeLoopInsertionProperties"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, PositionMode) == 0x0000A8, "Member 'UEdgeLoopInsertionProperties::PositionMode' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, InsertionMode) == 0x0000AC, "Member 'UEdgeLoopInsertionProperties::InsertionMode' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, NumLoops) == 0x0000B0, "Member 'UEdgeLoopInsertionProperties::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, ProportionOffset) == 0x0000B8, "Member 'UEdgeLoopInsertionProperties::ProportionOffset' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, DistanceOffset) == 0x0000C0, "Member 'UEdgeLoopInsertionProperties::DistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, bInteractive) == 0x0000C8, "Member 'UEdgeLoopInsertionProperties::bInteractive' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, bFlipOffsetDirection) == 0x0000C9, "Member 'UEdgeLoopInsertionProperties::bFlipOffsetDirection' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, bHighlightProblemGroups) == 0x0000CA, "Member 'UEdgeLoopInsertionProperties::bHighlightProblemGroups' has a wrong offset!"); \ +static_assert(offsetof(UEdgeLoopInsertionProperties, VertexTolerance) == 0x0000D0, "Member 'UEdgeLoopInsertionProperties::VertexTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditInsertEdgeLoopActivity \ +static_assert(alignof(UPolyEditInsertEdgeLoopActivity) == 0x000010, "Wrong alignment on UPolyEditInsertEdgeLoopActivity"); \ +static_assert(sizeof(UPolyEditInsertEdgeLoopActivity) == 0x000400, "Wrong size on UPolyEditInsertEdgeLoopActivity"); \ +static_assert(offsetof(UPolyEditInsertEdgeLoopActivity, Settings) == 0x000048, "Member 'UPolyEditInsertEdgeLoopActivity::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsertEdgeLoopActivity, ActivityContext) == 0x000050, "Member 'UPolyEditInsertEdgeLoopActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditInsetOutsetProperties \ +static_assert(alignof(UPolyEditInsetOutsetProperties) == 0x000008, "Wrong alignment on UPolyEditInsetOutsetProperties"); \ +static_assert(sizeof(UPolyEditInsetOutsetProperties) == 0x0000B8, "Wrong size on UPolyEditInsetOutsetProperties"); \ +static_assert(offsetof(UPolyEditInsetOutsetProperties, Softness) == 0x0000A8, "Member 'UPolyEditInsetOutsetProperties::Softness' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetProperties, bBoundaryOnly) == 0x0000AC, "Member 'UPolyEditInsetOutsetProperties::bBoundaryOnly' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetProperties, AreaScale) == 0x0000B0, "Member 'UPolyEditInsetOutsetProperties::AreaScale' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetProperties, bReproject) == 0x0000B4, "Member 'UPolyEditInsetOutsetProperties::bReproject' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetProperties, bOutset) == 0x0000B5, "Member 'UPolyEditInsetOutsetProperties::bOutset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditInsetOutsetActivity \ +static_assert(alignof(UPolyEditInsetOutsetActivity) == 0x000008, "Wrong alignment on UPolyEditInsetOutsetActivity"); \ +static_assert(sizeof(UPolyEditInsetOutsetActivity) == 0x000070, "Wrong size on UPolyEditInsetOutsetActivity"); \ +static_assert(offsetof(UPolyEditInsetOutsetActivity, Settings) == 0x000040, "Member 'UPolyEditInsetOutsetActivity::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetActivity, EditPreview) == 0x000050, "Member 'UPolyEditInsetOutsetActivity::EditPreview' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetActivity, CurveDistMechanic) == 0x000058, "Member 'UPolyEditInsetOutsetActivity::CurveDistMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditInsetOutsetActivity, ActivityContext) == 0x000060, "Member 'UPolyEditInsetOutsetActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditSetUVProperties \ +static_assert(alignof(UPolyEditSetUVProperties) == 0x000008, "Wrong alignment on UPolyEditSetUVProperties"); \ +static_assert(sizeof(UPolyEditSetUVProperties) == 0x0000B0, "Wrong size on UPolyEditSetUVProperties"); \ +static_assert(offsetof(UPolyEditSetUVProperties, bShowMaterial) == 0x0000A8, "Member 'UPolyEditSetUVProperties::bShowMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditPlanarProjectionUVActivity \ +static_assert(alignof(UPolyEditPlanarProjectionUVActivity) == 0x000010, "Wrong alignment on UPolyEditPlanarProjectionUVActivity"); \ +static_assert(sizeof(UPolyEditPlanarProjectionUVActivity) == 0x0000F0, "Wrong size on UPolyEditPlanarProjectionUVActivity"); \ +static_assert(offsetof(UPolyEditPlanarProjectionUVActivity, SetUVProperties) == 0x000040, "Member 'UPolyEditPlanarProjectionUVActivity::SetUVProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPlanarProjectionUVActivity, EditPreview) == 0x000048, "Member 'UPolyEditPlanarProjectionUVActivity::EditPreview' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPlanarProjectionUVActivity, SurfacePathMechanic) == 0x000050, "Member 'UPolyEditPlanarProjectionUVActivity::SurfacePathMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPlanarProjectionUVActivity, ActivityContext) == 0x000058, "Member 'UPolyEditPlanarProjectionUVActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutToolBuilder \ +static_assert(alignof(UUVLayoutToolBuilder) == 0x000008, "Wrong alignment on UUVLayoutToolBuilder"); \ +static_assert(sizeof(UUVLayoutToolBuilder) == 0x000028, "Wrong size on UUVLayoutToolBuilder"); \ + +#define DUMPER7_ASSERTS_UUVLayoutTool \ +static_assert(alignof(UUVLayoutTool) == 0x000010, "Wrong alignment on UUVLayoutTool"); \ +static_assert(sizeof(UUVLayoutTool) == 0x000170, "Wrong size on UUVLayoutTool"); \ +static_assert(offsetof(UUVLayoutTool, UVChannelProperties) == 0x0000C0, "Member 'UUVLayoutTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, BasicProperties) == 0x0000C8, "Member 'UUVLayoutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, MaterialSettings) == 0x0000D0, "Member 'UUVLayoutTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Previews) == 0x0000D8, "Member 'UUVLayoutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Factories) == 0x0000E8, "Member 'UUVLayoutTool::Factories' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, UVLayoutView) == 0x000160, "Member 'UUVLayoutTool::UVLayoutView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVProjectionToolBuilder \ +static_assert(alignof(UUVProjectionToolBuilder) == 0x000008, "Wrong alignment on UUVProjectionToolBuilder"); \ +static_assert(sizeof(UUVProjectionToolBuilder) == 0x000028, "Wrong size on UUVProjectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UUVProjectionToolEditActions \ +static_assert(alignof(UUVProjectionToolEditActions) == 0x000008, "Wrong alignment on UUVProjectionToolEditActions"); \ +static_assert(sizeof(UUVProjectionToolEditActions) == 0x0000B0, "Wrong size on UUVProjectionToolEditActions"); \ + +#define DUMPER7_ASSERTS_UUVProjectionToolProperties \ +static_assert(alignof(UUVProjectionToolProperties) == 0x000010, "Wrong alignment on UUVProjectionToolProperties"); \ +static_assert(sizeof(UUVProjectionToolProperties) == 0x000190, "Wrong size on UUVProjectionToolProperties"); \ +static_assert(offsetof(UUVProjectionToolProperties, ProjectionType) == 0x0000A8, "Member 'UUVProjectionToolProperties::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Dimensions) == 0x0000B0, "Member 'UUVProjectionToolProperties::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, bProportionalDimensions) == 0x0000C8, "Member 'UUVProjectionToolProperties::bProportionalDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Initialization) == 0x0000CC, "Member 'UUVProjectionToolProperties::Initialization' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, CylinderSplitAngle) == 0x0000D0, "Member 'UUVProjectionToolProperties::CylinderSplitAngle' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapNormalBlending) == 0x0000D4, "Member 'UUVProjectionToolProperties::ExpMapNormalBlending' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapSmoothingSteps) == 0x0000D8, "Member 'UUVProjectionToolProperties::ExpMapSmoothingSteps' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapSmoothingAlpha) == 0x0000DC, "Member 'UUVProjectionToolProperties::ExpMapSmoothingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Rotation) == 0x0000E0, "Member 'UUVProjectionToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Scale) == 0x0000E8, "Member 'UUVProjectionToolProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Translation) == 0x0000F8, "Member 'UUVProjectionToolProperties::Translation' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, SavedDimensions) == 0x000108, "Member 'UUVProjectionToolProperties::SavedDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, bSavedProportionalDimensions) == 0x000120, "Member 'UUVProjectionToolProperties::bSavedProportionalDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, SavedTransform) == 0x000130, "Member 'UUVProjectionToolProperties::SavedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVProjectionOperatorFactory \ +static_assert(alignof(UUVProjectionOperatorFactory) == 0x000008, "Wrong alignment on UUVProjectionOperatorFactory"); \ +static_assert(sizeof(UUVProjectionOperatorFactory) == 0x000038, "Wrong size on UUVProjectionOperatorFactory"); \ +static_assert(offsetof(UUVProjectionOperatorFactory, Tool) == 0x000030, "Member 'UUVProjectionOperatorFactory::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVProjectionTool \ +static_assert(alignof(UUVProjectionTool) == 0x000010, "Wrong alignment on UUVProjectionTool"); \ +static_assert(sizeof(UUVProjectionTool) == 0x0004D0, "Wrong size on UUVProjectionTool"); \ +static_assert(offsetof(UUVProjectionTool, UVChannelProperties) == 0x000120, "Member 'UUVProjectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, BasicProperties) == 0x000128, "Member 'UUVProjectionTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EditActions) == 0x000130, "Member 'UUVProjectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, MaterialSettings) == 0x000138, "Member 'UUVProjectionTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, Preview) == 0x000140, "Member 'UUVProjectionTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, CheckerMaterial) == 0x000148, "Member 'UUVProjectionTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformGizmo) == 0x000150, "Member 'UUVProjectionTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformProxy) == 0x000158, "Member 'UUVProjectionTool::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, OperatorFactory) == 0x000160, "Member 'UUVProjectionTool::OperatorFactory' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EdgeRenderer) == 0x000168, "Member 'UUVProjectionTool::EdgeRenderer' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, ClickToSetPlaneBehavior) == 0x0004B8, "Member 'UUVProjectionTool::ClickToSetPlaneBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeMultiMeshDetailProperties \ +static_assert(alignof(FBakeMultiMeshDetailProperties) == 0x000008, "Wrong alignment on FBakeMultiMeshDetailProperties"); \ +static_assert(sizeof(FBakeMultiMeshDetailProperties) == 0x000018, "Wrong size on FBakeMultiMeshDetailProperties"); \ +static_assert(offsetof(FBakeMultiMeshDetailProperties, SourceMesh) == 0x000000, "Member 'FBakeMultiMeshDetailProperties::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(FBakeMultiMeshDetailProperties, SourceTexture) == 0x000008, "Member 'FBakeMultiMeshDetailProperties::SourceTexture' has a wrong offset!"); \ +static_assert(offsetof(FBakeMultiMeshDetailProperties, SourceTextureUVLayer) == 0x000010, "Member 'FBakeMultiMeshDetailProperties::SourceTextureUVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinLayerProperties \ +static_assert(alignof(FPerlinLayerProperties) == 0x000004, "Wrong alignment on FPerlinLayerProperties"); \ +static_assert(sizeof(FPerlinLayerProperties) == 0x000008, "Wrong size on FPerlinLayerProperties"); \ +static_assert(offsetof(FPerlinLayerProperties, Frequency) == 0x000000, "Member 'FPerlinLayerProperties::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPerlinLayerProperties, Intensity) == 0x000004, "Member 'FPerlinLayerProperties::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditPivotTarget \ +static_assert(alignof(FEditPivotTarget) == 0x000008, "Wrong alignment on FEditPivotTarget"); \ +static_assert(sizeof(FEditPivotTarget) == 0x000010, "Wrong size on FEditPivotTarget"); \ +static_assert(offsetof(FEditPivotTarget, TransformProxy) == 0x000000, "Member 'FEditPivotTarget::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(FEditPivotTarget, TransformGizmo) == 0x000008, "Member 'FEditPivotTarget::TransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsSphereData \ +static_assert(alignof(FPhysicsSphereData) == 0x000010, "Wrong alignment on FPhysicsSphereData"); \ +static_assert(sizeof(FPhysicsSphereData) == 0x0000A0, "Wrong size on FPhysicsSphereData"); \ +static_assert(offsetof(FPhysicsSphereData, Radius) == 0x000000, "Member 'FPhysicsSphereData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsSphereData, Transform) == 0x000010, "Member 'FPhysicsSphereData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsSphereData, Element) == 0x000070, "Member 'FPhysicsSphereData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsBoxData \ +static_assert(alignof(FPhysicsBoxData) == 0x000010, "Wrong alignment on FPhysicsBoxData"); \ +static_assert(sizeof(FPhysicsBoxData) == 0x0000B0, "Wrong size on FPhysicsBoxData"); \ +static_assert(offsetof(FPhysicsBoxData, Dimensions) == 0x000000, "Member 'FPhysicsBoxData::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsBoxData, Transform) == 0x000020, "Member 'FPhysicsBoxData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsBoxData, Element) == 0x000080, "Member 'FPhysicsBoxData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsCapsuleData \ +static_assert(alignof(FPhysicsCapsuleData) == 0x000010, "Wrong alignment on FPhysicsCapsuleData"); \ +static_assert(sizeof(FPhysicsCapsuleData) == 0x0000A0, "Wrong size on FPhysicsCapsuleData"); \ +static_assert(offsetof(FPhysicsCapsuleData, Radius) == 0x000000, "Member 'FPhysicsCapsuleData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Length) == 0x000004, "Member 'FPhysicsCapsuleData::Length' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Transform) == 0x000010, "Member 'FPhysicsCapsuleData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Element) == 0x000070, "Member 'FPhysicsCapsuleData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsConvexData \ +static_assert(alignof(FPhysicsConvexData) == 0x000008, "Wrong alignment on FPhysicsConvexData"); \ +static_assert(sizeof(FPhysicsConvexData) == 0x000038, "Wrong size on FPhysicsConvexData"); \ +static_assert(offsetof(FPhysicsConvexData, NumVertices) == 0x000000, "Member 'FPhysicsConvexData::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConvexData, NumFaces) == 0x000004, "Member 'FPhysicsConvexData::NumFaces' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConvexData, Element) == 0x000008, "Member 'FPhysicsConvexData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsLevelSetData \ +static_assert(alignof(FPhysicsLevelSetData) == 0x000008, "Wrong alignment on FPhysicsLevelSetData"); \ +static_assert(sizeof(FPhysicsLevelSetData) == 0x000030, "Wrong size on FPhysicsLevelSetData"); \ +static_assert(offsetof(FPhysicsLevelSetData, Element) == 0x000000, "Member 'FPhysicsLevelSetData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushToolRadius \ +static_assert(alignof(FBrushToolRadius) == 0x000004, "Wrong alignment on FBrushToolRadius"); \ +static_assert(sizeof(FBrushToolRadius) == 0x000014, "Wrong size on FBrushToolRadius"); \ +static_assert(offsetof(FBrushToolRadius, SizeType) == 0x000000, "Member 'FBrushToolRadius::SizeType' has a wrong offset!"); \ +static_assert(offsetof(FBrushToolRadius, AdaptiveSize) == 0x000004, "Member 'FBrushToolRadius::AdaptiveSize' has a wrong offset!"); \ +static_assert(offsetof(FBrushToolRadius, WorldRadius) == 0x000008, "Member 'FBrushToolRadius::WorldRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformMeshesTarget \ +static_assert(alignof(FTransformMeshesTarget) == 0x000008, "Wrong alignment on FTransformMeshesTarget"); \ +static_assert(sizeof(FTransformMeshesTarget) == 0x000010, "Wrong size on FTransformMeshesTarget"); \ +static_assert(offsetof(FTransformMeshesTarget, TransformProxy) == 0x000000, "Member 'FTransformMeshesTarget::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshesTarget, TransformGizmo) == 0x000008, "Member 'FTransformMeshesTarget::TransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeInputMeshProperties_GetSourceUVLayerNamesFunc \ +static_assert(alignof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ +static_assert(sizeof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000010, "Wrong size on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ +static_assert(offsetof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeInputMeshProperties_GetSourceUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeInputMeshProperties_GetTargetUVLayerNamesFunc \ +static_assert(alignof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeInputMeshProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeInputMeshProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeInputMeshProperties_GetTargetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeInputMeshProperties \ +static_assert(alignof(UBakeInputMeshProperties) == 0x000008, "Wrong alignment on UBakeInputMeshProperties"); \ +static_assert(sizeof(UBakeInputMeshProperties) == 0x000140, "Wrong size on UBakeInputMeshProperties"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetStaticMesh) == 0x0000A8, "Member 'UBakeInputMeshProperties::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetSkeletalMesh) == 0x0000B0, "Member 'UBakeInputMeshProperties::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetDynamicMesh) == 0x0000B8, "Member 'UBakeInputMeshProperties::TargetDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetUVLayer) == 0x0000C0, "Member 'UBakeInputMeshProperties::TargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHasTargetUVLayer) == 0x0000D0, "Member 'UBakeInputMeshProperties::bHasTargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceStaticMesh) == 0x0000D8, "Member 'UBakeInputMeshProperties::SourceStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceSkeletalMesh) == 0x0000E0, "Member 'UBakeInputMeshProperties::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceDynamicMesh) == 0x0000E8, "Member 'UBakeInputMeshProperties::SourceDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHideSourceMesh) == 0x0000F0, "Member 'UBakeInputMeshProperties::bHideSourceMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalMap) == 0x0000F8, "Member 'UBakeInputMeshProperties::SourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalMapUVLayer) == 0x000100, "Member 'UBakeInputMeshProperties::SourceNormalMapUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalSpace) == 0x000110, "Member 'UBakeInputMeshProperties::SourceNormalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHasSourceNormalMap) == 0x000114, "Member 'UBakeInputMeshProperties::bHasSourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, ProjectionDistance) == 0x000118, "Member 'UBakeInputMeshProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bProjectionInWorldSpace) == 0x00011C, "Member 'UBakeInputMeshProperties::bProjectionInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetUVLayerNamesList) == 0x000120, "Member 'UBakeInputMeshProperties::TargetUVLayerNamesList' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceUVLayerNamesList) == 0x000130, "Member 'UBakeInputMeshProperties::SourceUVLayerNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplitMeshesToolProperties \ +static_assert(alignof(USplitMeshesToolProperties) == 0x000008, "Wrong alignment on USplitMeshesToolProperties"); \ +static_assert(sizeof(USplitMeshesToolProperties) == 0x0000B0, "Wrong size on USplitMeshesToolProperties"); \ +static_assert(offsetof(USplitMeshesToolProperties, bTransferMaterials) == 0x0000A8, "Member 'USplitMeshesToolProperties::bTransferMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeNormalMapToolProperties \ +static_assert(alignof(UBakeNormalMapToolProperties) == 0x000008, "Wrong alignment on UBakeNormalMapToolProperties"); \ +static_assert(sizeof(UBakeNormalMapToolProperties) == 0x0000A8, "Wrong size on UBakeNormalMapToolProperties"); \ + +#define DUMPER7_ASSERTS_UBakeOcclusionMapToolProperties \ +static_assert(alignof(UBakeOcclusionMapToolProperties) == 0x000008, "Wrong alignment on UBakeOcclusionMapToolProperties"); \ +static_assert(sizeof(UBakeOcclusionMapToolProperties) == 0x0000B8, "Wrong size on UBakeOcclusionMapToolProperties"); \ +static_assert(offsetof(UBakeOcclusionMapToolProperties, OcclusionRays) == 0x0000A8, "Member 'UBakeOcclusionMapToolProperties::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(UBakeOcclusionMapToolProperties, MaxDistance) == 0x0000AC, "Member 'UBakeOcclusionMapToolProperties::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeOcclusionMapToolProperties, SpreadAngle) == 0x0000B0, "Member 'UBakeOcclusionMapToolProperties::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(UBakeOcclusionMapToolProperties, BiasAngle) == 0x0000B4, "Member 'UBakeOcclusionMapToolProperties::BiasAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeCurvatureMapToolProperties \ +static_assert(alignof(UBakeCurvatureMapToolProperties) == 0x000008, "Wrong alignment on UBakeCurvatureMapToolProperties"); \ +static_assert(sizeof(UBakeCurvatureMapToolProperties) == 0x0000C0, "Wrong size on UBakeCurvatureMapToolProperties"); \ +static_assert(offsetof(UBakeCurvatureMapToolProperties, CurvatureType) == 0x0000A8, "Member 'UBakeCurvatureMapToolProperties::CurvatureType' has a wrong offset!"); \ +static_assert(offsetof(UBakeCurvatureMapToolProperties, ColorMapping) == 0x0000AC, "Member 'UBakeCurvatureMapToolProperties::ColorMapping' has a wrong offset!"); \ +static_assert(offsetof(UBakeCurvatureMapToolProperties, ColorRangeMultiplier) == 0x0000B0, "Member 'UBakeCurvatureMapToolProperties::ColorRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBakeCurvatureMapToolProperties, MinRangeMultiplier) == 0x0000B4, "Member 'UBakeCurvatureMapToolProperties::MinRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBakeCurvatureMapToolProperties, Clamping) == 0x0000B8, "Member 'UBakeCurvatureMapToolProperties::Clamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeTexture2DProperties_GetUVLayerNamesFunc \ +static_assert(alignof(BakeTexture2DProperties_GetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeTexture2DProperties_GetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeTexture2DProperties_GetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeTexture2DProperties_GetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeTexture2DProperties_GetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeTexture2DProperties_GetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeTexture2DProperties \ +static_assert(alignof(UBakeTexture2DProperties) == 0x000008, "Wrong alignment on UBakeTexture2DProperties"); \ +static_assert(sizeof(UBakeTexture2DProperties) == 0x0000D0, "Wrong size on UBakeTexture2DProperties"); \ +static_assert(offsetof(UBakeTexture2DProperties, SourceTexture) == 0x0000A8, "Member 'UBakeTexture2DProperties::SourceTexture' has a wrong offset!"); \ +static_assert(offsetof(UBakeTexture2DProperties, UVLayer) == 0x0000B0, "Member 'UBakeTexture2DProperties::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeTexture2DProperties, UVLayerNamesList) == 0x0000C0, "Member 'UBakeTexture2DProperties::UVLayerNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeMultiTexture2DProperties_GetUVLayerNamesFunc \ +static_assert(alignof(BakeMultiTexture2DProperties_GetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeMultiTexture2DProperties_GetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeMultiTexture2DProperties_GetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeMultiTexture2DProperties_GetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeMultiTexture2DProperties_GetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMultiTexture2DProperties_GetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiTexture2DProperties \ +static_assert(alignof(UBakeMultiTexture2DProperties) == 0x000008, "Wrong alignment on UBakeMultiTexture2DProperties"); \ +static_assert(sizeof(UBakeMultiTexture2DProperties) == 0x0000E8, "Wrong size on UBakeMultiTexture2DProperties"); \ +static_assert(offsetof(UBakeMultiTexture2DProperties, MaterialIDSourceTextures) == 0x0000A8, "Member 'UBakeMultiTexture2DProperties::MaterialIDSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiTexture2DProperties, UVLayer) == 0x0000B8, "Member 'UBakeMultiTexture2DProperties::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiTexture2DProperties, UVLayerNamesList) == 0x0000C8, "Member 'UBakeMultiTexture2DProperties::UVLayerNamesList' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiTexture2DProperties, AllSourceTextures) == 0x0000D8, "Member 'UBakeMultiTexture2DProperties::AllSourceTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeVisualizationProperties \ +static_assert(alignof(UBakeVisualizationProperties) == 0x000008, "Wrong alignment on UBakeVisualizationProperties"); \ +static_assert(sizeof(UBakeVisualizationProperties) == 0x0000B8, "Wrong size on UBakeVisualizationProperties"); \ +static_assert(offsetof(UBakeVisualizationProperties, bPreviewAsMaterial) == 0x0000A8, "Member 'UBakeVisualizationProperties::bPreviewAsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeVisualizationProperties, Brightness) == 0x0000AC, "Member 'UBakeVisualizationProperties::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UBakeVisualizationProperties, AOMultiplier) == 0x0000B0, "Member 'UBakeVisualizationProperties::AOMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolBuilder \ +static_assert(alignof(UExtrudeMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolBuilder"); \ +static_assert(sizeof(UExtrudeMeshSelectionToolBuilder) == 0x000028, "Wrong size on UExtrudeMeshSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolProperties \ +static_assert(alignof(UExtrudeMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolProperties"); \ +static_assert(sizeof(UExtrudeMeshSelectionToolProperties) == 0x0000F0, "Wrong size on UExtrudeMeshSelectionToolProperties"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, InputMode) == 0x0000A8, "Member 'UExtrudeMeshSelectionToolProperties::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, ExtrudeDistance) == 0x0000B0, "Member 'UExtrudeMeshSelectionToolProperties::ExtrudeDistance' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, RegionMode) == 0x0000B8, "Member 'UExtrudeMeshSelectionToolProperties::RegionMode' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, NumSubdivisions) == 0x0000BC, "Member 'UExtrudeMeshSelectionToolProperties::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, CreaseAngle) == 0x0000C0, "Member 'UExtrudeMeshSelectionToolProperties::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, RaycastMaxDistance) == 0x0000C8, "Member 'UExtrudeMeshSelectionToolProperties::RaycastMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bShellsToSolids) == 0x0000D0, "Member 'UExtrudeMeshSelectionToolProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bInferGroupsFromNbrs) == 0x0000D1, "Member 'UExtrudeMeshSelectionToolProperties::bInferGroupsFromNbrs' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bGroupPerSubdivision) == 0x0000D2, "Member 'UExtrudeMeshSelectionToolProperties::bGroupPerSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bReplaceSelectionGroups) == 0x0000D3, "Member 'UExtrudeMeshSelectionToolProperties::bReplaceSelectionGroups' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, UVScale) == 0x0000D8, "Member 'UExtrudeMeshSelectionToolProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bUVIslandPerGroup) == 0x0000E0, "Member 'UExtrudeMeshSelectionToolProperties::bUVIslandPerGroup' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bInferMaterialID) == 0x0000E1, "Member 'UExtrudeMeshSelectionToolProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, SetMaterialID) == 0x0000E4, "Member 'UExtrudeMeshSelectionToolProperties::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bShowInputMaterials) == 0x0000E8, "Member 'UExtrudeMeshSelectionToolProperties::bShowInputMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothMeshToolProperties \ +static_assert(alignof(USmoothMeshToolProperties) == 0x000008, "Wrong alignment on USmoothMeshToolProperties"); \ +static_assert(sizeof(USmoothMeshToolProperties) == 0x0000B0, "Wrong size on USmoothMeshToolProperties"); \ +static_assert(offsetof(USmoothMeshToolProperties, SmoothingType) == 0x0000A8, "Member 'USmoothMeshToolProperties::SmoothingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionTool \ +static_assert(alignof(UExtrudeMeshSelectionTool) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionTool"); \ +static_assert(sizeof(UExtrudeMeshSelectionTool) == 0x000868, "Wrong size on UExtrudeMeshSelectionTool"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, ExtrudeProperties) == 0x000120, "Member 'UExtrudeMeshSelectionTool::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, SourcePreview) == 0x000848, "Member 'UExtrudeMeshSelectionTool::SourcePreview' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, EditCompute) == 0x000850, "Member 'UExtrudeMeshSelectionTool::EditCompute' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, TransformGizmo) == 0x000858, "Member 'UExtrudeMeshSelectionTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, TransformProxy) == 0x000860, "Member 'UExtrudeMeshSelectionTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSculptBrushOpProps \ +static_assert(alignof(UMeshSculptBrushOpProps) == 0x000008, "Wrong alignment on UMeshSculptBrushOpProps"); \ +static_assert(sizeof(UMeshSculptBrushOpProps) == 0x0000A8, "Wrong size on UMeshSculptBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UBaseKelvinletBrushOpProps \ +static_assert(alignof(UBaseKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UBaseKelvinletBrushOpProps"); \ +static_assert(sizeof(UBaseKelvinletBrushOpProps) == 0x0000B8, "Wrong size on UBaseKelvinletBrushOpProps"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, Stiffness) == 0x0000A8, "Member 'UBaseKelvinletBrushOpProps::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, Incompressiblity) == 0x0000AC, "Member 'UBaseKelvinletBrushOpProps::Incompressiblity' has a wrong offset!"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, BrushSteps) == 0x0000B0, "Member 'UBaseKelvinletBrushOpProps::BrushSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleKelvinletBrushOpProps \ +static_assert(alignof(UScaleKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UScaleKelvinletBrushOpProps"); \ +static_assert(sizeof(UScaleKelvinletBrushOpProps) == 0x0000C0, "Wrong size on UScaleKelvinletBrushOpProps"); \ +static_assert(offsetof(UScaleKelvinletBrushOpProps, Strength) == 0x0000B8, "Member 'UScaleKelvinletBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UScaleKelvinletBrushOpProps, Falloff) == 0x0000BC, "Member 'UScaleKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshBrushTool \ +static_assert(alignof(UDynamicMeshBrushTool) == 0x000008, "Wrong alignment on UDynamicMeshBrushTool"); \ +static_assert(sizeof(UDynamicMeshBrushTool) == 0x0002E0, "Wrong size on UDynamicMeshBrushTool"); \ +static_assert(offsetof(UDynamicMeshBrushTool, PreviewMesh) == 0x000298, "Member 'UDynamicMeshBrushTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USeamSculptTool \ +static_assert(alignof(USeamSculptTool) == 0x000010, "Wrong alignment on USeamSculptTool"); \ +static_assert(sizeof(USeamSculptTool) == 0x0003E0, "Wrong size on USeamSculptTool"); \ +static_assert(offsetof(USeamSculptTool, Settings) == 0x0002E8, "Member 'USeamSculptTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USeamSculptTool, PreviewGeom) == 0x0002F0, "Member 'USeamSculptTool::PreviewGeom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPullKelvinletBrushOpProps \ +static_assert(alignof(UPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UPullKelvinletBrushOpProps"); \ +static_assert(sizeof(UPullKelvinletBrushOpProps) == 0x0000C0, "Wrong size on UPullKelvinletBrushOpProps"); \ +static_assert(offsetof(UPullKelvinletBrushOpProps, Falloff) == 0x0000B8, "Member 'UPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPullKelvinletBrushOpProps, Depth) == 0x0000BC, "Member 'UPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPullKelvinletBrushOpProps \ +static_assert(alignof(USharpPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on USharpPullKelvinletBrushOpProps"); \ +static_assert(sizeof(USharpPullKelvinletBrushOpProps) == 0x0000C0, "Wrong size on USharpPullKelvinletBrushOpProps"); \ +static_assert(offsetof(USharpPullKelvinletBrushOpProps, Falloff) == 0x0000B8, "Member 'USharpPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USharpPullKelvinletBrushOpProps, Depth) == 0x0000BC, "Member 'USharpPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTwistKelvinletBrushOpProps \ +static_assert(alignof(UTwistKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UTwistKelvinletBrushOpProps"); \ +static_assert(sizeof(UTwistKelvinletBrushOpProps) == 0x0000C0, "Wrong size on UTwistKelvinletBrushOpProps"); \ +static_assert(offsetof(UTwistKelvinletBrushOpProps, Strength) == 0x0000B8, "Member 'UTwistKelvinletBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UTwistKelvinletBrushOpProps, Falloff) == 0x0000BC, "Member 'UTwistKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupEraseBrushOpProps \ +static_assert(alignof(UGroupEraseBrushOpProps) == 0x000008, "Wrong alignment on UGroupEraseBrushOpProps"); \ +static_assert(sizeof(UGroupEraseBrushOpProps) == 0x0000F0, "Wrong size on UGroupEraseBrushOpProps"); \ +static_assert(offsetof(UGroupEraseBrushOpProps, Group) == 0x0000A8, "Member 'UGroupEraseBrushOpProps::Group' has a wrong offset!"); \ +static_assert(offsetof(UGroupEraseBrushOpProps, bOnlyEraseCurrent) == 0x0000AC, "Member 'UGroupEraseBrushOpProps::bOnlyEraseCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupPaintBrushOpProps \ +static_assert(alignof(UGroupPaintBrushOpProps) == 0x000008, "Wrong alignment on UGroupPaintBrushOpProps"); \ +static_assert(sizeof(UGroupPaintBrushOpProps) == 0x0000B0, "Wrong size on UGroupPaintBrushOpProps"); \ +static_assert(offsetof(UGroupPaintBrushOpProps, Group) == 0x0000A8, "Member 'UGroupPaintBrushOpProps::Group' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushOpProps, bOnlyPaintUngrouped) == 0x0000AC, "Member 'UGroupPaintBrushOpProps::bOnlyPaintUngrouped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInflateBrushOpProps \ +static_assert(alignof(UInflateBrushOpProps) == 0x000008, "Wrong alignment on UInflateBrushOpProps"); \ +static_assert(sizeof(UInflateBrushOpProps) == 0x0000B0, "Wrong size on UInflateBrushOpProps"); \ +static_assert(offsetof(UInflateBrushOpProps, Strength) == 0x0000A8, "Member 'UInflateBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UInflateBrushOpProps, Falloff) == 0x0000AC, "Member 'UInflateBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoveBrushOpProps \ +static_assert(alignof(UMoveBrushOpProps) == 0x000008, "Wrong alignment on UMoveBrushOpProps"); \ +static_assert(sizeof(UMoveBrushOpProps) == 0x0000B8, "Wrong size on UMoveBrushOpProps"); \ +static_assert(offsetof(UMoveBrushOpProps, Strength) == 0x0000A8, "Member 'UMoveBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, Falloff) == 0x0000AC, "Member 'UMoveBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, Depth) == 0x0000B0, "Member 'UMoveBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, AxisFilters) == 0x0000B4, "Member 'UMoveBrushOpProps::AxisFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPinchBrushOpProps \ +static_assert(alignof(UPinchBrushOpProps) == 0x000008, "Wrong alignment on UPinchBrushOpProps"); \ +static_assert(sizeof(UPinchBrushOpProps) == 0x0000B8, "Wrong size on UPinchBrushOpProps"); \ +static_assert(offsetof(UPinchBrushOpProps, Strength) == 0x0000A8, "Member 'UPinchBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, Falloff) == 0x0000AC, "Member 'UPinchBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, Depth) == 0x0000B0, "Member 'UPinchBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, bPerpDamping) == 0x0000B4, "Member 'UPinchBrushOpProps::bPerpDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBasePlaneBrushOpProps \ +static_assert(alignof(UBasePlaneBrushOpProps) == 0x000008, "Wrong alignment on UBasePlaneBrushOpProps"); \ +static_assert(sizeof(UBasePlaneBrushOpProps) == 0x0000A8, "Wrong size on UBasePlaneBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UPlaneBrushOpProps \ +static_assert(alignof(UPlaneBrushOpProps) == 0x000008, "Wrong alignment on UPlaneBrushOpProps"); \ +static_assert(sizeof(UPlaneBrushOpProps) == 0x0000B8, "Wrong size on UPlaneBrushOpProps"); \ +static_assert(offsetof(UPlaneBrushOpProps, Strength) == 0x0000A8, "Member 'UPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, Falloff) == 0x0000AC, "Member 'UPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, Depth) == 0x0000B0, "Member 'UPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, WhichSide) == 0x0000B4, "Member 'UPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAnalysisProperties \ +static_assert(alignof(UMeshAnalysisProperties) == 0x000008, "Wrong alignment on UMeshAnalysisProperties"); \ +static_assert(sizeof(UMeshAnalysisProperties) == 0x0000C8, "Wrong size on UMeshAnalysisProperties"); \ +static_assert(offsetof(UMeshAnalysisProperties, SurfaceArea) == 0x0000A8, "Member 'UMeshAnalysisProperties::SurfaceArea' has a wrong offset!"); \ +static_assert(offsetof(UMeshAnalysisProperties, Volume) == 0x0000B8, "Member 'UMeshAnalysisProperties::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewAlignedPlaneBrushOpProps \ +static_assert(alignof(UViewAlignedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedPlaneBrushOpProps"); \ +static_assert(sizeof(UViewAlignedPlaneBrushOpProps) == 0x0000B8, "Wrong size on UViewAlignedPlaneBrushOpProps"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Strength) == 0x0000A8, "Member 'UViewAlignedPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Falloff) == 0x0000AC, "Member 'UViewAlignedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Depth) == 0x0000B0, "Member 'UViewAlignedPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, WhichSide) == 0x0000B4, "Member 'UViewAlignedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedPlaneBrushOpProps \ +static_assert(alignof(UFixedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UFixedPlaneBrushOpProps"); \ +static_assert(sizeof(UFixedPlaneBrushOpProps) == 0x0000B8, "Wrong size on UFixedPlaneBrushOpProps"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Strength) == 0x0000A8, "Member 'UFixedPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Falloff) == 0x0000AC, "Member 'UFixedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Depth) == 0x0000B0, "Member 'UFixedPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, WhichSide) == 0x0000B4, "Member 'UFixedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStandardSculptBrushOpProps \ +static_assert(alignof(UStandardSculptBrushOpProps) == 0x000008, "Wrong alignment on UStandardSculptBrushOpProps"); \ +static_assert(sizeof(UStandardSculptBrushOpProps) == 0x0000B0, "Wrong size on UStandardSculptBrushOpProps"); \ +static_assert(offsetof(UStandardSculptBrushOpProps, Strength) == 0x0000A8, "Member 'UStandardSculptBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UStandardSculptBrushOpProps, Falloff) == 0x0000AC, "Member 'UStandardSculptBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewAlignedSculptBrushOpProps \ +static_assert(alignof(UViewAlignedSculptBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedSculptBrushOpProps"); \ +static_assert(sizeof(UViewAlignedSculptBrushOpProps) == 0x0000B0, "Wrong size on UViewAlignedSculptBrushOpProps"); \ +static_assert(offsetof(UViewAlignedSculptBrushOpProps, Strength) == 0x0000A8, "Member 'UViewAlignedSculptBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedSculptBrushOpProps, Falloff) == 0x0000AC, "Member 'UViewAlignedSculptBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USculptMaxBrushOpProps \ +static_assert(alignof(USculptMaxBrushOpProps) == 0x000008, "Wrong alignment on USculptMaxBrushOpProps"); \ +static_assert(sizeof(USculptMaxBrushOpProps) == 0x0000C0, "Wrong size on USculptMaxBrushOpProps"); \ +static_assert(offsetof(USculptMaxBrushOpProps, Strength) == 0x0000A8, "Member 'USculptMaxBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, Falloff) == 0x0000AC, "Member 'USculptMaxBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, MaxHeight) == 0x0000B0, "Member 'USculptMaxBrushOpProps::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, bUseFixedHeight) == 0x0000B4, "Member 'USculptMaxBrushOpProps::bUseFixedHeight' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, FixedHeight) == 0x0000B8, "Member 'USculptMaxBrushOpProps::FixedHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseSmoothBrushOpProps \ +static_assert(alignof(UBaseSmoothBrushOpProps) == 0x000008, "Wrong alignment on UBaseSmoothBrushOpProps"); \ +static_assert(sizeof(UBaseSmoothBrushOpProps) == 0x0000A8, "Wrong size on UBaseSmoothBrushOpProps"); \ + +#define DUMPER7_ASSERTS_USmoothBrushOpProps \ +static_assert(alignof(USmoothBrushOpProps) == 0x000008, "Wrong alignment on USmoothBrushOpProps"); \ +static_assert(sizeof(USmoothBrushOpProps) == 0x0000B8, "Wrong size on USmoothBrushOpProps"); \ +static_assert(offsetof(USmoothBrushOpProps, Strength) == 0x0000A8, "Member 'USmoothBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USmoothBrushOpProps, Falloff) == 0x0000AC, "Member 'USmoothBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USmoothBrushOpProps, bPreserveUVFlow) == 0x0000B0, "Member 'USmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USecondarySmoothBrushOpProps \ +static_assert(alignof(USecondarySmoothBrushOpProps) == 0x000008, "Wrong alignment on USecondarySmoothBrushOpProps"); \ +static_assert(sizeof(USecondarySmoothBrushOpProps) == 0x0000B8, "Wrong size on USecondarySmoothBrushOpProps"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, Strength) == 0x0000A8, "Member 'USecondarySmoothBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, Falloff) == 0x0000AC, "Member 'USecondarySmoothBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, bPreserveUVFlow) == 0x0000B0, "Member 'USecondarySmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothFillBrushOpProps \ +static_assert(alignof(USmoothFillBrushOpProps) == 0x000008, "Wrong alignment on USmoothFillBrushOpProps"); \ +static_assert(sizeof(USmoothFillBrushOpProps) == 0x0000B8, "Wrong size on USmoothFillBrushOpProps"); \ +static_assert(offsetof(USmoothFillBrushOpProps, Strength) == 0x0000A8, "Member 'USmoothFillBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USmoothFillBrushOpProps, Falloff) == 0x0000AC, "Member 'USmoothFillBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USmoothFillBrushOpProps, bPreserveUVFlow) == 0x0000B0, "Member 'USmoothFillBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFlattenBrushOpProps \ +static_assert(alignof(UFlattenBrushOpProps) == 0x000008, "Wrong alignment on UFlattenBrushOpProps"); \ +static_assert(sizeof(UFlattenBrushOpProps) == 0x0000B8, "Wrong size on UFlattenBrushOpProps"); \ +static_assert(offsetof(UFlattenBrushOpProps, Strength) == 0x0000A8, "Member 'UFlattenBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, Falloff) == 0x0000AC, "Member 'UFlattenBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, Depth) == 0x0000B0, "Member 'UFlattenBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, WhichSide) == 0x0000B4, "Member 'UFlattenBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEraseBrushOpProps \ +static_assert(alignof(UEraseBrushOpProps) == 0x000008, "Wrong alignment on UEraseBrushOpProps"); \ +static_assert(sizeof(UEraseBrushOpProps) == 0x0000B0, "Wrong size on UEraseBrushOpProps"); \ +static_assert(offsetof(UEraseBrushOpProps, Strength) == 0x0000A8, "Member 'UEraseBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UEraseBrushOpProps, Falloff) == 0x0000AC, "Member 'UEraseBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexColorBaseBrushOpProps \ +static_assert(alignof(UVertexColorBaseBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorBaseBrushOpProps"); \ +static_assert(sizeof(UVertexColorBaseBrushOpProps) == 0x0000B8, "Wrong size on UVertexColorBaseBrushOpProps"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, Strength) == 0x0000A8, "Member 'UVertexColorBaseBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, Falloff) == 0x0000AC, "Member 'UVertexColorBaseBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, BlendMode) == 0x0000B0, "Member 'UVertexColorBaseBrushOpProps::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, bApplyFalloff) == 0x0000B4, "Member 'UVertexColorBaseBrushOpProps::bApplyFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexColorPaintBrushOpProps \ +static_assert(alignof(UVertexColorPaintBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorPaintBrushOpProps"); \ +static_assert(sizeof(UVertexColorPaintBrushOpProps) == 0x0000C8, "Wrong size on UVertexColorPaintBrushOpProps"); \ +static_assert(offsetof(UVertexColorPaintBrushOpProps, Color) == 0x0000B8, "Member 'UVertexColorPaintBrushOpProps::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexColorSoftenBrushOpProps \ +static_assert(alignof(UVertexColorSoftenBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorSoftenBrushOpProps"); \ +static_assert(sizeof(UVertexColorSoftenBrushOpProps) == 0x0000B8, "Wrong size on UVertexColorSoftenBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UVertexColorSmoothBrushOpProps \ +static_assert(alignof(UVertexColorSmoothBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorSmoothBrushOpProps"); \ +static_assert(sizeof(UVertexColorSmoothBrushOpProps) == 0x0000B8, "Wrong size on UVertexColorSmoothBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionToolBuilder \ +static_assert(alignof(UOffsetMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshSelectionToolBuilder"); \ +static_assert(sizeof(UOffsetMeshSelectionToolBuilder) == 0x000028, "Wrong size on UOffsetMeshSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionToolProperties \ +static_assert(alignof(UOffsetMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UOffsetMeshSelectionToolProperties"); \ +static_assert(sizeof(UOffsetMeshSelectionToolProperties) == 0x0000E0, "Wrong size on UOffsetMeshSelectionToolProperties"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, OffsetDistance) == 0x0000A8, "Member 'UOffsetMeshSelectionToolProperties::OffsetDistance' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, Direction) == 0x0000B0, "Member 'UOffsetMeshSelectionToolProperties::Direction' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, NumSubdivisions) == 0x0000B4, "Member 'UOffsetMeshSelectionToolProperties::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, CreaseAngle) == 0x0000B8, "Member 'UOffsetMeshSelectionToolProperties::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bShellsToSolids) == 0x0000C0, "Member 'UOffsetMeshSelectionToolProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bInferGroupsFromNbrs) == 0x0000C1, "Member 'UOffsetMeshSelectionToolProperties::bInferGroupsFromNbrs' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bGroupPerSubdivision) == 0x0000C2, "Member 'UOffsetMeshSelectionToolProperties::bGroupPerSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bReplaceSelectionGroups) == 0x0000C3, "Member 'UOffsetMeshSelectionToolProperties::bReplaceSelectionGroups' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, UVScale) == 0x0000C8, "Member 'UOffsetMeshSelectionToolProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bUVIslandPerGroup) == 0x0000D0, "Member 'UOffsetMeshSelectionToolProperties::bUVIslandPerGroup' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bInferMaterialID) == 0x0000D1, "Member 'UOffsetMeshSelectionToolProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, SetMaterialID) == 0x0000D4, "Member 'UOffsetMeshSelectionToolProperties::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bShowInputMaterials) == 0x0000D8, "Member 'UOffsetMeshSelectionToolProperties::bShowInputMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionTool \ +static_assert(alignof(UOffsetMeshSelectionTool) == 0x000008, "Wrong alignment on UOffsetMeshSelectionTool"); \ +static_assert(sizeof(UOffsetMeshSelectionTool) == 0x000858, "Wrong size on UOffsetMeshSelectionTool"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, OffsetProperties) == 0x000120, "Member 'UOffsetMeshSelectionTool::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, SourcePreview) == 0x000848, "Member 'UOffsetMeshSelectionTool::SourcePreview' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, EditCompute) == 0x000850, "Member 'UOffsetMeshSelectionTool::EditCompute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternToolBuilder \ +static_assert(alignof(UPatternToolBuilder) == 0x000008, "Wrong alignment on UPatternToolBuilder"); \ +static_assert(sizeof(UPatternToolBuilder) == 0x000030, "Wrong size on UPatternToolBuilder"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorToolActionProperties \ +static_assert(alignof(USimpleCollisionEditorToolActionProperties) == 0x000008, "Wrong alignment on USimpleCollisionEditorToolActionProperties"); \ +static_assert(sizeof(USimpleCollisionEditorToolActionProperties) == 0x0000B0, "Wrong size on USimpleCollisionEditorToolActionProperties"); \ + +#define DUMPER7_ASSERTS_UPatternToolSettings \ +static_assert(alignof(UPatternToolSettings) == 0x000008, "Wrong alignment on UPatternToolSettings"); \ +static_assert(sizeof(UPatternToolSettings) == 0x0000C0, "Wrong size on UPatternToolSettings"); \ +static_assert(offsetof(UPatternToolSettings, Seed) == 0x0000A8, "Member 'UPatternToolSettings::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bProjectElementsDown) == 0x0000AC, "Member 'UPatternToolSettings::bProjectElementsDown' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, ProjectionOffset) == 0x0000B0, "Member 'UPatternToolSettings::ProjectionOffset' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bHideSources) == 0x0000B4, "Member 'UPatternToolSettings::bHideSources' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bUseRelativeTransforms) == 0x0000B5, "Member 'UPatternToolSettings::bUseRelativeTransforms' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bRandomlyPickElements) == 0x0000B6, "Member 'UPatternToolSettings::bRandomlyPickElements' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, Shape) == 0x0000B7, "Member 'UPatternToolSettings::Shape' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, SingleAxis) == 0x0000B8, "Member 'UPatternToolSettings::SingleAxis' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, SinglePlane) == 0x0000B9, "Member 'UPatternToolSettings::SinglePlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshConstraintProperties_IsPreventNormalFlipsEnabled \ +static_assert(alignof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong alignment on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ +static_assert(sizeof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong size on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ +static_assert(offsetof(MeshConstraintProperties_IsPreventNormalFlipsEnabled, ReturnValue) == 0x000000, "Member 'MeshConstraintProperties_IsPreventNormalFlipsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshConstraintProperties_IsPreventTinyTrianglesEnabled \ +static_assert(alignof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled) == 0x000001, "Wrong alignment on MeshConstraintProperties_IsPreventTinyTrianglesEnabled"); \ +static_assert(sizeof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled) == 0x000001, "Wrong size on MeshConstraintProperties_IsPreventTinyTrianglesEnabled"); \ +static_assert(offsetof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled, ReturnValue) == 0x000000, "Member 'MeshConstraintProperties_IsPreventTinyTrianglesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshConstraintProperties \ +static_assert(alignof(UMeshConstraintProperties) == 0x000008, "Wrong alignment on UMeshConstraintProperties"); \ +static_assert(sizeof(UMeshConstraintProperties) == 0x0000B0, "Wrong size on UMeshConstraintProperties"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreserveSharpEdges) == 0x0000A8, "Member 'UMeshConstraintProperties::bPreserveSharpEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, MeshBoundaryConstraint) == 0x0000A9, "Member 'UMeshConstraintProperties::MeshBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, GroupBoundaryConstraint) == 0x0000AA, "Member 'UMeshConstraintProperties::GroupBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, MaterialBoundaryConstraint) == 0x0000AB, "Member 'UMeshConstraintProperties::MaterialBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreventNormalFlips) == 0x0000AC, "Member 'UMeshConstraintProperties::bPreventNormalFlips' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreventTinyTriangles) == 0x0000AD, "Member 'UMeshConstraintProperties::bPreventTinyTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemeshProperties \ +static_assert(alignof(URemeshProperties) == 0x000008, "Wrong alignment on URemeshProperties"); \ +static_assert(sizeof(URemeshProperties) == 0x0000B8, "Wrong size on URemeshProperties"); \ +static_assert(offsetof(URemeshProperties, SmoothingStrength) == 0x0000B0, "Member 'URemeshProperties::SmoothingStrength' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bFlips) == 0x0000B4, "Member 'URemeshProperties::bFlips' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bSplits) == 0x0000B5, "Member 'URemeshProperties::bSplits' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bCollapses) == 0x0000B6, "Member 'URemeshProperties::bCollapses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemeshMeshToolProperties \ +static_assert(alignof(URemeshMeshToolProperties) == 0x000008, "Wrong alignment on URemeshMeshToolProperties"); \ +static_assert(sizeof(URemeshMeshToolProperties) == 0x0000E0, "Wrong size on URemeshMeshToolProperties"); \ +static_assert(offsetof(URemeshMeshToolProperties, TargetTriangleCount) == 0x0000B8, "Member 'URemeshMeshToolProperties::TargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, SmoothingType) == 0x0000BC, "Member 'URemeshMeshToolProperties::SmoothingType' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bDiscardAttributes) == 0x0000BD, "Member 'URemeshMeshToolProperties::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bShowGroupColors) == 0x0000BE, "Member 'URemeshMeshToolProperties::bShowGroupColors' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, RemeshType) == 0x0000BF, "Member 'URemeshMeshToolProperties::RemeshType' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, RemeshIterations) == 0x0000C0, "Member 'URemeshMeshToolProperties::RemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, MaxRemeshIterations) == 0x0000C4, "Member 'URemeshMeshToolProperties::MaxRemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, ExtraProjectionIterations) == 0x0000C8, "Member 'URemeshMeshToolProperties::ExtraProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bUseTargetEdgeLength) == 0x0000CC, "Member 'URemeshMeshToolProperties::bUseTargetEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, TargetEdgeLength) == 0x0000D0, "Member 'URemeshMeshToolProperties::TargetEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bReproject) == 0x0000D4, "Member 'URemeshMeshToolProperties::bReproject' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bReprojectConstraints) == 0x0000D5, "Member 'URemeshMeshToolProperties::bReprojectConstraints' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, BoundaryCornerAngleThreshold) == 0x0000D8, "Member 'URemeshMeshToolProperties::BoundaryCornerAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_BoundingBoxSettings \ +static_assert(alignof(UPatternTool_BoundingBoxSettings) == 0x000008, "Wrong alignment on UPatternTool_BoundingBoxSettings"); \ +static_assert(sizeof(UPatternTool_BoundingBoxSettings) == 0x0000B8, "Wrong size on UPatternTool_BoundingBoxSettings"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, bIgnoreTransforms) == 0x0000A8, "Member 'UPatternTool_BoundingBoxSettings::bIgnoreTransforms' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, Adjustment) == 0x0000AC, "Member 'UPatternTool_BoundingBoxSettings::Adjustment' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, bVisualize) == 0x0000B0, "Member 'UPatternTool_BoundingBoxSettings::bVisualize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_LinearSettings \ +static_assert(alignof(UPatternTool_LinearSettings) == 0x000008, "Wrong alignment on UPatternTool_LinearSettings"); \ +static_assert(sizeof(UPatternTool_LinearSettings) == 0x0000C8, "Wrong size on UPatternTool_LinearSettings"); \ +static_assert(offsetof(UPatternTool_LinearSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_LinearSettings::SpacingMode' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Count) == 0x0000AC, "Member 'UPatternTool_LinearSettings::Count' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_LinearSettings::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Extent) == 0x0000B8, "Member 'UPatternTool_LinearSettings::Extent' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, bCentered) == 0x0000C0, "Member 'UPatternTool_LinearSettings::bCentered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolProperties \ +static_assert(alignof(UVoxelSolidifyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, WindingThreshold) == 0x0000A8, "Member 'UVoxelSolidifyMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ExtendBounds) == 0x0000B0, "Member 'UVoxelSolidifyMeshesToolProperties::ExtendBounds' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps) == 0x0000B8, "Member 'UVoxelSolidifyMeshesToolProperties::SurfaceSearchSteps' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bSolidAtBoundaries) == 0x0000BC, "Member 'UVoxelSolidifyMeshesToolProperties::bSolidAtBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bApplyThickenShells) == 0x0000BD, "Member 'UVoxelSolidifyMeshesToolProperties::bApplyThickenShells' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelSolidifyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_GridSettings \ +static_assert(alignof(UPatternTool_GridSettings) == 0x000008, "Wrong alignment on UPatternTool_GridSettings"); \ +static_assert(sizeof(UPatternTool_GridSettings) == 0x0000E0, "Wrong size on UPatternTool_GridSettings"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingX) == 0x0000A8, "Member 'UPatternTool_GridSettings::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountX) == 0x0000AC, "Member 'UPatternTool_GridSettings::CountX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeX) == 0x0000B0, "Member 'UPatternTool_GridSettings::StepSizeX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentX) == 0x0000B8, "Member 'UPatternTool_GridSettings::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredX) == 0x0000C0, "Member 'UPatternTool_GridSettings::bCenteredX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingY) == 0x0000C1, "Member 'UPatternTool_GridSettings::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountY) == 0x0000C4, "Member 'UPatternTool_GridSettings::CountY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeY) == 0x0000C8, "Member 'UPatternTool_GridSettings::StepSizeY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentY) == 0x0000D0, "Member 'UPatternTool_GridSettings::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredY) == 0x0000D8, "Member 'UPatternTool_GridSettings::bCenteredY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_RadialSettings \ +static_assert(alignof(UPatternTool_RadialSettings) == 0x000008, "Wrong alignment on UPatternTool_RadialSettings"); \ +static_assert(sizeof(UPatternTool_RadialSettings) == 0x0000E0, "Wrong size on UPatternTool_RadialSettings"); \ +static_assert(offsetof(UPatternTool_RadialSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_RadialSettings::SpacingMode' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, Count) == 0x0000AC, "Member 'UPatternTool_RadialSettings::Count' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_RadialSettings::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, Radius) == 0x0000B8, "Member 'UPatternTool_RadialSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, StartAngle) == 0x0000C0, "Member 'UPatternTool_RadialSettings::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, EndAngle) == 0x0000C8, "Member 'UPatternTool_RadialSettings::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, AngleShift) == 0x0000D0, "Member 'UPatternTool_RadialSettings::AngleShift' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, bOriented) == 0x0000D8, "Member 'UPatternTool_RadialSettings::bOriented' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_RotationSettings \ +static_assert(alignof(UPatternTool_RotationSettings) == 0x000008, "Wrong alignment on UPatternTool_RotationSettings"); \ +static_assert(sizeof(UPatternTool_RotationSettings) == 0x0000F8, "Wrong size on UPatternTool_RotationSettings"); \ +static_assert(offsetof(UPatternTool_RotationSettings, bInterpolate) == 0x0000A8, "Member 'UPatternTool_RotationSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, bJitter) == 0x0000A9, "Member 'UPatternTool_RotationSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, StartRotation) == 0x0000B0, "Member 'UPatternTool_RotationSettings::StartRotation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, EndRotation) == 0x0000C8, "Member 'UPatternTool_RotationSettings::EndRotation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_RotationSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_TranslationSettings \ +static_assert(alignof(UPatternTool_TranslationSettings) == 0x000008, "Wrong alignment on UPatternTool_TranslationSettings"); \ +static_assert(sizeof(UPatternTool_TranslationSettings) == 0x0000F8, "Wrong size on UPatternTool_TranslationSettings"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, bInterpolate) == 0x0000A8, "Member 'UPatternTool_TranslationSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, bJitter) == 0x0000A9, "Member 'UPatternTool_TranslationSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, StartTranslation) == 0x0000B0, "Member 'UPatternTool_TranslationSettings::StartTranslation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, EndTranslation) == 0x0000C8, "Member 'UPatternTool_TranslationSettings::EndTranslation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_TranslationSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_ScaleSettings \ +static_assert(alignof(UPatternTool_ScaleSettings) == 0x000008, "Wrong alignment on UPatternTool_ScaleSettings"); \ +static_assert(sizeof(UPatternTool_ScaleSettings) == 0x0000F8, "Wrong size on UPatternTool_ScaleSettings"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bProportional) == 0x0000A8, "Member 'UPatternTool_ScaleSettings::bProportional' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bInterpolate) == 0x0000A9, "Member 'UPatternTool_ScaleSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bJitter) == 0x0000AA, "Member 'UPatternTool_ScaleSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, StartScale) == 0x0000B0, "Member 'UPatternTool_ScaleSettings::StartScale' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, EndScale) == 0x0000C8, "Member 'UPatternTool_ScaleSettings::EndScale' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_ScaleSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_OutputSettings \ +static_assert(alignof(UPatternTool_OutputSettings) == 0x000008, "Wrong alignment on UPatternTool_OutputSettings"); \ +static_assert(sizeof(UPatternTool_OutputSettings) == 0x0000B0, "Wrong size on UPatternTool_OutputSettings"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bSeparateActors) == 0x0000A8, "Member 'UPatternTool_OutputSettings::bSeparateActors' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bConvertToDynamic) == 0x0000A9, "Member 'UPatternTool_OutputSettings::bConvertToDynamic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bCreateISMCs) == 0x0000AA, "Member 'UPatternTool_OutputSettings::bCreateISMCs' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bHaveStaticMeshes) == 0x0000AB, "Member 'UPatternTool_OutputSettings::bHaveStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bEnableCreateISMCs) == 0x0000AC, "Member 'UPatternTool_OutputSettings::bEnableCreateISMCs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool \ +static_assert(alignof(UPatternTool) == 0x000010, "Wrong alignment on UPatternTool"); \ +static_assert(sizeof(UPatternTool) == 0x0004B0, "Wrong size on UPatternTool"); \ +static_assert(offsetof(UPatternTool, Settings) == 0x0000B8, "Member 'UPatternTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, BoundingBoxSettings) == 0x0000C0, "Member 'UPatternTool::BoundingBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, LinearSettings) == 0x0000C8, "Member 'UPatternTool::LinearSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, GridSettings) == 0x0000D0, "Member 'UPatternTool::GridSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RadialSettings) == 0x0000D8, "Member 'UPatternTool::RadialSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RotationSettings) == 0x0000E0, "Member 'UPatternTool::RotationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, TranslationSettings) == 0x0000E8, "Member 'UPatternTool::TranslationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, ScaleSettings) == 0x0000F0, "Member 'UPatternTool::ScaleSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, OutputSettings) == 0x000150, "Member 'UPatternTool::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmoProxy) == 0x0001A0, "Member 'UPatternTool::PatternGizmoProxy' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmo) == 0x0001A8, "Member 'UPatternTool::PatternGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, DragAlignmentMechanic) == 0x0001C8, "Member 'UPatternTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PlaneMechanic) == 0x0001D0, "Member 'UPatternTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, AllComponents) == 0x0003B8, "Member 'UPatternTool::AllComponents' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PreviewGeometry) == 0x0004A8, "Member 'UPatternTool::PreviewGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolProperties \ +static_assert(alignof(URevolveSplineToolProperties) == 0x000008, "Wrong alignment on URevolveSplineToolProperties"); \ +static_assert(sizeof(URevolveSplineToolProperties) == 0x000168, "Wrong size on URevolveSplineToolProperties"); \ +static_assert(offsetof(URevolveSplineToolProperties, SampleMode) == 0x000118, "Member 'URevolveSplineToolProperties::SampleMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, ErrorTolerance) == 0x000120, "Member 'URevolveSplineToolProperties::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, MaxSampleDistance) == 0x000128, "Member 'URevolveSplineToolProperties::MaxSampleDistance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, CapFillMode) == 0x000130, "Member 'URevolveSplineToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bClosePathToAxis) == 0x000131, "Member 'URevolveSplineToolProperties::bClosePathToAxis' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrigin) == 0x000138, "Member 'URevolveSplineToolProperties::AxisOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrientation) == 0x000150, "Member 'URevolveSplineToolProperties::AxisOrientation' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bResetAxisOnStart) == 0x000160, "Member 'URevolveSplineToolProperties::bResetAxisOnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransferMeshToolBuilder \ +static_assert(alignof(UTransferMeshToolBuilder) == 0x000008, "Wrong alignment on UTransferMeshToolBuilder"); \ +static_assert(sizeof(UTransferMeshToolBuilder) == 0x000028, "Wrong size on UTransferMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolActionPropertySet \ +static_assert(alignof(URevolveSplineToolActionPropertySet) == 0x000008, "Wrong alignment on URevolveSplineToolActionPropertySet"); \ +static_assert(sizeof(URevolveSplineToolActionPropertySet) == 0x0000B0, "Wrong size on URevolveSplineToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_URevolveSplineTool \ +static_assert(alignof(URevolveSplineTool) == 0x000008, "Wrong alignment on URevolveSplineTool"); \ +static_assert(sizeof(URevolveSplineTool) == 0x000178, "Wrong size on URevolveSplineTool"); \ +static_assert(offsetof(URevolveSplineTool, Settings) == 0x0000A8, "Member 'URevolveSplineTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, MaterialProperties) == 0x0000B0, "Member 'URevolveSplineTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, OutputTypeProperties) == 0x0000B8, "Member 'URevolveSplineTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, ToolActions) == 0x0000C0, "Member 'URevolveSplineTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, Preview) == 0x0000C8, "Member 'URevolveSplineTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, PlaneMechanic) == 0x0000D0, "Member 'URevolveSplineTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolBuilder \ +static_assert(alignof(URevolveSplineToolBuilder) == 0x000008, "Wrong alignment on URevolveSplineToolBuilder"); \ +static_assert(sizeof(URevolveSplineToolBuilder) == 0x000028, "Wrong size on URevolveSplineToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAddPatchToolBuilder \ +static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ +static_assert(sizeof(UAddPatchToolBuilder) == 0x000028, "Wrong size on UAddPatchToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAddPatchToolProperties \ +static_assert(alignof(UAddPatchToolProperties) == 0x000008, "Wrong alignment on UAddPatchToolProperties"); \ +static_assert(sizeof(UAddPatchToolProperties) == 0x0000B8, "Wrong size on UAddPatchToolProperties"); \ +static_assert(offsetof(UAddPatchToolProperties, Width) == 0x0000A8, "Member 'UAddPatchToolProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Rotation) == 0x0000AC, "Member 'UAddPatchToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Subdivisions) == 0x0000B0, "Member 'UAddPatchToolProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Shift) == 0x0000B4, "Member 'UAddPatchToolProperties::Shift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddPatchTool \ +static_assert(alignof(UAddPatchTool) == 0x000008, "Wrong alignment on UAddPatchTool"); \ +static_assert(sizeof(UAddPatchTool) == 0x000128, "Wrong size on UAddPatchTool"); \ +static_assert(offsetof(UAddPatchTool, ShapeSettings) == 0x0000A8, "Member 'UAddPatchTool::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchTool, MaterialProperties) == 0x0000B0, "Member 'UAddPatchTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchTool, PreviewMesh) == 0x0000B8, "Member 'UAddPatchTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsToolBuilder \ +static_assert(alignof(UAlignObjectsToolBuilder) == 0x000008, "Wrong alignment on UAlignObjectsToolBuilder"); \ +static_assert(sizeof(UAlignObjectsToolBuilder) == 0x000028, "Wrong size on UAlignObjectsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsToolProperties \ +static_assert(alignof(UAlignObjectsToolProperties) == 0x000008, "Wrong alignment on UAlignObjectsToolProperties"); \ +static_assert(sizeof(UAlignObjectsToolProperties) == 0x0000B8, "Wrong size on UAlignObjectsToolProperties"); \ +static_assert(offsetof(UAlignObjectsToolProperties, AlignType) == 0x0000A8, "Member 'UAlignObjectsToolProperties::AlignType' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, AlignTo) == 0x0000AC, "Member 'UAlignObjectsToolProperties::AlignTo' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, BoxPosition) == 0x0000B0, "Member 'UAlignObjectsToolProperties::BoxPosition' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignX) == 0x0000B4, "Member 'UAlignObjectsToolProperties::bAlignX' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignY) == 0x0000B5, "Member 'UAlignObjectsToolProperties::bAlignY' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignZ) == 0x0000B6, "Member 'UAlignObjectsToolProperties::bAlignZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsTool \ +static_assert(alignof(UAlignObjectsTool) == 0x000008, "Wrong alignment on UAlignObjectsTool"); \ +static_assert(sizeof(UAlignObjectsTool) == 0x000158, "Wrong size on UAlignObjectsTool"); \ +static_assert(offsetof(UAlignObjectsTool, AlignProps) == 0x0000C0, "Member 'UAlignObjectsTool::AlignProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBuilder \ +static_assert(alignof(UBakeMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBuilder"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMeshAttributeMapsToolBuilder"); \ + +#define DUMPER7_ASSERTS_BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ +static_assert(alignof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(sizeof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(offsetof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolProperties \ +static_assert(alignof(UBakeMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeTool \ +static_assert(alignof(UBakeMeshAttributeTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeTool"); \ +static_assert(sizeof(UBakeMeshAttributeTool) == 0x0001A8, "Wrong size on UBakeMeshAttributeTool"); \ +static_assert(offsetof(UBakeMeshAttributeTool, OcclusionSettings) == 0x0000C8, "Member 'UBakeMeshAttributeTool::OcclusionSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, CurvatureSettings) == 0x0000D0, "Member 'UBakeMeshAttributeTool::CurvatureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, TextureSettings) == 0x0000D8, "Member 'UBakeMeshAttributeTool::TextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, MultiTextureSettings) == 0x0000E0, "Member 'UBakeMeshAttributeTool::MultiTextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, WorkingPreviewMaterial) == 0x0000E8, "Member 'UBakeMeshAttributeTool::WorkingPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, ErrorPreviewMaterial) == 0x0000F0, "Member 'UBakeMeshAttributeTool::ErrorPreviewMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBase \ +static_assert(alignof(UBakeMeshAttributeMapsToolBase) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBase"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBase) == 0x000320, "Wrong size on UBakeMeshAttributeMapsToolBase"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, VisualizationProps) == 0x0001B0, "Member 'UBakeMeshAttributeMapsToolBase::VisualizationProps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMesh) == 0x0001B8, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMaterial) == 0x0001C0, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, BentNormalPreviewMaterial) == 0x0001C8, "Member 'UBakeMeshAttributeMapsToolBase::BentNormalPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, CachedMaps) == 0x000220, "Member 'UBakeMeshAttributeMapsToolBase::CachedMaps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyNormalMap) == 0x000308, "Member 'UBakeMeshAttributeMapsToolBase::EmptyNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapBlack) == 0x000310, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapBlack' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapWhite) == 0x000318, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapWhite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsTool \ +static_assert(alignof(UBakeMeshAttributeMapsTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMeshAttributeMapsTool) == 0x000390, "Wrong size on UBakeMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, InputMeshSettings) == 0x000320, "Member 'UBakeMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, Settings) == 0x000328, "Member 'UBakeMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, ResultSettings) == 0x000330, "Member 'UBakeMeshAttributeMapsTool::ResultSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsResultToolProperties \ +static_assert(alignof(UBakeMeshAttributeMapsResultToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsResultToolProperties"); \ +static_assert(sizeof(UBakeMeshAttributeMapsResultToolProperties) == 0x0000F8, "Wrong size on UBakeMeshAttributeMapsResultToolProperties"); \ +static_assert(offsetof(UBakeMeshAttributeMapsResultToolProperties, Result) == 0x0000A8, "Member 'UBakeMeshAttributeMapsResultToolProperties::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeVertexToolBuilder \ +static_assert(alignof(UBakeMeshAttributeVertexToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeVertexToolBuilder"); \ +static_assert(sizeof(UBakeMeshAttributeVertexToolBuilder) == 0x000028, "Wrong size on UBakeMeshAttributeVertexToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeVertexToolProperties \ +static_assert(alignof(UBakeMeshAttributeVertexToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeVertexToolProperties"); \ +static_assert(sizeof(UBakeMeshAttributeVertexToolProperties) == 0x0000C8, "Wrong size on UBakeMeshAttributeVertexToolProperties"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputMode) == 0x0000A8, "Member 'UBakeMeshAttributeVertexToolProperties::OutputMode' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputType) == 0x0000AC, "Member 'UBakeMeshAttributeVertexToolProperties::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputTypeR) == 0x0000B0, "Member 'UBakeMeshAttributeVertexToolProperties::OutputTypeR' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputTypeG) == 0x0000B4, "Member 'UBakeMeshAttributeVertexToolProperties::OutputTypeG' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputTypeB) == 0x0000B8, "Member 'UBakeMeshAttributeVertexToolProperties::OutputTypeB' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, OutputTypeA) == 0x0000BC, "Member 'UBakeMeshAttributeVertexToolProperties::OutputTypeA' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, PreviewMode) == 0x0000C0, "Member 'UBakeMeshAttributeVertexToolProperties::PreviewMode' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, bSplitAtNormalSeams) == 0x0000C4, "Member 'UBakeMeshAttributeVertexToolProperties::bSplitAtNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, bSplitAtUVSeams) == 0x0000C5, "Member 'UBakeMeshAttributeVertexToolProperties::bSplitAtUVSeams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeVertexTool \ +static_assert(alignof(UBakeMeshAttributeVertexTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeVertexTool"); \ +static_assert(sizeof(UBakeMeshAttributeVertexTool) == 0x0002A8, "Wrong size on UBakeMeshAttributeVertexTool"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, InputMeshSettings) == 0x0001B0, "Member 'UBakeMeshAttributeVertexTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, Settings) == 0x0001B8, "Member 'UBakeMeshAttributeVertexTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMesh) == 0x0001C0, "Member 'UBakeMeshAttributeVertexTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMaterial) == 0x0001C8, "Member 'UBakeMeshAttributeVertexTool::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewAlphaMaterial) == 0x0001D0, "Member 'UBakeMeshAttributeVertexTool::PreviewAlphaMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsToolBuilder \ +static_assert(alignof(UBakeMultiMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsToolBuilder"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMultiMeshAttributeMapsToolBuilder"); \ + +#define DUMPER7_ASSERTS_BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ +static_assert(alignof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(sizeof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(offsetof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsToolProperties \ +static_assert(alignof(UBakeMultiMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsToolProperties"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMultiMeshAttributeMapsToolProperties"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMultiMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc \ +static_assert(alignof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshInputToolProperties \ +static_assert(alignof(UBakeMultiMeshInputToolProperties) == 0x000008, "Wrong alignment on UBakeMultiMeshInputToolProperties"); \ +static_assert(sizeof(UBakeMultiMeshInputToolProperties) == 0x0000F8, "Wrong size on UBakeMultiMeshInputToolProperties"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetStaticMesh) == 0x0000A8, "Member 'UBakeMultiMeshInputToolProperties::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetSkeletalMesh) == 0x0000B0, "Member 'UBakeMultiMeshInputToolProperties::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetDynamicMesh) == 0x0000B8, "Member 'UBakeMultiMeshInputToolProperties::TargetDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayer) == 0x0000C0, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, SourceMeshes) == 0x0000D0, "Member 'UBakeMultiMeshInputToolProperties::SourceMeshes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, ProjectionDistance) == 0x0000E0, "Member 'UBakeMultiMeshInputToolProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayerNamesList) == 0x0000E8, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayerNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsTool \ +static_assert(alignof(UBakeMultiMeshAttributeMapsTool) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsTool) == 0x0003C8, "Wrong size on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, Settings) == 0x000320, "Member 'UBakeMultiMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, InputMeshSettings) == 0x000328, "Member 'UBakeMultiMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, ResultSettings) == 0x000330, "Member 'UBakeMultiMeshAttributeMapsTool::ResultSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeTransformToolBuilder \ +static_assert(alignof(UBakeTransformToolBuilder) == 0x000008, "Wrong alignment on UBakeTransformToolBuilder"); \ +static_assert(sizeof(UBakeTransformToolBuilder) == 0x000028, "Wrong size on UBakeTransformToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBakeTransformToolProperties \ +static_assert(alignof(UBakeTransformToolProperties) == 0x000008, "Wrong alignment on UBakeTransformToolProperties"); \ +static_assert(sizeof(UBakeTransformToolProperties) == 0x0000B0, "Wrong size on UBakeTransformToolProperties"); \ +static_assert(offsetof(UBakeTransformToolProperties, bApplyToAllLODs) == 0x0000A8, "Member 'UBakeTransformToolProperties::bApplyToAllLODs' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bBakeRotation) == 0x0000A9, "Member 'UBakeTransformToolProperties::bBakeRotation' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, BakeScale) == 0x0000AA, "Member 'UBakeTransformToolProperties::BakeScale' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bRecenterPivot) == 0x0000AB, "Member 'UBakeTransformToolProperties::bRecenterPivot' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bAllowNoScale) == 0x0000AC, "Member 'UBakeTransformToolProperties::bAllowNoScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeTransformTool \ +static_assert(alignof(UBakeTransformTool) == 0x000008, "Wrong alignment on UBakeTransformTool"); \ +static_assert(sizeof(UBakeTransformTool) == 0x0000D8, "Wrong size on UBakeTransformTool"); \ +static_assert(offsetof(UBakeTransformTool, BasicProperties) == 0x0000C0, "Member 'UBakeTransformTool::BasicProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesToolBuilder \ +static_assert(alignof(UConvertMeshesToolBuilder) == 0x000008, "Wrong alignment on UConvertMeshesToolBuilder"); \ +static_assert(sizeof(UConvertMeshesToolBuilder) == 0x000028, "Wrong size on UConvertMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesToolProperties \ +static_assert(alignof(UConvertMeshesToolProperties) == 0x000008, "Wrong alignment on UConvertMeshesToolProperties"); \ +static_assert(sizeof(UConvertMeshesToolProperties) == 0x0000B0, "Wrong size on UConvertMeshesToolProperties"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bTransferMaterials) == 0x0000A8, "Member 'UConvertMeshesToolProperties::bTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bShowTransferMaterials) == 0x0000A9, "Member 'UConvertMeshesToolProperties::bShowTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bTransferCollision) == 0x0000AA, "Member 'UConvertMeshesToolProperties::bTransferCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesTool \ +static_assert(alignof(UConvertMeshesTool) == 0x000008, "Wrong alignment on UConvertMeshesTool"); \ +static_assert(sizeof(UConvertMeshesTool) == 0x0000C8, "Wrong size on UConvertMeshesTool"); \ +static_assert(offsetof(UConvertMeshesTool, BasicProperties) == 0x0000A0, "Member 'UConvertMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesTool, OutputTypeProperties) == 0x0000A8, "Member 'UConvertMeshesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesTool, Inputs) == 0x0000B0, "Member 'UConvertMeshesTool::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelfUnionMeshesTool \ +static_assert(alignof(USelfUnionMeshesTool) == 0x000008, "Wrong alignment on USelfUnionMeshesTool"); \ +static_assert(sizeof(USelfUnionMeshesTool) == 0x000150, "Wrong size on USelfUnionMeshesTool"); \ +static_assert(offsetof(USelfUnionMeshesTool, Properties) == 0x000108, "Member 'USelfUnionMeshesTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesTool, DrawnLineSet) == 0x000110, "Member 'USelfUnionMeshesTool::DrawnLineSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertToPolygonsToolBuilder \ +static_assert(alignof(UConvertToPolygonsToolBuilder) == 0x000008, "Wrong alignment on UConvertToPolygonsToolBuilder"); \ +static_assert(sizeof(UConvertToPolygonsToolBuilder) == 0x000028, "Wrong size on UConvertToPolygonsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UConvertToPolygonsToolProperties \ +static_assert(alignof(UConvertToPolygonsToolProperties) == 0x000008, "Wrong alignment on UConvertToPolygonsToolProperties"); \ +static_assert(sizeof(UConvertToPolygonsToolProperties) == 0x0000D8, "Wrong size on UConvertToPolygonsToolProperties"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, ConversionMode) == 0x0000A8, "Member 'UConvertToPolygonsToolProperties::ConversionMode' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, AngleTolerance) == 0x0000AC, "Member 'UConvertToPolygonsToolProperties::AngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bUseAverageGroupNormal) == 0x0000B0, "Member 'UConvertToPolygonsToolProperties::bUseAverageGroupNormal' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NumPoints) == 0x0000B4, "Member 'UConvertToPolygonsToolProperties::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bSplitExisting) == 0x0000B8, "Member 'UConvertToPolygonsToolProperties::bSplitExisting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bNormalWeighted) == 0x0000B9, "Member 'UConvertToPolygonsToolProperties::bNormalWeighted' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NormalWeighting) == 0x0000BC, "Member 'UConvertToPolygonsToolProperties::NormalWeighting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadAdjacencyWeight) == 0x0000C0, "Member 'UConvertToPolygonsToolProperties::QuadAdjacencyWeight' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadMetricClamp) == 0x0000C4, "Member 'UConvertToPolygonsToolProperties::QuadMetricClamp' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadSearchRounds) == 0x0000C8, "Member 'UConvertToPolygonsToolProperties::QuadSearchRounds' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bRespectUVSeams) == 0x0000CC, "Member 'UConvertToPolygonsToolProperties::bRespectUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bRespectHardNormals) == 0x0000CD, "Member 'UConvertToPolygonsToolProperties::bRespectHardNormals' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, MinGroupSize) == 0x0000D0, "Member 'UConvertToPolygonsToolProperties::MinGroupSize' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bCalculateNormals) == 0x0000D4, "Member 'UConvertToPolygonsToolProperties::bCalculateNormals' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bShowGroupColors) == 0x0000D5, "Member 'UConvertToPolygonsToolProperties::bShowGroupColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveBoundaryToolProperties \ +static_assert(alignof(URevolveBoundaryToolProperties) == 0x000008, "Wrong alignment on URevolveBoundaryToolProperties"); \ +static_assert(sizeof(URevolveBoundaryToolProperties) == 0x000148, "Wrong size on URevolveBoundaryToolProperties"); \ +static_assert(offsetof(URevolveBoundaryToolProperties, CapFillMode) == 0x000118, "Member 'URevolveBoundaryToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryToolProperties, bDisplayInputMesh) == 0x000119, "Member 'URevolveBoundaryToolProperties::bDisplayInputMesh' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryToolProperties, AxisOrigin) == 0x000120, "Member 'URevolveBoundaryToolProperties::AxisOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryToolProperties, AxisOrientation) == 0x000138, "Member 'URevolveBoundaryToolProperties::AxisOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OutputPolygroupLayerProperties_GetGroupOptionsList \ +static_assert(alignof(OutputPolygroupLayerProperties_GetGroupOptionsList) == 0x000008, "Wrong alignment on OutputPolygroupLayerProperties_GetGroupOptionsList"); \ +static_assert(sizeof(OutputPolygroupLayerProperties_GetGroupOptionsList) == 0x000010, "Wrong size on OutputPolygroupLayerProperties_GetGroupOptionsList"); \ +static_assert(offsetof(OutputPolygroupLayerProperties_GetGroupOptionsList, ReturnValue) == 0x000000, "Member 'OutputPolygroupLayerProperties_GetGroupOptionsList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOutputPolygroupLayerProperties \ +static_assert(alignof(UOutputPolygroupLayerProperties) == 0x000008, "Wrong alignment on UOutputPolygroupLayerProperties"); \ +static_assert(sizeof(UOutputPolygroupLayerProperties) == 0x0000D8, "Wrong size on UOutputPolygroupLayerProperties"); \ +static_assert(offsetof(UOutputPolygroupLayerProperties, GroupLayer) == 0x0000A8, "Member 'UOutputPolygroupLayerProperties::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(UOutputPolygroupLayerProperties, OptionsList) == 0x0000B0, "Member 'UOutputPolygroupLayerProperties::OptionsList' has a wrong offset!"); \ +static_assert(offsetof(UOutputPolygroupLayerProperties, bShowNewLayerName) == 0x0000C0, "Member 'UOutputPolygroupLayerProperties::bShowNewLayerName' has a wrong offset!"); \ +static_assert(offsetof(UOutputPolygroupLayerProperties, NewLayerName) == 0x0000C8, "Member 'UOutputPolygroupLayerProperties::NewLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertToPolygonsOperatorFactory \ +static_assert(alignof(UConvertToPolygonsOperatorFactory) == 0x000008, "Wrong alignment on UConvertToPolygonsOperatorFactory"); \ +static_assert(sizeof(UConvertToPolygonsOperatorFactory) == 0x000038, "Wrong size on UConvertToPolygonsOperatorFactory"); \ +static_assert(offsetof(UConvertToPolygonsOperatorFactory, ConvertToPolygonsTool) == 0x000030, "Member 'UConvertToPolygonsOperatorFactory::ConvertToPolygonsTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertToPolygonsTool \ +static_assert(alignof(UConvertToPolygonsTool) == 0x000008, "Wrong alignment on UConvertToPolygonsTool"); \ +static_assert(sizeof(UConvertToPolygonsTool) == 0x0001B8, "Wrong size on UConvertToPolygonsTool"); \ +static_assert(offsetof(UConvertToPolygonsTool, Settings) == 0x000120, "Member 'UConvertToPolygonsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, CopyFromLayerProperties) == 0x000128, "Member 'UConvertToPolygonsTool::CopyFromLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, OutputProperties) == 0x000130, "Member 'UConvertToPolygonsTool::OutputProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewCompute) == 0x000138, "Member 'UConvertToPolygonsTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewGeometry) == 0x000140, "Member 'UConvertToPolygonsTool::PreviewGeometry' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, UnmodifiedAreaPreviewMesh) == 0x000148, "Member 'UConvertToPolygonsTool::UnmodifiedAreaPreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolBuilder \ +static_assert(alignof(UCubeGridToolBuilder) == 0x000008, "Wrong alignment on UCubeGridToolBuilder"); \ +static_assert(sizeof(UCubeGridToolBuilder) == 0x000030, "Wrong size on UCubeGridToolBuilder"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolProperties \ +static_assert(alignof(UCubeGridToolProperties) == 0x000008, "Wrong alignment on UCubeGridToolProperties"); \ +static_assert(sizeof(UCubeGridToolProperties) == 0x0001A8, "Wrong size on UCubeGridToolProperties"); \ +static_assert(offsetof(UCubeGridToolProperties, GridFrameOrigin) == 0x0000A8, "Member 'UCubeGridToolProperties::GridFrameOrigin' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridFrameOrientation) == 0x0000C0, "Member 'UCubeGridToolProperties::GridFrameOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bShowGizmo) == 0x0000D8, "Member 'UCubeGridToolProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridPower) == 0x0000E8, "Member 'UCubeGridToolProperties::GridPower' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, CurrentBlockSize) == 0x0000F0, "Member 'UCubeGridToolProperties::CurrentBlockSize' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, BlocksPerStep) == 0x0000F8, "Member 'UCubeGridToolProperties::BlocksPerStep' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bPowerOfTwoBlockSizes) == 0x0000FC, "Member 'UCubeGridToolProperties::bPowerOfTwoBlockSizes' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, BlockBaseSize) == 0x000100, "Member 'UCubeGridToolProperties::BlockBaseSize' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bCrosswiseDiagonal) == 0x000108, "Member 'UCubeGridToolProperties::bCrosswiseDiagonal' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bKeepSideGroups) == 0x000109, "Member 'UCubeGridToolProperties::bKeepSideGroups' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bShowSelectionMeasurements) == 0x00010A, "Member 'UCubeGridToolProperties::bShowSelectionMeasurements' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PlaneTolerance) == 0x000110, "Member 'UCubeGridToolProperties::PlaneTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitUnrelatedGeometry) == 0x000118, "Member 'UCubeGridToolProperties::bHitUnrelatedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitGridGroundPlaneIfCloser) == 0x000119, "Member 'UCubeGridToolProperties::bHitGridGroundPlaneIfCloser' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FaceSelectionMode) == 0x00011C, "Member 'UCubeGridToolProperties::FaceSelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ToggleCornerMode) == 0x000120, "Member 'UCubeGridToolProperties::ToggleCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PushPull) == 0x000130, "Member 'UCubeGridToolProperties::PushPull' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ResizeGrid) == 0x000140, "Member 'UCubeGridToolProperties::ResizeGrid' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FlipSelection) == 0x000160, "Member 'UCubeGridToolProperties::FlipSelection' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridGizmo) == 0x000170, "Member 'UCubeGridToolProperties::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, QuickShiftGizmo) == 0x000180, "Member 'UCubeGridToolProperties::QuickShiftGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, AlignGizmo) == 0x000190, "Member 'UCubeGridToolProperties::AlignGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bInCornerMode) == 0x0001A0, "Member 'UCubeGridToolProperties::bInCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bAllowedToEditGrid) == 0x0001A1, "Member 'UCubeGridToolProperties::bAllowedToEditGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolActions \ +static_assert(alignof(UCubeGridToolActions) == 0x000008, "Wrong alignment on UCubeGridToolActions"); \ +static_assert(sizeof(UCubeGridToolActions) == 0x0000B8, "Wrong size on UCubeGridToolActions"); \ +static_assert(offsetof(UCubeGridToolActions, GridSourceActor) == 0x0000B0, "Member 'UCubeGridToolActions::GridSourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridTool \ +static_assert(alignof(UCubeGridTool) == 0x000010, "Wrong alignment on UCubeGridTool"); \ +static_assert(sizeof(UCubeGridTool) == 0x000620, "Wrong size on UCubeGridTool"); \ +static_assert(offsetof(UCubeGridTool, GridGizmo) == 0x0000C0, "Member 'UCubeGridTool::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoAlignmentMechanic) == 0x0000C8, "Member 'UCubeGridTool::GridGizmoAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoTransformProxy) == 0x0000D0, "Member 'UCubeGridTool::GridGizmoTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, LineSets) == 0x0000D8, "Member 'UCubeGridTool::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ClickDragBehavior) == 0x0000E0, "Member 'UCubeGridTool::ClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, HoverBehavior) == 0x0000E8, "Member 'UCubeGridTool::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, CtrlMiddleClickBehavior) == 0x0000F0, "Member 'UCubeGridTool::CtrlMiddleClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, MiddleClickDragBehavior) == 0x0000F8, "Member 'UCubeGridTool::MiddleClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Settings) == 0x000100, "Member 'UCubeGridTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ToolActions) == 0x000108, "Member 'UCubeGridTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, MaterialProperties) == 0x000110, "Member 'UCubeGridTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, OutputTypeProperties) == 0x000118, "Member 'UCubeGridTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Target) == 0x000120, "Member 'UCubeGridTool::Target' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Preview) == 0x0002A8, "Member 'UCubeGridTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsToolBuilder \ +static_assert(alignof(UDeformMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UDeformMeshPolygonsToolBuilder"); \ +static_assert(sizeof(UDeformMeshPolygonsToolBuilder) == 0x000030, "Wrong size on UDeformMeshPolygonsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsTransformProperties \ +static_assert(alignof(UDeformMeshPolygonsTransformProperties) == 0x000008, "Wrong alignment on UDeformMeshPolygonsTransformProperties"); \ +static_assert(sizeof(UDeformMeshPolygonsTransformProperties) == 0x0000C8, "Wrong size on UDeformMeshPolygonsTransformProperties"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, DeformationStrategy) == 0x0000A8, "Member 'UDeformMeshPolygonsTransformProperties::DeformationStrategy' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, TransformMode) == 0x0000A9, "Member 'UDeformMeshPolygonsTransformProperties::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectFaces) == 0x0000AA, "Member 'UDeformMeshPolygonsTransformProperties::bSelectFaces' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectEdges) == 0x0000AB, "Member 'UDeformMeshPolygonsTransformProperties::bSelectEdges' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectVertices) == 0x0000AC, "Member 'UDeformMeshPolygonsTransformProperties::bSelectVertices' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bShowWireframe) == 0x0000AD, "Member 'UDeformMeshPolygonsTransformProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, SelectedWeightScheme) == 0x0000B0, "Member 'UDeformMeshPolygonsTransformProperties::SelectedWeightScheme' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, HandleWeight) == 0x0000B8, "Member 'UDeformMeshPolygonsTransformProperties::HandleWeight' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bPostFixHandles) == 0x0000C0, "Member 'UDeformMeshPolygonsTransformProperties::bPostFixHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsTool \ +static_assert(alignof(UDeformMeshPolygonsTool) == 0x000010, "Wrong alignment on UDeformMeshPolygonsTool"); \ +static_assert(sizeof(UDeformMeshPolygonsTool) == 0x001800, "Wrong size on UDeformMeshPolygonsTool"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, PreviewMeshActor) == 0x000110, "Member 'UDeformMeshPolygonsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, DynamicMeshComponent) == 0x000118, "Member 'UDeformMeshPolygonsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, TransformProps) == 0x000120, "Member 'UDeformMeshPolygonsTool::TransformProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneCutToolProperties \ +static_assert(alignof(UPlaneCutToolProperties) == 0x000008, "Wrong alignment on UPlaneCutToolProperties"); \ +static_assert(sizeof(UPlaneCutToolProperties) == 0x0000B8, "Wrong size on UPlaneCutToolProperties"); \ +static_assert(offsetof(UPlaneCutToolProperties, bKeepBothHalves) == 0x0000A8, "Member 'UPlaneCutToolProperties::bKeepBothHalves' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, SpacingBetweenHalves) == 0x0000AC, "Member 'UPlaneCutToolProperties::SpacingBetweenHalves' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bExportSeparatedPiecesAsNewMeshAssets) == 0x0000B0, "Member 'UPlaneCutToolProperties::bExportSeparatedPiecesAsNewMeshAssets' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bShowPreview) == 0x0000B1, "Member 'UPlaneCutToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillCutHole) == 0x0000B2, "Member 'UPlaneCutToolProperties::bFillCutHole' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillSpans) == 0x0000B3, "Member 'UPlaneCutToolProperties::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bSimplifyAlongCut) == 0x0000B4, "Member 'UPlaneCutToolProperties::bSimplifyAlongCut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DisplaceMeshCommonProperties_GetWeightMapsFunc \ +static_assert(alignof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ +static_assert(sizeof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ +static_assert(offsetof(DisplaceMeshCommonProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'DisplaceMeshCommonProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshCommonProperties \ +static_assert(alignof(UDisplaceMeshCommonProperties) == 0x000008, "Wrong alignment on UDisplaceMeshCommonProperties"); \ +static_assert(sizeof(UDisplaceMeshCommonProperties) == 0x0000E0, "Wrong size on UDisplaceMeshCommonProperties"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, DisplacementType) == 0x0000A8, "Member 'UDisplaceMeshCommonProperties::DisplacementType' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, DisplaceIntensity) == 0x0000AC, "Member 'UDisplaceMeshCommonProperties::DisplaceIntensity' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, RandomSeed) == 0x0000B0, "Member 'UDisplaceMeshCommonProperties::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, SubdivisionType) == 0x0000B4, "Member 'UDisplaceMeshCommonProperties::SubdivisionType' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, Subdivisions) == 0x0000B8, "Member 'UDisplaceMeshCommonProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMap) == 0x0000BC, "Member 'UDisplaceMeshCommonProperties::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMapsList) == 0x0000C8, "Member 'UDisplaceMeshCommonProperties::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bInvertWeightMap) == 0x0000D8, "Member 'UDisplaceMeshCommonProperties::bInvertWeightMap' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bShowWireframe) == 0x0000D9, "Member 'UDisplaceMeshCommonProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bDisableSizeWarning) == 0x0000DA, "Member 'UDisplaceMeshCommonProperties::bDisableSizeWarning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SelectiveTessellationProperties_GetMaterialIDsFunc \ +static_assert(alignof(SelectiveTessellationProperties_GetMaterialIDsFunc) == 0x000008, "Wrong alignment on SelectiveTessellationProperties_GetMaterialIDsFunc"); \ +static_assert(sizeof(SelectiveTessellationProperties_GetMaterialIDsFunc) == 0x000010, "Wrong size on SelectiveTessellationProperties_GetMaterialIDsFunc"); \ +static_assert(offsetof(SelectiveTessellationProperties_GetMaterialIDsFunc, ReturnValue) == 0x000000, "Member 'SelectiveTessellationProperties_GetMaterialIDsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelectiveTessellationProperties \ +static_assert(alignof(USelectiveTessellationProperties) == 0x000008, "Wrong alignment on USelectiveTessellationProperties"); \ +static_assert(sizeof(USelectiveTessellationProperties) == 0x0000C8, "Wrong size on USelectiveTessellationProperties"); \ +static_assert(offsetof(USelectiveTessellationProperties, SelectionType) == 0x0000A8, "Member 'USelectiveTessellationProperties::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(USelectiveTessellationProperties, ActiveMaterial) == 0x0000AC, "Member 'USelectiveTessellationProperties::ActiveMaterial' has a wrong offset!"); \ +static_assert(offsetof(USelectiveTessellationProperties, MaterialIDList) == 0x0000B8, "Member 'USelectiveTessellationProperties::MaterialIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshTextureMapProperties \ +static_assert(alignof(UDisplaceMeshTextureMapProperties) == 0x000008, "Wrong alignment on UDisplaceMeshTextureMapProperties"); \ +static_assert(sizeof(UDisplaceMeshTextureMapProperties) == 0x0000F0, "Wrong size on UDisplaceMeshTextureMapProperties"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, DisplacementMap) == 0x0000A8, "Member 'UDisplaceMeshTextureMapProperties::DisplacementMap' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, Channel) == 0x0000B0, "Member 'UDisplaceMeshTextureMapProperties::Channel' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, DisplacementMapBaseValue) == 0x0000B4, "Member 'UDisplaceMeshTextureMapProperties::DisplacementMapBaseValue' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, UVScale) == 0x0000B8, "Member 'UDisplaceMeshTextureMapProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, UVOffset) == 0x0000C8, "Member 'UDisplaceMeshTextureMapProperties::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, bApplyAdjustmentCurve) == 0x0000D8, "Member 'UDisplaceMeshTextureMapProperties::bApplyAdjustmentCurve' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, AdjustmentCurve) == 0x0000E0, "Member 'UDisplaceMeshTextureMapProperties::AdjustmentCurve' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTextureMapProperties, bRecalcNormals) == 0x0000E8, "Member 'UDisplaceMeshTextureMapProperties::bRecalcNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshDirectionalFilterProperties \ +static_assert(alignof(UDisplaceMeshDirectionalFilterProperties) == 0x000008, "Wrong alignment on UDisplaceMeshDirectionalFilterProperties"); \ +static_assert(sizeof(UDisplaceMeshDirectionalFilterProperties) == 0x0000D0, "Wrong size on UDisplaceMeshDirectionalFilterProperties"); \ +static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, bEnableFilter) == 0x0000A8, "Member 'UDisplaceMeshDirectionalFilterProperties::bEnableFilter' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, FilterDirection) == 0x0000B0, "Member 'UDisplaceMeshDirectionalFilterProperties::FilterDirection' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, FilterWidth) == 0x0000C8, "Member 'UDisplaceMeshDirectionalFilterProperties::FilterWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshPerlinNoiseProperties \ +static_assert(alignof(UDisplaceMeshPerlinNoiseProperties) == 0x000008, "Wrong alignment on UDisplaceMeshPerlinNoiseProperties"); \ +static_assert(sizeof(UDisplaceMeshPerlinNoiseProperties) == 0x0000B8, "Wrong size on UDisplaceMeshPerlinNoiseProperties"); \ +static_assert(offsetof(UDisplaceMeshPerlinNoiseProperties, PerlinLayerProperties) == 0x0000A8, "Member 'UDisplaceMeshPerlinNoiseProperties::PerlinLayerProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshSineWaveProperties \ +static_assert(alignof(UDisplaceMeshSineWaveProperties) == 0x000008, "Wrong alignment on UDisplaceMeshSineWaveProperties"); \ +static_assert(sizeof(UDisplaceMeshSineWaveProperties) == 0x0000C8, "Wrong size on UDisplaceMeshSineWaveProperties"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveFrequency) == 0x0000A8, "Member 'UDisplaceMeshSineWaveProperties::SineWaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWavePhaseShift) == 0x0000AC, "Member 'UDisplaceMeshSineWaveProperties::SineWavePhaseShift' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveDirection) == 0x0000B0, "Member 'UDisplaceMeshSineWaveProperties::SineWaveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshToolBuilder \ +static_assert(alignof(UDisplaceMeshToolBuilder) == 0x000008, "Wrong alignment on UDisplaceMeshToolBuilder"); \ +static_assert(sizeof(UDisplaceMeshToolBuilder) == 0x000028, "Wrong size on UDisplaceMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshTool \ +static_assert(alignof(UDisplaceMeshTool) == 0x000010, "Wrong alignment on UDisplaceMeshTool"); \ +static_assert(sizeof(UDisplaceMeshTool) == 0x000460, "Wrong size on UDisplaceMeshTool"); \ +static_assert(offsetof(UDisplaceMeshTool, CommonProperties) == 0x0000B0, "Member 'UDisplaceMeshTool::CommonProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DirectionalFilterProperties) == 0x0000B8, "Member 'UDisplaceMeshTool::DirectionalFilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, TextureMapProperties) == 0x0000C0, "Member 'UDisplaceMeshTool::TextureMapProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, NoiseProperties) == 0x0000C8, "Member 'UDisplaceMeshTool::NoiseProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, SineWaveProperties) == 0x0000D0, "Member 'UDisplaceMeshTool::SineWaveProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, SelectiveTessellationProperties) == 0x0000D8, "Member 'UDisplaceMeshTool::SelectiveTessellationProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, ActiveContrastCurveTarget) == 0x0000E0, "Member 'UDisplaceMeshTool::ActiveContrastCurveTarget' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, MeshStatistics) == 0x0000E8, "Member 'UDisplaceMeshTool::MeshStatistics' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, PreviewMeshActor) == 0x000430, "Member 'UDisplaceMeshTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DynamicMeshComponent) == 0x000438, "Member 'UDisplaceMeshTool::DynamicMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathToolBuilder \ +static_assert(alignof(UDrawPolyPathToolBuilder) == 0x000008, "Wrong alignment on UDrawPolyPathToolBuilder"); \ +static_assert(sizeof(UDrawPolyPathToolBuilder) == 0x000028, "Wrong size on UDrawPolyPathToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathProperties \ +static_assert(alignof(UDrawPolyPathProperties) == 0x000008, "Wrong alignment on UDrawPolyPathProperties"); \ +static_assert(sizeof(UDrawPolyPathProperties) == 0x0000D0, "Wrong size on UDrawPolyPathProperties"); \ +static_assert(offsetof(UDrawPolyPathProperties, WidthMode) == 0x0000A8, "Member 'UDrawPolyPathProperties::WidthMode' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, Width) == 0x0000AC, "Member 'UDrawPolyPathProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, bRoundedCorners) == 0x0000B0, "Member 'UDrawPolyPathProperties::bRoundedCorners' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, RadiusMode) == 0x0000B4, "Member 'UDrawPolyPathProperties::RadiusMode' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, CornerRadius) == 0x0000B8, "Member 'UDrawPolyPathProperties::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, RadialSlices) == 0x0000BC, "Member 'UDrawPolyPathProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, bSinglePolyGroup) == 0x0000C0, "Member 'UDrawPolyPathProperties::bSinglePolyGroup' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, ExtrudeMode) == 0x0000C4, "Member 'UDrawPolyPathProperties::ExtrudeMode' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, ExtrudeHeight) == 0x0000C8, "Member 'UDrawPolyPathProperties::ExtrudeHeight' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathProperties, RampStartRatio) == 0x0000CC, "Member 'UDrawPolyPathProperties::RampStartRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorTool \ +static_assert(alignof(USimpleCollisionEditorTool) == 0x000008, "Wrong alignment on USimpleCollisionEditorTool"); \ +static_assert(sizeof(USimpleCollisionEditorTool) == 0x0000E0, "Wrong size on USimpleCollisionEditorTool"); \ +static_assert(offsetof(USimpleCollisionEditorTool, ActionProperties) == 0x0000B8, "Member 'USimpleCollisionEditorTool::ActionProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathExtrudeProperties \ +static_assert(alignof(UDrawPolyPathExtrudeProperties) == 0x000008, "Wrong alignment on UDrawPolyPathExtrudeProperties"); \ +static_assert(sizeof(UDrawPolyPathExtrudeProperties) == 0x0000B0, "Wrong size on UDrawPolyPathExtrudeProperties"); \ +static_assert(offsetof(UDrawPolyPathExtrudeProperties, Direction) == 0x0000A8, "Member 'UDrawPolyPathExtrudeProperties::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesToolBuilder \ +static_assert(alignof(UWeldMeshEdgesToolBuilder) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolBuilder"); \ +static_assert(sizeof(UWeldMeshEdgesToolBuilder) == 0x000028, "Wrong size on UWeldMeshEdgesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathTool \ +static_assert(alignof(UDrawPolyPathTool) == 0x000010, "Wrong alignment on UDrawPolyPathTool"); \ +static_assert(sizeof(UDrawPolyPathTool) == 0x000280, "Wrong size on UDrawPolyPathTool"); \ +static_assert(offsetof(UDrawPolyPathTool, OutputTypeProperties) == 0x0000B0, "Member 'UDrawPolyPathTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, TransformProps) == 0x0000B8, "Member 'UDrawPolyPathTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, ExtrudeProperties) == 0x0000C0, "Member 'UDrawPolyPathTool::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, MaterialProperties) == 0x0000C8, "Member 'UDrawPolyPathTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, PlaneMechanic) == 0x000190, "Member 'UDrawPolyPathTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, EditPreview) == 0x000258, "Member 'UDrawPolyPathTool::EditPreview' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, ExtrudeHeightMechanic) == 0x000260, "Member 'UDrawPolyPathTool::ExtrudeHeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, CurveDistMechanic) == 0x000268, "Member 'UDrawPolyPathTool::CurveDistMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, SurfacePathMechanic) == 0x000270, "Member 'UDrawPolyPathTool::SurfacePathMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshSculptToolBuilder \ +static_assert(alignof(UDynamicMeshSculptToolBuilder) == 0x000008, "Wrong alignment on UDynamicMeshSculptToolBuilder"); \ +static_assert(sizeof(UDynamicMeshSculptToolBuilder) == 0x000038, "Wrong size on UDynamicMeshSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshBrushProperties \ +static_assert(alignof(UDynamicMeshBrushProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushProperties"); \ +static_assert(sizeof(UDynamicMeshBrushProperties) == 0x0000C8, "Wrong size on UDynamicMeshBrushProperties"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushSize) == 0x0000A8, "Member 'UDynamicMeshBrushProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushFalloffAmount) == 0x0000BC, "Member 'UDynamicMeshBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, Depth) == 0x0000C0, "Member 'UDynamicMeshBrushProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, bHitBackFaces) == 0x0000C4, "Member 'UDynamicMeshBrushProperties::bHitBackFaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshBrushSculptProperties \ +static_assert(alignof(UDynamicMeshBrushSculptProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushSculptProperties"); \ +static_assert(sizeof(UDynamicMeshBrushSculptProperties) == 0x0000C0, "Wrong size on UDynamicMeshBrushSculptProperties"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bIsRemeshingEnabled) == 0x0000A8, "Member 'UDynamicMeshBrushSculptProperties::bIsRemeshingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, PrimaryBrushType) == 0x0000A9, "Member 'UDynamicMeshBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, PrimaryBrushSpeed) == 0x0000AC, "Member 'UDynamicMeshBrushSculptProperties::PrimaryBrushSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bPreserveUVFlow) == 0x0000B0, "Member 'UDynamicMeshBrushSculptProperties::bPreserveUVFlow' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bFreezeTarget) == 0x0000B1, "Member 'UDynamicMeshBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, SmoothBrushSpeed) == 0x0000B4, "Member 'UDynamicMeshBrushSculptProperties::SmoothBrushSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bDetailPreservingSmooth) == 0x0000B8, "Member 'UDynamicMeshBrushSculptProperties::bDetailPreservingSmooth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicSculptToolActions \ +static_assert(alignof(UDynamicSculptToolActions) == 0x000008, "Wrong alignment on UDynamicSculptToolActions"); \ +static_assert(sizeof(UDynamicSculptToolActions) == 0x0000B0, "Wrong size on UDynamicSculptToolActions"); \ + +#define DUMPER7_ASSERTS_UBrushRemeshProperties \ +static_assert(alignof(UBrushRemeshProperties) == 0x000008, "Wrong alignment on UBrushRemeshProperties"); \ +static_assert(sizeof(UBrushRemeshProperties) == 0x0000C8, "Wrong size on UBrushRemeshProperties"); \ +static_assert(offsetof(UBrushRemeshProperties, bEnableRemeshing) == 0x0000B8, "Member 'UBrushRemeshProperties::bEnableRemeshing' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, TriangleSize) == 0x0000BC, "Member 'UBrushRemeshProperties::TriangleSize' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, PreserveDetail) == 0x0000C0, "Member 'UBrushRemeshProperties::PreserveDetail' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, Iterations) == 0x0000C4, "Member 'UBrushRemeshProperties::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedPlaneBrushProperties \ +static_assert(alignof(UFixedPlaneBrushProperties) == 0x000010, "Wrong alignment on UFixedPlaneBrushProperties"); \ +static_assert(sizeof(UFixedPlaneBrushProperties) == 0x0000F0, "Wrong size on UFixedPlaneBrushProperties"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, bPropertySetEnabled) == 0x0000A8, "Member 'UFixedPlaneBrushProperties::bPropertySetEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, bShowGizmo) == 0x0000A9, "Member 'UFixedPlaneBrushProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, position) == 0x0000B0, "Member 'UFixedPlaneBrushProperties::position' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, Rotation) == 0x0000D0, "Member 'UFixedPlaneBrushProperties::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshSculptTool \ +static_assert(alignof(UDynamicMeshSculptTool) == 0x000010, "Wrong alignment on UDynamicMeshSculptTool"); \ +static_assert(sizeof(UDynamicMeshSculptTool) == 0x001020, "Wrong size on UDynamicMeshSculptTool"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushProperties) == 0x000100, "Member 'UDynamicMeshSculptTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptProperties) == 0x000108, "Member 'UDynamicMeshSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptMaxBrushProperties) == 0x000110, "Member 'UDynamicMeshSculptTool::SculptMaxBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, KelvinBrushProperties) == 0x000118, "Member 'UDynamicMeshSculptTool::KelvinBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, RemeshProperties) == 0x000120, "Member 'UDynamicMeshSculptTool::RemeshProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, GizmoProperties) == 0x000128, "Member 'UDynamicMeshSculptTool::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ViewProperties) == 0x000130, "Member 'UDynamicMeshSculptTool::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptToolActions) == 0x000138, "Member 'UDynamicMeshSculptTool::SculptToolActions' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicator) == 0x0001A0, "Member 'UDynamicMeshSculptTool::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMaterial) == 0x0001A8, "Member 'UDynamicMeshSculptTool::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMesh) == 0x0001B0, "Member 'UDynamicMeshSculptTool::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PreviewMeshActor) == 0x0001B8, "Member 'UDynamicMeshSculptTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, DynamicMeshComponent) == 0x0001C0, "Member 'UDynamicMeshSculptTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ActiveOverrideMaterial) == 0x0001C8, "Member 'UDynamicMeshSculptTool::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformGizmo) == 0x001008, "Member 'UDynamicMeshSculptTool::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformProxy) == 0x001010, "Member 'UDynamicMeshSculptTool::PlaneTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolBuilder \ +static_assert(alignof(UVoxelSolidifyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelSolidifyMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditNormalsToolBuilder \ +static_assert(alignof(UEditNormalsToolBuilder) == 0x000008, "Wrong alignment on UEditNormalsToolBuilder"); \ +static_assert(sizeof(UEditNormalsToolBuilder) == 0x000028, "Wrong size on UEditNormalsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditNormalsToolProperties \ +static_assert(alignof(UEditNormalsToolProperties) == 0x000008, "Wrong alignment on UEditNormalsToolProperties"); \ +static_assert(sizeof(UEditNormalsToolProperties) == 0x0000B8, "Wrong size on UEditNormalsToolProperties"); \ +static_assert(offsetof(UEditNormalsToolProperties, bRecomputeNormals) == 0x0000A8, "Member 'UEditNormalsToolProperties::bRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, NormalCalculationMethod) == 0x0000A9, "Member 'UEditNormalsToolProperties::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bFixInconsistentNormals) == 0x0000AA, "Member 'UEditNormalsToolProperties::bFixInconsistentNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bInvertNormals) == 0x0000AB, "Member 'UEditNormalsToolProperties::bInvertNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, SplitNormalMethod) == 0x0000AC, "Member 'UEditNormalsToolProperties::SplitNormalMethod' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, SharpEdgeAngleThreshold) == 0x0000B0, "Member 'UEditNormalsToolProperties::SharpEdgeAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bAllowSharpVertices) == 0x0000B4, "Member 'UEditNormalsToolProperties::bAllowSharpVertices' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bToolHasSelection) == 0x0000B5, "Member 'UEditNormalsToolProperties::bToolHasSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeToMeshToolProperties \ +static_assert(alignof(UVolumeToMeshToolProperties) == 0x000008, "Wrong alignment on UVolumeToMeshToolProperties"); \ +static_assert(sizeof(UVolumeToMeshToolProperties) == 0x0000B0, "Wrong size on UVolumeToMeshToolProperties"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bWeldEdges) == 0x0000A8, "Member 'UVolumeToMeshToolProperties::bWeldEdges' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bAutoRepair) == 0x0000A9, "Member 'UVolumeToMeshToolProperties::bAutoRepair' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bOptimizeMesh) == 0x0000AA, "Member 'UVolumeToMeshToolProperties::bOptimizeMesh' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bShowWireframe) == 0x0000AB, "Member 'UVolumeToMeshToolProperties::bShowWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditNormalsOperatorFactory \ +static_assert(alignof(UEditNormalsOperatorFactory) == 0x000008, "Wrong alignment on UEditNormalsOperatorFactory"); \ +static_assert(sizeof(UEditNormalsOperatorFactory) == 0x000040, "Wrong size on UEditNormalsOperatorFactory"); \ +static_assert(offsetof(UEditNormalsOperatorFactory, Tool) == 0x000030, "Member 'UEditNormalsOperatorFactory::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditNormalsTool \ +static_assert(alignof(UEditNormalsTool) == 0x000010, "Wrong alignment on UEditNormalsTool"); \ +static_assert(sizeof(UEditNormalsTool) == 0x0002C0, "Wrong size on UEditNormalsTool"); \ +static_assert(offsetof(UEditNormalsTool, BasicProperties) == 0x0000C0, "Member 'UEditNormalsTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, PolygroupLayerProperties) == 0x0000C8, "Member 'UEditNormalsTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, Previews) == 0x0000D0, "Member 'UEditNormalsTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, GeometrySelectionVizProperties) == 0x000150, "Member 'UEditNormalsTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, GeometrySelectionViz) == 0x000158, "Member 'UEditNormalsTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditPivotToolBuilder \ +static_assert(alignof(UEditPivotToolBuilder) == 0x000008, "Wrong alignment on UEditPivotToolBuilder"); \ +static_assert(sizeof(UEditPivotToolBuilder) == 0x000028, "Wrong size on UEditPivotToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditPivotToolProperties \ +static_assert(alignof(UEditPivotToolProperties) == 0x000008, "Wrong alignment on UEditPivotToolProperties"); \ +static_assert(sizeof(UEditPivotToolProperties) == 0x0000B0, "Wrong size on UEditPivotToolProperties"); \ +static_assert(offsetof(UEditPivotToolProperties, bApplyToAllLODs) == 0x0000A8, "Member 'UEditPivotToolProperties::bApplyToAllLODs' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, bEnableSnapDragging) == 0x0000A9, "Member 'UEditPivotToolProperties::bEnableSnapDragging' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, RotationMode) == 0x0000AA, "Member 'UEditPivotToolProperties::RotationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditPivotToolActionPropertySet \ +static_assert(alignof(UEditPivotToolActionPropertySet) == 0x000008, "Wrong alignment on UEditPivotToolActionPropertySet"); \ +static_assert(sizeof(UEditPivotToolActionPropertySet) == 0x0000B8, "Wrong size on UEditPivotToolActionPropertySet"); \ +static_assert(offsetof(UEditPivotToolActionPropertySet, bUseWorldBox) == 0x0000B0, "Member 'UEditPivotToolActionPropertySet::bUseWorldBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditPivotTool \ +static_assert(alignof(UEditPivotTool) == 0x000010, "Wrong alignment on UEditPivotTool"); \ +static_assert(sizeof(UEditPivotTool) == 0x000240, "Wrong size on UEditPivotTool"); \ +static_assert(offsetof(UEditPivotTool, TransformProps) == 0x0000C8, "Member 'UEditPivotTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, EditPivotActions) == 0x0000D0, "Member 'UEditPivotTool::EditPivotActions' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, ActiveGizmos) == 0x0001B0, "Member 'UEditPivotTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, DragAlignmentMechanic) == 0x0001C0, "Member 'UEditPivotTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditUVIslandsToolBuilder \ +static_assert(alignof(UEditUVIslandsToolBuilder) == 0x000008, "Wrong alignment on UEditUVIslandsToolBuilder"); \ +static_assert(sizeof(UEditUVIslandsToolBuilder) == 0x000030, "Wrong size on UEditUVIslandsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditUVIslandsTool \ +static_assert(alignof(UEditUVIslandsTool) == 0x000010, "Wrong alignment on UEditUVIslandsTool"); \ +static_assert(sizeof(UEditUVIslandsTool) == 0x0004E0, "Wrong size on UEditUVIslandsTool"); \ +static_assert(offsetof(UEditUVIslandsTool, MaterialSettings) == 0x000108, "Member 'UEditUVIslandsTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, CheckerMaterial) == 0x000110, "Member 'UEditUVIslandsTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, PreviewMeshActor) == 0x000118, "Member 'UEditUVIslandsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, DynamicMeshComponent) == 0x000120, "Member 'UEditUVIslandsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, SelectionMechanic) == 0x000128, "Member 'UEditUVIslandsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, TransformGizmo) == 0x000138, "Member 'UEditUVIslandsTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, TransformProxy) == 0x000140, "Member 'UEditUVIslandsTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillToolBuilder \ +static_assert(alignof(UHoleFillToolBuilder) == 0x000008, "Wrong alignment on UHoleFillToolBuilder"); \ +static_assert(sizeof(UHoleFillToolBuilder) == 0x000028, "Wrong size on UHoleFillToolBuilder"); \ + +#define DUMPER7_ASSERTS_USmoothHoleFillProperties \ +static_assert(alignof(USmoothHoleFillProperties) == 0x000008, "Wrong alignment on USmoothHoleFillProperties"); \ +static_assert(sizeof(USmoothHoleFillProperties) == 0x0000D0, "Wrong size on USmoothHoleFillProperties"); \ +static_assert(offsetof(USmoothHoleFillProperties, bConstrainToHoleInterior) == 0x0000A8, "Member 'USmoothHoleFillProperties::bConstrainToHoleInterior' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, RemeshingExteriorRegionWidth) == 0x0000AC, "Member 'USmoothHoleFillProperties::RemeshingExteriorRegionWidth' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, SmoothingExteriorRegionWidth) == 0x0000B0, "Member 'USmoothHoleFillProperties::SmoothingExteriorRegionWidth' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, SmoothingInteriorRegionWidth) == 0x0000B4, "Member 'USmoothHoleFillProperties::SmoothingInteriorRegionWidth' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, InteriorSmoothness) == 0x0000B8, "Member 'USmoothHoleFillProperties::InteriorSmoothness' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, FillDensityScalar) == 0x0000C0, "Member 'USmoothHoleFillProperties::FillDensityScalar' has a wrong offset!"); \ +static_assert(offsetof(USmoothHoleFillProperties, bProjectDuringRemesh) == 0x0000C8, "Member 'USmoothHoleFillProperties::bProjectDuringRemesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDiffusionSmoothProperties \ +static_assert(alignof(UDiffusionSmoothProperties) == 0x000008, "Wrong alignment on UDiffusionSmoothProperties"); \ +static_assert(sizeof(UDiffusionSmoothProperties) == 0x0000B8, "Wrong size on UDiffusionSmoothProperties"); \ +static_assert(offsetof(UDiffusionSmoothProperties, SmoothingPerStep) == 0x0000A8, "Member 'UDiffusionSmoothProperties::SmoothingPerStep' has a wrong offset!"); \ +static_assert(offsetof(UDiffusionSmoothProperties, Steps) == 0x0000AC, "Member 'UDiffusionSmoothProperties::Steps' has a wrong offset!"); \ +static_assert(offsetof(UDiffusionSmoothProperties, bPreserveUVs) == 0x0000B0, "Member 'UDiffusionSmoothProperties::bPreserveUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillToolProperties \ +static_assert(alignof(UHoleFillToolProperties) == 0x000008, "Wrong alignment on UHoleFillToolProperties"); \ +static_assert(sizeof(UHoleFillToolProperties) == 0x0000B0, "Wrong size on UHoleFillToolProperties"); \ +static_assert(offsetof(UHoleFillToolProperties, FillType) == 0x0000A8, "Member 'UHoleFillToolProperties::FillType' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillToolProperties, bRemoveIsolatedTriangles) == 0x0000A9, "Member 'UHoleFillToolProperties::bRemoveIsolatedTriangles' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillToolProperties, bQuickFillSmallHoles) == 0x0000AA, "Member 'UHoleFillToolProperties::bQuickFillSmallHoles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillToolActions \ +static_assert(alignof(UHoleFillToolActions) == 0x000008, "Wrong alignment on UHoleFillToolActions"); \ +static_assert(sizeof(UHoleFillToolActions) == 0x0000B0, "Wrong size on UHoleFillToolActions"); \ + +#define DUMPER7_ASSERTS_UHoleFillStatisticsProperties \ +static_assert(alignof(UHoleFillStatisticsProperties) == 0x000008, "Wrong alignment on UHoleFillStatisticsProperties"); \ +static_assert(sizeof(UHoleFillStatisticsProperties) == 0x0000F8, "Wrong size on UHoleFillStatisticsProperties"); \ +static_assert(offsetof(UHoleFillStatisticsProperties, InitialHoles) == 0x0000A8, "Member 'UHoleFillStatisticsProperties::InitialHoles' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillStatisticsProperties, SelectedHoles) == 0x0000B8, "Member 'UHoleFillStatisticsProperties::SelectedHoles' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillStatisticsProperties, SuccessfulFills) == 0x0000C8, "Member 'UHoleFillStatisticsProperties::SuccessfulFills' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillStatisticsProperties, FailedFills) == 0x0000D8, "Member 'UHoleFillStatisticsProperties::FailedFills' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillStatisticsProperties, RemainingHoles) == 0x0000E8, "Member 'UHoleFillStatisticsProperties::RemainingHoles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillOperatorFactory \ +static_assert(alignof(UHoleFillOperatorFactory) == 0x000008, "Wrong alignment on UHoleFillOperatorFactory"); \ +static_assert(sizeof(UHoleFillOperatorFactory) == 0x000038, "Wrong size on UHoleFillOperatorFactory"); \ +static_assert(offsetof(UHoleFillOperatorFactory, FillTool) == 0x000030, "Member 'UHoleFillOperatorFactory::FillTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillTool \ +static_assert(alignof(UHoleFillTool) == 0x000010, "Wrong alignment on UHoleFillTool"); \ +static_assert(sizeof(UHoleFillTool) == 0x000240, "Wrong size on UHoleFillTool"); \ +static_assert(offsetof(UHoleFillTool, SmoothHoleFillProperties) == 0x0000B0, "Member 'UHoleFillTool::SmoothHoleFillProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Properties) == 0x0000B8, "Member 'UHoleFillTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Actions) == 0x0000C0, "Member 'UHoleFillTool::Actions' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Statistics) == 0x0000C8, "Member 'UHoleFillTool::Statistics' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Preview) == 0x0000D0, "Member 'UHoleFillTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, SelectionMechanic) == 0x0000D8, "Member 'UHoleFillTool::SelectionMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerToolBuilder \ +static_assert(alignof(ULatticeDeformerToolBuilder) == 0x000008, "Wrong alignment on ULatticeDeformerToolBuilder"); \ +static_assert(sizeof(ULatticeDeformerToolBuilder) == 0x000028, "Wrong size on ULatticeDeformerToolBuilder"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerToolProperties \ +static_assert(alignof(ULatticeDeformerToolProperties) == 0x000008, "Wrong alignment on ULatticeDeformerToolProperties"); \ +static_assert(sizeof(ULatticeDeformerToolProperties) == 0x0000C8, "Wrong size on ULatticeDeformerToolProperties"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, XAxisResolution) == 0x0000B0, "Member 'ULatticeDeformerToolProperties::XAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, YAxisResolution) == 0x0000B4, "Member 'ULatticeDeformerToolProperties::YAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, ZAxisResolution) == 0x0000B8, "Member 'ULatticeDeformerToolProperties::ZAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, Padding) == 0x0000BC, "Member 'ULatticeDeformerToolProperties::Padding' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, InterpolationType) == 0x0000C0, "Member 'ULatticeDeformerToolProperties::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bDeformNormals) == 0x0000C1, "Member 'ULatticeDeformerToolProperties::bDeformNormals' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bCanChangeResolution) == 0x0000C2, "Member 'ULatticeDeformerToolProperties::bCanChangeResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, GizmoCoordinateSystem) == 0x0000C3, "Member 'ULatticeDeformerToolProperties::GizmoCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSetPivotMode) == 0x0000C4, "Member 'ULatticeDeformerToolProperties::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSoftDeformation) == 0x0000C5, "Member 'ULatticeDeformerToolProperties::bSoftDeformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerOperatorFactory \ +static_assert(alignof(ULatticeDeformerOperatorFactory) == 0x000008, "Wrong alignment on ULatticeDeformerOperatorFactory"); \ +static_assert(sizeof(ULatticeDeformerOperatorFactory) == 0x000038, "Wrong size on ULatticeDeformerOperatorFactory"); \ +static_assert(offsetof(ULatticeDeformerOperatorFactory, LatticeDeformerTool) == 0x000030, "Member 'ULatticeDeformerOperatorFactory::LatticeDeformerTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerTool \ +static_assert(alignof(ULatticeDeformerTool) == 0x000008, "Wrong alignment on ULatticeDeformerTool"); \ +static_assert(sizeof(ULatticeDeformerTool) == 0x000160, "Wrong size on ULatticeDeformerTool"); \ +static_assert(offsetof(ULatticeDeformerTool, ControlPointsMechanic) == 0x0000D8, "Member 'ULatticeDeformerTool::ControlPointsMechanic' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, Settings) == 0x0000E0, "Member 'ULatticeDeformerTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, Preview) == 0x0000E8, "Member 'ULatticeDeformerTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, bLatticeDeformed) == 0x0000F0, "Member 'ULatticeDeformerTool::bLatticeDeformed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintToolBuilder \ +static_assert(alignof(UMeshAttributePaintToolBuilder) == 0x000008, "Wrong alignment on UMeshAttributePaintToolBuilder"); \ +static_assert(sizeof(UMeshAttributePaintToolBuilder) == 0x000070, "Wrong size on UMeshAttributePaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintBrushOperationProperties \ +static_assert(alignof(UMeshAttributePaintBrushOperationProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintBrushOperationProperties"); \ +static_assert(sizeof(UMeshAttributePaintBrushOperationProperties) == 0x0000B0, "Wrong size on UMeshAttributePaintBrushOperationProperties"); \ +static_assert(offsetof(UMeshAttributePaintBrushOperationProperties, BrushAction) == 0x0000A8, "Member 'UMeshAttributePaintBrushOperationProperties::BrushAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshAttributePaintToolProperties_GetAttributeNames \ +static_assert(alignof(MeshAttributePaintToolProperties_GetAttributeNames) == 0x000008, "Wrong alignment on MeshAttributePaintToolProperties_GetAttributeNames"); \ +static_assert(sizeof(MeshAttributePaintToolProperties_GetAttributeNames) == 0x000010, "Wrong size on MeshAttributePaintToolProperties_GetAttributeNames"); \ +static_assert(offsetof(MeshAttributePaintToolProperties_GetAttributeNames, ReturnValue) == 0x000000, "Member 'MeshAttributePaintToolProperties_GetAttributeNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintToolProperties \ +static_assert(alignof(UMeshAttributePaintToolProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintToolProperties"); \ +static_assert(sizeof(UMeshAttributePaintToolProperties) == 0x0000C8, "Wrong size on UMeshAttributePaintToolProperties"); \ +static_assert(offsetof(UMeshAttributePaintToolProperties, Attribute) == 0x0000A8, "Member 'UMeshAttributePaintToolProperties::Attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintEditActions \ +static_assert(alignof(UMeshAttributePaintEditActions) == 0x000008, "Wrong alignment on UMeshAttributePaintEditActions"); \ +static_assert(sizeof(UMeshAttributePaintEditActions) == 0x0000B0, "Wrong size on UMeshAttributePaintEditActions"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintTool \ +static_assert(alignof(UMeshAttributePaintTool) == 0x000010, "Wrong alignment on UMeshAttributePaintTool"); \ +static_assert(sizeof(UMeshAttributePaintTool) == 0x000800, "Wrong size on UMeshAttributePaintTool"); \ +static_assert(offsetof(UMeshAttributePaintTool, BrushActionProps) == 0x0002E8, "Member 'UMeshAttributePaintTool::BrushActionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintTool, AttribProps) == 0x0002F0, "Member 'UMeshAttributePaintTool::AttribProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshBoundaryToolBase \ +static_assert(alignof(UMeshBoundaryToolBase) == 0x000010, "Wrong alignment on UMeshBoundaryToolBase"); \ +static_assert(sizeof(UMeshBoundaryToolBase) == 0x0001A0, "Wrong size on UMeshBoundaryToolBase"); \ +static_assert(offsetof(UMeshBoundaryToolBase, SelectionMechanic) == 0x000190, "Member 'UMeshBoundaryToolBase::SelectionMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintToolBuilder \ +static_assert(alignof(UMeshGroupPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshGroupPaintToolBuilder"); \ +static_assert(sizeof(UMeshGroupPaintToolBuilder) == 0x000030, "Wrong size on UMeshGroupPaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UGroupPaintBrushFilterProperties \ +static_assert(alignof(UGroupPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UGroupPaintBrushFilterProperties"); \ +static_assert(sizeof(UGroupPaintBrushFilterProperties) == 0x0000D8, "Wrong size on UGroupPaintBrushFilterProperties"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, PrimaryBrushType) == 0x0000A8, "Member 'UGroupPaintBrushFilterProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, SubToolType) == 0x0000A9, "Member 'UGroupPaintBrushFilterProperties::SubToolType' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, BrushSize) == 0x0000AC, "Member 'UGroupPaintBrushFilterProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, BrushAreaMode) == 0x0000B0, "Member 'UGroupPaintBrushFilterProperties::BrushAreaMode' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bHitBackFaces) == 0x0000B1, "Member 'UGroupPaintBrushFilterProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, SetGroup) == 0x0000B4, "Member 'UGroupPaintBrushFilterProperties::SetGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bOnlySetUngrouped) == 0x0000B8, "Member 'UGroupPaintBrushFilterProperties::bOnlySetUngrouped' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, EraseGroup) == 0x0000BC, "Member 'UGroupPaintBrushFilterProperties::EraseGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bOnlyEraseCurrent) == 0x0000C0, "Member 'UGroupPaintBrushFilterProperties::bOnlyEraseCurrent' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, AngleThreshold) == 0x0000C4, "Member 'UGroupPaintBrushFilterProperties::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bUVSeams) == 0x0000C8, "Member 'UGroupPaintBrushFilterProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bNormalSeams) == 0x0000C9, "Member 'UGroupPaintBrushFilterProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, VisibilityFilter) == 0x0000CA, "Member 'UGroupPaintBrushFilterProperties::VisibilityFilter' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, MinTriVertCount) == 0x0000CC, "Member 'UGroupPaintBrushFilterProperties::MinTriVertCount' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bShowHitGroup) == 0x0000D0, "Member 'UGroupPaintBrushFilterProperties::bShowHitGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bShowAllGroups) == 0x0000D1, "Member 'UGroupPaintBrushFilterProperties::bShowAllGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintToolActionPropertySet \ +static_assert(alignof(UMeshGroupPaintToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshGroupPaintToolActionPropertySet"); \ +static_assert(sizeof(UMeshGroupPaintToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshGroupPaintToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UWorkPlaneProperties \ +static_assert(alignof(UWorkPlaneProperties) == 0x000010, "Wrong alignment on UWorkPlaneProperties"); \ +static_assert(sizeof(UWorkPlaneProperties) == 0x0000F0, "Wrong size on UWorkPlaneProperties"); \ +static_assert(offsetof(UWorkPlaneProperties, bPropertySetEnabled) == 0x0000A8, "Member 'UWorkPlaneProperties::bPropertySetEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWorkPlaneProperties, bShowGizmo) == 0x0000A9, "Member 'UWorkPlaneProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UWorkPlaneProperties, position) == 0x0000B0, "Member 'UWorkPlaneProperties::position' has a wrong offset!"); \ +static_assert(offsetof(UWorkPlaneProperties, Rotation) == 0x0000D0, "Member 'UWorkPlaneProperties::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintToolFreezeActions \ +static_assert(alignof(UMeshGroupPaintToolFreezeActions) == 0x000008, "Wrong alignment on UMeshGroupPaintToolFreezeActions"); \ +static_assert(sizeof(UMeshGroupPaintToolFreezeActions) == 0x0000B0, "Wrong size on UMeshGroupPaintToolFreezeActions"); \ + +#define DUMPER7_ASSERTS_UMeshSculptToolBase \ +static_assert(alignof(UMeshSculptToolBase) == 0x000010, "Wrong alignment on UMeshSculptToolBase"); \ +static_assert(sizeof(UMeshSculptToolBase) == 0x000BA0, "Wrong size on UMeshSculptToolBase"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushProperties) == 0x000100, "Member 'UMeshSculptToolBase::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, GizmoProperties) == 0x000108, "Member 'UMeshSculptToolBase::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushOpPropSets) == 0x000230, "Member 'UMeshSculptToolBase::BrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, SecondaryBrushOpPropSets) == 0x0002D0, "Member 'UMeshSculptToolBase::SecondaryBrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ViewProperties) == 0x000A10, "Member 'UMeshSculptToolBase::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ActiveOverrideMaterial) == 0x000A18, "Member 'UMeshSculptToolBase::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicator) == 0x000A20, "Member 'UMeshSculptToolBase::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, bIsVolumetricIndicator) == 0x000A28, "Member 'UMeshSculptToolBase::bIsVolumetricIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMaterial) == 0x000A30, "Member 'UMeshSculptToolBase::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMesh) == 0x000A38, "Member 'UMeshSculptToolBase::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformGizmo) == 0x000A40, "Member 'UMeshSculptToolBase::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformProxy) == 0x000A48, "Member 'UMeshSculptToolBase::PlaneTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintTool \ +static_assert(alignof(UMeshGroupPaintTool) == 0x000010, "Wrong alignment on UMeshGroupPaintTool"); \ +static_assert(sizeof(UMeshGroupPaintTool) == 0x000FE0, "Wrong size on UMeshGroupPaintTool"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolygroupLayerProperties) == 0x000BA0, "Member 'UMeshGroupPaintTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FilterProperties) == 0x000BA8, "Member 'UMeshGroupPaintTool::FilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PaintBrushOpProperties) == 0x000BB0, "Member 'UMeshGroupPaintTool::PaintBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, EraseBrushOpProperties) == 0x000BB8, "Member 'UMeshGroupPaintTool::EraseBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FreezeActions) == 0x000BC0, "Member 'UMeshGroupPaintTool::FreezeActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolyLassoMechanic) == 0x000BD0, "Member 'UMeshGroupPaintTool::PolyLassoMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PreviewMeshActor) == 0x000BD8, "Member 'UMeshGroupPaintTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, DynamicMeshComponent) == 0x000BE0, "Member 'UMeshGroupPaintTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, MeshElementsDisplay) == 0x000BE8, "Member 'UMeshGroupPaintTool::MeshElementsDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorToolBuilder \ +static_assert(alignof(UMeshInspectorToolBuilder) == 0x000008, "Wrong alignment on UMeshInspectorToolBuilder"); \ +static_assert(sizeof(UMeshInspectorToolBuilder) == 0x000028, "Wrong size on UMeshInspectorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorProperties \ +static_assert(alignof(UMeshInspectorProperties) == 0x000008, "Wrong alignment on UMeshInspectorProperties"); \ +static_assert(sizeof(UMeshInspectorProperties) == 0x0000C0, "Wrong size on UMeshInspectorProperties"); \ +static_assert(offsetof(UMeshInspectorProperties, bWireframe) == 0x0000A8, "Member 'UMeshInspectorProperties::bWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bBoundaryEdges) == 0x0000A9, "Member 'UMeshInspectorProperties::bBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bBowtieVertices) == 0x0000AA, "Member 'UMeshInspectorProperties::bBowtieVertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bPolygonBorders) == 0x0000AB, "Member 'UMeshInspectorProperties::bPolygonBorders' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bUVSeams) == 0x0000AC, "Member 'UMeshInspectorProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bUVBowties) == 0x0000AD, "Member 'UMeshInspectorProperties::bUVBowties' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bMissingUVs) == 0x0000AE, "Member 'UMeshInspectorProperties::bMissingUVs' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bNormalSeams) == 0x0000AF, "Member 'UMeshInspectorProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bTangentSeams) == 0x0000B0, "Member 'UMeshInspectorProperties::bTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bNormalVectors) == 0x0000B1, "Member 'UMeshInspectorProperties::bNormalVectors' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bTangentVectors) == 0x0000B2, "Member 'UMeshInspectorProperties::bTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bDrawHiddenEdgesAndSeams) == 0x0000B3, "Member 'UMeshInspectorProperties::bDrawHiddenEdgesAndSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, NormalLength) == 0x0000B4, "Member 'UMeshInspectorProperties::NormalLength' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, TangentLength) == 0x0000B8, "Member 'UMeshInspectorProperties::TangentLength' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, ShowIndices) == 0x0000BC, "Member 'UMeshInspectorProperties::ShowIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshInspectorMaterialProperties_GetUVChannelNamesFunc \ +static_assert(alignof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc) == 0x000008, "Wrong alignment on MeshInspectorMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(sizeof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc) == 0x000010, "Wrong size on MeshInspectorMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(offsetof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc, ReturnValue) == 0x000000, "Member 'MeshInspectorMaterialProperties_GetUVChannelNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorMaterialProperties \ +static_assert(alignof(UMeshInspectorMaterialProperties) == 0x000008, "Wrong alignment on UMeshInspectorMaterialProperties"); \ +static_assert(sizeof(UMeshInspectorMaterialProperties) == 0x000120, "Wrong size on UMeshInspectorMaterialProperties"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, MaterialMode) == 0x0000A8, "Member 'UMeshInspectorMaterialProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, CheckerDensity) == 0x0000AC, "Member 'UMeshInspectorMaterialProperties::CheckerDensity' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, OverrideMaterial) == 0x0000B0, "Member 'UMeshInspectorMaterialProperties::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, UVChannel) == 0x0000B8, "Member 'UMeshInspectorMaterialProperties::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, UVChannelNamesList) == 0x0000C8, "Member 'UMeshInspectorMaterialProperties::UVChannelNamesList' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, bFlatShading) == 0x0000D8, "Member 'UMeshInspectorMaterialProperties::bFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, Color) == 0x0000DC, "Member 'UMeshInspectorMaterialProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, Opacity) == 0x0000F0, "Member 'UMeshInspectorMaterialProperties::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, TransparentMaterialColor) == 0x0000F8, "Member 'UMeshInspectorMaterialProperties::TransparentMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, bTwoSided) == 0x000108, "Member 'UMeshInspectorMaterialProperties::bTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, CheckerMaterial) == 0x000110, "Member 'UMeshInspectorMaterialProperties::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, ActiveCustomMaterial) == 0x000118, "Member 'UMeshInspectorMaterialProperties::ActiveCustomMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorTool \ +static_assert(alignof(UMeshInspectorTool) == 0x000010, "Wrong alignment on UMeshInspectorTool"); \ +static_assert(sizeof(UMeshInspectorTool) == 0x000250, "Wrong size on UMeshInspectorTool"); \ +static_assert(offsetof(UMeshInspectorTool, Settings) == 0x0000B8, "Member 'UMeshInspectorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, PolygroupLayerProperties) == 0x0000C0, "Member 'UMeshInspectorTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, MaterialSettings) == 0x0000C8, "Member 'UMeshInspectorTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, PreviewMesh) == 0x0000D8, "Member 'UMeshInspectorTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DrawnLineSet) == 0x0000E0, "Member 'UMeshInspectorTool::DrawnLineSet' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DefaultMaterial) == 0x0000E8, "Member 'UMeshInspectorTool::DefaultMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionToolBuilder \ +static_assert(alignof(UMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UMeshSelectionToolBuilder"); \ +static_assert(sizeof(UMeshSelectionToolBuilder) == 0x000030, "Wrong size on UMeshSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionToolActionPropertySet \ +static_assert(alignof(UMeshSelectionToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshSelectionToolActionPropertySet"); \ +static_assert(sizeof(UMeshSelectionToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshSelectionToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionEditActions \ +static_assert(alignof(UMeshSelectionEditActions) == 0x000008, "Wrong alignment on UMeshSelectionEditActions"); \ +static_assert(sizeof(UMeshSelectionEditActions) == 0x0000B0, "Wrong size on UMeshSelectionEditActions"); \ + +#define DUMPER7_ASSERTS_USculptBrushProperties \ +static_assert(alignof(USculptBrushProperties) == 0x000008, "Wrong alignment on USculptBrushProperties"); \ +static_assert(sizeof(USculptBrushProperties) == 0x0000E0, "Wrong size on USculptBrushProperties"); \ +static_assert(offsetof(USculptBrushProperties, BrushSize) == 0x0000A8, "Member 'USculptBrushProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, BrushFalloffAmount) == 0x0000BC, "Member 'USculptBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowFalloff) == 0x0000C0, "Member 'USculptBrushProperties::bShowFalloff' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Depth) == 0x0000C4, "Member 'USculptBrushProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bHitBackFaces) == 0x0000C8, "Member 'USculptBrushProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, FlowRate) == 0x0000CC, "Member 'USculptBrushProperties::FlowRate' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Spacing) == 0x0000D0, "Member 'USculptBrushProperties::Spacing' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Lazyness) == 0x0000D4, "Member 'USculptBrushProperties::Lazyness' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowPerBrushProps) == 0x0000D8, "Member 'USculptBrushProperties::bShowPerBrushProps' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowLazyness) == 0x0000D9, "Member 'USculptBrushProperties::bShowLazyness' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowFlowRate) == 0x0000DA, "Member 'USculptBrushProperties::bShowFlowRate' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowSpacing) == 0x0000DB, "Member 'USculptBrushProperties::bShowSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionMeshEditActions \ +static_assert(alignof(UMeshSelectionMeshEditActions) == 0x000008, "Wrong alignment on UMeshSelectionMeshEditActions"); \ +static_assert(sizeof(UMeshSelectionMeshEditActions) == 0x0000B0, "Wrong size on UMeshSelectionMeshEditActions"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionToolProperties \ +static_assert(alignof(UMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UMeshSelectionToolProperties"); \ +static_assert(sizeof(UMeshSelectionToolProperties) == 0x0000B8, "Wrong size on UMeshSelectionToolProperties"); \ +static_assert(offsetof(UMeshSelectionToolProperties, SelectionMode) == 0x0000A8, "Member 'UMeshSelectionToolProperties::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionToolProperties, AngleTolerance) == 0x0000AC, "Member 'UMeshSelectionToolProperties::AngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionToolProperties, bHitBackFaces) == 0x0000B0, "Member 'UMeshSelectionToolProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionToolProperties, bShowPoints) == 0x0000B1, "Member 'UMeshSelectionToolProperties::bShowPoints' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionToolProperties, FaceColorMode) == 0x0000B4, "Member 'UMeshSelectionToolProperties::FaceColorMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemeshMeshToolBuilder \ +static_assert(alignof(URemeshMeshToolBuilder) == 0x000008, "Wrong alignment on URemeshMeshToolBuilder"); \ +static_assert(sizeof(URemeshMeshToolBuilder) == 0x000028, "Wrong size on URemeshMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionTool \ +static_assert(alignof(UMeshSelectionTool) == 0x000008, "Wrong alignment on UMeshSelectionTool"); \ +static_assert(sizeof(UMeshSelectionTool) == 0x000728, "Wrong size on UMeshSelectionTool"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionProps) == 0x0002E8, "Member 'UMeshSelectionTool::SelectionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionActions) == 0x0002F0, "Member 'UMeshSelectionTool::SelectionActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, EditActions) == 0x0002F8, "Member 'UMeshSelectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshStatisticsProperties) == 0x000300, "Member 'UMeshSelectionTool::MeshStatisticsProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshElementsDisplay) == 0x000308, "Member 'UMeshSelectionTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, UVChannelProperties) == 0x000310, "Member 'UMeshSelectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, PolygroupLayerProperties) == 0x000318, "Member 'UMeshSelectionTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, Selection) == 0x000378, "Member 'UMeshSelectionTool::Selection' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SpawnedActors) == 0x000380, "Member 'UMeshSelectionTool::SpawnedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSpaceDeformerToolBuilder \ +static_assert(alignof(UMeshSpaceDeformerToolBuilder) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolBuilder"); \ +static_assert(sizeof(UMeshSpaceDeformerToolBuilder) == 0x000028, "Wrong size on UMeshSpaceDeformerToolBuilder"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesTool \ +static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ +static_assert(sizeof(UWeldMeshEdgesTool) == 0x0000E0, "Wrong size on UWeldMeshEdgesTool"); \ +static_assert(offsetof(UWeldMeshEdgesTool, Settings) == 0x0000B0, "Member 'UWeldMeshEdgesTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, PreviewCompute) == 0x0000B8, "Member 'UWeldMeshEdgesTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, MeshElementsDisplay) == 0x0000C0, "Member 'UWeldMeshEdgesTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, OperatorFactory) == 0x0000C8, "Member 'UWeldMeshEdgesTool::OperatorFactory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSpaceDeformerToolProperties \ +static_assert(alignof(UMeshSpaceDeformerToolProperties) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolProperties"); \ +static_assert(sizeof(UMeshSpaceDeformerToolProperties) == 0x0000D0, "Wrong size on UMeshSpaceDeformerToolProperties"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, SelectedOperationType) == 0x0000A8, "Member 'UMeshSpaceDeformerToolProperties::SelectedOperationType' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, UpperBoundsInterval) == 0x0000AC, "Member 'UMeshSpaceDeformerToolProperties::UpperBoundsInterval' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, LowerBoundsInterval) == 0x0000B0, "Member 'UMeshSpaceDeformerToolProperties::LowerBoundsInterval' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, BendDegrees) == 0x0000B4, "Member 'UMeshSpaceDeformerToolProperties::BendDegrees' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, TwistDegrees) == 0x0000B8, "Member 'UMeshSpaceDeformerToolProperties::TwistDegrees' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, FlareProfileType) == 0x0000BC, "Member 'UMeshSpaceDeformerToolProperties::FlareProfileType' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, FlarePercentY) == 0x0000C0, "Member 'UMeshSpaceDeformerToolProperties::FlarePercentY' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, bLockXAndYFlaring) == 0x0000C4, "Member 'UMeshSpaceDeformerToolProperties::bLockXAndYFlaring' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, FlarePercentX) == 0x0000C8, "Member 'UMeshSpaceDeformerToolProperties::FlarePercentX' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, bLockBottom) == 0x0000CC, "Member 'UMeshSpaceDeformerToolProperties::bLockBottom' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, bShowOriginalMesh) == 0x0000CD, "Member 'UMeshSpaceDeformerToolProperties::bShowOriginalMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, bDrawVisualization) == 0x0000CE, "Member 'UMeshSpaceDeformerToolProperties::bDrawVisualization' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerToolProperties, bAlignToNormalOnCtrlClick) == 0x0000CF, "Member 'UMeshSpaceDeformerToolProperties::bAlignToNormalOnCtrlClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSpaceDeformerToolActionPropertySet \ +static_assert(alignof(UMeshSpaceDeformerToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolActionPropertySet"); \ +static_assert(sizeof(UMeshSpaceDeformerToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshSpaceDeformerToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_USpaceDeformerOperatorFactory \ +static_assert(alignof(USpaceDeformerOperatorFactory) == 0x000008, "Wrong alignment on USpaceDeformerOperatorFactory"); \ +static_assert(sizeof(USpaceDeformerOperatorFactory) == 0x000038, "Wrong size on USpaceDeformerOperatorFactory"); \ +static_assert(offsetof(USpaceDeformerOperatorFactory, SpaceDeformerTool) == 0x000030, "Member 'USpaceDeformerOperatorFactory::SpaceDeformerTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSpaceDeformerTool \ +static_assert(alignof(UMeshSpaceDeformerTool) == 0x000010, "Wrong alignment on UMeshSpaceDeformerTool"); \ +static_assert(sizeof(UMeshSpaceDeformerTool) == 0x0002C0, "Wrong size on UMeshSpaceDeformerTool"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, Settings) == 0x0000B8, "Member 'UMeshSpaceDeformerTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, ToolActions) == 0x0000C0, "Member 'UMeshSpaceDeformerTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, StateTarget) == 0x0000C8, "Member 'UMeshSpaceDeformerTool::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, DragAlignmentMechanic) == 0x0000D0, "Member 'UMeshSpaceDeformerTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, Preview) == 0x0000D8, "Member 'UMeshSpaceDeformerTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, OriginalMeshPreview) == 0x0000F0, "Member 'UMeshSpaceDeformerTool::OriginalMeshPreview' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, IntervalGizmo) == 0x0000F8, "Member 'UMeshSpaceDeformerTool::IntervalGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, TransformGizmo) == 0x000100, "Member 'UMeshSpaceDeformerTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, TransformProxy) == 0x000108, "Member 'UMeshSpaceDeformerTool::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, UpIntervalSource) == 0x000110, "Member 'UMeshSpaceDeformerTool::UpIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, DownIntervalSource) == 0x000118, "Member 'UMeshSpaceDeformerTool::DownIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, ForwardIntervalSource) == 0x000120, "Member 'UMeshSpaceDeformerTool::ForwardIntervalSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolBuilder \ +static_assert(alignof(UMeshVertexPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexPaintToolBuilder"); \ +static_assert(sizeof(UMeshVertexPaintToolBuilder) == 0x000030, "Wrong size on UMeshVertexPaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVertexPaintBasicProperties \ +static_assert(alignof(UVertexPaintBasicProperties) == 0x000008, "Wrong alignment on UVertexPaintBasicProperties"); \ +static_assert(sizeof(UVertexPaintBasicProperties) == 0x0000E0, "Wrong size on UVertexPaintBasicProperties"); \ +static_assert(offsetof(UVertexPaintBasicProperties, PrimaryBrushType) == 0x0000A8, "Member 'UVertexPaintBasicProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SubToolType) == 0x0000A9, "Member 'UVertexPaintBasicProperties::SubToolType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, PaintColor) == 0x0000AC, "Member 'UVertexPaintBasicProperties::PaintColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, BlendMode) == 0x0000BC, "Member 'UVertexPaintBasicProperties::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SecondaryActionType) == 0x0000BD, "Member 'UVertexPaintBasicProperties::SecondaryActionType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, EraseColor) == 0x0000C0, "Member 'UVertexPaintBasicProperties::EraseColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SmoothStrength) == 0x0000D0, "Member 'UVertexPaintBasicProperties::SmoothStrength' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, ChannelFilter) == 0x0000D4, "Member 'UVertexPaintBasicProperties::ChannelFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, bHardEdges) == 0x0000D8, "Member 'UVertexPaintBasicProperties::bHardEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexPaintBrushFilterProperties \ +static_assert(alignof(UVertexPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UVertexPaintBrushFilterProperties"); \ +static_assert(sizeof(UVertexPaintBrushFilterProperties) == 0x0000C0, "Wrong size on UVertexPaintBrushFilterProperties"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, BrushAreaMode) == 0x0000A8, "Member 'UVertexPaintBrushFilterProperties::BrushAreaMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, AngleThreshold) == 0x0000AC, "Member 'UVertexPaintBrushFilterProperties::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bUVSeams) == 0x0000B0, "Member 'UVertexPaintBrushFilterProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bNormalSeams) == 0x0000B1, "Member 'UVertexPaintBrushFilterProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, VisibilityFilter) == 0x0000B2, "Member 'UVertexPaintBrushFilterProperties::VisibilityFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, MinTriVertCount) == 0x0000B4, "Member 'UVertexPaintBrushFilterProperties::MinTriVertCount' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, MaterialMode) == 0x0000B8, "Member 'UVertexPaintBrushFilterProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bShowHitColor) == 0x0000B9, "Member 'UVertexPaintBrushFilterProperties::bShowHitColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, CurrentSubToolType) == 0x0000BA, "Member 'UVertexPaintBrushFilterProperties::CurrentSubToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolActionPropertySet \ +static_assert(alignof(UMeshVertexPaintToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshVertexPaintToolActionPropertySet"); \ +static_assert(sizeof(UMeshVertexPaintToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshVertexPaintToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolQuickActions \ +static_assert(alignof(UMeshVertexPaintToolQuickActions) == 0x000008, "Wrong alignment on UMeshVertexPaintToolQuickActions"); \ +static_assert(sizeof(UMeshVertexPaintToolQuickActions) == 0x0000B0, "Wrong size on UMeshVertexPaintToolQuickActions"); \ + +#define DUMPER7_ASSERTS_MeshVertexPaintToolUtilityActions_GetWeightMapsFunc \ +static_assert(alignof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc) == 0x000008, "Wrong alignment on MeshVertexPaintToolUtilityActions_GetWeightMapsFunc"); \ +static_assert(sizeof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc) == 0x000010, "Wrong size on MeshVertexPaintToolUtilityActions_GetWeightMapsFunc"); \ +static_assert(offsetof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'MeshVertexPaintToolUtilityActions_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPaintToolUtilityActions_GetLODNamesFunc \ +static_assert(alignof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc) == 0x000008, "Wrong alignment on MeshVertexPaintToolUtilityActions_GetLODNamesFunc"); \ +static_assert(sizeof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc) == 0x000010, "Wrong size on MeshVertexPaintToolUtilityActions_GetLODNamesFunc"); \ +static_assert(offsetof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc, ReturnValue) == 0x000000, "Member 'MeshVertexPaintToolUtilityActions_GetLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolUtilityActions \ +static_assert(alignof(UMeshVertexPaintToolUtilityActions) == 0x000008, "Wrong alignment on UMeshVertexPaintToolUtilityActions"); \ +static_assert(sizeof(UMeshVertexPaintToolUtilityActions) == 0x000100, "Wrong size on UMeshVertexPaintToolUtilityActions"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, Operation) == 0x0000B0, "Member 'UMeshVertexPaintToolUtilityActions::Operation' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, SourceChannel) == 0x0000B4, "Member 'UMeshVertexPaintToolUtilityActions::SourceChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, SourceValue) == 0x0000B8, "Member 'UMeshVertexPaintToolUtilityActions::SourceValue' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, WeightMap) == 0x0000BC, "Member 'UMeshVertexPaintToolUtilityActions::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, WeightMapsList) == 0x0000C8, "Member 'UMeshVertexPaintToolUtilityActions::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, TargetChannels) == 0x0000D8, "Member 'UMeshVertexPaintToolUtilityActions::TargetChannels' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, TargetChannel) == 0x0000DC, "Member 'UMeshVertexPaintToolUtilityActions::TargetChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, bCopyToHiRes) == 0x0000DD, "Member 'UMeshVertexPaintToolUtilityActions::bCopyToHiRes' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, CopyToLODName) == 0x0000E0, "Member 'UMeshVertexPaintToolUtilityActions::CopyToLODName' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, LODNamesList) == 0x0000F0, "Member 'UMeshVertexPaintToolUtilityActions::LODNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesToolProperties \ +static_assert(alignof(UWeldMeshEdgesToolProperties) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolProperties"); \ +static_assert(sizeof(UWeldMeshEdgesToolProperties) == 0x0000D0, "Wrong size on UWeldMeshEdgesToolProperties"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, Tolerance) == 0x0000A8, "Member 'UWeldMeshEdgesToolProperties::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bOnlyUnique) == 0x0000AC, "Member 'UWeldMeshEdgesToolProperties::bOnlyUnique' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bResolveTJunctions) == 0x0000AD, "Member 'UWeldMeshEdgesToolProperties::bResolveTJunctions' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, InitialEdges) == 0x0000B0, "Member 'UWeldMeshEdgesToolProperties::InitialEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, RemainingEdges) == 0x0000B4, "Member 'UWeldMeshEdgesToolProperties::RemainingEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, AttrWeldingMode) == 0x0000B8, "Member 'UWeldMeshEdgesToolProperties::AttrWeldingMode' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitNormalThreshold) == 0x0000BC, "Member 'UWeldMeshEdgesToolProperties::SplitNormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitTangentsThreshold) == 0x0000C0, "Member 'UWeldMeshEdgesToolProperties::SplitTangentsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitUVThreshold) == 0x0000C4, "Member 'UWeldMeshEdgesToolProperties::SplitUVThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitColorThreshold) == 0x0000C8, "Member 'UWeldMeshEdgesToolProperties::SplitColorThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintTool \ +static_assert(alignof(UMeshVertexPaintTool) == 0x000010, "Wrong alignment on UMeshVertexPaintTool"); \ +static_assert(sizeof(UMeshVertexPaintTool) == 0x001140, "Wrong size on UMeshVertexPaintTool"); \ +static_assert(offsetof(UMeshVertexPaintTool, PolygroupLayerProperties) == 0x000BA8, "Member 'UMeshVertexPaintTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, BasicProperties) == 0x000BB0, "Member 'UMeshVertexPaintTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, FilterProperties) == 0x000BB8, "Member 'UMeshVertexPaintTool::FilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PaintBrushOpProperties) == 0x000BC0, "Member 'UMeshVertexPaintTool::PaintBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, EraseBrushOpProperties) == 0x000BC8, "Member 'UMeshVertexPaintTool::EraseBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, QuickActions) == 0x000BD0, "Member 'UMeshVertexPaintTool::QuickActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, UtilityActions) == 0x000BD8, "Member 'UMeshVertexPaintTool::UtilityActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PolyLassoMechanic) == 0x000BE8, "Member 'UMeshVertexPaintTool::PolyLassoMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PreviewMeshActor) == 0x000BF0, "Member 'UMeshVertexPaintTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, DynamicMeshComponent) == 0x000BF8, "Member 'UMeshVertexPaintTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, MeshElementsDisplay) == 0x000C00, "Member 'UMeshVertexPaintTool::MeshElementsDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexSculptToolBuilder \ +static_assert(alignof(UMeshVertexSculptToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexSculptToolBuilder"); \ +static_assert(sizeof(UMeshVertexSculptToolBuilder) == 0x000030, "Wrong size on UMeshVertexSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVertexBrushSculptProperties \ +static_assert(alignof(UVertexBrushSculptProperties) == 0x000008, "Wrong alignment on UVertexBrushSculptProperties"); \ +static_assert(sizeof(UVertexBrushSculptProperties) == 0x0000B8, "Wrong size on UVertexBrushSculptProperties"); \ +static_assert(offsetof(UVertexBrushSculptProperties, PrimaryBrushType) == 0x0000A8, "Member 'UVertexBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, PrimaryFalloffType) == 0x0000A9, "Member 'UVertexBrushSculptProperties::PrimaryFalloffType' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, BrushFilter) == 0x0000AA, "Member 'UVertexBrushSculptProperties::BrushFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, bFreezeTarget) == 0x0000AB, "Member 'UVertexBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, Tool) == 0x0000AC, "Member 'UVertexBrushSculptProperties::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexBrushAlphaProperties \ +static_assert(alignof(UVertexBrushAlphaProperties) == 0x000008, "Wrong alignment on UVertexBrushAlphaProperties"); \ +static_assert(sizeof(UVertexBrushAlphaProperties) == 0x0000C8, "Wrong size on UVertexBrushAlphaProperties"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, Alpha) == 0x0000A8, "Member 'UVertexBrushAlphaProperties::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, RotationAngle) == 0x0000B0, "Member 'UVertexBrushAlphaProperties::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, bRandomize) == 0x0000B4, "Member 'UVertexBrushAlphaProperties::bRandomize' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, RandomRange) == 0x0000B8, "Member 'UVertexBrushAlphaProperties::RandomRange' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, Tool) == 0x0000BC, "Member 'UVertexBrushAlphaProperties::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSymmetryProperties \ +static_assert(alignof(UMeshSymmetryProperties) == 0x000008, "Wrong alignment on UMeshSymmetryProperties"); \ +static_assert(sizeof(UMeshSymmetryProperties) == 0x0000B0, "Wrong size on UMeshSymmetryProperties"); \ +static_assert(offsetof(UMeshSymmetryProperties, bEnableSymmetry) == 0x0000A8, "Member 'UMeshSymmetryProperties::bEnableSymmetry' has a wrong offset!"); \ +static_assert(offsetof(UMeshSymmetryProperties, bSymmetryCanBeEnabled) == 0x0000A9, "Member 'UMeshSymmetryProperties::bSymmetryCanBeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexSculptTool \ +static_assert(alignof(UMeshVertexSculptTool) == 0x000010, "Wrong alignment on UMeshVertexSculptTool"); \ +static_assert(sizeof(UMeshVertexSculptTool) == 0x001500, "Wrong size on UMeshVertexSculptTool"); \ +static_assert(offsetof(UMeshVertexSculptTool, SculptProperties) == 0x000BA8, "Member 'UMeshVertexSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, AlphaProperties) == 0x000BB0, "Member 'UMeshVertexSculptTool::AlphaProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, BrushAlpha) == 0x000BB8, "Member 'UMeshVertexSculptTool::BrushAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, SymmetryProperties) == 0x000BC0, "Member 'UMeshVertexSculptTool::SymmetryProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, PreviewMeshActor) == 0x000BE0, "Member 'UMeshVertexSculptTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, DynamicMeshComponent) == 0x000BE8, "Member 'UMeshVertexSculptTool::DynamicMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorToolBuilder \ +static_assert(alignof(UMirrorToolBuilder) == 0x000008, "Wrong alignment on UMirrorToolBuilder"); \ +static_assert(sizeof(UMirrorToolBuilder) == 0x000028, "Wrong size on UMirrorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMirrorToolProperties \ +static_assert(alignof(UMirrorToolProperties) == 0x000008, "Wrong alignment on UMirrorToolProperties"); \ +static_assert(sizeof(UMirrorToolProperties) == 0x0000C0, "Wrong size on UMirrorToolProperties"); \ +static_assert(offsetof(UMirrorToolProperties, OperationMode) == 0x0000A8, "Member 'UMirrorToolProperties::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bCropAlongMirrorPlaneFirst) == 0x0000A9, "Member 'UMirrorToolProperties::bCropAlongMirrorPlaneFirst' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bSimplifyAlongCrop) == 0x0000AA, "Member 'UMirrorToolProperties::bSimplifyAlongCrop' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bWeldVerticesOnMirrorPlane) == 0x0000AB, "Member 'UMirrorToolProperties::bWeldVerticesOnMirrorPlane' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, PlaneTolerance) == 0x0000B0, "Member 'UMirrorToolProperties::PlaneTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bAllowBowtieVertexCreation) == 0x0000B8, "Member 'UMirrorToolProperties::bAllowBowtieVertexCreation' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bShowPreview) == 0x0000B9, "Member 'UMirrorToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, WriteTo) == 0x0000BA, "Member 'UMirrorToolProperties::WriteTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelBlendMeshesToolBuilder \ +static_assert(alignof(UVoxelBlendMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelBlendMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelBlendMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMirrorOperatorFactory \ +static_assert(alignof(UMirrorOperatorFactory) == 0x000008, "Wrong alignment on UMirrorOperatorFactory"); \ +static_assert(sizeof(UMirrorOperatorFactory) == 0x000040, "Wrong size on UMirrorOperatorFactory"); \ +static_assert(offsetof(UMirrorOperatorFactory, MirrorTool) == 0x000030, "Member 'UMirrorOperatorFactory::MirrorTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorToolActionPropertySet \ +static_assert(alignof(UMirrorToolActionPropertySet) == 0x000008, "Wrong alignment on UMirrorToolActionPropertySet"); \ +static_assert(sizeof(UMirrorToolActionPropertySet) == 0x0000B8, "Wrong size on UMirrorToolActionPropertySet"); \ +static_assert(offsetof(UMirrorToolActionPropertySet, bButtonsOnlyChangeOrientation) == 0x0000B0, "Member 'UMirrorToolActionPropertySet::bButtonsOnlyChangeOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorTool \ +static_assert(alignof(UMirrorTool) == 0x000008, "Wrong alignment on UMirrorTool"); \ +static_assert(sizeof(UMirrorTool) == 0x000178, "Wrong size on UMirrorTool"); \ +static_assert(offsetof(UMirrorTool, Settings) == 0x0000C0, "Member 'UMirrorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, OutputTypeProperties) == 0x0000C8, "Member 'UMirrorTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, HandleSourcesProperties) == 0x0000D0, "Member 'UMirrorTool::HandleSourcesProperties' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, ToolActions) == 0x0000D8, "Member 'UMirrorTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, MeshesToMirror) == 0x0000E0, "Member 'UMirrorTool::MeshesToMirror' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, Previews) == 0x0000F0, "Member 'UMirrorTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, PlaneMechanic) == 0x000130, "Member 'UMirrorTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshToolProperties \ +static_assert(alignof(UOffsetMeshToolProperties) == 0x000008, "Wrong alignment on UOffsetMeshToolProperties"); \ +static_assert(sizeof(UOffsetMeshToolProperties) == 0x0000B8, "Wrong size on UOffsetMeshToolProperties"); \ +static_assert(offsetof(UOffsetMeshToolProperties, OffsetType) == 0x0000A8, "Member 'UOffsetMeshToolProperties::OffsetType' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshToolProperties, Distance) == 0x0000AC, "Member 'UOffsetMeshToolProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshToolProperties, bCreateShell) == 0x0000B0, "Member 'UOffsetMeshToolProperties::bCreateShell' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetWeightMapSetProperties \ +static_assert(alignof(UOffsetWeightMapSetProperties) == 0x000008, "Wrong alignment on UOffsetWeightMapSetProperties"); \ +static_assert(sizeof(UOffsetWeightMapSetProperties) == 0x0000D0, "Wrong size on UOffsetWeightMapSetProperties"); \ +static_assert(offsetof(UOffsetWeightMapSetProperties, MinDistance) == 0x0000C8, "Member 'UOffsetWeightMapSetProperties::MinDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIterativeOffsetProperties \ +static_assert(alignof(UIterativeOffsetProperties) == 0x000008, "Wrong alignment on UIterativeOffsetProperties"); \ +static_assert(sizeof(UIterativeOffsetProperties) == 0x0000B8, "Wrong size on UIterativeOffsetProperties"); \ +static_assert(offsetof(UIterativeOffsetProperties, Steps) == 0x0000A8, "Member 'UIterativeOffsetProperties::Steps' has a wrong offset!"); \ +static_assert(offsetof(UIterativeOffsetProperties, bOffsetBoundaries) == 0x0000AC, "Member 'UIterativeOffsetProperties::bOffsetBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UIterativeOffsetProperties, SmoothingPerStep) == 0x0000B0, "Member 'UIterativeOffsetProperties::SmoothingPerStep' has a wrong offset!"); \ +static_assert(offsetof(UIterativeOffsetProperties, bReprojectSmooth) == 0x0000B4, "Member 'UIterativeOffsetProperties::bReprojectSmooth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImplicitOffsetProperties \ +static_assert(alignof(UImplicitOffsetProperties) == 0x000008, "Wrong alignment on UImplicitOffsetProperties"); \ +static_assert(sizeof(UImplicitOffsetProperties) == 0x0000B0, "Wrong size on UImplicitOffsetProperties"); \ +static_assert(offsetof(UImplicitOffsetProperties, Smoothness) == 0x0000A8, "Member 'UImplicitOffsetProperties::Smoothness' has a wrong offset!"); \ +static_assert(offsetof(UImplicitOffsetProperties, bPreserveUVs) == 0x0000AC, "Member 'UImplicitOffsetProperties::bPreserveUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshTool \ +static_assert(alignof(UOffsetMeshTool) == 0x000010, "Wrong alignment on UOffsetMeshTool"); \ +static_assert(sizeof(UOffsetMeshTool) == 0x000420, "Wrong size on UOffsetMeshTool"); \ +static_assert(offsetof(UOffsetMeshTool, OffsetProperties) == 0x000400, "Member 'UOffsetMeshTool::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, IterativeProperties) == 0x000408, "Member 'UOffsetMeshTool::IterativeProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, ImplicitProperties) == 0x000410, "Member 'UOffsetMeshTool::ImplicitProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, WeightMapProperties) == 0x000418, "Member 'UOffsetMeshTool::WeightMapProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshToolBuilder \ +static_assert(alignof(UOffsetMeshToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshToolBuilder"); \ +static_assert(sizeof(UOffsetMeshToolBuilder) == 0x000028, "Wrong size on UOffsetMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPhysicsObjectToolPropertySet \ +static_assert(alignof(UPhysicsObjectToolPropertySet) == 0x000008, "Wrong alignment on UPhysicsObjectToolPropertySet"); \ +static_assert(sizeof(UPhysicsObjectToolPropertySet) == 0x000110, "Wrong size on UPhysicsObjectToolPropertySet"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, ObjectName) == 0x0000A8, "Member 'UPhysicsObjectToolPropertySet::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, CollisionType) == 0x0000B8, "Member 'UPhysicsObjectToolPropertySet::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Spheres) == 0x0000C0, "Member 'UPhysicsObjectToolPropertySet::Spheres' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Boxes) == 0x0000D0, "Member 'UPhysicsObjectToolPropertySet::Boxes' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Capsules) == 0x0000E0, "Member 'UPhysicsObjectToolPropertySet::Capsules' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Convexes) == 0x0000F0, "Member 'UPhysicsObjectToolPropertySet::Convexes' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, LevelSets) == 0x000100, "Member 'UPhysicsObjectToolPropertySet::LevelSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelBlendMeshesToolProperties \ +static_assert(alignof(UVoxelBlendMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolProperties"); \ +static_assert(sizeof(UVoxelBlendMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelBlendMeshesToolProperties"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, BlendPower) == 0x0000A8, "Member 'UVoxelBlendMeshesToolProperties::BlendPower' has a wrong offset!"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, BlendFalloff) == 0x0000B0, "Member 'UVoxelBlendMeshesToolProperties::BlendFalloff' has a wrong offset!"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, Operation) == 0x0000B8, "Member 'UVoxelBlendMeshesToolProperties::Operation' has a wrong offset!"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, bVoxWrap) == 0x0000B9, "Member 'UVoxelBlendMeshesToolProperties::bVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, bRemoveInternalsAfterVoxWrap) == 0x0000BA, "Member 'UVoxelBlendMeshesToolProperties::bRemoveInternalsAfterVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelBlendMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelBlendMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionGeometryVisualizationProperties \ +static_assert(alignof(UCollisionGeometryVisualizationProperties) == 0x000008, "Wrong alignment on UCollisionGeometryVisualizationProperties"); \ +static_assert(sizeof(UCollisionGeometryVisualizationProperties) == 0x0000D8, "Wrong size on UCollisionGeometryVisualizationProperties"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowCollision) == 0x0000A8, "Member 'UCollisionGeometryVisualizationProperties::bShowCollision' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowSolid) == 0x0000A9, "Member 'UCollisionGeometryVisualizationProperties::bShowSolid' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineThickness) == 0x0000AC, "Member 'UCollisionGeometryVisualizationProperties::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowHidden) == 0x0000B0, "Member 'UCollisionGeometryVisualizationProperties::bShowHidden' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bRandomColors) == 0x0000B1, "Member 'UCollisionGeometryVisualizationProperties::bRandomColors' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, Color) == 0x0000B4, "Member 'UCollisionGeometryVisualizationProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineMaterial) == 0x0000B8, "Member 'UCollisionGeometryVisualizationProperties::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineMaterialShowingHidden) == 0x0000C0, "Member 'UCollisionGeometryVisualizationProperties::LineMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, TriangleMaterial) == 0x0000C8, "Member 'UCollisionGeometryVisualizationProperties::TriangleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bEnableShowCollision) == 0x0000D0, "Member 'UCollisionGeometryVisualizationProperties::bEnableShowCollision' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bEnableShowSolid) == 0x0000D1, "Member 'UCollisionGeometryVisualizationProperties::bEnableShowSolid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionGeometryToolBuilder \ +static_assert(alignof(UExtractCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on UExtractCollisionGeometryToolBuilder"); \ +static_assert(sizeof(UExtractCollisionGeometryToolBuilder) == 0x000028, "Wrong size on UExtractCollisionGeometryToolBuilder"); \ + +#define DUMPER7_ASSERTS_UTransferMeshTool \ +static_assert(alignof(UTransferMeshTool) == 0x000008, "Wrong alignment on UTransferMeshTool"); \ +static_assert(sizeof(UTransferMeshTool) == 0x0000C8, "Wrong size on UTransferMeshTool"); \ +static_assert(offsetof(UTransferMeshTool, BasicProperties) == 0x0000C0, "Member 'UTransferMeshTool::BasicProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionToolProperties \ +static_assert(alignof(UExtractCollisionToolProperties) == 0x000008, "Wrong alignment on UExtractCollisionToolProperties"); \ +static_assert(sizeof(UExtractCollisionToolProperties) == 0x0000B0, "Wrong size on UExtractCollisionToolProperties"); \ +static_assert(offsetof(UExtractCollisionToolProperties, CollisionType) == 0x0000A8, "Member 'UExtractCollisionToolProperties::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bOutputSeparateMeshes) == 0x0000A9, "Member 'UExtractCollisionToolProperties::bOutputSeparateMeshes' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowPreview) == 0x0000AA, "Member 'UExtractCollisionToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowInputMesh) == 0x0000AB, "Member 'UExtractCollisionToolProperties::bShowInputMesh' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bWeldEdges) == 0x0000AC, "Member 'UExtractCollisionToolProperties::bWeldEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionGeometryTool \ +static_assert(alignof(UExtractCollisionGeometryTool) == 0x000008, "Wrong alignment on UExtractCollisionGeometryTool"); \ +static_assert(sizeof(UExtractCollisionGeometryTool) == 0x000328, "Wrong size on UExtractCollisionGeometryTool"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, OutputTypeProperties) == 0x0000B0, "Member 'UExtractCollisionGeometryTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, Settings) == 0x0000B8, "Member 'UExtractCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, VizSettings) == 0x0000C0, "Member 'UExtractCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, ObjectProps) == 0x0000C8, "Member 'UExtractCollisionGeometryTool::ObjectProps' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewElements) == 0x0000D0, "Member 'UExtractCollisionGeometryTool::PreviewElements' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewMesh) == 0x0000D8, "Member 'UExtractCollisionGeometryTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsInspectorToolBuilder \ +static_assert(alignof(UPhysicsInspectorToolBuilder) == 0x000008, "Wrong alignment on UPhysicsInspectorToolBuilder"); \ +static_assert(sizeof(UPhysicsInspectorToolBuilder) == 0x000028, "Wrong size on UPhysicsInspectorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPhysicsInspectorTool \ +static_assert(alignof(UPhysicsInspectorTool) == 0x000008, "Wrong alignment on UPhysicsInspectorTool"); \ +static_assert(sizeof(UPhysicsInspectorTool) == 0x0000F8, "Wrong size on UPhysicsInspectorTool"); \ +static_assert(offsetof(UPhysicsInspectorTool, VizSettings) == 0x0000C0, "Member 'UPhysicsInspectorTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, ObjectData) == 0x0000C8, "Member 'UPhysicsInspectorTool::ObjectData' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, PreviewElements) == 0x0000D8, "Member 'UPhysicsInspectorTool::PreviewElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryToolBuilder \ +static_assert(alignof(USetCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on USetCollisionGeometryToolBuilder"); \ +static_assert(sizeof(USetCollisionGeometryToolBuilder) == 0x000028, "Wrong size on USetCollisionGeometryToolBuilder"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryToolProperties \ +static_assert(alignof(USetCollisionGeometryToolProperties) == 0x000008, "Wrong alignment on USetCollisionGeometryToolProperties"); \ +static_assert(sizeof(USetCollisionGeometryToolProperties) == 0x000110, "Wrong size on USetCollisionGeometryToolProperties"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, GeometryType) == 0x0000A8, "Member 'USetCollisionGeometryToolProperties::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bAppendToExisting) == 0x0000AC, "Member 'USetCollisionGeometryToolProperties::bAppendToExisting' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseWorldSpace) == 0x0000AD, "Member 'USetCollisionGeometryToolProperties::bUseWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, InputMode) == 0x0000B0, "Member 'USetCollisionGeometryToolProperties::InputMode' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bRemoveContained) == 0x0000B4, "Member 'USetCollisionGeometryToolProperties::bRemoveContained' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bEnableMaxCount) == 0x0000B5, "Member 'USetCollisionGeometryToolProperties::bEnableMaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MaxCount) == 0x0000B8, "Member 'USetCollisionGeometryToolProperties::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MinThickness) == 0x0000BC, "Member 'USetCollisionGeometryToolProperties::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectBoxes) == 0x0000C0, "Member 'USetCollisionGeometryToolProperties::bDetectBoxes' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectSpheres) == 0x0000C1, "Member 'USetCollisionGeometryToolProperties::bDetectSpheres' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectCapsules) == 0x0000C2, "Member 'USetCollisionGeometryToolProperties::bDetectCapsules' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bMergeCollisionShapes) == 0x0000C3, "Member 'USetCollisionGeometryToolProperties::bMergeCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MergeAboveCount) == 0x0000C4, "Member 'USetCollisionGeometryToolProperties::MergeAboveCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseNegativeSpaceInMerge) == 0x0000C8, "Member 'USetCollisionGeometryToolProperties::bUseNegativeSpaceInMerge' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyHulls) == 0x0000C9, "Member 'USetCollisionGeometryToolProperties::bSimplifyHulls' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTargetFaceCount) == 0x0000CC, "Member 'USetCollisionGeometryToolProperties::HullTargetFaceCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MaxHullsPerMesh) == 0x0000D0, "Member 'USetCollisionGeometryToolProperties::MaxHullsPerMesh' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, ConvexDecompositionSearchFactor) == 0x0000D4, "Member 'USetCollisionGeometryToolProperties::ConvexDecompositionSearchFactor' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, AddHullsErrorTolerance) == 0x0000D8, "Member 'USetCollisionGeometryToolProperties::AddHullsErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MinPartThickness) == 0x0000DC, "Member 'USetCollisionGeometryToolProperties::MinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseNegativeSpaceInDecomposition) == 0x0000E0, "Member 'USetCollisionGeometryToolProperties::bUseNegativeSpaceInDecomposition' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, NegativeSpaceTolerance) == 0x0000E8, "Member 'USetCollisionGeometryToolProperties::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, NegativeSpaceMinRadius) == 0x0000F0, "Member 'USetCollisionGeometryToolProperties::NegativeSpaceMinRadius' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bIgnoreInternalNegativeSpace) == 0x0000F8, "Member 'USetCollisionGeometryToolProperties::bIgnoreInternalNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTolerance) == 0x0000FC, "Member 'USetCollisionGeometryToolProperties::HullTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SweepAxis) == 0x000100, "Member 'USetCollisionGeometryToolProperties::SweepAxis' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, LevelSetResolution) == 0x000104, "Member 'USetCollisionGeometryToolProperties::LevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SetCollisionType) == 0x000108, "Member 'USetCollisionGeometryToolProperties::SetCollisionType' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bShowTargetMesh) == 0x00010C, "Member 'USetCollisionGeometryToolProperties::bShowTargetMesh' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUsingMultipleInputs) == 0x00010D, "Member 'USetCollisionGeometryToolProperties::bUsingMultipleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryTool \ +static_assert(alignof(USetCollisionGeometryTool) == 0x000010, "Wrong alignment on USetCollisionGeometryTool"); \ +static_assert(sizeof(USetCollisionGeometryTool) == 0x000380, "Wrong size on USetCollisionGeometryTool"); \ +static_assert(offsetof(USetCollisionGeometryTool, Settings) == 0x0000C8, "Member 'USetCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PolygroupLayerProperties) == 0x0000D0, "Member 'USetCollisionGeometryTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, VizSettings) == 0x0000D8, "Member 'USetCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, CollisionProps) == 0x0000E0, "Member 'USetCollisionGeometryTool::CollisionProps' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PreviewGeom) == 0x0000F0, "Member 'USetCollisionGeometryTool::PreviewGeom' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, GeometrySelectionVizProperties) == 0x000370, "Member 'USetCollisionGeometryTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, GeometrySelectionViz) == 0x000378, "Member 'USetCollisionGeometryTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorToolBuilder \ +static_assert(alignof(USimpleCollisionEditorToolBuilder) == 0x000008, "Wrong alignment on USimpleCollisionEditorToolBuilder"); \ +static_assert(sizeof(USimpleCollisionEditorToolBuilder) == 0x000028, "Wrong size on USimpleCollisionEditorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPlaneCutToolBuilder \ +static_assert(alignof(UPlaneCutToolBuilder) == 0x000008, "Wrong alignment on UPlaneCutToolBuilder"); \ +static_assert(sizeof(UPlaneCutToolBuilder) == 0x000028, "Wrong size on UPlaneCutToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPlaneCutOperatorFactory \ +static_assert(alignof(UPlaneCutOperatorFactory) == 0x000008, "Wrong alignment on UPlaneCutOperatorFactory"); \ +static_assert(sizeof(UPlaneCutOperatorFactory) == 0x000040, "Wrong size on UPlaneCutOperatorFactory"); \ +static_assert(offsetof(UPlaneCutOperatorFactory, CutTool) == 0x000030, "Member 'UPlaneCutOperatorFactory::CutTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneCutTool \ +static_assert(alignof(UPlaneCutTool) == 0x000010, "Wrong alignment on UPlaneCutTool"); \ +static_assert(sizeof(UPlaneCutTool) == 0x000190, "Wrong size on UPlaneCutTool"); \ +static_assert(offsetof(UPlaneCutTool, BasicProperties) == 0x0000B8, "Member 'UPlaneCutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, Previews) == 0x0000C0, "Member 'UPlaneCutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, MeshesToCut) == 0x0000D0, "Member 'UPlaneCutTool::MeshesToCut' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, PlaneMechanic) == 0x0000E0, "Member 'UPlaneCutTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetToolBuilder \ +static_assert(alignof(UProjectToTargetToolBuilder) == 0x000008, "Wrong alignment on UProjectToTargetToolBuilder"); \ +static_assert(sizeof(UProjectToTargetToolBuilder) == 0x000028, "Wrong size on UProjectToTargetToolBuilder"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetToolProperties \ +static_assert(alignof(UProjectToTargetToolProperties) == 0x000008, "Wrong alignment on UProjectToTargetToolProperties"); \ +static_assert(sizeof(UProjectToTargetToolProperties) == 0x000100, "Wrong size on UProjectToTargetToolProperties"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bWorldSpace) == 0x0000E0, "Member 'UProjectToTargetToolProperties::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bParallel) == 0x0000E1, "Member 'UProjectToTargetToolProperties::bParallel' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FaceProjectionPassesPerRemeshIteration) == 0x0000E4, "Member 'UProjectToTargetToolProperties::FaceProjectionPassesPerRemeshIteration' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, SurfaceProjectionSpeed) == 0x0000E8, "Member 'UProjectToTargetToolProperties::SurfaceProjectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, NormalAlignmentSpeed) == 0x0000EC, "Member 'UProjectToTargetToolProperties::NormalAlignmentSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bSmoothInFillAreas) == 0x0000F0, "Member 'UProjectToTargetToolProperties::bSmoothInFillAreas' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaDistanceMultiplier) == 0x0000F4, "Member 'UProjectToTargetToolProperties::FillAreaDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaSmoothMultiplier) == 0x0000F8, "Member 'UProjectToTargetToolProperties::FillAreaSmoothMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemeshMeshTool \ +static_assert(alignof(URemeshMeshTool) == 0x000008, "Wrong alignment on URemeshMeshTool"); \ +static_assert(sizeof(URemeshMeshTool) == 0x000108, "Wrong size on URemeshMeshTool"); \ +static_assert(offsetof(URemeshMeshTool, BasicProperties) == 0x0000C0, "Member 'URemeshMeshTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, MeshStatisticsProperties) == 0x0000C8, "Member 'URemeshMeshTool::MeshStatisticsProperties' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, Preview) == 0x0000D0, "Member 'URemeshMeshTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, MeshElementsDisplay) == 0x0000D8, "Member 'URemeshMeshTool::MeshElementsDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetTool \ +static_assert(alignof(UProjectToTargetTool) == 0x000008, "Wrong alignment on UProjectToTargetTool"); \ +static_assert(sizeof(UProjectToTargetTool) == 0x000118, "Wrong size on UProjectToTargetTool"); \ + +#define DUMPER7_ASSERTS_UMeshStatisticsProperties \ +static_assert(alignof(UMeshStatisticsProperties) == 0x000008, "Wrong alignment on UMeshStatisticsProperties"); \ +static_assert(sizeof(UMeshStatisticsProperties) == 0x0000D8, "Wrong size on UMeshStatisticsProperties"); \ +static_assert(offsetof(UMeshStatisticsProperties, Mesh) == 0x0000A8, "Member 'UMeshStatisticsProperties::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshStatisticsProperties, UV) == 0x0000B8, "Member 'UMeshStatisticsProperties::UV' has a wrong offset!"); \ +static_assert(offsetof(UMeshStatisticsProperties, Attributes) == 0x0000C8, "Member 'UMeshStatisticsProperties::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesToolBuilder \ +static_assert(alignof(URemoveOccludedTrianglesToolBuilder) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesToolBuilder"); \ +static_assert(sizeof(URemoveOccludedTrianglesToolBuilder) == 0x000028, "Wrong size on URemoveOccludedTrianglesToolBuilder"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesToolProperties \ +static_assert(alignof(URemoveOccludedTrianglesToolProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesToolProperties"); \ +static_assert(sizeof(URemoveOccludedTrianglesToolProperties) == 0x0000D8, "Wrong size on URemoveOccludedTrianglesToolProperties"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, OcclusionTestMethod) == 0x0000A8, "Member 'URemoveOccludedTrianglesToolProperties::OcclusionTestMethod' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, TriangleSampling) == 0x0000A9, "Member 'URemoveOccludedTrianglesToolProperties::TriangleSampling' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, WindingIsoValue) == 0x0000B0, "Member 'URemoveOccludedTrianglesToolProperties::WindingIsoValue' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, AddRandomRays) == 0x0000B8, "Member 'URemoveOccludedTrianglesToolProperties::AddRandomRays' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, AddTriangleSamples) == 0x0000BC, "Member 'URemoveOccludedTrianglesToolProperties::AddTriangleSamples' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, bOnlySelfOcclude) == 0x0000C0, "Member 'URemoveOccludedTrianglesToolProperties::bOnlySelfOcclude' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, ShrinkRemoval) == 0x0000C4, "Member 'URemoveOccludedTrianglesToolProperties::ShrinkRemoval' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, MinAreaIsland) == 0x0000C8, "Member 'URemoveOccludedTrianglesToolProperties::MinAreaIsland' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, MinTriCountIsland) == 0x0000D0, "Member 'URemoveOccludedTrianglesToolProperties::MinTriCountIsland' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesToolProperties, Action) == 0x0000D4, "Member 'URemoveOccludedTrianglesToolProperties::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesAdvancedProperties \ +static_assert(alignof(URemoveOccludedTrianglesAdvancedProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesAdvancedProperties"); \ +static_assert(sizeof(URemoveOccludedTrianglesAdvancedProperties) == 0x0000B0, "Wrong size on URemoveOccludedTrianglesAdvancedProperties"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesOperatorFactory \ +static_assert(alignof(URemoveOccludedTrianglesOperatorFactory) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesOperatorFactory"); \ +static_assert(sizeof(URemoveOccludedTrianglesOperatorFactory) == 0x000040, "Wrong size on URemoveOccludedTrianglesOperatorFactory"); \ +static_assert(offsetof(URemoveOccludedTrianglesOperatorFactory, Tool) == 0x000030, "Member 'URemoveOccludedTrianglesOperatorFactory::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesTool \ +static_assert(alignof(URemoveOccludedTrianglesTool) == 0x000010, "Wrong alignment on URemoveOccludedTrianglesTool"); \ +static_assert(sizeof(URemoveOccludedTrianglesTool) == 0x0001D0, "Wrong size on URemoveOccludedTrianglesTool"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, BasicProperties) == 0x0000B8, "Member 'URemoveOccludedTrianglesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, PolygroupLayersProperties) == 0x0000C0, "Member 'URemoveOccludedTrianglesTool::PolygroupLayersProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, AdvancedProperties) == 0x0000C8, "Member 'URemoveOccludedTrianglesTool::AdvancedProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, Previews) == 0x0000D0, "Member 'URemoveOccludedTrianglesTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, PreviewCopies) == 0x0000E0, "Member 'URemoveOccludedTrianglesTool::PreviewCopies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveBoundaryToolBuilder \ +static_assert(alignof(URevolveBoundaryToolBuilder) == 0x000008, "Wrong alignment on URevolveBoundaryToolBuilder"); \ +static_assert(sizeof(URevolveBoundaryToolBuilder) == 0x000028, "Wrong size on URevolveBoundaryToolBuilder"); \ + +#define DUMPER7_ASSERTS_URevolveBoundaryOperatorFactory \ +static_assert(alignof(URevolveBoundaryOperatorFactory) == 0x000008, "Wrong alignment on URevolveBoundaryOperatorFactory"); \ +static_assert(sizeof(URevolveBoundaryOperatorFactory) == 0x000038, "Wrong size on URevolveBoundaryOperatorFactory"); \ +static_assert(offsetof(URevolveBoundaryOperatorFactory, RevolveBoundaryTool) == 0x000030, "Member 'URevolveBoundaryOperatorFactory::RevolveBoundaryTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveBoundaryTool \ +static_assert(alignof(URevolveBoundaryTool) == 0x000010, "Wrong alignment on URevolveBoundaryTool"); \ +static_assert(sizeof(URevolveBoundaryTool) == 0x000210, "Wrong size on URevolveBoundaryTool"); \ +static_assert(offsetof(URevolveBoundaryTool, OutputTypeProperties) == 0x0001B8, "Member 'URevolveBoundaryTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, Settings) == 0x0001C0, "Member 'URevolveBoundaryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, MaterialProperties) == 0x0001C8, "Member 'URevolveBoundaryTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, PlaneMechanic) == 0x0001D0, "Member 'URevolveBoundaryTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, Preview) == 0x0001D8, "Member 'URevolveBoundaryTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKelvinBrushProperties \ +static_assert(alignof(UKelvinBrushProperties) == 0x000008, "Wrong alignment on UKelvinBrushProperties"); \ +static_assert(sizeof(UKelvinBrushProperties) == 0x0000B8, "Wrong size on UKelvinBrushProperties"); \ +static_assert(offsetof(UKelvinBrushProperties, FalloffDistance) == 0x0000A8, "Member 'UKelvinBrushProperties::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(UKelvinBrushProperties, Stiffness) == 0x0000AC, "Member 'UKelvinBrushProperties::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UKelvinBrushProperties, Incompressiblity) == 0x0000B0, "Member 'UKelvinBrushProperties::Incompressiblity' has a wrong offset!"); \ +static_assert(offsetof(UKelvinBrushProperties, BrushSteps) == 0x0000B4, "Member 'UKelvinBrushProperties::BrushSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USculptMaxBrushProperties \ +static_assert(alignof(USculptMaxBrushProperties) == 0x000008, "Wrong alignment on USculptMaxBrushProperties"); \ +static_assert(sizeof(USculptMaxBrushProperties) == 0x0000B0, "Wrong size on USculptMaxBrushProperties"); \ +static_assert(offsetof(USculptMaxBrushProperties, MaxHeight) == 0x0000A8, "Member 'USculptMaxBrushProperties::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushProperties, bFreezeCurrentHeight) == 0x0000AC, "Member 'USculptMaxBrushProperties::bFreezeCurrentHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USeamSculptToolBuilder \ +static_assert(alignof(USeamSculptToolBuilder) == 0x000008, "Wrong alignment on USeamSculptToolBuilder"); \ +static_assert(sizeof(USeamSculptToolBuilder) == 0x000030, "Wrong size on USeamSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_USeamSculptToolProperties \ +static_assert(alignof(USeamSculptToolProperties) == 0x000008, "Wrong alignment on USeamSculptToolProperties"); \ +static_assert(sizeof(USeamSculptToolProperties) == 0x0000B0, "Wrong size on USeamSculptToolProperties"); \ +static_assert(offsetof(USeamSculptToolProperties, bShowWireframe) == 0x0000A8, "Member 'USeamSculptToolProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(USeamSculptToolProperties, bHitBackFaces) == 0x0000A9, "Member 'USeamSculptToolProperties::bHitBackFaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelfUnionMeshesToolProperties \ +static_assert(alignof(USelfUnionMeshesToolProperties) == 0x000008, "Wrong alignment on USelfUnionMeshesToolProperties"); \ +static_assert(sizeof(USelfUnionMeshesToolProperties) == 0x0000B8, "Wrong size on USelfUnionMeshesToolProperties"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, bTrimFlaps) == 0x0000A8, "Member 'USelfUnionMeshesToolProperties::bTrimFlaps' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, bTryFixHoles) == 0x0000A9, "Member 'USelfUnionMeshesToolProperties::bTryFixHoles' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, bTryCollapseEdges) == 0x0000AA, "Member 'USelfUnionMeshesToolProperties::bTryCollapseEdges' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, WindingThreshold) == 0x0000AC, "Member 'USelfUnionMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, bShowNewBoundaryEdges) == 0x0000B0, "Member 'USelfUnionMeshesToolProperties::bShowNewBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesToolProperties, bOnlyUseFirstMeshMaterials) == 0x0000B1, "Member 'USelfUnionMeshesToolProperties::bOnlyUseFirstMeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelfUnionMeshesToolBuilder \ +static_assert(alignof(USelfUnionMeshesToolBuilder) == 0x000008, "Wrong alignment on USelfUnionMeshesToolBuilder"); \ +static_assert(sizeof(USelfUnionMeshesToolBuilder) == 0x000028, "Wrong size on USelfUnionMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UIterativeSmoothProperties \ +static_assert(alignof(UIterativeSmoothProperties) == 0x000008, "Wrong alignment on UIterativeSmoothProperties"); \ +static_assert(sizeof(UIterativeSmoothProperties) == 0x0000B8, "Wrong size on UIterativeSmoothProperties"); \ +static_assert(offsetof(UIterativeSmoothProperties, SmoothingPerStep) == 0x0000A8, "Member 'UIterativeSmoothProperties::SmoothingPerStep' has a wrong offset!"); \ +static_assert(offsetof(UIterativeSmoothProperties, Steps) == 0x0000AC, "Member 'UIterativeSmoothProperties::Steps' has a wrong offset!"); \ +static_assert(offsetof(UIterativeSmoothProperties, bSmoothBoundary) == 0x0000B0, "Member 'UIterativeSmoothProperties::bSmoothBoundary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImplicitSmoothProperties \ +static_assert(alignof(UImplicitSmoothProperties) == 0x000008, "Wrong alignment on UImplicitSmoothProperties"); \ +static_assert(sizeof(UImplicitSmoothProperties) == 0x0000B8, "Wrong size on UImplicitSmoothProperties"); \ +static_assert(offsetof(UImplicitSmoothProperties, SmoothSpeed) == 0x0000A8, "Member 'UImplicitSmoothProperties::SmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(UImplicitSmoothProperties, Smoothness) == 0x0000AC, "Member 'UImplicitSmoothProperties::Smoothness' has a wrong offset!"); \ +static_assert(offsetof(UImplicitSmoothProperties, bPreserveUVs) == 0x0000B0, "Member 'UImplicitSmoothProperties::bPreserveUVs' has a wrong offset!"); \ +static_assert(offsetof(UImplicitSmoothProperties, VolumeCorrection) == 0x0000B4, "Member 'UImplicitSmoothProperties::VolumeCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothWeightMapSetProperties \ +static_assert(alignof(USmoothWeightMapSetProperties) == 0x000008, "Wrong alignment on USmoothWeightMapSetProperties"); \ +static_assert(sizeof(USmoothWeightMapSetProperties) == 0x0000D0, "Wrong size on USmoothWeightMapSetProperties"); \ +static_assert(offsetof(USmoothWeightMapSetProperties, MinSmoothMultiplier) == 0x0000C8, "Member 'USmoothWeightMapSetProperties::MinSmoothMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothMeshTool \ +static_assert(alignof(USmoothMeshTool) == 0x000010, "Wrong alignment on USmoothMeshTool"); \ +static_assert(sizeof(USmoothMeshTool) == 0x000430, "Wrong size on USmoothMeshTool"); \ +static_assert(offsetof(USmoothMeshTool, SmoothProperties) == 0x000408, "Member 'USmoothMeshTool::SmoothProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, IterativeProperties) == 0x000410, "Member 'USmoothMeshTool::IterativeProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, DiffusionProperties) == 0x000418, "Member 'USmoothMeshTool::DiffusionProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, ImplicitProperties) == 0x000420, "Member 'USmoothMeshTool::ImplicitProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, WeightMapProperties) == 0x000428, "Member 'USmoothMeshTool::WeightMapProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothMeshToolBuilder \ +static_assert(alignof(USmoothMeshToolBuilder) == 0x000008, "Wrong alignment on USmoothMeshToolBuilder"); \ +static_assert(sizeof(USmoothMeshToolBuilder) == 0x000028, "Wrong size on USmoothMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_USplitMeshesToolBuilder \ +static_assert(alignof(USplitMeshesToolBuilder) == 0x000008, "Wrong alignment on USplitMeshesToolBuilder"); \ +static_assert(sizeof(USplitMeshesToolBuilder) == 0x000028, "Wrong size on USplitMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_USplitMeshesTool \ +static_assert(alignof(USplitMeshesTool) == 0x000008, "Wrong alignment on USplitMeshesTool"); \ +static_assert(sizeof(USplitMeshesTool) == 0x0000F0, "Wrong size on USplitMeshesTool"); \ +static_assert(offsetof(USplitMeshesTool, BasicProperties) == 0x0000B8, "Member 'USplitMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesTool, OutputTypeProperties) == 0x0000C0, "Member 'USplitMeshesTool::OutputTypeProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransferMeshToolProperties_GetSourceLODNamesFunc \ +static_assert(alignof(TransferMeshToolProperties_GetSourceLODNamesFunc) == 0x000008, "Wrong alignment on TransferMeshToolProperties_GetSourceLODNamesFunc"); \ +static_assert(sizeof(TransferMeshToolProperties_GetSourceLODNamesFunc) == 0x000010, "Wrong size on TransferMeshToolProperties_GetSourceLODNamesFunc"); \ +static_assert(offsetof(TransferMeshToolProperties_GetSourceLODNamesFunc, ReturnValue) == 0x000000, "Member 'TransferMeshToolProperties_GetSourceLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransferMeshToolProperties_GetTargetLODNamesFunc \ +static_assert(alignof(TransferMeshToolProperties_GetTargetLODNamesFunc) == 0x000008, "Wrong alignment on TransferMeshToolProperties_GetTargetLODNamesFunc"); \ +static_assert(sizeof(TransferMeshToolProperties_GetTargetLODNamesFunc) == 0x000010, "Wrong size on TransferMeshToolProperties_GetTargetLODNamesFunc"); \ +static_assert(offsetof(TransferMeshToolProperties_GetTargetLODNamesFunc, ReturnValue) == 0x000000, "Member 'TransferMeshToolProperties_GetTargetLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransferMeshToolProperties \ +static_assert(alignof(UTransferMeshToolProperties) == 0x000008, "Wrong alignment on UTransferMeshToolProperties"); \ +static_assert(sizeof(UTransferMeshToolProperties) == 0x000120, "Wrong size on UTransferMeshToolProperties"); \ +static_assert(offsetof(UTransferMeshToolProperties, bTransferMaterials) == 0x0000A8, "Member 'UTransferMeshToolProperties::bTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bTransferCollision) == 0x0000A9, "Member 'UTransferMeshToolProperties::bTransferCollision' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, SourceLOD) == 0x0000B0, "Member 'UTransferMeshToolProperties::SourceLOD' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, TargetLod) == 0x0000C0, "Member 'UTransferMeshToolProperties::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bIsStaticMeshSource) == 0x0000D0, "Member 'UTransferMeshToolProperties::bIsStaticMeshSource' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, SourceLODNamesList) == 0x0000D8, "Member 'UTransferMeshToolProperties::SourceLODNamesList' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, TargetLODNamesList) == 0x0000F8, "Member 'UTransferMeshToolProperties::TargetLODNamesList' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bIsStaticMeshTarget) == 0x000118, "Member 'UTransferMeshToolProperties::bIsStaticMeshTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformMeshesToolBuilder \ +static_assert(alignof(UTransformMeshesToolBuilder) == 0x000008, "Wrong alignment on UTransformMeshesToolBuilder"); \ +static_assert(sizeof(UTransformMeshesToolBuilder) == 0x000028, "Wrong size on UTransformMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UTransformMeshesToolProperties \ +static_assert(alignof(UTransformMeshesToolProperties) == 0x000008, "Wrong alignment on UTransformMeshesToolProperties"); \ +static_assert(sizeof(UTransformMeshesToolProperties) == 0x0000B0, "Wrong size on UTransformMeshesToolProperties"); \ +static_assert(offsetof(UTransformMeshesToolProperties, TransformMode) == 0x0000A8, "Member 'UTransformMeshesToolProperties::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, bApplyToInstances) == 0x0000A9, "Member 'UTransformMeshesToolProperties::bApplyToInstances' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, bSetPivotMode) == 0x0000AA, "Member 'UTransformMeshesToolProperties::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, bEnableSnapDragging) == 0x0000AB, "Member 'UTransformMeshesToolProperties::bEnableSnapDragging' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, SnapDragSource) == 0x0000AC, "Member 'UTransformMeshesToolProperties::SnapDragSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, RotationMode) == 0x0000AD, "Member 'UTransformMeshesToolProperties::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesToolProperties, bHaveInstances) == 0x0000AE, "Member 'UTransformMeshesToolProperties::bHaveInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformMeshesTool \ +static_assert(alignof(UTransformMeshesTool) == 0x000010, "Wrong alignment on UTransformMeshesTool"); \ +static_assert(sizeof(UTransformMeshesTool) == 0x0001A0, "Wrong size on UTransformMeshesTool"); \ +static_assert(offsetof(UTransformMeshesTool, TransformProps) == 0x0000C8, "Member 'UTransformMeshesTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, ActiveGizmos) == 0x0000D0, "Member 'UTransformMeshesTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, DragAlignmentMechanic) == 0x0000E0, "Member 'UTransformMeshesTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesToolProperties \ +static_assert(alignof(UTriangulateSplinesToolProperties) == 0x000008, "Wrong alignment on UTriangulateSplinesToolProperties"); \ +static_assert(sizeof(UTriangulateSplinesToolProperties) == 0x0000E0, "Wrong size on UTriangulateSplinesToolProperties"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, ErrorTolerance) == 0x0000A8, "Member 'UTriangulateSplinesToolProperties::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, FlattenMethod) == 0x0000B0, "Member 'UTriangulateSplinesToolProperties::FlattenMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, CombineMethod) == 0x0000B1, "Member 'UTriangulateSplinesToolProperties::CombineMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, Thickness) == 0x0000B8, "Member 'UTriangulateSplinesToolProperties::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, bFlipResult) == 0x0000C0, "Member 'UTriangulateSplinesToolProperties::bFlipResult' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, OpenCurves) == 0x0000C1, "Member 'UTriangulateSplinesToolProperties::OpenCurves' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, CurveOffset) == 0x0000C8, "Member 'UTriangulateSplinesToolProperties::CurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, OffsetClosedCurves) == 0x0000D0, "Member 'UTriangulateSplinesToolProperties::OffsetClosedCurves' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, EndShapes) == 0x0000D1, "Member 'UTriangulateSplinesToolProperties::EndShapes' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, JoinMethod) == 0x0000D2, "Member 'UTriangulateSplinesToolProperties::JoinMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, MiterLimit) == 0x0000D8, "Member 'UTriangulateSplinesToolProperties::MiterLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesTool \ +static_assert(alignof(UTriangulateSplinesTool) == 0x000008, "Wrong alignment on UTriangulateSplinesTool"); \ +static_assert(sizeof(UTriangulateSplinesTool) == 0x0000F8, "Wrong size on UTriangulateSplinesTool"); \ +static_assert(offsetof(UTriangulateSplinesTool, TriangulateProperties) == 0x0000A8, "Member 'UTriangulateSplinesTool::TriangulateProperties' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesTool, OutputTypeProperties) == 0x0000B0, "Member 'UTriangulateSplinesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesTool, Preview) == 0x0000B8, "Member 'UTriangulateSplinesTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesTool, TargetWorld) == 0x0000C0, "Member 'UTriangulateSplinesTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesTool, ActorsWithSplines) == 0x0000C8, "Member 'UTriangulateSplinesTool::ActorsWithSplines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesToolBuilder \ +static_assert(alignof(UTriangulateSplinesToolBuilder) == 0x000008, "Wrong alignment on UTriangulateSplinesToolBuilder"); \ +static_assert(sizeof(UTriangulateSplinesToolBuilder) == 0x000028, "Wrong size on UTriangulateSplinesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVolumeToMeshToolBuilder \ +static_assert(alignof(UVolumeToMeshToolBuilder) == 0x000008, "Wrong alignment on UVolumeToMeshToolBuilder"); \ +static_assert(sizeof(UVolumeToMeshToolBuilder) == 0x000028, "Wrong size on UVolumeToMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVolumeToMeshTool \ +static_assert(alignof(UVolumeToMeshTool) == 0x000008, "Wrong alignment on UVolumeToMeshTool"); \ +static_assert(sizeof(UVolumeToMeshTool) == 0x000300, "Wrong size on UVolumeToMeshTool"); \ +static_assert(offsetof(UVolumeToMeshTool, Settings) == 0x000098, "Member 'UVolumeToMeshTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, OutputTypeProperties) == 0x0000A0, "Member 'UVolumeToMeshTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, PreviewMesh) == 0x0000A8, "Member 'UVolumeToMeshTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, TargetVolume) == 0x0000B0, "Member 'UVolumeToMeshTool::TargetVolume' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, VolumeEdgesSet) == 0x0000C8, "Member 'UVolumeToMeshTool::VolumeEdgesSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelBlendMeshesTool \ +static_assert(alignof(UVoxelBlendMeshesTool) == 0x000008, "Wrong alignment on UVoxelBlendMeshesTool"); \ +static_assert(sizeof(UVoxelBlendMeshesTool) == 0x000128, "Wrong size on UVoxelBlendMeshesTool"); \ +static_assert(offsetof(UVoxelBlendMeshesTool, BlendProperties) == 0x000120, "Member 'UVoxelBlendMeshesTool::BlendProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolProperties \ +static_assert(alignof(UVoxelMorphologyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolProperties"); \ +static_assert(sizeof(UVoxelMorphologyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelMorphologyMeshesToolProperties"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Operation) == 0x0000A8, "Member 'UVoxelMorphologyMeshesToolProperties::Operation' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Distance) == 0x0000B0, "Member 'UVoxelMorphologyMeshesToolProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bVoxWrap) == 0x0000B8, "Member 'UVoxelMorphologyMeshesToolProperties::bVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bRemoveInternalsAfterVoxWrap) == 0x0000B9, "Member 'UVoxelMorphologyMeshesToolProperties::bRemoveInternalsAfterVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelMorphologyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesTool \ +static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ +static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000128, "Wrong size on UVoxelMorphologyMeshesTool"); \ +static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000120, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolBuilder \ +static_assert(alignof(UVoxelMorphologyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelMorphologyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelMorphologyMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesTool \ +static_assert(alignof(UVoxelSolidifyMeshesTool) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesTool"); \ +static_assert(sizeof(UVoxelSolidifyMeshesTool) == 0x000128, "Wrong size on UVoxelSolidifyMeshesTool"); \ +static_assert(offsetof(UVoxelSolidifyMeshesTool, SolidifyProperties) == 0x000120, "Member 'UVoxelSolidifyMeshesTool::SolidifyProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesOperatorFactory \ +static_assert(alignof(UWeldMeshEdgesOperatorFactory) == 0x000008, "Wrong alignment on UWeldMeshEdgesOperatorFactory"); \ +static_assert(sizeof(UWeldMeshEdgesOperatorFactory) == 0x000038, "Wrong size on UWeldMeshEdgesOperatorFactory"); \ +static_assert(offsetof(UWeldMeshEdgesOperatorFactory, WeldMeshEdgesTool) == 0x000030, "Member 'UWeldMeshEdgesOperatorFactory::WeldMeshEdgesTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshReadLOD \ +static_assert(alignof(FGeometryScriptMeshReadLOD) == 0x000004, "Wrong alignment on FGeometryScriptMeshReadLOD"); \ +static_assert(sizeof(FGeometryScriptMeshReadLOD) == 0x000008, "Wrong size on FGeometryScriptMeshReadLOD"); \ +static_assert(offsetof(FGeometryScriptMeshReadLOD, LODType) == 0x000000, "Member 'FGeometryScriptMeshReadLOD::LODType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshReadLOD, LODIndex) == 0x000004, "Member 'FGeometryScriptMeshReadLOD::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshWriteLOD \ +static_assert(alignof(FGeometryScriptMeshWriteLOD) == 0x000004, "Wrong alignment on FGeometryScriptMeshWriteLOD"); \ +static_assert(sizeof(FGeometryScriptMeshWriteLOD) == 0x000008, "Wrong size on FGeometryScriptMeshWriteLOD"); \ +static_assert(offsetof(FGeometryScriptMeshWriteLOD, bWriteHiResSource) == 0x000000, "Member 'FGeometryScriptMeshWriteLOD::bWriteHiResSource' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshWriteLOD, LODIndex) == 0x000004, "Member 'FGeometryScriptMeshWriteLOD::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleCollision \ +static_assert(alignof(FGeometryScriptSimpleCollision) == 0x000008, "Wrong alignment on FGeometryScriptSimpleCollision"); \ +static_assert(sizeof(FGeometryScriptSimpleCollision) == 0x000080, "Wrong size on FGeometryScriptSimpleCollision"); \ +static_assert(offsetof(FGeometryScriptSimpleCollision, AggGeom) == 0x000000, "Member 'FGeometryScriptSimpleCollision::AggGeom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSphereCovering \ +static_assert(alignof(FGeometryScriptSphereCovering) == 0x000008, "Wrong alignment on FGeometryScriptSphereCovering"); \ +static_assert(sizeof(FGeometryScriptSphereCovering) == 0x000010, "Wrong size on FGeometryScriptSphereCovering"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleCollisionTriangulationOptions \ +static_assert(alignof(FGeometryScriptSimpleCollisionTriangulationOptions) == 0x000004, "Wrong alignment on FGeometryScriptSimpleCollisionTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptSimpleCollisionTriangulationOptions) == 0x000010, "Wrong size on FGeometryScriptSimpleCollisionTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, SphereStepsPerSide) == 0x000000, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::SphereStepsPerSide' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, CapsuleHemisphereSteps) == 0x000004, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::CapsuleHemisphereSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, CapsuleCircleSteps) == 0x000008, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::CapsuleCircleSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, bApproximateLevelSetsWithCubes) == 0x00000C, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::bApproximateLevelSetsWithCubes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTriangle \ +static_assert(alignof(FGeometryScriptTriangle) == 0x000008, "Wrong alignment on FGeometryScriptTriangle"); \ +static_assert(sizeof(FGeometryScriptTriangle) == 0x000048, "Wrong size on FGeometryScriptTriangle"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector0) == 0x000000, "Member 'FGeometryScriptTriangle::Vector0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector1) == 0x000018, "Member 'FGeometryScriptTriangle::Vector1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector2) == 0x000030, "Member 'FGeometryScriptTriangle::Vector2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTrianglePoint \ +static_assert(alignof(FGeometryScriptTrianglePoint) == 0x000008, "Wrong alignment on FGeometryScriptTrianglePoint"); \ +static_assert(sizeof(FGeometryScriptTrianglePoint) == 0x000038, "Wrong size on FGeometryScriptTrianglePoint"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, bValid) == 0x000000, "Member 'FGeometryScriptTrianglePoint::bValid' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, TriangleID) == 0x000004, "Member 'FGeometryScriptTrianglePoint::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, position) == 0x000008, "Member 'FGeometryScriptTrianglePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, BaryCoords) == 0x000020, "Member 'FGeometryScriptTrianglePoint::BaryCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUVTriangle \ +static_assert(alignof(FGeometryScriptUVTriangle) == 0x000008, "Wrong alignment on FGeometryScriptUVTriangle"); \ +static_assert(sizeof(FGeometryScriptUVTriangle) == 0x000030, "Wrong size on FGeometryScriptUVTriangle"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV0) == 0x000000, "Member 'FGeometryScriptUVTriangle::UV0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV1) == 0x000010, "Member 'FGeometryScriptUVTriangle::UV1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV2) == 0x000020, "Member 'FGeometryScriptUVTriangle::UV2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptColorFlags \ +static_assert(alignof(FGeometryScriptColorFlags) == 0x000001, "Wrong alignment on FGeometryScriptColorFlags"); \ +static_assert(sizeof(FGeometryScriptColorFlags) == 0x000004, "Wrong size on FGeometryScriptColorFlags"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bRed) == 0x000000, "Member 'FGeometryScriptColorFlags::bRed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bGreen) == 0x000001, "Member 'FGeometryScriptColorFlags::bGreen' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bBlue) == 0x000002, "Member 'FGeometryScriptColorFlags::bBlue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bAlpha) == 0x000003, "Member 'FGeometryScriptColorFlags::bAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptGroupLayer \ +static_assert(alignof(FGeometryScriptGroupLayer) == 0x000004, "Wrong alignment on FGeometryScriptGroupLayer"); \ +static_assert(sizeof(FGeometryScriptGroupLayer) == 0x000008, "Wrong size on FGeometryScriptGroupLayer"); \ +static_assert(offsetof(FGeometryScriptGroupLayer, bDefaultLayer) == 0x000000, "Member 'FGeometryScriptGroupLayer::bDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptGroupLayer, ExtendedLayerIndex) == 0x000004, "Member 'FGeometryScriptGroupLayer::ExtendedLayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIndexList \ +static_assert(alignof(FGeometryScriptIndexList) == 0x000008, "Wrong alignment on FGeometryScriptIndexList"); \ +static_assert(sizeof(FGeometryScriptIndexList) == 0x000018, "Wrong size on FGeometryScriptIndexList"); \ +static_assert(offsetof(FGeometryScriptIndexList, IndexType) == 0x000000, "Member 'FGeometryScriptIndexList::IndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTriangleList \ +static_assert(alignof(FGeometryScriptTriangleList) == 0x000008, "Wrong alignment on FGeometryScriptTriangleList"); \ +static_assert(sizeof(FGeometryScriptTriangleList) == 0x000010, "Wrong size on FGeometryScriptTriangleList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptScalarList \ +static_assert(alignof(FGeometryScriptScalarList) == 0x000008, "Wrong alignment on FGeometryScriptScalarList"); \ +static_assert(sizeof(FGeometryScriptScalarList) == 0x000010, "Wrong size on FGeometryScriptScalarList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptVectorList \ +static_assert(alignof(FGeometryScriptVectorList) == 0x000008, "Wrong alignment on FGeometryScriptVectorList"); \ +static_assert(sizeof(FGeometryScriptVectorList) == 0x000010, "Wrong size on FGeometryScriptVectorList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUVList \ +static_assert(alignof(FGeometryScriptUVList) == 0x000008, "Wrong alignment on FGeometryScriptUVList"); \ +static_assert(sizeof(FGeometryScriptUVList) == 0x000010, "Wrong size on FGeometryScriptUVList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptColorList \ +static_assert(alignof(FGeometryScriptColorList) == 0x000008, "Wrong alignment on FGeometryScriptColorList"); \ +static_assert(sizeof(FGeometryScriptColorList) == 0x000010, "Wrong size on FGeometryScriptColorList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolyPath \ +static_assert(alignof(FGeometryScriptPolyPath) == 0x000008, "Wrong alignment on FGeometryScriptPolyPath"); \ +static_assert(sizeof(FGeometryScriptPolyPath) == 0x000018, "Wrong size on FGeometryScriptPolyPath"); \ +static_assert(offsetof(FGeometryScriptPolyPath, bClosedLoop) == 0x000010, "Member 'FGeometryScriptPolyPath::bClosedLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimplePolygon \ +static_assert(alignof(FGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on FGeometryScriptSimplePolygon"); \ +static_assert(sizeof(FGeometryScriptSimplePolygon) == 0x000010, "Wrong size on FGeometryScriptSimplePolygon"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptGeneralPolygonList \ +static_assert(alignof(FGeometryScriptGeneralPolygonList) == 0x000008, "Wrong alignment on FGeometryScriptGeneralPolygonList"); \ +static_assert(sizeof(FGeometryScriptGeneralPolygonList) == 0x000010, "Wrong size on FGeometryScriptGeneralPolygonList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDynamicMeshBVH \ +static_assert(alignof(FGeometryScriptDynamicMeshBVH) == 0x000008, "Wrong alignment on FGeometryScriptDynamicMeshBVH"); \ +static_assert(sizeof(FGeometryScriptDynamicMeshBVH) == 0x000020, "Wrong size on FGeometryScriptDynamicMeshBVH"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureCamera \ +static_assert(alignof(FGeometryScriptRenderCaptureCamera) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureCamera"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureCamera) == 0x000048, "Wrong size on FGeometryScriptRenderCaptureCamera"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, Resolution) == 0x000000, "Member 'FGeometryScriptRenderCaptureCamera::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, FieldOfViewDegrees) == 0x000008, "Member 'FGeometryScriptRenderCaptureCamera::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, ViewPosition) == 0x000010, "Member 'FGeometryScriptRenderCaptureCamera::ViewPosition' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, ViewDirection) == 0x000028, "Member 'FGeometryScriptRenderCaptureCamera::ViewDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, NearPlaneDist) == 0x000040, "Member 'FGeometryScriptRenderCaptureCamera::NearPlaneDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureCamerasForBoxOptions \ +static_assert(alignof(FGeometryScriptRenderCaptureCamerasForBoxOptions) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureCamerasForBoxOptions"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureCamerasForBoxOptions) == 0x000028, "Wrong size on FGeometryScriptRenderCaptureCamerasForBoxOptions"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, Resolution) == 0x000000, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, FieldOfViewDegrees) == 0x000008, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromBoxFaces) == 0x000010, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromBoxFaces' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromUpperCorners) == 0x000011, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromUpperCorners' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromLowerCorners) == 0x000012, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromLowerCorners' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromUpperEdges) == 0x000013, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromUpperEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromLowerEdges) == 0x000014, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromLowerEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromSideEdges) == 0x000015, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromSideEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, ExtraViewFromPositions) == 0x000018, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::ExtraViewFromPositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDebugMessage \ +static_assert(alignof(FGeometryScriptDebugMessage) == 0x000008, "Wrong alignment on FGeometryScriptDebugMessage"); \ +static_assert(sizeof(FGeometryScriptDebugMessage) == 0x000018, "Wrong size on FGeometryScriptDebugMessage"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, MessageType) == 0x000000, "Member 'FGeometryScriptDebugMessage::MessageType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, ErrorType) == 0x000001, "Member 'FGeometryScriptDebugMessage::ErrorType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, Message) == 0x000008, "Member 'FGeometryScriptDebugMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCollisionFromMeshOptions \ +static_assert(alignof(FGeometryScriptCollisionFromMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptCollisionFromMeshOptions"); \ +static_assert(sizeof(FGeometryScriptCollisionFromMeshOptions) == 0x000030, "Wrong size on FGeometryScriptCollisionFromMeshOptions"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bEmitTransaction) == 0x000000, "Member 'FGeometryScriptCollisionFromMeshOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, Method) == 0x000001, "Member 'FGeometryScriptCollisionFromMeshOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectSpheres) == 0x000002, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectSpheres' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectBoxes) == 0x000003, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectBoxes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectCapsules) == 0x000004, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectCapsules' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MinThickness) == 0x000008, "Member 'FGeometryScriptCollisionFromMeshOptions::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bSimplifyHulls) == 0x00000C, "Member 'FGeometryScriptCollisionFromMeshOptions::bSimplifyHulls' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexHullTargetFaceCount) == 0x000010, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexHullTargetFaceCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MaxConvexHullsPerMesh) == 0x000014, "Member 'FGeometryScriptCollisionFromMeshOptions::MaxConvexHullsPerMesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionSearchFactor) == 0x000018, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionSearchFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionErrorTolerance) == 0x00001C, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionMinPartThickness) == 0x000020, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionMinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, SweptHullSimplifyTolerance) == 0x000024, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullSimplifyTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, SweptHullAxis) == 0x000028, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullAxis' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bRemoveFullyContainedShapes) == 0x000029, "Member 'FGeometryScriptCollisionFromMeshOptions::bRemoveFullyContainedShapes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MaxShapeCount) == 0x00002C, "Member 'FGeometryScriptCollisionFromMeshOptions::MaxShapeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSetSimpleCollisionOptions \ +static_assert(alignof(FGeometryScriptSetSimpleCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptSetSimpleCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptSetSimpleCollisionOptions) == 0x000001, "Wrong size on FGeometryScriptSetSimpleCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptSetSimpleCollisionOptions, bEmitTransaction) == 0x000000, "Member 'FGeometryScriptSetSimpleCollisionOptions::bEmitTransaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSetStaticMeshCollisionOptions \ +static_assert(alignof(FGeometryScriptSetStaticMeshCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptSetStaticMeshCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptSetStaticMeshCollisionOptions) == 0x000001, "Wrong size on FGeometryScriptSetStaticMeshCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptSetStaticMeshCollisionOptions, bMarkAsCustomized) == 0x000000, "Member 'FGeometryScriptSetStaticMeshCollisionOptions::bMarkAsCustomized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeNegativeSpaceOptions \ +static_assert(alignof(FComputeNegativeSpaceOptions) == 0x000008, "Wrong alignment on FComputeNegativeSpaceOptions"); \ +static_assert(sizeof(FComputeNegativeSpaceOptions) == 0x000028, "Wrong size on FComputeNegativeSpaceOptions"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, SampleMethod) == 0x000000, "Member 'FComputeNegativeSpaceOptions::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, bRequireSearchSampleCoverage) == 0x000001, "Member 'FComputeNegativeSpaceOptions::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, bOnlyConnectedToHull) == 0x000002, "Member 'FComputeNegativeSpaceOptions::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MaxVoxelsPerDim) == 0x000004, "Member 'FComputeNegativeSpaceOptions::MaxVoxelsPerDim' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, TargetNumSamples) == 0x000008, "Member 'FComputeNegativeSpaceOptions::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MinSampleSpacing) == 0x000010, "Member 'FComputeNegativeSpaceOptions::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, NegativeSpaceTolerance) == 0x000018, "Member 'FComputeNegativeSpaceOptions::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MinRadius) == 0x000020, "Member 'FComputeNegativeSpaceOptions::MinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMergeSimpleCollisionOptions \ +static_assert(alignof(FGeometryScriptMergeSimpleCollisionOptions) == 0x000008, "Wrong alignment on FGeometryScriptMergeSimpleCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptMergeSimpleCollisionOptions) == 0x000070, "Wrong size on FGeometryScriptMergeSimpleCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, MaxShapeCount) == 0x000000, "Member 'FGeometryScriptMergeSimpleCollisionOptions::MaxShapeCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ErrorTolerance) == 0x000008, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, MinThicknessTolerance) == 0x000010, "Member 'FGeometryScriptMergeSimpleCollisionOptions::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, bConsiderAllPossibleMerges) == 0x000018, "Member 'FGeometryScriptMergeSimpleCollisionOptions::bConsiderAllPossibleMerges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, PrecomputedNegativeSpace) == 0x000020, "Member 'FGeometryScriptMergeSimpleCollisionOptions::PrecomputedNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, bComputeNegativeSpace) == 0x000030, "Member 'FGeometryScriptMergeSimpleCollisionOptions::bComputeNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ComputeNegativeSpaceOptions) == 0x000038, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ComputeNegativeSpaceOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ShapeToHullTriangulation) == 0x000060, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ShapeToHullTriangulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullSimplificationOptions \ +static_assert(alignof(FGeometryScriptConvexHullSimplificationOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullSimplificationOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullSimplificationOptions) == 0x000010, "Wrong size on FGeometryScriptConvexHullSimplificationOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationMethod) == 0x000000, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationDistanceThreshold) == 0x000004, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationAngleThreshold) == 0x000008, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, MinTargetFaceCount) == 0x00000C, "Member 'FGeometryScriptConvexHullSimplificationOptions::MinTargetFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullApproximationOptions \ +static_assert(alignof(FGeometryScriptConvexHullApproximationOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullApproximationOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullApproximationOptions) == 0x00000C, "Wrong size on FGeometryScriptConvexHullApproximationOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, bFitSpheres) == 0x000000, "Member 'FGeometryScriptConvexHullApproximationOptions::bFitSpheres' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, bFitBoxes) == 0x000001, "Member 'FGeometryScriptConvexHullApproximationOptions::bFitBoxes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, DistanceThreshold) == 0x000004, "Member 'FGeometryScriptConvexHullApproximationOptions::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, VolumeDiffThreshold_Fraction) == 0x000008, "Member 'FGeometryScriptConvexHullApproximationOptions::VolumeDiffThreshold_Fraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTransformCollisionOptions \ +static_assert(alignof(FGeometryScriptTransformCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptTransformCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptTransformCollisionOptions) == 0x000002, "Wrong size on FGeometryScriptTransformCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptTransformCollisionOptions, bWarnOnInvalidTransforms) == 0x000000, "Member 'FGeometryScriptTransformCollisionOptions::bWarnOnInvalidTransforms' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransformCollisionOptions, bCenterTransformPivotPerShape) == 0x000001, "Member 'FGeometryScriptTransformCollisionOptions::bCenterTransformPivotPerShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullOptions \ +static_assert(alignof(FGeometryScriptConvexHullOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullOptions) == 0x00000C, "Wrong size on FGeometryScriptConvexHullOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, bPrefilterVertices) == 0x000000, "Member 'FGeometryScriptConvexHullOptions::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, PrefilterGridResolution) == 0x000004, "Member 'FGeometryScriptConvexHullOptions::PrefilterGridResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, SimplifyToFaceCount) == 0x000008, "Member 'FGeometryScriptConvexHullOptions::SimplifyToFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSweptHullOptions \ +static_assert(alignof(FGeometryScriptSweptHullOptions) == 0x000004, "Wrong alignment on FGeometryScriptSweptHullOptions"); \ +static_assert(sizeof(FGeometryScriptSweptHullOptions) == 0x000018, "Wrong size on FGeometryScriptSweptHullOptions"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, bPrefilterVertices) == 0x000000, "Member 'FGeometryScriptSweptHullOptions::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, PrefilterGridResolution) == 0x000004, "Member 'FGeometryScriptSweptHullOptions::PrefilterGridResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, MinThickness) == 0x000008, "Member 'FGeometryScriptSweptHullOptions::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, bSimplify) == 0x00000C, "Member 'FGeometryScriptSweptHullOptions::bSimplify' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, MinEdgeLength) == 0x000010, "Member 'FGeometryScriptSweptHullOptions::MinEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, SimplifyTolerance) == 0x000014, "Member 'FGeometryScriptSweptHullOptions::SimplifyTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexDecompositionOptions \ +static_assert(alignof(FGeometryScriptConvexDecompositionOptions) == 0x000008, "Wrong alignment on FGeometryScriptConvexDecompositionOptions"); \ +static_assert(sizeof(FGeometryScriptConvexDecompositionOptions) == 0x000028, "Wrong size on FGeometryScriptConvexDecompositionOptions"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, NumHulls) == 0x000000, "Member 'FGeometryScriptConvexDecompositionOptions::NumHulls' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, SearchFactor) == 0x000008, "Member 'FGeometryScriptConvexDecompositionOptions::SearchFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, ErrorTolerance) == 0x000010, "Member 'FGeometryScriptConvexDecompositionOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, MinPartThickness) == 0x000018, "Member 'FGeometryScriptConvexDecompositionOptions::MinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, SimplifyToFaceCount) == 0x000020, "Member 'FGeometryScriptConvexDecompositionOptions::SimplifyToFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshSelection \ +static_assert(alignof(FGeometryScriptMeshSelection) == 0x000008, "Wrong alignment on FGeometryScriptMeshSelection"); \ +static_assert(sizeof(FGeometryScriptMeshSelection) == 0x000010, "Wrong size on FGeometryScriptMeshSelection"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshFromAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopyMeshFromAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000004, "Wrong size on FGeometryScriptCopyMeshFromAssetOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bApplyBuildSettings) == 0x000000, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bApplyBuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bRequestTangents) == 0x000001, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bRequestTangents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bIgnoreRemoveDegenerates) == 0x000002, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bIgnoreRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bUseBuildScale) == 0x000003, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bUseBuildScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptNaniteOptions \ +static_assert(alignof(FGeometryScriptNaniteOptions) == 0x000004, "Wrong alignment on FGeometryScriptNaniteOptions"); \ +static_assert(sizeof(FGeometryScriptNaniteOptions) == 0x00000C, "Wrong size on FGeometryScriptNaniteOptions"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, bEnabled) == 0x000000, "Member 'FGeometryScriptNaniteOptions::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, FallbackPercentTriangles) == 0x000004, "Member 'FGeometryScriptNaniteOptions::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, FallbackRelativeError) == 0x000008, "Member 'FGeometryScriptNaniteOptions::FallbackRelativeError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshToAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMeshToAssetOptions) == 0x000008, "Wrong alignment on FGeometryScriptCopyMeshToAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshToAssetOptions) == 0x000080, "Wrong size on FGeometryScriptCopyMeshToAssetOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bEnableRecomputeNormals) == 0x000000, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEnableRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bEnableRecomputeTangents) == 0x000001, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEnableRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bEnableRemoveDegenerates) == 0x000002, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEnableRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bUseBuildScale) == 0x000003, "Member 'FGeometryScriptCopyMeshToAssetOptions::bUseBuildScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bReplaceMaterials) == 0x000004, "Member 'FGeometryScriptCopyMeshToAssetOptions::bReplaceMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewMaterials) == 0x000008, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewMaterialSlotNames) == 0x000018, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewMaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bApplyNaniteSettings) == 0x000028, "Member 'FGeometryScriptCopyMeshToAssetOptions::bApplyNaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NaniteSettings) == 0x00002C, "Member 'FGeometryScriptCopyMeshToAssetOptions::NaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewNaniteSettings) == 0x000038, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewNaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bEmitTransaction) == 0x000078, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bDeferMeshPostEditChange) == 0x000079, "Member 'FGeometryScriptCopyMeshToAssetOptions::bDeferMeshPostEditChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTypeOptions \ +static_assert(alignof(FGeometryScriptBakeTypeOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeTypeOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTypeOptions) == 0x000018, "Wrong size on FGeometryScriptBakeTypeOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTypeOptions, BakeType) == 0x000000, "Member 'FGeometryScriptBakeTypeOptions::BakeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTextureOptions \ +static_assert(alignof(FGeometryScriptBakeTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeTextureOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTextureOptions) == 0x000020, "Wrong size on FGeometryScriptBakeTextureOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, Resolution) == 0x000000, "Member 'FGeometryScriptBakeTextureOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, BitDepth) == 0x000001, "Member 'FGeometryScriptBakeTextureOptions::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, SamplesPerPixel) == 0x000002, "Member 'FGeometryScriptBakeTextureOptions::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, SampleFilterMask) == 0x000008, "Member 'FGeometryScriptBakeTextureOptions::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, FilteringType) == 0x000010, "Member 'FGeometryScriptBakeTextureOptions::FilteringType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, ProjectionDistance) == 0x000014, "Member 'FGeometryScriptBakeTextureOptions::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, bProjectionInWorldSpace) == 0x000018, "Member 'FGeometryScriptBakeTextureOptions::bProjectionInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeVertexOptions \ +static_assert(alignof(FGeometryScriptBakeVertexOptions) == 0x000004, "Wrong alignment on FGeometryScriptBakeVertexOptions"); \ +static_assert(sizeof(FGeometryScriptBakeVertexOptions) == 0x00000C, "Wrong size on FGeometryScriptBakeVertexOptions"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bSplitAtNormalSeams) == 0x000000, "Member 'FGeometryScriptBakeVertexOptions::bSplitAtNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bSplitAtUVSeams) == 0x000001, "Member 'FGeometryScriptBakeVertexOptions::bSplitAtUVSeams' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, ProjectionDistance) == 0x000004, "Member 'FGeometryScriptBakeVertexOptions::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bProjectionInWorldSpace) == 0x000008, "Member 'FGeometryScriptBakeVertexOptions::bProjectionInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeOutputType \ +static_assert(alignof(FGeometryScriptBakeOutputType) == 0x000008, "Wrong alignment on FGeometryScriptBakeOutputType"); \ +static_assert(sizeof(FGeometryScriptBakeOutputType) == 0x000080, "Wrong size on FGeometryScriptBakeOutputType"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, OutputMode) == 0x000000, "Member 'FGeometryScriptBakeOutputType::OutputMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, RGBA) == 0x000008, "Member 'FGeometryScriptBakeOutputType::RGBA' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, R) == 0x000020, "Member 'FGeometryScriptBakeOutputType::R' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, G) == 0x000038, "Member 'FGeometryScriptBakeOutputType::G' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, B) == 0x000050, "Member 'FGeometryScriptBakeOutputType::B' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, A) == 0x000068, "Member 'FGeometryScriptBakeOutputType::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTargetMeshOptions \ +static_assert(alignof(FGeometryScriptBakeTargetMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptBakeTargetMeshOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTargetMeshOptions) == 0x000004, "Wrong size on FGeometryScriptBakeTargetMeshOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTargetMeshOptions, TargetUVLayer) == 0x000000, "Member 'FGeometryScriptBakeTargetMeshOptions::TargetUVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeSourceMeshOptions \ +static_assert(alignof(FGeometryScriptBakeSourceMeshOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeSourceMeshOptions"); \ +static_assert(sizeof(FGeometryScriptBakeSourceMeshOptions) == 0x000010, "Wrong size on FGeometryScriptBakeSourceMeshOptions"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalMap) == 0x000000, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalUVLayer) == 0x000008, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalUVLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalSpace) == 0x00000C, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeRenderCaptureOptions \ +static_assert(alignof(FGeometryScriptBakeRenderCaptureOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeRenderCaptureOptions"); \ +static_assert(sizeof(FGeometryScriptBakeRenderCaptureOptions) == 0x000040, "Wrong size on FGeometryScriptBakeRenderCaptureOptions"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, Cameras) == 0x000000, "Member 'FGeometryScriptBakeRenderCaptureOptions::Cameras' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, RenderCaptureResolution) == 0x000010, "Member 'FGeometryScriptBakeRenderCaptureOptions::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, FieldOfViewDegrees) == 0x000018, "Member 'FGeometryScriptBakeRenderCaptureOptions::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, NearPlaneDist) == 0x000020, "Member 'FGeometryScriptBakeRenderCaptureOptions::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, Resolution) == 0x000028, "Member 'FGeometryScriptBakeRenderCaptureOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, SamplesPerPixel) == 0x000029, "Member 'FGeometryScriptBakeRenderCaptureOptions::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bRenderCaptureAntiAliasing) == 0x00002A, "Member 'FGeometryScriptBakeRenderCaptureOptions::bRenderCaptureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, CleanupTolerance) == 0x00002C, "Member 'FGeometryScriptBakeRenderCaptureOptions::CleanupTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bBaseColorMap) == 0x000030, "Member 'FGeometryScriptBakeRenderCaptureOptions::bBaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bNormalMap) == 0x000031, "Member 'FGeometryScriptBakeRenderCaptureOptions::bNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bPackedMRSMap) == 0x000032, "Member 'FGeometryScriptBakeRenderCaptureOptions::bPackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bMetallicMap) == 0x000033, "Member 'FGeometryScriptBakeRenderCaptureOptions::bMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bRoughnessMap) == 0x000034, "Member 'FGeometryScriptBakeRenderCaptureOptions::bRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bSpecularMap) == 0x000035, "Member 'FGeometryScriptBakeRenderCaptureOptions::bSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bEmissiveMap) == 0x000036, "Member 'FGeometryScriptBakeRenderCaptureOptions::bEmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bOpacityMap) == 0x000037, "Member 'FGeometryScriptBakeRenderCaptureOptions::bOpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bSubsurfaceColorMap) == 0x000038, "Member 'FGeometryScriptBakeRenderCaptureOptions::bSubsurfaceColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureTextures \ +static_assert(alignof(FGeometryScriptRenderCaptureTextures) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureTextures"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureTextures) == 0x000090, "Wrong size on FGeometryScriptRenderCaptureTextures"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, BaseColorMap) == 0x000000, "Member 'FGeometryScriptRenderCaptureTextures::BaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasBaseColorMap) == 0x000008, "Member 'FGeometryScriptRenderCaptureTextures::bHasBaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, NormalMap) == 0x000010, "Member 'FGeometryScriptRenderCaptureTextures::NormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasNormalMap) == 0x000018, "Member 'FGeometryScriptRenderCaptureTextures::bHasNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, PackedMRSMap) == 0x000020, "Member 'FGeometryScriptRenderCaptureTextures::PackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasPackedMRSMap) == 0x000028, "Member 'FGeometryScriptRenderCaptureTextures::bHasPackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, MetallicMap) == 0x000030, "Member 'FGeometryScriptRenderCaptureTextures::MetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasMetallicMap) == 0x000038, "Member 'FGeometryScriptRenderCaptureTextures::bHasMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, RoughnessMap) == 0x000040, "Member 'FGeometryScriptRenderCaptureTextures::RoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasRoughnessMap) == 0x000048, "Member 'FGeometryScriptRenderCaptureTextures::bHasRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, SpecularMap) == 0x000050, "Member 'FGeometryScriptRenderCaptureTextures::SpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasSpecularMap) == 0x000058, "Member 'FGeometryScriptRenderCaptureTextures::bHasSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, EmissiveMap) == 0x000060, "Member 'FGeometryScriptRenderCaptureTextures::EmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasEmissiveMap) == 0x000068, "Member 'FGeometryScriptRenderCaptureTextures::bHasEmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, OpacityMap) == 0x000070, "Member 'FGeometryScriptRenderCaptureTextures::OpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasOpacityMap) == 0x000078, "Member 'FGeometryScriptRenderCaptureTextures::bHasOpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, SubsurfaceColorMap) == 0x000080, "Member 'FGeometryScriptRenderCaptureTextures::SubsurfaceColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasSubsurfaceColorMap) == 0x000088, "Member 'FGeometryScriptRenderCaptureTextures::bHasSubsurfaceColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleMeshBuffers \ +static_assert(alignof(FGeometryScriptSimpleMeshBuffers) == 0x000008, "Wrong alignment on FGeometryScriptSimpleMeshBuffers"); \ +static_assert(sizeof(FGeometryScriptSimpleMeshBuffers) == 0x0000D0, "Wrong size on FGeometryScriptSimpleMeshBuffers"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Vertices) == 0x000000, "Member 'FGeometryScriptSimpleMeshBuffers::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Normals) == 0x000010, "Member 'FGeometryScriptSimpleMeshBuffers::Normals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV0) == 0x000020, "Member 'FGeometryScriptSimpleMeshBuffers::UV0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV1) == 0x000030, "Member 'FGeometryScriptSimpleMeshBuffers::UV1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV2) == 0x000040, "Member 'FGeometryScriptSimpleMeshBuffers::UV2' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV3) == 0x000050, "Member 'FGeometryScriptSimpleMeshBuffers::UV3' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV4) == 0x000060, "Member 'FGeometryScriptSimpleMeshBuffers::UV4' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV5) == 0x000070, "Member 'FGeometryScriptSimpleMeshBuffers::UV5' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV6) == 0x000080, "Member 'FGeometryScriptSimpleMeshBuffers::UV6' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV7) == 0x000090, "Member 'FGeometryScriptSimpleMeshBuffers::UV7' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, VertexColors) == 0x0000A0, "Member 'FGeometryScriptSimpleMeshBuffers::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Triangles) == 0x0000B0, "Member 'FGeometryScriptSimpleMeshBuffers::Triangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, TriGroupIDs) == 0x0000C0, "Member 'FGeometryScriptSimpleMeshBuffers::TriGroupIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptAppendMeshOptions \ +static_assert(alignof(FGeometryScriptAppendMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptAppendMeshOptions"); \ +static_assert(sizeof(FGeometryScriptAppendMeshOptions) == 0x000001, "Wrong size on FGeometryScriptAppendMeshOptions"); \ +static_assert(offsetof(FGeometryScriptAppendMeshOptions, CombineMode) == 0x000000, "Member 'FGeometryScriptAppendMeshOptions::CombineMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneWeight \ +static_assert(alignof(FGeometryScriptBoneWeight) == 0x000004, "Wrong alignment on FGeometryScriptBoneWeight"); \ +static_assert(sizeof(FGeometryScriptBoneWeight) == 0x000008, "Wrong size on FGeometryScriptBoneWeight"); \ +static_assert(offsetof(FGeometryScriptBoneWeight, BoneIndex) == 0x000000, "Member 'FGeometryScriptBoneWeight::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneWeight, Weight) == 0x000004, "Member 'FGeometryScriptBoneWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneWeightProfile \ +static_assert(alignof(FGeometryScriptBoneWeightProfile) == 0x000004, "Wrong alignment on FGeometryScriptBoneWeightProfile"); \ +static_assert(sizeof(FGeometryScriptBoneWeightProfile) == 0x000008, "Wrong size on FGeometryScriptBoneWeightProfile"); \ +static_assert(offsetof(FGeometryScriptBoneWeightProfile, ProfileName) == 0x000000, "Member 'FGeometryScriptBoneWeightProfile::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSmoothBoneWeightsOptions \ +static_assert(alignof(FGeometryScriptSmoothBoneWeightsOptions) == 0x000004, "Wrong alignment on FGeometryScriptSmoothBoneWeightsOptions"); \ +static_assert(sizeof(FGeometryScriptSmoothBoneWeightsOptions) == 0x000010, "Wrong size on FGeometryScriptSmoothBoneWeightsOptions"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, DistanceWeighingType) == 0x000000, "Member 'FGeometryScriptSmoothBoneWeightsOptions::DistanceWeighingType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, Stiffness) == 0x000004, "Member 'FGeometryScriptSmoothBoneWeightsOptions::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, MaxInfluences) == 0x000008, "Member 'FGeometryScriptSmoothBoneWeightsOptions::MaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, VoxelResolution) == 0x00000C, "Member 'FGeometryScriptSmoothBoneWeightsOptions::VoxelResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTransferBoneWeightsOptions \ +static_assert(alignof(FGeometryScriptTransferBoneWeightsOptions) == 0x000008, "Wrong alignment on FGeometryScriptTransferBoneWeightsOptions"); \ +static_assert(sizeof(FGeometryScriptTransferBoneWeightsOptions) == 0x000040, "Wrong size on FGeometryScriptTransferBoneWeightsOptions"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, TransferMethod) == 0x000000, "Member 'FGeometryScriptTransferBoneWeightsOptions::TransferMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, OutputTargetMeshBones) == 0x000001, "Member 'FGeometryScriptTransferBoneWeightsOptions::OutputTargetMeshBones' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, SourceProfile) == 0x000004, "Member 'FGeometryScriptTransferBoneWeightsOptions::SourceProfile' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, TargetProfile) == 0x00000C, "Member 'FGeometryScriptTransferBoneWeightsOptions::TargetProfile' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, RadiusPercentage) == 0x000018, "Member 'FGeometryScriptTransferBoneWeightsOptions::RadiusPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, NormalThreshold) == 0x000020, "Member 'FGeometryScriptTransferBoneWeightsOptions::NormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, LayeredMeshSupport) == 0x000028, "Member 'FGeometryScriptTransferBoneWeightsOptions::LayeredMeshSupport' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, NumSmoothingIterations) == 0x00002C, "Member 'FGeometryScriptTransferBoneWeightsOptions::NumSmoothingIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, SmoothingStrength) == 0x000030, "Member 'FGeometryScriptTransferBoneWeightsOptions::SmoothingStrength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, InpaintMask) == 0x000034, "Member 'FGeometryScriptTransferBoneWeightsOptions::InpaintMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneInfo \ +static_assert(alignof(FGeometryScriptBoneInfo) == 0x000010, "Wrong alignment on FGeometryScriptBoneInfo"); \ +static_assert(sizeof(FGeometryScriptBoneInfo) == 0x0000E0, "Wrong size on FGeometryScriptBoneInfo"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Index) == 0x000000, "Member 'FGeometryScriptBoneInfo::Index' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Name) == 0x000004, "Member 'FGeometryScriptBoneInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, ParentIndex) == 0x00000C, "Member 'FGeometryScriptBoneInfo::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, LocalTransform) == 0x000010, "Member 'FGeometryScriptBoneInfo::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, WorldTransform) == 0x000070, "Member 'FGeometryScriptBoneInfo::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Color) == 0x0000D0, "Member 'FGeometryScriptBoneInfo::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBooleanOptions \ +static_assert(alignof(FGeometryScriptMeshBooleanOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshBooleanOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBooleanOptions) == 0x00000C, "Wrong size on FGeometryScriptMeshBooleanOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshBooleanOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bSimplifyOutput) == 0x000001, "Member 'FGeometryScriptMeshBooleanOptions::bSimplifyOutput' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, SimplifyPlanarTolerance) == 0x000004, "Member 'FGeometryScriptMeshBooleanOptions::SimplifyPlanarTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bAllowEmptyResult) == 0x000008, "Member 'FGeometryScriptMeshBooleanOptions::bAllowEmptyResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshSelfUnionOptions \ +static_assert(alignof(FGeometryScriptMeshSelfUnionOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshSelfUnionOptions"); \ +static_assert(sizeof(FGeometryScriptMeshSelfUnionOptions) == 0x00000C, "Wrong size on FGeometryScriptMeshSelfUnionOptions"); \ +static_assert(offsetof(FGeometryScriptMeshSelfUnionOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshSelfUnionOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshSelfUnionOptions, bTrimFlaps) == 0x000001, "Member 'FGeometryScriptMeshSelfUnionOptions::bTrimFlaps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshSelfUnionOptions, bSimplifyOutput) == 0x000002, "Member 'FGeometryScriptMeshSelfUnionOptions::bSimplifyOutput' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshSelfUnionOptions, SimplifyPlanarTolerance) == 0x000004, "Member 'FGeometryScriptMeshSelfUnionOptions::SimplifyPlanarTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshSelfUnionOptions, WindingThreshold) == 0x000008, "Member 'FGeometryScriptMeshSelfUnionOptions::WindingThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshPlaneCutOptions \ +static_assert(alignof(FGeometryScriptMeshPlaneCutOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshPlaneCutOptions"); \ +static_assert(sizeof(FGeometryScriptMeshPlaneCutOptions) == 0x000008, "Wrong size on FGeometryScriptMeshPlaneCutOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshPlaneCutOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFillSpans) == 0x000001, "Member 'FGeometryScriptMeshPlaneCutOptions::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFlipCutSide) == 0x000002, "Member 'FGeometryScriptMeshPlaneCutOptions::bFlipCutSide' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, UVWorldDimension) == 0x000004, "Member 'FGeometryScriptMeshPlaneCutOptions::UVWorldDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshPlaneSliceOptions \ +static_assert(alignof(FGeometryScriptMeshPlaneSliceOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshPlaneSliceOptions"); \ +static_assert(sizeof(FGeometryScriptMeshPlaneSliceOptions) == 0x00000C, "Wrong size on FGeometryScriptMeshPlaneSliceOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshPlaneSliceOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, bFillSpans) == 0x000001, "Member 'FGeometryScriptMeshPlaneSliceOptions::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, GapWidth) == 0x000004, "Member 'FGeometryScriptMeshPlaneSliceOptions::GapWidth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, UVWorldDimension) == 0x000008, "Member 'FGeometryScriptMeshPlaneSliceOptions::UVWorldDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshMirrorOptions \ +static_assert(alignof(FGeometryScriptMeshMirrorOptions) == 0x000001, "Wrong alignment on FGeometryScriptMeshMirrorOptions"); \ +static_assert(sizeof(FGeometryScriptMeshMirrorOptions) == 0x000003, "Wrong size on FGeometryScriptMeshMirrorOptions"); \ +static_assert(offsetof(FGeometryScriptMeshMirrorOptions, bApplyPlaneCut) == 0x000000, "Member 'FGeometryScriptMeshMirrorOptions::bApplyPlaneCut' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshMirrorOptions, bFlipCutSide) == 0x000001, "Member 'FGeometryScriptMeshMirrorOptions::bFlipCutSide' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshMirrorOptions, bWeldAlongPlane) == 0x000002, "Member 'FGeometryScriptMeshMirrorOptions::bWeldAlongPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIsSameMeshOptions \ +static_assert(alignof(FGeometryScriptIsSameMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptIsSameMeshOptions"); \ +static_assert(sizeof(FGeometryScriptIsSameMeshOptions) == 0x00000C, "Wrong size on FGeometryScriptIsSameMeshOptions"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckConnectivity) == 0x000000, "Member 'FGeometryScriptIsSameMeshOptions::bCheckConnectivity' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckEdgeIDs) == 0x000001, "Member 'FGeometryScriptIsSameMeshOptions::bCheckEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckNormals) == 0x000002, "Member 'FGeometryScriptIsSameMeshOptions::bCheckNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckColors) == 0x000003, "Member 'FGeometryScriptIsSameMeshOptions::bCheckColors' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckUVs) == 0x000004, "Member 'FGeometryScriptIsSameMeshOptions::bCheckUVs' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckGroups) == 0x000005, "Member 'FGeometryScriptIsSameMeshOptions::bCheckGroups' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, bCheckAttributes) == 0x000006, "Member 'FGeometryScriptIsSameMeshOptions::bCheckAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIsSameMeshOptions, Epsilon) == 0x000008, "Member 'FGeometryScriptIsSameMeshOptions::Epsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeasureMeshDistanceOptions \ +static_assert(alignof(FGeometryScriptMeasureMeshDistanceOptions) == 0x000001, "Wrong alignment on FGeometryScriptMeasureMeshDistanceOptions"); \ +static_assert(sizeof(FGeometryScriptMeasureMeshDistanceOptions) == 0x000001, "Wrong size on FGeometryScriptMeasureMeshDistanceOptions"); \ +static_assert(offsetof(FGeometryScriptMeasureMeshDistanceOptions, bSymmetric) == 0x000000, "Member 'FGeometryScriptMeasureMeshDistanceOptions::bSymmetric' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBendWarpOptions \ +static_assert(alignof(FGeometryScriptBendWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptBendWarpOptions"); \ +static_assert(sizeof(FGeometryScriptBendWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptBendWarpOptions"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptBendWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptBendWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, bBidirectional) == 0x000008, "Member 'FGeometryScriptBendWarpOptions::bBidirectional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTwistWarpOptions \ +static_assert(alignof(FGeometryScriptTwistWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptTwistWarpOptions"); \ +static_assert(sizeof(FGeometryScriptTwistWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptTwistWarpOptions"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptTwistWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptTwistWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, bBidirectional) == 0x000008, "Member 'FGeometryScriptTwistWarpOptions::bBidirectional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptFlareWarpOptions \ +static_assert(alignof(FGeometryScriptFlareWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptFlareWarpOptions"); \ +static_assert(sizeof(FGeometryScriptFlareWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptFlareWarpOptions"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptFlareWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptFlareWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, FlareType) == 0x000008, "Member 'FGeometryScriptFlareWarpOptions::FlareType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPerlinNoiseLayerOptions \ +static_assert(alignof(FGeometryScriptPerlinNoiseLayerOptions) == 0x000008, "Wrong alignment on FGeometryScriptPerlinNoiseLayerOptions"); \ +static_assert(sizeof(FGeometryScriptPerlinNoiseLayerOptions) == 0x000028, "Wrong size on FGeometryScriptPerlinNoiseLayerOptions"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptPerlinNoiseLayerOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, Frequency) == 0x000004, "Member 'FGeometryScriptPerlinNoiseLayerOptions::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, FrequencyShift) == 0x000008, "Member 'FGeometryScriptPerlinNoiseLayerOptions::FrequencyShift' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, RandomSeed) == 0x000020, "Member 'FGeometryScriptPerlinNoiseLayerOptions::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMathWarpOptions \ +static_assert(alignof(FGeometryScriptMathWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptMathWarpOptions"); \ +static_assert(sizeof(FGeometryScriptMathWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptMathWarpOptions"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptMathWarpOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, Frequency) == 0x000004, "Member 'FGeometryScriptMathWarpOptions::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, FrequencyShift) == 0x000008, "Member 'FGeometryScriptMathWarpOptions::FrequencyShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPerlinNoiseOptions \ +static_assert(alignof(FGeometryScriptPerlinNoiseOptions) == 0x000008, "Wrong alignment on FGeometryScriptPerlinNoiseOptions"); \ +static_assert(sizeof(FGeometryScriptPerlinNoiseOptions) == 0x000030, "Wrong size on FGeometryScriptPerlinNoiseOptions"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, BaseLayer) == 0x000000, "Member 'FGeometryScriptPerlinNoiseOptions::BaseLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, bApplyAlongNormal) == 0x000028, "Member 'FGeometryScriptPerlinNoiseOptions::bApplyAlongNormal' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, EmptyBehavior) == 0x000029, "Member 'FGeometryScriptPerlinNoiseOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIterativeMeshSmoothingOptions \ +static_assert(alignof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x000004, "Wrong alignment on FGeometryScriptIterativeMeshSmoothingOptions"); \ +static_assert(sizeof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x00000C, "Wrong size on FGeometryScriptIterativeMeshSmoothingOptions"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, NumIterations) == 0x000000, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, Alpha) == 0x000004, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, EmptyBehavior) == 0x000008, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDisplaceFromTextureOptions \ +static_assert(alignof(FGeometryScriptDisplaceFromTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptDisplaceFromTextureOptions"); \ +static_assert(sizeof(FGeometryScriptDisplaceFromTextureOptions) == 0x000038, "Wrong size on FGeometryScriptDisplaceFromTextureOptions"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptDisplaceFromTextureOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, UVScale) == 0x000008, "Member 'FGeometryScriptDisplaceFromTextureOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, UVOffset) == 0x000018, "Member 'FGeometryScriptDisplaceFromTextureOptions::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, Center) == 0x000028, "Member 'FGeometryScriptDisplaceFromTextureOptions::Center' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, ImageChannel) == 0x00002C, "Member 'FGeometryScriptDisplaceFromTextureOptions::ImageChannel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, EmptyBehavior) == 0x000030, "Member 'FGeometryScriptDisplaceFromTextureOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshEditPolygroupOptions \ +static_assert(alignof(FGeometryScriptMeshEditPolygroupOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshEditPolygroupOptions"); \ +static_assert(sizeof(FGeometryScriptMeshEditPolygroupOptions) == 0x000008, "Wrong size on FGeometryScriptMeshEditPolygroupOptions"); \ +static_assert(offsetof(FGeometryScriptMeshEditPolygroupOptions, GroupMode) == 0x000000, "Member 'FGeometryScriptMeshEditPolygroupOptions::GroupMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshEditPolygroupOptions, ConstantGroup) == 0x000004, "Member 'FGeometryScriptMeshEditPolygroupOptions::ConstantGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshOffsetOptions \ +static_assert(alignof(FGeometryScriptMeshOffsetOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptMeshOffsetOptions) == 0x000018, "Wrong size on FGeometryScriptMeshOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, OffsetDistance) == 0x000000, "Member 'FGeometryScriptMeshOffsetOptions::OffsetDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, bFixedBoundary) == 0x000004, "Member 'FGeometryScriptMeshOffsetOptions::bFixedBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, SolveSteps) == 0x000008, "Member 'FGeometryScriptMeshOffsetOptions::SolveSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, SmoothAlpha) == 0x00000C, "Member 'FGeometryScriptMeshOffsetOptions::SmoothAlpha' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, bReprojectDuringSmoothing) == 0x000010, "Member 'FGeometryScriptMeshOffsetOptions::bReprojectDuringSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, BoundaryAlpha) == 0x000014, "Member 'FGeometryScriptMeshOffsetOptions::BoundaryAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshExtrudeOptions \ +static_assert(alignof(FGeometryScriptMeshExtrudeOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshExtrudeOptions"); \ +static_assert(sizeof(FGeometryScriptMeshExtrudeOptions) == 0x000028, "Wrong size on FGeometryScriptMeshExtrudeOptions"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, ExtrudeDistance) == 0x000000, "Member 'FGeometryScriptMeshExtrudeOptions::ExtrudeDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, ExtrudeDirection) == 0x000008, "Member 'FGeometryScriptMeshExtrudeOptions::ExtrudeDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, UVScale) == 0x000020, "Member 'FGeometryScriptMeshExtrudeOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, bSolidsToShells) == 0x000024, "Member 'FGeometryScriptMeshExtrudeOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshLinearExtrudeOptions \ +static_assert(alignof(FGeometryScriptMeshLinearExtrudeOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshLinearExtrudeOptions"); \ +static_assert(sizeof(FGeometryScriptMeshLinearExtrudeOptions) == 0x000038, "Wrong size on FGeometryScriptMeshLinearExtrudeOptions"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshLinearExtrudeOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, DirectionMode) == 0x000004, "Member 'FGeometryScriptMeshLinearExtrudeOptions::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, Direction) == 0x000008, "Member 'FGeometryScriptMeshLinearExtrudeOptions::Direction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, AreaMode) == 0x000020, "Member 'FGeometryScriptMeshLinearExtrudeOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, GroupOptions) == 0x000024, "Member 'FGeometryScriptMeshLinearExtrudeOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, UVScale) == 0x00002C, "Member 'FGeometryScriptMeshLinearExtrudeOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, bSolidsToShells) == 0x000030, "Member 'FGeometryScriptMeshLinearExtrudeOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshOffsetFacesOptions \ +static_assert(alignof(FGeometryScriptMeshOffsetFacesOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshOffsetFacesOptions"); \ +static_assert(sizeof(FGeometryScriptMeshOffsetFacesOptions) == 0x000018, "Wrong size on FGeometryScriptMeshOffsetFacesOptions"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshOffsetFacesOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, OffsetType) == 0x000004, "Member 'FGeometryScriptMeshOffsetFacesOptions::OffsetType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, AreaMode) == 0x000005, "Member 'FGeometryScriptMeshOffsetFacesOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, GroupOptions) == 0x000008, "Member 'FGeometryScriptMeshOffsetFacesOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, UVScale) == 0x000010, "Member 'FGeometryScriptMeshOffsetFacesOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, bSolidsToShells) == 0x000014, "Member 'FGeometryScriptMeshOffsetFacesOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshInsetOutsetFacesOptions \ +static_assert(alignof(FGeometryScriptMeshInsetOutsetFacesOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshInsetOutsetFacesOptions"); \ +static_assert(sizeof(FGeometryScriptMeshInsetOutsetFacesOptions) == 0x000020, "Wrong size on FGeometryScriptMeshInsetOutsetFacesOptions"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, bReproject) == 0x000004, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::bReproject' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, bBoundaryOnly) == 0x000005, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::bBoundaryOnly' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, Softness) == 0x000008, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::Softness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, AreaScale) == 0x00000C, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::AreaScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, AreaMode) == 0x000010, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, GroupOptions) == 0x000014, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, UVScale) == 0x00001C, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::UVScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBevelOptions \ +static_assert(alignof(FGeometryScriptMeshBevelOptions) == 0x000010, "Wrong alignment on FGeometryScriptMeshBevelOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBevelOptions) == 0x0000C0, "Wrong size on FGeometryScriptMeshBevelOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, BevelDistance) == 0x000000, "Member 'FGeometryScriptMeshBevelOptions::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bInferMaterialID) == 0x000004, "Member 'FGeometryScriptMeshBevelOptions::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, SetMaterialID) == 0x000008, "Member 'FGeometryScriptMeshBevelOptions::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, Subdivisions) == 0x00000C, "Member 'FGeometryScriptMeshBevelOptions::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, RoundWeight) == 0x000010, "Member 'FGeometryScriptMeshBevelOptions::RoundWeight' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bApplyFilterBox) == 0x000014, "Member 'FGeometryScriptMeshBevelOptions::bApplyFilterBox' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, FilterBox) == 0x000018, "Member 'FGeometryScriptMeshBevelOptions::FilterBox' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, FilterBoxTransform) == 0x000050, "Member 'FGeometryScriptMeshBevelOptions::FilterBoxTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bFullyContained) == 0x0000B0, "Member 'FGeometryScriptMeshBevelOptions::bFullyContained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBevelSelectionOptions \ +static_assert(alignof(FGeometryScriptMeshBevelSelectionOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshBevelSelectionOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBevelSelectionOptions) == 0x000014, "Wrong size on FGeometryScriptMeshBevelSelectionOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, BevelDistance) == 0x000000, "Member 'FGeometryScriptMeshBevelSelectionOptions::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, bInferMaterialID) == 0x000004, "Member 'FGeometryScriptMeshBevelSelectionOptions::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, SetMaterialID) == 0x000008, "Member 'FGeometryScriptMeshBevelSelectionOptions::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, Subdivisions) == 0x00000C, "Member 'FGeometryScriptMeshBevelSelectionOptions::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, RoundWeight) == 0x000010, "Member 'FGeometryScriptMeshBevelSelectionOptions::RoundWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCalculateNormalsOptions \ +static_assert(alignof(FGeometryScriptCalculateNormalsOptions) == 0x000001, "Wrong alignment on FGeometryScriptCalculateNormalsOptions"); \ +static_assert(sizeof(FGeometryScriptCalculateNormalsOptions) == 0x000002, "Wrong size on FGeometryScriptCalculateNormalsOptions"); \ +static_assert(offsetof(FGeometryScriptCalculateNormalsOptions, bAngleWeighted) == 0x000000, "Member 'FGeometryScriptCalculateNormalsOptions::bAngleWeighted' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCalculateNormalsOptions, bAreaWeighted) == 0x000001, "Member 'FGeometryScriptCalculateNormalsOptions::bAreaWeighted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSplitNormalsOptions \ +static_assert(alignof(FGeometryScriptSplitNormalsOptions) == 0x000004, "Wrong alignment on FGeometryScriptSplitNormalsOptions"); \ +static_assert(sizeof(FGeometryScriptSplitNormalsOptions) == 0x000014, "Wrong size on FGeometryScriptSplitNormalsOptions"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, bSplitByOpeningAngle) == 0x000000, "Member 'FGeometryScriptSplitNormalsOptions::bSplitByOpeningAngle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, OpeningAngleDeg) == 0x000004, "Member 'FGeometryScriptSplitNormalsOptions::OpeningAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, bSplitByFaceGroup) == 0x000008, "Member 'FGeometryScriptSplitNormalsOptions::bSplitByFaceGroup' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, GroupLayer) == 0x00000C, "Member 'FGeometryScriptSplitNormalsOptions::GroupLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTangentsOptions \ +static_assert(alignof(FGeometryScriptTangentsOptions) == 0x000004, "Wrong alignment on FGeometryScriptTangentsOptions"); \ +static_assert(sizeof(FGeometryScriptTangentsOptions) == 0x000008, "Wrong size on FGeometryScriptTangentsOptions"); \ +static_assert(offsetof(FGeometryScriptTangentsOptions, Type) == 0x000000, "Member 'FGeometryScriptTangentsOptions::Type' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTangentsOptions, UVLayer) == 0x000004, "Member 'FGeometryScriptTangentsOptions::UVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPrimitiveOptions \ +static_assert(alignof(FGeometryScriptPrimitiveOptions) == 0x000001, "Wrong alignment on FGeometryScriptPrimitiveOptions"); \ +static_assert(sizeof(FGeometryScriptPrimitiveOptions) == 0x000003, "Wrong size on FGeometryScriptPrimitiveOptions"); \ +static_assert(offsetof(FGeometryScriptPrimitiveOptions, PolygroupMode) == 0x000000, "Member 'FGeometryScriptPrimitiveOptions::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPrimitiveOptions, bFlipOrientation) == 0x000001, "Member 'FGeometryScriptPrimitiveOptions::bFlipOrientation' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPrimitiveOptions, UVMode) == 0x000002, "Member 'FGeometryScriptPrimitiveOptions::UVMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRevolveOptions \ +static_assert(alignof(FGeometryScriptRevolveOptions) == 0x000004, "Wrong alignment on FGeometryScriptRevolveOptions"); \ +static_assert(sizeof(FGeometryScriptRevolveOptions) == 0x000014, "Wrong size on FGeometryScriptRevolveOptions"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, RevolveDegrees) == 0x000000, "Member 'FGeometryScriptRevolveOptions::RevolveDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, DegreeOffset) == 0x000004, "Member 'FGeometryScriptRevolveOptions::DegreeOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bReverseDirection) == 0x000008, "Member 'FGeometryScriptRevolveOptions::bReverseDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bHardNormals) == 0x000009, "Member 'FGeometryScriptRevolveOptions::bHardNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, HardNormalAngle) == 0x00000C, "Member 'FGeometryScriptRevolveOptions::HardNormalAngle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bProfileAtMidpoint) == 0x000010, "Member 'FGeometryScriptRevolveOptions::bProfileAtMidpoint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bFillPartialRevolveEndcaps) == 0x000011, "Member 'FGeometryScriptRevolveOptions::bFillPartialRevolveEndcaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptVoronoiOptions \ +static_assert(alignof(FGeometryScriptVoronoiOptions) == 0x000008, "Wrong alignment on FGeometryScriptVoronoiOptions"); \ +static_assert(sizeof(FGeometryScriptVoronoiOptions) == 0x000058, "Wrong size on FGeometryScriptVoronoiOptions"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, BoundsExpand) == 0x000000, "Member 'FGeometryScriptVoronoiOptions::BoundsExpand' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, Bounds) == 0x000008, "Member 'FGeometryScriptVoronoiOptions::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, CreateCells) == 0x000040, "Member 'FGeometryScriptVoronoiOptions::CreateCells' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, bIncludeBoundary) == 0x000050, "Member 'FGeometryScriptVoronoiOptions::bIncludeBoundary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConstrainedDelaunayTriangulationOptions \ +static_assert(alignof(FGeometryScriptConstrainedDelaunayTriangulationOptions) == 0x000001, "Wrong alignment on FGeometryScriptConstrainedDelaunayTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptConstrainedDelaunayTriangulationOptions) == 0x000003, "Wrong size on FGeometryScriptConstrainedDelaunayTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, ConstrainedEdgesFillMode) == 0x000000, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::ConstrainedEdgesFillMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, bValidateEdgesInResult) == 0x000001, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::bValidateEdgesInResult' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, bRemoveDuplicateVertices) == 0x000002, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::bRemoveDuplicateVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygonsTriangulationOptions \ +static_assert(alignof(FGeometryScriptPolygonsTriangulationOptions) == 0x000001, "Wrong alignment on FGeometryScriptPolygonsTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptPolygonsTriangulationOptions) == 0x000001, "Wrong size on FGeometryScriptPolygonsTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptPolygonsTriangulationOptions, bStillAppendOnTriangulationError) == 0x000000, "Member 'FGeometryScriptPolygonsTriangulationOptions::bStillAppendOnTriangulationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemeshOptions \ +static_assert(alignof(FGeometryScriptRemeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemeshOptions"); \ +static_assert(sizeof(FGeometryScriptRemeshOptions) == 0x00001C, "Wrong size on FGeometryScriptRemeshOptions"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bDiscardAttributes) == 0x000000, "Member 'FGeometryScriptRemeshOptions::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bReprojectToInputMesh) == 0x000001, "Member 'FGeometryScriptRemeshOptions::bReprojectToInputMesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, SmoothingType) == 0x000002, "Member 'FGeometryScriptRemeshOptions::SmoothingType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, SmoothingRate) == 0x000004, "Member 'FGeometryScriptRemeshOptions::SmoothingRate' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, MeshBoundaryConstraint) == 0x000008, "Member 'FGeometryScriptRemeshOptions::MeshBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, GroupBoundaryConstraint) == 0x000009, "Member 'FGeometryScriptRemeshOptions::GroupBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, MaterialBoundaryConstraint) == 0x00000A, "Member 'FGeometryScriptRemeshOptions::MaterialBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowFlips) == 0x00000B, "Member 'FGeometryScriptRemeshOptions::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowSplits) == 0x00000C, "Member 'FGeometryScriptRemeshOptions::bAllowSplits' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowCollapses) == 0x00000D, "Member 'FGeometryScriptRemeshOptions::bAllowCollapses' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bPreventNormalFlips) == 0x00000E, "Member 'FGeometryScriptRemeshOptions::bPreventNormalFlips' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bPreventTinyTriangles) == 0x00000F, "Member 'FGeometryScriptRemeshOptions::bPreventTinyTriangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bUseFullRemeshPasses) == 0x000010, "Member 'FGeometryScriptRemeshOptions::bUseFullRemeshPasses' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, RemeshIterations) == 0x000014, "Member 'FGeometryScriptRemeshOptions::RemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAutoCompact) == 0x000018, "Member 'FGeometryScriptRemeshOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUniformRemeshOptions \ +static_assert(alignof(FGeometryScriptUniformRemeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptUniformRemeshOptions"); \ +static_assert(sizeof(FGeometryScriptUniformRemeshOptions) == 0x00000C, "Wrong size on FGeometryScriptUniformRemeshOptions"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetType) == 0x000000, "Member 'FGeometryScriptUniformRemeshOptions::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetTriangleCount) == 0x000004, "Member 'FGeometryScriptUniformRemeshOptions::TargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetEdgeLength) == 0x000008, "Member 'FGeometryScriptUniformRemeshOptions::TargetEdgeLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptWeldEdgesOptions \ +static_assert(alignof(FGeometryScriptWeldEdgesOptions) == 0x000004, "Wrong alignment on FGeometryScriptWeldEdgesOptions"); \ +static_assert(sizeof(FGeometryScriptWeldEdgesOptions) == 0x000008, "Wrong size on FGeometryScriptWeldEdgesOptions"); \ +static_assert(offsetof(FGeometryScriptWeldEdgesOptions, Tolerance) == 0x000000, "Member 'FGeometryScriptWeldEdgesOptions::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptWeldEdgesOptions, bOnlyUniquePairs) == 0x000004, "Member 'FGeometryScriptWeldEdgesOptions::bOnlyUniquePairs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptResolveTJunctionOptions \ +static_assert(alignof(FGeometryScriptResolveTJunctionOptions) == 0x000004, "Wrong alignment on FGeometryScriptResolveTJunctionOptions"); \ +static_assert(sizeof(FGeometryScriptResolveTJunctionOptions) == 0x000004, "Wrong size on FGeometryScriptResolveTJunctionOptions"); \ +static_assert(offsetof(FGeometryScriptResolveTJunctionOptions, Tolerance) == 0x000000, "Member 'FGeometryScriptResolveTJunctionOptions::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptFillHolesOptions \ +static_assert(alignof(FGeometryScriptFillHolesOptions) == 0x000001, "Wrong alignment on FGeometryScriptFillHolesOptions"); \ +static_assert(sizeof(FGeometryScriptFillHolesOptions) == 0x000002, "Wrong size on FGeometryScriptFillHolesOptions"); \ +static_assert(offsetof(FGeometryScriptFillHolesOptions, FillMethod) == 0x000000, "Member 'FGeometryScriptFillHolesOptions::FillMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFillHolesOptions, bDeleteIsolatedTriangles) == 0x000001, "Member 'FGeometryScriptFillHolesOptions::bDeleteIsolatedTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemoveSmallComponentOptions \ +static_assert(alignof(FGeometryScriptRemoveSmallComponentOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemoveSmallComponentOptions"); \ +static_assert(sizeof(FGeometryScriptRemoveSmallComponentOptions) == 0x00000C, "Wrong size on FGeometryScriptRemoveSmallComponentOptions"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinVolume) == 0x000000, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinVolume' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinArea) == 0x000004, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinArea' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinTriangleCount) == 0x000008, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinTriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemoveHiddenTrianglesOptions \ +static_assert(alignof(FGeometryScriptRemoveHiddenTrianglesOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemoveHiddenTrianglesOptions"); \ +static_assert(sizeof(FGeometryScriptRemoveHiddenTrianglesOptions) == 0x00001C, "Wrong size on FGeometryScriptRemoveHiddenTrianglesOptions"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, Method) == 0x000000, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, SamplesPerTriangle) == 0x000004, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::SamplesPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, ShrinkSelection) == 0x000008, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::ShrinkSelection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, WindingIsoValue) == 0x00000C, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::WindingIsoValue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, RaysPerSample) == 0x000010, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::RaysPerSample' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, NormalOffset) == 0x000014, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::NormalOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, bCompactResult) == 0x000018, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::bCompactResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDegenerateTriangleOptions \ +static_assert(alignof(FGeometryScriptDegenerateTriangleOptions) == 0x000008, "Wrong alignment on FGeometryScriptDegenerateTriangleOptions"); \ +static_assert(sizeof(FGeometryScriptDegenerateTriangleOptions) == 0x000020, "Wrong size on FGeometryScriptDegenerateTriangleOptions"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, Mode) == 0x000000, "Member 'FGeometryScriptDegenerateTriangleOptions::Mode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, MinTriangleArea) == 0x000008, "Member 'FGeometryScriptDegenerateTriangleOptions::MinTriangleArea' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, MinEdgeLength) == 0x000010, "Member 'FGeometryScriptDegenerateTriangleOptions::MinEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, bCompactOnCompletion) == 0x000018, "Member 'FGeometryScriptDegenerateTriangleOptions::bCompactOnCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshPointSamplingOptions \ +static_assert(alignof(FGeometryScriptMeshPointSamplingOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshPointSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptMeshPointSamplingOptions) == 0x000018, "Wrong size on FGeometryScriptMeshPointSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, SamplingRadius) == 0x000000, "Member 'FGeometryScriptMeshPointSamplingOptions::SamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, MaxNumSamples) == 0x000004, "Member 'FGeometryScriptMeshPointSamplingOptions::MaxNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, RandomSeed) == 0x000008, "Member 'FGeometryScriptMeshPointSamplingOptions::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, SubSampleDensity) == 0x000010, "Member 'FGeometryScriptMeshPointSamplingOptions::SubSampleDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptNonUniformPointSamplingOptions \ +static_assert(alignof(FGeometryScriptNonUniformPointSamplingOptions) == 0x000008, "Wrong alignment on FGeometryScriptNonUniformPointSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptNonUniformPointSamplingOptions) == 0x000018, "Wrong size on FGeometryScriptNonUniformPointSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, MaxSamplingRadius) == 0x000000, "Member 'FGeometryScriptNonUniformPointSamplingOptions::MaxSamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, SizeDistribution) == 0x000004, "Member 'FGeometryScriptNonUniformPointSamplingOptions::SizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, SizeDistributionPower) == 0x000008, "Member 'FGeometryScriptNonUniformPointSamplingOptions::SizeDistributionPower' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, WeightMode) == 0x000010, "Member 'FGeometryScriptNonUniformPointSamplingOptions::WeightMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, bInvertWeights) == 0x000011, "Member 'FGeometryScriptNonUniformPointSamplingOptions::bInvertWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPlanarSimplifyOptions \ +static_assert(alignof(FGeometryScriptPlanarSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPlanarSimplifyOptions) == 0x000008, "Wrong size on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPlanarSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPlanarSimplifyOptions::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPlanarSimplifyOptions, bAutoCompact) == 0x000004, "Member 'FGeometryScriptPlanarSimplifyOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygroupSimplifyOptions \ +static_assert(alignof(FGeometryScriptPolygroupSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPolygroupSimplifyOptions) == 0x000008, "Wrong size on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPolygroupSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPolygroupSimplifyOptions::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygroupSimplifyOptions, bAutoCompact) == 0x000004, "Member 'FGeometryScriptPolygroupSimplifyOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimplifyMeshOptions \ +static_assert(alignof(FGeometryScriptSimplifyMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptSimplifyMeshOptions"); \ +static_assert(sizeof(FGeometryScriptSimplifyMeshOptions) == 0x000007, "Wrong size on FGeometryScriptSimplifyMeshOptions"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, Method) == 0x000000, "Member 'FGeometryScriptSimplifyMeshOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamCollapse) == 0x000001, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamCollapse' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamSmoothing) == 0x000002, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamSplits) == 0x000003, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamSplits' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bPreserveVertexPositions) == 0x000004, "Member 'FGeometryScriptSimplifyMeshOptions::bPreserveVertexPositions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bRetainQuadricMemory) == 0x000005, "Member 'FGeometryScriptSimplifyMeshOptions::bRetainQuadricMemory' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAutoCompact) == 0x000006, "Member 'FGeometryScriptSimplifyMeshOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSpatialQueryOptions \ +static_assert(alignof(FGeometryScriptSpatialQueryOptions) == 0x000004, "Wrong alignment on FGeometryScriptSpatialQueryOptions"); \ +static_assert(sizeof(FGeometryScriptSpatialQueryOptions) == 0x00000C, "Wrong size on FGeometryScriptSpatialQueryOptions"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, MaxDistance) == 0x000000, "Member 'FGeometryScriptSpatialQueryOptions::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, bAllowUnsafeModifiedQueries) == 0x000004, "Member 'FGeometryScriptSpatialQueryOptions::bAllowUnsafeModifiedQueries' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, WindingIsoThreshold) == 0x000008, "Member 'FGeometryScriptSpatialQueryOptions::WindingIsoThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRayHitResult \ +static_assert(alignof(FGeometryScriptRayHitResult) == 0x000008, "Wrong alignment on FGeometryScriptRayHitResult"); \ +static_assert(sizeof(FGeometryScriptRayHitResult) == 0x000040, "Wrong size on FGeometryScriptRayHitResult"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, bHit) == 0x000000, "Member 'FGeometryScriptRayHitResult::bHit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, RayParameter) == 0x000004, "Member 'FGeometryScriptRayHitResult::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitTriangleID) == 0x000008, "Member 'FGeometryScriptRayHitResult::HitTriangleID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitPosition) == 0x000010, "Member 'FGeometryScriptRayHitResult::HitPosition' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitBaryCoords) == 0x000028, "Member 'FGeometryScriptRayHitResult::HitBaryCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPNTessellateOptions \ +static_assert(alignof(FGeometryScriptPNTessellateOptions) == 0x000001, "Wrong alignment on FGeometryScriptPNTessellateOptions"); \ +static_assert(sizeof(FGeometryScriptPNTessellateOptions) == 0x000001, "Wrong size on FGeometryScriptPNTessellateOptions"); \ +static_assert(offsetof(FGeometryScriptPNTessellateOptions, bRecomputeNormals) == 0x000000, "Member 'FGeometryScriptPNTessellateOptions::bRecomputeNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSelectiveTessellateOptions \ +static_assert(alignof(FGeometryScriptSelectiveTessellateOptions) == 0x000001, "Wrong alignment on FGeometryScriptSelectiveTessellateOptions"); \ +static_assert(sizeof(FGeometryScriptSelectiveTessellateOptions) == 0x000002, "Wrong size on FGeometryScriptSelectiveTessellateOptions"); \ +static_assert(offsetof(FGeometryScriptSelectiveTessellateOptions, bEnableMultithreading) == 0x000000, "Member 'FGeometryScriptSelectiveTessellateOptions::bEnableMultithreading' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectiveTessellateOptions, EmptyBehavior) == 0x000001, "Member 'FGeometryScriptSelectiveTessellateOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRepackUVsOptions \ +static_assert(alignof(FGeometryScriptRepackUVsOptions) == 0x000004, "Wrong alignment on FGeometryScriptRepackUVsOptions"); \ +static_assert(sizeof(FGeometryScriptRepackUVsOptions) == 0x000008, "Wrong size on FGeometryScriptRepackUVsOptions"); \ +static_assert(offsetof(FGeometryScriptRepackUVsOptions, TargetImageWidth) == 0x000000, "Member 'FGeometryScriptRepackUVsOptions::TargetImageWidth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRepackUVsOptions, bOptimizeIslandRotation) == 0x000004, "Member 'FGeometryScriptRepackUVsOptions::bOptimizeIslandRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptExpMapUVOptions \ +static_assert(alignof(FGeometryScriptExpMapUVOptions) == 0x000004, "Wrong alignment on FGeometryScriptExpMapUVOptions"); \ +static_assert(sizeof(FGeometryScriptExpMapUVOptions) == 0x000008, "Wrong size on FGeometryScriptExpMapUVOptions"); \ +static_assert(offsetof(FGeometryScriptExpMapUVOptions, NormalSmoothingRounds) == 0x000000, "Member 'FGeometryScriptExpMapUVOptions::NormalSmoothingRounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptExpMapUVOptions, NormalSmoothingAlpha) == 0x000004, "Member 'FGeometryScriptExpMapUVOptions::NormalSmoothingAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSpectralConformalUVOptions \ +static_assert(alignof(FGeometryScriptSpectralConformalUVOptions) == 0x000001, "Wrong alignment on FGeometryScriptSpectralConformalUVOptions"); \ +static_assert(sizeof(FGeometryScriptSpectralConformalUVOptions) == 0x000001, "Wrong size on FGeometryScriptSpectralConformalUVOptions"); \ +static_assert(offsetof(FGeometryScriptSpectralConformalUVOptions, bPreserveIrregularity) == 0x000000, "Member 'FGeometryScriptSpectralConformalUVOptions::bPreserveIrregularity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRecomputeUVsOptions \ +static_assert(alignof(FGeometryScriptRecomputeUVsOptions) == 0x000004, "Wrong alignment on FGeometryScriptRecomputeUVsOptions"); \ +static_assert(sizeof(FGeometryScriptRecomputeUVsOptions) == 0x00001C, "Wrong size on FGeometryScriptRecomputeUVsOptions"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, Method) == 0x000000, "Member 'FGeometryScriptRecomputeUVsOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, IslandSource) == 0x000001, "Member 'FGeometryScriptRecomputeUVsOptions::IslandSource' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, ExpMapOptions) == 0x000004, "Member 'FGeometryScriptRecomputeUVsOptions::ExpMapOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, SpectralConformalOptions) == 0x00000C, "Member 'FGeometryScriptRecomputeUVsOptions::SpectralConformalOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, GroupLayer) == 0x000010, "Member 'FGeometryScriptRecomputeUVsOptions::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, bAutoAlignIslandsWithAxes) == 0x000018, "Member 'FGeometryScriptRecomputeUVsOptions::bAutoAlignIslandsWithAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPatchBuilderOptions \ +static_assert(alignof(FGeometryScriptPatchBuilderOptions) == 0x000004, "Wrong alignment on FGeometryScriptPatchBuilderOptions"); \ +static_assert(sizeof(FGeometryScriptPatchBuilderOptions) == 0x000034, "Wrong size on FGeometryScriptPatchBuilderOptions"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, InitialPatchCount) == 0x000000, "Member 'FGeometryScriptPatchBuilderOptions::InitialPatchCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, MinPatchSize) == 0x000004, "Member 'FGeometryScriptPatchBuilderOptions::MinPatchSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchCurvatureAlignmentWeight) == 0x000008, "Member 'FGeometryScriptPatchBuilderOptions::PatchCurvatureAlignmentWeight' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchMergingMetricThresh) == 0x00000C, "Member 'FGeometryScriptPatchBuilderOptions::PatchMergingMetricThresh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchMergingAngleThresh) == 0x000010, "Member 'FGeometryScriptPatchBuilderOptions::PatchMergingAngleThresh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, ExpMapOptions) == 0x000014, "Member 'FGeometryScriptPatchBuilderOptions::ExpMapOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, bRespectInputGroups) == 0x00001C, "Member 'FGeometryScriptPatchBuilderOptions::bRespectInputGroups' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, GroupLayer) == 0x000020, "Member 'FGeometryScriptPatchBuilderOptions::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, bAutoPack) == 0x000028, "Member 'FGeometryScriptPatchBuilderOptions::bAutoPack' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PackingOptions) == 0x00002C, "Member 'FGeometryScriptPatchBuilderOptions::PackingOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptXAtlasOptions \ +static_assert(alignof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong alignment on FGeometryScriptXAtlasOptions"); \ +static_assert(sizeof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong size on FGeometryScriptXAtlasOptions"); \ +static_assert(offsetof(FGeometryScriptXAtlasOptions, MaxIterations) == 0x000000, "Member 'FGeometryScriptXAtlasOptions::MaxIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBlurMeshVertexColorsOptions \ +static_assert(alignof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000001, "Wrong alignment on FGeometryScriptBlurMeshVertexColorsOptions"); \ +static_assert(sizeof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000004, "Wrong size on FGeometryScriptBlurMeshVertexColorsOptions"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Red) == 0x000000, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Red' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Green) == 0x000001, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Green' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Blue) == 0x000002, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Blue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Alpha) == 0x000003, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScript3DGridParameters \ +static_assert(alignof(FGeometryScript3DGridParameters) == 0x000004, "Wrong alignment on FGeometryScript3DGridParameters"); \ +static_assert(sizeof(FGeometryScript3DGridParameters) == 0x00000C, "Wrong size on FGeometryScript3DGridParameters"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, SizeMethod) == 0x000000, "Member 'FGeometryScript3DGridParameters::SizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridCellSize) == 0x000004, "Member 'FGeometryScript3DGridParameters::GridCellSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridResolution) == 0x000008, "Member 'FGeometryScript3DGridParameters::GridResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSolidifyOptions \ +static_assert(alignof(FGeometryScriptSolidifyOptions) == 0x000008, "Wrong alignment on FGeometryScriptSolidifyOptions"); \ +static_assert(sizeof(FGeometryScriptSolidifyOptions) == 0x000028, "Wrong size on FGeometryScriptSolidifyOptions"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, GridParameters) == 0x000000, "Member 'FGeometryScriptSolidifyOptions::GridParameters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, WindingThreshold) == 0x00000C, "Member 'FGeometryScriptSolidifyOptions::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, bSolidAtBoundaries) == 0x000010, "Member 'FGeometryScriptSolidifyOptions::bSolidAtBoundaries' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, ExtendBounds) == 0x000014, "Member 'FGeometryScriptSolidifyOptions::ExtendBounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, SurfaceSearchSteps) == 0x000018, "Member 'FGeometryScriptSolidifyOptions::SurfaceSearchSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, bThickenShells) == 0x00001C, "Member 'FGeometryScriptSolidifyOptions::bThickenShells' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, ShellThickness) == 0x000020, "Member 'FGeometryScriptSolidifyOptions::ShellThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMorphologyOptions \ +static_assert(alignof(FGeometryScriptMorphologyOptions) == 0x000004, "Wrong alignment on FGeometryScriptMorphologyOptions"); \ +static_assert(sizeof(FGeometryScriptMorphologyOptions) == 0x000024, "Wrong size on FGeometryScriptMorphologyOptions"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, SDFGridParameters) == 0x000000, "Member 'FGeometryScriptMorphologyOptions::SDFGridParameters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, bUseSeparateMeshGrid) == 0x00000C, "Member 'FGeometryScriptMorphologyOptions::bUseSeparateMeshGrid' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, MeshGridParameters) == 0x000010, "Member 'FGeometryScriptMorphologyOptions::MeshGridParameters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, Operation) == 0x00001C, "Member 'FGeometryScriptMorphologyOptions::Operation' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, Distance) == 0x000020, "Member 'FGeometryScriptMorphologyOptions::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointClusteringOptions \ +static_assert(alignof(FGeometryScriptPointClusteringOptions) == 0x000008, "Wrong alignment on FGeometryScriptPointClusteringOptions"); \ +static_assert(sizeof(FGeometryScriptPointClusteringOptions) == 0x000020, "Wrong size on FGeometryScriptPointClusteringOptions"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, InitialClusterCenters) == 0x000000, "Member 'FGeometryScriptPointClusteringOptions::InitialClusterCenters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, TargetNumClusters) == 0x000010, "Member 'FGeometryScriptPointClusteringOptions::TargetNumClusters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, InitializeMethod) == 0x000014, "Member 'FGeometryScriptPointClusteringOptions::InitializeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, RandomSeed) == 0x000018, "Member 'FGeometryScriptPointClusteringOptions::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, MaxIterations) == 0x00001C, "Member 'FGeometryScriptPointClusteringOptions::MaxIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointPriorityOptions \ +static_assert(alignof(FGeometryScriptPointPriorityOptions) == 0x000008, "Wrong alignment on FGeometryScriptPointPriorityOptions"); \ +static_assert(sizeof(FGeometryScriptPointPriorityOptions) == 0x000018, "Wrong size on FGeometryScriptPointPriorityOptions"); \ +static_assert(offsetof(FGeometryScriptPointPriorityOptions, OptionalPriorityWeights) == 0x000000, "Member 'FGeometryScriptPointPriorityOptions::OptionalPriorityWeights' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointPriorityOptions, bUniformSpacing) == 0x000010, "Member 'FGeometryScriptPointPriorityOptions::bUniformSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointFlatteningOptions \ +static_assert(alignof(FGeometryScriptPointFlatteningOptions) == 0x000010, "Wrong alignment on FGeometryScriptPointFlatteningOptions"); \ +static_assert(sizeof(FGeometryScriptPointFlatteningOptions) == 0x000070, "Wrong size on FGeometryScriptPointFlatteningOptions"); \ +static_assert(offsetof(FGeometryScriptPointFlatteningOptions, Frame) == 0x000000, "Member 'FGeometryScriptPointFlatteningOptions::Frame' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointFlatteningOptions, DropAxis) == 0x000060, "Member 'FGeometryScriptPointFlatteningOptions::DropAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygonOffsetOptions \ +static_assert(alignof(FGeometryScriptPolygonOffsetOptions) == 0x000008, "Wrong alignment on FGeometryScriptPolygonOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptPolygonOffsetOptions) == 0x000028, "Wrong size on FGeometryScriptPolygonOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, JoinType) == 0x000000, "Member 'FGeometryScriptPolygonOffsetOptions::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, MiterLimit) == 0x000008, "Member 'FGeometryScriptPolygonOffsetOptions::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, bOffsetBothSides) == 0x000010, "Member 'FGeometryScriptPolygonOffsetOptions::bOffsetBothSides' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, StepsPerRadianScale) == 0x000018, "Member 'FGeometryScriptPolygonOffsetOptions::StepsPerRadianScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, MaximumStepsPerRadian) == 0x000020, "Member 'FGeometryScriptPolygonOffsetOptions::MaximumStepsPerRadian' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptOpenPathOffsetOptions \ +static_assert(alignof(FGeometryScriptOpenPathOffsetOptions) == 0x000008, "Wrong alignment on FGeometryScriptOpenPathOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptOpenPathOffsetOptions) == 0x000028, "Wrong size on FGeometryScriptOpenPathOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, JoinType) == 0x000000, "Member 'FGeometryScriptOpenPathOffsetOptions::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, MiterLimit) == 0x000008, "Member 'FGeometryScriptOpenPathOffsetOptions::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, EndType) == 0x000010, "Member 'FGeometryScriptOpenPathOffsetOptions::EndType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, StepsPerRadianScale) == 0x000018, "Member 'FGeometryScriptOpenPathOffsetOptions::StepsPerRadianScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, MaximumStepsPerRadian) == 0x000020, "Member 'FGeometryScriptOpenPathOffsetOptions::MaximumStepsPerRadian' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSplineSamplingOptions \ +static_assert(alignof(FGeometryScriptSplineSamplingOptions) == 0x000004, "Wrong alignment on FGeometryScriptSplineSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptSplineSamplingOptions) == 0x000014, "Wrong size on FGeometryScriptSplineSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, NumSamples) == 0x000000, "Member 'FGeometryScriptSplineSamplingOptions::NumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, ErrorTolerance) == 0x000004, "Member 'FGeometryScriptSplineSamplingOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, SampleSpacing) == 0x000008, "Member 'FGeometryScriptSplineSamplingOptions::SampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, CoordinateSpace) == 0x000009, "Member 'FGeometryScriptSplineSamplingOptions::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeMethod) == 0x00000A, "Member 'FGeometryScriptSplineSamplingOptions::RangeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeStart) == 0x00000C, "Member 'FGeometryScriptSplineSamplingOptions::RangeStart' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeEnd) == 0x000010, "Member 'FGeometryScriptSplineSamplingOptions::RangeEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshFromComponentOptions \ +static_assert(alignof(FGeometryScriptCopyMeshFromComponentOptions) == 0x000004, "Wrong alignment on FGeometryScriptCopyMeshFromComponentOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshFromComponentOptions) == 0x00000C, "Wrong size on FGeometryScriptCopyMeshFromComponentOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantNormals) == 0x000000, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantTangents) == 0x000001, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantTangents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantInstanceColors) == 0x000002, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantInstanceColors' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, RequestedLOD) == 0x000004, "Member 'FGeometryScriptCopyMeshFromComponentOptions::RequestedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDetermineMeshOcclusionOptions \ +static_assert(alignof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000008, "Wrong alignment on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(sizeof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000010, "Wrong size on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, SamplingDensity) == 0x000000, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::SamplingDensity' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, bDoubleSided) == 0x000008, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::bDoubleSided' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, NumSearchDirections) == 0x00000C, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::NumSearchDirections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSampleTextureOptions \ +static_assert(alignof(FGeometryScriptSampleTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptSampleTextureOptions"); \ +static_assert(sizeof(FGeometryScriptSampleTextureOptions) == 0x000028, "Wrong size on FGeometryScriptSampleTextureOptions"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, SamplingMethod) == 0x000000, "Member 'FGeometryScriptSampleTextureOptions::SamplingMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, bWrap) == 0x000001, "Member 'FGeometryScriptSampleTextureOptions::bWrap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVScale) == 0x000008, "Member 'FGeometryScriptSampleTextureOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVOffset) == 0x000018, "Member 'FGeometryScriptSampleTextureOptions::UVOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptDebug \ +static_assert(alignof(UGeometryScriptDebug) == 0x000008, "Wrong alignment on UGeometryScriptDebug"); \ +static_assert(sizeof(UGeometryScriptDebug) == 0x000038, "Wrong size on UGeometryScriptDebug"); \ +static_assert(offsetof(UGeometryScriptDebug, Messages) == 0x000028, "Member 'UGeometryScriptDebug::Messages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes) == 0x000098, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, ApproximateOptions) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::ApproximateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, bHasApproximated) == 0x00008C, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::bHasApproximated' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, Debug) == 0x000090, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision) == 0x000108, "Wrong size on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, CollisionToUpdate) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::CollisionToUpdate' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, AppendCollision) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::AppendCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, Debug) == 0x000100, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace) == 0x000060, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, MeshBVH) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::MeshBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, NegativeSpaceOptions) == 0x000020, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::NegativeSpaceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, Debug) == 0x000048, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray, SphereCovering) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering, Spheres) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering::Spheres' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent) == 0x000090, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, Component) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, Debug) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, StaticMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount) == 0x000088, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes) == 0x000180, "Wrong size on GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, MergeOptions) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::MergeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, bHasMerged) == 0x0000F0, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::bHasMerged' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, Debug) == 0x0000F8, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, ReturnValue) == 0x000100, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision) == 0x000018, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, Component) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, bEmitTransaction) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, Debug) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, ToDynamicMeshComponent) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::ToDynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, Debug) == 0x000040, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent) == 0x000098, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, DynamicMeshComponent) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, Options) == 0x000088, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, Debug) == 0x000090, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh) == 0x000098, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, StaticMesh) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, Options) == 0x000088, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, StaticMeshCollisionOptions) == 0x000089, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, SourceComponent) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, StaticMeshCollisionOptions) == 0x000011, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, Debug) == 0x000018, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh) == 0x000058, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, ToStaticMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::ToStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, StaticMeshCollisionOptions) == 0x000040, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls) == 0x0000A0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, SimplifyOptions) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::SimplifyOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, bHasSimplified) == 0x000090, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::bHasSimplified' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, Debug) == 0x000098, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision) == 0x000010, "Wrong size on GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes) == 0x000170, "Wrong size on GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, Transform) == 0x000080, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, TransformOptions) == 0x0000E0, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::TransformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, bSuccess) == 0x0000E2, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, Debug) == 0x0000E8, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, ReturnValue) == 0x0000F0, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_CollisionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_CollisionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_CollisionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_CollisionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_CollisionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition) == 0x000050, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, Options) == 0x000018, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, Debug) == 0x000040, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000048, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Selection) == 0x000018, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Options) == 0x000028, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Debug) == 0x000038, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull) == 0x000010, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull) == 0x0000B0, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, ProjectionFrame) == 0x000020, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::ProjectionFrame' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, Options) == 0x000080, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, Debug) == 0x000098, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshSweptHull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_ContainmentFunctions \ +static_assert(alignof(UGeometryScriptLibrary_ContainmentFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_ContainmentFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_ContainmentFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_ContainmentFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearColorList::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList, ClearColor) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearColorList::ClearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList, ClearValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearUVList::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList, ClearUV) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearUVList::ClearUV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList, ColorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList::ColorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList, ColorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList::ColorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexType) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList, VectorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList::ScalarList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList, TriangleArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList::TriangleArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList, TriangleList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList::TriangleList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList, UVArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList::UVArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList, UVList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList::UVList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList, VectorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList::VectorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray, ColorArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray::ColorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray::IndexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray, ScalarArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray::ScalarArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray, TriangleArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray::TriangleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray, UVArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray::UVArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray, VectorArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray::VectorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList, DuplicateList) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, XChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::XChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, YChannelIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::YChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, ZChannelIndex) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::ZChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, Triangle) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::Triangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, bIsValidTriangle) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, NewColor) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::NewColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, bIsValidIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, NewValue) == 0x00001C, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, bIsValidIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, NewValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, bIsValidIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, NewUV) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::NewUV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, bIsValidIndex) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem) == 0x000038, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, NewValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, bIsValidIndex) == 0x000030, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_ListUtilityFunctions \ +static_assert(alignof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_ListUtilityFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_ListUtilityFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000028, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, RequestedLOD) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, Outcome) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, Debug) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, FromSkeletalMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::FromSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, AssetOptions) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, RequestedLOD) == 0x000014, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, Outcome) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, AssetOptions) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, RequestedLOD) == 0x000014, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, Outcome) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, ToSkeletalMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::ToSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, TargetLod) == 0x000090, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Outcome) == 0x000098, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, ToStaticMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::ToStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, TargetLod) == 0x000090, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Outcome) == 0x000098, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType) == 0x000010, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, LODType) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::LODType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, RequestedLOD) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialList) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialIndex) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialSlotNames) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, Outcome) == 0x000040, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_StaticMeshFunctions \ +static_assert(alignof(UGeometryScriptLibrary_StaticMeshFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_StaticMeshFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_StaticMeshFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_StaticMeshFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture) == 0x000140, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceMesh) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceOptions) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, BakeTypes) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::BakeTypes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, BakeOptions) == 0x000100, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, Debug) == 0x000120, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, ReturnValue) == 0x000128, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures) == 0x000160, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetLocalToWorld) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetLocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, SourceActors) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::SourceActors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, BakeOptions) == 0x000088, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, Debug) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, ReturnValue) == 0x0000D0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeVertex \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex) == 0x000190, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceMesh) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceOptions) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, BakeTypes) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::BakeTypes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, BakeOptions) == 0x000170, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, Debug) == 0x000180, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, ReturnValue) == 0x000188, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt) == 0x000004, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt) == 0x000008, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt, BakeResolution) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt::BakeResolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt, ReturnValue) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, OcclusionRays) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, MaxDistance) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, SpreadAngle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, BiasAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::BiasAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, OcclusionRays) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, MaxDistance) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, SpreadAngle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant, Value) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant::Value' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, CurvatureType) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::CurvatureType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ColorMapping) == 0x000001, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ColorMapping' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ColorRangeMultiplier) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ColorRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, MinRangeMultiplier) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::MinRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, Clamping) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::Clamping' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, MaterialIDSourceTextures) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::MaterialIDSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, SourceUVLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::SourceUVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, SourceTexture) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::SourceTexture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, SourceUVLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::SourceUVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBakeFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBakeFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBakeFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBakeFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBakeFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewTrianglesList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewTrianglesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewIndicesList) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewTriangleGroupID) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewTriangleGroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, bDeferChangeNotifications) == 0x000034, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangleIndex) == 0x000014, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangleGroupID) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangleGroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, NewPosition) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, NewVertexIndex) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::NewVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, NewPositionsList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::NewPositionsList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, NewIndicesList) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::NewIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, bDeferChangeNotifications) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh) == 0x000108, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, Buffers) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::Buffers' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, NewTriangleIndicesList) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::NewTriangleIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, MaterialID) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, bDeferChangeNotifications) == 0x0000F4, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, Debug) == 0x0000F8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, ReturnValue) == 0x000100, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendMesh_0) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendMesh_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, bDeferChangeNotifications) == 0x000070, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendOptions) == 0x000071, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, RepeatCount) == 0x000070, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::RepeatCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, bApplyTransformToFirstInstance) == 0x000074, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::bApplyTransformToFirstInstance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, bDeferChangeNotifications) == 0x000075, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendOptions) == 0x000076, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendTransforms) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, ConstantTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::ConstantTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, bConstantTransformIsRelative) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::bConstantTransformIsRelative' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, bDeferChangeNotifications) == 0x000081, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendOptions) == 0x000082, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, NumDeleted) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, bWasTriangleDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::bWasTriangleDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, bDeferChangeNotifications) == 0x00000D, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, TriangleList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, NumDeleted) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, bWasVertexDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::bWasVertexDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, bDeferChangeNotifications) == 0x00000D, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, VertexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::VertexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, NumDeleted) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, bDeferChangeNotifications) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, PositionList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::PositionList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, NewPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, bIsValidVertex) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, bDeferChangeNotifications) == 0x000029, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBasicEditFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Skeleton) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Profile) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, SourceMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, BonesInfo) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::BonesInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, bRecursive) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, bIsValidBoneName) == 0x000011, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, ChildrenInfo) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::ChildrenInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, bIsValidBoneName) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, BoneIndex) == 0x000014, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, bIsValidBoneName) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, BoneInfo) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::BoneInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, Debug) == 0x000100, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, ReturnValue) == 0x000108, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, BoneWeight) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::BoneWeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, bHasValidBoneWeights) == 0x000014, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::bHasValidBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, Profile) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, bHasBoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::bHasBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, MaxBoneIndex) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::MaxBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, Profile) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, BoneWeights) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, bHasValidBoneWeights) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::bHasValidBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, Profile) == 0x000024, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, bProfileExisted) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::bProfileExisted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, bReplaceExistingProfile) == 0x000009, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::bReplaceExistingProfile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, Profile) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, bHasBoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::bHasBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, Profile) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, BoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, Profile) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, BoneWeights) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, bIsValidVertexID) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::bIsValidVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, Profile) == 0x000024, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, SourceMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBoneWeightFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000100, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ToolMesh) == 0x000070, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ToolMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ToolTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ToolTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Operation) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Operation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Options) == 0x0000E4, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Debug) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ReturnValue) == 0x0000F8, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror, MirrorFrame) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror::MirrorFrame' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror, Options) == 0x000070, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshMirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, CutFrame) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::CutFrame' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, Options) == 0x000070, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, CutFrame) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::CutFrame' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, Options) == 0x000070, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshSelfUnion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBooleanFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBooleanFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBooleanFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBooleanFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBooleanFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh) == 0x000100, "Wrong size on GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, OtherMesh) == 0x000070, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::OtherMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, OtherTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::OtherTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, bIsIntersecting) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::bIsIntersecting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, Debug) == 0x0000E8, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh, ReturnValue) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsIntersectingMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs \ +static_assert(alignof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, OtherMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::OtherMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, bIsSameMesh) == 0x00001C, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::bIsSameMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes \ +static_assert(alignof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, OtherMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::OtherMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, MaxDistance) == 0x000018, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, MinDistance) == 0x000020, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, AverageDistance) == 0x000028, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::AverageDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, RootMeanSqrDeviation) == 0x000030, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::RootMeanSqrDeviation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshComparisonFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshComparisonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshComparisonFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshComparisonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshComparisonFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, StoreToSubmesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::StoreToSubmesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, StoreToSubmeshOut) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::StoreToSubmeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, bAppendToExisting) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::bAppendToExisting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, bPreserveGroupIDs) == 0x000029, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::bPreserveGroupIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyFromMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, StoreToSubmesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::StoreToSubmesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, TriangleList) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, StoreToSubmeshOut) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::StoreToSubmeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents, ComponentMeshes) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents::ComponentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents, MeshPool) == 0x000018, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents::MeshPool' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, ComponentMeshes) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::ComponentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, ComponentMaterialIDs) == 0x000018, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::ComponentMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, MeshPool) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::MeshPool' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, ComponentMeshes) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::ComponentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, ComponentPolygroups) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::ComponentPolygroups' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, MeshPool) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::MeshPool' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshDecompositionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendExtent) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, VectorList) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Magnitude) == 0x000028, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000070, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Texture) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Options) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, UVLayer) == 0x000058, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Debug) == 0x000060, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlareOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlareOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlarePercentX) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlarePercentX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlarePercentY) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlarePercentY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlareExtent) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlareExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, WarpOrientation) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::WarpOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, WarpType) == 0x000070, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::WarpType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, Options) == 0x000074, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistExtent) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshDeformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDeformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDeformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, Direction) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, StartTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::StartTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, StartBaryCoords) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::StartBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, MaxPathLength) == 0x000040, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, SurfacePath) == 0x000048, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::SurfacePath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, bFoundErrors) == 0x000060, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, Debug) == 0x000068, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, StartTriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::StartTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, StartBaryCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::StartBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, EndTriangleID) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::EndTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, EndBaryCoords) == 0x000030, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::EndBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, ShortestPath) == 0x000048, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, bFoundErrors) == 0x000060, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, Debug) == 0x000068, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, StartVertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::StartVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, EndVertexID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::EndVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, VertexIDList) == 0x000010, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::VertexIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, bFoundErrors) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshGeodesicFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshGeodesicFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshGeodesicFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshGeodesicFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshGeodesicFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, ClearValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::ClearValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, SourceMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::SourceMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, CompactedMaterialList) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::CompactedMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, MaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, NumDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, bDeferChangeNotifications) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, MaterialIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::MaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, bHasMaterialIDs) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::bHasMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, MaterialIDList) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::MaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, bHasMaterialIDs) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::bHasMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, MaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, TriangleIDList) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, FromMaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::FromMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, ToMaterialID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::ToMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, FromMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::FromMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, ToMaterialList) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::ToMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, MissingMaterialID) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::MissingMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, TriangleMaterialIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::TriangleMaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, bDeferChangeNotifications) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, MaterialID) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, MaterialID) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, MaterialID) == 0x000014, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, bIsValidPolygroupID) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::bIsValidPolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, bDeferChangeNotifications) == 0x000019, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, MaterialID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, bIsValidTriangle) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, bDeferChangeNotifications) == 0x000011, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshMaterialFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshMaterialFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshMaterialFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshMaterialFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshMaterialFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, BevelMode) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::BevelMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, BevelOptions) == 0x00001C, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::BevelOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, bAllowBowtiesInOutput) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::bAllowBowtiesInOutput' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, NewTriangles) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::NewTriangles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, GroupOptions) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0 \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Selection) == 0x000040, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel) == 0x0000E0, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, Debug) == 0x0000D0, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, ReturnValue) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshModelingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshModelingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshModelingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, SplitOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::SplitOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, CalculateOptions) == 0x00001C, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, bHasTangents) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::bHasTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, NormalList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::NormalList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bIsValidNormalSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bIsValidNormalSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bAverageSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bAverageSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TangentXList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TangentXList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TangentYList) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TangentYList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bIsValidTangentSet) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bIsValidTangentSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bHasVertexIDGaps) == 0x000029, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bAverageSplitVertexValues) == 0x00002A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bAverageSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, CalculateOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, bDeferChangeNotifications) == 0x00000A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, CalculateOptions) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, bDeferChangeNotifications) == 0x00001A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, VertexNormalList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::VertexNormalList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TangentXList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TangentXList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TangentYList) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TangentYList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, Normals) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::Normals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, bIsValidTriangle) == 0x000058, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, bDeferChangeNotifications) == 0x000059, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal) == 0x000070, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bUpdateNormal) == 0x00000C, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bUpdateNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewNormal) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bUpdateTangents) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bUpdateTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewTangentX) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewTangentX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewTangentY) == 0x000048, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewTangentY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bIsValidVertex) == 0x000060, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bMergeSplitValues) == 0x000061, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bMergeSplitValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bDeferChangeNotifications) == 0x000062, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshNormalsFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshNormalsFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshNormalsFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshNormalsFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshNormalsFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::ClearValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, CreaseAngle) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, MinGroupSize) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::MinGroupSize' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, bRespectUVSeams) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::bRespectUVSeams' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, bRespectHardNormals) == 0x000011, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::bRespectHardNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, QuadAdjacencyWeight) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::QuadAdjacencyWeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, QuadMetricClamp) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::QuadMetricClamp' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, MaxSearchRounds) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::MaxSearchRounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, UVLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, FromGroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::FromGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, ToGroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::ToGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, NumDeleted) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, bDeferChangeNotifications) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs, PolygroupIDsOut) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs::PolygroupIDsOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetAllTrianglePolygroupIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh, PolygroupIDsOut) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh::PolygroupIDsOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolygroupIDsInMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, TriangleID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, bIsValidTriangle) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, TriangleIDsOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::TriangleIDsOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, NumLayers) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::NumLayers' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, SetPolygroupIDOut) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::SetPolygroupIDOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, SetPolygroupID) == 0x000024, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::SetPolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, bGenerateNewPolygroup) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::bGenerateNewPolygroup' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, bDeferChangeNotifications) == 0x000029, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPolygroupFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Box) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsX) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsY) == 0x0000AC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsZ) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, ReturnValue) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionZ) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsX) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsY) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsZ) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Origin) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, LineLength) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::LineLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, HemisphereSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::HemisphereSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, CircleSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::CircleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, BaseRadius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::BaseRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TopRadius) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TopRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Height) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, RadialSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, HeightSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, bCapped) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Origin) == 0x000085, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, InnerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, CurveAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::CurveAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, NumSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, bFloating) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Height) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, RadialSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, HeightSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, bCapped) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Origin) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, VertexPositions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ConstrainedEdges) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ConstrainedEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TriangulationOptions) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PositionsToVertexIDs) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PositionsToVertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, bHasDuplicateVertices) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::bHasDuplicateVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, AngleSteps) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::AngleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, SpokeSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::SpokeSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, StartAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, EndAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, HoleRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::HoleRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepDepth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, NumSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, bFloating) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PolygonList) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TriangulationOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, bTriangulationError) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::bTriangulationError' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PathVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Steps) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, bCapped) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, SimpleCollision) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TriangulationOptions) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Debug) == 0x000100, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, ReturnValue) == 0x000108, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Height) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, HeightSteps) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, bCapped) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Origin) == 0x000089, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsX) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsY) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, StepsZ) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Origin) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, SphereCovering) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsX) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsY) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsZ) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsPhi) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsPhi' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsTheta) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsTheta' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Origin) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RisePerRevolution) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RisePerRevolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, RotationAngleDeg) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineTexParamU) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineTexParamU' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPathTexParamV) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPathTexParamV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, bLoop) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, StartScale) == 0x0000B4, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, EndScale) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, RotationAngleDeg) == 0x0000BC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Debug) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, ReturnValue) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, RevolveOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorRadius) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorSteps) == 0x00008C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorSteps) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Origin) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, bAllowSelfIntersections) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::bAllowSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PolygonVertices3D) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PolygonVertices3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiSites) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPrimitiveFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Point) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex1) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex2) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex3) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, BarycentricCoords) == 0x000070, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, VertexID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ElementIDs) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ElementIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ElementUVs) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ElementUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, bHaveValidUVs) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, bHasTriangleIDGaps) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::bHasTriangleIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, TriangleList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, bSkipGaps) == 0x000018, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::bSkipGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, bHasTriangleIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::bHasTriangleIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs, VertexIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs::VertexIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs, bHasVertexIDGaps) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions, PositionList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions::PositionList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions, bSkipGaps) == 0x000018, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions::bSkipGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, bTriHasValidNormals) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::bTriHasValidNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, InterpolatedNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::InterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents) == 0x000080, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, bTriHasValidElements) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::bTriHasValidElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedTangent) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedTangent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedBiTangent) == 0x000060, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedBiTangent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, bIsValidTriangle) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, InterpolatedPosition) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::InterpolatedPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, bTriHasValidUVs) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::bTriHasValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, InterpolatedUV) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::InterpolatedUV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, DefaultColor) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, bTriHasValidVertexColors) == 0x000038, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::bTriHasValidVertexColors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, InterpolatedColor) == 0x00003C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::InterpolatedColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, SurfaceArea) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::SurfaceArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, Volume) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, SurfaceArea) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::SurfaceArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, Volume) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::Volume' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, CenterOfMass) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::CenterOfMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, bAmbiguousTopologyFound) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::bAmbiguousTopologyFound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal2) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal3) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, bTriHasValidNormals) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::bTriHasValidNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, bTriHasValidElements) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::bTriHasValidElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, Normals) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::Normals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, Tangents) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::Tangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, BiTangents) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::BiTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, ReturnValue) == 0x0000E8, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex2) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex3) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV2) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV3) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, bHaveValidUVs) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::bHaveValidUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color1) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color2) == 0x00001C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color3) == 0x00002C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, bTriHasValidVertexColors) == 0x00003C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::bTriHasValidVertexColors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, bIsValidUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, bUVSetIsEmpty) == 0x00000D, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::bUVSetIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, Triangles) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, Vertices) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::Vertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, bIsValidVertex) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshQueryFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshQueryFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshQueryFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh \ +static_assert(alignof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ +static_assert(sizeof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000040, "Wrong size on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, RemeshOptions) == 0x000008, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::RemeshOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, UniformOptions) == 0x000024, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::UniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_RemeshingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_RemeshingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_RemeshingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_RemeshingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_RemeshingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_CompactMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_CompactMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_CompactMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, FillOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::FillOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, NumFilledHoles) == 0x00000C, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::NumFilledHoles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, NumFailedHoleFills) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::NumFailedHoleFills' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, ResolveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::ResolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, bMeshBowties) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::bMeshBowties' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, bAttributeBowties) == 0x000009, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::bAttributeBowties' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, WeldOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::WeldOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshRepairFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshRepairFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshRepairFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000080, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Samples) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, SampleRadii) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TriangleIDs) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Samples) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TriangleIDs) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Cameras) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Box) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Options) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Samples) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Actors) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Actors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Cameras) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, NonUniformOptions) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, VertexWeights) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::VertexWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Samples) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, SampleRadii) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TriangleIDs) == 0x000068, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSamplingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSamplingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSamplingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionA) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionB) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, ResultSelection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::ResultSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, CombineMode) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::CombineMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, IndexArray) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, IndexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, SelectionType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, IndexSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::IndexSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, SelectionType) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, Selection) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, FromSelection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::FromSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ToSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ToSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, NewType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::NewType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, bAllowPartialInclusion) == 0x000029, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::bAllowPartialInclusion' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, SelectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, IndexList) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ResultListType) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ResultListType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ConvertToType) == 0x000031, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ConvertToType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, bDisable) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Iterations) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Iterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bContract) == 0x00002C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bContract' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bOnlyExpandToFaceNeighbours) == 0x00002D, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bOnlyExpandToFaceNeighbours' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ConnectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ConnectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, SelectionType) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, NumSelected) == 0x000014, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::NumSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, bOnlyToConnected) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Normal) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Normal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MaxAngleDeg) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MaxAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Box) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, SelectionType) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, bInvert) == 0x000051, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, MinNumTrianglePoints) == 0x000054, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMeshTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, bInvert) == 0x000081, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ShellDistance) == 0x000088, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ShellDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, WindingThreshold) == 0x000090, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, MinNumTrianglePoints) == 0x000098, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereRadius) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, SelectionType) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, bInvert) == 0x000049, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, MinNumTrianglePoints) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, IndexLoops) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::IndexLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, PathLoops) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::PathLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, NumLoops) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, bFoundErrors) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, SelectionBounds) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::SelectionBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, bIsEmpty) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::bIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, Debug) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionQueryFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Tolerance) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TriangleCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, vertexcount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::vertexcount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSimplifyFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, OutputBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::OutputBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, NearestResult) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::NearestResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Outcome) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayOrigin) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayDirection) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Options) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, HitResult) == 0x000068, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::HitResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Outcome) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TestBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TestBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, bIsValid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, bIsInside) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::bIsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Outcome) == 0x00004D, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, UpdateBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::UpdateBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, bOnlyIfInvalid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::bOnlyIfInvalid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_ResetBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_ResetBVH, ResetBVH_0) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_ResetBVH::ResetBVH_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBox) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Options) == 0x000060, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, MinNumTrianglePoints) == 0x000084, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSpatial \ +static_assert(alignof(UGeometryScriptLibrary_MeshSpatial) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSpatial"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSpatial) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSpatial"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, TessellationLevel) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, TessellationLevel) == 0x00001C, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, PatternType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::PatternType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, TessellationLevel) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSubdivideFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSubdivideFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSubdivideFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSubdivideFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSubdivideFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_RotateMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_RotateMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_RotateMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, Rotation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, RotationOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Rotation) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, RotationOrigin) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, Scale) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, bFixOrientationForNegativeScale) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::bFixOrientationForNegativeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Scale) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, ScaleOrigin) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TransformMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TransformMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TransformMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, bFixOrientationForNegativeScale) == 0x000070, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::bFixOrientationForNegativeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Transform) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, Translation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Translation) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, PivotLocation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshTransformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshTransformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshTransformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bIsValidUVSet) == 0x000024, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bDeferChangeNotifications) == 0x000025, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000088, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPoint) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPointTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPointTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexIDs) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexUVs) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Radius) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, bUseInterpolatedNormal) == 0x000050, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::bUseInterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TangentYDirection) == 0x000058, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TangentYDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, UVRotationDeg) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::UVRotationDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyFromUVMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyFromUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ToUVSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ToUVSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bFoundTopologyErrors) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bFoundTopologyErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bOnlyUVPositions) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bOnlyUVPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyFromMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bInvalidTopology) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bInvalidTopology' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyUVSet \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, FromUVSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::FromUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ToUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ToUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bIsValidUVSet) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasVertexIDGaps) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasSplitUVs) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasSplitUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, bHaveValidUVs) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x0000A8, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshArea) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVArea) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshBounds) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVBounds) == 0x000068, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bIsValidUVSet) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bFoundUnsetUVs) == 0x000091, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bFoundUnsetUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bOnlyIncludeValidUVTris) == 0x000092, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bOnlyIncludeValidUVTris' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, RepackOptions) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::RepackOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationOrigin) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Scale) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Selection) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bIsValidTriangle) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bDeferChangeNotifications) == 0x00001D, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UVs) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bIsValidTriangle) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bDeferChangeNotifications) == 0x000041, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bDeferChangeNotifications) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, BoxTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::BoxTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, MinIslandTriCount) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::MinIslandTriCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, CylinderTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::CylinderTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, SplitAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::SplitAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, PlaneTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::PlaneTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, NumUVSets) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::NumUVSets' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Translation) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshUVFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshUVFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshUVFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, NumIterations) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Strength) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Strength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, BlurMode) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::BlurMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Options) == 0x000029, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bIsValidColorSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bIsValidColorSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bBlendSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bBlendSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Color) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Flags_0) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, bClearExisting) == 0x00001C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::bClearExisting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, VertexColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::VertexColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Color) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Flags_0) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, bCreateColorSeam) == 0x00002C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::bCreateColorSeam' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVertexColorFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology \ +static_assert(alignof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify \ +static_assert(alignof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVoxelFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshVoxelFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVoxelFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshVoxelFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVoxelFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints) == 0x000050, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, DownsampledIndices) == 0x000028, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::DownsampledIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, KeepNumPoints) == 0x000040, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::KeepNumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Debug) == 0x000048, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints) == 0x000090, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, PointsIn3D) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::PointsIn3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, PointsIn2D) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::PointsIn2D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, Options) == 0x000020, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList) == 0x000038, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, allPoints) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::allPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, Indices) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::Indices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, SelectedPoints) == 0x000028, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::SelectedPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays) == 0x000040, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, ClusterIDToLists) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::ClusterIDToLists' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs) == 0x000040, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, PointClusterIndices) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::PointClusterIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints) == 0x000050, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, ExpandBy) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::ExpandBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms) == 0x000038, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Transforms) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Offset) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Direction) == 0x000018, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Space) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints) == 0x000020, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints, Transforms) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints, Points) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints) == 0x0000A0, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, PointsIn2D) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::PointsIn2D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, PointsIn3D) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::PointsIn3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, Options) == 0x000020, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, Height) == 0x000090, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PointSetSamplingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, position) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Spline) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Polygon) == 0x000008, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, SamplingOptions) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, DropAxis) == 0x00002C, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::DropAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, position) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, bPolygonIsEmpty) == 0x000028, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SimplePolygonFunctions \ +static_assert(alignof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SimplePolygonFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SimplePolygonFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, OuterPolygon) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::OuterPolygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, HolePolygons) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::HolePolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, bFixHoleOrientations) == 0x000030, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::bFixHoleOrientations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, ReturnValue) == 0x000034, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList, PolygonsToAppend) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList::PolygonsToAppend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons, OuterPolygons) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons::OuterPolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, OuterPolygon) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::OuterPolygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, HolePolygons) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::HolePolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, bFixHoleOrientations) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::bFixHoleOrientations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, PolyPaths) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::PolyPaths' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, Path) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::Path' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds) == 0x000040, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount) == 0x000018, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea) == 0x000018, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, bIsValidVertex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, VertexIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, PolygonIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, HoleIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, bValidIndices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, HoleIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, ReturnValue) == 0x00001C, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, OutVertices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::OutVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, bValidIndices) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, PolygonIndex) == 0x000024, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, HoleIndex) == 0x000028, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::HoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, bValidIndices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, HoleIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, PolygonsToSubtract) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::PolygonsToSubtract' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, PolygonsToExclusiveOr) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::PolygonsToExclusiveOr' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, PolygonsToIntersect) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::PolygonsToIntersect' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets) == 0x000060, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, FirstOffset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::FirstOffset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, SecondOffset) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::SecondOffset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, bOperationSuccess) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, bCopyInputOnFailure) == 0x000049, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion) == 0x000028, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, bCopyInputOnFailure) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PolygonListFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PolygonListFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PolygonListFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PolygonListFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PolygonListFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath, VertexArray) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath::VertexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath, PolyPath) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath::PolyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath, VertexArray) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath::VertexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath, PolyPath) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath::PolyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray, VertexArray) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray::VertexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D, VertexArray) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D::VertexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, Spline) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, PolyPath) == 0x000008, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, SamplingOptions) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::SamplingOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, Center) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, Radius) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, NumPoints) == 0x000014, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, StartAngle) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, EndAngle) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D) == 0x000090, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, Transform) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, Radius) == 0x000060, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, NumPoints) == 0x000064, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, StartAngle) == 0x000068, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, EndAngle) == 0x00006C, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D) == 0x000030, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, Center) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, Radius) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, NumPoints) == 0x000014, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D) == 0x000080, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, Transform) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, Radius) == 0x000060, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, NumPoints) == 0x000064, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, DropAxis) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::DropAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, Point) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms) == 0x0000B0, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, Spline) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, Frames) == 0x000008, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::Frames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, FrameTimes) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::FrameTimes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, SamplingOptions) == 0x000028, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, RelativeTransform) == 0x000040, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, bIncludeScale) == 0x0000A0, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::bIncludeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, ReturnValue) == 0x0000A1, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PolyPathFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PolyPathFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PolyPathFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PolyPathFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PolyPathFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject) == 0x000010, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject) == 0x0000A0, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, FromObject) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::FromObject' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, bTransformToWorld) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::bTransformToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, LocalToWorld) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, Outcome) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, bUseComplexCollision) == 0x000081, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::bUseComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, SphereResolution) == 0x000084, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::SphereResolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, Debug) == 0x000088, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent) == 0x000010, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent) == 0x0000A0, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Component) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Options) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, bTransformToWorld) == 0x00001C, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::bTransformToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, LocalToWorld) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Outcome) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Debug) == 0x000088, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool) == 0x000008, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion) == 0x000098, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, SourceMeshes) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::SourceMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, SourceMeshTransforms) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::SourceMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OutMeshIsHidden) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OutMeshIsHidden' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, TransparentMeshes) == 0x000030, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::TransparentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, TransparentMeshTransforms) == 0x000040, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::TransparentMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OutTransparentMeshIsHidden) == 0x000050, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OutTransparentMeshIsHidden' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OccludeMeshes) == 0x000060, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OccludeMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OccludeMeshTransforms) == 0x000070, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OccludeMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OcclusionOptions) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OcclusionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, Debug) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList) == 0x000020, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, Component) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, MaterialList) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, Debug) == 0x000018, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SceneUtilityFunctions \ +static_assert(alignof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SceneUtilityFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SceneUtilityFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x0000A0, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000080, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x0000B0, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, TangentAxis) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::TangentAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, bTangentIsX) == 0x000048, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::bTangentIsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TransformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_TransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TransformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_TransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TransformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000078, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, Box) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, HitDistance) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint) == 0x0000A8, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineOrigin) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineDirection) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, RayParameter) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, RayPoint) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::RayPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineParameter) == 0x000080, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LinePoint) == 0x000088, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LinePoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayParameter \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayParameter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayParameter"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayParameter) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayParameter"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, Plane) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::Plane' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, HitDistance) == 0x000050, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPoint) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, Distance) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::Distance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPointDistance \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPointDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPointDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint) == 0x0000A0, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegStartPoint) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegStartPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegEndPoint) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegEndPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, RayParameter) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, RayPoint) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::RayPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegPoint) == 0x000080, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection) == 0x000068, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, SphereCenter) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::SphereCenter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, SphereRadius) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Distance1) == 0x000050, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Distance1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Distance2) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Distance2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayStartEnd \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayStartEnd"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd) == 0x000070, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayStartEnd"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, StartDistance) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, EndDistance) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::EndDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, StartPoint) == 0x000040, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, EndPoint) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::EndPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetTransformedRay \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetTransformedRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetTransformedRay"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetTransformedRay) == 0x0000D0, "Wrong size on GeometryScriptLibrary_RayFunctions_GetTransformedRay"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, Transform) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, bInvert) == 0x000090, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection) == 0x000068, "Wrong size on GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, Origin) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, Direction) == 0x000018, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, bDirectionIsNormalized) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::bDirectionIsNormalized' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_MakeRayFromPoints \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_MakeRayFromPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_MakeRayFromPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, A) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::A' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, B) == 0x000018, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::B' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_RayFunctions \ +static_assert(alignof(UGeometryScriptLibrary_RayFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_RayFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_RayFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_RayFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection) == 0x0000B0, "Wrong size on GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, bIsIntersecting) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::bIsIntersecting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox) == 0x000070, "Wrong size on GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, bIsInside) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::bIsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance) == 0x000078, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Center) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Dimensions) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Dimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxCorner \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxCorner"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxCorner"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, CornerIndex) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::CornerIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter) == 0x000070, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, FaceIndex) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, FaceNormal) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::FaceNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea) == 0x000048, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, Volume) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::Volume' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, SurfaceArea) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetExpandedBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetExpandedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox) == 0x000088, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetExpandedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, ExpandBy) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::ExpandBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetTransformedBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetTransformedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox) == 0x0000E0, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetTransformedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, Transform) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, Center) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, Extents) == 0x000018, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::Extents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, Center) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, Dimensions) == 0x000018, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection) == 0x000078, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection) == 0x000060, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, SphereCenter) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::SphereCenter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, SphereRadius) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestPointInsideBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestPointInsideBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestPointInsideBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, bConsiderOnBoxAsInside) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::bConsiderOnBoxAsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, ReturnValue) == 0x000051, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_BoxFunctions \ +static_assert(alignof(UGeometryScriptLibrary_BoxFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_BoxFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_BoxFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_BoxFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions \ +static_assert(alignof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions) == 0x000058, "Wrong size on GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, UVList) == 0x000000, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, Texture) == 0x000010, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, SampleOptions) == 0x000018, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::SampleOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, ColorList) == 0x000040, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, Debug) == 0x000050, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions \ +static_assert(alignof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions) == 0x000058, "Wrong size on GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, UVList) == 0x000000, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, Texture) == 0x000010, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, SampleOptions) == 0x000018, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::SampleOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, ColorList) == 0x000040, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, Debug) == 0x000050, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TextureMapFunctions \ +static_assert(alignof(UGeometryScriptLibrary_TextureMapFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TextureMapFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_TextureMapFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TextureMapFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, ScalarList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace) == 0x000018, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace, ScalarList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace::ScalarList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, VectorList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace) == 0x000018, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace, VectorList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace::VectorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarBlend \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarBlend"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend) == 0x000040, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarBlend"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ConstantB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ConstantB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarInvert \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarInvert"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarInvert"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, Numerator) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::Numerator' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, SetOnFailure) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::SetOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, Epsilon) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::Epsilon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, Numerator) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::Numerator' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, SetOnFailure) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::SetOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, Epsilon) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::Epsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ConstantMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ConstantMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ConstantMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ConstantMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ScalarMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ScalarMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, ScalarMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::ScalarMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorBlend \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorBlend"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend) == 0x000040, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorBlend"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ConstantB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::ConstantB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorCross \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorCross) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorCross"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorCross) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorCross"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorDot \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorDot) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorDot"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorDot) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorDot"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorLength \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorLength"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorLength) == 0x000020, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorLength"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorLength, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorLength::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace, SetOnFailure) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace::SetOnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorToScalar \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorToScalar"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorToScalar"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantX) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantY) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantZ) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_VectorMathFunctions \ +static_assert(alignof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_VectorMathFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_VectorMathFunctions"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingWindowData \ +static_assert(alignof(FMotionWarpingWindowData) == 0x000008, "Wrong alignment on FMotionWarpingWindowData"); \ +static_assert(sizeof(FMotionWarpingWindowData) == 0x000010, "Wrong size on FMotionWarpingWindowData"); \ +static_assert(offsetof(FMotionWarpingWindowData, AnimNotify) == 0x000000, "Member 'FMotionWarpingWindowData::AnimNotify' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingWindowData, StartTime) == 0x000008, "Member 'FMotionWarpingWindowData::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingWindowData, EndTime) == 0x00000C, "Member 'FMotionWarpingWindowData::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingUpdateContext \ +static_assert(alignof(FMotionWarpingUpdateContext) == 0x000004, "Wrong alignment on FMotionWarpingUpdateContext"); \ +static_assert(sizeof(FMotionWarpingUpdateContext) == 0x00001C, "Wrong size on FMotionWarpingUpdateContext"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, Animation) == 0x000000, "Member 'FMotionWarpingUpdateContext::Animation' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, PreviousPosition) == 0x000008, "Member 'FMotionWarpingUpdateContext::PreviousPosition' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, CurrentPosition) == 0x00000C, "Member 'FMotionWarpingUpdateContext::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, Weight) == 0x000010, "Member 'FMotionWarpingUpdateContext::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, PlayRate) == 0x000014, "Member 'FMotionWarpingUpdateContext::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, DeltaSeconds) == 0x000018, "Member 'FMotionWarpingUpdateContext::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingTarget \ +static_assert(alignof(FMotionWarpingTarget) == 0x000008, "Wrong alignment on FMotionWarpingTarget"); \ +static_assert(sizeof(FMotionWarpingTarget) == 0x000080, "Wrong size on FMotionWarpingTarget"); \ +static_assert(offsetof(FMotionWarpingTarget, Name) == 0x000000, "Member 'FMotionWarpingTarget::Name' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Location) == 0x000008, "Member 'FMotionWarpingTarget::Location' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Rotation) == 0x000020, "Member 'FMotionWarpingTarget::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Component) == 0x000038, "Member 'FMotionWarpingTarget::Component' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, BoneName) == 0x000040, "Member 'FMotionWarpingTarget::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, bFollowComponent) == 0x000048, "Member 'FMotionWarpingTarget::bFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, LocationOffset) == 0x000050, "Member 'FMotionWarpingTarget::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, RotationOffset) == 0x000068, "Member 'FMotionWarpingTarget::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionDeltaTrack \ +static_assert(alignof(FMotionDeltaTrack) == 0x000008, "Wrong alignment on FMotionDeltaTrack"); \ +static_assert(sizeof(FMotionDeltaTrack) == 0x000060, "Wrong size on FMotionDeltaTrack"); \ +static_assert(offsetof(FMotionDeltaTrack, BoneTransformTrack) == 0x000000, "Member 'FMotionDeltaTrack::BoneTransformTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaTranslationTrack) == 0x000010, "Member 'FMotionDeltaTrack::DeltaTranslationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaRotationTrack) == 0x000020, "Member 'FMotionDeltaTrack::DeltaRotationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalTranslation) == 0x000030, "Member 'FMotionDeltaTrack::TotalTranslation' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalRotation) == 0x000048, "Member 'FMotionDeltaTrack::TotalRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionDeltaTrackContainer \ +static_assert(alignof(FMotionDeltaTrackContainer) == 0x000008, "Wrong alignment on FMotionDeltaTrackContainer"); \ +static_assert(sizeof(FMotionDeltaTrackContainer) == 0x000010, "Wrong size on FMotionDeltaTrackContainer"); \ +static_assert(offsetof(FMotionDeltaTrackContainer, Tracks) == 0x000000, "Member 'FMotionDeltaTrackContainer::Tracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_AddRootMotionModifier \ +static_assert(alignof(AnimNotifyState_MotionWarping_AddRootMotionModifier) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_AddRootMotionModifier"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_AddRootMotionModifier) == 0x000020, "Wrong size on AnimNotifyState_MotionWarping_AddRootMotionModifier"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, Animation) == 0x000008, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, StartTime) == 0x000010, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, EndTime) == 0x000014, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::EndTime' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, ReturnValue) == 0x000018, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierActivate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierActivate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierActivate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierActivate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierActivate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpBegin \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpBegin) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpBegin"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpBegin) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpBegin"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpBegin, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpBegin::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpBegin, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpBegin::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpEnd \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpEnd) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpEnd"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpEnd) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpEnd"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpEnd, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpEnd::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpEnd, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpEnd::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpUpdate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpUpdate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpUpdate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpUpdate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpUpdate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpUpdate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpUpdate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpUpdate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpUpdate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_MotionWarping \ +static_assert(alignof(UAnimNotifyState_MotionWarping) == 0x000008, "Wrong alignment on UAnimNotifyState_MotionWarping"); \ +static_assert(sizeof(UAnimNotifyState_MotionWarping) == 0x000040, "Wrong size on UAnimNotifyState_MotionWarping"); \ +static_assert(offsetof(UAnimNotifyState_MotionWarping, RootMotionModifier) == 0x000038, "Member 'UAnimNotifyState_MotionWarping::RootMotionModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_ExtractRootMotionFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000010, "Wrong alignment on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000070, "Wrong size on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, StartTime) == 0x000008, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, EndTime) == 0x00000C, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::EndTime' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, ReturnValue) == 0x000010, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation) == 0x000008, "Wrong alignment on MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation) == 0x000020, "Wrong size on MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, WarpTargetName) == 0x000008, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, OutWindows) == 0x000010, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::OutWindows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation) == 0x000008, "Wrong alignment on MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation) == 0x000018, "Wrong size on MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation, OutWindows) == 0x000008, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation::OutWindows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingUtilities \ +static_assert(alignof(UMotionWarpingUtilities) == 0x000008, "Wrong alignment on UMotionWarpingUtilities"); \ +static_assert(sizeof(UMotionWarpingUtilities) == 0x000028, "Wrong size on UMotionWarpingUtilities"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTarget \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTarget) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTarget"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTarget) == 0x000080, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTarget"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTarget, WarpTarget) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTarget::WarpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent) == 0x000050, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, Component) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, BoneName) == 0x000010, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, bFollowComponent) == 0x000018, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::bFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, LocationOffset) == 0x000020, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, RotationOffset) == 0x000038, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation) == 0x000020, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation, TargetLocation) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation) == 0x000038, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, TargetLocation) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, TargetRotation) == 0x000020, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform) == 0x000010, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform) == 0x000070, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform, TargetTransform) == 0x000010, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform::TargetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_RemoveAllWarpTargets \ +static_assert(alignof(MotionWarpingComponent_RemoveAllWarpTargets) == 0x000004, "Wrong alignment on MotionWarpingComponent_RemoveAllWarpTargets"); \ +static_assert(sizeof(MotionWarpingComponent_RemoveAllWarpTargets) == 0x000004, "Wrong size on MotionWarpingComponent_RemoveAllWarpTargets"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveAllWarpTargets, ReturnValue) == 0x000000, "Member 'MotionWarpingComponent_RemoveAllWarpTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_RemoveWarpTarget \ +static_assert(alignof(MotionWarpingComponent_RemoveWarpTarget) == 0x000004, "Wrong alignment on MotionWarpingComponent_RemoveWarpTarget"); \ +static_assert(sizeof(MotionWarpingComponent_RemoveWarpTarget) == 0x00000C, "Wrong size on MotionWarpingComponent_RemoveWarpTarget"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTarget, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_RemoveWarpTarget::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTarget, ReturnValue) == 0x000008, "Member 'MotionWarpingComponent_RemoveWarpTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingComponent \ +static_assert(alignof(UMotionWarpingComponent) == 0x000008, "Wrong alignment on UMotionWarpingComponent"); \ +static_assert(sizeof(UMotionWarpingComponent) == 0x0000E0, "Wrong size on UMotionWarpingComponent"); \ +static_assert(offsetof(UMotionWarpingComponent, bSearchForWindowsInAnimsWithinMontages) == 0x0000A0, "Member 'UMotionWarpingComponent::bSearchForWindowsInAnimsWithinMontages' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, OnPreUpdate) == 0x0000A8, "Member 'UMotionWarpingComponent::OnPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, CharacterOwner) == 0x0000B8, "Member 'UMotionWarpingComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, Modifiers) == 0x0000C0, "Member 'UMotionWarpingComponent::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, WarpTargets) == 0x0000D0, "Member 'UMotionWarpingComponent::WarpTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier \ +static_assert(alignof(URootMotionModifier) == 0x000010, "Wrong alignment on URootMotionModifier"); \ +static_assert(sizeof(URootMotionModifier) == 0x0000F0, "Wrong size on URootMotionModifier"); \ +static_assert(offsetof(URootMotionModifier, Animation) == 0x000028, "Member 'URootMotionModifier::Animation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, StartTime) == 0x000030, "Member 'URootMotionModifier::StartTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, EndTime) == 0x000034, "Member 'URootMotionModifier::EndTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, PreviousPosition) == 0x000038, "Member 'URootMotionModifier::PreviousPosition' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, CurrentPosition) == 0x00003C, "Member 'URootMotionModifier::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, Weight) == 0x000040, "Member 'URootMotionModifier::Weight' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, StartTransform) == 0x000050, "Member 'URootMotionModifier::StartTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, ActualStartTime) == 0x0000B0, "Member 'URootMotionModifier::ActualStartTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnActivateDelegate) == 0x0000B4, "Member 'URootMotionModifier::OnActivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnUpdateDelegate) == 0x0000C4, "Member 'URootMotionModifier::OnUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnDeactivateDelegate) == 0x0000D4, "Member 'URootMotionModifier::OnDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, State) == 0x0000E4, "Member 'URootMotionModifier::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_Warp \ +static_assert(alignof(URootMotionModifier_Warp) == 0x000010, "Wrong alignment on URootMotionModifier_Warp"); \ +static_assert(sizeof(URootMotionModifier_Warp) == 0x000260, "Wrong size on URootMotionModifier_Warp"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpTargetName) == 0x0000E8, "Member 'URootMotionModifier_Warp::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimProvider) == 0x0000F0, "Member 'URootMotionModifier_Warp::WarpPointAnimProvider' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimTransform) == 0x000100, "Member 'URootMotionModifier_Warp::WarpPointAnimTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimBoneName) == 0x000160, "Member 'URootMotionModifier_Warp::WarpPointAnimBoneName' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bWarpTranslation) == 0x000168, "Member 'URootMotionModifier_Warp::bWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bIgnoreZAxis) == 0x000169, "Member 'URootMotionModifier_Warp::bIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, AddTranslationEasingFunc) == 0x00016A, "Member 'URootMotionModifier_Warp::AddTranslationEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, AddTranslationEasingCurve) == 0x000170, "Member 'URootMotionModifier_Warp::AddTranslationEasingCurve' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bWarpRotation) == 0x000178, "Member 'URootMotionModifier_Warp::bWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, RotationType) == 0x000179, "Member 'URootMotionModifier_Warp::RotationType' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, RotationMethod) == 0x00017A, "Member 'URootMotionModifier_Warp::RotationMethod' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpRotationTimeMultiplier) == 0x00017C, "Member 'URootMotionModifier_Warp::WarpRotationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpMaxRotationRate) == 0x000180, "Member 'URootMotionModifier_Warp::WarpMaxRotationRate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, CachedTargetTransform) == 0x000190, "Member 'URootMotionModifier_Warp::CachedTargetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_SimpleWarp \ +static_assert(alignof(URootMotionModifier_SimpleWarp) == 0x000010, "Wrong alignment on URootMotionModifier_SimpleWarp"); \ +static_assert(sizeof(URootMotionModifier_SimpleWarp) == 0x000260, "Wrong size on URootMotionModifier_SimpleWarp"); \ + +#define DUMPER7_ASSERTS_RootMotionModifier_Scale_AddRootMotionModifierScale \ +static_assert(alignof(RootMotionModifier_Scale_AddRootMotionModifierScale) == 0x000008, "Wrong alignment on RootMotionModifier_Scale_AddRootMotionModifierScale"); \ +static_assert(sizeof(RootMotionModifier_Scale_AddRootMotionModifierScale) == 0x000038, "Wrong size on RootMotionModifier_Scale_AddRootMotionModifierScale"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InMotionWarpingComp) == 0x000000, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InMotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InAnimation) == 0x000008, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InStartTime) == 0x000010, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InEndTime) == 0x000014, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InEndTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InScale) == 0x000018, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InScale' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, ReturnValue) == 0x000030, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_Scale \ +static_assert(alignof(URootMotionModifier_Scale) == 0x000010, "Wrong alignment on URootMotionModifier_Scale"); \ +static_assert(sizeof(URootMotionModifier_Scale) == 0x000100, "Wrong size on URootMotionModifier_Scale"); \ +static_assert(offsetof(URootMotionModifier_Scale, Scale) == 0x0000E8, "Member 'URootMotionModifier_Scale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_AdjustmentBlendWarp \ +static_assert(alignof(URootMotionModifier_AdjustmentBlendWarp) == 0x000010, "Wrong alignment on URootMotionModifier_AdjustmentBlendWarp"); \ +static_assert(sizeof(URootMotionModifier_AdjustmentBlendWarp) == 0x0003C0, "Wrong size on URootMotionModifier_AdjustmentBlendWarp"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, bWarpIKBones) == 0x000260, "Member 'URootMotionModifier_AdjustmentBlendWarp::bWarpIKBones' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, IKBones) == 0x000268, "Member 'URootMotionModifier_AdjustmentBlendWarp::IKBones' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedMeshTransform) == 0x000280, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedMeshRelativeTransform) == 0x0002E0, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedMeshRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedRootMotion) == 0x000340, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, Result) == 0x0003A0, "Member 'URootMotionModifier_AdjustmentBlendWarp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp \ +static_assert(alignof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp) == 0x000010, "Wrong alignment on RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp"); \ +static_assert(sizeof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp) == 0x0000B0, "Wrong size on RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InMotionWarpingComp) == 0x000000, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InMotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InAnimation) == 0x000008, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InStartTime) == 0x000010, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InEndTime) == 0x000014, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InEndTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpTargetName) == 0x000018, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimProvider) == 0x000020, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimProvider' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimTransform) == 0x000030, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimTransform' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimBoneName) == 0x000090, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimBoneName' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInWarpTranslation) == 0x000098, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInIgnoreZAxis) == 0x000099, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInWarpRotation) == 0x00009A, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InRotationType) == 0x00009B, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InRotationType' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InRotationMethod) == 0x00009C, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InRotationMethod' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpRotationTimeMultiplier) == 0x0000A0, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpRotationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpMaxRotationRate) == 0x0000A4, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpMaxRotationRate' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, ReturnValue) == 0x0000A8, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_SkewWarp \ +static_assert(alignof(URootMotionModifier_SkewWarp) == 0x000010, "Wrong alignment on URootMotionModifier_SkewWarp"); \ +static_assert(sizeof(URootMotionModifier_SkewWarp) == 0x000260, "Wrong size on URootMotionModifier_SkewWarp"); \ + +#define DUMPER7_ASSERTS_FCacheEventBase \ +static_assert(alignof(FCacheEventBase) == 0x000008, "Wrong alignment on FCacheEventBase"); \ +static_assert(sizeof(FCacheEventBase) == 0x000008, "Wrong size on FCacheEventBase"); \ + +#define DUMPER7_ASSERTS_FEnableStateEvent \ +static_assert(alignof(FEnableStateEvent) == 0x000008, "Wrong alignment on FEnableStateEvent"); \ +static_assert(sizeof(FEnableStateEvent) == 0x000010, "Wrong size on FEnableStateEvent"); \ +static_assert(offsetof(FEnableStateEvent, Index) == 0x000008, "Member 'FEnableStateEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FEnableStateEvent, bEnable) == 0x00000C, "Member 'FEnableStateEvent::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakingEvent \ +static_assert(alignof(FBreakingEvent) == 0x000008, "Wrong alignment on FBreakingEvent"); \ +static_assert(sizeof(FBreakingEvent) == 0x000090, "Wrong size on FBreakingEvent"); \ +static_assert(offsetof(FBreakingEvent, Index) == 0x000008, "Member 'FBreakingEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Location) == 0x000010, "Member 'FBreakingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Velocity) == 0x000028, "Member 'FBreakingEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, AngularVelocity) == 0x000040, "Member 'FBreakingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Mass) == 0x000058, "Member 'FBreakingEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, BoundingBoxMin) == 0x000060, "Member 'FBreakingEvent::BoundingBoxMin' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, BoundingBoxMax) == 0x000078, "Member 'FBreakingEvent::BoundingBoxMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionEvent \ +static_assert(alignof(FCollisionEvent) == 0x000008, "Wrong alignment on FCollisionEvent"); \ +static_assert(sizeof(FCollisionEvent) == 0x0000F0, "Wrong size on FCollisionEvent"); \ +static_assert(offsetof(FCollisionEvent, Location) == 0x000008, "Member 'FCollisionEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AccumulatedImpulse) == 0x000020, "Member 'FCollisionEvent::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Normal) == 0x000038, "Member 'FCollisionEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Velocity1) == 0x000050, "Member 'FCollisionEvent::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Velocity2) == 0x000068, "Member 'FCollisionEvent::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, DeltaVelocity1) == 0x000080, "Member 'FCollisionEvent::DeltaVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, DeltaVelocity2) == 0x000098, "Member 'FCollisionEvent::DeltaVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AngularVelocity1) == 0x0000B0, "Member 'FCollisionEvent::AngularVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AngularVelocity2) == 0x0000C8, "Member 'FCollisionEvent::AngularVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Mass1) == 0x0000E0, "Member 'FCollisionEvent::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Mass2) == 0x0000E4, "Member 'FCollisionEvent::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, PenetrationDepth) == 0x0000E8, "Member 'FCollisionEvent::PenetrationDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrailingEvent \ +static_assert(alignof(FTrailingEvent) == 0x000008, "Wrong alignment on FTrailingEvent"); \ +static_assert(sizeof(FTrailingEvent) == 0x000088, "Wrong size on FTrailingEvent"); \ +static_assert(offsetof(FTrailingEvent, Index) == 0x000008, "Member 'FTrailingEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, Location) == 0x000010, "Member 'FTrailingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, Velocity) == 0x000028, "Member 'FTrailingEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, AngularVelocity) == 0x000040, "Member 'FTrailingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, BoundingBoxMin) == 0x000058, "Member 'FTrailingEvent::BoundingBoxMin' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, BoundingBoxMax) == 0x000070, "Member 'FTrailingEvent::BoundingBoxMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCacheEventTrack \ +static_assert(alignof(FCacheEventTrack) == 0x000008, "Wrong alignment on FCacheEventTrack"); \ +static_assert(sizeof(FCacheEventTrack) == 0x000038, "Wrong size on FCacheEventTrack"); \ +static_assert(offsetof(FCacheEventTrack, Name) == 0x000000, "Member 'FCacheEventTrack::Name' has a wrong offset!"); \ +static_assert(offsetof(FCacheEventTrack, Struct) == 0x000008, "Member 'FCacheEventTrack::Struct' has a wrong offset!"); \ +static_assert(offsetof(FCacheEventTrack, TimeStamps) == 0x000010, "Member 'FCacheEventTrack::TimeStamps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObservedComponent \ +static_assert(alignof(FObservedComponent) == 0x000010, "Wrong alignment on FObservedComponent"); \ +static_assert(sizeof(FObservedComponent) == 0x000180, "Wrong size on FObservedComponent"); \ +static_assert(offsetof(FObservedComponent, CacheName) == 0x000000, "Member 'FObservedComponent::CacheName' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, ComponentRef) == 0x000008, "Member 'FObservedComponent::ComponentRef' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, SoftComponentRef) == 0x000030, "Member 'FObservedComponent::SoftComponentRef' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, bIsSimulating) == 0x000078, "Member 'FObservedComponent::bIsSimulating' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, bPlaybackEnabled) == 0x000079, "Member 'FObservedComponent::bPlaybackEnabled' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, USDCacheDirectory) == 0x000080, "Member 'FObservedComponent::USDCacheDirectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleTransformTrack \ +static_assert(alignof(FParticleTransformTrack) == 0x000008, "Wrong alignment on FParticleTransformTrack"); \ +static_assert(sizeof(FParticleTransformTrack) == 0x000048, "Wrong size on FParticleTransformTrack"); \ +static_assert(offsetof(FParticleTransformTrack, RawTransformTrack) == 0x000000, "Member 'FParticleTransformTrack::RawTransformTrack' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, BeginOffset) == 0x000030, "Member 'FParticleTransformTrack::BeginOffset' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, bDeactivateOnEnd) == 0x000034, "Member 'FParticleTransformTrack::bDeactivateOnEnd' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, KeyTimestamps) == 0x000038, "Member 'FParticleTransformTrack::KeyTimestamps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerParticleCacheData \ +static_assert(alignof(FPerParticleCacheData) == 0x000008, "Wrong alignment on FPerParticleCacheData"); \ +static_assert(sizeof(FPerParticleCacheData) == 0x000098, "Wrong size on FPerParticleCacheData"); \ +static_assert(offsetof(FPerParticleCacheData, TransformData) == 0x000000, "Member 'FPerParticleCacheData::TransformData' has a wrong offset!"); \ +static_assert(offsetof(FPerParticleCacheData, CurveData) == 0x000048, "Member 'FPerParticleCacheData::CurveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCacheSpawnableTemplate \ +static_assert(alignof(FCacheSpawnableTemplate) == 0x000010, "Wrong alignment on FCacheSpawnableTemplate"); \ +static_assert(sizeof(FCacheSpawnableTemplate) == 0x0000D0, "Wrong size on FCacheSpawnableTemplate"); \ +static_assert(offsetof(FCacheSpawnableTemplate, DuplicatedTemplate) == 0x000000, "Member 'FCacheSpawnableTemplate::DuplicatedTemplate' has a wrong offset!"); \ +static_assert(offsetof(FCacheSpawnableTemplate, InitialTransform) == 0x000010, "Member 'FCacheSpawnableTemplate::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(FCacheSpawnableTemplate, ComponentTransform) == 0x000070, "Member 'FCacheSpawnableTemplate::ComponentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurves \ +static_assert(alignof(FRichCurves) == 0x000008, "Wrong alignment on FRichCurves"); \ +static_assert(sizeof(FRichCurves) == 0x000010, "Wrong size on FRichCurves"); \ +static_assert(offsetof(FRichCurves, RichCurves) == 0x000000, "Member 'FRichCurves::RichCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompressedRichCurves \ +static_assert(alignof(FCompressedRichCurves) == 0x000008, "Wrong alignment on FCompressedRichCurves"); \ +static_assert(sizeof(FCompressedRichCurves) == 0x000010, "Wrong size on FCompressedRichCurves"); \ +static_assert(offsetof(FCompressedRichCurves, CompressedRichCurves) == 0x000000, "Member 'FCompressedRichCurves::CompressedRichCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheParams \ +static_assert(alignof(FMovieSceneChaosCacheParams) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheParams"); \ +static_assert(sizeof(FMovieSceneChaosCacheParams) == 0x000028, "Wrong size on FMovieSceneChaosCacheParams"); \ +static_assert(offsetof(FMovieSceneChaosCacheParams, CacheCollection) == 0x000020, "Member 'FMovieSceneChaosCacheParams::CacheCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneChaosCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneChaosCacheSectionTemplateParameters) == 0x000030, "Wrong size on FMovieSceneChaosCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneChaosCacheSectionTemplateParameters, ChaosCacheParams) == 0x000008, "Member 'FMovieSceneChaosCacheSectionTemplateParameters::ChaosCacheParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheSectionTemplate \ +static_assert(alignof(FMovieSceneChaosCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneChaosCacheSectionTemplate) == 0x000050, "Wrong size on FMovieSceneChaosCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneChaosCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneChaosCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosCacheCollection \ +static_assert(alignof(UChaosCacheCollection) == 0x000008, "Wrong alignment on UChaosCacheCollection"); \ +static_assert(sizeof(UChaosCacheCollection) == 0x000038, "Wrong size on UChaosCacheCollection"); \ +static_assert(offsetof(UChaosCacheCollection, Caches) == 0x000028, "Member 'UChaosCacheCollection::Caches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_EnablePlayback \ +static_assert(alignof(ChaosCacheManager_EnablePlayback) == 0x000004, "Wrong alignment on ChaosCacheManager_EnablePlayback"); \ +static_assert(sizeof(ChaosCacheManager_EnablePlayback) == 0x000008, "Wrong size on ChaosCacheManager_EnablePlayback"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlayback, Index_0) == 0x000000, "Member 'ChaosCacheManager_EnablePlayback::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlayback, bEnable) == 0x000004, "Member 'ChaosCacheManager_EnablePlayback::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_EnablePlaybackByCache \ +static_assert(alignof(ChaosCacheManager_EnablePlaybackByCache) == 0x000004, "Wrong alignment on ChaosCacheManager_EnablePlaybackByCache"); \ +static_assert(sizeof(ChaosCacheManager_EnablePlaybackByCache) == 0x00000C, "Wrong size on ChaosCacheManager_EnablePlaybackByCache"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlaybackByCache, InCacheName) == 0x000000, "Member 'ChaosCacheManager_EnablePlaybackByCache::InCacheName' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlaybackByCache, bEnable) == 0x000008, "Member 'ChaosCacheManager_EnablePlaybackByCache::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_ResetSingleTransform \ +static_assert(alignof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong alignment on ChaosCacheManager_ResetSingleTransform"); \ +static_assert(sizeof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong size on ChaosCacheManager_ResetSingleTransform"); \ +static_assert(offsetof(ChaosCacheManager_ResetSingleTransform, InIndex) == 0x000000, "Member 'ChaosCacheManager_ResetSingleTransform::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetCacheCollection \ +static_assert(alignof(ChaosCacheManager_SetCacheCollection) == 0x000008, "Wrong alignment on ChaosCacheManager_SetCacheCollection"); \ +static_assert(sizeof(ChaosCacheManager_SetCacheCollection) == 0x000008, "Wrong size on ChaosCacheManager_SetCacheCollection"); \ +static_assert(offsetof(ChaosCacheManager_SetCacheCollection, InCacheCollection) == 0x000000, "Member 'ChaosCacheManager_SetCacheCollection::InCacheCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetCurrentTime \ +static_assert(alignof(ChaosCacheManager_SetCurrentTime) == 0x000004, "Wrong alignment on ChaosCacheManager_SetCurrentTime"); \ +static_assert(sizeof(ChaosCacheManager_SetCurrentTime) == 0x000004, "Wrong size on ChaosCacheManager_SetCurrentTime"); \ +static_assert(offsetof(ChaosCacheManager_SetCurrentTime, CurrentTime) == 0x000000, "Member 'ChaosCacheManager_SetCurrentTime::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetStartTime \ +static_assert(alignof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong alignment on ChaosCacheManager_SetStartTime"); \ +static_assert(sizeof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong size on ChaosCacheManager_SetStartTime"); \ +static_assert(offsetof(ChaosCacheManager_SetStartTime, InStartTime) == 0x000000, "Member 'ChaosCacheManager_SetStartTime::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponent \ +static_assert(alignof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong alignment on ChaosCacheManager_TriggerComponent"); \ +static_assert(sizeof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponent"); \ +static_assert(offsetof(ChaosCacheManager_TriggerComponent, InComponent) == 0x000000, "Member 'ChaosCacheManager_TriggerComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponentByCache \ +static_assert(alignof(ChaosCacheManager_TriggerComponentByCache) == 0x000004, "Wrong alignment on ChaosCacheManager_TriggerComponentByCache"); \ +static_assert(sizeof(ChaosCacheManager_TriggerComponentByCache) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponentByCache"); \ +static_assert(offsetof(ChaosCacheManager_TriggerComponentByCache, InCacheName) == 0x000000, "Member 'ChaosCacheManager_TriggerComponentByCache::InCacheName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosCacheManager \ +static_assert(alignof(AChaosCacheManager) == 0x000008, "Wrong alignment on AChaosCacheManager"); \ +static_assert(sizeof(AChaosCacheManager) == 0x000340, "Wrong size on AChaosCacheManager"); \ +static_assert(offsetof(AChaosCacheManager, CacheCollection) == 0x000290, "Member 'AChaosCacheManager::CacheCollection' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, CacheMode) == 0x000298, "Member 'AChaosCacheManager::CacheMode' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, StartMode) == 0x000299, "Member 'AChaosCacheManager::StartMode' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, StartTime) == 0x00029C, "Member 'AChaosCacheManager::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, ObservedComponents) == 0x0002A8, "Member 'AChaosCacheManager::ObservedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosCachePlayer \ +static_assert(alignof(AChaosCachePlayer) == 0x000008, "Wrong alignment on AChaosCachePlayer"); \ +static_assert(sizeof(AChaosCachePlayer) == 0x000340, "Wrong size on AChaosCachePlayer"); \ + +#define DUMPER7_ASSERTS_UChaosCache \ +static_assert(alignof(UChaosCache) == 0x000010, "Wrong alignment on UChaosCache"); \ +static_assert(sizeof(UChaosCache) == 0x000360, "Wrong size on UChaosCache"); \ +static_assert(offsetof(UChaosCache, RecordedDuration) == 0x000028, "Member 'UChaosCache::RecordedDuration' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, NumRecordedFrames) == 0x00002C, "Member 'UChaosCache::NumRecordedFrames' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, TrackToParticle) == 0x000030, "Member 'UChaosCache::TrackToParticle' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ParticleTracks) == 0x000040, "Member 'UChaosCache::ParticleTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelCurveToParticle) == 0x000050, "Member 'UChaosCache::ChannelCurveToParticle' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsTracks) == 0x000060, "Member 'UChaosCache::ChannelsTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, CompressedChannelsTracks) == 0x0000B0, "Member 'UChaosCache::CompressedChannelsTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, CurveData) == 0x000100, "Member 'UChaosCache::CurveData' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, NamedTransformTracks) == 0x000150, "Member 'UChaosCache::NamedTransformTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, bCompressChannels) == 0x0001A0, "Member 'UChaosCache::bCompressChannels' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsCompressionErrorThreshold) == 0x0001A4, "Member 'UChaosCache::ChannelsCompressionErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsCompressionSampleRate) == 0x0001A8, "Member 'UChaosCache::ChannelsCompressionSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, EventTracks) == 0x0001B0, "Member 'UChaosCache::EventTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, Spawnable) == 0x000200, "Member 'UChaosCache::Spawnable' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, AdapterGuid) == 0x0002D0, "Member 'UChaosCache::AdapterGuid' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, Version) == 0x0002E0, "Member 'UChaosCache::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChaosCacheSection \ +static_assert(alignof(UMovieSceneChaosCacheSection) == 0x000008, "Wrong alignment on UMovieSceneChaosCacheSection"); \ +static_assert(sizeof(UMovieSceneChaosCacheSection) == 0x000120, "Wrong size on UMovieSceneChaosCacheSection"); \ +static_assert(offsetof(UMovieSceneChaosCacheSection, Params_0) == 0x0000F8, "Member 'UMovieSceneChaosCacheSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChaosCacheTrack \ +static_assert(alignof(UMovieSceneChaosCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneChaosCacheTrack"); \ +static_assert(sizeof(UMovieSceneChaosCacheTrack) == 0x0000B0, "Wrong size on UMovieSceneChaosCacheTrack"); \ +static_assert(offsetof(UMovieSceneChaosCacheTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneChaosCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_FilterTransientData \ +static_assert(alignof(FS_FilterTransientData) == 0x000008, "Wrong alignment on FS_FilterTransientData"); \ +static_assert(sizeof(FS_FilterTransientData) == 0x000018, "Wrong size on FS_FilterTransientData"); \ +static_assert(offsetof(FS_FilterTransientData, ActiveFilters_3_CB52931540D01B597394F9A17114782A) == 0x000000, "Member 'FS_FilterTransientData::ActiveFilters_3_CB52931540D01B597394F9A17114782A' has a wrong offset!"); \ +static_assert(offsetof(FS_FilterTransientData, IsFilterActive_7_4F096C76400342B38EE52F839B423339) == 0x000010, "Member 'FS_FilterTransientData::IsFilterActive_7_4F096C76400342B38EE52F839B423339' 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_FInAppPurchaseReceiptInfo2 \ +static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000040, "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!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, TransactionIdentifier) == 0x000030, "Member 'FInAppPurchaseReceiptInfo2::TransactionIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000120, "Wrong size on FBlueprintSessionResult"); \ + +#define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ +static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ +static_assert(sizeof(FOnlineProxyStoreOffer) == 0x0000E8, "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) == 0x000020, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000030, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000040, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000050, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000068, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000070, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x000080, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x000088, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x000090, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x000098, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerReservation \ +static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ +static_assert(sizeof(FPlayerReservation) == 0x000058, "Wrong size on FPlayerReservation"); \ +static_assert(offsetof(FPlayerReservation, UniqueID) == 0x000000, "Member 'FPlayerReservation::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000030, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, Platform) == 0x000040, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000050, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x000054, "Member 'FPlayerReservation::ElapsedTime' 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_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_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_FPartyReservation \ +static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ +static_assert(sizeof(FPartyReservation) == 0x000058, "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) == 0x000038, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000048, "Member 'FPartyReservation::RemovedPartyMembers' 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_FSpectatorReservation \ +static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ +static_assert(sizeof(FSpectatorReservation) == 0x000088, "Wrong size on FSpectatorReservation"); \ +static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ +static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000030, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000058, "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) == 0x000018, "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) == 0x000030, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000040, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000050, "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) == 0x000020, "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) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x00001C, "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) == 0x000028, "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) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "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) == 0x000028, "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) == 0x000018, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000020, "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) == 0x000080, "Wrong size on UAchievementWriteCallbackProxy"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000040, "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) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "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, bUseLobbiesIfAvailable) == 0x000015, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLobbiesIfAvailable' 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) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "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) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "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) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "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) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "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) == 0x000130, "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) == 0x000120, "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) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "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) == 0x000088, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UFindTurnBasedMatchCallbackProxy::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) == 0x0000A8, "Wrong size on UInAppPurchaseCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout \ +static_assert(alignof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout) == 0x000008, "Wrong alignment on InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout"); \ +static_assert(sizeof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout) == 0x000028, "Wrong size on InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, PlayerController) == 0x000000, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, ProductRequest) == 0x000008, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, ReturnValue) == 0x000020, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCheckoutCallbackProxy \ +static_assert(alignof(UInAppPurchaseCheckoutCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCheckoutCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseCheckoutCallbackProxy) == 0x0000A0, "Wrong size on UInAppPurchaseCheckoutCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseCheckoutCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCheckoutCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCheckoutCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCheckoutCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize \ +static_assert(alignof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize) == 0x000008, "Wrong alignment on InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize"); \ +static_assert(sizeof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize) == 0x000050, "Wrong size on InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, InAppPurchaseReceipt) == 0x000000, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::InAppPurchaseReceipt' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, PlayerController) == 0x000040, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, ReturnValue) == 0x000048, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseFinalizeProxy \ +static_assert(alignof(UInAppPurchaseFinalizeProxy) == 0x000008, "Wrong alignment on UInAppPurchaseFinalizeProxy"); \ +static_assert(sizeof(UInAppPurchaseFinalizeProxy) == 0x000028, "Wrong size on UInAppPurchaseFinalizeProxy"); \ + +#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) == 0x000068, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseReceiptsCallbackProxy \ +static_assert(alignof(UInAppPurchaseReceiptsCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseReceiptsCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseReceiptsCallbackProxy) == 0x000088, "Wrong size on UInAppPurchaseReceiptsCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseReceiptsCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseReceiptsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseReceiptsCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseReceiptsCallbackProxy::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) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpConnection \ +static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ +static_assert(sizeof(UIpConnection) == 0x001E90, "Wrong size on UIpConnection"); \ +static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001E74, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpNetDriver \ +static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ +static_assert(sizeof(UIpNetDriver) == 0x000978, "Wrong size on UIpNetDriver"); \ +static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x0008CC, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x0008D4, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x0008D8, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x0008DC, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x0008E0, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x0008E8, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x0008F0, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x0008F4, "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) == 0x000138, "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) == 0x000130, "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) == 0x000198, "Wrong size on UJoinSessionCallbackProxy"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UJoinSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnFailure) == 0x000040, "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) == 0x000018, "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) == 0x000010, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatValue' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, ReturnValue) == 0x000014, "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) == 0x000028, "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) == 0x000018, "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) == 0x000010, "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) == 0x000068, "Wrong size on ULeaderboardFlushCallbackProxy"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardFlushCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnFailure) == 0x000038, "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) == 0x000018, "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) == 0x000010, "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) == 0x000098, "Wrong size on ULeaderboardQueryCallbackProxy"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'ULeaderboardQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnFailure) == 0x000038, "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) == 0x000068, "Wrong size on ULogoutCallbackProxy"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnSuccess) == 0x000030, "Member 'ULogoutCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnFailure) == 0x000040, "Member 'ULogoutCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeacon \ +static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ +static_assert(sizeof(AOnlineBeacon) == 0x0002C0, "Wrong size on AOnlineBeacon"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000298, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x00029C, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x0002A0, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconClient \ +static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ +static_assert(sizeof(AOnlineBeaconClient) == 0x000320, "Wrong size on AOnlineBeaconClient"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x0002C0, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x0002C8, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x0002D0, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHost \ +static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ +static_assert(sizeof(AOnlineBeaconHost) == 0x0003D0, "Wrong size on AOnlineBeaconHost"); \ +static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x0002C0, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bReuseAddressAndPort) == 0x0002C4, "Member 'AOnlineBeaconHost::bReuseAddressAndPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bAuthRequired) == 0x0002C5, "Member 'AOnlineBeaconHost::bAuthRequired' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, MaxAuthTokenSize) == 0x0002C8, "Member 'AOnlineBeaconHost::MaxAuthTokenSize' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000320, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ +static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ +static_assert(sizeof(AOnlineBeaconHostObject) == 0x0002B8, "Wrong size on AOnlineBeaconHostObject"); \ +static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000290, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x0002A0, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x0002A8, "Member 'AOnlineBeaconHostObject::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl2 \ +static_assert(alignof(UOnlineEngineInterfaceImpl2) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl2"); \ +static_assert(sizeof(UOnlineEngineInterfaceImpl2) == 0x000188, "Wrong size on UOnlineEngineInterfaceImpl2"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, MappedUniqueNetIdTypes) == 0x000028, "Member 'UOnlineEngineInterfaceImpl2::MappedUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, CompatibleUniqueNetIdTypes) == 0x000078, "Member 'UOnlineEngineInterfaceImpl2::CompatibleUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, VoiceSubsystemNameOverride) == 0x000088, "Member 'UOnlineEngineInterfaceImpl2::VoiceSubsystemNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlinePIESettings \ +static_assert(alignof(UOnlinePIESettings) == 0x000008, "Wrong alignment on UOnlinePIESettings"); \ +static_assert(sizeof(UOnlinePIESettings) == 0x000050, "Wrong size on UOnlinePIESettings"); \ +static_assert(offsetof(UOnlinePIESettings, bOnlinePIEEnabled) == 0x000038, "Member 'UOnlinePIESettings::bOnlinePIEEnabled' has a wrong offset!"); \ +static_assert(offsetof(UOnlinePIESettings, Logins) == 0x000040, "Member 'UOnlinePIESettings::Logins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineServicesEngineInterfaceImpl \ +static_assert(alignof(UOnlineServicesEngineInterfaceImpl) == 0x000008, "Wrong alignment on UOnlineServicesEngineInterfaceImpl"); \ +static_assert(sizeof(UOnlineServicesEngineInterfaceImpl) == 0x000028, "Wrong size on UOnlineServicesEngineInterfaceImpl"); \ + +#define DUMPER7_ASSERTS_UOnlineSessionClient \ +static_assert(alignof(UOnlineSessionClient) == 0x000008, "Wrong alignment on UOnlineSessionClient"); \ +static_assert(sizeof(UOnlineSessionClient) == 0x0001E0, "Wrong size on UOnlineSessionClient"); \ +static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001D8, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ +static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001D9, "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) == 0x000068, "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) == 0x000030, "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) == 0x000068, "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) == 0x000068, "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) == 0x000068, "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) == 0x0003E8, "Wrong size on APartyBeaconClient"); \ +static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x000350, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000360, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, RequestType) == 0x0003B8, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x0003B9, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x0003BA, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconHost \ +static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ +static_assert(sizeof(APartyBeaconHost) == 0x000330, "Wrong size on APartyBeaconHost"); \ +static_assert(offsetof(APartyBeaconHost, State) == 0x0002B8, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x000320, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bIsValidationStrRequired) == 0x000321, "Member 'APartyBeaconHost::bIsValidationStrRequired' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x000324, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x000328, "Member 'APartyBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyBeaconState \ +static_assert(alignof(UPartyBeaconState) == 0x000008, "Wrong alignment on UPartyBeaconState"); \ +static_assert(sizeof(UPartyBeaconState) == 0x0000A0, "Wrong size on UPartyBeaconState"); \ +static_assert(offsetof(UPartyBeaconState, SessionName) == 0x000028, "Member 'UPartyBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumConsumedReservations) == 0x000030, "Member 'UPartyBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, MaxReservations) == 0x000034, "Member 'UPartyBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumTeams) == 0x000038, "Member 'UPartyBeaconState::NumTeams' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumPlayersPerTeam) == 0x00003C, "Member 'UPartyBeaconState::NumPlayersPerTeam' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, TeamAssignmentMethod) == 0x000040, "Member 'UPartyBeaconState::TeamAssignmentMethod' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ReservedHostTeamNum) == 0x000048, "Member 'UPartyBeaconState::ReservedHostTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ForceTeamNum) == 0x00004C, "Member 'UPartyBeaconState::ForceTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRestrictCrossConsole) == 0x000050, "Member 'UPartyBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformCrossplayRestrictions) == 0x000058, "Member 'UPartyBeaconState::PlatformCrossplayRestrictions' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformTypeMapping) == 0x000068, "Member 'UPartyBeaconState::PlatformTypeMapping' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bEnableRemovalRequests) == 0x000078, "Member 'UPartyBeaconState::bEnableRemovalRequests' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRespectCompetitiveIntegrity) == 0x000079, "Member 'UPartyBeaconState::bRespectCompetitiveIntegrity' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, Reservations) == 0x000080, "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) == 0x000078, "Wrong size on UQuitMatchCallbackProxy"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UQuitMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnFailure) == 0x000040, "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) == 0x000060, "Wrong size on UShowLoginUICallbackProxy"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnSuccess) == 0x000030, "Member 'UShowLoginUICallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnFailure) == 0x000040, "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) == 0x000030, "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) == 0x000098, "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) == 0x000418, "Wrong size on ASpectatorBeaconClient"); \ +static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x000350, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000360, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x0003E8, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x0003E9, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x0003EA, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconHost \ +static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ +static_assert(sizeof(ASpectatorBeaconHost) == 0x000330, "Wrong size on ASpectatorBeaconHost"); \ +static_assert(offsetof(ASpectatorBeaconHost, State) == 0x0002B8, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x000320, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bIsValidationStrRequired) == 0x000321, "Member 'ASpectatorBeaconHost::bIsValidationStrRequired' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x000324, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x000328, "Member 'ASpectatorBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorBeaconState \ +static_assert(alignof(USpectatorBeaconState) == 0x000008, "Wrong alignment on USpectatorBeaconState"); \ +static_assert(sizeof(USpectatorBeaconState) == 0x000060, "Wrong size on USpectatorBeaconState"); \ +static_assert(offsetof(USpectatorBeaconState, SessionName) == 0x000028, "Member 'USpectatorBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, NumConsumedReservations) == 0x000030, "Member 'USpectatorBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, MaxReservations) == 0x000034, "Member 'USpectatorBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, bRestrictCrossConsole) == 0x000038, "Member 'USpectatorBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, Reservations) == 0x000040, "Member 'USpectatorBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATestBeaconClient \ +static_assert(alignof(ATestBeaconClient) == 0x000008, "Wrong alignment on ATestBeaconClient"); \ +static_assert(sizeof(ATestBeaconClient) == 0x000320, "Wrong size on ATestBeaconClient"); \ + +#define DUMPER7_ASSERTS_ATestBeaconHost \ +static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ +static_assert(sizeof(ATestBeaconHost) == 0x0002B8, "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) == 0x000028, "Wrong size on UTurnBasedBlueprintLibrary"); \ + +#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) == 0x0008F0, "Wrong size on UVoipListenerSynthComponent"); \ + +#define DUMPER7_ASSERTS_USteamAuthComponentModuleInterface \ +static_assert(alignof(USteamAuthComponentModuleInterface) == 0x000008, "Wrong alignment on USteamAuthComponentModuleInterface"); \ +static_assert(sizeof(USteamAuthComponentModuleInterface) == 0x000028, "Wrong size on USteamAuthComponentModuleInterface"); \ + +#define DUMPER7_ASSERTS_USteamNetConnection \ +static_assert(alignof(USteamNetConnection) == 0x000008, "Wrong alignment on USteamNetConnection"); \ +static_assert(sizeof(USteamNetConnection) == 0x001E98, "Wrong size on USteamNetConnection"); \ +static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x001E90, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamNetDriver \ +static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ +static_assert(sizeof(USteamNetDriver) == 0x000980, "Wrong size on USteamNetDriver"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount \ +static_assert(alignof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount) == 0x000008, "Wrong alignment on WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount"); \ +static_assert(sizeof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount) == 0x000090, "Wrong size on WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, PassiveEffects) == 0x000000, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, LuminaCostTotal) == 0x000010, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::LuminaCostTotal' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000028, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_GetPassiveEffectDefinition_Found) == 0x000070, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Less_IntInt_ReturnValue) == 0x000071, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000078, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'WBP_GearSetLuminaPointCounter_C_SetLuminaPointCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GearSetLuminaPointCounter_C \ +static_assert(alignof(UWBP_GearSetLuminaPointCounter_C) == 0x000008, "Wrong alignment on UWBP_GearSetLuminaPointCounter_C"); \ +static_assert(sizeof(UWBP_GearSetLuminaPointCounter_C) == 0x000318, "Wrong size on UWBP_GearSetLuminaPointCounter_C"); \ +static_assert(offsetof(UWBP_GearSetLuminaPointCounter_C, Image_IconLumina) == 0x000308, "Member 'UWBP_GearSetLuminaPointCounter_C::Image_IconLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetLuminaPointCounter_C, LuminaPointCount) == 0x000310, "Member 'UWBP_GearSetLuminaPointCounter_C::LuminaPointCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_EnemyScalingDataLevel \ +static_assert(alignof(FS_EnemyScalingDataLevel) == 0x000008, "Wrong alignment on FS_EnemyScalingDataLevel"); \ +static_assert(sizeof(FS_EnemyScalingDataLevel) == 0x000038, "Wrong size on FS_EnemyScalingDataLevel"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Level_26_C91160174BDDE0B34E9F96AAE366C0D5) == 0x000000, "Member 'FS_EnemyScalingDataLevel::Level_26_C91160174BDDE0B34E9F96AAE366C0D5' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, HP_27_9B8F0EF14EBC6DBDE30E86A7FFE48646) == 0x000004, "Member 'FS_EnemyScalingDataLevel::HP_27_9B8F0EF14EBC6DBDE30E86A7FFE48646' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, PhysicalAttack_28_82A69E334B7A1E723084829AFCCEAA25) == 0x000008, "Member 'FS_EnemyScalingDataLevel::PhysicalAttack_28_82A69E334B7A1E723084829AFCCEAA25' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, PhysicalDefense_29_F610675445A2768C30612FBAB57F46DE) == 0x00000C, "Member 'FS_EnemyScalingDataLevel::PhysicalDefense_29_F610675445A2768C30612FBAB57F46DE' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, MagicalAttack_30_653EB84143B61538EFE2F1BE21539BC7) == 0x000010, "Member 'FS_EnemyScalingDataLevel::MagicalAttack_30_653EB84143B61538EFE2F1BE21539BC7' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, MagicalDefense_31_5972F1F24C89F844C3B6DEBF6AE09DD0) == 0x000014, "Member 'FS_EnemyScalingDataLevel::MagicalDefense_31_5972F1F24C89F844C3B6DEBF6AE09DD0' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Mastery_32_6E8B50B847CAA10796C547931DA5B71F) == 0x000018, "Member 'FS_EnemyScalingDataLevel::Mastery_32_6E8B50B847CAA10796C547931DA5B71F' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Accuracy_33_75BBC9AE40CCAAD4B40F23983475A0D8) == 0x00001C, "Member 'FS_EnemyScalingDataLevel::Accuracy_33_75BBC9AE40CCAAD4B40F23983475A0D8' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Speed_36_FC80E04941CF184AEFA369950419F557) == 0x000020, "Member 'FS_EnemyScalingDataLevel::Speed_36_FC80E04941CF184AEFA369950419F557' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, CriticalChance_18_29F8B957479C0D953C447E95FF3492E4) == 0x000028, "Member 'FS_EnemyScalingDataLevel::CriticalChance_18_29F8B957479C0D953C447E95FF3492E4' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Chroma_34_6C260F8F48BCE6E6C43C568C38941012) == 0x000030, "Member 'FS_EnemyScalingDataLevel::Chroma_34_6C260F8F48BCE6E6C43C568C38941012' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingDataLevel, Experience_35_BEE8A0DD4ED59C6C6782B88443AB9AE8) == 0x000034, "Member 'FS_EnemyScalingDataLevel::Experience_35_BEE8A0DD4ED59C6C6782B88443AB9AE8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementInterpolationSettings \ +static_assert(alignof(FFootPlacementInterpolationSettings) == 0x000004, "Wrong alignment on FFootPlacementInterpolationSettings"); \ +static_assert(sizeof(FFootPlacementInterpolationSettings) == 0x00002C, "Wrong size on FFootPlacementInterpolationSettings"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantLinearStiffness) == 0x000000, "Member 'FFootPlacementInterpolationSettings::UnplantLinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantLinearDamping) == 0x000004, "Member 'FFootPlacementInterpolationSettings::UnplantLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantAngularStiffness) == 0x000008, "Member 'FFootPlacementInterpolationSettings::UnplantAngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantAngularDamping) == 0x00000C, "Member 'FFootPlacementInterpolationSettings::UnplantAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, SeparationStiffness) == 0x000010, "Member 'FFootPlacementInterpolationSettings::SeparationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, SeparationDamping) == 0x000014, "Member 'FFootPlacementInterpolationSettings::SeparationDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorLinearStiffness) == 0x000018, "Member 'FFootPlacementInterpolationSettings::FloorLinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorLinearDamping) == 0x00001C, "Member 'FFootPlacementInterpolationSettings::FloorLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorAngularStiffness) == 0x000020, "Member 'FFootPlacementInterpolationSettings::FloorAngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorAngularDamping) == 0x000024, "Member 'FFootPlacementInterpolationSettings::FloorAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, bEnableFloorInterpolation) == 0x000028, "Member 'FFootPlacementInterpolationSettings::bEnableFloorInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, bEnableSeparationInterpolation) == 0x000029, "Member 'FFootPlacementInterpolationSettings::bEnableSeparationInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementTraceSettings \ +static_assert(alignof(FFootPlacementTraceSettings) == 0x000004, "Wrong alignment on FFootPlacementTraceSettings"); \ +static_assert(sizeof(FFootPlacementTraceSettings) == 0x00001C, "Wrong size on FFootPlacementTraceSettings"); \ +static_assert(offsetof(FFootPlacementTraceSettings, StartOffset) == 0x000000, "Member 'FFootPlacementTraceSettings::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, EndOffset) == 0x000004, "Member 'FFootPlacementTraceSettings::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, SweepRadius) == 0x000008, "Member 'FFootPlacementTraceSettings::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, ComplexTraceChannel) == 0x00000C, "Member 'FFootPlacementTraceSettings::ComplexTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, MaxGroundPenetration) == 0x000010, "Member 'FFootPlacementTraceSettings::MaxGroundPenetration' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, SimpleCollisionInfluence) == 0x000014, "Member 'FFootPlacementTraceSettings::SimpleCollisionInfluence' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, SimpleTraceChannel) == 0x000018, "Member 'FFootPlacementTraceSettings::SimpleTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, bEnabled) == 0x000019, "Member 'FFootPlacementTraceSettings::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementRootDefinition \ +static_assert(alignof(FFootPlacementRootDefinition) == 0x000004, "Wrong alignment on FFootPlacementRootDefinition"); \ +static_assert(sizeof(FFootPlacementRootDefinition) == 0x000020, "Wrong size on FFootPlacementRootDefinition"); \ +static_assert(offsetof(FFootPlacementRootDefinition, PelvisBone) == 0x000000, "Member 'FFootPlacementRootDefinition::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementRootDefinition, IkRootBone) == 0x000010, "Member 'FFootPlacementRootDefinition::IkRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementPelvisSettings \ +static_assert(alignof(FFootPlacementPelvisSettings) == 0x000004, "Wrong alignment on FFootPlacementPelvisSettings"); \ +static_assert(sizeof(FFootPlacementPelvisSettings) == 0x000024, "Wrong size on FFootPlacementPelvisSettings"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, MaxOffset) == 0x000000, "Member 'FFootPlacementPelvisSettings::MaxOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, LinearStiffness) == 0x000004, "Member 'FFootPlacementPelvisSettings::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, LinearDamping) == 0x000008, "Member 'FFootPlacementPelvisSettings::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, HorizontalRebalancingWeight) == 0x00000C, "Member 'FFootPlacementPelvisSettings::HorizontalRebalancingWeight' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, MaxOffsetHorizontal) == 0x000010, "Member 'FFootPlacementPelvisSettings::MaxOffsetHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, HeelLiftRatio) == 0x000014, "Member 'FFootPlacementPelvisSettings::HeelLiftRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, PelvisHeightMode) == 0x000018, "Member 'FFootPlacementPelvisSettings::PelvisHeightMode' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, ActorMovementCompensationMode) == 0x000019, "Member 'FFootPlacementPelvisSettings::ActorMovementCompensationMode' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, bEnableInterpolation) == 0x00001A, "Member 'FFootPlacementPelvisSettings::bEnableInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, bDisablePelvisOffsetInAir) == 0x00001B, "Member 'FFootPlacementPelvisSettings::bDisablePelvisOffsetInAir' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, DisablePelvisCurveName) == 0x00001C, "Member 'FFootPlacementPelvisSettings::DisablePelvisCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacemenLegDefinition \ +static_assert(alignof(FFootPlacemenLegDefinition) == 0x000004, "Wrong alignment on FFootPlacemenLegDefinition"); \ +static_assert(sizeof(FFootPlacemenLegDefinition) == 0x00004C, "Wrong size on FFootPlacemenLegDefinition"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, FKFootBone) == 0x000000, "Member 'FFootPlacemenLegDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, IKFootBone) == 0x000010, "Member 'FFootPlacemenLegDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, BallBone) == 0x000020, "Member 'FFootPlacemenLegDefinition::BallBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, NumBonesInLimb) == 0x000030, "Member 'FFootPlacemenLegDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, SpeedCurveName) == 0x000034, "Member 'FFootPlacemenLegDefinition::SpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, DisableLockCurveName) == 0x00003C, "Member 'FFootPlacemenLegDefinition::DisableLockCurveName' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, DisableLegCurveName) == 0x000044, "Member 'FFootPlacemenLegDefinition::DisableLegCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementPlantSettings \ +static_assert(alignof(FFootPlacementPlantSettings) == 0x000004, "Wrong alignment on FFootPlacementPlantSettings"); \ +static_assert(sizeof(FFootPlacementPlantSettings) == 0x000034, "Wrong size on FFootPlacementPlantSettings"); \ +static_assert(offsetof(FFootPlacementPlantSettings, SpeedThreshold) == 0x000000, "Member 'FFootPlacementPlantSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, DistanceToGround) == 0x000004, "Member 'FFootPlacementPlantSettings::DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, LockType) == 0x000008, "Member 'FFootPlacementPlantSettings::LockType' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnplantRadius) == 0x00000C, "Member 'FFootPlacementPlantSettings::UnplantRadius' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, ReplantRadiusRatio) == 0x000010, "Member 'FFootPlacementPlantSettings::ReplantRadiusRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnplantAngle) == 0x000014, "Member 'FFootPlacementPlantSettings::UnplantAngle' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, ReplantAngleRatio) == 0x000018, "Member 'FFootPlacementPlantSettings::ReplantAngleRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, MaxExtensionRatio) == 0x00001C, "Member 'FFootPlacementPlantSettings::MaxExtensionRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, MinExtensionRatio) == 0x000020, "Member 'FFootPlacementPlantSettings::MinExtensionRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, SeparatingDistance) == 0x000024, "Member 'FFootPlacementPlantSettings::SeparatingDistance' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnalignmentSpeedThreshold) == 0x000028, "Member 'FFootPlacementPlantSettings::UnalignmentSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, AnkleTwistReduction) == 0x00002C, "Member 'FFootPlacementPlantSettings::AnkleTwistReduction' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, bAdjustHeelBeforePlanting) == 0x000030, "Member 'FFootPlacementPlantSettings::bAdjustHeelBeforePlanting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_FootPlacement \ +static_assert(alignof(FAnimNode_FootPlacement) == 0x000010, "Wrong alignment on FAnimNode_FootPlacement"); \ +static_assert(sizeof(FAnimNode_FootPlacement) == 0x000430, "Wrong size on FAnimNode_FootPlacement"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PlantSpeedMode) == 0x0000C8, "Member 'FAnimNode_FootPlacement::PlantSpeedMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, IKFootRootBone) == 0x0000CC, "Member 'FAnimNode_FootPlacement::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PelvisBone) == 0x0000DC, "Member 'FAnimNode_FootPlacement::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PelvisSettings) == 0x0000EC, "Member 'FAnimNode_FootPlacement::PelvisSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, LegDefinitions) == 0x000110, "Member 'FAnimNode_FootPlacement::LegDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PlantSettings) == 0x000120, "Member 'FAnimNode_FootPlacement::PlantSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, InterpolationSettings) == 0x000154, "Member 'FAnimNode_FootPlacement::InterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, TraceSettings) == 0x000180, "Member 'FAnimNode_FootPlacement::TraceSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OffsetRootBone \ +static_assert(alignof(FAnimNode_OffsetRootBone) == 0x000010, "Wrong alignment on FAnimNode_OffsetRootBone"); \ +static_assert(sizeof(FAnimNode_OffsetRootBone) == 0x000100, "Wrong size on FAnimNode_OffsetRootBone"); \ +static_assert(offsetof(FAnimNode_OffsetRootBone, Source) == 0x000010, "Member 'FAnimNode_OffsetRootBone::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OrientationWarping \ +static_assert(alignof(FAnimNode_OrientationWarping) == 0x000010, "Wrong alignment on FAnimNode_OrientationWarping"); \ +static_assert(sizeof(FAnimNode_OrientationWarping) == 0x000220, "Wrong size on FAnimNode_OrientationWarping"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, Mode) == 0x0000C8, "Member 'FAnimNode_OrientationWarping::Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, OrientationAngle) == 0x0000CC, "Member 'FAnimNode_OrientationWarping::OrientationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionAngle) == 0x0000D0, "Member 'FAnimNode_OrientationWarping::LocomotionAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionDirection) == 0x0000D8, "Member 'FAnimNode_OrientationWarping::LocomotionDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MinRootMotionSpeedThreshold) == 0x0000F0, "Member 'FAnimNode_OrientationWarping::MinRootMotionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionAngleDeltaThreshold) == 0x0000F4, "Member 'FAnimNode_OrientationWarping::LocomotionAngleDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, SpineBones) == 0x0000F8, "Member 'FAnimNode_OrientationWarping::SpineBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootRootBone) == 0x000108, "Member 'FAnimNode_OrientationWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootBones) == 0x000118, "Member 'FAnimNode_OrientationWarping::IKFootBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationAxis) == 0x000128, "Member 'FAnimNode_OrientationWarping::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, DistributedBoneOrientationAlpha) == 0x00012C, "Member 'FAnimNode_OrientationWarping::DistributedBoneOrientationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationInterpSpeed) == 0x000130, "Member 'FAnimNode_OrientationWarping::RotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MaxCorrectionDegrees) == 0x000134, "Member 'FAnimNode_OrientationWarping::MaxCorrectionDegrees' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MaxRootMotionDeltaToCompensateDegrees) == 0x000138, "Member 'FAnimNode_OrientationWarping::MaxRootMotionDeltaToCompensateDegrees' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bCounterCompenstateInterpolationByRootMotion) == 0x00013C, "Member 'FAnimNode_OrientationWarping::bCounterCompenstateInterpolationByRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bScaleByGlobalBlendWeight) == 0x00013D, "Member 'FAnimNode_OrientationWarping::bScaleByGlobalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bUseManualRootMotionVelocity) == 0x00013E, "Member 'FAnimNode_OrientationWarping::bUseManualRootMotionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, ManualRootMotionVelocity) == 0x000140, "Member 'FAnimNode_OrientationWarping::ManualRootMotionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, WarpingSpace) == 0x000158, "Member 'FAnimNode_OrientationWarping::WarpingSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, WarpingSpaceTransform) == 0x000160, "Member 'FAnimNode_OrientationWarping::WarpingSpaceTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlopeWarpingFootDefinition \ +static_assert(alignof(FSlopeWarpingFootDefinition) == 0x000004, "Wrong alignment on FSlopeWarpingFootDefinition"); \ +static_assert(sizeof(FSlopeWarpingFootDefinition) == 0x000028, "Wrong size on FSlopeWarpingFootDefinition"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, IKFootBone) == 0x000000, "Member 'FSlopeWarpingFootDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, FKFootBone) == 0x000010, "Member 'FSlopeWarpingFootDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, NumBonesInLimb) == 0x000020, "Member 'FSlopeWarpingFootDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, FootSize) == 0x000024, "Member 'FSlopeWarpingFootDefinition::FootSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlopeWarpingFootData \ +static_assert(alignof(FSlopeWarpingFootData) == 0x000010, "Wrong alignment on FSlopeWarpingFootData"); \ +static_assert(sizeof(FSlopeWarpingFootData) == 0x0000B0, "Wrong size on FSlopeWarpingFootData"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SlopeWarping \ +static_assert(alignof(FAnimNode_SlopeWarping) == 0x000008, "Wrong alignment on FAnimNode_SlopeWarping"); \ +static_assert(sizeof(FAnimNode_SlopeWarping) == 0x0002E0, "Wrong size on FAnimNode_SlopeWarping"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, IKFootRootBone) == 0x0000E0, "Member 'FAnimNode_SlopeWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, PelvisBone) == 0x0000F0, "Member 'FAnimNode_SlopeWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FeetDefinitions) == 0x000100, "Member 'FAnimNode_SlopeWarping::FeetDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FeetData) == 0x000110, "Member 'FAnimNode_SlopeWarping::FeetData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, PelvisOffsetInterpolator) == 0x000120, "Member 'FAnimNode_SlopeWarping::PelvisOffsetInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, GravityDir) == 0x000180, "Member 'FAnimNode_SlopeWarping::GravityDir' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, CustomFloorOffset) == 0x000198, "Member 'FAnimNode_SlopeWarping::CustomFloorOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, CachedDeltaTime) == 0x0001B0, "Member 'FAnimNode_SlopeWarping::CachedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, TargetFloorNormalWorldSpace) == 0x0001B8, "Member 'FAnimNode_SlopeWarping::TargetFloorNormalWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FloorNormalInterpolator) == 0x0001D0, "Member 'FAnimNode_SlopeWarping::FloorNormalInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, TargetFloorOffsetLocalSpace) == 0x000230, "Member 'FAnimNode_SlopeWarping::TargetFloorOffsetLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FloorOffsetInterpolator) == 0x000248, "Member 'FAnimNode_SlopeWarping::FloorOffsetInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, MaxStepHeight) == 0x0002A8, "Member 'FAnimNode_SlopeWarping::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, ActorLocation) == 0x0002B0, "Member 'FAnimNode_SlopeWarping::ActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, GravityDirCompSpace) == 0x0002C8, "Member 'FAnimNode_SlopeWarping::GravityDirCompSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Steering \ +static_assert(alignof(FAnimNode_Steering) == 0x000010, "Wrong alignment on FAnimNode_Steering"); \ +static_assert(sizeof(FAnimNode_Steering) == 0x0001E0, "Wrong size on FAnimNode_Steering"); \ +static_assert(offsetof(FAnimNode_Steering, TargetOrientation) == 0x0000D0, "Member 'FAnimNode_Steering::TargetOrientation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, bEnableTargetSmoothing) == 0x0000F0, "Member 'FAnimNode_Steering::bEnableTargetSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, SmoothTargetStiffness) == 0x0000F4, "Member 'FAnimNode_Steering::SmoothTargetStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, SmoothTargetDamping) == 0x0000F8, "Member 'FAnimNode_Steering::SmoothTargetDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, ProceduralTargetTime) == 0x0000FC, "Member 'FAnimNode_Steering::ProceduralTargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, TargetTime) == 0x000100, "Member 'FAnimNode_Steering::TargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, AnimatedTargetTime) == 0x000104, "Member 'FAnimNode_Steering::AnimatedTargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, RootMotionThreshold) == 0x000108, "Member 'FAnimNode_Steering::RootMotionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, DisableSteeringBelowSpeed) == 0x00010C, "Member 'FAnimNode_Steering::DisableSteeringBelowSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, CurrentAnimAsset) == 0x000110, "Member 'FAnimNode_Steering::CurrentAnimAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, CurrentAnimAssetTime) == 0x000118, "Member 'FAnimNode_Steering::CurrentAnimAssetTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStrideWarpingFootDefinition \ +static_assert(alignof(FStrideWarpingFootDefinition) == 0x000004, "Wrong alignment on FStrideWarpingFootDefinition"); \ +static_assert(sizeof(FStrideWarpingFootDefinition) == 0x000030, "Wrong size on FStrideWarpingFootDefinition"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, IKFootBone) == 0x000000, "Member 'FStrideWarpingFootDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, FKFootBone) == 0x000010, "Member 'FStrideWarpingFootDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, ThighBone) == 0x000020, "Member 'FStrideWarpingFootDefinition::ThighBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StrideWarping \ +static_assert(alignof(FAnimNode_StrideWarping) == 0x000008, "Wrong alignment on FAnimNode_StrideWarping"); \ +static_assert(sizeof(FAnimNode_StrideWarping) == 0x000248, "Wrong size on FAnimNode_StrideWarping"); \ +static_assert(offsetof(FAnimNode_StrideWarping, Mode) == 0x0000C8, "Member 'FAnimNode_StrideWarping::Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideDirection) == 0x0000D0, "Member 'FAnimNode_StrideWarping::StrideDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideScale) == 0x0000E8, "Member 'FAnimNode_StrideWarping::StrideScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, LocomotionSpeed) == 0x0000EC, "Member 'FAnimNode_StrideWarping::LocomotionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, MinRootMotionSpeedThreshold) == 0x0000F0, "Member 'FAnimNode_StrideWarping::MinRootMotionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, PelvisBone) == 0x0000F4, "Member 'FAnimNode_StrideWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, IKFootRootBone) == 0x000104, "Member 'FAnimNode_StrideWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, FootDefinitions) == 0x000118, "Member 'FAnimNode_StrideWarping::FootDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideScaleModifier) == 0x000128, "Member 'FAnimNode_StrideWarping::StrideScaleModifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, FloorNormalDirection) == 0x000140, "Member 'FAnimNode_StrideWarping::FloorNormalDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, GravityDirection) == 0x000160, "Member 'FAnimNode_StrideWarping::GravityDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, PelvisIKFootSolver) == 0x000180, "Member 'FAnimNode_StrideWarping::PelvisIKFootSolver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bOrientStrideDirectionUsingFloorNormal) == 0x000200, "Member 'FAnimNode_StrideWarping::bOrientStrideDirectionUsingFloorNormal' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bCompensateIKUsingFKThighRotation) == 0x000201, "Member 'FAnimNode_StrideWarping::bCompensateIKUsingFKThighRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bClampIKUsingFKLimits) == 0x000202, "Member 'FAnimNode_StrideWarping::bClampIKUsingFKLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bDisableIfMissingRootMotion) == 0x000203, "Member 'FAnimNode_StrideWarping::bDisableIfMissingRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetCurveValueFromAnimation \ +static_assert(alignof(AnimationWarpingLibrary_GetCurveValueFromAnimation) == 0x000008, "Wrong alignment on AnimationWarpingLibrary_GetCurveValueFromAnimation"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetCurveValueFromAnimation) == 0x000020, "Wrong size on AnimationWarpingLibrary_GetCurveValueFromAnimation"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, Animation) == 0x000000, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, CurveName) == 0x000008, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, Time) == 0x000010, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, OutValue) == 0x000014, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, ReturnValue) == 0x000018, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetOffsetRootTransform \ +static_assert(alignof(AnimationWarpingLibrary_GetOffsetRootTransform) == 0x000010, "Wrong alignment on AnimationWarpingLibrary_GetOffsetRootTransform"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetOffsetRootTransform) == 0x000070, "Wrong size on AnimationWarpingLibrary_GetOffsetRootTransform"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetOffsetRootTransform, Node) == 0x000000, "Member 'AnimationWarpingLibrary_GetOffsetRootTransform::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetOffsetRootTransform, ReturnValue) == 0x000010, "Member 'AnimationWarpingLibrary_GetOffsetRootTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationWarpingLibrary \ +static_assert(alignof(UAnimationWarpingLibrary) == 0x000008, "Wrong alignment on UAnimationWarpingLibrary"); \ +static_assert(sizeof(UAnimationWarpingLibrary) == 0x000028, "Wrong size on UAnimationWarpingLibrary"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent) == 0x000190, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, EntryPoint) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_real_Variable) == 0x000004, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_int_Variable) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_int_Variable_1) == 0x000014, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToByte_ReturnValue) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000021, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000023, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_GetEnvironmentInteractionTypeMPC_ID_ReturnValue) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_GetEnvironmentInteractionTypeMPC_ID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_MakeLiteralInt_ReturnValue) == 0x000088, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00008C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00008E, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_Event_DeltaSeconds) == 0x000090, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_bool_Variable) == 0x000094, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000095, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_real_Variable_1) == 0x000098, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_Event_EndPlayReason) == 0x0000A8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, Temp_bool_Variable_1) == 0x0000A9, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_Select_Default) == 0x0000C0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_GetVectorParameterNames_ReturnValue) == 0x000120, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_GetVectorParameterNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Array_Contains_ReturnValue) == 0x000140, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Not_PreBool_ReturnValue_2) == 0x000141, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000148, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000150, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x000158, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_GetAllActorsOfClass_OutActors) == 0x000160, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_Conv_IntToDouble_ReturnValue_5) == 0x000170, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_Conv_IntToDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000178, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1) == 0x00017C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2) == 0x000180, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_3) == 0x000184, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_4) == 0x000188, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_5) == 0x00018C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ExecuteUbergraph_BP_InteractiveEnvironmentManagerComponent::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID) == 0x000038, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID, Enumerator) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID::Enumerator' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID, ReturnValue) == 0x000004, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetEnvironmentInteractionTypeMPC_ID::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList) == 0x000050, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, Key) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, List) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::List' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, Empty) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::Empty' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, K2Node_MakeStruct_S_ListOfActorsPerInteractionType) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::K2Node_MakeStruct_S_ListOfActorsPerInteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList, CallFunc_Map_Contains_ReturnValue) == 0x000049, "Member 'BP_InteractiveEnvironmentManagerComponent_C_GetOrCreateActorList::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor) == 0x000018, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor, Actor) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent) == 0x000010, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent, Component) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_RegisterGrassInteractorComponent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones) == 0x0000C0, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, local_actors) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_GetCameraLocation_ReturnValue) == 0x000030, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, K2Node_MakeStruct_S_ListOfActorsPerInteractionType) == 0x000048, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::K2Node_MakeStruct_S_ListOfActorsPerInteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Array_AddUnique_ReturnValue) == 0x00007C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Vector_Distance_ReturnValue) == 0x0000A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000A9, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones, CallFunc_GetOrCreateActorList_List) == 0x0000B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_Retrieve_Actor_List_from_Zones::CallFunc_GetOrCreateActorList_List' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation) == 0x0000C0, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, A) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::A' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, MulitplySizeOfInteraction) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::MulitplySizeOfInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, ReturnValue) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Conv_IntToVector_ReturnValue) == 0x000038, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Conv_IntToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Divide_VectorVector_ReturnValue) == 0x000050, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_BreakVector_X) == 0x000068, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_BreakVector_Y) == 0x000070, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_BreakVector_Z) == 0x000078, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Round_ReturnValue) == 0x000080, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Round_ReturnValue_1) == 0x000084, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000088, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000090, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Round_ReturnValue_2) == 0x000098, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Round_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x0000A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation, CallFunc_MakeVector_ReturnValue) == 0x0000A8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_SnapWorldLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull) == 0x000590, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Render_Target_Flip) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Render_Target_Flip' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Render_Target_Flop) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Render_Target_Flop' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Parent_Canvas_Material) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Parent_Canvas_Material' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, IsFlip) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::IsFlip' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, TypeOfInteraction) == 0x000019, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::TypeOfInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Impact_Size_Multiplicator) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Impact_Size_Multiplicator' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Stamp_Material) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Stamp_Material' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, MulitplySizeOfInteraction) == 0x000030, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::MulitplySizeOfInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, IsStampRotate) == 0x000034, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::IsStampRotate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, local_MultiplySizeOfInteraction) == 0x000038, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::local_MultiplySizeOfInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, local_currentRTSize) == 0x00003C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::local_currentRTSize' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, local_currentRT) == 0x000040, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::local_currentRT' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, local_currentSnappedRTLocation) == 0x000048, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::local_currentSnappedRTLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_GetEnvironmentInteractionTypeMPC_ID_ReturnValue) == 0x000068, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_GetEnvironmentInteractionTypeMPC_ID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Array_Contains_ReturnValue) == 0x000070, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_int_Array_Index_Variable) == 0x000074, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Find_Value) == 0x000078, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Contains_ReturnValue) == 0x000089, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue) == 0x0000B8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000D0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x0000D8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue_1) == 0x0000E0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x0000F0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue_2) == 0x0000F8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_bool_Variable) == 0x000108, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000110, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, K2Node_Select_Default) == 0x000120, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Find_Value_1) == 0x000128, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Map_Find_ReturnValue_1) == 0x000140, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_SelectVector_ReturnValue) == 0x000148, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000160, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000168, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_GetCameraLocation_ReturnValue) == 0x000180, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_X) == 0x000198, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Y) == 0x0001A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Z) == 0x0001A8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_SnapWorldLocation_ReturnValue) == 0x0001B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_SnapWorldLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Round_ReturnValue) == 0x0001C8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x0001D0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Round_ReturnValue_1) == 0x0001D8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_int_Array_Index_Variable_1) == 0x0001DC, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_5) == 0x0001E0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeVector_ReturnValue) == 0x0001F0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000208, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000220, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakRotator_Roll) == 0x000230, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakRotator_Pitch) == 0x000234, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakRotator_Yaw) == 0x000238, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_GetOwner_ReturnValue) == 0x000240, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000248, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_GetDisplayName_ReturnValue) == 0x000260, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_StringToInt_ReturnValue) == 0x000270, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000278, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeRandomStream_ReturnValue) == 0x000280, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue_3) == 0x000288, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000298, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x0002A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_HSVToRGB_ReturnValue) == 0x0002B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_HSVToRGB_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_Vector2DVector2D_ReturnValue_1) == 0x0002C0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0002D0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0002D8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue_4) == 0x0002E0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_IsValid_ReturnValue) == 0x0002F0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002F8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_SnapWorldLocation_ReturnValue_1) == 0x000310, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_SnapWorldLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BeginDrawCanvasToRenderTarget_Canvas) == 0x000328, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BeginDrawCanvasToRenderTarget_Canvas' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BeginDrawCanvasToRenderTarget_Size) == 0x000330, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BeginDrawCanvasToRenderTarget_Size' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BeginDrawCanvasToRenderTarget_Context) == 0x000340, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BeginDrawCanvasToRenderTarget_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000348, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_6) == 0x000358, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_7) == 0x000360, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector2D_ReturnValue_5) == 0x000368, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector2D_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000378, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_Vector2DVector2D_ReturnValue_2) == 0x000390, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_X_1) == 0x0003A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Y_1) == 0x0003A8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Z_1) == 0x0003B0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Multiply_Vector2DVector2D_ReturnValue_1) == 0x0003B8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Multiply_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0003C8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_Vector2DVector2D_ReturnValue_3) == 0x0003D0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0003E0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue) == 0x0003E1, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_8) == 0x0003E8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_IntInt_ReturnValue) == 0x0003F0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0003F8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_9) == 0x000400, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_10) == 0x000408, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeVector2D_ReturnValue) == 0x000410, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000420, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_IntToDouble_ReturnValue_11) == 0x000438, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_IntToDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000440, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x000448, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeVector_ReturnValue_1) == 0x000458, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector2D_X) == 0x000470, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector2D_Y) == 0x000478, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_X_2) == 0x000480, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Y_2) == 0x000488, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Z_2) == 0x000490, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000498, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeVector_ReturnValue_2) == 0x0004A0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x0004B8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0004C0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue_1) == 0x0004D8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0004E0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x0004F0, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0004F8, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000508, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue_2) == 0x000509, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue_3) == 0x00050A, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue_4) == 0x00050B, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BooleanAND_ReturnValue_5) == 0x00050C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_X_3) == 0x000510, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Y_3) == 0x000518, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_BreakVector_Z_3) == 0x000520, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_int_Loop_Counter_Variable) == 0x000528, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000530, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Less_IntInt_ReturnValue) == 0x000538, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Add_IntInt_ReturnValue) == 0x00053C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000540, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_MakeVector_ReturnValue_3) == 0x000548, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_int_Loop_Counter_Variable_1) == 0x000560, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000564, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Less_IntInt_ReturnValue_1) == 0x000574, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_Add_IntInt_ReturnValue_1) == 0x000578, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_real_Variable) == 0x00057C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, Temp_bool_Variable_1) == 0x000580, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, K2Node_Select_Default_1) == 0x000584, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000588, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x00058C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_StampOnCanvasAndRenderMaterialFull::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor) == 0x000038, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, Actor) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent) == 0x0000A0, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, InteractorComponent) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::InteractorComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UnregisterGrassInteractorComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap) == 0x000008, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap) == 0x000018, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap, Key) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap, Value) == 0x000008, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UpdateActorListInMap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled \ +static_assert(alignof(BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled) == 0x000001, "Wrong alignment on BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled"); \ +static_assert(sizeof(BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled) == 0x000002, "Wrong size on BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000000, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_InteractiveEnvironmentManagerComponent_C_UpdateTickEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractiveEnvironmentManagerComponent_C \ +static_assert(alignof(UBP_InteractiveEnvironmentManagerComponent_C) == 0x000008, "Wrong alignment on UBP_InteractiveEnvironmentManagerComponent_C"); \ +static_assert(sizeof(UBP_InteractiveEnvironmentManagerComponent_C) == 0x0001E0, "Wrong size on UBP_InteractiveEnvironmentManagerComponent_C"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, IsEnabled) == 0x0000A8, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, EnvironmentInteractorComponent) == 0x0000B0, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::EnvironmentInteractorComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, CurrentSnappedWorldLocation) == 0x0000C0, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::CurrentSnappedWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, GrassRenderTarget_Flip) == 0x0000D8, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::GrassRenderTarget_Flip' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, GrassRenderTarget_Flop) == 0x0000E0, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::GrassRenderTarget_Flop' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SnowRenderTarget_Flip) == 0x0000E8, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SnowRenderTarget_Flip' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SnowRenderTarget_Flop) == 0x0000F0, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SnowRenderTarget_Flop' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SandRenderTarget_Flip) == 0x0000F8, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SandRenderTarget_Flip' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SandRenderTarget_Flop) == 0x000100, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SandRenderTarget_Flop' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, GrassMulitplySizeInteractionZone) == 0x000108, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::GrassMulitplySizeInteractionZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SandMultiplySizeInteractionZone) == 0x00010C, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SandMultiplySizeInteractionZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, SnowMulitplySizeInteractionZone) == 0x000110, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::SnowMulitplySizeInteractionZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, DEBUG_DisplayInteractors) == 0x000114, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::DEBUG_DisplayInteractors' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, MPC_Global) == 0x000118, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::MPC_Global' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, PreviousCamPositions) == 0x000120, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::PreviousCamPositions' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, ArrayOfTriggerInteractiveZone) == 0x000170, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::ArrayOfTriggerInteractiveZone' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, ArrayOfTempInteractorComponents) == 0x000180, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::ArrayOfTempInteractorComponents' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveEnvironmentManagerComponent_C, TypeMapOfStructArray) == 0x000190, "Member 'UBP_InteractiveEnvironmentManagerComponent_C::TypeMapOfStructArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeightfieldMinMaxTexture \ +static_assert(alignof(UHeightfieldMinMaxTexture) == 0x000008, "Wrong alignment on UHeightfieldMinMaxTexture"); \ +static_assert(sizeof(UHeightfieldMinMaxTexture) == 0x000070, "Wrong size on UHeightfieldMinMaxTexture"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, Texture) == 0x000028, "Member 'UHeightfieldMinMaxTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, LodBiasTexture) == 0x000030, "Member 'UHeightfieldMinMaxTexture::LodBiasTexture' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, LodBiasMinMaxTexture) == 0x000038, "Member 'UHeightfieldMinMaxTexture::LodBiasMinMaxTexture' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, MaxCPULevels) == 0x000040, "Member 'UHeightfieldMinMaxTexture::MaxCPULevels' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, TextureData) == 0x000048, "Member 'UHeightfieldMinMaxTexture::TextureData' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, TextureDataSize) == 0x000058, "Member 'UHeightfieldMinMaxTexture::TextureDataSize' has a wrong offset!"); \ +static_assert(offsetof(UHeightfieldMinMaxTexture, TextureDataMips) == 0x000060, "Member 'UHeightfieldMinMaxTexture::TextureDataMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHeightfieldMinMaxTexture \ +static_assert(alignof(UMaterialExpressionHeightfieldMinMaxTexture) == 0x000008, "Wrong alignment on UMaterialExpressionHeightfieldMinMaxTexture"); \ +static_assert(sizeof(UMaterialExpressionHeightfieldMinMaxTexture) == 0x0000C0, "Wrong size on UMaterialExpressionHeightfieldMinMaxTexture"); \ +static_assert(offsetof(UMaterialExpressionHeightfieldMinMaxTexture, MinMaxTexture) == 0x0000B0, "Member 'UMaterialExpressionHeightfieldMinMaxTexture::MinMaxTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHeightfieldMinMaxTexture, SamplerType) == 0x0000B8, "Member 'UMaterialExpressionHeightfieldMinMaxTexture::SamplerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVirtualHeightfieldMesh \ +static_assert(alignof(AVirtualHeightfieldMesh) == 0x000008, "Wrong alignment on AVirtualHeightfieldMesh"); \ +static_assert(sizeof(AVirtualHeightfieldMesh) == 0x000298, "Wrong size on AVirtualHeightfieldMesh"); \ +static_assert(offsetof(AVirtualHeightfieldMesh, VirtualHeightfieldMeshComponent) == 0x000290, "Member 'AVirtualHeightfieldMesh::VirtualHeightfieldMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualHeightfieldMeshComponent_GatherHideFlags \ +static_assert(alignof(VirtualHeightfieldMeshComponent_GatherHideFlags) == 0x000001, "Wrong alignment on VirtualHeightfieldMeshComponent_GatherHideFlags"); \ +static_assert(sizeof(VirtualHeightfieldMeshComponent_GatherHideFlags) == 0x000002, "Wrong size on VirtualHeightfieldMeshComponent_GatherHideFlags"); \ +static_assert(offsetof(VirtualHeightfieldMeshComponent_GatherHideFlags, InOutHidePrimitivesInEditor) == 0x000000, "Member 'VirtualHeightfieldMeshComponent_GatherHideFlags::InOutHidePrimitivesInEditor' has a wrong offset!"); \ +static_assert(offsetof(VirtualHeightfieldMeshComponent_GatherHideFlags, InOutHidePrimitivesInGame) == 0x000001, "Member 'VirtualHeightfieldMeshComponent_GatherHideFlags::InOutHidePrimitivesInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualHeightfieldMeshComponent \ +static_assert(alignof(UVirtualHeightfieldMeshComponent) == 0x000010, "Wrong alignment on UVirtualHeightfieldMeshComponent"); \ +static_assert(sizeof(UVirtualHeightfieldMeshComponent) == 0x000590, "Wrong size on UVirtualHeightfieldMeshComponent"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTexture) == 0x000518, "Member 'UVirtualHeightfieldMeshComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTextureRef) == 0x000540, "Member 'UVirtualHeightfieldMeshComponent::VirtualTextureRef' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTextureThumbnail) == 0x000548, "Member 'UVirtualHeightfieldMeshComponent::VirtualTextureThumbnail' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bCopyBoundsButton) == 0x000550, "Member 'UVirtualHeightfieldMeshComponent::bCopyBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, MinMaxTexture) == 0x000558, "Member 'UVirtualHeightfieldMeshComponent::MinMaxTexture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumMinMaxTextureBuildLevels) == 0x000560, "Member 'UVirtualHeightfieldMeshComponent::NumMinMaxTextureBuildLevels' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bBuildMinMaxTextureButton) == 0x000564, "Member 'UVirtualHeightfieldMeshComponent::bBuildMinMaxTextureButton' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, Material) == 0x000568, "Member 'UVirtualHeightfieldMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, LOD0ScreenSize) == 0x000570, "Member 'UVirtualHeightfieldMeshComponent::LOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, Lod0Distribution) == 0x000574, "Member 'UVirtualHeightfieldMeshComponent::Lod0Distribution' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, LodDistribution) == 0x000578, "Member 'UVirtualHeightfieldMeshComponent::LodDistribution' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, LodBiasScale) == 0x00057C, "Member 'UVirtualHeightfieldMeshComponent::LodBiasScale' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumForceLoadLods) == 0x000580, "Member 'UVirtualHeightfieldMeshComponent::NumForceLoadLods' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumOcclusionLods) == 0x000584, "Member 'UVirtualHeightfieldMeshComponent::NumOcclusionLods' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bHiddenInEditor) == 0x000588, "Member 'UVirtualHeightfieldMeshComponent::bHiddenInEditor' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bWorldPositionOffsetVelocity) == 0x000589, "Member 'UVirtualHeightfieldMeshComponent::bWorldPositionOffsetVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Item_C_LoadItem \ +static_assert(alignof(WBP_BattleLoot_Item_C_LoadItem) == 0x000008, "Wrong alignment on WBP_BattleLoot_Item_C_LoadItem"); \ +static_assert(sizeof(WBP_BattleLoot_Item_C_LoadItem) == 0x0001C0, "Wrong size on WBP_BattleLoot_Item_C_LoadItem"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, ItemData) == 0x000000, "Member 'WBP_BattleLoot_Item_C_LoadItem::ItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, Temp_byte_Variable) == 0x000138, "Member 'WBP_BattleLoot_Item_C_LoadItem::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000139, "Member 'WBP_BattleLoot_Item_C_LoadItem::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000140, "Member 'WBP_BattleLoot_Item_C_LoadItem::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, Temp_byte_Variable_1) == 0x000148, "Member 'WBP_BattleLoot_Item_C_LoadItem::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'WBP_BattleLoot_Item_C_LoadItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, K2Node_MakeArray_Array) == 0x000198, "Member 'WBP_BattleLoot_Item_C_LoadItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'WBP_BattleLoot_Item_C_LoadItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, Temp_bool_Variable) == 0x0001B8, "Member 'WBP_BattleLoot_Item_C_LoadItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Item_C_LoadItem, K2Node_Select_Default) == 0x0001B9, "Member 'WBP_BattleLoot_Item_C_LoadItem::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleLoot_Item_C \ +static_assert(alignof(UWBP_BattleLoot_Item_C) == 0x000008, "Wrong alignment on UWBP_BattleLoot_Item_C"); \ +static_assert(sizeof(UWBP_BattleLoot_Item_C) == 0x000320, "Wrong size on UWBP_BattleLoot_Item_C"); \ +static_assert(offsetof(UWBP_BattleLoot_Item_C, ItemIcon) == 0x000308, "Member 'UWBP_BattleLoot_Item_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Item_C, ItemName) == 0x000310, "Member 'UWBP_BattleLoot_Item_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Item_C, Quantity) == 0x000318, "Member 'UWBP_BattleLoot_Item_C::Quantity' 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_FARPlaneUpdatePayload \ +static_assert(alignof(FARPlaneUpdatePayload) == 0x000010, "Wrong alignment on FARPlaneUpdatePayload"); \ +static_assert(sizeof(FARPlaneUpdatePayload) == 0x0000D0, "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) == 0x000080, "Member 'FARPlaneUpdatePayload::Center' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, Extents) == 0x000098, "Member 'FARPlaneUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, BoundaryVertices) == 0x0000B0, "Member 'FARPlaneUpdatePayload::BoundaryVertices' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, ObjectClassification) == 0x0000C0, "Member 'FARPlaneUpdatePayload::ObjectClassification' 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_FARFaceUpdatePayload \ +static_assert(alignof(FARFaceUpdatePayload) == 0x000008, "Wrong alignment on FARFaceUpdatePayload"); \ +static_assert(sizeof(FARFaceUpdatePayload) == 0x000060, "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) == 0x000030, "Member 'FARFaceUpdatePayload::RightEyePosition' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, LookAtTarget) == 0x000048, "Member 'FARFaceUpdatePayload::LookAtTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARImageUpdatePayload \ +static_assert(alignof(FARImageUpdatePayload) == 0x000010, "Wrong alignment on FARImageUpdatePayload"); \ +static_assert(sizeof(FARImageUpdatePayload) == 0x0000A0, "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) == 0x000080, "Member 'FARImageUpdatePayload::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, EstimatedSize) == 0x000088, "Member 'FARImageUpdatePayload::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARQRCodeUpdatePayload \ +static_assert(alignof(FARQRCodeUpdatePayload) == 0x000010, "Wrong alignment on FARQRCodeUpdatePayload"); \ +static_assert(sizeof(FARQRCodeUpdatePayload) == 0x0000B0, "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) == 0x000080, "Member 'FARQRCodeUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, QRCode) == 0x000098, "Member 'FARQRCodeUpdatePayload::QRCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPoseUpdatePayload \ +static_assert(alignof(FARPoseUpdatePayload) == 0x000010, "Wrong alignment on FARPoseUpdatePayload"); \ +static_assert(sizeof(FARPoseUpdatePayload) == 0x000070, "Wrong size on FARPoseUpdatePayload"); \ +static_assert(offsetof(FARPoseUpdatePayload, WorldTransform) == 0x000000, "Member 'FARPoseUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARPoseUpdatePayload, JointTransforms) == 0x000060, "Member 'FARPoseUpdatePayload::JointTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAREnvironmentProbeUpdatePayload \ +static_assert(alignof(FAREnvironmentProbeUpdatePayload) == 0x000010, "Wrong alignment on FAREnvironmentProbeUpdatePayload"); \ +static_assert(sizeof(FAREnvironmentProbeUpdatePayload) == 0x000060, "Wrong size on FAREnvironmentProbeUpdatePayload"); \ +static_assert(offsetof(FAREnvironmentProbeUpdatePayload, WorldTransform) == 0x000000, "Member 'FAREnvironmentProbeUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARObjectUpdatePayload \ +static_assert(alignof(FARObjectUpdatePayload) == 0x000010, "Wrong alignment on FARObjectUpdatePayload"); \ +static_assert(sizeof(FARObjectUpdatePayload) == 0x000060, "Wrong size on FARObjectUpdatePayload"); \ +static_assert(offsetof(FARObjectUpdatePayload, WorldTransform) == 0x000000, "Member 'FARObjectUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARMeshUpdatePayload \ +static_assert(alignof(FARMeshUpdatePayload) == 0x000010, "Wrong alignment on FARMeshUpdatePayload"); \ +static_assert(sizeof(FARMeshUpdatePayload) == 0x000090, "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) == 0x000080, "Member 'FARMeshUpdatePayload::ObjectClassification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARGeoAnchorUpdatePayload \ +static_assert(alignof(FARGeoAnchorUpdatePayload) == 0x000010, "Wrong alignment on FARGeoAnchorUpdatePayload"); \ +static_assert(sizeof(FARGeoAnchorUpdatePayload) == 0x0000A0, "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) == 0x000080, "Member 'FARGeoAnchorUpdatePayload::Longitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, Latitude) == 0x000084, "Member 'FARGeoAnchorUpdatePayload::Latitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeMeters) == 0x000088, "Member 'FARGeoAnchorUpdatePayload::AltitudeMeters' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeSource) == 0x00008C, "Member 'FARGeoAnchorUpdatePayload::AltitudeSource' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AnchorName) == 0x000090, "Member 'FARGeoAnchorUpdatePayload::AnchorName' 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) == 0x000090, "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) == 0x000070, "Member 'FARTraceResult::TrackedGeometry' 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_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_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_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_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_FARCameraIntrinsics \ +static_assert(alignof(FARCameraIntrinsics) == 0x000008, "Wrong alignment on FARCameraIntrinsics"); \ +static_assert(sizeof(FARCameraIntrinsics) == 0x000028, "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) == 0x000018, "Member 'FARCameraIntrinsics::PrincipalPoint' 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) == 0x000290, "Wrong size on AARActor"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_AddManualEnvironmentCaptureProbe \ +static_assert(alignof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x000008, "Wrong alignment on ARBlueprintLibrary_AddManualEnvironmentCaptureProbe"); \ +static_assert(sizeof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x000038, "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) == 0x000018, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::Extent' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, ReturnValue) == 0x000030, "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) == 0x000080, "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) == 0x000060, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::PointName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, bDeletePointsWithSameName) == 0x000070, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::bDeletePointsWithSameName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, ReturnValue) == 0x000071, "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) == 0x000120, "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) == 0x000060, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::TransformInSecondCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, AlignmentTransform) == 0x0000C0, "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) == 0x000038, "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) == 0x000060, "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_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_GetCameraIntrinsics \ +static_assert(alignof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraIntrinsics"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x000030, "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) == 0x000028, "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) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetObjectClassificationAtLocation"); \ +static_assert(sizeof(ARBlueprintLibrary_GetObjectClassificationAtLocation) == 0x000040, "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) == 0x000018, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000020, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x000038, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, ReturnValue) == 0x00003C, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::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) == 0x000028, "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) == 0x000010, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestFeaturePoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestGroundPlane) == 0x000011, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestGroundPlane' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneExtents) == 0x000012, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneExtents' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneBoundaryPolygon) == 0x000013, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, ReturnValue) == 0x000018, "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) == 0x000048, "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) == 0x000018, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::End' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestFeaturePoints) == 0x000030, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestFeaturePoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestGroundPlane) == 0x000031, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestGroundPlane' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneExtents) == 0x000032, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneExtents' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneBoundaryPolygon) == 0x000033, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, ReturnValue) == 0x000038, "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) == 0x000090, "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) == 0x000070, "Member 'ARBlueprintLibrary_PinComponent::TrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, DebugName) == 0x000078, "Member 'ARBlueprintLibrary_PinComponent::DebugName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, ReturnValue) == 0x000080, "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) == 0x0000B0, "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) == 0x0000A0, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::DebugName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, ReturnValue) == 0x0000A8, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::InPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, ReturnValue) == 0x000010, "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) == 0x000060, "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) == 0x000008, "Wrong alignment on ARBlueprintLibrary_SetARWorldOriginLocationAndRotation"); \ +static_assert(sizeof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation) == 0x000038, "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) == 0x000018, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::OriginRotation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bIsTransformInWorldSpace) == 0x000030, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::bIsTransformInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bMaintainUpDirection) == 0x000031, "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) == 0x000028, "Wrong size on UARBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetDistanceFromCamera \ +static_assert(alignof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetDistanceFromCamera"); \ +static_assert(sizeof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x0000A0, "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) == 0x000090, "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) == 0x0000F0, "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) == 0x000090, "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) == 0x0000F0, "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) == 0x000090, "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) == 0x0000F0, "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) == 0x000090, "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) == 0x0000A0, "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) == 0x000090, "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) == 0x0000A0, "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) == 0x000090, "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) == 0x000028, "Wrong size on UARTraceResultLibrary"); \ + +#define DUMPER7_ASSERTS_UARBaseAsyncTaskBlueprintProxy \ +static_assert(alignof(UARBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARBaseAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UARBaseAsyncTaskBlueprintProxy) == 0x000050, "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) == 0x000080, "Wrong size on UARSaveWorldAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "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) == 0x000040, "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) == 0x000020, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::Extent' has a wrong offset!"); \ +static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, ReturnValue) == 0x000038, "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) == 0x0000B0, "Wrong size on UARGetCandidateObjectAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UARGetCandidateObjectAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "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) == 0x000230, "Member 'UARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000270, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000278, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000280, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000288, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000290, "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) == 0x0000D0, "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) == 0x0000D0, "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) == 0x0000D0, "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) == 0x000380, "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) == 0x0002C0, "Wrong size on UARPointComponent"); \ +static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x0002B0, "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) == 0x000060, "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) == 0x000060, "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) == 0x000060, "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) == 0x000340, "Wrong size on UARFaceComponent"); \ +static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x0002B0, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x0002B1, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x0002B2, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x0002B8, "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) == 0x0000A0, "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) == 0x0000A0, "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) == 0x0000A0, "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) == 0x000350, "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) == 0x0000B0, "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) == 0x0000B0, "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) == 0x0000B0, "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) == 0x000360, "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) == 0x000070, "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) == 0x000070, "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) == 0x000070, "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) == 0x000320, "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) == 0x000060, "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) == 0x000060, "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) == 0x000060, "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) == 0x000310, "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) == 0x000060, "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) == 0x000060, "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) == 0x000060, "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) == 0x000310, "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) == 0x000090, "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) == 0x000090, "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) == 0x000090, "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) == 0x000340, "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) == 0x0000A0, "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) == 0x0000A0, "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) == 0x0000A0, "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) == 0x000350, "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) == 0x000028, "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) == 0x000020, "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) == 0x000028, "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) == 0x000020, "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) == 0x000030, "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) == 0x000028, "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) == 0x000028, "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) == 0x000028, "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) == 0x000028, "Wrong size on UARGeoTrackingSupport"); \ + +#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) == 0x0000A0, "Wrong size on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnSuccess) == 0x000050, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "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) == 0x000028, "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) == 0x000020, "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) == 0x000050, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnFailed) == 0x000060, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnFailed' 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) == 0x000230, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000240, "Member 'UARLifeCycleComponent::OnARActorToBeDestroyedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLightEstimate \ +static_assert(alignof(UARLightEstimate) == 0x000008, "Wrong alignment on UARLightEstimate"); \ +static_assert(sizeof(UARLightEstimate) == 0x000028, "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) == 0x000040, "Wrong size on UARBasicLightEstimate"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientIntensityLumens) == 0x000028, "Member 'UARBasicLightEstimate::AmbientIntensityLumens' has a wrong offset!"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientColorTemperatureKelvin) == 0x00002C, "Member 'UARBasicLightEstimate::AmbientColorTemperatureKelvin' has a wrong offset!"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientColor) == 0x000030, "Member 'UARBasicLightEstimate::AmbientColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAROriginActor \ +static_assert(alignof(AAROriginActor) == 0x000008, "Wrong alignment on AAROriginActor"); \ +static_assert(sizeof(AAROriginActor) == 0x000290, "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) == 0x000008, "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) == 0x000060, "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) == 0x000060, "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) == 0x000150, "Wrong size on UARPin"); \ +static_assert(offsetof(UARPin, TrackedGeometry) == 0x000028, "Member 'UARPin::TrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARPin, PinnedComponent) == 0x000030, "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) == 0x0000A0, "Member 'UARPin::LocalToAlignedTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARPin, TrackingState) == 0x000100, "Member 'UARPin::TrackingState' has a wrong offset!"); \ +static_assert(offsetof(UARPin, OnARTrackingStateChanged) == 0x000120, "Member 'UARPin::OnARTrackingStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UARPin, OnARTransformUpdated) == 0x000130, "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_RemoveCandidateImage \ +static_assert(alignof(ARSessionConfig_RemoveCandidateImage) == 0x000008, "Wrong alignment on ARSessionConfig_RemoveCandidateImage"); \ +static_assert(sizeof(ARSessionConfig_RemoveCandidateImage) == 0x000008, "Wrong size on ARSessionConfig_RemoveCandidateImage"); \ +static_assert(offsetof(ARSessionConfig_RemoveCandidateImage, CandidateImage) == 0x000000, "Member 'ARSessionConfig_RemoveCandidateImage::CandidateImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_RemoveCandidateImageAtIndex \ +static_assert(alignof(ARSessionConfig_RemoveCandidateImageAtIndex) == 0x000004, "Wrong alignment on ARSessionConfig_RemoveCandidateImageAtIndex"); \ +static_assert(sizeof(ARSessionConfig_RemoveCandidateImageAtIndex) == 0x000004, "Wrong size on ARSessionConfig_RemoveCandidateImageAtIndex"); \ +static_assert(offsetof(ARSessionConfig_RemoveCandidateImageAtIndex, Index_0) == 0x000000, "Member 'ARSessionConfig_RemoveCandidateImageAtIndex::Index_0' 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) == 0x000110, "Wrong size on UARSessionConfig"); \ +static_assert(offsetof(UARSessionConfig, bGenerateMeshDataFromTrackedGeometry) == 0x000030, "Member 'UARSessionConfig::bGenerateMeshDataFromTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateCollisionForMeshData) == 0x000031, "Member 'UARSessionConfig::bGenerateCollisionForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateNavMeshForMeshData) == 0x000032, "Member 'UARSessionConfig::bGenerateNavMeshForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseMeshDataForOcclusion) == 0x000033, "Member 'UARSessionConfig::bUseMeshDataForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bRenderMeshDataInWireframe) == 0x000034, "Member 'UARSessionConfig::bRenderMeshDataInWireframe' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bTrackSceneObjects) == 0x000035, "Member 'UARSessionConfig::bTrackSceneObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUsePersonSegmentationForOcclusion) == 0x000036, "Member 'UARSessionConfig::bUsePersonSegmentationForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseSceneDepthForOcclusion) == 0x000037, "Member 'UARSessionConfig::bUseSceneDepthForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseAutomaticImageScaleEstimation) == 0x000038, "Member 'UARSessionConfig::bUseAutomaticImageScaleEstimation' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseStandardOnboardingUX) == 0x000039, "Member 'UARSessionConfig::bUseStandardOnboardingUX' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldAlignment) == 0x00003A, "Member 'UARSessionConfig::WorldAlignment' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SessionType) == 0x00003B, "Member 'UARSessionConfig::SessionType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneDetectionMode) == 0x00003C, "Member 'UARSessionConfig::PlaneDetectionMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bHorizontalPlaneDetection) == 0x00003D, "Member 'UARSessionConfig::bHorizontalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bVerticalPlaneDetection) == 0x00003E, "Member 'UARSessionConfig::bVerticalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutoFocus) == 0x00003F, "Member 'UARSessionConfig::bEnableAutoFocus' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, LightEstimationMode) == 0x000040, "Member 'UARSessionConfig::LightEstimationMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FrameSyncMode) == 0x000041, "Member 'UARSessionConfig::FrameSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraOverlay) == 0x000042, "Member 'UARSessionConfig::bEnableAutomaticCameraOverlay' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraTracking) == 0x000043, "Member 'UARSessionConfig::bEnableAutomaticCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetCameraTracking) == 0x000044, "Member 'UARSessionConfig::bResetCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetTrackedObjects) == 0x000045, "Member 'UARSessionConfig::bResetTrackedObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateImages) == 0x000048, "Member 'UARSessionConfig::CandidateImages' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumSimultaneousImagesTracked) == 0x000058, "Member 'UARSessionConfig::MaxNumSimultaneousImagesTracked' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentCaptureProbeType) == 0x00005C, "Member 'UARSessionConfig::EnvironmentCaptureProbeType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldMapData) == 0x000060, "Member 'UARSessionConfig::WorldMapData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateObjects) == 0x000070, "Member 'UARSessionConfig::CandidateObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DesiredVideoFormat) == 0x000080, "Member 'UARSessionConfig::DesiredVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseOptimalVideoFormat) == 0x00008C, "Member 'UARSessionConfig::bUseOptimalVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingDirection) == 0x00008D, "Member 'UARSessionConfig::FaceTrackingDirection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingUpdate) == 0x00008E, "Member 'UARSessionConfig::FaceTrackingUpdate' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumberOfTrackedFaces) == 0x000090, "Member 'UARSessionConfig::MaxNumberOfTrackedFaces' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SerializedARCandidateImageDatabase) == 0x000098, "Member 'UARSessionConfig::SerializedARCandidateImageDatabase' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnabledSessionTrackingFeature) == 0x0000A8, "Member 'UARSessionConfig::EnabledSessionTrackingFeature' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SceneReconstructionMethod) == 0x0000A9, "Member 'UARSessionConfig::SceneReconstructionMethod' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneComponentClass) == 0x0000B0, "Member 'UARSessionConfig::PlaneComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PointComponentClass) == 0x0000B8, "Member 'UARSessionConfig::PointComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceComponentClass) == 0x0000C0, "Member 'UARSessionConfig::FaceComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ImageComponentClass) == 0x0000C8, "Member 'UARSessionConfig::ImageComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, QRCodeComponentClass) == 0x0000D0, "Member 'UARSessionConfig::QRCodeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PoseComponentClass) == 0x0000D8, "Member 'UARSessionConfig::PoseComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentProbeComponentClass) == 0x0000E0, "Member 'UARSessionConfig::EnvironmentProbeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ObjectComponentClass) == 0x0000E8, "Member 'UARSessionConfig::ObjectComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MeshComponentClass) == 0x0000F0, "Member 'UARSessionConfig::MeshComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, GeoAnchorComponentClass) == 0x0000F8, "Member 'UARSessionConfig::GeoAnchorComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultMeshMaterial) == 0x000100, "Member 'UARSessionConfig::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultWireframeMeshMaterial) == 0x000108, "Member 'UARSessionConfig::DefaultWireframeMeshMaterial' 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) == 0x0003D8, "Wrong size on AARSharedWorldGameMode"); \ +static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000370, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldGameState \ +static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ +static_assert(sizeof(AARSharedWorldGameState) == 0x000340, "Wrong size on AARSharedWorldGameState"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x000308, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x000318, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x000328, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x00032C, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x000330, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x000334, "Member 'AARSharedWorldGameState::ARWorldBytesDelivered' has a wrong offset!"); \ + +#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) == 0x000860, "Wrong size on AARSharedWorldPlayerController"); \ + +#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) == 0x0002B0, "Wrong size on AARSkyLight"); \ +static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x0002A0, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTexture \ +static_assert(alignof(UARTexture) == 0x000008, "Wrong alignment on UARTexture"); \ +static_assert(sizeof(UARTexture) == 0x000150, "Wrong size on UARTexture"); \ +static_assert(offsetof(UARTexture, TextureType) == 0x000130, "Member 'UARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Timestamp) == 0x000134, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x000138, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Size) == 0x000148, "Member 'UARTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraImage \ +static_assert(alignof(UARTextureCameraImage) == 0x000008, "Wrong alignment on UARTextureCameraImage"); \ +static_assert(sizeof(UARTextureCameraImage) == 0x000150, "Wrong size on UARTextureCameraImage"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraDepth \ +static_assert(alignof(UARTextureCameraDepth) == 0x000008, "Wrong alignment on UARTextureCameraDepth"); \ +static_assert(sizeof(UARTextureCameraDepth) == 0x000158, "Wrong size on UARTextureCameraDepth"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000150, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000151, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x000152, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ +static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000008, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ +static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x000158, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x000138, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x00013C, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x000140, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x000150, "Member 'UAREnvironmentCaptureProbeTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTraceResultDummy \ +static_assert(alignof(UARTraceResultDummy) == 0x000008, "Wrong alignment on UARTraceResultDummy"); \ +static_assert(sizeof(UARTraceResultDummy) == 0x000028, "Wrong size on UARTraceResultDummy"); \ + +#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) == 0x000008, "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) == 0x000060, "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) == 0x000060, "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) == 0x000160, "Wrong size on UARTrackedGeometry"); \ +static_assert(offsetof(UARTrackedGeometry, UniqueID) == 0x000028, "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) == 0x0000A0, "Member 'UARTrackedGeometry::LocalToAlignedTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, TrackingState) == 0x000100, "Member 'UARTrackedGeometry::TrackingState' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, UnderlyingMesh) == 0x000110, "Member 'UARTrackedGeometry::UnderlyingMesh' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, ObjectClassification) == 0x000118, "Member 'UARTrackedGeometry::ObjectClassification' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, SpatialMeshUsageFlags) == 0x000119, "Member 'UARTrackedGeometry::SpatialMeshUsageFlags' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LastUpdateFrameNumber) == 0x000130, "Member 'UARTrackedGeometry::LastUpdateFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, DebugName) == 0x000140, "Member 'UARTrackedGeometry::DebugName' has a wrong offset!"); \ + +#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) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetCenter"); \ +static_assert(sizeof(ARPlaneGeometry_GetCenter) == 0x000018, "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) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetExtent"); \ +static_assert(sizeof(ARPlaneGeometry_GetExtent) == 0x000018, "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) == 0x0001B0, "Wrong size on UARPlaneGeometry"); \ +static_assert(offsetof(UARPlaneGeometry, Orientation) == 0x000158, "Member 'UARPlaneGeometry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Center) == 0x000160, "Member 'UARPlaneGeometry::Center' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Extent) == 0x000178, "Member 'UARPlaneGeometry::Extent' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, BoundaryPolygon) == 0x000190, "Member 'UARPlaneGeometry::BoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, SubsumedBy) == 0x0001A0, "Member 'UARPlaneGeometry::SubsumedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedPoint \ +static_assert(alignof(UARTrackedPoint) == 0x000010, "Wrong alignment on UARTrackedPoint"); \ +static_assert(sizeof(UARTrackedPoint) == 0x000160, "Wrong size on UARTrackedPoint"); \ + +#define DUMPER7_ASSERTS_ARTrackedImage_GetEstimateSize \ +static_assert(alignof(ARTrackedImage_GetEstimateSize) == 0x000008, "Wrong alignment on ARTrackedImage_GetEstimateSize"); \ +static_assert(sizeof(ARTrackedImage_GetEstimateSize) == 0x000010, "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) == 0x000170, "Wrong size on UARTrackedImage"); \ +static_assert(offsetof(UARTrackedImage, DetectedImage) == 0x000158, "Member 'UARTrackedImage::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedImage, EstimatedSize) == 0x000160, "Member 'UARTrackedImage::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedQRCode \ +static_assert(alignof(UARTrackedQRCode) == 0x000010, "Wrong alignment on UARTrackedQRCode"); \ +static_assert(sizeof(UARTrackedQRCode) == 0x000190, "Wrong size on UARTrackedQRCode"); \ +static_assert(offsetof(UARTrackedQRCode, QRCode) == 0x000170, "Member 'UARTrackedQRCode::QRCode' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedQRCode, Version) == 0x000180, "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) == 0x000070, "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) == 0x000070, "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) == 0x0002C0, "Wrong size on UARFaceGeometry"); \ +static_assert(offsetof(UARFaceGeometry, LookAtTarget) == 0x000158, "Member 'UARFaceGeometry::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, bIsTracked) == 0x000170, "Member 'UARFaceGeometry::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, BlendShapes) == 0x000178, "Member 'UARFaceGeometry::BlendShapes' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, LeftEyeTransform) == 0x000200, "Member 'UARFaceGeometry::LeftEyeTransform' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, RightEyeTransform) == 0x000260, "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) == 0x000008, "Wrong alignment on AREnvironmentCaptureProbe_GetExtent"); \ +static_assert(sizeof(AREnvironmentCaptureProbe_GetExtent) == 0x000018, "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) == 0x000180, "Wrong size on UAREnvironmentCaptureProbe"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, Extent) == 0x000158, "Member 'UAREnvironmentCaptureProbe::Extent' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, EnvironmentCaptureTexture) == 0x000170, "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) == 0x000160, "Wrong size on UARTrackedObject"); \ +static_assert(offsetof(UARTrackedObject, DetectedObject) == 0x000158, "Member 'UARTrackedObject::DetectedObject' 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) == 0x0001B0, "Wrong size on UARTrackedPose"); \ +static_assert(offsetof(UARTrackedPose, TrackedPose) == 0x000158, "Member 'UARTrackedPose::TrackedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshGeometry_GetObjectClassificationAtLocation \ +static_assert(alignof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000008, "Wrong alignment on ARMeshGeometry_GetObjectClassificationAtLocation"); \ +static_assert(sizeof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000040, "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) == 0x000018, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000020, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x000038, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, ReturnValue) == 0x00003C, "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) == 0x000160, "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) == 0x000170, "Wrong size on UARGeoAnchor"); \ + +#define DUMPER7_ASSERTS_UARTrackableNotifyComponent \ +static_assert(alignof(UARTrackableNotifyComponent) == 0x000008, "Wrong alignment on UARTrackableNotifyComponent"); \ +static_assert(sizeof(UARTrackableNotifyComponent) == 0x0001F0, "Wrong size on UARTrackableNotifyComponent"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000A0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000B0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000C0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000100, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000110, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000120, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000130, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000140, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000150, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000160, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000170, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x000180, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x000190, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTypesDummyClass \ +static_assert(alignof(UARTypesDummyClass) == 0x000008, "Wrong alignment on UARTypesDummyClass"); \ +static_assert(sizeof(UARTypesDummyClass) == 0x000028, "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) == 0x000058, "Wrong size on UARCandidateImage"); \ +static_assert(offsetof(UARCandidateImage, CandidateTexture) == 0x000030, "Member 'UARCandidateImage::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, FriendlyName) == 0x000038, "Member 'UARCandidateImage::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Width) == 0x000048, "Member 'UARCandidateImage::Width' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Height) == 0x00004C, "Member 'UARCandidateImage::Height' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Orientation) == 0x000050, "Member 'UARCandidateImage::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetBoundingBox \ +static_assert(alignof(ARCandidateObject_SetBoundingBox) == 0x000008, "Wrong alignment on ARCandidateObject_SetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_SetBoundingBox) == 0x000038, "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) == 0x000008, "Wrong alignment on ARCandidateObject_GetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_GetBoundingBox) == 0x000038, "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) == 0x000088, "Wrong size on UARCandidateObject"); \ +static_assert(offsetof(UARCandidateObject, CandidateObjectData) == 0x000030, "Member 'UARCandidateObject::CandidateObjectData' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, FriendlyName) == 0x000040, "Member 'UARCandidateObject::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, BoundingBox) == 0x000050, "Member 'UARCandidateObject::BoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_DiscardButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_TutorialCard_C_BndEvt__WBP_TutorialCard_InvisibleHealPartyTutorialButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard \ +static_assert(alignof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard"); \ +static_assert(sizeof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard) == 0x000110, "Wrong size on WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, EntryPoint) == 0x000000, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_Event_MyGeometry) == 0x000030, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_Event_InDeltaTime) == 0x000068, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_ComponentBoundEvent_Button) == 0x000070, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_ComponentBoundEvent_Progress_1) == 0x000078, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_ComponentBoundEvent_Progress_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_ComponentBoundEvent_Progress) == 0x000080, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000088, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_GetPlayerController_ReturnValue) == 0x000090, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000098, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000A4, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_IsActivated_ReturnValue) == 0x0000B4, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_GetViewportSize_ReturnValue) == 0x0000B8, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_BreakVector2D_X) == 0x0000C8, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_BreakVector2D_Y) == 0x0000D0, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x0000D8, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_MapRangeClamped_ReturnValue) == 0x0000E8, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, CallFunc_Lerp_ReturnValue) == 0x0000F0, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_MakeStruct_Margin) == 0x0000F8, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard, K2Node_MakeStruct_Bottom_ImplicitCast) == 0x000108, "Member 'WBP_TutorialCard_C_ExecuteUbergraph_WBP_TutorialCard::K2Node_MakeStruct_Bottom_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_GetTutorialCardRow \ +static_assert(alignof(WBP_TutorialCard_C_GetTutorialCardRow) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_GetTutorialCardRow"); \ +static_assert(sizeof(WBP_TutorialCard_C_GetTutorialCardRow) == 0x000010, "Wrong size on WBP_TutorialCard_C_GetTutorialCardRow"); \ +static_assert(offsetof(WBP_TutorialCard_C_GetTutorialCardRow, TutorialCardRow) == 0x000000, "Member 'WBP_TutorialCard_C_GetTutorialCardRow::TutorialCardRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_LoadTutorialCardParameters \ +static_assert(alignof(WBP_TutorialCard_C_LoadTutorialCardParameters) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_LoadTutorialCardParameters"); \ +static_assert(sizeof(WBP_TutorialCard_C_LoadTutorialCardParameters) == 0x000028, "Wrong size on WBP_TutorialCard_C_LoadTutorialCardParameters"); \ +static_assert(offsetof(WBP_TutorialCard_C_LoadTutorialCardParameters, TutorialCardParameters_0) == 0x000000, "Member 'WBP_TutorialCard_C_LoadTutorialCardParameters::TutorialCardParameters_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_LoadTutorialCardParameters, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000020, "Member 'WBP_TutorialCard_C_LoadTutorialCardParameters::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_OnInputMethodChanged \ +static_assert(alignof(WBP_TutorialCard_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_TutorialCard_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_TutorialCard_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_TutorialCard_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_TutorialCard_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_TutorialCard_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_PlayAppearAnimation \ +static_assert(alignof(WBP_TutorialCard_C_PlayAppearAnimation) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_PlayAppearAnimation"); \ +static_assert(sizeof(WBP_TutorialCard_C_PlayAppearAnimation) == 0x000018, "Wrong size on WBP_TutorialCard_C_PlayAppearAnimation"); \ +static_assert(offsetof(WBP_TutorialCard_C_PlayAppearAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_TutorialCard_C_PlayAppearAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_PlayAppearAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'WBP_TutorialCard_C_PlayAppearAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_PlayAppearAnimation, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'WBP_TutorialCard_C_PlayAppearAnimation::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_SetupHealPartyTutorialBehavior \ +static_assert(alignof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_SetupHealPartyTutorialBehavior"); \ +static_assert(sizeof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior) == 0x000020, "Wrong size on WBP_TutorialCard_C_SetupHealPartyTutorialBehavior"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, IsHealPartyTutorial_0) == 0x000000, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::IsHealPartyTutorial_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, CallFunc_IsActivated_ReturnValue) == 0x000019, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupHealPartyTutorialBehavior, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WBP_TutorialCard_C_SetupHealPartyTutorialBehavior::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_SetupWaitForKeyIfNeeded \ +static_assert(alignof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded) == 0x000001, "Wrong alignment on WBP_TutorialCard_C_SetupWaitForKeyIfNeeded"); \ +static_assert(sizeof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded) == 0x000006, "Wrong size on WBP_TutorialCard_C_SetupWaitForKeyIfNeeded"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, Temp_bool_Variable) == 0x000000, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, Temp_byte_Variable) == 0x000001, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, K2Node_Select_Default) == 0x000004, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_SetupWaitForKeyIfNeeded, CallFunc_IsNameValid_ReturnValue) == 0x000005, "Member 'WBP_TutorialCard_C_SetupWaitForKeyIfNeeded::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_Tick \ +static_assert(alignof(WBP_TutorialCard_C_Tick) == 0x000004, "Wrong alignment on WBP_TutorialCard_C_Tick"); \ +static_assert(sizeof(WBP_TutorialCard_C_Tick) == 0x00003C, "Wrong size on WBP_TutorialCard_C_Tick"); \ +static_assert(offsetof(WBP_TutorialCard_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_TutorialCard_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_TutorialCard_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_UpdateAnchorsForAnimation \ +static_assert(alignof(WBP_TutorialCard_C_UpdateAnchorsForAnimation) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_UpdateAnchorsForAnimation"); \ +static_assert(sizeof(WBP_TutorialCard_C_UpdateAnchorsForAnimation) == 0x000038, "Wrong size on WBP_TutorialCard_C_UpdateAnchorsForAnimation"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateAnchorsForAnimation, Anchors) == 0x000000, "Member 'WBP_TutorialCard_C_UpdateAnchorsForAnimation::Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateAnchorsForAnimation, Alignment) == 0x000020, "Member 'WBP_TutorialCard_C_UpdateAnchorsForAnimation::Alignment' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateAnchorsForAnimation, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000030, "Member 'WBP_TutorialCard_C_UpdateAnchorsForAnimation::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_UpdateContent \ +static_assert(alignof(WBP_TutorialCard_C_UpdateContent) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_UpdateContent"); \ +static_assert(sizeof(WBP_TutorialCard_C_UpdateContent) == 0x0000F0, "Wrong size on WBP_TutorialCard_C_UpdateContent"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_GetTutorialCardRow_TutorialCardRow) == 0x000000, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_GetTutorialCardRow_TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'WBP_TutorialCard_C_UpdateContent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_TutorialCard_C_UpdateContent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateContent, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x0000E8, "Member 'WBP_TutorialCard_C_UpdateContent::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_UpdateMedia \ +static_assert(alignof(WBP_TutorialCard_C_UpdateMedia) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_UpdateMedia"); \ +static_assert(sizeof(WBP_TutorialCard_C_UpdateMedia) == 0x000030, "Wrong size on WBP_TutorialCard_C_UpdateMedia"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, SoftTexture) == 0x000000, "Member 'WBP_TutorialCard_C_UpdateMedia::SoftTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, Temp_byte_Variable) == 0x000028, "Member 'WBP_TutorialCard_C_UpdateMedia::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000029, "Member 'WBP_TutorialCard_C_UpdateMedia::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, Temp_byte_Variable_1) == 0x00002A, "Member 'WBP_TutorialCard_C_UpdateMedia::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, Temp_bool_Variable) == 0x00002B, "Member 'WBP_TutorialCard_C_UpdateMedia::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateMedia, K2Node_Select_Default) == 0x00002C, "Member 'WBP_TutorialCard_C_UpdateMedia::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_UpdateSide \ +static_assert(alignof(WBP_TutorialCard_C_UpdateSide) == 0x000008, "Wrong alignment on WBP_TutorialCard_C_UpdateSide"); \ +static_assert(sizeof(WBP_TutorialCard_C_UpdateSide) == 0x000120, "Wrong size on WBP_TutorialCard_C_UpdateSide"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable) == 0x000000, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable) == 0x000010, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_2) == 0x000012, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_3) == 0x000013, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_4) == 0x000038, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable_3) == 0x000040, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable_4) == 0x000050, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_5) == 0x000060, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_struct_Variable_5) == 0x000068, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, CallFunc_SlotAsSafeBoxSlot_ReturnValue) == 0x000078, "Member 'WBP_TutorialCard_C_UpdateSide::CallFunc_SlotAsSafeBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, Temp_byte_Variable_6) == 0x000080, "Member 'WBP_TutorialCard_C_UpdateSide::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_MakeStruct_Anchors) == 0x000088, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_MakeStruct_Anchors_1) == 0x0000A8, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_MakeStruct_Anchors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_Select_Default) == 0x0000C8, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_Select_Default_1) == 0x0000E8, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_Select_Default_2) == 0x0000F8, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_Select_Default_3) == 0x000100, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_UpdateSide, K2Node_Select_Default_4) == 0x000110, "Member 'WBP_TutorialCard_C_UpdateSide::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCard_C_VerifySpecificInputActionState \ +static_assert(alignof(WBP_TutorialCard_C_VerifySpecificInputActionState) == 0x000001, "Wrong alignment on WBP_TutorialCard_C_VerifySpecificInputActionState"); \ +static_assert(sizeof(WBP_TutorialCard_C_VerifySpecificInputActionState) == 0x000007, "Wrong size on WBP_TutorialCard_C_VerifySpecificInputActionState"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000000, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000001, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCard_C_VerifySpecificInputActionState, CallFunc_IsInputActionTriggered_Triggered) == 0x000006, "Member 'WBP_TutorialCard_C_VerifySpecificInputActionState::CallFunc_IsInputActionTriggered_Triggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialCard_C \ +static_assert(alignof(UWBP_TutorialCard_C) == 0x000008, "Wrong alignment on UWBP_TutorialCard_C"); \ +static_assert(sizeof(UWBP_TutorialCard_C) == 0x000508, "Wrong size on UWBP_TutorialCard_C"); \ +static_assert(offsetof(UWBP_TutorialCard_C, UberGraphFrame) == 0x000430, "Member 'UWBP_TutorialCard_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, Anim_AppearFromLeft) == 0x000438, "Member 'UWBP_TutorialCard_C::Anim_AppearFromLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, Anim_AppearFromRight) == 0x000440, "Member 'UWBP_TutorialCard_C::Anim_AppearFromRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, BackgroundScaleBox) == 0x000448, "Member 'UWBP_TutorialCard_C::BackgroundScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, ContentSizeBox) == 0x000450, "Member 'UWBP_TutorialCard_C::ContentSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, DiscardBinding) == 0x000458, "Member 'UWBP_TutorialCard_C::DiscardBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, DiscardButton) == 0x000460, "Member 'UWBP_TutorialCard_C::DiscardButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, InvisibleHealPartyTutorialButton) == 0x000468, "Member 'UWBP_TutorialCard_C::InvisibleHealPartyTutorialButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, RichText_Description) == 0x000470, "Member 'UWBP_TutorialCard_C::RichText_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, SafeZone_1) == 0x000478, "Member 'UWBP_TutorialCard_C::SafeZone_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, Text_Title) == 0x000480, "Member 'UWBP_TutorialCard_C::Text_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TitleLine) == 0x000488, "Member 'UWBP_TutorialCard_C::TitleLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TitleVerticalBox) == 0x000490, "Member 'UWBP_TutorialCard_C::TitleVerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TutoPanel) == 0x000498, "Member 'UWBP_TutorialCard_C::TutoPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TutorialCardBackground) == 0x0004A0, "Member 'UWBP_TutorialCard_C::TutorialCardBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TutorialImage) == 0x0004A8, "Member 'UWBP_TutorialCard_C::TutorialImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TutorialImageBox) == 0x0004B0, "Member 'UWBP_TutorialCard_C::TutorialImageBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, OnCardDiscarded) == 0x0004B8, "Member 'UWBP_TutorialCard_C::OnCardDiscarded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, TutorialCardParameters) == 0x0004C8, "Member 'UWBP_TutorialCard_C::TutorialCardParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, IsWaitingForSpecificInputAction) == 0x0004E8, "Member 'UWBP_TutorialCard_C::IsWaitingForSpecificInputAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, SDTutoWindowAppear) == 0x0004F0, "Member 'UWBP_TutorialCard_C::SDTutoWindowAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCard_C, IsHealPartyTutorial) == 0x000500, "Member 'UWBP_TutorialCard_C::IsHealPartyTutorial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppleImageUtilsImageConversionResult \ +static_assert(alignof(FAppleImageUtilsImageConversionResult) == 0x000008, "Wrong alignment on FAppleImageUtilsImageConversionResult"); \ +static_assert(sizeof(FAppleImageUtilsImageConversionResult) == 0x000020, "Wrong size on FAppleImageUtilsImageConversionResult"); \ +static_assert(offsetof(FAppleImageUtilsImageConversionResult, Error) == 0x000000, "Member 'FAppleImageUtilsImageConversionResult::Error' has a wrong offset!"); \ +static_assert(offsetof(FAppleImageUtilsImageConversionResult, ImageData) == 0x000010, "Member 'FAppleImageUtilsImageConversionResult::ImageData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAppleImageInterface \ +static_assert(alignof(IAppleImageInterface) == 0x000001, "Wrong alignment on IAppleImageInterface"); \ +static_assert(sizeof(IAppleImageInterface) == 0x000001, "Wrong size on IAppleImageInterface"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Quality' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToHEIF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Quality) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Quality' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bWantColor) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, bUseGpu) == 0x00000D, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Scale) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, Rotate) == 0x000014, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToJPEG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToPNG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF \ +static_assert(alignof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000008, "Wrong alignment on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ +static_assert(sizeof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF) == 0x000020, "Wrong size on AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, SourceImage) == 0x000000, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::SourceImage' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bWantColor) == 0x000008, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bWantColor' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, bUseGpu) == 0x000009, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::bUseGpu' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Scale) == 0x00000C, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Scale' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, Rotate) == 0x000010, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::Rotate' has a wrong offset!"); \ +static_assert(offsetof(AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF, ReturnValue) == 0x000018, "Member 'AppleImageUtilsBaseAsyncTaskBlueprintProxy_CreateProxyObjectForConvertToTIFF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleImageUtilsBaseAsyncTaskBlueprintProxy \ +static_assert(alignof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy) == 0x000088, "Wrong size on UAppleImageUtilsBaseAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnSuccess) == 0x000030, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, OnFailure) == 0x000040, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::OnFailure' has a wrong offset!"); \ +static_assert(offsetof(UAppleImageUtilsBaseAsyncTaskBlueprintProxy, ConversionResult) == 0x000060, "Member 'UAppleImageUtilsBaseAsyncTaskBlueprintProxy::ConversionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_AddActivation \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_AddActivation) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_AddActivation"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_AddActivation) == 0x000048, "Wrong size on BP_GPE_InternalActivationComponent_C_AddActivation"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivation, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_AddActivation::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivation, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_AddActivation::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivation, DebugName) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_AddActivation::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivation, local_ActivatorHandleToWork) == 0x000020, "Member 'BP_GPE_InternalActivationComponent_C_AddActivation::local_ActivatorHandleToWork' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivation, CallFunc_AddActivationInternal_HasActivationChanged) == 0x000040, "Member 'BP_GPE_InternalActivationComponent_C_AddActivation::CallFunc_AddActivationInternal_HasActivationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_AddActivationInternal \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_AddActivationInternal) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_AddActivationInternal"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_AddActivationInternal) == 0x000288, "Wrong size on BP_GPE_InternalActivationComponent_C_AddActivationInternal"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, DebugName) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, HasActivationChanged) == 0x000020, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::HasActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, local_WasActivated) == 0x000021, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::local_WasActivated' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_GetDisplayName_ReturnValue) == 0x0000D8, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_IsActivated_ReturnValue) == 0x000148, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_GetDisplayName_ReturnValue_1) == 0x000150, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_IsActivated_ReturnValue_1) == 0x000160, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_IsActivated_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000168, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001C0, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeArray_Array) == 0x0001D0, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Format_ReturnValue) == 0x000228, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, K2Node_MakeArray_Array_1) == 0x000238, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000248, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Format_ReturnValue_1) == 0x000258, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000268, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Array_RemoveItem_ReturnValue) == 0x000278, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Array_Contains_ReturnValue) == 0x000279, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Array_Add_ReturnValue) == 0x00027C, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000280, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddActivationInternal, CallFunc_Array_Contains_ReturnValue_1) == 0x000281, "Member 'BP_GPE_InternalActivationComponent_C_AddActivationInternal::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_AddCustomActivation \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_AddCustomActivation) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_AddCustomActivation"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_AddCustomActivation) == 0x000048, "Wrong size on BP_GPE_InternalActivationComponent_C_AddCustomActivation"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddCustomActivation, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_AddCustomActivation::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddCustomActivation, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_AddCustomActivation::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddCustomActivation, DebugName) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_AddCustomActivation::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddCustomActivation, local_ActivatorHandleToWork) == 0x000020, "Member 'BP_GPE_InternalActivationComponent_C_AddCustomActivation::local_ActivatorHandleToWork' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_AddCustomActivation, CallFunc_AddActivationInternal_HasActivationChanged) == 0x000040, "Member 'BP_GPE_InternalActivationComponent_C_AddCustomActivation::CallFunc_AddActivationInternal_HasActivationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_GetActivatorList \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_GetActivatorList) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_GetActivatorList"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_GetActivatorList) == 0x000010, "Wrong size on BP_GPE_InternalActivationComponent_C_GetActivatorList"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_GetActivatorList, Activators) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_GetActivatorList::Activators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_GetDeactivatorList \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_GetDeactivatorList) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_GetDeactivatorList"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_GetDeactivatorList) == 0x000010, "Wrong size on BP_GPE_InternalActivationComponent_C_GetDeactivatorList"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_GetDeactivatorList, Deactivators) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_GetDeactivatorList::Deactivators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_IsActivated \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_IsActivated) == 0x000004, "Wrong alignment on BP_GPE_InternalActivationComponent_C_IsActivated"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_IsActivated) == 0x000010, "Wrong size on BP_GPE_InternalActivationComponent_C_IsActivated"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsActivated, ReturnValue) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_IsActivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsActivated, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_GPE_InternalActivationComponent_C_IsActivated::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsActivated, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_IsActivated::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsActivated, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GPE_InternalActivationComponent_C_IsActivated::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_IsDeactivated \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_IsDeactivated) == 0x000001, "Wrong alignment on BP_GPE_InternalActivationComponent_C_IsDeactivated"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_IsDeactivated) == 0x000003, "Wrong size on BP_GPE_InternalActivationComponent_C_IsDeactivated"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsDeactivated, ReturnValue) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_IsDeactivated::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsDeactivated, CallFunc_IsActivated_ReturnValue) == 0x000001, "Member 'BP_GPE_InternalActivationComponent_C_IsDeactivated::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_IsDeactivated, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_GPE_InternalActivationComponent_C_IsDeactivated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal) == 0x0000B8, "Wrong size on BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, Instant) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_IsEventDispatcherConnected_ReturnValue) == 0x000001, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_IsEventDispatcherConnected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_IsEventDispatcherConnected_ReturnValue_1) == 0x000030, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_IsEventDispatcherConnected_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_IsActivated_ReturnValue) == 0x000090, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'BP_GPE_InternalActivationComponent_C_OnActivationChangedInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_RemoveActivation \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_RemoveActivation) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_RemoveActivation"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_RemoveActivation) == 0x000038, "Wrong size on BP_GPE_InternalActivationComponent_C_RemoveActivation"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivation, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivation::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivation, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivation::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivation, LocalActivatorHandleToWork) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivation::LocalActivatorHandleToWork' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivation, CallFunc_RemoveActivationInternal_HasActivationChanged) == 0x000030, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivation::CallFunc_RemoveActivationInternal_HasActivationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_RemoveActivationInternal \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_RemoveActivationInternal"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal) == 0x0001B8, "Wrong size on BP_GPE_InternalActivationComponent_C_RemoveActivationInternal"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, HasActivationChanged) == 0x000009, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::HasActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, local_WasDeactivated) == 0x00000A, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::local_WasDeactivated' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_IsDeactivated_ReturnValue) == 0x000080, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_IsDeactivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_GetDisplayName_ReturnValue_1) == 0x000088, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000A8, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, K2Node_MakeArray_Array_1) == 0x000158, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Format_ReturnValue) == 0x000168, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Format_ReturnValue_1) == 0x000178, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000188, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000198, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_IsDeactivated_ReturnValue_1) == 0x0001A8, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_IsDeactivated_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001A9, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Array_Contains_ReturnValue) == 0x0001AA, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Array_Add_ReturnValue) == 0x0001AC, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_Array_Contains_ReturnValue_1) == 0x0001B0, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveActivationInternal, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0001B1, "Member 'BP_GPE_InternalActivationComponent_C_RemoveActivationInternal::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_RemoveCustomActivation \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_RemoveCustomActivation"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation) == 0x000038, "Wrong size on BP_GPE_InternalActivationComponent_C_RemoveCustomActivation"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_RemoveCustomActivation::Activator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation, Instant) == 0x000008, "Member 'BP_GPE_InternalActivationComponent_C_RemoveCustomActivation::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation, LocalActivatorHandleToWork) == 0x000010, "Member 'BP_GPE_InternalActivationComponent_C_RemoveCustomActivation::LocalActivatorHandleToWork' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_RemoveCustomActivation, CallFunc_RemoveActivationInternal_HasActivationChanged) == 0x000030, "Member 'BP_GPE_InternalActivationComponent_C_RemoveCustomActivation::CallFunc_RemoveActivationInternal_HasActivationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_InternalActivationComponent_C_SendImpulse \ +static_assert(alignof(BP_GPE_InternalActivationComponent_C_SendImpulse) == 0x000008, "Wrong alignment on BP_GPE_InternalActivationComponent_C_SendImpulse"); \ +static_assert(sizeof(BP_GPE_InternalActivationComponent_C_SendImpulse) == 0x000008, "Wrong size on BP_GPE_InternalActivationComponent_C_SendImpulse"); \ +static_assert(offsetof(BP_GPE_InternalActivationComponent_C_SendImpulse, Activator) == 0x000000, "Member 'BP_GPE_InternalActivationComponent_C_SendImpulse::Activator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GPE_InternalActivationComponent_C \ +static_assert(alignof(UBP_GPE_InternalActivationComponent_C) == 0x000008, "Wrong alignment on UBP_GPE_InternalActivationComponent_C"); \ +static_assert(sizeof(UBP_GPE_InternalActivationComponent_C) == 0x000110, "Wrong size on UBP_GPE_InternalActivationComponent_C"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, OnActivationChanged) == 0x0000A0, "Member 'UBP_GPE_InternalActivationComponent_C::OnActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, ActivatorList) == 0x0000B0, "Member 'UBP_GPE_InternalActivationComponent_C::ActivatorList' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, DeactivatorList) == 0x0000C0, "Member 'UBP_GPE_InternalActivationComponent_C::DeactivatorList' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, OnInstantActivationChanged) == 0x0000D0, "Member 'UBP_GPE_InternalActivationComponent_C::OnInstantActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, OnActivatorsChanged) == 0x0000E0, "Member 'UBP_GPE_InternalActivationComponent_C::OnActivatorsChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, OnDeactivatorsChanged) == 0x0000F0, "Member 'UBP_GPE_InternalActivationComponent_C::OnDeactivatorsChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_InternalActivationComponent_C, OnBehaviorExecuted) == 0x000100, "Member 'UBP_GPE_InternalActivationComponent_C::OnBehaviorExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction \ +static_assert(alignof(BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction) == 0x000004, "Wrong alignment on BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction"); \ +static_assert(sizeof(BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction) == 0x000004, "Wrong size on BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction"); \ +static_assert(offsetof(BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction, EntryPoint) == 0x000000, "Member 'BP_Water_Reaction_C_ExecuteUbergraph_BP_Water_Reaction::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Water_Reaction_C \ +static_assert(alignof(ABP_Water_Reaction_C) == 0x000008, "Wrong alignment on ABP_Water_Reaction_C"); \ +static_assert(sizeof(ABP_Water_Reaction_C) == 0x0002B8, "Wrong size on ABP_Water_Reaction_C"); \ +static_assert(offsetof(ABP_Water_Reaction_C, UberGraphFrame) == 0x000290, "Member 'ABP_Water_Reaction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Reaction_C, WaterReaction) == 0x000298, "Member 'ABP_Water_Reaction_C::WaterReaction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Reaction_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_Water_Reaction_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Water_Reaction_C, WaterFXColor) == 0x0002A8, "Member 'ABP_Water_Reaction_C::WaterFXColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARKitPoseTrackingConfig \ +static_assert(alignof(FARKitPoseTrackingConfig) == 0x000008, "Wrong alignment on FARKitPoseTrackingConfig"); \ +static_assert(sizeof(FARKitPoseTrackingConfig) == 0x000030, "Wrong size on FARKitPoseTrackingConfig"); \ +static_assert(offsetof(FARKitPoseTrackingConfig, HumanForward) == 0x000000, "Member 'FARKitPoseTrackingConfig::HumanForward' has a wrong offset!"); \ +static_assert(offsetof(FARKitPoseTrackingConfig, MeshForward) == 0x000018, "Member 'FARKitPoseTrackingConfig::MeshForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLiveLinkRetargetAsset \ +static_assert(alignof(UARLiveLinkRetargetAsset) == 0x000008, "Wrong alignment on UARLiveLinkRetargetAsset"); \ +static_assert(sizeof(UARLiveLinkRetargetAsset) == 0x0000B0, "Wrong size on UARLiveLinkRetargetAsset"); \ +static_assert(offsetof(UARLiveLinkRetargetAsset, SourceType) == 0x000028, "Member 'UARLiveLinkRetargetAsset::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UARLiveLinkRetargetAsset, BoneMap) == 0x000030, "Member 'UARLiveLinkRetargetAsset::BoneMap' has a wrong offset!"); \ +static_assert(offsetof(UARLiveLinkRetargetAsset, ARKitPoseTrackingConfig) == 0x000080, "Member 'UARLiveLinkRetargetAsset::ARKitPoseTrackingConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPassthroughManager_GetPassthroughMaterialUpdateComponent \ +static_assert(alignof(ARPassthroughManager_GetPassthroughMaterialUpdateComponent) == 0x000008, "Wrong alignment on ARPassthroughManager_GetPassthroughMaterialUpdateComponent"); \ +static_assert(sizeof(ARPassthroughManager_GetPassthroughMaterialUpdateComponent) == 0x000008, "Wrong size on ARPassthroughManager_GetPassthroughMaterialUpdateComponent"); \ +static_assert(offsetof(ARPassthroughManager_GetPassthroughMaterialUpdateComponent, ReturnValue) == 0x000000, "Member 'ARPassthroughManager_GetPassthroughMaterialUpdateComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARPassthroughManager \ +static_assert(alignof(AARPassthroughManager) == 0x000008, "Wrong alignment on AARPassthroughManager"); \ +static_assert(sizeof(AARPassthroughManager) == 0x0002A8, "Wrong size on AARPassthroughManager"); \ +static_assert(offsetof(AARPassthroughManager, ARComponentClasses) == 0x000290, "Member 'AARPassthroughManager::ARComponentClasses' has a wrong offset!"); \ +static_assert(offsetof(AARPassthroughManager, PassthroughUpdateComponent) == 0x0002A0, "Member 'AARPassthroughManager::PassthroughUpdateComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARUtilitiesFunctionLibrary_UpdateCameraTextureParam \ +static_assert(alignof(ARUtilitiesFunctionLibrary_UpdateCameraTextureParam) == 0x000008, "Wrong alignment on ARUtilitiesFunctionLibrary_UpdateCameraTextureParam"); \ +static_assert(sizeof(ARUtilitiesFunctionLibrary_UpdateCameraTextureParam) == 0x000018, "Wrong size on ARUtilitiesFunctionLibrary_UpdateCameraTextureParam"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateCameraTextureParam, MaterialInstance) == 0x000000, "Member 'ARUtilitiesFunctionLibrary_UpdateCameraTextureParam::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateCameraTextureParam, CameraTexture) == 0x000008, "Member 'ARUtilitiesFunctionLibrary_UpdateCameraTextureParam::CameraTexture' has a wrong offset!"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateCameraTextureParam, ColorScale) == 0x000010, "Member 'ARUtilitiesFunctionLibrary_UpdateCameraTextureParam::ColorScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture \ +static_assert(alignof(ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture) == 0x000008, "Wrong alignment on ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture"); \ +static_assert(sizeof(ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture) == 0x000018, "Wrong size on ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture, MaterialInstance) == 0x000000, "Member 'ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture, SceneDepthTexture) == 0x000008, "Member 'ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture::SceneDepthTexture' has a wrong offset!"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture, DepthToMeterScale) == 0x000010, "Member 'ARUtilitiesFunctionLibrary_UpdateSceneDepthTexture::DepthToMeterScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale \ +static_assert(alignof(ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale) == 0x000008, "Wrong alignment on ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale"); \ +static_assert(sizeof(ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale) == 0x000010, "Wrong size on ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale, MaterialInstance) == 0x000000, "Member 'ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale, WorldToMeterScale) == 0x000008, "Member 'ARUtilitiesFunctionLibrary_UpdateWorldToMeterScale::WorldToMeterScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARUtilitiesFunctionLibrary \ +static_assert(alignof(UARUtilitiesFunctionLibrary) == 0x000008, "Wrong alignment on UARUtilitiesFunctionLibrary"); \ +static_assert(sizeof(UARUtilitiesFunctionLibrary) == 0x000028, "Wrong size on UARUtilitiesFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_PassthroughMaterialUpdateComponent_AddAffectedComponent \ +static_assert(alignof(PassthroughMaterialUpdateComponent_AddAffectedComponent) == 0x000008, "Wrong alignment on PassthroughMaterialUpdateComponent_AddAffectedComponent"); \ +static_assert(sizeof(PassthroughMaterialUpdateComponent_AddAffectedComponent) == 0x000008, "Wrong size on PassthroughMaterialUpdateComponent_AddAffectedComponent"); \ +static_assert(offsetof(PassthroughMaterialUpdateComponent_AddAffectedComponent, InComponent) == 0x000000, "Member 'PassthroughMaterialUpdateComponent_AddAffectedComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PassthroughMaterialUpdateComponent_RemoveAffectedComponent \ +static_assert(alignof(PassthroughMaterialUpdateComponent_RemoveAffectedComponent) == 0x000008, "Wrong alignment on PassthroughMaterialUpdateComponent_RemoveAffectedComponent"); \ +static_assert(sizeof(PassthroughMaterialUpdateComponent_RemoveAffectedComponent) == 0x000008, "Wrong size on PassthroughMaterialUpdateComponent_RemoveAffectedComponent"); \ +static_assert(offsetof(PassthroughMaterialUpdateComponent_RemoveAffectedComponent, InComponent) == 0x000000, "Member 'PassthroughMaterialUpdateComponent_RemoveAffectedComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PassthroughMaterialUpdateComponent_SetPassthroughDebugColor \ +static_assert(alignof(PassthroughMaterialUpdateComponent_SetPassthroughDebugColor) == 0x000004, "Wrong alignment on PassthroughMaterialUpdateComponent_SetPassthroughDebugColor"); \ +static_assert(sizeof(PassthroughMaterialUpdateComponent_SetPassthroughDebugColor) == 0x000010, "Wrong size on PassthroughMaterialUpdateComponent_SetPassthroughDebugColor"); \ +static_assert(offsetof(PassthroughMaterialUpdateComponent_SetPassthroughDebugColor, NewDebugColor) == 0x000000, "Member 'PassthroughMaterialUpdateComponent_SetPassthroughDebugColor::NewDebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPassthroughMaterialUpdateComponent \ +static_assert(alignof(UPassthroughMaterialUpdateComponent) == 0x000008, "Wrong alignment on UPassthroughMaterialUpdateComponent"); \ +static_assert(sizeof(UPassthroughMaterialUpdateComponent) == 0x0000E8, "Wrong size on UPassthroughMaterialUpdateComponent"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, TextureType) == 0x0000A0, "Member 'UPassthroughMaterialUpdateComponent::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, PassthroughMaterial) == 0x0000A8, "Member 'UPassthroughMaterialUpdateComponent::PassthroughMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, PassthroughMaterialExternalTexture) == 0x0000B0, "Member 'UPassthroughMaterialUpdateComponent::PassthroughMaterialExternalTexture' has a wrong offset!"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, PassthroughDebugColor) == 0x0000B8, "Member 'UPassthroughMaterialUpdateComponent::PassthroughDebugColor' has a wrong offset!"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, AffectedComponents) == 0x0000C8, "Member 'UPassthroughMaterialUpdateComponent::AffectedComponents' has a wrong offset!"); \ +static_assert(offsetof(UPassthroughMaterialUpdateComponent, PendingComponents) == 0x0000D8, "Member 'UPassthroughMaterialUpdateComponent::PendingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppleARKitCamera \ +static_assert(alignof(FAppleARKitCamera) == 0x000010, "Wrong alignment on FAppleARKitCamera"); \ +static_assert(sizeof(FAppleARKitCamera) == 0x0000E0, "Wrong size on FAppleARKitCamera"); \ +static_assert(offsetof(FAppleARKitCamera, TrackingQuality) == 0x000000, "Member 'FAppleARKitCamera::TrackingQuality' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, TrackingQualityReason) == 0x000001, "Member 'FAppleARKitCamera::TrackingQualityReason' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, Transform) == 0x000010, "Member 'FAppleARKitCamera::Transform' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, Orientation) == 0x000070, "Member 'FAppleARKitCamera::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, Translation) == 0x000090, "Member 'FAppleARKitCamera::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, ImageResolution) == 0x0000A8, "Member 'FAppleARKitCamera::ImageResolution' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, FocalLength) == 0x0000B8, "Member 'FAppleARKitCamera::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitCamera, PrincipalPoint) == 0x0000C8, "Member 'FAppleARKitCamera::PrincipalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppleARKitFrame \ +static_assert(alignof(FAppleARKitFrame) == 0x000010, "Wrong alignment on FAppleARKitFrame"); \ +static_assert(sizeof(FAppleARKitFrame) == 0x000160, "Wrong size on FAppleARKitFrame"); \ + +#define DUMPER7_ASSERTS_FAppleARKitLightEstimate \ +static_assert(alignof(FAppleARKitLightEstimate) == 0x000004, "Wrong alignment on FAppleARKitLightEstimate"); \ +static_assert(sizeof(FAppleARKitLightEstimate) == 0x00000C, "Wrong size on FAppleARKitLightEstimate"); \ +static_assert(offsetof(FAppleARKitLightEstimate, bIsValid) == 0x000000, "Member 'FAppleARKitLightEstimate::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitLightEstimate, AmbientIntensity) == 0x000004, "Member 'FAppleARKitLightEstimate::AmbientIntensity' has a wrong offset!"); \ +static_assert(offsetof(FAppleARKitLightEstimate, AmbientColorTemperatureKelvin) == 0x000008, "Member 'FAppleARKitLightEstimate::AmbientColorTemperatureKelvin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleARKitSettings \ +static_assert(alignof(UAppleARKitSettings) == 0x000008, "Wrong alignment on UAppleARKitSettings"); \ +static_assert(sizeof(UAppleARKitSettings) == 0x0000C0, "Wrong size on UAppleARKitSettings"); \ +static_assert(offsetof(UAppleARKitSettings, bRequireARKitSupport) == 0x000030, "Member 'UAppleARKitSettings::bRequireARKitSupport' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, FaceTrackingLogDir) == 0x000038, "Member 'UAppleARKitSettings::FaceTrackingLogDir' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, LivelinkTrackingTypes) == 0x000048, "Member 'UAppleARKitSettings::LivelinkTrackingTypes' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, bFaceTrackingLogData) == 0x000058, "Member 'UAppleARKitSettings::bFaceTrackingLogData' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, bFaceTrackingWriteEachFrame) == 0x000059, "Member 'UAppleARKitSettings::bFaceTrackingWriteEachFrame' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, FaceTrackingFileWriterType) == 0x00005A, "Member 'UAppleARKitSettings::FaceTrackingFileWriterType' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, bShouldWriteCameraImagePerFrame) == 0x00005B, "Member 'UAppleARKitSettings::bShouldWriteCameraImagePerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, WrittenCameraImageScale) == 0x00005C, "Member 'UAppleARKitSettings::WrittenCameraImageScale' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, WrittenCameraImageQuality) == 0x000060, "Member 'UAppleARKitSettings::WrittenCameraImageQuality' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, WrittenCameraImageRotation) == 0x000064, "Member 'UAppleARKitSettings::WrittenCameraImageRotation' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, LiveLinkPublishingPort) == 0x000068, "Member 'UAppleARKitSettings::LiveLinkPublishingPort' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, DefaultFaceTrackingLiveLinkSubjectName) == 0x00006C, "Member 'UAppleARKitSettings::DefaultFaceTrackingLiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, DefaultPoseTrackingLiveLinkSubjectName) == 0x000074, "Member 'UAppleARKitSettings::DefaultPoseTrackingLiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, DefaultFaceTrackingDirection) == 0x00007C, "Member 'UAppleARKitSettings::DefaultFaceTrackingDirection' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, bAdjustThreadPrioritiesDuringARSession) == 0x00007D, "Member 'UAppleARKitSettings::bAdjustThreadPrioritiesDuringARSession' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, GameThreadPriorityOverride) == 0x000080, "Member 'UAppleARKitSettings::GameThreadPriorityOverride' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, RenderThreadPriorityOverride) == 0x000084, "Member 'UAppleARKitSettings::RenderThreadPriorityOverride' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitSettings, ARKitTimecodeProvider) == 0x000088, "Member 'UAppleARKitSettings::ARKitTimecodeProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleARKitTextureCameraImage \ +static_assert(alignof(UAppleARKitTextureCameraImage) == 0x000008, "Wrong alignment on UAppleARKitTextureCameraImage"); \ +static_assert(sizeof(UAppleARKitTextureCameraImage) == 0x000158, "Wrong size on UAppleARKitTextureCameraImage"); \ + +#define DUMPER7_ASSERTS_UAppleARKitTextureCameraDepth \ +static_assert(alignof(UAppleARKitTextureCameraDepth) == 0x000008, "Wrong alignment on UAppleARKitTextureCameraDepth"); \ +static_assert(sizeof(UAppleARKitTextureCameraDepth) == 0x000158, "Wrong size on UAppleARKitTextureCameraDepth"); \ + +#define DUMPER7_ASSERTS_UARKitMeshGeometry \ +static_assert(alignof(UARKitMeshGeometry) == 0x000010, "Wrong alignment on UARKitMeshGeometry"); \ +static_assert(sizeof(UARKitMeshGeometry) == 0x000160, "Wrong size on UARKitMeshGeometry"); \ + +#define DUMPER7_ASSERTS_UAppleARKitEnvironmentCaptureProbeTexture \ +static_assert(alignof(UAppleARKitEnvironmentCaptureProbeTexture) == 0x000008, "Wrong alignment on UAppleARKitEnvironmentCaptureProbeTexture"); \ +static_assert(sizeof(UAppleARKitEnvironmentCaptureProbeTexture) == 0x000160, "Wrong size on UAppleARKitEnvironmentCaptureProbeTexture"); \ + +#define DUMPER7_ASSERTS_UAppleARKitCameraVideoTexture \ +static_assert(alignof(UAppleARKitCameraVideoTexture) == 0x000008, "Wrong alignment on UAppleARKitCameraVideoTexture"); \ +static_assert(sizeof(UAppleARKitCameraVideoTexture) == 0x000158, "Wrong size on UAppleARKitCameraVideoTexture"); \ + +#define DUMPER7_ASSERTS_UAppleARKitOcclusionTexture \ +static_assert(alignof(UAppleARKitOcclusionTexture) == 0x000008, "Wrong alignment on UAppleARKitOcclusionTexture"); \ +static_assert(sizeof(UAppleARKitOcclusionTexture) == 0x000158, "Wrong size on UAppleARKitOcclusionTexture"); \ + +#define DUMPER7_ASSERTS_UAppleARKitTimecodeProvider \ +static_assert(alignof(UAppleARKitTimecodeProvider) == 0x000008, "Wrong alignment on UAppleARKitTimecodeProvider"); \ +static_assert(sizeof(UAppleARKitTimecodeProvider) == 0x000038, "Wrong size on UAppleARKitTimecodeProvider"); \ + +#define DUMPER7_ASSERTS_UAppleARKitEnvironmentCaptureProbe \ +static_assert(alignof(UAppleARKitEnvironmentCaptureProbe) == 0x000010, "Wrong alignment on UAppleARKitEnvironmentCaptureProbe"); \ +static_assert(sizeof(UAppleARKitEnvironmentCaptureProbe) == 0x000180, "Wrong size on UAppleARKitEnvironmentCaptureProbe"); \ +static_assert(offsetof(UAppleARKitEnvironmentCaptureProbe, ARKitEnvironmentTexture) == 0x000178, "Member 'UAppleARKitEnvironmentCaptureProbe::ARKitEnvironmentTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARKitCameraOverlayMaterialLoader \ +static_assert(alignof(UARKitCameraOverlayMaterialLoader) == 0x000008, "Wrong alignment on UARKitCameraOverlayMaterialLoader"); \ +static_assert(sizeof(UARKitCameraOverlayMaterialLoader) == 0x000050, "Wrong size on UARKitCameraOverlayMaterialLoader"); \ +static_assert(offsetof(UARKitCameraOverlayMaterialLoader, DefaultCameraOverlayMaterial) == 0x000028, "Member 'UARKitCameraOverlayMaterialLoader::DefaultCameraOverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARKitCameraOverlayMaterialLoader, DepthOcclusionOverlayMaterial) == 0x000030, "Member 'UARKitCameraOverlayMaterialLoader::DepthOcclusionOverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARKitCameraOverlayMaterialLoader, MatteOcclusionOverlayMaterial) == 0x000038, "Member 'UARKitCameraOverlayMaterialLoader::MatteOcclusionOverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARKitCameraOverlayMaterialLoader, SceneDepthOcclusionMaterial) == 0x000040, "Member 'UARKitCameraOverlayMaterialLoader::SceneDepthOcclusionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARKitCameraOverlayMaterialLoader, SceneDepthColorationMaterial) == 0x000048, "Member 'UARKitCameraOverlayMaterialLoader::SceneDepthColorationMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARKitGeoTrackingSupport \ +static_assert(alignof(UARKitGeoTrackingSupport) == 0x000008, "Wrong alignment on UARKitGeoTrackingSupport"); \ +static_assert(sizeof(UARKitGeoTrackingSupport) == 0x000028, "Wrong size on UARKitGeoTrackingSupport"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionARKitPassthroughCamera \ +static_assert(alignof(UMaterialExpressionARKitPassthroughCamera) == 0x000008, "Wrong alignment on UMaterialExpressionARKitPassthroughCamera"); \ +static_assert(sizeof(UMaterialExpressionARKitPassthroughCamera) == 0x0000E0, "Wrong size on UMaterialExpressionARKitPassthroughCamera"); \ +static_assert(offsetof(UMaterialExpressionARKitPassthroughCamera, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionARKitPassthroughCamera::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionARKitPassthroughCamera, ConstCoordinate) == 0x0000D8, "Member 'UMaterialExpressionARKitPassthroughCamera::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionARKitPassthroughCamera, TextureType) == 0x0000DC, "Member 'UMaterialExpressionARKitPassthroughCamera::TextureType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleARKitPoseTrackingLiveLinkRemapAsset \ +static_assert(alignof(UAppleARKitPoseTrackingLiveLinkRemapAsset) == 0x000008, "Wrong alignment on UAppleARKitPoseTrackingLiveLinkRemapAsset"); \ +static_assert(sizeof(UAppleARKitPoseTrackingLiveLinkRemapAsset) == 0x0000A8, "Wrong size on UAppleARKitPoseTrackingLiveLinkRemapAsset"); \ +static_assert(offsetof(UAppleARKitPoseTrackingLiveLinkRemapAsset, AppleARKitHumanForward) == 0x000028, "Member 'UAppleARKitPoseTrackingLiveLinkRemapAsset::AppleARKitHumanForward' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitPoseTrackingLiveLinkRemapAsset, MeshForward) == 0x000040, "Member 'UAppleARKitPoseTrackingLiveLinkRemapAsset::MeshForward' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitPoseTrackingLiveLinkRemapAsset, AppleARKitBoneNamesToMeshBoneNames) == 0x000058, "Member 'UAppleARKitPoseTrackingLiveLinkRemapAsset::AppleARKitBoneNamesToMeshBoneNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber \ +static_assert(alignof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber) == 0x000008, "Wrong alignment on WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber"); \ +static_assert(sizeof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber) == 0x000058, "Wrong size on WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, EntryPoint) == 0x000000, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, Temp_bool_Variable) == 0x000004, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, Temp_class_Variable) == 0x000008, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, Temp_class_Variable_1) == 0x000010, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, K2Node_CustomEvent_InText_1) == 0x000018, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::K2Node_CustomEvent_InText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, K2Node_CustomEvent_InText) == 0x000028, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, K2Node_CustomEvent_IsMax) == 0x000038, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::K2Node_CustomEvent_IsMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, K2Node_Select_Default) == 0x000040, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_RelationshipNumber_C_ExecuteUbergraph_WBP_RelationshipNumber::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelationshipNumber_C_PlayNextTextAnimation \ +static_assert(alignof(WBP_RelationshipNumber_C_PlayNextTextAnimation) == 0x000008, "Wrong alignment on WBP_RelationshipNumber_C_PlayNextTextAnimation"); \ +static_assert(sizeof(WBP_RelationshipNumber_C_PlayNextTextAnimation) == 0x000008, "Wrong size on WBP_RelationshipNumber_C_PlayNextTextAnimation"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_PlayNextTextAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_RelationshipNumber_C_PlayNextTextAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelationshipNumber_C_SetNextText \ +static_assert(alignof(WBP_RelationshipNumber_C_SetNextText) == 0x000008, "Wrong alignment on WBP_RelationshipNumber_C_SetNextText"); \ +static_assert(sizeof(WBP_RelationshipNumber_C_SetNextText) == 0x000018, "Wrong size on WBP_RelationshipNumber_C_SetNextText"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_SetNextText, InText) == 0x000000, "Member 'WBP_RelationshipNumber_C_SetNextText::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_SetNextText, IsMax) == 0x000010, "Member 'WBP_RelationshipNumber_C_SetNextText::IsMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RelationshipNumber_C_SetText \ +static_assert(alignof(WBP_RelationshipNumber_C_SetText) == 0x000008, "Wrong alignment on WBP_RelationshipNumber_C_SetText"); \ +static_assert(sizeof(WBP_RelationshipNumber_C_SetText) == 0x000010, "Wrong size on WBP_RelationshipNumber_C_SetText"); \ +static_assert(offsetof(WBP_RelationshipNumber_C_SetText, InText) == 0x000000, "Member 'WBP_RelationshipNumber_C_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RelationshipNumber_C \ +static_assert(alignof(UWBP_RelationshipNumber_C) == 0x000008, "Wrong alignment on UWBP_RelationshipNumber_C"); \ +static_assert(sizeof(UWBP_RelationshipNumber_C) == 0x000338, "Wrong size on UWBP_RelationshipNumber_C"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_RelationshipNumber_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, Anim_AppearNextText) == 0x0002E8, "Member 'UWBP_RelationshipNumber_C::Anim_AppearNextText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, CurrentText) == 0x0002F0, "Member 'UWBP_RelationshipNumber_C::CurrentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, CurrentTextBackground) == 0x0002F8, "Member 'UWBP_RelationshipNumber_C::CurrentTextBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, NextText) == 0x000300, "Member 'UWBP_RelationshipNumber_C::NextText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, TextBlock_CurrentText) == 0x000308, "Member 'UWBP_RelationshipNumber_C::TextBlock_CurrentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, TextBlock_NextText) == 0x000310, "Member 'UWBP_RelationshipNumber_C::TextBlock_NextText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, OnAnimationAppearNextTextFinished) == 0x000318, "Member 'UWBP_RelationshipNumber_C::OnAnimationAppearNextTextFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RelationshipNumber_C, SD_NumberUp) == 0x000328, "Member 'UWBP_RelationshipNumber_C::SD_NumberUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshTangent \ +static_assert(alignof(FProcMeshTangent) == 0x000008, "Wrong alignment on FProcMeshTangent"); \ +static_assert(sizeof(FProcMeshTangent) == 0x000020, "Wrong size on FProcMeshTangent"); \ +static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x000018, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshVertex \ +static_assert(alignof(FProcMeshVertex) == 0x000008, "Wrong alignment on FProcMeshVertex"); \ +static_assert(sizeof(FProcMeshVertex) == 0x000098, "Wrong size on FProcMeshVertex"); \ +static_assert(offsetof(FProcMeshVertex, position) == 0x000000, "Member 'FProcMeshVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Normal) == 0x000018, "Member 'FProcMeshVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000030, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Color) == 0x000050, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV0) == 0x000058, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV1) == 0x000068, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV2) == 0x000078, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV3) == 0x000088, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshSection \ +static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ +static_assert(sizeof(FProcMeshSection) == 0x000060, "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) == 0x000058, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x000059, "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) == 0x000068, "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) == 0x000018, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000028, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000038, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000048, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000058, "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) == 0x000058, "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) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000040, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000048, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000050, "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) == 0x000028, "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!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bSRGBConversion) == 0x000099, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bSRGBConversion' 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) == 0x000090, "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!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, bSRGBConversion) == 0x000088, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::bSRGBConversion' 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) == 0x0005D0, "Wrong size on UProceduralMeshComponent"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000558, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000559, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000560, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x000568, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x000578, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x000588, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0005C0, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetQuantizeFaceCurve \ +static_assert(alignof(FNetQuantizeFaceCurve) == 0x000001, "Wrong alignment on FNetQuantizeFaceCurve"); \ +static_assert(sizeof(FNetQuantizeFaceCurve) == 0x000002, "Wrong size on FNetQuantizeFaceCurve"); \ + +#define DUMPER7_ASSERTS_FAppleARKitLiveLinkConnectionSettings \ +static_assert(alignof(FAppleARKitLiveLinkConnectionSettings) == 0x000004, "Wrong alignment on FAppleARKitLiveLinkConnectionSettings"); \ +static_assert(sizeof(FAppleARKitLiveLinkConnectionSettings) == 0x000004, "Wrong size on FAppleARKitLiveLinkConnectionSettings"); \ +static_assert(offsetof(FAppleARKitLiveLinkConnectionSettings, Port) == 0x000000, "Member 'FAppleARKitLiveLinkConnectionSettings::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_CreateMesh \ +static_assert(alignof(AppleARKitFaceMeshComponent_CreateMesh) == 0x000008, "Wrong alignment on AppleARKitFaceMeshComponent_CreateMesh"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_CreateMesh) == 0x000030, "Wrong size on AppleARKitFaceMeshComponent_CreateMesh"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_CreateMesh, Vertices) == 0x000000, "Member 'AppleARKitFaceMeshComponent_CreateMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_CreateMesh, Triangles) == 0x000010, "Member 'AppleARKitFaceMeshComponent_CreateMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_CreateMesh, UV0) == 0x000020, "Member 'AppleARKitFaceMeshComponent_CreateMesh::UV0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_PublishViaLiveLink \ +static_assert(alignof(AppleARKitFaceMeshComponent_PublishViaLiveLink) == 0x000004, "Wrong alignment on AppleARKitFaceMeshComponent_PublishViaLiveLink"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_PublishViaLiveLink) == 0x000008, "Wrong size on AppleARKitFaceMeshComponent_PublishViaLiveLink"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_PublishViaLiveLink, SubjectName) == 0x000000, "Member 'AppleARKitFaceMeshComponent_PublishViaLiveLink::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_ServerUpdateFaceCurves \ +static_assert(alignof(AppleARKitFaceMeshComponent_ServerUpdateFaceCurves) == 0x000008, "Wrong alignment on AppleARKitFaceMeshComponent_ServerUpdateFaceCurves"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_ServerUpdateFaceCurves) == 0x000010, "Wrong size on AppleARKitFaceMeshComponent_ServerUpdateFaceCurves"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_ServerUpdateFaceCurves, ClientCurves) == 0x000000, "Member 'AppleARKitFaceMeshComponent_ServerUpdateFaceCurves::ClientCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_SetAutoBind \ +static_assert(alignof(AppleARKitFaceMeshComponent_SetAutoBind) == 0x000001, "Wrong alignment on AppleARKitFaceMeshComponent_SetAutoBind"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_SetAutoBind) == 0x000001, "Wrong size on AppleARKitFaceMeshComponent_SetAutoBind"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_SetAutoBind, bAutoBind) == 0x000000, "Member 'AppleARKitFaceMeshComponent_SetAutoBind::bAutoBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_SetBlendShapeAmount \ +static_assert(alignof(AppleARKitFaceMeshComponent_SetBlendShapeAmount) == 0x000004, "Wrong alignment on AppleARKitFaceMeshComponent_SetBlendShapeAmount"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_SetBlendShapeAmount) == 0x000008, "Wrong size on AppleARKitFaceMeshComponent_SetBlendShapeAmount"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_SetBlendShapeAmount, BlendShape) == 0x000000, "Member 'AppleARKitFaceMeshComponent_SetBlendShapeAmount::BlendShape' has a wrong offset!"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_SetBlendShapeAmount, Amount) == 0x000004, "Member 'AppleARKitFaceMeshComponent_SetBlendShapeAmount::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_SetBlendShapes \ +static_assert(alignof(AppleARKitFaceMeshComponent_SetBlendShapes) == 0x000008, "Wrong alignment on AppleARKitFaceMeshComponent_SetBlendShapes"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_SetBlendShapes) == 0x000050, "Wrong size on AppleARKitFaceMeshComponent_SetBlendShapes"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_SetBlendShapes, InBlendShapes) == 0x000000, "Member 'AppleARKitFaceMeshComponent_SetBlendShapes::InBlendShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_UpdateMesh \ +static_assert(alignof(AppleARKitFaceMeshComponent_UpdateMesh) == 0x000008, "Wrong alignment on AppleARKitFaceMeshComponent_UpdateMesh"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_UpdateMesh) == 0x000010, "Wrong size on AppleARKitFaceMeshComponent_UpdateMesh"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_UpdateMesh, Vertices) == 0x000000, "Member 'AppleARKitFaceMeshComponent_UpdateMesh::Vertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount \ +static_assert(alignof(AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount) == 0x000004, "Wrong alignment on AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount) == 0x000008, "Wrong size on AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount, BlendShape) == 0x000000, "Member 'AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount::BlendShape' has a wrong offset!"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount, ReturnValue) == 0x000004, "Member 'AppleARKitFaceMeshComponent_GetFaceBlendShapeAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber \ +static_assert(alignof(AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber) == 0x000004, "Wrong alignment on AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber) == 0x000004, "Wrong size on AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber, ReturnValue) == 0x000000, "Member 'AppleARKitFaceMeshComponent_GetLastUpdateFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_GetLastUpdateTimestamp \ +static_assert(alignof(AppleARKitFaceMeshComponent_GetLastUpdateTimestamp) == 0x000004, "Wrong alignment on AppleARKitFaceMeshComponent_GetLastUpdateTimestamp"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_GetLastUpdateTimestamp) == 0x000004, "Wrong size on AppleARKitFaceMeshComponent_GetLastUpdateTimestamp"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_GetLastUpdateTimestamp, ReturnValue) == 0x000000, "Member 'AppleARKitFaceMeshComponent_GetLastUpdateTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AppleARKitFaceMeshComponent_GetTransform \ +static_assert(alignof(AppleARKitFaceMeshComponent_GetTransform) == 0x000010, "Wrong alignment on AppleARKitFaceMeshComponent_GetTransform"); \ +static_assert(sizeof(AppleARKitFaceMeshComponent_GetTransform) == 0x000060, "Wrong size on AppleARKitFaceMeshComponent_GetTransform"); \ +static_assert(offsetof(AppleARKitFaceMeshComponent_GetTransform, ReturnValue) == 0x000000, "Member 'AppleARKitFaceMeshComponent_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleARKitFaceMeshComponent \ +static_assert(alignof(UAppleARKitFaceMeshComponent) == 0x000010, "Wrong alignment on UAppleARKitFaceMeshComponent"); \ +static_assert(sizeof(UAppleARKitFaceMeshComponent) == 0x0006D0, "Wrong size on UAppleARKitFaceMeshComponent"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, bWantsMeshUpdates) == 0x0005D0, "Member 'UAppleARKitFaceMeshComponent::bWantsMeshUpdates' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, bWantsCollision) == 0x0005D1, "Member 'UAppleARKitFaceMeshComponent::bWantsCollision' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, bAutoBindToLocalFaceMesh) == 0x0005D2, "Member 'UAppleARKitFaceMeshComponent::bAutoBindToLocalFaceMesh' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, TransformSetting) == 0x0005D3, "Member 'UAppleARKitFaceMeshComponent::TransformSetting' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, bFlipTrackedRotation) == 0x0005D4, "Member 'UAppleARKitFaceMeshComponent::bFlipTrackedRotation' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, FaceMaterial) == 0x0005D8, "Member 'UAppleARKitFaceMeshComponent::FaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, LiveLinkSubjectName) == 0x0005E0, "Member 'UAppleARKitFaceMeshComponent::LiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(UAppleARKitFaceMeshComponent, RemoteCurves) == 0x0005E8, "Member 'UAppleARKitFaceMeshComponent::RemoteCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAppleARKitLiveLinkSourceFactory \ +static_assert(alignof(UAppleARKitLiveLinkSourceFactory) == 0x000008, "Wrong alignment on UAppleARKitLiveLinkSourceFactory"); \ +static_assert(sizeof(UAppleARKitLiveLinkSourceFactory) == 0x000028, "Wrong size on UAppleARKitLiveLinkSourceFactory"); \ + +#define DUMPER7_ASSERTS_FSoundModulationTransform \ +static_assert(alignof(FSoundModulationTransform) == 0x000008, "Wrong alignment on FSoundModulationTransform"); \ +static_assert(sizeof(FSoundModulationTransform) == 0x0000B8, "Wrong size on FSoundModulationTransform"); \ + +#define DUMPER7_ASSERTS_FSoundControlModulationInput \ +static_assert(alignof(FSoundControlModulationInput) == 0x000008, "Wrong alignment on FSoundControlModulationInput"); \ +static_assert(sizeof(FSoundControlModulationInput) == 0x0000C8, "Wrong size on FSoundControlModulationInput"); \ +static_assert(offsetof(FSoundControlModulationInput, Transform) == 0x000008, "Member 'FSoundControlModulationInput::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSoundControlModulationInput, Bus) == 0x0000C0, "Member 'FSoundControlModulationInput::Bus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationADEnvelopeParams \ +static_assert(alignof(FSoundModulationADEnvelopeParams) == 0x000004, "Wrong alignment on FSoundModulationADEnvelopeParams"); \ +static_assert(sizeof(FSoundModulationADEnvelopeParams) == 0x000014, "Wrong size on FSoundModulationADEnvelopeParams"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, AttackTime) == 0x000000, "Member 'FSoundModulationADEnvelopeParams::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, DecayTime) == 0x000004, "Member 'FSoundModulationADEnvelopeParams::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, AttackCurve) == 0x000008, "Member 'FSoundModulationADEnvelopeParams::AttackCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, DecayCurve) == 0x00000C, "Member 'FSoundModulationADEnvelopeParams::DecayCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, bLooping) == 0x000010, "Member 'FSoundModulationADEnvelopeParams::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationADEnvelopeParams, bBypass) == 0x000011, "Member 'FSoundModulationADEnvelopeParams::bBypass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvelopeFollowerGeneratorParams \ +static_assert(alignof(FEnvelopeFollowerGeneratorParams) == 0x000008, "Wrong alignment on FEnvelopeFollowerGeneratorParams"); \ +static_assert(sizeof(FEnvelopeFollowerGeneratorParams) == 0x000020, "Wrong size on FEnvelopeFollowerGeneratorParams"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, bBypass) == 0x000000, "Member 'FEnvelopeFollowerGeneratorParams::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, bInvert) == 0x000001, "Member 'FEnvelopeFollowerGeneratorParams::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, AudioBus) == 0x000008, "Member 'FEnvelopeFollowerGeneratorParams::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, Gain) == 0x000010, "Member 'FEnvelopeFollowerGeneratorParams::Gain' has a wrong offset!"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, AttackTime) == 0x000014, "Member 'FEnvelopeFollowerGeneratorParams::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FEnvelopeFollowerGeneratorParams, ReleaseTime) == 0x000018, "Member 'FEnvelopeFollowerGeneratorParams::ReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationParameterSettings \ +static_assert(alignof(FSoundModulationParameterSettings) == 0x000004, "Wrong alignment on FSoundModulationParameterSettings"); \ +static_assert(sizeof(FSoundModulationParameterSettings) == 0x000004, "Wrong size on FSoundModulationParameterSettings"); \ +static_assert(offsetof(FSoundModulationParameterSettings, ValueNormalized) == 0x000000, "Member 'FSoundModulationParameterSettings::ValueNormalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationLFOParams \ +static_assert(alignof(FSoundModulationLFOParams) == 0x000004, "Wrong alignment on FSoundModulationLFOParams"); \ +static_assert(sizeof(FSoundModulationLFOParams) == 0x000020, "Wrong size on FSoundModulationLFOParams"); \ +static_assert(offsetof(FSoundModulationLFOParams, Shape) == 0x000000, "Member 'FSoundModulationLFOParams::Shape' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, ExponentialFactor) == 0x000004, "Member 'FSoundModulationLFOParams::ExponentialFactor' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, Width) == 0x000008, "Member 'FSoundModulationLFOParams::Width' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, Amplitude) == 0x00000C, "Member 'FSoundModulationLFOParams::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, Frequency) == 0x000010, "Member 'FSoundModulationLFOParams::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, Offset) == 0x000014, "Member 'FSoundModulationLFOParams::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, Phase) == 0x000018, "Member 'FSoundModulationLFOParams::Phase' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, bLooping) == 0x00001C, "Member 'FSoundModulationLFOParams::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationLFOParams, bBypass) == 0x00001D, "Member 'FSoundModulationLFOParams::bBypass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationMixValue \ +static_assert(alignof(FSoundModulationMixValue) == 0x000004, "Wrong alignment on FSoundModulationMixValue"); \ +static_assert(sizeof(FSoundModulationMixValue) == 0x000020, "Wrong size on FSoundModulationMixValue"); \ +static_assert(offsetof(FSoundModulationMixValue, TargetValue) == 0x000000, "Member 'FSoundModulationMixValue::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationMixValue, AttackTime) == 0x000004, "Member 'FSoundModulationMixValue::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationMixValue, ReleaseTime) == 0x000008, "Member 'FSoundModulationMixValue::ReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundControlBusMixStage \ +static_assert(alignof(FSoundControlBusMixStage) == 0x000008, "Wrong alignment on FSoundControlBusMixStage"); \ +static_assert(sizeof(FSoundControlBusMixStage) == 0x000028, "Wrong size on FSoundControlBusMixStage"); \ +static_assert(offsetof(FSoundControlBusMixStage, Bus) == 0x000000, "Member 'FSoundControlBusMixStage::Bus' has a wrong offset!"); \ +static_assert(offsetof(FSoundControlBusMixStage, Value) == 0x000008, "Member 'FSoundControlBusMixStage::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundControlModulationPatch \ +static_assert(alignof(FSoundControlModulationPatch) == 0x000008, "Wrong alignment on FSoundControlModulationPatch"); \ +static_assert(sizeof(FSoundControlModulationPatch) == 0x000020, "Wrong size on FSoundControlModulationPatch"); \ +static_assert(offsetof(FSoundControlModulationPatch, bBypass) == 0x000000, "Member 'FSoundControlModulationPatch::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSoundControlModulationPatch, OutputParameter) == 0x000008, "Member 'FSoundControlModulationPatch::OutputParameter' has a wrong offset!"); \ +static_assert(offsetof(FSoundControlModulationPatch, Inputs) == 0x000010, "Member 'FSoundControlModulationPatch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStyle_GetControlBusColor \ +static_assert(alignof(AudioModulationStyle_GetControlBusColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetControlBusColor"); \ +static_assert(sizeof(AudioModulationStyle_GetControlBusColor) == 0x000004, "Wrong size on AudioModulationStyle_GetControlBusColor"); \ +static_assert(offsetof(AudioModulationStyle_GetControlBusColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetControlBusColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStyle_GetControlBusMixColor \ +static_assert(alignof(AudioModulationStyle_GetControlBusMixColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetControlBusMixColor"); \ +static_assert(sizeof(AudioModulationStyle_GetControlBusMixColor) == 0x000004, "Wrong size on AudioModulationStyle_GetControlBusMixColor"); \ +static_assert(offsetof(AudioModulationStyle_GetControlBusMixColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetControlBusMixColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStyle_GetModulationGeneratorColor \ +static_assert(alignof(AudioModulationStyle_GetModulationGeneratorColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetModulationGeneratorColor"); \ +static_assert(sizeof(AudioModulationStyle_GetModulationGeneratorColor) == 0x000004, "Wrong size on AudioModulationStyle_GetModulationGeneratorColor"); \ +static_assert(offsetof(AudioModulationStyle_GetModulationGeneratorColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetModulationGeneratorColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStyle_GetParameterColor \ +static_assert(alignof(AudioModulationStyle_GetParameterColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetParameterColor"); \ +static_assert(sizeof(AudioModulationStyle_GetParameterColor) == 0x000004, "Wrong size on AudioModulationStyle_GetParameterColor"); \ +static_assert(offsetof(AudioModulationStyle_GetParameterColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetParameterColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStyle_GetPatchColor \ +static_assert(alignof(AudioModulationStyle_GetPatchColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetPatchColor"); \ +static_assert(sizeof(AudioModulationStyle_GetPatchColor) == 0x000004, "Wrong size on AudioModulationStyle_GetPatchColor"); \ +static_assert(offsetof(AudioModulationStyle_GetPatchColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetPatchColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioModulationStyle \ +static_assert(alignof(UAudioModulationStyle) == 0x000008, "Wrong alignment on UAudioModulationStyle"); \ +static_assert(sizeof(UAudioModulationStyle) == 0x000028, "Wrong size on UAudioModulationStyle"); \ + +#define DUMPER7_ASSERTS_AudioModulationDestination_ClearModulator \ +static_assert(alignof(AudioModulationDestination_ClearModulator) == 0x000001, "Wrong alignment on AudioModulationDestination_ClearModulator"); \ +static_assert(sizeof(AudioModulationDestination_ClearModulator) == 0x000001, "Wrong size on AudioModulationDestination_ClearModulator"); \ +static_assert(offsetof(AudioModulationDestination_ClearModulator, ReturnValue) == 0x000000, "Member 'AudioModulationDestination_ClearModulator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationDestination_SetModulator \ +static_assert(alignof(AudioModulationDestination_SetModulator) == 0x000008, "Wrong alignment on AudioModulationDestination_SetModulator"); \ +static_assert(sizeof(AudioModulationDestination_SetModulator) == 0x000010, "Wrong size on AudioModulationDestination_SetModulator"); \ +static_assert(offsetof(AudioModulationDestination_SetModulator, InModulator) == 0x000000, "Member 'AudioModulationDestination_SetModulator::InModulator' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationDestination_SetModulator, ReturnValue) == 0x000008, "Member 'AudioModulationDestination_SetModulator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationDestination_GetModulator \ +static_assert(alignof(AudioModulationDestination_GetModulator) == 0x000008, "Wrong alignment on AudioModulationDestination_GetModulator"); \ +static_assert(sizeof(AudioModulationDestination_GetModulator) == 0x000008, "Wrong size on AudioModulationDestination_GetModulator"); \ +static_assert(offsetof(AudioModulationDestination_GetModulator, ReturnValue) == 0x000000, "Member 'AudioModulationDestination_GetModulator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationDestination_GetValue \ +static_assert(alignof(AudioModulationDestination_GetValue) == 0x000004, "Wrong alignment on AudioModulationDestination_GetValue"); \ +static_assert(sizeof(AudioModulationDestination_GetValue) == 0x000004, "Wrong size on AudioModulationDestination_GetValue"); \ +static_assert(offsetof(AudioModulationDestination_GetValue, ReturnValue) == 0x000000, "Member 'AudioModulationDestination_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioModulationDestination \ +static_assert(alignof(UAudioModulationDestination) == 0x000008, "Wrong alignment on UAudioModulationDestination"); \ +static_assert(sizeof(UAudioModulationDestination) == 0x000040, "Wrong size on UAudioModulationDestination"); \ +static_assert(offsetof(UAudioModulationDestination, Modulator) == 0x000028, "Member 'UAudioModulationDestination::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioModulationSettings \ +static_assert(alignof(UAudioModulationSettings) == 0x000008, "Wrong alignment on UAudioModulationSettings"); \ +static_assert(sizeof(UAudioModulationSettings) == 0x000048, "Wrong size on UAudioModulationSettings"); \ +static_assert(offsetof(UAudioModulationSettings, Parameters) == 0x000038, "Member 'UAudioModulationSettings::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_ActivateBus \ +static_assert(alignof(AudioModulationStatics_ActivateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateBus"); \ +static_assert(sizeof(AudioModulationStatics_ActivateBus) == 0x000010, "Wrong size on AudioModulationStatics_ActivateBus"); \ +static_assert(offsetof(AudioModulationStatics_ActivateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ActivateBus, Bus) == 0x000008, "Member 'AudioModulationStatics_ActivateBus::Bus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_ActivateBusMix \ +static_assert(alignof(AudioModulationStatics_ActivateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateBusMix"); \ +static_assert(sizeof(AudioModulationStatics_ActivateBusMix) == 0x000010, "Wrong size on AudioModulationStatics_ActivateBusMix"); \ +static_assert(offsetof(AudioModulationStatics_ActivateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateBusMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ActivateBusMix, Mix) == 0x000008, "Member 'AudioModulationStatics_ActivateBusMix::Mix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_ActivateGenerator \ +static_assert(alignof(AudioModulationStatics_ActivateGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateGenerator"); \ +static_assert(sizeof(AudioModulationStatics_ActivateGenerator) == 0x000010, "Wrong size on AudioModulationStatics_ActivateGenerator"); \ +static_assert(offsetof(AudioModulationStatics_ActivateGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateGenerator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ActivateGenerator, Generator) == 0x000008, "Member 'AudioModulationStatics_ActivateGenerator::Generator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_ClearAllGlobalBusMixValues \ +static_assert(alignof(AudioModulationStatics_ClearAllGlobalBusMixValues) == 0x000008, "Wrong alignment on AudioModulationStatics_ClearAllGlobalBusMixValues"); \ +static_assert(sizeof(AudioModulationStatics_ClearAllGlobalBusMixValues) == 0x000010, "Wrong size on AudioModulationStatics_ClearAllGlobalBusMixValues"); \ +static_assert(offsetof(AudioModulationStatics_ClearAllGlobalBusMixValues, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ClearAllGlobalBusMixValues::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ClearAllGlobalBusMixValues, FadeTime) == 0x000008, "Member 'AudioModulationStatics_ClearAllGlobalBusMixValues::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_ClearGlobalBusMixValue \ +static_assert(alignof(AudioModulationStatics_ClearGlobalBusMixValue) == 0x000008, "Wrong alignment on AudioModulationStatics_ClearGlobalBusMixValue"); \ +static_assert(sizeof(AudioModulationStatics_ClearGlobalBusMixValue) == 0x000018, "Wrong size on AudioModulationStatics_ClearGlobalBusMixValue"); \ +static_assert(offsetof(AudioModulationStatics_ClearGlobalBusMixValue, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ClearGlobalBusMixValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ClearGlobalBusMixValue, Bus) == 0x000008, "Member 'AudioModulationStatics_ClearGlobalBusMixValue::Bus' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_ClearGlobalBusMixValue, FadeTime) == 0x000010, "Member 'AudioModulationStatics_ClearGlobalBusMixValue::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateADEnvelopeGenerator \ +static_assert(alignof(AudioModulationStatics_CreateADEnvelopeGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateADEnvelopeGenerator"); \ +static_assert(sizeof(AudioModulationStatics_CreateADEnvelopeGenerator) == 0x000030, "Wrong size on AudioModulationStatics_CreateADEnvelopeGenerator"); \ +static_assert(offsetof(AudioModulationStatics_CreateADEnvelopeGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateADEnvelopeGenerator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateADEnvelopeGenerator, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateADEnvelopeGenerator::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateADEnvelopeGenerator, Params_0) == 0x000010, "Member 'AudioModulationStatics_CreateADEnvelopeGenerator::Params_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateADEnvelopeGenerator, ReturnValue) == 0x000028, "Member 'AudioModulationStatics_CreateADEnvelopeGenerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateBus \ +static_assert(alignof(AudioModulationStatics_CreateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBus"); \ +static_assert(sizeof(AudioModulationStatics_CreateBus) == 0x000028, "Wrong size on AudioModulationStatics_CreateBus"); \ +static_assert(offsetof(AudioModulationStatics_CreateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBus, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateBus::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBus, Parameter) == 0x000010, "Member 'AudioModulationStatics_CreateBus::Parameter' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBus, Activate) == 0x000018, "Member 'AudioModulationStatics_CreateBus::Activate' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBus, ReturnValue) == 0x000020, "Member 'AudioModulationStatics_CreateBus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateBusMix \ +static_assert(alignof(AudioModulationStatics_CreateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBusMix"); \ +static_assert(sizeof(AudioModulationStatics_CreateBusMix) == 0x000030, "Wrong size on AudioModulationStatics_CreateBusMix"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBusMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMix, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateBusMix::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMix, Stages) == 0x000010, "Member 'AudioModulationStatics_CreateBusMix::Stages' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMix, Activate) == 0x000020, "Member 'AudioModulationStatics_CreateBusMix::Activate' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMix, ReturnValue) == 0x000028, "Member 'AudioModulationStatics_CreateBusMix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateBusMixFromValue \ +static_assert(alignof(AudioModulationStatics_CreateBusMixFromValue) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBusMixFromValue"); \ +static_assert(sizeof(AudioModulationStatics_CreateBusMixFromValue) == 0x000038, "Wrong size on AudioModulationStatics_CreateBusMixFromValue"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBusMixFromValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateBusMixFromValue::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, Buses) == 0x000010, "Member 'AudioModulationStatics_CreateBusMixFromValue::Buses' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, Value) == 0x000020, "Member 'AudioModulationStatics_CreateBusMixFromValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, AttackTime) == 0x000024, "Member 'AudioModulationStatics_CreateBusMixFromValue::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, ReleaseTime) == 0x000028, "Member 'AudioModulationStatics_CreateBusMixFromValue::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, bActivate) == 0x00002C, "Member 'AudioModulationStatics_CreateBusMixFromValue::bActivate' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixFromValue, ReturnValue) == 0x000030, "Member 'AudioModulationStatics_CreateBusMixFromValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateBusMixStage \ +static_assert(alignof(AudioModulationStatics_CreateBusMixStage) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBusMixStage"); \ +static_assert(sizeof(AudioModulationStatics_CreateBusMixStage) == 0x000048, "Wrong size on AudioModulationStatics_CreateBusMixStage"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBusMixStage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, Bus) == 0x000008, "Member 'AudioModulationStatics_CreateBusMixStage::Bus' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, Value) == 0x000010, "Member 'AudioModulationStatics_CreateBusMixStage::Value' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, AttackTime) == 0x000014, "Member 'AudioModulationStatics_CreateBusMixStage::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, ReleaseTime) == 0x000018, "Member 'AudioModulationStatics_CreateBusMixStage::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, ReturnValue) == 0x000020, "Member 'AudioModulationStatics_CreateBusMixStage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateEnvelopeFollowerGenerator \ +static_assert(alignof(AudioModulationStatics_CreateEnvelopeFollowerGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateEnvelopeFollowerGenerator"); \ +static_assert(sizeof(AudioModulationStatics_CreateEnvelopeFollowerGenerator) == 0x000038, "Wrong size on AudioModulationStatics_CreateEnvelopeFollowerGenerator"); \ +static_assert(offsetof(AudioModulationStatics_CreateEnvelopeFollowerGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateEnvelopeFollowerGenerator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateEnvelopeFollowerGenerator, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateEnvelopeFollowerGenerator::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateEnvelopeFollowerGenerator, Params_0) == 0x000010, "Member 'AudioModulationStatics_CreateEnvelopeFollowerGenerator::Params_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateEnvelopeFollowerGenerator, ReturnValue) == 0x000030, "Member 'AudioModulationStatics_CreateEnvelopeFollowerGenerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateLFOGenerator \ +static_assert(alignof(AudioModulationStatics_CreateLFOGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateLFOGenerator"); \ +static_assert(sizeof(AudioModulationStatics_CreateLFOGenerator) == 0x000038, "Wrong size on AudioModulationStatics_CreateLFOGenerator"); \ +static_assert(offsetof(AudioModulationStatics_CreateLFOGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateLFOGenerator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateLFOGenerator, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateLFOGenerator::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateLFOGenerator, Params_0) == 0x000010, "Member 'AudioModulationStatics_CreateLFOGenerator::Params_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateLFOGenerator, ReturnValue) == 0x000030, "Member 'AudioModulationStatics_CreateLFOGenerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateModulationDestination \ +static_assert(alignof(AudioModulationStatics_CreateModulationDestination) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateModulationDestination"); \ +static_assert(sizeof(AudioModulationStatics_CreateModulationDestination) == 0x000020, "Wrong size on AudioModulationStatics_CreateModulationDestination"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationDestination, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateModulationDestination::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationDestination, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateModulationDestination::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationDestination, Modulator) == 0x000010, "Member 'AudioModulationStatics_CreateModulationDestination::Modulator' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationDestination, ReturnValue) == 0x000018, "Member 'AudioModulationStatics_CreateModulationDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_CreateModulationParameter \ +static_assert(alignof(AudioModulationStatics_CreateModulationParameter) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateModulationParameter"); \ +static_assert(sizeof(AudioModulationStatics_CreateModulationParameter) == 0x000028, "Wrong size on AudioModulationStatics_CreateModulationParameter"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationParameter, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateModulationParameter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationParameter, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateModulationParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationParameter, ParamClass) == 0x000010, "Member 'AudioModulationStatics_CreateModulationParameter::ParamClass' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationParameter, DefaultValue) == 0x000018, "Member 'AudioModulationStatics_CreateModulationParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_CreateModulationParameter, ReturnValue) == 0x000020, "Member 'AudioModulationStatics_CreateModulationParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateAllBusMixes \ +static_assert(alignof(AudioModulationStatics_DeactivateAllBusMixes) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateAllBusMixes"); \ +static_assert(sizeof(AudioModulationStatics_DeactivateAllBusMixes) == 0x000008, "Wrong size on AudioModulationStatics_DeactivateAllBusMixes"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateAllBusMixes, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateAllBusMixes::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateBus \ +static_assert(alignof(AudioModulationStatics_DeactivateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateBus"); \ +static_assert(sizeof(AudioModulationStatics_DeactivateBus) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateBus"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateBus, Bus) == 0x000008, "Member 'AudioModulationStatics_DeactivateBus::Bus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateBusMix \ +static_assert(alignof(AudioModulationStatics_DeactivateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateBusMix"); \ +static_assert(sizeof(AudioModulationStatics_DeactivateBusMix) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateBusMix"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateBusMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateBusMix, Mix) == 0x000008, "Member 'AudioModulationStatics_DeactivateBusMix::Mix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateGenerator \ +static_assert(alignof(AudioModulationStatics_DeactivateGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateGenerator"); \ +static_assert(sizeof(AudioModulationStatics_DeactivateGenerator) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateGenerator"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateGenerator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_DeactivateGenerator, Generator) == 0x000008, "Member 'AudioModulationStatics_DeactivateGenerator::Generator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_GetModulatorsFromDestination \ +static_assert(alignof(AudioModulationStatics_GetModulatorsFromDestination) == 0x000008, "Wrong alignment on AudioModulationStatics_GetModulatorsFromDestination"); \ +static_assert(sizeof(AudioModulationStatics_GetModulatorsFromDestination) == 0x0000A8, "Wrong size on AudioModulationStatics_GetModulatorsFromDestination"); \ +static_assert(offsetof(AudioModulationStatics_GetModulatorsFromDestination, Destination) == 0x000000, "Member 'AudioModulationStatics_GetModulatorsFromDestination::Destination' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_GetModulatorsFromDestination, ReturnValue) == 0x000058, "Member 'AudioModulationStatics_GetModulatorsFromDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_GetModulatorValue \ +static_assert(alignof(AudioModulationStatics_GetModulatorValue) == 0x000008, "Wrong alignment on AudioModulationStatics_GetModulatorValue"); \ +static_assert(sizeof(AudioModulationStatics_GetModulatorValue) == 0x000018, "Wrong size on AudioModulationStatics_GetModulatorValue"); \ +static_assert(offsetof(AudioModulationStatics_GetModulatorValue, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_GetModulatorValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_GetModulatorValue, Modulator) == 0x000008, "Member 'AudioModulationStatics_GetModulatorValue::Modulator' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_GetModulatorValue, ReturnValue) == 0x000010, "Member 'AudioModulationStatics_GetModulatorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_IsControlBusMixActive \ +static_assert(alignof(AudioModulationStatics_IsControlBusMixActive) == 0x000008, "Wrong alignment on AudioModulationStatics_IsControlBusMixActive"); \ +static_assert(sizeof(AudioModulationStatics_IsControlBusMixActive) == 0x000018, "Wrong size on AudioModulationStatics_IsControlBusMixActive"); \ +static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_IsControlBusMixActive::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, Mix) == 0x000008, "Member 'AudioModulationStatics_IsControlBusMixActive::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, ReturnValue) == 0x000010, "Member 'AudioModulationStatics_IsControlBusMixActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_LoadMixFromProfile \ +static_assert(alignof(AudioModulationStatics_LoadMixFromProfile) == 0x000008, "Wrong alignment on AudioModulationStatics_LoadMixFromProfile"); \ +static_assert(sizeof(AudioModulationStatics_LoadMixFromProfile) == 0x000028, "Wrong size on AudioModulationStatics_LoadMixFromProfile"); \ +static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_LoadMixFromProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, Mix) == 0x000008, "Member 'AudioModulationStatics_LoadMixFromProfile::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, bActivate) == 0x000010, "Member 'AudioModulationStatics_LoadMixFromProfile::bActivate' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, ProfileIndex) == 0x000014, "Member 'AudioModulationStatics_LoadMixFromProfile::ProfileIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, ReturnValue) == 0x000018, "Member 'AudioModulationStatics_LoadMixFromProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_SaveMixToProfile \ +static_assert(alignof(AudioModulationStatics_SaveMixToProfile) == 0x000008, "Wrong alignment on AudioModulationStatics_SaveMixToProfile"); \ +static_assert(sizeof(AudioModulationStatics_SaveMixToProfile) == 0x000018, "Wrong size on AudioModulationStatics_SaveMixToProfile"); \ +static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_SaveMixToProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, Mix) == 0x000008, "Member 'AudioModulationStatics_SaveMixToProfile::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, ProfileIndex) == 0x000010, "Member 'AudioModulationStatics_SaveMixToProfile::ProfileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_SetGlobalBusMixValue \ +static_assert(alignof(AudioModulationStatics_SetGlobalBusMixValue) == 0x000008, "Wrong alignment on AudioModulationStatics_SetGlobalBusMixValue"); \ +static_assert(sizeof(AudioModulationStatics_SetGlobalBusMixValue) == 0x000018, "Wrong size on AudioModulationStatics_SetGlobalBusMixValue"); \ +static_assert(offsetof(AudioModulationStatics_SetGlobalBusMixValue, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_SetGlobalBusMixValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_SetGlobalBusMixValue, Bus) == 0x000008, "Member 'AudioModulationStatics_SetGlobalBusMixValue::Bus' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_SetGlobalBusMixValue, Value) == 0x000010, "Member 'AudioModulationStatics_SetGlobalBusMixValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_SetGlobalBusMixValue, FadeTime) == 0x000014, "Member 'AudioModulationStatics_SetGlobalBusMixValue::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMix \ +static_assert(alignof(AudioModulationStatics_UpdateMix) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMix"); \ +static_assert(sizeof(AudioModulationStatics_UpdateMix) == 0x000028, "Wrong size on AudioModulationStatics_UpdateMix"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMix, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMix::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMix, Stages) == 0x000010, "Member 'AudioModulationStatics_UpdateMix::Stages' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMix, FadeTime) == 0x000020, "Member 'AudioModulationStatics_UpdateMix::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMixByFilter \ +static_assert(alignof(AudioModulationStatics_UpdateMixByFilter) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMixByFilter"); \ +static_assert(sizeof(AudioModulationStatics_UpdateMixByFilter) == 0x000038, "Wrong size on AudioModulationStatics_UpdateMixByFilter"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMixByFilter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMixByFilter::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, AddressFilter) == 0x000010, "Member 'AudioModulationStatics_UpdateMixByFilter::AddressFilter' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, ParamClassFilter) == 0x000020, "Member 'AudioModulationStatics_UpdateMixByFilter::ParamClassFilter' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, ParamFilter) == 0x000028, "Member 'AudioModulationStatics_UpdateMixByFilter::ParamFilter' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, Value) == 0x000030, "Member 'AudioModulationStatics_UpdateMixByFilter::Value' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, FadeTime) == 0x000034, "Member 'AudioModulationStatics_UpdateMixByFilter::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMixFromObject \ +static_assert(alignof(AudioModulationStatics_UpdateMixFromObject) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMixFromObject"); \ +static_assert(sizeof(AudioModulationStatics_UpdateMixFromObject) == 0x000018, "Wrong size on AudioModulationStatics_UpdateMixFromObject"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMixFromObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMixFromObject::Mix' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, FadeTime) == 0x000010, "Member 'AudioModulationStatics_UpdateMixFromObject::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioModulationStatics_UpdateModulator \ +static_assert(alignof(AudioModulationStatics_UpdateModulator) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateModulator"); \ +static_assert(sizeof(AudioModulationStatics_UpdateModulator) == 0x000010, "Wrong size on AudioModulationStatics_UpdateModulator"); \ +static_assert(offsetof(AudioModulationStatics_UpdateModulator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateModulator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioModulationStatics_UpdateModulator, Modulator) == 0x000008, "Member 'AudioModulationStatics_UpdateModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioModulationStatics \ +static_assert(alignof(UAudioModulationStatics) == 0x000008, "Wrong alignment on UAudioModulationStatics"); \ +static_assert(sizeof(UAudioModulationStatics) == 0x000028, "Wrong size on UAudioModulationStatics"); \ + +#define DUMPER7_ASSERTS_USoundModulationGenerator \ +static_assert(alignof(USoundModulationGenerator) == 0x000008, "Wrong alignment on USoundModulationGenerator"); \ +static_assert(sizeof(USoundModulationGenerator) == 0x000030, "Wrong size on USoundModulationGenerator"); \ + +#define DUMPER7_ASSERTS_USoundModulationGeneratorADEnvelope \ +static_assert(alignof(USoundModulationGeneratorADEnvelope) == 0x000008, "Wrong alignment on USoundModulationGeneratorADEnvelope"); \ +static_assert(sizeof(USoundModulationGeneratorADEnvelope) == 0x000048, "Wrong size on USoundModulationGeneratorADEnvelope"); \ +static_assert(offsetof(USoundModulationGeneratorADEnvelope, Params_0) == 0x000030, "Member 'USoundModulationGeneratorADEnvelope::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationGeneratorEnvelopeFollower \ +static_assert(alignof(USoundModulationGeneratorEnvelopeFollower) == 0x000008, "Wrong alignment on USoundModulationGeneratorEnvelopeFollower"); \ +static_assert(sizeof(USoundModulationGeneratorEnvelopeFollower) == 0x000050, "Wrong size on USoundModulationGeneratorEnvelopeFollower"); \ +static_assert(offsetof(USoundModulationGeneratorEnvelopeFollower, Params_0) == 0x000030, "Member 'USoundModulationGeneratorEnvelopeFollower::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationGeneratorLFO \ +static_assert(alignof(USoundModulationGeneratorLFO) == 0x000008, "Wrong alignment on USoundModulationGeneratorLFO"); \ +static_assert(sizeof(USoundModulationGeneratorLFO) == 0x000050, "Wrong size on USoundModulationGeneratorLFO"); \ +static_assert(offsetof(USoundModulationGeneratorLFO, Params_0) == 0x000030, "Member 'USoundModulationGeneratorLFO::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundControlBus \ +static_assert(alignof(USoundControlBus) == 0x000008, "Wrong alignment on USoundControlBus"); \ +static_assert(sizeof(USoundControlBus) == 0x000060, "Wrong size on USoundControlBus"); \ +static_assert(offsetof(USoundControlBus, bBypass) == 0x000030, "Member 'USoundControlBus::bBypass' has a wrong offset!"); \ +static_assert(offsetof(USoundControlBus, Address) == 0x000038, "Member 'USoundControlBus::Address' has a wrong offset!"); \ +static_assert(offsetof(USoundControlBus, Generators) == 0x000048, "Member 'USoundControlBus::Generators' has a wrong offset!"); \ +static_assert(offsetof(USoundControlBus, Parameter) == 0x000058, "Member 'USoundControlBus::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundControlBusMix \ +static_assert(alignof(USoundControlBusMix) == 0x000008, "Wrong alignment on USoundControlBusMix"); \ +static_assert(sizeof(USoundControlBusMix) == 0x000040, "Wrong size on USoundControlBusMix"); \ +static_assert(offsetof(USoundControlBusMix, ProfileIndex) == 0x000028, "Member 'USoundControlBusMix::ProfileIndex' has a wrong offset!"); \ +static_assert(offsetof(USoundControlBusMix, MixStages) == 0x000030, "Member 'USoundControlBusMix::MixStages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameter \ +static_assert(alignof(USoundModulationParameter) == 0x000008, "Wrong alignment on USoundModulationParameter"); \ +static_assert(sizeof(USoundModulationParameter) == 0x000038, "Wrong size on USoundModulationParameter"); \ +static_assert(offsetof(USoundModulationParameter, Settings) == 0x000030, "Member 'USoundModulationParameter::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterScaled \ +static_assert(alignof(USoundModulationParameterScaled) == 0x000008, "Wrong alignment on USoundModulationParameterScaled"); \ +static_assert(sizeof(USoundModulationParameterScaled) == 0x000040, "Wrong size on USoundModulationParameterScaled"); \ +static_assert(offsetof(USoundModulationParameterScaled, UnitMin) == 0x000038, "Member 'USoundModulationParameterScaled::UnitMin' has a wrong offset!"); \ +static_assert(offsetof(USoundModulationParameterScaled, UnitMax) == 0x00003C, "Member 'USoundModulationParameterScaled::UnitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterFrequencyBase \ +static_assert(alignof(USoundModulationParameterFrequencyBase) == 0x000008, "Wrong alignment on USoundModulationParameterFrequencyBase"); \ +static_assert(sizeof(USoundModulationParameterFrequencyBase) == 0x000038, "Wrong size on USoundModulationParameterFrequencyBase"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterFrequency \ +static_assert(alignof(USoundModulationParameterFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterFrequency"); \ +static_assert(sizeof(USoundModulationParameterFrequency) == 0x000040, "Wrong size on USoundModulationParameterFrequency"); \ +static_assert(offsetof(USoundModulationParameterFrequency, UnitMin) == 0x000038, "Member 'USoundModulationParameterFrequency::UnitMin' has a wrong offset!"); \ +static_assert(offsetof(USoundModulationParameterFrequency, UnitMax) == 0x00003C, "Member 'USoundModulationParameterFrequency::UnitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterFilterFrequency \ +static_assert(alignof(USoundModulationParameterFilterFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterFilterFrequency"); \ +static_assert(sizeof(USoundModulationParameterFilterFrequency) == 0x000038, "Wrong size on USoundModulationParameterFilterFrequency"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterLPFFrequency \ +static_assert(alignof(USoundModulationParameterLPFFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterLPFFrequency"); \ +static_assert(sizeof(USoundModulationParameterLPFFrequency) == 0x000038, "Wrong size on USoundModulationParameterLPFFrequency"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterHPFFrequency \ +static_assert(alignof(USoundModulationParameterHPFFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterHPFFrequency"); \ +static_assert(sizeof(USoundModulationParameterHPFFrequency) == 0x000038, "Wrong size on USoundModulationParameterHPFFrequency"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterBipolar \ +static_assert(alignof(USoundModulationParameterBipolar) == 0x000008, "Wrong alignment on USoundModulationParameterBipolar"); \ +static_assert(sizeof(USoundModulationParameterBipolar) == 0x000040, "Wrong size on USoundModulationParameterBipolar"); \ +static_assert(offsetof(USoundModulationParameterBipolar, UnitRange) == 0x000038, "Member 'USoundModulationParameterBipolar::UnitRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterVolume \ +static_assert(alignof(USoundModulationParameterVolume) == 0x000008, "Wrong alignment on USoundModulationParameterVolume"); \ +static_assert(sizeof(USoundModulationParameterVolume) == 0x000040, "Wrong size on USoundModulationParameterVolume"); \ +static_assert(offsetof(USoundModulationParameterVolume, MinVolume) == 0x000038, "Member 'USoundModulationParameterVolume::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationParameterAdditive \ +static_assert(alignof(USoundModulationParameterAdditive) == 0x000008, "Wrong alignment on USoundModulationParameterAdditive"); \ +static_assert(sizeof(USoundModulationParameterAdditive) == 0x000040, "Wrong size on USoundModulationParameterAdditive"); \ +static_assert(offsetof(USoundModulationParameterAdditive, UnitMin) == 0x000038, "Member 'USoundModulationParameterAdditive::UnitMin' has a wrong offset!"); \ +static_assert(offsetof(USoundModulationParameterAdditive, UnitMax) == 0x00003C, "Member 'USoundModulationParameterAdditive::UnitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundModulationPatch \ +static_assert(alignof(USoundModulationPatch) == 0x000008, "Wrong alignment on USoundModulationPatch"); \ +static_assert(sizeof(USoundModulationPatch) == 0x000050, "Wrong size on USoundModulationPatch"); \ +static_assert(offsetof(USoundModulationPatch, PatchSettings) == 0x000030, "Member 'USoundModulationPatch::PatchSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImagePlateParameters \ +static_assert(alignof(FImagePlateParameters) == 0x000008, "Wrong alignment on FImagePlateParameters"); \ +static_assert(sizeof(FImagePlateParameters) == 0x000048, "Wrong size on FImagePlateParameters"); \ +static_assert(offsetof(FImagePlateParameters, Material) == 0x000000, "Member 'FImagePlateParameters::Material' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, TextureParameterName) == 0x000008, "Member 'FImagePlateParameters::TextureParameterName' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, bFillScreen) == 0x000010, "Member 'FImagePlateParameters::bFillScreen' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, FillScreenAmount) == 0x000018, "Member 'FImagePlateParameters::FillScreenAmount' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, FixedSize) == 0x000028, "Member 'FImagePlateParameters::FixedSize' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, RenderTexture) == 0x000038, "Member 'FImagePlateParameters::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(FImagePlateParameters, DynamicMaterial) == 0x000040, "Member 'FImagePlateParameters::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AImagePlate \ +static_assert(alignof(AImagePlate) == 0x000008, "Wrong alignment on AImagePlate"); \ +static_assert(sizeof(AImagePlate) == 0x000298, "Wrong size on AImagePlate"); \ +static_assert(offsetof(AImagePlate, ImagePlate) == 0x000290, "Member 'AImagePlate::ImagePlate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImagePlateComponent_SetImagePlate \ +static_assert(alignof(ImagePlateComponent_SetImagePlate) == 0x000008, "Wrong alignment on ImagePlateComponent_SetImagePlate"); \ +static_assert(sizeof(ImagePlateComponent_SetImagePlate) == 0x000048, "Wrong size on ImagePlateComponent_SetImagePlate"); \ +static_assert(offsetof(ImagePlateComponent_SetImagePlate, Plate_0) == 0x000000, "Member 'ImagePlateComponent_SetImagePlate::Plate_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImagePlateComponent_GetPlate \ +static_assert(alignof(ImagePlateComponent_GetPlate) == 0x000008, "Wrong alignment on ImagePlateComponent_GetPlate"); \ +static_assert(sizeof(ImagePlateComponent_GetPlate) == 0x000048, "Wrong size on ImagePlateComponent_GetPlate"); \ +static_assert(offsetof(ImagePlateComponent_GetPlate, ReturnValue) == 0x000000, "Member 'ImagePlateComponent_GetPlate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImagePlateComponent \ +static_assert(alignof(UImagePlateComponent) == 0x000010, "Wrong alignment on UImagePlateComponent"); \ +static_assert(sizeof(UImagePlateComponent) == 0x000670, "Wrong size on UImagePlateComponent"); \ +static_assert(offsetof(UImagePlateComponent, Plate) == 0x000518, "Member 'UImagePlateComponent::Plate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImagePlateSettings \ +static_assert(alignof(UImagePlateSettings) == 0x000008, "Wrong alignment on UImagePlateSettings"); \ +static_assert(sizeof(UImagePlateSettings) == 0x000038, "Wrong size on UImagePlateSettings"); \ +static_assert(offsetof(UImagePlateSettings, ProxyName) == 0x000028, "Member 'UImagePlateSettings::ProxyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImagePlateFileSequence \ +static_assert(alignof(UImagePlateFileSequence) == 0x000008, "Wrong alignment on UImagePlateFileSequence"); \ +static_assert(sizeof(UImagePlateFileSequence) == 0x000050, "Wrong size on UImagePlateFileSequence"); \ +static_assert(offsetof(UImagePlateFileSequence, SequencePath) == 0x000028, "Member 'UImagePlateFileSequence::SequencePath' has a wrong offset!"); \ +static_assert(offsetof(UImagePlateFileSequence, FileWildcard) == 0x000038, "Member 'UImagePlateFileSequence::FileWildcard' has a wrong offset!"); \ +static_assert(offsetof(UImagePlateFileSequence, FrameRate) == 0x000048, "Member 'UImagePlateFileSequence::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImagePlateFrustumComponent \ +static_assert(alignof(UImagePlateFrustumComponent) == 0x000010, "Wrong alignment on UImagePlateFrustumComponent"); \ +static_assert(sizeof(UImagePlateFrustumComponent) == 0x000520, "Wrong size on UImagePlateFrustumComponent"); \ + +#define DUMPER7_ASSERTS_FSkinnedDecalData \ +static_assert(alignof(FSkinnedDecalData) == 0x000008, "Wrong alignment on FSkinnedDecalData"); \ +static_assert(sizeof(FSkinnedDecalData) == 0x000080, "Wrong size on FSkinnedDecalData"); \ +static_assert(offsetof(FSkinnedDecalData, Index) == 0x000000, "Member 'FSkinnedDecalData::Index' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalData, DecalLocation) == 0x000008, "Member 'FSkinnedDecalData::DecalLocation' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalData, BasisX) == 0x000020, "Member 'FSkinnedDecalData::BasisX' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalData, BasisY) == 0x000038, "Member 'FSkinnedDecalData::BasisY' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalData, BasisZ) == 0x000050, "Member 'FSkinnedDecalData::BasisZ' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalData, Info) == 0x000068, "Member 'FSkinnedDecalData::Info' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinnedDecalSamplerState \ +static_assert(alignof(FSkinnedDecalSamplerState) == 0x000008, "Wrong alignment on FSkinnedDecalSamplerState"); \ +static_assert(sizeof(FSkinnedDecalSamplerState) == 0x000078, "Wrong size on FSkinnedDecalSamplerState"); \ +static_assert(offsetof(FSkinnedDecalSamplerState, Decals) == 0x000000, "Member 'FSkinnedDecalSamplerState::Decals' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalSamplerState, DecalLocations) == 0x000050, "Member 'FSkinnedDecalSamplerState::DecalLocations' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalSamplerState, EmptyIndexes) == 0x000060, "Member 'FSkinnedDecalSamplerState::EmptyIndexes' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedDecalSamplerState, LastDecalIndex) == 0x000070, "Member 'FSkinnedDecalSamplerState::LastDecalIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalInstance_GetSampler \ +static_assert(alignof(SkinnedDecalInstance_GetSampler) == 0x000008, "Wrong alignment on SkinnedDecalInstance_GetSampler"); \ +static_assert(sizeof(SkinnedDecalInstance_GetSampler) == 0x000008, "Wrong size on SkinnedDecalInstance_GetSampler"); \ +static_assert(offsetof(SkinnedDecalInstance_GetSampler, ReturnValue) == 0x000000, "Member 'SkinnedDecalInstance_GetSampler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedDecalInstance \ +static_assert(alignof(USkinnedDecalInstance) == 0x000010, "Wrong alignment on USkinnedDecalInstance"); \ +static_assert(sizeof(USkinnedDecalInstance) == 0x000240, "Wrong size on USkinnedDecalInstance"); \ +static_assert(offsetof(USkinnedDecalInstance, Index_0) == 0x000230, "Member 'USkinnedDecalInstance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalInstance, SubUV) == 0x000234, "Member 'USkinnedDecalInstance::SubUV' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalInstance, Size) == 0x000238, "Member 'USkinnedDecalInstance::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedDecalSamplerSave \ +static_assert(alignof(USkinnedDecalSamplerSave) == 0x000008, "Wrong alignment on USkinnedDecalSamplerSave"); \ +static_assert(sizeof(USkinnedDecalSamplerSave) == 0x0000A0, "Wrong size on USkinnedDecalSamplerSave"); \ +static_assert(offsetof(USkinnedDecalSamplerSave, SamplerState) == 0x000028, "Member 'USkinnedDecalSamplerSave::SamplerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_CloneDecals \ +static_assert(alignof(SkinnedDecalSampler_CloneDecals) == 0x000008, "Wrong alignment on SkinnedDecalSampler_CloneDecals"); \ +static_assert(sizeof(SkinnedDecalSampler_CloneDecals) == 0x000008, "Wrong size on SkinnedDecalSampler_CloneDecals"); \ +static_assert(offsetof(SkinnedDecalSampler_CloneDecals, Source) == 0x000000, "Member 'SkinnedDecalSampler_CloneDecals::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_GetDataTarget \ +static_assert(alignof(SkinnedDecalSampler_GetDataTarget) == 0x000008, "Wrong alignment on SkinnedDecalSampler_GetDataTarget"); \ +static_assert(sizeof(SkinnedDecalSampler_GetDataTarget) == 0x000008, "Wrong size on SkinnedDecalSampler_GetDataTarget"); \ +static_assert(offsetof(SkinnedDecalSampler_GetDataTarget, ReturnValue) == 0x000000, "Member 'SkinnedDecalSampler_GetDataTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_GetSamplerState \ +static_assert(alignof(SkinnedDecalSampler_GetSamplerState) == 0x000008, "Wrong alignment on SkinnedDecalSampler_GetSamplerState"); \ +static_assert(sizeof(SkinnedDecalSampler_GetSamplerState) == 0x000078, "Wrong size on SkinnedDecalSampler_GetSamplerState"); \ +static_assert(offsetof(SkinnedDecalSampler_GetSamplerState, ReturnValue) == 0x000000, "Member 'SkinnedDecalSampler_GetSamplerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_LoadSampler \ +static_assert(alignof(SkinnedDecalSampler_LoadSampler) == 0x000008, "Wrong alignment on SkinnedDecalSampler_LoadSampler"); \ +static_assert(sizeof(SkinnedDecalSampler_LoadSampler) == 0x000018, "Wrong size on SkinnedDecalSampler_LoadSampler"); \ +static_assert(offsetof(SkinnedDecalSampler_LoadSampler, SlotName) == 0x000000, "Member 'SkinnedDecalSampler_LoadSampler::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_LoadSampler, UserIndex) == 0x000010, "Member 'SkinnedDecalSampler_LoadSampler::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_RemoveDecal \ +static_assert(alignof(SkinnedDecalSampler_RemoveDecal) == 0x000004, "Wrong alignment on SkinnedDecalSampler_RemoveDecal"); \ +static_assert(sizeof(SkinnedDecalSampler_RemoveDecal) == 0x000004, "Wrong size on SkinnedDecalSampler_RemoveDecal"); \ +static_assert(offsetof(SkinnedDecalSampler_RemoveDecal, Index_0) == 0x000000, "Member 'SkinnedDecalSampler_RemoveDecal::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SaveSampler \ +static_assert(alignof(SkinnedDecalSampler_SaveSampler) == 0x000008, "Wrong alignment on SkinnedDecalSampler_SaveSampler"); \ +static_assert(sizeof(SkinnedDecalSampler_SaveSampler) == 0x000018, "Wrong size on SkinnedDecalSampler_SaveSampler"); \ +static_assert(offsetof(SkinnedDecalSampler_SaveSampler, SlotName) == 0x000000, "Member 'SkinnedDecalSampler_SaveSampler::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SaveSampler, UserIndex) == 0x000010, "Member 'SkinnedDecalSampler_SaveSampler::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SetMeshComponent \ +static_assert(alignof(SkinnedDecalSampler_SetMeshComponent) == 0x000008, "Wrong alignment on SkinnedDecalSampler_SetMeshComponent"); \ +static_assert(sizeof(SkinnedDecalSampler_SetMeshComponent) == 0x000010, "Wrong size on SkinnedDecalSampler_SetMeshComponent"); \ +static_assert(offsetof(SkinnedDecalSampler_SetMeshComponent, MeshComponent) == 0x000000, "Member 'SkinnedDecalSampler_SetMeshComponent::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SetMeshComponent, Child) == 0x000008, "Member 'SkinnedDecalSampler_SetMeshComponent::Child' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SetSamplerState \ +static_assert(alignof(SkinnedDecalSampler_SetSamplerState) == 0x000008, "Wrong alignment on SkinnedDecalSampler_SetSamplerState"); \ +static_assert(sizeof(SkinnedDecalSampler_SetSamplerState) == 0x000078, "Wrong size on SkinnedDecalSampler_SetSamplerState"); \ +static_assert(offsetof(SkinnedDecalSampler_SetSamplerState, State) == 0x000000, "Member 'SkinnedDecalSampler_SetSamplerState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SetupComponentMaterials \ +static_assert(alignof(SkinnedDecalSampler_SetupComponentMaterials) == 0x000008, "Wrong alignment on SkinnedDecalSampler_SetupComponentMaterials"); \ +static_assert(sizeof(SkinnedDecalSampler_SetupComponentMaterials) == 0x000008, "Wrong size on SkinnedDecalSampler_SetupComponentMaterials"); \ +static_assert(offsetof(SkinnedDecalSampler_SetupComponentMaterials, Component) == 0x000000, "Member 'SkinnedDecalSampler_SetupComponentMaterials::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SpawnDecal \ +static_assert(alignof(SkinnedDecalSampler_SpawnDecal) == 0x000010, "Wrong alignment on SkinnedDecalSampler_SpawnDecal"); \ +static_assert(sizeof(SkinnedDecalSampler_SpawnDecal) == 0x000060, "Wrong size on SkinnedDecalSampler_SpawnDecal"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, Location) == 0x000000, "Member 'SkinnedDecalSampler_SpawnDecal::Location' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, Rotation) == 0x000020, "Member 'SkinnedDecalSampler_SpawnDecal::Rotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, BoneName) == 0x000040, "Member 'SkinnedDecalSampler_SpawnDecal::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, Size) == 0x000048, "Member 'SkinnedDecalSampler_SpawnDecal::Size' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, SubUV) == 0x00004C, "Member 'SkinnedDecalSampler_SpawnDecal::SubUV' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, Index_0) == 0x000050, "Member 'SkinnedDecalSampler_SpawnDecal::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecal, ReturnValue) == 0x000054, "Member 'SkinnedDecalSampler_SpawnDecal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_SpawnDecalFromData \ +static_assert(alignof(SkinnedDecalSampler_SpawnDecalFromData) == 0x000008, "Wrong alignment on SkinnedDecalSampler_SpawnDecalFromData"); \ +static_assert(sizeof(SkinnedDecalSampler_SpawnDecalFromData) == 0x000080, "Wrong size on SkinnedDecalSampler_SpawnDecalFromData"); \ +static_assert(offsetof(SkinnedDecalSampler_SpawnDecalFromData, Data) == 0x000000, "Member 'SkinnedDecalSampler_SpawnDecalFromData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedDecalSampler_UpdateInstance \ +static_assert(alignof(SkinnedDecalSampler_UpdateInstance) == 0x000008, "Wrong alignment on SkinnedDecalSampler_UpdateInstance"); \ +static_assert(sizeof(SkinnedDecalSampler_UpdateInstance) == 0x000008, "Wrong size on SkinnedDecalSampler_UpdateInstance"); \ +static_assert(offsetof(SkinnedDecalSampler_UpdateInstance, Instance) == 0x000000, "Member 'SkinnedDecalSampler_UpdateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedDecalSampler \ +static_assert(alignof(USkinnedDecalSampler) == 0x000008, "Wrong alignment on USkinnedDecalSampler"); \ +static_assert(sizeof(USkinnedDecalSampler) == 0x0001E8, "Wrong size on USkinnedDecalSampler"); \ +static_assert(offsetof(USkinnedDecalSampler, Mesh) == 0x0000A0, "Member 'USkinnedDecalSampler::Mesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, MaxDecals) == 0x0000A8, "Member 'USkinnedDecalSampler::MaxDecals' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, MinDecalDistance) == 0x0000AC, "Member 'USkinnedDecalSampler::MinDecalDistance' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, BlendMode) == 0x0000B0, "Member 'USkinnedDecalSampler::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, OverlayBlendMaterial) == 0x0000B8, "Member 'USkinnedDecalSampler::OverlayBlendMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, LayerIndex) == 0x0000E0, "Member 'USkinnedDecalSampler::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, Association) == 0x0000E4, "Member 'USkinnedDecalSampler::Association' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, AdditionalData) == 0x0000E5, "Member 'USkinnedDecalSampler::AdditionalData' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, Materials) == 0x0000E8, "Member 'USkinnedDecalSampler::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, EnableSaveGame) == 0x0000F8, "Member 'USkinnedDecalSampler::EnableSaveGame' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, InstanceMap) == 0x000100, "Member 'USkinnedDecalSampler::InstanceMap' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, OverlayBlendMaterialDynamic) == 0x000150, "Member 'USkinnedDecalSampler::OverlayBlendMaterialDynamic' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, RenderMeshes) == 0x000158, "Member 'USkinnedDecalSampler::RenderMeshes' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, DataTarget) == 0x000168, "Member 'USkinnedDecalSampler::DataTarget' has a wrong offset!"); \ +static_assert(offsetof(USkinnedDecalSampler, SamplerState) == 0x000170, "Member 'USkinnedDecalSampler::SamplerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenSpaceFogScatteringSubsystem \ +static_assert(alignof(UScreenSpaceFogScatteringSubsystem) == 0x000008, "Wrong alignment on UScreenSpaceFogScatteringSubsystem"); \ +static_assert(sizeof(UScreenSpaceFogScatteringSubsystem) == 0x000040, "Wrong size on UScreenSpaceFogScatteringSubsystem"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_GetWorldAudioComponent \ +static_assert(alignof(BP_FL_AudioHelpers_C_GetWorldAudioComponent) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_GetWorldAudioComponent"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_GetWorldAudioComponent) == 0x000028, "Wrong size on BP_FL_AudioHelpers_C_GetWorldAudioComponent"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetWorldAudioComponent, __WorldContext) == 0x000000, "Member 'BP_FL_AudioHelpers_C_GetWorldAudioComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetWorldAudioComponent, WorldAudioComponent) == 0x000008, "Member 'BP_FL_AudioHelpers_C_GetWorldAudioComponent::WorldAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetWorldAudioComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_FL_AudioHelpers_C_GetWorldAudioComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetWorldAudioComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_FL_AudioHelpers_C_GetWorldAudioComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetWorldAudioComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FL_AudioHelpers_C_GetWorldAudioComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters \ +static_assert(alignof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters) == 0x000020, "Wrong size on BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, AmbienceParameters) == 0x000000, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::AmbienceParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, __WorldContext) == 0x000010, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, IsValid) == 0x000018, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_FL_AudioHelpers_C_ValidateRangedAmbienceParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_GetInteractiveMusicSystem \ +static_assert(alignof(BP_FL_AudioHelpers_C_GetInteractiveMusicSystem) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_GetInteractiveMusicSystem"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_GetInteractiveMusicSystem) == 0x000018, "Wrong size on BP_FL_AudioHelpers_C_GetInteractiveMusicSystem"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetInteractiveMusicSystem, __WorldContext) == 0x000000, "Member 'BP_FL_AudioHelpers_C_GetInteractiveMusicSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetInteractiveMusicSystem, InteractiveMusicSystem) == 0x000008, "Member 'BP_FL_AudioHelpers_C_GetInteractiveMusicSystem::InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetInteractiveMusicSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_FL_AudioHelpers_C_GetInteractiveMusicSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_GetPlayerAudioLocation \ +static_assert(alignof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_GetPlayerAudioLocation"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation) == 0x000068, "Wrong size on BP_FL_AudioHelpers_C_GetPlayerAudioLocation"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, __WorldContext) == 0x000000, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, ReturnValue) == 0x000008, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000020, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, CallFunc_GetPlayerPawn_ReturnValue) == 0x000028, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, CallFunc_GetCameraLocation_ReturnValue) == 0x000030, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetPlayerAudioLocation, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_FL_AudioHelpers_C_GetPlayerAudioLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_StartTimer \ +static_assert(alignof(BP_FL_AudioHelpers_C_StartTimer) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_StartTimer"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_StartTimer) == 0x000078, "Wrong size on BP_FL_AudioHelpers_C_StartTimer"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, SoundData) == 0x000000, "Member 'BP_FL_AudioHelpers_C_StartTimer::SoundData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, Event) == 0x000030, "Member 'BP_FL_AudioHelpers_C_StartTimer::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, __WorldContext) == 0x000040, "Member 'BP_FL_AudioHelpers_C_StartTimer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000048, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_RandomFloatInRange_ReturnValue) == 0x000058, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_StartTimer, CallFunc_SetTimerDelegate_Time_ImplicitCast) == 0x000070, "Member 'BP_FL_AudioHelpers_C_StartTimer::CallFunc_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_ApplySlidingWindow \ +static_assert(alignof(BP_FL_AudioHelpers_C_ApplySlidingWindow) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_ApplySlidingWindow"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_ApplySlidingWindow) == 0x000088, "Wrong size on BP_FL_AudioHelpers_C_ApplySlidingWindow"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, SoundData) == 0x000000, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::SoundData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, PlayedSound) == 0x000030, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::PlayedSound' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, __WorldContext) == 0x000038, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, Temp_wildcard_Variable) == 0x000040, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000044, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Find_ReturnValue) == 0x000060, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Find_ReturnValue_1) == 0x000068, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, Temp_wildcard_Variable_1) == 0x00006C, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000071, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Get_Item_2) == 0x000078, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Array_Add_ReturnValue_1) == 0x000080, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ApplySlidingWindow, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_FL_AudioHelpers_C_ApplySlidingWindow::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters \ +static_assert(alignof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters) == 0x000028, "Wrong size on BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, Parameters) == 0x000000, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, __WorldContext) == 0x000018, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, IsValid) == 0x000020, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, CallFunc_IsNameValid_ReturnValue) == 0x000023, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'BP_FL_AudioHelpers_C_ValidateInteractiveMusicParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner \ +static_assert(alignof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner) == 0x000008, "Wrong alignment on BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner"); \ +static_assert(sizeof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner) == 0x000058, "Wrong size on BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, AudioComponent) == 0x000000, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, __WorldContext) == 0x000008, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, FoleyLowCut) == 0x000010, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::FoleyLowCut' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, FoleyVolume) == 0x000018, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::FoleyVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, CallFunc_GetVelocity_ReturnValue) == 0x000028, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, CallFunc_VSize_ReturnValue) == 0x000040, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, CallFunc_MapRangeClamped_ReturnValue) == 0x000048, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000050, "Member 'BP_FL_AudioHelpers_C_GetFoleyAudioValuesFromOwner::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_AudioHelpers_C \ +static_assert(alignof(UBP_FL_AudioHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_AudioHelpers_C"); \ +static_assert(sizeof(UBP_FL_AudioHelpers_C) == 0x000028, "Wrong size on UBP_FL_AudioHelpers_C"); \ + +#define DUMPER7_ASSERTS_FStateTreeAITaskBase \ +static_assert(alignof(FStateTreeAITaskBase) == 0x000008, "Wrong alignment on FStateTreeAITaskBase"); \ +static_assert(sizeof(FStateTreeAITaskBase) == 0x000028, "Wrong size on FStateTreeAITaskBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeAIActionTaskBase \ +static_assert(alignof(FStateTreeAIActionTaskBase) == 0x000008, "Wrong alignment on FStateTreeAIActionTaskBase"); \ +static_assert(sizeof(FStateTreeAIActionTaskBase) == 0x000028, "Wrong size on FStateTreeAIActionTaskBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeMoveToTaskInstanceData \ +static_assert(alignof(FStateTreeMoveToTaskInstanceData) == 0x000008, "Wrong alignment on FStateTreeMoveToTaskInstanceData"); \ +static_assert(sizeof(FStateTreeMoveToTaskInstanceData) == 0x000058, "Wrong size on FStateTreeMoveToTaskInstanceData"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, AIController) == 0x000000, "Member 'FStateTreeMoveToTaskInstanceData::AIController' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, Destination) == 0x000008, "Member 'FStateTreeMoveToTaskInstanceData::Destination' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, TargetActor) == 0x000020, "Member 'FStateTreeMoveToTaskInstanceData::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, AcceptableRadius) == 0x000028, "Member 'FStateTreeMoveToTaskInstanceData::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, DestinationMoveTolerance) == 0x00002C, "Member 'FStateTreeMoveToTaskInstanceData::DestinationMoveTolerance' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, FilterClass) == 0x000030, "Member 'FStateTreeMoveToTaskInstanceData::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bAllowStrafe) == 0x000038, "Member 'FStateTreeMoveToTaskInstanceData::bAllowStrafe' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bAllowPartialPath) == 0x000039, "Member 'FStateTreeMoveToTaskInstanceData::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bTrackMovingGoal) == 0x00003A, "Member 'FStateTreeMoveToTaskInstanceData::bTrackMovingGoal' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bRequireNavigableEndLocation) == 0x00003B, "Member 'FStateTreeMoveToTaskInstanceData::bRequireNavigableEndLocation' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bProjectGoalLocation) == 0x00003C, "Member 'FStateTreeMoveToTaskInstanceData::bProjectGoalLocation' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bReachTestIncludesAgentRadius) == 0x00003D, "Member 'FStateTreeMoveToTaskInstanceData::bReachTestIncludesAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, bReachTestIncludesGoalRadius) == 0x00003E, "Member 'FStateTreeMoveToTaskInstanceData::bReachTestIncludesGoalRadius' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, MoveToTask) == 0x000040, "Member 'FStateTreeMoveToTaskInstanceData::MoveToTask' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMoveToTaskInstanceData, TaskOwner) == 0x000048, "Member 'FStateTreeMoveToTaskInstanceData::TaskOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeMoveToTask \ +static_assert(alignof(FStateTreeMoveToTask) == 0x000008, "Wrong alignment on FStateTreeMoveToTask"); \ +static_assert(sizeof(FStateTreeMoveToTask) == 0x000028, "Wrong size on FStateTreeMoveToTask"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunDynamicStateTree \ +static_assert(alignof(UBTTask_RunDynamicStateTree) == 0x000008, "Wrong alignment on UBTTask_RunDynamicStateTree"); \ +static_assert(sizeof(UBTTask_RunDynamicStateTree) == 0x0000C8, "Wrong size on UBTTask_RunDynamicStateTree"); \ +static_assert(offsetof(UBTTask_RunDynamicStateTree, StateTreeRef) == 0x000070, "Member 'UBTTask_RunDynamicStateTree::StateTreeRef' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunDynamicStateTree, InstanceData) == 0x000098, "Member 'UBTTask_RunDynamicStateTree::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunDynamicStateTree, InjectionTag) == 0x0000A8, "Member 'UBTTask_RunDynamicStateTree::InjectionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunStateTree \ +static_assert(alignof(UBTTask_RunStateTree) == 0x000008, "Wrong alignment on UBTTask_RunStateTree"); \ +static_assert(sizeof(UBTTask_RunStateTree) == 0x0000B8, "Wrong size on UBTTask_RunStateTree"); \ +static_assert(offsetof(UBTTask_RunStateTree, StateTreeRef) == 0x000078, "Member 'UBTTask_RunStateTree::StateTreeRef' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunStateTree, InstanceData) == 0x0000A0, "Member 'UBTTask_RunStateTree::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunStateTree, Interval) == 0x0000B0, "Member 'UBTTask_RunStateTree::Interval' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunStateTree, RandomDeviation) == 0x0000B4, "Member 'UBTTask_RunStateTree::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeComponent_SendStateTreeEvent \ +static_assert(alignof(StateTreeComponent_SendStateTreeEvent) == 0x000008, "Wrong alignment on StateTreeComponent_SendStateTreeEvent"); \ +static_assert(sizeof(StateTreeComponent_SendStateTreeEvent) == 0x000020, "Wrong size on StateTreeComponent_SendStateTreeEvent"); \ +static_assert(offsetof(StateTreeComponent_SendStateTreeEvent, Event) == 0x000000, "Member 'StateTreeComponent_SendStateTreeEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeComponent_SetStartLogicAutomatically \ +static_assert(alignof(StateTreeComponent_SetStartLogicAutomatically) == 0x000001, "Wrong alignment on StateTreeComponent_SetStartLogicAutomatically"); \ +static_assert(sizeof(StateTreeComponent_SetStartLogicAutomatically) == 0x000001, "Wrong size on StateTreeComponent_SetStartLogicAutomatically"); \ +static_assert(offsetof(StateTreeComponent_SetStartLogicAutomatically, bInStartLogicAutomatically) == 0x000000, "Member 'StateTreeComponent_SetStartLogicAutomatically::bInStartLogicAutomatically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeComponent_GetStateTreeRunStatus \ +static_assert(alignof(StateTreeComponent_GetStateTreeRunStatus) == 0x000001, "Wrong alignment on StateTreeComponent_GetStateTreeRunStatus"); \ +static_assert(sizeof(StateTreeComponent_GetStateTreeRunStatus) == 0x000001, "Wrong size on StateTreeComponent_GetStateTreeRunStatus"); \ +static_assert(offsetof(StateTreeComponent_GetStateTreeRunStatus, ReturnValue) == 0x000000, "Member 'StateTreeComponent_GetStateTreeRunStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeComponent \ +static_assert(alignof(UStateTreeComponent) == 0x000008, "Wrong alignment on UStateTreeComponent"); \ +static_assert(sizeof(UStateTreeComponent) == 0x000160, "Wrong size on UStateTreeComponent"); \ +static_assert(offsetof(UStateTreeComponent, OnStateTreeRunStatusChanged) == 0x000108, "Member 'UStateTreeComponent::OnStateTreeRunStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeComponent, StateTreeRef) == 0x000118, "Member 'UStateTreeComponent::StateTreeRef' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeComponent, bStartLogicAutomatically) == 0x000140, "Member 'UStateTreeComponent::bStartLogicAutomatically' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeComponent, InstanceData) == 0x000148, "Member 'UStateTreeComponent::InstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeAIComponent \ +static_assert(alignof(UStateTreeAIComponent) == 0x000008, "Wrong alignment on UStateTreeAIComponent"); \ +static_assert(sizeof(UStateTreeAIComponent) == 0x000160, "Wrong size on UStateTreeAIComponent"); \ + +#define DUMPER7_ASSERTS_UStateTreeComponentSchema \ +static_assert(alignof(UStateTreeComponentSchema) == 0x000008, "Wrong alignment on UStateTreeComponentSchema"); \ +static_assert(sizeof(UStateTreeComponentSchema) == 0x000058, "Wrong size on UStateTreeComponentSchema"); \ +static_assert(offsetof(UStateTreeComponentSchema, ContextActorClass) == 0x000028, "Member 'UStateTreeComponentSchema::ContextActorClass' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeComponentSchema, ContextActorDataDesc) == 0x000030, "Member 'UStateTreeComponentSchema::ContextActorDataDesc' has a wrong offset!"); \ +static_assert(offsetof(UStateTreeComponentSchema, ContextDataDescs) == 0x000048, "Member 'UStateTreeComponentSchema::ContextDataDescs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeAIComponentSchema \ +static_assert(alignof(UStateTreeAIComponentSchema) == 0x000008, "Wrong alignment on UStateTreeAIComponentSchema"); \ +static_assert(sizeof(UStateTreeAIComponentSchema) == 0x000060, "Wrong size on UStateTreeAIComponentSchema"); \ +static_assert(offsetof(UStateTreeAIComponentSchema, AIControllerClass) == 0x000058, "Member 'UStateTreeAIComponentSchema::AIControllerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_CanInteractWithMount \ +static_assert(alignof(BP_EnviroDestructible_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_EnviroDestructible_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_EnviroDestructible_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_EnviroDestructible_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_EnviroDestructible_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible \ +static_assert(alignof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible"); \ +static_assert(sizeof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible) == 0x000128, "Wrong size on BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, EntryPoint) == 0x000000, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_PlayerCharacterWorld) == 0x000008, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_HitLocation) == 0x000010, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_IsDisabled) == 0x000028, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, Temp_object_Variable) == 0x000030, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_InteractingWorldCharacter) == 0x000038, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_Instant) == 0x000040, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_InteractionState) == 0x000041, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_BattleState) == 0x000042, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_GetGameInstance_ReturnValue) == 0x000048, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000050, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_Map_Find_Value) == 0x000059, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_Map_Find_ReturnValue) == 0x00005A, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000060, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000068, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_NotEqual_NameName_ReturnValue) == 0x000071, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_GetGameInstance_ReturnValue_1) == 0x000078, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1) == 0x000080, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000090, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_PlayerCharacter) == 0x000108, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible, K2Node_Event_ImpactPoint) == 0x000110, "Member 'BP_EnviroDestructible_C_ExecuteUbergraph_BP_EnviroDestructible::K2Node_Event_ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_ExplorationAttacked \ +static_assert(alignof(BP_EnviroDestructible_C_ExplorationAttacked) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_ExplorationAttacked"); \ +static_assert(sizeof(BP_EnviroDestructible_C_ExplorationAttacked) == 0x000020, "Wrong size on BP_EnviroDestructible_C_ExplorationAttacked"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExplorationAttacked, PlayerCharacter) == 0x000000, "Member 'BP_EnviroDestructible_C_ExplorationAttacked::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ExplorationAttacked, ImpactPoint) == 0x000008, "Member 'BP_EnviroDestructible_C_ExplorationAttacked::ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_FindDuplicateID_Chest \ +static_assert(alignof(BP_EnviroDestructible_C_FindDuplicateID_Chest) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_FindDuplicateID_Chest"); \ +static_assert(sizeof(BP_EnviroDestructible_C_FindDuplicateID_Chest) == 0x000068, "Wrong size on BP_EnviroDestructible_C_FindDuplicateID_Chest"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00003C, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003E, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_BooleanAND_ReturnValue) == 0x00003F, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000040, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_Less_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Chest, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000061, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Chest::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_FindDuplicateID_Destructible \ +static_assert(alignof(BP_EnviroDestructible_C_FindDuplicateID_Destructible) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_FindDuplicateID_Destructible"); \ +static_assert(sizeof(BP_EnviroDestructible_C_FindDuplicateID_Destructible) == 0x000038, "Wrong size on BP_EnviroDestructible_C_FindDuplicateID_Destructible"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000031, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000032, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FindDuplicateID_Destructible, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BP_EnviroDestructible_C_FindDuplicateID_Destructible::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_FreeAimHit \ +static_assert(alignof(BP_EnviroDestructible_C_FreeAimHit) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_FreeAimHit"); \ +static_assert(sizeof(BP_EnviroDestructible_C_FreeAimHit) == 0x000028, "Wrong size on BP_EnviroDestructible_C_FreeAimHit"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FreeAimHit, PlayerCharacterWorld) == 0x000000, "Member 'BP_EnviroDestructible_C_FreeAimHit::PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FreeAimHit, HitLocation) == 0x000008, "Member 'BP_EnviroDestructible_C_FreeAimHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_FreeAimHit, IsDisabled) == 0x000020, "Member 'BP_EnviroDestructible_C_FreeAimHit::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_GetInteractionPromptParams \ +static_assert(alignof(BP_EnviroDestructible_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_EnviroDestructible_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_EnviroDestructible_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_EnviroDestructible_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_GetInteractionState \ +static_assert(alignof(BP_EnviroDestructible_C_GetInteractionState) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_GetInteractionState"); \ +static_assert(sizeof(BP_EnviroDestructible_C_GetInteractionState) == 0x000020, "Wrong size on BP_EnviroDestructible_C_GetInteractionState"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, InteractionState) == 0x000000, "Member 'BP_EnviroDestructible_C_GetInteractionState::InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_C_GetInteractionState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000010, "Member 'BP_EnviroDestructible_C_GetInteractionState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_EnviroDestructible_C_GetInteractionState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, CallFunc_Map_Find_Value) == 0x000019, "Member 'BP_EnviroDestructible_C_GetInteractionState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, CallFunc_Map_Find_ReturnValue) == 0x00001A, "Member 'BP_EnviroDestructible_C_GetInteractionState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionState, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_EnviroDestructible_C_GetInteractionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_IsFreeAimTargetDisabled \ +static_assert(alignof(BP_EnviroDestructible_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_IsFreeAimTargetDisabled"); \ +static_assert(sizeof(BP_EnviroDestructible_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong size on BP_EnviroDestructible_C_IsFreeAimTargetDisabled"); \ +static_assert(offsetof(BP_EnviroDestructible_C_IsFreeAimTargetDisabled, IsDisabled) == 0x000000, "Member 'BP_EnviroDestructible_C_IsFreeAimTargetDisabled::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_IsInteractionAvailable \ +static_assert(alignof(BP_EnviroDestructible_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_EnviroDestructible_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_EnviroDestructible_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_EnviroDestructible_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_EnviroDestructible_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_IsInteractionDone \ +static_assert(alignof(BP_EnviroDestructible_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_IsInteractionDone"); \ +static_assert(sizeof(BP_EnviroDestructible_C_IsInteractionDone) == 0x000001, "Wrong size on BP_EnviroDestructible_C_IsInteractionDone"); \ +static_assert(offsetof(BP_EnviroDestructible_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_EnviroDestructible_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_EnviroDestructible_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_EnviroDestructible_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_EnviroDestructible_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_EnviroDestructible_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_EnviroDestructible_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_OnInteractionRequested \ +static_assert(alignof(BP_EnviroDestructible_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_EnviroDestructible_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_EnviroDestructible_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_EnviroDestructible_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_EnviroDestructible_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_EnviroDestructible_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_EnviroDestructible_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_EnviroDestructible_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_EnviroDestructible_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_EnviroDestructible_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_EnviroDestructible_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_SetInteractionState \ +static_assert(alignof(BP_EnviroDestructible_C_SetInteractionState) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_SetInteractionState"); \ +static_assert(sizeof(BP_EnviroDestructible_C_SetInteractionState) == 0x000020, "Wrong size on BP_EnviroDestructible_C_SetInteractionState"); \ +static_assert(offsetof(BP_EnviroDestructible_C_SetInteractionState, Value) == 0x000000, "Member 'BP_EnviroDestructible_C_SetInteractionState::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_SetInteractionState, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_C_SetInteractionState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_SetInteractionState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000010, "Member 'BP_EnviroDestructible_C_SetInteractionState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_SetInteractionState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_EnviroDestructible_C_SetInteractionState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_EnviroDestructible_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_EnviroDestructible_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_EnviroDestructible_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_EnviroDestructible_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_EnviroDestructible_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_UserConstructionScript \ +static_assert(alignof(BP_EnviroDestructible_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EnviroDestructible_C_UserConstructionScript) == 0x000088, "Wrong size on BP_EnviroDestructible_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_FindDuplicateID_Chest_ReturnValue) == 0x000001, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_FindDuplicateID_Chest_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x000002, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000003, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_NewGuid_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_FindDuplicateID_Destructible_ReturnValue) == 0x000018, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_FindDuplicateID_Destructible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Conv_GuidToString_ReturnValue) == 0x000020, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000040, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Conv_StringToName_ReturnValue) == 0x000044, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_1) == 0x00004C, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_NewGuid_ReturnValue_1) == 0x000050, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_NewGuid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Conv_GuidToString_ReturnValue_1) == 0x000060, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Conv_GuidToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_C_UserConstructionScript, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000080, "Member 'BP_EnviroDestructible_C_UserConstructionScript::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_EnviroDestructible_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_EnviroDestructible_C_GetInteractionFeedbackLocation) == 0x000018, "Wrong size on BP_EnviroDestructible_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_EnviroDestructible_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_C_GetInteractionLocation \ +static_assert(alignof(BP_EnviroDestructible_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_EnviroDestructible_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_EnviroDestructible_C_GetInteractionLocation) == 0x000018, "Wrong size on BP_EnviroDestructible_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_EnviroDestructible_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_EnviroDestructible_C_GetInteractionLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_C \ +static_assert(alignof(ABP_EnviroDestructible_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_C) == 0x0002C0, "Wrong size on ABP_EnviroDestructible_C"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, UberGraphFrame) == 0x000290, "Member 'ABP_EnviroDestructible_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_EnviroDestructible_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, ObjectGlobalID) == 0x0002A0, "Member 'ABP_EnviroDestructible_C::ObjectGlobalID' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, ChestID) == 0x0002A8, "Member 'ABP_EnviroDestructible_C::ChestID' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, As_BP_J_RPG_Character_World) == 0x0002B0, "Member 'ABP_EnviroDestructible_C::As_BP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, DoesntRespawnIfInteracted) == 0x0002B8, "Member 'ABP_EnviroDestructible_C::DoesntRespawnIfInteracted' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, IsInteractionStatePersistent) == 0x0002B9, "Member 'ABP_EnviroDestructible_C::IsInteractionStatePersistent' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, HasBeenInteractedWith) == 0x0002BA, "Member 'ABP_EnviroDestructible_C::HasBeenInteractedWith' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_C, ShouldRegisterInSave) == 0x0002BB, "Member 'ABP_EnviroDestructible_C::ShouldRegisterInSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogCondition_Struct \ +static_assert(alignof(FDialogCondition_Struct) == 0x000008, "Wrong alignment on FDialogCondition_Struct"); \ +static_assert(sizeof(FDialogCondition_Struct) == 0x000020, "Wrong size on FDialogCondition_Struct"); \ +static_assert(offsetof(FDialogCondition_Struct, Datatable_3_6C1AA10648E0F37B0BB805983B9E215B) == 0x000000, "Member 'FDialogCondition_Struct::Datatable_3_6C1AA10648E0F37B0BB805983B9E215B' has a wrong offset!"); \ +static_assert(offsetof(FDialogCondition_Struct, DataTableRowId_11_96735675403AB004A58FDC97F8068FFF) == 0x000008, "Member 'FDialogCondition_Struct::DataTableRowId_11_96735675403AB004A58FDC97F8068FFF' has a wrong offset!"); \ +static_assert(offsetof(FDialogCondition_Struct, Interaction_12_D79DAC344C7888A7C7C0D89020DB7807) == 0x000010, "Member 'FDialogCondition_Struct::Interaction_12_D79DAC344C7888A7C7C0D89020DB7807' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySourceItemId \ +static_assert(alignof(FDataRegistrySourceItemId) == 0x000008, "Wrong alignment on FDataRegistrySourceItemId"); \ +static_assert(sizeof(FDataRegistrySourceItemId) == 0x000040, "Wrong size on FDataRegistrySourceItemId"); \ + +#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_FDataRegistryType \ +static_assert(alignof(FDataRegistryType) == 0x000004, "Wrong alignment on FDataRegistryType"); \ +static_assert(sizeof(FDataRegistryType) == 0x000008, "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) == 0x000010, "Wrong size on FDataRegistryId"); \ +static_assert(offsetof(FDataRegistryId, RegistryType) == 0x000000, "Member 'FDataRegistryId::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryId, ItemName) == 0x000008, "Member 'FDataRegistryId::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryIdFormat \ +static_assert(alignof(FDataRegistryIdFormat) == 0x000004, "Wrong alignment on FDataRegistryIdFormat"); \ +static_assert(sizeof(FDataRegistryIdFormat) == 0x000008, "Wrong size on FDataRegistryIdFormat"); \ +static_assert(offsetof(FDataRegistryIdFormat, BaseGameplayTag) == 0x000000, "Member 'FDataRegistryIdFormat::BaseGameplayTag' 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_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_UDataRegistrySettings \ +static_assert(alignof(UDataRegistrySettings) == 0x000008, "Wrong alignment on UDataRegistrySettings"); \ +static_assert(sizeof(UDataRegistrySettings) == 0x000050, "Wrong size on UDataRegistrySettings"); \ +static_assert(offsetof(UDataRegistrySettings, DirectoriesToScan) == 0x000038, "Member 'UDataRegistrySettings::DirectoriesToScan' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bInitializeAllLoadedRegistries) == 0x000048, "Member 'UDataRegistrySettings::bInitializeAllLoadedRegistries' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bIgnoreMissingCookedAssetRegistryData) == 0x000049, "Member 'UDataRegistrySettings::bIgnoreMissingCookedAssetRegistryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistry \ +static_assert(alignof(UDataRegistry) == 0x000008, "Wrong alignment on UDataRegistry"); \ +static_assert(sizeof(UDataRegistry) == 0x0000C0, "Wrong size on UDataRegistry"); \ +static_assert(offsetof(UDataRegistry, RegistryType) == 0x000028, "Member 'UDataRegistry::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, IdFormat) == 0x000030, "Member 'UDataRegistry::IdFormat' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, ItemStruct) == 0x000038, "Member 'UDataRegistry::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DataSources) == 0x000040, "Member 'UDataRegistry::DataSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, RuntimeSources) == 0x000050, "Member 'UDataRegistry::RuntimeSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, TimerUpdateFrequency) == 0x000060, "Member 'UDataRegistry::TimerUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DefaultCachePolicy) == 0x000064, "Member 'UDataRegistry::DefaultCachePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource \ +static_assert(alignof(UDataRegistrySource) == 0x000008, "Wrong alignment on UDataRegistrySource"); \ +static_assert(sizeof(UDataRegistrySource) == 0x000038, "Wrong size on UDataRegistrySource"); \ +static_assert(offsetof(UDataRegistrySource, ParentSource) == 0x000030, "Member 'UDataRegistrySource::ParentSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource \ +static_assert(alignof(UMetaDataRegistrySource) == 0x000008, "Wrong alignment on UMetaDataRegistrySource"); \ +static_assert(sizeof(UMetaDataRegistrySource) == 0x000108, "Wrong size on UMetaDataRegistrySource"); \ +static_assert(offsetof(UMetaDataRegistrySource, AssetUsage) == 0x000038, "Member 'UMetaDataRegistrySource::AssetUsage' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, SearchRules) == 0x000040, "Member 'UMetaDataRegistrySource::SearchRules' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, RuntimeChildren) == 0x000090, "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) == 0x0000A0, "Wrong size on UDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_CurveTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_CurveTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, PreloadTable) == 0x000070, "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) == 0x000118, "Wrong size on UMetaDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_CurveTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_CurveTable::TableRules' 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) == 0x0000A0, "Wrong size on UDataRegistrySource_DataTable"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_DataTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_DataTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_DataTable::PreloadTable' 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) == 0x000118, "Wrong size on UMetaDataRegistrySource_DataTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_DataTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, TableRules) == 0x000110, "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) == 0x000024, "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) == 0x000010, "Member 'DataRegistrySubsystem_AcquireItemBP::AcquireCallback' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ReturnValue) == 0x000020, "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) == 0x000020, "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) == 0x000010, "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) == 0x000018, "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) == 0x000008, "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) == 0x000024, "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) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, ReturnValue) == 0x000020, "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) == 0x000014, "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) == 0x000008, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, ReturnValue) == 0x000010, "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) == 0x000020, "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) == 0x000010, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::InputValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, DefaultValue) == 0x000014, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutResult) == 0x000018, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutValue) == 0x00001C, "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) == 0x000020, "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) == 0x000010, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutItem) == 0x000018, "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) == 0x000020, "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) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ReturnValue) == 0x000018, "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) == 0x000040, "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) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, OutItem) == 0x000030, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ReturnValue) == 0x000038, "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) == 0x000014, "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) == 0x000010, "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) == 0x00000C, "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) == 0x000008, "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) == 0x000024, "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) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, ReturnValue) == 0x000020, "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) == 0x000014, "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) == 0x000008, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, ReturnValue) == 0x000010, "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) == 0x0000E0, "Wrong size on UDataRegistrySubsystem"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameModeHelpers_C_GetWorldInfoComponent \ +static_assert(alignof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent) == 0x000008, "Wrong alignment on BP_FL_GameModeHelpers_C_GetWorldInfoComponent"); \ +static_assert(sizeof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent) == 0x000020, "Wrong size on BP_FL_GameModeHelpers_C_GetWorldInfoComponent"); \ +static_assert(offsetof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent, __WorldContext) == 0x000000, "Member 'BP_FL_GameModeHelpers_C_GetWorldInfoComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent, ReturnValue) == 0x000008, "Member 'BP_FL_GameModeHelpers_C_GetWorldInfoComponent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent, CallFunc_GetGameMode_ReturnValue) == 0x000010, "Member 'BP_FL_GameModeHelpers_C_GetWorldInfoComponent::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameModeHelpers_C_GetWorldInfoComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_FL_GameModeHelpers_C_GetWorldInfoComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_GameModeHelpers_C \ +static_assert(alignof(UBP_FL_GameModeHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_GameModeHelpers_C"); \ +static_assert(sizeof(UBP_FL_GameModeHelpers_C) == 0x000028, "Wrong size on UBP_FL_GameModeHelpers_C"); \ + +#define DUMPER7_ASSERTS_FTargetingRequestHandle \ +static_assert(alignof(FTargetingRequestHandle) == 0x000004, "Wrong alignment on FTargetingRequestHandle"); \ +static_assert(sizeof(FTargetingRequestHandle) == 0x000004, "Wrong size on FTargetingRequestHandle"); \ + +#define DUMPER7_ASSERTS_FCollisionQueryTaskData \ +static_assert(alignof(FCollisionQueryTaskData) == 0x000008, "Wrong alignment on FCollisionQueryTaskData"); \ +static_assert(sizeof(FCollisionQueryTaskData) == 0x000010, "Wrong size on FCollisionQueryTaskData"); \ +static_assert(offsetof(FCollisionQueryTaskData, IgnoredActors) == 0x000000, "Member 'FCollisionQueryTaskData::IgnoredActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingTaskSet \ +static_assert(alignof(FTargetingTaskSet) == 0x000008, "Wrong alignment on FTargetingTaskSet"); \ +static_assert(sizeof(FTargetingTaskSet) == 0x000010, "Wrong size on FTargetingTaskSet"); \ +static_assert(offsetof(FTargetingTaskSet, Tasks) == 0x000000, "Member 'FTargetingTaskSet::Tasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingDefaultResultData \ +static_assert(alignof(FTargetingDefaultResultData) == 0x000008, "Wrong alignment on FTargetingDefaultResultData"); \ +static_assert(sizeof(FTargetingDefaultResultData) == 0x000100, "Wrong size on FTargetingDefaultResultData"); \ +static_assert(offsetof(FTargetingDefaultResultData, HitResult) == 0x000000, "Member 'FTargetingDefaultResultData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FTargetingDefaultResultData, Score) == 0x0000F8, "Member 'FTargetingDefaultResultData::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingDefaultResultsSet \ +static_assert(alignof(FTargetingDefaultResultsSet) == 0x000008, "Wrong alignment on FTargetingDefaultResultsSet"); \ +static_assert(sizeof(FTargetingDefaultResultsSet) == 0x000010, "Wrong size on FTargetingDefaultResultsSet"); \ +static_assert(offsetof(FTargetingDefaultResultsSet, TargetResults) == 0x000000, "Member 'FTargetingDefaultResultsSet::TargetResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingSourceContext \ +static_assert(alignof(FTargetingSourceContext) == 0x000008, "Wrong alignment on FTargetingSourceContext"); \ +static_assert(sizeof(FTargetingSourceContext) == 0x000038, "Wrong size on FTargetingSourceContext"); \ +static_assert(offsetof(FTargetingSourceContext, SourceActor) == 0x000000, "Member 'FTargetingSourceContext::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, InstigatorActor) == 0x000008, "Member 'FTargetingSourceContext::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceLocation) == 0x000010, "Member 'FTargetingSourceContext::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceSocketName) == 0x000028, "Member 'FTargetingSourceContext::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceObject) == 0x000030, "Member 'FTargetingSourceContext::SourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingRequestData \ +static_assert(alignof(FTargetingRequestData) == 0x000008, "Wrong alignment on FTargetingRequestData"); \ +static_assert(sizeof(FTargetingRequestData) == 0x000030, "Wrong size on FTargetingRequestData"); \ +static_assert(offsetof(FTargetingRequestData, TargetingRequestDynamicDelegate) == 0x000020, "Member 'FTargetingRequestData::TargetingRequestDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingAsyncTaskData \ +static_assert(alignof(FTargetingAsyncTaskData) == 0x000004, "Wrong alignment on FTargetingAsyncTaskData"); \ +static_assert(sizeof(FTargetingAsyncTaskData) == 0x000008, "Wrong size on FTargetingAsyncTaskData"); \ + +#define DUMPER7_ASSERTS_FTargetingImmediateTaskData \ +static_assert(alignof(FTargetingImmediateTaskData) == 0x000001, "Wrong alignment on FTargetingImmediateTaskData"); \ +static_assert(sizeof(FTargetingImmediateTaskData) == 0x000001, "Wrong size on FTargetingImmediateTaskData"); \ + +#define DUMPER7_ASSERTS_FTargetingDebugData \ +static_assert(alignof(FTargetingDebugData) == 0x000001, "Wrong alignment on FTargetingDebugData"); \ +static_assert(sizeof(FTargetingDebugData) == 0x000001, "Wrong size on FTargetingDebugData"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PerformTargeting_PerformFilteringRequest \ +static_assert(alignof(AbilityTask_PerformTargeting_PerformFilteringRequest) == 0x000008, "Wrong alignment on AbilityTask_PerformTargeting_PerformFilteringRequest"); \ +static_assert(sizeof(AbilityTask_PerformTargeting_PerformFilteringRequest) == 0x000030, "Wrong size on AbilityTask_PerformTargeting_PerformFilteringRequest"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, OwningAbility) == 0x000000, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, TargetingPreset) == 0x000008, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, InTargets) == 0x000010, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::InTargets' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, bAllowAsync) == 0x000020, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::bAllowAsync' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, ReturnValue) == 0x000028, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PerformTargeting_PerformTargetingRequest \ +static_assert(alignof(AbilityTask_PerformTargeting_PerformTargetingRequest) == 0x000008, "Wrong alignment on AbilityTask_PerformTargeting_PerformTargetingRequest"); \ +static_assert(sizeof(AbilityTask_PerformTargeting_PerformTargetingRequest) == 0x000020, "Wrong size on AbilityTask_PerformTargeting_PerformTargetingRequest"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, OwningAbility) == 0x000000, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, InTargetingPreset) == 0x000008, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::InTargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, bAllowAsync) == 0x000010, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::bAllowAsync' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, ReturnValue) == 0x000018, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PerformTargeting \ +static_assert(alignof(UAbilityTask_PerformTargeting) == 0x000008, "Wrong alignment on UAbilityTask_PerformTargeting"); \ +static_assert(sizeof(UAbilityTask_PerformTargeting) == 0x0000B0, "Wrong size on UAbilityTask_PerformTargeting"); \ +static_assert(offsetof(UAbilityTask_PerformTargeting, OnTargetReady) == 0x000080, "Member 'UAbilityTask_PerformTargeting::OnTargetReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_PerformFilteringRequest \ +static_assert(alignof(AsyncAction_PerformTargeting_PerformFilteringRequest) == 0x000008, "Wrong alignment on AsyncAction_PerformTargeting_PerformFilteringRequest"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_PerformFilteringRequest) == 0x000030, "Wrong size on AsyncAction_PerformTargeting_PerformFilteringRequest"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, SourceActor) == 0x000000, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, TargetingPreset_0) == 0x000008, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::TargetingPreset_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, bUseAsyncTargeting_0) == 0x000010, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::bUseAsyncTargeting_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, InTargets) == 0x000018, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::InTargets' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, ReturnValue) == 0x000028, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_PerformTargetingRequest \ +static_assert(alignof(AsyncAction_PerformTargeting_PerformTargetingRequest) == 0x000008, "Wrong alignment on AsyncAction_PerformTargeting_PerformTargetingRequest"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_PerformTargetingRequest) == 0x000020, "Wrong size on AsyncAction_PerformTargeting_PerformTargetingRequest"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, SourceActor) == 0x000000, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, TargetingPreset_0) == 0x000008, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::TargetingPreset_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, bUseAsyncTargeting_0) == 0x000010, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::bUseAsyncTargeting_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, ReturnValue) == 0x000018, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_GetTargetingHandle \ +static_assert(alignof(AsyncAction_PerformTargeting_GetTargetingHandle) == 0x000004, "Wrong alignment on AsyncAction_PerformTargeting_GetTargetingHandle"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_GetTargetingHandle) == 0x000004, "Wrong size on AsyncAction_PerformTargeting_GetTargetingHandle"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_GetTargetingHandle, ReturnValue) == 0x000000, "Member 'AsyncAction_PerformTargeting_GetTargetingHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncAction_PerformTargeting \ +static_assert(alignof(UAsyncAction_PerformTargeting) == 0x000008, "Wrong alignment on UAsyncAction_PerformTargeting"); \ +static_assert(sizeof(UAsyncAction_PerformTargeting) == 0x000068, "Wrong size on UAsyncAction_PerformTargeting"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, Targeted) == 0x000030, "Member 'UAsyncAction_PerformTargeting::Targeted' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, TargetingPreset) == 0x000040, "Member 'UAsyncAction_PerformTargeting::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, WeakSourceActor) == 0x000048, "Member 'UAsyncAction_PerformTargeting::WeakSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, InitialTargets) == 0x000050, "Member 'UAsyncAction_PerformTargeting::InitialTargets' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, TargetingHandle) == 0x000060, "Member 'UAsyncAction_PerformTargeting::TargetingHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingTask_GetTargetingSubsystem \ +static_assert(alignof(TargetingTask_GetTargetingSubsystem) == 0x000008, "Wrong alignment on TargetingTask_GetTargetingSubsystem"); \ +static_assert(sizeof(TargetingTask_GetTargetingSubsystem) == 0x000010, "Wrong size on TargetingTask_GetTargetingSubsystem"); \ +static_assert(offsetof(TargetingTask_GetTargetingSubsystem, TargetingHandle) == 0x000000, "Member 'TargetingTask_GetTargetingSubsystem::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingTask_GetTargetingSubsystem, ReturnValue) == 0x000008, "Member 'TargetingTask_GetTargetingSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingTask \ +static_assert(alignof(UTargetingTask) == 0x000008, "Wrong alignment on UTargetingTask"); \ +static_assert(sizeof(UTargetingTask) == 0x000028, "Wrong size on UTargetingTask"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_BasicFilterTemplate \ +static_assert(alignof(UTargetingFilterTask_BasicFilterTemplate) == 0x000008, "Wrong alignment on UTargetingFilterTask_BasicFilterTemplate"); \ +static_assert(sizeof(UTargetingFilterTask_BasicFilterTemplate) == 0x000028, "Wrong size on UTargetingFilterTask_BasicFilterTemplate"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingFilterTask_BP_ShouldFilterTarget \ +static_assert(alignof(SimpleTargetingFilterTask_BP_ShouldFilterTarget) == 0x000008, "Wrong alignment on SimpleTargetingFilterTask_BP_ShouldFilterTarget"); \ +static_assert(sizeof(SimpleTargetingFilterTask_BP_ShouldFilterTarget) == 0x000110, "Wrong size on SimpleTargetingFilterTask_BP_ShouldFilterTarget"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, TargetingHandle) == 0x000000, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, TargetData) == 0x000008, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, ReturnValue) == 0x000108, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingFilterTask \ +static_assert(alignof(USimpleTargetingFilterTask) == 0x000008, "Wrong alignment on USimpleTargetingFilterTask"); \ +static_assert(sizeof(USimpleTargetingFilterTask) == 0x000028, "Wrong size on USimpleTargetingFilterTask"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_AddHitResult \ +static_assert(alignof(SimpleTargetingSelectionTask_AddHitResult) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_AddHitResult"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_AddHitResult) == 0x000108, "Wrong size on SimpleTargetingSelectionTask_AddHitResult"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_AddHitResult::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, HitResult) == 0x000008, "Member 'SimpleTargetingSelectionTask_AddHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, ReturnValue) == 0x000100, "Member 'SimpleTargetingSelectionTask_AddHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_AddTargetActor \ +static_assert(alignof(SimpleTargetingSelectionTask_AddTargetActor) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_AddTargetActor"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_AddTargetActor) == 0x000018, "Wrong size on SimpleTargetingSelectionTask_AddTargetActor"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_AddTargetActor::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, Actor) == 0x000008, "Member 'SimpleTargetingSelectionTask_AddTargetActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, ReturnValue) == 0x000010, "Member 'SimpleTargetingSelectionTask_AddTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_SelectTargets \ +static_assert(alignof(SimpleTargetingSelectionTask_SelectTargets) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_SelectTargets"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_SelectTargets) == 0x000040, "Wrong size on SimpleTargetingSelectionTask_SelectTargets"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_SelectTargets, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_SelectTargets::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_SelectTargets, SourceContext) == 0x000008, "Member 'SimpleTargetingSelectionTask_SelectTargets::SourceContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingSelectionTask \ +static_assert(alignof(USimpleTargetingSelectionTask) == 0x000008, "Wrong alignment on USimpleTargetingSelectionTask"); \ +static_assert(sizeof(USimpleTargetingSelectionTask) == 0x000028, "Wrong size on USimpleTargetingSelectionTask"); \ + +#define DUMPER7_ASSERTS_UTargetingSortTask_Base \ +static_assert(alignof(UTargetingSortTask_Base) == 0x000008, "Wrong alignment on UTargetingSortTask_Base"); \ +static_assert(sizeof(UTargetingSortTask_Base) == 0x000030, "Wrong size on UTargetingSortTask_Base"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSortTask_BP_GetScoreForTarget \ +static_assert(alignof(SimpleTargetingSortTask_BP_GetScoreForTarget) == 0x000008, "Wrong alignment on SimpleTargetingSortTask_BP_GetScoreForTarget"); \ +static_assert(sizeof(SimpleTargetingSortTask_BP_GetScoreForTarget) == 0x000110, "Wrong size on SimpleTargetingSortTask_BP_GetScoreForTarget"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, TargetData) == 0x000008, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, ReturnValue) == 0x000108, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingSortTask \ +static_assert(alignof(USimpleTargetingSortTask) == 0x000008, "Wrong alignment on USimpleTargetingSortTask"); \ +static_assert(sizeof(USimpleTargetingSortTask) == 0x000030, "Wrong size on USimpleTargetingSortTask"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_ActorClass \ +static_assert(alignof(UTargetingFilterTask_ActorClass) == 0x000008, "Wrong alignment on UTargetingFilterTask_ActorClass"); \ +static_assert(sizeof(UTargetingFilterTask_ActorClass) == 0x000048, "Wrong size on UTargetingFilterTask_ActorClass"); \ +static_assert(offsetof(UTargetingFilterTask_ActorClass, RequiredActorClassFilters) == 0x000028, "Member 'UTargetingFilterTask_ActorClass::RequiredActorClassFilters' has a wrong offset!"); \ +static_assert(offsetof(UTargetingFilterTask_ActorClass, IgnoredActorClassFilters) == 0x000038, "Member 'UTargetingFilterTask_ActorClass::IgnoredActorClassFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingPreset \ +static_assert(alignof(UTargetingPreset) == 0x000008, "Wrong alignment on UTargetingPreset"); \ +static_assert(sizeof(UTargetingPreset) == 0x000040, "Wrong size on UTargetingPreset"); \ +static_assert(offsetof(UTargetingPreset, TargetingTaskSet) == 0x000030, "Member 'UTargetingPreset::TargetingTaskSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceLocation \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceLocation) == 0x000008, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceLocation"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceLocation) == 0x000020, "Wrong size on TargetingSelectionTask_AOE_GetSourceLocation"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceLocation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceLocation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceLocation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_AOE_GetSourceLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceOffset \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceOffset) == 0x000008, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceOffset"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceOffset) == 0x000020, "Wrong size on TargetingSelectionTask_AOE_GetSourceOffset"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceOffset, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceOffset::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceOffset, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_AOE_GetSourceOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceRotation \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceRotation) == 0x000010, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceRotation"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceRotation) == 0x000030, "Wrong size on TargetingSelectionTask_AOE_GetSourceRotation"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceRotation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotation, ReturnValue) == 0x000010, "Member 'TargetingSelectionTask_AOE_GetSourceRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_AOE \ +static_assert(alignof(UTargetingSelectionTask_AOE) == 0x000008, "Wrong alignment on UTargetingSelectionTask_AOE"); \ +static_assert(sizeof(UTargetingSelectionTask_AOE) == 0x0000D8, "Wrong size on UTargetingSelectionTask_AOE"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, ShapeType) == 0x000028, "Member 'UTargetingSelectionTask_AOE::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionChannel) == 0x000029, "Member 'UTargetingSelectionTask_AOE::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionProfileName) == 0x00002C, "Member 'UTargetingSelectionTask_AOE::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionObjectTypes) == 0x000038, "Member 'UTargetingSelectionTask_AOE::CollisionObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, DefaultSourceOffset) == 0x000048, "Member 'UTargetingSelectionTask_AOE::DefaultSourceOffset' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, HalfExtent) == 0x000068, "Member 'UTargetingSelectionTask_AOE::HalfExtent' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, Radius) == 0x000080, "Member 'UTargetingSelectionTask_AOE::Radius' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, HalfHeight) == 0x0000A8, "Member 'UTargetingSelectionTask_AOE::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, ComponentTag) == 0x0000D0, "Member 'UTargetingSelectionTask_AOE::ComponentTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_SourceActor \ +static_assert(alignof(UTargetingSelectionTask_SourceActor) == 0x000008, "Wrong alignment on UTargetingSelectionTask_SourceActor"); \ +static_assert(sizeof(UTargetingSelectionTask_SourceActor) == 0x000028, "Wrong size on UTargetingSelectionTask_SourceActor"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore \ +static_assert(alignof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore) == 0x000018, "Wrong size on TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore, OutAdditionalActorsToIgnore) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore::OutAdditionalActorsToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSourceLocation \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSourceLocation) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSourceLocation"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSourceLocation) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSourceLocation"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceLocation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSourceLocation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceLocation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSourceLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSourceOffset \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSourceOffset) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSourceOffset"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSourceOffset) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSourceOffset"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceOffset, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSourceOffset::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceOffset, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSourceOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceRadius \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceRadius) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceRadius"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceRadius) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceRadius"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRadius, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRadius::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRadius, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceRotation \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceRotation) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceRotation"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceRotation) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceRotation"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRotation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRotation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRotation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetTraceDirection \ +static_assert(alignof(TargetingSelectionTask_Trace_GetTraceDirection) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetTraceDirection"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetTraceDirection) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetTraceDirection"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceDirection, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetTraceDirection::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceDirection, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetTraceDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetTraceLength \ +static_assert(alignof(TargetingSelectionTask_Trace_GetTraceLength) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetTraceLength"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetTraceLength) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetTraceLength"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceLength, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetTraceLength::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceLength, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetTraceLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_Trace \ +static_assert(alignof(UTargetingSelectionTask_Trace) == 0x000008, "Wrong alignment on UTargetingSelectionTask_Trace"); \ +static_assert(sizeof(UTargetingSelectionTask_Trace) == 0x000178, "Wrong size on UTargetingSelectionTask_Trace"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, TraceType) == 0x000028, "Member 'UTargetingSelectionTask_Trace::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, TraceChannel) == 0x000029, "Member 'UTargetingSelectionTask_Trace::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, CollisionProfileName) == 0x00002C, "Member 'UTargetingSelectionTask_Trace::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceRadius) == 0x000038, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceCapsuleHalfHeight) == 0x000060, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceCapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentX) == 0x000088, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentX' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentY) == 0x0000B0, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentY' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentZ) == 0x0000D8, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentZ' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceRotation) == 0x000100, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceRotation' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultTraceLength) == 0x000118, "Member 'UTargetingSelectionTask_Trace::DefaultTraceLength' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSourceOffset) == 0x000140, "Member 'UTargetingSelectionTask_Trace::DefaultSourceOffset' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, ExplicitTraceDirection) == 0x000158, "Member 'UTargetingSelectionTask_Trace::ExplicitTraceDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_OverrideCollisionQueryTaskData \ +static_assert(alignof(TargetingSubsystem_OverrideCollisionQueryTaskData) == 0x000008, "Wrong alignment on TargetingSubsystem_OverrideCollisionQueryTaskData"); \ +static_assert(sizeof(TargetingSubsystem_OverrideCollisionQueryTaskData) == 0x000018, "Wrong size on TargetingSubsystem_OverrideCollisionQueryTaskData"); \ +static_assert(offsetof(TargetingSubsystem_OverrideCollisionQueryTaskData, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_OverrideCollisionQueryTaskData::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_OverrideCollisionQueryTaskData, CollisionQueryDataOverride) == 0x000008, "Member 'TargetingSubsystem_OverrideCollisionQueryTaskData::CollisionQueryDataOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_ExecuteTargetingRequest \ +static_assert(alignof(TargetingSubsystem_ExecuteTargetingRequest) == 0x000008, "Wrong alignment on TargetingSubsystem_ExecuteTargetingRequest"); \ +static_assert(sizeof(TargetingSubsystem_ExecuteTargetingRequest) == 0x000050, "Wrong size on TargetingSubsystem_ExecuteTargetingRequest"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, TargetingPreset) == 0x000000, "Member 'TargetingSubsystem_ExecuteTargetingRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, InSourceContext) == 0x000008, "Member 'TargetingSubsystem_ExecuteTargetingRequest::InSourceContext' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, CompletionDynamicDelegate) == 0x000040, "Member 'TargetingSubsystem_ExecuteTargetingRequest::CompletionDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle \ +static_assert(alignof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle) == 0x000004, "Wrong alignment on TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle"); \ +static_assert(sizeof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle) == 0x000004, "Wrong size on TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle"); \ +static_assert(offsetof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle::TargetingHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_StartAsyncTargetingRequest \ +static_assert(alignof(TargetingSubsystem_StartAsyncTargetingRequest) == 0x000008, "Wrong alignment on TargetingSubsystem_StartAsyncTargetingRequest"); \ +static_assert(sizeof(TargetingSubsystem_StartAsyncTargetingRequest) == 0x000058, "Wrong size on TargetingSubsystem_StartAsyncTargetingRequest"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, TargetingPreset) == 0x000000, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, InSourceContext) == 0x000008, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::InSourceContext' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, CompletionDynamicDelegate) == 0x000040, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::CompletionDynamicDelegate' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, ReturnValue) == 0x000050, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingResults \ +static_assert(alignof(TargetingSubsystem_GetTargetingResults) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingResults"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingResults) == 0x000018, "Wrong size on TargetingSubsystem_GetTargetingResults"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResults, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingResults::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResults, OutTargets) == 0x000008, "Member 'TargetingSubsystem_GetTargetingResults::OutTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingResultsActors \ +static_assert(alignof(TargetingSubsystem_GetTargetingResultsActors) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingResultsActors"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingResultsActors) == 0x000018, "Wrong size on TargetingSubsystem_GetTargetingResultsActors"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResultsActors, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingResultsActors::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResultsActors, Targets) == 0x000008, "Member 'TargetingSubsystem_GetTargetingResultsActors::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingSourceContext \ +static_assert(alignof(TargetingSubsystem_GetTargetingSourceContext) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingSourceContext"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingSourceContext) == 0x000040, "Wrong size on TargetingSubsystem_GetTargetingSourceContext"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingSourceContext, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingSourceContext::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingSourceContext, ReturnValue) == 0x000008, "Member 'TargetingSubsystem_GetTargetingSourceContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSubsystem \ +static_assert(alignof(UTargetingSubsystem) == 0x000008, "Wrong alignment on UTargetingSubsystem"); \ +static_assert(sizeof(UTargetingSubsystem) == 0x000078, "Wrong size on UTargetingSubsystem"); \ +static_assert(offsetof(UTargetingSubsystem, AsyncTargetingRequests) == 0x000040, "Member 'UTargetingSubsystem::AsyncTargetingRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_SortByDistance \ +static_assert(alignof(UTargetingFilterTask_SortByDistance) == 0x000008, "Wrong alignment on UTargetingFilterTask_SortByDistance"); \ +static_assert(sizeof(UTargetingFilterTask_SortByDistance) == 0x000038, "Wrong size on UTargetingFilterTask_SortByDistance"); \ +static_assert(offsetof(UTargetingFilterTask_SortByDistance, bUseDistanceToNearestBlockingCollider) == 0x000030, "Member 'UTargetingFilterTask_SortByDistance::bUseDistanceToNearestBlockingCollider' has a wrong offset!"); \ +static_assert(offsetof(UTargetingFilterTask_SortByDistance, DistanceToCollisionChannel) == 0x000031, "Member 'UTargetingFilterTask_SortByDistance::DistanceToCollisionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing \ +static_assert(alignof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing) == 0x000008, "Wrong alignment on BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing"); \ +static_assert(sizeof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing) == 0x000210, "Wrong size on BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, EntryPoint) == 0x000000, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_2) == 0x000018, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_3) == 0x000020, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_4) == 0x000028, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_5) == 0x000030, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_RandomFloatInRange_ReturnValue) == 0x000048, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_6) == 0x000050, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000068, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000070, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000078, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_7) == 0x000080, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_ReturnValue_8) == 0x000088, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_MakeVector_ReturnValue) == 0x000090, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000C0, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast) == 0x0001B8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x0001C0, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_2) == 0x0001C8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_3) == 0x0001D0, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_4) == 0x0001D8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_5) == 0x0001E0, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_6) == 0x0001E8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_7) == 0x0001F0, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_Lerp_Alpha_ImplicitCast_8) == 0x0001F8, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_Lerp_Alpha_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000200, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000204, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000208, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x00020C, "Member 'BP_Shard_ArmRing_C_ExecuteUbergraph_BP_Shard_ArmRing::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Shard_ArmRing_C_ReceiveTick \ +static_assert(alignof(BP_Shard_ArmRing_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Shard_ArmRing_C_ReceiveTick"); \ +static_assert(sizeof(BP_Shard_ArmRing_C_ReceiveTick) == 0x000004, "Wrong size on BP_Shard_ArmRing_C_ReceiveTick"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Shard_ArmRing_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Shard_ArmRing_C_UserConstructionScript \ +static_assert(alignof(BP_Shard_ArmRing_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Shard_ArmRing_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Shard_ArmRing_C_UserConstructionScript) == 0x000018, "Wrong size on BP_Shard_ArmRing_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Shard_ArmRing_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000000, "Member 'BP_Shard_ArmRing_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Shard_ArmRing_C \ +static_assert(alignof(ABP_Shard_ArmRing_C) == 0x000008, "Wrong alignment on ABP_Shard_ArmRing_C"); \ +static_assert(sizeof(ABP_Shard_ArmRing_C) == 0x000320, "Wrong size on ABP_Shard_ArmRing_C"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, UberGraphFrame) == 0x000290, "Member 'ABP_Shard_ArmRing_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, FX_ShardsLightning) == 0x000298, "Member 'ABP_Shard_ArmRing_C::FX_ShardsLightning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Niagara) == 0x0002A0, "Member 'ABP_Shard_ArmRing_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Shard) == 0x0002A8, "Member 'ABP_Shard_ArmRing_C::Shard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Shard_ArmRing_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Timeline_0_NewTrack_0_DE5CC78F42D7964E3DE501A595DC11DD) == 0x0002B8, "Member 'ABP_Shard_ArmRing_C::Timeline_0_NewTrack_0_DE5CC78F42D7964E3DE501A595DC11DD' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Timeline_0__Direction_DE5CC78F42D7964E3DE501A595DC11DD) == 0x0002BC, "Member 'ABP_Shard_ArmRing_C::Timeline_0__Direction_DE5CC78F42D7964E3DE501A595DC11DD' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Timeline_0) == 0x0002C0, "Member 'ABP_Shard_ArmRing_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, _To1_NewTrack_0_BBA2A9F447F4785531A9D9978C4DF9CB) == 0x0002C8, "Member 'ABP_Shard_ArmRing_C::_To1_NewTrack_0_BBA2A9F447F4785531A9D9978C4DF9CB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, _To1__Direction_BBA2A9F447F4785531A9D9978C4DF9CB) == 0x0002CC, "Member 'ABP_Shard_ArmRing_C::_To1__Direction_BBA2A9F447F4785531A9D9978C4DF9CB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Zeroto1) == 0x0002D0, "Member 'ABP_Shard_ArmRing_C::Zeroto1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Color) == 0x0002D8, "Member 'ABP_Shard_ArmRing_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, position) == 0x0002E8, "Member 'ABP_Shard_ArmRing_C::position' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Rotation) == 0x000300, "Member 'ABP_Shard_ArmRing_C::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Shard_ArmRing_C, Vibration) == 0x000318, "Member 'ABP_Shard_ArmRing_C::Vibration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans2_Lumina_C \ +static_assert(alignof(UCTS_NSans2_Lumina_C) == 0x000010, "Wrong alignment on UCTS_NSans2_Lumina_C"); \ +static_assert(sizeof(UCTS_NSans2_Lumina_C) == 0x0001B0, "Wrong size on UCTS_NSans2_Lumina_C"); \ + +#define DUMPER7_ASSERTS_FWorldConditionBase \ +static_assert(alignof(FWorldConditionBase) == 0x000008, "Wrong alignment on FWorldConditionBase"); \ +static_assert(sizeof(FWorldConditionBase) == 0x000010, "Wrong size on FWorldConditionBase"); \ +static_assert(offsetof(FWorldConditionBase, Operator) == 0x00000C, "Member 'FWorldConditionBase::Operator' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionBase, NextExpressionDepth) == 0x00000D, "Member 'FWorldConditionBase::NextExpressionDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionCommonBase \ +static_assert(alignof(FWorldConditionCommonBase) == 0x000008, "Wrong alignment on FWorldConditionCommonBase"); \ +static_assert(sizeof(FWorldConditionCommonBase) == 0x000010, "Wrong size on FWorldConditionCommonBase"); \ + +#define DUMPER7_ASSERTS_FWorldConditionCommonActorBase \ +static_assert(alignof(FWorldConditionCommonActorBase) == 0x000008, "Wrong alignment on FWorldConditionCommonActorBase"); \ +static_assert(sizeof(FWorldConditionCommonActorBase) == 0x000010, "Wrong size on FWorldConditionCommonActorBase"); \ + +#define DUMPER7_ASSERTS_FWorldConditionEditable \ +static_assert(alignof(FWorldConditionEditable) == 0x000001, "Wrong alignment on FWorldConditionEditable"); \ +static_assert(sizeof(FWorldConditionEditable) == 0x000001, "Wrong size on FWorldConditionEditable"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQuerySharedDefinition \ +static_assert(alignof(FWorldConditionQuerySharedDefinition) == 0x000008, "Wrong alignment on FWorldConditionQuerySharedDefinition"); \ +static_assert(sizeof(FWorldConditionQuerySharedDefinition) == 0x000028, "Wrong size on FWorldConditionQuerySharedDefinition"); \ +static_assert(offsetof(FWorldConditionQuerySharedDefinition, Conditions) == 0x000000, "Member 'FWorldConditionQuerySharedDefinition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQuerySharedDefinition, SchemaClass) == 0x000010, "Member 'FWorldConditionQuerySharedDefinition::SchemaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQueryDefinition \ +static_assert(alignof(FWorldConditionQueryDefinition) == 0x000008, "Wrong alignment on FWorldConditionQueryDefinition"); \ +static_assert(sizeof(FWorldConditionQueryDefinition) == 0x000018, "Wrong size on FWorldConditionQueryDefinition"); \ +static_assert(offsetof(FWorldConditionQueryDefinition, SchemaClass) == 0x000010, "Member 'FWorldConditionQueryDefinition::SchemaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionItem \ +static_assert(alignof(FWorldConditionItem) == 0x000001, "Wrong alignment on FWorldConditionItem"); \ +static_assert(sizeof(FWorldConditionItem) == 0x000003, "Wrong size on FWorldConditionItem"); \ + +#define DUMPER7_ASSERTS_FWorldConditionStateObject \ +static_assert(alignof(FWorldConditionStateObject) == 0x000008, "Wrong alignment on FWorldConditionStateObject"); \ +static_assert(sizeof(FWorldConditionStateObject) == 0x000008, "Wrong size on FWorldConditionStateObject"); \ +static_assert(offsetof(FWorldConditionStateObject, Object) == 0x000000, "Member 'FWorldConditionStateObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQueryState \ +static_assert(alignof(FWorldConditionQueryState) == 0x000008, "Wrong alignment on FWorldConditionQueryState"); \ +static_assert(sizeof(FWorldConditionQueryState) == 0x000030, "Wrong size on FWorldConditionQueryState"); \ +static_assert(offsetof(FWorldConditionQueryState, Owner) == 0x000028, "Member 'FWorldConditionQueryState::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQuery \ +static_assert(alignof(FWorldConditionQuery) == 0x000008, "Wrong alignment on FWorldConditionQuery"); \ +static_assert(sizeof(FWorldConditionQuery) == 0x000048, "Wrong size on FWorldConditionQuery"); \ +static_assert(offsetof(FWorldConditionQuery, QueryDefinition) == 0x000000, "Member 'FWorldConditionQuery::QueryDefinition' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQuery, QueryState) == 0x000018, "Member 'FWorldConditionQuery::QueryState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionResult \ +static_assert(alignof(FWorldConditionResult) == 0x000001, "Wrong alignment on FWorldConditionResult"); \ +static_assert(sizeof(FWorldConditionResult) == 0x000002, "Wrong size on FWorldConditionResult"); \ +static_assert(offsetof(FWorldConditionResult, Value) == 0x000000, "Member 'FWorldConditionResult::Value' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionResult, bCanBeCached) == 0x000001, "Member 'FWorldConditionResult::bCanBeCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionContextDataDesc \ +static_assert(alignof(FWorldConditionContextDataDesc) == 0x000008, "Wrong alignment on FWorldConditionContextDataDesc"); \ +static_assert(sizeof(FWorldConditionContextDataDesc) == 0x000018, "Wrong size on FWorldConditionContextDataDesc"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Struct) == 0x000000, "Member 'FWorldConditionContextDataDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Name) == 0x000008, "Member 'FWorldConditionContextDataDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Type) == 0x000010, "Member 'FWorldConditionContextDataDesc::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionContextDataRef \ +static_assert(alignof(FWorldConditionContextDataRef) == 0x000004, "Wrong alignment on FWorldConditionContextDataRef"); \ +static_assert(sizeof(FWorldConditionContextDataRef) == 0x00000C, "Wrong size on FWorldConditionContextDataRef"); \ +static_assert(offsetof(FWorldConditionContextDataRef, Name) == 0x000000, "Member 'FWorldConditionContextDataRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataRef, Index) == 0x000008, "Member 'FWorldConditionContextDataRef::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldConditionSchema \ +static_assert(alignof(UWorldConditionSchema) == 0x000008, "Wrong alignment on UWorldConditionSchema"); \ +static_assert(sizeof(UWorldConditionSchema) == 0x000038, "Wrong size on UWorldConditionSchema"); \ +static_assert(offsetof(UWorldConditionSchema, ContextDataDescs) == 0x000028, "Member 'UWorldConditionSchema::ContextDataDescs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_Gestral_8__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData) == 0x000550, "Wrong size on ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, __NameProperty_70) == 0x000004, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::__NameProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, __NameProperty_71) == 0x00000C, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::__NameProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, __StructProperty_72) == 0x000018, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::__StructProperty_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x000100, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000130, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x000160, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000190, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x0001C0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x0001F0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x000220, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x000250, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000280, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x0002B0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0002E0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000310, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000340, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000370, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x0003A0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0003D0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x000400, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000430, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000460, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000490, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0004C0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0004F0, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000520, "Member 'ABP_PostProcess_Hair_Gestral_8::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_Gestral_8_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Hair_Gestral_8_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_Gestral_8_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Hair_Gestral_8_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Hair_Gestral_8_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Hair_Gestral_8_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Hair_Gestral_8_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8 \ +static_assert(alignof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8) == 0x000004, "Wrong alignment on ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8"); \ +static_assert(sizeof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8) == 0x00004C, "Wrong size on ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_Hair_Gestral_8_C_ExecuteUbergraph_ABP_PostProcess_Hair_Gestral_8::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Hair_Gestral_8_C \ +static_assert(alignof(UABP_PostProcess_Hair_Gestral_8_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Hair_Gestral_8_C"); \ +static_assert(sizeof(UABP_PostProcess_Hair_Gestral_8_C) == 0x009D30, "Wrong size on UABP_PostProcess_Hair_Gestral_8_C"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Hair_Gestral_8_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_19) == 0x0003B0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_LocalToComponentSpace) == 0x000B50, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_18) == 0x000B70, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_17) == 0x001310, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_16) == 0x001AB0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_15) == 0x002250, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_14) == 0x0029F0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_13) == 0x003190, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_12) == 0x003930, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_11) == 0x0040D0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_10) == 0x004870, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_9) == 0x005010, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_8) == 0x0057B0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_7) == 0x005F50, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_6) == 0x0066F0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_5) == 0x006E90, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_4) == 0x007630, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_3) == 0x007DD0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_2) == 0x008570, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics_1) == 0x008D10, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_KawaiiPhysics) == 0x0094B0, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_ComponentToLocalSpace) == 0x009C50, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_Gestral_8_C, AnimGraphNode_LinkedInputPose) == 0x009C70, "Member 'UABP_PostProcess_Hair_Gestral_8_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectUserCapsuleParams \ +static_assert(alignof(FSmartObjectUserCapsuleParams) == 0x000004, "Wrong alignment on FSmartObjectUserCapsuleParams"); \ +static_assert(sizeof(FSmartObjectUserCapsuleParams) == 0x00000C, "Wrong size on FSmartObjectUserCapsuleParams"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, Radius) == 0x000000, "Member 'FSmartObjectUserCapsuleParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, Height) == 0x000004, "Member 'FSmartObjectUserCapsuleParams::Height' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, StepHeight) == 0x000008, "Member 'FSmartObjectUserCapsuleParams::StepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectHandle \ +static_assert(alignof(FSmartObjectHandle) == 0x000008, "Wrong alignment on FSmartObjectHandle"); \ +static_assert(sizeof(FSmartObjectHandle) == 0x000008, "Wrong size on FSmartObjectHandle"); \ +static_assert(offsetof(FSmartObjectHandle, ID) == 0x000000, "Member 'FSmartObjectHandle::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotHandle \ +static_assert(alignof(FSmartObjectSlotHandle) == 0x000008, "Wrong alignment on FSmartObjectSlotHandle"); \ +static_assert(sizeof(FSmartObjectSlotHandle) == 0x000010, "Wrong size on FSmartObjectSlotHandle"); \ + +#define DUMPER7_ASSERTS_FSmartObjectUserHandle \ +static_assert(alignof(FSmartObjectUserHandle) == 0x000004, "Wrong alignment on FSmartObjectUserHandle"); \ +static_assert(sizeof(FSmartObjectUserHandle) == 0x000004, "Wrong size on FSmartObjectUserHandle"); \ +static_assert(offsetof(FSmartObjectUserHandle, ID) == 0x000000, "Member 'FSmartObjectUserHandle::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectClaimHandle \ +static_assert(alignof(FSmartObjectClaimHandle) == 0x000008, "Wrong alignment on FSmartObjectClaimHandle"); \ +static_assert(sizeof(FSmartObjectClaimHandle) == 0x000020, "Wrong size on FSmartObjectClaimHandle"); \ +static_assert(offsetof(FSmartObjectClaimHandle, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectClaimHandle::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectClaimHandle, SlotHandle) == 0x000008, "Member 'FSmartObjectClaimHandle::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectClaimHandle, UserHandle) == 0x000018, "Member 'FSmartObjectClaimHandle::UserHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectEventData \ +static_assert(alignof(FSmartObjectEventData) == 0x000008, "Wrong alignment on FSmartObjectEventData"); \ +static_assert(sizeof(FSmartObjectEventData) == 0x000038, "Wrong size on FSmartObjectEventData"); \ +static_assert(offsetof(FSmartObjectEventData, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectEventData::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, SlotHandle) == 0x000008, "Member 'FSmartObjectEventData::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, Reason) == 0x000018, "Member 'FSmartObjectEventData::Reason' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, Tag) == 0x00001C, "Member 'FSmartObjectEventData::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionBase \ +static_assert(alignof(FSmartObjectWorldConditionBase) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionBase"); \ +static_assert(sizeof(FSmartObjectWorldConditionBase) == 0x000010, "Wrong size on FSmartObjectWorldConditionBase"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionData \ +static_assert(alignof(FSmartObjectDefinitionData) == 0x000008, "Wrong alignment on FSmartObjectDefinitionData"); \ +static_assert(sizeof(FSmartObjectDefinitionData) == 0x000008, "Wrong size on FSmartObjectDefinitionData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotAnnotation \ +static_assert(alignof(FSmartObjectSlotAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotAnnotation) == 0x000008, "Wrong size on FSmartObjectSlotAnnotation"); \ + +#define DUMPER7_ASSERTS_FSmartObjectAnnotation_SlotUserCollision \ +static_assert(alignof(FSmartObjectAnnotation_SlotUserCollision) == 0x000008, "Wrong alignment on FSmartObjectAnnotation_SlotUserCollision"); \ +static_assert(sizeof(FSmartObjectAnnotation_SlotUserCollision) == 0x000018, "Wrong size on FSmartObjectAnnotation_SlotUserCollision"); \ +static_assert(offsetof(FSmartObjectAnnotation_SlotUserCollision, bUseUserCapsuleSize) == 0x000008, "Member 'FSmartObjectAnnotation_SlotUserCollision::bUseUserCapsuleSize' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotation_SlotUserCollision, Capsule) == 0x00000C, "Member 'FSmartObjectAnnotation_SlotUserCollision::Capsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceAnnotation \ +static_assert(alignof(FSmartObjectSlotEntranceAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotEntranceAnnotation) == 0x000050, "Wrong size on FSmartObjectSlotEntranceAnnotation"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Offset) == 0x000008, "Member 'FSmartObjectSlotEntranceAnnotation::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Rotation) == 0x000014, "Member 'FSmartObjectSlotEntranceAnnotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Tags) == 0x000020, "Member 'FSmartObjectSlotEntranceAnnotation::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, SelectionPriority) == 0x000041, "Member 'FSmartObjectSlotEntranceAnnotation::SelectionPriority' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TrajectoryStartHeightOffset) == 0x000044, "Member 'FSmartObjectSlotEntranceAnnotation::TrajectoryStartHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TrajectorySlotHeightOffset) == 0x000048, "Member 'FSmartObjectSlotEntranceAnnotation::TrajectorySlotHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TransitionCheckRadius) == 0x00004C, "Member 'FSmartObjectSlotEntranceAnnotation::TransitionCheckRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotReference \ +static_assert(alignof(FSmartObjectSlotReference) == 0x000001, "Wrong alignment on FSmartObjectSlotReference"); \ +static_assert(sizeof(FSmartObjectSlotReference) == 0x000001, "Wrong size on FSmartObjectSlotReference"); \ +static_assert(offsetof(FSmartObjectSlotReference, Index) == 0x000000, "Member 'FSmartObjectSlotReference::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotLinkAnnotation \ +static_assert(alignof(FSmartObjectSlotLinkAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotLinkAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotLinkAnnotation) == 0x000018, "Wrong size on FSmartObjectSlotLinkAnnotation"); \ +static_assert(offsetof(FSmartObjectSlotLinkAnnotation, Tag) == 0x000008, "Member 'FSmartObjectSlotLinkAnnotation::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotLinkAnnotation, LinkedSlot) == 0x000010, "Member 'FSmartObjectSlotLinkAnnotation::LinkedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionReference \ +static_assert(alignof(FSmartObjectDefinitionReference) == 0x000008, "Wrong alignment on FSmartObjectDefinitionReference"); \ +static_assert(sizeof(FSmartObjectDefinitionReference) == 0x000028, "Wrong size on FSmartObjectDefinitionReference"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, SmartObjectDefinition) == 0x000000, "Member 'FSmartObjectDefinitionReference::SmartObjectDefinition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, Parameters) == 0x000008, "Member 'FSmartObjectDefinitionReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, PropertyOverrides) == 0x000018, "Member 'FSmartObjectDefinitionReference::PropertyOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectComponentInstanceData \ +static_assert(alignof(FSmartObjectComponentInstanceData) == 0x000008, "Wrong alignment on FSmartObjectComponentInstanceData"); \ +static_assert(sizeof(FSmartObjectComponentInstanceData) == 0x000090, "Wrong size on FSmartObjectComponentInstanceData"); \ +static_assert(offsetof(FSmartObjectComponentInstanceData, SmartObjectDefinitionRef) == 0x000068, "Member 'FSmartObjectComponentInstanceData::SmartObjectDefinitionRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionDataProxy \ +static_assert(alignof(FSmartObjectDefinitionDataProxy) == 0x000008, "Wrong alignment on FSmartObjectDefinitionDataProxy"); \ +static_assert(sizeof(FSmartObjectDefinitionDataProxy) == 0x000010, "Wrong size on FSmartObjectDefinitionDataProxy"); \ +static_assert(offsetof(FSmartObjectDefinitionDataProxy, Data) == 0x000000, "Member 'FSmartObjectDefinitionDataProxy::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotDefinition \ +static_assert(alignof(FSmartObjectSlotDefinition) == 0x000008, "Wrong alignment on FSmartObjectSlotDefinition"); \ +static_assert(sizeof(FSmartObjectSlotDefinition) == 0x0000E0, "Wrong size on FSmartObjectSlotDefinition"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, Offset) == 0x000000, "Member 'FSmartObjectSlotDefinition::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, Rotation) == 0x00000C, "Member 'FSmartObjectSlotDefinition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, bEnabled) == 0x000018, "Member 'FSmartObjectSlotDefinition::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, UserTagFilter) == 0x000020, "Member 'FSmartObjectSlotDefinition::UserTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, ActivityTags) == 0x000068, "Member 'FSmartObjectSlotDefinition::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, RuntimeTags) == 0x000088, "Member 'FSmartObjectSlotDefinition::RuntimeTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, SelectionPreconditions) == 0x0000A8, "Member 'FSmartObjectSlotDefinition::SelectionPreconditions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, BehaviorDefinitions) == 0x0000C0, "Member 'FSmartObjectSlotDefinition::BehaviorDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, DefinitionData) == 0x0000D0, "Member 'FSmartObjectSlotDefinition::DefinitionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionPreviewData \ +static_assert(alignof(FSmartObjectDefinitionPreviewData) == 0x000008, "Wrong alignment on FSmartObjectDefinitionPreviewData"); \ +static_assert(sizeof(FSmartObjectDefinitionPreviewData) == 0x000098, "Wrong size on FSmartObjectDefinitionPreviewData"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, ObjectActorClass) == 0x000000, "Member 'FSmartObjectDefinitionPreviewData::ObjectActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, ObjectMeshPath) == 0x000028, "Member 'FSmartObjectDefinitionPreviewData::ObjectMeshPath' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, UserActorClass) == 0x000048, "Member 'FSmartObjectDefinitionPreviewData::UserActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, UserValidationFilterClass) == 0x000070, "Member 'FSmartObjectDefinitionPreviewData::UserValidationFilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionDataHandle \ +static_assert(alignof(FSmartObjectDefinitionDataHandle) == 0x000002, "Wrong alignment on FSmartObjectDefinitionDataHandle"); \ +static_assert(sizeof(FSmartObjectDefinitionDataHandle) == 0x000004, "Wrong size on FSmartObjectDefinitionDataHandle"); \ +static_assert(offsetof(FSmartObjectDefinitionDataHandle, SlotIndex) == 0x000000, "Member 'FSmartObjectDefinitionDataHandle::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionDataHandle, DataIndex) == 0x000002, "Member 'FSmartObjectDefinitionDataHandle::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionPropertyBinding \ +static_assert(alignof(FSmartObjectDefinitionPropertyBinding) == 0x000008, "Wrong alignment on FSmartObjectDefinitionPropertyBinding"); \ +static_assert(sizeof(FSmartObjectDefinitionPropertyBinding) == 0x000028, "Wrong size on FSmartObjectDefinitionPropertyBinding"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, SourcePath) == 0x000000, "Member 'FSmartObjectDefinitionPropertyBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, TargetPath) == 0x000010, "Member 'FSmartObjectDefinitionPropertyBinding::TargetPath' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, SourceDataHandle) == 0x000020, "Member 'FSmartObjectDefinitionPropertyBinding::SourceDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, TargetDataHandle) == 0x000024, "Member 'FSmartObjectDefinitionPropertyBinding::TargetDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSpatialEntryData \ +static_assert(alignof(FSmartObjectSpatialEntryData) == 0x000001, "Wrong alignment on FSmartObjectSpatialEntryData"); \ +static_assert(sizeof(FSmartObjectSpatialEntryData) == 0x000001, "Wrong size on FSmartObjectSpatialEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectHashGridEntryData \ +static_assert(alignof(FSmartObjectHashGridEntryData) == 0x000004, "Wrong alignment on FSmartObjectHashGridEntryData"); \ +static_assert(sizeof(FSmartObjectHashGridEntryData) == 0x00000C, "Wrong size on FSmartObjectHashGridEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectOctreeEntryData \ +static_assert(alignof(FSmartObjectOctreeEntryData) == 0x000008, "Wrong alignment on FSmartObjectOctreeEntryData"); \ +static_assert(sizeof(FSmartObjectOctreeEntryData) == 0x000010, "Wrong size on FSmartObjectOctreeEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectCollectionEntry \ +static_assert(alignof(FSmartObjectCollectionEntry) == 0x000010, "Wrong alignment on FSmartObjectCollectionEntry"); \ +static_assert(sizeof(FSmartObjectCollectionEntry) == 0x0000F0, "Wrong size on FSmartObjectCollectionEntry"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Tags) == 0x000000, "Member 'FSmartObjectCollectionEntry::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Path) == 0x000020, "Member 'FSmartObjectCollectionEntry::Path' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Transform) == 0x000040, "Member 'FSmartObjectCollectionEntry::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Bounds) == 0x0000A0, "Member 'FSmartObjectCollectionEntry::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Handle) == 0x0000D8, "Member 'FSmartObjectCollectionEntry::Handle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, DefinitionIdx) == 0x0000E0, "Member 'FSmartObjectCollectionEntry::DefinitionIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectContainer \ +static_assert(alignof(FSmartObjectContainer) == 0x000008, "Wrong alignment on FSmartObjectContainer"); \ +static_assert(sizeof(FSmartObjectContainer) == 0x0000B0, "Wrong size on FSmartObjectContainer"); \ +static_assert(offsetof(FSmartObjectContainer, Bounds) == 0x000000, "Member 'FSmartObjectContainer::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, CollectionEntries) == 0x000038, "Member 'FSmartObjectContainer::CollectionEntries' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, RegisteredIdToObjectMap) == 0x000048, "Member 'FSmartObjectContainer::RegisteredIdToObjectMap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, Definitions) == 0x000098, "Member 'FSmartObjectContainer::Definitions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, Owner) == 0x0000A8, "Member 'FSmartObjectContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotStateData \ +static_assert(alignof(FSmartObjectSlotStateData) == 0x000001, "Wrong alignment on FSmartObjectSlotStateData"); \ +static_assert(sizeof(FSmartObjectSlotStateData) == 0x000001, "Wrong size on FSmartObjectSlotStateData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotTransform \ +static_assert(alignof(FSmartObjectSlotTransform) == 0x000010, "Wrong alignment on FSmartObjectSlotTransform"); \ +static_assert(sizeof(FSmartObjectSlotTransform) == 0x000060, "Wrong size on FSmartObjectSlotTransform"); \ +static_assert(offsetof(FSmartObjectSlotTransform, Transform) == 0x000000, "Member 'FSmartObjectSlotTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRuntimeSlot \ +static_assert(alignof(FSmartObjectRuntimeSlot) == 0x000008, "Wrong alignment on FSmartObjectRuntimeSlot"); \ +static_assert(sizeof(FSmartObjectRuntimeSlot) == 0x0000A8, "Wrong size on FSmartObjectRuntimeSlot"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Offset) == 0x000000, "Member 'FSmartObjectRuntimeSlot::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Rotation) == 0x00000C, "Member 'FSmartObjectRuntimeSlot::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Tags) == 0x000018, "Member 'FSmartObjectRuntimeSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, User) == 0x000068, "Member 'FSmartObjectRuntimeSlot::User' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, PreconditionState) == 0x000070, "Member 'FSmartObjectRuntimeSlot::PreconditionState' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, State) == 0x0000A0, "Member 'FSmartObjectRuntimeSlot::State' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, ClaimedPriority) == 0x0000A1, "Member 'FSmartObjectRuntimeSlot::ClaimedPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRuntime \ +static_assert(alignof(FSmartObjectRuntime) == 0x000010, "Wrong alignment on FSmartObjectRuntime"); \ +static_assert(sizeof(FSmartObjectRuntime) == 0x000130, "Wrong size on FSmartObjectRuntime"); \ +static_assert(offsetof(FSmartObjectRuntime, PreconditionState) == 0x000000, "Member 'FSmartObjectRuntime::PreconditionState' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Slots) == 0x000030, "Member 'FSmartObjectRuntime::Slots' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Definition) == 0x000040, "Member 'FSmartObjectRuntime::Definition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, OwnerComponent) == 0x000048, "Member 'FSmartObjectRuntime::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Transform) == 0x000060, "Member 'FSmartObjectRuntime::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Tags) == 0x0000C0, "Member 'FSmartObjectRuntime::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, RegisteredHandle) == 0x000108, "Member 'FSmartObjectRuntime::RegisteredHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, SpatialEntryData) == 0x000110, "Member 'FSmartObjectRuntime::SpatialEntryData' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, DisableFlags) == 0x000120, "Member 'FSmartObjectRuntime::DisableFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotView \ +static_assert(alignof(FSmartObjectSlotView) == 0x000008, "Wrong alignment on FSmartObjectSlotView"); \ +static_assert(sizeof(FSmartObjectSlotView) == 0x000020, "Wrong size on FSmartObjectSlotView"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequestFilter \ +static_assert(alignof(FSmartObjectRequestFilter) == 0x000010, "Wrong alignment on FSmartObjectRequestFilter"); \ +static_assert(sizeof(FSmartObjectRequestFilter) == 0x0000F0, "Wrong size on FSmartObjectRequestFilter"); \ +static_assert(offsetof(FSmartObjectRequestFilter, UserActor) == 0x000000, "Member 'FSmartObjectRequestFilter::UserActor' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, UserTags) == 0x000008, "Member 'FSmartObjectRequestFilter::UserTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, ClaimPriority) == 0x000028, "Member 'FSmartObjectRequestFilter::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, ActivityRequirements) == 0x000030, "Member 'FSmartObjectRequestFilter::ActivityRequirements' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, BehaviorDefinitionClasses) == 0x000078, "Member 'FSmartObjectRequestFilter::BehaviorDefinitionClasses' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldEvaluateConditions) == 0x000088, "Member 'FSmartObjectRequestFilter::bShouldEvaluateConditions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldIncludeClaimedSlots) == 0x000089, "Member 'FSmartObjectRequestFilter::bShouldIncludeClaimedSlots' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldIncludeDisabledSlots) == 0x00008A, "Member 'FSmartObjectRequestFilter::bShouldIncludeDisabledSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequest \ +static_assert(alignof(FSmartObjectRequest) == 0x000010, "Wrong alignment on FSmartObjectRequest"); \ +static_assert(sizeof(FSmartObjectRequest) == 0x000130, "Wrong size on FSmartObjectRequest"); \ +static_assert(offsetof(FSmartObjectRequest, QueryBox) == 0x000000, "Member 'FSmartObjectRequest::QueryBox' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequest, Filter) == 0x000040, "Member 'FSmartObjectRequest::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequestResult \ +static_assert(alignof(FSmartObjectRequestResult) == 0x000008, "Wrong alignment on FSmartObjectRequestResult"); \ +static_assert(sizeof(FSmartObjectRequestResult) == 0x000018, "Wrong size on FSmartObjectRequestResult"); \ +static_assert(offsetof(FSmartObjectRequestResult, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectRequestResult::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestResult, SlotHandle) == 0x000008, "Member 'FSmartObjectRequestResult::SlotHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceHandle \ +static_assert(alignof(FSmartObjectSlotEntranceHandle) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceHandle"); \ +static_assert(sizeof(FSmartObjectSlotEntranceHandle) == 0x000018, "Wrong size on FSmartObjectSlotEntranceHandle"); \ +static_assert(offsetof(FSmartObjectSlotEntranceHandle, SlotHandle) == 0x000000, "Member 'FSmartObjectSlotEntranceHandle::SlotHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceLocationRequest \ +static_assert(alignof(FSmartObjectSlotEntranceLocationRequest) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceLocationRequest"); \ +static_assert(sizeof(FSmartObjectSlotEntranceLocationRequest) == 0x000058, "Wrong size on FSmartObjectSlotEntranceLocationRequest"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, UserActor) == 0x000000, "Member 'FSmartObjectSlotEntranceLocationRequest::UserActor' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, ValidationFilter) == 0x000008, "Member 'FSmartObjectSlotEntranceLocationRequest::ValidationFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, NavigationData) == 0x000010, "Member 'FSmartObjectSlotEntranceLocationRequest::NavigationData' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, UserCapsuleParams) == 0x000018, "Member 'FSmartObjectSlotEntranceLocationRequest::UserCapsuleParams' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, SearchLocation) == 0x000028, "Member 'FSmartObjectSlotEntranceLocationRequest::SearchLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, SelectMethod) == 0x000040, "Member 'FSmartObjectSlotEntranceLocationRequest::SelectMethod' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, LocationType) == 0x000041, "Member 'FSmartObjectSlotEntranceLocationRequest::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bProjectNavigationLocation) == 0x000042, "Member 'FSmartObjectSlotEntranceLocationRequest::bProjectNavigationLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bTraceGroundLocation) == 0x000043, "Member 'FSmartObjectSlotEntranceLocationRequest::bTraceGroundLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckTransitionTrajectory) == 0x000044, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckTransitionTrajectory' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckEntranceLocationOverlap) == 0x000045, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckEntranceLocationOverlap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckSlotLocationOverlap) == 0x000046, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckSlotLocationOverlap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bUseSlotLocationAsFallback) == 0x000047, "Member 'FSmartObjectSlotEntranceLocationRequest::bUseSlotLocationAsFallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceLocationResult \ +static_assert(alignof(FSmartObjectSlotEntranceLocationResult) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceLocationResult"); \ +static_assert(sizeof(FSmartObjectSlotEntranceLocationResult) == 0x000080, "Wrong size on FSmartObjectSlotEntranceLocationResult"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Location) == 0x000000, "Member 'FSmartObjectSlotEntranceLocationResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Rotation) == 0x000018, "Member 'FSmartObjectSlotEntranceLocationResult::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Tag) == 0x000038, "Member 'FSmartObjectSlotEntranceLocationResult::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Tags) == 0x000040, "Member 'FSmartObjectSlotEntranceLocationResult::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, EntranceHandle) == 0x000060, "Member 'FSmartObjectSlotEntranceLocationResult::EntranceHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, bIsValid) == 0x000078, "Member 'FSmartObjectSlotEntranceLocationResult::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotIndex \ +static_assert(alignof(FSmartObjectSlotIndex) == 0x000004, "Wrong alignment on FSmartObjectSlotIndex"); \ +static_assert(sizeof(FSmartObjectSlotIndex) == 0x000004, "Wrong size on FSmartObjectSlotIndex"); \ +static_assert(offsetof(FSmartObjectSlotIndex, Index) == 0x000000, "Member 'FSmartObjectSlotIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectTraceParams \ +static_assert(alignof(FSmartObjectTraceParams) == 0x000008, "Wrong alignment on FSmartObjectTraceParams"); \ +static_assert(sizeof(FSmartObjectTraceParams) == 0x000028, "Wrong size on FSmartObjectTraceParams"); \ +static_assert(offsetof(FSmartObjectTraceParams, Type) == 0x000000, "Member 'FSmartObjectTraceParams::Type' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, TraceChannel) == 0x000001, "Member 'FSmartObjectTraceParams::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, ObjectTypes) == 0x000008, "Member 'FSmartObjectTraceParams::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, CollisionProfile) == 0x000018, "Member 'FSmartObjectTraceParams::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, bTraceComplex) == 0x000020, "Member 'FSmartObjectTraceParams::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotValidationParams \ +static_assert(alignof(FSmartObjectSlotValidationParams) == 0x000008, "Wrong alignment on FSmartObjectSlotValidationParams"); \ +static_assert(sizeof(FSmartObjectSlotValidationParams) == 0x000080, "Wrong size on FSmartObjectSlotValidationParams"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, NavigationFilter) == 0x000000, "Member 'FSmartObjectSlotValidationParams::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, SearchExtents) == 0x000008, "Member 'FSmartObjectSlotValidationParams::SearchExtents' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, GroundTraceParameters) == 0x000020, "Member 'FSmartObjectSlotValidationParams::GroundTraceParameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, TransitionTraceParameters) == 0x000048, "Member 'FSmartObjectSlotValidationParams::TransitionTraceParameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, bUseNavigationCapsuleSize) == 0x000070, "Member 'FSmartObjectSlotValidationParams::bUseNavigationCapsuleSize' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, UserCapsule) == 0x000074, "Member 'FSmartObjectSlotValidationParams::UserCapsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectActorUserData \ +static_assert(alignof(FSmartObjectActorUserData) == 0x000004, "Wrong alignment on FSmartObjectActorUserData"); \ +static_assert(sizeof(FSmartObjectActorUserData) == 0x000008, "Wrong size on FSmartObjectActorUserData"); \ +static_assert(offsetof(FSmartObjectActorUserData, UserActor) == 0x000000, "Member 'FSmartObjectActorUserData::UserActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectActorOwnerData \ +static_assert(alignof(FSmartObjectActorOwnerData) == 0x000008, "Wrong alignment on FSmartObjectActorOwnerData"); \ +static_assert(sizeof(FSmartObjectActorOwnerData) == 0x000020, "Wrong size on FSmartObjectActorOwnerData"); \ +static_assert(offsetof(FSmartObjectActorOwnerData, Handle) == 0x000000, "Member 'FSmartObjectActorOwnerData::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionObjectTagQueryState \ +static_assert(alignof(FSmartObjectWorldConditionObjectTagQueryState) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionObjectTagQueryState"); \ +static_assert(sizeof(FSmartObjectWorldConditionObjectTagQueryState) == 0x000008, "Wrong size on FSmartObjectWorldConditionObjectTagQueryState"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionObjectTagQuery \ +static_assert(alignof(FSmartObjectWorldConditionObjectTagQuery) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionObjectTagQuery"); \ +static_assert(sizeof(FSmartObjectWorldConditionObjectTagQuery) == 0x000070, "Wrong size on FSmartObjectWorldConditionObjectTagQuery"); \ +static_assert(offsetof(FSmartObjectWorldConditionObjectTagQuery, TagQuery) == 0x000028, "Member 'FSmartObjectWorldConditionObjectTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionSlotTagQueryState \ +static_assert(alignof(FSmartObjectWorldConditionSlotTagQueryState) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionSlotTagQueryState"); \ +static_assert(sizeof(FSmartObjectWorldConditionSlotTagQueryState) == 0x000018, "Wrong size on FSmartObjectWorldConditionSlotTagQueryState"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionSlotTagQuery \ +static_assert(alignof(FSmartObjectWorldConditionSlotTagQuery) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionSlotTagQuery"); \ +static_assert(sizeof(FSmartObjectWorldConditionSlotTagQuery) == 0x000070, "Wrong size on FSmartObjectWorldConditionSlotTagQuery"); \ +static_assert(offsetof(FSmartObjectWorldConditionSlotTagQuery, TagQuery) == 0x000028, "Member 'FSmartObjectWorldConditionSlotTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldCondition_SmartObjectActorTagQueryState \ +static_assert(alignof(FWorldCondition_SmartObjectActorTagQueryState) == 0x000008, "Wrong alignment on FWorldCondition_SmartObjectActorTagQueryState"); \ +static_assert(sizeof(FWorldCondition_SmartObjectActorTagQueryState) == 0x000008, "Wrong size on FWorldCondition_SmartObjectActorTagQueryState"); \ + +#define DUMPER7_ASSERTS_FWorldCondition_SmartObjectActorTagQuery \ +static_assert(alignof(FWorldCondition_SmartObjectActorTagQuery) == 0x000008, "Wrong alignment on FWorldCondition_SmartObjectActorTagQuery"); \ +static_assert(sizeof(FWorldCondition_SmartObjectActorTagQuery) == 0x000068, "Wrong size on FWorldCondition_SmartObjectActorTagQuery"); \ +static_assert(offsetof(FWorldCondition_SmartObjectActorTagQuery, TagQuery) == 0x000020, "Member 'FWorldCondition_SmartObjectActorTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SmartObjects \ +static_assert(alignof(UEnvQueryGenerator_SmartObjects) == 0x000010, "Wrong alignment on UEnvQueryGenerator_SmartObjects"); \ +static_assert(sizeof(UEnvQueryGenerator_SmartObjects) == 0x000170, "Wrong size on UEnvQueryGenerator_SmartObjects"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, QueryOriginContext) == 0x000050, "Member 'UEnvQueryGenerator_SmartObjects::QueryOriginContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, SmartObjectRequestFilter) == 0x000060, "Member 'UEnvQueryGenerator_SmartObjects::SmartObjectRequestFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, QueryBoxExtent) == 0x000150, "Member 'UEnvQueryGenerator_SmartObjects::QueryBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, bOnlyClaimable) == 0x000168, "Member 'UEnvQueryGenerator_SmartObjects::bOnlyClaimable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_SmartObject \ +static_assert(alignof(UEnvQueryItemType_SmartObject) == 0x000008, "Wrong alignment on UEnvQueryItemType_SmartObject"); \ +static_assert(sizeof(UEnvQueryItemType_SmartObject) == 0x000030, "Wrong size on UEnvQueryItemType_SmartObject"); \ + +#define DUMPER7_ASSERTS_USmartObjectSettings \ +static_assert(alignof(USmartObjectSettings) == 0x000008, "Wrong alignment on USmartObjectSettings"); \ +static_assert(sizeof(USmartObjectSettings) == 0x000050, "Wrong size on USmartObjectSettings"); \ +static_assert(offsetof(USmartObjectSettings, DefaultUserTagsFilteringPolicy) == 0x000038, "Member 'USmartObjectSettings::DefaultUserTagsFilteringPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, DefaultActivityTagsMergingPolicy) == 0x000039, "Member 'USmartObjectSettings::DefaultActivityTagsMergingPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, DefaultWorldConditionSchemaClass) == 0x000040, "Member 'USmartObjectSettings::DefaultWorldConditionSchemaClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, bShouldExcludePreConditionsOnDedicatedClient) == 0x000048, "Member 'USmartObjectSettings::bShouldExcludePreConditionsOnDedicatedClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_SOClaimHandle \ +static_assert(alignof(UBlackboardKeyType_SOClaimHandle) == 0x000008, "Wrong alignment on UBlackboardKeyType_SOClaimHandle"); \ +static_assert(sizeof(UBlackboardKeyType_SOClaimHandle) == 0x000050, "Wrong size on UBlackboardKeyType_SOClaimHandle"); \ +static_assert(offsetof(UBlackboardKeyType_SOClaimHandle, Handle) == 0x000030, "Member 'UBlackboardKeyType_SOClaimHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGenericSmartObject \ +static_assert(alignof(AGenericSmartObject) == 0x000008, "Wrong alignment on AGenericSmartObject"); \ +static_assert(sizeof(AGenericSmartObject) == 0x000298, "Wrong size on AGenericSmartObject"); \ +static_assert(offsetof(AGenericSmartObject, SOComponent) == 0x000290, "Member 'AGenericSmartObject::SOComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, bAdd) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::bAdd' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, ReturnValue) == 0x000011, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, SmartObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, bEnabled) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, ReturnValue) == 0x000009, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddSmartObject, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddSmartObject, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_AddSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString) == 0x000030, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString, Result) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString, Definition) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString::Definition' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString, Result) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString, ReturnValue) == 0x000018, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString) == 0x000020, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, B) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, B) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor) == 0x000120, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, Filter) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, SearchActor) == 0x0000F0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::SearchActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, OutResults) == 0x0000F8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, UserActor) == 0x000108, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, ReturnValue) == 0x000110, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent) == 0x000120, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, Filter) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, SmartObjectComponent) == 0x0000F0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::SmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, OutResults) == 0x0000F8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, UserActor) == 0x000108, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, ReturnValue) == 0x000110, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList) == 0x000130, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, Filter) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, ActorList) == 0x000100, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::ActorList' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, OutResults) == 0x000110, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, UserActor) == 0x000120, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, ReturnValue) == 0x000128, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest) == 0x000130, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, Filter) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, TargetingHandle) == 0x000100, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, OutResults) == 0x000108, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, UserActor) == 0x000118, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, ReturnValue) == 0x000120, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle) == 0x000050, "Wrong size on SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, NodeOwner) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, Key) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::Key' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, ReturnValue) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle) == 0x000030, "Wrong size on SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, BlackboardComponent) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, KeyName) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::KeyName' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed) == 0x000048, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, SlotHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, UserActor) == 0x000018, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, ClaimPriority) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree) == 0x000030, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, ClaimHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, ClaimHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, DefinitionClass) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, ReturnValue) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, B) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, B) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_RemoveSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_RemoveSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_RemoveSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle) == 0x000050, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, NodeOwner) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, Key) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::Key' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, Value) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, bEnabled) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, ReturnValue) == 0x000011, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, bEnabled) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, ReturnValue) == 0x000009, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle) == 0x000030, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, BlackboardComponent) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, KeyName) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::KeyName' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, Value) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid) == 0x000020, "Wrong size on SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid, ReturnValue) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectBlueprintFunctionLibrary \ +static_assert(alignof(USmartObjectBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USmartObjectBlueprintFunctionLibrary"); \ +static_assert(sizeof(USmartObjectBlueprintFunctionLibrary) == 0x000028, "Wrong size on USmartObjectBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ASmartObjectCollection \ +static_assert(alignof(ASmartObjectCollection) == 0x000008, "Wrong alignment on ASmartObjectCollection"); \ +static_assert(sizeof(ASmartObjectCollection) == 0x000340, "Wrong size on ASmartObjectCollection"); \ +static_assert(offsetof(ASmartObjectCollection, Bounds) == 0x000290, "Member 'ASmartObjectCollection::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, CollectionEntries) == 0x0002C8, "Member 'ASmartObjectCollection::CollectionEntries' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, RegisteredIdToObjectMap) == 0x0002D8, "Member 'ASmartObjectCollection::RegisteredIdToObjectMap' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, Definitions) == 0x000328, "Member 'ASmartObjectCollection::Definitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_ReceiveOnEvent \ +static_assert(alignof(SmartObjectComponent_ReceiveOnEvent) == 0x000008, "Wrong alignment on SmartObjectComponent_ReceiveOnEvent"); \ +static_assert(sizeof(SmartObjectComponent_ReceiveOnEvent) == 0x000040, "Wrong size on SmartObjectComponent_ReceiveOnEvent"); \ +static_assert(offsetof(SmartObjectComponent_ReceiveOnEvent, EventData) == 0x000000, "Member 'SmartObjectComponent_ReceiveOnEvent::EventData' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_ReceiveOnEvent, Interactor) == 0x000038, "Member 'SmartObjectComponent_ReceiveOnEvent::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetDefinition \ +static_assert(alignof(SmartObjectComponent_SetDefinition) == 0x000008, "Wrong alignment on SmartObjectComponent_SetDefinition"); \ +static_assert(sizeof(SmartObjectComponent_SetDefinition) == 0x000008, "Wrong size on SmartObjectComponent_SetDefinition"); \ +static_assert(offsetof(SmartObjectComponent_SetDefinition, DefinitionAsset) == 0x000000, "Member 'SmartObjectComponent_SetDefinition::DefinitionAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_GetDefinition \ +static_assert(alignof(SmartObjectComponent_GetDefinition) == 0x000008, "Wrong alignment on SmartObjectComponent_GetDefinition"); \ +static_assert(sizeof(SmartObjectComponent_GetDefinition) == 0x000008, "Wrong size on SmartObjectComponent_GetDefinition"); \ +static_assert(offsetof(SmartObjectComponent_GetDefinition, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_GetDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsBoundToSimulation \ +static_assert(alignof(SmartObjectComponent_IsBoundToSimulation) == 0x000001, "Wrong alignment on SmartObjectComponent_IsBoundToSimulation"); \ +static_assert(sizeof(SmartObjectComponent_IsBoundToSimulation) == 0x000001, "Wrong size on SmartObjectComponent_IsBoundToSimulation"); \ +static_assert(offsetof(SmartObjectComponent_IsBoundToSimulation, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_IsBoundToSimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsSmartObjectEnabled \ +static_assert(alignof(SmartObjectComponent_IsSmartObjectEnabled) == 0x000001, "Wrong alignment on SmartObjectComponent_IsSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectComponent_IsSmartObjectEnabled) == 0x000001, "Wrong size on SmartObjectComponent_IsSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabled, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_IsSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsSmartObjectEnabledForReason \ +static_assert(alignof(SmartObjectComponent_IsSmartObjectEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectComponent_IsSmartObjectEnabledForReason"); \ +static_assert(sizeof(SmartObjectComponent_IsSmartObjectEnabledForReason) == 0x00000C, "Wrong size on SmartObjectComponent_IsSmartObjectEnabledForReason"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabledForReason, ReasonTag) == 0x000000, "Member 'SmartObjectComponent_IsSmartObjectEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabledForReason, ReturnValue) == 0x000008, "Member 'SmartObjectComponent_IsSmartObjectEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetSmartObjectEnabled \ +static_assert(alignof(SmartObjectComponent_SetSmartObjectEnabled) == 0x000001, "Wrong alignment on SmartObjectComponent_SetSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectComponent_SetSmartObjectEnabled) == 0x000002, "Wrong size on SmartObjectComponent_SetSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabled, bEnable) == 0x000000, "Member 'SmartObjectComponent_SetSmartObjectEnabled::bEnable' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabled, ReturnValue) == 0x000001, "Member 'SmartObjectComponent_SetSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetSmartObjectEnabledForReason \ +static_assert(alignof(SmartObjectComponent_SetSmartObjectEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectComponent_SetSmartObjectEnabledForReason"); \ +static_assert(sizeof(SmartObjectComponent_SetSmartObjectEnabledForReason) == 0x00000C, "Wrong size on SmartObjectComponent_SetSmartObjectEnabledForReason"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, ReasonTag) == 0x000000, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, bEnabled) == 0x000008, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, ReturnValue) == 0x000009, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectComponent \ +static_assert(alignof(USmartObjectComponent) == 0x000010, "Wrong alignment on USmartObjectComponent"); \ +static_assert(sizeof(USmartObjectComponent) == 0x0002B0, "Wrong size on USmartObjectComponent"); \ +static_assert(offsetof(USmartObjectComponent, OnSmartObjectEvent) == 0x000230, "Member 'USmartObjectComponent::OnSmartObjectEvent' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, DefinitionRef) == 0x000258, "Member 'USmartObjectComponent::DefinitionRef' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, RegisteredHandle) == 0x000280, "Member 'USmartObjectComponent::RegisteredHandle' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, bCanBePartOfCollection) == 0x000298, "Member 'USmartObjectComponent::bCanBePartOfCollection' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, CachedDefinitionAssetVariation) == 0x0002A0, "Member 'USmartObjectComponent::CachedDefinitionAssetVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectContainerRenderingComponent \ +static_assert(alignof(USmartObjectContainerRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectContainerRenderingComponent"); \ +static_assert(sizeof(USmartObjectContainerRenderingComponent) == 0x000520, "Wrong size on USmartObjectContainerRenderingComponent"); \ + +#define DUMPER7_ASSERTS_USmartObjectDebugRenderingComponent \ +static_assert(alignof(USmartObjectDebugRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectDebugRenderingComponent"); \ +static_assert(sizeof(USmartObjectDebugRenderingComponent) == 0x000570, "Wrong size on USmartObjectDebugRenderingComponent"); \ + +#define DUMPER7_ASSERTS_USmartObjectBehaviorDefinition \ +static_assert(alignof(USmartObjectBehaviorDefinition) == 0x000008, "Wrong alignment on USmartObjectBehaviorDefinition"); \ +static_assert(sizeof(USmartObjectBehaviorDefinition) == 0x000028, "Wrong size on USmartObjectBehaviorDefinition"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetMutableSlot \ +static_assert(alignof(SmartObjectDefinition_GetMutableSlot) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetMutableSlot"); \ +static_assert(sizeof(SmartObjectDefinition_GetMutableSlot) == 0x0000E8, "Wrong size on SmartObjectDefinition_GetMutableSlot"); \ +static_assert(offsetof(SmartObjectDefinition_GetMutableSlot, Index_0) == 0x000000, "Member 'SmartObjectDefinition_GetMutableSlot::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetMutableSlot, ReturnValue) == 0x000008, "Member 'SmartObjectDefinition_GetMutableSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_SetUserTagFilter \ +static_assert(alignof(SmartObjectDefinition_SetUserTagFilter) == 0x000008, "Wrong alignment on SmartObjectDefinition_SetUserTagFilter"); \ +static_assert(sizeof(SmartObjectDefinition_SetUserTagFilter) == 0x000048, "Wrong size on SmartObjectDefinition_SetUserTagFilter"); \ +static_assert(offsetof(SmartObjectDefinition_SetUserTagFilter, InUserTagFilter) == 0x000000, "Member 'SmartObjectDefinition_SetUserTagFilter::InUserTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetActivityTags \ +static_assert(alignof(SmartObjectDefinition_GetActivityTags) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetActivityTags"); \ +static_assert(sizeof(SmartObjectDefinition_GetActivityTags) == 0x000020, "Wrong size on SmartObjectDefinition_GetActivityTags"); \ +static_assert(offsetof(SmartObjectDefinition_GetActivityTags, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetActivityTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetBounds \ +static_assert(alignof(SmartObjectDefinition_GetBounds) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetBounds"); \ +static_assert(sizeof(SmartObjectDefinition_GetBounds) == 0x000038, "Wrong size on SmartObjectDefinition_GetBounds"); \ +static_assert(offsetof(SmartObjectDefinition_GetBounds, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetSlotActivityTags \ +static_assert(alignof(SmartObjectDefinition_GetSlotActivityTags) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetSlotActivityTags"); \ +static_assert(sizeof(SmartObjectDefinition_GetSlotActivityTags) == 0x000028, "Wrong size on SmartObjectDefinition_GetSlotActivityTags"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotActivityTags, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_GetSlotActivityTags::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotActivityTags, OutActivityTags) == 0x000008, "Member 'SmartObjectDefinition_GetSlotActivityTags::OutActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetSlotWorldTransform \ +static_assert(alignof(SmartObjectDefinition_GetSlotWorldTransform) == 0x000010, "Wrong alignment on SmartObjectDefinition_GetSlotWorldTransform"); \ +static_assert(sizeof(SmartObjectDefinition_GetSlotWorldTransform) == 0x0000D0, "Wrong size on SmartObjectDefinition_GetSlotWorldTransform"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_GetSlotWorldTransform::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, OwnerTransform) == 0x000010, "Member 'SmartObjectDefinition_GetSlotWorldTransform::OwnerTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, ReturnValue) == 0x000070, "Member 'SmartObjectDefinition_GetSlotWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetUserTagFilter \ +static_assert(alignof(SmartObjectDefinition_GetUserTagFilter) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetUserTagFilter"); \ +static_assert(sizeof(SmartObjectDefinition_GetUserTagFilter) == 0x000048, "Wrong size on SmartObjectDefinition_GetUserTagFilter"); \ +static_assert(offsetof(SmartObjectDefinition_GetUserTagFilter, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetUserTagFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetUserTagsFilteringPolicy \ +static_assert(alignof(SmartObjectDefinition_GetUserTagsFilteringPolicy) == 0x000001, "Wrong alignment on SmartObjectDefinition_GetUserTagsFilteringPolicy"); \ +static_assert(sizeof(SmartObjectDefinition_GetUserTagsFilteringPolicy) == 0x000001, "Wrong size on SmartObjectDefinition_GetUserTagsFilteringPolicy"); \ +static_assert(offsetof(SmartObjectDefinition_GetUserTagsFilteringPolicy, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetUserTagsFilteringPolicy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_IsValidSlotIndex \ +static_assert(alignof(SmartObjectDefinition_IsValidSlotIndex) == 0x000004, "Wrong alignment on SmartObjectDefinition_IsValidSlotIndex"); \ +static_assert(sizeof(SmartObjectDefinition_IsValidSlotIndex) == 0x000008, "Wrong size on SmartObjectDefinition_IsValidSlotIndex"); \ +static_assert(offsetof(SmartObjectDefinition_IsValidSlotIndex, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_IsValidSlotIndex::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_IsValidSlotIndex, ReturnValue) == 0x000004, "Member 'SmartObjectDefinition_IsValidSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_K2_GetSlots \ +static_assert(alignof(SmartObjectDefinition_K2_GetSlots) == 0x000008, "Wrong alignment on SmartObjectDefinition_K2_GetSlots"); \ +static_assert(sizeof(SmartObjectDefinition_K2_GetSlots) == 0x000010, "Wrong size on SmartObjectDefinition_K2_GetSlots"); \ +static_assert(offsetof(SmartObjectDefinition_K2_GetSlots, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_K2_GetSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectDefinition \ +static_assert(alignof(USmartObjectDefinition) == 0x000008, "Wrong alignment on USmartObjectDefinition"); \ +static_assert(sizeof(USmartObjectDefinition) == 0x000140, "Wrong size on USmartObjectDefinition"); \ +static_assert(offsetof(USmartObjectDefinition, Parameters) == 0x000040, "Member 'USmartObjectDefinition::Parameters' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ParametersID) == 0x000050, "Member 'USmartObjectDefinition::ParametersID' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, RootID) == 0x000060, "Member 'USmartObjectDefinition::RootID' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, PropertyBindings) == 0x000070, "Member 'USmartObjectDefinition::PropertyBindings' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, Slots) == 0x000080, "Member 'USmartObjectDefinition::Slots' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, DefaultBehaviorDefinitions) == 0x000090, "Member 'USmartObjectDefinition::DefaultBehaviorDefinitions' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, UserTagFilter) == 0x0000A0, "Member 'USmartObjectDefinition::UserTagFilter' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, Preconditions) == 0x0000E8, "Member 'USmartObjectDefinition::Preconditions' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ActivityTags) == 0x000100, "Member 'USmartObjectDefinition::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, DefinitionData) == 0x000120, "Member 'USmartObjectDefinition::DefinitionData' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, WorldConditionSchemaClass) == 0x000130, "Member 'USmartObjectDefinition::WorldConditionSchemaClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ActivityTagsMergingPolicy) == 0x000138, "Member 'USmartObjectDefinition::ActivityTagsMergingPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, UserTagsFilteringPolicy) == 0x000139, "Member 'USmartObjectDefinition::UserTagsFilteringPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSpacePartition \ +static_assert(alignof(USmartObjectSpacePartition) == 0x000008, "Wrong alignment on USmartObjectSpacePartition"); \ +static_assert(sizeof(USmartObjectSpacePartition) == 0x000028, "Wrong size on USmartObjectSpacePartition"); \ + +#define DUMPER7_ASSERTS_USmartObjectHashGrid \ +static_assert(alignof(USmartObjectHashGrid) == 0x000008, "Wrong alignment on USmartObjectHashGrid"); \ +static_assert(sizeof(USmartObjectHashGrid) == 0x0000D0, "Wrong size on USmartObjectHashGrid"); \ + +#define DUMPER7_ASSERTS_USmartObjectOctree \ +static_assert(alignof(USmartObjectOctree) == 0x000008, "Wrong alignment on USmartObjectOctree"); \ +static_assert(sizeof(USmartObjectOctree) == 0x0000F0, "Wrong size on USmartObjectOctree"); \ + +#define DUMPER7_ASSERTS_ASmartObjectPersistentCollection \ +static_assert(alignof(ASmartObjectPersistentCollection) == 0x000008, "Wrong alignment on ASmartObjectPersistentCollection"); \ +static_assert(sizeof(ASmartObjectPersistentCollection) == 0x000348, "Wrong size on ASmartObjectPersistentCollection"); \ +static_assert(offsetof(ASmartObjectPersistentCollection, SmartObjectContainer) == 0x000290, "Member 'ASmartObjectPersistentCollection::SmartObjectContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectRenderingComponent \ +static_assert(alignof(USmartObjectRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectRenderingComponent"); \ +static_assert(sizeof(USmartObjectRenderingComponent) == 0x000520, "Wrong size on USmartObjectRenderingComponent"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_Abort \ +static_assert(alignof(SmartObjectSubsystem_Abort) == 0x000008, "Wrong alignment on SmartObjectSubsystem_Abort"); \ +static_assert(sizeof(SmartObjectSubsystem_Abort) == 0x000028, "Wrong size on SmartObjectSubsystem_Abort"); \ +static_assert(offsetof(SmartObjectSubsystem_Abort, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_Abort::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Abort, ReturnValue) == 0x000020, "Member 'SmartObjectSubsystem_Abort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_AddTagToInstance \ +static_assert(alignof(SmartObjectSubsystem_AddTagToInstance) == 0x000008, "Wrong alignment on SmartObjectSubsystem_AddTagToInstance"); \ +static_assert(sizeof(SmartObjectSubsystem_AddTagToInstance) == 0x000010, "Wrong size on SmartObjectSubsystem_AddTagToInstance"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToInstance, Handle) == 0x000000, "Member 'SmartObjectSubsystem_AddTagToInstance::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToInstance, Tag) == 0x000008, "Member 'SmartObjectSubsystem_AddTagToInstance::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_AddTagToSlot \ +static_assert(alignof(SmartObjectSubsystem_AddTagToSlot) == 0x000008, "Wrong alignment on SmartObjectSubsystem_AddTagToSlot"); \ +static_assert(sizeof(SmartObjectSubsystem_AddTagToSlot) == 0x000018, "Wrong size on SmartObjectSubsystem_AddTagToSlot"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToSlot, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_AddTagToSlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToSlot, Tag) == 0x000010, "Member 'SmartObjectSubsystem_AddTagToSlot::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_Claim \ +static_assert(alignof(SmartObjectSubsystem_Claim) == 0x000008, "Wrong alignment on SmartObjectSubsystem_Claim"); \ +static_assert(sizeof(SmartObjectSubsystem_Claim) == 0x000040, "Wrong size on SmartObjectSubsystem_Claim"); \ +static_assert(offsetof(SmartObjectSubsystem_Claim, RequestResult) == 0x000000, "Member 'SmartObjectSubsystem_Claim::RequestResult' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Claim, UserActor) == 0x000018, "Member 'SmartObjectSubsystem_Claim::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Claim, ReturnValue) == 0x000020, "Member 'SmartObjectSubsystem_Claim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetBehaviorDefinition \ +static_assert(alignof(SmartObjectSubsystem_GetBehaviorDefinition) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetBehaviorDefinition"); \ +static_assert(sizeof(SmartObjectSubsystem_GetBehaviorDefinition) == 0x000030, "Wrong size on SmartObjectSubsystem_GetBehaviorDefinition"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, DefinitionClass) == 0x000020, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, ReturnValue) == 0x000028, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult) == 0x000028, "Wrong size on SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, RequestResult) == 0x000000, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::RequestResult' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, DefinitionClass) == 0x000018, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, ReturnValue) == 0x000020, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_Release \ +static_assert(alignof(SmartObjectSubsystem_Release) == 0x000008, "Wrong alignment on SmartObjectSubsystem_Release"); \ +static_assert(sizeof(SmartObjectSubsystem_Release) == 0x000028, "Wrong size on SmartObjectSubsystem_Release"); \ +static_assert(offsetof(SmartObjectSubsystem_Release, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_Release::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Release, ReturnValue) == 0x000020, "Member 'SmartObjectSubsystem_Release::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_RemoveTagFromInstance \ +static_assert(alignof(SmartObjectSubsystem_RemoveTagFromInstance) == 0x000008, "Wrong alignment on SmartObjectSubsystem_RemoveTagFromInstance"); \ +static_assert(sizeof(SmartObjectSubsystem_RemoveTagFromInstance) == 0x000010, "Wrong size on SmartObjectSubsystem_RemoveTagFromInstance"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromInstance, Handle) == 0x000000, "Member 'SmartObjectSubsystem_RemoveTagFromInstance::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromInstance, Tag) == 0x000008, "Member 'SmartObjectSubsystem_RemoveTagFromInstance::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_RemoveTagFromSlot \ +static_assert(alignof(SmartObjectSubsystem_RemoveTagFromSlot) == 0x000008, "Wrong alignment on SmartObjectSubsystem_RemoveTagFromSlot"); \ +static_assert(sizeof(SmartObjectSubsystem_RemoveTagFromSlot) == 0x000020, "Wrong size on SmartObjectSubsystem_RemoveTagFromSlot"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, Tag) == 0x000010, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::Tag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, ReturnValue) == 0x000018, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetEnabled \ +static_assert(alignof(SmartObjectSubsystem_SetEnabled) == 0x000008, "Wrong alignment on SmartObjectSubsystem_SetEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_SetEnabled) == 0x000010, "Wrong size on SmartObjectSubsystem_SetEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, Handle) == 0x000000, "Member 'SmartObjectSubsystem_SetEnabled::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, bEnabled) == 0x000008, "Member 'SmartObjectSubsystem_SetEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, ReturnValue) == 0x000009, "Member 'SmartObjectSubsystem_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetEnabledForReason \ +static_assert(alignof(SmartObjectSubsystem_SetEnabledForReason) == 0x000008, "Wrong alignment on SmartObjectSubsystem_SetEnabledForReason"); \ +static_assert(sizeof(SmartObjectSubsystem_SetEnabledForReason) == 0x000018, "Wrong size on SmartObjectSubsystem_SetEnabledForReason"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, Handle) == 0x000000, "Member 'SmartObjectSubsystem_SetEnabledForReason::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, ReasonTag) == 0x000008, "Member 'SmartObjectSubsystem_SetEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, bEnabled) == 0x000010, "Member 'SmartObjectSubsystem_SetEnabledForReason::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, ReturnValue) == 0x000011, "Member 'SmartObjectSubsystem_SetEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetSlotEnabled \ +static_assert(alignof(SmartObjectSubsystem_SetSlotEnabled) == 0x000008, "Wrong alignment on SmartObjectSubsystem_SetSlotEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_SetSlotEnabled) == 0x000018, "Wrong size on SmartObjectSubsystem_SetSlotEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_SetSlotEnabled::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, bEnabled) == 0x000010, "Member 'SmartObjectSubsystem_SetSlotEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, ReturnValue) == 0x000011, "Member 'SmartObjectSubsystem_SetSlotEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_Use \ +static_assert(alignof(SmartObjectSubsystem_Use) == 0x000008, "Wrong alignment on SmartObjectSubsystem_Use"); \ +static_assert(sizeof(SmartObjectSubsystem_Use) == 0x000030, "Wrong size on SmartObjectSubsystem_Use"); \ +static_assert(offsetof(SmartObjectSubsystem_Use, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_Use::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Use, DefinitionClass) == 0x000020, "Member 'SmartObjectSubsystem_Use::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Use, ReturnValue) == 0x000028, "Member 'SmartObjectSubsystem_Use::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObject \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObject) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObject"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObject) == 0x000150, "Wrong size on SmartObjectSubsystem_FindSmartObject"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObject::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, UserActor) == 0x000130, "Member 'SmartObjectSubsystem_FindSmartObject::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, ReturnValue) == 0x000138, "Member 'SmartObjectSubsystem_FindSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObjects \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObjects) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObjects"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObjects) == 0x000150, "Wrong size on SmartObjectSubsystem_FindSmartObjects"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObjects::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, OutResults) == 0x000130, "Member 'SmartObjectSubsystem_FindSmartObjects::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, UserActor) == 0x000140, "Member 'SmartObjectSubsystem_FindSmartObjects::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, ReturnValue) == 0x000148, "Member 'SmartObjectSubsystem_FindSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObjects_BP \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObjects_BP) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObjects_BP"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObjects_BP) == 0x000150, "Wrong size on SmartObjectSubsystem_FindSmartObjects_BP"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, OutResults) == 0x000130, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, UserActor) == 0x000140, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, ReturnValue) == 0x000148, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetAllSlots \ +static_assert(alignof(SmartObjectSubsystem_GetAllSlots) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetAllSlots"); \ +static_assert(sizeof(SmartObjectSubsystem_GetAllSlots) == 0x000018, "Wrong size on SmartObjectSubsystem_GetAllSlots"); \ +static_assert(offsetof(SmartObjectSubsystem_GetAllSlots, Handle) == 0x000000, "Member 'SmartObjectSubsystem_GetAllSlots::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetAllSlots, OutSlots) == 0x000008, "Member 'SmartObjectSubsystem_GetAllSlots::OutSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetInstanceTags \ +static_assert(alignof(SmartObjectSubsystem_GetInstanceTags) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetInstanceTags"); \ +static_assert(sizeof(SmartObjectSubsystem_GetInstanceTags) == 0x000028, "Wrong size on SmartObjectSubsystem_GetInstanceTags"); \ +static_assert(offsetof(SmartObjectSubsystem_GetInstanceTags, Handle) == 0x000000, "Member 'SmartObjectSubsystem_GetInstanceTags::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetInstanceTags, ReturnValue) == 0x000008, "Member 'SmartObjectSubsystem_GetInstanceTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotLocation \ +static_assert(alignof(SmartObjectSubsystem_GetSlotLocation) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSlotLocation"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotLocation) == 0x000040, "Wrong size on SmartObjectSubsystem_GetSlotLocation"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotLocation::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, OutSlotLocation) == 0x000020, "Member 'SmartObjectSubsystem_GetSlotLocation::OutSlotLocation' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, ReturnValue) == 0x000038, "Member 'SmartObjectSubsystem_GetSlotLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotState \ +static_assert(alignof(SmartObjectSubsystem_GetSlotState) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSlotState"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotState) == 0x000018, "Wrong size on SmartObjectSubsystem_GetSlotState"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotState, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotState::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotState, ReturnValue) == 0x000010, "Member 'SmartObjectSubsystem_GetSlotState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTags \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTags) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSlotTags"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTags) == 0x000030, "Wrong size on SmartObjectSubsystem_GetSlotTags"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTags, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTags::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTags, ReturnValue) == 0x000010, "Member 'SmartObjectSubsystem_GetSlotTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTransform \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTransform) == 0x000010, "Wrong alignment on SmartObjectSubsystem_GetSlotTransform"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTransform) == 0x000090, "Wrong size on SmartObjectSubsystem_GetSlotTransform"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTransform::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, OutSlotTransform) == 0x000020, "Member 'SmartObjectSubsystem_GetSlotTransform::OutSlotTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, ReturnValue) == 0x000080, "Member 'SmartObjectSubsystem_GetSlotTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTransformFromRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTransformFromRequestResult) == 0x000010, "Wrong alignment on SmartObjectSubsystem_GetSlotTransformFromRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTransformFromRequestResult) == 0x000090, "Wrong size on SmartObjectSubsystem_GetSlotTransformFromRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, RequestResult) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::RequestResult' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, OutSlotTransform) == 0x000020, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::OutSlotTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, ReturnValue) == 0x000080, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponent \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponent) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponent"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponent) == 0x000030, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponent"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, TrySpawnActorIfDehydrated) == 0x000020, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, ReturnValue) == 0x000028, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponentByRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponentByRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult) == 0x000028, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponentByRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, Result) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, TrySpawnActorIfDehydrated) == 0x000018, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, ReturnValue) == 0x000020, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_IsEnabled \ +static_assert(alignof(SmartObjectSubsystem_IsEnabled) == 0x000008, "Wrong alignment on SmartObjectSubsystem_IsEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_IsEnabled) == 0x000010, "Wrong size on SmartObjectSubsystem_IsEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabled, Handle) == 0x000000, "Member 'SmartObjectSubsystem_IsEnabled::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabled, ReturnValue) == 0x000008, "Member 'SmartObjectSubsystem_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_IsEnabledForReason \ +static_assert(alignof(SmartObjectSubsystem_IsEnabledForReason) == 0x000008, "Wrong alignment on SmartObjectSubsystem_IsEnabledForReason"); \ +static_assert(sizeof(SmartObjectSubsystem_IsEnabledForReason) == 0x000018, "Wrong size on SmartObjectSubsystem_IsEnabledForReason"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, Handle) == 0x000000, "Member 'SmartObjectSubsystem_IsEnabledForReason::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, ReasonTag) == 0x000008, "Member 'SmartObjectSubsystem_IsEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, ReturnValue) == 0x000010, "Member 'SmartObjectSubsystem_IsEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSubsystem \ +static_assert(alignof(USmartObjectSubsystem) == 0x000008, "Wrong alignment on USmartObjectSubsystem"); \ +static_assert(sizeof(USmartObjectSubsystem) == 0x0001A0, "Wrong size on USmartObjectSubsystem"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartitionClassName) == 0x000030, "Member 'USmartObjectSubsystem::SpacePartitionClassName' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartitionClass) == 0x000050, "Member 'USmartObjectSubsystem::SpacePartitionClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartition) == 0x000058, "Member 'USmartObjectSubsystem::SpacePartition' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RenderingActor) == 0x000060, "Member 'USmartObjectSubsystem::RenderingActor' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SmartObjectContainer) == 0x000068, "Member 'USmartObjectSubsystem::SmartObjectContainer' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RuntimeSmartObjects) == 0x000128, "Member 'USmartObjectSubsystem::RuntimeSmartObjects' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RegisteredSOComponents) == 0x000178, "Member 'USmartObjectSubsystem::RegisteredSOComponents' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, PendingSmartObjectRegistration) == 0x000188, "Member 'USmartObjectSubsystem::PendingSmartObjectRegistration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSubsystemRenderingComponent \ +static_assert(alignof(USmartObjectSubsystemRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectSubsystemRenderingComponent"); \ +static_assert(sizeof(USmartObjectSubsystemRenderingComponent) == 0x000570, "Wrong size on USmartObjectSubsystemRenderingComponent"); \ + +#define DUMPER7_ASSERTS_ASmartObjectSubsystemRenderingActor \ +static_assert(alignof(ASmartObjectSubsystemRenderingActor) == 0x000008, "Wrong alignment on ASmartObjectSubsystemRenderingActor"); \ +static_assert(sizeof(ASmartObjectSubsystemRenderingActor) == 0x000298, "Wrong size on ASmartObjectSubsystemRenderingActor"); \ +static_assert(offsetof(ASmartObjectSubsystemRenderingActor, RenderingComponent) == 0x000290, "Member 'ASmartObjectSubsystemRenderingActor::RenderingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectTest \ +static_assert(alignof(USmartObjectTest) == 0x000008, "Wrong alignment on USmartObjectTest"); \ +static_assert(sizeof(USmartObjectTest) == 0x000030, "Wrong size on USmartObjectTest"); \ +static_assert(offsetof(USmartObjectTest, SmartObjectTestingActor) == 0x000028, "Member 'USmartObjectTest::SmartObjectTestingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSimpleQueryTest \ +static_assert(alignof(USmartObjectSimpleQueryTest) == 0x000010, "Wrong alignment on USmartObjectSimpleQueryTest"); \ +static_assert(sizeof(USmartObjectSimpleQueryTest) == 0x000170, "Wrong size on USmartObjectSimpleQueryTest"); \ +static_assert(offsetof(USmartObjectSimpleQueryTest, Request) == 0x000030, "Member 'USmartObjectSimpleQueryTest::Request' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSimpleQueryTest, Results) == 0x000160, "Member 'USmartObjectSimpleQueryTest::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectTestRenderingComponent \ +static_assert(alignof(USmartObjectTestRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectTestRenderingComponent"); \ +static_assert(sizeof(USmartObjectTestRenderingComponent) == 0x000570, "Wrong size on USmartObjectTestRenderingComponent"); \ + +#define DUMPER7_ASSERTS_ASmartObjectTestingActor \ +static_assert(alignof(ASmartObjectTestingActor) == 0x000008, "Wrong alignment on ASmartObjectTestingActor"); \ +static_assert(sizeof(ASmartObjectTestingActor) == 0x0002B8, "Wrong size on ASmartObjectTestingActor"); \ +static_assert(offsetof(ASmartObjectTestingActor, Tests) == 0x000290, "Member 'ASmartObjectTestingActor::Tests' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, RenderingComponent) == 0x0002A0, "Member 'ASmartObjectTestingActor::RenderingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, SmartObjectSubsystem) == 0x0002A8, "Member 'ASmartObjectTestingActor::SmartObjectSubsystem' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, bRunTestsEachFrame) == 0x0002B0, "Member 'ASmartObjectTestingActor::bRunTestsEachFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSlotValidationFilter \ +static_assert(alignof(USmartObjectSlotValidationFilter) == 0x000008, "Wrong alignment on USmartObjectSlotValidationFilter"); \ +static_assert(sizeof(USmartObjectSlotValidationFilter) == 0x000130, "Wrong size on USmartObjectSlotValidationFilter"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, EntryParameters) == 0x000028, "Member 'USmartObjectSlotValidationFilter::EntryParameters' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, bUseEntryParametersForExit) == 0x0000A8, "Member 'USmartObjectSlotValidationFilter::bUseEntryParametersForExit' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, ExitParameters) == 0x0000B0, "Member 'USmartObjectSlotValidationFilter::ExitParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectUserComponent \ +static_assert(alignof(USmartObjectUserComponent) == 0x000008, "Wrong alignment on USmartObjectUserComponent"); \ +static_assert(sizeof(USmartObjectUserComponent) == 0x0000A8, "Wrong size on USmartObjectUserComponent"); \ +static_assert(offsetof(USmartObjectUserComponent, ValidationFilter) == 0x0000A0, "Member 'USmartObjectUserComponent::ValidationFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectWorldConditionSchema \ +static_assert(alignof(USmartObjectWorldConditionSchema) == 0x000008, "Wrong alignment on USmartObjectWorldConditionSchema"); \ +static_assert(sizeof(USmartObjectWorldConditionSchema) == 0x000078, "Wrong size on USmartObjectWorldConditionSchema"); \ + +#define DUMPER7_ASSERTS_FAgentGameplayBehaviors \ +static_assert(alignof(FAgentGameplayBehaviors) == 0x000008, "Wrong alignment on FAgentGameplayBehaviors"); \ +static_assert(sizeof(FAgentGameplayBehaviors) == 0x000010, "Wrong size on FAgentGameplayBehaviors"); \ +static_assert(offsetof(FAgentGameplayBehaviors, Behaviors) == 0x000000, "Member 'FAgentGameplayBehaviors::Behaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontagePlaybackData \ +static_assert(alignof(FMontagePlaybackData) == 0x000008, "Wrong alignment on FMontagePlaybackData"); \ +static_assert(sizeof(FMontagePlaybackData) == 0x000048, "Wrong size on FMontagePlaybackData"); \ +static_assert(offsetof(FMontagePlaybackData, Avatar) == 0x000000, "Member 'FMontagePlaybackData::Avatar' has a wrong offset!"); \ +static_assert(offsetof(FMontagePlaybackData, AnimMontage) == 0x000008, "Member 'FMontagePlaybackData::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FMontagePlaybackData, AbilityComponent) == 0x000010, "Member 'FMontagePlaybackData::AbilityComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_GameplayTagQuery \ +static_assert(alignof(UBTDecorator_GameplayTagQuery) == 0x000008, "Wrong alignment on UBTDecorator_GameplayTagQuery"); \ +static_assert(sizeof(UBTDecorator_GameplayTagQuery) == 0x0000E8, "Wrong size on UBTDecorator_GameplayTagQuery"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, ActorForGameplayTagQuery) == 0x000068, "Member 'UBTDecorator_GameplayTagQuery::ActorForGameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, GameplayTagQuery) == 0x000090, "Member 'UBTDecorator_GameplayTagQuery::GameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, QueryTags) == 0x0000D8, "Member 'UBTDecorator_GameplayTagQuery::QueryTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_StopGameplayBehavior \ +static_assert(alignof(UBTTask_StopGameplayBehavior) == 0x000008, "Wrong alignment on UBTTask_StopGameplayBehavior"); \ +static_assert(sizeof(UBTTask_StopGameplayBehavior) == 0x000078, "Wrong size on UBTTask_StopGameplayBehavior"); \ +static_assert(offsetof(UBTTask_StopGameplayBehavior, BehaviorToStop) == 0x000070, "Member 'UBTTask_StopGameplayBehavior::BehaviorToStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig \ +static_assert(alignof(UGameplayBehaviorConfig) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig"); \ +static_assert(sizeof(UGameplayBehaviorConfig) == 0x000030, "Wrong size on UGameplayBehaviorConfig"); \ +static_assert(offsetof(UGameplayBehaviorConfig, BehaviorClass) == 0x000028, "Member 'UGameplayBehaviorConfig::BehaviorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_BehaviorTree \ +static_assert(alignof(UGameplayBehaviorConfig_BehaviorTree) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig_BehaviorTree"); \ +static_assert(sizeof(UGameplayBehaviorConfig_BehaviorTree) == 0x000060, "Wrong size on UGameplayBehaviorConfig_BehaviorTree"); \ +static_assert(offsetof(UGameplayBehaviorConfig_BehaviorTree, BehaviorTree) == 0x000030, "Member 'UGameplayBehaviorConfig_BehaviorTree::BehaviorTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_AbortBehavior \ +static_assert(alignof(GameplayBehavior_K2_AbortBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_AbortBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_AbortBehavior) == 0x000008, "Wrong size on GameplayBehavior_K2_AbortBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_AbortBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_AbortBehavior::Avatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_EndBehavior \ +static_assert(alignof(GameplayBehavior_K2_EndBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_EndBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_EndBehavior) == 0x000008, "Wrong size on GameplayBehavior_K2_EndBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_EndBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_EndBehavior::Avatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinished \ +static_assert(alignof(GameplayBehavior_K2_OnFinished) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinished"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinished) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinished"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinished, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinished::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinished, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinished::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinishedCharacter \ +static_assert(alignof(GameplayBehavior_K2_OnFinishedCharacter) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinishedCharacter"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinishedCharacter) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinishedCharacter"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedCharacter, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinishedCharacter::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedCharacter, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinishedCharacter::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinishedPawn \ +static_assert(alignof(GameplayBehavior_K2_OnFinishedPawn) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinishedPawn"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinishedPawn) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinishedPawn"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedPawn, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinishedPawn::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedPawn, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinishedPawn::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggered \ +static_assert(alignof(GameplayBehavior_K2_OnTriggered) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggered"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggered) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggered"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggered::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggered::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggered::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggeredCharacter \ +static_assert(alignof(GameplayBehavior_K2_OnTriggeredCharacter) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggeredCharacter"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggeredCharacter) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggeredCharacter"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggeredPawn \ +static_assert(alignof(GameplayBehavior_K2_OnTriggeredPawn) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggeredPawn"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggeredPawn) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggeredPawn"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggeredPawn::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggeredPawn::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggeredPawn::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_TriggerBehavior \ +static_assert(alignof(GameplayBehavior_K2_TriggerBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_TriggerBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_TriggerBehavior) == 0x000018, "Wrong size on GameplayBehavior_K2_TriggerBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_TriggerBehavior::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, Config) == 0x000008, "Member 'GameplayBehavior_K2_TriggerBehavior::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_TriggerBehavior::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_GetNextActorIndexInSequence \ +static_assert(alignof(GameplayBehavior_K2_GetNextActorIndexInSequence) == 0x000004, "Wrong alignment on GameplayBehavior_K2_GetNextActorIndexInSequence"); \ +static_assert(sizeof(GameplayBehavior_K2_GetNextActorIndexInSequence) == 0x000008, "Wrong size on GameplayBehavior_K2_GetNextActorIndexInSequence"); \ +static_assert(offsetof(GameplayBehavior_K2_GetNextActorIndexInSequence, CurrentIndex) == 0x000000, "Member 'GameplayBehavior_K2_GetNextActorIndexInSequence::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_GetNextActorIndexInSequence, ReturnValue) == 0x000004, "Member 'GameplayBehavior_K2_GetNextActorIndexInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior \ +static_assert(alignof(UGameplayBehavior) == 0x000008, "Wrong alignment on UGameplayBehavior"); \ +static_assert(sizeof(UGameplayBehavior) == 0x000090, "Wrong size on UGameplayBehavior"); \ +static_assert(offsetof(UGameplayBehavior, ActionTag) == 0x00003C, "Member 'UGameplayBehavior::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, RelevantActors) == 0x000060, "Member 'UGameplayBehavior::RelevantActors' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, TransientSmartObjectOwner) == 0x000070, "Member 'UGameplayBehavior::TransientSmartObjectOwner' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, TransientAvatar) == 0x000078, "Member 'UGameplayBehavior::TransientAvatar' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, ActiveTasks) == 0x000080, "Member 'UGameplayBehavior::ActiveTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_BehaviorTree \ +static_assert(alignof(UGameplayBehavior_BehaviorTree) == 0x000008, "Wrong alignment on UGameplayBehavior_BehaviorTree"); \ +static_assert(sizeof(UGameplayBehavior_BehaviorTree) == 0x0000B0, "Wrong size on UGameplayBehavior_BehaviorTree"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, PreviousBT) == 0x000090, "Member 'UGameplayBehavior_BehaviorTree::PreviousBT' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, AIController) == 0x000098, "Member 'UGameplayBehavior_BehaviorTree::AIController' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, bSingleRun) == 0x0000A0, "Member 'UGameplayBehavior_BehaviorTree::bSingleRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_GameplayTag \ +static_assert(alignof(UBlackboardKeyType_GameplayTag) == 0x000008, "Wrong alignment on UBlackboardKeyType_GameplayTag"); \ +static_assert(sizeof(UBlackboardKeyType_GameplayTag) == 0x000050, "Wrong size on UBlackboardKeyType_GameplayTag"); \ +static_assert(offsetof(UBlackboardKeyType_GameplayTag, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_GameplayTag::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_Animation \ +static_assert(alignof(UGameplayBehaviorConfig_Animation) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig_Animation"); \ +static_assert(sizeof(UGameplayBehaviorConfig_Animation) == 0x000068, "Wrong size on UGameplayBehaviorConfig_Animation"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, AnimMontage) == 0x000030, "Member 'UGameplayBehaviorConfig_Animation::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, PlayRate) == 0x000058, "Member 'UGameplayBehaviorConfig_Animation::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, StartSectionName) == 0x00005C, "Member 'UGameplayBehaviorConfig_Animation::StartSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector) == 0x000038, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, InSelector) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::InSelector' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, Owner) == 0x000028, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, PropertyName) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag) == 0x000050, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, NodeOwner) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, Key) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, ReturnValue) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp) == 0x000030, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, BlackboardComp) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, KeyName) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, ReturnValue) == 0x000010, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag) == 0x000050, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, NodeOwner) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, Key) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, Value) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp) == 0x000030, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, BlackboardComp) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, KeyName) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, GameplayTagValue) == 0x000010, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::GameplayTagValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorsBlueprintFunctionLibrary \ +static_assert(alignof(UGameplayBehaviorsBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayBehaviorsBlueprintFunctionLibrary"); \ +static_assert(sizeof(UGameplayBehaviorsBlueprintFunctionLibrary) == 0x000028, "Wrong size on UGameplayBehaviorsBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSubsystem \ +static_assert(alignof(UGameplayBehaviorSubsystem) == 0x000008, "Wrong alignment on UGameplayBehaviorSubsystem"); \ +static_assert(sizeof(UGameplayBehaviorSubsystem) == 0x000080, "Wrong size on UGameplayBehaviorSubsystem"); \ +static_assert(offsetof(UGameplayBehaviorSubsystem, AgentGameplayBehaviors) == 0x000030, "Member 'UGameplayBehaviorSubsystem::AgentGameplayBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_AnimationBased_OnMontageFinished \ +static_assert(alignof(GameplayBehavior_AnimationBased_OnMontageFinished) == 0x000008, "Wrong alignment on GameplayBehavior_AnimationBased_OnMontageFinished"); \ +static_assert(sizeof(GameplayBehavior_AnimationBased_OnMontageFinished) == 0x000018, "Wrong size on GameplayBehavior_AnimationBased_OnMontageFinished"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, Montage) == 0x000000, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::Montage' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, bInterrupted) == 0x000008, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::bInterrupted' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, InAvatar) == 0x000010, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::InAvatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_AnimationBased \ +static_assert(alignof(UGameplayBehavior_AnimationBased) == 0x000008, "Wrong alignment on UGameplayBehavior_AnimationBased"); \ +static_assert(sizeof(UGameplayBehavior_AnimationBased) == 0x0000A0, "Wrong size on UGameplayBehavior_AnimationBased"); \ +static_assert(offsetof(UGameplayBehavior_AnimationBased, ActivePlayback) == 0x000090, "Member 'UGameplayBehavior_AnimationBased::ActivePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSmartObjectBehaviorDefinition \ +static_assert(alignof(UGameplayBehaviorSmartObjectBehaviorDefinition) == 0x000008, "Wrong alignment on UGameplayBehaviorSmartObjectBehaviorDefinition"); \ +static_assert(sizeof(UGameplayBehaviorSmartObjectBehaviorDefinition) == 0x000030, "Wrong size on UGameplayBehaviorSmartObjectBehaviorDefinition"); \ +static_assert(offsetof(UGameplayBehaviorSmartObjectBehaviorDefinition, GameplayBehaviorConfig) == 0x000028, "Member 'UGameplayBehaviorSmartObjectBehaviorDefinition::GameplayBehaviorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior) == 0x000038, "Wrong size on AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ClaimHandle) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, bLockAILogic) == 0x000028, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ClaimPriority) == 0x000029, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ReturnValue) == 0x000030, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject) == 0x000028, "Wrong size on AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, SmartObjectActor) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, SmartObjectComponent) == 0x000010, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::SmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, bLockAILogic) == 0x000018, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, ReturnValue) == 0x000020, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior) == 0x000038, "Wrong size on AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ClaimHandle) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, bLockAILogic) == 0x000028, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ClaimPriority) == 0x000029, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ReturnValue) == 0x000030, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_UseGameplayBehaviorSmartObject \ +static_assert(alignof(UAITask_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on UAITask_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(UAITask_UseGameplayBehaviorSmartObject) == 0x0000E0, "Wrong size on UAITask_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnSucceeded) == 0x000070, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnFailed) == 0x000080, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnMoveToFailed) == 0x000090, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnMoveToFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, MoveToTask) == 0x0000A0, "Member 'UAITask_UseGameplayBehaviorSmartObject::MoveToTask' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, GameplayBehavior) == 0x0000A8, "Member 'UAITask_UseGameplayBehaviorSmartObject::GameplayBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindAndUseGameplayBehaviorSmartObject \ +static_assert(alignof(UBTTask_FindAndUseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on UBTTask_FindAndUseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(UBTTask_FindAndUseGameplayBehaviorSmartObject) == 0x000120, "Wrong size on UBTTask_FindAndUseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, ActivityRequirements) == 0x000070, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::ActivityRequirements' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, ClaimPriority) == 0x0000B8, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, EQSRequest) == 0x0000C0, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, Radius) == 0x000108, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject \ +static_assert(alignof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject) == 0x000018, "Wrong size on GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, Avatar) == 0x000000, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, SmartObject) == 0x000008, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, ReturnValue) == 0x000010, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary \ +static_assert(alignof(UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary"); \ +static_assert(sizeof(UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary) == 0x000028, "Wrong size on UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FALTLinkReduced \ +static_assert(alignof(FALTLinkReduced) == 0x000008, "Wrong alignment on FALTLinkReduced"); \ +static_assert(sizeof(FALTLinkReduced) == 0x000030, "Wrong size on FALTLinkReduced"); \ +static_assert(offsetof(FALTLinkReduced, Start) == 0x000000, "Member 'FALTLinkReduced::Start' has a wrong offset!"); \ +static_assert(offsetof(FALTLinkReduced, End) == 0x000018, "Member 'FALTLinkReduced::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALTColliderPath \ +static_assert(alignof(FALTColliderPath) == 0x000008, "Wrong alignment on FALTColliderPath"); \ +static_assert(sizeof(FALTColliderPath) == 0x000058, "Wrong size on FALTColliderPath"); \ +static_assert(offsetof(FALTColliderPath, Start) == 0x000000, "Member 'FALTColliderPath::Start' has a wrong offset!"); \ +static_assert(offsetof(FALTColliderPath, End) == 0x000018, "Member 'FALTColliderPath::End' has a wrong offset!"); \ +static_assert(offsetof(FALTColliderPath, Direction) == 0x000030, "Member 'FALTColliderPath::Direction' has a wrong offset!"); \ +static_assert(offsetof(FALTColliderPath, linkInside) == 0x000048, "Member 'FALTColliderPath::linkInside' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FALTLinkCapsuleMaker \ +static_assert(alignof(FALTLinkCapsuleMaker) == 0x000008, "Wrong alignment on FALTLinkCapsuleMaker"); \ +static_assert(sizeof(FALTLinkCapsuleMaker) == 0x000040, "Wrong size on FALTLinkCapsuleMaker"); \ +static_assert(offsetof(FALTLinkCapsuleMaker, allPoints) == 0x000000, "Member 'FALTLinkCapsuleMaker::allPoints' has a wrong offset!"); \ +static_assert(offsetof(FALTLinkCapsuleMaker, _a) == 0x000010, "Member 'FALTLinkCapsuleMaker::_a' has a wrong offset!"); \ +static_assert(offsetof(FALTLinkCapsuleMaker, _b) == 0x000028, "Member 'FALTLinkCapsuleMaker::_b' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALT_AutoLinker_GetDirection2D \ +static_assert(alignof(ALT_AutoLinker_GetDirection2D) == 0x000008, "Wrong alignment on ALT_AutoLinker_GetDirection2D"); \ +static_assert(sizeof(ALT_AutoLinker_GetDirection2D) == 0x000048, "Wrong size on ALT_AutoLinker_GetDirection2D"); \ +static_assert(offsetof(ALT_AutoLinker_GetDirection2D, _start) == 0x000000, "Member 'ALT_AutoLinker_GetDirection2D::_start' has a wrong offset!"); \ +static_assert(offsetof(ALT_AutoLinker_GetDirection2D, _end) == 0x000018, "Member 'ALT_AutoLinker_GetDirection2D::_end' has a wrong offset!"); \ +static_assert(offsetof(ALT_AutoLinker_GetDirection2D, ReturnValue) == 0x000030, "Member 'ALT_AutoLinker_GetDirection2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALT_AutoLinker \ +static_assert(alignof(AALT_AutoLinker) == 0x000008, "Wrong alignment on AALT_AutoLinker"); \ +static_assert(sizeof(AALT_AutoLinker) == 0x000350, "Wrong size on AALT_AutoLinker"); \ +static_assert(offsetof(AALT_AutoLinker, areLinkSpawned) == 0x000290, "Member 'AALT_AutoLinker::areLinkSpawned' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, onLinkSpawned) == 0x000298, "Member 'AALT_AutoLinker::onLinkSpawned' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, linker) == 0x0002A8, "Member 'AALT_AutoLinker::linker' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, linkerUp) == 0x0002B0, "Member 'AALT_AutoLinker::linkerUp' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, Timer) == 0x0002B8, "Member 'AALT_AutoLinker::Timer' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, World) == 0x0002C0, "Member 'AALT_AutoLinker::World' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, isDone) == 0x0002C8, "Member 'AALT_AutoLinker::isDone' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, navSystem) == 0x0002D0, "Member 'AALT_AutoLinker::navSystem' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, step) == 0x0002D8, "Member 'AALT_AutoLinker::step' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, entityMaxHeight) == 0x0002DC, "Member 'AALT_AutoLinker::entityMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, entityMaxRadius) == 0x0002E0, "Member 'AALT_AutoLinker::entityMaxRadius' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, minFallHeight) == 0x0002E4, "Member 'AALT_AutoLinker::minFallHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, maxFallHeight) == 0x0002E8, "Member 'AALT_AutoLinker::maxFallHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, minJumpHeight) == 0x0002EC, "Member 'AALT_AutoLinker::minJumpHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, maxJumpHeight) == 0x0002F0, "Member 'AALT_AutoLinker::maxJumpHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, receptionPointDistFromLedge) == 0x0002F4, "Member 'AALT_AutoLinker::receptionPointDistFromLedge' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, blockingWallMinHeight) == 0x0002F8, "Member 'AALT_AutoLinker::blockingWallMinHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, Extent) == 0x000300, "Member 'AALT_AutoLinker::Extent' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, _navLinkToSpawn) == 0x000318, "Member 'AALT_AutoLinker::_navLinkToSpawn' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, groundLayer) == 0x000320, "Member 'AALT_AutoLinker::groundLayer' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, doBridges) == 0x000330, "Member 'AALT_AutoLinker::doBridges' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, bridgesDeltaHeight) == 0x000334, "Member 'AALT_AutoLinker::bridgesDeltaHeight' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, bridgesMaxLength) == 0x000338, "Member 'AALT_AutoLinker::bridgesMaxLength' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, canDebug) == 0x00033C, "Member 'AALT_AutoLinker::canDebug' has a wrong offset!"); \ +static_assert(offsetof(AALT_AutoLinker, allPoints) == 0x000340, "Member 'AALT_AutoLinker::allPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALT_NavLink \ +static_assert(alignof(AALT_NavLink) == 0x000008, "Wrong alignment on AALT_NavLink"); \ +static_assert(sizeof(AALT_NavLink) == 0x000360, "Wrong size on AALT_NavLink"); \ +static_assert(offsetof(AALT_NavLink, step) == 0x0002E0, "Member 'AALT_NavLink::step' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, canGenerateCollider) == 0x0002E4, "Member 'AALT_NavLink::canGenerateCollider' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, radiusSphere) == 0x0002E8, "Member 'AALT_NavLink::radiusSphere' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, capsuleHeightDelta) == 0x0002EC, "Member 'AALT_NavLink::capsuleHeightDelta' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, capsuleRefreshRate) == 0x0002F0, "Member 'AALT_NavLink::capsuleRefreshRate' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, capsuleDistanceDelta) == 0x0002F4, "Member 'AALT_NavLink::capsuleDistanceDelta' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, capsuleNormalDelta) == 0x0002F8, "Member 'AALT_NavLink::capsuleNormalDelta' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, enemyLayer) == 0x000300, "Member 'AALT_NavLink::enemyLayer' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, groundLayer) == 0x000310, "Member 'AALT_NavLink::groundLayer' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, allCollider) == 0x000320, "Member 'AALT_NavLink::allCollider' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, DebugColor) == 0x000330, "Member 'AALT_NavLink::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, canDebug) == 0x000334, "Member 'AALT_NavLink::canDebug' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, linkName) == 0x000338, "Member 'AALT_NavLink::linkName' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, detectionTimer) == 0x000348, "Member 'AALT_NavLink::detectionTimer' has a wrong offset!"); \ +static_assert(offsetof(AALT_NavLink, onEntityTriggerLink) == 0x000350, "Member 'AALT_NavLink::onEntityTriggerLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_ActivateSystem \ +static_assert(alignof(NiagaraSystemWidget_ActivateSystem) == 0x000001, "Wrong alignment on NiagaraSystemWidget_ActivateSystem"); \ +static_assert(sizeof(NiagaraSystemWidget_ActivateSystem) == 0x000001, "Wrong size on NiagaraSystemWidget_ActivateSystem"); \ +static_assert(offsetof(NiagaraSystemWidget_ActivateSystem, Reset) == 0x000000, "Member 'NiagaraSystemWidget_ActivateSystem::Reset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GetNiagaraComponent \ +static_assert(alignof(NiagaraSystemWidget_GetNiagaraComponent) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GetNiagaraComponent"); \ +static_assert(sizeof(NiagaraSystemWidget_GetNiagaraComponent) == 0x000008, "Wrong size on NiagaraSystemWidget_GetNiagaraComponent"); \ +static_assert(offsetof(NiagaraSystemWidget_GetNiagaraComponent, ReturnValue) == 0x000000, "Member 'NiagaraSystemWidget_GetNiagaraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GetRemapMaterial \ +static_assert(alignof(NiagaraSystemWidget_GetRemapMaterial) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GetRemapMaterial"); \ +static_assert(sizeof(NiagaraSystemWidget_GetRemapMaterial) == 0x000010, "Wrong size on NiagaraSystemWidget_GetRemapMaterial"); \ +static_assert(offsetof(NiagaraSystemWidget_GetRemapMaterial, OriginalMaterial) == 0x000000, "Member 'NiagaraSystemWidget_GetRemapMaterial::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GetRemapMaterial, ReturnValue) == 0x000008, "Member 'NiagaraSystemWidget_GetRemapMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetDesiredWidgetSize \ +static_assert(alignof(NiagaraSystemWidget_SetDesiredWidgetSize) == 0x000008, "Wrong alignment on NiagaraSystemWidget_SetDesiredWidgetSize"); \ +static_assert(sizeof(NiagaraSystemWidget_SetDesiredWidgetSize) == 0x000010, "Wrong size on NiagaraSystemWidget_SetDesiredWidgetSize"); \ +static_assert(offsetof(NiagaraSystemWidget_SetDesiredWidgetSize, NewDesiredSize) == 0x000000, "Member 'NiagaraSystemWidget_SetDesiredWidgetSize::NewDesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetRemapMaterial \ +static_assert(alignof(NiagaraSystemWidget_SetRemapMaterial) == 0x000008, "Wrong alignment on NiagaraSystemWidget_SetRemapMaterial"); \ +static_assert(sizeof(NiagaraSystemWidget_SetRemapMaterial) == 0x000010, "Wrong size on NiagaraSystemWidget_SetRemapMaterial"); \ +static_assert(offsetof(NiagaraSystemWidget_SetRemapMaterial, OriginalMaterial) == 0x000000, "Member 'NiagaraSystemWidget_SetRemapMaterial::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_SetRemapMaterial, RemapMaterial) == 0x000008, "Member 'NiagaraSystemWidget_SetRemapMaterial::RemapMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_UpdateNiagaraSystemReference \ +static_assert(alignof(NiagaraSystemWidget_UpdateNiagaraSystemReference) == 0x000008, "Wrong alignment on NiagaraSystemWidget_UpdateNiagaraSystemReference"); \ +static_assert(sizeof(NiagaraSystemWidget_UpdateNiagaraSystemReference) == 0x000008, "Wrong size on NiagaraSystemWidget_UpdateNiagaraSystemReference"); \ +static_assert(offsetof(NiagaraSystemWidget_UpdateNiagaraSystemReference, NewNiagaraSystem) == 0x000000, "Member 'NiagaraSystemWidget_UpdateNiagaraSystemReference::NewNiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_UpdateTickWhenPaused \ +static_assert(alignof(NiagaraSystemWidget_UpdateTickWhenPaused) == 0x000001, "Wrong alignment on NiagaraSystemWidget_UpdateTickWhenPaused"); \ +static_assert(sizeof(NiagaraSystemWidget_UpdateTickWhenPaused) == 0x000001, "Wrong size on NiagaraSystemWidget_UpdateTickWhenPaused"); \ +static_assert(offsetof(NiagaraSystemWidget_UpdateTickWhenPaused, NewTickWhenPaused) == 0x000000, "Member 'NiagaraSystemWidget_UpdateTickWhenPaused::NewTickWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystemWidget \ +static_assert(alignof(UNiagaraSystemWidget) == 0x000008, "Wrong alignment on UNiagaraSystemWidget"); \ +static_assert(sizeof(UNiagaraSystemWidget) == 0x000218, "Wrong size on UNiagaraSystemWidget"); \ +static_assert(offsetof(UNiagaraSystemWidget, NiagaraSystemReference) == 0x000178, "Member 'UNiagaraSystemWidget::NiagaraSystemReference' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, MaterialRemapList) == 0x000180, "Member 'UNiagaraSystemWidget::MaterialRemapList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, AutoActivate) == 0x0001D0, "Member 'UNiagaraSystemWidget::AutoActivate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, TickWhenPaused) == 0x0001D1, "Member 'UNiagaraSystemWidget::TickWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, DesiredWidgetSize) == 0x0001D8, "Member 'UNiagaraSystemWidget::DesiredWidgetSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, FakeDepthScale) == 0x0001E8, "Member 'UNiagaraSystemWidget::FakeDepthScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, FakeDepthScaleDistance) == 0x0001EC, "Member 'UNiagaraSystemWidget::FakeDepthScaleDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, ShowDebugSystemInWorld) == 0x0001F0, "Member 'UNiagaraSystemWidget::ShowDebugSystemInWorld' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, PassDynamicParametersFromRibbon) == 0x0001F1, "Member 'UNiagaraSystemWidget::PassDynamicParametersFromRibbon' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, DisableWarnings) == 0x0001F2, "Member 'UNiagaraSystemWidget::DisableWarnings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, NiagaraActor) == 0x000208, "Member 'UNiagaraSystemWidget::NiagaraActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, NiagaraComponent) == 0x000210, "Member 'UNiagaraSystemWidget::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraUIActor \ +static_assert(alignof(ANiagaraUIActor) == 0x000008, "Wrong alignment on ANiagaraUIActor"); \ +static_assert(sizeof(ANiagaraUIActor) == 0x000290, "Wrong size on ANiagaraUIActor"); \ + +#define DUMPER7_ASSERTS_UNiagaraUIComponent \ +static_assert(alignof(UNiagaraUIComponent) == 0x000010, "Wrong alignment on UNiagaraUIComponent"); \ +static_assert(sizeof(UNiagaraUIComponent) == 0x000780, "Wrong size on UNiagaraUIComponent"); \ + +#define DUMPER7_ASSERTS_UBP_UI_BattleHoldData_C \ +static_assert(alignof(UBP_UI_BattleHoldData_C) == 0x000008, "Wrong alignment on UBP_UI_BattleHoldData_C"); \ +static_assert(sizeof(UBP_UI_BattleHoldData_C) == 0x000040, "Wrong size on UBP_UI_BattleHoldData_C"); \ + +#define DUMPER7_ASSERTS_FMassFragmentRequirements \ +static_assert(alignof(FMassFragmentRequirements) == 0x000008, "Wrong alignment on FMassFragmentRequirements"); \ +static_assert(sizeof(FMassFragmentRequirements) == 0x0001E8, "Wrong size on FMassFragmentRequirements"); \ + +#define DUMPER7_ASSERTS_FMassEntityQuery \ +static_assert(alignof(FMassEntityQuery) == 0x000010, "Wrong alignment on FMassEntityQuery"); \ +static_assert(sizeof(FMassEntityQuery) == 0x0002A0, "Wrong size on FMassEntityQuery"); \ + +#define DUMPER7_ASSERTS_FMassFragment \ +static_assert(alignof(FMassFragment) == 0x000001, "Wrong alignment on FMassFragment"); \ +static_assert(sizeof(FMassFragment) == 0x000001, "Wrong size on FMassFragment"); \ + +#define DUMPER7_ASSERTS_FMassTag \ +static_assert(alignof(FMassTag) == 0x000001, "Wrong alignment on FMassTag"); \ +static_assert(sizeof(FMassTag) == 0x000001, "Wrong size on FMassTag"); \ + +#define DUMPER7_ASSERTS_FMassChunkFragment \ +static_assert(alignof(FMassChunkFragment) == 0x000001, "Wrong alignment on FMassChunkFragment"); \ +static_assert(sizeof(FMassChunkFragment) == 0x000001, "Wrong size on FMassChunkFragment"); \ + +#define DUMPER7_ASSERTS_FMassSharedFragment \ +static_assert(alignof(FMassSharedFragment) == 0x000001, "Wrong alignment on FMassSharedFragment"); \ +static_assert(sizeof(FMassSharedFragment) == 0x000001, "Wrong size on FMassSharedFragment"); \ + +#define DUMPER7_ASSERTS_FMassEntityHandle \ +static_assert(alignof(FMassEntityHandle) == 0x000008, "Wrong alignment on FMassEntityHandle"); \ +static_assert(sizeof(FMassEntityHandle) == 0x000008, "Wrong size on FMassEntityHandle"); \ +static_assert(offsetof(FMassEntityHandle, Index) == 0x000000, "Member 'FMassEntityHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityHandle, SerialNumber) == 0x000004, "Member 'FMassEntityHandle::SerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityView \ +static_assert(alignof(FMassEntityView) == 0x000008, "Wrong alignment on FMassEntityView"); \ +static_assert(sizeof(FMassEntityView) == 0x000020, "Wrong size on FMassEntityView"); \ + +#define DUMPER7_ASSERTS_FMassRuntimePipeline \ +static_assert(alignof(FMassRuntimePipeline) == 0x000008, "Wrong alignment on FMassRuntimePipeline"); \ +static_assert(sizeof(FMassRuntimePipeline) == 0x000018, "Wrong size on FMassRuntimePipeline"); \ +static_assert(offsetof(FMassRuntimePipeline, Processors) == 0x000000, "Member 'FMassRuntimePipeline::Processors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassObserversMap \ +static_assert(alignof(FMassObserversMap) == 0x000008, "Wrong alignment on FMassObserversMap"); \ +static_assert(sizeof(FMassObserversMap) == 0x000050, "Wrong size on FMassObserversMap"); \ +static_assert(offsetof(FMassObserversMap, Container) == 0x000000, "Member 'FMassObserversMap::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassObserverManager \ +static_assert(alignof(FMassObserverManager) == 0x000008, "Wrong alignment on FMassObserverManager"); \ +static_assert(sizeof(FMassObserverManager) == 0x0001C8, "Wrong size on FMassObserverManager"); \ +static_assert(offsetof(FMassObserverManager, FragmentObservers) == 0x000080, "Member 'FMassObserverManager::FragmentObservers' has a wrong offset!"); \ +static_assert(offsetof(FMassObserverManager, TagObservers) == 0x000120, "Member 'FMassObserverManager::TagObservers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassProcessorClassCollection \ +static_assert(alignof(FMassProcessorClassCollection) == 0x000008, "Wrong alignment on FMassProcessorClassCollection"); \ +static_assert(sizeof(FMassProcessorClassCollection) == 0x000010, "Wrong size on FMassProcessorClassCollection"); \ +static_assert(offsetof(FMassProcessorClassCollection, ClassCollection) == 0x000000, "Member 'FMassProcessorClassCollection::ClassCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityObserverClassesMap \ +static_assert(alignof(FMassEntityObserverClassesMap) == 0x000008, "Wrong alignment on FMassEntityObserverClassesMap"); \ +static_assert(sizeof(FMassEntityObserverClassesMap) == 0x000050, "Wrong size on FMassEntityObserverClassesMap"); \ +static_assert(offsetof(FMassEntityObserverClassesMap, Container) == 0x000000, "Member 'FMassEntityObserverClassesMap::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassProcessingPhaseConfig \ +static_assert(alignof(FMassProcessingPhaseConfig) == 0x000008, "Wrong alignment on FMassProcessingPhaseConfig"); \ +static_assert(sizeof(FMassProcessingPhaseConfig) == 0x000020, "Wrong size on FMassProcessingPhaseConfig"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, PhaseName) == 0x000000, "Member 'FMassProcessingPhaseConfig::PhaseName' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, PhaseGroupClass) == 0x000008, "Member 'FMassProcessingPhaseConfig::PhaseGroupClass' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, ProcessorCDOs) == 0x000010, "Member 'FMassProcessingPhaseConfig::ProcessorCDOs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcessorAuxDataBase \ +static_assert(alignof(FProcessorAuxDataBase) == 0x000001, "Wrong alignment on FProcessorAuxDataBase"); \ +static_assert(sizeof(FProcessorAuxDataBase) == 0x000001, "Wrong size on FProcessorAuxDataBase"); \ + +#define DUMPER7_ASSERTS_FMassProcessingContext \ +static_assert(alignof(FMassProcessingContext) == 0x000008, "Wrong alignment on FMassProcessingContext"); \ +static_assert(sizeof(FMassProcessingContext) == 0x000040, "Wrong size on FMassProcessingContext"); \ +static_assert(offsetof(FMassProcessingContext, DeltaSeconds) == 0x000010, "Member 'FMassProcessingContext::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingContext, AuxData) == 0x000018, "Member 'FMassProcessingContext::AuxData' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingContext, bFlushCommandBuffer) == 0x000028, "Member 'FMassProcessingContext::bFlushCommandBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassProcessorExecutionOrder \ +static_assert(alignof(FMassProcessorExecutionOrder) == 0x000008, "Wrong alignment on FMassProcessorExecutionOrder"); \ +static_assert(sizeof(FMassProcessorExecutionOrder) == 0x000028, "Wrong size on FMassProcessorExecutionOrder"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteInGroup) == 0x000000, "Member 'FMassProcessorExecutionOrder::ExecuteInGroup' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteBefore) == 0x000008, "Member 'FMassProcessorExecutionOrder::ExecuteBefore' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteAfter) == 0x000018, "Member 'FMassProcessorExecutionOrder::ExecuteAfter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSubsystemRequirements \ +static_assert(alignof(FMassSubsystemRequirements) == 0x000008, "Wrong alignment on FMassSubsystemRequirements"); \ +static_assert(sizeof(FMassSubsystemRequirements) == 0x000048, "Wrong size on FMassSubsystemRequirements"); \ + +#define DUMPER7_ASSERTS_UMassSubsystemBase \ +static_assert(alignof(UMassSubsystemBase) == 0x000008, "Wrong alignment on UMassSubsystemBase"); \ +static_assert(sizeof(UMassSubsystemBase) == 0x000038, "Wrong size on UMassSubsystemBase"); \ + +#define DUMPER7_ASSERTS_UMassTickableSubsystemBase \ +static_assert(alignof(UMassTickableSubsystemBase) == 0x000008, "Wrong alignment on UMassTickableSubsystemBase"); \ +static_assert(sizeof(UMassTickableSubsystemBase) == 0x000048, "Wrong size on UMassTickableSubsystemBase"); \ + +#define DUMPER7_ASSERTS_UMassModuleSettings \ +static_assert(alignof(UMassModuleSettings) == 0x000008, "Wrong alignment on UMassModuleSettings"); \ +static_assert(sizeof(UMassModuleSettings) == 0x000028, "Wrong size on UMassModuleSettings"); \ + +#define DUMPER7_ASSERTS_UMassEntitySettings \ +static_assert(alignof(UMassEntitySettings) == 0x000008, "Wrong alignment on UMassEntitySettings"); \ +static_assert(sizeof(UMassEntitySettings) == 0x000130, "Wrong size on UMassEntitySettings"); \ +static_assert(offsetof(UMassEntitySettings, ChunkMemorySize) == 0x000028, "Member 'UMassEntitySettings::ChunkMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, DumpDependencyGraphFileName) == 0x000030, "Member 'UMassEntitySettings::DumpDependencyGraphFileName' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, ProcessingPhasesConfig) == 0x000040, "Member 'UMassEntitySettings::ProcessingPhasesConfig' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, ProcessorCDOs) == 0x000100, "Member 'UMassEntitySettings::ProcessorCDOs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntitySubsystem \ +static_assert(alignof(UMassEntitySubsystem) == 0x000008, "Wrong alignment on UMassEntitySubsystem"); \ +static_assert(sizeof(UMassEntitySubsystem) == 0x000048, "Wrong size on UMassEntitySubsystem"); \ + +#define DUMPER7_ASSERTS_UMassProcessor \ +static_assert(alignof(UMassProcessor) == 0x000008, "Wrong alignment on UMassProcessor"); \ +static_assert(sizeof(UMassProcessor) == 0x0000C0, "Wrong size on UMassProcessor"); \ +static_assert(offsetof(UMassProcessor, ExecutionFlags) == 0x000028, "Member 'UMassProcessor::ExecutionFlags' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ProcessingPhase) == 0x00002C, "Member 'UMassProcessor::ProcessingPhase' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ExecutionOrder) == 0x000030, "Member 'UMassProcessor::ExecutionOrder' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, bAutoRegisterWithProcessingPhases) == 0x000058, "Member 'UMassProcessor::bAutoRegisterWithProcessingPhases' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, bRequiresGameThreadExecution) == 0x00005B, "Member 'UMassProcessor::bRequiresGameThreadExecution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassObserverProcessor \ +static_assert(alignof(UMassObserverProcessor) == 0x000008, "Wrong alignment on UMassObserverProcessor"); \ +static_assert(sizeof(UMassObserverProcessor) == 0x0000D8, "Wrong size on UMassObserverProcessor"); \ +static_assert(offsetof(UMassObserverProcessor, bAutoRegisterWithObserverRegistry) == 0x0000C0, "Member 'UMassObserverProcessor::bAutoRegisterWithObserverRegistry' has a wrong offset!"); \ +static_assert(offsetof(UMassObserverProcessor, ObservedType) == 0x0000C8, "Member 'UMassObserverProcessor::ObservedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassObserverRegistry \ +static_assert(alignof(UMassObserverRegistry) == 0x000008, "Wrong alignment on UMassObserverRegistry"); \ +static_assert(sizeof(UMassObserverRegistry) == 0x000168, "Wrong size on UMassObserverRegistry"); \ +static_assert(offsetof(UMassObserverRegistry, FragmentObservers) == 0x000028, "Member 'UMassObserverRegistry::FragmentObservers' has a wrong offset!"); \ +static_assert(offsetof(UMassObserverRegistry, TagObservers) == 0x0000C8, "Member 'UMassObserverRegistry::TagObservers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCompositeProcessor \ +static_assert(alignof(UMassCompositeProcessor) == 0x000008, "Wrong alignment on UMassCompositeProcessor"); \ +static_assert(sizeof(UMassCompositeProcessor) == 0x000100, "Wrong size on UMassCompositeProcessor"); \ +static_assert(offsetof(UMassCompositeProcessor, ChildPipeline) == 0x0000C0, "Member 'UMassCompositeProcessor::ChildPipeline' has a wrong offset!"); \ +static_assert(offsetof(UMassCompositeProcessor, GroupName) == 0x0000D8, "Member 'UMassCompositeProcessor::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSettings \ +static_assert(alignof(UMassSettings) == 0x000008, "Wrong alignment on UMassSettings"); \ +static_assert(sizeof(UMassSettings) == 0x000088, "Wrong size on UMassSettings"); \ +static_assert(offsetof(UMassSettings, ModuleSettings) == 0x000038, "Member 'UMassSettings::ModuleSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterLevel_C_SetLevel \ +static_assert(alignof(WBP_CharacterLevel_C_SetLevel) == 0x000008, "Wrong alignment on WBP_CharacterLevel_C_SetLevel"); \ +static_assert(sizeof(WBP_CharacterLevel_C_SetLevel) == 0x000018, "Wrong size on WBP_CharacterLevel_C_SetLevel"); \ +static_assert(offsetof(WBP_CharacterLevel_C_SetLevel, InLevel) == 0x000000, "Member 'WBP_CharacterLevel_C_SetLevel::InLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterLevel_C_SetLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_CharacterLevel_C_SetLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterLevel_C \ +static_assert(alignof(UWBP_CharacterLevel_C) == 0x000008, "Wrong alignment on UWBP_CharacterLevel_C"); \ +static_assert(sizeof(UWBP_CharacterLevel_C) == 0x000318, "Wrong size on UWBP_CharacterLevel_C"); \ +static_assert(offsetof(UWBP_CharacterLevel_C, Label) == 0x000308, "Member 'UWBP_CharacterLevel_C::Label' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterLevel_C, LevelValue) == 0x000310, "Member 'UWBP_CharacterLevel_C::LevelValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformFragment \ +static_assert(alignof(FTransformFragment) == 0x000010, "Wrong alignment on FTransformFragment"); \ +static_assert(sizeof(FTransformFragment) == 0x000060, "Wrong size on FTransformFragment"); \ +static_assert(offsetof(FTransformFragment, Transform) == 0x000000, "Member 'FTransformFragment::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAgentRadiusFragment \ +static_assert(alignof(FAgentRadiusFragment) == 0x000004, "Wrong alignment on FAgentRadiusFragment"); \ +static_assert(sizeof(FAgentRadiusFragment) == 0x000004, "Wrong size on FAgentRadiusFragment"); \ +static_assert(offsetof(FAgentRadiusFragment, Radius) == 0x000000, "Member 'FAgentRadiusFragment::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectWrapperFragment \ +static_assert(alignof(FObjectWrapperFragment) == 0x000001, "Wrong alignment on FObjectWrapperFragment"); \ +static_assert(sizeof(FObjectWrapperFragment) == 0x000001, "Wrong size on FObjectWrapperFragment"); \ + +#define DUMPER7_ASSERTS_FMassNetworkID \ +static_assert(alignof(FMassNetworkID) == 0x000004, "Wrong alignment on FMassNetworkID"); \ +static_assert(sizeof(FMassNetworkID) == 0x000004, "Wrong size on FMassNetworkID"); \ + +#define DUMPER7_ASSERTS_FMassInt16Real \ +static_assert(alignof(FMassInt16Real) == 0x000002, "Wrong alignment on FMassInt16Real"); \ +static_assert(sizeof(FMassInt16Real) == 0x000002, "Wrong size on FMassInt16Real"); \ +static_assert(offsetof(FMassInt16Real, Value) == 0x000000, "Member 'FMassInt16Real::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassInt16Real10 \ +static_assert(alignof(FMassInt16Real10) == 0x000002, "Wrong alignment on FMassInt16Real10"); \ +static_assert(sizeof(FMassInt16Real10) == 0x000002, "Wrong size on FMassInt16Real10"); \ +static_assert(offsetof(FMassInt16Real10, Value) == 0x000000, "Member 'FMassInt16Real10::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSnorm8Vector \ +static_assert(alignof(FMassSnorm8Vector) == 0x000001, "Wrong alignment on FMassSnorm8Vector"); \ +static_assert(sizeof(FMassSnorm8Vector) == 0x000003, "Wrong size on FMassSnorm8Vector"); \ +static_assert(offsetof(FMassSnorm8Vector, X) == 0x000000, "Member 'FMassSnorm8Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FMassSnorm8Vector, Y) == 0x000001, "Member 'FMassSnorm8Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FMassSnorm8Vector, Z) == 0x000002, "Member 'FMassSnorm8Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSnorm8Vector2D \ +static_assert(alignof(FMassSnorm8Vector2D) == 0x000001, "Wrong alignment on FMassSnorm8Vector2D"); \ +static_assert(sizeof(FMassSnorm8Vector2D) == 0x000002, "Wrong size on FMassSnorm8Vector2D"); \ +static_assert(offsetof(FMassSnorm8Vector2D, X) == 0x000000, "Member 'FMassSnorm8Vector2D::X' has a wrong offset!"); \ +static_assert(offsetof(FMassSnorm8Vector2D, Y) == 0x000001, "Member 'FMassSnorm8Vector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassUnorm8Real \ +static_assert(alignof(FMassUnorm8Real) == 0x000001, "Wrong alignment on FMassUnorm8Real"); \ +static_assert(sizeof(FMassUnorm8Real) == 0x000001, "Wrong size on FMassUnorm8Real"); \ +static_assert(offsetof(FMassUnorm8Real, Value) == 0x000000, "Member 'FMassUnorm8Real::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassInt16Vector \ +static_assert(alignof(FMassInt16Vector) == 0x000002, "Wrong alignment on FMassInt16Vector"); \ +static_assert(sizeof(FMassInt16Vector) == 0x000006, "Wrong size on FMassInt16Vector"); \ +static_assert(offsetof(FMassInt16Vector, X) == 0x000000, "Member 'FMassInt16Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FMassInt16Vector, Y) == 0x000002, "Member 'FMassInt16Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FMassInt16Vector, Z) == 0x000004, "Member 'FMassInt16Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassInt16Vector2D \ +static_assert(alignof(FMassInt16Vector2D) == 0x000002, "Wrong alignment on FMassInt16Vector2D"); \ +static_assert(sizeof(FMassInt16Vector2D) == 0x000004, "Wrong size on FMassInt16Vector2D"); \ +static_assert(offsetof(FMassInt16Vector2D, X) == 0x000000, "Member 'FMassInt16Vector2D::X' has a wrong offset!"); \ +static_assert(offsetof(FMassInt16Vector2D, Y) == 0x000002, "Member 'FMassInt16Vector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassGameplaySettings \ +static_assert(alignof(UMassGameplaySettings) == 0x000008, "Wrong alignment on UMassGameplaySettings"); \ +static_assert(sizeof(UMassGameplaySettings) == 0x000030, "Wrong size on UMassGameplaySettings"); \ +static_assert(offsetof(UMassGameplaySettings, bLogSpawnLocations) == 0x000028, "Member 'UMassGameplaySettings::bLogSpawnLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USprint_CameraShake_C \ +static_assert(alignof(USprint_CameraShake_C) == 0x000010, "Wrong alignment on USprint_CameraShake_C"); \ +static_assert(sizeof(USprint_CameraShake_C) == 0x0001F0, "Wrong size on USprint_CameraShake_C"); \ + +#define DUMPER7_ASSERTS_UDecorator_GameIconSet_C \ +static_assert(alignof(UDecorator_GameIconSet_C) == 0x000008, "Wrong alignment on UDecorator_GameIconSet_C"); \ +static_assert(sizeof(UDecorator_GameIconSet_C) == 0x000030, "Wrong size on UDecorator_GameIconSet_C"); \ + +#define DUMPER7_ASSERTS_UMassSignalProcessorBase \ +static_assert(alignof(UMassSignalProcessorBase) == 0x000008, "Wrong alignment on UMassSignalProcessorBase"); \ +static_assert(sizeof(UMassSignalProcessorBase) == 0x000420, "Wrong size on UMassSignalProcessorBase"); \ + +#define DUMPER7_ASSERTS_UMassSignalSubsystem \ +static_assert(alignof(UMassSignalSubsystem) == 0x000008, "Wrong alignment on UMassSignalSubsystem"); \ +static_assert(sizeof(UMassSignalSubsystem) == 0x0000B0, "Wrong size on UMassSignalSubsystem"); \ +static_assert(offsetof(UMassSignalSubsystem, CachedWorld) == 0x0000A8, "Member 'UMassSignalSubsystem::CachedWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureWriter \ +static_assert(alignof(UInterchangeTextureWriter) == 0x000008, "Wrong alignment on UInterchangeTextureWriter"); \ +static_assert(sizeof(UInterchangeTextureWriter) == 0x000028, "Wrong size on UInterchangeTextureWriter"); \ + +#define DUMPER7_ASSERTS_UMassSimulationSettings \ +static_assert(alignof(UMassSimulationSettings) == 0x000008, "Wrong alignment on UMassSimulationSettings"); \ +static_assert(sizeof(UMassSimulationSettings) == 0x000050, "Wrong size on UMassSimulationSettings"); \ +static_assert(offsetof(UMassSimulationSettings, DesiredActorSpawningTimeSlicePerTick) == 0x000028, "Member 'UMassSimulationSettings::DesiredActorSpawningTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationSettings, DesiredActorDestructionTimeSlicePerTick) == 0x000030, "Member 'UMassSimulationSettings::DesiredActorDestructionTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationSettings, bEntityCompactionEnabled) == 0x000038, "Member 'UMassSimulationSettings::bEntityCompactionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationSettings, DesiredEntityCompactionTimeSlicePerTick) == 0x000040, "Member 'UMassSimulationSettings::DesiredEntityCompactionTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationSettings, DesiredActorFailedSpawningRetryTimeInterval) == 0x000048, "Member 'UMassSimulationSettings::DesiredActorFailedSpawningRetryTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationSettings, DesiredActorFailedSpawningRetryMoveDistance) == 0x00004C, "Member 'UMassSimulationSettings::DesiredActorFailedSpawningRetryMoveDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSimulationSubsystem \ +static_assert(alignof(UMassSimulationSubsystem) == 0x000008, "Wrong alignment on UMassSimulationSubsystem"); \ +static_assert(sizeof(UMassSimulationSubsystem) == 0x0004B8, "Wrong size on UMassSimulationSubsystem"); \ +static_assert(offsetof(UMassSimulationSubsystem, RuntimePipeline) == 0x000498, "Member 'UMassSimulationSubsystem::RuntimePipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters \ +static_assert(alignof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters) == 0x000008, "Wrong alignment on BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters"); \ +static_assert(sizeof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters) == 0x000048, "Wrong size on BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, EntryPoint) == 0x000000, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, K2Node_Event_OwnerController) == 0x000030, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BTService_UpdatePlayerCharacterParameters_C_ExecuteUbergraph_BTService_UpdatePlayerCharacterParameters::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI \ +static_assert(alignof(BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_UpdatePlayerCharacterParameters_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdatePlayerCharacterParameters_C \ +static_assert(alignof(UBTService_UpdatePlayerCharacterParameters_C) == 0x000008, "Wrong alignment on UBTService_UpdatePlayerCharacterParameters_C"); \ +static_assert(sizeof(UBTService_UpdatePlayerCharacterParameters_C) == 0x0000F0, "Wrong size on UBTService_UpdatePlayerCharacterParameters_C"); \ +static_assert(offsetof(UBTService_UpdatePlayerCharacterParameters_C, UberGraphFrame) == 0x000098, "Member 'UBTService_UpdatePlayerCharacterParameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdatePlayerCharacterParameters_C, PlayerCharacterActor) == 0x0000A0, "Member 'UBTService_UpdatePlayerCharacterParameters_C::PlayerCharacterActor' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdatePlayerCharacterParameters_C, PlayerCharacterLocation) == 0x0000C8, "Member 'UBTService_UpdatePlayerCharacterParameters_C::PlayerCharacterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuilderRegisteredComponent \ +static_assert(alignof(FZoneGraphBuilderRegisteredComponent) == 0x000008, "Wrong alignment on FZoneGraphBuilderRegisteredComponent"); \ +static_assert(sizeof(FZoneGraphBuilderRegisteredComponent) == 0x000018, "Wrong size on FZoneGraphBuilderRegisteredComponent"); \ +static_assert(offsetof(FZoneGraphBuilderRegisteredComponent, Component) == 0x000000, "Member 'FZoneGraphBuilderRegisteredComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilderRegisteredComponent, ShapeHash) == 0x000008, "Member 'FZoneGraphBuilderRegisteredComponent::ShapeHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphDataHandle \ +static_assert(alignof(FZoneGraphDataHandle) == 0x000002, "Wrong alignment on FZoneGraphDataHandle"); \ +static_assert(sizeof(FZoneGraphDataHandle) == 0x000004, "Wrong size on FZoneGraphDataHandle"); \ +static_assert(offsetof(FZoneGraphDataHandle, Index) == 0x000000, "Member 'FZoneGraphDataHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDataHandle, Generation) == 0x000002, "Member 'FZoneGraphDataHandle::Generation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneHandle \ +static_assert(alignof(FZoneGraphLaneHandle) == 0x000004, "Wrong alignment on FZoneGraphLaneHandle"); \ +static_assert(sizeof(FZoneGraphLaneHandle) == 0x000008, "Wrong size on FZoneGraphLaneHandle"); \ +static_assert(offsetof(FZoneGraphLaneHandle, Index) == 0x000000, "Member 'FZoneGraphLaneHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneHandle, DataHandle) == 0x000004, "Member 'FZoneGraphLaneHandle::DataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeComponentBuildData \ +static_assert(alignof(FZoneShapeComponentBuildData) == 0x000008, "Wrong alignment on FZoneShapeComponentBuildData"); \ +static_assert(sizeof(FZoneShapeComponentBuildData) == 0x000018, "Wrong size on FZoneShapeComponentBuildData"); \ +static_assert(offsetof(FZoneShapeComponentBuildData, ZoneIndex) == 0x000000, "Member 'FZoneShapeComponentBuildData::ZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeComponentBuildData, Lanes) == 0x000008, "Member 'FZoneShapeComponentBuildData::Lanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuildData \ +static_assert(alignof(FZoneGraphBuildData) == 0x000008, "Wrong alignment on FZoneGraphBuildData"); \ +static_assert(sizeof(FZoneGraphBuildData) == 0x000050, "Wrong size on FZoneGraphBuildData"); \ +static_assert(offsetof(FZoneGraphBuildData, ZoneShapeComponentBuildData) == 0x000000, "Member 'FZoneGraphBuildData::ZoneShapeComponentBuildData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuilder \ +static_assert(alignof(FZoneGraphBuilder) == 0x000008, "Wrong alignment on FZoneGraphBuilder"); \ +static_assert(sizeof(FZoneGraphBuilder) == 0x000198, "Wrong size on FZoneGraphBuilder"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponents) == 0x000000, "Member 'FZoneGraphBuilder::ShapeComponents' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponentsFreeList) == 0x000010, "Member 'FZoneGraphBuilder::ShapeComponentsFreeList' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponentToIndex) == 0x000020, "Member 'FZoneGraphBuilder::ShapeComponentToIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, BuildData) == 0x000070, "Member 'FZoneGraphBuilder::BuildData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBVNode \ +static_assert(alignof(FZoneGraphBVNode) == 0x000004, "Wrong alignment on FZoneGraphBVNode"); \ +static_assert(sizeof(FZoneGraphBVNode) == 0x000010, "Wrong size on FZoneGraphBVNode"); \ +static_assert(offsetof(FZoneGraphBVNode, MinX) == 0x000000, "Member 'FZoneGraphBVNode::MinX' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MinY) == 0x000002, "Member 'FZoneGraphBVNode::MinY' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MinZ) == 0x000004, "Member 'FZoneGraphBVNode::MinZ' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxX) == 0x000006, "Member 'FZoneGraphBVNode::MaxX' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxY) == 0x000008, "Member 'FZoneGraphBVNode::MaxY' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxZ) == 0x00000A, "Member 'FZoneGraphBVNode::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, Index) == 0x00000C, "Member 'FZoneGraphBVNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBVTree \ +static_assert(alignof(FZoneGraphBVTree) == 0x000008, "Wrong alignment on FZoneGraphBVTree"); \ +static_assert(sizeof(FZoneGraphBVTree) == 0x000030, "Wrong size on FZoneGraphBVTree"); \ +static_assert(offsetof(FZoneGraphBVTree, Origin) == 0x000000, "Member 'FZoneGraphBVTree::Origin' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVTree, QuantizationScale) == 0x000018, "Member 'FZoneGraphBVTree::QuantizationScale' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVTree, Nodes) == 0x000020, "Member 'FZoneGraphBVTree::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisteredZoneGraphData \ +static_assert(alignof(FRegisteredZoneGraphData) == 0x000008, "Wrong alignment on FRegisteredZoneGraphData"); \ +static_assert(sizeof(FRegisteredZoneGraphData) == 0x000010, "Wrong size on FRegisteredZoneGraphData"); \ +static_assert(offsetof(FRegisteredZoneGraphData, ZoneGraphData) == 0x000000, "Member 'FRegisteredZoneGraphData::ZoneGraphData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneHandle \ +static_assert(alignof(FZoneHandle) == 0x000004, "Wrong alignment on FZoneHandle"); \ +static_assert(sizeof(FZoneHandle) == 0x000004, "Wrong size on FZoneHandle"); \ +static_assert(offsetof(FZoneHandle, Index) == 0x000000, "Member 'FZoneHandle::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTag \ +static_assert(alignof(FZoneGraphTag) == 0x000001, "Wrong alignment on FZoneGraphTag"); \ +static_assert(sizeof(FZoneGraphTag) == 0x000001, "Wrong size on FZoneGraphTag"); \ +static_assert(offsetof(FZoneGraphTag, Bit) == 0x000000, "Member 'FZoneGraphTag::Bit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagMask \ +static_assert(alignof(FZoneGraphTagMask) == 0x000004, "Wrong alignment on FZoneGraphTagMask"); \ +static_assert(sizeof(FZoneGraphTagMask) == 0x000004, "Wrong size on FZoneGraphTagMask"); \ +static_assert(offsetof(FZoneGraphTagMask, Mask) == 0x000000, "Member 'FZoneGraphTagMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagFilter \ +static_assert(alignof(FZoneGraphTagFilter) == 0x000004, "Wrong alignment on FZoneGraphTagFilter"); \ +static_assert(sizeof(FZoneGraphTagFilter) == 0x00000C, "Wrong size on FZoneGraphTagFilter"); \ +static_assert(offsetof(FZoneGraphTagFilter, AnyTags) == 0x000000, "Member 'FZoneGraphTagFilter::AnyTags' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagFilter, AllTags) == 0x000004, "Member 'FZoneGraphTagFilter::AllTags' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagFilter, NotTags) == 0x000008, "Member 'FZoneGraphTagFilter::NotTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagInfo \ +static_assert(alignof(FZoneGraphTagInfo) == 0x000004, "Wrong alignment on FZoneGraphTagInfo"); \ +static_assert(sizeof(FZoneGraphTagInfo) == 0x000010, "Wrong size on FZoneGraphTagInfo"); \ +static_assert(offsetof(FZoneGraphTagInfo, Name) == 0x000000, "Member 'FZoneGraphTagInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagInfo, Color) == 0x000008, "Member 'FZoneGraphTagInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagInfo, Tag) == 0x00000C, "Member 'FZoneGraphTagInfo::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneDesc \ +static_assert(alignof(FZoneLaneDesc) == 0x000004, "Wrong alignment on FZoneLaneDesc"); \ +static_assert(sizeof(FZoneLaneDesc) == 0x00000C, "Wrong size on FZoneLaneDesc"); \ +static_assert(offsetof(FZoneLaneDesc, Width) == 0x000000, "Member 'FZoneLaneDesc::Width' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneDesc, Direction) == 0x000004, "Member 'FZoneLaneDesc::Direction' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneDesc, Tags) == 0x000008, "Member 'FZoneLaneDesc::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneProfile \ +static_assert(alignof(FZoneLaneProfile) == 0x000008, "Wrong alignment on FZoneLaneProfile"); \ +static_assert(sizeof(FZoneLaneProfile) == 0x000028, "Wrong size on FZoneLaneProfile"); \ +static_assert(offsetof(FZoneLaneProfile, Name) == 0x000000, "Member 'FZoneLaneProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfile, ID) == 0x000008, "Member 'FZoneLaneProfile::ID' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfile, Lanes) == 0x000018, "Member 'FZoneLaneProfile::Lanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneProfileRef \ +static_assert(alignof(FZoneLaneProfileRef) == 0x000004, "Wrong alignment on FZoneLaneProfileRef"); \ +static_assert(sizeof(FZoneLaneProfileRef) == 0x000018, "Wrong size on FZoneLaneProfileRef"); \ +static_assert(offsetof(FZoneLaneProfileRef, Name) == 0x000000, "Member 'FZoneLaneProfileRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfileRef, ID) == 0x000008, "Member 'FZoneLaneProfileRef::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneLinkData \ +static_assert(alignof(FZoneLaneLinkData) == 0x000004, "Wrong alignment on FZoneLaneLinkData"); \ +static_assert(sizeof(FZoneLaneLinkData) == 0x000008, "Wrong size on FZoneLaneLinkData"); \ +static_assert(offsetof(FZoneLaneLinkData, DestLaneIndex) == 0x000000, "Member 'FZoneLaneLinkData::DestLaneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneLinkData, Type) == 0x000004, "Member 'FZoneLaneLinkData::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneLinkData, Flags) == 0x000005, "Member 'FZoneLaneLinkData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneData \ +static_assert(alignof(FZoneLaneData) == 0x000004, "Wrong alignment on FZoneLaneData"); \ +static_assert(sizeof(FZoneLaneData) == 0x000020, "Wrong size on FZoneLaneData"); \ +static_assert(offsetof(FZoneLaneData, Width) == 0x000000, "Member 'FZoneLaneData::Width' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, Tags) == 0x000004, "Member 'FZoneLaneData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, PointsBegin) == 0x000008, "Member 'FZoneLaneData::PointsBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, PointsEnd) == 0x00000C, "Member 'FZoneLaneData::PointsEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, LinksBegin) == 0x000010, "Member 'FZoneLaneData::LinksBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, LinksEnd) == 0x000014, "Member 'FZoneLaneData::LinksEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, ZoneIndex) == 0x000018, "Member 'FZoneLaneData::ZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, StartEntryId) == 0x00001C, "Member 'FZoneLaneData::StartEntryId' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, EndEntryId) == 0x00001E, "Member 'FZoneLaneData::EndEntryId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneData \ +static_assert(alignof(FZoneData) == 0x000008, "Wrong alignment on FZoneData"); \ +static_assert(sizeof(FZoneData) == 0x000050, "Wrong size on FZoneData"); \ +static_assert(offsetof(FZoneData, BoundaryPointsBegin) == 0x000000, "Member 'FZoneData::BoundaryPointsBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, BoundaryPointsEnd) == 0x000004, "Member 'FZoneData::BoundaryPointsEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, LanesBegin) == 0x000008, "Member 'FZoneData::LanesBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, LanesEnd) == 0x00000C, "Member 'FZoneData::LanesEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, Bounds) == 0x000010, "Member 'FZoneData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, Tags) == 0x000048, "Member 'FZoneData::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneLocation \ +static_assert(alignof(FZoneGraphLaneLocation) == 0x000008, "Wrong alignment on FZoneGraphLaneLocation"); \ +static_assert(sizeof(FZoneGraphLaneLocation) == 0x000070, "Wrong size on FZoneGraphLaneLocation"); \ +static_assert(offsetof(FZoneGraphLaneLocation, position) == 0x000000, "Member 'FZoneGraphLaneLocation::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Direction) == 0x000018, "Member 'FZoneGraphLaneLocation::Direction' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Tangent) == 0x000030, "Member 'FZoneGraphLaneLocation::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Up) == 0x000048, "Member 'FZoneGraphLaneLocation::Up' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, LaneHandle) == 0x000060, "Member 'FZoneGraphLaneLocation::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, LaneSegment) == 0x000068, "Member 'FZoneGraphLaneLocation::LaneSegment' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, DistanceAlongLane) == 0x00006C, "Member 'FZoneGraphLaneLocation::DistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphCompactLaneLocation \ +static_assert(alignof(FZoneGraphCompactLaneLocation) == 0x000004, "Wrong alignment on FZoneGraphCompactLaneLocation"); \ +static_assert(sizeof(FZoneGraphCompactLaneLocation) == 0x00000C, "Wrong size on FZoneGraphCompactLaneLocation"); \ +static_assert(offsetof(FZoneGraphCompactLaneLocation, LaneHandle) == 0x000000, "Member 'FZoneGraphCompactLaneLocation::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphCompactLaneLocation, DistanceAlongLane) == 0x000008, "Member 'FZoneGraphCompactLaneLocation::DistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneSection \ +static_assert(alignof(FZoneGraphLaneSection) == 0x000004, "Wrong alignment on FZoneGraphLaneSection"); \ +static_assert(sizeof(FZoneGraphLaneSection) == 0x000010, "Wrong size on FZoneGraphLaneSection"); \ +static_assert(offsetof(FZoneGraphLaneSection, LaneHandle) == 0x000000, "Member 'FZoneGraphLaneSection::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneSection, StartDistanceAlongLane) == 0x000008, "Member 'FZoneGraphLaneSection::StartDistanceAlongLane' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneSection, EndDistanceAlongLane) == 0x00000C, "Member 'FZoneGraphLaneSection::EndDistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLinkedLane \ +static_assert(alignof(FZoneGraphLinkedLane) == 0x000004, "Wrong alignment on FZoneGraphLinkedLane"); \ +static_assert(sizeof(FZoneGraphLinkedLane) == 0x00000C, "Wrong size on FZoneGraphLinkedLane"); \ +static_assert(offsetof(FZoneGraphLinkedLane, DestLane) == 0x000000, "Member 'FZoneGraphLinkedLane::DestLane' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLinkedLane, Type) == 0x000008, "Member 'FZoneGraphLinkedLane::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLinkedLane, Flags) == 0x000009, "Member 'FZoneGraphLinkedLane::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphStorage \ +static_assert(alignof(FZoneGraphStorage) == 0x000008, "Wrong alignment on FZoneGraphStorage"); \ +static_assert(sizeof(FZoneGraphStorage) == 0x0000F0, "Wrong size on FZoneGraphStorage"); \ +static_assert(offsetof(FZoneGraphStorage, Zones) == 0x000000, "Member 'FZoneGraphStorage::Zones' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, Lanes) == 0x000010, "Member 'FZoneGraphStorage::Lanes' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, BoundaryPoints) == 0x000020, "Member 'FZoneGraphStorage::BoundaryPoints' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LanePoints) == 0x000030, "Member 'FZoneGraphStorage::LanePoints' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneUpVectors) == 0x000040, "Member 'FZoneGraphStorage::LaneUpVectors' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneTangentVectors) == 0x000050, "Member 'FZoneGraphStorage::LaneTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LanePointProgressions) == 0x000060, "Member 'FZoneGraphStorage::LanePointProgressions' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneLinks) == 0x000070, "Member 'FZoneGraphStorage::LaneLinks' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, Bounds) == 0x000080, "Member 'FZoneGraphStorage::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, ZoneBVTree) == 0x0000B8, "Member 'FZoneGraphStorage::ZoneBVTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapePoint \ +static_assert(alignof(FZoneShapePoint) == 0x000008, "Wrong alignment on FZoneShapePoint"); \ +static_assert(sizeof(FZoneShapePoint) == 0x000070, "Wrong size on FZoneShapePoint"); \ +static_assert(offsetof(FZoneShapePoint, position) == 0x000000, "Member 'FZoneShapePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, InControlPoint) == 0x000018, "Member 'FZoneShapePoint::InControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, OutControlPoint) == 0x000030, "Member 'FZoneShapePoint::OutControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, TangentLength) == 0x000048, "Member 'FZoneShapePoint::TangentLength' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, InnerTurnRadius) == 0x00004C, "Member 'FZoneShapePoint::InnerTurnRadius' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, Rotation) == 0x000050, "Member 'FZoneShapePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, Type) == 0x000068, "Member 'FZoneShapePoint::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, LaneProfile) == 0x000069, "Member 'FZoneShapePoint::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, bReverseLaneProfile) == 0x00006A, "Member 'FZoneShapePoint::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, LaneConnectionRestrictions) == 0x00006C, "Member 'FZoneShapePoint::LaneConnectionRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeConnector \ +static_assert(alignof(FZoneShapeConnector) == 0x000008, "Wrong alignment on FZoneShapeConnector"); \ +static_assert(sizeof(FZoneShapeConnector) == 0x000068, "Wrong size on FZoneShapeConnector"); \ +static_assert(offsetof(FZoneShapeConnector, position) == 0x000000, "Member 'FZoneShapeConnector::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, Normal) == 0x000018, "Member 'FZoneShapeConnector::Normal' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, Up) == 0x000030, "Member 'FZoneShapeConnector::Up' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, PointIndex) == 0x000048, "Member 'FZoneShapeConnector::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, LaneProfile) == 0x00004C, "Member 'FZoneShapeConnector::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, bReverseLaneProfile) == 0x000064, "Member 'FZoneShapeConnector::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, ShapeType) == 0x000065, "Member 'FZoneShapeConnector::ShapeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeConnection \ +static_assert(alignof(FZoneShapeConnection) == 0x000004, "Wrong alignment on FZoneShapeConnection"); \ +static_assert(sizeof(FZoneShapeConnection) == 0x00000C, "Wrong size on FZoneShapeConnection"); \ +static_assert(offsetof(FZoneShapeConnection, ShapeComponent) == 0x000000, "Member 'FZoneShapeConnection::ShapeComponent' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnection, ConnectorIndex) == 0x000008, "Member 'FZoneShapeConnection::ConnectorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTessellationSettings \ +static_assert(alignof(FZoneGraphTessellationSettings) == 0x000004, "Wrong alignment on FZoneGraphTessellationSettings"); \ +static_assert(sizeof(FZoneGraphTessellationSettings) == 0x000010, "Wrong size on FZoneGraphTessellationSettings"); \ +static_assert(offsetof(FZoneGraphTessellationSettings, LaneFilter) == 0x000000, "Member 'FZoneGraphTessellationSettings::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTessellationSettings, TessellationTolerance) == 0x00000C, "Member 'FZoneGraphTessellationSettings::TessellationTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneRoutingRule \ +static_assert(alignof(FZoneGraphLaneRoutingRule) == 0x000008, "Wrong alignment on FZoneGraphLaneRoutingRule"); \ +static_assert(sizeof(FZoneGraphLaneRoutingRule) == 0x000060, "Wrong size on FZoneGraphLaneRoutingRule"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, bEnabled) == 0x000000, "Member 'FZoneGraphLaneRoutingRule::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, Comment) == 0x000008, "Member 'FZoneGraphLaneRoutingRule::Comment' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, ZoneTagFilter) == 0x000018, "Member 'FZoneGraphLaneRoutingRule::ZoneTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, SourceLaneProfile) == 0x000024, "Member 'FZoneGraphLaneRoutingRule::SourceLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, DestinationLaneProfile) == 0x00003C, "Member 'FZoneGraphLaneRoutingRule::DestinationLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, SourceOutgoingConnections) == 0x000054, "Member 'FZoneGraphLaneRoutingRule::SourceOutgoingConnections' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, DestinationIncomingConnections) == 0x000055, "Member 'FZoneGraphLaneRoutingRule::DestinationIncomingConnections' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, ConnectionRestrictions) == 0x000058, "Member 'FZoneGraphLaneRoutingRule::ConnectionRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuildSettings \ +static_assert(alignof(FZoneGraphBuildSettings) == 0x000008, "Wrong alignment on FZoneGraphBuildSettings"); \ +static_assert(sizeof(FZoneGraphBuildSettings) == 0x000048, "Wrong size on FZoneGraphBuildSettings"); \ +static_assert(offsetof(FZoneGraphBuildSettings, CommonTessellationTolerance) == 0x000000, "Member 'FZoneGraphBuildSettings::CommonTessellationTolerance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, SpecificTessellationTolerances) == 0x000008, "Member 'FZoneGraphBuildSettings::SpecificTessellationTolerances' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, LaneConnectionAngle) == 0x000018, "Member 'FZoneGraphBuildSettings::LaneConnectionAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, LaneConnectionMask) == 0x00001C, "Member 'FZoneGraphBuildSettings::LaneConnectionMask' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, TurnThresholdAngle) == 0x000020, "Member 'FZoneGraphBuildSettings::TurnThresholdAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, PolygonRoutingRules) == 0x000028, "Member 'FZoneGraphBuildSettings::PolygonRoutingRules' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, ConnectionSnapDistance) == 0x000038, "Member 'FZoneGraphBuildSettings::ConnectionSnapDistance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, ConnectionSnapAngle) == 0x00003C, "Member 'FZoneGraphBuildSettings::ConnectionSnapAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, DragEndpointAutoConnectRange) == 0x000040, "Member 'FZoneGraphBuildSettings::DragEndpointAutoConnectRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeLaneInternalLink \ +static_assert(alignof(FZoneShapeLaneInternalLink) == 0x000004, "Wrong alignment on FZoneShapeLaneInternalLink"); \ +static_assert(sizeof(FZoneShapeLaneInternalLink) == 0x00000C, "Wrong size on FZoneShapeLaneInternalLink"); \ +static_assert(offsetof(FZoneShapeLaneInternalLink, LaneIndex) == 0x000000, "Member 'FZoneShapeLaneInternalLink::LaneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeLaneInternalLink, LinkData) == 0x000004, "Member 'FZoneShapeLaneInternalLink::LinkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphData \ +static_assert(alignof(AZoneGraphData) == 0x000008, "Wrong alignment on AZoneGraphData"); \ +static_assert(sizeof(AZoneGraphData) == 0x0003C0, "Wrong size on AZoneGraphData"); \ +static_assert(offsetof(AZoneGraphData, bEnableDrawing) == 0x000291, "Member 'AZoneGraphData::bEnableDrawing' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, RenderingComp) == 0x000298, "Member 'AZoneGraphData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, ZoneStorage) == 0x0002A0, "Member 'AZoneGraphData::ZoneStorage' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, CombinedShapeHash) == 0x0003B8, "Member 'AZoneGraphData::CombinedShapeHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphRenderingComponent \ +static_assert(alignof(UZoneGraphRenderingComponent) == 0x000010, "Wrong alignment on UZoneGraphRenderingComponent"); \ +static_assert(sizeof(UZoneGraphRenderingComponent) == 0x000530, "Wrong size on UZoneGraphRenderingComponent"); \ + +#define DUMPER7_ASSERTS_UZoneGraphSettings \ +static_assert(alignof(UZoneGraphSettings) == 0x000008, "Wrong alignment on UZoneGraphSettings"); \ +static_assert(sizeof(UZoneGraphSettings) == 0x0002A0, "Wrong size on UZoneGraphSettings"); \ +static_assert(offsetof(UZoneGraphSettings, LaneProfiles) == 0x000038, "Member 'UZoneGraphSettings::LaneProfiles' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, Tags) == 0x000048, "Member 'UZoneGraphSettings::Tags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, VisualizedTags) == 0x000248, "Member 'UZoneGraphSettings::VisualizedTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, ShapeMaxDrawDistance) == 0x00024C, "Member 'UZoneGraphSettings::ShapeMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, BuildSettings) == 0x000250, "Member 'UZoneGraphSettings::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, bBuildZoneGraphWhileEditing) == 0x000298, "Member 'UZoneGraphSettings::bBuildZoneGraphWhileEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphSubsystem \ +static_assert(alignof(UZoneGraphSubsystem) == 0x000008, "Wrong alignment on UZoneGraphSubsystem"); \ +static_assert(sizeof(UZoneGraphSubsystem) == 0x000090, "Wrong size on UZoneGraphSubsystem"); \ +static_assert(offsetof(UZoneGraphSubsystem, RegisteredZoneGraphData) == 0x000068, "Member 'UZoneGraphSubsystem::RegisteredZoneGraphData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneShape \ +static_assert(alignof(AZoneShape) == 0x000008, "Wrong alignment on AZoneShape"); \ +static_assert(sizeof(AZoneShape) == 0x000298, "Wrong size on AZoneShape"); \ +static_assert(offsetof(AZoneShape, ShapeComponent) == 0x000290, "Member 'AZoneShape::ShapeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetPolygonRoutingType \ +static_assert(alignof(ZoneShapeComponent_SetPolygonRoutingType) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetPolygonRoutingType"); \ +static_assert(sizeof(ZoneShapeComponent_SetPolygonRoutingType) == 0x000001, "Wrong size on ZoneShapeComponent_SetPolygonRoutingType"); \ +static_assert(offsetof(ZoneShapeComponent_SetPolygonRoutingType, NewType) == 0x000000, "Member 'ZoneShapeComponent_SetPolygonRoutingType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetReverseLaneProfile \ +static_assert(alignof(ZoneShapeComponent_SetReverseLaneProfile) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetReverseLaneProfile"); \ +static_assert(sizeof(ZoneShapeComponent_SetReverseLaneProfile) == 0x000002, "Wrong size on ZoneShapeComponent_SetReverseLaneProfile"); \ +static_assert(offsetof(ZoneShapeComponent_SetReverseLaneProfile, bReverse) == 0x000000, "Member 'ZoneShapeComponent_SetReverseLaneProfile::bReverse' has a wrong offset!"); \ +static_assert(offsetof(ZoneShapeComponent_SetReverseLaneProfile, ReturnValue) == 0x000001, "Member 'ZoneShapeComponent_SetReverseLaneProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetShapeType \ +static_assert(alignof(ZoneShapeComponent_SetShapeType) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetShapeType"); \ +static_assert(sizeof(ZoneShapeComponent_SetShapeType) == 0x000001, "Wrong size on ZoneShapeComponent_SetShapeType"); \ +static_assert(offsetof(ZoneShapeComponent_SetShapeType, Type) == 0x000000, "Member 'ZoneShapeComponent_SetShapeType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetTags \ +static_assert(alignof(ZoneShapeComponent_SetTags) == 0x000004, "Wrong alignment on ZoneShapeComponent_SetTags"); \ +static_assert(sizeof(ZoneShapeComponent_SetTags) == 0x000004, "Wrong size on ZoneShapeComponent_SetTags"); \ +static_assert(offsetof(ZoneShapeComponent_SetTags, NewTags) == 0x000000, "Member 'ZoneShapeComponent_SetTags::NewTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_GetShapeType \ +static_assert(alignof(ZoneShapeComponent_GetShapeType) == 0x000001, "Wrong alignment on ZoneShapeComponent_GetShapeType"); \ +static_assert(sizeof(ZoneShapeComponent_GetShapeType) == 0x000001, "Wrong size on ZoneShapeComponent_GetShapeType"); \ +static_assert(offsetof(ZoneShapeComponent_GetShapeType, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_GetShapeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_GetTags \ +static_assert(alignof(ZoneShapeComponent_GetTags) == 0x000004, "Wrong alignment on ZoneShapeComponent_GetTags"); \ +static_assert(sizeof(ZoneShapeComponent_GetTags) == 0x000004, "Wrong size on ZoneShapeComponent_GetTags"); \ +static_assert(offsetof(ZoneShapeComponent_GetTags, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_IsLaneProfileReversed \ +static_assert(alignof(ZoneShapeComponent_IsLaneProfileReversed) == 0x000001, "Wrong alignment on ZoneShapeComponent_IsLaneProfileReversed"); \ +static_assert(sizeof(ZoneShapeComponent_IsLaneProfileReversed) == 0x000001, "Wrong size on ZoneShapeComponent_IsLaneProfileReversed"); \ +static_assert(offsetof(ZoneShapeComponent_IsLaneProfileReversed, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_IsLaneProfileReversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneShapeComponent \ +static_assert(alignof(UZoneShapeComponent) == 0x000010, "Wrong alignment on UZoneShapeComponent"); \ +static_assert(sizeof(UZoneShapeComponent) == 0x000580, "Wrong size on UZoneShapeComponent"); \ +static_assert(offsetof(UZoneShapeComponent, LaneProfile) == 0x000518, "Member 'UZoneShapeComponent::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, bReverseLaneProfile) == 0x000530, "Member 'UZoneShapeComponent::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, PerPointLaneProfiles) == 0x000538, "Member 'UZoneShapeComponent::PerPointLaneProfiles' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, Points) == 0x000548, "Member 'UZoneShapeComponent::Points' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ShapeType) == 0x000558, "Member 'UZoneShapeComponent::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, PolygonRoutingType) == 0x000559, "Member 'UZoneShapeComponent::PolygonRoutingType' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, Tags) == 0x00055C, "Member 'UZoneShapeComponent::Tags' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ShapeConnectors) == 0x000560, "Member 'UZoneShapeComponent::ShapeConnectors' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ConnectedShapes) == 0x000570, "Member 'UZoneShapeComponent::ConnectedShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityConfig \ +static_assert(alignof(FMassEntityConfig) == 0x000008, "Wrong alignment on FMassEntityConfig"); \ +static_assert(sizeof(FMassEntityConfig) == 0x000030, "Wrong size on FMassEntityConfig"); \ +static_assert(offsetof(FMassEntityConfig, Parent) == 0x000000, "Member 'FMassEntityConfig::Parent' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityConfig, Traits) == 0x000008, "Member 'FMassEntityConfig::Traits' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityConfig, ConfigOwner) == 0x000018, "Member 'FMassEntityConfig::ConfigOwner' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityConfig, ConfigGuid) == 0x000020, "Member 'FMassEntityConfig::ConfigGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntitySpawnDataGeneratorResult \ +static_assert(alignof(FMassEntitySpawnDataGeneratorResult) == 0x000008, "Wrong alignment on FMassEntitySpawnDataGeneratorResult"); \ +static_assert(sizeof(FMassEntitySpawnDataGeneratorResult) == 0x000030, "Wrong size on FMassEntitySpawnDataGeneratorResult"); \ +static_assert(offsetof(FMassEntitySpawnDataGeneratorResult, SpawnData) == 0x000000, "Member 'FMassEntitySpawnDataGeneratorResult::SpawnData' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnDataGeneratorResult, SpawnDataProcessor) == 0x000010, "Member 'FMassEntitySpawnDataGeneratorResult::SpawnDataProcessor' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnDataGeneratorResult, PostSpawnProcessors) == 0x000018, "Member 'FMassEntitySpawnDataGeneratorResult::PostSpawnProcessors' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnDataGeneratorResult, EntityConfigIndex) == 0x000028, "Member 'FMassEntitySpawnDataGeneratorResult::EntityConfigIndex' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnDataGeneratorResult, NumEntities) == 0x00002C, "Member 'FMassEntitySpawnDataGeneratorResult::NumEntities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityTemplateID \ +static_assert(alignof(FMassEntityTemplateID) == 0x000008, "Wrong alignment on FMassEntityTemplateID"); \ +static_assert(sizeof(FMassEntityTemplateID) == 0x000020, "Wrong size on FMassEntityTemplateID"); \ +static_assert(offsetof(FMassEntityTemplateID, ConfigGuid) == 0x000000, "Member 'FMassEntityTemplateID::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityTemplateID, FlavorHash) == 0x000010, "Member 'FMassEntityTemplateID::FlavorHash' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityTemplateID, TotalHash) == 0x000018, "Member 'FMassEntityTemplateID::TotalHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityTemplateData \ +static_assert(alignof(FMassEntityTemplateData) == 0x000008, "Wrong alignment on FMassEntityTemplateData"); \ +static_assert(sizeof(FMassEntityTemplateData) == 0x000108, "Wrong size on FMassEntityTemplateData"); \ + +#define DUMPER7_ASSERTS_FMassTransformsSpawnData \ +static_assert(alignof(FMassTransformsSpawnData) == 0x000008, "Wrong alignment on FMassTransformsSpawnData"); \ +static_assert(sizeof(FMassTransformsSpawnData) == 0x000018, "Wrong size on FMassTransformsSpawnData"); \ + +#define DUMPER7_ASSERTS_FMassSpawnedEntityType \ +static_assert(alignof(FMassSpawnedEntityType) == 0x000008, "Wrong alignment on FMassSpawnedEntityType"); \ +static_assert(sizeof(FMassSpawnedEntityType) == 0x000038, "Wrong size on FMassSpawnedEntityType"); \ +static_assert(offsetof(FMassSpawnedEntityType, EntityConfig) == 0x000000, "Member 'FMassSpawnedEntityType::EntityConfig' has a wrong offset!"); \ +static_assert(offsetof(FMassSpawnedEntityType, Proportion) == 0x000028, "Member 'FMassSpawnedEntityType::Proportion' has a wrong offset!"); \ +static_assert(offsetof(FMassSpawnedEntityType, EntityConfigPtr) == 0x000030, "Member 'FMassSpawnedEntityType::EntityConfigPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSpawnDataGenerator \ +static_assert(alignof(FMassSpawnDataGenerator) == 0x000008, "Wrong alignment on FMassSpawnDataGenerator"); \ +static_assert(sizeof(FMassSpawnDataGenerator) == 0x000018, "Wrong size on FMassSpawnDataGenerator"); \ +static_assert(offsetof(FMassSpawnDataGenerator, GeneratorClass) == 0x000000, "Member 'FMassSpawnDataGenerator::GeneratorClass' has a wrong offset!"); \ +static_assert(offsetof(FMassSpawnDataGenerator, GeneratorInstance) == 0x000008, "Member 'FMassSpawnDataGenerator::GeneratorInstance' has a wrong offset!"); \ +static_assert(offsetof(FMassSpawnDataGenerator, Proportion) == 0x000010, "Member 'FMassSpawnDataGenerator::Proportion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicationTemplateIDFragment \ +static_assert(alignof(FReplicationTemplateIDFragment) == 0x000008, "Wrong alignment on FReplicationTemplateIDFragment"); \ +static_assert(sizeof(FReplicationTemplateIDFragment) == 0x000020, "Wrong size on FReplicationTemplateIDFragment"); \ +static_assert(offsetof(FReplicationTemplateIDFragment, ID) == 0x000000, "Member 'FReplicationTemplateIDFragment::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntityTraitBase \ +static_assert(alignof(UMassEntityTraitBase) == 0x000008, "Wrong alignment on UMassEntityTraitBase"); \ +static_assert(sizeof(UMassEntityTraitBase) == 0x000028, "Wrong size on UMassEntityTraitBase"); \ + +#define DUMPER7_ASSERTS_UMassAssortedFragmentsTrait \ +static_assert(alignof(UMassAssortedFragmentsTrait) == 0x000008, "Wrong alignment on UMassAssortedFragmentsTrait"); \ +static_assert(sizeof(UMassAssortedFragmentsTrait) == 0x000048, "Wrong size on UMassAssortedFragmentsTrait"); \ +static_assert(offsetof(UMassAssortedFragmentsTrait, Fragments) == 0x000028, "Member 'UMassAssortedFragmentsTrait::Fragments' has a wrong offset!"); \ +static_assert(offsetof(UMassAssortedFragmentsTrait, Tags) == 0x000038, "Member 'UMassAssortedFragmentsTrait::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntityConfigAsset \ +static_assert(alignof(UMassEntityConfigAsset) == 0x000008, "Wrong alignment on UMassEntityConfigAsset"); \ +static_assert(sizeof(UMassEntityConfigAsset) == 0x000060, "Wrong size on UMassEntityConfigAsset"); \ +static_assert(offsetof(UMassEntityConfigAsset, Config) == 0x000030, "Member 'UMassEntityConfigAsset::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntitySpawnDataGeneratorBase \ +static_assert(alignof(UMassEntitySpawnDataGeneratorBase) == 0x000008, "Wrong alignment on UMassEntitySpawnDataGeneratorBase"); \ +static_assert(sizeof(UMassEntitySpawnDataGeneratorBase) == 0x000030, "Wrong size on UMassEntitySpawnDataGeneratorBase"); \ +static_assert(offsetof(UMassEntitySpawnDataGeneratorBase, RandomSelectionSeed) == 0x000028, "Member 'UMassEntitySpawnDataGeneratorBase::RandomSelectionSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntityEQSSpawnPointsGenerator \ +static_assert(alignof(UMassEntityEQSSpawnPointsGenerator) == 0x000008, "Wrong alignment on UMassEntityEQSSpawnPointsGenerator"); \ +static_assert(sizeof(UMassEntityEQSSpawnPointsGenerator) == 0x000078, "Wrong size on UMassEntityEQSSpawnPointsGenerator"); \ +static_assert(offsetof(UMassEntityEQSSpawnPointsGenerator, EQSRequest) == 0x000030, "Member 'UMassEntityEQSSpawnPointsGenerator::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntityTemplateRegistry \ +static_assert(alignof(UMassEntityTemplateRegistry) == 0x000008, "Wrong alignment on UMassEntityTemplateRegistry"); \ +static_assert(sizeof(UMassEntityTemplateRegistry) == 0x000028, "Wrong size on UMassEntityTemplateRegistry"); \ + +#define DUMPER7_ASSERTS_UMassEntityZoneGraphSpawnPointsGenerator \ +static_assert(alignof(UMassEntityZoneGraphSpawnPointsGenerator) == 0x000008, "Wrong alignment on UMassEntityZoneGraphSpawnPointsGenerator"); \ +static_assert(sizeof(UMassEntityZoneGraphSpawnPointsGenerator) == 0x000048, "Wrong size on UMassEntityZoneGraphSpawnPointsGenerator"); \ +static_assert(offsetof(UMassEntityZoneGraphSpawnPointsGenerator, TagFilter) == 0x000030, "Member 'UMassEntityZoneGraphSpawnPointsGenerator::TagFilter' has a wrong offset!"); \ +static_assert(offsetof(UMassEntityZoneGraphSpawnPointsGenerator, MinGap) == 0x00003C, "Member 'UMassEntityZoneGraphSpawnPointsGenerator::MinGap' has a wrong offset!"); \ +static_assert(offsetof(UMassEntityZoneGraphSpawnPointsGenerator, MaxGap) == 0x000040, "Member 'UMassEntityZoneGraphSpawnPointsGenerator::MaxGap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MassSpawner_ScaleSpawningCount \ +static_assert(alignof(MassSpawner_ScaleSpawningCount) == 0x000004, "Wrong alignment on MassSpawner_ScaleSpawningCount"); \ +static_assert(sizeof(MassSpawner_ScaleSpawningCount) == 0x000004, "Wrong size on MassSpawner_ScaleSpawningCount"); \ +static_assert(offsetof(MassSpawner_ScaleSpawningCount, Scale) == 0x000000, "Member 'MassSpawner_ScaleSpawningCount::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MassSpawner_GetCount \ +static_assert(alignof(MassSpawner_GetCount) == 0x000004, "Wrong alignment on MassSpawner_GetCount"); \ +static_assert(sizeof(MassSpawner_GetCount) == 0x000004, "Wrong size on MassSpawner_GetCount"); \ +static_assert(offsetof(MassSpawner_GetCount, ReturnValue) == 0x000000, "Member 'MassSpawner_GetCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MassSpawner_GetSpawningCountScale \ +static_assert(alignof(MassSpawner_GetSpawningCountScale) == 0x000004, "Wrong alignment on MassSpawner_GetSpawningCountScale"); \ +static_assert(sizeof(MassSpawner_GetSpawningCountScale) == 0x000004, "Wrong size on MassSpawner_GetSpawningCountScale"); \ +static_assert(offsetof(MassSpawner_GetSpawningCountScale, ReturnValue) == 0x000000, "Member 'MassSpawner_GetSpawningCountScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMassSpawner \ +static_assert(alignof(AMassSpawner) == 0x000008, "Wrong alignment on AMassSpawner"); \ +static_assert(sizeof(AMassSpawner) == 0x000338, "Wrong size on AMassSpawner"); \ +static_assert(offsetof(AMassSpawner, OnSpawningFinishedEvent) == 0x000290, "Member 'AMassSpawner::OnSpawningFinishedEvent' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, OnDespawningFinishedEvent) == 0x0002A0, "Member 'AMassSpawner::OnDespawningFinishedEvent' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, Count) == 0x0002B0, "Member 'AMassSpawner::Count' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, EntityTypes) == 0x0002B8, "Member 'AMassSpawner::EntityTypes' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, SpawnDataGenerators) == 0x0002C8, "Member 'AMassSpawner::SpawnDataGenerators' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, PostSpawnProcessors) == 0x0002E0, "Member 'AMassSpawner::PostSpawnProcessors' has a wrong offset!"); \ +static_assert(offsetof(AMassSpawner, SpawningCountScale) == 0x0002F0, "Member 'AMassSpawner::SpawningCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSpawnerSubsystem \ +static_assert(alignof(UMassSpawnerSubsystem) == 0x000008, "Wrong alignment on UMassSpawnerSubsystem"); \ +static_assert(sizeof(UMassSpawnerSubsystem) == 0x0000C0, "Wrong size on UMassSpawnerSubsystem"); \ +static_assert(offsetof(UMassSpawnerSubsystem, SpawnDataInitializers) == 0x000038, "Member 'UMassSpawnerSubsystem::SpawnDataInitializers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSpawnLocationProcessor \ +static_assert(alignof(UMassSpawnLocationProcessor) == 0x000008, "Wrong alignment on UMassSpawnLocationProcessor"); \ +static_assert(sizeof(UMassSpawnLocationProcessor) == 0x000370, "Wrong size on UMassSpawnLocationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassTranslator \ +static_assert(alignof(UMassTranslator) == 0x000008, "Wrong alignment on UMassTranslator"); \ +static_assert(sizeof(UMassTranslator) == 0x0000E0, "Wrong size on UMassTranslator"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_Battle_DeathCommon_Bodyfall \ +static_assert(alignof(FFAudioCharacter_Battle_DeathCommon_Bodyfall) == 0x000008, "Wrong alignment on FFAudioCharacter_Battle_DeathCommon_Bodyfall"); \ +static_assert(sizeof(FFAudioCharacter_Battle_DeathCommon_Bodyfall) == 0x000008, "Wrong size on FFAudioCharacter_Battle_DeathCommon_Bodyfall"); \ +static_assert(offsetof(FFAudioCharacter_Battle_DeathCommon_Bodyfall, Bodyfall_10_42A8D0F9462BA131ECCC07AB5999173A) == 0x000000, "Member 'FFAudioCharacter_Battle_DeathCommon_Bodyfall::Bodyfall_10_42A8D0F9462BA131ECCC07AB5999173A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_3C_Land_C \ +static_assert(alignof(UShake_3C_Land_C) == 0x000010, "Wrong alignment on UShake_3C_Land_C"); \ +static_assert(sizeof(UShake_3C_Land_C) == 0x0000E0, "Wrong size on UShake_3C_Land_C"); \ + +#define DUMPER7_ASSERTS_FMassHighLODTag \ +static_assert(alignof(FMassHighLODTag) == 0x000001, "Wrong alignment on FMassHighLODTag"); \ +static_assert(sizeof(FMassHighLODTag) == 0x000001, "Wrong size on FMassHighLODTag"); \ + +#define DUMPER7_ASSERTS_FMassVariableTickChunkFragment \ +static_assert(alignof(FMassVariableTickChunkFragment) == 0x000004, "Wrong alignment on FMassVariableTickChunkFragment"); \ +static_assert(sizeof(FMassVariableTickChunkFragment) == 0x00000C, "Wrong size on FMassVariableTickChunkFragment"); \ +static_assert(offsetof(FMassVariableTickChunkFragment, bShouldTickThisFrame) == 0x000000, "Member 'FMassVariableTickChunkFragment::bShouldTickThisFrame' has a wrong offset!"); \ +static_assert(offsetof(FMassVariableTickChunkFragment, LOD) == 0x000001, "Member 'FMassVariableTickChunkFragment::LOD' has a wrong offset!"); \ +static_assert(offsetof(FMassVariableTickChunkFragment, TimeUntilNextTick) == 0x000004, "Member 'FMassVariableTickChunkFragment::TimeUntilNextTick' has a wrong offset!"); \ +static_assert(offsetof(FMassVariableTickChunkFragment, LastChunkSerialModificationNumber) == 0x000008, "Member 'FMassVariableTickChunkFragment::LastChunkSerialModificationNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSimulationVariableTickChunkFragment \ +static_assert(alignof(FMassSimulationVariableTickChunkFragment) == 0x000004, "Wrong alignment on FMassSimulationVariableTickChunkFragment"); \ +static_assert(sizeof(FMassSimulationVariableTickChunkFragment) == 0x00000C, "Wrong size on FMassSimulationVariableTickChunkFragment"); \ + +#define DUMPER7_ASSERTS_FMassMediumLODTag \ +static_assert(alignof(FMassMediumLODTag) == 0x000001, "Wrong alignment on FMassMediumLODTag"); \ +static_assert(sizeof(FMassMediumLODTag) == 0x000001, "Wrong size on FMassMediumLODTag"); \ + +#define DUMPER7_ASSERTS_FMassLowLODTag \ +static_assert(alignof(FMassLowLODTag) == 0x000001, "Wrong alignment on FMassLowLODTag"); \ +static_assert(sizeof(FMassLowLODTag) == 0x000001, "Wrong size on FMassLowLODTag"); \ + +#define DUMPER7_ASSERTS_FMassVisibilityCulledByDistanceTag \ +static_assert(alignof(FMassVisibilityCulledByDistanceTag) == 0x000001, "Wrong alignment on FMassVisibilityCulledByDistanceTag"); \ +static_assert(sizeof(FMassVisibilityCulledByDistanceTag) == 0x000001, "Wrong size on FMassVisibilityCulledByDistanceTag"); \ + +#define DUMPER7_ASSERTS_FMassOffLODTag \ +static_assert(alignof(FMassOffLODTag) == 0x000001, "Wrong alignment on FMassOffLODTag"); \ +static_assert(sizeof(FMassOffLODTag) == 0x000001, "Wrong size on FMassOffLODTag"); \ + +#define DUMPER7_ASSERTS_FMassViewerInfoFragment \ +static_assert(alignof(FMassViewerInfoFragment) == 0x000004, "Wrong alignment on FMassViewerInfoFragment"); \ +static_assert(sizeof(FMassViewerInfoFragment) == 0x000008, "Wrong size on FMassViewerInfoFragment"); \ +static_assert(offsetof(FMassViewerInfoFragment, ClosestViewerDistanceSq) == 0x000000, "Member 'FMassViewerInfoFragment::ClosestViewerDistanceSq' has a wrong offset!"); \ +static_assert(offsetof(FMassViewerInfoFragment, ClosestDistanceToFrustum) == 0x000004, "Member 'FMassViewerInfoFragment::ClosestDistanceToFrustum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassCollectLODViewerInfoTag \ +static_assert(alignof(FMassCollectLODViewerInfoTag) == 0x000001, "Wrong alignment on FMassCollectLODViewerInfoTag"); \ +static_assert(sizeof(FMassCollectLODViewerInfoTag) == 0x000001, "Wrong size on FMassCollectLODViewerInfoTag"); \ + +#define DUMPER7_ASSERTS_FMassSimulationLODFragment \ +static_assert(alignof(FMassSimulationLODFragment) == 0x000004, "Wrong alignment on FMassSimulationLODFragment"); \ +static_assert(sizeof(FMassSimulationLODFragment) == 0x000008, "Wrong size on FMassSimulationLODFragment"); \ + +#define DUMPER7_ASSERTS_FMassCollectDistanceLODViewerInfoTag \ +static_assert(alignof(FMassCollectDistanceLODViewerInfoTag) == 0x000001, "Wrong alignment on FMassCollectDistanceLODViewerInfoTag"); \ +static_assert(sizeof(FMassCollectDistanceLODViewerInfoTag) == 0x000001, "Wrong size on FMassCollectDistanceLODViewerInfoTag"); \ + +#define DUMPER7_ASSERTS_FMassVisibilityCanBeSeenTag \ +static_assert(alignof(FMassVisibilityCanBeSeenTag) == 0x000001, "Wrong alignment on FMassVisibilityCanBeSeenTag"); \ +static_assert(sizeof(FMassVisibilityCanBeSeenTag) == 0x000001, "Wrong size on FMassVisibilityCanBeSeenTag"); \ + +#define DUMPER7_ASSERTS_FMassVisibilityCulledByFrustumTag \ +static_assert(alignof(FMassVisibilityCulledByFrustumTag) == 0x000001, "Wrong alignment on FMassVisibilityCulledByFrustumTag"); \ +static_assert(sizeof(FMassVisibilityCulledByFrustumTag) == 0x000001, "Wrong size on FMassVisibilityCulledByFrustumTag"); \ + +#define DUMPER7_ASSERTS_FMassVisualizationChunkFragment \ +static_assert(alignof(FMassVisualizationChunkFragment) == 0x000004, "Wrong alignment on FMassVisualizationChunkFragment"); \ +static_assert(sizeof(FMassVisualizationChunkFragment) == 0x000008, "Wrong size on FMassVisualizationChunkFragment"); \ +static_assert(offsetof(FMassVisualizationChunkFragment, Visibility) == 0x000000, "Member 'FMassVisualizationChunkFragment::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationChunkFragment, bContainsNewlyVisibleEntity) == 0x000001, "Member 'FMassVisualizationChunkFragment::bContainsNewlyVisibleEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassVisualizationChunkFragment, DeltaTime) == 0x000004, "Member 'FMassVisualizationChunkFragment::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassViewerHandle \ +static_assert(alignof(FMassViewerHandle) == 0x000004, "Wrong alignment on FMassViewerHandle"); \ +static_assert(sizeof(FMassViewerHandle) == 0x000008, "Wrong size on FMassViewerHandle"); \ + +#define DUMPER7_ASSERTS_FViewerInfo \ +static_assert(alignof(FViewerInfo) == 0x000008, "Wrong alignment on FViewerInfo"); \ +static_assert(sizeof(FViewerInfo) == 0x000068, "Wrong size on FViewerInfo"); \ +static_assert(offsetof(FViewerInfo, ActorViewer) == 0x000000, "Member 'FViewerInfo::ActorViewer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSimulationVariableTickFragment \ +static_assert(alignof(FMassSimulationVariableTickFragment) == 0x000008, "Wrong alignment on FMassSimulationVariableTickFragment"); \ +static_assert(sizeof(FMassSimulationVariableTickFragment) == 0x000010, "Wrong size on FMassSimulationVariableTickFragment"); \ + +#define DUMPER7_ASSERTS_FMassSimulationLODParameters \ +static_assert(alignof(FMassSimulationLODParameters) == 0x000004, "Wrong alignment on FMassSimulationLODParameters"); \ +static_assert(sizeof(FMassSimulationLODParameters) == 0x000028, "Wrong size on FMassSimulationLODParameters"); \ +static_assert(offsetof(FMassSimulationLODParameters, LODDistance) == 0x000000, "Member 'FMassSimulationLODParameters::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassSimulationLODParameters, BufferHysteresisOnDistancePercentage) == 0x000010, "Member 'FMassSimulationLODParameters::BufferHysteresisOnDistancePercentage' has a wrong offset!"); \ +static_assert(offsetof(FMassSimulationLODParameters, LODMaxCount) == 0x000014, "Member 'FMassSimulationLODParameters::LODMaxCount' has a wrong offset!"); \ +static_assert(offsetof(FMassSimulationLODParameters, bSetLODTags) == 0x000024, "Member 'FMassSimulationLODParameters::bSetLODTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSimulationVariableTickParameters \ +static_assert(alignof(FMassSimulationVariableTickParameters) == 0x000004, "Wrong alignment on FMassSimulationVariableTickParameters"); \ +static_assert(sizeof(FMassSimulationVariableTickParameters) == 0x000014, "Wrong size on FMassSimulationVariableTickParameters"); \ +static_assert(offsetof(FMassSimulationVariableTickParameters, TickRates) == 0x000000, "Member 'FMassSimulationVariableTickParameters::TickRates' has a wrong offset!"); \ +static_assert(offsetof(FMassSimulationVariableTickParameters, bSpreadFirstSimulationUpdate) == 0x000010, "Member 'FMassSimulationVariableTickParameters::bSpreadFirstSimulationUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSimulationLODSharedFragment \ +static_assert(alignof(FMassSimulationLODSharedFragment) == 0x000008, "Wrong alignment on FMassSimulationLODSharedFragment"); \ +static_assert(sizeof(FMassSimulationLODSharedFragment) == 0x002020, "Wrong size on FMassSimulationLODSharedFragment"); \ + +#define DUMPER7_ASSERTS_FMassSimulationVariableTickSharedFragment \ +static_assert(alignof(FMassSimulationVariableTickSharedFragment) == 0x000008, "Wrong alignment on FMassSimulationVariableTickSharedFragment"); \ +static_assert(sizeof(FMassSimulationVariableTickSharedFragment) == 0x000030, "Wrong size on FMassSimulationVariableTickSharedFragment"); \ + +#define DUMPER7_ASSERTS_UMassLODCollectorProcessor \ +static_assert(alignof(UMassLODCollectorProcessor) == 0x000008, "Wrong alignment on UMassLODCollectorProcessor"); \ +static_assert(sizeof(UMassLODCollectorProcessor) == 0x000B60, "Wrong size on UMassLODCollectorProcessor"); \ + +#define DUMPER7_ASSERTS_UMassLODDistanceCollectorProcessor \ +static_assert(alignof(UMassLODDistanceCollectorProcessor) == 0x000008, "Wrong alignment on UMassLODDistanceCollectorProcessor"); \ +static_assert(sizeof(UMassLODDistanceCollectorProcessor) == 0x000B60, "Wrong size on UMassLODDistanceCollectorProcessor"); \ + +#define DUMPER7_ASSERTS_MassLODSubsystem_OnPlayerControllerEndPlay \ +static_assert(alignof(MassLODSubsystem_OnPlayerControllerEndPlay) == 0x000008, "Wrong alignment on MassLODSubsystem_OnPlayerControllerEndPlay"); \ +static_assert(sizeof(MassLODSubsystem_OnPlayerControllerEndPlay) == 0x000010, "Wrong size on MassLODSubsystem_OnPlayerControllerEndPlay"); \ +static_assert(offsetof(MassLODSubsystem_OnPlayerControllerEndPlay, Actor) == 0x000000, "Member 'MassLODSubsystem_OnPlayerControllerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(MassLODSubsystem_OnPlayerControllerEndPlay, EndPlayReason) == 0x000008, "Member 'MassLODSubsystem_OnPlayerControllerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassLODSubsystem \ +static_assert(alignof(UMassLODSubsystem) == 0x000008, "Wrong alignment on UMassLODSubsystem"); \ +static_assert(sizeof(UMassLODSubsystem) == 0x000100, "Wrong size on UMassLODSubsystem"); \ +static_assert(offsetof(UMassLODSubsystem, Viewers) == 0x000040, "Member 'UMassLODSubsystem::Viewers' has a wrong offset!"); \ +static_assert(offsetof(UMassLODSubsystem, ViewerMap) == 0x000050, "Member 'UMassLODSubsystem::ViewerMap' has a wrong offset!"); \ +static_assert(offsetof(UMassLODSubsystem, RegisteredActorViewers) == 0x0000A0, "Member 'UMassLODSubsystem::RegisteredActorViewers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassLODCollectorTrait \ +static_assert(alignof(UMassLODCollectorTrait) == 0x000008, "Wrong alignment on UMassLODCollectorTrait"); \ +static_assert(sizeof(UMassLODCollectorTrait) == 0x000028, "Wrong size on UMassLODCollectorTrait"); \ + +#define DUMPER7_ASSERTS_UMassDistanceLODCollectorTrait \ +static_assert(alignof(UMassDistanceLODCollectorTrait) == 0x000008, "Wrong alignment on UMassDistanceLODCollectorTrait"); \ +static_assert(sizeof(UMassDistanceLODCollectorTrait) == 0x000028, "Wrong size on UMassDistanceLODCollectorTrait"); \ + +#define DUMPER7_ASSERTS_UMassSimulationLODTrait \ +static_assert(alignof(UMassSimulationLODTrait) == 0x000008, "Wrong alignment on UMassSimulationLODTrait"); \ +static_assert(sizeof(UMassSimulationLODTrait) == 0x000068, "Wrong size on UMassSimulationLODTrait"); \ +static_assert(offsetof(UMassSimulationLODTrait, Params_0) == 0x000028, "Member 'UMassSimulationLODTrait::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationLODTrait, bEnableVariableTicking) == 0x000050, "Member 'UMassSimulationLODTrait::bEnableVariableTicking' has a wrong offset!"); \ +static_assert(offsetof(UMassSimulationLODTrait, VariableTickParams) == 0x000054, "Member 'UMassSimulationLODTrait::VariableTickParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSimulationLODProcessor \ +static_assert(alignof(UMassSimulationLODProcessor) == 0x000008, "Wrong alignment on UMassSimulationLODProcessor"); \ +static_assert(sizeof(UMassSimulationLODProcessor) == 0x000DF0, "Wrong size on UMassSimulationLODProcessor"); \ +static_assert(offsetof(UMassSimulationLODProcessor, bDoAdjustmentFromCount) == 0x000DE0, "Member 'UMassSimulationLODProcessor::bDoAdjustmentFromCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneLaneTest \ +static_assert(alignof(UZoneLaneTest) == 0x000008, "Wrong alignment on UZoneLaneTest"); \ +static_assert(sizeof(UZoneLaneTest) == 0x000030, "Wrong size on UZoneLaneTest"); \ +static_assert(offsetof(UZoneLaneTest, OwnerComponent) == 0x000028, "Member 'UZoneLaneTest::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphTestingComponent \ +static_assert(alignof(UZoneGraphTestingComponent) == 0x000010, "Wrong alignment on UZoneGraphTestingComponent"); \ +static_assert(sizeof(UZoneGraphTestingComponent) == 0x0007F0, "Wrong size on UZoneGraphTestingComponent"); \ +static_assert(offsetof(UZoneGraphTestingComponent, ZoneGraph) == 0x000528, "Member 'UZoneGraphTestingComponent::ZoneGraph' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, LaneLocation) == 0x000530, "Member 'UZoneGraphTestingComponent::LaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NextLaneLocation) == 0x0005A0, "Member 'UZoneGraphTestingComponent::NextLaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NearestLaneLocation) == 0x000610, "Member 'UZoneGraphTestingComponent::NearestLaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, SearchExtent) == 0x000680, "Member 'UZoneGraphTestingComponent::SearchExtent' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, AdvanceDistance) == 0x000698, "Member 'UZoneGraphTestingComponent::AdvanceDistance' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NearestTestOffset) == 0x0006A0, "Member 'UZoneGraphTestingComponent::NearestTestOffset' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, QueryFilter) == 0x0006B8, "Member 'UZoneGraphTestingComponent::QueryFilter' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLinkedLanes) == 0x0006C4, "Member 'UZoneGraphTestingComponent::bDrawLinkedLanes' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLaneTangentVectors) == 0x0006C5, "Member 'UZoneGraphTestingComponent::bDrawLaneTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLaneSmoothing) == 0x0006C6, "Member 'UZoneGraphTestingComponent::bDrawLaneSmoothing' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawBVTreeQuery) == 0x0006C7, "Member 'UZoneGraphTestingComponent::bDrawBVTreeQuery' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLanePath) == 0x0006C8, "Member 'UZoneGraphTestingComponent::bDrawLanePath' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, OtherActor) == 0x0006D0, "Member 'UZoneGraphTestingComponent::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, CustomTests) == 0x0007D8, "Member 'UZoneGraphTestingComponent::CustomTests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphTestingActor \ +static_assert(alignof(AZoneGraphTestingActor) == 0x000008, "Wrong alignment on AZoneGraphTestingActor"); \ +static_assert(sizeof(AZoneGraphTestingActor) == 0x000298, "Wrong size on AZoneGraphTestingActor"); \ +static_assert(offsetof(AZoneGraphTestingActor, DebugComp) == 0x000290, "Member 'AZoneGraphTestingActor::DebugComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BattleSpotlight_C \ +static_assert(alignof(ABP_BattleSpotlight_C) == 0x000008, "Wrong alignment on ABP_BattleSpotlight_C"); \ +static_assert(sizeof(ABP_BattleSpotlight_C) == 0x0002A0, "Wrong size on ABP_BattleSpotlight_C"); \ +static_assert(offsetof(ABP_BattleSpotlight_C, SpotLight) == 0x000290, "Member 'ABP_BattleSpotlight_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleSpotlight_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_BattleSpotlight_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera \ +static_assert(alignof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera) == 0x000098, "Wrong size on FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Team) == 0x000000, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Team' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Buff) == 0x000008, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Buff' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, AliveStatus) == 0x000010, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::AliveStatus' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, __WorldContext) == 0x000018, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Character) == 0x000020, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_Random_OutItem) == 0x000040, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_Random_OutIndex) == 0x000048, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000050, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Temp_int_Array_Index_Variable) == 0x000054, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000058, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_Get_Item) == 0x000068, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_GetActiveBuffCounts_ReturnValue) == 0x000078, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_GetActiveBuffCounts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Greater_IntInt_ReturnValue) == 0x00007C, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, Temp_wildcard_Temp_buffer_array_Variable) == 0x000080, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'FL_TargetingHelpers_C_GetRandomCharacterByBuffCritera::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetCharacterByAP \ +static_assert(alignof(FL_TargetingHelpers_C_GetCharacterByAP) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetCharacterByAP"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetCharacterByAP) == 0x000088, "Wrong size on FL_TargetingHelpers_C_GetCharacterByAP"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, Team) == 0x000000, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::Team' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, ValueCriteria) == 0x000001, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::ValueCriteria' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, AliveStatus) == 0x000002, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::AliveStatus' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, BestCharacter) == 0x000010, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::BestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, local_bestCharacter) == 0x000018, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::local_bestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, local_bestValue) == 0x000020, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::local_bestValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, Temp_int_Array_Index_Variable) == 0x000040, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000048, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Array_Get_Item) == 0x000058, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000065, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_GetCharacterByFloatCriteria_Character) == 0x000068, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_GetCharacterByFloatCriteria_Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByAP, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'FL_TargetingHelpers_C_GetCharacterByAP::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetCharacterByHP \ +static_assert(alignof(FL_TargetingHelpers_C_GetCharacterByHP) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetCharacterByHP"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetCharacterByHP) == 0x000088, "Wrong size on FL_TargetingHelpers_C_GetCharacterByHP"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, Team) == 0x000000, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::Team' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, ValueCriteria) == 0x000001, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::ValueCriteria' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, AliveStatus) == 0x000002, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::AliveStatus' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, BestCharacter) == 0x000010, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::BestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, local_bestCharacter) == 0x000018, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::local_bestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, local_bestValue) == 0x000020, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::local_bestValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, Temp_int_Array_Index_Variable) == 0x000030, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000048, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, Temp_wildcard_Temp_buffer_array_Variable) == 0x000058, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Array_Get_Item) == 0x000068, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_GetCharacterByFloatCriteria_Character) == 0x000070, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_GetCharacterByFloatCriteria_Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000080, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByHP, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'FL_TargetingHelpers_C_GetCharacterByHP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetCharacterByFloatCriteria \ +static_assert(alignof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetCharacterByFloatCriteria"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria) == 0x000098, "Wrong size on FL_TargetingHelpers_C_GetCharacterByFloatCriteria"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Characters) == 0x000000, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Values) == 0x000010, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Values' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, ValueQuery) == 0x000020, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::ValueQuery' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, __WorldContext) == 0x000028, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Character) == 0x000030, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, local_bestCharacter) == 0x000038, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::local_bestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, local_bestValue) == 0x000040, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::local_bestValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Get_Item) == 0x000050, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_IsEmpty_ReturnValue) == 0x00005C, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Length_ReturnValue_2) == 0x000060, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Temp_int_Array_Index_Variable) == 0x000064, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000068, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_BooleanOR_ReturnValue) == 0x000078, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Temp_bool_Variable) == 0x00008C, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, Temp_byte_Variable) == 0x000094, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000095, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000096, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByFloatCriteria, K2Node_Select_Default) == 0x000097, "Member 'FL_TargetingHelpers_C_GetCharacterByFloatCriteria::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllCharactersFromTeam \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllCharactersFromTeam) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllCharactersFromTeam"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllCharactersFromTeam) == 0x000098, "Wrong size on FL_TargetingHelpers_C_GetAllCharactersFromTeam"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, Team) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::Team' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, AliveStatus) == 0x000001, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::AliveStatus' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, Characters) == 0x000010, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllHeroesAliveAndDead_Target_Heroes) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllHeroesAliveAndDead_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllEnemies_Enemies) == 0x000030, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllAliveEnemies_Target_Heroes) == 0x000040, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllAliveEnemies_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllAliveHeroes_Target_Heroes) == 0x000050, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllAliveHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, K2Node_SwitchEnum_CmpSuccess_1) == 0x000061, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, K2Node_SwitchEnum_CmpSuccess_2) == 0x000062, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, Temp_wildcard_Variable) == 0x000068, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000078, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllCharactersFromTeam, CallFunc_GetAllCharactersFromTeam_Characters_1) == 0x000088, "Member 'FL_TargetingHelpers_C_GetAllCharactersFromTeam::CallFunc_GetAllCharactersFromTeam_Characters_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetCharacterByStatCriteria \ +static_assert(alignof(FL_TargetingHelpers_C_GetCharacterByStatCriteria) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetCharacterByStatCriteria"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetCharacterByStatCriteria) == 0x0004D0, "Wrong size on FL_TargetingHelpers_C_GetCharacterByStatCriteria"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, Team) == 0x000000, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::Team' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, StatType) == 0x000001, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::StatType' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, ValueCriteria) == 0x000002, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::ValueCriteria' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, AliveStatus) == 0x000003, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::AliveStatus' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, BestCharacter) == 0x000010, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::BestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, local_bestCharacter) == 0x000018, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::local_bestCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, local_bestValue) == 0x000020, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::local_bestValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000A0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0000C8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000120, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000130, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000188, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000198, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x0001E8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5) == 0x0001F8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000208, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000218, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_4) == 0x000228, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_5) == 0x000270, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002B8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6) == 0x0002C0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7) == 0x0002D0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0002E0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_7) == 0x0002F0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_6) == 0x000300, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_7) == 0x000348, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000390, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeArray_Array) == 0x000398, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_BooleanOR_ReturnValue) == 0x0003A8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Format_ReturnValue) == 0x0003B0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_BooleanOR_ReturnValue_1) == 0x0003C0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_BooleanOR_ReturnValue_2) == 0x0003C1, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, Temp_int_Array_Index_Variable) == 0x0003C4, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0003C8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetAllCharactersFromTeam_Characters) == 0x0003D8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Array_Get_Item) == 0x0003E8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetCharacterByFloatCriteria_Character) == 0x0003F0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetCharacterByFloatCriteria_Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_GetDisplayName_ReturnValue) == 0x0003F8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000408, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Map_Find_Value) == 0x000418, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Map_Find_ReturnValue) == 0x000420, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeStruct_FormatArgumentData_8) == 0x000428, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, K2Node_MakeArray_Array_1) == 0x000470, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Array_Length_ReturnValue) == 0x000480, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Format_ReturnValue_1) == 0x000488, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Less_IntInt_ReturnValue) == 0x000498, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Conv_TextToString_ReturnValue) == 0x0004A0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0004B0, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, Temp_wildcard_Temp_buffer_array_Variable) == 0x0004B8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetCharacterByStatCriteria, CallFunc_Array_Add_ReturnValue) == 0x0004C8, "Member 'FL_TargetingHelpers_C_GetCharacterByStatCriteria::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetBattleSpotCount \ +static_assert(alignof(FL_TargetingHelpers_C_GetBattleSpotCount) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetBattleSpotCount"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetBattleSpotCount) == 0x000010, "Wrong size on FL_TargetingHelpers_C_GetBattleSpotCount"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetBattleSpotCount, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetBattleSpotCount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetBattleSpotCount, ReturnValue) == 0x000008, "Member 'FL_TargetingHelpers_C_GetBattleSpotCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetSpecificHero \ +static_assert(alignof(FL_TargetingHelpers_C_GetSpecificHero) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetSpecificHero"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetSpecificHero) == 0x000040, "Wrong size on FL_TargetingHelpers_C_GetSpecificHero"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, SpotIndex) == 0x000000, "Member 'FL_TargetingHelpers_C_GetSpecificHero::SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, RandomIfDead) == 0x000004, "Member 'FL_TargetingHelpers_C_GetSpecificHero::RandomIfDead' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetSpecificHero::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, Character) == 0x000010, "Member 'FL_TargetingHelpers_C_GetSpecificHero::Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, CallFunc_GetRandomAliveHero_Output) == 0x000018, "Member 'FL_TargetingHelpers_C_GetSpecificHero::CallFunc_GetRandomAliveHero_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'FL_TargetingHelpers_C_GetSpecificHero::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, CallFunc_GetPlayerCharacterAtBattleSpot_Character) == 0x000028, "Member 'FL_TargetingHelpers_C_GetSpecificHero::CallFunc_GetPlayerCharacterAtBattleSpot_Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, CallFunc_GetAliveHero_Output) == 0x000030, "Member 'FL_TargetingHelpers_C_GetSpecificHero::CallFunc_GetAliveHero_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetSpecificHero, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'FL_TargetingHelpers_C_GetSpecificHero::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllEnemies \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllEnemies) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllEnemies"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllEnemies) == 0x000020, "Wrong size on FL_TargetingHelpers_C_GetAllEnemies"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllEnemies, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllEnemies::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllEnemies, Enemies) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllEnemies::Enemies' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllEnemies, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllEnemies::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_IsTargetingTypeAlly \ +static_assert(alignof(FL_TargetingHelpers_C_IsTargetingTypeAlly) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_IsTargetingTypeAlly"); \ +static_assert(sizeof(FL_TargetingHelpers_C_IsTargetingTypeAlly) == 0x000020, "Wrong size on FL_TargetingHelpers_C_IsTargetingTypeAlly"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, TargetingType) == 0x000000, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, ReturnValue) == 0x000010, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_byte_Variable) == 0x000011, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable) == 0x000012, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_1) == 0x000013, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_2) == 0x000014, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_3) == 0x000015, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_4) == 0x000016, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_5) == 0x000017, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_6) == 0x000018, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_7) == 0x000019, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_8) == 0x00001A, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_9) == 0x00001B, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, Temp_bool_Variable_10) == 0x00001C, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_IsTargetingTypeAlly, K2Node_Select_Default) == 0x00001D, "Member 'FL_TargetingHelpers_C_IsTargetingTypeAlly::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllHeroesAliveAndDead \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllHeroesAliveAndDead"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead) == 0x0000B8, "Wrong size on FL_TargetingHelpers_C_GetAllHeroesAliveAndDead"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, Target_Heroes) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000030, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, K2Node_MakeArray_Array) == 0x000098, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroesAliveAndDead, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'FL_TargetingHelpers_C_GetAllHeroesAliveAndDead::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllAliveEnemies \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllAliveEnemies) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllAliveEnemies"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllAliveEnemies) == 0x0000B0, "Wrong size on FL_TargetingHelpers_C_GetAllAliveEnemies"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, Target_Heroes) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, CallFunc_GetAllAliveEnemiesInternal_Output) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::CallFunc_GetAllAliveEnemiesInternal_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000028, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, K2Node_MakeArray_Array) == 0x000090, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemies, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemies::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllAliveEnemiesInternal \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllAliveEnemiesInternal"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal) == 0x000068, "Wrong size on FL_TargetingHelpers_C_GetAllAliveEnemiesInternal"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, Output) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, local_chosenHero) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::local_chosenHero' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, local_AliveEnemies) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::local_AliveEnemies' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, Temp_int_Array_Index_Variable) == 0x000030, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_GetAllEnemies_Enemies) == 0x000040, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_GetAllEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_Array_Get_Item) == 0x000050, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_CheckIsAlive_Value) == 0x00005D, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveEnemiesInternal, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'FL_TargetingHelpers_C_GetAllAliveEnemiesInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetHeroWithHighestHealth \ +static_assert(alignof(FL_TargetingHelpers_C_GetHeroWithHighestHealth) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetHeroWithHighestHealth"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetHeroWithHighestHealth) == 0x0000E0, "Wrong size on FL_TargetingHelpers_C_GetHeroWithHighestHealth"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, Output) == 0x000008, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, local_HigherTargetHealthValue) == 0x000010, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::local_HigherTargetHealthValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, local_CurrentTarget) == 0x000018, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::local_CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, Temp_int_Array_Index_Variable) == 0x000020, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_GetAllAliveHeroesInternal_Output) == 0x000028, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_GetAllAliveHeroesInternal_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Array_Get_Item) == 0x000038, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, K2Node_MakeArray_Array) == 0x0000C0, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithHighestHealth, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'FL_TargetingHelpers_C_GetHeroWithHighestHealth::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetHeroWithLowestHealth \ +static_assert(alignof(FL_TargetingHelpers_C_GetHeroWithLowestHealth) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetHeroWithLowestHealth"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetHeroWithLowestHealth) == 0x000028, "Wrong size on FL_TargetingHelpers_C_GetHeroWithLowestHealth"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithLowestHealth, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetHeroWithLowestHealth::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithLowestHealth, Output) == 0x000008, "Member 'FL_TargetingHelpers_C_GetHeroWithLowestHealth::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithLowestHealth, local_CurrentTarget) == 0x000010, "Member 'FL_TargetingHelpers_C_GetHeroWithLowestHealth::local_CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithLowestHealth, local_LowerTargetHealthValue) == 0x000018, "Member 'FL_TargetingHelpers_C_GetHeroWithLowestHealth::local_LowerTargetHealthValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetHeroWithLowestHealth, CallFunc_GetCharacterByHP_BestCharacter) == 0x000020, "Member 'FL_TargetingHelpers_C_GetHeroWithLowestHealth::CallFunc_GetCharacterByHP_BestCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllHeroes \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllHeroes) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllHeroes"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllHeroes) == 0x0000A8, "Wrong size on FL_TargetingHelpers_C_GetAllHeroes"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllHeroes::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, Target_Heroes) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllHeroes::Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllHeroes::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAllHeroes::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'FL_TargetingHelpers_C_GetAllHeroes::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'FL_TargetingHelpers_C_GetAllHeroes::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, K2Node_MakeArray_Array) == 0x000088, "Member 'FL_TargetingHelpers_C_GetAllHeroes::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllHeroes, CallFunc_Format_ReturnValue) == 0x000098, "Member 'FL_TargetingHelpers_C_GetAllHeroes::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllAliveHeroes \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllAliveHeroes) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllAliveHeroes"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllAliveHeroes) == 0x0000B0, "Wrong size on FL_TargetingHelpers_C_GetAllAliveHeroes"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, Target_Heroes) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, CallFunc_GetAllAliveHeroesInternal_Output) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::CallFunc_GetAllAliveHeroesInternal_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000028, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, K2Node_MakeArray_Array) == 0x000090, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroes, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroes::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAllAliveHeroesInternal \ +static_assert(alignof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAllAliveHeroesInternal"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal) == 0x000068, "Wrong size on FL_TargetingHelpers_C_GetAllAliveHeroesInternal"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, Output) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, local_chosenHero) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::local_chosenHero' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, local_aliveHeroes) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::local_aliveHeroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, Temp_int_Array_Index_Variable) == 0x000030, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_GetBattleManager_ReturnValue) == 0x000040, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_Array_Get_Item) == 0x000050, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAllAliveHeroesInternal, CallFunc_CheckIsAlive_Value) == 0x000060, "Member 'FL_TargetingHelpers_C_GetAllAliveHeroesInternal::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetMiddleHero \ +static_assert(alignof(FL_TargetingHelpers_C_GetMiddleHero) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetMiddleHero"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetMiddleHero) == 0x000030, "Wrong size on FL_TargetingHelpers_C_GetMiddleHero"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, RandomIfDead) == 0x000000, "Member 'FL_TargetingHelpers_C_GetMiddleHero::RandomIfDead' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetMiddleHero::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, MiddleHero) == 0x000010, "Member 'FL_TargetingHelpers_C_GetMiddleHero::MiddleHero' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'FL_TargetingHelpers_C_GetMiddleHero::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, CallFunc_GetPlayerCharacterAtBattleSpot_Character) == 0x000020, "Member 'FL_TargetingHelpers_C_GetMiddleHero::CallFunc_GetPlayerCharacterAtBattleSpot_Character' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetMiddleHero, CallFunc_GetAliveHero_Output) == 0x000028, "Member 'FL_TargetingHelpers_C_GetMiddleHero::CallFunc_GetAliveHero_Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetAliveHero \ +static_assert(alignof(FL_TargetingHelpers_C_GetAliveHero) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetAliveHero"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetAliveHero) == 0x000028, "Wrong size on FL_TargetingHelpers_C_GetAliveHero"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAliveHero, Target) == 0x000000, "Member 'FL_TargetingHelpers_C_GetAliveHero::Target' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAliveHero, __WorldContext) == 0x000008, "Member 'FL_TargetingHelpers_C_GetAliveHero::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAliveHero, Output) == 0x000010, "Member 'FL_TargetingHelpers_C_GetAliveHero::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAliveHero, CallFunc_GetRandomAliveHero_Output) == 0x000018, "Member 'FL_TargetingHelpers_C_GetAliveHero::CallFunc_GetRandomAliveHero_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetAliveHero, CallFunc_CheckIsAlive_Value) == 0x000020, "Member 'FL_TargetingHelpers_C_GetAliveHero::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_TargetingHelpers_C_GetRandomAliveHero \ +static_assert(alignof(FL_TargetingHelpers_C_GetRandomAliveHero) == 0x000008, "Wrong alignment on FL_TargetingHelpers_C_GetRandomAliveHero"); \ +static_assert(sizeof(FL_TargetingHelpers_C_GetRandomAliveHero) == 0x000180, "Wrong size on FL_TargetingHelpers_C_GetRandomAliveHero"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, __WorldContext) == 0x000000, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, Output) == 0x000008, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, local_chosenHero) == 0x000010, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::local_chosenHero' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, local_aliveHeroes) == 0x000018, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::local_aliveHeroes' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsBattleEnding_ReturnValue) == 0x000031, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_GetAllAliveHeroesInternal_Output) == 0x000038, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_GetAllAliveHeroesInternal_Output' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Array_Random_OutItem) == 0x000048, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Array_Random_OutIndex) == 0x000050, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, Temp_bool_Variable) == 0x000054, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000058, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000B0, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_MakeArray_Array) == 0x0000B8, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_GetCharacterFromWorldContext_CurrentCharacter) == 0x0000D8, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_GetCharacterFromWorldContext_CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x0000E0, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsValid_ReturnValue_1) == 0x0000E9, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsValid_ReturnValue_2) == 0x0000EA, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_GetBattleManager_ReturnValue_1) == 0x0000F0, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000F8, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_MakeStruct_FormatArgumentData_1) == 0x000108, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_IsValid_ReturnValue_3) == 0x000150, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_MakeArray_Array_1) == 0x000158, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_TargetingHelpers_C_GetRandomAliveHero, K2Node_Select_Default) == 0x000178, "Member 'FL_TargetingHelpers_C_GetRandomAliveHero::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_TargetingHelpers_C \ +static_assert(alignof(UFL_TargetingHelpers_C) == 0x000008, "Wrong alignment on UFL_TargetingHelpers_C"); \ +static_assert(sizeof(UFL_TargetingHelpers_C) == 0x000028, "Wrong size on UFL_TargetingHelpers_C"); \ + +#define DUMPER7_ASSERTS_FRegisteredZoneGraphAnnotation \ +static_assert(alignof(FRegisteredZoneGraphAnnotation) == 0x000008, "Wrong alignment on FRegisteredZoneGraphAnnotation"); \ +static_assert(sizeof(FRegisteredZoneGraphAnnotation) == 0x000010, "Wrong size on FRegisteredZoneGraphAnnotation"); \ +static_assert(offsetof(FRegisteredZoneGraphAnnotation, AnnotationComponent) == 0x000000, "Member 'FRegisteredZoneGraphAnnotation::AnnotationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphAnnotationEventBase \ +static_assert(alignof(FZoneGraphAnnotationEventBase) == 0x000001, "Wrong alignment on FZoneGraphAnnotationEventBase"); \ +static_assert(sizeof(FZoneGraphAnnotationEventBase) == 0x000001, "Wrong size on FZoneGraphAnnotationEventBase"); \ + +#define DUMPER7_ASSERTS_FZoneGraphDisturbanceArea \ +static_assert(alignof(FZoneGraphDisturbanceArea) == 0x000008, "Wrong alignment on FZoneGraphDisturbanceArea"); \ +static_assert(sizeof(FZoneGraphDisturbanceArea) == 0x000028, "Wrong size on FZoneGraphDisturbanceArea"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, position) == 0x000000, "Member 'FZoneGraphDisturbanceArea::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, Radius) == 0x000018, "Member 'FZoneGraphDisturbanceArea::Radius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, Duration) == 0x00001C, "Member 'FZoneGraphDisturbanceArea::Duration' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, InstigatorID) == 0x000020, "Member 'FZoneGraphDisturbanceArea::InstigatorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphObstacleDisturbanceArea \ +static_assert(alignof(FZoneGraphObstacleDisturbanceArea) == 0x000008, "Wrong alignment on FZoneGraphObstacleDisturbanceArea"); \ +static_assert(sizeof(FZoneGraphObstacleDisturbanceArea) == 0x000030, "Wrong size on FZoneGraphObstacleDisturbanceArea"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, position) == 0x000000, "Member 'FZoneGraphObstacleDisturbanceArea::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, Radius) == 0x000018, "Member 'FZoneGraphObstacleDisturbanceArea::Radius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, ObstacleRadius) == 0x00001C, "Member 'FZoneGraphObstacleDisturbanceArea::ObstacleRadius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, Action) == 0x000028, "Member 'FZoneGraphObstacleDisturbanceArea::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationComponent \ +static_assert(alignof(UZoneGraphAnnotationComponent) == 0x000010, "Wrong alignment on UZoneGraphAnnotationComponent"); \ +static_assert(sizeof(UZoneGraphAnnotationComponent) == 0x000590, "Wrong size on UZoneGraphAnnotationComponent"); \ +static_assert(offsetof(UZoneGraphAnnotationComponent, bEnableDebugDrawing) == 0x000580, "Member 'UZoneGraphAnnotationComponent::bEnableDebugDrawing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationSubsystem \ +static_assert(alignof(UZoneGraphAnnotationSubsystem) == 0x000008, "Wrong alignment on UZoneGraphAnnotationSubsystem"); \ +static_assert(sizeof(UZoneGraphAnnotationSubsystem) == 0x0000B0, "Wrong size on UZoneGraphAnnotationSubsystem"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, RegisteredComponents) == 0x000040, "Member 'UZoneGraphAnnotationSubsystem::RegisteredComponents' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, Events) == 0x000050, "Member 'UZoneGraphAnnotationSubsystem::Events' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, TagToAnnotationLookup) == 0x000078, "Member 'UZoneGraphAnnotationSubsystem::TagToAnnotationLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationTest \ +static_assert(alignof(UZoneGraphAnnotationTest) == 0x000008, "Wrong alignment on UZoneGraphAnnotationTest"); \ +static_assert(sizeof(UZoneGraphAnnotationTest) == 0x000030, "Wrong size on UZoneGraphAnnotationTest"); \ +static_assert(offsetof(UZoneGraphAnnotationTest, OwnerComponent) == 0x000028, "Member 'UZoneGraphAnnotationTest::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationTestingComponent \ +static_assert(alignof(UZoneGraphAnnotationTestingComponent) == 0x000010, "Wrong alignment on UZoneGraphAnnotationTestingComponent"); \ +static_assert(sizeof(UZoneGraphAnnotationTestingComponent) == 0x000580, "Wrong size on UZoneGraphAnnotationTestingComponent"); \ +static_assert(offsetof(UZoneGraphAnnotationTestingComponent, Tests) == 0x000568, "Member 'UZoneGraphAnnotationTestingComponent::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphAnnotationTestingActor \ +static_assert(alignof(AZoneGraphAnnotationTestingActor) == 0x000008, "Wrong alignment on AZoneGraphAnnotationTestingActor"); \ +static_assert(sizeof(AZoneGraphAnnotationTestingActor) == 0x000298, "Wrong size on AZoneGraphAnnotationTestingActor"); \ +static_assert(offsetof(AZoneGraphAnnotationTestingActor, TestingComp) == 0x000290, "Member 'AZoneGraphAnnotationTestingActor::TestingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotation \ +static_assert(alignof(UZoneGraphDisturbanceAnnotation) == 0x000010, "Wrong alignment on UZoneGraphDisturbanceAnnotation"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotation) == 0x0005F0, "Wrong size on UZoneGraphDisturbanceAnnotation"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, DangerAnnotationTag) == 0x000588, "Member 'UZoneGraphDisturbanceAnnotation::DangerAnnotationTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, ObstacleAnnotationTag) == 0x000589, "Member 'UZoneGraphDisturbanceAnnotation::ObstacleAnnotationTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, AffectedLaneTags) == 0x00058C, "Member 'UZoneGraphDisturbanceAnnotation::AffectedLaneTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, EscapeLaneTags) == 0x000598, "Member 'UZoneGraphDisturbanceAnnotation::EscapeLaneTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, IdealSpanLength) == 0x0005A4, "Member 'UZoneGraphDisturbanceAnnotation::IdealSpanLength' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, ZoneGraphSubsystem) == 0x0005E8, "Member 'UZoneGraphDisturbanceAnnotation::ZoneGraphSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotationTest \ +static_assert(alignof(UZoneGraphDisturbanceAnnotationTest) == 0x000008, "Wrong alignment on UZoneGraphDisturbanceAnnotationTest"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotationTest) == 0x000050, "Wrong size on UZoneGraphDisturbanceAnnotationTest"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, Offset) == 0x000030, "Member 'UZoneGraphDisturbanceAnnotationTest::Offset' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, Duration) == 0x000048, "Member 'UZoneGraphDisturbanceAnnotationTest::Duration' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, DangerRadius) == 0x00004C, "Member 'UZoneGraphDisturbanceAnnotationTest::DangerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger \ +static_assert(alignof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger) == 0x000008, "Wrong alignment on ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger"); \ +static_assert(sizeof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger) == 0x000030, "Wrong size on ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, WorldContextObject) == 0x000000, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Instigator) == 0x000008, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Instigator' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, position) == 0x000010, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::position' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Radius) == 0x000028, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Radius' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Duration) == 0x00002C, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotationBPLibrary \ +static_assert(alignof(UZoneGraphDisturbanceAnnotationBPLibrary) == 0x000008, "Wrong alignment on UZoneGraphDisturbanceAnnotationBPLibrary"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotationBPLibrary) == 0x000028, "Wrong size on UZoneGraphDisturbanceAnnotationBPLibrary"); \ + +#define DUMPER7_ASSERTS_FBS_FluxRectBlend \ +static_assert(alignof(FBS_FluxRectBlend) == 0x000004, "Wrong alignment on FBS_FluxRectBlend"); \ +static_assert(sizeof(FBS_FluxRectBlend) == 0x000010, "Wrong size on FBS_FluxRectBlend"); \ +static_assert(offsetof(FBS_FluxRectBlend, AxisXNegative_19_BDCFAFC742FF8C7B9864BC9EE408F91A) == 0x000000, "Member 'FBS_FluxRectBlend::AxisXNegative_19_BDCFAFC742FF8C7B9864BC9EE408F91A' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxRectBlend, AxisYNegative_20_F80AE358483B38E9ED84C5928CEEEFFB) == 0x000004, "Member 'FBS_FluxRectBlend::AxisYNegative_20_F80AE358483B38E9ED84C5928CEEEFFB' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxRectBlend, AxisXPositive_21_7D50126945AD13EBC260458170B2A48C) == 0x000008, "Member 'FBS_FluxRectBlend::AxisXPositive_21_7D50126945AD13EBC260458170B2A48C' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxRectBlend, AxisYPositive_22_C2D290D44A12072842719580809AD022) == 0x00000C, "Member 'FBS_FluxRectBlend::AxisYPositive_22_C2D290D44A12072842719580809AD022' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1First_C \ +static_assert(alignof(UCTS_H1First_C) == 0x000010, "Wrong alignment on UCTS_H1First_C"); \ +static_assert(sizeof(UCTS_H1First_C) == 0x0001B0, "Wrong size on UCTS_H1First_C"); \ + +#define DUMPER7_ASSERTS_BPI_UniqueMechanicComponent_C_CreatePortraitWidget \ +static_assert(alignof(BPI_UniqueMechanicComponent_C_CreatePortraitWidget) == 0x000008, "Wrong alignment on BPI_UniqueMechanicComponent_C_CreatePortraitWidget"); \ +static_assert(sizeof(BPI_UniqueMechanicComponent_C_CreatePortraitWidget) == 0x000010, "Wrong size on BPI_UniqueMechanicComponent_C_CreatePortraitWidget"); \ +static_assert(offsetof(BPI_UniqueMechanicComponent_C_CreatePortraitWidget, CreatedUserWidget) == 0x000000, "Member 'BPI_UniqueMechanicComponent_C_CreatePortraitWidget::CreatedUserWidget' has a wrong offset!"); \ +static_assert(offsetof(BPI_UniqueMechanicComponent_C_CreatePortraitWidget, SlotIndex) == 0x000008, "Member 'BPI_UniqueMechanicComponent_C_CreatePortraitWidget::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_UniqueMechanicComponent_C \ +static_assert(alignof(IBPI_UniqueMechanicComponent_C) == 0x000001, "Wrong alignment on IBPI_UniqueMechanicComponent_C"); \ +static_assert(sizeof(IBPI_UniqueMechanicComponent_C) == 0x000001, "Wrong size on IBPI_UniqueMechanicComponent_C"); \ + +#define DUMPER7_ASSERTS_FMassVelocityFragment \ +static_assert(alignof(FMassVelocityFragment) == 0x000008, "Wrong alignment on FMassVelocityFragment"); \ +static_assert(sizeof(FMassVelocityFragment) == 0x000018, "Wrong size on FMassVelocityFragment"); \ + +#define DUMPER7_ASSERTS_FMassForceFragment \ +static_assert(alignof(FMassForceFragment) == 0x000008, "Wrong alignment on FMassForceFragment"); \ +static_assert(sizeof(FMassForceFragment) == 0x000018, "Wrong size on FMassForceFragment"); \ + +#define DUMPER7_ASSERTS_FMassMovementStyleRef \ +static_assert(alignof(FMassMovementStyleRef) == 0x000004, "Wrong alignment on FMassMovementStyleRef"); \ +static_assert(sizeof(FMassMovementStyleRef) == 0x000018, "Wrong size on FMassMovementStyleRef"); \ +static_assert(offsetof(FMassMovementStyleRef, Name) == 0x000000, "Member 'FMassMovementStyleRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementStyleRef, ID) == 0x000008, "Member 'FMassMovementStyleRef::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassMovementStyleSpeedParameters \ +static_assert(alignof(FMassMovementStyleSpeedParameters) == 0x000004, "Wrong alignment on FMassMovementStyleSpeedParameters"); \ +static_assert(sizeof(FMassMovementStyleSpeedParameters) == 0x000010, "Wrong size on FMassMovementStyleSpeedParameters"); \ +static_assert(offsetof(FMassMovementStyleSpeedParameters, Speed) == 0x000000, "Member 'FMassMovementStyleSpeedParameters::Speed' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementStyleSpeedParameters, Variance) == 0x000004, "Member 'FMassMovementStyleSpeedParameters::Variance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementStyleSpeedParameters, Probability) == 0x000008, "Member 'FMassMovementStyleSpeedParameters::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassMovementStyleParameters \ +static_assert(alignof(FMassMovementStyleParameters) == 0x000008, "Wrong alignment on FMassMovementStyleParameters"); \ +static_assert(sizeof(FMassMovementStyleParameters) == 0x000028, "Wrong size on FMassMovementStyleParameters"); \ +static_assert(offsetof(FMassMovementStyleParameters, Style) == 0x000000, "Member 'FMassMovementStyleParameters::Style' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementStyleParameters, DesiredSpeeds) == 0x000018, "Member 'FMassMovementStyleParameters::DesiredSpeeds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassMovementParameters \ +static_assert(alignof(FMassMovementParameters) == 0x000008, "Wrong alignment on FMassMovementParameters"); \ +static_assert(sizeof(FMassMovementParameters) == 0x000028, "Wrong size on FMassMovementParameters"); \ +static_assert(offsetof(FMassMovementParameters, MaxSpeed) == 0x000000, "Member 'FMassMovementParameters::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementParameters, MaxAcceleration) == 0x000004, "Member 'FMassMovementParameters::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementParameters, DefaultDesiredSpeed) == 0x000008, "Member 'FMassMovementParameters::DefaultDesiredSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementParameters, DefaultDesiredSpeedVariance) == 0x00000C, "Member 'FMassMovementParameters::DefaultDesiredSpeedVariance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementParameters, HeightSmoothingTime) == 0x000010, "Member 'FMassMovementParameters::HeightSmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementParameters, MovementStyles) == 0x000018, "Member 'FMassMovementParameters::MovementStyles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassMovementStyle \ +static_assert(alignof(FMassMovementStyle) == 0x000004, "Wrong alignment on FMassMovementStyle"); \ +static_assert(sizeof(FMassMovementStyle) == 0x000018, "Wrong size on FMassMovementStyle"); \ +static_assert(offsetof(FMassMovementStyle, Name) == 0x000000, "Member 'FMassMovementStyle::Name' has a wrong offset!"); \ +static_assert(offsetof(FMassMovementStyle, ID) == 0x000008, "Member 'FMassMovementStyle::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSimpleMovementTag \ +static_assert(alignof(FMassSimpleMovementTag) == 0x000001, "Wrong alignment on FMassSimpleMovementTag"); \ +static_assert(sizeof(FMassSimpleMovementTag) == 0x000001, "Wrong size on FMassSimpleMovementTag"); \ + +#define DUMPER7_ASSERTS_UMassApplyMovementProcessor \ +static_assert(alignof(UMassApplyMovementProcessor) == 0x000008, "Wrong alignment on UMassApplyMovementProcessor"); \ +static_assert(sizeof(UMassApplyMovementProcessor) == 0x000360, "Wrong size on UMassApplyMovementProcessor"); \ + +#define DUMPER7_ASSERTS_UMassMovementSettings \ +static_assert(alignof(UMassMovementSettings) == 0x000008, "Wrong alignment on UMassMovementSettings"); \ +static_assert(sizeof(UMassMovementSettings) == 0x000038, "Wrong size on UMassMovementSettings"); \ +static_assert(offsetof(UMassMovementSettings, MovementStyles) == 0x000028, "Member 'UMassMovementSettings::MovementStyles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassMovementTrait \ +static_assert(alignof(UMassMovementTrait) == 0x000008, "Wrong alignment on UMassMovementTrait"); \ +static_assert(sizeof(UMassMovementTrait) == 0x000050, "Wrong size on UMassMovementTrait"); \ +static_assert(offsetof(UMassMovementTrait, Movement) == 0x000028, "Member 'UMassMovementTrait::Movement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSimpleMovementTrait \ +static_assert(alignof(UMassSimpleMovementTrait) == 0x000008, "Wrong alignment on UMassSimpleMovementTrait"); \ +static_assert(sizeof(UMassSimpleMovementTrait) == 0x000028, "Wrong size on UMassSimpleMovementTrait"); \ + +#define DUMPER7_ASSERTS_UMassSimpleMovementProcessor \ +static_assert(alignof(UMassSimpleMovementProcessor) == 0x000008, "Wrong alignment on UMassSimpleMovementProcessor"); \ +static_assert(sizeof(UMassSimpleMovementProcessor) == 0x000360, "Wrong size on UMassSimpleMovementProcessor"); \ + +#define DUMPER7_ASSERTS_UMassVelocityRandomizerTrait \ +static_assert(alignof(UMassVelocityRandomizerTrait) == 0x000008, "Wrong alignment on UMassVelocityRandomizerTrait"); \ +static_assert(sizeof(UMassVelocityRandomizerTrait) == 0x000038, "Wrong size on UMassVelocityRandomizerTrait"); \ +static_assert(offsetof(UMassVelocityRandomizerTrait, MinSpeed) == 0x000028, "Member 'UMassVelocityRandomizerTrait::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMassVelocityRandomizerTrait, MaxSpeed) == 0x00002C, "Member 'UMassVelocityRandomizerTrait::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMassVelocityRandomizerTrait, bSetZComponent) == 0x000030, "Member 'UMassVelocityRandomizerTrait::bSetZComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassRandomVelocityInitializer \ +static_assert(alignof(UMassRandomVelocityInitializer) == 0x000008, "Wrong alignment on UMassRandomVelocityInitializer"); \ +static_assert(sizeof(UMassRandomVelocityInitializer) == 0x0003A0, "Wrong size on UMassRandomVelocityInitializer"); \ +static_assert(offsetof(UMassRandomVelocityInitializer, MinSpeed) == 0x000380, "Member 'UMassRandomVelocityInitializer::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMassRandomVelocityInitializer, MaxSpeed) == 0x000384, "Member 'UMassRandomVelocityInitializer::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UMassRandomVelocityInitializer, bSetZComponent) == 0x000388, "Member 'UMassRandomVelocityInitializer::bSetZComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_CheckForErrors \ +static_assert(alignof(BP_RoamingAiComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_CheckForErrors) == 0x0000D0, "Wrong size on BP_RoamingAiComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_RoamingAiComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_RoamingAiComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000020, "Member 'BP_RoamingAiComponent_C_CheckForErrors::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_RoamingAiComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_RoamingAiComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_RoamingAiComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000B0, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x0000C8, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000CC, "Member 'BP_RoamingAiComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_SaveCurrentRoamingPoint \ +static_assert(alignof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_SaveCurrentRoamingPoint"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint) == 0x000028, "Wrong size on BP_RoamingAiComponent_C_SaveCurrentRoamingPoint"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_RoamingAiComponent_C_SaveCurrentRoamingPoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_RoamingAiComponent_C_SaveCurrentRoamingPoint::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_RoamingAiComponent_C_SaveCurrentRoamingPoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_RoamingAiComponent_C_SaveCurrentRoamingPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SaveCurrentRoamingPoint, CallFunc_GetGlobalObjectID_ObjectID) == 0x00001C, "Member 'BP_RoamingAiComponent_C_SaveCurrentRoamingPoint::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_LoadState \ +static_assert(alignof(BP_RoamingAiComponent_C_LoadState) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_LoadState"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_LoadState) == 0x000020, "Wrong size on BP_RoamingAiComponent_C_LoadState"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_LoadState, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_RoamingAiComponent_C_LoadState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_LoadState, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000008, "Member 'BP_RoamingAiComponent_C_LoadState::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_LoadState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_RoamingAiComponent_C_LoadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_LoadState, CallFunc_GetSavedRoamingPointIndex_Index) == 0x000014, "Member 'BP_RoamingAiComponent_C_LoadState::CallFunc_GetSavedRoamingPointIndex_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_LoadState, CallFunc_GetSavedRoamingPointIndex_IsValid) == 0x000018, "Member 'BP_RoamingAiComponent_C_LoadState::CallFunc_GetSavedRoamingPointIndex_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint \ +static_assert(alignof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint) == 0x0000A8, "Wrong size on BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000000, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000028, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_AsTarget_Point) == 0x000030, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_AsTarget_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Array_Find_ReturnValue) == 0x00003C, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_GetNextPoint_Point) == 0x000040, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_GetNextPoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_GetNextPoint_Index) == 0x000048, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_GetNextPoint_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000078, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_AsTarget_Point_1) == 0x000080, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_AsTarget_Point_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000090, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_AsTarget_Point_2) == 0x000098, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_AsTarget_Point_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'BP_RoamingAiComponent_C_InitiliazeFromInitialRoamingPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_InitializeWithCurrentIndex \ +static_assert(alignof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_InitializeWithCurrentIndex"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex) == 0x000050, "Wrong size on BP_RoamingAiComponent_C_InitializeWithCurrentIndex"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, CallFunc_GetNextPoint_Point) == 0x000000, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::CallFunc_GetNextPoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, CallFunc_GetNextPoint_Index) == 0x000008, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::CallFunc_GetNextPoint_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000038, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, K2Node_DynamicCast_AsTarget_Point) == 0x000040, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::K2Node_DynamicCast_AsTarget_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeWithCurrentIndex, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_RoamingAiComponent_C_InitializeWithCurrentIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_InitializeRoamingPoints \ +static_assert(alignof(BP_RoamingAiComponent_C_InitializeRoamingPoints) == 0x000004, "Wrong alignment on BP_RoamingAiComponent_C_InitializeRoamingPoints"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_InitializeRoamingPoints) == 0x00000C, "Wrong size on BP_RoamingAiComponent_C_InitializeRoamingPoints"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000000, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_Less_IntInt_ReturnValue) == 0x000009, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_InitializeRoamingPoints, CallFunc_BooleanAND_ReturnValue_1) == 0x00000A, "Member 'BP_RoamingAiComponent_C_InitializeRoamingPoints::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_GetNextTargetPoint \ +static_assert(alignof(BP_RoamingAiComponent_C_GetNextTargetPoint) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_GetNextTargetPoint"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_GetNextTargetPoint) == 0x000008, "Wrong size on BP_RoamingAiComponent_C_GetNextTargetPoint"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextTargetPoint, CurrentTargetPoint_0) == 0x000000, "Member 'BP_RoamingAiComponent_C_GetNextTargetPoint::CurrentTargetPoint_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_GetCurrentTargetPoint \ +static_assert(alignof(BP_RoamingAiComponent_C_GetCurrentTargetPoint) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_GetCurrentTargetPoint"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_GetCurrentTargetPoint) == 0x000008, "Wrong size on BP_RoamingAiComponent_C_GetCurrentTargetPoint"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetCurrentTargetPoint, CurrentTargetPoint_0) == 0x000000, "Member 'BP_RoamingAiComponent_C_GetCurrentTargetPoint::CurrentTargetPoint_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_SetNextWaypointActive \ +static_assert(alignof(BP_RoamingAiComponent_C_SetNextWaypointActive) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_SetNextWaypointActive"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_SetNextWaypointActive) == 0x000020, "Wrong size on BP_RoamingAiComponent_C_SetNextWaypointActive"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SetNextWaypointActive, CallFunc_GetNextPoint_Point) == 0x000000, "Member 'BP_RoamingAiComponent_C_SetNextWaypointActive::CallFunc_GetNextPoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SetNextWaypointActive, CallFunc_GetNextPoint_Index) == 0x000008, "Member 'BP_RoamingAiComponent_C_SetNextWaypointActive::CallFunc_GetNextPoint_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SetNextWaypointActive, CallFunc_GetNextPoint_Point_1) == 0x000010, "Member 'BP_RoamingAiComponent_C_SetNextWaypointActive::CallFunc_GetNextPoint_Point_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_SetNextWaypointActive, CallFunc_GetNextPoint_Index_1) == 0x000018, "Member 'BP_RoamingAiComponent_C_SetNextWaypointActive::CallFunc_GetNextPoint_Index_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent \ +static_assert(alignof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent) == 0x0001A0, "Wrong size on BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, EntryPoint) == 0x000000, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_RunBehaviorTree_ReturnValue) == 0x000006, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_RunBehaviorTree_ReturnValue_1) == 0x000007, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_RunBehaviorTree_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_IsValid_ReturnValue_2) == 0x000018, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_RunBehaviorTree_ReturnValue_2) == 0x000019, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_RunBehaviorTree_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000020, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_GetOwner_ReturnValue_2) == 0x000028, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000040, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_GetOwner_ReturnValue_3) == 0x000120, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000128, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, K2Node_MakeArray_Array_2) == 0x000180, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent, CallFunc_Format_ReturnValue_2) == 0x000190, "Member 'BP_RoamingAiComponent_C_ExecuteUbergraph_BP_RoamingAiComponent::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_RoamingAiComponent_C_Editor_DrawDebugShapes) == 0x000001, "Wrong alignment on BP_RoamingAiComponent_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_Editor_DrawDebugShapes) == 0x000001, "Wrong size on BP_RoamingAiComponent_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_RoamingAiComponent_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_RoamingAiComponent_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_Editor_GetDebugShapes) == 0x0002F0, "Wrong size on BP_RoamingAiComponent_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000030, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Percent_IntInt_ReturnValue) == 0x00006C, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, Temp_int_Variable) == 0x000070, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000A8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_AsTarget_Point) == 0x0000B0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_AsTarget_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000D8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_GetShorterVector_Start2) == 0x0000F0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_GetShorterVector_Start2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_GetShorterVector_End2) == 0x000108, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_GetShorterVector_End2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Get_Item_1) == 0x000120, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_MakeStruct_EditorDebugShape_Arrow) == 0x000148, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_MakeStruct_EditorDebugShape_Arrow' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000190, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Add_ReturnValue) == 0x000198, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_AsTarget_Point_1) == 0x0001A0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_AsTarget_Point_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_bSuccess_1) == 0x0001A8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Length_ReturnValue_1) == 0x0001AC, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001B0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001C8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001D0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0001E8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_IsValid_ReturnValue) == 0x0001EC, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Get_Item_2) == 0x0001F0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000218, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_AsTarget_Point_2) == 0x000220, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_AsTarget_Point_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_DynamicCast_bSuccess_2) == 0x000228, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000230, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_IsValid_ReturnValue_1) == 0x000248, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000250, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_BooleanAND_ReturnValue) == 0x000268, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_GetShorterVector_Start2_1) == 0x000270, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_GetShorterVector_Start2_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_GetShorterVector_End2_1) == 0x000288, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_GetShorterVector_End2_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, K2Node_MakeStruct_EditorDebugShape_Arrow_1) == 0x0002A0, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::K2Node_MakeStruct_EditorDebugShape_Arrow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_Editor_GetDebugShapes, CallFunc_Array_Add_ReturnValue_1) == 0x0002E8, "Member 'BP_RoamingAiComponent_C_Editor_GetDebugShapes::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoamingAiComponent_C_GetNextPoint \ +static_assert(alignof(BP_RoamingAiComponent_C_GetNextPoint) == 0x000008, "Wrong alignment on BP_RoamingAiComponent_C_GetNextPoint"); \ +static_assert(sizeof(BP_RoamingAiComponent_C_GetNextPoint) == 0x000060, "Wrong size on BP_RoamingAiComponent_C_GetNextPoint"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, Point) == 0x000000, "Member 'BP_RoamingAiComponent_C_GetNextPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, Index_0) == 0x000008, "Member 'BP_RoamingAiComponent_C_GetNextPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Array_IsEmpty_ReturnValue) == 0x000014, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_RoamingAiComponent_C_GetNextPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, K2Node_DynamicCast_AsTarget_Point) == 0x000050, "Member 'BP_RoamingAiComponent_C_GetNextPoint::K2Node_DynamicCast_AsTarget_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_RoamingAiComponent_C_GetNextPoint, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_RoamingAiComponent_C_GetNextPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RoamingAiComponent_C \ +static_assert(alignof(UBP_RoamingAiComponent_C) == 0x000008, "Wrong alignment on UBP_RoamingAiComponent_C"); \ +static_assert(sizeof(UBP_RoamingAiComponent_C) == 0x000108, "Wrong size on UBP_RoamingAiComponent_C"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_RoamingAiComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, ControllerRef) == 0x0000A8, "Member 'UBP_RoamingAiComponent_C::ControllerRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, EnableRoaming) == 0x0000B0, "Member 'UBP_RoamingAiComponent_C::EnableRoaming' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, RoamingPoints) == 0x0000B8, "Member 'UBP_RoamingAiComponent_C::RoamingPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, InitialRoamingPoint) == 0x0000C8, "Member 'UBP_RoamingAiComponent_C::InitialRoamingPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, CurrentTargetPoint) == 0x0000F0, "Member 'UBP_RoamingAiComponent_C::CurrentTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, NextTargetPoint) == 0x0000F8, "Member 'UBP_RoamingAiComponent_C::NextTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoamingAiComponent_C, CurrentIndex) == 0x000100, "Member 'UBP_RoamingAiComponent_C::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ReplaceCharacterParameters \ +static_assert(alignof(FS_ReplaceCharacterParameters) == 0x000001, "Wrong alignment on FS_ReplaceCharacterParameters"); \ +static_assert(sizeof(FS_ReplaceCharacterParameters) == 0x000009, "Wrong size on FS_ReplaceCharacterParameters"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, OldCharacter_2_76B268A34EDC34B4823397BC5C8FA5E2) == 0x000000, "Member 'FS_ReplaceCharacterParameters::OldCharacter_2_76B268A34EDC34B4823397BC5C8FA5E2' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, NewCharacter_4_7AD35D254B3EE7F97626C3931279DBF8) == 0x000001, "Member 'FS_ReplaceCharacterParameters::NewCharacter_4_7AD35D254B3EE7F97626C3931279DBF8' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferLumina_7_347621E5466692025EF4B2A21AA8E631) == 0x000002, "Member 'FS_ReplaceCharacterParameters::TransferLumina_7_347621E5466692025EF4B2A21AA8E631' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferLevel_11_1EDF1E544B7806EACF12E8968EE240CA) == 0x000003, "Member 'FS_ReplaceCharacterParameters::TransferLevel_11_1EDF1E544B7806EACF12E8968EE240CA' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferPictos_16_F3ADFDAC4F0D8D09C20CB9B1B6415108) == 0x000004, "Member 'FS_ReplaceCharacterParameters::TransferPictos_16_F3ADFDAC4F0D8D09C20CB9B1B6415108' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferWeapon_18_3B0D73CF4D925EE41C43C3A35B759EE7) == 0x000005, "Member 'FS_ReplaceCharacterParameters::TransferWeapon_18_3B0D73CF4D925EE41C43C3A35B759EE7' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferAttributePoints_13_005710C0425DE39B3D97B78BAE5C34E6) == 0x000006, "Member 'FS_ReplaceCharacterParameters::TransferAttributePoints_13_005710C0425DE39B3D97B78BAE5C34E6' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, TransferLuminaPoints_20_CEC573C6457F89F28E882595C5D73A5D) == 0x000007, "Member 'FS_ReplaceCharacterParameters::TransferLuminaPoints_20_CEC573C6457F89F28E882595C5D73A5D' has a wrong offset!"); \ +static_assert(offsetof(FS_ReplaceCharacterParameters, AddToParty_15_0D66206E42612DF17AEBBA84C1DF8B2F) == 0x000008, "Member 'FS_ReplaceCharacterParameters::AddToParty_15_0D66206E42612DF17AEBBA84C1DF8B2F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassReplicatedAgentHandle \ +static_assert(alignof(FMassReplicatedAgentHandle) == 0x000002, "Wrong alignment on FMassReplicatedAgentHandle"); \ +static_assert(sizeof(FMassReplicatedAgentHandle) == 0x000004, "Wrong size on FMassReplicatedAgentHandle"); \ + +#define DUMPER7_ASSERTS_FMassFastArrayItemBase \ +static_assert(alignof(FMassFastArrayItemBase) == 0x000004, "Wrong alignment on FMassFastArrayItemBase"); \ +static_assert(sizeof(FMassFastArrayItemBase) == 0x000010, "Wrong size on FMassFastArrayItemBase"); \ +static_assert(offsetof(FMassFastArrayItemBase, Handle) == 0x00000C, "Member 'FMassFastArrayItemBase::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassClientBubbleSerializerBase \ +static_assert(alignof(FMassClientBubbleSerializerBase) == 0x000008, "Wrong alignment on FMassClientBubbleSerializerBase"); \ +static_assert(sizeof(FMassClientBubbleSerializerBase) == 0x000138, "Wrong size on FMassClientBubbleSerializerBase"); \ +static_assert(offsetof(FMassClientBubbleSerializerBase, World) == 0x000108, "Member 'FMassClientBubbleSerializerBase::World' has a wrong offset!"); \ +static_assert(offsetof(FMassClientBubbleSerializerBase, SpawnerSubsystem) == 0x000110, "Member 'FMassClientBubbleSerializerBase::SpawnerSubsystem' has a wrong offset!"); \ +static_assert(offsetof(FMassClientBubbleSerializerBase, ReplicationSubsystem) == 0x000128, "Member 'FMassClientBubbleSerializerBase::ReplicationSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassNetworkIDFragment \ +static_assert(alignof(FMassNetworkIDFragment) == 0x000004, "Wrong alignment on FMassNetworkIDFragment"); \ +static_assert(sizeof(FMassNetworkIDFragment) == 0x000004, "Wrong size on FMassNetworkIDFragment"); \ + +#define DUMPER7_ASSERTS_FMassReplicatedAgentFragment \ +static_assert(alignof(FMassReplicatedAgentFragment) == 0x000008, "Wrong alignment on FMassReplicatedAgentFragment"); \ +static_assert(sizeof(FMassReplicatedAgentFragment) == 0x000018, "Wrong size on FMassReplicatedAgentFragment"); \ + +#define DUMPER7_ASSERTS_FMassReplicationViewerInfoFragment \ +static_assert(alignof(FMassReplicationViewerInfoFragment) == 0x000008, "Wrong alignment on FMassReplicationViewerInfoFragment"); \ +static_assert(sizeof(FMassReplicationViewerInfoFragment) == 0x000018, "Wrong size on FMassReplicationViewerInfoFragment"); \ + +#define DUMPER7_ASSERTS_FMassReplicationLODFragment \ +static_assert(alignof(FMassReplicationLODFragment) == 0x000001, "Wrong alignment on FMassReplicationLODFragment"); \ +static_assert(sizeof(FMassReplicationLODFragment) == 0x000002, "Wrong size on FMassReplicationLODFragment"); \ + +#define DUMPER7_ASSERTS_FMassReplicationParameters \ +static_assert(alignof(FMassReplicationParameters) == 0x000008, "Wrong alignment on FMassReplicationParameters"); \ +static_assert(sizeof(FMassReplicationParameters) == 0x000058, "Wrong size on FMassReplicationParameters"); \ +static_assert(offsetof(FMassReplicationParameters, LODDistance) == 0x000000, "Member 'FMassReplicationParameters::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, BufferHysteresisOnDistancePercentage) == 0x000010, "Member 'FMassReplicationParameters::BufferHysteresisOnDistancePercentage' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, LODMaxCount) == 0x000014, "Member 'FMassReplicationParameters::LODMaxCount' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, LODMaxCountPerViewer) == 0x000024, "Member 'FMassReplicationParameters::LODMaxCountPerViewer' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, UpdateInterval) == 0x000034, "Member 'FMassReplicationParameters::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, BubbleInfoClass) == 0x000048, "Member 'FMassReplicationParameters::BubbleInfoClass' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationParameters, ReplicatorClass) == 0x000050, "Member 'FMassReplicationParameters::ReplicatorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassReplicationSharedFragment \ +static_assert(alignof(FMassReplicationSharedFragment) == 0x000010, "Wrong alignment on FMassReplicationSharedFragment"); \ +static_assert(sizeof(FMassReplicationSharedFragment) == 0x002320, "Wrong size on FMassReplicationSharedFragment"); \ +static_assert(offsetof(FMassReplicationSharedFragment, BubbleInfos) == 0x000020, "Member 'FMassReplicationSharedFragment::BubbleInfos' has a wrong offset!"); \ +static_assert(offsetof(FMassReplicationSharedFragment, CachedReplicator) == 0x002310, "Member 'FMassReplicationSharedFragment::CachedReplicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassReplicationGridCellLocationFragment \ +static_assert(alignof(FMassReplicationGridCellLocationFragment) == 0x000004, "Wrong alignment on FMassReplicationGridCellLocationFragment"); \ +static_assert(sizeof(FMassReplicationGridCellLocationFragment) == 0x00000C, "Wrong size on FMassReplicationGridCellLocationFragment"); \ + +#define DUMPER7_ASSERTS_FMassInReplicationGridTag \ +static_assert(alignof(FMassInReplicationGridTag) == 0x000001, "Wrong alignment on FMassInReplicationGridTag"); \ +static_assert(sizeof(FMassInReplicationGridTag) == 0x000001, "Wrong size on FMassInReplicationGridTag"); \ + +#define DUMPER7_ASSERTS_FMassClientBubbleInfoData \ +static_assert(alignof(FMassClientBubbleInfoData) == 0x000008, "Wrong alignment on FMassClientBubbleInfoData"); \ +static_assert(sizeof(FMassClientBubbleInfoData) == 0x000018, "Wrong size on FMassClientBubbleInfoData"); \ +static_assert(offsetof(FMassClientBubbleInfoData, Bubbles) == 0x000000, "Member 'FMassClientBubbleInfoData::Bubbles' has a wrong offset!"); \ +static_assert(offsetof(FMassClientBubbleInfoData, BubbleClass) == 0x000010, "Member 'FMassClientBubbleInfoData::BubbleClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedAgentPositionYawData \ +static_assert(alignof(FReplicatedAgentPositionYawData) == 0x000008, "Wrong alignment on FReplicatedAgentPositionYawData"); \ +static_assert(sizeof(FReplicatedAgentPositionYawData) == 0x000020, "Wrong size on FReplicatedAgentPositionYawData"); \ +static_assert(offsetof(FReplicatedAgentPositionYawData, position) == 0x000000, "Member 'FReplicatedAgentPositionYawData::position' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPositionYawData, Yaw) == 0x000018, "Member 'FReplicatedAgentPositionYawData::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassClientHandle \ +static_assert(alignof(FMassClientHandle) == 0x000004, "Wrong alignment on FMassClientHandle"); \ +static_assert(sizeof(FMassClientHandle) == 0x000008, "Wrong size on FMassClientHandle"); \ + +#define DUMPER7_ASSERTS_FMassBubbleInfoClassHandle \ +static_assert(alignof(FMassBubbleInfoClassHandle) == 0x000004, "Wrong alignment on FMassBubbleInfoClassHandle"); \ +static_assert(sizeof(FMassBubbleInfoClassHandle) == 0x000004, "Wrong size on FMassBubbleInfoClassHandle"); \ + +#define DUMPER7_ASSERTS_FReplicatedAgentBase \ +static_assert(alignof(FReplicatedAgentBase) == 0x000008, "Wrong alignment on FReplicatedAgentBase"); \ +static_assert(sizeof(FReplicatedAgentBase) == 0x000028, "Wrong size on FReplicatedAgentBase"); \ +static_assert(offsetof(FReplicatedAgentBase, NetID) == 0x000000, "Member 'FReplicatedAgentBase::NetID' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentBase, TemplateID) == 0x000008, "Member 'FReplicatedAgentBase::TemplateID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMassClientBubbleInfoBase \ +static_assert(alignof(AMassClientBubbleInfoBase) == 0x000008, "Wrong alignment on AMassClientBubbleInfoBase"); \ +static_assert(sizeof(AMassClientBubbleInfoBase) == 0x0002A8, "Wrong size on AMassClientBubbleInfoBase"); \ + +#define DUMPER7_ASSERTS_UMassNetworkIDFragmentInitializer \ +static_assert(alignof(UMassNetworkIDFragmentInitializer) == 0x000008, "Wrong alignment on UMassNetworkIDFragmentInitializer"); \ +static_assert(sizeof(UMassNetworkIDFragmentInitializer) == 0x000380, "Wrong size on UMassNetworkIDFragmentInitializer"); \ + +#define DUMPER7_ASSERTS_UMassReplicationGridProcessor \ +static_assert(alignof(UMassReplicationGridProcessor) == 0x000008, "Wrong alignment on UMassReplicationGridProcessor"); \ +static_assert(sizeof(UMassReplicationGridProcessor) == 0x0008A0, "Wrong size on UMassReplicationGridProcessor"); \ + +#define DUMPER7_ASSERTS_UMassReplicationGridRemoverProcessor \ +static_assert(alignof(UMassReplicationGridRemoverProcessor) == 0x000008, "Wrong alignment on UMassReplicationGridRemoverProcessor"); \ +static_assert(sizeof(UMassReplicationGridRemoverProcessor) == 0x000380, "Wrong size on UMassReplicationGridRemoverProcessor"); \ + +#define DUMPER7_ASSERTS_UMassReplicationProcessor \ +static_assert(alignof(UMassReplicationProcessor) == 0x000010, "Wrong alignment on UMassReplicationProcessor"); \ +static_assert(sizeof(UMassReplicationProcessor) == 0x000DF0, "Wrong size on UMassReplicationProcessor"); \ +static_assert(offsetof(UMassReplicationProcessor, ReplicationSubsystem) == 0x0000C0, "Member 'UMassReplicationProcessor::ReplicationSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassReplicatorBase \ +static_assert(alignof(UMassReplicatorBase) == 0x000008, "Wrong alignment on UMassReplicatorBase"); \ +static_assert(sizeof(UMassReplicatorBase) == 0x000028, "Wrong size on UMassReplicatorBase"); \ + +#define DUMPER7_ASSERTS_UMassReplicationSettings \ +static_assert(alignof(UMassReplicationSettings) == 0x000008, "Wrong alignment on UMassReplicationSettings"); \ +static_assert(sizeof(UMassReplicationSettings) == 0x000030, "Wrong size on UMassReplicationSettings"); \ +static_assert(offsetof(UMassReplicationSettings, ReplicationGridCellSize) == 0x000028, "Member 'UMassReplicationSettings::ReplicationGridCellSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassReplicationSubsystem \ +static_assert(alignof(UMassReplicationSubsystem) == 0x000008, "Wrong alignment on UMassReplicationSubsystem"); \ +static_assert(sizeof(UMassReplicationSubsystem) == 0x0001E8, "Wrong size on UMassReplicationSubsystem"); \ +static_assert(offsetof(UMassReplicationSubsystem, BubbleInfoArray) == 0x000068, "Member 'UMassReplicationSubsystem::BubbleInfoArray' has a wrong offset!"); \ +static_assert(offsetof(UMassReplicationSubsystem, World) == 0x0000A8, "Member 'UMassReplicationSubsystem::World' has a wrong offset!"); \ +static_assert(offsetof(UMassReplicationSubsystem, MassLODSubsystem) == 0x0000B0, "Member 'UMassReplicationSubsystem::MassLODSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassReplicationTrait \ +static_assert(alignof(UMassReplicationTrait) == 0x000008, "Wrong alignment on UMassReplicationTrait"); \ +static_assert(sizeof(UMassReplicationTrait) == 0x000080, "Wrong size on UMassReplicationTrait"); \ +static_assert(offsetof(UMassReplicationTrait, Params_0) == 0x000028, "Member 'UMassReplicationTrait::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature \ +static_assert(alignof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature, InActivePage) == 0x000000, "Member 'WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_CharacterMenuContainer_K2Node_ComponentBoundEvent_4_OnActivePageChanged__DelegateSignature::InActivePage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature \ +static_assert(alignof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature, CharacterData) == 0x000000, "Member 'WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenu_K2Node_ComponentBoundEvent_1_OnCharacterSelected__DelegateSignature::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature \ +static_assert(alignof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature, InActivePage) == 0x000000, "Member 'WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_5_OnActivePageChanged__DelegateSignature::InActivePage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature \ +static_assert(alignof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature, CharacterData) == 0x000000, "Member 'WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_MainMenuContainer_K2Node_ComponentBoundEvent_6_OnCharacterFocused__DelegateSignature::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature \ +static_assert(alignof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature, NewCharacter) == 0x000000, "Member 'WBP_GameMenu_v3_C_BndEvt__WBP_GameMenu_v3_WBP_GM_TeamMenu_K2Node_ComponentBoundEvent_3_OnSelectedCharacterChanged__DelegateSignature::NewCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3 \ +static_assert(alignof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3) == 0x000078, "Wrong size on WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, EntryPoint) == 0x000000, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_CustomEvent_LatentAction) == 0x000008, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_ComponentBoundEvent_CharacterData_1) == 0x000030, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_ComponentBoundEvent_CharacterData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_ComponentBoundEvent_NewCharacter) == 0x000038, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_ComponentBoundEvent_NewCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_CustomEvent_SelectedCharacter) == 0x000040, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_CustomEvent_SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_CustomEvent_PreSelectedPage) == 0x000048, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_CustomEvent_PreSelectedPage' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_ComponentBoundEvent_InActivePage_1) == 0x000050, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_ComponentBoundEvent_InActivePage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_ComponentBoundEvent_InActivePage) == 0x000051, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_ComponentBoundEvent_InActivePage' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_ComponentBoundEvent_CharacterData) == 0x000058, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_ComponentBoundEvent_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000068, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3, CallFunc_IsNameValid_ReturnValue) == 0x000071, "Member 'WBP_GameMenu_v3_C_ExecuteUbergraph_WBP_GameMenu_v3::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_FadeOutAndDeactivate \ +static_assert(alignof(WBP_GameMenu_v3_C_FadeOutAndDeactivate) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_FadeOutAndDeactivate"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_FadeOutAndDeactivate) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_FadeOutAndDeactivate"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_FadeOutAndDeactivate, LatentAction) == 0x000000, "Member 'WBP_GameMenu_v3_C_FadeOutAndDeactivate::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_GoToPictosFromInventory \ +static_assert(alignof(WBP_GameMenu_v3_C_GoToPictosFromInventory) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_GoToPictosFromInventory"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_GoToPictosFromInventory) == 0x000130, "Wrong size on WBP_GameMenu_v3_C_GoToPictosFromInventory"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToPictosFromInventory, ItemStaticData) == 0x000000, "Member 'WBP_GameMenu_v3_C_GoToPictosFromInventory::ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_GoToWeaponsFromInventory \ +static_assert(alignof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_GoToWeaponsFromInventory"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory) == 0x000178, "Wrong size on WBP_GameMenu_v3_C_GoToWeaponsFromInventory"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, ItemStaticData) == 0x000000, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000130, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_GetNameFromItemSubtype_Name) == 0x000134, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_GetNameFromItemSubtype_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00013C, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00013D, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x00013E, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, Temp_int_Array_Index_Variable) == 0x000140, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, Temp_int_Loop_Counter_Variable) == 0x000144, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000148, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_GetCharactersDataLeftToRight_OrderedCharacters) == 0x000150, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_GetCharactersDataLeftToRight_OrderedCharacters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_Array_Get_Item) == 0x000160, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x00016C, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00016D, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x00016E, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_BooleanAND_ReturnValue_1) == 0x00016F, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000170, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_EqualEqual_NameName_ReturnValue_4) == 0x000171, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_EqualEqual_NameName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_BooleanAND_ReturnValue_2) == 0x000172, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_GoToWeaponsFromInventory, CallFunc_BooleanOR_ReturnValue) == 0x000173, "Member 'WBP_GameMenu_v3_C_GoToWeaponsFromInventory::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_OnCharacterSelected \ +static_assert(alignof(WBP_GameMenu_v3_C_OnCharacterSelected) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_OnCharacterSelected"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_OnCharacterSelected) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_OnCharacterSelected"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnCharacterSelected, SelectedCharacter) == 0x000000, "Member 'WBP_GameMenu_v3_C_OnCharacterSelected::SelectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_OnPageSelected \ +static_assert(alignof(WBP_GameMenu_v3_C_OnPageSelected) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_OnPageSelected"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_OnPageSelected) == 0x000050, "Wrong size on WBP_GameMenu_v3_C_OnPageSelected"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, PageName) == 0x000000, "Member 'WBP_GameMenu_v3_C_OnPageSelected::PageName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_GetCharacterCollection_Characters) == 0x000018, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000030, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'WBP_GameMenu_v3_C_OnPageSelected::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_OnPageSelected, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'WBP_GameMenu_v3_C_OnPageSelected::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_QueuePreSelectedPage \ +static_assert(alignof(WBP_GameMenu_v3_C_QueuePreSelectedPage) == 0x000004, "Wrong alignment on WBP_GameMenu_v3_C_QueuePreSelectedPage"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_QueuePreSelectedPage) == 0x000008, "Wrong size on WBP_GameMenu_v3_C_QueuePreSelectedPage"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_QueuePreSelectedPage, PreSelectedPage_0) == 0x000000, "Member 'WBP_GameMenu_v3_C_QueuePreSelectedPage::PreSelectedPage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_GameMenu_v3_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GameMenu_v3_C \ +static_assert(alignof(UWBP_GameMenu_v3_C) == 0x000008, "Wrong alignment on UWBP_GameMenu_v3_C"); \ +static_assert(sizeof(UWBP_GameMenu_v3_C) == 0x000490, "Wrong size on UWBP_GameMenu_v3_C"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GameMenu_v3_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, Anim_FadeOUT) == 0x000438, "Member 'UWBP_GameMenu_v3_C::Anim_FadeOUT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, ActionBarSafeZone) == 0x000440, "Member 'UWBP_GameMenu_v3_C::ActionBarSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, CommonActionBarContainer) == 0x000448, "Member 'UWBP_GameMenu_v3_C::CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, WBP_GM_CharacterMenuContainer) == 0x000450, "Member 'UWBP_GameMenu_v3_C::WBP_GM_CharacterMenuContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, WBP_GM_MainMenuContainer) == 0x000458, "Member 'UWBP_GameMenu_v3_C::WBP_GM_MainMenuContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, WBP_WidescreenRatioBox) == 0x000460, "Member 'UWBP_GameMenu_v3_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, GameMenuScene) == 0x000468, "Member 'UWBP_GameMenu_v3_C::GameMenuScene' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, PreSelectedPage) == 0x000470, "Member 'UWBP_GameMenu_v3_C::PreSelectedPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, CharacterToAutoSelect) == 0x000478, "Member 'UWBP_GameMenu_v3_C::CharacterToAutoSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, CloseWhenCharacterViewClosed) == 0x000480, "Member 'UWBP_GameMenu_v3_C::CloseWhenCharacterViewClosed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, ActivePage) == 0x000481, "Member 'UWBP_GameMenu_v3_C::ActivePage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GameMenu_v3_C, LastFocusedCharacter) == 0x000488, "Member 'UWBP_GameMenu_v3_C::LastFocusedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassActorSpawnRequestHandle \ +static_assert(alignof(FMassActorSpawnRequestHandle) == 0x000004, "Wrong alignment on FMassActorSpawnRequestHandle"); \ +static_assert(sizeof(FMassActorSpawnRequestHandle) == 0x000008, "Wrong size on FMassActorSpawnRequestHandle"); \ + +#define DUMPER7_ASSERTS_FMassActorSpawnRequest \ +static_assert(alignof(FMassActorSpawnRequest) == 0x000010, "Wrong alignment on FMassActorSpawnRequest"); \ +static_assert(sizeof(FMassActorSpawnRequest) == 0x0000D0, "Wrong size on FMassActorSpawnRequest"); \ +static_assert(offsetof(FMassActorSpawnRequest, Template) == 0x000008, "Member 'FMassActorSpawnRequest::Template' has a wrong offset!"); \ +static_assert(offsetof(FMassActorSpawnRequest, SpawnedActor) == 0x0000A0, "Member 'FMassActorSpawnRequest::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassGuidFragment \ +static_assert(alignof(FMassGuidFragment) == 0x000004, "Wrong alignment on FMassGuidFragment"); \ +static_assert(sizeof(FMassGuidFragment) == 0x000010, "Wrong size on FMassGuidFragment"); \ + +#define DUMPER7_ASSERTS_FMassActorInstanceFragment \ +static_assert(alignof(FMassActorInstanceFragment) == 0x000008, "Wrong alignment on FMassActorInstanceFragment"); \ +static_assert(sizeof(FMassActorInstanceFragment) == 0x000020, "Wrong size on FMassActorInstanceFragment"); \ +static_assert(offsetof(FMassActorInstanceFragment, Handle) == 0x000000, "Member 'FMassActorInstanceFragment::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassActorFragment \ +static_assert(alignof(FMassActorFragment) == 0x000004, "Wrong alignment on FMassActorFragment"); \ +static_assert(sizeof(FMassActorFragment) == 0x00000C, "Wrong size on FMassActorFragment"); \ +static_assert(offsetof(FMassActorFragment, Actor) == 0x000000, "Member 'FMassActorFragment::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassAgentInitializationQueue \ +static_assert(alignof(FMassAgentInitializationQueue) == 0x000008, "Wrong alignment on FMassAgentInitializationQueue"); \ +static_assert(sizeof(FMassAgentInitializationQueue) == 0x000010, "Wrong size on FMassAgentInitializationQueue"); \ +static_assert(offsetof(FMassAgentInitializationQueue, AgentComponents) == 0x000000, "Member 'FMassAgentInitializationQueue::AgentComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapsuleComponentWrapperFragment \ +static_assert(alignof(FCapsuleComponentWrapperFragment) == 0x000004, "Wrong alignment on FCapsuleComponentWrapperFragment"); \ +static_assert(sizeof(FCapsuleComponentWrapperFragment) == 0x000008, "Wrong size on FCapsuleComponentWrapperFragment"); \ + +#define DUMPER7_ASSERTS_FMassCapsuleTransformCopyToMassTag \ +static_assert(alignof(FMassCapsuleTransformCopyToMassTag) == 0x000001, "Wrong alignment on FMassCapsuleTransformCopyToMassTag"); \ +static_assert(sizeof(FMassCapsuleTransformCopyToMassTag) == 0x000001, "Wrong size on FMassCapsuleTransformCopyToMassTag"); \ + +#define DUMPER7_ASSERTS_FMassCapsuleTransformCopyToActorTag \ +static_assert(alignof(FMassCapsuleTransformCopyToActorTag) == 0x000001, "Wrong alignment on FMassCapsuleTransformCopyToActorTag"); \ +static_assert(sizeof(FMassCapsuleTransformCopyToActorTag) == 0x000001, "Wrong size on FMassCapsuleTransformCopyToActorTag"); \ + +#define DUMPER7_ASSERTS_FCharacterMovementComponentWrapperFragment \ +static_assert(alignof(FCharacterMovementComponentWrapperFragment) == 0x000004, "Wrong alignment on FCharacterMovementComponentWrapperFragment"); \ +static_assert(sizeof(FCharacterMovementComponentWrapperFragment) == 0x000008, "Wrong size on FCharacterMovementComponentWrapperFragment"); \ + +#define DUMPER7_ASSERTS_FMassCharacterMovementCopyToMassTag \ +static_assert(alignof(FMassCharacterMovementCopyToMassTag) == 0x000001, "Wrong alignment on FMassCharacterMovementCopyToMassTag"); \ +static_assert(sizeof(FMassCharacterMovementCopyToMassTag) == 0x000001, "Wrong size on FMassCharacterMovementCopyToMassTag"); \ + +#define DUMPER7_ASSERTS_FMassCharacterMovementCopyToActorTag \ +static_assert(alignof(FMassCharacterMovementCopyToActorTag) == 0x000001, "Wrong alignment on FMassCharacterMovementCopyToActorTag"); \ +static_assert(sizeof(FMassCharacterMovementCopyToActorTag) == 0x000001, "Wrong size on FMassCharacterMovementCopyToActorTag"); \ + +#define DUMPER7_ASSERTS_FMassCharacterOrientationCopyToMassTag \ +static_assert(alignof(FMassCharacterOrientationCopyToMassTag) == 0x000001, "Wrong alignment on FMassCharacterOrientationCopyToMassTag"); \ +static_assert(sizeof(FMassCharacterOrientationCopyToMassTag) == 0x000001, "Wrong size on FMassCharacterOrientationCopyToMassTag"); \ + +#define DUMPER7_ASSERTS_FMassCharacterOrientationCopyToActorTag \ +static_assert(alignof(FMassCharacterOrientationCopyToActorTag) == 0x000001, "Wrong alignment on FMassCharacterOrientationCopyToActorTag"); \ +static_assert(sizeof(FMassCharacterOrientationCopyToActorTag) == 0x000001, "Wrong size on FMassCharacterOrientationCopyToActorTag"); \ + +#define DUMPER7_ASSERTS_FMassSceneComponentWrapperFragment \ +static_assert(alignof(FMassSceneComponentWrapperFragment) == 0x000004, "Wrong alignment on FMassSceneComponentWrapperFragment"); \ +static_assert(sizeof(FMassSceneComponentWrapperFragment) == 0x000008, "Wrong size on FMassSceneComponentWrapperFragment"); \ + +#define DUMPER7_ASSERTS_FMassSceneComponentLocationCopyToMassTag \ +static_assert(alignof(FMassSceneComponentLocationCopyToMassTag) == 0x000001, "Wrong alignment on FMassSceneComponentLocationCopyToMassTag"); \ +static_assert(sizeof(FMassSceneComponentLocationCopyToMassTag) == 0x000001, "Wrong size on FMassSceneComponentLocationCopyToMassTag"); \ + +#define DUMPER7_ASSERTS_FMassSceneComponentLocationCopyToActorTag \ +static_assert(alignof(FMassSceneComponentLocationCopyToActorTag) == 0x000001, "Wrong alignment on FMassSceneComponentLocationCopyToActorTag"); \ +static_assert(sizeof(FMassSceneComponentLocationCopyToActorTag) == 0x000001, "Wrong size on FMassSceneComponentLocationCopyToActorTag"); \ + +#define DUMPER7_ASSERTS_FDataFragment_BehaviorTreeComponentWrapper \ +static_assert(alignof(FDataFragment_BehaviorTreeComponentWrapper) == 0x000004, "Wrong alignment on FDataFragment_BehaviorTreeComponentWrapper"); \ +static_assert(sizeof(FDataFragment_BehaviorTreeComponentWrapper) == 0x000008, "Wrong size on FDataFragment_BehaviorTreeComponentWrapper"); \ + +#define DUMPER7_ASSERTS_MassActorPoolableInterface_CanBePooled \ +static_assert(alignof(MassActorPoolableInterface_CanBePooled) == 0x000001, "Wrong alignment on MassActorPoolableInterface_CanBePooled"); \ +static_assert(sizeof(MassActorPoolableInterface_CanBePooled) == 0x000001, "Wrong size on MassActorPoolableInterface_CanBePooled"); \ +static_assert(offsetof(MassActorPoolableInterface_CanBePooled, ReturnValue) == 0x000000, "Member 'MassActorPoolableInterface_CanBePooled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMassActorPoolableInterface \ +static_assert(alignof(IMassActorPoolableInterface) == 0x000001, "Wrong alignment on IMassActorPoolableInterface"); \ +static_assert(sizeof(IMassActorPoolableInterface) == 0x000001, "Wrong size on IMassActorPoolableInterface"); \ + +#define DUMPER7_ASSERTS_UMassActorSpawnerSubsystem \ +static_assert(alignof(UMassActorSpawnerSubsystem) == 0x000008, "Wrong alignment on UMassActorSpawnerSubsystem"); \ +static_assert(sizeof(UMassActorSpawnerSubsystem) == 0x0000F0, "Wrong size on UMassActorSpawnerSubsystem"); \ +static_assert(offsetof(UMassActorSpawnerSubsystem, SpawnRequests) == 0x000038, "Member 'UMassActorSpawnerSubsystem::SpawnRequests' has a wrong offset!"); \ +static_assert(offsetof(UMassActorSpawnerSubsystem, ActorsToDestroy) == 0x000048, "Member 'UMassActorSpawnerSubsystem::ActorsToDestroy' has a wrong offset!"); \ +static_assert(offsetof(UMassActorSpawnerSubsystem, DeactivatedActorsToDestroy) == 0x000058, "Member 'UMassActorSpawnerSubsystem::DeactivatedActorsToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassActorSubsystem \ +static_assert(alignof(UMassActorSubsystem) == 0x000008, "Wrong alignment on UMassActorSubsystem"); \ +static_assert(sizeof(UMassActorSubsystem) == 0x000048, "Wrong size on UMassActorSubsystem"); \ + +#define DUMPER7_ASSERTS_MassAgentComponent_KillEntity \ +static_assert(alignof(MassAgentComponent_KillEntity) == 0x000001, "Wrong alignment on MassAgentComponent_KillEntity"); \ +static_assert(sizeof(MassAgentComponent_KillEntity) == 0x000001, "Wrong size on MassAgentComponent_KillEntity"); \ +static_assert(offsetof(MassAgentComponent_KillEntity, bDestroyActor) == 0x000000, "Member 'MassAgentComponent_KillEntity::bDestroyActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassAgentComponent \ +static_assert(alignof(UMassAgentComponent) == 0x000008, "Wrong alignment on UMassAgentComponent"); \ +static_assert(sizeof(UMassAgentComponent) == 0x000180, "Wrong size on UMassAgentComponent"); \ +static_assert(offsetof(UMassAgentComponent, EntityConfig) == 0x000120, "Member 'UMassAgentComponent::EntityConfig' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentComponent, NetID) == 0x00017C, "Member 'UMassAgentComponent::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassAgentSubsystem \ +static_assert(alignof(UMassAgentSubsystem) == 0x000008, "Wrong alignment on UMassAgentSubsystem"); \ +static_assert(sizeof(UMassAgentSubsystem) == 0x000180, "Wrong size on UMassAgentSubsystem"); \ +static_assert(offsetof(UMassAgentSubsystem, SpawnerSystem) == 0x000048, "Member 'UMassAgentSubsystem::SpawnerSystem' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentSubsystem, SimulationSystem) == 0x000050, "Member 'UMassAgentSubsystem::SimulationSystem' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentSubsystem, PendingAgentEntities) == 0x000058, "Member 'UMassAgentSubsystem::PendingAgentEntities' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentSubsystem, PendingPuppets) == 0x0000A8, "Member 'UMassAgentSubsystem::PendingPuppets' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentSubsystem, ReplicationSubsystem) == 0x0000F8, "Member 'UMassAgentSubsystem::ReplicationSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassAgentSubsystem, ReplicatedAgentComponents) == 0x000100, "Member 'UMassAgentSubsystem::ReplicatedAgentComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassAgentSyncTrait \ +static_assert(alignof(UMassAgentSyncTrait) == 0x000008, "Wrong alignment on UMassAgentSyncTrait"); \ +static_assert(sizeof(UMassAgentSyncTrait) == 0x000030, "Wrong size on UMassAgentSyncTrait"); \ +static_assert(offsetof(UMassAgentSyncTrait, SyncDirection) == 0x000028, "Member 'UMassAgentSyncTrait::SyncDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassAgentCapsuleCollisionSyncTrait \ +static_assert(alignof(UMassAgentCapsuleCollisionSyncTrait) == 0x000008, "Wrong alignment on UMassAgentCapsuleCollisionSyncTrait"); \ +static_assert(sizeof(UMassAgentCapsuleCollisionSyncTrait) == 0x000038, "Wrong size on UMassAgentCapsuleCollisionSyncTrait"); \ +static_assert(offsetof(UMassAgentCapsuleCollisionSyncTrait, bSyncTransform) == 0x000030, "Member 'UMassAgentCapsuleCollisionSyncTrait::bSyncTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassAgentMovementSyncTrait \ +static_assert(alignof(UMassAgentMovementSyncTrait) == 0x000008, "Wrong alignment on UMassAgentMovementSyncTrait"); \ +static_assert(sizeof(UMassAgentMovementSyncTrait) == 0x000030, "Wrong size on UMassAgentMovementSyncTrait"); \ + +#define DUMPER7_ASSERTS_UMassAgentOrientationSyncTrait \ +static_assert(alignof(UMassAgentOrientationSyncTrait) == 0x000008, "Wrong alignment on UMassAgentOrientationSyncTrait"); \ +static_assert(sizeof(UMassAgentOrientationSyncTrait) == 0x000030, "Wrong size on UMassAgentOrientationSyncTrait"); \ + +#define DUMPER7_ASSERTS_UMassAgentFeetLocationSyncTrait \ +static_assert(alignof(UMassAgentFeetLocationSyncTrait) == 0x000008, "Wrong alignment on UMassAgentFeetLocationSyncTrait"); \ +static_assert(sizeof(UMassAgentFeetLocationSyncTrait) == 0x000030, "Wrong size on UMassAgentFeetLocationSyncTrait"); \ + +#define DUMPER7_ASSERTS_UMassCapsuleTransformToMassTranslator \ +static_assert(alignof(UMassCapsuleTransformToMassTranslator) == 0x000008, "Wrong alignment on UMassCapsuleTransformToMassTranslator"); \ +static_assert(sizeof(UMassCapsuleTransformToMassTranslator) == 0x000380, "Wrong size on UMassCapsuleTransformToMassTranslator"); \ + +#define DUMPER7_ASSERTS_UMassTransformToActorCapsuleTranslator \ +static_assert(alignof(UMassTransformToActorCapsuleTranslator) == 0x000008, "Wrong alignment on UMassTransformToActorCapsuleTranslator"); \ +static_assert(sizeof(UMassTransformToActorCapsuleTranslator) == 0x000380, "Wrong size on UMassTransformToActorCapsuleTranslator"); \ + +#define DUMPER7_ASSERTS_UMassCharacterMovementToMassTranslator \ +static_assert(alignof(UMassCharacterMovementToMassTranslator) == 0x000008, "Wrong alignment on UMassCharacterMovementToMassTranslator"); \ +static_assert(sizeof(UMassCharacterMovementToMassTranslator) == 0x000380, "Wrong size on UMassCharacterMovementToMassTranslator"); \ + +#define DUMPER7_ASSERTS_UMassCharacterMovementToActorTranslator \ +static_assert(alignof(UMassCharacterMovementToActorTranslator) == 0x000008, "Wrong alignment on UMassCharacterMovementToActorTranslator"); \ +static_assert(sizeof(UMassCharacterMovementToActorTranslator) == 0x000380, "Wrong size on UMassCharacterMovementToActorTranslator"); \ + +#define DUMPER7_ASSERTS_UMassCharacterOrientationToMassTranslator \ +static_assert(alignof(UMassCharacterOrientationToMassTranslator) == 0x000008, "Wrong alignment on UMassCharacterOrientationToMassTranslator"); \ +static_assert(sizeof(UMassCharacterOrientationToMassTranslator) == 0x000380, "Wrong size on UMassCharacterOrientationToMassTranslator"); \ + +#define DUMPER7_ASSERTS_UMassCharacterOrientationToActorTranslator \ +static_assert(alignof(UMassCharacterOrientationToActorTranslator) == 0x000008, "Wrong alignment on UMassCharacterOrientationToActorTranslator"); \ +static_assert(sizeof(UMassCharacterOrientationToActorTranslator) == 0x000380, "Wrong size on UMassCharacterOrientationToActorTranslator"); \ + +#define DUMPER7_ASSERTS_UMassSceneComponentLocationToMassTranslator \ +static_assert(alignof(UMassSceneComponentLocationToMassTranslator) == 0x000008, "Wrong alignment on UMassSceneComponentLocationToMassTranslator"); \ +static_assert(sizeof(UMassSceneComponentLocationToMassTranslator) == 0x000380, "Wrong size on UMassSceneComponentLocationToMassTranslator"); \ + +#define DUMPER7_ASSERTS_UMassSceneComponentLocationToActorTranslator \ +static_assert(alignof(UMassSceneComponentLocationToActorTranslator) == 0x000008, "Wrong alignment on UMassSceneComponentLocationToActorTranslator"); \ +static_assert(sizeof(UMassSceneComponentLocationToActorTranslator) == 0x000380, "Wrong size on UMassSceneComponentLocationToActorTranslator"); \ + +#define DUMPER7_ASSERTS_UMassTranslator_BehaviorTree \ +static_assert(alignof(UMassTranslator_BehaviorTree) == 0x000008, "Wrong alignment on UMassTranslator_BehaviorTree"); \ +static_assert(sizeof(UMassTranslator_BehaviorTree) == 0x000380, "Wrong size on UMassTranslator_BehaviorTree"); \ + +#define DUMPER7_ASSERTS_BPI_TutorialListenerInterface_C_OnTutorialCardCompleted \ +static_assert(alignof(BPI_TutorialListenerInterface_C_OnTutorialCardCompleted) == 0x000008, "Wrong alignment on BPI_TutorialListenerInterface_C_OnTutorialCardCompleted"); \ +static_assert(sizeof(BPI_TutorialListenerInterface_C_OnTutorialCardCompleted) == 0x000018, "Wrong size on BPI_TutorialListenerInterface_C_OnTutorialCardCompleted"); \ +static_assert(offsetof(BPI_TutorialListenerInterface_C_OnTutorialCardCompleted, TutorialCardRow) == 0x000000, "Member 'BPI_TutorialListenerInterface_C_OnTutorialCardCompleted::TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BPI_TutorialListenerInterface_C_OnTutorialCardCompleted, ShouldBeDestroyed) == 0x000010, "Member 'BPI_TutorialListenerInterface_C_OnTutorialCardCompleted::ShouldBeDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_TutorialListenerInterface_C \ +static_assert(alignof(IBPI_TutorialListenerInterface_C) == 0x000001, "Wrong alignment on IBPI_TutorialListenerInterface_C"); \ +static_assert(sizeof(IBPI_TutorialListenerInterface_C) == 0x000001, "Wrong size on IBPI_TutorialListenerInterface_C"); \ + +#define DUMPER7_ASSERTS_FSimDebugDataRow \ +static_assert(alignof(FSimDebugDataRow) == 0x000008, "Wrong alignment on FSimDebugDataRow"); \ +static_assert(sizeof(FSimDebugDataRow) == 0x000020, "Wrong size on FSimDebugDataRow"); \ +static_assert(offsetof(FSimDebugDataRow, Mesh) == 0x000008, "Member 'FSimDebugDataRow::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FSimDebugDataRow, MaterialOverride) == 0x000010, "Member 'FSimDebugDataRow::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FSimDebugDataRow, Scale) == 0x000018, "Member 'FSimDebugDataRow::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimDebugVisFragment \ +static_assert(alignof(FSimDebugVisFragment) == 0x000004, "Wrong alignment on FSimDebugVisFragment"); \ +static_assert(sizeof(FSimDebugVisFragment) == 0x000008, "Wrong size on FSimDebugVisFragment"); \ + +#define DUMPER7_ASSERTS_FDataFragment_DebugVis \ +static_assert(alignof(FDataFragment_DebugVis) == 0x000001, "Wrong alignment on FDataFragment_DebugVis"); \ +static_assert(sizeof(FDataFragment_DebugVis) == 0x000001, "Wrong size on FDataFragment_DebugVis"); \ +static_assert(offsetof(FDataFragment_DebugVis, Shape) == 0x000000, "Member 'FDataFragment_DebugVis::Shape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassDebuggableTag \ +static_assert(alignof(FMassDebuggableTag) == 0x000001, "Wrong alignment on FMassDebuggableTag"); \ +static_assert(sizeof(FMassDebuggableTag) == 0x000001, "Wrong size on FMassDebuggableTag"); \ + +#define DUMPER7_ASSERTS_FAgentDebugVisualization \ +static_assert(alignof(FAgentDebugVisualization) == 0x000008, "Wrong alignment on FAgentDebugVisualization"); \ +static_assert(sizeof(FAgentDebugVisualization) == 0x000028, "Wrong size on FAgentDebugVisualization"); \ +static_assert(offsetof(FAgentDebugVisualization, Mesh) == 0x000008, "Member 'FAgentDebugVisualization::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FAgentDebugVisualization, MaterialOverride) == 0x000010, "Member 'FAgentDebugVisualization::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FAgentDebugVisualization, VisualNearCullDistance) == 0x000018, "Member 'FAgentDebugVisualization::VisualNearCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FAgentDebugVisualization, VisualFarCullDistance) == 0x00001C, "Member 'FAgentDebugVisualization::VisualFarCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FAgentDebugVisualization, WireShape) == 0x000020, "Member 'FAgentDebugVisualization::WireShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssignDebugVisProcessor \ +static_assert(alignof(UAssignDebugVisProcessor) == 0x000008, "Wrong alignment on UAssignDebugVisProcessor"); \ +static_assert(sizeof(UAssignDebugVisProcessor) == 0x000380, "Wrong size on UAssignDebugVisProcessor"); \ + +#define DUMPER7_ASSERTS_UDebugVisLocationProcessor \ +static_assert(alignof(UDebugVisLocationProcessor) == 0x000008, "Wrong alignment on UDebugVisLocationProcessor"); \ +static_assert(sizeof(UDebugVisLocationProcessor) == 0x000360, "Wrong size on UDebugVisLocationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassProcessor_UpdateDebugVis \ +static_assert(alignof(UMassProcessor_UpdateDebugVis) == 0x000008, "Wrong alignment on UMassProcessor_UpdateDebugVis"); \ +static_assert(sizeof(UMassProcessor_UpdateDebugVis) == 0x000360, "Wrong size on UMassProcessor_UpdateDebugVis"); \ + +#define DUMPER7_ASSERTS_UMassDebuggerSubsystem \ +static_assert(alignof(UMassDebuggerSubsystem) == 0x000008, "Wrong alignment on UMassDebuggerSubsystem"); \ +static_assert(sizeof(UMassDebuggerSubsystem) == 0x0000D0, "Wrong size on UMassDebuggerSubsystem"); \ +static_assert(offsetof(UMassDebuggerSubsystem, VisualizationComponent) == 0x0000B8, "Member 'UMassDebuggerSubsystem::VisualizationComponent' has a wrong offset!"); \ +static_assert(offsetof(UMassDebuggerSubsystem, DebugVisualizer) == 0x0000C0, "Member 'UMassDebuggerSubsystem::DebugVisualizer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassDebugVisualizationComponent \ +static_assert(alignof(UMassDebugVisualizationComponent) == 0x000008, "Wrong alignment on UMassDebugVisualizationComponent"); \ +static_assert(sizeof(UMassDebugVisualizationComponent) == 0x0000A0, "Wrong size on UMassDebugVisualizationComponent"); \ + +#define DUMPER7_ASSERTS_UMassDebugVisualizationTrait \ +static_assert(alignof(UMassDebugVisualizationTrait) == 0x000008, "Wrong alignment on UMassDebugVisualizationTrait"); \ +static_assert(sizeof(UMassDebugVisualizationTrait) == 0x000028, "Wrong size on UMassDebugVisualizationTrait"); \ + +#define DUMPER7_ASSERTS_AMassDebugVisualizer \ +static_assert(alignof(AMassDebugVisualizer) == 0x000008, "Wrong alignment on AMassDebugVisualizer"); \ +static_assert(sizeof(AMassDebugVisualizer) == 0x000290, "Wrong size on AMassDebugVisualizer"); \ + +#define DUMPER7_ASSERTS_FMassMovingAvoidanceParameters \ +static_assert(alignof(FMassMovingAvoidanceParameters) == 0x000004, "Wrong alignment on FMassMovingAvoidanceParameters"); \ +static_assert(sizeof(FMassMovingAvoidanceParameters) == 0x000044, "Wrong size on FMassMovingAvoidanceParameters"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, ObstacleDetectionDistance) == 0x000000, "Member 'FMassMovingAvoidanceParameters::ObstacleDetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, StartOfPathDuration) == 0x000004, "Member 'FMassMovingAvoidanceParameters::StartOfPathDuration' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, EndOfPathDuration) == 0x000008, "Member 'FMassMovingAvoidanceParameters::EndOfPathDuration' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, StartOfPathAvoidanceScale) == 0x00000C, "Member 'FMassMovingAvoidanceParameters::StartOfPathAvoidanceScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, EndOfPathAvoidanceScale) == 0x000010, "Member 'FMassMovingAvoidanceParameters::EndOfPathAvoidanceScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, StandingObstacleAvoidanceScale) == 0x000014, "Member 'FMassMovingAvoidanceParameters::StandingObstacleAvoidanceScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, StaticObstacleClearanceScale) == 0x000018, "Member 'FMassMovingAvoidanceParameters::StaticObstacleClearanceScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, SeparationRadiusScale) == 0x00001C, "Member 'FMassMovingAvoidanceParameters::SeparationRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, ObstacleSeparationStiffness) == 0x000020, "Member 'FMassMovingAvoidanceParameters::ObstacleSeparationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, ObstacleSeparationDistance) == 0x000024, "Member 'FMassMovingAvoidanceParameters::ObstacleSeparationDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, EnvironmentSeparationStiffness) == 0x000028, "Member 'FMassMovingAvoidanceParameters::EnvironmentSeparationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, EnvironmentSeparationDistance) == 0x00002C, "Member 'FMassMovingAvoidanceParameters::EnvironmentSeparationDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, PredictiveAvoidanceTime) == 0x000030, "Member 'FMassMovingAvoidanceParameters::PredictiveAvoidanceTime' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, PredictiveAvoidanceRadiusScale) == 0x000034, "Member 'FMassMovingAvoidanceParameters::PredictiveAvoidanceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, PredictiveAvoidanceDistance) == 0x000038, "Member 'FMassMovingAvoidanceParameters::PredictiveAvoidanceDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, ObstaclePredictiveAvoidanceStiffness) == 0x00003C, "Member 'FMassMovingAvoidanceParameters::ObstaclePredictiveAvoidanceStiffness' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingAvoidanceParameters, EnvironmentPredictiveAvoidanceStiffness) == 0x000040, "Member 'FMassMovingAvoidanceParameters::EnvironmentPredictiveAvoidanceStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStandingAvoidanceParameters \ +static_assert(alignof(FMassStandingAvoidanceParameters) == 0x000004, "Wrong alignment on FMassStandingAvoidanceParameters"); \ +static_assert(sizeof(FMassStandingAvoidanceParameters) == 0x000034, "Wrong size on FMassStandingAvoidanceParameters"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostObstacleDetectionDistance) == 0x000000, "Member 'FMassStandingAvoidanceParameters::GhostObstacleDetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostToTargetMaxDeviation) == 0x000004, "Member 'FMassStandingAvoidanceParameters::GhostToTargetMaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostSteeringReactionTime) == 0x000008, "Member 'FMassStandingAvoidanceParameters::GhostSteeringReactionTime' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostStandSlowdownRadius) == 0x00000C, "Member 'FMassStandingAvoidanceParameters::GhostStandSlowdownRadius' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostMaxSpeed) == 0x000010, "Member 'FMassStandingAvoidanceParameters::GhostMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostMaxAcceleration) == 0x000014, "Member 'FMassStandingAvoidanceParameters::GhostMaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostVelocityDampingTime) == 0x000018, "Member 'FMassStandingAvoidanceParameters::GhostVelocityDampingTime' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostSeparationRadiusScale) == 0x00001C, "Member 'FMassStandingAvoidanceParameters::GhostSeparationRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostSeparationDistance) == 0x000020, "Member 'FMassStandingAvoidanceParameters::GhostSeparationDistance' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, GhostSeparationStiffness) == 0x000024, "Member 'FMassStandingAvoidanceParameters::GhostSeparationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, MovingObstacleAvoidanceScale) == 0x000028, "Member 'FMassStandingAvoidanceParameters::MovingObstacleAvoidanceScale' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, MovingObstacleDirectionalScale) == 0x00002C, "Member 'FMassStandingAvoidanceParameters::MovingObstacleDirectionalScale' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingAvoidanceParameters, MovingObstaclePersonalSpaceScale) == 0x000030, "Member 'FMassStandingAvoidanceParameters::MovingObstaclePersonalSpaceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassNavigationEdgesFragment \ +static_assert(alignof(FMassNavigationEdgesFragment) == 0x000008, "Wrong alignment on FMassNavigationEdgesFragment"); \ +static_assert(sizeof(FMassNavigationEdgesFragment) == 0x000248, "Wrong size on FMassNavigationEdgesFragment"); \ + +#define DUMPER7_ASSERTS_FMassMoveTargetFragment \ +static_assert(alignof(FMassMoveTargetFragment) == 0x000008, "Wrong alignment on FMassMoveTargetFragment"); \ +static_assert(sizeof(FMassMoveTargetFragment) == 0x000050, "Wrong size on FMassMoveTargetFragment"); \ + +#define DUMPER7_ASSERTS_FMassGhostLocationFragment \ +static_assert(alignof(FMassGhostLocationFragment) == 0x000008, "Wrong alignment on FMassGhostLocationFragment"); \ +static_assert(sizeof(FMassGhostLocationFragment) == 0x000038, "Wrong size on FMassGhostLocationFragment"); \ + +#define DUMPER7_ASSERTS_FMassNavigationObstacleGridCellLocationFragment \ +static_assert(alignof(FMassNavigationObstacleGridCellLocationFragment) == 0x000004, "Wrong alignment on FMassNavigationObstacleGridCellLocationFragment"); \ +static_assert(sizeof(FMassNavigationObstacleGridCellLocationFragment) == 0x00000C, "Wrong size on FMassNavigationObstacleGridCellLocationFragment"); \ + +#define DUMPER7_ASSERTS_FMassAvoidanceColliderFragment \ +static_assert(alignof(FMassAvoidanceColliderFragment) == 0x000004, "Wrong alignment on FMassAvoidanceColliderFragment"); \ +static_assert(sizeof(FMassAvoidanceColliderFragment) == 0x00000C, "Wrong size on FMassAvoidanceColliderFragment"); \ + +#define DUMPER7_ASSERTS_FMassInNavigationObstacleGridTag \ +static_assert(alignof(FMassInNavigationObstacleGridTag) == 0x000001, "Wrong alignment on FMassInNavigationObstacleGridTag"); \ +static_assert(sizeof(FMassInNavigationObstacleGridTag) == 0x000001, "Wrong size on FMassInNavigationObstacleGridTag"); \ + +#define DUMPER7_ASSERTS_FMassSmoothOrientationWeights \ +static_assert(alignof(FMassSmoothOrientationWeights) == 0x000004, "Wrong alignment on FMassSmoothOrientationWeights"); \ +static_assert(sizeof(FMassSmoothOrientationWeights) == 0x000008, "Wrong size on FMassSmoothOrientationWeights"); \ +static_assert(offsetof(FMassSmoothOrientationWeights, MoveTargetWeight) == 0x000000, "Member 'FMassSmoothOrientationWeights::MoveTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(FMassSmoothOrientationWeights, VelocityWeight) == 0x000004, "Member 'FMassSmoothOrientationWeights::VelocityWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSmoothOrientationParameters \ +static_assert(alignof(FMassSmoothOrientationParameters) == 0x000004, "Wrong alignment on FMassSmoothOrientationParameters"); \ +static_assert(sizeof(FMassSmoothOrientationParameters) == 0x000018, "Wrong size on FMassSmoothOrientationParameters"); \ +static_assert(offsetof(FMassSmoothOrientationParameters, EndOfPathDuration) == 0x000000, "Member 'FMassSmoothOrientationParameters::EndOfPathDuration' has a wrong offset!"); \ +static_assert(offsetof(FMassSmoothOrientationParameters, OrientationSmoothingTime) == 0x000004, "Member 'FMassSmoothOrientationParameters::OrientationSmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(FMassSmoothOrientationParameters, Moving) == 0x000008, "Member 'FMassSmoothOrientationParameters::Moving' has a wrong offset!"); \ +static_assert(offsetof(FMassSmoothOrientationParameters, Standing) == 0x000010, "Member 'FMassSmoothOrientationParameters::Standing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassSteeringFragment \ +static_assert(alignof(FMassSteeringFragment) == 0x000008, "Wrong alignment on FMassSteeringFragment"); \ +static_assert(sizeof(FMassSteeringFragment) == 0x000018, "Wrong size on FMassSteeringFragment"); \ + +#define DUMPER7_ASSERTS_FMassStandingSteeringFragment \ +static_assert(alignof(FMassStandingSteeringFragment) == 0x000008, "Wrong alignment on FMassStandingSteeringFragment"); \ +static_assert(sizeof(FMassStandingSteeringFragment) == 0x000028, "Wrong size on FMassStandingSteeringFragment"); \ + +#define DUMPER7_ASSERTS_FMassMovingSteeringParameters \ +static_assert(alignof(FMassMovingSteeringParameters) == 0x000004, "Wrong alignment on FMassMovingSteeringParameters"); \ +static_assert(sizeof(FMassMovingSteeringParameters) == 0x000008, "Wrong size on FMassMovingSteeringParameters"); \ +static_assert(offsetof(FMassMovingSteeringParameters, ReactionTime) == 0x000000, "Member 'FMassMovingSteeringParameters::ReactionTime' has a wrong offset!"); \ +static_assert(offsetof(FMassMovingSteeringParameters, LookAheadTime) == 0x000004, "Member 'FMassMovingSteeringParameters::LookAheadTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStandingSteeringParameters \ +static_assert(alignof(FMassStandingSteeringParameters) == 0x000004, "Wrong alignment on FMassStandingSteeringParameters"); \ +static_assert(sizeof(FMassStandingSteeringParameters) == 0x000020, "Wrong size on FMassStandingSteeringParameters"); \ +static_assert(offsetof(FMassStandingSteeringParameters, ReactionTime) == 0x000000, "Member 'FMassStandingSteeringParameters::ReactionTime' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, TargetMoveThreshold) == 0x000004, "Member 'FMassStandingSteeringParameters::TargetMoveThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, TargetMoveThresholdVariance) == 0x000008, "Member 'FMassStandingSteeringParameters::TargetMoveThresholdVariance' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, LowSpeedThreshold) == 0x00000C, "Member 'FMassStandingSteeringParameters::LowSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, TargetSpeedHysteresisScale) == 0x000010, "Member 'FMassStandingSteeringParameters::TargetSpeedHysteresisScale' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, TargetSelectionCooldown) == 0x000014, "Member 'FMassStandingSteeringParameters::TargetSelectionCooldown' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, TargetSelectionCooldownVariance) == 0x000018, "Member 'FMassStandingSteeringParameters::TargetSelectionCooldownVariance' has a wrong offset!"); \ +static_assert(offsetof(FMassStandingSteeringParameters, DeadZoneRadius) == 0x00001C, "Member 'FMassStandingSteeringParameters::DeadZoneRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassMovingAvoidanceProcessor \ +static_assert(alignof(UMassMovingAvoidanceProcessor) == 0x000008, "Wrong alignment on UMassMovingAvoidanceProcessor"); \ +static_assert(sizeof(UMassMovingAvoidanceProcessor) == 0x000370, "Wrong size on UMassMovingAvoidanceProcessor"); \ + +#define DUMPER7_ASSERTS_UMassStandingAvoidanceProcessor \ +static_assert(alignof(UMassStandingAvoidanceProcessor) == 0x000008, "Wrong alignment on UMassStandingAvoidanceProcessor"); \ +static_assert(sizeof(UMassStandingAvoidanceProcessor) == 0x000370, "Wrong size on UMassStandingAvoidanceProcessor"); \ + +#define DUMPER7_ASSERTS_UMassObstacleAvoidanceTrait \ +static_assert(alignof(UMassObstacleAvoidanceTrait) == 0x000008, "Wrong alignment on UMassObstacleAvoidanceTrait"); \ +static_assert(sizeof(UMassObstacleAvoidanceTrait) == 0x0000A0, "Wrong size on UMassObstacleAvoidanceTrait"); \ +static_assert(offsetof(UMassObstacleAvoidanceTrait, MovingParameters) == 0x000028, "Member 'UMassObstacleAvoidanceTrait::MovingParameters' has a wrong offset!"); \ +static_assert(offsetof(UMassObstacleAvoidanceTrait, StandingParameters) == 0x00006C, "Member 'UMassObstacleAvoidanceTrait::StandingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassNavigationObstacleTrait \ +static_assert(alignof(UMassNavigationObstacleTrait) == 0x000008, "Wrong alignment on UMassNavigationObstacleTrait"); \ +static_assert(sizeof(UMassNavigationObstacleTrait) == 0x000028, "Wrong size on UMassNavigationObstacleTrait"); \ + +#define DUMPER7_ASSERTS_UMassOffLODNavigationProcessor \ +static_assert(alignof(UMassOffLODNavigationProcessor) == 0x000008, "Wrong alignment on UMassOffLODNavigationProcessor"); \ +static_assert(sizeof(UMassOffLODNavigationProcessor) == 0x000360, "Wrong size on UMassOffLODNavigationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassNavigationSmoothHeightProcessor \ +static_assert(alignof(UMassNavigationSmoothHeightProcessor) == 0x000008, "Wrong alignment on UMassNavigationSmoothHeightProcessor"); \ +static_assert(sizeof(UMassNavigationSmoothHeightProcessor) == 0x000360, "Wrong size on UMassNavigationSmoothHeightProcessor"); \ + +#define DUMPER7_ASSERTS_UMassMoveTargetFragmentInitializer \ +static_assert(alignof(UMassMoveTargetFragmentInitializer) == 0x000008, "Wrong alignment on UMassMoveTargetFragmentInitializer"); \ +static_assert(sizeof(UMassMoveTargetFragmentInitializer) == 0x000380, "Wrong size on UMassMoveTargetFragmentInitializer"); \ + +#define DUMPER7_ASSERTS_UMassNavigationObstacleGridProcessor \ +static_assert(alignof(UMassNavigationObstacleGridProcessor) == 0x000008, "Wrong alignment on UMassNavigationObstacleGridProcessor"); \ +static_assert(sizeof(UMassNavigationObstacleGridProcessor) == 0x0008A0, "Wrong size on UMassNavigationObstacleGridProcessor"); \ + +#define DUMPER7_ASSERTS_UMassNavigationObstacleRemoverProcessor \ +static_assert(alignof(UMassNavigationObstacleRemoverProcessor) == 0x000008, "Wrong alignment on UMassNavigationObstacleRemoverProcessor"); \ +static_assert(sizeof(UMassNavigationObstacleRemoverProcessor) == 0x000380, "Wrong size on UMassNavigationObstacleRemoverProcessor"); \ + +#define DUMPER7_ASSERTS_UMassNavigationSubsystem \ +static_assert(alignof(UMassNavigationSubsystem) == 0x000008, "Wrong alignment on UMassNavigationSubsystem"); \ +static_assert(sizeof(UMassNavigationSubsystem) == 0x0000E0, "Wrong size on UMassNavigationSubsystem"); \ + +#define DUMPER7_ASSERTS_UMassSmoothOrientationProcessor \ +static_assert(alignof(UMassSmoothOrientationProcessor) == 0x000008, "Wrong alignment on UMassSmoothOrientationProcessor"); \ +static_assert(sizeof(UMassSmoothOrientationProcessor) == 0x000600, "Wrong size on UMassSmoothOrientationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassSmoothOrientationTrait \ +static_assert(alignof(UMassSmoothOrientationTrait) == 0x000008, "Wrong alignment on UMassSmoothOrientationTrait"); \ +static_assert(sizeof(UMassSmoothOrientationTrait) == 0x000040, "Wrong size on UMassSmoothOrientationTrait"); \ +static_assert(offsetof(UMassSmoothOrientationTrait, Orientation) == 0x000028, "Member 'UMassSmoothOrientationTrait::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSteerToMoveTargetProcessor \ +static_assert(alignof(UMassSteerToMoveTargetProcessor) == 0x000008, "Wrong alignment on UMassSteerToMoveTargetProcessor"); \ +static_assert(sizeof(UMassSteerToMoveTargetProcessor) == 0x000360, "Wrong size on UMassSteerToMoveTargetProcessor"); \ + +#define DUMPER7_ASSERTS_UMassSteeringTrait \ +static_assert(alignof(UMassSteeringTrait) == 0x000008, "Wrong alignment on UMassSteeringTrait"); \ +static_assert(sizeof(UMassSteeringTrait) == 0x000050, "Wrong size on UMassSteeringTrait"); \ +static_assert(offsetof(UMassSteeringTrait, MovingSteering) == 0x000028, "Member 'UMassSteeringTrait::MovingSteering' has a wrong offset!"); \ +static_assert(offsetof(UMassSteeringTrait, StandingSteering) == 0x000030, "Member 'UMassSteeringTrait::StandingSteering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve \ +static_assert(alignof(WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve) == 0x000008, "Wrong alignment on WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve"); \ +static_assert(sizeof(WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve) == 0x000020, "Wrong size on WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve"); \ +static_assert(offsetof(WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve, EntryPoint) == 0x000000, "Member 'WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_BattleNotification_Reserve_C_ExecuteUbergraph_WBP_BattleNotification_Reserve::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleNotification_Reserve_C \ +static_assert(alignof(UWBP_BattleNotification_Reserve_C) == 0x000008, "Wrong alignment on UWBP_BattleNotification_Reserve_C"); \ +static_assert(sizeof(UWBP_BattleNotification_Reserve_C) == 0x000308, "Wrong size on UWBP_BattleNotification_Reserve_C"); \ +static_assert(offsetof(UWBP_BattleNotification_Reserve_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleNotification_Reserve_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleNotification_Reserve_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_BattleNotification_Reserve_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleNotification_Reserve_C, LastStandText) == 0x0002F0, "Member 'UWBP_BattleNotification_Reserve_C::LastStandText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleNotification_Reserve_C, SD_SendReserve) == 0x0002F8, "Member 'UWBP_BattleNotification_Reserve_C::SD_SendReserve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphNavigationParameters \ +static_assert(alignof(FMassZoneGraphNavigationParameters) == 0x000004, "Wrong alignment on FMassZoneGraphNavigationParameters"); \ +static_assert(sizeof(FMassZoneGraphNavigationParameters) == 0x000010, "Wrong size on FMassZoneGraphNavigationParameters"); \ +static_assert(offsetof(FMassZoneGraphNavigationParameters, LaneFilter) == 0x000000, "Member 'FMassZoneGraphNavigationParameters::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FMassZoneGraphNavigationParameters, QueryRadius) == 0x00000C, "Member 'FMassZoneGraphNavigationParameters::QueryRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphShortPathRequest \ +static_assert(alignof(FZoneGraphShortPathRequest) == 0x000008, "Wrong alignment on FZoneGraphShortPathRequest"); \ +static_assert(sizeof(FZoneGraphShortPathRequest) == 0x000048, "Wrong size on FZoneGraphShortPathRequest"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, StartPosition) == 0x000000, "Member 'FZoneGraphShortPathRequest::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, EndOfPathPosition) == 0x000018, "Member 'FZoneGraphShortPathRequest::EndOfPathPosition' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, NextLaneHandle) == 0x000030, "Member 'FZoneGraphShortPathRequest::NextLaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, TargetDistance) == 0x000038, "Member 'FZoneGraphShortPathRequest::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, EndOfPathDirection) == 0x00003C, "Member 'FZoneGraphShortPathRequest::EndOfPathDirection' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, AnticipationDistance) == 0x000040, "Member 'FZoneGraphShortPathRequest::AnticipationDistance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, EndOfPathOffset) == 0x000042, "Member 'FZoneGraphShortPathRequest::EndOfPathOffset' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, EndOfPathIntent) == 0x000044, "Member 'FZoneGraphShortPathRequest::EndOfPathIntent' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphShortPathRequest, NextExitLinkType) == 0x000045, "Member 'FZoneGraphShortPathRequest::NextExitLinkType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphPathRequestFragment \ +static_assert(alignof(FMassZoneGraphPathRequestFragment) == 0x000008, "Wrong alignment on FMassZoneGraphPathRequestFragment"); \ +static_assert(sizeof(FMassZoneGraphPathRequestFragment) == 0x000048, "Wrong size on FMassZoneGraphPathRequestFragment"); \ +static_assert(offsetof(FMassZoneGraphPathRequestFragment, PathRequest) == 0x000000, "Member 'FMassZoneGraphPathRequestFragment::PathRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphLaneLocationFragment \ +static_assert(alignof(FMassZoneGraphLaneLocationFragment) == 0x000004, "Wrong alignment on FMassZoneGraphLaneLocationFragment"); \ +static_assert(sizeof(FMassZoneGraphLaneLocationFragment) == 0x000010, "Wrong size on FMassZoneGraphLaneLocationFragment"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphCachedLaneFragment \ +static_assert(alignof(FMassZoneGraphCachedLaneFragment) == 0x000008, "Wrong alignment on FMassZoneGraphCachedLaneFragment"); \ +static_assert(sizeof(FMassZoneGraphCachedLaneFragment) == 0x0000A8, "Wrong size on FMassZoneGraphCachedLaneFragment"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphPathPoint \ +static_assert(alignof(FMassZoneGraphPathPoint) == 0x000008, "Wrong alignment on FMassZoneGraphPathPoint"); \ +static_assert(sizeof(FMassZoneGraphPathPoint) == 0x000020, "Wrong size on FMassZoneGraphPathPoint"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphShortPathFragment \ +static_assert(alignof(FMassZoneGraphShortPathFragment) == 0x000008, "Wrong alignment on FMassZoneGraphShortPathFragment"); \ +static_assert(sizeof(FMassZoneGraphShortPathFragment) == 0x000078, "Wrong size on FMassZoneGraphShortPathFragment"); \ + +#define DUMPER7_ASSERTS_FMassLaneCacheBoundaryFragment \ +static_assert(alignof(FMassLaneCacheBoundaryFragment) == 0x000008, "Wrong alignment on FMassLaneCacheBoundaryFragment"); \ +static_assert(sizeof(FMassLaneCacheBoundaryFragment) == 0x000020, "Wrong size on FMassLaneCacheBoundaryFragment"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphLocationInitializer \ +static_assert(alignof(UMassZoneGraphLocationInitializer) == 0x000008, "Wrong alignment on UMassZoneGraphLocationInitializer"); \ +static_assert(sizeof(UMassZoneGraphLocationInitializer) == 0x000380, "Wrong size on UMassZoneGraphLocationInitializer"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphPathFollowProcessor \ +static_assert(alignof(UMassZoneGraphPathFollowProcessor) == 0x000010, "Wrong alignment on UMassZoneGraphPathFollowProcessor"); \ +static_assert(sizeof(UMassZoneGraphPathFollowProcessor) == 0x000370, "Wrong size on UMassZoneGraphPathFollowProcessor"); \ +static_assert(offsetof(UMassZoneGraphPathFollowProcessor, SignalSubsystem) == 0x000360, "Member 'UMassZoneGraphPathFollowProcessor::SignalSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphLaneCacheBoundaryProcessor \ +static_assert(alignof(UMassZoneGraphLaneCacheBoundaryProcessor) == 0x000008, "Wrong alignment on UMassZoneGraphLaneCacheBoundaryProcessor"); \ +static_assert(sizeof(UMassZoneGraphLaneCacheBoundaryProcessor) == 0x000370, "Wrong size on UMassZoneGraphLaneCacheBoundaryProcessor"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphNavigationTrait \ +static_assert(alignof(UMassZoneGraphNavigationTrait) == 0x000008, "Wrong alignment on UMassZoneGraphNavigationTrait"); \ +static_assert(sizeof(UMassZoneGraphNavigationTrait) == 0x000038, "Wrong size on UMassZoneGraphNavigationTrait"); \ +static_assert(offsetof(UMassZoneGraphNavigationTrait, NavigationParameters) == 0x000028, "Member 'UMassZoneGraphNavigationTrait::NavigationParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Sophie_Opti__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData) == 0x000730, "Wrong size on ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, __NameProperty_100) == 0x000004, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::__NameProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, __NameProperty_101) == 0x00000C, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::__NameProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, __StructProperty_102) == 0x000018, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::__StructProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000130, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_19) == 0x000160, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_18) == 0x000190, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_17) == 0x0001C0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_16) == 0x0001F0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_15) == 0x000220, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_14) == 0x000250, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_13) == 0x000280, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_12) == 0x0002B0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x0002E0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x000310, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000340, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000370, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x0003A0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x0003D0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x000400, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000430, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000460, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000490, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x0004C0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x0004F0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000520, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_9) == 0x000550, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_8) == 0x000580, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_7) == 0x0005B0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_6) == 0x0005E0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_5) == 0x000610, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_4) == 0x000640, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_3) == 0x000670, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_2) == 0x0006A0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_1) == 0x0006D0, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController) == 0x000700, "Member 'ABP_PostProcess_Sophie_Opti::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Sophie_Opti_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Sophie_Opti_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Sophie_Opti_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Sophie_Opti_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Sophie_Opti_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Sophie_Opti_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Sophie_Opti_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_PostProcess_Sophie_Opti_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti \ +static_assert(alignof(ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti) == 0x000004, "Wrong alignment on ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti"); \ +static_assert(sizeof(ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti) == 0x000008, "Wrong size on ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_PostProcess_Sophie_Opti_C_ExecuteUbergraph_ABP_PostProcess_Sophie_Opti::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Sophie_Opti_C \ +static_assert(alignof(UABP_PostProcess_Sophie_Opti_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Sophie_Opti_C"); \ +static_assert(sizeof(UABP_PostProcess_Sophie_Opti_C) == 0x0076C0, "Wrong size on UABP_PostProcess_Sophie_Opti_C"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Sophie_Opti_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_LinkedInputPose) == 0x0003A8, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_LocalToComponentSpace) == 0x000460, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_19) == 0x000480, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_18) == 0x0009A0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_17) == 0x000EC0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_16) == 0x0013E0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_15) == 0x001900, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_14) == 0x001E20, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_13) == 0x002340, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_12) == 0x002860, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_11) == 0x002D80, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_10) == 0x0032A0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_9) == 0x0037C0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_8) == 0x003CE0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_7) == 0x004200, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_6) == 0x004720, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_5) == 0x004C40, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_4) == 0x005160, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_3) == 0x005680, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_2) == 0x005BA0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics_1) == 0x0060C0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_AnimDynamics) == 0x0065E0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_ComponentToLocalSpace) == 0x006B00, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_9) == 0x006B20, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_8) == 0x006C48, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_7) == 0x006D70, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_6) == 0x006E98, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_5) == 0x006FC0, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_4) == 0x0070E8, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_3) == 0x007210, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_2) == 0x007338, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController_1) == 0x007460, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, AnimGraphNode_BoneDrivenController) == 0x007588, "Member 'UABP_PostProcess_Sophie_Opti_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Sophie_Opti_C, ShouldDisablePostProcess) == 0x0076B0, "Member 'UABP_PostProcess_Sophie_Opti_C::ShouldDisablePostProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassClaimSmartObjectTaskInstanceData \ +static_assert(alignof(FMassClaimSmartObjectTaskInstanceData) == 0x000008, "Wrong alignment on FMassClaimSmartObjectTaskInstanceData"); \ +static_assert(sizeof(FMassClaimSmartObjectTaskInstanceData) == 0x000030, "Wrong size on FMassClaimSmartObjectTaskInstanceData"); \ +static_assert(offsetof(FMassClaimSmartObjectTaskInstanceData, CandidateSlots) == 0x000000, "Member 'FMassClaimSmartObjectTaskInstanceData::CandidateSlots' has a wrong offset!"); \ +static_assert(offsetof(FMassClaimSmartObjectTaskInstanceData, ClaimedSlot) == 0x000010, "Member 'FMassClaimSmartObjectTaskInstanceData::ClaimedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeTaskBase \ +static_assert(alignof(FMassStateTreeTaskBase) == 0x000008, "Wrong alignment on FMassStateTreeTaskBase"); \ +static_assert(sizeof(FMassStateTreeTaskBase) == 0x000028, "Wrong size on FMassStateTreeTaskBase"); \ + +#define DUMPER7_ASSERTS_FMassClaimSmartObjectTask \ +static_assert(alignof(FMassClaimSmartObjectTask) == 0x000008, "Wrong alignment on FMassClaimSmartObjectTask"); \ +static_assert(sizeof(FMassClaimSmartObjectTask) == 0x000040, "Wrong size on FMassClaimSmartObjectTask"); \ +static_assert(offsetof(FMassClaimSmartObjectTask, InteractionCooldown) == 0x00003C, "Member 'FMassClaimSmartObjectTask::InteractionCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassComponentHitEvaluatorInstanceData \ +static_assert(alignof(FMassComponentHitEvaluatorInstanceData) == 0x000008, "Wrong alignment on FMassComponentHitEvaluatorInstanceData"); \ +static_assert(sizeof(FMassComponentHitEvaluatorInstanceData) == 0x000010, "Wrong size on FMassComponentHitEvaluatorInstanceData"); \ +static_assert(offsetof(FMassComponentHitEvaluatorInstanceData, bGotHit) == 0x000000, "Member 'FMassComponentHitEvaluatorInstanceData::bGotHit' has a wrong offset!"); \ +static_assert(offsetof(FMassComponentHitEvaluatorInstanceData, LastHitEntity) == 0x000008, "Member 'FMassComponentHitEvaluatorInstanceData::LastHitEntity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeEvaluatorBase \ +static_assert(alignof(FMassStateTreeEvaluatorBase) == 0x000008, "Wrong alignment on FMassStateTreeEvaluatorBase"); \ +static_assert(sizeof(FMassStateTreeEvaluatorBase) == 0x000020, "Wrong size on FMassStateTreeEvaluatorBase"); \ + +#define DUMPER7_ASSERTS_FMassComponentHitEvaluator \ +static_assert(alignof(FMassComponentHitEvaluator) == 0x000008, "Wrong alignment on FMassComponentHitEvaluator"); \ +static_assert(sizeof(FMassComponentHitEvaluator) == 0x000028, "Wrong size on FMassComponentHitEvaluator"); \ + +#define DUMPER7_ASSERTS_FMassHitResult \ +static_assert(alignof(FMassHitResult) == 0x000008, "Wrong alignment on FMassHitResult"); \ +static_assert(sizeof(FMassHitResult) == 0x000018, "Wrong size on FMassHitResult"); \ + +#define DUMPER7_ASSERTS_FMassFindSmartObjectTaskInstanceData \ +static_assert(alignof(FMassFindSmartObjectTaskInstanceData) == 0x000008, "Wrong alignment on FMassFindSmartObjectTaskInstanceData"); \ +static_assert(sizeof(FMassFindSmartObjectTaskInstanceData) == 0x0000A8, "Wrong size on FMassFindSmartObjectTaskInstanceData"); \ +static_assert(offsetof(FMassFindSmartObjectTaskInstanceData, FoundCandidateSlots) == 0x000000, "Member 'FMassFindSmartObjectTaskInstanceData::FoundCandidateSlots' has a wrong offset!"); \ +static_assert(offsetof(FMassFindSmartObjectTaskInstanceData, bHasCandidateSlots) == 0x000088, "Member 'FMassFindSmartObjectTaskInstanceData::bHasCandidateSlots' has a wrong offset!"); \ +static_assert(offsetof(FMassFindSmartObjectTaskInstanceData, SearchRequestID) == 0x000090, "Member 'FMassFindSmartObjectTaskInstanceData::SearchRequestID' has a wrong offset!"); \ +static_assert(offsetof(FMassFindSmartObjectTaskInstanceData, NextUpdate) == 0x000098, "Member 'FMassFindSmartObjectTaskInstanceData::NextUpdate' has a wrong offset!"); \ +static_assert(offsetof(FMassFindSmartObjectTaskInstanceData, LastLane) == 0x0000A0, "Member 'FMassFindSmartObjectTaskInstanceData::LastLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassFindSmartObjectTask \ +static_assert(alignof(FMassFindSmartObjectTask) == 0x000008, "Wrong alignment on FMassFindSmartObjectTask"); \ +static_assert(sizeof(FMassFindSmartObjectTask) == 0x000098, "Wrong size on FMassFindSmartObjectTask"); \ +static_assert(offsetof(FMassFindSmartObjectTask, ActivityRequirements) == 0x000048, "Member 'FMassFindSmartObjectTask::ActivityRequirements' has a wrong offset!"); \ +static_assert(offsetof(FMassFindSmartObjectTask, SearchInterval) == 0x000090, "Member 'FMassFindSmartObjectTask::SearchInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassLookAtFragment \ +static_assert(alignof(FMassLookAtFragment) == 0x000008, "Wrong alignment on FMassLookAtFragment"); \ +static_assert(sizeof(FMassLookAtFragment) == 0x000058, "Wrong size on FMassLookAtFragment"); \ +static_assert(offsetof(FMassLookAtFragment, Direction) == 0x000000, "Member 'FMassLookAtFragment::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, GazeDirection) == 0x000018, "Member 'FMassLookAtFragment::GazeDirection' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, TrackedEntity) == 0x000030, "Member 'FMassLookAtFragment::TrackedEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, GazeTrackedEntity) == 0x000038, "Member 'FMassLookAtFragment::GazeTrackedEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, GazeStartTime) == 0x000040, "Member 'FMassLookAtFragment::GazeStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, GazeDuration) == 0x000048, "Member 'FMassLookAtFragment::GazeDuration' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, LastSeenActionID) == 0x00004C, "Member 'FMassLookAtFragment::LastSeenActionID' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, LookAtMode) == 0x00004E, "Member 'FMassLookAtFragment::LookAtMode' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, RandomGazeMode) == 0x00004F, "Member 'FMassLookAtFragment::RandomGazeMode' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, RandomGazeYawVariation) == 0x000050, "Member 'FMassLookAtFragment::RandomGazeYawVariation' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtFragment, RandomGazePitchVariation) == 0x000051, "Member 'FMassLookAtFragment::RandomGazePitchVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassLookAtTargetTag \ +static_assert(alignof(FMassLookAtTargetTag) == 0x000001, "Wrong alignment on FMassLookAtTargetTag"); \ +static_assert(sizeof(FMassLookAtTargetTag) == 0x000001, "Wrong size on FMassLookAtTargetTag"); \ + +#define DUMPER7_ASSERTS_FMassLookAtTrajectoryPoint \ +static_assert(alignof(FMassLookAtTrajectoryPoint) == 0x000008, "Wrong alignment on FMassLookAtTrajectoryPoint"); \ +static_assert(sizeof(FMassLookAtTrajectoryPoint) == 0x000020, "Wrong size on FMassLookAtTrajectoryPoint"); \ + +#define DUMPER7_ASSERTS_FMassLookAtTrajectoryFragment \ +static_assert(alignof(FMassLookAtTrajectoryFragment) == 0x000008, "Wrong alignment on FMassLookAtTrajectoryFragment"); \ +static_assert(sizeof(FMassLookAtTrajectoryFragment) == 0x000070, "Wrong size on FMassLookAtTrajectoryFragment"); \ + +#define DUMPER7_ASSERTS_FMassLookAtTaskInstanceData \ +static_assert(alignof(FMassLookAtTaskInstanceData) == 0x000008, "Wrong alignment on FMassLookAtTaskInstanceData"); \ +static_assert(sizeof(FMassLookAtTaskInstanceData) == 0x000010, "Wrong size on FMassLookAtTaskInstanceData"); \ +static_assert(offsetof(FMassLookAtTaskInstanceData, TargetEntity) == 0x000000, "Member 'FMassLookAtTaskInstanceData::TargetEntity' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTaskInstanceData, Duration) == 0x000008, "Member 'FMassLookAtTaskInstanceData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTaskInstanceData, Time) == 0x00000C, "Member 'FMassLookAtTaskInstanceData::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassLookAtTask \ +static_assert(alignof(FMassLookAtTask) == 0x000008, "Wrong alignment on FMassLookAtTask"); \ +static_assert(sizeof(FMassLookAtTask) == 0x000040, "Wrong size on FMassLookAtTask"); \ +static_assert(offsetof(FMassLookAtTask, LookAtMode) == 0x000034, "Member 'FMassLookAtTask::LookAtMode' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTask, RandomGazeMode) == 0x000035, "Member 'FMassLookAtTask::RandomGazeMode' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTask, RandomGazeYawVariation) == 0x000036, "Member 'FMassLookAtTask::RandomGazeYawVariation' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTask, RandomGazePitchVariation) == 0x000037, "Member 'FMassLookAtTask::RandomGazePitchVariation' has a wrong offset!"); \ +static_assert(offsetof(FMassLookAtTask, bRandomGazeEntities) == 0x000038, "Member 'FMassLookAtTask::bRandomGazeEntities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeInstanceFragment \ +static_assert(alignof(FMassStateTreeInstanceFragment) == 0x000008, "Wrong alignment on FMassStateTreeInstanceFragment"); \ +static_assert(sizeof(FMassStateTreeInstanceFragment) == 0x000010, "Wrong size on FMassStateTreeInstanceFragment"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeSharedFragment \ +static_assert(alignof(FMassStateTreeSharedFragment) == 0x000008, "Wrong alignment on FMassStateTreeSharedFragment"); \ +static_assert(sizeof(FMassStateTreeSharedFragment) == 0x000008, "Wrong size on FMassStateTreeSharedFragment"); \ +static_assert(offsetof(FMassStateTreeSharedFragment, StateTree) == 0x000000, "Member 'FMassStateTreeSharedFragment::StateTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeActivatedTag \ +static_assert(alignof(FMassStateTreeActivatedTag) == 0x000001, "Wrong alignment on FMassStateTreeActivatedTag"); \ +static_assert(sizeof(FMassStateTreeActivatedTag) == 0x000001, "Wrong size on FMassStateTreeActivatedTag"); \ + +#define DUMPER7_ASSERTS_FMassStateTreeInstanceDataItem \ +static_assert(alignof(FMassStateTreeInstanceDataItem) == 0x000008, "Wrong alignment on FMassStateTreeInstanceDataItem"); \ +static_assert(sizeof(FMassStateTreeInstanceDataItem) == 0x000018, "Wrong size on FMassStateTreeInstanceDataItem"); \ +static_assert(offsetof(FMassStateTreeInstanceDataItem, InstanceData) == 0x000000, "Member 'FMassStateTreeInstanceDataItem::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FMassStateTreeInstanceDataItem, Generation) == 0x000010, "Member 'FMassStateTreeInstanceDataItem::Generation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassUseSmartObjectTaskInstanceData \ +static_assert(alignof(FMassUseSmartObjectTaskInstanceData) == 0x000008, "Wrong alignment on FMassUseSmartObjectTaskInstanceData"); \ +static_assert(sizeof(FMassUseSmartObjectTaskInstanceData) == 0x000020, "Wrong size on FMassUseSmartObjectTaskInstanceData"); \ +static_assert(offsetof(FMassUseSmartObjectTaskInstanceData, ClaimedSlot) == 0x000000, "Member 'FMassUseSmartObjectTaskInstanceData::ClaimedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassUseSmartObjectTask \ +static_assert(alignof(FMassUseSmartObjectTask) == 0x000008, "Wrong alignment on FMassUseSmartObjectTask"); \ +static_assert(sizeof(FMassUseSmartObjectTask) == 0x000048, "Wrong size on FMassUseSmartObjectTask"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphAnnotationEvaluatorInstanceData \ +static_assert(alignof(FMassZoneGraphAnnotationEvaluatorInstanceData) == 0x000004, "Wrong alignment on FMassZoneGraphAnnotationEvaluatorInstanceData"); \ +static_assert(sizeof(FMassZoneGraphAnnotationEvaluatorInstanceData) == 0x000004, "Wrong size on FMassZoneGraphAnnotationEvaluatorInstanceData"); \ +static_assert(offsetof(FMassZoneGraphAnnotationEvaluatorInstanceData, AnnotationTags) == 0x000000, "Member 'FMassZoneGraphAnnotationEvaluatorInstanceData::AnnotationTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphAnnotationEvaluator \ +static_assert(alignof(FMassZoneGraphAnnotationEvaluator) == 0x000008, "Wrong alignment on FMassZoneGraphAnnotationEvaluator"); \ +static_assert(sizeof(FMassZoneGraphAnnotationEvaluator) == 0x000028, "Wrong size on FMassZoneGraphAnnotationEvaluator"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphAnnotationFragment \ +static_assert(alignof(FMassZoneGraphAnnotationFragment) == 0x000004, "Wrong alignment on FMassZoneGraphAnnotationFragment"); \ +static_assert(sizeof(FMassZoneGraphAnnotationFragment) == 0x000004, "Wrong size on FMassZoneGraphAnnotationFragment"); \ +static_assert(offsetof(FMassZoneGraphAnnotationFragment, Tags) == 0x000000, "Member 'FMassZoneGraphAnnotationFragment::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphAnnotationVariableTickChunkFragment \ +static_assert(alignof(FMassZoneGraphAnnotationVariableTickChunkFragment) == 0x000004, "Wrong alignment on FMassZoneGraphAnnotationVariableTickChunkFragment"); \ +static_assert(sizeof(FMassZoneGraphAnnotationVariableTickChunkFragment) == 0x000008, "Wrong size on FMassZoneGraphAnnotationVariableTickChunkFragment"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphTargetLocation \ +static_assert(alignof(FMassZoneGraphTargetLocation) == 0x000008, "Wrong alignment on FMassZoneGraphTargetLocation"); \ +static_assert(sizeof(FMassZoneGraphTargetLocation) == 0x000060, "Wrong size on FMassZoneGraphTargetLocation"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindEscapeTargetInstanceData \ +static_assert(alignof(FMassZoneGraphFindEscapeTargetInstanceData) == 0x000008, "Wrong alignment on FMassZoneGraphFindEscapeTargetInstanceData"); \ +static_assert(sizeof(FMassZoneGraphFindEscapeTargetInstanceData) == 0x000060, "Wrong size on FMassZoneGraphFindEscapeTargetInstanceData"); \ +static_assert(offsetof(FMassZoneGraphFindEscapeTargetInstanceData, EscapeTargetLocation) == 0x000000, "Member 'FMassZoneGraphFindEscapeTargetInstanceData::EscapeTargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindEscapeTarget \ +static_assert(alignof(FMassZoneGraphFindEscapeTarget) == 0x000008, "Wrong alignment on FMassZoneGraphFindEscapeTarget"); \ +static_assert(sizeof(FMassZoneGraphFindEscapeTarget) == 0x000040, "Wrong size on FMassZoneGraphFindEscapeTarget"); \ +static_assert(offsetof(FMassZoneGraphFindEscapeTarget, DisturbanceAnnotationTag) == 0x00003A, "Member 'FMassZoneGraphFindEscapeTarget::DisturbanceAnnotationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindSmartObjectTargetInstanceData \ +static_assert(alignof(FMassZoneGraphFindSmartObjectTargetInstanceData) == 0x000008, "Wrong alignment on FMassZoneGraphFindSmartObjectTargetInstanceData"); \ +static_assert(sizeof(FMassZoneGraphFindSmartObjectTargetInstanceData) == 0x000080, "Wrong size on FMassZoneGraphFindSmartObjectTargetInstanceData"); \ +static_assert(offsetof(FMassZoneGraphFindSmartObjectTargetInstanceData, ClaimedSlot) == 0x000000, "Member 'FMassZoneGraphFindSmartObjectTargetInstanceData::ClaimedSlot' has a wrong offset!"); \ +static_assert(offsetof(FMassZoneGraphFindSmartObjectTargetInstanceData, SmartObjectLocation) == 0x000020, "Member 'FMassZoneGraphFindSmartObjectTargetInstanceData::SmartObjectLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindSmartObjectTarget \ +static_assert(alignof(FMassZoneGraphFindSmartObjectTarget) == 0x000008, "Wrong alignment on FMassZoneGraphFindSmartObjectTarget"); \ +static_assert(sizeof(FMassZoneGraphFindSmartObjectTarget) == 0x000040, "Wrong size on FMassZoneGraphFindSmartObjectTarget"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphPathFollowTaskInstanceData \ +static_assert(alignof(FMassZoneGraphPathFollowTaskInstanceData) == 0x000008, "Wrong alignment on FMassZoneGraphPathFollowTaskInstanceData"); \ +static_assert(sizeof(FMassZoneGraphPathFollowTaskInstanceData) == 0x000030, "Wrong size on FMassZoneGraphPathFollowTaskInstanceData"); \ +static_assert(offsetof(FMassZoneGraphPathFollowTaskInstanceData, TargetLocation) == 0x000000, "Member 'FMassZoneGraphPathFollowTaskInstanceData::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FMassZoneGraphPathFollowTaskInstanceData, MovementStyle) == 0x000010, "Member 'FMassZoneGraphPathFollowTaskInstanceData::MovementStyle' has a wrong offset!"); \ +static_assert(offsetof(FMassZoneGraphPathFollowTaskInstanceData, SpeedScale) == 0x000028, "Member 'FMassZoneGraphPathFollowTaskInstanceData::SpeedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphPathFollowTask \ +static_assert(alignof(FMassZoneGraphPathFollowTask) == 0x000008, "Wrong alignment on FMassZoneGraphPathFollowTask"); \ +static_assert(sizeof(FMassZoneGraphPathFollowTask) == 0x000058, "Wrong size on FMassZoneGraphPathFollowTask"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphStandTaskInstanceData \ +static_assert(alignof(FMassZoneGraphStandTaskInstanceData) == 0x000004, "Wrong alignment on FMassZoneGraphStandTaskInstanceData"); \ +static_assert(sizeof(FMassZoneGraphStandTaskInstanceData) == 0x000008, "Wrong size on FMassZoneGraphStandTaskInstanceData"); \ +static_assert(offsetof(FMassZoneGraphStandTaskInstanceData, Duration) == 0x000000, "Member 'FMassZoneGraphStandTaskInstanceData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FMassZoneGraphStandTaskInstanceData, Time) == 0x000004, "Member 'FMassZoneGraphStandTaskInstanceData::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphStandTask \ +static_assert(alignof(FMassZoneGraphStandTask) == 0x000008, "Wrong alignment on FMassZoneGraphStandTask"); \ +static_assert(sizeof(FMassZoneGraphStandTask) == 0x000058, "Wrong size on FMassZoneGraphStandTask"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagFilterConditionInstanceData \ +static_assert(alignof(FZoneGraphTagFilterConditionInstanceData) == 0x000004, "Wrong alignment on FZoneGraphTagFilterConditionInstanceData"); \ +static_assert(sizeof(FZoneGraphTagFilterConditionInstanceData) == 0x000004, "Wrong size on FZoneGraphTagFilterConditionInstanceData"); \ +static_assert(offsetof(FZoneGraphTagFilterConditionInstanceData, Tags) == 0x000000, "Member 'FZoneGraphTagFilterConditionInstanceData::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagFilterCondition \ +static_assert(alignof(FZoneGraphTagFilterCondition) == 0x000008, "Wrong alignment on FZoneGraphTagFilterCondition"); \ +static_assert(sizeof(FZoneGraphTagFilterCondition) == 0x000038, "Wrong size on FZoneGraphTagFilterCondition"); \ +static_assert(offsetof(FZoneGraphTagFilterCondition, Filter) == 0x000028, "Member 'FZoneGraphTagFilterCondition::Filter' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagFilterCondition, bInvert) == 0x000034, "Member 'FZoneGraphTagFilterCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagMaskConditionInstanceData \ +static_assert(alignof(FZoneGraphTagMaskConditionInstanceData) == 0x000004, "Wrong alignment on FZoneGraphTagMaskConditionInstanceData"); \ +static_assert(sizeof(FZoneGraphTagMaskConditionInstanceData) == 0x000008, "Wrong size on FZoneGraphTagMaskConditionInstanceData"); \ +static_assert(offsetof(FZoneGraphTagMaskConditionInstanceData, Left) == 0x000000, "Member 'FZoneGraphTagMaskConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagMaskConditionInstanceData, Right) == 0x000004, "Member 'FZoneGraphTagMaskConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagMaskCondition \ +static_assert(alignof(FZoneGraphTagMaskCondition) == 0x000008, "Wrong alignment on FZoneGraphTagMaskCondition"); \ +static_assert(sizeof(FZoneGraphTagMaskCondition) == 0x000030, "Wrong size on FZoneGraphTagMaskCondition"); \ +static_assert(offsetof(FZoneGraphTagMaskCondition, Operator) == 0x000028, "Member 'FZoneGraphTagMaskCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagMaskCondition, bInvert) == 0x000029, "Member 'FZoneGraphTagMaskCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagConditionInstanceData \ +static_assert(alignof(FZoneGraphTagConditionInstanceData) == 0x000001, "Wrong alignment on FZoneGraphTagConditionInstanceData"); \ +static_assert(sizeof(FZoneGraphTagConditionInstanceData) == 0x000002, "Wrong size on FZoneGraphTagConditionInstanceData"); \ +static_assert(offsetof(FZoneGraphTagConditionInstanceData, Left) == 0x000000, "Member 'FZoneGraphTagConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagConditionInstanceData, Right) == 0x000001, "Member 'FZoneGraphTagConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagCondition \ +static_assert(alignof(FZoneGraphTagCondition) == 0x000008, "Wrong alignment on FZoneGraphTagCondition"); \ +static_assert(sizeof(FZoneGraphTagCondition) == 0x000030, "Wrong size on FZoneGraphTagCondition"); \ +static_assert(offsetof(FZoneGraphTagCondition, bInvert) == 0x000028, "Member 'FZoneGraphTagCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassBehaviorSettings \ +static_assert(alignof(UMassBehaviorSettings) == 0x000008, "Wrong alignment on UMassBehaviorSettings"); \ +static_assert(sizeof(UMassBehaviorSettings) == 0x000038, "Wrong size on UMassBehaviorSettings"); \ +static_assert(offsetof(UMassBehaviorSettings, MaxActivationsPerLOD) == 0x000028, "Member 'UMassBehaviorSettings::MaxActivationsPerLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MassComponentHitSubsystem_OnHitCallback \ +static_assert(alignof(MassComponentHitSubsystem_OnHitCallback) == 0x000008, "Wrong alignment on MassComponentHitSubsystem_OnHitCallback"); \ +static_assert(sizeof(MassComponentHitSubsystem_OnHitCallback) == 0x000128, "Wrong size on MassComponentHitSubsystem_OnHitCallback"); \ +static_assert(offsetof(MassComponentHitSubsystem_OnHitCallback, HitComp) == 0x000000, "Member 'MassComponentHitSubsystem_OnHitCallback::HitComp' has a wrong offset!"); \ +static_assert(offsetof(MassComponentHitSubsystem_OnHitCallback, OtherActor) == 0x000008, "Member 'MassComponentHitSubsystem_OnHitCallback::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MassComponentHitSubsystem_OnHitCallback, OtherComp) == 0x000010, "Member 'MassComponentHitSubsystem_OnHitCallback::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MassComponentHitSubsystem_OnHitCallback, NormalImpulse) == 0x000018, "Member 'MassComponentHitSubsystem_OnHitCallback::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(MassComponentHitSubsystem_OnHitCallback, Hit) == 0x000030, "Member 'MassComponentHitSubsystem_OnHitCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassComponentHitSubsystem \ +static_assert(alignof(UMassComponentHitSubsystem) == 0x000008, "Wrong alignment on UMassComponentHitSubsystem"); \ +static_assert(sizeof(UMassComponentHitSubsystem) == 0x000148, "Wrong size on UMassComponentHitSubsystem"); \ +static_assert(offsetof(UMassComponentHitSubsystem, SignalSubsystem) == 0x000048, "Member 'UMassComponentHitSubsystem::SignalSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassComponentHitSubsystem, AgentSubsystem) == 0x000050, "Member 'UMassComponentHitSubsystem::AgentSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassComponentHitSubsystem, HitResults) == 0x000058, "Member 'UMassComponentHitSubsystem::HitResults' has a wrong offset!"); \ +static_assert(offsetof(UMassComponentHitSubsystem, ComponentToEntityMap) == 0x0000A8, "Member 'UMassComponentHitSubsystem::ComponentToEntityMap' has a wrong offset!"); \ +static_assert(offsetof(UMassComponentHitSubsystem, EntityToComponentMap) == 0x0000F8, "Member 'UMassComponentHitSubsystem::EntityToComponentMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassLookAtProcessor \ +static_assert(alignof(UMassLookAtProcessor) == 0x000008, "Wrong alignment on UMassLookAtProcessor"); \ +static_assert(sizeof(UMassLookAtProcessor) == 0x000380, "Wrong size on UMassLookAtProcessor"); \ +static_assert(offsetof(UMassLookAtProcessor, QueryExtent) == 0x0000C0, "Member 'UMassLookAtProcessor::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(UMassLookAtProcessor, Duration) == 0x0000C4, "Member 'UMassLookAtProcessor::Duration' has a wrong offset!"); \ +static_assert(offsetof(UMassLookAtProcessor, DurationVariation) == 0x0000C8, "Member 'UMassLookAtProcessor::DurationVariation' has a wrong offset!"); \ +static_assert(offsetof(UMassLookAtProcessor, DebugZOffset) == 0x0000CC, "Member 'UMassLookAtProcessor::DebugZOffset' has a wrong offset!"); \ +static_assert(offsetof(UMassLookAtProcessor, AngleThresholdInDegrees) == 0x0000D0, "Member 'UMassLookAtProcessor::AngleThresholdInDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassLookAtTargetTrait \ +static_assert(alignof(UMassLookAtTargetTrait) == 0x000008, "Wrong alignment on UMassLookAtTargetTrait"); \ +static_assert(sizeof(UMassLookAtTargetTrait) == 0x000028, "Wrong size on UMassLookAtTargetTrait"); \ + +#define DUMPER7_ASSERTS_UMassLookAtTrait \ +static_assert(alignof(UMassLookAtTrait) == 0x000008, "Wrong alignment on UMassLookAtTrait"); \ +static_assert(sizeof(UMassLookAtTrait) == 0x000028, "Wrong size on UMassLookAtTrait"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeFragmentDestructor \ +static_assert(alignof(UMassStateTreeFragmentDestructor) == 0x000010, "Wrong alignment on UMassStateTreeFragmentDestructor"); \ +static_assert(sizeof(UMassStateTreeFragmentDestructor) == 0x000390, "Wrong size on UMassStateTreeFragmentDestructor"); \ +static_assert(offsetof(UMassStateTreeFragmentDestructor, SignalSubsystem) == 0x000380, "Member 'UMassStateTreeFragmentDestructor::SignalSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeActivationProcessor \ +static_assert(alignof(UMassStateTreeActivationProcessor) == 0x000008, "Wrong alignment on UMassStateTreeActivationProcessor"); \ +static_assert(sizeof(UMassStateTreeActivationProcessor) == 0x000360, "Wrong size on UMassStateTreeActivationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeProcessor \ +static_assert(alignof(UMassStateTreeProcessor) == 0x000008, "Wrong alignment on UMassStateTreeProcessor"); \ +static_assert(sizeof(UMassStateTreeProcessor) == 0x000420, "Wrong size on UMassStateTreeProcessor"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeSchema \ +static_assert(alignof(UMassStateTreeSchema) == 0x000008, "Wrong alignment on UMassStateTreeSchema"); \ +static_assert(sizeof(UMassStateTreeSchema) == 0x000028, "Wrong size on UMassStateTreeSchema"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeSubsystem \ +static_assert(alignof(UMassStateTreeSubsystem) == 0x000008, "Wrong alignment on UMassStateTreeSubsystem"); \ +static_assert(sizeof(UMassStateTreeSubsystem) == 0x000058, "Wrong size on UMassStateTreeSubsystem"); \ +static_assert(offsetof(UMassStateTreeSubsystem, InstanceDataArray) == 0x000048, "Member 'UMassStateTreeSubsystem::InstanceDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassStateTreeTrait \ +static_assert(alignof(UMassStateTreeTrait) == 0x000008, "Wrong alignment on UMassStateTreeTrait"); \ +static_assert(sizeof(UMassStateTreeTrait) == 0x000030, "Wrong size on UMassStateTreeTrait"); \ +static_assert(offsetof(UMassStateTreeTrait, StateTree) == 0x000028, "Member 'UMassStateTreeTrait::StateTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphAnnotationTagsInitializer \ +static_assert(alignof(UMassZoneGraphAnnotationTagsInitializer) == 0x000008, "Wrong alignment on UMassZoneGraphAnnotationTagsInitializer"); \ +static_assert(sizeof(UMassZoneGraphAnnotationTagsInitializer) == 0x000380, "Wrong size on UMassZoneGraphAnnotationTagsInitializer"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphAnnotationTagUpdateProcessor \ +static_assert(alignof(UMassZoneGraphAnnotationTagUpdateProcessor) == 0x000008, "Wrong alignment on UMassZoneGraphAnnotationTagUpdateProcessor"); \ +static_assert(sizeof(UMassZoneGraphAnnotationTagUpdateProcessor) == 0x000430, "Wrong size on UMassZoneGraphAnnotationTagUpdateProcessor"); \ + +#define DUMPER7_ASSERTS_UMassZoneGraphAnnotationTrait \ +static_assert(alignof(UMassZoneGraphAnnotationTrait) == 0x000008, "Wrong alignment on UMassZoneGraphAnnotationTrait"); \ +static_assert(sizeof(UMassZoneGraphAnnotationTrait) == 0x000028, "Wrong size on UMassZoneGraphAnnotationTrait"); \ + +#define DUMPER7_ASSERTS_FReplicatedCrowdAgent \ +static_assert(alignof(FReplicatedCrowdAgent) == 0x000008, "Wrong alignment on FReplicatedCrowdAgent"); \ +static_assert(sizeof(FReplicatedCrowdAgent) == 0x0000B0, "Wrong size on FReplicatedCrowdAgent"); \ +static_assert(offsetof(FReplicatedCrowdAgent, Path) == 0x000028, "Member 'FReplicatedCrowdAgent::Path' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedCrowdAgent, PositionYaw) == 0x000090, "Member 'FReplicatedCrowdAgent::PositionYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdFastArrayItem \ +static_assert(alignof(FCrowdFastArrayItem) == 0x000008, "Wrong alignment on FCrowdFastArrayItem"); \ +static_assert(sizeof(FCrowdFastArrayItem) == 0x0000C0, "Wrong size on FCrowdFastArrayItem"); \ +static_assert(offsetof(FCrowdFastArrayItem, Agent) == 0x000010, "Member 'FCrowdFastArrayItem::Agent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassCrowdClientBubbleSerializer \ +static_assert(alignof(FMassCrowdClientBubbleSerializer) == 0x000008, "Wrong alignment on FMassCrowdClientBubbleSerializer"); \ +static_assert(sizeof(FMassCrowdClientBubbleSerializer) == 0x000288, "Wrong size on FMassCrowdClientBubbleSerializer"); \ +static_assert(offsetof(FMassCrowdClientBubbleSerializer, Crowd) == 0x000278, "Member 'FMassCrowdClientBubbleSerializer::Crowd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassCrowdClaimWaitSlotTaskInstanceData \ +static_assert(alignof(FMassCrowdClaimWaitSlotTaskInstanceData) == 0x000008, "Wrong alignment on FMassCrowdClaimWaitSlotTaskInstanceData"); \ +static_assert(sizeof(FMassCrowdClaimWaitSlotTaskInstanceData) == 0x000070, "Wrong size on FMassCrowdClaimWaitSlotTaskInstanceData"); \ +static_assert(offsetof(FMassCrowdClaimWaitSlotTaskInstanceData, WaitSlotLocation) == 0x000000, "Member 'FMassCrowdClaimWaitSlotTaskInstanceData::WaitSlotLocation' has a wrong offset!"); \ +static_assert(offsetof(FMassCrowdClaimWaitSlotTaskInstanceData, WaitingSlotIndex) == 0x000060, "Member 'FMassCrowdClaimWaitSlotTaskInstanceData::WaitingSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FMassCrowdClaimWaitSlotTaskInstanceData, AcquiredLane) == 0x000064, "Member 'FMassCrowdClaimWaitSlotTaskInstanceData::AcquiredLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassCrowdClaimWaitSlotTask \ +static_assert(alignof(FMassCrowdClaimWaitSlotTask) == 0x000008, "Wrong alignment on FMassCrowdClaimWaitSlotTask"); \ +static_assert(sizeof(FMassCrowdClaimWaitSlotTask) == 0x000040, "Wrong size on FMassCrowdClaimWaitSlotTask"); \ + +#define DUMPER7_ASSERTS_FMassCrowdTag \ +static_assert(alignof(FMassCrowdTag) == 0x000001, "Wrong alignment on FMassCrowdTag"); \ +static_assert(sizeof(FMassCrowdTag) == 0x000001, "Wrong size on FMassCrowdTag"); \ + +#define DUMPER7_ASSERTS_FMassCrowdLaneTrackingFragment \ +static_assert(alignof(FMassCrowdLaneTrackingFragment) == 0x000004, "Wrong alignment on FMassCrowdLaneTrackingFragment"); \ +static_assert(sizeof(FMassCrowdLaneTrackingFragment) == 0x000008, "Wrong size on FMassCrowdLaneTrackingFragment"); \ + +#define DUMPER7_ASSERTS_FMassCrowdObstacleFragment \ +static_assert(alignof(FMassCrowdObstacleFragment) == 0x000008, "Wrong alignment on FMassCrowdObstacleFragment"); \ +static_assert(sizeof(FMassCrowdObstacleFragment) == 0x000028, "Wrong size on FMassCrowdObstacleFragment"); \ + +#define DUMPER7_ASSERTS_FMassCrowdLaneDensityDesc \ +static_assert(alignof(FMassCrowdLaneDensityDesc) == 0x000004, "Wrong alignment on FMassCrowdLaneDensityDesc"); \ +static_assert(sizeof(FMassCrowdLaneDensityDesc) == 0x00000C, "Wrong size on FMassCrowdLaneDensityDesc"); \ +static_assert(offsetof(FMassCrowdLaneDensityDesc, Tag) == 0x000000, "Member 'FMassCrowdLaneDensityDesc::Tag' has a wrong offset!"); \ +static_assert(offsetof(FMassCrowdLaneDensityDesc, Weight) == 0x000004, "Member 'FMassCrowdLaneDensityDesc::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMassCrowdLaneDensityDesc, RenderColor) == 0x000008, "Member 'FMassCrowdLaneDensityDesc::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdTrackingLaneData \ +static_assert(alignof(FCrowdTrackingLaneData) == 0x000004, "Wrong alignment on FCrowdTrackingLaneData"); \ +static_assert(sizeof(FCrowdTrackingLaneData) == 0x000008, "Wrong size on FCrowdTrackingLaneData"); \ + +#define DUMPER7_ASSERTS_FCrowdWaitSlot \ +static_assert(alignof(FCrowdWaitSlot) == 0x000008, "Wrong alignment on FCrowdWaitSlot"); \ +static_assert(sizeof(FCrowdWaitSlot) == 0x000038, "Wrong size on FCrowdWaitSlot"); \ + +#define DUMPER7_ASSERTS_FCrowdWaitAreaData \ +static_assert(alignof(FCrowdWaitAreaData) == 0x000008, "Wrong alignment on FCrowdWaitAreaData"); \ +static_assert(sizeof(FCrowdWaitAreaData) == 0x000028, "Wrong size on FCrowdWaitAreaData"); \ + +#define DUMPER7_ASSERTS_FCrowdBranchingLaneData \ +static_assert(alignof(FCrowdBranchingLaneData) == 0x000004, "Wrong alignment on FCrowdBranchingLaneData"); \ +static_assert(sizeof(FCrowdBranchingLaneData) == 0x000004, "Wrong size on FCrowdBranchingLaneData"); \ + +#define DUMPER7_ASSERTS_FZoneGraphCrowdLaneData \ +static_assert(alignof(FZoneGraphCrowdLaneData) == 0x000001, "Wrong alignment on FZoneGraphCrowdLaneData"); \ +static_assert(sizeof(FZoneGraphCrowdLaneData) == 0x000001, "Wrong size on FZoneGraphCrowdLaneData"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindWanderTargetInstanceData \ +static_assert(alignof(FMassZoneGraphFindWanderTargetInstanceData) == 0x000008, "Wrong alignment on FMassZoneGraphFindWanderTargetInstanceData"); \ +static_assert(sizeof(FMassZoneGraphFindWanderTargetInstanceData) == 0x000060, "Wrong size on FMassZoneGraphFindWanderTargetInstanceData"); \ +static_assert(offsetof(FMassZoneGraphFindWanderTargetInstanceData, WanderTargetLocation) == 0x000000, "Member 'FMassZoneGraphFindWanderTargetInstanceData::WanderTargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassZoneGraphFindWanderTarget \ +static_assert(alignof(FMassZoneGraphFindWanderTarget) == 0x000008, "Wrong alignment on FMassZoneGraphFindWanderTarget"); \ +static_assert(sizeof(FMassZoneGraphFindWanderTarget) == 0x000050, "Wrong size on FMassZoneGraphFindWanderTarget"); \ +static_assert(offsetof(FMassZoneGraphFindWanderTarget, AllowedAnnotationTags) == 0x000040, "Member 'FMassZoneGraphFindWanderTarget::AllowedAnnotationTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphCrowdLaneStateChangeEvent \ +static_assert(alignof(FZoneGraphCrowdLaneStateChangeEvent) == 0x000004, "Wrong alignment on FZoneGraphCrowdLaneStateChangeEvent"); \ +static_assert(sizeof(FZoneGraphCrowdLaneStateChangeEvent) == 0x00000C, "Wrong size on FZoneGraphCrowdLaneStateChangeEvent"); \ +static_assert(offsetof(FZoneGraphCrowdLaneStateChangeEvent, Lane) == 0x000000, "Member 'FZoneGraphCrowdLaneStateChangeEvent::Lane' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphCrowdLaneStateChangeEvent, State) == 0x000008, "Member 'FZoneGraphCrowdLaneStateChangeEvent::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMassCrowdClientBubbleInfo \ +static_assert(alignof(AMassCrowdClientBubbleInfo) == 0x000008, "Wrong alignment on AMassCrowdClientBubbleInfo"); \ +static_assert(sizeof(AMassCrowdClientBubbleInfo) == 0x000530, "Wrong size on AMassCrowdClientBubbleInfo"); \ +static_assert(offsetof(AMassCrowdClientBubbleInfo, CrowdSerializer) == 0x0002A8, "Member 'AMassCrowdClientBubbleInfo::CrowdSerializer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphCloseCrowdLaneTest \ +static_assert(alignof(UZoneGraphCloseCrowdLaneTest) == 0x000008, "Wrong alignment on UZoneGraphCloseCrowdLaneTest"); \ +static_assert(sizeof(UZoneGraphCloseCrowdLaneTest) == 0x0000B0, "Wrong size on UZoneGraphCloseCrowdLaneTest"); \ +static_assert(offsetof(UZoneGraphCloseCrowdLaneTest, LaneLocation) == 0x000030, "Member 'UZoneGraphCloseCrowdLaneTest::LaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCloseCrowdLaneTest, CrowdSubsystem) == 0x0000A0, "Member 'UZoneGraphCloseCrowdLaneTest::CrowdSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCloseCrowdLaneTest, LaneState) == 0x0000A8, "Member 'UZoneGraphCloseCrowdLaneTest::LaneState' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCloseCrowdLaneTest, PrevLaneState) == 0x0000A9, "Member 'UZoneGraphCloseCrowdLaneTest::PrevLaneState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdLaneDataRenderingComponent \ +static_assert(alignof(UMassCrowdLaneDataRenderingComponent) == 0x000010, "Wrong alignment on UMassCrowdLaneDataRenderingComponent"); \ +static_assert(sizeof(UMassCrowdLaneDataRenderingComponent) == 0x000520, "Wrong size on UMassCrowdLaneDataRenderingComponent"); \ + +#define DUMPER7_ASSERTS_UMassCrowdMemberTrait \ +static_assert(alignof(UMassCrowdMemberTrait) == 0x000008, "Wrong alignment on UMassCrowdMemberTrait"); \ +static_assert(sizeof(UMassCrowdMemberTrait) == 0x000028, "Wrong size on UMassCrowdMemberTrait"); \ + +#define DUMPER7_ASSERTS_UMassCrowdLaneTrackingSignalProcessor \ +static_assert(alignof(UMassCrowdLaneTrackingSignalProcessor) == 0x000008, "Wrong alignment on UMassCrowdLaneTrackingSignalProcessor"); \ +static_assert(sizeof(UMassCrowdLaneTrackingSignalProcessor) == 0x000420, "Wrong size on UMassCrowdLaneTrackingSignalProcessor"); \ + +#define DUMPER7_ASSERTS_UMassCrowdLaneTrackingDestructor \ +static_assert(alignof(UMassCrowdLaneTrackingDestructor) == 0x000008, "Wrong alignment on UMassCrowdLaneTrackingDestructor"); \ +static_assert(sizeof(UMassCrowdLaneTrackingDestructor) == 0x000380, "Wrong size on UMassCrowdLaneTrackingDestructor"); \ + +#define DUMPER7_ASSERTS_UMassCrowdDynamicObstacleProcessor \ +static_assert(alignof(UMassCrowdDynamicObstacleProcessor) == 0x000010, "Wrong alignment on UMassCrowdDynamicObstacleProcessor"); \ +static_assert(sizeof(UMassCrowdDynamicObstacleProcessor) == 0x000370, "Wrong size on UMassCrowdDynamicObstacleProcessor"); \ +static_assert(offsetof(UMassCrowdDynamicObstacleProcessor, ZoneGraphAnnotationSubsystem) == 0x000360, "Member 'UMassCrowdDynamicObstacleProcessor::ZoneGraphAnnotationSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdDynamicObstacleInitializer \ +static_assert(alignof(UMassCrowdDynamicObstacleInitializer) == 0x000008, "Wrong alignment on UMassCrowdDynamicObstacleInitializer"); \ +static_assert(sizeof(UMassCrowdDynamicObstacleInitializer) == 0x000380, "Wrong size on UMassCrowdDynamicObstacleInitializer"); \ + +#define DUMPER7_ASSERTS_UMassCrowdDynamicObstacleDeinitializer \ +static_assert(alignof(UMassCrowdDynamicObstacleDeinitializer) == 0x000010, "Wrong alignment on UMassCrowdDynamicObstacleDeinitializer"); \ +static_assert(sizeof(UMassCrowdDynamicObstacleDeinitializer) == 0x000380, "Wrong size on UMassCrowdDynamicObstacleDeinitializer"); \ +static_assert(offsetof(UMassCrowdDynamicObstacleDeinitializer, ZoneGraphAnnotationSubsystem) == 0x0000D8, "Member 'UMassCrowdDynamicObstacleDeinitializer::ZoneGraphAnnotationSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdReplicator \ +static_assert(alignof(UMassCrowdReplicator) == 0x000008, "Wrong alignment on UMassCrowdReplicator"); \ +static_assert(sizeof(UMassCrowdReplicator) == 0x000028, "Wrong size on UMassCrowdReplicator"); \ + +#define DUMPER7_ASSERTS_UMassCrowdRepresentationActorManagement \ +static_assert(alignof(UMassCrowdRepresentationActorManagement) == 0x000008, "Wrong alignment on UMassCrowdRepresentationActorManagement"); \ +static_assert(sizeof(UMassCrowdRepresentationActorManagement) == 0x000028, "Wrong size on UMassCrowdRepresentationActorManagement"); \ + +#define DUMPER7_ASSERTS_UMassCrowdRepresentationSubsystem \ +static_assert(alignof(UMassCrowdRepresentationSubsystem) == 0x000008, "Wrong alignment on UMassCrowdRepresentationSubsystem"); \ +static_assert(sizeof(UMassCrowdRepresentationSubsystem) == 0x0000D0, "Wrong size on UMassCrowdRepresentationSubsystem"); \ + +#define DUMPER7_ASSERTS_UMassCrowdServerRepresentationLODProcessor \ +static_assert(alignof(UMassCrowdServerRepresentationLODProcessor) == 0x000008, "Wrong alignment on UMassCrowdServerRepresentationLODProcessor"); \ +static_assert(sizeof(UMassCrowdServerRepresentationLODProcessor) == 0x0023A0, "Wrong size on UMassCrowdServerRepresentationLODProcessor"); \ +static_assert(offsetof(UMassCrowdServerRepresentationLODProcessor, LODDistance) == 0x0000C0, "Member 'UMassCrowdServerRepresentationLODProcessor::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdServerRepresentationLODProcessor, BufferHysteresisOnDistancePercentage) == 0x0000D0, "Member 'UMassCrowdServerRepresentationLODProcessor::BufferHysteresisOnDistancePercentage' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdServerRepresentationLODProcessor, LODMaxCount) == 0x0000D4, "Member 'UMassCrowdServerRepresentationLODProcessor::LODMaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdServerRepresentationProcessor \ +static_assert(alignof(UMassCrowdServerRepresentationProcessor) == 0x000008, "Wrong alignment on UMassCrowdServerRepresentationProcessor"); \ +static_assert(sizeof(UMassCrowdServerRepresentationProcessor) == 0x000370, "Wrong size on UMassCrowdServerRepresentationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassCrowdServerRepresentationTrait \ +static_assert(alignof(UMassCrowdServerRepresentationTrait) == 0x000008, "Wrong alignment on UMassCrowdServerRepresentationTrait"); \ +static_assert(sizeof(UMassCrowdServerRepresentationTrait) == 0x000058, "Wrong size on UMassCrowdServerRepresentationTrait"); \ +static_assert(offsetof(UMassCrowdServerRepresentationTrait, TemplateActor) == 0x000028, "Member 'UMassCrowdServerRepresentationTrait::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdServerRepresentationTrait, Params_0) == 0x000030, "Member 'UMassCrowdServerRepresentationTrait::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdSettings \ +static_assert(alignof(UMassCrowdSettings) == 0x000008, "Wrong alignment on UMassCrowdSettings"); \ +static_assert(sizeof(UMassCrowdSettings) == 0x000078, "Wrong size on UMassCrowdSettings"); \ +static_assert(offsetof(UMassCrowdSettings, LaneBaseLineThickness) == 0x000028, "Member 'UMassCrowdSettings::LaneBaseLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, LaneRenderZOffset) == 0x00002C, "Member 'UMassCrowdSettings::LaneRenderZOffset' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, IntersectionLaneScaleFactor) == 0x000030, "Member 'UMassCrowdSettings::IntersectionLaneScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, LaneDensityScaleFactor) == 0x000034, "Member 'UMassCrowdSettings::LaneDensityScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, OpenedLaneColor) == 0x000038, "Member 'UMassCrowdSettings::OpenedLaneColor' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, ClosedLaneColor) == 0x00003C, "Member 'UMassCrowdSettings::ClosedLaneColor' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, CrowdTag) == 0x000040, "Member 'UMassCrowdSettings::CrowdTag' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, CrossingTag) == 0x000041, "Member 'UMassCrowdSettings::CrossingTag' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, SlotSize) == 0x000044, "Member 'UMassCrowdSettings::SlotSize' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, SlotOffset) == 0x000048, "Member 'UMassCrowdSettings::SlotOffset' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, bDisplayTrackingData) == 0x00004C, "Member 'UMassCrowdSettings::bDisplayTrackingData' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, bDisplayStates) == 0x00004D, "Member 'UMassCrowdSettings::bDisplayStates' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, bDisplayDensities) == 0x00004E, "Member 'UMassCrowdSettings::bDisplayDensities' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, ObstacleStoppingSpeedTolerance) == 0x000050, "Member 'UMassCrowdSettings::ObstacleStoppingSpeedTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, ObstacleMovingDistanceTolerance) == 0x000054, "Member 'UMassCrowdSettings::ObstacleMovingDistanceTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, ObstacleTimeToStop) == 0x000058, "Member 'UMassCrowdSettings::ObstacleTimeToStop' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, ObstacleEffectRadius) == 0x00005C, "Member 'UMassCrowdSettings::ObstacleEffectRadius' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, MoveDistance) == 0x000060, "Member 'UMassCrowdSettings::MoveDistance' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, MoveDistanceRandomDeviation) == 0x000064, "Member 'UMassCrowdSettings::MoveDistanceRandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSettings, LaneDensities) == 0x000068, "Member 'UMassCrowdSettings::LaneDensities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdSpawnerSubsystem \ +static_assert(alignof(UMassCrowdSpawnerSubsystem) == 0x000008, "Wrong alignment on UMassCrowdSpawnerSubsystem"); \ +static_assert(sizeof(UMassCrowdSpawnerSubsystem) == 0x0000F0, "Wrong size on UMassCrowdSpawnerSubsystem"); \ + +#define DUMPER7_ASSERTS_UMassCrowdSubsystem \ +static_assert(alignof(UMassCrowdSubsystem) == 0x000008, "Wrong alignment on UMassCrowdSubsystem"); \ +static_assert(sizeof(UMassCrowdSubsystem) == 0x000078, "Wrong size on UMassCrowdSubsystem"); \ +static_assert(offsetof(UMassCrowdSubsystem, ZoneGraphSubsystem) == 0x000038, "Member 'UMassCrowdSubsystem::ZoneGraphSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSubsystem, ZoneGraphAnnotationSubsystem) == 0x000040, "Member 'UMassCrowdSubsystem::ZoneGraphAnnotationSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UMassCrowdSubsystem, MassCrowdSettings) == 0x000048, "Member 'UMassCrowdSubsystem::MassCrowdSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdVisualizationLODProcessor \ +static_assert(alignof(UMassCrowdVisualizationLODProcessor) == 0x000010, "Wrong alignment on UMassCrowdVisualizationLODProcessor"); \ +static_assert(sizeof(UMassCrowdVisualizationLODProcessor) == 0x000B60, "Wrong size on UMassCrowdVisualizationLODProcessor"); \ + +#define DUMPER7_ASSERTS_UMassCrowdLODCollectorProcessor \ +static_assert(alignof(UMassCrowdLODCollectorProcessor) == 0x000008, "Wrong alignment on UMassCrowdLODCollectorProcessor"); \ +static_assert(sizeof(UMassCrowdLODCollectorProcessor) == 0x000B60, "Wrong size on UMassCrowdLODCollectorProcessor"); \ + +#define DUMPER7_ASSERTS_UMassCrowdVisualizationProcessor \ +static_assert(alignof(UMassCrowdVisualizationProcessor) == 0x000008, "Wrong alignment on UMassCrowdVisualizationProcessor"); \ +static_assert(sizeof(UMassCrowdVisualizationProcessor) == 0x000370, "Wrong size on UMassCrowdVisualizationProcessor"); \ + +#define DUMPER7_ASSERTS_UMassDebugCrowdVisualizationProcessor \ +static_assert(alignof(UMassDebugCrowdVisualizationProcessor) == 0x000010, "Wrong alignment on UMassDebugCrowdVisualizationProcessor"); \ +static_assert(sizeof(UMassDebugCrowdVisualizationProcessor) == 0x000370, "Wrong size on UMassDebugCrowdVisualizationProcessor"); \ +static_assert(offsetof(UMassDebugCrowdVisualizationProcessor, World) == 0x0000C0, "Member 'UMassDebugCrowdVisualizationProcessor::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCrowdVisualizationTrait \ +static_assert(alignof(UMassCrowdVisualizationTrait) == 0x000010, "Wrong alignment on UMassCrowdVisualizationTrait"); \ +static_assert(sizeof(UMassCrowdVisualizationTrait) == 0x000140, "Wrong size on UMassCrowdVisualizationTrait"); \ + +#define DUMPER7_ASSERTS_UZoneGraphCrowdLaneAnnotations \ +static_assert(alignof(UZoneGraphCrowdLaneAnnotations) == 0x000010, "Wrong alignment on UZoneGraphCrowdLaneAnnotations"); \ +static_assert(sizeof(UZoneGraphCrowdLaneAnnotations) == 0x0005B0, "Wrong size on UZoneGraphCrowdLaneAnnotations"); \ +static_assert(offsetof(UZoneGraphCrowdLaneAnnotations, CloseLaneTag) == 0x000588, "Member 'UZoneGraphCrowdLaneAnnotations::CloseLaneTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCrowdLaneAnnotations, WaitingLaneTag) == 0x000589, "Member 'UZoneGraphCrowdLaneAnnotations::WaitingLaneTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCrowdLaneAnnotations, bDisplayTags) == 0x00058A, "Member 'UZoneGraphCrowdLaneAnnotations::bDisplayTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphCrowdLaneAnnotations, CrowdSubsystem) == 0x0005A0, "Member 'UZoneGraphCrowdLaneAnnotations::CrowdSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_HoldConfirmButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_ModalPopup_C_BndEvt__WBP_ModalPopup_SwapButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_DoCustomNavigationCancelButton \ +static_assert(alignof(WBP_ModalPopup_C_DoCustomNavigationCancelButton) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_DoCustomNavigationCancelButton"); \ +static_assert(sizeof(WBP_ModalPopup_C_DoCustomNavigationCancelButton) == 0x000020, "Wrong size on WBP_ModalPopup_C_DoCustomNavigationCancelButton"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, Navigation_0) == 0x000000, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, ReturnValue) == 0x000008, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, Temp_bool_Variable) == 0x000010, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, CallFunc_IsVisible_ReturnValue) == 0x000012, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_DoCustomNavigationCancelButton, K2Node_Select_Default) == 0x000018, "Member 'WBP_ModalPopup_C_DoCustomNavigationCancelButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup \ +static_assert(alignof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup"); \ +static_assert(sizeof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup) == 0x000190, "Wrong size on WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, EntryPoint) == 0x000000, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_bool_Variable) == 0x000014, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_bool_Variable_1) == 0x000015, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_byte_Variable) == 0x000016, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_IsValid_ReturnValue) == 0x000017, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Event_IsDesignTime) == 0x000019, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001A, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00001B, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_ComponentBoundEvent_Button_3) == 0x000020, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_ComponentBoundEvent_Button_2) == 0x000028, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_MakeStruct_Anchors) == 0x000030, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000050, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_CustomEvent_bNewInputType) == 0x000058, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_GetCurrentInputType_ReturnValue) == 0x000059, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Select_Default) == 0x00005A, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_ComponentBoundEvent_Button_1) == 0x000060, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_bool_Variable_2) == 0x000068, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000069, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Select_Default_1) == 0x000070, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_TextIsEmpty_ReturnValue) == 0x000080, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000081, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Select_Default_2) == 0x000088, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_bool_Variable_3) == 0x0000B0, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_byte_Variable_1) == 0x0000B1, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Select_Default_3) == 0x0000B8, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_ComponentBoundEvent_Progress) == 0x0000C8, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_Format_ReturnValue) == 0x000130, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_byte_Variable_2) == 0x000140, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_GetDesiredSize_ReturnValue) == 0x000148, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_BreakVector2D_X) == 0x000158, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_BreakVector2D_Y) == 0x000160, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, Temp_bool_Variable_4) == 0x000168, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000169, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_Select_Default_4) == 0x00016A, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_CreateDelegate_OutputDelegate_1) == 0x00016C, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, K2Node_CreateDelegate_OutputDelegate_2) == 0x00017C, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x00018C, "Member 'WBP_ModalPopup_C_ExecuteUbergraph_WBP_ModalPopup::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_GetLoadGameLatentAction \ +static_assert(alignof(WBP_ModalPopup_C_GetLoadGameLatentAction) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_GetLoadGameLatentAction"); \ +static_assert(sizeof(WBP_ModalPopup_C_GetLoadGameLatentAction) == 0x000008, "Wrong size on WBP_ModalPopup_C_GetLoadGameLatentAction"); \ +static_assert(offsetof(WBP_ModalPopup_C_GetLoadGameLatentAction, ReturnValue) == 0x000000, "Member 'WBP_ModalPopup_C_GetLoadGameLatentAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_NotifyUserResponse \ +static_assert(alignof(WBP_ModalPopup_C_NotifyUserResponse) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_NotifyUserResponse"); \ +static_assert(sizeof(WBP_ModalPopup_C_NotifyUserResponse) == 0x000090, "Wrong size on WBP_ModalPopup_C_NotifyUserResponse"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, InUserResponse) == 0x000000, "Member 'WBP_ModalPopup_C_NotifyUserResponse::InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_ModalPopup_C_NotifyUserResponse::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_ModalPopup_C_NotifyUserResponse::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_ModalPopup_C_NotifyUserResponse::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_ModalPopup_C_NotifyUserResponse::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_NotifyUserResponse, CallFunc_Format_ReturnValue) == 0x000080, "Member 'WBP_ModalPopup_C_NotifyUserResponse::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_OnInputMethodChanged \ +static_assert(alignof(WBP_ModalPopup_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_ModalPopup_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_ModalPopup_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_ModalPopup_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_ModalPopup_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_ModalPopup_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_PreConstruct \ +static_assert(alignof(WBP_ModalPopup_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ModalPopup_C_PreConstruct"); \ +static_assert(sizeof(WBP_ModalPopup_C_PreConstruct) == 0x000001, "Wrong size on WBP_ModalPopup_C_PreConstruct"); \ +static_assert(offsetof(WBP_ModalPopup_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ModalPopup_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_SaveGame \ +static_assert(alignof(WBP_ModalPopup_C_SaveGame) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_SaveGame"); \ +static_assert(sizeof(WBP_ModalPopup_C_SaveGame) == 0x000108, "Wrong size on WBP_ModalPopup_C_SaveGame"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, InDecision) == 0x000000, "Member 'WBP_ModalPopup_C_SaveGame::InDecision' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_ModalPopup_C_SaveGame::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000010, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000018, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x000020, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetLatestGameSaveLoaded_ReturnValue) == 0x000028, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetLatestGameSaveLoaded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetSaveManager_SaveManager) == 0x000038, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000040, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetSlots_SaveSlots) == 0x000048, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetSlots_SaveSlots' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_MatchesTag_ReturnValue) == 0x000058, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetPlatformNameAsTag_ReturnValue_1) == 0x0000B0, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetPlatformNameAsTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B8, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_MatchesTag_ReturnValue_1) == 0x0000B9, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_SpawnObject_ReturnValue) == 0x0000C0, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetSaveManager_SaveManager_1) == 0x0000C8, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetSaveManager_SaveManager_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetSaveManager_SaveManager_2) == 0x0000D0, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetSaveManager_SaveManager_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, CallFunc_GetSaveManager_SaveManager_3) == 0x0000D8, "Member 'WBP_ModalPopup_C_SaveGame::CallFunc_GetSaveManager_SaveManager_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SaveGame, K2Node_MakeStruct_S_LoadGameRequest) == 0x0000E0, "Member 'WBP_ModalPopup_C_SaveGame::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_SetCustomConfirmText \ +static_assert(alignof(WBP_ModalPopup_C_SetCustomConfirmText) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_SetCustomConfirmText"); \ +static_assert(sizeof(WBP_ModalPopup_C_SetCustomConfirmText) == 0x000010, "Wrong size on WBP_ModalPopup_C_SetCustomConfirmText"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetCustomConfirmText, InConfirmText) == 0x000000, "Member 'WBP_ModalPopup_C_SetCustomConfirmText::InConfirmText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_SetSaveSlot \ +static_assert(alignof(WBP_ModalPopup_C_SetSaveSlot) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_SetSaveSlot"); \ +static_assert(sizeof(WBP_ModalPopup_C_SetSaveSlot) == 0x000020, "Wrong size on WBP_ModalPopup_C_SetSaveSlot"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetSaveSlot, Decision_0) == 0x000000, "Member 'WBP_ModalPopup_C_SetSaveSlot::Decision_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetSaveSlot, SelectedGameSaveSlot_0) == 0x000008, "Member 'WBP_ModalPopup_C_SetSaveSlot::SelectedGameSaveSlot_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetSaveSlot, SaveSlot_0) == 0x000018, "Member 'WBP_ModalPopup_C_SetSaveSlot::SaveSlot_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_SetupButtons \ +static_assert(alignof(WBP_ModalPopup_C_SetupButtons) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_SetupButtons"); \ +static_assert(sizeof(WBP_ModalPopup_C_SetupButtons) == 0x0000F0, "Wrong size on WBP_ModalPopup_C_SetupButtons"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable) == 0x000000, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_bool_Variable) == 0x000001, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_4) == 0x000006, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_5) == 0x000007, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_6) == 0x000008, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_7) == 0x000009, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_8) == 0x00000A, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_9) == 0x00000B, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_10) == 0x00000C, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_11) == 0x00000D, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_12) == 0x00000E, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_13) == 0x00000F, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_14) == 0x000010, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_15) == 0x000011, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_16) == 0x000012, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_17) == 0x000013, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_18) == 0x000014, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_19) == 0x000015, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_20) == 0x000016, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_21) == 0x000017, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_22) == 0x000018, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_bool_Variable_2) == 0x000019, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_text_Variable) == 0x000020, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_text_Variable_1) == 0x000030, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_bool_Variable_3) == 0x000040, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_text_Variable_2) == 0x000048, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_text_Variable_3) == 0x000058, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_23) == 0x000068, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_24) == 0x000069, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_25) == 0x00006A, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_26) == 0x00006B, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_27) == 0x00006C, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_28) == 0x00006D, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_29) == 0x00006E, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_30) == 0x00006F, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_31) == 0x000070, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_32) == 0x000071, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_33) == 0x000072, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, Temp_byte_Variable_34) == 0x000073, "Member 'WBP_ModalPopup_C_SetupButtons::Temp_byte_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_MakeStruct_Margin) == 0x000074, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_MakeStruct_Margin_1) == 0x000084, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default) == 0x000094, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_IsVisible_ReturnValue) == 0x0000A4, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_1) == 0x0000A5, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_2) == 0x0000A6, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_IsVisible_ReturnValue_1) == 0x0000A7, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0000A8, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_3) == 0x0000B0, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_4) == 0x0000B1, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x0000B8, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x0000C0, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_5) == 0x0000C8, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_6) == 0x0000C9, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_7) == 0x0000CA, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CB, "Member 'WBP_ModalPopup_C_SetupButtons::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_8) == 0x0000D0, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupButtons, K2Node_Select_Default_9) == 0x0000E0, "Member 'WBP_ModalPopup_C_SetupButtons::K2Node_Select_Default_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_SetupInputMethod \ +static_assert(alignof(WBP_ModalPopup_C_SetupInputMethod) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_SetupInputMethod"); \ +static_assert(sizeof(WBP_ModalPopup_C_SetupInputMethod) == 0x0000E0, "Wrong size on WBP_ModalPopup_C_SetupInputMethod"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, InInputMethod) == 0x000000, "Member 'WBP_ModalPopup_C_SetupInputMethod::InInputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable) == 0x000001, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_bool_Variable) == 0x000003, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_bool_Variable_2) == 0x000005, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_bool_Variable_3) == 0x000006, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default) == 0x000008, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_4) == 0x00000A, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_5) == 0x00000B, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_6) == 0x00000C, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_7) == 0x00000D, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default_1) == 0x00000E, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000020, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000030, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_3) == 0x000040, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_8) == 0x000050, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_4) == 0x000058, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_5) == 0x000068, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default_2) == 0x000078, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default_3) == 0x000088, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_6) == 0x000098, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_7) == 0x0000A8, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, Temp_byte_Variable_9) == 0x0000B8, "Member 'WBP_ModalPopup_C_SetupInputMethod::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default_4) == 0x0000C0, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_SetupInputMethod, K2Node_Select_Default_5) == 0x0000D0, "Member 'WBP_ModalPopup_C_SetupInputMethod::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ModalPopup_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_ModalPopup_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_ModalPopup_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_IsVisible_ReturnValue) == 0x000008, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000010, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_GetCurrentInputType_ReturnValue) == 0x000018, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x00001A, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ModalPopup_C_BP_GetDesiredFocusTarget, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'WBP_ModalPopup_C_BP_GetDesiredFocusTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ModalPopup_C \ +static_assert(alignof(UWBP_ModalPopup_C) == 0x000008, "Wrong alignment on UWBP_ModalPopup_C"); \ +static_assert(sizeof(UWBP_ModalPopup_C) == 0x000608, "Wrong size on UWBP_ModalPopup_C"); \ +static_assert(offsetof(UWBP_ModalPopup_C, UberGraphFrame) == 0x000430, "Member 'UWBP_ModalPopup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, Background) == 0x000438, "Member 'UWBP_ModalPopup_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ButtonPromptContainer) == 0x000440, "Member 'UWBP_ModalPopup_C::ButtonPromptContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, CancelActionBinding) == 0x000448, "Member 'UWBP_ModalPopup_C::CancelActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, CancelButton) == 0x000450, "Member 'UWBP_ModalPopup_C::CancelButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, CancelTextBlock) == 0x000458, "Member 'UWBP_ModalPopup_C::CancelTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ConfirmActionBinding) == 0x000460, "Member 'UWBP_ModalPopup_C::ConfirmActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ConfirmButton) == 0x000468, "Member 'UWBP_ModalPopup_C::ConfirmButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ConfirmTextBlock) == 0x000470, "Member 'UWBP_ModalPopup_C::ConfirmTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, HoldConfirmActionBinding) == 0x000478, "Member 'UWBP_ModalPopup_C::HoldConfirmActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, HoldConfirmButton) == 0x000480, "Member 'UWBP_ModalPopup_C::HoldConfirmButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, HoldConfirmTextBlock) == 0x000488, "Member 'UWBP_ModalPopup_C::HoldConfirmTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, InputGuard) == 0x000490, "Member 'UWBP_ModalPopup_C::InputGuard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ModalSizeBox) == 0x000498, "Member 'UWBP_ModalPopup_C::ModalSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PopupMessage) == 0x0004A0, "Member 'UWBP_ModalPopup_C::PopupMessage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PopupTitle) == 0x0004A8, "Member 'UWBP_ModalPopup_C::PopupTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SwapActionBinding) == 0x0004B0, "Member 'UWBP_ModalPopup_C::SwapActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SwapButton) == 0x0004B8, "Member 'UWBP_ModalPopup_C::SwapButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SwapTextBlock) == 0x0004C0, "Member 'UWBP_ModalPopup_C::SwapTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PopupTitleText) == 0x0004C8, "Member 'UWBP_ModalPopup_C::PopupTitleText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PopupMessageText) == 0x0004D8, "Member 'UWBP_ModalPopup_C::PopupMessageText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ResponseButtonType) == 0x0004E8, "Member 'UWBP_ModalPopup_C::ResponseButtonType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, IsHoldConfirm) == 0x0004E9, "Member 'UWBP_ModalPopup_C::IsHoldConfirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SD_OpenSound) == 0x0004F0, "Member 'UWBP_ModalPopup_C::SD_OpenSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SD_CancelSound) == 0x000500, "Member 'UWBP_ModalPopup_C::SD_CancelSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, Decision) == 0x000510, "Member 'UWBP_ModalPopup_C::Decision' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, OnUserResponse) == 0x000518, "Member 'UWBP_ModalPopup_C::OnUserResponse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, OnUserResponseForSave) == 0x000528, "Member 'UWBP_ModalPopup_C::OnUserResponseForSave' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SelectedGameSaveSlot) == 0x000538, "Member 'UWBP_ModalPopup_C::SelectedGameSaveSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SaveSlot) == 0x000548, "Member 'UWBP_ModalPopup_C::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PreviewPopupTitleText) == 0x000550, "Member 'UWBP_ModalPopup_C::PreviewPopupTitleText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, PreviewPopupMessageText) == 0x000560, "Member 'UWBP_ModalPopup_C::PreviewPopupMessageText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ShortBackgroundTexture) == 0x000570, "Member 'UWBP_ModalPopup_C::ShortBackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, LargeBackgroundTexture) == 0x000598, "Member 'UWBP_ModalPopup_C::LargeBackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, LoadGameLatentAction) == 0x0005C0, "Member 'UWBP_ModalPopup_C::LoadGameLatentAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, VeryLargeBackgroundTexture) == 0x0005C8, "Member 'UWBP_ModalPopup_C::VeryLargeBackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, ParentActivatableWidget) == 0x0005F0, "Member 'UWBP_ModalPopup_C::ParentActivatableWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ModalPopup_C, SD_HoldConfirmSound) == 0x0005F8, "Member 'UWBP_ModalPopup_C::SD_HoldConfirmSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_C \ +static_assert(alignof(UCTS_B2_C) == 0x000010, "Wrong alignment on UCTS_B2_C"); \ +static_assert(sizeof(UCTS_B2_C) == 0x0001B0, "Wrong size on UCTS_B2_C"); \ + +#define DUMPER7_ASSERTS_UMassDebugStateTreeProcessor \ +static_assert(alignof(UMassDebugStateTreeProcessor) == 0x000008, "Wrong alignment on UMassDebugStateTreeProcessor"); \ +static_assert(sizeof(UMassDebugStateTreeProcessor) == 0x000360, "Wrong size on UMassDebugStateTreeProcessor"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_V2_PostProcess__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x001118, "Wrong size on ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_256) == 0x000004, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_256' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_257) == 0x00000C, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_257' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __BlendProfile_258) == 0x000018, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__BlendProfile_258' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __CurveFloat_259) == 0x000020, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__CurveFloat_259' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __BoolProperty_260) == 0x000028, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__BoolProperty_260' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __EnumProperty_261) == 0x000029, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__EnumProperty_261' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __EnumProperty_262) == 0x00002A, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__EnumProperty_262' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __ArrayProperty_263) == 0x000030, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__ArrayProperty_263' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __StructProperty_264) == 0x000040, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__StructProperty_264' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0000F8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000128, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x000158, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000188, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0001B8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x0001E8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000218, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000248, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000278, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0002A8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0002D8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_16) == 0x000308, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000338, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x000368, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000398, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_15) == 0x0003C8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x0003F8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x000428, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000458, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000488, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0004B8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0004E8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000518, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_14) == 0x000548, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_13) == 0x000578, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_12) == 0x0005A8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x0005D8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x000608, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000638, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000668, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000698, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x0006C8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0006F8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000728, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000758, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000788, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x0007B8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x0007E8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000818, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000848, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x000878, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x0008A8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x0008D8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000908, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000938, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x000968, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x000998, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x0009C8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x0009F8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000A28, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000A58, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000A88, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000AB8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000AE8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000B18, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000B48, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x000B78, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x000BA8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000BD8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000C08, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x000C38, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x000C68, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000C98, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000CC8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000CF8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000D28, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x000D58, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000D88, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000DB8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000DE8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000E18, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000E48, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x000E78, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x000EA8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000ED8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000F08, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000F38, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000F68, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000F98, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000FC8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000FF8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x001028, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x001058, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x001088, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x0010B8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0010E8, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_V2_PostProcess__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_Noah_V2_PostProcess::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_V2_PostProcess_C_AnimGraph \ +static_assert(alignof(ABP_Noah_V2_PostProcess_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Noah_V2_PostProcess_C_AnimGraph"); \ +static_assert(sizeof(ABP_Noah_V2_PostProcess_C_AnimGraph) == 0x000020, "Wrong size on ABP_Noah_V2_PostProcess_C_AnimGraph"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Noah_V2_PostProcess_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Noah_V2_PostProcess_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Noah_V2_PostProcess_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess \ +static_assert(alignof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess) == 0x000008, "Wrong alignment on ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess"); \ +static_assert(sizeof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess) == 0x0000C0, "Wrong size on ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, EntryPoint) == 0x000000, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_GetBoneLinearVelocity_ReturnValue) == 0x000008, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_GetBoneLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_X) == 0x000020, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_Y) == 0x000028, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_Z) == 0x000030, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_GetVelocity_ReturnValue) == 0x000038, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_X_1) == 0x000050, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_BreakVector_Z_1) == 0x000060, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000068, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, K2Node_Event_DeltaTimeX) == 0x000070, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, K2Node_DynamicCast_AsCharacter) == 0x000078, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000081, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x000088, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000090, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_GetCustomGI_ReturnValue) == 0x000098, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0000B0, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'ABP_Noah_V2_PostProcess_C_ExecuteUbergraph_ABP_Noah_V2_PostProcess::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Noah_V2_PostProcess_C \ +static_assert(alignof(UABP_Noah_V2_PostProcess_C) == 0x000010, "Wrong alignment on UABP_Noah_V2_PostProcess_C"); \ +static_assert(sizeof(UABP_Noah_V2_PostProcess_C) == 0x010DB0, "Wrong size on UABP_Noah_V2_PostProcess_C"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, UberGraphFrame) == 0x000370, "Member 'UABP_Noah_V2_PostProcess_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Noah_V2_PostProcess_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_Noah_V2_PostProcess_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_Noah_V2_PostProcess_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_LinkedInputPose) == 0x000390, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_12) == 0x000450, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_LocalToComponentSpace_1) == 0x000BF0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_11) == 0x000C10, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_10) == 0x0013B0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_9) == 0x001B50, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_8) == 0x0022F0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_7) == 0x002A90, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_6) == 0x003230, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_5) == 0x0039D0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_4) == 0x004170, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_16) == 0x004910, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_Root) == 0x004E30, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_SaveCachedPose_1) == 0x004E50, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_3) == 0x004ED0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_15) == 0x005670, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_ControlRig) == 0x005B90, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x006060, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_2) == 0x006080, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_1) == 0x006820, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics) == 0x006FC0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_LocalToComponentSpace) == 0x007760, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_ComponentToLocalSpace) == 0x007780, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_14) == 0x0077A0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_13) == 0x007CC0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_12) == 0x0081E0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_11) == 0x008700, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_10) == 0x008C20, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_9) == 0x009140, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_8) == 0x009660, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_7) == 0x009B80, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_6) == 0x00A0A0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_5) == 0x00A5C0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_4) == 0x00AAE0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_3) == 0x00B000, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_2) == 0x00B520, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_43) == 0x00BA40, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_42) == 0x00BBE0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_41) == 0x00BD80, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_40) == 0x00BF20, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_39) == 0x00C0C0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_38) == 0x00C260, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_37) == 0x00C400, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_36) == 0x00C5A0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_35) == 0x00C740, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_34) == 0x00C8E0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_33) == 0x00CA80, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_32) == 0x00CC20, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_31) == 0x00CDC0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_30) == 0x00CF60, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics_1) == 0x00D100, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_AnimDynamics) == 0x00D620, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_UseCachedPose_1) == 0x00DB40, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_29) == 0x00DB68, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_28) == 0x00DD08, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_27) == 0x00DEA8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_26) == 0x00E048, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_25) == 0x00E1E8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_24) == 0x00E388, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_23) == 0x00E528, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_22) == 0x00E6C8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_21) == 0x00E868, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_20) == 0x00EA08, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_19) == 0x00EBA8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_18) == 0x00ED48, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_17) == 0x00EEE8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_16) == 0x00F088, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_15) == 0x00F228, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_BlendListByBool) == 0x00F3C8, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_14) == 0x00F410, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_13) == 0x00F5B0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_12) == 0x00F750, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_11) == 0x00F8F0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_10) == 0x00FA90, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_9) == 0x00FC30, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_8) == 0x00FDD0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_7) == 0x00FF70, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_6) == 0x010110, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_5) == 0x0102B0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_4) == 0x010450, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_3) == 0x0105F0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_2) == 0x010790, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver_1) == 0x010930, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_PoseDriver) == 0x010AD0, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_UseCachedPose) == 0x010C70, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AnimGraphNode_SaveCachedPose) == 0x010C98, "Member 'UABP_Noah_V2_PostProcess_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, Physics_Settings_Coat) == 0x010D18, "Member 'UABP_Noah_V2_PostProcess_C::Physics_Settings_Coat' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, External_Force) == 0x010D30, "Member 'UABP_Noah_V2_PostProcess_C::External_Force' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, CoatShouldGoGup) == 0x010D48, "Member 'UABP_Noah_V2_PostProcess_C::CoatShouldGoGup' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, FallingVelocity) == 0x010D50, "Member 'UABP_Noah_V2_PostProcess_C::FallingVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, Pelvis) == 0x010D58, "Member 'UABP_Noah_V2_PostProcess_C::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, IsCharacter) == 0x010D60, "Member 'UABP_Noah_V2_PostProcess_C::IsCharacter' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, PawnOwner) == 0x010D68, "Member 'UABP_Noah_V2_PostProcess_C::PawnOwner' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, CharacterMesh) == 0x010D70, "Member 'UABP_Noah_V2_PostProcess_C::CharacterMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, PreviousRotator) == 0x010D78, "Member 'UABP_Noah_V2_PostProcess_C::PreviousRotator' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, RotationVelocity) == 0x010D90, "Member 'UABP_Noah_V2_PostProcess_C::RotationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, CoatTurnVelocityThreshold) == 0x010D98, "Member 'UABP_Noah_V2_PostProcess_C::CoatTurnVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, ShouldDisablePostProcess) == 0x010DA0, "Member 'UABP_Noah_V2_PostProcess_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Noah_V2_PostProcess_C, AlphaTransition) == 0x010DA8, "Member 'UABP_Noah_V2_PostProcess_C::AlphaTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_SetGameplayPaused \ +static_assert(alignof(BP_LevelSequenceExecutor_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_LevelSequenceExecutor_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_LevelSequenceExecutor_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_OnSequenceStateLoaded \ +static_assert(alignof(BP_LevelSequenceExecutor_C_OnSequenceStateLoaded) == 0x000001, "Wrong alignment on BP_LevelSequenceExecutor_C_OnSequenceStateLoaded"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_OnSequenceStateLoaded) == 0x000001, "Wrong size on BP_LevelSequenceExecutor_C_OnSequenceStateLoaded"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_OnSequenceStateLoaded, State) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_OnSequenceStateLoaded::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC \ +static_assert(alignof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC) == 0x000008, "Wrong size on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC, Loaded) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E2081042690EE2C35AC::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4 \ +static_assert(alignof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4) == 0x000008, "Wrong size on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4, Loaded) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426908D00A7C4::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941 \ +static_assert(alignof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941) == 0x000008, "Wrong size on BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941, Loaded) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_OnLoaded_8738431E4CA73E20810426903BE07941::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_IsSequencePlayed \ +static_assert(alignof(BP_LevelSequenceExecutor_C_IsSequencePlayed) == 0x000001, "Wrong alignment on BP_LevelSequenceExecutor_C_IsSequencePlayed"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_IsSequencePlayed) == 0x000001, "Wrong size on BP_LevelSequenceExecutor_C_IsSequencePlayed"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_IsSequencePlayed, ReturnValue) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_IsSequencePlayed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_GetFrameForLoading \ +static_assert(alignof(BP_LevelSequenceExecutor_C_GetFrameForLoading) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_GetFrameForLoading"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_GetFrameForLoading) == 0x000098, "Wrong size on BP_LevelSequenceExecutor_C_GetFrameForLoading"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, MovieSceneSequencePlaybackParams) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, CallFunc_GetEndTime_ReturnValue) == 0x000038, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000048, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x00004C, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000054, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, K2Node_MakeStruct_FrameTime) == 0x000058, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::K2Node_MakeStruct_FrameTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFrameForLoading, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000060, "Member 'BP_LevelSequenceExecutor_C_GetFrameForLoading::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_GetFirstFrame \ +static_assert(alignof(BP_LevelSequenceExecutor_C_GetFirstFrame) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_GetFirstFrame"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_GetFirstFrame) == 0x000098, "Wrong size on BP_LevelSequenceExecutor_C_GetFirstFrame"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, MovieSceneSequencePlaybackParams) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, CallFunc_GetStartTime_ReturnValue) == 0x000038, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000048, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x00004C, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000054, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, K2Node_MakeStruct_FrameTime) == 0x000058, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::K2Node_MakeStruct_FrameTime' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_GetFirstFrame, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000060, "Member 'BP_LevelSequenceExecutor_C_GetFirstFrame::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor \ +static_assert(alignof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor) == 0x000120, "Wrong size on BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, EntryPoint) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, Temp_object_Variable) == 0x000010, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_AsLevel_Sequence) == 0x000018, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_AsLevel_Sequence' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_Event_State) == 0x000044, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_Event_State' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_IsPlaying_ReturnValue) == 0x000068, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, Temp_object_Variable_1) == 0x000070, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CustomEvent_Loaded_1) == 0x000078, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_AsLevel_Sequence_1) == 0x000080, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_AsLevel_Sequence_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_GetFrameForLoading_MovieSceneSequencePlaybackParams) == 0x000090, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_GetFrameForLoading_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_GetFirstFrame_MovieSceneSequencePlaybackParams) == 0x0000C8, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_GetFirstFrame_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, Temp_object_Variable_2) == 0x000100, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_AsLevel_Sequence_2) == 0x000108, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_AsLevel_Sequence_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_DynamicCast_bSuccess_2) == 0x000110, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_Not_PreBool_ReturnValue) == 0x000111, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_ReadState_State) == 0x000112, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000113, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_Event_Paused) == 0x000114, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor, K2Node_CustomEvent_Loaded_2) == 0x000118, "Member 'BP_LevelSequenceExecutor_C_ExecuteUbergraph_BP_LevelSequenceExecutor::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer \ +static_assert(alignof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer) == 0x000020, "Wrong size on BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer, LevelSequence_0) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer::LevelSequence_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000010, "Member 'BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000018, "Member 'BP_LevelSequenceExecutor_C_CreateLevelSequencePlayer::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_C_CheckForErrors \ +static_assert(alignof(BP_LevelSequenceExecutor_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_C_CheckForErrors"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_C_CheckForErrors) == 0x000040, "Wrong size on BP_LevelSequenceExecutor_C_CheckForErrors"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00003C, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'BP_LevelSequenceExecutor_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LevelSequenceExecutor_C \ +static_assert(alignof(ABP_LevelSequenceExecutor_C) == 0x000008, "Wrong alignment on ABP_LevelSequenceExecutor_C"); \ +static_assert(sizeof(ABP_LevelSequenceExecutor_C) == 0x000328, "Wrong size on ABP_LevelSequenceExecutor_C"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, UberGraphFrame) == 0x000290, "Member 'ABP_LevelSequenceExecutor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, BP_LevelSequencePlayer_SerializableComponent) == 0x000298, "Member 'ABP_LevelSequenceExecutor_C::BP_LevelSequencePlayer_SerializableComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, Billboard) == 0x0002A0, "Member 'ABP_LevelSequenceExecutor_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_LevelSequenceExecutor_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, LevelSequence) == 0x0002B0, "Member 'ABP_LevelSequenceExecutor_C::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, PlaybackSettings) == 0x0002D8, "Member 'ABP_LevelSequenceExecutor_C::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, OnLevelSequenceExecuted) == 0x000300, "Member 'ABP_LevelSequenceExecutor_C::OnLevelSequenceExecuted' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, LevelSequenceActor) == 0x000310, "Member 'ABP_LevelSequenceExecutor_C::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, LevelSequencePlayer) == 0x000318, "Member 'ABP_LevelSequenceExecutor_C::LevelSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, HasPlayedSequence) == 0x000320, "Member 'ABP_LevelSequenceExecutor_C::HasPlayedSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, ShouldResetSequenceOnRest) == 0x000321, "Member 'ABP_LevelSequenceExecutor_C::ShouldResetSequenceOnRest' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, UpdateMethodWhenLoadingState) == 0x000322, "Member 'ABP_LevelSequenceExecutor_C::UpdateMethodWhenLoadingState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelSequenceExecutor_C, IsPlayingSequence) == 0x000323, "Member 'ABP_LevelSequenceExecutor_C::IsPlayingSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorMasksVariationFragment \ +static_assert(alignof(FColorMasksVariationFragment) == 0x000008, "Wrong alignment on FColorMasksVariationFragment"); \ +static_assert(sizeof(FColorMasksVariationFragment) == 0x000010, "Wrong size on FColorMasksVariationFragment"); \ + +#define DUMPER7_ASSERTS_FScalarsVariationFragment \ +static_assert(alignof(FScalarsVariationFragment) == 0x000008, "Wrong alignment on FScalarsVariationFragment"); \ +static_assert(sizeof(FScalarsVariationFragment) == 0x000010, "Wrong size on FScalarsVariationFragment"); \ + +#define DUMPER7_ASSERTS_FMassEntitySpawnVisualData \ +static_assert(alignof(FMassEntitySpawnVisualData) == 0x000008, "Wrong alignment on FMassEntitySpawnVisualData"); \ +static_assert(sizeof(FMassEntitySpawnVisualData) == 0x0000A0, "Wrong size on FMassEntitySpawnVisualData"); \ +static_assert(offsetof(FMassEntitySpawnVisualData, VisualMasks) == 0x000000, "Member 'FMassEntitySpawnVisualData::VisualMasks' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnVisualData, VisualScalars) == 0x000050, "Member 'FMassEntitySpawnVisualData::VisualScalars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntitySpawnLinkData \ +static_assert(alignof(FMassEntitySpawnLinkData) == 0x000008, "Wrong alignment on FMassEntitySpawnLinkData"); \ +static_assert(sizeof(FMassEntitySpawnLinkData) == 0x000028, "Wrong size on FMassEntitySpawnLinkData"); \ +static_assert(offsetof(FMassEntitySpawnLinkData, ParentLink) == 0x000008, "Member 'FMassEntitySpawnLinkData::ParentLink' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnLinkData, ChildsLink) == 0x000018, "Member 'FMassEntitySpawnLinkData::ChildsLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntitySpawnData \ +static_assert(alignof(FMassEntitySpawnData) == 0x000010, "Wrong alignment on FMassEntitySpawnData"); \ +static_assert(sizeof(FMassEntitySpawnData) == 0x000140, "Wrong size on FMassEntitySpawnData"); \ +static_assert(offsetof(FMassEntitySpawnData, SpawnTransform) == 0x000010, "Member 'FMassEntitySpawnData::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnData, VisualData) == 0x000070, "Member 'FMassEntitySpawnData::VisualData' has a wrong offset!"); \ +static_assert(offsetof(FMassEntitySpawnData, LinkData) == 0x000110, "Member 'FMassEntitySpawnData::LinkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassTransformsSpawnDataDeterminist \ +static_assert(alignof(FMassTransformsSpawnDataDeterminist) == 0x000008, "Wrong alignment on FMassTransformsSpawnDataDeterminist"); \ +static_assert(sizeof(FMassTransformsSpawnDataDeterminist) == 0x000038, "Wrong size on FMassTransformsSpawnDataDeterminist"); \ + +#define DUMPER7_ASSERTS_UExtendedVisualTrait \ +static_assert(alignof(UExtendedVisualTrait) == 0x000008, "Wrong alignment on UExtendedVisualTrait"); \ +static_assert(sizeof(UExtendedVisualTrait) == 0x000028, "Wrong size on UExtendedVisualTrait"); \ + +#define DUMPER7_ASSERTS_UMassEntitySpawnDataGeneratorDeterministic \ +static_assert(alignof(UMassEntitySpawnDataGeneratorDeterministic) == 0x000008, "Wrong alignment on UMassEntitySpawnDataGeneratorDeterministic"); \ +static_assert(sizeof(UMassEntitySpawnDataGeneratorDeterministic) == 0x000038, "Wrong size on UMassEntitySpawnDataGeneratorDeterministic"); \ +static_assert(offsetof(UMassEntitySpawnDataGeneratorDeterministic, SpawnScenarioData) == 0x000030, "Member 'UMassEntitySpawnDataGeneratorDeterministic::SpawnScenarioData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntitySpawnDataScenario \ +static_assert(alignof(UMassEntitySpawnDataScenario) == 0x000008, "Wrong alignment on UMassEntitySpawnDataScenario"); \ +static_assert(sizeof(UMassEntitySpawnDataScenario) == 0x000080, "Wrong size on UMassEntitySpawnDataScenario"); \ +static_assert(offsetof(UMassEntitySpawnDataScenario, ScenarioDataWrappers) == 0x000030, "Member 'UMassEntitySpawnDataScenario::ScenarioDataWrappers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassEntitySpawnDataWrapper \ +static_assert(alignof(UMassEntitySpawnDataWrapper) == 0x000008, "Wrong alignment on UMassEntitySpawnDataWrapper"); \ +static_assert(sizeof(UMassEntitySpawnDataWrapper) == 0x000068, "Wrong size on UMassEntitySpawnDataWrapper"); \ +static_assert(offsetof(UMassEntitySpawnDataWrapper, PlacementType) == 0x000030, "Member 'UMassEntitySpawnDataWrapper::PlacementType' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySpawnDataWrapper, EntityType) == 0x000038, "Member 'UMassEntitySpawnDataWrapper::EntityType' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySpawnDataWrapper, SpawnData) == 0x000060, "Member 'UMassEntitySpawnDataWrapper::SpawnData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMassSpawnerExtended \ +static_assert(alignof(AMassSpawnerExtended) == 0x000008, "Wrong alignment on AMassSpawnerExtended"); \ +static_assert(sizeof(AMassSpawnerExtended) == 0x000338, "Wrong size on AMassSpawnerExtended"); \ + +#define DUMPER7_ASSERTS_UMassSpawnProcessorDeterministic \ +static_assert(alignof(UMassSpawnProcessorDeterministic) == 0x000008, "Wrong alignment on UMassSpawnProcessorDeterministic"); \ +static_assert(sizeof(UMassSpawnProcessorDeterministic) == 0x000370, "Wrong size on UMassSpawnProcessorDeterministic"); \ + +#define DUMPER7_ASSERTS_UVisualUpdateMassProcessor \ +static_assert(alignof(UVisualUpdateMassProcessor) == 0x000008, "Wrong alignment on UVisualUpdateMassProcessor"); \ +static_assert(sizeof(UVisualUpdateMassProcessor) == 0x0006C0, "Wrong size on UVisualUpdateMassProcessor"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameBase_C_ConvertFromSaveGameData \ +static_assert(alignof(BP_SaveGameBase_C_ConvertFromSaveGameData) == 0x000008, "Wrong alignment on BP_SaveGameBase_C_ConvertFromSaveGameData"); \ +static_assert(sizeof(BP_SaveGameBase_C_ConvertFromSaveGameData) == 0x000008, "Wrong size on BP_SaveGameBase_C_ConvertFromSaveGameData"); \ +static_assert(offsetof(BP_SaveGameBase_C_ConvertFromSaveGameData, SaveGameData) == 0x000000, "Member 'BP_SaveGameBase_C_ConvertFromSaveGameData::SaveGameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameBase_C_ConvertToSaveGameData \ +static_assert(alignof(BP_SaveGameBase_C_ConvertToSaveGameData) == 0x000008, "Wrong alignment on BP_SaveGameBase_C_ConvertToSaveGameData"); \ +static_assert(sizeof(BP_SaveGameBase_C_ConvertToSaveGameData) == 0x000018, "Wrong size on BP_SaveGameBase_C_ConvertToSaveGameData"); \ +static_assert(offsetof(BP_SaveGameBase_C_ConvertToSaveGameData, ReturnValue) == 0x000000, "Member 'BP_SaveGameBase_C_ConvertToSaveGameData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameBase_C_ConvertToSaveGameData, local_SaveGameData) == 0x000008, "Member 'BP_SaveGameBase_C_ConvertToSaveGameData::local_SaveGameData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameBase_C_ConvertToSaveGameData, CallFunc_SpawnObject_ReturnValue) == 0x000010, "Member 'BP_SaveGameBase_C_ConvertToSaveGameData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameBase_C_GetSaveVersion \ +static_assert(alignof(BP_SaveGameBase_C_GetSaveVersion) == 0x000004, "Wrong alignment on BP_SaveGameBase_C_GetSaveVersion"); \ +static_assert(sizeof(BP_SaveGameBase_C_GetSaveVersion) == 0x000004, "Wrong size on BP_SaveGameBase_C_GetSaveVersion"); \ +static_assert(offsetof(BP_SaveGameBase_C_GetSaveVersion, SaveVersion_0) == 0x000000, "Member 'BP_SaveGameBase_C_GetSaveVersion::SaveVersion_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameBase_C \ +static_assert(alignof(UBP_SaveGameBase_C) == 0x000008, "Wrong alignment on UBP_SaveGameBase_C"); \ +static_assert(sizeof(UBP_SaveGameBase_C) == 0x000030, "Wrong size on UBP_SaveGameBase_C"); \ +static_assert(offsetof(UBP_SaveGameBase_C, SaveVersion) == 0x000028, "Member 'UBP_SaveGameBase_C::SaveVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_WeaponInstanceData \ +static_assert(alignof(FS_WeaponInstanceData) == 0x000008, "Wrong alignment on FS_WeaponInstanceData"); \ +static_assert(sizeof(FS_WeaponInstanceData) == 0x000110, "Wrong size on FS_WeaponInstanceData"); \ +static_assert(offsetof(FS_WeaponInstanceData, WeaponHandle_2_11013A824CD90CD36AB7FCAC6FEFF94B) == 0x000000, "Member 'FS_WeaponInstanceData::WeaponHandle_2_11013A824CD90CD36AB7FCAC6FEFF94B' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceData, BasePhysicalAttack_5_51108803439DE283D55FEBBEFE4EE812) == 0x00000C, "Member 'FS_WeaponInstanceData::BasePhysicalAttack_5_51108803439DE283D55FEBBEFE4EE812' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceData, BaseMagicalAttack_7_F82124DC4B2D4007F1FAD7B515862B39) == 0x000010, "Member 'FS_WeaponInstanceData::BaseMagicalAttack_7_F82124DC4B2D4007F1FAD7B515862B39' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceData, WeaponQuality_17_EEABBFC4421A8631ECD065AB76851291) == 0x000014, "Member 'FS_WeaponInstanceData::WeaponQuality_17_EEABBFC4421A8631ECD065AB76851291' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceData, WeaponDefinition_13_F593E26E455CAF504BBE67A79B72D014) == 0x000018, "Member 'FS_WeaponInstanceData::WeaponDefinition_13_F593E26E455CAF504BBE67A79B72D014' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceData, ChromaValue_9_7ED42E0444D1AF97E15D5CA0B131820B) == 0x000108, "Member 'FS_WeaponInstanceData::ChromaValue_9_7ED42E0444D1AF97E15D5CA0B131820B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockExternalEndpointSettings \ +static_assert(alignof(UDualShockExternalEndpointSettings) == 0x000008, "Wrong alignment on UDualShockExternalEndpointSettings"); \ +static_assert(sizeof(UDualShockExternalEndpointSettings) == 0x000030, "Wrong size on UDualShockExternalEndpointSettings"); \ +static_assert(offsetof(UDualShockExternalEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockExternalEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockSoundfieldEndpointSettings \ +static_assert(alignof(UDualShockSoundfieldEndpointSettings) == 0x000008, "Wrong alignment on UDualShockSoundfieldEndpointSettings"); \ +static_assert(sizeof(UDualShockSoundfieldEndpointSettings) == 0x000030, "Wrong size on UDualShockSoundfieldEndpointSettings"); \ +static_assert(offsetof(UDualShockSoundfieldEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockSoundfieldEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockSpatializationSettings \ +static_assert(alignof(UDualShockSpatializationSettings) == 0x000008, "Wrong alignment on UDualShockSpatializationSettings"); \ +static_assert(sizeof(UDualShockSpatializationSettings) == 0x000038, "Wrong size on UDualShockSpatializationSettings"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Spread) == 0x000028, "Member 'UDualShockSpatializationSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Priority) == 0x00002C, "Member 'UDualShockSpatializationSettings::Priority' has a wrong offset!"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualShockSpatializationSettings::Passthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAndroidPermissionCallbackProxy \ +static_assert(alignof(UAndroidPermissionCallbackProxy) == 0x000008, "Wrong alignment on UAndroidPermissionCallbackProxy"); \ +static_assert(sizeof(UAndroidPermissionCallbackProxy) == 0x000050, "Wrong size on UAndroidPermissionCallbackProxy"); \ +static_assert(offsetof(UAndroidPermissionCallbackProxy, OnPermissionsGrantedDynamicDelegate) == 0x000028, "Member 'UAndroidPermissionCallbackProxy::OnPermissionsGrantedDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_AcquirePermissions \ +static_assert(alignof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ +static_assert(sizeof(AndroidPermissionFunctionLibrary_AcquirePermissions) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_AcquirePermissions"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, Permissions) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::Permissions' has a wrong offset!"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_AcquirePermissions, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_AcquirePermissions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidPermissionFunctionLibrary_CheckPermission \ +static_assert(alignof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000008, "Wrong alignment on AndroidPermissionFunctionLibrary_CheckPermission"); \ +static_assert(sizeof(AndroidPermissionFunctionLibrary_CheckPermission) == 0x000018, "Wrong size on AndroidPermissionFunctionLibrary_CheckPermission"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, permission) == 0x000000, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::permission' has a wrong offset!"); \ +static_assert(offsetof(AndroidPermissionFunctionLibrary_CheckPermission, ReturnValue) == 0x000010, "Member 'AndroidPermissionFunctionLibrary_CheckPermission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAndroidPermissionFunctionLibrary \ +static_assert(alignof(UAndroidPermissionFunctionLibrary) == 0x000008, "Wrong alignment on UAndroidPermissionFunctionLibrary"); \ +static_assert(sizeof(UAndroidPermissionFunctionLibrary) == 0x000028, "Wrong size on UAndroidPermissionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl \ +static_assert(alignof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl) == 0x000008, "Wrong alignment on BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl"); \ +static_assert(sizeof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl) == 0x000048, "Wrong size on BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, EntryPoint) == 0x000000, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, K2Node_CustomEvent_Speed) == 0x000008, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::K2Node_CustomEvent_Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, K2Node_CustomEvent_Speed_1) == 0x000010, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::K2Node_CustomEvent_Speed_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, K2Node_CustomEvent_DistortionValue) == 0x000018, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::K2Node_CustomEvent_DistortionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, K2Node_CustomEvent_HardnessValue) == 0x000020, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::K2Node_CustomEvent_HardnessValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x000030, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000038, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl, CallFunc_SetPlayRate_NewRate_ImplicitCast_1) == 0x000040, "Member 'BP_PP_DistortionParameterControl_C_ExecuteUbergraph_BP_PP_DistortionParameterControl::CallFunc_SetPlayRate_NewRate_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PP_DistortionParameterControl_C_ReverseDistortionParameter \ +static_assert(alignof(BP_PP_DistortionParameterControl_C_ReverseDistortionParameter) == 0x000008, "Wrong alignment on BP_PP_DistortionParameterControl_C_ReverseDistortionParameter"); \ +static_assert(sizeof(BP_PP_DistortionParameterControl_C_ReverseDistortionParameter) == 0x000008, "Wrong size on BP_PP_DistortionParameterControl_C_ReverseDistortionParameter"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_ReverseDistortionParameter, Speed) == 0x000000, "Member 'BP_PP_DistortionParameterControl_C_ReverseDistortionParameter::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PP_DistortionParameterControl_C_SetDistortion \ +static_assert(alignof(BP_PP_DistortionParameterControl_C_SetDistortion) == 0x000008, "Wrong alignment on BP_PP_DistortionParameterControl_C_SetDistortion"); \ +static_assert(sizeof(BP_PP_DistortionParameterControl_C_SetDistortion) == 0x000010, "Wrong size on BP_PP_DistortionParameterControl_C_SetDistortion"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetDistortion, NewParam) == 0x000000, "Member 'BP_PP_DistortionParameterControl_C_SetDistortion::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetDistortion, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000008, "Member 'BP_PP_DistortionParameterControl_C_SetDistortion::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PP_DistortionParameterControl_C_SetDistortionParameter \ +static_assert(alignof(BP_PP_DistortionParameterControl_C_SetDistortionParameter) == 0x000008, "Wrong alignment on BP_PP_DistortionParameterControl_C_SetDistortionParameter"); \ +static_assert(sizeof(BP_PP_DistortionParameterControl_C_SetDistortionParameter) == 0x000018, "Wrong size on BP_PP_DistortionParameterControl_C_SetDistortionParameter"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetDistortionParameter, Speed) == 0x000000, "Member 'BP_PP_DistortionParameterControl_C_SetDistortionParameter::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetDistortionParameter, DistortionValue) == 0x000008, "Member 'BP_PP_DistortionParameterControl_C_SetDistortionParameter::DistortionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetDistortionParameter, HardnessValue) == 0x000010, "Member 'BP_PP_DistortionParameterControl_C_SetDistortionParameter::HardnessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PP_DistortionParameterControl_C_SetHardness \ +static_assert(alignof(BP_PP_DistortionParameterControl_C_SetHardness) == 0x000008, "Wrong alignment on BP_PP_DistortionParameterControl_C_SetHardness"); \ +static_assert(sizeof(BP_PP_DistortionParameterControl_C_SetHardness) == 0x000010, "Wrong size on BP_PP_DistortionParameterControl_C_SetHardness"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetHardness, NewParam) == 0x000000, "Member 'BP_PP_DistortionParameterControl_C_SetHardness::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_PP_DistortionParameterControl_C_SetHardness, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000008, "Member 'BP_PP_DistortionParameterControl_C_SetHardness::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PP_DistortionParameterControl_C \ +static_assert(alignof(ABP_PP_DistortionParameterControl_C) == 0x000008, "Wrong alignment on ABP_PP_DistortionParameterControl_C"); \ +static_assert(sizeof(ABP_PP_DistortionParameterControl_C) == 0x0002C0, "Wrong size on ABP_PP_DistortionParameterControl_C"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, UberGraphFrame) == 0x000290, "Member 'ABP_PP_DistortionParameterControl_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_PP_DistortionParameterControl_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, DistortionTimeline_0to1_64EAC131498BD3E99CD8C99844349C8F) == 0x0002A0, "Member 'ABP_PP_DistortionParameterControl_C::DistortionTimeline_0to1_64EAC131498BD3E99CD8C99844349C8F' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, DistortionTimeline__Direction_64EAC131498BD3E99CD8C99844349C8F) == 0x0002A4, "Member 'ABP_PP_DistortionParameterControl_C::DistortionTimeline__Direction_64EAC131498BD3E99CD8C99844349C8F' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, DistortionTimeline) == 0x0002A8, "Member 'ABP_PP_DistortionParameterControl_C::DistortionTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, Distortion) == 0x0002B0, "Member 'ABP_PP_DistortionParameterControl_C::Distortion' has a wrong offset!"); \ +static_assert(offsetof(ABP_PP_DistortionParameterControl_C, Hardness) == 0x0002B8, "Member 'ABP_PP_DistortionParameterControl_C::Hardness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOVRLipSyncFrame \ +static_assert(alignof(FOVRLipSyncFrame) == 0x000008, "Wrong alignment on FOVRLipSyncFrame"); \ +static_assert(sizeof(FOVRLipSyncFrame) == 0x000018, "Wrong size on FOVRLipSyncFrame"); \ +static_assert(offsetof(FOVRLipSyncFrame, VisemeScores) == 0x000000, "Member 'FOVRLipSyncFrame::VisemeScores' has a wrong offset!"); \ +static_assert(offsetof(FOVRLipSyncFrame, LaughterScore) == 0x000010, "Member 'FOVRLipSyncFrame::LaughterScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets \ +static_assert(alignof(OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets) == 0x000008, "Wrong alignment on OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets"); \ +static_assert(sizeof(OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets) == 0x000018, "Wrong size on OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets"); \ +static_assert(offsetof(OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets, Mesh) == 0x000000, "Member 'OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets::Mesh' has a wrong offset!"); \ +static_assert(offsetof(OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets, MorphTargetNames) == 0x000008, "Member 'OVRLipSyncActorComponentBase_AssignVisemesToMorphTargets::MorphTargetNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponentBase_GetLaughterScore \ +static_assert(alignof(OVRLipSyncActorComponentBase_GetLaughterScore) == 0x000004, "Wrong alignment on OVRLipSyncActorComponentBase_GetLaughterScore"); \ +static_assert(sizeof(OVRLipSyncActorComponentBase_GetLaughterScore) == 0x000004, "Wrong size on OVRLipSyncActorComponentBase_GetLaughterScore"); \ +static_assert(offsetof(OVRLipSyncActorComponentBase_GetLaughterScore, ReturnValue) == 0x000000, "Member 'OVRLipSyncActorComponentBase_GetLaughterScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponentBase_GetVisemeNames \ +static_assert(alignof(OVRLipSyncActorComponentBase_GetVisemeNames) == 0x000008, "Wrong alignment on OVRLipSyncActorComponentBase_GetVisemeNames"); \ +static_assert(sizeof(OVRLipSyncActorComponentBase_GetVisemeNames) == 0x000010, "Wrong size on OVRLipSyncActorComponentBase_GetVisemeNames"); \ +static_assert(offsetof(OVRLipSyncActorComponentBase_GetVisemeNames, ReturnValue) == 0x000000, "Member 'OVRLipSyncActorComponentBase_GetVisemeNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponentBase_GetVisemes \ +static_assert(alignof(OVRLipSyncActorComponentBase_GetVisemes) == 0x000008, "Wrong alignment on OVRLipSyncActorComponentBase_GetVisemes"); \ +static_assert(sizeof(OVRLipSyncActorComponentBase_GetVisemes) == 0x000010, "Wrong size on OVRLipSyncActorComponentBase_GetVisemes"); \ +static_assert(offsetof(OVRLipSyncActorComponentBase_GetVisemes, ReturnValue) == 0x000000, "Member 'OVRLipSyncActorComponentBase_GetVisemes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOVRLipSyncActorComponentBase \ +static_assert(alignof(UOVRLipSyncActorComponentBase) == 0x000008, "Wrong alignment on UOVRLipSyncActorComponentBase"); \ +static_assert(sizeof(UOVRLipSyncActorComponentBase) == 0x0000C8, "Wrong size on UOVRLipSyncActorComponentBase"); \ +static_assert(offsetof(UOVRLipSyncActorComponentBase, OnVisemesReady) == 0x0000A0, "Member 'UOVRLipSyncActorComponentBase::OnVisemesReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOVRLipSyncFrameSequence \ +static_assert(alignof(UOVRLipSyncFrameSequence) == 0x000008, "Wrong alignment on UOVRLipSyncFrameSequence"); \ +static_assert(sizeof(UOVRLipSyncFrameSequence) == 0x000038, "Wrong size on UOVRLipSyncFrameSequence"); \ +static_assert(offsetof(UOVRLipSyncFrameSequence, FrameSequence) == 0x000028, "Member 'UOVRLipSyncFrameSequence::FrameSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponent_FeedAudio \ +static_assert(alignof(OVRLipSyncActorComponent_FeedAudio) == 0x000008, "Wrong alignment on OVRLipSyncActorComponent_FeedAudio"); \ +static_assert(sizeof(OVRLipSyncActorComponent_FeedAudio) == 0x000010, "Wrong size on OVRLipSyncActorComponent_FeedAudio"); \ +static_assert(offsetof(OVRLipSyncActorComponent_FeedAudio, AudioData) == 0x000000, "Member 'OVRLipSyncActorComponent_FeedAudio::AudioData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncActorComponent_PermissionCallback \ +static_assert(alignof(OVRLipSyncActorComponent_PermissionCallback) == 0x000008, "Wrong alignment on OVRLipSyncActorComponent_PermissionCallback"); \ +static_assert(sizeof(OVRLipSyncActorComponent_PermissionCallback) == 0x000020, "Wrong size on OVRLipSyncActorComponent_PermissionCallback"); \ +static_assert(offsetof(OVRLipSyncActorComponent_PermissionCallback, Permissions) == 0x000000, "Member 'OVRLipSyncActorComponent_PermissionCallback::Permissions' has a wrong offset!"); \ +static_assert(offsetof(OVRLipSyncActorComponent_PermissionCallback, GrantResults) == 0x000010, "Member 'OVRLipSyncActorComponent_PermissionCallback::GrantResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOVRLipSyncActorComponent \ +static_assert(alignof(UOVRLipSyncActorComponent) == 0x000008, "Wrong alignment on UOVRLipSyncActorComponent"); \ +static_assert(sizeof(UOVRLipSyncActorComponent) == 0x000100, "Wrong size on UOVRLipSyncActorComponent"); \ +static_assert(offsetof(UOVRLipSyncActorComponent, SampleRate) == 0x0000C8, "Member 'UOVRLipSyncActorComponent::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UOVRLipSyncActorComponent, BufferSize) == 0x0000CC, "Member 'UOVRLipSyncActorComponent::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(UOVRLipSyncActorComponent, ProviderKind) == 0x0000D0, "Member 'UOVRLipSyncActorComponent::ProviderKind' has a wrong offset!"); \ +static_assert(offsetof(UOVRLipSyncActorComponent, EnableHardwareAcceleration) == 0x0000D1, "Member 'UOVRLipSyncActorComponent::EnableHardwareAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncPlaybackActorComponent_SetPlaybackSequence \ +static_assert(alignof(OVRLipSyncPlaybackActorComponent_SetPlaybackSequence) == 0x000008, "Wrong alignment on OVRLipSyncPlaybackActorComponent_SetPlaybackSequence"); \ +static_assert(sizeof(OVRLipSyncPlaybackActorComponent_SetPlaybackSequence) == 0x000008, "Wrong size on OVRLipSyncPlaybackActorComponent_SetPlaybackSequence"); \ +static_assert(offsetof(OVRLipSyncPlaybackActorComponent_SetPlaybackSequence, InSequence) == 0x000000, "Member 'OVRLipSyncPlaybackActorComponent_SetPlaybackSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OVRLipSyncPlaybackActorComponent_Start \ +static_assert(alignof(OVRLipSyncPlaybackActorComponent_Start) == 0x000008, "Wrong alignment on OVRLipSyncPlaybackActorComponent_Start"); \ +static_assert(sizeof(OVRLipSyncPlaybackActorComponent_Start) == 0x000010, "Wrong size on OVRLipSyncPlaybackActorComponent_Start"); \ +static_assert(offsetof(OVRLipSyncPlaybackActorComponent_Start, InAudioComponent) == 0x000000, "Member 'OVRLipSyncPlaybackActorComponent_Start::InAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(OVRLipSyncPlaybackActorComponent_Start, InSequence) == 0x000008, "Member 'OVRLipSyncPlaybackActorComponent_Start::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOVRLipSyncPlaybackActorComponent \ +static_assert(alignof(UOVRLipSyncPlaybackActorComponent) == 0x000008, "Wrong alignment on UOVRLipSyncPlaybackActorComponent"); \ +static_assert(sizeof(UOVRLipSyncPlaybackActorComponent) == 0x0000E8, "Wrong size on UOVRLipSyncPlaybackActorComponent"); \ +static_assert(offsetof(UOVRLipSyncPlaybackActorComponent, Sequence) == 0x0000C8, "Member 'UOVRLipSyncPlaybackActorComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UOVRLipSyncPlaybackActorComponent, AudioComponent) == 0x0000D0, "Member 'UOVRLipSyncPlaybackActorComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyKill_Portrait_C_GetEnemyName \ +static_assert(alignof(WBP_EnemyKill_Portrait_C_GetEnemyName) == 0x000004, "Wrong alignment on WBP_EnemyKill_Portrait_C_GetEnemyName"); \ +static_assert(sizeof(WBP_EnemyKill_Portrait_C_GetEnemyName) == 0x000008, "Wrong size on WBP_EnemyKill_Portrait_C_GetEnemyName"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_GetEnemyName, EnemyName_0) == 0x000000, "Member 'WBP_EnemyKill_Portrait_C_GetEnemyName::EnemyName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyKill_Portrait_C_LoadEnemyFromData \ +static_assert(alignof(WBP_EnemyKill_Portrait_C_LoadEnemyFromData) == 0x000008, "Wrong alignment on WBP_EnemyKill_Portrait_C_LoadEnemyFromData"); \ +static_assert(sizeof(WBP_EnemyKill_Portrait_C_LoadEnemyFromData) == 0x000200, "Wrong size on WBP_EnemyKill_Portrait_C_LoadEnemyFromData"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_LoadEnemyFromData, Enemy) == 0x000000, "Member 'WBP_EnemyKill_Portrait_C_LoadEnemyFromData::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName \ +static_assert(alignof(WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName) == 0x000008, "Wrong alignment on WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName"); \ +static_assert(sizeof(WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName) == 0x000210, "Wrong size on WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName, EnemyHardcodedName) == 0x000000, "Member 'WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName::EnemyHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName, CallFunc_GetEnemyDataTableRow_Found) == 0x000008, "Member 'WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x000010, "Member 'WBP_EnemyKill_Portrait_C_LoadEnemyFromHardcodedName::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyKill_Portrait_C_SetCount \ +static_assert(alignof(WBP_EnemyKill_Portrait_C_SetCount) == 0x000008, "Wrong alignment on WBP_EnemyKill_Portrait_C_SetCount"); \ +static_assert(sizeof(WBP_EnemyKill_Portrait_C_SetCount) == 0x000090, "Wrong size on WBP_EnemyKill_Portrait_C_SetCount"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, InCount) == 0x000000, "Member 'WBP_EnemyKill_Portrait_C_SetCount::InCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, Temp_byte_Variable) == 0x000004, "Member 'WBP_EnemyKill_Portrait_C_SetCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_EnemyKill_Portrait_C_SetCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'WBP_EnemyKill_Portrait_C_SetCount::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_EnemyKill_Portrait_C_SetCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_EnemyKill_Portrait_C_SetCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_EnemyKill_Portrait_C_SetCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, Temp_bool_Variable) == 0x000070, "Member 'WBP_EnemyKill_Portrait_C_SetCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_EnemyKill_Portrait_C_SetCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Portrait_C_SetCount, K2Node_Select_Default) == 0x000088, "Member 'WBP_EnemyKill_Portrait_C_SetCount::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EnemyKill_Portrait_C \ +static_assert(alignof(UWBP_EnemyKill_Portrait_C) == 0x000008, "Wrong alignment on UWBP_EnemyKill_Portrait_C"); \ +static_assert(sizeof(UWBP_EnemyKill_Portrait_C) == 0x000340, "Wrong size on UWBP_EnemyKill_Portrait_C"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, Background) == 0x000308, "Member 'UWBP_EnemyKill_Portrait_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, BloodBackground) == 0x000310, "Member 'UWBP_EnemyKill_Portrait_C::BloodBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, Count) == 0x000318, "Member 'UWBP_EnemyKill_Portrait_C::Count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, Portrait) == 0x000320, "Member 'UWBP_EnemyKill_Portrait_C::Portrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, RetainerBox_MaskPortrait) == 0x000328, "Member 'UWBP_EnemyKill_Portrait_C::RetainerBox_MaskPortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, RetainerBoxFade) == 0x000330, "Member 'UWBP_EnemyKill_Portrait_C::RetainerBoxFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyKill_Portrait_C, EnemyName) == 0x000338, "Member 'UWBP_EnemyKill_Portrait_C::EnemyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLTweenDelegateHandleWrapper \ +static_assert(alignof(FLTweenDelegateHandleWrapper) == 0x000008, "Wrong alignment on FLTweenDelegateHandleWrapper"); \ +static_assert(sizeof(FLTweenDelegateHandleWrapper) == 0x000008, "Wrong size on FLTweenDelegateHandleWrapper"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_ArrayKillIfIsTweening \ +static_assert(alignof(LTweenBPLibrary_ArrayKillIfIsTweening) == 0x000008, "Wrong alignment on LTweenBPLibrary_ArrayKillIfIsTweening"); \ +static_assert(sizeof(LTweenBPLibrary_ArrayKillIfIsTweening) == 0x000020, "Wrong size on LTweenBPLibrary_ArrayKillIfIsTweening"); \ +static_assert(offsetof(LTweenBPLibrary_ArrayKillIfIsTweening, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_ArrayKillIfIsTweening::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ArrayKillIfIsTweening, inTweenerArray) == 0x000008, "Member 'LTweenBPLibrary_ArrayKillIfIsTweening::inTweenerArray' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ArrayKillIfIsTweening, callComplete) == 0x000018, "Member 'LTweenBPLibrary_ArrayKillIfIsTweening::callComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_ColorTo \ +static_assert(alignof(LTweenBPLibrary_ColorTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_ColorTo"); \ +static_assert(sizeof(LTweenBPLibrary_ColorTo) == 0x000038, "Wrong size on LTweenBPLibrary_ColorTo"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_ColorTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, setter) == 0x000008, "Member 'LTweenBPLibrary_ColorTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_ColorTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, endValue) == 0x00001C, "Member 'LTweenBPLibrary_ColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_ColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_ColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_ColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_ColorTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_ColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_CreateSequence \ +static_assert(alignof(LTweenBPLibrary_CreateSequence) == 0x000008, "Wrong alignment on LTweenBPLibrary_CreateSequence"); \ +static_assert(sizeof(LTweenBPLibrary_CreateSequence) == 0x000010, "Wrong size on LTweenBPLibrary_CreateSequence"); \ +static_assert(offsetof(LTweenBPLibrary_CreateSequence, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_CreateSequence::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_CreateSequence, ReturnValue) == 0x000008, "Member 'LTweenBPLibrary_CreateSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_DelayCall \ +static_assert(alignof(LTweenBPLibrary_DelayCall) == 0x000008, "Wrong alignment on LTweenBPLibrary_DelayCall"); \ +static_assert(sizeof(LTweenBPLibrary_DelayCall) == 0x000028, "Wrong size on LTweenBPLibrary_DelayCall"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_DelayCall::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, DelayTime) == 0x000008, "Member 'LTweenBPLibrary_DelayCall::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, delayComplete) == 0x00000C, "Member 'LTweenBPLibrary_DelayCall::delayComplete' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, affectByGamePause) == 0x00001C, "Member 'LTweenBPLibrary_DelayCall::affectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, affectByTimeDilation) == 0x00001D, "Member 'LTweenBPLibrary_DelayCall::affectByTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayCall, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_DelayCall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_DelayFrameCall \ +static_assert(alignof(LTweenBPLibrary_DelayFrameCall) == 0x000008, "Wrong alignment on LTweenBPLibrary_DelayFrameCall"); \ +static_assert(sizeof(LTweenBPLibrary_DelayFrameCall) == 0x000028, "Wrong size on LTweenBPLibrary_DelayFrameCall"); \ +static_assert(offsetof(LTweenBPLibrary_DelayFrameCall, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_DelayFrameCall::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayFrameCall, FrameCount) == 0x000008, "Member 'LTweenBPLibrary_DelayFrameCall::FrameCount' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayFrameCall, delayComplete) == 0x00000C, "Member 'LTweenBPLibrary_DelayFrameCall::delayComplete' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayFrameCall, affectByGamePause) == 0x00001C, "Member 'LTweenBPLibrary_DelayFrameCall::affectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DelayFrameCall, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_DelayFrameCall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_DoubleTo \ +static_assert(alignof(LTweenBPLibrary_DoubleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_DoubleTo"); \ +static_assert(sizeof(LTweenBPLibrary_DoubleTo) == 0x000040, "Wrong size on LTweenBPLibrary_DoubleTo"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_DoubleTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, setter) == 0x000008, "Member 'LTweenBPLibrary_DoubleTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_DoubleTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, endValue) == 0x000020, "Member 'LTweenBPLibrary_DoubleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, Duration) == 0x000028, "Member 'LTweenBPLibrary_DoubleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, Delay) == 0x00002C, "Member 'LTweenBPLibrary_DoubleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, Ease) == 0x000030, "Member 'LTweenBPLibrary_DoubleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_DoubleTo, ReturnValue) == 0x000038, "Member 'LTweenBPLibrary_DoubleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_FloatTo \ +static_assert(alignof(LTweenBPLibrary_FloatTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_FloatTo"); \ +static_assert(sizeof(LTweenBPLibrary_FloatTo) == 0x000038, "Wrong size on LTweenBPLibrary_FloatTo"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_FloatTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, setter) == 0x000008, "Member 'LTweenBPLibrary_FloatTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_FloatTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, endValue) == 0x00001C, "Member 'LTweenBPLibrary_FloatTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_FloatTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_FloatTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_FloatTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_FloatTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_FloatTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_IntTo \ +static_assert(alignof(LTweenBPLibrary_IntTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_IntTo"); \ +static_assert(sizeof(LTweenBPLibrary_IntTo) == 0x000038, "Wrong size on LTweenBPLibrary_IntTo"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_IntTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, setter) == 0x000008, "Member 'LTweenBPLibrary_IntTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_IntTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, endValue) == 0x00001C, "Member 'LTweenBPLibrary_IntTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_IntTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_IntTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_IntTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IntTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_IntTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_IsTweening \ +static_assert(alignof(LTweenBPLibrary_IsTweening) == 0x000008, "Wrong alignment on LTweenBPLibrary_IsTweening"); \ +static_assert(sizeof(LTweenBPLibrary_IsTweening) == 0x000018, "Wrong size on LTweenBPLibrary_IsTweening"); \ +static_assert(offsetof(LTweenBPLibrary_IsTweening, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_IsTweening::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IsTweening, inTweener) == 0x000008, "Member 'LTweenBPLibrary_IsTweening::inTweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_IsTweening, ReturnValue) == 0x000010, "Member 'LTweenBPLibrary_IsTweening::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_KillIfIsTweening \ +static_assert(alignof(LTweenBPLibrary_KillIfIsTweening) == 0x000008, "Wrong alignment on LTweenBPLibrary_KillIfIsTweening"); \ +static_assert(sizeof(LTweenBPLibrary_KillIfIsTweening) == 0x000018, "Wrong size on LTweenBPLibrary_KillIfIsTweening"); \ +static_assert(offsetof(LTweenBPLibrary_KillIfIsTweening, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_KillIfIsTweening::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_KillIfIsTweening, inTweener) == 0x000008, "Member 'LTweenBPLibrary_KillIfIsTweening::inTweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_KillIfIsTweening, callComplete) == 0x000010, "Member 'LTweenBPLibrary_KillIfIsTweening::callComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LinearColorTo \ +static_assert(alignof(LTweenBPLibrary_LinearColorTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LinearColorTo"); \ +static_assert(sizeof(LTweenBPLibrary_LinearColorTo) == 0x000050, "Wrong size on LTweenBPLibrary_LinearColorTo"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_LinearColorTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, setter) == 0x000008, "Member 'LTweenBPLibrary_LinearColorTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_LinearColorTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, endValue) == 0x000028, "Member 'LTweenBPLibrary_LinearColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, Duration) == 0x000038, "Member 'LTweenBPLibrary_LinearColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, Delay) == 0x00003C, "Member 'LTweenBPLibrary_LinearColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, Ease) == 0x000040, "Member 'LTweenBPLibrary_LinearColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LinearColorTo, ReturnValue) == 0x000048, "Member 'LTweenBPLibrary_LinearColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionTo \ +static_assert(alignof(LTweenBPLibrary_LocalPositionTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionTo) == 0x000038, "Wrong size on LTweenBPLibrary_LocalPositionTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_LocalPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_LocalPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_LocalPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_LocalPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalPositionTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionTo_Sweep) == 0x000130, "Wrong size on LTweenBPLibrary_LocalPositionTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, SweepHitResult) == 0x000020, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, sweep) == 0x000118, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, Teleport) == 0x000119, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, Duration) == 0x00011C, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, Delay) == 0x000120, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, Ease) == 0x000124, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionTo_Sweep, ReturnValue) == 0x000128, "Member 'LTweenBPLibrary_LocalPositionTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionXTo \ +static_assert(alignof(LTweenBPLibrary_LocalPositionXTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionXTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionXTo) == 0x000028, "Wrong size on LTweenBPLibrary_LocalPositionXTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionXTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionXTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionXTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_LocalPositionXTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_LocalPositionXTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_LocalPositionXTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionXTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalPositionXTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionXTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionXTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_LocalPositionXTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionXTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_LocalPositionXTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionYTo \ +static_assert(alignof(LTweenBPLibrary_LocalPositionYTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionYTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionYTo) == 0x000028, "Wrong size on LTweenBPLibrary_LocalPositionYTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionYTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionYTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionYTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_LocalPositionYTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_LocalPositionYTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_LocalPositionYTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionYTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalPositionYTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionYTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionYTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_LocalPositionYTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionYTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_LocalPositionYTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionZTo \ +static_assert(alignof(LTweenBPLibrary_LocalPositionZTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionZTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionZTo) == 0x000028, "Wrong size on LTweenBPLibrary_LocalPositionZTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionZTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionZTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionZTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_LocalPositionZTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_LocalPositionZTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_LocalPositionZTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalPositionZTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalPositionZTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalPositionZTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalPositionZTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_LocalPositionZTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalPositionZTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_LocalPositionZTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotateEulerAngleTo \ +static_assert(alignof(LTweenBPLibrary_LocalRotateEulerAngleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalRotateEulerAngleTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotateEulerAngleTo) == 0x000038, "Wrong size on LTweenBPLibrary_LocalRotateEulerAngleTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, eulerAngle) == 0x000008, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::eulerAngle' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep) == 0x000130, "Wrong size on LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, eulerAngle) == 0x000008, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::eulerAngle' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, SweepHitResult) == 0x000020, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, sweep) == 0x000118, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, Teleport) == 0x000119, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, Duration) == 0x00011C, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, Delay) == 0x000120, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, Ease) == 0x000124, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep, ReturnValue) == 0x000128, "Member 'LTweenBPLibrary_LocalRotateEulerAngleTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotationQuaternionTo \ +static_assert(alignof(LTweenBPLibrary_LocalRotationQuaternionTo) == 0x000010, "Wrong alignment on LTweenBPLibrary_LocalRotationQuaternionTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotationQuaternionTo) == 0x000050, "Wrong size on LTweenBPLibrary_LocalRotationQuaternionTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, Duration) == 0x000030, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, Delay) == 0x000034, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, Ease) == 0x000038, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo, ReturnValue) == 0x000040, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotationQuaternionTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep) == 0x000010, "Wrong alignment on LTweenBPLibrary_LocalRotationQuaternionTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep) == 0x000140, "Wrong size on LTweenBPLibrary_LocalRotationQuaternionTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, endValue) == 0x000010, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, SweepHitResult) == 0x000030, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, sweep) == 0x000128, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, Teleport) == 0x000129, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, Duration) == 0x00012C, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, Delay) == 0x000130, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, Ease) == 0x000134, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotationQuaternionTo_Sweep, ReturnValue) == 0x000138, "Member 'LTweenBPLibrary_LocalRotationQuaternionTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotatorTo \ +static_assert(alignof(LTweenBPLibrary_LocalRotatorTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalRotatorTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotatorTo) == 0x000038, "Wrong size on LTweenBPLibrary_LocalRotatorTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotatorTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalRotatorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, ShortestPath) == 0x000020, "Member 'LTweenBPLibrary_LocalRotatorTo::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, Duration) == 0x000024, "Member 'LTweenBPLibrary_LocalRotatorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, Delay) == 0x000028, "Member 'LTweenBPLibrary_LocalRotatorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, Ease) == 0x00002C, "Member 'LTweenBPLibrary_LocalRotatorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_LocalRotatorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalRotatorTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_LocalRotatorTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalRotatorTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_LocalRotatorTo_Sweep) == 0x000138, "Wrong size on LTweenBPLibrary_LocalRotatorTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, ShortestPath) == 0x000020, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, SweepHitResult) == 0x000028, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, sweep) == 0x000120, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, Teleport) == 0x000121, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, Duration) == 0x000124, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, Delay) == 0x000128, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, Ease) == 0x00012C, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalRotatorTo_Sweep, ReturnValue) == 0x000130, "Member 'LTweenBPLibrary_LocalRotatorTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_LocalScaleTo \ +static_assert(alignof(LTweenBPLibrary_LocalScaleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_LocalScaleTo"); \ +static_assert(sizeof(LTweenBPLibrary_LocalScaleTo) == 0x000038, "Wrong size on LTweenBPLibrary_LocalScaleTo"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, Target) == 0x000000, "Member 'LTweenBPLibrary_LocalScaleTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_LocalScaleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_LocalScaleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_LocalScaleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_LocalScaleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_LocalScaleTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_LocalScaleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_MaterialScalarParameterTo \ +static_assert(alignof(LTweenBPLibrary_MaterialScalarParameterTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_MaterialScalarParameterTo"); \ +static_assert(sizeof(LTweenBPLibrary_MaterialScalarParameterTo) == 0x000030, "Wrong size on LTweenBPLibrary_MaterialScalarParameterTo"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, Target) == 0x000008, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, ParameterName) == 0x000010, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, endValue) == 0x000018, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, Duration) == 0x00001C, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, Delay) == 0x000020, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, Ease) == 0x000024, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialScalarParameterTo, ReturnValue) == 0x000028, "Member 'LTweenBPLibrary_MaterialScalarParameterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_MaterialVectorParameterTo \ +static_assert(alignof(LTweenBPLibrary_MaterialVectorParameterTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_MaterialVectorParameterTo"); \ +static_assert(sizeof(LTweenBPLibrary_MaterialVectorParameterTo) == 0x000040, "Wrong size on LTweenBPLibrary_MaterialVectorParameterTo"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, Target) == 0x000008, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, ParameterName) == 0x000010, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, endValue) == 0x000018, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, Duration) == 0x000028, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, Delay) == 0x00002C, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, Ease) == 0x000030, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MaterialVectorParameterTo, ReturnValue) == 0x000038, "Member 'LTweenBPLibrary_MaterialVectorParameterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_MeshMaterialScalarParameterTo \ +static_assert(alignof(LTweenBPLibrary_MeshMaterialScalarParameterTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_MeshMaterialScalarParameterTo"); \ +static_assert(sizeof(LTweenBPLibrary_MeshMaterialScalarParameterTo) == 0x000030, "Wrong size on LTweenBPLibrary_MeshMaterialScalarParameterTo"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, Target) == 0x000000, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, MaterialIndex) == 0x000008, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, ParameterName) == 0x00000C, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, endValue) == 0x000014, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, Duration) == 0x000018, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, Delay) == 0x00001C, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, Ease) == 0x000020, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialScalarParameterTo, ReturnValue) == 0x000028, "Member 'LTweenBPLibrary_MeshMaterialScalarParameterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_MeshMaterialVectorParameterTo \ +static_assert(alignof(LTweenBPLibrary_MeshMaterialVectorParameterTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_MeshMaterialVectorParameterTo"); \ +static_assert(sizeof(LTweenBPLibrary_MeshMaterialVectorParameterTo) == 0x000038, "Wrong size on LTweenBPLibrary_MeshMaterialVectorParameterTo"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, Target) == 0x000000, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, MaterialIndex) == 0x000008, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, ParameterName) == 0x00000C, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, endValue) == 0x000014, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, Duration) == 0x000024, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, Delay) == 0x000028, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, Ease) == 0x00002C, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_MeshMaterialVectorParameterTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_MeshMaterialVectorParameterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_QuaternionTo \ +static_assert(alignof(LTweenBPLibrary_QuaternionTo) == 0x000010, "Wrong alignment on LTweenBPLibrary_QuaternionTo"); \ +static_assert(sizeof(LTweenBPLibrary_QuaternionTo) == 0x000080, "Wrong size on LTweenBPLibrary_QuaternionTo"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_QuaternionTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, setter) == 0x000008, "Member 'LTweenBPLibrary_QuaternionTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, StartValue) == 0x000020, "Member 'LTweenBPLibrary_QuaternionTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, endValue) == 0x000040, "Member 'LTweenBPLibrary_QuaternionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, Duration) == 0x000060, "Member 'LTweenBPLibrary_QuaternionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, Delay) == 0x000064, "Member 'LTweenBPLibrary_QuaternionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, Ease) == 0x000068, "Member 'LTweenBPLibrary_QuaternionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_QuaternionTo, ReturnValue) == 0x000070, "Member 'LTweenBPLibrary_QuaternionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_RegisterUpdateEvent \ +static_assert(alignof(LTweenBPLibrary_RegisterUpdateEvent) == 0x000008, "Wrong alignment on LTweenBPLibrary_RegisterUpdateEvent"); \ +static_assert(sizeof(LTweenBPLibrary_RegisterUpdateEvent) == 0x000020, "Wrong size on LTweenBPLibrary_RegisterUpdateEvent"); \ +static_assert(offsetof(LTweenBPLibrary_RegisterUpdateEvent, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_RegisterUpdateEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RegisterUpdateEvent, Update) == 0x000008, "Member 'LTweenBPLibrary_RegisterUpdateEvent::Update' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RegisterUpdateEvent, ReturnValue) == 0x000018, "Member 'LTweenBPLibrary_RegisterUpdateEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_RepeatCall \ +static_assert(alignof(LTweenBPLibrary_RepeatCall) == 0x000008, "Wrong alignment on LTweenBPLibrary_RepeatCall"); \ +static_assert(sizeof(LTweenBPLibrary_RepeatCall) == 0x000030, "Wrong size on LTweenBPLibrary_RepeatCall"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_RepeatCall::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, callFunction) == 0x000008, "Member 'LTweenBPLibrary_RepeatCall::callFunction' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, DelayTime) == 0x000018, "Member 'LTweenBPLibrary_RepeatCall::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, Interval) == 0x00001C, "Member 'LTweenBPLibrary_RepeatCall::Interval' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, RepeatCount) == 0x000020, "Member 'LTweenBPLibrary_RepeatCall::RepeatCount' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RepeatCall, ReturnValue) == 0x000028, "Member 'LTweenBPLibrary_RepeatCall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_RotatorTo \ +static_assert(alignof(LTweenBPLibrary_RotatorTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_RotatorTo"); \ +static_assert(sizeof(LTweenBPLibrary_RotatorTo) == 0x000060, "Wrong size on LTweenBPLibrary_RotatorTo"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_RotatorTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, setter) == 0x000008, "Member 'LTweenBPLibrary_RotatorTo::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, StartValue) == 0x000018, "Member 'LTweenBPLibrary_RotatorTo::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, endValue) == 0x000030, "Member 'LTweenBPLibrary_RotatorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, Duration) == 0x000048, "Member 'LTweenBPLibrary_RotatorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, Delay) == 0x00004C, "Member 'LTweenBPLibrary_RotatorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, Ease) == 0x000050, "Member 'LTweenBPLibrary_RotatorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_RotatorTo, ReturnValue) == 0x000058, "Member 'LTweenBPLibrary_RotatorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo \ +static_assert(alignof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_Border_ContentColorAndOpacityTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_BorderSlot_PaddingTo \ +static_assert(alignof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_BorderSlot_PaddingTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_BorderSlot_PaddingTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_BorderSlot_PaddingTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_BorderSlot_PaddingTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_Button_ColorAndOpacityTo \ +static_assert(alignof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_Button_ColorAndOpacityTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_Button_ColorAndOpacityTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Button_ColorAndOpacityTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_Button_ColorAndOpacityTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_ButtonSlot_PaddingTo \ +static_assert(alignof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_ButtonSlot_PaddingTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_ButtonSlot_PaddingTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_ButtonSlot_PaddingTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_ButtonSlot_PaddingTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo \ +static_assert(alignof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_PositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo \ +static_assert(alignof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_CanvasPanelSlot_SizeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo \ +static_assert(alignof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_HorizontalBoxSlot_PaddingTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_Image_ColorAndOpacityTo \ +static_assert(alignof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_Image_ColorAndOpacityTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_Image_ColorAndOpacityTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_Image_ColorAndOpacityTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_Image_ColorAndOpacityTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_OverlaySlot_PaddingTo \ +static_assert(alignof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_OverlaySlot_PaddingTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_OverlaySlot_PaddingTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_OverlaySlot_PaddingTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_OverlaySlot_PaddingTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_RenderOpacityTo \ +static_assert(alignof(LTweenBPLibrary_UMG_RenderOpacityTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_RenderOpacityTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_RenderOpacityTo) == 0x000028, "Wrong size on LTweenBPLibrary_UMG_RenderOpacityTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, Duration) == 0x000014, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, Delay) == 0x000018, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, Ease) == 0x00001C, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderOpacityTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_UMG_RenderOpacityTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_RenderTransform_AngleTo \ +static_assert(alignof(LTweenBPLibrary_UMG_RenderTransform_AngleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_RenderTransform_AngleTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_RenderTransform_AngleTo) == 0x000028, "Wrong size on LTweenBPLibrary_UMG_RenderTransform_AngleTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, Duration) == 0x000014, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, Delay) == 0x000018, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, Ease) == 0x00001C, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_AngleTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_UMG_RenderTransform_AngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_RenderTransform_ScaleTo \ +static_assert(alignof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_RenderTransform_ScaleTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_RenderTransform_ScaleTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ScaleTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_RenderTransform_ScaleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_RenderTransform_ShearTo \ +static_assert(alignof(LTweenBPLibrary_UMG_RenderTransform_ShearTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_RenderTransform_ShearTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_RenderTransform_ShearTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_RenderTransform_ShearTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_ShearTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_RenderTransform_ShearTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_RenderTransform_TranslationTo \ +static_assert(alignof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_RenderTransform_TranslationTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_RenderTransform_TranslationTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_RenderTransform_TranslationTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_RenderTransform_TranslationTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo \ +static_assert(alignof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_UserWidget_ColorAndOpacityTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo \ +static_assert(alignof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo"); \ +static_assert(sizeof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo) == 0x000038, "Wrong size on LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, Target) == 0x000008, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_UMG_VerticalBoxSlot_PaddingTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UnregisterUpdateEvent \ +static_assert(alignof(LTweenBPLibrary_UnregisterUpdateEvent) == 0x000008, "Wrong alignment on LTweenBPLibrary_UnregisterUpdateEvent"); \ +static_assert(sizeof(LTweenBPLibrary_UnregisterUpdateEvent) == 0x000010, "Wrong size on LTweenBPLibrary_UnregisterUpdateEvent"); \ +static_assert(offsetof(LTweenBPLibrary_UnregisterUpdateEvent, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UnregisterUpdateEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UnregisterUpdateEvent, delegateHandle) == 0x000008, "Member 'LTweenBPLibrary_UnregisterUpdateEvent::delegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_UpdateCall \ +static_assert(alignof(LTweenBPLibrary_UpdateCall) == 0x000008, "Wrong alignment on LTweenBPLibrary_UpdateCall"); \ +static_assert(sizeof(LTweenBPLibrary_UpdateCall) == 0x000020, "Wrong size on LTweenBPLibrary_UpdateCall"); \ +static_assert(offsetof(LTweenBPLibrary_UpdateCall, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_UpdateCall::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UpdateCall, Update) == 0x000008, "Member 'LTweenBPLibrary_UpdateCall::Update' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_UpdateCall, ReturnValue) == 0x000018, "Member 'LTweenBPLibrary_UpdateCall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_Vector2To \ +static_assert(alignof(LTweenBPLibrary_Vector2To) == 0x000008, "Wrong alignment on LTweenBPLibrary_Vector2To"); \ +static_assert(sizeof(LTweenBPLibrary_Vector2To) == 0x000050, "Wrong size on LTweenBPLibrary_Vector2To"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_Vector2To::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, setter) == 0x000008, "Member 'LTweenBPLibrary_Vector2To::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, StartValue) == 0x000018, "Member 'LTweenBPLibrary_Vector2To::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, endValue) == 0x000028, "Member 'LTweenBPLibrary_Vector2To::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, Duration) == 0x000038, "Member 'LTweenBPLibrary_Vector2To::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, Delay) == 0x00003C, "Member 'LTweenBPLibrary_Vector2To::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, Ease) == 0x000040, "Member 'LTweenBPLibrary_Vector2To::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector2To, ReturnValue) == 0x000048, "Member 'LTweenBPLibrary_Vector2To::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_Vector3To \ +static_assert(alignof(LTweenBPLibrary_Vector3To) == 0x000008, "Wrong alignment on LTweenBPLibrary_Vector3To"); \ +static_assert(sizeof(LTweenBPLibrary_Vector3To) == 0x000060, "Wrong size on LTweenBPLibrary_Vector3To"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_Vector3To::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, setter) == 0x000008, "Member 'LTweenBPLibrary_Vector3To::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, StartValue) == 0x000018, "Member 'LTweenBPLibrary_Vector3To::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, endValue) == 0x000030, "Member 'LTweenBPLibrary_Vector3To::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, Duration) == 0x000048, "Member 'LTweenBPLibrary_Vector3To::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, Delay) == 0x00004C, "Member 'LTweenBPLibrary_Vector3To::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, Ease) == 0x000050, "Member 'LTweenBPLibrary_Vector3To::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector3To, ReturnValue) == 0x000058, "Member 'LTweenBPLibrary_Vector3To::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_Vector4To \ +static_assert(alignof(LTweenBPLibrary_Vector4To) == 0x000010, "Wrong alignment on LTweenBPLibrary_Vector4To"); \ +static_assert(sizeof(LTweenBPLibrary_Vector4To) == 0x000080, "Wrong size on LTweenBPLibrary_Vector4To"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_Vector4To::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, setter) == 0x000008, "Member 'LTweenBPLibrary_Vector4To::setter' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, StartValue) == 0x000020, "Member 'LTweenBPLibrary_Vector4To::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, endValue) == 0x000040, "Member 'LTweenBPLibrary_Vector4To::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, Duration) == 0x000060, "Member 'LTweenBPLibrary_Vector4To::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, Delay) == 0x000064, "Member 'LTweenBPLibrary_Vector4To::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, Ease) == 0x000068, "Member 'LTweenBPLibrary_Vector4To::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_Vector4To, ReturnValue) == 0x000070, "Member 'LTweenBPLibrary_Vector4To::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_VirtualCall \ +static_assert(alignof(LTweenBPLibrary_VirtualCall) == 0x000008, "Wrong alignment on LTweenBPLibrary_VirtualCall"); \ +static_assert(sizeof(LTweenBPLibrary_VirtualCall) == 0x000048, "Wrong size on LTweenBPLibrary_VirtualCall"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, WorldContextObject) == 0x000000, "Member 'LTweenBPLibrary_VirtualCall::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, Duration) == 0x000008, "Member 'LTweenBPLibrary_VirtualCall::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, Delay) == 0x00000C, "Member 'LTweenBPLibrary_VirtualCall::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, Start) == 0x000010, "Member 'LTweenBPLibrary_VirtualCall::Start' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, Update) == 0x000020, "Member 'LTweenBPLibrary_VirtualCall::Update' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, complete) == 0x000030, "Member 'LTweenBPLibrary_VirtualCall::complete' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_VirtualCall, ReturnValue) == 0x000040, "Member 'LTweenBPLibrary_VirtualCall::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionTo \ +static_assert(alignof(LTweenBPLibrary_WorldPositionTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionTo) == 0x000038, "Wrong size on LTweenBPLibrary_WorldPositionTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_WorldPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_WorldPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_WorldPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_WorldPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldPositionTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionTo_Sweep) == 0x000130, "Wrong size on LTweenBPLibrary_WorldPositionTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, SweepHitResult) == 0x000020, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, sweep) == 0x000118, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, Teleport) == 0x000119, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, Duration) == 0x00011C, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, Delay) == 0x000120, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, Ease) == 0x000124, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionTo_Sweep, ReturnValue) == 0x000128, "Member 'LTweenBPLibrary_WorldPositionTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionXTo \ +static_assert(alignof(LTweenBPLibrary_WorldPositionXTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionXTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionXTo) == 0x000028, "Wrong size on LTweenBPLibrary_WorldPositionXTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionXTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionXTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionXTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_WorldPositionXTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_WorldPositionXTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_WorldPositionXTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionXTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldPositionXTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionXTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionXTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_WorldPositionXTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionXTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_WorldPositionXTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionYTo \ +static_assert(alignof(LTweenBPLibrary_WorldPositionYTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionYTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionYTo) == 0x000028, "Wrong size on LTweenBPLibrary_WorldPositionYTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionYTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionYTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionYTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_WorldPositionYTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_WorldPositionYTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_WorldPositionYTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionYTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldPositionYTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionYTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionYTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_WorldPositionYTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionYTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_WorldPositionYTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionZTo \ +static_assert(alignof(LTweenBPLibrary_WorldPositionZTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionZTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionZTo) == 0x000028, "Wrong size on LTweenBPLibrary_WorldPositionZTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionZTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionZTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, Duration) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionZTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, Delay) == 0x000014, "Member 'LTweenBPLibrary_WorldPositionZTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, Ease) == 0x000018, "Member 'LTweenBPLibrary_WorldPositionZTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo, ReturnValue) == 0x000020, "Member 'LTweenBPLibrary_WorldPositionZTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldPositionZTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldPositionZTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldPositionZTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldPositionZTo_Sweep) == 0x000120, "Wrong size on LTweenBPLibrary_WorldPositionZTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, SweepHitResult) == 0x000010, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, sweep) == 0x000108, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, Teleport) == 0x000109, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, Duration) == 0x00010C, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, Delay) == 0x000110, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, Ease) == 0x000114, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldPositionZTo_Sweep, ReturnValue) == 0x000118, "Member 'LTweenBPLibrary_WorldPositionZTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotateEulerAngleTo \ +static_assert(alignof(LTweenBPLibrary_WorldRotateEulerAngleTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldRotateEulerAngleTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotateEulerAngleTo) == 0x000038, "Wrong size on LTweenBPLibrary_WorldRotateEulerAngleTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, eulerAngle) == 0x000008, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::eulerAngle' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, Duration) == 0x000020, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, Delay) == 0x000024, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, Ease) == 0x000028, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep) == 0x000130, "Wrong size on LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, eulerAngle) == 0x000008, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::eulerAngle' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, SweepHitResult) == 0x000020, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, sweep) == 0x000118, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, Teleport) == 0x000119, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, Duration) == 0x00011C, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, Delay) == 0x000120, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, Ease) == 0x000124, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep, ReturnValue) == 0x000128, "Member 'LTweenBPLibrary_WorldRotateEulerAngleTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotationQuaternionTo \ +static_assert(alignof(LTweenBPLibrary_WorldRotationQuaternionTo) == 0x000010, "Wrong alignment on LTweenBPLibrary_WorldRotationQuaternionTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotationQuaternionTo) == 0x000050, "Wrong size on LTweenBPLibrary_WorldRotationQuaternionTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, endValue) == 0x000010, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, Duration) == 0x000030, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, Delay) == 0x000034, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, Ease) == 0x000038, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo, ReturnValue) == 0x000040, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotationQuaternionTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep) == 0x000010, "Wrong alignment on LTweenBPLibrary_WorldRotationQuaternionTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep) == 0x000140, "Wrong size on LTweenBPLibrary_WorldRotationQuaternionTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, endValue) == 0x000010, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, SweepHitResult) == 0x000030, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, sweep) == 0x000128, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, Teleport) == 0x000129, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, Duration) == 0x00012C, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, Delay) == 0x000130, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, Ease) == 0x000134, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotationQuaternionTo_Sweep, ReturnValue) == 0x000138, "Member 'LTweenBPLibrary_WorldRotationQuaternionTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotatorTo \ +static_assert(alignof(LTweenBPLibrary_WorldRotatorTo) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldRotatorTo"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotatorTo) == 0x000038, "Wrong size on LTweenBPLibrary_WorldRotatorTo"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotatorTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldRotatorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, ShortestPath) == 0x000020, "Member 'LTweenBPLibrary_WorldRotatorTo::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, Duration) == 0x000024, "Member 'LTweenBPLibrary_WorldRotatorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, Delay) == 0x000028, "Member 'LTweenBPLibrary_WorldRotatorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, Ease) == 0x00002C, "Member 'LTweenBPLibrary_WorldRotatorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo, ReturnValue) == 0x000030, "Member 'LTweenBPLibrary_WorldRotatorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenBPLibrary_WorldRotatorTo_Sweep \ +static_assert(alignof(LTweenBPLibrary_WorldRotatorTo_Sweep) == 0x000008, "Wrong alignment on LTweenBPLibrary_WorldRotatorTo_Sweep"); \ +static_assert(sizeof(LTweenBPLibrary_WorldRotatorTo_Sweep) == 0x000138, "Wrong size on LTweenBPLibrary_WorldRotatorTo_Sweep"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, Target) == 0x000000, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::Target' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, endValue) == 0x000008, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::endValue' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, ShortestPath) == 0x000020, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, SweepHitResult) == 0x000028, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, sweep) == 0x000120, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::sweep' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, Teleport) == 0x000121, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::Teleport' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, Duration) == 0x000124, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::Duration' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, Delay) == 0x000128, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::Delay' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, Ease) == 0x00012C, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::Ease' has a wrong offset!"); \ +static_assert(offsetof(LTweenBPLibrary_WorldRotatorTo_Sweep, ReturnValue) == 0x000130, "Member 'LTweenBPLibrary_WorldRotatorTo_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweenBPLibrary \ +static_assert(alignof(ULTweenBPLibrary) == 0x000008, "Wrong alignment on ULTweenBPLibrary"); \ +static_assert(sizeof(ULTweenBPLibrary) == 0x000028, "Wrong size on ULTweenBPLibrary"); \ + +#define DUMPER7_ASSERTS_LTweener_GetLoopCount \ +static_assert(alignof(LTweener_GetLoopCount) == 0x000004, "Wrong alignment on LTweener_GetLoopCount"); \ +static_assert(sizeof(LTweener_GetLoopCount) == 0x000004, "Wrong size on LTweener_GetLoopCount"); \ +static_assert(offsetof(LTweener_GetLoopCount, ReturnValue) == 0x000000, "Member 'LTweener_GetLoopCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_Goto \ +static_assert(alignof(LTweener_Goto) == 0x000004, "Wrong alignment on LTweener_Goto"); \ +static_assert(sizeof(LTweener_Goto) == 0x000004, "Wrong size on LTweener_Goto"); \ +static_assert(offsetof(LTweener_Goto, timePoint) == 0x000000, "Member 'LTweener_Goto::timePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_Kill \ +static_assert(alignof(LTweener_Kill) == 0x000001, "Wrong alignment on LTweener_Kill"); \ +static_assert(sizeof(LTweener_Kill) == 0x000001, "Wrong size on LTweener_Kill"); \ +static_assert(offsetof(LTweener_Kill, callComplete) == 0x000000, "Member 'LTweener_Kill::callComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_OnComplete \ +static_assert(alignof(LTweener_OnComplete) == 0x000008, "Wrong alignment on LTweener_OnComplete"); \ +static_assert(sizeof(LTweener_OnComplete) == 0x000018, "Wrong size on LTweener_OnComplete"); \ +static_assert(offsetof(LTweener_OnComplete, newComplete) == 0x000000, "Member 'LTweener_OnComplete::newComplete' has a wrong offset!"); \ +static_assert(offsetof(LTweener_OnComplete, ReturnValue) == 0x000010, "Member 'LTweener_OnComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_OnCycleComplete \ +static_assert(alignof(LTweener_OnCycleComplete) == 0x000008, "Wrong alignment on LTweener_OnCycleComplete"); \ +static_assert(sizeof(LTweener_OnCycleComplete) == 0x000018, "Wrong size on LTweener_OnCycleComplete"); \ +static_assert(offsetof(LTweener_OnCycleComplete, newCycleComplete) == 0x000000, "Member 'LTweener_OnCycleComplete::newCycleComplete' has a wrong offset!"); \ +static_assert(offsetof(LTweener_OnCycleComplete, ReturnValue) == 0x000010, "Member 'LTweener_OnCycleComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_OnCycleStart \ +static_assert(alignof(LTweener_OnCycleStart) == 0x000008, "Wrong alignment on LTweener_OnCycleStart"); \ +static_assert(sizeof(LTweener_OnCycleStart) == 0x000018, "Wrong size on LTweener_OnCycleStart"); \ +static_assert(offsetof(LTweener_OnCycleStart, newCycleStart) == 0x000000, "Member 'LTweener_OnCycleStart::newCycleStart' has a wrong offset!"); \ +static_assert(offsetof(LTweener_OnCycleStart, ReturnValue) == 0x000010, "Member 'LTweener_OnCycleStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_OnStart \ +static_assert(alignof(LTweener_OnStart) == 0x000008, "Wrong alignment on LTweener_OnStart"); \ +static_assert(sizeof(LTweener_OnStart) == 0x000018, "Wrong size on LTweener_OnStart"); \ +static_assert(offsetof(LTweener_OnStart, newStart) == 0x000000, "Member 'LTweener_OnStart::newStart' has a wrong offset!"); \ +static_assert(offsetof(LTweener_OnStart, ReturnValue) == 0x000010, "Member 'LTweener_OnStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_OnUpdate \ +static_assert(alignof(LTweener_OnUpdate) == 0x000008, "Wrong alignment on LTweener_OnUpdate"); \ +static_assert(sizeof(LTweener_OnUpdate) == 0x000018, "Wrong size on LTweener_OnUpdate"); \ +static_assert(offsetof(LTweener_OnUpdate, newUpdate) == 0x000000, "Member 'LTweener_OnUpdate::newUpdate' has a wrong offset!"); \ +static_assert(offsetof(LTweener_OnUpdate, ReturnValue) == 0x000010, "Member 'LTweener_OnUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetAffectByGamePause \ +static_assert(alignof(LTweener_SetAffectByGamePause) == 0x000008, "Wrong alignment on LTweener_SetAffectByGamePause"); \ +static_assert(sizeof(LTweener_SetAffectByGamePause) == 0x000010, "Wrong size on LTweener_SetAffectByGamePause"); \ +static_assert(offsetof(LTweener_SetAffectByGamePause, Value) == 0x000000, "Member 'LTweener_SetAffectByGamePause::Value' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetAffectByGamePause, ReturnValue) == 0x000008, "Member 'LTweener_SetAffectByGamePause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetAffectByTimeDilation \ +static_assert(alignof(LTweener_SetAffectByTimeDilation) == 0x000008, "Wrong alignment on LTweener_SetAffectByTimeDilation"); \ +static_assert(sizeof(LTweener_SetAffectByTimeDilation) == 0x000010, "Wrong size on LTweener_SetAffectByTimeDilation"); \ +static_assert(offsetof(LTweener_SetAffectByTimeDilation, Value) == 0x000000, "Member 'LTweener_SetAffectByTimeDilation::Value' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetAffectByTimeDilation, ReturnValue) == 0x000008, "Member 'LTweener_SetAffectByTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetCurveFloat \ +static_assert(alignof(LTweener_SetCurveFloat) == 0x000008, "Wrong alignment on LTweener_SetCurveFloat"); \ +static_assert(sizeof(LTweener_SetCurveFloat) == 0x000010, "Wrong size on LTweener_SetCurveFloat"); \ +static_assert(offsetof(LTweener_SetCurveFloat, newCurveFloat) == 0x000000, "Member 'LTweener_SetCurveFloat::newCurveFloat' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetCurveFloat, ReturnValue) == 0x000008, "Member 'LTweener_SetCurveFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetDelay \ +static_assert(alignof(LTweener_SetDelay) == 0x000008, "Wrong alignment on LTweener_SetDelay"); \ +static_assert(sizeof(LTweener_SetDelay) == 0x000010, "Wrong size on LTweener_SetDelay"); \ +static_assert(offsetof(LTweener_SetDelay, newDelay) == 0x000000, "Member 'LTweener_SetDelay::newDelay' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetDelay, ReturnValue) == 0x000008, "Member 'LTweener_SetDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetEase \ +static_assert(alignof(LTweener_SetEase) == 0x000008, "Wrong alignment on LTweener_SetEase"); \ +static_assert(sizeof(LTweener_SetEase) == 0x000010, "Wrong size on LTweener_SetEase"); \ +static_assert(offsetof(LTweener_SetEase, easetype) == 0x000000, "Member 'LTweener_SetEase::easetype' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetEase, ReturnValue) == 0x000008, "Member 'LTweener_SetEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetEaseCurve \ +static_assert(alignof(LTweener_SetEaseCurve) == 0x000008, "Wrong alignment on LTweener_SetEaseCurve"); \ +static_assert(sizeof(LTweener_SetEaseCurve) == 0x000010, "Wrong size on LTweener_SetEaseCurve"); \ +static_assert(offsetof(LTweener_SetEaseCurve, newCurve) == 0x000000, "Member 'LTweener_SetEaseCurve::newCurve' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetEaseCurve, ReturnValue) == 0x000008, "Member 'LTweener_SetEaseCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetLoop \ +static_assert(alignof(LTweener_SetLoop) == 0x000008, "Wrong alignment on LTweener_SetLoop"); \ +static_assert(sizeof(LTweener_SetLoop) == 0x000010, "Wrong size on LTweener_SetLoop"); \ +static_assert(offsetof(LTweener_SetLoop, newLoopType) == 0x000000, "Member 'LTweener_SetLoop::newLoopType' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetLoop, newLoopCount) == 0x000004, "Member 'LTweener_SetLoop::newLoopCount' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetLoop, ReturnValue) == 0x000008, "Member 'LTweener_SetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetLoopType \ +static_assert(alignof(LTweener_SetLoopType) == 0x000008, "Wrong alignment on LTweener_SetLoopType"); \ +static_assert(sizeof(LTweener_SetLoopType) == 0x000010, "Wrong size on LTweener_SetLoopType"); \ +static_assert(offsetof(LTweener_SetLoopType, newLoopType) == 0x000000, "Member 'LTweener_SetLoopType::newLoopType' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetLoopType, ReturnValue) == 0x000008, "Member 'LTweener_SetLoopType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_SetTickType \ +static_assert(alignof(LTweener_SetTickType) == 0x000008, "Wrong alignment on LTweener_SetTickType"); \ +static_assert(sizeof(LTweener_SetTickType) == 0x000010, "Wrong size on LTweener_SetTickType"); \ +static_assert(offsetof(LTweener_SetTickType, Value) == 0x000000, "Member 'LTweener_SetTickType::Value' has a wrong offset!"); \ +static_assert(offsetof(LTweener_SetTickType, ReturnValue) == 0x000008, "Member 'LTweener_SetTickType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetAffectByGamePause \ +static_assert(alignof(LTweener_GetAffectByGamePause) == 0x000001, "Wrong alignment on LTweener_GetAffectByGamePause"); \ +static_assert(sizeof(LTweener_GetAffectByGamePause) == 0x000001, "Wrong size on LTweener_GetAffectByGamePause"); \ +static_assert(offsetof(LTweener_GetAffectByGamePause, ReturnValue) == 0x000000, "Member 'LTweener_GetAffectByGamePause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetAffectByTimeDilation \ +static_assert(alignof(LTweener_GetAffectByTimeDilation) == 0x000001, "Wrong alignment on LTweener_GetAffectByTimeDilation"); \ +static_assert(sizeof(LTweener_GetAffectByTimeDilation) == 0x000001, "Wrong size on LTweener_GetAffectByTimeDilation"); \ +static_assert(offsetof(LTweener_GetAffectByTimeDilation, ReturnValue) == 0x000000, "Member 'LTweener_GetAffectByTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetDuration \ +static_assert(alignof(LTweener_GetDuration) == 0x000004, "Wrong alignment on LTweener_GetDuration"); \ +static_assert(sizeof(LTweener_GetDuration) == 0x000004, "Wrong size on LTweener_GetDuration"); \ +static_assert(offsetof(LTweener_GetDuration, ReturnValue) == 0x000000, "Member 'LTweener_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetElapsedTime \ +static_assert(alignof(LTweener_GetElapsedTime) == 0x000004, "Wrong alignment on LTweener_GetElapsedTime"); \ +static_assert(sizeof(LTweener_GetElapsedTime) == 0x000004, "Wrong size on LTweener_GetElapsedTime"); \ +static_assert(offsetof(LTweener_GetElapsedTime, ReturnValue) == 0x000000, "Member 'LTweener_GetElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetLoopCycleCount \ +static_assert(alignof(LTweener_GetLoopCycleCount) == 0x000004, "Wrong alignment on LTweener_GetLoopCycleCount"); \ +static_assert(sizeof(LTweener_GetLoopCycleCount) == 0x000004, "Wrong size on LTweener_GetLoopCycleCount"); \ +static_assert(offsetof(LTweener_GetLoopCycleCount, ReturnValue) == 0x000000, "Member 'LTweener_GetLoopCycleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetProgress \ +static_assert(alignof(LTweener_GetProgress) == 0x000004, "Wrong alignment on LTweener_GetProgress"); \ +static_assert(sizeof(LTweener_GetProgress) == 0x000004, "Wrong size on LTweener_GetProgress"); \ +static_assert(offsetof(LTweener_GetProgress, ReturnValue) == 0x000000, "Member 'LTweener_GetProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweener_GetTickType \ +static_assert(alignof(LTweener_GetTickType) == 0x000001, "Wrong alignment on LTweener_GetTickType"); \ +static_assert(sizeof(LTweener_GetTickType) == 0x000001, "Wrong size on LTweener_GetTickType"); \ +static_assert(offsetof(LTweener_GetTickType, ReturnValue) == 0x000000, "Member 'LTweener_GetTickType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweener \ +static_assert(alignof(ULTweener) == 0x000008, "Wrong alignment on ULTweener"); \ +static_assert(sizeof(ULTweener) == 0x0000B0, "Wrong size on ULTweener"); \ + +#define DUMPER7_ASSERTS_ULTweenerColor \ +static_assert(alignof(ULTweenerColor) == 0x000008, "Wrong alignment on ULTweenerColor"); \ +static_assert(sizeof(ULTweenerColor) == 0x0000E8, "Wrong size on ULTweenerColor"); \ + +#define DUMPER7_ASSERTS_ULTweenerDouble \ +static_assert(alignof(ULTweenerDouble) == 0x000008, "Wrong alignment on ULTweenerDouble"); \ +static_assert(sizeof(ULTweenerDouble) == 0x0000F0, "Wrong size on ULTweenerDouble"); \ + +#define DUMPER7_ASSERTS_ULTweenerFloat \ +static_assert(alignof(ULTweenerFloat) == 0x000008, "Wrong alignment on ULTweenerFloat"); \ +static_assert(sizeof(ULTweenerFloat) == 0x0000E8, "Wrong size on ULTweenerFloat"); \ + +#define DUMPER7_ASSERTS_ULTweenerFrame \ +static_assert(alignof(ULTweenerFrame) == 0x000008, "Wrong alignment on ULTweenerFrame"); \ +static_assert(sizeof(ULTweenerFrame) == 0x0000B8, "Wrong size on ULTweenerFrame"); \ + +#define DUMPER7_ASSERTS_ULTweenerInteger \ +static_assert(alignof(ULTweenerInteger) == 0x000008, "Wrong alignment on ULTweenerInteger"); \ +static_assert(sizeof(ULTweenerInteger) == 0x0000E8, "Wrong size on ULTweenerInteger"); \ + +#define DUMPER7_ASSERTS_ULTweenerLinearColor \ +static_assert(alignof(ULTweenerLinearColor) == 0x000008, "Wrong alignment on ULTweenerLinearColor"); \ +static_assert(sizeof(ULTweenerLinearColor) == 0x000108, "Wrong size on ULTweenerLinearColor"); \ + +#define DUMPER7_ASSERTS_ULTweenerMaterialScalar \ +static_assert(alignof(ULTweenerMaterialScalar) == 0x000008, "Wrong alignment on ULTweenerMaterialScalar"); \ +static_assert(sizeof(ULTweenerMaterialScalar) == 0x0000E8, "Wrong size on ULTweenerMaterialScalar"); \ + +#define DUMPER7_ASSERTS_ULTweenerMaterialVector \ +static_assert(alignof(ULTweenerMaterialVector) == 0x000008, "Wrong alignment on ULTweenerMaterialVector"); \ +static_assert(sizeof(ULTweenerMaterialVector) == 0x000110, "Wrong size on ULTweenerMaterialVector"); \ + +#define DUMPER7_ASSERTS_ULTweenerPosition \ +static_assert(alignof(ULTweenerPosition) == 0x000008, "Wrong alignment on ULTweenerPosition"); \ +static_assert(sizeof(ULTweenerPosition) == 0x000138, "Wrong size on ULTweenerPosition"); \ + +#define DUMPER7_ASSERTS_ULTweenerQuaternion \ +static_assert(alignof(ULTweenerQuaternion) == 0x000008, "Wrong alignment on ULTweenerQuaternion"); \ +static_assert(sizeof(ULTweenerQuaternion) == 0x000140, "Wrong size on ULTweenerQuaternion"); \ + +#define DUMPER7_ASSERTS_ULTweenerRotationEuler \ +static_assert(alignof(ULTweenerRotationEuler) == 0x000008, "Wrong alignment on ULTweenerRotationEuler"); \ +static_assert(sizeof(ULTweenerRotationEuler) == 0x000150, "Wrong size on ULTweenerRotationEuler"); \ + +#define DUMPER7_ASSERTS_ULTweenerRotationQuat \ +static_assert(alignof(ULTweenerRotationQuat) == 0x000008, "Wrong alignment on ULTweenerRotationQuat"); \ +static_assert(sizeof(ULTweenerRotationQuat) == 0x000160, "Wrong size on ULTweenerRotationQuat"); \ + +#define DUMPER7_ASSERTS_ULTweenerRotator \ +static_assert(alignof(ULTweenerRotator) == 0x000008, "Wrong alignment on ULTweenerRotator"); \ +static_assert(sizeof(ULTweenerRotator) == 0x000120, "Wrong size on ULTweenerRotator"); \ + +#define DUMPER7_ASSERTS_ULTweenerScale \ +static_assert(alignof(ULTweenerScale) == 0x000008, "Wrong alignment on ULTweenerScale"); \ +static_assert(sizeof(ULTweenerScale) == 0x000120, "Wrong size on ULTweenerScale"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_Append \ +static_assert(alignof(LTweenerSequence_Append) == 0x000008, "Wrong alignment on LTweenerSequence_Append"); \ +static_assert(sizeof(LTweenerSequence_Append) == 0x000018, "Wrong size on LTweenerSequence_Append"); \ +static_assert(offsetof(LTweenerSequence_Append, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_Append::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Append, tweener) == 0x000008, "Member 'LTweenerSequence_Append::tweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Append, ReturnValue) == 0x000010, "Member 'LTweenerSequence_Append::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_AppendInterval \ +static_assert(alignof(LTweenerSequence_AppendInterval) == 0x000008, "Wrong alignment on LTweenerSequence_AppendInterval"); \ +static_assert(sizeof(LTweenerSequence_AppendInterval) == 0x000018, "Wrong size on LTweenerSequence_AppendInterval"); \ +static_assert(offsetof(LTweenerSequence_AppendInterval, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_AppendInterval::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_AppendInterval, Interval) == 0x000008, "Member 'LTweenerSequence_AppendInterval::Interval' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_AppendInterval, ReturnValue) == 0x000010, "Member 'LTweenerSequence_AppendInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_Insert \ +static_assert(alignof(LTweenerSequence_Insert) == 0x000008, "Wrong alignment on LTweenerSequence_Insert"); \ +static_assert(sizeof(LTweenerSequence_Insert) == 0x000020, "Wrong size on LTweenerSequence_Insert"); \ +static_assert(offsetof(LTweenerSequence_Insert, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_Insert::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Insert, timePosition) == 0x000008, "Member 'LTweenerSequence_Insert::timePosition' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Insert, tweener) == 0x000010, "Member 'LTweenerSequence_Insert::tweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Insert, ReturnValue) == 0x000018, "Member 'LTweenerSequence_Insert::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_Join \ +static_assert(alignof(LTweenerSequence_Join) == 0x000008, "Wrong alignment on LTweenerSequence_Join"); \ +static_assert(sizeof(LTweenerSequence_Join) == 0x000018, "Wrong size on LTweenerSequence_Join"); \ +static_assert(offsetof(LTweenerSequence_Join, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_Join::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Join, tweener) == 0x000008, "Member 'LTweenerSequence_Join::tweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Join, ReturnValue) == 0x000010, "Member 'LTweenerSequence_Join::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_Prepend \ +static_assert(alignof(LTweenerSequence_Prepend) == 0x000008, "Wrong alignment on LTweenerSequence_Prepend"); \ +static_assert(sizeof(LTweenerSequence_Prepend) == 0x000018, "Wrong size on LTweenerSequence_Prepend"); \ +static_assert(offsetof(LTweenerSequence_Prepend, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_Prepend::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Prepend, tweener) == 0x000008, "Member 'LTweenerSequence_Prepend::tweener' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_Prepend, ReturnValue) == 0x000010, "Member 'LTweenerSequence_Prepend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenerSequence_PrependInterval \ +static_assert(alignof(LTweenerSequence_PrependInterval) == 0x000008, "Wrong alignment on LTweenerSequence_PrependInterval"); \ +static_assert(sizeof(LTweenerSequence_PrependInterval) == 0x000018, "Wrong size on LTweenerSequence_PrependInterval"); \ +static_assert(offsetof(LTweenerSequence_PrependInterval, WorldContextObject) == 0x000000, "Member 'LTweenerSequence_PrependInterval::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_PrependInterval, Interval) == 0x000008, "Member 'LTweenerSequence_PrependInterval::Interval' has a wrong offset!"); \ +static_assert(offsetof(LTweenerSequence_PrependInterval, ReturnValue) == 0x000010, "Member 'LTweenerSequence_PrependInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweenerSequence \ +static_assert(alignof(ULTweenerSequence) == 0x000008, "Wrong alignment on ULTweenerSequence"); \ +static_assert(sizeof(ULTweenerSequence) == 0x0000D8, "Wrong size on ULTweenerSequence"); \ +static_assert(offsetof(ULTweenerSequence, tweenerList) == 0x0000B0, "Member 'ULTweenerSequence::tweenerList' has a wrong offset!"); \ +static_assert(offsetof(ULTweenerSequence, finishedTweenerList) == 0x0000C0, "Member 'ULTweenerSequence::finishedTweenerList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweenerUpdate \ +static_assert(alignof(ULTweenerUpdate) == 0x000008, "Wrong alignment on ULTweenerUpdate"); \ +static_assert(sizeof(ULTweenerUpdate) == 0x0000B0, "Wrong size on ULTweenerUpdate"); \ + +#define DUMPER7_ASSERTS_ULTweenerVector \ +static_assert(alignof(ULTweenerVector) == 0x000008, "Wrong alignment on ULTweenerVector"); \ +static_assert(sizeof(ULTweenerVector) == 0x000120, "Wrong size on ULTweenerVector"); \ + +#define DUMPER7_ASSERTS_ULTweenerVector2D \ +static_assert(alignof(ULTweenerVector2D) == 0x000008, "Wrong alignment on ULTweenerVector2D"); \ +static_assert(sizeof(ULTweenerVector2D) == 0x000108, "Wrong size on ULTweenerVector2D"); \ + +#define DUMPER7_ASSERTS_ULTweenerVector4 \ +static_assert(alignof(ULTweenerVector4) == 0x000008, "Wrong alignment on ULTweenerVector4"); \ +static_assert(sizeof(ULTweenerVector4) == 0x000140, "Wrong size on ULTweenerVector4"); \ + +#define DUMPER7_ASSERTS_ULTweenerVirtual \ +static_assert(alignof(ULTweenerVirtual) == 0x000008, "Wrong alignment on ULTweenerVirtual"); \ +static_assert(sizeof(ULTweenerVirtual) == 0x0000B0, "Wrong size on ULTweenerVirtual"); \ + +#define DUMPER7_ASSERTS_ULTweenTickHelperComponent \ +static_assert(alignof(ULTweenTickHelperComponent) == 0x000008, "Wrong alignment on ULTweenTickHelperComponent"); \ +static_assert(sizeof(ULTweenTickHelperComponent) == 0x0000A8, "Wrong size on ULTweenTickHelperComponent"); \ +static_assert(offsetof(ULTweenTickHelperComponent, Target) == 0x0000A0, "Member 'ULTweenTickHelperComponent::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALTweenTickHelperActor \ +static_assert(alignof(ALTweenTickHelperActor) == 0x000008, "Wrong alignment on ALTweenTickHelperActor"); \ +static_assert(sizeof(ALTweenTickHelperActor) == 0x0002A0, "Wrong size on ALTweenTickHelperActor"); \ +static_assert(offsetof(ALTweenTickHelperActor, Target) == 0x000290, "Member 'ALTweenTickHelperActor::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweenTickHelperWorldSubsystem \ +static_assert(alignof(ULTweenTickHelperWorldSubsystem) == 0x000008, "Wrong alignment on ULTweenTickHelperWorldSubsystem"); \ +static_assert(sizeof(ULTweenTickHelperWorldSubsystem) == 0x000030, "Wrong size on ULTweenTickHelperWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_LTweenManager_GetLTweenInstance \ +static_assert(alignof(LTweenManager_GetLTweenInstance) == 0x000008, "Wrong alignment on LTweenManager_GetLTweenInstance"); \ +static_assert(sizeof(LTweenManager_GetLTweenInstance) == 0x000010, "Wrong size on LTweenManager_GetLTweenInstance"); \ +static_assert(offsetof(LTweenManager_GetLTweenInstance, WorldContextObject) == 0x000000, "Member 'LTweenManager_GetLTweenInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LTweenManager_GetLTweenInstance, ReturnValue) == 0x000008, "Member 'LTweenManager_GetLTweenInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenManager_CustomTick \ +static_assert(alignof(LTweenManager_CustomTick) == 0x000004, "Wrong alignment on LTweenManager_CustomTick"); \ +static_assert(sizeof(LTweenManager_CustomTick) == 0x000004, "Wrong size on LTweenManager_CustomTick"); \ +static_assert(offsetof(LTweenManager_CustomTick, DeltaTime) == 0x000000, "Member 'LTweenManager_CustomTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenManager_KillAllTweens \ +static_assert(alignof(LTweenManager_KillAllTweens) == 0x000001, "Wrong alignment on LTweenManager_KillAllTweens"); \ +static_assert(sizeof(LTweenManager_KillAllTweens) == 0x000001, "Wrong size on LTweenManager_KillAllTweens"); \ +static_assert(offsetof(LTweenManager_KillAllTweens, callComplete) == 0x000000, "Member 'LTweenManager_KillAllTweens::callComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LTweenManager_ManualTick \ +static_assert(alignof(LTweenManager_ManualTick) == 0x000004, "Wrong alignment on LTweenManager_ManualTick"); \ +static_assert(sizeof(LTweenManager_ManualTick) == 0x000004, "Wrong size on LTweenManager_ManualTick"); \ +static_assert(offsetof(LTweenManager_ManualTick, DeltaTime) == 0x000000, "Member 'LTweenManager_ManualTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULTweenManager \ +static_assert(alignof(ULTweenManager) == 0x000008, "Wrong alignment on ULTweenManager"); \ +static_assert(sizeof(ULTweenManager) == 0x000060, "Wrong size on ULTweenManager"); \ +static_assert(offsetof(ULTweenManager, tweenerList) == 0x000030, "Member 'ULTweenManager::tweenerList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUICanLayoutControlAnchor \ +static_assert(alignof(FLGUICanLayoutControlAnchor) == 0x000001, "Wrong alignment on FLGUICanLayoutControlAnchor"); \ +static_assert(sizeof(FLGUICanLayoutControlAnchor) == 0x000006, "Wrong size on FLGUICanLayoutControlAnchor"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlHorizontalAnchor) == 0x000000, "Member 'FLGUICanLayoutControlAnchor::bCanControlHorizontalAnchor' has a wrong offset!"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlVerticalAnchor) == 0x000001, "Member 'FLGUICanLayoutControlAnchor::bCanControlVerticalAnchor' has a wrong offset!"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlHorizontalAnchoredPosition) == 0x000002, "Member 'FLGUICanLayoutControlAnchor::bCanControlHorizontalAnchoredPosition' has a wrong offset!"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlVerticalAnchoredPosition) == 0x000003, "Member 'FLGUICanLayoutControlAnchor::bCanControlVerticalAnchoredPosition' has a wrong offset!"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlHorizontalSizeDelta) == 0x000004, "Member 'FLGUICanLayoutControlAnchor::bCanControlHorizontalSizeDelta' has a wrong offset!"); \ +static_assert(offsetof(FLGUICanLayoutControlAnchor, bCanControlVerticalSizeDelta) == 0x000005, "Member 'FLGUICanLayoutControlAnchor::bCanControlVerticalSizeDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIDuplicateDataContainer \ +static_assert(alignof(FLGUIDuplicateDataContainer) == 0x000010, "Wrong alignment on FLGUIDuplicateDataContainer"); \ +static_assert(sizeof(FLGUIDuplicateDataContainer) == 0x000490, "Wrong size on FLGUIDuplicateDataContainer"); \ + +#define DUMPER7_ASSERTS_FLGUIMaterialArrayContainer \ +static_assert(alignof(FLGUIMaterialArrayContainer) == 0x000008, "Wrong alignment on FLGUIMaterialArrayContainer"); \ +static_assert(sizeof(FLGUIMaterialArrayContainer) == 0x000010, "Wrong size on FLGUIMaterialArrayContainer"); \ +static_assert(offsetof(FLGUIMaterialArrayContainer, MaterialList) == 0x000000, "Member 'FLGUIMaterialArrayContainer::MaterialList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIComponentReference \ +static_assert(alignof(FLGUIComponentReference) == 0x000008, "Wrong alignment on FLGUIComponentReference"); \ +static_assert(sizeof(FLGUIComponentReference) == 0x000020, "Wrong size on FLGUIComponentReference"); \ +static_assert(offsetof(FLGUIComponentReference, HelperActor) == 0x000000, "Member 'FLGUIComponentReference::HelperActor' has a wrong offset!"); \ +static_assert(offsetof(FLGUIComponentReference, HelperClass) == 0x000008, "Member 'FLGUIComponentReference::HelperClass' has a wrong offset!"); \ +static_assert(offsetof(FLGUIComponentReference, HelperComponentName) == 0x000010, "Member 'FLGUIComponentReference::HelperComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLGUIComponentReference, TargetComp) == 0x000018, "Member 'FLGUIComponentReference::TargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIDelegateHandleWrapper \ +static_assert(alignof(FLGUIDelegateHandleWrapper) == 0x000008, "Wrong alignment on FLGUIDelegateHandleWrapper"); \ +static_assert(sizeof(FLGUIDelegateHandleWrapper) == 0x000008, "Wrong size on FLGUIDelegateHandleWrapper"); \ + +#define DUMPER7_ASSERTS_FLGUIDynamicSpriteAtlasData \ +static_assert(alignof(FLGUIDynamicSpriteAtlasData) == 0x000008, "Wrong alignment on FLGUIDynamicSpriteAtlasData"); \ +static_assert(sizeof(FLGUIDynamicSpriteAtlasData) == 0x000070, "Wrong size on FLGUIDynamicSpriteAtlasData"); \ +static_assert(offsetof(FLGUIDynamicSpriteAtlasData, atlasTexture) == 0x000000, "Member 'FLGUIDynamicSpriteAtlasData::atlasTexture' has a wrong offset!"); \ +static_assert(offsetof(FLGUIDynamicSpriteAtlasData, spriteDataArray) == 0x000038, "Member 'FLGUIDynamicSpriteAtlasData::spriteDataArray' has a wrong offset!"); \ +static_assert(offsetof(FLGUIDynamicSpriteAtlasData, renderSpriteArray) == 0x000048, "Member 'FLGUIDynamicSpriteAtlasData::renderSpriteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegateData \ +static_assert(alignof(FLGUIEventDelegateData) == 0x000008, "Wrong alignment on FLGUIEventDelegateData"); \ +static_assert(sizeof(FLGUIEventDelegateData) == 0x000058, "Wrong size on FLGUIEventDelegateData"); \ +static_assert(offsetof(FLGUIEventDelegateData, HelperActor) == 0x000000, "Member 'FLGUIEventDelegateData::HelperActor' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, HelperClass) == 0x000008, "Member 'FLGUIEventDelegateData::HelperClass' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, HelperComponentName) == 0x000010, "Member 'FLGUIEventDelegateData::HelperComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, TargetObject) == 0x000018, "Member 'FLGUIEventDelegateData::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, FunctionName) == 0x000020, "Member 'FLGUIEventDelegateData::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, ParamType) == 0x000028, "Member 'FLGUIEventDelegateData::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, ParamBuffer) == 0x000030, "Member 'FLGUIEventDelegateData::ParamBuffer' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, ReferenceObject) == 0x000040, "Member 'FLGUIEventDelegateData::ReferenceObject' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, UseNativeParameter) == 0x000048, "Member 'FLGUIEventDelegateData::UseNativeParameter' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegateData, CacheFunction) == 0x000050, "Member 'FLGUIEventDelegateData::CacheFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate \ +static_assert(alignof(FLGUIEventDelegate) == 0x000008, "Wrong alignment on FLGUIEventDelegate"); \ +static_assert(sizeof(FLGUIEventDelegate) == 0x000018, "Wrong size on FLGUIEventDelegate"); \ +static_assert(offsetof(FLGUIEventDelegate, eventList) == 0x000000, "Member 'FLGUIEventDelegate::eventList' has a wrong offset!"); \ +static_assert(offsetof(FLGUIEventDelegate, supportParameterType) == 0x000010, "Member 'FLGUIEventDelegate::supportParameterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Empty \ +static_assert(alignof(FLGUIEventDelegate_Empty) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Empty"); \ +static_assert(sizeof(FLGUIEventDelegate_Empty) == 0x000030, "Wrong size on FLGUIEventDelegate_Empty"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Bool \ +static_assert(alignof(FLGUIEventDelegate_Bool) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Bool"); \ +static_assert(sizeof(FLGUIEventDelegate_Bool) == 0x000030, "Wrong size on FLGUIEventDelegate_Bool"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Float \ +static_assert(alignof(FLGUIEventDelegate_Float) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Float"); \ +static_assert(sizeof(FLGUIEventDelegate_Float) == 0x000030, "Wrong size on FLGUIEventDelegate_Float"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Double \ +static_assert(alignof(FLGUIEventDelegate_Double) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Double"); \ +static_assert(sizeof(FLGUIEventDelegate_Double) == 0x000030, "Wrong size on FLGUIEventDelegate_Double"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Int8 \ +static_assert(alignof(FLGUIEventDelegate_Int8) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Int8"); \ +static_assert(sizeof(FLGUIEventDelegate_Int8) == 0x000030, "Wrong size on FLGUIEventDelegate_Int8"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_UInt8 \ +static_assert(alignof(FLGUIEventDelegate_UInt8) == 0x000008, "Wrong alignment on FLGUIEventDelegate_UInt8"); \ +static_assert(sizeof(FLGUIEventDelegate_UInt8) == 0x000030, "Wrong size on FLGUIEventDelegate_UInt8"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Int16 \ +static_assert(alignof(FLGUIEventDelegate_Int16) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Int16"); \ +static_assert(sizeof(FLGUIEventDelegate_Int16) == 0x000030, "Wrong size on FLGUIEventDelegate_Int16"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_UInt16 \ +static_assert(alignof(FLGUIEventDelegate_UInt16) == 0x000008, "Wrong alignment on FLGUIEventDelegate_UInt16"); \ +static_assert(sizeof(FLGUIEventDelegate_UInt16) == 0x000030, "Wrong size on FLGUIEventDelegate_UInt16"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Int32 \ +static_assert(alignof(FLGUIEventDelegate_Int32) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Int32"); \ +static_assert(sizeof(FLGUIEventDelegate_Int32) == 0x000030, "Wrong size on FLGUIEventDelegate_Int32"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_UInt32 \ +static_assert(alignof(FLGUIEventDelegate_UInt32) == 0x000008, "Wrong alignment on FLGUIEventDelegate_UInt32"); \ +static_assert(sizeof(FLGUIEventDelegate_UInt32) == 0x000030, "Wrong size on FLGUIEventDelegate_UInt32"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Int64 \ +static_assert(alignof(FLGUIEventDelegate_Int64) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Int64"); \ +static_assert(sizeof(FLGUIEventDelegate_Int64) == 0x000030, "Wrong size on FLGUIEventDelegate_Int64"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_UInt64 \ +static_assert(alignof(FLGUIEventDelegate_UInt64) == 0x000008, "Wrong alignment on FLGUIEventDelegate_UInt64"); \ +static_assert(sizeof(FLGUIEventDelegate_UInt64) == 0x000030, "Wrong size on FLGUIEventDelegate_UInt64"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Vector2 \ +static_assert(alignof(FLGUIEventDelegate_Vector2) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Vector2"); \ +static_assert(sizeof(FLGUIEventDelegate_Vector2) == 0x000030, "Wrong size on FLGUIEventDelegate_Vector2"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Vector3 \ +static_assert(alignof(FLGUIEventDelegate_Vector3) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Vector3"); \ +static_assert(sizeof(FLGUIEventDelegate_Vector3) == 0x000030, "Wrong size on FLGUIEventDelegate_Vector3"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Vector4 \ +static_assert(alignof(FLGUIEventDelegate_Vector4) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Vector4"); \ +static_assert(sizeof(FLGUIEventDelegate_Vector4) == 0x000030, "Wrong size on FLGUIEventDelegate_Vector4"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Color \ +static_assert(alignof(FLGUIEventDelegate_Color) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Color"); \ +static_assert(sizeof(FLGUIEventDelegate_Color) == 0x000030, "Wrong size on FLGUIEventDelegate_Color"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_LinearColor \ +static_assert(alignof(FLGUIEventDelegate_LinearColor) == 0x000008, "Wrong alignment on FLGUIEventDelegate_LinearColor"); \ +static_assert(sizeof(FLGUIEventDelegate_LinearColor) == 0x000030, "Wrong size on FLGUIEventDelegate_LinearColor"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Quaternion \ +static_assert(alignof(FLGUIEventDelegate_Quaternion) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Quaternion"); \ +static_assert(sizeof(FLGUIEventDelegate_Quaternion) == 0x000030, "Wrong size on FLGUIEventDelegate_Quaternion"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_String \ +static_assert(alignof(FLGUIEventDelegate_String) == 0x000008, "Wrong alignment on FLGUIEventDelegate_String"); \ +static_assert(sizeof(FLGUIEventDelegate_String) == 0x000030, "Wrong size on FLGUIEventDelegate_String"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Object \ +static_assert(alignof(FLGUIEventDelegate_Object) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Object"); \ +static_assert(sizeof(FLGUIEventDelegate_Object) == 0x000030, "Wrong size on FLGUIEventDelegate_Object"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Actor \ +static_assert(alignof(FLGUIEventDelegate_Actor) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Actor"); \ +static_assert(sizeof(FLGUIEventDelegate_Actor) == 0x000030, "Wrong size on FLGUIEventDelegate_Actor"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_PointerEvent \ +static_assert(alignof(FLGUIEventDelegate_PointerEvent) == 0x000008, "Wrong alignment on FLGUIEventDelegate_PointerEvent"); \ +static_assert(sizeof(FLGUIEventDelegate_PointerEvent) == 0x000030, "Wrong size on FLGUIEventDelegate_PointerEvent"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Class \ +static_assert(alignof(FLGUIEventDelegate_Class) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Class"); \ +static_assert(sizeof(FLGUIEventDelegate_Class) == 0x000030, "Wrong size on FLGUIEventDelegate_Class"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Rotator \ +static_assert(alignof(FLGUIEventDelegate_Rotator) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Rotator"); \ +static_assert(sizeof(FLGUIEventDelegate_Rotator) == 0x000030, "Wrong size on FLGUIEventDelegate_Rotator"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Text \ +static_assert(alignof(FLGUIEventDelegate_Text) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Text"); \ +static_assert(sizeof(FLGUIEventDelegate_Text) == 0x000030, "Wrong size on FLGUIEventDelegate_Text"); \ + +#define DUMPER7_ASSERTS_FLGUIEventDelegate_Name \ +static_assert(alignof(FLGUIEventDelegate_Name) == 0x000008, "Wrong alignment on FLGUIEventDelegate_Name"); \ +static_assert(sizeof(FLGUIEventDelegate_Name) == 0x000030, "Wrong size on FLGUIEventDelegate_Name"); \ + +#define DUMPER7_ASSERTS_FLGUICharData \ +static_assert(alignof(FLGUICharData) == 0x000004, "Wrong alignment on FLGUICharData"); \ +static_assert(sizeof(FLGUICharData) == 0x00001C, "Wrong size on FLGUICharData"); \ +static_assert(offsetof(FLGUICharData, Width) == 0x000000, "Member 'FLGUICharData::Width' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, Height) == 0x000002, "Member 'FLGUICharData::Height' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, xoffset) == 0x000004, "Member 'FLGUICharData::xoffset' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, yoffset) == 0x000006, "Member 'FLGUICharData::yoffset' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, xadvance) == 0x000008, "Member 'FLGUICharData::xadvance' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, uv0X) == 0x00000C, "Member 'FLGUICharData::uv0X' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, uv0Y) == 0x000010, "Member 'FLGUICharData::uv0Y' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, uv3X) == 0x000014, "Member 'FLGUICharData::uv3X' has a wrong offset!"); \ +static_assert(offsetof(FLGUICharData, uv3Y) == 0x000018, "Member 'FLGUICharData::uv3Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIPrefabOverrideParameterData \ +static_assert(alignof(FLGUIPrefabOverrideParameterData) == 0x000008, "Wrong alignment on FLGUIPrefabOverrideParameterData"); \ +static_assert(sizeof(FLGUIPrefabOverrideParameterData) == 0x000018, "Wrong size on FLGUIPrefabOverrideParameterData"); \ +static_assert(offsetof(FLGUIPrefabOverrideParameterData, Object) == 0x000000, "Member 'FLGUIPrefabOverrideParameterData::Object' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabOverrideParameterData, MemberPropertyNames) == 0x000008, "Member 'FLGUIPrefabOverrideParameterData::MemberPropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUISubPrefabObjectUniqueId \ +static_assert(alignof(FLGUISubPrefabObjectUniqueId) == 0x000004, "Wrong alignment on FLGUISubPrefabObjectUniqueId"); \ +static_assert(sizeof(FLGUISubPrefabObjectUniqueId) == 0x000020, "Wrong size on FLGUISubPrefabObjectUniqueId"); \ +static_assert(offsetof(FLGUISubPrefabObjectUniqueId, RootActorGuidInParentPrefab) == 0x000000, "Member 'FLGUISubPrefabObjectUniqueId::RootActorGuidInParentPrefab' has a wrong offset!"); \ +static_assert(offsetof(FLGUISubPrefabObjectUniqueId, ObjectGuidInOrignPrefab) == 0x000010, "Member 'FLGUISubPrefabObjectUniqueId::ObjectGuidInOrignPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUISubPrefabData \ +static_assert(alignof(FLGUISubPrefabData) == 0x000008, "Wrong alignment on FLGUISubPrefabData"); \ +static_assert(sizeof(FLGUISubPrefabData) == 0x000108, "Wrong size on FLGUISubPrefabData"); \ +static_assert(offsetof(FLGUISubPrefabData, PrefabAsset) == 0x000000, "Member 'FLGUISubPrefabData::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(FLGUISubPrefabData, ObjectOverrideParameterArray) == 0x000008, "Member 'FLGUISubPrefabData::ObjectOverrideParameterArray' has a wrong offset!"); \ +static_assert(offsetof(FLGUISubPrefabData, MapObjectGuidFromParentPrefabToSubPrefab) == 0x000018, "Member 'FLGUISubPrefabData::MapObjectGuidFromParentPrefabToSubPrefab' has a wrong offset!"); \ +static_assert(offsetof(FLGUISubPrefabData, MapObjectIdToNewlyCreatedId) == 0x000068, "Member 'FLGUISubPrefabData::MapObjectIdToNewlyCreatedId' has a wrong offset!"); \ +static_assert(offsetof(FLGUISubPrefabData, MapGuidToObject) == 0x0000B8, "Member 'FLGUISubPrefabData::MapGuidToObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIPrefabDataForPrefabEditor \ +static_assert(alignof(FLGUIPrefabDataForPrefabEditor) == 0x000008, "Wrong alignment on FLGUIPrefabDataForPrefabEditor"); \ +static_assert(sizeof(FLGUIPrefabDataForPrefabEditor) == 0x0000A8, "Wrong size on FLGUIPrefabDataForPrefabEditor"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, ViewLocation) == 0x000000, "Member 'FLGUIPrefabDataForPrefabEditor::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, ViewRotation) == 0x000018, "Member 'FLGUIPrefabDataForPrefabEditor::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, ViewOrbitLocation) == 0x000030, "Member 'FLGUIPrefabDataForPrefabEditor::ViewOrbitLocation' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, CanvasSize) == 0x000048, "Member 'FLGUIPrefabDataForPrefabEditor::CanvasSize' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, bNeedCanvas) == 0x000050, "Member 'FLGUIPrefabDataForPrefabEditor::bNeedCanvas' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, CanvasRenderMode) == 0x000051, "Member 'FLGUIPrefabDataForPrefabEditor::CanvasRenderMode' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, ViewMode) == 0x000052, "Member 'FLGUIPrefabDataForPrefabEditor::ViewMode' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabDataForPrefabEditor, UnexpendActorSet) == 0x000058, "Member 'FLGUIPrefabDataForPrefabEditor::UnexpendActorSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIPrefabSequenceObjectReference \ +static_assert(alignof(FLGUIPrefabSequenceObjectReference) == 0x000008, "Wrong alignment on FLGUIPrefabSequenceObjectReference"); \ +static_assert(sizeof(FLGUIPrefabSequenceObjectReference) == 0x000020, "Wrong size on FLGUIPrefabSequenceObjectReference"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReference, Object) == 0x000000, "Member 'FLGUIPrefabSequenceObjectReference::Object' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReference, HelperActor) == 0x000008, "Member 'FLGUIPrefabSequenceObjectReference::HelperActor' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReference, HelperClass) == 0x000010, "Member 'FLGUIPrefabSequenceObjectReference::HelperClass' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReference, HelperComponentName) == 0x000018, "Member 'FLGUIPrefabSequenceObjectReference::HelperComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIPrefabSequenceObjectReferences \ +static_assert(alignof(FLGUIPrefabSequenceObjectReferences) == 0x000008, "Wrong alignment on FLGUIPrefabSequenceObjectReferences"); \ +static_assert(sizeof(FLGUIPrefabSequenceObjectReferences) == 0x000010, "Wrong size on FLGUIPrefabSequenceObjectReferences"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReferences, Array) == 0x000000, "Member 'FLGUIPrefabSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIPrefabSequenceObjectReferenceMap \ +static_assert(alignof(FLGUIPrefabSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLGUIPrefabSequenceObjectReferenceMap"); \ +static_assert(sizeof(FLGUIPrefabSequenceObjectReferenceMap) == 0x000020, "Wrong size on FLGUIPrefabSequenceObjectReferenceMap"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FLGUIPrefabSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FLGUIPrefabSequenceObjectReferenceMap, References) == 0x000010, "Member 'FLGUIPrefabSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIRichTextCustomStyleItemData \ +static_assert(alignof(FLGUIRichTextCustomStyleItemData) == 0x000004, "Wrong alignment on FLGUIRichTextCustomStyleItemData"); \ +static_assert(sizeof(FLGUIRichTextCustomStyleItemData) == 0x000018, "Wrong size on FLGUIRichTextCustomStyleItemData"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, Bold) == 0x000000, "Member 'FLGUIRichTextCustomStyleItemData::Bold' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, Italic) == 0x000001, "Member 'FLGUIRichTextCustomStyleItemData::Italic' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, underline) == 0x000002, "Member 'FLGUIRichTextCustomStyleItemData::underline' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, strikethrough) == 0x000003, "Member 'FLGUIRichTextCustomStyleItemData::strikethrough' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, SizeType) == 0x000004, "Member 'FLGUIRichTextCustomStyleItemData::SizeType' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, Size) == 0x000008, "Member 'FLGUIRichTextCustomStyleItemData::Size' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, colorType) == 0x00000C, "Member 'FLGUIRichTextCustomStyleItemData::colorType' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, Color) == 0x000010, "Member 'FLGUIRichTextCustomStyleItemData::Color' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextCustomStyleItemData, supOrSub) == 0x000014, "Member 'FLGUIRichTextCustomStyleItemData::supOrSub' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIRichTextImageItemData \ +static_assert(alignof(FLGUIRichTextImageItemData) == 0x000008, "Wrong alignment on FLGUIRichTextImageItemData"); \ +static_assert(sizeof(FLGUIRichTextImageItemData) == 0x000018, "Wrong size on FLGUIRichTextImageItemData"); \ +static_assert(offsetof(FLGUIRichTextImageItemData, Frames) == 0x000000, "Member 'FLGUIRichTextImageItemData::Frames' has a wrong offset!"); \ +static_assert(offsetof(FLGUIRichTextImageItemData, overrideAnimationFps) == 0x000010, "Member 'FLGUIRichTextImageItemData::overrideAnimationFps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIAtlasSettings \ +static_assert(alignof(FLGUIAtlasSettings) == 0x000004, "Wrong alignment on FLGUIAtlasSettings"); \ +static_assert(sizeof(FLGUIAtlasSettings) == 0x000008, "Wrong size on FLGUIAtlasSettings"); \ +static_assert(offsetof(FLGUIAtlasSettings, atlasTextureInitialSize) == 0x000000, "Member 'FLGUIAtlasSettings::atlasTextureInitialSize' has a wrong offset!"); \ +static_assert(offsetof(FLGUIAtlasSettings, atlasTextureUseSRGB) == 0x000001, "Member 'FLGUIAtlasSettings::atlasTextureUseSRGB' has a wrong offset!"); \ +static_assert(offsetof(FLGUIAtlasSettings, atlasTextureFilter) == 0x000002, "Member 'FLGUIAtlasSettings::atlasTextureFilter' has a wrong offset!"); \ +static_assert(offsetof(FLGUIAtlasSettings, spaceBetweenSprites) == 0x000004, "Member 'FLGUIAtlasSettings::spaceBetweenSprites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUISpriteInfo \ +static_assert(alignof(FLGUISpriteInfo) == 0x000004, "Wrong alignment on FLGUISpriteInfo"); \ +static_assert(sizeof(FLGUISpriteInfo) == 0x000034, "Wrong size on FLGUISpriteInfo"); \ +static_assert(offsetof(FLGUISpriteInfo, Width) == 0x000000, "Member 'FLGUISpriteInfo::Width' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, Height) == 0x000002, "Member 'FLGUISpriteInfo::Height' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, borderLeft) == 0x000004, "Member 'FLGUISpriteInfo::borderLeft' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, borderRight) == 0x000006, "Member 'FLGUISpriteInfo::borderRight' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, borderTop) == 0x000008, "Member 'FLGUISpriteInfo::borderTop' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, borderBottom) == 0x00000A, "Member 'FLGUISpriteInfo::borderBottom' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, paddingLeft) == 0x00000C, "Member 'FLGUISpriteInfo::paddingLeft' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, paddingRight) == 0x00000E, "Member 'FLGUISpriteInfo::paddingRight' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, paddingTop) == 0x000010, "Member 'FLGUISpriteInfo::paddingTop' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, paddingBottom) == 0x000012, "Member 'FLGUISpriteInfo::paddingBottom' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, uv0X) == 0x000014, "Member 'FLGUISpriteInfo::uv0X' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, uv0Y) == 0x000018, "Member 'FLGUISpriteInfo::uv0Y' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, uv3X) == 0x00001C, "Member 'FLGUISpriteInfo::uv3X' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, uv3Y) == 0x000020, "Member 'FLGUISpriteInfo::uv3Y' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, buv0X) == 0x000024, "Member 'FLGUISpriteInfo::buv0X' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, buv0Y) == 0x000028, "Member 'FLGUISpriteInfo::buv0Y' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, buv3X) == 0x00002C, "Member 'FLGUISpriteInfo::buv3X' has a wrong offset!"); \ +static_assert(offsetof(FLGUISpriteInfo, buv3Y) == 0x000030, "Member 'FLGUISpriteInfo::buv3Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUITextCharProperty \ +static_assert(alignof(FUITextCharProperty) == 0x000004, "Wrong alignment on FUITextCharProperty"); \ +static_assert(sizeof(FUITextCharProperty) == 0x000014, "Wrong size on FUITextCharProperty"); \ +static_assert(offsetof(FUITextCharProperty, CharIndex) == 0x000000, "Member 'FUITextCharProperty::CharIndex' has a wrong offset!"); \ +static_assert(offsetof(FUITextCharProperty, StartVertIndex) == 0x000004, "Member 'FUITextCharProperty::StartVertIndex' has a wrong offset!"); \ +static_assert(offsetof(FUITextCharProperty, VertCount) == 0x000008, "Member 'FUITextCharProperty::VertCount' has a wrong offset!"); \ +static_assert(offsetof(FUITextCharProperty, StartTriangleIndex) == 0x00000C, "Member 'FUITextCharProperty::StartTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(FUITextCharProperty, IndicesCount) == 0x000010, "Member 'FUITextCharProperty::IndicesCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIText_RichTextCustomTag \ +static_assert(alignof(FUIText_RichTextCustomTag) == 0x000004, "Wrong alignment on FUIText_RichTextCustomTag"); \ +static_assert(sizeof(FUIText_RichTextCustomTag) == 0x000010, "Wrong size on FUIText_RichTextCustomTag"); \ +static_assert(offsetof(FUIText_RichTextCustomTag, TagName) == 0x000000, "Member 'FUIText_RichTextCustomTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(FUIText_RichTextCustomTag, CharIndexStart) == 0x000008, "Member 'FUIText_RichTextCustomTag::CharIndexStart' has a wrong offset!"); \ +static_assert(offsetof(FUIText_RichTextCustomTag, CharIndexEnd) == 0x00000C, "Member 'FUIText_RichTextCustomTag::CharIndexEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIText_RichTextImageTag \ +static_assert(alignof(FUIText_RichTextImageTag) == 0x000008, "Wrong alignment on FUIText_RichTextImageTag"); \ +static_assert(sizeof(FUIText_RichTextImageTag) == 0x000020, "Wrong size on FUIText_RichTextImageTag"); \ +static_assert(offsetof(FUIText_RichTextImageTag, TagName) == 0x000000, "Member 'FUIText_RichTextImageTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(FUIText_RichTextImageTag, position) == 0x000008, "Member 'FUIText_RichTextImageTag::position' has a wrong offset!"); \ +static_assert(offsetof(FUIText_RichTextImageTag, Size) == 0x000018, "Member 'FUIText_RichTextImageTag::Size' has a wrong offset!"); \ +static_assert(offsetof(FUIText_RichTextImageTag, TintColor) == 0x00001C, "Member 'FUIText_RichTextImageTag::TintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIAnchorData \ +static_assert(alignof(FUIAnchorData) == 0x000008, "Wrong alignment on FUIAnchorData"); \ +static_assert(sizeof(FUIAnchorData) == 0x000050, "Wrong size on FUIAnchorData"); \ +static_assert(offsetof(FUIAnchorData, Pivot) == 0x000000, "Member 'FUIAnchorData::Pivot' has a wrong offset!"); \ +static_assert(offsetof(FUIAnchorData, AnchorMin) == 0x000010, "Member 'FUIAnchorData::AnchorMin' has a wrong offset!"); \ +static_assert(offsetof(FUIAnchorData, AnchorMax) == 0x000020, "Member 'FUIAnchorData::AnchorMax' has a wrong offset!"); \ +static_assert(offsetof(FUIAnchorData, AnchoredPosition) == 0x000030, "Member 'FUIAnchorData::AnchoredPosition' has a wrong offset!"); \ +static_assert(offsetof(FUIAnchorData, SizeDelta) == 0x000040, "Member 'FUIAnchorData::SizeDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIGeometryVertex \ +static_assert(alignof(FLGUIGeometryVertex) == 0x000008, "Wrong alignment on FLGUIGeometryVertex"); \ +static_assert(sizeof(FLGUIGeometryVertex) == 0x000090, "Wrong size on FLGUIGeometryVertex"); \ +static_assert(offsetof(FLGUIGeometryVertex, position) == 0x000000, "Member 'FLGUIGeometryVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, Color) == 0x000018, "Member 'FLGUIGeometryVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, UV0) == 0x000020, "Member 'FLGUIGeometryVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, UV1) == 0x000030, "Member 'FLGUIGeometryVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, UV2) == 0x000040, "Member 'FLGUIGeometryVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, UV3) == 0x000050, "Member 'FLGUIGeometryVertex::UV3' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, Normal) == 0x000060, "Member 'FLGUIGeometryVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FLGUIGeometryVertex, Tangent) == 0x000078, "Member 'FLGUIGeometryVertex::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIDropdownOptionData \ +static_assert(alignof(FUIDropdownOptionData) == 0x000008, "Wrong alignment on FUIDropdownOptionData"); \ +static_assert(sizeof(FUIDropdownOptionData) == 0x000018, "Wrong size on FUIDropdownOptionData"); \ +static_assert(offsetof(FUIDropdownOptionData, Text) == 0x000000, "Member 'FUIDropdownOptionData::Text' has a wrong offset!"); \ +static_assert(offsetof(FUIDropdownOptionData, Sprite) == 0x000010, "Member 'FUIDropdownOptionData::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIFlexibleGridLayoutCellData \ +static_assert(alignof(FUIFlexibleGridLayoutCellData) == 0x000004, "Wrong alignment on FUIFlexibleGridLayoutCellData"); \ +static_assert(sizeof(FUIFlexibleGridLayoutCellData) == 0x000008, "Wrong size on FUIFlexibleGridLayoutCellData"); \ +static_assert(offsetof(FUIFlexibleGridLayoutCellData, Size) == 0x000000, "Member 'FUIFlexibleGridLayoutCellData::Size' has a wrong offset!"); \ +static_assert(offsetof(FUIFlexibleGridLayoutCellData, SizeType) == 0x000004, "Member 'FUIFlexibleGridLayoutCellData::SizeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIPanelLayout_FlexibleGridSize \ +static_assert(alignof(FUIPanelLayout_FlexibleGridSize) == 0x000004, "Wrong alignment on FUIPanelLayout_FlexibleGridSize"); \ +static_assert(sizeof(FUIPanelLayout_FlexibleGridSize) == 0x000008, "Wrong size on FUIPanelLayout_FlexibleGridSize"); \ +static_assert(offsetof(FUIPanelLayout_FlexibleGridSize, Value) == 0x000000, "Member 'FUIPanelLayout_FlexibleGridSize::Value' has a wrong offset!"); \ +static_assert(offsetof(FUIPanelLayout_FlexibleGridSize, SizeType) == 0x000004, "Member 'FUIPanelLayout_FlexibleGridSize::SizeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIRecyclableScrollViewCellContainer \ +static_assert(alignof(FUIRecyclableScrollViewCellContainer) == 0x000008, "Wrong alignment on FUIRecyclableScrollViewCellContainer"); \ +static_assert(sizeof(FUIRecyclableScrollViewCellContainer) == 0x000010, "Wrong size on FUIRecyclableScrollViewCellContainer"); \ +static_assert(offsetof(FUIRecyclableScrollViewCellContainer, CellComponent) == 0x000000, "Member 'FUIRecyclableScrollViewCellContainer::CellComponent' has a wrong offset!"); \ +static_assert(offsetof(FUIRecyclableScrollViewCellContainer, UIItem) == 0x000008, "Member 'FUIRecyclableScrollViewCellContainer::UIItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLGUIStaticMeshVertex \ +static_assert(alignof(FLGUIStaticMeshVertex) == 0x000008, "Wrong alignment on FLGUIStaticMeshVertex"); \ +static_assert(sizeof(FLGUIStaticMeshVertex) == 0x000090, "Wrong size on FLGUIStaticMeshVertex"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, position) == 0x000000, "Member 'FLGUIStaticMeshVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, TangentX) == 0x000018, "Member 'FLGUIStaticMeshVertex::TangentX' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, TangentZ) == 0x000030, "Member 'FLGUIStaticMeshVertex::TangentZ' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, Color) == 0x000048, "Member 'FLGUIStaticMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, UV0) == 0x000050, "Member 'FLGUIStaticMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, UV1) == 0x000060, "Member 'FLGUIStaticMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, UV2) == 0x000070, "Member 'FLGUIStaticMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FLGUIStaticMeshVertex, UV3) == 0x000080, "Member 'FLGUIStaticMeshVertex::UV3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_Property \ +static_assert(alignof(UUIEffectTextAnimation_Property) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_Property"); \ +static_assert(sizeof(UUIEffectTextAnimation_Property) == 0x000028, "Wrong size on UUIEffectTextAnimation_Property"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithEase_SetEaseCurve \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithEase_SetEaseCurve) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PropertyWithEase_SetEaseCurve"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithEase_SetEaseCurve) == 0x000008, "Wrong size on UIEffectTextAnimation_PropertyWithEase_SetEaseCurve"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithEase_SetEaseCurve, Value) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithEase_SetEaseCurve::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithEase_SetEaseType \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithEase_SetEaseType) == 0x000001, "Wrong alignment on UIEffectTextAnimation_PropertyWithEase_SetEaseType"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithEase_SetEaseType) == 0x000001, "Wrong size on UIEffectTextAnimation_PropertyWithEase_SetEaseType"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithEase_SetEaseType, Value) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithEase_SetEaseType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithEase_GetCurveFloat \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithEase_GetCurveFloat) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PropertyWithEase_GetCurveFloat"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithEase_GetCurveFloat) == 0x000008, "Wrong size on UIEffectTextAnimation_PropertyWithEase_GetCurveFloat"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithEase_GetCurveFloat, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithEase_GetCurveFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithEase_GetEaseType \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithEase_GetEaseType) == 0x000001, "Wrong alignment on UIEffectTextAnimation_PropertyWithEase_GetEaseType"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithEase_GetEaseType) == 0x000001, "Wrong size on UIEffectTextAnimation_PropertyWithEase_GetEaseType"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithEase_GetEaseType, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithEase_GetEaseType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_PropertyWithEase \ +static_assert(alignof(UUIEffectTextAnimation_PropertyWithEase) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_PropertyWithEase"); \ +static_assert(sizeof(UUIEffectTextAnimation_PropertyWithEase) == 0x000048, "Wrong size on UUIEffectTextAnimation_PropertyWithEase"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithEase, easetype) == 0x000028, "Member 'UUIEffectTextAnimation_PropertyWithEase::easetype' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithEase, easeCurve) == 0x000030, "Member 'UUIEffectTextAnimation_PropertyWithEase::easeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorProperty_SetColor \ +static_assert(alignof(UIEffectTextAnimation_ColorProperty_SetColor) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorProperty_SetColor"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorProperty_SetColor) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorProperty_SetColor"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorProperty_SetColor, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorProperty_SetColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorProperty_SetUseHSV \ +static_assert(alignof(UIEffectTextAnimation_ColorProperty_SetUseHSV) == 0x000001, "Wrong alignment on UIEffectTextAnimation_ColorProperty_SetUseHSV"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorProperty_SetUseHSV) == 0x000001, "Wrong size on UIEffectTextAnimation_ColorProperty_SetUseHSV"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorProperty_SetUseHSV, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorProperty_SetUseHSV::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorProperty_GetColor \ +static_assert(alignof(UIEffectTextAnimation_ColorProperty_GetColor) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorProperty_GetColor"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorProperty_GetColor) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorProperty_GetColor"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorProperty_GetColor, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorProperty_GetColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorProperty_GetUseHSV \ +static_assert(alignof(UIEffectTextAnimation_ColorProperty_GetUseHSV) == 0x000001, "Wrong alignment on UIEffectTextAnimation_ColorProperty_GetUseHSV"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorProperty_GetUseHSV) == 0x000001, "Wrong size on UIEffectTextAnimation_ColorProperty_GetUseHSV"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorProperty_GetUseHSV, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorProperty_GetUseHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_ColorProperty \ +static_assert(alignof(UUIEffectTextAnimation_ColorProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_ColorProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_ColorProperty) == 0x000050, "Wrong size on UUIEffectTextAnimation_ColorProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorProperty, Color) == 0x000048, "Member 'UUIEffectTextAnimation_ColorProperty::Color' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorProperty, useHSV) == 0x00004C, "Member 'UUIEffectTextAnimation_ColorProperty::useHSV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUICultureChangedInterface \ +static_assert(alignof(ILGUICultureChangedInterface) == 0x000001, "Wrong alignment on ILGUICultureChangedInterface"); \ +static_assert(sizeof(ILGUICultureChangedInterface) == 0x000001, "Wrong size on ILGUICultureChangedInterface"); \ + +#define DUMPER7_ASSERTS_LGUILayoutElementInterface_GetConstantSize \ +static_assert(alignof(LGUILayoutElementInterface_GetConstantSize) == 0x000004, "Wrong alignment on LGUILayoutElementInterface_GetConstantSize"); \ +static_assert(sizeof(LGUILayoutElementInterface_GetConstantSize) == 0x000008, "Wrong size on LGUILayoutElementInterface_GetConstantSize"); \ +static_assert(offsetof(LGUILayoutElementInterface_GetConstantSize, Type) == 0x000000, "Member 'LGUILayoutElementInterface_GetConstantSize::Type' has a wrong offset!"); \ +static_assert(offsetof(LGUILayoutElementInterface_GetConstantSize, ReturnValue) == 0x000004, "Member 'LGUILayoutElementInterface_GetConstantSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILayoutElementInterface_GetLayoutType \ +static_assert(alignof(LGUILayoutElementInterface_GetLayoutType) == 0x000001, "Wrong alignment on LGUILayoutElementInterface_GetLayoutType"); \ +static_assert(sizeof(LGUILayoutElementInterface_GetLayoutType) == 0x000001, "Wrong size on LGUILayoutElementInterface_GetLayoutType"); \ +static_assert(offsetof(LGUILayoutElementInterface_GetLayoutType, ReturnValue) == 0x000000, "Member 'LGUILayoutElementInterface_GetLayoutType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILayoutElementInterface_GetRatioSize \ +static_assert(alignof(LGUILayoutElementInterface_GetRatioSize) == 0x000004, "Wrong alignment on LGUILayoutElementInterface_GetRatioSize"); \ +static_assert(sizeof(LGUILayoutElementInterface_GetRatioSize) == 0x000008, "Wrong size on LGUILayoutElementInterface_GetRatioSize"); \ +static_assert(offsetof(LGUILayoutElementInterface_GetRatioSize, Type) == 0x000000, "Member 'LGUILayoutElementInterface_GetRatioSize::Type' has a wrong offset!"); \ +static_assert(offsetof(LGUILayoutElementInterface_GetRatioSize, ReturnValue) == 0x000004, "Member 'LGUILayoutElementInterface_GetRatioSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUILayoutElementInterface \ +static_assert(alignof(ILGUILayoutElementInterface) == 0x000001, "Wrong alignment on ILGUILayoutElementInterface"); \ +static_assert(sizeof(ILGUILayoutElementInterface) == 0x000001, "Wrong size on ILGUILayoutElementInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_SetSequenceByDisplayName \ +static_assert(alignof(LGUIPrefabSequenceComponent_SetSequenceByDisplayName) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_SetSequenceByDisplayName"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_SetSequenceByDisplayName) == 0x000010, "Wrong size on LGUIPrefabSequenceComponent_SetSequenceByDisplayName"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_SetSequenceByDisplayName, InName) == 0x000000, "Member 'LGUIPrefabSequenceComponent_SetSequenceByDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_SetSequenceByIndex \ +static_assert(alignof(LGUIPrefabSequenceComponent_SetSequenceByIndex) == 0x000004, "Wrong alignment on LGUIPrefabSequenceComponent_SetSequenceByIndex"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_SetSequenceByIndex) == 0x000004, "Wrong size on LGUIPrefabSequenceComponent_SetSequenceByIndex"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_SetSequenceByIndex, InIndex) == 0x000000, "Member 'LGUIPrefabSequenceComponent_SetSequenceByIndex::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_SetSequenceByName \ +static_assert(alignof(LGUIPrefabSequenceComponent_SetSequenceByName) == 0x000004, "Wrong alignment on LGUIPrefabSequenceComponent_SetSequenceByName"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_SetSequenceByName) == 0x000008, "Wrong size on LGUIPrefabSequenceComponent_SetSequenceByName"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_SetSequenceByName, InName) == 0x000000, "Member 'LGUIPrefabSequenceComponent_SetSequenceByName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetCurrentSequence \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetCurrentSequence) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetCurrentSequence"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetCurrentSequence) == 0x000008, "Wrong size on LGUIPrefabSequenceComponent_GetCurrentSequence"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetCurrentSequence, ReturnValue) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetCurrentSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetCurrentSequenceIndex \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetCurrentSequenceIndex) == 0x000004, "Wrong alignment on LGUIPrefabSequenceComponent_GetCurrentSequenceIndex"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetCurrentSequenceIndex) == 0x000004, "Wrong size on LGUIPrefabSequenceComponent_GetCurrentSequenceIndex"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetCurrentSequenceIndex, ReturnValue) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetCurrentSequenceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetSequenceArray \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetSequenceArray) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetSequenceArray"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetSequenceArray) == 0x000010, "Wrong size on LGUIPrefabSequenceComponent_GetSequenceArray"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceArray, ReturnValue) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetSequenceArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetSequenceByDisplayName \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetSequenceByDisplayName) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetSequenceByDisplayName"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetSequenceByDisplayName) == 0x000018, "Wrong size on LGUIPrefabSequenceComponent_GetSequenceByDisplayName"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByDisplayName, InName) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetSequenceByDisplayName::InName' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByDisplayName, ReturnValue) == 0x000010, "Member 'LGUIPrefabSequenceComponent_GetSequenceByDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetSequenceByIndex \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetSequenceByIndex) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetSequenceByIndex"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetSequenceByIndex) == 0x000010, "Wrong size on LGUIPrefabSequenceComponent_GetSequenceByIndex"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByIndex, InIndex) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetSequenceByIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByIndex, ReturnValue) == 0x000008, "Member 'LGUIPrefabSequenceComponent_GetSequenceByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetSequenceByName \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetSequenceByName) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetSequenceByName"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetSequenceByName) == 0x000010, "Wrong size on LGUIPrefabSequenceComponent_GetSequenceByName"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByName, InName) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetSequenceByName::InName' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequenceByName, ReturnValue) == 0x000008, "Member 'LGUIPrefabSequenceComponent_GetSequenceByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabSequenceComponent_GetSequencePlayer \ +static_assert(alignof(LGUIPrefabSequenceComponent_GetSequencePlayer) == 0x000008, "Wrong alignment on LGUIPrefabSequenceComponent_GetSequencePlayer"); \ +static_assert(sizeof(LGUIPrefabSequenceComponent_GetSequencePlayer) == 0x000008, "Wrong size on LGUIPrefabSequenceComponent_GetSequencePlayer"); \ +static_assert(offsetof(LGUIPrefabSequenceComponent_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'LGUIPrefabSequenceComponent_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabSequenceComponent \ +static_assert(alignof(ULGUIPrefabSequenceComponent) == 0x000008, "Wrong alignment on ULGUIPrefabSequenceComponent"); \ +static_assert(sizeof(ULGUIPrefabSequenceComponent) == 0x000110, "Wrong size on ULGUIPrefabSequenceComponent"); \ +static_assert(offsetof(ULGUIPrefabSequenceComponent, PlaybackSettings) == 0x0000A8, "Member 'ULGUIPrefabSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequenceComponent, SequenceArray) == 0x0000D0, "Member 'ULGUIPrefabSequenceComponent::SequenceArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequenceComponent, CurrentSequenceIndex) == 0x0000E0, "Member 'ULGUIPrefabSequenceComponent::CurrentSequenceIndex' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequenceComponent, SequenceEventHandler) == 0x0000E8, "Member 'ULGUIPrefabSequenceComponent::SequenceEventHandler' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequenceComponent, SequencePlayer) == 0x000108, "Member 'ULGUIPrefabSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_SetMax \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_SetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_SetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_SetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_SetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_SetMax, Value) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_SetMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_SetMin \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_SetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_SetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_SetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_SetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_SetMin, Value) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_SetMin::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_SetSeed \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_SetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_SetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_SetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_SetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_SetSeed, Value) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_SetSeed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_GetMax \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_GetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_GetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_GetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_GetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_GetMax, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_GetMin \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_GetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_GetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_GetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_GetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_GetMin, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionRandomProperty_GetSeed \ +static_assert(alignof(UIEffectTextAnimation_PositionRandomProperty_GetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_PositionRandomProperty_GetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionRandomProperty_GetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_PositionRandomProperty_GetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionRandomProperty_GetSeed, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PositionRandomProperty_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_PositionRandomProperty \ +static_assert(alignof(UUIEffectTextAnimation_PositionRandomProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_PositionRandomProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_PositionRandomProperty) == 0x000080, "Wrong size on UUIEffectTextAnimation_PositionRandomProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_PositionRandomProperty, Seed) == 0x000048, "Member 'UUIEffectTextAnimation_PositionRandomProperty::Seed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PositionRandomProperty, min_0) == 0x000050, "Member 'UUIEffectTextAnimation_PositionRandomProperty::min_0' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PositionRandomProperty, max_0) == 0x000068, "Member 'UUIEffectTextAnimation_PositionRandomProperty::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILayoutInterface_GetCanLayoutControlAnchor \ +static_assert(alignof(LGUILayoutInterface_GetCanLayoutControlAnchor) == 0x000008, "Wrong alignment on LGUILayoutInterface_GetCanLayoutControlAnchor"); \ +static_assert(sizeof(LGUILayoutInterface_GetCanLayoutControlAnchor) == 0x000010, "Wrong size on LGUILayoutInterface_GetCanLayoutControlAnchor"); \ +static_assert(offsetof(LGUILayoutInterface_GetCanLayoutControlAnchor, InUIItem) == 0x000000, "Member 'LGUILayoutInterface_GetCanLayoutControlAnchor::InUIItem' has a wrong offset!"); \ +static_assert(offsetof(LGUILayoutInterface_GetCanLayoutControlAnchor, OutResult) == 0x000008, "Member 'LGUILayoutInterface_GetCanLayoutControlAnchor::OutResult' has a wrong offset!"); \ +static_assert(offsetof(LGUILayoutInterface_GetCanLayoutControlAnchor, ReturnValue) == 0x00000E, "Member 'LGUILayoutInterface_GetCanLayoutControlAnchor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUILayoutInterface \ +static_assert(alignof(ILGUILayoutInterface) == 0x000001, "Wrong alignment on ILGUILayoutInterface"); \ +static_assert(sizeof(ILGUILayoutInterface) == 0x000001, "Wrong size on ILGUILayoutInterface"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_ReceiveApplyMaterialParameter \ +static_assert(alignof(LGUICanvasCustomClip_ReceiveApplyMaterialParameter) == 0x000008, "Wrong alignment on LGUICanvasCustomClip_ReceiveApplyMaterialParameter"); \ +static_assert(sizeof(LGUICanvasCustomClip_ReceiveApplyMaterialParameter) == 0x000018, "Wrong size on LGUICanvasCustomClip_ReceiveApplyMaterialParameter"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveApplyMaterialParameter, InMaterial) == 0x000000, "Member 'LGUICanvasCustomClip_ReceiveApplyMaterialParameter::InMaterial' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveApplyMaterialParameter, InCanvas) == 0x000008, "Member 'LGUICanvasCustomClip_ReceiveApplyMaterialParameter::InCanvas' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveApplyMaterialParameter, InUIItem) == 0x000010, "Member 'LGUICanvasCustomClip_ReceiveApplyMaterialParameter::InUIItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_ReceiveCheckPointVisible \ +static_assert(alignof(LGUICanvasCustomClip_ReceiveCheckPointVisible) == 0x000008, "Wrong alignment on LGUICanvasCustomClip_ReceiveCheckPointVisible"); \ +static_assert(sizeof(LGUICanvasCustomClip_ReceiveCheckPointVisible) == 0x000030, "Wrong size on LGUICanvasCustomClip_ReceiveCheckPointVisible"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveCheckPointVisible, InWorldPoint) == 0x000000, "Member 'LGUICanvasCustomClip_ReceiveCheckPointVisible::InWorldPoint' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveCheckPointVisible, InCanvas) == 0x000018, "Member 'LGUICanvasCustomClip_ReceiveCheckPointVisible::InCanvas' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveCheckPointVisible, InUIItem) == 0x000020, "Member 'LGUICanvasCustomClip_ReceiveCheckPointVisible::InUIItem' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveCheckPointVisible, ReturnValue) == 0x000028, "Member 'LGUICanvasCustomClip_ReceiveCheckPointVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter \ +static_assert(alignof(LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter) == 0x000008, "Wrong alignment on LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter"); \ +static_assert(sizeof(LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter) == 0x000010, "Wrong size on LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter, InMaterial) == 0x000000, "Member 'LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter::InMaterial' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter, ReturnValue) == 0x000008, "Member 'LGUICanvasCustomClip_ReceiveMaterialContainsClipParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvasCustomClip \ +static_assert(alignof(ULGUICanvasCustomClip) == 0x000008, "Wrong alignment on ULGUICanvasCustomClip"); \ +static_assert(sizeof(ULGUICanvasCustomClip) == 0x000080, "Wrong size on ULGUICanvasCustomClip"); \ +static_assert(offsetof(ULGUICanvasCustomClip, replaceMaterialMap) == 0x000030, "Member 'ULGUICanvasCustomClip::replaceMaterialMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPrefabInterface \ +static_assert(alignof(ILGUIPrefabInterface) == 0x000001, "Wrong alignment on ILGUIPrefabInterface"); \ +static_assert(sizeof(ILGUIPrefabInterface) == 0x000001, "Wrong size on ILGUIPrefabInterface"); \ + +#define DUMPER7_ASSERTS_LGUIBaseEventData_ToString \ +static_assert(alignof(LGUIBaseEventData_ToString) == 0x000008, "Wrong alignment on LGUIBaseEventData_ToString"); \ +static_assert(sizeof(LGUIBaseEventData_ToString) == 0x000010, "Wrong size on LGUIBaseEventData_ToString"); \ +static_assert(offsetof(LGUIBaseEventData_ToString, ReturnValue) == 0x000000, "Member 'LGUIBaseEventData_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIBaseEventData \ +static_assert(alignof(ULGUIBaseEventData) == 0x000008, "Wrong alignment on ULGUIBaseEventData"); \ +static_assert(sizeof(ULGUIBaseEventData) == 0x000038, "Wrong size on ULGUIBaseEventData"); \ +static_assert(offsetof(ULGUIBaseEventData, SelectedComponent) == 0x000028, "Member 'ULGUIBaseEventData::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseEventData, EventType) == 0x000030, "Member 'ULGUIBaseEventData::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefab_LoadPrefab \ +static_assert(alignof(LGUIPrefab_LoadPrefab) == 0x000008, "Wrong alignment on LGUIPrefab_LoadPrefab"); \ +static_assert(sizeof(LGUIPrefab_LoadPrefab) == 0x000030, "Wrong size on LGUIPrefab_LoadPrefab"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefab, WorldContextObject) == 0x000000, "Member 'LGUIPrefab_LoadPrefab::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefab, InParent) == 0x000008, "Member 'LGUIPrefab_LoadPrefab::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefab, InCallbackBeforeAwake) == 0x000010, "Member 'LGUIPrefab_LoadPrefab::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefab, SetRelativeTransformToIdentity) == 0x000020, "Member 'LGUIPrefab_LoadPrefab::SetRelativeTransformToIdentity' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefab, ReturnValue) == 0x000028, "Member 'LGUIPrefab_LoadPrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefab_LoadPrefabWithReplacement \ +static_assert(alignof(LGUIPrefab_LoadPrefabWithReplacement) == 0x000008, "Wrong alignment on LGUIPrefab_LoadPrefabWithReplacement"); \ +static_assert(sizeof(LGUIPrefab_LoadPrefabWithReplacement) == 0x0000C8, "Wrong size on LGUIPrefab_LoadPrefabWithReplacement"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, WorldContextObject) == 0x000000, "Member 'LGUIPrefab_LoadPrefabWithReplacement::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, InParent) == 0x000008, "Member 'LGUIPrefab_LoadPrefabWithReplacement::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, InReplaceAssetMap) == 0x000010, "Member 'LGUIPrefab_LoadPrefabWithReplacement::InReplaceAssetMap' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, InReplaceClassMap) == 0x000060, "Member 'LGUIPrefab_LoadPrefabWithReplacement::InReplaceClassMap' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, InCallbackBeforeAwake) == 0x0000B0, "Member 'LGUIPrefab_LoadPrefabWithReplacement::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithReplacement, ReturnValue) == 0x0000C0, "Member 'LGUIPrefab_LoadPrefabWithReplacement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPrefab_LoadPrefabWithTransform \ +static_assert(alignof(LGUIPrefab_LoadPrefabWithTransform) == 0x000008, "Wrong alignment on LGUIPrefab_LoadPrefabWithTransform"); \ +static_assert(sizeof(LGUIPrefab_LoadPrefabWithTransform) == 0x000070, "Wrong size on LGUIPrefab_LoadPrefabWithTransform"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, WorldContextObject) == 0x000000, "Member 'LGUIPrefab_LoadPrefabWithTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, InParent) == 0x000008, "Member 'LGUIPrefab_LoadPrefabWithTransform::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, Location) == 0x000010, "Member 'LGUIPrefab_LoadPrefabWithTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, Rotation) == 0x000028, "Member 'LGUIPrefab_LoadPrefabWithTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, Scale) == 0x000040, "Member 'LGUIPrefab_LoadPrefabWithTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, InCallbackBeforeAwake) == 0x000058, "Member 'LGUIPrefab_LoadPrefabWithTransform::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefab_LoadPrefabWithTransform, ReturnValue) == 0x000068, "Member 'LGUIPrefab_LoadPrefabWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefab \ +static_assert(alignof(ULGUIPrefab) == 0x000008, "Wrong alignment on ULGUIPrefab"); \ +static_assert(sizeof(ULGUIPrefab) == 0x000088, "Wrong size on ULGUIPrefab"); \ +static_assert(offsetof(ULGUIPrefab, PrefabVersion) == 0x000028, "Member 'ULGUIPrefab::PrefabVersion' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, EngineMajorVersion) == 0x00002A, "Member 'ULGUIPrefab::EngineMajorVersion' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, EngineMinorVersion) == 0x00002C, "Member 'ULGUIPrefab::EngineMinorVersion' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, EnginePatchVersion) == 0x00002E, "Member 'ULGUIPrefab::EnginePatchVersion' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ArchiveVersion_ForBuild) == 0x000030, "Member 'ULGUIPrefab::ArchiveVersion_ForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ArchiveVersionUE5_ForBuild) == 0x000034, "Member 'ULGUIPrefab::ArchiveVersionUE5_ForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ArchiveLicenseeVer_ForBuild) == 0x000038, "Member 'ULGUIPrefab::ArchiveLicenseeVer_ForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ArEngineNetVer_ForBuild) == 0x00003C, "Member 'ULGUIPrefab::ArEngineNetVer_ForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ArGameNetVer_ForBuild) == 0x000040, "Member 'ULGUIPrefab::ArGameNetVer_ForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ReferenceAssetListForBuild) == 0x000048, "Member 'ULGUIPrefab::ReferenceAssetListForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ReferenceClassListForBuild) == 0x000058, "Member 'ULGUIPrefab::ReferenceClassListForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, ReferenceNameListForBuild) == 0x000068, "Member 'ULGUIPrefab::ReferenceNameListForBuild' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefab, BinaryDataForBuild) == 0x000078, "Member 'ULGUIPrefab::BinaryDataForBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_ReceiveModifyUIGeometry \ +static_assert(alignof(UIGeometryModifierBase_ReceiveModifyUIGeometry) == 0x000008, "Wrong alignment on UIGeometryModifierBase_ReceiveModifyUIGeometry"); \ +static_assert(sizeof(UIGeometryModifierBase_ReceiveModifyUIGeometry) == 0x000008, "Wrong size on UIGeometryModifierBase_ReceiveModifyUIGeometry"); \ +static_assert(offsetof(UIGeometryModifierBase_ReceiveModifyUIGeometry, InGeometryModifierHelper) == 0x000000, "Member 'UIGeometryModifierBase_ReceiveModifyUIGeometry::InGeometryModifierHelper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_SetEnable \ +static_assert(alignof(UIGeometryModifierBase_SetEnable) == 0x000001, "Wrong alignment on UIGeometryModifierBase_SetEnable"); \ +static_assert(sizeof(UIGeometryModifierBase_SetEnable) == 0x000001, "Wrong size on UIGeometryModifierBase_SetEnable"); \ +static_assert(offsetof(UIGeometryModifierBase_SetEnable, Value) == 0x000000, "Member 'UIGeometryModifierBase_SetEnable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_GetEnable \ +static_assert(alignof(UIGeometryModifierBase_GetEnable) == 0x000001, "Wrong alignment on UIGeometryModifierBase_GetEnable"); \ +static_assert(sizeof(UIGeometryModifierBase_GetEnable) == 0x000001, "Wrong size on UIGeometryModifierBase_GetEnable"); \ +static_assert(offsetof(UIGeometryModifierBase_GetEnable, ReturnValue) == 0x000000, "Member 'UIGeometryModifierBase_GetEnable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_GetExecuteOrder \ +static_assert(alignof(UIGeometryModifierBase_GetExecuteOrder) == 0x000004, "Wrong alignment on UIGeometryModifierBase_GetExecuteOrder"); \ +static_assert(sizeof(UIGeometryModifierBase_GetExecuteOrder) == 0x000004, "Wrong size on UIGeometryModifierBase_GetExecuteOrder"); \ +static_assert(offsetof(UIGeometryModifierBase_GetExecuteOrder, ReturnValue) == 0x000000, "Member 'UIGeometryModifierBase_GetExecuteOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_GetRenderableUIItem \ +static_assert(alignof(UIGeometryModifierBase_GetRenderableUIItem) == 0x000008, "Wrong alignment on UIGeometryModifierBase_GetRenderableUIItem"); \ +static_assert(sizeof(UIGeometryModifierBase_GetRenderableUIItem) == 0x000008, "Wrong size on UIGeometryModifierBase_GetRenderableUIItem"); \ +static_assert(offsetof(UIGeometryModifierBase_GetRenderableUIItem, ReturnValue) == 0x000000, "Member 'UIGeometryModifierBase_GetRenderableUIItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGeometryModifierBase_GetUIRenderable \ +static_assert(alignof(UIGeometryModifierBase_GetUIRenderable) == 0x000008, "Wrong alignment on UIGeometryModifierBase_GetUIRenderable"); \ +static_assert(sizeof(UIGeometryModifierBase_GetUIRenderable) == 0x000008, "Wrong size on UIGeometryModifierBase_GetUIRenderable"); \ +static_assert(offsetof(UIGeometryModifierBase_GetUIRenderable, ReturnValue) == 0x000000, "Member 'UIGeometryModifierBase_GetUIRenderable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIGeometryModifierBase \ +static_assert(alignof(UUIGeometryModifierBase) == 0x000008, "Wrong alignment on UUIGeometryModifierBase"); \ +static_assert(sizeof(UUIGeometryModifierBase) == 0x0000B8, "Wrong size on UUIGeometryModifierBase"); \ +static_assert(offsetof(UUIGeometryModifierBase, bEnable) == 0x0000A0, "Member 'UUIGeometryModifierBase::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UUIGeometryModifierBase, executeOrder) == 0x0000A4, "Member 'UUIGeometryModifierBase::executeOrder' has a wrong offset!"); \ +static_assert(offsetof(UUIGeometryModifierBase, GeometryModifierHelper) == 0x0000B0, "Member 'UUIGeometryModifierBase::GeometryModifierHelper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectShadow_SetShadowColor \ +static_assert(alignof(UIEffectShadow_SetShadowColor) == 0x000004, "Wrong alignment on UIEffectShadow_SetShadowColor"); \ +static_assert(sizeof(UIEffectShadow_SetShadowColor) == 0x000004, "Wrong size on UIEffectShadow_SetShadowColor"); \ +static_assert(offsetof(UIEffectShadow_SetShadowColor, NewColor) == 0x000000, "Member 'UIEffectShadow_SetShadowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectShadow_SetShadowOffset \ +static_assert(alignof(UIEffectShadow_SetShadowOffset) == 0x000008, "Wrong alignment on UIEffectShadow_SetShadowOffset"); \ +static_assert(sizeof(UIEffectShadow_SetShadowOffset) == 0x000010, "Wrong size on UIEffectShadow_SetShadowOffset"); \ +static_assert(offsetof(UIEffectShadow_SetShadowOffset, newOffset) == 0x000000, "Member 'UIEffectShadow_SetShadowOffset::newOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectShadow_GetShadowColor \ +static_assert(alignof(UIEffectShadow_GetShadowColor) == 0x000004, "Wrong alignment on UIEffectShadow_GetShadowColor"); \ +static_assert(sizeof(UIEffectShadow_GetShadowColor) == 0x000004, "Wrong size on UIEffectShadow_GetShadowColor"); \ +static_assert(offsetof(UIEffectShadow_GetShadowColor, ReturnValue) == 0x000000, "Member 'UIEffectShadow_GetShadowColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectShadow_GetShadowOffset \ +static_assert(alignof(UIEffectShadow_GetShadowOffset) == 0x000008, "Wrong alignment on UIEffectShadow_GetShadowOffset"); \ +static_assert(sizeof(UIEffectShadow_GetShadowOffset) == 0x000010, "Wrong size on UIEffectShadow_GetShadowOffset"); \ +static_assert(offsetof(UIEffectShadow_GetShadowOffset, ReturnValue) == 0x000000, "Member 'UIEffectShadow_GetShadowOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectShadow \ +static_assert(alignof(UUIEffectShadow) == 0x000008, "Wrong alignment on UUIEffectShadow"); \ +static_assert(sizeof(UUIEffectShadow) == 0x0000D0, "Wrong size on UUIEffectShadow"); \ +static_assert(offsetof(UUIEffectShadow, ShadowColor) == 0x0000B8, "Member 'UUIEffectShadow::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectShadow, multiplySourceAlpha) == 0x0000BC, "Member 'UUIEffectShadow::multiplySourceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectShadow, ShadowOffset) == 0x0000C0, "Member 'UUIEffectShadow::ShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteRenderableInterface_SpriteRenderableGetSprite \ +static_assert(alignof(UISpriteRenderableInterface_SpriteRenderableGetSprite) == 0x000008, "Wrong alignment on UISpriteRenderableInterface_SpriteRenderableGetSprite"); \ +static_assert(sizeof(UISpriteRenderableInterface_SpriteRenderableGetSprite) == 0x000008, "Wrong size on UISpriteRenderableInterface_SpriteRenderableGetSprite"); \ +static_assert(offsetof(UISpriteRenderableInterface_SpriteRenderableGetSprite, ReturnValue) == 0x000000, "Member 'UISpriteRenderableInterface_SpriteRenderableGetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUISpriteRenderableInterface \ +static_assert(alignof(IUISpriteRenderableInterface) == 0x000001, "Wrong alignment on IUISpriteRenderableInterface"); \ +static_assert(sizeof(IUISpriteRenderableInterface) == 0x000001, "Wrong size on IUISpriteRenderableInterface"); \ + +#define DUMPER7_ASSERTS_ULGUIBaseInputModule \ +static_assert(alignof(ULGUIBaseInputModule) == 0x000008, "Wrong alignment on ULGUIBaseInputModule"); \ +static_assert(sizeof(ULGUIBaseInputModule) == 0x0000A0, "Wrong size on ULGUIBaseInputModule"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_SetClickThreshold \ +static_assert(alignof(LGUIBaseRaycaster_SetClickThreshold) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_SetClickThreshold"); \ +static_assert(sizeof(LGUIBaseRaycaster_SetClickThreshold) == 0x000004, "Wrong size on LGUIBaseRaycaster_SetClickThreshold"); \ +static_assert(offsetof(LGUIBaseRaycaster_SetClickThreshold, Value) == 0x000000, "Member 'LGUIBaseRaycaster_SetClickThreshold::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_SetHoldToDrag \ +static_assert(alignof(LGUIBaseRaycaster_SetHoldToDrag) == 0x000001, "Wrong alignment on LGUIBaseRaycaster_SetHoldToDrag"); \ +static_assert(sizeof(LGUIBaseRaycaster_SetHoldToDrag) == 0x000001, "Wrong size on LGUIBaseRaycaster_SetHoldToDrag"); \ +static_assert(offsetof(LGUIBaseRaycaster_SetHoldToDrag, Value) == 0x000000, "Member 'LGUIBaseRaycaster_SetHoldToDrag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_SetHoldToDragTime \ +static_assert(alignof(LGUIBaseRaycaster_SetHoldToDragTime) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_SetHoldToDragTime"); \ +static_assert(sizeof(LGUIBaseRaycaster_SetHoldToDragTime) == 0x000004, "Wrong size on LGUIBaseRaycaster_SetHoldToDragTime"); \ +static_assert(offsetof(LGUIBaseRaycaster_SetHoldToDragTime, Value) == 0x000000, "Member 'LGUIBaseRaycaster_SetHoldToDragTime::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetAffectByGamePause \ +static_assert(alignof(LGUIBaseRaycaster_GetAffectByGamePause) == 0x000001, "Wrong alignment on LGUIBaseRaycaster_GetAffectByGamePause"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetAffectByGamePause) == 0x000001, "Wrong size on LGUIBaseRaycaster_GetAffectByGamePause"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetAffectByGamePause, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetAffectByGamePause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetClickThreshold \ +static_assert(alignof(LGUIBaseRaycaster_GetClickThreshold) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_GetClickThreshold"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetClickThreshold) == 0x000004, "Wrong size on LGUIBaseRaycaster_GetClickThreshold"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetClickThreshold, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetClickThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetDepth \ +static_assert(alignof(LGUIBaseRaycaster_GetDepth) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_GetDepth"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetDepth) == 0x000004, "Wrong size on LGUIBaseRaycaster_GetDepth"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetDepth, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetEventFireType \ +static_assert(alignof(LGUIBaseRaycaster_GetEventFireType) == 0x000001, "Wrong alignment on LGUIBaseRaycaster_GetEventFireType"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetEventFireType) == 0x000001, "Wrong size on LGUIBaseRaycaster_GetEventFireType"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetEventFireType, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetEventFireType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetHoldToDrag \ +static_assert(alignof(LGUIBaseRaycaster_GetHoldToDrag) == 0x000001, "Wrong alignment on LGUIBaseRaycaster_GetHoldToDrag"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetHoldToDrag) == 0x000001, "Wrong size on LGUIBaseRaycaster_GetHoldToDrag"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetHoldToDrag, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetHoldToDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetHoldToDragTime \ +static_assert(alignof(LGUIBaseRaycaster_GetHoldToDragTime) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_GetHoldToDragTime"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetHoldToDragTime) == 0x000004, "Wrong size on LGUIBaseRaycaster_GetHoldToDragTime"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetHoldToDragTime, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetHoldToDragTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetPointerID \ +static_assert(alignof(LGUIBaseRaycaster_GetPointerID) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_GetPointerID"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetPointerID) == 0x000004, "Wrong size on LGUIBaseRaycaster_GetPointerID"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetPointerID, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetPointerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetRayDirection \ +static_assert(alignof(LGUIBaseRaycaster_GetRayDirection) == 0x000008, "Wrong alignment on LGUIBaseRaycaster_GetRayDirection"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetRayDirection) == 0x000018, "Wrong size on LGUIBaseRaycaster_GetRayDirection"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetRayDirection, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetRayDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetRayLength \ +static_assert(alignof(LGUIBaseRaycaster_GetRayLength) == 0x000004, "Wrong alignment on LGUIBaseRaycaster_GetRayLength"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetRayLength) == 0x000004, "Wrong size on LGUIBaseRaycaster_GetRayLength"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetRayLength, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetRayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetRayOrigin \ +static_assert(alignof(LGUIBaseRaycaster_GetRayOrigin) == 0x000008, "Wrong alignment on LGUIBaseRaycaster_GetRayOrigin"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetRayOrigin) == 0x000018, "Wrong size on LGUIBaseRaycaster_GetRayOrigin"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetRayOrigin, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetRayOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBaseRaycaster_GetTraceChannel \ +static_assert(alignof(LGUIBaseRaycaster_GetTraceChannel) == 0x000001, "Wrong alignment on LGUIBaseRaycaster_GetTraceChannel"); \ +static_assert(sizeof(LGUIBaseRaycaster_GetTraceChannel) == 0x000001, "Wrong size on LGUIBaseRaycaster_GetTraceChannel"); \ +static_assert(offsetof(LGUIBaseRaycaster_GetTraceChannel, ReturnValue) == 0x000000, "Member 'LGUIBaseRaycaster_GetTraceChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIBaseRaycaster \ +static_assert(alignof(ULGUIBaseRaycaster) == 0x000010, "Wrong alignment on ULGUIBaseRaycaster"); \ +static_assert(sizeof(ULGUIBaseRaycaster) == 0x0002A0, "Wrong size on ULGUIBaseRaycaster"); \ +static_assert(offsetof(ULGUIBaseRaycaster, pointerID) == 0x000240, "Member 'ULGUIBaseRaycaster::pointerID' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, Depth) == 0x000244, "Member 'ULGUIBaseRaycaster::Depth' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, rayLength) == 0x000248, "Member 'ULGUIBaseRaycaster::rayLength' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, TraceChannel) == 0x00024C, "Member 'ULGUIBaseRaycaster::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, eventFireType) == 0x00024D, "Member 'ULGUIBaseRaycaster::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, clickThreshold) == 0x000250, "Member 'ULGUIBaseRaycaster::clickThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, holdToDrag) == 0x000254, "Member 'ULGUIBaseRaycaster::holdToDrag' has a wrong offset!"); \ +static_assert(offsetof(ULGUIBaseRaycaster, holdToDragTime) == 0x000258, "Member 'ULGUIBaseRaycaster::holdToDragTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AlphaFrom \ +static_assert(alignof(LGUIBPLibrary_AlphaFrom) == 0x000008, "Wrong alignment on LGUIBPLibrary_AlphaFrom"); \ +static_assert(sizeof(LGUIBPLibrary_AlphaFrom) == 0x000020, "Wrong size on LGUIBPLibrary_AlphaFrom"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, Target) == 0x000000, "Member 'LGUIBPLibrary_AlphaFrom::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, StartValue) == 0x000008, "Member 'LGUIBPLibrary_AlphaFrom::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AlphaFrom::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, Delay) == 0x000010, "Member 'LGUIBPLibrary_AlphaFrom::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, Ease) == 0x000014, "Member 'LGUIBPLibrary_AlphaFrom::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaFrom, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AlphaFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AlphaTo \ +static_assert(alignof(LGUIBPLibrary_AlphaTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AlphaTo"); \ +static_assert(sizeof(LGUIBPLibrary_AlphaTo) == 0x000020, "Wrong size on LGUIBPLibrary_AlphaTo"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AlphaTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AlphaTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorBottomTo \ +static_assert(alignof(LGUIBPLibrary_AnchorBottomTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorBottomTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorBottomTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorBottomTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorBottomTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorBottomTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorBottomTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorBottomTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorBottomTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorBottomTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorBottomTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchoredPositionTo \ +static_assert(alignof(LGUIBPLibrary_AnchoredPositionTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchoredPositionTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchoredPositionTo) == 0x000030, "Wrong size on LGUIBPLibrary_AnchoredPositionTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchoredPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, Duration) == 0x000018, "Member 'LGUIBPLibrary_AnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, Delay) == 0x00001C, "Member 'LGUIBPLibrary_AnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, Ease) == 0x000020, "Member 'LGUIBPLibrary_AnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchoredPositionTo, ReturnValue) == 0x000028, "Member 'LGUIBPLibrary_AnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorLeftTo \ +static_assert(alignof(LGUIBPLibrary_AnchorLeftTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorLeftTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorLeftTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorLeftTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorLeftTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorLeftTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorLeftTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorLeftTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorLeftTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorLeftTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorLeftTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorOffsetTo \ +static_assert(alignof(LGUIBPLibrary_AnchorOffsetTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorOffsetTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorOffsetTo) == 0x000030, "Wrong size on LGUIBPLibrary_AnchorOffsetTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorOffsetTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorOffsetTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, Duration) == 0x000018, "Member 'LGUIBPLibrary_AnchorOffsetTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, Delay) == 0x00001C, "Member 'LGUIBPLibrary_AnchorOffsetTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, Ease) == 0x000020, "Member 'LGUIBPLibrary_AnchorOffsetTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetTo, ReturnValue) == 0x000028, "Member 'LGUIBPLibrary_AnchorOffsetTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorOffsetXTo \ +static_assert(alignof(LGUIBPLibrary_AnchorOffsetXTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorOffsetXTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorOffsetXTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorOffsetXTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorOffsetXTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorOffsetXTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorOffsetXTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorOffsetXTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorOffsetXTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetXTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorOffsetXTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorOffsetYTo \ +static_assert(alignof(LGUIBPLibrary_AnchorOffsetYTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorOffsetYTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorOffsetYTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorOffsetYTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorOffsetYTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorOffsetYTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorOffsetYTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorOffsetYTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorOffsetYTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorOffsetYTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorOffsetYTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorRightTo \ +static_assert(alignof(LGUIBPLibrary_AnchorRightTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorRightTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorRightTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorRightTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorRightTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorRightTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorRightTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorRightTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorRightTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorRightTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorRightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_AnchorTopTo \ +static_assert(alignof(LGUIBPLibrary_AnchorTopTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_AnchorTopTo"); \ +static_assert(sizeof(LGUIBPLibrary_AnchorTopTo) == 0x000020, "Wrong size on LGUIBPLibrary_AnchorTopTo"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, Target) == 0x000000, "Member 'LGUIBPLibrary_AnchorTopTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_AnchorTopTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_AnchorTopTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_AnchorTopTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_AnchorTopTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_AnchorTopTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_AnchorTopTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_ColorFrom \ +static_assert(alignof(LGUIBPLibrary_ColorFrom) == 0x000008, "Wrong alignment on LGUIBPLibrary_ColorFrom"); \ +static_assert(sizeof(LGUIBPLibrary_ColorFrom) == 0x000020, "Wrong size on LGUIBPLibrary_ColorFrom"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, Target) == 0x000000, "Member 'LGUIBPLibrary_ColorFrom::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, StartValue) == 0x000008, "Member 'LGUIBPLibrary_ColorFrom::StartValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, Duration) == 0x00000C, "Member 'LGUIBPLibrary_ColorFrom::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, Delay) == 0x000010, "Member 'LGUIBPLibrary_ColorFrom::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, Ease) == 0x000014, "Member 'LGUIBPLibrary_ColorFrom::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorFrom, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_ColorFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_ColorTo \ +static_assert(alignof(LGUIBPLibrary_ColorTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_ColorTo"); \ +static_assert(sizeof(LGUIBPLibrary_ColorTo) == 0x000020, "Wrong size on LGUIBPLibrary_ColorTo"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, Target) == 0x000000, "Member 'LGUIBPLibrary_ColorTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_ColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_ColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_ColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_ColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_ColorTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_ColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_DestroyActorWithHierarchy \ +static_assert(alignof(LGUIBPLibrary_DestroyActorWithHierarchy) == 0x000008, "Wrong alignment on LGUIBPLibrary_DestroyActorWithHierarchy"); \ +static_assert(sizeof(LGUIBPLibrary_DestroyActorWithHierarchy) == 0x000010, "Wrong size on LGUIBPLibrary_DestroyActorWithHierarchy"); \ +static_assert(offsetof(LGUIBPLibrary_DestroyActorWithHierarchy, Target) == 0x000000, "Member 'LGUIBPLibrary_DestroyActorWithHierarchy::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_DestroyActorWithHierarchy, WithHierarchy) == 0x000008, "Member 'LGUIBPLibrary_DestroyActorWithHierarchy::WithHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_DuplicateActor \ +static_assert(alignof(LGUIBPLibrary_DuplicateActor) == 0x000008, "Wrong alignment on LGUIBPLibrary_DuplicateActor"); \ +static_assert(sizeof(LGUIBPLibrary_DuplicateActor) == 0x000018, "Wrong size on LGUIBPLibrary_DuplicateActor"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActor, Target) == 0x000000, "Member 'LGUIBPLibrary_DuplicateActor::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActor, Parent) == 0x000008, "Member 'LGUIBPLibrary_DuplicateActor::Parent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActor, ReturnValue) == 0x000010, "Member 'LGUIBPLibrary_DuplicateActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_DuplicateActorWithPreparedData \ +static_assert(alignof(LGUIBPLibrary_DuplicateActorWithPreparedData) == 0x000010, "Wrong alignment on LGUIBPLibrary_DuplicateActorWithPreparedData"); \ +static_assert(sizeof(LGUIBPLibrary_DuplicateActorWithPreparedData) == 0x0004A0, "Wrong size on LGUIBPLibrary_DuplicateActorWithPreparedData"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActorWithPreparedData, Data) == 0x000000, "Member 'LGUIBPLibrary_DuplicateActorWithPreparedData::Data' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActorWithPreparedData, Parent) == 0x000490, "Member 'LGUIBPLibrary_DuplicateActorWithPreparedData::Parent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_DuplicateActorWithPreparedData, ReturnValue) == 0x000498, "Member 'LGUIBPLibrary_DuplicateActorWithPreparedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetComponentInChildren \ +static_assert(alignof(LGUIBPLibrary_GetComponentInChildren) == 0x000008, "Wrong alignment on LGUIBPLibrary_GetComponentInChildren"); \ +static_assert(sizeof(LGUIBPLibrary_GetComponentInChildren) == 0x000070, "Wrong size on LGUIBPLibrary_GetComponentInChildren"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInChildren, InActor) == 0x000000, "Member 'LGUIBPLibrary_GetComponentInChildren::InActor' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInChildren, ComponentClass) == 0x000008, "Member 'LGUIBPLibrary_GetComponentInChildren::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInChildren, IncludeSelf) == 0x000010, "Member 'LGUIBPLibrary_GetComponentInChildren::IncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInChildren, InExcludeNode) == 0x000018, "Member 'LGUIBPLibrary_GetComponentInChildren::InExcludeNode' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInChildren, ReturnValue) == 0x000068, "Member 'LGUIBPLibrary_GetComponentInChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetComponentInParent \ +static_assert(alignof(LGUIBPLibrary_GetComponentInParent) == 0x000008, "Wrong alignment on LGUIBPLibrary_GetComponentInParent"); \ +static_assert(sizeof(LGUIBPLibrary_GetComponentInParent) == 0x000028, "Wrong size on LGUIBPLibrary_GetComponentInParent"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInParent, InActor) == 0x000000, "Member 'LGUIBPLibrary_GetComponentInParent::InActor' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInParent, ComponentClass) == 0x000008, "Member 'LGUIBPLibrary_GetComponentInParent::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInParent, IncludeSelf) == 0x000010, "Member 'LGUIBPLibrary_GetComponentInParent::IncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInParent, InStopNode) == 0x000018, "Member 'LGUIBPLibrary_GetComponentInParent::InStopNode' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentInParent, ReturnValue) == 0x000020, "Member 'LGUIBPLibrary_GetComponentInParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetComponentsInChildren \ +static_assert(alignof(LGUIBPLibrary_GetComponentsInChildren) == 0x000008, "Wrong alignment on LGUIBPLibrary_GetComponentsInChildren"); \ +static_assert(sizeof(LGUIBPLibrary_GetComponentsInChildren) == 0x000078, "Wrong size on LGUIBPLibrary_GetComponentsInChildren"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentsInChildren, InActor) == 0x000000, "Member 'LGUIBPLibrary_GetComponentsInChildren::InActor' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentsInChildren, ComponentClass) == 0x000008, "Member 'LGUIBPLibrary_GetComponentsInChildren::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentsInChildren, IncludeSelf) == 0x000010, "Member 'LGUIBPLibrary_GetComponentsInChildren::IncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentsInChildren, InExcludeNode) == 0x000018, "Member 'LGUIBPLibrary_GetComponentsInChildren::InExcludeNode' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetComponentsInChildren, ReturnValue) == 0x000068, "Member 'LGUIBPLibrary_GetComponentsInChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetSpriteBorderSize \ +static_assert(alignof(LGUIBPLibrary_GetSpriteBorderSize) == 0x000004, "Wrong alignment on LGUIBPLibrary_GetSpriteBorderSize"); \ +static_assert(sizeof(LGUIBPLibrary_GetSpriteBorderSize) == 0x000044, "Wrong size on LGUIBPLibrary_GetSpriteBorderSize"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderSize, SpriteInfo) == 0x000000, "Member 'LGUIBPLibrary_GetSpriteBorderSize::SpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderSize, borderLeft) == 0x000034, "Member 'LGUIBPLibrary_GetSpriteBorderSize::borderLeft' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderSize, borderRight) == 0x000038, "Member 'LGUIBPLibrary_GetSpriteBorderSize::borderRight' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderSize, borderTop) == 0x00003C, "Member 'LGUIBPLibrary_GetSpriteBorderSize::borderTop' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderSize, borderBottom) == 0x000040, "Member 'LGUIBPLibrary_GetSpriteBorderSize::borderBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetSpriteBorderUV \ +static_assert(alignof(LGUIBPLibrary_GetSpriteBorderUV) == 0x000004, "Wrong alignment on LGUIBPLibrary_GetSpriteBorderUV"); \ +static_assert(sizeof(LGUIBPLibrary_GetSpriteBorderUV) == 0x000044, "Wrong size on LGUIBPLibrary_GetSpriteBorderUV"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderUV, SpriteInfo) == 0x000000, "Member 'LGUIBPLibrary_GetSpriteBorderUV::SpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderUV, borderUV0X) == 0x000034, "Member 'LGUIBPLibrary_GetSpriteBorderUV::borderUV0X' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderUV, borderUV0Y) == 0x000038, "Member 'LGUIBPLibrary_GetSpriteBorderUV::borderUV0Y' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderUV, borderUV3X) == 0x00003C, "Member 'LGUIBPLibrary_GetSpriteBorderUV::borderUV3X' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteBorderUV, borderUV3Y) == 0x000040, "Member 'LGUIBPLibrary_GetSpriteBorderUV::borderUV3Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetSpriteSize \ +static_assert(alignof(LGUIBPLibrary_GetSpriteSize) == 0x000004, "Wrong alignment on LGUIBPLibrary_GetSpriteSize"); \ +static_assert(sizeof(LGUIBPLibrary_GetSpriteSize) == 0x00003C, "Wrong size on LGUIBPLibrary_GetSpriteSize"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteSize, SpriteInfo) == 0x000000, "Member 'LGUIBPLibrary_GetSpriteSize::SpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteSize, Width) == 0x000034, "Member 'LGUIBPLibrary_GetSpriteSize::Width' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteSize, Height) == 0x000038, "Member 'LGUIBPLibrary_GetSpriteSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_GetSpriteUV \ +static_assert(alignof(LGUIBPLibrary_GetSpriteUV) == 0x000004, "Wrong alignment on LGUIBPLibrary_GetSpriteUV"); \ +static_assert(sizeof(LGUIBPLibrary_GetSpriteUV) == 0x000044, "Wrong size on LGUIBPLibrary_GetSpriteUV"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteUV, SpriteInfo) == 0x000000, "Member 'LGUIBPLibrary_GetSpriteUV::SpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteUV, uv0X) == 0x000034, "Member 'LGUIBPLibrary_GetSpriteUV::uv0X' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteUV, uv0Y) == 0x000038, "Member 'LGUIBPLibrary_GetSpriteUV::uv0Y' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteUV, uv3X) == 0x00003C, "Member 'LGUIBPLibrary_GetSpriteUV::uv3X' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_GetSpriteUV, uv3Y) == 0x000040, "Member 'LGUIBPLibrary_GetSpriteUV::uv3Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_HeightTo \ +static_assert(alignof(LGUIBPLibrary_HeightTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_HeightTo"); \ +static_assert(sizeof(LGUIBPLibrary_HeightTo) == 0x000020, "Wrong size on LGUIBPLibrary_HeightTo"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, Target) == 0x000000, "Member 'LGUIBPLibrary_HeightTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_HeightTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_HeightTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_HeightTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_HeightTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HeightTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_HeightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_HorizontalAnchoredPositionTo \ +static_assert(alignof(LGUIBPLibrary_HorizontalAnchoredPositionTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_HorizontalAnchoredPositionTo"); \ +static_assert(sizeof(LGUIBPLibrary_HorizontalAnchoredPositionTo) == 0x000020, "Wrong size on LGUIBPLibrary_HorizontalAnchoredPositionTo"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, Target) == 0x000000, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_HorizontalAnchoredPositionTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_HorizontalAnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_K2_LGUICompRef_GetComponent \ +static_assert(alignof(LGUIBPLibrary_K2_LGUICompRef_GetComponent) == 0x000008, "Wrong alignment on LGUIBPLibrary_K2_LGUICompRef_GetComponent"); \ +static_assert(sizeof(LGUIBPLibrary_K2_LGUICompRef_GetComponent) == 0x000028, "Wrong size on LGUIBPLibrary_K2_LGUICompRef_GetComponent"); \ +static_assert(offsetof(LGUIBPLibrary_K2_LGUICompRef_GetComponent, InLGUICompRef) == 0x000000, "Member 'LGUIBPLibrary_K2_LGUICompRef_GetComponent::InLGUICompRef' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_K2_LGUICompRef_GetComponent, OutResult) == 0x000020, "Member 'LGUIBPLibrary_K2_LGUICompRef_GetComponent::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUICompRef_GetActor \ +static_assert(alignof(LGUIBPLibrary_LGUICompRef_GetActor) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUICompRef_GetActor"); \ +static_assert(sizeof(LGUIBPLibrary_LGUICompRef_GetActor) == 0x000028, "Wrong size on LGUIBPLibrary_LGUICompRef_GetActor"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetActor, InLGUIComponentReference) == 0x000000, "Member 'LGUIBPLibrary_LGUICompRef_GetActor::InLGUIComponentReference' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetActor, ReturnValue) == 0x000020, "Member 'LGUIBPLibrary_LGUICompRef_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUICompRef_GetComponent \ +static_assert(alignof(LGUIBPLibrary_LGUICompRef_GetComponent) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUICompRef_GetComponent"); \ +static_assert(sizeof(LGUIBPLibrary_LGUICompRef_GetComponent) == 0x000030, "Wrong size on LGUIBPLibrary_LGUICompRef_GetComponent"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetComponent, InLGUIComponentReference) == 0x000000, "Member 'LGUIBPLibrary_LGUICompRef_GetComponent::InLGUIComponentReference' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetComponent, InComponentType) == 0x000020, "Member 'LGUIBPLibrary_LGUICompRef_GetComponent::InComponentType' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetComponent, ReturnValue) == 0x000028, "Member 'LGUIBPLibrary_LGUICompRef_GetComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUICompRef_GetComponentClass \ +static_assert(alignof(LGUIBPLibrary_LGUICompRef_GetComponentClass) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUICompRef_GetComponentClass"); \ +static_assert(sizeof(LGUIBPLibrary_LGUICompRef_GetComponentClass) == 0x000028, "Wrong size on LGUIBPLibrary_LGUICompRef_GetComponentClass"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetComponentClass, InLGUIComponentReference) == 0x000000, "Member 'LGUIBPLibrary_LGUICompRef_GetComponentClass::InLGUIComponentReference' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUICompRef_GetComponentClass, ReturnValue) == 0x000020, "Member 'LGUIBPLibrary_LGUICompRef_GetComponentClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Actor_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Actor_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Actor_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Actor_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Actor_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Actor_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Actor_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Actor_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Actor_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Actor_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Actor_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Bool_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Bool_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Bool_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Bool_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Bool_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Bool_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Bool_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Bool_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Bool_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Bool_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Bool_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Class_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Class_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Class_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Class_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Class_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Class_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Class_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Class_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Class_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Class_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Class_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Class_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Class_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Class_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Class_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Class_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Class_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Color_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Color_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Color_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Color_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Color_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Color_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Color_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Color_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Color_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Color_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Color_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Color_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Color_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Color_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Color_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Color_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Color_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Double_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Double_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Double_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Double_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Double_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Double_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Double_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Double_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Double_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Double_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Double_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Double_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Double_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Double_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Double_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Double_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Double_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Empty_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Empty_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Empty_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Empty_Execute) == 0x000030, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Empty_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Execute::InEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Empty_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Empty_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Empty_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Empty_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Empty_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Empty_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Float_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Float_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Float_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Float_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Float_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Float_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Float_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Float_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Float_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Float_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Float_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Float_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Float_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Float_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Float_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Float_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Float_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int32_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int32_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int32_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int32_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int32_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int32_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int32_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int32_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int32_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int32_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int32_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int64_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int64_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int64_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int64_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int64_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int64_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int64_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int64_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int64_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int64_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Int64_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_LinearColor_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Name_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Name_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Name_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Name_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Name_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Name_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Name_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Name_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Name_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Name_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Name_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Name_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Name_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Name_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Name_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Name_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Name_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Object_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Object_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Object_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Object_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Object_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Object_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Object_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Object_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Object_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Object_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Object_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Object_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Object_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Object_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Object_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Object_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Object_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_PointerEvent_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute) == 0x000010, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute) == 0x000050, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Quaternion_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Rotator_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Rotator_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Rotator_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Rotator_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_String_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_String_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_String_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_String_Execute) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_String_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_String_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_String_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_String_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_String_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_String_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_String_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_String_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_String_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_String_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_String_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_String_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_String_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Text_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Text_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Text_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Text_Execute) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Text_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Text_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Text_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Text_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Text_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Text_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Text_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Text_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Text_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Text_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Text_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Text_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Text_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_UInt8_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_UInt8_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_UInt8_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_UInt8_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector2_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector2_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector2_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector2_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector3_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector3_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector3_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector3_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute) == 0x000010, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute) == 0x000050, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute, InParameter) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Execute::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector4_Register \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Register) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector4_Register"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Register) == 0x000048, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector4_Register"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Register, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Register::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Register, InDelegate) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Register::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Register, ReturnValue) == 0x000040, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Register::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister) == 0x000038, "Wrong size on LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister, InDelegateHandle) == 0x000030, "Member 'LGUIBPLibrary_LGUIEventDelegate_Vector4_Unregister::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteActor \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteActor) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteActor"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteActor) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteActor"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteActor, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteActor::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteActor, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteActor::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteBool \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteBool) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteBool"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteBool) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteBool"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteBool, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteBool::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteBool, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteBool::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteClass \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteClass) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteClass"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteClass) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteClass"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteClass, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteClass::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteClass, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteClass::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteColor \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteColor) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteColor"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteColor) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteColor"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteColor, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteColor::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteColor, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteColor::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteEmpty \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteEmpty) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteEmpty"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteEmpty) == 0x000018, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteEmpty"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteEmpty, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteEmpty::InEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteFloat \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteFloat) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteFloat"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteFloat) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteFloat"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteFloat, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteFloat::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteFloat, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteFloat::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteInt32 \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteInt32) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteInt32"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteInt32) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteInt32"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteInt32, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteInt32::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteInt32, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteInt32::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor) == 0x000028, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteLinearColor::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteName \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteName) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteName"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteName) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteName"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteName, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteName::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteName, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteName::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteObject \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteObject) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteObject"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteObject) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteObject"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteObject, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteObject::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteObject, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteObject::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecutePointerEvent::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion) == 0x000010, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion, InParameter) == 0x000020, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteQuaternion::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteRotator \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteRotator) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteRotator"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteRotator) == 0x000030, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteRotator"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteRotator, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteRotator::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteRotator, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteRotator::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteString \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteString) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteString"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteString) == 0x000028, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteString"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteString, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteString::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteString, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteString::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteText \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteText) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteText"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteText) == 0x000028, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteText"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteText, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteText::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteText, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteText::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteUInt8 \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteUInt8) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteUInt8"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteUInt8) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteUInt8"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteUInt8, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteUInt8::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteUInt8, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteUInt8::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteVector2 \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteVector2) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteVector2"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteVector2) == 0x000028, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteVector2"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector2, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector2::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector2, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector2::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteVector3 \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteVector3) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteVector3"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteVector3) == 0x000030, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteVector3"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector3, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector3::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector3, InParameter) == 0x000018, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector3::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIEventDelegateExecuteVector4 \ +static_assert(alignof(LGUIBPLibrary_LGUIEventDelegateExecuteVector4) == 0x000010, "Wrong alignment on LGUIBPLibrary_LGUIEventDelegateExecuteVector4"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIEventDelegateExecuteVector4) == 0x000040, "Wrong size on LGUIBPLibrary_LGUIEventDelegateExecuteVector4"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector4, InEvent) == 0x000000, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector4::InEvent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIEventDelegateExecuteVector4, InParameter) == 0x000020, "Member 'LGUIBPLibrary_LGUIEventDelegateExecuteVector4::InParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIExecuteControllerInputAction \ +static_assert(alignof(LGUIBPLibrary_LGUIExecuteControllerInputAction) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIExecuteControllerInputAction"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIExecuteControllerInputAction) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIExecuteControllerInputAction"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteControllerInputAction, InputKey) == 0x000000, "Member 'LGUIBPLibrary_LGUIExecuteControllerInputAction::InputKey' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteControllerInputAction, pressOrRelease) == 0x000018, "Member 'LGUIBPLibrary_LGUIExecuteControllerInputAction::pressOrRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIExecuteControllerInputAxis \ +static_assert(alignof(LGUIBPLibrary_LGUIExecuteControllerInputAxis) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIExecuteControllerInputAxis"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIExecuteControllerInputAxis) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIExecuteControllerInputAxis"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteControllerInputAxis, InputKey) == 0x000000, "Member 'LGUIBPLibrary_LGUIExecuteControllerInputAxis::InputKey' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteControllerInputAxis, Value) == 0x000018, "Member 'LGUIBPLibrary_LGUIExecuteControllerInputAxis::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIExecuteInputAction \ +static_assert(alignof(LGUIBPLibrary_LGUIExecuteInputAction) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIExecuteInputAction"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIExecuteInputAction) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIExecuteInputAction"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteInputAction, InputKey) == 0x000000, "Member 'LGUIBPLibrary_LGUIExecuteInputAction::InputKey' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteInputAction, pressOrRelease) == 0x000018, "Member 'LGUIBPLibrary_LGUIExecuteInputAction::pressOrRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LGUIExecuteInputAxis \ +static_assert(alignof(LGUIBPLibrary_LGUIExecuteInputAxis) == 0x000008, "Wrong alignment on LGUIBPLibrary_LGUIExecuteInputAxis"); \ +static_assert(sizeof(LGUIBPLibrary_LGUIExecuteInputAxis) == 0x000020, "Wrong size on LGUIBPLibrary_LGUIExecuteInputAxis"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteInputAxis, InputKey) == 0x000000, "Member 'LGUIBPLibrary_LGUIExecuteInputAxis::InputKey' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LGUIExecuteInputAxis, Value) == 0x000018, "Member 'LGUIBPLibrary_LGUIExecuteInputAxis::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LoadPrefab \ +static_assert(alignof(LGUIBPLibrary_LoadPrefab) == 0x000008, "Wrong alignment on LGUIBPLibrary_LoadPrefab"); \ +static_assert(sizeof(LGUIBPLibrary_LoadPrefab) == 0x000038, "Wrong size on LGUIBPLibrary_LoadPrefab"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, WorldContextObject) == 0x000000, "Member 'LGUIBPLibrary_LoadPrefab::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, InPrefab) == 0x000008, "Member 'LGUIBPLibrary_LoadPrefab::InPrefab' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, InParent) == 0x000010, "Member 'LGUIBPLibrary_LoadPrefab::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, InCallbackBeforeAwake) == 0x000018, "Member 'LGUIBPLibrary_LoadPrefab::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, SetRelativeTransformToIdentity) == 0x000028, "Member 'LGUIBPLibrary_LoadPrefab::SetRelativeTransformToIdentity' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefab, ReturnValue) == 0x000030, "Member 'LGUIBPLibrary_LoadPrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LoadPrefabWithReplacement \ +static_assert(alignof(LGUIBPLibrary_LoadPrefabWithReplacement) == 0x000008, "Wrong alignment on LGUIBPLibrary_LoadPrefabWithReplacement"); \ +static_assert(sizeof(LGUIBPLibrary_LoadPrefabWithReplacement) == 0x0000D0, "Wrong size on LGUIBPLibrary_LoadPrefabWithReplacement"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, WorldContextObject) == 0x000000, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, InPrefab) == 0x000008, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::InPrefab' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, InParent) == 0x000010, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, InReplaceAssetMap) == 0x000018, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::InReplaceAssetMap' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, InReplaceClassMap) == 0x000068, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::InReplaceClassMap' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, InCallbackBeforeAwake) == 0x0000B8, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithReplacement, ReturnValue) == 0x0000C8, "Member 'LGUIBPLibrary_LoadPrefabWithReplacement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_LoadPrefabWithTransform \ +static_assert(alignof(LGUIBPLibrary_LoadPrefabWithTransform) == 0x000008, "Wrong alignment on LGUIBPLibrary_LoadPrefabWithTransform"); \ +static_assert(sizeof(LGUIBPLibrary_LoadPrefabWithTransform) == 0x000078, "Wrong size on LGUIBPLibrary_LoadPrefabWithTransform"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, WorldContextObject) == 0x000000, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, InPrefab) == 0x000008, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::InPrefab' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, InParent) == 0x000010, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::InParent' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, Location) == 0x000018, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, Rotation) == 0x000030, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, Scale) == 0x000048, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, InCallbackBeforeAwake) == 0x000060, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::InCallbackBeforeAwake' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_LoadPrefabWithTransform, ReturnValue) == 0x000070, "Member 'LGUIBPLibrary_LoadPrefabWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_PivotTo \ +static_assert(alignof(LGUIBPLibrary_PivotTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_PivotTo"); \ +static_assert(sizeof(LGUIBPLibrary_PivotTo) == 0x000030, "Wrong size on LGUIBPLibrary_PivotTo"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, Target) == 0x000000, "Member 'LGUIBPLibrary_PivotTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_PivotTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, Duration) == 0x000018, "Member 'LGUIBPLibrary_PivotTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, Delay) == 0x00001C, "Member 'LGUIBPLibrary_PivotTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, Ease) == 0x000020, "Member 'LGUIBPLibrary_PivotTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PivotTo, ReturnValue) == 0x000028, "Member 'LGUIBPLibrary_PivotTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_PrepareDuplicateData \ +static_assert(alignof(LGUIBPLibrary_PrepareDuplicateData) == 0x000010, "Wrong alignment on LGUIBPLibrary_PrepareDuplicateData"); \ +static_assert(sizeof(LGUIBPLibrary_PrepareDuplicateData) == 0x0004A0, "Wrong size on LGUIBPLibrary_PrepareDuplicateData"); \ +static_assert(offsetof(LGUIBPLibrary_PrepareDuplicateData, Target) == 0x000000, "Member 'LGUIBPLibrary_PrepareDuplicateData::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_PrepareDuplicateData, Data) == 0x000010, "Member 'LGUIBPLibrary_PrepareDuplicateData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_StretchBottomTo \ +static_assert(alignof(LGUIBPLibrary_StretchBottomTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_StretchBottomTo"); \ +static_assert(sizeof(LGUIBPLibrary_StretchBottomTo) == 0x000020, "Wrong size on LGUIBPLibrary_StretchBottomTo"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, Target) == 0x000000, "Member 'LGUIBPLibrary_StretchBottomTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_StretchBottomTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_StretchBottomTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_StretchBottomTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_StretchBottomTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchBottomTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_StretchBottomTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_StretchLeftTo \ +static_assert(alignof(LGUIBPLibrary_StretchLeftTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_StretchLeftTo"); \ +static_assert(sizeof(LGUIBPLibrary_StretchLeftTo) == 0x000020, "Wrong size on LGUIBPLibrary_StretchLeftTo"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, Target) == 0x000000, "Member 'LGUIBPLibrary_StretchLeftTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_StretchLeftTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_StretchLeftTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_StretchLeftTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_StretchLeftTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchLeftTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_StretchLeftTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_StretchRightTo \ +static_assert(alignof(LGUIBPLibrary_StretchRightTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_StretchRightTo"); \ +static_assert(sizeof(LGUIBPLibrary_StretchRightTo) == 0x000020, "Wrong size on LGUIBPLibrary_StretchRightTo"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, Target) == 0x000000, "Member 'LGUIBPLibrary_StretchRightTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_StretchRightTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_StretchRightTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_StretchRightTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_StretchRightTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchRightTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_StretchRightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_StretchTopTo \ +static_assert(alignof(LGUIBPLibrary_StretchTopTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_StretchTopTo"); \ +static_assert(sizeof(LGUIBPLibrary_StretchTopTo) == 0x000020, "Wrong size on LGUIBPLibrary_StretchTopTo"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, Target) == 0x000000, "Member 'LGUIBPLibrary_StretchTopTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_StretchTopTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_StretchTopTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_StretchTopTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_StretchTopTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_StretchTopTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_StretchTopTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_UILocalPositionTo \ +static_assert(alignof(LGUIBPLibrary_UILocalPositionTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_UILocalPositionTo"); \ +static_assert(sizeof(LGUIBPLibrary_UILocalPositionTo) == 0x000038, "Wrong size on LGUIBPLibrary_UILocalPositionTo"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, Target) == 0x000000, "Member 'LGUIBPLibrary_UILocalPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_UILocalPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, Duration) == 0x000020, "Member 'LGUIBPLibrary_UILocalPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, Delay) == 0x000024, "Member 'LGUIBPLibrary_UILocalPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, Ease) == 0x000028, "Member 'LGUIBPLibrary_UILocalPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_UILocalPositionTo, ReturnValue) == 0x000030, "Member 'LGUIBPLibrary_UILocalPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_VerticalAnchoredPositionTo \ +static_assert(alignof(LGUIBPLibrary_VerticalAnchoredPositionTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_VerticalAnchoredPositionTo"); \ +static_assert(sizeof(LGUIBPLibrary_VerticalAnchoredPositionTo) == 0x000020, "Wrong size on LGUIBPLibrary_VerticalAnchoredPositionTo"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, Target) == 0x000000, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_VerticalAnchoredPositionTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_VerticalAnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIBPLibrary_WidthTo \ +static_assert(alignof(LGUIBPLibrary_WidthTo) == 0x000008, "Wrong alignment on LGUIBPLibrary_WidthTo"); \ +static_assert(sizeof(LGUIBPLibrary_WidthTo) == 0x000020, "Wrong size on LGUIBPLibrary_WidthTo"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, Target) == 0x000000, "Member 'LGUIBPLibrary_WidthTo::Target' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, endValue) == 0x000008, "Member 'LGUIBPLibrary_WidthTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, Duration) == 0x00000C, "Member 'LGUIBPLibrary_WidthTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, Delay) == 0x000010, "Member 'LGUIBPLibrary_WidthTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, Ease) == 0x000014, "Member 'LGUIBPLibrary_WidthTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(LGUIBPLibrary_WidthTo, ReturnValue) == 0x000018, "Member 'LGUIBPLibrary_WidthTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIBPLibrary \ +static_assert(alignof(ULGUIBPLibrary) == 0x000008, "Wrong alignment on ULGUIBPLibrary"); \ +static_assert(sizeof(ULGUIBPLibrary) == 0x000028, "Wrong size on ULGUIBPLibrary"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetBlendDepth \ +static_assert(alignof(LGUICanvas_SetBlendDepth) == 0x000004, "Wrong alignment on LGUICanvas_SetBlendDepth"); \ +static_assert(sizeof(LGUICanvas_SetBlendDepth) == 0x000004, "Wrong size on LGUICanvas_SetBlendDepth"); \ +static_assert(offsetof(LGUICanvas_SetBlendDepth, Value) == 0x000000, "Member 'LGUICanvas_SetBlendDepth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetClipTexture \ +static_assert(alignof(LGUICanvas_SetClipTexture) == 0x000008, "Wrong alignment on LGUICanvas_SetClipTexture"); \ +static_assert(sizeof(LGUICanvas_SetClipTexture) == 0x000008, "Wrong size on LGUICanvas_SetClipTexture"); \ +static_assert(offsetof(LGUICanvas_SetClipTexture, newTexture) == 0x000000, "Member 'LGUICanvas_SetClipTexture::newTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetClipType \ +static_assert(alignof(LGUICanvas_SetClipType) == 0x000001, "Wrong alignment on LGUICanvas_SetClipType"); \ +static_assert(sizeof(LGUICanvas_SetClipType) == 0x000001, "Wrong size on LGUICanvas_SetClipType"); \ +static_assert(offsetof(LGUICanvas_SetClipType, newClipType) == 0x000000, "Member 'LGUICanvas_SetClipType::newClipType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetCustomClip \ +static_assert(alignof(LGUICanvas_SetCustomClip) == 0x000008, "Wrong alignment on LGUICanvas_SetCustomClip"); \ +static_assert(sizeof(LGUICanvas_SetCustomClip) == 0x000008, "Wrong size on LGUICanvas_SetCustomClip"); \ +static_assert(offsetof(LGUICanvas_SetCustomClip, Value) == 0x000000, "Member 'LGUICanvas_SetCustomClip::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetDefaultMaterials \ +static_assert(alignof(LGUICanvas_SetDefaultMaterials) == 0x000008, "Wrong alignment on LGUICanvas_SetDefaultMaterials"); \ +static_assert(sizeof(LGUICanvas_SetDefaultMaterials) == 0x000010, "Wrong size on LGUICanvas_SetDefaultMaterials"); \ +static_assert(offsetof(LGUICanvas_SetDefaultMaterials, InMaterialArray) == 0x000000, "Member 'LGUICanvas_SetDefaultMaterials::InMaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetDefaultMeshType \ +static_assert(alignof(LGUICanvas_SetDefaultMeshType) == 0x000008, "Wrong alignment on LGUICanvas_SetDefaultMeshType"); \ +static_assert(sizeof(LGUICanvas_SetDefaultMeshType) == 0x000008, "Wrong size on LGUICanvas_SetDefaultMeshType"); \ +static_assert(offsetof(LGUICanvas_SetDefaultMeshType, InValue) == 0x000000, "Member 'LGUICanvas_SetDefaultMeshType::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetDepthFade \ +static_assert(alignof(LGUICanvas_SetDepthFade) == 0x000004, "Wrong alignment on LGUICanvas_SetDepthFade"); \ +static_assert(sizeof(LGUICanvas_SetDepthFade) == 0x000004, "Wrong size on LGUICanvas_SetDepthFade"); \ +static_assert(offsetof(LGUICanvas_SetDepthFade, Value) == 0x000000, "Member 'LGUICanvas_SetDepthFade::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetDynamicPixelsPerUnit \ +static_assert(alignof(LGUICanvas_SetDynamicPixelsPerUnit) == 0x000004, "Wrong alignment on LGUICanvas_SetDynamicPixelsPerUnit"); \ +static_assert(sizeof(LGUICanvas_SetDynamicPixelsPerUnit) == 0x000004, "Wrong size on LGUICanvas_SetDynamicPixelsPerUnit"); \ +static_assert(offsetof(LGUICanvas_SetDynamicPixelsPerUnit, NewValue) == 0x000000, "Member 'LGUICanvas_SetDynamicPixelsPerUnit::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetEnableDepthTest \ +static_assert(alignof(LGUICanvas_SetEnableDepthTest) == 0x000001, "Wrong alignment on LGUICanvas_SetEnableDepthTest"); \ +static_assert(sizeof(LGUICanvas_SetEnableDepthTest) == 0x000001, "Wrong size on LGUICanvas_SetEnableDepthTest"); \ +static_assert(offsetof(LGUICanvas_SetEnableDepthTest, Value) == 0x000000, "Member 'LGUICanvas_SetEnableDepthTest::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetInheriRectClip \ +static_assert(alignof(LGUICanvas_SetInheriRectClip) == 0x000001, "Wrong alignment on LGUICanvas_SetInheriRectClip"); \ +static_assert(sizeof(LGUICanvas_SetInheriRectClip) == 0x000001, "Wrong size on LGUICanvas_SetInheriRectClip"); \ +static_assert(offsetof(LGUICanvas_SetInheriRectClip, newBool) == 0x000000, "Member 'LGUICanvas_SetInheriRectClip::newBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetOverrideFovAngle \ +static_assert(alignof(LGUICanvas_SetOverrideFovAngle) == 0x000004, "Wrong alignment on LGUICanvas_SetOverrideFovAngle"); \ +static_assert(sizeof(LGUICanvas_SetOverrideFovAngle) == 0x000008, "Wrong size on LGUICanvas_SetOverrideFovAngle"); \ +static_assert(offsetof(LGUICanvas_SetOverrideFovAngle, InOverride) == 0x000000, "Member 'LGUICanvas_SetOverrideFovAngle::InOverride' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetOverrideFovAngle, InValue) == 0x000004, "Member 'LGUICanvas_SetOverrideFovAngle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetOverrideProjectionMatrix \ +static_assert(alignof(LGUICanvas_SetOverrideProjectionMatrix) == 0x000010, "Wrong alignment on LGUICanvas_SetOverrideProjectionMatrix"); \ +static_assert(sizeof(LGUICanvas_SetOverrideProjectionMatrix) == 0x000090, "Wrong size on LGUICanvas_SetOverrideProjectionMatrix"); \ +static_assert(offsetof(LGUICanvas_SetOverrideProjectionMatrix, InOverride) == 0x000000, "Member 'LGUICanvas_SetOverrideProjectionMatrix::InOverride' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetOverrideProjectionMatrix, InValue) == 0x000010, "Member 'LGUICanvas_SetOverrideProjectionMatrix::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetOverrideSorting \ +static_assert(alignof(LGUICanvas_SetOverrideSorting) == 0x000001, "Wrong alignment on LGUICanvas_SetOverrideSorting"); \ +static_assert(sizeof(LGUICanvas_SetOverrideSorting) == 0x000001, "Wrong size on LGUICanvas_SetOverrideSorting"); \ +static_assert(offsetof(LGUICanvas_SetOverrideSorting, Value) == 0x000000, "Member 'LGUICanvas_SetOverrideSorting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetOverrideViewLoation \ +static_assert(alignof(LGUICanvas_SetOverrideViewLoation) == 0x000008, "Wrong alignment on LGUICanvas_SetOverrideViewLoation"); \ +static_assert(sizeof(LGUICanvas_SetOverrideViewLoation) == 0x000020, "Wrong size on LGUICanvas_SetOverrideViewLoation"); \ +static_assert(offsetof(LGUICanvas_SetOverrideViewLoation, InOverride) == 0x000000, "Member 'LGUICanvas_SetOverrideViewLoation::InOverride' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetOverrideViewLoation, InValue) == 0x000008, "Member 'LGUICanvas_SetOverrideViewLoation::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetOverrideViewRotation \ +static_assert(alignof(LGUICanvas_SetOverrideViewRotation) == 0x000008, "Wrong alignment on LGUICanvas_SetOverrideViewRotation"); \ +static_assert(sizeof(LGUICanvas_SetOverrideViewRotation) == 0x000020, "Wrong size on LGUICanvas_SetOverrideViewRotation"); \ +static_assert(offsetof(LGUICanvas_SetOverrideViewRotation, InOverride) == 0x000000, "Member 'LGUICanvas_SetOverrideViewRotation::InOverride' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetOverrideViewRotation, InValue) == 0x000008, "Member 'LGUICanvas_SetOverrideViewRotation::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetPixelPerfect \ +static_assert(alignof(LGUICanvas_SetPixelPerfect) == 0x000001, "Wrong alignment on LGUICanvas_SetPixelPerfect"); \ +static_assert(sizeof(LGUICanvas_SetPixelPerfect) == 0x000001, "Wrong size on LGUICanvas_SetPixelPerfect"); \ +static_assert(offsetof(LGUICanvas_SetPixelPerfect, Value) == 0x000000, "Member 'LGUICanvas_SetPixelPerfect::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetProjectionParameters \ +static_assert(alignof(LGUICanvas_SetProjectionParameters) == 0x000004, "Wrong alignment on LGUICanvas_SetProjectionParameters"); \ +static_assert(sizeof(LGUICanvas_SetProjectionParameters) == 0x000010, "Wrong size on LGUICanvas_SetProjectionParameters"); \ +static_assert(offsetof(LGUICanvas_SetProjectionParameters, InProjectionType) == 0x000000, "Member 'LGUICanvas_SetProjectionParameters::InProjectionType' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetProjectionParameters, InFovAngle) == 0x000004, "Member 'LGUICanvas_SetProjectionParameters::InFovAngle' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetProjectionParameters, InNearClipPlane) == 0x000008, "Member 'LGUICanvas_SetProjectionParameters::InNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetProjectionParameters, InFarClipPlane) == 0x00000C, "Member 'LGUICanvas_SetProjectionParameters::InFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRectClipFeather \ +static_assert(alignof(LGUICanvas_SetRectClipFeather) == 0x000008, "Wrong alignment on LGUICanvas_SetRectClipFeather"); \ +static_assert(sizeof(LGUICanvas_SetRectClipFeather) == 0x000010, "Wrong size on LGUICanvas_SetRectClipFeather"); \ +static_assert(offsetof(LGUICanvas_SetRectClipFeather, newFeather) == 0x000000, "Member 'LGUICanvas_SetRectClipFeather::newFeather' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRectClipOffset \ +static_assert(alignof(LGUICanvas_SetRectClipOffset) == 0x000004, "Wrong alignment on LGUICanvas_SetRectClipOffset"); \ +static_assert(sizeof(LGUICanvas_SetRectClipOffset) == 0x000010, "Wrong size on LGUICanvas_SetRectClipOffset"); \ +static_assert(offsetof(LGUICanvas_SetRectClipOffset, newOffset) == 0x000000, "Member 'LGUICanvas_SetRectClipOffset::newOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRenderMode \ +static_assert(alignof(LGUICanvas_SetRenderMode) == 0x000001, "Wrong alignment on LGUICanvas_SetRenderMode"); \ +static_assert(sizeof(LGUICanvas_SetRenderMode) == 0x000001, "Wrong size on LGUICanvas_SetRenderMode"); \ +static_assert(offsetof(LGUICanvas_SetRenderMode, Value) == 0x000000, "Member 'LGUICanvas_SetRenderMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRenderTarget \ +static_assert(alignof(LGUICanvas_SetRenderTarget) == 0x000008, "Wrong alignment on LGUICanvas_SetRenderTarget"); \ +static_assert(sizeof(LGUICanvas_SetRenderTarget) == 0x000008, "Wrong size on LGUICanvas_SetRenderTarget"); \ +static_assert(offsetof(LGUICanvas_SetRenderTarget, Value) == 0x000000, "Member 'LGUICanvas_SetRenderTarget::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRenderTargetResolutionScale \ +static_assert(alignof(LGUICanvas_SetRenderTargetResolutionScale) == 0x000004, "Wrong alignment on LGUICanvas_SetRenderTargetResolutionScale"); \ +static_assert(sizeof(LGUICanvas_SetRenderTargetResolutionScale) == 0x000004, "Wrong size on LGUICanvas_SetRenderTargetResolutionScale"); \ +static_assert(offsetof(LGUICanvas_SetRenderTargetResolutionScale, Value) == 0x000000, "Member 'LGUICanvas_SetRenderTargetResolutionScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRenderTargetSizeMode \ +static_assert(alignof(LGUICanvas_SetRenderTargetSizeMode) == 0x000001, "Wrong alignment on LGUICanvas_SetRenderTargetSizeMode"); \ +static_assert(sizeof(LGUICanvas_SetRenderTargetSizeMode) == 0x000001, "Wrong size on LGUICanvas_SetRenderTargetSizeMode"); \ +static_assert(offsetof(LGUICanvas_SetRenderTargetSizeMode, Value) == 0x000000, "Member 'LGUICanvas_SetRenderTargetSizeMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetRenderTargetUpdateMode \ +static_assert(alignof(LGUICanvas_SetRenderTargetUpdateMode) == 0x000001, "Wrong alignment on LGUICanvas_SetRenderTargetUpdateMode"); \ +static_assert(sizeof(LGUICanvas_SetRenderTargetUpdateMode) == 0x000001, "Wrong size on LGUICanvas_SetRenderTargetUpdateMode"); \ +static_assert(offsetof(LGUICanvas_SetRenderTargetUpdateMode, Value) == 0x000000, "Member 'LGUICanvas_SetRenderTargetUpdateMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetSortOrder \ +static_assert(alignof(LGUICanvas_SetSortOrder) == 0x000004, "Wrong alignment on LGUICanvas_SetSortOrder"); \ +static_assert(sizeof(LGUICanvas_SetSortOrder) == 0x000008, "Wrong size on LGUICanvas_SetSortOrder"); \ +static_assert(offsetof(LGUICanvas_SetSortOrder, NewValue) == 0x000000, "Member 'LGUICanvas_SetSortOrder::NewValue' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvas_SetSortOrder, propagateToChildrenCanvas) == 0x000004, "Member 'LGUICanvas_SetSortOrder::propagateToChildrenCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetSortOrderToHighestOfHierarchy \ +static_assert(alignof(LGUICanvas_SetSortOrderToHighestOfHierarchy) == 0x000001, "Wrong alignment on LGUICanvas_SetSortOrderToHighestOfHierarchy"); \ +static_assert(sizeof(LGUICanvas_SetSortOrderToHighestOfHierarchy) == 0x000001, "Wrong size on LGUICanvas_SetSortOrderToHighestOfHierarchy"); \ +static_assert(offsetof(LGUICanvas_SetSortOrderToHighestOfHierarchy, propagateToChildrenCanvas) == 0x000000, "Member 'LGUICanvas_SetSortOrderToHighestOfHierarchy::propagateToChildrenCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_SetSortOrderToLowestOfHierarchy \ +static_assert(alignof(LGUICanvas_SetSortOrderToLowestOfHierarchy) == 0x000001, "Wrong alignment on LGUICanvas_SetSortOrderToLowestOfHierarchy"); \ +static_assert(sizeof(LGUICanvas_SetSortOrderToLowestOfHierarchy) == 0x000001, "Wrong size on LGUICanvas_SetSortOrderToLowestOfHierarchy"); \ +static_assert(offsetof(LGUICanvas_SetSortOrderToLowestOfHierarchy, propagateToChildrenCanvas) == 0x000000, "Member 'LGUICanvas_SetSortOrderToLowestOfHierarchy::propagateToChildrenCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualBlendDepth \ +static_assert(alignof(LGUICanvas_GetActualBlendDepth) == 0x000004, "Wrong alignment on LGUICanvas_GetActualBlendDepth"); \ +static_assert(sizeof(LGUICanvas_GetActualBlendDepth) == 0x000004, "Wrong size on LGUICanvas_GetActualBlendDepth"); \ +static_assert(offsetof(LGUICanvas_GetActualBlendDepth, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualBlendDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualClipType \ +static_assert(alignof(LGUICanvas_GetActualClipType) == 0x000001, "Wrong alignment on LGUICanvas_GetActualClipType"); \ +static_assert(sizeof(LGUICanvas_GetActualClipType) == 0x000001, "Wrong size on LGUICanvas_GetActualClipType"); \ +static_assert(offsetof(LGUICanvas_GetActualClipType, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualClipType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualCustomClip \ +static_assert(alignof(LGUICanvas_GetActualCustomClip) == 0x000008, "Wrong alignment on LGUICanvas_GetActualCustomClip"); \ +static_assert(sizeof(LGUICanvas_GetActualCustomClip) == 0x000008, "Wrong size on LGUICanvas_GetActualCustomClip"); \ +static_assert(offsetof(LGUICanvas_GetActualCustomClip, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualCustomClip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualDepthFade \ +static_assert(alignof(LGUICanvas_GetActualDepthFade) == 0x000004, "Wrong alignment on LGUICanvas_GetActualDepthFade"); \ +static_assert(sizeof(LGUICanvas_GetActualDepthFade) == 0x000004, "Wrong size on LGUICanvas_GetActualDepthFade"); \ +static_assert(offsetof(LGUICanvas_GetActualDepthFade, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualDepthFade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualDynamicPixelsPerUnit \ +static_assert(alignof(LGUICanvas_GetActualDynamicPixelsPerUnit) == 0x000004, "Wrong alignment on LGUICanvas_GetActualDynamicPixelsPerUnit"); \ +static_assert(sizeof(LGUICanvas_GetActualDynamicPixelsPerUnit) == 0x000004, "Wrong size on LGUICanvas_GetActualDynamicPixelsPerUnit"); \ +static_assert(offsetof(LGUICanvas_GetActualDynamicPixelsPerUnit, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualDynamicPixelsPerUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualPixelPerfect \ +static_assert(alignof(LGUICanvas_GetActualPixelPerfect) == 0x000001, "Wrong alignment on LGUICanvas_GetActualPixelPerfect"); \ +static_assert(sizeof(LGUICanvas_GetActualPixelPerfect) == 0x000001, "Wrong size on LGUICanvas_GetActualPixelPerfect"); \ +static_assert(offsetof(LGUICanvas_GetActualPixelPerfect, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualPixelPerfect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualRenderMode \ +static_assert(alignof(LGUICanvas_GetActualRenderMode) == 0x000001, "Wrong alignment on LGUICanvas_GetActualRenderMode"); \ +static_assert(sizeof(LGUICanvas_GetActualRenderMode) == 0x000001, "Wrong size on LGUICanvas_GetActualRenderMode"); \ +static_assert(offsetof(LGUICanvas_GetActualRenderMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualRenderMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualRenderTarget \ +static_assert(alignof(LGUICanvas_GetActualRenderTarget) == 0x000008, "Wrong alignment on LGUICanvas_GetActualRenderTarget"); \ +static_assert(sizeof(LGUICanvas_GetActualRenderTarget) == 0x000008, "Wrong size on LGUICanvas_GetActualRenderTarget"); \ +static_assert(offsetof(LGUICanvas_GetActualRenderTarget, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualRenderTargetResolutionScale \ +static_assert(alignof(LGUICanvas_GetActualRenderTargetResolutionScale) == 0x000004, "Wrong alignment on LGUICanvas_GetActualRenderTargetResolutionScale"); \ +static_assert(sizeof(LGUICanvas_GetActualRenderTargetResolutionScale) == 0x000004, "Wrong size on LGUICanvas_GetActualRenderTargetResolutionScale"); \ +static_assert(offsetof(LGUICanvas_GetActualRenderTargetResolutionScale, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualRenderTargetResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualRenderTargetSizeMode \ +static_assert(alignof(LGUICanvas_GetActualRenderTargetSizeMode) == 0x000001, "Wrong alignment on LGUICanvas_GetActualRenderTargetSizeMode"); \ +static_assert(sizeof(LGUICanvas_GetActualRenderTargetSizeMode) == 0x000001, "Wrong size on LGUICanvas_GetActualRenderTargetSizeMode"); \ +static_assert(offsetof(LGUICanvas_GetActualRenderTargetSizeMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualRenderTargetSizeMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualRenderTargetUpdateMode \ +static_assert(alignof(LGUICanvas_GetActualRenderTargetUpdateMode) == 0x000001, "Wrong alignment on LGUICanvas_GetActualRenderTargetUpdateMode"); \ +static_assert(sizeof(LGUICanvas_GetActualRenderTargetUpdateMode) == 0x000001, "Wrong size on LGUICanvas_GetActualRenderTargetUpdateMode"); \ +static_assert(offsetof(LGUICanvas_GetActualRenderTargetUpdateMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualRenderTargetUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetActualSortOrder \ +static_assert(alignof(LGUICanvas_GetActualSortOrder) == 0x000004, "Wrong alignment on LGUICanvas_GetActualSortOrder"); \ +static_assert(sizeof(LGUICanvas_GetActualSortOrder) == 0x000004, "Wrong size on LGUICanvas_GetActualSortOrder"); \ +static_assert(offsetof(LGUICanvas_GetActualSortOrder, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetActualSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetBlendDepth \ +static_assert(alignof(LGUICanvas_GetBlendDepth) == 0x000004, "Wrong alignment on LGUICanvas_GetBlendDepth"); \ +static_assert(sizeof(LGUICanvas_GetBlendDepth) == 0x000004, "Wrong size on LGUICanvas_GetBlendDepth"); \ +static_assert(offsetof(LGUICanvas_GetBlendDepth, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetBlendDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetClipFeather \ +static_assert(alignof(LGUICanvas_GetClipFeather) == 0x000008, "Wrong alignment on LGUICanvas_GetClipFeather"); \ +static_assert(sizeof(LGUICanvas_GetClipFeather) == 0x000010, "Wrong size on LGUICanvas_GetClipFeather"); \ +static_assert(offsetof(LGUICanvas_GetClipFeather, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetClipFeather::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetClipTexture \ +static_assert(alignof(LGUICanvas_GetClipTexture) == 0x000008, "Wrong alignment on LGUICanvas_GetClipTexture"); \ +static_assert(sizeof(LGUICanvas_GetClipTexture) == 0x000008, "Wrong size on LGUICanvas_GetClipTexture"); \ +static_assert(offsetof(LGUICanvas_GetClipTexture, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetClipTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetClipType \ +static_assert(alignof(LGUICanvas_GetClipType) == 0x000001, "Wrong alignment on LGUICanvas_GetClipType"); \ +static_assert(sizeof(LGUICanvas_GetClipType) == 0x000001, "Wrong size on LGUICanvas_GetClipType"); \ +static_assert(offsetof(LGUICanvas_GetClipType, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetClipType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetCustomClip \ +static_assert(alignof(LGUICanvas_GetCustomClip) == 0x000008, "Wrong alignment on LGUICanvas_GetCustomClip"); \ +static_assert(sizeof(LGUICanvas_GetCustomClip) == 0x000008, "Wrong size on LGUICanvas_GetCustomClip"); \ +static_assert(offsetof(LGUICanvas_GetCustomClip, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetCustomClip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetDefaultMaterials \ +static_assert(alignof(LGUICanvas_GetDefaultMaterials) == 0x000008, "Wrong alignment on LGUICanvas_GetDefaultMaterials"); \ +static_assert(sizeof(LGUICanvas_GetDefaultMaterials) == 0x000010, "Wrong size on LGUICanvas_GetDefaultMaterials"); \ +static_assert(offsetof(LGUICanvas_GetDefaultMaterials, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetDefaultMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetDefaultMeshType \ +static_assert(alignof(LGUICanvas_GetDefaultMeshType) == 0x000008, "Wrong alignment on LGUICanvas_GetDefaultMeshType"); \ +static_assert(sizeof(LGUICanvas_GetDefaultMeshType) == 0x000008, "Wrong size on LGUICanvas_GetDefaultMeshType"); \ +static_assert(offsetof(LGUICanvas_GetDefaultMeshType, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetDefaultMeshType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetDepthFade \ +static_assert(alignof(LGUICanvas_GetDepthFade) == 0x000004, "Wrong alignment on LGUICanvas_GetDepthFade"); \ +static_assert(sizeof(LGUICanvas_GetDepthFade) == 0x000004, "Wrong size on LGUICanvas_GetDepthFade"); \ +static_assert(offsetof(LGUICanvas_GetDepthFade, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetDepthFade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetDynamicPixelsPerUnit \ +static_assert(alignof(LGUICanvas_GetDynamicPixelsPerUnit) == 0x000004, "Wrong alignment on LGUICanvas_GetDynamicPixelsPerUnit"); \ +static_assert(sizeof(LGUICanvas_GetDynamicPixelsPerUnit) == 0x000004, "Wrong size on LGUICanvas_GetDynamicPixelsPerUnit"); \ +static_assert(offsetof(LGUICanvas_GetDynamicPixelsPerUnit, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetDynamicPixelsPerUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetEnableDepthTest \ +static_assert(alignof(LGUICanvas_GetEnableDepthTest) == 0x000001, "Wrong alignment on LGUICanvas_GetEnableDepthTest"); \ +static_assert(sizeof(LGUICanvas_GetEnableDepthTest) == 0x000001, "Wrong size on LGUICanvas_GetEnableDepthTest"); \ +static_assert(offsetof(LGUICanvas_GetEnableDepthTest, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetEnableDepthTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetInheritRectClip \ +static_assert(alignof(LGUICanvas_GetInheritRectClip) == 0x000001, "Wrong alignment on LGUICanvas_GetInheritRectClip"); \ +static_assert(sizeof(LGUICanvas_GetInheritRectClip) == 0x000001, "Wrong size on LGUICanvas_GetInheritRectClip"); \ +static_assert(offsetof(LGUICanvas_GetInheritRectClip, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetInheritRectClip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetOverrideSorting \ +static_assert(alignof(LGUICanvas_GetOverrideSorting) == 0x000001, "Wrong alignment on LGUICanvas_GetOverrideSorting"); \ +static_assert(sizeof(LGUICanvas_GetOverrideSorting) == 0x000001, "Wrong size on LGUICanvas_GetOverrideSorting"); \ +static_assert(offsetof(LGUICanvas_GetOverrideSorting, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetOverrideSorting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetPixelPerfect \ +static_assert(alignof(LGUICanvas_GetPixelPerfect) == 0x000001, "Wrong alignment on LGUICanvas_GetPixelPerfect"); \ +static_assert(sizeof(LGUICanvas_GetPixelPerfect) == 0x000001, "Wrong size on LGUICanvas_GetPixelPerfect"); \ +static_assert(offsetof(LGUICanvas_GetPixelPerfect, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetPixelPerfect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRenderMode \ +static_assert(alignof(LGUICanvas_GetRenderMode) == 0x000001, "Wrong alignment on LGUICanvas_GetRenderMode"); \ +static_assert(sizeof(LGUICanvas_GetRenderMode) == 0x000001, "Wrong size on LGUICanvas_GetRenderMode"); \ +static_assert(offsetof(LGUICanvas_GetRenderMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRenderMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRenderTarget \ +static_assert(alignof(LGUICanvas_GetRenderTarget) == 0x000008, "Wrong alignment on LGUICanvas_GetRenderTarget"); \ +static_assert(sizeof(LGUICanvas_GetRenderTarget) == 0x000008, "Wrong size on LGUICanvas_GetRenderTarget"); \ +static_assert(offsetof(LGUICanvas_GetRenderTarget, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRenderTargetResolutionScale \ +static_assert(alignof(LGUICanvas_GetRenderTargetResolutionScale) == 0x000004, "Wrong alignment on LGUICanvas_GetRenderTargetResolutionScale"); \ +static_assert(sizeof(LGUICanvas_GetRenderTargetResolutionScale) == 0x000004, "Wrong size on LGUICanvas_GetRenderTargetResolutionScale"); \ +static_assert(offsetof(LGUICanvas_GetRenderTargetResolutionScale, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRenderTargetResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRenderTargetSizeMode \ +static_assert(alignof(LGUICanvas_GetRenderTargetSizeMode) == 0x000001, "Wrong alignment on LGUICanvas_GetRenderTargetSizeMode"); \ +static_assert(sizeof(LGUICanvas_GetRenderTargetSizeMode) == 0x000001, "Wrong size on LGUICanvas_GetRenderTargetSizeMode"); \ +static_assert(offsetof(LGUICanvas_GetRenderTargetSizeMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRenderTargetSizeMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRenderTargetUpdateMode \ +static_assert(alignof(LGUICanvas_GetRenderTargetUpdateMode) == 0x000001, "Wrong alignment on LGUICanvas_GetRenderTargetUpdateMode"); \ +static_assert(sizeof(LGUICanvas_GetRenderTargetUpdateMode) == 0x000001, "Wrong size on LGUICanvas_GetRenderTargetUpdateMode"); \ +static_assert(offsetof(LGUICanvas_GetRenderTargetUpdateMode, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRenderTargetUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRequireNormal \ +static_assert(alignof(LGUICanvas_GetRequireNormal) == 0x000001, "Wrong alignment on LGUICanvas_GetRequireNormal"); \ +static_assert(sizeof(LGUICanvas_GetRequireNormal) == 0x000001, "Wrong size on LGUICanvas_GetRequireNormal"); \ +static_assert(offsetof(LGUICanvas_GetRequireNormal, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRequireNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRequireTangent \ +static_assert(alignof(LGUICanvas_GetRequireTangent) == 0x000001, "Wrong alignment on LGUICanvas_GetRequireTangent"); \ +static_assert(sizeof(LGUICanvas_GetRequireTangent) == 0x000001, "Wrong size on LGUICanvas_GetRequireTangent"); \ +static_assert(offsetof(LGUICanvas_GetRequireTangent, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRequireTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRequireUV1 \ +static_assert(alignof(LGUICanvas_GetRequireUV1) == 0x000001, "Wrong alignment on LGUICanvas_GetRequireUV1"); \ +static_assert(sizeof(LGUICanvas_GetRequireUV1) == 0x000001, "Wrong size on LGUICanvas_GetRequireUV1"); \ +static_assert(offsetof(LGUICanvas_GetRequireUV1, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRequireUV1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRequireUV2 \ +static_assert(alignof(LGUICanvas_GetRequireUV2) == 0x000001, "Wrong alignment on LGUICanvas_GetRequireUV2"); \ +static_assert(sizeof(LGUICanvas_GetRequireUV2) == 0x000001, "Wrong size on LGUICanvas_GetRequireUV2"); \ +static_assert(offsetof(LGUICanvas_GetRequireUV2, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRequireUV2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRequireUV3 \ +static_assert(alignof(LGUICanvas_GetRequireUV3) == 0x000001, "Wrong alignment on LGUICanvas_GetRequireUV3"); \ +static_assert(sizeof(LGUICanvas_GetRequireUV3) == 0x000001, "Wrong size on LGUICanvas_GetRequireUV3"); \ +static_assert(offsetof(LGUICanvas_GetRequireUV3, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRequireUV3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetRootCanvas \ +static_assert(alignof(LGUICanvas_GetRootCanvas) == 0x000008, "Wrong alignment on LGUICanvas_GetRootCanvas"); \ +static_assert(sizeof(LGUICanvas_GetRootCanvas) == 0x000008, "Wrong size on LGUICanvas_GetRootCanvas"); \ +static_assert(offsetof(LGUICanvas_GetRootCanvas, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetRootCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetSortOrder \ +static_assert(alignof(LGUICanvas_GetSortOrder) == 0x000004, "Wrong alignment on LGUICanvas_GetSortOrder"); \ +static_assert(sizeof(LGUICanvas_GetSortOrder) == 0x000004, "Wrong size on LGUICanvas_GetSortOrder"); \ +static_assert(offsetof(LGUICanvas_GetSortOrder, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvas_GetUIItem \ +static_assert(alignof(LGUICanvas_GetUIItem) == 0x000008, "Wrong alignment on LGUICanvas_GetUIItem"); \ +static_assert(sizeof(LGUICanvas_GetUIItem) == 0x000008, "Wrong size on LGUICanvas_GetUIItem"); \ +static_assert(offsetof(LGUICanvas_GetUIItem, ReturnValue) == 0x000000, "Member 'LGUICanvas_GetUIItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvas \ +static_assert(alignof(ULGUICanvas) == 0x000010, "Wrong alignment on ULGUICanvas"); \ +static_assert(sizeof(ULGUICanvas) == 0x0003F0, "Wrong size on ULGUICanvas"); \ +static_assert(offsetof(ULGUICanvas, RootCanvas) == 0x0000E0, "Member 'ULGUICanvas::RootCanvas' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, ParentCanvas) == 0x0000E8, "Member 'ULGUICanvas::ParentCanvas' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, UIItem) == 0x0000F0, "Member 'ULGUICanvas::UIItem' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, renderMode) == 0x000108, "Member 'ULGUICanvas::renderMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, RenderTarget) == 0x000110, "Member 'ULGUICanvas::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, RenderTargetUpdateMode) == 0x000118, "Member 'ULGUICanvas::RenderTargetUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, RenderTargetSizeMode) == 0x000119, "Member 'ULGUICanvas::RenderTargetSizeMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, RenderTargetResolutionScale) == 0x00011C, "Member 'ULGUICanvas::RenderTargetResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, pixelPerfect) == 0x000120, "Member 'ULGUICanvas::pixelPerfect' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, bOverrideSorting) == 0x000121, "Member 'ULGUICanvas::bOverrideSorting' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, SortOrder) == 0x000122, "Member 'ULGUICanvas::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, clipType) == 0x000124, "Member 'ULGUICanvas::clipType' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, clipFeather) == 0x000128, "Member 'ULGUICanvas::clipFeather' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, clipRectOffset) == 0x000138, "Member 'ULGUICanvas::clipRectOffset' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, ClipTexture) == 0x000148, "Member 'ULGUICanvas::ClipTexture' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, clipTextureHitTestThreshold) == 0x000150, "Member 'ULGUICanvas::clipTextureHitTestThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, inheritRectClip) == 0x000154, "Member 'ULGUICanvas::inheritRectClip' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, customClip) == 0x000158, "Member 'ULGUICanvas::customClip' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, dynamicPixelsPerUnit) == 0x000160, "Member 'ULGUICanvas::dynamicPixelsPerUnit' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, additionalShaderChannels) == 0x000164, "Member 'ULGUICanvas::additionalShaderChannels' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, DefaultMaterials) == 0x000168, "Member 'ULGUICanvas::DefaultMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, BlendDepth) == 0x000180, "Member 'ULGUICanvas::BlendDepth' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, depthFade) == 0x000184, "Member 'ULGUICanvas::depthFade' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, bEnableDepthTest) == 0x000188, "Member 'ULGUICanvas::bEnableDepthTest' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, OverrideParameters) == 0x000189, "Member 'ULGUICanvas::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, DefaultMeshType) == 0x000190, "Member 'ULGUICanvas::DefaultMeshType' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, UIMesh) == 0x000300, "Member 'ULGUICanvas::UIMesh' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, PooledUIMaterialList) == 0x000308, "Member 'ULGUICanvas::PooledUIMaterialList' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, UIRenderableList) == 0x000338, "Member 'ULGUICanvas::UIRenderableList' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, UIItemList) == 0x000348, "Member 'ULGUICanvas::UIItemList' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvas, ChildrenCanvasArray) == 0x0003D8, "Member 'ULGUICanvas::ChildrenCanvasArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_Circle_SetSizeMultiply \ +static_assert(alignof(LGUICanvasCustomClip_Circle_SetSizeMultiply) == 0x000004, "Wrong alignment on LGUICanvasCustomClip_Circle_SetSizeMultiply"); \ +static_assert(sizeof(LGUICanvasCustomClip_Circle_SetSizeMultiply) == 0x000004, "Wrong size on LGUICanvasCustomClip_Circle_SetSizeMultiply"); \ +static_assert(offsetof(LGUICanvasCustomClip_Circle_SetSizeMultiply, Value) == 0x000000, "Member 'LGUICanvasCustomClip_Circle_SetSizeMultiply::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_Circle_GetSizeMultiply \ +static_assert(alignof(LGUICanvasCustomClip_Circle_GetSizeMultiply) == 0x000004, "Wrong alignment on LGUICanvasCustomClip_Circle_GetSizeMultiply"); \ +static_assert(sizeof(LGUICanvasCustomClip_Circle_GetSizeMultiply) == 0x000004, "Wrong size on LGUICanvasCustomClip_Circle_GetSizeMultiply"); \ +static_assert(offsetof(LGUICanvasCustomClip_Circle_GetSizeMultiply, ReturnValue) == 0x000000, "Member 'LGUICanvasCustomClip_Circle_GetSizeMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvasCustomClip_Circle \ +static_assert(alignof(ULGUICanvasCustomClip_Circle) == 0x000008, "Wrong alignment on ULGUICanvasCustomClip_Circle"); \ +static_assert(sizeof(ULGUICanvasCustomClip_Circle) == 0x000088, "Wrong size on ULGUICanvasCustomClip_Circle"); \ +static_assert(offsetof(ULGUICanvasCustomClip_Circle, sizeMultiply) == 0x000080, "Member 'ULGUICanvasCustomClip_Circle::sizeMultiply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_RoundedRect_SetCornerRadius \ +static_assert(alignof(LGUICanvasCustomClip_RoundedRect_SetCornerRadius) == 0x000010, "Wrong alignment on LGUICanvasCustomClip_RoundedRect_SetCornerRadius"); \ +static_assert(sizeof(LGUICanvasCustomClip_RoundedRect_SetCornerRadius) == 0x000010, "Wrong size on LGUICanvasCustomClip_RoundedRect_SetCornerRadius"); \ +static_assert(offsetof(LGUICanvasCustomClip_RoundedRect_SetCornerRadius, Value) == 0x000000, "Member 'LGUICanvasCustomClip_RoundedRect_SetCornerRadius::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode \ +static_assert(alignof(LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode) == 0x000001, "Wrong alignment on LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode"); \ +static_assert(sizeof(LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode) == 0x000001, "Wrong size on LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode"); \ +static_assert(offsetof(LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode, Value) == 0x000000, "Member 'LGUICanvasCustomClip_RoundedRect_SetCornerRadiusUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_RoundedRect_GetCornerRadius \ +static_assert(alignof(LGUICanvasCustomClip_RoundedRect_GetCornerRadius) == 0x000010, "Wrong alignment on LGUICanvasCustomClip_RoundedRect_GetCornerRadius"); \ +static_assert(sizeof(LGUICanvasCustomClip_RoundedRect_GetCornerRadius) == 0x000010, "Wrong size on LGUICanvasCustomClip_RoundedRect_GetCornerRadius"); \ +static_assert(offsetof(LGUICanvasCustomClip_RoundedRect_GetCornerRadius, ReturnValue) == 0x000000, "Member 'LGUICanvasCustomClip_RoundedRect_GetCornerRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode \ +static_assert(alignof(LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode) == 0x000001, "Wrong alignment on LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode"); \ +static_assert(sizeof(LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode) == 0x000001, "Wrong size on LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode"); \ +static_assert(offsetof(LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode, ReturnValue) == 0x000000, "Member 'LGUICanvasCustomClip_RoundedRect_GetCornerRadiusUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvasCustomClip_RoundedRect \ +static_assert(alignof(ULGUICanvasCustomClip_RoundedRect) == 0x000010, "Wrong alignment on ULGUICanvasCustomClip_RoundedRect"); \ +static_assert(sizeof(ULGUICanvasCustomClip_RoundedRect) == 0x0000A0, "Wrong size on ULGUICanvasCustomClip_RoundedRect"); \ +static_assert(offsetof(ULGUICanvasCustomClip_RoundedRect, CornerRadius) == 0x000080, "Member 'ULGUICanvasCustomClip_RoundedRect::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasCustomClip_RoundedRect, CornerRadiusUnitMode) == 0x000090, "Member 'ULGUICanvasCustomClip_RoundedRect::CornerRadiusUnitMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale \ +static_assert(alignof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale) == 0x000008, "Wrong alignment on LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale"); \ +static_assert(sizeof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale) == 0x000020, "Wrong size on LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale"); \ +static_assert(offsetof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale, InCanvasScaler) == 0x000000, "Member 'LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale::InCanvasScaler' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale, InViewportSize) == 0x000008, "Member 'LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale::InViewportSize' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale, OutLGUICanvasSize) == 0x000010, "Member 'LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale::OutLGUICanvasSize' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale, OutScale) == 0x000018, "Member 'LGUICanvasScalerCustomScale_ReceiveCalculateSizeAndScale::OutScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScalerCustomScale_ReceiveInit \ +static_assert(alignof(LGUICanvasScalerCustomScale_ReceiveInit) == 0x000008, "Wrong alignment on LGUICanvasScalerCustomScale_ReceiveInit"); \ +static_assert(sizeof(LGUICanvasScalerCustomScale_ReceiveInit) == 0x000008, "Wrong size on LGUICanvasScalerCustomScale_ReceiveInit"); \ +static_assert(offsetof(LGUICanvasScalerCustomScale_ReceiveInit, InCanvasScaler) == 0x000000, "Member 'LGUICanvasScalerCustomScale_ReceiveInit::InCanvasScaler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvasScalerCustomScale \ +static_assert(alignof(ULGUICanvasScalerCustomScale) == 0x000008, "Wrong alignment on ULGUICanvasScalerCustomScale"); \ +static_assert(sizeof(ULGUICanvasScalerCustomScale) == 0x000028, "Wrong size on ULGUICanvasScalerCustomScale"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_InstantiateActor \ +static_assert(alignof(LGUILifeCycleBehaviour_InstantiateActor) == 0x000008, "Wrong alignment on LGUILifeCycleBehaviour_InstantiateActor"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_InstantiateActor) == 0x000018, "Wrong size on LGUILifeCycleBehaviour_InstantiateActor"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiateActor, OriginObject) == 0x000000, "Member 'LGUILifeCycleBehaviour_InstantiateActor::OriginObject' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiateActor, Parent) == 0x000008, "Member 'LGUILifeCycleBehaviour_InstantiateActor::Parent' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiateActor, ReturnValue) == 0x000010, "Member 'LGUILifeCycleBehaviour_InstantiateActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_InstantiatePrefab \ +static_assert(alignof(LGUILifeCycleBehaviour_InstantiatePrefab) == 0x000008, "Wrong alignment on LGUILifeCycleBehaviour_InstantiatePrefab"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_InstantiatePrefab) == 0x000018, "Wrong size on LGUILifeCycleBehaviour_InstantiatePrefab"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefab, OriginObject) == 0x000000, "Member 'LGUILifeCycleBehaviour_InstantiatePrefab::OriginObject' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefab, Parent) == 0x000008, "Member 'LGUILifeCycleBehaviour_InstantiatePrefab::Parent' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefab, ReturnValue) == 0x000010, "Member 'LGUILifeCycleBehaviour_InstantiatePrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_InstantiatePrefabWithTransform \ +static_assert(alignof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform) == 0x000008, "Wrong alignment on LGUILifeCycleBehaviour_InstantiatePrefabWithTransform"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform) == 0x000060, "Wrong size on LGUILifeCycleBehaviour_InstantiatePrefabWithTransform"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, OriginObject) == 0x000000, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::OriginObject' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, Parent) == 0x000008, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::Parent' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, Location) == 0x000010, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, Rotation) == 0x000028, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, Scale) == 0x000040, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_InstantiatePrefabWithTransform, ReturnValue) == 0x000058, "Member 'LGUILifeCycleBehaviour_InstantiatePrefabWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_ReceiveUpdate \ +static_assert(alignof(LGUILifeCycleBehaviour_ReceiveUpdate) == 0x000004, "Wrong alignment on LGUILifeCycleBehaviour_ReceiveUpdate"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_ReceiveUpdate) == 0x000004, "Wrong size on LGUILifeCycleBehaviour_ReceiveUpdate"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_ReceiveUpdate, DeltaTime) == 0x000000, "Member 'LGUILifeCycleBehaviour_ReceiveUpdate::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_SetCanExecuteUpdate \ +static_assert(alignof(LGUILifeCycleBehaviour_SetCanExecuteUpdate) == 0x000001, "Wrong alignment on LGUILifeCycleBehaviour_SetCanExecuteUpdate"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_SetCanExecuteUpdate) == 0x000001, "Wrong size on LGUILifeCycleBehaviour_SetCanExecuteUpdate"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_SetCanExecuteUpdate, Value) == 0x000000, "Member 'LGUILifeCycleBehaviour_SetCanExecuteUpdate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_SetEnable \ +static_assert(alignof(LGUILifeCycleBehaviour_SetEnable) == 0x000001, "Wrong alignment on LGUILifeCycleBehaviour_SetEnable"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_SetEnable) == 0x000001, "Wrong size on LGUILifeCycleBehaviour_SetEnable"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_SetEnable, Value) == 0x000000, "Member 'LGUILifeCycleBehaviour_SetEnable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_GetEnable \ +static_assert(alignof(LGUILifeCycleBehaviour_GetEnable) == 0x000001, "Wrong alignment on LGUILifeCycleBehaviour_GetEnable"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_GetEnable) == 0x000001, "Wrong size on LGUILifeCycleBehaviour_GetEnable"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_GetEnable, ReturnValue) == 0x000000, "Member 'LGUILifeCycleBehaviour_GetEnable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_GetIsActiveAndEnable \ +static_assert(alignof(LGUILifeCycleBehaviour_GetIsActiveAndEnable) == 0x000001, "Wrong alignment on LGUILifeCycleBehaviour_GetIsActiveAndEnable"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_GetIsActiveAndEnable) == 0x000001, "Wrong size on LGUILifeCycleBehaviour_GetIsActiveAndEnable"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_GetIsActiveAndEnable, ReturnValue) == 0x000000, "Member 'LGUILifeCycleBehaviour_GetIsActiveAndEnable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleBehaviour_GetRootSceneComponent \ +static_assert(alignof(LGUILifeCycleBehaviour_GetRootSceneComponent) == 0x000008, "Wrong alignment on LGUILifeCycleBehaviour_GetRootSceneComponent"); \ +static_assert(sizeof(LGUILifeCycleBehaviour_GetRootSceneComponent) == 0x000008, "Wrong size on LGUILifeCycleBehaviour_GetRootSceneComponent"); \ +static_assert(offsetof(LGUILifeCycleBehaviour_GetRootSceneComponent, ReturnValue) == 0x000000, "Member 'LGUILifeCycleBehaviour_GetRootSceneComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUILifeCycleBehaviour \ +static_assert(alignof(ULGUILifeCycleBehaviour) == 0x000008, "Wrong alignment on ULGUILifeCycleBehaviour"); \ +static_assert(sizeof(ULGUILifeCycleBehaviour) == 0x0000C8, "Wrong size on ULGUILifeCycleBehaviour"); \ +static_assert(offsetof(ULGUILifeCycleBehaviour, Enable) == 0x0000A0, "Member 'ULGUILifeCycleBehaviour::Enable' has a wrong offset!"); \ +static_assert(offsetof(ULGUILifeCycleBehaviour, RootComp) == 0x0000BC, "Member 'ULGUILifeCycleBehaviour::RootComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetMatchFromWidthToHeight \ +static_assert(alignof(LGUICanvasScaler_GetMatchFromWidthToHeight) == 0x000004, "Wrong alignment on LGUICanvasScaler_GetMatchFromWidthToHeight"); \ +static_assert(sizeof(LGUICanvasScaler_GetMatchFromWidthToHeight) == 0x000004, "Wrong size on LGUICanvasScaler_GetMatchFromWidthToHeight"); \ +static_assert(offsetof(LGUICanvasScaler_GetMatchFromWidthToHeight, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetMatchFromWidthToHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetReferenceResolution \ +static_assert(alignof(LGUICanvasScaler_GetReferenceResolution) == 0x000008, "Wrong alignment on LGUICanvasScaler_GetReferenceResolution"); \ +static_assert(sizeof(LGUICanvasScaler_GetReferenceResolution) == 0x000010, "Wrong size on LGUICanvasScaler_GetReferenceResolution"); \ +static_assert(offsetof(LGUICanvasScaler_GetReferenceResolution, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetReferenceResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetScreenMatchMode \ +static_assert(alignof(LGUICanvasScaler_GetScreenMatchMode) == 0x000001, "Wrong alignment on LGUICanvasScaler_GetScreenMatchMode"); \ +static_assert(sizeof(LGUICanvasScaler_GetScreenMatchMode) == 0x000001, "Wrong size on LGUICanvasScaler_GetScreenMatchMode"); \ +static_assert(offsetof(LGUICanvasScaler_GetScreenMatchMode, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetScreenMatchMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetUIScaleMode \ +static_assert(alignof(LGUICanvasScaler_GetUIScaleMode) == 0x000001, "Wrong alignment on LGUICanvasScaler_GetUIScaleMode"); \ +static_assert(sizeof(LGUICanvasScaler_GetUIScaleMode) == 0x000001, "Wrong size on LGUICanvasScaler_GetUIScaleMode"); \ +static_assert(offsetof(LGUICanvasScaler_GetUIScaleMode, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetUIScaleMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetCustomScale \ +static_assert(alignof(LGUICanvasScaler_SetCustomScale) == 0x000008, "Wrong alignment on LGUICanvasScaler_SetCustomScale"); \ +static_assert(sizeof(LGUICanvasScaler_SetCustomScale) == 0x000008, "Wrong size on LGUICanvasScaler_SetCustomScale"); \ +static_assert(offsetof(LGUICanvasScaler_SetCustomScale, Value) == 0x000000, "Member 'LGUICanvasScaler_SetCustomScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetFarClipPlane \ +static_assert(alignof(LGUICanvasScaler_SetFarClipPlane) == 0x000004, "Wrong alignment on LGUICanvasScaler_SetFarClipPlane"); \ +static_assert(sizeof(LGUICanvasScaler_SetFarClipPlane) == 0x000004, "Wrong size on LGUICanvasScaler_SetFarClipPlane"); \ +static_assert(offsetof(LGUICanvasScaler_SetFarClipPlane, Value) == 0x000000, "Member 'LGUICanvasScaler_SetFarClipPlane::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetFovAngle \ +static_assert(alignof(LGUICanvasScaler_SetFovAngle) == 0x000004, "Wrong alignment on LGUICanvasScaler_SetFovAngle"); \ +static_assert(sizeof(LGUICanvasScaler_SetFovAngle) == 0x000004, "Wrong size on LGUICanvasScaler_SetFovAngle"); \ +static_assert(offsetof(LGUICanvasScaler_SetFovAngle, Value) == 0x000000, "Member 'LGUICanvasScaler_SetFovAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetMatchFromWidthToHeight \ +static_assert(alignof(LGUICanvasScaler_SetMatchFromWidthToHeight) == 0x000004, "Wrong alignment on LGUICanvasScaler_SetMatchFromWidthToHeight"); \ +static_assert(sizeof(LGUICanvasScaler_SetMatchFromWidthToHeight) == 0x000004, "Wrong size on LGUICanvasScaler_SetMatchFromWidthToHeight"); \ +static_assert(offsetof(LGUICanvasScaler_SetMatchFromWidthToHeight, Value) == 0x000000, "Member 'LGUICanvasScaler_SetMatchFromWidthToHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetNearClipPlane \ +static_assert(alignof(LGUICanvasScaler_SetNearClipPlane) == 0x000004, "Wrong alignment on LGUICanvasScaler_SetNearClipPlane"); \ +static_assert(sizeof(LGUICanvasScaler_SetNearClipPlane) == 0x000004, "Wrong size on LGUICanvasScaler_SetNearClipPlane"); \ +static_assert(offsetof(LGUICanvasScaler_SetNearClipPlane, Value) == 0x000000, "Member 'LGUICanvasScaler_SetNearClipPlane::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetProjectionType \ +static_assert(alignof(LGUICanvasScaler_SetProjectionType) == 0x000001, "Wrong alignment on LGUICanvasScaler_SetProjectionType"); \ +static_assert(sizeof(LGUICanvasScaler_SetProjectionType) == 0x000001, "Wrong size on LGUICanvasScaler_SetProjectionType"); \ +static_assert(offsetof(LGUICanvasScaler_SetProjectionType, Value) == 0x000000, "Member 'LGUICanvasScaler_SetProjectionType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetReferenceResolution \ +static_assert(alignof(LGUICanvasScaler_SetReferenceResolution) == 0x000008, "Wrong alignment on LGUICanvasScaler_SetReferenceResolution"); \ +static_assert(sizeof(LGUICanvasScaler_SetReferenceResolution) == 0x000010, "Wrong size on LGUICanvasScaler_SetReferenceResolution"); \ +static_assert(offsetof(LGUICanvasScaler_SetReferenceResolution, Value) == 0x000000, "Member 'LGUICanvasScaler_SetReferenceResolution::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetScreenMatchMode \ +static_assert(alignof(LGUICanvasScaler_SetScreenMatchMode) == 0x000001, "Wrong alignment on LGUICanvasScaler_SetScreenMatchMode"); \ +static_assert(sizeof(LGUICanvasScaler_SetScreenMatchMode) == 0x000001, "Wrong size on LGUICanvasScaler_SetScreenMatchMode"); \ +static_assert(offsetof(LGUICanvasScaler_SetScreenMatchMode, Value) == 0x000000, "Member 'LGUICanvasScaler_SetScreenMatchMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_SetUIScaleMode \ +static_assert(alignof(LGUICanvasScaler_SetUIScaleMode) == 0x000001, "Wrong alignment on LGUICanvasScaler_SetUIScaleMode"); \ +static_assert(sizeof(LGUICanvasScaler_SetUIScaleMode) == 0x000001, "Wrong size on LGUICanvasScaler_SetUIScaleMode"); \ +static_assert(offsetof(LGUICanvasScaler_SetUIScaleMode, Value) == 0x000000, "Member 'LGUICanvasScaler_SetUIScaleMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport \ +static_assert(alignof(LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport) == 0x000008, "Wrong alignment on LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport"); \ +static_assert(sizeof(LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport) == 0x000020, "Wrong size on LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport"); \ +static_assert(offsetof(LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport, position) == 0x000000, "Member 'LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport::position' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport, ReturnValue) == 0x000010, "Member 'LGUICanvasScaler_ConvertPositionFromLGUICanvasToViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas \ +static_assert(alignof(LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas) == 0x000008, "Wrong alignment on LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas"); \ +static_assert(sizeof(LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas) == 0x000020, "Wrong size on LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas"); \ +static_assert(offsetof(LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas, position) == 0x000000, "Member 'LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas::position' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas, ReturnValue) == 0x000010, "Member 'LGUICanvasScaler_ConvertPositionFromViewportToLGUICanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetCustomScale \ +static_assert(alignof(LGUICanvasScaler_GetCustomScale) == 0x000008, "Wrong alignment on LGUICanvasScaler_GetCustomScale"); \ +static_assert(sizeof(LGUICanvasScaler_GetCustomScale) == 0x000008, "Wrong size on LGUICanvasScaler_GetCustomScale"); \ +static_assert(offsetof(LGUICanvasScaler_GetCustomScale, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetCustomScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetFarClipPlane \ +static_assert(alignof(LGUICanvasScaler_GetFarClipPlane) == 0x000004, "Wrong alignment on LGUICanvasScaler_GetFarClipPlane"); \ +static_assert(sizeof(LGUICanvasScaler_GetFarClipPlane) == 0x000004, "Wrong size on LGUICanvasScaler_GetFarClipPlane"); \ +static_assert(offsetof(LGUICanvasScaler_GetFarClipPlane, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetFOVAngle \ +static_assert(alignof(LGUICanvasScaler_GetFOVAngle) == 0x000004, "Wrong alignment on LGUICanvasScaler_GetFOVAngle"); \ +static_assert(sizeof(LGUICanvasScaler_GetFOVAngle) == 0x000004, "Wrong size on LGUICanvasScaler_GetFOVAngle"); \ +static_assert(offsetof(LGUICanvasScaler_GetFOVAngle, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetFOVAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetNearClipPlane \ +static_assert(alignof(LGUICanvasScaler_GetNearClipPlane) == 0x000004, "Wrong alignment on LGUICanvasScaler_GetNearClipPlane"); \ +static_assert(sizeof(LGUICanvasScaler_GetNearClipPlane) == 0x000004, "Wrong size on LGUICanvasScaler_GetNearClipPlane"); \ +static_assert(offsetof(LGUICanvasScaler_GetNearClipPlane, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_GetProjectionType \ +static_assert(alignof(LGUICanvasScaler_GetProjectionType) == 0x000001, "Wrong alignment on LGUICanvasScaler_GetProjectionType"); \ +static_assert(sizeof(LGUICanvasScaler_GetProjectionType) == 0x000001, "Wrong size on LGUICanvasScaler_GetProjectionType"); \ +static_assert(offsetof(LGUICanvasScaler_GetProjectionType, ReturnValue) == 0x000000, "Member 'LGUICanvasScaler_GetProjectionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_Project3DToScreen \ +static_assert(alignof(LGUICanvasScaler_Project3DToScreen) == 0x000008, "Wrong alignment on LGUICanvasScaler_Project3DToScreen"); \ +static_assert(sizeof(LGUICanvasScaler_Project3DToScreen) == 0x000030, "Wrong size on LGUICanvasScaler_Project3DToScreen"); \ +static_assert(offsetof(LGUICanvasScaler_Project3DToScreen, Position3D) == 0x000000, "Member 'LGUICanvasScaler_Project3DToScreen::Position3D' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_Project3DToScreen, OutPosition2D) == 0x000018, "Member 'LGUICanvasScaler_Project3DToScreen::OutPosition2D' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_Project3DToScreen, ReturnValue) == 0x000028, "Member 'LGUICanvasScaler_Project3DToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICanvasScaler_ProjectWorldToScreen \ +static_assert(alignof(LGUICanvasScaler_ProjectWorldToScreen) == 0x000008, "Wrong alignment on LGUICanvasScaler_ProjectWorldToScreen"); \ +static_assert(sizeof(LGUICanvasScaler_ProjectWorldToScreen) == 0x000038, "Wrong size on LGUICanvasScaler_ProjectWorldToScreen"); \ +static_assert(offsetof(LGUICanvasScaler_ProjectWorldToScreen, Player) == 0x000000, "Member 'LGUICanvasScaler_ProjectWorldToScreen::Player' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_ProjectWorldToScreen, Position3D) == 0x000008, "Member 'LGUICanvasScaler_ProjectWorldToScreen::Position3D' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_ProjectWorldToScreen, OutPosition2D) == 0x000020, "Member 'LGUICanvasScaler_ProjectWorldToScreen::OutPosition2D' has a wrong offset!"); \ +static_assert(offsetof(LGUICanvasScaler_ProjectWorldToScreen, ReturnValue) == 0x000030, "Member 'LGUICanvasScaler_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICanvasScaler \ +static_assert(alignof(ULGUICanvasScaler) == 0x000008, "Wrong alignment on ULGUICanvasScaler"); \ +static_assert(sizeof(ULGUICanvasScaler) == 0x000118, "Wrong size on ULGUICanvasScaler"); \ +static_assert(offsetof(ULGUICanvasScaler, ProjectionType) == 0x0000D0, "Member 'ULGUICanvasScaler::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, FOVAngle) == 0x0000D4, "Member 'ULGUICanvasScaler::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, NearClipPlane) == 0x0000D8, "Member 'ULGUICanvasScaler::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, FarClipPlane) == 0x0000DC, "Member 'ULGUICanvasScaler::FarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, UIScaleMode) == 0x0000E0, "Member 'ULGUICanvasScaler::UIScaleMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, ReferenceResolution) == 0x0000E8, "Member 'ULGUICanvasScaler::ReferenceResolution' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, MatchFromWidthToHeight) == 0x0000F8, "Member 'ULGUICanvasScaler::MatchFromWidthToHeight' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, ScreenMatchMode) == 0x0000FC, "Member 'ULGUICanvasScaler::ScreenMatchMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUICanvasScaler, CustomScale) == 0x000100, "Member 'ULGUICanvasScaler::CustomScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_CalculatePivotOffset \ +static_assert(alignof(LGUIGeometryHelper_CalculatePivotOffset) == 0x000008, "Wrong alignment on LGUIGeometryHelper_CalculatePivotOffset"); \ +static_assert(sizeof(LGUIGeometryHelper_CalculatePivotOffset) == 0x000028, "Wrong size on LGUIGeometryHelper_CalculatePivotOffset"); \ +static_assert(offsetof(LGUIGeometryHelper_CalculatePivotOffset, InWidth) == 0x000000, "Member 'LGUIGeometryHelper_CalculatePivotOffset::InWidth' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_CalculatePivotOffset, InHeight) == 0x000004, "Member 'LGUIGeometryHelper_CalculatePivotOffset::InHeight' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_CalculatePivotOffset, InPivot) == 0x000008, "Member 'LGUIGeometryHelper_CalculatePivotOffset::InPivot' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_CalculatePivotOffset, ReturnValue) == 0x000018, "Member 'LGUIGeometryHelper_CalculatePivotOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_AddTriangle \ +static_assert(alignof(LGUIGeometryHelper_AddTriangle) == 0x000004, "Wrong alignment on LGUIGeometryHelper_AddTriangle"); \ +static_assert(sizeof(LGUIGeometryHelper_AddTriangle) == 0x00000C, "Wrong size on LGUIGeometryHelper_AddTriangle"); \ +static_assert(offsetof(LGUIGeometryHelper_AddTriangle, Index0) == 0x000000, "Member 'LGUIGeometryHelper_AddTriangle::Index0' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddTriangle, index1) == 0x000004, "Member 'LGUIGeometryHelper_AddTriangle::index1' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddTriangle, index2) == 0x000008, "Member 'LGUIGeometryHelper_AddTriangle::index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_AddVertexFull \ +static_assert(alignof(LGUIGeometryHelper_AddVertexFull) == 0x000008, "Wrong alignment on LGUIGeometryHelper_AddVertexFull"); \ +static_assert(sizeof(LGUIGeometryHelper_AddVertexFull) == 0x000090, "Wrong size on LGUIGeometryHelper_AddVertexFull"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, position) == 0x000000, "Member 'LGUIGeometryHelper_AddVertexFull::position' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, Color) == 0x000018, "Member 'LGUIGeometryHelper_AddVertexFull::Color' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, UV0) == 0x000020, "Member 'LGUIGeometryHelper_AddVertexFull::UV0' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, UV1) == 0x000030, "Member 'LGUIGeometryHelper_AddVertexFull::UV1' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, UV2) == 0x000040, "Member 'LGUIGeometryHelper_AddVertexFull::UV2' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, UV3) == 0x000050, "Member 'LGUIGeometryHelper_AddVertexFull::UV3' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, Normal) == 0x000060, "Member 'LGUIGeometryHelper_AddVertexFull::Normal' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexFull, Tangent) == 0x000078, "Member 'LGUIGeometryHelper_AddVertexFull::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_AddVertexSimple \ +static_assert(alignof(LGUIGeometryHelper_AddVertexSimple) == 0x000008, "Wrong alignment on LGUIGeometryHelper_AddVertexSimple"); \ +static_assert(sizeof(LGUIGeometryHelper_AddVertexSimple) == 0x000030, "Wrong size on LGUIGeometryHelper_AddVertexSimple"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexSimple, position) == 0x000000, "Member 'LGUIGeometryHelper_AddVertexSimple::position' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexSimple, Color) == 0x000018, "Member 'LGUIGeometryHelper_AddVertexSimple::Color' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexSimple, UV0) == 0x000020, "Member 'LGUIGeometryHelper_AddVertexSimple::UV0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_AddVertexStruct \ +static_assert(alignof(LGUIGeometryHelper_AddVertexStruct) == 0x000008, "Wrong alignment on LGUIGeometryHelper_AddVertexStruct"); \ +static_assert(sizeof(LGUIGeometryHelper_AddVertexStruct) == 0x000090, "Wrong size on LGUIGeometryHelper_AddVertexStruct"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexStruct, Vertex) == 0x000000, "Member 'LGUIGeometryHelper_AddVertexStruct::Vertex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_AddVertexTriangleStream \ +static_assert(alignof(LGUIGeometryHelper_AddVertexTriangleStream) == 0x000008, "Wrong alignment on LGUIGeometryHelper_AddVertexTriangleStream"); \ +static_assert(sizeof(LGUIGeometryHelper_AddVertexTriangleStream) == 0x000010, "Wrong size on LGUIGeometryHelper_AddVertexTriangleStream"); \ +static_assert(offsetof(LGUIGeometryHelper_AddVertexTriangleStream, InVertexTriangleStream) == 0x000000, "Member 'LGUIGeometryHelper_AddVertexTriangleStream::InVertexTriangleStream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_GetVertexTriangleStream \ +static_assert(alignof(LGUIGeometryHelper_GetVertexTriangleStream) == 0x000008, "Wrong alignment on LGUIGeometryHelper_GetVertexTriangleStream"); \ +static_assert(sizeof(LGUIGeometryHelper_GetVertexTriangleStream) == 0x000010, "Wrong size on LGUIGeometryHelper_GetVertexTriangleStream"); \ +static_assert(offsetof(LGUIGeometryHelper_GetVertexTriangleStream, OutVertexTriangleStream) == 0x000000, "Member 'LGUIGeometryHelper_GetVertexTriangleStream::OutVertexTriangleStream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryHelper_SetMesh \ +static_assert(alignof(LGUIGeometryHelper_SetMesh) == 0x000008, "Wrong alignment on LGUIGeometryHelper_SetMesh"); \ +static_assert(sizeof(LGUIGeometryHelper_SetMesh) == 0x000020, "Wrong size on LGUIGeometryHelper_SetMesh"); \ +static_assert(offsetof(LGUIGeometryHelper_SetMesh, InVertices) == 0x000000, "Member 'LGUIGeometryHelper_SetMesh::InVertices' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryHelper_SetMesh, InIndices) == 0x000010, "Member 'LGUIGeometryHelper_SetMesh::InIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIGeometryHelper \ +static_assert(alignof(ULGUIGeometryHelper) == 0x000008, "Wrong alignment on ULGUIGeometryHelper"); \ +static_assert(sizeof(ULGUIGeometryHelper) == 0x000030, "Wrong size on ULGUIGeometryHelper"); \ + +#define DUMPER7_ASSERTS_LGUICustomMesh_ReceiveOnFillMesh \ +static_assert(alignof(LGUICustomMesh_ReceiveOnFillMesh) == 0x000008, "Wrong alignment on LGUICustomMesh_ReceiveOnFillMesh"); \ +static_assert(sizeof(LGUICustomMesh_ReceiveOnFillMesh) == 0x000010, "Wrong size on LGUICustomMesh_ReceiveOnFillMesh"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveOnFillMesh, InRenderable) == 0x000000, "Member 'LGUICustomMesh_ReceiveOnFillMesh::InRenderable' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveOnFillMesh, InTriangleChanged) == 0x000008, "Member 'LGUICustomMesh_ReceiveOnFillMesh::InTriangleChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveOnFillMesh, InVertexPositionChanged) == 0x000009, "Member 'LGUICustomMesh_ReceiveOnFillMesh::InVertexPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveOnFillMesh, InVertexUVChanged) == 0x00000A, "Member 'LGUICustomMesh_ReceiveOnFillMesh::InVertexUVChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveOnFillMesh, InVertexColorChanged) == 0x00000B, "Member 'LGUICustomMesh_ReceiveOnFillMesh::InVertexColorChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICustomMesh_GetHitUVbyFaceIndex \ +static_assert(alignof(LGUICustomMesh_GetHitUVbyFaceIndex) == 0x000008, "Wrong alignment on LGUICustomMesh_GetHitUVbyFaceIndex"); \ +static_assert(sizeof(LGUICustomMesh_GetHitUVbyFaceIndex) == 0x000040, "Wrong size on LGUICustomMesh_GetHitUVbyFaceIndex"); \ +static_assert(offsetof(LGUICustomMesh_GetHitUVbyFaceIndex, InRenderable) == 0x000000, "Member 'LGUICustomMesh_GetHitUVbyFaceIndex::InRenderable' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_GetHitUVbyFaceIndex, InHitFaceIndex) == 0x000008, "Member 'LGUICustomMesh_GetHitUVbyFaceIndex::InHitFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_GetHitUVbyFaceIndex, InHitPoint) == 0x000010, "Member 'LGUICustomMesh_GetHitUVbyFaceIndex::InHitPoint' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_GetHitUVbyFaceIndex, OutHitUV) == 0x000028, "Member 'LGUICustomMesh_GetHitUVbyFaceIndex::OutHitUV' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_GetHitUVbyFaceIndex, ReturnValue) == 0x000038, "Member 'LGUICustomMesh_GetHitUVbyFaceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICustomMesh_ReceiveGetHitUV \ +static_assert(alignof(LGUICustomMesh_ReceiveGetHitUV) == 0x000008, "Wrong alignment on LGUICustomMesh_ReceiveGetHitUV"); \ +static_assert(sizeof(LGUICustomMesh_ReceiveGetHitUV) == 0x000070, "Wrong size on LGUICustomMesh_ReceiveGetHitUV"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, InRenderable) == 0x000000, "Member 'LGUICustomMesh_ReceiveGetHitUV::InRenderable' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, InHitFaceIndex) == 0x000008, "Member 'LGUICustomMesh_ReceiveGetHitUV::InHitFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, InHitPoint) == 0x000010, "Member 'LGUICustomMesh_ReceiveGetHitUV::InHitPoint' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, InLineStart) == 0x000028, "Member 'LGUICustomMesh_ReceiveGetHitUV::InLineStart' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, InLineEnd) == 0x000040, "Member 'LGUICustomMesh_ReceiveGetHitUV::InLineEnd' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, OutHitUV) == 0x000058, "Member 'LGUICustomMesh_ReceiveGetHitUV::OutHitUV' has a wrong offset!"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveGetHitUV, ReturnValue) == 0x000068, "Member 'LGUICustomMesh_ReceiveGetHitUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUICustomMesh_ReceiveSupportDrawcallBatching \ +static_assert(alignof(LGUICustomMesh_ReceiveSupportDrawcallBatching) == 0x000001, "Wrong alignment on LGUICustomMesh_ReceiveSupportDrawcallBatching"); \ +static_assert(sizeof(LGUICustomMesh_ReceiveSupportDrawcallBatching) == 0x000001, "Wrong size on LGUICustomMesh_ReceiveSupportDrawcallBatching"); \ +static_assert(offsetof(LGUICustomMesh_ReceiveSupportDrawcallBatching, ReturnValue) == 0x000000, "Member 'LGUICustomMesh_ReceiveSupportDrawcallBatching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICustomMesh \ +static_assert(alignof(ULGUICustomMesh) == 0x000008, "Wrong alignment on ULGUICustomMesh"); \ +static_assert(sizeof(ULGUICustomMesh) == 0x000030, "Wrong size on ULGUICustomMesh"); \ + +#define DUMPER7_ASSERTS_ULGUICustomMesh_Cylinder \ +static_assert(alignof(ULGUICustomMesh_Cylinder) == 0x000008, "Wrong alignment on ULGUICustomMesh_Cylinder"); \ +static_assert(sizeof(ULGUICustomMesh_Cylinder) == 0x000038, "Wrong size on ULGUICustomMesh_Cylinder"); \ +static_assert(offsetof(ULGUICustomMesh_Cylinder, CylinderArcAngle) == 0x000030, "Member 'ULGUICustomMesh_Cylinder::CylinderArcAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUICustomMesh_CurvyPlane \ +static_assert(alignof(ULGUICustomMesh_CurvyPlane) == 0x000008, "Wrong alignment on ULGUICustomMesh_CurvyPlane"); \ +static_assert(sizeof(ULGUICustomMesh_CurvyPlane) == 0x0000C8, "Wrong size on ULGUICustomMesh_CurvyPlane"); \ +static_assert(offsetof(ULGUICustomMesh_CurvyPlane, Segment) == 0x000030, "Member 'ULGUICustomMesh_CurvyPlane::Segment' has a wrong offset!"); \ +static_assert(offsetof(ULGUICustomMesh_CurvyPlane, ShapeCurve) == 0x000038, "Member 'ULGUICustomMesh_CurvyPlane::ShapeCurve' has a wrong offset!"); \ +static_assert(offsetof(ULGUICustomMesh_CurvyPlane, CurveScale) == 0x0000C0, "Member 'ULGUICustomMesh_CurvyPlane::CurveScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag \ +static_assert(alignof(LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag) == 0x000004, "Wrong alignment on LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag"); \ +static_assert(sizeof(LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag) == 0x000008, "Wrong size on LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag"); \ +static_assert(offsetof(LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag, inPackingTag) == 0x000000, "Member 'LGUIDynamicSpriteAtlasManager_DisposeAtlasByPackingTag::inPackingTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIDynamicSpriteAtlasManager \ +static_assert(alignof(ULGUIDynamicSpriteAtlasManager) == 0x000008, "Wrong alignment on ULGUIDynamicSpriteAtlasManager"); \ +static_assert(sizeof(ULGUIDynamicSpriteAtlasManager) == 0x000090, "Wrong size on ULGUIDynamicSpriteAtlasManager"); \ +static_assert(offsetof(ULGUIDynamicSpriteAtlasManager, atlasMap) == 0x000028, "Member 'ULGUIDynamicSpriteAtlasManager::atlasMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerBeginDrag::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerClick \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerClick) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerClick"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerClick) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerClick"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerClick, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerClick::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerClick, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerClick::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerClick, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerClick::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerClick, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerClick::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerDeselect \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerDeselect"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerDeselect"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDeselect::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect, EventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDeselect::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDeselect::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDeselect, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDeselect::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerDown \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerDown) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerDown"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerDown) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerDown"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDown, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDown::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDown, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDown::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDown, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDown::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDown, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDown::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerDrag \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerDrag) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerDrag"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerDrag) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerDrag"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDrag, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDrag::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDrag, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDrag::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDrag, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDrag::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDrag, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDrag::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerDragDrop \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerDragDrop"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerDragDrop"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDragDrop::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDragDrop::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDragDrop::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerDragDrop, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerDragDrop::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerEndDrag \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerEndDrag"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerEndDrag"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEndDrag::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEndDrag::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEndDrag::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEndDrag, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEndDrag::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerEnter \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerEnter) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerEnter"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerEnter) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerEnter"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEnter, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEnter::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEnter, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEnter::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEnter, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEnter::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerEnter, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerEnter::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerExit \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerExit) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerExit"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerExit) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerExit"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerExit, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerExit::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerExit, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerExit::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerExit, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerExit::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerExit, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerExit::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerScroll \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerScroll) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerScroll"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerScroll) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerScroll"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerScroll, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerScroll::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerScroll, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerScroll::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerScroll, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerScroll::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerScroll, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerScroll::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerSelect \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerSelect) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerSelect"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerSelect) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerSelect"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerSelect, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerSelect::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerSelect, EventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerSelect::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerSelect, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerSelect::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerSelect, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerSelect::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ExecuteEvent_OnPointerUp \ +static_assert(alignof(LGUIEventSystem_ExecuteEvent_OnPointerUp) == 0x000008, "Wrong alignment on LGUIEventSystem_ExecuteEvent_OnPointerUp"); \ +static_assert(sizeof(LGUIEventSystem_ExecuteEvent_OnPointerUp) == 0x000018, "Wrong size on LGUIEventSystem_ExecuteEvent_OnPointerUp"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerUp, TargetRootComponent) == 0x000000, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerUp::TargetRootComponent' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerUp, pointerEventData) == 0x000008, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerUp::pointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerUp, eventFireType) == 0x000010, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerUp::eventFireType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ExecuteEvent_OnPointerUp, AllowEventBubbleUp) == 0x000011, "Member 'LGUIEventSystem_ExecuteEvent_OnPointerUp::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_GetLGUIEventSystemInstance \ +static_assert(alignof(LGUIEventSystem_GetLGUIEventSystemInstance) == 0x000008, "Wrong alignment on LGUIEventSystem_GetLGUIEventSystemInstance"); \ +static_assert(sizeof(LGUIEventSystem_GetLGUIEventSystemInstance) == 0x000010, "Wrong size on LGUIEventSystem_GetLGUIEventSystemInstance"); \ +static_assert(offsetof(LGUIEventSystem_GetLGUIEventSystemInstance, WorldContextObject) == 0x000000, "Member 'LGUIEventSystem_GetLGUIEventSystemInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_GetLGUIEventSystemInstance, ReturnValue) == 0x000008, "Member 'LGUIEventSystem_GetLGUIEventSystemInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_ActivateNavigationInput \ +static_assert(alignof(LGUIEventSystem_ActivateNavigationInput) == 0x000008, "Wrong alignment on LGUIEventSystem_ActivateNavigationInput"); \ +static_assert(sizeof(LGUIEventSystem_ActivateNavigationInput) == 0x000010, "Wrong size on LGUIEventSystem_ActivateNavigationInput"); \ +static_assert(offsetof(LGUIEventSystem_ActivateNavigationInput, InPointerID) == 0x000000, "Member 'LGUIEventSystem_ActivateNavigationInput::InPointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_ActivateNavigationInput, InDefaultHighlightedComponent) == 0x000008, "Member 'LGUIEventSystem_ActivateNavigationInput::InDefaultHighlightedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_GetCurrentInputModule \ +static_assert(alignof(LGUIEventSystem_GetCurrentInputModule) == 0x000008, "Wrong alignment on LGUIEventSystem_GetCurrentInputModule"); \ +static_assert(sizeof(LGUIEventSystem_GetCurrentInputModule) == 0x000008, "Wrong size on LGUIEventSystem_GetCurrentInputModule"); \ +static_assert(offsetof(LGUIEventSystem_GetCurrentInputModule, ReturnValue) == 0x000000, "Member 'LGUIEventSystem_GetCurrentInputModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_IsPointerOverUIByPointerID \ +static_assert(alignof(LGUIEventSystem_IsPointerOverUIByPointerID) == 0x000004, "Wrong alignment on LGUIEventSystem_IsPointerOverUIByPointerID"); \ +static_assert(sizeof(LGUIEventSystem_IsPointerOverUIByPointerID) == 0x000008, "Wrong size on LGUIEventSystem_IsPointerOverUIByPointerID"); \ +static_assert(offsetof(LGUIEventSystem_IsPointerOverUIByPointerID, pointerID) == 0x000000, "Member 'LGUIEventSystem_IsPointerOverUIByPointerID::pointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_IsPointerOverUIByPointerID, ReturnValue) == 0x000004, "Member 'LGUIEventSystem_IsPointerOverUIByPointerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_RegisterGlobalListener \ +static_assert(alignof(LGUIEventSystem_RegisterGlobalListener) == 0x000008, "Wrong alignment on LGUIEventSystem_RegisterGlobalListener"); \ +static_assert(sizeof(LGUIEventSystem_RegisterGlobalListener) == 0x000018, "Wrong size on LGUIEventSystem_RegisterGlobalListener"); \ +static_assert(offsetof(LGUIEventSystem_RegisterGlobalListener, InDelegate) == 0x000000, "Member 'LGUIEventSystem_RegisterGlobalListener::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_RegisterGlobalListener, ReturnValue) == 0x000010, "Member 'LGUIEventSystem_RegisterGlobalListener::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_RegisterHitEvent \ +static_assert(alignof(LGUIEventSystem_RegisterHitEvent) == 0x000008, "Wrong alignment on LGUIEventSystem_RegisterHitEvent"); \ +static_assert(sizeof(LGUIEventSystem_RegisterHitEvent) == 0x000018, "Wrong size on LGUIEventSystem_RegisterHitEvent"); \ +static_assert(offsetof(LGUIEventSystem_RegisterHitEvent, InDelegate) == 0x000000, "Member 'LGUIEventSystem_RegisterHitEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_RegisterHitEvent, ReturnValue) == 0x000010, "Member 'LGUIEventSystem_RegisterHitEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_RegisterInputChangeEvent \ +static_assert(alignof(LGUIEventSystem_RegisterInputChangeEvent) == 0x000008, "Wrong alignment on LGUIEventSystem_RegisterInputChangeEvent"); \ +static_assert(sizeof(LGUIEventSystem_RegisterInputChangeEvent) == 0x000018, "Wrong size on LGUIEventSystem_RegisterInputChangeEvent"); \ +static_assert(offsetof(LGUIEventSystem_RegisterInputChangeEvent, pointerInputChange) == 0x000000, "Member 'LGUIEventSystem_RegisterInputChangeEvent::pointerInputChange' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_RegisterInputChangeEvent, ReturnValue) == 0x000010, "Member 'LGUIEventSystem_RegisterInputChangeEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_RemovePointerEventData \ +static_assert(alignof(LGUIEventSystem_RemovePointerEventData) == 0x000004, "Wrong alignment on LGUIEventSystem_RemovePointerEventData"); \ +static_assert(sizeof(LGUIEventSystem_RemovePointerEventData) == 0x000004, "Wrong size on LGUIEventSystem_RemovePointerEventData"); \ +static_assert(offsetof(LGUIEventSystem_RemovePointerEventData, pointerID) == 0x000000, "Member 'LGUIEventSystem_RemovePointerEventData::pointerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_SetHighlightedComponentForNavigation \ +static_assert(alignof(LGUIEventSystem_SetHighlightedComponentForNavigation) == 0x000008, "Wrong alignment on LGUIEventSystem_SetHighlightedComponentForNavigation"); \ +static_assert(sizeof(LGUIEventSystem_SetHighlightedComponentForNavigation) == 0x000010, "Wrong size on LGUIEventSystem_SetHighlightedComponentForNavigation"); \ +static_assert(offsetof(LGUIEventSystem_SetHighlightedComponentForNavigation, InComp) == 0x000000, "Member 'LGUIEventSystem_SetHighlightedComponentForNavigation::InComp' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetHighlightedComponentForNavigation, InPointerID) == 0x000008, "Member 'LGUIEventSystem_SetHighlightedComponentForNavigation::InPointerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_SetPointerInputTypeByPointerID \ +static_assert(alignof(LGUIEventSystem_SetPointerInputTypeByPointerID) == 0x000004, "Wrong alignment on LGUIEventSystem_SetPointerInputTypeByPointerID"); \ +static_assert(sizeof(LGUIEventSystem_SetPointerInputTypeByPointerID) == 0x000008, "Wrong size on LGUIEventSystem_SetPointerInputTypeByPointerID"); \ +static_assert(offsetof(LGUIEventSystem_SetPointerInputTypeByPointerID, InPointerID) == 0x000000, "Member 'LGUIEventSystem_SetPointerInputTypeByPointerID::InPointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetPointerInputTypeByPointerID, InInputType) == 0x000004, "Member 'LGUIEventSystem_SetPointerInputTypeByPointerID::InInputType' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetPointerInputTypeByPointerID, ReturnValue) == 0x000005, "Member 'LGUIEventSystem_SetPointerInputTypeByPointerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_SetRaycastEnable \ +static_assert(alignof(LGUIEventSystem_SetRaycastEnable) == 0x000001, "Wrong alignment on LGUIEventSystem_SetRaycastEnable"); \ +static_assert(sizeof(LGUIEventSystem_SetRaycastEnable) == 0x000002, "Wrong size on LGUIEventSystem_SetRaycastEnable"); \ +static_assert(offsetof(LGUIEventSystem_SetRaycastEnable, Enable) == 0x000000, "Member 'LGUIEventSystem_SetRaycastEnable::Enable' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetRaycastEnable, ClearEvent) == 0x000001, "Member 'LGUIEventSystem_SetRaycastEnable::ClearEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_SetSelectComponent \ +static_assert(alignof(LGUIEventSystem_SetSelectComponent) == 0x000008, "Wrong alignment on LGUIEventSystem_SetSelectComponent"); \ +static_assert(sizeof(LGUIEventSystem_SetSelectComponent) == 0x000018, "Wrong size on LGUIEventSystem_SetSelectComponent"); \ +static_assert(offsetof(LGUIEventSystem_SetSelectComponent, InSelectComp) == 0x000000, "Member 'LGUIEventSystem_SetSelectComponent::InSelectComp' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetSelectComponent, EventData) == 0x000008, "Member 'LGUIEventSystem_SetSelectComponent::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_SetSelectComponent, eventFireType) == 0x000010, "Member 'LGUIEventSystem_SetSelectComponent::eventFireType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_SetSelectComponentWithDefault \ +static_assert(alignof(LGUIEventSystem_SetSelectComponentWithDefault) == 0x000008, "Wrong alignment on LGUIEventSystem_SetSelectComponentWithDefault"); \ +static_assert(sizeof(LGUIEventSystem_SetSelectComponentWithDefault) == 0x000008, "Wrong size on LGUIEventSystem_SetSelectComponentWithDefault"); \ +static_assert(offsetof(LGUIEventSystem_SetSelectComponentWithDefault, InSelectComp) == 0x000000, "Member 'LGUIEventSystem_SetSelectComponentWithDefault::InSelectComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_UnregisterGlobalListener \ +static_assert(alignof(LGUIEventSystem_UnregisterGlobalListener) == 0x000008, "Wrong alignment on LGUIEventSystem_UnregisterGlobalListener"); \ +static_assert(sizeof(LGUIEventSystem_UnregisterGlobalListener) == 0x000008, "Wrong size on LGUIEventSystem_UnregisterGlobalListener"); \ +static_assert(offsetof(LGUIEventSystem_UnregisterGlobalListener, InHandle) == 0x000000, "Member 'LGUIEventSystem_UnregisterGlobalListener::InHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_UnregisterHitEvent \ +static_assert(alignof(LGUIEventSystem_UnregisterHitEvent) == 0x000008, "Wrong alignment on LGUIEventSystem_UnregisterHitEvent"); \ +static_assert(sizeof(LGUIEventSystem_UnregisterHitEvent) == 0x000008, "Wrong size on LGUIEventSystem_UnregisterHitEvent"); \ +static_assert(offsetof(LGUIEventSystem_UnregisterHitEvent, InHandle) == 0x000000, "Member 'LGUIEventSystem_UnregisterHitEvent::InHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_UnregisterInputChangeEvent \ +static_assert(alignof(LGUIEventSystem_UnregisterInputChangeEvent) == 0x000008, "Wrong alignment on LGUIEventSystem_UnregisterInputChangeEvent"); \ +static_assert(sizeof(LGUIEventSystem_UnregisterInputChangeEvent) == 0x000008, "Wrong size on LGUIEventSystem_UnregisterInputChangeEvent"); \ +static_assert(offsetof(LGUIEventSystem_UnregisterInputChangeEvent, delegateHandle) == 0x000000, "Member 'LGUIEventSystem_UnregisterInputChangeEvent::delegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_GetCurrentSelectedComponent \ +static_assert(alignof(LGUIEventSystem_GetCurrentSelectedComponent) == 0x000008, "Wrong alignment on LGUIEventSystem_GetCurrentSelectedComponent"); \ +static_assert(sizeof(LGUIEventSystem_GetCurrentSelectedComponent) == 0x000010, "Wrong size on LGUIEventSystem_GetCurrentSelectedComponent"); \ +static_assert(offsetof(LGUIEventSystem_GetCurrentSelectedComponent, InPointerID) == 0x000000, "Member 'LGUIEventSystem_GetCurrentSelectedComponent::InPointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_GetCurrentSelectedComponent, ReturnValue) == 0x000008, "Member 'LGUIEventSystem_GetCurrentSelectedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_GetHighlightedComponentForNavigation \ +static_assert(alignof(LGUIEventSystem_GetHighlightedComponentForNavigation) == 0x000008, "Wrong alignment on LGUIEventSystem_GetHighlightedComponentForNavigation"); \ +static_assert(sizeof(LGUIEventSystem_GetHighlightedComponentForNavigation) == 0x000010, "Wrong size on LGUIEventSystem_GetHighlightedComponentForNavigation"); \ +static_assert(offsetof(LGUIEventSystem_GetHighlightedComponentForNavigation, InPointerID) == 0x000000, "Member 'LGUIEventSystem_GetHighlightedComponentForNavigation::InPointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_GetHighlightedComponentForNavigation, ReturnValue) == 0x000008, "Member 'LGUIEventSystem_GetHighlightedComponentForNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIEventSystem_GetPointerEventData \ +static_assert(alignof(LGUIEventSystem_GetPointerEventData) == 0x000008, "Wrong alignment on LGUIEventSystem_GetPointerEventData"); \ +static_assert(sizeof(LGUIEventSystem_GetPointerEventData) == 0x000010, "Wrong size on LGUIEventSystem_GetPointerEventData"); \ +static_assert(offsetof(LGUIEventSystem_GetPointerEventData, pointerID) == 0x000000, "Member 'LGUIEventSystem_GetPointerEventData::pointerID' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_GetPointerEventData, createIfNotExist) == 0x000004, "Member 'LGUIEventSystem_GetPointerEventData::createIfNotExist' has a wrong offset!"); \ +static_assert(offsetof(LGUIEventSystem_GetPointerEventData, ReturnValue) == 0x000008, "Member 'LGUIEventSystem_GetPointerEventData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIEventSystem \ +static_assert(alignof(ULGUIEventSystem) == 0x000008, "Wrong alignment on ULGUIEventSystem"); \ +static_assert(sizeof(ULGUIEventSystem) == 0x000150, "Wrong size on ULGUIEventSystem"); \ +static_assert(offsetof(ULGUIEventSystem, bRayEventEnable) == 0x0000A1, "Member 'ULGUIEventSystem::bRayEventEnable' has a wrong offset!"); \ +static_assert(offsetof(ULGUIEventSystem, pointerEventDataMap) == 0x0000A8, "Member 'ULGUIEventSystem::pointerEventDataMap' has a wrong offset!"); \ +static_assert(offsetof(ULGUIEventSystem, DefaultInputType) == 0x000140, "Member 'ULGUIEventSystem::DefaultInputType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIEventSystem, eventFireTypeForNavigation) == 0x000141, "Member 'ULGUIEventSystem::eventFireTypeForNavigation' has a wrong offset!"); \ +static_assert(offsetof(ULGUIEventSystem, navigateInputInterval) == 0x000144, "Member 'ULGUIEventSystem::navigateInputInterval' has a wrong offset!"); \ +static_assert(offsetof(ULGUIEventSystem, navigateInputIntervalForFirstTime) == 0x000148, "Member 'ULGUIEventSystem::navigateInputIntervalForFirstTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALGUIEventSystemActor \ +static_assert(alignof(ALGUIEventSystemActor) == 0x000008, "Wrong alignment on ALGUIEventSystemActor"); \ +static_assert(sizeof(ALGUIEventSystemActor) == 0x000298, "Wrong size on ALGUIEventSystemActor"); \ +static_assert(offsetof(ALGUIEventSystemActor, EventSystem) == 0x000290, "Member 'ALGUIEventSystemActor::EventSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIFontData_BaseObject \ +static_assert(alignof(ULGUIFontData_BaseObject) == 0x000008, "Wrong alignment on ULGUIFontData_BaseObject"); \ +static_assert(sizeof(ULGUIFontData_BaseObject) == 0x000028, "Wrong size on ULGUIFontData_BaseObject"); \ + +#define DUMPER7_ASSERTS_ULGUIFreeTypeRenderFontData \ +static_assert(alignof(ULGUIFreeTypeRenderFontData) == 0x000008, "Wrong alignment on ULGUIFreeTypeRenderFontData"); \ +static_assert(sizeof(ULGUIFreeTypeRenderFontData) == 0x000110, "Wrong size on ULGUIFreeTypeRenderFontData"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, fontType) == 0x000028, "Member 'ULGUIFreeTypeRenderFontData::fontType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, fontFilePath) == 0x000030, "Member 'ULGUIFreeTypeRenderFontData::fontFilePath' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, useRelativeFilePath) == 0x000040, "Member 'ULGUIFreeTypeRenderFontData::useRelativeFilePath' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, useExternalFileOrEmbedInToUAsset) == 0x000041, "Member 'ULGUIFreeTypeRenderFontData::useExternalFileOrEmbedInToUAsset' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, unrealFont) == 0x000048, "Member 'ULGUIFreeTypeRenderFontData::unrealFont' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, FontFace) == 0x000050, "Member 'ULGUIFreeTypeRenderFontData::FontFace' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, lineHeightType) == 0x000054, "Member 'ULGUIFreeTypeRenderFontData::lineHeightType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, hasKerning) == 0x000055, "Member 'ULGUIFreeTypeRenderFontData::hasKerning' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, initialSize) == 0x000056, "Member 'ULGUIFreeTypeRenderFontData::initialSize' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, rectPackCellSize) == 0x000058, "Member 'ULGUIFreeTypeRenderFontData::rectPackCellSize' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, Texture) == 0x000060, "Member 'ULGUIFreeTypeRenderFontData::Texture' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, fallbackFontArray) == 0x000068, "Member 'ULGUIFreeTypeRenderFontData::fallbackFontArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, renderTextArray) == 0x000078, "Member 'ULGUIFreeTypeRenderFontData::renderTextArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFreeTypeRenderFontData, fontBinaryArray) == 0x000088, "Member 'ULGUIFreeTypeRenderFontData::fontBinaryArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIFontData \ +static_assert(alignof(ULGUIFontData) == 0x000008, "Wrong alignment on ULGUIFontData"); \ +static_assert(sizeof(ULGUIFontData) == 0x000170, "Wrong size on ULGUIFontData"); \ +static_assert(offsetof(ULGUIFontData, italicAngle) == 0x000110, "Member 'ULGUIFontData::italicAngle' has a wrong offset!"); \ +static_assert(offsetof(ULGUIFontData, boldRatio) == 0x000114, "Member 'ULGUIFontData::boldRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_SeekFrame \ +static_assert(alignof(LGUIImageSequencePlayer_SeekFrame) == 0x000004, "Wrong alignment on LGUIImageSequencePlayer_SeekFrame"); \ +static_assert(sizeof(LGUIImageSequencePlayer_SeekFrame) == 0x000004, "Wrong size on LGUIImageSequencePlayer_SeekFrame"); \ +static_assert(offsetof(LGUIImageSequencePlayer_SeekFrame, FrameNumber) == 0x000000, "Member 'LGUIImageSequencePlayer_SeekFrame::FrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_SeekTime \ +static_assert(alignof(LGUIImageSequencePlayer_SeekTime) == 0x000004, "Wrong alignment on LGUIImageSequencePlayer_SeekTime"); \ +static_assert(sizeof(LGUIImageSequencePlayer_SeekTime) == 0x000004, "Wrong size on LGUIImageSequencePlayer_SeekTime"); \ +static_assert(offsetof(LGUIImageSequencePlayer_SeekTime, Time) == 0x000000, "Member 'LGUIImageSequencePlayer_SeekTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_SetFps \ +static_assert(alignof(LGUIImageSequencePlayer_SetFps) == 0x000004, "Wrong alignment on LGUIImageSequencePlayer_SetFps"); \ +static_assert(sizeof(LGUIImageSequencePlayer_SetFps) == 0x000004, "Wrong size on LGUIImageSequencePlayer_SetFps"); \ +static_assert(offsetof(LGUIImageSequencePlayer_SetFps, Value) == 0x000000, "Member 'LGUIImageSequencePlayer_SetFps::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_SetLoop \ +static_assert(alignof(LGUIImageSequencePlayer_SetLoop) == 0x000001, "Wrong alignment on LGUIImageSequencePlayer_SetLoop"); \ +static_assert(sizeof(LGUIImageSequencePlayer_SetLoop) == 0x000001, "Wrong size on LGUIImageSequencePlayer_SetLoop"); \ +static_assert(offsetof(LGUIImageSequencePlayer_SetLoop, Value) == 0x000000, "Member 'LGUIImageSequencePlayer_SetLoop::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_GetDuration \ +static_assert(alignof(LGUIImageSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on LGUIImageSequencePlayer_GetDuration"); \ +static_assert(sizeof(LGUIImageSequencePlayer_GetDuration) == 0x000004, "Wrong size on LGUIImageSequencePlayer_GetDuration"); \ +static_assert(offsetof(LGUIImageSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'LGUIImageSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_GetFps \ +static_assert(alignof(LGUIImageSequencePlayer_GetFps) == 0x000004, "Wrong alignment on LGUIImageSequencePlayer_GetFps"); \ +static_assert(sizeof(LGUIImageSequencePlayer_GetFps) == 0x000004, "Wrong size on LGUIImageSequencePlayer_GetFps"); \ +static_assert(offsetof(LGUIImageSequencePlayer_GetFps, ReturnValue) == 0x000000, "Member 'LGUIImageSequencePlayer_GetFps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_GetIsPlaying \ +static_assert(alignof(LGUIImageSequencePlayer_GetIsPlaying) == 0x000001, "Wrong alignment on LGUIImageSequencePlayer_GetIsPlaying"); \ +static_assert(sizeof(LGUIImageSequencePlayer_GetIsPlaying) == 0x000001, "Wrong size on LGUIImageSequencePlayer_GetIsPlaying"); \ +static_assert(offsetof(LGUIImageSequencePlayer_GetIsPlaying, ReturnValue) == 0x000000, "Member 'LGUIImageSequencePlayer_GetIsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIImageSequencePlayer_GetLoop \ +static_assert(alignof(LGUIImageSequencePlayer_GetLoop) == 0x000001, "Wrong alignment on LGUIImageSequencePlayer_GetLoop"); \ +static_assert(sizeof(LGUIImageSequencePlayer_GetLoop) == 0x000001, "Wrong size on LGUIImageSequencePlayer_GetLoop"); \ +static_assert(offsetof(LGUIImageSequencePlayer_GetLoop, ReturnValue) == 0x000000, "Member 'LGUIImageSequencePlayer_GetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIImageSequencePlayer \ +static_assert(alignof(ULGUIImageSequencePlayer) == 0x000008, "Wrong alignment on ULGUIImageSequencePlayer"); \ +static_assert(sizeof(ULGUIImageSequencePlayer) == 0x0000C8, "Wrong size on ULGUIImageSequencePlayer"); \ +static_assert(offsetof(ULGUIImageSequencePlayer, FPS) == 0x0000A8, "Member 'ULGUIImageSequencePlayer::FPS' has a wrong offset!"); \ +static_assert(offsetof(ULGUIImageSequencePlayer, Loop) == 0x0000AC, "Member 'ULGUIImageSequencePlayer::Loop' has a wrong offset!"); \ +static_assert(offsetof(ULGUIImageSequencePlayer, playOnStart) == 0x0000AD, "Member 'ULGUIImageSequencePlayer::playOnStart' has a wrong offset!"); \ +static_assert(offsetof(ULGUIImageSequencePlayer, affectByGamePause) == 0x0000AE, "Member 'ULGUIImageSequencePlayer::affectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(ULGUIImageSequencePlayer, affectByTimeDilation) == 0x0000AF, "Member 'ULGUIImageSequencePlayer::affectByTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy) == 0x000001, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy) == 0x000001, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy, activeOrInactive) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIActiveInHierarchy::activeOrInactive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy) == 0x000010, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy, Child) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy::Child' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy, ativeOrInactive) == 0x000008, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildAcitveInHierarchy::ativeOrInactive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged) == 0x000010, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged, Child) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged::Child' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged, attachOrDetach) == 0x000008, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildAttachmentChanged::attachOrDetach' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged) == 0x000010, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged, Child) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged::Child' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged, horizontalPositionChanged) == 0x000008, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged::horizontalPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged, verticalPositionChanged) == 0x000009, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged::verticalPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged, widthChanged) == 0x00000A, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged::widthChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged, heightChanged) == 0x00000B, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildDimensionsChanged::heightChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged) == 0x000008, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged, Child) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIChildHierarchyIndexChanged::Child' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged) == 0x000001, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged) == 0x000004, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged, horizontalPositionChanged) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged::horizontalPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged, verticalPositionChanged) == 0x000001, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged::verticalPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged, widthChanged) == 0x000002, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged::widthChanged' has a wrong offset!"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged, heightChanged) == 0x000003, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIDimensionsChanged::heightChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged \ +static_assert(alignof(LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged) == 0x000001, "Wrong alignment on LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged) == 0x000001, "Wrong size on LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged, interactableOrNot) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_ReceiveOnUIInteractionStateChanged::interactableOrNot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_CheckRootUIComponent \ +static_assert(alignof(LGUILifeCycleUIBehaviour_CheckRootUIComponent) == 0x000001, "Wrong alignment on LGUILifeCycleUIBehaviour_CheckRootUIComponent"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_CheckRootUIComponent) == 0x000001, "Wrong size on LGUILifeCycleUIBehaviour_CheckRootUIComponent"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_CheckRootUIComponent, ReturnValue) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_CheckRootUIComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_GetRootComponent \ +static_assert(alignof(LGUILifeCycleUIBehaviour_GetRootComponent) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_GetRootComponent"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_GetRootComponent) == 0x000008, "Wrong size on LGUILifeCycleUIBehaviour_GetRootComponent"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_GetRootComponent, ReturnValue) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_GetRootComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUILifeCycleUIBehaviour_GetRootUIComponent \ +static_assert(alignof(LGUILifeCycleUIBehaviour_GetRootUIComponent) == 0x000008, "Wrong alignment on LGUILifeCycleUIBehaviour_GetRootUIComponent"); \ +static_assert(sizeof(LGUILifeCycleUIBehaviour_GetRootUIComponent) == 0x000008, "Wrong size on LGUILifeCycleUIBehaviour_GetRootUIComponent"); \ +static_assert(offsetof(LGUILifeCycleUIBehaviour_GetRootUIComponent, ReturnValue) == 0x000000, "Member 'LGUILifeCycleUIBehaviour_GetRootUIComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUILifeCycleUIBehaviour \ +static_assert(alignof(ULGUILifeCycleUIBehaviour) == 0x000008, "Wrong alignment on ULGUILifeCycleUIBehaviour"); \ +static_assert(sizeof(ULGUILifeCycleUIBehaviour) == 0x0000E0, "Wrong size on ULGUILifeCycleUIBehaviour"); \ +static_assert(offsetof(ULGUILifeCycleUIBehaviour, RootUIComp) == 0x0000D8, "Member 'ULGUILifeCycleUIBehaviour::RootUIComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIEditorManagerObject \ +static_assert(alignof(ULGUIEditorManagerObject) == 0x000008, "Wrong alignment on ULGUIEditorManagerObject"); \ +static_assert(sizeof(ULGUIEditorManagerObject) == 0x000030, "Wrong size on ULGUIEditorManagerObject"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_ForceUpdateLayout \ +static_assert(alignof(LGUIManagerWorldSubsystem_ForceUpdateLayout) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_ForceUpdateLayout"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_ForceUpdateLayout) == 0x000008, "Wrong size on LGUIManagerWorldSubsystem_ForceUpdateLayout"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_ForceUpdateLayout, WorldContextObject) == 0x000000, "Member 'LGUIManagerWorldSubsystem_ForceUpdateLayout::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_RebuildLayout \ +static_assert(alignof(LGUIManagerWorldSubsystem_RebuildLayout) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_RebuildLayout"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_RebuildLayout) == 0x000008, "Wrong size on LGUIManagerWorldSubsystem_RebuildLayout"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_RebuildLayout, InItem) == 0x000000, "Member 'LGUIManagerWorldSubsystem_RebuildLayout::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent \ +static_assert(alignof(LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent) == 0x000010, "Wrong size on LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent, InItem) == 0x000000, "Member 'LGUIManagerWorldSubsystem_RegisterLGUICultureChangedEvent::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_RegisterLGUILayout \ +static_assert(alignof(LGUIManagerWorldSubsystem_RegisterLGUILayout) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_RegisterLGUILayout"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_RegisterLGUILayout) == 0x000010, "Wrong size on LGUIManagerWorldSubsystem_RegisterLGUILayout"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_RegisterLGUILayout, InItem) == 0x000000, "Member 'LGUIManagerWorldSubsystem_RegisterLGUILayout::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent \ +static_assert(alignof(LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent) == 0x000010, "Wrong size on LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent, InItem) == 0x000000, "Member 'LGUIManagerWorldSubsystem_UnregisterLGUICultureChangedEvent::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIManagerWorldSubsystem_UnregisterLGUILayout \ +static_assert(alignof(LGUIManagerWorldSubsystem_UnregisterLGUILayout) == 0x000008, "Wrong alignment on LGUIManagerWorldSubsystem_UnregisterLGUILayout"); \ +static_assert(sizeof(LGUIManagerWorldSubsystem_UnregisterLGUILayout) == 0x000010, "Wrong size on LGUIManagerWorldSubsystem_UnregisterLGUILayout"); \ +static_assert(offsetof(LGUIManagerWorldSubsystem_UnregisterLGUILayout, InItem) == 0x000000, "Member 'LGUIManagerWorldSubsystem_UnregisterLGUILayout::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIManagerWorldSubsystem \ +static_assert(alignof(ULGUIManagerWorldSubsystem) == 0x000008, "Wrong alignment on ULGUIManagerWorldSubsystem"); \ +static_assert(sizeof(ULGUIManagerWorldSubsystem) == 0x000190, "Wrong size on ULGUIManagerWorldSubsystem"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, AllRootUIItemArray) == 0x000040, "Member 'ULGUIManagerWorldSubsystem::AllRootUIItemArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, ScreenSpaceCanvasArray) == 0x000050, "Member 'ULGUIManagerWorldSubsystem::ScreenSpaceCanvasArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, WorldSpaceUECanvasArray) == 0x000060, "Member 'ULGUIManagerWorldSubsystem::WorldSpaceUECanvasArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, WorldSpaceLGUICanvasArray) == 0x000070, "Member 'ULGUIManagerWorldSubsystem::WorldSpaceLGUICanvasArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, RenderTargetSpaceLGUICanvasArray) == 0x000080, "Member 'ULGUIManagerWorldSubsystem::RenderTargetSpaceLGUICanvasArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, AllRaycasterArray) == 0x000090, "Member 'ULGUIManagerWorldSubsystem::AllRaycasterArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, CurrentInputModule) == 0x0000A0, "Member 'ULGUIManagerWorldSubsystem::CurrentInputModule' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, AllSelectableArray) == 0x0000A8, "Member 'ULGUIManagerWorldSubsystem::AllSelectableArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, AllLayoutArray) == 0x0000B8, "Member 'ULGUIManagerWorldSubsystem::AllLayoutArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, AllCultureChangedArray) == 0x0000C8, "Member 'ULGUIManagerWorldSubsystem::AllCultureChangedArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, LGUILifeCycleBehavioursForUpdate) == 0x0000E0, "Member 'ULGUIManagerWorldSubsystem::LGUILifeCycleBehavioursForUpdate' has a wrong offset!"); \ +static_assert(offsetof(ULGUIManagerWorldSubsystem, LGUILifeCycleBehavioursForStart) == 0x0000F0, "Member 'ULGUIManagerWorldSubsystem::LGUILifeCycleBehavioursForStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIMeshComponent \ +static_assert(alignof(ULGUIMeshComponent) == 0x000010, "Wrong alignment on ULGUIMeshComponent"); \ +static_assert(sizeof(ULGUIMeshComponent) == 0x0005A0, "Wrong size on ULGUIMeshComponent"); \ + +#define DUMPER7_ASSERTS_LGUINavigationInterface_OnNavigate \ +static_assert(alignof(LGUINavigationInterface_OnNavigate) == 0x000008, "Wrong alignment on LGUINavigationInterface_OnNavigate"); \ +static_assert(sizeof(LGUINavigationInterface_OnNavigate) == 0x000020, "Wrong size on LGUINavigationInterface_OnNavigate"); \ +static_assert(offsetof(LGUINavigationInterface_OnNavigate, Direction) == 0x000000, "Member 'LGUINavigationInterface_OnNavigate::Direction' has a wrong offset!"); \ +static_assert(offsetof(LGUINavigationInterface_OnNavigate, Result) == 0x000008, "Member 'LGUINavigationInterface_OnNavigate::Result' has a wrong offset!"); \ +static_assert(offsetof(LGUINavigationInterface_OnNavigate, ReturnValue) == 0x000018, "Member 'LGUINavigationInterface_OnNavigate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUINavigationInterface \ +static_assert(alignof(ILGUINavigationInterface) == 0x000001, "Wrong alignment on ILGUINavigationInterface"); \ +static_assert(sizeof(ILGUINavigationInterface) == 0x000001, "Wrong size on ILGUINavigationInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTween_RegisterOnComplete \ +static_assert(alignof(LGUIPlayTween_RegisterOnComplete) == 0x000008, "Wrong alignment on LGUIPlayTween_RegisterOnComplete"); \ +static_assert(sizeof(LGUIPlayTween_RegisterOnComplete) == 0x000018, "Wrong size on LGUIPlayTween_RegisterOnComplete"); \ +static_assert(offsetof(LGUIPlayTween_RegisterOnComplete, InDelegate) == 0x000000, "Member 'LGUIPlayTween_RegisterOnComplete::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIPlayTween_RegisterOnComplete, ReturnValue) == 0x000010, "Member 'LGUIPlayTween_RegisterOnComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTween_RegisterOnCycleComplete \ +static_assert(alignof(LGUIPlayTween_RegisterOnCycleComplete) == 0x000008, "Wrong alignment on LGUIPlayTween_RegisterOnCycleComplete"); \ +static_assert(sizeof(LGUIPlayTween_RegisterOnCycleComplete) == 0x000018, "Wrong size on LGUIPlayTween_RegisterOnCycleComplete"); \ +static_assert(offsetof(LGUIPlayTween_RegisterOnCycleComplete, InDelegate) == 0x000000, "Member 'LGUIPlayTween_RegisterOnCycleComplete::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIPlayTween_RegisterOnCycleComplete, ReturnValue) == 0x000010, "Member 'LGUIPlayTween_RegisterOnCycleComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTween_UnregisterOnComplete \ +static_assert(alignof(LGUIPlayTween_UnregisterOnComplete) == 0x000008, "Wrong alignment on LGUIPlayTween_UnregisterOnComplete"); \ +static_assert(sizeof(LGUIPlayTween_UnregisterOnComplete) == 0x000008, "Wrong size on LGUIPlayTween_UnregisterOnComplete"); \ +static_assert(offsetof(LGUIPlayTween_UnregisterOnComplete, InDelegateHandle) == 0x000000, "Member 'LGUIPlayTween_UnregisterOnComplete::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTween_UnregisterOnCycleComplete \ +static_assert(alignof(LGUIPlayTween_UnregisterOnCycleComplete) == 0x000008, "Wrong alignment on LGUIPlayTween_UnregisterOnCycleComplete"); \ +static_assert(sizeof(LGUIPlayTween_UnregisterOnCycleComplete) == 0x000008, "Wrong size on LGUIPlayTween_UnregisterOnCycleComplete"); \ +static_assert(offsetof(LGUIPlayTween_UnregisterOnCycleComplete, InDelegateHandle) == 0x000000, "Member 'LGUIPlayTween_UnregisterOnCycleComplete::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTween_GetTweener \ +static_assert(alignof(LGUIPlayTween_GetTweener) == 0x000008, "Wrong alignment on LGUIPlayTween_GetTweener"); \ +static_assert(sizeof(LGUIPlayTween_GetTweener) == 0x000008, "Wrong size on LGUIPlayTween_GetTweener"); \ +static_assert(offsetof(LGUIPlayTween_GetTweener, ReturnValue) == 0x000000, "Member 'LGUIPlayTween_GetTweener::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween \ +static_assert(alignof(ULGUIPlayTween) == 0x000008, "Wrong alignment on ULGUIPlayTween"); \ +static_assert(sizeof(ULGUIPlayTween) == 0x0000E8, "Wrong size on ULGUIPlayTween"); \ +static_assert(offsetof(ULGUIPlayTween, loopType) == 0x000028, "Member 'ULGUIPlayTween::loopType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, LoopCount) == 0x00002C, "Member 'ULGUIPlayTween::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, easetype) == 0x000030, "Member 'ULGUIPlayTween::easetype' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, easeCurve) == 0x000038, "Member 'ULGUIPlayTween::easeCurve' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, Duration) == 0x000040, "Member 'ULGUIPlayTween::Duration' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, StartDelay) == 0x000044, "Member 'ULGUIPlayTween::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, OnStart) == 0x000048, "Member 'ULGUIPlayTween::OnStart' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, onUpdateProgress) == 0x000060, "Member 'ULGUIPlayTween::onUpdateProgress' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, OnComplete) == 0x000078, "Member 'ULGUIPlayTween::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, OnCycleComplete) == 0x000090, "Member 'ULGUIPlayTween::OnCycleComplete' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, affectByGamePause) == 0x0000A8, "Member 'ULGUIPlayTween::affectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, affectByTimeDilation) == 0x0000A9, "Member 'ULGUIPlayTween::affectByTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween, tweener) == 0x0000B0, "Member 'ULGUIPlayTween::tweener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTweenComponent_GetPlayTween \ +static_assert(alignof(LGUIPlayTweenComponent_GetPlayTween) == 0x000008, "Wrong alignment on LGUIPlayTweenComponent_GetPlayTween"); \ +static_assert(sizeof(LGUIPlayTweenComponent_GetPlayTween) == 0x000008, "Wrong size on LGUIPlayTweenComponent_GetPlayTween"); \ +static_assert(offsetof(LGUIPlayTweenComponent_GetPlayTween, ReturnValue) == 0x000000, "Member 'LGUIPlayTweenComponent_GetPlayTween::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTweenComponent \ +static_assert(alignof(ULGUIPlayTweenComponent) == 0x000008, "Wrong alignment on ULGUIPlayTweenComponent"); \ +static_assert(sizeof(ULGUIPlayTweenComponent) == 0x0000B8, "Wrong size on ULGUIPlayTweenComponent"); \ +static_assert(offsetof(ULGUIPlayTweenComponent, playOnStart) == 0x0000A8, "Member 'ULGUIPlayTweenComponent::playOnStart' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTweenComponent, playTween) == 0x0000B0, "Member 'ULGUIPlayTweenComponent::playTween' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTweenSequenceComponent_RegisterOnComplete \ +static_assert(alignof(LGUIPlayTweenSequenceComponent_RegisterOnComplete) == 0x000008, "Wrong alignment on LGUIPlayTweenSequenceComponent_RegisterOnComplete"); \ +static_assert(sizeof(LGUIPlayTweenSequenceComponent_RegisterOnComplete) == 0x000018, "Wrong size on LGUIPlayTweenSequenceComponent_RegisterOnComplete"); \ +static_assert(offsetof(LGUIPlayTweenSequenceComponent_RegisterOnComplete, InDelegate) == 0x000000, "Member 'LGUIPlayTweenSequenceComponent_RegisterOnComplete::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(LGUIPlayTweenSequenceComponent_RegisterOnComplete, ReturnValue) == 0x000010, "Member 'LGUIPlayTweenSequenceComponent_RegisterOnComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPlayTweenSequenceComponent_UnregisterOnComplete \ +static_assert(alignof(LGUIPlayTweenSequenceComponent_UnregisterOnComplete) == 0x000008, "Wrong alignment on LGUIPlayTweenSequenceComponent_UnregisterOnComplete"); \ +static_assert(sizeof(LGUIPlayTweenSequenceComponent_UnregisterOnComplete) == 0x000008, "Wrong size on LGUIPlayTweenSequenceComponent_UnregisterOnComplete"); \ +static_assert(offsetof(LGUIPlayTweenSequenceComponent_UnregisterOnComplete, InDelegateHandle) == 0x000000, "Member 'LGUIPlayTweenSequenceComponent_UnregisterOnComplete::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTweenSequenceComponent \ +static_assert(alignof(ULGUIPlayTweenSequenceComponent) == 0x000008, "Wrong alignment on ULGUIPlayTweenSequenceComponent"); \ +static_assert(sizeof(ULGUIPlayTweenSequenceComponent) == 0x000100, "Wrong size on ULGUIPlayTweenSequenceComponent"); \ +static_assert(offsetof(ULGUIPlayTweenSequenceComponent, playOnStart) == 0x0000A8, "Member 'ULGUIPlayTweenSequenceComponent::playOnStart' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTweenSequenceComponent, bPlayNextWhenCycleComplete) == 0x0000A9, "Member 'ULGUIPlayTweenSequenceComponent::bPlayNextWhenCycleComplete' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTweenSequenceComponent, playTweenArray) == 0x0000B0, "Member 'ULGUIPlayTweenSequenceComponent::playTweenArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTweenSequenceComponent, OnComplete) == 0x0000C0, "Member 'ULGUIPlayTweenSequenceComponent::OnComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Float \ +static_assert(alignof(ULGUIPlayTween_Float) == 0x000008, "Wrong alignment on ULGUIPlayTween_Float"); \ +static_assert(sizeof(ULGUIPlayTween_Float) == 0x000108, "Wrong size on ULGUIPlayTween_Float"); \ +static_assert(offsetof(ULGUIPlayTween_Float, From) == 0x0000E8, "Member 'ULGUIPlayTween_Float::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Float, To) == 0x0000EC, "Member 'ULGUIPlayTween_Float::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Float, onUpdateValue) == 0x0000F0, "Member 'ULGUIPlayTween_Float::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Double \ +static_assert(alignof(ULGUIPlayTween_Double) == 0x000008, "Wrong alignment on ULGUIPlayTween_Double"); \ +static_assert(sizeof(ULGUIPlayTween_Double) == 0x000110, "Wrong size on ULGUIPlayTween_Double"); \ +static_assert(offsetof(ULGUIPlayTween_Double, From) == 0x0000E8, "Member 'ULGUIPlayTween_Double::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Double, To) == 0x0000F0, "Member 'ULGUIPlayTween_Double::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Double, onUpdateValue) == 0x0000F8, "Member 'ULGUIPlayTween_Double::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Color \ +static_assert(alignof(ULGUIPlayTween_Color) == 0x000008, "Wrong alignment on ULGUIPlayTween_Color"); \ +static_assert(sizeof(ULGUIPlayTween_Color) == 0x000108, "Wrong size on ULGUIPlayTween_Color"); \ +static_assert(offsetof(ULGUIPlayTween_Color, From) == 0x0000E8, "Member 'ULGUIPlayTween_Color::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Color, To) == 0x0000EC, "Member 'ULGUIPlayTween_Color::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Color, onUpdateValue) == 0x0000F0, "Member 'ULGUIPlayTween_Color::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Int \ +static_assert(alignof(ULGUIPlayTween_Int) == 0x000008, "Wrong alignment on ULGUIPlayTween_Int"); \ +static_assert(sizeof(ULGUIPlayTween_Int) == 0x000108, "Wrong size on ULGUIPlayTween_Int"); \ +static_assert(offsetof(ULGUIPlayTween_Int, From) == 0x0000E8, "Member 'ULGUIPlayTween_Int::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Int, To) == 0x0000EC, "Member 'ULGUIPlayTween_Int::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Int, onUpdateValue) == 0x0000F0, "Member 'ULGUIPlayTween_Int::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_LinearColor \ +static_assert(alignof(ULGUIPlayTween_LinearColor) == 0x000008, "Wrong alignment on ULGUIPlayTween_LinearColor"); \ +static_assert(sizeof(ULGUIPlayTween_LinearColor) == 0x000120, "Wrong size on ULGUIPlayTween_LinearColor"); \ +static_assert(offsetof(ULGUIPlayTween_LinearColor, From) == 0x0000E8, "Member 'ULGUIPlayTween_LinearColor::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_LinearColor, To) == 0x0000F8, "Member 'ULGUIPlayTween_LinearColor::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_LinearColor, onUpdateValue) == 0x000108, "Member 'ULGUIPlayTween_LinearColor::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Quaternion \ +static_assert(alignof(ULGUIPlayTween_Quaternion) == 0x000010, "Wrong alignment on ULGUIPlayTween_Quaternion"); \ +static_assert(sizeof(ULGUIPlayTween_Quaternion) == 0x000150, "Wrong size on ULGUIPlayTween_Quaternion"); \ +static_assert(offsetof(ULGUIPlayTween_Quaternion, From) == 0x0000F0, "Member 'ULGUIPlayTween_Quaternion::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Quaternion, To) == 0x000110, "Member 'ULGUIPlayTween_Quaternion::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Quaternion, onUpdateValue) == 0x000130, "Member 'ULGUIPlayTween_Quaternion::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Rotator \ +static_assert(alignof(ULGUIPlayTween_Rotator) == 0x000008, "Wrong alignment on ULGUIPlayTween_Rotator"); \ +static_assert(sizeof(ULGUIPlayTween_Rotator) == 0x000130, "Wrong size on ULGUIPlayTween_Rotator"); \ +static_assert(offsetof(ULGUIPlayTween_Rotator, From) == 0x0000E8, "Member 'ULGUIPlayTween_Rotator::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Rotator, To) == 0x000100, "Member 'ULGUIPlayTween_Rotator::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Rotator, onUpdateValue) == 0x000118, "Member 'ULGUIPlayTween_Rotator::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Vector2 \ +static_assert(alignof(ULGUIPlayTween_Vector2) == 0x000008, "Wrong alignment on ULGUIPlayTween_Vector2"); \ +static_assert(sizeof(ULGUIPlayTween_Vector2) == 0x000120, "Wrong size on ULGUIPlayTween_Vector2"); \ +static_assert(offsetof(ULGUIPlayTween_Vector2, From) == 0x0000E8, "Member 'ULGUIPlayTween_Vector2::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector2, To) == 0x0000F8, "Member 'ULGUIPlayTween_Vector2::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector2, onUpdateValue) == 0x000108, "Member 'ULGUIPlayTween_Vector2::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Vector3 \ +static_assert(alignof(ULGUIPlayTween_Vector3) == 0x000008, "Wrong alignment on ULGUIPlayTween_Vector3"); \ +static_assert(sizeof(ULGUIPlayTween_Vector3) == 0x000130, "Wrong size on ULGUIPlayTween_Vector3"); \ +static_assert(offsetof(ULGUIPlayTween_Vector3, From) == 0x0000E8, "Member 'ULGUIPlayTween_Vector3::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector3, To) == 0x000100, "Member 'ULGUIPlayTween_Vector3::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector3, onUpdateValue) == 0x000118, "Member 'ULGUIPlayTween_Vector3::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPlayTween_Vector4 \ +static_assert(alignof(ULGUIPlayTween_Vector4) == 0x000010, "Wrong alignment on ULGUIPlayTween_Vector4"); \ +static_assert(sizeof(ULGUIPlayTween_Vector4) == 0x000150, "Wrong size on ULGUIPlayTween_Vector4"); \ +static_assert(offsetof(ULGUIPlayTween_Vector4, From) == 0x0000F0, "Member 'ULGUIPlayTween_Vector4::From' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector4, To) == 0x000110, "Member 'ULGUIPlayTween_Vector4::To' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPlayTween_Vector4, onUpdateValue) == 0x000130, "Member 'ULGUIPlayTween_Vector4::onUpdateValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerClickInterface_OnPointerClick \ +static_assert(alignof(LGUIPointerClickInterface_OnPointerClick) == 0x000008, "Wrong alignment on LGUIPointerClickInterface_OnPointerClick"); \ +static_assert(sizeof(LGUIPointerClickInterface_OnPointerClick) == 0x000010, "Wrong size on LGUIPointerClickInterface_OnPointerClick"); \ +static_assert(offsetof(LGUIPointerClickInterface_OnPointerClick, EventData) == 0x000000, "Member 'LGUIPointerClickInterface_OnPointerClick::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerClickInterface_OnPointerClick, ReturnValue) == 0x000008, "Member 'LGUIPointerClickInterface_OnPointerClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerClickInterface \ +static_assert(alignof(ILGUIPointerClickInterface) == 0x000001, "Wrong alignment on ILGUIPointerClickInterface"); \ +static_assert(sizeof(ILGUIPointerClickInterface) == 0x000001, "Wrong size on ILGUIPointerClickInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDownUpInterface_OnPointerDown \ +static_assert(alignof(LGUIPointerDownUpInterface_OnPointerDown) == 0x000008, "Wrong alignment on LGUIPointerDownUpInterface_OnPointerDown"); \ +static_assert(sizeof(LGUIPointerDownUpInterface_OnPointerDown) == 0x000010, "Wrong size on LGUIPointerDownUpInterface_OnPointerDown"); \ +static_assert(offsetof(LGUIPointerDownUpInterface_OnPointerDown, EventData) == 0x000000, "Member 'LGUIPointerDownUpInterface_OnPointerDown::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDownUpInterface_OnPointerDown, ReturnValue) == 0x000008, "Member 'LGUIPointerDownUpInterface_OnPointerDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDownUpInterface_OnPointerUp \ +static_assert(alignof(LGUIPointerDownUpInterface_OnPointerUp) == 0x000008, "Wrong alignment on LGUIPointerDownUpInterface_OnPointerUp"); \ +static_assert(sizeof(LGUIPointerDownUpInterface_OnPointerUp) == 0x000010, "Wrong size on LGUIPointerDownUpInterface_OnPointerUp"); \ +static_assert(offsetof(LGUIPointerDownUpInterface_OnPointerUp, EventData) == 0x000000, "Member 'LGUIPointerDownUpInterface_OnPointerUp::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDownUpInterface_OnPointerUp, ReturnValue) == 0x000008, "Member 'LGUIPointerDownUpInterface_OnPointerUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerDownUpInterface \ +static_assert(alignof(ILGUIPointerDownUpInterface) == 0x000001, "Wrong alignment on ILGUIPointerDownUpInterface"); \ +static_assert(sizeof(ILGUIPointerDownUpInterface) == 0x000001, "Wrong size on ILGUIPointerDownUpInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDragDropInterface_OnPointerDragDrop \ +static_assert(alignof(LGUIPointerDragDropInterface_OnPointerDragDrop) == 0x000008, "Wrong alignment on LGUIPointerDragDropInterface_OnPointerDragDrop"); \ +static_assert(sizeof(LGUIPointerDragDropInterface_OnPointerDragDrop) == 0x000010, "Wrong size on LGUIPointerDragDropInterface_OnPointerDragDrop"); \ +static_assert(offsetof(LGUIPointerDragDropInterface_OnPointerDragDrop, EventData) == 0x000000, "Member 'LGUIPointerDragDropInterface_OnPointerDragDrop::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDragDropInterface_OnPointerDragDrop, ReturnValue) == 0x000008, "Member 'LGUIPointerDragDropInterface_OnPointerDragDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerDragDropInterface \ +static_assert(alignof(ILGUIPointerDragDropInterface) == 0x000001, "Wrong alignment on ILGUIPointerDragDropInterface"); \ +static_assert(sizeof(ILGUIPointerDragDropInterface) == 0x000001, "Wrong size on ILGUIPointerDragDropInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDragInterface_OnPointerBeginDrag \ +static_assert(alignof(LGUIPointerDragInterface_OnPointerBeginDrag) == 0x000008, "Wrong alignment on LGUIPointerDragInterface_OnPointerBeginDrag"); \ +static_assert(sizeof(LGUIPointerDragInterface_OnPointerBeginDrag) == 0x000010, "Wrong size on LGUIPointerDragInterface_OnPointerBeginDrag"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerBeginDrag, EventData) == 0x000000, "Member 'LGUIPointerDragInterface_OnPointerBeginDrag::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerBeginDrag, ReturnValue) == 0x000008, "Member 'LGUIPointerDragInterface_OnPointerBeginDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDragInterface_OnPointerDrag \ +static_assert(alignof(LGUIPointerDragInterface_OnPointerDrag) == 0x000008, "Wrong alignment on LGUIPointerDragInterface_OnPointerDrag"); \ +static_assert(sizeof(LGUIPointerDragInterface_OnPointerDrag) == 0x000010, "Wrong size on LGUIPointerDragInterface_OnPointerDrag"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerDrag, EventData) == 0x000000, "Member 'LGUIPointerDragInterface_OnPointerDrag::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerDrag, ReturnValue) == 0x000008, "Member 'LGUIPointerDragInterface_OnPointerDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerDragInterface_OnPointerEndDrag \ +static_assert(alignof(LGUIPointerDragInterface_OnPointerEndDrag) == 0x000008, "Wrong alignment on LGUIPointerDragInterface_OnPointerEndDrag"); \ +static_assert(sizeof(LGUIPointerDragInterface_OnPointerEndDrag) == 0x000010, "Wrong size on LGUIPointerDragInterface_OnPointerEndDrag"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerEndDrag, EventData) == 0x000000, "Member 'LGUIPointerDragInterface_OnPointerEndDrag::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerDragInterface_OnPointerEndDrag, ReturnValue) == 0x000008, "Member 'LGUIPointerDragInterface_OnPointerEndDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerDragInterface \ +static_assert(alignof(ILGUIPointerDragInterface) == 0x000001, "Wrong alignment on ILGUIPointerDragInterface"); \ +static_assert(sizeof(ILGUIPointerDragInterface) == 0x000001, "Wrong size on ILGUIPointerDragInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEnterExitInterface_OnPointerEnter \ +static_assert(alignof(LGUIPointerEnterExitInterface_OnPointerEnter) == 0x000008, "Wrong alignment on LGUIPointerEnterExitInterface_OnPointerEnter"); \ +static_assert(sizeof(LGUIPointerEnterExitInterface_OnPointerEnter) == 0x000010, "Wrong size on LGUIPointerEnterExitInterface_OnPointerEnter"); \ +static_assert(offsetof(LGUIPointerEnterExitInterface_OnPointerEnter, EventData) == 0x000000, "Member 'LGUIPointerEnterExitInterface_OnPointerEnter::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerEnterExitInterface_OnPointerEnter, ReturnValue) == 0x000008, "Member 'LGUIPointerEnterExitInterface_OnPointerEnter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEnterExitInterface_OnPointerExit \ +static_assert(alignof(LGUIPointerEnterExitInterface_OnPointerExit) == 0x000008, "Wrong alignment on LGUIPointerEnterExitInterface_OnPointerExit"); \ +static_assert(sizeof(LGUIPointerEnterExitInterface_OnPointerExit) == 0x000010, "Wrong size on LGUIPointerEnterExitInterface_OnPointerExit"); \ +static_assert(offsetof(LGUIPointerEnterExitInterface_OnPointerExit, EventData) == 0x000000, "Member 'LGUIPointerEnterExitInterface_OnPointerExit::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerEnterExitInterface_OnPointerExit, ReturnValue) == 0x000008, "Member 'LGUIPointerEnterExitInterface_OnPointerExit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerEnterExitInterface \ +static_assert(alignof(ILGUIPointerEnterExitInterface) == 0x000001, "Wrong alignment on ILGUIPointerEnterExitInterface"); \ +static_assert(sizeof(ILGUIPointerEnterExitInterface) == 0x000001, "Wrong size on ILGUIPointerEnterExitInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_IsPointerOverUI \ +static_assert(alignof(LGUIPointerEventData_IsPointerOverUI) == 0x000001, "Wrong alignment on LGUIPointerEventData_IsPointerOverUI"); \ +static_assert(sizeof(LGUIPointerEventData_IsPointerOverUI) == 0x000001, "Wrong size on LGUIPointerEventData_IsPointerOverUI"); \ +static_assert(offsetof(LGUIPointerEventData_IsPointerOverUI, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_IsPointerOverUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_SetHighlightedComponentForNavigation \ +static_assert(alignof(LGUIPointerEventData_SetHighlightedComponentForNavigation) == 0x000008, "Wrong alignment on LGUIPointerEventData_SetHighlightedComponentForNavigation"); \ +static_assert(sizeof(LGUIPointerEventData_SetHighlightedComponentForNavigation) == 0x000008, "Wrong size on LGUIPointerEventData_SetHighlightedComponentForNavigation"); \ +static_assert(offsetof(LGUIPointerEventData_SetHighlightedComponentForNavigation, InComp) == 0x000000, "Member 'LGUIPointerEventData_SetHighlightedComponentForNavigation::InComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetCumulativeMoveDelta \ +static_assert(alignof(LGUIPointerEventData_GetCumulativeMoveDelta) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetCumulativeMoveDelta"); \ +static_assert(sizeof(LGUIPointerEventData_GetCumulativeMoveDelta) == 0x000018, "Wrong size on LGUIPointerEventData_GetCumulativeMoveDelta"); \ +static_assert(offsetof(LGUIPointerEventData_GetCumulativeMoveDelta, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetCumulativeMoveDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetDragRayDirection \ +static_assert(alignof(LGUIPointerEventData_GetDragRayDirection) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetDragRayDirection"); \ +static_assert(sizeof(LGUIPointerEventData_GetDragRayDirection) == 0x000018, "Wrong size on LGUIPointerEventData_GetDragRayDirection"); \ +static_assert(offsetof(LGUIPointerEventData_GetDragRayDirection, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetDragRayDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetDragRayOrigin \ +static_assert(alignof(LGUIPointerEventData_GetDragRayOrigin) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetDragRayOrigin"); \ +static_assert(sizeof(LGUIPointerEventData_GetDragRayOrigin) == 0x000018, "Wrong size on LGUIPointerEventData_GetDragRayOrigin"); \ +static_assert(offsetof(LGUIPointerEventData_GetDragRayOrigin, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetDragRayOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetHighlightedComponentForNavigation \ +static_assert(alignof(LGUIPointerEventData_GetHighlightedComponentForNavigation) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetHighlightedComponentForNavigation"); \ +static_assert(sizeof(LGUIPointerEventData_GetHighlightedComponentForNavigation) == 0x000008, "Wrong size on LGUIPointerEventData_GetHighlightedComponentForNavigation"); \ +static_assert(offsetof(LGUIPointerEventData_GetHighlightedComponentForNavigation, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetHighlightedComponentForNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetLocalPointInPlane \ +static_assert(alignof(LGUIPointerEventData_GetLocalPointInPlane) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetLocalPointInPlane"); \ +static_assert(sizeof(LGUIPointerEventData_GetLocalPointInPlane) == 0x000018, "Wrong size on LGUIPointerEventData_GetLocalPointInPlane"); \ +static_assert(offsetof(LGUIPointerEventData_GetLocalPointInPlane, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetLocalPointInPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetWorldPointInPlane \ +static_assert(alignof(LGUIPointerEventData_GetWorldPointInPlane) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetWorldPointInPlane"); \ +static_assert(sizeof(LGUIPointerEventData_GetWorldPointInPlane) == 0x000018, "Wrong size on LGUIPointerEventData_GetWorldPointInPlane"); \ +static_assert(offsetof(LGUIPointerEventData_GetWorldPointInPlane, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetWorldPointInPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerEventData_GetWorldPointSpherical \ +static_assert(alignof(LGUIPointerEventData_GetWorldPointSpherical) == 0x000008, "Wrong alignment on LGUIPointerEventData_GetWorldPointSpherical"); \ +static_assert(sizeof(LGUIPointerEventData_GetWorldPointSpherical) == 0x000018, "Wrong size on LGUIPointerEventData_GetWorldPointSpherical"); \ +static_assert(offsetof(LGUIPointerEventData_GetWorldPointSpherical, ReturnValue) == 0x000000, "Member 'LGUIPointerEventData_GetWorldPointSpherical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPointerEventData \ +static_assert(alignof(ULGUIPointerEventData) == 0x000010, "Wrong alignment on ULGUIPointerEventData"); \ +static_assert(sizeof(ULGUIPointerEventData) == 0x000210, "Wrong size on ULGUIPointerEventData"); \ +static_assert(offsetof(ULGUIPointerEventData, InputType) == 0x000038, "Member 'ULGUIPointerEventData::InputType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pointerID) == 0x00003C, "Member 'ULGUIPointerEventData::pointerID' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pointerPosition) == 0x000040, "Member 'ULGUIPointerEventData::pointerPosition' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressPointerPosition) == 0x000058, "Member 'ULGUIPointerEventData::pressPointerPosition' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, enterComponent) == 0x000070, "Member 'ULGUIPointerEventData::enterComponent' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, enterComponentStack) == 0x000078, "Member 'ULGUIPointerEventData::enterComponentStack' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, hoverComponentArray) == 0x000088, "Member 'ULGUIPointerEventData::hoverComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, worldPoint) == 0x000098, "Member 'ULGUIPointerEventData::worldPoint' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, WorldNormal) == 0x0000B0, "Member 'ULGUIPointerEventData::WorldNormal' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, FaceIndex) == 0x0000C8, "Member 'ULGUIPointerEventData::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, scrollAxisValue) == 0x0000D0, "Member 'ULGUIPointerEventData::scrollAxisValue' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, raycaster) == 0x0000E0, "Member 'ULGUIPointerEventData::raycaster' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, mouseButtonType) == 0x0000E8, "Member 'ULGUIPointerEventData::mouseButtonType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressComponent) == 0x0000F0, "Member 'ULGUIPointerEventData::pressComponent' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressWorldPoint) == 0x0000F8, "Member 'ULGUIPointerEventData::pressWorldPoint' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressWorldNormal) == 0x000110, "Member 'ULGUIPointerEventData::pressWorldNormal' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressDistance) == 0x000128, "Member 'ULGUIPointerEventData::pressDistance' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressRayOrigin) == 0x000130, "Member 'ULGUIPointerEventData::pressRayOrigin' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressRayDirection) == 0x000148, "Member 'ULGUIPointerEventData::pressRayDirection' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressWorldToLocalTransform) == 0x000160, "Member 'ULGUIPointerEventData::pressWorldToLocalTransform' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressRaycaster) == 0x0001C0, "Member 'ULGUIPointerEventData::pressRaycaster' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, clickTime) == 0x0001C8, "Member 'ULGUIPointerEventData::clickTime' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, ReleaseTime) == 0x0001D0, "Member 'ULGUIPointerEventData::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, pressTime) == 0x0001D8, "Member 'ULGUIPointerEventData::pressTime' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, isDragging) == 0x0001E0, "Member 'ULGUIPointerEventData::isDragging' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPointerEventData, dragComponent) == 0x0001E8, "Member 'ULGUIPointerEventData::dragComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerScrollInterface_OnPointerScroll \ +static_assert(alignof(LGUIPointerScrollInterface_OnPointerScroll) == 0x000008, "Wrong alignment on LGUIPointerScrollInterface_OnPointerScroll"); \ +static_assert(sizeof(LGUIPointerScrollInterface_OnPointerScroll) == 0x000010, "Wrong size on LGUIPointerScrollInterface_OnPointerScroll"); \ +static_assert(offsetof(LGUIPointerScrollInterface_OnPointerScroll, EventData) == 0x000000, "Member 'LGUIPointerScrollInterface_OnPointerScroll::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerScrollInterface_OnPointerScroll, ReturnValue) == 0x000008, "Member 'LGUIPointerScrollInterface_OnPointerScroll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerScrollInterface \ +static_assert(alignof(ILGUIPointerScrollInterface) == 0x000001, "Wrong alignment on ILGUIPointerScrollInterface"); \ +static_assert(sizeof(ILGUIPointerScrollInterface) == 0x000001, "Wrong size on ILGUIPointerScrollInterface"); \ + +#define DUMPER7_ASSERTS_LGUIPointerSelectDeselectInterface_OnPointerDeselect \ +static_assert(alignof(LGUIPointerSelectDeselectInterface_OnPointerDeselect) == 0x000008, "Wrong alignment on LGUIPointerSelectDeselectInterface_OnPointerDeselect"); \ +static_assert(sizeof(LGUIPointerSelectDeselectInterface_OnPointerDeselect) == 0x000010, "Wrong size on LGUIPointerSelectDeselectInterface_OnPointerDeselect"); \ +static_assert(offsetof(LGUIPointerSelectDeselectInterface_OnPointerDeselect, EventData) == 0x000000, "Member 'LGUIPointerSelectDeselectInterface_OnPointerDeselect::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerSelectDeselectInterface_OnPointerDeselect, ReturnValue) == 0x000008, "Member 'LGUIPointerSelectDeselectInterface_OnPointerDeselect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIPointerSelectDeselectInterface_OnPointerSelect \ +static_assert(alignof(LGUIPointerSelectDeselectInterface_OnPointerSelect) == 0x000008, "Wrong alignment on LGUIPointerSelectDeselectInterface_OnPointerSelect"); \ +static_assert(sizeof(LGUIPointerSelectDeselectInterface_OnPointerSelect) == 0x000010, "Wrong size on LGUIPointerSelectDeselectInterface_OnPointerSelect"); \ +static_assert(offsetof(LGUIPointerSelectDeselectInterface_OnPointerSelect, EventData) == 0x000000, "Member 'LGUIPointerSelectDeselectInterface_OnPointerSelect::EventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIPointerSelectDeselectInterface_OnPointerSelect, ReturnValue) == 0x000008, "Member 'LGUIPointerSelectDeselectInterface_OnPointerSelect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIPointerSelectDeselectInterface \ +static_assert(alignof(ILGUIPointerSelectDeselectInterface) == 0x000001, "Wrong alignment on ILGUIPointerSelectDeselectInterface"); \ +static_assert(sizeof(ILGUIPointerSelectDeselectInterface) == 0x000001, "Wrong size on ILGUIPointerSelectDeselectInterface"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabHelperObject \ +static_assert(alignof(ULGUIPrefabHelperObject) == 0x000008, "Wrong alignment on ULGUIPrefabHelperObject"); \ +static_assert(sizeof(ULGUIPrefabHelperObject) == 0x0000D8, "Wrong size on ULGUIPrefabHelperObject"); \ +static_assert(offsetof(ULGUIPrefabHelperObject, PrefabAsset) == 0x000028, "Member 'ULGUIPrefabHelperObject::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabHelperObject, LoadedRootActor) == 0x000030, "Member 'ULGUIPrefabHelperObject::LoadedRootActor' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabHelperObject, MapGuidToObject) == 0x000038, "Member 'ULGUIPrefabHelperObject::MapGuidToObject' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabHelperObject, SubPrefabMap) == 0x000088, "Member 'ULGUIPrefabHelperObject::SubPrefabMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALGUIPrefabLevelManagerActor \ +static_assert(alignof(ALGUIPrefabLevelManagerActor) == 0x000008, "Wrong alignment on ALGUIPrefabLevelManagerActor"); \ +static_assert(sizeof(ALGUIPrefabLevelManagerActor) == 0x000290, "Wrong size on ALGUIPrefabLevelManagerActor"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabManagerObject \ +static_assert(alignof(ULGUIPrefabManagerObject) == 0x000008, "Wrong alignment on ULGUIPrefabManagerObject"); \ +static_assert(sizeof(ULGUIPrefabManagerObject) == 0x000030, "Wrong size on ULGUIPrefabManagerObject"); \ + +#define DUMPER7_ASSERTS_LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor \ +static_assert(alignof(LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor) == 0x000008, "Wrong alignment on LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor"); \ +static_assert(sizeof(LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor) == 0x000010, "Wrong size on LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor"); \ +static_assert(offsetof(LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor, InActor) == 0x000000, "Member 'LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor::InActor' has a wrong offset!"); \ +static_assert(offsetof(LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor, ReturnValue) == 0x000008, "Member 'LGUIPrefabWorldSubsystem_IsLGUIPrefabSystemProcessingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabWorldSubsystem \ +static_assert(alignof(ULGUIPrefabWorldSubsystem) == 0x000008, "Wrong alignment on ULGUIPrefabWorldSubsystem"); \ +static_assert(sizeof(ULGUIPrefabWorldSubsystem) == 0x0000B0, "Wrong size on ULGUIPrefabWorldSubsystem"); \ +static_assert(offsetof(ULGUIPrefabWorldSubsystem, AllActors_PrefabSystemProcessing) == 0x000060, "Member 'ULGUIPrefabWorldSubsystem::AllActors_PrefabSystemProcessing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabSequence \ +static_assert(alignof(ULGUIPrefabSequence) == 0x000008, "Wrong alignment on ULGUIPrefabSequence"); \ +static_assert(sizeof(ULGUIPrefabSequence) == 0x0000A0, "Wrong size on ULGUIPrefabSequence"); \ +static_assert(offsetof(ULGUIPrefabSequence, MovieScene) == 0x000068, "Member 'ULGUIPrefabSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequence, ObjectReferences) == 0x000070, "Member 'ULGUIPrefabSequence::ObjectReferences' has a wrong offset!"); \ +static_assert(offsetof(ULGUIPrefabSequence, DisplayNameString) == 0x000090, "Member 'ULGUIPrefabSequence::DisplayNameString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabSequencePlayer \ +static_assert(alignof(ULGUIPrefabSequencePlayer) == 0x000008, "Wrong alignment on ULGUIPrefabSequencePlayer"); \ +static_assert(sizeof(ULGUIPrefabSequencePlayer) == 0x000460, "Wrong size on ULGUIPrefabSequencePlayer"); \ + +#define DUMPER7_ASSERTS_ULGUIPrefabSettings \ +static_assert(alignof(ULGUIPrefabSettings) == 0x000008, "Wrong alignment on ULGUIPrefabSettings"); \ +static_assert(sizeof(ULGUIPrefabSettings) == 0x000030, "Wrong size on ULGUIPrefabSettings"); \ +static_assert(offsetof(ULGUIPrefabSettings, bLogPrefabLoadTime) == 0x000028, "Member 'ULGUIPrefabSettings::bLogPrefabLoadTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIProceduralRectData \ +static_assert(alignof(ULGUIProceduralRectData) == 0x000008, "Wrong alignment on ULGUIProceduralRectData"); \ +static_assert(sizeof(ULGUIProceduralRectData) == 0x000088, "Wrong size on ULGUIProceduralRectData"); \ +static_assert(offsetof(ULGUIProceduralRectData, DefaultMaterials) == 0x000028, "Member 'ULGUIProceduralRectData::DefaultMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULGUIProceduralRectData, Texture) == 0x000040, "Member 'ULGUIProceduralRectData::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetCanvas \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetCanvas) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_SetCanvas"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetCanvas) == 0x000008, "Wrong size on LGUIRenderTargetGeometrySource_SetCanvas"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetCanvas, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetCanvas::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetCylinderArcAngle \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetCylinderArcAngle) == 0x000004, "Wrong alignment on LGUIRenderTargetGeometrySource_SetCylinderArcAngle"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetCylinderArcAngle) == 0x000004, "Wrong size on LGUIRenderTargetGeometrySource_SetCylinderArcAngle"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetCylinderArcAngle, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetCylinderArcAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetEnableInteractOnBackside::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetFlipVerticalOnGLES::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetGeometryMode \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetGeometryMode) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_SetGeometryMode"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetGeometryMode) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_SetGeometryMode"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetGeometryMode, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetGeometryMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_SetPivot \ +static_assert(alignof(LGUIRenderTargetGeometrySource_SetPivot) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_SetPivot"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_SetPivot) == 0x000010, "Wrong size on LGUIRenderTargetGeometrySource_SetPivot"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_SetPivot, Value) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_SetPivot::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetCanvas \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetCanvas) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_GetCanvas"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetCanvas) == 0x000008, "Wrong size on LGUIRenderTargetGeometrySource_GetCanvas"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetCanvas, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetCylinderArcAngle \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetCylinderArcAngle) == 0x000004, "Wrong alignment on LGUIRenderTargetGeometrySource_GetCylinderArcAngle"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetCylinderArcAngle) == 0x000004, "Wrong size on LGUIRenderTargetGeometrySource_GetCylinderArcAngle"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetCylinderArcAngle, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetCylinderArcAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetEnableInteractOnBackside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetFlipVerticalOnGLES::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetGeometryMode \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetGeometryMode) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_GetGeometryMode"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetGeometryMode) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_GetGeometryMode"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetGeometryMode, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetGeometryMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetMaterialInstance \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetMaterialInstance) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_GetMaterialInstance"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetMaterialInstance) == 0x000008, "Wrong size on LGUIRenderTargetGeometrySource_GetMaterialInstance"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetMaterialInstance, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial) == 0x000001, "Wrong alignment on LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial) == 0x000001, "Wrong size on LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetOverrideStaticMeshMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetPivot \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetPivot) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_GetPivot"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetPivot) == 0x000010, "Wrong size on LGUIRenderTargetGeometrySource_GetPivot"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetPivot, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetPivot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetRenderTarget \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetRenderTarget) == 0x000008, "Wrong alignment on LGUIRenderTargetGeometrySource_GetRenderTarget"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetRenderTarget) == 0x000008, "Wrong size on LGUIRenderTargetGeometrySource_GetRenderTarget"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetRenderTarget, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetGeometrySource_GetRenderTargetSize \ +static_assert(alignof(LGUIRenderTargetGeometrySource_GetRenderTargetSize) == 0x000004, "Wrong alignment on LGUIRenderTargetGeometrySource_GetRenderTargetSize"); \ +static_assert(sizeof(LGUIRenderTargetGeometrySource_GetRenderTargetSize) == 0x000008, "Wrong size on LGUIRenderTargetGeometrySource_GetRenderTargetSize"); \ +static_assert(offsetof(LGUIRenderTargetGeometrySource_GetRenderTargetSize, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetGeometrySource_GetRenderTargetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIRenderTargetGeometrySource \ +static_assert(alignof(ULGUIRenderTargetGeometrySource) == 0x000010, "Wrong alignment on ULGUIRenderTargetGeometrySource"); \ +static_assert(sizeof(ULGUIRenderTargetGeometrySource) == 0x0005F0, "Wrong size on ULGUIRenderTargetGeometrySource"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, TargetCanvas) == 0x000560, "Member 'ULGUIRenderTargetGeometrySource::TargetCanvas' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, GeometryMode) == 0x000580, "Member 'ULGUIRenderTargetGeometrySource::GeometryMode' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, Pivot) == 0x000588, "Member 'ULGUIRenderTargetGeometrySource::Pivot' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, CylinderArcAngle) == 0x000598, "Member 'ULGUIRenderTargetGeometrySource::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, bOverrideStaticMeshMaterial) == 0x00059C, "Member 'ULGUIRenderTargetGeometrySource::bOverrideStaticMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, bEnableInteractOnBackside) == 0x00059D, "Member 'ULGUIRenderTargetGeometrySource::bEnableInteractOnBackside' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, bFlipVerticalOnGLES) == 0x00059E, "Member 'ULGUIRenderTargetGeometrySource::bFlipVerticalOnGLES' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, BodySetup) == 0x0005B0, "Member 'ULGUIRenderTargetGeometrySource::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetGeometrySource, MaterialInstance) == 0x0005B8, "Member 'ULGUIRenderTargetGeometrySource::MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetInteractionSourceInterface_PerformLineTrace \ +static_assert(alignof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace) == 0x000008, "Wrong alignment on LGUIRenderTargetInteractionSourceInterface_PerformLineTrace"); \ +static_assert(sizeof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace) == 0x000068, "Wrong size on LGUIRenderTargetInteractionSourceInterface_PerformLineTrace"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, InHitFaceIndex) == 0x000000, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::InHitFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, InHitPoint) == 0x000008, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::InHitPoint' has a wrong offset!"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, InLineStart) == 0x000020, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::InLineStart' has a wrong offset!"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, InLineEnd) == 0x000038, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::InLineEnd' has a wrong offset!"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, OutHitUV) == 0x000050, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::OutHitUV' has a wrong offset!"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_PerformLineTrace, ReturnValue) == 0x000060, "Member 'LGUIRenderTargetInteractionSourceInterface_PerformLineTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas \ +static_assert(alignof(LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas) == 0x000008, "Wrong alignment on LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas"); \ +static_assert(sizeof(LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas) == 0x000008, "Wrong size on LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas"); \ +static_assert(offsetof(LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas, ReturnValue) == 0x000000, "Member 'LGUIRenderTargetInteractionSourceInterface_GetTargetCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILGUIRenderTargetInteractionSourceInterface \ +static_assert(alignof(ILGUIRenderTargetInteractionSourceInterface) == 0x000001, "Wrong alignment on ILGUIRenderTargetInteractionSourceInterface"); \ +static_assert(sizeof(ILGUIRenderTargetInteractionSourceInterface) == 0x000001, "Wrong size on ILGUIRenderTargetInteractionSourceInterface"); \ + +#define DUMPER7_ASSERTS_ULGUIRenderTargetInteraction \ +static_assert(alignof(ULGUIRenderTargetInteraction) == 0x000010, "Wrong alignment on ULGUIRenderTargetInteraction"); \ +static_assert(sizeof(ULGUIRenderTargetInteraction) == 0x0002F0, "Wrong size on ULGUIRenderTargetInteraction"); \ +static_assert(offsetof(ULGUIRenderTargetInteraction, bAllowEventBubbleUp) == 0x0002B8, "Member 'ULGUIRenderTargetInteraction::bAllowEventBubbleUp' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetInteraction, TargetCanvas) == 0x0002BC, "Member 'ULGUIRenderTargetInteraction::TargetCanvas' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetInteraction, LineTraceSource) == 0x0002C8, "Member 'ULGUIRenderTargetInteraction::LineTraceSource' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRenderTargetInteraction, pointerEventData) == 0x0002D0, "Member 'ULGUIRenderTargetInteraction::pointerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextCustomStyleData_GetDataMap \ +static_assert(alignof(LGUIRichTextCustomStyleData_GetDataMap) == 0x000008, "Wrong alignment on LGUIRichTextCustomStyleData_GetDataMap"); \ +static_assert(sizeof(LGUIRichTextCustomStyleData_GetDataMap) == 0x000050, "Wrong size on LGUIRichTextCustomStyleData_GetDataMap"); \ +static_assert(offsetof(LGUIRichTextCustomStyleData_GetDataMap, ReturnValue) == 0x000000, "Member 'LGUIRichTextCustomStyleData_GetDataMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIRichTextCustomStyleData \ +static_assert(alignof(ULGUIRichTextCustomStyleData) == 0x000008, "Wrong alignment on ULGUIRichTextCustomStyleData"); \ +static_assert(sizeof(ULGUIRichTextCustomStyleData) == 0x000090, "Wrong size on ULGUIRichTextCustomStyleData"); \ +static_assert(offsetof(ULGUIRichTextCustomStyleData, DataMap) == 0x000028, "Member 'ULGUIRichTextCustomStyleData::DataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIRichTextImageData_BaseObject \ +static_assert(alignof(ULGUIRichTextImageData_BaseObject) == 0x000008, "Wrong alignment on ULGUIRichTextImageData_BaseObject"); \ +static_assert(sizeof(ULGUIRichTextImageData_BaseObject) == 0x000040, "Wrong size on ULGUIRichTextImageData_BaseObject"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextImageData_GetMutableImageMap \ +static_assert(alignof(LGUIRichTextImageData_GetMutableImageMap) == 0x000008, "Wrong alignment on LGUIRichTextImageData_GetMutableImageMap"); \ +static_assert(sizeof(LGUIRichTextImageData_GetMutableImageMap) == 0x000050, "Wrong size on LGUIRichTextImageData_GetMutableImageMap"); \ +static_assert(offsetof(LGUIRichTextImageData_GetMutableImageMap, ReturnValue) == 0x000000, "Member 'LGUIRichTextImageData_GetMutableImageMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextImageData_SetAnimationFps \ +static_assert(alignof(LGUIRichTextImageData_SetAnimationFps) == 0x000004, "Wrong alignment on LGUIRichTextImageData_SetAnimationFps"); \ +static_assert(sizeof(LGUIRichTextImageData_SetAnimationFps) == 0x000004, "Wrong size on LGUIRichTextImageData_SetAnimationFps"); \ +static_assert(offsetof(LGUIRichTextImageData_SetAnimationFps, Value) == 0x000000, "Member 'LGUIRichTextImageData_SetAnimationFps::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextImageData_SetImageMap \ +static_assert(alignof(LGUIRichTextImageData_SetImageMap) == 0x000008, "Wrong alignment on LGUIRichTextImageData_SetImageMap"); \ +static_assert(sizeof(LGUIRichTextImageData_SetImageMap) == 0x000050, "Wrong size on LGUIRichTextImageData_SetImageMap"); \ +static_assert(offsetof(LGUIRichTextImageData_SetImageMap, Value) == 0x000000, "Member 'LGUIRichTextImageData_SetImageMap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextImageData_GetAnimationFps \ +static_assert(alignof(LGUIRichTextImageData_GetAnimationFps) == 0x000004, "Wrong alignment on LGUIRichTextImageData_GetAnimationFps"); \ +static_assert(sizeof(LGUIRichTextImageData_GetAnimationFps) == 0x000004, "Wrong size on LGUIRichTextImageData_GetAnimationFps"); \ +static_assert(offsetof(LGUIRichTextImageData_GetAnimationFps, ReturnValue) == 0x000000, "Member 'LGUIRichTextImageData_GetAnimationFps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIRichTextImageData_GetImageMap \ +static_assert(alignof(LGUIRichTextImageData_GetImageMap) == 0x000008, "Wrong alignment on LGUIRichTextImageData_GetImageMap"); \ +static_assert(sizeof(LGUIRichTextImageData_GetImageMap) == 0x000050, "Wrong size on LGUIRichTextImageData_GetImageMap"); \ +static_assert(offsetof(LGUIRichTextImageData_GetImageMap, ReturnValue) == 0x000000, "Member 'LGUIRichTextImageData_GetImageMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIRichTextImageData \ +static_assert(alignof(ULGUIRichTextImageData) == 0x000008, "Wrong alignment on ULGUIRichTextImageData"); \ +static_assert(sizeof(ULGUIRichTextImageData) == 0x000098, "Wrong size on ULGUIRichTextImageData"); \ +static_assert(offsetof(ULGUIRichTextImageData, imageMap) == 0x000040, "Member 'ULGUIRichTextImageData::imageMap' has a wrong offset!"); \ +static_assert(offsetof(ULGUIRichTextImageData, animationFps) == 0x000090, "Member 'ULGUIRichTextImageData::animationFps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIScreenSpaceRaycaster \ +static_assert(alignof(ULGUIScreenSpaceRaycaster) == 0x000010, "Wrong alignment on ULGUIScreenSpaceRaycaster"); \ +static_assert(sizeof(ULGUIScreenSpaceRaycaster) == 0x0002C0, "Wrong size on ULGUIScreenSpaceRaycaster"); \ + +#define DUMPER7_ASSERTS_ULGUISDFFontData \ +static_assert(alignof(ULGUISDFFontData) == 0x000008, "Wrong alignment on ULGUISDFFontData"); \ +static_assert(sizeof(ULGUISDFFontData) == 0x0001F0, "Wrong size on ULGUISDFFontData"); \ +static_assert(offsetof(ULGUISDFFontData, SDFDefaultMaterials) == 0x000110, "Member 'ULGUISDFFontData::SDFDefaultMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, FontSize) == 0x000128, "Member 'ULGUISDFFontData::FontSize' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, SDFRadius) == 0x00012C, "Member 'ULGUISDFFontData::SDFRadius' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, italicAngle) == 0x000130, "Member 'ULGUISDFFontData::italicAngle' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, boldRatio) == 0x000134, "Member 'ULGUISDFFontData::boldRatio' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, LineHeight) == 0x000138, "Member 'ULGUISDFFontData::LineHeight' has a wrong offset!"); \ +static_assert(offsetof(ULGUISDFFontData, VerticalOffset) == 0x00013C, "Member 'ULGUISDFFontData::VerticalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUISettings \ +static_assert(alignof(ULGUISettings) == 0x000008, "Wrong alignment on ULGUISettings"); \ +static_assert(sizeof(ULGUISettings) == 0x000090, "Wrong size on ULGUISettings"); \ +static_assert(offsetof(ULGUISettings, defaultAtlasSetting) == 0x000028, "Member 'ULGUISettings::defaultAtlasSetting' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, atlasSettingForSpecificPackingTag) == 0x000030, "Member 'ULGUISettings::atlasSettingForSpecificPackingTag' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, PriorityInSceneViewExtension) == 0x000080, "Member 'ULGUISettings::PriorityInSceneViewExtension' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, AutoBatchThreshold) == 0x000084, "Member 'ULGUISettings::AutoBatchThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, bFrustumCulling) == 0x000088, "Member 'ULGUISettings::bFrustumCulling' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, bScreenSpaceUIAffectByGamePause) == 0x000089, "Member 'ULGUISettings::bScreenSpaceUIAffectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, bScreenSpaceUIAffectByTimeDilation) == 0x00008A, "Member 'ULGUISettings::bScreenSpaceUIAffectByTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, bWorldSpaceUIAffectByGamePause) == 0x00008B, "Member 'ULGUISettings::bWorldSpaceUIAffectByGamePause' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, bWorldSpaceUIAffectByTimeDilation) == 0x00008C, "Member 'ULGUISettings::bWorldSpaceUIAffectByTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, AntiAliasingMothod) == 0x00008D, "Member 'ULGUISettings::AntiAliasingMothod' has a wrong offset!"); \ +static_assert(offsetof(ULGUISettings, MSAASampleCount) == 0x00008E, "Member 'ULGUISettings::MSAASampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIEditorSettings \ +static_assert(alignof(ULGUIEditorSettings) == 0x000008, "Wrong alignment on ULGUIEditorSettings"); \ +static_assert(sizeof(ULGUIEditorSettings) == 0x000028, "Wrong size on ULGUIEditorSettings"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_BaseObject_GetAtlasTexture \ +static_assert(alignof(LGUISpriteData_BaseObject_GetAtlasTexture) == 0x000008, "Wrong alignment on LGUISpriteData_BaseObject_GetAtlasTexture"); \ +static_assert(sizeof(LGUISpriteData_BaseObject_GetAtlasTexture) == 0x000008, "Wrong size on LGUISpriteData_BaseObject_GetAtlasTexture"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_GetAtlasTexture, ReturnValue) == 0x000000, "Member 'LGUISpriteData_BaseObject_GetAtlasTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_BaseObject_GetSpriteInfo \ +static_assert(alignof(LGUISpriteData_BaseObject_GetSpriteInfo) == 0x000004, "Wrong alignment on LGUISpriteData_BaseObject_GetSpriteInfo"); \ +static_assert(sizeof(LGUISpriteData_BaseObject_GetSpriteInfo) == 0x000034, "Wrong size on LGUISpriteData_BaseObject_GetSpriteInfo"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_GetSpriteInfo, ReturnValue) == 0x000000, "Member 'LGUISpriteData_BaseObject_GetSpriteInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_BaseObject_IsIndividual \ +static_assert(alignof(LGUISpriteData_BaseObject_IsIndividual) == 0x000001, "Wrong alignment on LGUISpriteData_BaseObject_IsIndividual"); \ +static_assert(sizeof(LGUISpriteData_BaseObject_IsIndividual) == 0x000001, "Wrong size on LGUISpriteData_BaseObject_IsIndividual"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_IsIndividual, ReturnValue) == 0x000000, "Member 'LGUISpriteData_BaseObject_IsIndividual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_BaseObject_ReadPixel \ +static_assert(alignof(LGUISpriteData_BaseObject_ReadPixel) == 0x000008, "Wrong alignment on LGUISpriteData_BaseObject_ReadPixel"); \ +static_assert(sizeof(LGUISpriteData_BaseObject_ReadPixel) == 0x000018, "Wrong size on LGUISpriteData_BaseObject_ReadPixel"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_ReadPixel, InUV) == 0x000000, "Member 'LGUISpriteData_BaseObject_ReadPixel::InUV' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_ReadPixel, OutPixel) == 0x000010, "Member 'LGUISpriteData_BaseObject_ReadPixel::OutPixel' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_BaseObject_ReadPixel, ReturnValue) == 0x000014, "Member 'LGUISpriteData_BaseObject_ReadPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUISpriteData_BaseObject \ +static_assert(alignof(ULGUISpriteData_BaseObject) == 0x000008, "Wrong alignment on ULGUISpriteData_BaseObject"); \ +static_assert(sizeof(ULGUISpriteData_BaseObject) == 0x000028, "Wrong size on ULGUISpriteData_BaseObject"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_CreateLGUISpriteData \ +static_assert(alignof(LGUISpriteData_CreateLGUISpriteData) == 0x000008, "Wrong alignment on LGUISpriteData_CreateLGUISpriteData"); \ +static_assert(sizeof(LGUISpriteData_CreateLGUISpriteData) == 0x000040, "Wrong size on LGUISpriteData_CreateLGUISpriteData"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, Outer_0) == 0x000000, "Member 'LGUISpriteData_CreateLGUISpriteData::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, inSpriteTexture) == 0x000008, "Member 'LGUISpriteData_CreateLGUISpriteData::inSpriteTexture' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, inHorizontalBorder) == 0x000010, "Member 'LGUISpriteData_CreateLGUISpriteData::inHorizontalBorder' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, inVerticalBorder) == 0x000020, "Member 'LGUISpriteData_CreateLGUISpriteData::inVerticalBorder' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, inPackingTag) == 0x000030, "Member 'LGUISpriteData_CreateLGUISpriteData::inPackingTag' has a wrong offset!"); \ +static_assert(offsetof(LGUISpriteData_CreateLGUISpriteData, ReturnValue) == 0x000038, "Member 'LGUISpriteData_CreateLGUISpriteData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_GetPackingTag \ +static_assert(alignof(LGUISpriteData_GetPackingTag) == 0x000004, "Wrong alignment on LGUISpriteData_GetPackingTag"); \ +static_assert(sizeof(LGUISpriteData_GetPackingTag) == 0x000008, "Wrong size on LGUISpriteData_GetPackingTag"); \ +static_assert(offsetof(LGUISpriteData_GetPackingTag, ReturnValue) == 0x000000, "Member 'LGUISpriteData_GetPackingTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_GetSpriteTexture \ +static_assert(alignof(LGUISpriteData_GetSpriteTexture) == 0x000008, "Wrong alignment on LGUISpriteData_GetSpriteTexture"); \ +static_assert(sizeof(LGUISpriteData_GetSpriteTexture) == 0x000008, "Wrong size on LGUISpriteData_GetSpriteTexture"); \ +static_assert(offsetof(LGUISpriteData_GetSpriteTexture, ReturnValue) == 0x000000, "Member 'LGUISpriteData_GetSpriteTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUISpriteData_HavePackingTag \ +static_assert(alignof(LGUISpriteData_HavePackingTag) == 0x000001, "Wrong alignment on LGUISpriteData_HavePackingTag"); \ +static_assert(sizeof(LGUISpriteData_HavePackingTag) == 0x000001, "Wrong size on LGUISpriteData_HavePackingTag"); \ +static_assert(offsetof(LGUISpriteData_HavePackingTag, ReturnValue) == 0x000000, "Member 'LGUISpriteData_HavePackingTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUISpriteData \ +static_assert(alignof(ULGUISpriteData) == 0x000008, "Wrong alignment on ULGUISpriteData"); \ +static_assert(sizeof(ULGUISpriteData) == 0x000088, "Wrong size on ULGUISpriteData"); \ +static_assert(offsetof(ULGUISpriteData, SpriteTexture) == 0x000028, "Member 'ULGUISpriteData::SpriteTexture' has a wrong offset!"); \ +static_assert(offsetof(ULGUISpriteData, SpriteInfo) == 0x000030, "Member 'ULGUISpriteData::SpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(ULGUISpriteData, packingAtlas) == 0x000068, "Member 'ULGUISpriteData::packingAtlas' has a wrong offset!"); \ +static_assert(offsetof(ULGUISpriteData, packingTag) == 0x000070, "Member 'ULGUISpriteData::packingTag' has a wrong offset!"); \ +static_assert(offsetof(ULGUISpriteData, useEdgePixelPadding) == 0x000078, "Member 'ULGUISpriteData::useEdgePixelPadding' has a wrong offset!"); \ +static_assert(offsetof(ULGUISpriteData, atlasTexture) == 0x000080, "Member 'ULGUISpriteData::atlasTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIStaticSpriteAtlasData_GetAtlasTexture \ +static_assert(alignof(LGUIStaticSpriteAtlasData_GetAtlasTexture) == 0x000008, "Wrong alignment on LGUIStaticSpriteAtlasData_GetAtlasTexture"); \ +static_assert(sizeof(LGUIStaticSpriteAtlasData_GetAtlasTexture) == 0x000008, "Wrong size on LGUIStaticSpriteAtlasData_GetAtlasTexture"); \ +static_assert(offsetof(LGUIStaticSpriteAtlasData_GetAtlasTexture, ReturnValue) == 0x000000, "Member 'LGUIStaticSpriteAtlasData_GetAtlasTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIStaticSpriteAtlasData_ReadPixel \ +static_assert(alignof(LGUIStaticSpriteAtlasData_ReadPixel) == 0x000008, "Wrong alignment on LGUIStaticSpriteAtlasData_ReadPixel"); \ +static_assert(sizeof(LGUIStaticSpriteAtlasData_ReadPixel) == 0x000018, "Wrong size on LGUIStaticSpriteAtlasData_ReadPixel"); \ +static_assert(offsetof(LGUIStaticSpriteAtlasData_ReadPixel, InUV) == 0x000000, "Member 'LGUIStaticSpriteAtlasData_ReadPixel::InUV' has a wrong offset!"); \ +static_assert(offsetof(LGUIStaticSpriteAtlasData_ReadPixel, OutPixel) == 0x000010, "Member 'LGUIStaticSpriteAtlasData_ReadPixel::OutPixel' has a wrong offset!"); \ +static_assert(offsetof(LGUIStaticSpriteAtlasData_ReadPixel, ReturnValue) == 0x000014, "Member 'LGUIStaticSpriteAtlasData_ReadPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIStaticSpriteAtlasData \ +static_assert(alignof(ULGUIStaticSpriteAtlasData) == 0x000008, "Wrong alignment on ULGUIStaticSpriteAtlasData"); \ +static_assert(sizeof(ULGUIStaticSpriteAtlasData) == 0x000060, "Wrong size on ULGUIStaticSpriteAtlasData"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, atlasTextureUseSRGB) == 0x000028, "Member 'ULGUIStaticSpriteAtlasData::atlasTextureUseSRGB' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, atlasTextureFilter) == 0x000029, "Member 'ULGUIStaticSpriteAtlasData::atlasTextureFilter' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, atlasTexture) == 0x000030, "Member 'ULGUIStaticSpriteAtlasData::atlasTexture' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, spriteArray) == 0x000038, "Member 'ULGUIStaticSpriteAtlasData::spriteArray' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, textureMipData) == 0x000048, "Member 'ULGUIStaticSpriteAtlasData::textureMipData' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticSpriteAtlasData, TextureSize) == 0x000058, "Member 'ULGUIStaticSpriteAtlasData::TextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay \ +static_assert(alignof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay"); \ +static_assert(sizeof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay) == 0x000040, "Wrong size on LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay, InPointerEventData) == 0x000000, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay::InPointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay, OutRayOrigin) == 0x000008, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay::OutRayOrigin' has a wrong offset!"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay, OutRayDirection) == 0x000020, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay::OutRayDirection' has a wrong offset!"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay, ReturnValue) == 0x000038, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveGenerateRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycasterSource_ReceiveInit \ +static_assert(alignof(LGUIWorldSpaceRaycasterSource_ReceiveInit) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycasterSource_ReceiveInit"); \ +static_assert(sizeof(LGUIWorldSpaceRaycasterSource_ReceiveInit) == 0x000008, "Wrong size on LGUIWorldSpaceRaycasterSource_ReceiveInit"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveInit, InRaycaster) == 0x000000, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveInit::InRaycaster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag \ +static_assert(alignof(LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag"); \ +static_assert(sizeof(LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag) == 0x000010, "Wrong size on LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag, InPointerEventData) == 0x000000, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag::InPointerEventData' has a wrong offset!"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag, ReturnValue) == 0x000008, "Member 'LGUIWorldSpaceRaycasterSource_ReceiveShouldStartDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycasterSource_GetRaycasterObject \ +static_assert(alignof(LGUIWorldSpaceRaycasterSource_GetRaycasterObject) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycasterSource_GetRaycasterObject"); \ +static_assert(sizeof(LGUIWorldSpaceRaycasterSource_GetRaycasterObject) == 0x000008, "Wrong size on LGUIWorldSpaceRaycasterSource_GetRaycasterObject"); \ +static_assert(offsetof(LGUIWorldSpaceRaycasterSource_GetRaycasterObject, ReturnValue) == 0x000000, "Member 'LGUIWorldSpaceRaycasterSource_GetRaycasterObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIWorldSpaceRaycasterSource \ +static_assert(alignof(ULGUIWorldSpaceRaycasterSource) == 0x000008, "Wrong alignment on ULGUIWorldSpaceRaycasterSource"); \ +static_assert(sizeof(ULGUIWorldSpaceRaycasterSource) == 0x000030, "Wrong size on ULGUIWorldSpaceRaycasterSource"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycaster_SetRaycasterSourceObject \ +static_assert(alignof(LGUIWorldSpaceRaycaster_SetRaycasterSourceObject) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycaster_SetRaycasterSourceObject"); \ +static_assert(sizeof(LGUIWorldSpaceRaycaster_SetRaycasterSourceObject) == 0x000008, "Wrong size on LGUIWorldSpaceRaycaster_SetRaycasterSourceObject"); \ +static_assert(offsetof(LGUIWorldSpaceRaycaster_SetRaycasterSourceObject, NewSource) == 0x000000, "Member 'LGUIWorldSpaceRaycaster_SetRaycasterSourceObject::NewSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIWorldSpaceRaycaster_GetRaycasterSourceObject \ +static_assert(alignof(LGUIWorldSpaceRaycaster_GetRaycasterSourceObject) == 0x000008, "Wrong alignment on LGUIWorldSpaceRaycaster_GetRaycasterSourceObject"); \ +static_assert(sizeof(LGUIWorldSpaceRaycaster_GetRaycasterSourceObject) == 0x000008, "Wrong size on LGUIWorldSpaceRaycaster_GetRaycasterSourceObject"); \ +static_assert(offsetof(LGUIWorldSpaceRaycaster_GetRaycasterSourceObject, ReturnValue) == 0x000000, "Member 'LGUIWorldSpaceRaycaster_GetRaycasterSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIWorldSpaceRaycaster \ +static_assert(alignof(ULGUIWorldSpaceRaycaster) == 0x000010, "Wrong alignment on ULGUIWorldSpaceRaycaster"); \ +static_assert(sizeof(ULGUIWorldSpaceRaycaster) == 0x0002C0, "Wrong size on ULGUIWorldSpaceRaycaster"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycaster, interactionTarget) == 0x0002A0, "Member 'ULGUIWorldSpaceRaycaster::interactionTarget' has a wrong offset!"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycaster, bRequireFaceIndex) == 0x0002A1, "Member 'ULGUIWorldSpaceRaycaster::bRequireFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycaster, RaycasterSourceObject) == 0x0002A8, "Member 'ULGUIWorldSpaceRaycaster::RaycasterSourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIWorldSpaceRaycasterSource_CenterScreen \ +static_assert(alignof(ULGUIWorldSpaceRaycasterSource_CenterScreen) == 0x000008, "Wrong alignment on ULGUIWorldSpaceRaycasterSource_CenterScreen"); \ +static_assert(sizeof(ULGUIWorldSpaceRaycasterSource_CenterScreen) == 0x000030, "Wrong size on ULGUIWorldSpaceRaycasterSource_CenterScreen"); \ + +#define DUMPER7_ASSERTS_ULGUIWorldSpaceRaycasterSource_Mouse \ +static_assert(alignof(ULGUIWorldSpaceRaycasterSource_Mouse) == 0x000008, "Wrong alignment on ULGUIWorldSpaceRaycasterSource_Mouse"); \ +static_assert(sizeof(ULGUIWorldSpaceRaycasterSource_Mouse) == 0x000030, "Wrong size on ULGUIWorldSpaceRaycasterSource_Mouse"); \ + +#define DUMPER7_ASSERTS_ULGUIWorldSpaceRaycasterSource_World \ +static_assert(alignof(ULGUIWorldSpaceRaycasterSource_World) == 0x000008, "Wrong alignment on ULGUIWorldSpaceRaycasterSource_World"); \ +static_assert(sizeof(ULGUIWorldSpaceRaycasterSource_World) == 0x000038, "Wrong size on ULGUIWorldSpaceRaycasterSource_World"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycasterSource_World, RayDirectionType) == 0x000030, "Member 'ULGUIWorldSpaceRaycasterSource_World::RayDirectionType' has a wrong offset!"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycasterSource_World, clickThresholdRelateToRayDistance) == 0x000031, "Member 'ULGUIWorldSpaceRaycasterSource_World::clickThresholdRelateToRayDistance' has a wrong offset!"); \ +static_assert(offsetof(ULGUIWorldSpaceRaycasterSource_World, rayDistanceMultiply) == 0x000034, "Member 'ULGUIWorldSpaceRaycasterSource_World::rayDistanceMultiply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_PointerInputModule_InputNavigation \ +static_assert(alignof(LGUI_PointerInputModule_InputNavigation) == 0x000004, "Wrong alignment on LGUI_PointerInputModule_InputNavigation"); \ +static_assert(sizeof(LGUI_PointerInputModule_InputNavigation) == 0x000008, "Wrong size on LGUI_PointerInputModule_InputNavigation"); \ +static_assert(offsetof(LGUI_PointerInputModule_InputNavigation, Direction) == 0x000000, "Member 'LGUI_PointerInputModule_InputNavigation::Direction' has a wrong offset!"); \ +static_assert(offsetof(LGUI_PointerInputModule_InputNavigation, pressOrRelease) == 0x000001, "Member 'LGUI_PointerInputModule_InputNavigation::pressOrRelease' has a wrong offset!"); \ +static_assert(offsetof(LGUI_PointerInputModule_InputNavigation, pointerID) == 0x000004, "Member 'LGUI_PointerInputModule_InputNavigation::pointerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_PointerInputModule_InputTriggerForNavigation \ +static_assert(alignof(LGUI_PointerInputModule_InputTriggerForNavigation) == 0x000004, "Wrong alignment on LGUI_PointerInputModule_InputTriggerForNavigation"); \ +static_assert(sizeof(LGUI_PointerInputModule_InputTriggerForNavigation) == 0x000008, "Wrong size on LGUI_PointerInputModule_InputTriggerForNavigation"); \ +static_assert(offsetof(LGUI_PointerInputModule_InputTriggerForNavigation, triggerPress) == 0x000000, "Member 'LGUI_PointerInputModule_InputTriggerForNavigation::triggerPress' has a wrong offset!"); \ +static_assert(offsetof(LGUI_PointerInputModule_InputTriggerForNavigation, pointerID) == 0x000004, "Member 'LGUI_PointerInputModule_InputTriggerForNavigation::pointerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUI_PointerInputModule \ +static_assert(alignof(ULGUI_PointerInputModule) == 0x000008, "Wrong alignment on ULGUI_PointerInputModule"); \ +static_assert(sizeof(ULGUI_PointerInputModule) == 0x0000B8, "Wrong size on ULGUI_PointerInputModule"); \ +static_assert(offsetof(ULGUI_PointerInputModule, EventSystem) == 0x0000A0, "Member 'ULGUI_PointerInputModule::EventSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_StandaloneInputModule_InputOverrideMousePosition \ +static_assert(alignof(LGUI_StandaloneInputModule_InputOverrideMousePosition) == 0x000008, "Wrong alignment on LGUI_StandaloneInputModule_InputOverrideMousePosition"); \ +static_assert(sizeof(LGUI_StandaloneInputModule_InputOverrideMousePosition) == 0x000010, "Wrong size on LGUI_StandaloneInputModule_InputOverrideMousePosition"); \ +static_assert(offsetof(LGUI_StandaloneInputModule_InputOverrideMousePosition, inMousePosition) == 0x000000, "Member 'LGUI_StandaloneInputModule_InputOverrideMousePosition::inMousePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_StandaloneInputModule_InputScroll \ +static_assert(alignof(LGUI_StandaloneInputModule_InputScroll) == 0x000008, "Wrong alignment on LGUI_StandaloneInputModule_InputScroll"); \ +static_assert(sizeof(LGUI_StandaloneInputModule_InputScroll) == 0x000010, "Wrong size on LGUI_StandaloneInputModule_InputScroll"); \ +static_assert(offsetof(LGUI_StandaloneInputModule_InputScroll, inAxisValue) == 0x000000, "Member 'LGUI_StandaloneInputModule_InputScroll::inAxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_StandaloneInputModule_InputTrigger \ +static_assert(alignof(LGUI_StandaloneInputModule_InputTrigger) == 0x000001, "Wrong alignment on LGUI_StandaloneInputModule_InputTrigger"); \ +static_assert(sizeof(LGUI_StandaloneInputModule_InputTrigger) == 0x000002, "Wrong size on LGUI_StandaloneInputModule_InputTrigger"); \ +static_assert(offsetof(LGUI_StandaloneInputModule_InputTrigger, inTriggerPress) == 0x000000, "Member 'LGUI_StandaloneInputModule_InputTrigger::inTriggerPress' has a wrong offset!"); \ +static_assert(offsetof(LGUI_StandaloneInputModule_InputTrigger, inMouseButtonType) == 0x000001, "Member 'LGUI_StandaloneInputModule_InputTrigger::inMouseButtonType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUI_StandaloneInputModule \ +static_assert(alignof(ULGUI_StandaloneInputModule) == 0x000008, "Wrong alignment on ULGUI_StandaloneInputModule"); \ +static_assert(sizeof(ULGUI_StandaloneInputModule) == 0x0000E0, "Wrong size on ULGUI_StandaloneInputModule"); \ +static_assert(offsetof(ULGUI_StandaloneInputModule, bOverrideMousePosition) == 0x0000B8, "Member 'ULGUI_StandaloneInputModule::bOverrideMousePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_TouchInputModule_InputScroll \ +static_assert(alignof(LGUI_TouchInputModule_InputScroll) == 0x000008, "Wrong alignment on LGUI_TouchInputModule_InputScroll"); \ +static_assert(sizeof(LGUI_TouchInputModule_InputScroll) == 0x000010, "Wrong size on LGUI_TouchInputModule_InputScroll"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputScroll, inAxisValue) == 0x000000, "Member 'LGUI_TouchInputModule_InputScroll::inAxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_TouchInputModule_InputTouchMoved \ +static_assert(alignof(LGUI_TouchInputModule_InputTouchMoved) == 0x000008, "Wrong alignment on LGUI_TouchInputModule_InputTouchMoved"); \ +static_assert(sizeof(LGUI_TouchInputModule_InputTouchMoved) == 0x000020, "Wrong size on LGUI_TouchInputModule_InputTouchMoved"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputTouchMoved, inTouchID) == 0x000000, "Member 'LGUI_TouchInputModule_InputTouchMoved::inTouchID' has a wrong offset!"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputTouchMoved, inTouchPointPosition) == 0x000008, "Member 'LGUI_TouchInputModule_InputTouchMoved::inTouchPointPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUI_TouchInputModule_InputTouchTrigger \ +static_assert(alignof(LGUI_TouchInputModule_InputTouchTrigger) == 0x000008, "Wrong alignment on LGUI_TouchInputModule_InputTouchTrigger"); \ +static_assert(sizeof(LGUI_TouchInputModule_InputTouchTrigger) == 0x000020, "Wrong size on LGUI_TouchInputModule_InputTouchTrigger"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputTouchTrigger, inTouchPress) == 0x000000, "Member 'LGUI_TouchInputModule_InputTouchTrigger::inTouchPress' has a wrong offset!"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputTouchTrigger, inTouchID) == 0x000004, "Member 'LGUI_TouchInputModule_InputTouchTrigger::inTouchID' has a wrong offset!"); \ +static_assert(offsetof(LGUI_TouchInputModule_InputTouchTrigger, inTouchPointPosition) == 0x000008, "Member 'LGUI_TouchInputModule_InputTouchTrigger::inTouchPointPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUI_TouchInputModule \ +static_assert(alignof(ULGUI_TouchInputModule) == 0x000008, "Wrong alignment on ULGUI_TouchInputModule"); \ +static_assert(sizeof(ULGUI_TouchInputModule) == 0x0000B8, "Wrong size on ULGUI_TouchInputModule"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLGUIMaterialTrack \ +static_assert(alignof(UMovieSceneLGUIMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneLGUIMaterialTrack"); \ +static_assert(sizeof(UMovieSceneLGUIMaterialTrack) == 0x0000D0, "Wrong size on UMovieSceneLGUIMaterialTrack"); \ +static_assert(offsetof(UMovieSceneLGUIMaterialTrack, PropertyName) == 0x0000C0, "Member 'UMovieSceneLGUIMaterialTrack::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLGUIMaterialTrack, TrackName) == 0x0000C8, "Member 'UMovieSceneLGUIMaterialTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_AnchorBottomTo \ +static_assert(alignof(UIItem_AnchorBottomTo) == 0x000008, "Wrong alignment on UIItem_AnchorBottomTo"); \ +static_assert(sizeof(UIItem_AnchorBottomTo) == 0x000018, "Wrong size on UIItem_AnchorBottomTo"); \ +static_assert(offsetof(UIItem_AnchorBottomTo, endValue) == 0x000000, "Member 'UIItem_AnchorBottomTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorBottomTo, Duration) == 0x000004, "Member 'UIItem_AnchorBottomTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorBottomTo, Delay) == 0x000008, "Member 'UIItem_AnchorBottomTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorBottomTo, Ease) == 0x00000C, "Member 'UIItem_AnchorBottomTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorBottomTo, ReturnValue) == 0x000010, "Member 'UIItem_AnchorBottomTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_AnchoredPositionTo \ +static_assert(alignof(UIItem_AnchoredPositionTo) == 0x000008, "Wrong alignment on UIItem_AnchoredPositionTo"); \ +static_assert(sizeof(UIItem_AnchoredPositionTo) == 0x000028, "Wrong size on UIItem_AnchoredPositionTo"); \ +static_assert(offsetof(UIItem_AnchoredPositionTo, endValue) == 0x000000, "Member 'UIItem_AnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchoredPositionTo, Duration) == 0x000010, "Member 'UIItem_AnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchoredPositionTo, Delay) == 0x000014, "Member 'UIItem_AnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchoredPositionTo, Ease) == 0x000018, "Member 'UIItem_AnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchoredPositionTo, ReturnValue) == 0x000020, "Member 'UIItem_AnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_AnchorLeftTo \ +static_assert(alignof(UIItem_AnchorLeftTo) == 0x000008, "Wrong alignment on UIItem_AnchorLeftTo"); \ +static_assert(sizeof(UIItem_AnchorLeftTo) == 0x000018, "Wrong size on UIItem_AnchorLeftTo"); \ +static_assert(offsetof(UIItem_AnchorLeftTo, endValue) == 0x000000, "Member 'UIItem_AnchorLeftTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorLeftTo, Duration) == 0x000004, "Member 'UIItem_AnchorLeftTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorLeftTo, Delay) == 0x000008, "Member 'UIItem_AnchorLeftTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorLeftTo, Ease) == 0x00000C, "Member 'UIItem_AnchorLeftTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorLeftTo, ReturnValue) == 0x000010, "Member 'UIItem_AnchorLeftTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_AnchorRightTo \ +static_assert(alignof(UIItem_AnchorRightTo) == 0x000008, "Wrong alignment on UIItem_AnchorRightTo"); \ +static_assert(sizeof(UIItem_AnchorRightTo) == 0x000018, "Wrong size on UIItem_AnchorRightTo"); \ +static_assert(offsetof(UIItem_AnchorRightTo, endValue) == 0x000000, "Member 'UIItem_AnchorRightTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorRightTo, Duration) == 0x000004, "Member 'UIItem_AnchorRightTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorRightTo, Delay) == 0x000008, "Member 'UIItem_AnchorRightTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorRightTo, Ease) == 0x00000C, "Member 'UIItem_AnchorRightTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorRightTo, ReturnValue) == 0x000010, "Member 'UIItem_AnchorRightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_AnchorTopTo \ +static_assert(alignof(UIItem_AnchorTopTo) == 0x000008, "Wrong alignment on UIItem_AnchorTopTo"); \ +static_assert(sizeof(UIItem_AnchorTopTo) == 0x000018, "Wrong size on UIItem_AnchorTopTo"); \ +static_assert(offsetof(UIItem_AnchorTopTo, endValue) == 0x000000, "Member 'UIItem_AnchorTopTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorTopTo, Duration) == 0x000004, "Member 'UIItem_AnchorTopTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorTopTo, Delay) == 0x000008, "Member 'UIItem_AnchorTopTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorTopTo, Ease) == 0x00000C, "Member 'UIItem_AnchorTopTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_AnchorTopTo, ReturnValue) == 0x000010, "Member 'UIItem_AnchorTopTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_HeightTo \ +static_assert(alignof(UIItem_HeightTo) == 0x000008, "Wrong alignment on UIItem_HeightTo"); \ +static_assert(sizeof(UIItem_HeightTo) == 0x000018, "Wrong size on UIItem_HeightTo"); \ +static_assert(offsetof(UIItem_HeightTo, endValue) == 0x000000, "Member 'UIItem_HeightTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HeightTo, Duration) == 0x000004, "Member 'UIItem_HeightTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HeightTo, Delay) == 0x000008, "Member 'UIItem_HeightTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HeightTo, Ease) == 0x00000C, "Member 'UIItem_HeightTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HeightTo, ReturnValue) == 0x000010, "Member 'UIItem_HeightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_HorizontalAnchoredPositionTo \ +static_assert(alignof(UIItem_HorizontalAnchoredPositionTo) == 0x000008, "Wrong alignment on UIItem_HorizontalAnchoredPositionTo"); \ +static_assert(sizeof(UIItem_HorizontalAnchoredPositionTo) == 0x000018, "Wrong size on UIItem_HorizontalAnchoredPositionTo"); \ +static_assert(offsetof(UIItem_HorizontalAnchoredPositionTo, endValue) == 0x000000, "Member 'UIItem_HorizontalAnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HorizontalAnchoredPositionTo, Duration) == 0x000004, "Member 'UIItem_HorizontalAnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HorizontalAnchoredPositionTo, Delay) == 0x000008, "Member 'UIItem_HorizontalAnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HorizontalAnchoredPositionTo, Ease) == 0x00000C, "Member 'UIItem_HorizontalAnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_HorizontalAnchoredPositionTo, ReturnValue) == 0x000010, "Member 'UIItem_HorizontalAnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_PivotTo \ +static_assert(alignof(UIItem_PivotTo) == 0x000008, "Wrong alignment on UIItem_PivotTo"); \ +static_assert(sizeof(UIItem_PivotTo) == 0x000028, "Wrong size on UIItem_PivotTo"); \ +static_assert(offsetof(UIItem_PivotTo, endValue) == 0x000000, "Member 'UIItem_PivotTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_PivotTo, Duration) == 0x000010, "Member 'UIItem_PivotTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_PivotTo, Delay) == 0x000014, "Member 'UIItem_PivotTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_PivotTo, Ease) == 0x000018, "Member 'UIItem_PivotTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_PivotTo, ReturnValue) == 0x000020, "Member 'UIItem_PivotTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorBottom \ +static_assert(alignof(UIItem_SetAnchorBottom) == 0x000004, "Wrong alignment on UIItem_SetAnchorBottom"); \ +static_assert(sizeof(UIItem_SetAnchorBottom) == 0x000004, "Wrong size on UIItem_SetAnchorBottom"); \ +static_assert(offsetof(UIItem_SetAnchorBottom, Value) == 0x000000, "Member 'UIItem_SetAnchorBottom::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorData \ +static_assert(alignof(UIItem_SetAnchorData) == 0x000008, "Wrong alignment on UIItem_SetAnchorData"); \ +static_assert(sizeof(UIItem_SetAnchorData) == 0x000050, "Wrong size on UIItem_SetAnchorData"); \ +static_assert(offsetof(UIItem_SetAnchorData, Value) == 0x000000, "Member 'UIItem_SetAnchorData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchoredPosition \ +static_assert(alignof(UIItem_SetAnchoredPosition) == 0x000008, "Wrong alignment on UIItem_SetAnchoredPosition"); \ +static_assert(sizeof(UIItem_SetAnchoredPosition) == 0x000010, "Wrong size on UIItem_SetAnchoredPosition"); \ +static_assert(offsetof(UIItem_SetAnchoredPosition, Value) == 0x000000, "Member 'UIItem_SetAnchoredPosition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorLeft \ +static_assert(alignof(UIItem_SetAnchorLeft) == 0x000004, "Wrong alignment on UIItem_SetAnchorLeft"); \ +static_assert(sizeof(UIItem_SetAnchorLeft) == 0x000004, "Wrong size on UIItem_SetAnchorLeft"); \ +static_assert(offsetof(UIItem_SetAnchorLeft, Value) == 0x000000, "Member 'UIItem_SetAnchorLeft::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorMax \ +static_assert(alignof(UIItem_SetAnchorMax) == 0x000008, "Wrong alignment on UIItem_SetAnchorMax"); \ +static_assert(sizeof(UIItem_SetAnchorMax) == 0x000010, "Wrong size on UIItem_SetAnchorMax"); \ +static_assert(offsetof(UIItem_SetAnchorMax, Value) == 0x000000, "Member 'UIItem_SetAnchorMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorMin \ +static_assert(alignof(UIItem_SetAnchorMin) == 0x000008, "Wrong alignment on UIItem_SetAnchorMin"); \ +static_assert(sizeof(UIItem_SetAnchorMin) == 0x000010, "Wrong size on UIItem_SetAnchorMin"); \ +static_assert(offsetof(UIItem_SetAnchorMin, Value) == 0x000000, "Member 'UIItem_SetAnchorMin::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorRight \ +static_assert(alignof(UIItem_SetAnchorRight) == 0x000004, "Wrong alignment on UIItem_SetAnchorRight"); \ +static_assert(sizeof(UIItem_SetAnchorRight) == 0x000004, "Wrong size on UIItem_SetAnchorRight"); \ +static_assert(offsetof(UIItem_SetAnchorRight, Value) == 0x000000, "Member 'UIItem_SetAnchorRight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetAnchorTop \ +static_assert(alignof(UIItem_SetAnchorTop) == 0x000004, "Wrong alignment on UIItem_SetAnchorTop"); \ +static_assert(sizeof(UIItem_SetAnchorTop) == 0x000004, "Wrong size on UIItem_SetAnchorTop"); \ +static_assert(offsetof(UIItem_SetAnchorTop, Value) == 0x000000, "Member 'UIItem_SetAnchorTop::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetDisplayName \ +static_assert(alignof(UIItem_SetDisplayName) == 0x000008, "Wrong alignment on UIItem_SetDisplayName"); \ +static_assert(sizeof(UIItem_SetDisplayName) == 0x000010, "Wrong size on UIItem_SetDisplayName"); \ +static_assert(offsetof(UIItem_SetDisplayName, InName) == 0x000000, "Member 'UIItem_SetDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetHeight \ +static_assert(alignof(UIItem_SetHeight) == 0x000004, "Wrong alignment on UIItem_SetHeight"); \ +static_assert(sizeof(UIItem_SetHeight) == 0x000004, "Wrong size on UIItem_SetHeight"); \ +static_assert(offsetof(UIItem_SetHeight, Value) == 0x000000, "Member 'UIItem_SetHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetHierarchyIndex \ +static_assert(alignof(UIItem_SetHierarchyIndex) == 0x000004, "Wrong alignment on UIItem_SetHierarchyIndex"); \ +static_assert(sizeof(UIItem_SetHierarchyIndex) == 0x000004, "Wrong size on UIItem_SetHierarchyIndex"); \ +static_assert(offsetof(UIItem_SetHierarchyIndex, inInt) == 0x000000, "Member 'UIItem_SetHierarchyIndex::inInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetHorizontalAnchoredPosition \ +static_assert(alignof(UIItem_SetHorizontalAnchoredPosition) == 0x000004, "Wrong alignment on UIItem_SetHorizontalAnchoredPosition"); \ +static_assert(sizeof(UIItem_SetHorizontalAnchoredPosition) == 0x000004, "Wrong size on UIItem_SetHorizontalAnchoredPosition"); \ +static_assert(offsetof(UIItem_SetHorizontalAnchoredPosition, Value) == 0x000000, "Member 'UIItem_SetHorizontalAnchoredPosition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetHorizontalAnchorMinMax \ +static_assert(alignof(UIItem_SetHorizontalAnchorMinMax) == 0x000008, "Wrong alignment on UIItem_SetHorizontalAnchorMinMax"); \ +static_assert(sizeof(UIItem_SetHorizontalAnchorMinMax) == 0x000018, "Wrong size on UIItem_SetHorizontalAnchorMinMax"); \ +static_assert(offsetof(UIItem_SetHorizontalAnchorMinMax, Value) == 0x000000, "Member 'UIItem_SetHorizontalAnchorMinMax::Value' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetHorizontalAnchorMinMax, bKeepSize) == 0x000010, "Member 'UIItem_SetHorizontalAnchorMinMax::bKeepSize' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetHorizontalAnchorMinMax, bKeepRelativeLocation) == 0x000011, "Member 'UIItem_SetHorizontalAnchorMinMax::bKeepRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetHorizontalAndVerticalAnchorMinMax \ +static_assert(alignof(UIItem_SetHorizontalAndVerticalAnchorMinMax) == 0x000008, "Wrong alignment on UIItem_SetHorizontalAndVerticalAnchorMinMax"); \ +static_assert(sizeof(UIItem_SetHorizontalAndVerticalAnchorMinMax) == 0x000028, "Wrong size on UIItem_SetHorizontalAndVerticalAnchorMinMax"); \ +static_assert(offsetof(UIItem_SetHorizontalAndVerticalAnchorMinMax, MinValue) == 0x000000, "Member 'UIItem_SetHorizontalAndVerticalAnchorMinMax::MinValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetHorizontalAndVerticalAnchorMinMax, MaxValue) == 0x000010, "Member 'UIItem_SetHorizontalAndVerticalAnchorMinMax::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetHorizontalAndVerticalAnchorMinMax, bKeepSize) == 0x000020, "Member 'UIItem_SetHorizontalAndVerticalAnchorMinMax::bKeepSize' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetHorizontalAndVerticalAnchorMinMax, bKeepRelativeLocation) == 0x000021, "Member 'UIItem_SetHorizontalAndVerticalAnchorMinMax::bKeepRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetIsUIActive \ +static_assert(alignof(UIItem_SetIsUIActive) == 0x000001, "Wrong alignment on UIItem_SetIsUIActive"); \ +static_assert(sizeof(UIItem_SetIsUIActive) == 0x000001, "Wrong size on UIItem_SetIsUIActive"); \ +static_assert(offsetof(UIItem_SetIsUIActive, Active) == 0x000000, "Member 'UIItem_SetIsUIActive::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetPivot \ +static_assert(alignof(UIItem_SetPivot) == 0x000008, "Wrong alignment on UIItem_SetPivot"); \ +static_assert(sizeof(UIItem_SetPivot) == 0x000010, "Wrong size on UIItem_SetPivot"); \ +static_assert(offsetof(UIItem_SetPivot, Value) == 0x000000, "Member 'UIItem_SetPivot::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetRaycastTarget \ +static_assert(alignof(UIItem_SetRaycastTarget) == 0x000001, "Wrong alignment on UIItem_SetRaycastTarget"); \ +static_assert(sizeof(UIItem_SetRaycastTarget) == 0x000001, "Wrong size on UIItem_SetRaycastTarget"); \ +static_assert(offsetof(UIItem_SetRaycastTarget, newBool) == 0x000000, "Member 'UIItem_SetRaycastTarget::newBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetSizeDelta \ +static_assert(alignof(UIItem_SetSizeDelta) == 0x000008, "Wrong alignment on UIItem_SetSizeDelta"); \ +static_assert(sizeof(UIItem_SetSizeDelta) == 0x000010, "Wrong size on UIItem_SetSizeDelta"); \ +static_assert(offsetof(UIItem_SetSizeDelta, Value) == 0x000000, "Member 'UIItem_SetSizeDelta::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetTraceChannel \ +static_assert(alignof(UIItem_SetTraceChannel) == 0x000001, "Wrong alignment on UIItem_SetTraceChannel"); \ +static_assert(sizeof(UIItem_SetTraceChannel) == 0x000001, "Wrong size on UIItem_SetTraceChannel"); \ +static_assert(offsetof(UIItem_SetTraceChannel, InTraceChannel) == 0x000000, "Member 'UIItem_SetTraceChannel::InTraceChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetVerticalAnchoredPosition \ +static_assert(alignof(UIItem_SetVerticalAnchoredPosition) == 0x000004, "Wrong alignment on UIItem_SetVerticalAnchoredPosition"); \ +static_assert(sizeof(UIItem_SetVerticalAnchoredPosition) == 0x000004, "Wrong size on UIItem_SetVerticalAnchoredPosition"); \ +static_assert(offsetof(UIItem_SetVerticalAnchoredPosition, Value) == 0x000000, "Member 'UIItem_SetVerticalAnchoredPosition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetVerticalAnchorMinMax \ +static_assert(alignof(UIItem_SetVerticalAnchorMinMax) == 0x000008, "Wrong alignment on UIItem_SetVerticalAnchorMinMax"); \ +static_assert(sizeof(UIItem_SetVerticalAnchorMinMax) == 0x000018, "Wrong size on UIItem_SetVerticalAnchorMinMax"); \ +static_assert(offsetof(UIItem_SetVerticalAnchorMinMax, Value) == 0x000000, "Member 'UIItem_SetVerticalAnchorMinMax::Value' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetVerticalAnchorMinMax, bKeepSize) == 0x000010, "Member 'UIItem_SetVerticalAnchorMinMax::bKeepSize' has a wrong offset!"); \ +static_assert(offsetof(UIItem_SetVerticalAnchorMinMax, bKeepRelativeLocation) == 0x000011, "Member 'UIItem_SetVerticalAnchorMinMax::bKeepRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_SetWidth \ +static_assert(alignof(UIItem_SetWidth) == 0x000004, "Wrong alignment on UIItem_SetWidth"); \ +static_assert(sizeof(UIItem_SetWidth) == 0x000004, "Wrong size on UIItem_SetWidth"); \ +static_assert(offsetof(UIItem_SetWidth, Value) == 0x000000, "Member 'UIItem_SetWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_VerticalAnchoredPositionTo \ +static_assert(alignof(UIItem_VerticalAnchoredPositionTo) == 0x000008, "Wrong alignment on UIItem_VerticalAnchoredPositionTo"); \ +static_assert(sizeof(UIItem_VerticalAnchoredPositionTo) == 0x000018, "Wrong size on UIItem_VerticalAnchoredPositionTo"); \ +static_assert(offsetof(UIItem_VerticalAnchoredPositionTo, endValue) == 0x000000, "Member 'UIItem_VerticalAnchoredPositionTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_VerticalAnchoredPositionTo, Duration) == 0x000004, "Member 'UIItem_VerticalAnchoredPositionTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_VerticalAnchoredPositionTo, Delay) == 0x000008, "Member 'UIItem_VerticalAnchoredPositionTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_VerticalAnchoredPositionTo, Ease) == 0x00000C, "Member 'UIItem_VerticalAnchoredPositionTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_VerticalAnchoredPositionTo, ReturnValue) == 0x000010, "Member 'UIItem_VerticalAnchoredPositionTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_WidthTo \ +static_assert(alignof(UIItem_WidthTo) == 0x000008, "Wrong alignment on UIItem_WidthTo"); \ +static_assert(sizeof(UIItem_WidthTo) == 0x000018, "Wrong size on UIItem_WidthTo"); \ +static_assert(offsetof(UIItem_WidthTo, endValue) == 0x000000, "Member 'UIItem_WidthTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIItem_WidthTo, Duration) == 0x000004, "Member 'UIItem_WidthTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIItem_WidthTo, Delay) == 0x000008, "Member 'UIItem_WidthTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIItem_WidthTo, Ease) == 0x00000C, "Member 'UIItem_WidthTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIItem_WidthTo, ReturnValue) == 0x000010, "Member 'UIItem_WidthTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_FindChildArrayByDisplayName \ +static_assert(alignof(UIItem_FindChildArrayByDisplayName) == 0x000008, "Wrong alignment on UIItem_FindChildArrayByDisplayName"); \ +static_assert(sizeof(UIItem_FindChildArrayByDisplayName) == 0x000028, "Wrong size on UIItem_FindChildArrayByDisplayName"); \ +static_assert(offsetof(UIItem_FindChildArrayByDisplayName, InName) == 0x000000, "Member 'UIItem_FindChildArrayByDisplayName::InName' has a wrong offset!"); \ +static_assert(offsetof(UIItem_FindChildArrayByDisplayName, IncludeChildren) == 0x000010, "Member 'UIItem_FindChildArrayByDisplayName::IncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(UIItem_FindChildArrayByDisplayName, ReturnValue) == 0x000018, "Member 'UIItem_FindChildArrayByDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_FindChildByDisplayName \ +static_assert(alignof(UIItem_FindChildByDisplayName) == 0x000008, "Wrong alignment on UIItem_FindChildByDisplayName"); \ +static_assert(sizeof(UIItem_FindChildByDisplayName) == 0x000020, "Wrong size on UIItem_FindChildByDisplayName"); \ +static_assert(offsetof(UIItem_FindChildByDisplayName, InName) == 0x000000, "Member 'UIItem_FindChildByDisplayName::InName' has a wrong offset!"); \ +static_assert(offsetof(UIItem_FindChildByDisplayName, IncludeChildren) == 0x000010, "Member 'UIItem_FindChildByDisplayName::IncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(UIItem_FindChildByDisplayName, ReturnValue) == 0x000018, "Member 'UIItem_FindChildByDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorBottom \ +static_assert(alignof(UIItem_GetAnchorBottom) == 0x000004, "Wrong alignment on UIItem_GetAnchorBottom"); \ +static_assert(sizeof(UIItem_GetAnchorBottom) == 0x000004, "Wrong size on UIItem_GetAnchorBottom"); \ +static_assert(offsetof(UIItem_GetAnchorBottom, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorBottom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorData \ +static_assert(alignof(UIItem_GetAnchorData) == 0x000008, "Wrong alignment on UIItem_GetAnchorData"); \ +static_assert(sizeof(UIItem_GetAnchorData) == 0x000050, "Wrong size on UIItem_GetAnchorData"); \ +static_assert(offsetof(UIItem_GetAnchorData, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchoredPosition \ +static_assert(alignof(UIItem_GetAnchoredPosition) == 0x000008, "Wrong alignment on UIItem_GetAnchoredPosition"); \ +static_assert(sizeof(UIItem_GetAnchoredPosition) == 0x000010, "Wrong size on UIItem_GetAnchoredPosition"); \ +static_assert(offsetof(UIItem_GetAnchoredPosition, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchoredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorLeft \ +static_assert(alignof(UIItem_GetAnchorLeft) == 0x000004, "Wrong alignment on UIItem_GetAnchorLeft"); \ +static_assert(sizeof(UIItem_GetAnchorLeft) == 0x000004, "Wrong size on UIItem_GetAnchorLeft"); \ +static_assert(offsetof(UIItem_GetAnchorLeft, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorMax \ +static_assert(alignof(UIItem_GetAnchorMax) == 0x000008, "Wrong alignment on UIItem_GetAnchorMax"); \ +static_assert(sizeof(UIItem_GetAnchorMax) == 0x000010, "Wrong size on UIItem_GetAnchorMax"); \ +static_assert(offsetof(UIItem_GetAnchorMax, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorMin \ +static_assert(alignof(UIItem_GetAnchorMin) == 0x000008, "Wrong alignment on UIItem_GetAnchorMin"); \ +static_assert(sizeof(UIItem_GetAnchorMin) == 0x000010, "Wrong size on UIItem_GetAnchorMin"); \ +static_assert(offsetof(UIItem_GetAnchorMin, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorRight \ +static_assert(alignof(UIItem_GetAnchorRight) == 0x000004, "Wrong alignment on UIItem_GetAnchorRight"); \ +static_assert(sizeof(UIItem_GetAnchorRight) == 0x000004, "Wrong size on UIItem_GetAnchorRight"); \ +static_assert(offsetof(UIItem_GetAnchorRight, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAnchorTop \ +static_assert(alignof(UIItem_GetAnchorTop) == 0x000004, "Wrong alignment on UIItem_GetAnchorTop"); \ +static_assert(sizeof(UIItem_GetAnchorTop) == 0x000004, "Wrong size on UIItem_GetAnchorTop"); \ +static_assert(offsetof(UIItem_GetAnchorTop, ReturnValue) == 0x000000, "Member 'UIItem_GetAnchorTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAttachUIChild \ +static_assert(alignof(UIItem_GetAttachUIChild) == 0x000008, "Wrong alignment on UIItem_GetAttachUIChild"); \ +static_assert(sizeof(UIItem_GetAttachUIChild) == 0x000010, "Wrong size on UIItem_GetAttachUIChild"); \ +static_assert(offsetof(UIItem_GetAttachUIChild, Index_0) == 0x000000, "Member 'UIItem_GetAttachUIChild::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIItem_GetAttachUIChild, ReturnValue) == 0x000008, "Member 'UIItem_GetAttachUIChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetAttachUIChildren \ +static_assert(alignof(UIItem_GetAttachUIChildren) == 0x000008, "Wrong alignment on UIItem_GetAttachUIChildren"); \ +static_assert(sizeof(UIItem_GetAttachUIChildren) == 0x000010, "Wrong size on UIItem_GetAttachUIChildren"); \ +static_assert(offsetof(UIItem_GetAttachUIChildren, ReturnValue) == 0x000000, "Member 'UIItem_GetAttachUIChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetCanvasGroup \ +static_assert(alignof(UIItem_GetCanvasGroup) == 0x000008, "Wrong alignment on UIItem_GetCanvasGroup"); \ +static_assert(sizeof(UIItem_GetCanvasGroup) == 0x000008, "Wrong size on UIItem_GetCanvasGroup"); \ +static_assert(offsetof(UIItem_GetCanvasGroup, ReturnValue) == 0x000000, "Member 'UIItem_GetCanvasGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetCanvasScaler \ +static_assert(alignof(UIItem_GetCanvasScaler) == 0x000008, "Wrong alignment on UIItem_GetCanvasScaler"); \ +static_assert(sizeof(UIItem_GetCanvasScaler) == 0x000008, "Wrong size on UIItem_GetCanvasScaler"); \ +static_assert(offsetof(UIItem_GetCanvasScaler, ReturnValue) == 0x000000, "Member 'UIItem_GetCanvasScaler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetDisplayName \ +static_assert(alignof(UIItem_GetDisplayName) == 0x000008, "Wrong alignment on UIItem_GetDisplayName"); \ +static_assert(sizeof(UIItem_GetDisplayName) == 0x000010, "Wrong size on UIItem_GetDisplayName"); \ +static_assert(offsetof(UIItem_GetDisplayName, ReturnValue) == 0x000000, "Member 'UIItem_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetFlattenHierarchyIndex \ +static_assert(alignof(UIItem_GetFlattenHierarchyIndex) == 0x000004, "Wrong alignment on UIItem_GetFlattenHierarchyIndex"); \ +static_assert(sizeof(UIItem_GetFlattenHierarchyIndex) == 0x000004, "Wrong size on UIItem_GetFlattenHierarchyIndex"); \ +static_assert(offsetof(UIItem_GetFlattenHierarchyIndex, ReturnValue) == 0x000000, "Member 'UIItem_GetFlattenHierarchyIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetHeight \ +static_assert(alignof(UIItem_GetHeight) == 0x000004, "Wrong alignment on UIItem_GetHeight"); \ +static_assert(sizeof(UIItem_GetHeight) == 0x000004, "Wrong size on UIItem_GetHeight"); \ +static_assert(offsetof(UIItem_GetHeight, ReturnValue) == 0x000000, "Member 'UIItem_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetHierarchyIndex \ +static_assert(alignof(UIItem_GetHierarchyIndex) == 0x000004, "Wrong alignment on UIItem_GetHierarchyIndex"); \ +static_assert(sizeof(UIItem_GetHierarchyIndex) == 0x000004, "Wrong size on UIItem_GetHierarchyIndex"); \ +static_assert(offsetof(UIItem_GetHierarchyIndex, ReturnValue) == 0x000000, "Member 'UIItem_GetHierarchyIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetHorizontalAnchoredPosition \ +static_assert(alignof(UIItem_GetHorizontalAnchoredPosition) == 0x000004, "Wrong alignment on UIItem_GetHorizontalAnchoredPosition"); \ +static_assert(sizeof(UIItem_GetHorizontalAnchoredPosition) == 0x000004, "Wrong size on UIItem_GetHorizontalAnchoredPosition"); \ +static_assert(offsetof(UIItem_GetHorizontalAnchoredPosition, ReturnValue) == 0x000000, "Member 'UIItem_GetHorizontalAnchoredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetIsUIActiveInHierarchy \ +static_assert(alignof(UIItem_GetIsUIActiveInHierarchy) == 0x000001, "Wrong alignment on UIItem_GetIsUIActiveInHierarchy"); \ +static_assert(sizeof(UIItem_GetIsUIActiveInHierarchy) == 0x000001, "Wrong size on UIItem_GetIsUIActiveInHierarchy"); \ +static_assert(offsetof(UIItem_GetIsUIActiveInHierarchy, ReturnValue) == 0x000000, "Member 'UIItem_GetIsUIActiveInHierarchy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetIsUIActiveSelf \ +static_assert(alignof(UIItem_GetIsUIActiveSelf) == 0x000001, "Wrong alignment on UIItem_GetIsUIActiveSelf"); \ +static_assert(sizeof(UIItem_GetIsUIActiveSelf) == 0x000001, "Wrong size on UIItem_GetIsUIActiveSelf"); \ +static_assert(offsetof(UIItem_GetIsUIActiveSelf, ReturnValue) == 0x000000, "Member 'UIItem_GetIsUIActiveSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceBottom \ +static_assert(alignof(UIItem_GetLocalSpaceBottom) == 0x000004, "Wrong alignment on UIItem_GetLocalSpaceBottom"); \ +static_assert(sizeof(UIItem_GetLocalSpaceBottom) == 0x000004, "Wrong size on UIItem_GetLocalSpaceBottom"); \ +static_assert(offsetof(UIItem_GetLocalSpaceBottom, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceBottom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceCenter \ +static_assert(alignof(UIItem_GetLocalSpaceCenter) == 0x000008, "Wrong alignment on UIItem_GetLocalSpaceCenter"); \ +static_assert(sizeof(UIItem_GetLocalSpaceCenter) == 0x000010, "Wrong size on UIItem_GetLocalSpaceCenter"); \ +static_assert(offsetof(UIItem_GetLocalSpaceCenter, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceLeft \ +static_assert(alignof(UIItem_GetLocalSpaceLeft) == 0x000004, "Wrong alignment on UIItem_GetLocalSpaceLeft"); \ +static_assert(sizeof(UIItem_GetLocalSpaceLeft) == 0x000004, "Wrong size on UIItem_GetLocalSpaceLeft"); \ +static_assert(offsetof(UIItem_GetLocalSpaceLeft, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceLeftBottomPoint \ +static_assert(alignof(UIItem_GetLocalSpaceLeftBottomPoint) == 0x000008, "Wrong alignment on UIItem_GetLocalSpaceLeftBottomPoint"); \ +static_assert(sizeof(UIItem_GetLocalSpaceLeftBottomPoint) == 0x000010, "Wrong size on UIItem_GetLocalSpaceLeftBottomPoint"); \ +static_assert(offsetof(UIItem_GetLocalSpaceLeftBottomPoint, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceLeftBottomPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceRight \ +static_assert(alignof(UIItem_GetLocalSpaceRight) == 0x000004, "Wrong alignment on UIItem_GetLocalSpaceRight"); \ +static_assert(sizeof(UIItem_GetLocalSpaceRight) == 0x000004, "Wrong size on UIItem_GetLocalSpaceRight"); \ +static_assert(offsetof(UIItem_GetLocalSpaceRight, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceRightTopPoint \ +static_assert(alignof(UIItem_GetLocalSpaceRightTopPoint) == 0x000008, "Wrong alignment on UIItem_GetLocalSpaceRightTopPoint"); \ +static_assert(sizeof(UIItem_GetLocalSpaceRightTopPoint) == 0x000010, "Wrong size on UIItem_GetLocalSpaceRightTopPoint"); \ +static_assert(offsetof(UIItem_GetLocalSpaceRightTopPoint, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceRightTopPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetLocalSpaceTop \ +static_assert(alignof(UIItem_GetLocalSpaceTop) == 0x000004, "Wrong alignment on UIItem_GetLocalSpaceTop"); \ +static_assert(sizeof(UIItem_GetLocalSpaceTop) == 0x000004, "Wrong size on UIItem_GetLocalSpaceTop"); \ +static_assert(offsetof(UIItem_GetLocalSpaceTop, ReturnValue) == 0x000000, "Member 'UIItem_GetLocalSpaceTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetParentUIItem \ +static_assert(alignof(UIItem_GetParentUIItem) == 0x000008, "Wrong alignment on UIItem_GetParentUIItem"); \ +static_assert(sizeof(UIItem_GetParentUIItem) == 0x000008, "Wrong size on UIItem_GetParentUIItem"); \ +static_assert(offsetof(UIItem_GetParentUIItem, ReturnValue) == 0x000000, "Member 'UIItem_GetParentUIItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetPivot \ +static_assert(alignof(UIItem_GetPivot) == 0x000008, "Wrong alignment on UIItem_GetPivot"); \ +static_assert(sizeof(UIItem_GetPivot) == 0x000010, "Wrong size on UIItem_GetPivot"); \ +static_assert(offsetof(UIItem_GetPivot, ReturnValue) == 0x000000, "Member 'UIItem_GetPivot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetRenderCanvas \ +static_assert(alignof(UIItem_GetRenderCanvas) == 0x000008, "Wrong alignment on UIItem_GetRenderCanvas"); \ +static_assert(sizeof(UIItem_GetRenderCanvas) == 0x000008, "Wrong size on UIItem_GetRenderCanvas"); \ +static_assert(offsetof(UIItem_GetRenderCanvas, ReturnValue) == 0x000000, "Member 'UIItem_GetRenderCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetRootCanvas \ +static_assert(alignof(UIItem_GetRootCanvas) == 0x000008, "Wrong alignment on UIItem_GetRootCanvas"); \ +static_assert(sizeof(UIItem_GetRootCanvas) == 0x000008, "Wrong size on UIItem_GetRootCanvas"); \ +static_assert(offsetof(UIItem_GetRootCanvas, ReturnValue) == 0x000000, "Member 'UIItem_GetRootCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetRootUIItemInHierarchy \ +static_assert(alignof(UIItem_GetRootUIItemInHierarchy) == 0x000008, "Wrong alignment on UIItem_GetRootUIItemInHierarchy"); \ +static_assert(sizeof(UIItem_GetRootUIItemInHierarchy) == 0x000008, "Wrong size on UIItem_GetRootUIItemInHierarchy"); \ +static_assert(offsetof(UIItem_GetRootUIItemInHierarchy, ReturnValue) == 0x000000, "Member 'UIItem_GetRootUIItemInHierarchy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetSizeDelta \ +static_assert(alignof(UIItem_GetSizeDelta) == 0x000008, "Wrong alignment on UIItem_GetSizeDelta"); \ +static_assert(sizeof(UIItem_GetSizeDelta) == 0x000010, "Wrong size on UIItem_GetSizeDelta"); \ +static_assert(offsetof(UIItem_GetSizeDelta, ReturnValue) == 0x000000, "Member 'UIItem_GetSizeDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetTraceChannel \ +static_assert(alignof(UIItem_GetTraceChannel) == 0x000001, "Wrong alignment on UIItem_GetTraceChannel"); \ +static_assert(sizeof(UIItem_GetTraceChannel) == 0x000001, "Wrong size on UIItem_GetTraceChannel"); \ +static_assert(offsetof(UIItem_GetTraceChannel, ReturnValue) == 0x000000, "Member 'UIItem_GetTraceChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetVerticalAnchoredPosition \ +static_assert(alignof(UIItem_GetVerticalAnchoredPosition) == 0x000004, "Wrong alignment on UIItem_GetVerticalAnchoredPosition"); \ +static_assert(sizeof(UIItem_GetVerticalAnchoredPosition) == 0x000004, "Wrong size on UIItem_GetVerticalAnchoredPosition"); \ +static_assert(offsetof(UIItem_GetVerticalAnchoredPosition, ReturnValue) == 0x000000, "Member 'UIItem_GetVerticalAnchoredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_GetWidth \ +static_assert(alignof(UIItem_GetWidth) == 0x000004, "Wrong alignment on UIItem_GetWidth"); \ +static_assert(sizeof(UIItem_GetWidth) == 0x000004, "Wrong size on UIItem_GetWidth"); \ +static_assert(offsetof(UIItem_GetWidth, ReturnValue) == 0x000000, "Member 'UIItem_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_IsRaycastTarget \ +static_assert(alignof(UIItem_IsRaycastTarget) == 0x000001, "Wrong alignment on UIItem_IsRaycastTarget"); \ +static_assert(sizeof(UIItem_IsRaycastTarget) == 0x000001, "Wrong size on UIItem_IsRaycastTarget"); \ +static_assert(offsetof(UIItem_IsRaycastTarget, ReturnValue) == 0x000000, "Member 'UIItem_IsRaycastTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_IsRenderTargetUI \ +static_assert(alignof(UIItem_IsRenderTargetUI) == 0x000001, "Wrong alignment on UIItem_IsRenderTargetUI"); \ +static_assert(sizeof(UIItem_IsRenderTargetUI) == 0x000001, "Wrong size on UIItem_IsRenderTargetUI"); \ +static_assert(offsetof(UIItem_IsRenderTargetUI, ReturnValue) == 0x000000, "Member 'UIItem_IsRenderTargetUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_IsScreenSpaceOverlayUI \ +static_assert(alignof(UIItem_IsScreenSpaceOverlayUI) == 0x000001, "Wrong alignment on UIItem_IsScreenSpaceOverlayUI"); \ +static_assert(sizeof(UIItem_IsScreenSpaceOverlayUI) == 0x000001, "Wrong size on UIItem_IsScreenSpaceOverlayUI"); \ +static_assert(offsetof(UIItem_IsScreenSpaceOverlayUI, ReturnValue) == 0x000000, "Member 'UIItem_IsScreenSpaceOverlayUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIItem_IsWorldSpaceUI \ +static_assert(alignof(UIItem_IsWorldSpaceUI) == 0x000001, "Wrong alignment on UIItem_IsWorldSpaceUI"); \ +static_assert(sizeof(UIItem_IsWorldSpaceUI) == 0x000001, "Wrong size on UIItem_IsWorldSpaceUI"); \ +static_assert(offsetof(UIItem_IsWorldSpaceUI, ReturnValue) == 0x000000, "Member 'UIItem_IsWorldSpaceUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIItem \ +static_assert(alignof(UUIItem) == 0x000010, "Wrong alignment on UUIItem"); \ +static_assert(sizeof(UUIItem) == 0x000410, "Wrong size on UUIItem"); \ +static_assert(offsetof(UUIItem, AnchorData) == 0x000318, "Member 'UUIItem::AnchorData' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, ParentUIItem) == 0x000368, "Member 'UUIItem::ParentUIItem' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, UIChildren) == 0x000378, "Member 'UUIItem::UIChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, CanvasGroup) == 0x0003AC, "Member 'UUIItem::CanvasGroup' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, bIsUIActive) == 0x0003CA, "Member 'UUIItem::bIsUIActive' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, hierarchyIndex) == 0x0003E8, "Member 'UUIItem::hierarchyIndex' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, flattenHierarchyIndex) == 0x0003EC, "Member 'UUIItem::flattenHierarchyIndex' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, DisplayName) == 0x0003F0, "Member 'UUIItem::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, bRaycastTarget) == 0x000400, "Member 'UUIItem::bRaycastTarget' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, TraceChannel) == 0x000401, "Member 'UUIItem::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UUIItem, RenderCanvas) == 0x000404, "Member 'UUIItem::RenderCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_AlphaFrom \ +static_assert(alignof(UIBaseRenderable_AlphaFrom) == 0x000008, "Wrong alignment on UIBaseRenderable_AlphaFrom"); \ +static_assert(sizeof(UIBaseRenderable_AlphaFrom) == 0x000018, "Wrong size on UIBaseRenderable_AlphaFrom"); \ +static_assert(offsetof(UIBaseRenderable_AlphaFrom, StartValue) == 0x000000, "Member 'UIBaseRenderable_AlphaFrom::StartValue' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaFrom, Duration) == 0x000004, "Member 'UIBaseRenderable_AlphaFrom::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaFrom, Delay) == 0x000008, "Member 'UIBaseRenderable_AlphaFrom::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaFrom, Ease) == 0x00000C, "Member 'UIBaseRenderable_AlphaFrom::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaFrom, ReturnValue) == 0x000010, "Member 'UIBaseRenderable_AlphaFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_AlphaTo \ +static_assert(alignof(UIBaseRenderable_AlphaTo) == 0x000008, "Wrong alignment on UIBaseRenderable_AlphaTo"); \ +static_assert(sizeof(UIBaseRenderable_AlphaTo) == 0x000018, "Wrong size on UIBaseRenderable_AlphaTo"); \ +static_assert(offsetof(UIBaseRenderable_AlphaTo, endValue) == 0x000000, "Member 'UIBaseRenderable_AlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaTo, Duration) == 0x000004, "Member 'UIBaseRenderable_AlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaTo, Delay) == 0x000008, "Member 'UIBaseRenderable_AlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaTo, Ease) == 0x00000C, "Member 'UIBaseRenderable_AlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_AlphaTo, ReturnValue) == 0x000010, "Member 'UIBaseRenderable_AlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_ColorFrom \ +static_assert(alignof(UIBaseRenderable_ColorFrom) == 0x000008, "Wrong alignment on UIBaseRenderable_ColorFrom"); \ +static_assert(sizeof(UIBaseRenderable_ColorFrom) == 0x000018, "Wrong size on UIBaseRenderable_ColorFrom"); \ +static_assert(offsetof(UIBaseRenderable_ColorFrom, StartValue) == 0x000000, "Member 'UIBaseRenderable_ColorFrom::StartValue' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorFrom, Duration) == 0x000004, "Member 'UIBaseRenderable_ColorFrom::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorFrom, Delay) == 0x000008, "Member 'UIBaseRenderable_ColorFrom::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorFrom, Ease) == 0x00000C, "Member 'UIBaseRenderable_ColorFrom::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorFrom, ReturnValue) == 0x000010, "Member 'UIBaseRenderable_ColorFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_ColorTo \ +static_assert(alignof(UIBaseRenderable_ColorTo) == 0x000008, "Wrong alignment on UIBaseRenderable_ColorTo"); \ +static_assert(sizeof(UIBaseRenderable_ColorTo) == 0x000018, "Wrong size on UIBaseRenderable_ColorTo"); \ +static_assert(offsetof(UIBaseRenderable_ColorTo, endValue) == 0x000000, "Member 'UIBaseRenderable_ColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorTo, Duration) == 0x000004, "Member 'UIBaseRenderable_ColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorTo, Delay) == 0x000008, "Member 'UIBaseRenderable_ColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorTo, Ease) == 0x00000C, "Member 'UIBaseRenderable_ColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIBaseRenderable_ColorTo, ReturnValue) == 0x000010, "Member 'UIBaseRenderable_ColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_SetAlpha \ +static_assert(alignof(UIBaseRenderable_SetAlpha) == 0x000004, "Wrong alignment on UIBaseRenderable_SetAlpha"); \ +static_assert(sizeof(UIBaseRenderable_SetAlpha) == 0x000004, "Wrong size on UIBaseRenderable_SetAlpha"); \ +static_assert(offsetof(UIBaseRenderable_SetAlpha, Value) == 0x000000, "Member 'UIBaseRenderable_SetAlpha::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_SetColor \ +static_assert(alignof(UIBaseRenderable_SetColor) == 0x000004, "Wrong alignment on UIBaseRenderable_SetColor"); \ +static_assert(sizeof(UIBaseRenderable_SetColor) == 0x000004, "Wrong size on UIBaseRenderable_SetColor"); \ +static_assert(offsetof(UIBaseRenderable_SetColor, Value) == 0x000000, "Member 'UIBaseRenderable_SetColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_SetCustomRaycastObject \ +static_assert(alignof(UIBaseRenderable_SetCustomRaycastObject) == 0x000008, "Wrong alignment on UIBaseRenderable_SetCustomRaycastObject"); \ +static_assert(sizeof(UIBaseRenderable_SetCustomRaycastObject) == 0x000008, "Wrong size on UIBaseRenderable_SetCustomRaycastObject"); \ +static_assert(offsetof(UIBaseRenderable_SetCustomRaycastObject, Value) == 0x000000, "Member 'UIBaseRenderable_SetCustomRaycastObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_SetRaycastType \ +static_assert(alignof(UIBaseRenderable_SetRaycastType) == 0x000001, "Wrong alignment on UIBaseRenderable_SetRaycastType"); \ +static_assert(sizeof(UIBaseRenderable_SetRaycastType) == 0x000001, "Wrong size on UIBaseRenderable_SetRaycastType"); \ +static_assert(offsetof(UIBaseRenderable_SetRaycastType, Value) == 0x000000, "Member 'UIBaseRenderable_SetRaycastType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetAlpha \ +static_assert(alignof(UIBaseRenderable_GetAlpha) == 0x000004, "Wrong alignment on UIBaseRenderable_GetAlpha"); \ +static_assert(sizeof(UIBaseRenderable_GetAlpha) == 0x000004, "Wrong size on UIBaseRenderable_GetAlpha"); \ +static_assert(offsetof(UIBaseRenderable_GetAlpha, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetColor \ +static_assert(alignof(UIBaseRenderable_GetColor) == 0x000004, "Wrong alignment on UIBaseRenderable_GetColor"); \ +static_assert(sizeof(UIBaseRenderable_GetColor) == 0x000004, "Wrong size on UIBaseRenderable_GetColor"); \ +static_assert(offsetof(UIBaseRenderable_GetColor, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetCustomRaycastObject \ +static_assert(alignof(UIBaseRenderable_GetCustomRaycastObject) == 0x000008, "Wrong alignment on UIBaseRenderable_GetCustomRaycastObject"); \ +static_assert(sizeof(UIBaseRenderable_GetCustomRaycastObject) == 0x000008, "Wrong size on UIBaseRenderable_GetCustomRaycastObject"); \ +static_assert(offsetof(UIBaseRenderable_GetCustomRaycastObject, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetCustomRaycastObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetFinalAlpha01 \ +static_assert(alignof(UIBaseRenderable_GetFinalAlpha01) == 0x000004, "Wrong alignment on UIBaseRenderable_GetFinalAlpha01"); \ +static_assert(sizeof(UIBaseRenderable_GetFinalAlpha01) == 0x000004, "Wrong size on UIBaseRenderable_GetFinalAlpha01"); \ +static_assert(offsetof(UIBaseRenderable_GetFinalAlpha01, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetFinalAlpha01::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetFinalColor \ +static_assert(alignof(UIBaseRenderable_GetFinalColor) == 0x000004, "Wrong alignment on UIBaseRenderable_GetFinalColor"); \ +static_assert(sizeof(UIBaseRenderable_GetFinalColor) == 0x000004, "Wrong size on UIBaseRenderable_GetFinalColor"); \ +static_assert(offsetof(UIBaseRenderable_GetFinalColor, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetFinalColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetRaycastType \ +static_assert(alignof(UIBaseRenderable_GetRaycastType) == 0x000001, "Wrong alignment on UIBaseRenderable_GetRaycastType"); \ +static_assert(sizeof(UIBaseRenderable_GetRaycastType) == 0x000001, "Wrong size on UIBaseRenderable_GetRaycastType"); \ +static_assert(offsetof(UIBaseRenderable_GetRaycastType, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetRaycastType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderable_GetUIRenderableType \ +static_assert(alignof(UIBaseRenderable_GetUIRenderableType) == 0x000001, "Wrong alignment on UIBaseRenderable_GetUIRenderableType"); \ +static_assert(sizeof(UIBaseRenderable_GetUIRenderableType) == 0x000001, "Wrong size on UIBaseRenderable_GetUIRenderableType"); \ +static_assert(offsetof(UIBaseRenderable_GetUIRenderableType, ReturnValue) == 0x000000, "Member 'UIBaseRenderable_GetUIRenderableType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIBaseRenderable \ +static_assert(alignof(UUIBaseRenderable) == 0x000010, "Wrong alignment on UUIBaseRenderable"); \ +static_assert(sizeof(UUIBaseRenderable) == 0x000450, "Wrong size on UUIBaseRenderable"); \ +static_assert(offsetof(UUIBaseRenderable, Color) == 0x000414, "Member 'UUIBaseRenderable::Color' has a wrong offset!"); \ +static_assert(offsetof(UUIBaseRenderable, RaycastType) == 0x000418, "Member 'UUIBaseRenderable::RaycastType' has a wrong offset!"); \ +static_assert(offsetof(UUIBaseRenderable, CustomRaycastObject) == 0x000420, "Member 'UUIBaseRenderable::CustomRaycastObject' has a wrong offset!"); \ +static_assert(offsetof(UUIBaseRenderable, VisiblePixelThreadhold) == 0x000428, "Member 'UUIBaseRenderable::VisiblePixelThreadhold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry \ +static_assert(alignof(UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry"); \ +static_assert(sizeof(UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry) == 0x000008, "Wrong size on UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry, ReturnValue) == 0x000000, "Member 'UIBatchMeshRenderable_ReceiveGetMaterialToCreateGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry \ +static_assert(alignof(UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry"); \ +static_assert(sizeof(UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry) == 0x000008, "Wrong size on UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry, ReturnValue) == 0x000000, "Member 'UIBatchMeshRenderable_ReceiveGetTextureToCreateGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_ReceiveOnUpdateGeometry \ +static_assert(alignof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_ReceiveOnUpdateGeometry"); \ +static_assert(sizeof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry) == 0x000010, "Wrong size on UIBatchMeshRenderable_ReceiveOnUpdateGeometry"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry, InGeometryHelper) == 0x000000, "Member 'UIBatchMeshRenderable_ReceiveOnUpdateGeometry::InGeometryHelper' has a wrong offset!"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry, InTriangleChanged) == 0x000008, "Member 'UIBatchMeshRenderable_ReceiveOnUpdateGeometry::InTriangleChanged' has a wrong offset!"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry, InVertexPositionChanged) == 0x000009, "Member 'UIBatchMeshRenderable_ReceiveOnUpdateGeometry::InVertexPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry, InVertexUVChanged) == 0x00000A, "Member 'UIBatchMeshRenderable_ReceiveOnUpdateGeometry::InVertexUVChanged' has a wrong offset!"); \ +static_assert(offsetof(UIBatchMeshRenderable_ReceiveOnUpdateGeometry, InVertexColorChanged) == 0x00000B, "Member 'UIBatchMeshRenderable_ReceiveOnUpdateGeometry::InVertexColorChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_SetCustomUIMaterial \ +static_assert(alignof(UIBatchMeshRenderable_SetCustomUIMaterial) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_SetCustomUIMaterial"); \ +static_assert(sizeof(UIBatchMeshRenderable_SetCustomUIMaterial) == 0x000008, "Wrong size on UIBatchMeshRenderable_SetCustomUIMaterial"); \ +static_assert(offsetof(UIBatchMeshRenderable_SetCustomUIMaterial, InMat) == 0x000000, "Member 'UIBatchMeshRenderable_SetCustomUIMaterial::InMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_GetCustomUIMaterial \ +static_assert(alignof(UIBatchMeshRenderable_GetCustomUIMaterial) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_GetCustomUIMaterial"); \ +static_assert(sizeof(UIBatchMeshRenderable_GetCustomUIMaterial) == 0x000008, "Wrong size on UIBatchMeshRenderable_GetCustomUIMaterial"); \ +static_assert(offsetof(UIBatchMeshRenderable_GetCustomUIMaterial, ReturnValue) == 0x000000, "Member 'UIBatchMeshRenderable_GetCustomUIMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBatchMeshRenderable_GetMaterialInstanceDynamic \ +static_assert(alignof(UIBatchMeshRenderable_GetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on UIBatchMeshRenderable_GetMaterialInstanceDynamic"); \ +static_assert(sizeof(UIBatchMeshRenderable_GetMaterialInstanceDynamic) == 0x000008, "Wrong size on UIBatchMeshRenderable_GetMaterialInstanceDynamic"); \ +static_assert(offsetof(UIBatchMeshRenderable_GetMaterialInstanceDynamic, ReturnValue) == 0x000000, "Member 'UIBatchMeshRenderable_GetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIBatchMeshRenderable \ +static_assert(alignof(UUIBatchMeshRenderable) == 0x000010, "Wrong alignment on UUIBatchMeshRenderable"); \ +static_assert(sizeof(UUIBatchMeshRenderable) == 0x000560, "Wrong size on UUIBatchMeshRenderable"); \ +static_assert(offsetof(UUIBatchMeshRenderable, CustomUIMaterial) == 0x000528, "Member 'UUIBatchMeshRenderable::CustomUIMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUIBatchMeshRenderable, GeometryHelper) == 0x000558, "Member 'UUIBatchMeshRenderable::GeometryHelper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteBase_SetSprite \ +static_assert(alignof(UISpriteBase_SetSprite) == 0x000008, "Wrong alignment on UISpriteBase_SetSprite"); \ +static_assert(sizeof(UISpriteBase_SetSprite) == 0x000010, "Wrong size on UISpriteBase_SetSprite"); \ +static_assert(offsetof(UISpriteBase_SetSprite, NewSprite) == 0x000000, "Member 'UISpriteBase_SetSprite::NewSprite' has a wrong offset!"); \ +static_assert(offsetof(UISpriteBase_SetSprite, SetSize) == 0x000008, "Member 'UISpriteBase_SetSprite::SetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteBase_GetSprite \ +static_assert(alignof(UISpriteBase_GetSprite) == 0x000008, "Wrong alignment on UISpriteBase_GetSprite"); \ +static_assert(sizeof(UISpriteBase_GetSprite) == 0x000008, "Wrong size on UISpriteBase_GetSprite"); \ +static_assert(offsetof(UISpriteBase_GetSprite, ReturnValue) == 0x000000, "Member 'UISpriteBase_GetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISpriteBase \ +static_assert(alignof(UUISpriteBase) == 0x000010, "Wrong alignment on UUISpriteBase"); \ +static_assert(sizeof(UUISpriteBase) == 0x000580, "Wrong size on UUISpriteBase"); \ +static_assert(offsetof(UUISpriteBase, Sprite) == 0x000568, "Member 'UUISpriteBase::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_LineWidthTo \ +static_assert(alignof(UI2DLineRendererBase_LineWidthTo) == 0x000008, "Wrong alignment on UI2DLineRendererBase_LineWidthTo"); \ +static_assert(sizeof(UI2DLineRendererBase_LineWidthTo) == 0x000018, "Wrong size on UI2DLineRendererBase_LineWidthTo"); \ +static_assert(offsetof(UI2DLineRendererBase_LineWidthTo, endValue) == 0x000000, "Member 'UI2DLineRendererBase_LineWidthTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UI2DLineRendererBase_LineWidthTo, Duration) == 0x000004, "Member 'UI2DLineRendererBase_LineWidthTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UI2DLineRendererBase_LineWidthTo, Delay) == 0x000008, "Member 'UI2DLineRendererBase_LineWidthTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UI2DLineRendererBase_LineWidthTo, easetype) == 0x00000C, "Member 'UI2DLineRendererBase_LineWidthTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UI2DLineRendererBase_LineWidthTo, ReturnValue) == 0x000010, "Member 'UI2DLineRendererBase_LineWidthTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_SetEndType \ +static_assert(alignof(UI2DLineRendererBase_SetEndType) == 0x000001, "Wrong alignment on UI2DLineRendererBase_SetEndType"); \ +static_assert(sizeof(UI2DLineRendererBase_SetEndType) == 0x000001, "Wrong size on UI2DLineRendererBase_SetEndType"); \ +static_assert(offsetof(UI2DLineRendererBase_SetEndType, NewValue) == 0x000000, "Member 'UI2DLineRendererBase_SetEndType::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_SetLineWidth \ +static_assert(alignof(UI2DLineRendererBase_SetLineWidth) == 0x000004, "Wrong alignment on UI2DLineRendererBase_SetLineWidth"); \ +static_assert(sizeof(UI2DLineRendererBase_SetLineWidth) == 0x000004, "Wrong size on UI2DLineRendererBase_SetLineWidth"); \ +static_assert(offsetof(UI2DLineRendererBase_SetLineWidth, NewValue) == 0x000000, "Member 'UI2DLineRendererBase_SetLineWidth::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_SetLineWidthOffset \ +static_assert(alignof(UI2DLineRendererBase_SetLineWidthOffset) == 0x000004, "Wrong alignment on UI2DLineRendererBase_SetLineWidthOffset"); \ +static_assert(sizeof(UI2DLineRendererBase_SetLineWidthOffset) == 0x000004, "Wrong size on UI2DLineRendererBase_SetLineWidthOffset"); \ +static_assert(offsetof(UI2DLineRendererBase_SetLineWidthOffset, NewValue) == 0x000000, "Member 'UI2DLineRendererBase_SetLineWidthOffset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_GetEndType \ +static_assert(alignof(UI2DLineRendererBase_GetEndType) == 0x000001, "Wrong alignment on UI2DLineRendererBase_GetEndType"); \ +static_assert(sizeof(UI2DLineRendererBase_GetEndType) == 0x000001, "Wrong size on UI2DLineRendererBase_GetEndType"); \ +static_assert(offsetof(UI2DLineRendererBase_GetEndType, ReturnValue) == 0x000000, "Member 'UI2DLineRendererBase_GetEndType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_GetLineWidth \ +static_assert(alignof(UI2DLineRendererBase_GetLineWidth) == 0x000004, "Wrong alignment on UI2DLineRendererBase_GetLineWidth"); \ +static_assert(sizeof(UI2DLineRendererBase_GetLineWidth) == 0x000004, "Wrong size on UI2DLineRendererBase_GetLineWidth"); \ +static_assert(offsetof(UI2DLineRendererBase_GetLineWidth, ReturnValue) == 0x000000, "Member 'UI2DLineRendererBase_GetLineWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRendererBase_GetLineWidthOffset \ +static_assert(alignof(UI2DLineRendererBase_GetLineWidthOffset) == 0x000004, "Wrong alignment on UI2DLineRendererBase_GetLineWidthOffset"); \ +static_assert(sizeof(UI2DLineRendererBase_GetLineWidthOffset) == 0x000004, "Wrong size on UI2DLineRendererBase_GetLineWidthOffset"); \ +static_assert(offsetof(UI2DLineRendererBase_GetLineWidthOffset, ReturnValue) == 0x000000, "Member 'UI2DLineRendererBase_GetLineWidthOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI2DLineRendererBase \ +static_assert(alignof(UUI2DLineRendererBase) == 0x000010, "Wrong alignment on UUI2DLineRendererBase"); \ +static_assert(sizeof(UUI2DLineRendererBase) == 0x000590, "Wrong size on UUI2DLineRendererBase"); \ +static_assert(offsetof(UUI2DLineRendererBase, LineWidth) == 0x000578, "Member 'UUI2DLineRendererBase::LineWidth' has a wrong offset!"); \ +static_assert(offsetof(UUI2DLineRendererBase, EndType) == 0x00057C, "Member 'UUI2DLineRendererBase::EndType' has a wrong offset!"); \ +static_assert(offsetof(UUI2DLineRendererBase, bEndCapSizeAffectByLineWidth) == 0x00057D, "Member 'UUI2DLineRendererBase::bEndCapSizeAffectByLineWidth' has a wrong offset!"); \ +static_assert(offsetof(UUI2DLineRendererBase, LineWidthOffset) == 0x000580, "Member 'UUI2DLineRendererBase::LineWidthOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI2DLineChildrenAsPoints \ +static_assert(alignof(UUI2DLineChildrenAsPoints) == 0x000010, "Wrong alignment on UUI2DLineChildrenAsPoints"); \ +static_assert(sizeof(UUI2DLineChildrenAsPoints) == 0x0005A0, "Wrong size on UUI2DLineChildrenAsPoints"); \ +static_assert(offsetof(UUI2DLineChildrenAsPoints, CurrentPointArray) == 0x000588, "Member 'UUI2DLineChildrenAsPoints::CurrentPointArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseActor_GetUIItem \ +static_assert(alignof(UIBaseActor_GetUIItem) == 0x000008, "Wrong alignment on UIBaseActor_GetUIItem"); \ +static_assert(sizeof(UIBaseActor_GetUIItem) == 0x000008, "Wrong size on UIBaseActor_GetUIItem"); \ +static_assert(offsetof(UIBaseActor_GetUIItem, ReturnValue) == 0x000000, "Member 'UIBaseActor_GetUIItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseActor_GetUIItem_BP \ +static_assert(alignof(UIBaseActor_GetUIItem_BP) == 0x000008, "Wrong alignment on UIBaseActor_GetUIItem_BP"); \ +static_assert(sizeof(UIBaseActor_GetUIItem_BP) == 0x000008, "Wrong size on UIBaseActor_GetUIItem_BP"); \ +static_assert(offsetof(UIBaseActor_GetUIItem_BP, ReturnValue) == 0x000000, "Member 'UIBaseActor_GetUIItem_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseActor_GetUIItem_Impl \ +static_assert(alignof(UIBaseActor_GetUIItem_Impl) == 0x000008, "Wrong alignment on UIBaseActor_GetUIItem_Impl"); \ +static_assert(sizeof(UIBaseActor_GetUIItem_Impl) == 0x000008, "Wrong size on UIBaseActor_GetUIItem_Impl"); \ +static_assert(offsetof(UIBaseActor_GetUIItem_Impl, ReturnValue) == 0x000000, "Member 'UIBaseActor_GetUIItem_Impl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIBaseActor \ +static_assert(alignof(AUIBaseActor) == 0x000008, "Wrong alignment on AUIBaseActor"); \ +static_assert(sizeof(AUIBaseActor) == 0x000290, "Wrong size on AUIBaseActor"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderableActor_GetUIRenderable \ +static_assert(alignof(UIBaseRenderableActor_GetUIRenderable) == 0x000008, "Wrong alignment on UIBaseRenderableActor_GetUIRenderable"); \ +static_assert(sizeof(UIBaseRenderableActor_GetUIRenderable) == 0x000008, "Wrong size on UIBaseRenderableActor_GetUIRenderable"); \ +static_assert(offsetof(UIBaseRenderableActor_GetUIRenderable, ReturnValue) == 0x000000, "Member 'UIBaseRenderableActor_GetUIRenderable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderableActor_GetUIRenderable_BP \ +static_assert(alignof(UIBaseRenderableActor_GetUIRenderable_BP) == 0x000008, "Wrong alignment on UIBaseRenderableActor_GetUIRenderable_BP"); \ +static_assert(sizeof(UIBaseRenderableActor_GetUIRenderable_BP) == 0x000008, "Wrong size on UIBaseRenderableActor_GetUIRenderable_BP"); \ +static_assert(offsetof(UIBaseRenderableActor_GetUIRenderable_BP, ReturnValue) == 0x000000, "Member 'UIBaseRenderableActor_GetUIRenderable_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBaseRenderableActor_GetUIRenderable_Impl \ +static_assert(alignof(UIBaseRenderableActor_GetUIRenderable_Impl) == 0x000008, "Wrong alignment on UIBaseRenderableActor_GetUIRenderable_Impl"); \ +static_assert(sizeof(UIBaseRenderableActor_GetUIRenderable_Impl) == 0x000008, "Wrong size on UIBaseRenderableActor_GetUIRenderable_Impl"); \ +static_assert(offsetof(UIBaseRenderableActor_GetUIRenderable_Impl, ReturnValue) == 0x000000, "Member 'UIBaseRenderableActor_GetUIRenderable_Impl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIBaseRenderableActor \ +static_assert(alignof(AUIBaseRenderableActor) == 0x000008, "Wrong alignment on AUIBaseRenderableActor"); \ +static_assert(sizeof(AUIBaseRenderableActor) == 0x000290, "Wrong size on AUIBaseRenderableActor"); \ + +#define DUMPER7_ASSERTS_UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints \ +static_assert(alignof(UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints) == 0x000008, "Wrong alignment on UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints"); \ +static_assert(sizeof(UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints) == 0x000008, "Wrong size on UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints"); \ +static_assert(offsetof(UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints, ReturnValue) == 0x000000, "Member 'UI2DLineChildrenAsPointsActor_Get2DLineChildrenAsPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUI2DLineChildrenAsPointsActor \ +static_assert(alignof(AUI2DLineChildrenAsPointsActor) == 0x000008, "Wrong alignment on AUI2DLineChildrenAsPointsActor"); \ +static_assert(sizeof(AUI2DLineChildrenAsPointsActor) == 0x000298, "Wrong size on AUI2DLineChildrenAsPointsActor"); \ +static_assert(offsetof(AUI2DLineChildrenAsPointsActor, UIElement) == 0x000290, "Member 'AUI2DLineChildrenAsPointsActor::UIElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineRaw_SetPoints \ +static_assert(alignof(UI2DLineRaw_SetPoints) == 0x000008, "Wrong alignment on UI2DLineRaw_SetPoints"); \ +static_assert(sizeof(UI2DLineRaw_SetPoints) == 0x000010, "Wrong size on UI2DLineRaw_SetPoints"); \ +static_assert(offsetof(UI2DLineRaw_SetPoints, InPoints) == 0x000000, "Member 'UI2DLineRaw_SetPoints::InPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI2DLineRaw \ +static_assert(alignof(UUI2DLineRaw) == 0x000010, "Wrong alignment on UUI2DLineRaw"); \ +static_assert(sizeof(UUI2DLineRaw) == 0x0005A0, "Wrong size on UUI2DLineRaw"); \ +static_assert(offsetof(UUI2DLineRaw, PointArray) == 0x000588, "Member 'UUI2DLineRaw::PointArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI2DLineActor_Get2DLineRaw \ +static_assert(alignof(UI2DLineActor_Get2DLineRaw) == 0x000008, "Wrong alignment on UI2DLineActor_Get2DLineRaw"); \ +static_assert(sizeof(UI2DLineActor_Get2DLineRaw) == 0x000008, "Wrong size on UI2DLineActor_Get2DLineRaw"); \ +static_assert(offsetof(UI2DLineActor_Get2DLineRaw, ReturnValue) == 0x000000, "Member 'UI2DLineActor_Get2DLineRaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUI2DLineActor \ +static_assert(alignof(AUI2DLineActor) == 0x000008, "Wrong alignment on AUI2DLineActor"); \ +static_assert(sizeof(AUI2DLineActor) == 0x000298, "Wrong size on AUI2DLineActor"); \ +static_assert(offsetof(AUI2DLineActor, UIElement) == 0x000290, "Member 'AUI2DLineActor::UIElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_SetMaskTexture \ +static_assert(alignof(UIPostProcessRenderable_SetMaskTexture) == 0x000008, "Wrong alignment on UIPostProcessRenderable_SetMaskTexture"); \ +static_assert(sizeof(UIPostProcessRenderable_SetMaskTexture) == 0x000008, "Wrong size on UIPostProcessRenderable_SetMaskTexture"); \ +static_assert(offsetof(UIPostProcessRenderable_SetMaskTexture, NewValue) == 0x000000, "Member 'UIPostProcessRenderable_SetMaskTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_SetMaskTextureSpriteInfo \ +static_assert(alignof(UIPostProcessRenderable_SetMaskTextureSpriteInfo) == 0x000004, "Wrong alignment on UIPostProcessRenderable_SetMaskTextureSpriteInfo"); \ +static_assert(sizeof(UIPostProcessRenderable_SetMaskTextureSpriteInfo) == 0x000034, "Wrong size on UIPostProcessRenderable_SetMaskTextureSpriteInfo"); \ +static_assert(offsetof(UIPostProcessRenderable_SetMaskTextureSpriteInfo, Value) == 0x000000, "Member 'UIPostProcessRenderable_SetMaskTextureSpriteInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_SetMaskTextureType \ +static_assert(alignof(UIPostProcessRenderable_SetMaskTextureType) == 0x000001, "Wrong alignment on UIPostProcessRenderable_SetMaskTextureType"); \ +static_assert(sizeof(UIPostProcessRenderable_SetMaskTextureType) == 0x000001, "Wrong size on UIPostProcessRenderable_SetMaskTextureType"); \ +static_assert(offsetof(UIPostProcessRenderable_SetMaskTextureType, Value) == 0x000000, "Member 'UIPostProcessRenderable_SetMaskTextureType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_SetMaskTextureUVRect \ +static_assert(alignof(UIPostProcessRenderable_SetMaskTextureUVRect) == 0x000010, "Wrong alignment on UIPostProcessRenderable_SetMaskTextureUVRect"); \ +static_assert(sizeof(UIPostProcessRenderable_SetMaskTextureUVRect) == 0x000020, "Wrong size on UIPostProcessRenderable_SetMaskTextureUVRect"); \ +static_assert(offsetof(UIPostProcessRenderable_SetMaskTextureUVRect, Value) == 0x000000, "Member 'UIPostProcessRenderable_SetMaskTextureUVRect::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_GetMaskTexture \ +static_assert(alignof(UIPostProcessRenderable_GetMaskTexture) == 0x000008, "Wrong alignment on UIPostProcessRenderable_GetMaskTexture"); \ +static_assert(sizeof(UIPostProcessRenderable_GetMaskTexture) == 0x000008, "Wrong size on UIPostProcessRenderable_GetMaskTexture"); \ +static_assert(offsetof(UIPostProcessRenderable_GetMaskTexture, ReturnValue) == 0x000000, "Member 'UIPostProcessRenderable_GetMaskTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_GetMaskTextureSpriteInfo \ +static_assert(alignof(UIPostProcessRenderable_GetMaskTextureSpriteInfo) == 0x000004, "Wrong alignment on UIPostProcessRenderable_GetMaskTextureSpriteInfo"); \ +static_assert(sizeof(UIPostProcessRenderable_GetMaskTextureSpriteInfo) == 0x000034, "Wrong size on UIPostProcessRenderable_GetMaskTextureSpriteInfo"); \ +static_assert(offsetof(UIPostProcessRenderable_GetMaskTextureSpriteInfo, ReturnValue) == 0x000000, "Member 'UIPostProcessRenderable_GetMaskTextureSpriteInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_GetMaskTextureType \ +static_assert(alignof(UIPostProcessRenderable_GetMaskTextureType) == 0x000001, "Wrong alignment on UIPostProcessRenderable_GetMaskTextureType"); \ +static_assert(sizeof(UIPostProcessRenderable_GetMaskTextureType) == 0x000001, "Wrong size on UIPostProcessRenderable_GetMaskTextureType"); \ +static_assert(offsetof(UIPostProcessRenderable_GetMaskTextureType, ReturnValue) == 0x000000, "Member 'UIPostProcessRenderable_GetMaskTextureType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPostProcessRenderable_GetMaskTextureUVRect \ +static_assert(alignof(UIPostProcessRenderable_GetMaskTextureUVRect) == 0x000010, "Wrong alignment on UIPostProcessRenderable_GetMaskTextureUVRect"); \ +static_assert(sizeof(UIPostProcessRenderable_GetMaskTextureUVRect) == 0x000020, "Wrong size on UIPostProcessRenderable_GetMaskTextureUVRect"); \ +static_assert(offsetof(UIPostProcessRenderable_GetMaskTextureUVRect, ReturnValue) == 0x000000, "Member 'UIPostProcessRenderable_GetMaskTextureUVRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPostProcessRenderable \ +static_assert(alignof(UUIPostProcessRenderable) == 0x000010, "Wrong alignment on UUIPostProcessRenderable"); \ +static_assert(sizeof(UUIPostProcessRenderable) == 0x000510, "Wrong size on UUIPostProcessRenderable"); \ +static_assert(offsetof(UUIPostProcessRenderable, maskTexture) == 0x000468, "Member 'UUIPostProcessRenderable::maskTexture' has a wrong offset!"); \ +static_assert(offsetof(UUIPostProcessRenderable, MaskTextureType) == 0x000470, "Member 'UUIPostProcessRenderable::MaskTextureType' has a wrong offset!"); \ +static_assert(offsetof(UUIPostProcessRenderable, MaskTextureSpriteInfo) == 0x000474, "Member 'UUIPostProcessRenderable::MaskTextureSpriteInfo' has a wrong offset!"); \ +static_assert(offsetof(UUIPostProcessRenderable, MaskTextureUVRect) == 0x0004B0, "Member 'UUIPostProcessRenderable::MaskTextureUVRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_SetApplyAlphaToBlur \ +static_assert(alignof(UIBackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on UIBackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(sizeof(UIBackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on UIBackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(offsetof(UIBackgroundBlur_SetApplyAlphaToBlur, NewValue) == 0x000000, "Member 'UIBackgroundBlur_SetApplyAlphaToBlur::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_SetBlurStrength \ +static_assert(alignof(UIBackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on UIBackgroundBlur_SetBlurStrength"); \ +static_assert(sizeof(UIBackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on UIBackgroundBlur_SetBlurStrength"); \ +static_assert(offsetof(UIBackgroundBlur_SetBlurStrength, NewValue) == 0x000000, "Member 'UIBackgroundBlur_SetBlurStrength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_SetMaxDownSampleLevel \ +static_assert(alignof(UIBackgroundBlur_SetMaxDownSampleLevel) == 0x000004, "Wrong alignment on UIBackgroundBlur_SetMaxDownSampleLevel"); \ +static_assert(sizeof(UIBackgroundBlur_SetMaxDownSampleLevel) == 0x000004, "Wrong size on UIBackgroundBlur_SetMaxDownSampleLevel"); \ +static_assert(offsetof(UIBackgroundBlur_SetMaxDownSampleLevel, NewValue) == 0x000000, "Member 'UIBackgroundBlur_SetMaxDownSampleLevel::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_SetStrengthTexture \ +static_assert(alignof(UIBackgroundBlur_SetStrengthTexture) == 0x000008, "Wrong alignment on UIBackgroundBlur_SetStrengthTexture"); \ +static_assert(sizeof(UIBackgroundBlur_SetStrengthTexture) == 0x000008, "Wrong size on UIBackgroundBlur_SetStrengthTexture"); \ +static_assert(offsetof(UIBackgroundBlur_SetStrengthTexture, NewValue) == 0x000000, "Member 'UIBackgroundBlur_SetStrengthTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_GetApplyAlphaToBlur \ +static_assert(alignof(UIBackgroundBlur_GetApplyAlphaToBlur) == 0x000001, "Wrong alignment on UIBackgroundBlur_GetApplyAlphaToBlur"); \ +static_assert(sizeof(UIBackgroundBlur_GetApplyAlphaToBlur) == 0x000001, "Wrong size on UIBackgroundBlur_GetApplyAlphaToBlur"); \ +static_assert(offsetof(UIBackgroundBlur_GetApplyAlphaToBlur, ReturnValue) == 0x000000, "Member 'UIBackgroundBlur_GetApplyAlphaToBlur::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_GetBlurStrength \ +static_assert(alignof(UIBackgroundBlur_GetBlurStrength) == 0x000004, "Wrong alignment on UIBackgroundBlur_GetBlurStrength"); \ +static_assert(sizeof(UIBackgroundBlur_GetBlurStrength) == 0x000004, "Wrong size on UIBackgroundBlur_GetBlurStrength"); \ +static_assert(offsetof(UIBackgroundBlur_GetBlurStrength, ReturnValue) == 0x000000, "Member 'UIBackgroundBlur_GetBlurStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_GetMaxDownSampleLevel \ +static_assert(alignof(UIBackgroundBlur_GetMaxDownSampleLevel) == 0x000004, "Wrong alignment on UIBackgroundBlur_GetMaxDownSampleLevel"); \ +static_assert(sizeof(UIBackgroundBlur_GetMaxDownSampleLevel) == 0x000004, "Wrong size on UIBackgroundBlur_GetMaxDownSampleLevel"); \ +static_assert(offsetof(UIBackgroundBlur_GetMaxDownSampleLevel, ReturnValue) == 0x000000, "Member 'UIBackgroundBlur_GetMaxDownSampleLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlur_GetStrengthTexture \ +static_assert(alignof(UIBackgroundBlur_GetStrengthTexture) == 0x000008, "Wrong alignment on UIBackgroundBlur_GetStrengthTexture"); \ +static_assert(sizeof(UIBackgroundBlur_GetStrengthTexture) == 0x000008, "Wrong size on UIBackgroundBlur_GetStrengthTexture"); \ +static_assert(offsetof(UIBackgroundBlur_GetStrengthTexture, ReturnValue) == 0x000000, "Member 'UIBackgroundBlur_GetStrengthTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIBackgroundBlur \ +static_assert(alignof(UUIBackgroundBlur) == 0x000010, "Wrong alignment on UUIBackgroundBlur"); \ +static_assert(sizeof(UUIBackgroundBlur) == 0x000530, "Wrong size on UUIBackgroundBlur"); \ +static_assert(offsetof(UUIBackgroundBlur, BlurStrength) == 0x000508, "Member 'UUIBackgroundBlur::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UUIBackgroundBlur, applyAlphaToBlur) == 0x00050C, "Member 'UUIBackgroundBlur::applyAlphaToBlur' has a wrong offset!"); \ +static_assert(offsetof(UUIBackgroundBlur, maxDownSampleLevel) == 0x000510, "Member 'UUIBackgroundBlur::maxDownSampleLevel' has a wrong offset!"); \ +static_assert(offsetof(UUIBackgroundBlur, strengthTexture) == 0x000518, "Member 'UUIBackgroundBlur::strengthTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBasePostProcessActor_GetUIPostProcessRenderable \ +static_assert(alignof(UIBasePostProcessActor_GetUIPostProcessRenderable) == 0x000008, "Wrong alignment on UIBasePostProcessActor_GetUIPostProcessRenderable"); \ +static_assert(sizeof(UIBasePostProcessActor_GetUIPostProcessRenderable) == 0x000008, "Wrong size on UIBasePostProcessActor_GetUIPostProcessRenderable"); \ +static_assert(offsetof(UIBasePostProcessActor_GetUIPostProcessRenderable, ReturnValue) == 0x000000, "Member 'UIBasePostProcessActor_GetUIPostProcessRenderable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBasePostProcessActor_GetUIPostProcessRenderable_BP \ +static_assert(alignof(UIBasePostProcessActor_GetUIPostProcessRenderable_BP) == 0x000008, "Wrong alignment on UIBasePostProcessActor_GetUIPostProcessRenderable_BP"); \ +static_assert(sizeof(UIBasePostProcessActor_GetUIPostProcessRenderable_BP) == 0x000008, "Wrong size on UIBasePostProcessActor_GetUIPostProcessRenderable_BP"); \ +static_assert(offsetof(UIBasePostProcessActor_GetUIPostProcessRenderable_BP, ReturnValue) == 0x000000, "Member 'UIBasePostProcessActor_GetUIPostProcessRenderable_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBasePostProcessActor_GetUIPostProcessRenderable_Impl \ +static_assert(alignof(UIBasePostProcessActor_GetUIPostProcessRenderable_Impl) == 0x000008, "Wrong alignment on UIBasePostProcessActor_GetUIPostProcessRenderable_Impl"); \ +static_assert(sizeof(UIBasePostProcessActor_GetUIPostProcessRenderable_Impl) == 0x000008, "Wrong size on UIBasePostProcessActor_GetUIPostProcessRenderable_Impl"); \ +static_assert(offsetof(UIBasePostProcessActor_GetUIPostProcessRenderable_Impl, ReturnValue) == 0x000000, "Member 'UIBasePostProcessActor_GetUIPostProcessRenderable_Impl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIBasePostProcessActor \ +static_assert(alignof(AUIBasePostProcessActor) == 0x000008, "Wrong alignment on AUIBasePostProcessActor"); \ +static_assert(sizeof(AUIBasePostProcessActor) == 0x000290, "Wrong size on AUIBasePostProcessActor"); \ + +#define DUMPER7_ASSERTS_UIBackgroundBlurActor_GetUIBackgroundBlur \ +static_assert(alignof(UIBackgroundBlurActor_GetUIBackgroundBlur) == 0x000008, "Wrong alignment on UIBackgroundBlurActor_GetUIBackgroundBlur"); \ +static_assert(sizeof(UIBackgroundBlurActor_GetUIBackgroundBlur) == 0x000008, "Wrong size on UIBackgroundBlurActor_GetUIBackgroundBlur"); \ +static_assert(offsetof(UIBackgroundBlurActor_GetUIBackgroundBlur, ReturnValue) == 0x000000, "Member 'UIBackgroundBlurActor_GetUIBackgroundBlur::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIBackgroundBlurActor \ +static_assert(alignof(AUIBackgroundBlurActor) == 0x000008, "Wrong alignment on AUIBackgroundBlurActor"); \ +static_assert(sizeof(AUIBackgroundBlurActor) == 0x000298, "Wrong size on AUIBackgroundBlurActor"); \ +static_assert(offsetof(AUIBackgroundBlurActor, UIBackgroundBlur) == 0x000290, "Member 'AUIBackgroundBlurActor::UIBackgroundBlur' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundPixelate_SetApplyAlphaToStrength \ +static_assert(alignof(UIBackgroundPixelate_SetApplyAlphaToStrength) == 0x000001, "Wrong alignment on UIBackgroundPixelate_SetApplyAlphaToStrength"); \ +static_assert(sizeof(UIBackgroundPixelate_SetApplyAlphaToStrength) == 0x000001, "Wrong size on UIBackgroundPixelate_SetApplyAlphaToStrength"); \ +static_assert(offsetof(UIBackgroundPixelate_SetApplyAlphaToStrength, NewValue) == 0x000000, "Member 'UIBackgroundPixelate_SetApplyAlphaToStrength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundPixelate_SetPixelateStrength \ +static_assert(alignof(UIBackgroundPixelate_SetPixelateStrength) == 0x000004, "Wrong alignment on UIBackgroundPixelate_SetPixelateStrength"); \ +static_assert(sizeof(UIBackgroundPixelate_SetPixelateStrength) == 0x000004, "Wrong size on UIBackgroundPixelate_SetPixelateStrength"); \ +static_assert(offsetof(UIBackgroundPixelate_SetPixelateStrength, NewValue) == 0x000000, "Member 'UIBackgroundPixelate_SetPixelateStrength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundPixelate_GetApplyAlphaToStrength \ +static_assert(alignof(UIBackgroundPixelate_GetApplyAlphaToStrength) == 0x000001, "Wrong alignment on UIBackgroundPixelate_GetApplyAlphaToStrength"); \ +static_assert(sizeof(UIBackgroundPixelate_GetApplyAlphaToStrength) == 0x000001, "Wrong size on UIBackgroundPixelate_GetApplyAlphaToStrength"); \ +static_assert(offsetof(UIBackgroundPixelate_GetApplyAlphaToStrength, ReturnValue) == 0x000000, "Member 'UIBackgroundPixelate_GetApplyAlphaToStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundPixelate_GetPixelateStrength \ +static_assert(alignof(UIBackgroundPixelate_GetPixelateStrength) == 0x000004, "Wrong alignment on UIBackgroundPixelate_GetPixelateStrength"); \ +static_assert(sizeof(UIBackgroundPixelate_GetPixelateStrength) == 0x000004, "Wrong size on UIBackgroundPixelate_GetPixelateStrength"); \ +static_assert(offsetof(UIBackgroundPixelate_GetPixelateStrength, ReturnValue) == 0x000000, "Member 'UIBackgroundPixelate_GetPixelateStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIBackgroundPixelate \ +static_assert(alignof(UUIBackgroundPixelate) == 0x000010, "Wrong alignment on UUIBackgroundPixelate"); \ +static_assert(sizeof(UUIBackgroundPixelate) == 0x000510, "Wrong size on UUIBackgroundPixelate"); \ +static_assert(offsetof(UUIBackgroundPixelate, pixelateStrength) == 0x000508, "Member 'UUIBackgroundPixelate::pixelateStrength' has a wrong offset!"); \ +static_assert(offsetof(UUIBackgroundPixelate, applyAlphaToStrength) == 0x00050C, "Member 'UUIBackgroundPixelate::applyAlphaToStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIBackgroundPixelateActor_GetUIBackgroundPixelate \ +static_assert(alignof(UIBackgroundPixelateActor_GetUIBackgroundPixelate) == 0x000008, "Wrong alignment on UIBackgroundPixelateActor_GetUIBackgroundPixelate"); \ +static_assert(sizeof(UIBackgroundPixelateActor_GetUIBackgroundPixelate) == 0x000008, "Wrong size on UIBackgroundPixelateActor_GetUIBackgroundPixelate"); \ +static_assert(offsetof(UIBackgroundPixelateActor_GetUIBackgroundPixelate, ReturnValue) == 0x000000, "Member 'UIBackgroundPixelateActor_GetUIBackgroundPixelate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIBackgroundPixelateActor \ +static_assert(alignof(AUIBackgroundPixelateActor) == 0x000008, "Wrong alignment on AUIBackgroundPixelateActor"); \ +static_assert(sizeof(AUIBackgroundPixelateActor) == 0x000298, "Wrong size on AUIBackgroundPixelateActor"); \ +static_assert(offsetof(AUIBackgroundPixelateActor, UIBackgroundPixelate) == 0x000290, "Member 'AUIBackgroundPixelateActor::UIBackgroundPixelate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable \ +static_assert(alignof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable) == 0x000008, "Wrong alignment on UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable"); \ +static_assert(sizeof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable) == 0x000088, "Wrong size on UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, InUIRenderable) == 0x000000, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::InUIRenderable' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, InLocalSpaceRayStart) == 0x000008, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::InLocalSpaceRayStart' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, InLocalSpaceRayEnd) == 0x000020, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::InLocalSpaceRayEnd' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, OutUV) == 0x000038, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::OutUV' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, OutPixel) == 0x000048, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::OutPixel' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, OutHitPoint) == 0x000050, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::OutHitPoint' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, OutHitNormal) == 0x000068, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::OutHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable, ReturnValue) == 0x000080, "Member 'UIRenderableCustomRaycast_GetRaycastPixelFromUIBatchMeshRenderable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_ReceiveRaycast \ +static_assert(alignof(UIRenderableCustomRaycast_ReceiveRaycast) == 0x000008, "Wrong alignment on UIRenderableCustomRaycast_ReceiveRaycast"); \ +static_assert(sizeof(UIRenderableCustomRaycast_ReceiveRaycast) == 0x000070, "Wrong size on UIRenderableCustomRaycast_ReceiveRaycast"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, InUIRenderable) == 0x000000, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::InUIRenderable' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, InLocalSpaceRayStart) == 0x000008, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::InLocalSpaceRayStart' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, InLocalSpaceRayEnd) == 0x000020, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::InLocalSpaceRayEnd' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, OutHitPoint) == 0x000038, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::OutHitPoint' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, OutHitNormal) == 0x000050, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::OutHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UIRenderableCustomRaycast_ReceiveRaycast, ReturnValue) == 0x000068, "Member 'UIRenderableCustomRaycast_ReceiveRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRenderableCustomRaycast \ +static_assert(alignof(UUIRenderableCustomRaycast) == 0x000008, "Wrong alignment on UUIRenderableCustomRaycast"); \ +static_assert(sizeof(UUIRenderableCustomRaycast) == 0x000028, "Wrong size on UUIRenderableCustomRaycast"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetCanNavigateHere \ +static_assert(alignof(UISelectableComponent_SetCanNavigateHere) == 0x000001, "Wrong alignment on UISelectableComponent_SetCanNavigateHere"); \ +static_assert(sizeof(UISelectableComponent_SetCanNavigateHere) == 0x000001, "Wrong size on UISelectableComponent_SetCanNavigateHere"); \ +static_assert(offsetof(UISelectableComponent_SetCanNavigateHere, Value) == 0x000000, "Member 'UISelectableComponent_SetCanNavigateHere::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetDisabledColor \ +static_assert(alignof(UISelectableComponent_SetDisabledColor) == 0x000004, "Wrong alignment on UISelectableComponent_SetDisabledColor"); \ +static_assert(sizeof(UISelectableComponent_SetDisabledColor) == 0x000004, "Wrong size on UISelectableComponent_SetDisabledColor"); \ +static_assert(offsetof(UISelectableComponent_SetDisabledColor, NewColor) == 0x000000, "Member 'UISelectableComponent_SetDisabledColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetDisabledSprite \ +static_assert(alignof(UISelectableComponent_SetDisabledSprite) == 0x000008, "Wrong alignment on UISelectableComponent_SetDisabledSprite"); \ +static_assert(sizeof(UISelectableComponent_SetDisabledSprite) == 0x000008, "Wrong size on UISelectableComponent_SetDisabledSprite"); \ +static_assert(offsetof(UISelectableComponent_SetDisabledSprite, NewSprite) == 0x000000, "Member 'UISelectableComponent_SetDisabledSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetHighlightedColor \ +static_assert(alignof(UISelectableComponent_SetHighlightedColor) == 0x000004, "Wrong alignment on UISelectableComponent_SetHighlightedColor"); \ +static_assert(sizeof(UISelectableComponent_SetHighlightedColor) == 0x000004, "Wrong size on UISelectableComponent_SetHighlightedColor"); \ +static_assert(offsetof(UISelectableComponent_SetHighlightedColor, NewColor) == 0x000000, "Member 'UISelectableComponent_SetHighlightedColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetHighlightedSprite \ +static_assert(alignof(UISelectableComponent_SetHighlightedSprite) == 0x000008, "Wrong alignment on UISelectableComponent_SetHighlightedSprite"); \ +static_assert(sizeof(UISelectableComponent_SetHighlightedSprite) == 0x000008, "Wrong size on UISelectableComponent_SetHighlightedSprite"); \ +static_assert(offsetof(UISelectableComponent_SetHighlightedSprite, NewSprite) == 0x000000, "Member 'UISelectableComponent_SetHighlightedSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationDown \ +static_assert(alignof(UISelectableComponent_SetNavigationDown) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationDown"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationDown) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationDown"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationDown, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationDown::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationDownExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationDownExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationDownExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationDownExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationDownExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationDownExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationDownExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationLeft \ +static_assert(alignof(UISelectableComponent_SetNavigationLeft) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationLeft"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationLeft) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationLeft"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationLeft, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationLeft::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationLeftExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationLeftExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationLeftExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationLeftExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationLeftExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationLeftExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationLeftExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationNext \ +static_assert(alignof(UISelectableComponent_SetNavigationNext) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationNext"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationNext) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationNext"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationNext, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationNext::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationNextExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationNextExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationNextExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationNextExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationNextExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationNextExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationNextExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationPrev \ +static_assert(alignof(UISelectableComponent_SetNavigationPrev) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationPrev"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationPrev) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationPrev"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationPrev, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationPrev::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationPrevExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationPrevExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationPrevExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationPrevExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationPrevExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationPrevExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationPrevExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationRight \ +static_assert(alignof(UISelectableComponent_SetNavigationRight) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationRight"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationRight) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationRight"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationRight, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationRight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationRightExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationRightExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationRightExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationRightExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationRightExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationRightExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationRightExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationUp \ +static_assert(alignof(UISelectableComponent_SetNavigationUp) == 0x000001, "Wrong alignment on UISelectableComponent_SetNavigationUp"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationUp) == 0x000001, "Wrong size on UISelectableComponent_SetNavigationUp"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationUp, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationUp::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNavigationUpExplicit \ +static_assert(alignof(UISelectableComponent_SetNavigationUpExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_SetNavigationUpExplicit"); \ +static_assert(sizeof(UISelectableComponent_SetNavigationUpExplicit) == 0x000008, "Wrong size on UISelectableComponent_SetNavigationUpExplicit"); \ +static_assert(offsetof(UISelectableComponent_SetNavigationUpExplicit, Value) == 0x000000, "Member 'UISelectableComponent_SetNavigationUpExplicit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNormalColor \ +static_assert(alignof(UISelectableComponent_SetNormalColor) == 0x000004, "Wrong alignment on UISelectableComponent_SetNormalColor"); \ +static_assert(sizeof(UISelectableComponent_SetNormalColor) == 0x000004, "Wrong size on UISelectableComponent_SetNormalColor"); \ +static_assert(offsetof(UISelectableComponent_SetNormalColor, NewColor) == 0x000000, "Member 'UISelectableComponent_SetNormalColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetNormalSprite \ +static_assert(alignof(UISelectableComponent_SetNormalSprite) == 0x000008, "Wrong alignment on UISelectableComponent_SetNormalSprite"); \ +static_assert(sizeof(UISelectableComponent_SetNormalSprite) == 0x000008, "Wrong size on UISelectableComponent_SetNormalSprite"); \ +static_assert(offsetof(UISelectableComponent_SetNormalSprite, NewSprite) == 0x000000, "Member 'UISelectableComponent_SetNormalSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetPressedColor \ +static_assert(alignof(UISelectableComponent_SetPressedColor) == 0x000004, "Wrong alignment on UISelectableComponent_SetPressedColor"); \ +static_assert(sizeof(UISelectableComponent_SetPressedColor) == 0x000004, "Wrong size on UISelectableComponent_SetPressedColor"); \ +static_assert(offsetof(UISelectableComponent_SetPressedColor, NewColor) == 0x000000, "Member 'UISelectableComponent_SetPressedColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetPressedSprite \ +static_assert(alignof(UISelectableComponent_SetPressedSprite) == 0x000008, "Wrong alignment on UISelectableComponent_SetPressedSprite"); \ +static_assert(sizeof(UISelectableComponent_SetPressedSprite) == 0x000008, "Wrong size on UISelectableComponent_SetPressedSprite"); \ +static_assert(offsetof(UISelectableComponent_SetPressedSprite, NewSprite) == 0x000000, "Member 'UISelectableComponent_SetPressedSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetSelectionState \ +static_assert(alignof(UISelectableComponent_SetSelectionState) == 0x000001, "Wrong alignment on UISelectableComponent_SetSelectionState"); \ +static_assert(sizeof(UISelectableComponent_SetSelectionState) == 0x000001, "Wrong size on UISelectableComponent_SetSelectionState"); \ +static_assert(offsetof(UISelectableComponent_SetSelectionState, NewState) == 0x000000, "Member 'UISelectableComponent_SetSelectionState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_SetTransitionTarget \ +static_assert(alignof(UISelectableComponent_SetTransitionTarget) == 0x000008, "Wrong alignment on UISelectableComponent_SetTransitionTarget"); \ +static_assert(sizeof(UISelectableComponent_SetTransitionTarget) == 0x000008, "Wrong size on UISelectableComponent_SetTransitionTarget"); \ +static_assert(offsetof(UISelectableComponent_SetTransitionTarget, Value) == 0x000000, "Member 'UISelectableComponent_SetTransitionTarget::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetCanNavigateHere \ +static_assert(alignof(UISelectableComponent_GetCanNavigateHere) == 0x000001, "Wrong alignment on UISelectableComponent_GetCanNavigateHere"); \ +static_assert(sizeof(UISelectableComponent_GetCanNavigateHere) == 0x000001, "Wrong size on UISelectableComponent_GetCanNavigateHere"); \ +static_assert(offsetof(UISelectableComponent_GetCanNavigateHere, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetCanNavigateHere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetDisabledColor \ +static_assert(alignof(UISelectableComponent_GetDisabledColor) == 0x000004, "Wrong alignment on UISelectableComponent_GetDisabledColor"); \ +static_assert(sizeof(UISelectableComponent_GetDisabledColor) == 0x000004, "Wrong size on UISelectableComponent_GetDisabledColor"); \ +static_assert(offsetof(UISelectableComponent_GetDisabledColor, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetDisabledColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetDisabledSprite \ +static_assert(alignof(UISelectableComponent_GetDisabledSprite) == 0x000008, "Wrong alignment on UISelectableComponent_GetDisabledSprite"); \ +static_assert(sizeof(UISelectableComponent_GetDisabledSprite) == 0x000008, "Wrong size on UISelectableComponent_GetDisabledSprite"); \ +static_assert(offsetof(UISelectableComponent_GetDisabledSprite, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetDisabledSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetHighlightedColor \ +static_assert(alignof(UISelectableComponent_GetHighlightedColor) == 0x000004, "Wrong alignment on UISelectableComponent_GetHighlightedColor"); \ +static_assert(sizeof(UISelectableComponent_GetHighlightedColor) == 0x000004, "Wrong size on UISelectableComponent_GetHighlightedColor"); \ +static_assert(offsetof(UISelectableComponent_GetHighlightedColor, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetHighlightedColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetHighlightedSprite \ +static_assert(alignof(UISelectableComponent_GetHighlightedSprite) == 0x000008, "Wrong alignment on UISelectableComponent_GetHighlightedSprite"); \ +static_assert(sizeof(UISelectableComponent_GetHighlightedSprite) == 0x000008, "Wrong size on UISelectableComponent_GetHighlightedSprite"); \ +static_assert(offsetof(UISelectableComponent_GetHighlightedSprite, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetHighlightedSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationDown \ +static_assert(alignof(UISelectableComponent_GetNavigationDown) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationDown"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationDown) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationDown"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationDown, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationDownExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationDownExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationDownExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationDownExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationDownExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationDownExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationDownExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationLeft \ +static_assert(alignof(UISelectableComponent_GetNavigationLeft) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationLeft"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationLeft) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationLeft"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationLeft, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationLeftExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationLeftExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationLeftExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationLeftExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationLeftExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationLeftExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationLeftExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationNext \ +static_assert(alignof(UISelectableComponent_GetNavigationNext) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationNext"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationNext) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationNext"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationNext, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationNext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationNextExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationNextExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationNextExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationNextExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationNextExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationNextExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationNextExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationPrev \ +static_assert(alignof(UISelectableComponent_GetNavigationPrev) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationPrev"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationPrev) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationPrev"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationPrev, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationPrev::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationPrevExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationPrevExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationPrevExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationPrevExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationPrevExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationPrevExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationPrevExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationRight \ +static_assert(alignof(UISelectableComponent_GetNavigationRight) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationRight"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationRight) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationRight"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationRight, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationRightExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationRightExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationRightExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationRightExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationRightExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationRightExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationRightExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationUp \ +static_assert(alignof(UISelectableComponent_GetNavigationUp) == 0x000001, "Wrong alignment on UISelectableComponent_GetNavigationUp"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationUp) == 0x000001, "Wrong size on UISelectableComponent_GetNavigationUp"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationUp, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNavigationUpExplicit \ +static_assert(alignof(UISelectableComponent_GetNavigationUpExplicit) == 0x000008, "Wrong alignment on UISelectableComponent_GetNavigationUpExplicit"); \ +static_assert(sizeof(UISelectableComponent_GetNavigationUpExplicit) == 0x000008, "Wrong size on UISelectableComponent_GetNavigationUpExplicit"); \ +static_assert(offsetof(UISelectableComponent_GetNavigationUpExplicit, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNavigationUpExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNormalColor \ +static_assert(alignof(UISelectableComponent_GetNormalColor) == 0x000004, "Wrong alignment on UISelectableComponent_GetNormalColor"); \ +static_assert(sizeof(UISelectableComponent_GetNormalColor) == 0x000004, "Wrong size on UISelectableComponent_GetNormalColor"); \ +static_assert(offsetof(UISelectableComponent_GetNormalColor, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNormalColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetNormalSprite \ +static_assert(alignof(UISelectableComponent_GetNormalSprite) == 0x000008, "Wrong alignment on UISelectableComponent_GetNormalSprite"); \ +static_assert(sizeof(UISelectableComponent_GetNormalSprite) == 0x000008, "Wrong size on UISelectableComponent_GetNormalSprite"); \ +static_assert(offsetof(UISelectableComponent_GetNormalSprite, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetNormalSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetPressedColor \ +static_assert(alignof(UISelectableComponent_GetPressedColor) == 0x000004, "Wrong alignment on UISelectableComponent_GetPressedColor"); \ +static_assert(sizeof(UISelectableComponent_GetPressedColor) == 0x000004, "Wrong size on UISelectableComponent_GetPressedColor"); \ +static_assert(offsetof(UISelectableComponent_GetPressedColor, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetPressedColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetPressedSprite \ +static_assert(alignof(UISelectableComponent_GetPressedSprite) == 0x000008, "Wrong alignment on UISelectableComponent_GetPressedSprite"); \ +static_assert(sizeof(UISelectableComponent_GetPressedSprite) == 0x000008, "Wrong size on UISelectableComponent_GetPressedSprite"); \ +static_assert(offsetof(UISelectableComponent_GetPressedSprite, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetPressedSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetSelectionState \ +static_assert(alignof(UISelectableComponent_GetSelectionState) == 0x000001, "Wrong alignment on UISelectableComponent_GetSelectionState"); \ +static_assert(sizeof(UISelectableComponent_GetSelectionState) == 0x000001, "Wrong size on UISelectableComponent_GetSelectionState"); \ +static_assert(offsetof(UISelectableComponent_GetSelectionState, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetSelectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_GetTransitionTarget \ +static_assert(alignof(UISelectableComponent_GetTransitionTarget) == 0x000008, "Wrong alignment on UISelectableComponent_GetTransitionTarget"); \ +static_assert(sizeof(UISelectableComponent_GetTransitionTarget) == 0x000008, "Wrong size on UISelectableComponent_GetTransitionTarget"); \ +static_assert(offsetof(UISelectableComponent_GetTransitionTarget, ReturnValue) == 0x000000, "Member 'UISelectableComponent_GetTransitionTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableComponent_IsInteractable \ +static_assert(alignof(UISelectableComponent_IsInteractable) == 0x000001, "Wrong alignment on UISelectableComponent_IsInteractable"); \ +static_assert(sizeof(UISelectableComponent_IsInteractable) == 0x000001, "Wrong size on UISelectableComponent_IsInteractable"); \ +static_assert(offsetof(UISelectableComponent_IsInteractable, ReturnValue) == 0x000000, "Member 'UISelectableComponent_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISelectableComponent \ +static_assert(alignof(UUISelectableComponent) == 0x000008, "Wrong alignment on UUISelectableComponent"); \ +static_assert(sizeof(UUISelectableComponent) == 0x000248, "Wrong size on UUISelectableComponent"); \ +static_assert(offsetof(UUISelectableComponent, TransitionActor) == 0x000100, "Member 'UUISelectableComponent::TransitionActor' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, AllowEventBubbleUp) == 0x000108, "Member 'UUISelectableComponent::AllowEventBubbleUp' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, bInteractable) == 0x000109, "Member 'UUISelectableComponent::bInteractable' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, Transition) == 0x00010A, "Member 'UUISelectableComponent::Transition' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, TransitionTweener) == 0x000110, "Member 'UUISelectableComponent::TransitionTweener' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NormalColor) == 0x000118, "Member 'UUISelectableComponent::NormalColor' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, HighlightedColor) == 0x00011C, "Member 'UUISelectableComponent::HighlightedColor' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, PressedColor) == 0x000120, "Member 'UUISelectableComponent::PressedColor' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, DisabledColor) == 0x000124, "Member 'UUISelectableComponent::DisabledColor' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, FadeDuration) == 0x000128, "Member 'UUISelectableComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NormalSprite) == 0x000130, "Member 'UUISelectableComponent::NormalSprite' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, HighlightedSprite) == 0x000138, "Member 'UUISelectableComponent::HighlightedSprite' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, PressedSprite) == 0x000140, "Member 'UUISelectableComponent::PressedSprite' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, DisabledSprite) == 0x000148, "Member 'UUISelectableComponent::DisabledSprite' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, TransitionComp) == 0x000154, "Member 'UUISelectableComponent::TransitionComp' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, bCanNavigateHere) == 0x00015C, "Member 'UUISelectableComponent::bCanNavigateHere' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationLeft) == 0x00015D, "Member 'UUISelectableComponent::NavigationLeft' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationLeftSpecific) == 0x000160, "Member 'UUISelectableComponent::NavigationLeftSpecific' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationRight) == 0x000180, "Member 'UUISelectableComponent::NavigationRight' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationRightSpecific) == 0x000188, "Member 'UUISelectableComponent::NavigationRightSpecific' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationUp) == 0x0001A8, "Member 'UUISelectableComponent::NavigationUp' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationUpSpecific) == 0x0001B0, "Member 'UUISelectableComponent::NavigationUpSpecific' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationDown) == 0x0001D0, "Member 'UUISelectableComponent::NavigationDown' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationDownSpecific) == 0x0001D8, "Member 'UUISelectableComponent::NavigationDownSpecific' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationNext) == 0x0001F8, "Member 'UUISelectableComponent::NavigationNext' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationNextSpecific) == 0x000200, "Member 'UUISelectableComponent::NavigationNextSpecific' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationPrev) == 0x000220, "Member 'UUISelectableComponent::NavigationPrev' has a wrong offset!"); \ +static_assert(offsetof(UUISelectableComponent, NavigationPrevSpecific) == 0x000228, "Member 'UUISelectableComponent::NavigationPrevSpecific' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIButtonComponent_RegisterClickEvent \ +static_assert(alignof(UIButtonComponent_RegisterClickEvent) == 0x000008, "Wrong alignment on UIButtonComponent_RegisterClickEvent"); \ +static_assert(sizeof(UIButtonComponent_RegisterClickEvent) == 0x000018, "Wrong size on UIButtonComponent_RegisterClickEvent"); \ +static_assert(offsetof(UIButtonComponent_RegisterClickEvent, InDelegate) == 0x000000, "Member 'UIButtonComponent_RegisterClickEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIButtonComponent_RegisterClickEvent, ReturnValue) == 0x000010, "Member 'UIButtonComponent_RegisterClickEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIButtonComponent_UnregisterClickEvent \ +static_assert(alignof(UIButtonComponent_UnregisterClickEvent) == 0x000008, "Wrong alignment on UIButtonComponent_UnregisterClickEvent"); \ +static_assert(sizeof(UIButtonComponent_UnregisterClickEvent) == 0x000008, "Wrong size on UIButtonComponent_UnregisterClickEvent"); \ +static_assert(offsetof(UIButtonComponent_UnregisterClickEvent, InDelegateHandle) == 0x000000, "Member 'UIButtonComponent_UnregisterClickEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIButtonComponent \ +static_assert(alignof(UUIButtonComponent) == 0x000008, "Wrong alignment on UUIButtonComponent"); \ +static_assert(sizeof(UUIButtonComponent) == 0x000280, "Wrong size on UUIButtonComponent"); \ +static_assert(offsetof(UUIButtonComponent, OnClick) == 0x000250, "Member 'UUIButtonComponent::OnClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_AlphaFrom \ +static_assert(alignof(UICanvasGroup_AlphaFrom) == 0x000008, "Wrong alignment on UICanvasGroup_AlphaFrom"); \ +static_assert(sizeof(UICanvasGroup_AlphaFrom) == 0x000018, "Wrong size on UICanvasGroup_AlphaFrom"); \ +static_assert(offsetof(UICanvasGroup_AlphaFrom, StartValue) == 0x000000, "Member 'UICanvasGroup_AlphaFrom::StartValue' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaFrom, Duration) == 0x000004, "Member 'UICanvasGroup_AlphaFrom::Duration' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaFrom, Delay) == 0x000008, "Member 'UICanvasGroup_AlphaFrom::Delay' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaFrom, Ease) == 0x00000C, "Member 'UICanvasGroup_AlphaFrom::Ease' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaFrom, ReturnValue) == 0x000010, "Member 'UICanvasGroup_AlphaFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_AlphaTo \ +static_assert(alignof(UICanvasGroup_AlphaTo) == 0x000008, "Wrong alignment on UICanvasGroup_AlphaTo"); \ +static_assert(sizeof(UICanvasGroup_AlphaTo) == 0x000018, "Wrong size on UICanvasGroup_AlphaTo"); \ +static_assert(offsetof(UICanvasGroup_AlphaTo, endValue) == 0x000000, "Member 'UICanvasGroup_AlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaTo, Duration) == 0x000004, "Member 'UICanvasGroup_AlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaTo, Delay) == 0x000008, "Member 'UICanvasGroup_AlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaTo, Ease) == 0x00000C, "Member 'UICanvasGroup_AlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UICanvasGroup_AlphaTo, ReturnValue) == 0x000010, "Member 'UICanvasGroup_AlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_SetAlpha \ +static_assert(alignof(UICanvasGroup_SetAlpha) == 0x000004, "Wrong alignment on UICanvasGroup_SetAlpha"); \ +static_assert(sizeof(UICanvasGroup_SetAlpha) == 0x000004, "Wrong size on UICanvasGroup_SetAlpha"); \ +static_assert(offsetof(UICanvasGroup_SetAlpha, Value) == 0x000000, "Member 'UICanvasGroup_SetAlpha::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_SetIgnoreParentGroup \ +static_assert(alignof(UICanvasGroup_SetIgnoreParentGroup) == 0x000001, "Wrong alignment on UICanvasGroup_SetIgnoreParentGroup"); \ +static_assert(sizeof(UICanvasGroup_SetIgnoreParentGroup) == 0x000001, "Wrong size on UICanvasGroup_SetIgnoreParentGroup"); \ +static_assert(offsetof(UICanvasGroup_SetIgnoreParentGroup, Value) == 0x000000, "Member 'UICanvasGroup_SetIgnoreParentGroup::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_SetInteractable \ +static_assert(alignof(UICanvasGroup_SetInteractable) == 0x000001, "Wrong alignment on UICanvasGroup_SetInteractable"); \ +static_assert(sizeof(UICanvasGroup_SetInteractable) == 0x000001, "Wrong size on UICanvasGroup_SetInteractable"); \ +static_assert(offsetof(UICanvasGroup_SetInteractable, Value) == 0x000000, "Member 'UICanvasGroup_SetInteractable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetAlpha \ +static_assert(alignof(UICanvasGroup_GetAlpha) == 0x000004, "Wrong alignment on UICanvasGroup_GetAlpha"); \ +static_assert(sizeof(UICanvasGroup_GetAlpha) == 0x000004, "Wrong size on UICanvasGroup_GetAlpha"); \ +static_assert(offsetof(UICanvasGroup_GetAlpha, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetFinalAlpha \ +static_assert(alignof(UICanvasGroup_GetFinalAlpha) == 0x000004, "Wrong alignment on UICanvasGroup_GetFinalAlpha"); \ +static_assert(sizeof(UICanvasGroup_GetFinalAlpha) == 0x000004, "Wrong size on UICanvasGroup_GetFinalAlpha"); \ +static_assert(offsetof(UICanvasGroup_GetFinalAlpha, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetFinalAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetFinalInteractable \ +static_assert(alignof(UICanvasGroup_GetFinalInteractable) == 0x000001, "Wrong alignment on UICanvasGroup_GetFinalInteractable"); \ +static_assert(sizeof(UICanvasGroup_GetFinalInteractable) == 0x000001, "Wrong size on UICanvasGroup_GetFinalInteractable"); \ +static_assert(offsetof(UICanvasGroup_GetFinalInteractable, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetFinalInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetIgnoreParentGroup \ +static_assert(alignof(UICanvasGroup_GetIgnoreParentGroup) == 0x000001, "Wrong alignment on UICanvasGroup_GetIgnoreParentGroup"); \ +static_assert(sizeof(UICanvasGroup_GetIgnoreParentGroup) == 0x000001, "Wrong size on UICanvasGroup_GetIgnoreParentGroup"); \ +static_assert(offsetof(UICanvasGroup_GetIgnoreParentGroup, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetIgnoreParentGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetInteractable \ +static_assert(alignof(UICanvasGroup_GetInteractable) == 0x000001, "Wrong alignment on UICanvasGroup_GetInteractable"); \ +static_assert(sizeof(UICanvasGroup_GetInteractable) == 0x000001, "Wrong size on UICanvasGroup_GetInteractable"); \ +static_assert(offsetof(UICanvasGroup_GetInteractable, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetRestrictNavigationArea \ +static_assert(alignof(UICanvasGroup_GetRestrictNavigationArea) == 0x000001, "Wrong alignment on UICanvasGroup_GetRestrictNavigationArea"); \ +static_assert(sizeof(UICanvasGroup_GetRestrictNavigationArea) == 0x000001, "Wrong size on UICanvasGroup_GetRestrictNavigationArea"); \ +static_assert(offsetof(UICanvasGroup_GetRestrictNavigationArea, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetRestrictNavigationArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICanvasGroup_GetRestrictNavigationAreaCanvasGroup \ +static_assert(alignof(UICanvasGroup_GetRestrictNavigationAreaCanvasGroup) == 0x000008, "Wrong alignment on UICanvasGroup_GetRestrictNavigationAreaCanvasGroup"); \ +static_assert(sizeof(UICanvasGroup_GetRestrictNavigationAreaCanvasGroup) == 0x000008, "Wrong size on UICanvasGroup_GetRestrictNavigationAreaCanvasGroup"); \ +static_assert(offsetof(UICanvasGroup_GetRestrictNavigationAreaCanvasGroup, ReturnValue) == 0x000000, "Member 'UICanvasGroup_GetRestrictNavigationAreaCanvasGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUICanvasGroup \ +static_assert(alignof(UUICanvasGroup) == 0x000008, "Wrong alignment on UUICanvasGroup"); \ +static_assert(sizeof(UUICanvasGroup) == 0x000108, "Wrong size on UUICanvasGroup"); \ +static_assert(offsetof(UUICanvasGroup, Alpha) == 0x0000A8, "Member 'UUICanvasGroup::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UUICanvasGroup, bInteractable) == 0x0000AC, "Member 'UUICanvasGroup::bInteractable' has a wrong offset!"); \ +static_assert(offsetof(UUICanvasGroup, bRestrictNavigationArea) == 0x0000AD, "Member 'UUICanvasGroup::bRestrictNavigationArea' has a wrong offset!"); \ +static_assert(offsetof(UUICanvasGroup, bIgnoreParentGroup) == 0x0000AE, "Member 'UUICanvasGroup::bIgnoreParentGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIContainerActor \ +static_assert(alignof(AUIContainerActor) == 0x000008, "Wrong alignment on AUIContainerActor"); \ +static_assert(sizeof(AUIContainerActor) == 0x000298, "Wrong size on AUIContainerActor"); \ +static_assert(offsetof(AUIContainerActor, UIItem) == 0x000290, "Member 'AUIContainerActor::UIItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICustomMesh_SetCustomMesh \ +static_assert(alignof(UICustomMesh_SetCustomMesh) == 0x000008, "Wrong alignment on UICustomMesh_SetCustomMesh"); \ +static_assert(sizeof(UICustomMesh_SetCustomMesh) == 0x000008, "Wrong size on UICustomMesh_SetCustomMesh"); \ +static_assert(offsetof(UICustomMesh_SetCustomMesh, Value) == 0x000000, "Member 'UICustomMesh_SetCustomMesh::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICustomMesh_GetCustomMesh \ +static_assert(alignof(UICustomMesh_GetCustomMesh) == 0x000008, "Wrong alignment on UICustomMesh_GetCustomMesh"); \ +static_assert(sizeof(UICustomMesh_GetCustomMesh) == 0x000008, "Wrong size on UICustomMesh_GetCustomMesh"); \ +static_assert(offsetof(UICustomMesh_GetCustomMesh, ReturnValue) == 0x000000, "Member 'UICustomMesh_GetCustomMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUICustomMesh \ +static_assert(alignof(UUICustomMesh) == 0x000010, "Wrong alignment on UUICustomMesh"); \ +static_assert(sizeof(UUICustomMesh) == 0x000570, "Wrong size on UUICustomMesh"); \ +static_assert(offsetof(UUICustomMesh, CustomMesh) == 0x000560, "Member 'UUICustomMesh::CustomMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UICustomMeshActor_GetUICustomMesh \ +static_assert(alignof(UICustomMeshActor_GetUICustomMesh) == 0x000008, "Wrong alignment on UICustomMeshActor_GetUICustomMesh"); \ +static_assert(sizeof(UICustomMeshActor_GetUICustomMesh) == 0x000008, "Wrong size on UICustomMeshActor_GetUICustomMesh"); \ +static_assert(offsetof(UICustomMeshActor_GetUICustomMesh, ReturnValue) == 0x000000, "Member 'UICustomMeshActor_GetUICustomMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUICustomMeshActor \ +static_assert(alignof(AUICustomMeshActor) == 0x000008, "Wrong alignment on AUICustomMeshActor"); \ +static_assert(sizeof(AUICustomMeshActor) == 0x000298, "Wrong size on AUICustomMeshActor"); \ +static_assert(offsetof(AUICustomMeshActor, UICustomMesh) == 0x000290, "Member 'AUICustomMeshActor::UICustomMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIDirectMeshRenderable \ +static_assert(alignof(UUIDirectMeshRenderable) == 0x000010, "Wrong alignment on UUIDirectMeshRenderable"); \ +static_assert(sizeof(UUIDirectMeshRenderable) == 0x000450, "Wrong size on UUIDirectMeshRenderable"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_AddOptions \ +static_assert(alignof(UIDropdownComponent_AddOptions) == 0x000008, "Wrong alignment on UIDropdownComponent_AddOptions"); \ +static_assert(sizeof(UIDropdownComponent_AddOptions) == 0x000010, "Wrong size on UIDropdownComponent_AddOptions"); \ +static_assert(offsetof(UIDropdownComponent_AddOptions, InOptions) == 0x000000, "Member 'UIDropdownComponent_AddOptions::InOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_RegisterSelectionChangeEvent \ +static_assert(alignof(UIDropdownComponent_RegisterSelectionChangeEvent) == 0x000008, "Wrong alignment on UIDropdownComponent_RegisterSelectionChangeEvent"); \ +static_assert(sizeof(UIDropdownComponent_RegisterSelectionChangeEvent) == 0x000018, "Wrong size on UIDropdownComponent_RegisterSelectionChangeEvent"); \ +static_assert(offsetof(UIDropdownComponent_RegisterSelectionChangeEvent, InDelegate) == 0x000000, "Member 'UIDropdownComponent_RegisterSelectionChangeEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIDropdownComponent_RegisterSelectionChangeEvent, ReturnValue) == 0x000010, "Member 'UIDropdownComponent_RegisterSelectionChangeEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetHorizontalPosition \ +static_assert(alignof(UIDropdownComponent_SetHorizontalPosition) == 0x000001, "Wrong alignment on UIDropdownComponent_SetHorizontalPosition"); \ +static_assert(sizeof(UIDropdownComponent_SetHorizontalPosition) == 0x000001, "Wrong size on UIDropdownComponent_SetHorizontalPosition"); \ +static_assert(offsetof(UIDropdownComponent_SetHorizontalPosition, InValue) == 0x000000, "Member 'UIDropdownComponent_SetHorizontalPosition::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetItemCustomDataFunction \ +static_assert(alignof(UIDropdownComponent_SetItemCustomDataFunction) == 0x000004, "Wrong alignment on UIDropdownComponent_SetItemCustomDataFunction"); \ +static_assert(sizeof(UIDropdownComponent_SetItemCustomDataFunction) == 0x000010, "Wrong size on UIDropdownComponent_SetItemCustomDataFunction"); \ +static_assert(offsetof(UIDropdownComponent_SetItemCustomDataFunction, InFunction) == 0x000000, "Member 'UIDropdownComponent_SetItemCustomDataFunction::InFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetMaxHeight \ +static_assert(alignof(UIDropdownComponent_SetMaxHeight) == 0x000004, "Wrong alignment on UIDropdownComponent_SetMaxHeight"); \ +static_assert(sizeof(UIDropdownComponent_SetMaxHeight) == 0x000004, "Wrong size on UIDropdownComponent_SetMaxHeight"); \ +static_assert(offsetof(UIDropdownComponent_SetMaxHeight, NewValue) == 0x000000, "Member 'UIDropdownComponent_SetMaxHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetOptions \ +static_assert(alignof(UIDropdownComponent_SetOptions) == 0x000008, "Wrong alignment on UIDropdownComponent_SetOptions"); \ +static_assert(sizeof(UIDropdownComponent_SetOptions) == 0x000010, "Wrong size on UIDropdownComponent_SetOptions"); \ +static_assert(offsetof(UIDropdownComponent_SetOptions, InOptions) == 0x000000, "Member 'UIDropdownComponent_SetOptions::InOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetUseInteractionBlock \ +static_assert(alignof(UIDropdownComponent_SetUseInteractionBlock) == 0x000001, "Wrong alignment on UIDropdownComponent_SetUseInteractionBlock"); \ +static_assert(sizeof(UIDropdownComponent_SetUseInteractionBlock) == 0x000001, "Wrong size on UIDropdownComponent_SetUseInteractionBlock"); \ +static_assert(offsetof(UIDropdownComponent_SetUseInteractionBlock, NewValue) == 0x000000, "Member 'UIDropdownComponent_SetUseInteractionBlock::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetValue \ +static_assert(alignof(UIDropdownComponent_SetValue) == 0x000004, "Wrong alignment on UIDropdownComponent_SetValue"); \ +static_assert(sizeof(UIDropdownComponent_SetValue) == 0x000008, "Wrong size on UIDropdownComponent_SetValue"); \ +static_assert(offsetof(UIDropdownComponent_SetValue, NewValue) == 0x000000, "Member 'UIDropdownComponent_SetValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(UIDropdownComponent_SetValue, fireEvent) == 0x000004, "Member 'UIDropdownComponent_SetValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetVerticalOverlap \ +static_assert(alignof(UIDropdownComponent_SetVerticalOverlap) == 0x000001, "Wrong alignment on UIDropdownComponent_SetVerticalOverlap"); \ +static_assert(sizeof(UIDropdownComponent_SetVerticalOverlap) == 0x000001, "Wrong size on UIDropdownComponent_SetVerticalOverlap"); \ +static_assert(offsetof(UIDropdownComponent_SetVerticalOverlap, NewValue) == 0x000000, "Member 'UIDropdownComponent_SetVerticalOverlap::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_SetVerticalPosition \ +static_assert(alignof(UIDropdownComponent_SetVerticalPosition) == 0x000001, "Wrong alignment on UIDropdownComponent_SetVerticalPosition"); \ +static_assert(sizeof(UIDropdownComponent_SetVerticalPosition) == 0x000001, "Wrong size on UIDropdownComponent_SetVerticalPosition"); \ +static_assert(offsetof(UIDropdownComponent_SetVerticalPosition, InValue) == 0x000000, "Member 'UIDropdownComponent_SetVerticalPosition::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_UnregisterSelectionChangeEvent \ +static_assert(alignof(UIDropdownComponent_UnregisterSelectionChangeEvent) == 0x000008, "Wrong alignment on UIDropdownComponent_UnregisterSelectionChangeEvent"); \ +static_assert(sizeof(UIDropdownComponent_UnregisterSelectionChangeEvent) == 0x000008, "Wrong size on UIDropdownComponent_UnregisterSelectionChangeEvent"); \ +static_assert(offsetof(UIDropdownComponent_UnregisterSelectionChangeEvent, InDelegateHandle) == 0x000000, "Member 'UIDropdownComponent_UnregisterSelectionChangeEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetCurrentOption \ +static_assert(alignof(UIDropdownComponent_GetCurrentOption) == 0x000008, "Wrong alignment on UIDropdownComponent_GetCurrentOption"); \ +static_assert(sizeof(UIDropdownComponent_GetCurrentOption) == 0x000018, "Wrong size on UIDropdownComponent_GetCurrentOption"); \ +static_assert(offsetof(UIDropdownComponent_GetCurrentOption, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetCurrentOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetHorizontalPosition \ +static_assert(alignof(UIDropdownComponent_GetHorizontalPosition) == 0x000001, "Wrong alignment on UIDropdownComponent_GetHorizontalPosition"); \ +static_assert(sizeof(UIDropdownComponent_GetHorizontalPosition) == 0x000001, "Wrong size on UIDropdownComponent_GetHorizontalPosition"); \ +static_assert(offsetof(UIDropdownComponent_GetHorizontalPosition, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetHorizontalPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetListRoot \ +static_assert(alignof(UIDropdownComponent_GetListRoot) == 0x000008, "Wrong alignment on UIDropdownComponent_GetListRoot"); \ +static_assert(sizeof(UIDropdownComponent_GetListRoot) == 0x000008, "Wrong size on UIDropdownComponent_GetListRoot"); \ +static_assert(offsetof(UIDropdownComponent_GetListRoot, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetListRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetMaxHeight \ +static_assert(alignof(UIDropdownComponent_GetMaxHeight) == 0x000004, "Wrong alignment on UIDropdownComponent_GetMaxHeight"); \ +static_assert(sizeof(UIDropdownComponent_GetMaxHeight) == 0x000004, "Wrong size on UIDropdownComponent_GetMaxHeight"); \ +static_assert(offsetof(UIDropdownComponent_GetMaxHeight, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetMaxHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetOption \ +static_assert(alignof(UIDropdownComponent_GetOption) == 0x000008, "Wrong alignment on UIDropdownComponent_GetOption"); \ +static_assert(sizeof(UIDropdownComponent_GetOption) == 0x000020, "Wrong size on UIDropdownComponent_GetOption"); \ +static_assert(offsetof(UIDropdownComponent_GetOption, Index_0) == 0x000000, "Member 'UIDropdownComponent_GetOption::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIDropdownComponent_GetOption, ReturnValue) == 0x000008, "Member 'UIDropdownComponent_GetOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetOptions \ +static_assert(alignof(UIDropdownComponent_GetOptions) == 0x000008, "Wrong alignment on UIDropdownComponent_GetOptions"); \ +static_assert(sizeof(UIDropdownComponent_GetOptions) == 0x000010, "Wrong size on UIDropdownComponent_GetOptions"); \ +static_assert(offsetof(UIDropdownComponent_GetOptions, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetUseInteractionBlock \ +static_assert(alignof(UIDropdownComponent_GetUseInteractionBlock) == 0x000001, "Wrong alignment on UIDropdownComponent_GetUseInteractionBlock"); \ +static_assert(sizeof(UIDropdownComponent_GetUseInteractionBlock) == 0x000001, "Wrong size on UIDropdownComponent_GetUseInteractionBlock"); \ +static_assert(offsetof(UIDropdownComponent_GetUseInteractionBlock, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetUseInteractionBlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetValue \ +static_assert(alignof(UIDropdownComponent_GetValue) == 0x000004, "Wrong alignment on UIDropdownComponent_GetValue"); \ +static_assert(sizeof(UIDropdownComponent_GetValue) == 0x000004, "Wrong size on UIDropdownComponent_GetValue"); \ +static_assert(offsetof(UIDropdownComponent_GetValue, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetVerticalOverlap \ +static_assert(alignof(UIDropdownComponent_GetVerticalOverlap) == 0x000001, "Wrong alignment on UIDropdownComponent_GetVerticalOverlap"); \ +static_assert(sizeof(UIDropdownComponent_GetVerticalOverlap) == 0x000001, "Wrong size on UIDropdownComponent_GetVerticalOverlap"); \ +static_assert(offsetof(UIDropdownComponent_GetVerticalOverlap, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetVerticalOverlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownComponent_GetVerticalPosition \ +static_assert(alignof(UIDropdownComponent_GetVerticalPosition) == 0x000001, "Wrong alignment on UIDropdownComponent_GetVerticalPosition"); \ +static_assert(sizeof(UIDropdownComponent_GetVerticalPosition) == 0x000001, "Wrong size on UIDropdownComponent_GetVerticalPosition"); \ +static_assert(offsetof(UIDropdownComponent_GetVerticalPosition, ReturnValue) == 0x000000, "Member 'UIDropdownComponent_GetVerticalPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIDropdownComponent \ +static_assert(alignof(UUIDropdownComponent) == 0x000008, "Wrong alignment on UUIDropdownComponent"); \ +static_assert(sizeof(UUIDropdownComponent) == 0x000310, "Wrong size on UUIDropdownComponent"); \ +static_assert(offsetof(UUIDropdownComponent, ListRoot) == 0x000250, "Member 'UUIDropdownComponent::ListRoot' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, CaptionText) == 0x000260, "Member 'UUIDropdownComponent::CaptionText' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, CaptionSprite) == 0x000268, "Member 'UUIDropdownComponent::CaptionSprite' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, ItemTemplate) == 0x000270, "Member 'UUIDropdownComponent::ItemTemplate' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, VerticalPosition) == 0x000290, "Member 'UUIDropdownComponent::VerticalPosition' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, VerticalOverlap) == 0x000291, "Member 'UUIDropdownComponent::VerticalOverlap' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, HorizontalPosition) == 0x000292, "Member 'UUIDropdownComponent::HorizontalPosition' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, Value) == 0x000294, "Member 'UUIDropdownComponent::Value' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, Options) == 0x000298, "Member 'UUIDropdownComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, MaxHeight) == 0x0002A8, "Member 'UUIDropdownComponent::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, bUseInteractionBlock) == 0x0002AC, "Member 'UUIDropdownComponent::bUseInteractionBlock' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, CreatedItemArray) == 0x0002C0, "Member 'UUIDropdownComponent::CreatedItemArray' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownComponent, OnSelectionChange) == 0x0002E8, "Member 'UUIDropdownComponent::OnSelectionChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownItemComponent_ReceiveInit \ +static_assert(alignof(UIDropdownItemComponent_ReceiveInit) == 0x000008, "Wrong alignment on UIDropdownItemComponent_ReceiveInit"); \ +static_assert(sizeof(UIDropdownItemComponent_ReceiveInit) == 0x000030, "Wrong size on UIDropdownItemComponent_ReceiveInit"); \ +static_assert(offsetof(UIDropdownItemComponent_ReceiveInit, Index_0) == 0x000000, "Member 'UIDropdownItemComponent_ReceiveInit::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIDropdownItemComponent_ReceiveInit, Data) == 0x000008, "Member 'UIDropdownItemComponent_ReceiveInit::Data' has a wrong offset!"); \ +static_assert(offsetof(UIDropdownItemComponent_ReceiveInit, OnSelectCallback) == 0x000020, "Member 'UIDropdownItemComponent_ReceiveInit::OnSelectCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownItemComponent_ReceiveSetSelectionState \ +static_assert(alignof(UIDropdownItemComponent_ReceiveSetSelectionState) == 0x000001, "Wrong alignment on UIDropdownItemComponent_ReceiveSetSelectionState"); \ +static_assert(sizeof(UIDropdownItemComponent_ReceiveSetSelectionState) == 0x000001, "Wrong size on UIDropdownItemComponent_ReceiveSetSelectionState"); \ +static_assert(offsetof(UIDropdownItemComponent_ReceiveSetSelectionState, InSelect) == 0x000000, "Member 'UIDropdownItemComponent_ReceiveSetSelectionState::InSelect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownItemComponent_GetSpriteActor \ +static_assert(alignof(UIDropdownItemComponent_GetSpriteActor) == 0x000008, "Wrong alignment on UIDropdownItemComponent_GetSpriteActor"); \ +static_assert(sizeof(UIDropdownItemComponent_GetSpriteActor) == 0x000008, "Wrong size on UIDropdownItemComponent_GetSpriteActor"); \ +static_assert(offsetof(UIDropdownItemComponent_GetSpriteActor, ReturnValue) == 0x000000, "Member 'UIDropdownItemComponent_GetSpriteActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownItemComponent_GetTextActor \ +static_assert(alignof(UIDropdownItemComponent_GetTextActor) == 0x000008, "Wrong alignment on UIDropdownItemComponent_GetTextActor"); \ +static_assert(sizeof(UIDropdownItemComponent_GetTextActor) == 0x000008, "Wrong size on UIDropdownItemComponent_GetTextActor"); \ +static_assert(offsetof(UIDropdownItemComponent_GetTextActor, ReturnValue) == 0x000000, "Member 'UIDropdownItemComponent_GetTextActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIDropdownItemComponent_GetToggle \ +static_assert(alignof(UIDropdownItemComponent_GetToggle) == 0x000008, "Wrong alignment on UIDropdownItemComponent_GetToggle"); \ +static_assert(sizeof(UIDropdownItemComponent_GetToggle) == 0x000008, "Wrong size on UIDropdownItemComponent_GetToggle"); \ +static_assert(offsetof(UIDropdownItemComponent_GetToggle, ReturnValue) == 0x000000, "Member 'UIDropdownItemComponent_GetToggle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIDropdownItemComponent \ +static_assert(alignof(UUIDropdownItemComponent) == 0x000008, "Wrong alignment on UUIDropdownItemComponent"); \ +static_assert(sizeof(UUIDropdownItemComponent) == 0x000120, "Wrong size on UUIDropdownItemComponent"); \ +static_assert(offsetof(UUIDropdownItemComponent, TextActor) == 0x0000D0, "Member 'UUIDropdownItemComponent::TextActor' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownItemComponent, SpriteActor) == 0x0000D8, "Member 'UUIDropdownItemComponent::SpriteActor' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownItemComponent, Toggle) == 0x0000E0, "Member 'UUIDropdownItemComponent::Toggle' has a wrong offset!"); \ +static_assert(offsetof(UUIDropdownItemComponent, OnSelectDynamic) == 0x000110, "Member 'UUIDropdownItemComponent::OnSelectDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectGradientColor \ +static_assert(alignof(UUIEffectGradientColor) == 0x000008, "Wrong alignment on UUIEffectGradientColor"); \ +static_assert(sizeof(UUIEffectGradientColor) == 0x0000D0, "Wrong size on UUIEffectGradientColor"); \ +static_assert(offsetof(UUIEffectGradientColor, directionType) == 0x0000B8, "Member 'UUIEffectGradientColor::directionType' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectGradientColor, multiplySourceAlpha) == 0x0000B9, "Member 'UUIEffectGradientColor::multiplySourceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectGradientColor, Color1) == 0x0000BC, "Member 'UUIEffectGradientColor::Color1' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectGradientColor, Color2) == 0x0000C0, "Member 'UUIEffectGradientColor::Color2' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectGradientColor, Color3) == 0x0000C4, "Member 'UUIEffectGradientColor::Color3' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectGradientColor, color4) == 0x0000C8, "Member 'UUIEffectGradientColor::color4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_SetGradientColor \ +static_assert(alignof(UIEffectLongShadow_SetGradientColor) == 0x000004, "Wrong alignment on UIEffectLongShadow_SetGradientColor"); \ +static_assert(sizeof(UIEffectLongShadow_SetGradientColor) == 0x000004, "Wrong size on UIEffectLongShadow_SetGradientColor"); \ +static_assert(offsetof(UIEffectLongShadow_SetGradientColor, NewColor) == 0x000000, "Member 'UIEffectLongShadow_SetGradientColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_SetShadowColor \ +static_assert(alignof(UIEffectLongShadow_SetShadowColor) == 0x000004, "Wrong alignment on UIEffectLongShadow_SetShadowColor"); \ +static_assert(sizeof(UIEffectLongShadow_SetShadowColor) == 0x000004, "Wrong size on UIEffectLongShadow_SetShadowColor"); \ +static_assert(offsetof(UIEffectLongShadow_SetShadowColor, NewColor) == 0x000000, "Member 'UIEffectLongShadow_SetShadowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_SetShadowSegment \ +static_assert(alignof(UIEffectLongShadow_SetShadowSegment) == 0x000001, "Wrong alignment on UIEffectLongShadow_SetShadowSegment"); \ +static_assert(sizeof(UIEffectLongShadow_SetShadowSegment) == 0x000001, "Wrong size on UIEffectLongShadow_SetShadowSegment"); \ +static_assert(offsetof(UIEffectLongShadow_SetShadowSegment, newSegment) == 0x000000, "Member 'UIEffectLongShadow_SetShadowSegment::newSegment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_SetShadowSize \ +static_assert(alignof(UIEffectLongShadow_SetShadowSize) == 0x000008, "Wrong alignment on UIEffectLongShadow_SetShadowSize"); \ +static_assert(sizeof(UIEffectLongShadow_SetShadowSize) == 0x000018, "Wrong size on UIEffectLongShadow_SetShadowSize"); \ +static_assert(offsetof(UIEffectLongShadow_SetShadowSize, NewSize) == 0x000000, "Member 'UIEffectLongShadow_SetShadowSize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_SetUseGradientColor \ +static_assert(alignof(UIEffectLongShadow_SetUseGradientColor) == 0x000001, "Wrong alignment on UIEffectLongShadow_SetUseGradientColor"); \ +static_assert(sizeof(UIEffectLongShadow_SetUseGradientColor) == 0x000001, "Wrong size on UIEffectLongShadow_SetUseGradientColor"); \ +static_assert(offsetof(UIEffectLongShadow_SetUseGradientColor, newBool) == 0x000000, "Member 'UIEffectLongShadow_SetUseGradientColor::newBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_GetGradientColor \ +static_assert(alignof(UIEffectLongShadow_GetGradientColor) == 0x000004, "Wrong alignment on UIEffectLongShadow_GetGradientColor"); \ +static_assert(sizeof(UIEffectLongShadow_GetGradientColor) == 0x000004, "Wrong size on UIEffectLongShadow_GetGradientColor"); \ +static_assert(offsetof(UIEffectLongShadow_GetGradientColor, ReturnValue) == 0x000000, "Member 'UIEffectLongShadow_GetGradientColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_GetShadowColor \ +static_assert(alignof(UIEffectLongShadow_GetShadowColor) == 0x000004, "Wrong alignment on UIEffectLongShadow_GetShadowColor"); \ +static_assert(sizeof(UIEffectLongShadow_GetShadowColor) == 0x000004, "Wrong size on UIEffectLongShadow_GetShadowColor"); \ +static_assert(offsetof(UIEffectLongShadow_GetShadowColor, ReturnValue) == 0x000000, "Member 'UIEffectLongShadow_GetShadowColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_GetShadowSegments \ +static_assert(alignof(UIEffectLongShadow_GetShadowSegments) == 0x000001, "Wrong alignment on UIEffectLongShadow_GetShadowSegments"); \ +static_assert(sizeof(UIEffectLongShadow_GetShadowSegments) == 0x000001, "Wrong size on UIEffectLongShadow_GetShadowSegments"); \ +static_assert(offsetof(UIEffectLongShadow_GetShadowSegments, ReturnValue) == 0x000000, "Member 'UIEffectLongShadow_GetShadowSegments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_GetShadowSize \ +static_assert(alignof(UIEffectLongShadow_GetShadowSize) == 0x000008, "Wrong alignment on UIEffectLongShadow_GetShadowSize"); \ +static_assert(sizeof(UIEffectLongShadow_GetShadowSize) == 0x000018, "Wrong size on UIEffectLongShadow_GetShadowSize"); \ +static_assert(offsetof(UIEffectLongShadow_GetShadowSize, ReturnValue) == 0x000000, "Member 'UIEffectLongShadow_GetShadowSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectLongShadow_GetUseGradientColor \ +static_assert(alignof(UIEffectLongShadow_GetUseGradientColor) == 0x000001, "Wrong alignment on UIEffectLongShadow_GetUseGradientColor"); \ +static_assert(sizeof(UIEffectLongShadow_GetUseGradientColor) == 0x000001, "Wrong size on UIEffectLongShadow_GetUseGradientColor"); \ +static_assert(offsetof(UIEffectLongShadow_GetUseGradientColor, ReturnValue) == 0x000000, "Member 'UIEffectLongShadow_GetUseGradientColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectLongShadow \ +static_assert(alignof(UUIEffectLongShadow) == 0x000008, "Wrong alignment on UUIEffectLongShadow"); \ +static_assert(sizeof(UUIEffectLongShadow) == 0x0000E8, "Wrong size on UUIEffectLongShadow"); \ +static_assert(offsetof(UUIEffectLongShadow, ShadowColor) == 0x0000B8, "Member 'UUIEffectLongShadow::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectLongShadow, shadowSize) == 0x0000C0, "Member 'UUIEffectLongShadow::shadowSize' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectLongShadow, shadowSegment) == 0x0000D8, "Member 'UUIEffectLongShadow::shadowSegment' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectLongShadow, useGradientColor) == 0x0000D9, "Member 'UUIEffectLongShadow::useGradientColor' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectLongShadow, gradientColor) == 0x0000DC, "Member 'UUIEffectLongShadow::gradientColor' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectLongShadow, multiplySourceAlpha) == 0x0000E0, "Member 'UUIEffectLongShadow::multiplySourceAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_SetOutlineColor \ +static_assert(alignof(UIEffectOutline_SetOutlineColor) == 0x000004, "Wrong alignment on UIEffectOutline_SetOutlineColor"); \ +static_assert(sizeof(UIEffectOutline_SetOutlineColor) == 0x000004, "Wrong size on UIEffectOutline_SetOutlineColor"); \ +static_assert(offsetof(UIEffectOutline_SetOutlineColor, NewColor) == 0x000000, "Member 'UIEffectOutline_SetOutlineColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_SetOutlineSize \ +static_assert(alignof(UIEffectOutline_SetOutlineSize) == 0x000008, "Wrong alignment on UIEffectOutline_SetOutlineSize"); \ +static_assert(sizeof(UIEffectOutline_SetOutlineSize) == 0x000010, "Wrong size on UIEffectOutline_SetOutlineSize"); \ +static_assert(offsetof(UIEffectOutline_SetOutlineSize, NewSize) == 0x000000, "Member 'UIEffectOutline_SetOutlineSize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_SetUse8Direction \ +static_assert(alignof(UIEffectOutline_SetUse8Direction) == 0x000001, "Wrong alignment on UIEffectOutline_SetUse8Direction"); \ +static_assert(sizeof(UIEffectOutline_SetUse8Direction) == 0x000001, "Wrong size on UIEffectOutline_SetUse8Direction"); \ +static_assert(offsetof(UIEffectOutline_SetUse8Direction, NewValue) == 0x000000, "Member 'UIEffectOutline_SetUse8Direction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_GetOutlineColor \ +static_assert(alignof(UIEffectOutline_GetOutlineColor) == 0x000004, "Wrong alignment on UIEffectOutline_GetOutlineColor"); \ +static_assert(sizeof(UIEffectOutline_GetOutlineColor) == 0x000004, "Wrong size on UIEffectOutline_GetOutlineColor"); \ +static_assert(offsetof(UIEffectOutline_GetOutlineColor, ReturnValue) == 0x000000, "Member 'UIEffectOutline_GetOutlineColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_GetOutlineSize \ +static_assert(alignof(UIEffectOutline_GetOutlineSize) == 0x000008, "Wrong alignment on UIEffectOutline_GetOutlineSize"); \ +static_assert(sizeof(UIEffectOutline_GetOutlineSize) == 0x000010, "Wrong size on UIEffectOutline_GetOutlineSize"); \ +static_assert(offsetof(UIEffectOutline_GetOutlineSize, ReturnValue) == 0x000000, "Member 'UIEffectOutline_GetOutlineSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectOutline_GetUse8Direction \ +static_assert(alignof(UIEffectOutline_GetUse8Direction) == 0x000001, "Wrong alignment on UIEffectOutline_GetUse8Direction"); \ +static_assert(sizeof(UIEffectOutline_GetUse8Direction) == 0x000001, "Wrong size on UIEffectOutline_GetUse8Direction"); \ +static_assert(offsetof(UIEffectOutline_GetUse8Direction, ReturnValue) == 0x000000, "Member 'UIEffectOutline_GetUse8Direction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectOutline \ +static_assert(alignof(UUIEffectOutline) == 0x000008, "Wrong alignment on UUIEffectOutline"); \ +static_assert(sizeof(UUIEffectOutline) == 0x0000D8, "Wrong size on UUIEffectOutline"); \ +static_assert(offsetof(UUIEffectOutline, OutlineColor) == 0x0000B8, "Member 'UUIEffectOutline::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectOutline, OutlineSize) == 0x0000C0, "Member 'UUIEffectOutline::OutlineSize' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectOutline, multiplySourceAlpha) == 0x0000D0, "Member 'UUIEffectOutline::multiplySourceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectOutline, use8Direction) == 0x0000D1, "Member 'UUIEffectOutline::use8Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectPositionAsUV \ +static_assert(alignof(UUIEffectPositionAsUV) == 0x000008, "Wrong alignment on UUIEffectPositionAsUV"); \ +static_assert(sizeof(UUIEffectPositionAsUV) == 0x0000C0, "Wrong size on UUIEffectPositionAsUV"); \ +static_assert(offsetof(UUIEffectPositionAsUV, UVChannel) == 0x0000B8, "Member 'UUIEffectPositionAsUV::UVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_Selector_SetOffset \ +static_assert(alignof(UIEffectTextAnimation_Selector_SetOffset) == 0x000004, "Wrong alignment on UIEffectTextAnimation_Selector_SetOffset"); \ +static_assert(sizeof(UIEffectTextAnimation_Selector_SetOffset) == 0x000004, "Wrong size on UIEffectTextAnimation_Selector_SetOffset"); \ +static_assert(offsetof(UIEffectTextAnimation_Selector_SetOffset, Value) == 0x000000, "Member 'UIEffectTextAnimation_Selector_SetOffset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_Selector_GetOffset \ +static_assert(alignof(UIEffectTextAnimation_Selector_GetOffset) == 0x000004, "Wrong alignment on UIEffectTextAnimation_Selector_GetOffset"); \ +static_assert(sizeof(UIEffectTextAnimation_Selector_GetOffset) == 0x000004, "Wrong size on UIEffectTextAnimation_Selector_GetOffset"); \ +static_assert(offsetof(UIEffectTextAnimation_Selector_GetOffset, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_Selector_GetOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_Selector \ +static_assert(alignof(UUIEffectTextAnimation_Selector) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_Selector"); \ +static_assert(sizeof(UUIEffectTextAnimation_Selector) == 0x000038, "Wrong size on UUIEffectTextAnimation_Selector"); \ +static_assert(offsetof(UUIEffectTextAnimation_Selector, Offset) == 0x000028, "Member 'UUIEffectTextAnimation_Selector::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_SetProperties \ +static_assert(alignof(UIEffectTextAnimation_SetProperties) == 0x000008, "Wrong alignment on UIEffectTextAnimation_SetProperties"); \ +static_assert(sizeof(UIEffectTextAnimation_SetProperties) == 0x000010, "Wrong size on UIEffectTextAnimation_SetProperties"); \ +static_assert(offsetof(UIEffectTextAnimation_SetProperties, Value) == 0x000000, "Member 'UIEffectTextAnimation_SetProperties::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_SetProperty \ +static_assert(alignof(UIEffectTextAnimation_SetProperty) == 0x000008, "Wrong alignment on UIEffectTextAnimation_SetProperty"); \ +static_assert(sizeof(UIEffectTextAnimation_SetProperty) == 0x000010, "Wrong size on UIEffectTextAnimation_SetProperty"); \ +static_assert(offsetof(UIEffectTextAnimation_SetProperty, Index_0) == 0x000000, "Member 'UIEffectTextAnimation_SetProperty::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIEffectTextAnimation_SetProperty, Value) == 0x000008, "Member 'UIEffectTextAnimation_SetProperty::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_SetSelector \ +static_assert(alignof(UIEffectTextAnimation_SetSelector) == 0x000008, "Wrong alignment on UIEffectTextAnimation_SetSelector"); \ +static_assert(sizeof(UIEffectTextAnimation_SetSelector) == 0x000008, "Wrong size on UIEffectTextAnimation_SetSelector"); \ +static_assert(offsetof(UIEffectTextAnimation_SetSelector, Value) == 0x000000, "Member 'UIEffectTextAnimation_SetSelector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_SetSelectorOffset \ +static_assert(alignof(UIEffectTextAnimation_SetSelectorOffset) == 0x000004, "Wrong alignment on UIEffectTextAnimation_SetSelectorOffset"); \ +static_assert(sizeof(UIEffectTextAnimation_SetSelectorOffset) == 0x000004, "Wrong size on UIEffectTextAnimation_SetSelectorOffset"); \ +static_assert(offsetof(UIEffectTextAnimation_SetSelectorOffset, Value) == 0x000000, "Member 'UIEffectTextAnimation_SetSelectorOffset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_GetProperties \ +static_assert(alignof(UIEffectTextAnimation_GetProperties) == 0x000008, "Wrong alignment on UIEffectTextAnimation_GetProperties"); \ +static_assert(sizeof(UIEffectTextAnimation_GetProperties) == 0x000010, "Wrong size on UIEffectTextAnimation_GetProperties"); \ +static_assert(offsetof(UIEffectTextAnimation_GetProperties, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_GetProperties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_GetProperty \ +static_assert(alignof(UIEffectTextAnimation_GetProperty) == 0x000008, "Wrong alignment on UIEffectTextAnimation_GetProperty"); \ +static_assert(sizeof(UIEffectTextAnimation_GetProperty) == 0x000010, "Wrong size on UIEffectTextAnimation_GetProperty"); \ +static_assert(offsetof(UIEffectTextAnimation_GetProperty, Index_0) == 0x000000, "Member 'UIEffectTextAnimation_GetProperty::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIEffectTextAnimation_GetProperty, ReturnValue) == 0x000008, "Member 'UIEffectTextAnimation_GetProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_GetSelector \ +static_assert(alignof(UIEffectTextAnimation_GetSelector) == 0x000008, "Wrong alignment on UIEffectTextAnimation_GetSelector"); \ +static_assert(sizeof(UIEffectTextAnimation_GetSelector) == 0x000008, "Wrong size on UIEffectTextAnimation_GetSelector"); \ +static_assert(offsetof(UIEffectTextAnimation_GetSelector, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_GetSelector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_GetSelectorOffset \ +static_assert(alignof(UIEffectTextAnimation_GetSelectorOffset) == 0x000004, "Wrong alignment on UIEffectTextAnimation_GetSelectorOffset"); \ +static_assert(sizeof(UIEffectTextAnimation_GetSelectorOffset) == 0x000004, "Wrong size on UIEffectTextAnimation_GetSelectorOffset"); \ +static_assert(offsetof(UIEffectTextAnimation_GetSelectorOffset, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_GetSelectorOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation \ +static_assert(alignof(UUIEffectTextAnimation) == 0x000008, "Wrong alignment on UUIEffectTextAnimation"); \ +static_assert(sizeof(UUIEffectTextAnimation) == 0x0000F8, "Wrong size on UUIEffectTextAnimation"); \ +static_assert(offsetof(UUIEffectTextAnimation, selector) == 0x0000B8, "Member 'UUIEffectTextAnimation::selector' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation, Properties) == 0x0000C0, "Member 'UUIEffectTextAnimation::Properties' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation, selectorOffset) == 0x0000D0, "Member 'UUIEffectTextAnimation::selectorOffset' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation, UIText) == 0x0000D8, "Member 'UUIEffectTextAnimation::UIText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionProperty_SetPosition \ +static_assert(alignof(UIEffectTextAnimation_PositionProperty_SetPosition) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionProperty_SetPosition"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionProperty_SetPosition) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionProperty_SetPosition"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionProperty_SetPosition, Value) == 0x000000, "Member 'UIEffectTextAnimation_PositionProperty_SetPosition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionProperty_GetPosition \ +static_assert(alignof(UIEffectTextAnimation_PositionProperty_GetPosition) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionProperty_GetPosition"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionProperty_GetPosition) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionProperty_GetPosition"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionProperty_GetPosition, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PositionProperty_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_PositionProperty \ +static_assert(alignof(UUIEffectTextAnimation_PositionProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_PositionProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_PositionProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_PositionProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_PositionProperty, position) == 0x000048, "Member 'UUIEffectTextAnimation_PositionProperty::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationProperty_SetRotator \ +static_assert(alignof(UIEffectTextAnimation_RotationProperty_SetRotator) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationProperty_SetRotator"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationProperty_SetRotator) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationProperty_SetRotator"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationProperty_SetRotator, Value) == 0x000000, "Member 'UIEffectTextAnimation_RotationProperty_SetRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationProperty_GetRotator \ +static_assert(alignof(UIEffectTextAnimation_RotationProperty_GetRotator) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationProperty_GetRotator"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationProperty_GetRotator) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationProperty_GetRotator"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationProperty_GetRotator, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RotationProperty_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RotationProperty \ +static_assert(alignof(UUIEffectTextAnimation_RotationProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RotationProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_RotationProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_RotationProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_RotationProperty, Rotator) == 0x000048, "Member 'UUIEffectTextAnimation_RotationProperty::Rotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_SetMax \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_SetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_SetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_SetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_SetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_SetMax, Value) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_SetMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_SetMin \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_SetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_SetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_SetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_SetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_SetMin, Value) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_SetMin::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_SetSeed \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_SetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_SetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_SetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_SetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_SetSeed, Value) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_SetSeed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_GetMax \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_GetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_GetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_GetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_GetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_GetMax, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_GetMin \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_GetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_GetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_GetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_GetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_GetMin, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationRandomProperty_GetSeed \ +static_assert(alignof(UIEffectTextAnimation_RotationRandomProperty_GetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RotationRandomProperty_GetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationRandomProperty_GetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_RotationRandomProperty_GetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationRandomProperty_GetSeed, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RotationRandomProperty_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RotationRandomProperty \ +static_assert(alignof(UUIEffectTextAnimation_RotationRandomProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RotationRandomProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_RotationRandomProperty) == 0x000080, "Wrong size on UUIEffectTextAnimation_RotationRandomProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_RotationRandomProperty, Seed) == 0x000048, "Member 'UUIEffectTextAnimation_RotationRandomProperty::Seed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RotationRandomProperty, min_0) == 0x000050, "Member 'UUIEffectTextAnimation_RotationRandomProperty::min_0' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RotationRandomProperty, max_0) == 0x000068, "Member 'UUIEffectTextAnimation_RotationRandomProperty::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleProperty_SetScale \ +static_assert(alignof(UIEffectTextAnimation_ScaleProperty_SetScale) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleProperty_SetScale"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleProperty_SetScale) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleProperty_SetScale"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleProperty_SetScale, Value) == 0x000000, "Member 'UIEffectTextAnimation_ScaleProperty_SetScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleProperty_GetScale \ +static_assert(alignof(UIEffectTextAnimation_ScaleProperty_GetScale) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleProperty_GetScale"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleProperty_GetScale) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleProperty_GetScale"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleProperty_GetScale, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ScaleProperty_GetScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_ScaleProperty \ +static_assert(alignof(UUIEffectTextAnimation_ScaleProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_ScaleProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_ScaleProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_ScaleProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_ScaleProperty, Scale) == 0x000048, "Member 'UUIEffectTextAnimation_ScaleProperty::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_SetMax \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_SetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_SetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_SetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_SetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_SetMax, Value) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_SetMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_SetMin \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_SetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_SetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_SetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_SetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_SetMin, Value) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_SetMin::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_SetSeed \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_SetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_SetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_SetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_SetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_SetSeed, Value) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_SetSeed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_GetMax \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_GetMax) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_GetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_GetMax) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_GetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_GetMax, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_GetMin \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_GetMin) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_GetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_GetMin) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_GetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_GetMin, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleRandomProperty_GetSeed \ +static_assert(alignof(UIEffectTextAnimation_ScaleRandomProperty_GetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ScaleRandomProperty_GetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleRandomProperty_GetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_ScaleRandomProperty_GetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleRandomProperty_GetSeed, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ScaleRandomProperty_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_ScaleRandomProperty \ +static_assert(alignof(UUIEffectTextAnimation_ScaleRandomProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_ScaleRandomProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_ScaleRandomProperty) == 0x000080, "Wrong size on UUIEffectTextAnimation_ScaleRandomProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_ScaleRandomProperty, Seed) == 0x000048, "Member 'UUIEffectTextAnimation_ScaleRandomProperty::Seed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ScaleRandomProperty, min_0) == 0x000050, "Member 'UUIEffectTextAnimation_ScaleRandomProperty::min_0' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ScaleRandomProperty, max_0) == 0x000068, "Member 'UUIEffectTextAnimation_ScaleRandomProperty::max_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_AlphaProperty_SetAlpha \ +static_assert(alignof(UIEffectTextAnimation_AlphaProperty_SetAlpha) == 0x000004, "Wrong alignment on UIEffectTextAnimation_AlphaProperty_SetAlpha"); \ +static_assert(sizeof(UIEffectTextAnimation_AlphaProperty_SetAlpha) == 0x000004, "Wrong size on UIEffectTextAnimation_AlphaProperty_SetAlpha"); \ +static_assert(offsetof(UIEffectTextAnimation_AlphaProperty_SetAlpha, Value) == 0x000000, "Member 'UIEffectTextAnimation_AlphaProperty_SetAlpha::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_AlphaProperty_GetAlpha \ +static_assert(alignof(UIEffectTextAnimation_AlphaProperty_GetAlpha) == 0x000004, "Wrong alignment on UIEffectTextAnimation_AlphaProperty_GetAlpha"); \ +static_assert(sizeof(UIEffectTextAnimation_AlphaProperty_GetAlpha) == 0x000004, "Wrong size on UIEffectTextAnimation_AlphaProperty_GetAlpha"); \ +static_assert(offsetof(UIEffectTextAnimation_AlphaProperty_GetAlpha, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_AlphaProperty_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_AlphaProperty \ +static_assert(alignof(UUIEffectTextAnimation_AlphaProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_AlphaProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_AlphaProperty) == 0x000050, "Wrong size on UUIEffectTextAnimation_AlphaProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_AlphaProperty, Alpha) == 0x000048, "Member 'UUIEffectTextAnimation_AlphaProperty::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_SetMax \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_SetMax) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_SetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_SetMax) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_SetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_SetMax, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_SetMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_SetMin \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_SetMin) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_SetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_SetMin) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_SetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_SetMin, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_SetMin::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_SetSeed \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_SetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_SetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_SetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_SetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_SetSeed, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_SetSeed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_SetUseHSV \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_SetUseHSV) == 0x000001, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_SetUseHSV"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_SetUseHSV) == 0x000001, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_SetUseHSV"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_SetUseHSV, Value) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_SetUseHSV::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_GetMax \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_GetMax) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_GetMax"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_GetMax) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_GetMax"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_GetMax, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_GetMin \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_GetMin) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_GetMin"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_GetMin) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_GetMin"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_GetMin, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_GetSeed \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_GetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_GetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_GetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_GetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_GetSeed, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ColorRandomProperty_GetUseHSV \ +static_assert(alignof(UIEffectTextAnimation_ColorRandomProperty_GetUseHSV) == 0x000001, "Wrong alignment on UIEffectTextAnimation_ColorRandomProperty_GetUseHSV"); \ +static_assert(sizeof(UIEffectTextAnimation_ColorRandomProperty_GetUseHSV) == 0x000001, "Wrong size on UIEffectTextAnimation_ColorRandomProperty_GetUseHSV"); \ +static_assert(offsetof(UIEffectTextAnimation_ColorRandomProperty_GetUseHSV, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ColorRandomProperty_GetUseHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_ColorRandomProperty \ +static_assert(alignof(UUIEffectTextAnimation_ColorRandomProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_ColorRandomProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_ColorRandomProperty) == 0x000058, "Wrong size on UUIEffectTextAnimation_ColorRandomProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorRandomProperty, Seed) == 0x000048, "Member 'UUIEffectTextAnimation_ColorRandomProperty::Seed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorRandomProperty, min_0) == 0x00004C, "Member 'UUIEffectTextAnimation_ColorRandomProperty::min_0' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorRandomProperty, max_0) == 0x000050, "Member 'UUIEffectTextAnimation_ColorRandomProperty::max_0' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_ColorRandomProperty, useHSV) == 0x000054, "Member 'UUIEffectTextAnimation_ColorRandomProperty::useHSV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithWave_SetFrequency \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithWave_SetFrequency) == 0x000004, "Wrong alignment on UIEffectTextAnimation_PropertyWithWave_SetFrequency"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithWave_SetFrequency) == 0x000004, "Wrong size on UIEffectTextAnimation_PropertyWithWave_SetFrequency"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithWave_SetFrequency, Value) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithWave_SetFrequency::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PropertyWithWave_GetFrequency \ +static_assert(alignof(UIEffectTextAnimation_PropertyWithWave_GetFrequency) == 0x000004, "Wrong alignment on UIEffectTextAnimation_PropertyWithWave_GetFrequency"); \ +static_assert(sizeof(UIEffectTextAnimation_PropertyWithWave_GetFrequency) == 0x000004, "Wrong size on UIEffectTextAnimation_PropertyWithWave_GetFrequency"); \ +static_assert(offsetof(UIEffectTextAnimation_PropertyWithWave_GetFrequency, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PropertyWithWave_GetFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_PropertyWithWave \ +static_assert(alignof(UUIEffectTextAnimation_PropertyWithWave) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_PropertyWithWave"); \ +static_assert(sizeof(UUIEffectTextAnimation_PropertyWithWave) == 0x000048, "Wrong size on UUIEffectTextAnimation_PropertyWithWave"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithWave, Frequency) == 0x000028, "Member 'UUIEffectTextAnimation_PropertyWithWave::Frequency' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithWave, Speed) == 0x00002C, "Member 'UUIEffectTextAnimation_PropertyWithWave::Speed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithWave, flipDirection) == 0x000030, "Member 'UUIEffectTextAnimation_PropertyWithWave::flipDirection' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_PropertyWithWave, UIText) == 0x000040, "Member 'UUIEffectTextAnimation_PropertyWithWave::UIText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionWaveProperty_SetPosition \ +static_assert(alignof(UIEffectTextAnimation_PositionWaveProperty_SetPosition) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionWaveProperty_SetPosition"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionWaveProperty_SetPosition) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionWaveProperty_SetPosition"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionWaveProperty_SetPosition, Value) == 0x000000, "Member 'UIEffectTextAnimation_PositionWaveProperty_SetPosition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_PositionWaveProperty_GetPosition \ +static_assert(alignof(UIEffectTextAnimation_PositionWaveProperty_GetPosition) == 0x000008, "Wrong alignment on UIEffectTextAnimation_PositionWaveProperty_GetPosition"); \ +static_assert(sizeof(UIEffectTextAnimation_PositionWaveProperty_GetPosition) == 0x000018, "Wrong size on UIEffectTextAnimation_PositionWaveProperty_GetPosition"); \ +static_assert(offsetof(UIEffectTextAnimation_PositionWaveProperty_GetPosition, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_PositionWaveProperty_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_PositionWaveProperty \ +static_assert(alignof(UUIEffectTextAnimation_PositionWaveProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_PositionWaveProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_PositionWaveProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_PositionWaveProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_PositionWaveProperty, position) == 0x000048, "Member 'UUIEffectTextAnimation_PositionWaveProperty::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationWaveProperty_SetRotator \ +static_assert(alignof(UIEffectTextAnimation_RotationWaveProperty_SetRotator) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationWaveProperty_SetRotator"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationWaveProperty_SetRotator) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationWaveProperty_SetRotator"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationWaveProperty_SetRotator, Value) == 0x000000, "Member 'UIEffectTextAnimation_RotationWaveProperty_SetRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RotationWaveProperty_GetRotator \ +static_assert(alignof(UIEffectTextAnimation_RotationWaveProperty_GetRotator) == 0x000008, "Wrong alignment on UIEffectTextAnimation_RotationWaveProperty_GetRotator"); \ +static_assert(sizeof(UIEffectTextAnimation_RotationWaveProperty_GetRotator) == 0x000018, "Wrong size on UIEffectTextAnimation_RotationWaveProperty_GetRotator"); \ +static_assert(offsetof(UIEffectTextAnimation_RotationWaveProperty_GetRotator, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RotationWaveProperty_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RotationWaveProperty \ +static_assert(alignof(UUIEffectTextAnimation_RotationWaveProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RotationWaveProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_RotationWaveProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_RotationWaveProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_RotationWaveProperty, Rotator) == 0x000048, "Member 'UUIEffectTextAnimation_RotationWaveProperty::Rotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleWaveProperty_SetScale \ +static_assert(alignof(UIEffectTextAnimation_ScaleWaveProperty_SetScale) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleWaveProperty_SetScale"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleWaveProperty_SetScale) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleWaveProperty_SetScale"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleWaveProperty_SetScale, Value) == 0x000000, "Member 'UIEffectTextAnimation_ScaleWaveProperty_SetScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_ScaleWaveProperty_GetScale \ +static_assert(alignof(UIEffectTextAnimation_ScaleWaveProperty_GetScale) == 0x000008, "Wrong alignment on UIEffectTextAnimation_ScaleWaveProperty_GetScale"); \ +static_assert(sizeof(UIEffectTextAnimation_ScaleWaveProperty_GetScale) == 0x000018, "Wrong size on UIEffectTextAnimation_ScaleWaveProperty_GetScale"); \ +static_assert(offsetof(UIEffectTextAnimation_ScaleWaveProperty_GetScale, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_ScaleWaveProperty_GetScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_ScaleWaveProperty \ +static_assert(alignof(UUIEffectTextAnimation_ScaleWaveProperty) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_ScaleWaveProperty"); \ +static_assert(sizeof(UUIEffectTextAnimation_ScaleWaveProperty) == 0x000060, "Wrong size on UUIEffectTextAnimation_ScaleWaveProperty"); \ +static_assert(offsetof(UUIEffectTextAnimation_ScaleWaveProperty, Scale) == 0x000048, "Member 'UUIEffectTextAnimation_ScaleWaveProperty::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_SetEnd \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_SetEnd) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_SetEnd"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_SetEnd) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_SetEnd"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_SetEnd, Value) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_SetEnd::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_SetFlipDirection \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_SetFlipDirection) == 0x000001, "Wrong alignment on UIEffectTextAnimation_RangeSelector_SetFlipDirection"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_SetFlipDirection) == 0x000001, "Wrong size on UIEffectTextAnimation_RangeSelector_SetFlipDirection"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_SetFlipDirection, Value) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_SetFlipDirection::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_SetRange \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_SetRange) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_SetRange"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_SetRange) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_SetRange"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_SetRange, Value) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_SetRange::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_SetStart \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_SetStart) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_SetStart"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_SetStart) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_SetStart"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_SetStart, Value) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_SetStart::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_GetEnd \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_GetEnd) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_GetEnd"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_GetEnd) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_GetEnd"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_GetEnd, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_GetEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_GetFlipDirection \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_GetFlipDirection) == 0x000001, "Wrong alignment on UIEffectTextAnimation_RangeSelector_GetFlipDirection"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_GetFlipDirection) == 0x000001, "Wrong size on UIEffectTextAnimation_RangeSelector_GetFlipDirection"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_GetFlipDirection, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_GetFlipDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_GetRange \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_GetRange) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_GetRange"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_GetRange) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_GetRange"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_GetRange, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_GetRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RangeSelector_GetStart \ +static_assert(alignof(UIEffectTextAnimation_RangeSelector_GetStart) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RangeSelector_GetStart"); \ +static_assert(sizeof(UIEffectTextAnimation_RangeSelector_GetStart) == 0x000004, "Wrong size on UIEffectTextAnimation_RangeSelector_GetStart"); \ +static_assert(offsetof(UIEffectTextAnimation_RangeSelector_GetStart, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RangeSelector_GetStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RangeSelector \ +static_assert(alignof(UUIEffectTextAnimation_RangeSelector) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RangeSelector"); \ +static_assert(sizeof(UUIEffectTextAnimation_RangeSelector) == 0x000048, "Wrong size on UUIEffectTextAnimation_RangeSelector"); \ +static_assert(offsetof(UUIEffectTextAnimation_RangeSelector, Range) == 0x000038, "Member 'UUIEffectTextAnimation_RangeSelector::Range' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RangeSelector, flipDirection) == 0x00003C, "Member 'UUIEffectTextAnimation_RangeSelector::flipDirection' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RangeSelector, Start) == 0x000040, "Member 'UUIEffectTextAnimation_RangeSelector::Start' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RangeSelector, End) == 0x000044, "Member 'UUIEffectTextAnimation_RangeSelector::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_SetEnd \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_SetEnd) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_SetEnd"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_SetEnd) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_SetEnd"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_SetEnd, Value) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_SetEnd::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_SetSeed \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_SetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_SetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_SetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_SetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_SetSeed, Value) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_SetSeed::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_SetStart \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_SetStart) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_SetStart"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_SetStart) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_SetStart"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_SetStart, Value) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_SetStart::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_GetEnd \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_GetEnd) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_GetEnd"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_GetEnd) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_GetEnd"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_GetEnd, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_GetEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_GetSeed \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_GetSeed) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_GetSeed"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_GetSeed) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_GetSeed"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_GetSeed, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RandomSelector_GetStart \ +static_assert(alignof(UIEffectTextAnimation_RandomSelector_GetStart) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RandomSelector_GetStart"); \ +static_assert(sizeof(UIEffectTextAnimation_RandomSelector_GetStart) == 0x000004, "Wrong size on UIEffectTextAnimation_RandomSelector_GetStart"); \ +static_assert(offsetof(UIEffectTextAnimation_RandomSelector_GetStart, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RandomSelector_GetStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RandomSelector \ +static_assert(alignof(UUIEffectTextAnimation_RandomSelector) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RandomSelector"); \ +static_assert(sizeof(UUIEffectTextAnimation_RandomSelector) == 0x000048, "Wrong size on UUIEffectTextAnimation_RandomSelector"); \ +static_assert(offsetof(UUIEffectTextAnimation_RandomSelector, Seed) == 0x000038, "Member 'UUIEffectTextAnimation_RandomSelector::Seed' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RandomSelector, Start) == 0x00003C, "Member 'UUIEffectTextAnimation_RandomSelector::Start' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RandomSelector, End) == 0x000040, "Member 'UUIEffectTextAnimation_RandomSelector::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection) == 0x000001, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection) == 0x000001, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection, Value) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_SetFlipDirection::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_SetRange \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_SetRange) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_SetRange"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_SetRange) == 0x000004, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_SetRange"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_SetRange, Value) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_SetRange::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_SetTagName \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_SetTagName) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_SetTagName"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_SetTagName) == 0x000008, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_SetTagName"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_SetTagName, Value) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_SetTagName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection) == 0x000001, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection) == 0x000001, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_GetFlipDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_GetRange \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_GetRange) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_GetRange"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_GetRange) == 0x000004, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_GetRange"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_GetRange, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_GetRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEffectTextAnimation_RichTextTagSelector_GetTagName \ +static_assert(alignof(UIEffectTextAnimation_RichTextTagSelector_GetTagName) == 0x000004, "Wrong alignment on UIEffectTextAnimation_RichTextTagSelector_GetTagName"); \ +static_assert(sizeof(UIEffectTextAnimation_RichTextTagSelector_GetTagName) == 0x000008, "Wrong size on UIEffectTextAnimation_RichTextTagSelector_GetTagName"); \ +static_assert(offsetof(UIEffectTextAnimation_RichTextTagSelector_GetTagName, ReturnValue) == 0x000000, "Member 'UIEffectTextAnimation_RichTextTagSelector_GetTagName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEffectTextAnimation_RichTextTagSelector \ +static_assert(alignof(UUIEffectTextAnimation_RichTextTagSelector) == 0x000008, "Wrong alignment on UUIEffectTextAnimation_RichTextTagSelector"); \ +static_assert(sizeof(UUIEffectTextAnimation_RichTextTagSelector) == 0x000048, "Wrong size on UUIEffectTextAnimation_RichTextTagSelector"); \ +static_assert(offsetof(UUIEffectTextAnimation_RichTextTagSelector, Range) == 0x000038, "Member 'UUIEffectTextAnimation_RichTextTagSelector::Range' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RichTextTagSelector, TagName) == 0x00003C, "Member 'UUIEffectTextAnimation_RichTextTagSelector::TagName' has a wrong offset!"); \ +static_assert(offsetof(UUIEffectTextAnimation_RichTextTagSelector, flipDirection) == 0x000044, "Member 'UUIEffectTextAnimation_RichTextTagSelector::flipDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEventBlockerComponent \ +static_assert(alignof(UUIEventBlockerComponent) == 0x000008, "Wrong alignment on UUIEventBlockerComponent"); \ +static_assert(sizeof(UUIEventBlockerComponent) == 0x0000E0, "Wrong size on UUIEventBlockerComponent"); \ +static_assert(offsetof(UUIEventBlockerComponent, AllowEventBubbleUp) == 0x0000D8, "Member 'UUIEventBlockerComponent::AllowEventBubbleUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerBeginDrag \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerBeginDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerBeginDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerBeginDrag) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerBeginDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerBeginDrag, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerBeginDrag::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerBeginDrag, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerBeginDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerClick \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerClick) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerClick"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerClick) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerClick"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerClick, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerClick::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerClick, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerDeselect \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerDeselect) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerDeselect"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerDeselect) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerDeselect"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDeselect, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerDeselect::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDeselect, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerDeselect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerDown \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerDown) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerDown"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerDown) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerDown"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDown, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerDown::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDown, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerDrag \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerDrag) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDrag, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerDrag::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDrag, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerDragDrop \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerDragDrop) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerDragDrop"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerDragDrop) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerDragDrop"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDragDrop, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerDragDrop::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerDragDrop, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerDragDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerEndDrag \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerEndDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerEndDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerEndDrag) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerEndDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerEndDrag, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerEndDrag::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerEndDrag, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerEndDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerEnter \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerEnter) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerEnter"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerEnter) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerEnter"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerEnter, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerEnter::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerEnter, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerEnter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerExit \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerExit) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerExit"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerExit) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerExit"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerExit, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerExit::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerExit, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerExit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerScroll \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerScroll) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerScroll"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerScroll) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerScroll"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerScroll, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerScroll::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerScroll, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerScroll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerSelect \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerSelect) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerSelect"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerSelect) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerSelect"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerSelect, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerSelect::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerSelect, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerSelect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_RegisterOnPointerUp \ +static_assert(alignof(UIEventTriggerComponent_RegisterOnPointerUp) == 0x000008, "Wrong alignment on UIEventTriggerComponent_RegisterOnPointerUp"); \ +static_assert(sizeof(UIEventTriggerComponent_RegisterOnPointerUp) == 0x000018, "Wrong size on UIEventTriggerComponent_RegisterOnPointerUp"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerUp, InDelegate) == 0x000000, "Member 'UIEventTriggerComponent_RegisterOnPointerUp::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIEventTriggerComponent_RegisterOnPointerUp, ReturnValue) == 0x000010, "Member 'UIEventTriggerComponent_RegisterOnPointerUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerBeginDrag \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerBeginDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerBeginDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerBeginDrag) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerBeginDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerBeginDrag, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerBeginDrag::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerClick \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerClick) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerClick"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerClick) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerClick"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerClick, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerClick::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerDeselect \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerDeselect) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerDeselect"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerDeselect) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerDeselect"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerDeselect, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerDeselect::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerDown \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerDown) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerDown"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerDown) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerDown"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerDown, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerDown::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerDrag \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerDrag) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerDrag, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerDrag::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerDragDrop \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerDragDrop) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerDragDrop"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerDragDrop) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerDragDrop"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerDragDrop, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerDragDrop::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerEndDrag \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerEndDrag) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerEndDrag"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerEndDrag) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerEndDrag"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerEndDrag, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerEndDrag::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerEnter \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerEnter) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerEnter"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerEnter) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerEnter"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerEnter, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerEnter::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerExit \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerExit) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerExit"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerExit) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerExit"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerExit, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerExit::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerScroll \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerScroll) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerScroll"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerScroll) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerScroll"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerScroll, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerScroll::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerSelect \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerSelect) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerSelect"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerSelect) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerSelect"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerSelect, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerSelect::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIEventTriggerComponent_UnregisterOnPointerUp \ +static_assert(alignof(UIEventTriggerComponent_UnregisterOnPointerUp) == 0x000008, "Wrong alignment on UIEventTriggerComponent_UnregisterOnPointerUp"); \ +static_assert(sizeof(UIEventTriggerComponent_UnregisterOnPointerUp) == 0x000008, "Wrong size on UIEventTriggerComponent_UnregisterOnPointerUp"); \ +static_assert(offsetof(UIEventTriggerComponent_UnregisterOnPointerUp, InDelegateHandle) == 0x000000, "Member 'UIEventTriggerComponent_UnregisterOnPointerUp::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIEventTriggerComponent \ +static_assert(alignof(UUIEventTriggerComponent) == 0x000008, "Wrong alignment on UUIEventTriggerComponent"); \ +static_assert(sizeof(UUIEventTriggerComponent) == 0x000320, "Wrong size on UUIEventTriggerComponent"); \ +static_assert(offsetof(UUIEventTriggerComponent, AllowEventBubbleUp) == 0x0000D8, "Member 'UUIEventTriggerComponent::AllowEventBubbleUp' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerEnter) == 0x0000E0, "Member 'UUIEventTriggerComponent::OnPointerEnter' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerExit) == 0x0000F8, "Member 'UUIEventTriggerComponent::OnPointerExit' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerDown) == 0x000110, "Member 'UUIEventTriggerComponent::OnPointerDown' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerUp) == 0x000128, "Member 'UUIEventTriggerComponent::OnPointerUp' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerClick) == 0x000140, "Member 'UUIEventTriggerComponent::OnPointerClick' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerBeginDrag) == 0x000158, "Member 'UUIEventTriggerComponent::OnPointerBeginDrag' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerDrag) == 0x000170, "Member 'UUIEventTriggerComponent::OnPointerDrag' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerEndDrag) == 0x000188, "Member 'UUIEventTriggerComponent::OnPointerEndDrag' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerDragDrop) == 0x0001A0, "Member 'UUIEventTriggerComponent::OnPointerDragDrop' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerScroll) == 0x0001B8, "Member 'UUIEventTriggerComponent::OnPointerScroll' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerSelect) == 0x0001D0, "Member 'UUIEventTriggerComponent::OnPointerSelect' has a wrong offset!"); \ +static_assert(offsetof(UUIEventTriggerComponent, OnPointerDeselect) == 0x0001E8, "Member 'UUIEventTriggerComponent::OnPointerDeselect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUILayoutBase \ +static_assert(alignof(UUILayoutBase) == 0x000008, "Wrong alignment on UUILayoutBase"); \ +static_assert(sizeof(UUILayoutBase) == 0x0000F0, "Wrong size on UUILayoutBase"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CancelAllAnimations \ +static_assert(alignof(UILayoutWithAnimation_CancelAllAnimations) == 0x000001, "Wrong alignment on UILayoutWithAnimation_CancelAllAnimations"); \ +static_assert(sizeof(UILayoutWithAnimation_CancelAllAnimations) == 0x000001, "Wrong size on UILayoutWithAnimation_CancelAllAnimations"); \ +static_assert(offsetof(UILayoutWithAnimation_CancelAllAnimations, callComplete) == 0x000000, "Member 'UILayoutWithAnimation_CancelAllAnimations::callComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_SetAnimationDuration \ +static_assert(alignof(UILayoutWithAnimation_SetAnimationDuration) == 0x000004, "Wrong alignment on UILayoutWithAnimation_SetAnimationDuration"); \ +static_assert(sizeof(UILayoutWithAnimation_SetAnimationDuration) == 0x000004, "Wrong size on UILayoutWithAnimation_SetAnimationDuration"); \ +static_assert(offsetof(UILayoutWithAnimation_SetAnimationDuration, Value) == 0x000000, "Member 'UILayoutWithAnimation_SetAnimationDuration::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_SetAnimationType \ +static_assert(alignof(UILayoutWithAnimation_SetAnimationType) == 0x000001, "Wrong alignment on UILayoutWithAnimation_SetAnimationType"); \ +static_assert(sizeof(UILayoutWithAnimation_SetAnimationType) == 0x000001, "Wrong size on UILayoutWithAnimation_SetAnimationType"); \ +static_assert(offsetof(UILayoutWithAnimation_SetAnimationType, Value) == 0x000000, "Member 'UILayoutWithAnimation_SetAnimationType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_SetCustomAnimation \ +static_assert(alignof(UILayoutWithAnimation_SetCustomAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_SetCustomAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_SetCustomAnimation) == 0x000008, "Wrong size on UILayoutWithAnimation_SetCustomAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_SetCustomAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_SetCustomAnimation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_GetAnimationDuration \ +static_assert(alignof(UILayoutWithAnimation_GetAnimationDuration) == 0x000004, "Wrong alignment on UILayoutWithAnimation_GetAnimationDuration"); \ +static_assert(sizeof(UILayoutWithAnimation_GetAnimationDuration) == 0x000004, "Wrong size on UILayoutWithAnimation_GetAnimationDuration"); \ +static_assert(offsetof(UILayoutWithAnimation_GetAnimationDuration, ReturnValue) == 0x000000, "Member 'UILayoutWithAnimation_GetAnimationDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_GetAnimationType \ +static_assert(alignof(UILayoutWithAnimation_GetAnimationType) == 0x000001, "Wrong alignment on UILayoutWithAnimation_GetAnimationType"); \ +static_assert(sizeof(UILayoutWithAnimation_GetAnimationType) == 0x000001, "Wrong size on UILayoutWithAnimation_GetAnimationType"); \ +static_assert(offsetof(UILayoutWithAnimation_GetAnimationType, ReturnValue) == 0x000000, "Member 'UILayoutWithAnimation_GetAnimationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_GetCustomAnimation \ +static_assert(alignof(UILayoutWithAnimation_GetCustomAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_GetCustomAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_GetCustomAnimation) == 0x000008, "Wrong size on UILayoutWithAnimation_GetCustomAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_GetCustomAnimation, ReturnValue) == 0x000000, "Member 'UILayoutWithAnimation_GetCustomAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUILayoutWithAnimation \ +static_assert(alignof(UUILayoutWithAnimation) == 0x000008, "Wrong alignment on UUILayoutWithAnimation"); \ +static_assert(sizeof(UUILayoutWithAnimation) == 0x000118, "Wrong size on UUILayoutWithAnimation"); \ +static_assert(offsetof(UUILayoutWithAnimation, AnimationType) == 0x0000F0, "Member 'UUILayoutWithAnimation::AnimationType' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutWithAnimation, AnimationDuration) == 0x0000F4, "Member 'UUILayoutWithAnimation::AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutWithAnimation, CustomAnimation) == 0x0000F8, "Member 'UUILayoutWithAnimation::CustomAnimation' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutWithAnimation, TweenerArray) == 0x000100, "Member 'UUILayoutWithAnimation::TweenerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUILayoutWithChildren \ +static_assert(alignof(UUILayoutWithChildren) == 0x000008, "Wrong alignment on UUILayoutWithChildren"); \ +static_assert(sizeof(UUILayoutWithChildren) == 0x000130, "Wrong size on UUILayoutWithChildren"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_SetColumns \ +static_assert(alignof(UIFlexibleGridLayout_SetColumns) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_SetColumns"); \ +static_assert(sizeof(UIFlexibleGridLayout_SetColumns) == 0x000010, "Wrong size on UIFlexibleGridLayout_SetColumns"); \ +static_assert(offsetof(UIFlexibleGridLayout_SetColumns, Value) == 0x000000, "Member 'UIFlexibleGridLayout_SetColumns::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_SetPadding \ +static_assert(alignof(UIFlexibleGridLayout_SetPadding) == 0x000004, "Wrong alignment on UIFlexibleGridLayout_SetPadding"); \ +static_assert(sizeof(UIFlexibleGridLayout_SetPadding) == 0x000010, "Wrong size on UIFlexibleGridLayout_SetPadding"); \ +static_assert(offsetof(UIFlexibleGridLayout_SetPadding, Value) == 0x000000, "Member 'UIFlexibleGridLayout_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_SetRows \ +static_assert(alignof(UIFlexibleGridLayout_SetRows) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_SetRows"); \ +static_assert(sizeof(UIFlexibleGridLayout_SetRows) == 0x000010, "Wrong size on UIFlexibleGridLayout_SetRows"); \ +static_assert(offsetof(UIFlexibleGridLayout_SetRows, Value) == 0x000000, "Member 'UIFlexibleGridLayout_SetRows::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_SetSpacing \ +static_assert(alignof(UIFlexibleGridLayout_SetSpacing) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_SetSpacing"); \ +static_assert(sizeof(UIFlexibleGridLayout_SetSpacing) == 0x000010, "Wrong size on UIFlexibleGridLayout_SetSpacing"); \ +static_assert(offsetof(UIFlexibleGridLayout_SetSpacing, Value) == 0x000000, "Member 'UIFlexibleGridLayout_SetSpacing::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetColumnCount \ +static_assert(alignof(UIFlexibleGridLayout_GetColumnCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayout_GetColumnCount"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetColumnCount) == 0x000004, "Wrong size on UIFlexibleGridLayout_GetColumnCount"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetColumnCount, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetColumnCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetColumns \ +static_assert(alignof(UIFlexibleGridLayout_GetColumns) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_GetColumns"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetColumns) == 0x000010, "Wrong size on UIFlexibleGridLayout_GetColumns"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetColumns, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetColumns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetPadding \ +static_assert(alignof(UIFlexibleGridLayout_GetPadding) == 0x000004, "Wrong alignment on UIFlexibleGridLayout_GetPadding"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetPadding) == 0x000010, "Wrong size on UIFlexibleGridLayout_GetPadding"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetPadding, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetRowCount \ +static_assert(alignof(UIFlexibleGridLayout_GetRowCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayout_GetRowCount"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetRowCount) == 0x000004, "Wrong size on UIFlexibleGridLayout_GetRowCount"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetRowCount, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetRowCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetRows \ +static_assert(alignof(UIFlexibleGridLayout_GetRows) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_GetRows"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetRows) == 0x000010, "Wrong size on UIFlexibleGridLayout_GetRows"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetRows, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetRows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayout_GetSpacing \ +static_assert(alignof(UIFlexibleGridLayout_GetSpacing) == 0x000008, "Wrong alignment on UIFlexibleGridLayout_GetSpacing"); \ +static_assert(sizeof(UIFlexibleGridLayout_GetSpacing) == 0x000010, "Wrong size on UIFlexibleGridLayout_GetSpacing"); \ +static_assert(offsetof(UIFlexibleGridLayout_GetSpacing, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayout_GetSpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIFlexibleGridLayout \ +static_assert(alignof(UUIFlexibleGridLayout) == 0x000008, "Wrong alignment on UUIFlexibleGridLayout"); \ +static_assert(sizeof(UUIFlexibleGridLayout) == 0x000170, "Wrong size on UUIFlexibleGridLayout"); \ +static_assert(offsetof(UUIFlexibleGridLayout, Padding) == 0x000130, "Member 'UUIFlexibleGridLayout::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayout, Spacing) == 0x000140, "Member 'UUIFlexibleGridLayout::Spacing' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayout, Columns) == 0x000150, "Member 'UUIFlexibleGridLayout::Columns' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayout, Rows) == 0x000160, "Member 'UUIFlexibleGridLayout::Rows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_SetColumnCount \ +static_assert(alignof(UIFlexibleGridLayoutElement_SetColumnCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_SetColumnCount"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_SetColumnCount) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_SetColumnCount"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_SetColumnCount, Value) == 0x000000, "Member 'UIFlexibleGridLayoutElement_SetColumnCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_SetColumnIndex \ +static_assert(alignof(UIFlexibleGridLayoutElement_SetColumnIndex) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_SetColumnIndex"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_SetColumnIndex) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_SetColumnIndex"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_SetColumnIndex, Value) == 0x000000, "Member 'UIFlexibleGridLayoutElement_SetColumnIndex::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_SetIgnoreLayout \ +static_assert(alignof(UIFlexibleGridLayoutElement_SetIgnoreLayout) == 0x000001, "Wrong alignment on UIFlexibleGridLayoutElement_SetIgnoreLayout"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_SetIgnoreLayout) == 0x000001, "Wrong size on UIFlexibleGridLayoutElement_SetIgnoreLayout"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_SetIgnoreLayout, Value) == 0x000000, "Member 'UIFlexibleGridLayoutElement_SetIgnoreLayout::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_SetRowCount \ +static_assert(alignof(UIFlexibleGridLayoutElement_SetRowCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_SetRowCount"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_SetRowCount) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_SetRowCount"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_SetRowCount, Value) == 0x000000, "Member 'UIFlexibleGridLayoutElement_SetRowCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_SetRowIndex \ +static_assert(alignof(UIFlexibleGridLayoutElement_SetRowIndex) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_SetRowIndex"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_SetRowIndex) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_SetRowIndex"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_SetRowIndex, Value) == 0x000000, "Member 'UIFlexibleGridLayoutElement_SetRowIndex::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_GetColumnCount \ +static_assert(alignof(UIFlexibleGridLayoutElement_GetColumnCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_GetColumnCount"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_GetColumnCount) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_GetColumnCount"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_GetColumnCount, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayoutElement_GetColumnCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_GetColumnIndex \ +static_assert(alignof(UIFlexibleGridLayoutElement_GetColumnIndex) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_GetColumnIndex"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_GetColumnIndex) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_GetColumnIndex"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_GetColumnIndex, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayoutElement_GetColumnIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_GetIgnoreLayout \ +static_assert(alignof(UIFlexibleGridLayoutElement_GetIgnoreLayout) == 0x000001, "Wrong alignment on UIFlexibleGridLayoutElement_GetIgnoreLayout"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_GetIgnoreLayout) == 0x000001, "Wrong size on UIFlexibleGridLayoutElement_GetIgnoreLayout"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_GetIgnoreLayout, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayoutElement_GetIgnoreLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_GetRowCount \ +static_assert(alignof(UIFlexibleGridLayoutElement_GetRowCount) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_GetRowCount"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_GetRowCount) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_GetRowCount"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_GetRowCount, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayoutElement_GetRowCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFlexibleGridLayoutElement_GetRowIndex \ +static_assert(alignof(UIFlexibleGridLayoutElement_GetRowIndex) == 0x000004, "Wrong alignment on UIFlexibleGridLayoutElement_GetRowIndex"); \ +static_assert(sizeof(UIFlexibleGridLayoutElement_GetRowIndex) == 0x000004, "Wrong size on UIFlexibleGridLayoutElement_GetRowIndex"); \ +static_assert(offsetof(UIFlexibleGridLayoutElement_GetRowIndex, ReturnValue) == 0x000000, "Member 'UIFlexibleGridLayoutElement_GetRowIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIFlexibleGridLayoutElement \ +static_assert(alignof(UUIFlexibleGridLayoutElement) == 0x000008, "Wrong alignment on UUIFlexibleGridLayoutElement"); \ +static_assert(sizeof(UUIFlexibleGridLayoutElement) == 0x000100, "Wrong size on UUIFlexibleGridLayoutElement"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, RowIndex) == 0x0000E0, "Member 'UUIFlexibleGridLayoutElement::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, RowCount) == 0x0000E4, "Member 'UUIFlexibleGridLayoutElement::RowCount' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, ColumnIndex) == 0x0000E8, "Member 'UUIFlexibleGridLayoutElement::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, ColumnCount) == 0x0000EC, "Member 'UUIFlexibleGridLayoutElement::ColumnCount' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, bIgnoreLayout) == 0x0000F0, "Member 'UUIFlexibleGridLayoutElement::bIgnoreLayout' has a wrong offset!"); \ +static_assert(offsetof(UUIFlexibleGridLayoutElement, ParentLayout) == 0x0000F8, "Member 'UUIFlexibleGridLayoutElement::ParentLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFrameCapture_DoCapture \ +static_assert(alignof(UIFrameCapture_DoCapture) == 0x000004, "Wrong alignment on UIFrameCapture_DoCapture"); \ +static_assert(sizeof(UIFrameCapture_DoCapture) == 0x000010, "Wrong size on UIFrameCapture_DoCapture"); \ +static_assert(offsetof(UIFrameCapture_DoCapture, InDelegate) == 0x000000, "Member 'UIFrameCapture_DoCapture::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFrameCapture_GetCapturedFrame \ +static_assert(alignof(UIFrameCapture_GetCapturedFrame) == 0x000008, "Wrong alignment on UIFrameCapture_GetCapturedFrame"); \ +static_assert(sizeof(UIFrameCapture_GetCapturedFrame) == 0x000008, "Wrong size on UIFrameCapture_GetCapturedFrame"); \ +static_assert(offsetof(UIFrameCapture_GetCapturedFrame, ReturnValue) == 0x000000, "Member 'UIFrameCapture_GetCapturedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIFrameCapture \ +static_assert(alignof(UUIFrameCapture) == 0x000010, "Wrong alignment on UUIFrameCapture"); \ +static_assert(sizeof(UUIFrameCapture) == 0x000540, "Wrong size on UUIFrameCapture"); \ +static_assert(offsetof(UUIFrameCapture, bCaptureFullScreen) == 0x000508, "Member 'UUIFrameCapture::bCaptureFullScreen' has a wrong offset!"); \ +static_assert(offsetof(UUIFrameCapture, CapturedFrame) == 0x000510, "Member 'UUIFrameCapture::CapturedFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIFrameCaptureActor_GetUIFrameCapture \ +static_assert(alignof(UIFrameCaptureActor_GetUIFrameCapture) == 0x000008, "Wrong alignment on UIFrameCaptureActor_GetUIFrameCapture"); \ +static_assert(sizeof(UIFrameCaptureActor_GetUIFrameCapture) == 0x000008, "Wrong size on UIFrameCaptureActor_GetUIFrameCapture"); \ +static_assert(offsetof(UIFrameCaptureActor_GetUIFrameCapture, ReturnValue) == 0x000000, "Member 'UIFrameCaptureActor_GetUIFrameCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIFrameCaptureActor \ +static_assert(alignof(AUIFrameCaptureActor) == 0x000008, "Wrong alignment on AUIFrameCaptureActor"); \ +static_assert(sizeof(AUIFrameCaptureActor) == 0x000298, "Wrong size on AUIFrameCaptureActor"); \ +static_assert(offsetof(AUIFrameCaptureActor, UIFrameCapture) == 0x000290, "Member 'AUIFrameCaptureActor::UIFrameCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha) == 0x000010, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha, InAlpha) == 0x00000C, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Alpha::InAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color) == 0x000010, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color, InColor) == 0x00000C, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Color::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position) == 0x000030, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position, InPosition) == 0x000010, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position::InPosition' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position, InPositionType) == 0x000028, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Position::InPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate) == 0x000028, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate, InRotator) == 0x000010, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Rotate::InRotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale) == 0x000028, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale, InScale) == 0x000010, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Scale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform) == 0x000058, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InPositionType) == 0x00000C, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InPositionType' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InPosition) == 0x000010, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InPosition' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InRotator) == 0x000028, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InRotator' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform, InScale) == 0x000040, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_ModifyCharGeometry_Transform::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition) == 0x000028, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition, OutPosition) == 0x000010, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharGeometry_AbsolutePosition::OutPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01 \ +static_assert(alignof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01) == 0x000008, "Wrong alignment on LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01"); \ +static_assert(sizeof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01) == 0x000010, "Wrong size on LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01, InUIText) == 0x000000, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01::InUIText' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01, InCharIndex) == 0x000008, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01::InCharIndex' has a wrong offset!"); \ +static_assert(offsetof(LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01, ReturnValue) == 0x00000C, "Member 'LGUIGeometryModifierHelper_UITextHelperFunction_GetCharHorizontalPositionRatio01::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIGeometryModifierHelper \ +static_assert(alignof(ULGUIGeometryModifierHelper) == 0x000008, "Wrong alignment on ULGUIGeometryModifierHelper"); \ +static_assert(sizeof(ULGUIGeometryModifierHelper) == 0x000030, "Wrong size on ULGUIGeometryModifierHelper"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetAlign \ +static_assert(alignof(UIGridLayout_SetAlign) == 0x000001, "Wrong alignment on UIGridLayout_SetAlign"); \ +static_assert(sizeof(UIGridLayout_SetAlign) == 0x000001, "Wrong size on UIGridLayout_SetAlign"); \ +static_assert(offsetof(UIGridLayout_SetAlign, Value) == 0x000000, "Member 'UIGridLayout_SetAlign::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetCellSize \ +static_assert(alignof(UIGridLayout_SetCellSize) == 0x000008, "Wrong alignment on UIGridLayout_SetCellSize"); \ +static_assert(sizeof(UIGridLayout_SetCellSize) == 0x000010, "Wrong size on UIGridLayout_SetCellSize"); \ +static_assert(offsetof(UIGridLayout_SetCellSize, Value) == 0x000000, "Member 'UIGridLayout_SetCellSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetDependOnSizeOrCount \ +static_assert(alignof(UIGridLayout_SetDependOnSizeOrCount) == 0x000001, "Wrong alignment on UIGridLayout_SetDependOnSizeOrCount"); \ +static_assert(sizeof(UIGridLayout_SetDependOnSizeOrCount) == 0x000001, "Wrong size on UIGridLayout_SetDependOnSizeOrCount"); \ +static_assert(offsetof(UIGridLayout_SetDependOnSizeOrCount, Value) == 0x000000, "Member 'UIGridLayout_SetDependOnSizeOrCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetExpendChildSize \ +static_assert(alignof(UIGridLayout_SetExpendChildSize) == 0x000001, "Wrong alignment on UIGridLayout_SetExpendChildSize"); \ +static_assert(sizeof(UIGridLayout_SetExpendChildSize) == 0x000001, "Wrong size on UIGridLayout_SetExpendChildSize"); \ +static_assert(offsetof(UIGridLayout_SetExpendChildSize, Value) == 0x000000, "Member 'UIGridLayout_SetExpendChildSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetHeightFitToChildren \ +static_assert(alignof(UIGridLayout_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIGridLayout_SetHeightFitToChildren"); \ +static_assert(sizeof(UIGridLayout_SetHeightFitToChildren) == 0x000001, "Wrong size on UIGridLayout_SetHeightFitToChildren"); \ +static_assert(offsetof(UIGridLayout_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIGridLayout_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetHorizontalOrVertical \ +static_assert(alignof(UIGridLayout_SetHorizontalOrVertical) == 0x000001, "Wrong alignment on UIGridLayout_SetHorizontalOrVertical"); \ +static_assert(sizeof(UIGridLayout_SetHorizontalOrVertical) == 0x000001, "Wrong size on UIGridLayout_SetHorizontalOrVertical"); \ +static_assert(offsetof(UIGridLayout_SetHorizontalOrVertical, Value) == 0x000000, "Member 'UIGridLayout_SetHorizontalOrVertical::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetLastLineCanAlign \ +static_assert(alignof(UIGridLayout_SetLastLineCanAlign) == 0x000001, "Wrong alignment on UIGridLayout_SetLastLineCanAlign"); \ +static_assert(sizeof(UIGridLayout_SetLastLineCanAlign) == 0x000001, "Wrong size on UIGridLayout_SetLastLineCanAlign"); \ +static_assert(offsetof(UIGridLayout_SetLastLineCanAlign, Value) == 0x000000, "Member 'UIGridLayout_SetLastLineCanAlign::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetMaxItemCountInOneLine \ +static_assert(alignof(UIGridLayout_SetMaxItemCountInOneLine) == 0x000004, "Wrong alignment on UIGridLayout_SetMaxItemCountInOneLine"); \ +static_assert(sizeof(UIGridLayout_SetMaxItemCountInOneLine) == 0x000004, "Wrong size on UIGridLayout_SetMaxItemCountInOneLine"); \ +static_assert(offsetof(UIGridLayout_SetMaxItemCountInOneLine, Value) == 0x000000, "Member 'UIGridLayout_SetMaxItemCountInOneLine::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetPadding \ +static_assert(alignof(UIGridLayout_SetPadding) == 0x000004, "Wrong alignment on UIGridLayout_SetPadding"); \ +static_assert(sizeof(UIGridLayout_SetPadding) == 0x000010, "Wrong size on UIGridLayout_SetPadding"); \ +static_assert(offsetof(UIGridLayout_SetPadding, Value) == 0x000000, "Member 'UIGridLayout_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetSpacing \ +static_assert(alignof(UIGridLayout_SetSpacing) == 0x000008, "Wrong alignment on UIGridLayout_SetSpacing"); \ +static_assert(sizeof(UIGridLayout_SetSpacing) == 0x000010, "Wrong size on UIGridLayout_SetSpacing"); \ +static_assert(offsetof(UIGridLayout_SetSpacing, Value) == 0x000000, "Member 'UIGridLayout_SetSpacing::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_SetWidthFitToChildren \ +static_assert(alignof(UIGridLayout_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIGridLayout_SetWidthFitToChildren"); \ +static_assert(sizeof(UIGridLayout_SetWidthFitToChildren) == 0x000001, "Wrong size on UIGridLayout_SetWidthFitToChildren"); \ +static_assert(offsetof(UIGridLayout_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIGridLayout_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetActuralRange \ +static_assert(alignof(UIGridLayout_GetActuralRange) == 0x000008, "Wrong alignment on UIGridLayout_GetActuralRange"); \ +static_assert(sizeof(UIGridLayout_GetActuralRange) == 0x000010, "Wrong size on UIGridLayout_GetActuralRange"); \ +static_assert(offsetof(UIGridLayout_GetActuralRange, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetActuralRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetAlign \ +static_assert(alignof(UIGridLayout_GetAlign) == 0x000001, "Wrong alignment on UIGridLayout_GetAlign"); \ +static_assert(sizeof(UIGridLayout_GetAlign) == 0x000001, "Wrong size on UIGridLayout_GetAlign"); \ +static_assert(offsetof(UIGridLayout_GetAlign, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetAlign::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetCellSize \ +static_assert(alignof(UIGridLayout_GetCellSize) == 0x000008, "Wrong alignment on UIGridLayout_GetCellSize"); \ +static_assert(sizeof(UIGridLayout_GetCellSize) == 0x000010, "Wrong size on UIGridLayout_GetCellSize"); \ +static_assert(offsetof(UIGridLayout_GetCellSize, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetCellSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetDependOnSizeOrCount \ +static_assert(alignof(UIGridLayout_GetDependOnSizeOrCount) == 0x000001, "Wrong alignment on UIGridLayout_GetDependOnSizeOrCount"); \ +static_assert(sizeof(UIGridLayout_GetDependOnSizeOrCount) == 0x000001, "Wrong size on UIGridLayout_GetDependOnSizeOrCount"); \ +static_assert(offsetof(UIGridLayout_GetDependOnSizeOrCount, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetDependOnSizeOrCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetExpendChildSize \ +static_assert(alignof(UIGridLayout_GetExpendChildSize) == 0x000001, "Wrong alignment on UIGridLayout_GetExpendChildSize"); \ +static_assert(sizeof(UIGridLayout_GetExpendChildSize) == 0x000001, "Wrong size on UIGridLayout_GetExpendChildSize"); \ +static_assert(offsetof(UIGridLayout_GetExpendChildSize, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetExpendChildSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetHeightFitToChildren \ +static_assert(alignof(UIGridLayout_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIGridLayout_GetHeightFitToChildren"); \ +static_assert(sizeof(UIGridLayout_GetHeightFitToChildren) == 0x000001, "Wrong size on UIGridLayout_GetHeightFitToChildren"); \ +static_assert(offsetof(UIGridLayout_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetHorizontalOrVertical \ +static_assert(alignof(UIGridLayout_GetHorizontalOrVertical) == 0x000001, "Wrong alignment on UIGridLayout_GetHorizontalOrVertical"); \ +static_assert(sizeof(UIGridLayout_GetHorizontalOrVertical) == 0x000001, "Wrong size on UIGridLayout_GetHorizontalOrVertical"); \ +static_assert(offsetof(UIGridLayout_GetHorizontalOrVertical, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetHorizontalOrVertical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetLastLineCanAlign \ +static_assert(alignof(UIGridLayout_GetLastLineCanAlign) == 0x000001, "Wrong alignment on UIGridLayout_GetLastLineCanAlign"); \ +static_assert(sizeof(UIGridLayout_GetLastLineCanAlign) == 0x000001, "Wrong size on UIGridLayout_GetLastLineCanAlign"); \ +static_assert(offsetof(UIGridLayout_GetLastLineCanAlign, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetLastLineCanAlign::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetMaxItemCountInOneLine \ +static_assert(alignof(UIGridLayout_GetMaxItemCountInOneLine) == 0x000004, "Wrong alignment on UIGridLayout_GetMaxItemCountInOneLine"); \ +static_assert(sizeof(UIGridLayout_GetMaxItemCountInOneLine) == 0x000004, "Wrong size on UIGridLayout_GetMaxItemCountInOneLine"); \ +static_assert(offsetof(UIGridLayout_GetMaxItemCountInOneLine, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetMaxItemCountInOneLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetPadding \ +static_assert(alignof(UIGridLayout_GetPadding) == 0x000004, "Wrong alignment on UIGridLayout_GetPadding"); \ +static_assert(sizeof(UIGridLayout_GetPadding) == 0x000010, "Wrong size on UIGridLayout_GetPadding"); \ +static_assert(offsetof(UIGridLayout_GetPadding, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetSpacing \ +static_assert(alignof(UIGridLayout_GetSpacing) == 0x000008, "Wrong alignment on UIGridLayout_GetSpacing"); \ +static_assert(sizeof(UIGridLayout_GetSpacing) == 0x000010, "Wrong size on UIGridLayout_GetSpacing"); \ +static_assert(offsetof(UIGridLayout_GetSpacing, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetSpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIGridLayout_GetWidthFitToChildren \ +static_assert(alignof(UIGridLayout_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIGridLayout_GetWidthFitToChildren"); \ +static_assert(sizeof(UIGridLayout_GetWidthFitToChildren) == 0x000001, "Wrong size on UIGridLayout_GetWidthFitToChildren"); \ +static_assert(offsetof(UIGridLayout_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIGridLayout_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIGridLayout \ +static_assert(alignof(UUIGridLayout) == 0x000008, "Wrong alignment on UUIGridLayout"); \ +static_assert(sizeof(UUIGridLayout) == 0x000180, "Wrong size on UUIGridLayout"); \ +static_assert(offsetof(UUIGridLayout, Padding) == 0x000130, "Member 'UUIGridLayout::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, Spacing) == 0x000140, "Member 'UUIGridLayout::Spacing' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, Align) == 0x000150, "Member 'UUIGridLayout::Align' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, LastLineCanAlign) == 0x000151, "Member 'UUIGridLayout::LastLineCanAlign' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, HorizontalOrVertical) == 0x000152, "Member 'UUIGridLayout::HorizontalOrVertical' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, DependOnSizeOrCount) == 0x000153, "Member 'UUIGridLayout::DependOnSizeOrCount' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, ExpendChildSize) == 0x000154, "Member 'UUIGridLayout::ExpendChildSize' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, CellSize) == 0x000158, "Member 'UUIGridLayout::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, LineCount) == 0x000168, "Member 'UUIGridLayout::LineCount' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, WidthFitToChildren) == 0x00016C, "Member 'UUIGridLayout::WidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIGridLayout, HeightFitToChildren) == 0x00016D, "Member 'UUIGridLayout::HeightFitToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetAlign \ +static_assert(alignof(UIHorizontalLayout_SetAlign) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetAlign"); \ +static_assert(sizeof(UIHorizontalLayout_SetAlign) == 0x000001, "Wrong size on UIHorizontalLayout_SetAlign"); \ +static_assert(offsetof(UIHorizontalLayout_SetAlign, Value) == 0x000000, "Member 'UIHorizontalLayout_SetAlign::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetControlChildHeight \ +static_assert(alignof(UIHorizontalLayout_SetControlChildHeight) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetControlChildHeight"); \ +static_assert(sizeof(UIHorizontalLayout_SetControlChildHeight) == 0x000001, "Wrong size on UIHorizontalLayout_SetControlChildHeight"); \ +static_assert(offsetof(UIHorizontalLayout_SetControlChildHeight, Value) == 0x000000, "Member 'UIHorizontalLayout_SetControlChildHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetControlChildWidth \ +static_assert(alignof(UIHorizontalLayout_SetControlChildWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetControlChildWidth"); \ +static_assert(sizeof(UIHorizontalLayout_SetControlChildWidth) == 0x000001, "Wrong size on UIHorizontalLayout_SetControlChildWidth"); \ +static_assert(offsetof(UIHorizontalLayout_SetControlChildWidth, Value) == 0x000000, "Member 'UIHorizontalLayout_SetControlChildWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetExpandChildHeightArea \ +static_assert(alignof(UIHorizontalLayout_SetExpandChildHeightArea) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetExpandChildHeightArea"); \ +static_assert(sizeof(UIHorizontalLayout_SetExpandChildHeightArea) == 0x000001, "Wrong size on UIHorizontalLayout_SetExpandChildHeightArea"); \ +static_assert(offsetof(UIHorizontalLayout_SetExpandChildHeightArea, Value) == 0x000000, "Member 'UIHorizontalLayout_SetExpandChildHeightArea::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetExpandChildWidthArea \ +static_assert(alignof(UIHorizontalLayout_SetExpandChildWidthArea) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetExpandChildWidthArea"); \ +static_assert(sizeof(UIHorizontalLayout_SetExpandChildWidthArea) == 0x000001, "Wrong size on UIHorizontalLayout_SetExpandChildWidthArea"); \ +static_assert(offsetof(UIHorizontalLayout_SetExpandChildWidthArea, Value) == 0x000000, "Member 'UIHorizontalLayout_SetExpandChildWidthArea::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetExpendChildrenHeight \ +static_assert(alignof(UIHorizontalLayout_SetExpendChildrenHeight) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetExpendChildrenHeight"); \ +static_assert(sizeof(UIHorizontalLayout_SetExpendChildrenHeight) == 0x000001, "Wrong size on UIHorizontalLayout_SetExpendChildrenHeight"); \ +static_assert(offsetof(UIHorizontalLayout_SetExpendChildrenHeight, Value) == 0x000000, "Member 'UIHorizontalLayout_SetExpendChildrenHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetExpendChildrenWidth \ +static_assert(alignof(UIHorizontalLayout_SetExpendChildrenWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetExpendChildrenWidth"); \ +static_assert(sizeof(UIHorizontalLayout_SetExpendChildrenWidth) == 0x000001, "Wrong size on UIHorizontalLayout_SetExpendChildrenWidth"); \ +static_assert(offsetof(UIHorizontalLayout_SetExpendChildrenWidth, Value) == 0x000000, "Member 'UIHorizontalLayout_SetExpendChildrenWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetHeightFitToChildren \ +static_assert(alignof(UIHorizontalLayout_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetHeightFitToChildren"); \ +static_assert(sizeof(UIHorizontalLayout_SetHeightFitToChildren) == 0x000001, "Wrong size on UIHorizontalLayout_SetHeightFitToChildren"); \ +static_assert(offsetof(UIHorizontalLayout_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIHorizontalLayout_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIHorizontalLayout_SetHeightFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetPadding \ +static_assert(alignof(UIHorizontalLayout_SetPadding) == 0x000004, "Wrong alignment on UIHorizontalLayout_SetPadding"); \ +static_assert(sizeof(UIHorizontalLayout_SetPadding) == 0x000010, "Wrong size on UIHorizontalLayout_SetPadding"); \ +static_assert(offsetof(UIHorizontalLayout_SetPadding, Value) == 0x000000, "Member 'UIHorizontalLayout_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetSpacing \ +static_assert(alignof(UIHorizontalLayout_SetSpacing) == 0x000004, "Wrong alignment on UIHorizontalLayout_SetSpacing"); \ +static_assert(sizeof(UIHorizontalLayout_SetSpacing) == 0x000004, "Wrong size on UIHorizontalLayout_SetSpacing"); \ +static_assert(offsetof(UIHorizontalLayout_SetSpacing, Value) == 0x000000, "Member 'UIHorizontalLayout_SetSpacing::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetUseChildScaleOnWidth \ +static_assert(alignof(UIHorizontalLayout_SetUseChildScaleOnWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetUseChildScaleOnWidth"); \ +static_assert(sizeof(UIHorizontalLayout_SetUseChildScaleOnWidth) == 0x000001, "Wrong size on UIHorizontalLayout_SetUseChildScaleOnWidth"); \ +static_assert(offsetof(UIHorizontalLayout_SetUseChildScaleOnWidth, Value) == 0x000000, "Member 'UIHorizontalLayout_SetUseChildScaleOnWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_SetWidthFitToChildren \ +static_assert(alignof(UIHorizontalLayout_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIHorizontalLayout_SetWidthFitToChildren"); \ +static_assert(sizeof(UIHorizontalLayout_SetWidthFitToChildren) == 0x000001, "Wrong size on UIHorizontalLayout_SetWidthFitToChildren"); \ +static_assert(offsetof(UIHorizontalLayout_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIHorizontalLayout_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetActuralRange \ +static_assert(alignof(UIHorizontalLayout_GetActuralRange) == 0x000004, "Wrong alignment on UIHorizontalLayout_GetActuralRange"); \ +static_assert(sizeof(UIHorizontalLayout_GetActuralRange) == 0x000004, "Wrong size on UIHorizontalLayout_GetActuralRange"); \ +static_assert(offsetof(UIHorizontalLayout_GetActuralRange, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetActuralRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetAlign \ +static_assert(alignof(UIHorizontalLayout_GetAlign) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetAlign"); \ +static_assert(sizeof(UIHorizontalLayout_GetAlign) == 0x000001, "Wrong size on UIHorizontalLayout_GetAlign"); \ +static_assert(offsetof(UIHorizontalLayout_GetAlign, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetAlign::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetControlChildHeight \ +static_assert(alignof(UIHorizontalLayout_GetControlChildHeight) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetControlChildHeight"); \ +static_assert(sizeof(UIHorizontalLayout_GetControlChildHeight) == 0x000001, "Wrong size on UIHorizontalLayout_GetControlChildHeight"); \ +static_assert(offsetof(UIHorizontalLayout_GetControlChildHeight, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetControlChildHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetControlChildWidth \ +static_assert(alignof(UIHorizontalLayout_GetControlChildWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetControlChildWidth"); \ +static_assert(sizeof(UIHorizontalLayout_GetControlChildWidth) == 0x000001, "Wrong size on UIHorizontalLayout_GetControlChildWidth"); \ +static_assert(offsetof(UIHorizontalLayout_GetControlChildWidth, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetControlChildWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetExpandChildHeightArea \ +static_assert(alignof(UIHorizontalLayout_GetExpandChildHeightArea) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetExpandChildHeightArea"); \ +static_assert(sizeof(UIHorizontalLayout_GetExpandChildHeightArea) == 0x000001, "Wrong size on UIHorizontalLayout_GetExpandChildHeightArea"); \ +static_assert(offsetof(UIHorizontalLayout_GetExpandChildHeightArea, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetExpandChildHeightArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetExpandChildWidthArea \ +static_assert(alignof(UIHorizontalLayout_GetExpandChildWidthArea) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetExpandChildWidthArea"); \ +static_assert(sizeof(UIHorizontalLayout_GetExpandChildWidthArea) == 0x000001, "Wrong size on UIHorizontalLayout_GetExpandChildWidthArea"); \ +static_assert(offsetof(UIHorizontalLayout_GetExpandChildWidthArea, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetExpandChildWidthArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetExpendChildrenHeight \ +static_assert(alignof(UIHorizontalLayout_GetExpendChildrenHeight) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetExpendChildrenHeight"); \ +static_assert(sizeof(UIHorizontalLayout_GetExpendChildrenHeight) == 0x000001, "Wrong size on UIHorizontalLayout_GetExpendChildrenHeight"); \ +static_assert(offsetof(UIHorizontalLayout_GetExpendChildrenHeight, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetExpendChildrenHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetExpendChildrenWidth \ +static_assert(alignof(UIHorizontalLayout_GetExpendChildrenWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetExpendChildrenWidth"); \ +static_assert(sizeof(UIHorizontalLayout_GetExpendChildrenWidth) == 0x000001, "Wrong size on UIHorizontalLayout_GetExpendChildrenWidth"); \ +static_assert(offsetof(UIHorizontalLayout_GetExpendChildrenWidth, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetExpendChildrenWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetHeightFitToChildren \ +static_assert(alignof(UIHorizontalLayout_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetHeightFitToChildren"); \ +static_assert(sizeof(UIHorizontalLayout_GetHeightFitToChildren) == 0x000001, "Wrong size on UIHorizontalLayout_GetHeightFitToChildren"); \ +static_assert(offsetof(UIHorizontalLayout_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetHeightFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetPadding \ +static_assert(alignof(UIHorizontalLayout_GetPadding) == 0x000004, "Wrong alignment on UIHorizontalLayout_GetPadding"); \ +static_assert(sizeof(UIHorizontalLayout_GetPadding) == 0x000010, "Wrong size on UIHorizontalLayout_GetPadding"); \ +static_assert(offsetof(UIHorizontalLayout_GetPadding, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetSpacing \ +static_assert(alignof(UIHorizontalLayout_GetSpacing) == 0x000004, "Wrong alignment on UIHorizontalLayout_GetSpacing"); \ +static_assert(sizeof(UIHorizontalLayout_GetSpacing) == 0x000004, "Wrong size on UIHorizontalLayout_GetSpacing"); \ +static_assert(offsetof(UIHorizontalLayout_GetSpacing, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetSpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetUseChildScaleOnWidth \ +static_assert(alignof(UIHorizontalLayout_GetUseChildScaleOnWidth) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetUseChildScaleOnWidth"); \ +static_assert(sizeof(UIHorizontalLayout_GetUseChildScaleOnWidth) == 0x000001, "Wrong size on UIHorizontalLayout_GetUseChildScaleOnWidth"); \ +static_assert(offsetof(UIHorizontalLayout_GetUseChildScaleOnWidth, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetUseChildScaleOnWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIHorizontalLayout_GetWidthFitToChildren \ +static_assert(alignof(UIHorizontalLayout_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIHorizontalLayout_GetWidthFitToChildren"); \ +static_assert(sizeof(UIHorizontalLayout_GetWidthFitToChildren) == 0x000001, "Wrong size on UIHorizontalLayout_GetWidthFitToChildren"); \ +static_assert(offsetof(UIHorizontalLayout_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIHorizontalLayout_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIHorizontalLayout \ +static_assert(alignof(UUIHorizontalLayout) == 0x000008, "Wrong alignment on UUIHorizontalLayout"); \ +static_assert(sizeof(UUIHorizontalLayout) == 0x000168, "Wrong size on UUIHorizontalLayout"); \ +static_assert(offsetof(UUIHorizontalLayout, Padding) == 0x000130, "Member 'UUIHorizontalLayout::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, Spacing) == 0x000140, "Member 'UUIHorizontalLayout::Spacing' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, Align) == 0x000144, "Member 'UUIHorizontalLayout::Align' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, ControlChildWidth) == 0x000145, "Member 'UUIHorizontalLayout::ControlChildWidth' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, ControlChildHeight) == 0x000146, "Member 'UUIHorizontalLayout::ControlChildHeight' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, ExpandChildWidthArea) == 0x000147, "Member 'UUIHorizontalLayout::ExpandChildWidthArea' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, ExpandChildHeightArea) == 0x000148, "Member 'UUIHorizontalLayout::ExpandChildHeightArea' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, WidthFitToChildren) == 0x000149, "Member 'UUIHorizontalLayout::WidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, HeightFitToChildren) == 0x00014A, "Member 'UUIHorizontalLayout::HeightFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, HeightFitToChildrenFromMinToMax) == 0x00014C, "Member 'UUIHorizontalLayout::HeightFitToChildrenFromMinToMax' has a wrong offset!"); \ +static_assert(offsetof(UUIHorizontalLayout, UseChildScaleOnWidth) == 0x000150, "Member 'UUIHorizontalLayout::UseChildScaleOnWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIItemEditorHelperComp \ +static_assert(alignof(UUIItemEditorHelperComp) == 0x000010, "Wrong alignment on UUIItemEditorHelperComp"); \ +static_assert(sizeof(UUIItemEditorHelperComp) == 0x000530, "Wrong size on UUIItemEditorHelperComp"); \ +static_assert(offsetof(UUIItemEditorHelperComp, Parent) == 0x000518, "Member 'UUIItemEditorHelperComp::Parent' has a wrong offset!"); \ +static_assert(offsetof(UUIItemEditorHelperComp, BodySetup) == 0x000520, "Member 'UUIItemEditorHelperComp::BodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutElement_SetConstantSize \ +static_assert(alignof(UILayoutElement_SetConstantSize) == 0x000004, "Wrong alignment on UILayoutElement_SetConstantSize"); \ +static_assert(sizeof(UILayoutElement_SetConstantSize) == 0x000004, "Wrong size on UILayoutElement_SetConstantSize"); \ +static_assert(offsetof(UILayoutElement_SetConstantSize, Value) == 0x000000, "Member 'UILayoutElement_SetConstantSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutElement_SetConstantSizeType \ +static_assert(alignof(UILayoutElement_SetConstantSizeType) == 0x000001, "Wrong alignment on UILayoutElement_SetConstantSizeType"); \ +static_assert(sizeof(UILayoutElement_SetConstantSizeType) == 0x000001, "Wrong size on UILayoutElement_SetConstantSizeType"); \ +static_assert(offsetof(UILayoutElement_SetConstantSizeType, Value) == 0x000000, "Member 'UILayoutElement_SetConstantSizeType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutElement_SetLayoutType \ +static_assert(alignof(UILayoutElement_SetLayoutType) == 0x000001, "Wrong alignment on UILayoutElement_SetLayoutType"); \ +static_assert(sizeof(UILayoutElement_SetLayoutType) == 0x000001, "Wrong size on UILayoutElement_SetLayoutType"); \ +static_assert(offsetof(UILayoutElement_SetLayoutType, InType) == 0x000000, "Member 'UILayoutElement_SetLayoutType::InType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutElement_SetRatioSize \ +static_assert(alignof(UILayoutElement_SetRatioSize) == 0x000004, "Wrong alignment on UILayoutElement_SetRatioSize"); \ +static_assert(sizeof(UILayoutElement_SetRatioSize) == 0x000004, "Wrong size on UILayoutElement_SetRatioSize"); \ +static_assert(offsetof(UILayoutElement_SetRatioSize, Value) == 0x000000, "Member 'UILayoutElement_SetRatioSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutElement_GetConstantSizeType \ +static_assert(alignof(UILayoutElement_GetConstantSizeType) == 0x000001, "Wrong alignment on UILayoutElement_GetConstantSizeType"); \ +static_assert(sizeof(UILayoutElement_GetConstantSizeType) == 0x000001, "Wrong size on UILayoutElement_GetConstantSizeType"); \ +static_assert(offsetof(UILayoutElement_GetConstantSizeType, ReturnValue) == 0x000000, "Member 'UILayoutElement_GetConstantSizeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUILayoutElement \ +static_assert(alignof(UUILayoutElement) == 0x000008, "Wrong alignment on UUILayoutElement"); \ +static_assert(sizeof(UUILayoutElement) == 0x000100, "Wrong size on UUILayoutElement"); \ +static_assert(offsetof(UUILayoutElement, ParentLayout) == 0x0000E8, "Member 'UUILayoutElement::ParentLayout' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutElement, LayoutElementType) == 0x0000F0, "Member 'UUILayoutElement::LayoutElementType' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutElement, ConstantSizeType) == 0x0000F1, "Member 'UUILayoutElement::ConstantSizeType' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutElement, ConstantSize) == 0x0000F4, "Member 'UUILayoutElement::ConstantSize' has a wrong offset!"); \ +static_assert(offsetof(UUILayoutElement, RatioSize) == 0x0000F8, "Member 'UUILayoutElement::RatioSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation \ +static_assert(alignof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation) == 0x000018, "Wrong size on UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation::Value' has a wrong offset!"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation, Target) == 0x000010, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyAnchoredPositionAnimation::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation \ +static_assert(alignof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation) == 0x000010, "Wrong size on UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation::Value' has a wrong offset!"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation, Target) == 0x000008, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyHeightAnimation::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation \ +static_assert(alignof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation) == 0x000020, "Wrong size on UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation::Value' has a wrong offset!"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation, Target) == 0x000018, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyRotatorAnimation::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation \ +static_assert(alignof(UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation) == 0x000018, "Wrong size on UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation::Value' has a wrong offset!"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation, Target) == 0x000010, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplySizeDeltaAnimation::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation \ +static_assert(alignof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation) == 0x000008, "Wrong alignment on UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation"); \ +static_assert(sizeof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation) == 0x000010, "Wrong size on UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation, Value) == 0x000000, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation::Value' has a wrong offset!"); \ +static_assert(offsetof(UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation, Target) == 0x000008, "Member 'UILayoutWithAnimation_CustomAnimation_ReceiveApplyWidthAnimation::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUILayoutWithAnimation_CustomAnimation \ +static_assert(alignof(UUILayoutWithAnimation_CustomAnimation) == 0x000008, "Wrong alignment on UUILayoutWithAnimation_CustomAnimation"); \ +static_assert(sizeof(UUILayoutWithAnimation_CustomAnimation) == 0x000030, "Wrong size on UUILayoutWithAnimation_CustomAnimation"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayoutBase \ +static_assert(alignof(UUIPanelLayoutBase) == 0x000008, "Wrong alignment on UUIPanelLayoutBase"); \ +static_assert(sizeof(UUIPanelLayoutBase) == 0x000180, "Wrong size on UUIPanelLayoutBase"); \ +static_assert(offsetof(UUIPanelLayoutBase, MapChildToSlot) == 0x000130, "Member 'UUIPanelLayoutBase::MapChildToSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotBase_SetDesiredSize \ +static_assert(alignof(UIPanelLayoutSlotBase_SetDesiredSize) == 0x000008, "Wrong alignment on UIPanelLayoutSlotBase_SetDesiredSize"); \ +static_assert(sizeof(UIPanelLayoutSlotBase_SetDesiredSize) == 0x000010, "Wrong size on UIPanelLayoutSlotBase_SetDesiredSize"); \ +static_assert(offsetof(UIPanelLayoutSlotBase_SetDesiredSize, Value) == 0x000000, "Member 'UIPanelLayoutSlotBase_SetDesiredSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotBase_SetIgnoreLayout \ +static_assert(alignof(UIPanelLayoutSlotBase_SetIgnoreLayout) == 0x000001, "Wrong alignment on UIPanelLayoutSlotBase_SetIgnoreLayout"); \ +static_assert(sizeof(UIPanelLayoutSlotBase_SetIgnoreLayout) == 0x000001, "Wrong size on UIPanelLayoutSlotBase_SetIgnoreLayout"); \ +static_assert(offsetof(UIPanelLayoutSlotBase_SetIgnoreLayout, Value) == 0x000000, "Member 'UIPanelLayoutSlotBase_SetIgnoreLayout::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotBase_GetDesiredSize \ +static_assert(alignof(UIPanelLayoutSlotBase_GetDesiredSize) == 0x000008, "Wrong alignment on UIPanelLayoutSlotBase_GetDesiredSize"); \ +static_assert(sizeof(UIPanelLayoutSlotBase_GetDesiredSize) == 0x000010, "Wrong size on UIPanelLayoutSlotBase_GetDesiredSize"); \ +static_assert(offsetof(UIPanelLayoutSlotBase_GetDesiredSize, ReturnValue) == 0x000000, "Member 'UIPanelLayoutSlotBase_GetDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotBase_GetIgnoreLayout \ +static_assert(alignof(UIPanelLayoutSlotBase_GetIgnoreLayout) == 0x000001, "Wrong alignment on UIPanelLayoutSlotBase_GetIgnoreLayout"); \ +static_assert(sizeof(UIPanelLayoutSlotBase_GetIgnoreLayout) == 0x000001, "Wrong size on UIPanelLayoutSlotBase_GetIgnoreLayout"); \ +static_assert(offsetof(UIPanelLayoutSlotBase_GetIgnoreLayout, ReturnValue) == 0x000000, "Member 'UIPanelLayoutSlotBase_GetIgnoreLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayoutSlotBase \ +static_assert(alignof(UUIPanelLayoutSlotBase) == 0x000008, "Wrong alignment on UUIPanelLayoutSlotBase"); \ +static_assert(sizeof(UUIPanelLayoutSlotBase) == 0x000040, "Wrong size on UUIPanelLayoutSlotBase"); \ +static_assert(offsetof(UUIPanelLayoutSlotBase, DesiredSize) == 0x000028, "Member 'UUIPanelLayoutSlotBase::DesiredSize' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayoutSlotBase, bIgnoreLayout) == 0x000038, "Member 'UUIPanelLayoutSlotBase::bIgnoreLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayoutWithOverrideOrder \ +static_assert(alignof(UUIPanelLayoutWithOverrideOrder) == 0x000008, "Wrong alignment on UUIPanelLayoutWithOverrideOrder"); \ +static_assert(sizeof(UUIPanelLayoutWithOverrideOrder) == 0x000180, "Wrong size on UUIPanelLayoutWithOverrideOrder"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder \ +static_assert(alignof(UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder) == 0x000004, "Wrong alignment on UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder"); \ +static_assert(sizeof(UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder) == 0x000004, "Wrong size on UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder"); \ +static_assert(offsetof(UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder, Value) == 0x000000, "Member 'UIPanelLayoutSlotWithOverrideOrder_SetOverrideLayoutOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder \ +static_assert(alignof(UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder) == 0x000004, "Wrong alignment on UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder"); \ +static_assert(sizeof(UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder) == 0x000004, "Wrong size on UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder"); \ +static_assert(offsetof(UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder, ReturnValue) == 0x000000, "Member 'UIPanelLayoutSlotWithOverrideOrder_GetOverrideLayoutOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayoutSlotWithOverrideOrder \ +static_assert(alignof(UUIPanelLayoutSlotWithOverrideOrder) == 0x000008, "Wrong alignment on UUIPanelLayoutSlotWithOverrideOrder"); \ +static_assert(sizeof(UUIPanelLayoutSlotWithOverrideOrder) == 0x000048, "Wrong size on UUIPanelLayoutSlotWithOverrideOrder"); \ +static_assert(offsetof(UUIPanelLayoutSlotWithOverrideOrder, OverrideLayoutOrder) == 0x000040, "Member 'UUIPanelLayoutSlotWithOverrideOrder::OverrideLayoutOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_SetColumns \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_SetColumns) == 0x000008, "Wrong alignment on UIPanelLayout_FlexibleGrid_SetColumns"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_SetColumns) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_SetColumns"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_SetColumns, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_SetColumns::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_SetRows \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_SetRows) == 0x000008, "Wrong alignment on UIPanelLayout_FlexibleGrid_SetRows"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_SetRows) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_SetRows"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_SetRows, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_SetRows::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_GetColumns \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_GetColumns) == 0x000008, "Wrong alignment on UIPanelLayout_FlexibleGrid_GetColumns"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_GetColumns) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_GetColumns"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_GetColumns, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_GetColumns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_GetRows \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_GetRows) == 0x000008, "Wrong alignment on UIPanelLayout_FlexibleGrid_GetRows"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_GetRows) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_GetRows"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_GetRows, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_GetRows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_FlexibleGrid \ +static_assert(alignof(UUIPanelLayout_FlexibleGrid) == 0x000008, "Wrong alignment on UUIPanelLayout_FlexibleGrid"); \ +static_assert(sizeof(UUIPanelLayout_FlexibleGrid) == 0x0001A0, "Wrong size on UUIPanelLayout_FlexibleGrid"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid, Columns) == 0x000180, "Member 'UUIPanelLayout_FlexibleGrid::Columns' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid, Rows) == 0x000190, "Member 'UUIPanelLayout_FlexibleGrid::Rows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetColumn \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetColumn) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetColumn"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetColumn) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetColumn"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetColumn, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetColumnSpan::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetPadding \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetPadding"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetPadding) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetPadding"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetPadding, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetRow \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetRow) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetRow"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetRow) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetRow"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetRow, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetRow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetRowSpan \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetRowSpan) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetRowSpan"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetRowSpan) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetRowSpan"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetRowSpan, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetRowSpan::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetColumn \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetColumn) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetColumn"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetColumn) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetColumn"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetColumn, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetColumn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetColumnSpan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetHorizontalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetPadding \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetPadding"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetPadding) == 0x000010, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetPadding"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetPadding, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetRow \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetRow) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetRow"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetRow) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetRow"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetRow, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetRowSpan \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetRowSpan) == 0x000004, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetRowSpan"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetRowSpan) == 0x000004, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetRowSpan"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetRowSpan, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetRowSpan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_FlexibleGrid_Slot_GetVerticalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_FlexibleGrid_Slot \ +static_assert(alignof(UUIPanelLayout_FlexibleGrid_Slot) == 0x000008, "Wrong alignment on UUIPanelLayout_FlexibleGrid_Slot"); \ +static_assert(sizeof(UUIPanelLayout_FlexibleGrid_Slot) == 0x000068, "Wrong size on UUIPanelLayout_FlexibleGrid_Slot"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, Padding) == 0x000040, "Member 'UUIPanelLayout_FlexibleGrid_Slot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, HorizontalAlignment) == 0x000050, "Member 'UUIPanelLayout_FlexibleGrid_Slot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, VerticalAlignment) == 0x000051, "Member 'UUIPanelLayout_FlexibleGrid_Slot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, Column) == 0x000054, "Member 'UUIPanelLayout_FlexibleGrid_Slot::Column' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, ColumnSpan) == 0x000058, "Member 'UUIPanelLayout_FlexibleGrid_Slot::ColumnSpan' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, Row) == 0x00005C, "Member 'UUIPanelLayout_FlexibleGrid_Slot::Row' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_FlexibleGrid_Slot, RowSpan) == 0x000060, "Member 'UUIPanelLayout_FlexibleGrid_Slot::RowSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_SetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_HorizontalBox_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_SetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_SetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_SetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_SetHeightFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_SetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_HorizontalBox_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_SetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_SetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_SetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_GetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_HorizontalBox_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_GetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_GetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_GetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_GetHeightFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_GetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_HorizontalBox_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_GetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_GetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_GetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_HorizontalBox \ +static_assert(alignof(UUIPanelLayout_HorizontalBox) == 0x000008, "Wrong alignment on UUIPanelLayout_HorizontalBox"); \ +static_assert(sizeof(UUIPanelLayout_HorizontalBox) == 0x000188, "Wrong size on UUIPanelLayout_HorizontalBox"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox, bWidthFitToChildren) == 0x000180, "Member 'UUIPanelLayout_HorizontalBox::bWidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox, bHeightFitToChildren) == 0x000181, "Member 'UUIPanelLayout_HorizontalBox::bHeightFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox, HeightFitToChildrenFromMinToMax) == 0x000184, "Member 'UUIPanelLayout_HorizontalBox::HeightFitToChildrenFromMinToMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_SetPadding \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_SetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_SetPadding"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_SetPadding) == 0x000010, "Wrong size on UIPanelLayout_HorizontalBox_Slot_SetPadding"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_SetPadding, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_SetSizeRule \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_SetSizeRule) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_SetSizeRule"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_SetSizeRule) == 0x000008, "Wrong size on UIPanelLayout_HorizontalBox_Slot_SetSizeRule"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_SetSizeRule, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_SetSizeRule::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_GetHorizontalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_GetPadding \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_GetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_GetPadding"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_GetPadding) == 0x000010, "Wrong size on UIPanelLayout_HorizontalBox_Slot_GetPadding"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_GetPadding, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_GetSizeRule \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_GetSizeRule) == 0x000004, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_GetSizeRule"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_GetSizeRule) == 0x000008, "Wrong size on UIPanelLayout_HorizontalBox_Slot_GetSizeRule"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_GetSizeRule, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_GetSizeRule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_HorizontalBox_Slot_GetVerticalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_HorizontalBox_Slot \ +static_assert(alignof(UUIPanelLayout_HorizontalBox_Slot) == 0x000008, "Wrong alignment on UUIPanelLayout_HorizontalBox_Slot"); \ +static_assert(sizeof(UUIPanelLayout_HorizontalBox_Slot) == 0x000068, "Wrong size on UUIPanelLayout_HorizontalBox_Slot"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox_Slot, Padding) == 0x000048, "Member 'UUIPanelLayout_HorizontalBox_Slot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox_Slot, SizeRule) == 0x000058, "Member 'UUIPanelLayout_HorizontalBox_Slot::SizeRule' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox_Slot, HorizontalAlignment) == 0x000060, "Member 'UUIPanelLayout_HorizontalBox_Slot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_HorizontalBox_Slot, VerticalAlignment) == 0x000061, "Member 'UUIPanelLayout_HorizontalBox_Slot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_SetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_UniformGrid_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_SetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_SetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_SetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_SetHeightFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_SetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_UniformGrid_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_SetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_SetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_SetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_SetWidthFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_GetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_UniformGrid_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_GetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_GetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_GetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_GetHeightFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_GetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_UniformGrid_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_GetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_GetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_GetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_GetWidthFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_UniformGrid \ +static_assert(alignof(UUIPanelLayout_UniformGrid) == 0x000008, "Wrong alignment on UUIPanelLayout_UniformGrid"); \ +static_assert(sizeof(UUIPanelLayout_UniformGrid) == 0x000190, "Wrong size on UUIPanelLayout_UniformGrid"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid, bWidthFitToChildren) == 0x000180, "Member 'UUIPanelLayout_UniformGrid::bWidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid, WidthFitToChildrenFromMinToMax) == 0x000184, "Member 'UUIPanelLayout_UniformGrid::WidthFitToChildrenFromMinToMax' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid, bHeightFitToChildren) == 0x000188, "Member 'UUIPanelLayout_UniformGrid::bHeightFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid, HeightFitToChildrenFromMinToMax) == 0x00018C, "Member 'UUIPanelLayout_UniformGrid::HeightFitToChildrenFromMinToMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_SetColumn \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_SetColumn) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_SetColumn"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_SetColumn) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_Slot_SetColumn"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_SetColumn, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_SetColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_SetPadding \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_SetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_SetPadding"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_SetPadding) == 0x000010, "Wrong size on UIPanelLayout_UniformGrid_Slot_SetPadding"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_SetPadding, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_SetRow \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_SetRow) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_SetRow"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_SetRow) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_Slot_SetRow"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_SetRow, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_SetRow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_GetColumn \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_GetColumn) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_GetColumn"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_GetColumn) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_Slot_GetColumn"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_GetColumn, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_GetColumn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_GetHorizontalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_GetPadding \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_GetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_GetPadding"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_GetPadding) == 0x000010, "Wrong size on UIPanelLayout_UniformGrid_Slot_GetPadding"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_GetPadding, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_GetRow \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_GetRow) == 0x000004, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_GetRow"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_GetRow) == 0x000004, "Wrong size on UIPanelLayout_UniformGrid_Slot_GetRow"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_GetRow, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_GetRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_UniformGrid_Slot_GetVerticalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_UniformGrid_Slot \ +static_assert(alignof(UUIPanelLayout_UniformGrid_Slot) == 0x000008, "Wrong alignment on UUIPanelLayout_UniformGrid_Slot"); \ +static_assert(sizeof(UUIPanelLayout_UniformGrid_Slot) == 0x000060, "Wrong size on UUIPanelLayout_UniformGrid_Slot"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid_Slot, Padding) == 0x000040, "Member 'UUIPanelLayout_UniformGrid_Slot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid_Slot, HorizontalAlignment) == 0x000050, "Member 'UUIPanelLayout_UniformGrid_Slot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid_Slot, VerticalAlignment) == 0x000051, "Member 'UUIPanelLayout_UniformGrid_Slot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid_Slot, Column) == 0x000054, "Member 'UUIPanelLayout_UniformGrid_Slot::Column' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_UniformGrid_Slot, Row) == 0x000058, "Member 'UUIPanelLayout_UniformGrid_Slot::Row' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_SetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_VerticalBox_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_SetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_SetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_SetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_SetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_VerticalBox_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_SetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_SetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_SetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_SetWidthFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_GetHeightFitToChildren \ +static_assert(alignof(UIPanelLayout_VerticalBox_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_GetHeightFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_GetHeightFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_GetHeightFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_GetWidthFitToChildren \ +static_assert(alignof(UIPanelLayout_VerticalBox_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_GetWidthFitToChildren"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_GetWidthFitToChildren) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_GetWidthFitToChildren"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_GetWidthFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_VerticalBox \ +static_assert(alignof(UUIPanelLayout_VerticalBox) == 0x000008, "Wrong alignment on UUIPanelLayout_VerticalBox"); \ +static_assert(sizeof(UUIPanelLayout_VerticalBox) == 0x000190, "Wrong size on UUIPanelLayout_VerticalBox"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox, bWidthFitToChildren) == 0x000180, "Member 'UUIPanelLayout_VerticalBox::bWidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox, WidthFitToChildrenFromMinToMax) == 0x000184, "Member 'UUIPanelLayout_VerticalBox::WidthFitToChildrenFromMinToMax' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox, bHeightFitToChildren) == 0x000188, "Member 'UUIPanelLayout_VerticalBox::bHeightFitToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_SetPadding \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_SetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_SetPadding"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_SetPadding) == 0x000010, "Wrong size on UIPanelLayout_VerticalBox_Slot_SetPadding"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_SetPadding, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_SetSizeRule \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_SetSizeRule) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_SetSizeRule"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_SetSizeRule) == 0x000008, "Wrong size on UIPanelLayout_VerticalBox_Slot_SetSizeRule"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_SetSizeRule, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_SetSizeRule::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment, Value) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_GetHorizontalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_GetPadding \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_GetPadding) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_GetPadding"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_GetPadding) == 0x000010, "Wrong size on UIPanelLayout_VerticalBox_Slot_GetPadding"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_GetPadding, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_GetSizeRule \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_GetSizeRule) == 0x000004, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_GetSizeRule"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_GetSizeRule) == 0x000008, "Wrong size on UIPanelLayout_VerticalBox_Slot_GetSizeRule"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_GetSizeRule, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_GetSizeRule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment \ +static_assert(alignof(UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment) == 0x000001, "Wrong alignment on UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment"); \ +static_assert(sizeof(UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment) == 0x000001, "Wrong size on UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment"); \ +static_assert(offsetof(UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment, ReturnValue) == 0x000000, "Member 'UIPanelLayout_VerticalBox_Slot_GetVerticalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPanelLayout_VerticalBox_Slot \ +static_assert(alignof(UUIPanelLayout_VerticalBox_Slot) == 0x000008, "Wrong alignment on UUIPanelLayout_VerticalBox_Slot"); \ +static_assert(sizeof(UUIPanelLayout_VerticalBox_Slot) == 0x000068, "Wrong size on UUIPanelLayout_VerticalBox_Slot"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox_Slot, Padding) == 0x000048, "Member 'UUIPanelLayout_VerticalBox_Slot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox_Slot, SizeRule) == 0x000058, "Member 'UUIPanelLayout_VerticalBox_Slot::SizeRule' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox_Slot, HorizontalAlignment) == 0x000060, "Member 'UUIPanelLayout_VerticalBox_Slot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUIPanelLayout_VerticalBox_Slot, VerticalAlignment) == 0x000061, "Member 'UUIPanelLayout_VerticalBox_Slot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_EndAngleTo \ +static_assert(alignof(UIPolygon_EndAngleTo) == 0x000008, "Wrong alignment on UIPolygon_EndAngleTo"); \ +static_assert(sizeof(UIPolygon_EndAngleTo) == 0x000018, "Wrong size on UIPolygon_EndAngleTo"); \ +static_assert(offsetof(UIPolygon_EndAngleTo, endValue) == 0x000000, "Member 'UIPolygon_EndAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_EndAngleTo, Duration) == 0x000004, "Member 'UIPolygon_EndAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_EndAngleTo, Delay) == 0x000008, "Member 'UIPolygon_EndAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_EndAngleTo, easetype) == 0x00000C, "Member 'UIPolygon_EndAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_EndAngleTo, ReturnValue) == 0x000010, "Member 'UIPolygon_EndAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetEndAngle \ +static_assert(alignof(UIPolygon_SetEndAngle) == 0x000004, "Wrong alignment on UIPolygon_SetEndAngle"); \ +static_assert(sizeof(UIPolygon_SetEndAngle) == 0x000004, "Wrong size on UIPolygon_SetEndAngle"); \ +static_assert(offsetof(UIPolygon_SetEndAngle, Value) == 0x000000, "Member 'UIPolygon_SetEndAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetFullCycle \ +static_assert(alignof(UIPolygon_SetFullCycle) == 0x000001, "Wrong alignment on UIPolygon_SetFullCycle"); \ +static_assert(sizeof(UIPolygon_SetFullCycle) == 0x000001, "Wrong size on UIPolygon_SetFullCycle"); \ +static_assert(offsetof(UIPolygon_SetFullCycle, Value) == 0x000000, "Member 'UIPolygon_SetFullCycle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetSides \ +static_assert(alignof(UIPolygon_SetSides) == 0x000004, "Wrong alignment on UIPolygon_SetSides"); \ +static_assert(sizeof(UIPolygon_SetSides) == 0x000004, "Wrong size on UIPolygon_SetSides"); \ +static_assert(offsetof(UIPolygon_SetSides, Value) == 0x000000, "Member 'UIPolygon_SetSides::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetStartAngle \ +static_assert(alignof(UIPolygon_SetStartAngle) == 0x000004, "Wrong alignment on UIPolygon_SetStartAngle"); \ +static_assert(sizeof(UIPolygon_SetStartAngle) == 0x000004, "Wrong size on UIPolygon_SetStartAngle"); \ +static_assert(offsetof(UIPolygon_SetStartAngle, Value) == 0x000000, "Member 'UIPolygon_SetStartAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetUVType \ +static_assert(alignof(UIPolygon_SetUVType) == 0x000001, "Wrong alignment on UIPolygon_SetUVType"); \ +static_assert(sizeof(UIPolygon_SetUVType) == 0x000001, "Wrong size on UIPolygon_SetUVType"); \ +static_assert(offsetof(UIPolygon_SetUVType, Value) == 0x000000, "Member 'UIPolygon_SetUVType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_SetVertexOffsetArray \ +static_assert(alignof(UIPolygon_SetVertexOffsetArray) == 0x000008, "Wrong alignment on UIPolygon_SetVertexOffsetArray"); \ +static_assert(sizeof(UIPolygon_SetVertexOffsetArray) == 0x000010, "Wrong size on UIPolygon_SetVertexOffsetArray"); \ +static_assert(offsetof(UIPolygon_SetVertexOffsetArray, Value) == 0x000000, "Member 'UIPolygon_SetVertexOffsetArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_StartAngleTo \ +static_assert(alignof(UIPolygon_StartAngleTo) == 0x000008, "Wrong alignment on UIPolygon_StartAngleTo"); \ +static_assert(sizeof(UIPolygon_StartAngleTo) == 0x000018, "Wrong size on UIPolygon_StartAngleTo"); \ +static_assert(offsetof(UIPolygon_StartAngleTo, endValue) == 0x000000, "Member 'UIPolygon_StartAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_StartAngleTo, Duration) == 0x000004, "Member 'UIPolygon_StartAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_StartAngleTo, Delay) == 0x000008, "Member 'UIPolygon_StartAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_StartAngleTo, easetype) == 0x00000C, "Member 'UIPolygon_StartAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIPolygon_StartAngleTo, ReturnValue) == 0x000010, "Member 'UIPolygon_StartAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetEndAngle \ +static_assert(alignof(UIPolygon_GetEndAngle) == 0x000004, "Wrong alignment on UIPolygon_GetEndAngle"); \ +static_assert(sizeof(UIPolygon_GetEndAngle) == 0x000004, "Wrong size on UIPolygon_GetEndAngle"); \ +static_assert(offsetof(UIPolygon_GetEndAngle, ReturnValue) == 0x000000, "Member 'UIPolygon_GetEndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetFullCycle \ +static_assert(alignof(UIPolygon_GetFullCycle) == 0x000001, "Wrong alignment on UIPolygon_GetFullCycle"); \ +static_assert(sizeof(UIPolygon_GetFullCycle) == 0x000001, "Wrong size on UIPolygon_GetFullCycle"); \ +static_assert(offsetof(UIPolygon_GetFullCycle, ReturnValue) == 0x000000, "Member 'UIPolygon_GetFullCycle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetSides \ +static_assert(alignof(UIPolygon_GetSides) == 0x000004, "Wrong alignment on UIPolygon_GetSides"); \ +static_assert(sizeof(UIPolygon_GetSides) == 0x000004, "Wrong size on UIPolygon_GetSides"); \ +static_assert(offsetof(UIPolygon_GetSides, ReturnValue) == 0x000000, "Member 'UIPolygon_GetSides::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetStartAngle \ +static_assert(alignof(UIPolygon_GetStartAngle) == 0x000004, "Wrong alignment on UIPolygon_GetStartAngle"); \ +static_assert(sizeof(UIPolygon_GetStartAngle) == 0x000004, "Wrong size on UIPolygon_GetStartAngle"); \ +static_assert(offsetof(UIPolygon_GetStartAngle, ReturnValue) == 0x000000, "Member 'UIPolygon_GetStartAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetUVType \ +static_assert(alignof(UIPolygon_GetUVType) == 0x000001, "Wrong alignment on UIPolygon_GetUVType"); \ +static_assert(sizeof(UIPolygon_GetUVType) == 0x000001, "Wrong size on UIPolygon_GetUVType"); \ +static_assert(offsetof(UIPolygon_GetUVType, ReturnValue) == 0x000000, "Member 'UIPolygon_GetUVType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygon_GetVertexOffsetArray \ +static_assert(alignof(UIPolygon_GetVertexOffsetArray) == 0x000008, "Wrong alignment on UIPolygon_GetVertexOffsetArray"); \ +static_assert(sizeof(UIPolygon_GetVertexOffsetArray) == 0x000010, "Wrong size on UIPolygon_GetVertexOffsetArray"); \ +static_assert(offsetof(UIPolygon_GetVertexOffsetArray, ReturnValue) == 0x000000, "Member 'UIPolygon_GetVertexOffsetArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPolygon \ +static_assert(alignof(UUIPolygon) == 0x000010, "Wrong alignment on UUIPolygon"); \ +static_assert(sizeof(UUIPolygon) == 0x0005A0, "Wrong size on UUIPolygon"); \ +static_assert(offsetof(UUIPolygon, FullCycle) == 0x000578, "Member 'UUIPolygon::FullCycle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygon, StartAngle) == 0x00057C, "Member 'UUIPolygon::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygon, EndAngle) == 0x000580, "Member 'UUIPolygon::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygon, Sides) == 0x000584, "Member 'UUIPolygon::Sides' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygon, UVType) == 0x000588, "Member 'UUIPolygon::UVType' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygon, VertexOffsetArray) == 0x000590, "Member 'UUIPolygon::VertexOffsetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonActor_GetUIPolygon \ +static_assert(alignof(UIPolygonActor_GetUIPolygon) == 0x000008, "Wrong alignment on UIPolygonActor_GetUIPolygon"); \ +static_assert(sizeof(UIPolygonActor_GetUIPolygon) == 0x000008, "Wrong size on UIPolygonActor_GetUIPolygon"); \ +static_assert(offsetof(UIPolygonActor_GetUIPolygon, ReturnValue) == 0x000000, "Member 'UIPolygonActor_GetUIPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIPolygonActor \ +static_assert(alignof(AUIPolygonActor) == 0x000008, "Wrong alignment on AUIPolygonActor"); \ +static_assert(sizeof(AUIPolygonActor) == 0x000298, "Wrong size on AUIPolygonActor"); \ +static_assert(offsetof(AUIPolygonActor, UIPolygon) == 0x000290, "Member 'AUIPolygonActor::UIPolygon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_EndAngleTo \ +static_assert(alignof(UIPolygonLine_EndAngleTo) == 0x000008, "Wrong alignment on UIPolygonLine_EndAngleTo"); \ +static_assert(sizeof(UIPolygonLine_EndAngleTo) == 0x000018, "Wrong size on UIPolygonLine_EndAngleTo"); \ +static_assert(offsetof(UIPolygonLine_EndAngleTo, endValue) == 0x000000, "Member 'UIPolygonLine_EndAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_EndAngleTo, Duration) == 0x000004, "Member 'UIPolygonLine_EndAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_EndAngleTo, Delay) == 0x000008, "Member 'UIPolygonLine_EndAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_EndAngleTo, easetype) == 0x00000C, "Member 'UIPolygonLine_EndAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_EndAngleTo, ReturnValue) == 0x000010, "Member 'UIPolygonLine_EndAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_SetEndAngle \ +static_assert(alignof(UIPolygonLine_SetEndAngle) == 0x000004, "Wrong alignment on UIPolygonLine_SetEndAngle"); \ +static_assert(sizeof(UIPolygonLine_SetEndAngle) == 0x000004, "Wrong size on UIPolygonLine_SetEndAngle"); \ +static_assert(offsetof(UIPolygonLine_SetEndAngle, Value) == 0x000000, "Member 'UIPolygonLine_SetEndAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_SetFullCycle \ +static_assert(alignof(UIPolygonLine_SetFullCycle) == 0x000001, "Wrong alignment on UIPolygonLine_SetFullCycle"); \ +static_assert(sizeof(UIPolygonLine_SetFullCycle) == 0x000001, "Wrong size on UIPolygonLine_SetFullCycle"); \ +static_assert(offsetof(UIPolygonLine_SetFullCycle, Value) == 0x000000, "Member 'UIPolygonLine_SetFullCycle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_SetSides \ +static_assert(alignof(UIPolygonLine_SetSides) == 0x000004, "Wrong alignment on UIPolygonLine_SetSides"); \ +static_assert(sizeof(UIPolygonLine_SetSides) == 0x000004, "Wrong size on UIPolygonLine_SetSides"); \ +static_assert(offsetof(UIPolygonLine_SetSides, Value) == 0x000000, "Member 'UIPolygonLine_SetSides::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_SetStartAngle \ +static_assert(alignof(UIPolygonLine_SetStartAngle) == 0x000004, "Wrong alignment on UIPolygonLine_SetStartAngle"); \ +static_assert(sizeof(UIPolygonLine_SetStartAngle) == 0x000004, "Wrong size on UIPolygonLine_SetStartAngle"); \ +static_assert(offsetof(UIPolygonLine_SetStartAngle, Value) == 0x000000, "Member 'UIPolygonLine_SetStartAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_SetVertexOffsetArray \ +static_assert(alignof(UIPolygonLine_SetVertexOffsetArray) == 0x000008, "Wrong alignment on UIPolygonLine_SetVertexOffsetArray"); \ +static_assert(sizeof(UIPolygonLine_SetVertexOffsetArray) == 0x000010, "Wrong size on UIPolygonLine_SetVertexOffsetArray"); \ +static_assert(offsetof(UIPolygonLine_SetVertexOffsetArray, Value) == 0x000000, "Member 'UIPolygonLine_SetVertexOffsetArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_StartAngleTo \ +static_assert(alignof(UIPolygonLine_StartAngleTo) == 0x000008, "Wrong alignment on UIPolygonLine_StartAngleTo"); \ +static_assert(sizeof(UIPolygonLine_StartAngleTo) == 0x000018, "Wrong size on UIPolygonLine_StartAngleTo"); \ +static_assert(offsetof(UIPolygonLine_StartAngleTo, endValue) == 0x000000, "Member 'UIPolygonLine_StartAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_StartAngleTo, Duration) == 0x000004, "Member 'UIPolygonLine_StartAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_StartAngleTo, Delay) == 0x000008, "Member 'UIPolygonLine_StartAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_StartAngleTo, easetype) == 0x00000C, "Member 'UIPolygonLine_StartAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIPolygonLine_StartAngleTo, ReturnValue) == 0x000010, "Member 'UIPolygonLine_StartAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_GetEndAngle \ +static_assert(alignof(UIPolygonLine_GetEndAngle) == 0x000004, "Wrong alignment on UIPolygonLine_GetEndAngle"); \ +static_assert(sizeof(UIPolygonLine_GetEndAngle) == 0x000004, "Wrong size on UIPolygonLine_GetEndAngle"); \ +static_assert(offsetof(UIPolygonLine_GetEndAngle, ReturnValue) == 0x000000, "Member 'UIPolygonLine_GetEndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_GetFullCycle \ +static_assert(alignof(UIPolygonLine_GetFullCycle) == 0x000001, "Wrong alignment on UIPolygonLine_GetFullCycle"); \ +static_assert(sizeof(UIPolygonLine_GetFullCycle) == 0x000001, "Wrong size on UIPolygonLine_GetFullCycle"); \ +static_assert(offsetof(UIPolygonLine_GetFullCycle, ReturnValue) == 0x000000, "Member 'UIPolygonLine_GetFullCycle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_GetSides \ +static_assert(alignof(UIPolygonLine_GetSides) == 0x000004, "Wrong alignment on UIPolygonLine_GetSides"); \ +static_assert(sizeof(UIPolygonLine_GetSides) == 0x000004, "Wrong size on UIPolygonLine_GetSides"); \ +static_assert(offsetof(UIPolygonLine_GetSides, ReturnValue) == 0x000000, "Member 'UIPolygonLine_GetSides::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_GetStartAngle \ +static_assert(alignof(UIPolygonLine_GetStartAngle) == 0x000004, "Wrong alignment on UIPolygonLine_GetStartAngle"); \ +static_assert(sizeof(UIPolygonLine_GetStartAngle) == 0x000004, "Wrong size on UIPolygonLine_GetStartAngle"); \ +static_assert(offsetof(UIPolygonLine_GetStartAngle, ReturnValue) == 0x000000, "Member 'UIPolygonLine_GetStartAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLine_GetVertexOffsetArray \ +static_assert(alignof(UIPolygonLine_GetVertexOffsetArray) == 0x000008, "Wrong alignment on UIPolygonLine_GetVertexOffsetArray"); \ +static_assert(sizeof(UIPolygonLine_GetVertexOffsetArray) == 0x000010, "Wrong size on UIPolygonLine_GetVertexOffsetArray"); \ +static_assert(offsetof(UIPolygonLine_GetVertexOffsetArray, ReturnValue) == 0x000000, "Member 'UIPolygonLine_GetVertexOffsetArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIPolygonLine \ +static_assert(alignof(UUIPolygonLine) == 0x000010, "Wrong alignment on UUIPolygonLine"); \ +static_assert(sizeof(UUIPolygonLine) == 0x0005C0, "Wrong size on UUIPolygonLine"); \ +static_assert(offsetof(UUIPolygonLine, FullCycle) == 0x000588, "Member 'UUIPolygonLine::FullCycle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygonLine, StartAngle) == 0x00058C, "Member 'UUIPolygonLine::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygonLine, EndAngle) == 0x000590, "Member 'UUIPolygonLine::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygonLine, Sides) == 0x000594, "Member 'UUIPolygonLine::Sides' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygonLine, VertexOffsetArray) == 0x000598, "Member 'UUIPolygonLine::VertexOffsetArray' has a wrong offset!"); \ +static_assert(offsetof(UUIPolygonLine, CurrentPointArray) == 0x0005A8, "Member 'UUIPolygonLine::CurrentPointArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIPolygonLineActor_GetUIPolygonLine \ +static_assert(alignof(UIPolygonLineActor_GetUIPolygonLine) == 0x000008, "Wrong alignment on UIPolygonLineActor_GetUIPolygonLine"); \ +static_assert(sizeof(UIPolygonLineActor_GetUIPolygonLine) == 0x000008, "Wrong size on UIPolygonLineActor_GetUIPolygonLine"); \ +static_assert(offsetof(UIPolygonLineActor_GetUIPolygonLine, ReturnValue) == 0x000000, "Member 'UIPolygonLineActor_GetUIPolygonLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIPolygonLineActor \ +static_assert(alignof(AUIPolygonLineActor) == 0x000008, "Wrong alignment on AUIPolygonLineActor"); \ +static_assert(sizeof(AUIPolygonLineActor) == 0x000298, "Wrong size on AUIPolygonLineActor"); \ +static_assert(offsetof(AUIPolygonLineActor, UIPolygonLine) == 0x000290, "Member 'AUIPolygonLineActor::UIPolygonLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyAlphaTo \ +static_assert(alignof(UIProceduralRect_BodyAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_BodyAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_BodyAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_BodyAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_BodyAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_BodyAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BodyAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BodyAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyColorTo \ +static_assert(alignof(UIProceduralRect_BodyColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyColorTo"); \ +static_assert(sizeof(UIProceduralRect_BodyColorTo) == 0x000018, "Wrong size on UIProceduralRect_BodyColorTo"); \ +static_assert(offsetof(UIProceduralRect_BodyColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_BodyColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_BodyColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BodyColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BodyColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyGradientAlphaTo \ +static_assert(alignof(UIProceduralRect_BodyGradientAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyGradientAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_BodyGradientAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_BodyGradientAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyGradientAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_BodyGradientAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_BodyGradientAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BodyGradientAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BodyGradientAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyGradientCenterTo \ +static_assert(alignof(UIProceduralRect_BodyGradientCenterTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyGradientCenterTo"); \ +static_assert(sizeof(UIProceduralRect_BodyGradientCenterTo) == 0x000028, "Wrong size on UIProceduralRect_BodyGradientCenterTo"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientCenterTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyGradientCenterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientCenterTo, Duration) == 0x000010, "Member 'UIProceduralRect_BodyGradientCenterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientCenterTo, Delay) == 0x000014, "Member 'UIProceduralRect_BodyGradientCenterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientCenterTo, Ease) == 0x000018, "Member 'UIProceduralRect_BodyGradientCenterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientCenterTo, ReturnValue) == 0x000020, "Member 'UIProceduralRect_BodyGradientCenterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyGradientColorTo \ +static_assert(alignof(UIProceduralRect_BodyGradientColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyGradientColorTo"); \ +static_assert(sizeof(UIProceduralRect_BodyGradientColorTo) == 0x000018, "Wrong size on UIProceduralRect_BodyGradientColorTo"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyGradientColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_BodyGradientColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_BodyGradientColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BodyGradientColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BodyGradientColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyGradientRadiusTo \ +static_assert(alignof(UIProceduralRect_BodyGradientRadiusTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyGradientRadiusTo"); \ +static_assert(sizeof(UIProceduralRect_BodyGradientRadiusTo) == 0x000028, "Wrong size on UIProceduralRect_BodyGradientRadiusTo"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRadiusTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyGradientRadiusTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRadiusTo, Duration) == 0x000010, "Member 'UIProceduralRect_BodyGradientRadiusTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRadiusTo, Delay) == 0x000014, "Member 'UIProceduralRect_BodyGradientRadiusTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRadiusTo, Ease) == 0x000018, "Member 'UIProceduralRect_BodyGradientRadiusTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRadiusTo, ReturnValue) == 0x000020, "Member 'UIProceduralRect_BodyGradientRadiusTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BodyGradientRotationTo \ +static_assert(alignof(UIProceduralRect_BodyGradientRotationTo) == 0x000008, "Wrong alignment on UIProceduralRect_BodyGradientRotationTo"); \ +static_assert(sizeof(UIProceduralRect_BodyGradientRotationTo) == 0x000018, "Wrong size on UIProceduralRect_BodyGradientRotationTo"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRotationTo, endValue) == 0x000000, "Member 'UIProceduralRect_BodyGradientRotationTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRotationTo, Duration) == 0x000004, "Member 'UIProceduralRect_BodyGradientRotationTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRotationTo, Delay) == 0x000008, "Member 'UIProceduralRect_BodyGradientRotationTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRotationTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BodyGradientRotationTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BodyGradientRotationTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BodyGradientRotationTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderAlphaTo \ +static_assert(alignof(UIProceduralRect_BorderAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_BorderAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_BorderAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_BorderAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderColorTo \ +static_assert(alignof(UIProceduralRect_BorderColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderColorTo"); \ +static_assert(sizeof(UIProceduralRect_BorderColorTo) == 0x000018, "Wrong size on UIProceduralRect_BorderColorTo"); \ +static_assert(offsetof(UIProceduralRect_BorderColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderGradientAlphaTo \ +static_assert(alignof(UIProceduralRect_BorderGradientAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderGradientAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_BorderGradientAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_BorderGradientAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderGradientAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderGradientAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderGradientAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderGradientAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderGradientAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderGradientCenterTo \ +static_assert(alignof(UIProceduralRect_BorderGradientCenterTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderGradientCenterTo"); \ +static_assert(sizeof(UIProceduralRect_BorderGradientCenterTo) == 0x000028, "Wrong size on UIProceduralRect_BorderGradientCenterTo"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientCenterTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderGradientCenterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientCenterTo, Duration) == 0x000010, "Member 'UIProceduralRect_BorderGradientCenterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientCenterTo, Delay) == 0x000014, "Member 'UIProceduralRect_BorderGradientCenterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientCenterTo, Ease) == 0x000018, "Member 'UIProceduralRect_BorderGradientCenterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientCenterTo, ReturnValue) == 0x000020, "Member 'UIProceduralRect_BorderGradientCenterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderGradientColorTo \ +static_assert(alignof(UIProceduralRect_BorderGradientColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderGradientColorTo"); \ +static_assert(sizeof(UIProceduralRect_BorderGradientColorTo) == 0x000018, "Wrong size on UIProceduralRect_BorderGradientColorTo"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderGradientColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderGradientColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderGradientColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderGradientColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderGradientColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderGradientRadiusTo \ +static_assert(alignof(UIProceduralRect_BorderGradientRadiusTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderGradientRadiusTo"); \ +static_assert(sizeof(UIProceduralRect_BorderGradientRadiusTo) == 0x000028, "Wrong size on UIProceduralRect_BorderGradientRadiusTo"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRadiusTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderGradientRadiusTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRadiusTo, Duration) == 0x000010, "Member 'UIProceduralRect_BorderGradientRadiusTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRadiusTo, Delay) == 0x000014, "Member 'UIProceduralRect_BorderGradientRadiusTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRadiusTo, Ease) == 0x000018, "Member 'UIProceduralRect_BorderGradientRadiusTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRadiusTo, ReturnValue) == 0x000020, "Member 'UIProceduralRect_BorderGradientRadiusTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderGradientRotationTo \ +static_assert(alignof(UIProceduralRect_BorderGradientRotationTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderGradientRotationTo"); \ +static_assert(sizeof(UIProceduralRect_BorderGradientRotationTo) == 0x000018, "Wrong size on UIProceduralRect_BorderGradientRotationTo"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRotationTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderGradientRotationTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRotationTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderGradientRotationTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRotationTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderGradientRotationTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRotationTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderGradientRotationTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderGradientRotationTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderGradientRotationTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_BorderWidthTo \ +static_assert(alignof(UIProceduralRect_BorderWidthTo) == 0x000008, "Wrong alignment on UIProceduralRect_BorderWidthTo"); \ +static_assert(sizeof(UIProceduralRect_BorderWidthTo) == 0x000018, "Wrong size on UIProceduralRect_BorderWidthTo"); \ +static_assert(offsetof(UIProceduralRect_BorderWidthTo, endValue) == 0x000000, "Member 'UIProceduralRect_BorderWidthTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderWidthTo, Duration) == 0x000004, "Member 'UIProceduralRect_BorderWidthTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderWidthTo, Delay) == 0x000008, "Member 'UIProceduralRect_BorderWidthTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderWidthTo, Ease) == 0x00000C, "Member 'UIProceduralRect_BorderWidthTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_BorderWidthTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_BorderWidthTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_CornerRadiusTo \ +static_assert(alignof(UIProceduralRect_CornerRadiusTo) == 0x000010, "Wrong alignment on UIProceduralRect_CornerRadiusTo"); \ +static_assert(sizeof(UIProceduralRect_CornerRadiusTo) == 0x000040, "Wrong size on UIProceduralRect_CornerRadiusTo"); \ +static_assert(offsetof(UIProceduralRect_CornerRadiusTo, endValue) == 0x000000, "Member 'UIProceduralRect_CornerRadiusTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_CornerRadiusTo, Duration) == 0x000020, "Member 'UIProceduralRect_CornerRadiusTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_CornerRadiusTo, Delay) == 0x000024, "Member 'UIProceduralRect_CornerRadiusTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_CornerRadiusTo, Ease) == 0x000028, "Member 'UIProceduralRect_CornerRadiusTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_CornerRadiusTo, ReturnValue) == 0x000030, "Member 'UIProceduralRect_CornerRadiusTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowAlphaTo \ +static_assert(alignof(UIProceduralRect_InnerShadowAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowAngleTo \ +static_assert(alignof(UIProceduralRect_InnerShadowAngleTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowAngleTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowAngleTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowAngleTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAngleTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAngleTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAngleTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAngleTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowAngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowAngleTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowBlurTo \ +static_assert(alignof(UIProceduralRect_InnerShadowBlurTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowBlurTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowBlurTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowBlurTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowBlurTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowBlurTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowBlurTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowBlurTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowBlurTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowBlurTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowBlurTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowBlurTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowBlurTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowBlurTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowColorTo \ +static_assert(alignof(UIProceduralRect_InnerShadowColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowColorTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowColorTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowColorTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowDistanceTo \ +static_assert(alignof(UIProceduralRect_InnerShadowDistanceTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowDistanceTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowDistanceTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowDistanceTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowDistanceTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowDistanceTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowDistanceTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowDistanceTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowDistanceTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowDistanceTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowDistanceTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowDistanceTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowDistanceTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_InnerShadowSizeTo \ +static_assert(alignof(UIProceduralRect_InnerShadowSizeTo) == 0x000008, "Wrong alignment on UIProceduralRect_InnerShadowSizeTo"); \ +static_assert(sizeof(UIProceduralRect_InnerShadowSizeTo) == 0x000018, "Wrong size on UIProceduralRect_InnerShadowSizeTo"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowSizeTo, endValue) == 0x000000, "Member 'UIProceduralRect_InnerShadowSizeTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowSizeTo, Duration) == 0x000004, "Member 'UIProceduralRect_InnerShadowSizeTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowSizeTo, Delay) == 0x000008, "Member 'UIProceduralRect_InnerShadowSizeTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowSizeTo, Ease) == 0x00000C, "Member 'UIProceduralRect_InnerShadowSizeTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_InnerShadowSizeTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_InnerShadowSizeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowAlphaTo \ +static_assert(alignof(UIProceduralRect_OuterShadowAlphaTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowAlphaTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowAlphaTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowAlphaTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAlphaTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowAlphaTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAlphaTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowAlphaTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAlphaTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowAlphaTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAlphaTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowAlphaTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAlphaTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowAlphaTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowAngleTo \ +static_assert(alignof(UIProceduralRect_OuterShadowAngleTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowAngleTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowAngleTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowAngleTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAngleTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAngleTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAngleTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAngleTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowAngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowAngleTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowBlurTo \ +static_assert(alignof(UIProceduralRect_OuterShadowBlurTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowBlurTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowBlurTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowBlurTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowBlurTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowBlurTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowBlurTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowBlurTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowBlurTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowBlurTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowBlurTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowBlurTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowBlurTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowBlurTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowColorTo \ +static_assert(alignof(UIProceduralRect_OuterShadowColorTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowColorTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowColorTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowColorTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowColorTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowColorTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowColorTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowColorTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowColorTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowColorTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowColorTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowColorTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowColorTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowColorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowDistanceTo \ +static_assert(alignof(UIProceduralRect_OuterShadowDistanceTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowDistanceTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowDistanceTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowDistanceTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowDistanceTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowDistanceTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowDistanceTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowDistanceTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowDistanceTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowDistanceTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowDistanceTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowDistanceTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowDistanceTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_OuterShadowSizeTo \ +static_assert(alignof(UIProceduralRect_OuterShadowSizeTo) == 0x000008, "Wrong alignment on UIProceduralRect_OuterShadowSizeTo"); \ +static_assert(sizeof(UIProceduralRect_OuterShadowSizeTo) == 0x000018, "Wrong size on UIProceduralRect_OuterShadowSizeTo"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowSizeTo, endValue) == 0x000000, "Member 'UIProceduralRect_OuterShadowSizeTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowSizeTo, Duration) == 0x000004, "Member 'UIProceduralRect_OuterShadowSizeTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowSizeTo, Delay) == 0x000008, "Member 'UIProceduralRect_OuterShadowSizeTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowSizeTo, Ease) == 0x00000C, "Member 'UIProceduralRect_OuterShadowSizeTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_OuterShadowSizeTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_OuterShadowSizeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_RadialFillAngleTo \ +static_assert(alignof(UIProceduralRect_RadialFillAngleTo) == 0x000008, "Wrong alignment on UIProceduralRect_RadialFillAngleTo"); \ +static_assert(sizeof(UIProceduralRect_RadialFillAngleTo) == 0x000018, "Wrong size on UIProceduralRect_RadialFillAngleTo"); \ +static_assert(offsetof(UIProceduralRect_RadialFillAngleTo, endValue) == 0x000000, "Member 'UIProceduralRect_RadialFillAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillAngleTo, Duration) == 0x000004, "Member 'UIProceduralRect_RadialFillAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillAngleTo, Delay) == 0x000008, "Member 'UIProceduralRect_RadialFillAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillAngleTo, Ease) == 0x00000C, "Member 'UIProceduralRect_RadialFillAngleTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillAngleTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_RadialFillAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_RadialFillCenterTo \ +static_assert(alignof(UIProceduralRect_RadialFillCenterTo) == 0x000008, "Wrong alignment on UIProceduralRect_RadialFillCenterTo"); \ +static_assert(sizeof(UIProceduralRect_RadialFillCenterTo) == 0x000028, "Wrong size on UIProceduralRect_RadialFillCenterTo"); \ +static_assert(offsetof(UIProceduralRect_RadialFillCenterTo, endValue) == 0x000000, "Member 'UIProceduralRect_RadialFillCenterTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillCenterTo, Duration) == 0x000010, "Member 'UIProceduralRect_RadialFillCenterTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillCenterTo, Delay) == 0x000014, "Member 'UIProceduralRect_RadialFillCenterTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillCenterTo, Ease) == 0x000018, "Member 'UIProceduralRect_RadialFillCenterTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillCenterTo, ReturnValue) == 0x000020, "Member 'UIProceduralRect_RadialFillCenterTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_RadialFillRotationTo \ +static_assert(alignof(UIProceduralRect_RadialFillRotationTo) == 0x000008, "Wrong alignment on UIProceduralRect_RadialFillRotationTo"); \ +static_assert(sizeof(UIProceduralRect_RadialFillRotationTo) == 0x000018, "Wrong size on UIProceduralRect_RadialFillRotationTo"); \ +static_assert(offsetof(UIProceduralRect_RadialFillRotationTo, endValue) == 0x000000, "Member 'UIProceduralRect_RadialFillRotationTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillRotationTo, Duration) == 0x000004, "Member 'UIProceduralRect_RadialFillRotationTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillRotationTo, Delay) == 0x000008, "Member 'UIProceduralRect_RadialFillRotationTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillRotationTo, Ease) == 0x00000C, "Member 'UIProceduralRect_RadialFillRotationTo::Ease' has a wrong offset!"); \ +static_assert(offsetof(UIProceduralRect_RadialFillRotationTo, ReturnValue) == 0x000010, "Member 'UIProceduralRect_RadialFillRotationTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyColor \ +static_assert(alignof(UIProceduralRect_SetBodyColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetBodyColor"); \ +static_assert(sizeof(UIProceduralRect_SetBodyColor) == 0x000004, "Wrong size on UIProceduralRect_SetBodyColor"); \ +static_assert(offsetof(UIProceduralRect_SetBodyColor, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientCenter \ +static_assert(alignof(UIProceduralRect_SetBodyGradientCenter) == 0x000008, "Wrong alignment on UIProceduralRect_SetBodyGradientCenter"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientCenter) == 0x000010, "Wrong size on UIProceduralRect_SetBodyGradientCenter"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientCenter, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientCenter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientCenterUnitMode \ +static_assert(alignof(UIProceduralRect_SetBodyGradientCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBodyGradientCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetBodyGradientCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientCenterUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientCenterUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientColor \ +static_assert(alignof(UIProceduralRect_SetBodyGradientColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetBodyGradientColor"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientColor) == 0x000004, "Wrong size on UIProceduralRect_SetBodyGradientColor"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientColor, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientRadius \ +static_assert(alignof(UIProceduralRect_SetBodyGradientRadius) == 0x000008, "Wrong alignment on UIProceduralRect_SetBodyGradientRadius"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientRadius) == 0x000010, "Wrong size on UIProceduralRect_SetBodyGradientRadius"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientRadius, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientRadius::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_SetBodyGradientRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBodyGradientRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetBodyGradientRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientRadiusUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientRadiusUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyGradientRotation \ +static_assert(alignof(UIProceduralRect_SetBodyGradientRotation) == 0x000004, "Wrong alignment on UIProceduralRect_SetBodyGradientRotation"); \ +static_assert(sizeof(UIProceduralRect_SetBodyGradientRotation) == 0x000004, "Wrong size on UIProceduralRect_SetBodyGradientRotation"); \ +static_assert(offsetof(UIProceduralRect_SetBodyGradientRotation, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyGradientRotation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodySpriteTexture \ +static_assert(alignof(UIProceduralRect_SetBodySpriteTexture) == 0x000008, "Wrong alignment on UIProceduralRect_SetBodySpriteTexture"); \ +static_assert(sizeof(UIProceduralRect_SetBodySpriteTexture) == 0x000008, "Wrong size on UIProceduralRect_SetBodySpriteTexture"); \ +static_assert(offsetof(UIProceduralRect_SetBodySpriteTexture, Value) == 0x000000, "Member 'UIProceduralRect_SetBodySpriteTexture::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyTexture \ +static_assert(alignof(UIProceduralRect_SetBodyTexture) == 0x000008, "Wrong alignment on UIProceduralRect_SetBodyTexture"); \ +static_assert(sizeof(UIProceduralRect_SetBodyTexture) == 0x000008, "Wrong size on UIProceduralRect_SetBodyTexture"); \ +static_assert(offsetof(UIProceduralRect_SetBodyTexture, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyTexture::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyTextureMode \ +static_assert(alignof(UIProceduralRect_SetBodyTextureMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBodyTextureMode"); \ +static_assert(sizeof(UIProceduralRect_SetBodyTextureMode) == 0x000001, "Wrong size on UIProceduralRect_SetBodyTextureMode"); \ +static_assert(offsetof(UIProceduralRect_SetBodyTextureMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyTextureMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBodyTextureScaleMode \ +static_assert(alignof(UIProceduralRect_SetBodyTextureScaleMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBodyTextureScaleMode"); \ +static_assert(sizeof(UIProceduralRect_SetBodyTextureScaleMode) == 0x000001, "Wrong size on UIProceduralRect_SetBodyTextureScaleMode"); \ +static_assert(offsetof(UIProceduralRect_SetBodyTextureScaleMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBodyTextureScaleMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderColor \ +static_assert(alignof(UIProceduralRect_SetBorderColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetBorderColor"); \ +static_assert(sizeof(UIProceduralRect_SetBorderColor) == 0x000004, "Wrong size on UIProceduralRect_SetBorderColor"); \ +static_assert(offsetof(UIProceduralRect_SetBorderColor, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientCenter \ +static_assert(alignof(UIProceduralRect_SetBorderGradientCenter) == 0x000008, "Wrong alignment on UIProceduralRect_SetBorderGradientCenter"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientCenter) == 0x000010, "Wrong size on UIProceduralRect_SetBorderGradientCenter"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientCenter, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientCenter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientCenterUnitMode \ +static_assert(alignof(UIProceduralRect_SetBorderGradientCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBorderGradientCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetBorderGradientCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientCenterUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientCenterUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientColor \ +static_assert(alignof(UIProceduralRect_SetBorderGradientColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetBorderGradientColor"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientColor) == 0x000004, "Wrong size on UIProceduralRect_SetBorderGradientColor"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientColor, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientRadius \ +static_assert(alignof(UIProceduralRect_SetBorderGradientRadius) == 0x000008, "Wrong alignment on UIProceduralRect_SetBorderGradientRadius"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientRadius) == 0x000010, "Wrong size on UIProceduralRect_SetBorderGradientRadius"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientRadius, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientRadius::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_SetBorderGradientRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBorderGradientRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetBorderGradientRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientRadiusUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientRadiusUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderGradientRotation \ +static_assert(alignof(UIProceduralRect_SetBorderGradientRotation) == 0x000004, "Wrong alignment on UIProceduralRect_SetBorderGradientRotation"); \ +static_assert(sizeof(UIProceduralRect_SetBorderGradientRotation) == 0x000004, "Wrong size on UIProceduralRect_SetBorderGradientRotation"); \ +static_assert(offsetof(UIProceduralRect_SetBorderGradientRotation, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderGradientRotation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderWidth \ +static_assert(alignof(UIProceduralRect_SetBorderWidth) == 0x000004, "Wrong alignment on UIProceduralRect_SetBorderWidth"); \ +static_assert(sizeof(UIProceduralRect_SetBorderWidth) == 0x000004, "Wrong size on UIProceduralRect_SetBorderWidth"); \ +static_assert(offsetof(UIProceduralRect_SetBorderWidth, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetBorderWidthUnitMode \ +static_assert(alignof(UIProceduralRect_SetBorderWidthUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetBorderWidthUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetBorderWidthUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetBorderWidthUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetBorderWidthUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetBorderWidthUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetCornerRadius \ +static_assert(alignof(UIProceduralRect_SetCornerRadius) == 0x000010, "Wrong alignment on UIProceduralRect_SetCornerRadius"); \ +static_assert(sizeof(UIProceduralRect_SetCornerRadius) == 0x000020, "Wrong size on UIProceduralRect_SetCornerRadius"); \ +static_assert(offsetof(UIProceduralRect_SetCornerRadius, Value) == 0x000000, "Member 'UIProceduralRect_SetCornerRadius::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetCornerRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_SetCornerRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetCornerRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetCornerRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetCornerRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetCornerRadiusUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetCornerRadiusUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableBody \ +static_assert(alignof(UIProceduralRect_SetEnableBody) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableBody"); \ +static_assert(sizeof(UIProceduralRect_SetEnableBody) == 0x000001, "Wrong size on UIProceduralRect_SetEnableBody"); \ +static_assert(offsetof(UIProceduralRect_SetEnableBody, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableBody::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableBodyGradient \ +static_assert(alignof(UIProceduralRect_SetEnableBodyGradient) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableBodyGradient"); \ +static_assert(sizeof(UIProceduralRect_SetEnableBodyGradient) == 0x000001, "Wrong size on UIProceduralRect_SetEnableBodyGradient"); \ +static_assert(offsetof(UIProceduralRect_SetEnableBodyGradient, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableBodyGradient::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableBorder \ +static_assert(alignof(UIProceduralRect_SetEnableBorder) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableBorder"); \ +static_assert(sizeof(UIProceduralRect_SetEnableBorder) == 0x000001, "Wrong size on UIProceduralRect_SetEnableBorder"); \ +static_assert(offsetof(UIProceduralRect_SetEnableBorder, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableBorder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableBorderGradient \ +static_assert(alignof(UIProceduralRect_SetEnableBorderGradient) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableBorderGradient"); \ +static_assert(sizeof(UIProceduralRect_SetEnableBorderGradient) == 0x000001, "Wrong size on UIProceduralRect_SetEnableBorderGradient"); \ +static_assert(offsetof(UIProceduralRect_SetEnableBorderGradient, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableBorderGradient::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableInnerShadow \ +static_assert(alignof(UIProceduralRect_SetEnableInnerShadow) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableInnerShadow"); \ +static_assert(sizeof(UIProceduralRect_SetEnableInnerShadow) == 0x000001, "Wrong size on UIProceduralRect_SetEnableInnerShadow"); \ +static_assert(offsetof(UIProceduralRect_SetEnableInnerShadow, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableInnerShadow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableOuterShadow \ +static_assert(alignof(UIProceduralRect_SetEnableOuterShadow) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableOuterShadow"); \ +static_assert(sizeof(UIProceduralRect_SetEnableOuterShadow) == 0x000001, "Wrong size on UIProceduralRect_SetEnableOuterShadow"); \ +static_assert(offsetof(UIProceduralRect_SetEnableOuterShadow, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableOuterShadow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetEnableRadialFill \ +static_assert(alignof(UIProceduralRect_SetEnableRadialFill) == 0x000001, "Wrong alignment on UIProceduralRect_SetEnableRadialFill"); \ +static_assert(sizeof(UIProceduralRect_SetEnableRadialFill) == 0x000001, "Wrong size on UIProceduralRect_SetEnableRadialFill"); \ +static_assert(offsetof(UIProceduralRect_SetEnableRadialFill, Value) == 0x000000, "Member 'UIProceduralRect_SetEnableRadialFill::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowAngle \ +static_assert(alignof(UIProceduralRect_SetInnerShadowAngle) == 0x000004, "Wrong alignment on UIProceduralRect_SetInnerShadowAngle"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowAngle) == 0x000004, "Wrong size on UIProceduralRect_SetInnerShadowAngle"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowAngle, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowBlur \ +static_assert(alignof(UIProceduralRect_SetInnerShadowBlur) == 0x000004, "Wrong alignment on UIProceduralRect_SetInnerShadowBlur"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowBlur) == 0x000004, "Wrong size on UIProceduralRect_SetInnerShadowBlur"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowBlur, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowBlur::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowBlurUnitMode \ +static_assert(alignof(UIProceduralRect_SetInnerShadowBlurUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetInnerShadowBlurUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowBlurUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetInnerShadowBlurUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowBlurUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowBlurUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowColor \ +static_assert(alignof(UIProceduralRect_SetInnerShadowColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetInnerShadowColor"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowColor) == 0x000004, "Wrong size on UIProceduralRect_SetInnerShadowColor"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowColor, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowDistance \ +static_assert(alignof(UIProceduralRect_SetInnerShadowDistance) == 0x000004, "Wrong alignment on UIProceduralRect_SetInnerShadowDistance"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowDistance) == 0x000004, "Wrong size on UIProceduralRect_SetInnerShadowDistance"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowDistance, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowDistanceUnitMode \ +static_assert(alignof(UIProceduralRect_SetInnerShadowDistanceUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetInnerShadowDistanceUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowDistanceUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetInnerShadowDistanceUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowDistanceUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowDistanceUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowSize \ +static_assert(alignof(UIProceduralRect_SetInnerShadowSize) == 0x000004, "Wrong alignment on UIProceduralRect_SetInnerShadowSize"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowSize) == 0x000004, "Wrong size on UIProceduralRect_SetInnerShadowSize"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowSize, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetInnerShadowSizeUnitMode \ +static_assert(alignof(UIProceduralRect_SetInnerShadowSizeUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetInnerShadowSizeUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetInnerShadowSizeUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetInnerShadowSizeUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetInnerShadowSizeUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetInnerShadowSizeUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowAngle \ +static_assert(alignof(UIProceduralRect_SetOuterShadowAngle) == 0x000004, "Wrong alignment on UIProceduralRect_SetOuterShadowAngle"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowAngle) == 0x000004, "Wrong size on UIProceduralRect_SetOuterShadowAngle"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowAngle, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowBlur \ +static_assert(alignof(UIProceduralRect_SetOuterShadowBlur) == 0x000004, "Wrong alignment on UIProceduralRect_SetOuterShadowBlur"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowBlur) == 0x000004, "Wrong size on UIProceduralRect_SetOuterShadowBlur"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowBlur, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowBlur::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowBlurUnitMode \ +static_assert(alignof(UIProceduralRect_SetOuterShadowBlurUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetOuterShadowBlurUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowBlurUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetOuterShadowBlurUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowBlurUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowBlurUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowColor \ +static_assert(alignof(UIProceduralRect_SetOuterShadowColor) == 0x000004, "Wrong alignment on UIProceduralRect_SetOuterShadowColor"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowColor) == 0x000004, "Wrong size on UIProceduralRect_SetOuterShadowColor"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowColor, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowDistance \ +static_assert(alignof(UIProceduralRect_SetOuterShadowDistance) == 0x000004, "Wrong alignment on UIProceduralRect_SetOuterShadowDistance"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowDistance) == 0x000004, "Wrong size on UIProceduralRect_SetOuterShadowDistance"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowDistance, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowDistanceUnitMode \ +static_assert(alignof(UIProceduralRect_SetOuterShadowDistanceUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetOuterShadowDistanceUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowDistanceUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetOuterShadowDistanceUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowDistanceUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowDistanceUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowSize \ +static_assert(alignof(UIProceduralRect_SetOuterShadowSize) == 0x000004, "Wrong alignment on UIProceduralRect_SetOuterShadowSize"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowSize) == 0x000004, "Wrong size on UIProceduralRect_SetOuterShadowSize"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowSize, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetOuterShadowSizeUnitMode \ +static_assert(alignof(UIProceduralRect_SetOuterShadowSizeUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetOuterShadowSizeUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetOuterShadowSizeUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetOuterShadowSizeUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetOuterShadowSizeUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetOuterShadowSizeUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetRadialFillAngle \ +static_assert(alignof(UIProceduralRect_SetRadialFillAngle) == 0x000004, "Wrong alignment on UIProceduralRect_SetRadialFillAngle"); \ +static_assert(sizeof(UIProceduralRect_SetRadialFillAngle) == 0x000004, "Wrong size on UIProceduralRect_SetRadialFillAngle"); \ +static_assert(offsetof(UIProceduralRect_SetRadialFillAngle, Value) == 0x000000, "Member 'UIProceduralRect_SetRadialFillAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetRadialFillCenter \ +static_assert(alignof(UIProceduralRect_SetRadialFillCenter) == 0x000008, "Wrong alignment on UIProceduralRect_SetRadialFillCenter"); \ +static_assert(sizeof(UIProceduralRect_SetRadialFillCenter) == 0x000010, "Wrong size on UIProceduralRect_SetRadialFillCenter"); \ +static_assert(offsetof(UIProceduralRect_SetRadialFillCenter, Value) == 0x000000, "Member 'UIProceduralRect_SetRadialFillCenter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetRadialFillCenterUnitMode \ +static_assert(alignof(UIProceduralRect_SetRadialFillCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_SetRadialFillCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_SetRadialFillCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_SetRadialFillCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_SetRadialFillCenterUnitMode, Value) == 0x000000, "Member 'UIProceduralRect_SetRadialFillCenterUnitMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetRadialFillRotation \ +static_assert(alignof(UIProceduralRect_SetRadialFillRotation) == 0x000004, "Wrong alignment on UIProceduralRect_SetRadialFillRotation"); \ +static_assert(sizeof(UIProceduralRect_SetRadialFillRotation) == 0x000004, "Wrong size on UIProceduralRect_SetRadialFillRotation"); \ +static_assert(offsetof(UIProceduralRect_SetRadialFillRotation, Value) == 0x000000, "Member 'UIProceduralRect_SetRadialFillRotation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetRaycastSupportCornerRadius \ +static_assert(alignof(UIProceduralRect_SetRaycastSupportCornerRadius) == 0x000001, "Wrong alignment on UIProceduralRect_SetRaycastSupportCornerRadius"); \ +static_assert(sizeof(UIProceduralRect_SetRaycastSupportCornerRadius) == 0x000001, "Wrong size on UIProceduralRect_SetRaycastSupportCornerRadius"); \ +static_assert(offsetof(UIProceduralRect_SetRaycastSupportCornerRadius, Value) == 0x000000, "Member 'UIProceduralRect_SetRaycastSupportCornerRadius::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_SetSoftEdge \ +static_assert(alignof(UIProceduralRect_SetSoftEdge) == 0x000001, "Wrong alignment on UIProceduralRect_SetSoftEdge"); \ +static_assert(sizeof(UIProceduralRect_SetSoftEdge) == 0x000001, "Wrong size on UIProceduralRect_SetSoftEdge"); \ +static_assert(offsetof(UIProceduralRect_SetSoftEdge, Value) == 0x000000, "Member 'UIProceduralRect_SetSoftEdge::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyColor \ +static_assert(alignof(UIProceduralRect_GetBodyColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetBodyColor"); \ +static_assert(sizeof(UIProceduralRect_GetBodyColor) == 0x000004, "Wrong size on UIProceduralRect_GetBodyColor"); \ +static_assert(offsetof(UIProceduralRect_GetBodyColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientCenter \ +static_assert(alignof(UIProceduralRect_GetBodyGradientCenter) == 0x000004, "Wrong alignment on UIProceduralRect_GetBodyGradientCenter"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientCenter) == 0x000008, "Wrong size on UIProceduralRect_GetBodyGradientCenter"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientCenter, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientCenterUnitMode \ +static_assert(alignof(UIProceduralRect_GetBodyGradientCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBodyGradientCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetBodyGradientCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientCenterUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientCenterUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientColor \ +static_assert(alignof(UIProceduralRect_GetBodyGradientColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetBodyGradientColor"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientColor) == 0x000004, "Wrong size on UIProceduralRect_GetBodyGradientColor"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientRadius \ +static_assert(alignof(UIProceduralRect_GetBodyGradientRadius) == 0x000004, "Wrong alignment on UIProceduralRect_GetBodyGradientRadius"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientRadius) == 0x000008, "Wrong size on UIProceduralRect_GetBodyGradientRadius"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientRadius, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_GetBodyGradientRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBodyGradientRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetBodyGradientRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientRadiusUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientRadiusUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyGradientRotation \ +static_assert(alignof(UIProceduralRect_GetBodyGradientRotation) == 0x000004, "Wrong alignment on UIProceduralRect_GetBodyGradientRotation"); \ +static_assert(sizeof(UIProceduralRect_GetBodyGradientRotation) == 0x000004, "Wrong size on UIProceduralRect_GetBodyGradientRotation"); \ +static_assert(offsetof(UIProceduralRect_GetBodyGradientRotation, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyGradientRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodySpriteTexture \ +static_assert(alignof(UIProceduralRect_GetBodySpriteTexture) == 0x000008, "Wrong alignment on UIProceduralRect_GetBodySpriteTexture"); \ +static_assert(sizeof(UIProceduralRect_GetBodySpriteTexture) == 0x000008, "Wrong size on UIProceduralRect_GetBodySpriteTexture"); \ +static_assert(offsetof(UIProceduralRect_GetBodySpriteTexture, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodySpriteTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyTexture \ +static_assert(alignof(UIProceduralRect_GetBodyTexture) == 0x000008, "Wrong alignment on UIProceduralRect_GetBodyTexture"); \ +static_assert(sizeof(UIProceduralRect_GetBodyTexture) == 0x000008, "Wrong size on UIProceduralRect_GetBodyTexture"); \ +static_assert(offsetof(UIProceduralRect_GetBodyTexture, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyTextureMode \ +static_assert(alignof(UIProceduralRect_GetBodyTextureMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBodyTextureMode"); \ +static_assert(sizeof(UIProceduralRect_GetBodyTextureMode) == 0x000001, "Wrong size on UIProceduralRect_GetBodyTextureMode"); \ +static_assert(offsetof(UIProceduralRect_GetBodyTextureMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyTextureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBodyTextureScaleMode \ +static_assert(alignof(UIProceduralRect_GetBodyTextureScaleMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBodyTextureScaleMode"); \ +static_assert(sizeof(UIProceduralRect_GetBodyTextureScaleMode) == 0x000001, "Wrong size on UIProceduralRect_GetBodyTextureScaleMode"); \ +static_assert(offsetof(UIProceduralRect_GetBodyTextureScaleMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBodyTextureScaleMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderColor \ +static_assert(alignof(UIProceduralRect_GetBorderColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderColor"); \ +static_assert(sizeof(UIProceduralRect_GetBorderColor) == 0x000004, "Wrong size on UIProceduralRect_GetBorderColor"); \ +static_assert(offsetof(UIProceduralRect_GetBorderColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientCenter \ +static_assert(alignof(UIProceduralRect_GetBorderGradientCenter) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderGradientCenter"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientCenter) == 0x000008, "Wrong size on UIProceduralRect_GetBorderGradientCenter"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientCenter, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientCenterUnitMode \ +static_assert(alignof(UIProceduralRect_GetBorderGradientCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBorderGradientCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetBorderGradientCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientCenterUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientCenterUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientColor \ +static_assert(alignof(UIProceduralRect_GetBorderGradientColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderGradientColor"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientColor) == 0x000004, "Wrong size on UIProceduralRect_GetBorderGradientColor"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientRadius \ +static_assert(alignof(UIProceduralRect_GetBorderGradientRadius) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderGradientRadius"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientRadius) == 0x000008, "Wrong size on UIProceduralRect_GetBorderGradientRadius"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientRadius, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_GetBorderGradientRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBorderGradientRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetBorderGradientRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientRadiusUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientRadiusUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderGradientRotation \ +static_assert(alignof(UIProceduralRect_GetBorderGradientRotation) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderGradientRotation"); \ +static_assert(sizeof(UIProceduralRect_GetBorderGradientRotation) == 0x000004, "Wrong size on UIProceduralRect_GetBorderGradientRotation"); \ +static_assert(offsetof(UIProceduralRect_GetBorderGradientRotation, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderGradientRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderWidth \ +static_assert(alignof(UIProceduralRect_GetBorderWidth) == 0x000004, "Wrong alignment on UIProceduralRect_GetBorderWidth"); \ +static_assert(sizeof(UIProceduralRect_GetBorderWidth) == 0x000004, "Wrong size on UIProceduralRect_GetBorderWidth"); \ +static_assert(offsetof(UIProceduralRect_GetBorderWidth, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetBorderWidthUnitMode \ +static_assert(alignof(UIProceduralRect_GetBorderWidthUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetBorderWidthUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetBorderWidthUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetBorderWidthUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetBorderWidthUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetBorderWidthUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetCornerRadius \ +static_assert(alignof(UIProceduralRect_GetCornerRadius) == 0x000010, "Wrong alignment on UIProceduralRect_GetCornerRadius"); \ +static_assert(sizeof(UIProceduralRect_GetCornerRadius) == 0x000010, "Wrong size on UIProceduralRect_GetCornerRadius"); \ +static_assert(offsetof(UIProceduralRect_GetCornerRadius, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetCornerRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetCornerRadiusUnitMode \ +static_assert(alignof(UIProceduralRect_GetCornerRadiusUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetCornerRadiusUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetCornerRadiusUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetCornerRadiusUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetCornerRadiusUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetCornerRadiusUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableBody \ +static_assert(alignof(UIProceduralRect_GetEnableBody) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableBody"); \ +static_assert(sizeof(UIProceduralRect_GetEnableBody) == 0x000001, "Wrong size on UIProceduralRect_GetEnableBody"); \ +static_assert(offsetof(UIProceduralRect_GetEnableBody, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableBodyGradient \ +static_assert(alignof(UIProceduralRect_GetEnableBodyGradient) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableBodyGradient"); \ +static_assert(sizeof(UIProceduralRect_GetEnableBodyGradient) == 0x000001, "Wrong size on UIProceduralRect_GetEnableBodyGradient"); \ +static_assert(offsetof(UIProceduralRect_GetEnableBodyGradient, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableBodyGradient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableBorder \ +static_assert(alignof(UIProceduralRect_GetEnableBorder) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableBorder"); \ +static_assert(sizeof(UIProceduralRect_GetEnableBorder) == 0x000001, "Wrong size on UIProceduralRect_GetEnableBorder"); \ +static_assert(offsetof(UIProceduralRect_GetEnableBorder, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableBorderGradient \ +static_assert(alignof(UIProceduralRect_GetEnableBorderGradient) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableBorderGradient"); \ +static_assert(sizeof(UIProceduralRect_GetEnableBorderGradient) == 0x000001, "Wrong size on UIProceduralRect_GetEnableBorderGradient"); \ +static_assert(offsetof(UIProceduralRect_GetEnableBorderGradient, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableBorderGradient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableInnerShadow \ +static_assert(alignof(UIProceduralRect_GetEnableInnerShadow) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableInnerShadow"); \ +static_assert(sizeof(UIProceduralRect_GetEnableInnerShadow) == 0x000001, "Wrong size on UIProceduralRect_GetEnableInnerShadow"); \ +static_assert(offsetof(UIProceduralRect_GetEnableInnerShadow, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableInnerShadow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableOuterShadow \ +static_assert(alignof(UIProceduralRect_GetEnableOuterShadow) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableOuterShadow"); \ +static_assert(sizeof(UIProceduralRect_GetEnableOuterShadow) == 0x000001, "Wrong size on UIProceduralRect_GetEnableOuterShadow"); \ +static_assert(offsetof(UIProceduralRect_GetEnableOuterShadow, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableOuterShadow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetEnableRadialFill \ +static_assert(alignof(UIProceduralRect_GetEnableRadialFill) == 0x000001, "Wrong alignment on UIProceduralRect_GetEnableRadialFill"); \ +static_assert(sizeof(UIProceduralRect_GetEnableRadialFill) == 0x000001, "Wrong size on UIProceduralRect_GetEnableRadialFill"); \ +static_assert(offsetof(UIProceduralRect_GetEnableRadialFill, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetEnableRadialFill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowAngle \ +static_assert(alignof(UIProceduralRect_GetInnerShadowAngle) == 0x000004, "Wrong alignment on UIProceduralRect_GetInnerShadowAngle"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowAngle) == 0x000004, "Wrong size on UIProceduralRect_GetInnerShadowAngle"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowAngle, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowBlur \ +static_assert(alignof(UIProceduralRect_GetInnerShadowBlur) == 0x000004, "Wrong alignment on UIProceduralRect_GetInnerShadowBlur"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowBlur) == 0x000004, "Wrong size on UIProceduralRect_GetInnerShadowBlur"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowBlur, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowBlur::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowBlurUnitMode \ +static_assert(alignof(UIProceduralRect_GetInnerShadowBlurUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetInnerShadowBlurUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowBlurUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetInnerShadowBlurUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowBlurUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowBlurUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowColor \ +static_assert(alignof(UIProceduralRect_GetInnerShadowColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetInnerShadowColor"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowColor) == 0x000004, "Wrong size on UIProceduralRect_GetInnerShadowColor"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowDistance \ +static_assert(alignof(UIProceduralRect_GetInnerShadowDistance) == 0x000004, "Wrong alignment on UIProceduralRect_GetInnerShadowDistance"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowDistance) == 0x000004, "Wrong size on UIProceduralRect_GetInnerShadowDistance"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowDistance, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowDistanceUnitMode \ +static_assert(alignof(UIProceduralRect_GetInnerShadowDistanceUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetInnerShadowDistanceUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowDistanceUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetInnerShadowDistanceUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowDistanceUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowDistanceUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowSize \ +static_assert(alignof(UIProceduralRect_GetInnerShadowSize) == 0x000004, "Wrong alignment on UIProceduralRect_GetInnerShadowSize"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowSize) == 0x000004, "Wrong size on UIProceduralRect_GetInnerShadowSize"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowSize, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetInnerShadowSizeUnitMode \ +static_assert(alignof(UIProceduralRect_GetInnerShadowSizeUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetInnerShadowSizeUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetInnerShadowSizeUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetInnerShadowSizeUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetInnerShadowSizeUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetInnerShadowSizeUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowAngle \ +static_assert(alignof(UIProceduralRect_GetOuterShadowAngle) == 0x000004, "Wrong alignment on UIProceduralRect_GetOuterShadowAngle"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowAngle) == 0x000004, "Wrong size on UIProceduralRect_GetOuterShadowAngle"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowAngle, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowBlur \ +static_assert(alignof(UIProceduralRect_GetOuterShadowBlur) == 0x000004, "Wrong alignment on UIProceduralRect_GetOuterShadowBlur"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowBlur) == 0x000004, "Wrong size on UIProceduralRect_GetOuterShadowBlur"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowBlur, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowBlur::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowBlurUnitMode \ +static_assert(alignof(UIProceduralRect_GetOuterShadowBlurUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetOuterShadowBlurUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowBlurUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetOuterShadowBlurUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowBlurUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowBlurUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowColor \ +static_assert(alignof(UIProceduralRect_GetOuterShadowColor) == 0x000004, "Wrong alignment on UIProceduralRect_GetOuterShadowColor"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowColor) == 0x000004, "Wrong size on UIProceduralRect_GetOuterShadowColor"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowColor, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowDistance \ +static_assert(alignof(UIProceduralRect_GetOuterShadowDistance) == 0x000004, "Wrong alignment on UIProceduralRect_GetOuterShadowDistance"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowDistance) == 0x000004, "Wrong size on UIProceduralRect_GetOuterShadowDistance"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowDistance, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowDistanceUnitMode \ +static_assert(alignof(UIProceduralRect_GetOuterShadowDistanceUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetOuterShadowDistanceUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowDistanceUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetOuterShadowDistanceUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowDistanceUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowDistanceUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowSize \ +static_assert(alignof(UIProceduralRect_GetOuterShadowSize) == 0x000004, "Wrong alignment on UIProceduralRect_GetOuterShadowSize"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowSize) == 0x000004, "Wrong size on UIProceduralRect_GetOuterShadowSize"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowSize, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetOuterShadowSizeUnitMode \ +static_assert(alignof(UIProceduralRect_GetOuterShadowSizeUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetOuterShadowSizeUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetOuterShadowSizeUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetOuterShadowSizeUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetOuterShadowSizeUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetOuterShadowSizeUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetRadialFillAngle \ +static_assert(alignof(UIProceduralRect_GetRadialFillAngle) == 0x000004, "Wrong alignment on UIProceduralRect_GetRadialFillAngle"); \ +static_assert(sizeof(UIProceduralRect_GetRadialFillAngle) == 0x000004, "Wrong size on UIProceduralRect_GetRadialFillAngle"); \ +static_assert(offsetof(UIProceduralRect_GetRadialFillAngle, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetRadialFillAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetRadialFillCenter \ +static_assert(alignof(UIProceduralRect_GetRadialFillCenter) == 0x000004, "Wrong alignment on UIProceduralRect_GetRadialFillCenter"); \ +static_assert(sizeof(UIProceduralRect_GetRadialFillCenter) == 0x000008, "Wrong size on UIProceduralRect_GetRadialFillCenter"); \ +static_assert(offsetof(UIProceduralRect_GetRadialFillCenter, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetRadialFillCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetRadialFillCenterUnitMode \ +static_assert(alignof(UIProceduralRect_GetRadialFillCenterUnitMode) == 0x000001, "Wrong alignment on UIProceduralRect_GetRadialFillCenterUnitMode"); \ +static_assert(sizeof(UIProceduralRect_GetRadialFillCenterUnitMode) == 0x000001, "Wrong size on UIProceduralRect_GetRadialFillCenterUnitMode"); \ +static_assert(offsetof(UIProceduralRect_GetRadialFillCenterUnitMode, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetRadialFillCenterUnitMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetRadialFillRotation \ +static_assert(alignof(UIProceduralRect_GetRadialFillRotation) == 0x000004, "Wrong alignment on UIProceduralRect_GetRadialFillRotation"); \ +static_assert(sizeof(UIProceduralRect_GetRadialFillRotation) == 0x000004, "Wrong size on UIProceduralRect_GetRadialFillRotation"); \ +static_assert(offsetof(UIProceduralRect_GetRadialFillRotation, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetRadialFillRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetRaycastSupportCornerRadius \ +static_assert(alignof(UIProceduralRect_GetRaycastSupportCornerRadius) == 0x000001, "Wrong alignment on UIProceduralRect_GetRaycastSupportCornerRadius"); \ +static_assert(sizeof(UIProceduralRect_GetRaycastSupportCornerRadius) == 0x000001, "Wrong size on UIProceduralRect_GetRaycastSupportCornerRadius"); \ +static_assert(offsetof(UIProceduralRect_GetRaycastSupportCornerRadius, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetRaycastSupportCornerRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRect_GetSoftEdge \ +static_assert(alignof(UIProceduralRect_GetSoftEdge) == 0x000001, "Wrong alignment on UIProceduralRect_GetSoftEdge"); \ +static_assert(sizeof(UIProceduralRect_GetSoftEdge) == 0x000001, "Wrong size on UIProceduralRect_GetSoftEdge"); \ +static_assert(offsetof(UIProceduralRect_GetSoftEdge, ReturnValue) == 0x000000, "Member 'UIProceduralRect_GetSoftEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIProceduralRect \ +static_assert(alignof(UUIProceduralRect) == 0x000010, "Wrong alignment on UUIProceduralRect"); \ +static_assert(sizeof(UUIProceduralRect) == 0x000680, "Wrong size on UUIProceduralRect"); \ +static_assert(offsetof(UUIProceduralRect, CornerRadius) == 0x000570, "Member 'UUIProceduralRect::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, CornerRadiusUnitMode) == 0x000580, "Member 'UUIProceduralRect::CornerRadiusUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bSoftEdge) == 0x000581, "Member 'UUIProceduralRect::bSoftEdge' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableBody) == 0x000582, "Member 'UUIProceduralRect::bEnableBody' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyColor) == 0x000584, "Member 'UUIProceduralRect::BodyColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyTextureMode) == 0x000588, "Member 'UUIProceduralRect::BodyTextureMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyTexture) == 0x000590, "Member 'UUIProceduralRect::BodyTexture' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodySpriteTexture) == 0x000598, "Member 'UUIProceduralRect::BodySpriteTexture' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyTextureScaleMode) == 0x0005A0, "Member 'UUIProceduralRect::BodyTextureScaleMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableBodyGradient) == 0x0005A1, "Member 'UUIProceduralRect::bEnableBodyGradient' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientColor) == 0x0005A4, "Member 'UUIProceduralRect::BodyGradientColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientCenter) == 0x0005A8, "Member 'UUIProceduralRect::BodyGradientCenter' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientCenterUnitMode) == 0x0005B0, "Member 'UUIProceduralRect::BodyGradientCenterUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientRadius) == 0x0005B4, "Member 'UUIProceduralRect::BodyGradientRadius' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientRadiusUnitMode) == 0x0005BC, "Member 'UUIProceduralRect::BodyGradientRadiusUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BodyGradientRotation) == 0x0005C0, "Member 'UUIProceduralRect::BodyGradientRotation' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableBorder) == 0x0005C4, "Member 'UUIProceduralRect::bEnableBorder' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderWidth) == 0x0005C8, "Member 'UUIProceduralRect::BorderWidth' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderWidthUnitMode) == 0x0005CC, "Member 'UUIProceduralRect::BorderWidthUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderColor) == 0x0005D0, "Member 'UUIProceduralRect::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableBorderGradient) == 0x0005D4, "Member 'UUIProceduralRect::bEnableBorderGradient' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientColor) == 0x0005D8, "Member 'UUIProceduralRect::BorderGradientColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientCenter) == 0x0005DC, "Member 'UUIProceduralRect::BorderGradientCenter' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientCenterUnitMode) == 0x0005E4, "Member 'UUIProceduralRect::BorderGradientCenterUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientRadius) == 0x0005E8, "Member 'UUIProceduralRect::BorderGradientRadius' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientRadiusUnitMode) == 0x0005F0, "Member 'UUIProceduralRect::BorderGradientRadiusUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, BorderGradientRotation) == 0x0005F4, "Member 'UUIProceduralRect::BorderGradientRotation' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableInnerShadow) == 0x0005F8, "Member 'UUIProceduralRect::bEnableInnerShadow' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowColor) == 0x0005FC, "Member 'UUIProceduralRect::InnerShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowSize) == 0x000600, "Member 'UUIProceduralRect::InnerShadowSize' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowSizeUnitMode) == 0x000604, "Member 'UUIProceduralRect::InnerShadowSizeUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowBlur) == 0x000608, "Member 'UUIProceduralRect::InnerShadowBlur' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowBlurUnitMode) == 0x00060C, "Member 'UUIProceduralRect::InnerShadowBlurUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowAngle) == 0x000610, "Member 'UUIProceduralRect::InnerShadowAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowDistance) == 0x000614, "Member 'UUIProceduralRect::InnerShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, InnerShadowDistanceUnitMode) == 0x000618, "Member 'UUIProceduralRect::InnerShadowDistanceUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableRadialFill) == 0x000619, "Member 'UUIProceduralRect::bEnableRadialFill' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, RadialFillCenter) == 0x00061C, "Member 'UUIProceduralRect::RadialFillCenter' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, RadialFillCenterUnitMode) == 0x000624, "Member 'UUIProceduralRect::RadialFillCenterUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, RadialFillRotation) == 0x000628, "Member 'UUIProceduralRect::RadialFillRotation' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, RadialFillAngle) == 0x00062C, "Member 'UUIProceduralRect::RadialFillAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bEnableOuterShadow) == 0x000630, "Member 'UUIProceduralRect::bEnableOuterShadow' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowColor) == 0x000634, "Member 'UUIProceduralRect::OuterShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowSize) == 0x000638, "Member 'UUIProceduralRect::OuterShadowSize' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowSizeUnitMode) == 0x00063C, "Member 'UUIProceduralRect::OuterShadowSizeUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowBlur) == 0x000640, "Member 'UUIProceduralRect::OuterShadowBlur' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowBlurUnitMode) == 0x000644, "Member 'UUIProceduralRect::OuterShadowBlurUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowAngle) == 0x000648, "Member 'UUIProceduralRect::OuterShadowAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowDistance) == 0x00064C, "Member 'UUIProceduralRect::OuterShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, OuterShadowDistanceUnitMode) == 0x000650, "Member 'UUIProceduralRect::OuterShadowDistanceUnitMode' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, ProceduralRectData) == 0x000658, "Member 'UUIProceduralRect::ProceduralRectData' has a wrong offset!"); \ +static_assert(offsetof(UUIProceduralRect, bRaycastSupportCornerRadius) == 0x000660, "Member 'UUIProceduralRect::bRaycastSupportCornerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIProceduralRectActor_GetUIProceduralRect \ +static_assert(alignof(UIProceduralRectActor_GetUIProceduralRect) == 0x000008, "Wrong alignment on UIProceduralRectActor_GetUIProceduralRect"); \ +static_assert(sizeof(UIProceduralRectActor_GetUIProceduralRect) == 0x000008, "Wrong size on UIProceduralRectActor_GetUIProceduralRect"); \ +static_assert(offsetof(UIProceduralRectActor_GetUIProceduralRect, ReturnValue) == 0x000000, "Member 'UIProceduralRectActor_GetUIProceduralRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIProceduralRectActor \ +static_assert(alignof(AUIProceduralRectActor) == 0x000008, "Wrong alignment on AUIProceduralRectActor"); \ +static_assert(sizeof(AUIProceduralRectActor) == 0x000298, "Wrong size on AUIProceduralRectActor"); \ +static_assert(offsetof(AUIProceduralRectActor, UIProceduralRect) == 0x000290, "Member 'AUIProceduralRectActor::UIProceduralRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUIRecyclableScrollViewCell \ +static_assert(alignof(IUIRecyclableScrollViewCell) == 0x000001, "Wrong alignment on IUIRecyclableScrollViewCell"); \ +static_assert(sizeof(IUIRecyclableScrollViewCell) == 0x000001, "Wrong size on IUIRecyclableScrollViewCell"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewDataSource_GetItemCount \ +static_assert(alignof(UIRecyclableScrollViewDataSource_GetItemCount) == 0x000004, "Wrong alignment on UIRecyclableScrollViewDataSource_GetItemCount"); \ +static_assert(sizeof(UIRecyclableScrollViewDataSource_GetItemCount) == 0x000004, "Wrong size on UIRecyclableScrollViewDataSource_GetItemCount"); \ +static_assert(offsetof(UIRecyclableScrollViewDataSource_GetItemCount, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewDataSource_GetItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewDataSource_InitOnCreate \ +static_assert(alignof(UIRecyclableScrollViewDataSource_InitOnCreate) == 0x000008, "Wrong alignment on UIRecyclableScrollViewDataSource_InitOnCreate"); \ +static_assert(sizeof(UIRecyclableScrollViewDataSource_InitOnCreate) == 0x000008, "Wrong size on UIRecyclableScrollViewDataSource_InitOnCreate"); \ +static_assert(offsetof(UIRecyclableScrollViewDataSource_InitOnCreate, Component) == 0x000000, "Member 'UIRecyclableScrollViewDataSource_InitOnCreate::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewDataSource_SetCell \ +static_assert(alignof(UIRecyclableScrollViewDataSource_SetCell) == 0x000008, "Wrong alignment on UIRecyclableScrollViewDataSource_SetCell"); \ +static_assert(sizeof(UIRecyclableScrollViewDataSource_SetCell) == 0x000010, "Wrong size on UIRecyclableScrollViewDataSource_SetCell"); \ +static_assert(offsetof(UIRecyclableScrollViewDataSource_SetCell, Component) == 0x000000, "Member 'UIRecyclableScrollViewDataSource_SetCell::Component' has a wrong offset!"); \ +static_assert(offsetof(UIRecyclableScrollViewDataSource_SetCell, Index_0) == 0x000008, "Member 'UIRecyclableScrollViewDataSource_SetCell::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUIRecyclableScrollViewDataSource \ +static_assert(alignof(IUIRecyclableScrollViewDataSource) == 0x000001, "Wrong alignment on IUIRecyclableScrollViewDataSource"); \ +static_assert(sizeof(IUIRecyclableScrollViewDataSource) == 0x000001, "Wrong size on IUIRecyclableScrollViewDataSource"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_RegisterScrollEvent \ +static_assert(alignof(UIScrollViewComponent_RegisterScrollEvent) == 0x000008, "Wrong alignment on UIScrollViewComponent_RegisterScrollEvent"); \ +static_assert(sizeof(UIScrollViewComponent_RegisterScrollEvent) == 0x000018, "Wrong size on UIScrollViewComponent_RegisterScrollEvent"); \ +static_assert(offsetof(UIScrollViewComponent_RegisterScrollEvent, InDelegate) == 0x000000, "Member 'UIScrollViewComponent_RegisterScrollEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIScrollViewComponent_RegisterScrollEvent, ReturnValue) == 0x000010, "Member 'UIScrollViewComponent_RegisterScrollEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_ScrollTo \ +static_assert(alignof(UIScrollViewComponent_ScrollTo) == 0x000008, "Wrong alignment on UIScrollViewComponent_ScrollTo"); \ +static_assert(sizeof(UIScrollViewComponent_ScrollTo) == 0x000010, "Wrong size on UIScrollViewComponent_ScrollTo"); \ +static_assert(offsetof(UIScrollViewComponent_ScrollTo, InChild) == 0x000000, "Member 'UIScrollViewComponent_ScrollTo::InChild' has a wrong offset!"); \ +static_assert(offsetof(UIScrollViewComponent_ScrollTo, InEaseAnimation) == 0x000008, "Member 'UIScrollViewComponent_ScrollTo::InEaseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UIScrollViewComponent_ScrollTo, InAnimationDuration) == 0x00000C, "Member 'UIScrollViewComponent_ScrollTo::InAnimationDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetCanScrollInSmallSize \ +static_assert(alignof(UIScrollViewComponent_SetCanScrollInSmallSize) == 0x000001, "Wrong alignment on UIScrollViewComponent_SetCanScrollInSmallSize"); \ +static_assert(sizeof(UIScrollViewComponent_SetCanScrollInSmallSize) == 0x000001, "Wrong size on UIScrollViewComponent_SetCanScrollInSmallSize"); \ +static_assert(offsetof(UIScrollViewComponent_SetCanScrollInSmallSize, Value) == 0x000000, "Member 'UIScrollViewComponent_SetCanScrollInSmallSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetDecelerateRate \ +static_assert(alignof(UIScrollViewComponent_SetDecelerateRate) == 0x000004, "Wrong alignment on UIScrollViewComponent_SetDecelerateRate"); \ +static_assert(sizeof(UIScrollViewComponent_SetDecelerateRate) == 0x000004, "Wrong size on UIScrollViewComponent_SetDecelerateRate"); \ +static_assert(offsetof(UIScrollViewComponent_SetDecelerateRate, Value) == 0x000000, "Member 'UIScrollViewComponent_SetDecelerateRate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetHorizontal \ +static_assert(alignof(UIScrollViewComponent_SetHorizontal) == 0x000001, "Wrong alignment on UIScrollViewComponent_SetHorizontal"); \ +static_assert(sizeof(UIScrollViewComponent_SetHorizontal) == 0x000001, "Wrong size on UIScrollViewComponent_SetHorizontal"); \ +static_assert(offsetof(UIScrollViewComponent_SetHorizontal, Value) == 0x000000, "Member 'UIScrollViewComponent_SetHorizontal::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetOnlyOneDirection \ +static_assert(alignof(UIScrollViewComponent_SetOnlyOneDirection) == 0x000001, "Wrong alignment on UIScrollViewComponent_SetOnlyOneDirection"); \ +static_assert(sizeof(UIScrollViewComponent_SetOnlyOneDirection) == 0x000001, "Wrong size on UIScrollViewComponent_SetOnlyOneDirection"); \ +static_assert(offsetof(UIScrollViewComponent_SetOnlyOneDirection, Value) == 0x000000, "Member 'UIScrollViewComponent_SetOnlyOneDirection::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetOutOfRangeDamper \ +static_assert(alignof(UIScrollViewComponent_SetOutOfRangeDamper) == 0x000004, "Wrong alignment on UIScrollViewComponent_SetOutOfRangeDamper"); \ +static_assert(sizeof(UIScrollViewComponent_SetOutOfRangeDamper) == 0x000004, "Wrong size on UIScrollViewComponent_SetOutOfRangeDamper"); \ +static_assert(offsetof(UIScrollViewComponent_SetOutOfRangeDamper, Value) == 0x000000, "Member 'UIScrollViewComponent_SetOutOfRangeDamper::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetRestrictRectArea \ +static_assert(alignof(UIScrollViewComponent_SetRestrictRectArea) == 0x000001, "Wrong alignment on UIScrollViewComponent_SetRestrictRectArea"); \ +static_assert(sizeof(UIScrollViewComponent_SetRestrictRectArea) == 0x000001, "Wrong size on UIScrollViewComponent_SetRestrictRectArea"); \ +static_assert(offsetof(UIScrollViewComponent_SetRestrictRectArea, Value) == 0x000000, "Member 'UIScrollViewComponent_SetRestrictRectArea::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetScrollDelta \ +static_assert(alignof(UIScrollViewComponent_SetScrollDelta) == 0x000008, "Wrong alignment on UIScrollViewComponent_SetScrollDelta"); \ +static_assert(sizeof(UIScrollViewComponent_SetScrollDelta) == 0x000010, "Wrong size on UIScrollViewComponent_SetScrollDelta"); \ +static_assert(offsetof(UIScrollViewComponent_SetScrollDelta, Value) == 0x000000, "Member 'UIScrollViewComponent_SetScrollDelta::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetScrollProgress \ +static_assert(alignof(UIScrollViewComponent_SetScrollProgress) == 0x000008, "Wrong alignment on UIScrollViewComponent_SetScrollProgress"); \ +static_assert(sizeof(UIScrollViewComponent_SetScrollProgress) == 0x000010, "Wrong size on UIScrollViewComponent_SetScrollProgress"); \ +static_assert(offsetof(UIScrollViewComponent_SetScrollProgress, Value) == 0x000000, "Member 'UIScrollViewComponent_SetScrollProgress::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetScrollSensitivity \ +static_assert(alignof(UIScrollViewComponent_SetScrollSensitivity) == 0x000004, "Wrong alignment on UIScrollViewComponent_SetScrollSensitivity"); \ +static_assert(sizeof(UIScrollViewComponent_SetScrollSensitivity) == 0x000004, "Wrong size on UIScrollViewComponent_SetScrollSensitivity"); \ +static_assert(offsetof(UIScrollViewComponent_SetScrollSensitivity, Value) == 0x000000, "Member 'UIScrollViewComponent_SetScrollSensitivity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetScrollValue \ +static_assert(alignof(UIScrollViewComponent_SetScrollValue) == 0x000008, "Wrong alignment on UIScrollViewComponent_SetScrollValue"); \ +static_assert(sizeof(UIScrollViewComponent_SetScrollValue) == 0x000010, "Wrong size on UIScrollViewComponent_SetScrollValue"); \ +static_assert(offsetof(UIScrollViewComponent_SetScrollValue, Value) == 0x000000, "Member 'UIScrollViewComponent_SetScrollValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetVelocity \ +static_assert(alignof(UIScrollViewComponent_SetVelocity) == 0x000008, "Wrong alignment on UIScrollViewComponent_SetVelocity"); \ +static_assert(sizeof(UIScrollViewComponent_SetVelocity) == 0x000010, "Wrong size on UIScrollViewComponent_SetVelocity"); \ +static_assert(offsetof(UIScrollViewComponent_SetVelocity, Value) == 0x000000, "Member 'UIScrollViewComponent_SetVelocity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_SetVertical \ +static_assert(alignof(UIScrollViewComponent_SetVertical) == 0x000001, "Wrong alignment on UIScrollViewComponent_SetVertical"); \ +static_assert(sizeof(UIScrollViewComponent_SetVertical) == 0x000001, "Wrong size on UIScrollViewComponent_SetVertical"); \ +static_assert(offsetof(UIScrollViewComponent_SetVertical, Value) == 0x000000, "Member 'UIScrollViewComponent_SetVertical::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_UnregisterScrollEvent \ +static_assert(alignof(UIScrollViewComponent_UnregisterScrollEvent) == 0x000008, "Wrong alignment on UIScrollViewComponent_UnregisterScrollEvent"); \ +static_assert(sizeof(UIScrollViewComponent_UnregisterScrollEvent) == 0x000008, "Wrong size on UIScrollViewComponent_UnregisterScrollEvent"); \ +static_assert(offsetof(UIScrollViewComponent_UnregisterScrollEvent, InDelegateHandle) == 0x000000, "Member 'UIScrollViewComponent_UnregisterScrollEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetCanScrollInSmallSize \ +static_assert(alignof(UIScrollViewComponent_GetCanScrollInSmallSize) == 0x000001, "Wrong alignment on UIScrollViewComponent_GetCanScrollInSmallSize"); \ +static_assert(sizeof(UIScrollViewComponent_GetCanScrollInSmallSize) == 0x000001, "Wrong size on UIScrollViewComponent_GetCanScrollInSmallSize"); \ +static_assert(offsetof(UIScrollViewComponent_GetCanScrollInSmallSize, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetCanScrollInSmallSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetContent \ +static_assert(alignof(UIScrollViewComponent_GetContent) == 0x000008, "Wrong alignment on UIScrollViewComponent_GetContent"); \ +static_assert(sizeof(UIScrollViewComponent_GetContent) == 0x000008, "Wrong size on UIScrollViewComponent_GetContent"); \ +static_assert(offsetof(UIScrollViewComponent_GetContent, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetDecelerateRate \ +static_assert(alignof(UIScrollViewComponent_GetDecelerateRate) == 0x000004, "Wrong alignment on UIScrollViewComponent_GetDecelerateRate"); \ +static_assert(sizeof(UIScrollViewComponent_GetDecelerateRate) == 0x000004, "Wrong size on UIScrollViewComponent_GetDecelerateRate"); \ +static_assert(offsetof(UIScrollViewComponent_GetDecelerateRate, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetDecelerateRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetHorizontal \ +static_assert(alignof(UIScrollViewComponent_GetHorizontal) == 0x000001, "Wrong alignment on UIScrollViewComponent_GetHorizontal"); \ +static_assert(sizeof(UIScrollViewComponent_GetHorizontal) == 0x000001, "Wrong size on UIScrollViewComponent_GetHorizontal"); \ +static_assert(offsetof(UIScrollViewComponent_GetHorizontal, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetHorizontal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetHorizontalRange \ +static_assert(alignof(UIScrollViewComponent_GetHorizontalRange) == 0x000008, "Wrong alignment on UIScrollViewComponent_GetHorizontalRange"); \ +static_assert(sizeof(UIScrollViewComponent_GetHorizontalRange) == 0x000010, "Wrong size on UIScrollViewComponent_GetHorizontalRange"); \ +static_assert(offsetof(UIScrollViewComponent_GetHorizontalRange, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetHorizontalRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetOnlyOneDirection \ +static_assert(alignof(UIScrollViewComponent_GetOnlyOneDirection) == 0x000001, "Wrong alignment on UIScrollViewComponent_GetOnlyOneDirection"); \ +static_assert(sizeof(UIScrollViewComponent_GetOnlyOneDirection) == 0x000001, "Wrong size on UIScrollViewComponent_GetOnlyOneDirection"); \ +static_assert(offsetof(UIScrollViewComponent_GetOnlyOneDirection, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetOnlyOneDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetOutOfRangeDamper \ +static_assert(alignof(UIScrollViewComponent_GetOutOfRangeDamper) == 0x000004, "Wrong alignment on UIScrollViewComponent_GetOutOfRangeDamper"); \ +static_assert(sizeof(UIScrollViewComponent_GetOutOfRangeDamper) == 0x000004, "Wrong size on UIScrollViewComponent_GetOutOfRangeDamper"); \ +static_assert(offsetof(UIScrollViewComponent_GetOutOfRangeDamper, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetOutOfRangeDamper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetRestrictRectArea \ +static_assert(alignof(UIScrollViewComponent_GetRestrictRectArea) == 0x000001, "Wrong alignment on UIScrollViewComponent_GetRestrictRectArea"); \ +static_assert(sizeof(UIScrollViewComponent_GetRestrictRectArea) == 0x000001, "Wrong size on UIScrollViewComponent_GetRestrictRectArea"); \ +static_assert(offsetof(UIScrollViewComponent_GetRestrictRectArea, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetRestrictRectArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetScrollProgress \ +static_assert(alignof(UIScrollViewComponent_GetScrollProgress) == 0x000008, "Wrong alignment on UIScrollViewComponent_GetScrollProgress"); \ +static_assert(sizeof(UIScrollViewComponent_GetScrollProgress) == 0x000010, "Wrong size on UIScrollViewComponent_GetScrollProgress"); \ +static_assert(offsetof(UIScrollViewComponent_GetScrollProgress, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetScrollProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetScrollSensitivity \ +static_assert(alignof(UIScrollViewComponent_GetScrollSensitivity) == 0x000004, "Wrong alignment on UIScrollViewComponent_GetScrollSensitivity"); \ +static_assert(sizeof(UIScrollViewComponent_GetScrollSensitivity) == 0x000004, "Wrong size on UIScrollViewComponent_GetScrollSensitivity"); \ +static_assert(offsetof(UIScrollViewComponent_GetScrollSensitivity, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetScrollSensitivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetVelocity \ +static_assert(alignof(UIScrollViewComponent_GetVelocity) == 0x000008, "Wrong alignment on UIScrollViewComponent_GetVelocity"); \ +static_assert(sizeof(UIScrollViewComponent_GetVelocity) == 0x000010, "Wrong size on UIScrollViewComponent_GetVelocity"); \ +static_assert(offsetof(UIScrollViewComponent_GetVelocity, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetVertical \ +static_assert(alignof(UIScrollViewComponent_GetVertical) == 0x000001, "Wrong alignment on UIScrollViewComponent_GetVertical"); \ +static_assert(sizeof(UIScrollViewComponent_GetVertical) == 0x000001, "Wrong size on UIScrollViewComponent_GetVertical"); \ +static_assert(offsetof(UIScrollViewComponent_GetVertical, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetVertical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewComponent_GetVerticalRange \ +static_assert(alignof(UIScrollViewComponent_GetVerticalRange) == 0x000008, "Wrong alignment on UIScrollViewComponent_GetVerticalRange"); \ +static_assert(sizeof(UIScrollViewComponent_GetVerticalRange) == 0x000010, "Wrong size on UIScrollViewComponent_GetVerticalRange"); \ +static_assert(offsetof(UIScrollViewComponent_GetVerticalRange, ReturnValue) == 0x000000, "Member 'UIScrollViewComponent_GetVerticalRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIScrollViewComponent \ +static_assert(alignof(UUIScrollViewComponent) == 0x000008, "Wrong alignment on UUIScrollViewComponent"); \ +static_assert(sizeof(UUIScrollViewComponent) == 0x0001B8, "Wrong size on UUIScrollViewComponent"); \ +static_assert(offsetof(UUIScrollViewComponent, Content) == 0x0000F0, "Member 'UUIScrollViewComponent::Content' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, Horizontal) == 0x0000F8, "Member 'UUIScrollViewComponent::Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, Vertical) == 0x0000F9, "Member 'UUIScrollViewComponent::Vertical' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, OnlyOneDirection) == 0x0000FA, "Member 'UUIScrollViewComponent::OnlyOneDirection' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, ScrollSensitivity) == 0x0000FC, "Member 'UUIScrollViewComponent::ScrollSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, CanScrollInSmallSize) == 0x000100, "Member 'UUIScrollViewComponent::CanScrollInSmallSize' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, FlipDirectionInSmallSize) == 0x000101, "Member 'UUIScrollViewComponent::FlipDirectionInSmallSize' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, DecelerateRate) == 0x000104, "Member 'UUIScrollViewComponent::DecelerateRate' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, RestrictRectArea) == 0x000108, "Member 'UUIScrollViewComponent::RestrictRectArea' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, OutOfRangeDamper) == 0x00010C, "Member 'UUIScrollViewComponent::OutOfRangeDamper' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, AllowEventBubbleUp) == 0x000110, "Member 'UUIScrollViewComponent::AllowEventBubbleUp' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, KeepProgress) == 0x000111, "Member 'UUIScrollViewComponent::KeepProgress' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, Progress) == 0x000118, "Member 'UUIScrollViewComponent::Progress' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, ContentUIItem) == 0x00012C, "Member 'UUIScrollViewComponent::ContentUIItem' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, ContentParentUIItem) == 0x000134, "Member 'UUIScrollViewComponent::ContentParentUIItem' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewComponent, OnScroll) == 0x0001A0, "Member 'UUIScrollViewComponent::OnScroll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility) == 0x000001, "Wrong alignment on UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility) == 0x000001, "Wrong size on UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility, Value) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_SetHorizontalScrollbarVisibility::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility) == 0x000001, "Wrong alignment on UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility) == 0x000001, "Wrong size on UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility, Value) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_SetVerticalScrollbarVisibility::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar) == 0x000008, "Wrong alignment on UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar) == 0x000008, "Wrong size on UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar, ReturnValue) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_GetHorizontalScrollbar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility) == 0x000001, "Wrong alignment on UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility) == 0x000001, "Wrong size on UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility, ReturnValue) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_GetHorizontalScrollbarVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_GetVerticalScrollbar \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbar) == 0x000008, "Wrong alignment on UIScrollViewWithScrollbarComponent_GetVerticalScrollbar"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbar) == 0x000008, "Wrong size on UIScrollViewWithScrollbarComponent_GetVerticalScrollbar"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbar, ReturnValue) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_GetVerticalScrollbar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility) == 0x000001, "Wrong alignment on UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility) == 0x000001, "Wrong size on UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility, ReturnValue) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_GetVerticalScrollbarVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollViewWithScrollbarComponent_GetViewport \ +static_assert(alignof(UIScrollViewWithScrollbarComponent_GetViewport) == 0x000008, "Wrong alignment on UIScrollViewWithScrollbarComponent_GetViewport"); \ +static_assert(sizeof(UIScrollViewWithScrollbarComponent_GetViewport) == 0x000008, "Wrong size on UIScrollViewWithScrollbarComponent_GetViewport"); \ +static_assert(offsetof(UIScrollViewWithScrollbarComponent_GetViewport, ReturnValue) == 0x000000, "Member 'UIScrollViewWithScrollbarComponent_GetViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIScrollViewWithScrollbarComponent \ +static_assert(alignof(UUIScrollViewWithScrollbarComponent) == 0x000008, "Wrong alignment on UUIScrollViewWithScrollbarComponent"); \ +static_assert(sizeof(UUIScrollViewWithScrollbarComponent) == 0x0001F8, "Wrong size on UUIScrollViewWithScrollbarComponent"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, Viewport) == 0x0001C0, "Member 'UUIScrollViewWithScrollbarComponent::Viewport' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, HorizontalScrollbar) == 0x0001C8, "Member 'UUIScrollViewWithScrollbarComponent::HorizontalScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, HorizontalScrollbarVisibility) == 0x0001D0, "Member 'UUIScrollViewWithScrollbarComponent::HorizontalScrollbarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, VerticalScrollbar) == 0x0001D4, "Member 'UUIScrollViewWithScrollbarComponent::VerticalScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, VerticalScrollbarVisibility) == 0x0001DC, "Member 'UUIScrollViewWithScrollbarComponent::VerticalScrollbarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, HorizontalScrollbarComp) == 0x0001E0, "Member 'UUIScrollViewWithScrollbarComponent::HorizontalScrollbarComp' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollViewWithScrollbarComponent, VerticalScrollbarComp) == 0x0001E8, "Member 'UUIScrollViewWithScrollbarComponent::VerticalScrollbarComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_ScrollToByDataIndex \ +static_assert(alignof(UIRecyclableScrollViewComponent_ScrollToByDataIndex) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_ScrollToByDataIndex"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_ScrollToByDataIndex) == 0x00000C, "Wrong size on UIRecyclableScrollViewComponent_ScrollToByDataIndex"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_ScrollToByDataIndex, InDataIndex) == 0x000000, "Member 'UIRecyclableScrollViewComponent_ScrollToByDataIndex::InDataIndex' has a wrong offset!"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_ScrollToByDataIndex, InEaseAnimation) == 0x000004, "Member 'UIRecyclableScrollViewComponent_ScrollToByDataIndex::InEaseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_ScrollToByDataIndex, InAnimationDuration) == 0x000008, "Member 'UIRecyclableScrollViewComponent_ScrollToByDataIndex::InAnimationDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetCellTemplate \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetCellTemplate) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_SetCellTemplate"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetCellTemplate) == 0x000008, "Wrong size on UIRecyclableScrollViewComponent_SetCellTemplate"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetCellTemplate, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetCellTemplate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetCellTemplatePrefab \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetCellTemplatePrefab) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_SetCellTemplatePrefab"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetCellTemplatePrefab) == 0x000008, "Wrong size on UIRecyclableScrollViewComponent_SetCellTemplatePrefab"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetCellTemplatePrefab, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetCellTemplatePrefab::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetColumns \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetColumns) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_SetColumns"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetColumns) == 0x000004, "Wrong size on UIRecyclableScrollViewComponent_SetColumns"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetColumns, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetColumns::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetDataSource \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetDataSource) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_SetDataSource"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetDataSource) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_SetDataSource"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetDataSource, InDataSource) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetDataSource::InDataSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetInfiniteLoop \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetInfiniteLoop) == 0x000001, "Wrong alignment on UIRecyclableScrollViewComponent_SetInfiniteLoop"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetInfiniteLoop) == 0x000001, "Wrong size on UIRecyclableScrollViewComponent_SetInfiniteLoop"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetInfiniteLoop, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetInfiniteLoop::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetPadding \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetPadding) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_SetPadding"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetPadding) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_SetPadding"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetPadding, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetRows \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetRows) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_SetRows"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetRows) == 0x000004, "Wrong size on UIRecyclableScrollViewComponent_SetRows"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetRows, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetRows::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_SetSpace \ +static_assert(alignof(UIRecyclableScrollViewComponent_SetSpace) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_SetSpace"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_SetSpace) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_SetSpace"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_SetSpace, Value) == 0x000000, "Member 'UIRecyclableScrollViewComponent_SetSpace::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetCacheCellList \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetCacheCellList) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetCacheCellList"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetCacheCellList) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_GetCacheCellList"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCacheCellList, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetCacheCellList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetCellItemByDataIndex \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetCellItemByDataIndex) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetCellItemByDataIndex"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetCellItemByDataIndex) == 0x000020, "Wrong size on UIRecyclableScrollViewComponent_GetCellItemByDataIndex"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellItemByDataIndex, Index_0) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetCellItemByDataIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellItemByDataIndex, OutResult) == 0x000008, "Member 'UIRecyclableScrollViewComponent_GetCellItemByDataIndex::OutResult' has a wrong offset!"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellItemByDataIndex, ReturnValue) == 0x000018, "Member 'UIRecyclableScrollViewComponent_GetCellItemByDataIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetCellTemplate \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetCellTemplate) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetCellTemplate"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetCellTemplate) == 0x000008, "Wrong size on UIRecyclableScrollViewComponent_GetCellTemplate"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellTemplate, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetCellTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetCellTemplatePrefab \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetCellTemplatePrefab) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetCellTemplatePrefab"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetCellTemplatePrefab) == 0x000008, "Wrong size on UIRecyclableScrollViewComponent_GetCellTemplatePrefab"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellTemplatePrefab, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetCellTemplatePrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetCellTemplateType \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetCellTemplateType) == 0x000001, "Wrong alignment on UIRecyclableScrollViewComponent_GetCellTemplateType"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetCellTemplateType) == 0x000001, "Wrong size on UIRecyclableScrollViewComponent_GetCellTemplateType"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetCellTemplateType, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetCellTemplateType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetColumns \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetColumns) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_GetColumns"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetColumns) == 0x000004, "Wrong size on UIRecyclableScrollViewComponent_GetColumns"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetColumns, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetColumns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetDataSource \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetDataSource) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetDataSource"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetDataSource) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_GetDataSource"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetDataSource, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetDataSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetInfiniteLoop \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetInfiniteLoop) == 0x000001, "Wrong alignment on UIRecyclableScrollViewComponent_GetInfiniteLoop"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetInfiniteLoop) == 0x000001, "Wrong size on UIRecyclableScrollViewComponent_GetInfiniteLoop"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetInfiniteLoop, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetInfiniteLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetPadding \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetPadding) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_GetPadding"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetPadding) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_GetPadding"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetPadding, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetRows \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetRows) == 0x000004, "Wrong alignment on UIRecyclableScrollViewComponent_GetRows"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetRows) == 0x000004, "Wrong size on UIRecyclableScrollViewComponent_GetRows"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetRows, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetRows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetSpace \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetSpace) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetSpace"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetSpace) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_GetSpace"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetSpace, ReturnValue) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList \ +static_assert(alignof(UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList) == 0x000008, "Wrong alignment on UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList"); \ +static_assert(sizeof(UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList) == 0x000010, "Wrong size on UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList"); \ +static_assert(offsetof(UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList, OutResult) == 0x000000, "Member 'UIRecyclableScrollViewComponent_GetUserFriendlyCacheCellList::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRecyclableScrollViewComponent \ +static_assert(alignof(UUIRecyclableScrollViewComponent) == 0x000008, "Wrong alignment on UUIRecyclableScrollViewComponent"); \ +static_assert(sizeof(UUIRecyclableScrollViewComponent) == 0x0002B8, "Wrong size on UUIRecyclableScrollViewComponent"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, DataSource) == 0x0001F8, "Member 'UUIRecyclableScrollViewComponent::DataSource' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, CellTemplateType) == 0x000200, "Member 'UUIRecyclableScrollViewComponent::CellTemplateType' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, CellTemplate) == 0x000208, "Member 'UUIRecyclableScrollViewComponent::CellTemplate' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, CellTemplatePrefab) == 0x000210, "Member 'UUIRecyclableScrollViewComponent::CellTemplatePrefab' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, Rows) == 0x000218, "Member 'UUIRecyclableScrollViewComponent::Rows' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, Columns) == 0x00021A, "Member 'UUIRecyclableScrollViewComponent::Columns' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, bInfiniteLoop) == 0x00021C, "Member 'UUIRecyclableScrollViewComponent::bInfiniteLoop' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, Padding) == 0x000220, "Member 'UUIRecyclableScrollViewComponent::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, Space) == 0x000230, "Member 'UUIRecyclableScrollViewComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UUIRecyclableScrollViewComponent, CacheCellList) == 0x000240, "Member 'UUIRecyclableScrollViewComponent::CacheCellList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel \ +static_assert(alignof(UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel) == 0x000001, "Wrong alignment on UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel"); \ +static_assert(sizeof(UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel) == 0x000001, "Wrong size on UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel"); \ +static_assert(offsetof(UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel, Value) == 0x000000, "Member 'UIRenderableCustomRaycast_VisiblePixel_SetPixelChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold \ +static_assert(alignof(UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold) == 0x000004, "Wrong alignment on UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold"); \ +static_assert(sizeof(UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold) == 0x000004, "Wrong size on UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold"); \ +static_assert(offsetof(UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold, Value) == 0x000000, "Member 'UIRenderableCustomRaycast_VisiblePixel_SetVisibilityThreshold::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel \ +static_assert(alignof(UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel) == 0x000001, "Wrong alignment on UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel"); \ +static_assert(sizeof(UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel) == 0x000001, "Wrong size on UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel"); \ +static_assert(offsetof(UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel, ReturnValue) == 0x000000, "Member 'UIRenderableCustomRaycast_VisiblePixel_GetPixelChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold \ +static_assert(alignof(UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold) == 0x000004, "Wrong alignment on UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold"); \ +static_assert(sizeof(UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold) == 0x000004, "Wrong size on UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold"); \ +static_assert(offsetof(UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold, ReturnValue) == 0x000000, "Member 'UIRenderableCustomRaycast_VisiblePixel_GetVisibilityThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRenderableCustomRaycast_VisiblePixel \ +static_assert(alignof(UUIRenderableCustomRaycast_VisiblePixel) == 0x000008, "Wrong alignment on UUIRenderableCustomRaycast_VisiblePixel"); \ +static_assert(sizeof(UUIRenderableCustomRaycast_VisiblePixel) == 0x000030, "Wrong size on UUIRenderableCustomRaycast_VisiblePixel"); \ +static_assert(offsetof(UUIRenderableCustomRaycast_VisiblePixel, VisibilityThreshold) == 0x000028, "Member 'UUIRenderableCustomRaycast_VisiblePixel::VisibilityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UUIRenderableCustomRaycast_VisiblePixel, PixelChannel) == 0x00002C, "Member 'UUIRenderableCustomRaycast_VisiblePixel::PixelChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderTarget_SetCanvas \ +static_assert(alignof(UIRenderTarget_SetCanvas) == 0x000008, "Wrong alignment on UIRenderTarget_SetCanvas"); \ +static_assert(sizeof(UIRenderTarget_SetCanvas) == 0x000008, "Wrong size on UIRenderTarget_SetCanvas"); \ +static_assert(offsetof(UIRenderTarget_SetCanvas, Value) == 0x000000, "Member 'UIRenderTarget_SetCanvas::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderTarget_GetCanvas \ +static_assert(alignof(UIRenderTarget_GetCanvas) == 0x000008, "Wrong alignment on UIRenderTarget_GetCanvas"); \ +static_assert(sizeof(UIRenderTarget_GetCanvas) == 0x000008, "Wrong size on UIRenderTarget_GetCanvas"); \ +static_assert(offsetof(UIRenderTarget_GetCanvas, ReturnValue) == 0x000000, "Member 'UIRenderTarget_GetCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRenderTarget \ +static_assert(alignof(UUIRenderTarget) == 0x000010, "Wrong alignment on UUIRenderTarget"); \ +static_assert(sizeof(UUIRenderTarget) == 0x0005A0, "Wrong size on UUIRenderTarget"); \ +static_assert(offsetof(UUIRenderTarget, TargetCanvas) == 0x000578, "Member 'UUIRenderTarget::TargetCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRenderTargetActor_Get2DLineRing \ +static_assert(alignof(UIRenderTargetActor_Get2DLineRing) == 0x000008, "Wrong alignment on UIRenderTargetActor_Get2DLineRing"); \ +static_assert(sizeof(UIRenderTargetActor_Get2DLineRing) == 0x000008, "Wrong size on UIRenderTargetActor_Get2DLineRing"); \ +static_assert(offsetof(UIRenderTargetActor_Get2DLineRing, ReturnValue) == 0x000000, "Member 'UIRenderTargetActor_Get2DLineRing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIRenderTargetActor \ +static_assert(alignof(AUIRenderTargetActor) == 0x000008, "Wrong alignment on AUIRenderTargetActor"); \ +static_assert(sizeof(AUIRenderTargetActor) == 0x000298, "Wrong size on AUIRenderTargetActor"); \ +static_assert(offsetof(AUIRenderTargetActor, UIRenderTarget) == 0x000290, "Member 'AUIRenderTargetActor::UIRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_EndAngleTo \ +static_assert(alignof(UIRing_EndAngleTo) == 0x000008, "Wrong alignment on UIRing_EndAngleTo"); \ +static_assert(sizeof(UIRing_EndAngleTo) == 0x000018, "Wrong size on UIRing_EndAngleTo"); \ +static_assert(offsetof(UIRing_EndAngleTo, endValue) == 0x000000, "Member 'UIRing_EndAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIRing_EndAngleTo, Duration) == 0x000004, "Member 'UIRing_EndAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIRing_EndAngleTo, Delay) == 0x000008, "Member 'UIRing_EndAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIRing_EndAngleTo, easetype) == 0x00000C, "Member 'UIRing_EndAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIRing_EndAngleTo, ReturnValue) == 0x000010, "Member 'UIRing_EndAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_SetEndAngle \ +static_assert(alignof(UIRing_SetEndAngle) == 0x000004, "Wrong alignment on UIRing_SetEndAngle"); \ +static_assert(sizeof(UIRing_SetEndAngle) == 0x000004, "Wrong size on UIRing_SetEndAngle"); \ +static_assert(offsetof(UIRing_SetEndAngle, NewValue) == 0x000000, "Member 'UIRing_SetEndAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_SetSegment \ +static_assert(alignof(UIRing_SetSegment) == 0x000004, "Wrong alignment on UIRing_SetSegment"); \ +static_assert(sizeof(UIRing_SetSegment) == 0x000004, "Wrong size on UIRing_SetSegment"); \ +static_assert(offsetof(UIRing_SetSegment, NewValue) == 0x000000, "Member 'UIRing_SetSegment::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_SetStartAngle \ +static_assert(alignof(UIRing_SetStartAngle) == 0x000004, "Wrong alignment on UIRing_SetStartAngle"); \ +static_assert(sizeof(UIRing_SetStartAngle) == 0x000004, "Wrong size on UIRing_SetStartAngle"); \ +static_assert(offsetof(UIRing_SetStartAngle, NewValue) == 0x000000, "Member 'UIRing_SetStartAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_StartAngleTo \ +static_assert(alignof(UIRing_StartAngleTo) == 0x000008, "Wrong alignment on UIRing_StartAngleTo"); \ +static_assert(sizeof(UIRing_StartAngleTo) == 0x000018, "Wrong size on UIRing_StartAngleTo"); \ +static_assert(offsetof(UIRing_StartAngleTo, endValue) == 0x000000, "Member 'UIRing_StartAngleTo::endValue' has a wrong offset!"); \ +static_assert(offsetof(UIRing_StartAngleTo, Duration) == 0x000004, "Member 'UIRing_StartAngleTo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UIRing_StartAngleTo, Delay) == 0x000008, "Member 'UIRing_StartAngleTo::Delay' has a wrong offset!"); \ +static_assert(offsetof(UIRing_StartAngleTo, easetype) == 0x00000C, "Member 'UIRing_StartAngleTo::easetype' has a wrong offset!"); \ +static_assert(offsetof(UIRing_StartAngleTo, ReturnValue) == 0x000010, "Member 'UIRing_StartAngleTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_GetEndAngle \ +static_assert(alignof(UIRing_GetEndAngle) == 0x000004, "Wrong alignment on UIRing_GetEndAngle"); \ +static_assert(sizeof(UIRing_GetEndAngle) == 0x000004, "Wrong size on UIRing_GetEndAngle"); \ +static_assert(offsetof(UIRing_GetEndAngle, ReturnValue) == 0x000000, "Member 'UIRing_GetEndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_GetSegment \ +static_assert(alignof(UIRing_GetSegment) == 0x000004, "Wrong alignment on UIRing_GetSegment"); \ +static_assert(sizeof(UIRing_GetSegment) == 0x000004, "Wrong size on UIRing_GetSegment"); \ +static_assert(offsetof(UIRing_GetSegment, ReturnValue) == 0x000000, "Member 'UIRing_GetSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRing_GetStartAngle \ +static_assert(alignof(UIRing_GetStartAngle) == 0x000004, "Wrong alignment on UIRing_GetStartAngle"); \ +static_assert(sizeof(UIRing_GetStartAngle) == 0x000004, "Wrong size on UIRing_GetStartAngle"); \ +static_assert(offsetof(UIRing_GetStartAngle, ReturnValue) == 0x000000, "Member 'UIRing_GetStartAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRing \ +static_assert(alignof(UUIRing) == 0x000010, "Wrong alignment on UUIRing"); \ +static_assert(sizeof(UUIRing) == 0x0005B0, "Wrong size on UUIRing"); \ +static_assert(offsetof(UUIRing, StartAngle) == 0x000588, "Member 'UUIRing::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIRing, EndAngle) == 0x00058C, "Member 'UUIRing::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIRing, Segment) == 0x000590, "Member 'UUIRing::Segment' has a wrong offset!"); \ +static_assert(offsetof(UUIRing, CurrentPointArray) == 0x000598, "Member 'UUIRing::CurrentPointArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRingActor_Get2DLineRing \ +static_assert(alignof(UIRingActor_Get2DLineRing) == 0x000008, "Wrong alignment on UIRingActor_Get2DLineRing"); \ +static_assert(sizeof(UIRingActor_Get2DLineRing) == 0x000008, "Wrong size on UIRingActor_Get2DLineRing"); \ +static_assert(offsetof(UIRingActor_Get2DLineRing, ReturnValue) == 0x000000, "Member 'UIRingActor_Get2DLineRing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIRingActor_GetUIRing \ +static_assert(alignof(UIRingActor_GetUIRing) == 0x000008, "Wrong alignment on UIRingActor_GetUIRing"); \ +static_assert(sizeof(UIRingActor_GetUIRing) == 0x000008, "Wrong size on UIRingActor_GetUIRing"); \ +static_assert(offsetof(UIRingActor_GetUIRing, ReturnValue) == 0x000000, "Member 'UIRingActor_GetUIRing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIRingActor \ +static_assert(alignof(AUIRingActor) == 0x000008, "Wrong alignment on AUIRingActor"); \ +static_assert(sizeof(AUIRingActor) == 0x000298, "Wrong size on AUIRingActor"); \ +static_assert(offsetof(AUIRingActor, UIElement) == 0x000290, "Member 'AUIRingActor::UIElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIRoundedLayout \ +static_assert(alignof(UUIRoundedLayout) == 0x000008, "Wrong alignment on UUIRoundedLayout"); \ +static_assert(sizeof(UUIRoundedLayout) == 0x000140, "Wrong size on UUIRoundedLayout"); \ +static_assert(offsetof(UUIRoundedLayout, Radius) == 0x000130, "Member 'UUIRoundedLayout::Radius' has a wrong offset!"); \ +static_assert(offsetof(UUIRoundedLayout, StartAngle) == 0x000134, "Member 'UUIRoundedLayout::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIRoundedLayout, EndAngle) == 0x000138, "Member 'UUIRoundedLayout::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UUIRoundedLayout, bSetChildAngle) == 0x00013C, "Member 'UUIRoundedLayout::bSetChildAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_RegisterSlideEvent \ +static_assert(alignof(UIScrollbarComponent_RegisterSlideEvent) == 0x000008, "Wrong alignment on UIScrollbarComponent_RegisterSlideEvent"); \ +static_assert(sizeof(UIScrollbarComponent_RegisterSlideEvent) == 0x000018, "Wrong size on UIScrollbarComponent_RegisterSlideEvent"); \ +static_assert(offsetof(UIScrollbarComponent_RegisterSlideEvent, InDelegate) == 0x000000, "Member 'UIScrollbarComponent_RegisterSlideEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIScrollbarComponent_RegisterSlideEvent, ReturnValue) == 0x000010, "Member 'UIScrollbarComponent_RegisterSlideEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_SetNavigationChangeInterval \ +static_assert(alignof(UIScrollbarComponent_SetNavigationChangeInterval) == 0x000004, "Wrong alignment on UIScrollbarComponent_SetNavigationChangeInterval"); \ +static_assert(sizeof(UIScrollbarComponent_SetNavigationChangeInterval) == 0x000004, "Wrong size on UIScrollbarComponent_SetNavigationChangeInterval"); \ +static_assert(offsetof(UIScrollbarComponent_SetNavigationChangeInterval, InValue) == 0x000000, "Member 'UIScrollbarComponent_SetNavigationChangeInterval::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_SetSize \ +static_assert(alignof(UIScrollbarComponent_SetSize) == 0x000004, "Wrong alignment on UIScrollbarComponent_SetSize"); \ +static_assert(sizeof(UIScrollbarComponent_SetSize) == 0x000004, "Wrong size on UIScrollbarComponent_SetSize"); \ +static_assert(offsetof(UIScrollbarComponent_SetSize, InSize) == 0x000000, "Member 'UIScrollbarComponent_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_SetValue \ +static_assert(alignof(UIScrollbarComponent_SetValue) == 0x000004, "Wrong alignment on UIScrollbarComponent_SetValue"); \ +static_assert(sizeof(UIScrollbarComponent_SetValue) == 0x000008, "Wrong size on UIScrollbarComponent_SetValue"); \ +static_assert(offsetof(UIScrollbarComponent_SetValue, InValue) == 0x000000, "Member 'UIScrollbarComponent_SetValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(UIScrollbarComponent_SetValue, fireEvent) == 0x000004, "Member 'UIScrollbarComponent_SetValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_SetValueAndSize \ +static_assert(alignof(UIScrollbarComponent_SetValueAndSize) == 0x000004, "Wrong alignment on UIScrollbarComponent_SetValueAndSize"); \ +static_assert(sizeof(UIScrollbarComponent_SetValueAndSize) == 0x00000C, "Wrong size on UIScrollbarComponent_SetValueAndSize"); \ +static_assert(offsetof(UIScrollbarComponent_SetValueAndSize, InValue) == 0x000000, "Member 'UIScrollbarComponent_SetValueAndSize::InValue' has a wrong offset!"); \ +static_assert(offsetof(UIScrollbarComponent_SetValueAndSize, InSize) == 0x000004, "Member 'UIScrollbarComponent_SetValueAndSize::InSize' has a wrong offset!"); \ +static_assert(offsetof(UIScrollbarComponent_SetValueAndSize, fireEvent) == 0x000008, "Member 'UIScrollbarComponent_SetValueAndSize::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_UnregisterSlideEvent \ +static_assert(alignof(UIScrollbarComponent_UnregisterSlideEvent) == 0x000008, "Wrong alignment on UIScrollbarComponent_UnregisterSlideEvent"); \ +static_assert(sizeof(UIScrollbarComponent_UnregisterSlideEvent) == 0x000008, "Wrong size on UIScrollbarComponent_UnregisterSlideEvent"); \ +static_assert(offsetof(UIScrollbarComponent_UnregisterSlideEvent, InDelegateHandle) == 0x000000, "Member 'UIScrollbarComponent_UnregisterSlideEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_GetDirectionType \ +static_assert(alignof(UIScrollbarComponent_GetDirectionType) == 0x000001, "Wrong alignment on UIScrollbarComponent_GetDirectionType"); \ +static_assert(sizeof(UIScrollbarComponent_GetDirectionType) == 0x000001, "Wrong size on UIScrollbarComponent_GetDirectionType"); \ +static_assert(offsetof(UIScrollbarComponent_GetDirectionType, ReturnValue) == 0x000000, "Member 'UIScrollbarComponent_GetDirectionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_GetHandleActor \ +static_assert(alignof(UIScrollbarComponent_GetHandleActor) == 0x000008, "Wrong alignment on UIScrollbarComponent_GetHandleActor"); \ +static_assert(sizeof(UIScrollbarComponent_GetHandleActor) == 0x000008, "Wrong size on UIScrollbarComponent_GetHandleActor"); \ +static_assert(offsetof(UIScrollbarComponent_GetHandleActor, ReturnValue) == 0x000000, "Member 'UIScrollbarComponent_GetHandleActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_GetNavigationChangeInterval \ +static_assert(alignof(UIScrollbarComponent_GetNavigationChangeInterval) == 0x000004, "Wrong alignment on UIScrollbarComponent_GetNavigationChangeInterval"); \ +static_assert(sizeof(UIScrollbarComponent_GetNavigationChangeInterval) == 0x000004, "Wrong size on UIScrollbarComponent_GetNavigationChangeInterval"); \ +static_assert(offsetof(UIScrollbarComponent_GetNavigationChangeInterval, ReturnValue) == 0x000000, "Member 'UIScrollbarComponent_GetNavigationChangeInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_GetSize \ +static_assert(alignof(UIScrollbarComponent_GetSize) == 0x000004, "Wrong alignment on UIScrollbarComponent_GetSize"); \ +static_assert(sizeof(UIScrollbarComponent_GetSize) == 0x000004, "Wrong size on UIScrollbarComponent_GetSize"); \ +static_assert(offsetof(UIScrollbarComponent_GetSize, ReturnValue) == 0x000000, "Member 'UIScrollbarComponent_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIScrollbarComponent_GetValue \ +static_assert(alignof(UIScrollbarComponent_GetValue) == 0x000004, "Wrong alignment on UIScrollbarComponent_GetValue"); \ +static_assert(sizeof(UIScrollbarComponent_GetValue) == 0x000004, "Wrong size on UIScrollbarComponent_GetValue"); \ +static_assert(offsetof(UIScrollbarComponent_GetValue, ReturnValue) == 0x000000, "Member 'UIScrollbarComponent_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIScrollbarComponent \ +static_assert(alignof(UUIScrollbarComponent) == 0x000008, "Wrong alignment on UUIScrollbarComponent"); \ +static_assert(sizeof(UUIScrollbarComponent) == 0x0002B0, "Wrong size on UUIScrollbarComponent"); \ +static_assert(offsetof(UUIScrollbarComponent, Value) == 0x000250, "Member 'UUIScrollbarComponent::Value' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, Size) == 0x000254, "Member 'UUIScrollbarComponent::Size' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, HandleActor) == 0x000258, "Member 'UUIScrollbarComponent::HandleActor' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, directionType) == 0x000260, "Member 'UUIScrollbarComponent::directionType' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, NavigationChangeInterval) == 0x000264, "Member 'UUIScrollbarComponent::NavigationChangeInterval' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, Handle) == 0x000268, "Member 'UUIScrollbarComponent::Handle' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, HandleArea) == 0x000270, "Member 'UUIScrollbarComponent::HandleArea' has a wrong offset!"); \ +static_assert(offsetof(UUIScrollbarComponent, OnValueChange) == 0x000290, "Member 'UUIScrollbarComponent::OnValueChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIScrollViewHelper \ +static_assert(alignof(UUIScrollViewHelper) == 0x000008, "Wrong alignment on UUIScrollViewHelper"); \ +static_assert(sizeof(UUIScrollViewHelper) == 0x0000E8, "Wrong size on UUIScrollViewHelper"); \ +static_assert(offsetof(UUIScrollViewHelper, TargetComp) == 0x0000E0, "Member 'UUIScrollViewHelper::TargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_CollectTweener \ +static_assert(alignof(UISelectableTransitionComponent_CollectTweener) == 0x000008, "Wrong alignment on UISelectableTransitionComponent_CollectTweener"); \ +static_assert(sizeof(UISelectableTransitionComponent_CollectTweener) == 0x000008, "Wrong size on UISelectableTransitionComponent_CollectTweener"); \ +static_assert(offsetof(UISelectableTransitionComponent_CollectTweener, InItem) == 0x000000, "Member 'UISelectableTransitionComponent_CollectTweener::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_CollectTweeners \ +static_assert(alignof(UISelectableTransitionComponent_CollectTweeners) == 0x000008, "Wrong alignment on UISelectableTransitionComponent_CollectTweeners"); \ +static_assert(sizeof(UISelectableTransitionComponent_CollectTweeners) == 0x000050, "Wrong size on UISelectableTransitionComponent_CollectTweeners"); \ +static_assert(offsetof(UISelectableTransitionComponent_CollectTweeners, InItems) == 0x000000, "Member 'UISelectableTransitionComponent_CollectTweeners::InItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_ReceiveOnDisabled \ +static_assert(alignof(UISelectableTransitionComponent_ReceiveOnDisabled) == 0x000001, "Wrong alignment on UISelectableTransitionComponent_ReceiveOnDisabled"); \ +static_assert(sizeof(UISelectableTransitionComponent_ReceiveOnDisabled) == 0x000001, "Wrong size on UISelectableTransitionComponent_ReceiveOnDisabled"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnDisabled, InImmediateSet) == 0x000000, "Member 'UISelectableTransitionComponent_ReceiveOnDisabled::InImmediateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_ReceiveOnHighlighted \ +static_assert(alignof(UISelectableTransitionComponent_ReceiveOnHighlighted) == 0x000001, "Wrong alignment on UISelectableTransitionComponent_ReceiveOnHighlighted"); \ +static_assert(sizeof(UISelectableTransitionComponent_ReceiveOnHighlighted) == 0x000001, "Wrong size on UISelectableTransitionComponent_ReceiveOnHighlighted"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnHighlighted, InImmediateSet) == 0x000000, "Member 'UISelectableTransitionComponent_ReceiveOnHighlighted::InImmediateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_ReceiveOnNormal \ +static_assert(alignof(UISelectableTransitionComponent_ReceiveOnNormal) == 0x000001, "Wrong alignment on UISelectableTransitionComponent_ReceiveOnNormal"); \ +static_assert(sizeof(UISelectableTransitionComponent_ReceiveOnNormal) == 0x000001, "Wrong size on UISelectableTransitionComponent_ReceiveOnNormal"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnNormal, InImmediateSet) == 0x000000, "Member 'UISelectableTransitionComponent_ReceiveOnNormal::InImmediateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_ReceiveOnPressed \ +static_assert(alignof(UISelectableTransitionComponent_ReceiveOnPressed) == 0x000001, "Wrong alignment on UISelectableTransitionComponent_ReceiveOnPressed"); \ +static_assert(sizeof(UISelectableTransitionComponent_ReceiveOnPressed) == 0x000001, "Wrong size on UISelectableTransitionComponent_ReceiveOnPressed"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnPressed, InImmediateSet) == 0x000000, "Member 'UISelectableTransitionComponent_ReceiveOnPressed::InImmediateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISelectableTransitionComponent_ReceiveOnStartCustomTransition \ +static_assert(alignof(UISelectableTransitionComponent_ReceiveOnStartCustomTransition) == 0x000004, "Wrong alignment on UISelectableTransitionComponent_ReceiveOnStartCustomTransition"); \ +static_assert(sizeof(UISelectableTransitionComponent_ReceiveOnStartCustomTransition) == 0x00000C, "Wrong size on UISelectableTransitionComponent_ReceiveOnStartCustomTransition"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnStartCustomTransition, InTransitionName) == 0x000000, "Member 'UISelectableTransitionComponent_ReceiveOnStartCustomTransition::InTransitionName' has a wrong offset!"); \ +static_assert(offsetof(UISelectableTransitionComponent_ReceiveOnStartCustomTransition, InImmediateSet) == 0x000008, "Member 'UISelectableTransitionComponent_ReceiveOnStartCustomTransition::InImmediateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISelectableTransitionComponent \ +static_assert(alignof(UUISelectableTransitionComponent) == 0x000008, "Wrong alignment on UUISelectableTransitionComponent"); \ +static_assert(sizeof(UUISelectableTransitionComponent) == 0x0000F0, "Wrong size on UUISelectableTransitionComponent"); \ +static_assert(offsetof(UUISelectableTransitionComponent, TweenerCollection) == 0x0000E0, "Member 'UUISelectableTransitionComponent::TweenerCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByAspectRatio_SetAspectRatio \ +static_assert(alignof(UISizeControlByAspectRatio_SetAspectRatio) == 0x000004, "Wrong alignment on UISizeControlByAspectRatio_SetAspectRatio"); \ +static_assert(sizeof(UISizeControlByAspectRatio_SetAspectRatio) == 0x000004, "Wrong size on UISizeControlByAspectRatio_SetAspectRatio"); \ +static_assert(offsetof(UISizeControlByAspectRatio_SetAspectRatio, Value) == 0x000000, "Member 'UISizeControlByAspectRatio_SetAspectRatio::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByAspectRatio_SetControlMode \ +static_assert(alignof(UISizeControlByAspectRatio_SetControlMode) == 0x000001, "Wrong alignment on UISizeControlByAspectRatio_SetControlMode"); \ +static_assert(sizeof(UISizeControlByAspectRatio_SetControlMode) == 0x000001, "Wrong size on UISizeControlByAspectRatio_SetControlMode"); \ +static_assert(offsetof(UISizeControlByAspectRatio_SetControlMode, Value) == 0x000000, "Member 'UISizeControlByAspectRatio_SetControlMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByAspectRatio_GetAspectRatio \ +static_assert(alignof(UISizeControlByAspectRatio_GetAspectRatio) == 0x000004, "Wrong alignment on UISizeControlByAspectRatio_GetAspectRatio"); \ +static_assert(sizeof(UISizeControlByAspectRatio_GetAspectRatio) == 0x000004, "Wrong size on UISizeControlByAspectRatio_GetAspectRatio"); \ +static_assert(offsetof(UISizeControlByAspectRatio_GetAspectRatio, ReturnValue) == 0x000000, "Member 'UISizeControlByAspectRatio_GetAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByAspectRatio_GetControlMode \ +static_assert(alignof(UISizeControlByAspectRatio_GetControlMode) == 0x000001, "Wrong alignment on UISizeControlByAspectRatio_GetControlMode"); \ +static_assert(sizeof(UISizeControlByAspectRatio_GetControlMode) == 0x000001, "Wrong size on UISizeControlByAspectRatio_GetControlMode"); \ +static_assert(offsetof(UISizeControlByAspectRatio_GetControlMode, ReturnValue) == 0x000000, "Member 'UISizeControlByAspectRatio_GetControlMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISizeControlByAspectRatio \ +static_assert(alignof(UUISizeControlByAspectRatio) == 0x000008, "Wrong alignment on UUISizeControlByAspectRatio"); \ +static_assert(sizeof(UUISizeControlByAspectRatio) == 0x000120, "Wrong size on UUISizeControlByAspectRatio"); \ +static_assert(offsetof(UUISizeControlByAspectRatio, ControlMode) == 0x000118, "Member 'UUISizeControlByAspectRatio::ControlMode' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByAspectRatio, AspectRatio) == 0x00011C, "Member 'UUISizeControlByAspectRatio::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_SetAdditionalHeight \ +static_assert(alignof(UISizeControlByChildren_SetAdditionalHeight) == 0x000004, "Wrong alignment on UISizeControlByChildren_SetAdditionalHeight"); \ +static_assert(sizeof(UISizeControlByChildren_SetAdditionalHeight) == 0x000004, "Wrong size on UISizeControlByChildren_SetAdditionalHeight"); \ +static_assert(offsetof(UISizeControlByChildren_SetAdditionalHeight, Value) == 0x000000, "Member 'UISizeControlByChildren_SetAdditionalHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_SetAdditionalWidth \ +static_assert(alignof(UISizeControlByChildren_SetAdditionalWidth) == 0x000004, "Wrong alignment on UISizeControlByChildren_SetAdditionalWidth"); \ +static_assert(sizeof(UISizeControlByChildren_SetAdditionalWidth) == 0x000004, "Wrong size on UISizeControlByChildren_SetAdditionalWidth"); \ +static_assert(offsetof(UISizeControlByChildren_SetAdditionalWidth, Value) == 0x000000, "Member 'UISizeControlByChildren_SetAdditionalWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_SetHeightFitToChildren \ +static_assert(alignof(UISizeControlByChildren_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UISizeControlByChildren_SetHeightFitToChildren"); \ +static_assert(sizeof(UISizeControlByChildren_SetHeightFitToChildren) == 0x000001, "Wrong size on UISizeControlByChildren_SetHeightFitToChildren"); \ +static_assert(offsetof(UISizeControlByChildren_SetHeightFitToChildren, Value) == 0x000000, "Member 'UISizeControlByChildren_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_SetWidthFitToChildren \ +static_assert(alignof(UISizeControlByChildren_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UISizeControlByChildren_SetWidthFitToChildren"); \ +static_assert(sizeof(UISizeControlByChildren_SetWidthFitToChildren) == 0x000001, "Wrong size on UISizeControlByChildren_SetWidthFitToChildren"); \ +static_assert(offsetof(UISizeControlByChildren_SetWidthFitToChildren, Value) == 0x000000, "Member 'UISizeControlByChildren_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_GetAdditionalHeight \ +static_assert(alignof(UISizeControlByChildren_GetAdditionalHeight) == 0x000004, "Wrong alignment on UISizeControlByChildren_GetAdditionalHeight"); \ +static_assert(sizeof(UISizeControlByChildren_GetAdditionalHeight) == 0x000004, "Wrong size on UISizeControlByChildren_GetAdditionalHeight"); \ +static_assert(offsetof(UISizeControlByChildren_GetAdditionalHeight, ReturnValue) == 0x000000, "Member 'UISizeControlByChildren_GetAdditionalHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_GetAdditionalWidth \ +static_assert(alignof(UISizeControlByChildren_GetAdditionalWidth) == 0x000004, "Wrong alignment on UISizeControlByChildren_GetAdditionalWidth"); \ +static_assert(sizeof(UISizeControlByChildren_GetAdditionalWidth) == 0x000004, "Wrong size on UISizeControlByChildren_GetAdditionalWidth"); \ +static_assert(offsetof(UISizeControlByChildren_GetAdditionalWidth, ReturnValue) == 0x000000, "Member 'UISizeControlByChildren_GetAdditionalWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_GetHeightFitToChildren \ +static_assert(alignof(UISizeControlByChildren_GetHeightFitToChildren) == 0x000004, "Wrong alignment on UISizeControlByChildren_GetHeightFitToChildren"); \ +static_assert(sizeof(UISizeControlByChildren_GetHeightFitToChildren) == 0x000004, "Wrong size on UISizeControlByChildren_GetHeightFitToChildren"); \ +static_assert(offsetof(UISizeControlByChildren_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UISizeControlByChildren_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByChildren_GetWidthFitToChildren \ +static_assert(alignof(UISizeControlByChildren_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UISizeControlByChildren_GetWidthFitToChildren"); \ +static_assert(sizeof(UISizeControlByChildren_GetWidthFitToChildren) == 0x000001, "Wrong size on UISizeControlByChildren_GetWidthFitToChildren"); \ +static_assert(offsetof(UISizeControlByChildren_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UISizeControlByChildren_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISizeControlByChildren \ +static_assert(alignof(UUISizeControlByChildren) == 0x000008, "Wrong alignment on UUISizeControlByChildren"); \ +static_assert(sizeof(UUISizeControlByChildren) == 0x000140, "Wrong size on UUISizeControlByChildren"); \ +static_assert(offsetof(UUISizeControlByChildren, bWidthFitToChildren) == 0x000130, "Member 'UUISizeControlByChildren::bWidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByChildren, AdditionalWidth) == 0x000134, "Member 'UUISizeControlByChildren::AdditionalWidth' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByChildren, bHeightFitToChildren) == 0x000138, "Member 'UUISizeControlByChildren::bHeightFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByChildren, AdditionalHeight) == 0x00013C, "Member 'UUISizeControlByChildren::AdditionalHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISizeControlByOtherHelper \ +static_assert(alignof(UUISizeControlByOtherHelper) == 0x000008, "Wrong alignment on UUISizeControlByOtherHelper"); \ +static_assert(sizeof(UUISizeControlByOtherHelper) == 0x0000E8, "Wrong size on UUISizeControlByOtherHelper"); \ +static_assert(offsetof(UUISizeControlByOtherHelper, TargetComp) == 0x0000E0, "Member 'UUISizeControlByOtherHelper::TargetComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_SetAdditionalHeight \ +static_assert(alignof(UISizeControlByOther_SetAdditionalHeight) == 0x000004, "Wrong alignment on UISizeControlByOther_SetAdditionalHeight"); \ +static_assert(sizeof(UISizeControlByOther_SetAdditionalHeight) == 0x000004, "Wrong size on UISizeControlByOther_SetAdditionalHeight"); \ +static_assert(offsetof(UISizeControlByOther_SetAdditionalHeight, Value) == 0x000000, "Member 'UISizeControlByOther_SetAdditionalHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_SetAdditionalWidth \ +static_assert(alignof(UISizeControlByOther_SetAdditionalWidth) == 0x000004, "Wrong alignment on UISizeControlByOther_SetAdditionalWidth"); \ +static_assert(sizeof(UISizeControlByOther_SetAdditionalWidth) == 0x000004, "Wrong size on UISizeControlByOther_SetAdditionalWidth"); \ +static_assert(offsetof(UISizeControlByOther_SetAdditionalWidth, Value) == 0x000000, "Member 'UISizeControlByOther_SetAdditionalWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_SetControlHeight \ +static_assert(alignof(UISizeControlByOther_SetControlHeight) == 0x000001, "Wrong alignment on UISizeControlByOther_SetControlHeight"); \ +static_assert(sizeof(UISizeControlByOther_SetControlHeight) == 0x000001, "Wrong size on UISizeControlByOther_SetControlHeight"); \ +static_assert(offsetof(UISizeControlByOther_SetControlHeight, Value) == 0x000000, "Member 'UISizeControlByOther_SetControlHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_SetControlWidth \ +static_assert(alignof(UISizeControlByOther_SetControlWidth) == 0x000001, "Wrong alignment on UISizeControlByOther_SetControlWidth"); \ +static_assert(sizeof(UISizeControlByOther_SetControlWidth) == 0x000001, "Wrong size on UISizeControlByOther_SetControlWidth"); \ +static_assert(offsetof(UISizeControlByOther_SetControlWidth, Value) == 0x000000, "Member 'UISizeControlByOther_SetControlWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_SetTargetActor \ +static_assert(alignof(UISizeControlByOther_SetTargetActor) == 0x000008, "Wrong alignment on UISizeControlByOther_SetTargetActor"); \ +static_assert(sizeof(UISizeControlByOther_SetTargetActor) == 0x000008, "Wrong size on UISizeControlByOther_SetTargetActor"); \ +static_assert(offsetof(UISizeControlByOther_SetTargetActor, Value) == 0x000000, "Member 'UISizeControlByOther_SetTargetActor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_GetAdditionalHeight \ +static_assert(alignof(UISizeControlByOther_GetAdditionalHeight) == 0x000004, "Wrong alignment on UISizeControlByOther_GetAdditionalHeight"); \ +static_assert(sizeof(UISizeControlByOther_GetAdditionalHeight) == 0x000004, "Wrong size on UISizeControlByOther_GetAdditionalHeight"); \ +static_assert(offsetof(UISizeControlByOther_GetAdditionalHeight, ReturnValue) == 0x000000, "Member 'UISizeControlByOther_GetAdditionalHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_GetAdditionalWidth \ +static_assert(alignof(UISizeControlByOther_GetAdditionalWidth) == 0x000004, "Wrong alignment on UISizeControlByOther_GetAdditionalWidth"); \ +static_assert(sizeof(UISizeControlByOther_GetAdditionalWidth) == 0x000004, "Wrong size on UISizeControlByOther_GetAdditionalWidth"); \ +static_assert(offsetof(UISizeControlByOther_GetAdditionalWidth, ReturnValue) == 0x000000, "Member 'UISizeControlByOther_GetAdditionalWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_GetControlHeight \ +static_assert(alignof(UISizeControlByOther_GetControlHeight) == 0x000001, "Wrong alignment on UISizeControlByOther_GetControlHeight"); \ +static_assert(sizeof(UISizeControlByOther_GetControlHeight) == 0x000001, "Wrong size on UISizeControlByOther_GetControlHeight"); \ +static_assert(offsetof(UISizeControlByOther_GetControlHeight, ReturnValue) == 0x000000, "Member 'UISizeControlByOther_GetControlHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_GetControlWidth \ +static_assert(alignof(UISizeControlByOther_GetControlWidth) == 0x000001, "Wrong alignment on UISizeControlByOther_GetControlWidth"); \ +static_assert(sizeof(UISizeControlByOther_GetControlWidth) == 0x000001, "Wrong size on UISizeControlByOther_GetControlWidth"); \ +static_assert(offsetof(UISizeControlByOther_GetControlWidth, ReturnValue) == 0x000000, "Member 'UISizeControlByOther_GetControlWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISizeControlByOther_GetTargetActor \ +static_assert(alignof(UISizeControlByOther_GetTargetActor) == 0x000008, "Wrong alignment on UISizeControlByOther_GetTargetActor"); \ +static_assert(sizeof(UISizeControlByOther_GetTargetActor) == 0x000008, "Wrong size on UISizeControlByOther_GetTargetActor"); \ +static_assert(offsetof(UISizeControlByOther_GetTargetActor, ReturnValue) == 0x000000, "Member 'UISizeControlByOther_GetTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISizeControlByOther \ +static_assert(alignof(UUISizeControlByOther) == 0x000008, "Wrong alignment on UUISizeControlByOther"); \ +static_assert(sizeof(UUISizeControlByOther) == 0x000140, "Wrong size on UUISizeControlByOther"); \ +static_assert(offsetof(UUISizeControlByOther, TargetActor) == 0x000118, "Member 'UUISizeControlByOther::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, ControlWidth) == 0x000120, "Member 'UUISizeControlByOther::ControlWidth' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, AdditionalWidth) == 0x000124, "Member 'UUISizeControlByOther::AdditionalWidth' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, ControlHeight) == 0x000128, "Member 'UUISizeControlByOther::ControlHeight' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, AdditionalHeight) == 0x00012C, "Member 'UUISizeControlByOther::AdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, TargetUIItem) == 0x000130, "Member 'UUISizeControlByOther::TargetUIItem' has a wrong offset!"); \ +static_assert(offsetof(UUISizeControlByOther, HelperComp) == 0x000138, "Member 'UUISizeControlByOther::HelperComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_RegisterSlideEvent \ +static_assert(alignof(UISliderComponent_RegisterSlideEvent) == 0x000008, "Wrong alignment on UISliderComponent_RegisterSlideEvent"); \ +static_assert(sizeof(UISliderComponent_RegisterSlideEvent) == 0x000018, "Wrong size on UISliderComponent_RegisterSlideEvent"); \ +static_assert(offsetof(UISliderComponent_RegisterSlideEvent, InDelegate) == 0x000000, "Member 'UISliderComponent_RegisterSlideEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_RegisterSlideEvent, ReturnValue) == 0x000010, "Member 'UISliderComponent_RegisterSlideEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_SetMaxValue \ +static_assert(alignof(UISliderComponent_SetMaxValue) == 0x000004, "Wrong alignment on UISliderComponent_SetMaxValue"); \ +static_assert(sizeof(UISliderComponent_SetMaxValue) == 0x000008, "Wrong size on UISliderComponent_SetMaxValue"); \ +static_assert(offsetof(UISliderComponent_SetMaxValue, InMaxValue) == 0x000000, "Member 'UISliderComponent_SetMaxValue::InMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_SetMaxValue, KeepRelativeValue) == 0x000004, "Member 'UISliderComponent_SetMaxValue::KeepRelativeValue' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_SetMaxValue, fireEvent) == 0x000005, "Member 'UISliderComponent_SetMaxValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_SetMinValue \ +static_assert(alignof(UISliderComponent_SetMinValue) == 0x000004, "Wrong alignment on UISliderComponent_SetMinValue"); \ +static_assert(sizeof(UISliderComponent_SetMinValue) == 0x000008, "Wrong size on UISliderComponent_SetMinValue"); \ +static_assert(offsetof(UISliderComponent_SetMinValue, InMinValue) == 0x000000, "Member 'UISliderComponent_SetMinValue::InMinValue' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_SetMinValue, KeepRelativeValue) == 0x000004, "Member 'UISliderComponent_SetMinValue::KeepRelativeValue' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_SetMinValue, fireEvent) == 0x000005, "Member 'UISliderComponent_SetMinValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_SetNavigationChangeInterval \ +static_assert(alignof(UISliderComponent_SetNavigationChangeInterval) == 0x000004, "Wrong alignment on UISliderComponent_SetNavigationChangeInterval"); \ +static_assert(sizeof(UISliderComponent_SetNavigationChangeInterval) == 0x000004, "Wrong size on UISliderComponent_SetNavigationChangeInterval"); \ +static_assert(offsetof(UISliderComponent_SetNavigationChangeInterval, InValue) == 0x000000, "Member 'UISliderComponent_SetNavigationChangeInterval::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_SetValue \ +static_assert(alignof(UISliderComponent_SetValue) == 0x000004, "Wrong alignment on UISliderComponent_SetValue"); \ +static_assert(sizeof(UISliderComponent_SetValue) == 0x000008, "Wrong size on UISliderComponent_SetValue"); \ +static_assert(offsetof(UISliderComponent_SetValue, InValue) == 0x000000, "Member 'UISliderComponent_SetValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(UISliderComponent_SetValue, fireEvent) == 0x000004, "Member 'UISliderComponent_SetValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_UnregisterSlideEvent \ +static_assert(alignof(UISliderComponent_UnregisterSlideEvent) == 0x000008, "Wrong alignment on UISliderComponent_UnregisterSlideEvent"); \ +static_assert(sizeof(UISliderComponent_UnregisterSlideEvent) == 0x000008, "Wrong size on UISliderComponent_UnregisterSlideEvent"); \ +static_assert(offsetof(UISliderComponent_UnregisterSlideEvent, InDelegateHandle) == 0x000000, "Member 'UISliderComponent_UnregisterSlideEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetDirectionType \ +static_assert(alignof(UISliderComponent_GetDirectionType) == 0x000001, "Wrong alignment on UISliderComponent_GetDirectionType"); \ +static_assert(sizeof(UISliderComponent_GetDirectionType) == 0x000001, "Wrong size on UISliderComponent_GetDirectionType"); \ +static_assert(offsetof(UISliderComponent_GetDirectionType, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetDirectionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetFillActor \ +static_assert(alignof(UISliderComponent_GetFillActor) == 0x000008, "Wrong alignment on UISliderComponent_GetFillActor"); \ +static_assert(sizeof(UISliderComponent_GetFillActor) == 0x000008, "Wrong size on UISliderComponent_GetFillActor"); \ +static_assert(offsetof(UISliderComponent_GetFillActor, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetFillActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetHandleActor \ +static_assert(alignof(UISliderComponent_GetHandleActor) == 0x000008, "Wrong alignment on UISliderComponent_GetHandleActor"); \ +static_assert(sizeof(UISliderComponent_GetHandleActor) == 0x000008, "Wrong size on UISliderComponent_GetHandleActor"); \ +static_assert(offsetof(UISliderComponent_GetHandleActor, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetHandleActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetMaxValue \ +static_assert(alignof(UISliderComponent_GetMaxValue) == 0x000004, "Wrong alignment on UISliderComponent_GetMaxValue"); \ +static_assert(sizeof(UISliderComponent_GetMaxValue) == 0x000004, "Wrong size on UISliderComponent_GetMaxValue"); \ +static_assert(offsetof(UISliderComponent_GetMaxValue, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetMinValue \ +static_assert(alignof(UISliderComponent_GetMinValue) == 0x000004, "Wrong alignment on UISliderComponent_GetMinValue"); \ +static_assert(sizeof(UISliderComponent_GetMinValue) == 0x000004, "Wrong size on UISliderComponent_GetMinValue"); \ +static_assert(offsetof(UISliderComponent_GetMinValue, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetNavigationChangeInterval \ +static_assert(alignof(UISliderComponent_GetNavigationChangeInterval) == 0x000004, "Wrong alignment on UISliderComponent_GetNavigationChangeInterval"); \ +static_assert(sizeof(UISliderComponent_GetNavigationChangeInterval) == 0x000004, "Wrong size on UISliderComponent_GetNavigationChangeInterval"); \ +static_assert(offsetof(UISliderComponent_GetNavigationChangeInterval, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetNavigationChangeInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetValue \ +static_assert(alignof(UISliderComponent_GetValue) == 0x000004, "Wrong alignment on UISliderComponent_GetValue"); \ +static_assert(sizeof(UISliderComponent_GetValue) == 0x000004, "Wrong size on UISliderComponent_GetValue"); \ +static_assert(offsetof(UISliderComponent_GetValue, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISliderComponent_GetWholeNumber \ +static_assert(alignof(UISliderComponent_GetWholeNumber) == 0x000001, "Wrong alignment on UISliderComponent_GetWholeNumber"); \ +static_assert(sizeof(UISliderComponent_GetWholeNumber) == 0x000001, "Wrong size on UISliderComponent_GetWholeNumber"); \ +static_assert(offsetof(UISliderComponent_GetWholeNumber, ReturnValue) == 0x000000, "Member 'UISliderComponent_GetWholeNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISliderComponent \ +static_assert(alignof(UUISliderComponent) == 0x000008, "Wrong alignment on UUISliderComponent"); \ +static_assert(sizeof(UUISliderComponent) == 0x0002C8, "Wrong size on UUISliderComponent"); \ +static_assert(offsetof(UUISliderComponent, Value) == 0x000250, "Member 'UUISliderComponent::Value' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, MinValue) == 0x000254, "Member 'UUISliderComponent::MinValue' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, MaxValue) == 0x000258, "Member 'UUISliderComponent::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, WholeNumbers) == 0x00025C, "Member 'UUISliderComponent::WholeNumbers' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, FillActor) == 0x000260, "Member 'UUISliderComponent::FillActor' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, HandleActor) == 0x000268, "Member 'UUISliderComponent::HandleActor' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, directionType) == 0x000270, "Member 'UUISliderComponent::directionType' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, NavigationChangeInterval) == 0x000274, "Member 'UUISliderComponent::NavigationChangeInterval' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, Fill) == 0x000278, "Member 'UUISliderComponent::Fill' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, FillArea) == 0x000280, "Member 'UUISliderComponent::FillArea' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, Handle) == 0x000288, "Member 'UUISliderComponent::Handle' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, HandleArea) == 0x000290, "Member 'UUISliderComponent::HandleArea' has a wrong offset!"); \ +static_assert(offsetof(UUISliderComponent, OnValueChange) == 0x0002B0, "Member 'UUISliderComponent::OnValueChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_SetFillAmount \ +static_assert(alignof(UISprite_SetFillAmount) == 0x000004, "Wrong alignment on UISprite_SetFillAmount"); \ +static_assert(sizeof(UISprite_SetFillAmount) == 0x000004, "Wrong size on UISprite_SetFillAmount"); \ +static_assert(offsetof(UISprite_SetFillAmount, NewValue) == 0x000000, "Member 'UISprite_SetFillAmount::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_SetFillDirectionFlip \ +static_assert(alignof(UISprite_SetFillDirectionFlip) == 0x000001, "Wrong alignment on UISprite_SetFillDirectionFlip"); \ +static_assert(sizeof(UISprite_SetFillDirectionFlip) == 0x000001, "Wrong size on UISprite_SetFillDirectionFlip"); \ +static_assert(offsetof(UISprite_SetFillDirectionFlip, NewValue) == 0x000000, "Member 'UISprite_SetFillDirectionFlip::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_SetFillMethod \ +static_assert(alignof(UISprite_SetFillMethod) == 0x000001, "Wrong alignment on UISprite_SetFillMethod"); \ +static_assert(sizeof(UISprite_SetFillMethod) == 0x000001, "Wrong size on UISprite_SetFillMethod"); \ +static_assert(offsetof(UISprite_SetFillMethod, NewValue) == 0x000000, "Member 'UISprite_SetFillMethod::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_SetFillOrigin \ +static_assert(alignof(UISprite_SetFillOrigin) == 0x000001, "Wrong alignment on UISprite_SetFillOrigin"); \ +static_assert(sizeof(UISprite_SetFillOrigin) == 0x000001, "Wrong size on UISprite_SetFillOrigin"); \ +static_assert(offsetof(UISprite_SetFillOrigin, NewValue) == 0x000000, "Member 'UISprite_SetFillOrigin::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_SetSpriteType \ +static_assert(alignof(UISprite_SetSpriteType) == 0x000001, "Wrong alignment on UISprite_SetSpriteType"); \ +static_assert(sizeof(UISprite_SetSpriteType) == 0x000001, "Wrong size on UISprite_SetSpriteType"); \ +static_assert(offsetof(UISprite_SetSpriteType, NewType) == 0x000000, "Member 'UISprite_SetSpriteType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_GetFillAmount \ +static_assert(alignof(UISprite_GetFillAmount) == 0x000004, "Wrong alignment on UISprite_GetFillAmount"); \ +static_assert(sizeof(UISprite_GetFillAmount) == 0x000004, "Wrong size on UISprite_GetFillAmount"); \ +static_assert(offsetof(UISprite_GetFillAmount, ReturnValue) == 0x000000, "Member 'UISprite_GetFillAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_GetFillDirectionFlip \ +static_assert(alignof(UISprite_GetFillDirectionFlip) == 0x000001, "Wrong alignment on UISprite_GetFillDirectionFlip"); \ +static_assert(sizeof(UISprite_GetFillDirectionFlip) == 0x000001, "Wrong size on UISprite_GetFillDirectionFlip"); \ +static_assert(offsetof(UISprite_GetFillDirectionFlip, ReturnValue) == 0x000000, "Member 'UISprite_GetFillDirectionFlip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_GetFillMethod \ +static_assert(alignof(UISprite_GetFillMethod) == 0x000001, "Wrong alignment on UISprite_GetFillMethod"); \ +static_assert(sizeof(UISprite_GetFillMethod) == 0x000001, "Wrong size on UISprite_GetFillMethod"); \ +static_assert(offsetof(UISprite_GetFillMethod, ReturnValue) == 0x000000, "Member 'UISprite_GetFillMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_GetFillOrigin \ +static_assert(alignof(UISprite_GetFillOrigin) == 0x000001, "Wrong alignment on UISprite_GetFillOrigin"); \ +static_assert(sizeof(UISprite_GetFillOrigin) == 0x000001, "Wrong size on UISprite_GetFillOrigin"); \ +static_assert(offsetof(UISprite_GetFillOrigin, ReturnValue) == 0x000000, "Member 'UISprite_GetFillOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISprite_GetSpriteType \ +static_assert(alignof(UISprite_GetSpriteType) == 0x000001, "Wrong alignment on UISprite_GetSpriteType"); \ +static_assert(sizeof(UISprite_GetSpriteType) == 0x000001, "Wrong size on UISprite_GetSpriteType"); \ +static_assert(offsetof(UISprite_GetSpriteType, ReturnValue) == 0x000000, "Member 'UISprite_GetSpriteType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISprite \ +static_assert(alignof(UUISprite) == 0x000010, "Wrong alignment on UUISprite"); \ +static_assert(sizeof(UUISprite) == 0x000590, "Wrong size on UUISprite"); \ +static_assert(offsetof(UUISprite, Type) == 0x000578, "Member 'UUISprite::Type' has a wrong offset!"); \ +static_assert(offsetof(UUISprite, FillMethod) == 0x000579, "Member 'UUISprite::FillMethod' has a wrong offset!"); \ +static_assert(offsetof(UUISprite, fillOrigin) == 0x00057A, "Member 'UUISprite::fillOrigin' has a wrong offset!"); \ +static_assert(offsetof(UUISprite, fillDirectionFlip) == 0x00057B, "Member 'UUISprite::fillDirectionFlip' has a wrong offset!"); \ +static_assert(offsetof(UUISprite, fillAmount) == 0x00057C, "Member 'UUISprite::fillAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteActor_GetUISprite \ +static_assert(alignof(UISpriteActor_GetUISprite) == 0x000008, "Wrong alignment on UISpriteActor_GetUISprite"); \ +static_assert(sizeof(UISpriteActor_GetUISprite) == 0x000008, "Wrong size on UISpriteActor_GetUISprite"); \ +static_assert(offsetof(UISpriteActor_GetUISprite, ReturnValue) == 0x000000, "Member 'UISpriteActor_GetUISprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUISpriteActor \ +static_assert(alignof(AUISpriteActor) == 0x000008, "Wrong alignment on AUISpriteActor"); \ +static_assert(sizeof(AUISpriteActor) == 0x000298, "Wrong size on AUISpriteActor"); \ +static_assert(offsetof(AUISpriteActor, UISprite) == 0x000290, "Member 'AUISpriteActor::UISprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSequencePlayer_SetSnapSpriteSize \ +static_assert(alignof(UISpriteSequencePlayer_SetSnapSpriteSize) == 0x000001, "Wrong alignment on UISpriteSequencePlayer_SetSnapSpriteSize"); \ +static_assert(sizeof(UISpriteSequencePlayer_SetSnapSpriteSize) == 0x000001, "Wrong size on UISpriteSequencePlayer_SetSnapSpriteSize"); \ +static_assert(offsetof(UISpriteSequencePlayer_SetSnapSpriteSize, Value) == 0x000000, "Member 'UISpriteSequencePlayer_SetSnapSpriteSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSequencePlayer_SetSpriteSequence \ +static_assert(alignof(UISpriteSequencePlayer_SetSpriteSequence) == 0x000008, "Wrong alignment on UISpriteSequencePlayer_SetSpriteSequence"); \ +static_assert(sizeof(UISpriteSequencePlayer_SetSpriteSequence) == 0x000010, "Wrong size on UISpriteSequencePlayer_SetSpriteSequence"); \ +static_assert(offsetof(UISpriteSequencePlayer_SetSpriteSequence, Value) == 0x000000, "Member 'UISpriteSequencePlayer_SetSpriteSequence::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSequencePlayer_GetSnapSpriteSize \ +static_assert(alignof(UISpriteSequencePlayer_GetSnapSpriteSize) == 0x000001, "Wrong alignment on UISpriteSequencePlayer_GetSnapSpriteSize"); \ +static_assert(sizeof(UISpriteSequencePlayer_GetSnapSpriteSize) == 0x000001, "Wrong size on UISpriteSequencePlayer_GetSnapSpriteSize"); \ +static_assert(offsetof(UISpriteSequencePlayer_GetSnapSpriteSize, ReturnValue) == 0x000000, "Member 'UISpriteSequencePlayer_GetSnapSpriteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSequencePlayer_GetSpriteSequence \ +static_assert(alignof(UISpriteSequencePlayer_GetSpriteSequence) == 0x000008, "Wrong alignment on UISpriteSequencePlayer_GetSpriteSequence"); \ +static_assert(sizeof(UISpriteSequencePlayer_GetSpriteSequence) == 0x000010, "Wrong size on UISpriteSequencePlayer_GetSpriteSequence"); \ +static_assert(offsetof(UISpriteSequencePlayer_GetSpriteSequence, ReturnValue) == 0x000000, "Member 'UISpriteSequencePlayer_GetSpriteSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISpriteSequencePlayer \ +static_assert(alignof(UUISpriteSequencePlayer) == 0x000008, "Wrong alignment on UUISpriteSequencePlayer"); \ +static_assert(sizeof(UUISpriteSequencePlayer) == 0x0000E8, "Wrong size on UUISpriteSequencePlayer"); \ +static_assert(offsetof(UUISpriteSequencePlayer, Sprite) == 0x0000C8, "Member 'UUISpriteSequencePlayer::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UUISpriteSequencePlayer, spriteSequence) == 0x0000D0, "Member 'UUISpriteSequencePlayer::spriteSequence' has a wrong offset!"); \ +static_assert(offsetof(UUISpriteSequencePlayer, snapSpriteSize) == 0x0000E0, "Member 'UUISpriteSequencePlayer::snapSpriteSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSheetTexturePlayer_SetHeightCount \ +static_assert(alignof(UISpriteSheetTexturePlayer_SetHeightCount) == 0x000004, "Wrong alignment on UISpriteSheetTexturePlayer_SetHeightCount"); \ +static_assert(sizeof(UISpriteSheetTexturePlayer_SetHeightCount) == 0x000004, "Wrong size on UISpriteSheetTexturePlayer_SetHeightCount"); \ +static_assert(offsetof(UISpriteSheetTexturePlayer_SetHeightCount, Value) == 0x000000, "Member 'UISpriteSheetTexturePlayer_SetHeightCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSheetTexturePlayer_SetWidthCount \ +static_assert(alignof(UISpriteSheetTexturePlayer_SetWidthCount) == 0x000004, "Wrong alignment on UISpriteSheetTexturePlayer_SetWidthCount"); \ +static_assert(sizeof(UISpriteSheetTexturePlayer_SetWidthCount) == 0x000004, "Wrong size on UISpriteSheetTexturePlayer_SetWidthCount"); \ +static_assert(offsetof(UISpriteSheetTexturePlayer_SetWidthCount, Value) == 0x000000, "Member 'UISpriteSheetTexturePlayer_SetWidthCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSheetTexturePlayer_GetHeightCount \ +static_assert(alignof(UISpriteSheetTexturePlayer_GetHeightCount) == 0x000004, "Wrong alignment on UISpriteSheetTexturePlayer_GetHeightCount"); \ +static_assert(sizeof(UISpriteSheetTexturePlayer_GetHeightCount) == 0x000004, "Wrong size on UISpriteSheetTexturePlayer_GetHeightCount"); \ +static_assert(offsetof(UISpriteSheetTexturePlayer_GetHeightCount, ReturnValue) == 0x000000, "Member 'UISpriteSheetTexturePlayer_GetHeightCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISpriteSheetTexturePlayer_GetWidthCount \ +static_assert(alignof(UISpriteSheetTexturePlayer_GetWidthCount) == 0x000004, "Wrong alignment on UISpriteSheetTexturePlayer_GetWidthCount"); \ +static_assert(sizeof(UISpriteSheetTexturePlayer_GetWidthCount) == 0x000004, "Wrong size on UISpriteSheetTexturePlayer_GetWidthCount"); \ +static_assert(offsetof(UISpriteSheetTexturePlayer_GetWidthCount, ReturnValue) == 0x000000, "Member 'UISpriteSheetTexturePlayer_GetWidthCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUISpriteSheetTexturePlayer \ +static_assert(alignof(UUISpriteSheetTexturePlayer) == 0x000008, "Wrong alignment on UUISpriteSheetTexturePlayer"); \ +static_assert(sizeof(UUISpriteSheetTexturePlayer) == 0x0000E0, "Wrong size on UUISpriteSheetTexturePlayer"); \ +static_assert(offsetof(UUISpriteSheetTexturePlayer, Texture) == 0x0000C8, "Member 'UUISpriteSheetTexturePlayer::Texture' has a wrong offset!"); \ +static_assert(offsetof(UUISpriteSheetTexturePlayer, widthCount) == 0x0000D0, "Member 'UUISpriteSheetTexturePlayer::widthCount' has a wrong offset!"); \ +static_assert(offsetof(UUISpriteSheetTexturePlayer, heightCount) == 0x0000D4, "Member 'UUISpriteSheetTexturePlayer::heightCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULGUIStaticMeshCacheData \ +static_assert(alignof(ULGUIStaticMeshCacheData) == 0x000008, "Wrong alignment on ULGUIStaticMeshCacheData"); \ +static_assert(sizeof(ULGUIStaticMeshCacheData) == 0x000050, "Wrong size on ULGUIStaticMeshCacheData"); \ +static_assert(offsetof(ULGUIStaticMeshCacheData, VertexData) == 0x000028, "Member 'ULGUIStaticMeshCacheData::VertexData' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticMeshCacheData, IndexData) == 0x000038, "Member 'ULGUIStaticMeshCacheData::IndexData' has a wrong offset!"); \ +static_assert(offsetof(ULGUIStaticMeshCacheData, Material) == 0x000048, "Member 'ULGUIStaticMeshCacheData::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_GetOrCreateDynamicMaterialInstance \ +static_assert(alignof(UIStaticMesh_GetOrCreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on UIStaticMesh_GetOrCreateDynamicMaterialInstance"); \ +static_assert(sizeof(UIStaticMesh_GetOrCreateDynamicMaterialInstance) == 0x000008, "Wrong size on UIStaticMesh_GetOrCreateDynamicMaterialInstance"); \ +static_assert(offsetof(UIStaticMesh_GetOrCreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'UIStaticMesh_GetOrCreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_SetMesh \ +static_assert(alignof(UIStaticMesh_SetMesh) == 0x000008, "Wrong alignment on UIStaticMesh_SetMesh"); \ +static_assert(sizeof(UIStaticMesh_SetMesh) == 0x000008, "Wrong size on UIStaticMesh_SetMesh"); \ +static_assert(offsetof(UIStaticMesh_SetMesh, Value) == 0x000000, "Member 'UIStaticMesh_SetMesh::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_SetReplaceMaterial \ +static_assert(alignof(UIStaticMesh_SetReplaceMaterial) == 0x000008, "Wrong alignment on UIStaticMesh_SetReplaceMaterial"); \ +static_assert(sizeof(UIStaticMesh_SetReplaceMaterial) == 0x000008, "Wrong size on UIStaticMesh_SetReplaceMaterial"); \ +static_assert(offsetof(UIStaticMesh_SetReplaceMaterial, Value) == 0x000000, "Member 'UIStaticMesh_SetReplaceMaterial::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_SetVertexColorType \ +static_assert(alignof(UIStaticMesh_SetVertexColorType) == 0x000001, "Wrong alignment on UIStaticMesh_SetVertexColorType"); \ +static_assert(sizeof(UIStaticMesh_SetVertexColorType) == 0x000001, "Wrong size on UIStaticMesh_SetVertexColorType"); \ +static_assert(offsetof(UIStaticMesh_SetVertexColorType, Value) == 0x000000, "Member 'UIStaticMesh_SetVertexColorType::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_GetMeshCache \ +static_assert(alignof(UIStaticMesh_GetMeshCache) == 0x000008, "Wrong alignment on UIStaticMesh_GetMeshCache"); \ +static_assert(sizeof(UIStaticMesh_GetMeshCache) == 0x000008, "Wrong size on UIStaticMesh_GetMeshCache"); \ +static_assert(offsetof(UIStaticMesh_GetMeshCache, ReturnValue) == 0x000000, "Member 'UIStaticMesh_GetMeshCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_GetRenderMaterial \ +static_assert(alignof(UIStaticMesh_GetRenderMaterial) == 0x000008, "Wrong alignment on UIStaticMesh_GetRenderMaterial"); \ +static_assert(sizeof(UIStaticMesh_GetRenderMaterial) == 0x000008, "Wrong size on UIStaticMesh_GetRenderMaterial"); \ +static_assert(offsetof(UIStaticMesh_GetRenderMaterial, ReturnValue) == 0x000000, "Member 'UIStaticMesh_GetRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_GetReplaceMaterial \ +static_assert(alignof(UIStaticMesh_GetReplaceMaterial) == 0x000008, "Wrong alignment on UIStaticMesh_GetReplaceMaterial"); \ +static_assert(sizeof(UIStaticMesh_GetReplaceMaterial) == 0x000008, "Wrong size on UIStaticMesh_GetReplaceMaterial"); \ +static_assert(offsetof(UIStaticMesh_GetReplaceMaterial, ReturnValue) == 0x000000, "Member 'UIStaticMesh_GetReplaceMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMesh_GetVertexColorType \ +static_assert(alignof(UIStaticMesh_GetVertexColorType) == 0x000001, "Wrong alignment on UIStaticMesh_GetVertexColorType"); \ +static_assert(sizeof(UIStaticMesh_GetVertexColorType) == 0x000001, "Wrong size on UIStaticMesh_GetVertexColorType"); \ +static_assert(offsetof(UIStaticMesh_GetVertexColorType, ReturnValue) == 0x000000, "Member 'UIStaticMesh_GetVertexColorType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIStaticMesh \ +static_assert(alignof(UUIStaticMesh) == 0x000010, "Wrong alignment on UUIStaticMesh"); \ +static_assert(sizeof(UUIStaticMesh) == 0x000470, "Wrong size on UUIStaticMesh"); \ +static_assert(offsetof(UUIStaticMesh, meshCache) == 0x000450, "Member 'UUIStaticMesh::meshCache' has a wrong offset!"); \ +static_assert(offsetof(UUIStaticMesh, vertexColorType) == 0x000458, "Member 'UUIStaticMesh::vertexColorType' has a wrong offset!"); \ +static_assert(offsetof(UUIStaticMesh, ReplaceMaterial) == 0x000460, "Member 'UUIStaticMesh::ReplaceMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIStaticMeshActor_GetUIStaticMesh \ +static_assert(alignof(UIStaticMeshActor_GetUIStaticMesh) == 0x000008, "Wrong alignment on UIStaticMeshActor_GetUIStaticMesh"); \ +static_assert(sizeof(UIStaticMeshActor_GetUIStaticMesh) == 0x000008, "Wrong size on UIStaticMeshActor_GetUIStaticMesh"); \ +static_assert(offsetof(UIStaticMeshActor_GetUIStaticMesh, ReturnValue) == 0x000000, "Member 'UIStaticMeshActor_GetUIStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIStaticMeshActor \ +static_assert(alignof(AUIStaticMeshActor) == 0x000008, "Wrong alignment on AUIStaticMeshActor"); \ +static_assert(sizeof(AUIStaticMeshActor) == 0x000298, "Wrong size on AUIStaticMeshActor"); \ +static_assert(offsetof(AUIStaticMeshActor, UIStaticMesh) == 0x000290, "Member 'AUIStaticMeshActor::UIStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRealSize \ +static_assert(alignof(UIText_GetRealSize) == 0x000008, "Wrong alignment on UIText_GetRealSize"); \ +static_assert(sizeof(UIText_GetRealSize) == 0x000010, "Wrong size on UIText_GetRealSize"); \ +static_assert(offsetof(UIText_GetRealSize, ReturnValue) == 0x000000, "Member 'UIText_GetRealSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetAdjustHeight \ +static_assert(alignof(UIText_SetAdjustHeight) == 0x000001, "Wrong alignment on UIText_SetAdjustHeight"); \ +static_assert(sizeof(UIText_SetAdjustHeight) == 0x000001, "Wrong size on UIText_SetAdjustHeight"); \ +static_assert(offsetof(UIText_SetAdjustHeight, newAdjustHeight) == 0x000000, "Member 'UIText_SetAdjustHeight::newAdjustHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetAdjustWidth \ +static_assert(alignof(UIText_SetAdjustWidth) == 0x000001, "Wrong alignment on UIText_SetAdjustWidth"); \ +static_assert(sizeof(UIText_SetAdjustWidth) == 0x000001, "Wrong size on UIText_SetAdjustWidth"); \ +static_assert(offsetof(UIText_SetAdjustWidth, newAdjustWidth) == 0x000000, "Member 'UIText_SetAdjustWidth::newAdjustWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetFont \ +static_assert(alignof(UIText_SetFont) == 0x000008, "Wrong alignment on UIText_SetFont"); \ +static_assert(sizeof(UIText_SetFont) == 0x000008, "Wrong size on UIText_SetFont"); \ +static_assert(offsetof(UIText_SetFont, newFont) == 0x000000, "Member 'UIText_SetFont::newFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetFontSize \ +static_assert(alignof(UIText_SetFontSize) == 0x000004, "Wrong alignment on UIText_SetFontSize"); \ +static_assert(sizeof(UIText_SetFontSize) == 0x000004, "Wrong size on UIText_SetFontSize"); \ +static_assert(offsetof(UIText_SetFontSize, NewSize) == 0x000000, "Member 'UIText_SetFontSize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetFontSpace \ +static_assert(alignof(UIText_SetFontSpace) == 0x000008, "Wrong alignment on UIText_SetFontSpace"); \ +static_assert(sizeof(UIText_SetFontSpace) == 0x000010, "Wrong size on UIText_SetFontSpace"); \ +static_assert(offsetof(UIText_SetFontSpace, NewSpace) == 0x000000, "Member 'UIText_SetFontSpace::NewSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetFontStyle \ +static_assert(alignof(UIText_SetFontStyle) == 0x000001, "Wrong alignment on UIText_SetFontStyle"); \ +static_assert(sizeof(UIText_SetFontStyle) == 0x000001, "Wrong size on UIText_SetFontStyle"); \ +static_assert(offsetof(UIText_SetFontStyle, newFontStyle) == 0x000000, "Member 'UIText_SetFontStyle::newFontStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetMaxHorizontalWidth \ +static_assert(alignof(UIText_SetMaxHorizontalWidth) == 0x000004, "Wrong alignment on UIText_SetMaxHorizontalWidth"); \ +static_assert(sizeof(UIText_SetMaxHorizontalWidth) == 0x000004, "Wrong size on UIText_SetMaxHorizontalWidth"); \ +static_assert(offsetof(UIText_SetMaxHorizontalWidth, Value) == 0x000000, "Member 'UIText_SetMaxHorizontalWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetOverflowType \ +static_assert(alignof(UIText_SetOverflowType) == 0x000001, "Wrong alignment on UIText_SetOverflowType"); \ +static_assert(sizeof(UIText_SetOverflowType) == 0x000001, "Wrong size on UIText_SetOverflowType"); \ +static_assert(offsetof(UIText_SetOverflowType, newOverflowType) == 0x000000, "Member 'UIText_SetOverflowType::newOverflowType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetParagraphHorizontalAlignment \ +static_assert(alignof(UIText_SetParagraphHorizontalAlignment) == 0x000001, "Wrong alignment on UIText_SetParagraphHorizontalAlignment"); \ +static_assert(sizeof(UIText_SetParagraphHorizontalAlignment) == 0x000001, "Wrong size on UIText_SetParagraphHorizontalAlignment"); \ +static_assert(offsetof(UIText_SetParagraphHorizontalAlignment, newHAlign) == 0x000000, "Member 'UIText_SetParagraphHorizontalAlignment::newHAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetParagraphVerticalAlignment \ +static_assert(alignof(UIText_SetParagraphVerticalAlignment) == 0x000001, "Wrong alignment on UIText_SetParagraphVerticalAlignment"); \ +static_assert(sizeof(UIText_SetParagraphVerticalAlignment) == 0x000001, "Wrong size on UIText_SetParagraphVerticalAlignment"); \ +static_assert(offsetof(UIText_SetParagraphVerticalAlignment, newVAlign) == 0x000000, "Member 'UIText_SetParagraphVerticalAlignment::newVAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetRichText \ +static_assert(alignof(UIText_SetRichText) == 0x000001, "Wrong alignment on UIText_SetRichText"); \ +static_assert(sizeof(UIText_SetRichText) == 0x000001, "Wrong size on UIText_SetRichText"); \ +static_assert(offsetof(UIText_SetRichText, newRichText) == 0x000000, "Member 'UIText_SetRichText::newRichText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetRichTextCustomStyleData \ +static_assert(alignof(UIText_SetRichTextCustomStyleData) == 0x000008, "Wrong alignment on UIText_SetRichTextCustomStyleData"); \ +static_assert(sizeof(UIText_SetRichTextCustomStyleData) == 0x000008, "Wrong size on UIText_SetRichTextCustomStyleData"); \ +static_assert(offsetof(UIText_SetRichTextCustomStyleData, Value) == 0x000000, "Member 'UIText_SetRichTextCustomStyleData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetRichTextImageData \ +static_assert(alignof(UIText_SetRichTextImageData) == 0x000008, "Wrong alignment on UIText_SetRichTextImageData"); \ +static_assert(sizeof(UIText_SetRichTextImageData) == 0x000008, "Wrong size on UIText_SetRichTextImageData"); \ +static_assert(offsetof(UIText_SetRichTextImageData, Value) == 0x000000, "Member 'UIText_SetRichTextImageData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetRichTextTagFilterFlags \ +static_assert(alignof(UIText_SetRichTextTagFilterFlags) == 0x000004, "Wrong alignment on UIText_SetRichTextTagFilterFlags"); \ +static_assert(sizeof(UIText_SetRichTextTagFilterFlags) == 0x000004, "Wrong size on UIText_SetRichTextTagFilterFlags"); \ +static_assert(offsetof(UIText_SetRichTextTagFilterFlags, Value) == 0x000000, "Member 'UIText_SetRichTextTagFilterFlags::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetText \ +static_assert(alignof(UIText_SetText) == 0x000008, "Wrong alignment on UIText_SetText"); \ +static_assert(sizeof(UIText_SetText) == 0x000010, "Wrong size on UIText_SetText"); \ +static_assert(offsetof(UIText_SetText, newText) == 0x000000, "Member 'UIText_SetText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_SetUseKerning \ +static_assert(alignof(UIText_SetUseKerning) == 0x000001, "Wrong alignment on UIText_SetUseKerning"); \ +static_assert(sizeof(UIText_SetUseKerning) == 0x000001, "Wrong size on UIText_SetUseKerning"); \ +static_assert(offsetof(UIText_SetUseKerning, Value) == 0x000000, "Member 'UIText_SetUseKerning::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetAdjustHeight \ +static_assert(alignof(UIText_GetAdjustHeight) == 0x000001, "Wrong alignment on UIText_GetAdjustHeight"); \ +static_assert(sizeof(UIText_GetAdjustHeight) == 0x000001, "Wrong size on UIText_GetAdjustHeight"); \ +static_assert(offsetof(UIText_GetAdjustHeight, ReturnValue) == 0x000000, "Member 'UIText_GetAdjustHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetAdjustHeightRange \ +static_assert(alignof(UIText_GetAdjustHeightRange) == 0x000008, "Wrong alignment on UIText_GetAdjustHeightRange"); \ +static_assert(sizeof(UIText_GetAdjustHeightRange) == 0x000010, "Wrong size on UIText_GetAdjustHeightRange"); \ +static_assert(offsetof(UIText_GetAdjustHeightRange, ReturnValue) == 0x000000, "Member 'UIText_GetAdjustHeightRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetAdjustWidth \ +static_assert(alignof(UIText_GetAdjustWidth) == 0x000001, "Wrong alignment on UIText_GetAdjustWidth"); \ +static_assert(sizeof(UIText_GetAdjustWidth) == 0x000001, "Wrong size on UIText_GetAdjustWidth"); \ +static_assert(offsetof(UIText_GetAdjustWidth, ReturnValue) == 0x000000, "Member 'UIText_GetAdjustWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetAdjustWidthRange \ +static_assert(alignof(UIText_GetAdjustWidthRange) == 0x000008, "Wrong alignment on UIText_GetAdjustWidthRange"); \ +static_assert(sizeof(UIText_GetAdjustWidthRange) == 0x000010, "Wrong size on UIText_GetAdjustWidthRange"); \ +static_assert(offsetof(UIText_GetAdjustWidthRange, ReturnValue) == 0x000000, "Member 'UIText_GetAdjustWidthRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetCharPropertyArray \ +static_assert(alignof(UIText_GetCharPropertyArray) == 0x000008, "Wrong alignment on UIText_GetCharPropertyArray"); \ +static_assert(sizeof(UIText_GetCharPropertyArray) == 0x000010, "Wrong size on UIText_GetCharPropertyArray"); \ +static_assert(offsetof(UIText_GetCharPropertyArray, ReturnValue) == 0x000000, "Member 'UIText_GetCharPropertyArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetFont \ +static_assert(alignof(UIText_GetFont) == 0x000008, "Wrong alignment on UIText_GetFont"); \ +static_assert(sizeof(UIText_GetFont) == 0x000008, "Wrong size on UIText_GetFont"); \ +static_assert(offsetof(UIText_GetFont, ReturnValue) == 0x000000, "Member 'UIText_GetFont::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetFontSize \ +static_assert(alignof(UIText_GetFontSize) == 0x000004, "Wrong alignment on UIText_GetFontSize"); \ +static_assert(sizeof(UIText_GetFontSize) == 0x000004, "Wrong size on UIText_GetFontSize"); \ +static_assert(offsetof(UIText_GetFontSize, ReturnValue) == 0x000000, "Member 'UIText_GetFontSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetFontSpace \ +static_assert(alignof(UIText_GetFontSpace) == 0x000008, "Wrong alignment on UIText_GetFontSpace"); \ +static_assert(sizeof(UIText_GetFontSpace) == 0x000010, "Wrong size on UIText_GetFontSpace"); \ +static_assert(offsetof(UIText_GetFontSpace, ReturnValue) == 0x000000, "Member 'UIText_GetFontSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetFontStyle \ +static_assert(alignof(UIText_GetFontStyle) == 0x000001, "Wrong alignment on UIText_GetFontStyle"); \ +static_assert(sizeof(UIText_GetFontStyle) == 0x000001, "Wrong size on UIText_GetFontStyle"); \ +static_assert(offsetof(UIText_GetFontStyle, ReturnValue) == 0x000000, "Member 'UIText_GetFontStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetMaxHorizontalWidth \ +static_assert(alignof(UIText_GetMaxHorizontalWidth) == 0x000004, "Wrong alignment on UIText_GetMaxHorizontalWidth"); \ +static_assert(sizeof(UIText_GetMaxHorizontalWidth) == 0x000004, "Wrong size on UIText_GetMaxHorizontalWidth"); \ +static_assert(offsetof(UIText_GetMaxHorizontalWidth, ReturnValue) == 0x000000, "Member 'UIText_GetMaxHorizontalWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetOverflowType \ +static_assert(alignof(UIText_GetOverflowType) == 0x000001, "Wrong alignment on UIText_GetOverflowType"); \ +static_assert(sizeof(UIText_GetOverflowType) == 0x000001, "Wrong size on UIText_GetOverflowType"); \ +static_assert(offsetof(UIText_GetOverflowType, ReturnValue) == 0x000000, "Member 'UIText_GetOverflowType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetParagraphHorizontalAlignment \ +static_assert(alignof(UIText_GetParagraphHorizontalAlignment) == 0x000001, "Wrong alignment on UIText_GetParagraphHorizontalAlignment"); \ +static_assert(sizeof(UIText_GetParagraphHorizontalAlignment) == 0x000001, "Wrong size on UIText_GetParagraphHorizontalAlignment"); \ +static_assert(offsetof(UIText_GetParagraphHorizontalAlignment, ReturnValue) == 0x000000, "Member 'UIText_GetParagraphHorizontalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetParagraphVerticalAlignment \ +static_assert(alignof(UIText_GetParagraphVerticalAlignment) == 0x000001, "Wrong alignment on UIText_GetParagraphVerticalAlignment"); \ +static_assert(sizeof(UIText_GetParagraphVerticalAlignment) == 0x000001, "Wrong size on UIText_GetParagraphVerticalAlignment"); \ +static_assert(offsetof(UIText_GetParagraphVerticalAlignment, ReturnValue) == 0x000000, "Member 'UIText_GetParagraphVerticalAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichText \ +static_assert(alignof(UIText_GetRichText) == 0x000001, "Wrong alignment on UIText_GetRichText"); \ +static_assert(sizeof(UIText_GetRichText) == 0x000001, "Wrong size on UIText_GetRichText"); \ +static_assert(offsetof(UIText_GetRichText, ReturnValue) == 0x000000, "Member 'UIText_GetRichText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichTextCustomStyleData \ +static_assert(alignof(UIText_GetRichTextCustomStyleData) == 0x000008, "Wrong alignment on UIText_GetRichTextCustomStyleData"); \ +static_assert(sizeof(UIText_GetRichTextCustomStyleData) == 0x000008, "Wrong size on UIText_GetRichTextCustomStyleData"); \ +static_assert(offsetof(UIText_GetRichTextCustomStyleData, ReturnValue) == 0x000000, "Member 'UIText_GetRichTextCustomStyleData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichTextCustomTagArray \ +static_assert(alignof(UIText_GetRichTextCustomTagArray) == 0x000008, "Wrong alignment on UIText_GetRichTextCustomTagArray"); \ +static_assert(sizeof(UIText_GetRichTextCustomTagArray) == 0x000010, "Wrong size on UIText_GetRichTextCustomTagArray"); \ +static_assert(offsetof(UIText_GetRichTextCustomTagArray, ReturnValue) == 0x000000, "Member 'UIText_GetRichTextCustomTagArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichTextImageData \ +static_assert(alignof(UIText_GetRichTextImageData) == 0x000008, "Wrong alignment on UIText_GetRichTextImageData"); \ +static_assert(sizeof(UIText_GetRichTextImageData) == 0x000008, "Wrong size on UIText_GetRichTextImageData"); \ +static_assert(offsetof(UIText_GetRichTextImageData, ReturnValue) == 0x000000, "Member 'UIText_GetRichTextImageData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichTextImageTagArray \ +static_assert(alignof(UIText_GetRichTextImageTagArray) == 0x000008, "Wrong alignment on UIText_GetRichTextImageTagArray"); \ +static_assert(sizeof(UIText_GetRichTextImageTagArray) == 0x000010, "Wrong size on UIText_GetRichTextImageTagArray"); \ +static_assert(offsetof(UIText_GetRichTextImageTagArray, ReturnValue) == 0x000000, "Member 'UIText_GetRichTextImageTagArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetRichTextTagFilterFlags \ +static_assert(alignof(UIText_GetRichTextTagFilterFlags) == 0x000004, "Wrong alignment on UIText_GetRichTextTagFilterFlags"); \ +static_assert(sizeof(UIText_GetRichTextTagFilterFlags) == 0x000004, "Wrong size on UIText_GetRichTextTagFilterFlags"); \ +static_assert(offsetof(UIText_GetRichTextTagFilterFlags, ReturnValue) == 0x000000, "Member 'UIText_GetRichTextTagFilterFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetSize \ +static_assert(alignof(UIText_GetSize) == 0x000004, "Wrong alignment on UIText_GetSize"); \ +static_assert(sizeof(UIText_GetSize) == 0x000004, "Wrong size on UIText_GetSize"); \ +static_assert(offsetof(UIText_GetSize, ReturnValue) == 0x000000, "Member 'UIText_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetText \ +static_assert(alignof(UIText_GetText) == 0x000008, "Wrong alignment on UIText_GetText"); \ +static_assert(sizeof(UIText_GetText) == 0x000010, "Wrong size on UIText_GetText"); \ +static_assert(offsetof(UIText_GetText, ReturnValue) == 0x000000, "Member 'UIText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetTextRealSize \ +static_assert(alignof(UIText_GetTextRealSize) == 0x000008, "Wrong alignment on UIText_GetTextRealSize"); \ +static_assert(sizeof(UIText_GetTextRealSize) == 0x000010, "Wrong size on UIText_GetTextRealSize"); \ +static_assert(offsetof(UIText_GetTextRealSize, ReturnValue) == 0x000000, "Member 'UIText_GetTextRealSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetUseKerning \ +static_assert(alignof(UIText_GetUseKerning) == 0x000001, "Wrong alignment on UIText_GetUseKerning"); \ +static_assert(sizeof(UIText_GetUseKerning) == 0x000001, "Wrong size on UIText_GetUseKerning"); \ +static_assert(offsetof(UIText_GetUseKerning, ReturnValue) == 0x000000, "Member 'UIText_GetUseKerning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIText_GetVisibleCharCount \ +static_assert(alignof(UIText_GetVisibleCharCount) == 0x000004, "Wrong alignment on UIText_GetVisibleCharCount"); \ +static_assert(sizeof(UIText_GetVisibleCharCount) == 0x000004, "Wrong size on UIText_GetVisibleCharCount"); \ +static_assert(offsetof(UIText_GetVisibleCharCount, ReturnValue) == 0x000000, "Member 'UIText_GetVisibleCharCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIText \ +static_assert(alignof(UUIText) == 0x000010, "Wrong alignment on UUIText"); \ +static_assert(sizeof(UUIText) == 0x0006D0, "Wrong size on UUIText"); \ +static_assert(offsetof(UUIText, Font) == 0x000580, "Member 'UUIText::Font' has a wrong offset!"); \ +static_assert(offsetof(UUIText, Text) == 0x000588, "Member 'UUIText::Text' has a wrong offset!"); \ +static_assert(offsetof(UUIText, Size) == 0x000598, "Member 'UUIText::Size' has a wrong offset!"); \ +static_assert(offsetof(UUIText, useKerning) == 0x00059C, "Member 'UUIText::useKerning' has a wrong offset!"); \ +static_assert(offsetof(UUIText, Space) == 0x0005A0, "Member 'UUIText::Space' has a wrong offset!"); \ +static_assert(offsetof(UUIText, HAlign) == 0x0005B0, "Member 'UUIText::HAlign' has a wrong offset!"); \ +static_assert(offsetof(UUIText, VAlign) == 0x0005B1, "Member 'UUIText::VAlign' has a wrong offset!"); \ +static_assert(offsetof(UUIText, overflowType) == 0x0005B2, "Member 'UUIText::overflowType' has a wrong offset!"); \ +static_assert(offsetof(UUIText, adjustWidth) == 0x0005B3, "Member 'UUIText::adjustWidth' has a wrong offset!"); \ +static_assert(offsetof(UUIText, adjustWidthRange) == 0x0005B8, "Member 'UUIText::adjustWidthRange' has a wrong offset!"); \ +static_assert(offsetof(UUIText, adjustHeight) == 0x0005C8, "Member 'UUIText::adjustHeight' has a wrong offset!"); \ +static_assert(offsetof(UUIText, adjustHeightRange) == 0x0005D0, "Member 'UUIText::adjustHeightRange' has a wrong offset!"); \ +static_assert(offsetof(UUIText, maxHorizontalWidth) == 0x0005E0, "Member 'UUIText::maxHorizontalWidth' has a wrong offset!"); \ +static_assert(offsetof(UUIText, fontStyle) == 0x0005E4, "Member 'UUIText::fontStyle' has a wrong offset!"); \ +static_assert(offsetof(UUIText, richText) == 0x0005E5, "Member 'UUIText::richText' has a wrong offset!"); \ +static_assert(offsetof(UUIText, richTextTagFilterFlags) == 0x0005E8, "Member 'UUIText::richTextTagFilterFlags' has a wrong offset!"); \ +static_assert(offsetof(UUIText, richTextCustomStyleData) == 0x0005F0, "Member 'UUIText::richTextCustomStyleData' has a wrong offset!"); \ +static_assert(offsetof(UUIText, richTextImageData) == 0x0005F8, "Member 'UUIText::richTextImageData' has a wrong offset!"); \ +static_assert(offsetof(UUIText, createdRichTextImageObjectArray) == 0x000600, "Member 'UUIText::createdRichTextImageObjectArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextActor_GetUIText \ +static_assert(alignof(UITextActor_GetUIText) == 0x000008, "Wrong alignment on UITextActor_GetUIText"); \ +static_assert(sizeof(UITextActor_GetUIText) == 0x000008, "Wrong size on UITextActor_GetUIText"); \ +static_assert(offsetof(UITextActor_GetUIText, ReturnValue) == 0x000000, "Member 'UITextActor_GetUIText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUITextActor \ +static_assert(alignof(AUITextActor) == 0x000008, "Wrong alignment on AUITextActor"); \ +static_assert(sizeof(AUITextActor) == 0x000298, "Wrong size on AUITextActor"); \ +static_assert(offsetof(AUITextActor, UIText) == 0x000290, "Member 'AUITextActor::UIText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputCustomValidation_ReceiveOnValidateInput \ +static_assert(alignof(UITextInputCustomValidation_ReceiveOnValidateInput) == 0x000008, "Wrong alignment on UITextInputCustomValidation_ReceiveOnValidateInput"); \ +static_assert(sizeof(UITextInputCustomValidation_ReceiveOnValidateInput) == 0x000020, "Wrong size on UITextInputCustomValidation_ReceiveOnValidateInput"); \ +static_assert(offsetof(UITextInputCustomValidation_ReceiveOnValidateInput, InTextInput) == 0x000000, "Member 'UITextInputCustomValidation_ReceiveOnValidateInput::InTextInput' has a wrong offset!"); \ +static_assert(offsetof(UITextInputCustomValidation_ReceiveOnValidateInput, InString) == 0x000008, "Member 'UITextInputCustomValidation_ReceiveOnValidateInput::InString' has a wrong offset!"); \ +static_assert(offsetof(UITextInputCustomValidation_ReceiveOnValidateInput, InIndexOfInsertedChar) == 0x000018, "Member 'UITextInputCustomValidation_ReceiveOnValidateInput::InIndexOfInsertedChar' has a wrong offset!"); \ +static_assert(offsetof(UITextInputCustomValidation_ReceiveOnValidateInput, ReturnValue) == 0x00001C, "Member 'UITextInputCustomValidation_ReceiveOnValidateInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUITextInputCustomValidation \ +static_assert(alignof(UUITextInputCustomValidation) == 0x000008, "Wrong alignment on UUITextInputCustomValidation"); \ +static_assert(sizeof(UUITextInputCustomValidation) == 0x000030, "Wrong size on UUITextInputCustomValidation"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_ActivateInput \ +static_assert(alignof(UITextInputComponent_ActivateInput) == 0x000008, "Wrong alignment on UITextInputComponent_ActivateInput"); \ +static_assert(sizeof(UITextInputComponent_ActivateInput) == 0x000008, "Wrong size on UITextInputComponent_ActivateInput"); \ +static_assert(offsetof(UITextInputComponent_ActivateInput, EventData) == 0x000000, "Member 'UITextInputComponent_ActivateInput::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_DeactivateInput \ +static_assert(alignof(UITextInputComponent_DeactivateInput) == 0x000001, "Wrong alignment on UITextInputComponent_DeactivateInput"); \ +static_assert(sizeof(UITextInputComponent_DeactivateInput) == 0x000001, "Wrong size on UITextInputComponent_DeactivateInput"); \ +static_assert(offsetof(UITextInputComponent_DeactivateInput, InFireEvent) == 0x000000, "Member 'UITextInputComponent_DeactivateInput::InFireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_RegisterInputActivateEvent \ +static_assert(alignof(UITextInputComponent_RegisterInputActivateEvent) == 0x000008, "Wrong alignment on UITextInputComponent_RegisterInputActivateEvent"); \ +static_assert(sizeof(UITextInputComponent_RegisterInputActivateEvent) == 0x000018, "Wrong size on UITextInputComponent_RegisterInputActivateEvent"); \ +static_assert(offsetof(UITextInputComponent_RegisterInputActivateEvent, InDelegate) == 0x000000, "Member 'UITextInputComponent_RegisterInputActivateEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_RegisterInputActivateEvent, ReturnValue) == 0x000010, "Member 'UITextInputComponent_RegisterInputActivateEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_RegisterSubmitEvent \ +static_assert(alignof(UITextInputComponent_RegisterSubmitEvent) == 0x000008, "Wrong alignment on UITextInputComponent_RegisterSubmitEvent"); \ +static_assert(sizeof(UITextInputComponent_RegisterSubmitEvent) == 0x000018, "Wrong size on UITextInputComponent_RegisterSubmitEvent"); \ +static_assert(offsetof(UITextInputComponent_RegisterSubmitEvent, InDelegate) == 0x000000, "Member 'UITextInputComponent_RegisterSubmitEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_RegisterSubmitEvent, ReturnValue) == 0x000010, "Member 'UITextInputComponent_RegisterSubmitEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_RegisterValueChangeEvent \ +static_assert(alignof(UITextInputComponent_RegisterValueChangeEvent) == 0x000008, "Wrong alignment on UITextInputComponent_RegisterValueChangeEvent"); \ +static_assert(sizeof(UITextInputComponent_RegisterValueChangeEvent) == 0x000018, "Wrong size on UITextInputComponent_RegisterValueChangeEvent"); \ +static_assert(offsetof(UITextInputComponent_RegisterValueChangeEvent, InDelegate) == 0x000000, "Member 'UITextInputComponent_RegisterValueChangeEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_RegisterValueChangeEvent, ReturnValue) == 0x000010, "Member 'UITextInputComponent_RegisterValueChangeEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetAllowMultiLine \ +static_assert(alignof(UITextInputComponent_SetAllowMultiLine) == 0x000001, "Wrong alignment on UITextInputComponent_SetAllowMultiLine"); \ +static_assert(sizeof(UITextInputComponent_SetAllowMultiLine) == 0x000001, "Wrong size on UITextInputComponent_SetAllowMultiLine"); \ +static_assert(offsetof(UITextInputComponent_SetAllowMultiLine, Value) == 0x000000, "Member 'UITextInputComponent_SetAllowMultiLine::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetAutoActivateInputWhenNavigateIn \ +static_assert(alignof(UITextInputComponent_SetAutoActivateInputWhenNavigateIn) == 0x000001, "Wrong alignment on UITextInputComponent_SetAutoActivateInputWhenNavigateIn"); \ +static_assert(sizeof(UITextInputComponent_SetAutoActivateInputWhenNavigateIn) == 0x000001, "Wrong size on UITextInputComponent_SetAutoActivateInputWhenNavigateIn"); \ +static_assert(offsetof(UITextInputComponent_SetAutoActivateInputWhenNavigateIn, Value) == 0x000000, "Member 'UITextInputComponent_SetAutoActivateInputWhenNavigateIn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetCaretBlinkRate \ +static_assert(alignof(UITextInputComponent_SetCaretBlinkRate) == 0x000004, "Wrong alignment on UITextInputComponent_SetCaretBlinkRate"); \ +static_assert(sizeof(UITextInputComponent_SetCaretBlinkRate) == 0x000004, "Wrong size on UITextInputComponent_SetCaretBlinkRate"); \ +static_assert(offsetof(UITextInputComponent_SetCaretBlinkRate, Value) == 0x000000, "Member 'UITextInputComponent_SetCaretBlinkRate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetCaretColor \ +static_assert(alignof(UITextInputComponent_SetCaretColor) == 0x000004, "Wrong alignment on UITextInputComponent_SetCaretColor"); \ +static_assert(sizeof(UITextInputComponent_SetCaretColor) == 0x000004, "Wrong size on UITextInputComponent_SetCaretColor"); \ +static_assert(offsetof(UITextInputComponent_SetCaretColor, Value) == 0x000000, "Member 'UITextInputComponent_SetCaretColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetCaretWidth \ +static_assert(alignof(UITextInputComponent_SetCaretWidth) == 0x000004, "Wrong alignment on UITextInputComponent_SetCaretWidth"); \ +static_assert(sizeof(UITextInputComponent_SetCaretWidth) == 0x000004, "Wrong size on UITextInputComponent_SetCaretWidth"); \ +static_assert(offsetof(UITextInputComponent_SetCaretWidth, Value) == 0x000000, "Member 'UITextInputComponent_SetCaretWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetCustomInputTypeFunction \ +static_assert(alignof(UITextInputComponent_SetCustomInputTypeFunction) == 0x000004, "Wrong alignment on UITextInputComponent_SetCustomInputTypeFunction"); \ +static_assert(sizeof(UITextInputComponent_SetCustomInputTypeFunction) == 0x000010, "Wrong size on UITextInputComponent_SetCustomInputTypeFunction"); \ +static_assert(offsetof(UITextInputComponent_SetCustomInputTypeFunction, InFunction) == 0x000000, "Member 'UITextInputComponent_SetCustomInputTypeFunction::InFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetCustomValidation \ +static_assert(alignof(UITextInputComponent_SetCustomValidation) == 0x000008, "Wrong alignment on UITextInputComponent_SetCustomValidation"); \ +static_assert(sizeof(UITextInputComponent_SetCustomValidation) == 0x000008, "Wrong size on UITextInputComponent_SetCustomValidation"); \ +static_assert(offsetof(UITextInputComponent_SetCustomValidation, Value) == 0x000000, "Member 'UITextInputComponent_SetCustomValidation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetDisplayType \ +static_assert(alignof(UITextInputComponent_SetDisplayType) == 0x000001, "Wrong alignment on UITextInputComponent_SetDisplayType"); \ +static_assert(sizeof(UITextInputComponent_SetDisplayType) == 0x000001, "Wrong size on UITextInputComponent_SetDisplayType"); \ +static_assert(offsetof(UITextInputComponent_SetDisplayType, NewValue) == 0x000000, "Member 'UITextInputComponent_SetDisplayType::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetIgnoreKeys \ +static_assert(alignof(UITextInputComponent_SetIgnoreKeys) == 0x000008, "Wrong alignment on UITextInputComponent_SetIgnoreKeys"); \ +static_assert(sizeof(UITextInputComponent_SetIgnoreKeys) == 0x000010, "Wrong size on UITextInputComponent_SetIgnoreKeys"); \ +static_assert(offsetof(UITextInputComponent_SetIgnoreKeys, Value) == 0x000000, "Member 'UITextInputComponent_SetIgnoreKeys::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetInputType \ +static_assert(alignof(UITextInputComponent_SetInputType) == 0x000001, "Wrong alignment on UITextInputComponent_SetInputType"); \ +static_assert(sizeof(UITextInputComponent_SetInputType) == 0x000001, "Wrong size on UITextInputComponent_SetInputType"); \ +static_assert(offsetof(UITextInputComponent_SetInputType, NewValue) == 0x000000, "Member 'UITextInputComponent_SetInputType::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetMultiLineSubmitFunctionKeys \ +static_assert(alignof(UITextInputComponent_SetMultiLineSubmitFunctionKeys) == 0x000008, "Wrong alignment on UITextInputComponent_SetMultiLineSubmitFunctionKeys"); \ +static_assert(sizeof(UITextInputComponent_SetMultiLineSubmitFunctionKeys) == 0x000010, "Wrong size on UITextInputComponent_SetMultiLineSubmitFunctionKeys"); \ +static_assert(offsetof(UITextInputComponent_SetMultiLineSubmitFunctionKeys, Value) == 0x000000, "Member 'UITextInputComponent_SetMultiLineSubmitFunctionKeys::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetPasswordChar \ +static_assert(alignof(UITextInputComponent_SetPasswordChar) == 0x000008, "Wrong alignment on UITextInputComponent_SetPasswordChar"); \ +static_assert(sizeof(UITextInputComponent_SetPasswordChar) == 0x000010, "Wrong size on UITextInputComponent_SetPasswordChar"); \ +static_assert(offsetof(UITextInputComponent_SetPasswordChar, Value) == 0x000000, "Member 'UITextInputComponent_SetPasswordChar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetPlaceHolderActor \ +static_assert(alignof(UITextInputComponent_SetPlaceHolderActor) == 0x000008, "Wrong alignment on UITextInputComponent_SetPlaceHolderActor"); \ +static_assert(sizeof(UITextInputComponent_SetPlaceHolderActor) == 0x000008, "Wrong size on UITextInputComponent_SetPlaceHolderActor"); \ +static_assert(offsetof(UITextInputComponent_SetPlaceHolderActor, Value) == 0x000000, "Member 'UITextInputComponent_SetPlaceHolderActor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetReadOnly \ +static_assert(alignof(UITextInputComponent_SetReadOnly) == 0x000001, "Wrong alignment on UITextInputComponent_SetReadOnly"); \ +static_assert(sizeof(UITextInputComponent_SetReadOnly) == 0x000001, "Wrong size on UITextInputComponent_SetReadOnly"); \ +static_assert(offsetof(UITextInputComponent_SetReadOnly, Value) == 0x000000, "Member 'UITextInputComponent_SetReadOnly::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetSelectionColor \ +static_assert(alignof(UITextInputComponent_SetSelectionColor) == 0x000004, "Wrong alignment on UITextInputComponent_SetSelectionColor"); \ +static_assert(sizeof(UITextInputComponent_SetSelectionColor) == 0x000004, "Wrong size on UITextInputComponent_SetSelectionColor"); \ +static_assert(offsetof(UITextInputComponent_SetSelectionColor, Value) == 0x000000, "Member 'UITextInputComponent_SetSelectionColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetText \ +static_assert(alignof(UITextInputComponent_SetText) == 0x000008, "Wrong alignment on UITextInputComponent_SetText"); \ +static_assert(sizeof(UITextInputComponent_SetText) == 0x000018, "Wrong size on UITextInputComponent_SetText"); \ +static_assert(offsetof(UITextInputComponent_SetText, InText) == 0x000000, "Member 'UITextInputComponent_SetText::InText' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_SetText, InFireEvent) == 0x000010, "Member 'UITextInputComponent_SetText::InFireEvent' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_SetText, ReturnValue) == 0x000011, "Member 'UITextInputComponent_SetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_SetVirtualKeyboradOptions \ +static_assert(alignof(UITextInputComponent_SetVirtualKeyboradOptions) == 0x000001, "Wrong alignment on UITextInputComponent_SetVirtualKeyboradOptions"); \ +static_assert(sizeof(UITextInputComponent_SetVirtualKeyboradOptions) == 0x000001, "Wrong size on UITextInputComponent_SetVirtualKeyboradOptions"); \ +static_assert(offsetof(UITextInputComponent_SetVirtualKeyboradOptions, Value) == 0x000000, "Member 'UITextInputComponent_SetVirtualKeyboradOptions::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_UnregisterInputActivateEvent \ +static_assert(alignof(UITextInputComponent_UnregisterInputActivateEvent) == 0x000008, "Wrong alignment on UITextInputComponent_UnregisterInputActivateEvent"); \ +static_assert(sizeof(UITextInputComponent_UnregisterInputActivateEvent) == 0x000008, "Wrong size on UITextInputComponent_UnregisterInputActivateEvent"); \ +static_assert(offsetof(UITextInputComponent_UnregisterInputActivateEvent, InDelegateHandle) == 0x000000, "Member 'UITextInputComponent_UnregisterInputActivateEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_UnregisterSubmitEvent \ +static_assert(alignof(UITextInputComponent_UnregisterSubmitEvent) == 0x000008, "Wrong alignment on UITextInputComponent_UnregisterSubmitEvent"); \ +static_assert(sizeof(UITextInputComponent_UnregisterSubmitEvent) == 0x000008, "Wrong size on UITextInputComponent_UnregisterSubmitEvent"); \ +static_assert(offsetof(UITextInputComponent_UnregisterSubmitEvent, InDelegateHandle) == 0x000000, "Member 'UITextInputComponent_UnregisterSubmitEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_UnregisterValueChangeEvent \ +static_assert(alignof(UITextInputComponent_UnregisterValueChangeEvent) == 0x000008, "Wrong alignment on UITextInputComponent_UnregisterValueChangeEvent"); \ +static_assert(sizeof(UITextInputComponent_UnregisterValueChangeEvent) == 0x000008, "Wrong size on UITextInputComponent_UnregisterValueChangeEvent"); \ +static_assert(offsetof(UITextInputComponent_UnregisterValueChangeEvent, InDelegateHandle) == 0x000000, "Member 'UITextInputComponent_UnregisterValueChangeEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_VerifyAndInsertStringAtCaretPosition \ +static_assert(alignof(UITextInputComponent_VerifyAndInsertStringAtCaretPosition) == 0x000008, "Wrong alignment on UITextInputComponent_VerifyAndInsertStringAtCaretPosition"); \ +static_assert(sizeof(UITextInputComponent_VerifyAndInsertStringAtCaretPosition) == 0x000018, "Wrong size on UITextInputComponent_VerifyAndInsertStringAtCaretPosition"); \ +static_assert(offsetof(UITextInputComponent_VerifyAndInsertStringAtCaretPosition, Value) == 0x000000, "Member 'UITextInputComponent_VerifyAndInsertStringAtCaretPosition::Value' has a wrong offset!"); \ +static_assert(offsetof(UITextInputComponent_VerifyAndInsertStringAtCaretPosition, ReturnValue) == 0x000010, "Member 'UITextInputComponent_VerifyAndInsertStringAtCaretPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetAllowMultiLine \ +static_assert(alignof(UITextInputComponent_GetAllowMultiLine) == 0x000001, "Wrong alignment on UITextInputComponent_GetAllowMultiLine"); \ +static_assert(sizeof(UITextInputComponent_GetAllowMultiLine) == 0x000001, "Wrong size on UITextInputComponent_GetAllowMultiLine"); \ +static_assert(offsetof(UITextInputComponent_GetAllowMultiLine, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetAllowMultiLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetAutoActivateInputWhenNavigateIn \ +static_assert(alignof(UITextInputComponent_GetAutoActivateInputWhenNavigateIn) == 0x000001, "Wrong alignment on UITextInputComponent_GetAutoActivateInputWhenNavigateIn"); \ +static_assert(sizeof(UITextInputComponent_GetAutoActivateInputWhenNavigateIn) == 0x000001, "Wrong size on UITextInputComponent_GetAutoActivateInputWhenNavigateIn"); \ +static_assert(offsetof(UITextInputComponent_GetAutoActivateInputWhenNavigateIn, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetAutoActivateInputWhenNavigateIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetCaretBlinkRate \ +static_assert(alignof(UITextInputComponent_GetCaretBlinkRate) == 0x000004, "Wrong alignment on UITextInputComponent_GetCaretBlinkRate"); \ +static_assert(sizeof(UITextInputComponent_GetCaretBlinkRate) == 0x000004, "Wrong size on UITextInputComponent_GetCaretBlinkRate"); \ +static_assert(offsetof(UITextInputComponent_GetCaretBlinkRate, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetCaretBlinkRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetCaretColor \ +static_assert(alignof(UITextInputComponent_GetCaretColor) == 0x000004, "Wrong alignment on UITextInputComponent_GetCaretColor"); \ +static_assert(sizeof(UITextInputComponent_GetCaretColor) == 0x000004, "Wrong size on UITextInputComponent_GetCaretColor"); \ +static_assert(offsetof(UITextInputComponent_GetCaretColor, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetCaretColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetCaretWidth \ +static_assert(alignof(UITextInputComponent_GetCaretWidth) == 0x000004, "Wrong alignment on UITextInputComponent_GetCaretWidth"); \ +static_assert(sizeof(UITextInputComponent_GetCaretWidth) == 0x000004, "Wrong size on UITextInputComponent_GetCaretWidth"); \ +static_assert(offsetof(UITextInputComponent_GetCaretWidth, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetCaretWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetCustomValidation \ +static_assert(alignof(UITextInputComponent_GetCustomValidation) == 0x000008, "Wrong alignment on UITextInputComponent_GetCustomValidation"); \ +static_assert(sizeof(UITextInputComponent_GetCustomValidation) == 0x000008, "Wrong size on UITextInputComponent_GetCustomValidation"); \ +static_assert(offsetof(UITextInputComponent_GetCustomValidation, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetCustomValidation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetDisplayType \ +static_assert(alignof(UITextInputComponent_GetDisplayType) == 0x000001, "Wrong alignment on UITextInputComponent_GetDisplayType"); \ +static_assert(sizeof(UITextInputComponent_GetDisplayType) == 0x000001, "Wrong size on UITextInputComponent_GetDisplayType"); \ +static_assert(offsetof(UITextInputComponent_GetDisplayType, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetDisplayType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetIgnoreKeys \ +static_assert(alignof(UITextInputComponent_GetIgnoreKeys) == 0x000008, "Wrong alignment on UITextInputComponent_GetIgnoreKeys"); \ +static_assert(sizeof(UITextInputComponent_GetIgnoreKeys) == 0x000010, "Wrong size on UITextInputComponent_GetIgnoreKeys"); \ +static_assert(offsetof(UITextInputComponent_GetIgnoreKeys, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetIgnoreKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetInputType \ +static_assert(alignof(UITextInputComponent_GetInputType) == 0x000001, "Wrong alignment on UITextInputComponent_GetInputType"); \ +static_assert(sizeof(UITextInputComponent_GetInputType) == 0x000001, "Wrong size on UITextInputComponent_GetInputType"); \ +static_assert(offsetof(UITextInputComponent_GetInputType, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetMultiLineSubmitFunctionKeys \ +static_assert(alignof(UITextInputComponent_GetMultiLineSubmitFunctionKeys) == 0x000008, "Wrong alignment on UITextInputComponent_GetMultiLineSubmitFunctionKeys"); \ +static_assert(sizeof(UITextInputComponent_GetMultiLineSubmitFunctionKeys) == 0x000010, "Wrong size on UITextInputComponent_GetMultiLineSubmitFunctionKeys"); \ +static_assert(offsetof(UITextInputComponent_GetMultiLineSubmitFunctionKeys, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetMultiLineSubmitFunctionKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetPasswordChar \ +static_assert(alignof(UITextInputComponent_GetPasswordChar) == 0x000008, "Wrong alignment on UITextInputComponent_GetPasswordChar"); \ +static_assert(sizeof(UITextInputComponent_GetPasswordChar) == 0x000010, "Wrong size on UITextInputComponent_GetPasswordChar"); \ +static_assert(offsetof(UITextInputComponent_GetPasswordChar, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetPasswordChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetPlaceHolderActor \ +static_assert(alignof(UITextInputComponent_GetPlaceHolderActor) == 0x000008, "Wrong alignment on UITextInputComponent_GetPlaceHolderActor"); \ +static_assert(sizeof(UITextInputComponent_GetPlaceHolderActor) == 0x000008, "Wrong size on UITextInputComponent_GetPlaceHolderActor"); \ +static_assert(offsetof(UITextInputComponent_GetPlaceHolderActor, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetPlaceHolderActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetReadOnly \ +static_assert(alignof(UITextInputComponent_GetReadOnly) == 0x000001, "Wrong alignment on UITextInputComponent_GetReadOnly"); \ +static_assert(sizeof(UITextInputComponent_GetReadOnly) == 0x000001, "Wrong size on UITextInputComponent_GetReadOnly"); \ +static_assert(offsetof(UITextInputComponent_GetReadOnly, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetReadOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetSelectionColor \ +static_assert(alignof(UITextInputComponent_GetSelectionColor) == 0x000004, "Wrong alignment on UITextInputComponent_GetSelectionColor"); \ +static_assert(sizeof(UITextInputComponent_GetSelectionColor) == 0x000004, "Wrong size on UITextInputComponent_GetSelectionColor"); \ +static_assert(offsetof(UITextInputComponent_GetSelectionColor, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetSelectionColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetText \ +static_assert(alignof(UITextInputComponent_GetText) == 0x000008, "Wrong alignment on UITextInputComponent_GetText"); \ +static_assert(sizeof(UITextInputComponent_GetText) == 0x000010, "Wrong size on UITextInputComponent_GetText"); \ +static_assert(offsetof(UITextInputComponent_GetText, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetTextComponent \ +static_assert(alignof(UITextInputComponent_GetTextComponent) == 0x000008, "Wrong alignment on UITextInputComponent_GetTextComponent"); \ +static_assert(sizeof(UITextInputComponent_GetTextComponent) == 0x000008, "Wrong size on UITextInputComponent_GetTextComponent"); \ +static_assert(offsetof(UITextInputComponent_GetTextComponent, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetTextComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextInputComponent_GetVirtualKeyboradOptions \ +static_assert(alignof(UITextInputComponent_GetVirtualKeyboradOptions) == 0x000001, "Wrong alignment on UITextInputComponent_GetVirtualKeyboradOptions"); \ +static_assert(sizeof(UITextInputComponent_GetVirtualKeyboradOptions) == 0x000001, "Wrong size on UITextInputComponent_GetVirtualKeyboradOptions"); \ +static_assert(offsetof(UITextInputComponent_GetVirtualKeyboradOptions, ReturnValue) == 0x000000, "Member 'UITextInputComponent_GetVirtualKeyboradOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUITextInputComponent \ +static_assert(alignof(UUITextInputComponent) == 0x000008, "Wrong alignment on UUITextInputComponent"); \ +static_assert(sizeof(UUITextInputComponent) == 0x000478, "Wrong size on UUITextInputComponent"); \ +static_assert(offsetof(UUITextInputComponent, TextActor) == 0x000258, "Member 'UUITextInputComponent::TextActor' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, Text) == 0x000260, "Member 'UUITextInputComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, InputType) == 0x000270, "Member 'UUITextInputComponent::InputType' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, CustomValidation) == 0x000278, "Member 'UUITextInputComponent::CustomValidation' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, DisplayType) == 0x000280, "Member 'UUITextInputComponent::DisplayType' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, PasswordChar) == 0x000288, "Member 'UUITextInputComponent::PasswordChar' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, bAllowMultiLine) == 0x000298, "Member 'UUITextInputComponent::bAllowMultiLine' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, overflowType) == 0x000299, "Member 'UUITextInputComponent::overflowType' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, MaxLineCount) == 0x00029C, "Member 'UUITextInputComponent::MaxLineCount' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, MaxLineWidth) == 0x0002A0, "Member 'UUITextInputComponent::MaxLineWidth' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, MultiLineSubmitFunctionKeys) == 0x0002A8, "Member 'UUITextInputComponent::MultiLineSubmitFunctionKeys' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, PlaceHolderActor) == 0x0002B8, "Member 'UUITextInputComponent::PlaceHolderActor' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, CaretBlinkRate) == 0x0002C0, "Member 'UUITextInputComponent::CaretBlinkRate' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, CaretWidth) == 0x0002C4, "Member 'UUITextInputComponent::CaretWidth' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, CaretColor) == 0x0002C8, "Member 'UUITextInputComponent::CaretColor' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, SelectionColor) == 0x0002CC, "Member 'UUITextInputComponent::SelectionColor' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, VirtualKeyboradOptions) == 0x0002D0, "Member 'UUITextInputComponent::VirtualKeyboradOptions' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, IgnoreKeys) == 0x0002D8, "Member 'UUITextInputComponent::IgnoreKeys' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, bAutoActivateInputWhenNavigateIn) == 0x0002E8, "Member 'UUITextInputComponent::bAutoActivateInputWhenNavigateIn' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, bSelectAllWhenActivateInput) == 0x0002E9, "Member 'UUITextInputComponent::bSelectAllWhenActivateInput' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, bReadOnly) == 0x0002EA, "Member 'UUITextInputComponent::bReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, OnValueChange) == 0x000308, "Member 'UUITextInputComponent::OnValueChange' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, OnSubmit) == 0x000338, "Member 'UUITextInputComponent::OnSubmit' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, OnInputActivate) == 0x000368, "Member 'UUITextInputComponent::OnInputActivate' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, PlayerController) == 0x0003F0, "Member 'UUITextInputComponent::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, CaretObject) == 0x000404, "Member 'UUITextInputComponent::CaretObject' has a wrong offset!"); \ +static_assert(offsetof(UUITextInputComponent, SelectionMaskObjectArray) == 0x000410, "Member 'UUITextInputComponent::SelectionMaskObjectArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextureBase_GetDefaultWhiteTexture \ +static_assert(alignof(UITextureBase_GetDefaultWhiteTexture) == 0x000008, "Wrong alignment on UITextureBase_GetDefaultWhiteTexture"); \ +static_assert(sizeof(UITextureBase_GetDefaultWhiteTexture) == 0x000008, "Wrong size on UITextureBase_GetDefaultWhiteTexture"); \ +static_assert(offsetof(UITextureBase_GetDefaultWhiteTexture, ReturnValue) == 0x000000, "Member 'UITextureBase_GetDefaultWhiteTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextureBase_SetTexture \ +static_assert(alignof(UITextureBase_SetTexture) == 0x000008, "Wrong alignment on UITextureBase_SetTexture"); \ +static_assert(sizeof(UITextureBase_SetTexture) == 0x000008, "Wrong size on UITextureBase_SetTexture"); \ +static_assert(offsetof(UITextureBase_SetTexture, newTexture) == 0x000000, "Member 'UITextureBase_SetTexture::newTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextureBase_GetTexture \ +static_assert(alignof(UITextureBase_GetTexture) == 0x000008, "Wrong alignment on UITextureBase_GetTexture"); \ +static_assert(sizeof(UITextureBase_GetTexture) == 0x000008, "Wrong size on UITextureBase_GetTexture"); \ +static_assert(offsetof(UITextureBase_GetTexture, ReturnValue) == 0x000000, "Member 'UITextureBase_GetTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUITextureBase \ +static_assert(alignof(UUITextureBase) == 0x000010, "Wrong alignment on UUITextureBase"); \ +static_assert(sizeof(UUITextureBase) == 0x000570, "Wrong size on UUITextureBase"); \ +static_assert(offsetof(UUITextureBase, Texture) == 0x000560, "Member 'UUITextureBase::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetFillAmount \ +static_assert(alignof(UITexture_SetFillAmount) == 0x000004, "Wrong alignment on UITexture_SetFillAmount"); \ +static_assert(sizeof(UITexture_SetFillAmount) == 0x000004, "Wrong size on UITexture_SetFillAmount"); \ +static_assert(offsetof(UITexture_SetFillAmount, NewValue) == 0x000000, "Member 'UITexture_SetFillAmount::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetFillDirectionFlip \ +static_assert(alignof(UITexture_SetFillDirectionFlip) == 0x000001, "Wrong alignment on UITexture_SetFillDirectionFlip"); \ +static_assert(sizeof(UITexture_SetFillDirectionFlip) == 0x000001, "Wrong size on UITexture_SetFillDirectionFlip"); \ +static_assert(offsetof(UITexture_SetFillDirectionFlip, NewValue) == 0x000000, "Member 'UITexture_SetFillDirectionFlip::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetFillMethod \ +static_assert(alignof(UITexture_SetFillMethod) == 0x000001, "Wrong alignment on UITexture_SetFillMethod"); \ +static_assert(sizeof(UITexture_SetFillMethod) == 0x000001, "Wrong size on UITexture_SetFillMethod"); \ +static_assert(offsetof(UITexture_SetFillMethod, NewValue) == 0x000000, "Member 'UITexture_SetFillMethod::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetFillOrigin \ +static_assert(alignof(UITexture_SetFillOrigin) == 0x000001, "Wrong alignment on UITexture_SetFillOrigin"); \ +static_assert(sizeof(UITexture_SetFillOrigin) == 0x000001, "Wrong size on UITexture_SetFillOrigin"); \ +static_assert(offsetof(UITexture_SetFillOrigin, NewValue) == 0x000000, "Member 'UITexture_SetFillOrigin::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetSpriteData \ +static_assert(alignof(UITexture_SetSpriteData) == 0x000004, "Wrong alignment on UITexture_SetSpriteData"); \ +static_assert(sizeof(UITexture_SetSpriteData) == 0x000034, "Wrong size on UITexture_SetSpriteData"); \ +static_assert(offsetof(UITexture_SetSpriteData, newSpriteData) == 0x000000, "Member 'UITexture_SetSpriteData::newSpriteData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetTextureType \ +static_assert(alignof(UITexture_SetTextureType) == 0x000001, "Wrong alignment on UITexture_SetTextureType"); \ +static_assert(sizeof(UITexture_SetTextureType) == 0x000001, "Wrong size on UITexture_SetTextureType"); \ +static_assert(offsetof(UITexture_SetTextureType, NewType) == 0x000000, "Member 'UITexture_SetTextureType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetUVRect \ +static_assert(alignof(UITexture_SetUVRect) == 0x000010, "Wrong alignment on UITexture_SetUVRect"); \ +static_assert(sizeof(UITexture_SetUVRect) == 0x000020, "Wrong size on UITexture_SetUVRect"); \ +static_assert(offsetof(UITexture_SetUVRect, newUVRect) == 0x000000, "Member 'UITexture_SetUVRect::newUVRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_SetUVRectControlMode \ +static_assert(alignof(UITexture_SetUVRectControlMode) == 0x000001, "Wrong alignment on UITexture_SetUVRectControlMode"); \ +static_assert(sizeof(UITexture_SetUVRectControlMode) == 0x000001, "Wrong size on UITexture_SetUVRectControlMode"); \ +static_assert(offsetof(UITexture_SetUVRectControlMode, NewValue) == 0x000000, "Member 'UITexture_SetUVRectControlMode::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetFillAmount \ +static_assert(alignof(UITexture_GetFillAmount) == 0x000004, "Wrong alignment on UITexture_GetFillAmount"); \ +static_assert(sizeof(UITexture_GetFillAmount) == 0x000004, "Wrong size on UITexture_GetFillAmount"); \ +static_assert(offsetof(UITexture_GetFillAmount, ReturnValue) == 0x000000, "Member 'UITexture_GetFillAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetFillDirectionFlip \ +static_assert(alignof(UITexture_GetFillDirectionFlip) == 0x000001, "Wrong alignment on UITexture_GetFillDirectionFlip"); \ +static_assert(sizeof(UITexture_GetFillDirectionFlip) == 0x000001, "Wrong size on UITexture_GetFillDirectionFlip"); \ +static_assert(offsetof(UITexture_GetFillDirectionFlip, ReturnValue) == 0x000000, "Member 'UITexture_GetFillDirectionFlip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetFillMethod \ +static_assert(alignof(UITexture_GetFillMethod) == 0x000001, "Wrong alignment on UITexture_GetFillMethod"); \ +static_assert(sizeof(UITexture_GetFillMethod) == 0x000001, "Wrong size on UITexture_GetFillMethod"); \ +static_assert(offsetof(UITexture_GetFillMethod, ReturnValue) == 0x000000, "Member 'UITexture_GetFillMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetFillOrigin \ +static_assert(alignof(UITexture_GetFillOrigin) == 0x000001, "Wrong alignment on UITexture_GetFillOrigin"); \ +static_assert(sizeof(UITexture_GetFillOrigin) == 0x000001, "Wrong size on UITexture_GetFillOrigin"); \ +static_assert(offsetof(UITexture_GetFillOrigin, ReturnValue) == 0x000000, "Member 'UITexture_GetFillOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetSpriteData \ +static_assert(alignof(UITexture_GetSpriteData) == 0x000004, "Wrong alignment on UITexture_GetSpriteData"); \ +static_assert(sizeof(UITexture_GetSpriteData) == 0x000034, "Wrong size on UITexture_GetSpriteData"); \ +static_assert(offsetof(UITexture_GetSpriteData, ReturnValue) == 0x000000, "Member 'UITexture_GetSpriteData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetTextureType \ +static_assert(alignof(UITexture_GetTextureType) == 0x000001, "Wrong alignment on UITexture_GetTextureType"); \ +static_assert(sizeof(UITexture_GetTextureType) == 0x000001, "Wrong size on UITexture_GetTextureType"); \ +static_assert(offsetof(UITexture_GetTextureType, ReturnValue) == 0x000000, "Member 'UITexture_GetTextureType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetUVRect \ +static_assert(alignof(UITexture_GetUVRect) == 0x000010, "Wrong alignment on UITexture_GetUVRect"); \ +static_assert(sizeof(UITexture_GetUVRect) == 0x000020, "Wrong size on UITexture_GetUVRect"); \ +static_assert(offsetof(UITexture_GetUVRect, ReturnValue) == 0x000000, "Member 'UITexture_GetUVRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITexture_GetUVRectControlMode \ +static_assert(alignof(UITexture_GetUVRectControlMode) == 0x000001, "Wrong alignment on UITexture_GetUVRectControlMode"); \ +static_assert(sizeof(UITexture_GetUVRectControlMode) == 0x000001, "Wrong size on UITexture_GetUVRectControlMode"); \ +static_assert(offsetof(UITexture_GetUVRectControlMode, ReturnValue) == 0x000000, "Member 'UITexture_GetUVRectControlMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUITexture \ +static_assert(alignof(UUITexture) == 0x000010, "Wrong alignment on UUITexture"); \ +static_assert(sizeof(UUITexture) == 0x0005E0, "Wrong size on UUITexture"); \ +static_assert(offsetof(UUITexture, Type) == 0x000568, "Member 'UUITexture::Type' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, spriteData) == 0x00056C, "Member 'UUITexture::spriteData' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, UVRectControlMode) == 0x0005A0, "Member 'UUITexture::UVRectControlMode' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, UVRect) == 0x0005B0, "Member 'UUITexture::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, FillMethod) == 0x0005D0, "Member 'UUITexture::FillMethod' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, fillOrigin) == 0x0005D1, "Member 'UUITexture::fillOrigin' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, fillDirectionFlip) == 0x0005D2, "Member 'UUITexture::fillDirectionFlip' has a wrong offset!"); \ +static_assert(offsetof(UUITexture, fillAmount) == 0x0005D4, "Member 'UUITexture::fillAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UITextureActor_GetUITexture \ +static_assert(alignof(UITextureActor_GetUITexture) == 0x000008, "Wrong alignment on UITextureActor_GetUITexture"); \ +static_assert(sizeof(UITextureActor_GetUITexture) == 0x000008, "Wrong size on UITextureActor_GetUITexture"); \ +static_assert(offsetof(UITextureActor_GetUITexture, ReturnValue) == 0x000000, "Member 'UITextureActor_GetUITexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUITextureActor \ +static_assert(alignof(AUITextureActor) == 0x000008, "Wrong alignment on AUITextureActor"); \ +static_assert(sizeof(AUITextureActor) == 0x000298, "Wrong size on AUITextureActor"); \ +static_assert(offsetof(AUITextureActor, UITexture) == 0x000290, "Member 'AUITextureActor::UITexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_RegisterToggleEvent \ +static_assert(alignof(UIToggleComponent_RegisterToggleEvent) == 0x000008, "Wrong alignment on UIToggleComponent_RegisterToggleEvent"); \ +static_assert(sizeof(UIToggleComponent_RegisterToggleEvent) == 0x000018, "Wrong size on UIToggleComponent_RegisterToggleEvent"); \ +static_assert(offsetof(UIToggleComponent_RegisterToggleEvent, InDelegate) == 0x000000, "Member 'UIToggleComponent_RegisterToggleEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIToggleComponent_RegisterToggleEvent, ReturnValue) == 0x000010, "Member 'UIToggleComponent_RegisterToggleEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_SetToggleGroup \ +static_assert(alignof(UIToggleComponent_SetToggleGroup) == 0x000008, "Wrong alignment on UIToggleComponent_SetToggleGroup"); \ +static_assert(sizeof(UIToggleComponent_SetToggleGroup) == 0x000008, "Wrong size on UIToggleComponent_SetToggleGroup"); \ +static_assert(offsetof(UIToggleComponent_SetToggleGroup, InGroupComp) == 0x000000, "Member 'UIToggleComponent_SetToggleGroup::InGroupComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_SetValue \ +static_assert(alignof(UIToggleComponent_SetValue) == 0x000001, "Wrong alignment on UIToggleComponent_SetValue"); \ +static_assert(sizeof(UIToggleComponent_SetValue) == 0x000002, "Wrong size on UIToggleComponent_SetValue"); \ +static_assert(offsetof(UIToggleComponent_SetValue, NewValue) == 0x000000, "Member 'UIToggleComponent_SetValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(UIToggleComponent_SetValue, fireEvent) == 0x000001, "Member 'UIToggleComponent_SetValue::fireEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_UnregisterToggleEvent \ +static_assert(alignof(UIToggleComponent_UnregisterToggleEvent) == 0x000008, "Wrong alignment on UIToggleComponent_UnregisterToggleEvent"); \ +static_assert(sizeof(UIToggleComponent_UnregisterToggleEvent) == 0x000008, "Wrong size on UIToggleComponent_UnregisterToggleEvent"); \ +static_assert(offsetof(UIToggleComponent_UnregisterToggleEvent, InDelegateHandle) == 0x000000, "Member 'UIToggleComponent_UnregisterToggleEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_GetIndexInGroup \ +static_assert(alignof(UIToggleComponent_GetIndexInGroup) == 0x000004, "Wrong alignment on UIToggleComponent_GetIndexInGroup"); \ +static_assert(sizeof(UIToggleComponent_GetIndexInGroup) == 0x000004, "Wrong size on UIToggleComponent_GetIndexInGroup"); \ +static_assert(offsetof(UIToggleComponent_GetIndexInGroup, ReturnValue) == 0x000000, "Member 'UIToggleComponent_GetIndexInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_GetToggleGroupActor \ +static_assert(alignof(UIToggleComponent_GetToggleGroupActor) == 0x000008, "Wrong alignment on UIToggleComponent_GetToggleGroupActor"); \ +static_assert(sizeof(UIToggleComponent_GetToggleGroupActor) == 0x000008, "Wrong size on UIToggleComponent_GetToggleGroupActor"); \ +static_assert(offsetof(UIToggleComponent_GetToggleGroupActor, ReturnValue) == 0x000000, "Member 'UIToggleComponent_GetToggleGroupActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleComponent_GetValue \ +static_assert(alignof(UIToggleComponent_GetValue) == 0x000001, "Wrong alignment on UIToggleComponent_GetValue"); \ +static_assert(sizeof(UIToggleComponent_GetValue) == 0x000001, "Wrong size on UIToggleComponent_GetValue"); \ +static_assert(offsetof(UIToggleComponent_GetValue, ReturnValue) == 0x000000, "Member 'UIToggleComponent_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIToggleComponent \ +static_assert(alignof(UUIToggleComponent) == 0x000008, "Wrong alignment on UUIToggleComponent"); \ +static_assert(sizeof(UUIToggleComponent) == 0x0002D8, "Wrong size on UUIToggleComponent"); \ +static_assert(offsetof(UUIToggleComponent, ToggleActor) == 0x000250, "Member 'UUIToggleComponent::ToggleActor' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, ToggleTransition) == 0x000258, "Member 'UUIToggleComponent::ToggleTransition' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, ToggleTransitionComp) == 0x00025C, "Member 'UUIToggleComponent::ToggleTransitionComp' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, ToggleTransitionTweener) == 0x000268, "Member 'UUIToggleComponent::ToggleTransitionTweener' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OnAlpha) == 0x000270, "Member 'UUIToggleComponent::OnAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OffAlpha) == 0x000274, "Member 'UUIToggleComponent::OffAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OnColor) == 0x000278, "Member 'UUIToggleComponent::OnColor' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OffColor) == 0x00027C, "Member 'UUIToggleComponent::OffColor' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, ToggleDuration) == 0x000280, "Member 'UUIToggleComponent::ToggleDuration' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OnTransitionName) == 0x000284, "Member 'UUIToggleComponent::OnTransitionName' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OffTransitionName) == 0x00028C, "Member 'UUIToggleComponent::OffTransitionName' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, IsOn) == 0x000294, "Member 'UUIToggleComponent::IsOn' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, UIToggleGroupActor) == 0x000298, "Member 'UUIToggleComponent::UIToggleGroupActor' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, GroupComp) == 0x0002A0, "Member 'UUIToggleComponent::GroupComp' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleComponent, OnToggle) == 0x0002C0, "Member 'UUIToggleComponent::OnToggle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_RegisterToggleEvent \ +static_assert(alignof(UIToggleGroupComponent_RegisterToggleEvent) == 0x000008, "Wrong alignment on UIToggleGroupComponent_RegisterToggleEvent"); \ +static_assert(sizeof(UIToggleGroupComponent_RegisterToggleEvent) == 0x000018, "Wrong size on UIToggleGroupComponent_RegisterToggleEvent"); \ +static_assert(offsetof(UIToggleGroupComponent_RegisterToggleEvent, InDelegate) == 0x000000, "Member 'UIToggleGroupComponent_RegisterToggleEvent::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(UIToggleGroupComponent_RegisterToggleEvent, ReturnValue) == 0x000010, "Member 'UIToggleGroupComponent_RegisterToggleEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_SetAllowNoneSelected \ +static_assert(alignof(UIToggleGroupComponent_SetAllowNoneSelected) == 0x000001, "Wrong alignment on UIToggleGroupComponent_SetAllowNoneSelected"); \ +static_assert(sizeof(UIToggleGroupComponent_SetAllowNoneSelected) == 0x000001, "Wrong size on UIToggleGroupComponent_SetAllowNoneSelected"); \ +static_assert(offsetof(UIToggleGroupComponent_SetAllowNoneSelected, InBool) == 0x000000, "Member 'UIToggleGroupComponent_SetAllowNoneSelected::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_SetSelection \ +static_assert(alignof(UIToggleGroupComponent_SetSelection) == 0x000008, "Wrong alignment on UIToggleGroupComponent_SetSelection"); \ +static_assert(sizeof(UIToggleGroupComponent_SetSelection) == 0x000008, "Wrong size on UIToggleGroupComponent_SetSelection"); \ +static_assert(offsetof(UIToggleGroupComponent_SetSelection, Target) == 0x000000, "Member 'UIToggleGroupComponent_SetSelection::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_UnregisterToggleEvent \ +static_assert(alignof(UIToggleGroupComponent_UnregisterToggleEvent) == 0x000008, "Wrong alignment on UIToggleGroupComponent_UnregisterToggleEvent"); \ +static_assert(sizeof(UIToggleGroupComponent_UnregisterToggleEvent) == 0x000008, "Wrong size on UIToggleGroupComponent_UnregisterToggleEvent"); \ +static_assert(offsetof(UIToggleGroupComponent_UnregisterToggleEvent, InDelegateHandle) == 0x000000, "Member 'UIToggleGroupComponent_UnregisterToggleEvent::InDelegateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_GetAllowNoneSelected \ +static_assert(alignof(UIToggleGroupComponent_GetAllowNoneSelected) == 0x000001, "Wrong alignment on UIToggleGroupComponent_GetAllowNoneSelected"); \ +static_assert(sizeof(UIToggleGroupComponent_GetAllowNoneSelected) == 0x000001, "Wrong size on UIToggleGroupComponent_GetAllowNoneSelected"); \ +static_assert(offsetof(UIToggleGroupComponent_GetAllowNoneSelected, ReturnValue) == 0x000000, "Member 'UIToggleGroupComponent_GetAllowNoneSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_GetSelectedItem \ +static_assert(alignof(UIToggleGroupComponent_GetSelectedItem) == 0x000008, "Wrong alignment on UIToggleGroupComponent_GetSelectedItem"); \ +static_assert(sizeof(UIToggleGroupComponent_GetSelectedItem) == 0x000008, "Wrong size on UIToggleGroupComponent_GetSelectedItem"); \ +static_assert(offsetof(UIToggleGroupComponent_GetSelectedItem, ReturnValue) == 0x000000, "Member 'UIToggleGroupComponent_GetSelectedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_GetToggleByIndex \ +static_assert(alignof(UIToggleGroupComponent_GetToggleByIndex) == 0x000008, "Wrong alignment on UIToggleGroupComponent_GetToggleByIndex"); \ +static_assert(sizeof(UIToggleGroupComponent_GetToggleByIndex) == 0x000010, "Wrong size on UIToggleGroupComponent_GetToggleByIndex"); \ +static_assert(offsetof(UIToggleGroupComponent_GetToggleByIndex, InIndex) == 0x000000, "Member 'UIToggleGroupComponent_GetToggleByIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(UIToggleGroupComponent_GetToggleByIndex, ReturnValue) == 0x000008, "Member 'UIToggleGroupComponent_GetToggleByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIToggleGroupComponent_GetToggleIndex \ +static_assert(alignof(UIToggleGroupComponent_GetToggleIndex) == 0x000008, "Wrong alignment on UIToggleGroupComponent_GetToggleIndex"); \ +static_assert(sizeof(UIToggleGroupComponent_GetToggleIndex) == 0x000010, "Wrong size on UIToggleGroupComponent_GetToggleIndex"); \ +static_assert(offsetof(UIToggleGroupComponent_GetToggleIndex, InComp) == 0x000000, "Member 'UIToggleGroupComponent_GetToggleIndex::InComp' has a wrong offset!"); \ +static_assert(offsetof(UIToggleGroupComponent_GetToggleIndex, ReturnValue) == 0x000008, "Member 'UIToggleGroupComponent_GetToggleIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIToggleGroupComponent \ +static_assert(alignof(UUIToggleGroupComponent) == 0x000008, "Wrong alignment on UUIToggleGroupComponent"); \ +static_assert(sizeof(UUIToggleGroupComponent) == 0x000130, "Wrong size on UUIToggleGroupComponent"); \ +static_assert(offsetof(UUIToggleGroupComponent, LastSelect) == 0x0000E0, "Member 'UUIToggleGroupComponent::LastSelect' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleGroupComponent, ToggleCollection) == 0x0000E8, "Member 'UUIToggleGroupComponent::ToggleCollection' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleGroupComponent, bAllowNoneSelected) == 0x0000F9, "Member 'UUIToggleGroupComponent::bAllowNoneSelected' has a wrong offset!"); \ +static_assert(offsetof(UUIToggleGroupComponent, OnToggle) == 0x000118, "Member 'UUIToggleGroupComponent::OnToggle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetAlign \ +static_assert(alignof(UIVerticalLayout_SetAlign) == 0x000001, "Wrong alignment on UIVerticalLayout_SetAlign"); \ +static_assert(sizeof(UIVerticalLayout_SetAlign) == 0x000001, "Wrong size on UIVerticalLayout_SetAlign"); \ +static_assert(offsetof(UIVerticalLayout_SetAlign, Value) == 0x000000, "Member 'UIVerticalLayout_SetAlign::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetControlChildHeight \ +static_assert(alignof(UIVerticalLayout_SetControlChildHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_SetControlChildHeight"); \ +static_assert(sizeof(UIVerticalLayout_SetControlChildHeight) == 0x000001, "Wrong size on UIVerticalLayout_SetControlChildHeight"); \ +static_assert(offsetof(UIVerticalLayout_SetControlChildHeight, Value) == 0x000000, "Member 'UIVerticalLayout_SetControlChildHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetControlChildWidth \ +static_assert(alignof(UIVerticalLayout_SetControlChildWidth) == 0x000001, "Wrong alignment on UIVerticalLayout_SetControlChildWidth"); \ +static_assert(sizeof(UIVerticalLayout_SetControlChildWidth) == 0x000001, "Wrong size on UIVerticalLayout_SetControlChildWidth"); \ +static_assert(offsetof(UIVerticalLayout_SetControlChildWidth, Value) == 0x000000, "Member 'UIVerticalLayout_SetControlChildWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetExpandChildHeightArea \ +static_assert(alignof(UIVerticalLayout_SetExpandChildHeightArea) == 0x000001, "Wrong alignment on UIVerticalLayout_SetExpandChildHeightArea"); \ +static_assert(sizeof(UIVerticalLayout_SetExpandChildHeightArea) == 0x000001, "Wrong size on UIVerticalLayout_SetExpandChildHeightArea"); \ +static_assert(offsetof(UIVerticalLayout_SetExpandChildHeightArea, Value) == 0x000000, "Member 'UIVerticalLayout_SetExpandChildHeightArea::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetExpandChildWidthArea \ +static_assert(alignof(UIVerticalLayout_SetExpandChildWidthArea) == 0x000001, "Wrong alignment on UIVerticalLayout_SetExpandChildWidthArea"); \ +static_assert(sizeof(UIVerticalLayout_SetExpandChildWidthArea) == 0x000001, "Wrong size on UIVerticalLayout_SetExpandChildWidthArea"); \ +static_assert(offsetof(UIVerticalLayout_SetExpandChildWidthArea, Value) == 0x000000, "Member 'UIVerticalLayout_SetExpandChildWidthArea::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetExpendChildrenHeight \ +static_assert(alignof(UIVerticalLayout_SetExpendChildrenHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_SetExpendChildrenHeight"); \ +static_assert(sizeof(UIVerticalLayout_SetExpendChildrenHeight) == 0x000001, "Wrong size on UIVerticalLayout_SetExpendChildrenHeight"); \ +static_assert(offsetof(UIVerticalLayout_SetExpendChildrenHeight, Value) == 0x000000, "Member 'UIVerticalLayout_SetExpendChildrenHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetExpendChildrenWidth \ +static_assert(alignof(UIVerticalLayout_SetExpendChildrenWidth) == 0x000001, "Wrong alignment on UIVerticalLayout_SetExpendChildrenWidth"); \ +static_assert(sizeof(UIVerticalLayout_SetExpendChildrenWidth) == 0x000001, "Wrong size on UIVerticalLayout_SetExpendChildrenWidth"); \ +static_assert(offsetof(UIVerticalLayout_SetExpendChildrenWidth, Value) == 0x000000, "Member 'UIVerticalLayout_SetExpendChildrenWidth::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetHeightFitToChildren \ +static_assert(alignof(UIVerticalLayout_SetHeightFitToChildren) == 0x000001, "Wrong alignment on UIVerticalLayout_SetHeightFitToChildren"); \ +static_assert(sizeof(UIVerticalLayout_SetHeightFitToChildren) == 0x000001, "Wrong size on UIVerticalLayout_SetHeightFitToChildren"); \ +static_assert(offsetof(UIVerticalLayout_SetHeightFitToChildren, Value) == 0x000000, "Member 'UIVerticalLayout_SetHeightFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetPadding \ +static_assert(alignof(UIVerticalLayout_SetPadding) == 0x000004, "Wrong alignment on UIVerticalLayout_SetPadding"); \ +static_assert(sizeof(UIVerticalLayout_SetPadding) == 0x000010, "Wrong size on UIVerticalLayout_SetPadding"); \ +static_assert(offsetof(UIVerticalLayout_SetPadding, Value) == 0x000000, "Member 'UIVerticalLayout_SetPadding::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetSpacing \ +static_assert(alignof(UIVerticalLayout_SetSpacing) == 0x000004, "Wrong alignment on UIVerticalLayout_SetSpacing"); \ +static_assert(sizeof(UIVerticalLayout_SetSpacing) == 0x000004, "Wrong size on UIVerticalLayout_SetSpacing"); \ +static_assert(offsetof(UIVerticalLayout_SetSpacing, Value) == 0x000000, "Member 'UIVerticalLayout_SetSpacing::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetUseChildScaleOnHeight \ +static_assert(alignof(UIVerticalLayout_SetUseChildScaleOnHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_SetUseChildScaleOnHeight"); \ +static_assert(sizeof(UIVerticalLayout_SetUseChildScaleOnHeight) == 0x000001, "Wrong size on UIVerticalLayout_SetUseChildScaleOnHeight"); \ +static_assert(offsetof(UIVerticalLayout_SetUseChildScaleOnHeight, Value) == 0x000000, "Member 'UIVerticalLayout_SetUseChildScaleOnHeight::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetWidthFitToChildren \ +static_assert(alignof(UIVerticalLayout_SetWidthFitToChildren) == 0x000001, "Wrong alignment on UIVerticalLayout_SetWidthFitToChildren"); \ +static_assert(sizeof(UIVerticalLayout_SetWidthFitToChildren) == 0x000001, "Wrong size on UIVerticalLayout_SetWidthFitToChildren"); \ +static_assert(offsetof(UIVerticalLayout_SetWidthFitToChildren, Value) == 0x000000, "Member 'UIVerticalLayout_SetWidthFitToChildren::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_SetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIVerticalLayout_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIVerticalLayout_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIVerticalLayout_SetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIVerticalLayout_SetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIVerticalLayout_SetWidthFitToChildrenFromMinToMax, Value) == 0x000000, "Member 'UIVerticalLayout_SetWidthFitToChildrenFromMinToMax::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetActuralRange \ +static_assert(alignof(UIVerticalLayout_GetActuralRange) == 0x000004, "Wrong alignment on UIVerticalLayout_GetActuralRange"); \ +static_assert(sizeof(UIVerticalLayout_GetActuralRange) == 0x000004, "Wrong size on UIVerticalLayout_GetActuralRange"); \ +static_assert(offsetof(UIVerticalLayout_GetActuralRange, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetActuralRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetAlign \ +static_assert(alignof(UIVerticalLayout_GetAlign) == 0x000001, "Wrong alignment on UIVerticalLayout_GetAlign"); \ +static_assert(sizeof(UIVerticalLayout_GetAlign) == 0x000001, "Wrong size on UIVerticalLayout_GetAlign"); \ +static_assert(offsetof(UIVerticalLayout_GetAlign, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetAlign::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetControlChildHeight \ +static_assert(alignof(UIVerticalLayout_GetControlChildHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_GetControlChildHeight"); \ +static_assert(sizeof(UIVerticalLayout_GetControlChildHeight) == 0x000001, "Wrong size on UIVerticalLayout_GetControlChildHeight"); \ +static_assert(offsetof(UIVerticalLayout_GetControlChildHeight, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetControlChildHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetControlChildWidth \ +static_assert(alignof(UIVerticalLayout_GetControlChildWidth) == 0x000001, "Wrong alignment on UIVerticalLayout_GetControlChildWidth"); \ +static_assert(sizeof(UIVerticalLayout_GetControlChildWidth) == 0x000001, "Wrong size on UIVerticalLayout_GetControlChildWidth"); \ +static_assert(offsetof(UIVerticalLayout_GetControlChildWidth, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetControlChildWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetExpandChildHeightArea \ +static_assert(alignof(UIVerticalLayout_GetExpandChildHeightArea) == 0x000001, "Wrong alignment on UIVerticalLayout_GetExpandChildHeightArea"); \ +static_assert(sizeof(UIVerticalLayout_GetExpandChildHeightArea) == 0x000001, "Wrong size on UIVerticalLayout_GetExpandChildHeightArea"); \ +static_assert(offsetof(UIVerticalLayout_GetExpandChildHeightArea, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetExpandChildHeightArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetExpandChildWidthArea \ +static_assert(alignof(UIVerticalLayout_GetExpandChildWidthArea) == 0x000001, "Wrong alignment on UIVerticalLayout_GetExpandChildWidthArea"); \ +static_assert(sizeof(UIVerticalLayout_GetExpandChildWidthArea) == 0x000001, "Wrong size on UIVerticalLayout_GetExpandChildWidthArea"); \ +static_assert(offsetof(UIVerticalLayout_GetExpandChildWidthArea, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetExpandChildWidthArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetExpendChildrenHeight \ +static_assert(alignof(UIVerticalLayout_GetExpendChildrenHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_GetExpendChildrenHeight"); \ +static_assert(sizeof(UIVerticalLayout_GetExpendChildrenHeight) == 0x000001, "Wrong size on UIVerticalLayout_GetExpendChildrenHeight"); \ +static_assert(offsetof(UIVerticalLayout_GetExpendChildrenHeight, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetExpendChildrenHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetExpendChildrenWidth \ +static_assert(alignof(UIVerticalLayout_GetExpendChildrenWidth) == 0x000001, "Wrong alignment on UIVerticalLayout_GetExpendChildrenWidth"); \ +static_assert(sizeof(UIVerticalLayout_GetExpendChildrenWidth) == 0x000001, "Wrong size on UIVerticalLayout_GetExpendChildrenWidth"); \ +static_assert(offsetof(UIVerticalLayout_GetExpendChildrenWidth, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetExpendChildrenWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetHeightFitToChildren \ +static_assert(alignof(UIVerticalLayout_GetHeightFitToChildren) == 0x000001, "Wrong alignment on UIVerticalLayout_GetHeightFitToChildren"); \ +static_assert(sizeof(UIVerticalLayout_GetHeightFitToChildren) == 0x000001, "Wrong size on UIVerticalLayout_GetHeightFitToChildren"); \ +static_assert(offsetof(UIVerticalLayout_GetHeightFitToChildren, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetHeightFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetPadding \ +static_assert(alignof(UIVerticalLayout_GetPadding) == 0x000004, "Wrong alignment on UIVerticalLayout_GetPadding"); \ +static_assert(sizeof(UIVerticalLayout_GetPadding) == 0x000010, "Wrong size on UIVerticalLayout_GetPadding"); \ +static_assert(offsetof(UIVerticalLayout_GetPadding, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetSpacing \ +static_assert(alignof(UIVerticalLayout_GetSpacing) == 0x000004, "Wrong alignment on UIVerticalLayout_GetSpacing"); \ +static_assert(sizeof(UIVerticalLayout_GetSpacing) == 0x000004, "Wrong size on UIVerticalLayout_GetSpacing"); \ +static_assert(offsetof(UIVerticalLayout_GetSpacing, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetSpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetUseChildScaleOnHeight \ +static_assert(alignof(UIVerticalLayout_GetUseChildScaleOnHeight) == 0x000001, "Wrong alignment on UIVerticalLayout_GetUseChildScaleOnHeight"); \ +static_assert(sizeof(UIVerticalLayout_GetUseChildScaleOnHeight) == 0x000001, "Wrong size on UIVerticalLayout_GetUseChildScaleOnHeight"); \ +static_assert(offsetof(UIVerticalLayout_GetUseChildScaleOnHeight, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetUseChildScaleOnHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetWidthFitToChildren \ +static_assert(alignof(UIVerticalLayout_GetWidthFitToChildren) == 0x000001, "Wrong alignment on UIVerticalLayout_GetWidthFitToChildren"); \ +static_assert(sizeof(UIVerticalLayout_GetWidthFitToChildren) == 0x000001, "Wrong size on UIVerticalLayout_GetWidthFitToChildren"); \ +static_assert(offsetof(UIVerticalLayout_GetWidthFitToChildren, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetWidthFitToChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIVerticalLayout_GetWidthFitToChildrenFromMinToMax \ +static_assert(alignof(UIVerticalLayout_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong alignment on UIVerticalLayout_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(sizeof(UIVerticalLayout_GetWidthFitToChildrenFromMinToMax) == 0x000004, "Wrong size on UIVerticalLayout_GetWidthFitToChildrenFromMinToMax"); \ +static_assert(offsetof(UIVerticalLayout_GetWidthFitToChildrenFromMinToMax, ReturnValue) == 0x000000, "Member 'UIVerticalLayout_GetWidthFitToChildrenFromMinToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIVerticalLayout \ +static_assert(alignof(UUIVerticalLayout) == 0x000008, "Wrong alignment on UUIVerticalLayout"); \ +static_assert(sizeof(UUIVerticalLayout) == 0x000168, "Wrong size on UUIVerticalLayout"); \ +static_assert(offsetof(UUIVerticalLayout, Padding) == 0x000130, "Member 'UUIVerticalLayout::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, Spacing) == 0x000140, "Member 'UUIVerticalLayout::Spacing' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, Align) == 0x000144, "Member 'UUIVerticalLayout::Align' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, ControlChildWidth) == 0x000145, "Member 'UUIVerticalLayout::ControlChildWidth' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, ControlChildHeight) == 0x000146, "Member 'UUIVerticalLayout::ControlChildHeight' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, ExpandChildWidthArea) == 0x000147, "Member 'UUIVerticalLayout::ExpandChildWidthArea' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, ExpandChildHeightArea) == 0x000148, "Member 'UUIVerticalLayout::ExpandChildHeightArea' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, HeightFitToChildren) == 0x000149, "Member 'UUIVerticalLayout::HeightFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, WidthFitToChildren) == 0x00014A, "Member 'UUIVerticalLayout::WidthFitToChildren' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, WidthFitToChildrenFromMinToMax) == 0x00014C, "Member 'UUIVerticalLayout::WidthFitToChildrenFromMinToMax' has a wrong offset!"); \ +static_assert(offsetof(UUIVerticalLayout, UseChildScaleOnHeight) == 0x000150, "Member 'UUIVerticalLayout::UseChildScaleOnHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetBackgroundColor \ +static_assert(alignof(UIWidget_SetBackgroundColor) == 0x000004, "Wrong alignment on UIWidget_SetBackgroundColor"); \ +static_assert(sizeof(UIWidget_SetBackgroundColor) == 0x000010, "Wrong size on UIWidget_SetBackgroundColor"); \ +static_assert(offsetof(UIWidget_SetBackgroundColor, NewBackgroundColor) == 0x000000, "Member 'UIWidget_SetBackgroundColor::NewBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetManuallyRedraw \ +static_assert(alignof(UIWidget_SetManuallyRedraw) == 0x000001, "Wrong alignment on UIWidget_SetManuallyRedraw"); \ +static_assert(sizeof(UIWidget_SetManuallyRedraw) == 0x000001, "Wrong size on UIWidget_SetManuallyRedraw"); \ +static_assert(offsetof(UIWidget_SetManuallyRedraw, bUseManualRedraw) == 0x000000, "Member 'UIWidget_SetManuallyRedraw::bUseManualRedraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetRedrawTime \ +static_assert(alignof(UIWidget_SetRedrawTime) == 0x000004, "Wrong alignment on UIWidget_SetRedrawTime"); \ +static_assert(sizeof(UIWidget_SetRedrawTime) == 0x000004, "Wrong size on UIWidget_SetRedrawTime"); \ +static_assert(offsetof(UIWidget_SetRedrawTime, InRedrawTime) == 0x000000, "Member 'UIWidget_SetRedrawTime::InRedrawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetResolutionScale \ +static_assert(alignof(UIWidget_SetResolutionScale) == 0x000004, "Wrong alignment on UIWidget_SetResolutionScale"); \ +static_assert(sizeof(UIWidget_SetResolutionScale) == 0x000004, "Wrong size on UIWidget_SetResolutionScale"); \ +static_assert(offsetof(UIWidget_SetResolutionScale, Value) == 0x000000, "Member 'UIWidget_SetResolutionScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetTickMode \ +static_assert(alignof(UIWidget_SetTickMode) == 0x000001, "Wrong alignment on UIWidget_SetTickMode"); \ +static_assert(sizeof(UIWidget_SetTickMode) == 0x000001, "Wrong size on UIWidget_SetTickMode"); \ +static_assert(offsetof(UIWidget_SetTickMode, InTickMode) == 0x000000, "Member 'UIWidget_SetTickMode::InTickMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetTickWhenOffscreen \ +static_assert(alignof(UIWidget_SetTickWhenOffscreen) == 0x000001, "Wrong alignment on UIWidget_SetTickWhenOffscreen"); \ +static_assert(sizeof(UIWidget_SetTickWhenOffscreen) == 0x000001, "Wrong size on UIWidget_SetTickWhenOffscreen"); \ +static_assert(offsetof(UIWidget_SetTickWhenOffscreen, bWantTickWhenOffscreen) == 0x000000, "Member 'UIWidget_SetTickWhenOffscreen::bWantTickWhenOffscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetWidget \ +static_assert(alignof(UIWidget_SetWidget) == 0x000008, "Wrong alignment on UIWidget_SetWidget"); \ +static_assert(sizeof(UIWidget_SetWidget) == 0x000008, "Wrong size on UIWidget_SetWidget"); \ +static_assert(offsetof(UIWidget_SetWidget, Widget_0) == 0x000000, "Member 'UIWidget_SetWidget::Widget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetWindowFocusable \ +static_assert(alignof(UIWidget_SetWindowFocusable) == 0x000001, "Wrong alignment on UIWidget_SetWindowFocusable"); \ +static_assert(sizeof(UIWidget_SetWindowFocusable) == 0x000001, "Wrong size on UIWidget_SetWindowFocusable"); \ +static_assert(offsetof(UIWidget_SetWindowFocusable, bInWindowFocusable) == 0x000000, "Member 'UIWidget_SetWindowFocusable::bInWindowFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_SetWindowVisibility \ +static_assert(alignof(UIWidget_SetWindowVisibility) == 0x000001, "Wrong alignment on UIWidget_SetWindowVisibility"); \ +static_assert(sizeof(UIWidget_SetWindowVisibility) == 0x000001, "Wrong size on UIWidget_SetWindowVisibility"); \ +static_assert(offsetof(UIWidget_SetWindowVisibility, InVisibility) == 0x000000, "Member 'UIWidget_SetWindowVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetCurrentDrawSize \ +static_assert(alignof(UIWidget_GetCurrentDrawSize) == 0x000008, "Wrong alignment on UIWidget_GetCurrentDrawSize"); \ +static_assert(sizeof(UIWidget_GetCurrentDrawSize) == 0x000010, "Wrong size on UIWidget_GetCurrentDrawSize"); \ +static_assert(offsetof(UIWidget_GetCurrentDrawSize, ReturnValue) == 0x000000, "Member 'UIWidget_GetCurrentDrawSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetManuallyRedraw \ +static_assert(alignof(UIWidget_GetManuallyRedraw) == 0x000001, "Wrong alignment on UIWidget_GetManuallyRedraw"); \ +static_assert(sizeof(UIWidget_GetManuallyRedraw) == 0x000001, "Wrong size on UIWidget_GetManuallyRedraw"); \ +static_assert(offsetof(UIWidget_GetManuallyRedraw, ReturnValue) == 0x000000, "Member 'UIWidget_GetManuallyRedraw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetRedrawTime \ +static_assert(alignof(UIWidget_GetRedrawTime) == 0x000004, "Wrong alignment on UIWidget_GetRedrawTime"); \ +static_assert(sizeof(UIWidget_GetRedrawTime) == 0x000004, "Wrong size on UIWidget_GetRedrawTime"); \ +static_assert(offsetof(UIWidget_GetRedrawTime, ReturnValue) == 0x000000, "Member 'UIWidget_GetRedrawTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetRenderTarget \ +static_assert(alignof(UIWidget_GetRenderTarget) == 0x000008, "Wrong alignment on UIWidget_GetRenderTarget"); \ +static_assert(sizeof(UIWidget_GetRenderTarget) == 0x000008, "Wrong size on UIWidget_GetRenderTarget"); \ +static_assert(offsetof(UIWidget_GetRenderTarget, ReturnValue) == 0x000000, "Member 'UIWidget_GetRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetResolutionScale \ +static_assert(alignof(UIWidget_GetResolutionScale) == 0x000004, "Wrong alignment on UIWidget_GetResolutionScale"); \ +static_assert(sizeof(UIWidget_GetResolutionScale) == 0x000004, "Wrong size on UIWidget_GetResolutionScale"); \ +static_assert(offsetof(UIWidget_GetResolutionScale, ReturnValue) == 0x000000, "Member 'UIWidget_GetResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetTickWhenOffscreen \ +static_assert(alignof(UIWidget_GetTickWhenOffscreen) == 0x000001, "Wrong alignment on UIWidget_GetTickWhenOffscreen"); \ +static_assert(sizeof(UIWidget_GetTickWhenOffscreen) == 0x000001, "Wrong size on UIWidget_GetTickWhenOffscreen"); \ +static_assert(offsetof(UIWidget_GetTickWhenOffscreen, ReturnValue) == 0x000000, "Member 'UIWidget_GetTickWhenOffscreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetUserWidgetObject \ +static_assert(alignof(UIWidget_GetUserWidgetObject) == 0x000008, "Wrong alignment on UIWidget_GetUserWidgetObject"); \ +static_assert(sizeof(UIWidget_GetUserWidgetObject) == 0x000008, "Wrong size on UIWidget_GetUserWidgetObject"); \ +static_assert(offsetof(UIWidget_GetUserWidgetObject, ReturnValue) == 0x000000, "Member 'UIWidget_GetUserWidgetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetWidget \ +static_assert(alignof(UIWidget_GetWidget) == 0x000008, "Wrong alignment on UIWidget_GetWidget"); \ +static_assert(sizeof(UIWidget_GetWidget) == 0x000008, "Wrong size on UIWidget_GetWidget"); \ +static_assert(offsetof(UIWidget_GetWidget, ReturnValue) == 0x000000, "Member 'UIWidget_GetWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetWindowFocusable \ +static_assert(alignof(UIWidget_GetWindowFocusable) == 0x000001, "Wrong alignment on UIWidget_GetWindowFocusable"); \ +static_assert(sizeof(UIWidget_GetWindowFocusable) == 0x000001, "Wrong size on UIWidget_GetWindowFocusable"); \ +static_assert(offsetof(UIWidget_GetWindowFocusable, ReturnValue) == 0x000000, "Member 'UIWidget_GetWindowFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_GetWindowVisiblility \ +static_assert(alignof(UIWidget_GetWindowVisiblility) == 0x000001, "Wrong alignment on UIWidget_GetWindowVisiblility"); \ +static_assert(sizeof(UIWidget_GetWindowVisiblility) == 0x000001, "Wrong size on UIWidget_GetWindowVisiblility"); \ +static_assert(offsetof(UIWidget_GetWindowVisiblility, ReturnValue) == 0x000000, "Member 'UIWidget_GetWindowVisiblility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidget_IsWidgetVisible \ +static_assert(alignof(UIWidget_IsWidgetVisible) == 0x000001, "Wrong alignment on UIWidget_IsWidgetVisible"); \ +static_assert(sizeof(UIWidget_IsWidgetVisible) == 0x000001, "Wrong size on UIWidget_IsWidgetVisible"); \ +static_assert(offsetof(UIWidget_IsWidgetVisible, ReturnValue) == 0x000000, "Member 'UIWidget_IsWidgetVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIWidget \ +static_assert(alignof(UUIWidget) == 0x000010, "Wrong alignment on UUIWidget"); \ +static_assert(sizeof(UUIWidget) == 0x000620, "Wrong size on UUIWidget"); \ +static_assert(offsetof(UUIWidget, TimingPolicy) == 0x000570, "Member 'UUIWidget::TimingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, WidgetClass) == 0x000578, "Member 'UUIWidget::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, bManuallyRedraw) == 0x000580, "Member 'UUIWidget::bManuallyRedraw' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, RedrawTime) == 0x000584, "Member 'UUIWidget::RedrawTime' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, ResolutionScale) == 0x000590, "Member 'UUIWidget::ResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, bWindowFocusable) == 0x00059C, "Member 'UUIWidget::bWindowFocusable' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, WindowVisibility) == 0x00059D, "Member 'UUIWidget::WindowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, bApplyGammaCorrection) == 0x00059E, "Member 'UUIWidget::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, BackgroundColor) == 0x0005A0, "Member 'UUIWidget::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, TickWhenOffscreen) == 0x0005B0, "Member 'UUIWidget::TickWhenOffscreen' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, RenderTarget) == 0x0005B8, "Member 'UUIWidget::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, TickMode) == 0x0005C0, "Member 'UUIWidget::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UUIWidget, Widget) == 0x0005F0, "Member 'UUIWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetActor_GetUIWidget \ +static_assert(alignof(UIWidgetActor_GetUIWidget) == 0x000008, "Wrong alignment on UIWidgetActor_GetUIWidget"); \ +static_assert(sizeof(UIWidgetActor_GetUIWidget) == 0x000008, "Wrong size on UIWidgetActor_GetUIWidget"); \ +static_assert(offsetof(UIWidgetActor_GetUIWidget, ReturnValue) == 0x000000, "Member 'UIWidgetActor_GetUIWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUIWidgetActor \ +static_assert(alignof(AUIWidgetActor) == 0x000008, "Wrong alignment on AUIWidgetActor"); \ +static_assert(sizeof(AUIWidgetActor) == 0x000298, "Wrong size on AUIWidgetActor"); \ +static_assert(offsetof(AUIWidgetActor, UIWidget) == 0x000290, "Member 'AUIWidgetActor::UIWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIWidgetInteractionManager \ +static_assert(alignof(UUIWidgetInteractionManager) == 0x000008, "Wrong alignment on UUIWidgetInteractionManager"); \ +static_assert(sizeof(UUIWidgetInteractionManager) == 0x000078, "Wrong size on UUIWidgetInteractionManager"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_PressAndReleaseKey \ +static_assert(alignof(UIWidgetInteraction_PressAndReleaseKey) == 0x000008, "Wrong alignment on UIWidgetInteraction_PressAndReleaseKey"); \ +static_assert(sizeof(UIWidgetInteraction_PressAndReleaseKey) == 0x000020, "Wrong size on UIWidgetInteraction_PressAndReleaseKey"); \ +static_assert(offsetof(UIWidgetInteraction_PressAndReleaseKey, Key) == 0x000000, "Member 'UIWidgetInteraction_PressAndReleaseKey::Key' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_PressAndReleaseKey, ReturnValue) == 0x000018, "Member 'UIWidgetInteraction_PressAndReleaseKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_PressKey \ +static_assert(alignof(UIWidgetInteraction_PressKey) == 0x000008, "Wrong alignment on UIWidgetInteraction_PressKey"); \ +static_assert(sizeof(UIWidgetInteraction_PressKey) == 0x000020, "Wrong size on UIWidgetInteraction_PressKey"); \ +static_assert(offsetof(UIWidgetInteraction_PressKey, Key) == 0x000000, "Member 'UIWidgetInteraction_PressKey::Key' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_PressKey, bRepeat) == 0x000018, "Member 'UIWidgetInteraction_PressKey::bRepeat' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_PressKey, ReturnValue) == 0x000019, "Member 'UIWidgetInteraction_PressKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_PressPointerKey \ +static_assert(alignof(UIWidgetInteraction_PressPointerKey) == 0x000008, "Wrong alignment on UIWidgetInteraction_PressPointerKey"); \ +static_assert(sizeof(UIWidgetInteraction_PressPointerKey) == 0x000018, "Wrong size on UIWidgetInteraction_PressPointerKey"); \ +static_assert(offsetof(UIWidgetInteraction_PressPointerKey, Key) == 0x000000, "Member 'UIWidgetInteraction_PressPointerKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_ReleaseKey \ +static_assert(alignof(UIWidgetInteraction_ReleaseKey) == 0x000008, "Wrong alignment on UIWidgetInteraction_ReleaseKey"); \ +static_assert(sizeof(UIWidgetInteraction_ReleaseKey) == 0x000020, "Wrong size on UIWidgetInteraction_ReleaseKey"); \ +static_assert(offsetof(UIWidgetInteraction_ReleaseKey, Key) == 0x000000, "Member 'UIWidgetInteraction_ReleaseKey::Key' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_ReleaseKey, ReturnValue) == 0x000018, "Member 'UIWidgetInteraction_ReleaseKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_ReleasePointerKey \ +static_assert(alignof(UIWidgetInteraction_ReleasePointerKey) == 0x000008, "Wrong alignment on UIWidgetInteraction_ReleasePointerKey"); \ +static_assert(sizeof(UIWidgetInteraction_ReleasePointerKey) == 0x000018, "Wrong size on UIWidgetInteraction_ReleasePointerKey"); \ +static_assert(offsetof(UIWidgetInteraction_ReleasePointerKey, Key) == 0x000000, "Member 'UIWidgetInteraction_ReleasePointerKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_ScrollWheel \ +static_assert(alignof(UIWidgetInteraction_ScrollWheel) == 0x000004, "Wrong alignment on UIWidgetInteraction_ScrollWheel"); \ +static_assert(sizeof(UIWidgetInteraction_ScrollWheel) == 0x000004, "Wrong size on UIWidgetInteraction_ScrollWheel"); \ +static_assert(offsetof(UIWidgetInteraction_ScrollWheel, ScrollDelta) == 0x000000, "Member 'UIWidgetInteraction_ScrollWheel::ScrollDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_SendKeyChar \ +static_assert(alignof(UIWidgetInteraction_SendKeyChar) == 0x000008, "Wrong alignment on UIWidgetInteraction_SendKeyChar"); \ +static_assert(sizeof(UIWidgetInteraction_SendKeyChar) == 0x000018, "Wrong size on UIWidgetInteraction_SendKeyChar"); \ +static_assert(offsetof(UIWidgetInteraction_SendKeyChar, Characters) == 0x000000, "Member 'UIWidgetInteraction_SendKeyChar::Characters' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_SendKeyChar, bRepeat) == 0x000010, "Member 'UIWidgetInteraction_SendKeyChar::bRepeat' has a wrong offset!"); \ +static_assert(offsetof(UIWidgetInteraction_SendKeyChar, ReturnValue) == 0x000011, "Member 'UIWidgetInteraction_SendKeyChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_SetCustomHitResult \ +static_assert(alignof(UIWidgetInteraction_SetCustomHitResult) == 0x000008, "Wrong alignment on UIWidgetInteraction_SetCustomHitResult"); \ +static_assert(sizeof(UIWidgetInteraction_SetCustomHitResult) == 0x0000F8, "Wrong size on UIWidgetInteraction_SetCustomHitResult"); \ +static_assert(offsetof(UIWidgetInteraction_SetCustomHitResult, HitResult) == 0x000000, "Member 'UIWidgetInteraction_SetCustomHitResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_SetFocus \ +static_assert(alignof(UIWidgetInteraction_SetFocus) == 0x000008, "Wrong alignment on UIWidgetInteraction_SetFocus"); \ +static_assert(sizeof(UIWidgetInteraction_SetFocus) == 0x000008, "Wrong size on UIWidgetInteraction_SetFocus"); \ +static_assert(offsetof(UIWidgetInteraction_SetFocus, FocusWidget) == 0x000000, "Member 'UIWidgetInteraction_SetFocus::FocusWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_Get2DHitLocation \ +static_assert(alignof(UIWidgetInteraction_Get2DHitLocation) == 0x000008, "Wrong alignment on UIWidgetInteraction_Get2DHitLocation"); \ +static_assert(sizeof(UIWidgetInteraction_Get2DHitLocation) == 0x000010, "Wrong size on UIWidgetInteraction_Get2DHitLocation"); \ +static_assert(offsetof(UIWidgetInteraction_Get2DHitLocation, ReturnValue) == 0x000000, "Member 'UIWidgetInteraction_Get2DHitLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_IsOverFocusableWidget \ +static_assert(alignof(UIWidgetInteraction_IsOverFocusableWidget) == 0x000001, "Wrong alignment on UIWidgetInteraction_IsOverFocusableWidget"); \ +static_assert(sizeof(UIWidgetInteraction_IsOverFocusableWidget) == 0x000001, "Wrong size on UIWidgetInteraction_IsOverFocusableWidget"); \ +static_assert(offsetof(UIWidgetInteraction_IsOverFocusableWidget, ReturnValue) == 0x000000, "Member 'UIWidgetInteraction_IsOverFocusableWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_IsOverHitTestVisibleWidget \ +static_assert(alignof(UIWidgetInteraction_IsOverHitTestVisibleWidget) == 0x000001, "Wrong alignment on UIWidgetInteraction_IsOverHitTestVisibleWidget"); \ +static_assert(sizeof(UIWidgetInteraction_IsOverHitTestVisibleWidget) == 0x000001, "Wrong size on UIWidgetInteraction_IsOverHitTestVisibleWidget"); \ +static_assert(offsetof(UIWidgetInteraction_IsOverHitTestVisibleWidget, ReturnValue) == 0x000000, "Member 'UIWidgetInteraction_IsOverHitTestVisibleWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIWidgetInteraction_IsOverInteractableWidget \ +static_assert(alignof(UIWidgetInteraction_IsOverInteractableWidget) == 0x000001, "Wrong alignment on UIWidgetInteraction_IsOverInteractableWidget"); \ +static_assert(sizeof(UIWidgetInteraction_IsOverInteractableWidget) == 0x000001, "Wrong size on UIWidgetInteraction_IsOverInteractableWidget"); \ +static_assert(offsetof(UIWidgetInteraction_IsOverInteractableWidget, ReturnValue) == 0x000000, "Member 'UIWidgetInteraction_IsOverInteractableWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIWidgetInteraction \ +static_assert(alignof(UUIWidgetInteraction) == 0x000008, "Wrong alignment on UUIWidgetInteraction"); \ +static_assert(sizeof(UUIWidgetInteraction) == 0x0002B0, "Wrong size on UUIWidgetInteraction"); \ +static_assert(offsetof(UUIWidgetInteraction, bAllowEventBubbleUp) == 0x0000E0, "Member 'UUIWidgetInteraction::bAllowEventBubbleUp' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, Helper) == 0x0000E8, "Member 'UUIWidgetInteraction::Helper' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, VirtualUserIndex) == 0x000108, "Member 'UUIWidgetInteraction::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, CustomHitResult) == 0x000188, "Member 'UUIWidgetInteraction::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, LocalHitLocation) == 0x000280, "Member 'UUIWidgetInteraction::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, LastLocalHitLocation) == 0x000290, "Member 'UUIWidgetInteraction::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, WidgetComponent) == 0x0002A0, "Member 'UUIWidgetInteraction::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, bIsHoveredWidgetInteractable) == 0x0002A8, "Member 'UUIWidgetInteraction::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, bIsHoveredWidgetFocusable) == 0x0002A9, "Member 'UUIWidgetInteraction::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UUIWidgetInteraction, bIsHoveredWidgetHitTestVisible) == 0x0002AA, "Member 'UUIWidgetInteraction::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLGUIMaterialSystem \ +static_assert(alignof(UMovieSceneLGUIMaterialSystem) == 0x000008, "Wrong alignment on UMovieSceneLGUIMaterialSystem"); \ +static_assert(sizeof(UMovieSceneLGUIMaterialSystem) == 0x0001A8, "Wrong size on UMovieSceneLGUIMaterialSystem"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraCacheParams \ +static_assert(alignof(FMovieSceneNiagaraCacheParams) == 0x000008, "Wrong alignment on FMovieSceneNiagaraCacheParams"); \ +static_assert(sizeof(FMovieSceneNiagaraCacheParams) == 0x000088, "Wrong size on FMovieSceneNiagaraCacheParams"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, CacheParameters) == 0x000020, "Member 'FMovieSceneNiagaraCacheParams::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, SimCache) == 0x000078, "Member 'FMovieSceneNiagaraCacheParams::SimCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, bLockCacheToReadOnly) == 0x000080, "Member 'FMovieSceneNiagaraCacheParams::bLockCacheToReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, bOverrideQualityLevel) == 0x000081, "Member 'FMovieSceneNiagaraCacheParams::bOverrideQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, RecordQualityLevel) == 0x000082, "Member 'FMovieSceneNiagaraCacheParams::RecordQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, CacheReplayPlayMode) == 0x000083, "Member 'FMovieSceneNiagaraCacheParams::CacheReplayPlayMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, SectionStretchMode) == 0x000084, "Member 'FMovieSceneNiagaraCacheParams::SectionStretchMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSectionTemplateParameter \ +static_assert(alignof(FMovieSceneNiagaraSectionTemplateParameter) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSectionTemplateParameter"); \ +static_assert(sizeof(FMovieSceneNiagaraSectionTemplateParameter) == 0x000098, "Wrong size on FMovieSceneNiagaraSectionTemplateParameter"); \ +static_assert(offsetof(FMovieSceneNiagaraSectionTemplateParameter, SectionRange) == 0x000000, "Member 'FMovieSceneNiagaraSectionTemplateParameter::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSectionTemplateParameter, Params) == 0x000010, "Member 'FMovieSceneNiagaraSectionTemplateParameter::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraCacheSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraCacheSectionTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheSectionTemplate, CacheSections) == 0x000010, "Member 'FMovieSceneNiagaraCacheSectionTemplate::CacheSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraCacheSection \ +static_assert(alignof(UMovieSceneNiagaraCacheSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraCacheSection"); \ +static_assert(sizeof(UMovieSceneNiagaraCacheSection) == 0x000188, "Wrong size on UMovieSceneNiagaraCacheSection"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheSection, Params_0) == 0x0000F8, "Member 'UMovieSceneNiagaraCacheSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheSection, bCacheOutOfDate) == 0x000180, "Member 'UMovieSceneNiagaraCacheSection::bCacheOutOfDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraCacheTrack \ +static_assert(alignof(UMovieSceneNiagaraCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraCacheTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraCacheTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraCacheTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, bIsRecording) == 0x0000A8, "Member 'UMovieSceneNiagaraCacheTrack::bIsRecording' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, AnimationSections) == 0x0000B0, "Member 'UMovieSceneNiagaraCacheTrack::AnimationSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, bCacheRecordingEnabled) == 0x0000C0, "Member 'UMovieSceneNiagaraCacheTrack::bCacheRecordingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KiBLIIFunctionLibrary_GetKeyboardLayoutsChars \ +static_assert(alignof(KiBLIIFunctionLibrary_GetKeyboardLayoutsChars) == 0x000008, "Wrong alignment on KiBLIIFunctionLibrary_GetKeyboardLayoutsChars"); \ +static_assert(sizeof(KiBLIIFunctionLibrary_GetKeyboardLayoutsChars) == 0x000010, "Wrong size on KiBLIIFunctionLibrary_GetKeyboardLayoutsChars"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_GetKeyboardLayoutsChars, ReturnValue) == 0x000000, "Member 'KiBLIIFunctionLibrary_GetKeyboardLayoutsChars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KiBLIIFunctionLibrary_RemapKey_QwertyToSystem \ +static_assert(alignof(KiBLIIFunctionLibrary_RemapKey_QwertyToSystem) == 0x000008, "Wrong alignment on KiBLIIFunctionLibrary_RemapKey_QwertyToSystem"); \ +static_assert(sizeof(KiBLIIFunctionLibrary_RemapKey_QwertyToSystem) == 0x000030, "Wrong size on KiBLIIFunctionLibrary_RemapKey_QwertyToSystem"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKey_QwertyToSystem, Key) == 0x000000, "Member 'KiBLIIFunctionLibrary_RemapKey_QwertyToSystem::Key' has a wrong offset!"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKey_QwertyToSystem, ReturnValue) == 0x000018, "Member 'KiBLIIFunctionLibrary_RemapKey_QwertyToSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem \ +static_assert(alignof(KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem) == 0x000008, "Wrong alignment on KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem"); \ +static_assert(sizeof(KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem) == 0x000080, "Wrong size on KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem, KeyEvent) == 0x000000, "Member 'KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem::KeyEvent' has a wrong offset!"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem, ReturnValue) == 0x000040, "Member 'KiBLIIFunctionLibrary_RemapKeyEvent_QwertyToSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty \ +static_assert(alignof(KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty) == 0x000008, "Wrong alignment on KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty"); \ +static_assert(sizeof(KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty) == 0x000080, "Wrong size on KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty, KeyEvent) == 0x000000, "Member 'KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty::KeyEvent' has a wrong offset!"); \ +static_assert(offsetof(KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty, ReturnValue) == 0x000040, "Member 'KiBLIIFunctionLibrary_RemapKeyEvent_SystemToQwerty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKiBLIIFunctionLibrary \ +static_assert(alignof(UKiBLIIFunctionLibrary) == 0x000008, "Wrong alignment on UKiBLIIFunctionLibrary"); \ +static_assert(sizeof(UKiBLIIFunctionLibrary) == 0x000028, "Wrong size on UKiBLIIFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UKiBLIIInputKeySelector \ +static_assert(alignof(UKiBLIIInputKeySelector) == 0x000010, "Wrong alignment on UKiBLIIInputKeySelector"); \ +static_assert(sizeof(UKiBLIIInputKeySelector) == 0x000950, "Wrong size on UKiBLIIInputKeySelector"); \ + +#define DUMPER7_ASSERTS_UKiBLIISettings \ +static_assert(alignof(UKiBLIISettings) == 0x000008, "Wrong alignment on UKiBLIISettings"); \ +static_assert(sizeof(UKiBLIISettings) == 0x000040, "Wrong size on UKiBLIISettings"); \ +static_assert(offsetof(UKiBLIISettings, bEnableInGame) == 0x000028, "Member 'UKiBLIISettings::bEnableInGame' has a wrong offset!"); \ +static_assert(offsetof(UKiBLIISettings, bEnableInEditor) == 0x000029, "Member 'UKiBLIISettings::bEnableInEditor' has a wrong offset!"); \ +static_assert(offsetof(UKiBLIISettings, LowercaseCharacters) == 0x000030, "Member 'UKiBLIISettings::LowercaseCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_AddCharacterMovementData \ +static_assert(alignof(BP_jRPG_Character_World_C_AddCharacterMovementData) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_AddCharacterMovementData"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_AddCharacterMovementData) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_AddCharacterMovementData"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AddCharacterMovementData, Movement_Data) == 0x000000, "Member 'BP_jRPG_Character_World_C_AddCharacterMovementData::Movement_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AddCharacterMovementData, IsHighPriority) == 0x000010, "Member 'BP_jRPG_Character_World_C_AddCharacterMovementData::IsHighPriority' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AddCharacterMovementData, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_World_C_AddCharacterMovementData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_AddInteractable \ +static_assert(alignof(BP_jRPG_Character_World_C_AddInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_AddInteractable"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_AddInteractable) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_AddInteractable"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AddInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Character_World_C_AddInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_AdjustCharacterSpringArm \ +static_assert(alignof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_AdjustCharacterSpringArm"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm) == 0x000138, "Wrong size on BP_jRPG_Character_World_C_AdjustCharacterSpringArm"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, IsCrouching) == 0x000000, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::IsCrouching' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, ScaledHalfHeightAdjust) == 0x000008, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::ScaledHalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AdjustCharacterSpringArm, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000040, "Member 'BP_jRPG_Character_World_C_AdjustCharacterSpringArm::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_AimAction \ +static_assert(alignof(BP_jRPG_Character_World_C_AimAction) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_AimAction"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_AimAction) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_AimAction"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AimAction, bValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_AimAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ApplyDefaultInputContext \ +static_assert(alignof(BP_jRPG_Character_World_C_ApplyDefaultInputContext) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_ApplyDefaultInputContext"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ApplyDefaultInputContext) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_ApplyDefaultInputContext"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ApplyDefaultInputContext, SetDefaultRunningGait) == 0x000000, "Member 'BP_jRPG_Character_World_C_ApplyDefaultInputContext::SetDefaultRunningGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_AreDependenciesLoaded \ +static_assert(alignof(BP_jRPG_Character_World_C_AreDependenciesLoaded) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_AreDependenciesLoaded"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_AreDependenciesLoaded) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_AreDependenciesLoaded"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_AreDependenciesLoaded, AreLoaded) == 0x000000, "Member 'BP_jRPG_Character_World_C_AreDependenciesLoaded::AreLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ArmRingChangeFeedbackType \ +static_assert(alignof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ArmRingChangeFeedbackType"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType) == 0x000028, "Wrong size on BP_jRPG_Character_World_C_ArmRingChangeFeedbackType"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType, NewFeedbackType) == 0x000000, "Member 'BP_jRPG_Character_World_C_ArmRingChangeFeedbackType::NewFeedbackType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_ArmRingChangeFeedbackType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType, CallFunc_ArmRingEnableFeedbackType_CurrentColor) == 0x000004, "Member 'BP_jRPG_Character_World_C_ArmRingChangeFeedbackType::CallFunc_ArmRingEnableFeedbackType_CurrentColor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType, CallFunc_ArmRingEnableFeedbackType_RotationRate) == 0x000018, "Member 'BP_jRPG_Character_World_C_ArmRingChangeFeedbackType::CallFunc_ArmRingEnableFeedbackType_RotationRate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingChangeFeedbackType, CallFunc_ArmRingEnableFeedbackType_Glow) == 0x000020, "Member 'BP_jRPG_Character_World_C_ArmRingChangeFeedbackType::CallFunc_ArmRingEnableFeedbackType_Glow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ArmRingDisableFeedbackType \ +static_assert(alignof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ArmRingDisableFeedbackType"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_ArmRingDisableFeedbackType"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType, CurrentFeedbackType) == 0x000000, "Member 'BP_jRPG_Character_World_C_ArmRingDisableFeedbackType::CurrentFeedbackType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_jRPG_Character_World_C_ArmRingDisableFeedbackType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType, K2Node_DynamicCast_AsBP_Free_Aim_Camera) == 0x000008, "Member 'BP_jRPG_Character_World_C_ArmRingDisableFeedbackType::K2Node_DynamicCast_AsBP_Free_Aim_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingDisableFeedbackType, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Character_World_C_ArmRingDisableFeedbackType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ArmRingEnableFeedbackType \ +static_assert(alignof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ArmRingEnableFeedbackType"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType) == 0x0000F8, "Wrong size on BP_jRPG_Character_World_C_ArmRingEnableFeedbackType"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, CurrentFeedbackType) == 0x000000, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::CurrentFeedbackType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, CurrentColor) == 0x000004, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::CurrentColor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, RotationRate) == 0x000018, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Glow) == 0x000020, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Glow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable) == 0x000028, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_1) == 0x000038, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_2) == 0x000040, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_byte_Variable) == 0x000048, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_3) == 0x000050, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_4) == 0x000058, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_5) == 0x000060, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_6) == 0x000068, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_byte_Variable_1) == 0x000070, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_Select_Default) == 0x000078, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_struct_Variable) == 0x000080, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_struct_Variable_1) == 0x000090, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_struct_Variable_2) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_struct_Variable_3) == 0x0000B0, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_real_Variable_7) == 0x0000C0, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_Select_Default_1) == 0x0000C8, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, Temp_byte_Variable_2) == 0x0000D8, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_Select_Default_2) == 0x0000E0, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_DynamicCast_AsBP_Free_Aim_Camera) == 0x0000E8, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_DynamicCast_AsBP_Free_Aim_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ArmRingEnableFeedbackType, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'BP_jRPG_Character_World_C_ArmRingEnableFeedbackType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BindEventsToController \ +static_assert(alignof(BP_jRPG_Character_World_C_BindEventsToController) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_BindEventsToController"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BindEventsToController) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_BindEventsToController"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BindEventsToController, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Character_World_C_BindEventsToController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BindEventsToController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_jRPG_Character_World_C_BindEventsToController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BindEventsToController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_jRPG_Character_World_C_BindEventsToController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature \ +static_assert(alignof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature, SkinComponent) == 0x000000, "Member 'BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_BP_CharacterSkinComponent_K2Node_ComponentBoundEvent_4_OnCharacterSkinChanged__DelegateSignature::SkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature, State) == 0x000000, "Member 'BP_jRPG_Character_World_C_BndEvt__BP_jRPG_Character_World_MantleComponent_K2Node_ComponentBoundEvent_1_MantleStateChangedSignature__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras, CineCameraComponents) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras::CineCameraComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras, CallFunc_GetAllDialogueCameras_AllCameras) == 0x000010, "Member 'BP_jRPG_Character_World_C_BPI_GetAllDialogueCameras::CallFunc_GetAllDialogueCameras_AllCameras' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent, AudioComponent) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueAudioComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType) == 0x000040, "Wrong size on BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, CameraType) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, CameraComponent) == 0x000008, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, Temp_object_Variable) == 0x000018, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, Temp_object_Variable_1) == 0x000020, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, Temp_object_Variable_2) == 0x000028, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, Temp_object_Variable_3) == 0x000030, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraByType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset) == 0x000050, "Wrong size on BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset, CallFunc_GetCurrentWorldCharacter_Found) == 0x000018, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset::CallFunc_GetCurrentWorldCharacter_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset, CallFunc_GetCurrentWorldCharacter_WorldCharacter) == 0x000020, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueCameraOffset::CallFunc_GetCurrentWorldCharacter_WorldCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint, SceneComponent) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetDialogueFocusPoint::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetInteractingCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetInteractingCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetInteractingCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetInteractingCharacter) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_BPI_GetInteractingCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetInteractingCharacter, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetInteractingCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetLightDirection \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetLightDirection) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetLightDirection"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetLightDirection) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_BPI_GetLightDirection"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightDirection, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetLightDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetLightingSet \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetLightingSet) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetLightingSet"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetLightingSet) == 0x000048, "Wrong size on BP_jRPG_Character_World_C_BPI_GetLightingSet"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, LightDirection) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::LightDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, FrontLight) == 0x000008, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::FrontLight' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, RimLight) == 0x000010, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::RimLight' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, Temp_byte_Variable) == 0x000018, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, Temp_object_Variable) == 0x000020, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, Temp_byte_Variable_1) == 0x000028, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, Temp_object_Variable_1) == 0x000030, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetLightingSet, K2Node_Select_Default_1) == 0x000040, "Member 'BP_jRPG_Character_World_C_BPI_GetLightingSet::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetReverseSpotlightReceiver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue, SpotLightActors) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_GetSpotlightsToActivateDuringDialogue::SpotLightActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_HasLightingAuthority \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_HasLightingAuthority) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_BPI_HasLightingAuthority"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_HasLightingAuthority) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_BPI_HasLightingAuthority"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_HasLightingAuthority, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_HasLightingAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide \ +static_assert(alignof(BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_BPI_ShouldMoveCameraPresetsToOtherSide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CameraToBasePosition \ +static_assert(alignof(BP_jRPG_Character_World_C_CameraToBasePosition) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_CameraToBasePosition"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CameraToBasePosition) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_CameraToBasePosition"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CameraToBasePosition, OverTime) == 0x000000, "Member 'BP_jRPG_Character_World_C_CameraToBasePosition::OverTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CameraToPosition \ +static_assert(alignof(BP_jRPG_Character_World_C_CameraToPosition) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CameraToPosition"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CameraToPosition) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_CameraToPosition"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CameraToPosition, TargetRelativeLocation) == 0x000000, "Member 'BP_jRPG_Character_World_C_CameraToPosition::TargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CameraToPosition, OverTime) == 0x000018, "Member 'BP_jRPG_Character_World_C_CameraToPosition::OverTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanAddMovementInput \ +static_assert(alignof(BP_jRPG_Character_World_C_CanAddMovementInput) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CanAddMovementInput"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanAddMovementInput) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_CanAddMovementInput"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_IsMovementInputLocked_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_IsMovementInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000013, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanAddMovementInput, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_jRPG_Character_World_C_CanAddMovementInput::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanBeDetectedByEnemies \ +static_assert(alignof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CanBeDetectedByEnemies"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_CanBeDetectedByEnemies"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanBeDetectedByEnemies::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanBeDetectedByEnemies::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_CanBeDetectedByEnemies::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'BP_jRPG_Character_World_C_CanBeDetectedByEnemies::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanBeDetectedByEnemies, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_World_C_CanBeDetectedByEnemies::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanDash \ +static_assert(alignof(BP_jRPG_Character_World_C_CanDash) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_CanDash"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanDash) == 0x00000E, "Wrong size on BP_jRPG_Character_World_C_CanDash"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanDash::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000001, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_IsInFreeAim_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_IsInFreeAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_Not_PreBool_ReturnValue_3) == 0x000007, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_Not_PreBool_ReturnValue_4) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_BooleanAND_ReturnValue_1) == 0x00000A, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_BooleanAND_ReturnValue_3) == 0x00000C, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanDash, CallFunc_BooleanAND_ReturnValue_4) == 0x00000D, "Member 'BP_jRPG_Character_World_C_CanDash::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanEnterFreeAimCheck \ +static_assert(alignof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CanEnterFreeAimCheck"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck) == 0x000028, "Wrong size on BP_jRPG_Character_World_C_CanEnterFreeAimCheck"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_HasExplorationCapacity_Result) == 0x000001, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000002, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_IsFalling_ReturnValue) == 0x000019, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_IsInBattle_ReturnValue) == 0x00001A, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001C, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_HasCameraOverride_HasOverride) == 0x00001E, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue_1) == 0x00001F, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_Not_PreBool_ReturnValue_3) == 0x000020, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue_2) == 0x000021, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_Not_PreBool_ReturnValue_4) == 0x000022, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue_3) == 0x000023, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue_4) == 0x000024, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanEnterFreeAimCheck, CallFunc_BooleanAND_ReturnValue_5) == 0x000025, "Member 'BP_jRPG_Character_World_C_CanEnterFreeAimCheck::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanPerformExplorationAttack \ +static_assert(alignof(BP_jRPG_Character_World_C_CanPerformExplorationAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CanPerformExplorationAttack"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanPerformExplorationAttack) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_CanPerformExplorationAttack"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_HasExplorationCapacity_Result) == 0x000001, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_IsInCustomMovement_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_IsInCustomMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000021, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_IsInBattle_ReturnValue) == 0x000022, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000023, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_Not_PreBool_ReturnValue_2) == 0x000024, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_Not_PreBool_ReturnValue_3) == 0x000025, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_IsFalling_ReturnValue) == 0x000026, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_Not_PreBool_ReturnValue_4) == 0x000027, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x000029, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue_2) == 0x00002A, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue_3) == 0x00002B, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue_4) == 0x00002C, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanPerformExplorationAttack, CallFunc_BooleanAND_ReturnValue_5) == 0x00002D, "Member 'BP_jRPG_Character_World_C_CanPerformExplorationAttack::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CanSwitchCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_CanSwitchCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_CanSwitchCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CanSwitchCharacter) == 0x0001E8, "Wrong size on BP_jRPG_Character_World_C_CanSwitchCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CharacterSwitchFromButtonPress) == 0x000000, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CharacterSwitchFromButtonPress' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_IsInCustomMovement_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_IsInCustomMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_GetCurrentLevelData_Found) == 0x000011, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_GetCurrentLevelData_LevelData) == 0x000018, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_GetCurrentLevelData_RowName) == 0x0001C8, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Map_Length_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D4, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001D5, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001D6, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_IsCapabilityAllowed_isAllowed) == 0x0001D7, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanOR_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001D9, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001DA, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001DB, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0001DC, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001DD, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0001DE, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0001DF, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x0001E0, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x0001E1, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x0001E2, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x0001E3, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_5) == 0x0001E4, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_6) == 0x0001E5, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CanSwitchCharacter, CallFunc_BooleanAND_ReturnValue_7) == 0x0001E6, "Member 'BP_jRPG_Character_World_C_CanSwitchCharacter::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_CharacterTalking \ +static_assert(alignof(BP_jRPG_Character_World_C_CharacterTalking) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_CharacterTalking"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_CharacterTalking) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_CharacterTalking"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_CharacterTalking, Talking) == 0x000000, "Member 'BP_jRPG_Character_World_C_CharacterTalking::Talking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera \ +static_assert(alignof(BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_Cinematic_ActivatePlayerCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic \ +static_assert(alignof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic) == 0x000068, "Wrong size on BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic, K2Node_MakeMap_Map) == 0x000000, "Member 'BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic, K2Node_DynamicCast_AsBP_Pre_Cinematic_Camera) == 0x000058, "Member 'BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic::K2Node_DynamicCast_AsBP_Pre_Cinematic_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_jRPG_Character_World_C_Cinematic_ActivatePreCameraCinematic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime \ +static_assert(alignof(BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime, PreCinematicCameraBlendTime_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_Cinematic_GetPreCinematicBlendTime::PreCinematicCameraBlendTime_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ComputeActiveCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_ComputeActiveCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ComputeActiveCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ComputeActiveCharacter) == 0x000208, "Wrong size on BP_jRPG_Character_World_C_ComputeActiveCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCharacterID_FromEnum_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCharacterID_FromEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCustomGI_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_Array_IsEmpty_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000019, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, Temp_bool_Variable) == 0x00001A, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCharacterID_FromEnum_ReturnValue_1) == 0x00001C, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCharacterID_FromEnum_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, K2Node_Select_Default) == 0x000024, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCharacterID_FromEnum_ReturnValue_2) == 0x00002C, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCharacterID_FromEnum_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCustomGI_ReturnValue_2) == 0x000038, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCurrentLevelData_Found) == 0x000041, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCurrentLevelData_LevelData) == 0x000048, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_GetCurrentLevelData_RowName) == 0x0001F8, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000200, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActiveCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000201, "Member 'BP_jRPG_Character_World_C_ComputeActiveCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack \ +static_assert(alignof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack) == 0x0000A0, "Wrong size on BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, Rotation) == 0x000000, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_GetLastInputVector_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_GetLastInputVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_ComposeRotators_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_BreakRotator_Roll) == 0x000078, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_BreakRotator_Pitch) == 0x00007C, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_BreakRotator_Yaw) == 0x000080, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x000084, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack, CallFunc_MakeRotator_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_World_C_ComputeActorRotationDuringAttack::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro \ +static_assert(alignof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro, NewValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableAggro::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions \ +static_assert(alignof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions, NewValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_DEBUG_CVarChange_DisableCompanions::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities \ +static_assert(alignof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities) == 0x000108, "Wrong size on BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Map_Find_Value) == 0x000048, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Map_Find_ReturnValue) == 0x00004C, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Character_World_C_DEBUG_PrintCharacterCapabilities::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_DEBUG_TeleportEnviro \ +static_assert(alignof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_DEBUG_TeleportEnviro"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_DEBUG_TeleportEnviro"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, TPNumber) == 0x000000, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::TPNumber' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002D, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_DEBUG_TeleportEnviro, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_DEBUG_TeleportEnviro::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_EnableIK \ +static_assert(alignof(BP_jRPG_Character_World_C_EnableIK) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_EnableIK"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_EnableIK) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_EnableIK"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_EnableIK, EnableIK_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_EnableIK::EnableIK_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_EnterCinematicMode \ +static_assert(alignof(BP_jRPG_Character_World_C_EnterCinematicMode) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_EnterCinematicMode"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_EnterCinematicMode) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_EnterCinematicMode"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_EnterCinematicMode, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_EnterCinematicMode::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_EnterCinematicMode, K2Node_MakeStruct_S_InputLockParameters) == 0x000008, "Member 'BP_jRPG_Character_World_C_EnterCinematicMode::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_EnterCinematicMode, CallFunc_GetInputLockSystem_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_EnterCinematicMode::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_EnterCinematicMode, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_EnterCinematicMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World \ +static_assert(alignof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World) == 0x000010, "Wrong alignment on BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World) == 0x002B50, "Wrong size on BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, EntryPoint) == 0x000000, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_17) == 0x000008, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_17) == 0x000028, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_17) == 0x00002C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_17) == 0x000030, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable) == 0x000038, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable) == 0x000048, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_1) == 0x000050, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_0) == 0x000058, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_1_0) == 0x000060, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable) == 0x000068, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_16) == 0x000070, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_16) == 0x000090, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_16) == 0x000094, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_16) == 0x000098, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_1) == 0x0000A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_2) == 0x0000B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_2_0) == 0x0000B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_3) == 0x0000C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_1) == 0x0000C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_3_0) == 0x0000D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_15) == 0x0000D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_15) == 0x0000F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_15) == 0x0000FC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_15) == 0x000100, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_2) == 0x000108, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000110, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_4) == 0x000118, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_5) == 0x000120, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_4_0) == 0x000128, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_5_0) == 0x000130, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_2) == 0x000138, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_14) == 0x000140, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_14) == 0x000160, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_14) == 0x000164, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_14) == 0x000168, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000170, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_3) == 0x000178, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_6) == 0x000180, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_6_0) == 0x000188, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_7) == 0x000190, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_3) == 0x000198, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_7_0) == 0x0001A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_7_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_13) == 0x0001A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_13) == 0x0001C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_13) == 0x0001CC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_13) == 0x0001D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_12) == 0x0001D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_12) == 0x0001F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_12) == 0x0001FC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_12) == 0x000200, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x000208, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000209, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_11) == 0x000210, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_11) == 0x000230, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_11) == 0x000234, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_11) == 0x000238, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_4) == 0x000240, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_6) == 0x000248, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_8) == 0x000250, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_9) == 0x000258, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_8_0) == 0x000260, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_9_0) == 0x000268, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_9_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_9_1) == 0x000270, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_9_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_9_2) == 0x000278, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_9_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_8_1) == 0x000280, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_8_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000288, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_8_2) == 0x000290, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_8_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FClamp_ReturnValue) == 0x000298, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_4) == 0x0002A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_10) == 0x0002A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_10) == 0x0002C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_10) == 0x0002CC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_10) == 0x0002D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_7) == 0x0002D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_5) == 0x0002E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_10) == 0x0002E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_10_0) == 0x0002F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_10_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_11) == 0x0002F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_5) == 0x000300, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_11_0) == 0x000308, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_11_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_9) == 0x000310, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_9) == 0x000330, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_9) == 0x000334, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_9) == 0x000338, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_6) == 0x000340, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_8) == 0x000348, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_12) == 0x000350, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_13) == 0x000358, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_12_0) == 0x000360, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_12_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_13_0) == 0x000368, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_13_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_6) == 0x000370, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x000378, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x000398, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x00039C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_8) == 0x0003A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_9) == 0x0003A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_7) == 0x0003B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_14) == 0x0003B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_14_0) == 0x0003C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_14_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_15) == 0x0003C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_7) == 0x0003D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_15_0) == 0x0003D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_15_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x0003E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x000400, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000404, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_7) == 0x000408, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_8) == 0x000410, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_10) == 0x000418, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_16) == 0x000420, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_17) == 0x000428, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_16_0) == 0x000430, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_16_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_17_0) == 0x000438, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_17_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_8) == 0x000440, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000448, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000468, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x00046C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x000470, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_11) == 0x000478, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_9) == 0x000480, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_18) == 0x000488, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_18_0) == 0x000490, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_18_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_19) == 0x000498, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_9) == 0x0004A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_19_0) == 0x0004A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_19_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x0004B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x0004D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x0004D4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x0004D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_10) == 0x0004E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_12) == 0x0004E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_20) == 0x0004F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_21) == 0x0004F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_20_0) == 0x000500, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_20_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_21_0) == 0x000508, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_21_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_10) == 0x000510, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x000518, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000538, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00053C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000540, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_13) == 0x000548, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_11) == 0x000550, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_22) == 0x000558, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_22_0) == 0x000560, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_22_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_23) == 0x000568, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_11) == 0x000570, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_23_0) == 0x000578, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_23_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000580, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x0005A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0005A4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x0005A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_12) == 0x0005B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_14) == 0x0005B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_24) == 0x0005C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_25) == 0x0005C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_24_0) == 0x0005D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_24_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_25_0) == 0x0005D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_25_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_12) == 0x0005E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0005E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000608, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x00060C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000610, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_15) == 0x000618, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_13) == 0x000620, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_26) == 0x000628, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_26_0) == 0x000630, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_26_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_27) == 0x000638, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_13) == 0x000640, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_27_0) == 0x000648, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_27_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000650, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000670, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000674, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000678, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_14) == 0x000680, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_16) == 0x000688, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_28) == 0x000690, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_29) == 0x000698, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_28_0) == 0x0006A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_28_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_29_0) == 0x0006A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_29_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_14) == 0x0006B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0006B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0006D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0006DC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0006E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_17) == 0x0006E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_15) == 0x0006F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_30) == 0x0006F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_30_0) == 0x000700, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_30_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_31) == 0x000708, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_15) == 0x000710, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_31_0) == 0x000718, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_31_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputKeyEvent_Key_1) == 0x000720, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputKeyEvent_Key) == 0x000738, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable) == 0x000750, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue) == 0x000754, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_1) == 0x000758, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_2) == 0x00075C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_1) == 0x000760, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_2) == 0x000764, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_3) == 0x000768, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_4) == 0x00076C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_3) == 0x000770, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_4) == 0x000774, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_byte_Variable) == 0x000778, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_32) == 0x000780, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_33) == 0x000788, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_byte_Variable_1) == 0x000790, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeTransform_ReturnValue) == 0x0007A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000800, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FinishSpawningActor_ReturnValue) == 0x000808, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_5) == 0x000810, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_6) == 0x000814, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_5) == 0x000818, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_6) == 0x00081C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000820, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate) == 0x000830, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_1) == 0x000840, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_2) == 0x000850, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Create_ReturnValue) == 0x000860, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_34) == 0x000868, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_16) == 0x000870, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_IsClosed_Variable) == 0x000878, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Loop_Counter_Variable) == 0x00087C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_7) == 0x000880, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Array_Index_Variable) == 0x000884, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_28) == 0x000888, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_28) == 0x0008A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_28) == 0x0008AC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_28) == 0x0008B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_34_0) == 0x0008B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_34_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_33_0) == 0x0008C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_33_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x0008C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Has_Been_Initd_Variable) == 0x0008D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Loop_Counter_Variable_1) == 0x0008D4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_8) == 0x0008D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Array_Index_Variable_1) == 0x0008DC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0008E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera) == 0x0008E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Loop_Counter_Variable_2) == 0x0008F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_9) == 0x0008F4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Array_Index_Variable_2) == 0x0008F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key) == 0x000900, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue) == 0x000918, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_35) == 0x000938, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_36) == 0x000940, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_37) == 0x000948, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_PlayerCharacterWorld) == 0x000950, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_HitLocation) == 0x000958, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_IsDisabled) == 0x000970, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_PlayerCharacter) == 0x000978, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_ImpactPoint) == 0x000980, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_ParamName) == 0x000998, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_ParamName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_FadeTimeOfBrush) == 0x0009A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_FadeTimeOfBrush' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_FadeTimeOfCanvas) == 0x0009A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_FadeTimeOfCanvas' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_BrushSize) == 0x0009B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_BrushSize' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_Interactable_1) == 0x0009B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_Interactable) == 0x0009C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x0009C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_17) == 0x0009D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_29) == 0x0009D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_29) == 0x0009F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_29) == 0x0009FC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_29) == 0x000A00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_1) == 0x000A08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_1) == 0x000A20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_37_0) == 0x000A40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_37_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_36_0) == 0x000A48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_36_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000A50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_38) == 0x000A58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_39) == 0x000A60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_7) == 0x000A68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetActorForwardVector_ReturnValue) == 0x000A70, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_40) == 0x000A88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_X) == 0x000A90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Y) == 0x000A98, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Z) == 0x000AA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_IsClosed_Variable_1) == 0x000AA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_41) == 0x000AB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map) == 0x000AB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_42) == 0x000B08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_43) == 0x000B10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000B18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_18) == 0x000B20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000B28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_30) == 0x000B30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_30) == 0x000B50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_30) == 0x000B54, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_30) == 0x000B58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000B60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_43_0) == 0x000B68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_43_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_42_0) == 0x000B70, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_42_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000B78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Has_Been_Initd_Variable_1) == 0x000B80, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetAllActorsOfClass_OutActors) == 0x000B88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue) == 0x000B98, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_IntToString_ReturnValue) == 0x000BA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_10) == 0x000BB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeLiteralString_ReturnValue) == 0x000BB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Concat_StrStr_ReturnValue) == 0x000BC8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_44) == 0x000BD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_CameraFilmbackSettings) == 0x000BE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_CameraFilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000BF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_BreakStruct_SensorHeight_ImplicitCast) == 0x000C00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_BreakStruct_SensorHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_45) == 0x000C08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_GameAction_Wrapper) == 0x000C10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_GameAction_Wrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputActionEvent_Key) == 0x000C20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputActionEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_1) == 0x000C38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_46) == 0x000C40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_VectorVector_ReturnValue) == 0x000C48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_ClampVectorSize_ReturnValue) == 0x000C60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000C78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_ClampVectorSize_ReturnValue_1) == 0x000C90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputAxisEvent_AxisValue) == 0x000CA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetUpVector_ReturnValue) == 0x000CB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000CC8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000CE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Variable_8) == 0x000CE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000CF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000CF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000D00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_byte_Variable_2) == 0x000D08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000D10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000D18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_byte_Variable_3) == 0x000D20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputKeyEvent_Key_2) == 0x000D28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeLiteralByte_ReturnValue) == 0x000D40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputActionEvent_Key_1) == 0x000D48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2) == 0x000D60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_HasExplorationCapacity_Result) == 0x000D61, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_2) == 0x000D68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_2) == 0x000D80, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_3) == 0x000DA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_3) == 0x000DB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_bValue_2) == 0x000DD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_4) == 0x000DE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_4) == 0x000DF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_5) == 0x000E18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_5) == 0x000E30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_Key_6) == 0x000E50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_Key_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_InputDebugKeyEvent_ActionValue_6) == 0x000E68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_InputDebugKeyEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedBuild_ReturnValue) == 0x000E88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000E90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_X_1) == 0x000EA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Y_1) == 0x000EB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Z_1) == 0x000EB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetLastInputVector_ReturnValue) == 0x000EC0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetLastInputVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000ED8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue) == 0x000EE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_16) == 0x000EE1, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_47) == 0x000EE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_48) == 0x000EF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_19) == 0x000EF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerController_ReturnValue) == 0x000F00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000F08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess) == 0x000F10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanPerformExplorationAttack_ReturnValue) == 0x000F11, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanPerformExplorationAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsInBattle_ReturnValue) == 0x000F12, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue) == 0x000F13, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_18) == 0x000F18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_18) == 0x000F38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_18) == 0x000F3C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_18) == 0x000F40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x000F48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_48_0) == 0x000F50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_48_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_47_0) == 0x000F58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_47_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_18) == 0x000F60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBPI_Audio_Character_Manager) == 0x000F68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBPI_Audio_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_1) == 0x000F78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_2) == 0x000F80, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetForwardVector_ReturnValue) == 0x000F88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_1) == 0x000FA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_X_2) == 0x000FF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Y_2) == 0x000FF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Z_2) == 0x001000, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeVector_ReturnValue) == 0x001008, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_2) == 0x001020, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_Value_1) == 0x001070, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_Value) == 0x001074, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetAimingRotation_ReturnValue) == 0x001078, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetAimingRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_bValue_1) == 0x001090, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanJump_ReturnValue) == 0x001091, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanJump_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsCapabilityAllowed_isAllowed) == 0x001092, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BooleanAND_ReturnValue) == 0x001093, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_49) == 0x001098, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_CameraFilmbackSettings_1) == 0x0010A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_CameraFilmbackSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0010B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_BreakStruct_SensorWidth_ImplicitCast) == 0x0010C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_BreakStruct_SensorWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_name_Variable) == 0x0010C4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NotifyName) == 0x0010CC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_SwitchName_CmpSuccess) == 0x0010D4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IncrementModulo_ReturnValue) == 0x0010D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IncrementModulo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Select_Default) == 0x0010E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SelectRotator_ReturnValue) == 0x0010E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SelectRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll) == 0x001100, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch) == 0x001104, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw) == 0x001108, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetAimingRotation_ReturnValue_1) == 0x001110, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetAimingRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeRotator_ReturnValue) == 0x001128, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetForwardVector_ReturnValue_1) == 0x001140, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SelectRotator_ReturnValue_1) == 0x001158, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SelectRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_ComputeActorRotationDuringAttack_Rotation) == 0x001170, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_ComputeActorRotationDuringAttack_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll_1) == 0x001188, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch_1) == 0x00118C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw_1) == 0x001190, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorRotation_ReturnValue) == 0x001194, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeRotator_ReturnValue_1) == 0x001198, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetRightVector_ReturnValue) == 0x0011B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_3) == 0x0011C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_bValue) == 0x001218, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_S_CameraRecenterRequest) == 0x001220, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_S_CameraRecenterRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue) == 0x001228, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x001230, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue) == 0x001238, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x001240, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_byte_Variable_4) == 0x001248, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x001250, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x001258, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_VectorVector_ReturnValue) == 0x001270, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x001288, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_X_3) == 0x001290, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Y_3) == 0x001298, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakVector_Z_3) == 0x0012A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_StartCameraShake_ReturnValue) == 0x0012A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeVector_ReturnValue_1) == 0x0012B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCinematicsSystem_ReturnValue) == 0x0012C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_3) == 0x0012D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0012E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetEnableHoldInputToSprint_ReturnValue) == 0x0012E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetEnableHoldInputToSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NotifyName_1) == 0x0012EC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanEnterFreeAimCheck_ReturnValue) == 0x0012F4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanEnterFreeAimCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanAddMovementInput_ReturnValue) == 0x0012F5, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanAddMovementInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanAddMovementInput_ReturnValue_1) == 0x0012F6, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanAddMovementInput_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x0012F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetEnableHoldInputToAim_ReturnValue) == 0x001300, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetEnableHoldInputToAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_4) == 0x001304, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerController_ReturnValue_1) == 0x001318, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_50) == 0x001320, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_50' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue) == 0x001328, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_CameraFilmbackSettings_2) == 0x001330, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_CameraFilmbackSettings_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x001340, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x001348, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_BreakStruct_SensorWidth_ImplicitCast_1) == 0x001358, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_BreakStruct_SensorWidth_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue) == 0x001360, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x001368, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_OtherActor_1) == 0x001370, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_DeltaSeconds) == 0x001378, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_Gameplay_Room) == 0x001380, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_Gameplay_Room' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_2) == 0x001388, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_Hit) == 0x001390, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NotifyName_2) == 0x001488, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_5) == 0x001490, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_1) == 0x0014A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetComponentByClass_ReturnValue) == 0x0014A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsNPC_Base) == 0x0014B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsNPC_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_3) == 0x0014B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_2) == 0x0014B9, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_3) == 0x0014BA, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_4) == 0x0014BB, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NotifyName_3) == 0x0014BC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_5) == 0x0014C4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_6) == 0x0014C5, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Aiming) == 0x0014C6, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Aiming' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x0014C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0014D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedBuild_ReturnValue_2) == 0x0014E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedBuild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0014F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll_2) == 0x001508, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch_2) == 0x00150C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw_2) == 0x001510, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetController_ReturnValue) == 0x001518, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll_3) == 0x001520, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch_3) == 0x001524, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw_3) == 0x001528, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeRotator_ReturnValue_2) == 0x001530, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x001548, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorLocation_ReturnValue) == 0x001640, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x001641, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedBuild_ReturnValue_3) == 0x001642, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedBuild_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedBuild_ReturnValue_4) == 0x001643, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedBuild_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetInputAxisValue_ReturnValue) == 0x001644, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_Sneak_Cam) == 0x001648, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_Sneak_Cam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_4) == 0x001650, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_1) == 0x001651, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BooleanAND_ReturnValue_1) == 0x001652, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_CharacterName) == 0x001654, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_HasSwitchCharacter) == 0x00165C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_HasSwitchCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_6) == 0x001660, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetWorldCharacterByName_Found) == 0x001670, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetWorldCharacterByName_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetWorldCharacterByName_WorldCharacter) == 0x001678, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetWorldCharacterByName_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x0016A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll_4) == 0x0016B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch_4) == 0x0016B4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw_4) == 0x0016B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_2) == 0x0016BC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeRotator_ReturnValue_3) == 0x0016C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_NewController) == 0x0016D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_NewController' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0016E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_5) == 0x0016E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_DestinationTransform_1) == 0x0016F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_DestinationTransform_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_CameraRotation_1) == 0x001750, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_CameraRotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetController_ReturnValue_1) == 0x001768, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakTransform_Location) == 0x001770, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakTransform_Rotation) == 0x001788, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakTransform_Scale) == 0x0017A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_7) == 0x0017B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeTransform_ReturnValue_1) == 0x0017C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x001820, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorTransform_ReturnValue) == 0x001918, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsActorTickEnabled_ReturnValue) == 0x001919, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsActorTickEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NotifyName_4) == 0x00191C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x001928, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_7) == 0x001940, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Has_Been_Initd_Variable_2) == 0x001950, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetGameInstance_ReturnValue) == 0x001958, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x001960, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x001970, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_6) == 0x001978, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item) == 0x001980, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_1) == 0x001988, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00198C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue) == 0x00198D, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x001990, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_8) == 0x0019A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0019B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Roll_5) == 0x0019C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Pitch_5) == 0x0019CC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BreakRotator_Yaw_5) == 0x0019D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0019D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x001AD0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_MakeRotator_ReturnValue_4) == 0x001AD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetController_ReturnValue_2) == 0x001AF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_17) == 0x001AF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_51) == 0x001B00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_51' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Add_ReturnValue) == 0x001B08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_OtherActor) == 0x001B10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_Gameplay_Room_1) == 0x001B18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_Gameplay_Room_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_7) == 0x001B20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_RemoveItem_ReturnValue) == 0x001B21, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_52) == 0x001B28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_52' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_HalfHeightAdjust_1) == 0x001B30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_HalfHeightAdjust_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_ScaledHalfHeightAdjust_1) == 0x001B34, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_ScaledHalfHeightAdjust_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_HalfHeightAdjust) == 0x001B38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_ScaledHalfHeightAdjust) == 0x001B3C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_ScaledHalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x001B40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x001B41, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_3) == 0x001B42, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_4) == 0x001B43, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_AddTrail) == 0x001B44, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_AddTrail' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_20) == 0x001B48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_CurrentColor) == 0x001B50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_CurrentColor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_RotationRate) == 0x001B60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_RotationRate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Glow) == 0x001B68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Glow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_19) == 0x001B70, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_19) == 0x001B90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_19) == 0x001B94, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_19) == 0x001B98, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue) == 0x001BA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_52_0) == 0x001BA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_52_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_51_0) == 0x001BB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_51_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_19) == 0x001BB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_1) == 0x001BC0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_18) == 0x001BC8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Array_Index_Variable_3) == 0x001BCC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_53) == 0x001BD0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_53' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_1) == 0x001BD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetObjectInteractionState_InteractionState) == 0x001BE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetObjectInteractionState_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_54) == 0x001BE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_54' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_5) == 0x001BF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_21) == 0x001BF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_20) == 0x001C00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_20) == 0x001C20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_20) == 0x001C24, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_20) == 0x001C28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_OverTime_1) == 0x001C30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_OverTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_54_0) == 0x001C38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_54_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_53_0) == 0x001C40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_53_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_20) == 0x001C48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_TargetRelativeLocation) == 0x001C50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_TargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_OverTime) == 0x001C68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_OverTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Target_Arm_Length) == 0x001C6C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Target_Arm_Length' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_CameraLagMaxDistance) == 0x001C70, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_CameraLagMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_2) == 0x001C78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_3) == 0x001C80, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_TargetFov) == 0x001C88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_TargetFov' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_4) == 0x001C90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_5) == 0x001C98, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_6) == 0x001CA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_3) == 0x001CA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_ReturnValue_7) == 0x001CB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_4) == 0x001CB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_5) == 0x001CC0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_6) == 0x001CC8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_7) == 0x001CD0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_8) == 0x001CD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetMainCamera_MainCamera_9) == 0x001CE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetMainCamera_MainCamera_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Capabilities) == 0x001CE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Capabilities' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Movement_Data) == 0x001D38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Movement_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Reason) == 0x001D48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_EnableIK) == 0x001D58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_EnableIK' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_previousGait) == 0x001D59, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_previousGait' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_nextGait) == 0x001D5A, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_nextGait' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x001D5B, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x001D5C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_4) == 0x001D60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_5) == 0x001DB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_Visible) == 0x001E00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_AttachToComponent_ReturnValue) == 0x001E01, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_9) == 0x001E02, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsValid_ReturnValue_10) == 0x001E03, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_IsClosed_Variable_2) == 0x001E04, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsAnyInputUsable_Usable) == 0x001E05, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsAnyInputUsable_Usable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_CanSwitchCharacter_CharacterSwitchFromButtonPress) == 0x001E06, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_CanSwitchCharacter_CharacterSwitchFromButtonPress' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_OldController) == 0x001E08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_OldController' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_21) == 0x001E10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_21) == 0x001E30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_21) == 0x001E34, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_21) == 0x001E38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_54_1) == 0x001E40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_54_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_53_1) == 0x001E48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_53_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_21) == 0x001E50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetDisplayName_ReturnValue) == 0x001E58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_StringToText_ReturnValue) == 0x001E68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_FormatArgumentData) == 0x001E78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeArray_Array) == 0x001EC0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Format_ReturnValue) == 0x001ED0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_int_Loop_Counter_Variable_3) == 0x001EE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_1) == 0x001EE4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetValidValue_ReturnValue) == 0x001EE5, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_IntInt_ReturnValue_11) == 0x001EE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x001EEC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_3) == 0x001EF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_4) == 0x001EF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddNewCameraModifier_ReturnValue) == 0x001F00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FindCameraModifierByClass_ReturnValue) == 0x001F08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FindCameraModifierByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_22) == 0x001F10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_22) == 0x001F30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_22) == 0x001F34, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_22) == 0x001F38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_RemoveCameraModifier_ReturnValue) == 0x001F40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_RemoveCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_54_2) == 0x001F48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_54_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_53_2) == 0x001F50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_53_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_22) == 0x001F58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCustomGI_ReturnValue) == 0x001F60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetDataTableRowFromName_OutRow) == 0x001F68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x002290, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_19) == 0x002291, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_55) == 0x002298, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_55' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_56) == 0x0022A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_56' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_ViewTargetTransitionParams) == 0x0022A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_ViewTargetTransitionParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_22) == 0x0022B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_23) == 0x0022C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_23) == 0x0022E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_23) == 0x0022E4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_23) == 0x0022E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCustomGI_ReturnValue_1) == 0x0022F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCharacterByID_CharacterData) == 0x0022F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_56_0) == 0x002300, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_56_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_55_0) == 0x002308, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_55_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_23) == 0x002310, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x002318, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_8) == 0x002330, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_bool_Variable_20) == 0x002340, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetLastInputVector_ReturnValue_1) == 0x002348, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetLastInputVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x002360, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_6) == 0x002368, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_7) == 0x0023B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_ViewTargetTransitionParams_1) == 0x002408, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_ViewTargetTransitionParams_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCurrentWorldCharacter_Found) == 0x002418, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCurrentWorldCharacter_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCurrentWorldCharacter_WorldCharacter) == 0x002420, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCurrentWorldCharacter_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCurrentWorldCharacter_Found_1) == 0x002450, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCurrentWorldCharacter_Found_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCurrentWorldCharacter_WorldCharacter_1) == 0x002458, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCurrentWorldCharacter_WorldCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_57) == 0x002488, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_57' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetNextWorldCharacterName_CharacterName) == 0x002490, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetNextWorldCharacterName_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCinematicsSystem_ReturnValue_1) == 0x002498, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCinematicsSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerController_ReturnValue_2) == 0x0024A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0024A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_58) == 0x0024B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_58' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_23) == 0x0024B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0024C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0024C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x0024D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_ComponentBoundEvent_state) == 0x0024D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_ComponentBoundEvent_state' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_DestinationTransform) == 0x0024E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_DestinationTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_CameraRotation) == 0x002540, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_LightingScenario) == 0x002558, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_AreaAudioParameters) == 0x002560, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_ChangeLevelParameters) == 0x002598, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_ChangeLevelParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Not_PreBool_ReturnValue_6) == 0x002599, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeMap_Map_8) == 0x0025A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeMap_Map_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_24) == 0x0025F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_24) == 0x002610, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_24) == 0x002614, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_24) == 0x002618, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_58_0) == 0x002620, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_58_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_57_0) == 0x002628, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_57_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_24) == 0x002630, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_25) == 0x002638, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_25) == 0x002658, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_25) == 0x00265C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_25) == 0x002660, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_58_1) == 0x002668, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_58_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_57_1) == 0x002670, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_57_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_25) == 0x002678, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsCrouching_ReturnValue) == 0x002679, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_26) == 0x002680, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_26) == 0x0026A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_26) == 0x0026A4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_26) == 0x0026A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_58_2) == 0x0026B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_58_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_57_2) == 0x0026B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_57_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_26) == 0x0026C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SpawnSoundAttached_ReturnValue_3) == 0x0026C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SpawnSoundAttached_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2) == 0x0026D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_9) == 0x0026D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_Event_EndPlayReason) == 0x0026E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3) == 0x0026F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CreateDelegate_OutputDelegate_10) == 0x0026F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCustomGI_ReturnValue_2) == 0x002708, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_BindOnSaveLoaded_AlreadyLoaded) == 0x002710, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_BindOnSaveLoaded_AlreadyLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBPI_Audio_Character_Manager_1) == 0x002718, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBPI_Audio_Character_Manager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_8) == 0x002728, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_59) == 0x002730, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_59' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_60) == 0x002738, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_60' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x002740, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x002748, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance) == 0x002750, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetArmRingComponents_ArmRingComponents) == 0x002758, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetArmRingComponents_ArmRingComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetArmRingComponents_ArmRingComponents_1) == 0x002768, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetArmRingComponents_ArmRingComponents_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_2) == 0x002778, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_3) == 0x002780, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_4) == 0x002788, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_2) == 0x002790, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_2) == 0x002794, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_3) == 0x002798, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_3) == 0x00279C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_4) == 0x0027A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_4) == 0x0027A4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_5) == 0x0027A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_5) == 0x0027B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_5) == 0x0027B4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance_1) == 0x0027B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetVectorParameterValue_ReturnValue) == 0x0027C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetArmRingComponents_ArmRingComponents_2) == 0x0027D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetArmRingComponents_ArmRingComponents_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_LinearColorLerp_ReturnValue) == 0x0027E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_6) == 0x0027F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Divide_LinearColorLinearColor_ReturnValue) == 0x0027F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Divide_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_6) == 0x002808, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_7) == 0x002810, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_6) == 0x002818, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_7) == 0x00281C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_8) == 0x002820, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_7) == 0x002828, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_8) == 0x00282C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_9) == 0x002830, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_8) == 0x002838, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_9) == 0x00283C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Get_Item_10) == 0x002840, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_9) == 0x002848, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Length_ReturnValue_10) == 0x00284C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_ComponentBoundEvent_SkinComponent) == 0x002850, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_ComponentBoundEvent_SkinComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Less_IntInt_ReturnValue_10) == 0x002858, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_61) == 0x002860, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_61' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCustomGI_ReturnValue_3) == 0x002868, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetCharacterByID_CharacterData_1) == 0x002870, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetCharacterByID_CharacterData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetInputLockSystem_ReturnValue) == 0x002878, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetExplorationAudioProfile_AudioProfileAsset) == 0x002880, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetExplorationAudioProfile_AudioProfileAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_S_InputLockParameters) == 0x002888, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetInputLockSystem_ReturnValue_1) == 0x002890, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetInputLockSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_S_InputContextParameters) == 0x002898, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_S_InputContextParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_object_Variable_24) == 0x0028A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_object_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0028B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Array_Add_ReturnValue_1) == 0x0028B4, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ActionValue_27) == 0x0028B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ActionValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_ElapsedTime_27) == 0x0028D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_ElapsedTime_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_TriggeredTime_27) == 0x0028DC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_TriggeredTime_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_EnhancedInputActionEvent_SourceAction_27) == 0x0028E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_EnhancedInputActionEvent_SourceAction_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FindCameraModifierByClass_ReturnValue_1) == 0x0028E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FindCameraModifierByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_61_0) == 0x0028F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_61_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, Temp_real_Variable_60_0) == 0x0028F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::Temp_real_Variable_60_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x002900, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FindCameraModifierByClass_ReturnValue_2) == 0x002908, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FindCameraModifierByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_5) == 0x002910, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerCameraManager_ReturnValue_6) == 0x002918, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerCameraManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddNewCameraModifier_ReturnValue_1) == 0x002920, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddNewCameraModifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x002928, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_FindCameraModifierByClass_ReturnValue_3) == 0x002930, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_FindCameraModifierByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_RemoveCameraModifier_ReturnValue_1) == 0x002938, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_RemoveCameraModifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1) == 0x002940, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_2) == 0x002948, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_3) == 0x002950, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_4) == 0x002958, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_5) == 0x002960, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_6) == 0x002968, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_7) == 0x002970, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_8) == 0x002978, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_HasComponentBegunPlay_ReturnValue) == 0x002980, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_HasComponentBegunPlay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x002988, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0029A0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GetPlayerController_ReturnValue_3) == 0x0029A8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2) == 0x0029B0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_DynamicCast_bSuccess_9) == 0x0029B8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_S_InputLockParameters_1) == 0x0029B9, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_S_InputLockParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_IsInBattle_ReturnValue_1) == 0x0029BB, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_IsInBattle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NewValue_1) == 0x0029BC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_CustomEvent_NewValue) == 0x0029BD, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast) == 0x0029C0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x0029C8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_2) == 0x0029D0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_3) == 0x0029D8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_4) == 0x0029E0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_5) == 0x0029E8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_6) == 0x0029F0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_Alpha_ImplicitCast_7) == 0x0029F8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_Alpha_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_IKAlpha_ImplicitCast) == 0x002A00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_IKAlpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x002A08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSetRef_Target_ImplicitCast) == 0x002A10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSetRef_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x002A18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSetRef_Target_ImplicitCast_1) == 0x002A20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSetRef_Target_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1) == 0x002A28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSetRef_Target_ImplicitCast_2) == 0x002A30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSetRef_Target_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_SensorHeight_ImplicitCast) == 0x002A38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_SensorHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_VectorFloat_B_ImplicitCast) == 0x002A40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_VectorFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Delay_Duration_ImplicitCast) == 0x002A48, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Delay_Duration_ImplicitCast_1) == 0x002A4C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_SensorWidth_ImplicitCast) == 0x002A50, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_SensorWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SetCurrentFlySpeedValue_Value_ImplicitCast) == 0x002A58, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SetCurrentFlySpeedValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_MaxFlySpeed_ImplicitCast) == 0x002A60, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_MaxFlySpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddControllerPitchInput_Val_ImplicitCast) == 0x002A64, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddControllerPitchInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddControllerYawInput_Val_ImplicitCast) == 0x002A68, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddControllerYawInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x002A70, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_MakeStruct_SensorWidth_ImplicitCast_1) == 0x002A78, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_MakeStruct_SensorWidth_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddControllerPitchInput_Val_ImplicitCast_1) == 0x002A7C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddControllerPitchInput_Val_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_DebugGravityScaleCache_ImplicitCast) == 0x002A80, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_DebugGravityScaleCache_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_GravityScale_ImplicitCast) == 0x002A88, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_GravityScale_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_GravityScale_ImplicitCast_1) == 0x002A8C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_GravityScale_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_InputForwardBackwardValue_ImplicitCast) == 0x002A90, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_InputForwardBackwardValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_BrakingDecelerationFlying_ImplicitCast) == 0x002A98, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_BrakingDecelerationFlying_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_BrakingDecelerationFlyingCache_ImplicitCast) == 0x002AA0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_BrakingDecelerationFlyingCache_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_CameraLagSpeed_ImplicitCast) == 0x002AA8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_CameraLagSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_CameraLagSpeed_ImplicitCast_1) == 0x002AAC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_CameraLagSpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_BrakingDecelerationFallingDeadZoneCache_ImplicitCast) == 0x002AB0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_BrakingDecelerationFallingDeadZoneCache_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_BrakingDecelerationFalling_ImplicitCast) == 0x002AB8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_BrakingDecelerationFalling_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_GenerateExplorationAttack_A_ImplicitCast) == 0x002AC0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_GenerateExplorationAttack_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AdjustCharacterSpringArm_ScaledHalfHeightAdjust_ImplicitCast) == 0x002AC8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AdjustCharacterSpringArm_ScaledHalfHeightAdjust_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AdjustCharacterSpringArm_ScaledHalfHeightAdjust_ImplicitCast_1) == 0x002AD0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AdjustCharacterSpringArm_ScaledHalfHeightAdjust_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x002AD8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x002ADC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_B_ImplicitCast) == 0x002AE0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast) == 0x002AE8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast_1) == 0x002AF0, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x002AF8, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_TargetArmLength_ImplicitCast_1) == 0x002AFC, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_TargetArmLength_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast_2) == 0x002B00, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_FieldOfView_ImplicitCast) == 0x002B08, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_FieldOfView_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast_3) == 0x002B10, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast_4) == 0x002B18, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_FieldOfView_ImplicitCast_1) == 0x002B20, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_FieldOfView_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast) == 0x002B24, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_A_ImplicitCast_5) == 0x002B28, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_Lerp_B_ImplicitCast_1) == 0x002B30, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_Lerp_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast_1) == 0x002B38, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, CallFunc_AddControllerYawInput_Val_ImplicitCast_1) == 0x002B3C, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::CallFunc_AddControllerYawInput_Val_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World, K2Node_VariableSet_DeadZoneCameraLagSpeedCache_ImplicitCast) == 0x002B40, "Member 'BP_jRPG_Character_World_C_ExecuteUbergraph_BP_jRPG_Character_World::K2Node_VariableSet_DeadZoneCameraLagSpeedCache_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ExitCinematicMode \ +static_assert(alignof(BP_jRPG_Character_World_C_ExitCinematicMode) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ExitCinematicMode"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ExitCinematicMode) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_ExitCinematicMode"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExitCinematicMode, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_ExitCinematicMode::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExitCinematicMode, K2Node_MakeStruct_S_InputLockParameters) == 0x000008, "Member 'BP_jRPG_Character_World_C_ExitCinematicMode::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExitCinematicMode, CallFunc_GetInputLockSystem_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_ExitCinematicMode::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExitCinematicMode, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_ExitCinematicMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ExplorationAttacked \ +static_assert(alignof(BP_jRPG_Character_World_C_ExplorationAttacked) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ExplorationAttacked"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ExplorationAttacked) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_ExplorationAttacked"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExplorationAttacked, PlayerCharacter) == 0x000000, "Member 'BP_jRPG_Character_World_C_ExplorationAttacked::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ExplorationAttacked, ImpactPoint) == 0x000008, "Member 'BP_jRPG_Character_World_C_ExplorationAttacked::ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_FindNearestActorOfClass \ +static_assert(alignof(BP_jRPG_Character_World_C_FindNearestActorOfClass) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_FindNearestActorOfClass"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_FindNearestActorOfClass) == 0x000098, "Wrong size on BP_jRPG_Character_World_C_FindNearestActorOfClass"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, Class_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, TargetLocation) == 0x000008, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, NearestActor) == 0x000020, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::NearestActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, NearestDistance) == 0x000028, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::NearestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, Loc_NearestActor) == 0x000030, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::Loc_NearestActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, Loc_NearestDistance) == 0x000038, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::Loc_NearestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Vector_Distance_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FindNearestActorOfClass, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_World_C_FindNearestActorOfClass::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_Force_LOD \ +static_assert(alignof(BP_jRPG_Character_World_C_Force_LOD) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_Force_LOD"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_Force_LOD) == 0x000040, "Wrong size on BP_jRPG_Character_World_C_Force_LOD"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Character_World_C_Force_LOD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Character_World_C_Force_LOD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Min_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_Force_LOD, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Character_World_C_Force_LOD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions \ +static_assert(alignof(BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions, CallFunc_NotEqual_NameName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_ForceRefreshCharacterAndCompanions::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ForwardMovementAction \ +static_assert(alignof(BP_jRPG_Character_World_C_ForwardMovementAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_ForwardMovementAction"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ForwardMovementAction) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_ForwardMovementAction"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ForwardMovementAction, Value) == 0x000000, "Member 'BP_jRPG_Character_World_C_ForwardMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_FovControl \ +static_assert(alignof(BP_jRPG_Character_World_C_FovControl) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_FovControl"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_FovControl) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_FovControl"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FovControl, TargetFov) == 0x000000, "Member 'BP_jRPG_Character_World_C_FovControl::TargetFov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_FreeAimHit \ +static_assert(alignof(BP_jRPG_Character_World_C_FreeAimHit) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_FreeAimHit"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_FreeAimHit) == 0x000028, "Wrong size on BP_jRPG_Character_World_C_FreeAimHit"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FreeAimHit, PlayerCharacterWorld) == 0x000000, "Member 'BP_jRPG_Character_World_C_FreeAimHit::PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FreeAimHit, HitLocation) == 0x000008, "Member 'BP_jRPG_Character_World_C_FreeAimHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FreeAimHit, IsDisabled) == 0x000020, "Member 'BP_jRPG_Character_World_C_FreeAimHit::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_FXArmRingActivate \ +static_assert(alignof(BP_jRPG_Character_World_C_FXArmRingActivate) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_FXArmRingActivate"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_FXArmRingActivate) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_FXArmRingActivate"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FXArmRingActivate, AddTrail) == 0x000000, "Member 'BP_jRPG_Character_World_C_FXArmRingActivate::AddTrail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_FXArmRingChangeColor \ +static_assert(alignof(BP_jRPG_Character_World_C_FXArmRingChangeColor) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_FXArmRingChangeColor"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_FXArmRingChangeColor) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_FXArmRingChangeColor"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FXArmRingChangeColor, CurrentColor) == 0x000000, "Member 'BP_jRPG_Character_World_C_FXArmRingChangeColor::CurrentColor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FXArmRingChangeColor, RotationRate) == 0x000010, "Member 'BP_jRPG_Character_World_C_FXArmRingChangeColor::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_FXArmRingChangeColor, Glow) == 0x000018, "Member 'BP_jRPG_Character_World_C_FXArmRingChangeColor::Glow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GenerateExplorationAttack \ +static_assert(alignof(BP_jRPG_Character_World_C_GenerateExplorationAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GenerateExplorationAttack"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GenerateExplorationAttack) == 0x0002A8, "Wrong size on BP_jRPG_Character_World_C_GenerateExplorationAttack"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, A) == 0x000000, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::A' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, Temp_object_Variable) == 0x000018, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_GetActorForwardVector_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Add_VectorVector_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BoxTraceMulti_OutHits) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BoxTraceMulti_OutHits' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BoxTraceMulti_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BoxTraceMulti_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_Less_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_bBlockingHit) == 0x0001B1, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001B2, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_Time) == 0x0001B4, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_Distance) == 0x0001B8, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_Location) == 0x0001C0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_ImpactPoint) == 0x0001D8, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_Normal) == 0x0001F0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_ImpactNormal) == 0x000208, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_PhysMat) == 0x000220, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_HitActor) == 0x000228, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_HitComponent) == 0x000230, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_HitBoneName) == 0x000238, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_BoneName) == 0x000240, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_HitItem) == 0x000248, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_ElementIndex) == 0x00024C, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_FaceIndex) == 0x000250, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_TraceStart) == 0x000258, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BreakHitResult_TraceEnd) == 0x000270, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_BooleanAND_ReturnValue) == 0x000288, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, K2Node_DynamicCast_AsBPI_Exploration_Attack) == 0x000290, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::K2Node_DynamicCast_AsBPI_Exploration_Attack' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, K2Node_DynamicCast_bSuccess) == 0x0002A0, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GenerateExplorationAttack, CallFunc_DoesImplementInterface_ReturnValue) == 0x0002A1, "Member 'BP_jRPG_Character_World_C_GenerateExplorationAttack::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAllAudioComponents \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAllAudioComponents) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAllAudioComponents"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAllAudioComponents) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_GetAllAudioComponents"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllAudioComponents, AudioComponents) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAllAudioComponents::AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllAudioComponents, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetAllAudioComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAllDialogueCameras \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAllDialogueCameras"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAllDialogueCameras) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_GetAllDialogueCameras"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllDialogueCameras, AllCameras) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAllDialogueCameras::AllCameras' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllDialogueCameras, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetAllDialogueCameras::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetALSAnimBP \ +static_assert(alignof(BP_jRPG_Character_World_C_GetALSAnimBP) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetALSAnimBP"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetALSAnimBP) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_GetALSAnimBP"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetALSAnimBP, AsALS_UE5_Anim_BP) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetALSAnimBP::AsALS_UE5_Anim_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetALSAnimBP, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetALSAnimBP::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetALSAnimBP, K2Node_DynamicCast_AsALS_UE5_Anim_BP) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetALSAnimBP::K2Node_DynamicCast_AsALS_UE5_Anim_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetALSAnimBP, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Character_World_C_GetALSAnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAssetDialogueCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAssetDialogueCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAssetDialogueCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAssetDialogueCharacter) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetAssetDialogueCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAssetDialogueCharacter, DialogueCharacter) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAssetDialogueCharacter::DialogueCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAudioCharacterManager \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAudioCharacterManager) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAudioCharacterManager"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAudioCharacterManager) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetAudioCharacterManager"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioCharacterManager, AudioCharacterManager) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAudioCharacterManager::AudioCharacterManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAudioComponentByType \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAudioComponentByType) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAudioComponentByType"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAudioComponentByType) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_GetAudioComponentByType"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponentByType, Type) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAudioComponentByType::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponentByType, AudioComponent) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetAudioComponentByType::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponentByType, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetAudioComponentByType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponentByType, K2Node_Select_Default) == 0x000018, "Member 'BP_jRPG_Character_World_C_GetAudioComponentByType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAudioComponents \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAudioComponents) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetAudioComponents"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAudioComponents) == 0x000070, "Wrong size on BP_jRPG_Character_World_C_GetAudioComponents"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_SFX_01_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_SFX_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Foleys_01_0) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Foleys_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_FT_L_0) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_FT_L_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Vocals_01_0) == 0x000018, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Vocals_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_SFX_02_0) == 0x000020, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_SFX_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Foleys_02_0) == 0x000028, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Foleys_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_FT_R_0) == 0x000030, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_FT_R_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Vocals_02_0) == 0x000038, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Vocals_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Idle_0) == 0x000040, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Idle_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Weapon_L_01_0) == 0x000048, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Weapon_L_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Weapon_L_02_0) == 0x000050, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Weapon_L_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Weapon_R_01_0) == 0x000058, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Weapon_R_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Hand_L_01_0) == 0x000060, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Hand_L_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAudioComponents, AC_Hand_R_01_0) == 0x000068, "Member 'BP_jRPG_Character_World_C_GetAudioComponents::AC_Hand_R_01_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetCameraComponent \ +static_assert(alignof(BP_jRPG_Character_World_C_GetCameraComponent) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetCameraComponent"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetCameraComponent) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetCameraComponent"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCameraComponent, Camera) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetCameraComponent::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetCharacterActor \ +static_assert(alignof(BP_jRPG_Character_World_C_GetCharacterActor) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetCharacterActor"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetCharacterActor) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetCharacterActor"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCharacterActor, Character) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetCharacterActor::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetClosestInteractable \ +static_assert(alignof(BP_jRPG_Character_World_C_GetClosestInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetClosestInteractable"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetClosestInteractable) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetClosestInteractable"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetClosestInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetClosestInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetCurrentInputDevice \ +static_assert(alignof(BP_jRPG_Character_World_C_GetCurrentInputDevice) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_GetCurrentInputDevice"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetCurrentInputDevice) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_GetCurrentInputDevice"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentInputDevice, InputDevice) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetCurrentInputDevice::InputDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetCurrentWorldCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetCurrentWorldCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter) == 0x000078, "Wrong size on BP_jRPG_Character_World_C_GetCurrentWorldCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter, Found) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetCurrentWorldCharacter::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter, WorldCharacter) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetCurrentWorldCharacter::WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_World_C_GetCurrentWorldCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter, CallFunc_GetWorldCharacterByName_Found) == 0x000040, "Member 'BP_jRPG_Character_World_C_GetCurrentWorldCharacter::CallFunc_GetWorldCharacterByName_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetCurrentWorldCharacter, CallFunc_GetWorldCharacterByName_WorldCharacter) == 0x000048, "Member 'BP_jRPG_Character_World_C_GetCurrentWorldCharacter::CallFunc_GetWorldCharacterByName_WorldCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetDialogueCharacterInterface \ +static_assert(alignof(BP_jRPG_Character_World_C_GetDialogueCharacterInterface) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetDialogueCharacterInterface"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetDialogueCharacterInterface) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_GetDialogueCharacterInterface"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetDialogueCharacterInterface, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetDialogueCharacterInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetFreeAimCamera \ +static_assert(alignof(BP_jRPG_Character_World_C_GetFreeAimCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetFreeAimCamera"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetFreeAimCamera) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_GetFreeAimCamera"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetFreeAimCamera, Camera) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetFreeAimCamera::Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetFreeAimCamera, K2Node_DynamicCast_AsBP_Free_Aim_Camera) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetFreeAimCamera::K2Node_DynamicCast_AsBP_Free_Aim_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetFreeAimCamera, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetFreeAimCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform \ +static_assert(alignof(BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetIsAttachedToMovingPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetIsInDialogue \ +static_assert(alignof(BP_jRPG_Character_World_C_GetIsInDialogue) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_GetIsInDialogue"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetIsInDialogue) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_GetIsInDialogue"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetIsInDialogue, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetIsInDialogue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetMainCamera \ +static_assert(alignof(BP_jRPG_Character_World_C_GetMainCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetMainCamera"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetMainCamera) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetMainCamera"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetMainCamera, MainCamera_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetMainCamera::MainCamera_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetNextWorldCharacterName \ +static_assert(alignof(BP_jRPG_Character_World_C_GetNextWorldCharacterName) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetNextWorldCharacterName"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetNextWorldCharacterName) == 0x000080, "Wrong size on BP_jRPG_Character_World_C_GetNextWorldCharacterName"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CharacterName) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_GetCustomGI_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_GetCharacterNameCollection_Characters) == 0x000018, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_GetCharacterNameCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, Temp_int_Variable) == 0x000028, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_Percent_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_Array_Find_ReturnValue) == 0x000034, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_HasCharacterInCollectionByHardcodedName_Result) == 0x00003D, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_HasCharacterInCollectionByHardcodedName_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_GetWorldCharacterByName_Found) == 0x00003E, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_GetWorldCharacterByName_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_GetWorldCharacterByName_WorldCharacter) == 0x000040, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_GetWorldCharacterByName_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, Temp_wildcard_Variable) == 0x000070, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_BooleanAND_ReturnValue) == 0x000074, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetNextWorldCharacterName, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_World_C_GetNextWorldCharacterName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera \ +static_assert(alignof(BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera, SpringArm) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetSpringArmFreeAimCamera::SpringArm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetSpringArmMainCamera \ +static_assert(alignof(BP_jRPG_Character_World_C_GetSpringArmMainCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetSpringArmMainCamera"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetSpringArmMainCamera) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_GetSpringArmMainCamera"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetSpringArmMainCamera, SpringArm_MainCamera) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetSpringArmMainCamera::SpringArm_MainCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetWorldCharacterByName \ +static_assert(alignof(BP_jRPG_Character_World_C_GetWorldCharacterByName) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_GetWorldCharacterByName"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetWorldCharacterByName) == 0x000078, "Wrong size on BP_jRPG_Character_World_C_GetWorldCharacterByName"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetWorldCharacterByName, RowName) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetWorldCharacterByName::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetWorldCharacterByName, Found) == 0x000008, "Member 'BP_jRPG_Character_World_C_GetWorldCharacterByName::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetWorldCharacterByName, WorldCharacter) == 0x000010, "Member 'BP_jRPG_Character_World_C_GetWorldCharacterByName::WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetWorldCharacterByName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_jRPG_Character_World_C_GetWorldCharacterByName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetWorldCharacterByName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_World_C_GetWorldCharacterByName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_HasCameraOverride \ +static_assert(alignof(BP_jRPG_Character_World_C_HasCameraOverride) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_HasCameraOverride"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_HasCameraOverride) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_HasCameraOverride"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_HasCameraOverride, HasOverride) == 0x000000, "Member 'BP_jRPG_Character_World_C_HasCameraOverride::HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_HasCameraOverride, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_HasCameraOverride::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_HasCameraOverride, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_jRPG_Character_World_C_HasCameraOverride::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_HasCameraOverride, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Character_World_C_HasCameraOverride::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_HasCameraOverride, CallFunc_HasCameraOverride_HasOverride) == 0x000019, "Member 'BP_jRPG_Character_World_C_HasCameraOverride::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InitCharacterCapabilities \ +static_assert(alignof(BP_jRPG_Character_World_C_InitCharacterCapabilities) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_InitCharacterCapabilities"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InitCharacterCapabilities) == 0x000024, "Wrong size on BP_jRPG_Character_World_C_InitCharacterCapabilities"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, Temp_int_Variable_1) == 0x000004, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_GetValidValue_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000011, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000013, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, Temp_int_Variable_2) == 0x000018, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_MakeLiteralInt_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InitCharacterCapabilities, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_InitCharacterCapabilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_24::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_25::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_AimAction_K2Node_EnhancedInputActionEvent_26::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_CameraTapAction_K2Node_EnhancedInputActionEvent_17::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_CharacterSwitchAction_K2Node_EnhancedInputActionEvent_19::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugFlyMode_K2Node_EnhancedInputActionEvent_14::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugForceLoadLastSave_K2Node_EnhancedInputActionEvent_16::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_11::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_12::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugIncreaseCinematicSpeed_K2Node_EnhancedInputActionEvent_13::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugRequestAutoSave_K2Node_EnhancedInputActionEvent_15::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport10_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport1_K2Node_EnhancedInputActionEvent_10::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport2_K2Node_EnhancedInputActionEvent_9::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport3_K2Node_EnhancedInputActionEvent_8::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport4_K2Node_EnhancedInputActionEvent_7::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport5_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport6_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport7_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport8_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_DebugTeleport9_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_E_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_Gamepad_FaceButton_Bottom_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_Gamepad_LeftThumbstick_K2Node_InputDebugKeyEvent_0::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_Gamepad_RightThumbstick_K2Node_InputDebugKeyEvent_1::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_HitInWorldAction_K2Node_EnhancedInputActionEvent_18::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_I_K2Node_InputDebugKeyEvent_6::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_28::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_27::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_30::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_29::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_IA_FreeAimExplo_Shoot_K2Node_EnhancedInputActionEvent_23::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_JumpAction_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_20::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_21::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_World_C_InpActEvt_SprintAction_K2Node_EnhancedInputActionEvent_22::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_T_K2Node_InputDebugKeyEvent_4::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_U_K2Node_InputDebugKeyEvent_5::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_V_K2Node_InputDebugKeyEvent_2::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3, ActionValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_InpActEvt_Y_K2Node_InputDebugKeyEvent_3::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_ZoomIn_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpActEvt_ZoomOut_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1 \ +static_assert(alignof(BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1, AxisValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_InpAxisEvt_DebugFlyingUpDown_K2Node_InputAxisEvent_1::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_IsAnyInputUsable \ +static_assert(alignof(BP_jRPG_Character_World_C_IsAnyInputUsable) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_IsAnyInputUsable"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_IsAnyInputUsable) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_IsAnyInputUsable"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, Usable) == 0x000000, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::Usable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, local_wasEmpty) == 0x000001, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::local_wasEmpty' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_IsCameraInputLocked_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_IsCameraInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_IsPawnInputEnabled_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_IsPawnInputEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_IsMovementInputLocked_ReturnValue) == 0x000013, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_IsMovementInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsAnyInputUsable, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'BP_jRPG_Character_World_C_IsAnyInputUsable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_IsFreeAimTargetDisabled \ +static_assert(alignof(BP_jRPG_Character_World_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_IsFreeAimTargetDisabled"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_IsFreeAimTargetDisabled"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsFreeAimTargetDisabled, IsDisabled) == 0x000000, "Member 'BP_jRPG_Character_World_C_IsFreeAimTargetDisabled::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_IsInAnyRoom \ +static_assert(alignof(BP_jRPG_Character_World_C_IsInAnyRoom) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_IsInAnyRoom"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_IsInAnyRoom) == 0x000038, "Wrong size on BP_jRPG_Character_World_C_IsInAnyRoom"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, Rooms) == 0x000000, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::Rooms' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Array_IsEmpty_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInAnyRoom, CallFunc_Array_Contains_ReturnValue) == 0x000034, "Member 'BP_jRPG_Character_World_C_IsInAnyRoom::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_IsInCustomMovement \ +static_assert(alignof(BP_jRPG_Character_World_C_IsInCustomMovement) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_IsInCustomMovement"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_IsInCustomMovement) == 0x000002, "Wrong size on BP_jRPG_Character_World_C_IsInCustomMovement"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInCustomMovement, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_IsInCustomMovement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsInCustomMovement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_IsInCustomMovement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_JumpAction \ +static_assert(alignof(BP_jRPG_Character_World_C_JumpAction) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_JumpAction"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_JumpAction) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_JumpAction"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_JumpAction, bValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_JumpAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_K2_OnEndCrouch \ +static_assert(alignof(BP_jRPG_Character_World_C_K2_OnEndCrouch) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_K2_OnEndCrouch"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_K2_OnEndCrouch) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_K2_OnEndCrouch"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_K2_OnEndCrouch, HalfHeightAdjust) == 0x000000, "Member 'BP_jRPG_Character_World_C_K2_OnEndCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_K2_OnEndCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'BP_jRPG_Character_World_C_K2_OnEndCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_K2_OnStartCrouch \ +static_assert(alignof(BP_jRPG_Character_World_C_K2_OnStartCrouch) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_K2_OnStartCrouch"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_K2_OnStartCrouch) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_K2_OnStartCrouch"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_K2_OnStartCrouch, HalfHeightAdjust) == 0x000000, "Member 'BP_jRPG_Character_World_C_K2_OnStartCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_K2_OnStartCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'BP_jRPG_Character_World_C_K2_OnStartCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_LimitCharacterWorldMovement \ +static_assert(alignof(BP_jRPG_Character_World_C_LimitCharacterWorldMovement) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_LimitCharacterWorldMovement"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_LimitCharacterWorldMovement) == 0x000070, "Wrong size on BP_jRPG_Character_World_C_LimitCharacterWorldMovement"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LimitCharacterWorldMovement, Capabilities) == 0x000000, "Member 'BP_jRPG_Character_World_C_LimitCharacterWorldMovement::Capabilities' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LimitCharacterWorldMovement, Movement_Data) == 0x000050, "Member 'BP_jRPG_Character_World_C_LimitCharacterWorldMovement::Movement_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LimitCharacterWorldMovement, Reason) == 0x000060, "Member 'BP_jRPG_Character_World_C_LimitCharacterWorldMovement::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_LiveActivation \ +static_assert(alignof(BP_jRPG_Character_World_C_LiveActivation) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_LiveActivation"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_LiveActivation) == 0x000018, "Wrong size on BP_jRPG_Character_World_C_LiveActivation"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LiveActivation, ParamName) == 0x000000, "Member 'BP_jRPG_Character_World_C_LiveActivation::ParamName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LiveActivation, FadeTimeOfBrush) == 0x000008, "Member 'BP_jRPG_Character_World_C_LiveActivation::FadeTimeOfBrush' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LiveActivation, FadeTimeOfCanvas) == 0x000010, "Member 'BP_jRPG_Character_World_C_LiveActivation::FadeTimeOfCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_LiveFluidParams \ +static_assert(alignof(BP_jRPG_Character_World_C_LiveFluidParams) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_LiveFluidParams"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_LiveFluidParams) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_LiveFluidParams"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LiveFluidParams, BrushSize) == 0x000000, "Member 'BP_jRPG_Character_World_C_LiveFluidParams::BrushSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_LoadAndActivateCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_LoadAndActivateCharacter) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_LoadAndActivateCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_LoadAndActivateCharacter) == 0x00000C, "Wrong size on BP_jRPG_Character_World_C_LoadAndActivateCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LoadAndActivateCharacter, CharacterName) == 0x000000, "Member 'BP_jRPG_Character_World_C_LoadAndActivateCharacter::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_LoadAndActivateCharacter, HasSwitchCharacter) == 0x000008, "Member 'BP_jRPG_Character_World_C_LoadAndActivateCharacter::HasSwitchCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnBattleEnds \ +static_assert(alignof(BP_jRPG_Character_World_C_OnBattleEnds) == 0x000010, "Wrong alignment on BP_jRPG_Character_World_C_OnBattleEnds"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnBattleEnds) == 0x000090, "Wrong size on BP_jRPG_Character_World_C_OnBattleEnds"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleEnds, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnBattleEnds::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleEnds, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_OnBattleEnds::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleEnds, CallFunc_GetControlRotation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_World_C_OnBattleEnds::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnBattleStarts \ +static_assert(alignof(BP_jRPG_Character_World_C_OnBattleStarts) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnBattleStarts"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnBattleStarts) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_OnBattleStarts"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleStarts, CallFunc_GetMovementComponent_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnBattleStarts::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleStarts, CallFunc_GetAnimationMode_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnBattleStarts::CallFunc_GetAnimationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBattleStarts, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_World_C_OnBattleStarts::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4 \ +static_assert(alignof(BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4, NotifyName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnBlendOut_417717A14648999DF1C834AF8E5C7DD4::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated \ +static_assert(alignof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated) == 0x000006, "Wrong size on BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_IsCrouching_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_IsCapabilityAllowed_isAllowed_1) == 0x000004, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_IsCapabilityAllowed_isAllowed_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'BP_jRPG_Character_World_C_OnCharacterCapabilitiesUpdated::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnCharacterCollectionChanged \ +static_assert(alignof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnCharacterCollectionChanged"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_OnCharacterCollectionChanged"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged, CallFunc_GetNextWorldCharacterName_CharacterName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnCharacterCollectionChanged::CallFunc_GetNextWorldCharacterName_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnCharacterCollectionChanged::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged, CallFunc_GetCharacterByID_CharacterData) == 0x000010, "Member 'BP_jRPG_Character_World_C_OnCharacterCollectionChanged::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged, CallFunc_NotEqual_NameName_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_OnCharacterCollectionChanged::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterCollectionChanged, CallFunc_GetIsExcluded_Excluded) == 0x000019, "Member 'BP_jRPG_Character_World_C_OnCharacterCollectionChanged::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated \ +static_assert(alignof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, K2Node_DynamicCast_AsALSCharacter_Movement_Component) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::K2Node_DynamicCast_AsALSCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, K2Node_DynamicCast_AsALSCharacter_Movement_Component_1) == 0x000010, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::K2Node_DynamicCast_AsALSCharacter_Movement_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, K2Node_DynamicCast_bSuccess_1) == 0x000018, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000019, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x00001A, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x00001C, "Member 'BP_jRPG_Character_World_C_OnCharacterMovementDataQueueUpdated::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4 \ +static_assert(alignof(BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4, NotifyName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnCompleted_417717A14648999DF1C834AF8E5C7DD4::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnGaitChanged \ +static_assert(alignof(BP_jRPG_Character_World_C_OnGaitChanged) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_OnGaitChanged"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnGaitChanged) == 0x000002, "Wrong size on BP_jRPG_Character_World_C_OnGaitChanged"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGaitChanged, previousGait) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnGaitChanged::previousGait' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGaitChanged, nextGait) == 0x000001, "Member 'BP_jRPG_Character_World_C_OnGaitChanged::nextGait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnGameUserSettingsApplied \ +static_assert(alignof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnGameUserSettingsApplied"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_OnGameUserSettingsApplied"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied, UserConfig) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnGameUserSettingsApplied::UserConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied, CallFunc_GetEnableHoldInputToSprint_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnGameUserSettingsApplied::CallFunc_GetEnableHoldInputToSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_World_C_OnGameUserSettingsApplied::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnGameUserSettingsApplied, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Character_World_C_OnGameUserSettingsApplied::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4 \ +static_assert(alignof(BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4, NotifyName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnInterrupted_417717A14648999DF1C834AF8E5C7DD4::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnLanded \ +static_assert(alignof(BP_jRPG_Character_World_C_OnLanded) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnLanded"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnLanded) == 0x0000F8, "Wrong size on BP_jRPG_Character_World_C_OnLanded"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnLanded, Hit) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4 \ +static_assert(alignof(BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4, NotifyName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnNotifyBegin_417717A14648999DF1C834AF8E5C7DD4::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4 \ +static_assert(alignof(BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4, NotifyName) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnNotifyEnd_417717A14648999DF1C834AF8E5C7DD4::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnRollAnimationStarted \ +static_assert(alignof(BP_jRPG_Character_World_C_OnRollAnimationStarted) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnRollAnimationStarted"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnRollAnimationStarted) == 0x000058, "Wrong size on BP_jRPG_Character_World_C_OnRollAnimationStarted"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnRollAnimationStarted, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnRollAnimationStarted::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnRollAnimationStarted, K2Node_MakeMap_Map) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnRollAnimationStarted::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnRollAnimationStopped \ +static_assert(alignof(BP_jRPG_Character_World_C_OnRollAnimationStopped) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnRollAnimationStopped"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnRollAnimationStopped) == 0x000058, "Wrong size on BP_jRPG_Character_World_C_OnRollAnimationStopped"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnRollAnimationStopped, IsInterrupted) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnRollAnimationStopped::IsInterrupted' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnRollAnimationStopped, K2Node_MakeMap_Map) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnRollAnimationStopped::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_OnTargetViewAboutToChanged \ +static_assert(alignof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_OnTargetViewAboutToChanged"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged) == 0x000088, "Wrong size on BP_jRPG_Character_World_C_OnTargetViewAboutToChanged"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, PreviousViewTarget) == 0x000000, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::PreviousViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CurrentViewTarget) == 0x000008, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CurrentViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000038, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_HasCameraOverride_HasOverride) == 0x000041, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_HasCameraOverride_HasOverride_1) == 0x000043, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_HasCameraOverride_HasOverride_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_GetAimingRotation_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_GetAimingRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_GetLastInputVector_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_GetLastInputVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_VSizeSquared_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_OnTargetViewAboutToChanged, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BP_jRPG_Character_World_C_OnTargetViewAboutToChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_PerformMantleIfPossible \ +static_assert(alignof(BP_jRPG_Character_World_C_PerformMantleIfPossible) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_PerformMantleIfPossible"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_PerformMantleIfPossible) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_PerformMantleIfPossible"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_PerformMantleIfPossible, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_jRPG_Character_World_C_PerformMantleIfPossible::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_PerformMantleIfPossible, CallFunc_GetEnableAutomaticMantle_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_PerformMantleIfPossible::CallFunc_GetEnableAutomaticMantle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld \ +static_assert(alignof(BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld, MontageToPlay) == 0x000000, "Member 'BP_jRPG_Character_World_C_PlayAnimMontageOnCharacterWorld::MontageToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceiveActorEndOverlap \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ReceiveActorEndOverlap"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_ReceiveActorEndOverlap"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceivePossessed \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceivePossessed) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ReceivePossessed"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceivePossessed) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_ReceivePossessed"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceivePossessed, NewController) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ReceiveUnpossessed \ +static_assert(alignof(BP_jRPG_Character_World_C_ReceiveUnpossessed) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ReceiveUnpossessed"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ReceiveUnpossessed) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_ReceiveUnpossessed"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ReceiveUnpossessed, OldController) == 0x000000, "Member 'BP_jRPG_Character_World_C_ReceiveUnpossessed::OldController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_RemoveCharacterMovementData \ +static_assert(alignof(BP_jRPG_Character_World_C_RemoveCharacterMovementData) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_RemoveCharacterMovementData"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_RemoveCharacterMovementData) == 0x000058, "Wrong size on BP_jRPG_Character_World_C_RemoveCharacterMovementData"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, MovementData_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::MovementData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, local_Index) == 0x000010, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::local_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, CallFunc_Format_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveCharacterMovementData, CallFunc_Array_Find_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_World_C_RemoveCharacterMovementData::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_RemoveInteractable \ +static_assert(alignof(BP_jRPG_Character_World_C_RemoveInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_RemoveInteractable"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_RemoveInteractable) == 0x000008, "Wrong size on BP_jRPG_Character_World_C_RemoveInteractable"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RemoveInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Character_World_C_RemoveInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_ResetCamValuesToCache \ +static_assert(alignof(BP_jRPG_Character_World_C_ResetCamValuesToCache) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_ResetCamValuesToCache"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_ResetCamValuesToCache) == 0x000020, "Wrong size on BP_jRPG_Character_World_C_ResetCamValuesToCache"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ResetCamValuesToCache, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000000, "Member 'BP_jRPG_Character_World_C_ResetCamValuesToCache::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ResetCamValuesToCache, CallFunc_GetMainCamera_MainCamera) == 0x000008, "Member 'BP_jRPG_Character_World_C_ResetCamValuesToCache::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ResetCamValuesToCache, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x000010, "Member 'BP_jRPG_Character_World_C_ResetCamValuesToCache::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ResetCamValuesToCache, K2Node_VariableSet_CameraLagSpeed_ImplicitCast) == 0x000014, "Member 'BP_jRPG_Character_World_C_ResetCamValuesToCache::K2Node_VariableSet_CameraLagSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_ResetCamValuesToCache, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000018, "Member 'BP_jRPG_Character_World_C_ResetCamValuesToCache::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_RightMovementAction \ +static_assert(alignof(BP_jRPG_Character_World_C_RightMovementAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_World_C_RightMovementAction"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_RightMovementAction) == 0x000004, "Wrong size on BP_jRPG_Character_World_C_RightMovementAction"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_RightMovementAction, Value) == 0x000000, "Member 'BP_jRPG_Character_World_C_RightMovementAction::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SaveCamValuesInCache \ +static_assert(alignof(BP_jRPG_Character_World_C_SaveCamValuesInCache) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SaveCamValuesInCache"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SaveCamValuesInCache) == 0x000030, "Wrong size on BP_jRPG_Character_World_C_SaveCamValuesInCache"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000000, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, CallFunc_GetMainCamera_MainCamera) == 0x000008, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, CallFunc_GetMainCamera_MainCamera_1) == 0x000010, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::CallFunc_GetMainCamera_MainCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, K2Node_VariableSet_TargetArmLengthCache_ImplicitCast) == 0x000018, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::K2Node_VariableSet_TargetArmLengthCache_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, K2Node_VariableSet_CameraLagSpeedCache_ImplicitCast) == 0x000020, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::K2Node_VariableSet_CameraLagSpeedCache_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SaveCamValuesInCache, K2Node_VariableSet_FieldOfViewCache_ImplicitCast) == 0x000028, "Member 'BP_jRPG_Character_World_C_SaveCamValuesInCache::K2Node_VariableSet_FieldOfViewCache_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetAbpBattleForAiming \ +static_assert(alignof(BP_jRPG_Character_World_C_SetAbpBattleForAiming) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_SetAbpBattleForAiming"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetAbpBattleForAiming) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_SetAbpBattleForAiming"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetAbpBattleForAiming, Aiming) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetAbpBattleForAiming::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride \ +static_assert(alignof(BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride) == 0x000050, "Wrong size on BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride, Capabilities) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetCharacterCapabilitiesOverride::Capabilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetCharacterCustomization \ +static_assert(alignof(BP_jRPG_Character_World_C_SetCharacterCustomization) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SetCharacterCustomization"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetCharacterCustomization) == 0x000068, "Wrong size on BP_jRPG_Character_World_C_SetCharacterCustomization"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetCharacterCustomization, CharacterCustomization) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetCharacterCustomization::CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetCharacterCustomization, Character_Name) == 0x000050, "Member 'BP_jRPG_Character_World_C_SetCharacterCustomization::Character_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetCharacterCustomization, local_Components) == 0x000058, "Member 'BP_jRPG_Character_World_C_SetCharacterCustomization::local_Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled \ +static_assert(alignof(BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled, Visible) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetCharacterSpotLightsEnabled::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetGaitToSprintIfPossible \ +static_assert(alignof(BP_jRPG_Character_World_C_SetGaitToSprintIfPossible) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_SetGaitToSprintIfPossible"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetGaitToSprintIfPossible) == 0x000002, "Wrong size on BP_jRPG_Character_World_C_SetGaitToSprintIfPossible"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetGaitToSprintIfPossible, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetGaitToSprintIfPossible::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetGaitToSprintIfPossible, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_jRPG_Character_World_C_SetGaitToSprintIfPossible::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform \ +static_assert(alignof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform) == 0x000040, "Wrong size on BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, IsAttachedToMovingPlatform_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::IsAttachedToMovingPlatform_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, UseSmartLineTrace) == 0x000001, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::UseSmartLineTrace' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform, K2Node_VariableSet_ClothMaxDistanceScale_ImplicitCast) == 0x000038, "Member 'BP_jRPG_Character_World_C_SetIsAttachedToMovingPlatform::K2Node_VariableSet_ClothMaxDistanceScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetIsInDialogue \ +static_assert(alignof(BP_jRPG_Character_World_C_SetIsInDialogue) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_SetIsInDialogue"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetIsInDialogue) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_SetIsInDialogue"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetIsInDialogue, IsInDialogue_0) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetIsInDialogue::IsInDialogue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SetLastCheckpoint \ +static_assert(alignof(BP_jRPG_Character_World_C_SetLastCheckpoint) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SetLastCheckpoint"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SetLastCheckpoint) == 0x000180, "Wrong size on BP_jRPG_Character_World_C_SetLastCheckpoint"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, Location) == 0x000000, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, Rotation) == 0x000018, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, SourceObject) == 0x000030, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Conv_VectorToString_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Conv_RotatorToString_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Conv_RotatorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SetLastCheckpoint, CallFunc_Format_ReturnValue) == 0x000170, "Member 'BP_jRPG_Character_World_C_SetLastCheckpoint::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SpringArmControl \ +static_assert(alignof(BP_jRPG_Character_World_C_SpringArmControl) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_SpringArmControl"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SpringArmControl) == 0x000010, "Wrong size on BP_jRPG_Character_World_C_SpringArmControl"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SpringArmControl, Target_Arm_Length) == 0x000000, "Member 'BP_jRPG_Character_World_C_SpringArmControl::Target_Arm_Length' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SpringArmControl, CameraLagMaxDistance) == 0x000008, "Member 'BP_jRPG_Character_World_C_SpringArmControl::CameraLagMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_SprintAction \ +static_assert(alignof(BP_jRPG_Character_World_C_SprintAction) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_SprintAction"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_SprintAction) == 0x000001, "Wrong size on BP_jRPG_Character_World_C_SprintAction"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_SprintAction, bValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_SprintAction::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_StopCustomMovement \ +static_assert(alignof(BP_jRPG_Character_World_C_StopCustomMovement) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_StopCustomMovement"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_StopCustomMovement) == 0x000002, "Wrong size on BP_jRPG_Character_World_C_StopCustomMovement"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_StopCustomMovement, CallFunc_IsClimbing_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_StopCustomMovement::CallFunc_IsClimbing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_StopCustomMovement, CallFunc_IsPerformingMovement_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_StopCustomMovement::CallFunc_IsPerformingMovement_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_TeleportCharacter \ +static_assert(alignof(BP_jRPG_Character_World_C_TeleportCharacter) == 0x000010, "Wrong alignment on BP_jRPG_Character_World_C_TeleportCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_TeleportCharacter) == 0x000080, "Wrong size on BP_jRPG_Character_World_C_TeleportCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacter, DestinationTransform) == 0x000000, "Member 'BP_jRPG_Character_World_C_TeleportCharacter::DestinationTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacter, CameraRotation) == 0x000060, "Member 'BP_jRPG_Character_World_C_TeleportCharacter::CameraRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_TeleportCharacterToArea \ +static_assert(alignof(BP_jRPG_Character_World_C_TeleportCharacterToArea) == 0x000010, "Wrong alignment on BP_jRPG_Character_World_C_TeleportCharacterToArea"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_TeleportCharacterToArea) == 0x0000C0, "Wrong size on BP_jRPG_Character_World_C_TeleportCharacterToArea"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacterToArea, DestinationTransform) == 0x000000, "Member 'BP_jRPG_Character_World_C_TeleportCharacterToArea::DestinationTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacterToArea, CameraRotation) == 0x000060, "Member 'BP_jRPG_Character_World_C_TeleportCharacterToArea::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacterToArea, LightingScenario) == 0x000078, "Member 'BP_jRPG_Character_World_C_TeleportCharacterToArea::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacterToArea, AreaAudioParameters) == 0x000080, "Member 'BP_jRPG_Character_World_C_TeleportCharacterToArea::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_TeleportCharacterToArea, ChangeLevelParameters) == 0x0000B8, "Member 'BP_jRPG_Character_World_C_TeleportCharacterToArea::ChangeLevelParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_UpdateCharacterCapabilities \ +static_assert(alignof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_UpdateCharacterCapabilities"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities) == 0x000378, "Wrong size on BP_jRPG_Character_World_C_UpdateCharacterCapabilities"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, Capabilities) == 0x000000, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::Capabilities' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, Reason) == 0x000050, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, ComputedValue) == 0x000060, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::ComputedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_IsEmpty_ReturnValue) == 0x000118, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, Temp_int_Array_Index_Variable) == 0x00011C, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, Temp_int_Loop_Counter_Variable) == 0x000124, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Add_IntInt_ReturnValue) == 0x000128, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_MakeLiteralString_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000140, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000150, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Max_ReturnValue) == 0x000154, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000158, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000160, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001B0, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0001F8, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Keys_Keys) == 0x000208, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000218, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Array_Get_Item) == 0x000228, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000230, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Find_Value) == 0x000240, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Find_ReturnValue) == 0x000241, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000248, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_4) == 0x000258, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_SelectInt_ReturnValue) == 0x0002A0, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeArray_Array) == 0x0002A8, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0002B8, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Format_ReturnValue) == 0x0002C8, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002D8, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, K2Node_MakeArray_Array_1) == 0x000320, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Array_Length_ReturnValue) == 0x000330, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Format_ReturnValue_1) == 0x000338, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Less_IntInt_ReturnValue) == 0x000348, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000350, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, Temp_byte_Variable) == 0x000360, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Find_Value_1) == 0x000364, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Find_ReturnValue_1) == 0x000368, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Add_IntInt_ReturnValue_1) == 0x00036C, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Map_Contains_ReturnValue) == 0x000370, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateCharacterCapabilities, CallFunc_Not_PreBool_ReturnValue_1) == 0x000371, "Member 'BP_jRPG_Character_World_C_UpdateCharacterCapabilities::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_UpdateSpringArmLength \ +static_assert(alignof(BP_jRPG_Character_World_C_UpdateSpringArmLength) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_UpdateSpringArmLength"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_UpdateSpringArmLength) == 0x000100, "Wrong size on BP_jRPG_Character_World_C_UpdateSpringArmLength"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetBoolCVar_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000008, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetMyMovementComponent_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetMyMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetMaxSpeed_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetWorldCharacterByName_Found) == 0x00002C, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetWorldCharacterByName_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetWorldCharacterByName_WorldCharacter) == 0x000030, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetWorldCharacterByName_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1) == 0x000060, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetMainCamera_MainCamera) == 0x000068, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetForwardVector_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_GetVelocity_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_VSize_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_DegAcos_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_FClamp_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Lerp_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Lerp_A_ImplicitCast) == 0x0000E8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x0000F0, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UpdateSpringArmLength, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x0000F8, "Member 'BP_jRPG_Character_World_C_UpdateSpringArmLength::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_Character_World_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_UserConstructionScript) == 0x000002, "Wrong size on BP_jRPG_Character_World_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UserConstructionScript, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_UserConstructionScript::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_GetAllowedGait \ +static_assert(alignof(BP_jRPG_Character_World_C_GetAllowedGait) == 0x000001, "Wrong alignment on BP_jRPG_Character_World_C_GetAllowedGait"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_GetAllowedGait) == 0x000003, "Wrong size on BP_jRPG_Character_World_C_GetAllowedGait"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllowedGait, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_World_C_GetAllowedGait::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllowedGait, CallFunc_GetAllowedGait_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_World_C_GetAllowedGait::CallFunc_GetAllowedGait_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_GetAllowedGait, CallFunc_Array_IsEmpty_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_World_C_GetAllowedGait::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_World_C_IsCapabilityAllowed \ +static_assert(alignof(BP_jRPG_Character_World_C_IsCapabilityAllowed) == 0x000008, "Wrong alignment on BP_jRPG_Character_World_C_IsCapabilityAllowed"); \ +static_assert(sizeof(BP_jRPG_Character_World_C_IsCapabilityAllowed) == 0x000040, "Wrong size on BP_jRPG_Character_World_C_IsCapabilityAllowed"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, Capability) == 0x000000, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::Capability' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, isAllowed) == 0x000001, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_Map_Find_ReturnValue) == 0x000031, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_Map_Find_Value_1) == 0x000034, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_Map_Find_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000039, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_World_C_IsCapabilityAllowed, CallFunc_BooleanAND_ReturnValue_1) == 0x00003A, "Member 'BP_jRPG_Character_World_C_IsCapabilityAllowed::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_Character_World_C \ +static_assert(alignof(ABP_jRPG_Character_World_C) == 0x000010, "Wrong alignment on ABP_jRPG_Character_World_C"); \ +static_assert(sizeof(ABP_jRPG_Character_World_C) == 0x0018B0, "Wrong size on ABP_jRPG_Character_World_C"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, UberGraphFrame_BP_jRPG_Character_World_C) == 0x000A38, "Member 'ABP_jRPG_Character_World_C::UberGraphFrame_BP_jRPG_Character_World_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CameraShakeSource_Moving) == 0x000A40, "Member 'ABP_jRPG_Character_World_C::CameraShakeSource_Moving' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterSpringArm) == 0x000A48, "Member 'ABP_jRPG_Character_World_C::CharacterSpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Main_CineCamera) == 0x000A50, "Member 'ABP_jRPG_Character_World_C::Main_CineCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Camera_PreCinematic) == 0x000A58, "Member 'ABP_jRPG_Character_World_C::Camera_PreCinematic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, LookAtTarget) == 0x000A60, "Member 'ABP_jRPG_Character_World_C::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MainCamera) == 0x000A68, "Member 'ABP_jRPG_Character_World_C::MainCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SmartSpringArm_MainCamera) == 0x000A70, "Member 'ABP_jRPG_Character_World_C::SmartSpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CompanionAvoidanceCapsule) == 0x000A78, "Member 'ABP_jRPG_Character_World_C::CompanionAvoidanceCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_CharacterSkinComponent) == 0x000A80, "Member 'ABP_jRPG_Character_World_C::BP_CharacterSkinComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_CharacterVisualAlterationsComponent) == 0x000A88, "Member 'ABP_jRPG_Character_World_C::BP_CharacterVisualAlterationsComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Vocals_01) == 0x000A90, "Member 'ABP_jRPG_Character_World_C::AC_Vocals_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Vocals_02) == 0x000A98, "Member 'ABP_jRPG_Character_World_C::AC_Vocals_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Hand_R_01) == 0x000AA0, "Member 'ABP_jRPG_Character_World_C::AC_Hand_R_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Weapon_R_01) == 0x000AA8, "Member 'ABP_jRPG_Character_World_C::AC_Weapon_R_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Weapon_L_01) == 0x000AB0, "Member 'ABP_jRPG_Character_World_C::AC_Weapon_L_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Hand_L_01) == 0x000AB8, "Member 'ABP_jRPG_Character_World_C::AC_Hand_L_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Weapon_L_02) == 0x000AC0, "Member 'ABP_jRPG_Character_World_C::AC_Weapon_L_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_FT_R) == 0x000AC8, "Member 'ABP_jRPG_Character_World_C::AC_FT_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_FT_L) == 0x000AD0, "Member 'ABP_jRPG_Character_World_C::AC_FT_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, WorldPartitionStreamingSource) == 0x000AD8, "Member 'ABP_jRPG_Character_World_C::WorldPartitionStreamingSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Audio_Dialogue) == 0x000AE0, "Member 'ABP_jRPG_Character_World_C::Audio_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_DialogueCameraControllerComponent) == 0x000AE8, "Member 'ABP_jRPG_Character_World_C::BP_DialogueCameraControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight_Dialogue_RimLeft) == 0x000AF0, "Member 'ABP_jRPG_Character_World_C::SpotLight_Dialogue_RimLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight_Dialogue_FrontRight) == 0x000AF8, "Member 'ABP_jRPG_Character_World_C::SpotLight_Dialogue_FrontRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight_Dialogue_RimRight) == 0x000B00, "Member 'ABP_jRPG_Character_World_C::SpotLight_Dialogue_RimRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight_Dialogue_FrontLeft) == 0x000B08, "Member 'ABP_jRPG_Character_World_C::SpotLight_Dialogue_FrontLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue6) == 0x000B10, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue6' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue9) == 0x000B18, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue9' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue8) == 0x000B20, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue8' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue7) == 0x000B28, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue7' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue4) == 0x000B30, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue4' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue2) == 0x000B38, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue3) == 0x000B40, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue10) == 0x000B48, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue10' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue5) == 0x000B50, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue1) == 0x000B58, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FocusPoint_Dialogue) == 0x000B60, "Member 'ABP_jRPG_Character_World_C::FocusPoint_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CineCamera_Dialogue_Main) == 0x000B68, "Member 'ABP_jRPG_Character_World_C::CineCamera_Dialogue_Main' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_NPCAnimationComponent) == 0x000B70, "Member 'ABP_jRPG_Character_World_C::BP_NPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_EyeEffectsControllerComponent) == 0x000B78, "Member 'ABP_jRPG_Character_World_C::BP_EyeEffectsControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_ExplorationCapacityComponent_Rope) == 0x000B80, "Member 'ABP_jRPG_Character_World_C::BP_ExplorationCapacityComponent_Rope' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_ClimbingComponent) == 0x000B88, "Member 'ABP_jRPG_Character_World_C::BP_ClimbingComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_CameraControllerComponent) == 0x000B90, "Member 'ABP_jRPG_Character_World_C::BP_CameraControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_CameraLookAtControllerComponent) == 0x000B98, "Member 'ABP_jRPG_Character_World_C::BP_CameraLookAtControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_AICompanion_CompanionManager) == 0x000BA0, "Member 'ABP_jRPG_Character_World_C::BP_AICompanion_CompanionManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_AICompanion_TargetPointsComponent) == 0x000BA8, "Member 'ABP_jRPG_Character_World_C::BP_AICompanion_TargetPointsComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ChildActorAimCamera) == 0x000BB0, "Member 'ABP_jRPG_Character_World_C::ChildActorAimCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArm_FreeAim) == 0x000BB8, "Member 'ABP_jRPG_Character_World_C::SpringArm_FreeAim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_VelocityControllerComponent) == 0x000BC0, "Member 'ABP_jRPG_Character_World_C::BP_VelocityControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_Component_WorldAnimationProfile) == 0x000BC8, "Member 'ABP_jRPG_Character_World_C::BP_Component_WorldAnimationProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_FacialAnimationComponent) == 0x000BD0, "Member 'ABP_jRPG_Character_World_C::BP_FacialAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Torch_SpringArm) == 0x000BD8, "Member 'ABP_jRPG_Character_World_C::Torch_SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_TrailSource_Component_r) == 0x000BE0, "Member 'ABP_jRPG_Character_World_C::BP_TrailSource_Component_r' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_TrailSource_Component_l) == 0x000BE8, "Member 'ABP_jRPG_Character_World_C::BP_TrailSource_Component_l' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_ExplorationCapacityComponent_GrappleHook) == 0x000BF0, "Member 'ABP_jRPG_Character_World_C::BP_ExplorationCapacityComponent_GrappleHook' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MotionWarping) == 0x000BF8, "Member 'ABP_jRPG_Character_World_C::MotionWarping' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BPC_LightAreaMecanic) == 0x000C00, "Member 'ABP_jRPG_Character_World_C::BPC_LightAreaMecanic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_ExplorationCapacityComponent_FreeAimTeleport) == 0x000C08, "Member 'ABP_jRPG_Character_World_C::BP_ExplorationCapacityComponent_FreeAimTeleport' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_ExplorationCapacityComponent_FreeAimDamage) == 0x000C10, "Member 'ABP_jRPG_Character_World_C::BP_ExplorationCapacityComponent_FreeAimDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Idle) == 0x000C18, "Member 'ABP_jRPG_Character_World_C::AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_SFX_02) == 0x000C20, "Member 'ABP_jRPG_Character_World_C::AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Foleys_02) == 0x000C28, "Member 'ABP_jRPG_Character_World_C::AC_Foleys_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_Foleys_01) == 0x000C30, "Member 'ABP_jRPG_Character_World_C::AC_Foleys_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AC_SFX_01) == 0x000C38, "Member 'ABP_jRPG_Character_World_C::AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_AudioCharacter_Manager) == 0x000C40, "Member 'ABP_jRPG_Character_World_C::BP_AudioCharacter_Manager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight1) == 0x000C48, "Member 'ABP_jRPG_Character_World_C::SpotLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpotLight) == 0x000C50, "Member 'ABP_jRPG_Character_World_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ProjectileSpawnLocation) == 0x000C58, "Member 'ABP_jRPG_Character_World_C::ProjectileSpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ChildActor_Skin) == 0x000C60, "Member 'ABP_jRPG_Character_World_C::ChildActor_Skin' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Arrow2) == 0x000C68, "Member 'ABP_jRPG_Character_World_C::Arrow2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakActorCamera) == 0x000C70, "Member 'ABP_jRPG_Character_World_C::SneakActorCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakCamArrow) == 0x000C78, "Member 'ABP_jRPG_Character_World_C::EndSneakCamArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, StartSneakCamArrow) == 0x000C80, "Member 'ABP_jRPG_Character_World_C::StartSneakCamArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, RectLight) == 0x000C88, "Member 'ABP_jRPG_Character_World_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashFxLoc1) == 0x000C90, "Member 'ABP_jRPG_Character_World_C::DashFxLoc1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BP_FreeAimControlComponent) == 0x000C98, "Member 'ABP_jRPG_Character_World_C::BP_FreeAimControlComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ShoulderCam) == 0x000CA0, "Member 'ABP_jRPG_Character_World_C::ShoulderCam' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ShoulderSpringArm) == 0x000CA8, "Member 'ABP_jRPG_Character_World_C::ShoulderSpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ExploAtkArrow) == 0x000CB0, "Member 'ABP_jRPG_Character_World_C::ExploAtkArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashFxLoc) == 0x000CB8, "Member 'ABP_jRPG_Character_World_C::DashFxLoc' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, NinjaTraceMesh) == 0x000CC0, "Member 'ABP_jRPG_Character_World_C::NinjaTraceMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharaxcterLightBack) == 0x000CC8, "Member 'ABP_jRPG_Character_World_C::CharaxcterLightBack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterLightFront) == 0x000CD0, "Member 'ABP_jRPG_Character_World_C::CharacterLightFront' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, WorldStrikeCollision) == 0x000CD8, "Member 'ABP_jRPG_Character_World_C::WorldStrikeCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DialogBox) == 0x000CE0, "Member 'ABP_jRPG_Character_World_C::DialogBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_ExplorationAttack_HitBoxTrack_F552019B465836AC171344A345E24AF5) == 0x000CE8, "Member 'ABP_jRPG_Character_World_C::Timeline_ExplorationAttack_HitBoxTrack_F552019B465836AC171344A345E24AF5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_ExplorationAttack_StepForwardTrack_F552019B465836AC171344A345E24AF5) == 0x000CEC, "Member 'ABP_jRPG_Character_World_C::Timeline_ExplorationAttack_StepForwardTrack_F552019B465836AC171344A345E24AF5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_ExplorationAttack__Direction_F552019B465836AC171344A345E24AF5) == 0x000CF0, "Member 'ABP_jRPG_Character_World_C::Timeline_ExplorationAttack__Direction_F552019B465836AC171344A345E24AF5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_ExplorationAttack) == 0x000CF8, "Member 'ABP_jRPG_Character_World_C::Timeline_ExplorationAttack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_1_DistanceMultiplier_530E22E44FEF074B39B902B36F8EE6E0) == 0x000D00, "Member 'ABP_jRPG_Character_World_C::Timeline_1_DistanceMultiplier_530E22E44FEF074B39B902B36F8EE6E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_1__Direction_530E22E44FEF074B39B902B36F8EE6E0) == 0x000D04, "Member 'ABP_jRPG_Character_World_C::Timeline_1__Direction_530E22E44FEF074B39B902B36F8EE6E0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_1) == 0x000D08, "Member 'ABP_jRPG_Character_World_C::Timeline_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EnableIKTimeline_IKAlpha_DDD7A86D4122DF4EACB63E877B021AFE) == 0x000D10, "Member 'ABP_jRPG_Character_World_C::EnableIKTimeline_IKAlpha_DDD7A86D4122DF4EACB63E877B021AFE' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EnableIKTimeline__Direction_DDD7A86D4122DF4EACB63E877B021AFE) == 0x000D14, "Member 'ABP_jRPG_Character_World_C::EnableIKTimeline__Direction_DDD7A86D4122DF4EACB63E877B021AFE' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EnableIKTimeline) == 0x000D18, "Member 'ABP_jRPG_Character_World_C::EnableIKTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_0_SpringArmMovement_E5045E2A45345B73800A59A639C19BD6) == 0x000D20, "Member 'ABP_jRPG_Character_World_C::Timeline_0_SpringArmMovement_E5045E2A45345B73800A59A639C19BD6' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_0__Direction_E5045E2A45345B73800A59A639C19BD6) == 0x000D24, "Member 'ABP_jRPG_Character_World_C::Timeline_0__Direction_E5045E2A45345B73800A59A639C19BD6' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_0) == 0x000D28, "Member 'ABP_jRPG_Character_World_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FoV_Control_Timeline_SpringArmMovement_9901529640326D15C1E16593984FA550) == 0x000D30, "Member 'ABP_jRPG_Character_World_C::FoV_Control_Timeline_SpringArmMovement_9901529640326D15C1E16593984FA550' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FoV_Control_Timeline__Direction_9901529640326D15C1E16593984FA550) == 0x000D34, "Member 'ABP_jRPG_Character_World_C::FoV_Control_Timeline__Direction_9901529640326D15C1E16593984FA550' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FoV_Control_Timeline) == 0x000D38, "Member 'ABP_jRPG_Character_World_C::FoV_Control_Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmReset_Timeline_SpringArmMovement_97E0D35D46F19FBD762F89AA85055A4E) == 0x000D40, "Member 'ABP_jRPG_Character_World_C::SpringArmReset_Timeline_SpringArmMovement_97E0D35D46F19FBD762F89AA85055A4E' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmReset_Timeline__Direction_97E0D35D46F19FBD762F89AA85055A4E) == 0x000D44, "Member 'ABP_jRPG_Character_World_C::SpringArmReset_Timeline__Direction_97E0D35D46F19FBD762F89AA85055A4E' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmReset_Timeline) == 0x000D48, "Member 'ABP_jRPG_Character_World_C::SpringArmReset_Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmControl_Timeline_SpringArmMovement_50E9683048EA6E7F81BD9E94476B74B7) == 0x000D50, "Member 'ABP_jRPG_Character_World_C::SpringArmControl_Timeline_SpringArmMovement_50E9683048EA6E7F81BD9E94476B74B7' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmControl_Timeline__Direction_50E9683048EA6E7F81BD9E94476B74B7) == 0x000D54, "Member 'ABP_jRPG_Character_World_C::SpringArmControl_Timeline__Direction_50E9683048EA6E7F81BD9E94476B74B7' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmControl_Timeline) == 0x000D58, "Member 'ABP_jRPG_Character_World_C::SpringArmControl_Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FX_ArmRingColor_0to1_9F591E5949084DB1308311B637BE9513) == 0x000D60, "Member 'ABP_jRPG_Character_World_C::FX_ArmRingColor_0to1_9F591E5949084DB1308311B637BE9513' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FX_ArmRingColor__Direction_9F591E5949084DB1308311B637BE9513) == 0x000D64, "Member 'ABP_jRPG_Character_World_C::FX_ArmRingColor__Direction_9F591E5949084DB1308311B637BE9513' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FX_ArmRingColor) == 0x000D68, "Member 'ABP_jRPG_Character_World_C::FX_ArmRingColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_GrappeCamera_FieldOfView_CA80C41844AFE0A643BF3BA198223DE5) == 0x000D70, "Member 'ABP_jRPG_Character_World_C::Timeline_GrappeCamera_FieldOfView_CA80C41844AFE0A643BF3BA198223DE5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_GrappeCamera__Direction_CA80C41844AFE0A643BF3BA198223DE5) == 0x000D74, "Member 'ABP_jRPG_Character_World_C::Timeline_GrappeCamera__Direction_CA80C41844AFE0A643BF3BA198223DE5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Timeline_GrappeCamera) == 0x000D78, "Member 'ABP_jRPG_Character_World_C::Timeline_GrappeCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ActorInInteractionRange) == 0x000D80, "Member 'ABP_jRPG_Character_World_C::ActorInInteractionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ActorToInteract) == 0x000D90, "Member 'ABP_jRPG_Character_World_C::ActorToInteract' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, PlayerController) == 0x000D98, "Member 'ABP_jRPG_Character_World_C::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, UseWidget) == 0x000DA0, "Member 'ABP_jRPG_Character_World_C::UseWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DialogSystemReference) == 0x000DA8, "Member 'ABP_jRPG_Character_World_C::DialogSystemReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, HitActor) == 0x000DB0, "Member 'ABP_jRPG_Character_World_C::HitActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsInDialogue) == 0x000DB8, "Member 'ABP_jRPG_Character_World_C::IsInDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DeltaTime) == 0x000DC0, "Member 'ABP_jRPG_Character_World_C::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsTeleporting_) == 0x000DC8, "Member 'ABP_jRPG_Character_World_C::IsTeleporting_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpeedLinesBlendable) == 0x000DD0, "Member 'ABP_jRPG_Character_World_C::SpeedLinesBlendable' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, reversibleActors) == 0x000DD8, "Member 'ABP_jRPG_Character_World_C::reversibleActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, reversibleCharacters) == 0x000DE8, "Member 'ABP_jRPG_Character_World_C::reversibleCharacters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Particles) == 0x000DF8, "Member 'ABP_jRPG_Character_World_C::Particles' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AllMeshMaterials) == 0x000E00, "Member 'ABP_jRPG_Character_World_C::AllMeshMaterials' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, JumpCounter) == 0x000E10, "Member 'ABP_jRPG_Character_World_C::JumpCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MovementStruct) == 0x000E18, "Member 'ABP_jRPG_Character_World_C::MovementStruct' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EnemyHit) == 0x000E28, "Member 'ABP_jRPG_Character_World_C::EnemyHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashCooldownActive) == 0x000E30, "Member 'ABP_jRPG_Character_World_C::DashCooldownActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashDuration) == 0x000E38, "Member 'ABP_jRPG_Character_World_C::DashDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAnimMontage) == 0x000E40, "Member 'ABP_jRPG_Character_World_C::DashAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashForce) == 0x000E48, "Member 'ABP_jRPG_Character_World_C::DashForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashVfx) == 0x000E50, "Member 'ABP_jRPG_Character_World_C::DashVfx' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TrailFx) == 0x000E58, "Member 'ABP_jRPG_Character_World_C::TrailFx' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashZHeight) == 0x000E60, "Member 'ABP_jRPG_Character_World_C::DashZHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ShouldAdapteDashMovementToGround) == 0x000E68, "Member 'ABP_jRPG_Character_World_C::ShouldAdapteDashMovementToGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashCount) == 0x000E6C, "Member 'ABP_jRPG_Character_World_C::DashCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MaxDashCount) == 0x000E70, "Member 'ABP_jRPG_Character_World_C::MaxDashCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AdaptativeDashGroundCheck) == 0x000E78, "Member 'ABP_jRPG_Character_World_C::AdaptativeDashGroundCheck' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashInputVectorCache) == 0x000E80, "Member 'ABP_jRPG_Character_World_C::DashInputVectorCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashCamForwardVectorCache) == 0x000E98, "Member 'ABP_jRPG_Character_World_C::DashCamForwardVectorCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashInterupted) == 0x000EB0, "Member 'ABP_jRPG_Character_World_C::DashInterupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, PreventingLocationCache) == 0x000EB8, "Member 'ABP_jRPG_Character_World_C::PreventingLocationCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, bIsDashing) == 0x000ED0, "Member 'ABP_jRPG_Character_World_C::bIsDashing' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashUseInputVector) == 0x000ED1, "Member 'ABP_jRPG_Character_World_C::DashUseInputVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ShouldNotUseAdaptiveDash) == 0x000ED2, "Member 'ABP_jRPG_Character_World_C::ShouldNotUseAdaptiveDash' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashForwardChekDistance) == 0x000ED8, "Member 'ABP_jRPG_Character_World_C::DashForwardChekDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AdaptativeDashRoofCheck) == 0x000EE0, "Member 'ABP_jRPG_Character_World_C::AdaptativeDashRoofCheck' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashCoolDownAerial) == 0x000EE8, "Member 'ABP_jRPG_Character_World_C::DashCoolDownAerial' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashCoolDownGround) == 0x000EF0, "Member 'ABP_jRPG_Character_World_C::DashCoolDownGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, bIsWorldMapPawn) == 0x000EF8, "Member 'ABP_jRPG_Character_World_C::bIsWorldMapPawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkForce) == 0x000F00, "Member 'ABP_jRPG_Character_World_C::DashAtkForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkHeight) == 0x000F08, "Member 'ABP_jRPG_Character_World_C::DashAtkHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkInputVector) == 0x000F10, "Member 'ABP_jRPG_Character_World_C::DashAtkInputVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkCamForwardVector) == 0x000F28, "Member 'ABP_jRPG_Character_World_C::DashAtkCamForwardVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkTrailFX) == 0x000F40, "Member 'ABP_jRPG_Character_World_C::DashAtkTrailFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AtkCoolDown) == 0x000F48, "Member 'ABP_jRPG_Character_World_C::AtkCoolDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkHitBoxSize) == 0x000F50, "Member 'ABP_jRPG_Character_World_C::DashAtkHitBoxSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAttackHitBoxHalf_Size) == 0x000F58, "Member 'ABP_jRPG_Character_World_C::DashAttackHitBoxHalf_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CanDamageLevelElementsLv1) == 0x000F70, "Member 'ABP_jRPG_Character_World_C::CanDamageLevelElementsLv1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AM_ExplorationAtk) == 0x000F78, "Member 'ABP_jRPG_Character_World_C::AM_ExplorationAtk' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ExplorationAttackStepForwardForce) == 0x000F80, "Member 'ABP_jRPG_Character_World_C::ExplorationAttackStepForwardForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CanDamageLevelElementsLv2) == 0x000F88, "Member 'ABP_jRPG_Character_World_C::CanDamageLevelElementsLv2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ExploAtkHitSomething) == 0x000F89, "Member 'ABP_jRPG_Character_World_C::ExploAtkHitSomething' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CanDamageLevelElementsLv3) == 0x000F8A, "Member 'ABP_jRPG_Character_World_C::CanDamageLevelElementsLv3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAttackImpactFX) == 0x000F90, "Member 'ABP_jRPG_Character_World_C::DashAttackImpactFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DashAtkRecover) == 0x000F98, "Member 'ABP_jRPG_Character_World_C::DashAtkRecover' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, AmExploAtkInterupted) == 0x000FA0, "Member 'ABP_jRPG_Character_World_C::AmExploAtkInterupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FreeAimMovementModel) == 0x000FA8, "Member 'ABP_jRPG_Character_World_C::FreeAimMovementModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, WalkingMovementModel) == 0x000FB8, "Member 'ABP_jRPG_Character_World_C::WalkingMovementModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DEBUG_IsInvisible) == 0x000FC8, "Member 'ABP_jRPG_Character_World_C::DEBUG_IsInvisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, InvisibilityEffectDuration) == 0x000FD0, "Member 'ABP_jRPG_Character_World_C::InvisibilityEffectDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CheckpointLocation) == 0x000FD8, "Member 'ABP_jRPG_Character_World_C::CheckpointLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CheckPointRotation) == 0x000FF0, "Member 'ABP_jRPG_Character_World_C::CheckPointRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsInDebugFlyMode) == 0x001008, "Member 'ABP_jRPG_Character_World_C::IsInDebugFlyMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DebugFlyingGravityScale) == 0x001010, "Member 'ABP_jRPG_Character_World_C::DebugFlyingGravityScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DebugFlyingMovementModel) == 0x001018, "Member 'ABP_jRPG_Character_World_C::DebugFlyingMovementModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DebugWalkingMovementModel) == 0x001028, "Member 'ABP_jRPG_Character_World_C::DebugWalkingMovementModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DebugGravityScaleCache) == 0x001038, "Member 'ABP_jRPG_Character_World_C::DebugGravityScaleCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsSneaking) == 0x001040, "Member 'ABP_jRPG_Character_World_C::IsSneaking' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, StartSneakActorRotCache) == 0x001048, "Member 'ABP_jRPG_Character_World_C::StartSneakActorRotCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, StartSneakActorLocCache) == 0x001060, "Member 'ABP_jRPG_Character_World_C::StartSneakActorLocCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakArrowLoc) == 0x001078, "Member 'ABP_jRPG_Character_World_C::EndSneakArrowLoc' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakArrowRot) == 0x001090, "Member 'ABP_jRPG_Character_World_C::EndSneakArrowRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, StartSneaking) == 0x0010A8, "Member 'ABP_jRPG_Character_World_C::StartSneaking' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCamRelativeRotCache) == 0x0010B0, "Member 'ABP_jRPG_Character_World_C::SneakCamRelativeRotCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCameraLocCache) == 0x0010C8, "Member 'ABP_jRPG_Character_World_C::SneakCameraLocCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCameraRotCache) == 0x0010E0, "Member 'ABP_jRPG_Character_World_C::SneakCameraRotCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCamRelativeLocCache) == 0x0010F8, "Member 'ABP_jRPG_Character_World_C::SneakCamRelativeLocCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakCamLocCache) == 0x001110, "Member 'ABP_jRPG_Character_World_C::EndSneakCamLocCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakCamRotCache) == 0x001128, "Member 'ABP_jRPG_Character_World_C::EndSneakCamRotCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsClimbing) == 0x001140, "Member 'ABP_jRPG_Character_World_C::IsClimbing' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Sneak_Spline_to_Follow) == 0x001148, "Member 'ABP_jRPG_Character_World_C::Sneak_Spline_to_Follow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakDistanceValue) == 0x001150, "Member 'ABP_jRPG_Character_World_C::SneakDistanceValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DistanceOnSpline) == 0x001158, "Member 'ABP_jRPG_Character_World_C::DistanceOnSpline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, StartSneakFromSplineEnd) == 0x001160, "Member 'ABP_jRPG_Character_World_C::StartSneakFromSplineEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, InputForwardBackwardValue) == 0x001168, "Member 'ABP_jRPG_Character_World_C::InputForwardBackwardValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakCamWorldLoc) == 0x001170, "Member 'ABP_jRPG_Character_World_C::EndSneakCamWorldLoc' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndSneakCamWorldRot) == 0x001188, "Member 'ABP_jRPG_Character_World_C::EndSneakCamWorldRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakEntryArrow) == 0x0011A0, "Member 'ABP_jRPG_Character_World_C::SneakEntryArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCam) == 0x0011A8, "Member 'ABP_jRPG_Character_World_C::SneakCam' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakExitAtSplineEnd) == 0x0011B0, "Member 'ABP_jRPG_Character_World_C::SneakExitAtSplineEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakExitAtSplineStart) == 0x0011B8, "Member 'ABP_jRPG_Character_World_C::SneakExitAtSplineStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FluidForceDynamic_Settings) == 0x0011C0, "Member 'ABP_jRPG_Character_World_C::FluidForceDynamic_Settings' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TutoGameIsPaused) == 0x001230, "Member 'ABP_jRPG_Character_World_C::TutoGameIsPaused' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentTutoPanel) == 0x001238, "Member 'ABP_jRPG_Character_World_C::CurrentTutoPanel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentDialogUI) == 0x001240, "Member 'ABP_jRPG_Character_World_C::CurrentDialogUI' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, EndCombatTransitionDuration) == 0x001248, "Member 'ABP_jRPG_Character_World_C::EndCombatTransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, LightingActiveWhenStartPlaying) == 0x001250, "Member 'ABP_jRPG_Character_World_C::LightingActiveWhenStartPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, NearestLightingScenario) == 0x001258, "Member 'ABP_jRPG_Character_World_C::NearestLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ClosestDistance) == 0x001260, "Member 'ABP_jRPG_Character_World_C::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Min_Distance) == 0x001268, "Member 'ABP_jRPG_Character_World_C::Min_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Asset_Class) == 0x001270, "Member 'ABP_jRPG_Character_World_C::Asset_Class' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, PreloadedHeads) == 0x001298, "Member 'ABP_jRPG_Character_World_C::PreloadedHeads' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, As_BP_Arm_Ring_V2) == 0x0012E8, "Member 'ABP_jRPG_Character_World_C::As_BP_Arm_Ring_V2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Starting_from_Spline_Start) == 0x0012F0, "Member 'ABP_jRPG_Character_World_C::Starting_from_Spline_Start' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCamTransformCache) == 0x001300, "Member 'ABP_jRPG_Character_World_C::SneakCamTransformCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SneakCamTransformInverseCache) == 0x001360, "Member 'ABP_jRPG_Character_World_C::SneakCamTransformInverseCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ExitFromStartBox) == 0x0013C0, "Member 'ABP_jRPG_Character_World_C::ExitFromStartBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Exit_from_Entry_Arrow) == 0x0013C8, "Member 'ABP_jRPG_Character_World_C::Exit_from_Entry_Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Exit_from_Exit_Arrow) == 0x0013D0, "Member 'ABP_jRPG_Character_World_C::Exit_from_Exit_Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Sneak_Custom_Look_At) == 0x0013D8, "Member 'ABP_jRPG_Character_World_C::Sneak_Custom_Look_At' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BrakingDecelerationFlyingCache) == 0x0013E0, "Member 'ABP_jRPG_Character_World_C::BrakingDecelerationFlyingCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FlyModeWidget) == 0x0013E8, "Member 'ABP_jRPG_Character_World_C::FlyModeWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DeadZoneCameraLagSpeedCache) == 0x0013F0, "Member 'ABP_jRPG_Character_World_C::DeadZoneCameraLagSpeedCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DeadZoneCamera_Lag_Speed) == 0x0013F8, "Member 'ABP_jRPG_Character_World_C::DeadZoneCamera_Lag_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentMovementSettingsCache) == 0x001400, "Member 'ABP_jRPG_Character_World_C::CurrentMovementSettingsCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, BrakingDecelerationFallingDeadZoneCache) == 0x001420, "Member 'ABP_jRPG_Character_World_C::BrakingDecelerationFallingDeadZoneCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Sound_Event) == 0x001428, "Member 'ABP_jRPG_Character_World_C::Sound_Event' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Sound_Event_0) == 0x001430, "Member 'ABP_jRPG_Character_World_C::Sound_Event_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, WaterBody) == 0x001440, "Member 'ABP_jRPG_Character_World_C::WaterBody' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DEBUG_DashTraceTime) == 0x001448, "Member 'ABP_jRPG_Character_World_C::DEBUG_DashTraceTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DEBUG_DashTraceVisibility) == 0x001450, "Member 'ABP_jRPG_Character_World_C::DEBUG_DashTraceVisibility' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Relative_LocationSpringArmCache) == 0x001458, "Member 'ABP_jRPG_Character_World_C::Relative_LocationSpringArmCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, _CameraCacheRelativeLocation) == 0x001470, "Member 'ABP_jRPG_Character_World_C::_CameraCacheRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterLocationResetInProgress) == 0x001488, "Member 'ABP_jRPG_Character_World_C::CharacterLocationResetInProgress' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsManorCharacter) == 0x001489, "Member 'ABP_jRPG_Character_World_C::IsManorCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_CharaSwitch) == 0x001490, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_CharaSwitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_DoubleJump) == 0x001498, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_DoubleJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_Jump) == 0x0014A0, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_Jump' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_WorldStrike) == 0x0014A8, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_WorldStrike' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_Dash) == 0x0014B0, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_Dash' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_Landed) == 0x0014B8, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_Landed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SD_CharacterWorld_MantleReachTop) == 0x0014C0, "Member 'ABP_jRPG_Character_World_C::SD_CharacterWorld_MantleReachTop' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CanHeadRotate) == 0x0014C8, "Member 'ABP_jRPG_Character_World_C::CanHeadRotate' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsUsingDebugTp) == 0x0014C9, "Member 'ABP_jRPG_Character_World_C::IsUsingDebugTp' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CanClimb) == 0x0014CA, "Member 'ABP_jRPG_Character_World_C::CanClimb' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FieldOfViewCache) == 0x0014D0, "Member 'ABP_jRPG_Character_World_C::FieldOfViewCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CameraLagSpeedCache) == 0x0014D8, "Member 'ABP_jRPG_Character_World_C::CameraLagSpeedCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TargetArmLengthCache) == 0x0014E0, "Member 'ABP_jRPG_Character_World_C::TargetArmLengthCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SocketOffsetCache) == 0x0014E8, "Member 'ABP_jRPG_Character_World_C::SocketOffsetCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TargetOffsetCache) == 0x001500, "Member 'ABP_jRPG_Character_World_C::TargetOffsetCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, PreviousLocation) == 0x001518, "Member 'ABP_jRPG_Character_World_C::PreviousLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DistanceTraveled) == 0x001530, "Member 'ABP_jRPG_Character_World_C::DistanceTraveled' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FreeAimShootingCooldown) == 0x001538, "Member 'ABP_jRPG_Character_World_C::FreeAimShootingCooldown' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OriginalCameraLocation) == 0x001540, "Member 'ABP_jRPG_Character_World_C::OriginalCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterExplorationAudioProfile) == 0x001558, "Member 'ABP_jRPG_Character_World_C::CharacterExplorationAudioProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DebugFlySpeedIndex) == 0x001560, "Member 'ABP_jRPG_Character_World_C::DebugFlySpeedIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpawnPointCache) == 0x001568, "Member 'ABP_jRPG_Character_World_C::SpawnPointCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsUsingShortJump) == 0x001570, "Member 'ABP_jRPG_Character_World_C::IsUsingShortJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentShortJump) == 0x001578, "Member 'ABP_jRPG_Character_World_C::CurrentShortJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ActiveCharacterAtPreload) == 0x001580, "Member 'ABP_jRPG_Character_World_C::ActiveCharacterAtPreload' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DataAsset_ExplorationAudioProfile) == 0x001588, "Member 'ABP_jRPG_Character_World_C::DataAsset_ExplorationAudioProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ActiveRooms) == 0x001590, "Member 'ABP_jRPG_Character_World_C::ActiveRooms' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OnActiveRoomsChanged) == 0x0015A0, "Member 'ABP_jRPG_Character_World_C::OnActiveRoomsChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DownRate) == 0x0015B0, "Member 'ABP_jRPG_Character_World_C::DownRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, GamepadCameraSpeedUpDown) == 0x0015B8, "Member 'ABP_jRPG_Character_World_C::GamepadCameraSpeedUpDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, GamepadCameraSpeedLeftRight) == 0x0015C0, "Member 'ABP_jRPG_Character_World_C::GamepadCameraSpeedLeftRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TransformBeforeTPMenu) == 0x0015D0, "Member 'ABP_jRPG_Character_World_C::TransformBeforeTPMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FogsActivatedBeforeOpeningMenu) == 0x001630, "Member 'ABP_jRPG_Character_World_C::FogsActivatedBeforeOpeningMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsInExplorationAttack) == 0x001640, "Member 'ABP_jRPG_Character_World_C::IsInExplorationAttack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FXArmRingMaterial) == 0x001648, "Member 'ABP_jRPG_Character_World_C::FXArmRingMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentFreeaimFeedback) == 0x001650, "Member 'ABP_jRPG_Character_World_C::CurrentFreeaimFeedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, SpringArmLengthBeforeMovement) == 0x001654, "Member 'ABP_jRPG_Character_World_C::SpringArmLengthBeforeMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MaxWalkSpeedCache) == 0x001658, "Member 'ABP_jRPG_Character_World_C::MaxWalkSpeedCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, FovBeforeMovement) == 0x00165C, "Member 'ABP_jRPG_Character_World_C::FovBeforeMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CameraLagMaxDistanceBeforeMovement) == 0x001660, "Member 'ABP_jRPG_Character_World_C::CameraLagMaxDistanceBeforeMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CameraLagMaxDistanceCache) == 0x001664, "Member 'ABP_jRPG_Character_World_C::CameraLagMaxDistanceCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, ChangeOverlay) == 0x001668, "Member 'ABP_jRPG_Character_World_C::ChangeOverlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterCapabilities) == 0x001670, "Member 'ABP_jRPG_Character_World_C::CharacterCapabilities' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Override_Character_Capabilites) == 0x0016C0, "Member 'ABP_jRPG_Character_World_C::Override_Character_Capabilites' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, UseOverrideCharacterCapabilities) == 0x001710, "Member 'ABP_jRPG_Character_World_C::UseOverrideCharacterCapabilities' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IKAlpha) == 0x001718, "Member 'ABP_jRPG_Character_World_C::IKAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsSprintRequested) == 0x001720, "Member 'ABP_jRPG_Character_World_C::IsSprintRequested' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CharacterMovementDataQueue) == 0x001728, "Member 'ABP_jRPG_Character_World_C::CharacterMovementDataQueue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, TorchActor) == 0x001738, "Member 'ABP_jRPG_Character_World_C::TorchActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, Editor_ChestsRemainingInTheLevel) == 0x001740, "Member 'ABP_jRPG_Character_World_C::Editor_ChestsRemainingInTheLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, UseCachedAimingRotationForInputs) == 0x001744, "Member 'ABP_jRPG_Character_World_C::UseCachedAimingRotationForInputs' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsInPostBattleAggroDelay) == 0x001745, "Member 'ABP_jRPG_Character_World_C::IsInPostBattleAggroDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OnCharacterCapabilitiesInitialized) == 0x001748, "Member 'ABP_jRPG_Character_World_C::OnCharacterCapabilitiesInitialized' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CachedAimingRotation) == 0x001758, "Member 'ABP_jRPG_Character_World_C::CachedAimingRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, PreCinematicCameraBlendTime) == 0x001770, "Member 'ABP_jRPG_Character_World_C::PreCinematicCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OriginalCamerasTransform) == 0x001778, "Member 'ABP_jRPG_Character_World_C::OriginalCamerasTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OnDialogueStartCamerasTransform) == 0x0017C8, "Member 'ABP_jRPG_Character_World_C::OnDialogueStartCamerasTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CurrentHeartRate) == 0x001818, "Member 'ABP_jRPG_Character_World_C::CurrentHeartRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, IsAttachedToMovingPlatform) == 0x001820, "Member 'ABP_jRPG_Character_World_C::IsAttachedToMovingPlatform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CheckpointInputLockBlocker) == 0x001828, "Member 'ABP_jRPG_Character_World_C::CheckpointInputLockBlocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CinematicInputLockBlocker) == 0x001848, "Member 'ABP_jRPG_Character_World_C::CinematicInputLockBlocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, CinematicInteractionLockBlocker) == 0x001868, "Member 'ABP_jRPG_Character_World_C::CinematicInteractionLockBlocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, DefaultCameraModifierRotationLimiterClass) == 0x001888, "Member 'ABP_jRPG_Character_World_C::DefaultCameraModifierRotationLimiterClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MouseCameraSpeedUpDown) == 0x001890, "Member 'ABP_jRPG_Character_World_C::MouseCameraSpeedUpDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, MouseCameraSpeedLeftRight) == 0x001898, "Member 'ABP_jRPG_Character_World_C::MouseCameraSpeedLeftRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_World_C, OnCharacterCapabilitiesChanged) == 0x0018A0, "Member 'ABP_jRPG_Character_World_C::OnCharacterCapabilitiesChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKiBLIIKeysWidgetData \ +static_assert(alignof(FKiBLIIKeysWidgetData) == 0x000008, "Wrong alignment on FKiBLIIKeysWidgetData"); \ +static_assert(sizeof(FKiBLIIKeysWidgetData) == 0x000038, "Wrong size on FKiBLIIKeysWidgetData"); \ +static_assert(offsetof(FKiBLIIKeysWidgetData, Widget) == 0x000010, "Member 'FKiBLIIKeysWidgetData::Widget' has a wrong offset!"); \ +static_assert(offsetof(FKiBLIIKeysWidgetData, Texture) == 0x000018, "Member 'FKiBLIIKeysWidgetData::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKiBLIICommonInputBaseControllerData \ +static_assert(alignof(UKiBLIICommonInputBaseControllerData) == 0x000008, "Wrong alignment on UKiBLIICommonInputBaseControllerData"); \ +static_assert(sizeof(UKiBLIICommonInputBaseControllerData) == 0x000118, "Wrong size on UKiBLIICommonInputBaseControllerData"); \ +static_assert(offsetof(UKiBLIICommonInputBaseControllerData, KeysWidget) == 0x0000F8, "Member 'UKiBLIICommonInputBaseControllerData::KeysWidget' has a wrong offset!"); \ +static_assert(offsetof(UKiBLIICommonInputBaseControllerData, KeysWidgetData) == 0x000100, "Member 'UKiBLIICommonInputBaseControllerData::KeysWidgetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKiBLIIKeysWidget \ +static_assert(alignof(UKiBLIIKeysWidget) == 0x000008, "Wrong alignment on UKiBLIIKeysWidget"); \ +static_assert(sizeof(UKiBLIIKeysWidget) == 0x0002F0, "Wrong size on UKiBLIIKeysWidget"); \ +static_assert(offsetof(UKiBLIIKeysWidget, Keys) == 0x0002E0, "Member 'UKiBLIIKeysWidget::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_CopyFile \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_CopyFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_CopyFile"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_CopyFile) == 0x000028, "Wrong size on BlueprintFileUtilsBPLibrary_CopyFile"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, DestFilename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::DestFilename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, SrcFilename) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::SrcFilename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, bReplace) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::bReplace' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, bEvenIfReadOnly) == 0x000021, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::bEvenIfReadOnly' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, ReturnValue) == 0x000022, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DeleteDirectory \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_DeleteDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DeleteDirectory"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_DeleteDirectory) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DeleteDirectory"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::Directory' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, bMustExist) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::bMustExist' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, bDeleteRecursively) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::bDeleteRecursively' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, ReturnValue) == 0x000012, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DeleteFile \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_DeleteFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DeleteFile"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_DeleteFile) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DeleteFile"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, Filename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, bMustExist) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::bMustExist' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, bEvenIfReadOnly) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::bEvenIfReadOnly' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, ReturnValue) == 0x000012, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DirectoryExists \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DirectoryExists"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DirectoryExists"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DirectoryExists, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DirectoryExists::Directory' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FileExists \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FileExists"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_FileExists) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_FileExists"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FileExists, Filename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FileExists::Filename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FindFiles \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_FindFiles) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FindFiles"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_FindFiles) == 0x000038, "Wrong size on BlueprintFileUtilsBPLibrary_FindFiles"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::Directory' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, FoundFiles) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, FileExtension) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, ReturnValue) == 0x000030, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FindRecursive \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_FindRecursive) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FindRecursive"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_FindRecursive) == 0x000038, "Wrong size on BlueprintFileUtilsBPLibrary_FindRecursive"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, StartDirectory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::StartDirectory' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, FoundPaths) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::FoundPaths' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, Wildcard) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::Wildcard' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, bFindFiles) == 0x000030, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::bFindFiles' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, bFindDirectories) == 0x000031, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::bFindDirectories' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, ReturnValue) == 0x000032, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_GetUserDirectory \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_GetUserDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_GetUserDirectory"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_GetUserDirectory) == 0x000010, "Wrong size on BlueprintFileUtilsBPLibrary_GetUserDirectory"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_GetUserDirectory, ReturnValue) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_GetUserDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_MakeDirectory \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_MakeDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_MakeDirectory"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_MakeDirectory) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_MakeDirectory"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, Path) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::Path' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, bCreateTree) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::bCreateTree' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, ReturnValue) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_MoveFile \ +static_assert(alignof(BlueprintFileUtilsBPLibrary_MoveFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_MoveFile"); \ +static_assert(sizeof(BlueprintFileUtilsBPLibrary_MoveFile) == 0x000028, "Wrong size on BlueprintFileUtilsBPLibrary_MoveFile"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, DestFilename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::DestFilename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, SrcFilename) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::SrcFilename' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, bReplace) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::bReplace' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, bEvenIfReadOnly) == 0x000021, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::bEvenIfReadOnly' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, ReturnValue) == 0x000022, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintFileUtilsBPLibrary \ +static_assert(alignof(UBlueprintFileUtilsBPLibrary) == 0x000008, "Wrong alignment on UBlueprintFileUtilsBPLibrary"); \ +static_assert(sizeof(UBlueprintFileUtilsBPLibrary) == 0x000028, "Wrong size on UBlueprintFileUtilsBPLibrary"); \ + +#define DUMPER7_ASSERTS_SFUIInputFunctionLibrary_FindInputBrushFromKey \ +static_assert(alignof(SFUIInputFunctionLibrary_FindInputBrushFromKey) == 0x000010, "Wrong alignment on SFUIInputFunctionLibrary_FindInputBrushFromKey"); \ +static_assert(sizeof(SFUIInputFunctionLibrary_FindInputBrushFromKey) == 0x0000F0, "Wrong size on SFUIInputFunctionLibrary_FindInputBrushFromKey"); \ +static_assert(offsetof(SFUIInputFunctionLibrary_FindInputBrushFromKey, WorldContextObject) == 0x000000, "Member 'SFUIInputFunctionLibrary_FindInputBrushFromKey::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SFUIInputFunctionLibrary_FindInputBrushFromKey, Key) == 0x000008, "Member 'SFUIInputFunctionLibrary_FindInputBrushFromKey::Key' has a wrong offset!"); \ +static_assert(offsetof(SFUIInputFunctionLibrary_FindInputBrushFromKey, OutBrush) == 0x000020, "Member 'SFUIInputFunctionLibrary_FindInputBrushFromKey::OutBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick \ +static_assert(alignof(SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick) == 0x000008, "Wrong alignment on SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick"); \ +static_assert(sizeof(SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick) == 0x000010, "Wrong size on SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick"); \ +static_assert(offsetof(SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick, WorldContextObject) == 0x000000, "Member 'SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick, ReturnValue) == 0x000008, "Member 'SFUIInputFunctionLibrary_GetIsGamepadSimulatedClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USFUIInputFunctionLibrary \ +static_assert(alignof(USFUIInputFunctionLibrary) == 0x000008, "Wrong alignment on USFUIInputFunctionLibrary"); \ +static_assert(sizeof(USFUIInputFunctionLibrary) == 0x000028, "Wrong size on USFUIInputFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SFUITextFunctionLibrary_IsMobileScalingEnabled \ +static_assert(alignof(SFUITextFunctionLibrary_IsMobileScalingEnabled) == 0x000001, "Wrong alignment on SFUITextFunctionLibrary_IsMobileScalingEnabled"); \ +static_assert(sizeof(SFUITextFunctionLibrary_IsMobileScalingEnabled) == 0x000001, "Wrong size on SFUITextFunctionLibrary_IsMobileScalingEnabled"); \ +static_assert(offsetof(SFUITextFunctionLibrary_IsMobileScalingEnabled, ReturnValue) == 0x000000, "Member 'SFUITextFunctionLibrary_IsMobileScalingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USFUITextFunctionLibrary \ +static_assert(alignof(USFUITextFunctionLibrary) == 0x000008, "Wrong alignment on USFUITextFunctionLibrary"); \ +static_assert(sizeof(USFUITextFunctionLibrary) == 0x000028, "Wrong size on USFUITextFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager \ +static_assert(alignof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager) == 0x000008, "Wrong alignment on BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager"); \ +static_assert(sizeof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager) == 0x000028, "Wrong size on BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, EntryPoint) == 0x000000, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000018, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000020, "Member 'BP_QTEManager_C_ExecuteUbergraph_BP_QTEManager::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_FlushActiveQTE \ +static_assert(alignof(BP_QTEManager_C_FlushActiveQTE) == 0x000008, "Wrong alignment on BP_QTEManager_C_FlushActiveQTE"); \ +static_assert(sizeof(BP_QTEManager_C_FlushActiveQTE) == 0x000100, "Wrong size on BP_QTEManager_C_FlushActiveQTE"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, QTEPhaseType) == 0x000000, "Member 'BP_QTEManager_C_FlushActiveQTE::QTEPhaseType' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_FlushActiveQTE::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_FlushActiveQTE::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_QTEManager_C_FlushActiveQTE::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_QTEManager_C_FlushActiveQTE::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_QTEManager_C_FlushActiveQTE::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, K2Node_MakeArray_Array_1) == 0x0000C8, "Member 'BP_QTEManager_C_FlushActiveQTE::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_QTEManager_C_FlushActiveQTE::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, CallFunc_Format_ReturnValue_1) == 0x0000E8, "Member 'BP_QTEManager_C_FlushActiveQTE::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_FlushActiveQTE, CallFunc_Not_PreBool_ReturnValue) == 0x0000F8, "Member 'BP_QTEManager_C_FlushActiveQTE::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_InitManager \ +static_assert(alignof(BP_QTEManager_C_InitManager) == 0x000008, "Wrong alignment on BP_QTEManager_C_InitManager"); \ +static_assert(sizeof(BP_QTEManager_C_InitManager) == 0x000048, "Wrong size on BP_QTEManager_C_InitManager"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_QTEManager_C_InitManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_QTEManager_C_InitManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_InitManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_QTEManager_C_InitManager::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_InitManager::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_GetQTEWidgets_QTEWidgets) == 0x000020, "Member 'BP_QTEManager_C_InitManager::CallFunc_GetQTEWidgets_QTEWidgets' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_QTEManager_C_InitManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_QTEManager_C_InitManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_QTEManager_C_InitManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_InitManager, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_QTEManager_C_InitManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_On_Timeline_Ended \ +static_assert(alignof(BP_QTEManager_C_On_Timeline_Ended) == 0x000008, "Wrong alignment on BP_QTEManager_C_On_Timeline_Ended"); \ +static_assert(sizeof(BP_QTEManager_C_On_Timeline_Ended) == 0x000078, "Wrong size on BP_QTEManager_C_On_Timeline_Ended"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, TrackIndex) == 0x000000, "Member 'BP_QTEManager_C_On_Timeline_Ended::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, Success) == 0x000004, "Member 'BP_QTEManager_C_On_Timeline_Ended::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_On_Timeline_Ended::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_QTEManager_C_On_Timeline_Ended::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_QTEManager_C_On_Timeline_Ended::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_On_Timeline_Ended, CallFunc_Format_ReturnValue) == 0x000068, "Member 'BP_QTEManager_C_On_Timeline_Ended::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnAction \ +static_assert(alignof(BP_QTEManager_C_OnAction) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnAction"); \ +static_assert(sizeof(BP_QTEManager_C_OnAction) == 0x000150, "Wrong size on BP_QTEManager_C_OnAction"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, IsSuccess) == 0x000000, "Member 'BP_QTEManager_C_OnAction::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_GetRealTimeProgress_RealTimeProgress) == 0x000008, "Member 'BP_QTEManager_C_OnAction::CallFunc_GetRealTimeProgress_RealTimeProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_GetRealTimeProgress_IsFinished) == 0x000010, "Member 'BP_QTEManager_C_OnAction::CallFunc_GetRealTimeProgress_IsFinished' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_GetCurrentQTEState_QTEPhaseType) == 0x000011, "Member 'BP_QTEManager_C_OnAction::CallFunc_GetCurrentQTEState_QTEPhaseType' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_Conv_BoolToText_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_OnAction::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_QTEManager_C_OnAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_QTEManager_C_OnAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B8, "Member 'BP_QTEManager_C_OnAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_QTEManager_C_OnAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_QTEManager_C_OnAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BP_QTEManager_C_OnAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_QTEManager_C_OnAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_BooleanAND_ReturnValue) == 0x000138, "Member 'BP_QTEManager_C_OnAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnAction, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_QTEManager_C_OnAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnQTENotifyStateEnd \ +static_assert(alignof(BP_QTEManager_C_OnQTENotifyStateEnd) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnQTENotifyStateEnd"); \ +static_assert(sizeof(BP_QTEManager_C_OnQTENotifyStateEnd) == 0x000168, "Wrong size on BP_QTEManager_C_OnQTENotifyStateEnd"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000000, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, K2Node_MakeStruct_FormatArgumentData_1) == 0x000050, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000098, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0000A0, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000A8, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000F0, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_GetOwner_ReturnValue) == 0x000138, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, K2Node_MakeArray_Array) == 0x000140, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000150, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateEnd, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BP_QTEManager_C_OnQTENotifyStateEnd::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnQTENotifyStateStart \ +static_assert(alignof(BP_QTEManager_C_OnQTENotifyStateStart) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnQTENotifyStateStart"); \ +static_assert(sizeof(BP_QTEManager_C_OnQTENotifyStateStart) == 0x000250, "Wrong size on BP_QTEManager_C_OnQTENotifyStateStart"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, PhaseDurations) == 0x000000, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::PhaseDurations' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, TotalDuration) == 0x000050, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CurrentAnimTime) == 0x000058, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CurrentAnimTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, PlayRate) == 0x000060, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000068, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x000070, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_ComputeRealTimeDuration_RealTimeDuration) == 0x000078, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_ComputeRealTimeDuration_RealTimeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetOwner_ReturnValue) == 0x0000F0, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetRealTimeSeconds_ReturnValue_2) == 0x0000F8, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetRealTimeSeconds_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetComponentByClass_ReturnValue) == 0x000100, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeStruct_FormatArgumentData_1) == 0x000108, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000150, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E8, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, K2Node_MakeArray_Array_1) == 0x000230, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateStart, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'BP_QTEManager_C_OnQTENotifyStateStart::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnQTENotifyStateTick \ +static_assert(alignof(BP_QTEManager_C_OnQTENotifyStateTick) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnQTENotifyStateTick"); \ +static_assert(sizeof(BP_QTEManager_C_OnQTENotifyStateTick) == 0x000200, "Wrong size on BP_QTEManager_C_OnQTENotifyStateTick"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CurrentAnimationTime) == 0x000000, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CurrentAnimationTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData_1) == 0x000050, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000098, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000A0, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000E8, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000130, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000138, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData_4) == 0x000140, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeStruct_FormatArgumentData_5) == 0x000188, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, K2Node_MakeArray_Array) == 0x0001D0, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_Format_ReturnValue) == 0x0001E8, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnQTENotifyStateTick, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001F8, "Member 'BP_QTEManager_C_OnQTENotifyStateTick::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnSkillComboAction \ +static_assert(alignof(BP_QTEManager_C_OnSkillComboAction) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnSkillComboAction"); \ +static_assert(sizeof(BP_QTEManager_C_OnSkillComboAction) == 0x000030, "Wrong size on BP_QTEManager_C_OnSkillComboAction"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, IsSuccess) == 0x000000, "Member 'BP_QTEManager_C_OnSkillComboAction::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, TrackIndex) == 0x000004, "Member 'BP_QTEManager_C_OnSkillComboAction::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, IsPerfect) == 0x000008, "Member 'BP_QTEManager_C_OnSkillComboAction::IsPerfect' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_QTEManager_C_OnSkillComboAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_QTEManager_C_OnSkillComboAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_QTEManager_C_OnSkillComboAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_QTEManager_C_OnSkillComboAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'BP_QTEManager_C_OnSkillComboAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_QTEManager_C_OnSkillComboAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnSkillComboAction, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_QTEManager_C_OnSkillComboAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_OnUpdate \ +static_assert(alignof(BP_QTEManager_C_OnUpdate) == 0x000008, "Wrong alignment on BP_QTEManager_C_OnUpdate"); \ +static_assert(sizeof(BP_QTEManager_C_OnUpdate) == 0x000040, "Wrong size on BP_QTEManager_C_OnUpdate"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CurrentTime) == 0x000000, "Member 'BP_QTEManager_C_OnUpdate::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_Ease_ReturnValue) == 0x000030, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_SetPostProcessBlendWeight_InPostProcessBlendWeight_ImplicitCast) == 0x000038, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_SetPostProcessBlendWeight_InPostProcessBlendWeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_OnUpdate, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x00003C, "Member 'BP_QTEManager_C_OnUpdate::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_PrintDebugText \ +static_assert(alignof(BP_QTEManager_C_PrintDebugText) == 0x000008, "Wrong alignment on BP_QTEManager_C_PrintDebugText"); \ +static_assert(sizeof(BP_QTEManager_C_PrintDebugText) == 0x000100, "Wrong size on BP_QTEManager_C_PrintDebugText"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_QTEManager_C_PrintDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_QTEManager_C_PrintDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_QTEManager_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x00005C, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_GetDebugString_ReturnValue) == 0x000070, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_QTEManager_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_QTEManager_C_PrintDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_PrintDebugText, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_QTEManager_C_PrintDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_ReceiveTick \ +static_assert(alignof(BP_QTEManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_QTEManager_C_ReceiveTick"); \ +static_assert(sizeof(BP_QTEManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_QTEManager_C_ReceiveTick"); \ +static_assert(offsetof(BP_QTEManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_QTEManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_StartSkillCombo \ +static_assert(alignof(BP_QTEManager_C_StartSkillCombo) == 0x000008, "Wrong alignment on BP_QTEManager_C_StartSkillCombo"); \ +static_assert(sizeof(BP_QTEManager_C_StartSkillCombo) == 0x0001B8, "Wrong size on BP_QTEManager_C_StartSkillCombo"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, NowTime) == 0x000000, "Member 'BP_QTEManager_C_StartSkillCombo::NowTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, PreDurationRealTime) == 0x000008, "Member 'BP_QTEManager_C_StartSkillCombo::PreDurationRealTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, ValidityDurationRealTime) == 0x000010, "Member 'BP_QTEManager_C_StartSkillCombo::ValidityDurationRealTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, sequenceTimeSource) == 0x000018, "Member 'BP_QTEManager_C_StartSkillCombo::sequenceTimeSource' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, TrackIndex) == 0x000020, "Member 'BP_QTEManager_C_StartSkillCombo::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, showQTE) == 0x000024, "Member 'BP_QTEManager_C_StartSkillCombo::showQTE' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, Temp_string_Variable) == 0x000028, "Member 'BP_QTEManager_C_StartSkillCombo::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, Temp_string_Variable_1) == 0x000110, "Member 'BP_QTEManager_C_StartSkillCombo::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_IsActivated_ReturnValue) == 0x000120, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_Not_PreBool_ReturnValue) == 0x000121, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000122, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, Temp_bool_Variable) == 0x000123, "Member 'BP_QTEManager_C_StartSkillCombo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_Select_Default) == 0x000128, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_Conv_StringToText_ReturnValue) == 0x000140, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_QTEManager_C_StartSkillCombo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StartSkillCombo, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_QTEManager_C_StartSkillCombo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_StopSkillCombo \ +static_assert(alignof(BP_QTEManager_C_StopSkillCombo) == 0x000008, "Wrong alignment on BP_QTEManager_C_StopSkillCombo"); \ +static_assert(sizeof(BP_QTEManager_C_StopSkillCombo) == 0x0000A0, "Wrong size on BP_QTEManager_C_StopSkillCombo"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, TrackIndex) == 0x000000, "Member 'BP_QTEManager_C_StopSkillCombo::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, IsSuccess) == 0x000004, "Member 'BP_QTEManager_C_StopSkillCombo::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_QTEManager_C_StopSkillCombo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_QTEManager_C_StopSkillCombo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000030, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_QTEManager_C_StopSkillCombo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_QTEManager_C_StopSkillCombo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_StopSkillCombo, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_QTEManager_C_StopSkillCombo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_ComputeRealTimeDuration \ +static_assert(alignof(BP_QTEManager_C_ComputeRealTimeDuration) == 0x000008, "Wrong alignment on BP_QTEManager_C_ComputeRealTimeDuration"); \ +static_assert(sizeof(BP_QTEManager_C_ComputeRealTimeDuration) == 0x000058, "Wrong size on BP_QTEManager_C_ComputeRealTimeDuration"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, NotifyStateDuration) == 0x000000, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::NotifyStateDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, AnimPlayRate) == 0x000008, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, EaseDuration) == 0x000010, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::EaseDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, TargetTimeDilation) == 0x000018, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::TargetTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, RealTimeDuration) == 0x000020, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::RealTimeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, K2Node_MathExpression_ReturnValue) == 0x000028, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, K2Node_MathExpression_ReturnValue_1) == 0x000038, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_ComputeRealTimeDuration, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_QTEManager_C_ComputeRealTimeDuration::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_GetCurrentQTEState \ +static_assert(alignof(BP_QTEManager_C_GetCurrentQTEState) == 0x000008, "Wrong alignment on BP_QTEManager_C_GetCurrentQTEState"); \ +static_assert(sizeof(BP_QTEManager_C_GetCurrentQTEState) == 0x0000E0, "Wrong size on BP_QTEManager_C_GetCurrentQTEState"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, QTEPhaseType) == 0x000000, "Member 'BP_QTEManager_C_GetCurrentQTEState::QTEPhaseType' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, cumulatedProgress) == 0x000008, "Member 'BP_QTEManager_C_GetCurrentQTEState::cumulatedProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_QTEManager_C_GetCurrentQTEState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_GetRealTimeProgress_RealTimeProgress) == 0x000018, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_GetRealTimeProgress_RealTimeProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_GetRealTimeProgress_IsFinished) == 0x000020, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_GetRealTimeProgress_IsFinished' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_GetRealTimeProgress_RealTimeProgress_1) == 0x000028, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_GetRealTimeProgress_RealTimeProgress_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_GetRealTimeProgress_IsFinished_1) == 0x000030, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_GetRealTimeProgress_IsFinished_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000031, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_QTEManager_C_GetCurrentQTEState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_QTEManager_C_GetCurrentQTEState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_QTEManager_C_GetCurrentQTEState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, K2Node_MakeArray_Array_1) == 0x0000A8, "Member 'BP_QTEManager_C_GetCurrentQTEState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetCurrentQTEState, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_QTEManager_C_GetCurrentQTEState::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QTEManager_C_GetRealTimeProgress \ +static_assert(alignof(BP_QTEManager_C_GetRealTimeProgress) == 0x000008, "Wrong alignment on BP_QTEManager_C_GetRealTimeProgress"); \ +static_assert(sizeof(BP_QTEManager_C_GetRealTimeProgress) == 0x000040, "Wrong size on BP_QTEManager_C_GetRealTimeProgress"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, RealTimeProgress) == 0x000000, "Member 'BP_QTEManager_C_GetRealTimeProgress::RealTimeProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, IsFinished) == 0x000008, "Member 'BP_QTEManager_C_GetRealTimeProgress::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000018, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QTEManager_C_GetRealTimeProgress, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_QTEManager_C_GetRealTimeProgress::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_QTEManager_C \ +static_assert(alignof(UBP_QTEManager_C) == 0x000010, "Wrong alignment on UBP_QTEManager_C"); \ +static_assert(sizeof(UBP_QTEManager_C) == 0x0008F0, "Wrong size on UBP_QTEManager_C"); \ +static_assert(offsetof(UBP_QTEManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_QTEManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, hasActiveQTE) == 0x0000A8, "Member 'UBP_QTEManager_C::hasActiveQTE' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteResultPhase) == 0x0000A9, "Member 'UBP_QTEManager_C::qteResultPhase' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, hasDoneAction) == 0x0000AA, "Member 'UBP_QTEManager_C::hasDoneAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, soundQTEStart) == 0x0000B0, "Member 'UBP_QTEManager_C::soundQTEStart' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, soundQTEEnd) == 0x0000B8, "Member 'UBP_QTEManager_C::soundQTEEnd' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, PostProcessQTE) == 0x0000C0, "Member 'UBP_QTEManager_C::PostProcessQTE' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteNotifyStateProgress) == 0x0007B0, "Member 'UBP_QTEManager_C::qteNotifyStateProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteNotifyStateDuration) == 0x0007B8, "Member 'UBP_QTEManager_C::qteNotifyStateDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteNotifyStatePhaseDurations) == 0x0007C0, "Member 'UBP_QTEManager_C::qteNotifyStatePhaseDurations' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, EaseInDuration) == 0x000810, "Member 'UBP_QTEManager_C::EaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, doEaseIn) == 0x000818, "Member 'UBP_QTEManager_C::doEaseIn' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, doEaseOut) == 0x000819, "Member 'UBP_QTEManager_C::doEaseOut' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteNotifyStateAnimStartTime) == 0x000820, "Member 'UBP_QTEManager_C::qteNotifyStateAnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteNotifyStateAnimElapsedTime) == 0x000828, "Member 'UBP_QTEManager_C::qteNotifyStateAnimElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, slowMoTimeDilation) == 0x000830, "Member 'UBP_QTEManager_C::slowMoTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, isQTEStateFinished) == 0x000838, "Member 'UBP_QTEManager_C::isQTEStateFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteStartRealTime) == 0x000840, "Member 'UBP_QTEManager_C::qteStartRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, qteExpectedEndRealTime) == 0x000848, "Member 'UBP_QTEManager_C::qteExpectedEndRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, debug_lastTick) == 0x000850, "Member 'UBP_QTEManager_C::debug_lastTick' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, comboPreTime) == 0x000858, "Member 'UBP_QTEManager_C::comboPreTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, comboStartTime) == 0x000860, "Member 'UBP_QTEManager_C::comboStartTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, comboEndTime) == 0x000868, "Member 'UBP_QTEManager_C::comboEndTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, skillComboPromptWidget) == 0x000870, "Member 'UBP_QTEManager_C::skillComboPromptWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, skillComboPromptWidgets) == 0x000878, "Member 'UBP_QTEManager_C::skillComboPromptWidgets' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, FEATURE_UseNewQTEWidget) == 0x000888, "Member 'UBP_QTEManager_C::FEATURE_UseNewQTEWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, skillComboQTEWidgets) == 0x000890, "Member 'UBP_QTEManager_C::skillComboQTEWidgets' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, CurrentTimeSource) == 0x0008A0, "Member 'UBP_QTEManager_C::CurrentTimeSource' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, IsSkillComboFailed) == 0x0008A8, "Member 'UBP_QTEManager_C::IsSkillComboFailed' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, show_QTE_As_UI) == 0x0008A9, "Member 'UBP_QTEManager_C::show_QTE_As_UI' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, SD_QTE_Success_Perfect) == 0x0008B0, "Member 'UBP_QTEManager_C::SD_QTE_Success_Perfect' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, SD_QTE_Success_Regular) == 0x0008C0, "Member 'UBP_QTEManager_C::SD_QTE_Success_Regular' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, OnQTEStarted) == 0x0008D0, "Member 'UBP_QTEManager_C::OnQTEStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_QTEManager_C, QTEContainer) == 0x0008E0, "Member 'UBP_QTEManager_C::QTEContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime \ +static_assert(alignof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime) == 0x000008, "Wrong alignment on BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime"); \ +static_assert(sizeof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime) == 0x000048, "Wrong size on BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime, EntryPoint) == 0x000000, "Member 'BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime, K2Node_Event_OwnerActor) == 0x000008, "Member 'BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime, K2Node_MakeStruct_BlackboardKeySelector) == 0x000010, "Member 'BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime::K2Node_MakeStruct_BlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x000040, "Member 'BPT_SelectRandomWaitingTime_C_ExecuteUbergraph_BPT_SelectRandomWaitingTime::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPT_SelectRandomWaitingTime_C_ReceiveExecute \ +static_assert(alignof(BPT_SelectRandomWaitingTime_C_ReceiveExecute) == 0x000008, "Wrong alignment on BPT_SelectRandomWaitingTime_C_ReceiveExecute"); \ +static_assert(sizeof(BPT_SelectRandomWaitingTime_C_ReceiveExecute) == 0x000008, "Wrong size on BPT_SelectRandomWaitingTime_C_ReceiveExecute"); \ +static_assert(offsetof(BPT_SelectRandomWaitingTime_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BPT_SelectRandomWaitingTime_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPT_SelectRandomWaitingTime_C \ +static_assert(alignof(UBPT_SelectRandomWaitingTime_C) == 0x000008, "Wrong alignment on UBPT_SelectRandomWaitingTime_C"); \ +static_assert(sizeof(UBPT_SelectRandomWaitingTime_C) == 0x0000C0, "Wrong size on UBPT_SelectRandomWaitingTime_C"); \ +static_assert(offsetof(UBPT_SelectRandomWaitingTime_C, UberGraphFrame) == 0x0000A8, "Member 'UBPT_SelectRandomWaitingTime_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBPT_SelectRandomWaitingTime_C, MinimumWaitingTime) == 0x0000B0, "Member 'UBPT_SelectRandomWaitingTime_C::MinimumWaitingTime' has a wrong offset!"); \ +static_assert(offsetof(UBPT_SelectRandomWaitingTime_C, MaximumWaitingTime) == 0x0000B8, "Member 'UBPT_SelectRandomWaitingTime_C::MaximumWaitingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeChangeEvent_C_GetChangeAmount \ +static_assert(alignof(BP_GradientGaugeChangeEvent_C_GetChangeAmount) == 0x000008, "Wrong alignment on BP_GradientGaugeChangeEvent_C_GetChangeAmount"); \ +static_assert(sizeof(BP_GradientGaugeChangeEvent_C_GetChangeAmount) == 0x000008, "Wrong size on BP_GradientGaugeChangeEvent_C_GetChangeAmount"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_GetChangeAmount, ChangeAmount_0) == 0x000000, "Member 'BP_GradientGaugeChangeEvent_C_GetChangeAmount::ChangeAmount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeChangeEvent_C_GetReason \ +static_assert(alignof(BP_GradientGaugeChangeEvent_C_GetReason) == 0x000001, "Wrong alignment on BP_GradientGaugeChangeEvent_C_GetReason"); \ +static_assert(sizeof(BP_GradientGaugeChangeEvent_C_GetReason) == 0x000001, "Wrong size on BP_GradientGaugeChangeEvent_C_GetReason"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_GetReason, ReturnValue) == 0x000000, "Member 'BP_GradientGaugeChangeEvent_C_GetReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeChangeEvent_C_ModifyAmount \ +static_assert(alignof(BP_GradientGaugeChangeEvent_C_ModifyAmount) == 0x000008, "Wrong alignment on BP_GradientGaugeChangeEvent_C_ModifyAmount"); \ +static_assert(sizeof(BP_GradientGaugeChangeEvent_C_ModifyAmount) == 0x0001A0, "Wrong size on BP_GradientGaugeChangeEvent_C_ModifyAmount"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, NewValue) == 0x000000, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, Reason_0) == 0x000008, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::Reason_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000018, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_IsEmpty_ReturnValue) == 0x000080, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000D0, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000128, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, K2Node_MakeArray_Array) == 0x000180, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeChangeEvent_C_ModifyAmount, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_GradientGaugeChangeEvent_C_ModifyAmount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GradientGaugeChangeEvent_C \ +static_assert(alignof(UBP_GradientGaugeChangeEvent_C) == 0x000008, "Wrong alignment on UBP_GradientGaugeChangeEvent_C"); \ +static_assert(sizeof(UBP_GradientGaugeChangeEvent_C) == 0x000038, "Wrong size on UBP_GradientGaugeChangeEvent_C"); \ +static_assert(offsetof(UBP_GradientGaugeChangeEvent_C, Reason) == 0x000028, "Member 'UBP_GradientGaugeChangeEvent_C::Reason' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeChangeEvent_C, ChangeAmount) == 0x000030, "Member 'UBP_GradientGaugeChangeEvent_C::ChangeAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIButtonBase_SetConstrainOrientation \ +static_assert(alignof(SFUIButtonBase_SetConstrainOrientation) == 0x000001, "Wrong alignment on SFUIButtonBase_SetConstrainOrientation"); \ +static_assert(sizeof(SFUIButtonBase_SetConstrainOrientation) == 0x000001, "Wrong size on SFUIButtonBase_SetConstrainOrientation"); \ +static_assert(offsetof(SFUIButtonBase_SetConstrainOrientation, InConstrainOrientation) == 0x000000, "Member 'SFUIButtonBase_SetConstrainOrientation::InConstrainOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIButtonBase_SetIsNavigationConstrained \ +static_assert(alignof(SFUIButtonBase_SetIsNavigationConstrained) == 0x000001, "Wrong alignment on SFUIButtonBase_SetIsNavigationConstrained"); \ +static_assert(sizeof(SFUIButtonBase_SetIsNavigationConstrained) == 0x000001, "Wrong size on SFUIButtonBase_SetIsNavigationConstrained"); \ +static_assert(offsetof(SFUIButtonBase_SetIsNavigationConstrained, bInIsNavigationConstrained) == 0x000000, "Member 'SFUIButtonBase_SetIsNavigationConstrained::bInIsNavigationConstrained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIButtonBase_GetConstrainOrientation \ +static_assert(alignof(SFUIButtonBase_GetConstrainOrientation) == 0x000001, "Wrong alignment on SFUIButtonBase_GetConstrainOrientation"); \ +static_assert(sizeof(SFUIButtonBase_GetConstrainOrientation) == 0x000001, "Wrong size on SFUIButtonBase_GetConstrainOrientation"); \ +static_assert(offsetof(SFUIButtonBase_GetConstrainOrientation, ReturnValue) == 0x000000, "Member 'SFUIButtonBase_GetConstrainOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIButtonBase_IsNavigationConstrained \ +static_assert(alignof(SFUIButtonBase_IsNavigationConstrained) == 0x000001, "Wrong alignment on SFUIButtonBase_IsNavigationConstrained"); \ +static_assert(sizeof(SFUIButtonBase_IsNavigationConstrained) == 0x000001, "Wrong size on SFUIButtonBase_IsNavigationConstrained"); \ +static_assert(offsetof(SFUIButtonBase_IsNavigationConstrained, ReturnValue) == 0x000000, "Member 'SFUIButtonBase_IsNavigationConstrained::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USFUIButtonBase \ +static_assert(alignof(USFUIButtonBase) == 0x000010, "Wrong alignment on USFUIButtonBase"); \ +static_assert(sizeof(USFUIButtonBase) == 0x0015D0, "Wrong size on USFUIButtonBase"); \ +static_assert(offsetof(USFUIButtonBase, OnConstrainedNavigationTriggered) == 0x0015A0, "Member 'USFUIButtonBase::OnConstrainedNavigationTriggered' has a wrong offset!"); \ +static_assert(offsetof(USFUIButtonBase, ConstrainOrientation) == 0x0015B0, "Member 'USFUIButtonBase::ConstrainOrientation' has a wrong offset!"); \ +static_assert(offsetof(USFUIButtonBase, bIsNavigationConstrained) == 0x0015B1, "Member 'USFUIButtonBase::bIsNavigationConstrained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USFUIGamepadInputSelectorWidget \ +static_assert(alignof(USFUIGamepadInputSelectorWidget) == 0x000010, "Wrong alignment on USFUIGamepadInputSelectorWidget"); \ +static_assert(sizeof(USFUIGamepadInputSelectorWidget) == 0x000B30, "Wrong size on USFUIGamepadInputSelectorWidget"); \ +static_assert(offsetof(USFUIGamepadInputSelectorWidget, BorderBrush) == 0x000950, "Member 'USFUIGamepadInputSelectorWidget::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(USFUIGamepadInputSelectorWidget, BorderColor) == 0x000A20, "Member 'USFUIGamepadInputSelectorWidget::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(USFUIGamepadInputSelectorWidget, BorderedKeys) == 0x000A30, "Member 'USFUIGamepadInputSelectorWidget::BorderedKeys' has a wrong offset!"); \ +static_assert(offsetof(USFUIGamepadInputSelectorWidget, PS5BorderedKeys) == 0x000A40, "Member 'USFUIGamepadInputSelectorWidget::PS5BorderedKeys' has a wrong offset!"); \ +static_assert(offsetof(USFUIGamepadInputSelectorWidget, PS5GamepadName) == 0x000A50, "Member 'USFUIGamepadInputSelectorWidget::PS5GamepadName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIValueSelectorWidget_OnConstrainedNavigationTriggered \ +static_assert(alignof(SFUIValueSelectorWidget_OnConstrainedNavigationTriggered) == 0x000001, "Wrong alignment on SFUIValueSelectorWidget_OnConstrainedNavigationTriggered"); \ +static_assert(sizeof(SFUIValueSelectorWidget_OnConstrainedNavigationTriggered) == 0x000001, "Wrong size on SFUIValueSelectorWidget_OnConstrainedNavigationTriggered"); \ +static_assert(offsetof(SFUIValueSelectorWidget_OnConstrainedNavigationTriggered, UINavigation) == 0x000000, "Member 'SFUIValueSelectorWidget_OnConstrainedNavigationTriggered::UINavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SFUIValueSelectorWidget_SetOwnerButton \ +static_assert(alignof(SFUIValueSelectorWidget_SetOwnerButton) == 0x000008, "Wrong alignment on SFUIValueSelectorWidget_SetOwnerButton"); \ +static_assert(sizeof(SFUIValueSelectorWidget_SetOwnerButton) == 0x000008, "Wrong size on SFUIValueSelectorWidget_SetOwnerButton"); \ +static_assert(offsetof(SFUIValueSelectorWidget_SetOwnerButton, InOwnerButton) == 0x000000, "Member 'SFUIValueSelectorWidget_SetOwnerButton::InOwnerButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USFUIValueSelectorWidget \ +static_assert(alignof(USFUIValueSelectorWidget) == 0x000008, "Wrong alignment on USFUIValueSelectorWidget"); \ +static_assert(sizeof(USFUIValueSelectorWidget) == 0x000310, "Wrong size on USFUIValueSelectorWidget"); \ +static_assert(offsetof(USFUIValueSelectorWidget, OwnerButton) == 0x000308, "Member 'USFUIValueSelectorWidget::OwnerButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength \ +static_assert(alignof(BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength) == 0x000008, "Wrong alignment on BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength) == 0x000018, "Wrong size on BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength, TargetArray) == 0x000000, "Member 'BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength, Index_0) == 0x000010, "Member 'BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength, ReturnValue) == 0x000014, "Member 'BlueprintSortingHelperLibrary_GreaterThanOrEqualArrayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_Increment \ +static_assert(alignof(BlueprintSortingHelperLibrary_Increment) == 0x000004, "Wrong alignment on BlueprintSortingHelperLibrary_Increment"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_Increment) == 0x000008, "Wrong size on BlueprintSortingHelperLibrary_Increment"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_Increment, ToIncrement) == 0x000000, "Member 'BlueprintSortingHelperLibrary_Increment::ToIncrement' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_Increment, ReturnValue) == 0x000004, "Member 'BlueprintSortingHelperLibrary_Increment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength \ +static_assert(alignof(BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength) == 0x000008, "Wrong alignment on BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength) == 0x000018, "Wrong size on BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength, TargetArray) == 0x000000, "Member 'BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength, Index_0) == 0x000010, "Member 'BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength, ReturnValue) == 0x000014, "Member 'BlueprintSortingHelperLibrary_LessThanOrEqualArrayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_SwapItems \ +static_assert(alignof(BlueprintSortingHelperLibrary_SwapItems) == 0x000008, "Wrong alignment on BlueprintSortingHelperLibrary_SwapItems"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_SwapItems) == 0x000018, "Wrong size on BlueprintSortingHelperLibrary_SwapItems"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_SwapItems, TargetArray) == 0x000000, "Member 'BlueprintSortingHelperLibrary_SwapItems::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_SwapItems, index1) == 0x000010, "Member 'BlueprintSortingHelperLibrary_SwapItems::index1' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_SwapItems, index2) == 0x000014, "Member 'BlueprintSortingHelperLibrary_SwapItems::index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_TestItem \ +static_assert(alignof(BlueprintSortingHelperLibrary_TestItem) == 0x000004, "Wrong alignment on BlueprintSortingHelperLibrary_TestItem"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_TestItem) == 0x000004, "Wrong size on BlueprintSortingHelperLibrary_TestItem"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestItem, TargetItem) == 0x000000, "Member 'BlueprintSortingHelperLibrary_TestItem::TargetItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_TestThreeItems \ +static_assert(alignof(BlueprintSortingHelperLibrary_TestThreeItems) == 0x000004, "Wrong alignment on BlueprintSortingHelperLibrary_TestThreeItems"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_TestThreeItems) == 0x00000C, "Wrong size on BlueprintSortingHelperLibrary_TestThreeItems"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestThreeItems, TargetItem1) == 0x000000, "Member 'BlueprintSortingHelperLibrary_TestThreeItems::TargetItem1' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestThreeItems, TargetItem2) == 0x000004, "Member 'BlueprintSortingHelperLibrary_TestThreeItems::TargetItem2' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestThreeItems, TargetItem3) == 0x000008, "Member 'BlueprintSortingHelperLibrary_TestThreeItems::TargetItem3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSortingHelperLibrary_TestTwoItems \ +static_assert(alignof(BlueprintSortingHelperLibrary_TestTwoItems) == 0x000004, "Wrong alignment on BlueprintSortingHelperLibrary_TestTwoItems"); \ +static_assert(sizeof(BlueprintSortingHelperLibrary_TestTwoItems) == 0x000008, "Wrong size on BlueprintSortingHelperLibrary_TestTwoItems"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestTwoItems, TargetItem1) == 0x000000, "Member 'BlueprintSortingHelperLibrary_TestTwoItems::TargetItem1' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSortingHelperLibrary_TestTwoItems, TargetItem2) == 0x000004, "Member 'BlueprintSortingHelperLibrary_TestTwoItems::TargetItem2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintSortingHelperLibrary \ +static_assert(alignof(UBlueprintSortingHelperLibrary) == 0x000008, "Wrong alignment on UBlueprintSortingHelperLibrary"); \ +static_assert(sizeof(UBlueprintSortingHelperLibrary) == 0x000028, "Wrong size on UBlueprintSortingHelperLibrary"); \ + +#define DUMPER7_ASSERTS_OrderingResult_IsFirstAfterSecond \ +static_assert(alignof(OrderingResult_IsFirstAfterSecond) == 0x000008, "Wrong alignment on OrderingResult_IsFirstAfterSecond"); \ +static_assert(sizeof(OrderingResult_IsFirstAfterSecond) == 0x000010, "Wrong size on OrderingResult_IsFirstAfterSecond"); \ +static_assert(offsetof(OrderingResult_IsFirstAfterSecond, OrderingResult) == 0x000000, "Member 'OrderingResult_IsFirstAfterSecond::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_IsFirstAfterSecond, SortDirection) == 0x000008, "Member 'OrderingResult_IsFirstAfterSecond::SortDirection' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_IsFirstAfterSecond, ReturnValue) == 0x000009, "Member 'OrderingResult_IsFirstAfterSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_MakeOrderingResult \ +static_assert(alignof(OrderingResult_MakeOrderingResult) == 0x000008, "Wrong alignment on OrderingResult_MakeOrderingResult"); \ +static_assert(sizeof(OrderingResult_MakeOrderingResult) == 0x000008, "Wrong size on OrderingResult_MakeOrderingResult"); \ +static_assert(offsetof(OrderingResult_MakeOrderingResult, ReturnValue) == 0x000000, "Member 'OrderingResult_MakeOrderingResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_SetForFloat \ +static_assert(alignof(OrderingResult_SetForFloat) == 0x000004, "Wrong alignment on OrderingResult_SetForFloat"); \ +static_assert(sizeof(OrderingResult_SetForFloat) == 0x000008, "Wrong size on OrderingResult_SetForFloat"); \ +static_assert(offsetof(OrderingResult_SetForFloat, R) == 0x000000, "Member 'OrderingResult_SetForFloat::R' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_SetForFloat, Epsilon) == 0x000004, "Member 'OrderingResult_SetForFloat::Epsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_SetForInt \ +static_assert(alignof(OrderingResult_SetForInt) == 0x000004, "Wrong alignment on OrderingResult_SetForInt"); \ +static_assert(sizeof(OrderingResult_SetForInt) == 0x000004, "Wrong size on OrderingResult_SetForInt"); \ +static_assert(offsetof(OrderingResult_SetForInt, R) == 0x000000, "Member 'OrderingResult_SetForInt::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_SetForInts \ +static_assert(alignof(OrderingResult_SetForInts) == 0x000004, "Wrong alignment on OrderingResult_SetForInts"); \ +static_assert(sizeof(OrderingResult_SetForInts) == 0x000008, "Wrong size on OrderingResult_SetForInts"); \ +static_assert(offsetof(OrderingResult_SetForInts, A) == 0x000000, "Member 'OrderingResult_SetForInts::A' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_SetForInts, B) == 0x000004, "Member 'OrderingResult_SetForInts::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_SetForStrings \ +static_assert(alignof(OrderingResult_SetForStrings) == 0x000008, "Wrong alignment on OrderingResult_SetForStrings"); \ +static_assert(sizeof(OrderingResult_SetForStrings) == 0x000020, "Wrong size on OrderingResult_SetForStrings"); \ +static_assert(offsetof(OrderingResult_SetForStrings, A) == 0x000000, "Member 'OrderingResult_SetForStrings::A' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_SetForStrings, B) == 0x000010, "Member 'OrderingResult_SetForStrings::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OrderingResult_SetForTexts \ +static_assert(alignof(OrderingResult_SetForTexts) == 0x000008, "Wrong alignment on OrderingResult_SetForTexts"); \ +static_assert(sizeof(OrderingResult_SetForTexts) == 0x000020, "Wrong size on OrderingResult_SetForTexts"); \ +static_assert(offsetof(OrderingResult_SetForTexts, A) == 0x000000, "Member 'OrderingResult_SetForTexts::A' has a wrong offset!"); \ +static_assert(offsetof(OrderingResult_SetForTexts, B) == 0x000010, "Member 'OrderingResult_SetForTexts::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOrderingResult \ +static_assert(alignof(UOrderingResult) == 0x000008, "Wrong alignment on UOrderingResult"); \ +static_assert(sizeof(UOrderingResult) == 0x000030, "Wrong size on UOrderingResult"); \ +static_assert(offsetof(UOrderingResult, Result) == 0x000028, "Member 'UOrderingResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionLimitBase \ +static_assert(alignof(FCollisionLimitBase) == 0x000010, "Wrong alignment on FCollisionLimitBase"); \ +static_assert(sizeof(FCollisionLimitBase) == 0x000090, "Wrong size on FCollisionLimitBase"); \ +static_assert(offsetof(FCollisionLimitBase, DrivingBone) == 0x000000, "Member 'FCollisionLimitBase::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitBase, OffsetLocation) == 0x000010, "Member 'FCollisionLimitBase::OffsetLocation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitBase, OffsetRotation) == 0x000028, "Member 'FCollisionLimitBase::OffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitBase, Location) == 0x000040, "Member 'FCollisionLimitBase::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitBase, Rotation) == 0x000060, "Member 'FCollisionLimitBase::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitBase, bEnable) == 0x000080, "Member 'FCollisionLimitBase::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphericalLimit \ +static_assert(alignof(FSphericalLimit) == 0x000010, "Wrong alignment on FSphericalLimit"); \ +static_assert(sizeof(FSphericalLimit) == 0x000090, "Wrong size on FSphericalLimit"); \ +static_assert(offsetof(FSphericalLimit, Radius) == 0x000088, "Member 'FSphericalLimit::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSphericalLimit, LimitType) == 0x00008C, "Member 'FSphericalLimit::LimitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapsuleLimit \ +static_assert(alignof(FCapsuleLimit) == 0x000010, "Wrong alignment on FCapsuleLimit"); \ +static_assert(sizeof(FCapsuleLimit) == 0x000090, "Wrong size on FCapsuleLimit"); \ +static_assert(offsetof(FCapsuleLimit, Radius) == 0x000088, "Member 'FCapsuleLimit::Radius' has a wrong offset!"); \ +static_assert(offsetof(FCapsuleLimit, Length) == 0x00008C, "Member 'FCapsuleLimit::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlanarLimit \ +static_assert(alignof(FPlanarLimit) == 0x000010, "Wrong alignment on FPlanarLimit"); \ +static_assert(sizeof(FPlanarLimit) == 0x0000B0, "Wrong size on FPlanarLimit"); \ +static_assert(offsetof(FPlanarLimit, Plane) == 0x000090, "Member 'FPlanarLimit::Plane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKawaiiPhysicsSettings \ +static_assert(alignof(FKawaiiPhysicsSettings) == 0x000004, "Wrong alignment on FKawaiiPhysicsSettings"); \ +static_assert(sizeof(FKawaiiPhysicsSettings) == 0x000018, "Wrong size on FKawaiiPhysicsSettings"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, Damping) == 0x000000, "Member 'FKawaiiPhysicsSettings::Damping' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, WorldDampingLocation) == 0x000004, "Member 'FKawaiiPhysicsSettings::WorldDampingLocation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, WorldDampingRotation) == 0x000008, "Member 'FKawaiiPhysicsSettings::WorldDampingRotation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, Stiffness) == 0x00000C, "Member 'FKawaiiPhysicsSettings::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, Radius) == 0x000010, "Member 'FKawaiiPhysicsSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsSettings, LimitAngle) == 0x000014, "Member 'FKawaiiPhysicsSettings::LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKawaiiPhysicsModifyBone \ +static_assert(alignof(FKawaiiPhysicsModifyBone) == 0x000010, "Wrong alignment on FKawaiiPhysicsModifyBone"); \ +static_assert(sizeof(FKawaiiPhysicsModifyBone) == 0x0000F0, "Wrong size on FKawaiiPhysicsModifyBone"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, BoneRef) == 0x000000, "Member 'FKawaiiPhysicsModifyBone::BoneRef' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, ParentIndex) == 0x000010, "Member 'FKawaiiPhysicsModifyBone::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, ChildIndexs) == 0x000018, "Member 'FKawaiiPhysicsModifyBone::ChildIndexs' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PhysicsSettings) == 0x000028, "Member 'FKawaiiPhysicsModifyBone::PhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, Location) == 0x000040, "Member 'FKawaiiPhysicsModifyBone::Location' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PrevLocation) == 0x000058, "Member 'FKawaiiPhysicsModifyBone::PrevLocation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PrevRotation) == 0x000070, "Member 'FKawaiiPhysicsModifyBone::PrevRotation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PoseLocation) == 0x000090, "Member 'FKawaiiPhysicsModifyBone::PoseLocation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PoseRotation) == 0x0000B0, "Member 'FKawaiiPhysicsModifyBone::PoseRotation' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, PoseScale) == 0x0000D0, "Member 'FKawaiiPhysicsModifyBone::PoseScale' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, LengthFromRoot) == 0x0000E8, "Member 'FKawaiiPhysicsModifyBone::LengthFromRoot' has a wrong offset!"); \ +static_assert(offsetof(FKawaiiPhysicsModifyBone, bDummy) == 0x0000EC, "Member 'FKawaiiPhysicsModifyBone::bDummy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_KawaiiPhysics \ +static_assert(alignof(FAnimNode_KawaiiPhysics) == 0x000010, "Wrong alignment on FAnimNode_KawaiiPhysics"); \ +static_assert(sizeof(FAnimNode_KawaiiPhysics) == 0x0007A0, "Wrong size on FAnimNode_KawaiiPhysics"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, RootBone) == 0x0000C8, "Member 'FAnimNode_KawaiiPhysics::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, ExcludeBones) == 0x0000D8, "Member 'FAnimNode_KawaiiPhysics::ExcludeBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, TargetFrameRate) == 0x0000E8, "Member 'FAnimNode_KawaiiPhysics::TargetFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, OverrideTargetFramerate) == 0x0000EC, "Member 'FAnimNode_KawaiiPhysics::OverrideTargetFramerate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bNeedWarmUp) == 0x0000ED, "Member 'FAnimNode_KawaiiPhysics::bNeedWarmUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WarmUpFrames) == 0x0000F0, "Member 'FAnimNode_KawaiiPhysics::WarmUpFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, PhysicsSettings) == 0x0000F4, "Member 'FAnimNode_KawaiiPhysics::PhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, DampingCurve) == 0x000110, "Member 'FAnimNode_KawaiiPhysics::DampingCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WorldDampingLocationCurve) == 0x000118, "Member 'FAnimNode_KawaiiPhysics::WorldDampingLocationCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WorldDampingRotationCurve) == 0x000120, "Member 'FAnimNode_KawaiiPhysics::WorldDampingRotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, StiffnessCurve) == 0x000128, "Member 'FAnimNode_KawaiiPhysics::StiffnessCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, RadiusCurve) == 0x000130, "Member 'FAnimNode_KawaiiPhysics::RadiusCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, LimitAngleCurve) == 0x000138, "Member 'FAnimNode_KawaiiPhysics::LimitAngleCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, DampingCurveData) == 0x000140, "Member 'FAnimNode_KawaiiPhysics::DampingCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WorldDampingLocationCurveData) == 0x0001C8, "Member 'FAnimNode_KawaiiPhysics::WorldDampingLocationCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WorldDampingRotationCurveData) == 0x000250, "Member 'FAnimNode_KawaiiPhysics::WorldDampingRotationCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, StiffnessCurveData) == 0x0002D8, "Member 'FAnimNode_KawaiiPhysics::StiffnessCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, RadiusCurveData) == 0x000360, "Member 'FAnimNode_KawaiiPhysics::RadiusCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, LimitAngleCurveData) == 0x0003E8, "Member 'FAnimNode_KawaiiPhysics::LimitAngleCurveData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bUpdatePhysicsSettingsInGame) == 0x000470, "Member 'FAnimNode_KawaiiPhysics::bUpdatePhysicsSettingsInGame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, DummyBoneLength) == 0x000474, "Member 'FAnimNode_KawaiiPhysics::DummyBoneLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, BoneForwardAxis) == 0x000478, "Member 'FAnimNode_KawaiiPhysics::BoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, PlanarConstraint) == 0x000479, "Member 'FAnimNode_KawaiiPhysics::PlanarConstraint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, ResetBoneTransformWhenBoneNotFound) == 0x00047A, "Member 'FAnimNode_KawaiiPhysics::ResetBoneTransformWhenBoneNotFound' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, SphericalLimits) == 0x000480, "Member 'FAnimNode_KawaiiPhysics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, CapsuleLimits) == 0x000490, "Member 'FAnimNode_KawaiiPhysics::CapsuleLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, PlanarLimits) == 0x0004A0, "Member 'FAnimNode_KawaiiPhysics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, LimitsDataAsset) == 0x0004B0, "Member 'FAnimNode_KawaiiPhysics::LimitsDataAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, SphericalLimitsData) == 0x0004B8, "Member 'FAnimNode_KawaiiPhysics::SphericalLimitsData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, CapsuleLimitsData) == 0x0004C8, "Member 'FAnimNode_KawaiiPhysics::CapsuleLimitsData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, PlanarLimitsData) == 0x0004D8, "Member 'FAnimNode_KawaiiPhysics::PlanarLimitsData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, TeleportDistanceThreshold) == 0x0004E8, "Member 'FAnimNode_KawaiiPhysics::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, TeleportRotationThreshold) == 0x0004EC, "Member 'FAnimNode_KawaiiPhysics::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, Gravity) == 0x0004F0, "Member 'FAnimNode_KawaiiPhysics::Gravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bEnableWind) == 0x000508, "Member 'FAnimNode_KawaiiPhysics::bEnableWind' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, WindScale) == 0x00050C, "Member 'FAnimNode_KawaiiPhysics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bAllowWorldCollision) == 0x000510, "Member 'FAnimNode_KawaiiPhysics::bAllowWorldCollision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bOverrideCollisionParams) == 0x000511, "Member 'FAnimNode_KawaiiPhysics::bOverrideCollisionParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, CollisionChannelSettings) == 0x000518, "Member 'FAnimNode_KawaiiPhysics::CollisionChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bIgnoreSelfComponent) == 0x0006B0, "Member 'FAnimNode_KawaiiPhysics::bIgnoreSelfComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, IgnoreBones) == 0x0006B8, "Member 'FAnimNode_KawaiiPhysics::IgnoreBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, IgnoreBoneNamePrefix) == 0x0006C8, "Member 'FAnimNode_KawaiiPhysics::IgnoreBoneNamePrefix' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, ModifyBones) == 0x0006D8, "Member 'FAnimNode_KawaiiPhysics::ModifyBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, TotalBoneLength) == 0x0006E8, "Member 'FAnimNode_KawaiiPhysics::TotalBoneLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, PreSkelCompTransform) == 0x0006F0, "Member 'FAnimNode_KawaiiPhysics::PreSkelCompTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_KawaiiPhysics, bInitPhysicsSettings) == 0x000750, "Member 'FAnimNode_KawaiiPhysics::bInitPhysicsSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKawaiiPhysicsReference \ +static_assert(alignof(FKawaiiPhysicsReference) == 0x000008, "Wrong alignment on FKawaiiPhysicsReference"); \ +static_assert(sizeof(FKawaiiPhysicsReference) == 0x000010, "Wrong size on FKawaiiPhysicsReference"); \ + +#define DUMPER7_ASSERTS_FCollisionLimitDataBase \ +static_assert(alignof(FCollisionLimitDataBase) == 0x000010, "Wrong alignment on FCollisionLimitDataBase"); \ +static_assert(sizeof(FCollisionLimitDataBase) == 0x000080, "Wrong size on FCollisionLimitDataBase"); \ +static_assert(offsetof(FCollisionLimitDataBase, DrivingBoneName) == 0x000000, "Member 'FCollisionLimitDataBase::DrivingBoneName' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitDataBase, OffsetLocation) == 0x000008, "Member 'FCollisionLimitDataBase::OffsetLocation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitDataBase, OffsetRotation) == 0x000020, "Member 'FCollisionLimitDataBase::OffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitDataBase, Location) == 0x000038, "Member 'FCollisionLimitDataBase::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitDataBase, Rotation) == 0x000050, "Member 'FCollisionLimitDataBase::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCollisionLimitDataBase, Guid) == 0x000070, "Member 'FCollisionLimitDataBase::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphericalLimitData \ +static_assert(alignof(FSphericalLimitData) == 0x000010, "Wrong alignment on FSphericalLimitData"); \ +static_assert(sizeof(FSphericalLimitData) == 0x000090, "Wrong size on FSphericalLimitData"); \ +static_assert(offsetof(FSphericalLimitData, Radius) == 0x000080, "Member 'FSphericalLimitData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSphericalLimitData, LimitType) == 0x000084, "Member 'FSphericalLimitData::LimitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapsuleLimitData \ +static_assert(alignof(FCapsuleLimitData) == 0x000010, "Wrong alignment on FCapsuleLimitData"); \ +static_assert(sizeof(FCapsuleLimitData) == 0x000090, "Wrong size on FCapsuleLimitData"); \ +static_assert(offsetof(FCapsuleLimitData, Radius) == 0x000080, "Member 'FCapsuleLimitData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FCapsuleLimitData, Length) == 0x000084, "Member 'FCapsuleLimitData::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlanarLimitData \ +static_assert(alignof(FPlanarLimitData) == 0x000010, "Wrong alignment on FPlanarLimitData"); \ +static_assert(sizeof(FPlanarLimitData) == 0x0000A0, "Wrong size on FPlanarLimitData"); \ +static_assert(offsetof(FPlanarLimitData, Plane) == 0x000080, "Member 'FPlanarLimitData::Plane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_ConvertToKawaiiPhysics \ +static_assert(alignof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysics) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_ConvertToKawaiiPhysics"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysics) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_ConvertToKawaiiPhysics"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysics, Node) == 0x000000, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysics::Node' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysics, Result) == 0x000010, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysics::Result' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysics, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure \ +static_assert(alignof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure, Node) == 0x000000, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure::Node' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure, KawaiiPhysics) == 0x000010, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure, Result) == 0x000020, "Member 'KawaiiPhysicsLibrary_ConvertToKawaiiPhysicsPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetAllowWorldCollision \ +static_assert(alignof(KawaiiPhysicsLibrary_GetAllowWorldCollision) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetAllowWorldCollision"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetAllowWorldCollision) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetAllowWorldCollision"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetAllowWorldCollision, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetAllowWorldCollision::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetAllowWorldCollision, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetAllowWorldCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetDummyBoneLength \ +static_assert(alignof(KawaiiPhysicsLibrary_GetDummyBoneLength) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetDummyBoneLength"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetDummyBoneLength) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetDummyBoneLength"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetDummyBoneLength, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetDummyBoneLength::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetDummyBoneLength, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetDummyBoneLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetEnableWind \ +static_assert(alignof(KawaiiPhysicsLibrary_GetEnableWind) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetEnableWind"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetEnableWind) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetEnableWind"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetEnableWind, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetEnableWind::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetEnableWind, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetEnableWind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetGravity \ +static_assert(alignof(KawaiiPhysicsLibrary_GetGravity) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetGravity"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetGravity) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_GetGravity"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetGravity, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetGravity::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetGravity, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetGravity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetNeedWarmUp \ +static_assert(alignof(KawaiiPhysicsLibrary_GetNeedWarmUp) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetNeedWarmUp"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetNeedWarmUp) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetNeedWarmUp"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetNeedWarmUp, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetNeedWarmUp::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetNeedWarmUp, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetNeedWarmUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetPhysicsSettings \ +static_assert(alignof(KawaiiPhysicsLibrary_GetPhysicsSettings) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetPhysicsSettings"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetPhysicsSettings) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_GetPhysicsSettings"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetPhysicsSettings, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetPhysicsSettings::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetPhysicsSettings, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetPhysicsSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetTeleportDistanceThreshold \ +static_assert(alignof(KawaiiPhysicsLibrary_GetTeleportDistanceThreshold) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetTeleportDistanceThreshold"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetTeleportDistanceThreshold) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetTeleportDistanceThreshold"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetTeleportDistanceThreshold, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetTeleportDistanceThreshold::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetTeleportDistanceThreshold, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetTeleportRotationThreshold \ +static_assert(alignof(KawaiiPhysicsLibrary_GetTeleportRotationThreshold) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetTeleportRotationThreshold"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetTeleportRotationThreshold) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetTeleportRotationThreshold"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetTeleportRotationThreshold, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetTeleportRotationThreshold::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetTeleportRotationThreshold, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_GetWindScale \ +static_assert(alignof(KawaiiPhysicsLibrary_GetWindScale) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_GetWindScale"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_GetWindScale) == 0x000018, "Wrong size on KawaiiPhysicsLibrary_GetWindScale"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetWindScale, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_GetWindScale::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_GetWindScale, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_GetWindScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_ResetDynamics \ +static_assert(alignof(KawaiiPhysicsLibrary_ResetDynamics) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_ResetDynamics"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_ResetDynamics) == 0x000020, "Wrong size on KawaiiPhysicsLibrary_ResetDynamics"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ResetDynamics, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_ResetDynamics::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_ResetDynamics, ReturnValue) == 0x000010, "Member 'KawaiiPhysicsLibrary_ResetDynamics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetAllowWorldCollision \ +static_assert(alignof(KawaiiPhysicsLibrary_SetAllowWorldCollision) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetAllowWorldCollision"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetAllowWorldCollision) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetAllowWorldCollision"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetAllowWorldCollision, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetAllowWorldCollision::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetAllowWorldCollision, AllowWorldCollision) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetAllowWorldCollision::AllowWorldCollision' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetAllowWorldCollision, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetAllowWorldCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetDummyBoneLength \ +static_assert(alignof(KawaiiPhysicsLibrary_SetDummyBoneLength) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetDummyBoneLength"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetDummyBoneLength) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetDummyBoneLength"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetDummyBoneLength, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetDummyBoneLength::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetDummyBoneLength, DummyBoneLength) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetDummyBoneLength::DummyBoneLength' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetDummyBoneLength, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetDummyBoneLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetEnableWind \ +static_assert(alignof(KawaiiPhysicsLibrary_SetEnableWind) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetEnableWind"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetEnableWind) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetEnableWind"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetEnableWind, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetEnableWind::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetEnableWind, EnableWind) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetEnableWind::EnableWind' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetEnableWind, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetEnableWind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetGravity \ +static_assert(alignof(KawaiiPhysicsLibrary_SetGravity) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetGravity"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetGravity) == 0x000038, "Wrong size on KawaiiPhysicsLibrary_SetGravity"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetGravity, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetGravity::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetGravity, Gravity) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetGravity::Gravity' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetGravity, ReturnValue) == 0x000028, "Member 'KawaiiPhysicsLibrary_SetGravity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetNeedWarmUp \ +static_assert(alignof(KawaiiPhysicsLibrary_SetNeedWarmUp) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetNeedWarmUp"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetNeedWarmUp) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetNeedWarmUp"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetNeedWarmUp, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetNeedWarmUp::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetNeedWarmUp, NeedWarmUp) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetNeedWarmUp::NeedWarmUp' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetNeedWarmUp, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetNeedWarmUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetPhysicsSettings \ +static_assert(alignof(KawaiiPhysicsLibrary_SetPhysicsSettings) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetPhysicsSettings"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetPhysicsSettings) == 0x000038, "Wrong size on KawaiiPhysicsLibrary_SetPhysicsSettings"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetPhysicsSettings, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetPhysicsSettings::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetPhysicsSettings, PhysicsSettings) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetPhysicsSettings::PhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetPhysicsSettings, ReturnValue) == 0x000028, "Member 'KawaiiPhysicsLibrary_SetPhysicsSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetTeleportDistanceThreshold \ +static_assert(alignof(KawaiiPhysicsLibrary_SetTeleportDistanceThreshold) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetTeleportDistanceThreshold"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetTeleportDistanceThreshold) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetTeleportDistanceThreshold"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportDistanceThreshold, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetTeleportDistanceThreshold::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportDistanceThreshold, TeleportDistanceThreshold) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetTeleportDistanceThreshold::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportDistanceThreshold, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetTeleportRotationThreshold \ +static_assert(alignof(KawaiiPhysicsLibrary_SetTeleportRotationThreshold) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetTeleportRotationThreshold"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetTeleportRotationThreshold) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetTeleportRotationThreshold"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportRotationThreshold, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetTeleportRotationThreshold::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportRotationThreshold, TeleportRotationThreshold) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetTeleportRotationThreshold::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetTeleportRotationThreshold, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KawaiiPhysicsLibrary_SetWindScale \ +static_assert(alignof(KawaiiPhysicsLibrary_SetWindScale) == 0x000008, "Wrong alignment on KawaiiPhysicsLibrary_SetWindScale"); \ +static_assert(sizeof(KawaiiPhysicsLibrary_SetWindScale) == 0x000028, "Wrong size on KawaiiPhysicsLibrary_SetWindScale"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetWindScale, KawaiiPhysics) == 0x000000, "Member 'KawaiiPhysicsLibrary_SetWindScale::KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetWindScale, WindScale) == 0x000010, "Member 'KawaiiPhysicsLibrary_SetWindScale::WindScale' has a wrong offset!"); \ +static_assert(offsetof(KawaiiPhysicsLibrary_SetWindScale, ReturnValue) == 0x000018, "Member 'KawaiiPhysicsLibrary_SetWindScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKawaiiPhysicsLibrary \ +static_assert(alignof(UKawaiiPhysicsLibrary) == 0x000008, "Wrong alignment on UKawaiiPhysicsLibrary"); \ +static_assert(sizeof(UKawaiiPhysicsLibrary) == 0x000028, "Wrong size on UKawaiiPhysicsLibrary"); \ + +#define DUMPER7_ASSERTS_UKawaiiPhysicsLimitsDataAsset \ +static_assert(alignof(UKawaiiPhysicsLimitsDataAsset) == 0x000008, "Wrong alignment on UKawaiiPhysicsLimitsDataAsset"); \ +static_assert(sizeof(UKawaiiPhysicsLimitsDataAsset) == 0x000060, "Wrong size on UKawaiiPhysicsLimitsDataAsset"); \ +static_assert(offsetof(UKawaiiPhysicsLimitsDataAsset, SphericalLimits) == 0x000030, "Member 'UKawaiiPhysicsLimitsDataAsset::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(UKawaiiPhysicsLimitsDataAsset, CapsuleLimits) == 0x000040, "Member 'UKawaiiPhysicsLimitsDataAsset::CapsuleLimits' has a wrong offset!"); \ +static_assert(offsetof(UKawaiiPhysicsLimitsDataAsset, PlanarLimits) == 0x000050, "Member 'UKawaiiPhysicsLimitsDataAsset::PlanarLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurfaceMeshActor_C_SetExternalMaterial \ +static_assert(alignof(BPI_FluxSurfaceMeshActor_C_SetExternalMaterial) == 0x000008, "Wrong alignment on BPI_FluxSurfaceMeshActor_C_SetExternalMaterial"); \ +static_assert(sizeof(BPI_FluxSurfaceMeshActor_C_SetExternalMaterial) == 0x000008, "Wrong size on BPI_FluxSurfaceMeshActor_C_SetExternalMaterial"); \ +static_assert(offsetof(BPI_FluxSurfaceMeshActor_C_SetExternalMaterial, OverWater) == 0x000000, "Member 'BPI_FluxSurfaceMeshActor_C_SetExternalMaterial::OverWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurfaceMeshActor_C_GetGlassMaterials \ +static_assert(alignof(BPI_FluxSurfaceMeshActor_C_GetGlassMaterials) == 0x000008, "Wrong alignment on BPI_FluxSurfaceMeshActor_C_GetGlassMaterials"); \ +static_assert(sizeof(BPI_FluxSurfaceMeshActor_C_GetGlassMaterials) == 0x000010, "Wrong size on BPI_FluxSurfaceMeshActor_C_GetGlassMaterials"); \ +static_assert(offsetof(BPI_FluxSurfaceMeshActor_C_GetGlassMaterials, NewParam) == 0x000000, "Member 'BPI_FluxSurfaceMeshActor_C_GetGlassMaterials::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxSurfaceMeshActor_C \ +static_assert(alignof(IBPI_FluxSurfaceMeshActor_C) == 0x000001, "Wrong alignment on IBPI_FluxSurfaceMeshActor_C"); \ +static_assert(sizeof(IBPI_FluxSurfaceMeshActor_C) == 0x000001, "Wrong size on IBPI_FluxSurfaceMeshActor_C"); \ + +#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_FSpriteDrawCallRecord \ +static_assert(alignof(FSpriteDrawCallRecord) == 0x000010, "Wrong alignment on FSpriteDrawCallRecord"); \ +static_assert(sizeof(FSpriteDrawCallRecord) == 0x000140, "Wrong size on FSpriteDrawCallRecord"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Destination) == 0x000000, "Member 'FSpriteDrawCallRecord::Destination' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, BaseTexture) == 0x000018, "Member 'FSpriteDrawCallRecord::BaseTexture' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Color) == 0x000050, "Member 'FSpriteDrawCallRecord::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteGeometryShape \ +static_assert(alignof(FSpriteGeometryShape) == 0x000008, "Wrong alignment on FSpriteGeometryShape"); \ +static_assert(sizeof(FSpriteGeometryShape) == 0x000040, "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) == 0x000028, "Member 'FSpriteGeometryShape::BoxPosition' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, Rotation) == 0x000038, "Member 'FSpriteGeometryShape::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, bNegativeWinding) == 0x00003C, "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_FSpriteAssetInitParameters \ +static_assert(alignof(FSpriteAssetInitParameters) == 0x000008, "Wrong alignment on FSpriteAssetInitParameters"); \ +static_assert(sizeof(FSpriteAssetInitParameters) == 0x000040, "Wrong size on FSpriteAssetInitParameters"); \ + +#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) == 0x000090, "Wrong size on FSpriteInstanceData"); \ +static_assert(offsetof(FSpriteInstanceData, Transform) == 0x000000, "Member 'FSpriteInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, SourceSprite) == 0x000080, "Member 'FSpriteInstanceData::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, VertexColor) == 0x000088, "Member 'FSpriteInstanceData::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, MaterialIndex) == 0x00008C, "Member 'FSpriteInstanceData::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteSocket \ +static_assert(alignof(FPaperSpriteSocket) == 0x000010, "Wrong alignment on FPaperSpriteSocket"); \ +static_assert(sizeof(FPaperSpriteSocket) == 0x000070, "Wrong size on FPaperSpriteSocket"); \ +static_assert(offsetof(FPaperSpriteSocket, LocalTransform) == 0x000000, "Member 'FPaperSpriteSocket::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteSocket, SocketName) == 0x000060, "Member 'FPaperSpriteSocket::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteAtlasSlot \ +static_assert(alignof(FPaperSpriteAtlasSlot) == 0x000008, "Wrong alignment on FPaperSpriteAtlasSlot"); \ +static_assert(sizeof(FPaperSpriteAtlasSlot) == 0x000040, "Wrong size on FPaperSpriteAtlasSlot"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, SpriteRef) == 0x000000, "Member 'FPaperSpriteAtlasSlot::SpriteRef' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, AtlasIndex) == 0x000028, "Member 'FPaperSpriteAtlasSlot::AtlasIndex' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, X) == 0x00002C, "Member 'FPaperSpriteAtlasSlot::X' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Y) == 0x000030, "Member 'FPaperSpriteAtlasSlot::Y' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Width) == 0x000034, "Member 'FPaperSpriteAtlasSlot::Width' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Height) == 0x000038, "Member 'FPaperSpriteAtlasSlot::Height' 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_FPaperTileMetadata \ +static_assert(alignof(FPaperTileMetadata) == 0x000008, "Wrong alignment on FPaperTileMetadata"); \ +static_assert(sizeof(FPaperTileMetadata) == 0x000040, "Wrong size on FPaperTileMetadata"); \ +static_assert(offsetof(FPaperTileMetadata, UserDataName) == 0x000000, "Member 'FPaperTileMetadata::UserDataName' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, CollisionData) == 0x000008, "Member 'FPaperTileMetadata::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, TerrainMembership) == 0x000038, "Member 'FPaperTileMetadata::TerrainMembership' 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_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_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) == 0x0005A0, "Wrong size on UPaperFlipbookComponent"); \ +static_assert(offsetof(UPaperFlipbookComponent, SourceFlipbook) == 0x000550, "Member 'UPaperFlipbookComponent::SourceFlipbook' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, Material) == 0x000558, "Member 'UPaperFlipbookComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, PlayRate) == 0x000560, "Member 'UPaperFlipbookComponent::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, AccumulatedTime) == 0x000568, "Member 'UPaperFlipbookComponent::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedFrameIndex) == 0x00056C, "Member 'UPaperFlipbookComponent::CachedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, SpriteColor) == 0x000570, "Member 'UPaperFlipbookComponent::SpriteColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedBodySetup) == 0x000580, "Member 'UPaperFlipbookComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, OnFinishedPlaying) == 0x000588, "Member 'UPaperFlipbookComponent::OnFinishedPlaying' 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) == 0x000570, "Wrong size on UPaperTerrainComponent"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainMaterial) == 0x000518, "Member 'UPaperTerrainComponent::TerrainMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bClosedSpline) == 0x000520, "Member 'UPaperTerrainComponent::bClosedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bFilledSpline) == 0x000521, "Member 'UPaperTerrainComponent::bFilledSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, AssociatedSpline) == 0x000528, "Member 'UPaperTerrainComponent::AssociatedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, RandomSeed) == 0x000530, "Member 'UPaperTerrainComponent::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SegmentOverlapAmount) == 0x000534, "Member 'UPaperTerrainComponent::SegmentOverlapAmount' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainColor) == 0x000538, "Member 'UPaperTerrainComponent::TerrainColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, ReparamStepsPerSegment) == 0x000548, "Member 'UPaperTerrainComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SpriteCollisionDomain) == 0x00054C, "Member 'UPaperTerrainComponent::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CollisionThickness) == 0x000550, "Member 'UPaperTerrainComponent::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CachedBodySetup) == 0x000558, "Member 'UPaperTerrainComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperCharacter \ +static_assert(alignof(APaperCharacter) == 0x000010, "Wrong alignment on APaperCharacter"); \ +static_assert(sizeof(APaperCharacter) == 0x000670, "Wrong size on APaperCharacter"); \ +static_assert(offsetof(APaperCharacter, Sprite) == 0x000668, "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) == 0x000050, "Wrong size on UPaperFlipbook"); \ +static_assert(offsetof(UPaperFlipbook, FramesPerSecond) == 0x000028, "Member 'UPaperFlipbook::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, KeyFrames) == 0x000030, "Member 'UPaperFlipbook::KeyFrames' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, DefaultMaterial) == 0x000040, "Member 'UPaperFlipbook::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, CollisionSource) == 0x000048, "Member 'UPaperFlipbook::CollisionSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperFlipbookActor \ +static_assert(alignof(APaperFlipbookActor) == 0x000008, "Wrong alignment on APaperFlipbookActor"); \ +static_assert(sizeof(APaperFlipbookActor) == 0x000298, "Wrong size on APaperFlipbookActor"); \ +static_assert(offsetof(APaperFlipbookActor, RenderComponent) == 0x000290, "Member 'APaperFlipbookActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperGroupedSpriteActor \ +static_assert(alignof(APaperGroupedSpriteActor) == 0x000008, "Wrong alignment on APaperGroupedSpriteActor"); \ +static_assert(sizeof(APaperGroupedSpriteActor) == 0x000298, "Wrong size on APaperGroupedSpriteActor"); \ +static_assert(offsetof(APaperGroupedSpriteActor, RenderComponent) == 0x000290, "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) == 0x000080, "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) == 0x000060, "Member 'PaperGroupedSpriteComponent_AddInstance::Sprite' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, bWorldSpace) == 0x000068, "Member 'PaperGroupedSpriteComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Color) == 0x00006C, "Member 'PaperGroupedSpriteComponent_AddInstance::Color' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, ReturnValue) == 0x00007C, "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) == 0x000008, "Wrong alignment on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x000018, "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) == 0x000080, "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) == 0x000070, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000071, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bTeleport) == 0x000072, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, ReturnValue) == 0x000073, "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) == 0x000080, "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) == 0x000070, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, ReturnValue) == 0x000071, "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) == 0x000580, "Wrong size on UPaperGroupedSpriteComponent"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, InstanceMaterials) == 0x000550, "Member 'UPaperGroupedSpriteComponent::InstanceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, PerInstanceSpriteData) == 0x000560, "Member 'UPaperGroupedSpriteComponent::PerInstanceSpriteData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperRuntimeSettings \ +static_assert(alignof(UPaperRuntimeSettings) == 0x000008, "Wrong alignment on UPaperRuntimeSettings"); \ +static_assert(sizeof(UPaperRuntimeSettings) == 0x000030, "Wrong size on UPaperRuntimeSettings"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableSpriteAtlasGroups) == 0x000028, "Member 'UPaperRuntimeSettings::bEnableSpriteAtlasGroups' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableTerrainSplineEditing) == 0x000029, "Member 'UPaperRuntimeSettings::bEnableTerrainSplineEditing' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bResizeSpriteDataToMatchTextures) == 0x00002A, "Member 'UPaperRuntimeSettings::bResizeSpriteDataToMatchTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSprite \ +static_assert(alignof(UPaperSprite) == 0x000008, "Wrong alignment on UPaperSprite"); \ +static_assert(sizeof(UPaperSprite) == 0x0000B8, "Wrong size on UPaperSprite"); \ +static_assert(offsetof(UPaperSprite, AdditionalSourceTextures) == 0x000038, "Member 'UPaperSprite::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceUV) == 0x000048, "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) == 0x000068, "Member 'UPaperSprite::BakedSourceTexture' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, DefaultMaterial) == 0x000070, "Member 'UPaperSprite::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterial) == 0x000078, "Member 'UPaperSprite::AlternateMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, Sockets) == 0x000080, "Member 'UPaperSprite::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, SpriteCollisionDomain) == 0x000090, "Member 'UPaperSprite::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, PixelsPerUnrealUnit) == 0x000094, "Member 'UPaperSprite::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BodySetup) == 0x000098, "Member 'UPaperSprite::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterialSplitIndex) == 0x0000A0, "Member 'UPaperSprite::AlternateMaterialSplitIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedRenderData) == 0x0000A8, "Member 'UPaperSprite::BakedRenderData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperSpriteActor \ +static_assert(alignof(APaperSpriteActor) == 0x000008, "Wrong alignment on APaperSpriteActor"); \ +static_assert(sizeof(APaperSpriteActor) == 0x000298, "Wrong size on APaperSpriteActor"); \ +static_assert(offsetof(APaperSpriteActor, RenderComponent) == 0x000290, "Member 'APaperSpriteActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteAtlas \ +static_assert(alignof(UPaperSpriteAtlas) == 0x000008, "Wrong alignment on UPaperSpriteAtlas"); \ +static_assert(sizeof(UPaperSpriteAtlas) == 0x000028, "Wrong size on UPaperSpriteAtlas"); \ + +#define DUMPER7_ASSERTS_PaperSpriteBlueprintLibrary_MakeBrushFromSprite \ +static_assert(alignof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000010, "Wrong alignment on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ +static_assert(sizeof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x0000E0, "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) == 0x000028, "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) == 0x000570, "Wrong size on UPaperSpriteComponent"); \ +static_assert(offsetof(UPaperSpriteComponent, SourceSprite) == 0x000550, "Member 'UPaperSpriteComponent::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, MaterialOverride) == 0x000558, "Member 'UPaperSpriteComponent::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, SpriteColor) == 0x000560, "Member 'UPaperSpriteComponent::SpriteColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileLayer \ +static_assert(alignof(UPaperTileLayer) == 0x000008, "Wrong alignment on UPaperTileLayer"); \ +static_assert(sizeof(UPaperTileLayer) == 0x000090, "Wrong size on UPaperTileLayer"); \ +static_assert(offsetof(UPaperTileLayer, LayerName) == 0x000028, "Member 'UPaperTileLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerWidth) == 0x000038, "Member 'UPaperTileLayer::LayerWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerHeight) == 0x00003C, "Member 'UPaperTileLayer::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionThicknessOverride) == 0x000044, "Member 'UPaperTileLayer::CollisionThicknessOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionOffsetOverride) == 0x000048, "Member 'UPaperTileLayer::CollisionOffsetOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerColor) == 0x00004C, "Member 'UPaperTileLayer::LayerColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedWidth) == 0x00005C, "Member 'UPaperTileLayer::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedHeight) == 0x000060, "Member 'UPaperTileLayer::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedCells) == 0x000068, "Member 'UPaperTileLayer::AllocatedCells' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, TileSet) == 0x000078, "Member 'UPaperTileLayer::TileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedGrid) == 0x000080, "Member 'UPaperTileLayer::AllocatedGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileMap \ +static_assert(alignof(UPaperTileMap) == 0x000008, "Wrong alignment on UPaperTileMap"); \ +static_assert(sizeof(UPaperTileMap) == 0x0000A8, "Wrong size on UPaperTileMap"); \ +static_assert(offsetof(UPaperTileMap, MapWidth) == 0x000028, "Member 'UPaperTileMap::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, MapHeight) == 0x00002C, "Member 'UPaperTileMap::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileWidth) == 0x000030, "Member 'UPaperTileMap::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileHeight) == 0x000034, "Member 'UPaperTileMap::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, PixelsPerUnrealUnit) == 0x000038, "Member 'UPaperTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileX) == 0x00003C, "Member 'UPaperTileMap::SeparationPerTileX' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileY) == 0x000040, "Member 'UPaperTileMap::SeparationPerTileY' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerLayer) == 0x000044, "Member 'UPaperTileMap::SeparationPerLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SelectedTileSet) == 0x000048, "Member 'UPaperTileMap::SelectedTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, Material) == 0x000070, "Member 'UPaperTileMap::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileLayers) == 0x000078, "Member 'UPaperTileMap::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, CollisionThickness) == 0x000088, "Member 'UPaperTileMap::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SpriteCollisionDomain) == 0x00008C, "Member 'UPaperTileMap::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, ProjectionMode) == 0x00008D, "Member 'UPaperTileMap::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, HexSideLength) == 0x000090, "Member 'UPaperTileMap::HexSideLength' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, BodySetup) == 0x000098, "Member 'UPaperTileMap::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, LayerNameIndex) == 0x0000A0, "Member 'UPaperTileMap::LayerNameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTileMapActor \ +static_assert(alignof(APaperTileMapActor) == 0x000008, "Wrong alignment on APaperTileMapActor"); \ +static_assert(sizeof(APaperTileMapActor) == 0x000298, "Wrong size on APaperTileMapActor"); \ +static_assert(offsetof(APaperTileMapActor, RenderComponent) == 0x000290, "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) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTileCenterPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCenterPosition) == 0x000028, "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) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTileCornerPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCornerPosition) == 0x000028, "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) == 0x0005A0, "Wrong size on UPaperTileMapComponent"); \ +static_assert(offsetof(UPaperTileMapComponent, MapWidth) == 0x000550, "Member 'UPaperTileMapComponent::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, MapHeight) == 0x000554, "Member 'UPaperTileMapComponent::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileWidth) == 0x000558, "Member 'UPaperTileMapComponent::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileHeight) == 0x00055C, "Member 'UPaperTileMapComponent::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, DefaultLayerTileSet) == 0x000560, "Member 'UPaperTileMapComponent::DefaultLayerTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, Material) == 0x000568, "Member 'UPaperTileMapComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileLayers) == 0x000570, "Member 'UPaperTileMapComponent::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMapColor) == 0x000580, "Member 'UPaperTileMapComponent::TileMapColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, UseSingleLayerIndex) == 0x000590, "Member 'UPaperTileMapComponent::UseSingleLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, bUseSingleLayer) == 0x000594, "Member 'UPaperTileMapComponent::bUseSingleLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMap) == 0x000598, "Member 'UPaperTileMapComponent::TileMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileSet \ +static_assert(alignof(UPaperTileSet) == 0x000008, "Wrong alignment on UPaperTileSet"); \ +static_assert(sizeof(UPaperTileSet) == 0x0000A8, "Wrong size on UPaperTileSet"); \ +static_assert(offsetof(UPaperTileSet, TileSize) == 0x000028, "Member 'UPaperTileSet::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileSheet) == 0x000030, "Member 'UPaperTileSet::TileSheet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AdditionalSourceTextures) == 0x000038, "Member 'UPaperTileSet::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, BorderMargin) == 0x000048, "Member 'UPaperTileSet::BorderMargin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileSpacing) == 0x000058, "Member 'UPaperTileSet::PerTileSpacing' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, DrawingOffset) == 0x000060, "Member 'UPaperTileSet::DrawingOffset' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, WidthInTiles) == 0x000068, "Member 'UPaperTileSet::WidthInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, HeightInTiles) == 0x00006C, "Member 'UPaperTileSet::HeightInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedWidth) == 0x000070, "Member 'UPaperTileSet::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedHeight) == 0x000074, "Member 'UPaperTileSet::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileData) == 0x000078, "Member 'UPaperTileSet::PerTileData' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Terrains) == 0x000088, "Member 'UPaperTileSet::Terrains' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileWidth) == 0x000098, "Member 'UPaperTileSet::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileHeight) == 0x00009C, "Member 'UPaperTileSet::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Margin) == 0x0000A0, "Member 'UPaperTileSet::Margin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Spacing) == 0x0000A4, "Member 'UPaperTileSet::Spacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpriteTextureSampler \ +static_assert(alignof(UMaterialExpressionSpriteTextureSampler) == 0x000008, "Wrong alignment on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(sizeof(UMaterialExpressionSpriteTextureSampler) == 0x000238, "Wrong size on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, bSampleAdditionalTextures) == 0x000220, "Member 'UMaterialExpressionSpriteTextureSampler::bSampleAdditionalTextures' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, AdditionalSlotIndex) == 0x000224, "Member 'UMaterialExpressionSpriteTextureSampler::AdditionalSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, SlotDisplayName) == 0x000228, "Member 'UMaterialExpressionSpriteTextureSampler::SlotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTerrainActor \ +static_assert(alignof(APaperTerrainActor) == 0x000008, "Wrong alignment on APaperTerrainActor"); \ +static_assert(sizeof(APaperTerrainActor) == 0x0002A8, "Wrong size on APaperTerrainActor"); \ +static_assert(offsetof(APaperTerrainActor, DummyRoot) == 0x000290, "Member 'APaperTerrainActor::DummyRoot' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, SplineComponent) == 0x000298, "Member 'APaperTerrainActor::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, RenderComponent) == 0x0002A0, "Member 'APaperTerrainActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainMaterial \ +static_assert(alignof(UPaperTerrainMaterial) == 0x000008, "Wrong alignment on UPaperTerrainMaterial"); \ +static_assert(sizeof(UPaperTerrainMaterial) == 0x000048, "Wrong size on UPaperTerrainMaterial"); \ +static_assert(offsetof(UPaperTerrainMaterial, Rules) == 0x000030, "Member 'UPaperTerrainMaterial::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainMaterial, InteriorFill) == 0x000040, "Member 'UPaperTerrainMaterial::InteriorFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainSplineComponent \ +static_assert(alignof(UPaperTerrainSplineComponent) == 0x000010, "Wrong alignment on UPaperTerrainSplineComponent"); \ +static_assert(sizeof(UPaperTerrainSplineComponent) == 0x000630, "Wrong size on UPaperTerrainSplineComponent"); \ + +#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) == 0x000070, "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) == 0x000018, "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) == 0x000028, "Wrong size on UTileMapBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BackFromSkillSelectionState \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BackFromSkillSelectionState) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BackFromSkillSelectionState"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BackFromSkillSelectionState) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_BackFromSkillSelectionState"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BackFromSkillSelectionState, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BackFromSkillSelectionState::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BackFromSkillSelectionState, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_BackFromSkillSelectionState::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature, InFocusedSlot) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature::InFocusedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature, IsFocused) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_10_OnSkillSlotFocused__DelegateSignature::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature, InClickedSlot) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_AssignedSkills_K2Node_ComponentBoundEvent_9_OnSkillSlotClicked__DelegateSignature::InClickedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_11_OnSkillItemClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillsList_K2Node_ComponentBoundEvent_12_OnSkillItemNavigated__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_GM_SkillsPanel_SkillTreeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_CanUnassignSkills \ +static_assert(alignof(WBP_GM_SkillsPanel_C_CanUnassignSkills) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_CanUnassignSkills"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_CanUnassignSkills) == 0x000048, "Wrong size on WBP_GM_SkillsPanel_C_CanUnassignSkills"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, bCanUnassignSkills) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::bCanUnassignSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, NumberOfValidSkills) == 0x000004, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::NumberOfValidSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, Temp_int_Variable) == 0x000014, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000020, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000041, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CanUnassignSkills, CallFunc_IsValid_ReturnValue) == 0x000042, "Member 'WBP_GM_SkillsPanel_C_CanUnassignSkills::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_CheckUnassignForbidden \ +static_assert(alignof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_CheckUnassignForbidden"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden) == 0x000018, "Wrong size on WBP_GM_SkillsPanel_C_CheckUnassignForbidden"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden, CallFunc_CanUnassignSkills_bCanUnassignSkills) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_CheckUnassignForbidden::CallFunc_CanUnassignSkills_bCanUnassignSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'WBP_GM_SkillsPanel_C_CheckUnassignForbidden::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_GM_SkillsPanel_C_CheckUnassignForbidden::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_CheckUnassignForbidden::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_CheckUnassignForbidden, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_CheckUnassignForbidden::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList \ +static_assert(alignof(WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList) == 0x000018, "Wrong size on WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList, Navigation_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList, ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_DoCustom_NavigationSkillList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots \ +static_assert(alignof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots) == 0x000068, "Wrong size on WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, Navigation_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, Temp_object_Variable) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, Temp_bool_Variable) == 0x000020, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000021, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, K2Node_Select_Default) == 0x000028, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000030, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000031, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_IsActivated_ReturnValue) == 0x000032, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000038, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_Divide_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_SelectInt_ReturnValue) == 0x000058, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_SelectInt_ReturnValue_1) == 0x00005C, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillSlots::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton \ +static_assert(alignof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton, Navigation_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton, ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_DoCustomNavigationSkillTreeButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel \ +static_assert(alignof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel) == 0x0000D0, "Wrong size on WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, EntryPoint) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_Event_CharacterData) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_Button_1) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_GetIsEnabled_ReturnValue) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_InClickedSlot) == 0x000020, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_InClickedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_InFocusedSlot) == 0x000028, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_InFocusedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_IsFocused) == 0x000030, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_GetSlotIndex_SlotIndex) == 0x000034, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_SkillData_1) == 0x000038, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_SkillData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_SkillData) == 0x000040, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_ComponentBoundEvent_Button) == 0x000048, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000070, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000078, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_CustomEvent_ActionBarContainerWidget) == 0x000080, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_CreateDelegate_OutputDelegate_2) == 0x00009C, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_IsValid_ReturnValue_2) == 0x0000AC, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000B0, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x0000C0, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel, K2Node_Event_IsDesignTime) == 0x0000C8, "Member 'WBP_GM_SkillsPanel_C_ExecuteUbergraph_WBP_GM_SkillsPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot \ +static_assert(alignof(WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot) == 0x000004, "Wrong alignment on WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot) == 0x000004, "Wrong size on WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot, LastFocusedSkillSlot_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_GetLastFocusedSkillSlot::LastFocusedSkillSlot_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_GoToSkillSelectionState \ +static_assert(alignof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_GoToSkillSelectionState"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState) == 0x000020, "Wrong size on WBP_GM_SkillsPanel_C_GoToSkillSelectionState"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState, InSelectedSlot) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_GoToSkillSelectionState::InSelectedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState, CallFunc_GetSkillData_SkillData) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_GoToSkillSelectionState::CallFunc_GetSkillData_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_GoToSkillSelectionState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSkillSelectionState, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_GoToSkillSelectionState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_GoToSlotSelectionState \ +static_assert(alignof(WBP_GM_SkillsPanel_C_GoToSlotSelectionState) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_GoToSlotSelectionState"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_GoToSlotSelectionState) == 0x000018, "Wrong size on WBP_GM_SkillsPanel_C_GoToSlotSelectionState"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSlotSelectionState, InSkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_GoToSlotSelectionState::InSkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSlotSelectionState, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_GoToSlotSelectionState::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_GoToSlotSelectionState, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_GoToSlotSelectionState::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_InitializeSlotsData \ +static_assert(alignof(WBP_GM_SkillsPanel_C_InitializeSlotsData) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_InitializeSlotsData"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_InitializeSlotsData) == 0x000020, "Wrong size on WBP_GM_SkillsPanel_C_InitializeSlotsData"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_InitializeSlotsData, CallFunc_GetSkillData_SkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_InitializeSlotsData::CallFunc_GetSkillData_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_InitializeSlotsData, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_InitializeSlotsData::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_InitializeSlotsData, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_InitializeSlotsData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_IsInSelectionState \ +static_assert(alignof(WBP_GM_SkillsPanel_C_IsInSelectionState) == 0x000001, "Wrong alignment on WBP_GM_SkillsPanel_C_IsInSelectionState"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_IsInSelectionState) == 0x000004, "Wrong size on WBP_GM_SkillsPanel_C_IsInSelectionState"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_IsInSelectionState, IsInSelectionState_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_IsInSelectionState::IsInSelectionState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_IsInSelectionState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_GM_SkillsPanel_C_IsInSelectionState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_IsInSelectionState, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_GM_SkillsPanel_C_IsInSelectionState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_IsInSelectionState, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_GM_SkillsPanel_C_IsInSelectionState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_LoadCharacter \ +static_assert(alignof(WBP_GM_SkillsPanel_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_LoadCharacter) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_OnActionBarContentUpdated \ +static_assert(alignof(WBP_GM_SkillsPanel_C_OnActionBarContentUpdated) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_OnActionBarContentUpdated"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_OnActionBarContentUpdated) == 0x000008, "Wrong size on WBP_GM_SkillsPanel_C_OnActionBarContentUpdated"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnActionBarContentUpdated, ActionBarContainerWidget) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_OnActionBarContentUpdated::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_OnSkillItemClicked \ +static_assert(alignof(WBP_GM_SkillsPanel_C_OnSkillItemClicked) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_OnSkillItemClicked"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_OnSkillItemClicked) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_OnSkillItemClicked"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSkillItemClicked, InSkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_OnSkillItemClicked::InSkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSkillItemClicked, CallFunc_GetSlotIndex_SlotIndex) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_OnSkillItemClicked::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSkillItemClicked, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_OnSkillItemClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_OnSlotClicked \ +static_assert(alignof(WBP_GM_SkillsPanel_C_OnSlotClicked) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_OnSlotClicked"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_OnSlotClicked) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_OnSlotClicked"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSlotClicked, InClickedSlot) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_OnSlotClicked::InClickedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSlotClicked, CallFunc_GetSlotIndex_SlotIndex) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_OnSlotClicked::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_OnSlotClicked, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_OnSlotClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_PreConstruct \ +static_assert(alignof(WBP_GM_SkillsPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_SkillsPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_SkillsPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_PreSelectSlot \ +static_assert(alignof(WBP_GM_SkillsPanel_C_PreSelectSlot) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_PreSelectSlot"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_PreSelectSlot) == 0x000048, "Wrong size on WBP_GM_SkillsPanel_C_PreSelectSlot"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, InSlotIndex) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_GetSlotIndex_SlotIndex) == 0x00003C, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_PreSelectSlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_GM_SkillsPanel_C_PreSelectSlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_ProcessEquipSkill \ +static_assert(alignof(WBP_GM_SkillsPanel_C_ProcessEquipSkill) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_ProcessEquipSkill"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_ProcessEquipSkill) == 0x000028, "Wrong size on WBP_GM_SkillsPanel_C_ProcessEquipSkill"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessEquipSkill, InSkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_ProcessEquipSkill::InSkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessEquipSkill, InSlotIndex) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_ProcessEquipSkill::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessEquipSkill, PreviousSlot) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_ProcessEquipSkill::PreviousSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessEquipSkill, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_ProcessEquipSkill::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessEquipSkill, CallFunc_Array_Find_ReturnValue) == 0x000020, "Member 'WBP_GM_SkillsPanel_C_ProcessEquipSkill::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_ProcessUnequipSlot \ +static_assert(alignof(WBP_GM_SkillsPanel_C_ProcessUnequipSlot) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_ProcessUnequipSlot"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_ProcessUnequipSlot) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_ProcessUnequipSlot"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessUnequipSlot, CallFunc_GetSkillData_SkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_ProcessUnequipSlot::CallFunc_GetSkillData_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_ProcessUnequipSlot, CallFunc_GetSlotIndex_SlotIndex) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_ProcessUnequipSlot::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_RefreshSlotData \ +static_assert(alignof(WBP_GM_SkillsPanel_C_RefreshSlotData) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_RefreshSlotData"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_RefreshSlotData) == 0x000030, "Wrong size on WBP_GM_SkillsPanel_C_RefreshSlotData"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_RefreshSlotData, InSlotIndex) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_RefreshSlotData::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_RefreshSlotData, FoundViewItem) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_RefreshSlotData::FoundViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_RefreshSlotData, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000010, "Member 'WBP_GM_SkillsPanel_C_RefreshSlotData::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_RefreshSlotData, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_GM_SkillsPanel_C_RefreshSlotData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_RefreshSlotData, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_SkillsPanel_C_RefreshSlotData::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_Set_FocusedSkill \ +static_assert(alignof(WBP_GM_SkillsPanel_C_Set_FocusedSkill) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_Set_FocusedSkill"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_Set_FocusedSkill) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_Set_FocusedSkill"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_Set_FocusedSkill, SkillData) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_Set_FocusedSkill::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_Set_FocusedSkill, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_Set_FocusedSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_SetFocusedSlot \ +static_assert(alignof(WBP_GM_SkillsPanel_C_SetFocusedSlot) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_SetFocusedSlot"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_SetFocusedSlot) == 0x000070, "Wrong size on WBP_GM_SkillsPanel_C_SetFocusedSlot"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, InFocusedSlot) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::InFocusedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_GetSkillData_SkillData) == 0x000040, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_GetSkillData_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_LocalToAbsolute_ReturnValue) == 0x000048, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_GetSkillData_SkillData_1) == 0x000060, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_GetSkillData_SkillData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetFocusedSlot, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'WBP_GM_SkillsPanel_C_SetFocusedSlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_SetSelectedSkillData \ +static_assert(alignof(WBP_GM_SkillsPanel_C_SetSelectedSkillData) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_SetSelectedSkillData"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_SetSelectedSkillData) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_SetSelectedSkillData"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetSelectedSkillData, SelectedSkillData_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_SetSelectedSkillData::SelectedSkillData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetSelectedSkillData, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_SetSelectedSkillData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_SetSelectedSlot \ +static_assert(alignof(WBP_GM_SkillsPanel_C_SetSelectedSlot) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_SetSelectedSlot"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_SetSelectedSlot) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_SetSelectedSlot"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetSelectedSlot, SelectedSlot_0) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_SetSelectedSlot::SelectedSlot_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetSelectedSlot, CallFunc_GetSlotIndex_SlotIndex) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_SetSelectedSlot::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_SetSelectedSlot, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillsPanel_C_SetSelectedSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_StopEquip \ +static_assert(alignof(WBP_GM_SkillsPanel_C_StopEquip) == 0x000001, "Wrong alignment on WBP_GM_SkillsPanel_C_StopEquip"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_StopEquip) == 0x000001, "Wrong size on WBP_GM_SkillsPanel_C_StopEquip"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_StopEquip, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_StopEquip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsPanel_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_SkillsPanel_C \ +static_assert(alignof(UWBP_GM_SkillsPanel_C) == 0x000008, "Wrong alignment on UWBP_GM_SkillsPanel_C"); \ +static_assert(sizeof(UWBP_GM_SkillsPanel_C) == 0x000538, "Wrong size on UWBP_GM_SkillsPanel_C"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_SkillsPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, Anim_SkillSelectionState) == 0x000438, "Member 'UWBP_GM_SkillsPanel_C::Anim_SkillSelectionState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, AssignedSkills) == 0x000440, "Member 'UWBP_GM_SkillsPanel_C::AssignedSkills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, EditorSafeZone) == 0x000448, "Member 'UWBP_GM_SkillsPanel_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SkillsList) == 0x000450, "Member 'UWBP_GM_SkillsPanel_C::SkillsList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SkillTreeButton) == 0x000458, "Member 'UWBP_GM_SkillsPanel_C::SkillTreeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SkillTreeText) == 0x000460, "Member 'UWBP_GM_SkillsPanel_C::SkillTreeText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_CommonBoundActionButton_Assign) == 0x000468, "Member 'UWBP_GM_SkillsPanel_C::WBP_CommonBoundActionButton_Assign' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_CommonBoundActionButton_Back) == 0x000470, "Member 'UWBP_GM_SkillsPanel_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_CommonBoundActionButton_SelectSlot) == 0x000478, "Member 'UWBP_GM_SkillsPanel_C::WBP_CommonBoundActionButton_SelectSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_CommonBoundActionButton_Unassign) == 0x000480, "Member 'UWBP_GM_SkillsPanel_C::WBP_CommonBoundActionButton_Unassign' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_DPISizeBox) == 0x000488, "Member 'UWBP_GM_SkillsPanel_C::WBP_DPISizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, WBP_GM_CharacterSheet) == 0x000490, "Member 'UWBP_GM_SkillsPanel_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, CurrentCharacterData) == 0x000498, "Member 'UWBP_GM_SkillsPanel_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, PreviewCharacterData) == 0x0004A0, "Member 'UWBP_GM_SkillsPanel_C::PreviewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, OnRequestLockCharacterSwitch) == 0x0004A8, "Member 'UWBP_GM_SkillsPanel_C::OnRequestLockCharacterSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SD_OnEquipedSkill) == 0x0004B8, "Member 'UWBP_GM_SkillsPanel_C::SD_OnEquipedSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SD_OnUnequipedSkill) == 0x0004C8, "Member 'UWBP_GM_SkillsPanel_C::SD_OnUnequipedSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SelectedSlot) == 0x0004D8, "Member 'UWBP_GM_SkillsPanel_C::SelectedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SelectedSkillData) == 0x0004E0, "Member 'UWBP_GM_SkillsPanel_C::SelectedSkillData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, FocusedSlot) == 0x0004E8, "Member 'UWBP_GM_SkillsPanel_C::FocusedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, FocusedSkill) == 0x0004F0, "Member 'UWBP_GM_SkillsPanel_C::FocusedSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, OnSkillTreeButtonClicked) == 0x0004F8, "Member 'UWBP_GM_SkillsPanel_C::OnSkillTreeButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, LastFocusedSkillSlot) == 0x000508, "Member 'UWBP_GM_SkillsPanel_C::LastFocusedSkillSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SD_OnActivated) == 0x000510, "Member 'UWBP_GM_SkillsPanel_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, SD_OnDeactivated) == 0x000520, "Member 'UWBP_GM_SkillsPanel_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsPanel_C, CurrentActionBarContainer) == 0x000530, "Member 'UWBP_GM_SkillsPanel_C::CurrentActionBarContainer' has a wrong offset!"); \ + +#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) == 0x000030, "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) == 0x000020, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, Result) == 0x000028, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, VisualFidelity) == 0x000029, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::VisualFidelity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationCompressionLibraryDatabase \ +static_assert(alignof(UAnimationCompressionLibraryDatabase) == 0x000008, "Wrong alignment on UAnimationCompressionLibraryDatabase"); \ +static_assert(sizeof(UAnimationCompressionLibraryDatabase) == 0x000128, "Wrong size on UAnimationCompressionLibraryDatabase"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedCompressedBytes) == 0x000028, "Member 'UAnimationCompressionLibraryDatabase::CookedCompressedBytes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedAnimSequenceMappings) == 0x000038, "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) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLBase"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACL \ +static_assert(alignof(UAnimBoneCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACL) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLCustom \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLCustom) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLCustom"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLCustom) == 0x000038, "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) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACLDatabase, DatabaseAsset) == 0x000038, "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) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLSafe"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_ACL \ +static_assert(alignof(UAnimCurveCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_ACL) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_ACL"); \ + +#define DUMPER7_ASSERTS_UCTS_B0NTrajan_C \ +static_assert(alignof(UCTS_B0NTrajan_C) == 0x000010, "Wrong alignment on UCTS_B0NTrajan_C"); \ +static_assert(sizeof(UCTS_B0NTrajan_C) == 0x0001B0, "Wrong size on UCTS_B0NTrajan_C"); \ + +#define DUMPER7_ASSERTS_FCurveRemapPair \ +static_assert(alignof(FCurveRemapPair) == 0x000004, "Wrong alignment on FCurveRemapPair"); \ +static_assert(sizeof(FCurveRemapPair) == 0x000010, "Wrong size on FCurveRemapPair"); \ +static_assert(offsetof(FCurveRemapPair, SourceCurve) == 0x000000, "Member 'FCurveRemapPair::SourceCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveRemapPair, TargetCurve) == 0x000008, "Member 'FCurveRemapPair::TargetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainFKSettings \ +static_assert(alignof(FTargetChainFKSettings) == 0x000004, "Wrong alignment on FTargetChainFKSettings"); \ +static_assert(sizeof(FTargetChainFKSettings) == 0x00001C, "Wrong size on FTargetChainFKSettings"); \ +static_assert(offsetof(FTargetChainFKSettings, EnableFK) == 0x000000, "Member 'FTargetChainFKSettings::EnableFK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, RotationMode) == 0x000001, "Member 'FTargetChainFKSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, RotationAlpha) == 0x000004, "Member 'FTargetChainFKSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, TranslationMode) == 0x000008, "Member 'FTargetChainFKSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, TranslationAlpha) == 0x00000C, "Member 'FTargetChainFKSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorMatching) == 0x000010, "Member 'FTargetChainFKSettings::PoleVectorMatching' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorMaintainOffset) == 0x000014, "Member 'FTargetChainFKSettings::PoleVectorMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorOffset) == 0x000018, "Member 'FTargetChainFKSettings::PoleVectorOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainIKSettings \ +static_assert(alignof(FTargetChainIKSettings) == 0x000008, "Wrong alignment on FTargetChainIKSettings"); \ +static_assert(sizeof(FTargetChainIKSettings) == 0x000078, "Wrong size on FTargetChainIKSettings"); \ +static_assert(offsetof(FTargetChainIKSettings, EnableIK) == 0x000000, "Member 'FTargetChainIKSettings::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSource) == 0x000004, "Member 'FTargetChainIKSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSourceWeights) == 0x000008, "Member 'FTargetChainIKSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticOffset) == 0x000020, "Member 'FTargetChainIKSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticLocalOffset) == 0x000038, "Member 'FTargetChainIKSettings::StaticLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticRotationOffset) == 0x000050, "Member 'FTargetChainIKSettings::StaticRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, ScaleVertical) == 0x000068, "Member 'FTargetChainIKSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, Extension) == 0x00006C, "Member 'FTargetChainIKSettings::Extension' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, bAffectedByIKWarping) == 0x000070, "Member 'FTargetChainIKSettings::bAffectedByIKWarping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainSpeedPlantSettings \ +static_assert(alignof(FTargetChainSpeedPlantSettings) == 0x000004, "Wrong alignment on FTargetChainSpeedPlantSettings"); \ +static_assert(sizeof(FTargetChainSpeedPlantSettings) == 0x000018, "Wrong size on FTargetChainSpeedPlantSettings"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, EnableSpeedPlanting) == 0x000000, "Member 'FTargetChainSpeedPlantSettings::EnableSpeedPlanting' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, SpeedCurveName) == 0x000004, "Member 'FTargetChainSpeedPlantSettings::SpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, SpeedThreshold) == 0x00000C, "Member 'FTargetChainSpeedPlantSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, UnplantStiffness) == 0x000010, "Member 'FTargetChainSpeedPlantSettings::UnplantStiffness' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, UnplantCriticalDamping) == 0x000014, "Member 'FTargetChainSpeedPlantSettings::UnplantCriticalDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainSettings \ +static_assert(alignof(FTargetChainSettings) == 0x000008, "Wrong alignment on FTargetChainSettings"); \ +static_assert(sizeof(FTargetChainSettings) == 0x0000B0, "Wrong size on FTargetChainSettings"); \ +static_assert(offsetof(FTargetChainSettings, FK) == 0x000000, "Member 'FTargetChainSettings::FK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSettings, IK) == 0x000020, "Member 'FTargetChainSettings::IK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSettings, SpeedPlanting) == 0x000098, "Member 'FTargetChainSettings::SpeedPlanting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetRootSettings \ +static_assert(alignof(FTargetRootSettings) == 0x000008, "Wrong alignment on FTargetRootSettings"); \ +static_assert(sizeof(FTargetRootSettings) == 0x000068, "Wrong size on FTargetRootSettings"); \ +static_assert(offsetof(FTargetRootSettings, RotationAlpha) == 0x000000, "Member 'FTargetRootSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, TranslationAlpha) == 0x000004, "Member 'FTargetRootSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, BlendToSource) == 0x000008, "Member 'FTargetRootSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, BlendToSourceWeights) == 0x000010, "Member 'FTargetRootSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, ScaleHorizontal) == 0x000028, "Member 'FTargetRootSettings::ScaleHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, ScaleVertical) == 0x00002C, "Member 'FTargetRootSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, TranslationOffset) == 0x000030, "Member 'FTargetRootSettings::TranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, RotationOffset) == 0x000048, "Member 'FTargetRootSettings::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, AffectIKHorizontal) == 0x000060, "Member 'FTargetRootSettings::AffectIKHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, AffectIKVertical) == 0x000064, "Member 'FTargetRootSettings::AffectIKVertical' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetGlobalSettings \ +static_assert(alignof(FRetargetGlobalSettings) == 0x000004, "Wrong alignment on FRetargetGlobalSettings"); \ +static_assert(sizeof(FRetargetGlobalSettings) == 0x000024, "Wrong size on FRetargetGlobalSettings"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableRoot) == 0x000000, "Member 'FRetargetGlobalSettings::bEnableRoot' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableFK) == 0x000001, "Member 'FRetargetGlobalSettings::bEnableFK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableIK) == 0x000002, "Member 'FRetargetGlobalSettings::bEnableIK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnablePost) == 0x000003, "Member 'FRetargetGlobalSettings::bEnablePost' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bWarping) == 0x000004, "Member 'FRetargetGlobalSettings::bWarping' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, DirectionSource) == 0x000008, "Member 'FRetargetGlobalSettings::DirectionSource' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, ForwardDirection) == 0x00000C, "Member 'FRetargetGlobalSettings::ForwardDirection' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, DirectionChain) == 0x000010, "Member 'FRetargetGlobalSettings::DirectionChain' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, WarpForwards) == 0x000018, "Member 'FRetargetGlobalSettings::WarpForwards' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, SidewaysOffset) == 0x00001C, "Member 'FRetargetGlobalSettings::SidewaysOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, WarpSplay) == 0x000020, "Member 'FRetargetGlobalSettings::WarpSplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetProfile \ +static_assert(alignof(FRetargetProfile) == 0x000008, "Wrong alignment on FRetargetProfile"); \ +static_assert(sizeof(FRetargetProfile) == 0x000108, "Wrong size on FRetargetProfile"); \ +static_assert(offsetof(FRetargetProfile, bApplyTargetRetargetPose) == 0x000000, "Member 'FRetargetProfile::bApplyTargetRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, TargetRetargetPoseName) == 0x000004, "Member 'FRetargetProfile::TargetRetargetPoseName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplySourceRetargetPose) == 0x00000C, "Member 'FRetargetProfile::bApplySourceRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, SourceRetargetPoseName) == 0x000010, "Member 'FRetargetProfile::SourceRetargetPoseName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyChainSettings) == 0x000018, "Member 'FRetargetProfile::bApplyChainSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, ChainSettings) == 0x000020, "Member 'FRetargetProfile::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyRootSettings) == 0x000070, "Member 'FRetargetProfile::bApplyRootSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, RootSettings) == 0x000078, "Member 'FRetargetProfile::RootSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyGlobalSettings) == 0x0000E0, "Member 'FRetargetProfile::bApplyGlobalSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, GlobalSettings) == 0x0000E4, "Member 'FRetargetProfile::GlobalSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPinBoneData \ +static_assert(alignof(FPinBoneData) == 0x000010, "Wrong alignment on FPinBoneData"); \ +static_assert(sizeof(FPinBoneData) == 0x000080, "Wrong size on FPinBoneData"); \ +static_assert(offsetof(FPinBoneData, BoneToPin) == 0x000000, "Member 'FPinBoneData::BoneToPin' has a wrong offset!"); \ +static_assert(offsetof(FPinBoneData, BoneToPinTo) == 0x000008, "Member 'FPinBoneData::BoneToPinTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigGoal \ +static_assert(alignof(FIKRigGoal) == 0x000010, "Wrong alignment on FIKRigGoal"); \ +static_assert(sizeof(FIKRigGoal) == 0x0000A0, "Wrong size on FIKRigGoal"); \ +static_assert(offsetof(FIKRigGoal, Name) == 0x000000, "Member 'FIKRigGoal::Name' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, TransformSource) == 0x000008, "Member 'FIKRigGoal::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, SourceBone) == 0x00000C, "Member 'FIKRigGoal::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, position) == 0x000020, "Member 'FIKRigGoal::position' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, Rotation) == 0x000038, "Member 'FIKRigGoal::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, PositionAlpha) == 0x000050, "Member 'FIKRigGoal::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, RotationAlpha) == 0x000054, "Member 'FIKRigGoal::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, PositionSpace) == 0x000058, "Member 'FIKRigGoal::PositionSpace' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, RotationSpace) == 0x000059, "Member 'FIKRigGoal::RotationSpace' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, FinalBlendedPosition) == 0x000060, "Member 'FIKRigGoal::FinalBlendedPosition' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, FinalBlendedRotation) == 0x000080, "Member 'FIKRigGoal::FinalBlendedRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_IKRig \ +static_assert(alignof(FAnimNode_IKRig) == 0x000008, "Wrong alignment on FAnimNode_IKRig"); \ +static_assert(sizeof(FAnimNode_IKRig) == 0x0001E0, "Wrong size on FAnimNode_IKRig"); \ +static_assert(offsetof(FAnimNode_IKRig, Source) == 0x000058, "Member 'FAnimNode_IKRig::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, RigDefinitionAsset) == 0x000068, "Member 'FAnimNode_IKRig::RigDefinitionAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, Goals) == 0x000070, "Member 'FAnimNode_IKRig::Goals' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, bStartFromRefPose) == 0x000080, "Member 'FAnimNode_IKRig::bStartFromRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, AlphaInputType) == 0x000081, "Member 'FAnimNode_IKRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, bAlphaBoolEnabled) == 0x000082, "Member 'FAnimNode_IKRig::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, Alpha) == 0x000084, "Member 'FAnimNode_IKRig::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, AlphaScaleBias) == 0x000088, "Member 'FAnimNode_IKRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, AlphaBoolBlend) == 0x000090, "Member 'FAnimNode_IKRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, AlphaCurveName) == 0x0000D8, "Member 'FAnimNode_IKRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, AlphaScaleBiasClamp) == 0x0000E0, "Member 'FAnimNode_IKRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, IKRigProcessor) == 0x000110, "Member 'FAnimNode_IKRig::IKRigProcessor' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_IKRig, ActualAlpha) == 0x0001D8, "Member 'FAnimNode_IKRig::ActualAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RetargetPoseFromMesh \ +static_assert(alignof(FAnimNode_RetargetPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_RetargetPoseFromMesh"); \ +static_assert(sizeof(FAnimNode_RetargetPoseFromMesh) == 0x0001E0, "Wrong size on FAnimNode_RetargetPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_RetargetPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, bUseAttachedParent) == 0x000018, "Member 'FAnimNode_RetargetPoseFromMesh::bUseAttachedParent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, IKRetargeterAsset) == 0x000020, "Member 'FAnimNode_RetargetPoseFromMesh::IKRetargeterAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, CustomRetargetProfile) == 0x000028, "Member 'FAnimNode_RetargetPoseFromMesh::CustomRetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, bSuppressWarnings) == 0x000130, "Member 'FAnimNode_RetargetPoseFromMesh::bSuppressWarnings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, bCopyCurves) == 0x000131, "Member 'FAnimNode_RetargetPoseFromMesh::bCopyCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, LODThreshold) == 0x000134, "Member 'FAnimNode_RetargetPoseFromMesh::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, LODThresholdForIK) == 0x000138, "Member 'FAnimNode_RetargetPoseFromMesh::LODThresholdForIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, Processor) == 0x000140, "Member 'FAnimNode_RetargetPoseFromMesh::Processor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetChainMap \ +static_assert(alignof(FRetargetChainMap) == 0x000004, "Wrong alignment on FRetargetChainMap"); \ +static_assert(sizeof(FRetargetChainMap) == 0x000010, "Wrong size on FRetargetChainMap"); \ +static_assert(offsetof(FRetargetChainMap, SourceChain) == 0x000000, "Member 'FRetargetChainMap::SourceChain' has a wrong offset!"); \ +static_assert(offsetof(FRetargetChainMap, TargetChain) == 0x000008, "Member 'FRetargetChainMap::TargetChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPose \ +static_assert(alignof(FIKRetargetPose) == 0x000008, "Wrong alignment on FIKRetargetPose"); \ +static_assert(sizeof(FIKRetargetPose) == 0x000070, "Wrong size on FIKRetargetPose"); \ +static_assert(offsetof(FIKRetargetPose, RootTranslationOffset) == 0x000000, "Member 'FIKRetargetPose::RootTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPose, BoneRotationOffsets) == 0x000018, "Member 'FIKRetargetPose::BoneRotationOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigGoalContainer \ +static_assert(alignof(FIKRigGoalContainer) == 0x000008, "Wrong alignment on FIKRigGoalContainer"); \ +static_assert(sizeof(FIKRigGoalContainer) == 0x000010, "Wrong size on FIKRigGoalContainer"); \ + +#define DUMPER7_ASSERTS_FBoneChain \ +static_assert(alignof(FBoneChain) == 0x000004, "Wrong alignment on FBoneChain"); \ +static_assert(sizeof(FBoneChain) == 0x000030, "Wrong size on FBoneChain"); \ +static_assert(offsetof(FBoneChain, ChainName) == 0x000000, "Member 'FBoneChain::ChainName' has a wrong offset!"); \ +static_assert(offsetof(FBoneChain, StartBone) == 0x000008, "Member 'FBoneChain::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FBoneChain, EndBone) == 0x000018, "Member 'FBoneChain::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FBoneChain, IKGoalName) == 0x000028, "Member 'FBoneChain::IKGoalName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetDefinition \ +static_assert(alignof(FRetargetDefinition) == 0x000008, "Wrong alignment on FRetargetDefinition"); \ +static_assert(sizeof(FRetargetDefinition) == 0x000018, "Wrong size on FRetargetDefinition"); \ +static_assert(offsetof(FRetargetDefinition, RootBone) == 0x000000, "Member 'FRetargetDefinition::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FRetargetDefinition, BoneChains) == 0x000008, "Member 'FRetargetDefinition::BoneChains' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGoalBone \ +static_assert(alignof(FGoalBone) == 0x000004, "Wrong alignment on FGoalBone"); \ +static_assert(sizeof(FGoalBone) == 0x000010, "Wrong size on FGoalBone"); \ + +#define DUMPER7_ASSERTS_FIKRigInputSkeleton \ +static_assert(alignof(FIKRigInputSkeleton) == 0x000008, "Wrong alignment on FIKRigInputSkeleton"); \ +static_assert(sizeof(FIKRigInputSkeleton) == 0x000038, "Wrong size on FIKRigInputSkeleton"); \ + +#define DUMPER7_ASSERTS_FIKRigSkeleton \ +static_assert(alignof(FIKRigSkeleton) == 0x000008, "Wrong alignment on FIKRigSkeleton"); \ +static_assert(sizeof(FIKRigSkeleton) == 0x000070, "Wrong size on FIKRigSkeleton"); \ +static_assert(offsetof(FIKRigSkeleton, BoneNames) == 0x000000, "Member 'FIKRigSkeleton::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, ParentIndices) == 0x000010, "Member 'FIKRigSkeleton::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, ExcludedBones) == 0x000020, "Member 'FIKRigSkeleton::ExcludedBones' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, CurrentPoseGlobal) == 0x000030, "Member 'FIKRigSkeleton::CurrentPoseGlobal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, CurrentPoseLocal) == 0x000040, "Member 'FIKRigSkeleton::CurrentPoseLocal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, RefPoseGlobal) == 0x000050, "Member 'FIKRigSkeleton::RefPoseGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimbSolverSettings \ +static_assert(alignof(FLimbSolverSettings) == 0x000004, "Wrong alignment on FLimbSolverSettings"); \ +static_assert(sizeof(FLimbSolverSettings) == 0x000024, "Wrong size on FLimbSolverSettings"); \ +static_assert(offsetof(FLimbSolverSettings, ReachPrecision) == 0x000000, "Member 'FLimbSolverSettings::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, HingeRotationAxis) == 0x000004, "Member 'FLimbSolverSettings::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, MaxIterations) == 0x000008, "Member 'FLimbSolverSettings::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bEnableLimit) == 0x00000C, "Member 'FLimbSolverSettings::bEnableLimit' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, MinRotationAngle) == 0x000010, "Member 'FLimbSolverSettings::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bAveragePull) == 0x000014, "Member 'FLimbSolverSettings::bAveragePull' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, PullDistribution) == 0x000018, "Member 'FLimbSolverSettings::PullDistribution' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, ReachStepAlpha) == 0x00001C, "Member 'FLimbSolverSettings::ReachStepAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bEnableTwistCorrection) == 0x000020, "Member 'FLimbSolverSettings::bEnableTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, EndBoneForwardAxis) == 0x000021, "Member 'FLimbSolverSettings::EndBoneForwardAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimbLink \ +static_assert(alignof(FLimbLink) == 0x000008, "Wrong alignment on FLimbLink"); \ +static_assert(sizeof(FLimbLink) == 0x000068, "Wrong size on FLimbLink"); \ + +#define DUMPER7_ASSERTS_FLimbSolver \ +static_assert(alignof(FLimbSolver) == 0x000008, "Wrong alignment on FLimbSolver"); \ +static_assert(sizeof(FLimbSolver) == 0x000018, "Wrong size on FLimbSolver"); \ + +#define DUMPER7_ASSERTS_URetargetOpBase \ +static_assert(alignof(URetargetOpBase) == 0x000008, "Wrong alignment on URetargetOpBase"); \ +static_assert(sizeof(URetargetOpBase) == 0x000030, "Wrong size on URetargetOpBase"); \ +static_assert(offsetof(URetargetOpBase, bIsEnabled) == 0x000028, "Member 'URetargetOpBase::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveRemapOp \ +static_assert(alignof(UCurveRemapOp) == 0x000008, "Wrong alignment on UCurveRemapOp"); \ +static_assert(sizeof(UCurveRemapOp) == 0x000048, "Wrong size on UCurveRemapOp"); \ +static_assert(offsetof(UCurveRemapOp, CurvesToRemap) == 0x000030, "Member 'UCurveRemapOp::CurvesToRemap' has a wrong offset!"); \ +static_assert(offsetof(UCurveRemapOp, bCopyAllSourceCurves) == 0x000040, "Member 'UCurveRemapOp::bCopyAllSourceCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetargetOpStack \ +static_assert(alignof(URetargetOpStack) == 0x000008, "Wrong alignment on URetargetOpStack"); \ +static_assert(sizeof(URetargetOpStack) == 0x000038, "Wrong size on URetargetOpStack"); \ +static_assert(offsetof(URetargetOpStack, RetargetOps) == 0x000028, "Member 'URetargetOpStack::RetargetOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKGoalCreatorInterface_AddIKGoals \ +static_assert(alignof(IKGoalCreatorInterface_AddIKGoals) == 0x000008, "Wrong alignment on IKGoalCreatorInterface_AddIKGoals"); \ +static_assert(sizeof(IKGoalCreatorInterface_AddIKGoals) == 0x000050, "Wrong size on IKGoalCreatorInterface_AddIKGoals"); \ +static_assert(offsetof(IKGoalCreatorInterface_AddIKGoals, OutGoals) == 0x000000, "Member 'IKGoalCreatorInterface_AddIKGoals::OutGoals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IIKGoalCreatorInterface \ +static_assert(alignof(IIKGoalCreatorInterface) == 0x000001, "Wrong alignment on IIKGoalCreatorInterface"); \ +static_assert(sizeof(IIKGoalCreatorInterface) == 0x000001, "Wrong size on IIKGoalCreatorInterface"); \ + +#define DUMPER7_ASSERTS_UPinBoneOp \ +static_assert(alignof(UPinBoneOp) == 0x000010, "Wrong alignment on UPinBoneOp"); \ +static_assert(sizeof(UPinBoneOp) == 0x000110, "Wrong size on UPinBoneOp"); \ +static_assert(offsetof(UPinBoneOp, BonesToPin) == 0x000030, "Member 'UPinBoneOp::BonesToPin' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, PinTo) == 0x000040, "Member 'UPinBoneOp::PinTo' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, PinType) == 0x000041, "Member 'UPinBoneOp::PinType' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, bMaintainOffset) == 0x000042, "Member 'UPinBoneOp::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, GlobalOffset) == 0x000050, "Member 'UPinBoneOp::GlobalOffset' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, LocalOffset) == 0x0000B0, "Member 'UPinBoneOp::LocalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionGeneratorOp \ +static_assert(alignof(URootMotionGeneratorOp) == 0x000010, "Wrong alignment on URootMotionGeneratorOp"); \ +static_assert(sizeof(URootMotionGeneratorOp) == 0x000250, "Wrong size on URootMotionGeneratorOp"); \ +static_assert(offsetof(URootMotionGeneratorOp, SourceRootBone) == 0x000030, "Member 'URootMotionGeneratorOp::SourceRootBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, TargetRootBone) == 0x000038, "Member 'URootMotionGeneratorOp::TargetRootBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, TargetPelvisBone) == 0x000040, "Member 'URootMotionGeneratorOp::TargetPelvisBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, RootMotionSource) == 0x000048, "Member 'URootMotionGeneratorOp::RootMotionSource' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, RootHeightSource) == 0x000049, "Member 'URootMotionGeneratorOp::RootHeightSource' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bPropagateToNonRetargetedChildren) == 0x00004A, "Member 'URootMotionGeneratorOp::bPropagateToNonRetargetedChildren' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bMaintainOffsetFromPelvis) == 0x00004B, "Member 'URootMotionGeneratorOp::bMaintainOffsetFromPelvis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bRotateWithPelvis) == 0x00004C, "Member 'URootMotionGeneratorOp::bRotateWithPelvis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, GlobalOffset) == 0x000050, "Member 'URootMotionGeneratorOp::GlobalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigComponent_SetIKRigGoal \ +static_assert(alignof(IKRigComponent_SetIKRigGoal) == 0x000010, "Wrong alignment on IKRigComponent_SetIKRigGoal"); \ +static_assert(sizeof(IKRigComponent_SetIKRigGoal) == 0x0000A0, "Wrong size on IKRigComponent_SetIKRigGoal"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoal, Goal) == 0x000000, "Member 'IKRigComponent_SetIKRigGoal::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigComponent_SetIKRigGoalPositionAndRotation \ +static_assert(alignof(IKRigComponent_SetIKRigGoalPositionAndRotation) == 0x000010, "Wrong alignment on IKRigComponent_SetIKRigGoalPositionAndRotation"); \ +static_assert(sizeof(IKRigComponent_SetIKRigGoalPositionAndRotation) == 0x000050, "Wrong size on IKRigComponent_SetIKRigGoalPositionAndRotation"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalPositionAndRotation, GoalName) == 0x000000, "Member 'IKRigComponent_SetIKRigGoalPositionAndRotation::GoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalPositionAndRotation, position) == 0x000008, "Member 'IKRigComponent_SetIKRigGoalPositionAndRotation::position' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalPositionAndRotation, Rotation) == 0x000020, "Member 'IKRigComponent_SetIKRigGoalPositionAndRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalPositionAndRotation, PositionAlpha) == 0x000040, "Member 'IKRigComponent_SetIKRigGoalPositionAndRotation::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalPositionAndRotation, RotationAlpha) == 0x000044, "Member 'IKRigComponent_SetIKRigGoalPositionAndRotation::RotationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigComponent_SetIKRigGoalTransform \ +static_assert(alignof(IKRigComponent_SetIKRigGoalTransform) == 0x000010, "Wrong alignment on IKRigComponent_SetIKRigGoalTransform"); \ +static_assert(sizeof(IKRigComponent_SetIKRigGoalTransform) == 0x000080, "Wrong size on IKRigComponent_SetIKRigGoalTransform"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalTransform, GoalName) == 0x000000, "Member 'IKRigComponent_SetIKRigGoalTransform::GoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalTransform, Transform) == 0x000010, "Member 'IKRigComponent_SetIKRigGoalTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalTransform, PositionAlpha) == 0x000070, "Member 'IKRigComponent_SetIKRigGoalTransform::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(IKRigComponent_SetIKRigGoalTransform, RotationAlpha) == 0x000074, "Member 'IKRigComponent_SetIKRigGoalTransform::RotationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigComponent \ +static_assert(alignof(UIKRigComponent) == 0x000008, "Wrong alignment on UIKRigComponent"); \ +static_assert(sizeof(UIKRigComponent) == 0x0000B8, "Wrong size on UIKRigComponent"); \ + +#define DUMPER7_ASSERTS_URetargetChainSettings \ +static_assert(alignof(URetargetChainSettings) == 0x000008, "Wrong alignment on URetargetChainSettings"); \ +static_assert(sizeof(URetargetChainSettings) == 0x0000E8, "Wrong size on URetargetChainSettings"); \ +static_assert(offsetof(URetargetChainSettings, SourceChain) == 0x000028, "Member 'URetargetChainSettings::SourceChain' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TargetChain) == 0x000030, "Member 'URetargetChainSettings::TargetChain' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, Settings) == 0x000038, "Member 'URetargetChainSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetargetRootSettings \ +static_assert(alignof(URetargetRootSettings) == 0x000008, "Wrong alignment on URetargetRootSettings"); \ +static_assert(sizeof(URetargetRootSettings) == 0x000090, "Wrong size on URetargetRootSettings"); \ +static_assert(offsetof(URetargetRootSettings, Settings) == 0x000028, "Member 'URetargetRootSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetGlobalSettings \ +static_assert(alignof(UIKRetargetGlobalSettings) == 0x000008, "Wrong alignment on UIKRetargetGlobalSettings"); \ +static_assert(sizeof(UIKRetargetGlobalSettings) == 0x000050, "Wrong size on UIKRetargetGlobalSettings"); \ +static_assert(offsetof(UIKRetargetGlobalSettings, Settings) == 0x000028, "Member 'UIKRetargetGlobalSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetChainSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetChainSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetChainSettingsFromRetargetAsset) == 0x0000C8, "Wrong size on IKRetargeter_GetChainSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, TargetChainName) == 0x000008, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, OptionalProfileName) == 0x000010, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, ReturnValue) == 0x000018, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetChainSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetChainSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetChainSettingsFromRetargetProfile) == 0x0001C0, "Wrong size on IKRetargeter_GetChainSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, TargetChainName) == 0x000108, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, ReturnValue) == 0x000110, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainUsingGoalFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetChainUsingGoalFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetChainUsingGoalFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetChainUsingGoalFromRetargetAsset) == 0x0000C0, "Wrong size on IKRetargeter_GetChainUsingGoalFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, IKGoalName) == 0x000008, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::IKGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, ReturnValue) == 0x000010, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetGlobalSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetGlobalSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetGlobalSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetGlobalSettingsFromRetargetAsset) == 0x000038, "Wrong size on IKRetargeter_GetGlobalSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, OptionalProfileName) == 0x000008, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, OutSettings) == 0x000010, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::OutSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetGlobalSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetGlobalSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetGlobalSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetGlobalSettingsFromRetargetProfile) == 0x000130, "Wrong size on IKRetargeter_GetGlobalSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetProfile, ReturnValue) == 0x000108, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetRootSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetRootSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetRootSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetRootSettingsFromRetargetAsset) == 0x000078, "Wrong size on IKRetargeter_GetRootSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, OptionalProfileName) == 0x000008, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, OutSettings) == 0x000010, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::OutSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetRootSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetRootSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetRootSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetRootSettingsFromRetargetProfile) == 0x000170, "Wrong size on IKRetargeter_GetRootSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetRootSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetProfile, ReturnValue) == 0x000108, "Member 'IKRetargeter_GetRootSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainFKSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainFKSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainFKSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainFKSettingsInRetargetProfile) == 0x000130, "Wrong size on IKRetargeter_SetChainFKSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, FKSettings) == 0x000108, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::FKSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, TargetChainName) == 0x000124, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainIKSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainIKSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainIKSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainIKSettingsInRetargetProfile) == 0x000188, "Wrong size on IKRetargeter_SetChainIKSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, IKSettings) == 0x000108, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::IKSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, TargetChainName) == 0x000180, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainSettingsInRetargetProfile) == 0x0001C0, "Wrong size on IKRetargeter_SetChainSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, ChainSettings_0) == 0x000108, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::ChainSettings_0' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, TargetChainName) == 0x0001B8, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile) == 0x000128, "Wrong size on IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, SpeedPlantSettings) == 0x000108, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::SpeedPlantSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, TargetChainName) == 0x000120, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetGlobalSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetGlobalSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetGlobalSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetGlobalSettingsInRetargetProfile) == 0x000130, "Wrong size on IKRetargeter_SetGlobalSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetGlobalSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetGlobalSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetGlobalSettingsInRetargetProfile, GlobalSettings_0) == 0x000108, "Member 'IKRetargeter_SetGlobalSettingsInRetargetProfile::GlobalSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetRootSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetRootSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetRootSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetRootSettingsInRetargetProfile) == 0x000170, "Wrong size on IKRetargeter_SetRootSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetRootSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetRootSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetRootSettingsInRetargetProfile, RootSettings_0) == 0x000108, "Member 'IKRetargeter_SetRootSettingsInRetargetProfile::RootSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_HasSourceIKRig \ +static_assert(alignof(IKRetargeter_HasSourceIKRig) == 0x000001, "Wrong alignment on IKRetargeter_HasSourceIKRig"); \ +static_assert(sizeof(IKRetargeter_HasSourceIKRig) == 0x000001, "Wrong size on IKRetargeter_HasSourceIKRig"); \ +static_assert(offsetof(IKRetargeter_HasSourceIKRig, ReturnValue) == 0x000000, "Member 'IKRetargeter_HasSourceIKRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_HasTargetIKRig \ +static_assert(alignof(IKRetargeter_HasTargetIKRig) == 0x000001, "Wrong alignment on IKRetargeter_HasTargetIKRig"); \ +static_assert(sizeof(IKRetargeter_HasTargetIKRig) == 0x000001, "Wrong size on IKRetargeter_HasTargetIKRig"); \ +static_assert(offsetof(IKRetargeter_HasTargetIKRig, ReturnValue) == 0x000000, "Member 'IKRetargeter_HasTargetIKRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargeter \ +static_assert(alignof(UIKRetargeter) == 0x000008, "Wrong alignment on UIKRetargeter"); \ +static_assert(sizeof(UIKRetargeter) == 0x000218, "Wrong size on UIKRetargeter"); \ +static_assert(offsetof(UIKRetargeter, Version) == 0x000028, "Member 'UIKRetargeter::Version' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, SourceIKRigAsset) == 0x000030, "Member 'UIKRetargeter::SourceIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetIKRigAsset) == 0x000058, "Member 'UIKRetargeter::TargetIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainMapping) == 0x000080, "Member 'UIKRetargeter::ChainMapping' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainSettings) == 0x000090, "Member 'UIKRetargeter::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RootSettings) == 0x0000A0, "Member 'UIKRetargeter::RootSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, GlobalSettings) == 0x0000A8, "Member 'UIKRetargeter::GlobalSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, OpStack) == 0x0000B0, "Member 'UIKRetargeter::OpStack' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, Profiles) == 0x0000B8, "Member 'UIKRetargeter::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentProfile) == 0x000108, "Member 'UIKRetargeter::CurrentProfile' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, SourceRetargetPoses) == 0x000110, "Member 'UIKRetargeter::SourceRetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetRetargetPoses) == 0x000160, "Member 'UIKRetargeter::TargetRetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentSourceRetargetPose) == 0x0001B0, "Member 'UIKRetargeter::CurrentSourceRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentTargetRetargetPose) == 0x0001B8, "Member 'UIKRetargeter::CurrentTargetRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RetargetPoses) == 0x0001C0, "Member 'UIKRetargeter::RetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentRetargetPose) == 0x000210, "Member 'UIKRetargeter::CurrentRetargetPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetProcessor \ +static_assert(alignof(UIKRetargetProcessor) == 0x000010, "Wrong alignment on UIKRetargetProcessor"); \ +static_assert(sizeof(UIKRetargetProcessor) == 0x0003A0, "Wrong size on UIKRetargetProcessor"); \ +static_assert(offsetof(UIKRetargetProcessor, IKRigProcessor) == 0x000188, "Member 'UIKRetargetProcessor::IKRigProcessor' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargetProcessor, OpStack) == 0x000388, "Member 'UIKRetargetProcessor::OpStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigEffectorGoal \ +static_assert(alignof(UIKRigEffectorGoal) == 0x000010, "Wrong alignment on UIKRigEffectorGoal"); \ +static_assert(sizeof(UIKRigEffectorGoal) == 0x000100, "Wrong size on UIKRigEffectorGoal"); \ +static_assert(offsetof(UIKRigEffectorGoal, GoalName) == 0x000028, "Member 'UIKRigEffectorGoal::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UIKRigEffectorGoal, BoneName) == 0x000030, "Member 'UIKRigEffectorGoal::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKRigEffectorGoal, PositionAlpha) == 0x000038, "Member 'UIKRigEffectorGoal::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRigEffectorGoal, RotationAlpha) == 0x00003C, "Member 'UIKRigEffectorGoal::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRigEffectorGoal, CurrentTransform) == 0x000040, "Member 'UIKRigEffectorGoal::CurrentTransform' has a wrong offset!"); \ +static_assert(offsetof(UIKRigEffectorGoal, InitialTransform) == 0x0000A0, "Member 'UIKRigEffectorGoal::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigDefinition \ +static_assert(alignof(UIKRigDefinition) == 0x000008, "Wrong alignment on UIKRigDefinition"); \ +static_assert(sizeof(UIKRigDefinition) == 0x000100, "Wrong size on UIKRigDefinition"); \ +static_assert(offsetof(UIKRigDefinition, PreviewSkeletalMesh) == 0x000030, "Member 'UIKRigDefinition::PreviewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Skeleton) == 0x000058, "Member 'UIKRigDefinition::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Goals) == 0x0000C8, "Member 'UIKRigDefinition::Goals' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Solvers) == 0x0000D8, "Member 'UIKRigDefinition::Solvers' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, RetargetDefinition) == 0x0000E8, "Member 'UIKRigDefinition::RetargetDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigProcessor \ +static_assert(alignof(UIKRigProcessor) == 0x000008, "Wrong alignment on UIKRigProcessor"); \ +static_assert(sizeof(UIKRigProcessor) == 0x000148, "Wrong size on UIKRigProcessor"); \ +static_assert(offsetof(UIKRigProcessor, Solvers) == 0x000060, "Member 'UIKRigProcessor::Solvers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigSolver \ +static_assert(alignof(UIKRigSolver) == 0x000008, "Wrong alignment on UIKRigSolver"); \ +static_assert(sizeof(UIKRigSolver) == 0x000030, "Wrong size on UIKRigSolver"); \ +static_assert(offsetof(UIKRigSolver, bIsEnabled) == 0x000028, "Member 'UIKRigSolver::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_BodyMoverEffector \ +static_assert(alignof(UIKRig_BodyMoverEffector) == 0x000008, "Wrong alignment on UIKRig_BodyMoverEffector"); \ +static_assert(sizeof(UIKRig_BodyMoverEffector) == 0x000040, "Wrong size on UIKRig_BodyMoverEffector"); \ +static_assert(offsetof(UIKRig_BodyMoverEffector, GoalName) == 0x000028, "Member 'UIKRig_BodyMoverEffector::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMoverEffector, BoneName) == 0x000030, "Member 'UIKRig_BodyMoverEffector::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMoverEffector, InfluenceMultiplier) == 0x000038, "Member 'UIKRig_BodyMoverEffector::InfluenceMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_BodyMover \ +static_assert(alignof(UIKRig_BodyMover) == 0x000008, "Wrong alignment on UIKRig_BodyMover"); \ +static_assert(sizeof(UIKRig_BodyMover) == 0x000080, "Wrong size on UIKRig_BodyMover"); \ +static_assert(offsetof(UIKRig_BodyMover, RootBone) == 0x000030, "Member 'UIKRig_BodyMover::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionAlpha) == 0x000038, "Member 'UIKRig_BodyMover::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveX) == 0x00003C, "Member 'UIKRig_BodyMover::PositionPositiveX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeX) == 0x000040, "Member 'UIKRig_BodyMover::PositionNegativeX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveY) == 0x000044, "Member 'UIKRig_BodyMover::PositionPositiveY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeY) == 0x000048, "Member 'UIKRig_BodyMover::PositionNegativeY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveZ) == 0x00004C, "Member 'UIKRig_BodyMover::PositionPositiveZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeZ) == 0x000050, "Member 'UIKRig_BodyMover::PositionNegativeZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotationAlpha) == 0x000054, "Member 'UIKRig_BodyMover::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateXAlpha) == 0x000058, "Member 'UIKRig_BodyMover::RotateXAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateYAlpha) == 0x00005C, "Member 'UIKRig_BodyMover::RotateYAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateZAlpha) == 0x000060, "Member 'UIKRig_BodyMover::RotateZAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, Effectors) == 0x000068, "Member 'UIKRig_BodyMover::Effectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_LimbEffector \ +static_assert(alignof(UIKRig_LimbEffector) == 0x000008, "Wrong alignment on UIKRig_LimbEffector"); \ +static_assert(sizeof(UIKRig_LimbEffector) == 0x000038, "Wrong size on UIKRig_LimbEffector"); \ +static_assert(offsetof(UIKRig_LimbEffector, GoalName) == 0x000028, "Member 'UIKRig_LimbEffector::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbEffector, BoneName) == 0x000030, "Member 'UIKRig_LimbEffector::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_LimbSolver \ +static_assert(alignof(UIKRig_LimbSolver) == 0x000008, "Wrong alignment on UIKRig_LimbSolver"); \ +static_assert(sizeof(UIKRig_LimbSolver) == 0x000090, "Wrong size on UIKRig_LimbSolver"); \ +static_assert(offsetof(UIKRig_LimbSolver, RootName) == 0x000030, "Member 'UIKRig_LimbSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachPrecision) == 0x000038, "Member 'UIKRig_LimbSolver::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, HingeRotationAxis) == 0x00003C, "Member 'UIKRig_LimbSolver::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MaxIterations) == 0x000040, "Member 'UIKRig_LimbSolver::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableLimit) == 0x000044, "Member 'UIKRig_LimbSolver::bEnableLimit' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MinRotationAngle) == 0x000048, "Member 'UIKRig_LimbSolver::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bAveragePull) == 0x00004C, "Member 'UIKRig_LimbSolver::bAveragePull' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, PullDistribution) == 0x000050, "Member 'UIKRig_LimbSolver::PullDistribution' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachStepAlpha) == 0x000054, "Member 'UIKRig_LimbSolver::ReachStepAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableTwistCorrection) == 0x000058, "Member 'UIKRig_LimbSolver::bEnableTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, EndBoneForwardAxis) == 0x000059, "Member 'UIKRig_LimbSolver::EndBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, Effector) == 0x000060, "Member 'UIKRig_LimbSolver::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_FBIKEffector \ +static_assert(alignof(UIKRig_FBIKEffector) == 0x000008, "Wrong alignment on UIKRig_FBIKEffector"); \ +static_assert(sizeof(UIKRig_FBIKEffector) == 0x000050, "Wrong size on UIKRig_FBIKEffector"); \ +static_assert(offsetof(UIKRig_FBIKEffector, GoalName) == 0x000028, "Member 'UIKRig_FBIKEffector::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, BoneName) == 0x000030, "Member 'UIKRig_FBIKEffector::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, ChainDepth) == 0x000038, "Member 'UIKRig_FBIKEffector::ChainDepth' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, StrengthAlpha) == 0x00003C, "Member 'UIKRig_FBIKEffector::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PullChainAlpha) == 0x000040, "Member 'UIKRig_FBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PinRotation) == 0x000044, "Member 'UIKRig_FBIKEffector::PinRotation' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, IndexInSolver) == 0x000048, "Member 'UIKRig_FBIKEffector::IndexInSolver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_FBIKBoneSettings \ +static_assert(alignof(UIKRig_FBIKBoneSettings) == 0x000008, "Wrong alignment on UIKRig_FBIKBoneSettings"); \ +static_assert(sizeof(UIKRig_FBIKBoneSettings) == 0x000078, "Wrong size on UIKRig_FBIKBoneSettings"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, bone) == 0x000028, "Member 'UIKRig_FBIKBoneSettings::bone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, RotationStiffness) == 0x000030, "Member 'UIKRig_FBIKBoneSettings::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, PositionStiffness) == 0x000034, "Member 'UIKRig_FBIKBoneSettings::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, X) == 0x000038, "Member 'UIKRig_FBIKBoneSettings::X' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinX) == 0x00003C, "Member 'UIKRig_FBIKBoneSettings::MinX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxX) == 0x000040, "Member 'UIKRig_FBIKBoneSettings::MaxX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, Y) == 0x000044, "Member 'UIKRig_FBIKBoneSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinY) == 0x000048, "Member 'UIKRig_FBIKBoneSettings::MinY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxY) == 0x00004C, "Member 'UIKRig_FBIKBoneSettings::MaxY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, Z) == 0x000050, "Member 'UIKRig_FBIKBoneSettings::Z' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinZ) == 0x000054, "Member 'UIKRig_FBIKBoneSettings::MinZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxZ) == 0x000058, "Member 'UIKRig_FBIKBoneSettings::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, bUsePreferredAngles) == 0x00005C, "Member 'UIKRig_FBIKBoneSettings::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, PreferredAngles) == 0x000060, "Member 'UIKRig_FBIKBoneSettings::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigFBIKSolver \ +static_assert(alignof(UIKRigFBIKSolver) == 0x000008, "Wrong alignment on UIKRigFBIKSolver"); \ +static_assert(sizeof(UIKRigFBIKSolver) == 0x0000F0, "Wrong size on UIKRigFBIKSolver"); \ +static_assert(offsetof(UIKRigFBIKSolver, RootBone) == 0x000030, "Member 'UIKRigFBIKSolver::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, Iterations) == 0x000038, "Member 'UIKRigFBIKSolver::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, SubIterations) == 0x00003C, "Member 'UIKRigFBIKSolver::SubIterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, MassMultiplier) == 0x000040, "Member 'UIKRigFBIKSolver::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, bAllowStretch) == 0x000044, "Member 'UIKRigFBIKSolver::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, RootBehavior) == 0x000045, "Member 'UIKRigFBIKSolver::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, PrePullRootSettings) == 0x000048, "Member 'UIKRigFBIKSolver::PrePullRootSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, PullChainAlpha) == 0x000068, "Member 'UIKRigFBIKSolver::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, MaxAngle) == 0x00006C, "Member 'UIKRigFBIKSolver::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, OverRelaxation) == 0x000070, "Member 'UIKRigFBIKSolver::OverRelaxation' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, bStartSolveFromInputPose) == 0x000074, "Member 'UIKRigFBIKSolver::bStartSolveFromInputPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, Effectors) == 0x000078, "Member 'UIKRigFBIKSolver::Effectors' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, BoneSettings) == 0x000088, "Member 'UIKRigFBIKSolver::BoneSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_PoleSolverEffector \ +static_assert(alignof(UIKRig_PoleSolverEffector) == 0x000008, "Wrong alignment on UIKRig_PoleSolverEffector"); \ +static_assert(sizeof(UIKRig_PoleSolverEffector) == 0x000040, "Wrong size on UIKRig_PoleSolverEffector"); \ +static_assert(offsetof(UIKRig_PoleSolverEffector, GoalName) == 0x000028, "Member 'UIKRig_PoleSolverEffector::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolverEffector, BoneName) == 0x000030, "Member 'UIKRig_PoleSolverEffector::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolverEffector, Alpha) == 0x000038, "Member 'UIKRig_PoleSolverEffector::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_PoleSolver \ +static_assert(alignof(UIKRig_PoleSolver) == 0x000008, "Wrong alignment on UIKRig_PoleSolver"); \ +static_assert(sizeof(UIKRig_PoleSolver) == 0x000068, "Wrong size on UIKRig_PoleSolver"); \ +static_assert(offsetof(UIKRig_PoleSolver, RootName) == 0x000030, "Member 'UIKRig_PoleSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, EndName) == 0x000038, "Member 'UIKRig_PoleSolver::EndName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, Effector) == 0x000040, "Member 'UIKRig_PoleSolver::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_SetTransformEffector \ +static_assert(alignof(UIKRig_SetTransformEffector) == 0x000008, "Wrong alignment on UIKRig_SetTransformEffector"); \ +static_assert(sizeof(UIKRig_SetTransformEffector) == 0x000030, "Wrong size on UIKRig_SetTransformEffector"); \ +static_assert(offsetof(UIKRig_SetTransformEffector, bEnablePosition) == 0x000028, "Member 'UIKRig_SetTransformEffector::bEnablePosition' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransformEffector, bEnableRotation) == 0x000029, "Member 'UIKRig_SetTransformEffector::bEnableRotation' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransformEffector, Alpha) == 0x00002C, "Member 'UIKRig_SetTransformEffector::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_SetTransform \ +static_assert(alignof(UIKRig_SetTransform) == 0x000008, "Wrong alignment on UIKRig_SetTransform"); \ +static_assert(sizeof(UIKRig_SetTransform) == 0x000050, "Wrong size on UIKRig_SetTransform"); \ +static_assert(offsetof(UIKRig_SetTransform, Goal) == 0x000030, "Member 'UIKRig_SetTransform::Goal' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, RootBone) == 0x000038, "Member 'UIKRig_SetTransform::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, Effector) == 0x000040, "Member 'UIKRig_SetTransform::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced \ +static_assert(alignof(BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced) == 0x000010, "Wrong size on BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced, Active) == 0x000008, "Member 'BP_SkillDataComponent_Base_C_IsOverchargeActiveFeedbackForced::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_ModifySkillButton \ +static_assert(alignof(BP_SkillDataComponent_Base_C_ModifySkillButton) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_ModifySkillButton"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_ModifySkillButton) == 0x000008, "Wrong size on BP_SkillDataComponent_Base_C_ModifySkillButton"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_ModifySkillButton, SkillButtonWidget) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_ModifySkillButton::SkillButtonWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_ModifySkillTooltip \ +static_assert(alignof(BP_SkillDataComponent_Base_C_ModifySkillTooltip) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_ModifySkillTooltip"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_ModifySkillTooltip) == 0x000008, "Wrong size on BP_SkillDataComponent_Base_C_ModifySkillTooltip"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_ModifySkillTooltip, SkillTooltipWidget) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_ModifySkillTooltip::SkillTooltipWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_OnBattleStart \ +static_assert(alignof(BP_SkillDataComponent_Base_C_OnBattleStart) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_OnBattleStart"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_OnBattleStart) == 0x000008, "Wrong size on BP_SkillDataComponent_Base_C_OnBattleStart"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_OnBattleStart, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_OnBattleStart::CharacterStat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_GetAPCostOverride \ +static_assert(alignof(BP_SkillDataComponent_Base_C_GetAPCostOverride) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_GetAPCostOverride"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_GetAPCostOverride) == 0x000010, "Wrong size on BP_SkillDataComponent_Base_C_GetAPCostOverride"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_GetAPCostOverride, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_GetAPCostOverride::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_GetAPCostOverride, Offset) == 0x000008, "Member 'BP_SkillDataComponent_Base_C_GetAPCostOverride::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_GetElementalTypeOverride \ +static_assert(alignof(BP_SkillDataComponent_Base_C_GetElementalTypeOverride) == 0x000001, "Wrong alignment on BP_SkillDataComponent_Base_C_GetElementalTypeOverride"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_GetElementalTypeOverride) == 0x000001, "Wrong size on BP_SkillDataComponent_Base_C_GetElementalTypeOverride"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_GetElementalTypeOverride, ReturnValue) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_GetElementalTypeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_GetScriptClass \ +static_assert(alignof(BP_SkillDataComponent_Base_C_GetScriptClass) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_GetScriptClass"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_GetScriptClass) == 0x000008, "Wrong size on BP_SkillDataComponent_Base_C_GetScriptClass"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_GetScriptClass, ScriptClass_0) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_GetScriptClass::ScriptClass_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_RegisterSkillChecks \ +static_assert(alignof(BP_SkillDataComponent_Base_C_RegisterSkillChecks) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_RegisterSkillChecks"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_RegisterSkillChecks) == 0x000008, "Wrong size on BP_SkillDataComponent_Base_C_RegisterSkillChecks"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_RegisterSkillChecks, CharacterStats) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_RegisterSkillChecks::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_Base_C_IsOverchargeActive \ +static_assert(alignof(BP_SkillDataComponent_Base_C_IsOverchargeActive) == 0x000008, "Wrong alignment on BP_SkillDataComponent_Base_C_IsOverchargeActive"); \ +static_assert(sizeof(BP_SkillDataComponent_Base_C_IsOverchargeActive) == 0x000010, "Wrong size on BP_SkillDataComponent_Base_C_IsOverchargeActive"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_IsOverchargeActive, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_Base_C_IsOverchargeActive::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_Base_C_IsOverchargeActive, Active) == 0x000008, "Member 'BP_SkillDataComponent_Base_C_IsOverchargeActive::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_Base_C \ +static_assert(alignof(UBP_SkillDataComponent_Base_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_Base_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_Base_C) == 0x000030, "Wrong size on UBP_SkillDataComponent_Base_C"); \ +static_assert(offsetof(UBP_SkillDataComponent_Base_C, ScriptClass) == 0x000028, "Member 'UBP_SkillDataComponent_Base_C::ScriptClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ +static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ +static_assert(sizeof(FTemplateSectionPropertyScale) == 0x000138, "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) == 0x000024, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000028, "Member 'FTemplateSectionPropertyScale::FloatChannel' 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_UTemplateSequence \ +static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ +static_assert(sizeof(UTemplateSequence) == 0x0000E8, "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, BoundActorComponents) == 0x000098, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequence \ +static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ +static_assert(sizeof(UCameraAnimationSequence) == 0x0000E8, "Wrong size on UCameraAnimationSequence"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceCameraStandIn \ +static_assert(alignof(UCameraAnimationSequenceCameraStandIn) == 0x000010, "Wrong alignment on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(sizeof(UCameraAnimationSequenceCameraStandIn) == 0x000840, "Wrong size on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FieldOfView) == 0x000028, "Member 'UCameraAnimationSequenceCameraStandIn::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, AspectRatio) == 0x000030, "Member 'UCameraAnimationSequenceCameraStandIn::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, PostProcessSettings) == 0x000040, "Member 'UCameraAnimationSequenceCameraStandIn::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, PostProcessBlendWeight) == 0x000730, "Member 'UCameraAnimationSequenceCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, Filmback) == 0x000734, "Member 'UCameraAnimationSequenceCameraStandIn::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, LensSettings) == 0x000740, "Member 'UCameraAnimationSequenceCameraStandIn::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FocusSettings) == 0x000760, "Member 'UCameraAnimationSequenceCameraStandIn::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocalLength) == 0x0007C0, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentAperture) == 0x0007C4, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocusDistance) == 0x0007C8, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequencePlayer \ +static_assert(alignof(UCameraAnimationSequencePlayer) == 0x000008, "Wrong alignment on UCameraAnimationSequencePlayer"); \ +static_assert(sizeof(UCameraAnimationSequencePlayer) == 0x000328, "Wrong size on UCameraAnimationSequencePlayer"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, BoundObjectOverride) == 0x000288, "Member 'UCameraAnimationSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, Sequence) == 0x000290, "Member 'UCameraAnimationSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, RootTemplateInstance) == 0x000298, "Member 'UCameraAnimationSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSpawnableSystem \ +static_assert(alignof(UCameraAnimationSpawnableSystem) == 0x000008, "Wrong alignment on UCameraAnimationSpawnableSystem"); \ +static_assert(sizeof(UCameraAnimationSpawnableSystem) == 0x000040, "Wrong size on UCameraAnimationSpawnableSystem"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationBoundObjectInstantiator \ +static_assert(alignof(UCameraAnimationBoundObjectInstantiator) == 0x000008, "Wrong alignment on UCameraAnimationBoundObjectInstantiator"); \ +static_assert(sizeof(UCameraAnimationBoundObjectInstantiator) == 0x000040, "Wrong size on UCameraAnimationBoundObjectInstantiator"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationEntitySystemLinker \ +static_assert(alignof(UCameraAnimationEntitySystemLinker) == 0x000008, "Wrong alignment on UCameraAnimationEntitySystemLinker"); \ +static_assert(sizeof(UCameraAnimationEntitySystemLinker) == 0x000750, "Wrong size on UCameraAnimationEntitySystemLinker"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceSubsystem \ +static_assert(alignof(UCameraAnimationSequenceSubsystem) == 0x000008, "Wrong alignment on UCameraAnimationSequenceSubsystem"); \ +static_assert(sizeof(UCameraAnimationSequenceSubsystem) == 0x000048, "Wrong size on UCameraAnimationSequenceSubsystem"); \ +static_assert(offsetof(UCameraAnimationSequenceSubsystem, linker) == 0x000030, "Member 'UCameraAnimationSequenceSubsystem::linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSection \ +static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ +static_assert(sizeof(UTemplateSequenceSection) == 0x000148, "Wrong size on UTemplateSequenceSection"); \ +static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000138, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakePattern \ +static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ +static_assert(sizeof(USequenceCameraShakePattern) == 0x000078, "Wrong size on USequenceCameraShakePattern"); \ +static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000028, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000030, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x000034, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000038, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x00003C, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000040, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x000044, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000048, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000050, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSystem \ +static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ +static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B0, "Wrong size on UTemplateSequenceSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000090, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ + +#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) == 0x0002F8, "Wrong size on ATemplateSequenceActor"); \ +static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000298, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x0002C0, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x0002C8, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x0002E8, "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) == 0x000048, "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) == 0x000038, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000040, "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) == 0x000468, "Wrong size on UTemplateSequencePlayer"); \ + +#define DUMPER7_ASSERTS_SequenceCameraShakeTestUtil_GetCameraCachePOV \ +static_assert(alignof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x000010, "Wrong alignment on SequenceCameraShakeTestUtil_GetCameraCachePOV"); \ +static_assert(sizeof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x000810, "Wrong size on SequenceCameraShakeTestUtil_GetCameraCachePOV"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetCameraCachePOV, PlayerController) == 0x000000, "Member 'SequenceCameraShakeTestUtil_GetCameraCachePOV::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetCameraCachePOV, ReturnValue) == 0x000010, "Member 'SequenceCameraShakeTestUtil_GetCameraCachePOV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV \ +static_assert(alignof(SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV) == 0x000010, "Wrong alignment on SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV"); \ +static_assert(sizeof(SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV) == 0x000810, "Wrong size on SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV, PlayerController) == 0x000000, "Member 'SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV, ReturnValue) == 0x000010, "Member 'SequenceCameraShakeTestUtil_GetLastFrameCameraCachePOV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceCameraShakeTestUtil_GetPostProcessBlendCache \ +static_assert(alignof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache) == 0x000010, "Wrong alignment on SequenceCameraShakeTestUtil_GetPostProcessBlendCache"); \ +static_assert(sizeof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache) == 0x000710, "Wrong size on SequenceCameraShakeTestUtil_GetPostProcessBlendCache"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, PlayerController) == 0x000000, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, PPIndex) == 0x000008, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::PPIndex' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, OutPPSettings) == 0x000010, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::OutPPSettings' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, OutPPBlendWeight) == 0x000700, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::OutPPBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, ReturnValue) == 0x000704, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeTestUtil \ +static_assert(alignof(USequenceCameraShakeTestUtil) == 0x000008, "Wrong alignment on USequenceCameraShakeTestUtil"); \ +static_assert(sizeof(USequenceCameraShakeTestUtil) == 0x000028, "Wrong size on USequenceCameraShakeTestUtil"); \ + +#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_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_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_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_FCameraAnimationParams \ +static_assert(alignof(FCameraAnimationParams) == 0x000008, "Wrong alignment on FCameraAnimationParams"); \ +static_assert(sizeof(FCameraAnimationParams) == 0x000048, "Wrong size on FCameraAnimationParams"); \ +static_assert(offsetof(FCameraAnimationParams, PlayRate) == 0x000000, "Member 'FCameraAnimationParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, Scale) == 0x000004, "Member 'FCameraAnimationParams::Scale' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseInType) == 0x000008, "Member 'FCameraAnimationParams::EaseInType' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseInDuration) == 0x00000C, "Member 'FCameraAnimationParams::EaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseOutType) == 0x000010, "Member 'FCameraAnimationParams::EaseOutType' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseOutDuration) == 0x000014, "Member 'FCameraAnimationParams::EaseOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, bLoop) == 0x000018, "Member 'FCameraAnimationParams::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, StartOffset) == 0x00001C, "Member 'FCameraAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, bRandomStartTime) == 0x000020, "Member 'FCameraAnimationParams::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, DurationOverride) == 0x000024, "Member 'FCameraAnimationParams::DurationOverride' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, PlaySpace) == 0x000028, "Member 'FCameraAnimationParams::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, UserPlaySpaceRot) == 0x000030, "Member 'FCameraAnimationParams::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAnimationHandle \ +static_assert(alignof(FCameraAnimationHandle) == 0x000002, "Wrong alignment on FCameraAnimationHandle"); \ +static_assert(sizeof(FCameraAnimationHandle) == 0x000004, "Wrong size on FCameraAnimationHandle"); \ + +#define DUMPER7_ASSERTS_FActiveCameraAnimationInfo \ +static_assert(alignof(FActiveCameraAnimationInfo) == 0x000008, "Wrong alignment on FActiveCameraAnimationInfo"); \ +static_assert(sizeof(FActiveCameraAnimationInfo) == 0x000078, "Wrong size on FActiveCameraAnimationInfo"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Sequence) == 0x000000, "Member 'FActiveCameraAnimationInfo::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Params) == 0x000008, "Member 'FActiveCameraAnimationInfo::Params' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Handle) == 0x000050, "Member 'FActiveCameraAnimationInfo::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Player) == 0x000058, "Member 'FActiveCameraAnimationInfo::Player' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, CameraStandIn) == 0x000060, "Member 'FActiveCameraAnimationInfo::CameraStandIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseInCurrentTime) == 0x000068, "Member 'FActiveCameraAnimationInfo::EaseInCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseOutCurrentTime) == 0x00006C, "Member 'FActiveCameraAnimationInfo::EaseOutCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingIn) == 0x000070, "Member 'FActiveCameraAnimationInfo::bIsEasingIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingOut) == 0x000071, "Member 'FActiveCameraAnimationInfo::bIsEasingOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraModeTransition \ +static_assert(alignof(FCameraModeTransition) == 0x000008, "Wrong alignment on FCameraModeTransition"); \ +static_assert(sizeof(FCameraModeTransition) == 0x000018, "Wrong size on FCameraModeTransition"); \ +static_assert(offsetof(FCameraModeTransition, Conditions) == 0x000000, "Member 'FCameraModeTransition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCameraModeTransition, Blend) == 0x000010, "Member 'FCameraModeTransition::Blend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraPose \ +static_assert(alignof(FCameraPose) == 0x000008, "Wrong alignment on FCameraPose"); \ +static_assert(sizeof(FCameraPose) == 0x000070, "Wrong size on FCameraPose"); \ +static_assert(offsetof(FCameraPose, Location) == 0x000000, "Member 'FCameraPose::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, Rotation) == 0x000018, "Member 'FCameraPose::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, TargetDistance) == 0x000030, "Member 'FCameraPose::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FieldOfView) == 0x000038, "Member 'FCameraPose::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, AspectRatio) == 0x00003C, "Member 'FCameraPose::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FocalLength) == 0x000040, "Member 'FCameraPose::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, Aperture) == 0x000044, "Member 'FCameraPose::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FocusDistance) == 0x000048, "Member 'FCameraPose::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorWidth) == 0x00004C, "Member 'FCameraPose::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorHeight) == 0x000050, "Member 'FCameraPose::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SqueezeFactor) == 0x000054, "Member 'FCameraPose::SqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, NearClippingPlane) == 0x000058, "Member 'FCameraPose::NearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FarClippingPlane) == 0x00005C, "Member 'FCameraPose::FarClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, bConstrainAspectRatio) == 0x000060, "Member 'FCameraPose::bConstrainAspectRatio' 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_UCameraInstantiableObject \ +static_assert(alignof(UCameraInstantiableObject) == 0x000008, "Wrong alignment on UCameraInstantiableObject"); \ +static_assert(sizeof(UCameraInstantiableObject) == 0x000028, "Wrong size on UCameraInstantiableObject"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_StartLegacyCameraShake \ +static_assert(alignof(LegacyCameraShake_StartLegacyCameraShake) == 0x000008, "Wrong alignment on LegacyCameraShake_StartLegacyCameraShake"); \ +static_assert(sizeof(LegacyCameraShake_StartLegacyCameraShake) == 0x000038, "Wrong size on LegacyCameraShake_StartLegacyCameraShake"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, PlayerCameraManager) == 0x000000, "Member 'LegacyCameraShake_StartLegacyCameraShake::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, ShakeClass) == 0x000008, "Member 'LegacyCameraShake_StartLegacyCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, Scale) == 0x000010, "Member 'LegacyCameraShake_StartLegacyCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, PlaySpace) == 0x000014, "Member 'LegacyCameraShake_StartLegacyCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'LegacyCameraShake_StartLegacyCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, ReturnValue) == 0x000030, "Member 'LegacyCameraShake_StartLegacyCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_StartLegacyCameraShakeFromSource \ +static_assert(alignof(LegacyCameraShake_StartLegacyCameraShakeFromSource) == 0x000008, "Wrong alignment on LegacyCameraShake_StartLegacyCameraShakeFromSource"); \ +static_assert(sizeof(LegacyCameraShake_StartLegacyCameraShakeFromSource) == 0x000040, "Wrong size on LegacyCameraShake_StartLegacyCameraShakeFromSource"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, Scale) == 0x000018, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, ReturnValue) == 0x000038, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_BlueprintUpdateCameraShake \ +static_assert(alignof(LegacyCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on LegacyCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(sizeof(LegacyCameraShake_BlueprintUpdateCameraShake) == 0x001010, "Wrong size on LegacyCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, Alpha) == 0x000004, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::Alpha' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x000810, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceivePlayShake \ +static_assert(alignof(LegacyCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on LegacyCameraShake_ReceivePlayShake"); \ +static_assert(sizeof(LegacyCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on LegacyCameraShake_ReceivePlayShake"); \ +static_assert(offsetof(LegacyCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'LegacyCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceiveStopShake \ +static_assert(alignof(LegacyCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on LegacyCameraShake_ReceiveStopShake"); \ +static_assert(sizeof(LegacyCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on LegacyCameraShake_ReceiveStopShake"); \ +static_assert(offsetof(LegacyCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'LegacyCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceiveIsFinished \ +static_assert(alignof(LegacyCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on LegacyCameraShake_ReceiveIsFinished"); \ +static_assert(sizeof(LegacyCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on LegacyCameraShake_ReceiveIsFinished"); \ +static_assert(offsetof(LegacyCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'LegacyCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShake \ +static_assert(alignof(ULegacyCameraShake) == 0x000010, "Wrong alignment on ULegacyCameraShake"); \ +static_assert(sizeof(ULegacyCameraShake) == 0x0001F0, "Wrong size on ULegacyCameraShake"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationDuration) == 0x0000D8, "Member 'ULegacyCameraShake::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationBlendInTime) == 0x0000DC, "Member 'ULegacyCameraShake::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationBlendOutTime) == 0x0000E0, "Member 'ULegacyCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, RotOscillation) == 0x0000E4, "Member 'ULegacyCameraShake::RotOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, LocOscillation) == 0x000108, "Member 'ULegacyCameraShake::LocOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, FOVOscillation) == 0x00012C, "Member 'ULegacyCameraShake::FOVOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimPlayRate) == 0x000138, "Member 'ULegacyCameraShake::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimScale) == 0x00013C, "Member 'ULegacyCameraShake::AnimScale' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimBlendInTime) == 0x000140, "Member 'ULegacyCameraShake::AnimBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimBlendOutTime) == 0x000144, "Member 'ULegacyCameraShake::AnimBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, RandomAnimSegmentDuration) == 0x000148, "Member 'ULegacyCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimSequence) == 0x000150, "Member 'ULegacyCameraShake::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillatorTimeRemaining) == 0x00015C, "Member 'ULegacyCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, SequenceShakePattern) == 0x0001D8, "Member 'ULegacyCameraShake::SequenceShakePattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShakePattern \ +static_assert(alignof(ULegacyCameraShakePattern) == 0x000008, "Wrong alignment on ULegacyCameraShakePattern"); \ +static_assert(sizeof(ULegacyCameraShakePattern) == 0x000028, "Wrong size on ULegacyCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake \ +static_assert(alignof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake) == 0x000008, "Wrong alignment on LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake"); \ +static_assert(sizeof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake) == 0x000010, "Wrong size on LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake"); \ +static_assert(offsetof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake, CameraShake) == 0x000000, "Member 'LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake, ReturnValue) == 0x000008, "Member 'LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShakeFunctionLibrary \ +static_assert(alignof(ULegacyCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on ULegacyCameraShakeFunctionLibrary"); \ +static_assert(sizeof(ULegacyCameraShakeFunctionLibrary) == 0x000028, "Wrong size on ULegacyCameraShakeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_GetCameraAnimationCameraModifier \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifier"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier) == 0x000018, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifier"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, WorldContextObject) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, PlayerIndex) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, ReturnValue) == 0x000010, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID) == 0x000018, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, WorldContextObject) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, ControllerId) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, ReturnValue) == 0x000010, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController) == 0x000010, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController, PlayerController) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController, ReturnValue) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_PlayCameraAnimation \ +static_assert(alignof(CameraAnimationCameraModifier_PlayCameraAnimation) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_PlayCameraAnimation"); \ +static_assert(sizeof(CameraAnimationCameraModifier_PlayCameraAnimation) == 0x000058, "Wrong size on CameraAnimationCameraModifier_PlayCameraAnimation"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, Sequence) == 0x000000, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::Sequence' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, Params_0) == 0x000008, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::Params_0' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, ReturnValue) == 0x000050, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopAllCameraAnimations \ +static_assert(alignof(CameraAnimationCameraModifier_StopAllCameraAnimations) == 0x000001, "Wrong alignment on CameraAnimationCameraModifier_StopAllCameraAnimations"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopAllCameraAnimations) == 0x000001, "Wrong size on CameraAnimationCameraModifier_StopAllCameraAnimations"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimations, bImmediate) == 0x000000, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimations::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopAllCameraAnimationsOf \ +static_assert(alignof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_StopAllCameraAnimationsOf"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf) == 0x000010, "Wrong size on CameraAnimationCameraModifier_StopAllCameraAnimationsOf"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf, Sequence) == 0x000000, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimationsOf::Sequence' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf, bImmediate) == 0x000008, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimationsOf::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopCameraAnimation \ +static_assert(alignof(CameraAnimationCameraModifier_StopCameraAnimation) == 0x000002, "Wrong alignment on CameraAnimationCameraModifier_StopCameraAnimation"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopCameraAnimation) == 0x000006, "Wrong size on CameraAnimationCameraModifier_StopCameraAnimation"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopCameraAnimation, Handle) == 0x000000, "Member 'CameraAnimationCameraModifier_StopCameraAnimation::Handle' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopCameraAnimation, bImmediate) == 0x000004, "Member 'CameraAnimationCameraModifier_StopCameraAnimation::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_IsCameraAnimationActive \ +static_assert(alignof(CameraAnimationCameraModifier_IsCameraAnimationActive) == 0x000002, "Wrong alignment on CameraAnimationCameraModifier_IsCameraAnimationActive"); \ +static_assert(sizeof(CameraAnimationCameraModifier_IsCameraAnimationActive) == 0x000006, "Wrong size on CameraAnimationCameraModifier_IsCameraAnimationActive"); \ +static_assert(offsetof(CameraAnimationCameraModifier_IsCameraAnimationActive, Handle) == 0x000000, "Member 'CameraAnimationCameraModifier_IsCameraAnimationActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_IsCameraAnimationActive, ReturnValue) == 0x000004, "Member 'CameraAnimationCameraModifier_IsCameraAnimationActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationCameraModifier \ +static_assert(alignof(UCameraAnimationCameraModifier) == 0x000008, "Wrong alignment on UCameraAnimationCameraModifier"); \ +static_assert(sizeof(UCameraAnimationCameraModifier) == 0x000060, "Wrong size on UCameraAnimationCameraModifier"); \ +static_assert(offsetof(UCameraAnimationCameraModifier, ActiveAnimations) == 0x000048, "Member 'UCameraAnimationCameraModifier::ActiveAnimations' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationCameraModifier, NextInstanceSerialNumber) == 0x000058, "Member 'UCameraAnimationCameraModifier::NextInstanceSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier \ +static_assert(alignof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier) == 0x000008, "Wrong alignment on GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier"); \ +static_assert(sizeof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier) == 0x000010, "Wrong size on GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier, PlayerCameraManager) == 0x000000, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier, ReturnValue) == 0x000008, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraAnimationCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace \ +static_assert(alignof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace) == 0x000001, "Wrong alignment on GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace"); \ +static_assert(sizeof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace) == 0x000002, "Wrong size on GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace, CameraShakePlaySpace) == 0x000000, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace::CameraShakePlaySpace' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace, ReturnValue) == 0x000001, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraAnimationPlaySpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace \ +static_assert(alignof(GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace) == 0x000001, "Wrong alignment on GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace"); \ +static_assert(sizeof(GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace) == 0x000002, "Wrong size on GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace, CameraAnimationPlaySpace) == 0x000000, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace::CameraAnimationPlaySpace' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace, ReturnValue) == 0x000001, "Member 'GameplayCamerasFunctionLibrary_Conv_CameraShakePlaySpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCamerasFunctionLibrary \ +static_assert(alignof(UGameplayCamerasFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayCamerasFunctionLibrary"); \ +static_assert(sizeof(UGameplayCamerasFunctionLibrary) == 0x000028, "Wrong size on UGameplayCamerasFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UCameraNode \ +static_assert(alignof(UCameraNode) == 0x000008, "Wrong alignment on UCameraNode"); \ +static_assert(sizeof(UCameraNode) == 0x000030, "Wrong size on UCameraNode"); \ +static_assert(offsetof(UCameraNode, bIsEnabled) == 0x000028, "Member 'UCameraNode::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendCameraNode \ +static_assert(alignof(UBlendCameraNode) == 0x000008, "Wrong alignment on UBlendCameraNode"); \ +static_assert(sizeof(UBlendCameraNode) == 0x000030, "Wrong size on UBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_UBlendStackCameraNode \ +static_assert(alignof(UBlendStackCameraNode) == 0x000008, "Wrong alignment on UBlendStackCameraNode"); \ +static_assert(sizeof(UBlendStackCameraNode) == 0x000048, "Wrong size on UBlendStackCameraNode"); \ +static_assert(offsetof(UBlendStackCameraNode, bAutoPop) == 0x000030, "Member 'UBlendStackCameraNode::bAutoPop' has a wrong offset!"); \ +static_assert(offsetof(UBlendStackCameraNode, bBlendFirstCameraMode) == 0x000031, "Member 'UBlendStackCameraNode::bBlendFirstCameraMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendStackRootCameraNode \ +static_assert(alignof(UBlendStackRootCameraNode) == 0x000008, "Wrong alignment on UBlendStackRootCameraNode"); \ +static_assert(sizeof(UBlendStackRootCameraNode) == 0x000050, "Wrong size on UBlendStackRootCameraNode"); \ +static_assert(offsetof(UBlendStackRootCameraNode, Blend) == 0x000030, "Member 'UBlendStackRootCameraNode::Blend' has a wrong offset!"); \ +static_assert(offsetof(UBlendStackRootCameraNode, RootNode) == 0x000038, "Member 'UBlendStackRootCameraNode::RootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAsset \ +static_assert(alignof(UCameraAsset) == 0x000008, "Wrong alignment on UCameraAsset"); \ +static_assert(sizeof(UCameraAsset) == 0x000050, "Wrong size on UCameraAsset"); \ +static_assert(offsetof(UCameraAsset, CameraDirector) == 0x000028, "Member 'UCameraAsset::CameraDirector' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, EnterTransitions) == 0x000030, "Member 'UCameraAsset::EnterTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, ExitTransitions) == 0x000040, "Member 'UCameraAsset::ExitTransitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraDirector \ +static_assert(alignof(UCameraDirector) == 0x000008, "Wrong alignment on UCameraDirector"); \ +static_assert(sizeof(UCameraDirector) == 0x000028, "Wrong size on UCameraDirector"); \ + +#define DUMPER7_ASSERTS_UCameraEvaluationContext \ +static_assert(alignof(UCameraEvaluationContext) == 0x000008, "Wrong alignment on UCameraEvaluationContext"); \ +static_assert(sizeof(UCameraEvaluationContext) == 0x0000A8, "Wrong size on UCameraEvaluationContext"); \ +static_assert(offsetof(UCameraEvaluationContext, CameraAsset) == 0x000028, "Member 'UCameraEvaluationContext::CameraAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraMode \ +static_assert(alignof(UCameraMode) == 0x000008, "Wrong alignment on UCameraMode"); \ +static_assert(sizeof(UCameraMode) == 0x000050, "Wrong size on UCameraMode"); \ +static_assert(offsetof(UCameraMode, RootNode) == 0x000028, "Member 'UCameraMode::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UCameraMode, EnterTransitions) == 0x000030, "Member 'UCameraMode::EnterTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraMode, ExitTransitions) == 0x000040, "Member 'UCameraMode::ExitTransitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModeTransitionCondition \ +static_assert(alignof(UCameraModeTransitionCondition) == 0x000008, "Wrong alignment on UCameraModeTransitionCondition"); \ +static_assert(sizeof(UCameraModeTransitionCondition) == 0x000028, "Wrong size on UCameraModeTransitionCondition"); \ + +#define DUMPER7_ASSERTS_UCameraSystemEvaluator \ +static_assert(alignof(UCameraSystemEvaluator) == 0x000008, "Wrong alignment on UCameraSystemEvaluator"); \ +static_assert(sizeof(UCameraSystemEvaluator) == 0x000188, "Wrong size on UCameraSystemEvaluator"); \ +static_assert(offsetof(UCameraSystemEvaluator, RootNode) == 0x000028, "Member 'UCameraSystemEvaluator::RootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootCameraNode \ +static_assert(alignof(URootCameraNode) == 0x000008, "Wrong alignment on URootCameraNode"); \ +static_assert(sizeof(URootCameraNode) == 0x000030, "Wrong size on URootCameraNode"); \ + +#define DUMPER7_ASSERTS_UDefaultRootCameraNode \ +static_assert(alignof(UDefaultRootCameraNode) == 0x000008, "Wrong alignment on UDefaultRootCameraNode"); \ +static_assert(sizeof(UDefaultRootCameraNode) == 0x000050, "Wrong size on UDefaultRootCameraNode"); \ +static_assert(offsetof(UDefaultRootCameraNode, BaseLayer) == 0x000030, "Member 'UDefaultRootCameraNode::BaseLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, MainLayer) == 0x000038, "Member 'UDefaultRootCameraNode::MainLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, GlobalLayer) == 0x000040, "Member 'UDefaultRootCameraNode::GlobalLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, VisualLayer) == 0x000048, "Member 'UDefaultRootCameraNode::VisualLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleCameraDirector \ +static_assert(alignof(USingleCameraDirector) == 0x000008, "Wrong alignment on USingleCameraDirector"); \ +static_assert(sizeof(USingleCameraDirector) == 0x000030, "Wrong size on USingleCameraDirector"); \ +static_assert(offsetof(USingleCameraDirector, CameraMode) == 0x000028, "Member 'USingleCameraDirector::CameraMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraActor_GetCameraComponent \ +static_assert(alignof(GameplayCameraActor_GetCameraComponent) == 0x000008, "Wrong alignment on GameplayCameraActor_GetCameraComponent"); \ +static_assert(sizeof(GameplayCameraActor_GetCameraComponent) == 0x000008, "Wrong size on GameplayCameraActor_GetCameraComponent"); \ +static_assert(offsetof(GameplayCameraActor_GetCameraComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraActor_GetCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraActor_GetSceneComponent \ +static_assert(alignof(GameplayCameraActor_GetSceneComponent) == 0x000008, "Wrong alignment on GameplayCameraActor_GetSceneComponent"); \ +static_assert(sizeof(GameplayCameraActor_GetSceneComponent) == 0x000008, "Wrong size on GameplayCameraActor_GetSceneComponent"); \ +static_assert(offsetof(GameplayCameraActor_GetSceneComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraActor_GetSceneComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraActor \ +static_assert(alignof(AGameplayCameraActor) == 0x000008, "Wrong alignment on AGameplayCameraActor"); \ +static_assert(sizeof(AGameplayCameraActor) == 0x0002A0, "Wrong size on AGameplayCameraActor"); \ +static_assert(offsetof(AGameplayCameraActor, SceneComponent) == 0x000290, "Member 'AGameplayCameraActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCameraActor, CameraComponent) == 0x000298, "Member 'AGameplayCameraActor::CameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponent_ActivateCamera \ +static_assert(alignof(GameplayCameraComponent_ActivateCamera) == 0x000004, "Wrong alignment on GameplayCameraComponent_ActivateCamera"); \ +static_assert(sizeof(GameplayCameraComponent_ActivateCamera) == 0x000004, "Wrong size on GameplayCameraComponent_ActivateCamera"); \ +static_assert(offsetof(GameplayCameraComponent_ActivateCamera, PlayerIndex) == 0x000000, "Member 'GameplayCameraComponent_ActivateCamera::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraComponent \ +static_assert(alignof(UGameplayCameraComponent) == 0x000010, "Wrong alignment on UGameplayCameraComponent"); \ +static_assert(sizeof(UGameplayCameraComponent) == 0x000240, "Wrong size on UGameplayCameraComponent"); \ +static_assert(offsetof(UGameplayCameraComponent, Camera) == 0x000230, "Member 'UGameplayCameraComponent::Camera' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraComponent, EvaluationContext) == 0x000238, "Member 'UGameplayCameraComponent::EvaluationContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraComponentEvaluationContext \ +static_assert(alignof(UGameplayCameraComponentEvaluationContext) == 0x000008, "Wrong alignment on UGameplayCameraComponentEvaluationContext"); \ +static_assert(sizeof(UGameplayCameraComponentEvaluationContext) == 0x0000A8, "Wrong size on UGameplayCameraComponentEvaluationContext"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemActor_ActivateForPlayer \ +static_assert(alignof(GameplayCameraSystemActor_ActivateForPlayer) == 0x000004, "Wrong alignment on GameplayCameraSystemActor_ActivateForPlayer"); \ +static_assert(sizeof(GameplayCameraSystemActor_ActivateForPlayer) == 0x000004, "Wrong size on GameplayCameraSystemActor_ActivateForPlayer"); \ +static_assert(offsetof(GameplayCameraSystemActor_ActivateForPlayer, PlayerIndex) == 0x000000, "Member 'GameplayCameraSystemActor_ActivateForPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemActor_GetCameraSystemComponent \ +static_assert(alignof(GameplayCameraSystemActor_GetCameraSystemComponent) == 0x000008, "Wrong alignment on GameplayCameraSystemActor_GetCameraSystemComponent"); \ +static_assert(sizeof(GameplayCameraSystemActor_GetCameraSystemComponent) == 0x000008, "Wrong size on GameplayCameraSystemActor_GetCameraSystemComponent"); \ +static_assert(offsetof(GameplayCameraSystemActor_GetCameraSystemComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraSystemActor_GetCameraSystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraSystemActor \ +static_assert(alignof(AGameplayCameraSystemActor) == 0x000008, "Wrong alignment on AGameplayCameraSystemActor"); \ +static_assert(sizeof(AGameplayCameraSystemActor) == 0x0002A0, "Wrong size on AGameplayCameraSystemActor"); \ +static_assert(offsetof(AGameplayCameraSystemActor, CameraSystemComponent) == 0x000290, "Member 'AGameplayCameraSystemActor::CameraSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCameraSystemActor, AutoActivateForPlayer) == 0x000298, "Member 'AGameplayCameraSystemActor::AutoActivateForPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_GetCameraSystemEvaluator \ +static_assert(alignof(GameplayCameraSystemComponent_GetCameraSystemEvaluator) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_GetCameraSystemEvaluator"); \ +static_assert(sizeof(GameplayCameraSystemComponent_GetCameraSystemEvaluator) == 0x000008, "Wrong size on GameplayCameraSystemComponent_GetCameraSystemEvaluator"); \ +static_assert(offsetof(GameplayCameraSystemComponent_GetCameraSystemEvaluator, ReturnValue) == 0x000000, "Member 'GameplayCameraSystemComponent_GetCameraSystemEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraSystemComponent \ +static_assert(alignof(UGameplayCameraSystemComponent) == 0x000010, "Wrong alignment on UGameplayCameraSystemComponent"); \ +static_assert(sizeof(UGameplayCameraSystemComponent) == 0x000240, "Wrong size on UGameplayCameraSystemComponent"); \ +static_assert(offsetof(UGameplayCameraSystemComponent, Evaluator) == 0x000230, "Member 'UGameplayCameraSystemComponent::Evaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasSubsystem_PlayCameraAnimation \ +static_assert(alignof(GameplayCamerasSubsystem_PlayCameraAnimation) == 0x000008, "Wrong alignment on GameplayCamerasSubsystem_PlayCameraAnimation"); \ +static_assert(sizeof(GameplayCamerasSubsystem_PlayCameraAnimation) == 0x000060, "Wrong size on GameplayCamerasSubsystem_PlayCameraAnimation"); \ +static_assert(offsetof(GameplayCamerasSubsystem_PlayCameraAnimation, PlayerController) == 0x000000, "Member 'GameplayCamerasSubsystem_PlayCameraAnimation::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_PlayCameraAnimation, Sequence) == 0x000008, "Member 'GameplayCamerasSubsystem_PlayCameraAnimation::Sequence' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_PlayCameraAnimation, Params_0) == 0x000010, "Member 'GameplayCamerasSubsystem_PlayCameraAnimation::Params_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_PlayCameraAnimation, ReturnValue) == 0x000058, "Member 'GameplayCamerasSubsystem_PlayCameraAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasSubsystem_StopAllCameraAnimations \ +static_assert(alignof(GameplayCamerasSubsystem_StopAllCameraAnimations) == 0x000008, "Wrong alignment on GameplayCamerasSubsystem_StopAllCameraAnimations"); \ +static_assert(sizeof(GameplayCamerasSubsystem_StopAllCameraAnimations) == 0x000010, "Wrong size on GameplayCamerasSubsystem_StopAllCameraAnimations"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopAllCameraAnimations, PlayerController) == 0x000000, "Member 'GameplayCamerasSubsystem_StopAllCameraAnimations::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopAllCameraAnimations, bImmediate) == 0x000008, "Member 'GameplayCamerasSubsystem_StopAllCameraAnimations::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasSubsystem_StopAllCameraAnimationsOf \ +static_assert(alignof(GameplayCamerasSubsystem_StopAllCameraAnimationsOf) == 0x000008, "Wrong alignment on GameplayCamerasSubsystem_StopAllCameraAnimationsOf"); \ +static_assert(sizeof(GameplayCamerasSubsystem_StopAllCameraAnimationsOf) == 0x000018, "Wrong size on GameplayCamerasSubsystem_StopAllCameraAnimationsOf"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopAllCameraAnimationsOf, PlayerController) == 0x000000, "Member 'GameplayCamerasSubsystem_StopAllCameraAnimationsOf::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopAllCameraAnimationsOf, Sequence) == 0x000008, "Member 'GameplayCamerasSubsystem_StopAllCameraAnimationsOf::Sequence' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopAllCameraAnimationsOf, bImmediate) == 0x000010, "Member 'GameplayCamerasSubsystem_StopAllCameraAnimationsOf::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasSubsystem_StopCameraAnimation \ +static_assert(alignof(GameplayCamerasSubsystem_StopCameraAnimation) == 0x000008, "Wrong alignment on GameplayCamerasSubsystem_StopCameraAnimation"); \ +static_assert(sizeof(GameplayCamerasSubsystem_StopCameraAnimation) == 0x000010, "Wrong size on GameplayCamerasSubsystem_StopCameraAnimation"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopCameraAnimation, PlayerController) == 0x000000, "Member 'GameplayCamerasSubsystem_StopCameraAnimation::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopCameraAnimation, Handle) == 0x000008, "Member 'GameplayCamerasSubsystem_StopCameraAnimation::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_StopCameraAnimation, bImmediate) == 0x00000C, "Member 'GameplayCamerasSubsystem_StopCameraAnimation::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasSubsystem_IsCameraAnimationActive \ +static_assert(alignof(GameplayCamerasSubsystem_IsCameraAnimationActive) == 0x000008, "Wrong alignment on GameplayCamerasSubsystem_IsCameraAnimationActive"); \ +static_assert(sizeof(GameplayCamerasSubsystem_IsCameraAnimationActive) == 0x000010, "Wrong size on GameplayCamerasSubsystem_IsCameraAnimationActive"); \ +static_assert(offsetof(GameplayCamerasSubsystem_IsCameraAnimationActive, PlayerController) == 0x000000, "Member 'GameplayCamerasSubsystem_IsCameraAnimationActive::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_IsCameraAnimationActive, Handle) == 0x000008, "Member 'GameplayCamerasSubsystem_IsCameraAnimationActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasSubsystem_IsCameraAnimationActive, ReturnValue) == 0x00000C, "Member 'GameplayCamerasSubsystem_IsCameraAnimationActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCamerasSubsystem \ +static_assert(alignof(UGameplayCamerasSubsystem) == 0x000008, "Wrong alignment on UGameplayCamerasSubsystem"); \ +static_assert(sizeof(UGameplayCamerasSubsystem) == 0x000030, "Wrong size on UGameplayCamerasSubsystem"); \ + +#define DUMPER7_ASSERTS_USimpleBlendCameraNode \ +static_assert(alignof(USimpleBlendCameraNode) == 0x000008, "Wrong alignment on USimpleBlendCameraNode"); \ +static_assert(sizeof(USimpleBlendCameraNode) == 0x000038, "Wrong size on USimpleBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_USimpleFixedTimeBlendCameraNode \ +static_assert(alignof(USimpleFixedTimeBlendCameraNode) == 0x000008, "Wrong alignment on USimpleFixedTimeBlendCameraNode"); \ +static_assert(sizeof(USimpleFixedTimeBlendCameraNode) == 0x000040, "Wrong size on USimpleFixedTimeBlendCameraNode"); \ +static_assert(offsetof(USimpleFixedTimeBlendCameraNode, BlendTime) == 0x000038, "Member 'USimpleFixedTimeBlendCameraNode::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinearBlendCameraNode \ +static_assert(alignof(ULinearBlendCameraNode) == 0x000008, "Wrong alignment on ULinearBlendCameraNode"); \ +static_assert(sizeof(ULinearBlendCameraNode) == 0x000040, "Wrong size on ULinearBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_UPopBlendCameraNode \ +static_assert(alignof(UPopBlendCameraNode) == 0x000008, "Wrong alignment on UPopBlendCameraNode"); \ +static_assert(sizeof(UPopBlendCameraNode) == 0x000030, "Wrong size on UPopBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_USmoothBlendCameraNode \ +static_assert(alignof(USmoothBlendCameraNode) == 0x000008, "Wrong alignment on USmoothBlendCameraNode"); \ +static_assert(sizeof(USmoothBlendCameraNode) == 0x000048, "Wrong size on USmoothBlendCameraNode"); \ +static_assert(offsetof(USmoothBlendCameraNode, BlendType) == 0x000040, "Member 'USmoothBlendCameraNode::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrayCameraNode \ +static_assert(alignof(UArrayCameraNode) == 0x000008, "Wrong alignment on UArrayCameraNode"); \ +static_assert(sizeof(UArrayCameraNode) == 0x000040, "Wrong size on UArrayCameraNode"); \ +static_assert(offsetof(UArrayCameraNode, Children) == 0x000030, "Member 'UArrayCameraNode::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetCameraNode \ +static_assert(alignof(UOffsetCameraNode) == 0x000008, "Wrong alignment on UOffsetCameraNode"); \ +static_assert(sizeof(UOffsetCameraNode) == 0x000048, "Wrong size on UOffsetCameraNode"); \ +static_assert(offsetof(UOffsetCameraNode, Offset) == 0x000030, "Member 'UOffsetCameraNode::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ +static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ +static_assert(sizeof(UCompositeCameraShakePattern) == 0x000038, "Wrong size on UCompositeCameraShakePattern"); \ +static_assert(offsetof(UCompositeCameraShakePattern, ChildPatterns) == 0x000028, "Member 'UCompositeCameraShakePattern::ChildPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultCameraShakeBase \ +static_assert(alignof(UDefaultCameraShakeBase) == 0x000010, "Wrong alignment on UDefaultCameraShakeBase"); \ +static_assert(sizeof(UDefaultCameraShakeBase) == 0x0000E0, "Wrong size on UDefaultCameraShakeBase"); \ + +#define DUMPER7_ASSERTS_USimpleCameraShakePattern \ +static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ +static_assert(sizeof(USimpleCameraShakePattern) == 0x000058, "Wrong size on USimpleCameraShakePattern"); \ +static_assert(offsetof(USimpleCameraShakePattern, Duration) == 0x000028, "Member 'USimpleCameraShakePattern::Duration' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendInTime) == 0x00002C, "Member 'USimpleCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendOutTime) == 0x000030, "Member 'USimpleCameraShakePattern::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ +static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ +static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000D8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00007C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000080, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000088, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000090, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000098, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ +static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ +static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000F8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00005C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000060, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000088, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00008C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000098, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x0000A4, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x0000B0, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestCameraShake \ +static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ +static_assert(sizeof(UTestCameraShake) == 0x0000E0, "Wrong size on UTestCameraShake"); \ + +#define DUMPER7_ASSERTS_UConstantCameraShakePattern \ +static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ +static_assert(sizeof(UConstantCameraShakePattern) == 0x000088, "Wrong size on UConstantCameraShakePattern"); \ +static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000058, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000070, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_C"); \ + +#define DUMPER7_ASSERTS_FChaosClothWeightedValue \ +static_assert(alignof(FChaosClothWeightedValue) == 0x000004, "Wrong alignment on FChaosClothWeightedValue"); \ +static_assert(sizeof(FChaosClothWeightedValue) == 0x000008, "Wrong size on FChaosClothWeightedValue"); \ +static_assert(offsetof(FChaosClothWeightedValue, Low) == 0x000000, "Member 'FChaosClothWeightedValue::Low' has a wrong offset!"); \ +static_assert(offsetof(FChaosClothWeightedValue, High) == 0x000004, "Member 'FChaosClothWeightedValue::High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothConfig \ +static_assert(alignof(UChaosClothConfig) == 0x000008, "Wrong alignment on UChaosClothConfig"); \ +static_assert(sizeof(UChaosClothConfig) == 0x000128, "Wrong size on UChaosClothConfig"); \ +static_assert(offsetof(UChaosClothConfig, MassMode) == 0x000028, "Member 'UChaosClothConfig::MassMode' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, UniformMass) == 0x00002C, "Member 'UChaosClothConfig::UniformMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TotalMass) == 0x000030, "Member 'UChaosClothConfig::TotalMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Density) == 0x000034, "Member 'UChaosClothConfig::Density' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MinPerParticleMass) == 0x000038, "Member 'UChaosClothConfig::MinPerParticleMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, EdgeStiffnessWeighted) == 0x00003C, "Member 'UChaosClothConfig::EdgeStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BendingStiffnessWeighted) == 0x000044, "Member 'UChaosClothConfig::BendingStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseBendingElements) == 0x00004C, "Member 'UChaosClothConfig::bUseBendingElements' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BucklingRatio) == 0x000050, "Member 'UChaosClothConfig::BucklingRatio' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BucklingStiffnessWeighted) == 0x000054, "Member 'UChaosClothConfig::BucklingStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AreaStiffnessWeighted) == 0x00005C, "Member 'UChaosClothConfig::AreaStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, VolumeStiffness) == 0x000064, "Member 'UChaosClothConfig::VolumeStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherStiffness) == 0x000068, "Member 'UChaosClothConfig::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherScale) == 0x000070, "Member 'UChaosClothConfig::TetherScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGeodesicDistance) == 0x000078, "Member 'UChaosClothConfig::bUseGeodesicDistance' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, ShapeTargetStiffness) == 0x00007C, "Member 'UChaosClothConfig::ShapeTargetStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, CollisionThickness) == 0x000080, "Member 'UChaosClothConfig::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FrictionCoefficient) == 0x000084, "Member 'UChaosClothConfig::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseCCD) == 0x000088, "Member 'UChaosClothConfig::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisions) == 0x000089, "Member 'UChaosClothConfig::bUseSelfCollisions' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionThickness) == 0x00008C, "Member 'UChaosClothConfig::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionFriction) == 0x000090, "Member 'UChaosClothConfig::SelfCollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfIntersections) == 0x000094, "Member 'UChaosClothConfig::bUseSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisionSpheres) == 0x000095, "Member 'UChaosClothConfig::bUseSelfCollisionSpheres' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereRadius) == 0x000098, "Member 'UChaosClothConfig::SelfCollisionSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereStiffness) == 0x00009C, "Member 'UChaosClothConfig::SelfCollisionSphereStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereRadiusCullMultiplier) == 0x0000A0, "Member 'UChaosClothConfig::SelfCollisionSphereRadiusCullMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseLegacyBackstop) == 0x0000A4, "Member 'UChaosClothConfig::bUseLegacyBackstop' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, DampingCoefficient) == 0x0000A8, "Member 'UChaosClothConfig::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LocalDampingCoefficient) == 0x0000AC, "Member 'UChaosClothConfig::LocalDampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUsePointBasedWindModel) == 0x0000B0, "Member 'UChaosClothConfig::bUsePointBasedWindModel' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Drag) == 0x0000B4, "Member 'UChaosClothConfig::Drag' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Lift) == 0x0000BC, "Member 'UChaosClothConfig::Lift' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGravityOverride) == 0x0000C4, "Member 'UChaosClothConfig::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, GravityScale) == 0x0000C8, "Member 'UChaosClothConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Gravity) == 0x0000D0, "Member 'UChaosClothConfig::Gravity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Pressure) == 0x0000E8, "Member 'UChaosClothConfig::Pressure' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x0000F0, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x0000F8, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x000100, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x000118, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x00011C, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x000120, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x000121, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x000122, "Member 'UChaosClothConfig::bUseContinuousCollisionDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothSharedSimConfig \ +static_assert(alignof(UChaosClothSharedSimConfig) == 0x000008, "Wrong alignment on UChaosClothSharedSimConfig"); \ +static_assert(sizeof(UChaosClothSharedSimConfig) == 0x000038, "Wrong size on UChaosClothSharedSimConfig"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, IterationCount) == 0x000028, "Member 'UChaosClothSharedSimConfig::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, MaxIterationCount) == 0x00002C, "Member 'UChaosClothSharedSimConfig::MaxIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, SubdivisionCount) == 0x000030, "Member 'UChaosClothSharedSimConfig::SubdivisionCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseLocalSpaceSimulation) == 0x000034, "Member 'UChaosClothSharedSimConfig::bUseLocalSpaceSimulation' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseXPBDConstraints) == 0x000035, "Member 'UChaosClothSharedSimConfig::bUseXPBDConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationFactory \ +static_assert(alignof(UChaosClothingSimulationFactory) == 0x000008, "Wrong alignment on UChaosClothingSimulationFactory"); \ +static_assert(sizeof(UChaosClothingSimulationFactory) == 0x000028, "Wrong size on UChaosClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_ResetAndTeleport \ +static_assert(alignof(ChaosClothingInteractor_ResetAndTeleport) == 0x000001, "Wrong alignment on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(sizeof(ChaosClothingInteractor_ResetAndTeleport) == 0x000002, "Wrong size on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bReset) == 0x000000, "Member 'ChaosClothingInteractor_ResetAndTeleport::bReset' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bTeleport) == 0x000001, "Member 'ChaosClothingInteractor_ResetAndTeleport::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAerodynamics \ +static_assert(alignof(ChaosClothingInteractor_SetAerodynamics) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAerodynamics) == 0x000020, "Wrong size on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, DragCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetAerodynamics::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, LiftCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetAerodynamics::LiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, WindVelocity) == 0x000008, "Member 'ChaosClothingInteractor_SetAerodynamics::WindVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDrive \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDrive) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDrive) == 0x000020, "Wrong size on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveDamping) == 0x000010, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDriveLinear \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong size on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDriveLinear, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDriveLinear::AnimDriveStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetBackstop \ +static_assert(alignof(ChaosClothingInteractor_SetBackstop) == 0x000001, "Wrong alignment on ChaosClothingInteractor_SetBackstop"); \ +static_assert(sizeof(ChaosClothingInteractor_SetBackstop) == 0x000001, "Wrong size on ChaosClothingInteractor_SetBackstop"); \ +static_assert(offsetof(ChaosClothingInteractor_SetBackstop, bEnabled) == 0x000000, "Member 'ChaosClothingInteractor_SetBackstop::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetCollision \ +static_assert(alignof(ChaosClothingInteractor_SetCollision) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetCollision"); \ +static_assert(sizeof(ChaosClothingInteractor_SetCollision) == 0x000010, "Wrong size on ChaosClothingInteractor_SetCollision"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, CollisionThickness) == 0x000000, "Member 'ChaosClothingInteractor_SetCollision::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, FrictionCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetCollision::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, bUseCCD) == 0x000008, "Member 'ChaosClothingInteractor_SetCollision::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, SelfCollisionThickness) == 0x00000C, "Member 'ChaosClothingInteractor_SetCollision::SelfCollisionThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetDamping \ +static_assert(alignof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetDamping"); \ +static_assert(sizeof(ChaosClothingInteractor_SetDamping) == 0x000008, "Wrong size on ChaosClothingInteractor_SetDamping"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, DampingCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetDamping::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, LocalDampingCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetDamping::LocalDampingCoefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetGravity \ +static_assert(alignof(ChaosClothingInteractor_SetGravity) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetGravity"); \ +static_assert(sizeof(ChaosClothingInteractor_SetGravity) == 0x000020, "Wrong size on ChaosClothingInteractor_SetGravity"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetGravity::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, bIsGravityOverridden) == 0x000004, "Member 'ChaosClothingInteractor_SetGravity::bIsGravityOverridden' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityOverride) == 0x000008, "Member 'ChaosClothingInteractor_SetGravity::GravityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachment \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000020, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherScale) == 0x000010, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachmentLinear \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000008, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherScale) == 0x000004, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterial \ +static_assert(alignof(ChaosClothingInteractor_SetMaterial) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetMaterial"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterial) == 0x000030, "Wrong size on ChaosClothingInteractor_SetMaterial"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterial::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, BendingStiffness) == 0x000010, "Member 'ChaosClothingInteractor_SetMaterial::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, AreaStiffness) == 0x000020, "Member 'ChaosClothingInteractor_SetMaterial::AreaStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterialLinear \ +static_assert(alignof(ChaosClothingInteractor_SetMaterialLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterialLinear) == 0x00000C, "Wrong size on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterialLinear::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, BendingStiffness) == 0x000004, "Member 'ChaosClothingInteractor_SetMaterialLinear::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, AreaStiffness) == 0x000008, "Member 'ChaosClothingInteractor_SetMaterialLinear::AreaStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetPressure \ +static_assert(alignof(ChaosClothingInteractor_SetPressure) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetPressure"); \ +static_assert(sizeof(ChaosClothingInteractor_SetPressure) == 0x000010, "Wrong size on ChaosClothingInteractor_SetPressure"); \ +static_assert(offsetof(ChaosClothingInteractor_SetPressure, Pressure) == 0x000000, "Member 'ChaosClothingInteractor_SetPressure::Pressure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetVelocityScale \ +static_assert(alignof(ChaosClothingInteractor_SetVelocityScale) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetVelocityScale"); \ +static_assert(sizeof(ChaosClothingInteractor_SetVelocityScale) == 0x000020, "Wrong size on ChaosClothingInteractor_SetVelocityScale"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, LinearVelocityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetVelocityScale::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, AngularVelocityScale) == 0x000018, "Member 'ChaosClothingInteractor_SetVelocityScale::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityScale, FictitiousAngularScale) == 0x00001C, "Member 'ChaosClothingInteractor_SetVelocityScale::FictitiousAngularScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetWind \ +static_assert(alignof(ChaosClothingInteractor_SetWind) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetWind"); \ +static_assert(sizeof(ChaosClothingInteractor_SetWind) == 0x000040, "Wrong size on ChaosClothingInteractor_SetWind"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, Drag) == 0x000000, "Member 'ChaosClothingInteractor_SetWind::Drag' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, Lift) == 0x000010, "Member 'ChaosClothingInteractor_SetWind::Lift' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, AirDensity) == 0x000020, "Member 'ChaosClothingInteractor_SetWind::AirDensity' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, WindVelocity) == 0x000028, "Member 'ChaosClothingInteractor_SetWind::WindVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingInteractor \ +static_assert(alignof(UChaosClothingInteractor) == 0x000008, "Wrong alignment on UChaosClothingInteractor"); \ +static_assert(sizeof(UChaosClothingInteractor) == 0x000050, "Wrong size on UChaosClothingInteractor"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationInteractor \ +static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ +static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000B0, "Wrong size on UChaosClothingSimulationInteractor"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted) == 0x000030, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, QuestObjective) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, __WorldContext) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, ReturnValue) == 0x000018, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, CallFunc_GetQuestSystem_QuestSystem) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, CallFunc_GetObjectiveStatus_Status) == 0x000028, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000029, "Member 'BP_QuestHelperFunctionLibrary_C_GetIsObjectiveCompleted::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus) == 0x000050, "Wrong size on BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, String) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::String' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, __WorldContext) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, Status) == 0x000018, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, ConversionSuccessful) == 0x000019, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::ConversionSuccessful' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, Temp_int_Variable) == 0x00001C, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, Temp_int_Variable_1) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_Conv_IntToByte_ReturnValue) == 0x000024, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_GetValidValue_ReturnValue) == 0x00002C, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x00002D, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000040, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000041, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000044, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_MakeLiteralInt_ReturnValue) == 0x000048, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_QuestHelperFunctionLibrary_C_DEBUG_ConvertStringToQuestStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetQuestList \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetQuestList) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetQuestList"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetQuestList) == 0x000040, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetQuestList"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, __WorldContext) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, Quests) == 0x000008, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::Quests' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestList, CallFunc_GetQuestList_Quests) == 0x000030, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestList::CallFunc_GetQuestList_Quests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetObjectiveList \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetObjectiveList"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList) == 0x000048, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetObjectiveList"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, QuestName) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, __WorldContext) == 0x000008, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, ObjectiveIdentifiers) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::ObjectiveIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000028, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveList, CallFunc_GetObjectiveList_Objectives) == 0x000038, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveList::CallFunc_GetObjectiveList_Objectives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus) == 0x000030, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus, QuestObjective) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus, __WorldContext) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus, Status) == 0x000018, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus, CallFunc_GetQuestSystem_QuestSystem) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus, CallFunc_GetObjectiveStatus_Status) == 0x000028, "Member 'BP_QuestHelperFunctionLibrary_C_GetObjectiveStatus::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetQuestStatus \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetQuestStatus"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus) == 0x000028, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetQuestStatus"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus, QuestName) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestStatus::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus, __WorldContext) == 0x000008, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus, Status) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus, CallFunc_GetQuestSystem_QuestSystem) == 0x000018, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestStatus::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestStatus, CallFunc_GetQuestStatus_Status) == 0x000020, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestStatus::CallFunc_GetQuestStatus_Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestHelperFunctionLibrary_C_GetQuestSystem \ +static_assert(alignof(BP_QuestHelperFunctionLibrary_C_GetQuestSystem) == 0x000008, "Wrong alignment on BP_QuestHelperFunctionLibrary_C_GetQuestSystem"); \ +static_assert(sizeof(BP_QuestHelperFunctionLibrary_C_GetQuestSystem) == 0x000018, "Wrong size on BP_QuestHelperFunctionLibrary_C_GetQuestSystem"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestSystem, __WorldContext) == 0x000000, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestSystem, QuestSystem) == 0x000008, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestSystem::QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestHelperFunctionLibrary_C_GetQuestSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_QuestHelperFunctionLibrary_C_GetQuestSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_QuestHelperFunctionLibrary_C \ +static_assert(alignof(UBP_QuestHelperFunctionLibrary_C) == 0x000008, "Wrong alignment on UBP_QuestHelperFunctionLibrary_C"); \ +static_assert(sizeof(UBP_QuestHelperFunctionLibrary_C) == 0x000028, "Wrong size on UBP_QuestHelperFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_UOodleNetworkTrainerCommandlet \ +static_assert(alignof(UOodleNetworkTrainerCommandlet) == 0x000008, "Wrong alignment on UOodleNetworkTrainerCommandlet"); \ +static_assert(sizeof(UOodleNetworkTrainerCommandlet) == 0x0000A0, "Wrong size on UOodleNetworkTrainerCommandlet"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, bCompressionTest) == 0x000080, "Member 'UOodleNetworkTrainerCommandlet::bCompressionTest' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, bWriteV5Dictionaries) == 0x000081, "Member 'UOodleNetworkTrainerCommandlet::bWriteV5Dictionaries' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, HashTableSize) == 0x000084, "Member 'UOodleNetworkTrainerCommandlet::HashTableSize' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionarySize) == 0x000088, "Member 'UOodleNetworkTrainerCommandlet::DictionarySize' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionaryTrials) == 0x00008C, "Member 'UOodleNetworkTrainerCommandlet::DictionaryTrials' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialRandomness) == 0x000090, "Member 'UOodleNetworkTrainerCommandlet::TrialRandomness' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialGenerations) == 0x000094, "Member 'UOodleNetworkTrainerCommandlet::TrialGenerations' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, bNoTrials) == 0x000098, "Member 'UOodleNetworkTrainerCommandlet::bNoTrials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText \ +static_assert(alignof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText) == 0x000008, "Wrong alignment on WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText"); \ +static_assert(sizeof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText) == 0x000050, "Wrong size on WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, EntryPoint) == 0x000000, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000018, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000038, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'WBP_WrappingText_C_ExecuteUbergraph_WBP_WrappingText::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_FindFinalMaxDesiredWidth \ +static_assert(alignof(WBP_WrappingText_C_FindFinalMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingText_C_FindFinalMaxDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingText_C_FindFinalMaxDesiredWidth) == 0x000070, "Wrong size on WBP_WrappingText_C_FindFinalMaxDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000018, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Keys_Keys) == 0x000028, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Map_IsEmpty_ReturnValue) == 0x000038, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Map_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000051, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_Value) == 0x000058, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalMaxDesiredWidth, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_WrappingText_C_FindFinalMaxDesiredWidth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_FindFinalWrappingFontSize \ +static_assert(alignof(WBP_WrappingText_C_FindFinalWrappingFontSize) == 0x000008, "Wrong alignment on WBP_WrappingText_C_FindFinalWrappingFontSize"); \ +static_assert(sizeof(WBP_WrappingText_C_FindFinalWrappingFontSize) == 0x000070, "Wrong size on WBP_WrappingText_C_FindFinalWrappingFontSize"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, FinalWrappingFontSizePercentage) == 0x000000, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::FinalWrappingFontSizePercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Map_IsEmpty_ReturnValue) == 0x000014, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Map_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Map_Find_Value) == 0x000040, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000058, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_FindFinalWrappingFontSize, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000068, "Member 'WBP_WrappingText_C_FindFinalWrappingFontSize::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_PreConstruct \ +static_assert(alignof(WBP_WrappingText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WrappingText_C_PreConstruct"); \ +static_assert(sizeof(WBP_WrappingText_C_PreConstruct) == 0x000001, "Wrong size on WBP_WrappingText_C_PreConstruct"); \ +static_assert(offsetof(WBP_WrappingText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WrappingText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_Set_Text \ +static_assert(alignof(WBP_WrappingText_C_Set_Text) == 0x000008, "Wrong alignment on WBP_WrappingText_C_Set_Text"); \ +static_assert(sizeof(WBP_WrappingText_C_Set_Text) == 0x000010, "Wrong size on WBP_WrappingText_C_Set_Text"); \ +static_assert(offsetof(WBP_WrappingText_C_Set_Text, InText) == 0x000000, "Member 'WBP_WrappingText_C_Set_Text::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_SetMobileFontSizeMultipler \ +static_assert(alignof(WBP_WrappingText_C_SetMobileFontSizeMultipler) == 0x000008, "Wrong alignment on WBP_WrappingText_C_SetMobileFontSizeMultipler"); \ +static_assert(sizeof(WBP_WrappingText_C_SetMobileFontSizeMultipler) == 0x000008, "Wrong size on WBP_WrappingText_C_SetMobileFontSizeMultipler"); \ +static_assert(offsetof(WBP_WrappingText_C_SetMobileFontSizeMultipler, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_WrappingText_C_SetMobileFontSizeMultipler::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_SetStyle \ +static_assert(alignof(WBP_WrappingText_C_SetStyle) == 0x000008, "Wrong alignment on WBP_WrappingText_C_SetStyle"); \ +static_assert(sizeof(WBP_WrappingText_C_SetStyle) == 0x000008, "Wrong size on WBP_WrappingText_C_SetStyle"); \ +static_assert(offsetof(WBP_WrappingText_C_SetStyle, TextStyle_0) == 0x000000, "Member 'WBP_WrappingText_C_SetStyle::TextStyle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_SetTextMaxDesiredWidth \ +static_assert(alignof(WBP_WrappingText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingText_C_SetTextMaxDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong size on WBP_WrappingText_C_SetTextMaxDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingText_C_SetTextMaxDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_WrappingText_C_SetTextMaxDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_SetTextMinDesiredWidth \ +static_assert(alignof(WBP_WrappingText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingText_C_SetTextMinDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong size on WBP_WrappingText_C_SetTextMinDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingText_C_SetTextMinDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_WrappingText_C_SetTextMinDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_SetWrappingFontSizePercentage \ +static_assert(alignof(WBP_WrappingText_C_SetWrappingFontSizePercentage) == 0x000008, "Wrong alignment on WBP_WrappingText_C_SetWrappingFontSizePercentage"); \ +static_assert(sizeof(WBP_WrappingText_C_SetWrappingFontSizePercentage) == 0x000008, "Wrong size on WBP_WrappingText_C_SetWrappingFontSizePercentage"); \ +static_assert(offsetof(WBP_WrappingText_C_SetWrappingFontSizePercentage, WrappingFontSizePercentage_0) == 0x000000, "Member 'WBP_WrappingText_C_SetWrappingFontSizePercentage::WrappingFontSizePercentage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_UpdateText \ +static_assert(alignof(WBP_WrappingText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_WrappingText_C_UpdateText"); \ +static_assert(sizeof(WBP_WrappingText_C_UpdateText) == 0x000018, "Wrong size on WBP_WrappingText_C_UpdateText"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateText, CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_WrappingText_C_UpdateText::CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateText, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'WBP_WrappingText_C_UpdateText::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateText, CallFunc_SetMobileFontSizeMultiplier_InMobileFontSizeMultiplier_ImplicitCast) == 0x00000C, "Member 'WBP_WrappingText_C_UpdateText::CallFunc_SetMobileFontSizeMultiplier_InMobileFontSizeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateText, CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast) == 0x000010, "Member 'WBP_WrappingText_C_UpdateText::CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateText, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000014, "Member 'WBP_WrappingText_C_UpdateText::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingText_C_UpdateTextSizeIfWrapping \ +static_assert(alignof(WBP_WrappingText_C_UpdateTextSizeIfWrapping) == 0x000008, "Wrong alignment on WBP_WrappingText_C_UpdateTextSizeIfWrapping"); \ +static_assert(sizeof(WBP_WrappingText_C_UpdateTextSizeIfWrapping) == 0x0000E0, "Wrong size on WBP_WrappingText_C_UpdateTextSizeIfWrapping"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, MaxDesiredWidth) == 0x000000, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_FindFinalWrappingFontSize_FinalWrappingFontSizePercentage) == 0x000008, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_FindFinalWrappingFontSize_FinalWrappingFontSizePercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x000010, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, Temp_bool_Variable) == 0x000011, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_GetDesiredSize_ReturnValue) == 0x000018, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, K2Node_Select_Default) == 0x000040, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000050, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000060, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_FTrunc_ReturnValue) == 0x000068, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, K2Node_MakeStruct_SlateFontInfo) == 0x000070, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000D0, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingText_C_UpdateTextSizeIfWrapping, K2Node_MakeStruct_Size_ImplicitCast) == 0x0000D8, "Member 'WBP_WrappingText_C_UpdateTextSizeIfWrapping::K2Node_MakeStruct_Size_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WrappingText_C \ +static_assert(alignof(UWBP_WrappingText_C) == 0x000008, "Wrong alignment on UWBP_WrappingText_C"); \ +static_assert(sizeof(UWBP_WrappingText_C) == 0x000400, "Wrong size on UWBP_WrappingText_C"); \ +static_assert(offsetof(UWBP_WrappingText_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WrappingText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, Text) == 0x000310, "Member 'UWBP_WrappingText_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, TextSizeBox) == 0x000318, "Member 'UWBP_WrappingText_C::TextSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, TextStyle) == 0x000320, "Member 'UWBP_WrappingText_C::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, ContentText) == 0x000328, "Member 'UWBP_WrappingText_C::ContentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, TextMinDesiredWidth) == 0x000338, "Member 'UWBP_WrappingText_C::TextMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, TextMaxDesiredWidth) == 0x000340, "Member 'UWBP_WrappingText_C::TextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, OverrideWidthByLanguage) == 0x000348, "Member 'UWBP_WrappingText_C::OverrideWidthByLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, Justification) == 0x000398, "Member 'UWBP_WrappingText_C::Justification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, ReduceTextSizeWhenWrapping) == 0x000399, "Member 'UWBP_WrappingText_C::ReduceTextSizeWhenWrapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, WrappingFontSizePercentage) == 0x0003A0, "Member 'UWBP_WrappingText_C::WrappingFontSizePercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, OverrideWrappingFontSizeByLanguage) == 0x0003A8, "Member 'UWBP_WrappingText_C::OverrideWrappingFontSizeByLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingText_C, MobileFontSizeMultiplier) == 0x0003F8, "Member 'UWBP_WrappingText_C::MobileFontSizeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USignificanceManager \ +static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ +static_assert(sizeof(USignificanceManager) == 0x000140, "Wrong size on USignificanceManager"); \ +static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000120, "Member 'USignificanceManager::SignificanceManagerClassName' 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_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_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_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_FTickAnimationSharingFunction \ +static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ +static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ + +#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) == 0x000050, "Wrong size on UAnimationSharingStateProcessor"); \ +static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000028, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' 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) == 0x000390, "Wrong size on UAnimSharingStateInstance"); \ +static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x000368, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x000370, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x000374, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x000378, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x000380, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ +static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ +static_assert(sizeof(UAnimSharingTransitionInstance) == 0x000380, "Wrong size on UAnimSharingTransitionInstance"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x000368, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x000370, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x000378, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x00037C, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ +static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ +static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x000380, "Wrong size on UAnimSharingAdditiveInstance"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x000368, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x000370, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x000378, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x00037C, "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) == 0x000028, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000088, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000C8, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000E8, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F0, "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) == 0x000088, "Wrong size on UAnimationSharingManager"); \ +static_assert(offsetof(UAnimationSharingManager, Skeletons) == 0x000028, "Member 'UAnimationSharingManager::Skeletons' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingManager, PerSkeletonData) == 0x000038, "Member 'UAnimationSharingManager::PerSkeletonData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingSetup \ +static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ +static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimationSharingSetup"); \ +static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000028, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000038, "Member 'UAnimationSharingSetup::ScalabilitySettings' 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) == 0x000038, "Wrong size on UMyPluginObject"); \ +static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000028, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier) == 0x0001B8, "Wrong size on BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, Multiplier) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, Reason) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000018, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_IsEmpty_ReturnValue) == 0x000080, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000128, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_3) == 0x000148, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, K2Node_MakeArray_Array_1) == 0x000190, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001B0, "Member 'BP_BattleDamageBuilder_C_AddBreakBarDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier, Modifier) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier::Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier, Reason) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitChanceModifier::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier, Multiplier) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier, Reason) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamageBuilder_C_AddCriticalHitDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddFinalDamageMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddFinalDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddFinalDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddFinalDamageMultiplier) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_AddFinalDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddFinalDamageMultiplier, Multiplier) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddFinalDamageMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddFinalDamageMultiplier, Reason) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddFinalDamageMultiplier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddFinalDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamageBuilder_C_AddFinalDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddRegularHitChanceModifier \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddRegularHitChanceModifier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddRegularHitChanceModifier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddRegularHitChanceModifier) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_AddRegularHitChanceModifier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddRegularHitChanceModifier, Multiplier) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddRegularHitChanceModifier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddRegularHitChanceModifier, Reason) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddRegularHitChanceModifier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddRegularHitChanceModifier, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamageBuilder_C_AddRegularHitChanceModifier::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent) == 0x000030, "Wrong size on BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, Percent) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, NullifyBaseDamage_0) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::NullifyBaseDamage_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, KeepModifiersOnNullify) == 0x000009, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::KeepModifiersOnNullify' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, Reason) == 0x000010, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, CallFunc_GetMaxHP_MaxHP) == 0x000020, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageAsMaxHPPercent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_AddStraightDamageFlat \ +static_assert(alignof(BP_BattleDamageBuilder_C_AddStraightDamageFlat) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_AddStraightDamageFlat"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_AddStraightDamageFlat) == 0x000100, "Wrong size on BP_BattleDamageBuilder_C_AddStraightDamageFlat"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, FlatValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::FlatValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, NullifyBaseDamage_0) == 0x000008, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::NullifyBaseDamage_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, KeepModifiersOnNullify) == 0x000009, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::KeepModifiersOnNullify' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, Reason) == 0x000010, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000088, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_AddStraightDamageFlat, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_BattleDamageBuilder_C_AddStraightDamageFlat::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_DealDamages \ +static_assert(alignof(BP_BattleDamageBuilder_C_DealDamages) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_DealDamages"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_DealDamages) == 0x000028, "Wrong size on BP_BattleDamageBuilder_C_DealDamages"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, HasHit) == 0x000000, "Member 'BP_BattleDamageBuilder_C_DealDamages::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, BattleDamages) == 0x000008, "Member 'BP_BattleDamageBuilder_C_DealDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, CallFunc_ReceiveDamageFromObject_DamageDealt) == 0x000010, "Member 'BP_BattleDamageBuilder_C_DealDamages::CallFunc_ReceiveDamageFromObject_DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, CallFunc_ReceiveDamageFromObject_HasHit) == 0x000018, "Member 'BP_BattleDamageBuilder_C_DealDamages::CallFunc_ReceiveDamageFromObject_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, CallFunc_ReceiveDamageFromObject_DodgeSuccess) == 0x000019, "Member 'BP_BattleDamageBuilder_C_DealDamages::CallFunc_ReceiveDamageFromObject_DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, CallFunc_ReceiveDamageFromObject_ParrySuccess) == 0x00001A, "Member 'BP_BattleDamageBuilder_C_DealDamages::CallFunc_ReceiveDamageFromObject_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_DealDamages, CallFunc_ReceiveDamageFromObject_BattleDamages) == 0x000020, "Member 'BP_BattleDamageBuilder_C_DealDamages::CallFunc_ReceiveDamageFromObject_BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetAttackElement \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetAttackElement) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_GetAttackElement"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetAttackElement) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_GetAttackElement"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetAttackElement, AttackElement_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetAttackElement::AttackElement_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetAttackPowerMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetAttackPowerMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetAttackPowerMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetAttackPowerMultiplier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetAttackPowerMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetAttackPowerMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetAttackPowerMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetBreakBarMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetBreakBarMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetBreakBarMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetBreakBarMultiplier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetBreakBarMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetBreakBarMultiplier, INPUT_BreakBarMultiplier_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetBreakBarMultiplier::INPUT_BreakBarMultiplier_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetCriticalHitChanceModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetCriticalHitDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetDamageReason \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetDamageReason) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_GetDamageReason"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetDamageReason) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_GetDamageReason"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetDamageReason, DamageReason_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetDamageReason::DamageReason_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetDamageSource \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetDamageSource) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetDamageSource"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetDamageSource) == 0x000010, "Wrong size on BP_BattleDamageBuilder_C_GetDamageSource"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetDamageSource, DamageSource_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetDamageSource::DamageSource_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetFeedbackReason \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetFeedbackReason) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetFeedbackReason"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetFeedbackReason) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_GetFeedbackReason"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetFeedbackReason, FeedbackReasonText_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetFeedbackReason::FeedbackReasonText_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetFeedbackReason, FeedbackReasonColor_0) == 0x000010, "Member 'BP_BattleDamageBuilder_C_GetFeedbackReason::FeedbackReasonColor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetFinalDamageMultiplier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetFinalDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetFinalDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetFinalDamageMultiplier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetFinalDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetFinalDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetFinalDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetForcedCriticalHit \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetForcedCriticalHit) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_GetForcedCriticalHit"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetForcedCriticalHit) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_GetForcedCriticalHit"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetForcedCriticalHit, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetForcedCriticalHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetHitSoundOverride \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetHitSoundOverride) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetHitSoundOverride"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetHitSoundOverride) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetHitSoundOverride"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetHitSoundOverride, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetHitSoundOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetIgnoreMarkedRemoval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetIgnoreShields \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetIgnoreShields) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_GetIgnoreShields"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetIgnoreShields) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_GetIgnoreShields"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetIgnoreShields, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetIgnoreShields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetRegularHitChanceModifier \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetRegularHitChanceModifier) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetRegularHitChanceModifier"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetRegularHitChanceModifier) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetRegularHitChanceModifier"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetRegularHitChanceModifier, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetRegularHitChanceModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_GetStraightDamage \ +static_assert(alignof(BP_BattleDamageBuilder_C_GetStraightDamage) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_GetStraightDamage"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_GetStraightDamage) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_GetStraightDamage"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_GetStraightDamage, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_GetStraightDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_HasFeedbackReason \ +static_assert(alignof(BP_BattleDamageBuilder_C_HasFeedbackReason) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_HasFeedbackReason"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_HasFeedbackReason) == 0x000003, "Wrong size on BP_BattleDamageBuilder_C_HasFeedbackReason"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_HasFeedbackReason, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_HasFeedbackReason::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_HasFeedbackReason, CallFunc_TextIsEmpty_ReturnValue) == 0x000001, "Member 'BP_BattleDamageBuilder_C_HasFeedbackReason::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_HasFeedbackReason, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BattleDamageBuilder_C_HasFeedbackReason::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_IsDeathtouch \ +static_assert(alignof(BP_BattleDamageBuilder_C_IsDeathtouch) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_IsDeathtouch"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_IsDeathtouch) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_IsDeathtouch"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_IsDeathtouch, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_IsDeathtouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_NullifyBaseDamage \ +static_assert(alignof(BP_BattleDamageBuilder_C_NullifyBaseDamage) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_NullifyBaseDamage"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_NullifyBaseDamage) == 0x000088, "Wrong size on BP_BattleDamageBuilder_C_NullifyBaseDamage"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_NullifyBaseDamage, Reason) == 0x000000, "Member 'BP_BattleDamageBuilder_C_NullifyBaseDamage::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_NullifyBaseDamage, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_BattleDamageBuilder_C_NullifyBaseDamage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_NullifyBaseDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_BattleDamageBuilder_C_NullifyBaseDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_NullifyBaseDamage, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_BattleDamageBuilder_C_NullifyBaseDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_NullifyBaseDamage, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_BattleDamageBuilder_C_NullifyBaseDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_SetFeedbackReason \ +static_assert(alignof(BP_BattleDamageBuilder_C_SetFeedbackReason) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_SetFeedbackReason"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_SetFeedbackReason) == 0x000020, "Wrong size on BP_BattleDamageBuilder_C_SetFeedbackReason"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_SetFeedbackReason, Text) == 0x000000, "Member 'BP_BattleDamageBuilder_C_SetFeedbackReason::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_SetFeedbackReason, Color) == 0x000010, "Member 'BP_BattleDamageBuilder_C_SetFeedbackReason::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_SetHitSoundOverride \ +static_assert(alignof(BP_BattleDamageBuilder_C_SetHitSoundOverride) == 0x000008, "Wrong alignment on BP_BattleDamageBuilder_C_SetHitSoundOverride"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_SetHitSoundOverride) == 0x000008, "Wrong size on BP_BattleDamageBuilder_C_SetHitSoundOverride"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_SetHitSoundOverride, HitSoundOverride_0) == 0x000000, "Member 'BP_BattleDamageBuilder_C_SetHitSoundOverride::HitSoundOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamageBuilder_C_ShouldBypassModifiers \ +static_assert(alignof(BP_BattleDamageBuilder_C_ShouldBypassModifiers) == 0x000001, "Wrong alignment on BP_BattleDamageBuilder_C_ShouldBypassModifiers"); \ +static_assert(sizeof(BP_BattleDamageBuilder_C_ShouldBypassModifiers) == 0x000001, "Wrong size on BP_BattleDamageBuilder_C_ShouldBypassModifiers"); \ +static_assert(offsetof(BP_BattleDamageBuilder_C_ShouldBypassModifiers, ReturnValue) == 0x000000, "Member 'BP_BattleDamageBuilder_C_ShouldBypassModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleDamageBuilder_C \ +static_assert(alignof(UBP_BattleDamageBuilder_C) == 0x000008, "Wrong alignment on UBP_BattleDamageBuilder_C"); \ +static_assert(sizeof(UBP_BattleDamageBuilder_C) == 0x0000F0, "Wrong size on UBP_BattleDamageBuilder_C"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, TargetCharacterStats) == 0x000028, "Member 'UBP_BattleDamageBuilder_C::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_CriticalHitDamageMultiplier) == 0x000030, "Member 'UBP_BattleDamageBuilder_C::INPUT_CriticalHitDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_CriticalHitChanceModifier) == 0x000038, "Member 'UBP_BattleDamageBuilder_C::INPUT_CriticalHitChanceModifier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_HitLocationOverride) == 0x000040, "Member 'UBP_BattleDamageBuilder_C::INPUT_HitLocationOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_BreakBarMultiplier) == 0x000058, "Member 'UBP_BattleDamageBuilder_C::INPUT_BreakBarMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, AttackElement) == 0x000060, "Member 'UBP_BattleDamageBuilder_C::AttackElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, AttackPowerMultiplier) == 0x000068, "Member 'UBP_BattleDamageBuilder_C::AttackPowerMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, FinalDamageMultiplier) == 0x000070, "Member 'UBP_BattleDamageBuilder_C::FinalDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, DamageSource) == 0x000078, "Member 'UBP_BattleDamageBuilder_C::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, DamageReason) == 0x000088, "Member 'UBP_BattleDamageBuilder_C::DamageReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_RegularHitChanceModifier) == 0x000090, "Member 'UBP_BattleDamageBuilder_C::INPUT_RegularHitChanceModifier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_UseDefenseAsAttackPower) == 0x000098, "Member 'UBP_BattleDamageBuilder_C::INPUT_UseDefenseAsAttackPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, DebugReason) == 0x0000A0, "Member 'UBP_BattleDamageBuilder_C::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, StraightDamage) == 0x0000B0, "Member 'UBP_BattleDamageBuilder_C::StraightDamage' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, INPUT_Deathtouch) == 0x0000B8, "Member 'UBP_BattleDamageBuilder_C::INPUT_Deathtouch' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, FeedbackReasonText) == 0x0000C0, "Member 'UBP_BattleDamageBuilder_C::FeedbackReasonText' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, FeedbackReasonColor) == 0x0000D0, "Member 'UBP_BattleDamageBuilder_C::FeedbackReasonColor' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, HitSoundOverride) == 0x0000E0, "Member 'UBP_BattleDamageBuilder_C::HitSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, IgnoreMarkedRemoval) == 0x0000E8, "Member 'UBP_BattleDamageBuilder_C::IgnoreMarkedRemoval' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, IgnoreShields) == 0x0000E9, "Member 'UBP_BattleDamageBuilder_C::IgnoreShields' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, ForcedCriticalHit) == 0x0000EA, "Member 'UBP_BattleDamageBuilder_C::ForcedCriticalHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamageBuilder_C, BypassModifiers) == 0x0000EB, "Member 'UBP_BattleDamageBuilder_C::BypassModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionCaller \ +static_assert(alignof(FFunctionCaller) == 0x000004, "Wrong alignment on FFunctionCaller"); \ +static_assert(sizeof(FFunctionCaller) == 0x000008, "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) == 0x000058, "Wrong size on FVariantDependency"); \ +static_assert(offsetof(FVariantDependency, VariantSet) == 0x000000, "Member 'FVariantDependency::VariantSet' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, Variant) == 0x000028, "Member 'FVariantDependency::Variant' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, bEnabled) == 0x000050, "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) == 0x000090, "Wrong size on ULevelVariantSets"); \ +static_assert(offsetof(ULevelVariantSets, DirectorClass) == 0x000028, "Member 'ULevelVariantSets::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelVariantSets, VariantSets) == 0x000030, "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) == 0x000300, "Wrong size on ALevelVariantSetsActor"); \ +static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000290, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x0002B0, "Member 'ALevelVariantSetsActor::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSetsFunctionDirector \ +static_assert(alignof(ULevelVariantSetsFunctionDirector) == 0x000008, "Wrong alignment on ULevelVariantSetsFunctionDirector"); \ +static_assert(sizeof(ULevelVariantSetsFunctionDirector) == 0x000040, "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) == 0x000010, "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) == 0x0001B0, "Wrong size on UPropertyValue"); \ +static_assert(offsetof(UPropertyValue, Properties) == 0x000088, "Member 'UPropertyValue::Properties' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertyIndices) == 0x000098, "Member 'UPropertyValue::PropertyIndices' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, CapturedPropSegments) == 0x0000A8, "Member 'UPropertyValue::CapturedPropSegments' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, FullDisplayString) == 0x0000B8, "Member 'UPropertyValue::FullDisplayString' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterName) == 0x0000C8, "Member 'UPropertyValue::PropertySetterName' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterParameterDefaults) == 0x0000D0, "Member 'UPropertyValue::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, bHasRecordedData) == 0x000120, "Member 'UPropertyValue::bHasRecordedData' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, LeafPropertyClass) == 0x000128, "Member 'UPropertyValue::LeafPropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, ValueBytes) == 0x000138, "Member 'UPropertyValue::ValueBytes' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropCategory) == 0x000148, "Member 'UPropertyValue::PropCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValueTransform \ +static_assert(alignof(UPropertyValueTransform) == 0x000008, "Wrong alignment on UPropertyValueTransform"); \ +static_assert(sizeof(UPropertyValueTransform) == 0x0001B0, "Wrong size on UPropertyValueTransform"); \ + +#define DUMPER7_ASSERTS_UPropertyValueVisibility \ +static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ +static_assert(sizeof(UPropertyValueVisibility) == 0x0001B0, "Wrong size on UPropertyValueVisibility"); \ + +#define DUMPER7_ASSERTS_UPropertyValueColor \ +static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ +static_assert(sizeof(UPropertyValueColor) == 0x0001B0, "Wrong size on UPropertyValueColor"); \ + +#define DUMPER7_ASSERTS_UPropertyValueMaterial \ +static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ +static_assert(sizeof(UPropertyValueMaterial) == 0x0001B0, "Wrong size on UPropertyValueMaterial"); \ + +#define DUMPER7_ASSERTS_UPropertyValueOption \ +static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ +static_assert(sizeof(UPropertyValueOption) == 0x0001B0, "Wrong size on UPropertyValueOption"); \ + +#define DUMPER7_ASSERTS_UPropertyValueSoftObject \ +static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ +static_assert(sizeof(UPropertyValueSoftObject) == 0x0001B0, "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) == 0x0002B8, "Wrong size on ASwitchActor"); \ +static_assert(offsetof(ASwitchActor, SceneComponent) == 0x0002A8, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x0002B0, "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) == 0x000060, "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) == 0x000058, "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) == 0x000060, "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) == 0x000060, "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) == 0x000010, "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) == 0x000080, "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) == 0x000070, "Member 'Variant_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, MinZ) == 0x000074, "Member 'Variant_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, Gamma) == 0x000078, "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) == 0x000010, "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) == 0x000070, "Wrong size on UVariant"); \ +static_assert(offsetof(UVariant, Dependencies) == 0x000028, "Member 'UVariant::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UVariant, DisplayText) == 0x000038, "Member 'UVariant::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariant, ObjectBindings) == 0x000058, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UVariant, Thumbnail) == 0x000068, "Member 'UVariant::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantObjectBinding \ +static_assert(alignof(UVariantObjectBinding) == 0x000008, "Wrong alignment on UVariantObjectBinding"); \ +static_assert(sizeof(UVariantObjectBinding) == 0x000090, "Wrong size on UVariantObjectBinding"); \ +static_assert(offsetof(UVariantObjectBinding, CachedActorLabel) == 0x000028, "Member 'UVariantObjectBinding::CachedActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, ObjectPtr) == 0x000038, "Member 'UVariantObjectBinding::ObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, LazyObjectPtr) == 0x000058, "Member 'UVariantObjectBinding::LazyObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, CapturedProperties) == 0x000070, "Member 'UVariantObjectBinding::CapturedProperties' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, FunctionCallers) == 0x000080, "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) == 0x000010, "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) == 0x000080, "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) == 0x000070, "Member 'VariantSet_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, MinZ) == 0x000074, "Member 'VariantSet_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, Gamma) == 0x000078, "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) == 0x000010, "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) == 0x000068, "Wrong size on UVariantSet"); \ +static_assert(offsetof(UVariantSet, DisplayText) == 0x000028, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, bExpanded) == 0x000048, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Variants) == 0x000050, "Member 'UVariantSet::Variants' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Thumbnail) == 0x000060, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithImportInfo \ +static_assert(alignof(FDatasmithImportInfo) == 0x000001, "Wrong alignment on FDatasmithImportInfo"); \ +static_assert(sizeof(FDatasmithImportInfo) == 0x000001, "Wrong size on FDatasmithImportInfo"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraLookatTrackingSettingsTemplate \ +static_assert(alignof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000008, "Wrong alignment on FDatasmithCameraLookatTrackingSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraLookatTrackingSettingsTemplate) == 0x000030, "Wrong size on FDatasmithCameraLookatTrackingSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraLookatTrackingSettingsTemplate, ActorToTrack) == 0x000008, "Member 'FDatasmithCameraLookatTrackingSettingsTemplate::ActorToTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraFilmbackSettingsTemplate \ +static_assert(alignof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFilmbackSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraFilmbackSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFilmbackSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorWidth) == 0x000000, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithCameraFilmbackSettingsTemplate, SensorHeight) == 0x000004, "Member 'FDatasmithCameraFilmbackSettingsTemplate::SensorHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraLensSettingsTemplate \ +static_assert(alignof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraLensSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraLensSettingsTemplate) == 0x000004, "Wrong size on FDatasmithCameraLensSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraLensSettingsTemplate, MaxFStop) == 0x000000, "Member 'FDatasmithCameraLensSettingsTemplate::MaxFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithCameraFocusSettingsTemplate \ +static_assert(alignof(FDatasmithCameraFocusSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithCameraFocusSettingsTemplate"); \ +static_assert(sizeof(FDatasmithCameraFocusSettingsTemplate) == 0x000008, "Wrong size on FDatasmithCameraFocusSettingsTemplate"); \ +static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, FocusMethod) == 0x000000, "Member 'FDatasmithCameraFocusSettingsTemplate::FocusMethod' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithCameraFocusSettingsTemplate, ManualFocusDistance) == 0x000004, "Member 'FDatasmithCameraFocusSettingsTemplate::ManualFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithPostProcessSettingsTemplate \ +static_assert(alignof(FDatasmithPostProcessSettingsTemplate) == 0x000010, "Wrong alignment on FDatasmithPostProcessSettingsTemplate"); \ +static_assert(sizeof(FDatasmithPostProcessSettingsTemplate) == 0x000040, "Wrong size on FDatasmithPostProcessSettingsTemplate"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, WhiteTemp) == 0x000008, "Member 'FDatasmithPostProcessSettingsTemplate::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, VignetteIntensity) == 0x00000C, "Member 'FDatasmithPostProcessSettingsTemplate::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, ColorSaturation) == 0x000010, "Member 'FDatasmithPostProcessSettingsTemplate::ColorSaturation' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, AutoExposureMethod) == 0x000030, "Member 'FDatasmithPostProcessSettingsTemplate::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraISO) == 0x000034, "Member 'FDatasmithPostProcessSettingsTemplate::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, CameraShutterSpeed) == 0x000038, "Member 'FDatasmithPostProcessSettingsTemplate::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithPostProcessSettingsTemplate, DepthOfFieldFstop) == 0x00003C, "Member 'FDatasmithPostProcessSettingsTemplate::DepthOfFieldFstop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithAssetImportOptions \ +static_assert(alignof(FDatasmithAssetImportOptions) == 0x000004, "Wrong alignment on FDatasmithAssetImportOptions"); \ +static_assert(sizeof(FDatasmithAssetImportOptions) == 0x000008, "Wrong size on FDatasmithAssetImportOptions"); \ +static_assert(offsetof(FDatasmithAssetImportOptions, PackagePath) == 0x000000, "Member 'FDatasmithAssetImportOptions::PackagePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithStaticMeshImportOptions \ +static_assert(alignof(FDatasmithStaticMeshImportOptions) == 0x000001, "Wrong alignment on FDatasmithStaticMeshImportOptions"); \ +static_assert(sizeof(FDatasmithStaticMeshImportOptions) == 0x000004, "Wrong size on FDatasmithStaticMeshImportOptions"); \ +static_assert(offsetof(FDatasmithStaticMeshImportOptions, MinLightmapResolution) == 0x000000, "Member 'FDatasmithStaticMeshImportOptions::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithStaticMeshImportOptions, MaxLightmapResolution) == 0x000001, "Member 'FDatasmithStaticMeshImportOptions::MaxLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithStaticMeshImportOptions, bGenerateLightmapUVs) == 0x000002, "Member 'FDatasmithStaticMeshImportOptions::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithStaticMeshImportOptions, bRemoveDegenerates) == 0x000003, "Member 'FDatasmithStaticMeshImportOptions::bRemoveDegenerates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithReimportOptions \ +static_assert(alignof(FDatasmithReimportOptions) == 0x000001, "Wrong alignment on FDatasmithReimportOptions"); \ +static_assert(sizeof(FDatasmithReimportOptions) == 0x000002, "Wrong size on FDatasmithReimportOptions"); \ +static_assert(offsetof(FDatasmithReimportOptions, bUpdateActors) == 0x000000, "Member 'FDatasmithReimportOptions::bUpdateActors' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithReimportOptions, bRespawnDeletedActors) == 0x000001, "Member 'FDatasmithReimportOptions::bRespawnDeletedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithImportBaseOptions \ +static_assert(alignof(FDatasmithImportBaseOptions) == 0x000004, "Wrong alignment on FDatasmithImportBaseOptions"); \ +static_assert(sizeof(FDatasmithImportBaseOptions) == 0x000014, "Wrong size on FDatasmithImportBaseOptions"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, SceneHandling) == 0x000000, "Member 'FDatasmithImportBaseOptions::SceneHandling' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeGeometry) == 0x000001, "Member 'FDatasmithImportBaseOptions::bIncludeGeometry' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeMaterial) == 0x000002, "Member 'FDatasmithImportBaseOptions::bIncludeMaterial' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeLight) == 0x000003, "Member 'FDatasmithImportBaseOptions::bIncludeLight' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeCamera) == 0x000004, "Member 'FDatasmithImportBaseOptions::bIncludeCamera' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeAnimation) == 0x000005, "Member 'FDatasmithImportBaseOptions::bIncludeAnimation' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, AssetOptions) == 0x000008, "Member 'FDatasmithImportBaseOptions::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithImportBaseOptions, StaticMeshOptions) == 0x000010, "Member 'FDatasmithImportBaseOptions::StaticMeshOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithTessellationOptions \ +static_assert(alignof(FDatasmithTessellationOptions) == 0x000004, "Wrong alignment on FDatasmithTessellationOptions"); \ +static_assert(sizeof(FDatasmithTessellationOptions) == 0x000010, "Wrong size on FDatasmithTessellationOptions"); \ +static_assert(offsetof(FDatasmithTessellationOptions, ChordTolerance) == 0x000000, "Member 'FDatasmithTessellationOptions::ChordTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, MaxEdgeLength) == 0x000004, "Member 'FDatasmithTessellationOptions::MaxEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, NormalTolerance) == 0x000008, "Member 'FDatasmithTessellationOptions::NormalTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithTessellationOptions, StitchingTechnique) == 0x00000C, "Member 'FDatasmithTessellationOptions::StitchingTechnique' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithRetessellationOptions \ +static_assert(alignof(FDatasmithRetessellationOptions) == 0x000004, "Wrong alignment on FDatasmithRetessellationOptions"); \ +static_assert(sizeof(FDatasmithRetessellationOptions) == 0x000014, "Wrong size on FDatasmithRetessellationOptions"); \ +static_assert(offsetof(FDatasmithRetessellationOptions, RetessellationRule) == 0x000010, "Member 'FDatasmithRetessellationOptions::RetessellationRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithStaticParameterSetTemplate \ +static_assert(alignof(FDatasmithStaticParameterSetTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticParameterSetTemplate"); \ +static_assert(sizeof(FDatasmithStaticParameterSetTemplate) == 0x000050, "Wrong size on FDatasmithStaticParameterSetTemplate"); \ +static_assert(offsetof(FDatasmithStaticParameterSetTemplate, StaticSwitchParameters) == 0x000000, "Member 'FDatasmithStaticParameterSetTemplate::StaticSwitchParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithMeshBuildSettingsTemplate \ +static_assert(alignof(FDatasmithMeshBuildSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshBuildSettingsTemplate"); \ +static_assert(sizeof(FDatasmithMeshBuildSettingsTemplate) == 0x000010, "Wrong size on FDatasmithMeshBuildSettingsTemplate"); \ +static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, MinLightmapResolution) == 0x000004, "Member 'FDatasmithMeshBuildSettingsTemplate::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, SrcLightmapIndex) == 0x000008, "Member 'FDatasmithMeshBuildSettingsTemplate::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, DstLightmapIndex) == 0x00000C, "Member 'FDatasmithMeshBuildSettingsTemplate::DstLightmapIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithStaticMaterialTemplate \ +static_assert(alignof(FDatasmithStaticMaterialTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticMaterialTemplate"); \ +static_assert(sizeof(FDatasmithStaticMaterialTemplate) == 0x000010, "Wrong size on FDatasmithStaticMaterialTemplate"); \ +static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialSlotName) == 0x000000, "Member 'FDatasmithStaticMaterialTemplate::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialInterface) == 0x000008, "Member 'FDatasmithStaticMaterialTemplate::MaterialInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoTemplate \ +static_assert(alignof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshSectionInfoTemplate"); \ +static_assert(sizeof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong size on FDatasmithMeshSectionInfoTemplate"); \ +static_assert(offsetof(FDatasmithMeshSectionInfoTemplate, MaterialIndex) == 0x000000, "Member 'FDatasmithMeshSectionInfoTemplate::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoMapTemplate \ +static_assert(alignof(FDatasmithMeshSectionInfoMapTemplate) == 0x000008, "Wrong alignment on FDatasmithMeshSectionInfoMapTemplate"); \ +static_assert(sizeof(FDatasmithMeshSectionInfoMapTemplate) == 0x000050, "Wrong size on FDatasmithMeshSectionInfoMapTemplate"); \ +static_assert(offsetof(FDatasmithMeshSectionInfoMapTemplate, Map) == 0x000000, "Member 'FDatasmithMeshSectionInfoMapTemplate::Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithObjectTemplate \ +static_assert(alignof(UDatasmithObjectTemplate) == 0x000008, "Wrong alignment on UDatasmithObjectTemplate"); \ +static_assert(sizeof(UDatasmithObjectTemplate) == 0x000030, "Wrong size on UDatasmithObjectTemplate"); \ + +#define DUMPER7_ASSERTS_UDatasmithActorTemplate \ +static_assert(alignof(UDatasmithActorTemplate) == 0x000008, "Wrong alignment on UDatasmithActorTemplate"); \ +static_assert(sizeof(UDatasmithActorTemplate) == 0x0000D0, "Wrong size on UDatasmithActorTemplate"); \ +static_assert(offsetof(UDatasmithActorTemplate, Layers) == 0x000030, "Member 'UDatasmithActorTemplate::Layers' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithActorTemplate, Tags) == 0x000080, "Member 'UDatasmithActorTemplate::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAdditionalData \ +static_assert(alignof(UDatasmithAdditionalData) == 0x000008, "Wrong alignment on UDatasmithAdditionalData"); \ +static_assert(sizeof(UDatasmithAdditionalData) == 0x000028, "Wrong size on UDatasmithAdditionalData"); \ + +#define DUMPER7_ASSERTS_ADatasmithAreaLightActor \ +static_assert(alignof(ADatasmithAreaLightActor) == 0x000008, "Wrong alignment on ADatasmithAreaLightActor"); \ +static_assert(sizeof(ADatasmithAreaLightActor) == 0x000308, "Wrong size on ADatasmithAreaLightActor"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000290, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000291, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x000292, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x000298, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x0002A8, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x0002AC, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x0002B0, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x0002C0, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x0002C8, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x0002D0, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x0002D4, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x0002D8, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x0002F0, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x0002F4, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x0002F8, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x0002FC, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x000300, "Member 'ADatasmithAreaLightActor::SpotlightOuterAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAreaLightActorTemplate \ +static_assert(alignof(UDatasmithAreaLightActorTemplate) == 0x000008, "Wrong alignment on UDatasmithAreaLightActorTemplate"); \ +static_assert(sizeof(UDatasmithAreaLightActorTemplate) == 0x0000C0, "Wrong size on UDatasmithAreaLightActorTemplate"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, LightType) == 0x000030, "Member 'UDatasmithAreaLightActorTemplate::LightType' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, LightShape) == 0x000031, "Member 'UDatasmithAreaLightActorTemplate::LightShape' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, Dimensions) == 0x000038, "Member 'UDatasmithAreaLightActorTemplate::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, Color) == 0x000048, "Member 'UDatasmithAreaLightActorTemplate::Color' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, Intensity) == 0x000058, "Member 'UDatasmithAreaLightActorTemplate::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, IntensityUnits) == 0x00005C, "Member 'UDatasmithAreaLightActorTemplate::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, Temperature) == 0x000060, "Member 'UDatasmithAreaLightActorTemplate::Temperature' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, IESTexture) == 0x000068, "Member 'UDatasmithAreaLightActorTemplate::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, bUseIESBrightness) == 0x000090, "Member 'UDatasmithAreaLightActorTemplate::bUseIESBrightness' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, IESBrightnessScale) == 0x000094, "Member 'UDatasmithAreaLightActorTemplate::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, Rotation) == 0x000098, "Member 'UDatasmithAreaLightActorTemplate::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, SourceRadius) == 0x0000B0, "Member 'UDatasmithAreaLightActorTemplate::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, SourceLength) == 0x0000B4, "Member 'UDatasmithAreaLightActorTemplate::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithAreaLightActorTemplate, AttenuationRadius) == 0x0000B8, "Member 'UDatasmithAreaLightActorTemplate::AttenuationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAssetImportData \ +static_assert(alignof(UDatasmithAssetImportData) == 0x000008, "Wrong alignment on UDatasmithAssetImportData"); \ +static_assert(sizeof(UDatasmithAssetImportData) == 0x000028, "Wrong size on UDatasmithAssetImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshImportData \ +static_assert(alignof(UDatasmithStaticMeshImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshCADImportData \ +static_assert(alignof(UDatasmithStaticMeshCADImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshCADImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshCADImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshCADImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithSceneImportData \ +static_assert(alignof(UDatasmithSceneImportData) == 0x000008, "Wrong alignment on UDatasmithSceneImportData"); \ +static_assert(sizeof(UDatasmithSceneImportData) == 0x000028, "Wrong size on UDatasmithSceneImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithTranslatedSceneImportData \ +static_assert(alignof(UDatasmithTranslatedSceneImportData) == 0x000008, "Wrong alignment on UDatasmithTranslatedSceneImportData"); \ +static_assert(sizeof(UDatasmithTranslatedSceneImportData) == 0x000028, "Wrong size on UDatasmithTranslatedSceneImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithCADImportSceneData \ +static_assert(alignof(UDatasmithCADImportSceneData) == 0x000008, "Wrong alignment on UDatasmithCADImportSceneData"); \ +static_assert(sizeof(UDatasmithCADImportSceneData) == 0x000028, "Wrong size on UDatasmithCADImportSceneData"); \ + +#define DUMPER7_ASSERTS_UDatasmithMDLSceneImportData \ +static_assert(alignof(UDatasmithMDLSceneImportData) == 0x000008, "Wrong alignment on UDatasmithMDLSceneImportData"); \ +static_assert(sizeof(UDatasmithMDLSceneImportData) == 0x000028, "Wrong size on UDatasmithMDLSceneImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithGLTFSceneImportData \ +static_assert(alignof(UDatasmithGLTFSceneImportData) == 0x000008, "Wrong alignment on UDatasmithGLTFSceneImportData"); \ +static_assert(sizeof(UDatasmithGLTFSceneImportData) == 0x000070, "Wrong size on UDatasmithGLTFSceneImportData"); \ +static_assert(offsetof(UDatasmithGLTFSceneImportData, Generator) == 0x000028, "Member 'UDatasmithGLTFSceneImportData::Generator' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithGLTFSceneImportData, Version) == 0x000038, "Member 'UDatasmithGLTFSceneImportData::Version' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithGLTFSceneImportData, Author) == 0x000040, "Member 'UDatasmithGLTFSceneImportData::Author' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithGLTFSceneImportData, License) == 0x000050, "Member 'UDatasmithGLTFSceneImportData::License' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithGLTFSceneImportData, Source) == 0x000060, "Member 'UDatasmithGLTFSceneImportData::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshGLTFImportData \ +static_assert(alignof(UDatasmithStaticMeshGLTFImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshGLTFImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshGLTFImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshGLTFImportData"); \ +static_assert(offsetof(UDatasmithStaticMeshGLTFImportData, SourceMeshName) == 0x000028, "Member 'UDatasmithStaticMeshGLTFImportData::SourceMeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithFBXSceneImportData \ +static_assert(alignof(UDatasmithFBXSceneImportData) == 0x000008, "Wrong alignment on UDatasmithFBXSceneImportData"); \ +static_assert(sizeof(UDatasmithFBXSceneImportData) == 0x000048, "Wrong size on UDatasmithFBXSceneImportData"); \ +static_assert(offsetof(UDatasmithFBXSceneImportData, bGenerateLightmapUVs) == 0x000028, "Member 'UDatasmithFBXSceneImportData::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithFBXSceneImportData, TexturesDir) == 0x000030, "Member 'UDatasmithFBXSceneImportData::TexturesDir' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithFBXSceneImportData, IntermediateSerialization) == 0x000040, "Member 'UDatasmithFBXSceneImportData::IntermediateSerialization' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithFBXSceneImportData, bColorizeMaterials) == 0x000041, "Member 'UDatasmithFBXSceneImportData::bColorizeMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithDeltaGenAssetImportData \ +static_assert(alignof(UDatasmithDeltaGenAssetImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenAssetImportData"); \ +static_assert(sizeof(UDatasmithDeltaGenAssetImportData) == 0x000028, "Wrong size on UDatasmithDeltaGenAssetImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithDeltaGenSceneImportData \ +static_assert(alignof(UDatasmithDeltaGenSceneImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenSceneImportData"); \ +static_assert(sizeof(UDatasmithDeltaGenSceneImportData) == 0x000090, "Wrong size on UDatasmithDeltaGenSceneImportData"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithDeltaGenSceneImportData::bMergeNodes' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithDeltaGenSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bRemoveInvisibleNodes) == 0x00004A, "Member 'UDatasmithDeltaGenSceneImportData::bRemoveInvisibleNodes' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bSimplifyNodeHierarchy) == 0x00004B, "Member 'UDatasmithDeltaGenSceneImportData::bSimplifyNodeHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportVar) == 0x00004C, "Member 'UDatasmithDeltaGenSceneImportData::bImportVar' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, VarPath) == 0x000050, "Member 'UDatasmithDeltaGenSceneImportData::VarPath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportPos) == 0x000060, "Member 'UDatasmithDeltaGenSceneImportData::bImportPos' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, PosPath) == 0x000068, "Member 'UDatasmithDeltaGenSceneImportData::PosPath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportTml) == 0x000078, "Member 'UDatasmithDeltaGenSceneImportData::bImportTml' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDeltaGenSceneImportData, TmlPath) == 0x000080, "Member 'UDatasmithDeltaGenSceneImportData::TmlPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithVREDAssetImportData \ +static_assert(alignof(UDatasmithVREDAssetImportData) == 0x000008, "Wrong alignment on UDatasmithVREDAssetImportData"); \ +static_assert(sizeof(UDatasmithVREDAssetImportData) == 0x000028, "Wrong size on UDatasmithVREDAssetImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithVREDSceneImportData \ +static_assert(alignof(UDatasmithVREDSceneImportData) == 0x000008, "Wrong alignment on UDatasmithVREDSceneImportData"); \ +static_assert(sizeof(UDatasmithVREDSceneImportData) == 0x0000A8, "Wrong size on UDatasmithVREDSceneImportData"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithVREDSceneImportData::bMergeNodes' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithVREDSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bImportMats) == 0x00004A, "Member 'UDatasmithVREDSceneImportData::bImportMats' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, MatsPath) == 0x000050, "Member 'UDatasmithVREDSceneImportData::MatsPath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bImportVar) == 0x000060, "Member 'UDatasmithVREDSceneImportData::bImportVar' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bCleanVar) == 0x000061, "Member 'UDatasmithVREDSceneImportData::bCleanVar' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, VarPath) == 0x000068, "Member 'UDatasmithVREDSceneImportData::VarPath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bImportLightInfo) == 0x000078, "Member 'UDatasmithVREDSceneImportData::bImportLightInfo' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, LightInfoPath) == 0x000080, "Member 'UDatasmithVREDSceneImportData::LightInfoPath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, bImportClipInfo) == 0x000090, "Member 'UDatasmithVREDSceneImportData::bImportClipInfo' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithVREDSceneImportData, ClipInfoPath) == 0x000098, "Member 'UDatasmithVREDSceneImportData::ClipInfoPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithAssetUserData \ +static_assert(alignof(UDatasmithAssetUserData) == 0x000008, "Wrong alignment on UDatasmithAssetUserData"); \ +static_assert(sizeof(UDatasmithAssetUserData) == 0x000078, "Wrong size on UDatasmithAssetUserData"); \ +static_assert(offsetof(UDatasmithAssetUserData, MetaData) == 0x000028, "Member 'UDatasmithAssetUserData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithCineCameraActorTemplate \ +static_assert(alignof(UDatasmithCineCameraActorTemplate) == 0x000008, "Wrong alignment on UDatasmithCineCameraActorTemplate"); \ +static_assert(sizeof(UDatasmithCineCameraActorTemplate) == 0x000060, "Wrong size on UDatasmithCineCameraActorTemplate"); \ +static_assert(offsetof(UDatasmithCineCameraActorTemplate, LookatTrackingSettings) == 0x000030, "Member 'UDatasmithCineCameraActorTemplate::LookatTrackingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithCineCameraComponentTemplate \ +static_assert(alignof(UDatasmithCineCameraComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithCineCameraComponentTemplate"); \ +static_assert(sizeof(UDatasmithCineCameraComponentTemplate) == 0x000090, "Wrong size on UDatasmithCineCameraComponentTemplate"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FilmbackSettings) == 0x000030, "Member 'UDatasmithCineCameraComponentTemplate::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, LensSettings) == 0x000038, "Member 'UDatasmithCineCameraComponentTemplate::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FocusSettings) == 0x00003C, "Member 'UDatasmithCineCameraComponentTemplate::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentFocalLength) == 0x000044, "Member 'UDatasmithCineCameraComponentTemplate::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentAperture) == 0x000048, "Member 'UDatasmithCineCameraComponentTemplate::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithCineCameraComponentTemplate, PostProcessSettings) == 0x000050, "Member 'UDatasmithCineCameraComponentTemplate::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserData \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000010, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, ReturnValue) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000038, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, StringToMatch) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::StringToMatch' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutKeys) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutValues) == 0x000028, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000028, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Key) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Key' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, bPartialMatchKey) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::bPartialMatchKey' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, ReturnValue) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey \ +static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey"); \ +static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey) == 0x000028, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey::Object' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey, Key) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey::Key' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey, bPartialMatchKey) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey::bPartialMatchKey' has a wrong offset!"); \ +static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey, ReturnValue) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValuesForKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithContentBlueprintLibrary \ +static_assert(alignof(UDatasmithContentBlueprintLibrary) == 0x000008, "Wrong alignment on UDatasmithContentBlueprintLibrary"); \ +static_assert(sizeof(UDatasmithContentBlueprintLibrary) == 0x000028, "Wrong size on UDatasmithContentBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UDatasmithCustomActionBase \ +static_assert(alignof(UDatasmithCustomActionBase) == 0x000008, "Wrong alignment on UDatasmithCustomActionBase"); \ +static_assert(sizeof(UDatasmithCustomActionBase) == 0x000030, "Wrong size on UDatasmithCustomActionBase"); \ + +#define DUMPER7_ASSERTS_UDatasmithDecalComponentTemplate \ +static_assert(alignof(UDatasmithDecalComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithDecalComponentTemplate"); \ +static_assert(sizeof(UDatasmithDecalComponentTemplate) == 0x000058, "Wrong size on UDatasmithDecalComponentTemplate"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, SortOrder) == 0x000030, "Member 'UDatasmithDecalComponentTemplate::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, DecalSize) == 0x000038, "Member 'UDatasmithDecalComponentTemplate::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithDecalComponentTemplate, Material) == 0x000050, "Member 'UDatasmithDecalComponentTemplate::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DatasmithImportedSequencesActor_PlayLevelSequence \ +static_assert(alignof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong alignment on DatasmithImportedSequencesActor_PlayLevelSequence"); \ +static_assert(sizeof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong size on DatasmithImportedSequencesActor_PlayLevelSequence"); \ +static_assert(offsetof(DatasmithImportedSequencesActor_PlayLevelSequence, SequenceToPlay) == 0x000000, "Member 'DatasmithImportedSequencesActor_PlayLevelSequence::SequenceToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADatasmithImportedSequencesActor \ +static_assert(alignof(ADatasmithImportedSequencesActor) == 0x000008, "Wrong alignment on ADatasmithImportedSequencesActor"); \ +static_assert(sizeof(ADatasmithImportedSequencesActor) == 0x0002A0, "Wrong size on ADatasmithImportedSequencesActor"); \ +static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000290, "Member 'ADatasmithImportedSequencesActor::ImportedSequences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithOptionsBase \ +static_assert(alignof(UDatasmithOptionsBase) == 0x000008, "Wrong alignment on UDatasmithOptionsBase"); \ +static_assert(sizeof(UDatasmithOptionsBase) == 0x000028, "Wrong size on UDatasmithOptionsBase"); \ + +#define DUMPER7_ASSERTS_UDatasmithCommonTessellationOptions \ +static_assert(alignof(UDatasmithCommonTessellationOptions) == 0x000008, "Wrong alignment on UDatasmithCommonTessellationOptions"); \ +static_assert(sizeof(UDatasmithCommonTessellationOptions) == 0x000038, "Wrong size on UDatasmithCommonTessellationOptions"); \ +static_assert(offsetof(UDatasmithCommonTessellationOptions, Options) == 0x000028, "Member 'UDatasmithCommonTessellationOptions::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithImportOptions \ +static_assert(alignof(UDatasmithImportOptions) == 0x000008, "Wrong alignment on UDatasmithImportOptions"); \ +static_assert(sizeof(UDatasmithImportOptions) == 0x000090, "Wrong size on UDatasmithImportOptions"); \ +static_assert(offsetof(UDatasmithImportOptions, SearchPackagePolicy) == 0x000028, "Member 'UDatasmithImportOptions::SearchPackagePolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, MaterialConflictPolicy) == 0x000029, "Member 'UDatasmithImportOptions::MaterialConflictPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, TextureConflictPolicy) == 0x00002A, "Member 'UDatasmithImportOptions::TextureConflictPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, StaticMeshActorImportPolicy) == 0x00002B, "Member 'UDatasmithImportOptions::StaticMeshActorImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, LightImportPolicy) == 0x00002C, "Member 'UDatasmithImportOptions::LightImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, CameraImportPolicy) == 0x00002D, "Member 'UDatasmithImportOptions::CameraImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, OtherActorImportPolicy) == 0x00002E, "Member 'UDatasmithImportOptions::OtherActorImportPolicy' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, MaterialQuality) == 0x00002F, "Member 'UDatasmithImportOptions::MaterialQuality' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, BaseOptions) == 0x000030, "Member 'UDatasmithImportOptions::BaseOptions' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, ReimportOptions) == 0x000044, "Member 'UDatasmithImportOptions::ReimportOptions' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, Filename) == 0x000048, "Member 'UDatasmithImportOptions::Filename' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, FilePath) == 0x000058, "Member 'UDatasmithImportOptions::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithImportOptions, SourceUri) == 0x000068, "Member 'UDatasmithImportOptions::SourceUri' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithLandscapeTemplate \ +static_assert(alignof(UDatasmithLandscapeTemplate) == 0x000008, "Wrong alignment on UDatasmithLandscapeTemplate"); \ +static_assert(sizeof(UDatasmithLandscapeTemplate) == 0x000040, "Wrong size on UDatasmithLandscapeTemplate"); \ +static_assert(offsetof(UDatasmithLandscapeTemplate, LandscapeMaterial) == 0x000030, "Member 'UDatasmithLandscapeTemplate::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLandscapeTemplate, StaticLightingLOD) == 0x000038, "Member 'UDatasmithLandscapeTemplate::StaticLightingLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithLightComponentTemplate \ +static_assert(alignof(UDatasmithLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithLightComponentTemplate) == 0x000068, "Wrong size on UDatasmithLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, Intensity) == 0x000038, "Member 'UDatasmithLightComponentTemplate::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, Temperature) == 0x00003C, "Member 'UDatasmithLightComponentTemplate::Temperature' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, IESBrightnessScale) == 0x000040, "Member 'UDatasmithLightComponentTemplate::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, LightColor) == 0x000044, "Member 'UDatasmithLightComponentTemplate::LightColor' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, LightFunctionMaterial) == 0x000058, "Member 'UDatasmithLightComponentTemplate::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithLightComponentTemplate, IESTexture) == 0x000060, "Member 'UDatasmithLightComponentTemplate::IESTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithMaterialInstanceTemplate \ +static_assert(alignof(UDatasmithMaterialInstanceTemplate) == 0x000008, "Wrong alignment on UDatasmithMaterialInstanceTemplate"); \ +static_assert(sizeof(UDatasmithMaterialInstanceTemplate) == 0x000198, "Wrong size on UDatasmithMaterialInstanceTemplate"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ParentMaterial) == 0x000030, "Member 'UDatasmithMaterialInstanceTemplate::ParentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, ScalarParameterValues) == 0x000058, "Member 'UDatasmithMaterialInstanceTemplate::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, VectorParameterValues) == 0x0000A8, "Member 'UDatasmithMaterialInstanceTemplate::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, TextureParameterValues) == 0x0000F8, "Member 'UDatasmithMaterialInstanceTemplate::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithMaterialInstanceTemplate, StaticParameters) == 0x000148, "Member 'UDatasmithMaterialInstanceTemplate::StaticParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithPointLightComponentTemplate \ +static_assert(alignof(UDatasmithPointLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithPointLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithPointLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithPointLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, IntensityUnits) == 0x000030, "Member 'UDatasmithPointLightComponentTemplate::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceRadius) == 0x000034, "Member 'UDatasmithPointLightComponentTemplate::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, SourceLength) == 0x000038, "Member 'UDatasmithPointLightComponentTemplate::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithPointLightComponentTemplate, AttenuationRadius) == 0x00003C, "Member 'UDatasmithPointLightComponentTemplate::AttenuationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithPostProcessVolumeTemplate \ +static_assert(alignof(UDatasmithPostProcessVolumeTemplate) == 0x000010, "Wrong alignment on UDatasmithPostProcessVolumeTemplate"); \ +static_assert(sizeof(UDatasmithPostProcessVolumeTemplate) == 0x000080, "Wrong size on UDatasmithPostProcessVolumeTemplate"); \ +static_assert(offsetof(UDatasmithPostProcessVolumeTemplate, Settings) == 0x000030, "Member 'UDatasmithPostProcessVolumeTemplate::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithScene \ +static_assert(alignof(UDatasmithScene) == 0x000008, "Wrong alignment on UDatasmithScene"); \ +static_assert(sizeof(UDatasmithScene) == 0x000030, "Wrong size on UDatasmithScene"); \ + +#define DUMPER7_ASSERTS_ADatasmithSceneActor \ +static_assert(alignof(ADatasmithSceneActor) == 0x000008, "Wrong alignment on ADatasmithSceneActor"); \ +static_assert(sizeof(ADatasmithSceneActor) == 0x0002E8, "Wrong size on ADatasmithSceneActor"); \ +static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000290, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000298, "Member 'ADatasmithSceneActor::RelatedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSceneComponentTemplate \ +static_assert(alignof(UDatasmithSceneComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithSceneComponentTemplate"); \ +static_assert(sizeof(UDatasmithSceneComponentTemplate) == 0x000120, "Wrong size on UDatasmithSceneComponentTemplate"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, RelativeTransform) == 0x000030, "Member 'UDatasmithSceneComponentTemplate::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, Mobility) == 0x000090, "Member 'UDatasmithSceneComponentTemplate::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, AttachParent) == 0x000098, "Member 'UDatasmithSceneComponentTemplate::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, bVisible) == 0x0000C0, "Member 'UDatasmithSceneComponentTemplate::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, bCastShadow) == 0x0000C1, "Member 'UDatasmithSceneComponentTemplate::bCastShadow' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSceneComponentTemplate, Tags) == 0x0000C8, "Member 'UDatasmithSceneComponentTemplate::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSkyLightComponentTemplate \ +static_assert(alignof(UDatasmithSkyLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSkyLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithSkyLightComponentTemplate) == 0x000040, "Wrong size on UDatasmithSkyLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, SourceType) == 0x000030, "Member 'UDatasmithSkyLightComponentTemplate::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, CubemapResolution) == 0x000034, "Member 'UDatasmithSkyLightComponentTemplate::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSkyLightComponentTemplate, Cubemap) == 0x000038, "Member 'UDatasmithSkyLightComponentTemplate::Cubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithSpotLightComponentTemplate \ +static_assert(alignof(UDatasmithSpotLightComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithSpotLightComponentTemplate"); \ +static_assert(sizeof(UDatasmithSpotLightComponentTemplate) == 0x000038, "Wrong size on UDatasmithSpotLightComponentTemplate"); \ +static_assert(offsetof(UDatasmithSpotLightComponentTemplate, InnerConeAngle) == 0x000030, "Member 'UDatasmithSpotLightComponentTemplate::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithSpotLightComponentTemplate, OuterConeAngle) == 0x000034, "Member 'UDatasmithSpotLightComponentTemplate::OuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshComponentTemplate \ +static_assert(alignof(UDatasmithStaticMeshComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshComponentTemplate"); \ +static_assert(sizeof(UDatasmithStaticMeshComponentTemplate) == 0x000048, "Wrong size on UDatasmithStaticMeshComponentTemplate"); \ +static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, StaticMesh) == 0x000030, "Member 'UDatasmithStaticMeshComponentTemplate::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshComponentTemplate, OverrideMaterials) == 0x000038, "Member 'UDatasmithStaticMeshComponentTemplate::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshTemplate \ +static_assert(alignof(UDatasmithStaticMeshTemplate) == 0x000008, "Wrong alignment on UDatasmithStaticMeshTemplate"); \ +static_assert(sizeof(UDatasmithStaticMeshTemplate) == 0x0000A8, "Wrong size on UDatasmithStaticMeshTemplate"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, SectionInfoMap) == 0x000030, "Member 'UDatasmithStaticMeshTemplate::SectionInfoMap' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapCoordinateIndex) == 0x000080, "Member 'UDatasmithStaticMeshTemplate::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, LightMapResolution) == 0x000084, "Member 'UDatasmithStaticMeshTemplate::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, BuildSettings) == 0x000088, "Member 'UDatasmithStaticMeshTemplate::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UDatasmithStaticMeshTemplate, StaticMaterials) == 0x000098, "Member 'UDatasmithStaticMeshTemplate::StaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFExportMessages \ +static_assert(alignof(FGLTFExportMessages) == 0x000008, "Wrong alignment on FGLTFExportMessages"); \ +static_assert(sizeof(FGLTFExportMessages) == 0x000030, "Wrong size on FGLTFExportMessages"); \ +static_assert(offsetof(FGLTFExportMessages, Suggestions) == 0x000000, "Member 'FGLTFExportMessages::Suggestions' has a wrong offset!"); \ +static_assert(offsetof(FGLTFExportMessages, Warnings) == 0x000010, "Member 'FGLTFExportMessages::Warnings' has a wrong offset!"); \ +static_assert(offsetof(FGLTFExportMessages, Errors) == 0x000020, "Member 'FGLTFExportMessages::Errors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFMaterialBakeSize \ +static_assert(alignof(FGLTFMaterialBakeSize) == 0x000004, "Wrong alignment on FGLTFMaterialBakeSize"); \ +static_assert(sizeof(FGLTFMaterialBakeSize) == 0x00000C, "Wrong size on FGLTFMaterialBakeSize"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, X) == 0x000000, "Member 'FGLTFMaterialBakeSize::X' has a wrong offset!"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, Y) == 0x000004, "Member 'FGLTFMaterialBakeSize::Y' has a wrong offset!"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, bAutoDetect) == 0x000008, "Member 'FGLTFMaterialBakeSize::bAutoDetect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFOverrideMaterialBakeSettings \ +static_assert(alignof(FGLTFOverrideMaterialBakeSettings) == 0x000004, "Wrong alignment on FGLTFOverrideMaterialBakeSettings"); \ +static_assert(sizeof(FGLTFOverrideMaterialBakeSettings) == 0x000014, "Wrong size on FGLTFOverrideMaterialBakeSettings"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideSize) == 0x000000, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideSize' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Size) == 0x000004, "Member 'FGLTFOverrideMaterialBakeSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideFilter) == 0x000010, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideFilter' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Filter) == 0x000011, "Member 'FGLTFOverrideMaterialBakeSettings::Filter' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideTiling) == 0x000012, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideTiling' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Tiling) == 0x000013, "Member 'FGLTFOverrideMaterialBakeSettings::Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFExportOptions \ +static_assert(alignof(UGLTFExportOptions) == 0x000008, "Wrong alignment on UGLTFExportOptions"); \ +static_assert(sizeof(UGLTFExportOptions) == 0x0000B0, "Wrong size on UGLTFExportOptions"); \ +static_assert(offsetof(UGLTFExportOptions, ExportUniformScale) == 0x000028, "Member 'UGLTFExportOptions::ExportUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportPreviewMesh) == 0x00002C, "Member 'UGLTFExportOptions::bExportPreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bSkipNearDefaultValues) == 0x00002D, "Member 'UGLTFExportOptions::bSkipNearDefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bIncludeCopyrightNotice) == 0x00002E, "Member 'UGLTFExportOptions::bIncludeCopyrightNotice' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportProxyMaterials) == 0x00002F, "Member 'UGLTFExportOptions::bExportProxyMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bUseImporterMaterialMapping) == 0x000030, "Member 'UGLTFExportOptions::bUseImporterMaterialMapping' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportUnlitMaterials) == 0x000031, "Member 'UGLTFExportOptions::bExportUnlitMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportClearCoatMaterials) == 0x000032, "Member 'UGLTFExportOptions::bExportClearCoatMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportClothMaterials) == 0x000033, "Member 'UGLTFExportOptions::bExportClothMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportThinTranslucentMaterials) == 0x000034, "Member 'UGLTFExportOptions::bExportThinTranslucentMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportSpecularGlossinessMaterials) == 0x000035, "Member 'UGLTFExportOptions::bExportSpecularGlossinessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportEmissiveStrength) == 0x000036, "Member 'UGLTFExportOptions::bExportEmissiveStrength' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, BakeMaterialInputs) == 0x000037, "Member 'UGLTFExportOptions::BakeMaterialInputs' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeSize) == 0x000038, "Member 'UGLTFExportOptions::DefaultMaterialBakeSize' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeFilter) == 0x000044, "Member 'UGLTFExportOptions::DefaultMaterialBakeFilter' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeTiling) == 0x000045, "Member 'UGLTFExportOptions::DefaultMaterialBakeTiling' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultInputBakeSettings) == 0x000048, "Member 'UGLTFExportOptions::DefaultInputBakeSettings' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultLevelOfDetail) == 0x000098, "Member 'UGLTFExportOptions::DefaultLevelOfDetail' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportVertexColors) == 0x00009C, "Member 'UGLTFExportOptions::bExportVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportVertexSkinWeights) == 0x00009D, "Member 'UGLTFExportOptions::bExportVertexSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bMakeSkinnedMeshesRoot) == 0x00009E, "Member 'UGLTFExportOptions::bMakeSkinnedMeshesRoot' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bUseMeshQuantization) == 0x00009F, "Member 'UGLTFExportOptions::bUseMeshQuantization' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportLevelSequences) == 0x0000A0, "Member 'UGLTFExportOptions::bExportLevelSequences' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportAnimationSequences) == 0x0000A1, "Member 'UGLTFExportOptions::bExportAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, TextureImageFormat) == 0x0000A2, "Member 'UGLTFExportOptions::TextureImageFormat' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, TextureImageQuality) == 0x0000A4, "Member 'UGLTFExportOptions::TextureImageQuality' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportTextureTransforms) == 0x0000A8, "Member 'UGLTFExportOptions::bExportTextureTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bAdjustNormalmaps) == 0x0000A9, "Member 'UGLTFExportOptions::bAdjustNormalmaps' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportHiddenInGame) == 0x0000AA, "Member 'UGLTFExportOptions::bExportHiddenInGame' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportLights) == 0x0000AB, "Member 'UGLTFExportOptions::bExportLights' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportCameras) == 0x0000AC, "Member 'UGLTFExportOptions::bExportCameras' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, ExportMaterialVariants) == 0x0000AD, "Member 'UGLTFExportOptions::ExportMaterialVariants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GLTFExporter_ExportToGLTF \ +static_assert(alignof(GLTFExporter_ExportToGLTF) == 0x000008, "Wrong alignment on GLTFExporter_ExportToGLTF"); \ +static_assert(sizeof(GLTFExporter_ExportToGLTF) == 0x0000A8, "Wrong size on GLTFExporter_ExportToGLTF"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, Object) == 0x000000, "Member 'GLTFExporter_ExportToGLTF::Object' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, FilePath) == 0x000008, "Member 'GLTFExporter_ExportToGLTF::FilePath' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, Options) == 0x000018, "Member 'GLTFExporter_ExportToGLTF::Options' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, SelectedActors) == 0x000020, "Member 'GLTFExporter_ExportToGLTF::SelectedActors' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, OutMessages) == 0x000070, "Member 'GLTFExporter_ExportToGLTF::OutMessages' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, ReturnValue) == 0x0000A0, "Member 'GLTFExporter_ExportToGLTF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFExporter \ +static_assert(alignof(UGLTFExporter) == 0x000008, "Wrong alignment on UGLTFExporter"); \ +static_assert(sizeof(UGLTFExporter) == 0x000078, "Wrong size on UGLTFExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFAnimSequenceExporter \ +static_assert(alignof(UGLTFAnimSequenceExporter) == 0x000008, "Wrong alignment on UGLTFAnimSequenceExporter"); \ +static_assert(sizeof(UGLTFAnimSequenceExporter) == 0x000078, "Wrong size on UGLTFAnimSequenceExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelExporter \ +static_assert(alignof(UGLTFLevelExporter) == 0x000008, "Wrong alignment on UGLTFLevelExporter"); \ +static_assert(sizeof(UGLTFLevelExporter) == 0x000078, "Wrong size on UGLTFLevelExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelSequenceExporter \ +static_assert(alignof(UGLTFLevelSequenceExporter) == 0x000008, "Wrong alignment on UGLTFLevelSequenceExporter"); \ +static_assert(sizeof(UGLTFLevelSequenceExporter) == 0x000078, "Wrong size on UGLTFLevelSequenceExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelVariantSetsExporter \ +static_assert(alignof(UGLTFLevelVariantSetsExporter) == 0x000008, "Wrong alignment on UGLTFLevelVariantSetsExporter"); \ +static_assert(sizeof(UGLTFLevelVariantSetsExporter) == 0x000078, "Wrong size on UGLTFLevelVariantSetsExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFMaterialExporter \ +static_assert(alignof(UGLTFMaterialExporter) == 0x000008, "Wrong alignment on UGLTFMaterialExporter"); \ +static_assert(sizeof(UGLTFMaterialExporter) == 0x000078, "Wrong size on UGLTFMaterialExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFSkeletalMeshExporter \ +static_assert(alignof(UGLTFSkeletalMeshExporter) == 0x000008, "Wrong alignment on UGLTFSkeletalMeshExporter"); \ +static_assert(sizeof(UGLTFSkeletalMeshExporter) == 0x000078, "Wrong size on UGLTFSkeletalMeshExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFStaticMeshExporter \ +static_assert(alignof(UGLTFStaticMeshExporter) == 0x000008, "Wrong alignment on UGLTFStaticMeshExporter"); \ +static_assert(sizeof(UGLTFStaticMeshExporter) == 0x000078, "Wrong size on UGLTFStaticMeshExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFProxyOptions \ +static_assert(alignof(UGLTFProxyOptions) == 0x000008, "Wrong alignment on UGLTFProxyOptions"); \ +static_assert(sizeof(UGLTFProxyOptions) == 0x000090, "Wrong size on UGLTFProxyOptions"); \ +static_assert(offsetof(UGLTFProxyOptions, bBakeMaterialInputs) == 0x000028, "Member 'UGLTFProxyOptions::bBakeMaterialInputs' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, bUseThinTranslucentShadingModel) == 0x000029, "Member 'UGLTFProxyOptions::bUseThinTranslucentShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeSize) == 0x00002C, "Member 'UGLTFProxyOptions::DefaultMaterialBakeSize' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeFilter) == 0x000038, "Member 'UGLTFProxyOptions::DefaultMaterialBakeFilter' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeTiling) == 0x000039, "Member 'UGLTFProxyOptions::DefaultMaterialBakeTiling' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultInputBakeSettings) == 0x000040, "Member 'UGLTFProxyOptions::DefaultInputBakeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFMaterialExportOptions \ +static_assert(alignof(UGLTFMaterialExportOptions) == 0x000008, "Wrong alignment on UGLTFMaterialExportOptions"); \ +static_assert(sizeof(UGLTFMaterialExportOptions) == 0x000098, "Wrong size on UGLTFMaterialExportOptions"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Proxy) == 0x000028, "Member 'UGLTFMaterialExportOptions::Proxy' has a wrong offset!"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Default) == 0x000030, "Member 'UGLTFMaterialExportOptions::Default' has a wrong offset!"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Inputs) == 0x000048, "Member 'UGLTFMaterialExportOptions::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelinePropertyStatePerContext \ +static_assert(alignof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong alignment on FInterchangePipelinePropertyStatePerContext"); \ +static_assert(sizeof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong size on FInterchangePipelinePropertyStatePerContext"); \ +static_assert(offsetof(FInterchangePipelinePropertyStatePerContext, bVisible) == 0x000000, "Member 'FInterchangePipelinePropertyStatePerContext::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelinePropertyStates \ +static_assert(alignof(FInterchangePipelinePropertyStates) == 0x000001, "Wrong alignment on FInterchangePipelinePropertyStates"); \ +static_assert(sizeof(FInterchangePipelinePropertyStates) == 0x000004, "Wrong size on FInterchangePipelinePropertyStates"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, bLocked) == 0x000000, "Member 'FInterchangePipelinePropertyStates::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, BasicLayoutStates) == 0x000001, "Member 'FInterchangePipelinePropertyStates::BasicLayoutStates' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, ImportStates) == 0x000002, "Member 'FInterchangePipelinePropertyStates::ImportStates' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, ReimportStates) == 0x000003, "Member 'FInterchangePipelinePropertyStates::ReimportStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeUserDefinedAttributeInfo \ +static_assert(alignof(FInterchangeUserDefinedAttributeInfo) == 0x000008, "Wrong alignment on FInterchangeUserDefinedAttributeInfo"); \ +static_assert(sizeof(FInterchangeUserDefinedAttributeInfo) == 0x000038, "Wrong size on FInterchangeUserDefinedAttributeInfo"); \ +static_assert(offsetof(FInterchangeUserDefinedAttributeInfo, Name) == 0x000000, "Member 'FInterchangeUserDefinedAttributeInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBase_GetFactoryClass \ +static_assert(alignof(InterchangeFactoryBase_GetFactoryClass) == 0x000008, "Wrong alignment on InterchangeFactoryBase_GetFactoryClass"); \ +static_assert(sizeof(InterchangeFactoryBase_GetFactoryClass) == 0x000008, "Wrong size on InterchangeFactoryBase_GetFactoryClass"); \ +static_assert(offsetof(InterchangeFactoryBase_GetFactoryClass, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBase_GetFactoryClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFactoryBase \ +static_assert(alignof(UInterchangeFactoryBase) == 0x000008, "Wrong alignment on UInterchangeFactoryBase"); \ +static_assert(sizeof(UInterchangeFactoryBase) == 0x000030, "Wrong size on UInterchangeFactoryBase"); \ +static_assert(offsetof(UInterchangeFactoryBase, Results) == 0x000028, "Member 'UInterchangeFactoryBase::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_SetFilename \ +static_assert(alignof(InterchangeSourceData_SetFilename) == 0x000008, "Wrong alignment on InterchangeSourceData_SetFilename"); \ +static_assert(sizeof(InterchangeSourceData_SetFilename) == 0x000018, "Wrong size on InterchangeSourceData_SetFilename"); \ +static_assert(offsetof(InterchangeSourceData_SetFilename, InFilename) == 0x000000, "Member 'InterchangeSourceData_SetFilename::InFilename' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceData_SetFilename, ReturnValue) == 0x000010, "Member 'InterchangeSourceData_SetFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_GetFilename \ +static_assert(alignof(InterchangeSourceData_GetFilename) == 0x000008, "Wrong alignment on InterchangeSourceData_GetFilename"); \ +static_assert(sizeof(InterchangeSourceData_GetFilename) == 0x000010, "Wrong size on InterchangeSourceData_GetFilename"); \ +static_assert(offsetof(InterchangeSourceData_GetFilename, ReturnValue) == 0x000000, "Member 'InterchangeSourceData_GetFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSourceData \ +static_assert(alignof(UInterchangeSourceData) == 0x000008, "Wrong alignment on UInterchangeSourceData"); \ +static_assert(sizeof(UInterchangeSourceData) == 0x000050, "Wrong size on UInterchangeSourceData"); \ +static_assert(offsetof(UInterchangeSourceData, Filename) == 0x000028, "Member 'UInterchangeSourceData::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeWriterBase \ +static_assert(alignof(UInterchangeWriterBase) == 0x000008, "Wrong alignment on UInterchangeWriterBase"); \ +static_assert(sizeof(UInterchangeWriterBase) == 0x000028, "Wrong size on UInterchangeWriterBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_FindOrAddPropertyStates \ +static_assert(alignof(InterchangePipelineBase_FindOrAddPropertyStates) == 0x000004, "Wrong alignment on InterchangePipelineBase_FindOrAddPropertyStates"); \ +static_assert(sizeof(InterchangePipelineBase_FindOrAddPropertyStates) == 0x00000C, "Wrong size on InterchangePipelineBase_FindOrAddPropertyStates"); \ +static_assert(offsetof(InterchangePipelineBase_FindOrAddPropertyStates, PropertyPath) == 0x000000, "Member 'InterchangePipelineBase_FindOrAddPropertyStates::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_FindOrAddPropertyStates, ReturnValue) == 0x000008, "Member 'InterchangePipelineBase_FindOrAddPropertyStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecuteExportPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecuteExportPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecuteExportPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecuteExportPipeline) == 0x000008, "Wrong size on InterchangePipelineBase_ScriptedExecuteExportPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecuteExportPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecuteExportPipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, SourceDatas) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::SourceDatas' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, ContentBasePath) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::ContentBasePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePostFactoryPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePostFactoryPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePostFactoryPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, FactoryNodeKey) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::FactoryNodeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, CreatedAsset) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::CreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, bIsAReimport) == 0x000020, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::bIsAReimport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePostImportPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePostImportPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePostImportPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePostImportPipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePostImportPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, FactoryNodeKey) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::FactoryNodeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, CreatedAsset) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::CreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, bIsAReimport) == 0x000020, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::bIsAReimport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedSetReimportSourceIndex \ +static_assert(alignof(InterchangePipelineBase_ScriptedSetReimportSourceIndex) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedSetReimportSourceIndex"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedSetReimportSourceIndex) == 0x000010, "Wrong size on InterchangePipelineBase_ScriptedSetReimportSourceIndex"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedSetReimportSourceIndex, ReimportObjectClass) == 0x000000, "Member 'InterchangePipelineBase_ScriptedSetReimportSourceIndex::ReimportObjectClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedSetReimportSourceIndex, SourceFileIndex) == 0x000008, "Member 'InterchangePipelineBase_ScriptedSetReimportSourceIndex::SourceFileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_DoesPropertyStatesExist \ +static_assert(alignof(InterchangePipelineBase_DoesPropertyStatesExist) == 0x000004, "Wrong alignment on InterchangePipelineBase_DoesPropertyStatesExist"); \ +static_assert(sizeof(InterchangePipelineBase_DoesPropertyStatesExist) == 0x00000C, "Wrong size on InterchangePipelineBase_DoesPropertyStatesExist"); \ +static_assert(offsetof(InterchangePipelineBase_DoesPropertyStatesExist, PropertyPath) == 0x000000, "Member 'InterchangePipelineBase_DoesPropertyStatesExist::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_DoesPropertyStatesExist, ReturnValue) == 0x000008, "Member 'InterchangePipelineBase_DoesPropertyStatesExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedGetPipelineDisplayName \ +static_assert(alignof(InterchangePipelineBase_ScriptedGetPipelineDisplayName) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedGetPipelineDisplayName"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedGetPipelineDisplayName) == 0x000010, "Wrong size on InterchangePipelineBase_ScriptedGetPipelineDisplayName"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedGetPipelineDisplayName, ReturnValue) == 0x000000, "Member 'InterchangePipelineBase_ScriptedGetPipelineDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineBase \ +static_assert(alignof(UInterchangePipelineBase) == 0x000008, "Wrong alignment on UInterchangePipelineBase"); \ +static_assert(sizeof(UInterchangePipelineBase) == 0x000108, "Wrong size on UInterchangePipelineBase"); \ +static_assert(offsetof(UInterchangePipelineBase, Results) == 0x000040, "Member 'UInterchangePipelineBase::Results' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, PropertiesStates) == 0x000048, "Member 'UInterchangePipelineBase::PropertiesStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResult \ +static_assert(alignof(UInterchangeResult) == 0x000008, "Wrong alignment on UInterchangeResult"); \ +static_assert(sizeof(UInterchangeResult) == 0x000070, "Wrong size on UInterchangeResult"); \ +static_assert(offsetof(UInterchangeResult, SourceAssetName) == 0x000028, "Member 'UInterchangeResult::SourceAssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, DestinationAssetName) == 0x000038, "Member 'UInterchangeResult::DestinationAssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, AssetFriendlyName) == 0x000048, "Member 'UInterchangeResult::AssetFriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, AssetType) == 0x000058, "Member 'UInterchangeResult::AssetType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, InterchangeKey) == 0x000060, "Member 'UInterchangeResult::InterchangeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultSuccess \ +static_assert(alignof(UInterchangeResultSuccess) == 0x000008, "Wrong alignment on UInterchangeResultSuccess"); \ +static_assert(sizeof(UInterchangeResultSuccess) == 0x000070, "Wrong size on UInterchangeResultSuccess"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultWarning \ +static_assert(alignof(UInterchangeResultWarning) == 0x000008, "Wrong alignment on UInterchangeResultWarning"); \ +static_assert(sizeof(UInterchangeResultWarning) == 0x000070, "Wrong size on UInterchangeResultWarning"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError \ +static_assert(alignof(UInterchangeResultError) == 0x000008, "Wrong alignment on UInterchangeResultError"); \ +static_assert(sizeof(UInterchangeResultError) == 0x000070, "Wrong size on UInterchangeResultError"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultWarning_Generic \ +static_assert(alignof(UInterchangeResultWarning_Generic) == 0x000008, "Wrong alignment on UInterchangeResultWarning_Generic"); \ +static_assert(sizeof(UInterchangeResultWarning_Generic) == 0x000080, "Wrong size on UInterchangeResultWarning_Generic"); \ +static_assert(offsetof(UInterchangeResultWarning_Generic, Text) == 0x000070, "Member 'UInterchangeResultWarning_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError_Generic \ +static_assert(alignof(UInterchangeResultError_Generic) == 0x000008, "Wrong alignment on UInterchangeResultError_Generic"); \ +static_assert(sizeof(UInterchangeResultError_Generic) == 0x000080, "Wrong size on UInterchangeResultError_Generic"); \ +static_assert(offsetof(UInterchangeResultError_Generic, Text) == 0x000070, "Member 'UInterchangeResultError_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError_ReimportFail \ +static_assert(alignof(UInterchangeResultError_ReimportFail) == 0x000008, "Wrong alignment on UInterchangeResultError_ReimportFail"); \ +static_assert(sizeof(UInterchangeResultError_ReimportFail) == 0x000070, "Wrong size on UInterchangeResultError_ReimportFail"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultDisplay_Generic \ +static_assert(alignof(UInterchangeResultDisplay_Generic) == 0x000008, "Wrong alignment on UInterchangeResultDisplay_Generic"); \ +static_assert(sizeof(UInterchangeResultDisplay_Generic) == 0x000080, "Wrong size on UInterchangeResultDisplay_Generic"); \ +static_assert(offsetof(UInterchangeResultDisplay_Generic, Text) == 0x000070, "Member 'UInterchangeResultDisplay_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultsContainer \ +static_assert(alignof(UInterchangeResultsContainer) == 0x000008, "Wrong alignment on UInterchangeResultsContainer"); \ +static_assert(sizeof(UInterchangeResultsContainer) == 0x000060, "Wrong size on UInterchangeResultsContainer"); \ +static_assert(offsetof(UInterchangeResultsContainer, Results) == 0x000050, "Member 'UInterchangeResultsContainer::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTranslatorSettings \ +static_assert(alignof(UInterchangeTranslatorSettings) == 0x000008, "Wrong alignment on UInterchangeTranslatorSettings"); \ +static_assert(sizeof(UInterchangeTranslatorSettings) == 0x000028, "Wrong size on UInterchangeTranslatorSettings"); \ + +#define DUMPER7_ASSERTS_UInterchangeTranslatorBase \ +static_assert(alignof(UInterchangeTranslatorBase) == 0x000008, "Wrong alignment on UInterchangeTranslatorBase"); \ +static_assert(sizeof(UInterchangeTranslatorBase) == 0x000038, "Wrong size on UInterchangeTranslatorBase"); \ +static_assert(offsetof(UInterchangeTranslatorBase, Results) == 0x000028, "Member 'UInterchangeTranslatorBase::Results' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeTranslatorBase, SourceData) == 0x000030, "Member 'UInterchangeTranslatorBase::SourceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddBooleanAttribute \ +static_assert(alignof(InterchangeBaseNode_AddBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddBooleanAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddBooleanAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddBooleanAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddBooleanAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddBooleanAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeBaseNode_AddBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddDoubleAttribute \ +static_assert(alignof(InterchangeBaseNode_AddDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddDoubleAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddDoubleAttribute) == 0x000020, "Wrong size on InterchangeBaseNode_AddDoubleAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddDoubleAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddDoubleAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_AddDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddFloatAttribute \ +static_assert(alignof(InterchangeBaseNode_AddFloatAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddFloatAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddFloatAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddFloatAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddFloatAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddFloatAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_AddFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddGuidAttribute \ +static_assert(alignof(InterchangeBaseNode_AddGuidAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddGuidAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddGuidAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddGuidAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddGuidAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddGuidAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddGuidAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddInt32Attribute \ +static_assert(alignof(InterchangeBaseNode_AddInt32Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddInt32Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddInt32Attribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddInt32Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddInt32Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddInt32Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_AddInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddLinearColorAttribute \ +static_assert(alignof(InterchangeBaseNode_AddLinearColorAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddLinearColorAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddLinearColorAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddLinearColorAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddLinearColorAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddLinearColorAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddLinearColorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddStringAttribute \ +static_assert(alignof(InterchangeBaseNode_AddStringAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddStringAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddStringAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddStringAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddStringAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddStringAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddVector2Attribute \ +static_assert(alignof(InterchangeBaseNode_AddVector2Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddVector2Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddVector2Attribute) == 0x000020, "Wrong size on InterchangeBaseNode_AddVector2Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddVector2Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddVector2Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_AddVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_InitializeNode \ +static_assert(alignof(InterchangeBaseNode_InitializeNode) == 0x000008, "Wrong alignment on InterchangeBaseNode_InitializeNode"); \ +static_assert(sizeof(InterchangeBaseNode_InitializeNode) == 0x000028, "Wrong size on InterchangeBaseNode_InitializeNode"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, UniqueID) == 0x000000, "Member 'InterchangeBaseNode_InitializeNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, DisplayLabel) == 0x000010, "Member 'InterchangeBaseNode_InitializeNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, NodeContainerType) == 0x000020, "Member 'InterchangeBaseNode_InitializeNode::NodeContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_RemoveAttribute \ +static_assert(alignof(InterchangeBaseNode_RemoveAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_RemoveAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_RemoveAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_RemoveAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_RemoveAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveAttribute, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_RemoveAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetAssetName \ +static_assert(alignof(InterchangeBaseNode_SetAssetName) == 0x000008, "Wrong alignment on InterchangeBaseNode_SetAssetName"); \ +static_assert(sizeof(InterchangeBaseNode_SetAssetName) == 0x000018, "Wrong size on InterchangeBaseNode_SetAssetName"); \ +static_assert(offsetof(InterchangeBaseNode_SetAssetName, AssetName) == 0x000000, "Member 'InterchangeBaseNode_SetAssetName::AssetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetAssetName, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_SetAssetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetDisplayLabel \ +static_assert(alignof(InterchangeBaseNode_SetDisplayLabel) == 0x000008, "Wrong alignment on InterchangeBaseNode_SetDisplayLabel"); \ +static_assert(sizeof(InterchangeBaseNode_SetDisplayLabel) == 0x000018, "Wrong size on InterchangeBaseNode_SetDisplayLabel"); \ +static_assert(offsetof(InterchangeBaseNode_SetDisplayLabel, DisplayName) == 0x000000, "Member 'InterchangeBaseNode_SetDisplayLabel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetDisplayLabel, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_SetDisplayLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetEnabled \ +static_assert(alignof(InterchangeBaseNode_SetEnabled) == 0x000001, "Wrong alignment on InterchangeBaseNode_SetEnabled"); \ +static_assert(sizeof(InterchangeBaseNode_SetEnabled) == 0x000002, "Wrong size on InterchangeBaseNode_SetEnabled"); \ +static_assert(offsetof(InterchangeBaseNode_SetEnabled, bIsEnabled) == 0x000000, "Member 'InterchangeBaseNode_SetEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseNode_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetParentUid \ +static_assert(alignof(InterchangeBaseNode_SetParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_SetParentUid"); \ +static_assert(sizeof(InterchangeBaseNode_SetParentUid) == 0x000018, "Wrong size on InterchangeBaseNode_SetParentUid"); \ +static_assert(offsetof(InterchangeBaseNode_SetParentUid, ParentUid) == 0x000000, "Member 'InterchangeBaseNode_SetParentUid::ParentUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetParentUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_SetParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddTargetNodeUid \ +static_assert(alignof(InterchangeBaseNode_AddTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddTargetNodeUid"); \ +static_assert(sizeof(InterchangeBaseNode_AddTargetNodeUid) == 0x000018, "Wrong size on InterchangeBaseNode_AddTargetNodeUid"); \ +static_assert(offsetof(InterchangeBaseNode_AddTargetNodeUid, AssetUid) == 0x000000, "Member 'InterchangeBaseNode_AddTargetNodeUid::AssetUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddTargetNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_AddTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetAssetName \ +static_assert(alignof(InterchangeBaseNode_GetAssetName) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetAssetName"); \ +static_assert(sizeof(InterchangeBaseNode_GetAssetName) == 0x000010, "Wrong size on InterchangeBaseNode_GetAssetName"); \ +static_assert(offsetof(InterchangeBaseNode_GetAssetName, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetAssetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetBooleanAttribute \ +static_assert(alignof(InterchangeBaseNode_GetBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetBooleanAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetBooleanAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetBooleanAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetBooleanAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetBooleanAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeBaseNode_GetBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetDisplayLabel \ +static_assert(alignof(InterchangeBaseNode_GetDisplayLabel) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetDisplayLabel"); \ +static_assert(sizeof(InterchangeBaseNode_GetDisplayLabel) == 0x000010, "Wrong size on InterchangeBaseNode_GetDisplayLabel"); \ +static_assert(offsetof(InterchangeBaseNode_GetDisplayLabel, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetDisplayLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetDoubleAttribute \ +static_assert(alignof(InterchangeBaseNode_GetDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetDoubleAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetDoubleAttribute) == 0x000020, "Wrong size on InterchangeBaseNode_GetDoubleAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetDoubleAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetDoubleAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_GetDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetFloatAttribute \ +static_assert(alignof(InterchangeBaseNode_GetFloatAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetFloatAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetFloatAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetFloatAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetFloatAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetGuidAttribute \ +static_assert(alignof(InterchangeBaseNode_GetGuidAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetGuidAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetGuidAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetGuidAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetGuidAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetGuidAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetGuidAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetInt32Attribute \ +static_assert(alignof(InterchangeBaseNode_GetInt32Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetInt32Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetInt32Attribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetInt32Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetInt32Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetInt32Attribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_GetInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetLinearColorAttribute \ +static_assert(alignof(InterchangeBaseNode_GetLinearColorAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetLinearColorAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetLinearColorAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetLinearColorAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetLinearColorAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetLinearColorAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetLinearColorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetNodeContainerType \ +static_assert(alignof(InterchangeBaseNode_GetNodeContainerType) == 0x000001, "Wrong alignment on InterchangeBaseNode_GetNodeContainerType"); \ +static_assert(sizeof(InterchangeBaseNode_GetNodeContainerType) == 0x000001, "Wrong size on InterchangeBaseNode_GetNodeContainerType"); \ +static_assert(offsetof(InterchangeBaseNode_GetNodeContainerType, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetNodeContainerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetParentUid \ +static_assert(alignof(InterchangeBaseNode_GetParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetParentUid"); \ +static_assert(sizeof(InterchangeBaseNode_GetParentUid) == 0x000010, "Wrong size on InterchangeBaseNode_GetParentUid"); \ +static_assert(offsetof(InterchangeBaseNode_GetParentUid, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetStringAttribute \ +static_assert(alignof(InterchangeBaseNode_GetStringAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetStringAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetStringAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetStringAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetStringAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetTargetNodeCount \ +static_assert(alignof(InterchangeBaseNode_GetTargetNodeCount) == 0x000004, "Wrong alignment on InterchangeBaseNode_GetTargetNodeCount"); \ +static_assert(sizeof(InterchangeBaseNode_GetTargetNodeCount) == 0x000004, "Wrong size on InterchangeBaseNode_GetTargetNodeCount"); \ +static_assert(offsetof(InterchangeBaseNode_GetTargetNodeCount, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetTargetNodeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetTargetNodeUids \ +static_assert(alignof(InterchangeBaseNode_GetTargetNodeUids) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetTargetNodeUids"); \ +static_assert(sizeof(InterchangeBaseNode_GetTargetNodeUids) == 0x000010, "Wrong size on InterchangeBaseNode_GetTargetNodeUids"); \ +static_assert(offsetof(InterchangeBaseNode_GetTargetNodeUids, OutTargetAssets) == 0x000000, "Member 'InterchangeBaseNode_GetTargetNodeUids::OutTargetAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetUniqueID \ +static_assert(alignof(InterchangeBaseNode_GetUniqueID) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetUniqueID"); \ +static_assert(sizeof(InterchangeBaseNode_GetUniqueID) == 0x000010, "Wrong size on InterchangeBaseNode_GetUniqueID"); \ +static_assert(offsetof(InterchangeBaseNode_GetUniqueID, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetUniqueID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetVector2Attribute \ +static_assert(alignof(InterchangeBaseNode_GetVector2Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetVector2Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetVector2Attribute) == 0x000020, "Wrong size on InterchangeBaseNode_GetVector2Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetVector2Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetVector2Attribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_GetVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_IsEnabled \ +static_assert(alignof(InterchangeBaseNode_IsEnabled) == 0x000001, "Wrong alignment on InterchangeBaseNode_IsEnabled"); \ +static_assert(sizeof(InterchangeBaseNode_IsEnabled) == 0x000001, "Wrong size on InterchangeBaseNode_IsEnabled"); \ +static_assert(offsetof(InterchangeBaseNode_IsEnabled, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_RemoveTargetNodeUid \ +static_assert(alignof(InterchangeBaseNode_RemoveTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_RemoveTargetNodeUid"); \ +static_assert(sizeof(InterchangeBaseNode_RemoveTargetNodeUid) == 0x000018, "Wrong size on InterchangeBaseNode_RemoveTargetNodeUid"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveTargetNodeUid, AssetUid) == 0x000000, "Member 'InterchangeBaseNode_RemoveTargetNodeUid::AssetUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveTargetNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_RemoveTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseNode \ +static_assert(alignof(UInterchangeBaseNode) == 0x000008, "Wrong alignment on UInterchangeBaseNode"); \ +static_assert(sizeof(UInterchangeBaseNode) == 0x000060, "Wrong size on UInterchangeBaseNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_AddNode \ +static_assert(alignof(InterchangeBaseNodeContainer_AddNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_AddNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_AddNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_AddNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_AddNode, Node) == 0x000000, "Member 'InterchangeBaseNodeContainer_AddNode::Node' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_AddNode, ReturnValue) == 0x000008, "Member 'InterchangeBaseNodeContainer_AddNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildren \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildren) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildren"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildren) == 0x000020, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildren"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, ChildIndex) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, ReturnValue) == 0x000018, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_LoadFromFile \ +static_assert(alignof(InterchangeBaseNodeContainer_LoadFromFile) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_LoadFromFile"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_LoadFromFile) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_LoadFromFile"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_LoadFromFile, Filename) == 0x000000, "Member 'InterchangeBaseNodeContainer_LoadFromFile::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_ReplaceNode \ +static_assert(alignof(InterchangeBaseNodeContainer_ReplaceNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_ReplaceNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_ReplaceNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_ReplaceNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ReplaceNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_ReplaceNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ReplaceNode, NewNode) == 0x000010, "Member 'InterchangeBaseNodeContainer_ReplaceNode::NewNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SaveToFile \ +static_assert(alignof(InterchangeBaseNodeContainer_SaveToFile) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SaveToFile"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SaveToFile) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_SaveToFile"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SaveToFile, Filename) == 0x000000, "Member 'InterchangeBaseNodeContainer_SaveToFile::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SetNodeParentUid \ +static_assert(alignof(InterchangeBaseNodeContainer_SetNodeParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SetNodeParentUid"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SetNodeParentUid) == 0x000028, "Wrong size on InterchangeBaseNodeContainer_SetNodeParentUid"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, NewParentNodeUid) == 0x000010, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::NewParentNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, ReturnValue) == 0x000020, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetFactoryNode \ +static_assert(alignof(InterchangeBaseNodeContainer_GetFactoryNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetFactoryNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetFactoryNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetFactoryNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetFactoryNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetFactoryNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetFactoryNode, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetFactoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNode \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNode, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildrenCount \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildrenCount) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildrenCount"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildrenCount) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildrenCount"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenCount, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenCount::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenCount, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildrenUids \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildrenUids) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildrenUids"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildrenUids) == 0x000020, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildrenUids"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenUids, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenUids::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenUids, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodes \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodes) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodes"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodes) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNodes"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodes, ClassNode) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodes::ClassNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodes, OutNodes) == 0x000008, "Member 'InterchangeBaseNodeContainer_GetNodes::OutNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetRoots \ +static_assert(alignof(InterchangeBaseNodeContainer_GetRoots) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetRoots"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetRoots) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_GetRoots"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetRoots, RootNodes) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetRoots::RootNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_IsNodeUidValid \ +static_assert(alignof(InterchangeBaseNodeContainer_IsNodeUidValid) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_IsNodeUidValid"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_IsNodeUidValid) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_IsNodeUidValid"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_IsNodeUidValid, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_IsNodeUidValid::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_IsNodeUidValid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_IsNodeUidValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseNodeContainer \ +static_assert(alignof(UInterchangeBaseNodeContainer) == 0x000008, "Wrong alignment on UInterchangeBaseNodeContainer"); \ +static_assert(sizeof(UInterchangeBaseNodeContainer) == 0x0000C8, "Wrong size on UInterchangeBaseNodeContainer"); \ +static_assert(offsetof(UInterchangeBaseNodeContainer, Nodes) == 0x000028, "Member 'UInterchangeBaseNodeContainer::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_AddFactoryDependencyUid \ +static_assert(alignof(InterchangeFactoryBaseNode_AddFactoryDependencyUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_AddFactoryDependencyUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_AddFactoryDependencyUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_AddFactoryDependencyUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_AddFactoryDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeFactoryBaseNode_AddFactoryDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_AddFactoryDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_AddFactoryDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_RemoveFactoryDependencyUid \ +static_assert(alignof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_RemoveFactoryDependencyUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_RemoveFactoryDependencyUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeFactoryBaseNode_RemoveFactoryDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_RemoveFactoryDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetCustomReferenceObject \ +static_assert(alignof(InterchangeFactoryBaseNode_SetCustomReferenceObject) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_SetCustomReferenceObject"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetCustomReferenceObject) == 0x000028, "Wrong size on InterchangeFactoryBaseNode_SetCustomReferenceObject"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomReferenceObject, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetCustomReferenceObject::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomReferenceObject, ReturnValue) == 0x000020, "Member 'InterchangeFactoryBaseNode_SetCustomReferenceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetCustomSubPath \ +static_assert(alignof(InterchangeFactoryBaseNode_SetCustomSubPath) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_SetCustomSubPath"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetCustomSubPath) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_SetCustomSubPath"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomSubPath, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetCustomSubPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomSubPath, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_SetCustomSubPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_SetForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_SetForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetReimportStrategyFlags \ +static_assert(alignof(InterchangeFactoryBaseNode_SetReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetReimportStrategyFlags) == 0x000002, "Wrong size on InterchangeFactoryBaseNode_SetReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetReimportStrategyFlags, ReimportStrategyFlags) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetReimportStrategyFlags::ReimportStrategyFlags' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetReimportStrategyFlags, ReturnValue) == 0x000001, "Member 'InterchangeFactoryBaseNode_SetReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_SetSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_SetSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_UnsetForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_UnsetForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_UnsetForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_UnsetForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_UnsetForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_UnsetForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_UnsetForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_UnsetSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_UnsetSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_UnsetSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_UnsetSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_UnsetSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_UnsetSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_UnsetSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetCustomReferenceObject \ +static_assert(alignof(InterchangeFactoryBaseNode_GetCustomReferenceObject) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetCustomReferenceObject"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetCustomReferenceObject) == 0x000028, "Wrong size on InterchangeFactoryBaseNode_GetCustomReferenceObject"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomReferenceObject, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetCustomReferenceObject::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomReferenceObject, ReturnValue) == 0x000020, "Member 'InterchangeFactoryBaseNode_GetCustomReferenceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetCustomSubPath \ +static_assert(alignof(InterchangeFactoryBaseNode_GetCustomSubPath) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetCustomSubPath"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetCustomSubPath) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_GetCustomSubPath"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomSubPath, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetCustomSubPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomSubPath, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_GetCustomSubPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependencies \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependencies) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependencies"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependencies) == 0x000010, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependencies"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependencies, OutDependencies) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependenciesCount \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount) == 0x000004, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependenciesCount"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount) == 0x000004, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependenciesCount"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependenciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependency \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependency) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependency"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependency) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependency"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependency, Index_0) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependency, OutDependency) == 0x000008, "Member 'InterchangeFactoryBaseNode_GetFactoryDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetReimportStrategyFlags \ +static_assert(alignof(InterchangeFactoryBaseNode_GetReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_GetReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetReimportStrategyFlags) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_GetReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetReimportStrategyFlags, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_ShouldForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_ShouldForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_ShouldForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_ShouldForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_ShouldForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_ShouldForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_ShouldForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_ShouldSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_ShouldSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_ShouldSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_ShouldSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_ShouldSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_ShouldSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_ShouldSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFactoryBaseNode \ +static_assert(alignof(UInterchangeFactoryBaseNode) == 0x000008, "Wrong alignment on UInterchangeFactoryBaseNode"); \ +static_assert(sizeof(UInterchangeFactoryBaseNode) == 0x000140, "Wrong size on UInterchangeFactoryBaseNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_InitializeSourceNode \ +static_assert(alignof(InterchangeSourceNode_InitializeSourceNode) == 0x000008, "Wrong alignment on InterchangeSourceNode_InitializeSourceNode"); \ +static_assert(sizeof(InterchangeSourceNode_InitializeSourceNode) == 0x000020, "Wrong size on InterchangeSourceNode_InitializeSourceNode"); \ +static_assert(offsetof(InterchangeSourceNode_InitializeSourceNode, UniqueID) == 0x000000, "Member 'InterchangeSourceNode_InitializeSourceNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_InitializeSourceNode, DisplayLabel) == 0x000010, "Member 'InterchangeSourceNode_InitializeSourceNode::DisplayLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAnimatedTimeEnd \ +static_assert(alignof(InterchangeSourceNode_SetCustomAnimatedTimeEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomAnimatedTimeEnd"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAnimatedTimeEnd) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomAnimatedTimeEnd"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAnimatedTimeStart \ +static_assert(alignof(InterchangeSourceNode_SetCustomAnimatedTimeStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomAnimatedTimeStart"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAnimatedTimeStart) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomAnimatedTimeStart"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomImportUnusedMaterial \ +static_assert(alignof(InterchangeSourceNode_SetCustomImportUnusedMaterial) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomImportUnusedMaterial"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomImportUnusedMaterial) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomImportUnusedMaterial"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomImportUnusedMaterial, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomImportUnusedMaterial::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomImportUnusedMaterial, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomImportUnusedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceFrameRateDenominator \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator) == 0x000004, "Wrong alignment on InterchangeSourceNode_SetCustomSourceFrameRateDenominator"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator) == 0x000008, "Wrong size on InterchangeSourceNode_SetCustomSourceFrameRateDenominator"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateDenominator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateDenominator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceFrameRateNumerator \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator) == 0x000004, "Wrong alignment on InterchangeSourceNode_SetCustomSourceFrameRateNumerator"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator) == 0x000008, "Wrong size on InterchangeSourceNode_SetCustomSourceFrameRateNumerator"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateNumerator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateNumerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceTimelineEnd \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceTimelineEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomSourceTimelineEnd"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceTimelineEnd) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomSourceTimelineEnd"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceTimelineEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomSourceTimelineEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceTimelineStart \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceTimelineStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomSourceTimelineStart"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceTimelineStart) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomSourceTimelineStart"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceTimelineStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomSourceTimelineStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAnimatedTimeEnd \ +static_assert(alignof(InterchangeSourceNode_GetCustomAnimatedTimeEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomAnimatedTimeEnd"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAnimatedTimeEnd) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomAnimatedTimeEnd"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAnimatedTimeStart \ +static_assert(alignof(InterchangeSourceNode_GetCustomAnimatedTimeStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomAnimatedTimeStart"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAnimatedTimeStart) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomAnimatedTimeStart"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomImportUnusedMaterial \ +static_assert(alignof(InterchangeSourceNode_GetCustomImportUnusedMaterial) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomImportUnusedMaterial"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomImportUnusedMaterial) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomImportUnusedMaterial"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomImportUnusedMaterial, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomImportUnusedMaterial::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomImportUnusedMaterial, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomImportUnusedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceFrameRateDenominator \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator) == 0x000004, "Wrong alignment on InterchangeSourceNode_GetCustomSourceFrameRateDenominator"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator) == 0x000008, "Wrong size on InterchangeSourceNode_GetCustomSourceFrameRateDenominator"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateDenominator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateDenominator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceFrameRateNumerator \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator) == 0x000004, "Wrong alignment on InterchangeSourceNode_GetCustomSourceFrameRateNumerator"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator) == 0x000008, "Wrong size on InterchangeSourceNode_GetCustomSourceFrameRateNumerator"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateNumerator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateNumerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceTimelineEnd \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceTimelineEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomSourceTimelineEnd"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceTimelineEnd) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomSourceTimelineEnd"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceTimelineEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomSourceTimelineEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceTimelineStart \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceTimelineStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomSourceTimelineStart"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceTimelineStart) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomSourceTimelineStart"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceTimelineStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomSourceTimelineStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSourceNode \ +static_assert(alignof(UInterchangeSourceNode) == 0x000008, "Wrong alignment on UInterchangeSourceNode"); \ +static_assert(sizeof(UInterchangeSourceNode) == 0x0000D0, "Wrong size on UInterchangeSourceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString) == 0x000040, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, PayloadKey) == 0x000028, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, RequiresDelegate) == 0x000038, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, ReturnValue) == 0x000039, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32 \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute) == 0x000018, "Wrong size on InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, InterchangeSourceNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::InterchangeSourceNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, InterchangeDestinationNode) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::InterchangeDestinationNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, bAddSourceNodeName) == 0x000010, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::bAddSourceNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString) == 0x000040, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, OutPayloadKey) == 0x000028, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, ReturnValue) == 0x000038, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32 \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos) == 0x000018, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos, UserDefinedAttributeInfos) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos::UserDefinedAttributeInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute) == 0x000020, "Wrong size on InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, ReturnValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeUserDefinedAttributesAPI \ +static_assert(alignof(UInterchangeUserDefinedAttributesAPI) == 0x000008, "Wrong alignment on UInterchangeUserDefinedAttributesAPI"); \ +static_assert(sizeof(UInterchangeUserDefinedAttributesAPI) == 0x000028, "Wrong size on UInterchangeUserDefinedAttributesAPI"); \ + +#define DUMPER7_ASSERTS_FInterchangeAnimationPayLoadKey \ +static_assert(alignof(FInterchangeAnimationPayLoadKey) == 0x000008, "Wrong alignment on FInterchangeAnimationPayLoadKey"); \ +static_assert(sizeof(FInterchangeAnimationPayLoadKey) == 0x000018, "Wrong size on FInterchangeAnimationPayLoadKey"); \ +static_assert(offsetof(FInterchangeAnimationPayLoadKey, UniqueID) == 0x000000, "Member 'FInterchangeAnimationPayLoadKey::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeAnimationPayLoadKey, Type) == 0x000010, "Member 'FInterchangeAnimationPayLoadKey::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshPayLoadKey \ +static_assert(alignof(FInterchangeMeshPayLoadKey) == 0x000008, "Wrong alignment on FInterchangeMeshPayLoadKey"); \ +static_assert(sizeof(FInterchangeMeshPayLoadKey) == 0x000018, "Wrong size on FInterchangeMeshPayLoadKey"); \ +static_assert(offsetof(FInterchangeMeshPayLoadKey, UniqueID) == 0x000000, "Member 'FInterchangeMeshPayLoadKey::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshPayLoadKey, Type) == 0x000010, "Member 'FInterchangeMeshPayLoadKey::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeAnimationTrackSetNode_SetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_SetCustomFrameRate) == 0x000008, "Wrong size on InterchangeAnimationTrackSetNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_SetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid, Index_0) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid, OutAnimationTrackUid) == 0x000008, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid::OutAnimationTrackUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids) == 0x000010, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids, OutAnimationTrackUids) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids::OutAnimationTrackUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomFrameRate) == 0x000008, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackSetNode \ +static_assert(alignof(UInterchangeAnimationTrackSetNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackSetNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackSetNode) == 0x000090, "Wrong size on UInterchangeAnimationTrackSetNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackBaseNode_SetCustomCompletionMode \ +static_assert(alignof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode) == 0x000004, "Wrong alignment on InterchangeAnimationTrackBaseNode_SetCustomCompletionMode"); \ +static_assert(sizeof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode) == 0x000008, "Wrong size on InterchangeAnimationTrackBaseNode_SetCustomCompletionMode"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackBaseNode_SetCustomCompletionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackBaseNode_SetCustomCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackBaseNode_GetCustomCompletionMode \ +static_assert(alignof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode) == 0x000004, "Wrong alignment on InterchangeAnimationTrackBaseNode_GetCustomCompletionMode"); \ +static_assert(sizeof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode) == 0x000008, "Wrong size on InterchangeAnimationTrackBaseNode_GetCustomCompletionMode"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackBaseNode_GetCustomCompletionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackBaseNode_GetCustomCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackBaseNode \ +static_assert(alignof(UInterchangeAnimationTrackBaseNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackBaseNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackBaseNode) == 0x000070, "Wrong size on UInterchangeAnimationTrackBaseNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomDuration \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomDuration"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomDuration"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomDuration::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomDuration \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomDuration"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomDuration"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomDuration::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackSetInstanceNode \ +static_assert(alignof(UInterchangeAnimationTrackSetInstanceNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackSetInstanceNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackSetInstanceNode) == 0x0000B0, "Wrong size on UInterchangeAnimationTrackSetInstanceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomActorDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomActorDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_SetCustomActorDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomActorDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackNode_SetCustomActorDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, InUniqueId) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, InType) == 0x000010, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, ReturnValue) == 0x000011, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomFrameCount \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomFrameCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomFrameCount"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomFrameCount) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_SetCustomFrameCount"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomFrameCount, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomFrameCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomFrameCount, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_SetCustomFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomPropertyTrack \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomPropertyTrack) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomPropertyTrack"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomPropertyTrack) == 0x00000C, "Wrong size on InterchangeAnimationTrackNode_SetCustomPropertyTrack"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomPropertyTrack, PropertyTrack) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomPropertyTrack::PropertyTrack' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomPropertyTrack, ReturnValue) == 0x000008, "Member 'InterchangeAnimationTrackNode_SetCustomPropertyTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomTargetedProperty \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomTargetedProperty) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomTargetedProperty"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomTargetedProperty) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_SetCustomTargetedProperty"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomTargetedProperty, TargetedProperty) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomTargetedProperty::TargetedProperty' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomTargetedProperty, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_SetCustomTargetedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomActorDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomActorDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_GetCustomActorDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomActorDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackNode_GetCustomActorDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey) == 0x000020, "Wrong size on InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey, AnimationPayLoadKey) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey::AnimationPayLoadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey, ReturnValue) == 0x000018, "Member 'InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomFrameCount \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomFrameCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomFrameCount"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomFrameCount) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_GetCustomFrameCount"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomFrameCount, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomFrameCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomFrameCount, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_GetCustomFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomPropertyTrack \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomPropertyTrack) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomPropertyTrack"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomPropertyTrack) == 0x00000C, "Wrong size on InterchangeAnimationTrackNode_GetCustomPropertyTrack"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomPropertyTrack, PropertyTrack) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomPropertyTrack::PropertyTrack' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomPropertyTrack, ReturnValue) == 0x000008, "Member 'InterchangeAnimationTrackNode_GetCustomPropertyTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomTargetedProperty \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomTargetedProperty) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomTargetedProperty"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomTargetedProperty) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_GetCustomTargetedProperty"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomTargetedProperty, TargetedProperty) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomTargetedProperty::TargetedProperty' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomTargetedProperty, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_GetCustomTargetedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackNode \ +static_assert(alignof(UInterchangeAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackNode) == 0x0000D0, "Wrong size on UInterchangeAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTransformAnimationTrackNode_SetCustomUsedChannels \ +static_assert(alignof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels) == 0x000004, "Wrong alignment on InterchangeTransformAnimationTrackNode_SetCustomUsedChannels"); \ +static_assert(sizeof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels) == 0x000008, "Wrong size on InterchangeTransformAnimationTrackNode_SetCustomUsedChannels"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels, AttributeValue) == 0x000000, "Member 'InterchangeTransformAnimationTrackNode_SetCustomUsedChannels::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels, ReturnValue) == 0x000004, "Member 'InterchangeTransformAnimationTrackNode_SetCustomUsedChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTransformAnimationTrackNode_GetCustomUsedChannels \ +static_assert(alignof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels) == 0x000004, "Wrong alignment on InterchangeTransformAnimationTrackNode_GetCustomUsedChannels"); \ +static_assert(sizeof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels) == 0x000008, "Wrong size on InterchangeTransformAnimationTrackNode_GetCustomUsedChannels"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels, AttributeValue) == 0x000000, "Member 'InterchangeTransformAnimationTrackNode_GetCustomUsedChannels::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels, ReturnValue) == 0x000004, "Member 'InterchangeTransformAnimationTrackNode_GetCustomUsedChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTransformAnimationTrackNode \ +static_assert(alignof(UInterchangeTransformAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeTransformAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeTransformAnimationTrackNode) == 0x0000E0, "Wrong size on UInterchangeTransformAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid) == 0x000028, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, MorphTargetNodeUid) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::MorphTargetNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, InUniqueId) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, InType) == 0x000020, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, ReturnValue) == 0x000021, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000028, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, SceneNodeUid) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::SceneNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, InUniqueId) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, InType) == 0x000020, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, ReturnValue) == 0x000021, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate, SampleRate) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid) == 0x000018, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate, SampleRate) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid) == 0x000018, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x0000A0, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys) == 0x0000A0, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalAnimationTrackNode \ +static_assert(alignof(UInterchangeSkeletalAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeSkeletalAnimationTrackNode) == 0x000290, "Wrong size on UInterchangeSkeletalAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomEnableDepthOfField \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField) == 0x000001, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomEnableDepthOfField"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField) == 0x000002, "Wrong size on InterchangePhysicalCameraNode_SetCustomEnableDepthOfField"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomEnableDepthOfField::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraNode_SetCustomEnableDepthOfField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomEnableDepthOfField \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField) == 0x000001, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomEnableDepthOfField"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField) == 0x000002, "Wrong size on InterchangePhysicalCameraNode_GetCustomEnableDepthOfField"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomEnableDepthOfField::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraNode_GetCustomEnableDepthOfField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicalCameraNode \ +static_assert(alignof(UInterchangePhysicalCameraNode) == 0x000008, "Wrong alignment on UInterchangePhysicalCameraNode"); \ +static_assert(sizeof(UInterchangePhysicalCameraNode) == 0x0000A0, "Wrong size on UInterchangePhysicalCameraNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraNode_SetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraNode_SetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraNode_SetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraNode_GetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraNode_GetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraNode_GetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStandardCameraNode \ +static_assert(alignof(UInterchangeStandardCameraNode) == 0x000008, "Wrong alignment on UInterchangeStandardCameraNode"); \ +static_assert(sizeof(UInterchangeStandardCameraNode) == 0x0000C0, "Wrong size on UInterchangeStandardCameraNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddFloatInput \ +static_assert(alignof(InterchangeShaderNode_AddFloatInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddFloatInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddFloatInput) == 0x000018, "Wrong size on InterchangeShaderNode_AddFloatInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddFloatInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddFloatInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, bIsAParameter) == 0x000014, "Member 'InterchangeShaderNode_AddFloatInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, ReturnValue) == 0x000015, "Member 'InterchangeShaderNode_AddFloatInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddLinearColorInput \ +static_assert(alignof(InterchangeShaderNode_AddLinearColorInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddLinearColorInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddLinearColorInput) == 0x000028, "Wrong size on InterchangeShaderNode_AddLinearColorInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddLinearColorInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddLinearColorInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, bIsAParameter) == 0x000020, "Member 'InterchangeShaderNode_AddLinearColorInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, ReturnValue) == 0x000021, "Member 'InterchangeShaderNode_AddLinearColorInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddStringInput \ +static_assert(alignof(InterchangeShaderNode_AddStringInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddStringInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddStringInput) == 0x000028, "Wrong size on InterchangeShaderNode_AddStringInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddStringInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddStringInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, bIsAParameter) == 0x000020, "Member 'InterchangeShaderNode_AddStringInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, ReturnValue) == 0x000021, "Member 'InterchangeShaderNode_AddStringInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_SetCustomShaderType \ +static_assert(alignof(InterchangeShaderNode_SetCustomShaderType) == 0x000008, "Wrong alignment on InterchangeShaderNode_SetCustomShaderType"); \ +static_assert(sizeof(InterchangeShaderNode_SetCustomShaderType) == 0x000018, "Wrong size on InterchangeShaderNode_SetCustomShaderType"); \ +static_assert(offsetof(InterchangeShaderNode_SetCustomShaderType, AttributeValue) == 0x000000, "Member 'InterchangeShaderNode_SetCustomShaderType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_SetCustomShaderType, ReturnValue) == 0x000010, "Member 'InterchangeShaderNode_SetCustomShaderType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_GetCustomShaderType \ +static_assert(alignof(InterchangeShaderNode_GetCustomShaderType) == 0x000008, "Wrong alignment on InterchangeShaderNode_GetCustomShaderType"); \ +static_assert(sizeof(InterchangeShaderNode_GetCustomShaderType) == 0x000018, "Wrong size on InterchangeShaderNode_GetCustomShaderType"); \ +static_assert(offsetof(InterchangeShaderNode_GetCustomShaderType, AttributeValue) == 0x000000, "Member 'InterchangeShaderNode_GetCustomShaderType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_GetCustomShaderType, ReturnValue) == 0x000010, "Member 'InterchangeShaderNode_GetCustomShaderType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderNode \ +static_assert(alignof(UInterchangeShaderNode) == 0x000008, "Wrong alignment on UInterchangeShaderNode"); \ +static_assert(sizeof(UInterchangeShaderNode) == 0x000070, "Wrong size on UInterchangeShaderNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalMaterialNode \ +static_assert(alignof(UInterchangeDecalMaterialNode) == 0x000008, "Wrong alignment on UInterchangeDecalMaterialNode"); \ +static_assert(sizeof(UInterchangeDecalMaterialNode) == 0x000090, "Wrong size on UInterchangeDecalMaterialNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalNode_SetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalNode_SetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalNode_SetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalNode_SetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomDecalSize \ +static_assert(alignof(InterchangeDecalNode_SetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalNode_SetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalNode_SetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalNode_SetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomSortOrder \ +static_assert(alignof(InterchangeDecalNode_SetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalNode_SetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalNode_SetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalNode_SetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalNode_GetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalNode_GetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalNode_GetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalNode_GetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomDecalSize \ +static_assert(alignof(InterchangeDecalNode_GetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalNode_GetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalNode_GetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalNode_GetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomSortOrder \ +static_assert(alignof(InterchangeDecalNode_GetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalNode_GetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalNode_GetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalNode_GetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalNode \ +static_assert(alignof(UInterchangeDecalNode) == 0x000008, "Wrong alignment on UInterchangeDecalNode"); \ +static_assert(sizeof(UInterchangeDecalNode) == 0x000090, "Wrong size on UInterchangeDecalNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightNode_SetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_SetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomLightColor) == 0x000014, "Wrong size on InterchangeBaseLightNode_SetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomLightColor, ReturnValue) == 0x000010, "Member 'InterchangeBaseLightNode_SetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightNode_SetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_SetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightNode_SetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightNode_SetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightNode_SetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightNode_GetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_GetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomLightColor) == 0x000014, "Wrong size on InterchangeBaseLightNode_GetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomLightColor, ReturnValue) == 0x000010, "Member 'InterchangeBaseLightNode_GetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightNode_GetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_GetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightNode_GetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightNode_GetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightNode_GetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseLightNode \ +static_assert(alignof(UInterchangeBaseLightNode) == 0x000008, "Wrong alignment on UInterchangeBaseLightNode"); \ +static_assert(sizeof(UInterchangeBaseLightNode) == 0x0000A0, "Wrong size on UInterchangeBaseLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightNode_SetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightNode_SetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightNode_SetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_SetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightNode_SetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightNode_SetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightNode_SetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, ReturnValue) == 0x000005, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIESTexture \ +static_assert(alignof(InterchangeLightNode_SetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightNode_SetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightNode_SetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightNode_SetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightNode_SetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightNode_SetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightNode_SetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_SetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomRotation \ +static_assert(alignof(InterchangeLightNode_SetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightNode_SetCustomRotation"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomRotation) == 0x000020, "Wrong size on InterchangeLightNode_SetCustomRotation"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, bAddApplyDelegate) == 0x000018, "Member 'InterchangeLightNode_SetCustomRotation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, ReturnValue) == 0x000019, "Member 'InterchangeLightNode_SetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightNode_SetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightNode_SetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomUseIESBrightness) == 0x000003, "Wrong size on InterchangeLightNode_SetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, ReturnValue) == 0x000002, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightNode_GetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightNode_GetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightNode_GetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_GetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightNode_GetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightNode_GetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightNode_GetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESBrightnessScale, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_GetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIESTexture \ +static_assert(alignof(InterchangeLightNode_GetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightNode_GetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightNode_GetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightNode_GetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightNode_GetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightNode_GetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightNode_GetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_GetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomRotation \ +static_assert(alignof(InterchangeLightNode_GetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightNode_GetCustomRotation"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomRotation) == 0x000020, "Wrong size on InterchangeLightNode_GetCustomRotation"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomRotation, ReturnValue) == 0x000018, "Member 'InterchangeLightNode_GetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightNode_GetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightNode_GetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomUseIESBrightness) == 0x000002, "Wrong size on InterchangeLightNode_GetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomUseIESBrightness, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_GetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightNode \ +static_assert(alignof(UInterchangeLightNode) == 0x000008, "Wrong alignment on UInterchangeLightNode"); \ +static_assert(sizeof(UInterchangeLightNode) == 0x000100, "Wrong size on UInterchangeLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_SetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightNode_SetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightNode_SetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightNode_SetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightNode_SetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_SetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightNode_SetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_SetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_SetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightNode_SetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_GetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightNode_GetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightNode_GetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightNode_GetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightNode_GetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_GetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightNode_GetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_GetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_GetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightNode_GetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePointLightNode \ +static_assert(alignof(UInterchangePointLightNode) == 0x000008, "Wrong alignment on UInterchangePointLightNode"); \ +static_assert(sizeof(UInterchangePointLightNode) == 0x000120, "Wrong size on UInterchangePointLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_SetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_SetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_SetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_SetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_SetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_SetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_SetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_SetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_SetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_SetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_SetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_SetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_SetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_SetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_GetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_GetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_GetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_GetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_GetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_GetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_GetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_GetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_GetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_GetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_GetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_GetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_GetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_GetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpotLightNode \ +static_assert(alignof(UInterchangeSpotLightNode) == 0x000008, "Wrong alignment on UInterchangeSpotLightNode"); \ +static_assert(sizeof(UInterchangeSpotLightNode) == 0x000140, "Wrong size on UInterchangeSpotLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_SetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightNode_SetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightNode_SetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightNode_SetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightNode_SetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_SetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_SetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_SetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightNode_SetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightNode_SetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightNode_SetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightNode_SetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_SetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_SetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_GetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightNode_GetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightNode_GetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightNode_GetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightNode_GetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_GetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_GetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_GetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightNode_GetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightNode_GetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightNode_GetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightNode_GetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_GetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_GetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeRectLightNode \ +static_assert(alignof(UInterchangeRectLightNode) == 0x000008, "Wrong alignment on UInterchangeRectLightNode"); \ +static_assert(sizeof(UInterchangeRectLightNode) == 0x000120, "Wrong size on UInterchangeRectLightNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDirectionalLightNode \ +static_assert(alignof(UInterchangeDirectionalLightNode) == 0x000008, "Wrong alignment on UInterchangeDirectionalLightNode"); \ +static_assert(sizeof(UInterchangeDirectionalLightNode) == 0x0000A0, "Wrong size on UInterchangeDirectionalLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureNode_SetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustomFilter \ +static_assert(alignof(InterchangeTextureNode_SetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustomSRGB \ +static_assert(alignof(InterchangeTextureNode_SetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetPayLoadKey \ +static_assert(alignof(InterchangeTextureNode_SetPayLoadKey) == 0x000008, "Wrong alignment on InterchangeTextureNode_SetPayLoadKey"); \ +static_assert(sizeof(InterchangeTextureNode_SetPayLoadKey) == 0x000010, "Wrong size on InterchangeTextureNode_SetPayLoadKey"); \ +static_assert(offsetof(InterchangeTextureNode_SetPayLoadKey, PayloadKey) == 0x000000, "Member 'InterchangeTextureNode_SetPayLoadKey::PayloadKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureNode_GetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustomFilter \ +static_assert(alignof(InterchangeTextureNode_GetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustomSRGB \ +static_assert(alignof(InterchangeTextureNode_GetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureNode \ +static_assert(alignof(UInterchangeTextureNode) == 0x000008, "Wrong alignment on UInterchangeTextureNode"); \ +static_assert(sizeof(UInterchangeTextureNode) == 0x000090, "Wrong size on UInterchangeTextureNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DArrayNode \ +static_assert(alignof(UInterchangeTexture2DArrayNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DArrayNode"); \ +static_assert(sizeof(UInterchangeTexture2DArrayNode) == 0x000090, "Wrong size on UInterchangeTexture2DArrayNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeArrayNode \ +static_assert(alignof(UInterchangeTextureCubeArrayNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeArrayNode"); \ +static_assert(sizeof(UInterchangeTextureCubeArrayNode) == 0x000090, "Wrong size on UInterchangeTextureCubeArrayNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeNode \ +static_assert(alignof(UInterchangeTextureCubeNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeNode"); \ +static_assert(sizeof(UInterchangeTextureCubeNode) == 0x000090, "Wrong size on UInterchangeTextureCubeNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureLightProfileNode \ +static_assert(alignof(UInterchangeTextureLightProfileNode) == 0x000008, "Wrong alignment on UInterchangeTextureLightProfileNode"); \ +static_assert(sizeof(UInterchangeTextureLightProfileNode) == 0x000090, "Wrong size on UInterchangeTextureLightProfileNode"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_AddCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_AddCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_AddCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_AddCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_AddCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_AddCustomDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeVariantSetNode_AddCustomDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_AddCustomDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_AddCustomDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_RemoveCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_RemoveCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_RemoveCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_RemoveCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_RemoveCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_RemoveCustomDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeVariantSetNode_RemoveCustomDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_RemoveCustomDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_RemoveCustomDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_SetCustomDisplayText \ +static_assert(alignof(InterchangeVariantSetNode_SetCustomDisplayText) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_SetCustomDisplayText"); \ +static_assert(sizeof(InterchangeVariantSetNode_SetCustomDisplayText) == 0x000018, "Wrong size on InterchangeVariantSetNode_SetCustomDisplayText"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomDisplayText, AttributeValue) == 0x000000, "Member 'InterchangeVariantSetNode_SetCustomDisplayText::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomDisplayText, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_SetCustomDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_SetCustomVariantsPayloadKey \ +static_assert(alignof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_SetCustomVariantsPayloadKey"); \ +static_assert(sizeof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey) == 0x000018, "Wrong size on InterchangeVariantSetNode_SetCustomVariantsPayloadKey"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey, PayloadKey) == 0x000000, "Member 'InterchangeVariantSetNode_SetCustomVariantsPayloadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_SetCustomVariantsPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUid, Index_0) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUid, OutDependencyUid) == 0x000008, "Member 'InterchangeVariantSetNode_GetCustomDependencyUid::OutDependencyUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUidCount \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUidCount) == 0x000004, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUidCount"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUidCount) == 0x000004, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUidCount"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUidCount, ReturnValue) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUids \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUids) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUids"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUids) == 0x000010, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUids"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUids, OutDependencyUids) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUids::OutDependencyUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDisplayText \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDisplayText) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDisplayText"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDisplayText) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomDisplayText"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDisplayText, AttributeValue) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDisplayText::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDisplayText, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_GetCustomDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomVariantsPayloadKey \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomVariantsPayloadKey"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomVariantsPayloadKey"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey, PayloadKey) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomVariantsPayloadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_GetCustomVariantsPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeVariantSetNode \ +static_assert(alignof(UInterchangeVariantSetNode) == 0x000008, "Wrong alignment on UInterchangeVariantSetNode"); \ +static_assert(sizeof(UInterchangeVariantSetNode) == 0x0000A0, "Wrong size on UInterchangeVariantSetNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomBlendMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomIsAShaderFunction \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomIsAShaderFunction"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomIsAShaderFunction"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomIsAShaderFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomIsAShaderFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, ReturnValue) == 0x000005, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomTwoSided \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomTwoSided"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomTwoSided) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomTwoSided"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomTwoSidedTransmission \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomTwoSidedTransmission"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomTwoSidedTransmission"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomTwoSidedTransmission::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomTwoSidedTransmission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomBlendMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomIsAShaderFunction \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomIsAShaderFunction"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomIsAShaderFunction"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomIsAShaderFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomIsAShaderFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomTwoSided \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomTwoSided"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomTwoSided) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomTwoSided"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomTwoSidedTransmission \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomTwoSidedTransmission"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomTwoSidedTransmission"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomTwoSidedTransmission::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomTwoSidedTransmission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderGraphNode \ +static_assert(alignof(UInterchangeShaderGraphNode) == 0x000008, "Wrong alignment on UInterchangeShaderGraphNode"); \ +static_assert(sizeof(UInterchangeShaderGraphNode) == 0x0000D0, "Wrong size on UInterchangeShaderGraphNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_AddCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_AddCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_AddCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_AddCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsNode_AddCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid, Index_0) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid, OutVariantUid) == 0x000008, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUid::OutVariantUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUids \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUids"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids) == 0x000010, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUids"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids, OutVariantUids) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUids::OutVariantUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsNode \ +static_assert(alignof(UInterchangeSceneVariantSetsNode) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsNode"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsNode) == 0x000080, "Wrong size on UInterchangeSceneVariantSetsNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeTextureNode \ +static_assert(alignof(UInterchangeVolumeTextureNode) == 0x000008, "Wrong alignment on UInterchangeVolumeTextureNode"); \ +static_assert(sizeof(UInterchangeVolumeTextureNode) == 0x000090, "Wrong size on UInterchangeVolumeTextureNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddScalarParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddScalarParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddScalarParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddScalarParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_AddScalarParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, ReturnValue) == 0x000014, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, ReturnValue) == 0x000011, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddTextureParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddTextureParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddTextureParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddTextureParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_AddTextureParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddVectorParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddVectorParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddVectorParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddVectorParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_AddVectorParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetScalarParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetScalarParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetScalarParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetScalarParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetScalarParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, ReturnValue) == 0x000014, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, ReturnValue) == 0x000011, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetTextureParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetTextureParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetTextureParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetTextureParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_GetTextureParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetVectorParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetVectorParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetVectorParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetVectorParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_GetVectorParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_SetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceNode_SetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_SetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_SetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_SetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_SetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_SetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialInstanceNode \ +static_assert(alignof(UInterchangeMaterialInstanceNode) == 0x000008, "Wrong alignment on UInterchangeMaterialInstanceNode"); \ +static_assert(sizeof(UInterchangeMaterialInstanceNode) == 0x000070, "Wrong size on UInterchangeMaterialInstanceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveMorphTargetDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveMorphTargetDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveMorphTargetDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveMorphTargetDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveMorphTargetDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveMorphTargetDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveMorphTargetDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveMorphTargetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveMorphTargetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSceneInstanceUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveSceneInstanceUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSceneInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSceneInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSkeletonDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSkeletonDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSkeletonDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSkeletonDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSkeletonDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSkeletonDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveSkeletonDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSkeletonDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSkeletonDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomBoundingBox \ +static_assert(alignof(InterchangeMeshNode_SetCustomBoundingBox) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetCustomBoundingBox"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomBoundingBox) == 0x000040, "Wrong size on InterchangeMeshNode_SetCustomBoundingBox"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomBoundingBox, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomBoundingBox::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomBoundingBox, ReturnValue) == 0x000038, "Member 'InterchangeMeshNode_SetCustomBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasSmoothGroup \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasSmoothGroup) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasSmoothGroup"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasSmoothGroup) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasSmoothGroup"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasSmoothGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasSmoothGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasSmoothGroup, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasSmoothGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexBinormal \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexBinormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexBinormal"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexBinormal) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexBinormal"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexBinormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexBinormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexBinormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexBinormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexColor \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexColor) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexColor"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexColor) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexColor"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexColor, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexColor, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexNormal \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexNormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexNormal"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexNormal) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexNormal"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexNormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexNormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexTangent \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexTangent) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexTangent"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexTangent) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexTangent"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexTangent, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexTangent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexTangent, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomPolygonCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomPolygonCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomPolygonCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomPolygonCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomPolygonCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomPolygonCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomPolygonCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomPolygonCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomUVCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomUVCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomUVCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomUVCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomUVCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomUVCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomUVCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomUVCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomUVCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomVertexCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomVertexCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomVertexCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomVertexCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomVertexCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomVertexCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomVertexCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomVertexCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTarget \ +static_assert(alignof(InterchangeMeshNode_SetMorphTarget) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetMorphTarget"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTarget) == 0x000002, "Wrong size on InterchangeMeshNode_SetMorphTarget"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTarget, bIsMorphTarget) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTarget::bIsMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTargetDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetMorphTargetDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetMorphTargetDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTargetDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetMorphTargetDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTargetDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetMorphTargetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTargetName \ +static_assert(alignof(InterchangeMeshNode_SetMorphTargetName) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetMorphTargetName"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTargetName) == 0x000018, "Wrong size on InterchangeMeshNode_SetMorphTargetName"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetName, MorphTargetName) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTargetName::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetName, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetMorphTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetPayLoadKey \ +static_assert(alignof(InterchangeMeshNode_SetPayLoadKey) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetPayLoadKey"); \ +static_assert(sizeof(InterchangeMeshNode_SetPayLoadKey) == 0x000018, "Wrong size on InterchangeMeshNode_SetPayLoadKey"); \ +static_assert(offsetof(InterchangeMeshNode_SetPayLoadKey, PayloadKey) == 0x000000, "Member 'InterchangeMeshNode_SetPayLoadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetPayLoadKey, PayloadType) == 0x000010, "Member 'InterchangeMeshNode_SetPayLoadKey::PayloadType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_SetSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSceneInstanceUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetSceneInstanceUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSceneInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetSceneInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSkeletonDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetSkeletonDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSkeletonDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSkeletonDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetSkeletonDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkeletonDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetSkeletonDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkeletonDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetSkeletonDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSkinnedMesh \ +static_assert(alignof(InterchangeMeshNode_SetSkinnedMesh) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetSkinnedMesh"); \ +static_assert(sizeof(InterchangeMeshNode_SetSkinnedMesh) == 0x000002, "Wrong size on InterchangeMeshNode_SetSkinnedMesh"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkinnedMesh, bIsSkinnedMesh) == 0x000000, "Member 'InterchangeMeshNode_SetSkinnedMesh::bIsSkinnedMesh' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkinnedMesh, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetSkinnedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomBoundingBox \ +static_assert(alignof(InterchangeMeshNode_GetCustomBoundingBox) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetCustomBoundingBox"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomBoundingBox) == 0x000040, "Wrong size on InterchangeMeshNode_GetCustomBoundingBox"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomBoundingBox, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomBoundingBox::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomBoundingBox, ReturnValue) == 0x000038, "Member 'InterchangeMeshNode_GetCustomBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasSmoothGroup \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasSmoothGroup) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasSmoothGroup"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasSmoothGroup) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasSmoothGroup"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasSmoothGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasSmoothGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasSmoothGroup, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasSmoothGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexBinormal \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexBinormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexBinormal"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexBinormal) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexBinormal"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexBinormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexBinormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexBinormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexBinormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexColor \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexColor) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexColor"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexColor) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexColor"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexColor, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexColor, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexNormal \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexNormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexNormal"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexNormal) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexNormal"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexNormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexNormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexTangent \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexTangent) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexTangent"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexTangent) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexTangent"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexTangent, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexTangent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexTangent, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomPolygonCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomPolygonCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomPolygonCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomPolygonCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomPolygonCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomPolygonCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomPolygonCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomPolygonCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomUVCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomUVCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomUVCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomUVCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomUVCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomUVCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomUVCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomUVCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomUVCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomVertexCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomVertexCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomVertexCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomVertexCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomVertexCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomVertexCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomVertexCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomVertexCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependeciesCount \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependeciesCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependeciesCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependeciesCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetMorphTargetDependeciesCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependeciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependeciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependencies \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependencies) == 0x000010, "Wrong size on InterchangeMeshNode_GetMorphTargetDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependencies, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependency \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependency) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependency"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependency) == 0x000018, "Wrong size on InterchangeMeshNode_GetMorphTargetDependency"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependency, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependency, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetMorphTargetDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetName \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetName) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetName"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetName) == 0x000018, "Wrong size on InterchangeMeshNode_GetMorphTargetName"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetName, OutMorphTargetName) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetName::OutMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetName, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_GetMorphTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_GetSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUid, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUid, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetSceneInstanceUid::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUids \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUids) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUids"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUids) == 0x000010, "Wrong size on InterchangeMeshNode_GetSceneInstanceUids"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUids, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUids::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUidsCount \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUidsCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUidsCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUidsCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetSceneInstanceUidsCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependeciesCount \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependeciesCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependeciesCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependeciesCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetSkeletonDependeciesCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependeciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependeciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependencies \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependencies) == 0x000010, "Wrong size on InterchangeMeshNode_GetSkeletonDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependencies, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependency \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependency) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependency"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependency) == 0x000018, "Wrong size on InterchangeMeshNode_GetSkeletonDependency"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependency, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependency, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetSkeletonDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_IsMorphTarget \ +static_assert(alignof(InterchangeMeshNode_IsMorphTarget) == 0x000001, "Wrong alignment on InterchangeMeshNode_IsMorphTarget"); \ +static_assert(sizeof(InterchangeMeshNode_IsMorphTarget) == 0x000001, "Wrong size on InterchangeMeshNode_IsMorphTarget"); \ +static_assert(offsetof(InterchangeMeshNode_IsMorphTarget, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_IsMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_IsSkinnedMesh \ +static_assert(alignof(InterchangeMeshNode_IsSkinnedMesh) == 0x000001, "Wrong alignment on InterchangeMeshNode_IsSkinnedMesh"); \ +static_assert(sizeof(InterchangeMeshNode_IsSkinnedMesh) == 0x000001, "Wrong size on InterchangeMeshNode_IsSkinnedMesh"); \ +static_assert(offsetof(InterchangeMeshNode_IsSkinnedMesh, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_IsSkinnedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshNode \ +static_assert(alignof(UInterchangeMeshNode) == 0x000008, "Wrong alignment on UInterchangeMeshNode"); \ +static_assert(sizeof(UInterchangeMeshNode) == 0x0001E8, "Wrong size on UInterchangeMeshNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_AddSpecializedType \ +static_assert(alignof(InterchangeSceneNode_AddSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_AddSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_AddSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_AddSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_AddSpecializedType, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_AddSpecializedType::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_AddSpecializedType, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_AddSpecializedType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeSceneNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_RemoveSpecializedType \ +static_assert(alignof(InterchangeSceneNode_RemoveSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_RemoveSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_RemoveSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_RemoveSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSpecializedType, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_RemoveSpecializedType::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSpecializedType, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_RemoveSpecializedType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeSceneNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomAssetInstanceUid \ +static_assert(alignof(InterchangeSceneNode_SetCustomAssetInstanceUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetCustomAssetInstanceUid"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomAssetInstanceUid) == 0x000018, "Wrong size on InterchangeSceneNode_SetCustomAssetInstanceUid"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAssetInstanceUid, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomAssetInstanceUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAssetInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomAssetInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomBindPoseLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomBindPoseLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomBindPoseLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomBindPoseLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomBindPoseLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomGeometricTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeSceneNode_SetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_SetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomTimeZeroLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomTimeZeroLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomTimeZeroLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetMorphTargetCurveWeight \ +static_assert(alignof(InterchangeSceneNode_SetMorphTargetCurveWeight) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetMorphTargetCurveWeight"); \ +static_assert(sizeof(InterchangeSceneNode_SetMorphTargetCurveWeight) == 0x000018, "Wrong size on InterchangeSceneNode_SetMorphTargetCurveWeight"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, MorphTargetName) == 0x000000, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, Weight) == 0x000010, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, ReturnValue) == 0x000014, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeSceneNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeSceneNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_GetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomAssetInstanceUid \ +static_assert(alignof(InterchangeSceneNode_GetCustomAssetInstanceUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetCustomAssetInstanceUid"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomAssetInstanceUid) == 0x000018, "Wrong size on InterchangeSceneNode_GetCustomAssetInstanceUid"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAssetInstanceUid, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomAssetInstanceUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAssetInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_GetCustomAssetInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomBindPoseGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomBindPoseGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomBindPoseGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomBindPoseLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomBindPoseLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomBindPoseLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomBindPoseLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomBindPoseLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomBindPoseLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomBindPoseLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomGeometricTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomTimeZeroGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomTimeZeroGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomTimeZeroGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomTimeZeroLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomTimeZeroLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomTimeZeroLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomTimeZeroLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomTimeZeroLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetMorphTargetCurveWeights \ +static_assert(alignof(InterchangeSceneNode_GetMorphTargetCurveWeights) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetMorphTargetCurveWeights"); \ +static_assert(sizeof(InterchangeSceneNode_GetMorphTargetCurveWeights) == 0x000050, "Wrong size on InterchangeSceneNode_GetMorphTargetCurveWeights"); \ +static_assert(offsetof(InterchangeSceneNode_GetMorphTargetCurveWeights, OutMorphTargetCurveWeights) == 0x000000, "Member 'InterchangeSceneNode_GetMorphTargetCurveWeights::OutMorphTargetCurveWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeSceneNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeSceneNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeSceneNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeSceneNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeSceneNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedType \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_GetSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedType, Index_0) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedType::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedType, OutSpecializedType) == 0x000008, "Member 'InterchangeSceneNode_GetSpecializedType::OutSpecializedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedTypeCount \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedTypeCount) == 0x000004, "Wrong alignment on InterchangeSceneNode_GetSpecializedTypeCount"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedTypeCount) == 0x000004, "Wrong size on InterchangeSceneNode_GetSpecializedTypeCount"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedTypeCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedTypeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedTypes \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedTypes) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSpecializedTypes"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedTypes) == 0x000010, "Wrong size on InterchangeSceneNode_GetSpecializedTypes"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedTypes, OutSpecializedTypes) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedTypes::OutSpecializedTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_IsSpecializedTypeContains \ +static_assert(alignof(InterchangeSceneNode_IsSpecializedTypeContains) == 0x000008, "Wrong alignment on InterchangeSceneNode_IsSpecializedTypeContains"); \ +static_assert(sizeof(InterchangeSceneNode_IsSpecializedTypeContains) == 0x000018, "Wrong size on InterchangeSceneNode_IsSpecializedTypeContains"); \ +static_assert(offsetof(InterchangeSceneNode_IsSpecializedTypeContains, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_IsSpecializedTypeContains::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_IsSpecializedTypeContains, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_IsSpecializedTypeContains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneNode \ +static_assert(alignof(UInterchangeSceneNode) == 0x000008, "Wrong alignment on UInterchangeSceneNode"); \ +static_assert(sizeof(UInterchangeSceneNode) == 0x000320, "Wrong size on UInterchangeSceneNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectDefaultOuputToInput \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectDefaultOuputToInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput) == 0x000030, "Wrong size on InterchangeShaderPortsAPI_ConnectDefaultOuputToInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, ReturnValue) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectOuputToInputByIndex \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectOuputToInputByIndex"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex) == 0x000030, "Wrong size on InterchangeShaderPortsAPI_ConnectOuputToInputByIndex"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, OutputIndex) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, ReturnValue) == 0x00002C, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectOuputToInputByName \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectOuputToInputByName) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectOuputToInputByName"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectOuputToInputByName) == 0x000040, "Wrong size on InterchangeShaderPortsAPI_ConnectOuputToInputByName"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, OutputName) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, ReturnValue) == 0x000038, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_GatherInputs \ +static_assert(alignof(InterchangeShaderPortsAPI_GatherInputs) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_GatherInputs"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_GatherInputs) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_GatherInputs"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GatherInputs, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_GatherInputs::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GatherInputs, OutInputNames) == 0x000008, "Member 'InterchangeShaderPortsAPI_GatherInputs::OutInputNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_GetInputConnection \ +static_assert(alignof(InterchangeShaderPortsAPI_GetInputConnection) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_GetInputConnection"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_GetInputConnection) == 0x000040, "Wrong size on InterchangeShaderPortsAPI_GetInputConnection"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_GetInputConnection::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_GetInputConnection::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, OutExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_GetInputConnection::OutExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, OutputName) == 0x000028, "Member 'InterchangeShaderPortsAPI_GetInputConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, ReturnValue) == 0x000038, "Member 'InterchangeShaderPortsAPI_GetInputConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_HasInput \ +static_assert(alignof(InterchangeShaderPortsAPI_HasInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_HasInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_HasInput) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_HasInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_HasInput::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, InInputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_HasInput::InInputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_HasInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_HasParameter \ +static_assert(alignof(InterchangeShaderPortsAPI_HasParameter) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_HasParameter"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_HasParameter) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_HasParameter"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_HasParameter::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, InInputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_HasParameter::InInputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_HasParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_IsAnInput \ +static_assert(alignof(InterchangeShaderPortsAPI_IsAnInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_IsAnInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_IsAnInput) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_IsAnInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAnInput, AttributeKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_IsAnInput::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAnInput, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_IsAnInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_IsAParameter \ +static_assert(alignof(InterchangeShaderPortsAPI_IsAParameter) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_IsAParameter"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_IsAParameter) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_IsAParameter"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAParameter, AttributeKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_IsAParameter::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAParameter, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_IsAParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputConnectionKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputConnectionKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputConnectionKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputConnectionKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputConnectionKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputConnectionKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputConnectionKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputConnectionKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputConnectionKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputName \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputName) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputName"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputName) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputName"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputName, InputKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputName::InputKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputName, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputParameterKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputParameterKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputParameterKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputParameterKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputParameterKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputParameterKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputParameterKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputParameterKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputParameterKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputValueKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputValueKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputValueKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputValueKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputValueKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputValueKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputValueKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputValueKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputValueKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderPortsAPI \ +static_assert(alignof(UInterchangeShaderPortsAPI) == 0x000008, "Wrong alignment on UInterchangeShaderPortsAPI"); \ +static_assert(sizeof(UInterchangeShaderPortsAPI) == 0x000028, "Wrong size on UInterchangeShaderPortsAPI"); \ + +#define DUMPER7_ASSERTS_InterchangeFunctionCallShaderNode_SetCustomMaterialFunction \ +static_assert(alignof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction) == 0x000008, "Wrong alignment on InterchangeFunctionCallShaderNode_SetCustomMaterialFunction"); \ +static_assert(sizeof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction) == 0x000018, "Wrong size on InterchangeFunctionCallShaderNode_SetCustomMaterialFunction"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction, AttributeValue) == 0x000000, "Member 'InterchangeFunctionCallShaderNode_SetCustomMaterialFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction, ReturnValue) == 0x000010, "Member 'InterchangeFunctionCallShaderNode_SetCustomMaterialFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFunctionCallShaderNode_GetCustomMaterialFunction \ +static_assert(alignof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction) == 0x000008, "Wrong alignment on InterchangeFunctionCallShaderNode_GetCustomMaterialFunction"); \ +static_assert(sizeof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction) == 0x000018, "Wrong size on InterchangeFunctionCallShaderNode_GetCustomMaterialFunction"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction, AttributeValue) == 0x000000, "Member 'InterchangeFunctionCallShaderNode_GetCustomMaterialFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction, ReturnValue) == 0x000010, "Member 'InterchangeFunctionCallShaderNode_GetCustomMaterialFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFunctionCallShaderNode \ +static_assert(alignof(UInterchangeFunctionCallShaderNode) == 0x000008, "Wrong alignment on UInterchangeFunctionCallShaderNode"); \ +static_assert(sizeof(UInterchangeFunctionCallShaderNode) == 0x000080, "Wrong size on UInterchangeFunctionCallShaderNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_SetCustomWrapU \ +static_assert(alignof(InterchangeTexture2DNode_SetCustomWrapU) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_SetCustomWrapU"); \ +static_assert(sizeof(InterchangeTexture2DNode_SetCustomWrapU) == 0x000002, "Wrong size on InterchangeTexture2DNode_SetCustomWrapU"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapU, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_SetCustomWrapU::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapU, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_SetCustomWrapU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_SetCustomWrapV \ +static_assert(alignof(InterchangeTexture2DNode_SetCustomWrapV) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_SetCustomWrapV"); \ +static_assert(sizeof(InterchangeTexture2DNode_SetCustomWrapV) == 0x000002, "Wrong size on InterchangeTexture2DNode_SetCustomWrapV"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapV, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_SetCustomWrapV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapV, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_SetCustomWrapV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetCustomWrapU \ +static_assert(alignof(InterchangeTexture2DNode_GetCustomWrapU) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_GetCustomWrapU"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetCustomWrapU) == 0x000002, "Wrong size on InterchangeTexture2DNode_GetCustomWrapU"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapU, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetCustomWrapU::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapU, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_GetCustomWrapU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetCustomWrapV \ +static_assert(alignof(InterchangeTexture2DNode_GetCustomWrapV) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_GetCustomWrapV"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetCustomWrapV) == 0x000002, "Wrong size on InterchangeTexture2DNode_GetCustomWrapV"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapV, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetCustomWrapV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapV, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_GetCustomWrapV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DNode_GetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DNode_GetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DNode_GetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetSourceBlocks, ReturnValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetSourceBlocks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DNode \ +static_assert(alignof(UInterchangeTexture2DNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DNode"); \ +static_assert(sizeof(UInterchangeTexture2DNode) == 0x000128, "Wrong size on UInterchangeTexture2DNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureBlurNode \ +static_assert(alignof(UInterchangeTextureBlurNode) == 0x000008, "Wrong alignment on UInterchangeTextureBlurNode"); \ +static_assert(sizeof(UInterchangeTextureBlurNode) == 0x000128, "Wrong size on UInterchangeTextureBlurNode"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_AddItemToInventory \ +static_assert(alignof(BP_MerchantComponent_C_AddItemToInventory) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_AddItemToInventory"); \ +static_assert(sizeof(BP_MerchantComponent_C_AddItemToInventory) == 0x000180, "Wrong size on BP_MerchantComponent_C_AddItemToInventory"); \ +static_assert(offsetof(BP_MerchantComponent_C_AddItemToInventory, MerchantItem) == 0x000000, "Member 'BP_MerchantComponent_C_AddItemToInventory::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_AddItemToInventory, K2Node_MakeStruct_S_LootContext) == 0x000170, "Member 'BP_MerchantComponent_C_AddItemToInventory::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_AddItemToInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000178, "Member 'BP_MerchantComponent_C_AddItemToInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_CanStartMerchantBattle \ +static_assert(alignof(BP_MerchantComponent_C_CanStartMerchantBattle) == 0x000001, "Wrong alignment on BP_MerchantComponent_C_CanStartMerchantBattle"); \ +static_assert(sizeof(BP_MerchantComponent_C_CanStartMerchantBattle) == 0x000002, "Wrong size on BP_MerchantComponent_C_CanStartMerchantBattle"); \ +static_assert(offsetof(BP_MerchantComponent_C_CanStartMerchantBattle, ReturnValue) == 0x000000, "Member 'BP_MerchantComponent_C_CanStartMerchantBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CanStartMerchantBattle, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000001, "Member 'BP_MerchantComponent_C_CanStartMerchantBattle::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_CheckForErrors \ +static_assert(alignof(BP_MerchantComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_MerchantComponent_C_CheckForErrors) == 0x000030, "Wrong size on BP_MerchantComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_MerchantComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_MerchantComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckForErrors, Temp_text_Variable) == 0x000018, "Member 'BP_MerchantComponent_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_MerchantComponent_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'BP_MerchantComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_CheckIfItemIsConditional \ +static_assert(alignof(BP_MerchantComponent_C_CheckIfItemIsConditional) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_CheckIfItemIsConditional"); \ +static_assert(sizeof(BP_MerchantComponent_C_CheckIfItemIsConditional) == 0x000028, "Wrong size on BP_MerchantComponent_C_CheckIfItemIsConditional"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsConditional, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_CheckIfItemIsConditional::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsConditional, IsConditional) == 0x000020, "Member 'BP_MerchantComponent_C_CheckIfItemIsConditional::IsConditional' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsConditional, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_MerchantComponent_C_CheckIfItemIsConditional::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_CheckIfItemIsVisible \ +static_assert(alignof(BP_MerchantComponent_C_CheckIfItemIsVisible) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_CheckIfItemIsVisible"); \ +static_assert(sizeof(BP_MerchantComponent_C_CheckIfItemIsVisible) == 0x000028, "Wrong size on BP_MerchantComponent_C_CheckIfItemIsVisible"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsVisible, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_CheckIfItemIsVisible::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsVisible, IsAvailable) == 0x000020, "Member 'BP_MerchantComponent_C_CheckIfItemIsVisible::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsVisible, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_MerchantComponent_C_CheckIfItemIsVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CheckIfItemIsVisible, CallFunc_CheckOptionalCondition_Result) == 0x000022, "Member 'BP_MerchantComponent_C_CheckIfItemIsVisible::CallFunc_CheckOptionalCondition_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeAvailableItemsFromTable \ +static_assert(alignof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeAvailableItemsFromTable"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable) == 0x0001B0, "Wrong size on BP_MerchantComponent_C_ComputeAvailableItemsFromTable"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, Table) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::Table' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_ComputeItemToSell_MerchantItemSellData) == 0x000030, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_ComputeItemToSell_MerchantItemSellData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, Temp_int_Loop_Counter_Variable) == 0x0001A0, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeAvailableItemsFromTable, CallFunc_Add_IntInt_ReturnValue) == 0x0001A8, "Member 'BP_MerchantComponent_C_ComputeAvailableItemsFromTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeItemPrice \ +static_assert(alignof(BP_MerchantComponent_C_ComputeItemPrice) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeItemPrice"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeItemPrice) == 0x000170, "Wrong size on BP_MerchantComponent_C_ComputeItemPrice"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, MerchantItem) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeItemPrice::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, ItemInstance) == 0x000020, "Member 'BP_MerchantComponent_C_ComputeItemPrice::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, Price) == 0x000028, "Member 'BP_MerchantComponent_C_ComputeItemPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, CallFunc_ComputePictoPrice_Price) == 0x00002C, "Member 'BP_MerchantComponent_C_ComputeItemPrice::CallFunc_ComputePictoPrice_Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, CallFunc_ComputeWeaponPrice_Price) == 0x000030, "Member 'BP_MerchantComponent_C_ComputeItemPrice::CallFunc_ComputeWeaponPrice_Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, CallFunc_GetItemFromName_Item) == 0x000038, "Member 'BP_MerchantComponent_C_ComputeItemPrice::CallFunc_GetItemFromName_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000168, "Member 'BP_MerchantComponent_C_ComputeItemPrice::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemPrice, K2Node_SwitchEnum_CmpSuccess) == 0x000169, "Member 'BP_MerchantComponent_C_ComputeItemPrice::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeItemToSell \ +static_assert(alignof(BP_MerchantComponent_C_ComputeItemToSell) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeItemToSell"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeItemToSell) == 0x000480, "Wrong size on BP_MerchantComponent_C_ComputeItemToSell"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, ItemsDataTable) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeItemToSell::ItemsDataTable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, ItemRowName) == 0x000008, "Member 'BP_MerchantComponent_C_ComputeItemToSell::ItemRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, MerchantItemSellData) == 0x000010, "Member 'BP_MerchantComponent_C_ComputeItemToSell::MerchantItemSellData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetDataTableRowFromName_OutRow) == 0x000180, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001A0, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_CreateItemInstance_ItemInstance) == 0x0001A8, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_CreateItemInstance_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_ComputeItemPrice_Price) == 0x0001B0, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_ComputeItemPrice_Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetConditionDisplayTooltip_ConditionDisplayTooltip) == 0x0001B8, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetConditionDisplayTooltip_ConditionDisplayTooltip' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetConditionDisplayName_ConditionDisplayName) == 0x0001C8, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetConditionDisplayName_ConditionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_CheckIfItemIsConditional_IsConditional) == 0x0001D8, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_CheckIfItemIsConditional_IsConditional' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_CheckIfItemIsVisible_IsAvailable) == 0x0001D9, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_CheckIfItemIsVisible_IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetRemainingQuantityForItem_Quantity) == 0x0001DC, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetRemainingQuantityForItem_Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, CallFunc_GetItemFromMerchantItemData_Item) == 0x0001E0, "Member 'BP_MerchantComponent_C_ComputeItemToSell::CallFunc_GetItemFromMerchantItemData_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeItemToSell, K2Node_MakeStruct_S_MerchantItemSellData) == 0x000310, "Member 'BP_MerchantComponent_C_ComputeItemToSell::K2Node_MakeStruct_S_MerchantItemSellData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext \ +static_assert(alignof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext) == 0x0001D8, "Wrong size on BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, ReturnValue) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue) == 0x000004, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_FindCurrentLevelData_Found) == 0x000008, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_FindCurrentLevelData_LevelData) == 0x000010, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_FindCurrentLevelData_RowName) == 0x0001C0, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_Add_IntInt_ReturnValue) == 0x0001C8, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_Divide_IntInt_ReturnValue) == 0x0001CC, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001D0, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelForLootContext::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride \ +static_assert(alignof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride) == 0x000038, "Wrong size on BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, ReturnValue) == 0x000020, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000024, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue) == 0x000028, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, CallFunc_Divide_IntInt_ReturnValue) == 0x00002C, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride, CallFunc_Clamp_ReturnValue) == 0x000034, "Member 'BP_MerchantComponent_C_ComputeMerchantItemLevelWithOverride::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeMerchantState \ +static_assert(alignof(BP_MerchantComponent_C_ComputeMerchantState) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeMerchantState"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeMerchantState) == 0x000298, "Wrong size on BP_MerchantComponent_C_ComputeMerchantState"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, MerchantState) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeMerchantState::MerchantState' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, local_MerchantState) == 0x000050, "Member 'BP_MerchantComponent_C_ComputeMerchantState::local_MerchantState' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'BP_MerchantComponent_C_ComputeMerchantState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'BP_MerchantComponent_C_ComputeMerchantState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, K2Node_MakeStruct_S_MerchantSaveData) == 0x0000B0, "Member 'BP_MerchantComponent_C_ComputeMerchantState::K2Node_MakeStruct_S_MerchantSaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Map_Keys_Keys) == 0x000100, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Array_Get_Item) == 0x000110, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Map_Find_Value) == 0x000120, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Map_Find_ReturnValue) == 0x000290, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeMerchantState, CallFunc_Less_IntInt_ReturnValue) == 0x000291, "Member 'BP_MerchantComponent_C_ComputeMerchantState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputePictoPrice \ +static_assert(alignof(BP_MerchantComponent_C_ComputePictoPrice) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputePictoPrice"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputePictoPrice) == 0x000130, "Wrong size on BP_MerchantComponent_C_ComputePictoPrice"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, ItemInstance) == 0x000000, "Member 'BP_MerchantComponent_C_ComputePictoPrice::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, Price) == 0x000008, "Member 'BP_MerchantComponent_C_ComputePictoPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00000C, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos) == 0x000018, "Member 'BP_MerchantComponent_C_ComputePictoPrice::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_MerchantComponent_C_ComputePictoPrice::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_GetCurrentLevel_ReturnValue) == 0x000038, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_MerchantComponent_C_ComputePictoPrice::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_GetBuyValueFromScalingTable_Value) == 0x000088, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_GetBuyValueFromScalingTable_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_MerchantComponent_C_ComputePictoPrice::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000A0, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000B8, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000118, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000120, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputePictoPrice, CallFunc_FCeil_ReturnValue) == 0x000128, "Member 'BP_MerchantComponent_C_ComputePictoPrice::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ComputeWeaponPrice \ +static_assert(alignof(BP_MerchantComponent_C_ComputeWeaponPrice) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ComputeWeaponPrice"); \ +static_assert(sizeof(BP_MerchantComponent_C_ComputeWeaponPrice) == 0x0001B8, "Wrong size on BP_MerchantComponent_C_ComputeWeaponPrice"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, ItemInstance) == 0x000000, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, Price) == 0x000008, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000010, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00001C, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_GetCurrentLevel_ReturnValue) == 0x000024, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_GetBuyValueFromScalingTable_Value) == 0x000038, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_GetBuyValueFromScalingTable_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000088, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A0, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000190, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_Format_ReturnValue) == 0x000198, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001A8, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ComputeWeaponPrice, CallFunc_FCeil_ReturnValue) == 0x0001B0, "Member 'BP_MerchantComponent_C_ComputeWeaponPrice::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_CreateItemInstance \ +static_assert(alignof(BP_MerchantComponent_C_CreateItemInstance) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_CreateItemInstance"); \ +static_assert(sizeof(BP_MerchantComponent_C_CreateItemInstance) == 0x000188, "Wrong size on BP_MerchantComponent_C_CreateItemInstance"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, MerchantItem) == 0x000000, "Member 'BP_MerchantComponent_C_CreateItemInstance::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, ItemInstance) == 0x000020, "Member 'BP_MerchantComponent_C_CreateItemInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, local_GeneratedGear) == 0x000028, "Member 'BP_MerchantComponent_C_CreateItemInstance::local_GeneratedGear' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000030, "Member 'BP_MerchantComponent_C_CreateItemInstance::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000038, "Member 'BP_MerchantComponent_C_CreateItemInstance::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000040, "Member 'BP_MerchantComponent_C_CreateItemInstance::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, CallFunc_CreateItemInstanceTransient_ItemInstance) == 0x000170, "Member 'BP_MerchantComponent_C_CreateItemInstance::CallFunc_CreateItemInstanceTransient_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000178, "Member 'BP_MerchantComponent_C_CreateItemInstance::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_CreateItemInstance, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_MerchantComponent_C_CreateItemInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetAvailableItems \ +static_assert(alignof(BP_MerchantComponent_C_GetAvailableItems) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetAvailableItems"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetAvailableItems) == 0x000050, "Wrong size on BP_MerchantComponent_C_GetAvailableItems"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetAvailableItems, AvailableItems_0) == 0x000000, "Member 'BP_MerchantComponent_C_GetAvailableItems::AvailableItems_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetBuyValueFromScalingTable \ +static_assert(alignof(BP_MerchantComponent_C_GetBuyValueFromScalingTable) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetBuyValueFromScalingTable"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetBuyValueFromScalingTable) == 0x000110, "Wrong size on BP_MerchantComponent_C_GetBuyValueFromScalingTable"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, Table) == 0x000000, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::Table' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, Level) == 0x000008, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, Value) == 0x00000C, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000020, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000088, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetBuyValueFromScalingTable, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000108, "Member 'BP_MerchantComponent_C_GetBuyValueFromScalingTable::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetConditionDisplayName \ +static_assert(alignof(BP_MerchantComponent_C_GetConditionDisplayName) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetConditionDisplayName"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetConditionDisplayName) == 0x000050, "Wrong size on BP_MerchantComponent_C_GetConditionDisplayName"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayName, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_GetConditionDisplayName::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayName, ConditionDisplayName) == 0x000020, "Member 'BP_MerchantComponent_C_GetConditionDisplayName::ConditionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayName, K2Node_DynamicCast_AsBP_Merchant_Condition_Checker_Data_Asset) == 0x000030, "Member 'BP_MerchantComponent_C_GetConditionDisplayName::K2Node_DynamicCast_AsBP_Merchant_Condition_Checker_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayName, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_MerchantComponent_C_GetConditionDisplayName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayName, CallFunc_GetConditionDisplayName_ConditionDisplayName) == 0x000040, "Member 'BP_MerchantComponent_C_GetConditionDisplayName::CallFunc_GetConditionDisplayName_ConditionDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetConditionDisplayTooltip \ +static_assert(alignof(BP_MerchantComponent_C_GetConditionDisplayTooltip) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetConditionDisplayTooltip"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetConditionDisplayTooltip) == 0x000050, "Wrong size on BP_MerchantComponent_C_GetConditionDisplayTooltip"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayTooltip, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_GetConditionDisplayTooltip::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayTooltip, ConditionDisplayTooltip) == 0x000020, "Member 'BP_MerchantComponent_C_GetConditionDisplayTooltip::ConditionDisplayTooltip' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayTooltip, K2Node_DynamicCast_AsBP_Merchant_Condition_Checker_Data_Asset) == 0x000030, "Member 'BP_MerchantComponent_C_GetConditionDisplayTooltip::K2Node_DynamicCast_AsBP_Merchant_Condition_Checker_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayTooltip, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_MerchantComponent_C_GetConditionDisplayTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetConditionDisplayTooltip, CallFunc_GetConditionDisplayTooltip_ConditionDisplayTooltip) == 0x000040, "Member 'BP_MerchantComponent_C_GetConditionDisplayTooltip::CallFunc_GetConditionDisplayTooltip_ConditionDisplayTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetItemFromMerchantItemData \ +static_assert(alignof(BP_MerchantComponent_C_GetItemFromMerchantItemData) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetItemFromMerchantItemData"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetItemFromMerchantItemData) == 0x000280, "Wrong size on BP_MerchantComponent_C_GetItemFromMerchantItemData"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromMerchantItemData, MerchantItem) == 0x000000, "Member 'BP_MerchantComponent_C_GetItemFromMerchantItemData::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromMerchantItemData, Item) == 0x000020, "Member 'BP_MerchantComponent_C_GetItemFromMerchantItemData::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromMerchantItemData, CallFunc_GetItemFromName_Item) == 0x000150, "Member 'BP_MerchantComponent_C_GetItemFromMerchantItemData::CallFunc_GetItemFromName_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetItemFromName \ +static_assert(alignof(BP_MerchantComponent_C_GetItemFromName) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetItemFromName"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetItemFromName) == 0x0002E8, "Wrong size on BP_MerchantComponent_C_GetItemFromName"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, ItemRowName) == 0x000000, "Member 'BP_MerchantComponent_C_GetItemFromName::ItemRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, Item) == 0x000008, "Member 'BP_MerchantComponent_C_GetItemFromName::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, CallFunc_Conv_NameToText_ReturnValue) == 0x000138, "Member 'BP_MerchantComponent_C_GetItemFromName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000148, "Member 'BP_MerchantComponent_C_GetItemFromName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000278, "Member 'BP_MerchantComponent_C_GetItemFromName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, K2Node_MakeStruct_FormatArgumentData) == 0x000280, "Member 'BP_MerchantComponent_C_GetItemFromName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, K2Node_MakeArray_Array) == 0x0002C8, "Member 'BP_MerchantComponent_C_GetItemFromName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetItemFromName, CallFunc_Format_ReturnValue) == 0x0002D8, "Member 'BP_MerchantComponent_C_GetItemFromName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_GetRemainingQuantityForItem \ +static_assert(alignof(BP_MerchantComponent_C_GetRemainingQuantityForItem) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_GetRemainingQuantityForItem"); \ +static_assert(sizeof(BP_MerchantComponent_C_GetRemainingQuantityForItem) == 0x000088, "Wrong size on BP_MerchantComponent_C_GetRemainingQuantityForItem"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, MerchantItemRowName) == 0x000000, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::MerchantItemRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, MerchantItem) == 0x000008, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, Quantity) == 0x000028, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, CallFunc_ReadMerchantState_State) == 0x000030, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::CallFunc_ReadMerchantState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, CallFunc_Map_Find_Value) == 0x000080, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_GetRemainingQuantityForItem, CallFunc_Map_Find_ReturnValue) == 0x000084, "Member 'BP_MerchantComponent_C_GetRemainingQuantityForItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_LoadMerchantData \ +static_assert(alignof(BP_MerchantComponent_C_LoadMerchantData) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_LoadMerchantData"); \ +static_assert(sizeof(BP_MerchantComponent_C_LoadMerchantData) == 0x000050, "Wrong size on BP_MerchantComponent_C_LoadMerchantData"); \ +static_assert(offsetof(BP_MerchantComponent_C_LoadMerchantData, AvailableItems_0) == 0x000000, "Member 'BP_MerchantComponent_C_LoadMerchantData::AvailableItems_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_ReadMerchantState \ +static_assert(alignof(BP_MerchantComponent_C_ReadMerchantState) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_ReadMerchantState"); \ +static_assert(sizeof(BP_MerchantComponent_C_ReadMerchantState) == 0x0000C8, "Wrong size on BP_MerchantComponent_C_ReadMerchantState"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, State) == 0x000000, "Member 'BP_MerchantComponent_C_ReadMerchantState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_GetCustomGI_ReturnValue) == 0x000050, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_GetOwner_ReturnValue) == 0x000058, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000068, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_Map_Find_Value) == 0x000070, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_ReadMerchantState, CallFunc_Map_Find_ReturnValue) == 0x0000C0, "Member 'BP_MerchantComponent_C_ReadMerchantState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_SaveMerchantState \ +static_assert(alignof(BP_MerchantComponent_C_SaveMerchantState) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_SaveMerchantState"); \ +static_assert(sizeof(BP_MerchantComponent_C_SaveMerchantState) == 0x000070, "Wrong size on BP_MerchantComponent_C_SaveMerchantState"); \ +static_assert(offsetof(BP_MerchantComponent_C_SaveMerchantState, CallFunc_ComputeMerchantState_MerchantState) == 0x000000, "Member 'BP_MerchantComponent_C_SaveMerchantState::CallFunc_ComputeMerchantState_MerchantState' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SaveMerchantState, CallFunc_GetCustomGI_ReturnValue) == 0x000050, "Member 'BP_MerchantComponent_C_SaveMerchantState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SaveMerchantState, CallFunc_GetOwner_ReturnValue) == 0x000058, "Member 'BP_MerchantComponent_C_SaveMerchantState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SaveMerchantState, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_MerchantComponent_C_SaveMerchantState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SaveMerchantState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000068, "Member 'BP_MerchantComponent_C_SaveMerchantState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_SetupLevelForItemInstanceGear \ +static_assert(alignof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_SetupLevelForItemInstanceGear"); \ +static_assert(sizeof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear) == 0x000200, "Wrong size on BP_MerchantComponent_C_SetupLevelForItemInstanceGear"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, MerchantItemData) == 0x000000, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::MerchantItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, ItemInstance) == 0x000020, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, local_GeneratedGear) == 0x000028, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::local_GeneratedGear' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_FindCurrentLevelData_Found) == 0x000030, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_FindCurrentLevelData_LevelData) == 0x000038, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_FindCurrentLevelData_RowName) == 0x0001E8, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_ComputeMerchantItemLevelWithOverride_ReturnValue) == 0x0001F0, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_ComputeMerchantItemLevelWithOverride_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_Greater_IntInt_ReturnValue) == 0x0001F4, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, CallFunc_ComputeMerchantItemLevelForLootContext_ReturnValue) == 0x0001F8, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::CallFunc_ComputeMerchantItemLevelForLootContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_SetupLevelForItemInstanceGear, K2Node_MakeStruct_S_LootContext) == 0x0001FC, "Member 'BP_MerchantComponent_C_SetupLevelForItemInstanceGear::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_StartMerchantBattle \ +static_assert(alignof(BP_MerchantComponent_C_StartMerchantBattle) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_StartMerchantBattle"); \ +static_assert(sizeof(BP_MerchantComponent_C_StartMerchantBattle) == 0x000178, "Wrong size on BP_MerchantComponent_C_StartMerchantBattle"); \ +static_assert(offsetof(BP_MerchantComponent_C_StartMerchantBattle, BattlePaty) == 0x000000, "Member 'BP_MerchantComponent_C_StartMerchantBattle::BattlePaty' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_StartMerchantBattle, local_Parameters) == 0x000010, "Member 'BP_MerchantComponent_C_StartMerchantBattle::local_Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_StartMerchantBattle, CallFunc_GetBattleManager_ReturnValue) == 0x000168, "Member 'BP_MerchantComponent_C_StartMerchantBattle::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_StartMerchantBattle, CallFunc_CanStartMerchantBattle_ReturnValue) == 0x000170, "Member 'BP_MerchantComponent_C_StartMerchantBattle::CallFunc_CanStartMerchantBattle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantComponent_C_TryBuyItem \ +static_assert(alignof(BP_MerchantComponent_C_TryBuyItem) == 0x000008, "Wrong alignment on BP_MerchantComponent_C_TryBuyItem"); \ +static_assert(sizeof(BP_MerchantComponent_C_TryBuyItem) == 0x000480, "Wrong size on BP_MerchantComponent_C_TryBuyItem"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, MerchantItemRowName) == 0x000000, "Member 'BP_MerchantComponent_C_TryBuyItem::MerchantItemRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, ReturnValue) == 0x000008, "Member 'BP_MerchantComponent_C_TryBuyItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, local_CurrentItem) == 0x000010, "Member 'BP_MerchantComponent_C_TryBuyItem::local_CurrentItem' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000180, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, K2Node_MakeStruct_FormatArgumentData) == 0x000190, "Member 'BP_MerchantComponent_C_TryBuyItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x0001D8, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_FindItemInstanceByID_ItemInstance) == 0x0001E0, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Greater_IntInt_ReturnValue) == 0x0001E8, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_BooleanAND_ReturnValue) == 0x0001E9, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001F0, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x000200, "Member 'BP_MerchantComponent_C_TryBuyItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, K2Node_MakeArray_Array) == 0x000248, "Member 'BP_MerchantComponent_C_TryBuyItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Format_ReturnValue) == 0x000258, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000268, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_GetInventoryManager_ReturnValue) == 0x000270, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_GetDisplayName_ReturnValue) == 0x000278, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_TrySpendGold_Success) == 0x000288, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_TrySpendGold_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Conv_StringToText_ReturnValue) == 0x000290, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002A0, "Member 'BP_MerchantComponent_C_TryBuyItem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, K2Node_MakeArray_Array_1) == 0x0002E8, "Member 'BP_MerchantComponent_C_TryBuyItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Map_Find_Value) == 0x0002F8, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Map_Find_ReturnValue) == 0x000468, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MerchantComponent_C_TryBuyItem, CallFunc_Format_ReturnValue_1) == 0x000470, "Member 'BP_MerchantComponent_C_TryBuyItem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MerchantComponent_C \ +static_assert(alignof(UBP_MerchantComponent_C) == 0x000008, "Wrong alignment on UBP_MerchantComponent_C"); \ +static_assert(sizeof(UBP_MerchantComponent_C) == 0x000260, "Wrong size on UBP_MerchantComponent_C"); \ +static_assert(offsetof(UBP_MerchantComponent_C, Items) == 0x0000A0, "Member 'UBP_MerchantComponent_C::Items' has a wrong offset!"); \ +static_assert(offsetof(UBP_MerchantComponent_C, AvailableItems) == 0x0000A8, "Member 'UBP_MerchantComponent_C::AvailableItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_MerchantComponent_C, BattleParameters) == 0x0000F8, "Member 'UBP_MerchantComponent_C::BattleParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_MerchantComponent_C, OnItemBought) == 0x000250, "Member 'UBP_MerchantComponent_C::OnItemBought' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeFilePickerParameters \ +static_assert(alignof(FInterchangeFilePickerParameters) == 0x000008, "Wrong alignment on FInterchangeFilePickerParameters"); \ +static_assert(sizeof(FInterchangeFilePickerParameters) == 0x000028, "Wrong size on FInterchangeFilePickerParameters"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, bAllowMultipleFiles) == 0x000000, "Member 'FInterchangeFilePickerParameters::bAllowMultipleFiles' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, Title) == 0x000008, "Member 'FInterchangeFilePickerParameters::Title' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, DefaultPath) == 0x000018, "Member 'FInterchangeFilePickerParameters::DefaultPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeStackInfo \ +static_assert(alignof(FInterchangeStackInfo) == 0x000008, "Wrong alignment on FInterchangeStackInfo"); \ +static_assert(sizeof(FInterchangeStackInfo) == 0x000018, "Wrong size on FInterchangeStackInfo"); \ +static_assert(offsetof(FInterchangeStackInfo, StackName) == 0x000000, "Member 'FInterchangeStackInfo::StackName' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeStackInfo, Pipelines) == 0x000008, "Member 'FInterchangeStackInfo::Pipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeTranslatorPipelines \ +static_assert(alignof(FInterchangeTranslatorPipelines) == 0x000008, "Wrong alignment on FInterchangeTranslatorPipelines"); \ +static_assert(sizeof(FInterchangeTranslatorPipelines) == 0x000038, "Wrong size on FInterchangeTranslatorPipelines"); \ +static_assert(offsetof(FInterchangeTranslatorPipelines, Translator) == 0x000000, "Member 'FInterchangeTranslatorPipelines::Translator' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeTranslatorPipelines, Pipelines) == 0x000028, "Member 'FInterchangeTranslatorPipelines::Pipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelineStack \ +static_assert(alignof(FInterchangePipelineStack) == 0x000008, "Wrong alignment on FInterchangePipelineStack"); \ +static_assert(sizeof(FInterchangePipelineStack) == 0x000020, "Wrong size on FInterchangePipelineStack"); \ +static_assert(offsetof(FInterchangePipelineStack, Pipelines) == 0x000000, "Member 'FInterchangePipelineStack::Pipelines' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineStack, PerTranslatorPipelines) == 0x000010, "Member 'FInterchangePipelineStack::PerTranslatorPipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeImportSettings \ +static_assert(alignof(FInterchangeImportSettings) == 0x000008, "Wrong alignment on FInterchangeImportSettings"); \ +static_assert(sizeof(FInterchangeImportSettings) == 0x000088, "Wrong size on FInterchangeImportSettings"); \ +static_assert(offsetof(FInterchangeImportSettings, PipelineStacks) == 0x000000, "Member 'FInterchangeImportSettings::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, DefaultPipelineStack) == 0x000050, "Member 'FInterchangeImportSettings::DefaultPipelineStack' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, ImportDialogClass) == 0x000058, "Member 'FInterchangeImportSettings::ImportDialogClass' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, bShowImportDialog) == 0x000080, "Member 'FInterchangeImportSettings::bShowImportDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePerTranslatorDialogOverride \ +static_assert(alignof(FInterchangePerTranslatorDialogOverride) == 0x000008, "Wrong alignment on FInterchangePerTranslatorDialogOverride"); \ +static_assert(sizeof(FInterchangePerTranslatorDialogOverride) == 0x000030, "Wrong size on FInterchangePerTranslatorDialogOverride"); \ +static_assert(offsetof(FInterchangePerTranslatorDialogOverride, Translator) == 0x000000, "Member 'FInterchangePerTranslatorDialogOverride::Translator' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePerTranslatorDialogOverride, bShowImportDialog) == 0x000028, "Member 'FInterchangePerTranslatorDialogOverride::bShowImportDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeDialogOverride \ +static_assert(alignof(FInterchangeDialogOverride) == 0x000008, "Wrong alignment on FInterchangeDialogOverride"); \ +static_assert(sizeof(FInterchangeDialogOverride) == 0x000018, "Wrong size on FInterchangeDialogOverride"); \ +static_assert(offsetof(FInterchangeDialogOverride, bShowImportDialog) == 0x000000, "Member 'FInterchangeDialogOverride::bShowImportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeDialogOverride, PerTranslatorImportDialogOverride) == 0x000008, "Member 'FInterchangeDialogOverride::PerTranslatorImportDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeContentImportSettings \ +static_assert(alignof(FInterchangeContentImportSettings) == 0x000008, "Wrong alignment on FInterchangeContentImportSettings"); \ +static_assert(sizeof(FInterchangeContentImportSettings) == 0x000128, "Wrong size on FInterchangeContentImportSettings"); \ +static_assert(offsetof(FInterchangeContentImportSettings, DefaultPipelineStackOverride) == 0x000088, "Member 'FInterchangeContentImportSettings::DefaultPipelineStackOverride' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeContentImportSettings, ShowImportDialogOverride) == 0x0000D8, "Member 'FInterchangeContentImportSettings::ShowImportDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyData \ +static_assert(alignof(FPropertyData) == 0x000008, "Wrong alignment on FPropertyData"); \ +static_assert(sizeof(FPropertyData) == 0x000018, "Wrong size on FPropertyData"); \ + +#define DUMPER7_ASSERTS_FImportAssetParameters \ +static_assert(alignof(FImportAssetParameters) == 0x000008, "Wrong alignment on FImportAssetParameters"); \ +static_assert(sizeof(FImportAssetParameters) == 0x0000C0, "Wrong size on FImportAssetParameters"); \ +static_assert(offsetof(FImportAssetParameters, ReimportAsset) == 0x000000, "Member 'FImportAssetParameters::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, ReimportSourceIndex) == 0x000008, "Member 'FImportAssetParameters::ReimportSourceIndex' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bIsAutomated) == 0x00000C, "Member 'FImportAssetParameters::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bFollowRedirectors) == 0x00000D, "Member 'FImportAssetParameters::bFollowRedirectors' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OverridePipelines) == 0x000010, "Member 'FImportAssetParameters::OverridePipelines' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, ImportLevel) == 0x000020, "Member 'FImportAssetParameters::ImportLevel' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, DestinationName) == 0x000028, "Member 'FImportAssetParameters::DestinationName' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bReplaceExisting) == 0x000038, "Member 'FImportAssetParameters::bReplaceExisting' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnAssetDone) == 0x00003C, "Member 'FImportAssetParameters::OnAssetDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnAssetsImportDone) == 0x000060, "Member 'FImportAssetParameters::OnAssetsImportDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnSceneObjectDone) == 0x000080, "Member 'FImportAssetParameters::OnSceneObjectDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnSceneImportDone) == 0x0000A0, "Member 'FImportAssetParameters::OnSceneImportDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBlueprintPipelineBase \ +static_assert(alignof(UInterchangeBlueprintPipelineBase) == 0x000008, "Wrong alignment on UInterchangeBlueprintPipelineBase"); \ +static_assert(sizeof(UInterchangeBlueprintPipelineBase) == 0x0000A8, "Wrong size on UInterchangeBlueprintPipelineBase"); \ + +#define DUMPER7_ASSERTS_InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType \ +static_assert(alignof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType) == 0x000008, "Wrong alignment on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType"); \ +static_assert(sizeof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType) == 0x000048, "Wrong size on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, TranslatorAssetType) == 0x000000, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::TranslatorAssetType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, Parameters) == 0x000008, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, OutFilenames) == 0x000030, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::OutFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, ReturnValue) == 0x000040, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType \ +static_assert(alignof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType) == 0x000008, "Wrong alignment on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType"); \ +static_assert(sizeof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType) == 0x000048, "Wrong size on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, TranslatorType) == 0x000000, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::TranslatorType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, Parameters) == 0x000008, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, OutFilenames) == 0x000030, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::OutFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, ReturnValue) == 0x000040, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFilePickerBase \ +static_assert(alignof(UInterchangeFilePickerBase) == 0x000008, "Wrong alignment on UInterchangeFilePickerBase"); \ +static_assert(sizeof(UInterchangeFilePickerBase) == 0x000028, "Wrong size on UInterchangeFilePickerBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog) == 0x000040, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, ReturnValue) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog) == 0x000048, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, ReimportAsset) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, ReturnValue) == 0x000040, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog) == 0x000040, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, ReturnValue) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineConfigurationBase \ +static_assert(alignof(UInterchangePipelineConfigurationBase) == 0x000008, "Wrong alignment on UInterchangePipelineConfigurationBase"); \ +static_assert(sizeof(UInterchangePipelineConfigurationBase) == 0x000028, "Wrong size on UInterchangePipelineConfigurationBase"); \ + +#define DUMPER7_ASSERTS_UInterchangeProjectSettings \ +static_assert(alignof(UInterchangeProjectSettings) == 0x000008, "Wrong alignment on UInterchangeProjectSettings"); \ +static_assert(sizeof(UInterchangeProjectSettings) == 0x000240, "Wrong size on UInterchangeProjectSettings"); \ +static_assert(offsetof(UInterchangeProjectSettings, ContentImportSettings) == 0x000038, "Member 'UInterchangeProjectSettings::ContentImportSettings' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, SceneImportSettings) == 0x000160, "Member 'UInterchangeProjectSettings::SceneImportSettings' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, FilePickerClass) == 0x0001E8, "Member 'UInterchangeProjectSettings::FilePickerClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing) == 0x000210, "Member 'UInterchangeProjectSettings::bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, GenericPipelineClass) == 0x000218, "Member 'UInterchangeProjectSettings::GenericPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePythonPipelineBase \ +static_assert(alignof(UInterchangePythonPipelineBase) == 0x000008, "Wrong alignment on UInterchangePythonPipelineBase"); \ +static_assert(sizeof(UInterchangePythonPipelineBase) == 0x000108, "Wrong size on UInterchangePythonPipelineBase"); \ + +#define DUMPER7_ASSERTS_UInterchangePythonPipelineAsset \ +static_assert(alignof(UInterchangePythonPipelineAsset) == 0x000008, "Wrong alignment on UInterchangePythonPipelineAsset"); \ +static_assert(sizeof(UInterchangePythonPipelineAsset) == 0x000068, "Wrong size on UInterchangePythonPipelineAsset"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, PythonClass) == 0x000028, "Member 'UInterchangePythonPipelineAsset::PythonClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, GeneratedPipeline) == 0x000050, "Member 'UInterchangePythonPipelineAsset::GeneratedPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, JsonDefaultProperties) == 0x000058, "Member 'UInterchangePythonPipelineAsset::JsonDefaultProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAsset \ +static_assert(alignof(UInterchangeSceneImportAsset) == 0x000008, "Wrong alignment on UInterchangeSceneImportAsset"); \ +static_assert(sizeof(UInterchangeSceneImportAsset) == 0x000030, "Wrong size on UInterchangeSceneImportAsset"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetNodeContainer \ +static_assert(alignof(InterchangeAssetImportData_GetNodeContainer) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetNodeContainer"); \ +static_assert(sizeof(InterchangeAssetImportData_GetNodeContainer) == 0x000008, "Wrong size on InterchangeAssetImportData_GetNodeContainer"); \ +static_assert(offsetof(InterchangeAssetImportData_GetNodeContainer, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetNodeContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetNumberOfPipelines \ +static_assert(alignof(InterchangeAssetImportData_GetNumberOfPipelines) == 0x000004, "Wrong alignment on InterchangeAssetImportData_GetNumberOfPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_GetNumberOfPipelines) == 0x000004, "Wrong size on InterchangeAssetImportData_GetNumberOfPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_GetNumberOfPipelines, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetNumberOfPipelines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetPipelines \ +static_assert(alignof(InterchangeAssetImportData_GetPipelines) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_GetPipelines) == 0x000010, "Wrong size on InterchangeAssetImportData_GetPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_GetPipelines, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetPipelines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetStoredFactoryNode \ +static_assert(alignof(InterchangeAssetImportData_GetStoredFactoryNode) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetStoredFactoryNode"); \ +static_assert(sizeof(InterchangeAssetImportData_GetStoredFactoryNode) == 0x000018, "Wrong size on InterchangeAssetImportData_GetStoredFactoryNode"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredFactoryNode, InNodeUniqueId) == 0x000000, "Member 'InterchangeAssetImportData_GetStoredFactoryNode::InNodeUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredFactoryNode, ReturnValue) == 0x000010, "Member 'InterchangeAssetImportData_GetStoredFactoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetStoredNode \ +static_assert(alignof(InterchangeAssetImportData_GetStoredNode) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetStoredNode"); \ +static_assert(sizeof(InterchangeAssetImportData_GetStoredNode) == 0x000018, "Wrong size on InterchangeAssetImportData_GetStoredNode"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredNode, InNodeUniqueId) == 0x000000, "Member 'InterchangeAssetImportData_GetStoredNode::InNodeUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredNode, ReturnValue) == 0x000010, "Member 'InterchangeAssetImportData_GetStoredNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetTranslatorSettings \ +static_assert(alignof(InterchangeAssetImportData_GetTranslatorSettings) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetTranslatorSettings"); \ +static_assert(sizeof(InterchangeAssetImportData_GetTranslatorSettings) == 0x000008, "Wrong size on InterchangeAssetImportData_GetTranslatorSettings"); \ +static_assert(offsetof(InterchangeAssetImportData_GetTranslatorSettings, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetTranslatorSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptExtractDisplayLabels \ +static_assert(alignof(InterchangeAssetImportData_ScriptExtractDisplayLabels) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptExtractDisplayLabels"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptExtractDisplayLabels) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptExtractDisplayLabels"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptExtractDisplayLabels, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptExtractDisplayLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptExtractFilenames \ +static_assert(alignof(InterchangeAssetImportData_ScriptExtractFilenames) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptExtractFilenames"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptExtractFilenames) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptExtractFilenames"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptExtractFilenames, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptExtractFilenames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptGetFirstFilename \ +static_assert(alignof(InterchangeAssetImportData_ScriptGetFirstFilename) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptGetFirstFilename"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptGetFirstFilename) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptGetFirstFilename"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptGetFirstFilename, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptGetFirstFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetNodeContainer \ +static_assert(alignof(InterchangeAssetImportData_SetNodeContainer) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetNodeContainer"); \ +static_assert(sizeof(InterchangeAssetImportData_SetNodeContainer) == 0x000008, "Wrong size on InterchangeAssetImportData_SetNodeContainer"); \ +static_assert(offsetof(InterchangeAssetImportData_SetNodeContainer, InNodeContainer) == 0x000000, "Member 'InterchangeAssetImportData_SetNodeContainer::InNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetPipelines \ +static_assert(alignof(InterchangeAssetImportData_SetPipelines) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_SetPipelines) == 0x000010, "Wrong size on InterchangeAssetImportData_SetPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_SetPipelines, InPipelines) == 0x000000, "Member 'InterchangeAssetImportData_SetPipelines::InPipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetTranslatorSettings \ +static_assert(alignof(InterchangeAssetImportData_SetTranslatorSettings) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetTranslatorSettings"); \ +static_assert(sizeof(InterchangeAssetImportData_SetTranslatorSettings) == 0x000008, "Wrong size on InterchangeAssetImportData_SetTranslatorSettings"); \ +static_assert(offsetof(InterchangeAssetImportData_SetTranslatorSettings, TranslatorSettings) == 0x000000, "Member 'InterchangeAssetImportData_SetTranslatorSettings::TranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAssetImportData \ +static_assert(alignof(UInterchangeAssetImportData) == 0x000008, "Wrong alignment on UInterchangeAssetImportData"); \ +static_assert(sizeof(UInterchangeAssetImportData) == 0x0000D8, "Wrong size on UInterchangeAssetImportData"); \ +static_assert(offsetof(UInterchangeAssetImportData, SceneImportAsset) == 0x000028, "Member 'UInterchangeAssetImportData::SceneImportAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, NodeUniqueID) == 0x000048, "Member 'UInterchangeAssetImportData::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, NodeContainer) == 0x000058, "Member 'UInterchangeAssetImportData::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, Pipelines) == 0x000060, "Member 'UInterchangeAssetImportData::Pipelines' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientNodeContainer) == 0x000070, "Member 'UInterchangeAssetImportData::TransientNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientPipelines) == 0x000078, "Member 'UInterchangeAssetImportData::TransientPipelines' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientTranslatorSettings) == 0x000088, "Member 'UInterchangeAssetImportData::TransientTranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAssetImportDataConverterBase \ +static_assert(alignof(UInterchangeAssetImportDataConverterBase) == 0x000008, "Wrong alignment on UInterchangeAssetImportDataConverterBase"); \ +static_assert(sizeof(UInterchangeAssetImportDataConverterBase) == 0x000028, "Wrong size on UInterchangeAssetImportDataConverterBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddBlueprintPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddBlueprintPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddBlueprintPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddBlueprintPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddBlueprintPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddBlueprintPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddBlueprintPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddPythonPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddPythonPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddPythonPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddPythonPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddPythonPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddPythonPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddPythonPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineStackOverride \ +static_assert(alignof(UInterchangePipelineStackOverride) == 0x000008, "Wrong alignment on UInterchangePipelineStackOverride"); \ +static_assert(sizeof(UInterchangePipelineStackOverride) == 0x000038, "Wrong size on UInterchangePipelineStackOverride"); \ +static_assert(offsetof(UInterchangePipelineStackOverride, OverridePipelines) == 0x000028, "Member 'UInterchangePipelineStackOverride::OverridePipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_CreateSourceData \ +static_assert(alignof(InterchangeManager_CreateSourceData) == 0x000008, "Wrong alignment on InterchangeManager_CreateSourceData"); \ +static_assert(sizeof(InterchangeManager_CreateSourceData) == 0x000018, "Wrong size on InterchangeManager_CreateSourceData"); \ +static_assert(offsetof(InterchangeManager_CreateSourceData, InFilename) == 0x000000, "Member 'InterchangeManager_CreateSourceData::InFilename' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CreateSourceData, ReturnValue) == 0x000010, "Member 'InterchangeManager_CreateSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetInterchangeManagerScripted \ +static_assert(alignof(InterchangeManager_GetInterchangeManagerScripted) == 0x000008, "Wrong alignment on InterchangeManager_GetInterchangeManagerScripted"); \ +static_assert(sizeof(InterchangeManager_GetInterchangeManagerScripted) == 0x000008, "Wrong size on InterchangeManager_GetInterchangeManagerScripted"); \ +static_assert(offsetof(InterchangeManager_GetInterchangeManagerScripted, ReturnValue) == 0x000000, "Member 'InterchangeManager_GetInterchangeManagerScripted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ExportAsset \ +static_assert(alignof(InterchangeManager_ExportAsset) == 0x000008, "Wrong alignment on InterchangeManager_ExportAsset"); \ +static_assert(sizeof(InterchangeManager_ExportAsset) == 0x000010, "Wrong size on InterchangeManager_ExportAsset"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, Asset) == 0x000000, "Member 'InterchangeManager_ExportAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, bIsAutomated) == 0x000008, "Member 'InterchangeManager_ExportAsset::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, ReturnValue) == 0x000009, "Member 'InterchangeManager_ExportAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ExportScene \ +static_assert(alignof(InterchangeManager_ExportScene) == 0x000008, "Wrong alignment on InterchangeManager_ExportScene"); \ +static_assert(sizeof(InterchangeManager_ExportScene) == 0x000010, "Wrong size on InterchangeManager_ExportScene"); \ +static_assert(offsetof(InterchangeManager_ExportScene, World) == 0x000000, "Member 'InterchangeManager_ExportScene::World' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportScene, bIsAutomated) == 0x000008, "Member 'InterchangeManager_ExportScene::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportScene, ReturnValue) == 0x000009, "Member 'InterchangeManager_ExportScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ImportAsset \ +static_assert(alignof(InterchangeManager_ImportAsset) == 0x000008, "Wrong alignment on InterchangeManager_ImportAsset"); \ +static_assert(sizeof(InterchangeManager_ImportAsset) == 0x0000E0, "Wrong size on InterchangeManager_ImportAsset"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ContentPath) == 0x000000, "Member 'InterchangeManager_ImportAsset::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, SourceData) == 0x000010, "Member 'InterchangeManager_ImportAsset::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ImportAsset::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ReturnValue) == 0x0000D8, "Member 'InterchangeManager_ImportAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ImportScene \ +static_assert(alignof(InterchangeManager_ImportScene) == 0x000008, "Wrong alignment on InterchangeManager_ImportScene"); \ +static_assert(sizeof(InterchangeManager_ImportScene) == 0x0000E0, "Wrong size on InterchangeManager_ImportScene"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ContentPath) == 0x000000, "Member 'InterchangeManager_ImportScene::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, SourceData) == 0x000010, "Member 'InterchangeManager_ImportScene::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ImportScene::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ReturnValue) == 0x0000D8, "Member 'InterchangeManager_ImportScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetRegisteredFactoryClass \ +static_assert(alignof(InterchangeManager_GetRegisteredFactoryClass) == 0x000008, "Wrong alignment on InterchangeManager_GetRegisteredFactoryClass"); \ +static_assert(sizeof(InterchangeManager_GetRegisteredFactoryClass) == 0x000010, "Wrong size on InterchangeManager_GetRegisteredFactoryClass"); \ +static_assert(offsetof(InterchangeManager_GetRegisteredFactoryClass, ClassToMake) == 0x000000, "Member 'InterchangeManager_GetRegisteredFactoryClass::ClassToMake' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetRegisteredFactoryClass, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetRegisteredFactoryClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeManager \ +static_assert(alignof(UInterchangeManager) == 0x000010, "Wrong alignment on UInterchangeManager"); \ +static_assert(sizeof(UInterchangeManager) == 0x000350, "Wrong size on UInterchangeManager"); \ +static_assert(offsetof(UInterchangeManager, RegisteredTranslatorsClass) == 0x0001A0, "Member 'UInterchangeManager::RegisteredTranslatorsClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredFactoryClasses) == 0x0001F0, "Member 'UInterchangeManager::RegisteredFactoryClasses' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredWriters) == 0x000240, "Member 'UInterchangeManager::RegisteredWriters' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredConverters) == 0x000290, "Member 'UInterchangeManager::RegisteredConverters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshUtilities \ +static_assert(alignof(UInterchangeMeshUtilities) == 0x000008, "Wrong alignment on UInterchangeMeshUtilities"); \ +static_assert(sizeof(UInterchangeMeshUtilities) == 0x000028, "Wrong size on UInterchangeMeshUtilities"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomActorClassName \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomActorClassName) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_SetCustomActorClassName"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomActorClassName) == 0x000018, "Wrong size on InterchangeActorFactoryNode_SetCustomActorClassName"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorClassName, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomActorClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorClassName, ReturnValue) == 0x000010, "Member 'InterchangeActorFactoryNode_SetCustomActorClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomGlobalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_SetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomGlobalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_SetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, bAddApplyDelegate) == 0x000060, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, ReturnValue) == 0x000061, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, bAddApplyDelegate) == 0x000060, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, ReturnValue) == 0x000061, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomMobility \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomMobility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_SetCustomMobility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomMobility) == 0x000003, "Wrong size on InterchangeActorFactoryNode_SetCustomMobility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomMobility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, bAddApplyDelegate) == 0x000001, "Member 'InterchangeActorFactoryNode_SetCustomMobility::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, ReturnValue) == 0x000002, "Member 'InterchangeActorFactoryNode_SetCustomMobility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomActorClassName \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomActorClassName) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_GetCustomActorClassName"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomActorClassName) == 0x000018, "Wrong size on InterchangeActorFactoryNode_GetCustomActorClassName"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorClassName, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomActorClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorClassName, ReturnValue) == 0x000010, "Member 'InterchangeActorFactoryNode_GetCustomActorClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomGlobalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_GetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomGlobalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_GetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomGlobalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomGlobalTransform, ReturnValue) == 0x000060, "Member 'InterchangeActorFactoryNode_GetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeActorFactoryNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomMobility \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomMobility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_GetCustomMobility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomMobility) == 0x000002, "Wrong size on InterchangeActorFactoryNode_GetCustomMobility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomMobility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomMobility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomMobility, ReturnValue) == 0x000001, "Member 'InterchangeActorFactoryNode_GetCustomMobility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeActorFactoryNode \ +static_assert(alignof(UInterchangeActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeActorFactoryNode"); \ +static_assert(sizeof(UInterchangeActorFactoryNode) == 0x000180, "Wrong size on UInterchangeActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod) == 0x000001, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod) == 0x000003, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, bAddApplyDelegate) == 0x000001, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, ReturnValue) == 0x000002, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod) == 0x000001, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod) == 0x000002, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicalCameraFactoryNode \ +static_assert(alignof(UInterchangePhysicalCameraFactoryNode) == 0x000008, "Wrong alignment on UInterchangePhysicalCameraFactoryNode"); \ +static_assert(sizeof(UInterchangePhysicalCameraFactoryNode) == 0x0001C0, "Wrong size on UInterchangePhysicalCameraFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode) == 0x000003, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, ReturnValue) == 0x000002, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraFactoryNode_GetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStandardCameraFactoryNode \ +static_assert(alignof(UInterchangeStandardCameraFactoryNode) == 0x000008, "Wrong alignment on UInterchangeStandardCameraFactoryNode"); \ +static_assert(sizeof(UInterchangeStandardCameraFactoryNode) == 0x0001E0, "Wrong size on UInterchangeStandardCameraFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomDecalSize \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, bAddApplyDelegate) == 0x000018, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, ReturnValue) == 0x000019, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomSortOrder \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, bAddApplyDelegate) == 0x000004, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, ReturnValue) == 0x000005, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomDecalSize \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomSortOrder \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalActorFactoryNode_GetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeDecalActorFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalActorFactoryNode \ +static_assert(alignof(UInterchangeDecalActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDecalActorFactoryNode"); \ +static_assert(sizeof(UInterchangeDecalActorFactoryNode) == 0x0001B0, "Wrong size on UInterchangeDecalActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled \ +static_assert(alignof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled) == 0x000001, "Wrong alignment on InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled"); \ +static_assert(sizeof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled) == 0x000002, "Wrong size on InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled, AttributeValue) == 0x000000, "Member 'InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled \ +static_assert(alignof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled) == 0x000001, "Wrong alignment on InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled"); \ +static_assert(sizeof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled) == 0x000002, "Wrong size on InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled, AttributeValue) == 0x000000, "Member 'InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseMaterialFactoryNode \ +static_assert(alignof(UInterchangeBaseMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeBaseMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeBaseMaterialFactoryNode) == 0x000150, "Wrong size on UInterchangeBaseMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeDecalMaterialFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalMaterialFactoryNode \ +static_assert(alignof(UInterchangeDecalMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDecalMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeDecalMaterialFactoryNode) == 0x000170, "Wrong size on UInterchangeDecalMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate) == 0x000008, "Wrong size on InterchangeLevelSequenceFactoryNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeLevelSequenceFactoryNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid, Index_0) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid, OutAnimationTrackUid) == 0x000008, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid::OutAnimationTrackUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount, ReturnValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids) == 0x000010, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids, OutAnimationTrackUids) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids::OutAnimationTrackUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate) == 0x000008, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeLevelSequenceFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelSequenceFactoryNode \ +static_assert(alignof(UInterchangeLevelSequenceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLevelSequenceFactoryNode"); \ +static_assert(sizeof(UInterchangeLevelSequenceFactoryNode) == 0x000170, "Wrong size on UInterchangeLevelSequenceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomLightColor) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature) == 0x000003, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, bAddApplyDelegate) == 0x000001, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, ReturnValue) == 0x000002, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomLightColor) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomLightColor, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightFactoryNode_GetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseLightFactoryNode \ +static_assert(alignof(UInterchangeBaseLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeBaseLightFactoryNode"); \ +static_assert(sizeof(UInterchangeBaseLightFactoryNode) == 0x0001C0, "Wrong size on UInterchangeBaseLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDirectionalLightFactoryNode \ +static_assert(alignof(UInterchangeDirectionalLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDirectionalLightFactoryNode"); \ +static_assert(sizeof(UInterchangeDirectionalLightFactoryNode) == 0x0001C0, "Wrong size on UInterchangeDirectionalLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_SetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightFactoryNode_SetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, ReturnValue) == 0x000005, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightFactoryNode_SetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, ReturnValue) == 0x000005, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIESTexture \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightFactoryNode_SetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightFactoryNode_SetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIntensityUnits) == 0x000003, "Wrong size on InterchangeLightFactoryNode_SetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, ReturnValue) == 0x000002, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomRotation \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_SetCustomRotation"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomRotation) == 0x000020, "Wrong size on InterchangeLightFactoryNode_SetCustomRotation"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, bAddApplyDelegate) == 0x000018, "Member 'InterchangeLightFactoryNode_SetCustomRotation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, ReturnValue) == 0x000019, "Member 'InterchangeLightFactoryNode_SetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_SetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomUseIESBrightness) == 0x000003, "Wrong size on InterchangeLightFactoryNode_SetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, ReturnValue) == 0x000002, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_GetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightFactoryNode_GetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightFactoryNode_GetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightFactoryNode_GetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale, ReturnValue) == 0x000004, "Member 'InterchangeLightFactoryNode_GetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIESTexture \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightFactoryNode_GetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightFactoryNode_GetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightFactoryNode_GetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightFactoryNode_GetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomRotation \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_GetCustomRotation"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomRotation) == 0x000020, "Wrong size on InterchangeLightFactoryNode_GetCustomRotation"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomRotation, ReturnValue) == 0x000018, "Member 'InterchangeLightFactoryNode_GetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_GetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomUseIESBrightness) == 0x000002, "Wrong size on InterchangeLightFactoryNode_GetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomUseIESBrightness, ReturnValue) == 0x000001, "Member 'InterchangeLightFactoryNode_GetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightFactoryNode \ +static_assert(alignof(UInterchangeLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLightFactoryNode"); \ +static_assert(sizeof(UInterchangeLightFactoryNode) == 0x000220, "Wrong size on UInterchangeLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_SetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightFactoryNode_SetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_SetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_SetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_SetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, bAddApplyDelegate) == 0x000004, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, ReturnValue) == 0x000005, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_SetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightFactoryNode_SetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_SetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_SetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_SetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, ReturnValue) == 0x000005, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_GetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightFactoryNode_GetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_GetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_GetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_GetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_GetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightFactoryNode_GetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_GetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_GetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_GetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeRectLightFactoryNode \ +static_assert(alignof(UInterchangeRectLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeRectLightFactoryNode"); \ +static_assert(sizeof(UInterchangeRectLightFactoryNode) == 0x000240, "Wrong size on UInterchangeRectLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_SetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightFactoryNode_SetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightFactoryNode_SetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, bAddApplyDelegate) == 0x000004, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, ReturnValue) == 0x000005, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff) == 0x000003, "Wrong size on InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, bAddApplyDelegate) == 0x000001, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000002, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_GetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightFactoryNode_GetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightFactoryNode_GetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_GetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightFactoryNode_GetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePointLightFactoryNode \ +static_assert(alignof(UInterchangePointLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangePointLightFactoryNode"); \ +static_assert(sizeof(UInterchangePointLightFactoryNode) == 0x000240, "Wrong size on UInterchangePointLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, ReturnValue) == 0x000005, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, ReturnValue) == 0x000005, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpotLightFactoryNode \ +static_assert(alignof(UInterchangeSpotLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSpotLightFactoryNode"); \ +static_assert(sizeof(UInterchangeSpotLightFactoryNode) == 0x000260, "Wrong size on UInterchangeSpotLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode) == 0x000030, "Wrong size on InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, UniqueID) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, DisplayLabel) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, InAssetClass) == 0x000020, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::InAssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid) == 0x000018, "Wrong size on InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid, AttributeValue) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid, ReturnValue) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid) == 0x000018, "Wrong size on InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid, AttributeValue) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid, ReturnValue) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangePhysicsAssetFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicsAssetFactoryNode \ +static_assert(alignof(UInterchangePhysicsAssetFactoryNode) == 0x000008, "Wrong alignment on UInterchangePhysicsAssetFactoryNode"); \ +static_assert(sizeof(UInterchangePhysicsAssetFactoryNode) == 0x000170, "Wrong size on UInterchangePhysicsAssetFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid, Index_0) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid, OutVariantUid) == 0x000008, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid::OutVariantUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids) == 0x000010, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids, OutVariantUids) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids::OutVariantUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsFactoryNode \ +static_assert(alignof(UInterchangeSceneVariantSetsFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsFactoryNode"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsFactoryNode) == 0x000160, "Wrong size on UInterchangeSceneVariantSetsFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_InitializeSkeletonNode \ +static_assert(alignof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_InitializeSkeletonNode"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode) == 0x000030, "Wrong size on InterchangeSkeletonFactoryNode_InitializeSkeletonNode"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, UniqueID) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, DisplayLabel) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, InAssetClass) == 0x000020, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::InAssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomRootJointUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomRootJointUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomRootJointUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomRootJointUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_SetCustomRootJointUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose) == 0x000001, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose) == 0x000002, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomRootJointUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomRootJointUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomRootJointUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomRootJointUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_GetCustomRootJointUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose) == 0x000001, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose) == 0x000002, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeSkeletonFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletonFactoryNode \ +static_assert(alignof(UInterchangeSkeletonFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSkeletonFactoryNode"); \ +static_assert(sizeof(UInterchangeSkeletonFactoryNode) == 0x000190, "Wrong size on UInterchangeSkeletonFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_InitializeTextureNode \ +static_assert(alignof(InterchangeTextureFactoryNode_InitializeTextureNode) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_InitializeTextureNode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_InitializeTextureNode) == 0x000030, "Wrong size on InterchangeTextureFactoryNode_InitializeTextureNode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, UniqueID) == 0x000000, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, DisplayLabel) == 0x000010, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, InAssetName) == 0x000020, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::InAssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustBrightness \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustBrightness"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustBrightness"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustHue \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustHue) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustHue"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustHue) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustHue"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustSaturation \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustSaturation"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustSaturation"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustVibrance \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustVibrance"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustVibrance"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds) == 0x000010, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds) == 0x000030, "Wrong size on InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, bAddApplyDelegate) == 0x000020, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, ReturnValue) == 0x000021, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombChromaKeyTexture \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombChromaKeyTexture"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombChromaKeyTexture"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombPreserveBorder \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombPreserveBorder) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombPreserveBorder"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombPreserveBorder) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombPreserveBorder"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombUseLegacyGamma \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombUseLegacyGamma"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombUseLegacyGamma"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomChromaKeyColor \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomChromaKeyColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomChromaKeyColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompositePower \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompositePower) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompositePower"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompositePower) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompositePower"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompositeTextureMode \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompositeTextureMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompositeTextureMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionQuality \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionQuality) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionQuality"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionQuality) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionQuality"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionSettings) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDeferCompression \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDeferCompression) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDeferCompression"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDeferCompression) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomDeferCompression"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDownscale \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDownscale) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDownscale"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDownscale) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomDownscale"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDownscaleOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDownscaleOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomDownscaleOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomFilter \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomFilter) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLODBias \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLODBias) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLODBias"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLODBias) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomLODBias"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLODGroup \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLODGroup) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLODGroup"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLODGroup) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomLODGroup"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMaxTextureSize \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMaxTextureSize"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomMaxTextureSize"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMipGenSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMipGenSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMipGenSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMipGenSettings) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomMipGenSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMipLoadOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMipLoadOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomMipLoadOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPaddingColor \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPaddingColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPaddingColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPaddingColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomPaddingColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomSRGB \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomSRGB) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid) == 0x000018, "Wrong size on InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustBrightness \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustBrightness"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustBrightness"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustHue \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustHue) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustHue"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustHue) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustHue"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustHue, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustHue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustHue, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustHue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustSaturation \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustSaturation"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustSaturation"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustSaturation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustSaturation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustVibrance \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustVibrance"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustVibrance"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustVibrance::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustVibrance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds) == 0x000010, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds) == 0x000030, "Wrong size on InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds, ReturnValue) == 0x000020, "Member 'InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombChromaKeyTexture \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombChromaKeyTexture"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombChromaKeyTexture"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombChromaKeyTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombChromaKeyTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombPreserveBorder \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombPreserveBorder) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombPreserveBorder"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombPreserveBorder) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombPreserveBorder"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombPreserveBorder, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombPreserveBorder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombPreserveBorder, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombPreserveBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombUseLegacyGamma \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombUseLegacyGamma"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombUseLegacyGamma"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombUseLegacyGamma::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombUseLegacyGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomChromaKeyColor \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomChromaKeyColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomChromaKeyColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompositePower \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompositePower) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompositePower"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompositePower) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompositePower"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositePower, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompositePower::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositePower, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomCompositePower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompositeTextureMode \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompositeTextureMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompositeTextureMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompositeTextureMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompositeTextureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionQuality \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionQuality) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionQuality"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionQuality) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionQuality"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionQuality, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionQuality::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionQuality, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionSettings) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionSettings, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDeferCompression \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDeferCompression) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDeferCompression"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDeferCompression) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomDeferCompression"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDeferCompression, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDeferCompression::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDeferCompression, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomDeferCompression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDownscale \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDownscale) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDownscale"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDownscale) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomDownscale"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscale, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDownscale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscale, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomDownscale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDownscaleOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDownscaleOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomDownscaleOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDownscaleOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomDownscaleOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomFilter \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLODBias \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLODBias) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLODBias"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLODBias) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomLODBias"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODBias, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLODBias::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODBias, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomLODBias::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLODGroup \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLODGroup) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLODGroup"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLODGroup) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomLODGroup"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODGroup, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMaxTextureSize \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMaxTextureSize"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomMaxTextureSize"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMaxTextureSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomMaxTextureSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMipGenSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMipGenSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMipGenSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMipGenSettings) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomMipGenSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipGenSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMipGenSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipGenSettings, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomMipGenSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMipLoadOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMipLoadOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomMipLoadOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMipLoadOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomMipLoadOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPaddingColor \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPaddingColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPaddingColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPaddingColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomPaddingColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPaddingColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPaddingColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPaddingColor, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomPaddingColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomSRGB \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid) == 0x000018, "Wrong size on InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeTextureFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureFactoryNode \ +static_assert(alignof(UInterchangeTextureFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureFactoryNode) == 0x0003D0, "Wrong size on UInterchangeTextureFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ) == 0x000003, "Wrong size on InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DArrayFactoryNode \ +static_assert(alignof(UInterchangeTexture2DArrayFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DArrayFactoryNode"); \ +static_assert(sizeof(UInterchangeTexture2DArrayFactoryNode) == 0x000400, "Wrong size on UInterchangeTexture2DArrayFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_SetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetCustomAddressX) == 0x000003, "Wrong size on InterchangeTexture2DFactoryNode_SetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_SetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetCustomAddressY) == 0x000003, "Wrong size on InterchangeTexture2DFactoryNode_SetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlock \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlock) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlock"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlock) == 0x000018, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlock"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlock, BlockIndex) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlock::BlockIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlock, InSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlock::InSourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates) == 0x000018, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, X) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::X' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, Y) == 0x000004, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::Y' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, InSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::InSourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlocks, InSourceBlocks) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlocks::InSourceBlocks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_GetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetCustomAddressX) == 0x000002, "Wrong size on InterchangeTexture2DFactoryNode_GetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressX, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_GetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetCustomAddressY) == 0x000002, "Wrong size on InterchangeTexture2DFactoryNode_GetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressY, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlock \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlock) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlock"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlock) == 0x000020, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlock"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, BlockIndex) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::BlockIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, OutSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::OutSourceFile' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, ReturnValue) == 0x000018, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates) == 0x000020, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, X) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::X' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, Y) == 0x000004, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::Y' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, OutSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::OutSourceFile' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, ReturnValue) == 0x000018, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlocks, ReturnValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlocks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DFactoryNode \ +static_assert(alignof(UInterchangeTexture2DFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DFactoryNode"); \ +static_assert(sizeof(UInterchangeTexture2DFactoryNode) == 0x000468, "Wrong size on UInterchangeTexture2DFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeArrayFactoryNode \ +static_assert(alignof(UInterchangeTextureCubeArrayFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeArrayFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureCubeArrayFactoryNode) == 0x0003D0, "Wrong size on UInterchangeTextureCubeArrayFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeFactoryNode \ +static_assert(alignof(UInterchangeTextureCubeFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureCubeFactoryNode) == 0x0003D0, "Wrong size on UInterchangeTextureCubeFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_SetCustomBrightness \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_SetCustomBrightness"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_SetCustomBrightness"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, ReturnValue) == 0x000005, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, ReturnValue) == 0x000005, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_GetCustomBrightness \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_GetCustomBrightness"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_GetCustomBrightness"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness, ReturnValue) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier, ReturnValue) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureLightProfileFactoryNode \ +static_assert(alignof(UInterchangeTextureLightProfileFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureLightProfileFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureLightProfileFactoryNode) == 0x000488, "Wrong size on UInterchangeTextureLightProfileFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeTextureFactoryNode \ +static_assert(alignof(UInterchangeVolumeTextureFactoryNode) == 0x000008, "Wrong alignment on UInterchangeVolumeTextureFactoryNode"); \ +static_assert(sizeof(UInterchangeVolumeTextureFactoryNode) == 0x0003D0, "Wrong size on UInterchangeVolumeTextureFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode) == 0x000020, "Wrong size on InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode, UniqueID) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode, DisplayLabel) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode::DisplayLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName, AttributeCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName::AttributeCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName, AttributeStepCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName::AttributeStepCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe, MaterialCurveSuffixe) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe::MaterialCurveSuffixe' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName, AttributeCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName::AttributeCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName, AttributeStepCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName::AttributeStepCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe, MaterialCurveSuffixe) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe::MaterialCurveSuffixe' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids) == 0x0000A0, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids, MorphTargetAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids::MorphTargetAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids, MorphTargetAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids::MorphTargetAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids) == 0x0000A0, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids, SceneNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids::SceneNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids, SceneNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids::SceneNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName, OutAttributeCurveName) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName::OutAttributeCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames, OutAttributeCurveNames) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames::OutAttributeCurveNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName, OutAttributeStepCurveName) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName::OutAttributeStepCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames, OutAttributeStepCurveNames) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames::OutAttributeStepCurveNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe, OutMaterialCurveSuffixe) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe::OutMaterialCurveSuffixe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes, OutMaterialCurveSuffixes) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes::OutMaterialCurveSuffixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000050, "Wrong size on InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloads) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeAnimSequenceFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000050, "Wrong size on InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeys) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimSequenceFactoryNode \ +static_assert(alignof(UInterchangeAnimSequenceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeAnimSequenceFactoryNode"); \ +static_assert(sizeof(UInterchangeAnimSequenceFactoryNode) == 0x000480, "Wrong size on UInterchangeAnimSequenceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes) == 0x000008, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes) == 0x000010, "Wrong size on InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes, NodeContainer) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes, AttributeValue) == 0x000008, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes, ReturnValue) == 0x000009, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform) == 0x000010, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform) == 0x000080, "Wrong size on InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, NodeContainer) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, AttributeValue) == 0x000010, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, ReturnValue) == 0x000070, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes) == 0x000001, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes) == 0x000002, "Wrong size on InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes, ReturnValue) == 0x000001, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform) == 0x000010, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform) == 0x000070, "Wrong size on InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform, ReturnValue) == 0x000060, "Member 'InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeCommonPipelineDataFactoryNode \ +static_assert(alignof(UInterchangeCommonPipelineDataFactoryNode) == 0x000008, "Wrong alignment on UInterchangeCommonPipelineDataFactoryNode"); \ +static_assert(sizeof(UInterchangeCommonPipelineDataFactoryNode) == 0x000160, "Wrong size on UInterchangeCommonPipelineDataFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToBaseColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToBaseColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToBaseColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoat \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoat"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoat"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToCloth \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToCloth) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToCloth"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToCloth) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToCloth"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToMetallic \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToMetallic"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToMetallic"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToNormal) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToOcclusion \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToOcclusion"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToOcclusion"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToOpacity \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToOpacity"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToOpacity"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToRefraction \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToRefraction"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToRefraction"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToSpecular \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToSpecular"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToSpecular"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToSubsurface \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToSubsurface"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToSubsurface"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToTangent \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToTangent) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToTangent"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToTangent) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToTangent"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToAnisotropy \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToAnisotropy) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToAnisotropy"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToAnisotropy) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToAnisotropy"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToAnisotropy, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToAnisotropy::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToAnisotropy, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToAnisotropy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToBaseColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToBaseColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToBaseColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToBaseColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToBaseColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToBaseColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToBaseColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToBaseColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToBaseColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoat \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoat) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoat"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoat) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoat"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoat, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoat::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoat, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoatNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoatNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoatNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToCloth \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToCloth) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToCloth"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToCloth) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToCloth"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToCloth, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToCloth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToCloth, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToEmissiveColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToEmissiveColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToEmissiveColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToEmissiveColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToEmissiveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToFuzzColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToFuzzColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToFuzzColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToFuzzColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToFuzzColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToFuzzColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToFuzzColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToFuzzColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToFuzzColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToMetallic \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToMetallic) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToMetallic"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToMetallic) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToMetallic"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToMetallic, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToMetallic::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToMetallic, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToMetallic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToNormal) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToNormal, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToOcclusion \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToOcclusion) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToOcclusion"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToOcclusion) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToOcclusion"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOcclusion, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToOcclusion::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOcclusion, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToOpacity \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToOpacity) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToOpacity"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToOpacity) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToOpacity"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOpacity, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToOpacity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOpacity, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToRefraction \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToRefraction) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToRefraction"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToRefraction) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToRefraction"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRefraction, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToRefraction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRefraction, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToRefraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToRoughness) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRoughness, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToSpecular \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToSpecular) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToSpecular"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToSpecular) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToSpecular"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSpecular, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToSpecular::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSpecular, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToSpecular::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToSubsurface \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToSubsurface) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToSubsurface"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToSubsurface) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToSubsurface"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSubsurface, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToSubsurface::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSubsurface, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToSubsurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToTangent \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToTangent) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToTangent"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToTangent) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToTangent"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTangent, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToTangent::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTangent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToTransmissionColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToTransmissionColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToTransmissionColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToTransmissionColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToTransmissionColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomBlendMode) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, ReturnValue) == 0x000005, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomRefractionMethod \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomRefractionMethod"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomRefractionMethod"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomShadingModel \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomShadingModel) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomShadingModel"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomShadingModel) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomShadingModel"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomTwoSided \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomTwoSided"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomTwoSided) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomTwoSided"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetAnisotropyConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetAnisotropyConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetAnisotropyConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetAnisotropyConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetAnisotropyConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetBaseColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetBaseColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetBaseColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetBaseColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetBaseColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatNormalConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatNormalConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatNormalConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClothConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClothConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClothConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClothConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClothConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomBlendMode) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomBlendMode, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue, ReturnValue) == 0x000004, "Member 'InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomRefractionMethod \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomRefractionMethod"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomRefractionMethod"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomRefractionMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomRefractionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomShadingModel \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomShadingModel) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomShadingModel"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomShadingModel) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomShadingModel"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomShadingModel, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomShadingModel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomShadingModel, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomShadingModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomTwoSided \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomTwoSided"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomTwoSided) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomTwoSided"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetEmissiveColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetEmissiveColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetEmissiveColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetFuzzColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetFuzzColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetFuzzColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetFuzzColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetFuzzColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetMetallicConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetMetallicConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetMetallicConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetMetallicConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetMetallicConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetNormalConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetNormalConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetNormalConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetNormalConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetNormalConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetOcclusionConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetOcclusionConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetOcclusionConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetOcclusionConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetOcclusionConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetOpacityConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetOpacityConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetOpacityConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetOpacityConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetOpacityConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetRefractionConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetRefractionConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetRefractionConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetRefractionConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetRefractionConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetRoughnessConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetRoughnessConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetRoughnessConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetRoughnessConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetRoughnessConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetSpecularConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetSpecularConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetSpecularConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetSpecularConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetSpecularConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetSubsurfaceConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetSubsurfaceConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetSubsurfaceConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetTangentConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetTangentConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetTangentConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetTangentConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetTangentConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetTransmissionColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetTransmissionColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetTransmissionColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFactoryNode \ +static_assert(alignof(UInterchangeMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFactoryNode) == 0x0001C0, "Wrong size on UInterchangeMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName \ +static_assert(alignof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName) == 0x000008, "Wrong alignment on InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName"); \ +static_assert(sizeof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName) == 0x000018, "Wrong size on InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName \ +static_assert(alignof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName) == 0x000008, "Wrong alignment on InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName"); \ +static_assert(sizeof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName) == 0x000018, "Wrong size on InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialExpressionFactoryNode \ +static_assert(alignof(UInterchangeMaterialExpressionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialExpressionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialExpressionFactoryNode) == 0x000150, "Wrong size on UInterchangeMaterialExpressionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_SetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_SetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_SetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_SetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_SetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_GetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_GetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_GetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_GetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_GetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialInstanceFactoryNode \ +static_assert(alignof(UInterchangeMaterialInstanceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialInstanceFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialInstanceFactoryNode) == 0x000170, "Wrong size on UInterchangeMaterialInstanceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency \ +static_assert(alignof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency"); \ +static_assert(sizeof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency) == 0x000018, "Wrong size on InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency \ +static_assert(alignof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency"); \ +static_assert(sizeof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency) == 0x000018, "Wrong size on InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionCallExpressionFactoryNode \ +static_assert(alignof(UInterchangeMaterialFunctionCallExpressionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionCallExpressionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFunctionCallExpressionFactoryNode) == 0x000160, "Wrong size on UInterchangeMaterialFunctionCallExpressionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionFactoryNode_GetInputConnection \ +static_assert(alignof(InterchangeMaterialFunctionFactoryNode_GetInputConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionFactoryNode_GetInputConnection"); \ +static_assert(sizeof(InterchangeMaterialFunctionFactoryNode_GetInputConnection) == 0x000038, "Wrong size on InterchangeMaterialFunctionFactoryNode_GetInputConnection"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, InputName) == 0x000000, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, ExpressionNodeUid) == 0x000010, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, OutputName) == 0x000020, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, ReturnValue) == 0x000030, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeMaterialFunctionFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeMaterialFunctionFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeMaterialFunctionFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeMaterialFunctionFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionFactoryNode \ +static_assert(alignof(UInterchangeMaterialFunctionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFunctionFactoryNode) == 0x000150, "Wrong size on UInterchangeMaterialFunctionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetCustomGeometricTransform \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeMeshActorFactoryNode_SetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeMeshActorFactoryNode_SetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeMeshActorFactoryNode_SetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetCustomGeometricTransform \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeMeshActorFactoryNode_GetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeMeshActorFactoryNode_GetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeMeshActorFactoryNode_GetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshActorFactoryNode \ +static_assert(alignof(UInterchangeMeshActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMeshActorFactoryNode"); \ +static_assert(sizeof(UInterchangeMeshActorFactoryNode) == 0x000218, "Wrong size on UInterchangeMeshActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddLodDataUniqueId \ +static_assert(alignof(InterchangeMeshFactoryNode_AddLodDataUniqueId) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddLodDataUniqueId"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddLodDataUniqueId) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_AddLodDataUniqueId"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddLodDataUniqueId, LodDataUniqueId) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddLodDataUniqueId::LodDataUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddLodDataUniqueId, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddLodDataUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_RemoveLodDataUniqueId \ +static_assert(alignof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_RemoveLodDataUniqueId"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_RemoveLodDataUniqueId"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId, LodDataUniqueId) == 0x000000, "Member 'InterchangeMeshFactoryNode_RemoveLodDataUniqueId::LodDataUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_RemoveLodDataUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_ResetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_ResetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies) == 0x000001, "Wrong size on InterchangeMeshFactoryNode_ResetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_ResetSlotMaterialDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomLODGroup \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomLODGroup) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomLODGroup"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomLODGroup) == 0x00000C, "Wrong size on InterchangeMeshFactoryNode_SetCustomLODGroup"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, bAddApplyDelegate) == 0x000008, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, ReturnValue) == 0x000009, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRecomputeNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRecomputeNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRecomputeNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRecomputeTangents \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRecomputeTangents"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRecomputeTangents"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRemoveDegenerates \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRemoveDegenerates"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRemoveDegenerates"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseMikkTSpace \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseMikkTSpace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseMikkTSpace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorIgnore \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorIgnore"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorIgnore"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorIgnore::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorIgnore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorOverride \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorOverride"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride) == 0x000008, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorOverride"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorOverride::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride, ReturnValue) == 0x000004, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorReplace \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorReplace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorReplace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorReplace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorReplace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomLODGroup \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomLODGroup) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomLODGroup"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomLODGroup) == 0x00000C, "Wrong size on InterchangeMeshFactoryNode_GetCustomLODGroup"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomLODGroup, ReturnValue) == 0x000008, "Member 'InterchangeMeshFactoryNode_GetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRecomputeNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRecomputeNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRecomputeNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRecomputeTangents \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRecomputeTangents"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRecomputeTangents"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeTangents::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRemoveDegenerates \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRemoveDegenerates"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRemoveDegenerates"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRemoveDegenerates::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRemoveDegenerates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseMikkTSpace \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseMikkTSpace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseMikkTSpace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseMikkTSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseMikkTSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorIgnore \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorIgnore"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorIgnore"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorIgnore::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorIgnore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorOverride \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorOverride"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride) == 0x000008, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorOverride"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorOverride::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride, ReturnValue) == 0x000004, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorReplace \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorReplace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorReplace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorReplace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorReplace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetLodDataCount \ +static_assert(alignof(InterchangeMeshFactoryNode_GetLodDataCount) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetLodDataCount"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetLodDataCount) == 0x000004, "Wrong size on InterchangeMeshFactoryNode_GetLodDataCount"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetLodDataCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetLodDataCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetLodDataUniqueIds \ +static_assert(alignof(InterchangeMeshFactoryNode_GetLodDataUniqueIds) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetLodDataUniqueIds"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetLodDataUniqueIds) == 0x000010, "Wrong size on InterchangeMeshFactoryNode_GetLodDataUniqueIds"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetLodDataUniqueIds, OutLodDataUniqueIds) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetLodDataUniqueIds::OutLodDataUniqueIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshFactoryNode \ +static_assert(alignof(UInterchangeMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeMeshFactoryNode) == 0x0002C0, "Wrong size on UInterchangeMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAssetFactoryNode \ +static_assert(alignof(UInterchangeSceneImportAssetFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSceneImportAssetFactoryNode"); \ +static_assert(sizeof(UInterchangeSceneImportAssetFactoryNode) == 0x000140, "Wrong size on UInterchangeSceneImportAssetFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode) == 0x000030, "Wrong size on InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, UniqueID) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, DisplayLabel) == 0x000010, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, InAssetClass) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::InAssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights) == 0x000003, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, bAddApplyDelegate) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, ReturnValue) == 0x000002, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshFactoryNode \ +static_assert(alignof(UInterchangeSkeletalMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeSkeletalMeshFactoryNode) == 0x000398, "Wrong size on UInterchangeSkeletalMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_AddMeshUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_AddMeshUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_AddMeshUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_AddMeshUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_AddMeshUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_AddMeshUid, MeshName) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_AddMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_AddMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_AddMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong size on InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes, ReturnValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_RemoveMeshUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_RemoveMeshUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_RemoveMeshUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid, MeshName) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetMeshUids \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetMeshUids) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetMeshUids"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetMeshUids) == 0x000010, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetMeshUids"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshLodDataNode \ +static_assert(alignof(UInterchangeSkeletalMeshLodDataNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshLodDataNode"); \ +static_assert(sizeof(UInterchangeSkeletalMeshLodDataNode) == 0x000170, "Wrong size on UInterchangeSkeletalMeshLodDataNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_AddSocketUid \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_AddSocketUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_AddSocketUid"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_AddSocketUid) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_AddSocketUid"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUid, SocketUid) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUid::SocketUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_AddSocketUids \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_AddSocketUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_AddSocketUids"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_AddSocketUids) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_AddSocketUids"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUids, InSocketUids) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUids::InSocketUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUids, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode) == 0x000030, "Wrong size on InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, UniqueID) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, DisplayLabel) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, InAssetClass) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::InAssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_RemoveSocketUd \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_RemoveSocketUd) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_RemoveSocketUd"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_RemoveSocketUd) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_RemoveSocketUd"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_RemoveSocketUd, SocketUid) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_RemoveSocketUd::SocketUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_RemoveSocketUd, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_RemoveSocketUd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildNanite \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildNanite"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildNanite"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D) == 0x000020, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, bAddApplyDelegate) == 0x000018, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, ReturnValue) == 0x000019, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh) == 0x000028, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, bAddApplyDelegate) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, ReturnValue) == 0x000021, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildNanite \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildNanite"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildNanite"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildNanite::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildNanite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D) == 0x000020, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D, ReturnValue) == 0x000018, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh) == 0x000028, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetObjectClass \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetSocketUidCount \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetSocketUidCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetSocketUidCount"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetSocketUidCount) == 0x000004, "Wrong size on InterchangeStaticMeshFactoryNode_GetSocketUidCount"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetSocketUidCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetSocketUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetSocketUids \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetSocketUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetSocketUids"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetSocketUids) == 0x000010, "Wrong size on InterchangeStaticMeshFactoryNode_GetSocketUids"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetSocketUids, OutSocketUids) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetSocketUids::OutSocketUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshFactoryNode \ +static_assert(alignof(UInterchangeStaticMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeStaticMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeStaticMeshFactoryNode) == 0x0003A8, "Wrong size on UInterchangeStaticMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetImportCollision \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetImportCollision) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetImportCollision"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetImportCollision) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetImportCollision"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollision, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollision, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetImportCollision \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetImportCollision) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetImportCollision"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetImportCollision) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetImportCollision"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollision, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollision, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshLodDataNode \ +static_assert(alignof(UInterchangeStaticMeshLodDataNode) == 0x000008, "Wrong alignment on UInterchangeStaticMeshLodDataNode"); \ +static_assert(sizeof(UInterchangeStaticMeshLodDataNode) == 0x000200, "Wrong size on UInterchangeStaticMeshLodDataNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning \ +static_assert(alignof(UInterchangeResultMeshWarning) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning"); \ +static_assert(sizeof(UInterchangeResultMeshWarning) == 0x000080, "Wrong size on UInterchangeResultMeshWarning"); \ +static_assert(offsetof(UInterchangeResultMeshWarning, MeshName) == 0x000070, "Member 'UInterchangeResultMeshWarning::MeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultTextureWarning \ +static_assert(alignof(UInterchangeResultTextureWarning) == 0x000008, "Wrong alignment on UInterchangeResultTextureWarning"); \ +static_assert(sizeof(UInterchangeResultTextureWarning) == 0x000080, "Wrong size on UInterchangeResultTextureWarning"); \ +static_assert(offsetof(UInterchangeResultTextureWarning, TextureName) == 0x000070, "Member 'UInterchangeResultTextureWarning::TextureName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshError \ +static_assert(alignof(UInterchangeResultMeshError) == 0x000008, "Wrong alignment on UInterchangeResultMeshError"); \ +static_assert(sizeof(UInterchangeResultMeshError) == 0x000080, "Wrong size on UInterchangeResultMeshError"); \ +static_assert(offsetof(UInterchangeResultMeshError, MeshName) == 0x000070, "Member 'UInterchangeResultMeshError::MeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning_Generic \ +static_assert(alignof(UInterchangeResultMeshWarning_Generic) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning_Generic"); \ +static_assert(sizeof(UInterchangeResultMeshWarning_Generic) == 0x000090, "Wrong size on UInterchangeResultMeshWarning_Generic"); \ +static_assert(offsetof(UInterchangeResultMeshWarning_Generic, Text) == 0x000080, "Member 'UInterchangeResultMeshWarning_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshError_Generic \ +static_assert(alignof(UInterchangeResultMeshError_Generic) == 0x000008, "Wrong alignment on UInterchangeResultMeshError_Generic"); \ +static_assert(sizeof(UInterchangeResultMeshError_Generic) == 0x000090, "Wrong size on UInterchangeResultMeshError_Generic"); \ +static_assert(offsetof(UInterchangeResultMeshError_Generic, Text) == 0x000080, "Member 'UInterchangeResultMeshError_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning_TooManyUVs \ +static_assert(alignof(UInterchangeResultMeshWarning_TooManyUVs) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning_TooManyUVs"); \ +static_assert(sizeof(UInterchangeResultMeshWarning_TooManyUVs) == 0x000088, "Wrong size on UInterchangeResultMeshWarning_TooManyUVs"); \ +static_assert(offsetof(UInterchangeResultMeshWarning_TooManyUVs, ExcessUVs) == 0x000080, "Member 'UInterchangeResultMeshWarning_TooManyUVs::ExcessUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultTextureWarning_TextureFileDoNotExist \ +static_assert(alignof(UInterchangeResultTextureWarning_TextureFileDoNotExist) == 0x000008, "Wrong alignment on UInterchangeResultTextureWarning_TextureFileDoNotExist"); \ +static_assert(sizeof(UInterchangeResultTextureWarning_TextureFileDoNotExist) == 0x0000A0, "Wrong size on UInterchangeResultTextureWarning_TextureFileDoNotExist"); \ +static_assert(offsetof(UInterchangeResultTextureWarning_TextureFileDoNotExist, Text) == 0x000080, "Member 'UInterchangeResultTextureWarning_TextureFileDoNotExist::Text' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResultTextureWarning_TextureFileDoNotExist, MaterialName) == 0x000090, "Member 'UInterchangeResultTextureWarning_TextureFileDoNotExist::MaterialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn \ +static_assert(alignof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn) == 0x000008, "Wrong alignment on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn"); \ +static_assert(sizeof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn) == 0x0000A0, "Wrong size on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, CallFunc_AddSentenceGenderTags__SubjectOnly__OutText) == 0x000010, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::CallFunc_AddSentenceGenderTags__SubjectOnly__OutText' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, K2Node_Event_CharacterStats) == 0x000020, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, K2Node_Event_TurnStartDependencies) == 0x000028, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn, CallFunc_IsBuffTarget_IsTarget) == 0x000098, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ExecuteUbergraph_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath \ +static_assert(alignof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath) == 0x000001, "Wrong alignment on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath"); \ +static_assert(sizeof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath) == 0x000001, "Wrong size on BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath"); \ +static_assert(offsetof(BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath, Keep) == 0x000000, "Member 'BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C_ShouldKeepOnDeath::Keep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C \ +static_assert(alignof(UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C"); \ +static_assert(sizeof(UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C) == 0x000168, "Wrong size on UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C"); \ +static_assert(offsetof(UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C, UberGraphFrame_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C) == 0x000158, "Member 'UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C::UberGraphFrame_BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C, ShouldPlayTooltip) == 0x000160, "Member 'UBP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_C::ShouldPlayTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterchangeAnimationPayloadInterface \ +static_assert(alignof(IInterchangeAnimationPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeAnimationPayloadInterface"); \ +static_assert(sizeof(IInterchangeAnimationPayloadInterface) == 0x000001, "Wrong size on IInterchangeAnimationPayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeBlockedTexturePayloadInterface \ +static_assert(alignof(IInterchangeBlockedTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeBlockedTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeBlockedTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeBlockedTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_UInterchangeActorFactory \ +static_assert(alignof(UInterchangeActorFactory) == 0x000008, "Wrong alignment on UInterchangeActorFactory"); \ +static_assert(sizeof(UInterchangeActorFactory) == 0x000030, "Wrong size on UInterchangeActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalActorFactory \ +static_assert(alignof(UInterchangeDecalActorFactory) == 0x000008, "Wrong alignment on UInterchangeDecalActorFactory"); \ +static_assert(sizeof(UInterchangeDecalActorFactory) == 0x000030, "Wrong size on UInterchangeDecalActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelSequenceFactory \ +static_assert(alignof(UInterchangeLevelSequenceFactory) == 0x000008, "Wrong alignment on UInterchangeLevelSequenceFactory"); \ +static_assert(sizeof(UInterchangeLevelSequenceFactory) == 0x000038, "Wrong size on UInterchangeLevelSequenceFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightActorFactory \ +static_assert(alignof(UInterchangeLightActorFactory) == 0x000008, "Wrong alignment on UInterchangeLightActorFactory"); \ +static_assert(sizeof(UInterchangeLightActorFactory) == 0x000030, "Wrong size on UInterchangeLightActorFactory"); \ + +#define DUMPER7_ASSERTS_IInterchangeMeshPayloadInterface \ +static_assert(alignof(IInterchangeMeshPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeMeshPayloadInterface"); \ +static_assert(sizeof(IInterchangeMeshPayloadInterface) == 0x000001, "Wrong size on IInterchangeMeshPayloadInterface"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAssetFactory \ +static_assert(alignof(UInterchangeSceneImportAssetFactory) == 0x000008, "Wrong alignment on UInterchangeSceneImportAssetFactory"); \ +static_assert(sizeof(UInterchangeSceneImportAssetFactory) == 0x000030, "Wrong size on UInterchangeSceneImportAssetFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsFactory \ +static_assert(alignof(UInterchangeSceneVariantSetsFactory) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsFactory"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsFactory) == 0x000038, "Wrong size on UInterchangeSceneVariantSetsFactory"); \ + +#define DUMPER7_ASSERTS_IInterchangeSlicedTexturePayloadInterface \ +static_assert(alignof(IInterchangeSlicedTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeSlicedTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeSlicedTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeSlicedTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeTextureLightProfilePayloadInterface \ +static_assert(alignof(IInterchangeTextureLightProfilePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeTextureLightProfilePayloadInterface"); \ +static_assert(sizeof(IInterchangeTextureLightProfilePayloadInterface) == 0x000001, "Wrong size on IInterchangeTextureLightProfilePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeTexturePayloadInterface \ +static_assert(alignof(IInterchangeTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeVariantSetPayloadInterface \ +static_assert(alignof(IInterchangeVariantSetPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeVariantSetPayloadInterface"); \ +static_assert(sizeof(IInterchangeVariantSetPayloadInterface) == 0x000001, "Wrong size on IInterchangeVariantSetPayloadInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRamp4 \ +static_assert(alignof(UMaterialExpressionMaterialXRamp4) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRamp4"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRamp4) == 0x000180, "Wrong size on UMaterialExpressionMaterialXRamp4"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRamp4::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRamp4::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRamp4::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, C) == 0x000128, "Member 'UMaterialExpressionMaterialXRamp4::C' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, D) == 0x000150, "Member 'UMaterialExpressionMaterialXRamp4::D' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, ConstCoordinate) == 0x000178, "Member 'UMaterialExpressionMaterialXRamp4::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimSequenceFactory \ +static_assert(alignof(UInterchangeAnimSequenceFactory) == 0x000008, "Wrong alignment on UInterchangeAnimSequenceFactory"); \ +static_assert(sizeof(UInterchangeAnimSequenceFactory) == 0x000138, "Wrong size on UInterchangeAnimSequenceFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeFbxTranslatorSettings \ +static_assert(alignof(UInterchangeFbxTranslatorSettings) == 0x000008, "Wrong alignment on UInterchangeFbxTranslatorSettings"); \ +static_assert(sizeof(UInterchangeFbxTranslatorSettings) == 0x000030, "Wrong size on UInterchangeFbxTranslatorSettings"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bConvertScene) == 0x000028, "Member 'UInterchangeFbxTranslatorSettings::bConvertScene' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bForceFrontXAxis) == 0x000029, "Member 'UInterchangeFbxTranslatorSettings::bForceFrontXAxis' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bConvertSceneUnit) == 0x00002A, "Member 'UInterchangeFbxTranslatorSettings::bConvertSceneUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFbxTranslator \ +static_assert(alignof(UInterchangeFbxTranslator) == 0x000008, "Wrong alignment on UInterchangeFbxTranslator"); \ +static_assert(sizeof(UInterchangeFbxTranslator) == 0x000078, "Wrong size on UInterchangeFbxTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeGLTFTranslator \ +static_assert(alignof(UInterchangeGLTFTranslator) == 0x000008, "Wrong alignment on UInterchangeGLTFTranslator"); \ +static_assert(sizeof(UInterchangeGLTFTranslator) == 0x000290, "Wrong size on UInterchangeGLTFTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialXTranslator \ +static_assert(alignof(UInterchangeMaterialXTranslator) == 0x000008, "Wrong alignment on UInterchangeMaterialXTranslator"); \ +static_assert(sizeof(UInterchangeMaterialXTranslator) == 0x000040, "Wrong size on UInterchangeMaterialXTranslator"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXAppend3Vector \ +static_assert(alignof(UMaterialExpressionMaterialXAppend3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXAppend3Vector"); \ +static_assert(sizeof(UMaterialExpressionMaterialXAppend3Vector) == 0x000128, "Wrong size on UMaterialExpressionMaterialXAppend3Vector"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXAppend3Vector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXAppend3Vector::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, C) == 0x000100, "Member 'UMaterialExpressionMaterialXAppend3Vector::C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXAppend4Vector \ +static_assert(alignof(UMaterialExpressionMaterialXAppend4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXAppend4Vector"); \ +static_assert(sizeof(UMaterialExpressionMaterialXAppend4Vector) == 0x000150, "Wrong size on UMaterialExpressionMaterialXAppend4Vector"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXAppend4Vector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXAppend4Vector::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, C) == 0x000100, "Member 'UMaterialExpressionMaterialXAppend4Vector::C' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, D) == 0x000128, "Member 'UMaterialExpressionMaterialXAppend4Vector::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXBurn \ +static_assert(alignof(UMaterialExpressionMaterialXBurn) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXBurn"); \ +static_assert(sizeof(UMaterialExpressionMaterialXBurn) == 0x000130, "Wrong size on UMaterialExpressionMaterialXBurn"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXBurn::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXBurn::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXBurn::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXBurn::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDifference \ +static_assert(alignof(UMaterialExpressionMaterialXDifference) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDifference"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDifference) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDifference"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDifference::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDifference::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDifference::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDifference::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDisjointOver \ +static_assert(alignof(UMaterialExpressionMaterialXDisjointOver) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDisjointOver"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDisjointOver) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDisjointOver"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDisjointOver::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDisjointOver::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDisjointOver::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDisjointOver::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDodge \ +static_assert(alignof(UMaterialExpressionMaterialXDodge) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDodge"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDodge) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDodge"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDodge::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDodge::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDodge::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDodge::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXFractal3D \ +static_assert(alignof(UMaterialExpressionMaterialXFractal3D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXFractal3D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXFractal3D) == 0x0001A8, "Wrong size on UMaterialExpressionMaterialXFractal3D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, position) == 0x0000B0, "Member 'UMaterialExpressionMaterialXFractal3D::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Amplitude) == 0x0000D8, "Member 'UMaterialExpressionMaterialXFractal3D::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstAmplitude) == 0x000100, "Member 'UMaterialExpressionMaterialXFractal3D::ConstAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Octaves) == 0x000108, "Member 'UMaterialExpressionMaterialXFractal3D::Octaves' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstOctaves) == 0x000130, "Member 'UMaterialExpressionMaterialXFractal3D::ConstOctaves' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Lacunarity) == 0x000138, "Member 'UMaterialExpressionMaterialXFractal3D::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstLacunarity) == 0x000160, "Member 'UMaterialExpressionMaterialXFractal3D::ConstLacunarity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Diminish) == 0x000168, "Member 'UMaterialExpressionMaterialXFractal3D::Diminish' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstDiminish) == 0x000190, "Member 'UMaterialExpressionMaterialXFractal3D::ConstDiminish' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Scale) == 0x000194, "Member 'UMaterialExpressionMaterialXFractal3D::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, bTurbulence) == 0x000198, "Member 'UMaterialExpressionMaterialXFractal3D::bTurbulence' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Levels) == 0x00019C, "Member 'UMaterialExpressionMaterialXFractal3D::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, OutputMin) == 0x0001A0, "Member 'UMaterialExpressionMaterialXFractal3D::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, OutputMax) == 0x0001A4, "Member 'UMaterialExpressionMaterialXFractal3D::OutputMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXIn \ +static_assert(alignof(UMaterialExpressionMaterialXIn) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXIn"); \ +static_assert(sizeof(UMaterialExpressionMaterialXIn) == 0x000130, "Wrong size on UMaterialExpressionMaterialXIn"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXIn::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXIn::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXIn::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXIn::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXLuminance \ +static_assert(alignof(UMaterialExpressionMaterialXLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXLuminance"); \ +static_assert(sizeof(UMaterialExpressionMaterialXLuminance) == 0x0000F0, "Wrong size on UMaterialExpressionMaterialXLuminance"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXLuminance::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, LuminanceFactors) == 0x0000D8, "Member 'UMaterialExpressionMaterialXLuminance::LuminanceFactors' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, LuminanceMode) == 0x0000E8, "Member 'UMaterialExpressionMaterialXLuminance::LuminanceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMask \ +static_assert(alignof(UMaterialExpressionMaterialXMask) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMask"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMask) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMask"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMask::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMask::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMatte \ +static_assert(alignof(UMaterialExpressionMaterialXMatte) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMatte"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMatte) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMatte"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMatte::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMatte::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMatte::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMatte::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMinus \ +static_assert(alignof(UMaterialExpressionMaterialXMinus) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMinus"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMinus) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMinus"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMinus::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMinus::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMinus::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMinus::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOut \ +static_assert(alignof(UMaterialExpressionMaterialXOut) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOut"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOut) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOut"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOut::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOut::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOut::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOut::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOver \ +static_assert(alignof(UMaterialExpressionMaterialXOver) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOver"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOver) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOver"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOver::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOver::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOver::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOver::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOverlay \ +static_assert(alignof(UMaterialExpressionMaterialXOverlay) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOverlay"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOverlay) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOverlay"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOverlay::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOverlay::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOverlay::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOverlay::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPlace2D \ +static_assert(alignof(UMaterialExpressionMaterialXPlace2D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPlace2D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPlace2D) == 0x000180, "Wrong size on UMaterialExpressionMaterialXPlace2D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPlace2D::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Pivot) == 0x0000D8, "Member 'UMaterialExpressionMaterialXPlace2D::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Scale) == 0x000100, "Member 'UMaterialExpressionMaterialXPlace2D::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Offset) == 0x000128, "Member 'UMaterialExpressionMaterialXPlace2D::Offset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, RotationAngle) == 0x000150, "Member 'UMaterialExpressionMaterialXPlace2D::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, ConstRotationAngle) == 0x000178, "Member 'UMaterialExpressionMaterialXPlace2D::ConstRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, ConstCoordinate) == 0x00017C, "Member 'UMaterialExpressionMaterialXPlace2D::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPlus \ +static_assert(alignof(UMaterialExpressionMaterialXPlus) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPlus"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPlus) == 0x000130, "Wrong size on UMaterialExpressionMaterialXPlus"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPlus::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXPlus::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXPlus::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXPlus::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPremult \ +static_assert(alignof(UMaterialExpressionMaterialXPremult) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPremult"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPremult) == 0x0000D8, "Wrong size on UMaterialExpressionMaterialXPremult"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPremult, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPremult::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRampLeftRight \ +static_assert(alignof(UMaterialExpressionMaterialXRampLeftRight) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRampLeftRight"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRampLeftRight) == 0x000130, "Wrong size on UMaterialExpressionMaterialXRampLeftRight"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRampLeftRight::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRampLeftRight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRampLeftRight::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, ConstCoordinate) == 0x000128, "Member 'UMaterialExpressionMaterialXRampLeftRight::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRampTopBottom \ +static_assert(alignof(UMaterialExpressionMaterialXRampTopBottom) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRampTopBottom"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRampTopBottom) == 0x000130, "Wrong size on UMaterialExpressionMaterialXRampTopBottom"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRampTopBottom::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRampTopBottom::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRampTopBottom::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, ConstCoordinate) == 0x000128, "Member 'UMaterialExpressionMaterialXRampTopBottom::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRemap \ +static_assert(alignof(UMaterialExpressionMaterialXRemap) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRemap"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRemap) == 0x000188, "Wrong size on UMaterialExpressionMaterialXRemap"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRemap::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputLow) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRemap::InputLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputHigh) == 0x000100, "Member 'UMaterialExpressionMaterialXRemap::InputHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetLow) == 0x000128, "Member 'UMaterialExpressionMaterialXRemap::TargetLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetHigh) == 0x000150, "Member 'UMaterialExpressionMaterialXRemap::TargetHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputLowDefault) == 0x000178, "Member 'UMaterialExpressionMaterialXRemap::InputLowDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputHighDefault) == 0x00017C, "Member 'UMaterialExpressionMaterialXRemap::InputHighDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetLowDefault) == 0x000180, "Member 'UMaterialExpressionMaterialXRemap::TargetLowDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetHighDefault) == 0x000184, "Member 'UMaterialExpressionMaterialXRemap::TargetHighDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRotate2D \ +static_assert(alignof(UMaterialExpressionMaterialXRotate2D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRotate2D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRotate2D) == 0x000108, "Wrong size on UMaterialExpressionMaterialXRotate2D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRotate2D::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, RotationAngle) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRotate2D::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, ConstRotationAngle) == 0x000100, "Member 'UMaterialExpressionMaterialXRotate2D::ConstRotationAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXScreen \ +static_assert(alignof(UMaterialExpressionMaterialXScreen) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXScreen"); \ +static_assert(sizeof(UMaterialExpressionMaterialXScreen) == 0x000130, "Wrong size on UMaterialExpressionMaterialXScreen"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXScreen::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXScreen::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXScreen::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXScreen::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSplitLeftRight \ +static_assert(alignof(UMaterialExpressionMaterialXSplitLeftRight) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSplitLeftRight"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSplitLeftRight) == 0x000158, "Wrong size on UMaterialExpressionMaterialXSplitLeftRight"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSplitLeftRight::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSplitLeftRight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, B) == 0x000100, "Member 'UMaterialExpressionMaterialXSplitLeftRight::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, Center) == 0x000128, "Member 'UMaterialExpressionMaterialXSplitLeftRight::Center' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, ConstCenter) == 0x000150, "Member 'UMaterialExpressionMaterialXSplitLeftRight::ConstCenter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, ConstCoordinate) == 0x000154, "Member 'UMaterialExpressionMaterialXSplitLeftRight::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSplitTopBottom \ +static_assert(alignof(UMaterialExpressionMaterialXSplitTopBottom) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSplitTopBottom"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSplitTopBottom) == 0x000158, "Wrong size on UMaterialExpressionMaterialXSplitTopBottom"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSplitTopBottom::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSplitTopBottom::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, B) == 0x000100, "Member 'UMaterialExpressionMaterialXSplitTopBottom::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, Center) == 0x000128, "Member 'UMaterialExpressionMaterialXSplitTopBottom::Center' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, ConstCenter) == 0x000150, "Member 'UMaterialExpressionMaterialXSplitTopBottom::ConstCenter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, ConstCoordinate) == 0x000154, "Member 'UMaterialExpressionMaterialXSplitTopBottom::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSwizzle \ +static_assert(alignof(UMaterialExpressionMaterialXSwizzle) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSwizzle"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSwizzle) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialXSwizzle"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSwizzle, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSwizzle::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSwizzle, Channels) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSwizzle::Channels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXTextureSampleParameterBlur \ +static_assert(alignof(UMaterialExpressionMaterialXTextureSampleParameterBlur) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXTextureSampleParameterBlur"); \ +static_assert(sizeof(UMaterialExpressionMaterialXTextureSampleParameterBlur) == 0x000230, "Wrong size on UMaterialExpressionMaterialXTextureSampleParameterBlur"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, KernelSize) == 0x000220, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::KernelSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, FilterSize) == 0x000224, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::FilterSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, FilterOffset) == 0x000228, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::FilterOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, Filter) == 0x00022C, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXUnpremult \ +static_assert(alignof(UMaterialExpressionMaterialXUnpremult) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXUnpremult"); \ +static_assert(sizeof(UMaterialExpressionMaterialXUnpremult) == 0x0000D8, "Wrong size on UMaterialExpressionMaterialXUnpremult"); \ +static_assert(offsetof(UMaterialExpressionMaterialXUnpremult, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXUnpremult::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFactory \ +static_assert(alignof(UInterchangeMaterialFactory) == 0x000008, "Wrong alignment on UInterchangeMaterialFactory"); \ +static_assert(sizeof(UInterchangeMaterialFactory) == 0x000038, "Wrong size on UInterchangeMaterialFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionFactory \ +static_assert(alignof(UInterchangeMaterialFunctionFactory) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionFactory"); \ +static_assert(sizeof(UInterchangeMaterialFunctionFactory) == 0x000038, "Wrong size on UInterchangeMaterialFunctionFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeOBJTranslator \ +static_assert(alignof(UInterchangeOBJTranslator) == 0x000008, "Wrong alignment on UInterchangeOBJTranslator"); \ +static_assert(sizeof(UInterchangeOBJTranslator) == 0x000050, "Wrong size on UInterchangeOBJTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicsAssetFactory \ +static_assert(alignof(UInterchangePhysicsAssetFactory) == 0x000008, "Wrong alignment on UInterchangePhysicsAssetFactory"); \ +static_assert(sizeof(UInterchangePhysicsAssetFactory) == 0x000030, "Wrong size on UInterchangePhysicsAssetFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshFactory \ +static_assert(alignof(UInterchangeSkeletalMeshFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshFactory"); \ +static_assert(sizeof(UInterchangeSkeletalMeshFactory) == 0x000080, "Wrong size on UInterchangeSkeletalMeshFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletonFactory \ +static_assert(alignof(UInterchangeSkeletonFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletonFactory"); \ +static_assert(sizeof(UInterchangeSkeletonFactory) == 0x000030, "Wrong size on UInterchangeSkeletonFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshFactory \ +static_assert(alignof(UInterchangeStaticMeshFactory) == 0x000008, "Wrong alignment on UInterchangeStaticMeshFactory"); \ +static_assert(sizeof(UInterchangeStaticMeshFactory) == 0x000048, "Wrong size on UInterchangeStaticMeshFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeCineCameraActorFactory \ +static_assert(alignof(UInterchangeCineCameraActorFactory) == 0x000008, "Wrong alignment on UInterchangeCineCameraActorFactory"); \ +static_assert(sizeof(UInterchangeCineCameraActorFactory) == 0x000030, "Wrong size on UInterchangeCineCameraActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeCameraActorFactory \ +static_assert(alignof(UInterchangeCameraActorFactory) == 0x000008, "Wrong alignment on UInterchangeCameraActorFactory"); \ +static_assert(sizeof(UInterchangeCameraActorFactory) == 0x000030, "Wrong size on UInterchangeCameraActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshActorFactory \ +static_assert(alignof(UInterchangeSkeletalMeshActorFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshActorFactory"); \ +static_assert(sizeof(UInterchangeSkeletalMeshActorFactory) == 0x000030, "Wrong size on UInterchangeSkeletalMeshActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshActorFactory \ +static_assert(alignof(UInterchangeStaticMeshActorFactory) == 0x000008, "Wrong alignment on UInterchangeStaticMeshActorFactory"); \ +static_assert(sizeof(UInterchangeStaticMeshActorFactory) == 0x000030, "Wrong size on UInterchangeStaticMeshActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeDDSTranslator \ +static_assert(alignof(UInterchangeDDSTranslator) == 0x000008, "Wrong alignment on UInterchangeDDSTranslator"); \ +static_assert(sizeof(UInterchangeDDSTranslator) == 0x000048, "Wrong size on UInterchangeDDSTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeIESTranslator \ +static_assert(alignof(UInterchangeIESTranslator) == 0x000008, "Wrong alignment on UInterchangeIESTranslator"); \ +static_assert(sizeof(UInterchangeIESTranslator) == 0x000040, "Wrong size on UInterchangeIESTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeImageWrapperTranslator \ +static_assert(alignof(UInterchangeImageWrapperTranslator) == 0x000008, "Wrong alignment on UInterchangeImageWrapperTranslator"); \ +static_assert(sizeof(UInterchangeImageWrapperTranslator) == 0x000048, "Wrong size on UInterchangeImageWrapperTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeJPGTranslator \ +static_assert(alignof(UInterchangeJPGTranslator) == 0x000008, "Wrong alignment on UInterchangeJPGTranslator"); \ +static_assert(sizeof(UInterchangeJPGTranslator) == 0x000040, "Wrong size on UInterchangeJPGTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangePCXTranslator \ +static_assert(alignof(UInterchangePCXTranslator) == 0x000008, "Wrong alignment on UInterchangePCXTranslator"); \ +static_assert(sizeof(UInterchangePCXTranslator) == 0x000040, "Wrong size on UInterchangePCXTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangePSDTranslator \ +static_assert(alignof(UInterchangePSDTranslator) == 0x000008, "Wrong alignment on UInterchangePSDTranslator"); \ +static_assert(sizeof(UInterchangePSDTranslator) == 0x000040, "Wrong size on UInterchangePSDTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureFactory \ +static_assert(alignof(UInterchangeTextureFactory) == 0x000008, "Wrong alignment on UInterchangeTextureFactory"); \ +static_assert(sizeof(UInterchangeTextureFactory) == 0x0000C0, "Wrong size on UInterchangeTextureFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeUEJPEGTranslator \ +static_assert(alignof(UInterchangeUEJPEGTranslator) == 0x000008, "Wrong alignment on UInterchangeUEJPEGTranslator"); \ +static_assert(sizeof(UInterchangeUEJPEGTranslator) == 0x000040, "Wrong size on UInterchangeUEJPEGTranslator"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed \ +static_assert(alignof(BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong alignment on BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(sizeof(BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong size on BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(offsetof(BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed, AP_Change) == 0x000000, "Member 'BPI_BattleListener_C_BPI_OnAnyCharacterAP_Changed::AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_BPI_OnAnyCharacterDamaged \ +static_assert(alignof(BPI_BattleListener_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong alignment on BPI_BattleListener_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(sizeof(BPI_BattleListener_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong size on BPI_BattleListener_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(offsetof(BPI_BattleListener_C_BPI_OnAnyCharacterDamaged, BattleDamage) == 0x000000, "Member 'BPI_BattleListener_C_BPI_OnAnyCharacterDamaged::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_IsTurnStartInProgress \ +static_assert(alignof(BPI_BattleListener_C_IsTurnStartInProgress) == 0x000001, "Wrong alignment on BPI_BattleListener_C_IsTurnStartInProgress"); \ +static_assert(sizeof(BPI_BattleListener_C_IsTurnStartInProgress) == 0x000001, "Wrong size on BPI_BattleListener_C_IsTurnStartInProgress"); \ +static_assert(offsetof(BPI_BattleListener_C_IsTurnStartInProgress, InProgress) == 0x000000, "Member 'BPI_BattleListener_C_IsTurnStartInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_OnCharacterDealtDamages \ +static_assert(alignof(BPI_BattleListener_C_OnCharacterDealtDamages) == 0x000008, "Wrong alignment on BPI_BattleListener_C_OnCharacterDealtDamages"); \ +static_assert(sizeof(BPI_BattleListener_C_OnCharacterDealtDamages) == 0x000018, "Wrong size on BPI_BattleListener_C_OnCharacterDealtDamages"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterDealtDamages, CharacterStats) == 0x000000, "Member 'BPI_BattleListener_C_OnCharacterDealtDamages::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterDealtDamages, Damages) == 0x000008, "Member 'BPI_BattleListener_C_OnCharacterDealtDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterDealtDamages, ProcessedDamages) == 0x000010, "Member 'BPI_BattleListener_C_OnCharacterDealtDamages::ProcessedDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_OnCharacterKilled \ +static_assert(alignof(BPI_BattleListener_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BPI_BattleListener_C_OnCharacterKilled"); \ +static_assert(sizeof(BPI_BattleListener_C_OnCharacterKilled) == 0x000008, "Wrong size on BPI_BattleListener_C_OnCharacterKilled"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BPI_BattleListener_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_OnCharacterReceivedDamages \ +static_assert(alignof(BPI_BattleListener_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BPI_BattleListener_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BPI_BattleListener_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BPI_BattleListener_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BPI_BattleListener_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BPI_BattleListener_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BPI_BattleListener_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BPI_BattleListener_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_OnCharacterTurnStart \ +static_assert(alignof(BPI_BattleListener_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BPI_BattleListener_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BPI_BattleListener_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BPI_BattleListener_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BPI_BattleListener_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleListener_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BPI_BattleListener_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleListener_C_ProcessAddBuffAction \ +static_assert(alignof(BPI_BattleListener_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BPI_BattleListener_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BPI_BattleListener_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BPI_BattleListener_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BPI_BattleListener_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BPI_BattleListener_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_BattleListener_C \ +static_assert(alignof(IBPI_BattleListener_C) == 0x000001, "Wrong alignment on IBPI_BattleListener_C"); \ +static_assert(sizeof(IBPI_BattleListener_C) == 0x000001, "Wrong size on IBPI_BattleListener_C"); \ + +#define DUMPER7_ASSERTS_FInterchangeLodSceneNodeContainer \ +static_assert(alignof(FInterchangeLodSceneNodeContainer) == 0x000008, "Wrong alignment on FInterchangeLodSceneNodeContainer"); \ +static_assert(sizeof(FInterchangeLodSceneNodeContainer) == 0x000010, "Wrong size on FInterchangeLodSceneNodeContainer"); \ +static_assert(offsetof(FInterchangeLodSceneNodeContainer, SceneNodes) == 0x000000, "Member 'FInterchangeLodSceneNodeContainer::SceneNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshInstance \ +static_assert(alignof(FInterchangeMeshInstance) == 0x000008, "Wrong alignment on FInterchangeMeshInstance"); \ +static_assert(sizeof(FInterchangeMeshInstance) == 0x000080, "Wrong size on FInterchangeMeshInstance"); \ +static_assert(offsetof(FInterchangeMeshInstance, MeshInstanceUid) == 0x000000, "Member 'FInterchangeMeshInstance::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, LodGroupNode) == 0x000010, "Member 'FInterchangeMeshInstance::LodGroupNode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bReferenceSkinnedMesh) == 0x000018, "Member 'FInterchangeMeshInstance::bReferenceSkinnedMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bReferenceMorphTarget) == 0x000019, "Member 'FInterchangeMeshInstance::bReferenceMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bHasMorphTargets) == 0x00001A, "Member 'FInterchangeMeshInstance::bHasMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, SceneNodePerLodIndex) == 0x000020, "Member 'FInterchangeMeshInstance::SceneNodePerLodIndex' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, ReferencingMeshGeometryUids) == 0x000070, "Member 'FInterchangeMeshInstance::ReferencingMeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshGeometry \ +static_assert(alignof(FInterchangeMeshGeometry) == 0x000008, "Wrong alignment on FInterchangeMeshGeometry"); \ +static_assert(sizeof(FInterchangeMeshGeometry) == 0x000038, "Wrong size on FInterchangeMeshGeometry"); \ +static_assert(offsetof(FInterchangeMeshGeometry, MeshUid) == 0x000000, "Member 'FInterchangeMeshGeometry::MeshUid' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, MeshNode) == 0x000010, "Member 'FInterchangeMeshGeometry::MeshNode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, ReferencingMeshInstanceUids) == 0x000018, "Member 'FInterchangeMeshGeometry::ReferencingMeshInstanceUids' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, AttachedSocketUids) == 0x000028, "Member 'FInterchangeMeshGeometry::AttachedSocketUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelineMeshesUtilitiesContext \ +static_assert(alignof(FInterchangePipelineMeshesUtilitiesContext) == 0x000001, "Wrong alignment on FInterchangePipelineMeshesUtilitiesContext"); \ +static_assert(sizeof(FInterchangePipelineMeshesUtilitiesContext) == 0x000005, "Wrong size on FInterchangePipelineMeshesUtilitiesContext"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertStaticMeshToSkeletalMesh) == 0x000000, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertStaticMeshToSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertSkeletalMeshToStaticMesh) == 0x000001, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertSkeletalMeshToStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertStaticsWithMorphTargetsToSkeletals) == 0x000002, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertStaticsWithMorphTargetsToSkeletals' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bImportMeshesInBoneHierarchy) == 0x000003, "Member 'FInterchangePipelineMeshesUtilitiesContext::bImportMeshesInBoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bQueryGeometryOnlyIfNoInstance) == 0x000004, "Member 'FInterchangePipelineMeshesUtilitiesContext::bQueryGeometryOnlyIfNoInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericCommonMeshesProperties \ +static_assert(alignof(UInterchangeGenericCommonMeshesProperties) == 0x000008, "Wrong alignment on UInterchangeGenericCommonMeshesProperties"); \ +static_assert(sizeof(UInterchangeGenericCommonMeshesProperties) == 0x000120, "Wrong size on UInterchangeGenericCommonMeshesProperties"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, ForceAllMeshAsType) == 0x000108, "Member 'UInterchangeGenericCommonMeshesProperties::ForceAllMeshAsType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bAutoDetectMeshType) == 0x000109, "Member 'UInterchangeGenericCommonMeshesProperties::bAutoDetectMeshType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bImportLods) == 0x00010A, "Member 'UInterchangeGenericCommonMeshesProperties::bImportLods' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bBakeMeshes) == 0x00010B, "Member 'UInterchangeGenericCommonMeshesProperties::bBakeMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bKeepSectionsSeparate) == 0x00010C, "Member 'UInterchangeGenericCommonMeshesProperties::bKeepSectionsSeparate' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, VertexColorImportOption) == 0x00010D, "Member 'UInterchangeGenericCommonMeshesProperties::VertexColorImportOption' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, VertexOverrideColor) == 0x000110, "Member 'UInterchangeGenericCommonMeshesProperties::VertexOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRecomputeNormals) == 0x000114, "Member 'UInterchangeGenericCommonMeshesProperties::bRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRecomputeTangents) == 0x000115, "Member 'UInterchangeGenericCommonMeshesProperties::bRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseMikkTSpace) == 0x000116, "Member 'UInterchangeGenericCommonMeshesProperties::bUseMikkTSpace' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bComputeWeightedNormals) == 0x000117, "Member 'UInterchangeGenericCommonMeshesProperties::bComputeWeightedNormals' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseHighPrecisionTangentBasis) == 0x000118, "Member 'UInterchangeGenericCommonMeshesProperties::bUseHighPrecisionTangentBasis' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseFullPrecisionUVs) == 0x000119, "Member 'UInterchangeGenericCommonMeshesProperties::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseBackwardsCompatibleF16TruncUVs) == 0x00011A, "Member 'UInterchangeGenericCommonMeshesProperties::bUseBackwardsCompatibleF16TruncUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRemoveDegenerates) == 0x00011B, "Member 'UInterchangeGenericCommonMeshesProperties::bRemoveDegenerates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties \ +static_assert(alignof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties) == 0x000008, "Wrong alignment on UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties"); \ +static_assert(sizeof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties) == 0x000118, "Wrong size on UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bImportOnlyAnimations) == 0x000108, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bImportOnlyAnimations' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, Skeleton) == 0x00010C, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bImportMeshesInBoneHierarchy) == 0x000114, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bImportMeshesInBoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bUseT0AsRefPose) == 0x000115, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bUseT0AsRefPose' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bConvertStaticsWithMorphTargetsToSkeletals) == 0x000116, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bConvertStaticsWithMorphTargetsToSkeletals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFPipelineSettings \ +static_assert(alignof(UGLTFPipelineSettings) == 0x000008, "Wrong alignment on UGLTFPipelineSettings"); \ +static_assert(sizeof(UGLTFPipelineSettings) == 0x000090, "Wrong size on UGLTFPipelineSettings"); \ +static_assert(offsetof(UGLTFPipelineSettings, MaterialParents) == 0x000038, "Member 'UGLTFPipelineSettings::MaterialParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGLTFPipeline \ +static_assert(alignof(UInterchangeGLTFPipeline) == 0x000008, "Wrong alignment on UInterchangeGLTFPipeline"); \ +static_assert(sizeof(UInterchangeGLTFPipeline) == 0x000110, "Wrong size on UInterchangeGLTFPipeline"); \ + +#define DUMPER7_ASSERTS_UMaterialXPipelineSettings \ +static_assert(alignof(UMaterialXPipelineSettings) == 0x000008, "Wrong alignment on UMaterialXPipelineSettings"); \ +static_assert(sizeof(UMaterialXPipelineSettings) == 0x000178, "Wrong size on UMaterialXPipelineSettings"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedSurfaceShaders) == 0x000038, "Member 'UMaterialXPipelineSettings::PredefinedSurfaceShaders' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedBSDF) == 0x000088, "Member 'UMaterialXPipelineSettings::PredefinedBSDF' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedEDF) == 0x0000D8, "Member 'UMaterialXPipelineSettings::PredefinedEDF' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedVDF) == 0x000128, "Member 'UMaterialXPipelineSettings::PredefinedVDF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialXPipeline \ +static_assert(alignof(UInterchangeMaterialXPipeline) == 0x000008, "Wrong alignment on UInterchangeMaterialXPipeline"); \ +static_assert(sizeof(UInterchangeMaterialXPipeline) == 0x000110, "Wrong size on UInterchangeMaterialXPipeline"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericAnimationPipeline \ +static_assert(alignof(UInterchangeGenericAnimationPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericAnimationPipeline"); \ +static_assert(sizeof(UInterchangeGenericAnimationPipeline) == 0x000178, "Wrong size on UInterchangeGenericAnimationPipeline"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000108, "Member 'UInterchangeGenericAnimationPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CommonMeshesProperties) == 0x000110, "Member 'UInterchangeGenericAnimationPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportAnimations) == 0x000118, "Member 'UInterchangeGenericAnimationPipeline::bImportAnimations' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportBoneTracks) == 0x000119, "Member 'UInterchangeGenericAnimationPipeline::bImportBoneTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, AnimationRange) == 0x00011A, "Member 'UInterchangeGenericAnimationPipeline::AnimationRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, FrameImportRange) == 0x00011C, "Member 'UInterchangeGenericAnimationPipeline::FrameImportRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bUse30HzToBakeBoneAnimation) == 0x000124, "Member 'UInterchangeGenericAnimationPipeline::bUse30HzToBakeBoneAnimation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CustomBoneAnimationSampleRate) == 0x000128, "Member 'UInterchangeGenericAnimationPipeline::CustomBoneAnimationSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSnapToClosestFrameBoundary) == 0x00012C, "Member 'UInterchangeGenericAnimationPipeline::bSnapToClosestFrameBoundary' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportCustomAttribute) == 0x00012D, "Member 'UInterchangeGenericAnimationPipeline::bImportCustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bAddCurveMetadataToSkeleton) == 0x00012E, "Member 'UInterchangeGenericAnimationPipeline::bAddCurveMetadataToSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSetMaterialDriveParameterOnCustomAttribute) == 0x00012F, "Member 'UInterchangeGenericAnimationPipeline::bSetMaterialDriveParameterOnCustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, MaterialCurveSuffixes) == 0x000130, "Member 'UInterchangeGenericAnimationPipeline::MaterialCurveSuffixes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bRemoveCurveRedundantKeys) == 0x000140, "Member 'UInterchangeGenericAnimationPipeline::bRemoveCurveRedundantKeys' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDoNotImportCurveWithZero) == 0x000141, "Member 'UInterchangeGenericAnimationPipeline::bDoNotImportCurveWithZero' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingNonCurveCustomAttributes) == 0x000142, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingNonCurveCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingCustomAttributeCurves) == 0x000143, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingCustomAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingMorphTargetCurves) == 0x000144, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingMorphTargetCurves' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, SourceAnimationName) == 0x000148, "Member 'UInterchangeGenericAnimationPipeline::SourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSceneImport) == 0x000158, "Member 'UInterchangeGenericAnimationPipeline::bSceneImport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericAssetsPipeline \ +static_assert(alignof(UInterchangeGenericAssetsPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericAssetsPipeline"); \ +static_assert(sizeof(UInterchangeGenericAssetsPipeline) == 0x000268, "Wrong size on UInterchangeGenericAssetsPipeline"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, PipelineDisplayName) == 0x000108, "Member 'UInterchangeGenericAssetsPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ReimportStrategy) == 0x000118, "Member 'UInterchangeGenericAssetsPipeline::ReimportStrategy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, bUseSourceNameForAsset) == 0x000119, "Member 'UInterchangeGenericAssetsPipeline::bUseSourceNameForAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, AssetName) == 0x000120, "Member 'UInterchangeGenericAssetsPipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetTranslation) == 0x000130, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetTranslation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetRotation) == 0x000148, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetUniformScale) == 0x000160, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, CommonMeshesProperties) == 0x000168, "Member 'UInterchangeGenericAssetsPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000170, "Member 'UInterchangeGenericAssetsPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, MeshPipeline) == 0x000178, "Member 'UInterchangeGenericAssetsPipeline::MeshPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, AnimationPipeline) == 0x000180, "Member 'UInterchangeGenericAssetsPipeline::AnimationPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, MaterialPipeline) == 0x000188, "Member 'UInterchangeGenericAssetsPipeline::MaterialPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericMaterialPipeline \ +static_assert(alignof(UInterchangeGenericMaterialPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericMaterialPipeline"); \ +static_assert(sizeof(UInterchangeGenericMaterialPipeline) == 0x0001B8, "Wrong size on UInterchangeGenericMaterialPipeline"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, PipelineDisplayName) == 0x000108, "Member 'UInterchangeGenericMaterialPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bImportMaterials) == 0x000118, "Member 'UInterchangeGenericMaterialPipeline::bImportMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, SearchLocation) == 0x000119, "Member 'UInterchangeGenericMaterialPipeline::SearchLocation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, AssetName) == 0x000120, "Member 'UInterchangeGenericMaterialPipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, MaterialImport) == 0x000130, "Member 'UInterchangeGenericMaterialPipeline::MaterialImport' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bIdentifyDuplicateMaterials) == 0x000131, "Member 'UInterchangeGenericMaterialPipeline::bIdentifyDuplicateMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bCreateMaterialInstanceForParent) == 0x000132, "Member 'UInterchangeGenericMaterialPipeline::bCreateMaterialInstanceForParent' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, ParentMaterial) == 0x000138, "Member 'UInterchangeGenericMaterialPipeline::ParentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, TexturePipeline) == 0x000158, "Member 'UInterchangeGenericMaterialPipeline::TexturePipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, BaseNodeContainer) == 0x000160, "Member 'UInterchangeGenericMaterialPipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericMeshPipeline \ +static_assert(alignof(UInterchangeGenericMeshPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericMeshPipeline"); \ +static_assert(sizeof(UInterchangeGenericMeshPipeline) == 0x0001D8, "Wrong size on UInterchangeGenericMeshPipeline"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CommonMeshesProperties) == 0x000108, "Member 'UInterchangeGenericMeshPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000110, "Member 'UInterchangeGenericMeshPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportStaticMeshes) == 0x000118, "Member 'UInterchangeGenericMeshPipeline::bImportStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCombineStaticMeshes) == 0x000119, "Member 'UInterchangeGenericMeshPipeline::bCombineStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, LODGroup) == 0x00011C, "Member 'UInterchangeGenericMeshPipeline::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportCollision) == 0x000124, "Member 'UInterchangeGenericMeshPipeline::bImportCollision' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportCollisionAccordingToMeshName) == 0x000125, "Member 'UInterchangeGenericMeshPipeline::bImportCollisionAccordingToMeshName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bOneConvexHullPerUCX) == 0x000126, "Member 'UInterchangeGenericMeshPipeline::bOneConvexHullPerUCX' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bBuildNanite) == 0x000127, "Member 'UInterchangeGenericMeshPipeline::bBuildNanite' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bBuildReversedIndexBuffer) == 0x000128, "Member 'UInterchangeGenericMeshPipeline::bBuildReversedIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bGenerateLightmapUVs) == 0x000129, "Member 'UInterchangeGenericMeshPipeline::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bGenerateDistanceFieldAsIfTwoSided) == 0x00012A, "Member 'UInterchangeGenericMeshPipeline::bGenerateDistanceFieldAsIfTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bSupportFaceRemap) == 0x00012B, "Member 'UInterchangeGenericMeshPipeline::bSupportFaceRemap' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MinLightmapResolution) == 0x00012C, "Member 'UInterchangeGenericMeshPipeline::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, SrcLightmapIndex) == 0x000130, "Member 'UInterchangeGenericMeshPipeline::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DstLightmapIndex) == 0x000134, "Member 'UInterchangeGenericMeshPipeline::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, BuildScale3D) == 0x000138, "Member 'UInterchangeGenericMeshPipeline::BuildScale3D' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DistanceFieldResolutionScale) == 0x000150, "Member 'UInterchangeGenericMeshPipeline::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DistanceFieldReplacementMesh) == 0x000154, "Member 'UInterchangeGenericMeshPipeline::DistanceFieldReplacementMesh' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MaxLumenMeshCards) == 0x00015C, "Member 'UInterchangeGenericMeshPipeline::MaxLumenMeshCards' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportSkeletalMeshes) == 0x000160, "Member 'UInterchangeGenericMeshPipeline::bImportSkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, SkeletalMeshImportContentType) == 0x000161, "Member 'UInterchangeGenericMeshPipeline::SkeletalMeshImportContentType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, LastSkeletalMeshImportContentType) == 0x000162, "Member 'UInterchangeGenericMeshPipeline::LastSkeletalMeshImportContentType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCombineSkeletalMeshes) == 0x000163, "Member 'UInterchangeGenericMeshPipeline::bCombineSkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportMorphTargets) == 0x000164, "Member 'UInterchangeGenericMeshPipeline::bImportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportVertexAttributes) == 0x000165, "Member 'UInterchangeGenericMeshPipeline::bImportVertexAttributes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bUpdateSkeletonReferencePose) == 0x000166, "Member 'UInterchangeGenericMeshPipeline::bUpdateSkeletonReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCreatePhysicsAsset) == 0x000167, "Member 'UInterchangeGenericMeshPipeline::bCreatePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, PhysicsAsset) == 0x000168, "Member 'UInterchangeGenericMeshPipeline::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bUseHighPrecisionSkinWeights) == 0x000170, "Member 'UInterchangeGenericMeshPipeline::bUseHighPrecisionSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdPosition) == 0x000174, "Member 'UInterchangeGenericMeshPipeline::ThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdTangentNormal) == 0x000178, "Member 'UInterchangeGenericMeshPipeline::ThresholdTangentNormal' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdUV) == 0x00017C, "Member 'UInterchangeGenericMeshPipeline::ThresholdUV' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MorphThresholdPosition) == 0x000180, "Member 'UInterchangeGenericMeshPipeline::MorphThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, BoneInfluenceLimit) == 0x000184, "Member 'UInterchangeGenericMeshPipeline::BoneInfluenceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericLevelPipeline \ +static_assert(alignof(UInterchangeGenericLevelPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericLevelPipeline"); \ +static_assert(sizeof(UInterchangeGenericLevelPipeline) == 0x000128, "Wrong size on UInterchangeGenericLevelPipeline"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, PipelineDisplayName) == 0x000108, "Member 'UInterchangeGenericLevelPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, ReimportPropertyStrategy) == 0x000118, "Member 'UInterchangeGenericLevelPipeline::ReimportPropertyStrategy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bDeleteMissingActors) == 0x000119, "Member 'UInterchangeGenericLevelPipeline::bDeleteMissingActors' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bForceReimportDeletedActors) == 0x00011A, "Member 'UInterchangeGenericLevelPipeline::bForceReimportDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bForceReimportDeletedAssets) == 0x00011B, "Member 'UInterchangeGenericLevelPipeline::bForceReimportDeletedAssets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bDeleteMissingAssets) == 0x00011C, "Member 'UInterchangeGenericLevelPipeline::bDeleteMissingAssets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bUsePhysicalInsteadOfStandardPerspectiveCamera) == 0x00011D, "Member 'UInterchangeGenericLevelPipeline::bUsePhysicalInsteadOfStandardPerspectiveCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericTexturePipeline \ +static_assert(alignof(UInterchangeGenericTexturePipeline) == 0x000008, "Wrong alignment on UInterchangeGenericTexturePipeline"); \ +static_assert(sizeof(UInterchangeGenericTexturePipeline) == 0x000170, "Wrong size on UInterchangeGenericTexturePipeline"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, PipelineDisplayName) == 0x000108, "Member 'UInterchangeGenericTexturePipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, bImportTextures) == 0x000118, "Member 'UInterchangeGenericTexturePipeline::bImportTextures' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, AssetName) == 0x000120, "Member 'UInterchangeGenericTexturePipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, bAllowNonPowerOfTwo) == 0x000130, "Member 'UInterchangeGenericTexturePipeline::bAllowNonPowerOfTwo' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, BaseNodeContainer) == 0x000138, "Member 'UInterchangeGenericTexturePipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities \ +static_assert(alignof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities, ReturnValue) == 0x000008, "Member 'InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid, MeshInstanceUids) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshGeometryByUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshGeometryByUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid) == 0x000048, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshGeometryByUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometryByUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometryByUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshInstanceByUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshInstanceByUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid) == 0x000090, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshInstanceByUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceByUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceByUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid) == 0x000018, "Wrong size on InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid) == 0x000018, "Wrong size on InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_SetContext \ +static_assert(alignof(InterchangePipelineMeshesUtilities_SetContext) == 0x000001, "Wrong alignment on InterchangePipelineMeshesUtilities_SetContext"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_SetContext) == 0x000005, "Wrong size on InterchangePipelineMeshesUtilities_SetContext"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_SetContext, Context) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_SetContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineMeshesUtilities \ +static_assert(alignof(UInterchangePipelineMeshesUtilities) == 0x000008, "Wrong alignment on UInterchangePipelineMeshesUtilities"); \ +static_assert(sizeof(UInterchangePipelineMeshesUtilities) == 0x000128, "Wrong size on UInterchangePipelineMeshesUtilities"); \ + +#define DUMPER7_ASSERTS_UShake_3C_Land_Roll_C \ +static_assert(alignof(UShake_3C_Land_Roll_C) == 0x000010, "Wrong alignment on UShake_3C_Land_Roll_C"); \ +static_assert(sizeof(UShake_3C_Land_Roll_C) == 0x0000E0, "Wrong size on UShake_3C_Land_Roll_C"); \ + +#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) == 0x000028, "Wrong size on UAutomationUtilsBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FDialog_Struct \ +static_assert(alignof(FDialog_Struct) == 0x000008, "Wrong alignment on FDialog_Struct"); \ +static_assert(sizeof(FDialog_Struct) == 0x000188, "Wrong size on FDialog_Struct"); \ +static_assert(offsetof(FDialog_Struct, DialogImage_37_2428A70E4F5FF9853CA5F0929F9F8619) == 0x000000, "Member 'FDialog_Struct::DialogImage_37_2428A70E4F5FF9853CA5F0929F9F8619' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DialogName_86_209FEB5F48EE17158A7F6D8C6E7044E2) == 0x000008, "Member 'FDialog_Struct::DialogName_86_209FEB5F48EE17158A7F6D8C6E7044E2' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DialogText_5_AC4D3E8540F1D0816CD1FFA7733691C4) == 0x000018, "Member 'FDialog_Struct::DialogText_5_AC4D3E8540F1D0816CD1FFA7733691C4' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DialogAudio_49_5EEB14AC46C19A5CD56A0B923220E192) == 0x000028, "Member 'FDialog_Struct::DialogAudio_49_5EEB14AC46C19A5CD56A0B923220E192' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DialogEventID_8_416B4AD64A7396340703B08A37B5450C) == 0x000030, "Member 'FDialog_Struct::DialogEventID_8_416B4AD64A7396340703B08A37B5450C' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DialogEventDelay_91_10596B514103C33FFC34EA96E354A0F2) == 0x000038, "Member 'FDialog_Struct::DialogEventDelay_91_10596B514103C33FFC34EA96E354A0F2' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, TypingDelay_13_34FB8ED2493362990D602F8359CB6BA7) == 0x00003C, "Member 'FDialog_Struct::TypingDelay_13_34FB8ED2493362990D602F8359CB6BA7' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Response1_92_B4BEF5954158286E5D0B3DBB4F148F9B) == 0x000040, "Member 'FDialog_Struct::Response1_92_B4BEF5954158286E5D0B3DBB4F148F9B' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Response2_93_1EA9A04E4EDA1429A2D444A3D854583B) == 0x000050, "Member 'FDialog_Struct::Response2_93_1EA9A04E4EDA1429A2D444A3D854583B' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Response3_94_F9E519B642F228B728E025808AB8CC6F) == 0x000060, "Member 'FDialog_Struct::Response3_94_F9E519B642F228B728E025808AB8CC6F' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Response4_95_349EF48C4686273473CB778D0F347159) == 0x000070, "Member 'FDialog_Struct::Response4_95_349EF48C4686273473CB778D0F347159' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseEvent1_96_1C98F3854451264A6FB6F899B2B466A3) == 0x000080, "Member 'FDialog_Struct::ResponseEvent1_96_1C98F3854451264A6FB6F899B2B466A3' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseEvent2_97_92CF8AA240064ED26B28338640359802) == 0x000088, "Member 'FDialog_Struct::ResponseEvent2_97_92CF8AA240064ED26B28338640359802' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseEvent3_98_793ADA4A4998390A362A1BB168DF3EF4) == 0x000090, "Member 'FDialog_Struct::ResponseEvent3_98_793ADA4A4998390A362A1BB168DF3EF4' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseEvent4_99_088B772C450711237D9F24B0B3B178A2) == 0x000098, "Member 'FDialog_Struct::ResponseEvent4_99_088B772C450711237D9F24B0B3B178A2' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAudio1_42_B35172B04E3AAD1B3D5028B03E8928A8) == 0x0000A0, "Member 'FDialog_Struct::ResponseAudio1_42_B35172B04E3AAD1B3D5028B03E8928A8' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAudio2_44_242FBFAD472D3460BFA15F9875CC8065) == 0x0000A8, "Member 'FDialog_Struct::ResponseAudio2_44_242FBFAD472D3460BFA15F9875CC8065' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAudio3_46_502623BD485CC5E3261DCA9DDD490EDD) == 0x0000B0, "Member 'FDialog_Struct::ResponseAudio3_46_502623BD485CC5E3261DCA9DDD490EDD' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAudio4_48_0FB98DF0443A400F8377599FE420AE87) == 0x0000B8, "Member 'FDialog_Struct::ResponseAudio4_48_0FB98DF0443A400F8377599FE420AE87' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAnim1_112_2BD51E064FFD9D94A458AB8E68EB1FFA) == 0x0000C0, "Member 'FDialog_Struct::ResponseAnim1_112_2BD51E064FFD9D94A458AB8E68EB1FFA' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAnim2_113_F72E3A714980673CD782A5AD18638C6E) == 0x0000C8, "Member 'FDialog_Struct::ResponseAnim2_113_F72E3A714980673CD782A5AD18638C6E' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAnim3_114_87C7785141719DD4E0E96A9C3ECEEC4E) == 0x0000D0, "Member 'FDialog_Struct::ResponseAnim3_114_87C7785141719DD4E0E96A9C3ECEEC4E' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ResponseAnim4_115_34473DFA4F6E449EC526F5AD85AFEB99) == 0x0000D8, "Member 'FDialog_Struct::ResponseAnim4_115_34473DFA4F6E449EC526F5AD85AFEB99' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Answer1_66_7029A72E426A496D3A238F98B67A2922) == 0x0000E0, "Member 'FDialog_Struct::Answer1_66_7029A72E426A496D3A238F98B67A2922' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Answer2_67_B5FD95594BD28754EDFE8B8B67982817) == 0x0000F0, "Member 'FDialog_Struct::Answer2_67_B5FD95594BD28754EDFE8B8B67982817' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Answer3_68_D97B0B2E481DBD8431DC13B289CCABE2) == 0x000100, "Member 'FDialog_Struct::Answer3_68_D97B0B2E481DBD8431DC13B289CCABE2' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, Answer4_69_A5EEFAD24B573F3374811EB21A0E0B14) == 0x000110, "Member 'FDialog_Struct::Answer4_69_A5EEFAD24B573F3374811EB21A0E0B14' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerEvent1_70_B9CBCFB04F38F85FE1A835886EEE2E55) == 0x000120, "Member 'FDialog_Struct::AnswerEvent1_70_B9CBCFB04F38F85FE1A835886EEE2E55' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerEvent2_71_60075FBA4A70DBBC1F4E36BB72E4C864) == 0x000128, "Member 'FDialog_Struct::AnswerEvent2_71_60075FBA4A70DBBC1F4E36BB72E4C864' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerEvent3_72_DADD9D9649F6FC548C6C4D9E540535FC) == 0x000130, "Member 'FDialog_Struct::AnswerEvent3_72_DADD9D9649F6FC548C6C4D9E540535FC' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerEvent4_73_C75429A84F1F319DD27342B1C086E319) == 0x000138, "Member 'FDialog_Struct::AnswerEvent4_73_C75429A84F1F319DD27342B1C086E319' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerAudio1_82_02C5C5FE4FAFC6039D47098CFA7A67D5) == 0x000140, "Member 'FDialog_Struct::AnswerAudio1_82_02C5C5FE4FAFC6039D47098CFA7A67D5' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerAudio2_83_20E47C414756FBB1F57F5A84EA07B877) == 0x000148, "Member 'FDialog_Struct::AnswerAudio2_83_20E47C414756FBB1F57F5A84EA07B877' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerAudio3_84_164E8C55405EC590CB0D9A8B9F0FADDA) == 0x000150, "Member 'FDialog_Struct::AnswerAudio3_84_164E8C55405EC590CB0D9A8B9F0FADDA' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, AnswerAudio4_85_EF277C6F41A9E7A186229A8335A63F9C) == 0x000158, "Member 'FDialog_Struct::AnswerAudio4_85_EF277C6F41A9E7A186229A8335A63F9C' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, IsNPCDialogClickable__88_3E03B01644860492660BB8BF64757575) == 0x000160, "Member 'FDialog_Struct::IsNPCDialogClickable__88_3E03B01644860492660BB8BF64757575' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, ClearDialogResponses__90_D953DC364F97DDDAA423C0904435A404) == 0x000161, "Member 'FDialog_Struct::ClearDialogResponses__90_D953DC364F97DDDAA423C0904435A404' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, CameraAngle_102_F3AF8483457BD023268A0EADA6F95E9B) == 0x000164, "Member 'FDialog_Struct::CameraAngle_102_F3AF8483457BD023268A0EADA6F95E9B' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, PostBattleDialogText_120_A6E4E603490F52C7C141ADB9BB939109) == 0x000168, "Member 'FDialog_Struct::PostBattleDialogText_120_A6E4E603490F52C7C141ADB9BB939109' has a wrong offset!"); \ +static_assert(offsetof(FDialog_Struct, DTR_123_6E348B914D3416E52AA435B4F0465F16) == 0x000178, "Member 'FDialog_Struct::DTR_123_6E348B914D3416E52AA435B4F0465F16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionParams \ +static_assert(alignof(FMovieSceneGeometryCollectionParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionParams"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionParams) == 0x000038, "Wrong size on FMovieSceneGeometryCollectionParams"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, GeometryCollectionCache) == 0x000008, "Member 'FMovieSceneGeometryCollectionParams::GeometryCollectionCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, StartFrameOffset) == 0x000028, "Member 'FMovieSceneGeometryCollectionParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, EndFrameOffset) == 0x00002C, "Member 'FMovieSceneGeometryCollectionParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, PlayRate) == 0x000030, "Member 'FMovieSceneGeometryCollectionParams::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000040, "Wrong size on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionStartTime) == 0x000038, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionEndTime) == 0x00003C, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000060, "Wrong size on FMovieSceneGeometryCollectionSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCollectionSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCollectionSection \ +static_assert(alignof(UMovieSceneGeometryCollectionSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCollectionSection"); \ +static_assert(sizeof(UMovieSceneGeometryCollectionSection) == 0x000128, "Wrong size on UMovieSceneGeometryCollectionSection"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionSection, Params_0) == 0x0000F0, "Member 'UMovieSceneGeometryCollectionSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCollectionTrack \ +static_assert(alignof(UMovieSceneGeometryCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneGeometryCollectionTrack"); \ +static_assert(sizeof(UMovieSceneGeometryCollectionTrack) == 0x0000B0, "Wrong size on UMovieSceneGeometryCollectionTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneGeometryCollectionTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADataflowActor \ +static_assert(alignof(ADataflowActor) == 0x000008, "Wrong alignment on ADataflowActor"); \ +static_assert(sizeof(ADataflowActor) == 0x000298, "Wrong size on ADataflowActor"); \ +static_assert(offsetof(ADataflowActor, DataflowComponent) == 0x000290, "Member 'ADataflowActor::DataflowComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowComponent \ +static_assert(alignof(UDataflowComponent) == 0x000010, "Wrong alignment on UDataflowComponent"); \ +static_assert(sizeof(UDataflowComponent) == 0x000660, "Wrong size on UDataflowComponent"); \ + +#define DUMPER7_ASSERTS_FChaosDestructionEvent \ +static_assert(alignof(FChaosDestructionEvent) == 0x000008, "Wrong alignment on FChaosDestructionEvent"); \ +static_assert(sizeof(FChaosDestructionEvent) == 0x000078, "Wrong size on FChaosDestructionEvent"); \ +static_assert(offsetof(FChaosDestructionEvent, position) == 0x000000, "Member 'FChaosDestructionEvent::position' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Normal) == 0x000018, "Member 'FChaosDestructionEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Velocity) == 0x000030, "Member 'FChaosDestructionEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, AngularVelocity) == 0x000048, "Member 'FChaosDestructionEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ExtentMin) == 0x000060, "Member 'FChaosDestructionEvent::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ExtentMax) == 0x000064, "Member 'FChaosDestructionEvent::ExtentMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, ParticleID) == 0x000068, "Member 'FChaosDestructionEvent::ParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Time) == 0x00006C, "Member 'FChaosDestructionEvent::Time' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent, Type) == 0x000070, "Member 'FChaosDestructionEvent::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceChaosDestruction \ +static_assert(alignof(UNiagaraDataInterfaceChaosDestruction) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceChaosDestruction"); \ +static_assert(sizeof(UNiagaraDataInterfaceChaosDestruction) == 0x000348, "Wrong size on UNiagaraDataInterfaceChaosDestruction"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ChaosSolverActorSet) == 0x000038, "Member 'UNiagaraDataInterfaceChaosDestruction::ChaosSolverActorSet' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSourceType) == 0x000088, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSourceType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataProcessFrequency) == 0x00008C, "Member 'UNiagaraDataInterfaceChaosDestruction::DataProcessFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxNumberOfDataEntriesToSpawn) == 0x000090, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxNumberOfDataEntriesToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpawn) == 0x000094, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpawnMultiplierMinMax) == 0x000098, "Member 'UNiagaraDataInterfaceChaosDestruction::SpawnMultiplierMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpawnChance) == 0x0000A8, "Member 'UNiagaraDataInterfaceChaosDestruction::SpawnChance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ImpulseToSpawnMinMax) == 0x0000B0, "Member 'UNiagaraDataInterfaceChaosDestruction::ImpulseToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpeedToSpawnMinMax) == 0x0000C0, "Member 'UNiagaraDataInterfaceChaosDestruction::SpeedToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MassToSpawnMinMax) == 0x0000D0, "Member 'UNiagaraDataInterfaceChaosDestruction::MassToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMinToSpawnMinMax) == 0x0000E0, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMinToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ExtentMaxToSpawnMinMax) == 0x0000F0, "Member 'UNiagaraDataInterfaceChaosDestruction::ExtentMaxToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VolumeToSpawnMinMax) == 0x000100, "Member 'UNiagaraDataInterfaceChaosDestruction::VolumeToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTimeToSpawnMinMax) == 0x000110, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTimeToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SurfaceTypeToSpawn) == 0x000120, "Member 'UNiagaraDataInterfaceChaosDestruction::SurfaceTypeToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationFilteringMode) == 0x000124, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationFilteringMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawn) == 0x000125, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationXToSpawnMinMax) == 0x000128, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationXToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawn) == 0x000138, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationYToSpawnMinMax) == 0x000140, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationYToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawn) == 0x000150, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LocationZToSpawnMinMax) == 0x000158, "Member 'UNiagaraDataInterfaceChaosDestruction::LocationZToSpawnMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, TrailMinSpeedToSpawn) == 0x000168, "Member 'UNiagaraDataInterfaceChaosDestruction::TrailMinSpeedToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSortingType) == 0x00016C, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSortingType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalCollisionData) == 0x00016D, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalCollisionData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpatialHash) == 0x00016E, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMin) == 0x000170, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMax) == 0x000188, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeCellSize) == 0x0001A0, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeCellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxDataPerCell) == 0x0001B8, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxDataPerCell' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bApplyMaterialsFilter) == 0x0001BC, "Member 'UNiagaraDataInterfaceChaosDestruction::bApplyMaterialsFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, ChaosBreakingMaterialSet) == 0x0001C0, "Member 'UNiagaraDataInterfaceChaosDestruction::ChaosBreakingMaterialSet' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalBreakingData) == 0x000210, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalBreakingData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalTrailingData) == 0x000211, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalTrailingData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomPositionMagnitudeMinMax) == 0x000218, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomPositionMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, InheritedVelocityMultiplier) == 0x000228, "Member 'UNiagaraDataInterfaceChaosDestruction::InheritedVelocityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityGenerationType) == 0x00022C, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityGenerationType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, RandomVelocityMagnitudeMinMax) == 0x000230, "Member 'UNiagaraDataInterfaceChaosDestruction::RandomVelocityMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpreadAngleMax) == 0x000240, "Member 'UNiagaraDataInterfaceChaosDestruction::SpreadAngleMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMin) == 0x000248, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, VelocityOffsetMax) == 0x000260, "Member 'UNiagaraDataInterfaceChaosDestruction::VelocityOffsetMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, FinalVelocityMagnitudeMinMax) == 0x000278, "Member 'UNiagaraDataInterfaceChaosDestruction::FinalVelocityMagnitudeMinMax' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxLatency) == 0x000288, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DebugType) == 0x00028C, "Member 'UNiagaraDataInterfaceChaosDestruction::DebugType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnedPointID) == 0x000290, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnedPointID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, LastSpawnTime) == 0x000294, "Member 'UNiagaraDataInterfaceChaosDestruction::LastSpawnTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SolverTime) == 0x0002A8, "Member 'UNiagaraDataInterfaceChaosDestruction::SolverTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, TimeStampOfLastProcessedData) == 0x0002AC, "Member 'UNiagaraDataInterfaceChaosDestruction::TimeStampOfLastProcessedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGeometryCollection \ +static_assert(alignof(UNiagaraDataInterfaceGeometryCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGeometryCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGeometryCollection) == 0x000040, "Wrong size on UNiagaraDataInterfaceGeometryCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, GeometryCollectionActor) == 0x000038, "Member 'UNiagaraDataInterfaceGeometryCollection::GeometryCollectionActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsField \ +static_assert(alignof(UNiagaraDataInterfacePhysicsField) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsField"); \ +static_assert(sizeof(UNiagaraDataInterfacePhysicsField) == 0x000038, "Wrong size on UNiagaraDataInterfacePhysicsField"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_Conv_LocalizableMessageToText \ +static_assert(alignof(LocalizableMessageLibrary_Conv_LocalizableMessageToText) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_Conv_LocalizableMessageToText"); \ +static_assert(sizeof(LocalizableMessageLibrary_Conv_LocalizableMessageToText) == 0x000048, "Wrong size on LocalizableMessageLibrary_Conv_LocalizableMessageToText"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, WorldContextObject) == 0x000000, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, Message) == 0x000008, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::Message' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, ReturnValue) == 0x000038, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_IsEmpty_LocalizableMessage \ +static_assert(alignof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_IsEmpty_LocalizableMessage"); \ +static_assert(sizeof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage) == 0x000038, "Wrong size on LocalizableMessageLibrary_IsEmpty_LocalizableMessage"); \ +static_assert(offsetof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage, Message) == 0x000000, "Member 'LocalizableMessageLibrary_IsEmpty_LocalizableMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage, ReturnValue) == 0x000030, "Member 'LocalizableMessageLibrary_IsEmpty_LocalizableMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_Reset_LocalizableMessage \ +static_assert(alignof(LocalizableMessageLibrary_Reset_LocalizableMessage) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_Reset_LocalizableMessage"); \ +static_assert(sizeof(LocalizableMessageLibrary_Reset_LocalizableMessage) == 0x000030, "Wrong size on LocalizableMessageLibrary_Reset_LocalizableMessage"); \ +static_assert(offsetof(LocalizableMessageLibrary_Reset_LocalizableMessage, Message) == 0x000000, "Member 'LocalizableMessageLibrary_Reset_LocalizableMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalizableMessageLibrary \ +static_assert(alignof(ULocalizableMessageLibrary) == 0x000008, "Wrong alignment on ULocalizableMessageLibrary"); \ +static_assert(sizeof(ULocalizableMessageLibrary) == 0x000028, "Wrong size on ULocalizableMessageLibrary"); \ + +#define DUMPER7_ASSERTS_UAvfMediaSettings \ +static_assert(alignof(UAvfMediaSettings) == 0x000008, "Wrong alignment on UAvfMediaSettings"); \ +static_assert(sizeof(UAvfMediaSettings) == 0x000030, "Wrong size on UAvfMediaSettings"); \ +static_assert(offsetof(UAvfMediaSettings, NativeAudioOut) == 0x000028, "Member 'UAvfMediaSettings::NativeAudioOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText \ +static_assert(alignof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText) == 0x000008, "Wrong alignment on WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText"); \ +static_assert(sizeof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText) == 0x0000C0, "Wrong size on WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, EntryPoint) == 0x000000, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, Temp_bool_Variable) == 0x000004, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_TextToString_ReturnValue) == 0x000008, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Len_ReturnValue) == 0x000018, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_GetSubstring_ReturnValue) == 0x000020, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000040, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_GetSubstring_ReturnValue_1) == 0x000050, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000060, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000070, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Len_ReturnValue_1) == 0x000080, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000084, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000088, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, K2Node_CustomEvent_Text) == 0x000090, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_FTrunc_ReturnValue) == 0x0000A0, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, K2Node_Select_Default) == 0x0000A4, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000A8, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000B0, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, K2Node_SetFieldsInStruct_Size_ImplicitCast) == 0x0000B8, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::K2Node_SetFieldsInStruct_Size_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText, K2Node_SetFieldsInStruct_Size_ImplicitCast_1) == 0x0000BC, "Member 'WBP_FirstLetter_TitleText_C_ExecuteUbergraph_WBP_FirstLetter_TitleText::K2Node_SetFieldsInStruct_Size_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstLetter_TitleText_C_PreConstruct \ +static_assert(alignof(WBP_FirstLetter_TitleText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_FirstLetter_TitleText_C_PreConstruct"); \ +static_assert(sizeof(WBP_FirstLetter_TitleText_C_PreConstruct) == 0x000001, "Wrong size on WBP_FirstLetter_TitleText_C_PreConstruct"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_FirstLetter_TitleText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstLetter_TitleText_C_SetText \ +static_assert(alignof(WBP_FirstLetter_TitleText_C_SetText) == 0x000008, "Wrong alignment on WBP_FirstLetter_TitleText_C_SetText"); \ +static_assert(sizeof(WBP_FirstLetter_TitleText_C_SetText) == 0x000010, "Wrong size on WBP_FirstLetter_TitleText_C_SetText"); \ +static_assert(offsetof(WBP_FirstLetter_TitleText_C_SetText, Text) == 0x000000, "Member 'WBP_FirstLetter_TitleText_C_SetText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FirstLetter_TitleText_C \ +static_assert(alignof(UWBP_FirstLetter_TitleText_C) == 0x000008, "Wrong alignment on UWBP_FirstLetter_TitleText_C"); \ +static_assert(sizeof(UWBP_FirstLetter_TitleText_C) == 0x0003D0, "Wrong size on UWBP_FirstLetter_TitleText_C"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_FirstLetter_TitleText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, Display_Text) == 0x0002E8, "Member 'UWBP_FirstLetter_TitleText_C::Display_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, FirstLetter) == 0x0002F0, "Member 'UWBP_FirstLetter_TitleText_C::FirstLetter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, DefaultText) == 0x0002F8, "Member 'UWBP_FirstLetter_TitleText_C::DefaultText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, TextFont_first_letter) == 0x000308, "Member 'UWBP_FirstLetter_TitleText_C::TextFont_first_letter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, TextFont) == 0x000368, "Member 'UWBP_FirstLetter_TitleText_C::TextFont' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstLetter_TitleText_C, FontSize) == 0x0003C8, "Member 'UWBP_FirstLetter_TitleText_C::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowCollectionAddScalarVertexPropertyNode \ +static_assert(alignof(FDataflowCollectionAddScalarVertexPropertyNode) == 0x000008, "Wrong alignment on FDataflowCollectionAddScalarVertexPropertyNode"); \ +static_assert(sizeof(FDataflowCollectionAddScalarVertexPropertyNode) == 0x0001B8, "Wrong size on FDataflowCollectionAddScalarVertexPropertyNode"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, Collection) == 0x0000E8, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, Name) == 0x000198, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, VertexWeights) == 0x0001A8, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::VertexWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatOverrideDataflowNode \ +static_assert(alignof(FFloatOverrideDataflowNode) == 0x000008, "Wrong alignment on FFloatOverrideDataflowNode"); \ +static_assert(sizeof(FFloatOverrideDataflowNode) == 0x000100, "Wrong size on FFloatOverrideDataflowNode"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, PropertyName) == 0x0000E8, "Member 'FFloatOverrideDataflowNode::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, KeyName) == 0x0000F0, "Member 'FFloatOverrideDataflowNode::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, ValueOut) == 0x0000F8, "Member 'FFloatOverrideDataflowNode::ValueOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectionSetDataflowNode \ +static_assert(alignof(FSelectionSetDataflowNode) == 0x000008, "Wrong alignment on FSelectionSetDataflowNode"); \ +static_assert(sizeof(FSelectionSetDataflowNode) == 0x000108, "Wrong size on FSelectionSetDataflowNode"); \ +static_assert(offsetof(FSelectionSetDataflowNode, Indices) == 0x0000E8, "Member 'FSelectionSetDataflowNode::Indices' has a wrong offset!"); \ +static_assert(offsetof(FSelectionSetDataflowNode, IndicesOut) == 0x0000F8, "Member 'FSelectionSetDataflowNode::IndicesOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSkeletalMeshDataflowNode \ +static_assert(alignof(FGetSkeletalMeshDataflowNode) == 0x000008, "Wrong alignment on FGetSkeletalMeshDataflowNode"); \ +static_assert(sizeof(FGetSkeletalMeshDataflowNode) == 0x0000F8, "Wrong size on FGetSkeletalMeshDataflowNode"); \ +static_assert(offsetof(FGetSkeletalMeshDataflowNode, SkeletalMesh) == 0x0000E8, "Member 'FGetSkeletalMeshDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetSkeletalMeshDataflowNode, PropertyName) == 0x0000F0, "Member 'FGetSkeletalMeshDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSkeletonDataflowNode \ +static_assert(alignof(FGetSkeletonDataflowNode) == 0x000008, "Wrong alignment on FGetSkeletonDataflowNode"); \ +static_assert(sizeof(FGetSkeletonDataflowNode) == 0x0000F8, "Wrong size on FGetSkeletonDataflowNode"); \ +static_assert(offsetof(FGetSkeletonDataflowNode, Skeleton) == 0x0000E8, "Member 'FGetSkeletonDataflowNode::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FGetSkeletonDataflowNode, PropertyName) == 0x0000F0, "Member 'FGetSkeletonDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshBoneDataflowNode \ +static_assert(alignof(FSkeletalMeshBoneDataflowNode) == 0x000008, "Wrong alignment on FSkeletalMeshBoneDataflowNode"); \ +static_assert(sizeof(FSkeletalMeshBoneDataflowNode) == 0x000108, "Wrong size on FSkeletalMeshBoneDataflowNode"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, BoneName) == 0x0000E8, "Member 'FSkeletalMeshBoneDataflowNode::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, SkeletalMesh) == 0x0000F0, "Member 'FSkeletalMeshBoneDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, BoneIndexOut) == 0x0000F8, "Member 'FSkeletalMeshBoneDataflowNode::BoneIndexOut' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, PropertyName) == 0x0000FC, "Member 'FSkeletalMeshBoneDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshReferenceTransformDataflowNode \ +static_assert(alignof(FSkeletalMeshReferenceTransformDataflowNode) == 0x000010, "Wrong alignment on FSkeletalMeshReferenceTransformDataflowNode"); \ +static_assert(sizeof(FSkeletalMeshReferenceTransformDataflowNode) == 0x000160, "Wrong size on FSkeletalMeshReferenceTransformDataflowNode"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, SkeletalMeshIn) == 0x0000E8, "Member 'FSkeletalMeshReferenceTransformDataflowNode::SkeletalMeshIn' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, BoneIndexIn) == 0x0000F0, "Member 'FSkeletalMeshReferenceTransformDataflowNode::BoneIndexIn' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, TransformOut) == 0x000100, "Member 'FSkeletalMeshReferenceTransformDataflowNode::TransformOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetStaticMeshDataflowNode \ +static_assert(alignof(FGetStaticMeshDataflowNode) == 0x000008, "Wrong alignment on FGetStaticMeshDataflowNode"); \ +static_assert(sizeof(FGetStaticMeshDataflowNode) == 0x0000F8, "Wrong size on FGetStaticMeshDataflowNode"); \ +static_assert(offsetof(FGetStaticMeshDataflowNode, StaticMesh) == 0x0000E8, "Member 'FGetStaticMeshDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetStaticMeshDataflowNode, PropertyName) == 0x0000F0, "Member 'FGetStaticMeshDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaPlaybackComponent \ +static_assert(alignof(UImgMediaPlaybackComponent) == 0x000008, "Wrong alignment on UImgMediaPlaybackComponent"); \ +static_assert(sizeof(UImgMediaPlaybackComponent) == 0x0000C8, "Wrong size on UImgMediaPlaybackComponent"); \ +static_assert(offsetof(UImgMediaPlaybackComponent, LODBias) == 0x0000A0, "Member 'UImgMediaPlaybackComponent::LODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImgMediaSourceCustomizationSequenceProxy \ +static_assert(alignof(FImgMediaSourceCustomizationSequenceProxy) == 0x000001, "Wrong alignment on FImgMediaSourceCustomizationSequenceProxy"); \ +static_assert(sizeof(FImgMediaSourceCustomizationSequenceProxy) == 0x000001, "Wrong size on FImgMediaSourceCustomizationSequenceProxy"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_AddTargetObject \ +static_assert(alignof(ImgMediaSource_AddTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_AddTargetObject"); \ +static_assert(sizeof(ImgMediaSource_AddTargetObject) == 0x000008, "Wrong size on ImgMediaSource_AddTargetObject"); \ +static_assert(offsetof(ImgMediaSource_AddTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_AddTargetObject::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_RemoveTargetObject \ +static_assert(alignof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveTargetObject"); \ +static_assert(sizeof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong size on ImgMediaSource_RemoveTargetObject"); \ +static_assert(offsetof(ImgMediaSource_RemoveTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveTargetObject::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_SetSequencePath \ +static_assert(alignof(ImgMediaSource_SetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetSequencePath"); \ +static_assert(sizeof(ImgMediaSource_SetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetSequencePath"); \ +static_assert(offsetof(ImgMediaSource_SetSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetSequencePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_SetTokenizedSequencePath \ +static_assert(alignof(ImgMediaSource_SetTokenizedSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetTokenizedSequencePath"); \ +static_assert(sizeof(ImgMediaSource_SetTokenizedSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetTokenizedSequencePath"); \ +static_assert(offsetof(ImgMediaSource_SetTokenizedSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetTokenizedSequencePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_GetProxies \ +static_assert(alignof(ImgMediaSource_GetProxies) == 0x000008, "Wrong alignment on ImgMediaSource_GetProxies"); \ +static_assert(sizeof(ImgMediaSource_GetProxies) == 0x000010, "Wrong size on ImgMediaSource_GetProxies"); \ +static_assert(offsetof(ImgMediaSource_GetProxies, OutProxies) == 0x000000, "Member 'ImgMediaSource_GetProxies::OutProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_GetSequencePath \ +static_assert(alignof(ImgMediaSource_GetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_GetSequencePath"); \ +static_assert(sizeof(ImgMediaSource_GetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_GetSequencePath"); \ +static_assert(offsetof(ImgMediaSource_GetSequencePath, ReturnValue) == 0x000000, "Member 'ImgMediaSource_GetSequencePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaSource \ +static_assert(alignof(UImgMediaSource) == 0x000008, "Wrong alignment on UImgMediaSource"); \ +static_assert(sizeof(UImgMediaSource) == 0x0000D0, "Wrong size on UImgMediaSource"); \ +static_assert(offsetof(UImgMediaSource, IsPathRelativeToProjectRoot) == 0x000088, "Member 'UImgMediaSource::IsPathRelativeToProjectRoot' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, FrameRateOverride) == 0x00008C, "Member 'UImgMediaSource::FrameRateOverride' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, ProxyOverride) == 0x000098, "Member 'UImgMediaSource::ProxyOverride' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, bFillGapsInSequence) == 0x0000A8, "Member 'UImgMediaSource::bFillGapsInSequence' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, SequencePath) == 0x0000B0, "Member 'UImgMediaSource::SequencePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleFeedbackState_C_AddEntry \ +static_assert(alignof(BP_BattleFeedbackState_C_AddEntry) == 0x000008, "Wrong alignment on BP_BattleFeedbackState_C_AddEntry"); \ +static_assert(sizeof(BP_BattleFeedbackState_C_AddEntry) == 0x000018, "Wrong size on BP_BattleFeedbackState_C_AddEntry"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_AddEntry, Hero) == 0x000000, "Member 'BP_BattleFeedbackState_C_AddEntry::Hero' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_AddEntry, Enemy) == 0x000008, "Member 'BP_BattleFeedbackState_C_AddEntry::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_AddEntry, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_BattleFeedbackState_C_AddEntry::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_AddEntry, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000014, "Member 'BP_BattleFeedbackState_C_AddEntry::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleFeedbackState_C_IsSet \ +static_assert(alignof(BP_BattleFeedbackState_C_IsSet) == 0x000004, "Wrong alignment on BP_BattleFeedbackState_C_IsSet"); \ +static_assert(sizeof(BP_BattleFeedbackState_C_IsSet) == 0x000010, "Wrong size on BP_BattleFeedbackState_C_IsSet"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, IsSet_0) == 0x000000, "Member 'BP_BattleFeedbackState_C_IsSet::IsSet_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_BattleFeedbackState_C_IsSet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'BP_BattleFeedbackState_C_IsSet::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleFeedbackState_C_IsSet::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00000D, "Member 'BP_BattleFeedbackState_C_IsSet::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleFeedbackState_C_IsSet, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_BattleFeedbackState_C_IsSet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleFeedbackState_C \ +static_assert(alignof(UBP_BattleFeedbackState_C) == 0x000008, "Wrong alignment on UBP_BattleFeedbackState_C"); \ +static_assert(sizeof(UBP_BattleFeedbackState_C) == 0x000050, "Wrong size on UBP_BattleFeedbackState_C"); \ +static_assert(offsetof(UBP_BattleFeedbackState_C, Heroes) == 0x000028, "Member 'UBP_BattleFeedbackState_C::Heroes' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleFeedbackState_C, Enemies) == 0x000038, "Member 'UBP_BattleFeedbackState_C::Enemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleFeedbackState_C, DefenseMoveType) == 0x000048, "Member 'UBP_BattleFeedbackState_C::DefenseMoveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaSettings \ +static_assert(alignof(UImgMediaSettings) == 0x000008, "Wrong alignment on UImgMediaSettings"); \ +static_assert(sizeof(UImgMediaSettings) == 0x000068, "Wrong size on UImgMediaSettings"); \ +static_assert(offsetof(UImgMediaSettings, DefaultFrameRate) == 0x000028, "Member 'UImgMediaSettings::DefaultFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, BandwidthThrottlingEnabled) == 0x000030, "Member 'UImgMediaSettings::BandwidthThrottlingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheBehindPercentage) == 0x000034, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000038, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x00003C, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x000040, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000044, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000048, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x00004C, "Member 'UImgMediaSettings::ExrDecoderThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, DefaultProxy) == 0x000050, "Member 'UImgMediaSettings::DefaultProxy' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseDefaultProxy) == 0x000060, "Member 'UImgMediaSettings::UseDefaultProxy' 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_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_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_FLiveLinkHeartbeatMessage \ +static_assert(alignof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong alignment on FLiveLinkHeartbeatMessage"); \ +static_assert(sizeof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong size on FLiveLinkHeartbeatMessage"); \ + +#define DUMPER7_ASSERTS_FLiveLinkClearSubject \ +static_assert(alignof(FLiveLinkClearSubject) == 0x000004, "Wrong alignment on FLiveLinkClearSubject"); \ +static_assert(sizeof(FLiveLinkClearSubject) == 0x000008, "Wrong size on FLiveLinkClearSubject"); \ +static_assert(offsetof(FLiveLinkClearSubject, SubjectName) == 0x000000, "Member 'FLiveLinkClearSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectDataMessage \ +static_assert(alignof(FLiveLinkSubjectDataMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectDataMessage"); \ +static_assert(sizeof(FLiveLinkSubjectDataMessage) == 0x000028, "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_FLiveLinkSubjectFrameMessage \ +static_assert(alignof(FLiveLinkSubjectFrameMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectFrameMessage"); \ +static_assert(sizeof(FLiveLinkSubjectFrameMessage) == 0x000090, "Wrong size on FLiveLinkSubjectFrameMessage"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, SubjectName) == 0x000000, "Member 'FLiveLinkSubjectFrameMessage::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Transforms) == 0x000008, "Member 'FLiveLinkSubjectFrameMessage::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Curves) == 0x000018, "Member 'FLiveLinkSubjectFrameMessage::Curves' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, MetaData) == 0x000028, "Member 'FLiveLinkSubjectFrameMessage::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Time) == 0x000088, "Member 'FLiveLinkSubjectFrameMessage::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMediaPlayerPropertySectionTemplate \ +static_assert(alignof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaPlayerPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000048, "Wrong size on FMovieSceneMediaPlayerPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, MediaSource) == 0x000038, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, SectionStartFrame) == 0x000040, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::SectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, bLoop) == 0x000044, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMediaSectionParams \ +static_assert(alignof(FMovieSceneMediaSectionParams) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionParams"); \ +static_assert(sizeof(FMovieSceneMediaSectionParams) == 0x000160, "Wrong size on FMovieSceneMediaSectionParams"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSoundComponent) == 0x000000, "Member 'FMovieSceneMediaSectionParams::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSource) == 0x000008, "Member 'FMovieSceneMediaSectionParams::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSourceProxy) == 0x000010, "Member 'FMovieSceneMediaSectionParams::MediaSourceProxy' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSourceProxyIndex) == 0x000028, "Member 'FMovieSceneMediaSectionParams::MediaSourceProxyIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaTexture) == 0x000030, "Member 'FMovieSceneMediaSectionParams::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaPlayer) == 0x000038, "Member 'FMovieSceneMediaSectionParams::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionStartFrame) == 0x000040, "Member 'FMovieSceneMediaSectionParams::SectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionEndFrame) == 0x000044, "Member 'FMovieSceneMediaSectionParams::SectionEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, bLooping) == 0x000048, "Member 'FMovieSceneMediaSectionParams::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, StartFrameOffset) == 0x00004C, "Member 'FMovieSceneMediaSectionParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, ProxyTextureBlend) == 0x000050, "Member 'FMovieSceneMediaSectionParams::ProxyTextureBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMediaSectionTemplate \ +static_assert(alignof(FMovieSceneMediaSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionTemplate"); \ +static_assert(sizeof(FMovieSceneMediaSectionTemplate) == 0x000188, "Wrong size on FMovieSceneMediaSectionTemplate"); \ +static_assert(offsetof(FMovieSceneMediaSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneMediaSectionTemplate::Params' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionTemplate, MediaSection) == 0x000180, "Member 'FMovieSceneMediaSectionTemplate::MediaSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertySection \ +static_assert(alignof(UMovieSceneMediaPlayerPropertySection) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertySection) == 0x000100, "Wrong size on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, MediaSource) == 0x0000F0, "Member 'UMovieSceneMediaPlayerPropertySection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, bLoop) == 0x0000F8, "Member 'UMovieSceneMediaPlayerPropertySection::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertyTrack \ +static_assert(alignof(UMovieSceneMediaPlayerPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertyTrack"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertyTrack) == 0x0000D0, "Wrong size on UMovieSceneMediaPlayerPropertyTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaSection \ +static_assert(alignof(UMovieSceneMediaSection) == 0x000008, "Wrong alignment on UMovieSceneMediaSection"); \ +static_assert(sizeof(UMovieSceneMediaSection) == 0x000258, "Wrong size on UMovieSceneMediaSection"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSource) == 0x0000F0, "Member 'UMovieSceneMediaSection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSourceProxyIndex) == 0x0000F8, "Member 'UMovieSceneMediaSection::MediaSourceProxyIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bLooping) == 0x0000FC, "Member 'UMovieSceneMediaSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, StartFrameOffset) == 0x000100, "Member 'UMovieSceneMediaSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaTexture) == 0x000108, "Member 'UMovieSceneMediaSection::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSoundComponent) == 0x000110, "Member 'UMovieSceneMediaSection::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bUseExternalMediaPlayer) == 0x000118, "Member 'UMovieSceneMediaSection::bUseExternalMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, ExternalMediaPlayer) == 0x000120, "Member 'UMovieSceneMediaSection::ExternalMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, CacheSettings) == 0x000128, "Member 'UMovieSceneMediaSection::CacheSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, TextureIndex) == 0x000130, "Member 'UMovieSceneMediaSection::TextureIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bHasMediaPlayerProxy) == 0x000134, "Member 'UMovieSceneMediaSection::bHasMediaPlayerProxy' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, ChannelCanPlayerBeOpen) == 0x000138, "Member 'UMovieSceneMediaSection::ChannelCanPlayerBeOpen' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSourceProxyBindingID) == 0x000240, "Member 'UMovieSceneMediaSection::MediaSourceProxyBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaTrack \ +static_assert(alignof(UMovieSceneMediaTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaTrack"); \ +static_assert(sizeof(UMovieSceneMediaTrack) == 0x0000B0, "Wrong size on UMovieSceneMediaTrack"); \ +static_assert(offsetof(UMovieSceneMediaTrack, MediaSections) == 0x0000A0, "Member 'UMovieSceneMediaTrack::MediaSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaTextureResourceSettings \ +static_assert(alignof(FMediaTextureResourceSettings) == 0x000001, "Wrong alignment on FMediaTextureResourceSettings"); \ +static_assert(sizeof(FMediaTextureResourceSettings) == 0x000002, "Wrong size on FMediaTextureResourceSettings"); \ +static_assert(offsetof(FMediaTextureResourceSettings, bEnableGenMips) == 0x000000, "Member 'FMediaTextureResourceSettings::bEnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(FMediaTextureResourceSettings, CurrentNumMips) == 0x000001, "Member 'FMediaTextureResourceSettings::CurrentNumMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMediaPlate \ +static_assert(alignof(AMediaPlate) == 0x000008, "Wrong alignment on AMediaPlate"); \ +static_assert(sizeof(AMediaPlate) == 0x0002A0, "Wrong size on AMediaPlate"); \ +static_assert(offsetof(AMediaPlate, MediaPlateComponent) == 0x000290, "Member 'AMediaPlate::MediaPlateComponent' has a wrong offset!"); \ +static_assert(offsetof(AMediaPlate, StaticMeshComponent) == 0x000298, "Member 'AMediaPlate::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlateAssetUserData \ +static_assert(alignof(UMediaPlateAssetUserData) == 0x000008, "Wrong alignment on UMediaPlateAssetUserData"); \ +static_assert(sizeof(UMediaPlateAssetUserData) == 0x000038, "Wrong size on UMediaPlateAssetUserData"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetLetterboxAspectRatio \ +static_assert(alignof(MediaPlateComponent_GetLetterboxAspectRatio) == 0x000004, "Wrong alignment on MediaPlateComponent_GetLetterboxAspectRatio"); \ +static_assert(sizeof(MediaPlateComponent_GetLetterboxAspectRatio) == 0x000004, "Wrong size on MediaPlateComponent_GetLetterboxAspectRatio"); \ +static_assert(offsetof(MediaPlateComponent_GetLetterboxAspectRatio, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetLetterboxAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetLoop \ +static_assert(alignof(MediaPlateComponent_GetLoop) == 0x000001, "Wrong alignment on MediaPlateComponent_GetLoop"); \ +static_assert(sizeof(MediaPlateComponent_GetLoop) == 0x000001, "Wrong size on MediaPlateComponent_GetLoop"); \ +static_assert(offsetof(MediaPlateComponent_GetLoop, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMediaPlayer \ +static_assert(alignof(MediaPlateComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaPlateComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaPlateComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMediaTexture \ +static_assert(alignof(MediaPlateComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaPlateComponent_GetMediaTexture) == 0x000010, "Wrong size on MediaPlateComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaTexture, Index_0) == 0x000000, "Member 'MediaPlateComponent_GetMediaTexture::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaTexture, ReturnValue) == 0x000008, "Member 'MediaPlateComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_OnMediaOpened \ +static_assert(alignof(MediaPlateComponent_OnMediaOpened) == 0x000008, "Wrong alignment on MediaPlateComponent_OnMediaOpened"); \ +static_assert(sizeof(MediaPlateComponent_OnMediaOpened) == 0x000010, "Wrong size on MediaPlateComponent_OnMediaOpened"); \ +static_assert(offsetof(MediaPlateComponent_OnMediaOpened, DeviceUrl) == 0x000000, "Member 'MediaPlateComponent_OnMediaOpened::DeviceUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Rewind \ +static_assert(alignof(MediaPlateComponent_Rewind) == 0x000001, "Wrong alignment on MediaPlateComponent_Rewind"); \ +static_assert(sizeof(MediaPlateComponent_Rewind) == 0x000001, "Wrong size on MediaPlateComponent_Rewind"); \ +static_assert(offsetof(MediaPlateComponent_Rewind, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Seek \ +static_assert(alignof(MediaPlateComponent_Seek) == 0x000008, "Wrong alignment on MediaPlateComponent_Seek"); \ +static_assert(sizeof(MediaPlateComponent_Seek) == 0x000010, "Wrong size on MediaPlateComponent_Seek"); \ +static_assert(offsetof(MediaPlateComponent_Seek, Time) == 0x000000, "Member 'MediaPlateComponent_Seek::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_Seek, ReturnValue) == 0x000008, "Member 'MediaPlateComponent_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetIsAspectRatioAuto \ +static_assert(alignof(MediaPlateComponent_SetIsAspectRatioAuto) == 0x000001, "Wrong alignment on MediaPlateComponent_SetIsAspectRatioAuto"); \ +static_assert(sizeof(MediaPlateComponent_SetIsAspectRatioAuto) == 0x000001, "Wrong size on MediaPlateComponent_SetIsAspectRatioAuto"); \ +static_assert(offsetof(MediaPlateComponent_SetIsAspectRatioAuto, bInIsAspectRatioAuto) == 0x000000, "Member 'MediaPlateComponent_SetIsAspectRatioAuto::bInIsAspectRatioAuto' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetLetterboxAspectRatio \ +static_assert(alignof(MediaPlateComponent_SetLetterboxAspectRatio) == 0x000004, "Wrong alignment on MediaPlateComponent_SetLetterboxAspectRatio"); \ +static_assert(sizeof(MediaPlateComponent_SetLetterboxAspectRatio) == 0x000004, "Wrong size on MediaPlateComponent_SetLetterboxAspectRatio"); \ +static_assert(offsetof(MediaPlateComponent_SetLetterboxAspectRatio, AspectRatio) == 0x000000, "Member 'MediaPlateComponent_SetLetterboxAspectRatio::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetLoop \ +static_assert(alignof(MediaPlateComponent_SetLoop) == 0x000001, "Wrong alignment on MediaPlateComponent_SetLoop"); \ +static_assert(sizeof(MediaPlateComponent_SetLoop) == 0x000001, "Wrong size on MediaPlateComponent_SetLoop"); \ +static_assert(offsetof(MediaPlateComponent_SetLoop, bInLoop) == 0x000000, "Member 'MediaPlateComponent_SetLoop::bInLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetMeshRange \ +static_assert(alignof(MediaPlateComponent_SetMeshRange) == 0x000008, "Wrong alignment on MediaPlateComponent_SetMeshRange"); \ +static_assert(sizeof(MediaPlateComponent_SetMeshRange) == 0x000010, "Wrong size on MediaPlateComponent_SetMeshRange"); \ +static_assert(offsetof(MediaPlateComponent_SetMeshRange, InMeshRange) == 0x000000, "Member 'MediaPlateComponent_SetMeshRange::InMeshRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetPlayOnlyWhenVisible \ +static_assert(alignof(MediaPlateComponent_SetPlayOnlyWhenVisible) == 0x000001, "Wrong alignment on MediaPlateComponent_SetPlayOnlyWhenVisible"); \ +static_assert(sizeof(MediaPlateComponent_SetPlayOnlyWhenVisible) == 0x000001, "Wrong size on MediaPlateComponent_SetPlayOnlyWhenVisible"); \ +static_assert(offsetof(MediaPlateComponent_SetPlayOnlyWhenVisible, bInPlayOnlyWhenVisible) == 0x000000, "Member 'MediaPlateComponent_SetPlayOnlyWhenVisible::bInPlayOnlyWhenVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetIsAspectRatioAuto \ +static_assert(alignof(MediaPlateComponent_GetIsAspectRatioAuto) == 0x000001, "Wrong alignment on MediaPlateComponent_GetIsAspectRatioAuto"); \ +static_assert(sizeof(MediaPlateComponent_GetIsAspectRatioAuto) == 0x000001, "Wrong size on MediaPlateComponent_GetIsAspectRatioAuto"); \ +static_assert(offsetof(MediaPlateComponent_GetIsAspectRatioAuto, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetIsAspectRatioAuto::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMeshRange \ +static_assert(alignof(MediaPlateComponent_GetMeshRange) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMeshRange"); \ +static_assert(sizeof(MediaPlateComponent_GetMeshRange) == 0x000010, "Wrong size on MediaPlateComponent_GetMeshRange"); \ +static_assert(offsetof(MediaPlateComponent_GetMeshRange, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetMeshRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_IsMediaPlatePlaying \ +static_assert(alignof(MediaPlateComponent_IsMediaPlatePlaying) == 0x000001, "Wrong alignment on MediaPlateComponent_IsMediaPlatePlaying"); \ +static_assert(sizeof(MediaPlateComponent_IsMediaPlatePlaying) == 0x000001, "Wrong size on MediaPlateComponent_IsMediaPlatePlaying"); \ +static_assert(offsetof(MediaPlateComponent_IsMediaPlatePlaying, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_IsMediaPlatePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlateComponent \ +static_assert(alignof(UMediaPlateComponent) == 0x000008, "Wrong alignment on UMediaPlateComponent"); \ +static_assert(sizeof(UMediaPlateComponent) == 0x000188, "Wrong size on UMediaPlateComponent"); \ +static_assert(offsetof(UMediaPlateComponent, bPlayOnOpen) == 0x0000A8, "Member 'UMediaPlateComponent::bPlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bAutoPlay) == 0x0000A9, "Member 'UMediaPlateComponent::bAutoPlay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bEnableAudio) == 0x0000AA, "Member 'UMediaPlateComponent::bEnableAudio' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, StartTime) == 0x0000AC, "Member 'UMediaPlateComponent::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, SoundComponent) == 0x0000B0, "Member 'UMediaPlateComponent::SoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, StaticMeshComponent) == 0x0000B8, "Member 'UMediaPlateComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, Letterboxes) == 0x0000C0, "Member 'UMediaPlateComponent::Letterboxes' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaPlaylist) == 0x0000D0, "Member 'UMediaPlateComponent::MediaPlaylist' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, PlaylistIndex) == 0x0000D8, "Member 'UMediaPlateComponent::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, CacheSettings) == 0x0000DC, "Member 'UMediaPlateComponent::CacheSettings' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bIsMediaPlatePlaying) == 0x0000E4, "Member 'UMediaPlateComponent::bIsMediaPlatePlaying' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bPlayOnlyWhenVisible) == 0x0000F8, "Member 'UMediaPlateComponent::bPlayOnlyWhenVisible' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bLoop) == 0x0000F9, "Member 'UMediaPlateComponent::bLoop' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, VisibleMipsTilesCalculations) == 0x0000FA, "Member 'UMediaPlateComponent::VisibleMipsTilesCalculations' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MipMapBias) == 0x0000FC, "Member 'UMediaPlateComponent::MipMapBias' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bIsAspectRatioAuto) == 0x000100, "Member 'UMediaPlateComponent::bIsAspectRatioAuto' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bEnableMipMapUpscaling) == 0x000101, "Member 'UMediaPlateComponent::bEnableMipMapUpscaling' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MipLevelToUpscale) == 0x000104, "Member 'UMediaPlateComponent::MipLevelToUpscale' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bAdaptivePoleMipUpscaling) == 0x000108, "Member 'UMediaPlateComponent::bAdaptivePoleMipUpscaling' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, LetterboxAspectRatio) == 0x00010C, "Member 'UMediaPlateComponent::LetterboxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MeshRange) == 0x000118, "Member 'UMediaPlateComponent::MeshRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaTextures) == 0x000128, "Member 'UMediaPlateComponent::MediaTextures' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaTextureSettings) == 0x000138, "Member 'UMediaPlateComponent::MediaTextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaPlayer) == 0x000140, "Member 'UMediaPlateComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Quinn_PostProcess__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x000400, "Wrong size on ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_49) == 0x000004, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_50) == 0x00000C, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, __StructProperty_51) == 0x000018, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::__StructProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x000130, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000160, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000190, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x0001C0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x0001F0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000220, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000250, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000280, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x0002B0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x0002E0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000310, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000340, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000370, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x0003A0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x0003D0, "Member 'ABP_Quinn_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Quinn_PostProcess_C_AnimGraph \ +static_assert(alignof(ABP_Quinn_PostProcess_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Quinn_PostProcess_C_AnimGraph"); \ +static_assert(sizeof(ABP_Quinn_PostProcess_C_AnimGraph) == 0x000020, "Wrong size on ABP_Quinn_PostProcess_C_AnimGraph"); \ +static_assert(offsetof(ABP_Quinn_PostProcess_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Quinn_PostProcess_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Quinn_PostProcess_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Quinn_PostProcess_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess \ +static_assert(alignof(ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess) == 0x000004, "Wrong alignment on ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess"); \ +static_assert(sizeof(ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess) == 0x000004, "Wrong size on ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess"); \ +static_assert(offsetof(ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess, EntryPoint) == 0x000000, "Member 'ABP_Quinn_PostProcess_C_ExecuteUbergraph_ABP_Quinn_PostProcess::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Quinn_PostProcess_C \ +static_assert(alignof(UABP_Quinn_PostProcess_C) == 0x000010, "Wrong alignment on UABP_Quinn_PostProcess_C"); \ +static_assert(sizeof(UABP_Quinn_PostProcess_C) == 0x001FF0, "Wrong size on UABP_Quinn_PostProcess_C"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, UberGraphFrame) == 0x000370, "Member 'UABP_Quinn_PostProcess_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_Quinn_PostProcess_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_Quinn_PostProcess_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_LinkedInputPose) == 0x0003A8, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_ControlRig) == 0x000460, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_13) == 0x000930, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_12) == 0x000AD0, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_11) == 0x000C70, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_10) == 0x000E10, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_9) == 0x000FB0, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_8) == 0x001150, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_7) == 0x0012F0, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_6) == 0x001490, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_5) == 0x001630, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_4) == 0x0017D0, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_3) == 0x001970, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_2) == 0x001B10, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver_1) == 0x001CB0, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Quinn_PostProcess_C, AnimGraphNode_PoseDriver) == 0x001E50, "Member 'UABP_Quinn_PostProcess_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWmfMediaSettings \ +static_assert(alignof(UWmfMediaSettings) == 0x000008, "Wrong alignment on UWmfMediaSettings"); \ +static_assert(sizeof(UWmfMediaSettings) == 0x000030, "Wrong size on UWmfMediaSettings"); \ +static_assert(offsetof(UWmfMediaSettings, AllowNonStandardCodecs) == 0x000028, "Member 'UWmfMediaSettings::AllowNonStandardCodecs' has a wrong offset!"); \ +static_assert(offsetof(UWmfMediaSettings, LowLatency) == 0x000029, "Member 'UWmfMediaSettings::LowLatency' has a wrong offset!"); \ +static_assert(offsetof(UWmfMediaSettings, NativeAudioOut) == 0x00002A, "Member 'UWmfMediaSettings::NativeAudioOut' has a wrong offset!"); \ +static_assert(offsetof(UWmfMediaSettings, HardwareAcceleratedVideoDecoding) == 0x00002B, "Member 'UWmfMediaSettings::HardwareAcceleratedVideoDecoding' has a wrong offset!"); \ + +#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) == 0x000028, "Member 'UTcpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ListenEndpoint) == 0x000030, "Member 'UTcpMessagingSettings::ListenEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectToEndpoints) == 0x000040, "Member 'UTcpMessagingSettings::ConnectToEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000050, "Member 'UTcpMessagingSettings::ConnectionRetryDelay' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryPeriod) == 0x000054, "Member 'UTcpMessagingSettings::ConnectionRetryPeriod' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000058, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_CanInteractWithMount \ +static_assert(alignof(BP_jRPG_NPC_Base_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_IsInteractionAvailable \ +static_assert(alignof(BP_jRPG_NPC_Base_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_NPC_Base_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_jRPG_NPC_Base_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_UserConstructionScript) == 0x000018, "Wrong size on BP_jRPG_NPC_Base_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_UserConstructionScript, CallFunc_NewGuid_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_UserConstructionScript::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_UserConstructionScript, CallFunc_IsValid_Guid_ReturnValue) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_UserConstructionScript::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_NPC_Base_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x000014, "Member 'BP_jRPG_NPC_Base_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_OnInteractionRequested \ +static_assert(alignof(BP_jRPG_NPC_Base_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_jRPG_NPC_Base_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_IsInteractionDone \ +static_assert(alignof(BP_jRPG_NPC_Base_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_IsInteractionDone"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_IsInteractionDone) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_IsInteractionDone"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_GetInteractionPromptParams \ +static_assert(alignof(BP_jRPG_NPC_Base_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_jRPG_NPC_Base_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_GetNPC_ID \ +static_assert(alignof(BP_jRPG_NPC_Base_C_GetNPC_ID) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_GetNPC_ID"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_GetNPC_ID) == 0x000048, "Wrong size on BP_jRPG_NPC_Base_C_GetNPC_ID"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, NPC_ID_0) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::NPC_ID_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, CallFunc_IsValid_Guid_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, CallFunc_Conv_GuidToString_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetNPC_ID, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Base_C_GetNPC_ID::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_BndEvt__BP_jRPG_NPC_Base_RoamingStopSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap \ +static_assert(alignof(BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap) == 0x000008, "Wrong size on BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap, Actor) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_OnActorInteractionRangeOverlap::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base \ +static_assert(alignof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base) == 0x0003D8, "Wrong size on BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, EntryPoint) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_Event_BattleState) == 0x000004, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000008, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000010, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000020, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000024, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000028, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000120, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000128, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000130, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000138, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_Event_InteractionState) == 0x00013C, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_Event_InteractingWorldCharacter) == 0x000140, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_Event_Instant) == 0x000148, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetInteractionSystem_ReturnValue) == 0x000150, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetInteractionSystem_ReturnValue_1) == 0x000158, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetInteractionSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetPlayerPawn_ReturnValue) == 0x000160, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000168, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000170, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000178, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, Temp_int_Array_Index_Variable) == 0x000188, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000190, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001A0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001A8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001B0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001B8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001BC, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_SweepResult) == 0x0001C0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0002B8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherActor) == 0x0002C0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherComp) == 0x0002C8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0002D0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x0002D8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetPlayerPawn_ReturnValue_3) == 0x0002E0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetPlayerPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0002E8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0002E9, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Roll) == 0x0002EC, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Pitch) == 0x0002F0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Yaw) == 0x0002F4, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002F8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000310, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_RLerp_ReturnValue) == 0x000318, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000330, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Roll_1) == 0x000348, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Pitch_1) == 0x00034C, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_BreakRotator_Yaw_1) == 0x000350, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_FindLookAtRotation_ReturnValue) == 0x000358, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_MakeRotator_ReturnValue) == 0x000370, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000388, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, Temp_wildcard_Variable) == 0x000390, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_CustomEvent_Actor) == 0x0003A0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_CustomEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_Array_Get_Item) == 0x0003A8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0003B0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_Array_Length_ReturnValue) == 0x0003B4, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_GetOverlappingActors_OverlappingActors) == 0x0003B8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, Temp_int_Loop_Counter_Variable) == 0x0003C8, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_Less_IntInt_ReturnValue) == 0x0003CC, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, CallFunc_Add_IntInt_ReturnValue) == 0x0003D0, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x0003D4, "Member 'BP_jRPG_NPC_Base_C_ExecuteUbergraph_BP_jRPG_NPC_Base::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation) == 0x000070, "Wrong size on BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, CallFunc_DoesSocketExist_ReturnValue) == 0x000050, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000058, "Member 'BP_jRPG_NPC_Base_C_GetInteractionFeedbackLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Base_C_GetInteractionLocation \ +static_assert(alignof(BP_jRPG_NPC_Base_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Base_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_jRPG_NPC_Base_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_jRPG_NPC_Base_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_jRPG_NPC_Base_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Base_C_GetInteractionLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Base_C_GetInteractionLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_NPC_Base_C \ +static_assert(alignof(ABP_jRPG_NPC_Base_C) == 0x000010, "Wrong alignment on ABP_jRPG_NPC_Base_C"); \ +static_assert(sizeof(ABP_jRPG_NPC_Base_C) == 0x000720, "Wrong size on ABP_jRPG_NPC_Base_C"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, UberGraphFrame) == 0x000670, "Member 'ABP_jRPG_NPC_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Arrow_InteractionLocation) == 0x000678, "Member 'ABP_jRPG_NPC_Base_C::Arrow_InteractionLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Scene) == 0x000680, "Member 'ABP_jRPG_NPC_Base_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, BP_RoamingAiComponent) == 0x000688, "Member 'ABP_jRPG_NPC_Base_C::BP_RoamingAiComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, RoamingStopSphere) == 0x000690, "Member 'ABP_jRPG_NPC_Base_C::RoamingStopSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Widget) == 0x000698, "Member 'ABP_jRPG_NPC_Base_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, InteractionRange) == 0x0006A0, "Member 'ABP_jRPG_NPC_Base_C::InteractionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Timeline_0_NewTrack_0_FEE616684EB806EBC445B9A7BD4C59B5) == 0x0006A8, "Member 'ABP_jRPG_NPC_Base_C::Timeline_0_NewTrack_0_FEE616684EB806EBC445B9A7BD4C59B5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Timeline_0__Direction_FEE616684EB806EBC445B9A7BD4C59B5) == 0x0006AC, "Member 'ABP_jRPG_NPC_Base_C::Timeline_0__Direction_FEE616684EB806EBC445B9A7BD4C59B5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, Timeline_0) == 0x0006B0, "Member 'ABP_jRPG_NPC_Base_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, InteractionRadius) == 0x0006B8, "Member 'ABP_jRPG_NPC_Base_C::InteractionRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, DetectPlayerAnim) == 0x0006C0, "Member 'ABP_jRPG_NPC_Base_C::DetectPlayerAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, StartDetectPlayerRot) == 0x0006C8, "Member 'ABP_jRPG_NPC_Base_C::StartDetectPlayerRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, targetLookAtRot) == 0x0006E0, "Member 'ABP_jRPG_NPC_Base_C::targetLookAtRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, WalkingSpeed) == 0x0006F8, "Member 'ABP_jRPG_NPC_Base_C::WalkingSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, NPC_ID) == 0x000700, "Member 'ABP_jRPG_NPC_Base_C::NPC_ID' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Base_C, UseCustomInteractionLocation) == 0x000710, "Member 'ABP_jRPG_NPC_Base_C::UseCustomInteractionLocation' 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) == 0x0000B8, "Wrong size on UUdpMessagingSettings"); \ +static_assert(offsetof(UUdpMessagingSettings, EnabledByDefault) == 0x000028, "Member 'UUdpMessagingSettings::EnabledByDefault' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTransport) == 0x000029, "Member 'UUdpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bAutoRepair) == 0x00002A, "Member 'UUdpMessagingSettings::bAutoRepair' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MaxSendRate) == 0x00002C, "Member 'UUdpMessagingSettings::MaxSendRate' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, AutoRepairAttemptLimit) == 0x000030, "Member 'UUdpMessagingSettings::AutoRepairAttemptLimit' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, WorkQueueSize) == 0x000034, "Member 'UUdpMessagingSettings::WorkQueueSize' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000036, "Member 'UUdpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, UnicastEndpoint) == 0x000038, "Member 'UUdpMessagingSettings::UnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastEndpoint) == 0x000048, "Member 'UUdpMessagingSettings::MulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MessageFormat) == 0x000058, "Member 'UUdpMessagingSettings::MessageFormat' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastTimeToLive) == 0x000059, "Member 'UUdpMessagingSettings::MulticastTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, StaticEndpoints) == 0x000060, "Member 'UUdpMessagingSettings::StaticEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, ExcludedEndpoints) == 0x000070, "Member 'UUdpMessagingSettings::ExcludedEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bShareKnownNodesWithActiveConnections) == 0x000080, "Member 'UUdpMessagingSettings::bShareKnownNodesWithActiveConnections' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTunnel) == 0x000081, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000088, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x000098, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x0000A8, "Member 'UUdpMessagingSettings::RemoteTunnelEndpoints' 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) == 0x0000D8, "Wrong size on UActorSequenceComponent"); \ +static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000A0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000C8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000D0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequencePlayer \ +static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ +static_assert(sizeof(UActorSequencePlayer) == 0x000460, "Wrong size on UActorSequencePlayer"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_EditLightButton_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_ColorSelector_LightColor_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedBoolSelector_CashShadows_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightIndex_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_NamedIntegerSelector_LightType_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_AttenuationRadius_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_ColorIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_InnerConeAngle_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_Intensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_OuterConeAngle_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SoftSourceRadius_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_SourceRadius_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BndEvt__WBP_PhotoModeMenuPage_Lighting_WBP_SliderSelector_VolumetricScatteringIntensity_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets) == 0x000038, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, Color) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, local_Color) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::local_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, CallFunc_GetCurrentValue_ReturnValue) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::CallFunc_GetCurrentValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, CallFunc_LinearColor_SetFromHSV_S_ImplicitCast) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::CallFunc_LinearColor_SetFromHSV_S_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets, CallFunc_LinearColor_SetFromHSV_H_ImplicitCast) == 0x000034, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ComputeLightColorFromWidgets::CallFunc_LinearColor_SetFromHSV_H_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting) == 0x000228, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_ComputeLightColorFromWidgets_Color) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_ComputeLightColorFromWidgets_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_7) == 0x000020, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Name_1) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_7) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetSelectedValue_Value) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetLightTypeFromIndex_ReturnValue) == 0x000044, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetLightTypeFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_6) == 0x000045, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Name) == 0x000048, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_6) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeController_PhotoModeController) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeController_PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_5) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_5) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetEditMode_ReturnValue) == 0x000078, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetEditMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000080, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000089, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_4) == 0x000098, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_4) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_3) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_3) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x0000C8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue) == 0x0000D0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_1) == 0x0000D8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_2) == 0x0000E0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_3) == 0x0000E8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_4) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_5) == 0x0000F8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_6) == 0x000100, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_7) == 0x000108, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_8) == 0x000110, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_9) == 0x000118, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_2) == 0x000120, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_2) == 0x000128, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_AsWBP_Slider_Selector_2) == 0x000130, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_AsWBP_Slider_Selector_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_bSuccess_2) == 0x000138, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_10) == 0x000140, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000148, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_1) == 0x000150, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_1) == 0x000158, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value) == 0x000160, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget) == 0x000168, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_11) == 0x000170, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_8) == 0x000178, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_8) == 0x000180, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetOuterConeAngle_ReturnValue) == 0x000188, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetOuterConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00018C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_9) == 0x000190, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Name_2) == 0x000198, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_9) == 0x0001A8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_10) == 0x0001B0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_10) == 0x0001B8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Value_11) == 0x0001C0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_ComponentBoundEvent_Widget_11) == 0x0001C8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_ComponentBoundEvent_Widget_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_AsWBP_Slider_Selector_3) == 0x0001D0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_AsWBP_Slider_Selector_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, K2Node_DynamicCast_bSuccess_3) == 0x0001D8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetPhotoModeLightEditor_ReturnValue_12) == 0x0001E0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetPhotoModeLightEditor_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x0001E8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_GetInnerConeAngle_ReturnValue) == 0x0001F0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_GetInnerConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0001F4, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetSourceRadius_Intensity_ImplicitCast) == 0x0001F8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetSourceRadius_Intensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetVolumetricScatteringIntensity_Intensity_ImplicitCast) == 0x0001FC, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetVolumetricScatteringIntensity_Intensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetSoftSourceRadius_Intensity_ImplicitCast) == 0x000200, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetSoftSourceRadius_Intensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetAttenuationRadius_Intensity_ImplicitCast) == 0x000204, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetAttenuationRadius_Intensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetInnerConeAngle_InnerConeAngle_ImplicitCast) == 0x000208, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetInnerConeAngle_InnerConeAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetOuterConeAngle_OuterConeAngle_ImplicitCast) == 0x00020C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetOuterConeAngle_OuterConeAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000210, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_SetLightIntensity_Intensity_ImplicitCast) == 0x000218, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_SetLightIntensity_Intensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000220, "Member 'WBP_PhotoModeMenuPage_Lighting_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Lighting::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType, LightType) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType::LightType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType, ReturnValue) == 0x000004, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType, CallFunc_Array_Find_ReturnValue) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetIndexFromLightType::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex) == 0x000018, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex, Index_0) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex, ReturnValue) == 0x000004, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetLightTypeFromIndex::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor) == 0x000018, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor, CallFunc_GetPhotoModeController_PhotoModeController) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor::CallFunc_GetPhotoModeController_PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor, CallFunc_GetLightEditor_ReturnValue) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_GetPhotoModeLightEditor::CallFunc_GetLightEditor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn) == 0x000068, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModeLightEditor_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModeLightEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetOuterConeAngle_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetOuterConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetInnerConeAngle_ReturnValue) == 0x00000C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetInnerConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetAttenuationRadius_ReturnValue) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetAttenuationRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetLightIntensity_ReturnValue) == 0x000014, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetLightIntensity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_GetLightColorHSV_ReturnValue) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_GetLightColorHSV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_BreakColor_R) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_BreakColor_G) == 0x00002C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_BreakColor_B) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_BreakColor_A) == 0x000034, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_1) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast) == 0x000048, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_1) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_2) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_2) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget) == 0x0000E8, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, local_AvailableLights) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::local_AvailableLights' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, Temp_int_Variable) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_GetPhotoModeLightEditor_ReturnValue) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_GetPhotoModeLightEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_GetMaxNumberOfLights_ReturnValue) == 0x0000D8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_GetMaxNumberOfLights_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightSelectorWidget::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget) == 0x000088, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, local_LightTypes) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::local_LightTypes' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, CallFunc_Map_Values_Values) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'WBP_PhotoModeMenuPage_Lighting_C_InitializeLightTypeSelectorWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged, Activated) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged::Activated' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged, CallFunc_GetPhotoModeLightEditor_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_OnPhotoModeMenuVisibilityChanged::CallFunc_GetPhotoModeLightEditor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex) == 0x0000C8, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, Index_0) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetPhotoModeLightEditor_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetPhotoModeLightEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetOuterConeAngle_ReturnValue) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetOuterConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetInnerConeAngle_ReturnValue) == 0x000014, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetInnerConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetAttenuationRadius_ReturnValue) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetAttenuationRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetVolumetricScatteringIntensity_ReturnValue) == 0x00001C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetVolumetricScatteringIntensity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetSoftSourceRadius_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetSoftSourceRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetSourceRadius_ReturnValue) == 0x000024, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetSourceRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetCastShadows_ReturnValue) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetCastShadows_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetLightColorHSV_ReturnValue) == 0x00002C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetLightColorHSV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetLightIntensity_ReturnValue) == 0x00003C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetLightIntensity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_BreakColor_R) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_BreakColor_G) == 0x000044, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_BreakColor_B) == 0x000048, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_BreakColor_A) == 0x00004C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetLightType_ReturnValue) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetLightType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_FTrunc_ReturnValue) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_GetIndexFromLightType_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_GetIndexFromLightType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_MapRangeClamped_ReturnValue) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_FTrunc_ReturnValue_1) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000078, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValue_Value_ImplicitCast) == 0x000080, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValue_Value_ImplicitCast_1) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValue_Value_ImplicitCast_2) == 0x000098, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_1) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_2) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_3) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_FTrunc_A_ImplicitCast) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_FTrunc_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetFromLightIndex::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility) == 0x000060, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, local_CurrentLightType) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::local_CurrentLightType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, local_IsLightTypeNone) == 0x000001, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::local_IsLightTypeNone' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, K2Node_DynamicCast_AsWBP_Settings_Option_Entry) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::K2Node_DynamicCast_AsWBP_Settings_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, K2Node_MakeArray_Array) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_GetSelectedValue_Value) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_GetLightTypeFromIndex_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_GetLightTypeFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000059, "Member 'WBP_PhotoModeMenuPage_Lighting_C_UpdateWidgetsInteractibility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Lighting_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_Lighting_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_Lighting_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_Lighting_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_Lighting_C) == 0x0005D0, "Wrong size on UWBP_PhotoModeMenuPage_Lighting_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, UberGraphFrame_WBP_PhotoModeMenuPage_Lighting_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::UberGraphFrame_WBP_PhotoModeMenuPage_Lighting_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, EditLightButton) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::EditLightButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_ColorSelector_LightColor) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_ColorSelector_LightColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_NamedBoolSelector_CashShadows) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_NamedBoolSelector_CashShadows' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_NamedIntegerSelector_LightIndex) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_NamedIntegerSelector_LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_NamedIntegerSelector_LightType) == 0x0004C8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_NamedIntegerSelector_LightType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_AttenuationRadius) == 0x0004D0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_CastShadows) == 0x0004D8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_CastShadows' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_Color) == 0x0004E0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_ColorIntensity) == 0x0004E8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_ColorIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_InnerConeAngle) == 0x0004F0, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_Intensity) == 0x0004F8, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_LightIndex) == 0x000500, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_LightType) == 0x000508, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_LightType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_OuterConeAngle) == 0x000510, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_SoftSourceRadius) == 0x000518, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_SourceRadius) == 0x000520, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_Settings_OptionEntry_VolumetricScatteringIntensity) == 0x000528, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_Settings_OptionEntry_VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_AttenuationRadius) == 0x000530, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_ColorIntensity) == 0x000538, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_ColorIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_InnerConeAngle) == 0x000540, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_Intensity) == 0x000548, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_OuterConeAngle) == 0x000550, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_SoftSourceRadius) == 0x000558, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_SourceRadius) == 0x000560, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_SliderSelector_VolumetricScatteringIntensity) == 0x000568, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_SliderSelector_VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, WBP_TextualInputActionBinding_EditLight) == 0x000570, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::WBP_TextualInputActionBinding_EditLight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, CurrentLightIndex) == 0x000578, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::CurrentLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Lighting_C, PossibleLightTypes) == 0x000580, "Member 'UWBP_PhotoModeMenuPage_Lighting_C::PossibleLightTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AArchVisCharacter \ +static_assert(alignof(AArchVisCharacter) == 0x000010, "Wrong alignment on AArchVisCharacter"); \ +static_assert(sizeof(AArchVisCharacter) == 0x0006D0, "Wrong size on AArchVisCharacter"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAxisName) == 0x000668, "Member 'AArchVisCharacter::LookUpAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAtRateAxisName) == 0x000678, "Member 'AArchVisCharacter::LookUpAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAxisName) == 0x000688, "Member 'AArchVisCharacter::TurnAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAtRateAxisName) == 0x000698, "Member 'AArchVisCharacter::TurnAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveForwardAxisName) == 0x0006A8, "Member 'AArchVisCharacter::MoveForwardAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveRightAxisName) == 0x0006B8, "Member 'AArchVisCharacter::MoveRightAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Pitch) == 0x0006C8, "Member 'AArchVisCharacter::MouseSensitivityScale_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Yaw) == 0x0006CC, "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) == 0x001010, "Wrong size on UArchVisCharMovementComponent"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalAcceleration) == 0x000F78, "Member 'UArchVisCharMovementComponent::RotationalAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalDeceleration) == 0x000F90, "Member 'UArchVisCharMovementComponent::RotationalDeceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxRotationalVelocity) == 0x000FA8, "Member 'UArchVisCharMovementComponent::MaxRotationalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MinPitch) == 0x000FC0, "Member 'UArchVisCharMovementComponent::MinPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxPitch) == 0x000FC4, "Member 'UArchVisCharMovementComponent::MaxPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingFriction) == 0x000FC8, "Member 'UArchVisCharMovementComponent::WalkingFriction' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingSpeed) == 0x000FCC, "Member 'UArchVisCharMovementComponent::WalkingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingAcceleration) == 0x000FD0, "Member 'UArchVisCharMovementComponent::WalkingAcceleration' 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) == 0x00000C, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000018, "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) == 0x000008, "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) == 0x000078, "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) == 0x000068, "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_AssetTagsSubsystem_K2_GetCollectionsContainingAsset \ +static_assert(alignof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_K2_GetCollectionsContainingAsset"); \ +static_assert(sizeof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset) == 0x000030, "Wrong size on AssetTagsSubsystem_K2_GetCollectionsContainingAsset"); \ +static_assert(offsetof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset, AssetPath) == 0x000000, "Member 'AssetTagsSubsystem_K2_GetCollectionsContainingAsset::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset, ReturnValue) == 0x000020, "Member 'AssetTagsSubsystem_K2_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsSubsystem \ +static_assert(alignof(UAssetTagsSubsystem) == 0x000008, "Wrong alignment on UAssetTagsSubsystem"); \ +static_assert(sizeof(UAssetTagsSubsystem) == 0x000030, "Wrong size on UAssetTagsSubsystem"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_Simple__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData) == 0x0001F0, "Wrong size on Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, __NameProperty_16) == 0x000004, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::__NameProperty_16' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, __NameProperty_17) == 0x00000C, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::__NameProperty_17' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, __StructProperty_18) == 0x000018, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::__StructProperty_18' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x000100, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000130, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000160, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000190, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0001C0, "Member 'Face_AnimBP_HumanNPC_Simple::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_Simple_C_AnimGraph \ +static_assert(alignof(Face_AnimBP_HumanNPC_Simple_C_AnimGraph) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_Simple_C_AnimGraph"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_Simple_C_AnimGraph) == 0x000010, "Wrong size on Face_AnimBP_HumanNPC_Simple_C_AnimGraph"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Face_AnimBP_HumanNPC_Simple_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple \ +static_assert(alignof(Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple) == 0x000004, "Wrong alignment on Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple) == 0x000004, "Wrong size on Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple, EntryPoint) == 0x000000, "Member 'Face_AnimBP_HumanNPC_Simple_C_ExecuteUbergraph_Face_AnimBP_HumanNPC_Simple::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_AnimBP_HumanNPC_Simple_C \ +static_assert(alignof(UFace_AnimBP_HumanNPC_Simple_C) == 0x000010, "Wrong alignment on UFace_AnimBP_HumanNPC_Simple_C"); \ +static_assert(sizeof(UFace_AnimBP_HumanNPC_Simple_C) == 0x0006E0, "Wrong size on UFace_AnimBP_HumanNPC_Simple_C"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, UberGraphFrame) == 0x000370, "Member 'UFace_AnimBP_HumanNPC_Simple_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_Root) == 0x000388, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_CopyPoseFromMesh) == 0x0003A8, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_SaveCachedPose) == 0x000500, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_UseCachedPose) == 0x000580, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_LayeredBoneBlend) == 0x0005A8, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_Simple_C, AnimGraphNode_Slot) == 0x000698, "Member 'UFace_AnimBP_HumanNPC_Simple_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ItemSorterInterface_C_ExecuteSorter \ +static_assert(alignof(BPI_ItemSorterInterface_C_ExecuteSorter) == 0x000008, "Wrong alignment on BPI_ItemSorterInterface_C_ExecuteSorter"); \ +static_assert(sizeof(BPI_ItemSorterInterface_C_ExecuteSorter) == 0x000010, "Wrong size on BPI_ItemSorterInterface_C_ExecuteSorter"); \ +static_assert(offsetof(BPI_ItemSorterInterface_C_ExecuteSorter, ItemInstances) == 0x000000, "Member 'BPI_ItemSorterInterface_C_ExecuteSorter::ItemInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ItemSorterInterface_C_GetDisplayName \ +static_assert(alignof(BPI_ItemSorterInterface_C_GetDisplayName) == 0x000008, "Wrong alignment on BPI_ItemSorterInterface_C_GetDisplayName"); \ +static_assert(sizeof(BPI_ItemSorterInterface_C_GetDisplayName) == 0x000010, "Wrong size on BPI_ItemSorterInterface_C_GetDisplayName"); \ +static_assert(offsetof(BPI_ItemSorterInterface_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BPI_ItemSorterInterface_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ItemSorterInterface_C \ +static_assert(alignof(IBPI_ItemSorterInterface_C) == 0x000001, "Wrong alignment on IBPI_ItemSorterInterface_C"); \ +static_assert(sizeof(IBPI_ItemSorterInterface_C) == 0x000001, "Wrong size on IBPI_ItemSorterInterface_C"); \ + +#define DUMPER7_ASSERTS_ACableActor \ +static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ +static_assert(sizeof(ACableActor) == 0x000298, "Wrong size on ACableActor"); \ +static_assert(offsetof(ACableActor, CableComponent) == 0x000290, "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) == 0x000018, "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) == 0x000010, "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) == 0x000010, "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) == 0x000600, "Wrong size on UCableComponent"); \ +static_assert(offsetof(UCableComponent, bAttachStart) == 0x000550, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000551, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndTo) == 0x000558, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x000580, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, EndLocation) == 0x000588, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableLength) == 0x0005A0, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSegments) == 0x0005A4, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SubstepTime) == 0x0005A8, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SolverIterations) == 0x0005AC, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0005B0, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0005B1, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0005B2, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0005B3, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableCollision) == 0x0005B4, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CollisionFriction) == 0x0005B8, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableForce) == 0x0005C0, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableGravityScale) == 0x0005D8, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableWidth) == 0x0005DC, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSides) == 0x0005E0, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, TileMaterial) == 0x0005E4, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomMeshTriangle \ +static_assert(alignof(FCustomMeshTriangle) == 0x000008, "Wrong alignment on FCustomMeshTriangle"); \ +static_assert(sizeof(FCustomMeshTriangle) == 0x000048, "Wrong size on FCustomMeshTriangle"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x000018, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000030, "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) == 0x000560, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_FLocationServicesData \ +static_assert(alignof(FLocationServicesData) == 0x000004, "Wrong alignment on FLocationServicesData"); \ +static_assert(sizeof(FLocationServicesData) == 0x000018, "Wrong size on FLocationServicesData"); \ +static_assert(offsetof(FLocationServicesData, Timestamp) == 0x000000, "Member 'FLocationServicesData::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Longitude) == 0x000004, "Member 'FLocationServicesData::Longitude' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Latitude) == 0x000008, "Member 'FLocationServicesData::Latitude' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, HorizontalAccuracy) == 0x00000C, "Member 'FLocationServicesData::HorizontalAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, VerticalAccuracy) == 0x000010, "Member 'FLocationServicesData::VerticalAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FLocationServicesData, Altitude) == 0x000014, "Member 'FLocationServicesData::Altitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_AreLocationServicesEnabled \ +static_assert(alignof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong alignment on LocationServices_AreLocationServicesEnabled"); \ +static_assert(sizeof(LocationServices_AreLocationServicesEnabled) == 0x000001, "Wrong size on LocationServices_AreLocationServicesEnabled"); \ +static_assert(offsetof(LocationServices_AreLocationServicesEnabled, ReturnValue) == 0x000000, "Member 'LocationServices_AreLocationServicesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_GetLastKnownLocation \ +static_assert(alignof(LocationServices_GetLastKnownLocation) == 0x000004, "Wrong alignment on LocationServices_GetLastKnownLocation"); \ +static_assert(sizeof(LocationServices_GetLastKnownLocation) == 0x000018, "Wrong size on LocationServices_GetLastKnownLocation"); \ +static_assert(offsetof(LocationServices_GetLastKnownLocation, ReturnValue) == 0x000000, "Member 'LocationServices_GetLastKnownLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_GetLocationServicesImpl \ +static_assert(alignof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong alignment on LocationServices_GetLocationServicesImpl"); \ +static_assert(sizeof(LocationServices_GetLocationServicesImpl) == 0x000008, "Wrong size on LocationServices_GetLocationServicesImpl"); \ +static_assert(offsetof(LocationServices_GetLocationServicesImpl, ReturnValue) == 0x000000, "Member 'LocationServices_GetLocationServicesImpl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_InitLocationServices \ +static_assert(alignof(LocationServices_InitLocationServices) == 0x000004, "Wrong alignment on LocationServices_InitLocationServices"); \ +static_assert(sizeof(LocationServices_InitLocationServices) == 0x000010, "Wrong size on LocationServices_InitLocationServices"); \ +static_assert(offsetof(LocationServices_InitLocationServices, Accuracy) == 0x000000, "Member 'LocationServices_InitLocationServices::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, UpdateFrequency) == 0x000004, "Member 'LocationServices_InitLocationServices::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, MinDistanceFilter) == 0x000008, "Member 'LocationServices_InitLocationServices::MinDistanceFilter' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_InitLocationServices, ReturnValue) == 0x00000C, "Member 'LocationServices_InitLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_IsLocationAccuracyAvailable \ +static_assert(alignof(LocationServices_IsLocationAccuracyAvailable) == 0x000001, "Wrong alignment on LocationServices_IsLocationAccuracyAvailable"); \ +static_assert(sizeof(LocationServices_IsLocationAccuracyAvailable) == 0x000002, "Wrong size on LocationServices_IsLocationAccuracyAvailable"); \ +static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, Accuracy) == 0x000000, "Member 'LocationServices_IsLocationAccuracyAvailable::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(LocationServices_IsLocationAccuracyAvailable, ReturnValue) == 0x000001, "Member 'LocationServices_IsLocationAccuracyAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_StartLocationServices \ +static_assert(alignof(LocationServices_StartLocationServices) == 0x000001, "Wrong alignment on LocationServices_StartLocationServices"); \ +static_assert(sizeof(LocationServices_StartLocationServices) == 0x000001, "Wrong size on LocationServices_StartLocationServices"); \ +static_assert(offsetof(LocationServices_StartLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StartLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocationServices_StopLocationServices \ +static_assert(alignof(LocationServices_StopLocationServices) == 0x000001, "Wrong alignment on LocationServices_StopLocationServices"); \ +static_assert(sizeof(LocationServices_StopLocationServices) == 0x000001, "Wrong size on LocationServices_StopLocationServices"); \ +static_assert(offsetof(LocationServices_StopLocationServices, ReturnValue) == 0x000000, "Member 'LocationServices_StopLocationServices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocationServices \ +static_assert(alignof(ULocationServices) == 0x000008, "Wrong alignment on ULocationServices"); \ +static_assert(sizeof(ULocationServices) == 0x000028, "Wrong size on ULocationServices"); \ + +#define DUMPER7_ASSERTS_ULocationServicesImpl \ +static_assert(alignof(ULocationServicesImpl) == 0x000008, "Wrong alignment on ULocationServicesImpl"); \ +static_assert(sizeof(ULocationServicesImpl) == 0x000038, "Wrong size on ULocationServicesImpl"); \ +static_assert(offsetof(ULocationServicesImpl, OnLocationChanged) == 0x000028, "Member 'ULocationServicesImpl::OnLocationChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_GetDiskFreeSpace \ +static_assert(alignof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong alignment on MobileInstalledContent_GetDiskFreeSpace"); \ +static_assert(sizeof(MobileInstalledContent_GetDiskFreeSpace) == 0x000004, "Wrong size on MobileInstalledContent_GetDiskFreeSpace"); \ +static_assert(offsetof(MobileInstalledContent_GetDiskFreeSpace, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetDiskFreeSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_GetInstalledContentSize \ +static_assert(alignof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong alignment on MobileInstalledContent_GetInstalledContentSize"); \ +static_assert(sizeof(MobileInstalledContent_GetInstalledContentSize) == 0x000004, "Wrong size on MobileInstalledContent_GetInstalledContentSize"); \ +static_assert(offsetof(MobileInstalledContent_GetInstalledContentSize, ReturnValue) == 0x000000, "Member 'MobileInstalledContent_GetInstalledContentSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobileInstalledContent_Mount \ +static_assert(alignof(MobileInstalledContent_Mount) == 0x000008, "Wrong alignment on MobileInstalledContent_Mount"); \ +static_assert(sizeof(MobileInstalledContent_Mount) == 0x000020, "Wrong size on MobileInstalledContent_Mount"); \ +static_assert(offsetof(MobileInstalledContent_Mount, PakOrder) == 0x000000, "Member 'MobileInstalledContent_Mount::PakOrder' has a wrong offset!"); \ +static_assert(offsetof(MobileInstalledContent_Mount, MountPoint) == 0x000008, "Member 'MobileInstalledContent_Mount::MountPoint' has a wrong offset!"); \ +static_assert(offsetof(MobileInstalledContent_Mount, ReturnValue) == 0x000018, "Member 'MobileInstalledContent_Mount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobileInstalledContent \ +static_assert(alignof(UMobileInstalledContent) == 0x000008, "Wrong alignment on UMobileInstalledContent"); \ +static_assert(sizeof(UMobileInstalledContent) == 0x000048, "Wrong size on UMobileInstalledContent"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSize \ +static_assert(alignof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSize"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadSize) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSize"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadSpeed \ +static_assert(alignof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong alignment on MobilePendingContent_GetDownloadSpeed"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadSpeed) == 0x000004, "Wrong size on MobilePendingContent_GetDownloadSpeed"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadSpeed, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetDownloadStatusText \ +static_assert(alignof(MobilePendingContent_GetDownloadStatusText) == 0x000008, "Wrong alignment on MobilePendingContent_GetDownloadStatusText"); \ +static_assert(sizeof(MobilePendingContent_GetDownloadStatusText) == 0x000010, "Wrong size on MobilePendingContent_GetDownloadStatusText"); \ +static_assert(offsetof(MobilePendingContent_GetDownloadStatusText, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetDownloadStatusText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetInstallProgress \ +static_assert(alignof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong alignment on MobilePendingContent_GetInstallProgress"); \ +static_assert(sizeof(MobilePendingContent_GetInstallProgress) == 0x000004, "Wrong size on MobilePendingContent_GetInstallProgress"); \ +static_assert(offsetof(MobilePendingContent_GetInstallProgress, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetInstallProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetRequiredDiskSpace \ +static_assert(alignof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong alignment on MobilePendingContent_GetRequiredDiskSpace"); \ +static_assert(sizeof(MobilePendingContent_GetRequiredDiskSpace) == 0x000004, "Wrong size on MobilePendingContent_GetRequiredDiskSpace"); \ +static_assert(offsetof(MobilePendingContent_GetRequiredDiskSpace, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetRequiredDiskSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_GetTotalDownloadedSize \ +static_assert(alignof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong alignment on MobilePendingContent_GetTotalDownloadedSize"); \ +static_assert(sizeof(MobilePendingContent_GetTotalDownloadedSize) == 0x000004, "Wrong size on MobilePendingContent_GetTotalDownloadedSize"); \ +static_assert(offsetof(MobilePendingContent_GetTotalDownloadedSize, ReturnValue) == 0x000000, "Member 'MobilePendingContent_GetTotalDownloadedSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePendingContent_StartInstall \ +static_assert(alignof(MobilePendingContent_StartInstall) == 0x000004, "Wrong alignment on MobilePendingContent_StartInstall"); \ +static_assert(sizeof(MobilePendingContent_StartInstall) == 0x000020, "Wrong size on MobilePendingContent_StartInstall"); \ +static_assert(offsetof(MobilePendingContent_StartInstall, OnSucceeded) == 0x000000, "Member 'MobilePendingContent_StartInstall::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(MobilePendingContent_StartInstall, OnFailed) == 0x000010, "Member 'MobilePendingContent_StartInstall::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobilePendingContent \ +static_assert(alignof(UMobilePendingContent) == 0x000008, "Wrong alignment on UMobilePendingContent"); \ +static_assert(sizeof(UMobilePendingContent) == 0x000088, "Wrong size on UMobilePendingContent"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetActiveDeviceProfileName \ +static_assert(alignof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ +static_assert(sizeof(MobilePatchingLibrary_GetActiveDeviceProfileName) == 0x000010, "Wrong size on MobilePatchingLibrary_GetActiveDeviceProfileName"); \ +static_assert(offsetof(MobilePatchingLibrary_GetActiveDeviceProfileName, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetActiveDeviceProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetInstalledContent \ +static_assert(alignof(MobilePatchingLibrary_GetInstalledContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetInstalledContent"); \ +static_assert(sizeof(MobilePatchingLibrary_GetInstalledContent) == 0x000018, "Wrong size on MobilePatchingLibrary_GetInstalledContent"); \ +static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, InstallDirectory) == 0x000000, "Member 'MobilePatchingLibrary_GetInstalledContent::InstallDirectory' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_GetInstalledContent, ReturnValue) == 0x000010, "Member 'MobilePatchingLibrary_GetInstalledContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_GetSupportedPlatformNames \ +static_assert(alignof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000008, "Wrong alignment on MobilePatchingLibrary_GetSupportedPlatformNames"); \ +static_assert(sizeof(MobilePatchingLibrary_GetSupportedPlatformNames) == 0x000010, "Wrong size on MobilePatchingLibrary_GetSupportedPlatformNames"); \ +static_assert(offsetof(MobilePatchingLibrary_GetSupportedPlatformNames, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_GetSupportedPlatformNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_HasActiveWiFiConnection \ +static_assert(alignof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong alignment on MobilePatchingLibrary_HasActiveWiFiConnection"); \ +static_assert(sizeof(MobilePatchingLibrary_HasActiveWiFiConnection) == 0x000001, "Wrong size on MobilePatchingLibrary_HasActiveWiFiConnection"); \ +static_assert(offsetof(MobilePatchingLibrary_HasActiveWiFiConnection, ReturnValue) == 0x000000, "Member 'MobilePatchingLibrary_HasActiveWiFiConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MobilePatchingLibrary_RequestContent \ +static_assert(alignof(MobilePatchingLibrary_RequestContent) == 0x000008, "Wrong alignment on MobilePatchingLibrary_RequestContent"); \ +static_assert(sizeof(MobilePatchingLibrary_RequestContent) == 0x000050, "Wrong size on MobilePatchingLibrary_RequestContent"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, RemoteManifestURL) == 0x000000, "Member 'MobilePatchingLibrary_RequestContent::RemoteManifestURL' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, CloudURL) == 0x000010, "Member 'MobilePatchingLibrary_RequestContent::CloudURL' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, InstallDirectory) == 0x000020, "Member 'MobilePatchingLibrary_RequestContent::InstallDirectory' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnSucceeded) == 0x000030, "Member 'MobilePatchingLibrary_RequestContent::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(MobilePatchingLibrary_RequestContent, OnFailed) == 0x000040, "Member 'MobilePatchingLibrary_RequestContent::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMobilePatchingLibrary \ +static_assert(alignof(UMobilePatchingLibrary) == 0x000008, "Wrong alignment on UMobilePatchingLibrary"); \ +static_assert(sizeof(UMobilePatchingLibrary) == 0x000028, "Wrong size on UMobilePatchingLibrary"); \ + +#define DUMPER7_ASSERTS_FResonanceAudioReverbPluginSettings \ +static_assert(alignof(FResonanceAudioReverbPluginSettings) == 0x000010, "Wrong alignment on FResonanceAudioReverbPluginSettings"); \ +static_assert(sizeof(FResonanceAudioReverbPluginSettings) == 0x000070, "Wrong size on FResonanceAudioReverbPluginSettings"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, bEnableRoomEffects) == 0x000000, "Member 'FResonanceAudioReverbPluginSettings::bEnableRoomEffects' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, bGetTransformFromAudioVolume) == 0x000001, "Member 'FResonanceAudioReverbPluginSettings::bGetTransformFromAudioVolume' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, RoomPosition) == 0x000008, "Member 'FResonanceAudioReverbPluginSettings::RoomPosition' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, RoomRotation) == 0x000020, "Member 'FResonanceAudioReverbPluginSettings::RoomRotation' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, RoomDimensions) == 0x000040, "Member 'FResonanceAudioReverbPluginSettings::RoomDimensions' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, LeftWallMaterial) == 0x000058, "Member 'FResonanceAudioReverbPluginSettings::LeftWallMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, RightWallMaterial) == 0x000059, "Member 'FResonanceAudioReverbPluginSettings::RightWallMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, FloorMaterial) == 0x00005A, "Member 'FResonanceAudioReverbPluginSettings::FloorMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, CeilingMaterial) == 0x00005B, "Member 'FResonanceAudioReverbPluginSettings::CeilingMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, FrontWallMaterial) == 0x00005C, "Member 'FResonanceAudioReverbPluginSettings::FrontWallMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, BackWallMaterial) == 0x00005D, "Member 'FResonanceAudioReverbPluginSettings::BackWallMaterial' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, ReflectionScalar) == 0x000060, "Member 'FResonanceAudioReverbPluginSettings::ReflectionScalar' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, ReverbGain) == 0x000064, "Member 'FResonanceAudioReverbPluginSettings::ReverbGain' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, ReverbTimeModifier) == 0x000068, "Member 'FResonanceAudioReverbPluginSettings::ReverbTimeModifier' has a wrong offset!"); \ +static_assert(offsetof(FResonanceAudioReverbPluginSettings, ReverbBrightness) == 0x00006C, "Member 'FResonanceAudioReverbPluginSettings::ReverbBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResonanceAudioSoundfieldSettings \ +static_assert(alignof(UResonanceAudioSoundfieldSettings) == 0x000008, "Wrong alignment on UResonanceAudioSoundfieldSettings"); \ +static_assert(sizeof(UResonanceAudioSoundfieldSettings) == 0x000030, "Wrong size on UResonanceAudioSoundfieldSettings"); \ +static_assert(offsetof(UResonanceAudioSoundfieldSettings, renderMode) == 0x000028, "Member 'UResonanceAudioSoundfieldSettings::renderMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset \ +static_assert(alignof(ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset) == 0x000008, "Wrong alignment on ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset"); \ +static_assert(sizeof(ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset) == 0x000008, "Wrong size on ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset"); \ +static_assert(offsetof(ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset, ReturnValue) == 0x000000, "Member 'ResonanceAudioBlueprintFunctionLibrary_GetGlobalReverbPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset \ +static_assert(alignof(ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset) == 0x000008, "Wrong alignment on ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset"); \ +static_assert(sizeof(ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset) == 0x000008, "Wrong size on ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset"); \ +static_assert(offsetof(ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset, InPreset) == 0x000000, "Member 'ResonanceAudioBlueprintFunctionLibrary_SetGlobalReverbPreset::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResonanceAudioBlueprintFunctionLibrary \ +static_assert(alignof(UResonanceAudioBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UResonanceAudioBlueprintFunctionLibrary"); \ +static_assert(sizeof(UResonanceAudioBlueprintFunctionLibrary) == 0x000028, "Wrong size on UResonanceAudioBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AResonanceAudioDirectivityVisualizer \ +static_assert(alignof(AResonanceAudioDirectivityVisualizer) == 0x000008, "Wrong alignment on AResonanceAudioDirectivityVisualizer"); \ +static_assert(sizeof(AResonanceAudioDirectivityVisualizer) == 0x000310, "Wrong size on AResonanceAudioDirectivityVisualizer"); \ +static_assert(offsetof(AResonanceAudioDirectivityVisualizer, Material) == 0x000300, "Member 'AResonanceAudioDirectivityVisualizer::Material' has a wrong offset!"); \ +static_assert(offsetof(AResonanceAudioDirectivityVisualizer, Settings) == 0x000308, "Member 'AResonanceAudioDirectivityVisualizer::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetEnableRoomEffects \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetEnableRoomEffects) == 0x000001, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetEnableRoomEffects"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetEnableRoomEffects) == 0x000001, "Wrong size on ResonanceAudioReverbPluginPreset_SetEnableRoomEffects"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetEnableRoomEffects, bInEnableRoomEffects) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetEnableRoomEffects::bInEnableRoomEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetReflectionScalar \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetReflectionScalar) == 0x000004, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetReflectionScalar"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetReflectionScalar) == 0x000004, "Wrong size on ResonanceAudioReverbPluginPreset_SetReflectionScalar"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetReflectionScalar, InReflectionScalar) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetReflectionScalar::InReflectionScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetReverbBrightness \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetReverbBrightness) == 0x000004, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetReverbBrightness"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetReverbBrightness) == 0x000004, "Wrong size on ResonanceAudioReverbPluginPreset_SetReverbBrightness"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetReverbBrightness, InReverbBrightness) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetReverbBrightness::InReverbBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetReverbGain \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetReverbGain) == 0x000004, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetReverbGain"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetReverbGain) == 0x000004, "Wrong size on ResonanceAudioReverbPluginPreset_SetReverbGain"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetReverbGain, InReverbGain) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetReverbGain::InReverbGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetReverbTimeModifier \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetReverbTimeModifier) == 0x000004, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetReverbTimeModifier"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetReverbTimeModifier) == 0x000004, "Wrong size on ResonanceAudioReverbPluginPreset_SetReverbTimeModifier"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetReverbTimeModifier, InReverbTimeModifier) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetReverbTimeModifier::InReverbTimeModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetRoomDimensions \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetRoomDimensions) == 0x000008, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetRoomDimensions"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetRoomDimensions) == 0x000018, "Wrong size on ResonanceAudioReverbPluginPreset_SetRoomDimensions"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetRoomDimensions, InDimensions) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetRoomDimensions::InDimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetRoomMaterials \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetRoomMaterials) == 0x000008, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetRoomMaterials"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetRoomMaterials) == 0x000010, "Wrong size on ResonanceAudioReverbPluginPreset_SetRoomMaterials"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetRoomMaterials, InMaterials) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetRoomMaterials::InMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetRoomPosition \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetRoomPosition) == 0x000008, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetRoomPosition"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetRoomPosition) == 0x000018, "Wrong size on ResonanceAudioReverbPluginPreset_SetRoomPosition"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetRoomPosition, InPosition) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetRoomPosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioReverbPluginPreset_SetRoomRotation \ +static_assert(alignof(ResonanceAudioReverbPluginPreset_SetRoomRotation) == 0x000010, "Wrong alignment on ResonanceAudioReverbPluginPreset_SetRoomRotation"); \ +static_assert(sizeof(ResonanceAudioReverbPluginPreset_SetRoomRotation) == 0x000020, "Wrong size on ResonanceAudioReverbPluginPreset_SetRoomRotation"); \ +static_assert(offsetof(ResonanceAudioReverbPluginPreset_SetRoomRotation, InRotation) == 0x000000, "Member 'ResonanceAudioReverbPluginPreset_SetRoomRotation::InRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResonanceAudioReverbPluginPreset \ +static_assert(alignof(UResonanceAudioReverbPluginPreset) == 0x000010, "Wrong alignment on UResonanceAudioReverbPluginPreset"); \ +static_assert(sizeof(UResonanceAudioReverbPluginPreset) == 0x000170, "Wrong size on UResonanceAudioReverbPluginPreset"); \ +static_assert(offsetof(UResonanceAudioReverbPluginPreset, Settings) == 0x000100, "Member 'UResonanceAudioReverbPluginPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResonanceAudioSettings \ +static_assert(alignof(UResonanceAudioSettings) == 0x000008, "Wrong alignment on UResonanceAudioSettings"); \ +static_assert(sizeof(UResonanceAudioSettings) == 0x000090, "Wrong size on UResonanceAudioSettings"); \ +static_assert(offsetof(UResonanceAudioSettings, OutputSubmix) == 0x000028, "Member 'UResonanceAudioSettings::OutputSubmix' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, QualityMode) == 0x000048, "Member 'UResonanceAudioSettings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, GlobalReverbPreset) == 0x000050, "Member 'UResonanceAudioSettings::GlobalReverbPreset' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, GlobalSourcePreset) == 0x000070, "Member 'UResonanceAudioSettings::GlobalSourcePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity \ +static_assert(alignof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity) == 0x000004, "Wrong alignment on ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity"); \ +static_assert(sizeof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity) == 0x000008, "Wrong size on ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity"); \ +static_assert(offsetof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity, InPattern) == 0x000000, "Member 'ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity::InPattern' has a wrong offset!"); \ +static_assert(offsetof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity, InSharpness) == 0x000004, "Member 'ResonanceAudioSpatializationSourceSettings_SetSoundSourceDirectivity::InSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread \ +static_assert(alignof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread) == 0x000004, "Wrong alignment on ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread"); \ +static_assert(sizeof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread) == 0x000004, "Wrong size on ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread"); \ +static_assert(offsetof(ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread, InSpread) == 0x000000, "Member 'ResonanceAudioSpatializationSourceSettings_SetSoundSourceSpread::InSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResonanceAudioSpatializationSourceSettings \ +static_assert(alignof(UResonanceAudioSpatializationSourceSettings) == 0x000008, "Wrong alignment on UResonanceAudioSpatializationSourceSettings"); \ +static_assert(sizeof(UResonanceAudioSpatializationSourceSettings) == 0x000050, "Wrong size on UResonanceAudioSpatializationSourceSettings"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, SpatializationMethod) == 0x000028, "Member 'UResonanceAudioSpatializationSourceSettings::SpatializationMethod' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, Pattern) == 0x00002C, "Member 'UResonanceAudioSpatializationSourceSettings::Pattern' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, Sharpness) == 0x000030, "Member 'UResonanceAudioSpatializationSourceSettings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, bToggleVisualization) == 0x000034, "Member 'UResonanceAudioSpatializationSourceSettings::bToggleVisualization' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, Scale) == 0x000038, "Member 'UResonanceAudioSpatializationSourceSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, Spread) == 0x00003C, "Member 'UResonanceAudioSpatializationSourceSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, Rolloff) == 0x000040, "Member 'UResonanceAudioSpatializationSourceSettings::Rolloff' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, MinDistance) == 0x000044, "Member 'UResonanceAudioSpatializationSourceSettings::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSpatializationSourceSettings, MaxDistance) == 0x000048, "Member 'UResonanceAudioSpatializationSourceSettings::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display \ +static_assert(alignof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display) == 0x0000E0, "Wrong size on WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, EntryPoint) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, Temp_bool_Variable) == 0x000004, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, Temp_struct_Variable) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, CallFunc_StatTypeToTextLong_Text) == 0x000030, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::CallFunc_StatTypeToTextLong_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_Event_IsDesignTime) == 0x000040, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_CustomEvent_StatValue) == 0x000044, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_CustomEvent_StatValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, CallFunc_FormatValue_Result) == 0x000048, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::CallFunc_FormatValue_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_CustomEvent_Value) == 0x000058, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, CallFunc_FormatValue_Result_1) == 0x000060, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::CallFunc_FormatValue_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, CallFunc_Greater_IntInt_ReturnValue) == 0x000071, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_MakeStruct_SlateColor) == 0x000074, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_MakeStruct_SlateColor_1) == 0x000088, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_CustomEvent_IsHighlighted) == 0x00009C, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_CustomEvent_IsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_Select_Default_1) == 0x0000B4, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_MakeStruct_SlateColor_2) == 0x0000C4, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display, K2Node_CustomEvent_StatType) == 0x0000D8, "Member 'WBP_Raw_Stats_Display_C_ExecuteUbergraph_WBP_Raw_Stats_Display::K2Node_CustomEvent_StatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_FormatValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_FormatValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_FormatValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_FormatValue) == 0x000110, "Wrong size on WBP_Raw_Stats_Display_C_FormatValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_FormatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, Result) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_FormatValue::Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, Temp_text_Variable) == 0x000018, "Member 'WBP_Raw_Stats_Display_C_FormatValue::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_Raw_Stats_Display_C_FormatValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_Raw_Stats_Display_C_FormatValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, Temp_text_Variable_1) == 0x000080, "Member 'WBP_Raw_Stats_Display_C_FormatValue::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, Temp_bool_Variable) == 0x000090, "Member 'WBP_Raw_Stats_Display_C_FormatValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000091, "Member 'WBP_Raw_Stats_Display_C_FormatValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, K2Node_Select_Default) == 0x000098, "Member 'WBP_Raw_Stats_Display_C_FormatValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'WBP_Raw_Stats_Display_C_FormatValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, K2Node_MakeArray_Array) == 0x0000F0, "Member 'WBP_Raw_Stats_Display_C_FormatValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_FormatValue, CallFunc_Format_ReturnValue) == 0x000100, "Member 'WBP_Raw_Stats_Display_C_FormatValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_GetStatType \ +static_assert(alignof(WBP_Raw_Stats_Display_C_GetStatType) == 0x000001, "Wrong alignment on WBP_Raw_Stats_Display_C_GetStatType"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_GetStatType) == 0x000001, "Wrong size on WBP_Raw_Stats_Display_C_GetStatType"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_GetStatType, StatType_0) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_GetStatType::StatType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_IsShowingWeaponValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_IsShowingWeaponValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue) == 0x000020, "Wrong size on WBP_Raw_Stats_Display_C_IsShowingWeaponValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue, StatType_0) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_IsShowingWeaponValue::StatType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue, ReturnValue) == 0x000001, "Member 'WBP_Raw_Stats_Display_C_IsShowingWeaponValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_IsShowingWeaponValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_IsShowingWeaponValue, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'WBP_Raw_Stats_Display_C_IsShowingWeaponValue::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_PreConstruct \ +static_assert(alignof(WBP_Raw_Stats_Display_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Raw_Stats_Display_C_PreConstruct"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_PreConstruct) == 0x000001, "Wrong size on WBP_Raw_Stats_Display_C_PreConstruct"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue) == 0x000058, "Wrong size on WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, Temp_bool_Variable) == 0x000004, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, CallFunc_FormatValue_Result) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::CallFunc_FormatValue_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, K2Node_MakeStruct_SlateColor) == 0x00001C, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue, K2Node_Select_Default) == 0x000044, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatPreviewValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetAttributeStatValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetAttributeStatValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_SetAttributeStatValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetAttributeStatValue) == 0x000018, "Wrong size on WBP_Raw_Stats_Display_C_SetAttributeStatValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetAttributeStatValue, CallFunc_FormatValue_Result) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_SetAttributeStatValue::CallFunc_FormatValue_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetGearPreviewValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetGearPreviewValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_SetGearPreviewValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetGearPreviewValue) == 0x000060, "Wrong size on WBP_Raw_Stats_Display_C_SetGearPreviewValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, CallFunc_FormatValue_Result) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::CallFunc_FormatValue_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, Temp_bool_Variable) == 0x000044, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearPreviewValue, K2Node_Select_Default) == 0x000048, "Member 'WBP_Raw_Stats_Display_C_SetGearPreviewValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetGearValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetGearValue) == 0x000008, "Wrong alignment on WBP_Raw_Stats_Display_C_SetGearValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetGearValue) == 0x000028, "Wrong size on WBP_Raw_Stats_Display_C_SetGearValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable) == 0x000004, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_bool_Variable) == 0x000006, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable_3) == 0x000008, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_bool_Variable_1) == 0x000009, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable_4) == 0x00000A, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_byte_Variable_5) == 0x00000B, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, CallFunc_FormatValue_Result) == 0x000010, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::CallFunc_FormatValue_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, K2Node_Select_Default) == 0x000020, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, Temp_bool_Variable_2) == 0x000021, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, CallFunc_IsShowingWeaponValue_ReturnValue) == 0x000022, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::CallFunc_IsShowingWeaponValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, K2Node_Select_Default_1) == 0x000023, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetGearValue, K2Node_Select_Default_2) == 0x000024, "Member 'WBP_Raw_Stats_Display_C_SetGearValue::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetHighlightedForStats \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetHighlightedForStats) == 0x000001, "Wrong alignment on WBP_Raw_Stats_Display_C_SetHighlightedForStats"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetHighlightedForStats) == 0x000001, "Wrong size on WBP_Raw_Stats_Display_C_SetHighlightedForStats"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetHighlightedForStats, IsHighlighted) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetHighlightedForStats::IsHighlighted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility) == 0x000001, "Wrong alignment on WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility) == 0x000005, "Wrong size on WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility, Visible) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_Raw_Stats_Display_C_SetPreviewPanelVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetStatPreviewValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetStatPreviewValue) == 0x000004, "Wrong alignment on WBP_Raw_Stats_Display_C_SetStatPreviewValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetStatPreviewValue) == 0x000004, "Wrong size on WBP_Raw_Stats_Display_C_SetStatPreviewValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetStatPreviewValue, Value) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetStatPreviewValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetStatType \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetStatType) == 0x000001, "Wrong alignment on WBP_Raw_Stats_Display_C_SetStatType"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetStatType) == 0x000001, "Wrong size on WBP_Raw_Stats_Display_C_SetStatType"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetStatType, StatType_0) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetStatType::StatType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Stats_Display_C_SetStatValue \ +static_assert(alignof(WBP_Raw_Stats_Display_C_SetStatValue) == 0x000004, "Wrong alignment on WBP_Raw_Stats_Display_C_SetStatValue"); \ +static_assert(sizeof(WBP_Raw_Stats_Display_C_SetStatValue) == 0x000004, "Wrong size on WBP_Raw_Stats_Display_C_SetStatValue"); \ +static_assert(offsetof(WBP_Raw_Stats_Display_C_SetStatValue, StatValue) == 0x000000, "Member 'WBP_Raw_Stats_Display_C_SetStatValue::StatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Raw_Stats_Display_C \ +static_assert(alignof(UWBP_Raw_Stats_Display_C) == 0x000008, "Wrong alignment on UWBP_Raw_Stats_Display_C"); \ +static_assert(sizeof(UWBP_Raw_Stats_Display_C) == 0x000348, "Wrong size on UWBP_Raw_Stats_Display_C"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Raw_Stats_Display_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, AttributeValueText) == 0x0002E8, "Member 'UWBP_Raw_Stats_Display_C::AttributeValueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, DetailBox) == 0x0002F0, "Member 'UWBP_Raw_Stats_Display_C::DetailBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, GearValueText) == 0x0002F8, "Member 'UWBP_Raw_Stats_Display_C::GearValueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, Image_ArrowPreview) == 0x000300, "Member 'UWBP_Raw_Stats_Display_C::Image_ArrowPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, IndicatorScale) == 0x000308, "Member 'UWBP_Raw_Stats_Display_C::IndicatorScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, PictoScale) == 0x000310, "Member 'UWBP_Raw_Stats_Display_C::PictoScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, TextBlock_Name) == 0x000318, "Member 'UWBP_Raw_Stats_Display_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, TextBlock_Number_Stat) == 0x000320, "Member 'UWBP_Raw_Stats_Display_C::TextBlock_Number_Stat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, TextBlock_Number_Stat_PreviewValue) == 0x000328, "Member 'UWBP_Raw_Stats_Display_C::TextBlock_Number_Stat_PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, WBP_PictoIcon) == 0x000330, "Member 'UWBP_Raw_Stats_Display_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, SetLineDetails) == 0x000338, "Member 'UWBP_Raw_Stats_Display_C::SetLineDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, StatType) == 0x000339, "Member 'UWBP_Raw_Stats_Display_C::StatType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, CurrentTotalValue) == 0x00033C, "Member 'UWBP_Raw_Stats_Display_C::CurrentTotalValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, CurrentGearValue) == 0x000340, "Member 'UWBP_Raw_Stats_Display_C::CurrentGearValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Stats_Display_C, CurrentAttributeStatValue) == 0x000344, "Member 'UWBP_Raw_Stats_Display_C::CurrentAttributeStatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAmbisonicsEncodingSettings \ +static_assert(alignof(UAmbisonicsEncodingSettings) == 0x000008, "Wrong alignment on UAmbisonicsEncodingSettings"); \ +static_assert(sizeof(UAmbisonicsEncodingSettings) == 0x000030, "Wrong size on UAmbisonicsEncodingSettings"); \ +static_assert(offsetof(UAmbisonicsEncodingSettings, AmbisonicsOrder) == 0x000028, "Member 'UAmbisonicsEncodingSettings::AmbisonicsOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBS_MeshDefinition \ +static_assert(alignof(FBS_MeshDefinition) == 0x000008, "Wrong alignment on FBS_MeshDefinition"); \ +static_assert(sizeof(FBS_MeshDefinition) == 0x000060, "Wrong size on FBS_MeshDefinition"); \ +static_assert(offsetof(FBS_MeshDefinition, Triangles_14_6262AA3F4E1CE218A85115AA4BE96C1C) == 0x000000, "Member 'FBS_MeshDefinition::Triangles_14_6262AA3F4E1CE218A85115AA4BE96C1C' has a wrong offset!"); \ +static_assert(offsetof(FBS_MeshDefinition, Vertices_15_E8AFE418453520476FA3CBA576C886DE) == 0x000010, "Member 'FBS_MeshDefinition::Vertices_15_E8AFE418453520476FA3CBA576C886DE' has a wrong offset!"); \ +static_assert(offsetof(FBS_MeshDefinition, TexCoords_16_4C629A5E484407F609EAB4932C6E33F0) == 0x000020, "Member 'FBS_MeshDefinition::TexCoords_16_4C629A5E484407F609EAB4932C6E33F0' has a wrong offset!"); \ +static_assert(offsetof(FBS_MeshDefinition, Normals_17_80A7A73240297AC2D8766FB9FC89FE85) == 0x000030, "Member 'FBS_MeshDefinition::Normals_17_80A7A73240297AC2D8766FB9FC89FE85' has a wrong offset!"); \ +static_assert(offsetof(FBS_MeshDefinition, Colors_19_5726C34D4367889BC6A2DFB5779F300E) == 0x000040, "Member 'FBS_MeshDefinition::Colors_19_5726C34D4367889BC6A2DFB5779F300E' has a wrong offset!"); \ +static_assert(offsetof(FBS_MeshDefinition, Tangents_23_DF4C41A04FE61FAEA5266EBD5BFCFDA3) == 0x000050, "Member 'FBS_MeshDefinition::Tangents_23_DF4C41A04FE61FAEA5266EBD5BFCFDA3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableItem_C_LoadConsumable \ +static_assert(alignof(WBP_ConsumableItem_C_LoadConsumable) == 0x000008, "Wrong alignment on WBP_ConsumableItem_C_LoadConsumable"); \ +static_assert(sizeof(WBP_ConsumableItem_C_LoadConsumable) == 0x000260, "Wrong size on WBP_ConsumableItem_C_LoadConsumable"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, ItemStaticData) == 0x000000, "Member 'WBP_ConsumableItem_C_LoadConsumable::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, CurrentQuantity) == 0x000130, "Member 'WBP_ConsumableItem_C_LoadConsumable::CurrentQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, MaxQuantity) == 0x000134, "Member 'WBP_ConsumableItem_C_LoadConsumable::MaxQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, Temp_bool_Variable) == 0x000138, "Member 'WBP_ConsumableItem_C_LoadConsumable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, CallFunc_Conv_IntToText_ReturnValue) == 0x000140, "Member 'WBP_ConsumableItem_C_LoadConsumable::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000150, "Member 'WBP_ConsumableItem_C_LoadConsumable::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'WBP_ConsumableItem_C_LoadConsumable::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0001A0, "Member 'WBP_ConsumableItem_C_LoadConsumable::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'WBP_ConsumableItem_C_LoadConsumable::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, Temp_struct_Variable) == 0x0001F8, "Member 'WBP_ConsumableItem_C_LoadConsumable::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, K2Node_MakeArray_Array) == 0x000208, "Member 'WBP_ConsumableItem_C_LoadConsumable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, CallFunc_Format_ReturnValue) == 0x000218, "Member 'WBP_ConsumableItem_C_LoadConsumable::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, Temp_struct_Variable_1) == 0x000228, "Member 'WBP_ConsumableItem_C_LoadConsumable::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, K2Node_Select_Default) == 0x000238, "Member 'WBP_ConsumableItem_C_LoadConsumable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableItem_C_LoadConsumable, K2Node_MakeStruct_SlateColor) == 0x000248, "Member 'WBP_ConsumableItem_C_LoadConsumable::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ConsumableItem_C \ +static_assert(alignof(UWBP_ConsumableItem_C) == 0x000008, "Wrong alignment on UWBP_ConsumableItem_C"); \ +static_assert(sizeof(UWBP_ConsumableItem_C) == 0x0002F0, "Wrong size on UWBP_ConsumableItem_C"); \ +static_assert(offsetof(UWBP_ConsumableItem_C, ConsumableIcon) == 0x0002E0, "Member 'UWBP_ConsumableItem_C::ConsumableIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsumableItem_C, QuantityText) == 0x0002E8, "Member 'UWBP_ConsumableItem_C::QuantityText' 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_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_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_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_FSourceEffectBitCrusherSettings \ +static_assert(alignof(FSourceEffectBitCrusherSettings) == 0x000008, "Wrong alignment on FSourceEffectBitCrusherSettings"); \ +static_assert(sizeof(FSourceEffectBitCrusherSettings) == 0x0000C0, "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) == 0x000060, "Member 'FSourceEffectBitCrusherSettings::CrushedBits' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, BitModulation) == 0x000068, "Member 'FSourceEffectBitCrusherSettings::BitModulation' 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_FSourceEffectChorusSettings \ +static_assert(alignof(FSourceEffectChorusSettings) == 0x000008, "Wrong alignment on FSourceEffectChorusSettings"); \ +static_assert(sizeof(FSourceEffectChorusSettings) == 0x000228, "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) == 0x000070, "Member 'FSourceEffectChorusSettings::FrequencyModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, FeedbackModulation) == 0x0000C8, "Member 'FSourceEffectChorusSettings::FeedbackModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, WetModulation) == 0x000120, "Member 'FSourceEffectChorusSettings::WetModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DryModulation) == 0x000178, "Member 'FSourceEffectChorusSettings::DryModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, SpreadModulation) == 0x0001D0, "Member 'FSourceEffectChorusSettings::SpreadModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectConvolutionReverbSettings \ +static_assert(alignof(FSourceEffectConvolutionReverbSettings) == 0x000004, "Wrong alignment on FSourceEffectConvolutionReverbSettings"); \ +static_assert(sizeof(FSourceEffectConvolutionReverbSettings) == 0x000010, "Wrong size on FSourceEffectConvolutionReverbSettings"); \ +static_assert(offsetof(FSourceEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSourceEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectConvolutionReverbSettings, WetVolumeDb) == 0x000004, "Member 'FSourceEffectConvolutionReverbSettings::WetVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectConvolutionReverbSettings, DryVolumeDb) == 0x000008, "Member 'FSourceEffectConvolutionReverbSettings::DryVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectConvolutionReverbSettings, bBypass) == 0x00000C, "Member 'FSourceEffectConvolutionReverbSettings::bBypass' 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_FSourceEffectIndividualFilterSettings \ +static_assert(alignof(FSourceEffectIndividualFilterSettings) == 0x000004, "Wrong alignment on FSourceEffectIndividualFilterSettings"); \ +static_assert(sizeof(FSourceEffectIndividualFilterSettings) == 0x00000C, "Wrong size on FSourceEffectIndividualFilterSettings"); \ +static_assert(offsetof(FSourceEffectIndividualFilterSettings, FilterCircuit) == 0x000000, "Member 'FSourceEffectIndividualFilterSettings::FilterCircuit' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectIndividualFilterSettings, FilterType) == 0x000001, "Member 'FSourceEffectIndividualFilterSettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectIndividualFilterSettings, CutoffFrequency) == 0x000004, "Member 'FSourceEffectIndividualFilterSettings::CutoffFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectIndividualFilterSettings, FilterQ) == 0x000008, "Member 'FSourceEffectIndividualFilterSettings::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectMotionFilterModulationSettings \ +static_assert(alignof(FSourceEffectMotionFilterModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectMotionFilterModulationSettings"); \ +static_assert(sizeof(FSourceEffectMotionFilterModulationSettings) == 0x000040, "Wrong size on FSourceEffectMotionFilterModulationSettings"); \ +static_assert(offsetof(FSourceEffectMotionFilterModulationSettings, ModulationSource) == 0x000000, "Member 'FSourceEffectMotionFilterModulationSettings::ModulationSource' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterModulationSettings, ModulationInputRange) == 0x000008, "Member 'FSourceEffectMotionFilterModulationSettings::ModulationInputRange' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterModulationSettings, ModulationOutputMinimumRange) == 0x000018, "Member 'FSourceEffectMotionFilterModulationSettings::ModulationOutputMinimumRange' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterModulationSettings, ModulationOutputMaximumRange) == 0x000028, "Member 'FSourceEffectMotionFilterModulationSettings::ModulationOutputMaximumRange' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterModulationSettings, UpdateEaseMS) == 0x000038, "Member 'FSourceEffectMotionFilterModulationSettings::UpdateEaseMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectMotionFilterSettings \ +static_assert(alignof(FSourceEffectMotionFilterSettings) == 0x000008, "Wrong alignment on FSourceEffectMotionFilterSettings"); \ +static_assert(sizeof(FSourceEffectMotionFilterSettings) == 0x000078, "Wrong size on FSourceEffectMotionFilterSettings"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, MotionFilterTopology) == 0x000000, "Member 'FSourceEffectMotionFilterSettings::MotionFilterTopology' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, MotionFilterMix) == 0x000004, "Member 'FSourceEffectMotionFilterSettings::MotionFilterMix' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, FilterASettings) == 0x000008, "Member 'FSourceEffectMotionFilterSettings::FilterASettings' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, FilterBSettings) == 0x000014, "Member 'FSourceEffectMotionFilterSettings::FilterBSettings' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, ModulationMappings) == 0x000020, "Member 'FSourceEffectMotionFilterSettings::ModulationMappings' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMotionFilterSettings, DryVolumeDb) == 0x000070, "Member 'FSourceEffectMotionFilterSettings::DryVolumeDb' 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) == 0x000030, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, WetVolumeDb) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::WetVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, DryVolumeDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::DryVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x00000E, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x000014, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x000015, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHardwareAcceleration) == 0x000028, "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) == 0x000038, "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, LinkMode) == 0x000002, "Member 'FSubmixEffectMultibandCompressorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bBypass) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeySource) == 0x00000B, "Member 'FSubmixEffectMultibandCompressorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalAudioBus) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, ExternalSubmix) == 0x000018, "Member 'FSubmixEffectMultibandCompressorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, KeyGainDb) == 0x000020, "Member 'FSubmixEffectMultibandCompressorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bKeyAudition) == 0x000024, "Member 'FSubmixEffectMultibandCompressorSettings::bKeyAudition' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000028, "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_FSubmixEffectStereoToQuadSettings \ +static_assert(alignof(FSubmixEffectStereoToQuadSettings) == 0x000004, "Wrong alignment on FSubmixEffectStereoToQuadSettings"); \ +static_assert(sizeof(FSubmixEffectStereoToQuadSettings) == 0x000008, "Wrong size on FSubmixEffectStereoToQuadSettings"); \ +static_assert(offsetof(FSubmixEffectStereoToQuadSettings, bFlipChannels) == 0x000000, "Member 'FSubmixEffectStereoToQuadSettings::bFlipChannels' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoToQuadSettings, RearChannelGain) == 0x000004, "Member 'FSubmixEffectStereoToQuadSettings::RearChannelGain' 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) == 0x000010, "Wrong alignment on FSynth2DSliderStyle"); \ +static_assert(sizeof(FSynth2DSliderStyle) == 0x000430, "Wrong size on FSynth2DSliderStyle"); \ +static_assert(offsetof(FSynth2DSliderStyle, NormalThumbImage) == 0x000010, "Member 'FSynth2DSliderStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, DisabledThumbImage) == 0x0000E0, "Member 'FSynth2DSliderStyle::DisabledThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, NormalBarImage) == 0x0001B0, "Member 'FSynth2DSliderStyle::NormalBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, DisabledBarImage) == 0x000280, "Member 'FSynth2DSliderStyle::DisabledBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, BackgroundImage) == 0x000350, "Member 'FSynth2DSliderStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, BarThickness) == 0x000420, "Member 'FSynth2DSliderStyle::BarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynthKnobStyle \ +static_assert(alignof(FSynthKnobStyle) == 0x000010, "Wrong alignment on FSynthKnobStyle"); \ +static_assert(sizeof(FSynthKnobStyle) == 0x000360, "Wrong size on FSynthKnobStyle"); \ +static_assert(offsetof(FSynthKnobStyle, LargeKnob) == 0x000010, "Member 'FSynthKnobStyle::LargeKnob' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, LargeKnobOverlay) == 0x0000E0, "Member 'FSynthKnobStyle::LargeKnobOverlay' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MediumKnob) == 0x0001B0, "Member 'FSynthKnobStyle::MediumKnob' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MediumKnobOverlay) == 0x000280, "Member 'FSynthKnobStyle::MediumKnobOverlay' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MinValueAngle) == 0x000350, "Member 'FSynthKnobStyle::MinValueAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MaxValueAngle) == 0x000354, "Member 'FSynthKnobStyle::MaxValueAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, KnobSize) == 0x000358, "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_UAudioImpulseResponse \ +static_assert(alignof(UAudioImpulseResponse) == 0x000008, "Wrong alignment on UAudioImpulseResponse"); \ +static_assert(sizeof(UAudioImpulseResponse) == 0x000058, "Wrong size on UAudioImpulseResponse"); \ +static_assert(offsetof(UAudioImpulseResponse, ImpulseResponse) == 0x000028, "Member 'UAudioImpulseResponse::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, NumChannels) == 0x000038, "Member 'UAudioImpulseResponse::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, SampleRate) == 0x00003C, "Member 'UAudioImpulseResponse::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, NormalizationVolumeDb) == 0x000040, "Member 'UAudioImpulseResponse::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, bTrueStereo) == 0x000044, "Member 'UAudioImpulseResponse::bTrueStereo' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, IRData) == 0x000048, "Member 'UAudioImpulseResponse::IRData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthPresetBank \ +static_assert(alignof(UModularSynthPresetBank) == 0x000008, "Wrong alignment on UModularSynthPresetBank"); \ +static_assert(sizeof(UModularSynthPresetBank) == 0x000038, "Wrong size on UModularSynthPresetBank"); \ +static_assert(offsetof(UModularSynthPresetBank, Presets) == 0x000028, "Member 'UModularSynthPresetBank::Presets' 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) == 0x000028, "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) == 0x000F80, "Wrong size on UModularSynthComponent"); \ +static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x000890, "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_SetBitModulators \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulators) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulators"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulators) == 0x000050, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulators"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulators, InModulators) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulators::InModulators' 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) == 0x0000C0, "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_SetSampleRateModulators \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulators) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulators"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulators) == 0x000050, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulators"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulators, InModulators) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulators::InModulators' 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) == 0x000210, "Wrong size on USourceEffectBitCrusherPreset"); \ +static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x000150, "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_SetDepthModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetDepthModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDepthModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDepthModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetDepthModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDepthModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepthModulators::Modulators' 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_SetDryModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetDryModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDryModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDryModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetDryModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDryModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetDryModulators::Modulators' 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_SetFeedbackModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetFeedbackModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFeedbackModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFeedbackModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetFeedbackModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFeedbackModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedbackModulators::Modulators' 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_SetFrequencyModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetFrequencyModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFrequencyModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFrequencyModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetFrequencyModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFrequencyModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequencyModulators::Modulators' 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) == 0x000228, "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_SetSpreadModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetSpreadModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetSpreadModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSpreadModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetSpreadModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSpreadModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpreadModulators::Modulators' 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_SourceEffectChorusPreset_SetWetModulators \ +static_assert(alignof(SourceEffectChorusPreset_SetWetModulators) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetWetModulators"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetWetModulators) == 0x000050, "Wrong size on SourceEffectChorusPreset_SetWetModulators"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetWetModulators, Modulators) == 0x000000, "Member 'SourceEffectChorusPreset_SetWetModulators::Modulators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectChorusPreset \ +static_assert(alignof(USourceEffectChorusPreset) == 0x000008, "Wrong alignment on USourceEffectChorusPreset"); \ +static_assert(sizeof(USourceEffectChorusPreset) == 0x0004E0, "Wrong size on USourceEffectChorusPreset"); \ +static_assert(offsetof(USourceEffectChorusPreset, Settings) == 0x0002B8, "Member 'USourceEffectChorusPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectConvolutionReverbPreset_SetImpulseResponse \ +static_assert(alignof(SourceEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong alignment on SourceEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(sizeof(SourceEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong size on SourceEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(offsetof(SourceEffectConvolutionReverbPreset_SetImpulseResponse, InImpulseResponse) == 0x000000, "Member 'SourceEffectConvolutionReverbPreset_SetImpulseResponse::InImpulseResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectConvolutionReverbPreset_SetSettings \ +static_assert(alignof(SourceEffectConvolutionReverbPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectConvolutionReverbPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectConvolutionReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectConvolutionReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectConvolutionReverbPreset \ +static_assert(alignof(USourceEffectConvolutionReverbPreset) == 0x000008, "Wrong alignment on USourceEffectConvolutionReverbPreset"); \ +static_assert(sizeof(USourceEffectConvolutionReverbPreset) == 0x0000C0, "Wrong size on USourceEffectConvolutionReverbPreset"); \ +static_assert(offsetof(USourceEffectConvolutionReverbPreset, ImpulseResponse) == 0x000068, "Member 'USourceEffectConvolutionReverbPreset::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(USourceEffectConvolutionReverbPreset, Settings) == 0x000070, "Member 'USourceEffectConvolutionReverbPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(USourceEffectConvolutionReverbPreset, BlockSize) == 0x000080, "Member 'USourceEffectConvolutionReverbPreset::BlockSize' has a wrong offset!"); \ +static_assert(offsetof(USourceEffectConvolutionReverbPreset, bEnableHardwareAcceleration) == 0x000081, "Member 'USourceEffectConvolutionReverbPreset::bEnableHardwareAcceleration' 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) == 0x0000E0, "Wrong size on USourceEffectDynamicsProcessorPreset"); \ +static_assert(offsetof(USourceEffectDynamicsProcessorPreset, Settings) == 0x0000B8, "Member 'USourceEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvelopeFollowerListener \ +static_assert(alignof(UEnvelopeFollowerListener) == 0x000008, "Wrong alignment on UEnvelopeFollowerListener"); \ +static_assert(sizeof(UEnvelopeFollowerListener) == 0x0000C0, "Wrong size on UEnvelopeFollowerListener"); \ +static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000A0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' 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) == 0x0000A8, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ +static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x00009C, "Member 'USourceEffectEnvelopeFollowerPreset::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) == 0x0000B0, "Wrong size on USourceEffectEQPreset"); \ +static_assert(offsetof(USourceEffectEQPreset, Settings) == 0x0000A0, "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) == 0x0000D0, "Wrong size on USourceEffectFilterPreset"); \ +static_assert(offsetof(USourceEffectFilterPreset, Settings) == 0x0000B0, "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) == 0x0000A8, "Wrong size on USourceEffectFoldbackDistortionPreset"); \ +static_assert(offsetof(USourceEffectFoldbackDistortionPreset, Settings) == 0x00009C, "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) == 0x0000A0, "Wrong size on USourceEffectMidSideSpreaderPreset"); \ +static_assert(offsetof(USourceEffectMidSideSpreaderPreset, Settings) == 0x000098, "Member 'USourceEffectMidSideSpreaderPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectMotionFilterPreset_SetSettings \ +static_assert(alignof(SourceEffectMotionFilterPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectMotionFilterPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectMotionFilterPreset_SetSettings) == 0x000078, "Wrong size on SourceEffectMotionFilterPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectMotionFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectMotionFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectMotionFilterPreset \ +static_assert(alignof(USourceEffectMotionFilterPreset) == 0x000008, "Wrong alignment on USourceEffectMotionFilterPreset"); \ +static_assert(sizeof(USourceEffectMotionFilterPreset) == 0x000180, "Wrong size on USourceEffectMotionFilterPreset"); \ +static_assert(offsetof(USourceEffectMotionFilterPreset, Settings) == 0x000108, "Member 'USourceEffectMotionFilterPreset::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) == 0x0000A0, "Wrong size on USourceEffectPannerPreset"); \ +static_assert(offsetof(USourceEffectPannerPreset, Settings) == 0x000098, "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) == 0x0000B0, "Wrong size on USourceEffectPhaserPreset"); \ +static_assert(offsetof(USourceEffectPhaserPreset, Settings) == 0x0000A0, "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) == 0x0000D0, "Wrong size on USourceEffectRingModulationPreset"); \ +static_assert(offsetof(USourceEffectRingModulationPreset, Settings) == 0x0000B0, "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) == 0x0000C0, "Wrong size on USourceEffectSimpleDelayPreset"); \ +static_assert(offsetof(USourceEffectSimpleDelayPreset, Settings) == 0x0000A8, "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) == 0x0000D8, "Wrong size on USourceEffectStereoDelayPreset"); \ +static_assert(offsetof(USourceEffectStereoDelayPreset, Settings) == 0x0000B4, "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) == 0x0000A0, "Wrong size on USourceEffectWaveShaperPreset"); \ +static_assert(offsetof(USourceEffectWaveShaperPreset, Settings) == 0x000098, "Member 'USourceEffectWaveShaperPreset::Settings' 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) == 0x000030, "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) == 0x000100, "Wrong size on USubmixEffectConvolutionReverbPreset"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, ImpulseResponse) == 0x000068, "Member 'USubmixEffectConvolutionReverbPreset::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, Settings) == 0x000070, "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_SubmixEffectDelayStatics_SetDelayLength \ +static_assert(alignof(SubmixEffectDelayStatics_SetDelayLength) == 0x000004, "Wrong alignment on SubmixEffectDelayStatics_SetDelayLength"); \ +static_assert(sizeof(SubmixEffectDelayStatics_SetDelayLength) == 0x00001C, "Wrong size on SubmixEffectDelayStatics_SetDelayLength"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetDelayLength, DelaySettings) == 0x000000, "Member 'SubmixEffectDelayStatics_SetDelayLength::DelaySettings' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetDelayLength, DelayLength) == 0x00000C, "Member 'SubmixEffectDelayStatics_SetDelayLength::DelayLength' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetDelayLength, ReturnValue) == 0x000010, "Member 'SubmixEffectDelayStatics_SetDelayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayStatics_SetInterpolationTime \ +static_assert(alignof(SubmixEffectDelayStatics_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectDelayStatics_SetInterpolationTime"); \ +static_assert(sizeof(SubmixEffectDelayStatics_SetInterpolationTime) == 0x00001C, "Wrong size on SubmixEffectDelayStatics_SetInterpolationTime"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetInterpolationTime, DelaySettings) == 0x000000, "Member 'SubmixEffectDelayStatics_SetInterpolationTime::DelaySettings' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetInterpolationTime, InterpolationTime) == 0x00000C, "Member 'SubmixEffectDelayStatics_SetInterpolationTime::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetInterpolationTime, ReturnValue) == 0x000010, "Member 'SubmixEffectDelayStatics_SetInterpolationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayStatics_SetMaximumDelayLength \ +static_assert(alignof(SubmixEffectDelayStatics_SetMaximumDelayLength) == 0x000004, "Wrong alignment on SubmixEffectDelayStatics_SetMaximumDelayLength"); \ +static_assert(sizeof(SubmixEffectDelayStatics_SetMaximumDelayLength) == 0x00001C, "Wrong size on SubmixEffectDelayStatics_SetMaximumDelayLength"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetMaximumDelayLength, DelaySettings) == 0x000000, "Member 'SubmixEffectDelayStatics_SetMaximumDelayLength::DelaySettings' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetMaximumDelayLength, MaximumDelayLength) == 0x00000C, "Member 'SubmixEffectDelayStatics_SetMaximumDelayLength::MaximumDelayLength' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectDelayStatics_SetMaximumDelayLength, ReturnValue) == 0x000010, "Member 'SubmixEffectDelayStatics_SetMaximumDelayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectDelayStatics \ +static_assert(alignof(USubmixEffectDelayStatics) == 0x000008, "Wrong alignment on USubmixEffectDelayStatics"); \ +static_assert(sizeof(USubmixEffectDelayStatics) == 0x000028, "Wrong size on USubmixEffectDelayStatics"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetDefaultSettings \ +static_assert(alignof(SubmixEffectDelayPreset_SetDefaultSettings) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetDefaultSettings"); \ +static_assert(sizeof(SubmixEffectDelayPreset_SetDefaultSettings) == 0x00000C, "Wrong size on SubmixEffectDelayPreset_SetDefaultSettings"); \ +static_assert(offsetof(SubmixEffectDelayPreset_SetDefaultSettings, InSettings) == 0x000000, "Member 'SubmixEffectDelayPreset_SetDefaultSettings::InSettings' 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_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_USubmixEffectDelayPreset \ +static_assert(alignof(USubmixEffectDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectDelayPreset"); \ +static_assert(sizeof(USubmixEffectDelayPreset) == 0x0000B8, "Wrong size on USubmixEffectDelayPreset"); \ +static_assert(offsetof(USubmixEffectDelayPreset, Settings) == 0x00009C, "Member 'USubmixEffectDelayPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectDelayPreset, DynamicSettings) == 0x0000A8, "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) == 0x0000A8, "Wrong size on USubmixEffectFilterPreset"); \ +static_assert(offsetof(USubmixEffectFilterPreset, Settings) == 0x00009C, "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) == 0x0000B0, "Wrong size on USubmixEffectFlexiverbPreset"); \ +static_assert(offsetof(USubmixEffectFlexiverbPreset, Settings) == 0x0000A0, "Member 'USubmixEffectFlexiverbPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectMultibandCompressorPreset_SetAudioBus \ +static_assert(alignof(SubmixEffectMultibandCompressorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectMultibandCompressorPreset_SetAudioBus"); \ +static_assert(sizeof(SubmixEffectMultibandCompressorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectMultibandCompressorPreset_SetAudioBus"); \ +static_assert(offsetof(SubmixEffectMultibandCompressorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectMultibandCompressorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectMultibandCompressorPreset_SetExternalSubmix \ +static_assert(alignof(SubmixEffectMultibandCompressorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectMultibandCompressorPreset_SetExternalSubmix"); \ +static_assert(sizeof(SubmixEffectMultibandCompressorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectMultibandCompressorPreset_SetExternalSubmix"); \ +static_assert(offsetof(SubmixEffectMultibandCompressorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectMultibandCompressorPreset_SetExternalSubmix::Submix' 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) == 0x000038, "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) == 0x000100, "Wrong size on USubmixEffectMultibandCompressorPreset"); \ +static_assert(offsetof(USubmixEffectMultibandCompressorPreset, Settings) == 0x0000C8, "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) == 0x0000D8, "Wrong size on USubmixEffectStereoDelayPreset"); \ +static_assert(offsetof(USubmixEffectStereoDelayPreset, Settings) == 0x0000B4, "Member 'USubmixEffectStereoDelayPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectStereoToQuadPreset_SetSettings \ +static_assert(alignof(SubmixEffectStereoToQuadPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectStereoToQuadPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectStereoToQuadPreset_SetSettings) == 0x000008, "Wrong size on SubmixEffectStereoToQuadPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectStereoToQuadPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectStereoToQuadPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectStereoToQuadPreset \ +static_assert(alignof(USubmixEffectStereoToQuadPreset) == 0x000008, "Wrong alignment on USubmixEffectStereoToQuadPreset"); \ +static_assert(sizeof(USubmixEffectStereoToQuadPreset) == 0x0000A0, "Wrong size on USubmixEffectStereoToQuadPreset"); \ +static_assert(offsetof(USubmixEffectStereoToQuadPreset, Settings) == 0x000098, "Member 'USubmixEffectStereoToQuadPreset::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) == 0x0000D8, "Wrong size on USubmixEffectTapDelayPreset"); \ +static_assert(offsetof(USubmixEffectTapDelayPreset, Settings) == 0x0000A8, "Member 'USubmixEffectTapDelayPreset::Settings' 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) == 0x000008, "Wrong alignment on GranularSynth_SetGrainDuration"); \ +static_assert(sizeof(GranularSynth_SetGrainDuration) == 0x000018, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on GranularSynth_SetGrainPan"); \ +static_assert(sizeof(GranularSynth_SetGrainPan) == 0x000018, "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) == 0x000008, "Member 'GranularSynth_SetGrainPan::PanRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainPitch \ +static_assert(alignof(GranularSynth_SetGrainPitch) == 0x000008, "Wrong alignment on GranularSynth_SetGrainPitch"); \ +static_assert(sizeof(GranularSynth_SetGrainPitch) == 0x000018, "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) == 0x000008, "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) == 0x000008, "Wrong alignment on GranularSynth_SetGrainVolume"); \ +static_assert(sizeof(GranularSynth_SetGrainVolume) == 0x000018, "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) == 0x000008, "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) == 0x000C80, "Wrong size on UGranularSynth"); \ +static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x000890, "Member 'UGranularSynth::GranulatedSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMonoWaveTableSynthPreset \ +static_assert(alignof(UMonoWaveTableSynthPreset) == 0x000008, "Wrong alignment on UMonoWaveTableSynthPreset"); \ +static_assert(sizeof(UMonoWaveTableSynthPreset) == 0x000170, "Wrong size on UMonoWaveTableSynthPreset"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, PresetName) == 0x000028, "Member 'UMonoWaveTableSynthPreset::PresetName' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, LockKeyframesToGrid) == 0x00003C, "Member 'UMonoWaveTableSynthPreset::LockKeyframesToGrid' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTableResolution) == 0x000040, "Member 'UMonoWaveTableSynthPreset::WaveTableResolution' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTable) == 0x000048, "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) == 0x000FE0, "Wrong size on USynthComponentMonoWaveTable"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x000890, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0008A0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x0008B0, "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) == 0x000980, "Wrong size on USynthComponentToneGenerator"); \ +static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x000890, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x000894, "Member 'USynthComponentToneGenerator::Volume' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, DistanceAttenuationCurve) == 0x000898, "Member 'USynthComponentToneGenerator::DistanceAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, DistanceRange) == 0x000920, "Member 'USynthComponentToneGenerator::DistanceRange' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, AttenuationDbAtMaxRange) == 0x000930, "Member 'USynthComponentToneGenerator::AttenuationDbAtMaxRange' 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) == 0x0009C0, "Wrong size on USynthSamplePlayer"); \ +static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x000890, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x000898, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0008A8, "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) == 0x000028, "Wrong size on USynthesisUtilitiesBlueprintFunctionLibrary"); \ + +#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) == 0x000008, "Wrong alignment on Synth2DSlider_SetValue"); \ +static_assert(sizeof(Synth2DSlider_SetValue) == 0x000010, "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) == 0x000008, "Wrong alignment on Synth2DSlider_GetValue"); \ +static_assert(sizeof(Synth2DSlider_GetValue) == 0x000010, "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) == 0x000010, "Wrong alignment on USynth2DSlider"); \ +static_assert(sizeof(USynth2DSlider) == 0x000660, "Wrong size on USynth2DSlider"); \ +static_assert(offsetof(USynth2DSlider, ValueX) == 0x000178, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueY) == 0x00017C, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000180, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000190, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x0001A0, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x0005D0, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x0005E0, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, Locked) == 0x0005E1, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, StepSize) == 0x0005E4, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x0005E8, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x0005F0, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x000600, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x000610, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x000620, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x000630, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x000640, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ + +#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) == 0x000010, "Wrong alignment on USynthKnob"); \ +static_assert(sizeof(USynthKnob) == 0x000590, "Wrong size on USynthKnob"); \ +static_assert(offsetof(USynthKnob, Value) == 0x000178, "Member 'USynthKnob::Value' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, StepSize) == 0x00017C, "Member 'USynthKnob::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseSpeed) == 0x000180, "Member 'USynthKnob::MouseSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseFineTuneSpeed) == 0x000184, "Member 'USynthKnob::MouseFineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterName) == 0x000190, "Member 'USynthKnob::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterUnits) == 0x0001A0, "Member 'USynthKnob::ParameterUnits' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ValueDelegate) == 0x0001B0, "Member 'USynthKnob::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, WidgetStyle) == 0x0001C0, "Member 'USynthKnob::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, Locked) == 0x000520, "Member 'USynthKnob::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, IsFocusable) == 0x000521, "Member 'USynthKnob::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureBegin) == 0x000528, "Member 'USynthKnob::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureEnd) == 0x000538, "Member 'USynthKnob::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x000548, "Member 'USynthKnob::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x000558, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnValueChanged) == 0x000568, "Member 'USynthKnob::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetAllChannels \ +static_assert(alignof(TraceUtilLibrary_GetAllChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetAllChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetAllChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetAllChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetAllChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetEnabledChannels \ +static_assert(alignof(TraceUtilLibrary_GetEnabledChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetEnabledChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetEnabledChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetEnabledChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsChannelEnabled \ +static_assert(alignof(TraceUtilLibrary_IsChannelEnabled) == 0x000008, "Wrong alignment on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(sizeof(TraceUtilLibrary_IsChannelEnabled) == 0x000018, "Wrong size on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_IsChannelEnabled::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ReturnValue) == 0x000010, "Member 'TraceUtilLibrary_IsChannelEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsTracing \ +static_assert(alignof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_IsTracing"); \ +static_assert(sizeof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong size on TraceUtilLibrary_IsTracing"); \ +static_assert(offsetof(TraceUtilLibrary_IsTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_IsTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_PauseTracing \ +static_assert(alignof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_PauseTracing"); \ +static_assert(sizeof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong size on TraceUtilLibrary_PauseTracing"); \ +static_assert(offsetof(TraceUtilLibrary_PauseTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_PauseTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ResumeTracing \ +static_assert(alignof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_ResumeTracing"); \ +static_assert(sizeof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong size on TraceUtilLibrary_ResumeTracing"); \ +static_assert(offsetof(TraceUtilLibrary_ResumeTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_ResumeTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceSendTo \ +static_assert(alignof(TraceUtilLibrary_StartTraceSendTo) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceSendTo) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Target) == 0x000000, "Member 'TraceUtilLibrary_StartTraceSendTo::Target' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceSendTo::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceSendTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceToFile \ +static_assert(alignof(TraceUtilLibrary_StartTraceToFile) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceToFile) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Filename) == 0x000000, "Member 'TraceUtilLibrary_StartTraceToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceToFile::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceToFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StopTracing \ +static_assert(alignof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_StopTracing"); \ +static_assert(sizeof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong size on TraceUtilLibrary_StopTracing"); \ +static_assert(offsetof(TraceUtilLibrary_StopTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_StopTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ToggleChannel \ +static_assert(alignof(TraceUtilLibrary_ToggleChannel) == 0x000008, "Wrong alignment on TraceUtilLibrary_ToggleChannel"); \ +static_assert(sizeof(TraceUtilLibrary_ToggleChannel) == 0x000018, "Wrong size on TraceUtilLibrary_ToggleChannel"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_ToggleChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, Enabled) == 0x000010, "Member 'TraceUtilLibrary_ToggleChannel::Enabled' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ReturnValue) == 0x000011, "Member 'TraceUtilLibrary_ToggleChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceBookmark \ +static_assert(alignof(TraceUtilLibrary_TraceBookmark) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceBookmark"); \ +static_assert(sizeof(TraceUtilLibrary_TraceBookmark) == 0x000010, "Wrong size on TraceUtilLibrary_TraceBookmark"); \ +static_assert(offsetof(TraceUtilLibrary_TraceBookmark, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceBookmark::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionEnd \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionEnd, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionEnd::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionStart \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionStart, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionStart::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTraceUtilLibrary \ +static_assert(alignof(UTraceUtilLibrary) == 0x000008, "Wrong alignment on UTraceUtilLibrary"); \ +static_assert(sizeof(UTraceUtilLibrary) == 0x000028, "Wrong size on UTraceUtilLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C, SM_FlowerNeckLace_OnCharacter_A_01) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_C::SM_FlowerNeckLace_OnCharacter_A_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsExtension \ +static_assert(alignof(UWorldMetricsExtension) == 0x000008, "Wrong alignment on UWorldMetricsExtension"); \ +static_assert(sizeof(UWorldMetricsExtension) == 0x000028, "Wrong size on UWorldMetricsExtension"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsSubsystem \ +static_assert(alignof(UWorldMetricsSubsystem) == 0x000008, "Wrong alignment on UWorldMetricsSubsystem"); \ +static_assert(sizeof(UWorldMetricsSubsystem) == 0x002880, "Wrong size on UWorldMetricsSubsystem"); \ +static_assert(offsetof(UWorldMetricsSubsystem, Metrics) == 0x000040, "Member 'UWorldMetricsSubsystem::Metrics' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, Extensions) == 0x000050, "Member 'UWorldMetricsSubsystem::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, UpdateRateInSeconds) == 0x002870, "Member 'UWorldMetricsSubsystem::UpdateRateInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, WarmUpFrames) == 0x002874, "Member 'UWorldMetricsSubsystem::WarmUpFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMetricInterface \ +static_assert(alignof(UWorldMetricInterface) == 0x000008, "Wrong alignment on UWorldMetricInterface"); \ +static_assert(sizeof(UWorldMetricInterface) == 0x000028, "Wrong size on UWorldMetricInterface"); \ + +#define DUMPER7_ASSERTS_IWorldMetricsActorTrackerSubscriber \ +static_assert(alignof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong alignment on IWorldMetricsActorTrackerSubscriber"); \ +static_assert(sizeof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong size on IWorldMetricsActorTrackerSubscriber"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsActorTracker \ +static_assert(alignof(UWorldMetricsActorTracker) == 0x000008, "Wrong alignment on UWorldMetricsActorTracker"); \ +static_assert(sizeof(UWorldMetricsActorTracker) == 0x0000D0, "Wrong size on UWorldMetricsActorTracker"); \ + +#define DUMPER7_ASSERTS_BP_GroupInstance_Base_C_AddMatchingObject \ +static_assert(alignof(BP_GroupInstance_Base_C_AddMatchingObject) == 0x000008, "Wrong alignment on BP_GroupInstance_Base_C_AddMatchingObject"); \ +static_assert(sizeof(BP_GroupInstance_Base_C_AddMatchingObject) == 0x000010, "Wrong size on BP_GroupInstance_Base_C_AddMatchingObject"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_AddMatchingObject, NewItem) == 0x000000, "Member 'BP_GroupInstance_Base_C_AddMatchingObject::NewItem' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_AddMatchingObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_GroupInstance_Base_C_AddMatchingObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupInstance_Base_C_DoesObjectMatch \ +static_assert(alignof(BP_GroupInstance_Base_C_DoesObjectMatch) == 0x000008, "Wrong alignment on BP_GroupInstance_Base_C_DoesObjectMatch"); \ +static_assert(sizeof(BP_GroupInstance_Base_C_DoesObjectMatch) == 0x000010, "Wrong size on BP_GroupInstance_Base_C_DoesObjectMatch"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_DoesObjectMatch, Object) == 0x000000, "Member 'BP_GroupInstance_Base_C_DoesObjectMatch::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_DoesObjectMatch, MatchesGroup) == 0x000008, "Member 'BP_GroupInstance_Base_C_DoesObjectMatch::MatchesGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupInstance_Base_C_GetGroupDisplayName \ +static_assert(alignof(BP_GroupInstance_Base_C_GetGroupDisplayName) == 0x000008, "Wrong alignment on BP_GroupInstance_Base_C_GetGroupDisplayName"); \ +static_assert(sizeof(BP_GroupInstance_Base_C_GetGroupDisplayName) == 0x000010, "Wrong size on BP_GroupInstance_Base_C_GetGroupDisplayName"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_GetGroupDisplayName, ReturnValue) == 0x000000, "Member 'BP_GroupInstance_Base_C_GetGroupDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupInstance_Base_C_GetMatchingObjects \ +static_assert(alignof(BP_GroupInstance_Base_C_GetMatchingObjects) == 0x000008, "Wrong alignment on BP_GroupInstance_Base_C_GetMatchingObjects"); \ +static_assert(sizeof(BP_GroupInstance_Base_C_GetMatchingObjects) == 0x000010, "Wrong size on BP_GroupInstance_Base_C_GetMatchingObjects"); \ +static_assert(offsetof(BP_GroupInstance_Base_C_GetMatchingObjects, ReturnValue) == 0x000000, "Member 'BP_GroupInstance_Base_C_GetMatchingObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GroupInstance_Base_C \ +static_assert(alignof(UBP_GroupInstance_Base_C) == 0x000008, "Wrong alignment on UBP_GroupInstance_Base_C"); \ +static_assert(sizeof(UBP_GroupInstance_Base_C) == 0x000038, "Wrong size on UBP_GroupInstance_Base_C"); \ +static_assert(offsetof(UBP_GroupInstance_Base_C, MatchingObjects) == 0x000028, "Member 'UBP_GroupInstance_Base_C::MatchingObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCsvActorCountMetric \ +static_assert(alignof(UCsvActorCountMetric) == 0x000008, "Wrong alignment on UCsvActorCountMetric"); \ +static_assert(sizeof(UCsvActorCountMetric) == 0x000088, "Wrong size on UCsvActorCountMetric"); \ + +#define DUMPER7_ASSERTS_UCsvMetricsSubsystem \ +static_assert(alignof(UCsvMetricsSubsystem) == 0x000008, "Wrong alignment on UCsvMetricsSubsystem"); \ +static_assert(sizeof(UCsvMetricsSubsystem) == 0x000060, "Wrong size on UCsvMetricsSubsystem"); \ +static_assert(offsetof(UCsvMetricsSubsystem, MetricClasses) == 0x000030, "Member 'UCsvMetricsSubsystem::MetricClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCamShake_GrappleMovementStart_C \ +static_assert(alignof(UCamShake_GrappleMovementStart_C) == 0x000010, "Wrong alignment on UCamShake_GrappleMovementStart_C"); \ +static_assert(sizeof(UCamShake_GrappleMovementStart_C) == 0x0000E0, "Wrong size on UCamShake_GrappleMovementStart_C"); \ + +#define DUMPER7_ASSERTS_FManagedArrayCollection \ +static_assert(alignof(FManagedArrayCollection) == 0x000008, "Wrong alignment on FManagedArrayCollection"); \ +static_assert(sizeof(FManagedArrayCollection) == 0x0000B0, "Wrong size on FManagedArrayCollection"); \ + +#define DUMPER7_ASSERTS_FFieldCollection \ +static_assert(alignof(FFieldCollection) == 0x000008, "Wrong alignment on FFieldCollection"); \ +static_assert(sizeof(FFieldCollection) == 0x0000B0, "Wrong size on FFieldCollection"); \ + +#define DUMPER7_ASSERTS_FClosestPhysicsObjectResult \ +static_assert(alignof(FClosestPhysicsObjectResult) == 0x000008, "Wrong alignment on FClosestPhysicsObjectResult"); \ +static_assert(sizeof(FClosestPhysicsObjectResult) == 0x000028, "Wrong size on FClosestPhysicsObjectResult"); \ + +#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_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_FChaosSolverConfiguration \ +static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ +static_assert(sizeof(FChaosSolverConfiguration) == 0x00006C, "Wrong size on FChaosSolverConfiguration"); \ +static_assert(offsetof(FChaosSolverConfiguration, PositionIterations) == 0x000000, "Member 'FChaosSolverConfiguration::PositionIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, VelocityIterations) == 0x000004, "Member 'FChaosSolverConfiguration::VelocityIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ProjectionIterations) == 0x000008, "Member 'FChaosSolverConfiguration::ProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMaxPushOutVelocity) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionMaxPushOutVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionInitialOverlapDepenetrationVelocity) == 0x00001C, "Member 'FChaosSolverConfiguration::CollisionInitialOverlapDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000020, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x000024, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x000025, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x000028, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x000038, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x00003C, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x00004C, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000050, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000060, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000064, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000068, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverCollisionData \ +static_assert(alignof(FSolverCollisionData) == 0x000008, "Wrong alignment on FSolverCollisionData"); \ +static_assert(sizeof(FSolverCollisionData) == 0x0000C0, "Wrong size on FSolverCollisionData"); \ +static_assert(offsetof(FSolverCollisionData, Location) == 0x000000, "Member 'FSolverCollisionData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AccumulatedImpulse) == 0x000018, "Member 'FSolverCollisionData::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Normal) == 0x000030, "Member 'FSolverCollisionData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity1) == 0x000048, "Member 'FSolverCollisionData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity2) == 0x000060, "Member 'FSolverCollisionData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity1) == 0x000078, "Member 'FSolverCollisionData::AngularVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity2) == 0x000090, "Member 'FSolverCollisionData::AngularVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass1) == 0x0000A8, "Member 'FSolverCollisionData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass2) == 0x0000AC, "Member 'FSolverCollisionData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndex) == 0x0000B0, "Member 'FSolverCollisionData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndex) == 0x0000B4, "Member 'FSolverCollisionData::LevelsetIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndexMesh) == 0x0000B8, "Member 'FSolverCollisionData::ParticleIndexMesh' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndexMesh) == 0x0000BC, "Member 'FSolverCollisionData::LevelsetIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingData \ +static_assert(alignof(FSolverBreakingData) == 0x000008, "Wrong alignment on FSolverBreakingData"); \ +static_assert(sizeof(FSolverBreakingData) == 0x000058, "Wrong size on FSolverBreakingData"); \ +static_assert(offsetof(FSolverBreakingData, Location) == 0x000000, "Member 'FSolverBreakingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Velocity) == 0x000018, "Member 'FSolverBreakingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, AngularVelocity) == 0x000030, "Member 'FSolverBreakingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Mass) == 0x000048, "Member 'FSolverBreakingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndex) == 0x00004C, "Member 'FSolverBreakingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndexMesh) == 0x000050, "Member 'FSolverBreakingData::ParticleIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingData \ +static_assert(alignof(FSolverTrailingData) == 0x000008, "Wrong alignment on FSolverTrailingData"); \ +static_assert(sizeof(FSolverTrailingData) == 0x000058, "Wrong size on FSolverTrailingData"); \ +static_assert(offsetof(FSolverTrailingData, Location) == 0x000000, "Member 'FSolverTrailingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Velocity) == 0x000018, "Member 'FSolverTrailingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, AngularVelocity) == 0x000030, "Member 'FSolverTrailingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Mass) == 0x000048, "Member 'FSolverTrailingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndex) == 0x00004C, "Member 'FSolverTrailingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndexMesh) == 0x000050, "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_FSolverRemovalFilterSettings \ +static_assert(alignof(FSolverRemovalFilterSettings) == 0x000004, "Wrong alignment on FSolverRemovalFilterSettings"); \ +static_assert(sizeof(FSolverRemovalFilterSettings) == 0x00000C, "Wrong size on FSolverRemovalFilterSettings"); \ +static_assert(offsetof(FSolverRemovalFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverRemovalFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverRemovalFilterSettings, MinMass) == 0x000004, "Member 'FSolverRemovalFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverRemovalFilterSettings, MinVolume) == 0x000008, "Member 'FSolverRemovalFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B22_Outline_C \ +static_assert(alignof(UCTS_B22_Outline_C) == 0x000010, "Wrong alignment on UCTS_B22_Outline_C"); \ +static_assert(sizeof(UCTS_B22_Outline_C) == 0x0001B0, "Wrong size on UCTS_B22_Outline_C"); \ + +#define DUMPER7_ASSERTS_FDirectPathObjectLocator \ +static_assert(alignof(FDirectPathObjectLocator) == 0x000008, "Wrong alignment on FDirectPathObjectLocator"); \ +static_assert(sizeof(FDirectPathObjectLocator) == 0x000020, "Wrong size on FDirectPathObjectLocator"); \ +static_assert(offsetof(FDirectPathObjectLocator, Path) == 0x000000, "Member 'FDirectPathObjectLocator::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocatorSpawnedCacheResolveParameter \ +static_assert(alignof(FLocatorSpawnedCacheResolveParameter) == 0x000008, "Wrong alignment on FLocatorSpawnedCacheResolveParameter"); \ +static_assert(sizeof(FLocatorSpawnedCacheResolveParameter) == 0x000008, "Wrong size on FLocatorSpawnedCacheResolveParameter"); \ + +#define DUMPER7_ASSERTS_FSubObjectLocator \ +static_assert(alignof(FSubObjectLocator) == 0x000008, "Wrong alignment on FSubObjectLocator"); \ +static_assert(sizeof(FSubObjectLocator) == 0x000010, "Wrong size on FSubObjectLocator"); \ +static_assert(offsetof(FSubObjectLocator, PathWithinContext) == 0x000000, "Member 'FSubObjectLocator::PathWithinContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocatorFragment \ +static_assert(alignof(FUniversalObjectLocatorFragment) == 0x000008, "Wrong alignment on FUniversalObjectLocatorFragment"); \ +static_assert(sizeof(FUniversalObjectLocatorFragment) == 0x000020, "Wrong size on FUniversalObjectLocatorFragment"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocator \ +static_assert(alignof(FUniversalObjectLocator) == 0x000008, "Wrong alignment on FUniversalObjectLocator"); \ +static_assert(sizeof(FUniversalObjectLocator) == 0x000010, "Wrong size on FUniversalObjectLocator"); \ +static_assert(offsetof(FUniversalObjectLocator, Fragments) == 0x000000, "Member 'FUniversalObjectLocator::Fragments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocatorEmptyPayload \ +static_assert(alignof(FUniversalObjectLocatorEmptyPayload) == 0x000001, "Wrong alignment on FUniversalObjectLocatorEmptyPayload"); \ +static_assert(sizeof(FUniversalObjectLocatorEmptyPayload) == 0x000001, "Wrong size on FUniversalObjectLocatorEmptyPayload"); \ + +#define DUMPER7_ASSERTS_WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules \ +static_assert(alignof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules) == 0x000008, "Wrong alignment on WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules"); \ +static_assert(sizeof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules) == 0x000018, "Wrong size on WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules, EntryPoint) == 0x000000, "Member 'WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules, K2Node_CustomEvent_Active) == 0x000010, "Member 'WBP_Niagara_SlowParticules_C_ExecuteUbergraph_WBP_Niagara_SlowParticules::K2Node_CustomEvent_Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Niagara_SlowParticules_C_PreConstruct \ +static_assert(alignof(WBP_Niagara_SlowParticules_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Niagara_SlowParticules_C_PreConstruct"); \ +static_assert(sizeof(WBP_Niagara_SlowParticules_C_PreConstruct) == 0x000001, "Wrong size on WBP_Niagara_SlowParticules_C_PreConstruct"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Niagara_SlowParticules_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Niagara_SlowParticules_C_Set_FX_Parameters \ +static_assert(alignof(WBP_Niagara_SlowParticules_C_Set_FX_Parameters) == 0x000008, "Wrong alignment on WBP_Niagara_SlowParticules_C_Set_FX_Parameters"); \ +static_assert(sizeof(WBP_Niagara_SlowParticules_C_Set_FX_Parameters) == 0x000008, "Wrong size on WBP_Niagara_SlowParticules_C_Set_FX_Parameters"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_Set_FX_Parameters, SystemFX) == 0x000000, "Member 'WBP_Niagara_SlowParticules_C_Set_FX_Parameters::SystemFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive \ +static_assert(alignof(WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive) == 0x000001, "Wrong alignment on WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive"); \ +static_assert(sizeof(WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive) == 0x000001, "Wrong size on WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive"); \ +static_assert(offsetof(WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive, Active) == 0x000000, "Member 'WBP_Niagara_SlowParticules_C_SetNiagaraSystemActive::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Niagara_SlowParticules_C \ +static_assert(alignof(UWBP_Niagara_SlowParticules_C) == 0x000008, "Wrong alignment on UWBP_Niagara_SlowParticules_C"); \ +static_assert(sizeof(UWBP_Niagara_SlowParticules_C) == 0x000338, "Wrong size on UWBP_Niagara_SlowParticules_C"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Niagara_SlowParticules_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, NiagaraSystemWidget) == 0x0002E8, "Member 'UWBP_Niagara_SlowParticules_C::NiagaraSystemWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, AutoActivate) == 0x0002F0, "Member 'UWBP_Niagara_SlowParticules_C::AutoActivate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, BoxSize) == 0x0002F8, "Member 'UWBP_Niagara_SlowParticules_C::BoxSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, SpawnRate) == 0x000310, "Member 'UWBP_Niagara_SlowParticules_C::SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, NoiseStength) == 0x000314, "Member 'UWBP_Niagara_SlowParticules_C::NoiseStength' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, NoiseFrequency) == 0x000318, "Member 'UWBP_Niagara_SlowParticules_C::NoiseFrequency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, Velocity) == 0x00031C, "Member 'UWBP_Niagara_SlowParticules_C::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, Lifetime) == 0x000320, "Member 'UWBP_Niagara_SlowParticules_C::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, Size) == 0x000324, "Member 'UWBP_Niagara_SlowParticules_C::Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Niagara_SlowParticules_C, Color) == 0x000328, "Member 'UWBP_Niagara_SlowParticules_C::Color' 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_BP_GPE_Rope_C_ApplySplineRadius \ +static_assert(alignof(BP_GPE_Rope_C_ApplySplineRadius) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_ApplySplineRadius"); \ +static_assert(sizeof(BP_GPE_Rope_C_ApplySplineRadius) == 0x000030, "Wrong size on BP_GPE_Rope_C_ApplySplineRadius"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, Temp_int_Variable) == 0x000000, "Member 'BP_GPE_Rope_C_ApplySplineRadius::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_ApplySplineRadius::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_GPE_Rope_C_ApplySplineRadius::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_GPE_Rope_C_ApplySplineRadius::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000028, "Member 'BP_GPE_Rope_C_ApplySplineRadius::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ApplySplineRadius, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GPE_Rope_C_ApplySplineRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BottomTriggerSphereBig_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature) == 0x000001, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature, Activated) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_6_OnActivationChanged__DelegateSignature::Activated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature) == 0x000001, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature, Activated) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_BP_GPE_InternalActivationComponent_K2Node_ComponentBoundEvent_7_OnInstantActivationChanged__DelegateSignature::Activated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_EntryTriggerSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphere_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GPE_Rope_C_BndEvt__BP_GPE_Rope_TopTriggerSphereBig_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_CanInteractWithMount \ +static_assert(alignof(BP_GPE_Rope_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_GPE_Rope_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_GPE_Rope_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_GPE_Rope_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_GPE_Rope_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_CreateSplineMesh \ +static_assert(alignof(BP_GPE_Rope_C_CreateSplineMesh) == 0x000004, "Wrong alignment on BP_GPE_Rope_C_CreateSplineMesh"); \ +static_assert(sizeof(BP_GPE_Rope_C_CreateSplineMesh) == 0x000004, "Wrong size on BP_GPE_Rope_C_CreateSplineMesh"); \ +static_assert(offsetof(BP_GPE_Rope_C_CreateSplineMesh, local_CurrentIndex) == 0x000000, "Member 'BP_GPE_Rope_C_CreateSplineMesh::local_CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope \ +static_assert(alignof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope"); \ +static_assert(sizeof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope) == 0x000750, "Wrong size on BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, EntryPoint) == 0x000000, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Event_BattleState) == 0x000004, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Event_EndPlayReason) == 0x000005, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Event_Instant) == 0x000010, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent_5) == 0x000018, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor_5) == 0x000020, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp_5) == 0x000028, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex_5) == 0x000030, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_bFromSweep_3) == 0x000034, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_bFromSweep_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_SweepResult_3) == 0x000038, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_SweepResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent_4) == 0x000130, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor_4) == 0x000138, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp_4) == 0x000140, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex_4) == 0x000148, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000150, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000158, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000160, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000168, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_bFromSweep_2) == 0x00016C, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_bFromSweep_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_SweepResult_2) == 0x000170, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_SweepResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000268, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000270, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000278, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000280, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Event_InteractionState) == 0x000284, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue) == 0x000288, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000290, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_IsActivated_ReturnValue) == 0x000291, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_Activated_1) == 0x000292, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_Activated_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_Activated) == 0x000293, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_Activated' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_CustomEvent_Instant) == 0x000294, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_CustomEvent_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Not_PreBool_ReturnValue) == 0x000295, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000298, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002A0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x0002B8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0002C0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue_3) == 0x0002C8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002D0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0002D8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue_4) == 0x0002E0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0002E8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0002F0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0002F8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000300, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000304, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000308, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000400, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000401, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000408, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherActor) == 0x000410, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherComp) == 0x000418, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000420, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_bFromSweep) == 0x000424, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_ComponentBoundEvent_SweepResult) == 0x000428, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000520, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetInteractionSystem_ReturnValue) == 0x000528, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput) == 0x000530, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetRopeFXHeight_ReturnValue) == 0x000540, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetRopeFXHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_GetPlayerPawn_ReturnValue_5) == 0x000548, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_GetPlayerPawn_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_MakeVector_ReturnValue) == 0x000550, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000568, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000570, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, Temp_real_Variable) == 0x000588, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, Temp_real_Variable_1) == 0x000590, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, Temp_bool_Variable) == 0x000598, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, Temp_bool_Variable_1) == 0x000599, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Select_Default) == 0x0005A0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Select_Default_1) == 0x0005A8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_MakeVector_ReturnValue_1) == 0x0005C0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_IsActivated_ReturnValue_1) == 0x0005D8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_IsActivated_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_BooleanOR_ReturnValue) == 0x0005D9, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, Temp_bool_Variable_2) == 0x0005DA, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, K2Node_Select_Default_2) == 0x0005E0, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0005F8, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000610, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000618, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_VLerp_ReturnValue) == 0x000620, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000638, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Lerp_ReturnValue) == 0x000730, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_IsActivated_ReturnValue_2) == 0x000738, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_IsActivated_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Not_PreBool_ReturnValue_1) == 0x000739, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_BooleanAND_ReturnValue) == 0x00073A, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000740, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000748, "Member 'BP_GPE_Rope_C_ExecuteUbergraph_BP_GPE_Rope::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetEndPositionAndTangent \ +static_assert(alignof(BP_GPE_Rope_C_GetEndPositionAndTangent) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetEndPositionAndTangent"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetEndPositionAndTangent) == 0x000070, "Wrong size on BP_GPE_Rope_C_GetEndPositionAndTangent"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, Index_0) == 0x000000, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, position) == 0x000008, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::position' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, Tangent) == 0x000020, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::Tangent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, local_CurrentIndex) == 0x000038, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::local_CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, CallFunc_GetStartPositionAndTangent_Position) == 0x000040, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::CallFunc_GetStartPositionAndTangent_Position' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetEndPositionAndTangent, CallFunc_GetStartPositionAndTangent_Tangent) == 0x000058, "Member 'BP_GPE_Rope_C_GetEndPositionAndTangent::CallFunc_GetStartPositionAndTangent_Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetInteractionPromptParams \ +static_assert(alignof(BP_GPE_Rope_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetInteractionPromptParams) == 0x000020, "Wrong size on BP_GPE_Rope_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_GPE_Rope_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionPromptParams, CallFunc_IsActivated_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_GetInteractionPromptParams::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetRopeFXHeight \ +static_assert(alignof(BP_GPE_Rope_C_GetRopeFXHeight) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetRopeFXHeight"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetRopeFXHeight) == 0x000028, "Wrong size on BP_GPE_Rope_C_GetRopeFXHeight"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, CallFunc_IsActivated_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, CallFunc_GetSplineLength_ReturnValue) == 0x00000C, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetRopeFXHeight, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_GPE_Rope_C_GetRopeFXHeight::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetStartPositionAndTangent \ +static_assert(alignof(BP_GPE_Rope_C_GetStartPositionAndTangent) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetStartPositionAndTangent"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetStartPositionAndTangent) == 0x0000A0, "Wrong size on BP_GPE_Rope_C_GetStartPositionAndTangent"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, Index_0) == 0x000000, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, position) == 0x000008, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::position' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, Tangent) == 0x000020, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::Tangent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, local_CurrentIndex) == 0x000038, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::local_CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000040, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000050, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x000068, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_ClampVectorSize_ReturnValue) == 0x000080, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000098, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetStartPositionAndTangent, CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast) == 0x00009C, "Member 'BP_GPE_Rope_C_GetStartPositionAndTangent::CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_IsInteractionAvailable \ +static_assert(alignof(BP_GPE_Rope_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_GPE_Rope_C_IsInteractionAvailable) == 0x000005, "Wrong size on BP_GPE_Rope_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_GPE_Rope_C_IsInteractionAvailable::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionAvailable, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_GPE_Rope_C_IsInteractionAvailable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionAvailable, CallFunc_IsActivated_ReturnValue) == 0x000002, "Member 'BP_GPE_Rope_C_IsInteractionAvailable::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionAvailable, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'BP_GPE_Rope_C_IsInteractionAvailable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_GPE_Rope_C_IsInteractionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_IsInteractionDone \ +static_assert(alignof(BP_GPE_Rope_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_IsInteractionDone"); \ +static_assert(sizeof(BP_GPE_Rope_C_IsInteractionDone) == 0x000001, "Wrong size on BP_GPE_Rope_C_IsInteractionDone"); \ +static_assert(offsetof(BP_GPE_Rope_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_GPE_Rope_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_GPE_Rope_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_GPE_Rope_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_GPE_Rope_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_GPE_Rope_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_GPE_Rope_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_OnInteractionRequested \ +static_assert(alignof(BP_GPE_Rope_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GPE_Rope_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GPE_Rope_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GPE_Rope_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GPE_Rope_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GPE_Rope_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_GPE_Rope_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_GPE_Rope_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_GPE_Rope_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_GPE_Rope_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_GPE_Rope_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_ReceiveEndPlay \ +static_assert(alignof(BP_GPE_Rope_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_GPE_Rope_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_GPE_Rope_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_GPE_Rope_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_GPE_Rope_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_RegisterInteractionIfPossible \ +static_assert(alignof(BP_GPE_Rope_C_RegisterInteractionIfPossible) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_RegisterInteractionIfPossible"); \ +static_assert(sizeof(BP_GPE_Rope_C_RegisterInteractionIfPossible) == 0x000018, "Wrong size on BP_GPE_Rope_C_RegisterInteractionIfPossible"); \ +static_assert(offsetof(BP_GPE_Rope_C_RegisterInteractionIfPossible, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_RegisterInteractionIfPossible::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_RegisterInteractionIfPossible, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000008, "Member 'BP_GPE_Rope_C_RegisterInteractionIfPossible::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_SetCurrentUser \ +static_assert(alignof(BP_GPE_Rope_C_SetCurrentUser) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_SetCurrentUser"); \ +static_assert(sizeof(BP_GPE_Rope_C_SetCurrentUser) == 0x0000A0, "Wrong size on BP_GPE_Rope_C_SetCurrentUser"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, Character) == 0x000000, "Member 'BP_GPE_Rope_C_SetCurrentUser::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_SetCurrentUser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GPE_Rope_C_SetCurrentUser::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_GPE_Rope_C_SetCurrentUser::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GPE_Rope_C_SetCurrentUser::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GPE_Rope_C_SetCurrentUser::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_GPE_Rope_C_SetCurrentUser::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetCurrentUser, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_GPE_Rope_C_SetCurrentUser::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_SetupFXParameters \ +static_assert(alignof(BP_GPE_Rope_C_SetupFXParameters) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_SetupFXParameters"); \ +static_assert(sizeof(BP_GPE_Rope_C_SetupFXParameters) == 0x000160, "Wrong size on BP_GPE_Rope_C_SetupFXParameters"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_GetSplineLength_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_BreakVector_X) == 0x000028, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000058, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000150, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000158, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SetupFXParameters, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x00015C, "Member 'BP_GPE_Rope_C_SetupFXParameters::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_GPE_Rope_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_GPE_Rope_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_GPE_Rope_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_GPE_Rope_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_SpawnActivationExplosionFX \ +static_assert(alignof(BP_GPE_Rope_C_SpawnActivationExplosionFX) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_SpawnActivationExplosionFX"); \ +static_assert(sizeof(BP_GPE_Rope_C_SpawnActivationExplosionFX) == 0x000020, "Wrong size on BP_GPE_Rope_C_SpawnActivationExplosionFX"); \ +static_assert(offsetof(BP_GPE_Rope_C_SpawnActivationExplosionFX, Location) == 0x000000, "Member 'BP_GPE_Rope_C_SpawnActivationExplosionFX::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_SpawnActivationExplosionFX, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_SpawnActivationExplosionFX::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UnregisterInteractionIfNeeded \ +static_assert(alignof(BP_GPE_Rope_C_UnregisterInteractionIfNeeded) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UnregisterInteractionIfNeeded"); \ +static_assert(sizeof(BP_GPE_Rope_C_UnregisterInteractionIfNeeded) == 0x000018, "Wrong size on BP_GPE_Rope_C_UnregisterInteractionIfNeeded"); \ +static_assert(offsetof(BP_GPE_Rope_C_UnregisterInteractionIfNeeded, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UnregisterInteractionIfNeeded::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UnregisterInteractionIfNeeded, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000008, "Member 'BP_GPE_Rope_C_UnregisterInteractionIfNeeded::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateArrowsColor \ +static_assert(alignof(BP_GPE_Rope_C_UpdateArrowsColor) == 0x000004, "Wrong alignment on BP_GPE_Rope_C_UpdateArrowsColor"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateArrowsColor) == 0x000024, "Wrong size on BP_GPE_Rope_C_UpdateArrowsColor"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateArrowsColor, CallFunc_IsActivated_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateArrowsColor::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateArrowsColor, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'BP_GPE_Rope_C_UpdateArrowsColor::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateArrowsColor, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'BP_GPE_Rope_C_UpdateArrowsColor::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateEntryPointsLocation \ +static_assert(alignof(BP_GPE_Rope_C_UpdateEntryPointsLocation) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateEntryPointsLocation"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateEntryPointsLocation) == 0x000220, "Wrong size on BP_GPE_Rope_C_UpdateEntryPointsLocation"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateEntryPointsLocation, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateEntryPointsLocation::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateEntryPointsLocation, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000018, "Member 'BP_GPE_Rope_C_UpdateEntryPointsLocation::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateEntryPointsLocation, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000110, "Member 'BP_GPE_Rope_C_UpdateEntryPointsLocation::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateEntryPointsLocation, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000128, "Member 'BP_GPE_Rope_C_UpdateEntryPointsLocation::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateFXRope \ +static_assert(alignof(BP_GPE_Rope_C_UpdateFXRope) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_UpdateFXRope"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateFXRope) == 0x000001, "Wrong size on BP_GPE_Rope_C_UpdateFXRope"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateFXRope, Instant) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateFXRope::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplineMeshesVisibility \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateSplineMeshesVisibility"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility) == 0x000038, "Wrong size on BP_GPE_Rope_C_UpdateSplineMeshesVisibility"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_IsActivated_ReturnValue) == 0x000020, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplineMeshesVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_GPE_Rope_C_UpdateSplineMeshesVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex) == 0x000004, "Wrong alignment on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex) == 0x000008, "Wrong size on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex, Index_0) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0 \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0) == 0x0000C8, "Wrong size on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000030, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000050, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_GetRightVector_ReturnValue) == 0x000068, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000080, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000098, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex0::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1 \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1) == 0x0000C8, "Wrong size on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000038, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000050, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_GetUpVector_ReturnValue) == 0x000080, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000098, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex1::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2 \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2) == 0x0000C8, "Wrong size on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000038, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000050, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_GetRightVector_ReturnValue) == 0x000068, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000080, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000098, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex2::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3 \ +static_assert(alignof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3) == 0x000078, "Wrong size on BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000018, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_X_1) == 0x000048, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_Y_1) == 0x000050, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_BreakVector_Z_1) == 0x000058, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'BP_GPE_Rope_C_UpdateSplinePointLocationAtIndex3::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateState \ +static_assert(alignof(BP_GPE_Rope_C_UpdateState) == 0x000001, "Wrong alignment on BP_GPE_Rope_C_UpdateState"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateState) == 0x000002, "Wrong size on BP_GPE_Rope_C_UpdateState"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateState, Instant) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateState::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_GPE_Rope_C_UpdateState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UpdateStateInstant \ +static_assert(alignof(BP_GPE_Rope_C_UpdateStateInstant) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UpdateStateInstant"); \ +static_assert(sizeof(BP_GPE_Rope_C_UpdateStateInstant) == 0x000018, "Wrong size on BP_GPE_Rope_C_UpdateStateInstant"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateStateInstant, CallFunc_IsActivated_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UpdateStateInstant::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateStateInstant, CallFunc_GetRopeFXHeight_ReturnValue) == 0x000008, "Member 'BP_GPE_Rope_C_UpdateStateInstant::CallFunc_GetRopeFXHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UpdateStateInstant, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000010, "Member 'BP_GPE_Rope_C_UpdateStateInstant::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_UserConstructionScript \ +static_assert(alignof(BP_GPE_Rope_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_UserConstructionScript"); \ +static_assert(sizeof(BP_GPE_Rope_C_UserConstructionScript) == 0x000010, "Wrong size on BP_GPE_Rope_C_UserConstructionScript"); \ +static_assert(offsetof(BP_GPE_Rope_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_GPE_Rope_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x000008, "Member 'BP_GPE_Rope_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast_1) == 0x00000C, "Member 'BP_GPE_Rope_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_GPE_Rope_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetInteractionFeedbackLocation) == 0x000050, "Wrong size on BP_GPE_Rope_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_GPE_Rope_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionFeedbackLocation, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_GPE_Rope_C_GetInteractionFeedbackLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'BP_GPE_Rope_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GetInteractionLocation \ +static_assert(alignof(BP_GPE_Rope_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_GPE_Rope_C_GetInteractionLocation) == 0x000050, "Wrong size on BP_GPE_Rope_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_GPE_Rope_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_GPE_Rope_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionLocation, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_GPE_Rope_C_GetInteractionLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Rope_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'BP_GPE_Rope_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Rope_C_GPE_GetActivationComponent \ +static_assert(alignof(BP_GPE_Rope_C_GPE_GetActivationComponent) == 0x000008, "Wrong alignment on BP_GPE_Rope_C_GPE_GetActivationComponent"); \ +static_assert(sizeof(BP_GPE_Rope_C_GPE_GetActivationComponent) == 0x000008, "Wrong size on BP_GPE_Rope_C_GPE_GetActivationComponent"); \ +static_assert(offsetof(BP_GPE_Rope_C_GPE_GetActivationComponent, ActivationComponent) == 0x000000, "Member 'BP_GPE_Rope_C_GPE_GetActivationComponent::ActivationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_Rope_C \ +static_assert(alignof(ABP_GPE_Rope_C) == 0x000008, "Wrong alignment on ABP_GPE_Rope_C"); \ +static_assert(sizeof(ABP_GPE_Rope_C) == 0x0003E0, "Wrong size on ABP_GPE_Rope_C"); \ +static_assert(offsetof(ABP_GPE_Rope_C, UberGraphFrame) == 0x000290, "Member 'ABP_GPE_Rope_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopTriggerSphereBig) == 0x000298, "Member 'ABP_GPE_Rope_C::TopTriggerSphereBig' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomTriggerSphereBig) == 0x0002A0, "Member 'ABP_GPE_Rope_C::BottomTriggerSphereBig' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, AC_Loop) == 0x0002A8, "Member 'ABP_GPE_Rope_C::AC_Loop' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, FX_GPE_Rope) == 0x0002B0, "Member 'ABP_GPE_Rope_C::FX_GPE_Rope' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopPlayerStartPosition) == 0x0002B8, "Member 'ABP_GPE_Rope_C::TopPlayerStartPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, Bottom_PlayerStartPosition) == 0x0002C0, "Member 'ABP_GPE_Rope_C::Bottom_PlayerStartPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, DragAndDropPoint) == 0x0002C8, "Member 'ABP_GPE_Rope_C::DragAndDropPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopCapsulePoint) == 0x0002D0, "Member 'ABP_GPE_Rope_C::TopCapsulePoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomCapsulePoint) == 0x0002D8, "Member 'ABP_GPE_Rope_C::BottomCapsulePoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BP_GPE_SerializableComponent) == 0x0002E0, "Member 'ABP_GPE_Rope_C::BP_GPE_SerializableComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopCapsule) == 0x0002E8, "Member 'ABP_GPE_Rope_C::TopCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomCapsule) == 0x0002F0, "Member 'ABP_GPE_Rope_C::BottomCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopArrow) == 0x0002F8, "Member 'ABP_GPE_Rope_C::TopArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomArrow) == 0x000300, "Member 'ABP_GPE_Rope_C::BottomArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopInteractionPromptLocation) == 0x000308, "Member 'ABP_GPE_Rope_C::TopInteractionPromptLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, TopTriggerSphere) == 0x000310, "Member 'ABP_GPE_Rope_C::TopTriggerSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomInteractionPromptLocation) == 0x000318, "Member 'ABP_GPE_Rope_C::BottomInteractionPromptLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BottomTriggerSphere) == 0x000320, "Member 'ABP_GPE_Rope_C::BottomTriggerSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, BP_GPE_InternalActivationComponent) == 0x000328, "Member 'ABP_GPE_Rope_C::BP_GPE_InternalActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, PivotPointSphere) == 0x000330, "Member 'ABP_GPE_Rope_C::PivotPointSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CharacterTrajectorySpline) == 0x000338, "Member 'ABP_GPE_Rope_C::CharacterTrajectorySpline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, DefaultSceneRoot) == 0x000340, "Member 'ABP_GPE_Rope_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, SetFXHeight_0_to_1_18FEACBC46C3B0C41BA7B58769DE6C50) == 0x000348, "Member 'ABP_GPE_Rope_C::SetFXHeight_0_to_1_18FEACBC46C3B0C41BA7B58769DE6C50' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, SetFXHeight__Direction_18FEACBC46C3B0C41BA7B58769DE6C50) == 0x00034C, "Member 'ABP_GPE_Rope_C::SetFXHeight__Direction_18FEACBC46C3B0C41BA7B58769DE6C50' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, SetFXHeight) == 0x000350, "Member 'ABP_GPE_Rope_C::SetFXHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, IsActivatedByDefault) == 0x000358, "Member 'ABP_GPE_Rope_C::IsActivatedByDefault' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, InteractionParameters) == 0x000360, "Member 'ABP_GPE_Rope_C::InteractionParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CurrentDirection) == 0x000380, "Member 'ABP_GPE_Rope_C::CurrentDirection' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CurveRadius) == 0x000388, "Member 'ABP_GPE_Rope_C::CurveRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, SplineMesh) == 0x000390, "Member 'ABP_GPE_Rope_C::SplineMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, SectionLength) == 0x000398, "Member 'ABP_GPE_Rope_C::SectionLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, ForwardAxis) == 0x0003A0, "Member 'ABP_GPE_Rope_C::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, ActivationParameters) == 0x0003A8, "Member 'ABP_GPE_Rope_C::ActivationParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CanBeActivatedFromBottom) == 0x0003C8, "Member 'ABP_GPE_Rope_C::CanBeActivatedFromBottom' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CanBeActivatedFromTop) == 0x0003C9, "Member 'ABP_GPE_Rope_C::CanBeActivatedFromTop' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, InteractionRegistered) == 0x0003CA, "Member 'ABP_GPE_Rope_C::InteractionRegistered' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, CurrentUser) == 0x0003D0, "Member 'ABP_GPE_Rope_C::CurrentUser' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Rope_C, WasActivatedByBeginPlay) == 0x0003D8, "Member 'ABP_GPE_Rope_C::WasActivatedByBeginPlay' 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) == 0x000080, "Wrong size on FMediaPlayerOptions"); \ +static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, TrackSelection) == 0x00001C, "Member 'FMediaPlayerOptions::TrackSelection' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTimeType) == 0x000028, "Member 'FMediaPlayerOptions::SeekTimeType' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000029, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x00002A, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Monolith_C_UserConstructionScript \ +static_assert(alignof(BP_Monolith_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Monolith_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Monolith_C_UserConstructionScript) == 0x000080, "Wrong size on BP_Monolith_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, Temp_object_Variable) == 0x000000, "Member 'BP_Monolith_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, Temp_bool_Variable) == 0x000008, "Member 'BP_Monolith_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000010, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, K2Node_Select_Default) == 0x000020, "Member 'BP_Monolith_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000058, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000060, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000068, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x00006C, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000070, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x000074, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000078, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00007C, "Member 'BP_Monolith_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Monolith_C_ReceiveTick \ +static_assert(alignof(BP_Monolith_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Monolith_C_ReceiveTick"); \ +static_assert(sizeof(BP_Monolith_C_ReceiveTick) == 0x000004, "Wrong size on BP_Monolith_C_ReceiveTick"); \ +static_assert(offsetof(BP_Monolith_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Monolith_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Monolith_C_ExecuteUbergraph_BP_Monolith \ +static_assert(alignof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith) == 0x000008, "Wrong alignment on BP_Monolith_C_ExecuteUbergraph_BP_Monolith"); \ +static_assert(sizeof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith) == 0x000058, "Wrong size on BP_Monolith_C_ExecuteUbergraph_BP_Monolith"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, EntryPoint) == 0x000000, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000004, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000014, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_GetObjectiveStatus_Status) == 0x000024, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000025, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_HasPersistentFlag_Result) == 0x00002C, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_GetQuestSystem_QuestSystem) == 0x000030, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2) == 0x000038, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_GetObjectiveStatus_Status_1) == 0x000048, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_GetObjectiveStatus_Status_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_GetObjectiveStatus_Status_2) == 0x000049, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_GetObjectiveStatus_Status_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00004A, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00004B, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_BooleanOR_ReturnValue) == 0x00004C, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000050, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Monolith_C_ExecuteUbergraph_BP_Monolith, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x000054, "Member 'BP_Monolith_C_ExecuteUbergraph_BP_Monolith::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Monolith_C \ +static_assert(alignof(ABP_Monolith_C) == 0x000008, "Wrong alignment on ABP_Monolith_C"); \ +static_assert(sizeof(ABP_Monolith_C) == 0x0002F0, "Wrong size on ABP_Monolith_C"); \ +static_assert(offsetof(ABP_Monolith_C, UberGraphFrame) == 0x000290, "Member 'ABP_Monolith_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, SM_33monolith) == 0x000298, "Member 'ABP_Monolith_C::SM_33monolith' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, hair_mesh) == 0x0002A0, "Member 'ABP_Monolith_C::hair_mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, paintress_pose) == 0x0002A8, "Member 'ABP_Monolith_C::paintress_pose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, monolith) == 0x0002B0, "Member 'ABP_Monolith_C::monolith' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_Monolith_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, VeinsGlow) == 0x0002C0, "Member 'ABP_Monolith_C::VeinsGlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, Number_Glow) == 0x0002C8, "Member 'ABP_Monolith_C::Number_Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, Three3_Progress) == 0x0002D0, "Member 'ABP_Monolith_C::Three3_Progress' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, Glow) == 0x0002D8, "Member 'ABP_Monolith_C::Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, DynamicMaterialInstance) == 0x0002E0, "Member 'ABP_Monolith_C::DynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Monolith_C, IsNumberMaterialMasked) == 0x0002E8, "Member 'ABP_Monolith_C::IsNumberMaterialMasked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementValidator_C_GetWorldContext \ +static_assert(alignof(BP_AchievementValidator_C_GetWorldContext) == 0x000008, "Wrong alignment on BP_AchievementValidator_C_GetWorldContext"); \ +static_assert(sizeof(BP_AchievementValidator_C_GetWorldContext) == 0x000008, "Wrong size on BP_AchievementValidator_C_GetWorldContext"); \ +static_assert(offsetof(BP_AchievementValidator_C_GetWorldContext, WorldContext) == 0x000000, "Member 'BP_AchievementValidator_C_GetWorldContext::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementValidator_C_Initialize \ +static_assert(alignof(BP_AchievementValidator_C_Initialize) == 0x000008, "Wrong alignment on BP_AchievementValidator_C_Initialize"); \ +static_assert(sizeof(BP_AchievementValidator_C_Initialize) == 0x000010, "Wrong size on BP_AchievementValidator_C_Initialize"); \ +static_assert(offsetof(BP_AchievementValidator_C_Initialize, GameInstance) == 0x000000, "Member 'BP_AchievementValidator_C_Initialize::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_C_Initialize, IsValidated) == 0x000008, "Member 'BP_AchievementValidator_C_Initialize::IsValidated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AchievementValidator_C \ +static_assert(alignof(UBP_AchievementValidator_C) == 0x000008, "Wrong alignment on UBP_AchievementValidator_C"); \ +static_assert(sizeof(UBP_AchievementValidator_C) == 0x000050, "Wrong size on UBP_AchievementValidator_C"); \ +static_assert(offsetof(UBP_AchievementValidator_C, AchievementID) == 0x000030, "Member 'UBP_AchievementValidator_C::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(UBP_AchievementValidator_C, OnAchievementValidatorPassed) == 0x000038, "Member 'UBP_AchievementValidator_C::OnAchievementValidatorPassed' has a wrong offset!"); \ +static_assert(offsetof(UBP_AchievementValidator_C, GameInstanceReference) == 0x000048, "Member 'UBP_AchievementValidator_C::GameInstanceReference' 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_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_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_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_FBindableStructDesc \ +static_assert(alignof(FBindableStructDesc) == 0x000008, "Wrong alignment on FBindableStructDesc"); \ +static_assert(sizeof(FBindableStructDesc) == 0x000010, "Wrong size on FBindableStructDesc"); \ +static_assert(offsetof(FBindableStructDesc, Struct) == 0x000000, "Member 'FBindableStructDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FBindableStructDesc, Name) == 0x000008, "Member 'FBindableStructDesc::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingPathSegment \ +static_assert(alignof(FPropertyBindingPathSegment) == 0x000008, "Wrong alignment on FPropertyBindingPathSegment"); \ +static_assert(sizeof(FPropertyBindingPathSegment) == 0x000018, "Wrong size on FPropertyBindingPathSegment"); \ +static_assert(offsetof(FPropertyBindingPathSegment, Name) == 0x000000, "Member 'FPropertyBindingPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPathSegment, ArrayIndex) == 0x000008, "Member 'FPropertyBindingPathSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPathSegment, InstanceStruct) == 0x000010, "Member 'FPropertyBindingPathSegment::InstanceStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingPath \ +static_assert(alignof(FPropertyBindingPath) == 0x000008, "Wrong alignment on FPropertyBindingPath"); \ +static_assert(sizeof(FPropertyBindingPath) == 0x000010, "Wrong size on FPropertyBindingPath"); \ +static_assert(offsetof(FPropertyBindingPath, Segments) == 0x000000, "Member 'FPropertyBindingPath::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxInteractionRenderer_C_SetInteractionsTexture \ +static_assert(alignof(BPI_FluxInteractionRenderer_C_SetInteractionsTexture) == 0x000008, "Wrong alignment on BPI_FluxInteractionRenderer_C_SetInteractionsTexture"); \ +static_assert(sizeof(BPI_FluxInteractionRenderer_C_SetInteractionsTexture) == 0x000008, "Wrong size on BPI_FluxInteractionRenderer_C_SetInteractionsTexture"); \ +static_assert(offsetof(BPI_FluxInteractionRenderer_C_SetInteractionsTexture, Texture) == 0x000000, "Member 'BPI_FluxInteractionRenderer_C_SetInteractionsTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxInteractionRenderer_C_SetInteractionsArea \ +static_assert(alignof(BPI_FluxInteractionRenderer_C_SetInteractionsArea) == 0x000004, "Wrong alignment on BPI_FluxInteractionRenderer_C_SetInteractionsArea"); \ +static_assert(sizeof(BPI_FluxInteractionRenderer_C_SetInteractionsArea) == 0x000010, "Wrong size on BPI_FluxInteractionRenderer_C_SetInteractionsArea"); \ +static_assert(offsetof(BPI_FluxInteractionRenderer_C_SetInteractionsArea, Area) == 0x000000, "Member 'BPI_FluxInteractionRenderer_C_SetInteractionsArea::Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxInteractionRenderer_C_GetSimulationState \ +static_assert(alignof(BPI_FluxInteractionRenderer_C_GetSimulationState) == 0x000008, "Wrong alignment on BPI_FluxInteractionRenderer_C_GetSimulationState"); \ +static_assert(sizeof(BPI_FluxInteractionRenderer_C_GetSimulationState) == 0x000008, "Wrong size on BPI_FluxInteractionRenderer_C_GetSimulationState"); \ +static_assert(offsetof(BPI_FluxInteractionRenderer_C_GetSimulationState, State) == 0x000000, "Member 'BPI_FluxInteractionRenderer_C_GetSimulationState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxInteractionRenderer_C_GetCoastlineState \ +static_assert(alignof(BPI_FluxInteractionRenderer_C_GetCoastlineState) == 0x000008, "Wrong alignment on BPI_FluxInteractionRenderer_C_GetCoastlineState"); \ +static_assert(sizeof(BPI_FluxInteractionRenderer_C_GetCoastlineState) == 0x000008, "Wrong size on BPI_FluxInteractionRenderer_C_GetCoastlineState"); \ +static_assert(offsetof(BPI_FluxInteractionRenderer_C_GetCoastlineState, State) == 0x000000, "Member 'BPI_FluxInteractionRenderer_C_GetCoastlineState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxInteractionRenderer_C_CanRenderInteractions \ +static_assert(alignof(BPI_FluxInteractionRenderer_C_CanRenderInteractions) == 0x000001, "Wrong alignment on BPI_FluxInteractionRenderer_C_CanRenderInteractions"); \ +static_assert(sizeof(BPI_FluxInteractionRenderer_C_CanRenderInteractions) == 0x000001, "Wrong size on BPI_FluxInteractionRenderer_C_CanRenderInteractions"); \ +static_assert(offsetof(BPI_FluxInteractionRenderer_C_CanRenderInteractions, CanRender) == 0x000000, "Member 'BPI_FluxInteractionRenderer_C_CanRenderInteractions::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxInteractionRenderer_C \ +static_assert(alignof(IBPI_FluxInteractionRenderer_C) == 0x000001, "Wrong alignment on IBPI_FluxInteractionRenderer_C"); \ +static_assert(sizeof(IBPI_FluxInteractionRenderer_C) == 0x000001, "Wrong size on IBPI_FluxInteractionRenderer_C"); \ + +#define DUMPER7_ASSERTS_BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate \ +static_assert(alignof(BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate) == 0x000008, "Wrong alignment on BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(sizeof(BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate) == 0x000010, "Wrong size on BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(offsetof(BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate, GameplayElementsToActivate) == 0x000000, "Member 'BPI_GPE_TriggerInterface_C_GPETrigger_GetGameplayElementsToActivate::GameplayElementsToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GPE_TriggerInterface_C \ +static_assert(alignof(IBPI_GPE_TriggerInterface_C) == 0x000001, "Wrong alignment on IBPI_GPE_TriggerInterface_C"); \ +static_assert(sizeof(IBPI_GPE_TriggerInterface_C) == 0x000001, "Wrong size on IBPI_GPE_TriggerInterface_C"); \ + +#define DUMPER7_ASSERTS_FControlRigSplineImpl \ +static_assert(alignof(FControlRigSplineImpl) == 0x000008, "Wrong alignment on FControlRigSplineImpl"); \ +static_assert(sizeof(FControlRigSplineImpl) == 0x000068, "Wrong size on FControlRigSplineImpl"); \ + +#define DUMPER7_ASSERTS_FControlRigSpline \ +static_assert(alignof(FControlRigSpline) == 0x000008, "Wrong alignment on FControlRigSpline"); \ +static_assert(sizeof(FControlRigSpline) == 0x000018, "Wrong size on FControlRigSpline"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineBase \ +static_assert(alignof(FRigUnit_ControlRigSplineBase) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineBase"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineBase) == 0x000008, "Wrong size on FRigUnit_ControlRigSplineBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineFromPoints \ +static_assert(alignof(FRigUnit_ControlRigSplineFromPoints) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineFromPoints"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineFromPoints) == 0x000040, "Wrong size on FRigUnit_ControlRigSplineFromPoints"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Points) == 0x000008, "Member 'FRigUnit_ControlRigSplineFromPoints::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, SplineMode) == 0x000018, "Member 'FRigUnit_ControlRigSplineFromPoints::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, bClosed) == 0x000019, "Member 'FRigUnit_ControlRigSplineFromPoints::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, SamplesPerSegment) == 0x00001C, "Member 'FRigUnit_ControlRigSplineFromPoints::SamplesPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Compression) == 0x000020, "Member 'FRigUnit_ControlRigSplineFromPoints::Compression' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Stretch) == 0x000024, "Member 'FRigUnit_ControlRigSplineFromPoints::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Spline) == 0x000028, "Member 'FRigUnit_ControlRigSplineFromPoints::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineFromTransforms \ +static_assert(alignof(FRigUnit_ControlRigSplineFromTransforms) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineFromTransforms"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineFromTransforms) == 0x000040, "Wrong size on FRigUnit_ControlRigSplineFromTransforms"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Transforms) == 0x000008, "Member 'FRigUnit_ControlRigSplineFromTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, SplineMode) == 0x000018, "Member 'FRigUnit_ControlRigSplineFromTransforms::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, bClosed) == 0x000019, "Member 'FRigUnit_ControlRigSplineFromTransforms::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, SamplesPerSegment) == 0x00001C, "Member 'FRigUnit_ControlRigSplineFromTransforms::SamplesPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Compression) == 0x000020, "Member 'FRigUnit_ControlRigSplineFromTransforms::Compression' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Stretch) == 0x000024, "Member 'FRigUnit_ControlRigSplineFromTransforms::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Spline) == 0x000028, "Member 'FRigUnit_ControlRigSplineFromTransforms::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSplinePoints \ +static_assert(alignof(FRigUnit_SetSplinePoints) == 0x000010, "Wrong alignment on FRigUnit_SetSplinePoints"); \ +static_assert(sizeof(FRigUnit_SetSplinePoints) == 0x000200, "Wrong size on FRigUnit_SetSplinePoints"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Points) == 0x0001D0, "Member 'FRigUnit_SetSplinePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Spline) == 0x0001E0, "Member 'FRigUnit_SetSplinePoints::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSplineTransforms \ +static_assert(alignof(FRigUnit_SetSplineTransforms) == 0x000010, "Wrong alignment on FRigUnit_SetSplineTransforms"); \ +static_assert(sizeof(FRigUnit_SetSplineTransforms) == 0x000200, "Wrong size on FRigUnit_SetSplineTransforms"); \ +static_assert(offsetof(FRigUnit_SetSplineTransforms, Transforms) == 0x0001D0, "Member 'FRigUnit_SetSplineTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSplineTransforms, Spline) == 0x0001E0, "Member 'FRigUnit_SetSplineTransforms::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionFromControlRigSpline \ +static_assert(alignof(FRigUnit_PositionFromControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_PositionFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_PositionFromControlRigSpline) == 0x000040, "Wrong size on FRigUnit_PositionFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_PositionFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, U) == 0x000020, "Member 'FRigUnit_PositionFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, position) == 0x000028, "Member 'FRigUnit_PositionFromControlRigSpline::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformFromControlRigSpline \ +static_assert(alignof(FRigUnit_TransformFromControlRigSpline) == 0x000010, "Wrong alignment on FRigUnit_TransformFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_TransformFromControlRigSpline) == 0x0000A0, "Wrong size on FRigUnit_TransformFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_TransformFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, UpVector) == 0x000020, "Member 'FRigUnit_TransformFromControlRigSpline::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Roll) == 0x000038, "Member 'FRigUnit_TransformFromControlRigSpline::Roll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, U) == 0x00003C, "Member 'FRigUnit_TransformFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Transform) == 0x000040, "Member 'FRigUnit_TransformFromControlRigSpline::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformFromControlRigSpline2 \ +static_assert(alignof(FRigUnit_TransformFromControlRigSpline2) == 0x000010, "Wrong alignment on FRigUnit_TransformFromControlRigSpline2"); \ +static_assert(sizeof(FRigUnit_TransformFromControlRigSpline2) == 0x0000C0, "Wrong size on FRigUnit_TransformFromControlRigSpline2"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, Spline) == 0x000008, "Member 'FRigUnit_TransformFromControlRigSpline2::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, U) == 0x000020, "Member 'FRigUnit_TransformFromControlRigSpline2::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, PrimaryAxis) == 0x000028, "Member 'FRigUnit_TransformFromControlRigSpline2::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, SecondaryAxis) == 0x000040, "Member 'FRigUnit_TransformFromControlRigSpline2::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, Transform) == 0x000060, "Member 'FRigUnit_TransformFromControlRigSpline2::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TangentFromControlRigSpline \ +static_assert(alignof(FRigUnit_TangentFromControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_TangentFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_TangentFromControlRigSpline) == 0x000040, "Wrong size on FRigUnit_TangentFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_TangentFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, U) == 0x000020, "Member 'FRigUnit_TangentFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, Tangent) == 0x000028, "Member 'FRigUnit_TangentFromControlRigSpline::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawControlRigSpline \ +static_assert(alignof(FRigUnit_DrawControlRigSpline) == 0x000010, "Wrong alignment on FRigUnit_DrawControlRigSpline"); \ +static_assert(sizeof(FRigUnit_DrawControlRigSpline) == 0x000200, "Wrong size on FRigUnit_DrawControlRigSpline"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Spline) == 0x0001D0, "Member 'FRigUnit_DrawControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Color) == 0x0001E8, "Member 'FRigUnit_DrawControlRigSpline::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Thickness) == 0x0001F8, "Member 'FRigUnit_DrawControlRigSpline::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Detail) == 0x0001FC, "Member 'FRigUnit_DrawControlRigSpline::Detail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetLengthControlRigSpline \ +static_assert(alignof(FRigUnit_GetLengthControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_GetLengthControlRigSpline"); \ +static_assert(sizeof(FRigUnit_GetLengthControlRigSpline) == 0x000028, "Wrong size on FRigUnit_GetLengthControlRigSpline"); \ +static_assert(offsetof(FRigUnit_GetLengthControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_GetLengthControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthControlRigSpline, Length) == 0x000020, "Member 'FRigUnit_GetLengthControlRigSpline::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetLengthAtParamControlRigSpline \ +static_assert(alignof(FRigUnit_GetLengthAtParamControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_GetLengthAtParamControlRigSpline"); \ +static_assert(sizeof(FRigUnit_GetLengthAtParamControlRigSpline) == 0x000028, "Wrong size on FRigUnit_GetLengthAtParamControlRigSpline"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, U) == 0x000020, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, Length) == 0x000024, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToSplineCurve \ +static_assert(alignof(FRigUnit_FitChainToSplineCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToSplineCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToSplineCurve) == 0x0003A0, "Wrong size on FRigUnit_FitChainToSplineCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToSplineCurve::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Spline) == 0x0001E0, "Member 'FRigUnit_FitChainToSplineCurve::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Alignment) == 0x0001F8, "Member 'FRigUnit_FitChainToSplineCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Minimum) == 0x0001FC, "Member 'FRigUnit_FitChainToSplineCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Maximum) == 0x000200, "Member 'FRigUnit_FitChainToSplineCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SamplingPrecision) == 0x000204, "Member 'FRigUnit_FitChainToSplineCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PrimaryAxis) == 0x000208, "Member 'FRigUnit_FitChainToSplineCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SecondaryAxis) == 0x000220, "Member 'FRigUnit_FitChainToSplineCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PoleVectorPosition) == 0x000238, "Member 'FRigUnit_FitChainToSplineCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Rotations) == 0x000250, "Member 'FRigUnit_FitChainToSplineCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, RotationEaseType) == 0x000260, "Member 'FRigUnit_FitChainToSplineCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Weight) == 0x000264, "Member 'FRigUnit_FitChainToSplineCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_FitChainToSplineCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, DebugSettings) == 0x000270, "Member 'FRigUnit_FitChainToSplineCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, WorkData) == 0x000300, "Member 'FRigUnit_FitChainToSplineCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToSplineCurveItemArray \ +static_assert(alignof(FRigUnit_FitChainToSplineCurveItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitChainToSplineCurveItemArray"); \ +static_assert(sizeof(FRigUnit_FitChainToSplineCurveItemArray) == 0x0003A0, "Wrong size on FRigUnit_FitChainToSplineCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Spline) == 0x0001E0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Alignment) == 0x0001F8, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Minimum) == 0x0001FC, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Maximum) == 0x000200, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SamplingPrecision) == 0x000204, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PrimaryAxis) == 0x000208, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SecondaryAxis) == 0x000220, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PoleVectorPosition) == 0x000238, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Rotations) == 0x000250, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, RotationEaseType) == 0x000260, "Member 'FRigUnit_FitChainToSplineCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Weight) == 0x000264, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, bPropagateToChildren) == 0x000268, "Member 'FRigUnit_FitChainToSplineCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, DebugSettings) == 0x000270, "Member 'FRigUnit_FitChainToSplineCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, WorkData) == 0x000300, "Member 'FRigUnit_FitChainToSplineCurveItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SplineConstraint_WorkData \ +static_assert(alignof(FRigUnit_SplineConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SplineConstraint_WorkData"); \ +static_assert(sizeof(FRigUnit_SplineConstraint_WorkData) == 0x000038, "Wrong size on FRigUnit_SplineConstraint_WorkData"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SplineConstraint_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ItemTransforms) == 0x000008, "Member 'FRigUnit_SplineConstraint_WorkData::ItemTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ItemSegments) == 0x000018, "Member 'FRigUnit_SplineConstraint_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, CachedItems) == 0x000028, "Member 'FRigUnit_SplineConstraint_WorkData::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SplineConstraint \ +static_assert(alignof(FRigUnit_SplineConstraint) == 0x000010, "Wrong alignment on FRigUnit_SplineConstraint"); \ +static_assert(sizeof(FRigUnit_SplineConstraint) == 0x000280, "Wrong size on FRigUnit_SplineConstraint"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Items) == 0x0001D0, "Member 'FRigUnit_SplineConstraint::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Spline) == 0x0001E0, "Member 'FRigUnit_SplineConstraint::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Alignment) == 0x0001F8, "Member 'FRigUnit_SplineConstraint::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Minimum) == 0x0001FC, "Member 'FRigUnit_SplineConstraint::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Maximum) == 0x000200, "Member 'FRigUnit_SplineConstraint::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, PrimaryAxis) == 0x000208, "Member 'FRigUnit_SplineConstraint::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, SecondaryAxis) == 0x000220, "Member 'FRigUnit_SplineConstraint::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, bPropagateToChildren) == 0x000238, "Member 'FRigUnit_SplineConstraint::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, WorkData) == 0x000240, "Member 'FRigUnit_SplineConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitSplineCurveToChain \ +static_assert(alignof(FRigUnit_FitSplineCurveToChain) == 0x000010, "Wrong alignment on FRigUnit_FitSplineCurveToChain"); \ +static_assert(sizeof(FRigUnit_FitSplineCurveToChain) == 0x000200, "Wrong size on FRigUnit_FitSplineCurveToChain"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Items) == 0x0001D0, "Member 'FRigUnit_FitSplineCurveToChain::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Spline) == 0x0001E0, "Member 'FRigUnit_FitSplineCurveToChain::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitSplineCurveToChainItemArray \ +static_assert(alignof(FRigUnit_FitSplineCurveToChainItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitSplineCurveToChainItemArray"); \ +static_assert(sizeof(FRigUnit_FitSplineCurveToChainItemArray) == 0x000200, "Wrong size on FRigUnit_FitSplineCurveToChainItemArray"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Items) == 0x0001D0, "Member 'FRigUnit_FitSplineCurveToChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Spline) == 0x0001E0, "Member 'FRigUnit_FitSplineCurveToChainItemArray::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ClosestParameterFromControlRigSpline \ +static_assert(alignof(FRigUnit_ClosestParameterFromControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_ClosestParameterFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_ClosestParameterFromControlRigSpline) == 0x000040, "Wrong size on FRigUnit_ClosestParameterFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_ClosestParameterFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_ClosestParameterFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ClosestParameterFromControlRigSpline, position) == 0x000020, "Member 'FRigUnit_ClosestParameterFromControlRigSpline::position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ClosestParameterFromControlRigSpline, U) == 0x000038, "Member 'FRigUnit_ClosestParameterFromControlRigSpline::U' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParameterAtPercentage \ +static_assert(alignof(FRigUnit_ParameterAtPercentage) == 0x000008, "Wrong alignment on FRigUnit_ParameterAtPercentage"); \ +static_assert(sizeof(FRigUnit_ParameterAtPercentage) == 0x000028, "Wrong size on FRigUnit_ParameterAtPercentage"); \ +static_assert(offsetof(FRigUnit_ParameterAtPercentage, Spline) == 0x000008, "Member 'FRigUnit_ParameterAtPercentage::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParameterAtPercentage, Percentage) == 0x000020, "Member 'FRigUnit_ParameterAtPercentage::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParameterAtPercentage, U) == 0x000024, "Member 'FRigUnit_ParameterAtPercentage::U' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BlockedActionFeedback \ +static_assert(alignof(FS_BlockedActionFeedback) == 0x000008, "Wrong alignment on FS_BlockedActionFeedback"); \ +static_assert(sizeof(FS_BlockedActionFeedback) == 0x000018, "Wrong size on FS_BlockedActionFeedback"); \ +static_assert(offsetof(FS_BlockedActionFeedback, BlockedActionType_11_439B746048518673723DBD868B6F6DF3) == 0x000000, "Member 'FS_BlockedActionFeedback::BlockedActionType_11_439B746048518673723DBD868B6F6DF3' has a wrong offset!"); \ +static_assert(offsetof(FS_BlockedActionFeedback, Message_3_48469ADC4468D8C5F34B538BF838A782) == 0x000008, "Member 'FS_BlockedActionFeedback::Message_3_48469ADC4468D8C5F34B538BF838A782' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKBoneSetting \ +static_assert(alignof(FPBIKBoneSetting) == 0x000008, "Wrong alignment on FPBIKBoneSetting"); \ +static_assert(sizeof(FPBIKBoneSetting) == 0x000050, "Wrong size on FPBIKBoneSetting"); \ +static_assert(offsetof(FPBIKBoneSetting, bone) == 0x000000, "Member 'FPBIKBoneSetting::bone' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, RotationStiffness) == 0x000008, "Member 'FPBIKBoneSetting::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, PositionStiffness) == 0x00000C, "Member 'FPBIKBoneSetting::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, X) == 0x000010, "Member 'FPBIKBoneSetting::X' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinX) == 0x000014, "Member 'FPBIKBoneSetting::MinX' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxX) == 0x000018, "Member 'FPBIKBoneSetting::MaxX' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, Y) == 0x00001C, "Member 'FPBIKBoneSetting::Y' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinY) == 0x000020, "Member 'FPBIKBoneSetting::MinY' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxY) == 0x000024, "Member 'FPBIKBoneSetting::MaxY' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, Z) == 0x000028, "Member 'FPBIKBoneSetting::Z' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinZ) == 0x00002C, "Member 'FPBIKBoneSetting::MinZ' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxZ) == 0x000030, "Member 'FPBIKBoneSetting::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, bUsePreferredAngles) == 0x000034, "Member 'FPBIKBoneSetting::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, PreferredAngles) == 0x000038, "Member 'FPBIKBoneSetting::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootPrePullSettings \ +static_assert(alignof(FRootPrePullSettings) == 0x000004, "Wrong alignment on FRootPrePullSettings"); \ +static_assert(sizeof(FRootPrePullSettings) == 0x000020, "Wrong size on FRootPrePullSettings"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlpha) == 0x000000, "Member 'FRootPrePullSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaX) == 0x000004, "Member 'FRootPrePullSettings::RotationAlphaX' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaY) == 0x000008, "Member 'FRootPrePullSettings::RotationAlphaY' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaZ) == 0x00000C, "Member 'FRootPrePullSettings::RotationAlphaZ' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlpha) == 0x000010, "Member 'FRootPrePullSettings::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaX) == 0x000014, "Member 'FRootPrePullSettings::PositionAlphaX' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaY) == 0x000018, "Member 'FRootPrePullSettings::PositionAlphaY' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaZ) == 0x00001C, "Member 'FRootPrePullSettings::PositionAlphaZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolverSettings \ +static_assert(alignof(FPBIKSolverSettings) == 0x000004, "Wrong alignment on FPBIKSolverSettings"); \ +static_assert(sizeof(FPBIKSolverSettings) == 0x000040, "Wrong size on FPBIKSolverSettings"); \ +static_assert(offsetof(FPBIKSolverSettings, Iterations) == 0x000000, "Member 'FPBIKSolverSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, SubIterations) == 0x000004, "Member 'FPBIKSolverSettings::SubIterations' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MassMultiplier) == 0x000008, "Member 'FPBIKSolverSettings::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, bAllowStretch) == 0x00000C, "Member 'FPBIKSolverSettings::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, RootBehavior) == 0x00000D, "Member 'FPBIKSolverSettings::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, PrePullRootSettings) == 0x000010, "Member 'FPBIKSolverSettings::PrePullRootSettings' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, GlobalPullChainAlpha) == 0x000030, "Member 'FPBIKSolverSettings::GlobalPullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MaxAngle) == 0x000034, "Member 'FPBIKSolverSettings::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, OverRelaxation) == 0x000038, "Member 'FPBIKSolverSettings::OverRelaxation' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, bStartSolveFromInputPose) == 0x00003C, "Member 'FPBIKSolverSettings::bStartSolveFromInputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolver \ +static_assert(alignof(FPBIKSolver) == 0x000008, "Wrong alignment on FPBIKSolver"); \ +static_assert(sizeof(FPBIKSolver) == 0x000058, "Wrong size on FPBIKSolver"); \ + +#define DUMPER7_ASSERTS_FPBIKDebug \ +static_assert(alignof(FPBIKDebug) == 0x000004, "Wrong alignment on FPBIKDebug"); \ +static_assert(sizeof(FPBIKDebug) == 0x000008, "Wrong size on FPBIKDebug"); \ +static_assert(offsetof(FPBIKDebug, DrawScale) == 0x000000, "Member 'FPBIKDebug::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(FPBIKDebug, bDrawDebug) == 0x000004, "Member 'FPBIKDebug::bDrawDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKEffector \ +static_assert(alignof(FPBIKEffector) == 0x000010, "Wrong alignment on FPBIKEffector"); \ +static_assert(sizeof(FPBIKEffector) == 0x000090, "Wrong size on FPBIKEffector"); \ +static_assert(offsetof(FPBIKEffector, bone) == 0x000000, "Member 'FPBIKEffector::bone' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, Transform) == 0x000010, "Member 'FPBIKEffector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PositionAlpha) == 0x000070, "Member 'FPBIKEffector::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, RotationAlpha) == 0x000074, "Member 'FPBIKEffector::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, StrengthAlpha) == 0x000078, "Member 'FPBIKEffector::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, ChainDepth) == 0x00007C, "Member 'FPBIKEffector::ChainDepth' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PullChainAlpha) == 0x000080, "Member 'FPBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PinRotation) == 0x000084, "Member 'FPBIKEffector::PinRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKWorkData \ +static_assert(alignof(FPBIKWorkData) == 0x000008, "Wrong alignment on FPBIKWorkData"); \ +static_assert(sizeof(FPBIKWorkData) == 0x000080, "Wrong size on FPBIKWorkData"); \ +static_assert(offsetof(FPBIKWorkData, bNeedsInit) == 0x000000, "Member 'FPBIKWorkData::bNeedsInit' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, HashInitializedWith) == 0x000004, "Member 'FPBIKWorkData::HashInitializedWith' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, BoneSettingToSolverBoneIndex) == 0x000008, "Member 'FPBIKWorkData::BoneSettingToSolverBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, SolverBoneToElementIndex) == 0x000018, "Member 'FPBIKWorkData::SolverBoneToElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, Solver) == 0x000028, "Member 'FPBIKWorkData::Solver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PBIK \ +static_assert(alignof(FRigUnit_PBIK) == 0x000010, "Wrong alignment on FRigUnit_PBIK"); \ +static_assert(sizeof(FRigUnit_PBIK) == 0x0002E0, "Wrong size on FRigUnit_PBIK"); \ +static_assert(offsetof(FRigUnit_PBIK, Root) == 0x0001D0, "Member 'FRigUnit_PBIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Effectors) == 0x0001D8, "Member 'FRigUnit_PBIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, EffectorSolverIndices) == 0x0001E8, "Member 'FRigUnit_PBIK::EffectorSolverIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, BoneSettings) == 0x0001F8, "Member 'FRigUnit_PBIK::BoneSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, ExcludedBones) == 0x000208, "Member 'FRigUnit_PBIK::ExcludedBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Settings) == 0x000218, "Member 'FRigUnit_PBIK::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Debug) == 0x000258, "Member 'FRigUnit_PBIK::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, WorkData) == 0x000260, "Member 'FRigUnit_PBIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_SetTexture2DConfig \ +static_assert(alignof(BPL_FluidFlux_C_SetTexture2DConfig) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_SetTexture2DConfig"); \ +static_assert(sizeof(BPL_FluidFlux_C_SetTexture2DConfig) == 0x000018, "Wrong size on BPL_FluidFlux_C_SetTexture2DConfig"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, RenderTargetObject) == 0x000000, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::RenderTargetObject' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, Filter) == 0x000008, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::Filter' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, SRGB) == 0x000009, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::SRGB' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, Address_X) == 0x00000A, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::Address_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, Address_Y) == 0x00000B, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::Address_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, Mip_Gen_Settings) == 0x00000C, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::Mip_Gen_Settings' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetTexture2DConfig, __WorldContext) == 0x000010, "Member 'BPL_FluidFlux_C_SetTexture2DConfig::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_SetRenderTargetConfig \ +static_assert(alignof(BPL_FluidFlux_C_SetRenderTargetConfig) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_SetRenderTargetConfig"); \ +static_assert(sizeof(BPL_FluidFlux_C_SetRenderTargetConfig) == 0x000018, "Wrong size on BPL_FluidFlux_C_SetRenderTargetConfig"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, RenderTargetObject) == 0x000000, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::RenderTargetObject' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, Filter) == 0x000008, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::Filter' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, SRGB) == 0x000009, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::SRGB' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, Address_X) == 0x00000A, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::Address_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, Address_Y) == 0x00000B, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::Address_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRenderTargetConfig, __WorldContext) == 0x000010, "Member 'BPL_FluidFlux_C_SetRenderTargetConfig::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_SetRectTransform2D \ +static_assert(alignof(BPL_FluidFlux_C_SetRectTransform2D) == 0x000010, "Wrong alignment on BPL_FluidFlux_C_SetRectTransform2D"); \ +static_assert(sizeof(BPL_FluidFlux_C_SetRectTransform2D) == 0x000170, "Wrong size on BPL_FluidFlux_C_SetRectTransform2D"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, Target) == 0x000000, "Member 'BPL_FluidFlux_C_SetRectTransform2D::Target' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, InTransform) == 0x000010, "Member 'BPL_FluidFlux_C_SetRectTransform2D::InTransform' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, __WorldContext) == 0x000070, "Member 'BPL_FluidFlux_C_SetRectTransform2D::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakTransform_Location) == 0x000078, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakTransform_Rotation) == 0x000090, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_X) == 0x0000C0, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Y) == 0x0000C8, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Z) == 0x0000D0, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_GetForwardVector_ReturnValue) == 0x0000D8, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_X_1) == 0x0000F0, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Y_1) == 0x0000F8, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Z_1) == 0x000100, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_X_2) == 0x000108, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Y_2) == 0x000110, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_BreakVector_Z_2) == 0x000118, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, K2Node_MakeStruct_LinearColor) == 0x000120, "Member 'BPL_FluidFlux_C_SetRectTransform2D::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_MakeColor_ReturnValue) == 0x000130, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_MakeColor_B_ImplicitCast) == 0x000140, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_MakeColor_A_ImplicitCast) == 0x000144, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, K2Node_MakeStruct_A_ImplicitCast) == 0x000148, "Member 'BPL_FluidFlux_C_SetRectTransform2D::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_MakeColor_R_ImplicitCast) == 0x00014C, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_MakeColor_G_ImplicitCast) == 0x000150, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000154, "Member 'BPL_FluidFlux_C_SetRectTransform2D::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, K2Node_MakeStruct_R_ImplicitCast) == 0x000158, "Member 'BPL_FluidFlux_C_SetRectTransform2D::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, K2Node_MakeStruct_G_ImplicitCast) == 0x00015C, "Member 'BPL_FluidFlux_C_SetRectTransform2D::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_SetRectTransform2D, K2Node_MakeStruct_B_ImplicitCast) == 0x000160, "Member 'BPL_FluidFlux_C_SetRectTransform2D::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_RecreateRenderTarget \ +static_assert(alignof(BPL_FluidFlux_C_RecreateRenderTarget) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_RecreateRenderTarget"); \ +static_assert(sizeof(BPL_FluidFlux_C_RecreateRenderTarget) == 0x000080, "Wrong size on BPL_FluidFlux_C_RecreateRenderTarget"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CurrentTexture) == 0x000000, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CurrentTexture' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, Width) == 0x000008, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::Width' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, Height) == 0x00000C, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::Height' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, Format) == 0x000010, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::Format' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, ClearColor) == 0x000014, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, LOD) == 0x000024, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::LOD' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, GenerateMipmaps) == 0x000025, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::GenerateMipmaps' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, __WorldContext) == 0x000028, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, newTexture) == 0x000030, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::newTexture' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, D) == 0x000038, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::D' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, H) == 0x00003C, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::H' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, W) == 0x000040, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::W' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, TextureRenderTarget) == 0x000048, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_Conv_ByteToDouble_ReturnValue) == 0x000050, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_Conv_ByteToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_Round_ReturnValue) == 0x000060, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_Divide_IntInt_ReturnValue) == 0x000068, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00006C, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_CreateRenderTarget2D_ReturnValue) == 0x000070, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_CreateRenderTarget2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_RecreateRenderTarget, CallFunc_CheckRenderTarget_TheSame) == 0x000078, "Member 'BPL_FluidFlux_C_RecreateRenderTarget::CallFunc_CheckRenderTarget_TheSame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_IsValuePowerOfTwo \ +static_assert(alignof(BPL_FluidFlux_C_IsValuePowerOfTwo) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_IsValuePowerOfTwo"); \ +static_assert(sizeof(BPL_FluidFlux_C_IsValuePowerOfTwo) == 0x000028, "Wrong size on BPL_FluidFlux_C_IsValuePowerOfTwo"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, Value) == 0x000000, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::Value' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, __WorldContext) == 0x000008, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, Result) == 0x000010, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::Result' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, CallFunc_And_IntInt_ReturnValue) == 0x00001C, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::CallFunc_And_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsValuePowerOfTwo, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BPL_FluidFlux_C_IsValuePowerOfTwo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_IsPointPowerOfTwo \ +static_assert(alignof(BPL_FluidFlux_C_IsPointPowerOfTwo) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_IsPointPowerOfTwo"); \ +static_assert(sizeof(BPL_FluidFlux_C_IsPointPowerOfTwo) == 0x000018, "Wrong size on BPL_FluidFlux_C_IsPointPowerOfTwo"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, Value) == 0x000000, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::Value' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, __WorldContext) == 0x000008, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, Result) == 0x000010, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::Result' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, CallFunc_IsValuePowerOfTwo_Result) == 0x000011, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::CallFunc_IsValuePowerOfTwo_Result' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, CallFunc_IsValuePowerOfTwo_Result_1) == 0x000012, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::CallFunc_IsValuePowerOfTwo_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_IsPointPowerOfTwo, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BPL_FluidFlux_C_IsPointPowerOfTwo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_GetUndefiniedHeight \ +static_assert(alignof(BPL_FluidFlux_C_GetUndefiniedHeight) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_GetUndefiniedHeight"); \ +static_assert(sizeof(BPL_FluidFlux_C_GetUndefiniedHeight) == 0x000010, "Wrong size on BPL_FluidFlux_C_GetUndefiniedHeight"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetUndefiniedHeight, __WorldContext) == 0x000000, "Member 'BPL_FluidFlux_C_GetUndefiniedHeight::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetUndefiniedHeight, NewParam) == 0x000008, "Member 'BPL_FluidFlux_C_GetUndefiniedHeight::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_GetEngineVersionInt \ +static_assert(alignof(BPL_FluidFlux_C_GetEngineVersionInt) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_GetEngineVersionInt"); \ +static_assert(sizeof(BPL_FluidFlux_C_GetEngineVersionInt) == 0x000048, "Wrong size on BPL_FluidFlux_C_GetEngineVersionInt"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, __WorldContext) == 0x000000, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, Integer) == 0x000008, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::Integer' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, CallFunc_GetEngineVersion_ReturnValue) == 0x000010, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::CallFunc_GetEngineVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, CallFunc_GetSubstring_ReturnValue) == 0x000020, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, CallFunc_Replace_ReturnValue) == 0x000030, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetEngineVersionInt, CallFunc_Conv_StringToInt_ReturnValue) == 0x000040, "Member 'BPL_FluidFlux_C_GetEngineVersionInt::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_CheckRenderTarget \ +static_assert(alignof(BPL_FluidFlux_C_CheckRenderTarget) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_CheckRenderTarget"); \ +static_assert(sizeof(BPL_FluidFlux_C_CheckRenderTarget) == 0x000038, "Wrong size on BPL_FluidFlux_C_CheckRenderTarget"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, Width) == 0x000000, "Member 'BPL_FluidFlux_C_CheckRenderTarget::Width' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, Height) == 0x000004, "Member 'BPL_FluidFlux_C_CheckRenderTarget::Height' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, Format) == 0x000008, "Member 'BPL_FluidFlux_C_CheckRenderTarget::Format' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CurrentRenderTarget) == 0x000010, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CurrentRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, __WorldContext) == 0x000018, "Member 'BPL_FluidFlux_C_CheckRenderTarget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, TheSame) == 0x000020, "Member 'BPL_FluidFlux_C_CheckRenderTarget::TheSame' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, TextureRenderTarget) == 0x000028, "Member 'BPL_FluidFlux_C_CheckRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000032, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_CheckRenderTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x000034, "Member 'BPL_FluidFlux_C_CheckRenderTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_MakeVolumeLocalTransform \ +static_assert(alignof(BPL_FluidFlux_C_MakeVolumeLocalTransform) == 0x000010, "Wrong alignment on BPL_FluidFlux_C_MakeVolumeLocalTransform"); \ +static_assert(sizeof(BPL_FluidFlux_C_MakeVolumeLocalTransform) == 0x000150, "Wrong size on BPL_FluidFlux_C_MakeVolumeLocalTransform"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, ExtraSize) == 0x000000, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::ExtraSize' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, Scale) == 0x000018, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, ZOffsetScale) == 0x000030, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::ZOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, __WorldContext) == 0x000038, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, NewParam) == 0x000040, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_BreakVector_X) == 0x0000A0, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_BreakVector_Y) == 0x0000A8, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_BreakVector_Z) == 0x0000B0, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000B8, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_MakeVector_ReturnValue) == 0x0000D8, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_MakeVolumeLocalTransform, CallFunc_MakeTransform_ReturnValue) == 0x0000F0, "Member 'BPL_FluidFlux_C_MakeVolumeLocalTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FluidFlux_C_GetBordersVector \ +static_assert(alignof(BPL_FluidFlux_C_GetBordersVector) == 0x000008, "Wrong alignment on BPL_FluidFlux_C_GetBordersVector"); \ +static_assert(sizeof(BPL_FluidFlux_C_GetBordersVector) == 0x0000A0, "Wrong size on BPL_FluidFlux_C_GetBordersVector"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, StateAreaBorders) == 0x000000, "Member 'BPL_FluidFlux_C_GetBordersVector::StateAreaBorders' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, __WorldContext) == 0x000008, "Member 'BPL_FluidFlux_C_GetBordersVector::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, LinearColor) == 0x000010, "Member 'BPL_FluidFlux_C_GetBordersVector::LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_MakeLiteralInt_ReturnValue) == 0x000020, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000024, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_And_IntInt_ReturnValue) == 0x000028, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_And_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_And_IntInt_ReturnValue_1) == 0x00002C, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_And_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000030, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000031, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x000038, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_Conv_BoolToDouble_ReturnValue_1) == 0x000040, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_Conv_BoolToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x000048, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_MakeLiteralInt_ReturnValue_3) == 0x00004C, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_MakeLiteralInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_And_IntInt_ReturnValue_2) == 0x000050, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_And_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_And_IntInt_ReturnValue_3) == 0x000054, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_And_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000058, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x000059, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_Conv_BoolToDouble_ReturnValue_2) == 0x000060, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_Conv_BoolToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_Conv_BoolToDouble_ReturnValue_3) == 0x000068, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_Conv_BoolToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, K2Node_MakeStruct_LinearColor) == 0x000070, "Member 'BPL_FluidFlux_C_GetBordersVector::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, CallFunc_Multiply_LinearColorFloat_ReturnValue) == 0x000080, "Member 'BPL_FluidFlux_C_GetBordersVector::CallFunc_Multiply_LinearColorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, K2Node_MakeStruct_B_ImplicitCast) == 0x000090, "Member 'BPL_FluidFlux_C_GetBordersVector::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, K2Node_MakeStruct_A_ImplicitCast) == 0x000094, "Member 'BPL_FluidFlux_C_GetBordersVector::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, K2Node_MakeStruct_R_ImplicitCast) == 0x000098, "Member 'BPL_FluidFlux_C_GetBordersVector::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_FluidFlux_C_GetBordersVector, K2Node_MakeStruct_G_ImplicitCast) == 0x00009C, "Member 'BPL_FluidFlux_C_GetBordersVector::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPL_FluidFlux_C \ +static_assert(alignof(UBPL_FluidFlux_C) == 0x000008, "Wrong alignment on UBPL_FluidFlux_C"); \ +static_assert(sizeof(UBPL_FluidFlux_C) == 0x000028, "Wrong size on UBPL_FluidFlux_C"); \ + +#define DUMPER7_ASSERTS_FFBIKBoneLimit \ +static_assert(alignof(FFBIKBoneLimit) == 0x000008, "Wrong alignment on FFBIKBoneLimit"); \ +static_assert(sizeof(FFBIKBoneLimit) == 0x000020, "Wrong size on FFBIKBoneLimit"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_X) == 0x000000, "Member 'FFBIKBoneLimit::LimitType_X' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_Y) == 0x000001, "Member 'FFBIKBoneLimit::LimitType_Y' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, LimitType_Z) == 0x000002, "Member 'FFBIKBoneLimit::LimitType_Z' has a wrong offset!"); \ +static_assert(offsetof(FFBIKBoneLimit, Limit) == 0x000008, "Member 'FFBIKBoneLimit::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKConstraintOption \ +static_assert(alignof(FFBIKConstraintOption) == 0x000008, "Wrong alignment on FFBIKConstraintOption"); \ +static_assert(sizeof(FFBIKConstraintOption) == 0x0000A0, "Wrong size on FFBIKConstraintOption"); \ +static_assert(offsetof(FFBIKConstraintOption, Item) == 0x000000, "Member 'FFBIKConstraintOption::Item' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bEnabled) == 0x00000C, "Member 'FFBIKConstraintOption::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUseStiffness) == 0x00000D, "Member 'FFBIKConstraintOption::bUseStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, LinearStiffness) == 0x000010, "Member 'FFBIKConstraintOption::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, AngularStiffness) == 0x000028, "Member 'FFBIKConstraintOption::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUseAngularLimit) == 0x000040, "Member 'FFBIKConstraintOption::bUseAngularLimit' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, AngularLimit) == 0x000048, "Member 'FFBIKConstraintOption::AngularLimit' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, bUsePoleVector) == 0x000068, "Member 'FFBIKConstraintOption::bUsePoleVector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, PoleVectorOption) == 0x000069, "Member 'FFBIKConstraintOption::PoleVectorOption' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, PoleVector) == 0x000070, "Member 'FFBIKConstraintOption::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKConstraintOption, OffsetRotation) == 0x000088, "Member 'FFBIKConstraintOption::OffsetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionProcessInput \ +static_assert(alignof(FMotionProcessInput) == 0x000001, "Wrong alignment on FMotionProcessInput"); \ +static_assert(sizeof(FMotionProcessInput) == 0x000002, "Wrong size on FMotionProcessInput"); \ +static_assert(offsetof(FMotionProcessInput, bForceEffectorRotationTarget) == 0x000000, "Member 'FMotionProcessInput::bForceEffectorRotationTarget' has a wrong offset!"); \ +static_assert(offsetof(FMotionProcessInput, bOnlyApplyWhenReachedToTarget) == 0x000001, "Member 'FMotionProcessInput::bOnlyApplyWhenReachedToTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKDebugOption \ +static_assert(alignof(FFBIKDebugOption) == 0x000010, "Wrong alignment on FFBIKDebugOption"); \ +static_assert(sizeof(FFBIKDebugOption) == 0x000080, "Wrong size on FFBIKDebugOption"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugHierarchy) == 0x000000, "Member 'FFBIKDebugOption::bDrawDebugHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bColorAngularMotionStrength) == 0x000001, "Member 'FFBIKDebugOption::bColorAngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bColorLinearMotionStrength) == 0x000002, "Member 'FFBIKDebugOption::bColorLinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugAxes) == 0x000003, "Member 'FFBIKDebugOption::bDrawDebugAxes' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugEffector) == 0x000004, "Member 'FFBIKDebugOption::bDrawDebugEffector' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, bDrawDebugConstraints) == 0x000005, "Member 'FFBIKDebugOption::bDrawDebugConstraints' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, DrawWorldOffset) == 0x000010, "Member 'FFBIKDebugOption::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FFBIKDebugOption, DrawSize) == 0x000070, "Member 'FFBIKDebugOption::DrawSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverInput \ +static_assert(alignof(FSolverInput) == 0x000004, "Wrong alignment on FSolverInput"); \ +static_assert(sizeof(FSolverInput) == 0x000024, "Wrong size on FSolverInput"); \ +static_assert(offsetof(FSolverInput, LinearMotionStrength) == 0x000000, "Member 'FSolverInput::LinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MinLinearMotionStrength) == 0x000004, "Member 'FSolverInput::MinLinearMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, AngularMotionStrength) == 0x000008, "Member 'FSolverInput::AngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MinAngularMotionStrength) == 0x00000C, "Member 'FSolverInput::MinAngularMotionStrength' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, DefaultTargetClamp) == 0x000010, "Member 'FSolverInput::DefaultTargetClamp' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, Precision) == 0x000014, "Member 'FSolverInput::Precision' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, Damping) == 0x000018, "Member 'FSolverInput::Damping' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, MaxIterations) == 0x00001C, "Member 'FSolverInput::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverInput, bUseJacobianTranspose) == 0x000020, "Member 'FSolverInput::bUseJacobianTranspose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBIKEndEffector \ +static_assert(alignof(FFBIKEndEffector) == 0x000010, "Wrong alignment on FFBIKEndEffector"); \ +static_assert(sizeof(FFBIKEndEffector) == 0x000060, "Wrong size on FFBIKEndEffector"); \ +static_assert(offsetof(FFBIKEndEffector, Item) == 0x000000, "Member 'FFBIKEndEffector::Item' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, position) == 0x000010, "Member 'FFBIKEndEffector::position' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, PositionAlpha) == 0x000028, "Member 'FFBIKEndEffector::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, PositionDepth) == 0x00002C, "Member 'FFBIKEndEffector::PositionDepth' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, Rotation) == 0x000030, "Member 'FFBIKEndEffector::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, RotationAlpha) == 0x000050, "Member 'FFBIKEndEffector::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, RotationDepth) == 0x000054, "Member 'FFBIKEndEffector::RotationDepth' has a wrong offset!"); \ +static_assert(offsetof(FFBIKEndEffector, Pull) == 0x000058, "Member 'FFBIKEndEffector::Pull' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK_WorkData \ +static_assert(alignof(FRigUnit_FullbodyIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FullbodyIK_WorkData"); \ +static_assert(sizeof(FRigUnit_FullbodyIK_WorkData) == 0x000198, "Wrong size on FRigUnit_FullbodyIK_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FullbodyIK \ +static_assert(alignof(FRigUnit_FullbodyIK) == 0x000010, "Wrong alignment on FRigUnit_FullbodyIK"); \ +static_assert(sizeof(FRigUnit_FullbodyIK) == 0x000450, "Wrong size on FRigUnit_FullbodyIK"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x0001D0, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x0001E0, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x0001F0, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000200, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x000224, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x000226, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x000230, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x0002B0, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component \ +static_assert(alignof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component) == 0x000008, "Wrong alignment on BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component"); \ +static_assert(sizeof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component) == 0x0003D8, "Wrong size on BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, EntryPoint) == 0x000000, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_NormalizeDistanceDeactivate_ReturnValue) == 0x000008, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_NormalizeDistanceDeactivate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetTimeSeconds_ReturnValue) == 0x000018, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetOwner_ReturnValue_1) == 0x000038, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000048, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000050, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, K2Node_Event_DeltaSeconds) == 0x000068, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakRotator_Roll) == 0x00006C, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakRotator_Pitch) == 0x000070, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakRotator_Yaw) == 0x000074, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000078, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000088, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetOwner_ReturnValue_2) == 0x000090, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetOwner_ReturnValue_3) == 0x000098, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x0000A0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x0000A8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_GetOwner_ReturnValue_4) == 0x0000B0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetRootComponent_ReturnValue_4) == 0x0000B8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetRootComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000C8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0000E0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Sin_ReturnValue) == 0x0000E8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_X) == 0x0000F0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_Y) == 0x0000F8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_Z) == 0x000100, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000108, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000110, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000118, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000120, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000128, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000138, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000140, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Cos_ReturnValue) == 0x000148, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Cos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x000150, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x000158, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x000160, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x000168, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Sin_ReturnValue_1) == 0x000170, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Sin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x000178, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_13) == 0x000180, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_MakeRotator_ReturnValue) == 0x000188, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Multiply_DoubleDouble_ReturnValue_14) == 0x0001A0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Multiply_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001A8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_X_1) == 0x0002A0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_Y_1) == 0x0002A8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_BreakVector_Z_1) == 0x0002B0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x0002B8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_MakeVector_ReturnValue) == 0x0002C0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0002D8, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x0003D0, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x0003D4, "Member 'BP_buoyancy_component_C_ExecuteUbergraph_BP_buoyancy_component::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_buoyancy_component_C_NormalizeDistanceDeactivate \ +static_assert(alignof(BP_buoyancy_component_C_NormalizeDistanceDeactivate) == 0x000008, "Wrong alignment on BP_buoyancy_component_C_NormalizeDistanceDeactivate"); \ +static_assert(sizeof(BP_buoyancy_component_C_NormalizeDistanceDeactivate) == 0x000088, "Wrong size on BP_buoyancy_component_C_NormalizeDistanceDeactivate"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, ReturnValue) == 0x000000, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_GetCameraLocation_ReturnValue) == 0x000010, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_Vector_Distance_ReturnValue) == 0x000060, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000068, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_FClamp_ReturnValue) == 0x000070, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_buoyancy_component_C_NormalizeDistanceDeactivate, CallFunc_FClamp_ReturnValue_1) == 0x000080, "Member 'BP_buoyancy_component_C_NormalizeDistanceDeactivate::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_buoyancy_component_C_ReceiveTick \ +static_assert(alignof(BP_buoyancy_component_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_buoyancy_component_C_ReceiveTick"); \ +static_assert(sizeof(BP_buoyancy_component_C_ReceiveTick) == 0x000004, "Wrong size on BP_buoyancy_component_C_ReceiveTick"); \ +static_assert(offsetof(BP_buoyancy_component_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_buoyancy_component_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_buoyancy_component_C \ +static_assert(alignof(UBP_buoyancy_component_C) == 0x000008, "Wrong alignment on UBP_buoyancy_component_C"); \ +static_assert(sizeof(UBP_buoyancy_component_C) == 0x0000E8, "Wrong size on UBP_buoyancy_component_C"); \ +static_assert(offsetof(UBP_buoyancy_component_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_buoyancy_component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, WavesSpeed) == 0x0000A8, "Member 'UBP_buoyancy_component_C::WavesSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, WavesIntensity) == 0x0000B0, "Member 'UBP_buoyancy_component_C::WavesIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, SeedBoat) == 0x0000B8, "Member 'UBP_buoyancy_component_C::SeedBoat' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, SaveActorLocation) == 0x0000C0, "Member 'UBP_buoyancy_component_C::SaveActorLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, DistanceStopBuoyancy) == 0x0000D8, "Member 'UBP_buoyancy_component_C::DistanceStopBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(UBP_buoyancy_component_C, FadeDistanceStopBuoyancy) == 0x0000E0, "Member 'UBP_buoyancy_component_C::FadeDistanceStopBuoyancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeCurveKey \ +static_assert(alignof(FInterchangeCurveKey) == 0x000004, "Wrong alignment on FInterchangeCurveKey"); \ +static_assert(sizeof(FInterchangeCurveKey) == 0x00001C, "Wrong size on FInterchangeCurveKey"); \ +static_assert(offsetof(FInterchangeCurveKey, InterpMode) == 0x000000, "Member 'FInterchangeCurveKey::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, TangentMode) == 0x000001, "Member 'FInterchangeCurveKey::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, TangentWeightMode) == 0x000002, "Member 'FInterchangeCurveKey::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, Time) == 0x000004, "Member 'FInterchangeCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, Value) == 0x000008, "Member 'FInterchangeCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, ArriveTangent) == 0x00000C, "Member 'FInterchangeCurveKey::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FInterchangeCurveKey::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, LeaveTangent) == 0x000014, "Member 'FInterchangeCurveKey::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FInterchangeCurveKey::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeCurve \ +static_assert(alignof(FInterchangeCurve) == 0x000008, "Wrong alignment on FInterchangeCurve"); \ +static_assert(sizeof(FInterchangeCurve) == 0x000010, "Wrong size on FInterchangeCurve"); \ +static_assert(offsetof(FInterchangeCurve, Keys) == 0x000000, "Member 'FInterchangeCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeStepCurve \ +static_assert(alignof(FInterchangeStepCurve) == 0x000008, "Wrong alignment on FInterchangeStepCurve"); \ +static_assert(sizeof(FInterchangeStepCurve) == 0x000088, "Wrong size on FInterchangeStepCurve"); \ +static_assert(offsetof(FInterchangeStepCurve, KeyTimes) == 0x000000, "Member 'FInterchangeStepCurve::KeyTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NavFilter_Enemy_C \ +static_assert(alignof(UBP_NavFilter_Enemy_C) == 0x000008, "Wrong alignment on UBP_NavFilter_Enemy_C"); \ +static_assert(sizeof(UBP_NavFilter_Enemy_C) == 0x000048, "Wrong size on UBP_NavFilter_Enemy_C"); \ + +#define DUMPER7_ASSERTS_FMax3DataflowNode \ +static_assert(alignof(FMax3DataflowNode) == 0x000008, "Wrong alignment on FMax3DataflowNode"); \ +static_assert(sizeof(FMax3DataflowNode) == 0x0000F8, "Wrong size on FMax3DataflowNode"); \ +static_assert(offsetof(FMax3DataflowNode, FloatA) == 0x0000E8, "Member 'FMax3DataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, FloatB) == 0x0000EC, "Member 'FMax3DataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, FloatC) == 0x0000F0, "Member 'FMax3DataflowNode::FloatC' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, ReturnValue) == 0x0000F4, "Member 'FMax3DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetFloatArrayElementDataflowNode \ +static_assert(alignof(FGetFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetFloatArrayElementDataflowNode"); \ +static_assert(sizeof(FGetFloatArrayElementDataflowNode) == 0x000108, "Wrong size on FGetFloatArrayElementDataflowNode"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, Index) == 0x0000E8, "Member 'FGetFloatArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, FloatArray) == 0x0000F0, "Member 'FGetFloatArrayElementDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, FloatValue) == 0x000100, "Member 'FGetFloatArrayElementDataflowNode::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayToIntArrayDataflowNode \ +static_assert(alignof(FFloatArrayToIntArrayDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayToIntArrayDataflowNode"); \ +static_assert(sizeof(FFloatArrayToIntArrayDataflowNode) == 0x000110, "Wrong size on FFloatArrayToIntArrayDataflowNode"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, Function) == 0x0000E8, "Member 'FFloatArrayToIntArrayDataflowNode::Function' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, FloatArray) == 0x0000F0, "Member 'FFloatArrayToIntArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, IntArray) == 0x000100, "Member 'FFloatArrayToIntArrayDataflowNode::IntArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpDataflowNode \ +static_assert(alignof(FExpDataflowNode) == 0x000008, "Wrong alignment on FExpDataflowNode"); \ +static_assert(sizeof(FExpDataflowNode) == 0x0000F0, "Wrong size on FExpDataflowNode"); \ +static_assert(offsetof(FExpDataflowNode, float_0) == 0x0000E8, "Member 'FExpDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FExpDataflowNode, ReturnValue) == 0x0000EC, "Member 'FExpDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetArrayElementDataflowNode \ +static_assert(alignof(FGetArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetArrayElementDataflowNode"); \ +static_assert(sizeof(FGetArrayElementDataflowNode) == 0x000118, "Wrong size on FGetArrayElementDataflowNode"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Index) == 0x0000E8, "Member 'FGetArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Points) == 0x0000F0, "Member 'FGetArrayElementDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Point) == 0x000100, "Member 'FGetArrayElementDataflowNode::Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetNumArrayElementsDataflowNode \ +static_assert(alignof(FGetNumArrayElementsDataflowNode) == 0x000008, "Wrong alignment on FGetNumArrayElementsDataflowNode"); \ +static_assert(sizeof(FGetNumArrayElementsDataflowNode) == 0x000130, "Wrong size on FGetNumArrayElementsDataflowNode"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, FloatArray) == 0x0000E8, "Member 'FGetNumArrayElementsDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, IntArray) == 0x0000F8, "Member 'FGetNumArrayElementsDataflowNode::IntArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, Points) == 0x000108, "Member 'FGetNumArrayElementsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, Vector3fArray) == 0x000118, "Member 'FGetNumArrayElementsDataflowNode::Vector3fArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, NumElements) == 0x000128, "Member 'FGetNumArrayElementsDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDotProductDataflowNode \ +static_assert(alignof(FDotProductDataflowNode) == 0x000008, "Wrong alignment on FDotProductDataflowNode"); \ +static_assert(sizeof(FDotProductDataflowNode) == 0x000120, "Wrong size on FDotProductDataflowNode"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorA) == 0x0000E8, "Member 'FDotProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorB) == 0x000100, "Member 'FDotProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, ReturnValue) == 0x000118, "Member 'FDotProductDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolArrayToFaceSelectionDataflowNode \ +static_assert(alignof(FBoolArrayToFaceSelectionDataflowNode) == 0x000008, "Wrong alignment on FBoolArrayToFaceSelectionDataflowNode"); \ +static_assert(sizeof(FBoolArrayToFaceSelectionDataflowNode) == 0x000118, "Wrong size on FBoolArrayToFaceSelectionDataflowNode"); \ +static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, BoolAttributeData) == 0x0000E8, "Member 'FBoolArrayToFaceSelectionDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, FaceSelection) == 0x0000F8, "Member 'FBoolArrayToFaceSelectionDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayToVertexSelectionDataflowNode \ +static_assert(alignof(FFloatArrayToVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayToVertexSelectionDataflowNode"); \ +static_assert(sizeof(FFloatArrayToVertexSelectionDataflowNode) == 0x000120, "Wrong size on FFloatArrayToVertexSelectionDataflowNode"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, FloatArray) == 0x0000E8, "Member 'FFloatArrayToVertexSelectionDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Operation) == 0x0000F8, "Member 'FFloatArrayToVertexSelectionDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Threshold) == 0x0000FC, "Member 'FFloatArrayToVertexSelectionDataflowNode::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, VertexSelection) == 0x000100, "Member 'FFloatArrayToVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcCosDataflowNode \ +static_assert(alignof(FArcCosDataflowNode) == 0x000008, "Wrong alignment on FArcCosDataflowNode"); \ +static_assert(sizeof(FArcCosDataflowNode) == 0x0000F0, "Wrong size on FArcCosDataflowNode"); \ +static_assert(offsetof(FArcCosDataflowNode, float_0) == 0x0000E8, "Member 'FArcCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcCosDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayNormalizeDataflowNode \ +static_assert(alignof(FFloatArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayNormalizeDataflowNode"); \ +static_assert(sizeof(FFloatArrayNormalizeDataflowNode) == 0x000130, "Wrong size on FFloatArrayNormalizeDataflowNode"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, InFloatArray) == 0x0000E8, "Member 'FFloatArrayNormalizeDataflowNode::InFloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, Selection) == 0x0000F8, "Member 'FFloatArrayNormalizeDataflowNode::Selection' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MinRange) == 0x000118, "Member 'FFloatArrayNormalizeDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MaxRange) == 0x00011C, "Member 'FFloatArrayNormalizeDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, OutFloatArray) == 0x000120, "Member 'FFloatArrayNormalizeDataflowNode::OutFloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorArrayNormalizeDataflowNode \ +static_assert(alignof(FVectorArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FVectorArrayNormalizeDataflowNode"); \ +static_assert(sizeof(FVectorArrayNormalizeDataflowNode) == 0x000130, "Wrong size on FVectorArrayNormalizeDataflowNode"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, InVectorArray) == 0x0000E8, "Member 'FVectorArrayNormalizeDataflowNode::InVectorArray' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Selection) == 0x0000F8, "Member 'FVectorArrayNormalizeDataflowNode::Selection' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Magnitude) == 0x000118, "Member 'FVectorArrayNormalizeDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, OutVectorArray) == 0x000120, "Member 'FVectorArrayNormalizeDataflowNode::OutVectorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLerpDataflowNode \ +static_assert(alignof(FLerpDataflowNode) == 0x000008, "Wrong alignment on FLerpDataflowNode"); \ +static_assert(sizeof(FLerpDataflowNode) == 0x0000F8, "Wrong size on FLerpDataflowNode"); \ +static_assert(offsetof(FLerpDataflowNode, A) == 0x0000E8, "Member 'FLerpDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, B) == 0x0000EC, "Member 'FLerpDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, Alpha) == 0x0000F0, "Member 'FLerpDataflowNode::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, ReturnValue) == 0x0000F4, "Member 'FLerpDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnionIntArraysDataflowNode \ +static_assert(alignof(FUnionIntArraysDataflowNode) == 0x000008, "Wrong alignment on FUnionIntArraysDataflowNode"); \ +static_assert(sizeof(FUnionIntArraysDataflowNode) == 0x000118, "Wrong size on FUnionIntArraysDataflowNode"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, InArray1) == 0x0000E8, "Member 'FUnionIntArraysDataflowNode::InArray1' has a wrong offset!"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, InArray2) == 0x0000F8, "Member 'FUnionIntArraysDataflowNode::InArray2' has a wrong offset!"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, OutArray) == 0x000108, "Member 'FUnionIntArraysDataflowNode::OutArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoveFloatArrayElementDataflowNode \ +static_assert(alignof(FRemoveFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FRemoveFloatArrayElementDataflowNode"); \ +static_assert(sizeof(FRemoveFloatArrayElementDataflowNode) == 0x000100, "Wrong size on FRemoveFloatArrayElementDataflowNode"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, Index) == 0x0000E8, "Member 'FRemoveFloatArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, bPreserveOrder) == 0x0000EC, "Member 'FRemoveFloatArrayElementDataflowNode::bPreserveOrder' has a wrong offset!"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, FloatArray) == 0x0000F0, "Member 'FRemoveFloatArrayElementDataflowNode::FloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalizeToRangeDataflowNode \ +static_assert(alignof(FNormalizeToRangeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeToRangeDataflowNode"); \ +static_assert(sizeof(FNormalizeToRangeDataflowNode) == 0x0000F8, "Wrong size on FNormalizeToRangeDataflowNode"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, float_0) == 0x0000E8, "Member 'FNormalizeToRangeDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMin) == 0x0000EC, "Member 'FNormalizeToRangeDataflowNode::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMax) == 0x0000F0, "Member 'FNormalizeToRangeDataflowNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, ReturnValue) == 0x0000F4, "Member 'FNormalizeToRangeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayComputeStatisticsDataflowNode \ +static_assert(alignof(FFloatArrayComputeStatisticsDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayComputeStatisticsDataflowNode"); \ +static_assert(sizeof(FFloatArrayComputeStatisticsDataflowNode) == 0x000130, "Wrong size on FFloatArrayComputeStatisticsDataflowNode"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, FloatArray) == 0x0000E8, "Member 'FFloatArrayComputeStatisticsDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, TransformSelection) == 0x0000F8, "Member 'FFloatArrayComputeStatisticsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, OperationName) == 0x000118, "Member 'FFloatArrayComputeStatisticsDataflowNode::OperationName' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Value) == 0x00011C, "Member 'FFloatArrayComputeStatisticsDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Indices) == 0x000120, "Member 'FFloatArrayComputeStatisticsDataflowNode::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTerminalDataflowNode \ +static_assert(alignof(FGeometryCollectionTerminalDataflowNode) == 0x000008, "Wrong alignment on FGeometryCollectionTerminalDataflowNode"); \ +static_assert(sizeof(FGeometryCollectionTerminalDataflowNode) == 0x0001B8, "Wrong size on FGeometryCollectionTerminalDataflowNode"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Collection) == 0x0000E8, "Member 'FGeometryCollectionTerminalDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Materials) == 0x000198, "Member 'FGeometryCollectionTerminalDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, InstancedMeshes) == 0x0001A8, "Member 'FGeometryCollectionTerminalDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomUnitVectorDataflowNode \ +static_assert(alignof(FRandomUnitVectorDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorDataflowNode) == 0x000108, "Wrong size on FRandomUnitVectorDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomUnitVectorDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetGeometryCollectionAssetDataflowNode \ +static_assert(alignof(FGetGeometryCollectionAssetDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionAssetDataflowNode"); \ +static_assert(sizeof(FGetGeometryCollectionAssetDataflowNode) == 0x0000F0, "Wrong size on FGetGeometryCollectionAssetDataflowNode"); \ +static_assert(offsetof(FGetGeometryCollectionAssetDataflowNode, Asset) == 0x0000E8, "Member 'FGetGeometryCollectionAssetDataflowNode::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetGeometryCollectionSourcesDataflowNode \ +static_assert(alignof(FGetGeometryCollectionSourcesDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionSourcesDataflowNode"); \ +static_assert(sizeof(FGetGeometryCollectionSourcesDataflowNode) == 0x000100, "Wrong size on FGetGeometryCollectionSourcesDataflowNode"); \ +static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Asset) == 0x0000E8, "Member 'FGetGeometryCollectionSourcesDataflowNode::Asset' has a wrong offset!"); \ +static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Sources) == 0x0000F0, "Member 'FGetGeometryCollectionSourcesDataflowNode::Sources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalizeDataflowNode \ +static_assert(alignof(FNormalizeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeDataflowNode"); \ +static_assert(sizeof(FNormalizeDataflowNode) == 0x000120, "Wrong size on FNormalizeDataflowNode"); \ +static_assert(offsetof(FNormalizeDataflowNode, VectorA) == 0x0000E8, "Member 'FNormalizeDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, Tolerance) == 0x000100, "Member 'FNormalizeDataflowNode::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, ReturnValue) == 0x000108, "Member 'FNormalizeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateGeometryCollectionFromSourcesDataflowNode \ +static_assert(alignof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x000008, "Wrong alignment on FCreateGeometryCollectionFromSourcesDataflowNode"); \ +static_assert(sizeof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x0001C8, "Wrong size on FCreateGeometryCollectionFromSourcesDataflowNode"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Sources) == 0x0000E8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Sources' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Collection) == 0x0000F8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Materials) == 0x0001A8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, InstancedMeshes) == 0x0001B8, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshToCollectionDataflowNode \ +static_assert(alignof(FStaticMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToCollectionDataflowNode"); \ +static_assert(sizeof(FStaticMeshToCollectionDataflowNode) == 0x0001C8, "Wrong size on FStaticMeshToCollectionDataflowNode"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, StaticMesh) == 0x0000E8, "Member 'FStaticMeshToCollectionDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, bSetInternalFromMaterialIndex) == 0x0000F0, "Member 'FStaticMeshToCollectionDataflowNode::bSetInternalFromMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, bSplitComponents) == 0x0000F1, "Member 'FStaticMeshToCollectionDataflowNode::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Collection) == 0x0000F8, "Member 'FStaticMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Materials) == 0x0001A8, "Member 'FStaticMeshToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, InstancedMeshes) == 0x0001B8, "Member 'FStaticMeshToCollectionDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcTanDataflowNode \ +static_assert(alignof(FArcTanDataflowNode) == 0x000008, "Wrong alignment on FArcTanDataflowNode"); \ +static_assert(sizeof(FArcTanDataflowNode) == 0x0000F0, "Wrong size on FArcTanDataflowNode"); \ +static_assert(offsetof(FArcTanDataflowNode, float_0) == 0x0000E8, "Member 'FArcTanDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcTanDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcTanDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialFalloffFieldDataflowNode \ +static_assert(alignof(FRadialFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialFalloffFieldDataflowNode"); \ +static_assert(sizeof(FRadialFalloffFieldDataflowNode) == 0x0001B0, "Wrong size on FRadialFalloffFieldDataflowNode"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FRadialFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FRadialFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Sphere) == 0x000118, "Member 'FRadialFalloffFieldDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Translation) == 0x000138, "Member 'FRadialFalloffFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Magnitude) == 0x000150, "Member 'FRadialFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, MinRange) == 0x000154, "Member 'FRadialFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, MaxRange) == 0x000158, "Member 'FRadialFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Default) == 0x00015C, "Member 'FRadialFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FalloffType) == 0x000160, "Member 'FRadialFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldFloatResult) == 0x000168, "Member 'FRadialFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldRemap) == 0x000178, "Member 'FRadialFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldSelectionMask) == 0x000188, "Member 'FRadialFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, NumSamplePositions) == 0x0001A8, "Member 'FRadialFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxFalloffFieldDataflowNode \ +static_assert(alignof(FBoxFalloffFieldDataflowNode) == 0x000010, "Wrong alignment on FBoxFalloffFieldDataflowNode"); \ +static_assert(sizeof(FBoxFalloffFieldDataflowNode) == 0x000210, "Wrong size on FBoxFalloffFieldDataflowNode"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FBoxFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FBoxFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Box) == 0x000118, "Member 'FBoxFalloffFieldDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Transform) == 0x000150, "Member 'FBoxFalloffFieldDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Magnitude) == 0x0001B0, "Member 'FBoxFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, MinRange) == 0x0001B4, "Member 'FBoxFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, MaxRange) == 0x0001B8, "Member 'FBoxFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Default) == 0x0001BC, "Member 'FBoxFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FalloffType) == 0x0001C0, "Member 'FBoxFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldFloatResult) == 0x0001C8, "Member 'FBoxFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldRemap) == 0x0001D8, "Member 'FBoxFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldSelectionMask) == 0x0001E8, "Member 'FBoxFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, NumSamplePositions) == 0x000208, "Member 'FBoxFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRandomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRandomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRandomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, bDeterministic) == 0x0000E8, "Member 'FCollectionTransformSelectionRandomDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomSeed) == 0x0000EC, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomThreshold) == 0x0000F0, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, Collection) == 0x0000F8, "Member 'FCollectionTransformSelectionRandomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionRandomDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlaneFalloffFieldDataflowNode \ +static_assert(alignof(FPlaneFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FPlaneFalloffFieldDataflowNode"); \ +static_assert(sizeof(FPlaneFalloffFieldDataflowNode) == 0x0001C8, "Wrong size on FPlaneFalloffFieldDataflowNode"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FPlaneFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FPlaneFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, position) == 0x000118, "Member 'FPlaneFalloffFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Normal) == 0x000130, "Member 'FPlaneFalloffFieldDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Distance) == 0x000148, "Member 'FPlaneFalloffFieldDataflowNode::Distance' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Translation) == 0x000150, "Member 'FPlaneFalloffFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Magnitude) == 0x000168, "Member 'FPlaneFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, MinRange) == 0x00016C, "Member 'FPlaneFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, MaxRange) == 0x000170, "Member 'FPlaneFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Default) == 0x000174, "Member 'FPlaneFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FalloffType) == 0x000178, "Member 'FPlaneFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldFloatResult) == 0x000180, "Member 'FPlaneFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldRemap) == 0x000190, "Member 'FPlaneFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldSelectionMask) == 0x0001A0, "Member 'FPlaneFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, NumSamplePositions) == 0x0001C0, "Member 'FPlaneFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialIntMaskFieldDataflowNode \ +static_assert(alignof(FRadialIntMaskFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialIntMaskFieldDataflowNode"); \ +static_assert(sizeof(FRadialIntMaskFieldDataflowNode) == 0x000188, "Wrong size on FRadialIntMaskFieldDataflowNode"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FRadialIntMaskFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FRadialIntMaskFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, Sphere) == 0x000118, "Member 'FRadialIntMaskFieldDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, Translation) == 0x000138, "Member 'FRadialIntMaskFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, InteriorValue) == 0x000150, "Member 'FRadialIntMaskFieldDataflowNode::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, ExteriorValue) == 0x000154, "Member 'FRadialIntMaskFieldDataflowNode::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SetMaskConditionType) == 0x000158, "Member 'FRadialIntMaskFieldDataflowNode::SetMaskConditionType' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldIntResult) == 0x000160, "Member 'FRadialIntMaskFieldDataflowNode::FieldIntResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldRemap) == 0x000170, "Member 'FRadialIntMaskFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, NumSamplePositions) == 0x000180, "Member 'FRadialIntMaskFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshInfoDataflowNode \ +static_assert(alignof(FMeshInfoDataflowNode) == 0x000008, "Wrong alignment on FMeshInfoDataflowNode"); \ +static_assert(sizeof(FMeshInfoDataflowNode) == 0x000100, "Wrong size on FMeshInfoDataflowNode"); \ +static_assert(offsetof(FMeshInfoDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshInfoDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshInfoDataflowNode, InfoString) == 0x0000F0, "Member 'FMeshInfoDataflowNode::InfoString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformScalarFieldDataflowNode \ +static_assert(alignof(FUniformScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformScalarFieldDataflowNode"); \ +static_assert(sizeof(FUniformScalarFieldDataflowNode) == 0x000148, "Wrong size on FUniformScalarFieldDataflowNode"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FUniformScalarFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FUniformScalarFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, Magnitude) == 0x000118, "Member 'FUniformScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldFloatResult) == 0x000120, "Member 'FUniformScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FUniformScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FUniformScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformVectorFieldDataflowNode \ +static_assert(alignof(FUniformVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformVectorFieldDataflowNode"); \ +static_assert(sizeof(FUniformVectorFieldDataflowNode) == 0x000160, "Wrong size on FUniformVectorFieldDataflowNode"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FUniformVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FUniformVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, Magnitude) == 0x000118, "Member 'FUniformVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, Direction) == 0x000120, "Member 'FUniformVectorFieldDataflowNode::Direction' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldVectorResult) == 0x000138, "Member 'FUniformVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldRemap) == 0x000148, "Member 'FUniformVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, NumSamplePositions) == 0x000158, "Member 'FUniformVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionParentDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionParentDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionParentDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionParentDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionParentDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialVectorFieldDataflowNode \ +static_assert(alignof(FRadialVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialVectorFieldDataflowNode"); \ +static_assert(sizeof(FRadialVectorFieldDataflowNode) == 0x000160, "Wrong size on FRadialVectorFieldDataflowNode"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FRadialVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FRadialVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, Magnitude) == 0x000118, "Member 'FRadialVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, position) == 0x000120, "Member 'FRadialVectorFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldVectorResult) == 0x000138, "Member 'FRadialVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldRemap) == 0x000148, "Member 'FRadialVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, NumSamplePositions) == 0x000158, "Member 'FRadialVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomVectorFieldDataflowNode \ +static_assert(alignof(FRandomVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRandomVectorFieldDataflowNode"); \ +static_assert(sizeof(FRandomVectorFieldDataflowNode) == 0x000148, "Wrong size on FRandomVectorFieldDataflowNode"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FRandomVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FRandomVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, Magnitude) == 0x000118, "Member 'FRandomVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldVectorResult) == 0x000120, "Member 'FRandomVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FRandomVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FRandomVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionNoneDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionNoneDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionNoneDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionNoneDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionNoneDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNoiseFieldDataflowNode \ +static_assert(alignof(FNoiseFieldDataflowNode) == 0x000010, "Wrong alignment on FNoiseFieldDataflowNode"); \ +static_assert(sizeof(FNoiseFieldDataflowNode) == 0x0001B0, "Wrong size on FNoiseFieldDataflowNode"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FNoiseFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FNoiseFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, MinRange) == 0x000118, "Member 'FNoiseFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, MaxRange) == 0x00011C, "Member 'FNoiseFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, Transform) == 0x000120, "Member 'FNoiseFieldDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, FieldFloatResult) == 0x000180, "Member 'FNoiseFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, FieldRemap) == 0x000190, "Member 'FNoiseFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, NumSamplePositions) == 0x0001A0, "Member 'FNoiseFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformIntegerFieldDataflowNode \ +static_assert(alignof(FUniformIntegerFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformIntegerFieldDataflowNode"); \ +static_assert(sizeof(FUniformIntegerFieldDataflowNode) == 0x000148, "Wrong size on FUniformIntegerFieldDataflowNode"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FUniformIntegerFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FUniformIntegerFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, Magnitude) == 0x000118, "Member 'FUniformIntegerFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldIntResult) == 0x000120, "Member 'FUniformIntegerFieldDataflowNode::FieldIntResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldRemap) == 0x000130, "Member 'FUniformIntegerFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, NumSamplePositions) == 0x000140, "Member 'FUniformIntegerFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsToMeshDataflowNode \ +static_assert(alignof(FPointsToMeshDataflowNode) == 0x000008, "Wrong alignment on FPointsToMeshDataflowNode"); \ +static_assert(sizeof(FPointsToMeshDataflowNode) == 0x000108, "Wrong size on FPointsToMeshDataflowNode"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Points) == 0x0000E8, "Member 'FPointsToMeshDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FPointsToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, TriangleCount) == 0x000100, "Member 'FPointsToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveScalarFieldDataflowNode \ +static_assert(alignof(FWaveScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FWaveScalarFieldDataflowNode"); \ +static_assert(sizeof(FWaveScalarFieldDataflowNode) == 0x000188, "Wrong size on FWaveScalarFieldDataflowNode"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, SamplePositions) == 0x0000E8, "Member 'FWaveScalarFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, SampleIndices) == 0x0000F8, "Member 'FWaveScalarFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Magnitude) == 0x000118, "Member 'FWaveScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, position) == 0x000120, "Member 'FWaveScalarFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Translation) == 0x000138, "Member 'FWaveScalarFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, WaveLength) == 0x000150, "Member 'FWaveScalarFieldDataflowNode::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Period) == 0x000154, "Member 'FWaveScalarFieldDataflowNode::Period' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FunctionType) == 0x000158, "Member 'FWaveScalarFieldDataflowNode::FunctionType' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FalloffType) == 0x000159, "Member 'FWaveScalarFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldFloatResult) == 0x000160, "Member 'FWaveScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldRemap) == 0x000170, "Member 'FWaveScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, NumSamplePositions) == 0x000180, "Member 'FWaveScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSumScalarFieldDataflowNode \ +static_assert(alignof(FSumScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FSumScalarFieldDataflowNode"); \ +static_assert(sizeof(FSumScalarFieldDataflowNode) == 0x000150, "Wrong size on FSumScalarFieldDataflowNode"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatLeft) == 0x0000E8, "Member 'FSumScalarFieldDataflowNode::FieldFloatLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemapLeft) == 0x0000F8, "Member 'FSumScalarFieldDataflowNode::FieldRemapLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatRight) == 0x000108, "Member 'FSumScalarFieldDataflowNode::FieldFloatRight' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemapRight) == 0x000118, "Member 'FSumScalarFieldDataflowNode::FieldRemapRight' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, Magnitude) == 0x000128, "Member 'FSumScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, Operation) == 0x00012C, "Member 'FSumScalarFieldDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, bSwapInputs) == 0x00012D, "Member 'FSumScalarFieldDataflowNode::bSwapInputs' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatResult) == 0x000130, "Member 'FSumScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemap) == 0x000140, "Member 'FSumScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCollectionFromAssetDataflowNode \ +static_assert(alignof(FGetCollectionFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionFromAssetDataflowNode"); \ +static_assert(sizeof(FGetCollectionFromAssetDataflowNode) == 0x0001A0, "Wrong size on FGetCollectionFromAssetDataflowNode"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, CollectionAsset) == 0x0000E8, "Member 'FGetCollectionFromAssetDataflowNode::CollectionAsset' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, Collection) == 0x0000F0, "Member 'FGetCollectionFromAssetDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSumVectorFieldDataflowNode \ +static_assert(alignof(FSumVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FSumVectorFieldDataflowNode"); \ +static_assert(sizeof(FSumVectorFieldDataflowNode) == 0x000170, "Wrong size on FSumVectorFieldDataflowNode"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldFloat) == 0x0000E8, "Member 'FSumVectorFieldDataflowNode::FieldFloat' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldFloatRemap) == 0x0000F8, "Member 'FSumVectorFieldDataflowNode::FieldFloatRemap' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorLeft) == 0x000108, "Member 'FSumVectorFieldDataflowNode::FieldVectorLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemapLeft) == 0x000118, "Member 'FSumVectorFieldDataflowNode::FieldRemapLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorRight) == 0x000128, "Member 'FSumVectorFieldDataflowNode::FieldVectorRight' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemapRight) == 0x000138, "Member 'FSumVectorFieldDataflowNode::FieldRemapRight' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, Magnitude) == 0x000148, "Member 'FSumVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, Operation) == 0x00014C, "Member 'FSumVectorFieldDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, bSwapVectorInputs) == 0x00014D, "Member 'FSumVectorFieldDataflowNode::bSwapVectorInputs' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorResult) == 0x000150, "Member 'FSumVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemap) == 0x000160, "Member 'FSumVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldMakeDenseFloatArrayDataflowNode \ +static_assert(alignof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FFieldMakeDenseFloatArrayDataflowNode"); \ +static_assert(sizeof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000120, "Wrong size on FFieldMakeDenseFloatArrayDataflowNode"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldFloatInput) == 0x0000E8, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldFloatInput' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldRemap) == 0x0000F8, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, NumSamplePositions) == 0x000108, "Member 'FFieldMakeDenseFloatArrayDataflowNode::NumSamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, Default) == 0x00010C, "Member 'FFieldMakeDenseFloatArrayDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldFloatResult) == 0x000110, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldFloatResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionToMeshDataflowNode \ +static_assert(alignof(FCollectionToMeshDataflowNode) == 0x000008, "Wrong alignment on FCollectionToMeshDataflowNode"); \ +static_assert(sizeof(FCollectionToMeshDataflowNode) == 0x0001A8, "Wrong size on FCollectionToMeshDataflowNode"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionToMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, bCenterPivot) == 0x000198, "Member 'FCollectionToMeshDataflowNode::bCenterPivot' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Mesh) == 0x0001A0, "Member 'FCollectionToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddMaterialToCollectionDataflowNode \ +static_assert(alignof(FAddMaterialToCollectionDataflowNode) == 0x000008, "Wrong alignment on FAddMaterialToCollectionDataflowNode"); \ +static_assert(sizeof(FAddMaterialToCollectionDataflowNode) == 0x0001E0, "Wrong size on FAddMaterialToCollectionDataflowNode"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FAddMaterialToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, FaceSelection) == 0x000198, "Member 'FAddMaterialToCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, Materials) == 0x0001B8, "Member 'FAddMaterialToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, OutsideMaterial) == 0x0001C8, "Member 'FAddMaterialToCollectionDataflowNode::OutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, InsideMaterial) == 0x0001D0, "Member 'FAddMaterialToCollectionDataflowNode::InsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignOutsideMaterial) == 0x0001D8, "Member 'FAddMaterialToCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignInsideMaterial) == 0x0001D9, "Member 'FAddMaterialToCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReAssignMaterialInCollectionDataflowNode \ +static_assert(alignof(FReAssignMaterialInCollectionDataflowNode) == 0x000008, "Wrong alignment on FReAssignMaterialInCollectionDataflowNode"); \ +static_assert(sizeof(FReAssignMaterialInCollectionDataflowNode) == 0x0001D8, "Wrong size on FReAssignMaterialInCollectionDataflowNode"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FReAssignMaterialInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, FaceSelection) == 0x000198, "Member 'FReAssignMaterialInCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, Materials) == 0x0001B8, "Member 'FReAssignMaterialInCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, OutsideMaterialIdx) == 0x0001C8, "Member 'FReAssignMaterialInCollectionDataflowNode::OutsideMaterialIdx' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, InsideMaterialIdx) == 0x0001CC, "Member 'FReAssignMaterialInCollectionDataflowNode::InsideMaterialIdx' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignOutsideMaterial) == 0x0001D0, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignInsideMaterial) == 0x0001D1, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathConstantsDataflowNode \ +static_assert(alignof(FMathConstantsDataflowNode) == 0x000008, "Wrong alignment on FMathConstantsDataflowNode"); \ +static_assert(sizeof(FMathConstantsDataflowNode) == 0x0000F0, "Wrong size on FMathConstantsDataflowNode"); \ +static_assert(offsetof(FMathConstantsDataflowNode, Constant) == 0x0000E8, "Member 'FMathConstantsDataflowNode::Constant' has a wrong offset!"); \ +static_assert(offsetof(FMathConstantsDataflowNode, ReturnValue) == 0x0000EC, "Member 'FMathConstantsDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialsInfoDataflowNode \ +static_assert(alignof(FMaterialsInfoDataflowNode) == 0x000008, "Wrong alignment on FMaterialsInfoDataflowNode"); \ +static_assert(sizeof(FMaterialsInfoDataflowNode) == 0x000108, "Wrong size on FMaterialsInfoDataflowNode"); \ +static_assert(offsetof(FMaterialsInfoDataflowNode, Materials) == 0x0000E8, "Member 'FMaterialsInfoDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FMaterialsInfoDataflowNode, String) == 0x0000F8, "Member 'FMaterialsInfoDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMaterialFromMaterialsArrayDataflowNode \ +static_assert(alignof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FGetMaterialFromMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000108, "Wrong size on FGetMaterialFromMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, Materials) == 0x0000E8, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, Material) == 0x0000F8, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, MaterialIdx) == 0x000100, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::MaterialIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshCopyToPointsDataflowNode \ +static_assert(alignof(FMeshCopyToPointsDataflowNode) == 0x000008, "Wrong alignment on FMeshCopyToPointsDataflowNode"); \ +static_assert(sizeof(FMeshCopyToPointsDataflowNode) == 0x000110, "Wrong size on FMeshCopyToPointsDataflowNode"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Points) == 0x0000E8, "Member 'FMeshCopyToPointsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, MeshToCopy) == 0x0000F8, "Member 'FMeshCopyToPointsDataflowNode::MeshToCopy' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Scale) == 0x000100, "Member 'FMeshCopyToPointsDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Mesh) == 0x000108, "Member 'FMeshCopyToPointsDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetMaterialInMaterialsArrayDataflowNode \ +static_assert(alignof(FSetMaterialInMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FSetMaterialInMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FSetMaterialInMaterialsArrayDataflowNode) == 0x000108, "Wrong size on FSetMaterialInMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Materials) == 0x0000E8, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Material) == 0x0000F8, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Operation) == 0x000100, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, MaterialIdx) == 0x000104, "Member 'FSetMaterialInMaterialsArrayDataflowNode::MaterialIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeMaterialDataflowNode \ +static_assert(alignof(FMakeMaterialDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialDataflowNode"); \ +static_assert(sizeof(FMakeMaterialDataflowNode) == 0x0000F8, "Wrong size on FMakeMaterialDataflowNode"); \ +static_assert(offsetof(FMakeMaterialDataflowNode, InMaterial) == 0x0000E8, "Member 'FMakeMaterialDataflowNode::InMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMakeMaterialDataflowNode, Material) == 0x0000F0, "Member 'FMakeMaterialDataflowNode::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringAppendDataflowNode \ +static_assert(alignof(FStringAppendDataflowNode) == 0x000008, "Wrong alignment on FStringAppendDataflowNode"); \ +static_assert(sizeof(FStringAppendDataflowNode) == 0x000118, "Wrong size on FStringAppendDataflowNode"); \ +static_assert(offsetof(FStringAppendDataflowNode, String1) == 0x0000E8, "Member 'FStringAppendDataflowNode::String1' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String2) == 0x0000F8, "Member 'FStringAppendDataflowNode::String2' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String) == 0x000108, "Member 'FStringAppendDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeMaterialsArrayDataflowNode \ +static_assert(alignof(FMakeMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FMakeMaterialsArrayDataflowNode) == 0x0000F8, "Wrong size on FMakeMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FMakeMaterialsArrayDataflowNode, Materials) == 0x0000E8, "Member 'FMakeMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloseGeometryOnCollectionDataflowNode \ +static_assert(alignof(FCloseGeometryOnCollectionDataflowNode) == 0x000008, "Wrong alignment on FCloseGeometryOnCollectionDataflowNode"); \ +static_assert(sizeof(FCloseGeometryOnCollectionDataflowNode) == 0x000198, "Wrong size on FCloseGeometryOnCollectionDataflowNode"); \ +static_assert(offsetof(FCloseGeometryOnCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FCloseGeometryOnCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrintStringDataflowNode \ +static_assert(alignof(FPrintStringDataflowNode) == 0x000008, "Wrong alignment on FPrintStringDataflowNode"); \ +static_assert(sizeof(FPrintStringDataflowNode) == 0x000108, "Wrong size on FPrintStringDataflowNode"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToScreen) == 0x0000E8, "Member 'FPrintStringDataflowNode::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToLog) == 0x0000E9, "Member 'FPrintStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, Color) == 0x0000EC, "Member 'FPrintStringDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, Duration) == 0x0000F0, "Member 'FPrintStringDataflowNode::Duration' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, String) == 0x0000F8, "Member 'FPrintStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonToCollectionDataflowNode \ +static_assert(alignof(FSkeletonToCollectionDataflowNode) == 0x000008, "Wrong alignment on FSkeletonToCollectionDataflowNode"); \ +static_assert(sizeof(FSkeletonToCollectionDataflowNode) == 0x0001A0, "Wrong size on FSkeletonToCollectionDataflowNode"); \ +static_assert(offsetof(FSkeletonToCollectionDataflowNode, Skeleton) == 0x0000E8, "Member 'FSkeletonToCollectionDataflowNode::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonToCollectionDataflowNode, Collection) == 0x0000F0, "Member 'FSkeletonToCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowConvexDecompositionSettings \ +static_assert(alignof(FDataflowConvexDecompositionSettings) == 0x000004, "Wrong alignment on FDataflowConvexDecompositionSettings"); \ +static_assert(sizeof(FDataflowConvexDecompositionSettings) == 0x000018, "Wrong size on FDataflowConvexDecompositionSettings"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MinSizeToDecompose) == 0x000000, "Member 'FDataflowConvexDecompositionSettings::MinSizeToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MaxGeoToHullVolumeRatioToDecompose) == 0x000004, "Member 'FDataflowConvexDecompositionSettings::MaxGeoToHullVolumeRatioToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, ErrorTolerance) == 0x000008, "Member 'FDataflowConvexDecompositionSettings::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MaxHullsPerGeometry) == 0x00000C, "Member 'FDataflowConvexDecompositionSettings::MaxHullsPerGeometry' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MinThicknessTolerance) == 0x000010, "Member 'FDataflowConvexDecompositionSettings::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, NumAdditionalSplits) == 0x000014, "Member 'FDataflowConvexDecompositionSettings::NumAdditionalSplits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshAppendDataflowNode \ +static_assert(alignof(FMeshAppendDataflowNode) == 0x000008, "Wrong alignment on FMeshAppendDataflowNode"); \ +static_assert(sizeof(FMeshAppendDataflowNode) == 0x000100, "Wrong size on FMeshAppendDataflowNode"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh1) == 0x0000E8, "Member 'FMeshAppendDataflowNode::Mesh1' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh2) == 0x0000F0, "Member 'FMeshAppendDataflowNode::Mesh2' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh) == 0x0000F8, "Member 'FMeshAppendDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeDataflowConvexDecompositionSettingsNode \ +static_assert(alignof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000008, "Wrong alignment on FMakeDataflowConvexDecompositionSettingsNode"); \ +static_assert(sizeof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000118, "Wrong size on FMakeDataflowConvexDecompositionSettingsNode"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MinSizeToDecompose) == 0x0000E8, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MinSizeToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MaxGeoToHullVolumeRatioToDecompose) == 0x0000EC, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MaxGeoToHullVolumeRatioToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, ErrorTolerance) == 0x0000F0, "Member 'FMakeDataflowConvexDecompositionSettingsNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MaxHullsPerGeometry) == 0x0000F4, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MaxHullsPerGeometry' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MinThicknessTolerance) == 0x0000F8, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, NumAdditionalSplits) == 0x0000FC, "Member 'FMakeDataflowConvexDecompositionSettingsNode::NumAdditionalSplits' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, DecompositionSettings) == 0x000100, "Member 'FMakeDataflowConvexDecompositionSettingsNode::DecompositionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateLeafConvexHullsDataflowNode \ +static_assert(alignof(FCreateLeafConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateLeafConvexHullsDataflowNode"); \ +static_assert(sizeof(FCreateLeafConvexHullsDataflowNode) == 0x0001E8, "Wrong size on FCreateLeafConvexHullsDataflowNode"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FCreateLeafConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, OptionalSelectionFilter) == 0x000198, "Member 'FCreateLeafConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, GenerateMethod) == 0x0001B8, "Member 'FCreateLeafConvexHullsDataflowNode::GenerateMethod' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, IntersectIfComputedIsSmallerByFactor) == 0x0001BC, "Member 'FCreateLeafConvexHullsDataflowNode::IntersectIfComputedIsSmallerByFactor' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, MinExternalVolumeToIntersect) == 0x0001C0, "Member 'FCreateLeafConvexHullsDataflowNode::MinExternalVolumeToIntersect' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, bComputeIntersectionsBeforeHull) == 0x0001C4, "Member 'FCreateLeafConvexHullsDataflowNode::bComputeIntersectionsBeforeHull' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x0001C8, "Member 'FCreateLeafConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, ConvexDecompositionSettings) == 0x0001CC, "Member 'FCreateLeafConvexHullsDataflowNode::ConvexDecompositionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandBoundingBoxDataflowNode \ +static_assert(alignof(FExpandBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FExpandBoundingBoxDataflowNode"); \ +static_assert(sizeof(FExpandBoundingBoxDataflowNode) == 0x000188, "Wrong size on FExpandBoundingBoxDataflowNode"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, BoundingBox) == 0x0000E8, "Member 'FExpandBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, min_0) == 0x000120, "Member 'FExpandBoundingBoxDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, max_0) == 0x000138, "Member 'FExpandBoundingBoxDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Center) == 0x000150, "Member 'FExpandBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, HalfExtents) == 0x000168, "Member 'FExpandBoundingBoxDataflowNode::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Volume) == 0x000180, "Member 'FExpandBoundingBoxDataflowNode::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimplifyConvexHullsDataflowNode \ +static_assert(alignof(FSimplifyConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FSimplifyConvexHullsDataflowNode"); \ +static_assert(sizeof(FSimplifyConvexHullsDataflowNode) == 0x0001D0, "Wrong size on FSimplifyConvexHullsDataflowNode"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FSimplifyConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, OptionalSelectionFilter) == 0x000198, "Member 'FSimplifyConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplifyMethod) == 0x0001B8, "Member 'FSimplifyConvexHullsDataflowNode::SimplifyMethod' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplificationAngleThreshold) == 0x0001BC, "Member 'FSimplifyConvexHullsDataflowNode::SimplificationAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x0001C0, "Member 'FSimplifyConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, MinTargetTriangleCount) == 0x0001C4, "Member 'FSimplifyConvexHullsDataflowNode::MinTargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, bUseExistingVertices) == 0x0001C8, "Member 'FSimplifyConvexHullsDataflowNode::bUseExistingVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateNonOverlappingConvexHullsDataflowNode \ +static_assert(alignof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateNonOverlappingConvexHullsDataflowNode"); \ +static_assert(sizeof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x0001B0, "Wrong size on FCreateNonOverlappingConvexHullsDataflowNode"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, CanExceedFraction) == 0x000198, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::CanExceedFraction' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x00019C, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemovalMethod) == 0x0001A0, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::OverlapRemovalMethod' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemovalShrinkPercent) == 0x0001A4, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::OverlapRemovalShrinkPercent' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, CanRemoveFraction) == 0x0001A8, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::CanRemoveFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformMeshDataflowNode \ +static_assert(alignof(FTransformMeshDataflowNode) == 0x000008, "Wrong alignment on FTransformMeshDataflowNode"); \ +static_assert(sizeof(FTransformMeshDataflowNode) == 0x000180, "Wrong size on FTransformMeshDataflowNode"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Mesh) == 0x0000E8, "Member 'FTransformMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Translate) == 0x0000F0, "Member 'FTransformMeshDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotationOrder) == 0x000108, "Member 'FTransformMeshDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Rotate) == 0x000110, "Member 'FTransformMeshDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Scale) == 0x000128, "Member 'FTransformMeshDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, UniformScale) == 0x000140, "Member 'FTransformMeshDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotatePivot) == 0x000148, "Member 'FTransformMeshDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, ScalePivot) == 0x000160, "Member 'FTransformMeshDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, bInvertTransformation) == 0x000178, "Member 'FTransformMeshDataflowNode::bInvertTransformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSphereCovering \ +static_assert(alignof(FDataflowSphereCovering) == 0x000008, "Wrong alignment on FDataflowSphereCovering"); \ +static_assert(sizeof(FDataflowSphereCovering) == 0x000020, "Wrong size on FDataflowSphereCovering"); \ + +#define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromLeafHullsDataflowNode \ +static_assert(alignof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ +static_assert(sizeof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x000210, "Wrong size on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, Collection) == 0x0000E8, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, SphereCovering) == 0x000198, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, ConvexCount) == 0x0001B8, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::ConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, ErrorTolerance) == 0x0001C0, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bPreferExternalCollisionShapes) == 0x0001C8, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bPreferExternalCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, AllowMerges) == 0x0001C9, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::AllowMerges' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, OptionalSelectionFilter) == 0x0001D0, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bProtectNegativeSpace) == 0x0001F0, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, SampleMethod) == 0x0001F1, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bRequireSearchSampleCoverage) == 0x0001F2, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bOnlyConnectedToHull) == 0x0001F3, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, TargetNumSamples) == 0x0001F4, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MinSampleSpacing) == 0x0001F8, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MinRadius) == 0x000208, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHashVectorDataflowNode \ +static_assert(alignof(FHashVectorDataflowNode) == 0x000008, "Wrong alignment on FHashVectorDataflowNode"); \ +static_assert(sizeof(FHashVectorDataflowNode) == 0x000108, "Wrong size on FHashVectorDataflowNode"); \ +static_assert(offsetof(FHashVectorDataflowNode, Vector) == 0x0000E8, "Member 'FHashVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FHashVectorDataflowNode, Hash) == 0x000100, "Member 'FHashVectorDataflowNode::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromChildrenHullsDataflowNode \ +static_assert(alignof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ +static_assert(sizeof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x000210, "Wrong size on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, Collection) == 0x0000E8, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, SphereCovering) == 0x000198, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, ConvexCount) == 0x0001B8, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::ConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, ErrorTolerance) == 0x0001C0, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bPreferExternalCollisionShapes) == 0x0001C8, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bPreferExternalCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, OptionalSelectionFilter) == 0x0001D0, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bProtectNegativeSpace) == 0x0001F0, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, SampleMethod) == 0x0001F1, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bRequireSearchSampleCoverage) == 0x0001F2, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bOnlyConnectedToHull) == 0x0001F3, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, TargetNumSamples) == 0x0001F4, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MinSampleSpacing) == 0x0001F8, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MinRadius) == 0x000208, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClearConvexHullsDataflowNode \ +static_assert(alignof(FClearConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FClearConvexHullsDataflowNode"); \ +static_assert(sizeof(FClearConvexHullsDataflowNode) == 0x0001B8, "Wrong size on FClearConvexHullsDataflowNode"); \ +static_assert(offsetof(FClearConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FClearConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClearConvexHullsDataflowNode, TransformSelection) == 0x000198, "Member 'FClearConvexHullsDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoundingBoxDataflowNode \ +static_assert(alignof(FBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FBoundingBoxDataflowNode"); \ +static_assert(sizeof(FBoundingBoxDataflowNode) == 0x0001D0, "Wrong size on FBoundingBoxDataflowNode"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, Collection) == 0x0000E8, "Member 'FBoundingBoxDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, BoundingBox) == 0x000198, "Member 'FBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMergeConvexHullsDataflowNode \ +static_assert(alignof(FMergeConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FMergeConvexHullsDataflowNode"); \ +static_assert(sizeof(FMergeConvexHullsDataflowNode) == 0x000210, "Wrong size on FMergeConvexHullsDataflowNode"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, Collection) == 0x0000E8, "Member 'FMergeConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, SphereCovering) == 0x000198, "Member 'FMergeConvexHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MaxConvexCount) == 0x0001B8, "Member 'FMergeConvexHullsDataflowNode::MaxConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, ErrorTolerance) == 0x0001C0, "Member 'FMergeConvexHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, OptionalSelectionFilter) == 0x0001C8, "Member 'FMergeConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bProtectNegativeSpace) == 0x0001E8, "Member 'FMergeConvexHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bComputeNegativeSpacePerBone) == 0x0001E9, "Member 'FMergeConvexHullsDataflowNode::bComputeNegativeSpacePerBone' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, SampleMethod) == 0x0001EA, "Member 'FMergeConvexHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bRequireSearchSampleCoverage) == 0x0001EB, "Member 'FMergeConvexHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bOnlyConnectedToHull) == 0x0001EC, "Member 'FMergeConvexHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, TargetNumSamples) == 0x0001F0, "Member 'FMergeConvexHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MinSampleSpacing) == 0x0001F8, "Member 'FMergeConvexHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, NegativeSpaceTolerance) == 0x000200, "Member 'FMergeConvexHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MinRadius) == 0x000208, "Member 'FMergeConvexHullsDataflowNode::MinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateVolumeAttributesDataflowNode \ +static_assert(alignof(FUpdateVolumeAttributesDataflowNode) == 0x000008, "Wrong alignment on FUpdateVolumeAttributesDataflowNode"); \ +static_assert(sizeof(FUpdateVolumeAttributesDataflowNode) == 0x000198, "Wrong size on FUpdateVolumeAttributesDataflowNode"); \ +static_assert(offsetof(FUpdateVolumeAttributesDataflowNode, Collection) == 0x0000E8, "Member 'FUpdateVolumeAttributesDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoundDataflowNode \ +static_assert(alignof(FRoundDataflowNode) == 0x000008, "Wrong alignment on FRoundDataflowNode"); \ +static_assert(sizeof(FRoundDataflowNode) == 0x0000F0, "Wrong size on FRoundDataflowNode"); \ +static_assert(offsetof(FRoundDataflowNode, float_0) == 0x0000E8, "Member 'FRoundDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FRoundDataflowNode, ReturnValue) == 0x0000EC, "Member 'FRoundDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetConvexHullVolumeDataflowNode \ +static_assert(alignof(FGetConvexHullVolumeDataflowNode) == 0x000008, "Wrong alignment on FGetConvexHullVolumeDataflowNode"); \ +static_assert(sizeof(FGetConvexHullVolumeDataflowNode) == 0x0001C0, "Wrong size on FGetConvexHullVolumeDataflowNode"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, Collection) == 0x0000E8, "Member 'FGetConvexHullVolumeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, TransformSelection) == 0x000198, "Member 'FGetConvexHullVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, Volume) == 0x0001B8, "Member 'FGetConvexHullVolumeDataflowNode::Volume' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bSumChildrenForClustersWithoutHulls) == 0x0001BC, "Member 'FGetConvexHullVolumeDataflowNode::bSumChildrenForClustersWithoutHulls' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bVolumeOfUnion) == 0x0001BD, "Member 'FGetConvexHullVolumeDataflowNode::bVolumeOfUnion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoClusterDataflowNode \ +static_assert(alignof(FAutoClusterDataflowNode) == 0x000008, "Wrong alignment on FAutoClusterDataflowNode"); \ +static_assert(sizeof(FAutoClusterDataflowNode) == 0x0001E8, "Wrong size on FAutoClusterDataflowNode"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterSizeMethod) == 0x0000E8, "Member 'FAutoClusterDataflowNode::ClusterSizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterSites) == 0x0000EC, "Member 'FAutoClusterDataflowNode::ClusterSites' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterFraction) == 0x0000F0, "Member 'FAutoClusterDataflowNode::ClusterFraction' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, SiteSize) == 0x0000F4, "Member 'FAutoClusterDataflowNode::SiteSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridWidth) == 0x0000F8, "Member 'FAutoClusterDataflowNode::ClusterGridWidth' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridDepth) == 0x0000FC, "Member 'FAutoClusterDataflowNode::ClusterGridDepth' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridHeight) == 0x000100, "Member 'FAutoClusterDataflowNode::ClusterGridHeight' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, DriftIterations) == 0x000104, "Member 'FAutoClusterDataflowNode::DriftIterations' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, MinimumSize) == 0x000108, "Member 'FAutoClusterDataflowNode::MinimumSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, bPreferConvexity) == 0x00010C, "Member 'FAutoClusterDataflowNode::bPreferConvexity' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ConcavityTolerance) == 0x000110, "Member 'FAutoClusterDataflowNode::ConcavityTolerance' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, AutoCluster) == 0x000114, "Member 'FAutoClusterDataflowNode::AutoCluster' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, EnforceSiteParameters) == 0x000115, "Member 'FAutoClusterDataflowNode::EnforceSiteParameters' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, AvoidIsolated) == 0x000116, "Member 'FAutoClusterDataflowNode::AvoidIsolated' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, Collection) == 0x000118, "Member 'FAutoClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, TransformSelection) == 0x0001C8, "Member 'FAutoClusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProximityDataflowNode \ +static_assert(alignof(FProximityDataflowNode) == 0x000008, "Wrong alignment on FProximityDataflowNode"); \ +static_assert(sizeof(FProximityDataflowNode) == 0x0001A8, "Wrong size on FProximityDataflowNode"); \ +static_assert(offsetof(FProximityDataflowNode, ProximityMethod) == 0x0000E8, "Member 'FProximityDataflowNode::ProximityMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, DistanceThreshold) == 0x0000EC, "Member 'FProximityDataflowNode::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactThreshold) == 0x0000F0, "Member 'FProximityDataflowNode::ContactThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, FilterContactMethod) == 0x0000F4, "Member 'FProximityDataflowNode::FilterContactMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bUseAsConnectionGraph) == 0x0000F5, "Member 'FProximityDataflowNode::bUseAsConnectionGraph' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactAreaMethod) == 0x0000F6, "Member 'FProximityDataflowNode::ContactAreaMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bRecomputeConvexHulls) == 0x0000F7, "Member 'FProximityDataflowNode::bRecomputeConvexHulls' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, Collection) == 0x0000F8, "Member 'FProximityDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterFlattenDataflowNode \ +static_assert(alignof(FClusterFlattenDataflowNode) == 0x000008, "Wrong alignment on FClusterFlattenDataflowNode"); \ +static_assert(sizeof(FClusterFlattenDataflowNode) == 0x0001B8, "Wrong size on FClusterFlattenDataflowNode"); \ +static_assert(offsetof(FClusterFlattenDataflowNode, Collection) == 0x0000E8, "Member 'FClusterFlattenDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterFlattenDataflowNode, OptionalTransformSelection) == 0x000198, "Member 'FClusterFlattenDataflowNode::OptionalTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnclusterDataflowNode \ +static_assert(alignof(FClusterUnclusterDataflowNode) == 0x000008, "Wrong alignment on FClusterUnclusterDataflowNode"); \ +static_assert(sizeof(FClusterUnclusterDataflowNode) == 0x0001B8, "Wrong size on FClusterUnclusterDataflowNode"); \ +static_assert(offsetof(FClusterUnclusterDataflowNode, Collection) == 0x0000E8, "Member 'FClusterUnclusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnclusterDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterUnclusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaxDataflowNode \ +static_assert(alignof(FMaxDataflowNode) == 0x000008, "Wrong alignment on FMaxDataflowNode"); \ +static_assert(sizeof(FMaxDataflowNode) == 0x0000F8, "Wrong size on FMaxDataflowNode"); \ +static_assert(offsetof(FMaxDataflowNode, FloatA) == 0x0000E8, "Member 'FMaxDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMaxDataflowNode, FloatB) == 0x0000EC, "Member 'FMaxDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMaxDataflowNode, ReturnValue) == 0x0000F0, "Member 'FMaxDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterDataflowNode \ +static_assert(alignof(FClusterDataflowNode) == 0x000008, "Wrong alignment on FClusterDataflowNode"); \ +static_assert(sizeof(FClusterDataflowNode) == 0x0001B8, "Wrong size on FClusterDataflowNode"); \ +static_assert(offsetof(FClusterDataflowNode, Collection) == 0x0000E8, "Member 'FClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMergeToNeighborsDataflowNode \ +static_assert(alignof(FClusterMergeToNeighborsDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeToNeighborsDataflowNode"); \ +static_assert(sizeof(FClusterMergeToNeighborsDataflowNode) == 0x0001C8, "Wrong size on FClusterMergeToNeighborsDataflowNode"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, Collection) == 0x0000E8, "Member 'FClusterMergeToNeighborsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterMergeToNeighborsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, NeighborSelectionMethod) == 0x0001B8, "Member 'FClusterMergeToNeighborsDataflowNode::NeighborSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, MinVolumeCubeRoot) == 0x0001BC, "Member 'FClusterMergeToNeighborsDataflowNode::MinVolumeCubeRoot' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlyToConnected) == 0x0001C0, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlySameParent) == 0x0001C1, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlySameParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloorDataflowNode \ +static_assert(alignof(FFloorDataflowNode) == 0x000008, "Wrong alignment on FFloorDataflowNode"); \ +static_assert(sizeof(FFloorDataflowNode) == 0x0000F0, "Wrong size on FFloorDataflowNode"); \ +static_assert(offsetof(FFloorDataflowNode, float_0) == 0x0000E8, "Member 'FFloorDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloorDataflowNode, ReturnValue) == 0x0000EC, "Member 'FFloorDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMergeDataflowNode \ +static_assert(alignof(FClusterMergeDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeDataflowNode"); \ +static_assert(sizeof(FClusterMergeDataflowNode) == 0x0001B8, "Wrong size on FClusterMergeDataflowNode"); \ +static_assert(offsetof(FClusterMergeDataflowNode, Collection) == 0x0000E8, "Member 'FClusterMergeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterMergeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterIsolatedRootsDataflowNode \ +static_assert(alignof(FClusterIsolatedRootsDataflowNode) == 0x000008, "Wrong alignment on FClusterIsolatedRootsDataflowNode"); \ +static_assert(sizeof(FClusterIsolatedRootsDataflowNode) == 0x000198, "Wrong size on FClusterIsolatedRootsDataflowNode"); \ +static_assert(offsetof(FClusterIsolatedRootsDataflowNode, Collection) == 0x0000E8, "Member 'FClusterIsolatedRootsDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoveOnBreakDataflowNode \ +static_assert(alignof(FRemoveOnBreakDataflowNode) == 0x000008, "Wrong alignment on FRemoveOnBreakDataflowNode"); \ +static_assert(sizeof(FRemoveOnBreakDataflowNode) == 0x0001D0, "Wrong size on FRemoveOnBreakDataflowNode"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, Collection) == 0x0000E8, "Member 'FRemoveOnBreakDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, TransformSelection) == 0x000198, "Member 'FRemoveOnBreakDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bEnabledRemoval) == 0x0001B8, "Member 'FRemoveOnBreakDataflowNode::bEnabledRemoval' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, PostBreakTimer) == 0x0001BC, "Member 'FRemoveOnBreakDataflowNode::PostBreakTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, RemovalTimer) == 0x0001C4, "Member 'FRemoveOnBreakDataflowNode::RemovalTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bClusterCrumbling) == 0x0001CC, "Member 'FRemoveOnBreakDataflowNode::bClusterCrumbling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMagnetDataflowNode \ +static_assert(alignof(FClusterMagnetDataflowNode) == 0x000008, "Wrong alignment on FClusterMagnetDataflowNode"); \ +static_assert(sizeof(FClusterMagnetDataflowNode) == 0x0001C0, "Wrong size on FClusterMagnetDataflowNode"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, Collection) == 0x0000E8, "Member 'FClusterMagnetDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, TransformSelection) == 0x000198, "Member 'FClusterMagnetDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, Iterations) == 0x0001B8, "Member 'FClusterMagnetDataflowNode::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorToStringDataflowNode \ +static_assert(alignof(FVectorToStringDataflowNode) == 0x000008, "Wrong alignment on FVectorToStringDataflowNode"); \ +static_assert(sizeof(FVectorToStringDataflowNode) == 0x000110, "Wrong size on FVectorToStringDataflowNode"); \ +static_assert(offsetof(FVectorToStringDataflowNode, Vector) == 0x0000E8, "Member 'FVectorToStringDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FVectorToStringDataflowNode, String) == 0x000100, "Member 'FVectorToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromFloatArrayDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x0001B0, "Wrong size on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, FloatArray) == 0x000198, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Scale) == 0x0001A8, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToStringDataflowNode \ +static_assert(alignof(FFloatToStringDataflowNode) == 0x000008, "Wrong alignment on FFloatToStringDataflowNode"); \ +static_assert(sizeof(FFloatToStringDataflowNode) == 0x000100, "Wrong size on FFloatToStringDataflowNode"); \ +static_assert(offsetof(FFloatToStringDataflowNode, float_0) == 0x0000E8, "Member 'FFloatToStringDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToStringDataflowNode, String) == 0x0000F0, "Member 'FFloatToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToStringDataflowNode \ +static_assert(alignof(FIntToStringDataflowNode) == 0x000008, "Wrong alignment on FIntToStringDataflowNode"); \ +static_assert(sizeof(FIntToStringDataflowNode) == 0x000100, "Wrong size on FIntToStringDataflowNode"); \ +static_assert(offsetof(FIntToStringDataflowNode, Int) == 0x0000E8, "Member 'FIntToStringDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FIntToStringDataflowNode, String) == 0x0000F0, "Member 'FIntToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddCustomCollectionAttributeDataflowNode \ +static_assert(alignof(FAddCustomCollectionAttributeDataflowNode) == 0x000008, "Wrong alignment on FAddCustomCollectionAttributeDataflowNode"); \ +static_assert(sizeof(FAddCustomCollectionAttributeDataflowNode) == 0x0001C8, "Wrong size on FAddCustomCollectionAttributeDataflowNode"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, Collection) == 0x0000E8, "Member 'FAddCustomCollectionAttributeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, GroupName) == 0x000198, "Member 'FAddCustomCollectionAttributeDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FAddCustomCollectionAttributeDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, AttrName) == 0x0001B0, "Member 'FAddCustomCollectionAttributeDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, CustomAttributeType) == 0x0001C0, "Member 'FAddCustomCollectionAttributeDataflowNode::CustomAttributeType' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, NumElements) == 0x0001C4, "Member 'FAddCustomCollectionAttributeDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolToStringDataflowNode \ +static_assert(alignof(FBoolToStringDataflowNode) == 0x000008, "Wrong alignment on FBoolToStringDataflowNode"); \ +static_assert(sizeof(FBoolToStringDataflowNode) == 0x000100, "Wrong size on FBoolToStringDataflowNode"); \ +static_assert(offsetof(FBoolToStringDataflowNode, Bool) == 0x0000E8, "Member 'FBoolToStringDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FBoolToStringDataflowNode, String) == 0x0000F0, "Member 'FBoolToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToFloatDataflowNode \ +static_assert(alignof(FIntToFloatDataflowNode) == 0x000008, "Wrong alignment on FIntToFloatDataflowNode"); \ +static_assert(sizeof(FIntToFloatDataflowNode) == 0x0000F0, "Wrong size on FIntToFloatDataflowNode"); \ +static_assert(offsetof(FIntToFloatDataflowNode, Int) == 0x0000E8, "Member 'FIntToFloatDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FIntToFloatDataflowNode, float_0) == 0x0000EC, "Member 'FIntToFloatDataflowNode::float_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchCollectionDataflowNode \ +static_assert(alignof(FBranchCollectionDataflowNode) == 0x000008, "Wrong alignment on FBranchCollectionDataflowNode"); \ +static_assert(sizeof(FBranchCollectionDataflowNode) == 0x000300, "Wrong size on FBranchCollectionDataflowNode"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, TrueCollection) == 0x0000E8, "Member 'FBranchCollectionDataflowNode::TrueCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, FalseCollection) == 0x000198, "Member 'FBranchCollectionDataflowNode::FalseCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, bCondition) == 0x000248, "Member 'FBranchCollectionDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, ChosenCollection) == 0x000250, "Member 'FBranchCollectionDataflowNode::ChosenCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToDoubleDataflowNode \ +static_assert(alignof(FIntToDoubleDataflowNode) == 0x000008, "Wrong alignment on FIntToDoubleDataflowNode"); \ +static_assert(sizeof(FIntToDoubleDataflowNode) == 0x0000F8, "Wrong size on FIntToDoubleDataflowNode"); \ +static_assert(offsetof(FIntToDoubleDataflowNode, Int) == 0x0000E8, "Member 'FIntToDoubleDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FIntToDoubleDataflowNode, Double) == 0x0000F0, "Member 'FIntToDoubleDataflowNode::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToDoubleDataflowNode \ +static_assert(alignof(FFloatToDoubleDataflowNode) == 0x000008, "Wrong alignment on FFloatToDoubleDataflowNode"); \ +static_assert(sizeof(FFloatToDoubleDataflowNode) == 0x0000F8, "Wrong size on FFloatToDoubleDataflowNode"); \ +static_assert(offsetof(FFloatToDoubleDataflowNode, float_0) == 0x0000E8, "Member 'FFloatToDoubleDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToDoubleDataflowNode, Double) == 0x0000F0, "Member 'FFloatToDoubleDataflowNode::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromVertexSelectionDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x0001D8, "Wrong size on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, Collection) == 0x0000E8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, VertexSelection) == 0x000198, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, SelectedColor) == 0x0001B8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::SelectedColor' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, NonSelectedColor) == 0x0001C8, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::NonSelectedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToIntDataflowNode \ +static_assert(alignof(FFloatToIntDataflowNode) == 0x000008, "Wrong alignment on FFloatToIntDataflowNode"); \ +static_assert(sizeof(FFloatToIntDataflowNode) == 0x0000F8, "Wrong size on FFloatToIntDataflowNode"); \ +static_assert(offsetof(FFloatToIntDataflowNode, Function) == 0x0000E8, "Member 'FFloatToIntDataflowNode::Function' has a wrong offset!"); \ +static_assert(offsetof(FFloatToIntDataflowNode, float_0) == 0x0000EC, "Member 'FFloatToIntDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToIntDataflowNode, Int) == 0x0000F0, "Member 'FFloatToIntDataflowNode::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToBoolDataflowNode \ +static_assert(alignof(FIntToBoolDataflowNode) == 0x000008, "Wrong alignment on FIntToBoolDataflowNode"); \ +static_assert(sizeof(FIntToBoolDataflowNode) == 0x0000F0, "Wrong size on FIntToBoolDataflowNode"); \ +static_assert(offsetof(FIntToBoolDataflowNode, Int) == 0x0000E8, "Member 'FIntToBoolDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FIntToBoolDataflowNode, Bool) == 0x0000EC, "Member 'FIntToBoolDataflowNode::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetStringOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetStringOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetStringOverrideFromAssetDataflowNode) == 0x000128, "Wrong size on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, String) == 0x000108, "Member 'FGetStringOverrideFromAssetDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, StringDefault) == 0x000118, "Member 'FGetStringOverrideFromAssetDataflowNode::StringDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolToIntDataflowNode \ +static_assert(alignof(FBoolToIntDataflowNode) == 0x000008, "Wrong alignment on FBoolToIntDataflowNode"); \ +static_assert(sizeof(FBoolToIntDataflowNode) == 0x0000F0, "Wrong size on FBoolToIntDataflowNode"); \ +static_assert(offsetof(FBoolToIntDataflowNode, Bool) == 0x0000E8, "Member 'FBoolToIntDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FBoolToIntDataflowNode, Int) == 0x0000EC, "Member 'FBoolToIntDataflowNode::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvexHullToMeshDataflowNode \ +static_assert(alignof(FConvexHullToMeshDataflowNode) == 0x000008, "Wrong alignment on FConvexHullToMeshDataflowNode"); \ +static_assert(sizeof(FConvexHullToMeshDataflowNode) == 0x0001C0, "Wrong size on FConvexHullToMeshDataflowNode"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, Collection) == 0x0000E8, "Member 'FConvexHullToMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, OptionalSelectionFilter) == 0x000198, "Member 'FConvexHullToMeshDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, Mesh) == 0x0001B8, "Member 'FConvexHullToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInvertTransformDataflowNode \ +static_assert(alignof(FInvertTransformDataflowNode) == 0x000010, "Wrong alignment on FInvertTransformDataflowNode"); \ +static_assert(sizeof(FInvertTransformDataflowNode) == 0x0001B0, "Wrong size on FInvertTransformDataflowNode"); \ +static_assert(offsetof(FInvertTransformDataflowNode, InTransform) == 0x0000F0, "Member 'FInvertTransformDataflowNode::InTransform' has a wrong offset!"); \ +static_assert(offsetof(FInvertTransformDataflowNode, OutTransform) == 0x000150, "Member 'FInvertTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphereCoveringToMeshDataflowNode \ +static_assert(alignof(FSphereCoveringToMeshDataflowNode) == 0x000008, "Wrong alignment on FSphereCoveringToMeshDataflowNode"); \ +static_assert(sizeof(FSphereCoveringToMeshDataflowNode) == 0x000118, "Wrong size on FSphereCoveringToMeshDataflowNode"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, SphereCovering) == 0x0000E8, "Member 'FSphereCoveringToMeshDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, VerticesAlongEachSide) == 0x000108, "Member 'FSphereCoveringToMeshDataflowNode::VerticesAlongEachSide' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, Mesh) == 0x000110, "Member 'FSphereCoveringToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphereCoveringCountSpheresNode \ +static_assert(alignof(FSphereCoveringCountSpheresNode) == 0x000008, "Wrong alignment on FSphereCoveringCountSpheresNode"); \ +static_assert(sizeof(FSphereCoveringCountSpheresNode) == 0x000110, "Wrong size on FSphereCoveringCountSpheresNode"); \ +static_assert(offsetof(FSphereCoveringCountSpheresNode, SphereCovering) == 0x0000E8, "Member 'FSphereCoveringCountSpheresNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringCountSpheresNode, NumSpheres) == 0x000108, "Member 'FSphereCoveringCountSpheresNode::NumSpheres' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCollectionAttributeDataTypedDataflowNode \ +static_assert(alignof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(sizeof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000230, "Wrong size on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Collection) == 0x0000E8, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000198, "Member 'FGetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x0001B0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x0001C0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x0001D0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x0001E0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x0001F0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000200, "Member 'FGetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000210, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000220, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshToOBJStringDebugDataflowNode \ +static_assert(alignof(FMeshToOBJStringDebugDataflowNode) == 0x000008, "Wrong alignment on FMeshToOBJStringDebugDataflowNode"); \ +static_assert(sizeof(FMeshToOBJStringDebugDataflowNode) == 0x000108, "Wrong size on FMeshToOBJStringDebugDataflowNode"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshToOBJStringDebugDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, bInvertFaces) == 0x0000F0, "Member 'FMeshToOBJStringDebugDataflowNode::bInvertFaces' has a wrong offset!"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, StringOBJ) == 0x0000F8, "Member 'FMeshToOBJStringDebugDataflowNode::StringOBJ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWriteStringToFile \ +static_assert(alignof(FWriteStringToFile) == 0x000008, "Wrong alignment on FWriteStringToFile"); \ +static_assert(sizeof(FWriteStringToFile) == 0x000108, "Wrong size on FWriteStringToFile"); \ +static_assert(offsetof(FWriteStringToFile, FilePath) == 0x0000E8, "Member 'FWriteStringToFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(FWriteStringToFile, FileContents) == 0x0000F8, "Member 'FWriteStringToFile::FileContents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetIntOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetIntOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetIntOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, Int) == 0x000108, "Member 'FGetIntOverrideFromAssetDataflowNode::Int' has a wrong offset!"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, IntDefault) == 0x00010C, "Member 'FGetIntOverrideFromAssetDataflowNode::IntDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPruneInCollectionDataflowNode \ +static_assert(alignof(FPruneInCollectionDataflowNode) == 0x000008, "Wrong alignment on FPruneInCollectionDataflowNode"); \ +static_assert(sizeof(FPruneInCollectionDataflowNode) == 0x0001B8, "Wrong size on FPruneInCollectionDataflowNode"); \ +static_assert(offsetof(FPruneInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FPruneInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPruneInCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FPruneInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVisibilityInCollectionDataflowNode \ +static_assert(alignof(FSetVisibilityInCollectionDataflowNode) == 0x000008, "Wrong alignment on FSetVisibilityInCollectionDataflowNode"); \ +static_assert(sizeof(FSetVisibilityInCollectionDataflowNode) == 0x0001E0, "Wrong size on FSetVisibilityInCollectionDataflowNode"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, Visibility) == 0x0000E8, "Member 'FSetVisibilityInCollectionDataflowNode::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, Collection) == 0x0000F0, "Member 'FSetVisibilityInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, TransformSelection) == 0x0001A0, "Member 'FSetVisibilityInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, FaceSelection) == 0x0001C0, "Member 'FSetVisibilityInCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, BoneIndicies) == 0x000198, "Member 'FCollectionTransformSelectionCustomDataflowNode::BoneIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionCustomDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMergeInCollectionDataflowNode \ +static_assert(alignof(FMergeInCollectionDataflowNode) == 0x000008, "Wrong alignment on FMergeInCollectionDataflowNode"); \ +static_assert(sizeof(FMergeInCollectionDataflowNode) == 0x0001B8, "Wrong size on FMergeInCollectionDataflowNode"); \ +static_assert(offsetof(FMergeInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FMergeInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMergeInCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FMergeInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformScatterPointsDataflowNode \ +static_assert(alignof(FUniformScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FUniformScatterPointsDataflowNode"); \ +static_assert(sizeof(FUniformScatterPointsDataflowNode) == 0x000140, "Wrong size on FUniformScatterPointsDataflowNode"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, MinNumberOfPoints) == 0x0000E8, "Member 'FUniformScatterPointsDataflowNode::MinNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, MaxNumberOfPoints) == 0x0000EC, "Member 'FUniformScatterPointsDataflowNode::MaxNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, RandomSeed) == 0x0000F0, "Member 'FUniformScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, BoundingBox) == 0x0000F8, "Member 'FUniformScatterPointsDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, Points) == 0x000130, "Member 'FUniformScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000150, "Wrong size on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, Operation) == 0x0000E8, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionA) == 0x0000F0, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionB) == 0x000110, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelection) == 0x000130, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialScatterPointsDataflowNode \ +static_assert(alignof(FRadialScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FRadialScatterPointsDataflowNode"); \ +static_assert(sizeof(FRadialScatterPointsDataflowNode) == 0x000140, "Wrong size on FRadialScatterPointsDataflowNode"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Center) == 0x0000E8, "Member 'FRadialScatterPointsDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Normal) == 0x000100, "Member 'FRadialScatterPointsDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Radius) == 0x000118, "Member 'FRadialScatterPointsDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, AngularSteps) == 0x00011C, "Member 'FRadialScatterPointsDataflowNode::AngularSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, RadialSteps) == 0x000120, "Member 'FRadialScatterPointsDataflowNode::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, AngleOffset) == 0x000124, "Member 'FRadialScatterPointsDataflowNode::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Variability) == 0x000128, "Member 'FRadialScatterPointsDataflowNode::Variability' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, RandomSeed) == 0x00012C, "Member 'FRadialScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Points) == 0x000130, "Member 'FRadialScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVoronoiFractureDataflowNode \ +static_assert(alignof(FVoronoiFractureDataflowNode) == 0x000008, "Wrong alignment on FVoronoiFractureDataflowNode"); \ +static_assert(sizeof(FVoronoiFractureDataflowNode) == 0x0001F8, "Wrong size on FVoronoiFractureDataflowNode"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Collection) == 0x0000E8, "Member 'FVoronoiFractureDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Points) == 0x000198, "Member 'FVoronoiFractureDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, TransformSelection) == 0x0001A8, "Member 'FVoronoiFractureDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, RandomSeed) == 0x0001C8, "Member 'FVoronoiFractureDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, ChanceToFracture) == 0x0001CC, "Member 'FVoronoiFractureDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, GroupFracture) == 0x0001D0, "Member 'FVoronoiFractureDataflowNode::GroupFracture' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Grout) == 0x0001D4, "Member 'FVoronoiFractureDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Amplitude) == 0x0001D8, "Member 'FVoronoiFractureDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Frequency) == 0x0001DC, "Member 'FVoronoiFractureDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Persistence) == 0x0001E0, "Member 'FVoronoiFractureDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Lacunarity) == 0x0001E4, "Member 'FVoronoiFractureDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, OctaveNumber) == 0x0001E8, "Member 'FVoronoiFractureDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, PointSpacing) == 0x0001EC, "Member 'FVoronoiFractureDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, AddSamplesForCollision) == 0x0001F0, "Member 'FVoronoiFractureDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, CollisionSampleSpacing) == 0x0001F4, "Member 'FVoronoiFractureDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchIntDataflowNode \ +static_assert(alignof(FBranchIntDataflowNode) == 0x000008, "Wrong alignment on FBranchIntDataflowNode"); \ +static_assert(sizeof(FBranchIntDataflowNode) == 0x0000F8, "Wrong size on FBranchIntDataflowNode"); \ +static_assert(offsetof(FBranchIntDataflowNode, A) == 0x0000E8, "Member 'FBranchIntDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, B) == 0x0000EC, "Member 'FBranchIntDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchIntDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchIntDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlaneCutterDataflowNode \ +static_assert(alignof(FPlaneCutterDataflowNode) == 0x000008, "Wrong alignment on FPlaneCutterDataflowNode"); \ +static_assert(sizeof(FPlaneCutterDataflowNode) == 0x000220, "Wrong size on FPlaneCutterDataflowNode"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Collection) == 0x0000E8, "Member 'FPlaneCutterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, BoundingBox) == 0x000198, "Member 'FPlaneCutterDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, TransformSelection) == 0x0001D0, "Member 'FPlaneCutterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, NumPlanes) == 0x0001F0, "Member 'FPlaneCutterDataflowNode::NumPlanes' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, RandomSeed) == 0x0001F4, "Member 'FPlaneCutterDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Grout) == 0x0001F8, "Member 'FPlaneCutterDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Amplitude) == 0x0001FC, "Member 'FPlaneCutterDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Frequency) == 0x000200, "Member 'FPlaneCutterDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Persistence) == 0x000204, "Member 'FPlaneCutterDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Lacunarity) == 0x000208, "Member 'FPlaneCutterDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, OctaveNumber) == 0x00020C, "Member 'FPlaneCutterDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, PointSpacing) == 0x000210, "Member 'FPlaneCutterDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, AddSamplesForCollision) == 0x000214, "Member 'FPlaneCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, CollisionSampleSpacing) == 0x000218, "Member 'FPlaneCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExplodedViewDataflowNode \ +static_assert(alignof(FExplodedViewDataflowNode) == 0x000008, "Wrong alignment on FExplodedViewDataflowNode"); \ +static_assert(sizeof(FExplodedViewDataflowNode) == 0x0001B8, "Wrong size on FExplodedViewDataflowNode"); \ +static_assert(offsetof(FExplodedViewDataflowNode, Collection) == 0x0000E8, "Member 'FExplodedViewDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FExplodedViewDataflowNode, UniformScale) == 0x000198, "Member 'FExplodedViewDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FExplodedViewDataflowNode, Scale) == 0x0001A0, "Member 'FExplodedViewDataflowNode::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralStringDataflowNode \ +static_assert(alignof(FMakeLiteralStringDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralStringDataflowNode"); \ +static_assert(sizeof(FMakeLiteralStringDataflowNode) == 0x000108, "Wrong size on FMakeLiteralStringDataflowNode"); \ +static_assert(offsetof(FMakeLiteralStringDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralStringDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralStringDataflowNode, String) == 0x0000F8, "Member 'FMakeLiteralStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakePointsDataflowNode \ +static_assert(alignof(FMakePointsDataflowNode) == 0x000008, "Wrong alignment on FMakePointsDataflowNode"); \ +static_assert(sizeof(FMakePointsDataflowNode) == 0x000108, "Wrong size on FMakePointsDataflowNode"); \ +static_assert(offsetof(FMakePointsDataflowNode, Point) == 0x0000E8, "Member 'FMakePointsDataflowNode::Point' has a wrong offset!"); \ +static_assert(offsetof(FMakePointsDataflowNode, Points) == 0x0000F8, "Member 'FMakePointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeBoxDataflowNode \ +static_assert(alignof(FMakeBoxDataflowNode) == 0x000008, "Wrong alignment on FMakeBoxDataflowNode"); \ +static_assert(sizeof(FMakeBoxDataflowNode) == 0x000188, "Wrong size on FMakeBoxDataflowNode"); \ +static_assert(offsetof(FMakeBoxDataflowNode, DataType) == 0x0000E8, "Member 'FMakeBoxDataflowNode::DataType' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, min_0) == 0x0000F0, "Member 'FMakeBoxDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, max_0) == 0x000108, "Member 'FMakeBoxDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Center) == 0x000120, "Member 'FMakeBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Size) == 0x000138, "Member 'FMakeBoxDataflowNode::Size' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Box) == 0x000150, "Member 'FMakeBoxDataflowNode::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeSphereDataflowNode \ +static_assert(alignof(FMakeSphereDataflowNode) == 0x000008, "Wrong alignment on FMakeSphereDataflowNode"); \ +static_assert(sizeof(FMakeSphereDataflowNode) == 0x000128, "Wrong size on FMakeSphereDataflowNode"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Center) == 0x0000E8, "Member 'FMakeSphereDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Radius) == 0x000100, "Member 'FMakeSphereDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Sphere) == 0x000108, "Member 'FMakeSphereDataflowNode::Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralFloatDataflowNode \ +static_assert(alignof(FMakeLiteralFloatDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralFloatDataflowNode"); \ +static_assert(sizeof(FMakeLiteralFloatDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralFloatDataflowNode"); \ +static_assert(offsetof(FMakeLiteralFloatDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralFloatDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralFloatDataflowNode, float_0) == 0x0000EC, "Member 'FMakeLiteralFloatDataflowNode::float_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralIntDataflowNode \ +static_assert(alignof(FMakeLiteralIntDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralIntDataflowNode"); \ +static_assert(sizeof(FMakeLiteralIntDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralIntDataflowNode"); \ +static_assert(offsetof(FMakeLiteralIntDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralIntDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralIntDataflowNode, Int) == 0x0000EC, "Member 'FMakeLiteralIntDataflowNode::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralBoolDataflowNode \ +static_assert(alignof(FMakeLiteralBoolDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralBoolDataflowNode"); \ +static_assert(sizeof(FMakeLiteralBoolDataflowNode) == 0x0000F0, "Wrong size on FMakeLiteralBoolDataflowNode"); \ +static_assert(offsetof(FMakeLiteralBoolDataflowNode, Value) == 0x0000E8, "Member 'FMakeLiteralBoolDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralBoolDataflowNode, Bool) == 0x0000E9, "Member 'FMakeLiteralBoolDataflowNode::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralVectorDataflowNode \ +static_assert(alignof(FMakeLiteralVectorDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralVectorDataflowNode"); \ +static_assert(sizeof(FMakeLiteralVectorDataflowNode) == 0x000110, "Wrong size on FMakeLiteralVectorDataflowNode"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, X) == 0x0000E8, "Member 'FMakeLiteralVectorDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Y) == 0x0000EC, "Member 'FMakeLiteralVectorDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Z) == 0x0000F0, "Member 'FMakeLiteralVectorDataflowNode::Z' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Vector) == 0x0000F8, "Member 'FMakeLiteralVectorDataflowNode::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeTransformDataflowNode \ +static_assert(alignof(FMakeTransformDataflowNode) == 0x000010, "Wrong alignment on FMakeTransformDataflowNode"); \ +static_assert(sizeof(FMakeTransformDataflowNode) == 0x000190, "Wrong size on FMakeTransformDataflowNode"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InTranslation) == 0x0000E8, "Member 'FMakeTransformDataflowNode::InTranslation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InRotation) == 0x000100, "Member 'FMakeTransformDataflowNode::InRotation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InScale) == 0x000118, "Member 'FMakeTransformDataflowNode::InScale' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, OutTransform) == 0x000130, "Member 'FMakeTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeQuaternionDataflowNode \ +static_assert(alignof(FMakeQuaternionDataflowNode) == 0x000010, "Wrong alignment on FMakeQuaternionDataflowNode"); \ +static_assert(sizeof(FMakeQuaternionDataflowNode) == 0x000120, "Wrong size on FMakeQuaternionDataflowNode"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, X) == 0x0000E8, "Member 'FMakeQuaternionDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Y) == 0x0000EC, "Member 'FMakeQuaternionDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Z) == 0x0000F0, "Member 'FMakeQuaternionDataflowNode::Z' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, W) == 0x0000F4, "Member 'FMakeQuaternionDataflowNode::W' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Quaternion) == 0x000100, "Member 'FMakeQuaternionDataflowNode::Quaternion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddDataflowNode \ +static_assert(alignof(FAddDataflowNode) == 0x000008, "Wrong alignment on FAddDataflowNode"); \ +static_assert(sizeof(FAddDataflowNode) == 0x0000F8, "Wrong size on FAddDataflowNode"); \ +static_assert(offsetof(FAddDataflowNode, FloatA) == 0x0000E8, "Member 'FAddDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FAddDataflowNode, FloatB) == 0x0000EC, "Member 'FAddDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FAddDataflowNode, ReturnValue) == 0x0000F0, "Member 'FAddDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtractDataflowNode \ +static_assert(alignof(FSubtractDataflowNode) == 0x000008, "Wrong alignment on FSubtractDataflowNode"); \ +static_assert(sizeof(FSubtractDataflowNode) == 0x0000F8, "Wrong size on FSubtractDataflowNode"); \ +static_assert(offsetof(FSubtractDataflowNode, FloatA) == 0x0000E8, "Member 'FSubtractDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FSubtractDataflowNode, FloatB) == 0x0000EC, "Member 'FSubtractDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FSubtractDataflowNode, ReturnValue) == 0x0000F0, "Member 'FSubtractDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiplyDataflowNode \ +static_assert(alignof(FMultiplyDataflowNode) == 0x000008, "Wrong alignment on FMultiplyDataflowNode"); \ +static_assert(sizeof(FMultiplyDataflowNode) == 0x0000F8, "Wrong size on FMultiplyDataflowNode"); \ +static_assert(offsetof(FMultiplyDataflowNode, FloatA) == 0x0000E8, "Member 'FMultiplyDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyDataflowNode, FloatB) == 0x0000EC, "Member 'FMultiplyDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyDataflowNode, ReturnValue) == 0x0000F0, "Member 'FMultiplyDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSafeDivideDataflowNode \ +static_assert(alignof(FSafeDivideDataflowNode) == 0x000008, "Wrong alignment on FSafeDivideDataflowNode"); \ +static_assert(sizeof(FSafeDivideDataflowNode) == 0x0000F8, "Wrong size on FSafeDivideDataflowNode"); \ +static_assert(offsetof(FSafeDivideDataflowNode, FloatA) == 0x0000E8, "Member 'FSafeDivideDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FSafeDivideDataflowNode, FloatB) == 0x0000EC, "Member 'FSafeDivideDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FSafeDivideDataflowNode, ReturnValue) == 0x0000F0, "Member 'FSafeDivideDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDivideDataflowNode \ +static_assert(alignof(FDivideDataflowNode) == 0x000008, "Wrong alignment on FDivideDataflowNode"); \ +static_assert(sizeof(FDivideDataflowNode) == 0x0000F8, "Wrong size on FDivideDataflowNode"); \ + +#define DUMPER7_ASSERTS_FDivisionDataflowNode \ +static_assert(alignof(FDivisionDataflowNode) == 0x000008, "Wrong alignment on FDivisionDataflowNode"); \ +static_assert(sizeof(FDivisionDataflowNode) == 0x0000F8, "Wrong size on FDivisionDataflowNode"); \ +static_assert(offsetof(FDivisionDataflowNode, Dividend) == 0x0000E8, "Member 'FDivisionDataflowNode::Dividend' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, Divisor) == 0x0000EC, "Member 'FDivisionDataflowNode::Divisor' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, Remainder) == 0x0000F0, "Member 'FDivisionDataflowNode::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, ReturnValue) == 0x0000F4, "Member 'FDivisionDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSafeReciprocalDataflowNode \ +static_assert(alignof(FSafeReciprocalDataflowNode) == 0x000008, "Wrong alignment on FSafeReciprocalDataflowNode"); \ +static_assert(sizeof(FSafeReciprocalDataflowNode) == 0x0000F0, "Wrong size on FSafeReciprocalDataflowNode"); \ +static_assert(offsetof(FSafeReciprocalDataflowNode, float_0) == 0x0000E8, "Member 'FSafeReciprocalDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSafeReciprocalDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSafeReciprocalDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSquareDataflowNode \ +static_assert(alignof(FSquareDataflowNode) == 0x000008, "Wrong alignment on FSquareDataflowNode"); \ +static_assert(sizeof(FSquareDataflowNode) == 0x0000F0, "Wrong size on FSquareDataflowNode"); \ +static_assert(offsetof(FSquareDataflowNode, float_0) == 0x0000E8, "Member 'FSquareDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSquareDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSquareDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSquareRootDataflowNode \ +static_assert(alignof(FSquareRootDataflowNode) == 0x000008, "Wrong alignment on FSquareRootDataflowNode"); \ +static_assert(sizeof(FSquareRootDataflowNode) == 0x0000F0, "Wrong size on FSquareRootDataflowNode"); \ +static_assert(offsetof(FSquareRootDataflowNode, float_0) == 0x0000E8, "Member 'FSquareRootDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSquareRootDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSquareRootDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInverseSqrtDataflowNode \ +static_assert(alignof(FInverseSqrtDataflowNode) == 0x000008, "Wrong alignment on FInverseSqrtDataflowNode"); \ +static_assert(sizeof(FInverseSqrtDataflowNode) == 0x0000F0, "Wrong size on FInverseSqrtDataflowNode"); \ +static_assert(offsetof(FInverseSqrtDataflowNode, float_0) == 0x0000E8, "Member 'FInverseSqrtDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FInverseSqrtDataflowNode, ReturnValue) == 0x0000EC, "Member 'FInverseSqrtDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCubeDataflowNode \ +static_assert(alignof(FCubeDataflowNode) == 0x000008, "Wrong alignment on FCubeDataflowNode"); \ +static_assert(sizeof(FCubeDataflowNode) == 0x0000F0, "Wrong size on FCubeDataflowNode"); \ +static_assert(offsetof(FCubeDataflowNode, float_0) == 0x0000E8, "Member 'FCubeDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCubeDataflowNode, ReturnValue) == 0x0000EC, "Member 'FCubeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNegateDataflowNode \ +static_assert(alignof(FNegateDataflowNode) == 0x000008, "Wrong alignment on FNegateDataflowNode"); \ +static_assert(sizeof(FNegateDataflowNode) == 0x0000F0, "Wrong size on FNegateDataflowNode"); \ +static_assert(offsetof(FNegateDataflowNode, float_0) == 0x0000E8, "Member 'FNegateDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FNegateDataflowNode, ReturnValue) == 0x0000EC, "Member 'FNegateDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbsDataflowNode \ +static_assert(alignof(FAbsDataflowNode) == 0x000008, "Wrong alignment on FAbsDataflowNode"); \ +static_assert(sizeof(FAbsDataflowNode) == 0x0000F0, "Wrong size on FAbsDataflowNode"); \ +static_assert(offsetof(FAbsDataflowNode, float_0) == 0x0000E8, "Member 'FAbsDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FAbsDataflowNode, ReturnValue) == 0x0000EC, "Member 'FAbsDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCeilDataflowNode \ +static_assert(alignof(FCeilDataflowNode) == 0x000008, "Wrong alignment on FCeilDataflowNode"); \ +static_assert(sizeof(FCeilDataflowNode) == 0x0000F0, "Wrong size on FCeilDataflowNode"); \ +static_assert(offsetof(FCeilDataflowNode, float_0) == 0x0000E8, "Member 'FCeilDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCeilDataflowNode, ReturnValue) == 0x0000EC, "Member 'FCeilDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTruncDataflowNode \ +static_assert(alignof(FTruncDataflowNode) == 0x000008, "Wrong alignment on FTruncDataflowNode"); \ +static_assert(sizeof(FTruncDataflowNode) == 0x0000F0, "Wrong size on FTruncDataflowNode"); \ +static_assert(offsetof(FTruncDataflowNode, float_0) == 0x0000E8, "Member 'FTruncDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FTruncDataflowNode, ReturnValue) == 0x0000EC, "Member 'FTruncDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFracDataflowNode \ +static_assert(alignof(FFracDataflowNode) == 0x000008, "Wrong alignment on FFracDataflowNode"); \ +static_assert(sizeof(FFracDataflowNode) == 0x0000F0, "Wrong size on FFracDataflowNode"); \ +static_assert(offsetof(FFracDataflowNode, float_0) == 0x0000E8, "Member 'FFracDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFracDataflowNode, ReturnValue) == 0x0000EC, "Member 'FFracDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinDataflowNode \ +static_assert(alignof(FMinDataflowNode) == 0x000008, "Wrong alignment on FMinDataflowNode"); \ +static_assert(sizeof(FMinDataflowNode) == 0x0000F8, "Wrong size on FMinDataflowNode"); \ +static_assert(offsetof(FMinDataflowNode, FloatA) == 0x0000E8, "Member 'FMinDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMinDataflowNode, FloatB) == 0x0000EC, "Member 'FMinDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMinDataflowNode, ReturnValue) == 0x0000F0, "Member 'FMinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMin3DataflowNode \ +static_assert(alignof(FMin3DataflowNode) == 0x000008, "Wrong alignment on FMin3DataflowNode"); \ +static_assert(sizeof(FMin3DataflowNode) == 0x0000F8, "Wrong size on FMin3DataflowNode"); \ +static_assert(offsetof(FMin3DataflowNode, FloatA) == 0x0000E8, "Member 'FMin3DataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, FloatB) == 0x0000EC, "Member 'FMin3DataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, FloatC) == 0x0000F0, "Member 'FMin3DataflowNode::FloatC' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, ReturnValue) == 0x0000F4, "Member 'FMin3DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSignDataflowNode \ +static_assert(alignof(FSignDataflowNode) == 0x000008, "Wrong alignment on FSignDataflowNode"); \ +static_assert(sizeof(FSignDataflowNode) == 0x0000F0, "Wrong size on FSignDataflowNode"); \ +static_assert(offsetof(FSignDataflowNode, float_0) == 0x0000E8, "Member 'FSignDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSignDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSignDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClampDataflowNode \ +static_assert(alignof(FClampDataflowNode) == 0x000008, "Wrong alignment on FClampDataflowNode"); \ +static_assert(sizeof(FClampDataflowNode) == 0x0000F8, "Wrong size on FClampDataflowNode"); \ +static_assert(offsetof(FClampDataflowNode, float_0) == 0x0000E8, "Member 'FClampDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, min_0) == 0x0000EC, "Member 'FClampDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, max_0) == 0x0000F0, "Member 'FClampDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, ReturnValue) == 0x0000F4, "Member 'FClampDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFitDataflowNode \ +static_assert(alignof(FFitDataflowNode) == 0x000008, "Wrong alignment on FFitDataflowNode"); \ +static_assert(sizeof(FFitDataflowNode) == 0x000100, "Wrong size on FFitDataflowNode"); \ +static_assert(offsetof(FFitDataflowNode, float_0) == 0x0000E8, "Member 'FFitDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMin) == 0x0000EC, "Member 'FFitDataflowNode::OldMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMax) == 0x0000F0, "Member 'FFitDataflowNode::OldMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMin) == 0x0000F4, "Member 'FFitDataflowNode::NewMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMax) == 0x0000F8, "Member 'FFitDataflowNode::NewMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, ReturnValue) == 0x0000FC, "Member 'FFitDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEFitDataflowNode \ +static_assert(alignof(FEFitDataflowNode) == 0x000008, "Wrong alignment on FEFitDataflowNode"); \ +static_assert(sizeof(FEFitDataflowNode) == 0x000100, "Wrong size on FEFitDataflowNode"); \ +static_assert(offsetof(FEFitDataflowNode, float_0) == 0x0000E8, "Member 'FEFitDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, OldMin) == 0x0000EC, "Member 'FEFitDataflowNode::OldMin' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, OldMax) == 0x0000F0, "Member 'FEFitDataflowNode::OldMax' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, NewMin) == 0x0000F4, "Member 'FEFitDataflowNode::NewMin' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, NewMax) == 0x0000F8, "Member 'FEFitDataflowNode::NewMax' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, ReturnValue) == 0x0000FC, "Member 'FEFitDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPowDataflowNode \ +static_assert(alignof(FPowDataflowNode) == 0x000008, "Wrong alignment on FPowDataflowNode"); \ +static_assert(sizeof(FPowDataflowNode) == 0x0000F8, "Wrong size on FPowDataflowNode"); \ +static_assert(offsetof(FPowDataflowNode, base) == 0x0000E8, "Member 'FPowDataflowNode::base' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, exp) == 0x0000EC, "Member 'FPowDataflowNode::exp' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, ReturnValue) == 0x0000F0, "Member 'FPowDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogDataflowNode \ +static_assert(alignof(FLogDataflowNode) == 0x000008, "Wrong alignment on FLogDataflowNode"); \ +static_assert(sizeof(FLogDataflowNode) == 0x0000F8, "Wrong size on FLogDataflowNode"); \ +static_assert(offsetof(FLogDataflowNode, base) == 0x0000E8, "Member 'FLogDataflowNode::base' has a wrong offset!"); \ +static_assert(offsetof(FLogDataflowNode, A) == 0x0000EC, "Member 'FLogDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLogDataflowNode, ReturnValue) == 0x0000F0, "Member 'FLogDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogeDataflowNode \ +static_assert(alignof(FLogeDataflowNode) == 0x000008, "Wrong alignment on FLogeDataflowNode"); \ +static_assert(sizeof(FLogeDataflowNode) == 0x0000F0, "Wrong size on FLogeDataflowNode"); \ +static_assert(offsetof(FLogeDataflowNode, A) == 0x0000E8, "Member 'FLogeDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLogeDataflowNode, ReturnValue) == 0x0000EC, "Member 'FLogeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWrapDataflowNode \ +static_assert(alignof(FWrapDataflowNode) == 0x000008, "Wrong alignment on FWrapDataflowNode"); \ +static_assert(sizeof(FWrapDataflowNode) == 0x0000F8, "Wrong size on FWrapDataflowNode"); \ +static_assert(offsetof(FWrapDataflowNode, float_0) == 0x0000E8, "Member 'FWrapDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, min_0) == 0x0000EC, "Member 'FWrapDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, max_0) == 0x0000F0, "Member 'FWrapDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, ReturnValue) == 0x0000F4, "Member 'FWrapDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSinDataflowNode \ +static_assert(alignof(FSinDataflowNode) == 0x000008, "Wrong alignment on FSinDataflowNode"); \ +static_assert(sizeof(FSinDataflowNode) == 0x0000F0, "Wrong size on FSinDataflowNode"); \ +static_assert(offsetof(FSinDataflowNode, float_0) == 0x0000E8, "Member 'FSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FSinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcSinDataflowNode \ +static_assert(alignof(FArcSinDataflowNode) == 0x000008, "Wrong alignment on FArcSinDataflowNode"); \ +static_assert(sizeof(FArcSinDataflowNode) == 0x0000F0, "Wrong size on FArcSinDataflowNode"); \ +static_assert(offsetof(FArcSinDataflowNode, float_0) == 0x0000E8, "Member 'FArcSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcSinDataflowNode, ReturnValue) == 0x0000EC, "Member 'FArcSinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCosDataflowNode \ +static_assert(alignof(FCosDataflowNode) == 0x000008, "Wrong alignment on FCosDataflowNode"); \ +static_assert(sizeof(FCosDataflowNode) == 0x0000F0, "Wrong size on FCosDataflowNode"); \ +static_assert(offsetof(FCosDataflowNode, float_0) == 0x0000E8, "Member 'FCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCosDataflowNode, ReturnValue) == 0x0000EC, "Member 'FCosDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTanDataflowNode \ +static_assert(alignof(FTanDataflowNode) == 0x000008, "Wrong alignment on FTanDataflowNode"); \ +static_assert(sizeof(FTanDataflowNode) == 0x0000F0, "Wrong size on FTanDataflowNode"); \ +static_assert(offsetof(FTanDataflowNode, float_0) == 0x0000E8, "Member 'FTanDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FTanDataflowNode, ReturnValue) == 0x0000EC, "Member 'FTanDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcTan2DataflowNode \ +static_assert(alignof(FArcTan2DataflowNode) == 0x000008, "Wrong alignment on FArcTan2DataflowNode"); \ +static_assert(sizeof(FArcTan2DataflowNode) == 0x0000F8, "Wrong size on FArcTan2DataflowNode"); \ +static_assert(offsetof(FArcTan2DataflowNode, Y) == 0x0000E8, "Member 'FArcTan2DataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, X) == 0x0000EC, "Member 'FArcTan2DataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, ReturnValue) == 0x0000F0, "Member 'FArcTan2DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScaleVectorDataflowNode \ +static_assert(alignof(FScaleVectorDataflowNode) == 0x000008, "Wrong alignment on FScaleVectorDataflowNode"); \ +static_assert(sizeof(FScaleVectorDataflowNode) == 0x000120, "Wrong size on FScaleVectorDataflowNode"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Vector) == 0x0000E8, "Member 'FScaleVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Scale) == 0x000100, "Member 'FScaleVectorDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, ScaledVector) == 0x000108, "Member 'FScaleVectorDataflowNode::ScaledVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrossProductDataflowNode \ +static_assert(alignof(FCrossProductDataflowNode) == 0x000008, "Wrong alignment on FCrossProductDataflowNode"); \ +static_assert(sizeof(FCrossProductDataflowNode) == 0x000130, "Wrong size on FCrossProductDataflowNode"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorA) == 0x0000E8, "Member 'FCrossProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorB) == 0x000100, "Member 'FCrossProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, ReturnValue) == 0x000118, "Member 'FCrossProductDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLengthDataflowNode \ +static_assert(alignof(FLengthDataflowNode) == 0x000008, "Wrong alignment on FLengthDataflowNode"); \ +static_assert(sizeof(FLengthDataflowNode) == 0x000108, "Wrong size on FLengthDataflowNode"); \ +static_assert(offsetof(FLengthDataflowNode, Vector) == 0x0000E8, "Member 'FLengthDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FLengthDataflowNode, ReturnValue) == 0x000100, "Member 'FLengthDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceDataflowNode \ +static_assert(alignof(FDistanceDataflowNode) == 0x000008, "Wrong alignment on FDistanceDataflowNode"); \ +static_assert(sizeof(FDistanceDataflowNode) == 0x000120, "Wrong size on FDistanceDataflowNode"); \ +static_assert(offsetof(FDistanceDataflowNode, PointA) == 0x0000E8, "Member 'FDistanceDataflowNode::PointA' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, PointB) == 0x000100, "Member 'FDistanceDataflowNode::PointB' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, ReturnValue) == 0x000118, "Member 'FDistanceDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIsNearlyZeroDataflowNode \ +static_assert(alignof(FIsNearlyZeroDataflowNode) == 0x000008, "Wrong alignment on FIsNearlyZeroDataflowNode"); \ +static_assert(sizeof(FIsNearlyZeroDataflowNode) == 0x0000F0, "Wrong size on FIsNearlyZeroDataflowNode"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, float_0) == 0x0000E8, "Member 'FIsNearlyZeroDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, ReturnValue) == 0x0000EC, "Member 'FIsNearlyZeroDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomFloatDataflowNode \ +static_assert(alignof(FRandomFloatDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatDataflowNode"); \ +static_assert(sizeof(FRandomFloatDataflowNode) == 0x0000F8, "Wrong size on FRandomFloatDataflowNode"); \ +static_assert(offsetof(FRandomFloatDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, ReturnValue) == 0x0000F0, "Member 'FRandomFloatDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomFloatInRangeDataflowNode \ +static_assert(alignof(FRandomFloatInRangeDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatInRangeDataflowNode"); \ +static_assert(sizeof(FRandomFloatInRangeDataflowNode) == 0x000100, "Wrong size on FRandomFloatInRangeDataflowNode"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomFloatInRangeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomFloatInRangeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, min_0) == 0x0000F0, "Member 'FRandomFloatInRangeDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, max_0) == 0x0000F4, "Member 'FRandomFloatInRangeDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, ReturnValue) == 0x0000F8, "Member 'FRandomFloatInRangeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomUnitVectorInConeDataflowNode \ +static_assert(alignof(FRandomUnitVectorInConeDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorInConeDataflowNode) == 0x000128, "Wrong size on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, bDeterministic) == 0x0000E8, "Member 'FRandomUnitVectorInConeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, RandomSeed) == 0x0000EC, "Member 'FRandomUnitVectorInConeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeDirection) == 0x0000F0, "Member 'FRandomUnitVectorInConeDataflowNode::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeHalfAngle) == 0x000108, "Member 'FRandomUnitVectorInConeDataflowNode::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ReturnValue) == 0x000110, "Member 'FRandomUnitVectorInConeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadiansToDegreesDataflowNode \ +static_assert(alignof(FRadiansToDegreesDataflowNode) == 0x000008, "Wrong alignment on FRadiansToDegreesDataflowNode"); \ +static_assert(sizeof(FRadiansToDegreesDataflowNode) == 0x0000F0, "Wrong size on FRadiansToDegreesDataflowNode"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Radians) == 0x0000E8, "Member 'FRadiansToDegreesDataflowNode::Radians' has a wrong offset!"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Degrees) == 0x0000EC, "Member 'FRadiansToDegreesDataflowNode::Degrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDegreesToRadiansDataflowNode \ +static_assert(alignof(FDegreesToRadiansDataflowNode) == 0x000008, "Wrong alignment on FDegreesToRadiansDataflowNode"); \ +static_assert(sizeof(FDegreesToRadiansDataflowNode) == 0x0000F0, "Wrong size on FDegreesToRadiansDataflowNode"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Degrees) == 0x0000E8, "Member 'FDegreesToRadiansDataflowNode::Degrees' has a wrong offset!"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Radians) == 0x0000EC, "Member 'FDegreesToRadiansDataflowNode::Radians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOneMinusDataflowNode \ +static_assert(alignof(FOneMinusDataflowNode) == 0x000008, "Wrong alignment on FOneMinusDataflowNode"); \ +static_assert(sizeof(FOneMinusDataflowNode) == 0x0000F0, "Wrong size on FOneMinusDataflowNode"); \ +static_assert(offsetof(FOneMinusDataflowNode, A) == 0x0000E8, "Member 'FOneMinusDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FOneMinusDataflowNode, ReturnValue) == 0x0000EC, "Member 'FOneMinusDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxToMeshDataflowNode \ +static_assert(alignof(FBoxToMeshDataflowNode) == 0x000008, "Wrong alignment on FBoxToMeshDataflowNode"); \ +static_assert(sizeof(FBoxToMeshDataflowNode) == 0x000130, "Wrong size on FBoxToMeshDataflowNode"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, Box) == 0x0000E8, "Member 'FBoxToMeshDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, Mesh) == 0x000120, "Member 'FBoxToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, TriangleCount) == 0x000128, "Member 'FBoxToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshToCollectionDataflowNode \ +static_assert(alignof(FMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FMeshToCollectionDataflowNode"); \ +static_assert(sizeof(FMeshToCollectionDataflowNode) == 0x0001A0, "Wrong size on FMeshToCollectionDataflowNode"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, Mesh) == 0x0000E8, "Member 'FMeshToCollectionDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, Collection) == 0x0000F0, "Member 'FMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshToMeshDataflowNode \ +static_assert(alignof(FStaticMeshToMeshDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToMeshDataflowNode"); \ +static_assert(sizeof(FStaticMeshToMeshDataflowNode) == 0x000100, "Wrong size on FStaticMeshToMeshDataflowNode"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, StaticMesh) == 0x0000E8, "Member 'FStaticMeshToMeshDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, bUseHiRes) == 0x0000F0, "Member 'FStaticMeshToMeshDataflowNode::bUseHiRes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, LODLevel) == 0x0000F4, "Member 'FStaticMeshToMeshDataflowNode::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, Mesh) == 0x0000F8, "Member 'FStaticMeshToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBooleanDataflowNode \ +static_assert(alignof(FMeshBooleanDataflowNode) == 0x000008, "Wrong alignment on FMeshBooleanDataflowNode"); \ +static_assert(sizeof(FMeshBooleanDataflowNode) == 0x000108, "Wrong size on FMeshBooleanDataflowNode"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Operation) == 0x0000E8, "Member 'FMeshBooleanDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh1) == 0x0000F0, "Member 'FMeshBooleanDataflowNode::Mesh1' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh2) == 0x0000F8, "Member 'FMeshBooleanDataflowNode::Mesh2' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh) == 0x000100, "Member 'FMeshBooleanDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMeshDataDataflowNode \ +static_assert(alignof(FGetMeshDataDataflowNode) == 0x000008, "Wrong alignment on FGetMeshDataDataflowNode"); \ +static_assert(sizeof(FGetMeshDataDataflowNode) == 0x000100, "Wrong size on FGetMeshDataDataflowNode"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, Mesh) == 0x0000E8, "Member 'FGetMeshDataDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, vertexcount) == 0x0000F0, "Member 'FGetMeshDataDataflowNode::vertexcount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, EdgeCount) == 0x0000F4, "Member 'FGetMeshDataDataflowNode::EdgeCount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, TriangleCount) == 0x0000F8, "Member 'FGetMeshDataDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppendCollectionAssetsDataflowNode \ +static_assert(alignof(FAppendCollectionAssetsDataflowNode) == 0x000008, "Wrong alignment on FAppendCollectionAssetsDataflowNode"); \ +static_assert(sizeof(FAppendCollectionAssetsDataflowNode) == 0x000268, "Wrong size on FAppendCollectionAssetsDataflowNode"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection1) == 0x0000E8, "Member 'FAppendCollectionAssetsDataflowNode::Collection1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection2) == 0x000198, "Member 'FAppendCollectionAssetsDataflowNode::Collection2' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut1) == 0x000248, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut2) == 0x000258, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogStringDataflowNode \ +static_assert(alignof(FLogStringDataflowNode) == 0x000008, "Wrong alignment on FLogStringDataflowNode"); \ +static_assert(sizeof(FLogStringDataflowNode) == 0x000100, "Wrong size on FLogStringDataflowNode"); \ +static_assert(offsetof(FLogStringDataflowNode, bPrintToLog) == 0x0000E8, "Member 'FLogStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FLogStringDataflowNode, String) == 0x0000F0, "Member 'FLogStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoxLengthsDataflowNode \ +static_assert(alignof(FGetBoxLengthsDataflowNode) == 0x000008, "Wrong alignment on FGetBoxLengthsDataflowNode"); \ +static_assert(sizeof(FGetBoxLengthsDataflowNode) == 0x000110, "Wrong size on FGetBoxLengthsDataflowNode"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Boxes) == 0x0000E8, "Member 'FGetBoxLengthsDataflowNode::Boxes' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Lengths) == 0x0000F8, "Member 'FGetBoxLengthsDataflowNode::Lengths' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, MeasurementMethod) == 0x000108, "Member 'FGetBoxLengthsDataflowNode::MeasurementMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandVectorDataflowNode \ +static_assert(alignof(FExpandVectorDataflowNode) == 0x000008, "Wrong alignment on FExpandVectorDataflowNode"); \ +static_assert(sizeof(FExpandVectorDataflowNode) == 0x000110, "Wrong size on FExpandVectorDataflowNode"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Vector) == 0x0000E8, "Member 'FExpandVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, X) == 0x000100, "Member 'FExpandVectorDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Y) == 0x000104, "Member 'FExpandVectorDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Z) == 0x000108, "Member 'FExpandVectorDataflowNode::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHashStringDataflowNode \ +static_assert(alignof(FHashStringDataflowNode) == 0x000008, "Wrong alignment on FHashStringDataflowNode"); \ +static_assert(sizeof(FHashStringDataflowNode) == 0x000100, "Wrong size on FHashStringDataflowNode"); \ +static_assert(offsetof(FHashStringDataflowNode, String) == 0x0000E8, "Member 'FHashStringDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FHashStringDataflowNode, Hash) == 0x0000F8, "Member 'FHashStringDataflowNode::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoundingBoxesFromCollectionDataflowNode \ +static_assert(alignof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, BoundingBoxes) == 0x0001B8, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::BoundingBoxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetRootIndexFromCollectionDataflowNode \ +static_assert(alignof(FGetRootIndexFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetRootIndexFromCollectionDataflowNode) == 0x0001A0, "Wrong size on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetRootIndexFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, RootIndex) == 0x000198, "Member 'FGetRootIndexFromCollectionDataflowNode::RootIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCentroidsFromCollectionDataflowNode \ +static_assert(alignof(FGetCentroidsFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetCentroidsFromCollectionDataflowNode) == 0x0001C8, "Wrong size on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FGetCentroidsFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, TransformSelection) == 0x000198, "Member 'FGetCentroidsFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Centroids) == 0x0001B8, "Member 'FGetCentroidsFromCollectionDataflowNode::Centroids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCollectionDataflowNode \ +static_assert(alignof(FTransformCollectionDataflowNode) == 0x000008, "Wrong alignment on FTransformCollectionDataflowNode"); \ +static_assert(sizeof(FTransformCollectionDataflowNode) == 0x000228, "Wrong size on FTransformCollectionDataflowNode"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FTransformCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Translate) == 0x000198, "Member 'FTransformCollectionDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotationOrder) == 0x0001B0, "Member 'FTransformCollectionDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Rotate) == 0x0001B8, "Member 'FTransformCollectionDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Scale) == 0x0001D0, "Member 'FTransformCollectionDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, UniformScale) == 0x0001E8, "Member 'FTransformCollectionDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotatePivot) == 0x0001F0, "Member 'FTransformCollectionDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, ScalePivot) == 0x000208, "Member 'FTransformCollectionDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, bInvertTransformation) == 0x000220, "Member 'FTransformCollectionDataflowNode::bInvertTransformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeTransformsInCollectionDataflowNode \ +static_assert(alignof(FBakeTransformsInCollectionDataflowNode) == 0x000008, "Wrong alignment on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(sizeof(FBakeTransformsInCollectionDataflowNode) == 0x000198, "Wrong size on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(offsetof(FBakeTransformsInCollectionDataflowNode, Collection) == 0x0000E8, "Member 'FBakeTransformsInCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompareIntDataflowNode \ +static_assert(alignof(FCompareIntDataflowNode) == 0x000008, "Wrong alignment on FCompareIntDataflowNode"); \ +static_assert(sizeof(FCompareIntDataflowNode) == 0x0000F8, "Wrong size on FCompareIntDataflowNode"); \ +static_assert(offsetof(FCompareIntDataflowNode, Operation) == 0x0000E8, "Member 'FCompareIntDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntA) == 0x0000EC, "Member 'FCompareIntDataflowNode::IntA' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntB) == 0x0000F0, "Member 'FCompareIntDataflowNode::IntB' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, Result) == 0x0000F4, "Member 'FCompareIntDataflowNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompareFloatDataflowNode \ +static_assert(alignof(FCompareFloatDataflowNode) == 0x000008, "Wrong alignment on FCompareFloatDataflowNode"); \ +static_assert(sizeof(FCompareFloatDataflowNode) == 0x0000F8, "Wrong size on FCompareFloatDataflowNode"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Operation) == 0x0000E8, "Member 'FCompareFloatDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatA) == 0x0000EC, "Member 'FCompareFloatDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatB) == 0x0000F0, "Member 'FCompareFloatDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Result) == 0x0000F4, "Member 'FCompareFloatDataflowNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchMeshDataflowNode \ +static_assert(alignof(FBranchMeshDataflowNode) == 0x000008, "Wrong alignment on FBranchMeshDataflowNode"); \ +static_assert(sizeof(FBranchMeshDataflowNode) == 0x000108, "Wrong size on FBranchMeshDataflowNode"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshA) == 0x0000E8, "Member 'FBranchMeshDataflowNode::MeshA' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshB) == 0x0000F0, "Member 'FBranchMeshDataflowNode::MeshB' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, bCondition) == 0x0000F8, "Member 'FBranchMeshDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, Mesh) == 0x000100, "Member 'FBranchMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSchemaDataflowNode \ +static_assert(alignof(FGetSchemaDataflowNode) == 0x000008, "Wrong alignment on FGetSchemaDataflowNode"); \ +static_assert(sizeof(FGetSchemaDataflowNode) == 0x0001A8, "Wrong size on FGetSchemaDataflowNode"); \ +static_assert(offsetof(FGetSchemaDataflowNode, Collection) == 0x0000E8, "Member 'FGetSchemaDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetSchemaDataflowNode, String) == 0x000198, "Member 'FGetSchemaDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetAnchorStateDataflowNode \ +static_assert(alignof(FSetAnchorStateDataflowNode) == 0x000008, "Wrong alignment on FSetAnchorStateDataflowNode"); \ +static_assert(sizeof(FSetAnchorStateDataflowNode) == 0x0001C0, "Wrong size on FSetAnchorStateDataflowNode"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, AnchorState) == 0x0000E8, "Member 'FSetAnchorStateDataflowNode::AnchorState' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, bSetNotSelectedBonesToOppositeState) == 0x0000E9, "Member 'FSetAnchorStateDataflowNode::bSetNotSelectedBonesToOppositeState' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, Collection) == 0x0000F0, "Member 'FSetAnchorStateDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, TransformSelection) == 0x0001A0, "Member 'FSetAnchorStateDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSetPivotDataflowNode \ +static_assert(alignof(FCollectionSetPivotDataflowNode) == 0x000010, "Wrong alignment on FCollectionSetPivotDataflowNode"); \ +static_assert(sizeof(FCollectionSetPivotDataflowNode) == 0x000200, "Wrong size on FCollectionSetPivotDataflowNode"); \ +static_assert(offsetof(FCollectionSetPivotDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionSetPivotDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSetPivotDataflowNode, Transform) == 0x0001A0, "Member 'FCollectionSetPivotDataflowNode::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetNumElementsInCollectionGroupDataflowNode \ +static_assert(alignof(FGetNumElementsInCollectionGroupDataflowNode) == 0x000008, "Wrong alignment on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(sizeof(FGetNumElementsInCollectionGroupDataflowNode) == 0x0001B8, "Wrong size on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, Collection) == 0x0000E8, "Member 'FGetNumElementsInCollectionGroupDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, GroupName) == 0x000198, "Member 'FGetNumElementsInCollectionGroupDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, NumElements) == 0x0001B0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetCollectionAttributeDataTypedDataflowNode \ +static_assert(alignof(FSetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FSetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(sizeof(FSetCollectionAttributeDataTypedDataflowNode) == 0x000230, "Wrong size on FSetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Collection) == 0x0000E8, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000198, "Member 'FSetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x0001A0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x0001B0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x0001C0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x0001D0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x0001E0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x0001F0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000200, "Member 'FSetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000210, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000220, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectionToVertexListDataflowNode \ +static_assert(alignof(FSelectionToVertexListDataflowNode) == 0x000008, "Wrong alignment on FSelectionToVertexListDataflowNode"); \ +static_assert(sizeof(FSelectionToVertexListDataflowNode) == 0x000118, "Wrong size on FSelectionToVertexListDataflowNode"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexSelection) == 0x0000E8, "Member 'FSelectionToVertexListDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexList) == 0x000108, "Member 'FSelectionToVertexListDataflowNode::VertexList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiplyTransformDataflowNode \ +static_assert(alignof(FMultiplyTransformDataflowNode) == 0x000010, "Wrong alignment on FMultiplyTransformDataflowNode"); \ +static_assert(sizeof(FMultiplyTransformDataflowNode) == 0x000210, "Wrong size on FMultiplyTransformDataflowNode"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InLeftTransform) == 0x0000F0, "Member 'FMultiplyTransformDataflowNode::InLeftTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InRightTransform) == 0x000150, "Member 'FMultiplyTransformDataflowNode::InRightTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, OutTransform) == 0x0001B0, "Member 'FMultiplyTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchFloatDataflowNode \ +static_assert(alignof(FBranchFloatDataflowNode) == 0x000008, "Wrong alignment on FBranchFloatDataflowNode"); \ +static_assert(sizeof(FBranchFloatDataflowNode) == 0x0000F8, "Wrong size on FBranchFloatDataflowNode"); \ +static_assert(offsetof(FBranchFloatDataflowNode, A) == 0x0000E8, "Member 'FBranchFloatDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, B) == 0x0000EC, "Member 'FBranchFloatDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, bCondition) == 0x0000F0, "Member 'FBranchFloatDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, ReturnValue) == 0x0000F4, "Member 'FBranchFloatDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetFloatOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetFloatOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetFloatOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, float_0) == 0x000108, "Member 'FGetFloatOverrideFromAssetDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, FloatDefault) == 0x00010C, "Member 'FGetFloatOverrideFromAssetDataflowNode::FloatDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoolOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetBoolOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetBoolOverrideFromAssetDataflowNode) == 0x000110, "Wrong size on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, Bool) == 0x000108, "Member 'FGetBoolOverrideFromAssetDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, BoolDefault) == 0x000109, "Member 'FGetBoolOverrideFromAssetDataflowNode::BoolDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionAllDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionAllDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionAllDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionAllDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionAllDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInfoDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInfoDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInfoDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInfoDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionInfoDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, String) == 0x0001B8, "Member 'FCollectionTransformSelectionInfoDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInvertDataflowNode) == 0x000108, "Wrong size on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInvertDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionInvertDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRootDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRootDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRootDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionRootDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionRootDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionFromIndexArrayDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, BoneIndices) == 0x000198, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionChildrenDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionChildrenDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionChildrenDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionChildrenDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionChildrenDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSiblingsDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLevelDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionLevelDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionLevelDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionTargetLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x0001C0, "Wrong size on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TargetLevel) == 0x000198, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, bSkipEmbedded) == 0x00019C, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::bSkipEmbedded' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TransformSelection) == 0x0001A0, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionContactDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionContactDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionContactDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionContactDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionContactDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, TransformSelection) == 0x0000E8, "Member 'FCollectionTransformSelectionContactDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, Collection) == 0x000108, "Member 'FCollectionTransformSelectionContactDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLeafDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLeafDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLeafDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionLeafDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionLeafDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionClusterDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionClusterDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionClusterDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionClusterDataflowNode) == 0x0001B8, "Wrong size on FCollectionTransformSelectionClusterDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionTransformSelectionClusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectFloatArrayIndicesInRangeDataflowNode \ +static_assert(alignof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000008, "Wrong alignment on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(sizeof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000118, "Wrong size on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Values) == 0x0000E8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Values' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, min_0) == 0x0000F8, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, max_0) == 0x0000FC, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, RangeSetting) == 0x000100, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, bInclusive) == 0x000101, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Indices) == 0x000108, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionBySizeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionBySizeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionBySizeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMin) == 0x000198, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMax) == 0x00019C, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionBySizeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bUseRelativeSize) == 0x0001A2, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bUseRelativeSize' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByVolumeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x0001C8, "Wrong size on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMin) == 0x000198, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMax) == 0x00019C, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, RangeSetting) == 0x0001A0, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, bInclusive) == 0x0001A1, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, TransformSelection) == 0x0001A8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInBoxDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInBoxDataflowNode) == 0x000010, "Wrong alignment on FCollectionTransformSelectionInBoxDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInBoxDataflowNode) == 0x000260, "Wrong size on FCollectionTransformSelectionInBoxDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Box) == 0x000198, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Transform) == 0x0001D0, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Type) == 0x000230, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Type' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, bAllVerticesMustContainedInBox) == 0x000231, "Member 'FCollectionTransformSelectionInBoxDataflowNode::bAllVerticesMustContainedInBox' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, TransformSelection) == 0x000238, "Member 'FCollectionTransformSelectionInBoxDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInSphereDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInSphereDataflowNode) == 0x000010, "Wrong alignment on FCollectionTransformSelectionInSphereDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInSphereDataflowNode) == 0x000250, "Wrong size on FCollectionTransformSelectionInSphereDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Sphere) == 0x000198, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Transform) == 0x0001C0, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Type) == 0x000220, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Type' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, bAllVerticesMustContainedInSphere) == 0x000221, "Member 'FCollectionTransformSelectionInSphereDataflowNode::bAllVerticesMustContainedInSphere' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, TransformSelection) == 0x000228, "Member 'FCollectionTransformSelectionInSphereDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByFloatAttrDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x0001E8, "Wrong size on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, GroupName) == 0x000198, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, AttrName) == 0x0001A8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, min_0) == 0x0001B8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, max_0) == 0x0001BC, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, RangeSetting) == 0x0001C0, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, bInclusive) == 0x0001C1, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, TransformSelection) == 0x0001C8, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByIntAttrDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByIntAttrDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x0001E8, "Wrong size on FCollectionTransformSelectionByIntAttrDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, GroupName) == 0x000198, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, AttrName) == 0x0001A8, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, min_0) == 0x0001B8, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::min_0' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, max_0) == 0x0001BC, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::max_0' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, RangeSetting) == 0x0001C0, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, bInclusive) == 0x0001C1, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, TransformSelection) == 0x0001C8, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionVertexSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexIndicies) == 0x000198, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexSelection) == 0x0001A8, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionFaceSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionFaceSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionFaceSelectionCustomDataflowNode) == 0x0001C8, "Wrong size on FCollectionFaceSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionFaceSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceIndicies) == 0x000198, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceSelection) == 0x0001A8, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionConvertDataflowNode \ +static_assert(alignof(FCollectionSelectionConvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionConvertDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionConvertDataflowNode) == 0x000200, "Wrong size on FCollectionSelectionConvertDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, Collection) == 0x0000E8, "Member 'FCollectionSelectionConvertDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, TransformSelection) == 0x000198, "Member 'FCollectionSelectionConvertDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, FaceSelection) == 0x0001B8, "Member 'FCollectionSelectionConvertDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, VertexSelection) == 0x0001D8, "Member 'FCollectionSelectionConvertDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, bAllElementsMustBeSelected) == 0x0001F8, "Member 'FCollectionSelectionConvertDataflowNode::bAllElementsMustBeSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionFaceSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionFaceSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionFaceSelectionInvertDataflowNode) == 0x000108, "Wrong size on FCollectionFaceSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionFaceSelectionInvertDataflowNode, FaceSelection) == 0x0000E8, "Member 'FCollectionFaceSelectionInvertDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000118, "Wrong size on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, VertexSelection) == 0x0000E8, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, Percentage) == 0x000108, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, bDeterministic) == 0x00010C, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, RandomSeed) == 0x000110, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x000150, "Wrong size on FCollectionVertexSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, Operation) == 0x0000E8, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelectionA) == 0x0000F0, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelectionB) == 0x000110, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelection) == 0x000130, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionVertexScalarToVertexIndicesNode \ +static_assert(alignof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x000008, "Wrong alignment on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(sizeof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x0001C0, "Wrong size on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Collection) == 0x0000E8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, VertexAttributeName) == 0x000198, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::VertexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, SelectionThreshold) == 0x0001A8, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::SelectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Indices) == 0x0001B0, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCollectionAttributeDataflowNode \ +static_assert(alignof(FTransformCollectionAttributeDataflowNode) == 0x000010, "Wrong alignment on FTransformCollectionAttributeDataflowNode"); \ +static_assert(sizeof(FTransformCollectionAttributeDataflowNode) == 0x000280, "Wrong size on FTransformCollectionAttributeDataflowNode"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, Collection) == 0x0000E8, "Member 'FTransformCollectionAttributeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, TransformIn) == 0x0001A0, "Member 'FTransformCollectionAttributeDataflowNode::TransformIn' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, LocalTransform) == 0x000200, "Member 'FTransformCollectionAttributeDataflowNode::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, GroupName) == 0x000260, "Member 'FTransformCollectionAttributeDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, AttributeName) == 0x000270, "Member 'FTransformCollectionAttributeDataflowNode::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineSettings_C_RollChanceValue \ +static_assert(alignof(BP_BattleLineSettings_C_RollChanceValue) == 0x000008, "Wrong alignment on BP_BattleLineSettings_C_RollChanceValue"); \ +static_assert(sizeof(BP_BattleLineSettings_C_RollChanceValue) == 0x000020, "Wrong size on BP_BattleLineSettings_C_RollChanceValue"); \ +static_assert(offsetof(BP_BattleLineSettings_C_RollChanceValue, Percent) == 0x000000, "Member 'BP_BattleLineSettings_C_RollChanceValue::Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineSettings_C_RollChanceValue, ReturnValue) == 0x000008, "Member 'BP_BattleLineSettings_C_RollChanceValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineSettings_C_RollChanceValue, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_BattleLineSettings_C_RollChanceValue::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineSettings_C_RollChanceValue, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleLineSettings_C_RollChanceValue::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleLineSettings_C \ +static_assert(alignof(UBP_BattleLineSettings_C) == 0x000008, "Wrong alignment on UBP_BattleLineSettings_C"); \ +static_assert(sizeof(UBP_BattleLineSettings_C) == 0x000098, "Wrong size on UBP_BattleLineSettings_C"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, GlobalChanceMultiplier) == 0x000030, "Member 'UBP_BattleLineSettings_C::GlobalChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, TurnStart_LowHP_Chance) == 0x000038, "Member 'UBP_BattleLineSettings_C::TurnStart_LowHP_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, TurnStart_FullAP_Chance) == 0x000040, "Member 'UBP_BattleLineSettings_C::TurnStart_FullAP_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, TurnStart_Normal_Chance) == 0x000048, "Member 'UBP_BattleLineSettings_C::TurnStart_Normal_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, HealsSelf_Chance) == 0x000050, "Member 'UBP_BattleLineSettings_C::HealsSelf_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, HealsAlly_Chance) == 0x000058, "Member 'UBP_BattleLineSettings_C::HealsAlly_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, RevivedByAlly_Chance) == 0x000060, "Member 'UBP_BattleLineSettings_C::RevivedByAlly_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, RevivingOtherAlly_Chance) == 0x000068, "Member 'UBP_BattleLineSettings_C::RevivingOtherAlly_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, OtherAllyHealedByOther_Chance) == 0x000070, "Member 'UBP_BattleLineSettings_C::OtherAllyHealedByOther_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, EnemyKilled_Chance) == 0x000078, "Member 'UBP_BattleLineSettings_C::EnemyKilled_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, DeathOtherAlly_Chance) == 0x000080, "Member 'UBP_BattleLineSettings_C::DeathOtherAlly_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, SelfTargetedByEnemy_Chance) == 0x000088, "Member 'UBP_BattleLineSettings_C::SelfTargetedByEnemy_Chance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineSettings_C, AllyTargetedByEnemy_Chance) == 0x000090, "Member 'UBP_BattleLineSettings_C::AllyTargetedByEnemy_Chance' 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_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_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_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_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_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_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_FS_LookAtCameraParameters \ +static_assert(alignof(FS_LookAtCameraParameters) == 0x000008, "Wrong alignment on FS_LookAtCameraParameters"); \ +static_assert(sizeof(FS_LookAtCameraParameters) == 0x000028, "Wrong size on FS_LookAtCameraParameters"); \ +static_assert(offsetof(FS_LookAtCameraParameters, SpringArmLength_2_420985EA4F7696CF4BF027A66736A5E3) == 0x000000, "Member 'FS_LookAtCameraParameters::SpringArmLength_2_420985EA4F7696CF4BF027A66736A5E3' has a wrong offset!"); \ +static_assert(offsetof(FS_LookAtCameraParameters, SpringArmTargetOffset_5_18627D2243DFBEF3959D4AAB36F83961) == 0x000008, "Member 'FS_LookAtCameraParameters::SpringArmTargetOffset_5_18627D2243DFBEF3959D4AAB36F83961' has a wrong offset!"); \ +static_assert(offsetof(FS_LookAtCameraParameters, FieldOfView_8_5E1634D347F8258545020480100C80B1) == 0x000020, "Member 'FS_LookAtCameraParameters::FieldOfView_8_5E1634D347F8258545020480100C80B1' has a wrong offset!"); \ + +#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_0) == 0x000004, "Member 'FStructSerializerNumericTestStruct::int32_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint8_0) == 0x000010, "Member 'FStructSerializerNumericTestStruct::uint8_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint32_0) == 0x000014, "Member 'FStructSerializerNumericTestStruct::uint32_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, float_0) == 0x000020, "Member 'FStructSerializerNumericTestStruct::float_0' 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, RawClass) == 0x000000, "Member 'FStructSerializerObjectTestStruct::RawClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WrappedClass) == 0x000008, "Member 'FStructSerializerObjectTestStruct::WrappedClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SubClass) == 0x000010, "Member 'FStructSerializerObjectTestStruct::SubClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftClass) == 0x000018, "Member 'FStructSerializerObjectTestStruct::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, RawObject) == 0x000040, "Member 'FStructSerializerObjectTestStruct::RawObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WrappedObject) == 0x000048, "Member 'FStructSerializerObjectTestStruct::WrappedObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WeakObject) == 0x000050, "Member 'FStructSerializerObjectTestStruct::WeakObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftObject) == 0x000058, "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) == 0x0000C0, "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) == 0x000018, "Member 'FStructSerializerBuiltinTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Text) == 0x000028, "Member 'FStructSerializerBuiltinTestStruct::Text' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector) == 0x000038, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000050, "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) == 0x000090, "Member 'FStructSerializerBuiltinTestStruct::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Color) == 0x0000B0, "Member 'FStructSerializerBuiltinTestStruct::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerLWCTypesTest \ +static_assert(alignof(FStructSerializerLWCTypesTest) == 0x000010, "Wrong alignment on FStructSerializerLWCTypesTest"); \ +static_assert(sizeof(FStructSerializerLWCTypesTest) == 0x000360, "Wrong size on FStructSerializerLWCTypesTest"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Vector) == 0x000000, "Member 'FStructSerializerLWCTypesTest::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Vector2D) == 0x000018, "Member 'FStructSerializerLWCTypesTest::Vector2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Vector4) == 0x000030, "Member 'FStructSerializerLWCTypesTest::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Matrix) == 0x000050, "Member 'FStructSerializerLWCTypesTest::Matrix' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Plane) == 0x0000D0, "Member 'FStructSerializerLWCTypesTest::Plane' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Quat) == 0x0000F0, "Member 'FStructSerializerLWCTypesTest::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Rotator) == 0x000110, "Member 'FStructSerializerLWCTypesTest::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Transform) == 0x000130, "Member 'FStructSerializerLWCTypesTest::Transform' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Box) == 0x000190, "Member 'FStructSerializerLWCTypesTest::Box' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Box2D) == 0x0001C8, "Member 'FStructSerializerLWCTypesTest::Box2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, BoxSphereBounds) == 0x0001F0, "Member 'FStructSerializerLWCTypesTest::BoxSphereBounds' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, OrientedBox) == 0x000228, "Member 'FStructSerializerLWCTypesTest::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, float_0) == 0x0002A0, "Member 'FStructSerializerLWCTypesTest::float_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Double) == 0x0002A8, "Member 'FStructSerializerLWCTypesTest::Double' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, VectorArray) == 0x0002B0, "Member 'FStructSerializerLWCTypesTest::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, StrToVec) == 0x0002C0, "Member 'FStructSerializerLWCTypesTest::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, VectorSet) == 0x000310, "Member 'FStructSerializerLWCTypesTest::VectorSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrientedBoxFloat \ +static_assert(alignof(FOrientedBoxFloat) == 0x000004, "Wrong alignment on FOrientedBoxFloat"); \ +static_assert(sizeof(FOrientedBoxFloat) == 0x00003C, "Wrong size on FOrientedBoxFloat"); \ +static_assert(offsetof(FOrientedBoxFloat, Center) == 0x000000, "Member 'FOrientedBoxFloat::Center' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisX) == 0x00000C, "Member 'FOrientedBoxFloat::AxisX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisY) == 0x000018, "Member 'FOrientedBoxFloat::AxisY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisZ) == 0x000024, "Member 'FOrientedBoxFloat::AxisZ' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentX) == 0x000030, "Member 'FOrientedBoxFloat::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentY) == 0x000034, "Member 'FOrientedBoxFloat::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentZ) == 0x000038, "Member 'FOrientedBoxFloat::ExtentZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerNonLWCTypesTest \ +static_assert(alignof(FStructSerializerNonLWCTypesTest) == 0x000010, "Wrong alignment on FStructSerializerNonLWCTypesTest"); \ +static_assert(sizeof(FStructSerializerNonLWCTypesTest) == 0x000220, "Wrong size on FStructSerializerNonLWCTypesTest"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector) == 0x000000, "Member 'FStructSerializerNonLWCTypesTest::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector2D) == 0x00000C, "Member 'FStructSerializerNonLWCTypesTest::Vector2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector4) == 0x000020, "Member 'FStructSerializerNonLWCTypesTest::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Matrix) == 0x000030, "Member 'FStructSerializerNonLWCTypesTest::Matrix' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Plane) == 0x000070, "Member 'FStructSerializerNonLWCTypesTest::Plane' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Quat) == 0x000080, "Member 'FStructSerializerNonLWCTypesTest::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Rotator) == 0x000090, "Member 'FStructSerializerNonLWCTypesTest::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Transform) == 0x0000A0, "Member 'FStructSerializerNonLWCTypesTest::Transform' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Box) == 0x0000D0, "Member 'FStructSerializerNonLWCTypesTest::Box' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Box2D) == 0x0000EC, "Member 'FStructSerializerNonLWCTypesTest::Box2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, BoxSphereBounds) == 0x000100, "Member 'FStructSerializerNonLWCTypesTest::BoxSphereBounds' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, OrientedBox) == 0x00011C, "Member 'FStructSerializerNonLWCTypesTest::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, float_0) == 0x000158, "Member 'FStructSerializerNonLWCTypesTest::float_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Double) == 0x000160, "Member 'FStructSerializerNonLWCTypesTest::Double' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, VectorArray) == 0x000168, "Member 'FStructSerializerNonLWCTypesTest::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, StrToVec) == 0x000178, "Member 'FStructSerializerNonLWCTypesTest::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, VectorSet) == 0x0001C8, "Member 'FStructSerializerNonLWCTypesTest::VectorSet' 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_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) == 0x000800, "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) == 0x0001C0, "Member 'FStructSerializerTestStruct::Arrays' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Maps) == 0x000220, "Member 'FStructSerializerTestStruct::Maps' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Sets) == 0x000360, "Member 'FStructSerializerTestStruct::Sets' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, LWCTypes) == 0x0004A0, "Member 'FStructSerializerTestStruct::LWCTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM \ +static_assert(alignof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM) == 0x000008, "Wrong alignment on WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM) == 0x0000C0, "Wrong size on WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, EntryPoint) == 0x000000, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, K2Node_CustomEvent_Image) == 0x000020, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::K2Node_CustomEvent_Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, K2Node_CustomEvent_Texture) == 0x000028, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::K2Node_CustomEvent_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, K2Node_MakeMap_Map) == 0x000038, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_ExecuteUbergraph_WBP_BattleWheelButton_Background_TRAILER_AIM::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter \ +static_assert(alignof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter) == 0x000008, "Wrong alignment on WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter) == 0x000010, "Wrong size on WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter, Image) == 0x000000, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter::Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter, Texture) == 0x000008, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_LoadParameter::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct \ +static_assert(alignof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleWheelButton_Background_TRAILER_AIM_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Background_TRAILER_AIM_C \ +static_assert(alignof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Background_TRAILER_AIM_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Background_TRAILER_AIM_C"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, CanvasPanel_GlobalContainer) == 0x0002F0, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::CanvasPanel_GlobalContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_BG_Paint_Brown) == 0x0002F8, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_BG_Paint_Brown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_BG_Paint_Left) == 0x000300, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_BG_Paint_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_BG_PatternLeft) == 0x000308, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_BG_PatternLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_BG_PatternRight) == 0x000310, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_BG_PatternRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_LineBottom) == 0x000318, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_LineTop) == 0x000320, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_PaintRight) == 0x000328, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_PaintRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Image_PatternInput) == 0x000330, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Image_PatternInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, NamedSlot_Full) == 0x000338, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::NamedSlot_Full' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_Image_PatternBackground) == 0x000340, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_Image_PatternBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_LineTop) == 0x000348, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_LineBottom) == 0x000350, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_BrownBackground) == 0x000358, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_BrownBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_BrownBackground_Left) == 0x000360, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_BrownBackground_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_PaintSlash_Left) == 0x000368, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_PaintSlash_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_PaintSlash_Right) == 0x000370, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_PaintSlash_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_Pattern_Left) == 0x000378, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_Pattern_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_TRAILER_AIM_C, Param_Pattern_Right) == 0x000380, "Member 'UWBP_BattleWheelButton_Background_TRAILER_AIM_C::Param_Pattern_Right' 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_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_FSessionServiceLog \ +static_assert(alignof(FSessionServiceLog) == 0x000008, "Wrong alignment on FSessionServiceLog"); \ +static_assert(sizeof(FSessionServiceLog) == 0x000038, "Wrong size on FSessionServiceLog"); \ +static_assert(offsetof(FSessionServiceLog, Category) == 0x000000, "Member 'FSessionServiceLog::Category' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Data) == 0x000008, "Member 'FSessionServiceLog::Data' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, InstanceId) == 0x000018, "Member 'FSessionServiceLog::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, TimeSeconds) == 0x000028, "Member 'FSessionServiceLog::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Verbosity) == 0x000030, "Member 'FSessionServiceLog::Verbosity' has a wrong offset!"); \ + +#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_FSessionServiceLogUnsubscribe \ +static_assert(alignof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogUnsubscribe"); \ +static_assert(sizeof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong size on FSessionServiceLogUnsubscribe"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_BroadcastBattleEvent \ +static_assert(alignof(BP_BattleEvent_APChange_C_BroadcastBattleEvent) == 0x000008, "Wrong alignment on BP_BattleEvent_APChange_C_BroadcastBattleEvent"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_BroadcastBattleEvent) == 0x000030, "Wrong size on BP_BattleEvent_APChange_C_BroadcastBattleEvent"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, BattleManager) == 0x000000, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::BattleManager' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_BroadcastBattleEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleEvent_APChange_C_BroadcastBattleEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_GetAffectedCharacterStats \ +static_assert(alignof(BP_BattleEvent_APChange_C_GetAffectedCharacterStats) == 0x000008, "Wrong alignment on BP_BattleEvent_APChange_C_GetAffectedCharacterStats"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_GetAffectedCharacterStats) == 0x000008, "Wrong size on BP_BattleEvent_APChange_C_GetAffectedCharacterStats"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetAffectedCharacterStats, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_GetAffectedCharacterStats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_GetChangeReason \ +static_assert(alignof(BP_BattleEvent_APChange_C_GetChangeReason) == 0x000001, "Wrong alignment on BP_BattleEvent_APChange_C_GetChangeReason"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_GetChangeReason) == 0x000001, "Wrong size on BP_BattleEvent_APChange_C_GetChangeReason"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetChangeReason, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_GetChangeReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_GetDelta \ +static_assert(alignof(BP_BattleEvent_APChange_C_GetDelta) == 0x000004, "Wrong alignment on BP_BattleEvent_APChange_C_GetDelta"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_GetDelta) == 0x000008, "Wrong size on BP_BattleEvent_APChange_C_GetDelta"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetDelta, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_GetDelta::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetDelta, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_BattleEvent_APChange_C_GetDelta::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_GetNewValue \ +static_assert(alignof(BP_BattleEvent_APChange_C_GetNewValue) == 0x000004, "Wrong alignment on BP_BattleEvent_APChange_C_GetNewValue"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_GetNewValue) == 0x000004, "Wrong size on BP_BattleEvent_APChange_C_GetNewValue"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetNewValue, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_GetNewValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_GetPreviousValue \ +static_assert(alignof(BP_BattleEvent_APChange_C_GetPreviousValue) == 0x000004, "Wrong alignment on BP_BattleEvent_APChange_C_GetPreviousValue"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_GetPreviousValue) == 0x000004, "Wrong size on BP_BattleEvent_APChange_C_GetPreviousValue"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_GetPreviousValue, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_GetPreviousValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_IsGain \ +static_assert(alignof(BP_BattleEvent_APChange_C_IsGain) == 0x000004, "Wrong alignment on BP_BattleEvent_APChange_C_IsGain"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_IsGain) == 0x00000C, "Wrong size on BP_BattleEvent_APChange_C_IsGain"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsGain, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_IsGain::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsGain, CallFunc_GetDelta_ReturnValue) == 0x000004, "Member 'BP_BattleEvent_APChange_C_IsGain::CallFunc_GetDelta_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsGain, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleEvent_APChange_C_IsGain::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_APChange_C_IsLoss \ +static_assert(alignof(BP_BattleEvent_APChange_C_IsLoss) == 0x000004, "Wrong alignment on BP_BattleEvent_APChange_C_IsLoss"); \ +static_assert(sizeof(BP_BattleEvent_APChange_C_IsLoss) == 0x00000C, "Wrong size on BP_BattleEvent_APChange_C_IsLoss"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsLoss, ReturnValue) == 0x000000, "Member 'BP_BattleEvent_APChange_C_IsLoss::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsLoss, CallFunc_GetDelta_ReturnValue) == 0x000004, "Member 'BP_BattleEvent_APChange_C_IsLoss::CallFunc_GetDelta_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleEvent_APChange_C_IsLoss, CallFunc_Less_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleEvent_APChange_C_IsLoss::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleEvent_APChange_C \ +static_assert(alignof(UBP_BattleEvent_APChange_C) == 0x000008, "Wrong alignment on UBP_BattleEvent_APChange_C"); \ +static_assert(sizeof(UBP_BattleEvent_APChange_C) == 0x000040, "Wrong size on UBP_BattleEvent_APChange_C"); \ +static_assert(offsetof(UBP_BattleEvent_APChange_C, NewValue) == 0x000028, "Member 'UBP_BattleEvent_APChange_C::NewValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleEvent_APChange_C, PreviousValue) == 0x00002C, "Member 'UBP_BattleEvent_APChange_C::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleEvent_APChange_C, CharacterStats) == 0x000030, "Member 'UBP_BattleEvent_APChange_C::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleEvent_APChange_C, ChangeReason) == 0x000038, "Member 'UBP_BattleEvent_APChange_C::ChangeReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetCarouselNavigationButtonStyle \ +static_assert(alignof(FWidgetCarouselNavigationButtonStyle) == 0x000010, "Wrong alignment on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationButtonStyle) == 0x0005A0, "Wrong size on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, InnerButtonStyle) == 0x000010, "Member 'FWidgetCarouselNavigationButtonStyle::InnerButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonLeftImage) == 0x000400, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonLeftImage' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonRightImage) == 0x0004D0, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonRightImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetCarouselNavigationBarStyle \ +static_assert(alignof(FWidgetCarouselNavigationBarStyle) == 0x000010, "Wrong alignment on FWidgetCarouselNavigationBarStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationBarStyle) == 0x000CB0, "Wrong size on FWidgetCarouselNavigationBarStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, HighlightBrush) == 0x000010, "Member 'FWidgetCarouselNavigationBarStyle::HighlightBrush' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, LeftButtonStyle) == 0x0000E0, "Member 'FWidgetCarouselNavigationBarStyle::LeftButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, CenterButtonStyle) == 0x0004D0, "Member 'FWidgetCarouselNavigationBarStyle::CenterButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, RightButtonStyle) == 0x0008C0, "Member 'FWidgetCarouselNavigationBarStyle::RightButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDamageModifier \ +static_assert(alignof(FFDamageModifier) == 0x000008, "Wrong alignment on FFDamageModifier"); \ +static_assert(sizeof(FFDamageModifier) == 0x000028, "Wrong size on FFDamageModifier"); \ +static_assert(offsetof(FFDamageModifier, Type_17_D3D597A64DBB288779AA699F7B627BFD) == 0x000000, "Member 'FFDamageModifier::Type_17_D3D597A64DBB288779AA699F7B627BFD' has a wrong offset!"); \ +static_assert(offsetof(FFDamageModifier, Value_8_90791EB54DF7200DA70444A0DFA79837) == 0x000008, "Member 'FFDamageModifier::Value_8_90791EB54DF7200DA70444A0DFA79837' has a wrong offset!"); \ +static_assert(offsetof(FFDamageModifier, AffectsBaseDamages_15_09C518CB4346167AA68220911465BAE9) == 0x000010, "Member 'FFDamageModifier::AffectsBaseDamages_15_09C518CB4346167AA68220911465BAE9' has a wrong offset!"); \ +static_assert(offsetof(FFDamageModifier, Reason_6_E012904D400F0ED9CCE0808686489561) == 0x000018, "Member 'FFDamageModifier::Reason_6_E012904D400F0ED9CCE0808686489561' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluateInputDeviceValue \ +static_assert(alignof(FRigUnit_LiveLinkEvaluateInputDeviceValue) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkEvaluateInputDeviceValue"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluateInputDeviceValue) == 0x000130, "Wrong size on FRigUnit_LiveLinkEvaluateInputDeviceValue"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateInputDeviceValue, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluateInputDeviceValue::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateInputDeviceValue, InputDeviceData) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluateInputDeviceValue::InputDeviceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkBase \ +static_assert(alignof(FRigUnit_LiveLinkBase) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkBase"); \ +static_assert(sizeof(FRigUnit_LiveLinkBase) == 0x000008, "Wrong size on FRigUnit_LiveLinkBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluteFrameAnimation \ +static_assert(alignof(FRigUnit_LiveLinkEvaluteFrameAnimation) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkEvaluteFrameAnimation"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluteFrameAnimation) == 0x0000B0, "Wrong size on FRigUnit_LiveLinkEvaluteFrameAnimation"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, bDrawDebug) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, DebugColor) == 0x000014, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, DebugDrawOffset) == 0x000030, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, SubjectFrame) == 0x000090, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::SubjectFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkGetTransformByName \ +static_assert(alignof(FRigUnit_LiveLinkGetTransformByName) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkGetTransformByName"); \ +static_assert(sizeof(FRigUnit_LiveLinkGetTransformByName) == 0x000090, "Wrong size on FRigUnit_LiveLinkGetTransformByName"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, SubjectFrame) == 0x000008, "Member 'FRigUnit_LiveLinkGetTransformByName::SubjectFrame' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, TransformName) == 0x000020, "Member 'FRigUnit_LiveLinkGetTransformByName::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, Space) == 0x000028, "Member 'FRigUnit_LiveLinkGetTransformByName::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, Transform) == 0x000030, "Member 'FRigUnit_LiveLinkGetTransformByName::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkGetParameterValueByName \ +static_assert(alignof(FRigUnit_LiveLinkGetParameterValueByName) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkGetParameterValueByName"); \ +static_assert(sizeof(FRigUnit_LiveLinkGetParameterValueByName) == 0x000030, "Wrong size on FRigUnit_LiveLinkGetParameterValueByName"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, SubjectFrame) == 0x000008, "Member 'FRigUnit_LiveLinkGetParameterValueByName::SubjectFrame' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, ParameterName) == 0x000020, "Member 'FRigUnit_LiveLinkGetParameterValueByName::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, Value) == 0x000028, "Member 'FRigUnit_LiveLinkGetParameterValueByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluteFrameTransform \ +static_assert(alignof(FRigUnit_LiveLinkEvaluteFrameTransform) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkEvaluteFrameTransform"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluteFrameTransform) == 0x0000F0, "Wrong size on FRigUnit_LiveLinkEvaluteFrameTransform"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, bDrawDebug) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, DebugColor) == 0x000014, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, DebugDrawOffset) == 0x000030, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, Transform) == 0x000090, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluateBasicValue \ +static_assert(alignof(FRigUnit_LiveLinkEvaluateBasicValue) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkEvaluateBasicValue"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluateBasicValue) == 0x000020, "Wrong size on FRigUnit_LiveLinkEvaluateBasicValue"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, PropertyName) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, Value) == 0x000018, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedAgentPathData \ +static_assert(alignof(FReplicatedAgentPathData) == 0x000008, "Wrong alignment on FReplicatedAgentPathData"); \ +static_assert(sizeof(FReplicatedAgentPathData) == 0x000068, "Wrong size on FReplicatedAgentPathData"); \ +static_assert(offsetof(FReplicatedAgentPathData, PathRequest) == 0x000000, "Member 'FReplicatedAgentPathData::PathRequest' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, LaneHandle) == 0x000048, "Member 'FReplicatedAgentPathData::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, ActionServerStartTime) == 0x000050, "Member 'FReplicatedAgentPathData::ActionServerStartTime' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, DistanceAlongLane) == 0x000058, "Member 'FReplicatedAgentPathData::DistanceAlongLane' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, LaneLength) == 0x00005C, "Member 'FReplicatedAgentPathData::LaneLength' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, DesiredSpeed) == 0x000060, "Member 'FReplicatedAgentPathData::DesiredSpeed' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, ActionID) == 0x000062, "Member 'FReplicatedAgentPathData::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedAgentPathData, Action) == 0x000064, "Member 'FReplicatedAgentPathData::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterEntry \ +static_assert(alignof(FLocalizableMessageParameterEntry) == 0x000008, "Wrong alignment on FLocalizableMessageParameterEntry"); \ +static_assert(sizeof(FLocalizableMessageParameterEntry) == 0x000020, "Wrong size on FLocalizableMessageParameterEntry"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Key) == 0x000000, "Member 'FLocalizableMessageParameterEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Value) == 0x000010, "Member 'FLocalizableMessageParameterEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessage \ +static_assert(alignof(FLocalizableMessage) == 0x000008, "Wrong alignment on FLocalizableMessage"); \ +static_assert(sizeof(FLocalizableMessage) == 0x000030, "Wrong size on FLocalizableMessage"); \ +static_assert(offsetof(FLocalizableMessage, Key) == 0x000000, "Member 'FLocalizableMessage::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, DefaultText) == 0x000010, "Member 'FLocalizableMessage::DefaultText' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, Substitutions) == 0x000020, "Member 'FLocalizableMessage::Substitutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterInt \ +static_assert(alignof(FLocalizableMessageParameterInt) == 0x000008, "Wrong alignment on FLocalizableMessageParameterInt"); \ +static_assert(sizeof(FLocalizableMessageParameterInt) == 0x000008, "Wrong size on FLocalizableMessageParameterInt"); \ +static_assert(offsetof(FLocalizableMessageParameterInt, Value) == 0x000000, "Member 'FLocalizableMessageParameterInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterFloat \ +static_assert(alignof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong alignment on FLocalizableMessageParameterFloat"); \ +static_assert(sizeof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong size on FLocalizableMessageParameterFloat"); \ +static_assert(offsetof(FLocalizableMessageParameterFloat, Value) == 0x000000, "Member 'FLocalizableMessageParameterFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterString \ +static_assert(alignof(FLocalizableMessageParameterString) == 0x000008, "Wrong alignment on FLocalizableMessageParameterString"); \ +static_assert(sizeof(FLocalizableMessageParameterString) == 0x000010, "Wrong size on FLocalizableMessageParameterString"); \ +static_assert(offsetof(FLocalizableMessageParameterString, Value) == 0x000000, "Member 'FLocalizableMessageParameterString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterMessage \ +static_assert(alignof(FLocalizableMessageParameterMessage) == 0x000008, "Wrong alignment on FLocalizableMessageParameterMessage"); \ +static_assert(sizeof(FLocalizableMessageParameterMessage) == 0x000030, "Wrong size on FLocalizableMessageParameterMessage"); \ +static_assert(offsetof(FLocalizableMessageParameterMessage, Value) == 0x000000, "Member 'FLocalizableMessageParameterMessage::Value' has a wrong offset!"); \ + +#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) == 0x000040, "Wrong size on UDmgTypeBP_Environmental_C"); \ + +#define DUMPER7_ASSERTS_WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar \ +static_assert(alignof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar) == 0x000008, "Wrong alignment on WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar"); \ +static_assert(sizeof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar) == 0x000068, "Wrong size on WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, EntryPoint) == 0x000000, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_byte_Variable) == 0x000004, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_bool_Variable) == 0x000020, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, Temp_wildcard_Variable) == 0x000028, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, K2Node_CustomEvent_Count) == 0x000044, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::K2Node_CustomEvent_Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000049, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, K2Node_Select_Default) == 0x00004A, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_GetAllChildren_ReturnValue) == 0x000050, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_AP_SlotBar_C_ExecuteUbergraph_WBP_AP_SlotBar::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AP_SlotBar_C_SetCurrentValue \ +static_assert(alignof(WBP_AP_SlotBar_C_SetCurrentValue) == 0x000004, "Wrong alignment on WBP_AP_SlotBar_C_SetCurrentValue"); \ +static_assert(sizeof(WBP_AP_SlotBar_C_SetCurrentValue) == 0x000004, "Wrong size on WBP_AP_SlotBar_C_SetCurrentValue"); \ +static_assert(offsetof(WBP_AP_SlotBar_C_SetCurrentValue, Count) == 0x000000, "Member 'WBP_AP_SlotBar_C_SetCurrentValue::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AP_SlotBar_C \ +static_assert(alignof(UWBP_AP_SlotBar_C) == 0x000008, "Wrong alignment on UWBP_AP_SlotBar_C"); \ +static_assert(sizeof(UWBP_AP_SlotBar_C) == 0x000358, "Wrong size on UWBP_AP_SlotBar_C"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_AP_SlotBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Anim_Revive) == 0x0002E8, "Member 'UWBP_AP_SlotBar_C::Anim_Revive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Anim_Dead) == 0x0002F0, "Member 'UWBP_AP_SlotBar_C::Anim_Dead' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Anim_Appear) == 0x0002F8, "Member 'UWBP_AP_SlotBar_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, CanvasPanel_ActionPointContainer) == 0x000300, "Member 'UWBP_AP_SlotBar_C::CanvasPanel_ActionPointContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointBackground) == 0x000308, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_1) == 0x000310, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_2) == 0x000318, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_3) == 0x000320, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_4) == 0x000328, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_5) == 0x000330, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_6) == 0x000338, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_7) == 0x000340, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_8) == 0x000348, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AP_SlotBar_C, Image_ActionPointDot_9) == 0x000350, "Member 'UWBP_AP_SlotBar_C::Image_ActionPointDot_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_37210d39cec38008 \ +static_assert(alignof(FPropertyBag_37210d39cec38008) == 0x000010, "Wrong alignment on FPropertyBag_37210d39cec38008"); \ +static_assert(sizeof(FPropertyBag_37210d39cec38008) == 0x002A80, "Wrong size on FPropertyBag_37210d39cec38008"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_Result) == 0x000000, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_Result) == 0x000020, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_Twist) == 0x000040, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_Local) == 0x000060, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_Transform) == 0x0000C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_CachedIndex) == 0x000120, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_Transform) == 0x000130, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_CachedIndex) == 0x000190, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_Input) == 0x0001A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_Swing) == 0x0001C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_Result) == 0x0001E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_Result) == 0x000200, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_CachedIndex) == 0x000220, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_Result) == 0x000230, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_CachedIndex) == 0x000250, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_Result) == 0x000260, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_Transform) == 0x0002C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_CachedIndex) == 0x000320, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_Transform) == 0x000330, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_CachedIndex) == 0x000390, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_Value) == 0x0003A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_CachedIndex) == 0x0003B8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_Result) == 0x0003D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_1_CachedIndex) == 0x0003F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_Result) == 0x000400, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_1_Value) == 0x000460, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_1_CachedIndex) == 0x000478, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_3_Result) == 0x000490, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_3_Result) == 0x0004B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_Twist) == 0x0004D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_4_Local) == 0x0004F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_4_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_2_Transform) == 0x000550, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_2_CachedIndex) == 0x0005B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_1_Transform) == 0x0005C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_1_CachedIndex) == 0x000620, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_Input) == 0x000630, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_Swing) == 0x000650, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_3_Result) == 0x000670, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_4_Result) == 0x000690, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_4_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_2_CachedIndex) == 0x0006B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_4_Result) == 0x0006C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_4_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_Twist) == 0x0006E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_3_Local) == 0x000700, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_3_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_5_1_Transform) == 0x000760, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_5_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_5_1_CachedIndex) == 0x0007C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_5_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_5_Transform) == 0x0007D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_5_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_5_CachedIndex) == 0x000830, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_5_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_Input) == 0x000840, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_Swing) == 0x000860, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_1_CachedIndex) == 0x000880, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_3_Result) == 0x000890, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_4_Transform) == 0x0008F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_4_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_4_CachedIndex) == 0x000950, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_3_Transform) == 0x000960, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_3_CachedIndex) == 0x0009C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_5_Value) == 0x0009D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_5_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_5_CachedIndex) == 0x0009E8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_5_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_3_Result) == 0x000A00, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_CachedIndex) == 0x000A20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_4_Result) == 0x000A30, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_4_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_5_1_Value) == 0x000A90, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_5_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_5_1_CachedIndex) == 0x000AA8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_5_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_1_Result) == 0x000AC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_1_Result) == 0x000AE0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_1_Twist) == 0x000B00, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_1_Local) == 0x000B20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_Transform) == 0x000B80, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_CachedIndex) == 0x000BE0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_Transform) == 0x000BF0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_CachedIndex) == 0x000C50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_1_Input) == 0x000C60, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_1_Swing) == 0x000C80, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_1_Result) == 0x000CA0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_1_Result) == 0x000CC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_2_CachedIndex) == 0x000CE0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_3_Result) == 0x000CF0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_CachedIndex) == 0x000D10, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_2_Result) == 0x000D20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_2_Transform) == 0x000D80, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_2_CachedIndex) == 0x000DE0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_1_Transform) == 0x000DF0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_1_CachedIndex) == 0x000E50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_Value) == 0x000E60, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_CachedIndex) == 0x000E78, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_1_Result) == 0x000E90, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_1_CachedIndex) == 0x000EB0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_1_Result) == 0x000EC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_Value) == 0x000F20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_CachedIndex) == 0x000F38, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_3_1_Result) == 0x000F50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_3_1_Result) == 0x000F70, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_1_Twist) == 0x000F90, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_4_1_Local) == 0x000FB0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_4_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_4_Transform) == 0x001010, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_4_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_4_CachedIndex) == 0x001070, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_3_Transform) == 0x001080, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_3_CachedIndex) == 0x0010E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_1_Input) == 0x0010F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_4_1_Swing) == 0x001110, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_4_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_3_1_Result) == 0x001130, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_4_1_Result) == 0x001150, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_4_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_1_1_CachedIndex) == 0x001170, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_3_1_1_Result) == 0x001180, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_3_1_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_1_Twist) == 0x0011A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_3_1_Local) == 0x0011C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_3_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_5_Transform) == 0x001220, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_5_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_5_CachedIndex) == 0x001280, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_5_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_4_Transform) == 0x001290, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_4_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_4_CachedIndex) == 0x0012F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_1_Input) == 0x001300, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_3_1_Swing) == 0x001320, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_3_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_1_1_1_CachedIndex) == 0x001340, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_1_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_3_1_Result) == 0x001350, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_4_1_Transform) == 0x0013B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_4_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_4_1_CachedIndex) == 0x001410, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_4_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_3_1_Transform) == 0x001420, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_3_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_3_1_CachedIndex) == 0x001480, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_1_Value) == 0x001490, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_1_CachedIndex) == 0x0014A8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_3_1_Result) == 0x0014C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_1_1_1_1_CachedIndex) == 0x0014E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_1_1_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_4_1_Result) == 0x0014F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_4_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_1_1_Value) == 0x001550, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_1_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_2_1_1_1_CachedIndex) == 0x001568, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_2_1_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_2_Result) == 0x001580, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_2_Result) == 0x0015A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_Twist) == 0x0015C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_Local) == 0x0015E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_Transform) == 0x001640, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_CachedIndex) == 0x0016A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_Transform) == 0x0016B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_CachedIndex) == 0x001710, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_Input) == 0x001720, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_Swing) == 0x001740, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_Result) == 0x001760, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_2_Result) == 0x001780, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_2_1_CachedIndex) == 0x0017A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_2_CachedIndex) == 0x0017B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_3_Result) == 0x0017C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_3_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_Transform) == 0x001820, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_CachedIndex) == 0x001880, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_Transform) == 0x001890, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_CachedIndex) == 0x0018F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_Value) == 0x001900, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_CachedIndex) == 0x001918, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_2_Result) == 0x001930, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_3_CachedIndex) == 0x001950, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_2_Result) == 0x001960, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_Value) == 0x0019C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_CachedIndex) == 0x0019D8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_2_2_Result) == 0x0019F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_2_2_Result) == 0x001A10, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_Twist) == 0x001A30, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_2_Local) == 0x001A50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_2_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_1_Transform) == 0x001AB0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_1_CachedIndex) == 0x001B10, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_1_Transform) == 0x001B20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_1_CachedIndex) == 0x001B80, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_Input) == 0x001B90, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_Swing) == 0x001BB0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_2_Result) == 0x001BD0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_2_2_Result) == 0x001BF0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_2_1_CachedIndex) == 0x001C10, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_2_1_Result) == 0x001C20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_Twist) == 0x001C40, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_2_1_Local) == 0x001C60, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_2_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_2_Transform) == 0x001CC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_2_CachedIndex) == 0x001D20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_2_Transform) == 0x001D30, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_2_CachedIndex) == 0x001D90, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_Input) == 0x001DA0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_Swing) == 0x001DC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_2_1_1_CachedIndex) == 0x001DE0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_2_2_Result) == 0x001DF0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_2_Transform) == 0x001E50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_2_CachedIndex) == 0x001EB0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_2_Transform) == 0x001EC0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_2_CachedIndex) == 0x001F20, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_1_Value) == 0x001F30, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_1_CachedIndex) == 0x001F48, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_2_1_1_1_CachedIndex) == 0x001F58, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_2_1_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_3_2_Result) == 0x001F70, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_3_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_1_1_Value) == 0x001FD0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_1_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_3_1_1_1_CachedIndex) == 0x001FE8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_3_1_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_2_1_Result) == 0x002000, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_2_1_Result) == 0x002020, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_1_Twist) == 0x002040, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_1_Local) == 0x002060, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_3_Transform) == 0x0020C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_3_CachedIndex) == 0x002120, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_3_Transform) == 0x002130, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_3_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_3_CachedIndex) == 0x002190, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_3_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_1_Input) == 0x0021A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_1_Swing) == 0x0021C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_1_Result) == 0x0021E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_2_1_Result) == 0x002200, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_2_1_1_CachedIndex) == 0x002220, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_2_1_3_2_2_CachedIndex) == 0x002230, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_2_1_3_2_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_3_1_Result) == 0x002240, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_3_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_1_Transform) == 0x0022A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_1_CachedIndex) == 0x002300, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_1_Transform) == 0x002310, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_1_CachedIndex) == 0x002370, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_Value) == 0x002380, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_CachedIndex) == 0x002398, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_1_2_1_Result) == 0x0023B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_1_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_3_1_CachedIndex) == 0x0023D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_3_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_2_1_Result) == 0x0023E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_Value) == 0x002440, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_CachedIndex) == 0x002458, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionMul_2_2_1_Result) == 0x002470, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionMul_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_3_2_2_1_Result) == 0x002490, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_3_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_2_Twist) == 0x0024B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_2_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_2_2_Local) == 0x0024D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_2_2_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_4_Transform) == 0x002530, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_4_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_4_CachedIndex) == 0x002590, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_4_Transform) == 0x0025A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_4_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_4_CachedIndex) == 0x002600, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_4_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_2_Input) == 0x002610, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_2_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_2_Swing) == 0x002630, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_2_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_2_2_Result) == 0x002650, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_2_2_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionInverse_2_2_2_1_Result) == 0x002670, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionInverse_2_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_3_2_CachedIndex) == 0x002690, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_3_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSlerp_2_2_2_1_1_Result) == 0x0026A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSlerp_2_2_2_1_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Twist) == 0x0026C0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Twist' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformMakeRelative_3_2_2_1_1_Local) == 0x0026E0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformMakeRelative_3_2_2_1_1_Local' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_5_Transform) == 0x002740, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_5_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_3_1_5_CachedIndex) == 0x0027A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_3_1_5_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_5_Transform) == 0x0027B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_5_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_6_1_2_1_5_CachedIndex) == 0x002810, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_6_1_2_1_5_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Input) == 0x002820, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Input' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Swing) == 0x002840, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathQuaternionSwingTwist_2_2_1_1_Swing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_3_2_1_CachedIndex) == 0x002860, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_3_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_1_2_2_1_Result) == 0x002870, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_1_2_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_2_1_Transform) == 0x0028D0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_2_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_3_2_1_CachedIndex) == 0x002930, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_3_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_2_1_Transform) == 0x002940, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_2_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___GetTransform_1_2_2_1_CachedIndex) == 0x0029A0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___GetTransform_1_2_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_1_Value) == 0x0029B0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_1_CachedIndex) == 0x0029C8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetRotation_3_2_1_1_CachedIndex) == 0x0029D8, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetRotation_3_2_1_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___MathTransformLerp_3_2_1_Result) == 0x0029F0, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___MathTransformLerp_3_2_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_2_Value) == 0x002A50, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_2_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_37210d39cec38008, RigVMModel___SetTranslation_4_1_2_CachedIndex) == 0x002A68, "Member 'FPropertyBag_37210d39cec38008::RigVMModel___SetTranslation_4_1_2_CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosDestructionEvent_SWC \ +static_assert(alignof(FChaosDestructionEvent_SWC) == 0x000004, "Wrong alignment on FChaosDestructionEvent_SWC"); \ +static_assert(sizeof(FChaosDestructionEvent_SWC) == 0x000044, "Wrong size on FChaosDestructionEvent_SWC"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, position) == 0x000000, "Member 'FChaosDestructionEvent_SWC::position' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Normal) == 0x00000C, "Member 'FChaosDestructionEvent_SWC::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Velocity) == 0x000018, "Member 'FChaosDestructionEvent_SWC::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, AngularVelocity) == 0x000024, "Member 'FChaosDestructionEvent_SWC::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ExtentMin) == 0x000030, "Member 'FChaosDestructionEvent_SWC::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ExtentMax) == 0x000034, "Member 'FChaosDestructionEvent_SWC::ExtentMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ParticleID) == 0x000038, "Member 'FChaosDestructionEvent_SWC::ParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Time) == 0x00003C, "Member 'FChaosDestructionEvent_SWC::Time' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Type) == 0x000040, "Member 'FChaosDestructionEvent_SWC::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d2e02cd844c538e6 \ +static_assert(alignof(FPropertyBag_d2e02cd844c538e6) == 0x000010, "Wrong alignment on FPropertyBag_d2e02cd844c538e6"); \ +static_assert(sizeof(FPropertyBag_d2e02cd844c538e6) == 0x000230, "Wrong size on FPropertyBag_d2e02cd844c538e6"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_Item__Const) == 0x000000, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_Space__Const) == 0x00000C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_bInitial__Const) == 0x00000D, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_Item__Const) == 0x000010, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_1_bInitial__Const) == 0x00001C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_1_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSwingTwist_TwistAxis__Const) == 0x000020, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSwingTwist_TwistAxis__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_2_B__Const) == 0x000040, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_2_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_2_T__Const) == 0x000060, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_2_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_Weight__Const) == 0x000064, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_Weight__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_Item__Const) == 0x000068, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_T__Const) == 0x000074, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetTranslation_Space__Const) == 0x000078, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetTranslation_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_1_Item__Const) == 0x00007C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathTransformLerp_T__Const) == 0x000088, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathTransformLerp_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_1_Item__Const) == 0x00008C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_1_T__Const) == 0x000098, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_1_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathTransformLerp_1_T__Const) == 0x00009C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathTransformLerp_1_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_2_Item__Const) == 0x0000A0, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_2_3_T__Const) == 0x0000AC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_2_3_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_1_Item__Const) == 0x0000B0, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_5_1_Item__Const) == 0x0000BC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_5_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_4_T__Const) == 0x0000C8, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_4_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_Item__Const) == 0x0000CC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_2_Item__Const) == 0x0000D8, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_3_Item__Const) == 0x0000E4, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_3_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_Item__Const) == 0x0000F0, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_1_1_Item__Const) == 0x0000FC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_1_Item__Const) == 0x000108, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_1_1_Item__Const) == 0x000114, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_1_1_1_Item__Const) == 0x000120, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_1_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_5_Item__Const) == 0x00012C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_5_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_1_1_1_1_Item__Const) == 0x000138, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_1_1_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_2_1_Item__Const) == 0x000144, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_3_1_Item__Const) == 0x000150, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_3_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___MathQuaternionSlerp_2_2_T__Const) == 0x00015C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___MathQuaternionSlerp_2_2_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_2_Item__Const) == 0x000160, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_1_2_Item__Const) == 0x00016C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_1_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_3_Item__Const) == 0x000178, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_3_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_2_1_Item__Const) == 0x000184, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_2_1_1_Item__Const) == 0x000190, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_2_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_3_1_2_Item__Const) == 0x00019C, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_3_1_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_2_1_1_1_Item__Const) == 0x0001A8, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_2_1_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_2_1_1_Item__Const) == 0x0001B4, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_2_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_3_1_3_Item__Const) == 0x0001C0, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_3_1_3_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_2_1_3_2_2_Item__Const) == 0x0001CC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_2_1_3_2_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_1_2_1_Item__Const) == 0x0001D8, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_1_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_3_1_Item__Const) == 0x0001E4, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_3_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_3_2_Item__Const) == 0x0001F0, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_3_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_3_2_1_Item__Const) == 0x0001FC, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_3_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___GetTransform_6_3_1_5_Item__Const) == 0x000208, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___GetTransform_6_3_1_5_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetRotation_3_2_1_1_Item__Const) == 0x000214, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetRotation_3_2_1_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d2e02cd844c538e6, RigVMModel___SetTranslation_4_1_2_Item__Const) == 0x000220, "Member 'FPropertyBag_d2e02cd844c538e6::RigVMModel___SetTranslation_4_1_2_Item__Const' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_62f554d8a2b6d569 \ +static_assert(alignof(FPropertyBag_62f554d8a2b6d569) == 0x000008, "Wrong alignment on FPropertyBag_62f554d8a2b6d569"); \ +static_assert(sizeof(FPropertyBag_62f554d8a2b6d569) == 0x000258, "Wrong size on FPropertyBag_62f554d8a2b6d569"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_Item__Const) == 0x000000, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_Space__Const) == 0x00000C, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_bInitial__Const) == 0x00000D, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___GetTransform_2_Item__Const) == 0x000010, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___GetTransform_2_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_Weight__Const) == 0x00001C, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_Weight__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_bPropagateToChildren__Const) == 0x000020, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_bPropagateToChildren__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___Set_Transform_1_Item__Const) == 0x000024, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___Set_Transform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___GetTransform_2_1_Item__Const) == 0x000030, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___GetTransform_2_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, LocalVariableDefault__FootTrace_AnimatedFloorLocation__Const) == 0x000040, "Member 'FPropertyBag_62f554d8a2b6d569::LocalVariableDefault__FootTrace_AnimatedFloorLocation__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_MathVectorAdd_A__Const) == 0x000058, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_MathVectorAdd_A__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_GetTransform_Space__Const) == 0x000070, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_GetTransform_bInitial__Const) == 0x000071, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_GetTransform_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_MathFloatAdd_B__Const) == 0x000074, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_MathFloatAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_GetTransform_1_Item__Const) == 0x000078, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_GetTransform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_MathVectorAdd_B__Const) == 0x000088, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_MathVectorAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const) == 0x0000A0, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const) == 0x0000A1, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const) == 0x0000A4, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const) == 0x0000B4, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const) == 0x0000B8, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_MathVectorSub_B__Const) == 0x0000C0, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_MathVectorSub_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const) == 0x0000D8, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const) == 0x0000D9, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_SphereTraceByTraceChannel_Radius__Const) == 0x0000DC, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_SphereTraceByTraceChannel_Radius__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const) == 0x0000E0, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_MathVectorAdd_A__Const) == 0x0000E8, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_MathVectorAdd_A__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_GetTransform_Space__Const) == 0x000100, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_GetTransform_bInitial__Const) == 0x000101, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_GetTransform_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_MathFloatAdd_B__Const) == 0x000104, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_MathFloatAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_GetTransform_1_Item__Const) == 0x000108, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_GetTransform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_MathVectorAdd_B__Const) == 0x000118, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_MathVectorAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const) == 0x000130, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const) == 0x000131, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const) == 0x000134, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const) == 0x000144, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const) == 0x000148, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_MathVectorSub_B__Const) == 0x000150, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_MathVectorSub_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const) == 0x000168, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const) == 0x000169, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_SphereTraceByTraceChannel_Radius__Const) == 0x00016C, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_SphereTraceByTraceChannel_Radius__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const) == 0x000170, "Member 'FPropertyBag_62f554d8a2b6d569::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___VariableNode_9_Value__Const) == 0x000178, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___VariableNode_9_Value__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___AlphaInterp_Bias__Const) == 0x000180, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___AlphaInterp_Bias__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___AlphaInterp_InRange__Const) == 0x000184, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___AlphaInterp_InRange__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___AlphaInterp_InterpSpeedIncreasing__Const) == 0x00018C, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___AlphaInterp_InterpSpeedIncreasing__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___MathFloatLerp_T__Const) == 0x000190, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___MathFloatLerp_T__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___ModifyTransforms_ItemToModify__Const) == 0x000198, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___ModifyTransforms_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___ModifyTransforms_Mode__Const) == 0x0001A8, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___ModifyTransforms_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___ModifyTransforms_1_ItemToModify__Const) == 0x0001B0, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___ModifyTransforms_1_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___ModifyTransforms_1_1_ItemToModify__Const) == 0x0001C0, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___ModifyTransforms_1_1_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_Root__Const) == 0x0001D0, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_Root__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_Effectors__Const) == 0x0001D8, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_Effectors__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___GetTransform_Space__Const) == 0x0001E8, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_BoneSettings__Const) == 0x0001F0, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_BoneSettings__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_ExcludedBones__Const) == 0x000200, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_ExcludedBones__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_Settings__Const) == 0x000210, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_Settings__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_62f554d8a2b6d569, RigVMModel___PBIK_Debug__Const) == 0x000250, "Member 'FPropertyBag_62f554d8a2b6d569::RigVMModel___PBIK_Debug__Const' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_fd32ea5a3a10b32b \ +static_assert(alignof(FPropertyBag_fd32ea5a3a10b32b) == 0x000008, "Wrong alignment on FPropertyBag_fd32ea5a3a10b32b"); \ +static_assert(sizeof(FPropertyBag_fd32ea5a3a10b32b) == 0x000248, "Wrong size on FPropertyBag_fd32ea5a3a10b32b"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___FootTrace_Ik_Foot_Bone__Const) == 0x000000, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___FootTrace_Ik_Foot_Bone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, LocalVariableDefault__FootTrace_AnimatedFloorLocation__Const) == 0x000010, "Member 'FPropertyBag_fd32ea5a3a10b32b::LocalVariableDefault__FootTrace_AnimatedFloorLocation__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_MathVectorAdd_A__Const) == 0x000028, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_MathVectorAdd_A__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_GetTransform_Space__Const) == 0x000040, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_GetTransform_bInitial__Const) == 0x000041, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_GetTransform_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_MathFloatAdd_B__Const) == 0x000044, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_MathFloatAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_GetTransform_1_Item__Const) == 0x000048, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_GetTransform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_MathVectorAdd_B__Const) == 0x000058, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_MathVectorAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const) == 0x000070, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const) == 0x000071, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const) == 0x000074, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const) == 0x000084, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const) == 0x000088, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Space__Const) == 0x00008C, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_MathVectorSub_B__Const) == 0x000098, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_MathVectorSub_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const) == 0x0000B0, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const) == 0x0000B1, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_SphereTraceByTraceChannel_Radius__Const) == 0x0000B4, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_SphereTraceByTraceChannel_Radius__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const) == 0x0000B8, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___FootTrace_1_Ik_Foot_Bone__Const) == 0x0000BC, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___FootTrace_1_Ik_Foot_Bone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_MathVectorAdd_A__Const) == 0x0000C8, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_MathVectorAdd_A__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_GetTransform_Space__Const) == 0x0000E0, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_GetTransform_bInitial__Const) == 0x0000E1, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_GetTransform_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_MathFloatAdd_B__Const) == 0x0000E4, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_MathFloatAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_GetTransform_1_Item__Const) == 0x0000E8, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_GetTransform_1_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_MathVectorAdd_B__Const) == 0x0000F8, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_MathVectorAdd_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const) == 0x000110, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_bEnabled__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const) == 0x000111, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const) == 0x000114, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Color__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const) == 0x000124, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Thickness__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const) == 0x000128, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Scale__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Space__Const) == 0x00012C, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_1_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_MathVectorSub_B__Const) == 0x000138, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_MathVectorSub_B__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const) == 0x000150, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_2_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const) == 0x000151, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_SphereTraceByTraceChannel_TraceChannel__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_SphereTraceByTraceChannel_Radius__Const) == 0x000154, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_SphereTraceByTraceChannel_Radius__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const) == 0x000158, "Member 'FPropertyBag_fd32ea5a3a10b32b::FootTrace_1___FootTrace_RigUnit_VisualDebugVectorItemSpace_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___VariableNode_9_Value__Const) == 0x000160, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___VariableNode_9_Value__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_Scale__Const) == 0x000168, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_Scale__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_Bias__Const) == 0x00016C, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_Bias__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_bMapRange__Const) == 0x000170, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_bMapRange__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_InRange__Const) == 0x000174, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_InRange__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_bInterpResult__Const) == 0x00017C, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_bInterpResult__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___AlphaInterp_InterpSpeedIncreasing__Const) == 0x000180, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___AlphaInterp_InterpSpeedIncreasing__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___ModifyTransforms_ItemToModify__Const) == 0x000188, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___ModifyTransforms_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___ModifyTransforms_Mode__Const) == 0x000198, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___ModifyTransforms_Mode__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___ModifyTransforms_1_ItemToModify__Const) == 0x0001A0, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___ModifyTransforms_1_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___ModifyTransforms_1_1_ItemToModify__Const) == 0x0001B0, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___ModifyTransforms_1_1_ItemToModify__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_Root__Const) == 0x0001C0, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_Root__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_Effectors__Const) == 0x0001C8, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_Effectors__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___GetTransform_Space__Const) == 0x0001D8, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___GetTransform_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_BoneSettings__Const) == 0x0001E0, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_BoneSettings__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_ExcludedBones__Const) == 0x0001F0, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_ExcludedBones__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_Settings__Const) == 0x000200, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_Settings__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fd32ea5a3a10b32b, RigVMModel___PBIK_Debug__Const) == 0x000240, "Member 'FPropertyBag_fd32ea5a3a10b32b::RigVMModel___PBIK_Debug__Const' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e9bdff9d89381f94 \ +static_assert(alignof(FPropertyBag_e9bdff9d89381f94) == 0x000010, "Wrong alignment on FPropertyBag_e9bdff9d89381f94"); \ +static_assert(sizeof(FPropertyBag_e9bdff9d89381f94) == 0x000610, "Wrong size on FPropertyBag_e9bdff9d89381f94"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_2_Transform) == 0x000000, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_2_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_2_CachedIndex) == 0x000060, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_2_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___Set_Transform_CachedIndex) == 0x000070, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___Set_Transform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_2_1_Transform) == 0x000080, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_2_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_2_1_CachedIndex) == 0x0000E0, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_2_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___Set_Transform_1_CachedIndex) == 0x0000F0, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___Set_Transform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___FootTrace_Offset) == 0x000100, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___FootTrace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathVectorAdd_Result) == 0x000118, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathVectorAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_GetTransform_Transform) == 0x000130, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_GetTransform_CachedIndex) == 0x000190, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathFloatAdd_Result) == 0x0001A0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathFloatAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathFloatAdd_A) == 0x0001A4, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathFloatAdd_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_GetTransform_1_Transform) == 0x0001B0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_GetTransform_1_CachedIndex) == 0x000210, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathVectorAdd_A__IO) == 0x000220, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathVectorAdd_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathVectorSub_Result) == 0x000238, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathVectorSub_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_MathVectorSub_A__IO) == 0x000250, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_MathVectorSub_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_SphereTraceByTraceChannel_bHit) == 0x000268, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_SphereTraceByTraceChannel_bHit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_SphereTraceByTraceChannel_HitNormal) == 0x000270, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_SphereTraceByTraceChannel_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace___FootTrace_SphereTraceByTraceChannel_WorkData) == 0x000288, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace___FootTrace_SphereTraceByTraceChannel_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___FootTrace_1_Offset) == 0x000298, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___FootTrace_1_Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathVectorAdd_Result) == 0x0002B0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathVectorAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_GetTransform_Transform) == 0x0002D0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_GetTransform_CachedIndex) == 0x000330, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathFloatAdd_Result) == 0x000340, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathFloatAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathFloatAdd_A) == 0x000344, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathFloatAdd_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_GetTransform_1_Transform) == 0x000350, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_GetTransform_1_CachedIndex) == 0x0003B0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathVectorAdd_A__IO) == 0x0003C0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathVectorAdd_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathVectorSub_Result) == 0x0003D8, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathVectorSub_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_MathVectorSub_A__IO) == 0x0003F0, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_MathVectorSub_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_SphereTraceByTraceChannel_bHit) == 0x000408, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_SphereTraceByTraceChannel_bHit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_SphereTraceByTraceChannel_HitNormal) == 0x000410, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_SphereTraceByTraceChannel_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, FootTrace_1___FootTrace_SphereTraceByTraceChannel_WorkData) == 0x000428, "Member 'FPropertyBag_e9bdff9d89381f94::FootTrace_1___FootTrace_SphereTraceByTraceChannel_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___Branch_BlockToRun) == 0x000438, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___Branch_BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_Result) == 0x000440, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_Value) == 0x000444, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_ScaleBiasClamp) == 0x000448, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_ScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_1_Result) == 0x000458, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_1_Value) == 0x00045C, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___AlphaInterp_1_ScaleBiasClamp) == 0x000460, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___AlphaInterp_1_ScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLerp_Result) == 0x000470, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLerp_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLerp_A) == 0x000474, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLerp_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___If_Result) == 0x000478, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___If_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLess_Result) == 0x000480, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLess_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLess_A) == 0x000484, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLess_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLess_B) == 0x000488, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLess_B' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___If_Condition) == 0x00048C, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___If_Condition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___MathFloatLerp_B) == 0x000490, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___MathFloatLerp_B' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_ItemToModify__IO) == 0x000498, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_WorkData) == 0x0004A8, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_1_ItemToModify__IO) == 0x0004B8, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_1_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_1_WorkData) == 0x0004C8, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_1_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_1_1_ItemToModify__IO) == 0x0004D8, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_1_1_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___ModifyTransforms_1_1_WorkData) == 0x0004E8, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___ModifyTransforms_1_1_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_Transform) == 0x000500, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_CachedIndex) == 0x000560, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_1_Transform) == 0x000570, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___GetTransform_1_CachedIndex) == 0x0005D0, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___PBIK_Effectors__IO) == 0x0005E0, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___PBIK_Effectors__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___PBIK_EffectorSolverIndices) == 0x0005F0, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___PBIK_EffectorSolverIndices' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9bdff9d89381f94, RigVMModel___PBIK_WorkData) == 0x000600, "Member 'FPropertyBag_e9bdff9d89381f94::RigVMModel___PBIK_WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a047460fa6c1dea2 \ +static_assert(alignof(FPropertyBag_a047460fa6c1dea2) == 0x000010, "Wrong alignment on FPropertyBag_a047460fa6c1dea2"); \ +static_assert(sizeof(FPropertyBag_a047460fa6c1dea2) == 0x000080, "Wrong size on FPropertyBag_a047460fa6c1dea2"); \ +static_assert(offsetof(FPropertyBag_a047460fa6c1dea2, RigVMModel___OffsetTransformForItem_Item__Const) == 0x000000, "Member 'FPropertyBag_a047460fa6c1dea2::RigVMModel___OffsetTransformForItem_Item__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a047460fa6c1dea2, RigVMModel___OffsetTransformForItem_OffsetTransform__Const) == 0x000010, "Member 'FPropertyBag_a047460fa6c1dea2::RigVMModel___OffsetTransformForItem_OffsetTransform__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a047460fa6c1dea2, RigVMModel___OffsetTransformForItem_Weight__Const) == 0x000070, "Member 'FPropertyBag_a047460fa6c1dea2::RigVMModel___OffsetTransformForItem_Weight__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a047460fa6c1dea2, RigVMModel___OffsetTransformForItem_bPropagateToChildren__Const) == 0x000074, "Member 'FPropertyBag_a047460fa6c1dea2::RigVMModel___OffsetTransformForItem_bPropagateToChildren__Const' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cd1c908303507a46 \ +static_assert(alignof(FPropertyBag_cd1c908303507a46) == 0x000010, "Wrong alignment on FPropertyBag_cd1c908303507a46"); \ +static_assert(sizeof(FPropertyBag_cd1c908303507a46) == 0x000500, "Wrong size on FPropertyBag_cd1c908303507a46"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___FootTrace_Offset) == 0x000000, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___FootTrace_Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathVectorAdd_Result) == 0x000018, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathVectorAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_GetTransform_Transform) == 0x000030, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_GetTransform_CachedIndex) == 0x000090, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathFloatAdd_Result) == 0x0000A0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathFloatAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathFloatAdd_A) == 0x0000A4, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathFloatAdd_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_GetTransform_1_Transform) == 0x0000B0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_GetTransform_1_CachedIndex) == 0x000110, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathVectorAdd_A__IO) == 0x000120, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathVectorAdd_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathVectorSub_Result) == 0x000138, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathVectorSub_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_MathVectorSub_A__IO) == 0x000150, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_MathVectorSub_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_SphereTraceByTraceChannel_bHit) == 0x000168, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_SphereTraceByTraceChannel_bHit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_SphereTraceByTraceChannel_HitNormal) == 0x000170, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_SphereTraceByTraceChannel_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace___FootTrace_SphereTraceByTraceChannel_WorkData) == 0x000188, "Member 'FPropertyBag_cd1c908303507a46::FootTrace___FootTrace_SphereTraceByTraceChannel_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___FootTrace_1_Offset) == 0x000198, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___FootTrace_1_Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathVectorAdd_Result) == 0x0001B0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathVectorAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_GetTransform_Transform) == 0x0001D0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_GetTransform_CachedIndex) == 0x000230, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathFloatAdd_Result) == 0x000240, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathFloatAdd_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathFloatAdd_A) == 0x000244, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathFloatAdd_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_GetTransform_1_Transform) == 0x000250, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_GetTransform_1_CachedIndex) == 0x0002B0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathVectorAdd_A__IO) == 0x0002C0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathVectorAdd_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathVectorSub_Result) == 0x0002D8, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathVectorSub_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_MathVectorSub_A__IO) == 0x0002F0, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_MathVectorSub_A__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_SphereTraceByTraceChannel_bHit) == 0x000308, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_SphereTraceByTraceChannel_bHit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_SphereTraceByTraceChannel_HitNormal) == 0x000310, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_SphereTraceByTraceChannel_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, FootTrace_1___FootTrace_SphereTraceByTraceChannel_WorkData) == 0x000328, "Member 'FPropertyBag_cd1c908303507a46::FootTrace_1___FootTrace_SphereTraceByTraceChannel_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___Branch_RigVMUnitNode_BlockToRun) == 0x000338, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___Branch_RigVMUnitNode_BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_Result) == 0x000340, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_Value) == 0x000344, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_ScaleBiasClamp) == 0x000348, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_ScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_1_Result) == 0x000358, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_1_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_1_Value) == 0x00035C, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_1_Value' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___AlphaInterp_1_ScaleBiasClamp) == 0x000360, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___AlphaInterp_1_ScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___If_Result) == 0x000370, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___If_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___MathFloatLess_Result) == 0x000374, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___MathFloatLess_Result' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___MathFloatLess_A) == 0x000378, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___MathFloatLess_A' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___MathFloatLess_B) == 0x00037C, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___MathFloatLess_B' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___If_Condition) == 0x000380, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___If_Condition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___If_True) == 0x000384, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___If_True' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___If_False) == 0x000388, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___If_False' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_ItemToModify__IO) == 0x000390, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_WorkData) == 0x0003A0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_1_ItemToModify__IO) == 0x0003B0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_1_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_1_WorkData) == 0x0003C0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_1_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_1_1_ItemToModify__IO) == 0x0003D0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_1_1_ItemToModify__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___ModifyTransforms_1_1_WorkData) == 0x0003E0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___ModifyTransforms_1_1_WorkData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___GetTransform_Transform) == 0x0003F0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___GetTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___GetTransform_CachedIndex) == 0x000450, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___GetTransform_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___GetTransform_1_Transform) == 0x000460, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___GetTransform_1_Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___GetTransform_1_CachedIndex) == 0x0004C0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___GetTransform_1_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___PBIK_Effectors__IO) == 0x0004D0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___PBIK_Effectors__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___PBIK_EffectorSolverIndices) == 0x0004E0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___PBIK_EffectorSolverIndices' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd1c908303507a46, RigVMModel___PBIK_WorkData) == 0x0004F0, "Member 'FPropertyBag_cd1c908303507a46::RigVMModel___PBIK_WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6d3d5b4b459770c1 \ +static_assert(alignof(FPropertyBag_6d3d5b4b459770c1) == 0x000008, "Wrong alignment on FPropertyBag_6d3d5b4b459770c1"); \ +static_assert(sizeof(FPropertyBag_6d3d5b4b459770c1) == 0x0002C0, "Wrong size on FPropertyBag_6d3d5b4b459770c1"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_CachedIndex) == 0x000000, "Member 'FPropertyBag_6d3d5b4b459770c1::Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_1_Array) == 0x000010, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_1_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_StartBoneCached) == 0x000020, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_EndBoneCached) == 0x000030, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_RootCorrectiveCached) == 0x000040, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_TwistBonesCached) == 0x000050, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_2_Array) == 0x000060, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_2_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_StartBoneCached) == 0x000070, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_EndBoneCached) == 0x000080, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_RootCorrectiveCached) == 0x000090, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_TwistBonesCached) == 0x0000A0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_3_Array) == 0x0000B0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_3_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_1_StartBoneCached) == 0x0000C0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_1_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_1_EndBoneCached) == 0x0000D0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_1_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_1_RootCorrectiveCached) == 0x0000E0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_1_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_1_TwistBonesCached) == 0x0000F0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_1_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_4_Array) == 0x000100, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_4_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_2_StartBoneCached) == 0x000110, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_2_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_2_EndBoneCached) == 0x000120, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_2_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_2_RootCorrectiveCached) == 0x000130, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_2_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_1_2_TwistBonesCached) == 0x000140, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_1_2_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_6_Array) == 0x000150, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_6_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_StartBoneCached) == 0x000160, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_EndBoneCached) == 0x000170, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_RootCorrectiveCached) == 0x000180, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_TwistBonesCached) == 0x000190, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_5_Array) == 0x0001A0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_5_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_1_StartBoneCached) == 0x0001B0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_1_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_1_EndBoneCached) == 0x0001C0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_1_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_1_RootCorrectiveCached) == 0x0001D0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_1_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_1_TwistBonesCached) == 0x0001E0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_1_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_7_Array) == 0x0001F0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_7_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_2_StartBoneCached) == 0x000200, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_2_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_2_EndBoneCached) == 0x000210, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_2_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_2_RootCorrectiveCached) == 0x000220, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_2_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_2_TwistBonesCached) == 0x000230, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_2_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_8_Array) == 0x000240, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_8_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_3_StartBoneCached) == 0x000250, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_3_StartBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_3_EndBoneCached) == 0x000260, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_3_EndBoneCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_3_RootCorrectiveCached) == 0x000270, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_3_RootCorrectiveCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeTwist_2_3_TwistBonesCached) == 0x000280, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeTwist_2_3_TwistBonesCached' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___RerouteNode_Array) == 0x000290, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___RerouteNode_Array' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeHalfFingers_CachedIndex) == 0x0002A0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeHalfFingers_CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6d3d5b4b459770c1, RigVMModel___MetahumanComputeHalfFingers_CachedParent) == 0x0002B0, "Member 'FPropertyBag_6d3d5b4b459770c1::RigVMModel___MetahumanComputeHalfFingers_CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_256283091835f65e \ +static_assert(alignof(FPropertyBag_256283091835f65e) == 0x000010, "Wrong alignment on FPropertyBag_256283091835f65e"); \ +static_assert(sizeof(FPropertyBag_256283091835f65e) == 0x000070, "Wrong size on FPropertyBag_256283091835f65e"); \ +static_assert(offsetof(FPropertyBag_256283091835f65e, RigVMModel___OffsetTransformForItem_OffsetTransform__IO) == 0x000000, "Member 'FPropertyBag_256283091835f65e::RigVMModel___OffsetTransformForItem_OffsetTransform__IO' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_256283091835f65e, RigVMModel___OffsetTransformForItem_CachedIndex) == 0x000060, "Member 'FPropertyBag_256283091835f65e::RigVMModel___OffsetTransformForItem_CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f3698e1ec63c3f6b \ +static_assert(alignof(FPropertyBag_f3698e1ec63c3f6b) == 0x000008, "Wrong alignment on FPropertyBag_f3698e1ec63c3f6b"); \ +static_assert(sizeof(FPropertyBag_f3698e1ec63c3f6b) == 0x000390, "Wrong size on FPropertyBag_f3698e1ec63c3f6b"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, LocalVariableDefault__Clear_Keyframeas_bone_names__Const) == 0x000000, "Member 'FPropertyBag_f3698e1ec63c3f6b::LocalVariableDefault__Clear_Keyframeas_bone_names__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_Space__Const) == 0x000010, "Member 'FPropertyBag_f3698e1ec63c3f6b::Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_Space__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_bInitial__Const) == 0x000011, "Member 'FPropertyBag_f3698e1ec63c3f6b::Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_bInitial__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_bPropagateToChildren__Const) == 0x000012, "Member 'FPropertyBag_f3698e1ec63c3f6b::Clear_Keyframeas___Clear_Keyframeas_ResetTransformToInitial_bPropagateToChildren__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_StartBone__Const) == 0x000014, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_StartBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_EndBone__Const) == 0x000020, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_RootCorrective__Const) == 0x00002C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_1_Values_0__Const) == 0x000038, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_1_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_1_Values_1__Const) == 0x000044, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_1_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_SwingBlend__Const) == 0x000050, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_SwingBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_TwistBlend__Const) == 0x000058, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_TwistBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_PositionBlend__Const) == 0x000068, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_PositionBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_bTwistFromEnd__Const) == 0x000078, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_bTwistFromEnd__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_StartBone__Const) == 0x00007C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_StartBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_EndBone__Const) == 0x000088, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_RootCorrective__Const) == 0x000094, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_2_Values_0__Const) == 0x0000A0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_2_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_2_Values_1__Const) == 0x0000AC, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_2_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_1_StartBone__Const) == 0x0000B8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_1_StartBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_1_EndBone__Const) == 0x0000C4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_1_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_1_RootCorrective__Const) == 0x0000D0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_1_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_3_Values_0__Const) == 0x0000DC, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_3_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_3_Values_1__Const) == 0x0000E8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_3_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_1_SwingBlend__Const) == 0x0000F4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_1_SwingBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_1_TwistBlend__Const) == 0x0000F8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_1_TwistBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_2_StartBone__Const) == 0x000108, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_2_StartBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_2_EndBone__Const) == 0x000114, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_2_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_1_2_RootCorrective__Const) == 0x000120, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_1_2_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_4_Values_0__Const) == 0x00012C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_4_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_4_Values_1__Const) == 0x000138, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_4_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_EndBone__Const) == 0x000144, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_RootCorrective__Const) == 0x000150, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_6_Values_0__Const) == 0x00015C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_6_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_6_Values_1__Const) == 0x000168, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_6_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_TwistBlend__Const) == 0x000178, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_TwistBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_PositionBlend__Const) == 0x000188, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_PositionBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_bTwistFromEnd__Const) == 0x000198, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_bTwistFromEnd__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_1_EndBone__Const) == 0x00019C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_1_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_1_RootCorrective__Const) == 0x0001A8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_1_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_5_Values_0__Const) == 0x0001B4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_5_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_5_Values_1__Const) == 0x0001C0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_5_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_2_EndBone__Const) == 0x0001CC, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_2_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_2_RootCorrective__Const) == 0x0001D8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_2_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_7_Values_0__Const) == 0x0001E4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_7_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_7_Values_1__Const) == 0x0001F0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_7_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_2_TwistBlend__Const) == 0x000200, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_2_TwistBlend__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_3_EndBone__Const) == 0x000210, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_3_EndBone__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___MetahumanComputeTwist_2_3_RootCorrective__Const) == 0x00021C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___MetahumanComputeTwist_2_3_RootCorrective__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_8_Values_0__Const) == 0x000228, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_8_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_8_Values_1__Const) == 0x000234, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_8_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_0__Const) == 0x000240, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_0__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_1__Const) == 0x00024C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_1__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_2__Const) == 0x000258, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_2__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_3__Const) == 0x000264, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_3__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_4__Const) == 0x000270, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_4__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_5__Const) == 0x00027C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_5__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_6__Const) == 0x000288, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_6__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_7__Const) == 0x000294, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_7__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_8__Const) == 0x0002A0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_8__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_9__Const) == 0x0002AC, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_9__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_10__Const) == 0x0002B8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_10__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_11__Const) == 0x0002C4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_11__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_12__Const) == 0x0002D0, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_12__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_13__Const) == 0x0002DC, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_13__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_14__Const) == 0x0002E8, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_14__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_15__Const) == 0x0002F4, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_15__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_16__Const) == 0x000300, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_16__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_17__Const) == 0x00030C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_17__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_18__Const) == 0x000318, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_18__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_19__Const) == 0x000324, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_19__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_20__Const) == 0x000330, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_20__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_21__Const) == 0x00033C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_21__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_22__Const) == 0x000348, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_22__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_23__Const) == 0x000354, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_23__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_24__Const) == 0x000360, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_24__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_25__Const) == 0x00036C, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_25__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_26__Const) == 0x000378, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_26__Const' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3698e1ec63c3f6b, RigVMModel___RerouteNode_Values_27__Const) == 0x000384, "Member 'FPropertyBag_f3698e1ec63c3f6b::RigVMModel___RerouteNode_Values_27__Const' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget) == 0x000008, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget) == 0x000068, "Wrong size on WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, Widget) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, Animations) == 0x000008, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::Animations' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000058, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetEntry_C_RegisterWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C \ +static_assert(alignof(UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C) == 0x000008, "Wrong alignment on UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C"); \ +static_assert(sizeof(UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C) == 0x0002F8, "Wrong size on UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C, NewAnimation) == 0x0002E0, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C::NewAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C, DynamicEntryBox_105) == 0x0002E8, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C::DynamicEntryBox_105' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C, TextBlock_55) == 0x0002F0, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetEntry_C::TextBlock_55' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PictoIconsDataRow \ +static_assert(alignof(FS_PictoIconsDataRow) == 0x000008, "Wrong alignment on FS_PictoIconsDataRow"); \ +static_assert(sizeof(FS_PictoIconsDataRow) == 0x000090, "Wrong size on FS_PictoIconsDataRow"); \ +static_assert(offsetof(FS_PictoIconsDataRow, PictoIcon_8_C2B893194F2A3AB688720BAB2A52EF04) == 0x000000, "Member 'FS_PictoIconsDataRow::PictoIcon_8_C2B893194F2A3AB688720BAB2A52EF04' has a wrong offset!"); \ +static_assert(offsetof(FS_PictoIconsDataRow, LightBackground_13_841BF4C64C9DC7AFBA5BA5A39249FAAA) == 0x000028, "Member 'FS_PictoIconsDataRow::LightBackground_13_841BF4C64C9DC7AFBA5BA5A39249FAAA' has a wrong offset!"); \ +static_assert(offsetof(FS_PictoIconsDataRow, DarkBackground_12_25B85F5843D10B23DEF927B49FCAFA05) == 0x000050, "Member 'FS_PictoIconsDataRow::DarkBackground_12_25B85F5843D10B23DEF927B49FCAFA05' has a wrong offset!"); \ +static_assert(offsetof(FS_PictoIconsDataRow, IsColorOverriden_19_55B773E64615DC81F456338A6FD16FDB) == 0x000078, "Member 'FS_PictoIconsDataRow::IsColorOverriden_19_55B773E64615DC81F456338A6FD16FDB' has a wrong offset!"); \ +static_assert(offsetof(FS_PictoIconsDataRow, ColorOverride_20_262F29144B6555CFA903F09F2E39B0F9) == 0x00007C, "Member 'FS_PictoIconsDataRow::ColorOverride_20_262F29144B6555CFA903F09F2E39B0F9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_DialogueCharacter_C \ +static_assert(alignof(UBP_DataAsset_DialogueCharacter_C) == 0x000008, "Wrong alignment on UBP_DataAsset_DialogueCharacter_C"); \ +static_assert(sizeof(UBP_DataAsset_DialogueCharacter_C) == 0x000040, "Wrong size on UBP_DataAsset_DialogueCharacter_C"); \ +static_assert(offsetof(UBP_DataAsset_DialogueCharacter_C, CharacterName) == 0x000030, "Member 'UBP_DataAsset_DialogueCharacter_C::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject \ +static_assert(alignof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject) == 0x000008, "Wrong alignment on BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject"); \ +static_assert(sizeof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject) == 0x0000B8, "Wrong size on BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, EntryPoint) == 0x000000, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_CustomEvent_Result) == 0x000004, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_CustomEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_CustomEvent_AIController) == 0x000008, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_CustomEvent_AIController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000020, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000028, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_Event_OwnerController_1) == 0x000030, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_Event_ControlledPawn_1) == 0x000038, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue) == 0x000040, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_Release_ReturnValue) == 0x000070, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_Release_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_GetSlotLocation_OutSlotLocation) == 0x000078, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_GetSlotLocation_OutSlotLocation' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_GetSlotLocation_ReturnValue) == 0x000090, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_GetSlotLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_AIMoveTo_ReturnValue) == 0x000098, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_AIMoveTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_Event_OwnerController) == 0x0000A8, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject, K2Node_Event_ControlledPawn) == 0x0000B0, "Member 'BTTask_MoveToSmartObject_C_ExecuteUbergraph_BTTask_MoveToSmartObject::K2Node_Event_ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121 \ +static_assert(alignof(BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121) == 0x000008, "Wrong alignment on BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121"); \ +static_assert(sizeof(BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121) == 0x000010, "Wrong size on BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121, Result) == 0x000000, "Member 'BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121::Result' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121, AIController) == 0x000008, "Member 'BTTask_MoveToSmartObject_C_OnMoveFinished_14DDA22040E4233902CEF7A007369121::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_MoveToSmartObject_C_ReceiveAbortAI \ +static_assert(alignof(BTTask_MoveToSmartObject_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_MoveToSmartObject_C_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_MoveToSmartObject_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_MoveToSmartObject_C_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_MoveToSmartObject_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_MoveToSmartObject_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_MoveToSmartObject_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_MoveToSmartObject_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_MoveToSmartObject_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_MoveToSmartObject_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_MoveToSmartObject_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_MoveToSmartObject_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_MoveToSmartObject_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_MoveToSmartObject_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveToSmartObject_C \ +static_assert(alignof(UBTTask_MoveToSmartObject_C) == 0x000008, "Wrong alignment on UBTTask_MoveToSmartObject_C"); \ +static_assert(sizeof(UBTTask_MoveToSmartObject_C) == 0x0000D8, "Wrong size on UBTTask_MoveToSmartObject_C"); \ +static_assert(offsetof(UBTTask_MoveToSmartObject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_MoveToSmartObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveToSmartObject_C, KeySelectorSmartObjectClaimHandle) == 0x0000B0, "Member 'UBTTask_MoveToSmartObject_C::KeySelectorSmartObjectClaimHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_AppendFillString \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_AppendFillString) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_AppendFillString"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_AppendFillString) == 0x000060, "Wrong size on BP_FL_StringManipulationHelpers_C_AppendFillString"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, String) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::String' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, Count) == 0x000010, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, Filler) == 0x000018, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::Filler' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, __WorldContext) == 0x000028, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, ReturnValue) == 0x000030, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, CallFunc_CreateFillString_Result) == 0x000040, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::CallFunc_CreateFillString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_AppendFillString, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_AppendFillString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_CreateFillString \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_CreateFillString) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_CreateFillString"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_CreateFillString) == 0x000060, "Wrong size on BP_FL_StringManipulationHelpers_C_CreateFillString"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, Count) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, Filler) == 0x000008, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::Filler' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, __WorldContext) == 0x000018, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, Result) == 0x000020, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, local_ResultString) == 0x000030, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::local_ResultString' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, Temp_int_Variable) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_CreateFillString, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'BP_FL_StringManipulationHelpers_C_CreateFillString::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text) == 0x000178, "Wrong size on BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, Time) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, __WorldContext) == 0x000008, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, Text) == 0x000010, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_FromSeconds_ReturnValue) == 0x000020, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_BreakTimespan_Days) == 0x000028, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_BreakTimespan_Hours) == 0x00002C, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_BreakTimespan_Minutes) == 0x000030, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_BreakTimespan_Seconds) == 0x000034, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_BreakTimespan_Milliseconds) == 0x000038, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Multiply_IntInt_ReturnValue) == 0x00003C, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000A0, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0000B0, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text, CallFunc_FromSeconds_Seconds_ImplicitCast) == 0x000170, "Member 'BP_FL_StringManipulationHelpers_C_Get_Elapsed_Time_As_Text::CallFunc_FromSeconds_Seconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString) == 0x000140, "Wrong size on BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, __WorldContext) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, ReturnValue) == 0x000008, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_UtcNow_ReturnValue) == 0x000018, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Year) == 0x000020, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Year' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Month) == 0x000024, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Month' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Day) == 0x000028, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Day' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Hour) == 0x00002C, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Hour' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Minute) == 0x000030, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Minute' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Second) == 0x000034, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Second' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_BreakDateTime_Millisecond) == 0x000038, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_BreakDateTime_Millisecond' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000070, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000080, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue_4) == 0x000090, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Conv_IntToString_ReturnValue_5) == 0x0000A0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Conv_IntToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000F0, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000100, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000110, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000120, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000130, "Member 'BP_FL_StringManipulationHelpers_C_GetCurrentTimeAsString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_MergeStringArray \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_MergeStringArray) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_MergeStringArray"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_MergeStringArray) == 0x000090, "Wrong size on BP_FL_StringManipulationHelpers_C_MergeStringArray"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, StringArray) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::StringArray' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, Separator) == 0x000010, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::Separator' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, __WorldContext) == 0x000020, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, Result) == 0x000028, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, local_String) == 0x000038, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::local_String' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_MergeStringArray, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_FL_StringManipulationHelpers_C_MergeStringArray::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_StringManipulationHelpers_C_PadString \ +static_assert(alignof(BP_FL_StringManipulationHelpers_C_PadString) == 0x000008, "Wrong alignment on BP_FL_StringManipulationHelpers_C_PadString"); \ +static_assert(sizeof(BP_FL_StringManipulationHelpers_C_PadString) == 0x0000F0, "Wrong size on BP_FL_StringManipulationHelpers_C_PadString"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, String) == 0x000000, "Member 'BP_FL_StringManipulationHelpers_C_PadString::String' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, Count) == 0x000010, "Member 'BP_FL_StringManipulationHelpers_C_PadString::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, Filler) == 0x000018, "Member 'BP_FL_StringManipulationHelpers_C_PadString::Filler' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, __WorldContext) == 0x000028, "Member 'BP_FL_StringManipulationHelpers_C_PadString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, Result) == 0x000030, "Member 'BP_FL_StringManipulationHelpers_C_PadString::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, local_StringArray) == 0x000040, "Member 'BP_FL_StringManipulationHelpers_C_PadString::local_StringArray' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, local_ResultString) == 0x000050, "Member 'BP_FL_StringManipulationHelpers_C_PadString::local_ResultString' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_ParseIntoArray_ReturnValue) == 0x000060, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_FL_StringManipulationHelpers_C_PadString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_FL_StringManipulationHelpers_C_PadString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_AppendFillString_ReturnValue) == 0x000090, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_AppendFillString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000B8, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_AppendFillString_ReturnValue_1) == 0x0000C0, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_AppendFillString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_StringManipulationHelpers_C_PadString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E0, "Member 'BP_FL_StringManipulationHelpers_C_PadString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_StringManipulationHelpers_C \ +static_assert(alignof(UBP_FL_StringManipulationHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_StringManipulationHelpers_C"); \ +static_assert(sizeof(UBP_FL_StringManipulationHelpers_C) == 0x000028, "Wrong size on UBP_FL_StringManipulationHelpers_C"); \ + +#define DUMPER7_ASSERTS_FS_ManorDoors \ +static_assert(alignof(FS_ManorDoors) == 0x000004, "Wrong alignment on FS_ManorDoors"); \ +static_assert(sizeof(FS_ManorDoors) == 0x000010, "Wrong size on FS_ManorDoors"); \ +static_assert(offsetof(FS_ManorDoors, DoorLevelName_6_1085B65043325C4640C637B2E5A5DE1C) == 0x000000, "Member 'FS_ManorDoors::DoorLevelName_6_1085B65043325C4640C637B2E5A5DE1C' has a wrong offset!"); \ +static_assert(offsetof(FS_ManorDoors, SpawnPointTag_11_99A20A0F495FD84717AA179FFD8AAA9E) == 0x000008, "Member 'FS_ManorDoors::SpawnPointTag_11_99A20A0F495FD84717AA179FFD8AAA9E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_3C_Sprint_V2_C \ +static_assert(alignof(UShake_3C_Sprint_V2_C) == 0x000010, "Wrong alignment on UShake_3C_Sprint_V2_C"); \ +static_assert(sizeof(UShake_3C_Sprint_V2_C) == 0x0000E0, "Wrong size on UShake_3C_Sprint_V2_C"); \ + +#define DUMPER7_ASSERTS_UQTEShake_C \ +static_assert(alignof(UQTEShake_C) == 0x000010, "Wrong alignment on UQTEShake_C"); \ +static_assert(sizeof(UQTEShake_C) == 0x0000E0, "Wrong size on UQTEShake_C"); \ + +#define DUMPER7_ASSERTS_WBP_Buff_Burn_StackCounter_C_UpdateCount \ +static_assert(alignof(WBP_Buff_Burn_StackCounter_C_UpdateCount) == 0x000008, "Wrong alignment on WBP_Buff_Burn_StackCounter_C_UpdateCount"); \ +static_assert(sizeof(WBP_Buff_Burn_StackCounter_C_UpdateCount) == 0x000020, "Wrong size on WBP_Buff_Burn_StackCounter_C_UpdateCount"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Count) == 0x000000, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_byte_Variable) == 0x000004, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000005, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000006, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_bool_Variable) == 0x000018, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_byte_Variable_2) == 0x00001A, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_byte_Variable_3) == 0x00001B, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, K2Node_Select_Default) == 0x00001C, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, Temp_bool_Variable_1) == 0x00001D, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Buff_Burn_StackCounter_C_UpdateCount, K2Node_Select_Default_1) == 0x00001E, "Member 'WBP_Buff_Burn_StackCounter_C_UpdateCount::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Buff_Burn_StackCounter_C \ +static_assert(alignof(UWBP_Buff_Burn_StackCounter_C) == 0x000008, "Wrong alignment on UWBP_Buff_Burn_StackCounter_C"); \ +static_assert(sizeof(UWBP_Buff_Burn_StackCounter_C) == 0x0002F0, "Wrong size on UWBP_Buff_Burn_StackCounter_C"); \ +static_assert(offsetof(UWBP_Buff_Burn_StackCounter_C, BurnIcon) == 0x0002E0, "Member 'UWBP_Buff_Burn_StackCounter_C::BurnIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Burn_StackCounter_C, TextBlock_Count) == 0x0002E8, "Member 'UWBP_Buff_Burn_StackCounter_C::TextBlock_Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature \ +static_assert(alignof(WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature) == 0x000001, "Wrong size on WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature, IsActive) == 0x000000, "Member 'WBP_GM_LuminasList_C_BndEvt__WBP_GM_LuminasList_LuminaFilter_K2Node_ComponentBoundEvent_5_OnFilterActivated__DelegateSignature::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_GM_LuminasList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap \ +static_assert(alignof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap) == 0x000050, "Wrong size on WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, Navigation_0) == 0x000000, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, ReturnValue) == 0x000008, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000012, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000013, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000014, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000015, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x000016, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_GetListItems_ReturnValue) == 0x000018, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_Percent_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x000034, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x000035, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x000036, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x000037, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_10) == 0x000038, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_11) == 0x000039, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_12) == 0x00003A, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_13) == 0x000040, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_14) == 0x000041, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000044, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_15) == 0x000048, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap, CallFunc_EqualEqual_IntInt_ReturnValue_16) == 0x000049, "Member 'WBP_GM_LuminasList_C_DoCustomNavigationVerticalWrap::CallFunc_EqualEqual_IntInt_ReturnValue_16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList \ +static_assert(alignof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList) == 0x000190, "Wrong size on WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, EntryPoint) == 0x000000, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, Temp_bool_True_if_break_was_hit_Variable) == 0x00004C, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_4) == 0x000058, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_ComponentBoundEvent_Widget) == 0x000068, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short) == 0x000070, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_PassiveEffectID) == 0x00007C, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_PassiveEffect) == 0x000088, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_AbsolutePos) == 0x000090, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetListItems_ReturnValue) == 0x0000A8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_ClickedLuminaPosition) == 0x0000B8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_ClickedLuminaPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x0000D0, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetPassiveEffectID_ReturnValue) == 0x0000E0, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_BooleanAND_ReturnValue) == 0x0000E9, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_IsValid_ReturnValue_1) == 0x0000EA, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x0000F0, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_IsNameValid_ReturnValue) == 0x0000F8, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000FC, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000110, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000118, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_6) == 0x00011C, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetListItems_ReturnValue_1) == 0x000130, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetListItems_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_Array_Find_ReturnValue) == 0x000140, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_bNewInputType) == 0x000144, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000145, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetPassiveEffectID_ReturnValue_1) == 0x000148, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetPassiveEffectID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetNumItems_ReturnValue) == 0x000150, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000154, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CreateDelegate_OutputDelegate_7) == 0x000158, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000168, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetNumItems_ReturnValue_1) == 0x000170, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetNumItems_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000174, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_ComponentBoundEvent_IsActive) == 0x000175, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_ComponentBoundEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000178, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_CustomEvent_UserConfig) == 0x000180, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, K2Node_Event_IsDesignTime) == 0x000188, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_IsActivated_ReturnValue) == 0x000189, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList, CallFunc_IsActivated_ReturnValue_1) == 0x00018A, "Member 'WBP_GM_LuminasList_C_ExecuteUbergraph_WBP_GM_LuminasList::CallFunc_IsActivated_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_FilterLuminas \ +static_assert(alignof(WBP_GM_LuminasList_C_FilterLuminas) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_FilterLuminas"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_FilterLuminas) == 0x000048, "Wrong size on WBP_GM_LuminasList_C_FilterLuminas"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, _ListItems) == 0x000000, "Member 'WBP_GM_LuminasList_C_FilterLuminas::_ListItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, Temp_byte_Variable) == 0x000010, "Member 'WBP_GM_LuminasList_C_FilterLuminas::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_GM_LuminasList_C_FilterLuminas::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_GM_LuminasList_C_FilterLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GM_LuminasList_C_FilterLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, Temp_bool_Variable) == 0x000020, "Member 'WBP_GM_LuminasList_C_FilterLuminas::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, K2Node_Select_Default) == 0x000029, "Member 'WBP_GM_LuminasList_C_FilterLuminas::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Array_AddUnique_ReturnValue) == 0x000038, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_IsMatchingFilterConditions_ReturnValue) == 0x00003C, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_IsMatchingFilterConditions_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_FilterLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_GM_LuminasList_C_FilterLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_GetPassiveEffectInstances \ +static_assert(alignof(WBP_GM_LuminasList_C_GetPassiveEffectInstances) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_GetPassiveEffectInstances"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_GetPassiveEffectInstances) == 0x000010, "Wrong size on WBP_GM_LuminasList_C_GetPassiveEffectInstances"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_GetPassiveEffectInstances, PassiveEffectInstances_0) == 0x000000, "Member 'WBP_GM_LuminasList_C_GetPassiveEffectInstances::PassiveEffectInstances_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances \ +static_assert(alignof(WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances) == 0x000010, "Wrong size on WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances, PictoPassiveEffectInstances) == 0x000000, "Member 'WBP_GM_LuminasList_C_GetPictosPassiveEffectInstances::PictoPassiveEffectInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_IsMatchingFilterConditions \ +static_assert(alignof(WBP_GM_LuminasList_C_IsMatchingFilterConditions) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_IsMatchingFilterConditions"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_IsMatchingFilterConditions) == 0x0000A8, "Wrong size on WBP_GM_LuminasList_C_IsMatchingFilterConditions"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, PassiveEffectInstance) == 0x000000, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::PassiveEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, ReturnValue) == 0x000008, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, IsMatchingAllCriterias) == 0x000009, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::IsMatchingAllCriterias' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_GetPassiveEffectDefinition_ReturnValue) == 0x000010, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_GetPassiveEffectDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_GetActiveFilters_ActiveFilterEntries) == 0x000068, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_GetActiveFilters_ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_HasAnyFilterActive_ReturnValue) == 0x000078, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_HasAnyFilterActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Map_Find_ReturnValue) == 0x0000A1, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Less_IntInt_ReturnValue) == 0x0000A2, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_Array_Contains_ReturnValue) == 0x0000A3, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_BooleanAND_ReturnValue) == 0x0000A4, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_IsMatchingFilterConditions, CallFunc_BooleanOR_ReturnValue) == 0x0000A5, "Member 'WBP_GM_LuminasList_C_IsMatchingFilterConditions::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_LoadAllLuminas \ +static_assert(alignof(WBP_GM_LuminasList_C_LoadAllLuminas) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_LoadAllLuminas"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_LoadAllLuminas) == 0x0001C8, "Wrong size on WBP_GM_LuminasList_C_LoadAllLuminas"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, InsertIndex) == 0x000000, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::InsertIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000008, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, Temp_wildcard_Temp_buffer_array_Variable) == 0x000028, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_IsFromGear_IsFromGear) == 0x000048, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_GetOwningGearData_OutOwningGearData) == 0x000050, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_GetOwningGearData_OutOwningGearData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000180, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs) == 0x000188, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs) == 0x000198, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs) == 0x0001A8, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Array_Get_Item) == 0x0001B8, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadAllLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'WBP_GM_LuminasList_C_LoadAllLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_LoadLuminasForCharacter \ +static_assert(alignof(WBP_GM_LuminasList_C_LoadLuminasForCharacter) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_LoadLuminasForCharacter"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_LoadLuminasForCharacter) == 0x000030, "Wrong size on WBP_GM_LuminasList_C_LoadLuminasForCharacter"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, Character) == 0x000000, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, CallFunc_GetPassiveEffectID_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, CallFunc_GetItemAt_ReturnValue) == 0x000010, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::CallFunc_GetItemAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, CallFunc_GetNumItems_ReturnValue) == 0x000018, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000020, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LoadLuminasForCharacter, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000029, "Member 'WBP_GM_LuminasList_C_LoadLuminasForCharacter::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_LuminasSortLambda \ +static_assert(alignof(WBP_GM_LuminasList_C_LuminasSortLambda) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_LuminasSortLambda"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_LuminasSortLambda) == 0x000260, "Wrong size on WBP_GM_LuminasList_C_LuminasSortLambda"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, LuminaLhs) == 0x000000, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::LuminaLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, LuminaRhs) == 0x000008, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::LuminaRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, OrderingResult) == 0x000010, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, NameToStatMap) == 0x000018, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::NameToStatMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable) == 0x000068, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetPassiveEffectID_ReturnValue) == 0x00006C, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_IsEquipped_IsEquipped) == 0x000074, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_IsEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetPassiveEffectDefinition_ReturnValue) == 0x000078, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetPassiveEffectDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetPassiveEffectID_ReturnValue_1) == 0x0000C0, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetPassiveEffectID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_IsEquipped_IsEquipped_1) == 0x0000D8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_IsEquipped_IsEquipped_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetPassiveEffectDefinition_ReturnValue_1) == 0x0000E0, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetPassiveEffectDefinition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_BooleanXOR_ReturnValue) == 0x000128, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Not_PreBool_ReturnValue) == 0x000129, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Subtract_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x000130, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000138, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x000148, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x00014C, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000150, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_SignOfInteger_ReturnValue_1) == 0x000154, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_SignOfInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Add_IntInt_ReturnValue_1) == 0x000158, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable_1) == 0x00015C, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_int_Variable) == 0x000160, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable_2) == 0x000164, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable_3) == 0x000165, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable_4) == 0x000166, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, K2Node_MakeVariable_MakeVariableOutput) == 0x000168, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, K2Node_Select_Default) == 0x0001B8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_byte_Variable_5) == 0x0001B9, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001BA, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_wildcard_Variable) == 0x0001BB, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_int_Variable_1) == 0x0001BC, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, Temp_wildcard_Variable_1) == 0x0001C0, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, K2Node_Select_Default_1) == 0x0001C1, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetCustomGI_ReturnValue) == 0x0001C8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetCustomGI_ReturnValue_1) == 0x0001D0, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_IsObjectFavorite_IsFavorite) == 0x0001D8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_IsObjectFavorite_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_IsObjectFavorite_IsFavorite_1) == 0x0001D9, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_IsObjectFavorite_IsFavorite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_BooleanXOR_ReturnValue_1) == 0x0001DA, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_BooleanXOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001DB, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry) == 0x0001E0, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001F8, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1) == 0x000200, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000219, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x00021A, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2) == 0x000220, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000238, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000239, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_3) == 0x000240, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_LuminasSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000258, "Member 'WBP_GM_LuminasList_C_LuminasSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_MoveTooltip \ +static_assert(alignof(WBP_GM_LuminasList_C_MoveTooltip) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_MoveTooltip"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_MoveTooltip) == 0x000248, "Wrong size on WBP_GM_LuminasList_C_MoveTooltip"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, Temp_bool_Variable) == 0x000000, "Member 'WBP_GM_LuminasList_C_MoveTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, Temp_struct_Variable) == 0x000008, "Member 'WBP_GM_LuminasList_C_MoveTooltip::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetViewportSize_ReturnValue) == 0x000018, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue) == 0x000048, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x00004C, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetLocalTopLeft_ReturnValue) == 0x000088, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetLocalTopLeft_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_LocalToAbsolute_ReturnValue) == 0x000098, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_1) == 0x0000A8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue) == 0x0000E0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_X_1) == 0x0000F0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_Y_1) == 0x0000F8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetEntryWidth_ReturnValue) == 0x000100, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetEntryWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_2) == 0x000104, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000140, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue) == 0x000148, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue_1) == 0x000158, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_X_2) == 0x000168, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_Y_2) == 0x000170, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_X_3) == 0x000178, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_Y_3) == 0x000180, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000188, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000190, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000198, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0001A0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x0001A8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_FFloor_ReturnValue) == 0x0001B8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_X_4) == 0x0001C0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_BreakVector2D_Y_4) == 0x0001C8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Max_ReturnValue) == 0x0001D0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_FClamp_ReturnValue) == 0x0001D8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001E0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001E8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x0001F0, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, K2Node_DynamicCast_AsGrid_Slot) == 0x0001F8, "Member 'WBP_GM_LuminasList_C_MoveTooltip::K2Node_DynamicCast_AsGrid_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'WBP_GM_LuminasList_C_MoveTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_4) == 0x000208, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_MakeVector2D_ReturnValue) == 0x000210, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, K2Node_Select_Default) == 0x000220, "Member 'WBP_GM_LuminasList_C_MoveTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000230, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000238, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_MoveTooltip, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000240, "Member 'WBP_GM_LuminasList_C_MoveTooltip::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_OnForbiddenLuminaClicked \ +static_assert(alignof(WBP_GM_LuminasList_C_OnForbiddenLuminaClicked) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_OnForbiddenLuminaClicked"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_OnForbiddenLuminaClicked) == 0x000010, "Wrong size on WBP_GM_LuminasList_C_OnForbiddenLuminaClicked"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnForbiddenLuminaClicked, ClickedLuminaPosition) == 0x000000, "Member 'WBP_GM_LuminasList_C_OnForbiddenLuminaClicked::ClickedLuminaPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_OnInputMethodChanged \ +static_assert(alignof(WBP_GM_LuminasList_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_GM_LuminasList_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_GM_LuminasList_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_GM_LuminasList_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_OnLuminaElementClicked \ +static_assert(alignof(WBP_GM_LuminasList_C_OnLuminaElementClicked) == 0x000004, "Wrong alignment on WBP_GM_LuminasList_C_OnLuminaElementClicked"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_OnLuminaElementClicked) == 0x000008, "Wrong size on WBP_GM_LuminasList_C_OnLuminaElementClicked"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnLuminaElementClicked, PassiveEffectID) == 0x000000, "Member 'WBP_GM_LuminasList_C_OnLuminaElementClicked::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_OnLuminaElementNavigated \ +static_assert(alignof(WBP_GM_LuminasList_C_OnLuminaElementNavigated) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_OnLuminaElementNavigated"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_OnLuminaElementNavigated) == 0x000018, "Wrong size on WBP_GM_LuminasList_C_OnLuminaElementNavigated"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnLuminaElementNavigated, PassiveEffect) == 0x000000, "Member 'WBP_GM_LuminasList_C_OnLuminaElementNavigated::PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnLuminaElementNavigated, AbsolutePos_0) == 0x000008, "Member 'WBP_GM_LuminasList_C_OnLuminaElementNavigated::AbsolutePos_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_OnSettingsApplied \ +static_assert(alignof(WBP_GM_LuminasList_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_GM_LuminasList_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_GM_LuminasList_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_PreConstruct \ +static_assert(alignof(WBP_GM_LuminasList_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_LuminasList_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_LuminasList_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_LuminasList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_RefreshTileViewEntrySize \ +static_assert(alignof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_RefreshTileViewEntrySize"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize) == 0x000058, "Wrong size on WBP_GM_LuminasList_C_RefreshTileViewEntrySize"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, ElementClass) == 0x000000, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::ElementClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_GetCurrentScale_User_Specified_Scale) == 0x000018, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_GetCurrentScale_User_Specified_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000048, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_SetEntryWidth_NewWidth_ImplicitCast) == 0x000050, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_SetEntryWidth_NewWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_RefreshTileViewEntrySize, CallFunc_SetEntryHeight_NewHeight_ImplicitCast) == 0x000054, "Member 'WBP_GM_LuminasList_C_RefreshTileViewEntrySize::CallFunc_SetEntryHeight_NewHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_SetContextualActionOnClick \ +static_assert(alignof(WBP_GM_LuminasList_C_SetContextualActionOnClick) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_SetContextualActionOnClick"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_SetContextualActionOnClick) == 0x0000E0, "Wrong size on WBP_GM_LuminasList_C_SetContextualActionOnClick"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, ClickedItemPosition) == 0x000000, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::ClickedItemPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000010, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, K2Node_MakeStruct_DataTableRowHandle) == 0x000050, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, K2Node_MakeArray_Array_1) == 0x000070, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, K2Node_MakeArray_Array_2) == 0x000080, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_AbsoluteToLocal_ReturnValue) == 0x000090, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0000A0, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, K2Node_MakeStruct_Anchors) == 0x0000B0, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_SpawnObject_ReturnValue) == 0x0000D0, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetContextualActionOnClick, CallFunc_AddChildToCanvas_ReturnValue) == 0x0000D8, "Member 'WBP_GM_LuminasList_C_SetContextualActionOnClick::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_SetLuminaHeaderRef \ +static_assert(alignof(WBP_GM_LuminasList_C_SetLuminaHeaderRef) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_SetLuminaHeaderRef"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_SetLuminaHeaderRef) == 0x000008, "Wrong size on WBP_GM_LuminasList_C_SetLuminaHeaderRef"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetLuminaHeaderRef, LuminaHeaderRef_0) == 0x000000, "Member 'WBP_GM_LuminasList_C_SetLuminaHeaderRef::LuminaHeaderRef_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect \ +static_assert(alignof(WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect) == 0x000004, "Wrong alignment on WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect) == 0x000008, "Wrong size on WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect, PreSelectedPassiveEffectID_0) == 0x000000, "Member 'WBP_GM_LuminasList_C_SetPreSelectedPassiveEffect::PreSelectedPassiveEffectID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_ShowLuminaTooltip \ +static_assert(alignof(WBP_GM_LuminasList_C_ShowLuminaTooltip) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_ShowLuminaTooltip"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_ShowLuminaTooltip) == 0x000040, "Wrong size on WBP_GM_LuminasList_C_ShowLuminaTooltip"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, PassiveEffectID) == 0x000000, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, AbsolutePos_0) == 0x000008, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::AbsolutePos_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, Temp_byte_Variable) == 0x000018, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, CallFunc_IsNameValid_ReturnValue) == 0x000019, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, Temp_byte_Variable_1) == 0x00001A, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, Temp_bool_Variable) == 0x000038, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_ShowLuminaTooltip, K2Node_Select_Default) == 0x000039, "Member 'WBP_GM_LuminasList_C_ShowLuminaTooltip::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_SortLuminas \ +static_assert(alignof(WBP_GM_LuminasList_C_SortLuminas) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_SortLuminas"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_SortLuminas) == 0x000050, "Wrong size on WBP_GM_LuminasList_C_SortLuminas"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, _ListItems) == 0x000000, "Member 'WBP_GM_LuminasList_C_SortLuminas::_ListItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_GM_LuminasList_C_SortLuminas::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, CallFunc_GetSortDirection_SortDirection) == 0x000020, "Member 'WBP_GM_LuminasList_C_SortLuminas::CallFunc_GetSortDirection_SortDirection' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_OrderingResult) == 0x000028, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_CmpSuccess) == 0x000030, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_SomeAlteration) == 0x000031, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_Obj1) == 0x000038, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_Obj2) == 0x000040, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_Index1) == 0x000048, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_SortLuminas, BPNode_SortArray_Index2) == 0x00004C, "Member 'WBP_GM_LuminasList_C_SortLuminas::BPNode_SortArray_Index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_GM_LuminasList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_LuminasList_C \ +static_assert(alignof(UWBP_GM_LuminasList_C) == 0x000008, "Wrong alignment on UWBP_GM_LuminasList_C"); \ +static_assert(sizeof(UWBP_GM_LuminasList_C) == 0x000568, "Wrong size on UWBP_GM_LuminasList_C"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_LuminasList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, CanvasPanel_ContextualActionContainer) == 0x000438, "Member 'UWBP_GM_LuminasList_C::CanvasPanel_ContextualActionContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, LuminaFilter) == 0x000440, "Member 'UWBP_GM_LuminasList_C::LuminaFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, LuminasTileView) == 0x000448, "Member 'UWBP_GM_LuminasList_C::LuminasTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, NavigatedLuminaTooltip) == 0x000450, "Member 'UWBP_GM_LuminasList_C::NavigatedLuminaTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, NoMatchHintBox) == 0x000458, "Member 'UWBP_GM_LuminasList_C::NoMatchHintBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, SortDropdown) == 0x000460, "Member 'UWBP_GM_LuminasList_C::SortDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, OnLuminaItemClicked) == 0x000468, "Member 'UWBP_GM_LuminasList_C::OnLuminaItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, OnLuminaItemNavigated) == 0x000478, "Member 'UWBP_GM_LuminasList_C::OnLuminaItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, Dummy_SortLuminas) == 0x000488, "Member 'UWBP_GM_LuminasList_C::Dummy_SortLuminas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, CurrentCharacter) == 0x000498, "Member 'UWBP_GM_LuminasList_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, PassiveEffectInstances) == 0x0004A0, "Member 'UWBP_GM_LuminasList_C::PassiveEffectInstances' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, OrderedPassiveEffectInstances) == 0x0004B0, "Member 'UWBP_GM_LuminasList_C::OrderedPassiveEffectInstances' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, PictosPassiveEffectInstances) == 0x0004C0, "Member 'UWBP_GM_LuminasList_C::PictosPassiveEffectInstances' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, LastFocusedPassiveEffect) == 0x0004D0, "Member 'UWBP_GM_LuminasList_C::LastFocusedPassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, CurrentContextualAction) == 0x0004D8, "Member 'UWBP_GM_LuminasList_C::CurrentContextualAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, PreSelectedPassiveEffectID) == 0x0004E0, "Member 'UWBP_GM_LuminasList_C::PreSelectedPassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, LastNavigatedIndex) == 0x0004E8, "Member 'UWBP_GM_LuminasList_C::LastNavigatedIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, OnEmptyListNavitgate) == 0x0004F0, "Member 'UWBP_GM_LuminasList_C::OnEmptyListNavitgate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, NameToPassiveEffectCategoryMap) == 0x000500, "Member 'UWBP_GM_LuminasList_C::NameToPassiveEffectCategoryMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, LuminaHeaderRef) == 0x000550, "Member 'UWBP_GM_LuminasList_C::LuminaHeaderRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminasList_C, AbsolutePos) == 0x000558, "Member 'UWBP_GM_LuminasList_C::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement \ +static_assert(alignof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement) == 0x000008, "Wrong alignment on WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement"); \ +static_assert(sizeof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement) == 0x000028, "Wrong size on WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, EntryPoint) == 0x000000, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000020, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement, CallFunc_Delay_Duration_ImplicitCast) == 0x000024, "Member 'WBP_WatermarkElement_C_ExecuteUbergraph_WBP_WatermarkElement::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WatermarkElement_C \ +static_assert(alignof(UWBP_WatermarkElement_C) == 0x000008, "Wrong alignment on UWBP_WatermarkElement_C"); \ +static_assert(sizeof(UWBP_WatermarkElement_C) == 0x000318, "Wrong size on UWBP_WatermarkElement_C"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WatermarkElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, Anim_FadeOUT) == 0x0002E8, "Member 'UWBP_WatermarkElement_C::Anim_FadeOUT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, Anim_FadeIN) == 0x0002F0, "Member 'UWBP_WatermarkElement_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, TextBlock) == 0x0002F8, "Member 'UWBP_WatermarkElement_C::TextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, BuildID) == 0x000300, "Member 'UWBP_WatermarkElement_C::BuildID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkElement_C, Playback_Speed) == 0x000310, "Member 'UWBP_WatermarkElement_C::Playback_Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFVendorState \ +static_assert(alignof(FFVendorState) == 0x000008, "Wrong alignment on FFVendorState"); \ +static_assert(sizeof(FFVendorState) == 0x000050, "Wrong size on FFVendorState"); \ +static_assert(offsetof(FFVendorState, AlreadySoldItems_7_FA0B61674BFAAB0031DB4182129B75DB) == 0x000000, "Member 'FFVendorState::AlreadySoldItems_7_FA0B61674BFAAB0031DB4182129B75DB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base \ +static_assert(alignof(BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base) == 0x000004, "Wrong alignment on BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base"); \ +static_assert(sizeof(BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base) == 0x000004, "Wrong size on BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base"); \ +static_assert(offsetof(BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base, EntryPoint) == 0x000000, "Member 'BP_GPE_OrchestratorComponent_Base_C_ExecuteUbergraph_BP_GPE_OrchestratorComponent_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GPE_OrchestratorComponent_Base_C \ +static_assert(alignof(UBP_GPE_OrchestratorComponent_Base_C) == 0x000008, "Wrong alignment on UBP_GPE_OrchestratorComponent_Base_C"); \ +static_assert(sizeof(UBP_GPE_OrchestratorComponent_Base_C) == 0x0000B8, "Wrong size on UBP_GPE_OrchestratorComponent_Base_C"); \ +static_assert(offsetof(UBP_GPE_OrchestratorComponent_Base_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_GPE_OrchestratorComponent_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_OrchestratorComponent_Base_C, TickOrchestrator) == 0x0000A8, "Member 'UBP_GPE_OrchestratorComponent_Base_C::TickOrchestrator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MusicParameters \ +static_assert(alignof(FS_MusicParameters) == 0x000008, "Wrong alignment on FS_MusicParameters"); \ +static_assert(sizeof(FS_MusicParameters) == 0x000030, "Wrong size on FS_MusicParameters"); \ +static_assert(offsetof(FS_MusicParameters, Music_16_0332400D492AAEF7CE88BEBEA72A3D9B) == 0x000000, "Member 'FS_MusicParameters::Music_16_0332400D492AAEF7CE88BEBEA72A3D9B' has a wrong offset!"); \ +static_assert(offsetof(FS_MusicParameters, ResumeExplorationMusicAfterBattle_15_68A8BF90470E6D62C6B3C4880831B126) == 0x000028, "Member 'FS_MusicParameters::ResumeExplorationMusicAfterBattle_15_68A8BF90470E6D62C6B3C4880831B126' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures \ +static_assert(alignof(BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures) == 0x000008, "Wrong alignment on BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures"); \ +static_assert(sizeof(BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures) == 0x000008, "Wrong size on BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures"); \ +static_assert(offsetof(BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures, Delay) == 0x000000, "Member 'BPI_Tool_PerformanceMeasureTool_C_StartPerformanceMeasures::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Tool_PerformanceMeasureTool_C \ +static_assert(alignof(IBPI_Tool_PerformanceMeasureTool_C) == 0x000001, "Wrong alignment on IBPI_Tool_PerformanceMeasureTool_C"); \ +static_assert(sizeof(IBPI_Tool_PerformanceMeasureTool_C) == 0x000001, "Wrong size on IBPI_Tool_PerformanceMeasureTool_C"); \ + +#define DUMPER7_ASSERTS_UBP_SmartObjectComponent_C \ +static_assert(alignof(UBP_SmartObjectComponent_C) == 0x000010, "Wrong alignment on UBP_SmartObjectComponent_C"); \ +static_assert(sizeof(UBP_SmartObjectComponent_C) == 0x0002C0, "Wrong size on UBP_SmartObjectComponent_C"); \ +static_assert(offsetof(UBP_SmartObjectComponent_C, Probability) == 0x0002B0, "Member 'UBP_SmartObjectComponent_C::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSoundEvent \ +static_assert(alignof(FFSoundEvent) == 0x000008, "Wrong alignment on FFSoundEvent"); \ +static_assert(sizeof(FFSoundEvent) == 0x000008, "Wrong size on FFSoundEvent"); \ +static_assert(offsetof(FFSoundEvent, SoundBase_10_5706891E460AF058D1F6D3B6E9D227BA) == 0x000000, "Member 'FFSoundEvent::SoundBase_10_5706891E460AF058D1F6D3B6E9D227BA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MinimapLevelIdentifier \ +static_assert(alignof(FS_MinimapLevelIdentifier) == 0x000004, "Wrong alignment on FS_MinimapLevelIdentifier"); \ +static_assert(sizeof(FS_MinimapLevelIdentifier) == 0x000010, "Wrong size on FS_MinimapLevelIdentifier"); \ +static_assert(offsetof(FS_MinimapLevelIdentifier, MiniMapIdentifierTag_9_2D8F1BC544A1B4DB50AAB8A9DDE01220) == 0x000000, "Member 'FS_MinimapLevelIdentifier::MiniMapIdentifierTag_9_2D8F1BC544A1B4DB50AAB8A9DDE01220' has a wrong offset!"); \ +static_assert(offsetof(FS_MinimapLevelIdentifier, LevelName_5_2A124A494C8FD007BBB4ED9B91ABA5A9) == 0x000008, "Member 'FS_MinimapLevelIdentifier::LevelName_5_2A124A494C8FD007BBB4ED9B91ABA5A9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_CheckForErrors \ +static_assert(alignof(BP_FallDetectorComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_CheckForErrors) == 0x000058, "Wrong size on BP_FallDetectorComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_FallDetectorComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_FallDetectorComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_FallDetectorComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_FallDetectorComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_FallDetectorComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_FallDetectorComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, K2Node_DynamicCast_AsCharacter) == 0x000048, "Member 'BP_FallDetectorComponent_C_CheckForErrors::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_FallDetectorComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_UnpauseFallDetection \ +static_assert(alignof(BP_FallDetectorComponent_C_UnpauseFallDetection) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_UnpauseFallDetection"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_UnpauseFallDetection) == 0x000018, "Wrong size on BP_FallDetectorComponent_C_UnpauseFallDetection"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_UnpauseFallDetection, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_FallDetectorComponent_C_UnpauseFallDetection::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_UnpauseFallDetection, K2Node_DynamicCast_AsCharacter) == 0x000008, "Member 'BP_FallDetectorComponent_C_UnpauseFallDetection::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_UnpauseFallDetection, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FallDetectorComponent_C_UnpauseFallDetection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_PauseFallDetection \ +static_assert(alignof(BP_FallDetectorComponent_C_PauseFallDetection) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_PauseFallDetection"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_PauseFallDetection) == 0x000020, "Wrong size on BP_FallDetectorComponent_C_PauseFallDetection"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_PauseFallDetection, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_FallDetectorComponent_C_PauseFallDetection::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_PauseFallDetection, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_FallDetectorComponent_C_PauseFallDetection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_PauseFallDetection, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_FallDetectorComponent_C_PauseFallDetection::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_PauseFallDetection, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FallDetectorComponent_C_PauseFallDetection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_IsFallDetectionInPause \ +static_assert(alignof(BP_FallDetectorComponent_C_IsFallDetectionInPause) == 0x000001, "Wrong alignment on BP_FallDetectorComponent_C_IsFallDetectionInPause"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_IsFallDetectionInPause) == 0x000001, "Wrong size on BP_FallDetectorComponent_C_IsFallDetectionInPause"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_IsFallDetectionInPause, IsInPause_0) == 0x000000, "Member 'BP_FallDetectorComponent_C_IsFallDetectionInPause::IsInPause_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling \ +static_assert(alignof(BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling) == 0x000018, "Wrong size on BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling, Location) == 0x000000, "Member 'BP_FallDetectorComponent_C_GetWorldLocationOnStartFalling::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_GetFallingDistance \ +static_assert(alignof(BP_FallDetectorComponent_C_GetFallingDistance) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_GetFallingDistance"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_GetFallingDistance) == 0x000040, "Wrong size on BP_FallDetectorComponent_C_GetFallingDistance"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, Distance) == 0x000000, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_GetFallingDistance, CallFunc_Vector_Distance_ReturnValue) == 0x000038, "Member 'BP_FallDetectorComponent_C_GetFallingDistance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_IsTimerRunning \ +static_assert(alignof(BP_FallDetectorComponent_C_IsTimerRunning) == 0x000001, "Wrong alignment on BP_FallDetectorComponent_C_IsTimerRunning"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_IsTimerRunning) == 0x000002, "Wrong size on BP_FallDetectorComponent_C_IsTimerRunning"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_IsTimerRunning, ReturnValue) == 0x000000, "Member 'BP_FallDetectorComponent_C_IsTimerRunning::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_IsTimerRunning, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'BP_FallDetectorComponent_C_IsTimerRunning::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached \ +static_assert(alignof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached) == 0x000130, "Wrong size on BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_GetFallingDistance_Distance) == 0x000000, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_GetFallingDistance_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000008, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_GetOwner_ReturnValue) == 0x0000A0, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B8, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_FallDetectorComponent_C_OnKillDistanceOrTimerReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_CheckFallingDistance \ +static_assert(alignof(BP_FallDetectorComponent_C_CheckFallingDistance) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_CheckFallingDistance"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_CheckFallingDistance) == 0x000010, "Wrong size on BP_FallDetectorComponent_C_CheckFallingDistance"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckFallingDistance, CallFunc_GetFallingDistance_Distance) == 0x000000, "Member 'BP_FallDetectorComponent_C_CheckFallingDistance::CallFunc_GetFallingDistance_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CheckFallingDistance, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_FallDetectorComponent_C_CheckFallingDistance::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_CacheCurrentWorldLocation \ +static_assert(alignof(BP_FallDetectorComponent_C_CacheCurrentWorldLocation) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_CacheCurrentWorldLocation"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_CacheCurrentWorldLocation) == 0x000020, "Wrong size on BP_FallDetectorComponent_C_CacheCurrentWorldLocation"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CacheCurrentWorldLocation, Character) == 0x000000, "Member 'BP_FallDetectorComponent_C_CacheCurrentWorldLocation::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_CacheCurrentWorldLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'BP_FallDetectorComponent_C_CacheCurrentWorldLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_StartTimer \ +static_assert(alignof(BP_FallDetectorComponent_C_StartTimer) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_StartTimer"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_StartTimer) == 0x000020, "Wrong size on BP_FallDetectorComponent_C_StartTimer"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_StartTimer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_FallDetectorComponent_C_StartTimer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_StartTimer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_FallDetectorComponent_C_StartTimer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_StartTimer, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000018, "Member 'BP_FallDetectorComponent_C_StartTimer::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_OnFallingEnd \ +static_assert(alignof(BP_FallDetectorComponent_C_OnFallingEnd) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_OnFallingEnd"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_OnFallingEnd) == 0x000070, "Wrong size on BP_FallDetectorComponent_C_OnFallingEnd"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingEnd, Character) == 0x000000, "Member 'BP_FallDetectorComponent_C_OnFallingEnd::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingEnd, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_FallDetectorComponent_C_OnFallingEnd::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingEnd, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FallDetectorComponent_C_OnFallingEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingEnd, K2Node_MakeMap_Map) == 0x000018, "Member 'BP_FallDetectorComponent_C_OnFallingEnd::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingEnd, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_FallDetectorComponent_C_OnFallingEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_OnFallingBegin \ +static_assert(alignof(BP_FallDetectorComponent_C_OnFallingBegin) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_OnFallingBegin"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_OnFallingBegin) == 0x000068, "Wrong size on BP_FallDetectorComponent_C_OnFallingBegin"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingBegin, Character) == 0x000000, "Member 'BP_FallDetectorComponent_C_OnFallingBegin::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingBegin, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_FallDetectorComponent_C_OnFallingBegin::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingBegin, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FallDetectorComponent_C_OnFallingBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnFallingBegin, K2Node_MakeMap_Map) == 0x000018, "Member 'BP_FallDetectorComponent_C_OnFallingBegin::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized \ +static_assert(alignof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized) == 0x000018, "Wrong size on BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized, K2Node_DynamicCast_AsCharacter) == 0x000008, "Member 'BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_FallDetectorComponent_C_OnCharacterCapabilitiesInitialized::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_OnMovementModeChanged \ +static_assert(alignof(BP_FallDetectorComponent_C_OnMovementModeChanged) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_OnMovementModeChanged"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_OnMovementModeChanged) == 0x000020, "Wrong size on BP_FallDetectorComponent_C_OnMovementModeChanged"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, Character) == 0x000000, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_OnMovementModeChanged, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_FallDetectorComponent_C_OnMovementModeChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_ReceiveTick \ +static_assert(alignof(BP_FallDetectorComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FallDetectorComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_FallDetectorComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FallDetectorComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_SetGameplayPaused \ +static_assert(alignof(BP_FallDetectorComponent_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_FallDetectorComponent_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_FallDetectorComponent_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_FallDetectorComponent_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent \ +static_assert(alignof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent) == 0x000008, "Wrong alignment on BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent"); \ +static_assert(sizeof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent) == 0x000058, "Wrong size on BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, EntryPoint) == 0x000000, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_Event_Paused) == 0x000018, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000019, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000038, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'BP_FallDetectorComponent_C_ExecuteUbergraph_BP_FallDetectorComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FallDetectorComponent_C \ +static_assert(alignof(UBP_FallDetectorComponent_C) == 0x000008, "Wrong alignment on UBP_FallDetectorComponent_C"); \ +static_assert(sizeof(UBP_FallDetectorComponent_C) == 0x000100, "Wrong size on UBP_FallDetectorComponent_C"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FallDetectorComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, TimerHandle) == 0x0000A8, "Member 'UBP_FallDetectorComponent_C::TimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, WorldLocationOnStartFalling) == 0x0000B0, "Member 'UBP_FallDetectorComponent_C::WorldLocationOnStartFalling' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, EnableKillDetection) == 0x0000C8, "Member 'UBP_FallDetectorComponent_C::EnableKillDetection' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, KillDistance) == 0x0000D0, "Member 'UBP_FallDetectorComponent_C::KillDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, KillTime) == 0x0000D8, "Member 'UBP_FallDetectorComponent_C::KillTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, IsInPause) == 0x0000E0, "Member 'UBP_FallDetectorComponent_C::IsInPause' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, OnKillByFallDetected) == 0x0000E8, "Member 'UBP_FallDetectorComponent_C::OnKillByFallDetected' has a wrong offset!"); \ +static_assert(offsetof(UBP_FallDetectorComponent_C, CharacterCanInteract) == 0x0000F8, "Member 'UBP_FallDetectorComponent_C::CharacterCanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AudioLevelParameters \ +static_assert(alignof(FS_AudioLevelParameters) == 0x000008, "Wrong alignment on FS_AudioLevelParameters"); \ +static_assert(sizeof(FS_AudioLevelParameters) == 0x000010, "Wrong size on FS_AudioLevelParameters"); \ +static_assert(offsetof(FS_AudioLevelParameters, Music_2_7C41F1EF46DD5B98B0ADE2BB0F735E2D) == 0x000000, "Member 'FS_AudioLevelParameters::Music_2_7C41F1EF46DD5B98B0ADE2BB0F735E2D' has a wrong offset!"); \ +static_assert(offsetof(FS_AudioLevelParameters, AudioTriggerParameterName_5_2102E9864AF1C0FAD7B47EB4C3E3DE9F) == 0x000008, "Member 'FS_AudioLevelParameters::AudioTriggerParameterName_5_2102E9864AF1C0FAD7B47EB4C3E3DE9F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ButtonGenericStyle_C \ +static_assert(alignof(UBP_ButtonGenericStyle_C) == 0x000010, "Wrong alignment on UBP_ButtonGenericStyle_C"); \ +static_assert(sizeof(UBP_ButtonGenericStyle_C) == 0x0007B0, "Wrong size on UBP_ButtonGenericStyle_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans3_Lumina_C \ +static_assert(alignof(UCTS_NSans3_Lumina_C) == 0x000010, "Wrong alignment on UCTS_NSans3_Lumina_C"); \ +static_assert(sizeof(UCTS_NSans3_Lumina_C) == 0x0001B0, "Wrong size on UCTS_NSans3_Lumina_C"); \ + +#define DUMPER7_ASSERTS_BPI_LoadingDependenciesSource_C_BPI_GetDependencies \ +static_assert(alignof(BPI_LoadingDependenciesSource_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BPI_LoadingDependenciesSource_C_BPI_GetDependencies"); \ +static_assert(sizeof(BPI_LoadingDependenciesSource_C_BPI_GetDependencies) == 0x000030, "Wrong size on BPI_LoadingDependenciesSource_C_BPI_GetDependencies"); \ +static_assert(offsetof(BPI_LoadingDependenciesSource_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BPI_LoadingDependenciesSource_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BPI_LoadingDependenciesSource_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BPI_LoadingDependenciesSource_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BPI_LoadingDependenciesSource_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BPI_LoadingDependenciesSource_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_LoadingDependenciesSource_C \ +static_assert(alignof(IBPI_LoadingDependenciesSource_C) == 0x000001, "Wrong alignment on IBPI_LoadingDependenciesSource_C"); \ +static_assert(sizeof(IBPI_LoadingDependenciesSource_C) == 0x000001, "Wrong size on IBPI_LoadingDependenciesSource_C"); \ + +#define DUMPER7_ASSERTS_UBP_UINavigationFocusEvent_C \ +static_assert(alignof(UBP_UINavigationFocusEvent_C) == 0x000008, "Wrong alignment on UBP_UINavigationFocusEvent_C"); \ +static_assert(sizeof(UBP_UINavigationFocusEvent_C) == 0x000030, "Wrong size on UBP_UINavigationFocusEvent_C"); \ +static_assert(offsetof(UBP_UINavigationFocusEvent_C, OverrideWithTarget) == 0x000028, "Member 'UBP_UINavigationFocusEvent_C::OverrideWithTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MerchantItemData \ +static_assert(alignof(FS_MerchantItemData) == 0x000008, "Wrong alignment on FS_MerchantItemData"); \ +static_assert(sizeof(FS_MerchantItemData) == 0x000020, "Wrong size on FS_MerchantItemData"); \ +static_assert(offsetof(FS_MerchantItemData, ItemRowName_18_22FD2F5E42C1473FBA6AB9BF09E4890C) == 0x000000, "Member 'FS_MerchantItemData::ItemRowName_18_22FD2F5E42C1473FBA6AB9BF09E4890C' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemData, PriceOverride_6_7DE9A0224D826DBF8CF033AD6077A4EE) == 0x000008, "Member 'FS_MerchantItemData::PriceOverride_6_7DE9A0224D826DBF8CF033AD6077A4EE' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemData, LevelOverride_8_A53457704B4D0037ECA806A29C727EF4) == 0x00000C, "Member 'FS_MerchantItemData::LevelOverride_8_A53457704B4D0037ECA806A29C727EF4' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemData, Quantity_10_A62DFEDB41EF5DA12CE979AB3F742758) == 0x000010, "Member 'FS_MerchantItemData::Quantity_10_A62DFEDB41EF5DA12CE979AB3F742758' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemData, Condition_16_9C558A4A432BE6E507E838B0A75842DE) == 0x000018, "Member 'FS_MerchantItemData::Condition_16_9C558A4A432BE6E507E838B0A75842DE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NavArea_Crouch_C \ +static_assert(alignof(UBP_NavArea_Crouch_C) == 0x000008, "Wrong alignment on UBP_NavArea_Crouch_C"); \ +static_assert(sizeof(UBP_NavArea_Crouch_C) == 0x000048, "Wrong size on UBP_NavArea_Crouch_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_BindAllTriggerComponents \ +static_assert(alignof(BP_GameActionTriggerZone_C_BindAllTriggerComponents) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_BindAllTriggerComponents"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_BindAllTriggerComponents) == 0x000050, "Wrong size on BP_GameActionTriggerZone_C_BindAllTriggerComponents"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindAllTriggerComponents, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000040, "Member 'BP_GameActionTriggerZone_C_BindAllTriggerComponents::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_BindGameActionExecutor \ +static_assert(alignof(BP_GameActionTriggerZone_C_BindGameActionExecutor) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_BindGameActionExecutor"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_BindGameActionExecutor) == 0x000028, "Wrong size on BP_GameActionTriggerZone_C_BindGameActionExecutor"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindGameActionExecutor, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_GameActionTriggerZone_C_BindGameActionExecutor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindGameActionExecutor, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_GameActionTriggerZone_C_BindGameActionExecutor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindGameActionExecutor, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_GameActionTriggerZone_C_BindGameActionExecutor::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BindGameActionExecutor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionTriggerZone_C_BindGameActionExecutor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature \ +static_assert(alignof(BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature, Condition) == 0x000000, "Member 'BP_GameActionTriggerZone_C_BndEvt__BP_GameActionTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_3_OnConditionChanged__DelegateSignature::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_CanInteractWithMount \ +static_assert(alignof(BP_GameActionTriggerZone_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_GameActionTriggerZone_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_CheckForErrors \ +static_assert(alignof(BP_GameActionTriggerZone_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_CheckForErrors"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_CheckForErrors) == 0x000098, "Wrong size on BP_GameActionTriggerZone_C_CheckForErrors"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000040, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_MakeLiteralBool_ReturnValue) == 0x000050, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000058, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_MakeLiteralBool_ReturnValue_1) == 0x000068, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_MakeLiteralBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x000070, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Format_ReturnValue_2) == 0x000080, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000090, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_IsValidGameActionWrapper_IsValid_1) == 0x000091, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_IsValidGameActionWrapper_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue_1) == 0x000093, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'BP_GameActionTriggerZone_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract \ +static_assert(alignof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract) == 0x000088, "Wrong size on BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, CallFunc_ShouldExecuteGameActionOnInteract_Result) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::CallFunc_ShouldExecuteGameActionOnInteract_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, K2Node_MakeStruct_S_GameActionTriggerZoneParameters) == 0x000030, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::K2Node_MakeStruct_S_GameActionTriggerZoneParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000078, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_GameActionTriggerZone_C_ExecuteGameActionOnInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone \ +static_assert(alignof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone) == 0x000190, "Wrong size on BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, EntryPoint) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_Event_InteractionState) == 0x000004, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_Event_Instant) == 0x000010, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_GetInteractionSystem_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_GetInteractionSystem_ReturnValue_1) == 0x000020, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_GetInteractionSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000028, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_ComponentBoundEvent_Condition) == 0x000038, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_ComponentBoundEvent_Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput_1) == 0x000040, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_OverlappedComponent) == 0x000050, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_OtherActor) == 0x000058, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_OtherComp) == 0x000060, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_OtherBodyIndex) == 0x000068, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_bFromSweep) == 0x00006C, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_CustomEvent_SweepResult) == 0x000070, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000168, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_ComponentBoundEvent_OtherActor) == 0x000170, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_ComponentBoundEvent_OtherComp) == 0x000178, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000180, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_Event_EndPlayReason) == 0x000184, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_IsPlayerOverlappingWithOtherTriggers_IsOverlapping) == 0x000185, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_IsPlayerOverlappingWithOtherTriggers_IsOverlapping' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_Not_PreBool_ReturnValue) == 0x000186, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, K2Node_Event_BattleState) == 0x000187, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_ReadState_State) == 0x000188, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_Not_PreBool_ReturnValue_1) == 0x000189, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_BooleanAND_ReturnValue) == 0x00018A, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00018B, "Member 'BP_GameActionTriggerZone_C_ExecuteUbergraph_BP_GameActionTriggerZone::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_GetInteractionPromptParams \ +static_assert(alignof(BP_GameActionTriggerZone_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_GameActionTriggerZone_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_GameActionTriggerZone_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_IsInteractionAvailable \ +static_assert(alignof(BP_GameActionTriggerZone_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_GameActionTriggerZone_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_IsInteractionDone \ +static_assert(alignof(BP_GameActionTriggerZone_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_IsInteractionDone"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_IsInteractionDone) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_IsInteractionDone"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_GameActionTriggerZone_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers \ +static_assert(alignof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers) == 0x000040, "Wrong size on BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, OverlappedComponent) == 0x000000, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, OtherActor) == 0x000008, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, IsOverlapping) == 0x000010, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::IsOverlapping' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_IsOverlappingActor_ReturnValue) == 0x000032, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'BP_GameActionTriggerZone_C_IsPlayerOverlappingWithOtherTriggers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnActorOverlap \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnActorOverlap) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_OnActorOverlap"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnActorOverlap) == 0x000020, "Wrong size on BP_GameActionTriggerZone_C_OnActorOverlap"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnActorOverlap, Actor) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnActorOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnActorOverlap, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_OnActorOverlap::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnActorOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_GameActionTriggerZone_C_OnActorOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnActorOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'BP_GameActionTriggerZone_C_OnActorOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnActorOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_OnActorOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnComponentBeginOverlap \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_OnComponentBeginOverlap"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap) == 0x000118, "Wrong size on BP_GameActionTriggerZone_C_OnComponentBeginOverlap"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, OtherActor) == 0x000008, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentBeginOverlap, SweepResult) == 0x000020, "Member 'BP_GameActionTriggerZone_C_OnComponentBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnComponentEndOverlap \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnComponentEndOverlap) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_OnComponentEndOverlap"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnComponentEndOverlap) == 0x000020, "Wrong size on BP_GameActionTriggerZone_C_OnComponentEndOverlap"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentEndOverlap, OverlappedComponent) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnComponentEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentEndOverlap, OtherActor) == 0x000008, "Member 'BP_GameActionTriggerZone_C_OnComponentEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentEndOverlap, OtherComp) == 0x000010, "Member 'BP_GameActionTriggerZone_C_OnComponentEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnComponentEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_GameActionTriggerZone_C_OnComponentEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnGameActionExecuted \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnGameActionExecuted) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_OnGameActionExecuted"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnGameActionExecuted) == 0x000030, "Wrong size on BP_GameActionTriggerZone_C_OnGameActionExecuted"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, GameAction) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_GetGameActionFromWrapper_GameAction) == 0x000010, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_GetGameActionFromWrapper_GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_GetGameActionFromWrapper_GameAction_1) == 0x000020, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_GetGameActionFromWrapper_GameAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnGameActionExecuted, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000028, "Member 'BP_GameActionTriggerZone_C_OnGameActionExecuted::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnInteractionRequested \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GameActionTriggerZone_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GameActionTriggerZone_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_GameActionTriggerZone_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ReceiveEndPlay \ +static_assert(alignof(BP_GameActionTriggerZone_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_SaveBehaviorState \ +static_assert(alignof(BP_GameActionTriggerZone_C_SaveBehaviorState) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_SaveBehaviorState"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_SaveBehaviorState) == 0x000018, "Wrong size on BP_GameActionTriggerZone_C_SaveBehaviorState"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SaveBehaviorState, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_SaveBehaviorState::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SaveBehaviorState, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000008, "Member 'BP_GameActionTriggerZone_C_SaveBehaviorState::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled \ +static_assert(alignof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled) == 0x000028, "Wrong size on BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Enabled) == 0x000000, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_bool_Variable) == 0x000001, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_byte_Variable) == 0x000002, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_byte_Variable_1) == 0x000003, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, K2Node_Select_Default) == 0x000008, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_GameActionTriggerZone_C_SetTriggerComponentsCollisionEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract \ +static_assert(alignof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract) == 0x000018, "Wrong size on BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, Result) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_HasGameActionTriggerZoneParameters_ReturnValue) == 0x000010, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_HasGameActionTriggerZoneParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000013, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnInteract::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap \ +static_assert(alignof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap) == 0x000018, "Wrong size on BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, Result) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_HasGameActionTriggerZoneParameters_ReturnValue) == 0x000010, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_HasGameActionTriggerZoneParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000013, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'BP_GameActionTriggerZone_C_ShouldExecuteGameActionOnOverlap::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_GameActionTriggerZone_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_GameActionTriggerZone_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_GameActionTriggerZone_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap \ +static_assert(alignof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap) == 0x000080, "Wrong size on BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, K2Node_MakeStruct_S_GameActionTriggerZoneParameters) == 0x000038, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::K2Node_MakeStruct_S_GameActionTriggerZoneParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000070, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap, CallFunc_ShouldExecuteGameActionOnOverlap_Result) == 0x000079, "Member 'BP_GameActionTriggerZone_C_TryExecuteGameActionOnOverlap::CallFunc_ShouldExecuteGameActionOnOverlap_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_TryRegisterInteract \ +static_assert(alignof(BP_GameActionTriggerZone_C_TryRegisterInteract) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_TryRegisterInteract"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_TryRegisterInteract) == 0x000020, "Wrong size on BP_GameActionTriggerZone_C_TryRegisterInteract"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryRegisterInteract, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_TryRegisterInteract::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryRegisterInteract, CallFunc_ShouldExecuteGameActionOnInteract_Result) == 0x000008, "Member 'BP_GameActionTriggerZone_C_TryRegisterInteract::CallFunc_ShouldExecuteGameActionOnInteract_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryRegisterInteract, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000010, "Member 'BP_GameActionTriggerZone_C_TryRegisterInteract::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor \ +static_assert(alignof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor) == 0x000030, "Wrong size on BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionTriggerZone_C_TryUnbindGameActionExecutor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_UnbindAllTriggerComponents \ +static_assert(alignof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_UnbindAllTriggerComponents"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents) == 0x000040, "Wrong size on BP_GameActionTriggerZone_C_UnbindAllTriggerComponents"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UnbindAllTriggerComponents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_GameActionTriggerZone_C_UnbindAllTriggerComponents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision \ +static_assert(alignof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision) == 0x000038, "Wrong size on BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000010, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_ReadState_State) == 0x000028, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_GetCurrentConditionValue_CurrentValue) == 0x000031, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_GetCurrentConditionValue_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_GameActionTriggerZone_C_UpdateTriggerComponentsCollision::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_UserConstructionScript \ +static_assert(alignof(BP_GameActionTriggerZone_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_UserConstructionScript"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_UserConstructionScript) == 0x000020, "Wrong size on BP_GameActionTriggerZone_C_UserConstructionScript"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000000, "Member 'BP_GameActionTriggerZone_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation) == 0x000030, "Wrong size on BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionTriggerZone_C_GetInteractionLocation \ +static_assert(alignof(BP_GameActionTriggerZone_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_GameActionTriggerZone_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_GameActionTriggerZone_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_GameActionTriggerZone_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_GameActionTriggerZone_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionTriggerZone_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_GameActionTriggerZone_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameActionTriggerZone_C \ +static_assert(alignof(ABP_GameActionTriggerZone_C) == 0x000008, "Wrong alignment on ABP_GameActionTriggerZone_C"); \ +static_assert(sizeof(ABP_GameActionTriggerZone_C) == 0x000330, "Wrong size on ABP_GameActionTriggerZone_C"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, UberGraphFrame) == 0x000290, "Member 'ABP_GameActionTriggerZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, Billboard) == 0x000298, "Member 'ABP_GameActionTriggerZone_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, BP_ConditionCheckerComponent) == 0x0002A0, "Member 'ABP_GameActionTriggerZone_C::BP_ConditionCheckerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, InteractionLocation) == 0x0002A8, "Member 'ABP_GameActionTriggerZone_C::InteractionLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, BP_Interaction_SerializableComponent) == 0x0002B0, "Member 'ABP_GameActionTriggerZone_C::BP_Interaction_SerializableComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, TriggerBox) == 0x0002B8, "Member 'ABP_GameActionTriggerZone_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_GameActionTriggerZone_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, DestroyCategory) == 0x0002C8, "Member 'ABP_GameActionTriggerZone_C::DestroyCategory' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, ResetCategory) == 0x0002C9, "Member 'ABP_GameActionTriggerZone_C::ResetCategory' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, IsBehaviorDone) == 0x0002CA, "Member 'ABP_GameActionTriggerZone_C::IsBehaviorDone' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, TriggerComponents) == 0x0002D0, "Member 'ABP_GameActionTriggerZone_C::TriggerComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, GameActionOnOverlap) == 0x0002E0, "Member 'ABP_GameActionTriggerZone_C::GameActionOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, IsGameActionOnOverlapPlaying) == 0x0002F0, "Member 'ABP_GameActionTriggerZone_C::IsGameActionOnOverlapPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, GameActionOnInteract) == 0x0002F8, "Member 'ABP_GameActionTriggerZone_C::GameActionOnInteract' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, IsGameActionOnInteractPlaying) == 0x000308, "Member 'ABP_GameActionTriggerZone_C::IsGameActionOnInteractPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, InteractionPromptParams) == 0x000310, "Member 'ABP_GameActionTriggerZone_C::InteractionPromptParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameActionTriggerZone_C, AudioOnInteract) == 0x000328, "Member 'ABP_GameActionTriggerZone_C::AudioOnInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DialogCustomLocation_C \ +static_assert(alignof(ABP_DialogCustomLocation_C) == 0x000008, "Wrong alignment on ABP_DialogCustomLocation_C"); \ +static_assert(sizeof(ABP_DialogCustomLocation_C) == 0x0002C8, "Wrong size on ABP_DialogCustomLocation_C"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Text_NPCPosition) == 0x000290, "Member 'ABP_DialogCustomLocation_C::Text_NPCPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Text_PlayerPosition) == 0x000298, "Member 'ABP_DialogCustomLocation_C::Text_PlayerPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Arrow1) == 0x0002A0, "Member 'ABP_DialogCustomLocation_C::Arrow1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Capsule_Player) == 0x0002A8, "Member 'ABP_DialogCustomLocation_C::Capsule_Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Arrow) == 0x0002B0, "Member 'ABP_DialogCustomLocation_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, Capsule_NPC) == 0x0002B8, "Member 'ABP_DialogCustomLocation_C::Capsule_NPC' has a wrong offset!"); \ +static_assert(offsetof(ABP_DialogCustomLocation_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_DialogCustomLocation_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCharacterExplorationAudioProfile \ +static_assert(alignof(FFCharacterExplorationAudioProfile) == 0x000008, "Wrong alignment on FFCharacterExplorationAudioProfile"); \ +static_assert(sizeof(FFCharacterExplorationAudioProfile) == 0x000008, "Wrong size on FFCharacterExplorationAudioProfile"); \ +static_assert(offsetof(FFCharacterExplorationAudioProfile, Jump_2_5D84A2F74E2BC4BC246A17908658794B) == 0x000000, "Member 'FFCharacterExplorationAudioProfile::Jump_2_5D84A2F74E2BC4BC246A17908658794B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWBPI_WheelPage_C \ +static_assert(alignof(IWBPI_WheelPage_C) == 0x000001, "Wrong alignment on IWBPI_WheelPage_C"); \ +static_assert(sizeof(IWBPI_WheelPage_C) == 0x000001, "Wrong size on IWBPI_WheelPage_C"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues \ +static_assert(alignof(BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues) == 0x000008, "Wrong alignment on BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues"); \ +static_assert(sizeof(BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues) == 0x000038, "Wrong size on BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues, ControlledPawn) == 0x000000, "Member 'BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BTService_UpdateWaitingPointParameters_C_ResetBlackboardValues::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateWaitingPointParameters_C_ReceiveTickAI \ +static_assert(alignof(BTService_UpdateWaitingPointParameters_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_UpdateWaitingPointParameters_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_UpdateWaitingPointParameters_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_UpdateWaitingPointParameters_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_UpdateWaitingPointParameters_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateWaitingPointParameters_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_UpdateWaitingPointParameters_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters \ +static_assert(alignof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters) == 0x000008, "Wrong alignment on BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters"); \ +static_assert(sizeof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters) == 0x0000A0, "Wrong size on BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, EntryPoint) == 0x000000, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_Event_OwnerController) == 0x000008, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000020, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_DynamicCast_AsTarget_Point) == 0x000050, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_DynamicCast_AsTarget_Point' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000060, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000078, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_Vector_Distance_ReturnValue) == 0x000090, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x000098, "Member 'BTService_UpdateWaitingPointParameters_C_ExecuteUbergraph_BTService_UpdateWaitingPointParameters::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateWaitingPointParameters_C \ +static_assert(alignof(UBTService_UpdateWaitingPointParameters_C) == 0x000008, "Wrong alignment on UBTService_UpdateWaitingPointParameters_C"); \ +static_assert(sizeof(UBTService_UpdateWaitingPointParameters_C) == 0x000118, "Wrong size on UBTService_UpdateWaitingPointParameters_C"); \ +static_assert(offsetof(UBTService_UpdateWaitingPointParameters_C, UberGraphFrame) == 0x000098, "Member 'UBTService_UpdateWaitingPointParameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateWaitingPointParameters_C, KeySelectorWaitingPointLocation) == 0x0000A0, "Member 'UBTService_UpdateWaitingPointParameters_C::KeySelectorWaitingPointLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateWaitingPointParameters_C, KeySelectorWaitingPointDistance) == 0x0000C8, "Member 'UBTService_UpdateWaitingPointParameters_C::KeySelectorWaitingPointDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateWaitingPointParameters_C, KeySelectorWaitingPointRotation) == 0x0000F0, "Member 'UBTService_UpdateWaitingPointParameters_C::KeySelectorWaitingPointRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoutedEventInstance_C_BindSkill \ +static_assert(alignof(BP_RoutedEventInstance_C_BindSkill) == 0x000008, "Wrong alignment on BP_RoutedEventInstance_C_BindSkill"); \ +static_assert(sizeof(BP_RoutedEventInstance_C_BindSkill) == 0x000078, "Wrong size on BP_RoutedEventInstance_C_BindSkill"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, SkillHandle) == 0x000000, "Member 'BP_RoutedEventInstance_C_BindSkill::SkillHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, Event) == 0x000020, "Member 'BP_RoutedEventInstance_C_BindSkill::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, DebugName_0) == 0x000030, "Member 'BP_RoutedEventInstance_C_BindSkill::DebugName_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, EventHandle) == 0x000040, "Member 'BP_RoutedEventInstance_C_BindSkill::EventHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, CallFunc_IsEmpty_ReturnValue) == 0x000060, "Member 'BP_RoutedEventInstance_C_BindSkill::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoutedEventInstance_C_BindSkill, CallFunc_NewGuid_ReturnValue) == 0x000064, "Member 'BP_RoutedEventInstance_C_BindSkill::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RoutedEventInstance_C \ +static_assert(alignof(UBP_RoutedEventInstance_C) == 0x000008, "Wrong alignment on UBP_RoutedEventInstance_C"); \ +static_assert(sizeof(UBP_RoutedEventInstance_C) == 0x000068, "Wrong size on UBP_RoutedEventInstance_C"); \ +static_assert(offsetof(UBP_RoutedEventInstance_C, Handle) == 0x000028, "Member 'UBP_RoutedEventInstance_C::Handle' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoutedEventInstance_C, OnExecuteSkill) == 0x000048, "Member 'UBP_RoutedEventInstance_C::OnExecuteSkill' has a wrong offset!"); \ +static_assert(offsetof(UBP_RoutedEventInstance_C, DebugName) == 0x000058, "Member 'UBP_RoutedEventInstance_C::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCharacterStats \ +static_assert(alignof(FFCharacterStats) == 0x000008, "Wrong alignment on FFCharacterStats"); \ +static_assert(sizeof(FFCharacterStats) == 0x000030, "Wrong size on FFCharacterStats"); \ +static_assert(offsetof(FFCharacterStats, BurnPercentage_2_81C46C094AB7C304452A6EB37773772B) == 0x000000, "Member 'FFCharacterStats::BurnPercentage_2_81C46C094AB7C304452A6EB37773772B' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, RegularDamageReductionMultiplier_8_8348AF974D9921C9268E93BE0284158D) == 0x000008, "Member 'FFCharacterStats::RegularDamageReductionMultiplier_8_8348AF974D9921C9268E93BE0284158D' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, FreeAimDamageReductionMultiplier_9_248A0A824FA29346CE7A40A79099329B) == 0x000010, "Member 'FFCharacterStats::FreeAimDamageReductionMultiplier_9_248A0A824FA29346CE7A40A79099329B' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, DEPRECATED_ShieldAmountAtSpawn_16_7EBF40CB4BBE8A5FF6C53EAED2230FD1) == 0x000018, "Member 'FFCharacterStats::DEPRECATED_ShieldAmountAtSpawn_16_7EBF40CB4BBE8A5FF6C53EAED2230FD1' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, ShieldPointsAtSpawn_17_7C33A6DB40E55DF7A672D2BAA5CFCE14) == 0x00001C, "Member 'FFCharacterStats::ShieldPointsAtSpawn_17_7C33A6DB40E55DF7A672D2BAA5CFCE14' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, ReceivedSkillDamageMultiplier_21_13627A1741A465D26AE518BA8D3FA731) == 0x000020, "Member 'FFCharacterStats::ReceivedSkillDamageMultiplier_21_13627A1741A465D26AE518BA8D3FA731' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterStats, ReceivedFreeAimDamageMultiplier_23_FCCDD66342086D44FF9197AA36895E0E) == 0x000028, "Member 'FFCharacterStats::ReceivedFreeAimDamageMultiplier_23_FCCDD66342086D44FF9197AA36895E0E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_CheckEnter \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_CheckEnter) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_CheckEnter"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_CheckEnter) == 0x000040, "Wrong size on BPI_CustomMoveZone_Climbing_C_CheckEnter"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnter, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnter::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnter, Input_Direction) == 0x000018, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnter::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnter, Input_Scale) == 0x000030, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnter::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnter, Result) == 0x000038, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnter::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_CheckEnterToTop \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_CheckEnterToTop"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop) == 0x000040, "Wrong size on BPI_CustomMoveZone_Climbing_C_CheckEnterToTop"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnterToTop::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop, Input_Direction) == 0x000018, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnterToTop::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop, Input_Scale) == 0x000030, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnterToTop::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckEnterToTop, Result) == 0x000038, "Member 'BPI_CustomMoveZone_Climbing_C_CheckEnterToTop::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_CheckExitToBottom \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_CheckExitToBottom) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_CheckExitToBottom"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_CheckExitToBottom) == 0x000010, "Wrong size on BPI_CustomMoveZone_Climbing_C_CheckExitToBottom"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckExitToBottom, Input_Scale) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_CheckExitToBottom::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckExitToBottom, Result) == 0x000008, "Member 'BPI_CustomMoveZone_Climbing_C_CheckExitToBottom::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_CheckExitToTop \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_CheckExitToTop) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_CheckExitToTop"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_CheckExitToTop) == 0x000010, "Wrong size on BPI_CustomMoveZone_Climbing_C_CheckExitToTop"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckExitToTop, Input_Scale) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_CheckExitToTop::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckExitToTop, Result) == 0x000008, "Member 'BPI_CustomMoveZone_Climbing_C_CheckExitToTop::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold) == 0x000038, "Wrong size on BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold, Input_Direction) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold, Input_Scale) == 0x000018, "Member 'BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold, Result) == 0x000020, "Member 'BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold::Result' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold, Next_Hold) == 0x000028, "Member 'BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold::Next_Hold' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold, Is_Far_Hold) == 0x000030, "Member 'BPI_CustomMoveZone_Climbing_C_CheckMoveToNextHold::Is_Far_Hold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_GetHoldLocation \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_GetHoldLocation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_GetHoldLocation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_GetHoldLocation) == 0x000030, "Wrong size on BPI_CustomMoveZone_Climbing_C_GetHoldLocation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_GetHoldLocation, Hold_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_GetHoldLocation::Hold_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_GetHoldLocation, Character_Bottom_Location) == 0x000018, "Member 'BPI_CustomMoveZone_Climbing_C_GetHoldLocation::Character_Bottom_Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_GetHoldRotation \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_GetHoldRotation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_GetHoldRotation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_GetHoldRotation) == 0x000018, "Wrong size on BPI_CustomMoveZone_Climbing_C_GetHoldRotation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_GetHoldRotation, Hold_Rotation) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_GetHoldRotation::Hold_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin \ +static_assert(alignof(BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin"); \ +static_assert(sizeof(BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin) == 0x000030, "Wrong size on BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin, Top_Enter_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin::Top_Enter_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin, Top_Enter_Rotation) == 0x000018, "Member 'BPI_CustomMoveZone_Climbing_C_GetTopEnterLocatoin::Top_Enter_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_CustomMoveZone_Climbing_C \ +static_assert(alignof(IBPI_CustomMoveZone_Climbing_C) == 0x000001, "Wrong alignment on IBPI_CustomMoveZone_Climbing_C"); \ +static_assert(sizeof(IBPI_CustomMoveZone_Climbing_C) == 0x000001, "Wrong size on IBPI_CustomMoveZone_Climbing_C"); \ + +#define DUMPER7_ASSERTS_FS_LootContext \ +static_assert(alignof(FS_LootContext) == 0x000004, "Wrong alignment on FS_LootContext"); \ +static_assert(sizeof(FS_LootContext) == 0x000004, "Wrong size on FS_LootContext"); \ +static_assert(offsetof(FS_LootContext, EncounterLevel_3_FF609CBA4F19C630FF9FF0B543BB3BAB) == 0x000000, "Member 'FS_LootContext::EncounterLevel_3_FF609CBA4F19C630FF9FF0B543BB3BAB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_AreAllDependenciesSolved \ +static_assert(alignof(BP_DependencyRefCounter_C_AreAllDependenciesSolved) == 0x000004, "Wrong alignment on BP_DependencyRefCounter_C_AreAllDependenciesSolved"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_AreAllDependenciesSolved) == 0x00000C, "Wrong size on BP_DependencyRefCounter_C_AreAllDependenciesSolved"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_AreAllDependenciesSolved, AllSolved) == 0x000000, "Member 'BP_DependencyRefCounter_C_AreAllDependenciesSolved::AllSolved' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_AreAllDependenciesSolved, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_DependencyRefCounter_C_AreAllDependenciesSolved::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_AreAllDependenciesSolved, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_DependencyRefCounter_C_AreAllDependenciesSolved::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_CheckDependencies \ +static_assert(alignof(BP_DependencyRefCounter_C_CheckDependencies) == 0x000001, "Wrong alignment on BP_DependencyRefCounter_C_CheckDependencies"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_CheckDependencies) == 0x000001, "Wrong size on BP_DependencyRefCounter_C_CheckDependencies"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_CheckDependencies, CallFunc_HasNoPendingDependency_ReturnValue) == 0x000000, "Member 'BP_DependencyRefCounter_C_CheckDependencies::CallFunc_HasNoPendingDependency_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_GetDebugText \ +static_assert(alignof(BP_DependencyRefCounter_C_GetDebugText) == 0x000008, "Wrong alignment on BP_DependencyRefCounter_C_GetDebugText"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_GetDebugText) == 0x000268, "Wrong size on BP_DependencyRefCounter_C_GetDebugText"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Result) == 0x000000, "Member 'BP_DependencyRefCounter_C_GetDebugText::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_bool_Variable) == 0x000010, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_text_Variable) == 0x000018, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_text_Variable_1) == 0x000028, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_Select_Default) == 0x000048, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, Temp_text_Variable_2) == 0x0000A0, "Member 'BP_DependencyRefCounter_C_GetDebugText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue) == 0x0000B0, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Not_PreBool_ReturnValue) == 0x000150, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Array_Length_ReturnValue) == 0x000154, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000158, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Array_Get_Item) == 0x0001A8, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeArray_Array) == 0x0001B0, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_GetDisplayName_ReturnValue) == 0x0001C0, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x0001E0, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F0, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Array_Length_ReturnValue_1) == 0x000238, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, K2Node_MakeArray_Array_1) == 0x000240, "Member 'BP_DependencyRefCounter_C_GetDebugText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x000250, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_GetDebugText, CallFunc_Format_ReturnValue_1) == 0x000258, "Member 'BP_DependencyRefCounter_C_GetDebugText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_HasNoPendingDependency \ +static_assert(alignof(BP_DependencyRefCounter_C_HasNoPendingDependency) == 0x000004, "Wrong alignment on BP_DependencyRefCounter_C_HasNoPendingDependency"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_HasNoPendingDependency) == 0x00000C, "Wrong size on BP_DependencyRefCounter_C_HasNoPendingDependency"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasNoPendingDependency, ReturnValue) == 0x000000, "Member 'BP_DependencyRefCounter_C_HasNoPendingDependency::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasNoPendingDependency, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_DependencyRefCounter_C_HasNoPendingDependency::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasNoPendingDependency, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_DependencyRefCounter_C_HasNoPendingDependency::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasNoPendingDependency, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_DependencyRefCounter_C_HasNoPendingDependency::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasNoPendingDependency, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'BP_DependencyRefCounter_C_HasNoPendingDependency::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_HasObjectAsDependency \ +static_assert(alignof(BP_DependencyRefCounter_C_HasObjectAsDependency) == 0x000008, "Wrong alignment on BP_DependencyRefCounter_C_HasObjectAsDependency"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_HasObjectAsDependency) == 0x000010, "Wrong size on BP_DependencyRefCounter_C_HasObjectAsDependency"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasObjectAsDependency, Object) == 0x000000, "Member 'BP_DependencyRefCounter_C_HasObjectAsDependency::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasObjectAsDependency, ReturnValue) == 0x000008, "Member 'BP_DependencyRefCounter_C_HasObjectAsDependency::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_HasObjectAsDependency, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'BP_DependencyRefCounter_C_HasObjectAsDependency::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_Register_Dependency \ +static_assert(alignof(BP_DependencyRefCounter_C_Register_Dependency) == 0x000008, "Wrong alignment on BP_DependencyRefCounter_C_Register_Dependency"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_Register_Dependency) == 0x000098, "Wrong size on BP_DependencyRefCounter_C_Register_Dependency"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, Dependency) == 0x000000, "Member 'BP_DependencyRefCounter_C_Register_Dependency::Dependency' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_DependencyRefCounter_C_Register_Dependency::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_DependencyRefCounter_C_Register_Dependency::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_Array_Contains_ReturnValue) == 0x000090, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_Register_Dependency, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'BP_DependencyRefCounter_C_Register_Dependency::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DependencyRefCounter_C_SolveDependency \ +static_assert(alignof(BP_DependencyRefCounter_C_SolveDependency) == 0x000008, "Wrong alignment on BP_DependencyRefCounter_C_SolveDependency"); \ +static_assert(sizeof(BP_DependencyRefCounter_C_SolveDependency) == 0x000090, "Wrong size on BP_DependencyRefCounter_C_SolveDependency"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, Dependency) == 0x000000, "Member 'BP_DependencyRefCounter_C_SolveDependency::Dependency' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_DependencyRefCounter_C_SolveDependency::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, CallFunc_HasObjectAsDependency_ReturnValue) == 0x000018, "Member 'BP_DependencyRefCounter_C_SolveDependency::CallFunc_HasObjectAsDependency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_DependencyRefCounter_C_SolveDependency::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_DependencyRefCounter_C_SolveDependency::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_DependencyRefCounter_C_SolveDependency::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_DependencyRefCounter_C_SolveDependency::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DependencyRefCounter_C_SolveDependency, CallFunc_Array_RemoveItem_ReturnValue) == 0x00008C, "Member 'BP_DependencyRefCounter_C_SolveDependency::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DependencyRefCounter_C \ +static_assert(alignof(UBP_DependencyRefCounter_C) == 0x000008, "Wrong alignment on UBP_DependencyRefCounter_C"); \ +static_assert(sizeof(UBP_DependencyRefCounter_C) == 0x000060, "Wrong size on UBP_DependencyRefCounter_C"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, OnAllDependenciesSolved) == 0x000028, "Member 'UBP_DependencyRefCounter_C::OnAllDependenciesSolved' has a wrong offset!"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, Dependencies) == 0x000038, "Member 'UBP_DependencyRefCounter_C::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, SolvedDependencies) == 0x000048, "Member 'UBP_DependencyRefCounter_C::SolvedDependencies' has a wrong offset!"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, IsListening) == 0x000058, "Member 'UBP_DependencyRefCounter_C::IsListening' has a wrong offset!"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, HasDependency) == 0x000059, "Member 'UBP_DependencyRefCounter_C::HasDependency' has a wrong offset!"); \ +static_assert(offsetof(UBP_DependencyRefCounter_C, HasTriggered) == 0x00005A, "Member 'UBP_DependencyRefCounter_C::HasTriggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Generic_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_Generic_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_Generic_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_Generic_C_SetBoughtItemData) == 0x0001E0, "Wrong size on WBP_Loot_Generic_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_bool_Variable) == 0x00013C, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable) == 0x00013D, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, CallFunc_TextIsEmpty_ReturnValue) == 0x00013E, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable_1) == 0x00013F, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_bool_Variable_1) == 0x000140, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_Select_Default) == 0x000141, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_MakeStruct_SlateChildSize) == 0x000144, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable_2) == 0x00014C, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable_3) == 0x00014D, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_Select_Default_1) == 0x00014E, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00014F, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000150, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable_4) == 0x000158, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_MakeArray_Array) == 0x0001A8, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_byte_Variable_5) == 0x0001B8, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, Temp_bool_Variable_2) == 0x0001D0, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, K2Node_Select_Default_2) == 0x0001D1, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetBoughtItemData, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x0001D8, "Member 'WBP_Loot_Generic_C_SetBoughtItemData::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Generic_C_SetItemData \ +static_assert(alignof(WBP_Loot_Generic_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Generic_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Generic_C_SetItemData) == 0x0000C0, "Wrong size on WBP_Loot_Generic_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Generic_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Generic_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_bool_Variable) == 0x00000C, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Item) == 0x000010, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable) == 0x000019, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_GetItemQuantity_Quantity) == 0x00001C, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_GetItemQuantity_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_TextIsEmpty_ReturnValue) == 0x000088, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable_1) == 0x0000A0, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_bool_Variable_1) == 0x0000A1, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_Select_Default) == 0x0000A2, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable_2) == 0x0000A3, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_MakeStruct_SlateChildSize) == 0x0000A4, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable_3) == 0x0000AC, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable_4) == 0x0000AD, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_Select_Default_1) == 0x0000AE, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_byte_Variable_5) == 0x0000AF, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, Temp_bool_Variable_2) == 0x0000B0, "Member 'WBP_Loot_Generic_C_SetItemData::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, K2Node_Select_Default_2) == 0x0000B1, "Member 'WBP_Loot_Generic_C_SetItemData::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Generic_C_SetItemData, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x0000B8, "Member 'WBP_Loot_Generic_C_SetItemData::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Generic_C \ +static_assert(alignof(UWBP_Loot_Generic_C) == 0x000008, "Wrong alignment on UWBP_Loot_Generic_C"); \ +static_assert(sizeof(UWBP_Loot_Generic_C) == 0x000480, "Wrong size on UWBP_Loot_Generic_C"); \ +static_assert(offsetof(UWBP_Loot_Generic_C, Background) == 0x000458, "Member 'UWBP_Loot_Generic_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Generic_C, ItemDescription) == 0x000460, "Member 'UWBP_Loot_Generic_C::ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Generic_C, ItemIcon) == 0x000468, "Member 'UWBP_Loot_Generic_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Generic_C, ItemName) == 0x000470, "Member 'UWBP_Loot_Generic_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Generic_C, QuantityText) == 0x000478, "Member 'UWBP_Loot_Generic_C::QuantityText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_SplineTCoeff \ +static_assert(alignof(BPL_ProceduralMesh_C_SplineTCoeff) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_SplineTCoeff"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_SplineTCoeff) == 0x0000B0, "Wrong size on BPL_ProceduralMesh_C_SplineTCoeff"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, T1) == 0x000000, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::T1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, __WorldContext) == 0x000008, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, WP1) == 0x000010, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::WP1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, WT1) == 0x000018, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::WT1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, WP2) == 0x000020, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::WP2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, WT2) == 0x000028, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::WT2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, T3) == 0x000030, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::T3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, T2) == 0x000038, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::T2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000050, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000058, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000060, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000068, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000070, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000078, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000080, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000090, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineTCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_SplineTCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_SplineT \ +static_assert(alignof(BPL_ProceduralMesh_C_SplineT) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_SplineT"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_SplineT) == 0x000150, "Wrong size on BPL_ProceduralMesh_C_SplineT"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, A) == 0x000000, "Member 'BPL_ProceduralMesh_C_SplineT::A' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, AT) == 0x000018, "Member 'BPL_ProceduralMesh_C_SplineT::AT' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, B) == 0x000030, "Member 'BPL_ProceduralMesh_C_SplineT::B' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, BT) == 0x000048, "Member 'BPL_ProceduralMesh_C_SplineT::BT' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, T) == 0x000060, "Member 'BPL_ProceduralMesh_C_SplineT::T' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, __WorldContext) == 0x000068, "Member 'BPL_ProceduralMesh_C_SplineT::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, R) == 0x000070, "Member 'BPL_ProceduralMesh_C_SplineT::R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_SplineTCoeff_WP1) == 0x000088, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_SplineTCoeff_WP1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_SplineTCoeff_WT1) == 0x000090, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_SplineTCoeff_WT1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_SplineTCoeff_WP2) == 0x000098, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_SplineTCoeff_WP2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_SplineTCoeff_WT2) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_SplineTCoeff_WT2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000F0, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Add_VectorVector_ReturnValue) == 0x000108, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000120, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineT, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000138, "Member 'BPL_ProceduralMesh_C_SplineT::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_SplineCoeff \ +static_assert(alignof(BPL_ProceduralMesh_C_SplineCoeff) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_SplineCoeff"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_SplineCoeff) == 0x0000A8, "Wrong size on BPL_ProceduralMesh_C_SplineCoeff"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, T) == 0x000000, "Member 'BPL_ProceduralMesh_C_SplineCoeff::T' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, __WorldContext) == 0x000008, "Member 'BPL_ProceduralMesh_C_SplineCoeff::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, WP1) == 0x000010, "Member 'BPL_ProceduralMesh_C_SplineCoeff::WP1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, WT1) == 0x000018, "Member 'BPL_ProceduralMesh_C_SplineCoeff::WT1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, WP2) == 0x000020, "Member 'BPL_ProceduralMesh_C_SplineCoeff::WP2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, WT2) == 0x000028, "Member 'BPL_ProceduralMesh_C_SplineCoeff::WT2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, T3) == 0x000030, "Member 'BPL_ProceduralMesh_C_SplineCoeff::T3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, T2) == 0x000038, "Member 'BPL_ProceduralMesh_C_SplineCoeff::T2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000050, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000058, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000068, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000070, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000080, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000090, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000098, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_SplineCoeff, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_SplineCoeff::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_Spline \ +static_assert(alignof(BPL_ProceduralMesh_C_Spline) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_Spline"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_Spline) == 0x000150, "Wrong size on BPL_ProceduralMesh_C_Spline"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, A) == 0x000000, "Member 'BPL_ProceduralMesh_C_Spline::A' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, AT) == 0x000018, "Member 'BPL_ProceduralMesh_C_Spline::AT' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, B) == 0x000030, "Member 'BPL_ProceduralMesh_C_Spline::B' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, BT) == 0x000048, "Member 'BPL_ProceduralMesh_C_Spline::BT' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, T) == 0x000060, "Member 'BPL_ProceduralMesh_C_Spline::T' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, __WorldContext) == 0x000068, "Member 'BPL_ProceduralMesh_C_Spline::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, R) == 0x000070, "Member 'BPL_ProceduralMesh_C_Spline::R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_SplineCoeff_WP1) == 0x000088, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_SplineCoeff_WP1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_SplineCoeff_WT1) == 0x000090, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_SplineCoeff_WT1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_SplineCoeff_WP2) == 0x000098, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_SplineCoeff_WP2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_SplineCoeff_WT2) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_SplineCoeff_WT2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000F0, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Add_VectorVector_ReturnValue) == 0x000108, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000120, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Spline, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000138, "Member 'BPL_ProceduralMesh_C_Spline::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_QuadIndices \ +static_assert(alignof(BPL_ProceduralMesh_C_QuadIndices) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_QuadIndices"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_QuadIndices) == 0x000068, "Wrong size on BPL_ProceduralMesh_C_QuadIndices"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, I0) == 0x000000, "Member 'BPL_ProceduralMesh_C_QuadIndices::I0' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, I1) == 0x000004, "Member 'BPL_ProceduralMesh_C_QuadIndices::I1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, I2) == 0x000008, "Member 'BPL_ProceduralMesh_C_QuadIndices::I2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, I3) == 0x00000C, "Member 'BPL_ProceduralMesh_C_QuadIndices::I3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, Swap) == 0x000010, "Member 'BPL_ProceduralMesh_C_QuadIndices::Swap' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, __WorldContext) == 0x000018, "Member 'BPL_ProceduralMesh_C_QuadIndices::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, Array) == 0x000020, "Member 'BPL_ProceduralMesh_C_QuadIndices::Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, Temp_bool_Variable) == 0x000030, "Member 'BPL_ProceduralMesh_C_QuadIndices::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, K2Node_MakeArray_Array) == 0x000038, "Member 'BPL_ProceduralMesh_C_QuadIndices::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, K2Node_MakeArray_Array_1) == 0x000048, "Member 'BPL_ProceduralMesh_C_QuadIndices::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_QuadIndices, K2Node_Select_Default) == 0x000058, "Member 'BPL_ProceduralMesh_C_QuadIndices::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_PackIntToColor \ +static_assert(alignof(BPL_ProceduralMesh_C_PackIntToColor) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_PackIntToColor"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_PackIntToColor) == 0x000098, "Wrong size on BPL_ProceduralMesh_C_PackIntToColor"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, Value) == 0x000000, "Member 'BPL_ProceduralMesh_C_PackIntToColor::Value' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, __WorldContext) == 0x000008, "Member 'BPL_ProceduralMesh_C_PackIntToColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, R) == 0x000010, "Member 'BPL_ProceduralMesh_C_PackIntToColor::R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, G) == 0x000018, "Member 'BPL_ProceduralMesh_C_PackIntToColor::G' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, B) == 0x000020, "Member 'BPL_ProceduralMesh_C_PackIntToColor::B' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, A) == 0x000028, "Member 'BPL_ProceduralMesh_C_PackIntToColor::A' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Percent_IntInt_ReturnValue) == 0x000030, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_IntInt_ReturnValue) == 0x000034, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000038, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000040, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_IntInt_ReturnValue_2) == 0x000050, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000054, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Percent_IntInt_ReturnValue_2) == 0x000058, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000060, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000068, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000078, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Percent_IntInt_ReturnValue_3) == 0x000080, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Percent_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000088, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_PackIntToColor, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000090, "Member 'BPL_ProceduralMesh_C_PackIntToColor::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_Pack4Ints \ +static_assert(alignof(BPL_ProceduralMesh_C_Pack4Ints) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_Pack4Ints"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_Pack4Ints) == 0x000048, "Wrong size on BPL_ProceduralMesh_C_Pack4Ints"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, Value1) == 0x000000, "Member 'BPL_ProceduralMesh_C_Pack4Ints::Value1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, Value2) == 0x000004, "Member 'BPL_ProceduralMesh_C_Pack4Ints::Value2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, Value3) == 0x000008, "Member 'BPL_ProceduralMesh_C_Pack4Ints::Value3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, Value4) == 0x00000C, "Member 'BPL_ProceduralMesh_C_Pack4Ints::Value4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, __WorldContext) == 0x000010, "Member 'BPL_ProceduralMesh_C_Pack4Ints::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, Bits) == 0x000018, "Member 'BPL_ProceduralMesh_C_Pack4Ints::Bits' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Clamp_ReturnValue) == 0x00001C, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Clamp_ReturnValue_1) == 0x000020, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Clamp_ReturnValue_2) == 0x000024, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Multiply_IntInt_ReturnValue) == 0x000028, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x00002C, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Clamp_ReturnValue_3) == 0x000030, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Clamp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Or_IntInt_ReturnValue) == 0x000034, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Or_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x000038, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Or_IntInt_ReturnValue_1) == 0x00003C, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Or_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack4Ints, CallFunc_Or_IntInt_ReturnValue_2) == 0x000040, "Member 'BPL_ProceduralMesh_C_Pack4Ints::CallFunc_Or_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_Pack3Ints \ +static_assert(alignof(BPL_ProceduralMesh_C_Pack3Ints) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_Pack3Ints"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_Pack3Ints) == 0x000038, "Wrong size on BPL_ProceduralMesh_C_Pack3Ints"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, Value1) == 0x000000, "Member 'BPL_ProceduralMesh_C_Pack3Ints::Value1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, Value2) == 0x000004, "Member 'BPL_ProceduralMesh_C_Pack3Ints::Value2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, Value3) == 0x000008, "Member 'BPL_ProceduralMesh_C_Pack3Ints::Value3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, __WorldContext) == 0x000010, "Member 'BPL_ProceduralMesh_C_Pack3Ints::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, Bits) == 0x000018, "Member 'BPL_ProceduralMesh_C_Pack3Ints::Bits' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Clamp_ReturnValue) == 0x00001C, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Clamp_ReturnValue_1) == 0x000020, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Clamp_ReturnValue_2) == 0x000024, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Multiply_IntInt_ReturnValue) == 0x000028, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x00002C, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Or_IntInt_ReturnValue) == 0x000030, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Or_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Pack3Ints, CallFunc_Or_IntInt_ReturnValue_1) == 0x000034, "Member 'BPL_ProceduralMesh_C_Pack3Ints::CallFunc_Or_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModUVMapPlane \ +static_assert(alignof(BPL_ProceduralMesh_C_ModUVMapPlane) == 0x000010, "Wrong alignment on BPL_ProceduralMesh_C_ModUVMapPlane"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModUVMapPlane) == 0x000210, "Wrong size on BPL_ProceduralMesh_C_ModUVMapPlane"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, Transform) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::Transform' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, __WorldContext) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, OutMesh) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, TexCoords) == 0x000128, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::TexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, Temp_int_Array_Index_Variable) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_Array_Get_Item) == 0x000140, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_TransformLocation_ReturnValue) == 0x000160, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_BreakVector_X) == 0x000180, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_BreakVector_Y) == 0x000188, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_BreakVector_Z) == 0x000190, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_MakeVector2D_ReturnValue) == 0x000198, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, CallFunc_Add_IntInt_ReturnValue) == 0x0001A8, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModUVMapPlane, K2Node_SetFieldsInStruct_StructOut) == 0x0001B0, "Member 'BPL_ProceduralMesh_C_ModUVMapPlane::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModTransformUV \ +static_assert(alignof(BPL_ProceduralMesh_C_ModTransformUV) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_ModTransformUV"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModTransformUV) == 0x0001B0, "Wrong size on BPL_ProceduralMesh_C_ModTransformUV"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModTransformUV::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, Scale) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModTransformUV::Scale' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, Move) == 0x000070, "Member 'BPL_ProceduralMesh_C_ModTransformUV::Move' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, __WorldContext) == 0x000080, "Member 'BPL_ProceduralMesh_C_ModTransformUV::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, OutMesh) == 0x000088, "Member 'BPL_ProceduralMesh_C_ModTransformUV::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, LocalUV) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_ModTransformUV::LocalUV' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, LocalVertices) == 0x0000F8, "Member 'BPL_ProceduralMesh_C_ModTransformUV::LocalVertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, Temp_int_Array_Index_Variable) == 0x000108, "Member 'BPL_ProceduralMesh_C_ModTransformUV::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Array_Get_Item) == 0x000110, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'BPL_ProceduralMesh_C_ModTransformUV::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000128, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Add_IntInt_ReturnValue) == 0x00013C, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, K2Node_MakeStruct_BS_MeshDefinition) == 0x000140, "Member 'BPL_ProceduralMesh_C_ModTransformUV::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransformUV, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0001A0, "Member 'BPL_ProceduralMesh_C_ModTransformUV::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModTransform \ +static_assert(alignof(BPL_ProceduralMesh_C_ModTransform) == 0x000010, "Wrong alignment on BPL_ProceduralMesh_C_ModTransform"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModTransform) == 0x000250, "Wrong size on BPL_ProceduralMesh_C_ModTransform"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModTransform::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, Transform) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, __WorldContext) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_ModTransform::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, OutMesh) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_ModTransform::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, LocaNormals) == 0x000128, "Member 'BPL_ProceduralMesh_C_ModTransform::LocaNormals' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, LocalVertices) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModTransform::LocalVertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, Temp_int_Array_Index_Variable) == 0x000148, "Member 'BPL_ProceduralMesh_C_ModTransform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Get_Item) == 0x000150, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_TransformDirection_ReturnValue) == 0x000170, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Length_ReturnValue_1) == 0x000188, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Length_ReturnValue_2) == 0x00018C, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Length_ReturnValue_3) == 0x000190, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, Temp_int_Loop_Counter_Variable) == 0x000194, "Member 'BPL_ProceduralMesh_C_ModTransform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Add_IntInt_ReturnValue) == 0x00019C, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, Temp_int_Array_Index_Variable_1) == 0x0001A0, "Member 'BPL_ProceduralMesh_C_ModTransform::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_TransformLocation_ReturnValue) == 0x0001C0, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, Temp_int_Loop_Counter_Variable_1) == 0x0001D8, "Member 'BPL_ProceduralMesh_C_ModTransform::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001DC, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001E0, "Member 'BPL_ProceduralMesh_C_ModTransform::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModTransform, K2Node_MakeStruct_BS_MeshDefinition) == 0x0001E8, "Member 'BPL_ProceduralMesh_C_ModTransform::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModQuad \ +static_assert(alignof(BPL_ProceduralMesh_C_ModQuad) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_ModQuad"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModQuad) == 0x000258, "Wrong size on BPL_ProceduralMesh_C_ModQuad"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModQuad::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, P1) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModQuad::P1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, P2) == 0x000078, "Member 'BPL_ProceduralMesh_C_ModQuad::P2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, P3) == 0x000090, "Member 'BPL_ProceduralMesh_C_ModQuad::P3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, P4) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_ModQuad::P4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, __WorldContext) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_ModQuad::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, OutMesh) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_ModQuad::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, LocaNormals) == 0x000128, "Member 'BPL_ProceduralMesh_C_ModQuad::LocaNormals' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, LocalVertices) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModQuad::LocalVertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, Temp_int_Array_Index_Variable) == 0x000148, "Member 'BPL_ProceduralMesh_C_ModQuad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Array_Length_ReturnValue) == 0x00014C, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Array_Get_Item) == 0x000150, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_BreakVector2D_X) == 0x000160, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_BreakVector2D_Y) == 0x000168, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Array_Length_ReturnValue_1) == 0x000170, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000178, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, Temp_int_Loop_Counter_Variable) == 0x000180, "Member 'BPL_ProceduralMesh_C_ModQuad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000188, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000190, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_Add_IntInt_ReturnValue) == 0x00019C, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_ReturnValue) == 0x0001A0, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_ReturnValue_1) == 0x0001B8, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, K2Node_MakeStruct_BS_MeshDefinition) == 0x0001D0, "Member 'BPL_ProceduralMesh_C_ModQuad::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_ReturnValue_2) == 0x000230, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000248, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_Alpha_ImplicitCast_1) == 0x00024C, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModQuad, CallFunc_VLerp_Alpha_ImplicitCast_2) == 0x000250, "Member 'BPL_ProceduralMesh_C_ModQuad::CallFunc_VLerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModExtrudeLine \ +static_assert(alignof(BPL_ProceduralMesh_C_ModExtrudeLine) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_ModExtrudeLine"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModExtrudeLine) == 0x000398, "Wrong size on BPL_ProceduralMesh_C_ModExtrudeLine"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Width) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Width' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, GenerateUV) == 0x000068, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::GenerateUV' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Divisons) == 0x00006C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Divisons' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, __WorldContext) == 0x000070, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, OutMesh) == 0x000078, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, ID) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::ID' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, NewNormals) == 0x000140, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::NewNormals' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, NewColors) == 0x000150, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::NewColors' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, NewTexCoords) == 0x000160, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::NewTexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Triangles) == 0x000170, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, NewVertices) == 0x000180, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::NewVertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Array_Index_Variable) == 0x000190, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue) == 0x000194, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Get_Item) == 0x000198, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue_1) == 0x0001A8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue_2) == 0x0001AC, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue_3) == 0x0001B0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue_4) == 0x0001B4, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001B8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Length_ReturnValue_5) == 0x0001BC, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_LastIndex_ReturnValue) == 0x0001C0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Array_Index_Variable_1) == 0x0001C4, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001C8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001D0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001D8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_MakeVector2D_ReturnValue) == 0x0001E0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_MakeVector2D_ReturnValue_1) == 0x0001F0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Loop_Counter_Variable) == 0x000200, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Less_IntInt_ReturnValue) == 0x000204, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue) == 0x000208, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Array_Index_Variable_2) == 0x00020C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Variable) == 0x000210, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Get_Item_1) == 0x000218, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Multiply_IntInt_ReturnValue) == 0x000228, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_BreakVector2D_X) == 0x000230, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_BreakVector2D_Y) == 0x000238, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_1) == 0x000240, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_MakeVector2D_ReturnValue_2) == 0x000248, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_2) == 0x000258, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_3) == 0x00025C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_QuadIndices_Array) == 0x000260, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_QuadIndices_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000270, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_4) == 0x000274, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Loop_Counter_Variable_1) == 0x000278, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Loop_Counter_Variable_2) == 0x00027C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Less_IntInt_ReturnValue_1) == 0x000280, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Less_IntInt_ReturnValue_2) == 0x000281, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_5) == 0x000284, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_6) == 0x000288, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Loop_Counter_Variable_3) == 0x00028C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Loop_Counter_Variable_4) == 0x000290, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Less_IntInt_ReturnValue_3) == 0x000294, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_7) == 0x000298, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Less_IntInt_ReturnValue_4) == 0x00029C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Add_IntInt_ReturnValue_8) == 0x0002A0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Array_Index_Variable_3) == 0x0002A4, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Get_Item_2) == 0x0002A8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_BreakVector_X) == 0x0002C0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_BreakVector_Y) == 0x0002C8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_BreakVector_Z) == 0x0002D0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_MakeVector_ReturnValue) == 0x0002D8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, Temp_int_Array_Index_Variable_4) == 0x0002F0, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue) == 0x0002F4, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Get_Item_3) == 0x0002F8, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_1) == 0x000310, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_2) == 0x000314, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_3) == 0x000318, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_4) == 0x00031C, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_5) == 0x000320, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_6) == 0x000324, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_7) == 0x000328, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, K2Node_MakeStruct_BS_MeshDefinition) == 0x000330, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_8) == 0x000390, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModExtrudeLine, CallFunc_Array_Add_ReturnValue_9) == 0x000394, "Member 'BPL_ProceduralMesh_C_ModExtrudeLine::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModColor \ +static_assert(alignof(BPL_ProceduralMesh_C_ModColor) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_ModColor"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModColor) == 0x000160, "Wrong size on BPL_ProceduralMesh_C_ModColor"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, InMesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModColor::InMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, NewColor) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModColor::NewColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, __WorldContext) == 0x000070, "Member 'BPL_ProceduralMesh_C_ModColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, OutMesh) == 0x000078, "Member 'BPL_ProceduralMesh_C_ModColor::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, LocalColors) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_ModColor::LocalColors' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, Temp_int_Array_Index_Variable) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_ModColor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BPL_ProceduralMesh_C_ModColor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, Temp_int_Loop_Counter_Variable) == 0x0000F0, "Member 'BPL_ProceduralMesh_C_ModColor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'BPL_ProceduralMesh_C_ModColor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, CallFunc_Add_IntInt_ReturnValue) == 0x0000F8, "Member 'BPL_ProceduralMesh_C_ModColor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModColor, K2Node_MakeStruct_BS_MeshDefinition) == 0x000100, "Member 'BPL_ProceduralMesh_C_ModColor::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_ModAppend \ +static_assert(alignof(BPL_ProceduralMesh_C_ModAppend) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_ModAppend"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_ModAppend) == 0x000150, "Wrong size on BPL_ProceduralMesh_C_ModAppend"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, InMeshA) == 0x000000, "Member 'BPL_ProceduralMesh_C_ModAppend::InMeshA' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, InMeshB) == 0x000060, "Member 'BPL_ProceduralMesh_C_ModAppend::InMeshB' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, __WorldContext) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_ModAppend::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, OutMesh) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_ModAppend::OutMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, Offset) == 0x000128, "Member 'BPL_ProceduralMesh_C_ModAppend::Offset' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Array_Length_ReturnValue) == 0x00012C, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, Temp_int_Array_Index_Variable) == 0x000134, "Member 'BPL_ProceduralMesh_C_ModAppend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, Temp_int_Loop_Counter_Variable) == 0x000138, "Member 'BPL_ProceduralMesh_C_ModAppend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Array_Get_Item) == 0x00013C, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Add_IntInt_ReturnValue) == 0x000144, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Add_IntInt_ReturnValue_1) == 0x000148, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_ModAppend, CallFunc_Array_Add_ReturnValue) == 0x00014C, "Member 'BPL_ProceduralMesh_C_ModAppend::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_LogStats \ +static_assert(alignof(BPL_ProceduralMesh_C_LogStats) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_LogStats"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_LogStats) == 0x0002D0, "Wrong size on BPL_ProceduralMesh_C_LogStats"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Mesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_LogStats::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, PrintTriangles) == 0x000060, "Member 'BPL_ProceduralMesh_C_LogStats::PrintTriangles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, PrintLocations) == 0x000061, "Member 'BPL_ProceduralMesh_C_LogStats::PrintLocations' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, PrintColors) == 0x000062, "Member 'BPL_ProceduralMesh_C_LogStats::PrintColors' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, __WorldContext) == 0x000068, "Member 'BPL_ProceduralMesh_C_LogStats::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, TriLength) == 0x000070, "Member 'BPL_ProceduralMesh_C_LogStats::TriLength' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Temp_int_Array_Index_Variable) == 0x000074, "Member 'BPL_ProceduralMesh_C_LogStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue) == 0x000078, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Get_Item) == 0x000088, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_ColorToString_ReturnValue) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_ColorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Length_ReturnValue_2) == 0x0000D4, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Length_ReturnValue_3) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000E0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BPL_ProceduralMesh_C_LogStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Temp_int_Array_Index_Variable_1) == 0x00010C, "Member 'BPL_ProceduralMesh_C_LogStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000128, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_VectorToString_ReturnValue) == 0x000138, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000148, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000158, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Temp_int_Variable) == 0x000168, "Member 'BPL_ProceduralMesh_C_LogStats::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Multiply_IntInt_ReturnValue) == 0x00016C, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000170, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Add_IntInt_ReturnValue_2) == 0x000174, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_3) == 0x000178, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_4) == 0x000188, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Add_IntInt_ReturnValue_3) == 0x000198, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_5) == 0x0001A0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001B0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001C0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Divide_IntInt_ReturnValue) == 0x0001D0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001D8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001E8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001F0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000200, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000208, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000218, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Greater_IntInt_ReturnValue) == 0x000228, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00022C, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Array_Get_Item_2) == 0x000230, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_6) == 0x000238, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_7) == 0x000248, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000258, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000268, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Conv_IntToString_ReturnValue_8) == 0x000270, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Conv_IntToString_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000280, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000290, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0002A0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Concat_StrStr_ReturnValue_15) == 0x0002B0, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, Temp_int_Loop_Counter_Variable_1) == 0x0002C0, "Member 'BPL_ProceduralMesh_C_LogStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002C4, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_LogStats, CallFunc_Add_IntInt_ReturnValue_4) == 0x0002C8, "Member 'BPL_ProceduralMesh_C_LogStats::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_Lerp \ +static_assert(alignof(BPL_ProceduralMesh_C_Lerp) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_Lerp"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_Lerp) == 0x000070, "Wrong size on BPL_ProceduralMesh_C_Lerp"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, A) == 0x000000, "Member 'BPL_ProceduralMesh_C_Lerp::A' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, B) == 0x000010, "Member 'BPL_ProceduralMesh_C_Lerp::B' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, T) == 0x000020, "Member 'BPL_ProceduralMesh_C_Lerp::T' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, __WorldContext) == 0x000028, "Member 'BPL_ProceduralMesh_C_Lerp::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, R) == 0x000030, "Member 'BPL_ProceduralMesh_C_Lerp::R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000040, "Member 'BPL_ProceduralMesh_C_Lerp::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000050, "Member 'BPL_ProceduralMesh_C_Lerp::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_Lerp, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000060, "Member 'BPL_ProceduralMesh_C_Lerp::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_DrawDebugMesh \ +static_assert(alignof(BPL_ProceduralMesh_C_DrawDebugMesh) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_DrawDebugMesh"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_DrawDebugMesh) == 0x000098, "Wrong size on BPL_ProceduralMesh_C_DrawDebugMesh"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, Mesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, __WorldContext) == 0x000060, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Array_Get_Item) == 0x000070, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Percent_IntInt_ReturnValue) == 0x000074, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000078, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Subtract_IntInt_ReturnValue) == 0x00007C, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, Temp_bool_Variable) == 0x000088, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Less_IntInt_ReturnValue) == 0x000089, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, K2Node_Select_Default) == 0x00008C, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_DrawDebugMesh, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BPL_ProceduralMesh_C_DrawDebugMesh::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_CreateMeshSection \ +static_assert(alignof(BPL_ProceduralMesh_C_CreateMeshSection) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_CreateMeshSection"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_CreateMeshSection) == 0x0000A8, "Wrong size on BPL_ProceduralMesh_C_CreateMeshSection"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, Target) == 0x000000, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::Target' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, MeshDefinition) == 0x000008, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, SectionIndex) == 0x000068, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, bCreateCollision) == 0x00006C, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, __WorldContext) == 0x000070, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, Temp_struct_Variable) == 0x000078, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, Temp_struct_Variable_1) == 0x000088, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_CreateMeshSection, Temp_struct_Variable_2) == 0x000098, "Member 'BPL_ProceduralMesh_C_CreateMeshSection::Temp_struct_Variable_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildSplit \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildSplit) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildSplit"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildSplit) == 0x0001F0, "Wrong size on BPL_ProceduralMesh_C_BuildSplit"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Mesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildSplit::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, LastIndex) == 0x000060, "Member 'BPL_ProceduralMesh_C_BuildSplit::LastIndex' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, __WorldContext) == 0x000068, "Member 'BPL_ProceduralMesh_C_BuildSplit::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, MeshOut) == 0x000070, "Member 'BPL_ProceduralMesh_C_BuildSplit::MeshOut' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, TexCoords) == 0x0000D0, "Member 'BPL_ProceduralMesh_C_BuildSplit::TexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Colors) == 0x0000E0, "Member 'BPL_ProceduralMesh_C_BuildSplit::Colors' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Vertices) == 0x0000F0, "Member 'BPL_ProceduralMesh_C_BuildSplit::Vertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Length_ReturnValue_2) == 0x000114, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Array_Index_Variable) == 0x000118, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Array_Index_Variable_1) == 0x00011C, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Get_Item) == 0x000120, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Greater_IntInt_ReturnValue) == 0x000140, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000141, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Loop_Counter_Variable_1) == 0x000144, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Less_IntInt_ReturnValue_1) == 0x000148, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Add_IntInt_ReturnValue_1) == 0x00014C, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Array_Index_Variable_2) == 0x000150, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Get_Item_2) == 0x000158, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Add_ReturnValue) == 0x000170, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000174, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, Temp_int_Loop_Counter_Variable_2) == 0x000178, "Member 'BPL_ProceduralMesh_C_BuildSplit::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Add_ReturnValue_1) == 0x00017C, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Less_IntInt_ReturnValue_2) == 0x000180, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Add_IntInt_ReturnValue_2) == 0x000184, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, CallFunc_Array_Add_ReturnValue_2) == 0x000188, "Member 'BPL_ProceduralMesh_C_BuildSplit::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplit, K2Node_MakeStruct_BS_MeshDefinition) == 0x000190, "Member 'BPL_ProceduralMesh_C_BuildSplit::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildSplineBillboard \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildSplineBillboard) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildSplineBillboard"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildSplineBillboard) == 0x0003B0, "Wrong size on BPL_ProceduralMesh_C_BuildSplineBillboard"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, StartPos) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::StartPos' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, EndPos) == 0x000018, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::EndPos' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, StartTangent) == 0x000030, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, EndTangent) == 0x000048, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, StartUV) == 0x000060, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::StartUV' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, EndUV) == 0x000070, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::EndUV' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, StartColor) == 0x000080, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::StartColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, EndColor) == 0x000090, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::EndColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Up) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Up' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Triangles) == 0x0000B8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, __WorldContext) == 0x000118, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Mesh) == 0x000120, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Offset) == 0x000180, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Offset' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Interpolation) == 0x000188, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, LocalTexCoord) == 0x000190, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::LocalTexCoord' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, LocalColor) == 0x0001A0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::LocalColor' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, LocalNormal) == 0x0001B0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::LocalNormal' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, TempMesh) == 0x0001C0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::TempMesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, LocalVertex) == 0x000220, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::LocalVertex' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Temp_int_Array_Index_Variable) == 0x000230, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Length_ReturnValue) == 0x000234, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Get_Item) == 0x000238, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_X) == 0x000248, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_Y) == 0x000250, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, Temp_int_Loop_Counter_Variable) == 0x000258, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Less_IntInt_ReturnValue) == 0x00025C, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Add_IntInt_ReturnValue) == 0x000260, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, K2Node_MakeArray_Array) == 0x000268, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000278, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_LinearColorLerp_ReturnValue) == 0x000290, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_X_1) == 0x0002A0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_Y_1) == 0x0002A8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_X_2) == 0x0002B0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_BreakVector2D_Y_2) == 0x0002B8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Ease_ReturnValue) == 0x0002C0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_MakeVector2D_ReturnValue) == 0x0002C8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_SplineT_R) == 0x0002D8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_SplineT_R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Normal_ReturnValue) == 0x0002F0, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Spline_R) == 0x000308, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Spline_R' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Add_VectorVector_ReturnValue) == 0x000320, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Add_ReturnValue) == 0x000338, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Add_ReturnValue_1) == 0x00033C, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Add_ReturnValue_2) == 0x000340, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, K2Node_MakeStruct_BS_MeshDefinition) == 0x000348, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_Array_Add_ReturnValue_3) == 0x0003A8, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildSplineBillboard, CallFunc_LinearColorLerp_Alpha_ImplicitCast) == 0x0003AC, "Member 'BPL_ProceduralMesh_C_BuildSplineBillboard::CallFunc_LinearColorLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildRemove \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildRemove) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildRemove"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildRemove) == 0x0001F8, "Wrong size on BPL_ProceduralMesh_C_BuildRemove"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Mesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildRemove::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, RemoeIndex) == 0x000060, "Member 'BPL_ProceduralMesh_C_BuildRemove::RemoeIndex' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, __WorldContext) == 0x000070, "Member 'BPL_ProceduralMesh_C_BuildRemove::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, MeshOut) == 0x000078, "Member 'BPL_ProceduralMesh_C_BuildRemove::MeshOut' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, TexCoords) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_BuildRemove::TexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Colors) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_BuildRemove::Colors' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Vertices) == 0x0000F8, "Member 'BPL_ProceduralMesh_C_BuildRemove::Vertices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Less_IntInt_ReturnValue) == 0x000114, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Length_ReturnValue_2) == 0x00011C, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Array_Index_Variable) == 0x000120, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Array_Index_Variable_1) == 0x000124, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item) == 0x000128, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item_2) == 0x000148, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Not_PreBool_ReturnValue) == 0x000149, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item_3) == 0x00014A, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Not_PreBool_ReturnValue_1) == 0x00014B, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Loop_Counter_Variable_1) == 0x00014C, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Less_IntInt_ReturnValue_1) == 0x000150, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Add_IntInt_ReturnValue_1) == 0x000154, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Array_Index_Variable_2) == 0x000158, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item_4) == 0x000160, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Get_Item_5) == 0x00017C, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Not_PreBool_ReturnValue_2) == 0x00017D, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, Temp_int_Loop_Counter_Variable_2) == 0x000180, "Member 'BPL_ProceduralMesh_C_BuildRemove::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Add_ReturnValue_1) == 0x000184, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Less_IntInt_ReturnValue_2) == 0x000188, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Add_IntInt_ReturnValue_2) == 0x00018C, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, CallFunc_Array_Add_ReturnValue_2) == 0x000190, "Member 'BPL_ProceduralMesh_C_BuildRemove::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildRemove, K2Node_MakeStruct_BS_MeshDefinition) == 0x000198, "Member 'BPL_ProceduralMesh_C_BuildRemove::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildQuad \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildQuad) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildQuad"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildQuad) == 0x0001C8, "Wrong size on BPL_ProceduralMesh_C_BuildQuad"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, v1) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildQuad::v1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, v2) == 0x000018, "Member 'BPL_ProceduralMesh_C_BuildQuad::v2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, V3) == 0x000030, "Member 'BPL_ProceduralMesh_C_BuildQuad::V3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, V4) == 0x000048, "Member 'BPL_ProceduralMesh_C_BuildQuad::V4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, __WorldContext) == 0x000060, "Member 'BPL_ProceduralMesh_C_BuildQuad::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, Mesh) == 0x000068, "Member 'BPL_ProceduralMesh_C_BuildQuad::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_BuildQuad::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, CallFunc_QuadIndices_Array) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_BuildQuad::CallFunc_QuadIndices_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_BuildQuad::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, K2Node_MakeArray_Array_1) == 0x000100, "Member 'BPL_ProceduralMesh_C_BuildQuad::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildQuad::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, CallFunc_Cross_VectorVector_ReturnValue) == 0x000128, "Member 'BPL_ProceduralMesh_C_BuildQuad::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, CallFunc_Normal_ReturnValue) == 0x000140, "Member 'BPL_ProceduralMesh_C_BuildQuad::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, K2Node_MakeArray_Array_2) == 0x000158, "Member 'BPL_ProceduralMesh_C_BuildQuad::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildQuad, K2Node_MakeStruct_BS_MeshDefinition) == 0x000168, "Member 'BPL_ProceduralMesh_C_BuildQuad::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildPlane \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildPlane) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildPlane"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildPlane) == 0x0002C8, "Wrong size on BPL_ProceduralMesh_C_BuildPlane"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Size) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Width) == 0x000010, "Member 'BPL_ProceduralMesh_C_BuildPlane::Width' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Height) == 0x000014, "Member 'BPL_ProceduralMesh_C_BuildPlane::Height' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Normal) == 0x000018, "Member 'BPL_ProceduralMesh_C_BuildPlane::Normal' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Offset) == 0x000030, "Member 'BPL_ProceduralMesh_C_BuildPlane::Offset' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, SwapMode) == 0x000040, "Member 'BPL_ProceduralMesh_C_BuildPlane::SwapMode' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, __WorldContext) == 0x000048, "Member 'BPL_ProceduralMesh_C_BuildPlane::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Mesh) == 0x000050, "Member 'BPL_ProceduralMesh_C_BuildPlane::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Index_0) == 0x0000B0, "Member 'BPL_ProceduralMesh_C_BuildPlane::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, InvSize) == 0x0000B8, "Member 'BPL_ProceduralMesh_C_BuildPlane::InvSize' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, TexCoords) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_BuildPlane::TexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Normals) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_BuildPlane::Normals' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Triangles) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_BuildPlane::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, OffsetY) == 0x0000F8, "Member 'BPL_ProceduralMesh_C_BuildPlane::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Verticles) == 0x000100, "Member 'BPL_ProceduralMesh_C_BuildPlane::Verticles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Temp_int_Variable) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildPlane::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Percent_IntInt_ReturnValue) == 0x000114, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000118, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue) == 0x00011C, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Temp_int_Variable_1) == 0x000120, "Member 'BPL_ProceduralMesh_C_BuildPlane::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000128, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_1) == 0x000130, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Temp_int_Variable_2) == 0x000134, "Member 'BPL_ProceduralMesh_C_BuildPlane::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000138, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_MakeVector2D_ReturnValue) == 0x000140, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_2) == 0x000150, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_3) == 0x000154, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000158, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_4) == 0x00015C, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000160, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Subtract_IntInt_ReturnValue) == 0x000168, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_FMax_ReturnValue) == 0x000170, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000178, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000179, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000180, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_FMax_ReturnValue_1) == 0x000188, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000190, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_MakeVector2D_ReturnValue_1) == 0x000198, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x0001A8, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001B8, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x0001C0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0001D0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Array_Add_ReturnValue) == 0x0001E0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Multiply_Vector2DVector2D_ReturnValue_1) == 0x0001E8, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Multiply_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_BreakVector2D_X) == 0x0001F8, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_BreakVector2D_Y) == 0x000200, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_MakeVector_ReturnValue) == 0x000208, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Array_Add_ReturnValue_1) == 0x000220, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, K2Node_MakeStruct_BS_MeshDefinition) == 0x000228, "Member 'BPL_ProceduralMesh_C_BuildPlane::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_5) == 0x000288, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_6) == 0x00028C, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, Temp_int_Variable_3) == 0x000290, "Member 'BPL_ProceduralMesh_C_BuildPlane::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Array_Add_ReturnValue_2) == 0x000294, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000298, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Multiply_IntInt_ReturnValue) == 0x00029C, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0002A0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_7) == 0x0002A4, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_BooleanXOR_ReturnValue) == 0x0002A8, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_BooleanAND_ReturnValue) == 0x0002A9, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_QuadIndices_Array) == 0x0002B0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_QuadIndices_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0002C0, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildPlane, CallFunc_Add_IntInt_ReturnValue_8) == 0x0002C4, "Member 'BPL_ProceduralMesh_C_BuildPlane::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildLine \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildLine) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildLine"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildLine) == 0x000130, "Wrong size on BPL_ProceduralMesh_C_BuildLine"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, Divisions) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildLine::Divisions' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, __WorldContext) == 0x000008, "Member 'BPL_ProceduralMesh_C_BuildLine::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, Mesh) == 0x000010, "Member 'BPL_ProceduralMesh_C_BuildLine::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, Size) == 0x000070, "Member 'BPL_ProceduralMesh_C_BuildLine::Size' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, Verices) == 0x000078, "Member 'BPL_ProceduralMesh_C_BuildLine::Verices' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, Temp_int_Variable) == 0x000088, "Member 'BPL_ProceduralMesh_C_BuildLine::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000090, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000098, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000A0, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, K2Node_MakeStruct_BS_MeshDefinition) == 0x0000B0, "Member 'BPL_ProceduralMesh_C_BuildLine::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_MakeVector_ReturnValue) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildLine, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'BPL_ProceduralMesh_C_BuildLine::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildEmpty \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildEmpty) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildEmpty"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildEmpty) == 0x000118, "Wrong size on BPL_ProceduralMesh_C_BuildEmpty"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, __WorldContext) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildEmpty::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, BS_MeshDefinition) == 0x000008, "Member 'BPL_ProceduralMesh_C_BuildEmpty::BS_MeshDefinition' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeArray_Array) == 0x000068, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeArray_Array_1) == 0x000078, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeArray_Array_2) == 0x000088, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeArray_Array_3) == 0x000098, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeArray_Array_4) == 0x0000A8, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildEmpty, K2Node_MakeStruct_BS_MeshDefinition) == 0x0000B8, "Member 'BPL_ProceduralMesh_C_BuildEmpty::K2Node_MakeStruct_BS_MeshDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_ProceduralMesh_C_BuildCopy \ +static_assert(alignof(BPL_ProceduralMesh_C_BuildCopy) == 0x000008, "Wrong alignment on BPL_ProceduralMesh_C_BuildCopy"); \ +static_assert(sizeof(BPL_ProceduralMesh_C_BuildCopy) == 0x000120, "Wrong size on BPL_ProceduralMesh_C_BuildCopy"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, Mesh) == 0x000000, "Member 'BPL_ProceduralMesh_C_BuildCopy::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, __WorldContext) == 0x000060, "Member 'BPL_ProceduralMesh_C_BuildCopy::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, Copy) == 0x000068, "Member 'BPL_ProceduralMesh_C_BuildCopy::Copy' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, InvSize) == 0x0000C8, "Member 'BPL_ProceduralMesh_C_BuildCopy::InvSize' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, TexCoords) == 0x0000D8, "Member 'BPL_ProceduralMesh_C_BuildCopy::TexCoords' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, Normals) == 0x0000E8, "Member 'BPL_ProceduralMesh_C_BuildCopy::Normals' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, Triangles) == 0x0000F8, "Member 'BPL_ProceduralMesh_C_BuildCopy::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, OffsetY) == 0x000108, "Member 'BPL_ProceduralMesh_C_BuildCopy::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(BPL_ProceduralMesh_C_BuildCopy, Verticles) == 0x000110, "Member 'BPL_ProceduralMesh_C_BuildCopy::Verticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPL_ProceduralMesh_C \ +static_assert(alignof(UBPL_ProceduralMesh_C) == 0x000008, "Wrong alignment on UBPL_ProceduralMesh_C"); \ +static_assert(sizeof(UBPL_ProceduralMesh_C) == 0x000028, "Wrong size on UBPL_ProceduralMesh_C"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_CharacterDefinition \ +static_assert(alignof(FS_jRPG_CharacterDefinition) == 0x000008, "Wrong alignment on FS_jRPG_CharacterDefinition"); \ +static_assert(sizeof(FS_jRPG_CharacterDefinition) == 0x000328, "Wrong size on FS_jRPG_CharacterDefinition"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterHardcodedName_36_FB9BA9294D02CFB5AD3668B0C4FD85A5) == 0x000000, "Member 'FS_jRPG_CharacterDefinition::CharacterHardcodedName_36_FB9BA9294D02CFB5AD3668B0C4FD85A5' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterDisplayName_35_7144B79845CDB4D462F0C786FF9C9111) == 0x000008, "Member 'FS_jRPG_CharacterDefinition::CharacterDisplayName_35_7144B79845CDB4D462F0C786FF9C9111' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterActorSoftClass_143_D434D44E457B9088482E0386E17684D3) == 0x000018, "Member 'FS_jRPG_CharacterDefinition::CharacterActorSoftClass_143_D434D44E457B9088482E0386E17684D3' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, PortraitData_140_7F2FE5BB4AAB76A7DD3011BCE3273E01) == 0x000040, "Member 'FS_jRPG_CharacterDefinition::PortraitData_140_7F2FE5BB4AAB76A7DD3011BCE3273E01' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterIcon_14_E047253C4070B0B5E6E686B3E35C5712) == 0x000068, "Member 'FS_jRPG_CharacterDefinition::CharacterIcon_14_E047253C4070B0B5E6E686B3E35C5712' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterIconBig_135_D10D84324949EA6E216349A9F83450E5) == 0x000070, "Member 'FS_jRPG_CharacterDefinition::CharacterIconBig_135_D10D84324949EA6E216349A9F83450E5' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterIconBattle_133_EAEAD47F4CB4E8B427536BBA73DCCCE3) == 0x000078, "Member 'FS_jRPG_CharacterDefinition::CharacterIconBattle_133_EAEAD47F4CB4E8B427536BBA73DCCCE3' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, PictosMenuArm_Texture_181_83C0113C44D41C8A4BE325BFBA65F650) == 0x000080, "Member 'FS_jRPG_CharacterDefinition::PictosMenuArm_Texture_181_83C0113C44D41C8A4BE325BFBA65F650' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterStats_188_3467DB1C42D5A19A0012D4AA98F3BB3B) == 0x000088, "Member 'FS_jRPG_CharacterDefinition::CharacterStats_188_3467DB1C42D5A19A0012D4AA98F3BB3B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, StatsPerLevel_189_4689A3D54FA84D9A451FFB86BA154509) == 0x0000D8, "Member 'FS_jRPG_CharacterDefinition::StatsPerLevel_189_4689A3D54FA84D9A451FFB86BA154509' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, AllowedEquipmentSubtypes_30_BFAD31F7402E66AC596911BFA36BF9AF) == 0x000128, "Member 'FS_jRPG_CharacterDefinition::AllowedEquipmentSubtypes_30_BFAD31F7402E66AC596911BFA36BF9AF' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, SkillGraph_213_A121139E40E37C9DDEE60AA5B3EFF285) == 0x000178, "Member 'FS_jRPG_CharacterDefinition::SkillGraph_213_A121139E40E37C9DDEE60AA5B3EFF285' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterActions_113_D080F16E432739A28E50959EABF1EEB0) == 0x0001A0, "Member 'FS_jRPG_CharacterDefinition::CharacterActions_113_D080F16E432739A28E50959EABF1EEB0' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterActionsOrder_151_4F0BD1CF4D6D664017CE0CAAF2C1F1FC) == 0x0001F0, "Member 'FS_jRPG_CharacterDefinition::CharacterActionsOrder_151_4F0BD1CF4D6D664017CE0CAAF2C1F1FC' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, ActionsPerLevel_118_AB5BE4AB48B42FFFBB4977B1D42B1D9F) == 0x000200, "Member 'FS_jRPG_CharacterDefinition::ActionsPerLevel_118_AB5BE4AB48B42FFFBB4977B1D42B1D9F' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, OverdriveSources_129_73725E244A3C44E5337EE7A7D687104C) == 0x000250, "Member 'FS_jRPG_CharacterDefinition::OverdriveSources_129_73725E244A3C44E5337EE7A7D687104C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CommonCharacterStats_147_F407F3954A22B585BE7C0890405B3852) == 0x000260, "Member 'FS_jRPG_CharacterDefinition::CommonCharacterStats_147_F407F3954A22B585BE7C0890405B3852' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, ExplorationAudioProfile_184_D25CEACB4C45B4DAB03A61947DFB8046) == 0x000290, "Member 'FS_jRPG_CharacterDefinition::ExplorationAudioProfile_184_D25CEACB4C45B4DAB03A61947DFB8046' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, AICompanionClass_187_6F7C414541D38299530FB197DD3F5EA5) == 0x000298, "Member 'FS_jRPG_CharacterDefinition::AICompanionClass_187_6F7C414541D38299530FB197DD3F5EA5' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, ExplorationAudioProfile_DataAsset_214_666AFC8147C10D2187811B9A28C42483) == 0x0002C0, "Member 'FS_jRPG_CharacterDefinition::ExplorationAudioProfile_DataAsset_214_666AFC8147C10D2187811B9A28C42483' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, BattleAudioProfile_DataAsset_215_6167A900473226AA371B60A3AB4F7BA6) == 0x0002E8, "Member 'FS_jRPG_CharacterDefinition::BattleAudioProfile_DataAsset_215_6167A900473226AA371B60A3AB4F7BA6' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, CharacterCustomization_207_7724C7A144591368AE29B19B9DB11993) == 0x000310, "Member 'FS_jRPG_CharacterDefinition::CharacterCustomization_207_7724C7A144591368AE29B19B9DB11993' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, DisableWeaponPassiveEffects_209_0C54A5E74EB0A751C44708913AA9F775) == 0x000320, "Member 'FS_jRPG_CharacterDefinition::DisableWeaponPassiveEffects_209_0C54A5E74EB0A751C44708913AA9F775' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterDefinition, GenderTag_212_AB0B3C054760D1D80FBB5DB8B555E5CB) == 0x000321, "Member 'FS_jRPG_CharacterDefinition::GenderTag_212_AB0B3C054760D1D80FBB5DB8B555E5CB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings) == 0x000028, "Wrong size on BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings, GameUserSettings) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings, K2Node_DynamicCast_AsConfigurable_Game_User_Settings) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings::K2Node_DynamicCast_AsConfigurable_Game_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FL_GameUserSettingsHelpers_C_GetConfigurableGameUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController) == 0x000038, "Wrong size on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, ReturnValue) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_GetInvertCameraPitch_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_GetInvertCameraPitch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_GetCameraPitchInputMultiplier_ReturnValue) == 0x00001C, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_GetCameraPitchInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForController::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse) == 0x000038, "Wrong size on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, ReturnValue) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_GetInvertCameraPitch_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_GetInvertCameraPitch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_GetCameraInputMultiplier_ReturnValue) == 0x00001C, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_GetCameraInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraPitchInputMultiplierForMouse::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController) == 0x000038, "Wrong size on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, ReturnValue) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_GetInvertCameraYaw_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_GetInvertCameraYaw_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_GetCameraYawInputMultiplier_ReturnValue) == 0x00001C, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_GetCameraYawInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForController::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse) == 0x000038, "Wrong size on BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, ReturnValue) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_GetInvertCameraYaw_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_GetInvertCameraYaw_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_GetCameraInputMultiplier_ReturnValue) == 0x00001C, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_GetCameraInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_FL_GameUserSettingsHelpers_C_GetFinalCameraYawInputMultiplierForMouse::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE) == 0x000020, "Wrong size on BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, ReturnValue) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00000A, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE, CallFunc_GetEnableAutomaticBattleQTE_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldDoAutoQTE::CallFunc_GetEnableAutomaticBattleQTE_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements \ +static_assert(alignof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements) == 0x000008, "Wrong alignment on BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements"); \ +static_assert(sizeof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements) == 0x000020, "Wrong size on BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements, __WorldContext) == 0x000000, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements, Enable) == 0x000008, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements, CallFunc_GetEnableCameraMovement_ReturnValue) == 0x000018, "Member 'BP_FL_GameUserSettingsHelpers_C_ShouldEnableBattleCameraMovements::CallFunc_GetEnableCameraMovement_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_GameUserSettingsHelpers_C \ +static_assert(alignof(UBP_FL_GameUserSettingsHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_GameUserSettingsHelpers_C"); \ +static_assert(sizeof(UBP_FL_GameUserSettingsHelpers_C) == 0x000028, "Wrong size on UBP_FL_GameUserSettingsHelpers_C"); \ + +#define DUMPER7_ASSERTS_FS_SpringArmComponentConfig \ +static_assert(alignof(FS_SpringArmComponentConfig) == 0x000008, "Wrong alignment on FS_SpringArmComponentConfig"); \ +static_assert(sizeof(FS_SpringArmComponentConfig) == 0x000068, "Wrong size on FS_SpringArmComponentConfig"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, RelativeLocation_3_0F5819FF4DA3ADA24B6F18ACA410B137) == 0x000000, "Member 'FS_SpringArmComponentConfig::RelativeLocation_3_0F5819FF4DA3ADA24B6F18ACA410B137' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, EnableCameraLag_7_570B093D4F264833135503B8DDF9DEFC) == 0x000018, "Member 'FS_SpringArmComponentConfig::EnableCameraLag_7_570B093D4F264833135503B8DDF9DEFC' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, CameraLagMaxDistance_10_426F1EF9477DD9FFA74A8C8BA8DEA88B) == 0x000020, "Member 'FS_SpringArmComponentConfig::CameraLagMaxDistance_10_426F1EF9477DD9FFA74A8C8BA8DEA88B' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, CameraLagSpeed_12_8EE7C82A454A47330FE7728AA4B59C9D) == 0x000028, "Member 'FS_SpringArmComponentConfig::CameraLagSpeed_12_8EE7C82A454A47330FE7728AA4B59C9D' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, TargetArmLength_14_76D67053435033948248BBB4FC60F60E) == 0x000030, "Member 'FS_SpringArmComponentConfig::TargetArmLength_14_76D67053435033948248BBB4FC60F60E' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, SocketOffset_17_9BAACD024092A2D0EFFCFC905C84D333) == 0x000038, "Member 'FS_SpringArmComponentConfig::SocketOffset_17_9BAACD024092A2D0EFFCFC905C84D333' has a wrong offset!"); \ +static_assert(offsetof(FS_SpringArmComponentConfig, TargetOffset_19_CDE647904CFFF472FFBDDA9BBDFD37E7) == 0x000050, "Member 'FS_SpringArmComponentConfig::TargetOffset_19_CDE647904CFFF472FFBDDA9BBDFD37E7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_EntitlementSaveData \ +static_assert(alignof(FS_EntitlementSaveData) == 0x000008, "Wrong alignment on FS_EntitlementSaveData"); \ +static_assert(sizeof(FS_EntitlementSaveData) == 0x000010, "Wrong size on FS_EntitlementSaveData"); \ +static_assert(offsetof(FS_EntitlementSaveData, AddedEntitlementIDs_3_1F3DE6A24D4C72BF5369969DCBB2555C) == 0x000000, "Member 'FS_EntitlementSaveData::AddedEntitlementIDs_3_1F3DE6A24D4C72BF5369969DCBB2555C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnAPRecovered \ +static_assert(alignof(BPI_BattleCommunication_C_OnAPRecovered) == 0x000004, "Wrong alignment on BPI_BattleCommunication_C_OnAPRecovered"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnAPRecovered) == 0x000008, "Wrong size on BPI_BattleCommunication_C_OnAPRecovered"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnAPRecovered, Amount) == 0x000000, "Member 'BPI_BattleCommunication_C_OnAPRecovered::Amount' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnAPRecovered, IsFromTurnStart) == 0x000004, "Member 'BPI_BattleCommunication_C_OnAPRecovered::IsFromTurnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnCharacterTurnEnd \ +static_assert(alignof(BPI_BattleCommunication_C_OnCharacterTurnEnd) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnCharacterTurnEnd"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnCharacterTurnEnd) == 0x000008, "Wrong size on BPI_BattleCommunication_C_OnCharacterTurnEnd"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnCharacterTurnEnd, Character) == 0x000000, "Member 'BPI_BattleCommunication_C_OnCharacterTurnEnd::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnDamageReceived \ +static_assert(alignof(BPI_BattleCommunication_C_OnDamageReceived) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnDamageReceived"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnDamageReceived) == 0x000018, "Wrong size on BPI_BattleCommunication_C_OnDamageReceived"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Damage) == 0x000000, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Damage' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Critical_) == 0x000008, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Critical_' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Weakness_) == 0x000009, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Weakness_' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Resistant_) == 0x00000A, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Resistant_' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Element) == 0x00000B, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Element' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, Reason) == 0x00000C, "Member 'BPI_BattleCommunication_C_OnDamageReceived::Reason' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDamageReceived, DamageCharacterSource) == 0x000010, "Member 'BPI_BattleCommunication_C_OnDamageReceived::DamageCharacterSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnDeath \ +static_assert(alignof(BPI_BattleCommunication_C_OnDeath) == 0x000001, "Wrong alignment on BPI_BattleCommunication_C_OnDeath"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnDeath) == 0x000001, "Wrong size on BPI_BattleCommunication_C_OnDeath"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnDeath, DeathByCounter) == 0x000000, "Member 'BPI_BattleCommunication_C_OnDeath::DeathByCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnHealed \ +static_assert(alignof(BPI_BattleCommunication_C_OnHealed) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnHealed"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnHealed) == 0x000020, "Wrong size on BPI_BattleCommunication_C_OnHealed"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnHealed, HealAmount) == 0x000000, "Member 'BPI_BattleCommunication_C_OnHealed::HealAmount' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnHealed, RestoredMP_) == 0x000008, "Member 'BPI_BattleCommunication_C_OnHealed::RestoredMP_' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnHealed, SourceCharacter) == 0x000010, "Member 'BPI_BattleCommunication_C_OnHealed::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnHealed, Reason) == 0x000018, "Member 'BPI_BattleCommunication_C_OnHealed::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnInitiativeReduced \ +static_assert(alignof(BPI_BattleCommunication_C_OnInitiativeReduced) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnInitiativeReduced"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnInitiativeReduced) == 0x000008, "Wrong size on BPI_BattleCommunication_C_OnInitiativeReduced"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnInitiativeReduced, ReductionAmount) == 0x000000, "Member 'BPI_BattleCommunication_C_OnInitiativeReduced::ReductionAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnPowerDebuff \ +static_assert(alignof(BPI_BattleCommunication_C_OnPowerDebuff) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnPowerDebuff"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnPowerDebuff) == 0x000008, "Wrong size on BPI_BattleCommunication_C_OnPowerDebuff"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnPowerDebuff, Debuff_Power) == 0x000000, "Member 'BPI_BattleCommunication_C_OnPowerDebuff::Debuff_Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleCommunication_C_OnResurrected \ +static_assert(alignof(BPI_BattleCommunication_C_OnResurrected) == 0x000008, "Wrong alignment on BPI_BattleCommunication_C_OnResurrected"); \ +static_assert(sizeof(BPI_BattleCommunication_C_OnResurrected) == 0x000008, "Wrong size on BPI_BattleCommunication_C_OnResurrected"); \ +static_assert(offsetof(BPI_BattleCommunication_C_OnResurrected, HealAmount) == 0x000000, "Member 'BPI_BattleCommunication_C_OnResurrected::HealAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_BattleCommunication_C \ +static_assert(alignof(IBPI_BattleCommunication_C) == 0x000001, "Wrong alignment on IBPI_BattleCommunication_C"); \ +static_assert(sizeof(IBPI_BattleCommunication_C) == 0x000001, "Wrong size on IBPI_BattleCommunication_C"); \ + +#define DUMPER7_ASSERTS_BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors \ +static_assert(alignof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors) == 0x000008, "Wrong alignment on BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors"); \ +static_assert(sizeof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors) == 0x000080, "Wrong size on BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, EntryPoint) == 0x000000, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_GetActorLocationFromKeySelector_ReturnValue) == 0x000008, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_GetActorLocationFromKeySelector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_GetActorLocationFromKeySelector_IsValid) == 0x000020, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_GetActorLocationFromKeySelector_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, K2Node_Event_OwnerController) == 0x000028, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, K2Node_Event_ControlledPawn) == 0x000030, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_GetActorLocationFromKeySelector_ReturnValue_1) == 0x000040, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_GetActorLocationFromKeySelector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_GetActorLocationFromKeySelector_IsValid_1) == 0x000058, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_GetActorLocationFromKeySelector_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_Vector_Distance_ReturnValue) == 0x000060, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_SelectFloat_ReturnValue) == 0x000070, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x000078, "Member 'BTService_ComputeDistanceBetweenActors_C_ExecuteUbergraph_BTService_ComputeDistanceBetweenActors::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector \ +static_assert(alignof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector) == 0x000008, "Wrong alignment on BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector"); \ +static_assert(sizeof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector) == 0x000070, "Wrong size on BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, Key) == 0x000000, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, ReturnValue) == 0x000028, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, IsValid) == 0x000040, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000048, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BTService_ComputeDistanceBetweenActors_C_GetActorLocationFromKeySelector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI \ +static_assert(alignof(BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_ComputeDistanceBetweenActors_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_ComputeDistanceBetweenActors_C \ +static_assert(alignof(UBTService_ComputeDistanceBetweenActors_C) == 0x000008, "Wrong alignment on UBTService_ComputeDistanceBetweenActors_C"); \ +static_assert(sizeof(UBTService_ComputeDistanceBetweenActors_C) == 0x000118, "Wrong size on UBTService_ComputeDistanceBetweenActors_C"); \ +static_assert(offsetof(UBTService_ComputeDistanceBetweenActors_C, UberGraphFrame) == 0x000098, "Member 'UBTService_ComputeDistanceBetweenActors_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_ComputeDistanceBetweenActors_C, KeySelectorFirstActor) == 0x0000A0, "Member 'UBTService_ComputeDistanceBetweenActors_C::KeySelectorFirstActor' has a wrong offset!"); \ +static_assert(offsetof(UBTService_ComputeDistanceBetweenActors_C, KeySelectorSecondActor) == 0x0000C8, "Member 'UBTService_ComputeDistanceBetweenActors_C::KeySelectorSecondActor' has a wrong offset!"); \ +static_assert(offsetof(UBTService_ComputeDistanceBetweenActors_C, KeySelectorDistance) == 0x0000F0, "Member 'UBTService_ComputeDistanceBetweenActors_C::KeySelectorDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CommonUIGenericGamepadControllerData_C \ +static_assert(alignof(UBP_CommonUIGenericGamepadControllerData_C) == 0x000008, "Wrong alignment on UBP_CommonUIGenericGamepadControllerData_C"); \ +static_assert(sizeof(UBP_CommonUIGenericGamepadControllerData_C) == 0x0000F8, "Wrong size on UBP_CommonUIGenericGamepadControllerData_C"); \ + +#define DUMPER7_ASSERTS_WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature \ +static_assert(alignof(WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature, IsActive) == 0x000000, "Member 'WBP_PictosFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter \ +static_assert(alignof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter) == 0x000008, "Wrong alignment on WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter"); \ +static_assert(sizeof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter) == 0x000028, "Wrong size on WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter"); \ +static_assert(offsetof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter, EntryPoint) == 0x000000, "Member 'WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter, CallFunc_GetActiveFilters_ActiveFilterEntries) == 0x000008, "Member 'WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter::CallFunc_GetActiveFilters_ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter, K2Node_ComponentBoundEvent_IsActive) == 0x000018, "Member 'WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter::K2Node_ComponentBoundEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_PictosFilter_C_ExecuteUbergraph_WBP_PictosFilter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictosFilter_C \ +static_assert(alignof(UWBP_PictosFilter_C) == 0x000008, "Wrong alignment on UWBP_PictosFilter_C"); \ +static_assert(sizeof(UWBP_PictosFilter_C) == 0x000340, "Wrong size on UWBP_PictosFilter_C"); \ +static_assert(offsetof(UWBP_PictosFilter_C, UberGraphFrame) == 0x000308, "Member 'UWBP_PictosFilter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosFilter_C, WBP_FilterDropdown) == 0x000310, "Member 'UWBP_PictosFilter_C::WBP_FilterDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosFilter_C, WBP_FilterToggle) == 0x000318, "Member 'UWBP_PictosFilter_C::WBP_FilterToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosFilter_C, OnFilterChanged) == 0x000320, "Member 'UWBP_PictosFilter_C::OnFilterChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictosFilter_C, OnFilterActivated) == 0x000330, "Member 'UWBP_PictosFilter_C::OnFilterActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B1_Title_C \ +static_assert(alignof(UCTS_B1_Title_C) == 0x000010, "Wrong alignment on UCTS_B1_Title_C"); \ +static_assert(sizeof(UCTS_B1_Title_C) == 0x0001B0, "Wrong size on UCTS_B1_Title_C"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_C_AppendPropertyPath \ +static_assert(alignof(BP_ConditionChecker_C_AppendPropertyPath) == 0x000008, "Wrong alignment on BP_ConditionChecker_C_AppendPropertyPath"); \ +static_assert(sizeof(BP_ConditionChecker_C_AppendPropertyPath) == 0x000050, "Wrong size on BP_ConditionChecker_C_AppendPropertyPath"); \ +static_assert(offsetof(BP_ConditionChecker_C_AppendPropertyPath, CurrentPath) == 0x000000, "Member 'BP_ConditionChecker_C_AppendPropertyPath::CurrentPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_AppendPropertyPath, PropertyName) == 0x000010, "Member 'BP_ConditionChecker_C_AppendPropertyPath::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_AppendPropertyPath, ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_C_AppendPropertyPath::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_AppendPropertyPath, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_C_AppendPropertyPath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_AppendPropertyPath, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_ConditionChecker_C_AppendPropertyPath::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_C_BindEventOnGameStateChanged) == 0x000004, "Wrong alignment on BP_ConditionChecker_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_C_BindEventOnGameStateChanged) == 0x000010, "Wrong size on BP_ConditionChecker_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_C_ReportValidationError \ +static_assert(alignof(BP_ConditionChecker_C_ReportValidationError) == 0x000008, "Wrong alignment on BP_ConditionChecker_C_ReportValidationError"); \ +static_assert(sizeof(BP_ConditionChecker_C_ReportValidationError) == 0x000170, "Wrong size on BP_ConditionChecker_C_ReportValidationError"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, ErrorMesssages) == 0x000000, "Member 'BP_ConditionChecker_C_ReportValidationError::ErrorMesssages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_C_ReportValidationError::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, Message) == 0x000020, "Member 'BP_ConditionChecker_C_ReportValidationError::Message' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_GetDisplayName_ReturnValue) == 0x000040, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_ConditionChecker_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000A8, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_ConditionChecker_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_ConditionChecker_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_ConditionChecker_C_ReportValidationError::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ReportValidationError, CallFunc_Array_Add_ReturnValue) == 0x000168, "Member 'BP_ConditionChecker_C_ReportValidationError::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_C_UnbindEventOnGameStateChanged) == 0x000004, "Wrong alignment on BP_ConditionChecker_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_C_UnbindEventOnGameStateChanged) == 0x000010, "Wrong size on BP_ConditionChecker_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_C_ValidateConditionChecker) == 0x000020, "Wrong size on BP_ConditionChecker_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_C \ +static_assert(alignof(UBP_ConditionChecker_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_C"); \ +static_assert(sizeof(UBP_ConditionChecker_C) == 0x000060, "Wrong size on UBP_ConditionChecker_C"); \ +static_assert(offsetof(UBP_ConditionChecker_C, OnConditionChanged) == 0x000050, "Member 'UBP_ConditionChecker_C::OnConditionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox \ +static_assert(alignof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox) == 0x000008, "Wrong alignment on WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox"); \ +static_assert(sizeof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox) == 0x000028, "Wrong size on WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox, EntryPoint) == 0x000000, "Member 'WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000018, "Member 'WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox, K2Node_CustomEvent_UserConfig) == 0x000020, "Member 'WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WidescreenRatioBox_C_OnSettingsApplied \ +static_assert(alignof(WBP_WidescreenRatioBox_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_WidescreenRatioBox_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_WidescreenRatioBox_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_WidescreenRatioBox_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_WidescreenRatioBox_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WidescreenRatioBox_C_PreConstruct \ +static_assert(alignof(WBP_WidescreenRatioBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WidescreenRatioBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_WidescreenRatioBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_WidescreenRatioBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WidescreenRatioBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WidescreenRatioBox_C_SetWidescreenRatio \ +static_assert(alignof(WBP_WidescreenRatioBox_C_SetWidescreenRatio) == 0x000008, "Wrong alignment on WBP_WidescreenRatioBox_C_SetWidescreenRatio"); \ +static_assert(sizeof(WBP_WidescreenRatioBox_C_SetWidescreenRatio) == 0x000058, "Wrong size on WBP_WidescreenRatioBox_C_SetWidescreenRatio"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, Temp_bool_Variable) == 0x000000, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, K2Node_MakeStruct_IntPoint) == 0x000004, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::K2Node_MakeStruct_IntPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_GetBattleUltrawideConstrain_ReturnValue) == 0x000018, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_GetBattleUltrawideConstrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_GetMenuUltrawideConstrain_ReturnValue) == 0x000020, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_GetMenuUltrawideConstrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, K2Node_Select_Default) == 0x000028, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_NotEqual_IntPointIntPoint_ReturnValue) == 0x000030, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_NotEqual_IntPointIntPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000038, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000040, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WidescreenRatioBox_C_SetWidescreenRatio, CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast) == 0x000050, "Member 'WBP_WidescreenRatioBox_C_SetWidescreenRatio::CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WidescreenRatioBox_C \ +static_assert(alignof(UWBP_WidescreenRatioBox_C) == 0x000008, "Wrong alignment on UWBP_WidescreenRatioBox_C"); \ +static_assert(sizeof(UWBP_WidescreenRatioBox_C) == 0x000328, "Wrong size on UWBP_WidescreenRatioBox_C"); \ +static_assert(offsetof(UWBP_WidescreenRatioBox_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WidescreenRatioBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WidescreenRatioBox_C, ConstrainSizeBox) == 0x000310, "Member 'UWBP_WidescreenRatioBox_C::ConstrainSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WidescreenRatioBox_C, NamedSlot) == 0x000318, "Member 'UWBP_WidescreenRatioBox_C::NamedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WidescreenRatioBox_C, IsBattleRatioBox) == 0x000320, "Member 'UWBP_WidescreenRatioBox_C::IsBattleRatioBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetDebugString \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetDebugString) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetDebugString"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetDebugString) == 0x000010, "Wrong size on WBP_HUD_QTE_Base_C_GetDebugString"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetDebugString, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_PlayFinalAnimation \ +static_assert(alignof(WBP_HUD_QTE_Base_C_PlayFinalAnimation) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_PlayFinalAnimation"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_PlayFinalAnimation) == 0x000060, "Wrong size on WBP_HUD_QTE_Base_C_PlayFinalAnimation"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, IsSuccess) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, IsPerfect) == 0x000001, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::IsPerfect' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, Temp_bool_Variable) == 0x000002, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_GetAnim_Success_Perfect_Anim_Success_Perfect) == 0x000010, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_GetAnim_Success_Perfect_Anim_Success_Perfect' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_GetAnim_Success_Anim_Success) == 0x000018, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_GetAnim_Success_Anim_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_GetAnim_Fail_Anim_Fail) == 0x000020, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_GetAnim_Fail_Anim_Fail' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, K2Node_Select_Default) == 0x000028, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, K2Node_Select_Default_1) == 0x000030, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_GetEndTime_ReturnValue) == 0x000044, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_PlayFinalAnimation, CallFunc_SetAnimationCurrentTime_InTime_ImplicitCast) == 0x000058, "Member 'WBP_HUD_QTE_Base_C_PlayFinalAnimation::CallFunc_SetAnimationCurrentTime_InTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed) == 0x000018, "Wrong size on WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_HUD_QTE_Base_C_GetBasePlaybackSpeed::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification, Animation) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_PerfectNotification::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash, Animation) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_AnticipationFlash::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_Success \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_Success) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_Success"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_Success) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_Success"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_Success, Anim_Success) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_Success::Anim_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect, Anim_Success_Perfect) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_Success_Perfect::Anim_Success_Perfect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_Fail \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_Fail) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_Fail"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_Fail) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_Fail"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_Fail, Anim_Fail) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_Fail::Anim_Fail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetAnim_Progress \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetAnim_Progress) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetAnim_Progress"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetAnim_Progress) == 0x000008, "Wrong size on WBP_HUD_QTE_Base_C_GetAnim_Progress"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetAnim_Progress, Animation) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetAnim_Progress::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_Tick \ +static_assert(alignof(WBP_HUD_QTE_Base_C_Tick) == 0x000004, "Wrong alignment on WBP_HUD_QTE_Base_C_Tick"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_Tick) == 0x00003C, "Wrong size on WBP_HUD_QTE_Base_C_Tick"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HUD_QTE_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_StartQTE \ +static_assert(alignof(WBP_HUD_QTE_Base_C_StartQTE) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_StartQTE"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_StartQTE) == 0x000020, "Wrong size on WBP_HUD_QTE_Base_C_StartQTE"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_StartQTE, NowTime) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_StartQTE::NowTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_StartQTE, PreDuration) == 0x000008, "Member 'WBP_HUD_QTE_Base_C_StartQTE::PreDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_StartQTE, ValidityDuration) == 0x000010, "Member 'WBP_HUD_QTE_Base_C_StartQTE::ValidityDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_StartQTE, TimeSource) == 0x000018, "Member 'WBP_HUD_QTE_Base_C_StartQTE::TimeSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_GetPlaybackSpeed \ +static_assert(alignof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_GetPlaybackSpeed"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed) == 0x000028, "Wrong size on WBP_HUD_QTE_Base_C_GetPlaybackSpeed"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_GetPlaybackSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed, CallFunc_GetBasePlaybackSpeed_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_Base_C_GetPlaybackSpeed::CallFunc_GetBasePlaybackSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed, CallFunc_GetRealTimeDilation_ReturnValue) == 0x000010, "Member 'WBP_HUD_QTE_Base_C_GetPlaybackSpeed::CallFunc_GetRealTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_HUD_QTE_Base_C_GetPlaybackSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_GetPlaybackSpeed, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000020, "Member 'WBP_HUD_QTE_Base_C_GetPlaybackSpeed::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_OnAction \ +static_assert(alignof(WBP_HUD_QTE_Base_C_OnAction) == 0x000001, "Wrong alignment on WBP_HUD_QTE_Base_C_OnAction"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_OnAction) == 0x000002, "Wrong size on WBP_HUD_QTE_Base_C_OnAction"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_OnAction, IsSuccess) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_OnAction::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_OnAction, IsPerfect) == 0x000001, "Member 'WBP_HUD_QTE_Base_C_OnAction::IsPerfect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base \ +static_assert(alignof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base) == 0x000008, "Wrong alignment on WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base"); \ +static_assert(sizeof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base) == 0x000838, "Wrong size on WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, EntryPoint) == 0x000000, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable) == 0x000004, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_bool_Variable) == 0x000070, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable) == 0x000078, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable_1) == 0x000088, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_bool_Variable_1) == 0x000098, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable_2) == 0x0000A0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable_3) == 0x0000B0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_bool_Variable_2) == 0x0000C0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable_4) == 0x0000C8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_text_Variable_5) == 0x0000D8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Event_MyGeometry) == 0x0000E8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Event_InDeltaTime) == 0x000120, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetPlaybackSpeed_ReturnValue) == 0x000128, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetPlaybackSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_PlayAnimation_ReturnValue) == 0x000178, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array) == 0x000180, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue) == 0x000190, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetPlaybackSpeed_ReturnValue_1) == 0x0001A8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetPlaybackSpeed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_IsValid_ReturnValue_1) == 0x0001B0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_1) == 0x0001B4, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetPlaybackSpeed_ReturnValue_2) == 0x0001C8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetPlaybackSpeed_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_IsSuccess) == 0x0001D0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_IsPerfect) == 0x0001D1, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_IsPerfect' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_wildcard_Variable) == 0x0001D8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Conv_BoolToText_ReturnValue) == 0x0001E8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_3) == 0x000240, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000288, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_4) == 0x000298, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array_1) == 0x0002E0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_byte_Variable) == 0x0002F0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue_1) == 0x0002F8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_2) == 0x000308, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_3) == 0x000318, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_4) == 0x000328, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_5) == 0x000338, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_6) == 0x000348, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetAnim_Progress_Animation) == 0x000358, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetAnim_Progress_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetAnim_AnticipationFlash_Animation) == 0x000360, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetAnim_AnticipationFlash_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_PlayAnimation_ReturnValue_1) == 0x000368, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetAnim_PerfectNotification_Animation) == 0x000370, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetAnim_PerfectNotification_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_NowTime) == 0x000378, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_NowTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_PreDuration) == 0x000380, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_PreDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_ValidityDuration) == 0x000388, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_ValidityDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CustomEvent_TimeSource) == 0x000390, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CustomEvent_TimeSource' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_PlayAnimation_ReturnValue_2) == 0x000398, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003A0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003E8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_7) == 0x000430, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array_2) == 0x000478, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue_2) == 0x000488, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000498, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetPlaybackSpeed_ReturnValue_3) == 0x0004A0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetPlaybackSpeed_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_8) == 0x0004A8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetBasePlaybackSpeed_ReturnValue) == 0x0004F0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetBasePlaybackSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetRealTimeDilation_ReturnValue) == 0x0004F8, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetRealTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_9) == 0x000500, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_10) == 0x000548, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000590, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_IsValid_ReturnValue_2) == 0x000594, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_11) == 0x000598, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array_3) == 0x0005E0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue_3) == 0x0005F0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GetCurrentTime_ReturnValue) == 0x000600, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000610, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000614, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000615, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000616, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Select_Default) == 0x000618, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x000628, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_12) == 0x000630, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_BooleanAND_ReturnValue) == 0x000678, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x000679, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Select_Default_1) == 0x000680, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x000690, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_13) == 0x000698, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_7) == 0x0006E0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Select_Default_2) == 0x0006F0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_14) == 0x000700, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_wildcard_Variable_1) == 0x000748, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array_4) == 0x000758, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeStruct_FormatArgumentData_15) == 0x000768, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue_4) == 0x0007B0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_MakeArray_Array_5) == 0x0007C0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_Format_ReturnValue_5) == 0x0007D0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_IsValid_ReturnValue_3) == 0x0007E0, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_CreateDelegate_OutputDelegate) == 0x0007E4, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, Temp_struct_Variable_8) == 0x0007F4, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, K2Node_Select_Default_3) == 0x000804, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x000814, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_SetPlaybackSpeed_PlaybackSpeed_ImplicitCast) == 0x000818, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_SetPlaybackSpeed_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_SetPlaybackSpeed_PlaybackSpeed_ImplicitCast_1) == 0x00081C, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_SetPlaybackSpeed_PlaybackSpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000820, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1) == 0x000828, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2) == 0x000830, "Member 'WBP_HUD_QTE_Base_C_ExecuteUbergraph_WBP_HUD_QTE_Base::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_QTE_Base_C \ +static_assert(alignof(UWBP_HUD_QTE_Base_C) == 0x000008, "Wrong alignment on UWBP_HUD_QTE_Base_C"); \ +static_assert(sizeof(UWBP_HUD_QTE_Base_C) == 0x000370, "Wrong size on UWBP_HUD_QTE_Base_C"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_QTE_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, IsFinished) == 0x0002E8, "Member 'UWBP_HUD_QTE_Base_C::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, Pre_Time) == 0x0002F0, "Member 'UWBP_HUD_QTE_Base_C::Pre_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, Start_Time) == 0x0002F8, "Member 'UWBP_HUD_QTE_Base_C::Start_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, End_Time) == 0x000300, "Member 'UWBP_HUD_QTE_Base_C::End_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, CurrentTimeSource) == 0x000308, "Member 'UWBP_HUD_QTE_Base_C::CurrentTimeSource' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, IsActive) == 0x000310, "Member 'UWBP_HUD_QTE_Base_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, CurrentAppearAnim) == 0x000318, "Member 'UWBP_HUD_QTE_Base_C::CurrentAppearAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, CurrentProgressAnim) == 0x000320, "Member 'UWBP_HUD_QTE_Base_C::CurrentProgressAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, IconColorRevealAnim) == 0x000328, "Member 'UWBP_HUD_QTE_Base_C::IconColorRevealAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, Icon_Initial_Color) == 0x000330, "Member 'UWBP_HUD_QTE_Base_C::Icon_Initial_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, Icon_Final_Color) == 0x000340, "Member 'UWBP_HUD_QTE_Base_C::Icon_Final_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, ButtonType) == 0x000350, "Member 'UWBP_HUD_QTE_Base_C::ButtonType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, DEBUG_Timeline) == 0x000358, "Member 'UWBP_HUD_QTE_Base_C::DEBUG_Timeline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, DEBUG_ShowDebug) == 0x000360, "Member 'UWBP_HUD_QTE_Base_C::DEBUG_ShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_Base_C, AudioStartComponent) == 0x000368, "Member 'UWBP_HUD_QTE_Base_C::AudioStartComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox \ +static_assert(alignof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox) == 0x000008, "Wrong alignment on WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox) == 0x000088, "Wrong size on WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, EntryPoint) == 0x000000, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_IsPackagedBuild_ReturnValue) == 0x000004, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, K2Node_CustomEvent_UserConfig) == 0x000010, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, K2Node_Event_MyGeometry) == 0x000018, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, K2Node_Event_InDeltaTime) == 0x000050, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000054, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000068, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_GetUserSettingsApplicationScale_ReturnValue_1) == 0x00006C, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_GetUserSettingsApplicationScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_SlotAsScaleBoxSlot_ReturnValue) == 0x000070, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_SlotAsScaleBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox, CallFunc_NotEqual_DoubleDouble_B_ImplicitCast) == 0x000080, "Member 'WBP_DPIScaleBox_C_ExecuteUbergraph_WBP_DPIScaleBox::CallFunc_NotEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_GetCurrentScale \ +static_assert(alignof(WBP_DPIScaleBox_C_GetCurrentScale) == 0x000008, "Wrong alignment on WBP_DPIScaleBox_C_GetCurrentScale"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_GetCurrentScale) == 0x000030, "Wrong size on WBP_DPIScaleBox_C_GetCurrentScale"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, User_Specified_Scale) == 0x000000, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::User_Specified_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000004, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, CallFunc_NormalizeToRange_ReturnValue) == 0x000010, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, K2Node_FunctionResult_User_Specified_Scale_ImplicitCast) == 0x000020, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::K2Node_FunctionResult_User_Specified_Scale_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_GetCurrentScale, CallFunc_FClamp_Value_ImplicitCast) == 0x000028, "Member 'WBP_DPIScaleBox_C_GetCurrentScale::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_OnSettingsApplied \ +static_assert(alignof(WBP_DPIScaleBox_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_DPIScaleBox_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_DPIScaleBox_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_DPIScaleBox_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_PreConstruct \ +static_assert(alignof(WBP_DPIScaleBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DPIScaleBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_DPIScaleBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DPIScaleBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_SetScaleAtMaxDPI \ +static_assert(alignof(WBP_DPIScaleBox_C_SetScaleAtMaxDPI) == 0x000008, "Wrong alignment on WBP_DPIScaleBox_C_SetScaleAtMaxDPI"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_SetScaleAtMaxDPI) == 0x000008, "Wrong size on WBP_DPIScaleBox_C_SetScaleAtMaxDPI"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetScaleAtMaxDPI, ScaleAtMaxDPI_0) == 0x000000, "Member 'WBP_DPIScaleBox_C_SetScaleAtMaxDPI::ScaleAtMaxDPI_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_SetUserSpecifiedScale \ +static_assert(alignof(WBP_DPIScaleBox_C_SetUserSpecifiedScale) == 0x000008, "Wrong alignment on WBP_DPIScaleBox_C_SetUserSpecifiedScale"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_SetUserSpecifiedScale) == 0x000030, "Wrong size on WBP_DPIScaleBox_C_SetUserSpecifiedScale"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000000, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_NormalizeToRange_ReturnValue) == 0x000010, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_FClamp_Value_ImplicitCast) == 0x000020, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_SetUserSpecifiedScale, CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast) == 0x000028, "Member 'WBP_DPIScaleBox_C_SetUserSpecifiedScale::CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPIScaleBox_C_Tick \ +static_assert(alignof(WBP_DPIScaleBox_C_Tick) == 0x000004, "Wrong alignment on WBP_DPIScaleBox_C_Tick"); \ +static_assert(sizeof(WBP_DPIScaleBox_C_Tick) == 0x00003C, "Wrong size on WBP_DPIScaleBox_C_Tick"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DPIScaleBox_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPIScaleBox_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DPIScaleBox_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DPIScaleBox_C \ +static_assert(alignof(UWBP_DPIScaleBox_C) == 0x000008, "Wrong alignment on UWBP_DPIScaleBox_C"); \ +static_assert(sizeof(UWBP_DPIScaleBox_C) == 0x000330, "Wrong size on UWBP_DPIScaleBox_C"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, UberGraphFrame) == 0x000308, "Member 'UWBP_DPIScaleBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, DPIScaleBox) == 0x000310, "Member 'UWBP_DPIScaleBox_C::DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, NamedSlot) == 0x000318, "Member 'UWBP_DPIScaleBox_C::NamedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, ScaleAtMaxDPI) == 0x000320, "Member 'UWBP_DPIScaleBox_C::ScaleAtMaxDPI' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, LastApplicationScale) == 0x000328, "Member 'UWBP_DPIScaleBox_C::LastApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, HorizontalAlignment) == 0x00032C, "Member 'UWBP_DPIScaleBox_C::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPIScaleBox_C, VerticalAlignment) == 0x00032D, "Member 'UWBP_DPIScaleBox_C::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox \ +static_assert(alignof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox) == 0x000008, "Wrong alignment on WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox"); \ +static_assert(sizeof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox) == 0x000090, "Wrong size on WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, EntryPoint) == 0x000000, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_IsPackagedBuild_ReturnValue) == 0x000004, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000020, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, K2Node_CustomEvent_UserConfig) == 0x000028, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, K2Node_Event_MyGeometry) == 0x000030, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, K2Node_Event_InDeltaTime) == 0x000068, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x00006C, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_GetUserSettingsApplicationScale_ReturnValue_1) == 0x000074, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_GetUserSettingsApplicationScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x000078, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox, CallFunc_NotEqual_DoubleDouble_B_ImplicitCast) == 0x000088, "Member 'WBP_DPISizeBox_C_ExecuteUbergraph_WBP_DPISizeBox::CallFunc_NotEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPISizeBox_C_OnSettingsApplied \ +static_assert(alignof(WBP_DPISizeBox_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_DPISizeBox_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_DPISizeBox_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_DPISizeBox_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_DPISizeBox_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_DPISizeBox_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPISizeBox_C_PreConstruct \ +static_assert(alignof(WBP_DPISizeBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DPISizeBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_DPISizeBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_DPISizeBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_DPISizeBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DPISizeBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPISizeBox_C_SetSize \ +static_assert(alignof(WBP_DPISizeBox_C_SetSize) == 0x000008, "Wrong alignment on WBP_DPISizeBox_C_SetSize"); \ +static_assert(sizeof(WBP_DPISizeBox_C_SetSize) == 0x000090, "Wrong size on WBP_DPISizeBox_C_SetSize"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, Alpha) == 0x000000, "Member 'WBP_DPISizeBox_C_SetSize::Alpha' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_2) == 0x000018, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_3) == 0x000020, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_4) == 0x000028, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_5) == 0x000030, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_6) == 0x000038, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000040, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_Lerp_ReturnValue_7) == 0x000048, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_FClamp_ReturnValue) == 0x000050, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_NormalizeToRange_ReturnValue) == 0x000058, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast) == 0x000060, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMinAspectRatio_InMinAspectRatio_ImplicitCast) == 0x000064, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMinAspectRatio_InMinAspectRatio_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMaxDesiredHeight_InMaxDesiredHeight_ImplicitCast) == 0x000068, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMaxDesiredHeight_InMaxDesiredHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast) == 0x00006C, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast) == 0x000070, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000074, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x000078, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_FClamp_Value_ImplicitCast) == 0x000080, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_SetSize, CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast) == 0x000088, "Member 'WBP_DPISizeBox_C_SetSize::CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DPISizeBox_C_Tick \ +static_assert(alignof(WBP_DPISizeBox_C_Tick) == 0x000004, "Wrong alignment on WBP_DPISizeBox_C_Tick"); \ +static_assert(sizeof(WBP_DPISizeBox_C_Tick) == 0x00003C, "Wrong size on WBP_DPISizeBox_C_Tick"); \ +static_assert(offsetof(WBP_DPISizeBox_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_DPISizeBox_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_DPISizeBox_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_DPISizeBox_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DPISizeBox_C \ +static_assert(alignof(UWBP_DPISizeBox_C) == 0x000008, "Wrong alignment on UWBP_DPISizeBox_C"); \ +static_assert(sizeof(UWBP_DPISizeBox_C) == 0x0003F8, "Wrong size on UWBP_DPISizeBox_C"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, UberGraphFrame) == 0x000308, "Member 'UWBP_DPISizeBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, DPISizeBox) == 0x000310, "Member 'UWBP_DPISizeBox_C::DPISizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, NamedSlot) == 0x000318, "Member 'UWBP_DPISizeBox_C::NamedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsWidthOverride) == 0x000320, "Member 'UWBP_DPISizeBox_C::IsWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, WidthOverride) == 0x000328, "Member 'UWBP_DPISizeBox_C::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, LastApplicationScale) == 0x000330, "Member 'UWBP_DPISizeBox_C::LastApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsHeightOverride) == 0x000334, "Member 'UWBP_DPISizeBox_C::IsHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, HeightOverride) == 0x000338, "Member 'UWBP_DPISizeBox_C::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMinDesiredWidthOverride) == 0x000340, "Member 'UWBP_DPISizeBox_C::IsMinDesiredWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MinDesiredWidth) == 0x000348, "Member 'UWBP_DPISizeBox_C::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMinDesiredHeightOverride) == 0x000350, "Member 'UWBP_DPISizeBox_C::IsMinDesiredHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MinDesiredHeight) == 0x000358, "Member 'UWBP_DPISizeBox_C::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMaxDesiredWidthOverride) == 0x000360, "Member 'UWBP_DPISizeBox_C::IsMaxDesiredWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MaxDesiredWidth) == 0x000368, "Member 'UWBP_DPISizeBox_C::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMaxDesiredHeightOverride) == 0x000370, "Member 'UWBP_DPISizeBox_C::IsMaxDesiredHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MaxDesiredHeight) == 0x000378, "Member 'UWBP_DPISizeBox_C::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMinAspectRatioOverride) == 0x000380, "Member 'UWBP_DPISizeBox_C::IsMinAspectRatioOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MinAspectRatio) == 0x000388, "Member 'UWBP_DPISizeBox_C::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, IsMaxAspectRatioOverride) == 0x000390, "Member 'UWBP_DPISizeBox_C::IsMaxAspectRatioOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, MaxAspectRatio) == 0x000398, "Member 'UWBP_DPISizeBox_C::MaxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleWidthOverride) == 0x0003A0, "Member 'UWBP_DPISizeBox_C::ScaleWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleHeightOverride) == 0x0003A8, "Member 'UWBP_DPISizeBox_C::ScaleHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMinDesiredWidth) == 0x0003B0, "Member 'UWBP_DPISizeBox_C::ScaleMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMinDesiredHeight) == 0x0003B8, "Member 'UWBP_DPISizeBox_C::ScaleMinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMaxDesiredWidth) == 0x0003C0, "Member 'UWBP_DPISizeBox_C::ScaleMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMaxDesiredHeight) == 0x0003C8, "Member 'UWBP_DPISizeBox_C::ScaleMaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMinAspectRatio) == 0x0003D0, "Member 'UWBP_DPISizeBox_C::ScaleMinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, ScaleMaxAspectRatio) == 0x0003D8, "Member 'UWBP_DPISizeBox_C::ScaleMaxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, SlotPadding) == 0x0003E0, "Member 'UWBP_DPISizeBox_C::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, HorizontalAlignment) == 0x0003F0, "Member 'UWBP_DPISizeBox_C::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DPISizeBox_C, VerticalAlignment) == 0x0003F1, "Member 'UWBP_DPISizeBox_C::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_Outline_C \ +static_assert(alignof(UCTS_B0_Outline_C) == 0x000010, "Wrong alignment on UCTS_B0_Outline_C"); \ +static_assert(sizeof(UCTS_B0_Outline_C) == 0x0001B0, "Wrong size on UCTS_B0_Outline_C"); \ + +#define DUMPER7_ASSERTS_UShake_Climbing_Arrive_Top_C \ +static_assert(alignof(UShake_Climbing_Arrive_Top_C) == 0x000010, "Wrong alignment on UShake_Climbing_Arrive_Top_C"); \ +static_assert(sizeof(UShake_Climbing_Arrive_Top_C) == 0x0000E0, "Wrong size on UShake_Climbing_Arrive_Top_C"); \ + +#define DUMPER7_ASSERTS_FS_MainQuestData \ +static_assert(alignof(FS_MainQuestData) == 0x000008, "Wrong alignment on FS_MainQuestData"); \ +static_assert(sizeof(FS_MainQuestData) == 0x000028, "Wrong size on FS_MainQuestData"); \ +static_assert(offsetof(FS_MainQuestData, MainQuestObjective_2_F6AEC0DC46CDB378FF31C3960F32E89D) == 0x000000, "Member 'FS_MainQuestData::MainQuestObjective_2_F6AEC0DC46CDB378FF31C3960F32E89D' has a wrong offset!"); \ +static_assert(offsetof(FS_MainQuestData, ActOnCompleted_7_4F98B8D84D9437A9E602C18F57EFAB3B) == 0x000010, "Member 'FS_MainQuestData::ActOnCompleted_7_4F98B8D84D9437A9E602C18F57EFAB3B' has a wrong offset!"); \ +static_assert(offsetof(FS_MainQuestData, StepOnCompleted_11_FA7125BF42F23381D620469E9E568C87) == 0x000011, "Member 'FS_MainQuestData::StepOnCompleted_11_FA7125BF42F23381D620469E9E568C87' has a wrong offset!"); \ +static_assert(offsetof(FS_MainQuestData, LevelIdentifiers_20_657D4CEF406F4F1EB2070CBEFC2C76AE) == 0x000018, "Member 'FS_MainQuestData::LevelIdentifiers_20_657D4CEF406F4F1EB2070CBEFC2C76AE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget \ +static_assert(alignof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget) == 0x000008, "Wrong alignment on BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget"); \ +static_assert(sizeof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget) == 0x000100, "Wrong size on BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, EntryPoint) == 0x000000, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_GetBlackboardValueAsRotator_ReturnValue) == 0x000018, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_GetBlackboardValueAsRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000040, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_BreakRotator_Roll) == 0x000058, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_BreakRotator_Pitch) == 0x00005C, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_BreakRotator_Yaw) == 0x000060, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_Event_OwnerController) == 0x000068, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_Event_ControlledPawn) == 0x000070, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000080, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_RLerp_ReturnValue) == 0x000088, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000A1, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_FClamp_ReturnValue) == 0x0000C0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000D0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_RLerp_Alpha_ImplicitCast) == 0x0000D8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x0000E0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0000E8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0000F0, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget, K2Node_VariableSet_RotationRateZ_ImplicitCast) == 0x0000F8, "Member 'BPS_LookAtTarget_C_ExecuteUbergraph_BPS_LookAtTarget::K2Node_VariableSet_RotationRateZ_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPS_LookAtTarget_C_ReceiveExecuteAI \ +static_assert(alignof(BPS_LookAtTarget_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BPS_LookAtTarget_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BPS_LookAtTarget_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BPS_LookAtTarget_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BPS_LookAtTarget_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BPS_LookAtTarget_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPS_LookAtTarget_C_ReceiveTickAI \ +static_assert(alignof(BPS_LookAtTarget_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BPS_LookAtTarget_C_ReceiveTickAI"); \ +static_assert(sizeof(BPS_LookAtTarget_C_ReceiveTickAI) == 0x000018, "Wrong size on BPS_LookAtTarget_C_ReceiveTickAI"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BPS_LookAtTarget_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BPS_LookAtTarget_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BPS_LookAtTarget_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BPS_LookAtTarget_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPS_LookAtTarget_C \ +static_assert(alignof(UBPS_LookAtTarget_C) == 0x000008, "Wrong alignment on UBPS_LookAtTarget_C"); \ +static_assert(sizeof(UBPS_LookAtTarget_C) == 0x000120, "Wrong size on UBPS_LookAtTarget_C"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, UberGraphFrame) == 0x0000A8, "Member 'UBPS_LookAtTarget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, StartTime) == 0x0000B0, "Member 'UBPS_LookAtTarget_C::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, InitialRotation) == 0x0000B8, "Member 'UBPS_LookAtTarget_C::InitialRotation' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, TargetRotation) == 0x0000D0, "Member 'UBPS_LookAtTarget_C::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, Key_TargetRotation) == 0x0000E8, "Member 'UBPS_LookAtTarget_C::Key_TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, RotationRateZ) == 0x000110, "Member 'UBPS_LookAtTarget_C::RotationRateZ' has a wrong offset!"); \ +static_assert(offsetof(UBPS_LookAtTarget_C, RotationProgress) == 0x000118, "Member 'UBPS_LookAtTarget_C::RotationProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_AxisInputThreshold \ +static_assert(alignof(BP_UINavigationInputActor_C_AxisInputThreshold) == 0x000008, "Wrong alignment on BP_UINavigationInputActor_C_AxisInputThreshold"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_AxisInputThreshold) == 0x000040, "Wrong size on BP_UINavigationInputActor_C_AxisInputThreshold"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, AxisValue) == 0x000000, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, Value) == 0x000008, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, local_Threshold) == 0x000010, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::local_Threshold' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, Temp_bool_Variable) == 0x000018, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, CallFunc_Abs_ReturnValue) == 0x000020, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, CallFunc_SignOfFloat_ReturnValue) == 0x000028, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, Temp_int_Variable) == 0x000030, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, CallFunc_FTrunc_ReturnValue) == 0x000034, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_AxisInputThreshold, K2Node_Select_Default) == 0x00003C, "Member 'BP_UINavigationInputActor_C_AxisInputThreshold::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_CustomEvent_7 \ +static_assert(alignof(BP_UINavigationInputActor_C_CustomEvent_7) == 0x000008, "Wrong alignment on BP_UINavigationInputActor_C_CustomEvent_7"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_CustomEvent_7) == 0x000008, "Wrong size on BP_UINavigationInputActor_C_CustomEvent_7"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_CustomEvent_7, Value) == 0x000000, "Member 'BP_UINavigationInputActor_C_CustomEvent_7::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_CustomEvent_8 \ +static_assert(alignof(BP_UINavigationInputActor_C_CustomEvent_8) == 0x000008, "Wrong alignment on BP_UINavigationInputActor_C_CustomEvent_8"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_CustomEvent_8) == 0x000008, "Wrong size on BP_UINavigationInputActor_C_CustomEvent_8"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_CustomEvent_8, Value) == 0x000000, "Member 'BP_UINavigationInputActor_C_CustomEvent_8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor \ +static_assert(alignof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor) == 0x000008, "Wrong alignment on BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor) == 0x000138, "Wrong size on BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, EntryPoint) == 0x000000, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable) == 0x000004, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_1) == 0x000005, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_2) == 0x000006, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_wildcard_CurrentValue_Variable) == 0x000008, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_wildcard_CurrentValue_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_NotEqual_Vector2DVector2D_ReturnValue) == 0x000018, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_NotEqual_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_wildcard_CurrentValue_Variable_1) == 0x000020, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_wildcard_CurrentValue_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_NotEqual_Vector2DVector2D_ReturnValue_1) == 0x000030, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_NotEqual_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_wildcard_Variable) == 0x000034, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_3) == 0x000038, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector) == 0x00003C, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_wildcard_Variable_1) == 0x000048, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_1) == 0x00004C, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_4) == 0x000058, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_2) == 0x00005C, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_3) == 0x000068, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_4) == 0x000074, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_5) == 0x000080, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_InputAxisEvent_AxisValue_1) == 0x00008C, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_InputAxisEvent_AxisValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_InputAxisEvent_AxisValue) == 0x000090, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_5) == 0x000094, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_6) == 0x000098, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_7) == 0x0000A4, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_8) == 0x0000B0, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_MakeStruct_IntVector_9) == 0x0000BC, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_MakeStruct_IntVector_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_6) == 0x0000C8, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_7) == 0x0000C9, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_Event_DeltaSeconds) == 0x0000CC, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_8) == 0x0000D0, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsClosed_Variable) == 0x0000D1, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_GetInputManager_InputManager) == 0x0000D8, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_9) == 0x0000E0, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_CreateDelegate_OutputDelegate) == 0x0000E4, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_Has_Been_Initd_Variable) == 0x0000F4, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_10) == 0x0000F5, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_CustomEvent_Value_1) == 0x0000F8, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_AxisInputThreshold_Value) == 0x000100, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_AxisInputThreshold_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000104, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsClosed_Variable_1) == 0x000105, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000108, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, K2Node_CustomEvent_Value) == 0x000118, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_AxisInputThreshold_Value_1) == 0x000120, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_AxisInputThreshold_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000124, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_Has_Been_Initd_Variable_1) == 0x000125, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, Temp_bool_IsActive_Variable_11) == 0x000126, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::Temp_bool_IsActive_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_GetInputManager_InputManager_1) == 0x000128, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_GetInputManager_InputManager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor, CallFunc_GetInputManager_InputManager_2) == 0x000130, "Member 'BP_UINavigationInputActor_C_ExecuteUbergraph_BP_UINavigationInputActor::CallFunc_GetInputManager_InputManager_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1 \ +static_assert(alignof(BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1) == 0x000004, "Wrong alignment on BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1) == 0x000004, "Wrong size on BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1, AxisValue) == 0x000000, "Member 'BP_UINavigationInputActor_C_Right_K2Node_InputAxisEvent_1::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0 \ +static_assert(alignof(BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0) == 0x000004, "Wrong alignment on BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0) == 0x000004, "Wrong size on BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0, AxisValue) == 0x000000, "Member 'BP_UINavigationInputActor_C_Down_K2Node_InputAxisEvent_0::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationInputActor_C_ReceiveTick \ +static_assert(alignof(BP_UINavigationInputActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UINavigationInputActor_C_ReceiveTick"); \ +static_assert(sizeof(BP_UINavigationInputActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_UINavigationInputActor_C_ReceiveTick"); \ +static_assert(offsetof(BP_UINavigationInputActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UINavigationInputActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_UINavigationInputActor_C \ +static_assert(alignof(ABP_UINavigationInputActor_C) == 0x000008, "Wrong alignment on ABP_UINavigationInputActor_C"); \ +static_assert(sizeof(ABP_UINavigationInputActor_C) == 0x0002A8, "Wrong size on ABP_UINavigationInputActor_C"); \ +static_assert(offsetof(ABP_UINavigationInputActor_C, UberGraphFrame) == 0x000290, "Member 'ABP_UINavigationInputActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_UINavigationInputActor_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_UINavigationInputActor_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_UINavigationInputActor_C, BP_UINavigationComponent) == 0x0002A0, "Member 'ABP_UINavigationInputActor_C::BP_UINavigationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CleasTowerBattle \ +static_assert(alignof(FS_CleasTowerBattle) == 0x000004, "Wrong alignment on FS_CleasTowerBattle"); \ +static_assert(sizeof(FS_CleasTowerBattle) == 0x00001C, "Wrong size on FS_CleasTowerBattle"); \ +static_assert(offsetof(FS_CleasTowerBattle, BattleName_2_9DF807C14B32580258C4259D07901AD1) == 0x000000, "Member 'FS_CleasTowerBattle::BattleName_2_9DF807C14B32580258C4259D07901AD1' has a wrong offset!"); \ +static_assert(offsetof(FS_CleasTowerBattle, Battle_EncounterRow_4_5152DA91472277550160E9B4927DF512) == 0x000008, "Member 'FS_CleasTowerBattle::Battle_EncounterRow_4_5152DA91472277550160E9B4927DF512' has a wrong offset!"); \ +static_assert(offsetof(FS_CleasTowerBattle, LevelToLoad_15_51340D2C44CCEE20D3C56A86773B101A) == 0x000010, "Member 'FS_CleasTowerBattle::LevelToLoad_15_51340D2C44CCEE20D3C56A86773B101A' has a wrong offset!"); \ +static_assert(offsetof(FS_CleasTowerBattle, BattleIndex_23_6F5193734EC8977357AFC6B3E9715B2E) == 0x000018, "Member 'FS_CleasTowerBattle::BattleIndex_23_6F5193734EC8977357AFC6B3E9715B2E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent) == 0x000018, "Wrong size on WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent, OutputName) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent::OutputName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent, Output) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounce_C_DestroyAudioComponent::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce) == 0x0000D0, "Wrong size on WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, EntryPoint) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate_4) == 0x00005C, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_Event_IsDesignTime) == 0x00006C, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CreateDelegate_OutputDelegate_5) == 0x000070, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_SetTriggerParameter_self_CastInput) == 0x000088, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_SetTriggerParameter_self_CastInput_1) == 0x000098, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_SetTriggerParameter_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_WatchOutput_ReturnValue) == 0x0000A8, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_WatchOutput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CustomEvent_OutputName) == 0x0000AC, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CustomEvent_OutputName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, K2Node_CustomEvent_Output) == 0x0000B8, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::K2Node_CustomEvent_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x0000C8, "Member 'WBP_HUD_LevelNameAnnounce_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounce::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent) == 0x000028, "Wrong size on WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent, ReturnValue) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent, CallFunc_GetPauseMenuWidget_PauseMenuWidget) == 0x000020, "Member 'WBP_HUD_LevelNameAnnounce_C_GetVirtualTreeParent::CallFunc_GetPauseMenuWidget_PauseMenuWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_PreConstruct \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_LevelNameAnnounce_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue) == 0x000030, "Wrong size on WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue, InOwnerQueue) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue::InOwnerQueue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue, CallFunc_GetIsPaused_IsPaused) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue::CallFunc_GetIsPaused_IsPaused' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_HUD_LevelNameAnnounce_C_SetOwnerQueue::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounce_C_Show \ +static_assert(alignof(WBP_HUD_LevelNameAnnounce_C_Show) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounce_C_Show"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounce_C_Show) == 0x000028, "Wrong size on WBP_HUD_LevelNameAnnounce_C_Show"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_Show, CallFunc_GetDataTableRowFromName_OutRow) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounce_C_Show::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_Show, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounce_C_Show::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_Show, CallFunc_CreateSound2D_ReturnValue) == 0x000010, "Member 'WBP_HUD_LevelNameAnnounce_C_Show::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounce_C_Show, CallFunc_SetTriggerParameter_self_CastInput) == 0x000018, "Member 'WBP_HUD_LevelNameAnnounce_C_Show::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_LevelNameAnnounce_C \ +static_assert(alignof(UWBP_HUD_LevelNameAnnounce_C) == 0x000008, "Wrong alignment on UWBP_HUD_LevelNameAnnounce_C"); \ +static_assert(sizeof(UWBP_HUD_LevelNameAnnounce_C) == 0x000478, "Wrong size on UWBP_HUD_LevelNameAnnounce_C"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, UberGraphFrame) == 0x000430, "Member 'UWBP_HUD_LevelNameAnnounce_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, Anim_Hide) == 0x000438, "Member 'UWBP_HUD_LevelNameAnnounce_C::Anim_Hide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, Anim_Show) == 0x000440, "Member 'UWBP_HUD_LevelNameAnnounce_C::Anim_Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, Background) == 0x000448, "Member 'UWBP_HUD_LevelNameAnnounce_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, TextBlock_LevelName) == 0x000450, "Member 'UWBP_HUD_LevelNameAnnounce_C::TextBlock_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, DisplayTime) == 0x000458, "Member 'UWBP_HUD_LevelNameAnnounce_C::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, DisplayTimerHandle) == 0x000460, "Member 'UWBP_HUD_LevelNameAnnounce_C::DisplayTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, OwnerQueue) == 0x000468, "Member 'UWBP_HUD_LevelNameAnnounce_C::OwnerQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounce_C, AnnounceAudioComponent) == 0x000470, "Member 'UWBP_HUD_LevelNameAnnounce_C::AnnounceAudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_Ono_C_PlayEnmOnoInBattle \ +static_assert(alignof(AN_Ono_C_PlayEnmOnoInBattle) == 0x000008, "Wrong alignment on AN_Ono_C_PlayEnmOnoInBattle"); \ +static_assert(sizeof(AN_Ono_C_PlayEnmOnoInBattle) == 0x000050, "Wrong size on AN_Ono_C_PlayEnmOnoInBattle"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, Owner) == 0x000000, "Member 'AN_Ono_C_PlayEnmOnoInBattle::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000008, "Member 'AN_Ono_C_PlayEnmOnoInBattle::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AN_Ono_C_PlayEnmOnoInBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000020, "Member 'AN_Ono_C_PlayEnmOnoInBattle::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'AN_Ono_C_PlayEnmOnoInBattle::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000038, "Member 'AN_Ono_C_PlayEnmOnoInBattle::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'AN_Ono_C_PlayEnmOnoInBattle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayEnmOnoInBattle, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'AN_Ono_C_PlayEnmOnoInBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_Ono_C_PlayMcOnoFromData \ +static_assert(alignof(AN_Ono_C_PlayMcOnoFromData) == 0x000008, "Wrong alignment on AN_Ono_C_PlayMcOnoFromData"); \ +static_assert(sizeof(AN_Ono_C_PlayMcOnoFromData) == 0x000070, "Wrong size on AN_Ono_C_PlayMcOnoFromData"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoFromData, AttachToComponent) == 0x000000, "Member 'AN_Ono_C_PlayMcOnoFromData::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoFromData, OnoSoundData) == 0x000008, "Member 'AN_Ono_C_PlayMcOnoFromData::OnoSoundData' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoFromData, CallFunc_Map_Find_Value) == 0x000058, "Member 'AN_Ono_C_PlayMcOnoFromData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoFromData, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'AN_Ono_C_PlayMcOnoFromData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoFromData, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000068, "Member 'AN_Ono_C_PlayMcOnoFromData::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_Ono_C_PlayMcOnoInBattle \ +static_assert(alignof(AN_Ono_C_PlayMcOnoInBattle) == 0x000008, "Wrong alignment on AN_Ono_C_PlayMcOnoInBattle"); \ +static_assert(sizeof(AN_Ono_C_PlayMcOnoInBattle) == 0x000070, "Wrong size on AN_Ono_C_PlayMcOnoInBattle"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, Owner) == 0x000000, "Member 'AN_Ono_C_PlayMcOnoInBattle::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioProfile_self_CastInput) == 0x000008, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioProfile_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioProfile_AudioProfile) == 0x000018, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioProfile_AudioProfile' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000020, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_SFX) == 0x000028, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_SFX' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Weapon_L) == 0x000030, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Weapon_R) == 0x000038, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Foley) == 0x000040, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Foley' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Vocal) == 0x000048, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Vocal' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Foot_L) == 0x000050, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Foot_L' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_Foot_R) == 0x000058, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_Foot_R' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_GetBattleAudioContainerComponents_HitBy) == 0x000060, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_GetBattleAudioContainerComponents_HitBy' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInBattle, CallFunc_RandomBoolWithWeight_Weight_ImplicitCast) == 0x000068, "Member 'AN_Ono_C_PlayMcOnoInBattle::CallFunc_RandomBoolWithWeight_Weight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_Ono_C_PlayMcOnoInWorld \ +static_assert(alignof(AN_Ono_C_PlayMcOnoInWorld) == 0x000008, "Wrong alignment on AN_Ono_C_PlayMcOnoInWorld"); \ +static_assert(sizeof(AN_Ono_C_PlayMcOnoInWorld) == 0x000038, "Wrong size on AN_Ono_C_PlayMcOnoInWorld"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, BPReference) == 0x000000, "Member 'AN_Ono_C_PlayMcOnoInWorld::BPReference' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, Owner) == 0x000008, "Member 'AN_Ono_C_PlayMcOnoInWorld::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x000010, "Member 'AN_Ono_C_PlayMcOnoInWorld::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AN_Ono_C_PlayMcOnoInWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000021, "Member 'AN_Ono_C_PlayMcOnoInWorld::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'AN_Ono_C_PlayMcOnoInWorld::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, CallFunc_GetAudioComponentByType_AudioComponent) == 0x000028, "Member 'AN_Ono_C_PlayMcOnoInWorld::CallFunc_GetAudioComponentByType_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_PlayMcOnoInWorld, CallFunc_RandomBoolWithWeight_Weight_ImplicitCast) == 0x000030, "Member 'AN_Ono_C_PlayMcOnoInWorld::CallFunc_RandomBoolWithWeight_Weight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_Ono_C_Received_Notify \ +static_assert(alignof(AN_Ono_C_Received_Notify) == 0x000008, "Wrong alignment on AN_Ono_C_Received_Notify"); \ +static_assert(sizeof(AN_Ono_C_Received_Notify) == 0x000080, "Wrong size on AN_Ono_C_Received_Notify"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_Ono_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, Animation) == 0x000008, "Member 'AN_Ono_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_Ono_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_Ono_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_Ono_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000050, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000060, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x000070, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AN_Ono_C_Received_Notify, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'AN_Ono_C_Received_Notify::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_Ono_C \ +static_assert(alignof(UAN_Ono_C) == 0x000008, "Wrong alignment on UAN_Ono_C"); \ +static_assert(sizeof(UAN_Ono_C) == 0x000058, "Wrong size on UAN_Ono_C"); \ +static_assert(offsetof(UAN_Ono_C, AttachToComponentInWorld) == 0x000038, "Member 'UAN_Ono_C::AttachToComponentInWorld' has a wrong offset!"); \ +static_assert(offsetof(UAN_Ono_C, OnoType) == 0x000039, "Member 'UAN_Ono_C::OnoType' has a wrong offset!"); \ +static_assert(offsetof(UAN_Ono_C, PercentageChanceToTrigger) == 0x000040, "Member 'UAN_Ono_C::PercentageChanceToTrigger' has a wrong offset!"); \ +static_assert(offsetof(UAN_Ono_C, Audio_Profile_Asset) == 0x000048, "Member 'UAN_Ono_C::Audio_Profile_Asset' has a wrong offset!"); \ +static_assert(offsetof(UAN_Ono_C, AttnEnmOverrideBattleHitByCommonEvent) == 0x000050, "Member 'UAN_Ono_C::AttnEnmOverrideBattleHitByCommonEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_AppendStack__Content_ \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_AppendStack__Content_) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_AppendStack__Content_"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_AppendStack__Content_) == 0x000108, "Wrong size on QAHelpers_FunctionLibrary_C_AppendStack__Content_"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, Text) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::Text' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, __WorldContext) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, Result) == 0x000018, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::Result' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString) == 0x000070, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000090, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, K2Node_MakeArray_Array) == 0x0000E8, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_AppendStack__Content_, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'QAHelpers_FunctionLibrary_C_AppendStack__Content_::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack) == 0x0002C0, "Wrong size on QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, __WorldContext) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Found) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Found' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, AssetName) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::AssetName' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Callstack) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Callstack' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, local_stack) == 0x000030, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::local_stack' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, local_remainingFrames) == 0x000040, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::local_remainingFrames' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, local_parts) == 0x000048, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::local_parts' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, local_gameSystemPaths_0) == 0x000058, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::local_gameSystemPaths_0' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000A8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Loop_Counter_Variable) == 0x0000BC, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Array_Index_Variable) == 0x0000C4, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, K2Node_MakeVariable_MakeVariableOutput) == 0x0000C8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Array_Index_Variable_1) == 0x000118, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Get_Item) == 0x000120, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Contains_ReturnValue) == 0x000130, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Loop_Counter_Variable_1) == 0x000134, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Add_IntInt_ReturnValue_1) == 0x00013C, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_bool_True_if_break_was_hit_Variable) == 0x000140, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Array_Index_Variable_2) == 0x000144, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000148, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_int_Loop_Counter_Variable_2) == 0x00014C, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Add_IntInt_ReturnValue_2) == 0x000158, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Get_Item_2) == 0x000170, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_GetCleanFilename_ReturnValue) == 0x000180, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_GetCleanFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_GetBaseFilename_ReturnValue) == 0x000190, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Trim_ReturnValue) == 0x0001A0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Trim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Length_ReturnValue_2) == 0x0001B0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Concat_StrStr_ReturnValue) == 0x0001B8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Add_ReturnValue) == 0x0001CC, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_BooleanAND_ReturnValue) == 0x0001D0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Length_ReturnValue_3) == 0x0001D4, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_bool_Variable) == 0x0001D9, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0001E0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0001F0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_MakeLiteralInt_ReturnValue) == 0x0001F4, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Greater_IntInt_ReturnValue) == 0x0001F9, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001FC, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Less_IntInt_ReturnValue_3) == 0x000200, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Conv_IntToString_ReturnValue) == 0x000208, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000218, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_JoinStringArray_ReturnValue) == 0x000228, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000238, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000248, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Array_Add_ReturnValue_1) == 0x000258, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000260, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, K2Node_Select_Default) == 0x000270, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Set_ToArray_Result) == 0x000280, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_StringContainsAnyPartInList_Result) == 0x000290, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_StringContainsAnyPartInList_Result' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x000298, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002A8, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack, CallFunc_GetStackTrace_ReturnValue) == 0x0002B0, "Member 'QAHelpers_FunctionLibrary_C_FindContentAssetFromCallStack::CallFunc_GetStackTrace_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString) == 0x000138, "Wrong size on QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, __WorldContext) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, DebugString) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::DebugString' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, Temp_bool_Variable) == 0x000018, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, Temp_string_Variable) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_FindContentAssetFromCallStack_Found) == 0x000030, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_FindContentAssetFromCallStack_Found' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_FindContentAssetFromCallStack_AssetName) == 0x000038, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_FindContentAssetFromCallStack_AssetName' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_FindContentAssetFromCallStack_CallStack) == 0x000048, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_FindContentAssetFromCallStack_CallStack' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, K2Node_Select_Default) == 0x000068, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C0, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, K2Node_MakeArray_Array) == 0x000118, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString, CallFunc_Format_ReturnValue) == 0x000128, "Member 'QAHelpers_FunctionLibrary_C_GetGameContentAssetFromCallStackDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName) == 0x000068, "Wrong size on QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, Object) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::Object' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, CallFunc_Split_LeftS) == 0x000030, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::CallFunc_Split_LeftS' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, CallFunc_Split_RightS) == 0x000040, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::CallFunc_Split_RightS' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, CallFunc_Split_ReturnValue) == 0x000050, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::CallFunc_Split_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'QAHelpers_FunctionLibrary_C_GetQAWidgetCVarName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_IsDemoMode \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_IsDemoMode) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_IsDemoMode"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_IsDemoMode) == 0x000010, "Wrong size on QAHelpers_FunctionLibrary_C_IsDemoMode"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_IsDemoMode, __WorldContext) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_IsDemoMode::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_IsDemoMode, Enabled) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_IsDemoMode::Enabled' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_IsDemoMode, CallFunc_GetBoolCVar_ReturnValue) == 0x000009, "Member 'QAHelpers_FunctionLibrary_C_IsDemoMode::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList) == 0x000058, "Wrong size on QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, TargetSearch) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::TargetSearch' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, Parts) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::Parts' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, bUseCase) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::bUseCase' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, __WorldContext) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, Result) == 0x000030, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::Result' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, Temp_int_Array_Index_Variable) == 0x000038, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, CallFunc_Array_Get_Item) == 0x000040, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, CallFunc_Contains_ReturnValue) == 0x000050, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'QAHelpers_FunctionLibrary_C_StringContainsAnyPartInList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM) == 0x000008, "Wrong size on QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM, __WorldContext) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_TEST_FUNCTION_TOM::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar) == 0x000030, "Wrong size on QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar, CallFunc_GetBoolCVar_ReturnValue) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_ApplyQACheckboxCVar::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar) == 0x000038, "Wrong size on QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar, CallFunc_GetStringCVar_ReturnValue) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_ApplyQAComboBoxCVar::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar) == 0x000030, "Wrong size on QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, CallFunc_IsCVarRegistered_ReturnValue) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::CallFunc_IsCVarRegistered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'QAHelpers_FunctionLibrary_C_RegisterQACheckBoxCVar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar) == 0x000030, "Wrong size on QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, CallFunc_IsCVarRegistered_ReturnValue) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::CallFunc_IsCVarRegistered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'QAHelpers_FunctionLibrary_C_RegisterQAComboBoxCVar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar) == 0x000030, "Wrong size on QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar, CallFunc_IsChecked_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar::CallFunc_IsChecked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000018, "Member 'QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'QAHelpers_FunctionLibrary_C_UpdateQACheckBoxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar \ +static_assert(alignof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar) == 0x000008, "Wrong alignment on QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar"); \ +static_assert(sizeof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar) == 0x000038, "Wrong size on QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar, Widget) == 0x000000, "Member 'QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar::Widget' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar, __WorldContext) == 0x000008, "Member 'QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar, CallFunc_GetSelectedOption_ReturnValue) == 0x000010, "Member 'QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar::CallFunc_GetSelectedOption_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar, CallFunc_GetQAWidgetCVarName_ReturnValue) == 0x000020, "Member 'QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar::CallFunc_GetQAWidgetCVarName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'QAHelpers_FunctionLibrary_C_UpdateQAComboBoxCVar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQAHelpers_FunctionLibrary_C \ +static_assert(alignof(UQAHelpers_FunctionLibrary_C) == 0x000008, "Wrong alignment on UQAHelpers_FunctionLibrary_C"); \ +static_assert(sizeof(UQAHelpers_FunctionLibrary_C) == 0x000028, "Wrong size on UQAHelpers_FunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootList_C_AddLoot \ +static_assert(alignof(WBP_HUD_LootList_C_AddLoot) == 0x000008, "Wrong alignment on WBP_HUD_LootList_C_AddLoot"); \ +static_assert(sizeof(WBP_HUD_LootList_C_AddLoot) == 0x000050, "Wrong size on WBP_HUD_LootList_C_AddLoot"); \ +static_assert(offsetof(WBP_HUD_LootList_C_AddLoot, ItemTypeAndQuantity) == 0x000000, "Member 'WBP_HUD_LootList_C_AddLoot::ItemTypeAndQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootList_C_AddLootFromGeneratedItems \ +static_assert(alignof(WBP_HUD_LootList_C_AddLootFromGeneratedItems) == 0x000008, "Wrong alignment on WBP_HUD_LootList_C_AddLootFromGeneratedItems"); \ +static_assert(sizeof(WBP_HUD_LootList_C_AddLootFromGeneratedItems) == 0x000010, "Wrong size on WBP_HUD_LootList_C_AddLootFromGeneratedItems"); \ +static_assert(offsetof(WBP_HUD_LootList_C_AddLootFromGeneratedItems, GeneratedItems) == 0x000000, "Member 'WBP_HUD_LootList_C_AddLootFromGeneratedItems::GeneratedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList \ +static_assert(alignof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList) == 0x000008, "Wrong alignment on WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList"); \ +static_assert(sizeof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList) == 0x0002E0, "Wrong size on WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, EntryPoint) == 0x000000, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Loop_Counter_Variable_2) == 0x000028, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Add_IntInt_ReturnValue_2) == 0x00002C, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_bool_IsClosed_Variable) == 0x000034, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, K2Node_CustomEvent_ItemTypeAndQuantity_1) == 0x000038, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::K2Node_CustomEvent_ItemTypeAndQuantity_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000098, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Get_Item) == 0x00009C, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x0000A4, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x0000A8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Map_Find_Value) == 0x0001D8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Map_Find_ReturnValue) == 0x0001DC, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Length_ReturnValue) == 0x0001E0, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Less_IntInt_ReturnValue) == 0x0001E4, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, K2Node_CustomEvent_ItemTypeAndQuantity) == 0x0001E8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::K2Node_CustomEvent_ItemTypeAndQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_SpawnObject_ReturnValue_1) == 0x000238, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Add_ReturnValue) == 0x000240, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Get_Item_1) == 0x000248, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_bool_Has_Been_Initd_Variable) == 0x000250, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Length_ReturnValue_1) == 0x000254, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Greater_IntInt_ReturnValue) == 0x000258, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_bool_Has_Been_Initd_Variable_1) == 0x000259, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_PlayAnimation_ReturnValue) == 0x000260, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_PlayAnimation_ReturnValue_1) == 0x000268, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000270, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_GetAllChildren_ReturnValue) == 0x000278, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, Temp_bool_IsClosed_Variable_1) == 0x000288, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Get_Item_2) == 0x000290, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, K2Node_DynamicCast_AsWBP_HUD_Loot_Entry) == 0x000298, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::K2Node_DynamicCast_AsWBP_HUD_Loot_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, K2Node_DynamicCast_bSuccess) == 0x0002A0, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Length_ReturnValue_2) == 0x0002A4, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002A8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Not_PreBool_ReturnValue) == 0x0002A9, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, K2Node_CustomEvent_GeneratedItems) == 0x0002B0, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::K2Node_CustomEvent_GeneratedItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Get_Item_3) == 0x0002C0, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Length_ReturnValue_3) == 0x0002C8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002CC, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0002CD, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_Array_Add_ReturnValue_1) == 0x0002D0, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x0002D8, "Member 'WBP_HUD_LootList_C_ExecuteUbergraph_WBP_HUD_LootList::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootList_C_PostBattleLootList \ +static_assert(alignof(WBP_HUD_LootList_C_PostBattleLootList) == 0x000008, "Wrong alignment on WBP_HUD_LootList_C_PostBattleLootList"); \ +static_assert(sizeof(WBP_HUD_LootList_C_PostBattleLootList) == 0x000050, "Wrong size on WBP_HUD_LootList_C_PostBattleLootList"); \ +static_assert(offsetof(WBP_HUD_LootList_C_PostBattleLootList, ItemTypeAndQuantity) == 0x000000, "Member 'WBP_HUD_LootList_C_PostBattleLootList::ItemTypeAndQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_LootList_C \ +static_assert(alignof(UWBP_HUD_LootList_C) == 0x000008, "Wrong alignment on UWBP_HUD_LootList_C"); \ +static_assert(sizeof(UWBP_HUD_LootList_C) == 0x000378, "Wrong size on UWBP_HUD_LootList_C"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_LootList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Anim_Appear_Regular) == 0x0002E8, "Member 'UWBP_HUD_LootList_C::Anim_Appear_Regular' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Artdeco_Right) == 0x0002F0, "Member 'UWBP_HUD_LootList_C::Artdeco_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Background) == 0x0002F8, "Member 'UWBP_HUD_LootList_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, CenterImage) == 0x000300, "Member 'UWBP_HUD_LootList_C::CenterImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, CenterImage_1) == 0x000308, "Member 'UWBP_HUD_LootList_C::CenterImage_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Ligne_Right) == 0x000310, "Member 'UWBP_HUD_LootList_C::Ligne_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Ligne_Right_1) == 0x000318, "Member 'UWBP_HUD_LootList_C::Ligne_Right_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Line_Left) == 0x000320, "Member 'UWBP_HUD_LootList_C::Line_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Line_Left_1) == 0x000328, "Member 'UWBP_HUD_LootList_C::Line_Left_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Point_left) == 0x000330, "Member 'UWBP_HUD_LootList_C::Point_left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Point_left_1) == 0x000338, "Member 'UWBP_HUD_LootList_C::Point_left_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Point_Right) == 0x000340, "Member 'UWBP_HUD_LootList_C::Point_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, Point_Right_1) == 0x000348, "Member 'UWBP_HUD_LootList_C::Point_Right_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, RPG_LootList) == 0x000350, "Member 'UWBP_HUD_LootList_C::RPG_LootList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, WBP_HUD_LootEntry) == 0x000358, "Member 'UWBP_HUD_LootList_C::WBP_HUD_LootEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, LootEntryQueue) == 0x000360, "Member 'UWBP_HUD_LootList_C::LootEntryQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootList_C, HasAppeared) == 0x000370, "Member 'UWBP_HUD_LootList_C::HasAppeared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CommonUI_ActionDataRowHandle \ +static_assert(alignof(FS_CommonUI_ActionDataRowHandle) == 0x000008, "Wrong alignment on FS_CommonUI_ActionDataRowHandle"); \ +static_assert(sizeof(FS_CommonUI_ActionDataRowHandle) == 0x000010, "Wrong size on FS_CommonUI_ActionDataRowHandle"); \ +static_assert(offsetof(FS_CommonUI_ActionDataRowHandle, DataRowHandle_2_ECC2152A431048452A4257BA328D917F) == 0x000000, "Member 'FS_CommonUI_ActionDataRowHandle::DataRowHandle_2_ECC2152A431048452A4257BA328D917F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GameplayResettable_C \ +static_assert(alignof(IBPI_GameplayResettable_C) == 0x000001, "Wrong alignment on IBPI_GameplayResettable_C"); \ +static_assert(sizeof(IBPI_GameplayResettable_C) == 0x000001, "Wrong size on IBPI_GameplayResettable_C"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility) == 0x000002, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility, DesiredVisibility) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility::DesiredVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ComputeDesiredVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_GetBattleBuffContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar, HealthBar) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_GetCharacterHealthBar::HealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer, Panel) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_GetExtraIconsContainer::Panel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_GetStatusEffectContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base) == 0x0000B0, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, EntryPoint) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, Temp_real_Variable) == 0x000004, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000018, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_Event_MyGeometry) == 0x00001C, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_Event_InDeltaTime) == 0x000054, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000058, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_CustomEvent_BattleStats) == 0x000060, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_CustomEvent_BattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetCharacterHealthBar_HealthBar) == 0x000068, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetCharacterHealthBar_HealthBar' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_MakeLiteralName_ReturnValue) == 0x000070, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_IsCVarRegistered_ReturnValue) == 0x000078, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_IsCVarRegistered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetBoolCVar_ReturnValue) == 0x000079, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_CustomEvent_NewValue) == 0x00007A, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x00007B, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetExtraIconsContainer_Panel) == 0x000080, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetExtraIconsContainer_Panel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_BooleanAND_ReturnValue) == 0x000088, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetStatusEffectContainer_BattleEffectBox) == 0x000090, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetStatusEffectContainer_BattleEffectBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, CallFunc_GetBattleBuffContainer_BattleEffectBox) == 0x000098, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::CallFunc_GetBattleBuffContainer_BattleEffectBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, Temp_real_Variable_1) == 0x0000A0, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, Temp_bool_Variable) == 0x0000A4, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_Battle_CharacterOverheadState_Base_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState_Base::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement) == 0x000020, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement, Content) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement::Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement, ReturnValue) == 0x000008, "Member 'WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement, CallFunc_GetExtraIconsContainer_Panel) == 0x000010, "Member 'WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement::CallFunc_GetExtraIconsContainer_Panel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_Battle_CharacterOverheadState_Base_C_AddExtraIconElement::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility) == 0x000003, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility, local_desiredVisibility) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility::local_desiredVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility, CallFunc_ComputeDesiredVisibility_DesiredVisibility) == 0x000001, "Member 'WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility::CallFunc_ComputeDesiredVisibility_DesiredVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'WBP_Battle_CharacterOverheadState_Base_C_UpdateVisibility::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_CanHide \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_CanHide) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_CanHide"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_CanHide) == 0x000002, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_CanHide"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_CanHide, ReturnValue) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_CanHide::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_CanHide, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_Battle_CharacterOverheadState_Base_C_CanHide::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_PreConstruct \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_PreConstruct"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_PreConstruct) == 0x000001, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_PreConstruct"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_Tick \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_Tick) == 0x000004, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_Tick"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_Tick) == 0x00003C, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_Tick"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Battle_CharacterOverheadState_Base_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats, BattleStats) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_SetCharacterBattleStats::BattleStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_Base_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Battle_CharacterOverheadState_Base_C \ +static_assert(alignof(UWBP_Battle_CharacterOverheadState_Base_C) == 0x000008, "Wrong alignment on UWBP_Battle_CharacterOverheadState_Base_C"); \ +static_assert(sizeof(UWBP_Battle_CharacterOverheadState_Base_C) == 0x0002F8, "Wrong size on UWBP_Battle_CharacterOverheadState_Base_C"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_Base_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Battle_CharacterOverheadState_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_Base_C, CharacterBattleStats) == 0x0002E8, "Member 'UWBP_Battle_CharacterOverheadState_Base_C::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_Base_C, IsPlayingDamageAnim) == 0x0002F0, "Member 'UWBP_Battle_CharacterOverheadState_Base_C::IsPlayingDamageAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_Base_C, _IsHovered) == 0x0002F1, "Member 'UWBP_Battle_CharacterOverheadState_Base_C::_IsHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_Base_C, CurrentVisibility) == 0x0002F2, "Member 'UWBP_Battle_CharacterOverheadState_Base_C::CurrentVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'BPI_UINotifiedObject_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_UINotifiedObject_C_BPI_ShouldShowNotification \ +static_assert(alignof(BPI_UINotifiedObject_C_BPI_ShouldShowNotification) == 0x000001, "Wrong alignment on BPI_UINotifiedObject_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(BPI_UINotifiedObject_C_BPI_ShouldShowNotification) == 0x000001, "Wrong size on BPI_UINotifiedObject_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(BPI_UINotifiedObject_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'BPI_UINotifiedObject_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_UINotifiedObject_C \ +static_assert(alignof(IBPI_UINotifiedObject_C) == 0x000001, "Wrong alignment on IBPI_UINotifiedObject_C"); \ +static_assert(sizeof(IBPI_UINotifiedObject_C) == 0x000001, "Wrong size on IBPI_UINotifiedObject_C"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable \ +static_assert(alignof(BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable) == 0x000008, "Wrong size on BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Pictos_C_GetScalingDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs \ +static_assert(alignof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs) == 0x000188, "Wrong size on BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, PassiveEffectIDs) == 0x000000, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, local_unlockedPassives) == 0x000010, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::local_unlockedPassives' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000020, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetItemStaticData_ItemStaticData) == 0x000030, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x000168, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetUnlockedPassiveEffects_PassiveEffects) == 0x000178, "Member 'BP_ItemInstance_Gear_Pictos_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers \ +static_assert(alignof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers) == 0x0000A0, "Wrong size on BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00000C, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_GetPictosDefinition_Found) == 0x000014, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_GetPictosDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_GetPictosDefinition_OutRow) == 0x000018, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_GetPictosDefinition_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Array_Get_Item) == 0x00008C, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Map_Find_Value) == 0x000090, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'BP_ItemInstance_Gear_Pictos_C_LoadBaseStatsMultipliers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Gear_Pictos_C \ +static_assert(alignof(UBP_ItemInstance_Gear_Pictos_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Gear_Pictos_C"); \ +static_assert(sizeof(UBP_ItemInstance_Gear_Pictos_C) == 0x000220, "Wrong size on UBP_ItemInstance_Gear_Pictos_C"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug \ +static_assert(alignof(BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong alignment on BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(sizeof(BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong size on BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug, NewValue) == 0x000000, "Member 'BP_jRPG_CharacterBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot \ +static_assert(alignof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot) == 0x000004, "Wrong alignment on BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot"); \ +static_assert(sizeof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot) == 0x000018, "Wrong size on BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot, EntryPoint) == 0x000000, "Member 'BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot, K2Node_CustomEvent_NewValue) == 0x000014, "Member 'BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'BP_jRPG_CharacterBattleSpot_C_ExecuteUbergraph_BP_jRPG_CharacterBattleSpot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_CharacterBattleSpot_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_CharacterBattleSpot_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript) == 0x0000E0, "Wrong size on BP_jRPG_CharacterBattleSpot_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000000, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x0000B0, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_CharacterBattleSpot_C_UserConstructionScript, CallFunc_Format_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_CharacterBattleSpot_C_UserConstructionScript::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_CharacterBattleSpot_C \ +static_assert(alignof(ABP_jRPG_CharacterBattleSpot_C) == 0x000008, "Wrong alignment on ABP_jRPG_CharacterBattleSpot_C"); \ +static_assert(sizeof(ABP_jRPG_CharacterBattleSpot_C) == 0x0002E8, "Wrong size on ABP_jRPG_CharacterBattleSpot_C"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, UberGraphFrame) == 0x000290, "Member 'ABP_jRPG_CharacterBattleSpot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, SpawnPosition) == 0x000298, "Member 'ABP_jRPG_CharacterBattleSpot_C::SpawnPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, PreviewMesh) == 0x0002A0, "Member 'ABP_jRPG_CharacterBattleSpot_C::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, BacklineText) == 0x0002A8, "Member 'ABP_jRPG_CharacterBattleSpot_C::BacklineText' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, BacklineArrow) == 0x0002B0, "Member 'ABP_jRPG_CharacterBattleSpot_C::BacklineArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, BacklineCapsule) == 0x0002B8, "Member 'ABP_jRPG_CharacterBattleSpot_C::BacklineCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, FrontlineText) == 0x0002C0, "Member 'ABP_jRPG_CharacterBattleSpot_C::FrontlineText' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, FrontlineArrow) == 0x0002C8, "Member 'ABP_jRPG_CharacterBattleSpot_C::FrontlineArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, FrontlineCapsule) == 0x0002D0, "Member 'ABP_jRPG_CharacterBattleSpot_C::FrontlineCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, Scene) == 0x0002D8, "Member 'ABP_jRPG_CharacterBattleSpot_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_CharacterBattleSpot_C, SlotIndex) == 0x0002E0, "Member 'ABP_jRPG_CharacterBattleSpot_C::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition) == 0x000028, "Wrong size on BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, EntryPoint) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000008, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, CallFunc_GetTransitionPhase_Phase) == 0x000020, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::CallFunc_GetTransitionPhase_Phase' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000022, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_LatentAction_WaitForGameflowTransition_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted) == 0x000018, "Wrong size on BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransition_C_OnWaitCompleted::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LatentAction_WaitForGameflowTransition_C \ +static_assert(alignof(UBP_LatentAction_WaitForGameflowTransition_C) == 0x000008, "Wrong alignment on UBP_LatentAction_WaitForGameflowTransition_C"); \ +static_assert(sizeof(UBP_LatentAction_WaitForGameflowTransition_C) == 0x000050, "Wrong size on UBP_LatentAction_WaitForGameflowTransition_C"); \ +static_assert(offsetof(UBP_LatentAction_WaitForGameflowTransition_C, UberGraphFrame) == 0x000048, "Member 'UBP_LatentAction_WaitForGameflowTransition_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair \ +static_assert(alignof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair) == 0x000008, "Wrong alignment on WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair"); \ +static_assert(sizeof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair) == 0x000068, "Wrong size on WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, EntryPoint) == 0x000000, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, Temp_byte_Variable) == 0x000004, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_CustomEvent_CanInteract) == 0x000007, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_CustomEvent_CanInteract' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_CustomEvent_ShouldPlayAnimation) == 0x000008, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_CustomEvent_ShouldPlayAnimation' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_CustomEvent_InVisibility) == 0x000009, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_CustomEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_GetEndTime_ReturnValue) == 0x000018, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_CustomEvent_BodyPartType) == 0x000028, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_CustomEvent_BodyPartType' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_Select_Default) == 0x000030, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_PlayAnimation_ReturnValue_1) == 0x000038, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_PlayAnimation_ReturnValue_2) == 0x000040, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, Temp_bool_Variable) == 0x000048, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, K2Node_Select_Default_1) == 0x000049, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_PlayAnimation_ReturnValue_3) == 0x000050, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_SelectFloat_B_ImplicitCast) == 0x000058, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair, CallFunc_PlayAnimation_StartAtTime_ImplicitCast) == 0x000060, "Member 'WBP_CrossHair_C_ExecuteUbergraph_WBP_CrossHair::CallFunc_PlayAnimation_StartAtTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrossHair_C_PlayAnim_Shoot \ +static_assert(alignof(WBP_CrossHair_C_PlayAnim_Shoot) == 0x000001, "Wrong alignment on WBP_CrossHair_C_PlayAnim_Shoot"); \ +static_assert(sizeof(WBP_CrossHair_C_PlayAnim_Shoot) == 0x000001, "Wrong size on WBP_CrossHair_C_PlayAnim_Shoot"); \ +static_assert(offsetof(WBP_CrossHair_C_PlayAnim_Shoot, BodyPartType) == 0x000000, "Member 'WBP_CrossHair_C_PlayAnim_Shoot::BodyPartType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrossHair_C_SetCrossHairTintInteract \ +static_assert(alignof(WBP_CrossHair_C_SetCrossHairTintInteract) == 0x000001, "Wrong alignment on WBP_CrossHair_C_SetCrossHairTintInteract"); \ +static_assert(sizeof(WBP_CrossHair_C_SetCrossHairTintInteract) == 0x000002, "Wrong size on WBP_CrossHair_C_SetCrossHairTintInteract"); \ +static_assert(offsetof(WBP_CrossHair_C_SetCrossHairTintInteract, CanInteract) == 0x000000, "Member 'WBP_CrossHair_C_SetCrossHairTintInteract::CanInteract' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrossHair_C_SetCrossHairTintInteract, ShouldPlayAnimation) == 0x000001, "Member 'WBP_CrossHair_C_SetCrossHairTintInteract::ShouldPlayAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrossHair_C_SetCrossHairVisibility \ +static_assert(alignof(WBP_CrossHair_C_SetCrossHairVisibility) == 0x000001, "Wrong alignment on WBP_CrossHair_C_SetCrossHairVisibility"); \ +static_assert(sizeof(WBP_CrossHair_C_SetCrossHairVisibility) == 0x000001, "Wrong size on WBP_CrossHair_C_SetCrossHairVisibility"); \ +static_assert(offsetof(WBP_CrossHair_C_SetCrossHairVisibility, InVisibility) == 0x000000, "Member 'WBP_CrossHair_C_SetCrossHairVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CrossHair_C \ +static_assert(alignof(UWBP_CrossHair_C) == 0x000008, "Wrong alignment on UWBP_CrossHair_C"); \ +static_assert(sizeof(UWBP_CrossHair_C) == 0x000318, "Wrong size on UWBP_CrossHair_C"); \ +static_assert(offsetof(UWBP_CrossHair_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CrossHair_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Anim_Shoot_HeadShot) == 0x0002E8, "Member 'UWBP_CrossHair_C::Anim_Shoot_HeadShot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Anim_Shoot) == 0x0002F0, "Member 'UWBP_CrossHair_C::Anim_Shoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Anim_Visible) == 0x0002F8, "Member 'UWBP_CrossHair_C::Anim_Visible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Anim_Hover) == 0x000300, "Member 'UWBP_CrossHair_C::Anim_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Image_CrossHair) == 0x000308, "Member 'UWBP_CrossHair_C::Image_CrossHair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrossHair_C, Image_CrosshairOutlines) == 0x000310, "Member 'UWBP_CrossHair_C::Image_CrosshairOutlines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1_SmallLine_Outline_C \ +static_assert(alignof(UCTS_H1_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_H1_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_H1_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_H1_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_FS_CharacterCustomizationItemData \ +static_assert(alignof(FS_CharacterCustomizationItemData) == 0x000004, "Wrong alignment on FS_CharacterCustomizationItemData"); \ +static_assert(sizeof(FS_CharacterCustomizationItemData) == 0x000010, "Wrong size on FS_CharacterCustomizationItemData"); \ +static_assert(offsetof(FS_CharacterCustomizationItemData, CharacterSkin_4_D6F8B7E048CBA86E677340839167C4FA) == 0x000000, "Member 'FS_CharacterCustomizationItemData::CharacterSkin_4_D6F8B7E048CBA86E677340839167C4FA' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterCustomizationItemData, CharacterFace_6_069193A2473BA2E48EDF77841A8F3AFD) == 0x000008, "Member 'FS_CharacterCustomizationItemData::CharacterFace_6_069193A2473BA2E48EDF77841A8F3AFD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Lune__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Lune::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Lune::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Lune::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Lune::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Lune_C \ +static_assert(alignof(UABP_GameMenu_Characters_Lune_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Lune_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Lune_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Lune_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H1_TitleOutline_C \ +static_assert(alignof(UCTS_H1_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H1_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H1_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H1_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent \ +static_assert(alignof(WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent) == 0x000008, "Wrong alignment on WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent"); \ +static_assert(sizeof(WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent) == 0x000010, "Wrong size on WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent, PreviousProgress) == 0x000000, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent::PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent, PreviousCharges) == 0x000008, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_CustomEvent::PreviousCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge \ +static_assert(alignof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge) == 0x000008, "Wrong alignment on WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge"); \ +static_assert(sizeof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge) == 0x000068, "Wrong size on WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, EntryPoint) == 0x000000, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, K2Node_CustomEvent_PreviousProgress) == 0x000010, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::K2Node_CustomEvent_PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, K2Node_CustomEvent_PreviousCharges) == 0x000018, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::K2Node_CustomEvent_PreviousCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_GetBattleManager_ReturnValue_1) == 0x000020, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_GetCurrentProgress_ReturnValue) == 0x000038, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_GetCurrentProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_GetAvailableCharges_ReturnValue) == 0x000044, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_GetAvailableCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, K2Node_Event_IsDesignTime) == 0x000049, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000050, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_ExecuteUbergraph_WBP_BattleWheelButtonPart_GradientGauge::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButtonPart_GradientGauge_C_LoadState \ +static_assert(alignof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState) == 0x000008, "Wrong alignment on WBP_BattleWheelButtonPart_GradientGauge_C_LoadState"); \ +static_assert(sizeof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState) == 0x000090, "Wrong size on WBP_BattleWheelButtonPart_GradientGauge_C_LoadState"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, Temp_bool_Variable) == 0x000000, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, Temp_struct_Variable) == 0x000004, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_GetCurrentProgress_ReturnValue) == 0x000030, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_GetCurrentProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_GetAvailableCharges_ReturnValue) == 0x000048, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_GetAvailableCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000050, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, K2Node_Select_Default) == 0x000064, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, K2Node_MakeStruct_SlateColor) == 0x000074, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_LoadState, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x000088, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_LoadState::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct \ +static_assert(alignof(WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleWheelButtonPart_GradientGauge_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButtonPart_GradientGauge_C \ +static_assert(alignof(UWBP_BattleWheelButtonPart_GradientGauge_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButtonPart_GradientGauge_C"); \ +static_assert(sizeof(UWBP_BattleWheelButtonPart_GradientGauge_C) == 0x000348, "Wrong size on UWBP_BattleWheelButtonPart_GradientGauge_C"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, Anim_GaugeIncrease) == 0x0002E8, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::Anim_GaugeIncrease' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, Anim_ChargeIncrease) == 0x0002F0, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::Anim_ChargeIncrease' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, CanvasPanel_Clipping) == 0x0002F8, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::CanvasPanel_Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, GradientPointsText) == 0x000300, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::GradientPointsText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, Image_Background) == 0x000308, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, Image_Fill) == 0x000310, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::Image_Fill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, NiagaraSystemWidget_Explosion) == 0x000318, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, ProgressBar_183) == 0x000320, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::ProgressBar_183' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, txt_current) == 0x000328, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::txt_current' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, txt_MaxValue) == 0x000330, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::txt_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, txt_Slash) == 0x000338, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::txt_Slash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButtonPart_GradientGauge_C, WBP_Niagara_SlowParticules_Highlight) == 0x000340, "Member 'UWBP_BattleWheelButtonPart_GradientGauge_C::WBP_Niagara_SlowParticules_Highlight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation \ +static_assert(alignof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation) == 0x0000C8, "Wrong size on BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, EntryPoint) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_GetMaxSpeedFromPawn_ReturnValue) == 0x000020, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_GetMaxSpeedFromPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_UpdateLerpParameters_ShouldLerp) == 0x000028, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_UpdateLerpParameters_ShouldLerp' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, K2Node_Event_OwnerController) == 0x000038, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, K2Node_Event_ControlledPawn) == 0x000040, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000048, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x000060, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_GetDistanceBetweenCurrentAndNextTargetLocation_ReturnValue) == 0x000078, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_GetDistanceBetweenCurrentAndNextTargetLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000080, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_SafeDivide_ReturnValue) == 0x000090, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_FClamp_ReturnValue) == 0x000098, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_VLerp_ReturnValue) == 0x0000A0, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000B8, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation, CallFunc_VLerp_Alpha_ImplicitCast) == 0x0000C0, "Member 'BTService_LerpDestinationLocation_C_ExecuteUbergraph_BTService_LerpDestinationLocation::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation \ +static_assert(alignof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation) == 0x000048, "Wrong size on BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation, ReturnValue) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x000020, "Member 'BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation, CallFunc_Vector_Distance_ReturnValue) == 0x000038, "Member 'BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BTService_LerpDestinationLocation_C_GetDistanceBetweenCurrentAndNextTargetLocation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn \ +static_assert(alignof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn) == 0x000038, "Wrong size on BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, ControlledPawn) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, ReturnValue) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, CallFunc_GetMovementComponent_ReturnValue) == 0x000010, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, CallFunc_GetMaxSpeed_ReturnValue) == 0x000018, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, CallFunc_VSize_ReturnValue) == 0x000020, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn, CallFunc_FMax_A_ImplicitCast) == 0x000030, "Member 'BTService_LerpDestinationLocation_C_GetMaxSpeedFromPawn::CallFunc_FMax_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_ReceiveDeactivationAI \ +static_assert(alignof(BTService_LerpDestinationLocation_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_LerpDestinationLocation_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_ReceiveTickAI \ +static_assert(alignof(BTService_LerpDestinationLocation_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_LerpDestinationLocation_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_LerpDestinationLocation_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_LerpDestinationLocation_C_UpdateLerpParameters \ +static_assert(alignof(BTService_LerpDestinationLocation_C_UpdateLerpParameters) == 0x000008, "Wrong alignment on BTService_LerpDestinationLocation_C_UpdateLerpParameters"); \ +static_assert(sizeof(BTService_LerpDestinationLocation_C_UpdateLerpParameters) == 0x000050, "Wrong size on BTService_LerpDestinationLocation_C_UpdateLerpParameters"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, ControlledPawn) == 0x000000, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, ShouldLerp) == 0x000008, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::ShouldLerp' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000028, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, CallFunc_Vector_Distance_ReturnValue) == 0x000040, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_LerpDestinationLocation_C_UpdateLerpParameters, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000048, "Member 'BTService_LerpDestinationLocation_C_UpdateLerpParameters::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_LerpDestinationLocation_C \ +static_assert(alignof(UBTService_LerpDestinationLocation_C) == 0x000008, "Wrong alignment on UBTService_LerpDestinationLocation_C"); \ +static_assert(sizeof(UBTService_LerpDestinationLocation_C) == 0x000140, "Wrong size on UBTService_LerpDestinationLocation_C"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, UberGraphFrame) == 0x000098, "Member 'UBTService_LerpDestinationLocation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, KeySelectorCurrentTargetLocation) == 0x0000A0, "Member 'UBTService_LerpDestinationLocation_C::KeySelectorCurrentTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, KeySelectorNextTargetLocation) == 0x0000C8, "Member 'UBTService_LerpDestinationLocation_C::KeySelectorNextTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, LerpDistanceThreshold) == 0x0000F0, "Member 'UBTService_LerpDestinationLocation_C::LerpDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, LerpSpeedMultiplier) == 0x0000F8, "Member 'UBTService_LerpDestinationLocation_C::LerpSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, KeySelectorDestinationLocation) == 0x000100, "Member 'UBTService_LerpDestinationLocation_C::KeySelectorDestinationLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, LerpMax) == 0x000128, "Member 'UBTService_LerpDestinationLocation_C::LerpMax' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, IsLerpingToNextTargetLocation) == 0x000130, "Member 'UBTService_LerpDestinationLocation_C::IsLerpingToNextTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTService_LerpDestinationLocation_C, LerpProgress) == 0x000138, "Member 'UBTService_LerpDestinationLocation_C::LerpProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug \ +static_assert(alignof(BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong alignment on BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(sizeof(BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong size on BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug, NewValue) == 0x000000, "Member 'BP_jRPG_EnemyBattleSpot_C_DEBUG_CVarChange_ShowBattleDebug::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot \ +static_assert(alignof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot) == 0x000008, "Wrong alignment on BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot"); \ +static_assert(sizeof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot) == 0x0000F8, "Wrong size on BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, EntryPoint) == 0x000000, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, K2Node_CustomEvent_NewValue) == 0x0000D8, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot, CallFunc_Not_PreBool_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_EnemyBattleSpot_C_ExecuteUbergraph_BP_jRPG_EnemyBattleSpot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_EnemyBattleSpot_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_EnemyBattleSpot_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript) == 0x0000E8, "Wrong size on BP_jRPG_EnemyBattleSpot_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000000, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x0000B0, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, CallFunc_Format_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_EnemyBattleSpot_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'BP_jRPG_EnemyBattleSpot_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_EnemyBattleSpot_C \ +static_assert(alignof(ABP_jRPG_EnemyBattleSpot_C) == 0x000008, "Wrong alignment on ABP_jRPG_EnemyBattleSpot_C"); \ +static_assert(sizeof(ABP_jRPG_EnemyBattleSpot_C) == 0x0002D0, "Wrong size on ABP_jRPG_EnemyBattleSpot_C"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, UberGraphFrame) == 0x000290, "Member 'ABP_jRPG_EnemyBattleSpot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, SpawnPosition) == 0x000298, "Member 'ABP_jRPG_EnemyBattleSpot_C::SpawnPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, PreviewMesh) == 0x0002A0, "Member 'ABP_jRPG_EnemyBattleSpot_C::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, Text) == 0x0002A8, "Member 'ABP_jRPG_EnemyBattleSpot_C::Text' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, Arrow) == 0x0002B0, "Member 'ABP_jRPG_EnemyBattleSpot_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, Capsule) == 0x0002B8, "Member 'ABP_jRPG_EnemyBattleSpot_C::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, Scene) == 0x0002C0, "Member 'ABP_jRPG_EnemyBattleSpot_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, SlotIndex) == 0x0002C8, "Member 'ABP_jRPG_EnemyBattleSpot_C::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_EnemyBattleSpot_C, Formation) == 0x0002CC, "Member 'ABP_jRPG_EnemyBattleSpot_C::Formation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_CheckForErrors \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_CheckForErrors"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_CheckForErrors) == 0x000238, "Wrong size on BP_jRPG_InteractionObject_Base_C_CheckForErrors"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x0000D8, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000E0, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000FC, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000FD, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000FE, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue_1) == 0x000100, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000118, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000170, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000188, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000198, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, Temp_struct_Variable) == 0x0001A0, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001B0, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0001C0, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001C8, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000210, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000220, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000230, "Member 'BP_jRPG_InteractionObject_Base_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction) == 0x000002, "Wrong size on BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_InteractionObject_Base_C_ShouldHideDistantInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_CanInteractWithMount \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_IsInteractionDone \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_IsInteractionDone"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_IsInteractionDone) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_IsInteractionDone"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable) == 0x000004, "Wrong size on BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable, CallFunc_GetObjectInteractionState_InteractionState) == 0x000001, "Member 'BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable::CallFunc_GetObjectInteractionState_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_jRPG_InteractionObject_Base_C_IsInteractionAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_UpdateInteractionState \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_UpdateInteractionState"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState) == 0x000020, "Wrong size on BP_jRPG_InteractionObject_Base_C_UpdateInteractionState"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, Temp_wildcard_Variable) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, CallFunc_Map_Find_Value) == 0x000019, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UpdateInteractionState, CallFunc_Map_Find_ReturnValue) == 0x00001A, "Member 'BP_jRPG_InteractionObject_Base_C_UpdateInteractionState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled, InteractionEnabled_0) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_SetInteractionEnabled::InteractionEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState) == 0x000018, "Wrong size on BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState, InteractionState) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState::InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState, CallFunc_Map_Find_ReturnValue) == 0x000011, "Member 'BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_jRPG_InteractionObject_Base_C_GetObjectInteractionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState) == 0x000010, "Wrong size on BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState, InteractionState) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState::InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_SetObjectInteractionState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript) == 0x000160, "Wrong size on BP_jRPG_InteractionObject_Base_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000D8, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000110, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000114, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000118, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000119, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x00011A, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x00011B, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_NewGuid_ReturnValue) == 0x00011C, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00012C, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Conv_GuidToString_ReturnValue) == 0x000130, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000140, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_Conv_StringToName_ReturnValue) == 0x000150, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x000158, "Member 'BP_jRPG_InteractionObject_Base_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_OnInteractionRequested \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_jRPG_InteractionObject_Base_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_InteractionObject_Base_C_BndEvt__InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base) == 0x000270, "Wrong size on BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, EntryPoint) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_Event_InteractingWorldCharacter) == 0x000028, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_Event_Instant) == 0x000030, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000038, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherActor) == 0x000040, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherComp) == 0x000048, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000050, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_bFromSweep) == 0x000054, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_ComponentBoundEvent_SweepResult) == 0x000058, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000150, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000158, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_Event_BattleState) == 0x000161, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetPlayerPawn_ReturnValue) == 0x000168, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetInteractionSystem_ReturnValue) == 0x000170, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000178, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000180, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetInteractionSystem_ReturnValue_1) == 0x000190, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetInteractionSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000198, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x0001A0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001B0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_Event_InteractionState) == 0x0001B1, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetGameInstance_ReturnValue) == 0x0001B8, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_NotEqual_NameName_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x0001C8, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, Temp_object_Variable) == 0x0001D8, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_MakeStruct_FormatArgumentData) == 0x0001F0, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, K2Node_MakeArray_Array) == 0x000238, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_Format_ReturnValue) == 0x000248, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_GetInteractionSystem_ReturnValue_2) == 0x000258, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_GetInteractionSystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base, CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput) == 0x000260, "Member 'BP_jRPG_InteractionObject_Base_C_ExecuteUbergraph_BP_jRPG_InteractionObject_Base::CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes) == 0x000001, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes) == 0x000001, "Wrong size on BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes) == 0x000168, "Wrong size on BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, K2Node_MakeArray_Array) == 0x000038, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_GetComponentFromReference_ReturnValue) == 0x000098, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_GetComponentFromReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_GetOwner_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, Temp_int_Loop_Counter_Variable_1) == 0x0000C0, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000C8, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_VLerp_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_VLerp_ReturnValue_1) == 0x0000F8, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000110, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, K2Node_MakeStruct_EditorDebugShape_Arrow) == 0x000118, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::K2Node_MakeStruct_EditorDebugShape_Arrow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000164, "Member 'BP_jRPG_InteractionObject_Base_C_Editor_GetDebugShapes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation) == 0x000030, "Wrong size on BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_InteractionObject_Base_C_GetInteractionLocation \ +static_assert(alignof(BP_jRPG_InteractionObject_Base_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_jRPG_InteractionObject_Base_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_jRPG_InteractionObject_Base_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_jRPG_InteractionObject_Base_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_jRPG_InteractionObject_Base_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_InteractionObject_Base_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_InteractionObject_Base_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_InteractionObject_Base_C \ +static_assert(alignof(ABP_jRPG_InteractionObject_Base_C) == 0x000008, "Wrong alignment on ABP_jRPG_InteractionObject_Base_C"); \ +static_assert(sizeof(ABP_jRPG_InteractionObject_Base_C) == 0x0002F0, "Wrong size on ABP_jRPG_InteractionObject_Base_C"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, UberGraphFrame) == 0x000290, "Member 'ABP_jRPG_InteractionObject_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, InteractionPromptLocation) == 0x000298, "Member 'ABP_jRPG_InteractionObject_Base_C::InteractionPromptLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, Arrow) == 0x0002A0, "Member 'ABP_jRPG_InteractionObject_Base_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, InteractionRange) == 0x0002A8, "Member 'ABP_jRPG_InteractionObject_Base_C::InteractionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, Scene) == 0x0002B0, "Member 'ABP_jRPG_InteractionObject_Base_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, InteractionRadius) == 0x0002B8, "Member 'ABP_jRPG_InteractionObject_Base_C::InteractionRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, ObjectGlobalID) == 0x0002C0, "Member 'ABP_jRPG_InteractionObject_Base_C::ObjectGlobalID' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, DoesntRespawnIfInteracted) == 0x0002C8, "Member 'ABP_jRPG_InteractionObject_Base_C::DoesntRespawnIfInteracted' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, As_BP_J_RPG_Character_World) == 0x0002D0, "Member 'ABP_jRPG_InteractionObject_Base_C::As_BP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, PromptText) == 0x0002D8, "Member 'ABP_jRPG_InteractionObject_Base_C::PromptText' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, InteractionEnabled) == 0x0002E8, "Member 'ABP_jRPG_InteractionObject_Base_C::InteractionEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, IsInteractionStatePersistent) == 0x0002E9, "Member 'ABP_jRPG_InteractionObject_Base_C::IsInteractionStatePersistent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_InteractionObject_Base_C, ShouldDisplayDistantFeedback) == 0x0002EA, "Member 'ABP_jRPG_InteractionObject_Base_C::ShouldDisplayDistantFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B5_Outline_C \ +static_assert(alignof(UCTS_B5_Outline_C) == 0x000010, "Wrong alignment on UCTS_B5_Outline_C"); \ +static_assert(sizeof(UCTS_B5_Outline_C) == 0x0001B0, "Wrong size on UCTS_B5_Outline_C"); \ + +#define DUMPER7_ASSERTS_FS_QuestUIData \ +static_assert(alignof(FS_QuestUIData) == 0x000008, "Wrong alignment on FS_QuestUIData"); \ +static_assert(sizeof(FS_QuestUIData) == 0x000010, "Wrong size on FS_QuestUIData"); \ +static_assert(offsetof(FS_QuestUIData, Description_2_C3FAD12040BAE436D7CE018A4EA7A3E0) == 0x000000, "Member 'FS_QuestUIData::Description_2_C3FAD12040BAE436D7CE018A4EA7A3E0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSkillUnlockData \ +static_assert(alignof(FFSkillUnlockData) == 0x000008, "Wrong alignment on FFSkillUnlockData"); \ +static_assert(sizeof(FFSkillUnlockData) == 0x000028, "Wrong size on FFSkillUnlockData"); \ +static_assert(offsetof(FFSkillUnlockData, Skill_2_9E4FC5804778258FBAA04BBF7F68F799) == 0x000000, "Member 'FFSkillUnlockData::Skill_2_9E4FC5804778258FBAA04BBF7F68F799' has a wrong offset!"); \ +static_assert(offsetof(FFSkillUnlockData, UnlockCost_5_E90ABE13467BBA2959E91AB582E679AF) == 0x000008, "Member 'FFSkillUnlockData::UnlockCost_5_E90ABE13467BBA2959E91AB582E679AF' has a wrong offset!"); \ +static_assert(offsetof(FFSkillUnlockData, IsStartingSkill_13_E1837512408188F4B7D355B6B67B8C1E) == 0x00000C, "Member 'FFSkillUnlockData::IsStartingSkill_13_E1837512408188F4B7D355B6B67B8C1E' has a wrong offset!"); \ +static_assert(offsetof(FFSkillUnlockData, RequiresUnlockItem_18_D9EBC20F41097DD7517E428E4A57655E) == 0x000010, "Member 'FFSkillUnlockData::RequiresUnlockItem_18_D9EBC20F41097DD7517E428E4A57655E' has a wrong offset!"); \ +static_assert(offsetof(FFSkillUnlockData, IsSecret_11_8074DE284785FEC2841D2EBBB4749CF3) == 0x000020, "Member 'FFSkillUnlockData::IsSecret_11_8074DE284785FEC2841D2EBBB4749CF3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFNavigationGridCreationInfo \ +static_assert(alignof(FFNavigationGridCreationInfo) == 0x000008, "Wrong alignment on FFNavigationGridCreationInfo"); \ +static_assert(sizeof(FFNavigationGridCreationInfo) == 0x000068, "Wrong size on FFNavigationGridCreationInfo"); \ +static_assert(offsetof(FFNavigationGridCreationInfo, ColumnCount_3_38FB06CC4838178C68A4D6B67D06324D) == 0x000000, "Member 'FFNavigationGridCreationInfo::ColumnCount_3_38FB06CC4838178C68A4D6B67D06324D' has a wrong offset!"); \ +static_assert(offsetof(FFNavigationGridCreationInfo, RowCount_5_5C12282E4480AF2F0DB1FDB0A5CDBCA9) == 0x000004, "Member 'FFNavigationGridCreationInfo::RowCount_5_5C12282E4480AF2F0DB1FDB0A5CDBCA9' has a wrong offset!"); \ +static_assert(offsetof(FFNavigationGridCreationInfo, NavigableObjectData_10_48175A204DC2E32B37FF4AA9FC9B1880) == 0x000008, "Member 'FFNavigationGridCreationInfo::NavigableObjectData_10_48175A204DC2E32B37FF4AA9FC9B1880' has a wrong offset!"); \ +static_assert(offsetof(FFNavigationGridCreationInfo, NavigableObjectGrid_17_517E083447FE10FCD51EDF868AF34957) == 0x000018, "Member 'FFNavigationGridCreationInfo::NavigableObjectGrid_17_517E083447FE10FCD51EDF868AF34957' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GoldAmount_C_SetAnimationLerp \ +static_assert(alignof(WBP_GoldAmount_C_SetAnimationLerp) == 0x000008, "Wrong alignment on WBP_GoldAmount_C_SetAnimationLerp"); \ +static_assert(sizeof(WBP_GoldAmount_C_SetAnimationLerp) == 0x000028, "Wrong size on WBP_GoldAmount_C_SetAnimationLerp"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetAnimationLerp, AnimationLerp_0) == 0x000000, "Member 'WBP_GoldAmount_C_SetAnimationLerp::AnimationLerp_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetAnimationLerp, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_GoldAmount_C_SetAnimationLerp::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetAnimationLerp, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000010, "Member 'WBP_GoldAmount_C_SetAnimationLerp::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetAnimationLerp, CallFunc_Lerp_ReturnValue) == 0x000018, "Member 'WBP_GoldAmount_C_SetAnimationLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetAnimationLerp, CallFunc_FFloor_ReturnValue) == 0x000020, "Member 'WBP_GoldAmount_C_SetAnimationLerp::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GoldAmount_C_UpdateCurrentValue \ +static_assert(alignof(WBP_GoldAmount_C_UpdateCurrentValue) == 0x000008, "Wrong alignment on WBP_GoldAmount_C_UpdateCurrentValue"); \ +static_assert(sizeof(WBP_GoldAmount_C_UpdateCurrentValue) == 0x000018, "Wrong size on WBP_GoldAmount_C_UpdateCurrentValue"); \ +static_assert(offsetof(WBP_GoldAmount_C_UpdateCurrentValue, CurrentValue_0) == 0x000000, "Member 'WBP_GoldAmount_C_UpdateCurrentValue::CurrentValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_UpdateCurrentValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_GoldAmount_C_UpdateCurrentValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GoldAmount_C_AnimateValue \ +static_assert(alignof(WBP_GoldAmount_C_AnimateValue) == 0x000004, "Wrong alignment on WBP_GoldAmount_C_AnimateValue"); \ +static_assert(sizeof(WBP_GoldAmount_C_AnimateValue) == 0x000004, "Wrong size on WBP_GoldAmount_C_AnimateValue"); \ +static_assert(offsetof(WBP_GoldAmount_C_AnimateValue, NewValue) == 0x000000, "Member 'WBP_GoldAmount_C_AnimateValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GoldAmount_C_SetCurrentValue \ +static_assert(alignof(WBP_GoldAmount_C_SetCurrentValue) == 0x000004, "Wrong alignment on WBP_GoldAmount_C_SetCurrentValue"); \ +static_assert(sizeof(WBP_GoldAmount_C_SetCurrentValue) == 0x000004, "Wrong size on WBP_GoldAmount_C_SetCurrentValue"); \ +static_assert(offsetof(WBP_GoldAmount_C_SetCurrentValue, Value) == 0x000000, "Member 'WBP_GoldAmount_C_SetCurrentValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount \ +static_assert(alignof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount) == 0x000008, "Wrong alignment on WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount"); \ +static_assert(sizeof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount) == 0x000020, "Wrong size on WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, EntryPoint) == 0x000000, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, K2Node_CustomEvent_NewValue) == 0x000010, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, K2Node_CustomEvent_Value) == 0x000014, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, CallFunc_GetGoldAmount_GoldAmount) == 0x000018, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::CallFunc_GetGoldAmount_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_GoldAmount_C_ExecuteUbergraph_WBP_GoldAmount::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GoldAmount_C \ +static_assert(alignof(UWBP_GoldAmount_C) == 0x000008, "Wrong alignment on UWBP_GoldAmount_C"); \ +static_assert(sizeof(UWBP_GoldAmount_C) == 0x000308, "Wrong size on UWBP_GoldAmount_C"); \ +static_assert(offsetof(UWBP_GoldAmount_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_GoldAmount_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GoldAmount_C, Anim_Lerp) == 0x0002E8, "Member 'UWBP_GoldAmount_C::Anim_Lerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GoldAmount_C, ValueText) == 0x0002F0, "Member 'UWBP_GoldAmount_C::ValueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GoldAmount_C, CurrentValue) == 0x0002F8, "Member 'UWBP_GoldAmount_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GoldAmount_C, TargetValue) == 0x0002FC, "Member 'UWBP_GoldAmount_C::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GoldAmount_C, AnimationLerp) == 0x000300, "Member 'UWBP_GoldAmount_C::AnimationLerp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_FrontendHoldData_C \ +static_assert(alignof(UBP_UI_FrontendHoldData_C) == 0x000008, "Wrong alignment on UBP_UI_FrontendHoldData_C"); \ +static_assert(sizeof(UBP_UI_FrontendHoldData_C) == 0x000040, "Wrong size on UBP_UI_FrontendHoldData_C"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_Battle_UI \ +static_assert(alignof(FFAudioCharacter_Battle_UI) == 0x000008, "Wrong alignment on FFAudioCharacter_Battle_UI"); \ +static_assert(sizeof(FFAudioCharacter_Battle_UI) == 0x000010, "Wrong size on FFAudioCharacter_Battle_UI"); \ +static_assert(offsetof(FFAudioCharacter_Battle_UI, TargetHovered_2_1259924F4BAB7BED8C8C8F86F233A201) == 0x000000, "Member 'FFAudioCharacter_Battle_UI::TargetHovered_2_1259924F4BAB7BED8C8C8F86F233A201' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_UI, TargetSelected_4_0EF878C64E98F394E5DD6EB496E083E2) == 0x000008, "Member 'FFAudioCharacter_Battle_UI::TargetSelected_4_0EF878C64E98F394E5DD6EB496E083E2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity \ +static_assert(alignof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity) == 0x000008, "Wrong alignment on BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity"); \ +static_assert(sizeof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity) == 0x000038, "Wrong size on BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, K2Node_DynamicCast_AsUnlock_World_Map_Capacity) == 0x000020, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::K2Node_DynamicCast_AsUnlock_World_Map_Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_ExecuteUbergraph_BP_GameActionInstance_UnlockWorldMapCapacity::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString) == 0x000190, "Wrong size on BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, local_AbilitiesAsString) == 0x000010, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::local_AbilitiesAsString' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, K2Node_DynamicCast_AsUnlock_World_Map_Capacity) == 0x000088, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::K2Node_DynamicCast_AsUnlock_World_Map_Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000108, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000148, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000160, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_PadString_Result) == 0x000170, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000180, "Member 'BP_GameActionInstance_UnlockWorldMapCapacity_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_UnlockWorldMapCapacity_C \ +static_assert(alignof(UBP_GameActionInstance_UnlockWorldMapCapacity_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_UnlockWorldMapCapacity_C"); \ +static_assert(sizeof(UBP_GameActionInstance_UnlockWorldMapCapacity_C) == 0x000048, "Wrong size on UBP_GameActionInstance_UnlockWorldMapCapacity_C"); \ +static_assert(offsetof(UBP_GameActionInstance_UnlockWorldMapCapacity_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_UnlockWorldMapCapacity_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination \ +static_assert(alignof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination) == 0x000008, "Wrong alignment on BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination"); \ +static_assert(sizeof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination) == 0x000070, "Wrong size on BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, EntryPoint) == 0x000000, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, K2Node_Event_OwnerActor) == 0x000008, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, K2Node_MakeStruct_BlackboardKeySelector) == 0x000010, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::K2Node_MakeStruct_BlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, CallFunc_K2_GetRandomReachablePointInRadius_RandomLocation) == 0x000050, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::CallFunc_K2_GetRandomReachablePointInRadius_RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, CallFunc_K2_GetRandomReachablePointInRadius_ReturnValue) == 0x000068, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::CallFunc_K2_GetRandomReachablePointInRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination, CallFunc_K2_GetRandomReachablePointInRadius_Radius_ImplicitCast) == 0x00006C, "Member 'BPT_SelectRandomDestination_C_ExecuteUbergraph_BPT_SelectRandomDestination::CallFunc_K2_GetRandomReachablePointInRadius_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPT_SelectRandomDestination_C_ReceiveExecute \ +static_assert(alignof(BPT_SelectRandomDestination_C_ReceiveExecute) == 0x000008, "Wrong alignment on BPT_SelectRandomDestination_C_ReceiveExecute"); \ +static_assert(sizeof(BPT_SelectRandomDestination_C_ReceiveExecute) == 0x000008, "Wrong size on BPT_SelectRandomDestination_C_ReceiveExecute"); \ +static_assert(offsetof(BPT_SelectRandomDestination_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BPT_SelectRandomDestination_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPT_SelectRandomDestination_C \ +static_assert(alignof(UBPT_SelectRandomDestination_C) == 0x000008, "Wrong alignment on UBPT_SelectRandomDestination_C"); \ +static_assert(sizeof(UBPT_SelectRandomDestination_C) == 0x0000B8, "Wrong size on UBPT_SelectRandomDestination_C"); \ +static_assert(offsetof(UBPT_SelectRandomDestination_C, UberGraphFrame) == 0x0000A8, "Member 'UBPT_SelectRandomDestination_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBPT_SelectRandomDestination_C, DestinationRadius) == 0x0000B0, "Member 'UBPT_SelectRandomDestination_C::DestinationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_CopySplineComponent \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_CopySplineComponent) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_CopySplineComponent"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_CopySplineComponent) == 0x0000B8, "Wrong size on BL_FL_LevelToolsHelpers_C_CopySplineComponent"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, FromSplineComponent) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::FromSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, ToSplineComponent) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::ToSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, __WorldContext) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, Temp_int_Variable) == 0x00001C, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, CallFunc_GetSplinePointAt_ReturnValue) == 0x000028, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::CallFunc_GetSplinePointAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_CopySplineComponent, CallFunc_Add_IntInt_ReturnValue) == 0x0000B4, "Member 'BL_FL_LevelToolsHelpers_C_CopySplineComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection) == 0x000058, "Wrong size on BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, GeometryCollection) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, StaticMeshComponent) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, __WorldContext) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_TryGetStaticMeshFromCollection_StaticMesh) == 0x000020, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_TryGetStaticMeshFromCollection_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_TryGetStaticMeshFromCollection_Materials) == 0x000028, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_TryGetStaticMeshFromCollection_Materials' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_Array_Get_Item) == 0x000038, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_SetStaticMesh_ReturnValue) == 0x000044, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_IsValid_ReturnValue) == 0x000045, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BL_FL_LevelToolsHelpers_C_SetStaticMeshFromGeometryCollection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline) == 0x000158, "Wrong size on BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, Spline) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, DynamicMesh) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::DynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, Height) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::Height' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, __WorldContext) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, local_PolygonVertices) == 0x000020, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::local_PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, local_DynamicMeshPool) == 0x000030, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::local_DynamicMeshPool' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_GetDynamicMesh_ReturnValue) == 0x000038, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_GetDynamicMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000044, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_Subtract_IntInt_ReturnValue) == 0x00004C, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, Temp_int_Variable) == 0x000054, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000058, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_BreakVector_X) == 0x000070, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_BreakVector_Y) == 0x000078, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_BreakVector_Z) == 0x000080, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000088, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_MakeVector_ReturnValue) == 0x000090, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, K2Node_MakeStruct_GeometryScriptCollisionFromMeshOptions) == 0x0000AC, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::K2Node_MakeStruct_GeometryScriptCollisionFromMeshOptions' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_CreateDynamicMeshPool_ReturnValue) == 0x0000E0, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_CreateDynamicMeshPool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_RequestMesh_ReturnValue) == 0x0000E8, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_RequestMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, Temp_int_Variable_1) == 0x0000F0, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_AppendSimpleExtrudePolygon_ReturnValue) == 0x0000F8, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_AppendSimpleExtrudePolygon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000100, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_CopyMeshToMesh_CopyToMeshOut) == 0x000118, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_CopyMeshToMesh_CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_CopyMeshToMesh_ReturnValue) == 0x000120, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_CopyMeshToMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000128, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_Array_Add_ReturnValue) == 0x000138, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_SetDynamicMeshCollisionFromMesh_ReturnValue) == 0x000140, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_SetDynamicMeshCollisionFromMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000148, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x00014C, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline, CallFunc_AppendSimpleExtrudePolygon_Height_ImplicitCast) == 0x000150, "Member 'BL_FL_LevelToolsHelpers_C_UpdateDynamicMeshFromSpline::CallFunc_AppendSimpleExtrudePolygon_Height_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints) == 0x0000E8, "Wrong size on BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, Spline) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::Spline' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, SplinePointIndexA) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::SplinePointIndexA' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, DistancePointA) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::DistancePointA' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, SplinePointIndexB) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::SplinePointIndexB' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, DistancePointB) == 0x000020, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::DistancePointB' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, SpacingFar) == 0x000028, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::SpacingFar' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, __WorldContext) == 0x000030, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, LocationPointsArray) == 0x000038, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, local_LocationPointsArray) == 0x000048, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::local_LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000058, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_FMod_Remainder) == 0x000060, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_FMod_ReturnValue) == 0x000068, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000070, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000088, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_SafeDivide_ReturnValue) == 0x000090, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, Temp_int_Variable) == 0x00009C, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000A8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000C8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_Array_Add_ReturnValue_1) == 0x0000E0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x0000E4, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsBetweenSplinePoints::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop) == 0x0000A0, "Wrong size on BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, Spline) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::Spline' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, Spacing_Far) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::Spacing_Far' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, __WorldContext) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, LocationPointsArray) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CornerPoint) == 0x000028, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CornerPoint' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, local_LocationPointsCorners) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::local_LocationPointsCorners' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_GetSplineLength_ReturnValue) == 0x000050, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000054, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000058, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_Subtract_IntInt_ReturnValue) == 0x000070, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_IsClosedLoop_ReturnValue) == 0x000074, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_IsClosedLoop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000078, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_ComputePointsBetweenSplinePoints_LocationPointsArray) == 0x000080, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_ComputePointsBetweenSplinePoints_LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_ComputePointsBetweenSplinePoints_DistancePointB_ImplicitCast) == 0x000090, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_ComputePointsBetweenSplinePoints_DistancePointB_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop, CallFunc_ComputePointsBetweenSplinePoints_DistancePointA_ImplicitCast) == 0x000098, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsInClosedLoop::CallFunc_ComputePointsBetweenSplinePoints_DistancePointA_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline) == 0x000128, "Wrong size on BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, Spline) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, ClosedLoop) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::ClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, SpacingFar) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::SpacingFar' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, __WorldContext) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, LocationPointsArray) == 0x000020, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, LocationPointsCorners) == 0x000030, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::LocationPointsCorners' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, local_LocationPointsCorners) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::local_LocationPointsCorners' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, local_LocationPointsArray) == 0x000050, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::local_LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000060, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000064, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000068, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000080, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000098, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Greater_IntInt_ReturnValue) == 0x00009C, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_ComputePointsInClosedLoop_LocationPointsArray) == 0x0000A0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_ComputePointsInClosedLoop_LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_ComputePointsInClosedLoop_CornerPoint) == 0x0000B0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_ComputePointsInClosedLoop_CornerPoint' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Array_Add_ReturnValue) == 0x0000CC, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, Temp_int_Variable) == 0x0000D0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue_1) == 0x0000D8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue_2) == 0x0000DC, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x0000E0, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_ComputePointsBetweenSplinePoints_LocationPointsArray) == 0x0000F8, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_ComputePointsBetweenSplinePoints_LocationPointsArray' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000108, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Array_Add_ReturnValue_1) == 0x000110, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_Array_Add_ReturnValue_2) == 0x000114, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_ComputePointsBetweenSplinePoints_DistancePointA_ImplicitCast) == 0x000118, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_ComputePointsBetweenSplinePoints_DistancePointA_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline, CallFunc_ComputePointsBetweenSplinePoints_DistancePointB_ImplicitCast) == 0x000120, "Member 'BL_FL_LevelToolsHelpers_C_ComputePointsToSpawnAlongSpline::CallFunc_ComputePointsBetweenSplinePoints_DistancePointB_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline) == 0x000010, "Wrong alignment on BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline) == 0x0001A0, "Wrong size on BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, LocationNextPoint) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::LocationNextPoint' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, LocationPoint) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::LocationPoint' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, Thickness) == 0x000030, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::Thickness' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, Height) == 0x000038, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::Height' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, __WorldContext) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, TransformForComponent) == 0x000050, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::TransformForComponent' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_Vector_Distance_ReturnValue) == 0x0000B0, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0000C0, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C8, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_MakeVector_ReturnValue) == 0x0000E0, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000F8, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_BreakRotator_Roll) == 0x000110, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_BreakRotator_Pitch) == 0x000114, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_BreakRotator_Yaw) == 0x000118, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_MakeRotator_ReturnValue) == 0x000120, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline, CallFunc_MakeTransform_ReturnValue) == 0x000140, "Member 'BL_FL_LevelToolsHelpers_C_ComputeTRSToSpawnWallAlongSpline::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection \ +static_assert(alignof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection) == 0x000008, "Wrong alignment on BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection"); \ +static_assert(sizeof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection) == 0x0000A8, "Wrong size on BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, GeometryCollection) == 0x000000, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, __WorldContext) == 0x000008, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, StaticMesh) == 0x000010, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, Materials) == 0x000018, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_GetGeometryCollectionMaterials_ReturnValue) == 0x000030, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_GetGeometryCollectionMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000040, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000068, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, K2Node_DynamicCast_AsStatic_Mesh) == 0x000070, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, K2Node_DynamicCast_AsGeometry_Collection) == 0x000080, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::K2Node_DynamicCast_AsGeometry_Collection' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_TryGetStaticMeshFromCollection_StaticMesh) == 0x000090, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_TryGetStaticMeshFromCollection_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection, CallFunc_TryGetStaticMeshFromCollection_Materials) == 0x000098, "Member 'BL_FL_LevelToolsHelpers_C_TryGetStaticMeshFromCollection::CallFunc_TryGetStaticMeshFromCollection_Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBL_FL_LevelToolsHelpers_C \ +static_assert(alignof(UBL_FL_LevelToolsHelpers_C) == 0x000008, "Wrong alignment on UBL_FL_LevelToolsHelpers_C"); \ +static_assert(sizeof(UBL_FL_LevelToolsHelpers_C) == 0x000028, "Wrong size on UBL_FL_LevelToolsHelpers_C"); \ + +#define DUMPER7_ASSERTS_BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject \ +static_assert(alignof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject) == 0x000010, "Wrong alignment on BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject"); \ +static_assert(sizeof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject) == 0x0001C0, "Wrong size on BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, EntryPoint) == 0x000000, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_OwnerController_2) == 0x000008, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_OwnerController_1) == 0x000018, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_ControlledPawn_1) == 0x000020, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000038, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_RInterpTo_Constant_ReturnValue) == 0x000058, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_RInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, Temp_wildcard_Variable) == 0x000070, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakRotator_Roll) == 0x000088, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakRotator_Pitch) == 0x00008C, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakRotator_Yaw) == 0x000090, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000094, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000095, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000098, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue) == 0x0000A0, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_OwnerController) == 0x0000C0, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_Event_ControlledPawn) == 0x0000C8, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetSlotTransform_OutSlotTransform) == 0x0000D0, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetSlotTransform_OutSlotTransform' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetSlotTransform_ReturnValue) == 0x000130, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetSlotTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000138, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakTransform_Location) == 0x000140, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakTransform_Rotation) == 0x000158, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_BreakTransform_Scale) == 0x000170, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue_1) == 0x000188, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_Release_ReturnValue) == 0x0001A8, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_Release_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, CallFunc_RInterpTo_Constant_InterpSpeed_ImplicitCast) == 0x0001AC, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::CallFunc_RInterpTo_Constant_InterpSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject, K2Node_VariableSet_RotationSpeed_ImplicitCast) == 0x0001B0, "Member 'BTTask_RotateToSmartObject_C_ExecuteUbergraph_BTTask_RotateToSmartObject::K2Node_VariableSet_RotationSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotateToSmartObject_C_ReceiveAbortAI \ +static_assert(alignof(BTTask_RotateToSmartObject_C_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_RotateToSmartObject_C_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_RotateToSmartObject_C_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_RotateToSmartObject_C_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_RotateToSmartObject_C_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_RotateToSmartObject_C_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotateToSmartObject_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_RotateToSmartObject_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_RotateToSmartObject_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_RotateToSmartObject_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_RotateToSmartObject_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_RotateToSmartObject_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_RotateToSmartObject_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_RotateToSmartObject_C_ReceiveTickAI \ +static_assert(alignof(BTTask_RotateToSmartObject_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_RotateToSmartObject_C_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_RotateToSmartObject_C_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_RotateToSmartObject_C_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_RotateToSmartObject_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_RotateToSmartObject_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_RotateToSmartObject_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_RotateToSmartObject_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RotateToSmartObject_C \ +static_assert(alignof(UBTTask_RotateToSmartObject_C) == 0x000008, "Wrong alignment on UBTTask_RotateToSmartObject_C"); \ +static_assert(sizeof(UBTTask_RotateToSmartObject_C) == 0x000100, "Wrong size on UBTTask_RotateToSmartObject_C"); \ +static_assert(offsetof(UBTTask_RotateToSmartObject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_RotateToSmartObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToSmartObject_C, CumulatedDt) == 0x0000B0, "Member 'UBTTask_RotateToSmartObject_C::CumulatedDt' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToSmartObject_C, DestinationRotator) == 0x0000B8, "Member 'UBTTask_RotateToSmartObject_C::DestinationRotator' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToSmartObject_C, KeySelectorSmartObjectClaimHandle) == 0x0000D0, "Member 'UBTTask_RotateToSmartObject_C::KeySelectorSmartObjectClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToSmartObject_C, RotationSpeed) == 0x0000F8, "Member 'UBTTask_RotateToSmartObject_C::RotationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, EnemyGlobalID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::EnemyGlobalID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, CallFunc_Map_Find_Value) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, CallFunc_Map_Find_ReturnValue) == 0x00002A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasEncounteredEnemy::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, Capacity) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity, CallFunc_IsExplorationCapacityUnlocked_IsUnlocked) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasExplorationCapacity::CallFunc_IsExplorationCapacityUnlocked_IsUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, ReturnValue) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x00000C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_HasPersistentFlag_Result) == 0x00001C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_GetQuestSystem_QuestSystem) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_GetObjectiveStatus_Status) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedGradientParry::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, ReturnValue) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x00000C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_HasPersistentFlag_Result) == 0x00001C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_GetQuestSystem_QuestSystem) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_GetObjectiveStatus_Status) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasUnlockedJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, TutorialID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::TutorialID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial, CallFunc_CheckHasPlayedTutorial_HasPlayed) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedTutorial::CallFunc_CheckHasPlayedTutorial_HasPlayed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime) == 0x000028, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime, PlayedTime) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime::PlayedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetPlayedTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount) == 0x000028, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount, FinishedGameCount) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount::FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetFinishedGameCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame) == 0x000018, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame, Result) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame, CallFunc_GetFinishedGameCount_FinishedGameCount) == 0x00000C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame::CallFunc_GetFinishedGameCount_FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAlreadyFinishedGame::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage) == 0x000040, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, DialogueGUID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, Stage) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::Stage' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, __WorldContext) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, Result) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage, CallFunc_CheckDialogueIsAtLeastAtStage_IsAtLeastAtStage) == 0x000039, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogueStage::CallFunc_CheckDialogueIsAtLeastAtStage_IsAtLeastAtStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount, GoldAmount) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount::GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount, CallFunc_GetGoldAmount_GoldAmount) == 0x000014, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount::CallFunc_GetGoldAmount_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastGoldAmount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount) == 0x000028, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount, __WorldContext) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount, GoldAmount) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount::GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetGoldAmount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty, Character) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty, CallFunc_ToHardcodedName_HardcodedName) == 0x000014, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty, CallFunc_HasCharacterInPartyByHardcodedName_Result) == 0x00001C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInParty::CallFunc_HasCharacterInPartyByHardcodedName_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, HardcodedName) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName, CallFunc_IsCharacterInParty_ReturnValue) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInPartyByHardcodedName::CallFunc_IsCharacterInParty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, Character) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, CheckExcludedCharacters) == 0x000001, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::CheckExcludedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, CallFunc_ToHardcodedName_HardcodedName) == 0x000014, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection, CallFunc_HasCharacterInCollectionByHardcodedName_Result) == 0x00001C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollection::CallFunc_HasCharacterInCollectionByHardcodedName_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName) == 0x000050, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, HardcodedName) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CheckExcludedCharacters) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CheckExcludedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, __WorldContext) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, Result) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000019, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_HasWorldMapCapacity_Result) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_HasWorldMapCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_GetIsExcluded_Excluded) == 0x000049, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasCharacterInCollectionByHardcodedName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, Character) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, Level) == 0x000004, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000014, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastRelationshipLevel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel) == 0x000018, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel, Character) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel, Level) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000014, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, Capacity) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity, CallFunc_IsWorldMapCapacityUnlocked_IsUnlocked) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasWorldMapCapacity::CallFunc_IsWorldMapCapacityUnlocked_IsUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, CinematicID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::CinematicID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, CallFunc_Map_Find_Value) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, CallFunc_Map_Find_ReturnValue) == 0x00002A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedCinematic::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, EnemyGlobalID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::EnemyGlobalID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_Map_Find_Value) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_Map_Find_ReturnValue) == 0x00002A, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_Map_Find_Value_1) == 0x00002B, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_Map_Find_ReturnValue_1) == 0x00002C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_BooleanAND_ReturnValue_1) == 0x00002E, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy, CallFunc_BooleanOR_ReturnValue) == 0x00002F, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasBattledEnemy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue, DialogueGUID) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue, __WorldContext) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue, Result) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue, CallFunc_HasPlayedDialogueStage_Result) == 0x000019, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPlayedDialogue::CallFunc_HasPlayedDialogueStage_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag) == 0x000030, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, Flag) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::Flag' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, Result) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag, CallFunc_GetPersistentFlagValue_Value) == 0x000029, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasPersistentFlag::CallFunc_GetPersistentFlagValue_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory) == 0x000158, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, Item) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, Amount) == 0x000130, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, __WorldContext) == 0x000138, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, Result) == 0x000140, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000148, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory, CallFunc_CheckIfThereIsAmountOfItemInInventory_Success_) == 0x000150, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasAtLeastAmountOfItemInInventory::CallFunc_CheckIfThereIsAmountOfItemInInventory_Success_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory) == 0x000150, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, Item) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, __WorldContext) == 0x000130, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, Result) == 0x000138, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000140, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x000148, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x000149, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x00014C, "Member 'BP_GlobalVariablesFunctionLibrary_C_HasItemInInventory::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory) == 0x000028, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, ItemType) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, ItemSubtype) == 0x000001, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::ItemSubtype' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, __WorldContext) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, ItemAmount) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::ItemAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory, CallFunc_CheckAmountOfItemTypeInInventory_TotalAmountInInventory) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemTypeInInventory::CallFunc_CheckAmountOfItemTypeInInventory_TotalAmountInInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory) == 0x000150, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory, Item) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory, __WorldContext) == 0x000130, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory, ItemAmount) == 0x000138, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory::ItemAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000140, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory, CallFunc_CheckAmountOfItemInInventory_TotalAmountInInventory) == 0x000148, "Member 'BP_GlobalVariablesFunctionLibrary_C_GetAmountOfItemInInventory::CallFunc_CheckAmountOfItemInInventory_TotalAmountInInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus) == 0x000028, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, Objective) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::Objective' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, Status) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, __WorldContext) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, Result) == 0x000020, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, CallFunc_GetObjectiveStatus_Status) == 0x000021, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BP_GlobalVariablesFunctionLibrary_C_ObjectiveHasStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus \ +static_assert(alignof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus) == 0x000008, "Wrong alignment on BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus"); \ +static_assert(sizeof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus) == 0x000020, "Wrong size on BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, QuestName) == 0x000000, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, Status) == 0x000008, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, __WorldContext) == 0x000010, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, Result) == 0x000018, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, CallFunc_GetQuestStatus_Status) == 0x000019, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::CallFunc_GetQuestStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BP_GlobalVariablesFunctionLibrary_C_QuestHasStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GlobalVariablesFunctionLibrary_C \ +static_assert(alignof(UBP_GlobalVariablesFunctionLibrary_C) == 0x000008, "Wrong alignment on UBP_GlobalVariablesFunctionLibrary_C"); \ +static_assert(sizeof(UBP_GlobalVariablesFunctionLibrary_C) == 0x000028, "Wrong size on UBP_GlobalVariablesFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_FS_InteractiveMusic \ +static_assert(alignof(FS_InteractiveMusic) == 0x000008, "Wrong alignment on FS_InteractiveMusic"); \ +static_assert(sizeof(FS_InteractiveMusic) == 0x000018, "Wrong size on FS_InteractiveMusic"); \ +static_assert(offsetof(FS_InteractiveMusic, AudioComponent_7_F10237DD43456A26DE6840B3DC60292D) == 0x000000, "Member 'FS_InteractiveMusic::AudioComponent_7_F10237DD43456A26DE6840B3DC60292D' has a wrong offset!"); \ +static_assert(offsetof(FS_InteractiveMusic, LastAudioTrigger_5_420C5DB24BD33FAA16D1488670ABC575) == 0x000008, "Member 'FS_InteractiveMusic::LastAudioTrigger_5_420C5DB24BD33FAA16D1488670ABC575' has a wrong offset!"); \ +static_assert(offsetof(FS_InteractiveMusic, LastAudioTriggerFromInteruption_10_3EC40D614FECEE022B46638E4555FF19) == 0x000010, "Member 'FS_InteractiveMusic::LastAudioTriggerFromInteruption_10_3EC40D614FECEE022B46638E4555FF19' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_FreeAimShoot_C \ +static_assert(alignof(UShake_FreeAimShoot_C) == 0x000010, "Wrong alignment on UShake_FreeAimShoot_C"); \ +static_assert(sizeof(UShake_FreeAimShoot_C) == 0x0000E0, "Wrong size on UShake_FreeAimShoot_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint \ +static_assert(alignof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint) == 0x000008, "Wrong alignment on BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint"); \ +static_assert(sizeof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint) == 0x000020, "Wrong size on BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint, K2Node_DynamicCast_AsDisplay_Notification___Hint) == 0x000008, "Member 'BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint::K2Node_DynamicCast_AsDisplay_Notification___Hint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint, K2Node_Event_Controller) == 0x000018, "Member 'BP_GameActionInstance_Hint_C_ExecuteUbergraph_BP_GameActionInstance_Hint::K2Node_Event_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Hint_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_Hint_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_Hint_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_Hint_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_Hint_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_Hint_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Hint_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_Hint_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_Hint_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_Hint_C_GetDebugString) == 0x000100, "Wrong size on BP_GameActionInstance_Hint_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, K2Node_DynamicCast_AsDisplay_Notification___Hint) == 0x000020, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::K2Node_DynamicCast_AsDisplay_Notification___Hint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Hint_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_GameActionInstance_Hint_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_Hint_C \ +static_assert(alignof(UBP_GameActionInstance_Hint_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_Hint_C"); \ +static_assert(sizeof(UBP_GameActionInstance_Hint_C) == 0x000048, "Wrong size on UBP_GameActionInstance_Hint_C"); \ +static_assert(offsetof(UBP_GameActionInstance_Hint_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_Hint_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Character_PortraitData \ +static_assert(alignof(FS_jRPG_Character_PortraitData) == 0x000008, "Wrong alignment on FS_jRPG_Character_PortraitData"); \ +static_assert(sizeof(FS_jRPG_Character_PortraitData) == 0x000028, "Wrong size on FS_jRPG_Character_PortraitData"); \ +static_assert(offsetof(FS_jRPG_Character_PortraitData, Battle_Selected_7_057204594B825903F22566AC6B4D8C1A) == 0x000000, "Member 'FS_jRPG_Character_PortraitData::Battle_Selected_7_057204594B825903F22566AC6B4D8C1A' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_PortraitData, Battle_Timeline_11_03BFEFC44C90CCBD5163AB9205FB8A81) == 0x000008, "Member 'FS_jRPG_Character_PortraitData::Battle_Timeline_11_03BFEFC44C90CCBD5163AB9205FB8A81' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_PortraitData, Battle_Dead_Material_17_BB8870D549AB296CE9FA3AB689CCC869) == 0x000010, "Member 'FS_jRPG_Character_PortraitData::Battle_Dead_Material_17_BB8870D549AB296CE9FA3AB689CCC869' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_PortraitData, Battle_Hit_Texture_24_942830B74E79B1EA7AE078AE6B723E53) == 0x000018, "Member 'FS_jRPG_Character_PortraitData::Battle_Hit_Texture_24_942830B74E79B1EA7AE078AE6B723E53' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_PortraitData, Battle_Low_Life_Texture_28_C1FF64624623728BD1ED09AA5DCD6A05) == 0x000020, "Member 'FS_jRPG_Character_PortraitData::Battle_Low_Life_Texture_28_C1FF64624623728BD1ED09AA5DCD6A05' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry \ +static_assert(alignof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry) == 0x000008, "Wrong alignment on BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry"); \ +static_assert(sizeof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry) == 0x000030, "Wrong size on BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, EntryPoint) == 0x000000, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, K2Node_Event_OwnerController) == 0x000008, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, K2Node_Event_NodeResult) == 0x000018, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::K2Node_Event_NodeResult' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001A, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, K2Node_Event_OwnerController_1) == 0x000020, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry, K2Node_Event_ControlledPawn_1) == 0x000028, "Member 'BTDecorator_ClearBlackboardEntry_C_ExecuteUbergraph_BTDecorator_ClearBlackboardEntry::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck \ +static_assert(alignof(BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck"); \ +static_assert(sizeof(BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck) == 0x000010, "Wrong size on BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTDecorator_ClearBlackboardEntry_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI \ +static_assert(alignof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI"); \ +static_assert(sizeof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI \ +static_assert(alignof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI"); \ +static_assert(sizeof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_ClearBlackboardEntry_C_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ClearBlackboardEntry_C \ +static_assert(alignof(UBTDecorator_ClearBlackboardEntry_C) == 0x000008, "Wrong alignment on UBTDecorator_ClearBlackboardEntry_C"); \ +static_assert(sizeof(UBTDecorator_ClearBlackboardEntry_C) == 0x0000D8, "Wrong size on UBTDecorator_ClearBlackboardEntry_C"); \ +static_assert(offsetof(UBTDecorator_ClearBlackboardEntry_C, UberGraphFrame) == 0x0000A0, "Member 'UBTDecorator_ClearBlackboardEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ClearBlackboardEntry_C, CallbackType) == 0x0000A8, "Member 'UBTDecorator_ClearBlackboardEntry_C::CallbackType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ClearBlackboardEntry_C, KeySelector) == 0x0000B0, "Member 'UBTDecorator_ClearBlackboardEntry_C::KeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicTransition_C_AnimateBlackBars \ +static_assert(alignof(WBP_CinematicTransition_C_AnimateBlackBars) == 0x000008, "Wrong alignment on WBP_CinematicTransition_C_AnimateBlackBars"); \ +static_assert(sizeof(WBP_CinematicTransition_C_AnimateBlackBars) == 0x000008, "Wrong size on WBP_CinematicTransition_C_AnimateBlackBars"); \ +static_assert(offsetof(WBP_CinematicTransition_C_AnimateBlackBars, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_CinematicTransition_C_AnimateBlackBars::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicTransition_C_ComputeBlackBarSize \ +static_assert(alignof(WBP_CinematicTransition_C_ComputeBlackBarSize) == 0x000008, "Wrong alignment on WBP_CinematicTransition_C_ComputeBlackBarSize"); \ +static_assert(sizeof(WBP_CinematicTransition_C_ComputeBlackBarSize) == 0x0000B8, "Wrong size on WBP_CinematicTransition_C_ComputeBlackBarSize"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, ReturnValue) == 0x000000, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, bIsLetterBox) == 0x000008, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::bIsLetterBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, Temp_bool_Variable) == 0x000009, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_GetViewportScale_ReturnValue) == 0x00000C, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Conv_DoubleToVector2D_ReturnValue) == 0x000018, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Conv_DoubleToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_GetViewportSize_ReturnValue) == 0x000028, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000038, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_BreakVector2D_X) == 0x000048, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_BreakVector2D_Y_1) == 0x000060, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, K2Node_MathExpression_ReturnValue) == 0x000068, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Abs_ReturnValue) == 0x000088, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, K2Node_MathExpression_ReturnValue_1) == 0x000090, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000098, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_Abs_ReturnValue_1) == 0x0000A0, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ComputeBlackBarSize, CallFunc_SafeDivide_B_ImplicitCast) == 0x0000B0, "Member 'WBP_CinematicTransition_C_ComputeBlackBarSize::CallFunc_SafeDivide_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition \ +static_assert(alignof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition) == 0x000004, "Wrong alignment on WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition"); \ +static_assert(sizeof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition) == 0x000044, "Wrong size on WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition, EntryPoint) == 0x000000, "Member 'WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'WBP_CinematicTransition_C_ExecuteUbergraph_WBP_CinematicTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicTransition_C_Tick \ +static_assert(alignof(WBP_CinematicTransition_C_Tick) == 0x000004, "Wrong alignment on WBP_CinematicTransition_C_Tick"); \ +static_assert(sizeof(WBP_CinematicTransition_C_Tick) == 0x00003C, "Wrong size on WBP_CinematicTransition_C_Tick"); \ +static_assert(offsetof(WBP_CinematicTransition_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_CinematicTransition_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_CinematicTransition_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicTransition_C_UpdateBlackBarsSize \ +static_assert(alignof(WBP_CinematicTransition_C_UpdateBlackBarsSize) == 0x000008, "Wrong alignment on WBP_CinematicTransition_C_UpdateBlackBarsSize"); \ +static_assert(sizeof(WBP_CinematicTransition_C_UpdateBlackBarsSize) == 0x000030, "Wrong size on WBP_CinematicTransition_C_UpdateBlackBarsSize"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, Temp_bool_Variable) == 0x000000, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, Temp_real_Variable) == 0x000004, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, Temp_real_Variable_1) == 0x000008, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, CallFunc_ComputeBlackBarSize_ReturnValue) == 0x000010, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::CallFunc_ComputeBlackBarSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, CallFunc_ComputeBlackBarSize_bIsLetterBox) == 0x000018, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::CallFunc_ComputeBlackBarSize_bIsLetterBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, K2Node_Select_Default) == 0x00001C, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, K2Node_Select_Option_1_ImplicitCast) == 0x000024, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicTransition_C_UpdateBlackBarsSize, K2Node_Select_Option_0_ImplicitCast) == 0x000028, "Member 'WBP_CinematicTransition_C_UpdateBlackBarsSize::K2Node_Select_Option_0_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CinematicTransition_C \ +static_assert(alignof(UWBP_CinematicTransition_C) == 0x000008, "Wrong alignment on UWBP_CinematicTransition_C"); \ +static_assert(sizeof(UWBP_CinematicTransition_C) == 0x000348, "Wrong size on UWBP_CinematicTransition_C"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CinematicTransition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, Anim_BlackBarAppear) == 0x0002E8, "Member 'UWBP_CinematicTransition_C::Anim_BlackBarAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, BottomBlackBar) == 0x0002F0, "Member 'UWBP_CinematicTransition_C::BottomBlackBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, LeftBlackBar) == 0x0002F8, "Member 'UWBP_CinematicTransition_C::LeftBlackBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, RightBlackbar) == 0x000300, "Member 'UWBP_CinematicTransition_C::RightBlackbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, SizeBoxBottom) == 0x000308, "Member 'UWBP_CinematicTransition_C::SizeBoxBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, SizeBoxLeft) == 0x000310, "Member 'UWBP_CinematicTransition_C::SizeBoxLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, SizeBoxRight) == 0x000318, "Member 'UWBP_CinematicTransition_C::SizeBoxRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, SizeBoxTop) == 0x000320, "Member 'UWBP_CinematicTransition_C::SizeBoxTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, TopBlackBar) == 0x000328, "Member 'UWBP_CinematicTransition_C::TopBlackBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, ScreenRatio) == 0x000330, "Member 'UWBP_CinematicTransition_C::ScreenRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, AnimationAlpha) == 0x000338, "Member 'UWBP_CinematicTransition_C::AnimationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicTransition_C, Play_Mode) == 0x000340, "Member 'UWBP_CinematicTransition_C::Play_Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene \ +static_assert(alignof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene) == 0x000008, "Wrong alignment on BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene"); \ +static_assert(sizeof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene) == 0x000568, "Wrong size on BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeStruct_FRichDialogueLine) == 0x000008, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000148, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000150, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetPlayerController_ReturnValue) == 0x000280, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeArray_Array_1) == 0x000288, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetComponentByClass_ReturnValue) == 0x000298, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetPlayerController_ReturnValue_1) == 0x0002A0, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0002A8, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0002B0, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetPlayerController_ReturnValue_2) == 0x0002B8, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0002C0, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0002C8, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeArray_Array_2) == 0x0003F8, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000408, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000410, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetPlayerController_ReturnValue_3) == 0x000540, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_MakeArray_Array_3) == 0x000548, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000558, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, CallFunc_GetDialogueStage_DialogueStage) == 0x000560, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene, K2Node_SwitchInteger_CmpSuccess) == 0x000564, "Member 'BP_Dialogue_Eugene_C_ExecuteUbergraph_BP_Dialogue_Eugene::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Eugene_C \ +static_assert(alignof(ABP_Dialogue_Eugene_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Eugene_C"); \ +static_assert(sizeof(ABP_Dialogue_Eugene_C) == 0x0004A8, "Wrong size on ABP_Dialogue_Eugene_C"); \ +static_assert(offsetof(ABP_Dialogue_Eugene_C, UberGraphFrame_BP_Dialogue_Eugene_C) == 0x000338, "Member 'ABP_Dialogue_Eugene_C::UberGraphFrame_BP_Dialogue_Eugene_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Eugene_C, Battle_Start_Params) == 0x000340, "Member 'ABP_Dialogue_Eugene_C::Battle_Start_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Eugene_C, Item_Data_Table_Row_Handle) == 0x000498, "Member 'ABP_Dialogue_Eugene_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition \ +static_assert(alignof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition) == 0x000008, "Wrong alignment on WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition"); \ +static_assert(sizeof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition) == 0x000030, "Wrong size on WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, EntryPoint) == 0x000000, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, CallFunc_PlayAnimation_ReturnValue_2) == 0x000018, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, CallFunc_PlayAnimation_ReturnValue_3) == 0x000020, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition, CallFunc_PlayAnimation_ReturnValue_4) == 0x000028, "Member 'WBP_jRPG_BattleTransition_C_ExecuteUbergraph_WBP_jRPG_BattleTransition::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_BattleTransition_C \ +static_assert(alignof(UWBP_jRPG_BattleTransition_C) == 0x000008, "Wrong alignment on UWBP_jRPG_BattleTransition_C"); \ +static_assert(sizeof(UWBP_jRPG_BattleTransition_C) == 0x000328, "Wrong size on UWBP_jRPG_BattleTransition_C"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_BattleTransition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeIn10) == 0x0002E8, "Member 'UWBP_jRPG_BattleTransition_C::FadeIn10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, Blur) == 0x0002F0, "Member 'UWBP_jRPG_BattleTransition_C::Blur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeOut025_ManorTransition) == 0x0002F8, "Member 'UWBP_jRPG_BattleTransition_C::FadeOut025_ManorTransition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeIn025) == 0x000300, "Member 'UWBP_jRPG_BattleTransition_C::FadeIn025' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeIn25) == 0x000308, "Member 'UWBP_jRPG_BattleTransition_C::FadeIn25' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeOut05) == 0x000310, "Member 'UWBP_jRPG_BattleTransition_C::FadeOut05' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, FadeOutIn05) == 0x000318, "Member 'UWBP_jRPG_BattleTransition_C::FadeOutIn05' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleTransition_C, Button_BackToMainMenu) == 0x000320, "Member 'UWBP_jRPG_BattleTransition_C::Button_BackToMainMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_QuestStatusData \ +static_assert(alignof(FS_QuestStatusData) == 0x000008, "Wrong alignment on FS_QuestStatusData"); \ +static_assert(sizeof(FS_QuestStatusData) == 0x000058, "Wrong size on FS_QuestStatusData"); \ +static_assert(offsetof(FS_QuestStatusData, ObjectivesStatus_8_EA1232C14DA1F6DDA84EBA9185000F56) == 0x000000, "Member 'FS_QuestStatusData::ObjectivesStatus_8_EA1232C14DA1F6DDA84EBA9185000F56' has a wrong offset!"); \ +static_assert(offsetof(FS_QuestStatusData, QuestStatus_2_4D165F3F428FABC6B00F2BA89749B803) == 0x000050, "Member 'FS_QuestStatusData::QuestStatus_2_4D165F3F428FABC6B00F2BA89749B803' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraModifier_RotationLimiter_Default_C \ +static_assert(alignof(UBP_CameraModifier_RotationLimiter_Default_C) == 0x000008, "Wrong alignment on UBP_CameraModifier_RotationLimiter_Default_C"); \ +static_assert(sizeof(UBP_CameraModifier_RotationLimiter_Default_C) == 0x000060, "Wrong size on UBP_CameraModifier_RotationLimiter_Default_C"); \ + +#define DUMPER7_ASSERTS_FS_BalancingTableFloatEntry \ +static_assert(alignof(FS_BalancingTableFloatEntry) == 0x000008, "Wrong alignment on FS_BalancingTableFloatEntry"); \ +static_assert(sizeof(FS_BalancingTableFloatEntry) == 0x000008, "Wrong size on FS_BalancingTableFloatEntry"); \ +static_assert(offsetof(FS_BalancingTableFloatEntry, FloatValue_3_9D7EBC84471861D83D95EC8FC8B0C998) == 0x000000, "Member 'FS_BalancingTableFloatEntry::FloatValue_3_9D7EBC84471861D83D95EC8FC8B0C998' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere \ +static_assert(alignof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere) == 0x000008, "Wrong alignment on BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere"); \ +static_assert(sizeof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere) == 0x000050, "Wrong size on BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, EntryPoint) == 0x000000, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, Temp_bool_IsClosed_Variable) == 0x000008, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, Temp_bool_Has_Been_Initd_Variable) == 0x000009, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x000010, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_NPCs_Lumiere_C_ExecuteUbergraph_BP_NPCs_Lumiere::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCs_Lumiere_C_GetAllElementsToDust \ +static_assert(alignof(BP_NPCs_Lumiere_C_GetAllElementsToDust) == 0x000008, "Wrong alignment on BP_NPCs_Lumiere_C_GetAllElementsToDust"); \ +static_assert(sizeof(BP_NPCs_Lumiere_C_GetAllElementsToDust) == 0x000020, "Wrong size on BP_NPCs_Lumiere_C_GetAllElementsToDust"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_GetAllElementsToDust, ElementsToDust) == 0x000000, "Member 'BP_NPCs_Lumiere_C_GetAllElementsToDust::ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_GetAllElementsToDust, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_NPCs_Lumiere_C_GetAllElementsToDust::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCs_Lumiere_C_SetDustingLevel \ +static_assert(alignof(BP_NPCs_Lumiere_C_SetDustingLevel) == 0x000008, "Wrong alignment on BP_NPCs_Lumiere_C_SetDustingLevel"); \ +static_assert(sizeof(BP_NPCs_Lumiere_C_SetDustingLevel) == 0x000048, "Wrong size on BP_NPCs_Lumiere_C_SetDustingLevel"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, NewParam) == 0x000000, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000014, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x000020, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCs_Lumiere_C_SetDustingLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000040, "Member 'BP_NPCs_Lumiere_C_SetDustingLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_C \ +static_assert(alignof(ABP_NPCs_Lumiere_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, UberGraphFrame) == 0x000290, "Member 'ABP_NPCs_Lumiere_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SM_FlowerNeckLace_C_01) == 0x000298, "Member 'ABP_NPCs_Lumiere_C::SM_FlowerNeckLace_C_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, FX_NPC_DustingSphere) == 0x0002A0, "Member 'ABP_NPCs_Lumiere_C::FX_NPC_DustingSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, FX_Dusting) == 0x0002A8, "Member 'ABP_NPCs_Lumiere_C::FX_Dusting' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SM_Hair_NPCs_Lumiere) == 0x0002B0, "Member 'ABP_NPCs_Lumiere_C::SM_Hair_NPCs_Lumiere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SM_Hat_NPCs_Lumiere) == 0x0002B8, "Member 'ABP_NPCs_Lumiere_C::SM_Hat_NPCs_Lumiere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SM_Beard_NPCs_Lumiere) == 0x0002C0, "Member 'ABP_NPCs_Lumiere_C::SM_Beard_NPCs_Lumiere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SK_Head_NPCs_Lumiere) == 0x0002C8, "Member 'ABP_NPCs_Lumiere_C::SK_Head_NPCs_Lumiere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, SK_Body_NPCs_Lumiere) == 0x0002D0, "Member 'ABP_NPCs_Lumiere_C::SK_Body_NPCs_Lumiere' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABP_NPCs_Lumiere_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, DustingLevel) == 0x0002E0, "Member 'ABP_NPCs_Lumiere_C::DustingLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, ActivateFXThreshold) == 0x0002E8, "Member 'ABP_NPCs_Lumiere_C::ActivateFXThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_C, ShowFlowerNecklace) == 0x0002F0, "Member 'ABP_NPCs_Lumiere_C::ShowFlowerNecklace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_LevelSpawnPointsData \ +static_assert(alignof(FS_LevelSpawnPointsData) == 0x000008, "Wrong alignment on FS_LevelSpawnPointsData"); \ +static_assert(sizeof(FS_LevelSpawnPointsData) == 0x000018, "Wrong size on FS_LevelSpawnPointsData"); \ +static_assert(offsetof(FS_LevelSpawnPointsData, LevelAssetName_7_D872F94549A7C2601ECF70AC3C4BAB27) == 0x000000, "Member 'FS_LevelSpawnPointsData::LevelAssetName_7_D872F94549A7C2601ECF70AC3C4BAB27' has a wrong offset!"); \ +static_assert(offsetof(FS_LevelSpawnPointsData, SpawnPointTags_3_511D41A44873049B1F83559F7CCBA8D7) == 0x000008, "Member 'FS_LevelSpawnPointsData::SpawnPointTags_3_511D41A44873049B1F83559F7CCBA8D7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogInterface_C_Dialog \ +static_assert(alignof(BPI_DialogInterface_C_Dialog) == 0x000008, "Wrong alignment on BPI_DialogInterface_C_Dialog"); \ +static_assert(sizeof(BPI_DialogInterface_C_Dialog) == 0x000020, "Wrong size on BPI_DialogInterface_C_Dialog"); \ +static_assert(offsetof(BPI_DialogInterface_C_Dialog, EventId) == 0x000000, "Member 'BPI_DialogInterface_C_Dialog::EventId' has a wrong offset!"); \ +static_assert(offsetof(BPI_DialogInterface_C_Dialog, SwitchID) == 0x000008, "Member 'BPI_DialogInterface_C_Dialog::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BPI_DialogInterface_C_Dialog, DialogText) == 0x000010, "Member 'BPI_DialogInterface_C_Dialog::DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_DialogInterface_C \ +static_assert(alignof(IBPI_DialogInterface_C) == 0x000001, "Wrong alignment on IBPI_DialogInterface_C"); \ +static_assert(sizeof(IBPI_DialogInterface_C) == 0x000001, "Wrong size on IBPI_DialogInterface_C"); \ + +#define DUMPER7_ASSERTS_FS_ChestLootParameters \ +static_assert(alignof(FS_ChestLootParameters) == 0x000004, "Wrong alignment on FS_ChestLootParameters"); \ +static_assert(sizeof(FS_ChestLootParameters) == 0x000008, "Wrong size on FS_ChestLootParameters"); \ +static_assert(offsetof(FS_ChestLootParameters, MinimumEncounterLevel_2_EAC02E594241C8DD5F339C8C424E5239) == 0x000000, "Member 'FS_ChestLootParameters::MinimumEncounterLevel_2_EAC02E594241C8DD5F339C8C424E5239' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestLootParameters, MaximumEncounterLevel_4_F7C2A18F491ACAD6988542A6707E0544) == 0x000004, "Member 'FS_ChestLootParameters::MaximumEncounterLevel_4_F7C2A18F491ACAD6988542A6707E0544' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag \ +static_assert(alignof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag) == 0x000008, "Wrong alignment on BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag"); \ +static_assert(sizeof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag) == 0x000038, "Wrong size on BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, K2Node_DynamicCast_AsWrite_Persistent_Flag) == 0x000020, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::K2Node_DynamicCast_AsWrite_Persistent_Flag' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_GameActionInstance_WritePersistentFlag_C_ExecuteUbergraph_BP_GameActionInstance_WritePersistentFlag::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_WritePersistentFlag_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_WritePersistentFlag_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString) == 0x000140, "Wrong size on BP_GameActionInstance_WritePersistentFlag_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, K2Node_DynamicCast_AsWrite_Persistent_Flag) == 0x000020, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::K2Node_DynamicCast_AsWrite_Persistent_Flag' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_PadString_Result) == 0x000030, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000050, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000070, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_WritePersistentFlag_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000130, "Member 'BP_GameActionInstance_WritePersistentFlag_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_WritePersistentFlag_C \ +static_assert(alignof(UBP_GameActionInstance_WritePersistentFlag_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_WritePersistentFlag_C"); \ +static_assert(sizeof(UBP_GameActionInstance_WritePersistentFlag_C) == 0x000048, "Wrong size on UBP_GameActionInstance_WritePersistentFlag_C"); \ +static_assert(offsetof(UBP_GameActionInstance_WritePersistentFlag_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_WritePersistentFlag_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType \ +static_assert(alignof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType) == 0x000080, "Wrong size on BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, CameraType) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, CameraComponent) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, CallFunc_BPI_GetDialogueCameraByType_CameraComponent) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::CallFunc_BPI_GetDialogueCameraByType_CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_1) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_2) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_3) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_4) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_5) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_6) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_7) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_8) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, Temp_object_Variable_9) == 0x000070, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType, K2Node_Select_Default) == 0x000078, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_BPI_GetDialogueCameraByType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras \ +static_assert(alignof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras) == 0x000020, "Wrong size on BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras, Array) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_Human_ManyCams_C_GetAllDialogueCameras::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_NPC_Dialog_Human_ManyCams_C \ +static_assert(alignof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C) == 0x000010, "Wrong alignment on ABP_jRPG_NPC_Dialog_Human_ManyCams_C"); \ +static_assert(sizeof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C) == 0x000BD0, "Wrong size on ABP_jRPG_NPC_Dialog_Human_ManyCams_C"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C, Camera_10) == 0x000BA0, "Member 'ABP_jRPG_NPC_Dialog_Human_ManyCams_C::Camera_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C, Camera_9) == 0x000BA8, "Member 'ABP_jRPG_NPC_Dialog_Human_ManyCams_C::Camera_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C, Camera_8) == 0x000BB0, "Member 'ABP_jRPG_NPC_Dialog_Human_ManyCams_C::Camera_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C, Camera_7) == 0x000BB8, "Member 'ABP_jRPG_NPC_Dialog_Human_ManyCams_C::Camera_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_ManyCams_C, Camera_6) == 0x000BC0, "Member 'ABP_jRPG_NPC_Dialog_Human_ManyCams_C::Camera_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_UITransientData \ +static_assert(alignof(FS_UITransientData) == 0x000008, "Wrong alignment on FS_UITransientData"); \ +static_assert(sizeof(FS_UITransientData) == 0x0000F0, "Wrong size on FS_UITransientData"); \ +static_assert(offsetof(FS_UITransientData, SortActiveEntries_23_CFCD33F1484C02716E3998AAAB017208) == 0x000000, "Member 'FS_UITransientData::SortActiveEntries_23_CFCD33F1484C02716E3998AAAB017208' has a wrong offset!"); \ +static_assert(offsetof(FS_UITransientData, SortDirections_24_6FAF2F0E4EED54DD23384884A4793DCE) == 0x000050, "Member 'FS_UITransientData::SortDirections_24_6FAF2F0E4EED54DD23384884A4793DCE' has a wrong offset!"); \ +static_assert(offsetof(FS_UITransientData, FilterTransientData_51_AEBAA93A42F6AF1293819BBF6894C2DE) == 0x0000A0, "Member 'FS_UITransientData::FilterTransientData_51_AEBAA93A42F6AF1293819BBF6894C2DE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AController_WorldAI_C \ +static_assert(alignof(AController_WorldAI_C) == 0x000008, "Wrong alignment on AController_WorldAI_C"); \ +static_assert(sizeof(AController_WorldAI_C) == 0x0003B8, "Wrong size on AController_WorldAI_C"); \ + +#define DUMPER7_ASSERTS_FFPromptID \ +static_assert(alignof(FFPromptID) == 0x000004, "Wrong alignment on FFPromptID"); \ +static_assert(sizeof(FFPromptID) == 0x000010, "Wrong size on FFPromptID"); \ +static_assert(offsetof(FFPromptID, Guid_3_A83CB78A47D7F3271AC8429062C2418E) == 0x000000, "Member 'FFPromptID::Guid_3_A83CB78A47D7F3271AC8429062C2418E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CamShakeAndForceFeedback_Notify_C_Received_Notify \ +static_assert(alignof(CamShakeAndForceFeedback_Notify_C_Received_Notify) == 0x000008, "Wrong alignment on CamShakeAndForceFeedback_Notify_C_Received_Notify"); \ +static_assert(sizeof(CamShakeAndForceFeedback_Notify_C_Received_Notify) == 0x000060, "Wrong size on CamShakeAndForceFeedback_Notify_C_Received_Notify"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, MeshComp) == 0x000000, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, Animation) == 0x000008, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, EventReference) == 0x000010, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, ReturnValue) == 0x000040, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, CallFunc_GetPlayerController_ReturnValue_1) == 0x000050, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CamShakeAndForceFeedback_Notify_C_Received_Notify, CallFunc_ClientStartCameraShake_Scale_ImplicitCast) == 0x000058, "Member 'CamShakeAndForceFeedback_Notify_C_Received_Notify::CallFunc_ClientStartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCamShakeAndForceFeedback_Notify_C \ +static_assert(alignof(UCamShakeAndForceFeedback_Notify_C) == 0x000008, "Wrong alignment on UCamShakeAndForceFeedback_Notify_C"); \ +static_assert(sizeof(UCamShakeAndForceFeedback_Notify_C) == 0x000050, "Wrong size on UCamShakeAndForceFeedback_Notify_C"); \ +static_assert(offsetof(UCamShakeAndForceFeedback_Notify_C, ShakeClass) == 0x000038, "Member 'UCamShakeAndForceFeedback_Notify_C::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UCamShakeAndForceFeedback_Notify_C, Scale) == 0x000040, "Member 'UCamShakeAndForceFeedback_Notify_C::Scale' has a wrong offset!"); \ +static_assert(offsetof(UCamShakeAndForceFeedback_Notify_C, Force_Feedback_Effect) == 0x000048, "Member 'UCamShakeAndForceFeedback_Notify_C::Force_Feedback_Effect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PDT_LookAtConfig_C \ +static_assert(alignof(UBP_PDT_LookAtConfig_C) == 0x000008, "Wrong alignment on UBP_PDT_LookAtConfig_C"); \ +static_assert(sizeof(UBP_PDT_LookAtConfig_C) == 0x000068, "Wrong size on UBP_PDT_LookAtConfig_C"); \ +static_assert(offsetof(UBP_PDT_LookAtConfig_C, CameraLookAtParameters) == 0x000030, "Member 'UBP_PDT_LookAtConfig_C::CameraLookAtParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_PDT_LookAtConfig_C, TransitionCurve) == 0x000058, "Member 'UBP_PDT_LookAtConfig_C::TransitionCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_PDT_LookAtConfig_C, LookAtTime) == 0x000060, "Member 'UBP_PDT_LookAtConfig_C::LookAtTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CameraLookAtRequest \ +static_assert(alignof(FS_CameraLookAtRequest) == 0x000008, "Wrong alignment on FS_CameraLookAtRequest"); \ +static_assert(sizeof(FS_CameraLookAtRequest) == 0x000030, "Wrong size on FS_CameraLookAtRequest"); \ +static_assert(offsetof(FS_CameraLookAtRequest, LookAtConfig_2_7541EBAC496454C331D0C5AA896810F3) == 0x000000, "Member 'FS_CameraLookAtRequest::LookAtConfig_2_7541EBAC496454C331D0C5AA896810F3' has a wrong offset!"); \ +static_assert(offsetof(FS_CameraLookAtRequest, ActorToLookAt_5_4FCCFB5E4970D87F312838AF18A44C9D) == 0x000008, "Member 'FS_CameraLookAtRequest::ActorToLookAt_5_4FCCFB5E4970D87F312838AF18A44C9D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_DocReader_C_AddInteractable \ +static_assert(alignof(BPI_Interaction_DocReader_C_AddInteractable) == 0x000008, "Wrong alignment on BPI_Interaction_DocReader_C_AddInteractable"); \ +static_assert(sizeof(BPI_Interaction_DocReader_C_AddInteractable) == 0x000008, "Wrong size on BPI_Interaction_DocReader_C_AddInteractable"); \ +static_assert(offsetof(BPI_Interaction_DocReader_C_AddInteractable, Interactable) == 0x000000, "Member 'BPI_Interaction_DocReader_C_AddInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_DocReader_C_GetClosestInteractable \ +static_assert(alignof(BPI_Interaction_DocReader_C_GetClosestInteractable) == 0x000008, "Wrong alignment on BPI_Interaction_DocReader_C_GetClosestInteractable"); \ +static_assert(sizeof(BPI_Interaction_DocReader_C_GetClosestInteractable) == 0x000008, "Wrong size on BPI_Interaction_DocReader_C_GetClosestInteractable"); \ +static_assert(offsetof(BPI_Interaction_DocReader_C_GetClosestInteractable, Interactable) == 0x000000, "Member 'BPI_Interaction_DocReader_C_GetClosestInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_DocReader_C_GetCurrentInputDevice \ +static_assert(alignof(BPI_Interaction_DocReader_C_GetCurrentInputDevice) == 0x000001, "Wrong alignment on BPI_Interaction_DocReader_C_GetCurrentInputDevice"); \ +static_assert(sizeof(BPI_Interaction_DocReader_C_GetCurrentInputDevice) == 0x000001, "Wrong size on BPI_Interaction_DocReader_C_GetCurrentInputDevice"); \ +static_assert(offsetof(BPI_Interaction_DocReader_C_GetCurrentInputDevice, InputDevice) == 0x000000, "Member 'BPI_Interaction_DocReader_C_GetCurrentInputDevice::InputDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_DocReader_C_RemoveInteractable \ +static_assert(alignof(BPI_Interaction_DocReader_C_RemoveInteractable) == 0x000008, "Wrong alignment on BPI_Interaction_DocReader_C_RemoveInteractable"); \ +static_assert(sizeof(BPI_Interaction_DocReader_C_RemoveInteractable) == 0x000008, "Wrong size on BPI_Interaction_DocReader_C_RemoveInteractable"); \ +static_assert(offsetof(BPI_Interaction_DocReader_C_RemoveInteractable, Interactable) == 0x000000, "Member 'BPI_Interaction_DocReader_C_RemoveInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Interaction_DocReader_C \ +static_assert(alignof(IBPI_Interaction_DocReader_C) == 0x000001, "Wrong alignment on IBPI_Interaction_DocReader_C"); \ +static_assert(sizeof(IBPI_Interaction_DocReader_C) == 0x000001, "Wrong size on IBPI_Interaction_DocReader_C"); \ + +#define DUMPER7_ASSERTS_FS_WeaponScalingLevel \ +static_assert(alignof(FS_WeaponScalingLevel) == 0x000008, "Wrong alignment on FS_WeaponScalingLevel"); \ +static_assert(sizeof(FS_WeaponScalingLevel) == 0x000020, "Wrong size on FS_WeaponScalingLevel"); \ +static_assert(offsetof(FS_WeaponScalingLevel, Level_2_479B11DA4A2B89DA7568EABFD1B1E2FE) == 0x000000, "Member 'FS_WeaponScalingLevel::Level_2_479B11DA4A2B89DA7568EABFD1B1E2FE' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponScalingLevel, PhysicalAttack_5_9B0990424CCCEE3E826ABFA03DEA6FE6) == 0x000008, "Member 'FS_WeaponScalingLevel::PhysicalAttack_5_9B0990424CCCEE3E826ABFA03DEA6FE6' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponScalingLevel, MagicalAttack_7_35190D724801E779DBA533A5C197EFC6) == 0x000010, "Member 'FS_WeaponScalingLevel::MagicalAttack_7_35190D724801E779DBA533A5C197EFC6' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponScalingLevel, ChromaValue_10_87D256FB42933A6D1E02839F8D8561A2) == 0x000018, "Member 'FS_WeaponScalingLevel::ChromaValue_10_87D256FB42933A6D1E02839F8D8561A2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleLine \ +static_assert(alignof(FS_BattleLine) == 0x000008, "Wrong alignment on FS_BattleLine"); \ +static_assert(sizeof(FS_BattleLine) == 0x000010, "Wrong size on FS_BattleLine"); \ +static_assert(offsetof(FS_BattleLine, SoundAsset_2_056301804C5BC1F8238DDFB3E3B04CCF) == 0x000000, "Member 'FS_BattleLine::SoundAsset_2_056301804C5BC1F8238DDFB3E3B04CCF' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLine, Weight_6_DD369FC64C8D79CBE533759DD1A49334) == 0x000008, "Member 'FS_BattleLine::Weight_6_DD369FC64C8D79CBE533759DD1A49334' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleLinePool \ +static_assert(alignof(FS_BattleLinePool) == 0x000008, "Wrong alignment on FS_BattleLinePool"); \ +static_assert(sizeof(FS_BattleLinePool) == 0x000018, "Wrong size on FS_BattleLinePool"); \ +static_assert(offsetof(FS_BattleLinePool, ProbabilityPercent_8_558E2DAE4AC988BE8EDEAFA9AC54281A) == 0x000000, "Member 'FS_BattleLinePool::ProbabilityPercent_8_558E2DAE4AC988BE8EDEAFA9AC54281A' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLinePool, BattleLines_13_10A232DF47CC16EEB5F8269A840CE6C0) == 0x000008, "Member 'FS_BattleLinePool::BattleLines_13_10A232DF47CC16EEB5F8269A840CE6C0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_TutorialHintParameters \ +static_assert(alignof(FS_TutorialHintParameters) == 0x000008, "Wrong alignment on FS_TutorialHintParameters"); \ +static_assert(sizeof(FS_TutorialHintParameters) == 0x000018, "Wrong size on FS_TutorialHintParameters"); \ +static_assert(offsetof(FS_TutorialHintParameters, TutorialHintContentDataRow_3_63BB66014FDA96586F3ACD85E4CEC1DC) == 0x000000, "Member 'FS_TutorialHintParameters::TutorialHintContentDataRow_3_63BB66014FDA96586F3ACD85E4CEC1DC' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialHintParameters, AutoCloseDelay_6_4B574C0B4FAA690BF20A0385969F3C7E) == 0x000010, "Member 'FS_TutorialHintParameters::AutoCloseDelay_6_4B574C0B4FAA690BF20A0385969F3C7E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AchievementRuntimeData \ +static_assert(alignof(FS_AchievementRuntimeData) == 0x000008, "Wrong alignment on FS_AchievementRuntimeData"); \ +static_assert(sizeof(FS_AchievementRuntimeData) == 0x000028, "Wrong size on FS_AchievementRuntimeData"); \ +static_assert(offsetof(FS_AchievementRuntimeData, Name_3_FADFAE8542588DB55420308084407E82) == 0x000000, "Member 'FS_AchievementRuntimeData::Name_3_FADFAE8542588DB55420308084407E82' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementRuntimeData, Description_5_AB65487F4A6DFEF33A476998999A2EFE) == 0x000010, "Member 'FS_AchievementRuntimeData::Description_5_AB65487F4A6DFEF33A476998999A2EFE' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementRuntimeData, IsUnlocked_8_1A804E9742C19EA0FEFFA3814786B269) == 0x000020, "Member 'FS_AchievementRuntimeData::IsUnlocked_8_1A804E9742C19EA0FEFFA3814786B269' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_UIElement_C \ +static_assert(alignof(IBPI_UIElement_C) == 0x000001, "Wrong alignment on IBPI_UIElement_C"); \ +static_assert(sizeof(IBPI_UIElement_C) == 0x000001, "Wrong size on IBPI_UIElement_C"); \ + +#define DUMPER7_ASSERTS_NinjaLiveInterface_C_LiveActivation \ +static_assert(alignof(NinjaLiveInterface_C_LiveActivation) == 0x000008, "Wrong alignment on NinjaLiveInterface_C_LiveActivation"); \ +static_assert(sizeof(NinjaLiveInterface_C_LiveActivation) == 0x000018, "Wrong size on NinjaLiveInterface_C_LiveActivation"); \ +static_assert(offsetof(NinjaLiveInterface_C_LiveActivation, ParamName) == 0x000000, "Member 'NinjaLiveInterface_C_LiveActivation::ParamName' has a wrong offset!"); \ +static_assert(offsetof(NinjaLiveInterface_C_LiveActivation, FadeTimeOfBrush) == 0x000008, "Member 'NinjaLiveInterface_C_LiveActivation::FadeTimeOfBrush' has a wrong offset!"); \ +static_assert(offsetof(NinjaLiveInterface_C_LiveActivation, FadeTimeOfCanvas) == 0x000010, "Member 'NinjaLiveInterface_C_LiveActivation::FadeTimeOfCanvas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NinjaLiveInterface_C_LiveFluidParams \ +static_assert(alignof(NinjaLiveInterface_C_LiveFluidParams) == 0x000008, "Wrong alignment on NinjaLiveInterface_C_LiveFluidParams"); \ +static_assert(sizeof(NinjaLiveInterface_C_LiveFluidParams) == 0x000008, "Wrong size on NinjaLiveInterface_C_LiveFluidParams"); \ +static_assert(offsetof(NinjaLiveInterface_C_LiveFluidParams, BrushSize) == 0x000000, "Member 'NinjaLiveInterface_C_LiveFluidParams::BrushSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INinjaLiveInterface_C \ +static_assert(alignof(INinjaLiveInterface_C) == 0x000001, "Wrong alignment on INinjaLiveInterface_C"); \ +static_assert(sizeof(INinjaLiveInterface_C) == 0x000001, "Wrong size on INinjaLiveInterface_C"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget \ +static_assert(alignof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget) == 0x000008, "Wrong alignment on WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget"); \ +static_assert(sizeof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget) == 0x000018, "Wrong size on WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, LevelNameText) == 0x000000, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::LevelNameText' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, DangerLevel) == 0x000010, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::DangerLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, Temp_byte_Variable) == 0x000011, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, Temp_byte_Variable_3) == 0x000014, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, Temp_byte_Variable_4) == 0x000015, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget, K2Node_Select_Default) == 0x000016, "Member 'WBP_WorldMapLevelNameContainer_C_AppearLevelNameWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldMapLevelNameContainer_C \ +static_assert(alignof(UWBP_WorldMapLevelNameContainer_C) == 0x000008, "Wrong alignment on UWBP_WorldMapLevelNameContainer_C"); \ +static_assert(sizeof(UWBP_WorldMapLevelNameContainer_C) == 0x0002E8, "Wrong size on UWBP_WorldMapLevelNameContainer_C"); \ +static_assert(offsetof(UWBP_WorldMapLevelNameContainer_C, WBP_LevelNameWidget) == 0x0002E0, "Member 'UWBP_WorldMapLevelNameContainer_C::WBP_LevelNameWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior \ +static_assert(alignof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior) == 0x000008, "Wrong alignment on BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior"); \ +static_assert(sizeof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior) == 0x000028, "Wrong size on BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior, EntryPoint) == 0x000000, "Member 'BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior, K2Node_Event_OwnerController) == 0x000008, "Member 'BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000018, "Member 'BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTTask_SetAiBehavior_C_ExecuteUbergraph_BTTask_SetAiBehavior::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetAiBehavior_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_SetAiBehavior_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_SetAiBehavior_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_SetAiBehavior_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_SetAiBehavior_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_SetAiBehavior_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetAiBehavior_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_SetAiBehavior_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetAiBehavior_C \ +static_assert(alignof(UBTTask_SetAiBehavior_C) == 0x000008, "Wrong alignment on UBTTask_SetAiBehavior_C"); \ +static_assert(sizeof(UBTTask_SetAiBehavior_C) == 0x0000B8, "Wrong size on UBTTask_SetAiBehavior_C"); \ +static_assert(offsetof(UBTTask_SetAiBehavior_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_SetAiBehavior_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetAiBehavior_C, AiState) == 0x0000B0, "Member 'UBTTask_SetAiBehavior_C::AiState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CharacterSelectorParameters \ +static_assert(alignof(FS_CharacterSelectorParameters) == 0x000004, "Wrong alignment on FS_CharacterSelectorParameters"); \ +static_assert(sizeof(FS_CharacterSelectorParameters) == 0x000008, "Wrong size on FS_CharacterSelectorParameters"); \ +static_assert(offsetof(FS_CharacterSelectorParameters, MaxCharacterCount_3_91AC5C7E4ED2F3341DC421882539024F) == 0x000000, "Member 'FS_CharacterSelectorParameters::MaxCharacterCount_3_91AC5C7E4ED2F3341DC421882539024F' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterSelectorParameters, CanCancel_6_5CD12A444B4763E71970539FB502A444) == 0x000004, "Member 'FS_CharacterSelectorParameters::CanCancel_6_5CD12A444B4763E71970539FB502A444' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBattleCharacterStoredState \ +static_assert(alignof(FFBattleCharacterStoredState) == 0x000008, "Wrong alignment on FFBattleCharacterStoredState"); \ +static_assert(sizeof(FFBattleCharacterStoredState) == 0x000038, "Wrong size on FFBattleCharacterStoredState"); \ +static_assert(offsetof(FFBattleCharacterStoredState, IsPlayerControlled_2_0142CAB14E0334679E896E84D1FB6947) == 0x000000, "Member 'FFBattleCharacterStoredState::IsPlayerControlled_2_0142CAB14E0334679E896E84D1FB6947' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, HardcodedName_5_0B7BD3594DCCB7F644FA53A00B41E51E) == 0x000004, "Member 'FFBattleCharacterStoredState::HardcodedName_5_0B7BD3594DCCB7F644FA53A00B41E51E' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, PartyIndex_8_DAD255E540BE3E649999989D35D14815) == 0x00000C, "Member 'FFBattleCharacterStoredState::PartyIndex_8_DAD255E540BE3E649999989D35D14815' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, GUID_11_3A136FD34C8C5AF1360EBA8F4710650A) == 0x000010, "Member 'FFBattleCharacterStoredState::GUID_11_3A136FD34C8C5AF1360EBA8F4710650A' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, CurrentHP_14_80C3D9974EF3986682B1B1A9DBB98E64) == 0x000020, "Member 'FFBattleCharacterStoredState::CurrentHP_14_80C3D9974EF3986682B1B1A9DBB98E64' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, CurrentShield_17_34944FE847689E36A4B858964259A96D) == 0x000024, "Member 'FFBattleCharacterStoredState::CurrentShield_17_34944FE847689E36A4B858964259A96D' has a wrong offset!"); \ +static_assert(offsetof(FFBattleCharacterStoredState, DisplayName_22_155A489A4C9F4BA3BD333995D72B76E1) == 0x000028, "Member 'FFBattleCharacterStoredState::DisplayName_22_155A489A4C9F4BA3BD333995D72B76E1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_EnemyWorldInfoData \ +static_assert(alignof(FS_EnemyWorldInfoData) == 0x000001, "Wrong alignment on FS_EnemyWorldInfoData"); \ +static_assert(sizeof(FS_EnemyWorldInfoData) == 0x000001, "Wrong size on FS_EnemyWorldInfoData"); \ +static_assert(offsetof(FS_EnemyWorldInfoData, EnemyState_5_10C325044D9CEF2E7FDFB693DB3A18B9) == 0x000000, "Member 'FS_EnemyWorldInfoData::EnemyState_5_10C325044D9CEF2E7FDFB693DB3A18B9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPerCharacterReaction \ +static_assert(alignof(FFPerCharacterReaction) == 0x000008, "Wrong alignment on FFPerCharacterReaction"); \ +static_assert(sizeof(FFPerCharacterReaction) == 0x000028, "Wrong size on FFPerCharacterReaction"); \ +static_assert(offsetof(FFPerCharacterReaction, Lune_2_4F63191946F7959B523192A1ED142C13) == 0x000000, "Member 'FFPerCharacterReaction::Lune_2_4F63191946F7959B523192A1ED142C13' has a wrong offset!"); \ +static_assert(offsetof(FFPerCharacterReaction, Noah_4_FC78C9134A8F32522A60AA8F8C029B80) == 0x000008, "Member 'FFPerCharacterReaction::Noah_4_FC78C9134A8F32522A60AA8F8C029B80' has a wrong offset!"); \ +static_assert(offsetof(FFPerCharacterReaction, Maelle_6_B8D894544F3FD60D3E708CA7C0B10ABE) == 0x000010, "Member 'FFPerCharacterReaction::Maelle_6_B8D894544F3FD60D3E708CA7C0B10ABE' has a wrong offset!"); \ +static_assert(offsetof(FFPerCharacterReaction, Verso_11_25A303624E268C7C3E77B0A580B20EC8) == 0x000018, "Member 'FFPerCharacterReaction::Verso_11_25A303624E268C7C3E77B0A580B20EC8' has a wrong offset!"); \ +static_assert(offsetof(FFPerCharacterReaction, Monoco_12_655D1FB14DB2A6CA4396FDA7A2550127) == 0x000020, "Member 'FFPerCharacterReaction::Monoco_12_655D1FB14DB2A6CA4396FDA7A2550127' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CameraRecenterRequest \ +static_assert(alignof(FS_CameraRecenterRequest) == 0x000008, "Wrong alignment on FS_CameraRecenterRequest"); \ +static_assert(sizeof(FS_CameraRecenterRequest) == 0x000008, "Wrong size on FS_CameraRecenterRequest"); \ +static_assert(offsetof(FS_CameraRecenterRequest, TimeToRecenter_2_AB5E538D4A8EA02C6BC985A8385C0F4C) == 0x000000, "Member 'FS_CameraRecenterRequest::TimeToRecenter_2_AB5E538D4A8EA02C6BC985A8385C0F4C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_CheckForErrors \ +static_assert(alignof(BP_VelocityControllerComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_VelocityControllerComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_CheckForErrors) == 0x000058, "Wrong size on BP_VelocityControllerComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, K2Node_DynamicCast_AsCharacter) == 0x000048, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_VelocityControllerComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent \ +static_assert(alignof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent) == 0x000008, "Wrong alignment on BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent) == 0x000028, "Wrong size on BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent, EntryPoint) == 0x000000, "Member 'BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent, CallFunc_GetOwnerAsCharacter_Character) == 0x000008, "Member 'BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_VelocityControllerComponent_C_ExecuteUbergraph_BP_VelocityControllerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_GetOwnerAsCharacter \ +static_assert(alignof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter) == 0x000008, "Wrong alignment on BP_VelocityControllerComponent_C_GetOwnerAsCharacter"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter) == 0x000020, "Wrong size on BP_VelocityControllerComponent_C_GetOwnerAsCharacter"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter, Character) == 0x000000, "Member 'BP_VelocityControllerComponent_C_GetOwnerAsCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_VelocityControllerComponent_C_GetOwnerAsCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_VelocityControllerComponent_C_GetOwnerAsCharacter::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_GetOwnerAsCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_VelocityControllerComponent_C_GetOwnerAsCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_LimitVelocityIfNeeded \ +static_assert(alignof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded) == 0x000008, "Wrong alignment on BP_VelocityControllerComponent_C_LimitVelocityIfNeeded"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded) == 0x000078, "Wrong size on BP_VelocityControllerComponent_C_LimitVelocityIfNeeded"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_GetOwnerAsCharacter_Character) == 0x000000, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_GetMaxSpeed_ReturnValue) == 0x000008, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_IsExceedingMaxSpeed_ReturnValue) == 0x00000C, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_IsExceedingMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_VSize_ReturnValue) == 0x000010, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_Normal_ReturnValue) == 0x000020, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_FMax_ReturnValue) == 0x000038, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000040, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000058, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_LimitVelocityIfNeeded, CallFunc_FMax_B_ImplicitCast) == 0x000070, "Member 'BP_VelocityControllerComponent_C_LimitVelocityIfNeeded::CallFunc_FMax_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_OnMovementModeChanged \ +static_assert(alignof(BP_VelocityControllerComponent_C_OnMovementModeChanged) == 0x000008, "Wrong alignment on BP_VelocityControllerComponent_C_OnMovementModeChanged"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_OnMovementModeChanged) == 0x000020, "Wrong size on BP_VelocityControllerComponent_C_OnMovementModeChanged"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_OnMovementModeChanged, Character) == 0x000000, "Member 'BP_VelocityControllerComponent_C_OnMovementModeChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BP_VelocityControllerComponent_C_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BP_VelocityControllerComponent_C_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_OnMovementModeChanged, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_VelocityControllerComponent_C_OnMovementModeChanged::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_OnMovementModeChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_VelocityControllerComponent_C_OnMovementModeChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VelocityControllerComponent_C_ReceiveTick \ +static_assert(alignof(BP_VelocityControllerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_VelocityControllerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_VelocityControllerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_VelocityControllerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_VelocityControllerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_VelocityControllerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VelocityControllerComponent_C \ +static_assert(alignof(UBP_VelocityControllerComponent_C) == 0x000008, "Wrong alignment on UBP_VelocityControllerComponent_C"); \ +static_assert(sizeof(UBP_VelocityControllerComponent_C) == 0x0000A8, "Wrong size on UBP_VelocityControllerComponent_C"); \ +static_assert(offsetof(UBP_VelocityControllerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_VelocityControllerComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFExplorationProgression_SaveState \ +static_assert(alignof(FFExplorationProgression_SaveState) == 0x000008, "Wrong alignment on FFExplorationProgression_SaveState"); \ +static_assert(sizeof(FFExplorationProgression_SaveState) == 0x000028, "Wrong size on FFExplorationProgression_SaveState"); \ +static_assert(offsetof(FFExplorationProgression_SaveState, ExplorationCapacities_22_D278AAE341C821F118686B81FD83BBB0) == 0x000000, "Member 'FFExplorationProgression_SaveState::ExplorationCapacities_22_D278AAE341C821F118686B81FD83BBB0' has a wrong offset!"); \ +static_assert(offsetof(FFExplorationProgression_SaveState, FreeAimDamageLevel_4_CE1A4941408FA32FC2731D9BF52F53EC) == 0x000010, "Member 'FFExplorationProgression_SaveState::FreeAimDamageLevel_4_CE1A4941408FA32FC2731D9BF52F53EC' has a wrong offset!"); \ +static_assert(offsetof(FFExplorationProgression_SaveState, WorldMapCapacities_18_A3C2B46042CDC1AD2B027BB41415D062) == 0x000018, "Member 'FFExplorationProgression_SaveState::WorldMapCapacities_18_A3C2B46042CDC1AD2B027BB41415D062' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGlobalFeedback \ +static_assert(alignof(FFGlobalFeedback) == 0x000008, "Wrong alignment on FFGlobalFeedback"); \ +static_assert(sizeof(FFGlobalFeedback) == 0x000018, "Wrong size on FFGlobalFeedback"); \ +static_assert(offsetof(FFGlobalFeedback, CameraModifier_15_58273FFD43FDE93F8CB083B2D616877C) == 0x000000, "Member 'FFGlobalFeedback::CameraModifier_15_58273FFD43FDE93F8CB083B2D616877C' has a wrong offset!"); \ +static_assert(offsetof(FFGlobalFeedback, CameraShake_19_41721901446FAB7F5E5CF5899808CD3A) == 0x000008, "Member 'FFGlobalFeedback::CameraShake_19_41721901446FAB7F5E5CF5899808CD3A' has a wrong offset!"); \ +static_assert(offsetof(FFGlobalFeedback, SoundEvent_24_19469444467C30AF1E0046B0989BED90) == 0x000010, "Member 'FFGlobalFeedback::SoundEvent_24_19469444467C30AF1E0046B0989BED90' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_Journal_C \ +static_assert(alignof(UBP_DataAsset_Item_Journal_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_Journal_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_Journal_C) == 0x000080, "Wrong size on UBP_DataAsset_Item_Journal_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_Journal_C, Text) == 0x000030, "Member 'UBP_DataAsset_Item_Journal_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Journal_C, VoiceOver) == 0x000040, "Member 'UBP_DataAsset_Item_Journal_C::VoiceOver' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Journal_C, ShortTitle) == 0x000068, "Member 'UBP_DataAsset_Item_Journal_C::ShortTitle' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Journal_C, AssociatedLevel) == 0x000078, "Member 'UBP_DataAsset_Item_Journal_C::AssociatedLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_Hans_C \ +static_assert(alignof(UCTS_B0_Hans_C) == 0x000010, "Wrong alignment on UCTS_B0_Hans_C"); \ +static_assert(sizeof(UCTS_B0_Hans_C) == 0x0001B0, "Wrong size on UCTS_B0_Hans_C"); \ + +#define DUMPER7_ASSERTS_BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI) == 0x000040, "Wrong size on BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, local_WasGreater) == 0x000011, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::local_WasGreater' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000020, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000024, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsFloat_ReturnValue_1) == 0x000028, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00002C, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BTDecorator_CompareValuesWithHysteresis_C_PerformConditionCheckAI::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CompareValuesWithHysteresis_C \ +static_assert(alignof(UBTDecorator_CompareValuesWithHysteresis_C) == 0x000008, "Wrong alignment on UBTDecorator_CompareValuesWithHysteresis_C"); \ +static_assert(sizeof(UBTDecorator_CompareValuesWithHysteresis_C) == 0x0000D8, "Wrong size on UBTDecorator_CompareValuesWithHysteresis_C"); \ +static_assert(offsetof(UBTDecorator_CompareValuesWithHysteresis_C, ThresholdValue) == 0x0000A0, "Member 'UBTDecorator_CompareValuesWithHysteresis_C::ThresholdValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareValuesWithHysteresis_C, ValueBlackboardKeySelector) == 0x0000A8, "Member 'UBTDecorator_CompareValuesWithHysteresis_C::ValueBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareValuesWithHysteresis_C, Hysteresis) == 0x0000D0, "Member 'UBTDecorator_CompareValuesWithHysteresis_C::Hysteresis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HealthBarDecorator_FootCaptureStatus_C \ +static_assert(alignof(UWBP_HealthBarDecorator_FootCaptureStatus_C) == 0x000008, "Wrong alignment on UWBP_HealthBarDecorator_FootCaptureStatus_C"); \ +static_assert(sizeof(UWBP_HealthBarDecorator_FootCaptureStatus_C) == 0x0002E8, "Wrong size on UWBP_HealthBarDecorator_FootCaptureStatus_C"); \ +static_assert(offsetof(UWBP_HealthBarDecorator_FootCaptureStatus_C, Image_77) == 0x0002E0, "Member 'UWBP_HealthBarDecorator_FootCaptureStatus_C::Image_77' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDebugSaveGame_SkilList \ +static_assert(alignof(FFDebugSaveGame_SkilList) == 0x000008, "Wrong alignment on FFDebugSaveGame_SkilList"); \ +static_assert(sizeof(FFDebugSaveGame_SkilList) == 0x000010, "Wrong size on FFDebugSaveGame_SkilList"); \ +static_assert(offsetof(FFDebugSaveGame_SkilList, Skills_3_52218D074F1473EBB23179ACB3A6F867) == 0x000000, "Member 'FFDebugSaveGame_SkilList::Skills_3_52218D074F1473EBB23179ACB3A6F867' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Battle_Global::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData) == 0x003B70, "Wrong size on ABP_Battle_Global::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1737) == 0x000008, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1737' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1738) == 0x000028, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1738' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1739) == 0x000030, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1739' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1740) == 0x000038, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1740' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1741) == 0x000040, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1741' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1742) == 0x000048, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1742' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1743) == 0x000050, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1743' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1744) == 0x000070, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1744' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1745) == 0x000078, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1745' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __MirrorDataTable_1746) == 0x000080, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__MirrorDataTable_1746' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1747) == 0x000088, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1747' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1748) == 0x00008C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1748' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __BlendProfile_1749) == 0x000098, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__BlendProfile_1749' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __CurveFloat_1750) == 0x0000A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__CurveFloat_1750' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __EnumProperty_1751) == 0x0000A8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__EnumProperty_1751' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __EnumProperty_1752) == 0x0000A9, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__EnumProperty_1752' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1753) == 0x0000B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1753' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __ByteProperty_1754) == 0x0000C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__ByteProperty_1754' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1755) == 0x0000C8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1755' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1756) == 0x0000E8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1756' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1757) == 0x0000EC, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1757' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1758) == 0x0000F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1758' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1759) == 0x0000F8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1759' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1760) == 0x000100, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1760' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1761) == 0x000108, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1761' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1762) == 0x000110, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1762' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1763) == 0x000118, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1763' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1764) == 0x000120, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1764' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1765) == 0x000128, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1765' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1766) == 0x000130, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1766' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1767) == 0x000138, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1767' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1768) == 0x000140, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1768' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1769) == 0x000144, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1769' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1770) == 0x00014C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1770' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1771) == 0x000154, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1771' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1772) == 0x00015C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1772' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1773) == 0x000164, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1773' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1774) == 0x000168, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1774' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1775) == 0x000170, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1775' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1776) == 0x000178, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1776' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1777) == 0x000198, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1777' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1778) == 0x0001A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1778' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1779) == 0x0001A8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1779' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1780) == 0x0001B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1780' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1781) == 0x0001B8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1781' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1782) == 0x0001C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1782' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1783) == 0x0001C8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1783' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1784) == 0x0001D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1784' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1785) == 0x0001F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1785' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1786) == 0x0001F8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1786' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1787) == 0x000200, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1787' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1788) == 0x000208, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1788' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1789) == 0x00020C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1789' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1790) == 0x000214, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1790' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1791) == 0x000218, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1791' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1792) == 0x000220, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1792' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1793) == 0x000224, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1793' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1794) == 0x00022C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1794' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1795) == 0x000230, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1795' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1796) == 0x000238, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1796' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1797) == 0x00023C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1797' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1798) == 0x000244, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1798' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1799) == 0x000248, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1799' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1800) == 0x000250, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1800' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1801) == 0x000254, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1801' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1802) == 0x00025C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1802' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1803) == 0x000260, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1803' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1804) == 0x000268, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1804' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1805) == 0x00026C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1805' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1806) == 0x000274, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1806' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1807) == 0x000278, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1807' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1808) == 0x000280, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1808' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1809) == 0x000284, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1809' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1810) == 0x00028C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1810' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1811) == 0x000290, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1811' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1812) == 0x000298, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1812' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1813) == 0x00029C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1813' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1814) == 0x0002A4, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1814' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1815) == 0x0002A8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1815' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __BoolProperty_1816) == 0x0002B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__BoolProperty_1816' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1817) == 0x0002B4, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1817' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1818) == 0x0002B8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1818' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __FloatProperty_1819) == 0x0002E4, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__FloatProperty_1819' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __BoolProperty_1820) == 0x0002E8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__BoolProperty_1820' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __EnumProperty_1821) == 0x0002E9, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__EnumProperty_1821' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __ByteProperty_1822) == 0x0002EA, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__ByteProperty_1822' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1823) == 0x0002EC, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1823' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1824) == 0x0002F4, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1824' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1825) == 0x0002FC, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1825' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1826) == 0x000300, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1826' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1827) == 0x000308, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1827' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1828) == 0x000310, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1828' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __IntProperty_1829) == 0x000318, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__IntProperty_1829' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1830) == 0x00031C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1830' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __NameProperty_1831) == 0x000324, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__NameProperty_1831' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, __StructProperty_1832) == 0x000330, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::__StructProperty_1832' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000350, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0003D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0003D8, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LookAt) == 0x0003F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x000420, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x000450, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_3) == 0x000480, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_6) == 0x0004B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x0004E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x000510, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_5) == 0x000540, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_4) == 0x000570, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_3) == 0x0005A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_2) == 0x0005D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x000600, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_110) == 0x000630, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_109) == 0x000660, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_108) == 0x000690, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_107) == 0x0006C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_106) == 0x0006F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_105) == 0x000720, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_104) == 0x000750, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_103) == 0x000780, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_102) == 0x0007B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_101) == 0x0007E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_48) == 0x000810, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_53) == 0x000840, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_4) == 0x000870, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_47) == 0x0008A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_15) == 0x0008D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_4) == 0x000900, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_2) == 0x000930, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_3) == 0x000960, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_3) == 0x000990, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_46) == 0x0009C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_7) == 0x0009F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_14) == 0x000A20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x000A50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_52) == 0x000A80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_2) == 0x000AB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_2) == 0x000AE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_45) == 0x000B10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_13) == 0x000B40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x000B70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x000BA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_1) == 0x000BD0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_1) == 0x000C00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_44) == 0x000C30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_6) == 0x000C60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_12) == 0x000C90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_51) == 0x000CC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_11) == 0x000CF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_50) == 0x000D20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x000D50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x000D80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x000DB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x000DE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_100) == 0x000E10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_99) == 0x000E40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_98) == 0x000E70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_97) == 0x000EA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_96) == 0x000ED0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_95) == 0x000F00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_94) == 0x000F30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_93) == 0x000F60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_92) == 0x000F90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_91) == 0x000FC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror_2) == 0x000FF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_43) == 0x001020, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_49) == 0x001050, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_42) == 0x001080, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_48) == 0x0010B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror_1) == 0x0010E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_41) == 0x001110, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_47) == 0x001140, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror) == 0x001170, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_40) == 0x0011A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_46) == 0x0011D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x001200, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x001230, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x001260, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x001290, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x0012C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_2) == 0x0012F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x001320, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x001350, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x001380, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_45) == 0x0013B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x0013E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x001410, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x001440, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_44) == 0x001470, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x0014A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x0014D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x001500, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_1) == 0x001530, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x001560, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_90) == 0x001590, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_89) == 0x0015C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_88) == 0x0015F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_87) == 0x001620, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_86) == 0x001650, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_85) == 0x001680, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_84) == 0x0016B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_83) == 0x0016E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_82) == 0x001710, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_81) == 0x001740, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_80) == 0x001770, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_79) == 0x0017A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_78) == 0x0017D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_77) == 0x001800, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_76) == 0x001830, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_75) == 0x001860, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_74) == 0x001890, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_73) == 0x0018C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x0018F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x001920, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x001950, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x001980, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x0019B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x0019E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x001A10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x001A40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x001A70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x001AA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x001AD0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x001B00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x001B30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x001B60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x001B90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x001BC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x001BF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x001C20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x001C50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive) == 0x001C80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x001CB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x001CE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x001D10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_43) == 0x001D40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x001D70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x001DA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x001DD0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x001E00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x001E30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x001E60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x001E90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x001EC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x001EF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_42) == 0x001F20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x001F50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_41) == 0x001F80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x001FB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_40) == 0x001FE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x002010, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_39) == 0x002040, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x002070, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_38) == 0x0020A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x0020D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_37) == 0x002100, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x002130, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_36) == 0x002160, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x002190, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_35) == 0x0021C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x0021F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x002220, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x002250, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_34) == 0x002280, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x0022B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x0022E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x002310, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_33) == 0x002340, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x002370, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x0023A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x0023D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_32) == 0x002400, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x002430, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x002460, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x002490, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x0024C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x0024F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x002520, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RotateRootBone) == 0x002550, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RotateRootBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x002580, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x0025B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x0025E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x002610, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x002640, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x002670, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x0026A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x0026D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x002700, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x002730, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x002760, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x002790, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x0027C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x0027F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x002820, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x002850, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x002880, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x0028B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x0028E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x002910, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x002940, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x002970, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x0029A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x0029D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x002A00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x002A30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x002A60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x002A90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x002AC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x002AF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x002B20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x002B50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x002B80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x002BB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x002BE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x002C10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x002C40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x002C70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x002CA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x002CD0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x002D00, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x002D30, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x002D60, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x002D90, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x002DC0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x002DF0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x002E20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x002E50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x002E80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x002EB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x002EE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x002F10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x002F40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x002F70, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x002FA0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x002FD0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x003000, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x003030, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x003060, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x003090, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x0030C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0030F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x003120, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x003150, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x003180, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x0031B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0031E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x003210, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x003240, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x003270, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0032A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0032D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x003300, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x003330, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x003360, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x003390, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x0033C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x0033F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x003420, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x003450, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x003480, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x0034B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x0034E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x003510, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x003540, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x003570, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x0035A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x0035D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x003600, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x003630, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x003660, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x003690, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0036C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0036F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x003720, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x003750, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x003780, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x0037B0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x0037E0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x003810, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x003840, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x003870, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x0038A0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0038D0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x003900, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x003930, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x003960, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x003990, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0039C0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0039F0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x003A20, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x003A50, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x003A80, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x003AB0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x003AE0, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_FeetToGround) == 0x003B10, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_FeetToGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x003B40, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_Battle_Global::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData) == 0x000078, "Wrong size on ABP_Battle_Global::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_0) == 0x000008, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_1) == 0x000010, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_2) == 0x000018, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_3) == 0x000020, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __BoolProperty_4) == 0x000028, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__BoolProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_5) == 0x00002C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_6) == 0x000030, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __BoolProperty_7) == 0x000034, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__BoolProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_8) == 0x000038, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_9) == 0x00003C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __BoolProperty_10) == 0x000040, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__BoolProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_11) == 0x000044, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_12) == 0x000048, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_13) == 0x00004C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __BoolProperty_14) == 0x000050, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__BoolProperty_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_15) == 0x000058, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_16) == 0x000060, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_17) == 0x000064, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_18) == 0x000068, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_19) == 0x00006C, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global::FAnimBlueprintGeneratedMutableData, __FloatProperty_20) == 0x000070, "Member 'ABP_Battle_Global::FAnimBlueprintGeneratedMutableData::__FloatProperty_20' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_AnimGraph \ +static_assert(alignof(ABP_Battle_Global_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_AnimGraph"); \ +static_assert(sizeof(ABP_Battle_Global_C_AnimGraph) == 0x000010, "Wrong size on ABP_Battle_Global_C_AnimGraph"); \ +static_assert(offsetof(ABP_Battle_Global_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Battle_Global_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_ApplyBoneScalesOverrides \ +static_assert(alignof(ABP_Battle_Global_C_ApplyBoneScalesOverrides) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_ApplyBoneScalesOverrides"); \ +static_assert(sizeof(ABP_Battle_Global_C_ApplyBoneScalesOverrides) == 0x000020, "Wrong size on ABP_Battle_Global_C_ApplyBoneScalesOverrides"); \ +static_assert(offsetof(ABP_Battle_Global_C_ApplyBoneScalesOverrides, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000000, "Member 'ABP_Battle_Global_C_ApplyBoneScalesOverrides::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ApplyBoneScalesOverrides, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ABP_Battle_Global_C_ApplyBoneScalesOverrides::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ApplyBoneScalesOverrides, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'ABP_Battle_Global_C_ApplyBoneScalesOverrides::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ApplyBoneScalesOverrides, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'ABP_Battle_Global_C_ApplyBoneScalesOverrides::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Battle_Global_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Battle_Global_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Battle_Global_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Battle_Global_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Battle_Global_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Battle_Global_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_ComputeAllyLookDirection \ +static_assert(alignof(ABP_Battle_Global_C_ComputeAllyLookDirection) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_ComputeAllyLookDirection"); \ +static_assert(sizeof(ABP_Battle_Global_C_ComputeAllyLookDirection) == 0x000028, "Wrong size on ABP_Battle_Global_C_ComputeAllyLookDirection"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, OtherAlly) == 0x000000, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::OtherAlly' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Direction) == 0x000008, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_int_Variable) == 0x00000C, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, CallFunc_GetBattleSpotIndex_BattleSpotIndex) == 0x000010, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::CallFunc_GetBattleSpotIndex_BattleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_byte_Variable) == 0x000014, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, CallFunc_InRange_IntInt_ReturnValue) == 0x000015, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_byte_Variable_1) == 0x000016, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_byte_Variable_2) == 0x000017, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_int_Variable_1) == 0x000018, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_byte_Variable_3) == 0x00001C, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, K2Node_Select_Default) == 0x00001D, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, Temp_byte_Variable_4) == 0x00001E, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, CallFunc_GetBattleSpotIndex_BattleSpotIndex_1) == 0x000020, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::CallFunc_GetBattleSpotIndex_BattleSpotIndex_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ComputeAllyLookDirection, K2Node_Select_Default_1) == 0x000024, "Member 'ABP_Battle_Global_C_ComputeAllyLookDirection::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_Debug_Print_Text \ +static_assert(alignof(ABP_Battle_Global_C_Debug_Print_Text) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_Debug_Print_Text"); \ +static_assert(sizeof(ABP_Battle_Global_C_Debug_Print_Text) == 0x000098, "Wrong size on ABP_Battle_Global_C_Debug_Print_Text"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, Value) == 0x000000, "Member 'ABP_Battle_Global_C_Debug_Print_Text::Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, Text) == 0x000008, "Member 'ABP_Battle_Global_C_Debug_Print_Text::Text' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, Bool) == 0x000018, "Member 'ABP_Battle_Global_C_Debug_Print_Text::Bool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, Same_Value) == 0x000020, "Member 'ABP_Battle_Global_C_Debug_Print_Text::Same_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, SameBool) == 0x000028, "Member 'ABP_Battle_Global_C_Debug_Print_Text::SameBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'ABP_Battle_Global_C_Debug_Print_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, K2Node_MakeArray_Array) == 0x000078, "Member 'ABP_Battle_Global_C_Debug_Print_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_Debug_Print_Text, CallFunc_Format_ReturnValue) == 0x000088, "Member 'ABP_Battle_Global_C_Debug_Print_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global \ +static_assert(alignof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global"); \ +static_assert(sizeof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global) == 0x000870, "Wrong size on ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, EntryPoint) == 0x000000, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000010, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000018, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable) == 0x000020, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_1) == 0x000021, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000024, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000028, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000038, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000040, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000048, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000050, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000054, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_2) == 0x000055, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_3) == 0x000056, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_1) == 0x000058, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue) == 0x000059, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x00005C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x000060, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000064, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x00006C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000070, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000071, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000074, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3) == 0x000078, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x00007C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00007D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000080, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_4) == 0x000088, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000089, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_2) == 0x00008A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00008B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_1) == 0x00008C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_2) == 0x00008D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_1) == 0x00008E, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_2) == 0x00008F, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_3) == 0x000090, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000094, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_3) == 0x000098, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4) == 0x00009C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x0000A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_5) == 0x0000A1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x0000A4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5) == 0x0000A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6) == 0x0000AC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x0000B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x0000B4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_6) == 0x0000B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000B9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_4) == 0x0000BA, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_5) == 0x0000BB, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000BC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_6) == 0x0000BD, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_5) == 0x0000BE, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_7) == 0x0000BF, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x0000C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7) == 0x0000C4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_7) == 0x0000C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_6) == 0x0000C9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0000CA, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_7) == 0x0000CB, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_6) == 0x0000CC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_8) == 0x0000CD, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_7) == 0x0000CE, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_9) == 0x0000CF, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_3) == 0x0000D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_4) == 0x0000D1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000D2, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_10) == 0x0000D3, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_5) == 0x0000D4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_8) == 0x0000D5, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_6) == 0x0000D6, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_11) == 0x0000D7, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_12) == 0x0000D9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTime_ReturnValue) == 0x0000DC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x0000E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8) == 0x0000E4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_13) == 0x0000E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_8) == 0x0000E9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000EA, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_9) == 0x0000EB, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x0000EC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9) == 0x0000F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x0000F4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_9) == 0x0000F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10) == 0x0000FC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_10) == 0x000100, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_14) == 0x000101, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000102, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x000104, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_10) == 0x000108, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11) == 0x00010C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_11) == 0x000110, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000111, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000112, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_15) == 0x000113, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_16) == 0x000114, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000115, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_7) == 0x000116, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_17) == 0x000117, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_18) == 0x000118, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_19) == 0x000119, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_20) == 0x00011A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_21) == 0x00011B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_22) == 0x00011C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_23) == 0x00011D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_24) == 0x00011E, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_25) == 0x00011F, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default) == 0x000120, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_1) == 0x000128, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_26) == 0x000130, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_27) == 0x000131, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_2) == 0x000138, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_28) == 0x000140, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x000144, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_3) == 0x000148, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_29) == 0x000150, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_4) == 0x000158, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_30) == 0x000160, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12) == 0x000164, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_12) == 0x000168, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_5) == 0x000170, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_8) == 0x000178, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_31) == 0x000179, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13) == 0x00017C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_13) == 0x000180, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_13) == 0x000184, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14) == 0x000188, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_14) == 0x00018C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_14) == 0x000190, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_9) == 0x000191, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_32) == 0x000192, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_6) == 0x000198, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_33) == 0x0001A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_7) == 0x0001A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0001B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15) == 0x0001B4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_11) == 0x0001B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_15) == 0x0001BC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_10) == 0x0001C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_15) == 0x0001C1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0001C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0001D1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_34) == 0x0001D2, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_8) == 0x0001D3, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0001D4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_12) == 0x0001D5, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_bool_Variable) == 0x0001D6, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_8) == 0x0001D7, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_13) == 0x0001D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_9) == 0x0001D9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_10) == 0x0001DA, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_14) == 0x0001DB, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_15) == 0x0001DC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_11) == 0x0001DD, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_11) == 0x0001DE, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_16) == 0x0001DF, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_16) == 0x0001E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0001E4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16) == 0x0001E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_12) == 0x0001EC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_16) == 0x0001ED, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_13) == 0x0001EE, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17) == 0x0001F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_17) == 0x0001F4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x0001F5, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_12) == 0x0001F6, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_13) == 0x0001F7, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x0001F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_real_Variable) == 0x000200, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_14) == 0x000208, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_35) == 0x000209, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_9) == 0x00020A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_14) == 0x00020B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_36) == 0x00020C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x00020D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_10) == 0x000210, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_bool_Variable_1) == 0x000218, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000219, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x00021A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x00021B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1) == 0x000220, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_bSuccess_1) == 0x000228, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_37) == 0x000229, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x00022A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_11) == 0x00022B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_18) == 0x00022C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_15) == 0x00022D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x00022E, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_38) == 0x00022F, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_17) == 0x000230, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18) == 0x000234, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_12) == 0x000238, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_17) == 0x000239, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_19) == 0x00023A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_16) == 0x00023B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x00023C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_18) == 0x000240, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19) == 0x000244, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_18) == 0x000248, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_20) == 0x00024C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_19) == 0x000250, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_39) == 0x000254, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_19) == 0x000255, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_13) == 0x000256, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_20) == 0x000257, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_15) == 0x000258, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x000259, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x00025A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_16) == 0x00025B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x00025C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x00025D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x00025E, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_40) == 0x00025F, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000260, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000261, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable) == 0x000268, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_1) == 0x000270, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_2) == 0x000278, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_3) == 0x000280, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_41) == 0x000288, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_14) == 0x000290, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_42) == 0x000298, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_43) == 0x000299, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_15) == 0x00029A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_21) == 0x00029B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanOR_ReturnValue_17) == 0x00029C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_44) == 0x00029D, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_16) == 0x0002A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_45) == 0x0002A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_EqualEqual_ByteByte_ReturnValue_22) == 0x0002A9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_EqualEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_17) == 0x0002B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_46) == 0x0002B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_47) == 0x0002B9, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_48) == 0x0002BA, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_18) == 0x0002C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_19) == 0x0002C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_4) == 0x0002D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_5) == 0x0002D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_6) == 0x0002E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_object_Variable_7) == 0x0002E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_49) == 0x0002F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_20) == 0x0002F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_50) == 0x000300, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_51) == 0x000301, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_52) == 0x000302, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_53) == 0x000303, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_54) == 0x000304, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_55) == 0x000305, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_56) == 0x000306, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_57) == 0x000307, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_21) == 0x000308, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_58) == 0x000310, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_22) == 0x000318, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_59) == 0x000320, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_60) == 0x000321, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_23) == 0x000328, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_24) == 0x000330, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_61) == 0x000338, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_62) == 0x000339, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_25) == 0x00033C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000340, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_26) == 0x000348, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Not_PreBool_ReturnValue_22) == 0x000350, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_63) == 0x000351, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_27) == 0x000354, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x000358, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_17) == 0x000360, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_18) == 0x000361, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_64) == 0x000362, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_28) == 0x000368, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_65) == 0x000370, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_66) == 0x000371, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_67) == 0x000372, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_29) == 0x000378, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_30) == 0x000380, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000390, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_19) == 0x000391, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_68) == 0x000392, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_69) == 0x000393, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetRelevantAnimTime_ReturnValue_1) == 0x000394, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetRelevantAnimTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_31) == 0x000398, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Event_DeltaTimeX) == 0x0003A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0003A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue) == 0x0003B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x0003B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_70) == 0x0003C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_1) == 0x0003C1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_32) == 0x0003C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue_2) == 0x0003D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0003D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_2) == 0x0003E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_MakeStruct_FormatArgumentData) == 0x0003F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_MakeArray_Array) == 0x000438, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetComponentByClass_ReturnValue) == 0x000448, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Format_ReturnValue) == 0x000450, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_3) == 0x000460, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_4) == 0x000461, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetPlayerController_ReturnValue) == 0x000468, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000470, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_5) == 0x000478, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000480, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_6) == 0x000488, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetMovementComponent_ReturnValue) == 0x000490, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsFalling_ReturnValue) == 0x000498, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetVelocity_ReturnValue) == 0x0004A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_VSize_ReturnValue) == 0x0004B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x0004C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_bSuccess_2) == 0x0004C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_Length_ReturnValue) == 0x0004CC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_Length_ReturnValue_1) == 0x0004D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_IntInt_ReturnValue) == 0x0004D4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0004D5, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_Length_ReturnValue_2) == 0x0004D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_Length_ReturnValue_3) == 0x0004DC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0004E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0004E1, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_71) == 0x0004E2, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0004E3, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_33) == 0x0004E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x0004F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x0004F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_7) == 0x000500, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_RandomFloatInRange_ReturnValue) == 0x000508, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_8) == 0x000510, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_9) == 0x000511, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_10) == 0x000512, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000518, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_34) == 0x000520, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetPlayLength_ReturnValue) == 0x000528, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetPlayLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000530, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_11) == 0x000538, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_12) == 0x000539, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_13) == 0x00053A, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_14) == 0x00053B, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000540, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_MapRangeClamped_ReturnValue) == 0x000548, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000550, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Abs_ReturnValue) == 0x000558, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000560, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_SelectFloat_ReturnValue) == 0x000568, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_15) == 0x000570, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000578, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Concat_StrStr_ReturnValue) == 0x000588, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_SelectFloat_ReturnValue_1) == 0x000598, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0005A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0005B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_20) == 0x0005C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_35) == 0x0005C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetCurrentHPPercentage_Percent01_1) == 0x0005D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetCurrentHPPercentage_Percent01_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0005E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Abs_ReturnValue_1) == 0x0005E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_FClamp_ReturnValue) == 0x0005F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x0005F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000600, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_BooleanAND_ReturnValue_21) == 0x000608, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x000610, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000618, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue_3) == 0x000620, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000628, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_16) == 0x000630, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_17) == 0x000631, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsInPlayMode_ReturnValue) == 0x000632, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_72) == 0x000633, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless_1) == 0x000638, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_bSuccess_3) == 0x000640, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_36) == 0x000648, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_18) == 0x000650, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_19) == 0x000651, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, Temp_byte_Variable_73) == 0x000652, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::Temp_byte_Variable_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_Default_37) == 0x000658, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_Default_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_20) == 0x000660, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_21) == 0x000661, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_22) == 0x000662, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_23) == 0x000663, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue_4) == 0x000668, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_24) == 0x000670, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_25) == 0x000671, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_20) == 0x000674, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_IsValid_ReturnValue_26) == 0x000678, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_ReturnValue_20) == 0x000679, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_TryGetPawnOwner_ReturnValue_5) == 0x000680, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_TryGetPawnOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_CustomEvent_UseCounteredIdle) == 0x000688, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_CustomEvent_UseCounteredIdle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless_2) == 0x000690, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_DynamicCast_bSuccess_4) == 0x000698, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator1_ImplicitCast) == 0x00069C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator2_ImplicitCast) == 0x0006A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_StructMemberSet___FloatProperty_8_ImplicitCast) == 0x0006A4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_StructMemberSet___FloatProperty_8_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator3_ImplicitCast) == 0x0006A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator3_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x0006B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator0_ImplicitCast) == 0x0006B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator0_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator1_ImplicitCast_1) == 0x0006BC, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator1_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator2_ImplicitCast_1) == 0x0006C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator2_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_StructMemberSet___FloatProperty_11_ImplicitCast) == 0x0006C4, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_StructMemberSet___FloatProperty_11_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator3_ImplicitCast_1) == 0x0006C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator3_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0006D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x0006D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x0006E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0006E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x0006F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x0006F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3) == 0x000700, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_Select_NewEnumerator0_ImplicitCast_1) == 0x000708, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_Select_NewEnumerator0_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000710, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4) == 0x000718, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5) == 0x000720, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5) == 0x000728, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6) == 0x000730, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6) == 0x000738, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7) == 0x000740, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7) == 0x000748, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000750, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8) == 0x000758, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8) == 0x000760, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9) == 0x000768, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9) == 0x000770, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10) == 0x000778, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10) == 0x000780, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11) == 0x000788, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11) == 0x000790, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12) == 0x000798, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12) == 0x0007A0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_13) == 0x0007A8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_13) == 0x0007B0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_14) == 0x0007B8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_14) == 0x0007C0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_15) == 0x0007C8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_15) == 0x0007D0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_16) == 0x0007D8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_16) == 0x0007E0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_17) == 0x0007E8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_17) == 0x0007F0, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_18) == 0x0007F8, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_18) == 0x000800, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_19) == 0x000808, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_20) == 0x000810, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_19) == 0x000818, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000820, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_StructMemberSet___FloatProperty_12_ImplicitCast) == 0x000828, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_StructMemberSet___FloatProperty_12_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000830, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_StructMemberSet___FloatProperty_9_ImplicitCast) == 0x000838, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_StructMemberSet___FloatProperty_9_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000840, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_Delay_Duration_ImplicitCast) == 0x000848, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_RandomFloatInRange_Max_ImplicitCast) == 0x000850, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_RandomFloatInRange_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_VariableSet_Tired_Anim_Playrate_ImplicitCast) == 0x000858, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_VariableSet_Tired_Anim_Playrate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_VariableSet_TiredAnimation_Additive_Alpha_ImplicitCast) == 0x00085C, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_VariableSet_TiredAnimation_Additive_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, K2Node_VariableSet_LookAlpha_ImplicitCast) == 0x000860, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::K2Node_VariableSet_LookAlpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_20) == 0x000868, "Member 'ABP_Battle_Global_C_ExecuteUbergraph_ABP_Battle_Global::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_20' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_GetBattleStartAnim \ +static_assert(alignof(ABP_Battle_Global_C_GetBattleStartAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_GetBattleStartAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_GetBattleStartAnim) == 0x000018, "Wrong size on ABP_Battle_Global_C_GetBattleStartAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleStartAnim, Anim_BattleStart_Intro_0) == 0x000000, "Member 'ABP_Battle_Global_C_GetBattleStartAnim::Anim_BattleStart_Intro_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleStartAnim, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'ABP_Battle_Global_C_GetBattleStartAnim::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleStartAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000011, "Member 'ABP_Battle_Global_C_GetBattleStartAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState \ +static_assert(alignof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState"); \ +static_assert(sizeof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState) == 0x000020, "Wrong size on ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState, IdleStateType) == 0x000000, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState::IdleStateType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState, AnimList) == 0x000008, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState::AnimList' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec \ +static_assert(alignof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec"); \ +static_assert(sizeof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec) == 0x000020, "Wrong size on ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec, IdleStateType) == 0x000000, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec::IdleStateType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec, AnimList) == 0x000008, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec::AnimList' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'ABP_Battle_Global_C_GetBattleTurnIntroStartAnimFromState_NoExec::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_GetBreakAnimFromState \ +static_assert(alignof(ABP_Battle_Global_C_GetBreakAnimFromState) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_GetBreakAnimFromState"); \ +static_assert(sizeof(ABP_Battle_Global_C_GetBreakAnimFromState) == 0x000020, "Wrong size on ABP_Battle_Global_C_GetBreakAnimFromState"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBreakAnimFromState, IdleStateType) == 0x000000, "Member 'ABP_Battle_Global_C_GetBreakAnimFromState::IdleStateType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBreakAnimFromState, AnimList) == 0x000008, "Member 'ABP_Battle_Global_C_GetBreakAnimFromState::AnimList' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetBreakAnimFromState, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'ABP_Battle_Global_C_GetBreakAnimFromState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_GetHitAnimFromState \ +static_assert(alignof(ABP_Battle_Global_C_GetHitAnimFromState) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_GetHitAnimFromState"); \ +static_assert(sizeof(ABP_Battle_Global_C_GetHitAnimFromState) == 0x000030, "Wrong size on ABP_Battle_Global_C_GetHitAnimFromState"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, IdleStateType) == 0x000000, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::IdleStateType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, HitReactType) == 0x000001, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::HitReactType' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, Anim_Hit_Normal_IdleMain) == 0x000008, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::Anim_Hit_Normal_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000019, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, K2Node_SwitchEnum_CmpSuccess_1) == 0x00001A, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, K2Node_SwitchEnum_CmpSuccess_2) == 0x00001B, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, K2Node_SwitchEnum_CmpSuccess_3) == 0x00001C, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, K2Node_SwitchEnum_CmpSuccess_4) == 0x00001D, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_BooleanAND_ReturnValue) == 0x00001E, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x00001F, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_2) == 0x000020, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_3) == 0x000021, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_4) == 0x000022, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_5) == 0x000023, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_6) == 0x000024, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_7) == 0x000025, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_8) == 0x000026, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_9) == 0x000027, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_10) == 0x000028, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_11) == 0x000029, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_GetHitAnimFromState, CallFunc_Array_IsNotEmpty_ReturnValue_12) == 0x00002A, "Member 'ABP_Battle_Global_C_GetHitAnimFromState::CallFunc_Array_IsNotEmpty_ReturnValue_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_RandomizeBoneScales \ +static_assert(alignof(ABP_Battle_Global_C_RandomizeBoneScales) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_RandomizeBoneScales"); \ +static_assert(sizeof(ABP_Battle_Global_C_RandomizeBoneScales) == 0x0000B8, "Wrong size on ABP_Battle_Global_C_RandomizeBoneScales"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_MakeVector_ReturnValue) == 0x000000, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_MakeVector_ReturnValue_1) == 0x000018, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_MakeVector_ReturnValue_2) == 0x000030, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_MakeVector_ReturnValue_3) == 0x000048, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_MakeVector_ReturnValue_4) == 0x000060, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_RandomFloatInRange_ReturnValue) == 0x000078, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_GetComponentByClass_ReturnValue) == 0x000088, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000090, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0000A0, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0000A8, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_RandomizeBoneScales, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x0000B0, "Member 'ABP_Battle_Global_C_RandomizeBoneScales::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_SelectBattleStartAnim \ +static_assert(alignof(ABP_Battle_Global_C_SelectBattleStartAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_SelectBattleStartAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_SelectBattleStartAnim) == 0x000070, "Wrong size on ABP_Battle_Global_C_SelectBattleStartAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, Context) == 0x000000, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, Node) == 0x000010, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_GetBattleStartAnim_Anim_BattleStart_Intro) == 0x000038, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_GetBattleStartAnim_Anim_BattleStart_Intro' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000048, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_Array_Random_OutItem) == 0x000050, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_Array_Random_OutIndex) == 0x000058, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleStartAnim, CallFunc_SetSequence_ReturnValue) == 0x000060, "Member 'ABP_Battle_Global_C_SelectBattleStartAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim \ +static_assert(alignof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim) == 0x000068, "Wrong size on ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, Context) == 0x000000, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, Node) == 0x000010, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_GetBattleTurnIntroStartAnimFromState_AnimList) == 0x000038, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_GetBattleTurnIntroStartAnimFromState_AnimList' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_Array_Random_OutItem) == 0x000048, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_Array_Random_OutIndex) == 0x000050, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000054, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim, CallFunc_SetSequence_ReturnValue) == 0x000058, "Member 'ABP_Battle_Global_C_SelectBattleTurnIntroStartAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_SelectDeathAnim \ +static_assert(alignof(ABP_Battle_Global_C_SelectDeathAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_SelectDeathAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_SelectDeathAnim) == 0x000058, "Wrong size on ABP_Battle_Global_C_SelectDeathAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, Context) == 0x000000, "Member 'ABP_Battle_Global_C_SelectDeathAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, Node) == 0x000010, "Member 'ABP_Battle_Global_C_SelectDeathAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000031, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectDeathAnim, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_Battle_Global_C_SelectDeathAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_SelectHitAnim \ +static_assert(alignof(ABP_Battle_Global_C_SelectHitAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_SelectHitAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_SelectHitAnim) == 0x000068, "Wrong size on ABP_Battle_Global_C_SelectHitAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, Context) == 0x000000, "Member 'ABP_Battle_Global_C_SelectHitAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, Node) == 0x000010, "Member 'ABP_Battle_Global_C_SelectHitAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_SetSequence_ReturnValue) == 0x000038, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_GetHitAnimFromState_Anim_Hit_Normal_IdleMain) == 0x000048, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_GetHitAnimFromState_Anim_Hit_Normal_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_Array_Random_OutItem) == 0x000058, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_Array_Random_OutIndex) == 0x000060, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectHitAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000064, "Member 'ABP_Battle_Global_C_SelectHitAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_SelectIdleBreakAnim \ +static_assert(alignof(ABP_Battle_Global_C_SelectIdleBreakAnim) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_SelectIdleBreakAnim"); \ +static_assert(sizeof(ABP_Battle_Global_C_SelectIdleBreakAnim) == 0x000068, "Wrong size on ABP_Battle_Global_C_SelectIdleBreakAnim"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, Context) == 0x000000, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, Node) == 0x000010, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_GetBreakAnimFromState_AnimList) == 0x000038, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_GetBreakAnimFromState_AnimList' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_Array_Random_OutItem) == 0x000048, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_Array_Random_OutIndex) == 0x000050, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000054, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_SelectIdleBreakAnim, CallFunc_SetSequence_ReturnValue) == 0x000058, "Member 'ABP_Battle_Global_C_SelectIdleBreakAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_UpdateBattleEnemy \ +static_assert(alignof(ABP_Battle_Global_C_UpdateBattleEnemy) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_UpdateBattleEnemy"); \ +static_assert(sizeof(ABP_Battle_Global_C_UpdateBattleEnemy) == 0x000108, "Wrong size on ABP_Battle_Global_C_UpdateBattleEnemy"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetIsBeingCountered_IsBeingCountered) == 0x000000, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetIsBeingCountered_IsBeingCountered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000001, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_1) == 0x000004, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000005, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_2) == 0x000006, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x000007, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_Array_Get_Item) == 0x000010, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_ComputeAllyLookDirection_Direction) == 0x000018, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_ComputeAllyLookDirection_Direction' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_Array_Contains_ReturnValue) == 0x000021, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_3) == 0x000022, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000028, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_4) == 0x000038, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x000040, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_BooleanOR_ReturnValue) == 0x000048, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_AsBPI_Anim_Communication) == 0x000050, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_AsBPI_Anim_Communication' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetBattlePostureAnimations_BattlePostureAnimations) == 0x000068, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetBattlePostureAnimations_BattlePostureAnimations' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_TryGetPawnOwner_ReturnValue_2) == 0x0000B8, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_TryGetPawnOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_AsBPI_Anim_Communication_1) == 0x0000C0, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_AsBPI_Anim_Communication_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetCurrentBattlePosture_CurrentBattlePosture) == 0x0000D1, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetCurrentBattlePosture_CurrentBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_5) == 0x0000D2, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_AsBPI_Anim_Communication_2) == 0x0000D8, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_AsBPI_Anim_Communication_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetCurrentBattlePosture_CurrentBattlePosture_1) == 0x0000E9, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetCurrentBattlePosture_CurrentBattlePosture_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_IsValid_ReturnValue_6) == 0x0000EA, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_AsBPI_Anim_Communication_3) == 0x0000F0, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_AsBPI_Anim_Communication_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_DynamicCast_bSuccess_3) == 0x000100, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, CallFunc_GetIsDefending_Defending) == 0x000101, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::CallFunc_GetIsDefending_Defending' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateBattleEnemy, K2Node_VariableSet_LookAlpha_ImplicitCast) == 0x000104, "Member 'ABP_Battle_Global_C_UpdateBattleEnemy::K2Node_VariableSet_LookAlpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_UpdateCounteredIdleStatus \ +static_assert(alignof(ABP_Battle_Global_C_UpdateCounteredIdleStatus) == 0x000001, "Wrong alignment on ABP_Battle_Global_C_UpdateCounteredIdleStatus"); \ +static_assert(sizeof(ABP_Battle_Global_C_UpdateCounteredIdleStatus) == 0x000001, "Wrong size on ABP_Battle_Global_C_UpdateCounteredIdleStatus"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateCounteredIdleStatus, UseCounteredIdle_0) == 0x000000, "Member 'ABP_Battle_Global_C_UpdateCounteredIdleStatus::UseCounteredIdle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_Global_C_UpdateWorldEnemy \ +static_assert(alignof(ABP_Battle_Global_C_UpdateWorldEnemy) == 0x000008, "Wrong alignment on ABP_Battle_Global_C_UpdateWorldEnemy"); \ +static_assert(sizeof(ABP_Battle_Global_C_UpdateWorldEnemy) == 0x000050, "Wrong size on ABP_Battle_Global_C_UpdateWorldEnemy"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, SelfAsEnemyWorld) == 0x000000, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::SelfAsEnemyWorld' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_GetSocketLocation_ReturnValue) == 0x000020, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_Global_C_UpdateWorldEnemy, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'ABP_Battle_Global_C_UpdateWorldEnemy::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Battle_Global_C \ +static_assert(alignof(UABP_Battle_Global_C) == 0x000010, "Wrong alignment on UABP_Battle_Global_C"); \ +static_assert(sizeof(UABP_Battle_Global_C) == 0x005F30, "Wrong size on UABP_Battle_Global_C"); \ +static_assert(offsetof(UABP_Battle_Global_C, UberGraphFrame) == 0x000370, "Member 'UABP_Battle_Global_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Battle_Global_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_Battle_Global_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003F8, "Member 'UABP_Battle_Global_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimBlueprintExtension_Base) == 0x0004A0, "Member 'UABP_Battle_Global_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LookAt) == 0x0004B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LocalToComponentSpace_3) == 0x000700, "Member 'UABP_Battle_Global_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x000720, "Member 'UABP_Battle_Global_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Slot_3) == 0x000740, "Member 'UABP_Battle_Global_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_6) == 0x000788, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LocalToComponentSpace_2) == 0x0008B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x0008D0, "Member 'UABP_Battle_Global_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_5) == 0x0008F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_4) == 0x000A18, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_3) == 0x000B40, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_2) == 0x000C68, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose_5) == 0x000D90, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_110) == 0x000E10, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_109) == 0x000E38, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_108) == 0x000E60, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_107) == 0x000E88, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_106) == 0x000EB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_105) == 0x000ED8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_104) == 0x000F00, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_103) == 0x000F28, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_102) == 0x000F50, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_101) == 0x000F78, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_48) == 0x000FA0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_53) == 0x000FE8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_MakeDynamicAdditive_4) == 0x001008, "Member 'UABP_Battle_Global_C::AnimGraphNode_MakeDynamicAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_47) == 0x001040, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_15) == 0x001088, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequenceEvaluator_4) == 0x0010B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LayeredBoneBlend_2) == 0x0010F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequenceEvaluator_3) == 0x0011E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_MakeDynamicAdditive_3) == 0x001220, "Member 'UABP_Battle_Global_C::AnimGraphNode_MakeDynamicAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_46) == 0x001258, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_7) == 0x0012A0, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_14) == 0x001368, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x001390, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_52) == 0x001460, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequenceEvaluator_2) == 0x001480, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_MakeDynamicAdditive_2) == 0x0014C0, "Member 'UABP_Battle_Global_C::AnimGraphNode_MakeDynamicAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_45) == 0x0014F8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_13) == 0x001540, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x001568, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LayeredBoneBlend_1) == 0x001638, "Member 'UABP_Battle_Global_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequenceEvaluator_1) == 0x001728, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_MakeDynamicAdditive_1) == 0x001768, "Member 'UABP_Battle_Global_C::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_44) == 0x0017A0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_6) == 0x0017E8, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_12) == 0x0018B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_51) == 0x0018D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_11) == 0x0018F8, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_50) == 0x001920, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_8) == 0x001940, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose_4) == 0x001A08, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_10) == 0x001A88, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_9) == 0x001AB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_100) == 0x001AD8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_99) == 0x001B00, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_98) == 0x001B28, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_97) == 0x001B50, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_96) == 0x001B78, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_95) == 0x001BA0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_94) == 0x001BC8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_93) == 0x001BF0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_92) == 0x001C18, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_91) == 0x001C40, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Mirror_2) == 0x001C68, "Member 'UABP_Battle_Global_C::AnimGraphNode_Mirror_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_43) == 0x001CB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_49) == 0x001CF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_42) == 0x001D18, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_48) == 0x001D60, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Mirror_1) == 0x001D80, "Member 'UABP_Battle_Global_C::AnimGraphNode_Mirror_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_41) == 0x001DC8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_47) == 0x001E10, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Mirror) == 0x001E30, "Member 'UABP_Battle_Global_C::AnimGraphNode_Mirror' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_40) == 0x001E78, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_46) == 0x001EC0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_7) == 0x001EE0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose_3) == 0x001FA8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LocalToComponentSpace_1) == 0x002028, "Member 'UABP_Battle_Global_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x002048, "Member 'UABP_Battle_Global_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose_2) == 0x002068, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Slot_2) == 0x0020E8, "Member 'UABP_Battle_Global_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_8) == 0x002130, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose_1) == 0x002158, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_39) == 0x0021D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_45) == 0x002220, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_6) == 0x002240, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SaveCachedPose) == 0x002308, "Member 'UABP_Battle_Global_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_38) == 0x002388, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_44) == 0x0023D0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_5) == 0x0023F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Slot_1) == 0x0024B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Slot) == 0x002500, "Member 'UABP_Battle_Global_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone_1) == 0x002548, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LayeredBoneBlend) == 0x002670, "Member 'UABP_Battle_Global_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_90) == 0x002760, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_89) == 0x002788, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_88) == 0x0027B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_87) == 0x0027D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_86) == 0x002800, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_85) == 0x002828, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_84) == 0x002850, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_83) == 0x002878, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_82) == 0x0028A0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_81) == 0x0028C8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_80) == 0x0028F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_79) == 0x002918, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_78) == 0x002940, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_77) == 0x002968, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_76) == 0x002990, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_75) == 0x0029B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_74) == 0x0029E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_73) == 0x002A08, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_72) == 0x002A30, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_71) == 0x002A58, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_70) == 0x002A80, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_69) == 0x002AA8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_68) == 0x002AD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_67) == 0x002AF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_66) == 0x002B20, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_65) == 0x002B48, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_64) == 0x002B70, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_63) == 0x002B98, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_62) == 0x002BC0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_61) == 0x002BE8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_60) == 0x002C10, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_59) == 0x002C38, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_58) == 0x002C60, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_57) == 0x002C88, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_37) == 0x002CB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_BlendListByBool) == 0x002CF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequenceEvaluator) == 0x002D40, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_MakeDynamicAdditive) == 0x002D80, "Member 'UABP_Battle_Global_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_36) == 0x002DB8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_5) == 0x002E00, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_35) == 0x002EC8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_43) == 0x002F10, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_56) == 0x002F30, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_55) == 0x002F58, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_54) == 0x002F80, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_53) == 0x002FA8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_52) == 0x002FD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_51) == 0x002FF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_50) == 0x003020, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_49) == 0x003048, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_34) == 0x003070, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_42) == 0x0030B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_33) == 0x0030D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_41) == 0x003120, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_32) == 0x003140, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_40) == 0x003188, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_31) == 0x0031A8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_39) == 0x0031F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_30) == 0x003210, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_38) == 0x003258, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_29) == 0x003278, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_37) == 0x0032C0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_7) == 0x0032E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_36) == 0x003308, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_4) == 0x003328, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_35) == 0x0033F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_4) == 0x003410, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_6) == 0x0034D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_28) == 0x003500, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_34) == 0x003548, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_3) == 0x003568, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_5) == 0x003630, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_27) == 0x003658, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_33) == 0x0036A0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_4) == 0x0036C0, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_2) == 0x0036E8, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_26) == 0x0037B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_32) == 0x0037F8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive_1) == 0x003818, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_3) == 0x0038E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_25) == 0x003908, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_31) == 0x003950, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_2) == 0x003970, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_30) == 0x003998, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_RotateRootBone) == 0x0039B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_RotateRootBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_24) == 0x003A68, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_29) == 0x003AB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_23) == 0x003AD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_28) == 0x003B18, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_22) == 0x003B38, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_27) == 0x003B80, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_21) == 0x003BA0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_26) == 0x003BE8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_20) == 0x003C08, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_25) == 0x003C50, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_BlendSpacePlayer) == 0x003C70, "Member 'UABP_Battle_Global_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_24) == 0x003CE0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_48) == 0x003D00, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_47) == 0x003D28, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_19) == 0x003D50, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_23) == 0x003D98, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_18) == 0x003DB8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_22) == 0x003E00, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_3) == 0x003E20, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_21) == 0x003EE8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_46) == 0x003F08, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_45) == 0x003F30, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_44) == 0x003F58, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_43) == 0x003F80, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_42) == 0x003FA8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_41) == 0x003FD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_40) == 0x003FF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_39) == 0x004020, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_38) == 0x004048, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_37) == 0x004070, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_17) == 0x004098, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_20) == 0x0040E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_36) == 0x004100, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_16) == 0x004128, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_19) == 0x004170, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose_1) == 0x004190, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ApplyAdditive) == 0x0041B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_35) == 0x004280, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_34) == 0x0042A8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_33) == 0x0042D0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_32) == 0x0042F8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_31) == 0x004320, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_30) == 0x004348, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_29) == 0x004370, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_28) == 0x004398, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_27) == 0x0043C0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_26) == 0x0043E8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_25) == 0x004410, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_24) == 0x004438, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_23) == 0x004460, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_22) == 0x004488, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_21) == 0x0044B0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_20) == 0x0044D8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_19) == 0x004500, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_18) == 0x004528, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_17) == 0x004550, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_16) == 0x004578, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_15) == 0x0045A0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_14) == 0x0045C8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_13) == 0x0045F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_12) == 0x004618, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_11) == 0x004640, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_10) == 0x004668, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_9) == 0x004690, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_8) == 0x0046B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_7) == 0x0046E0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_6) == 0x004708, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_5) == 0x004730, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_4) == 0x004758, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_3) == 0x004780, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_2) == 0x0047A8, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult_1) == 0x0047D0, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_15) == 0x0047F8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_18) == 0x004840, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_14) == 0x004860, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_17) == 0x0048A8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_13) == 0x0048C8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_16) == 0x004910, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_12) == 0x004930, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_15) == 0x004978, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_TransitionResult) == 0x004998, "Member 'UABP_Battle_Global_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_11) == 0x0049C0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_14) == 0x004A08, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_10) == 0x004A28, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_13) == 0x004A70, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_9) == 0x004A90, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_12) == 0x004AD8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_8) == 0x004AF8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_11) == 0x004B40, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_7) == 0x004B60, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_10) == 0x004BA8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_6) == 0x004BC8, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_9) == 0x004C10, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_5) == 0x004C30, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_8) == 0x004C78, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_4) == 0x004C98, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_7) == 0x004CE0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_3) == 0x004D00, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_6) == 0x004D48, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_2) == 0x004D68, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_5) == 0x004DB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer_1) == 0x004DD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_4) == 0x004E18, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_SequencePlayer) == 0x004E38, "Member 'UABP_Battle_Global_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_3) == 0x004E80, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_2) == 0x004EA0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_2) == 0x004F68, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_UseCachedPose) == 0x004F88, "Member 'UABP_Battle_Global_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult_1) == 0x004FB0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine_1) == 0x004FD0, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateResult) == 0x005098, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_StateMachine) == 0x0050B8, "Member 'UABP_Battle_Global_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ModifyBone) == 0x005180, "Member 'UABP_Battle_Global_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_ComponentToLocalSpace) == 0x0052A8, "Member 'UABP_Battle_Global_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_Root) == 0x0052C8, "Member 'UABP_Battle_Global_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_FeetToGround) == 0x0052F0, "Member 'UABP_Battle_Global_C::AnimGraphNode_FeetToGround' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimGraphNode_LocalToComponentSpace) == 0x005720, "Member 'UABP_Battle_Global_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, __CustomProperty_ShouldDoIKTrace_871A423B4830DB359DEA1C979C543A42) == 0x005740, "Member 'UABP_Battle_Global_C::__CustomProperty_ShouldDoIKTrace_871A423B4830DB359DEA1C979C543A42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Idle_Main) == 0x005748, "Member 'UABP_Battle_Global_C::Anim_Idle_Main' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ForceIdleLoopBlend) == 0x005750, "Member 'UABP_Battle_Global_C::ForceIdleLoopBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, PlayRate_Idle_Main) == 0x005758, "Member 'UABP_Battle_Global_C::PlayRate_Idle_Main' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Movement_Blendspace) == 0x005760, "Member 'UABP_Battle_Global_C::Movement_Blendspace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Medium_IdleMain) == 0x005768, "Member 'UABP_Battle_Global_C::Anim_Hit_Medium_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Heavy_IdleMain) == 0x005778, "Member 'UABP_Battle_Global_C::Anim_Hit_Heavy_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Light_IdleMain) == 0x005788, "Member 'UABP_Battle_Global_C::Anim_Hit_Light_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Stun) == 0x005798, "Member 'UABP_Battle_Global_C::Anim_Hit_Stun' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Death) == 0x0057A8, "Member 'UABP_Battle_Global_C::Anim_Death' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunStart_IdleMain) == 0x0057B8, "Member 'UABP_Battle_Global_C::Anim_StunStart_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunLoop_IdleMain) == 0x0057C0, "Member 'UABP_Battle_Global_C::Anim_StunLoop_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunRecovery_IdleMain) == 0x0057C8, "Member 'UABP_Battle_Global_C::Anim_StunRecovery_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ForceStunLoopBlend) == 0x0057D0, "Member 'UABP_Battle_Global_C::ForceStunLoopBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_BattleStart_Intro) == 0x0057D8, "Member 'UABP_Battle_Global_C::Anim_BattleStart_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, BattleStartAnimPlayRate) == 0x0057E8, "Member 'UABP_Battle_Global_C::BattleStartAnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anims_IdleBreak_IdleMain) == 0x0057F0, "Member 'UABP_Battle_Global_C::Anims_IdleBreak_IdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleBreak_BaseTimeBeforePlaying) == 0x005800, "Member 'UABP_Battle_Global_C::IdleBreak_BaseTimeBeforePlaying' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Idle_Alternate1) == 0x005808, "Member 'UABP_Battle_Global_C::Anim_Idle_Alternate1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Idle_Alternate2) == 0x005810, "Member 'UABP_Battle_Global_C::Anim_Idle_Alternate2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Idle_Alternate3) == 0x005818, "Member 'UABP_Battle_Global_C::Anim_Idle_Alternate3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_IdleBreak_IdleAlternate1) == 0x005820, "Member 'UABP_Battle_Global_C::Anim_IdleBreak_IdleAlternate1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_IdleBreak_IdleAlternate2) == 0x005830, "Member 'UABP_Battle_Global_C::Anim_IdleBreak_IdleAlternate2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_IdleBreak_IdleAlternate3) == 0x005840, "Member 'UABP_Battle_Global_C::Anim_IdleBreak_IdleAlternate3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Playrate_DeathAnim) == 0x005850, "Member 'UABP_Battle_Global_C::Playrate_DeathAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Playrate_StunLoop) == 0x005854, "Member 'UABP_Battle_Global_C::Playrate_StunLoop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IK_SolverAlpha) == 0x005858, "Member 'UABP_Battle_Global_C::IK_SolverAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleBreak_TimeBeforePlaying) == 0x005860, "Member 'UABP_Battle_Global_C::IdleBreak_TimeBeforePlaying' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleBreak_ArrayLength) == 0x005868, "Member 'UABP_Battle_Global_C::IdleBreak_ArrayLength' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleBreak_IndexInArray) == 0x00586C, "Member 'UABP_Battle_Global_C::IdleBreak_IndexInArray' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, RandomIdleStartPosition) == 0x005870, "Member 'UABP_Battle_Global_C::RandomIdleStartPosition' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, RandomIdlePlayRate) == 0x005878, "Member 'UABP_Battle_Global_C::RandomIdlePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LookAtPos) == 0x005880, "Member 'UABP_Battle_Global_C::LookAtPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LookAtAlpha) == 0x005898, "Member 'UABP_Battle_Global_C::LookAtAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsDead) == 0x0058A0, "Member 'UABP_Battle_Global_C::IsDead' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsInAir_) == 0x0058A1, "Member 'UABP_Battle_Global_C::IsInAir_' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Speed) == 0x0058A8, "Member 'UABP_Battle_Global_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CurrentIdleState) == 0x0058B0, "Member 'UABP_Battle_Global_C::CurrentIdleState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, PawnOwner) == 0x0058B8, "Member 'UABP_Battle_Global_C::PawnOwner' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsStunned) == 0x0058C0, "Member 'UABP_Battle_Global_C::IsStunned' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsFreeAiming) == 0x0058C1, "Member 'UABP_Battle_Global_C::IsFreeAiming' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsDefending) == 0x0058C2, "Member 'UABP_Battle_Global_C::IsDefending' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CurrentBattlePosture) == 0x0058C3, "Member 'UABP_Battle_Global_C::CurrentBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsTargeting) == 0x0058C4, "Member 'UABP_Battle_Global_C::IsTargeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsChoosingAction) == 0x0058C5, "Member 'UABP_Battle_Global_C::IsChoosingAction' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_TurnStart) == 0x0058C8, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_TurnStart) == 0x0058D8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_TurnStart) == 0x0058E8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_TurnStart) == 0x0058F8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Idle) == 0x005908, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlternate1_Idle) == 0x005910, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlternate1_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlternate2_Idle) == 0x005918, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlternate2_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlternate3_Idle) == 0x005920, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlternate3_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Items_Intro) == 0x005928, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Items_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Items_Intro) == 0x005930, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Items_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Items_Intro) == 0x005938, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Items_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Items_Intro) == 0x005940, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Items_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Items_Idle) == 0x005948, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Items_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Items_Idle) == 0x005950, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Items_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Items_Idle) == 0x005958, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Items_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Items_Idle) == 0x005960, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Items_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Items_Back) == 0x005968, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Items_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Items_Back) == 0x005970, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Items_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Items_Back) == 0x005978, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Items_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Items_Back) == 0x005980, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Items_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Items_Targeting) == 0x005988, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Items_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Items_Targeting) == 0x005990, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Items_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Items_Targeting) == 0x005998, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Items_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Items_Targeting) == 0x0059A0, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Items_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Skill_Intro) == 0x0059A8, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Skill_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, SkillIntro_PlayRate) == 0x0059B0, "Member 'UABP_Battle_Global_C::SkillIntro_PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Skill_Intro) == 0x0059B8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Skill_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Skill_Intro) == 0x0059C0, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Skill_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Skill_Intro) == 0x0059C8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Skill_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Skill_Idle) == 0x0059D0, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Skill_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Skill_Idle) == 0x0059D8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Skill_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Skill_Idle) == 0x0059E0, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Skill_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Skill_Idle) == 0x0059E8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Skill_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Skill_Back) == 0x0059F0, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Skill_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Skill_Back) == 0x0059F8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Skill_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Skill_Back) == 0x005A00, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Skill_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Skill_Back) == 0x005A08, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Skill_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Skill_Targeting) == 0x005A10, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Skill_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Skill_Targeting) == 0x005A18, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Skill_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Skill_Targeting) == 0x005A20, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Skill_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Skill_Targeting) == 0x005A28, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Skill_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Ultimate_Intro) == 0x005A30, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Ultimate_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Ultimate_Intro) == 0x005A38, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Ultimate_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Ultimate_Intro) == 0x005A40, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Ultimate_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Ultimate_Intro) == 0x005A48, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Ultimate_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Ultimate_Idle) == 0x005A50, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Ultimate_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Ultimate_Idle) == 0x005A58, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Ultimate_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Ultimate_Idle) == 0x005A60, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Ultimate_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Ultimate_Idle) == 0x005A68, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Ultimate_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Ultimate_Back) == 0x005A70, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Ultimate_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Ultimate_Back) == 0x005A78, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Ultimate_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Ultimate_Back) == 0x005A80, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Ultimate_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Ultimate_Back) == 0x005A88, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Ultimate_Back' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_Ultimate_Targeting) == 0x005A90, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_Ultimate_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_Ultimate_Targeting) == 0x005A98, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_Ultimate_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_Ultimate_Targeting) == 0x005AA0, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_Ultimate_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_Ultimate_Targeting) == 0x005AA8, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_Ultimate_Targeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_Anim_MainIdle_Defending) == 0x005AB0, "Member 'UABP_Battle_Global_C::CharaTurn_Anim_MainIdle_Defending' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_Anim_IdleAlt1_Defending) == 0x005AB8, "Member 'UABP_Battle_Global_C::CharaTurn_Anim_IdleAlt1_Defending' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_Anim_IdleAlt2_Defending) == 0x005AC0, "Member 'UABP_Battle_Global_C::CharaTurn_Anim_IdleAlt2_Defending' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_Anim_IdleAlt3_Defending) == 0x005AC8, "Member 'UABP_Battle_Global_C::CharaTurn_Anim_IdleAlt3_Defending' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IK_GlobalTraceScaleMultiplier) == 0x005AD0, "Member 'UABP_Battle_Global_C::IK_GlobalTraceScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IK_MaximumDipHeightPelvis) == 0x005AD4, "Member 'UABP_Battle_Global_C::IK_MaximumDipHeightPelvis' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IK_EnableFootRoll) == 0x005AD8, "Member 'UABP_Battle_Global_C::IK_EnableFootRoll' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Tired_Anim_Additive) == 0x005AE0, "Member 'UABP_Battle_Global_C::Tired_Anim_Additive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Tired_Anim_Playrate) == 0x005AE8, "Member 'UABP_Battle_Global_C::Tired_Anim_Playrate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, UseTiredAdditiveSystem) == 0x005AEC, "Member 'UABP_Battle_Global_C::UseTiredAdditiveSystem' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunLoop_IdleAlt1) == 0x005AF0, "Member 'UABP_Battle_Global_C::Anim_StunLoop_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunLoop_IdleAlt2) == 0x005AF8, "Member 'UABP_Battle_Global_C::Anim_StunLoop_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunLoop_IdleAlt3) == 0x005B00, "Member 'UABP_Battle_Global_C::Anim_StunLoop_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunStart_IdleAlt1) == 0x005B08, "Member 'UABP_Battle_Global_C::Anim_StunStart_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunStart_IdleAlt2) == 0x005B10, "Member 'UABP_Battle_Global_C::Anim_StunStart_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunStart_IdleAlt3) == 0x005B18, "Member 'UABP_Battle_Global_C::Anim_StunStart_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunRecovery_IdleAlt1) == 0x005B20, "Member 'UABP_Battle_Global_C::Anim_StunRecovery_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunRecovery_IdleAlt2) == 0x005B28, "Member 'UABP_Battle_Global_C::Anim_StunRecovery_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_StunRecovery_IdleAlt3) == 0x005B30, "Member 'UABP_Battle_Global_C::Anim_StunRecovery_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_MainIdle_FreeAim_Idle) == 0x005B38, "Member 'UABP_Battle_Global_C::CharaTurn_MainIdle_FreeAim_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt1_FreeAim_Idle) == 0x005B40, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt1_FreeAim_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt2_FreeAim_Idle) == 0x005B48, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt2_FreeAim_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_IdleAlt3_FreeAim_Idle) == 0x005B50, "Member 'UABP_Battle_Global_C::CharaTurn_IdleAlt3_FreeAim_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, BP_J_RPG_Character_Battle_Base) == 0x005B58, "Member 'UABP_Battle_Global_C::BP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LastValidBattlePosture) == 0x005B60, "Member 'UABP_Battle_Global_C::LastValidBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CurrentBattlePostureAnimations) == 0x005B68, "Member 'UABP_Battle_Global_C::CurrentBattlePostureAnimations' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasBattleStartIntroAnim) == 0x005BB8, "Member 'UABP_Battle_Global_C::HasBattleStartIntroAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasMainIdleTurnStartAnim) == 0x005BB9, "Member 'UABP_Battle_Global_C::HasMainIdleTurnStartAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleAlt1TurnStartAnim) == 0x005BBA, "Member 'UABP_Battle_Global_C::HasIdleAlt1TurnStartAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleAlt2TurnStartAnim) == 0x005BBB, "Member 'UABP_Battle_Global_C::HasIdleAlt2TurnStartAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleAlt3TurnStartAnim) == 0x005BBC, "Member 'UABP_Battle_Global_C::HasIdleAlt3TurnStartAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleStunRecovery_MainIdle) == 0x005BBD, "Member 'UABP_Battle_Global_C::HasIdleStunRecovery_MainIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleStunRecovery_IdleAlt1) == 0x005BBE, "Member 'UABP_Battle_Global_C::HasIdleStunRecovery_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleStunRecovery_IdleAlt2) == 0x005BBF, "Member 'UABP_Battle_Global_C::HasIdleStunRecovery_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleStunRecovery_IdleAlt3) == 0x005BC0, "Member 'UABP_Battle_Global_C::HasIdleStunRecovery_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsGettingHit) == 0x005BC1, "Member 'UABP_Battle_Global_C::IsGettingHit' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, E_Hit_React_Anim_Type) == 0x005BC2, "Member 'UABP_Battle_Global_C::E_Hit_React_Anim_Type' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Medium_IdleAlt1) == 0x005BC8, "Member 'UABP_Battle_Global_C::Anim_Hit_Medium_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Medium_IdleAlt2) == 0x005BD8, "Member 'UABP_Battle_Global_C::Anim_Hit_Medium_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Medium_IdleAlt3) == 0x005BE8, "Member 'UABP_Battle_Global_C::Anim_Hit_Medium_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Heavy_IdleAlt1) == 0x005BF8, "Member 'UABP_Battle_Global_C::Anim_Hit_Heavy_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Heavy_IdleAlt2) == 0x005C08, "Member 'UABP_Battle_Global_C::Anim_Hit_Heavy_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Heavy_IdleAlt3) == 0x005C18, "Member 'UABP_Battle_Global_C::Anim_Hit_Heavy_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Light_IdleAlt1) == 0x005C28, "Member 'UABP_Battle_Global_C::Anim_Hit_Light_IdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Light_IdleAlt2) == 0x005C38, "Member 'UABP_Battle_Global_C::Anim_Hit_Light_IdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Light_IdleAlt3) == 0x005C48, "Member 'UABP_Battle_Global_C::Anim_Hit_Light_IdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Defending_IdleMain_Chara) == 0x005C58, "Member 'UABP_Battle_Global_C::Anim_Hit_Defending_IdleMain_Chara' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Defending_IdleAlt1_Chara) == 0x005C68, "Member 'UABP_Battle_Global_C::Anim_Hit_Defending_IdleAlt1_Chara' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Defending_IdleAlt2_Chara) == 0x005C78, "Member 'UABP_Battle_Global_C::Anim_Hit_Defending_IdleAlt2_Chara' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Anim_Hit_Defending_IdleAlt3_Chara) == 0x005C88, "Member 'UABP_Battle_Global_C::Anim_Hit_Defending_IdleAlt3_Chara' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, PlayRate_Idle_Alt1) == 0x005C98, "Member 'UABP_Battle_Global_C::PlayRate_Idle_Alt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, PlayRate_Idle_Alt2) == 0x005CA0, "Member 'UABP_Battle_Global_C::PlayRate_Idle_Alt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, PlayRate_Idle_Alt3) == 0x005CA8, "Member 'UABP_Battle_Global_C::PlayRate_Idle_Alt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ShouldRandomizeIdlePlayRate) == 0x005CB0, "Member 'UABP_Battle_Global_C::ShouldRandomizeIdlePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ShouldPlayHit2) == 0x005CB1, "Member 'UABP_Battle_Global_C::ShouldPlayHit2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ShouldPlayHit1) == 0x005CB2, "Member 'UABP_Battle_Global_C::ShouldPlayHit1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Should_Randomly_Scale_Bones) == 0x005CB3, "Member 'UABP_Battle_Global_C::Should_Randomly_Scale_Bones' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleSpine01) == 0x005CB8, "Member 'UABP_Battle_Global_C::ScaleSpine01' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleSpine03) == 0x005CD0, "Member 'UABP_Battle_Global_C::ScaleSpine03' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleRoot) == 0x005CE8, "Member 'UABP_Battle_Global_C::ScaleRoot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleArmL) == 0x005D00, "Member 'UABP_Battle_Global_C::ScaleArmL' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleArmR) == 0x005D18, "Member 'UABP_Battle_Global_C::ScaleArmR' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleLowerArmL) == 0x005D30, "Member 'UABP_Battle_Global_C::ScaleLowerArmL' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleLowerArmR) == 0x005D48, "Member 'UABP_Battle_Global_C::ScaleLowerArmR' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleSpine01_Float) == 0x005D60, "Member 'UABP_Battle_Global_C::ScaleSpine01_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleSpine03_Float) == 0x005D68, "Member 'UABP_Battle_Global_C::ScaleSpine03_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleRoot_Float) == 0x005D70, "Member 'UABP_Battle_Global_C::ScaleRoot_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleArmR_Float) == 0x005D78, "Member 'UABP_Battle_Global_C::ScaleArmR_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ScaleArmL_Float) == 0x005D80, "Member 'UABP_Battle_Global_C::ScaleArmL_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, MinBoneVariation) == 0x005D88, "Member 'UABP_Battle_Global_C::MinBoneVariation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, MaxBoneVariation) == 0x005D90, "Member 'UABP_Battle_Global_C::MaxBoneVariation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasHitAnimations) == 0x005D98, "Member 'UABP_Battle_Global_C::HasHitAnimations' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasStunStartIdleMain) == 0x005D99, "Member 'UABP_Battle_Global_C::HasStunStartIdleMain' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasStunStartIdleAlt1) == 0x005D9A, "Member 'UABP_Battle_Global_C::HasStunStartIdleAlt1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasStunStartIdleAlt2) == 0x005D9B, "Member 'UABP_Battle_Global_C::HasStunStartIdleAlt2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasStunStartIdleAlt3) == 0x005D9C, "Member 'UABP_Battle_Global_C::HasStunStartIdleAlt3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, TiredAnimation_Additive_Alpha) == 0x005DA0, "Member 'UABP_Battle_Global_C::TiredAnimation_Additive_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, ChangeIdlePlayRateWithHP) == 0x005DA4, "Member 'UABP_Battle_Global_C::ChangeIdlePlayRateWithHP' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdlePlayRateWithHP) == 0x005DA8, "Member 'UABP_Battle_Global_C::IdlePlayRateWithHP' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AccelerationFactorIdlePlayRateWithHP) == 0x005DB0, "Member 'UABP_Battle_Global_C::AccelerationFactorIdlePlayRateWithHP' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Is_Fleeing) == 0x005DB8, "Member 'UABP_Battle_Global_C::Is_Fleeing' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleFleeing) == 0x005DC0, "Member 'UABP_Battle_Global_C::IdleFleeing' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, As_BP_J_RPG_Enemy_World_Base_Seamless) == 0x005DC8, "Member 'UABP_Battle_Global_C::As_BP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LookAtLocation) == 0x005DD0, "Member 'UABP_Battle_Global_C::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, EnableLookAtSolver) == 0x005E30, "Member 'UABP_Battle_Global_C::EnableLookAtSolver' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LookAlpha) == 0x005E34, "Member 'UABP_Battle_Global_C::LookAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, LookAtInterpolationSpeed) == 0x005E38, "Member 'UABP_Battle_Global_C::LookAtInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsInPlayMode) == 0x005E3C, "Member 'UABP_Battle_Global_C::IsInPlayMode' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasPlayedBattleStartIntro) == 0x005E3D, "Member 'UABP_Battle_Global_C::HasPlayedBattleStartIntro' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CurrentHitAnim) == 0x005E40, "Member 'UABP_Battle_Global_C::CurrentHitAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, EnableIK) == 0x005E48, "Member 'UABP_Battle_Global_C::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsUsingSmartObject) == 0x005E49, "Member 'UABP_Battle_Global_C::IsUsingSmartObject' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CurrentAiState) == 0x005E4A, "Member 'UABP_Battle_Global_C::CurrentAiState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AnimDetectPlayer) == 0x005E50, "Member 'UABP_Battle_Global_C::AnimDetectPlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsTargetedCharacter) == 0x005E58, "Member 'UABP_Battle_Global_C::IsTargetedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CharaTurn_Targeting_Attack) == 0x005E60, "Member 'UABP_Battle_Global_C::CharaTurn_Targeting_Attack' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, MirrorIdle) == 0x005E68, "Member 'UABP_Battle_Global_C::MirrorIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsEnemyWorld) == 0x005E69, "Member 'UABP_Battle_Global_C::IsEnemyWorld' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IdleWorldOverride) == 0x005E70, "Member 'UABP_Battle_Global_C::IdleWorldOverride' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasIdleWorldOVerride) == 0x005E78, "Member 'UABP_Battle_Global_C::HasIdleWorldOVerride' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Has_Detected_Player_Once) == 0x005E79, "Member 'UABP_Battle_Global_C::Has_Detected_Player_Once' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, WorldCustomIdlePlayRate) == 0x005E80, "Member 'UABP_Battle_Global_C::WorldCustomIdlePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_MainIdle_Start) == 0x005E88, "Member 'UABP_Battle_Global_C::Targeted_MainIdle_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle1_Start) == 0x005E90, "Member 'UABP_Battle_Global_C::Targeted_Idle1_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle2_Start) == 0x005E98, "Member 'UABP_Battle_Global_C::Targeted_Idle2_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle3_Start) == 0x005EA0, "Member 'UABP_Battle_Global_C::Targeted_Idle3_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_MainIdle_Idle) == 0x005EA8, "Member 'UABP_Battle_Global_C::Targeted_MainIdle_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle1_Idle) == 0x005EB0, "Member 'UABP_Battle_Global_C::Targeted_Idle1_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle2_Idle) == 0x005EB8, "Member 'UABP_Battle_Global_C::Targeted_Idle2_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle3_Idle) == 0x005EC0, "Member 'UABP_Battle_Global_C::Targeted_Idle3_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_MainIdle_Stop) == 0x005EC8, "Member 'UABP_Battle_Global_C::Targeted_MainIdle_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle1_Stop) == 0x005ED0, "Member 'UABP_Battle_Global_C::Targeted_Idle1_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle2_Stop) == 0x005ED8, "Member 'UABP_Battle_Global_C::Targeted_Idle2_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, Targeted_Idle3_Stop) == 0x005EE0, "Member 'UABP_Battle_Global_C::Targeted_Idle3_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasTargetedIdle_MainIdle) == 0x005EE8, "Member 'UABP_Battle_Global_C::HasTargetedIdle_MainIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasTargetedIdle_Idle1) == 0x005EE9, "Member 'UABP_Battle_Global_C::HasTargetedIdle_Idle1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasTargetedIdle_Idle2) == 0x005EEA, "Member 'UABP_Battle_Global_C::HasTargetedIdle_Idle2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasTargetedIdle_Idle3) == 0x005EEB, "Member 'UABP_Battle_Global_C::HasTargetedIdle_Idle3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted) == 0x005EEC, "Member 'UABP_Battle_Global_C::AllyTargeted' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Right_Start) == 0x005EF0, "Member 'UABP_Battle_Global_C::AllyTargeted_Right_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Right_Idle) == 0x005EF8, "Member 'UABP_Battle_Global_C::AllyTargeted_Right_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Right_Stop) == 0x005F00, "Member 'UABP_Battle_Global_C::AllyTargeted_Right_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Left_Start) == 0x005F08, "Member 'UABP_Battle_Global_C::AllyTargeted_Left_Start' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Left_Idle) == 0x005F10, "Member 'UABP_Battle_Global_C::AllyTargeted_Left_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, AllyTargeted_Left_Stop) == 0x005F18, "Member 'UABP_Battle_Global_C::AllyTargeted_Left_Stop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, IsBeingCountered) == 0x005F20, "Member 'UABP_Battle_Global_C::IsBeingCountered' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, HasCustomBeingCounteredIdle) == 0x005F21, "Member 'UABP_Battle_Global_C::HasCustomBeingCounteredIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, UseCounteredIdle) == 0x005F22, "Member 'UABP_Battle_Global_C::UseCounteredIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Battle_Global_C, CustomIsBeingCounteredIdle) == 0x005F28, "Member 'UABP_Battle_Global_C::CustomIsBeingCounteredIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar \ +static_assert(alignof(WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar) == 0x000008, "Wrong alignment on WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar"); \ +static_assert(sizeof(WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar) == 0x000010, "Wrong size on WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar"); \ +static_assert(offsetof(WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar, EntryPoint) == 0x000000, "Member 'WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_Cursor_BreakBar_C_ExecuteUbergraph_WBP_Cursor_BreakBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Cursor_BreakBar_C \ +static_assert(alignof(UWBP_Cursor_BreakBar_C) == 0x000008, "Wrong alignment on UWBP_Cursor_BreakBar_C"); \ +static_assert(sizeof(UWBP_Cursor_BreakBar_C) == 0x000310, "Wrong size on UWBP_Cursor_BreakBar_C"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Cursor_BreakBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, Anim_Active) == 0x0002E8, "Member 'UWBP_Cursor_BreakBar_C::Anim_Active' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, Image_Fill) == 0x0002F0, "Member 'UWBP_Cursor_BreakBar_C::Image_Fill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, Image_Glow) == 0x0002F8, "Member 'UWBP_Cursor_BreakBar_C::Image_Glow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, Image_Line) == 0x000300, "Member 'UWBP_Cursor_BreakBar_C::Image_Line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Cursor_BreakBar_C, Image_Square) == 0x000308, "Member 'UWBP_Cursor_BreakBar_C::Image_Square' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFElementalAffinityList \ +static_assert(alignof(FFElementalAffinityList) == 0x000008, "Wrong alignment on FFElementalAffinityList"); \ +static_assert(sizeof(FFElementalAffinityList) == 0x000050, "Wrong size on FFElementalAffinityList"); \ +static_assert(offsetof(FFElementalAffinityList, ElementalAffinityOverrides_6_DB02A64B466AE2C096B5A58EFB91EE58) == 0x000000, "Member 'FFElementalAffinityList::ElementalAffinityOverrides_6_DB02A64B466AE2C096B5A58EFB91EE58' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger \ +static_assert(alignof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger) == 0x000008, "Wrong alignment on WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger) == 0x000060, "Wrong size on WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, EntryPoint) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, K2Node_Event_MyGeometry) == 0x000010, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, K2Node_Event_InDeltaTime) == 0x000048, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000050, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_QA_3C_Debugger_C_ExecuteUbergraph_WBP_QA_3C_Debugger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_PreConstruct \ +static_assert(alignof(WBP_QA_3C_Debugger_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_QA_3C_Debugger_C_PreConstruct"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_PreConstruct) == 0x000001, "Wrong size on WBP_QA_3C_Debugger_C_PreConstruct"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_Tick \ +static_assert(alignof(WBP_QA_3C_Debugger_C_Tick) == 0x000004, "Wrong alignment on WBP_QA_3C_Debugger_C_Tick"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_Tick) == 0x00003C, "Wrong size on WBP_QA_3C_Debugger_C_Tick"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_QA_3C_Debugger_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_UpdateALSStateParameters \ +static_assert(alignof(WBP_QA_3C_Debugger_C_UpdateALSStateParameters) == 0x000008, "Wrong alignment on WBP_QA_3C_Debugger_C_UpdateALSStateParameters"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_UpdateALSStateParameters) == 0x000010, "Wrong size on WBP_QA_3C_Debugger_C_UpdateALSStateParameters"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateALSStateParameters, Character) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_UpdateALSStateParameters::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateALSStateParameters, CallFunc_GetAllowedGait_ReturnValue) == 0x000008, "Member 'WBP_QA_3C_Debugger_C_UpdateALSStateParameters::CallFunc_GetAllowedGait_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters \ +static_assert(alignof(WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters) == 0x000008, "Wrong alignment on WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters) == 0x000028, "Wrong size on WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters, Character) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters, CallFunc_GetCurrentInputMappingNames_MovementInputMapping) == 0x000008, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters::CallFunc_GetCurrentInputMappingNames_MovementInputMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters, CallFunc_GetCurrentInputMappingNames_CameraInputMapping) == 0x000018, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterInputMappingParameters::CallFunc_GetCurrentInputMappingNames_CameraInputMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters \ +static_assert(alignof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters) == 0x000008, "Wrong alignment on WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters"); \ +static_assert(sizeof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters) == 0x000020, "Wrong size on WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters, Character) == 0x000000, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters, CallFunc_GetMaxSpeed_ReturnValue) == 0x000008, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters::CallFunc_GetMaxSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters, CallFunc_VSize_ReturnValue) == 0x000010, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters, CallFunc_SetParameterValueAsFloat_Value_ImplicitCast) == 0x000018, "Member 'WBP_QA_3C_Debugger_C_UpdateCharacterStateParameters::CallFunc_SetParameterValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_QA_3C_Debugger_C \ +static_assert(alignof(UWBP_QA_3C_Debugger_C) == 0x000008, "Wrong alignment on UWBP_QA_3C_Debugger_C"); \ +static_assert(sizeof(UWBP_QA_3C_Debugger_C) == 0x000360, "Wrong size on UWBP_QA_3C_Debugger_C"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_QA_3C_Debugger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterListWidget_Collisions) == 0x0002E8, "Member 'UWBP_QA_3C_Debugger_C::ParameterListWidget_Collisions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterListWidget_Overlaps) == 0x0002F0, "Member 'UWBP_QA_3C_Debugger_C::ParameterListWidget_Overlaps' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_AllowedGait) == 0x0002F8, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_AllowedGait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_CameraInputMapping) == 0x000300, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_CameraInputMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_CurrentSpeed) == 0x000308, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_CurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_CurrentVelocity) == 0x000310, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_CurrentVelocity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_DesiredGait) == 0x000318, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_DesiredGait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_Gait) == 0x000320, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_Gait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_MaxSpeed) == 0x000328, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_MovementInputMapping) == 0x000330, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_MovementInputMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_MovementMode) == 0x000338, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_OverlayState) == 0x000340, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_OverlayState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_RotationMode) == 0x000348, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_RotationMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, ParameterWidget_Stance) == 0x000350, "Member 'UWBP_QA_3C_Debugger_C::ParameterWidget_Stance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_3C_Debugger_C, TickEnabled) == 0x000358, "Member 'UWBP_QA_3C_Debugger_C::TickEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleRewardParameters \ +static_assert(alignof(FS_BattleRewardParameters) == 0x000008, "Wrong alignment on FS_BattleRewardParameters"); \ +static_assert(sizeof(FS_BattleRewardParameters) == 0x000068, "Wrong size on FS_BattleRewardParameters"); \ +static_assert(offsetof(FS_BattleRewardParameters, ExperienceMultiplier_18_1E89E3064028B5F598B33C90855DC88D) == 0x000000, "Member 'FS_BattleRewardParameters::ExperienceMultiplier_18_1E89E3064028B5F598B33C90855DC88D' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewardParameters, GoldMultiplier_20_465B27F2426EF03D5CDECAB763FE6B77) == 0x000008, "Member 'FS_BattleRewardParameters::GoldMultiplier_20_465B27F2426EF03D5CDECAB763FE6B77' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewardParameters, ProgressEquippedLuminas_16_6057D8B44483C557F06B3DAD1EE61BE5) == 0x000010, "Member 'FS_BattleRewardParameters::ProgressEquippedLuminas_16_6057D8B44483C557F06B3DAD1EE61BE5' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewardParameters, OverrideLootItems_7_BF1C0C3F4AC3F143902F2CB6B39B58F1) == 0x000011, "Member 'FS_BattleRewardParameters::OverrideLootItems_7_BF1C0C3F4AC3F143902F2CB6B39B58F1' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewardParameters, AdditionalLootItems_10_3BECA35644A636E3453F2FB026946BA0) == 0x000018, "Member 'FS_BattleRewardParameters::AdditionalLootItems_10_3BECA35644A636E3453F2FB026946BA0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_SetAttackAndAimElementIcon \ +static_assert(alignof(WBP_BattleWheel_C_SetAttackAndAimElementIcon) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_SetAttackAndAimElementIcon"); \ +static_assert(sizeof(WBP_BattleWheel_C_SetAttackAndAimElementIcon) == 0x000028, "Wrong size on WBP_BattleWheel_C_SetAttackAndAimElementIcon"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, WeaponElement) == 0x000000, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::WeaponElement' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, Temp_byte_Variable) == 0x000001, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, CallFunc_GetAttackElementTypeIcon_Texture) == 0x000008, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::CallFunc_GetAttackElementTypeIcon_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, K2Node_DynamicCast_AsTexture_2D) == 0x000018, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, Temp_bool_Variable) == 0x000021, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetAttackAndAimElementIcon, K2Node_Select_Default) == 0x000022, "Member 'WBP_BattleWheel_C_SetAttackAndAimElementIcon::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_SetGradientButtonFlare \ +static_assert(alignof(WBP_BattleWheel_C_SetGradientButtonFlare) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_SetGradientButtonFlare"); \ +static_assert(sizeof(WBP_BattleWheel_C_SetGradientButtonFlare) == 0x000068, "Wrong size on WBP_BattleWheel_C_SetGradientButtonFlare"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, CurrentCharges) == 0x000000, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::CurrentCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, Temp_struct_Variable) == 0x000004, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, Temp_int_Variable) == 0x000048, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, K2Node_Select_Default) == 0x00004C, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetGradientButtonFlare, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000060, "Member 'WBP_BattleWheel_C_SetGradientButtonFlare::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_SetupAimText \ +static_assert(alignof(WBP_BattleWheel_C_SetupAimText) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_SetupAimText"); \ +static_assert(sizeof(WBP_BattleWheel_C_SetupAimText) == 0x0000E8, "Wrong size on WBP_BattleWheel_C_SetupAimText"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, LocalSizeByLanguageMap) == 0x000000, "Member 'WBP_BattleWheel_C_SetupAimText::LocalSizeByLanguageMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, Temp_bool_Variable) == 0x000050, "Member 'WBP_BattleWheel_C_SetupAimText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, Temp_real_Variable) == 0x000058, "Member 'WBP_BattleWheel_C_SetupAimText::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, Temp_real_Variable_1) == 0x000060, "Member 'WBP_BattleWheel_C_SetupAimText::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, K2Node_MakeVariable_MakeVariableOutput) == 0x000068, "Member 'WBP_BattleWheel_C_SetupAimText::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, CallFunc_GetCurrentLanguage_ReturnValue) == 0x0000B8, "Member 'WBP_BattleWheel_C_SetupAimText::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C8, "Member 'WBP_BattleWheel_C_SetupAimText::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, K2Node_Select_Default) == 0x0000D0, "Member 'WBP_BattleWheel_C_SetupAimText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x0000D8, "Member 'WBP_BattleWheel_C_SetupAimText::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetupAimText, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_BattleWheel_C_SetupAimText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_IsGradientButtonVisible \ +static_assert(alignof(WBP_BattleWheel_C_IsGradientButtonVisible) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_IsGradientButtonVisible"); \ +static_assert(sizeof(WBP_BattleWheel_C_IsGradientButtonVisible) == 0x000028, "Wrong size on WBP_BattleWheel_C_IsGradientButtonVisible"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsGradientButtonVisible, ReturnValue) == 0x000000, "Member 'WBP_BattleWheel_C_IsGradientButtonVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsGradientButtonVisible, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'WBP_BattleWheel_C_IsGradientButtonVisible::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsGradientButtonVisible, CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills) == 0x000010, "Member 'WBP_BattleWheel_C_IsGradientButtonVisible::CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsGradientButtonVisible, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000020, "Member 'WBP_BattleWheel_C_IsGradientButtonVisible::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_IsWheelButtonVisible \ +static_assert(alignof(WBP_BattleWheel_C_IsWheelButtonVisible) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_IsWheelButtonVisible"); \ +static_assert(sizeof(WBP_BattleWheel_C_IsWheelButtonVisible) == 0x000020, "Wrong size on WBP_BattleWheel_C_IsWheelButtonVisible"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, Button) == 0x000000, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, ReturnValue) == 0x000008, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, CallFunc_IsGradientButtonVisible_ReturnValue) == 0x000009, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::CallFunc_IsGradientButtonVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, CallFunc_EqualsObjects_ReturnValue) == 0x00000A, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, CallFunc_EqualsObjects_ReturnValue_1) == 0x00000B, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonVisible, CallFunc_GetHasAimingSkill_HasAimingSkill) == 0x000018, "Member 'WBP_BattleWheel_C_IsWheelButtonVisible::CallFunc_GetHasAimingSkill_HasAimingSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_IsWheelButtonAvailable \ +static_assert(alignof(WBP_BattleWheel_C_IsWheelButtonAvailable) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_IsWheelButtonAvailable"); \ +static_assert(sizeof(WBP_BattleWheel_C_IsWheelButtonAvailable) == 0x000010, "Wrong size on WBP_BattleWheel_C_IsWheelButtonAvailable"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, Button) == 0x000000, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, ReturnValue) == 0x000008, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00000A, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_IsValid_ReturnValue) == 0x00000B, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_IsWheelButtonAvailable, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'WBP_BattleWheel_C_IsWheelButtonAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_SetWheelButtonDisabled \ +static_assert(alignof(WBP_BattleWheel_C_SetWheelButtonDisabled) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_SetWheelButtonDisabled"); \ +static_assert(sizeof(WBP_BattleWheel_C_SetWheelButtonDisabled) == 0x000008, "Wrong size on WBP_BattleWheel_C_SetWheelButtonDisabled"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetWheelButtonDisabled, ButtonWidget) == 0x000000, "Member 'WBP_BattleWheel_C_SetWheelButtonDisabled::ButtonWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_SetForcedButton \ +static_assert(alignof(WBP_BattleWheel_C_SetForcedButton) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_SetForcedButton"); \ +static_assert(sizeof(WBP_BattleWheel_C_SetForcedButton) == 0x000068, "Wrong size on WBP_BattleWheel_C_SetForcedButton"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, ForcedButton_0) == 0x000000, "Member 'WBP_BattleWheel_C_SetForcedButton::ForcedButton_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_BattleWheel_C_SetForcedButton::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_BattleWheel_C_SetForcedButton::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, Temp_wildcard_Variable) == 0x000018, "Member 'WBP_BattleWheel_C_SetForcedButton::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_GetBattleManager_ReturnValue) == 0x000040, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_GetAllButtons_ReturnValue) == 0x000050, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_GetAllButtons_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_SetForcedButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000060, "Member 'WBP_BattleWheel_C_SetForcedButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_UpdateGradientButtonVisibility \ +static_assert(alignof(WBP_BattleWheel_C_UpdateGradientButtonVisibility) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_UpdateGradientButtonVisibility"); \ +static_assert(sizeof(WBP_BattleWheel_C_UpdateGradientButtonVisibility) == 0x0000A0, "Wrong size on WBP_BattleWheel_C_UpdateGradientButtonVisibility"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_real_Variable) == 0x000008, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_real_Variable_1) == 0x000010, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_real_Variable_2) == 0x000020, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_real_Variable_3) == 0x000028, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_byte_Variable) == 0x000031, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_byte_Variable_1) == 0x000032, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_wildcard_Variable) == 0x000033, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_GetBattleManager_ReturnValue) == 0x000038, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_Select_Default) == 0x000040, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_Select_Default_1) == 0x000048, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000050, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_bool_Variable_3) == 0x000051, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_Select_Default_2) == 0x000052, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_IsGradientButtonVisible_ReturnValue) == 0x000053, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_IsGradientButtonVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, Temp_bool_Variable_4) == 0x000054, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000055, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_Select_Default_3) == 0x000056, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000058, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_GetPosition_ReturnValue) == 0x000068, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_BreakVector2D_X) == 0x000078, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_BreakVector2D_Y) == 0x000080, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_MakeVector2D_ReturnValue) == 0x000088, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_UpdateGradientButtonVisibility, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000098, "Member 'WBP_BattleWheel_C_UpdateGradientButtonVisibility::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_GetAllButtons \ +static_assert(alignof(WBP_BattleWheel_C_GetAllButtons) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_GetAllButtons"); \ +static_assert(sizeof(WBP_BattleWheel_C_GetAllButtons) == 0x000020, "Wrong size on WBP_BattleWheel_C_GetAllButtons"); \ +static_assert(offsetof(WBP_BattleWheel_C_GetAllButtons, ReturnValue) == 0x000000, "Member 'WBP_BattleWheel_C_GetAllButtons::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_GetAllButtons, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_BattleWheel_C_GetAllButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_RefreshAP \ +static_assert(alignof(WBP_BattleWheel_C_RefreshAP) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_RefreshAP"); \ +static_assert(sizeof(WBP_BattleWheel_C_RefreshAP) == 0x000010, "Wrong size on WBP_BattleWheel_C_RefreshAP"); \ +static_assert(offsetof(WBP_BattleWheel_C_RefreshAP, NewAP) == 0x000000, "Member 'WBP_BattleWheel_C_RefreshAP::NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_RefreshAP, PreviousAP) == 0x000004, "Member 'WBP_BattleWheel_C_RefreshAP::PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_RefreshAP, CharacterStats) == 0x000008, "Member 'WBP_BattleWheel_C_RefreshAP::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_ProcessOnButtonClicked \ +static_assert(alignof(WBP_BattleWheel_C_ProcessOnButtonClicked) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_ProcessOnButtonClicked"); \ +static_assert(sizeof(WBP_BattleWheel_C_ProcessOnButtonClicked) == 0x000008, "Wrong size on WBP_BattleWheel_C_ProcessOnButtonClicked"); \ +static_assert(offsetof(WBP_BattleWheel_C_ProcessOnButtonClicked, ButtonWidget) == 0x000000, "Member 'WBP_BattleWheel_C_ProcessOnButtonClicked::ButtonWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_OnGradientGaugeChanged \ +static_assert(alignof(WBP_BattleWheel_C_OnGradientGaugeChanged) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_OnGradientGaugeChanged"); \ +static_assert(sizeof(WBP_BattleWheel_C_OnGradientGaugeChanged) == 0x000010, "Wrong size on WBP_BattleWheel_C_OnGradientGaugeChanged"); \ +static_assert(offsetof(WBP_BattleWheel_C_OnGradientGaugeChanged, PreviousProgress) == 0x000000, "Member 'WBP_BattleWheel_C_OnGradientGaugeChanged::PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_OnGradientGaugeChanged, PreviousCharges) == 0x000008, "Member 'WBP_BattleWheel_C_OnGradientGaugeChanged::PreviousCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_OnSettingsApplied \ +static_assert(alignof(WBP_BattleWheel_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_BattleWheel_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_BattleWheel_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_BattleWheel_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_BattleWheel_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel \ +static_assert(alignof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel) == 0x000008, "Wrong alignment on WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel"); \ +static_assert(sizeof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel) == 0x000498, "Wrong size on WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, EntryPoint) == 0x000000, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetViewportSize_ReturnValue) == 0x000008, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_bool_Variable) == 0x000018, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_BreakVector2D_X) == 0x000020, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_MapRangeClamped_ReturnValue) == 0x000040, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Lerp_ReturnValue) == 0x000058, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Lerp_ReturnValue_1) == 0x000060, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_bool_Variable_1) == 0x000068, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_real_Variable) == 0x000080, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_real_Variable_1) == 0x000088, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Array_Index_Variable) == 0x000090, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000094, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_byte_Variable) == 0x0000A4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_wildcard_Variable) == 0x0000A8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsWheelButtonAvailable_ReturnValue) == 0x0000C4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsWheelButtonAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsWheelButtonVisible_ReturnValue) == 0x0000C5, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsWheelButtonVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Not_PreBool_ReturnValue) == 0x0000C6, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Loop_Counter_Variable) == 0x0000C8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Loop_Counter_Variable_1) == 0x0000CC, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Add_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Array_Index_Variable_1) == 0x0000DC, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_wildcard_Variable_1) == 0x0000E0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Loop_Counter_Variable_2) == 0x000100, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000104, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000114, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000118, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000119, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_PlayAnimation_ReturnValue) == 0x000120, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetAllButtons_ReturnValue) == 0x000128, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetAllButtons_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_MakeMap_Map) == 0x000138, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetBattleManager_ReturnValue) == 0x000188, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Round_ReturnValue) == 0x000190, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_NewAP) == 0x000194, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_PreviousAP) == 0x000198, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_CharacterStats) == 0x0001A0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_MakeLiteralInt_ReturnValue) == 0x0001A8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_ButtonWidget) == 0x0001B0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_ButtonWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_wildcard_Variable_2) == 0x0001B8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Map_Find_Value) == 0x0001C8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Map_Find_ReturnValue) == 0x0001CC, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Length_ReturnValue_2) == 0x0001D0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetAllButtons_ReturnValue_1) == 0x0001D8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetAllButtons_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetAllButtons_ReturnValue_2) == 0x0001E8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetAllButtons_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_DEBUG_GetUMGDebugger_ReturnValue) == 0x0001F8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_DEBUG_GetUMGDebugger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_byte_Variable_1) == 0x000201, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_MakeArray_Array) == 0x000208, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetEndTime_ReturnValue) == 0x000218, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00021C, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000220, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_int_Array_Index_Variable_2) == 0x000228, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000230, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000238, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Array_Get_Item_2) == 0x000240, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_IsValid_ReturnValue_1) == 0x000248, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_MakeArray_Array_1) == 0x000250, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_MakeMap_Map_1) == 0x000260, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Map_Find_Value_1) == 0x0002B0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Map_Find_ReturnValue_1) == 0x0002B8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_MakeArray_Array_2) == 0x0002C0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002D0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, Temp_bool_Variable_2) == 0x0002D1, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002D4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_Select_Default) == 0x0002E4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetBattleManager_ReturnValue_1) == 0x0002E8, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002F0, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetReferenceCounterState_ReturnValue) == 0x0002F1, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002F4, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_BooleanOR_ReturnValue) == 0x000304, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_Select_Default_1) == 0x000305, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CreateDelegate_OutputDelegate_5) == 0x000308, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetBattleManager_ReturnValue_2) == 0x000318, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_PreviousProgress) == 0x000320, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_PreviousCharges) == 0x000328, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_PreviousCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetAvailableCharges_ReturnValue) == 0x00032C, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetAvailableCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetBattleManager_ReturnValue_3) == 0x000330, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetBattleManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000338, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetBattleManager_ReturnValue_4) == 0x000340, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetBattleManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000348, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_Select_Default_2) == 0x000350, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetCharacterData_CharacterData) == 0x000358, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_MakeVector2D_ReturnValue_1) == 0x000360, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000370, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000378, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetWeaponDefinition_WeaponDefinition) == 0x000380, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetWeaponDefinition_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000470, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, K2Node_CustomEvent_UserConfig) == 0x000478, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000480, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000488, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_SetAnimationCurrentTime_InTime_ImplicitCast) == 0x000490, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_SetAnimationCurrentTime_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel, CallFunc_ActivateWidgetWithDelay_Duration_ImplicitCast) == 0x000494, "Member 'WBP_BattleWheel_C_ExecuteUbergraph_WBP_BattleWheel::CallFunc_ActivateWidgetWithDelay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheel_C \ +static_assert(alignof(UWBP_BattleWheel_C) == 0x000008, "Wrong alignment on UWBP_BattleWheel_C"); \ +static_assert(sizeof(UWBP_BattleWheel_C) == 0x000510, "Wrong size on UWBP_BattleWheel_C"); \ +static_assert(offsetof(UWBP_BattleWheel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_BattleWheel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Anim_Disappear) == 0x000438, "Member 'UWBP_BattleWheel_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Anim_Appear) == 0x000440, "Member 'UWBP_BattleWheel_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Arrow) == 0x000448, "Member 'UWBP_BattleWheel_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Arrow_1) == 0x000450, "Member 'UWBP_BattleWheel_C::Arrow_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CanvasPanel_GlobalContainer) == 0x000458, "Member 'UWBP_BattleWheel_C::CanvasPanel_GlobalContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CanvasPanel_RightContainer) == 0x000460, "Member 'UWBP_BattleWheel_C::CanvasPanel_RightContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CicleCenter) == 0x000468, "Member 'UWBP_BattleWheel_C::CicleCenter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CicleCenter_1) == 0x000470, "Member 'UWBP_BattleWheel_C::CicleCenter_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CicleIn) == 0x000478, "Member 'UWBP_BattleWheel_C::CicleIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Cicleout) == 0x000480, "Member 'UWBP_BattleWheel_C::Cicleout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Cicleout_1) == 0x000488, "Member 'UWBP_BattleWheel_C::Cicleout_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CircleDot_In) == 0x000490, "Member 'UWBP_BattleWheel_C::CircleDot_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, CircleDot_In_1) == 0x000498, "Member 'UWBP_BattleWheel_C::CircleDot_In_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Deco_In) == 0x0004A0, "Member 'UWBP_BattleWheel_C::Deco_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Deco_Out) == 0x0004A8, "Member 'UWBP_BattleWheel_C::Deco_Out' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, HideUIOverlay) == 0x0004B0, "Member 'UWBP_BattleWheel_C::HideUIOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Image_linefade_Bottom) == 0x0004B8, "Member 'UWBP_BattleWheel_C::Image_linefade_Bottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, Image_linefade_Top) == 0x0004C0, "Member 'UWBP_BattleWheel_C::Image_linefade_Top' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_AP_Bar) == 0x0004C8, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_AP_Bar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_Button_Aim) == 0x0004D0, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_Button_Aim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_Button_Attack) == 0x0004D8, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_Button_Attack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_Button_Gradient) == 0x0004E0, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_Button_Gradient' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_Button_Items) == 0x0004E8, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_Button_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, WBP_BattleWheel_Button_Skills) == 0x0004F0, "Member 'UWBP_BattleWheel_C::WBP_BattleWheel_Button_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, OnButtonClicked) == 0x0004F8, "Member 'UWBP_BattleWheel_C::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_C, ForcedButton) == 0x000508, "Member 'UWBP_BattleWheel_C::ForcedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot \ +static_assert(alignof(WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot) == 0x000010, "Wrong alignment on WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot"); \ +static_assert(sizeof(WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot) == 0x0000E0, "Wrong size on WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot, EntryPoint) == 0x000000, "Member 'WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot, CallFunc_GetIconBrush_ReturnValue) == 0x000010, "Member 'WBP_jRPG_BuffSlot_C_ExecuteUbergraph_WBP_jRPG_BuffSlot::CallFunc_GetIconBrush_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BuffSlot_C_GetIconBrush \ +static_assert(alignof(WBP_jRPG_BuffSlot_C_GetIconBrush) == 0x000010, "Wrong alignment on WBP_jRPG_BuffSlot_C_GetIconBrush"); \ +static_assert(sizeof(WBP_jRPG_BuffSlot_C_GetIconBrush) == 0x000280, "Wrong size on WBP_jRPG_BuffSlot_C_GetIconBrush"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_GetIconBrush, ReturnValue) == 0x000000, "Member 'WBP_jRPG_BuffSlot_C_GetIconBrush::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_GetIconBrush, K2Node_MakeStruct_SlateBrush) == 0x0000D0, "Member 'WBP_jRPG_BuffSlot_C_GetIconBrush::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_GetIconBrush, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'WBP_jRPG_BuffSlot_C_GetIconBrush::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_GetIconBrush, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x0001B0, "Member 'WBP_jRPG_BuffSlot_C_GetIconBrush::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BuffSlot_C_PreConstruct \ +static_assert(alignof(WBP_jRPG_BuffSlot_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_jRPG_BuffSlot_C_PreConstruct"); \ +static_assert(sizeof(WBP_jRPG_BuffSlot_C_PreConstruct) == 0x000001, "Wrong size on WBP_jRPG_BuffSlot_C_PreConstruct"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_jRPG_BuffSlot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BuffSlot_C_SetHeightOverride \ +static_assert(alignof(WBP_jRPG_BuffSlot_C_SetHeightOverride) == 0x000008, "Wrong alignment on WBP_jRPG_BuffSlot_C_SetHeightOverride"); \ +static_assert(sizeof(WBP_jRPG_BuffSlot_C_SetHeightOverride) == 0x000010, "Wrong size on WBP_jRPG_BuffSlot_C_SetHeightOverride"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'WBP_jRPG_BuffSlot_C_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BuffSlot_C_SetHeightOverride, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x000008, "Member 'WBP_jRPG_BuffSlot_C_SetHeightOverride::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_BuffSlot_C \ +static_assert(alignof(UWBP_jRPG_BuffSlot_C) == 0x000008, "Wrong alignment on UWBP_jRPG_BuffSlot_C"); \ +static_assert(sizeof(UWBP_jRPG_BuffSlot_C) == 0x000308, "Wrong size on UWBP_jRPG_BuffSlot_C"); \ +static_assert(offsetof(UWBP_jRPG_BuffSlot_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_BuffSlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BuffSlot_C, Icon) == 0x0002E8, "Member 'UWBP_jRPG_BuffSlot_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BuffSlot_C, Overlay_CustomizationContainer) == 0x0002F0, "Member 'UWBP_jRPG_BuffSlot_C::Overlay_CustomizationContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BuffSlot_C, SizeBox) == 0x0002F8, "Member 'UWBP_jRPG_BuffSlot_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BuffSlot_C, BuffInstance) == 0x000300, "Member 'UWBP_jRPG_BuffSlot_C::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ClimbingElement_C_CheckCanExitToBottom \ +static_assert(alignof(BPI_ClimbingElement_C_CheckCanExitToBottom) == 0x000008, "Wrong alignment on BPI_ClimbingElement_C_CheckCanExitToBottom"); \ +static_assert(sizeof(BPI_ClimbingElement_C_CheckCanExitToBottom) == 0x000058, "Wrong size on BPI_ClimbingElement_C_CheckCanExitToBottom"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToBottom, InputDirectionVertical) == 0x000000, "Member 'BPI_ClimbingElement_C_CheckCanExitToBottom::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToBottom, InputScale) == 0x000018, "Member 'BPI_ClimbingElement_C_CheckCanExitToBottom::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToBottom, CanExit) == 0x000020, "Member 'BPI_ClimbingElement_C_CheckCanExitToBottom::CanExit' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToBottom, Location) == 0x000028, "Member 'BPI_ClimbingElement_C_CheckCanExitToBottom::Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToBottom, Rotation) == 0x000040, "Member 'BPI_ClimbingElement_C_CheckCanExitToBottom::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ClimbingElement_C_CheckCanExitToTop \ +static_assert(alignof(BPI_ClimbingElement_C_CheckCanExitToTop) == 0x000008, "Wrong alignment on BPI_ClimbingElement_C_CheckCanExitToTop"); \ +static_assert(sizeof(BPI_ClimbingElement_C_CheckCanExitToTop) == 0x000058, "Wrong size on BPI_ClimbingElement_C_CheckCanExitToTop"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToTop, InputDirectionVertical) == 0x000000, "Member 'BPI_ClimbingElement_C_CheckCanExitToTop::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToTop, InputScale) == 0x000018, "Member 'BPI_ClimbingElement_C_CheckCanExitToTop::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToTop, CanExit) == 0x000020, "Member 'BPI_ClimbingElement_C_CheckCanExitToTop::CanExit' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToTop, Location) == 0x000028, "Member 'BPI_ClimbingElement_C_CheckCanExitToTop::Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckCanExitToTop, Rotation) == 0x000040, "Member 'BPI_ClimbingElement_C_CheckCanExitToTop::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ClimbingElement_C_CheckMoveToNextClimbingElement \ +static_assert(alignof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement) == 0x000008, "Wrong alignment on BPI_ClimbingElement_C_CheckMoveToNextClimbingElement"); \ +static_assert(sizeof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement) == 0x000080, "Wrong size on BPI_ClimbingElement_C_CheckMoveToNextClimbingElement"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, InputDirectionHorizontal) == 0x000000, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, InputDirectionVertical) == 0x000018, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, InputScale) == 0x000030, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, CameraForward) == 0x000038, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::CameraForward' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, CameraLocation) == 0x000050, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, CanMove) == 0x000068, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::CanMove' has a wrong offset!"); \ +static_assert(offsetof(BPI_ClimbingElement_C_CheckMoveToNextClimbingElement, NextHold) == 0x000070, "Member 'BPI_ClimbingElement_C_CheckMoveToNextClimbingElement::NextHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ClimbingElement_C_GetClimbingElementLocation \ +static_assert(alignof(BPI_ClimbingElement_C_GetClimbingElementLocation) == 0x000008, "Wrong alignment on BPI_ClimbingElement_C_GetClimbingElementLocation"); \ +static_assert(sizeof(BPI_ClimbingElement_C_GetClimbingElementLocation) == 0x000018, "Wrong size on BPI_ClimbingElement_C_GetClimbingElementLocation"); \ +static_assert(offsetof(BPI_ClimbingElement_C_GetClimbingElementLocation, Location) == 0x000000, "Member 'BPI_ClimbingElement_C_GetClimbingElementLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ClimbingElement_C_GetClimbingElementRotation \ +static_assert(alignof(BPI_ClimbingElement_C_GetClimbingElementRotation) == 0x000008, "Wrong alignment on BPI_ClimbingElement_C_GetClimbingElementRotation"); \ +static_assert(sizeof(BPI_ClimbingElement_C_GetClimbingElementRotation) == 0x000018, "Wrong size on BPI_ClimbingElement_C_GetClimbingElementRotation"); \ +static_assert(offsetof(BPI_ClimbingElement_C_GetClimbingElementRotation, Rotation) == 0x000000, "Member 'BPI_ClimbingElement_C_GetClimbingElementRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ClimbingElement_C \ +static_assert(alignof(IBPI_ClimbingElement_C) == 0x000001, "Wrong alignment on IBPI_ClimbingElement_C"); \ +static_assert(sizeof(IBPI_ClimbingElement_C) == 0x000001, "Wrong size on IBPI_ClimbingElement_C"); \ + +#define DUMPER7_ASSERTS_WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer \ +static_assert(alignof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer) == 0x000008, "Wrong alignment on WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer"); \ +static_assert(sizeof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer) == 0x000018, "Wrong size on WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer"); \ +static_assert(offsetof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer, EntryPoint) == 0x000000, "Member 'WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer, K2Node_CustomEvent_Enabled) == 0x000004, "Member 'WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer, CallFunc_GetEffectMaterial_ReturnValue) == 0x000008, "Member 'WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'WBP_GlowContainer_C_ExecuteUbergraph_WBP_GlowContainer::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GlowContainer_C_PreConstruct \ +static_assert(alignof(WBP_GlowContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GlowContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_GlowContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_GlowContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_GlowContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GlowContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GlowContainer_C_SetGlowDistance \ +static_assert(alignof(WBP_GlowContainer_C_SetGlowDistance) == 0x000008, "Wrong alignment on WBP_GlowContainer_C_SetGlowDistance"); \ +static_assert(sizeof(WBP_GlowContainer_C_SetGlowDistance) == 0x000010, "Wrong size on WBP_GlowContainer_C_SetGlowDistance"); \ +static_assert(offsetof(WBP_GlowContainer_C_SetGlowDistance, GlowDistance_0) == 0x000000, "Member 'WBP_GlowContainer_C_SetGlowDistance::GlowDistance_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GlowContainer_C_SetGlowDistance, CallFunc_GetEffectMaterial_ReturnValue) == 0x000008, "Member 'WBP_GlowContainer_C_SetGlowDistance::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GlowContainer_C_SetGlowEnabled \ +static_assert(alignof(WBP_GlowContainer_C_SetGlowEnabled) == 0x000001, "Wrong alignment on WBP_GlowContainer_C_SetGlowEnabled"); \ +static_assert(sizeof(WBP_GlowContainer_C_SetGlowEnabled) == 0x000001, "Wrong size on WBP_GlowContainer_C_SetGlowEnabled"); \ +static_assert(offsetof(WBP_GlowContainer_C_SetGlowEnabled, Enabled) == 0x000000, "Member 'WBP_GlowContainer_C_SetGlowEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GlowContainer_C \ +static_assert(alignof(UWBP_GlowContainer_C) == 0x000008, "Wrong alignment on UWBP_GlowContainer_C"); \ +static_assert(sizeof(UWBP_GlowContainer_C) == 0x000310, "Wrong size on UWBP_GlowContainer_C"); \ +static_assert(offsetof(UWBP_GlowContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_GlowContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, NamedSlot_55) == 0x0002E8, "Member 'UWBP_GlowContainer_C::NamedSlot_55' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, RetainerBox_Glow) == 0x0002F0, "Member 'UWBP_GlowContainer_C::RetainerBox_Glow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, GlowEnabledByDefault) == 0x0002F8, "Member 'UWBP_GlowContainer_C::GlowEnabledByDefault' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, EditorPreviewGlow) == 0x0002F9, "Member 'UWBP_GlowContainer_C::EditorPreviewGlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, GlowColor) == 0x0002FC, "Member 'UWBP_GlowContainer_C::GlowColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GlowContainer_C, GlowDistance) == 0x00030C, "Member 'UWBP_GlowContainer_C::GlowDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFInWorldDialogue_CharacterProfile \ +static_assert(alignof(FFInWorldDialogue_CharacterProfile) == 0x000008, "Wrong alignment on FFInWorldDialogue_CharacterProfile"); \ +static_assert(sizeof(FFInWorldDialogue_CharacterProfile) == 0x000030, "Wrong size on FFInWorldDialogue_CharacterProfile"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Neutral_2_6FAF1DAB40A3054E95982395AD8D3762) == 0x000000, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Neutral_2_6FAF1DAB40A3054E95982395AD8D3762' has a wrong offset!"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Happy_8_4865AB7A48C80D0B71FDB5B5ED2FDA63) == 0x000008, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Happy_8_4865AB7A48C80D0B71FDB5B5ED2FDA63' has a wrong offset!"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Angry_9_63A326624F7DF9BADB7DD1A4C8A4F1E6) == 0x000010, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Angry_9_63A326624F7DF9BADB7DD1A4C8A4F1E6' has a wrong offset!"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Sad_10_7E33574C4F3B450D977BB3900C8213D9) == 0x000018, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Sad_10_7E33574C4F3B450D977BB3900C8213D9' has a wrong offset!"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Surprised_11_72033A8A49E9EDE1573A40AC31154059) == 0x000020, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Surprised_11_72033A8A49E9EDE1573A40AC31154059' has a wrong offset!"); \ +static_assert(offsetof(FFInWorldDialogue_CharacterProfile, Portrait_Damaged_13_190FAA9647D9139EF364A19E33B62BD9) == 0x000028, "Member 'FFInWorldDialogue_CharacterProfile::Portrait_Damaged_13_190FAA9647D9139EF364A19E33B62BD9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ResurrectParameters \ +static_assert(alignof(FS_ResurrectParameters) == 0x000008, "Wrong alignment on FS_ResurrectParameters"); \ +static_assert(sizeof(FS_ResurrectParameters) == 0x000018, "Wrong size on FS_ResurrectParameters"); \ +static_assert(offsetof(FS_ResurrectParameters, TargetCharacter_9_72D2022545E79C284083B4938E31215C) == 0x000000, "Member 'FS_ResurrectParameters::TargetCharacter_9_72D2022545E79C284083B4938E31215C' has a wrong offset!"); \ +static_assert(offsetof(FS_ResurrectParameters, SourceCharacter_7_FF361FF84BB086090F8FCE9467E3746F) == 0x000008, "Member 'FS_ResurrectParameters::SourceCharacter_7_FF361FF84BB086090F8FCE9467E3746F' has a wrong offset!"); \ +static_assert(offsetof(FS_ResurrectParameters, HPPercentage_6_3E862F8B4E6FCAAF92232E82C9DFABF7) == 0x000010, "Member 'FS_ResurrectParameters::HPPercentage_6_3E862F8B4E6FCAAF92232E82C9DFABF7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_WeaponInstanceHandle \ +static_assert(alignof(FS_WeaponInstanceHandle) == 0x000004, "Wrong alignment on FS_WeaponInstanceHandle"); \ +static_assert(sizeof(FS_WeaponInstanceHandle) == 0x00000C, "Wrong size on FS_WeaponInstanceHandle"); \ +static_assert(offsetof(FS_WeaponInstanceHandle, DefinitionID_3_60EB24664894755B19F4EBA18A21AF1A) == 0x000000, "Member 'FS_WeaponInstanceHandle::DefinitionID_3_60EB24664894755B19F4EBA18A21AF1A' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponInstanceHandle, CurrentLevel_6_227A00644D035BDD595B2D86C8455B71) == 0x000008, "Member 'FS_WeaponInstanceHandle::CurrentLevel_6_227A00644D035BDD595B2D86C8455B71' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GrappleNotifyHandler_C \ +static_assert(alignof(IBPI_GrappleNotifyHandler_C) == 0x000001, "Wrong alignment on IBPI_GrappleNotifyHandler_C"); \ +static_assert(sizeof(IBPI_GrappleNotifyHandler_C) == 0x000001, "Wrong size on IBPI_GrappleNotifyHandler_C"); \ + +#define DUMPER7_ASSERTS_FFCharacterBattleAudioProfile \ +static_assert(alignof(FFCharacterBattleAudioProfile) == 0x000008, "Wrong alignment on FFCharacterBattleAudioProfile"); \ +static_assert(sizeof(FFCharacterBattleAudioProfile) == 0x0000D0, "Wrong size on FFCharacterBattleAudioProfile"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, TurnStart_8_F4222A544F35ADE1444E8889333477B8) == 0x000000, "Member 'FFCharacterBattleAudioProfile::TurnStart_8_F4222A544F35ADE1444E8889333477B8' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, TurnStart_LowLife_33_B308E8AD40F8C62BAE1C1D885114FD1B) == 0x000008, "Member 'FFCharacterBattleAudioProfile::TurnStart_LowLife_33_B308E8AD40F8C62BAE1C1D885114FD1B' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, Menu_OpenSkills_56_EF7411774C549F14BC4A6A94A8F17CD2) == 0x000010, "Member 'FFCharacterBattleAudioProfile::Menu_OpenSkills_56_EF7411774C549F14BC4A6A94A8F17CD2' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, Menu_OutOfAP_57_D4A6A2E140622DF0C821F4B32EA276CF) == 0x000018, "Member 'FFCharacterBattleAudioProfile::Menu_OutOfAP_57_D4A6A2E140622DF0C821F4B32EA276CF' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, Menu_OutOfConsummables_59_81E33951426D15510A6590B857040C70) == 0x000020, "Member 'FFCharacterBattleAudioProfile::Menu_OutOfConsummables_59_81E33951426D15510A6590B857040C70' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, FreeAim_Start_10_67F1F1464CB950E7CC9904B9D4F80CA0) == 0x000028, "Member 'FFCharacterBattleAudioProfile::FreeAim_Start_10_67F1F1464CB950E7CC9904B9D4F80CA0' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, Attack_Regular_2_205DA6324107A6C73B1CDCB4C4F613D1) == 0x000030, "Member 'FFCharacterBattleAudioProfile::Attack_Regular_2_205DA6324107A6C73B1CDCB4C4F613D1' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, HitEnemy_Weakpoint_35_D30A9B16448CA75B1DC36BB4CA4CAE8E) == 0x000038, "Member 'FFCharacterBattleAudioProfile::HitEnemy_Weakpoint_35_D30A9B16448CA75B1DC36BB4CA4CAE8E' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, BuffingOther_38_9106CDA64A8FC1BD31308F8AB78D23CD) == 0x000040, "Member 'FFCharacterBattleAudioProfile::BuffingOther_38_9106CDA64A8FC1BD31308F8AB78D23CD' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, BuffReceived_62_AA44586F4F0E3A2A376AD5BC55507836) == 0x000048, "Member 'FFCharacterBattleAudioProfile::BuffReceived_62_AA44586F4F0E3A2A376AD5BC55507836' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, IsRevived_42_ABA76DF845689CFC38A049A6D9C4E47C) == 0x000050, "Member 'FFCharacterBattleAudioProfile::IsRevived_42_ABA76DF845689CFC38A049A6D9C4E47C' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, RevivingOther_18_F0C3285649CCC62FA6F0638DD96C4BBC) == 0x000058, "Member 'FFCharacterBattleAudioProfile::RevivingOther_18_F0C3285649CCC62FA6F0638DD96C4BBC' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, DamageReceived_44_15FCD5734A86BFB1753F18B9050D6952) == 0x000060, "Member 'FFCharacterBattleAudioProfile::DamageReceived_44_15FCD5734A86BFB1753F18B9050D6952' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, DamageReceived_Lethal_46_7844F5864F29DEDD468AA08AEC6E3085) == 0x000068, "Member 'FFCharacterBattleAudioProfile::DamageReceived_Lethal_46_7844F5864F29DEDD468AA08AEC6E3085' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, OtherWasAttacked_29_5D8FD5444AE13DB928E630B4173DBCBD) == 0x000070, "Member 'FFCharacterBattleAudioProfile::OtherWasAttacked_29_5D8FD5444AE13DB928E630B4173DBCBD' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, BattleEnd_4_312C230D44BB11C96021EAAEE2687F96) == 0x000078, "Member 'FFCharacterBattleAudioProfile::BattleEnd_4_312C230D44BB11C96021EAAEE2687F96' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, QTE_Fail_47_6DEE43A94E12D4A1282194B396107672) == 0x000080, "Member 'FFCharacterBattleAudioProfile::QTE_Fail_47_6DEE43A94E12D4A1282194B396107672' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, InflictedZeroDamage_48_ED101AE64F8FE60D24D0EB834C707EDE) == 0x000088, "Member 'FFCharacterBattleAudioProfile::InflictedZeroDamage_48_ED101AE64F8FE60D24D0EB834C707EDE' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, React_Death_28_A7C920114C667C8A048138987499830D) == 0x000090, "Member 'FFCharacterBattleAudioProfile::React_Death_28_A7C920114C667C8A048138987499830D' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, React_WarnIncomingAttack_50_365AA7CE4F7F21AABD0828A34CA9E94E) == 0x0000B8, "Member 'FFCharacterBattleAudioProfile::React_WarnIncomingAttack_50_365AA7CE4F7F21AABD0828A34CA9E94E' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, React_WarnIncomingAttackStrong_52_74C0A3C54063517FEAB34B88E8CBA6A9) == 0x0000C0, "Member 'FFCharacterBattleAudioProfile::React_WarnIncomingAttackStrong_52_74C0A3C54063517FEAB34B88E8CBA6A9' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterBattleAudioProfile, Merde_54_F2C6C4A74730BBAFB38D5580A73CBA60) == 0x0000C8, "Member 'FFCharacterBattleAudioProfile::Merde_54_F2C6C4A74730BBAFB38D5580A73CBA60' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementSettings \ +static_assert(alignof(FMovementSettings) == 0x000008, "Wrong alignment on FMovementSettings"); \ +static_assert(sizeof(FMovementSettings) == 0x000020, "Wrong size on FMovementSettings"); \ +static_assert(offsetof(FMovementSettings, WalkSpeed_40_9AD737B14B8BC378F924E890E018B5B0) == 0x000000, "Member 'FMovementSettings::WalkSpeed_40_9AD737B14B8BC378F924E890E018B5B0' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings, RunSpeed_39_7397773A4A46B563F765429BD6A2DDE8) == 0x000004, "Member 'FMovementSettings::RunSpeed_39_7397773A4A46B563F765429BD6A2DDE8' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings, SprintSpeed_38_6123675A40931BD70D4CF18D9A2A1C4C) == 0x000008, "Member 'FMovementSettings::SprintSpeed_38_6123675A40931BD70D4CF18D9A2A1C4C' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings, MovementCurve_51_FDDCE64149CA0F8A553745BEA0FEE53E) == 0x000010, "Member 'FMovementSettings::MovementCurve_51_FDDCE64149CA0F8A553745BEA0FEE53E' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings, RotationRateCurve_52_73FA146B4B31FF205DE8E1BBFA8800F6) == 0x000018, "Member 'FMovementSettings::RotationRateCurve_52_73FA146B4B31FF205DE8E1BBFA8800F6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext \ +static_assert(alignof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext"); \ +static_assert(sizeof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext) == 0x000028, "Wrong size on WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, NewContext) == 0x000000, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::NewContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_OptionEntriesHeader_C_UpdateSettingsContext::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntriesHeader_C_SetHeaderName \ +static_assert(alignof(WBP_Settings_OptionEntriesHeader_C_SetHeaderName) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntriesHeader_C_SetHeaderName"); \ +static_assert(sizeof(WBP_Settings_OptionEntriesHeader_C_SetHeaderName) == 0x000010, "Wrong size on WBP_Settings_OptionEntriesHeader_C_SetHeaderName"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_SetHeaderName, HeaderName_0) == 0x000000, "Member 'WBP_Settings_OptionEntriesHeader_C_SetHeaderName::HeaderName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries \ +static_assert(alignof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries"); \ +static_assert(sizeof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries) == 0x000068, "Wrong size on WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, IsAvailable) == 0x000000, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, PlatformNameAsTag) == 0x000004, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::PlatformNameAsTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, HasEntries) == 0x00000C, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::HasEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_GetCustomGI_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_GetSettingsPageContext_CurrentContext) == 0x000040, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_GetSettingsPageContext_CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000048, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries, CallFunc_IsAvailableOnCurrentPlatform_IsAvailable) == 0x000061, "Member 'WBP_Settings_OptionEntriesHeader_C_InitHeaderAndChildEntries::CallFunc_IsAvailableOnCurrentPlatform_IsAvailable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntriesHeader_C_PreConstruct \ +static_assert(alignof(WBP_Settings_OptionEntriesHeader_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntriesHeader_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_OptionEntriesHeader_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_OptionEntriesHeader_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_OptionEntriesHeader_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader \ +static_assert(alignof(WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader) == 0x000004, "Wrong alignment on WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader"); \ +static_assert(sizeof(WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader) == 0x000008, "Wrong size on WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader, EntryPoint) == 0x000000, "Member 'WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader, CallFunc_InitHeaderAndChildEntries_IsAvailable) == 0x000004, "Member 'WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader::CallFunc_InitHeaderAndChildEntries_IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_Settings_OptionEntriesHeader_C_ExecuteUbergraph_WBP_Settings_OptionEntriesHeader::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_OptionEntriesHeader_C \ +static_assert(alignof(UWBP_Settings_OptionEntriesHeader_C) == 0x000008, "Wrong alignment on UWBP_Settings_OptionEntriesHeader_C"); \ +static_assert(sizeof(UWBP_Settings_OptionEntriesHeader_C) == 0x000338, "Wrong size on UWBP_Settings_OptionEntriesHeader_C"); \ +static_assert(offsetof(UWBP_Settings_OptionEntriesHeader_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Settings_OptionEntriesHeader_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntriesHeader_C, HeaderDisplay) == 0x000310, "Member 'UWBP_Settings_OptionEntriesHeader_C::HeaderDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntriesHeader_C, HeaderName) == 0x000318, "Member 'UWBP_Settings_OptionEntriesHeader_C::HeaderName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntriesHeader_C, Entries) == 0x000328, "Member 'UWBP_Settings_OptionEntriesHeader_C::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger \ +static_assert(alignof(BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger) == 0x000008, "Wrong alignment on BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger"); \ +static_assert(sizeof(BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger) == 0x000010, "Wrong size on BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger"); \ +static_assert(offsetof(BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger, EntryPoint) == 0x000000, "Member 'BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_Debug_UMGDebugger_C_ExecuteUbergraph_BP_Debug_UMGDebugger::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance \ +static_assert(alignof(BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance) == 0x000008, "Wrong alignment on BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance"); \ +static_assert(sizeof(BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance) == 0x000008, "Wrong size on BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance"); \ +static_assert(offsetof(BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance, UMGDebuggerInstance_0) == 0x000000, "Member 'BP_Debug_UMGDebugger_C_GetUMGDebuggerInstance::UMGDebuggerInstance_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Debug_UMGDebugger_C \ +static_assert(alignof(ABP_Debug_UMGDebugger_C) == 0x000008, "Wrong alignment on ABP_Debug_UMGDebugger_C"); \ +static_assert(sizeof(ABP_Debug_UMGDebugger_C) == 0x0002A8, "Wrong size on ABP_Debug_UMGDebugger_C"); \ +static_assert(offsetof(ABP_Debug_UMGDebugger_C, UberGraphFrame) == 0x000290, "Member 'ABP_Debug_UMGDebugger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Debug_UMGDebugger_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Debug_UMGDebugger_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Debug_UMGDebugger_C, UMGDebuggerInstance) == 0x0002A0, "Member 'ABP_Debug_UMGDebugger_C::UMGDebuggerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementSettings_Stance \ +static_assert(alignof(FMovementSettings_Stance) == 0x000008, "Wrong alignment on FMovementSettings_Stance"); \ +static_assert(sizeof(FMovementSettings_Stance) == 0x000040, "Wrong size on FMovementSettings_Stance"); \ +static_assert(offsetof(FMovementSettings_Stance, Standing_12_291919F34C61D6D2C253D3B80934D9D2) == 0x000000, "Member 'FMovementSettings_Stance::Standing_12_291919F34C61D6D2C253D3B80934D9D2' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings_Stance, Crouching_14_DEF8FDDA4324E7EF87C9DE8D07831456) == 0x000020, "Member 'FMovementSettings_Stance::Crouching_14_DEF8FDDA4324E7EF87C9DE8D07831456' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementSettings_State \ +static_assert(alignof(FMovementSettings_State) == 0x000008, "Wrong alignment on FMovementSettings_State"); \ +static_assert(sizeof(FMovementSettings_State) == 0x0000C0, "Wrong size on FMovementSettings_State"); \ +static_assert(offsetof(FMovementSettings_State, VelocityDirection_17_291919F34C61D6D2C253D3B80934D9D2) == 0x000000, "Member 'FMovementSettings_State::VelocityDirection_17_291919F34C61D6D2C253D3B80934D9D2' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings_State, LookingDirection_18_DEF8FDDA4324E7EF87C9DE8D07831456) == 0x000040, "Member 'FMovementSettings_State::LookingDirection_18_DEF8FDDA4324E7EF87C9DE8D07831456' has a wrong offset!"); \ +static_assert(offsetof(FMovementSettings_State, Aiming_21_D7B17FD043E721735EF6CCA049CD9E66) == 0x000080, "Member 'FMovementSettings_State::Aiming_21_D7B17FD043E721735EF6CCA049CD9E66' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager \ +static_assert(alignof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager) == 0x000008, "Wrong alignment on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager"); \ +static_assert(sizeof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager) == 0x000008, "Wrong size on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager, AudioCharacterBattleManager) == 0x000000, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioCharacterManager::AudioCharacterBattleManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents \ +static_assert(alignof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents) == 0x000008, "Wrong alignment on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents"); \ +static_assert(sizeof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents) == 0x000040, "Wrong size on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, SFX) == 0x000000, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::SFX' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, weapon_l) == 0x000008, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::weapon_l' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, weapon_r) == 0x000010, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::weapon_r' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, Foley) == 0x000018, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::Foley' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, Vocal) == 0x000020, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::Vocal' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, foot_l) == 0x000028, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::foot_l' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, Foot_R) == 0x000030, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::Foot_R' has a wrong offset!"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents, HitBy) == 0x000038, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioContainerComponents::HitBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile \ +static_assert(alignof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile) == 0x000008, "Wrong alignment on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile"); \ +static_assert(sizeof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile) == 0x000008, "Wrong size on BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile"); \ +static_assert(offsetof(BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile, AudioProfile) == 0x000000, "Member 'BPI_BattleAudioCharacter_GetComponents_C_GetBattleAudioProfile::AudioProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_BattleAudioCharacter_GetComponents_C \ +static_assert(alignof(IBPI_BattleAudioCharacter_GetComponents_C) == 0x000001, "Wrong alignment on IBPI_BattleAudioCharacter_GetComponents_C"); \ +static_assert(sizeof(IBPI_BattleAudioCharacter_GetComponents_C) == 0x000001, "Wrong size on IBPI_BattleAudioCharacter_GetComponents_C"); \ + +#define DUMPER7_ASSERTS_FActorDetectionParameters \ +static_assert(alignof(FActorDetectionParameters) == 0x000008, "Wrong alignment on FActorDetectionParameters"); \ +static_assert(sizeof(FActorDetectionParameters) == 0x000028, "Wrong size on FActorDetectionParameters"); \ +static_assert(offsetof(FActorDetectionParameters, ActorToDetect_4_E903F8294B26E7E64905BDAE30E9337B) == 0x000000, "Member 'FActorDetectionParameters::ActorToDetect_4_E903F8294B26E7E64905BDAE30E9337B' has a wrong offset!"); \ +static_assert(offsetof(FActorDetectionParameters, DeltaVectorWithActor_10_1F3BDAA0495A1AE20FB0CEB3761A409C) == 0x000008, "Member 'FActorDetectionParameters::DeltaVectorWithActor_10_1F3BDAA0495A1AE20FB0CEB3761A409C' has a wrong offset!"); \ +static_assert(offsetof(FActorDetectionParameters, DistanceToActor_9_6B5DDB644A994E4B2CE38BBB94C0FB70) == 0x000020, "Member 'FActorDetectionParameters::DistanceToActor_9_6B5DDB644A994E4B2CE38BBB94C0FB70' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PassiveEffectsSetData \ +static_assert(alignof(FS_PassiveEffectsSetData) == 0x000008, "Wrong alignment on FS_PassiveEffectsSetData"); \ +static_assert(sizeof(FS_PassiveEffectsSetData) == 0x000010, "Wrong size on FS_PassiveEffectsSetData"); \ +static_assert(offsetof(FS_PassiveEffectsSetData, EquippedPassiveEffectsIdentifiers_35_DA5A3E9D4F17FF30CB6064A3BCD68B61) == 0x000000, "Member 'FS_PassiveEffectsSetData::EquippedPassiveEffectsIdentifiers_35_DA5A3E9D4F17FF30CB6064A3BCD68B61' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge \ +static_assert(alignof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge) == 0x0000B0, "Wrong size on WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, EntryPoint) == 0x000000, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetChargeColor_ReturnValue) == 0x000004, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetChargeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetChargeColor_ReturnValue_1) == 0x000024, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetChargeColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000038, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetBattleManager_ReturnValue) == 0x000040, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_CustomEvent_PreviousProgress) == 0x000048, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_CustomEvent_PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_CustomEvent_PreviousCharges) == 0x000050, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_CustomEvent_PreviousCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_Event_IsDesignTime) == 0x000054, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetBattleManager_ReturnValue_1) == 0x000058, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_Event_Animation) == 0x000060, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetCurrentProgress_ReturnValue) == 0x000068, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetCurrentProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetAvailableCharges_ReturnValue) == 0x000070, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetAvailableCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000084, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetBattleManager_ReturnValue_2) == 0x000088, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, K2Node_CustomEvent_Character) == 0x000090, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000098, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_Greater_IntInt_ReturnValue) == 0x000099, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x0000A0, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge, CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast) == 0x0000AC, "Member 'WBP_GradientChargeGauge_C_ExecuteUbergraph_WBP_GradientChargeGauge::CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_FeedbackOnTurnStart \ +static_assert(alignof(WBP_GradientChargeGauge_C_FeedbackOnTurnStart) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_FeedbackOnTurnStart"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_FeedbackOnTurnStart) == 0x000008, "Wrong size on WBP_GradientChargeGauge_C_FeedbackOnTurnStart"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FeedbackOnTurnStart, Character) == 0x000000, "Member 'WBP_GradientChargeGauge_C_FeedbackOnTurnStart::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_FX_SetParameters \ +static_assert(alignof(WBP_GradientChargeGauge_C_FX_SetParameters) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_FX_SetParameters"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_FX_SetParameters) == 0x000050, "Wrong size on WBP_GradientChargeGauge_C_FX_SetParameters"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, System) == 0x000000, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::System' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, Size) == 0x000008, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, Gravity) == 0x000010, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::Gravity' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, CenterColor) == 0x000028, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::CenterColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, OuterColor) == 0x000038, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::OuterColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, Lifetime) == 0x000048, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_FX_SetParameters, SpawnRate) == 0x00004C, "Member 'WBP_GradientChargeGauge_C_FX_SetParameters::SpawnRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_GetChargeColor \ +static_assert(alignof(WBP_GradientChargeGauge_C_GetChargeColor) == 0x000004, "Wrong alignment on WBP_GradientChargeGauge_C_GetChargeColor"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_GetChargeColor) == 0x000038, "Wrong size on WBP_GradientChargeGauge_C_GetChargeColor"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_GetChargeColor, Charges) == 0x000000, "Member 'WBP_GradientChargeGauge_C_GetChargeColor::Charges' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_GetChargeColor, ReturnValue) == 0x000004, "Member 'WBP_GradientChargeGauge_C_GetChargeColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_GetChargeColor, Temp_int_Variable) == 0x000014, "Member 'WBP_GradientChargeGauge_C_GetChargeColor::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_GetChargeColor, Temp_struct_Variable) == 0x000018, "Member 'WBP_GradientChargeGauge_C_GetChargeColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_GetChargeColor, K2Node_Select_Default) == 0x000028, "Member 'WBP_GradientChargeGauge_C_GetChargeColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_Initialize \ +static_assert(alignof(WBP_GradientChargeGauge_C_Initialize) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_Initialize"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_Initialize) == 0x000038, "Wrong size on WBP_GradientChargeGauge_C_Initialize"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, IsPreview) == 0x000000, "Member 'WBP_GradientChargeGauge_C_Initialize::IsPreview' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, Temp_bool_Variable) == 0x000001, "Member 'WBP_GradientChargeGauge_C_Initialize::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_GradientChargeGauge_C_Initialize::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, Temp_bool_Variable_2) == 0x000003, "Member 'WBP_GradientChargeGauge_C_Initialize::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'WBP_GradientChargeGauge_C_Initialize::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, CallFunc_GetAvailableCharges_ReturnValue) == 0x000010, "Member 'WBP_GradientChargeGauge_C_Initialize::CallFunc_GetAvailableCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, CallFunc_GetCurrentProgress_ReturnValue) == 0x000018, "Member 'WBP_GradientChargeGauge_C_Initialize::CallFunc_GetCurrentProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, K2Node_Select_Default) == 0x000020, "Member 'WBP_GradientChargeGauge_C_Initialize::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_GradientChargeGauge_C_Initialize::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_Initialize, K2Node_Select_Default_2) == 0x000030, "Member 'WBP_GradientChargeGauge_C_Initialize::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_IsGainingCharges \ +static_assert(alignof(WBP_GradientChargeGauge_C_IsGainingCharges) == 0x000001, "Wrong alignment on WBP_GradientChargeGauge_C_IsGainingCharges"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_IsGainingCharges) == 0x000002, "Wrong size on WBP_GradientChargeGauge_C_IsGainingCharges"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_IsGainingCharges, IsGainingCharges_0) == 0x000000, "Member 'WBP_GradientChargeGauge_C_IsGainingCharges::IsGainingCharges_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_IsGainingCharges, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'WBP_GradientChargeGauge_C_IsGainingCharges::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_OnAnimationFinished \ +static_assert(alignof(WBP_GradientChargeGauge_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_GradientChargeGauge_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_GradientChargeGauge_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_OnGradientGaugeChanged \ +static_assert(alignof(WBP_GradientChargeGauge_C_OnGradientGaugeChanged) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_OnGradientGaugeChanged"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_OnGradientGaugeChanged) == 0x000010, "Wrong size on WBP_GradientChargeGauge_C_OnGradientGaugeChanged"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_OnGradientGaugeChanged, PreviousProgress) == 0x000000, "Member 'WBP_GradientChargeGauge_C_OnGradientGaugeChanged::PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_OnGradientGaugeChanged, PreviousCharges) == 0x000008, "Member 'WBP_GradientChargeGauge_C_OnGradientGaugeChanged::PreviousCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_PreConstruct \ +static_assert(alignof(WBP_GradientChargeGauge_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GradientChargeGauge_C_PreConstruct"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_PreConstruct) == 0x000001, "Wrong size on WBP_GradientChargeGauge_C_PreConstruct"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GradientChargeGauge_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_SetCharges \ +static_assert(alignof(WBP_GradientChargeGauge_C_SetCharges) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_SetCharges"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_SetCharges) == 0x0000C8, "Wrong size on WBP_GradientChargeGauge_C_SetCharges"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, PreviousCharges) == 0x000000, "Member 'WBP_GradientChargeGauge_C_SetCharges::PreviousCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CurrentCharges) == 0x000004, "Member 'WBP_GradientChargeGauge_C_SetCharges::CurrentCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, Temp_struct_Variable) == 0x000008, "Member 'WBP_GradientChargeGauge_C_SetCharges::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_GradientChargeGauge_C_SetCharges::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_GradientChargeGauge_C_SetCharges::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_GradientChargeGauge_C_SetCharges::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, Temp_int_Variable) == 0x000048, "Member 'WBP_GradientChargeGauge_C_SetCharges::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, K2Node_Select_Default) == 0x000050, "Member 'WBP_GradientChargeGauge_C_SetCharges::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_GetChargeColor_ReturnValue) == 0x000064, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_GetChargeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_Conv_IntToText_ReturnValue) == 0x000078, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, K2Node_MakeStruct_SlateColor) == 0x000088, "Member 'WBP_GradientChargeGauge_C_SetCharges::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_GetNiagaraComponent_ReturnValue) == 0x0000A0, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_IsGainingCharges_IsGainingCharges) == 0x0000A8, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_IsGainingCharges_IsGainingCharges' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_GetChargeColor_ReturnValue_1) == 0x0000AC, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_GetChargeColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetCharges, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C0, "Member 'WBP_GradientChargeGauge_C_SetCharges::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_SetDistortLerpAlpha \ +static_assert(alignof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_SetDistortLerpAlpha"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha) == 0x000048, "Wrong size on WBP_GradientChargeGauge_C_SetDistortLerpAlpha"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, DistortLerpAlpha_0) == 0x000000, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::DistortLerpAlpha_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_BreakVector2D_X) == 0x000008, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_BreakVector2D_X_1) == 0x000018, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_BreakVector2D_Y_1) == 0x000020, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_Lerp_ReturnValue_1) == 0x000030, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetDistortLerpAlpha, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'WBP_GradientChargeGauge_C_SetDistortLerpAlpha::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_SetGaugeLerpAlpha \ +static_assert(alignof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_SetGaugeLerpAlpha"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha) == 0x000040, "Wrong size on WBP_GradientChargeGauge_C_SetGaugeLerpAlpha"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, GaugeLerpAlpha_0) == 0x000000, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::GaugeLerpAlpha_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGaugeLerpAlpha, CallFunc_MakeVector2D_ReturnValue) == 0x000030, "Member 'WBP_GradientChargeGauge_C_SetGaugeLerpAlpha::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_SetGlowLerpAlpha \ +static_assert(alignof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_SetGlowLerpAlpha"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha) == 0x000020, "Wrong size on WBP_GradientChargeGauge_C_SetGlowLerpAlpha"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha, GlowLerpAlpha_0) == 0x000000, "Member 'WBP_GradientChargeGauge_C_SetGlowLerpAlpha::GlowLerpAlpha_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'WBP_GradientChargeGauge_C_SetGlowLerpAlpha::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha, CallFunc_GetEffectMaterial_ReturnValue) == 0x000010, "Member 'WBP_GradientChargeGauge_C_SetGlowLerpAlpha::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetGlowLerpAlpha, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_GradientChargeGauge_C_SetGlowLerpAlpha::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GradientChargeGauge_C_SetProgress \ +static_assert(alignof(WBP_GradientChargeGauge_C_SetProgress) == 0x000008, "Wrong alignment on WBP_GradientChargeGauge_C_SetProgress"); \ +static_assert(sizeof(WBP_GradientChargeGauge_C_SetProgress) == 0x000038, "Wrong size on WBP_GradientChargeGauge_C_SetProgress"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, TargetProgress) == 0x000000, "Member 'WBP_GradientChargeGauge_C_SetProgress::TargetProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_GradientChargeGauge_C_SetProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_GradientChargeGauge_C_SetProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x000021, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_Less_IntInt_ReturnValue_1) == 0x000029, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GradientChargeGauge_C_SetProgress, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000030, "Member 'WBP_GradientChargeGauge_C_SetProgress::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GradientChargeGauge_C \ +static_assert(alignof(UWBP_GradientChargeGauge_C) == 0x000008, "Wrong alignment on UWBP_GradientChargeGauge_C"); \ +static_assert(sizeof(UWBP_GradientChargeGauge_C) == 0x000408, "Wrong size on UWBP_GradientChargeGauge_C"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_GradientChargeGauge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Anim_ChargeGain) == 0x0002E8, "Member 'UWBP_GradientChargeGauge_C::Anim_ChargeGain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Anim_DistortFade) == 0x0002F0, "Member 'UWBP_GradientChargeGauge_C::Anim_DistortFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Anim_DistortLerp) == 0x0002F8, "Member 'UWBP_GradientChargeGauge_C::Anim_DistortLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Anim_GaugeLerp) == 0x000300, "Member 'UWBP_GradientChargeGauge_C::Anim_GaugeLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Anim_ChargeIncrease) == 0x000308, "Member 'UWBP_GradientChargeGauge_C::Anim_ChargeIncrease' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, BarFill) == 0x000310, "Member 'UWBP_GradientChargeGauge_C::BarFill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, BarFillRetainer) == 0x000318, "Member 'UWBP_GradientChargeGauge_C::BarFillRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, BarPattern) == 0x000320, "Member 'UWBP_GradientChargeGauge_C::BarPattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, ColorScaleBox) == 0x000328, "Member 'UWBP_GradientChargeGauge_C::ColorScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, CurrentValueText) == 0x000330, "Member 'UWBP_GradientChargeGauge_C::CurrentValueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, FX_Smoke) == 0x000338, "Member 'UWBP_GradientChargeGauge_C::FX_Smoke' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, GradientBackgroundColor) == 0x000340, "Member 'UWBP_GradientChargeGauge_C::GradientBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, GradientChargesText) == 0x000348, "Member 'UWBP_GradientChargeGauge_C::GradientChargesText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, MainSizeBox) == 0x000350, "Member 'UWBP_GradientChargeGauge_C::MainSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, RetainerBox) == 0x000358, "Member 'UWBP_GradientChargeGauge_C::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, WBP_Niagara_SlowParticules_Highlight) == 0x000360, "Member 'UWBP_GradientChargeGauge_C::WBP_Niagara_SlowParticules_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Width) == 0x000368, "Member 'UWBP_GradientChargeGauge_C::Width' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, PreviewCurrentCharges) == 0x000370, "Member 'UWBP_GradientChargeGauge_C::PreviewCurrentCharges' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, PreviewProgress) == 0x000378, "Member 'UWBP_GradientChargeGauge_C::PreviewProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Current_Charges) == 0x000380, "Member 'UWBP_GradientChargeGauge_C::Current_Charges' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, Previous_Charges) == 0x000384, "Member 'UWBP_GradientChargeGauge_C::Previous_Charges' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, GaugeLerpAlpha) == 0x000388, "Member 'UWBP_GradientChargeGauge_C::GaugeLerpAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, GlowLerpAlpha) == 0x000390, "Member 'UWBP_GradientChargeGauge_C::GlowLerpAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, DistortLerpAlpha) == 0x000398, "Member 'UWBP_GradientChargeGauge_C::DistortLerpAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, CurrentPercentage) == 0x0003A0, "Member 'UWBP_GradientChargeGauge_C::CurrentPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, PercentageTarget) == 0x0003B0, "Member 'UWBP_GradientChargeGauge_C::PercentageTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, ColorFirstCharge) == 0x0003C0, "Member 'UWBP_GradientChargeGauge_C::ColorFirstCharge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, ColorSecondCharge) == 0x0003D0, "Member 'UWBP_GradientChargeGauge_C::ColorSecondCharge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, ColorThirdCharge) == 0x0003E0, "Member 'UWBP_GradientChargeGauge_C::ColorThirdCharge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, ScaleTarget) == 0x0003F0, "Member 'UWBP_GradientChargeGauge_C::ScaleTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GradientChargeGauge_C, MaxCharges) == 0x000400, "Member 'UWBP_GradientChargeGauge_C::MaxCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_GetItemDisplayText \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_GetItemDisplayText) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Base_C_GetItemDisplayText"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_GetItemDisplayText) == 0x000010, "Wrong size on BP_GeneratedItemInfo_Base_C_GetItemDisplayText"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_GetItemDisplayText, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_GetItemDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_GetItemIcon \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_GetItemIcon) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Base_C_GetItemIcon"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_GetItemIcon) == 0x000028, "Wrong size on BP_GeneratedItemInfo_Base_C_GetItemIcon"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_GetItemIcon, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_GetItemIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_GetItemQuantity \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_GetItemQuantity) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_Base_C_GetItemQuantity"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_GetItemQuantity) == 0x000004, "Wrong size on BP_GeneratedItemInfo_Base_C_GetItemQuantity"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_GetItemQuantity, Quantity_0) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_GetItemQuantity::Quantity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_GetItemType \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_GetItemType) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_Base_C_GetItemType"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_GetItemType) == 0x000001, "Wrong size on BP_GeneratedItemInfo_Base_C_GetItemType"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_GetItemType, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_GetItemType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_SetItemQuantity \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_SetItemQuantity) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_Base_C_SetItemQuantity"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_SetItemQuantity) == 0x000004, "Wrong size on BP_GeneratedItemInfo_Base_C_SetItemQuantity"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_SetItemQuantity, Quantity_0) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_SetItemQuantity::Quantity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Base_C_ShouldShowQuantity \ +static_assert(alignof(BP_GeneratedItemInfo_Base_C_ShouldShowQuantity) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_Base_C_ShouldShowQuantity"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Base_C_ShouldShowQuantity) == 0x000001, "Wrong size on BP_GeneratedItemInfo_Base_C_ShouldShowQuantity"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Base_C_ShouldShowQuantity, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Base_C_ShouldShowQuantity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GeneratedItemInfo_Base_C \ +static_assert(alignof(UBP_GeneratedItemInfo_Base_C) == 0x000008, "Wrong alignment on UBP_GeneratedItemInfo_Base_C"); \ +static_assert(sizeof(UBP_GeneratedItemInfo_Base_C) == 0x000030, "Wrong size on UBP_GeneratedItemInfo_Base_C"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_Base_C, Quantity) == 0x000028, "Member 'UBP_GeneratedItemInfo_Base_C::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText \ +static_assert(alignof(BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText) == 0x000010, "Wrong size on BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Chroma_C_GetItemDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Chroma_C_GetItemIcon \ +static_assert(alignof(BP_GeneratedItemInfo_Chroma_C_GetItemIcon) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Chroma_C_GetItemIcon"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Chroma_C_GetItemIcon) == 0x000028, "Wrong size on BP_GeneratedItemInfo_Chroma_C_GetItemIcon"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Chroma_C_GetItemIcon, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Chroma_C_GetItemIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Chroma_C_GetItemQuantity \ +static_assert(alignof(BP_GeneratedItemInfo_Chroma_C_GetItemQuantity) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_Chroma_C_GetItemQuantity"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Chroma_C_GetItemQuantity) == 0x000004, "Wrong size on BP_GeneratedItemInfo_Chroma_C_GetItemQuantity"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Chroma_C_GetItemQuantity, Quantity_0) == 0x000000, "Member 'BP_GeneratedItemInfo_Chroma_C_GetItemQuantity::Quantity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Chroma_C_GetItemType \ +static_assert(alignof(BP_GeneratedItemInfo_Chroma_C_GetItemType) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_Chroma_C_GetItemType"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Chroma_C_GetItemType) == 0x000001, "Wrong size on BP_GeneratedItemInfo_Chroma_C_GetItemType"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Chroma_C_GetItemType, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Chroma_C_GetItemType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GeneratedItemInfo_Chroma_C \ +static_assert(alignof(UBP_GeneratedItemInfo_Chroma_C) == 0x000008, "Wrong alignment on UBP_GeneratedItemInfo_Chroma_C"); \ +static_assert(sizeof(UBP_GeneratedItemInfo_Chroma_C) == 0x000030, "Wrong size on UBP_GeneratedItemInfo_Chroma_C"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_Chroma_C, GeneratedAmount) == 0x00002C, "Member 'UBP_GeneratedItemInfo_Chroma_C::GeneratedAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_UIFavoritePool \ +static_assert(alignof(FS_UIFavoritePool) == 0x000008, "Wrong alignment on FS_UIFavoritePool"); \ +static_assert(sizeof(FS_UIFavoritePool) == 0x000010, "Wrong size on FS_UIFavoritePool"); \ +static_assert(offsetof(FS_UIFavoritePool, FavoriteObjects_4_32F2439545C0BA4BE215E78EDA51899D) == 0x000000, "Member 'FS_UIFavoritePool::FavoriteObjects_4_32F2439545C0BA4BE215E78EDA51899D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GPE_Manor_Piano_C_BndEvt__BP_GPE_Manor_Piano_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano \ +static_assert(alignof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano) == 0x000498, "Wrong size on BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, EntryPoint) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded_4) == 0x000008, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable) == 0x000010, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base) == 0x000018, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_byte_Variable) == 0x000021, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_1) == 0x000028, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded_3) == 0x000038, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_2) == 0x000040, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base_1) == 0x000048, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded_2) == 0x000058, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_3) == 0x000060, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base_2) == 0x000068, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded_1) == 0x000078, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_4) == 0x000080, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base_3) == 0x000088, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded) == 0x000098, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_5) == 0x0000A0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base_4) == 0x0000A8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_4) == 0x0000B0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable) == 0x0000B4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable_1) == 0x0000C0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_object_Variable_6) == 0x0000D8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable_2) == 0x0000E0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsSound_Base_5) == 0x0000E8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsSound_Base_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000F4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable_1) == 0x0000F8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable_2) == 0x0000FC, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable_3) == 0x000100, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_3) == 0x000104, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable_3) == 0x000108, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CustomEvent_Loaded_5) == 0x000110, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CustomEvent_Loaded_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable_4) == 0x000118, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate_1) == 0x00011C, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_4) == 0x00012C, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Loop_Counter_Variable_5) == 0x000130, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_5) == 0x000134, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable_4) == 0x000138, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, Temp_int_Array_Index_Variable_5) == 0x00013C, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_Event_InteractingWorldCharacter) == 0x000140, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_Event_Instant) == 0x000148, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetGameInstance_ReturnValue) == 0x000150, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000158, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_DynamicCast_bSuccess_6) == 0x000160, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetCurrentCharacterWorld_CurrentCharacterWorldEnum) == 0x000161, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetCurrentCharacterWorld_CurrentCharacterWorldEnum' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Add_IntInt_ReturnValue_6) == 0x000164, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000168, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item) == 0x000170, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue) == 0x00019C, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001A0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue) == 0x0001B0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue_1) == 0x0001B4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_1) == 0x0001B8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_1) == 0x0001E0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001E8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate_3) == 0x000200, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_2) == 0x000210, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue_2) == 0x000238, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_2) == 0x00023C, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue_2) == 0x000240, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate_4) == 0x000244, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_3) == 0x000258, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_3) == 0x000280, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue_3) == 0x000284, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_4) == 0x000288, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_4) == 0x0002B0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002B4, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue_3) == 0x0002B8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue_4) == 0x0002BC, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002C0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_5) == 0x0002D0, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_5) == 0x0002F8, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Less_IntInt_ReturnValue_5) == 0x0002FC, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Add_ReturnValue_5) == 0x000300, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000308, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000310, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000318, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000320, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_bFromSweep) == 0x000324, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_SweepResult) == 0x000328, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000420, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherActor) == 0x000428, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherComp) == 0x000430, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000438, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetPlayerPawn_ReturnValue) == 0x000440, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetCustomGI_ReturnValue) == 0x000448, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000450, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000458, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_GetCustomGI_ReturnValue_1) == 0x000460, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000468, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, K2Node_Select_Default) == 0x000470, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Length_ReturnValue_6) == 0x000480, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Percent_IntInt_ReturnValue) == 0x000484, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000488, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano, CallFunc_Array_Get_Item_6) == 0x000490, "Member 'BP_GPE_Manor_Piano_C_ExecuteUbergraph_BP_GPE_Manor_Piano::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_GetInteractionPromptParams \ +static_assert(alignof(BP_GPE_Manor_Piano_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_GPE_Manor_Piano_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnInteractionRequested \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GPE_Manor_Piano_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GPE_Manor_Piano_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_15640CA4409829B0685D7299A24C68A5::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_4EA72A634348FE9FE4B6EEB63C138D95::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_7E2BE2744DE404D87B7316AD8031D202::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_8DE66D2D4C811D5DA38BF9875502AEB8::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_B916CACA4E1BA09B227D539BC97D4EF0::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8 \ +static_assert(alignof(BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8) == 0x000008, "Wrong alignment on BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8"); \ +static_assert(sizeof(BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8) == 0x000008, "Wrong size on BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8"); \ +static_assert(offsetof(BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8, Loaded) == 0x000000, "Member 'BP_GPE_Manor_Piano_C_OnLoaded_D0F488884D2906867D0CCDAF2B2A04C8::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_Manor_Piano_C \ +static_assert(alignof(ABP_GPE_Manor_Piano_C) == 0x000008, "Wrong alignment on ABP_GPE_Manor_Piano_C"); \ +static_assert(sizeof(ABP_GPE_Manor_Piano_C) == 0x0003D0, "Wrong size on ABP_GPE_Manor_Piano_C"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, UberGraphFrame_BP_GPE_Manor_Piano_C) == 0x0002F0, "Member 'ABP_GPE_Manor_Piano_C::UberGraphFrame_BP_GPE_Manor_Piano_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, GrandPiano_Test_PlaceHolder) == 0x0002F8, "Member 'ABP_GPE_Manor_Piano_C::GrandPiano_Test_PlaceHolder' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Aline_Soft) == 0x000300, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Aline_Soft' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, CurrentMusicIndex) == 0x000310, "Member 'ABP_GPE_Manor_Piano_C::CurrentMusicIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Alicia_Soft) == 0x000318, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Alicia_Soft' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, PreviousWorldCharacter) == 0x000328, "Member 'ABP_GPE_Manor_Piano_C::PreviousWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Aline_Hard) == 0x000330, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Aline_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Alicia_Hard) == 0x000340, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Alicia_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Lune_Hard) == 0x000350, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Lune_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Lune_Soft) == 0x000360, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Lune_Soft' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Sciel_Hard) == 0x000370, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Sciel_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Verso_Hard) == 0x000380, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Verso_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Sciel_Soft) == 0x000390, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Sciel_Soft' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Verso_Soft) == 0x0003A0, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Verso_Soft' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Gustave_Hard) == 0x0003B0, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Gustave_Hard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Manor_Piano_C, Playlist_Gustave_Soft) == 0x0003C0, "Member 'ABP_GPE_Manor_Piano_C::Playlist_Gustave_Soft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleLinePoolCandidate \ +static_assert(alignof(FS_BattleLinePoolCandidate) == 0x000008, "Wrong alignment on FS_BattleLinePoolCandidate"); \ +static_assert(sizeof(FS_BattleLinePoolCandidate) == 0x000020, "Wrong size on FS_BattleLinePoolCandidate"); \ +static_assert(offsetof(FS_BattleLinePoolCandidate, BattleLinePool_2_23F384E045F8BF30BFC966B058367DA2) == 0x000000, "Member 'FS_BattleLinePoolCandidate::BattleLinePool_2_23F384E045F8BF30BFC966B058367DA2' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLinePoolCandidate, SourceModel_7_0CB56EB44B2F5758E220B1979F29A674) == 0x000018, "Member 'FS_BattleLinePoolCandidate::SourceModel_7_0CB56EB44B2F5758E220B1979F29A674' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GameplayPauseParameters \ +static_assert(alignof(FS_GameplayPauseParameters) == 0x000008, "Wrong alignment on FS_GameplayPauseParameters"); \ +static_assert(sizeof(FS_GameplayPauseParameters) == 0x000030, "Wrong size on FS_GameplayPauseParameters"); \ +static_assert(offsetof(FS_GameplayPauseParameters, WantToPause_4_D2C95FFF4C8FC6B4767A8D8E83A23601) == 0x000000, "Member 'FS_GameplayPauseParameters::WantToPause_4_D2C95FFF4C8FC6B4767A8D8E83A23601' has a wrong offset!"); \ +static_assert(offsetof(FS_GameplayPauseParameters, IncludeControlledPawn_1_629F995B4278E66BDBC0D9A0C702DD98) == 0x000001, "Member 'FS_GameplayPauseParameters::IncludeControlledPawn_1_629F995B4278E66BDBC0D9A0C702DD98' has a wrong offset!"); \ +static_assert(offsetof(FS_GameplayPauseParameters, IgnoredActors_8_E99796DB4D06E78BC4E49F9F6F3445B9) == 0x000008, "Member 'FS_GameplayPauseParameters::IgnoredActors_8_E99796DB4D06E78BC4E49F9F6F3445B9' has a wrong offset!"); \ +static_assert(offsetof(FS_GameplayPauseParameters, IgnoredClasses_12_085EE7BD49477FFEC76484A02A491475) == 0x000018, "Member 'FS_GameplayPauseParameters::IgnoredClasses_12_085EE7BD49477FFEC76484A02A491475' has a wrong offset!"); \ +static_assert(offsetof(FS_GameplayPauseParameters, PreparingToChangeMap_14_21564C914267D05CC4E3EEA10E81949C) == 0x000028, "Member 'FS_GameplayPauseParameters::PreparingToChangeMap_14_21564C914267D05CC4E3EEA10E81949C' has a wrong offset!"); \ +static_assert(offsetof(FS_GameplayPauseParameters, ForceUpdatePausedActors_16_A5C834414A338CE0614A7D8F7B98F60E) == 0x000029, "Member 'FS_GameplayPauseParameters::ForceUpdatePausedActors_16_A5C834414A338CE0614A7D8F7B98F60E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_SoundWithDelay_C \ +static_assert(alignof(UBP_DataAsset_SoundWithDelay_C) == 0x000008, "Wrong alignment on UBP_DataAsset_SoundWithDelay_C"); \ +static_assert(sizeof(UBP_DataAsset_SoundWithDelay_C) == 0x000058, "Wrong size on UBP_DataAsset_SoundWithDelay_C"); \ +static_assert(offsetof(UBP_DataAsset_SoundWithDelay_C, Delay) == 0x000030, "Member 'UBP_DataAsset_SoundWithDelay_C::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SoundWithDelay_C, RandomDeviation) == 0x000038, "Member 'UBP_DataAsset_SoundWithDelay_C::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SoundWithDelay_C, Sounds) == 0x000040, "Member 'UBP_DataAsset_SoundWithDelay_C::Sounds' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SoundWithDelay_C, ReplaySoundThreshold) == 0x000050, "Member 'UBP_DataAsset_SoundWithDelay_C::ReplaySoundThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Ambience_C \ +static_assert(alignof(UBP_DataAsset_Ambience_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Ambience_C"); \ +static_assert(sizeof(UBP_DataAsset_Ambience_C) == 0x000058, "Wrong size on UBP_DataAsset_Ambience_C"); \ +static_assert(offsetof(UBP_DataAsset_Ambience_C, AmbienceGlobal) == 0x000030, "Member 'UBP_DataAsset_Ambience_C::AmbienceGlobal' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Ambience_C, RFXData) == 0x000038, "Member 'UBP_DataAsset_Ambience_C::RFXData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Ambience_C, AmbienceFadeOutDuration) == 0x000048, "Member 'UBP_DataAsset_Ambience_C::AmbienceFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Ambience_C, AmbienceFadeInDuration) == 0x000050, "Member 'UBP_DataAsset_Ambience_C::AmbienceFadeInDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active) == 0x000218, "Wrong size on WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, EntryPoint) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Variable) == 0x000004, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Variable_1) == 0x00001C, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue_2) == 0x00002C, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Loop_Counter_Variable_2) == 0x000034, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue_4) == 0x00003C, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Array_Index_Variable_2) == 0x000044, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Loop_Counter_Variable_3) == 0x000048, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Add_IntInt_ReturnValue_5) == 0x00004C, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, Temp_int_Array_Index_Variable_3) == 0x000050, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_Event_IsDesignTime) == 0x000054, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array) == 0x000068, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_1) == 0x000088, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_IsButtonEnabled_ReturnValue) == 0x0000A8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_IsButtonEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CustomEvent_Active) == 0x0000B0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CustomEvent_Active' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B1, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_MakeArray_Array) == 0x000118, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Format_ReturnValue) == 0x000128, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_2) == 0x000138, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CustomEvent_Button_1) == 0x000148, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item_2) == 0x000150, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue_2) == 0x000158, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue_2) == 0x00015C, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_PlayAnimation_ReturnValue_2) == 0x000160, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_PauseAnimation_ReturnValue) == 0x000168, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_PlayAnimation_ReturnValue_3) == 0x000170, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CustomEvent_ForbiddenReason) == 0x000178, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CustomEvent_ForbiddenReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CustomEvent_Button) == 0x000180, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_3) == 0x000188, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item_3) == 0x000198, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue_3) == 0x0001A0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001A4, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_4) == 0x0001A8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item_4) == 0x0001B8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue_4) == 0x0001C0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0001C4, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001C5, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, K2Node_CustomEvent_Visible) == 0x0001D8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_5) == 0x0001E0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Get_Item_5) == 0x0001F0, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Length_ReturnValue_5) == 0x0001F8, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001FC, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_GetAllButtons_Array_6) == 0x000200, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_GetAllButtons_Array_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active, CallFunc_Array_Find_ReturnValue) == 0x000210, "Member 'WBP_HUD_SkillList_Active_C_ExecuteUbergraph_WBP_HUD_SkillList_Active::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_FindButtonBySkill \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_FindButtonBySkill) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_FindButtonBySkill"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_FindButtonBySkill) == 0x000040, "Wrong size on WBP_HUD_SkillList_Active_C_FindButtonBySkill"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, SkillDefinition) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, SkillButton) == 0x000008, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_GetAllButtons_Array) == 0x000018, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_IsValid_ReturnValue) == 0x000035, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_EqualsObjects_ReturnValue) == 0x000036, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_FindButtonBySkill, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_HUD_SkillList_Active_C_FindButtonBySkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_GetAllButtons \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_GetAllButtons) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_GetAllButtons"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_GetAllButtons) == 0x000020, "Wrong size on WBP_HUD_SkillList_Active_C_GetAllButtons"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_GetAllButtons, Array) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_GetAllButtons::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_GetAllButtons, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_HUD_SkillList_Active_C_GetAllButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_IsButtonEnabled \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_IsButtonEnabled) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_IsButtonEnabled"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_IsButtonEnabled) == 0x000010, "Wrong size on WBP_HUD_SkillList_Active_C_IsButtonEnabled"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_IsButtonEnabled, Button) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_IsButtonEnabled::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_IsButtonEnabled, ReturnValue) == 0x000008, "Member 'WBP_HUD_SkillList_Active_C_IsButtonEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_IsButtonEnabled, CallFunc_Map_Find_Value) == 0x000009, "Member 'WBP_HUD_SkillList_Active_C_IsButtonEnabled::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_IsButtonEnabled, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'WBP_HUD_SkillList_Active_C_IsButtonEnabled::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_LoadSkillsData \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_LoadSkillsData) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_LoadSkillsData"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_LoadSkillsData) == 0x000190, "Wrong size on WBP_HUD_SkillList_Active_C_LoadSkillsData"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CharacterStats) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Skills) == 0x000008, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Skills' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, local_skillCost) == 0x000018, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::local_skillCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, local_skillState) == 0x000020, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::local_skillState' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, local_characterStats) == 0x000028, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::local_characterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, local_canSpendAP) == 0x000030, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::local_canSpendAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, local_currentSkillAsset) == 0x000038, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::local_currentSkillAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_byte_Variable) == 0x000040, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_byte_Variable_1) == 0x000048, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_bool_Variable) == 0x000049, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_int_Array_Index_Variable) == 0x000054, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_bool_Variable_1) == 0x000058, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000068, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetSkillCost_ReturnValue) == 0x000080, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetBattleManager_ReturnValue) == 0x000100, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_bool_Variable_2) == 0x000108, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetSkillsPerColumn_ReturnValue) == 0x00010C, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetSkillsPerColumn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_CanAffordCharges_ReturnValue) == 0x000110, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_CanAffordCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000111, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_CanSpendAP_ReturnValue) == 0x000112, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_CanSpendAP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_SwitchEnum_CmpSuccess) == 0x000113, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_bool_Variable_3) == 0x000114, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_IsValid_ReturnValue) == 0x000115, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_Select_Default) == 0x000116, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Conv_ObjectToString_ReturnValue) == 0x000118, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Conv_ObjectToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000128, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_TextIsEmpty_ReturnValue) == 0x000138, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetSkillState_Value) == 0x000140, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetSkillState_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_Select_Default_1) == 0x000148, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, Temp_bool_Variable_4) == 0x000158, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000159, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_IsValid_ReturnValue_1) == 0x00015A, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, K2Node_Select_Default_2) == 0x000160, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_GetAllButtons_Array) == 0x000170, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Array_Length_ReturnValue_1) == 0x000188, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_LoadSkillsData, CallFunc_Less_IntInt_ReturnValue) == 0x00018C, "Member 'WBP_HUD_SkillList_Active_C_LoadSkillsData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_OnSkillButtonClicked \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_OnSkillButtonClicked) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_OnSkillButtonClicked"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_OnSkillButtonClicked) == 0x000008, "Wrong size on WBP_HUD_SkillList_Active_C_OnSkillButtonClicked"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_OnSkillButtonClicked, Button) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_OnSkillButtonClicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_OnSkillButtonDenied \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_OnSkillButtonDenied) == 0x000008, "Wrong alignment on WBP_HUD_SkillList_Active_C_OnSkillButtonDenied"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_OnSkillButtonDenied) == 0x000010, "Wrong size on WBP_HUD_SkillList_Active_C_OnSkillButtonDenied"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_OnSkillButtonDenied, ForbiddenReason) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_OnSkillButtonDenied::ForbiddenReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_OnSkillButtonDenied, Button) == 0x000008, "Member 'WBP_HUD_SkillList_Active_C_OnSkillButtonDenied::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_PreConstruct \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_SkillList_Active_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_SkillList_Active_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons) == 0x000001, "Wrong alignment on WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons) == 0x000001, "Wrong size on WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons, Allow) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_SetAllowEmptyButtons::Allow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled) == 0x000001, "Wrong alignment on WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled) == 0x000001, "Wrong size on WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled, Active) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_SetButtonsInputEnabled::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillList_Active_C_SetInputVisible \ +static_assert(alignof(WBP_HUD_SkillList_Active_C_SetInputVisible) == 0x000001, "Wrong alignment on WBP_HUD_SkillList_Active_C_SetInputVisible"); \ +static_assert(sizeof(WBP_HUD_SkillList_Active_C_SetInputVisible) == 0x000001, "Wrong size on WBP_HUD_SkillList_Active_C_SetInputVisible"); \ +static_assert(offsetof(WBP_HUD_SkillList_Active_C_SetInputVisible, Visible) == 0x000000, "Member 'WBP_HUD_SkillList_Active_C_SetInputVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_SkillList_Active_C \ +static_assert(alignof(UWBP_HUD_SkillList_Active_C) == 0x000008, "Wrong alignment on UWBP_HUD_SkillList_Active_C"); \ +static_assert(sizeof(UWBP_HUD_SkillList_Active_C) == 0x0003A8, "Wrong size on UWBP_HUD_SkillList_Active_C"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_SkillList_Active_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, Anim_Reduce) == 0x0002E8, "Member 'UWBP_HUD_SkillList_Active_C::Anim_Reduce' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_HUD_SkillList_Active_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, WBP_HUD_SkillButton_Big_1) == 0x0002F8, "Member 'UWBP_HUD_SkillList_Active_C::WBP_HUD_SkillButton_Big_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, WBP_HUD_SkillButton_Big_2) == 0x000300, "Member 'UWBP_HUD_SkillList_Active_C::WBP_HUD_SkillButton_Big_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, WBP_HUD_SkillButton_Big_3) == 0x000308, "Member 'UWBP_HUD_SkillList_Active_C::WBP_HUD_SkillButton_Big_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, StartsReduced) == 0x000310, "Member 'UWBP_HUD_SkillList_Active_C::StartsReduced' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, OnSkillChosen) == 0x000318, "Member 'UWBP_HUD_SkillList_Active_C::OnSkillChosen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, ButtonEnabledState) == 0x000328, "Member 'UWBP_HUD_SkillList_Active_C::ButtonEnabledState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, OnSkillDenied) == 0x000378, "Member 'UWBP_HUD_SkillList_Active_C::OnSkillDenied' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, LastClickedButton) == 0x000388, "Member 'UWBP_HUD_SkillList_Active_C::LastClickedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, IsBattleContext) == 0x000390, "Member 'UWBP_HUD_SkillList_Active_C::IsBattleContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, InputVisible) == 0x000391, "Member 'UWBP_HUD_SkillList_Active_C::InputVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, AllowEmptyButtons) == 0x000392, "Member 'UWBP_HUD_SkillList_Active_C::AllowEmptyButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillList_Active_C, OnButtonChosen) == 0x000398, "Member 'UWBP_HUD_SkillList_Active_C::OnButtonChosen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_WorldCharacters \ +static_assert(alignof(FS_jRPG_WorldCharacters) == 0x000008, "Wrong alignment on FS_jRPG_WorldCharacters"); \ +static_assert(sizeof(FS_jRPG_WorldCharacters) == 0x000030, "Wrong size on FS_jRPG_WorldCharacters"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, CharacterName_22_E1B3ACA7402C90D1A471BB8CB4D8FCB8) == 0x000000, "Member 'FS_jRPG_WorldCharacters::CharacterName_22_E1B3ACA7402C90D1A471BB8CB4D8FCB8' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, CharacterNameEnum_57_7935D2084EEF61BD8CB17181906A5044) == 0x000008, "Member 'FS_jRPG_WorldCharacters::CharacterNameEnum_57_7935D2084EEF61BD8CB17181906A5044' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, CameraConfig_60_3E47412845D89B742E0A1DB03C878891) == 0x000010, "Member 'FS_jRPG_WorldCharacters::CameraConfig_60_3E47412845D89B742E0A1DB03C878891' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, CrouchCameraConfig_66_DE1B41E842FC3B1A82DFCB817295B6C2) == 0x000018, "Member 'FS_jRPG_WorldCharacters::CrouchCameraConfig_66_DE1B41E842FC3B1A82DFCB817295B6C2' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, FreeAimCameraConfig_63_12FEF2854DAF7AC324B0C7B4A30E6945) == 0x000020, "Member 'FS_jRPG_WorldCharacters::FreeAimCameraConfig_63_12FEF2854DAF7AC324B0C7B4A30E6945' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_WorldCharacters, DialogueCameraConfig_69_D459318A46A8DF5BE01C89BF87924928) == 0x000028, "Member 'FS_jRPG_WorldCharacters::DialogueCameraConfig_69_D459318A46A8DF5BE01C89BF87924928' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_RuntimeSoundDataWithDelay \ +static_assert(alignof(FS_RuntimeSoundDataWithDelay) == 0x000008, "Wrong alignment on FS_RuntimeSoundDataWithDelay"); \ +static_assert(sizeof(FS_RuntimeSoundDataWithDelay) == 0x000030, "Wrong size on FS_RuntimeSoundDataWithDelay"); \ +static_assert(offsetof(FS_RuntimeSoundDataWithDelay, SoundData_29_60BD3F6241DBD693C024678C7C7AA52D) == 0x000000, "Member 'FS_RuntimeSoundDataWithDelay::SoundData_29_60BD3F6241DBD693C024678C7C7AA52D' has a wrong offset!"); \ +static_assert(offsetof(FS_RuntimeSoundDataWithDelay, Timer_16_C2B3ED734B94032A2AF39EB28DC4755B) == 0x000008, "Member 'FS_RuntimeSoundDataWithDelay::Timer_16_C2B3ED734B94032A2AF39EB28DC4755B' has a wrong offset!"); \ +static_assert(offsetof(FS_RuntimeSoundDataWithDelay, AvailableSounds_33_9F5DAFB04E51A7A6DE62029E46FE5A9E) == 0x000010, "Member 'FS_RuntimeSoundDataWithDelay::AvailableSounds_33_9F5DAFB04E51A7A6DE62029E46FE5A9E' has a wrong offset!"); \ +static_assert(offsetof(FS_RuntimeSoundDataWithDelay, IgnoredSounds_22_5236D4C548DBCE1E7F64838A1F957C8C) == 0x000020, "Member 'FS_RuntimeSoundDataWithDelay::IgnoredSounds_22_5236D4C548DBCE1E7F64838A1F957C8C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_Action_AssignSkill \ +static_assert(alignof(WBP_Panel_SkillTree_C_Action_AssignSkill) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_Action_AssignSkill"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_Action_AssignSkill) == 0x000008, "Wrong size on WBP_Panel_SkillTree_C_Action_AssignSkill"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_Action_AssignSkill, PromptWidget) == 0x000000, "Member 'WBP_Panel_SkillTree_C_Action_AssignSkill::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_Action_LearnSkill \ +static_assert(alignof(WBP_Panel_SkillTree_C_Action_LearnSkill) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_Action_LearnSkill"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_Action_LearnSkill) == 0x000008, "Wrong size on WBP_Panel_SkillTree_C_Action_LearnSkill"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_Action_LearnSkill, PromptWidget) == 0x000000, "Member 'WBP_Panel_SkillTree_C_Action_LearnSkill::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_AddContextualActionCommonUI \ +static_assert(alignof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_AddContextualActionCommonUI"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI) == 0x000058, "Wrong size on WBP_Panel_SkillTree_C_AddContextualActionCommonUI"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, TriggeringInputAction) == 0x000000, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::TriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, Text) == 0x000010, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, Allowed) == 0x000020, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::Allowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, SkillTreeAction) == 0x000021, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::SkillTreeAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, K2Node_MakeArray_Array_1) == 0x000038, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_AddContextualActionCommonUI, K2Node_MakeArray_Array_2) == 0x000048, "Member 'WBP_Panel_SkillTree_C_AddContextualActionCommonUI::K2Node_MakeArray_Array_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState) == 0x000020, "Wrong size on WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000018, "Member 'WBP_Panel_SkillTree_C_BPI_GetCharacterNotificationState::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_Panel_SkillTree_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_SkillTree_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BPI_SetIsReadOnly \ +static_assert(alignof(WBP_Panel_SkillTree_C_BPI_SetIsReadOnly) == 0x000001, "Wrong alignment on WBP_Panel_SkillTree_C_BPI_SetIsReadOnly"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BPI_SetIsReadOnly) == 0x000001, "Wrong size on WBP_Panel_SkillTree_C_BPI_SetIsReadOnly"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BPI_SetIsReadOnly, IsReadOnly_0) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BPI_SetIsReadOnly::IsReadOnly_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree \ +static_assert(alignof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree) == 0x000150, "Wrong size on WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, EntryPoint) == 0x000000, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable) == 0x000008, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable_1) == 0x000018, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable_2) == 0x000028, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable_3) == 0x000038, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_bool_Variable) == 0x000048, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_byte_Variable) == 0x000049, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_byte_Variable_1) == 0x00004A, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_bool_Variable_1) == 0x00004B, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_byte_Variable_2) == 0x00004C, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_byte_Variable_3) == 0x00004D, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable_4) == 0x000058, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_byte_Variable_4) == 0x000068, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_TryUnlockSkill_Success) == 0x000069, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_TryUnlockSkill_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_CanLearnSkill_ReturnValue) == 0x00006A, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_CanLearnSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_CanLearnSkill_BlockedReason) == 0x00006B, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_CanLearnSkill_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Event_CharacterData) == 0x000070, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_CustomEvent_PromptWidget_2) == 0x000078, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_CustomEvent_PromptWidget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_CustomEvent_InputAction) == 0x000088, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_CustomEvent_InputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_CustomEvent_PromptWidget_1) == 0x000098, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_CustomEvent_PromptWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Event_IsReadOnly) == 0x0000A0, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Event_IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Select_Default) == 0x0000A1, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Select_Default_1) == 0x0000A2, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Map_Find_Value) == 0x0000A3, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Map_Find_ReturnValue) == 0x0000A4, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_SwitchEnum_CmpSuccess) == 0x0000A5, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_wildcard_Variable) == 0x0000B0, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Map_Find_Value_1) == 0x0000B8, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Map_Find_ReturnValue_1) == 0x0000C0, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_ComponentBoundEvent_Button) == 0x0000C8, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_CustomEvent_PromptWidget) == 0x0000D0, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_CustomEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, Temp_text_Variable_5) == 0x0000D8, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_GetInventoryManager_ReturnValue) == 0x0000E8, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_GetCharacterResetConsumableCost_ReturnValue) == 0x0000F0, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_GetCharacterResetConsumableCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Select_Default_2) == 0x000100, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Array_Get_Item) == 0x000110, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_CanAffordItemCosts_ReturnValue) == 0x00012D, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_CanAffordItemCosts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_ComponentBoundEvent_Progress) == 0x000130, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_GetCustomGI_ReturnValue) == 0x000140, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000148, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree, K2Node_Event_IsDesignTime) == 0x000149, "Member 'WBP_Panel_SkillTree_C_ExecuteUbergraph_WBP_Panel_SkillTree::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_GetCenterReferentialPosition \ +static_assert(alignof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_GetCenterReferentialPosition"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition) == 0x000070, "Wrong size on WBP_Panel_SkillTree_C_GetCenterReferentialPosition"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, InPosition) == 0x000000, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, InMin) == 0x000010, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::InMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, InMax) == 0x000020, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::InMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, CenterPosition) == 0x000030, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000040, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000050, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_GetCenterReferentialPosition, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000060, "Member 'WBP_Panel_SkillTree_C_GetCenterReferentialPosition::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_IsSkillSecretLocked \ +static_assert(alignof(WBP_Panel_SkillTree_C_IsSkillSecretLocked) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_IsSkillSecretLocked"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_IsSkillSecretLocked) == 0x000180, "Wrong size on WBP_Panel_SkillTree_C_IsSkillSecretLocked"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, UnlockData) == 0x000000, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::UnlockData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, IsSecretLocked) == 0x000028, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::IsSecretLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_GetInventoryManager_ReturnValue) == 0x000030, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000170, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_BooleanAND_ReturnValue) == 0x000171, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x000172, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x000173, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x000174, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_IsSkillSecretLocked, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'WBP_Panel_SkillTree_C_IsSkillSecretLocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_LoadCharacter \ +static_assert(alignof(WBP_Panel_SkillTree_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_LoadCharacter) == 0x0005D0, "Wrong size on WBP_Panel_SkillTree_C_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMax) == 0x000008, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMaxY) == 0x000018, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMaxY' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMaxX) == 0x000020, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMaxX' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMin) == 0x000028, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMinY) == 0x000038, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMinY' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, LocalMinX) == 0x000040, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::LocalMinX' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_currentSkillUnlockData) == 0x000048, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_currentSkillUnlockData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_createdSkillTreeElement) == 0x000070, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_createdSkillTreeElement' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_toWidget) == 0x000078, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_toWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_fromWidget) == 0x000080, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_fromWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_skillGraph) == 0x000088, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_skillGraph' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_nodeWidgetsMap) == 0x000090, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_nodeWidgetsMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, local_nodeWidgets) == 0x0000E0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::local_nodeWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_struct_Variable) == 0x0000F0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetCharacterEnum_FromID_ReturnValue) == 0x000100, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetCharacterEnum_FromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000101, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_SpawnObject_ReturnValue) == 0x000108, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_SpawnObject_ReturnValue_1) == 0x000110, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Array_Index_Variable) == 0x000118, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetSkillGraph_SkillGraph) == 0x000120, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Array_Index_Variable_1) == 0x000130, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_real_Variable) == 0x000134, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Loop_Counter_Variable_1) == 0x000138, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x00013C, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Array_Index_Variable_2) == 0x000140, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_int_Loop_Counter_Variable_2) == 0x000144, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000148, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_bool_Variable) == 0x00014C, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x00014D, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000150, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000158, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x000159, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_IsSkillSecretLocked_IsSecretLocked) == 0x00015A, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_IsSkillSecretLocked_IsSecretLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetTotalSkillPoints_ReturnValue) == 0x00015C, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetTotalSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetAvailableSkillPoints_ReturnValue) == 0x000160, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetAvailableSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetCharacterResetConsumableCost_ReturnValue) == 0x000168, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetCharacterResetConsumableCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetInventoryManager_ReturnValue) == 0x000180, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_FindItemCountFromInventory_Quantity) == 0x000188, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000190, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000198, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetItemDefinitionFromID_Found) == 0x000199, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x0001A0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0002D0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x0002D4, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_byte_Variable) == 0x0002E4, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0002E8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Get_Item) == 0x0002F8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Length_ReturnValue) == 0x000330, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x000334, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_MakeVector2D_ReturnValue) == 0x000338, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_byte_Variable_1) == 0x000348, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_bool_Variable_1) == 0x000349, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetCenterReferentialPosition_CenterPosition) == 0x000350, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetCenterReferentialPosition_CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_Select_Default) == 0x000360, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_MakeVector2D_ReturnValue_1) == 0x000368, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Get_Item_1) == 0x000378, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0003B0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x0003B4, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BreakVector2D_X) == 0x0003B8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BreakVector2D_Y) == 0x0003C0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_FMax_ReturnValue) == 0x0003C8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_FMin_ReturnValue) == 0x0003D0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0003D8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_FMax_ReturnValue_1) == 0x0003E0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_MakeStruct_Anchors) == 0x0003E8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_FMin_ReturnValue_1) == 0x000408, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_MakeStruct_Anchors_1) == 0x000410, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_MakeStruct_Anchors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_real_Variable_1) == 0x000430, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_real_Variable_2) == 0x000434, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_IsValid_ReturnValue) == 0x000438, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000439, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x00043A, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_bool_Variable_2) == 0x00043B, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x00043C, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x00043D, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_Select_Default_1) == 0x000440, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_byte_Variable_2) == 0x000444, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000445, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_byte_Variable_3) == 0x000446, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_Value) == 0x000448, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_ReturnValue) == 0x000450, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000451, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Values_Values) == 0x000458, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Get_Item_2) == 0x000468, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_Select_Default_2) == 0x000470, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetAvailableSkillPoints_ReturnValue_1) == 0x000478, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetAvailableSkillPoints_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Conv_IntToText_ReturnValue) == 0x000480, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetSkillState_NodeState) == 0x000490, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetSkillState_NodeState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000491, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000498, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Contains_ReturnValue) == 0x0004A8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_bool_Variable_3) == 0x0004A9, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_AddChildToCanvas_ReturnValue) == 0x0004B0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_Select_Default_3) == 0x0004B8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_bool_Variable_4) == 0x0004B9, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_real_Variable_3) == 0x0004BC, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_Select_Default_4) == 0x0004C0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x0004C8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_DynamicCast_bSuccess) == 0x0004D0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetPosition_ReturnValue) == 0x0004D8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x0004E8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0004F0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, Temp_wildcard_Temp_buffer_array_Variable) == 0x0004F8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_GetPosition_ReturnValue_1) == 0x000508, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_GetPosition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000518, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_ToDirectionAndLength2D_OutDir) == 0x000528, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_ToDirectionAndLength2D_OutDir' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_ToDirectionAndLength2D_OutLength) == 0x000538, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_ToDirectionAndLength2D_OutLength' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_MakeVector2D_ReturnValue_2) == 0x000540, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BreakVector2D_X_1) == 0x000550, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_BreakVector2D_Y_1) == 0x000558, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_DegAtan2_ReturnValue) == 0x000560, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Add_ReturnValue) == 0x000568, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000570, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Get_Item_3) == 0x000578, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Array_Length_ReturnValue_2) == 0x000588, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_Value_1) == 0x000590, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_ReturnValue_1) == 0x000598, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Less_IntInt_ReturnValue_3) == 0x000599, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_Value_2) == 0x0005A0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_Map_Find_ReturnValue_2) == 0x0005A8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x0005AC, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_AddChildToCanvas_ReturnValue_1) == 0x0005C0, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_AddChildToCanvas_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_LoadCharacter, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x0005C8, "Member 'WBP_Panel_SkillTree_C_LoadCharacter::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_OnContextualAction_CommonUI \ +static_assert(alignof(WBP_Panel_SkillTree_C_OnContextualAction_CommonUI) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_OnContextualAction_CommonUI"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_OnContextualAction_CommonUI) == 0x000018, "Wrong size on WBP_Panel_SkillTree_C_OnContextualAction_CommonUI"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnContextualAction_CommonUI, InputAction) == 0x000000, "Member 'WBP_Panel_SkillTree_C_OnContextualAction_CommonUI::InputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnContextualAction_CommonUI, PromptWidget) == 0x000010, "Member 'WBP_Panel_SkillTree_C_OnContextualAction_CommonUI::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_OnSkillNodeClicked \ +static_assert(alignof(WBP_Panel_SkillTree_C_OnSkillNodeClicked) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_OnSkillNodeClicked"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_OnSkillNodeClicked) == 0x000018, "Wrong size on WBP_Panel_SkillTree_C_OnSkillNodeClicked"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeClicked, SkillNodeWidget) == 0x000000, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeClicked::SkillNodeWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeClicked, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeClicked::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeClicked, CallFunc_GetSkillState_NodeState) == 0x000010, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeClicked::CallFunc_GetSkillState_NodeState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeClicked, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeClicked::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_OnSkillNodeSelected \ +static_assert(alignof(WBP_Panel_SkillTree_C_OnSkillNodeSelected) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_OnSkillNodeSelected"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_OnSkillNodeSelected) == 0x0000E8, "Wrong size on WBP_Panel_SkillTree_C_OnSkillNodeSelected"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, SkillNodeWidget) == 0x000000, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::SkillNodeWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, LearnSkillAction) == 0x000008, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::LearnSkillAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, AssignSkillAction) == 0x000018, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::AssignSkillAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_MakeLiteralText_ReturnValue) == 0x000030, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000040, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000050, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_IsSkillSecretLocked_IsSecretLocked) == 0x000060, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_IsSkillSecretLocked_IsSecretLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_Not_PreBool_ReturnValue_1) == 0x000062, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_IsSkillSecretLocked_IsSecretLocked_1) == 0x000063, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_IsSkillSecretLocked_IsSecretLocked_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000064, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_GetSkillState_NodeState) == 0x000065, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_GetSkillState_NodeState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000066, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, K2Node_SwitchEnum_CmpSuccess) == 0x000067, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_BooleanOR_ReturnValue) == 0x000068, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, K2Node_CreateDelegate_OutputDelegate) == 0x00006C, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_BooleanAND_ReturnValue) == 0x00007C, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_SpawnObject_ReturnValue) == 0x000080, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, K2Node_MakeStruct_Anchors) == 0x000088, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_AddChildToCanvas_ReturnValue) == 0x0000B0, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x0000B8, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_GetPosition_ReturnValue) == 0x0000C8, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_OnSkillNodeSelected, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0000D8, "Member 'WBP_Panel_SkillTree_C_OnSkillNodeSelected::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_PreConstruct \ +static_assert(alignof(WBP_Panel_SkillTree_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Panel_SkillTree_C_PreConstruct"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_PreConstruct) == 0x000001, "Wrong size on WBP_Panel_SkillTree_C_PreConstruct"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Panel_SkillTree_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_UpdateSkillConnectionStates \ +static_assert(alignof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_UpdateSkillConnectionStates"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates) == 0x000068, "Wrong size on WBP_Panel_SkillTree_C_UpdateSkillConnectionStates"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Character) == 0x000000, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, local_character) == 0x000008, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::local_character' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_byte_Variable) == 0x000010, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_GetSkillGraph_SkillGraph) == 0x000018, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_wildcard_Variable) == 0x000048, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_CanAffordSkillUnlock_ReturnValue) == 0x000050, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_CanAffordSkillUnlock_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_IsSkillUnlocked_ReturnValue) == 0x000051, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_IsSkillUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_IsSkillUnlocked_ReturnValue_1) == 0x000052, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_IsSkillUnlocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000053, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, Temp_bool_Variable) == 0x000055, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Map_Find_Value) == 0x000058, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_UpdateSkillConnectionStates, K2Node_Select_Default) == 0x000061, "Member 'WBP_Panel_SkillTree_C_UpdateSkillConnectionStates::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_Panel_SkillTree_C_BP_GetDesiredFocusTarget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_SkillTree_C \ +static_assert(alignof(UWBP_Panel_SkillTree_C) == 0x000008, "Wrong alignment on UWBP_Panel_SkillTree_C"); \ +static_assert(sizeof(UWBP_Panel_SkillTree_C) == 0x000660, "Wrong size on UWBP_Panel_SkillTree_C"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Panel_SkillTree_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, Anim_Forbidden) == 0x000438, "Member 'UWBP_Panel_SkillTree_C::Anim_Forbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, AvailableSkillPoints) == 0x000440, "Member 'UWBP_Panel_SkillTree_C::AvailableSkillPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, AvailableSkillPointsTitle) == 0x000448, "Member 'UWBP_Panel_SkillTree_C::AvailableSkillPointsTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, CanvasPanel_SkillConnectionsGraphContainer) == 0x000450, "Member 'UWBP_Panel_SkillTree_C::CanvasPanel_SkillConnectionsGraphContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, CanvasPanel_SkillContextMenuContainer) == 0x000458, "Member 'UWBP_Panel_SkillTree_C::CanvasPanel_SkillContextMenuContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, CanvasPanel_SkillGraphContainer) == 0x000460, "Member 'UWBP_Panel_SkillTree_C::CanvasPanel_SkillGraphContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, DynamicEntryBox_ResourceCost) == 0x000468, "Member 'UWBP_Panel_SkillTree_C::DynamicEntryBox_ResourceCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, EditorSafeZone) == 0x000470, "Member 'UWBP_Panel_SkillTree_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ReadOnlyText) == 0x000478, "Member 'UWBP_Panel_SkillTree_C::ReadOnlyText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ResetButton) == 0x000480, "Member 'UWBP_Panel_SkillTree_C::ResetButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ResetOverlay) == 0x000488, "Member 'UWBP_Panel_SkillTree_C::ResetOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ResetTreeBinding) == 0x000490, "Member 'UWBP_Panel_SkillTree_C::ResetTreeBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SkillTooltip) == 0x000498, "Member 'UWBP_Panel_SkillTree_C::SkillTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, WBP_DPIScaleBox) == 0x0004A0, "Member 'UWBP_Panel_SkillTree_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, WBP_GM_CharacterSheet) == 0x0004A8, "Member 'UWBP_Panel_SkillTree_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SkillConnectionWidgets) == 0x0004B0, "Member 'UWBP_Panel_SkillTree_C::SkillConnectionWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SelectedSkillNodeWidget) == 0x000500, "Member 'UWBP_Panel_SkillTree_C::SelectedSkillNodeWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, CurrentCharacter) == 0x000508, "Member 'UWBP_Panel_SkillTree_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, OnSkillAssignClicked) == 0x000510, "Member 'UWBP_Panel_SkillTree_C::OnSkillAssignClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SelectedSkillAsset) == 0x000520, "Member 'UWBP_Panel_SkillTree_C::SelectedSkillAsset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, CurrentContextualAction) == 0x000528, "Member 'UWBP_Panel_SkillTree_C::CurrentContextualAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ActionsMapping) == 0x000530, "Member 'UWBP_Panel_SkillTree_C::ActionsMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SkillToWidgetElement) == 0x000580, "Member 'UWBP_Panel_SkillTree_C::SkillToWidgetElement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, ActionsMappingCommon) == 0x0005D0, "Member 'UWBP_Panel_SkillTree_C::ActionsMappingCommon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, IsReadOnly) == 0x000620, "Member 'UWBP_Panel_SkillTree_C::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, FirstEntryPointSkill) == 0x000628, "Member 'UWBP_Panel_SkillTree_C::FirstEntryPointSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SD_Forbidden) == 0x000630, "Member 'UWBP_Panel_SkillTree_C::SD_Forbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SD_LearnSkill) == 0x000640, "Member 'UWBP_Panel_SkillTree_C::SD_LearnSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_SkillTree_C, SD_ResetSkills_Confirm) == 0x000650, "Member 'UWBP_Panel_SkillTree_C::SD_ResetSkills_Confirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPassiveEffectProgression \ +static_assert(alignof(FFPassiveEffectProgression) == 0x000004, "Wrong alignment on FFPassiveEffectProgression"); \ +static_assert(sizeof(FFPassiveEffectProgression) == 0x000010, "Wrong size on FFPassiveEffectProgression"); \ +static_assert(offsetof(FFPassiveEffectProgression, PassiveEffectName_3_A92DB6CC4549450728A867A714ADF6C5) == 0x000000, "Member 'FFPassiveEffectProgression::PassiveEffectName_3_A92DB6CC4549450728A867A714ADF6C5' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffectProgression, IsLearnt_9_2561000E49D90653437DE9A45BE2A86D) == 0x000008, "Member 'FFPassiveEffectProgression::IsLearnt_9_2561000E49D90653437DE9A45BE2A86D' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffectProgression, LearntSteps_6_A14D681549E830249C77BD95F2B4CF3F) == 0x00000C, "Member 'FFPassiveEffectProgression::LearntSteps_6_A14D681549E830249C77BD95F2B4CF3F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraModifier_RotationLimiter_Climbing_C \ +static_assert(alignof(UBP_CameraModifier_RotationLimiter_Climbing_C) == 0x000008, "Wrong alignment on UBP_CameraModifier_RotationLimiter_Climbing_C"); \ +static_assert(sizeof(UBP_CameraModifier_RotationLimiter_Climbing_C) == 0x000060, "Wrong size on UBP_CameraModifier_RotationLimiter_Climbing_C"); \ + +#define DUMPER7_ASSERTS_UShake_Climbing_Arrive_Bottom_C \ +static_assert(alignof(UShake_Climbing_Arrive_Bottom_C) == 0x000010, "Wrong alignment on UShake_Climbing_Arrive_Bottom_C"); \ +static_assert(sizeof(UShake_Climbing_Arrive_Bottom_C) == 0x0000E0, "Wrong size on UShake_Climbing_Arrive_Bottom_C"); \ + +#define DUMPER7_ASSERTS_UCamShake_GrappleStartV2_C \ +static_assert(alignof(UCamShake_GrappleStartV2_C) == 0x000010, "Wrong alignment on UCamShake_GrappleStartV2_C"); \ +static_assert(sizeof(UCamShake_GrappleStartV2_C) == 0x0000E0, "Wrong size on UCamShake_GrappleStartV2_C"); \ + +#define DUMPER7_ASSERTS_ABP_SneakCam_C \ +static_assert(alignof(ABP_SneakCam_C) == 0x000008, "Wrong alignment on ABP_SneakCam_C"); \ +static_assert(sizeof(ABP_SneakCam_C) == 0x0002A8, "Wrong size on ABP_SneakCam_C"); \ +static_assert(offsetof(ABP_SneakCam_C, Camera) == 0x000290, "Member 'ABP_SneakCam_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_SneakCam_C, SpringArm) == 0x000298, "Member 'ABP_SneakCam_C::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_SneakCam_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_SneakCam_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_ActivateCompanion \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_ActivateCompanion) == 0x000010, "Wrong alignment on BP_AICompanion_CompanionManager_C_ActivateCompanion"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_ActivateCompanion) == 0x000140, "Wrong size on BP_AICompanion_CompanionManager_C_ActivateCompanion"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Companion_To_Activate) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Companion_To_Activate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Teleport_Position) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Teleport_Position' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Success) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Temp_wildcard_Variable) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_GetTransform_ReturnValue) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Temp_int_Array_Index_Variable) == 0x0000B0, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_BreakTransform_Location) == 0x0000B8, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_BreakTransform_Rotation) == 0x0000D0, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_BreakTransform_Scale) == 0x0000E8, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Array_Get_Item) == 0x000100, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_TryTeleportToLocation_Success) == 0x000108, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_TryTeleportToLocation_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000110, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_GetChildrenComponents_Children) == 0x000120, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ActivateCompanion, CallFunc_GetAIController_ReturnValue) == 0x000138, "Member 'BP_AICompanion_CompanionManager_C_ActivateCompanion::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_CancelAllLoadRequests \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_CancelAllLoadRequests"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests) == 0x000020, "Wrong size on BP_AICompanion_CompanionManager_C_CancelAllLoadRequests"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CancelAllLoadRequests, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_AICompanion_CompanionManager_C_CancelAllLoadRequests::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_CanSpawnCompanions \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_CanSpawnCompanions) == 0x000001, "Wrong alignment on BP_AICompanion_CompanionManager_C_CanSpawnCompanions"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_CanSpawnCompanions) == 0x000003, "Wrong size on BP_AICompanion_CompanionManager_C_CanSpawnCompanions"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CanSpawnCompanions, CanSpawn) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_CanSpawnCompanions::CanSpawn' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CanSpawnCompanions, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x000001, "Member 'BP_AICompanion_CompanionManager_C_CanSpawnCompanions::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_CanSpawnCompanions, CallFunc_GetBoolCVar_ReturnValue) == 0x000002, "Member 'BP_AICompanion_CompanionManager_C_CanSpawnCompanions::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_DeactivateCompanion \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_DeactivateCompanion) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_DeactivateCompanion"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_DeactivateCompanion) == 0x000060, "Wrong size on BP_AICompanion_CompanionManager_C_DeactivateCompanion"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, Companion_To_Deactivate) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::Companion_To_Deactivate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, Temp_wildcard_Variable) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_GetChildrenComponents_Children) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DeactivateCompanion, CallFunc_GetAIController_ReturnValue) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_DeactivateCompanion::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors) == 0x000040, "Wrong size on BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, Instant) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, Temp_int_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors, CallFunc_Array_LastIndex_ReturnValue) == 0x00003C, "Member 'BP_AICompanion_CompanionManager_C_DestroyAllCompanionActors::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty) == 0x000120, "Wrong size on BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Local_Companion_To_Destroy) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Local_Companion_To_Destroy' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Local_Companions_To_Remove) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Local_Companions_To_Remove' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Local_Is_In_Party) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Local_Is_In_Party' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_wildcard_Variable) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_wildcard_Variable_1) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_bool_True_if_break_was_hit_Variable) == 0x000068, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Array_Index_Variable_2) == 0x00006C, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_GetDisplayName_ReturnValue) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Map_Remove_ReturnValue) == 0x0000A8, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Loop_Counter_Variable_1) == 0x0000BC, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, Temp_int_Loop_Counter_Variable_2) == 0x0000CC, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D0, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D1, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D4, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_GetCompanionNamesInParty_Companion_Names_in_Party) == 0x0000D8, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_GetCompanionNamesInParty_Companion_Names_in_Party' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Map_Keys_Keys) == 0x0000F0, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Contains_ReturnValue) == 0x000110, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Array_Length_ReturnValue_2) == 0x000114, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_Less_IntInt_ReturnValue_2) == 0x000118, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty, CallFunc_BooleanAND_ReturnValue) == 0x000119, "Member 'BP_AICompanion_CompanionManager_C_DestroyCompanionsNoLongerInTheParty::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager) == 0x0000A0, "Wrong size on BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, EntryPoint) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, K2Node_CustomEvent_Instant) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::K2Node_CustomEvent_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, K2Node_CustomEvent_SpawnTeleportationFX) == 0x000039, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::K2Node_CustomEvent_SpawnTeleportationFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_TryTeleportToTargetPoint_Success) == 0x00005C, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_TryTeleportToTargetPoint_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_GetCompanionNamesInParty_Companion_Names_in_Party) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_GetCompanionNamesInParty_Companion_Names_in_Party' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, Temp_int_Loop_Counter_Variable_2) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Map_Values_Values) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Get_Item_2) == 0x000088, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Array_Length_ReturnValue_2) == 0x000090, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000095, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000098, "Member 'BP_AICompanion_CompanionManager_C_ExecuteUbergraph_BP_AICompanion_CompanionManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty) == 0x000068, "Wrong size on BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, Companion_Names_In_Party_0) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::Companion_Names_In_Party_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, Local_Companion_Names) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::Local_Companion_Names' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, Temp_wildcard_Variable) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_GetCustomGI_ReturnValue) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesInParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate) == 0x000088, "Wrong size on BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Companion_Names_To_Activate) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Companion_Names_To_Activate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Local_Current_Main_Character_Name) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Local_Current_Main_Character_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Local_Companion_Names_To_Activate) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Local_Companion_Names_To_Activate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Temp_wildcard_Variable) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Temp_wildcard_Variable_1) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_GetCustomGI_ReturnValue) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_NotEqual_NameName_ReturnValue) == 0x000068, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_GetTotalNumberOfPoints_ReturnValue) == 0x000080, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_GetTotalNumberOfPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate, CallFunc_Min_ReturnValue) == 0x000084, "Member 'BP_AICompanion_CompanionManager_C_GetCompanionNamesToActivate::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_OnCompanionDestroyed \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_OnCompanionDestroyed"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed) == 0x000028, "Wrong size on BP_AICompanion_CompanionManager_C_OnCompanionDestroyed"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed, DestroyedActor) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_OnCompanionDestroyed::DestroyedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_OnCompanionDestroyed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_OnCompanionDestroyed::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_OnCompanionDestroyed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnCompanionDestroyed, CallFunc_Array_RemoveItem_ReturnValue) == 0x000021, "Member 'BP_AICompanion_CompanionManager_C_OnCompanionDestroyed::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted) == 0x000040, "Wrong size on BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, LoadRequest) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::LoadRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, CallFunc_GetLoadedClass_LoadedClass) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::CallFunc_GetLoadedClass_LoadedClass' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, K2Node_ClassDynamicCast_AsBP_Pawn_AICompanion) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::K2Node_ClassDynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, K2Node_ClassDynamicCast_bSuccess) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, CallFunc_Array_IsEmpty_ReturnValue) == 0x000019, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, CallFunc_Spawn_Companion_From_Class_Spawned_Companion) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::CallFunc_Spawn_Companion_From_Class_Spawned_Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted, CallFunc_Array_RemoveItem_ReturnValue) == 0x00003C, "Member 'BP_AICompanion_CompanionManager_C_OnLoadRequestCompleted::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_OnMainMenuClosed \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_OnMainMenuClosed"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed) == 0x000038, "Wrong size on BP_AICompanion_CompanionManager_C_OnMainMenuClosed"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, CallFunc_Array_Identical_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuClosed, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuClosed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_OnMainMenuOpened \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_OnMainMenuOpened"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened) == 0x000030, "Wrong size on BP_AICompanion_CompanionManager_C_OnMainMenuOpened"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuOpened::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuOpened::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuOpened::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuOpened::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnMainMenuOpened, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_OnMainMenuOpened::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged) == 0x000080, "Wrong size on BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Activated) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Activated' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_byte_Variable) == 0x000001, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_byte_Variable_1) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_wildcard_Variable) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_bool_Variable) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, K2Node_Select_Default) == 0x000039, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Map_Values_Values) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged, CallFunc_GetComponentsByTag_ReturnValue) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_OnPhotoModeStateChanged::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion) == 0x000078, "Wrong size on BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, Location) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, QueryExtent) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, ProjectedLocation) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, Success) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, CallFunc_GetNavDataForAgentName_ReturnValue) == 0x000050, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::CallFunc_GetNavDataForAgentName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_ProjectLocationOnNavigationForCompanion::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_RegisterEvents \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_RegisterEvents) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_RegisterEvents"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_RegisterEvents) == 0x000080, "Wrong size on BP_AICompanion_CompanionManager_C_RegisterEvents"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_4) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_5) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_RegisterEvents, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_RegisterEvents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_ResetCompanionLocations \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_ResetCompanionLocations) == 0x000001, "Wrong alignment on BP_AICompanion_CompanionManager_C_ResetCompanionLocations"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_ResetCompanionLocations) == 0x000001, "Wrong size on BP_AICompanion_CompanionManager_C_ResetCompanionLocations"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_ResetCompanionLocations, SpawnTeleportationFX) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_ResetCompanionLocations::SpawnTeleportationFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_SetCinematicMode \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_SetCinematicMode) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_SetCinematicMode"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_SetCinematicMode) == 0x000028, "Wrong size on BP_AICompanion_CompanionManager_C_SetCinematicMode"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, IsInCinematic) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::IsInCinematic' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCinematicMode, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_SetCinematicMode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_SetCompanionsEnabled \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_SetCompanionsEnabled) == 0x000001, "Wrong alignment on BP_AICompanion_CompanionManager_C_SetCompanionsEnabled"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_SetCompanionsEnabled) == 0x000001, "Wrong size on BP_AICompanion_CompanionManager_C_SetCompanionsEnabled"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_SetCompanionsEnabled, Enabled) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_SetCompanionsEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions) == 0x000380, "Wrong size on BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Array_IsEmpty_ReturnValue) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_CanSpawnCompanions_CanSpawn) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_CanSpawnCompanions_CanSpawn' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Map_Find_Value) == 0x000368, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Map_Find_ReturnValue) == 0x000370, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Not_PreBool_ReturnValue) == 0x000371, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000372, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Array_Length_ReturnValue) == 0x000374, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_BooleanAND_ReturnValue) == 0x000378, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions, CallFunc_Less_IntInt_ReturnValue) == 0x000379, "Member 'BP_AICompanion_CompanionManager_C_Spawn_And_Update_Companions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_Spawn_Companion \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_Spawn_Companion) == 0x000010, "Wrong alignment on BP_AICompanion_CompanionManager_C_Spawn_Companion"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_Spawn_Companion) == 0x0000D0, "Wrong size on BP_AICompanion_CompanionManager_C_Spawn_Companion"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, Companion_Class) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::Companion_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, Spawned_Companion) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::Spawned_Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class) == 0x000020, "Wrong size on BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class, Companion_Class) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class::Companion_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class, Spawned_Companion) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class::Spawned_Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class, Local_Spawned_Companion) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class::Local_Spawned_Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class, CallFunc_Spawn_Companion_Spawned_Companion) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_Spawn_Companion_From_Class::CallFunc_Spawn_Companion_Spawned_Companion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_TryTeleportToLocation \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_TryTeleportToLocation"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation) == 0x000080, "Wrong size on BP_AICompanion_CompanionManager_C_TryTeleportToLocation"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, Companion) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, Location) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, Rotation) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, SpawnTeleportationFX) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::SpawnTeleportationFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, Success) == 0x000039, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, CallFunc_ProjectLocationOnNavigationForCompanion_ProjectedLocation) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::CallFunc_ProjectLocationOnNavigationForCompanion_ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, CallFunc_ProjectLocationOnNavigationForCompanion_Success) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::CallFunc_ProjectLocationOnNavigationForCompanion_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, CallFunc_ProjectLocationOnNavigationForCompanion_ProjectedLocation_1) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::CallFunc_ProjectLocationOnNavigationForCompanion_ProjectedLocation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToLocation, CallFunc_ProjectLocationOnNavigationForCompanion_Success_1) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToLocation::CallFunc_ProjectLocationOnNavigationForCompanion_Success_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint) == 0x000010, "Wrong alignment on BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint) == 0x0000F0, "Wrong size on BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, Companion) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, SpawnTeleportationFX) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::SpawnTeleportationFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, Success) == 0x000009, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_BreakTransform_Location) == 0x000080, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_BreakTransform_Rotation) == 0x000098, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_BreakTransform_Scale) == 0x0000B0, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_GetOrTryAcquirePoint_Point) == 0x0000C8, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_GetOrTryAcquirePoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_GetOrTryAcquirePoint_Success) == 0x0000E0, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_GetOrTryAcquirePoint_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint, CallFunc_TryTeleportToLocation_Success) == 0x0000E1, "Member 'BP_AICompanion_CompanionManager_C_TryTeleportToTargetPoint::CallFunc_TryTeleportToLocation_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_UnspawnAllCompanions \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_UnspawnAllCompanions) == 0x000001, "Wrong alignment on BP_AICompanion_CompanionManager_C_UnspawnAllCompanions"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_UnspawnAllCompanions) == 0x000001, "Wrong size on BP_AICompanion_CompanionManager_C_UnspawnAllCompanions"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UnspawnAllCompanions, Instant) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_UnspawnAllCompanions::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions) == 0x0000B8, "Wrong size on BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_GetCompanionNamesToActivate_Companion_Names_To_Activate) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_GetCompanionNamesToActivate_Companion_Names_To_Activate' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Map_Values_Values) == 0x000028, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_GetDisplayName_ReturnValue) == 0x000048, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, Temp_int_Loop_Counter_Variable_1) == 0x000070, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, Temp_int_Array_Index_Variable_1) == 0x000074, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Less_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Array_Get_Item_1) == 0x00007C, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Map_Find_Value) == 0x000088, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_GetOrTryAcquirePoint_Point) == 0x000098, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_GetOrTryAcquirePoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_GetOrTryAcquirePoint_Success) == 0x0000B0, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_GetOrTryAcquirePoint_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_ActivateCompanion_Success) == 0x0000B1, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_ActivateCompanion_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_AICompanion_CompanionManager_C_UpdateActivatedCompanions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations \ +static_assert(alignof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations) == 0x000008, "Wrong alignment on BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations"); \ +static_assert(sizeof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations) == 0x000020, "Wrong size on BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_AICompanion_CompanionManager_C_UpdateCompanionsVisualAlterations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AICompanion_CompanionManager_C \ +static_assert(alignof(UBP_AICompanion_CompanionManager_C) == 0x000008, "Wrong alignment on UBP_AICompanion_CompanionManager_C"); \ +static_assert(sizeof(UBP_AICompanion_CompanionManager_C) == 0x000188, "Wrong size on UBP_AICompanion_CompanionManager_C"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_AICompanion_CompanionManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, SpawnCompanionsEnabled) == 0x0000A8, "Member 'UBP_AICompanion_CompanionManager_C::SpawnCompanionsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, SpawnedCompanions) == 0x0000B0, "Member 'UBP_AICompanion_CompanionManager_C::SpawnedCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, TargetPointsComponent) == 0x0000C0, "Member 'UBP_AICompanion_CompanionManager_C::TargetPointsComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, PreviousParty) == 0x0000C8, "Member 'UBP_AICompanion_CompanionManager_C::PreviousParty' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, IsInCinematicMode) == 0x0000D8, "Member 'UBP_AICompanion_CompanionManager_C::IsInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, LoadClassAssetRequests) == 0x0000E0, "Member 'UBP_AICompanion_CompanionManager_C::LoadClassAssetRequests' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, DefaultQueryExtentOnSpawn) == 0x0000F0, "Member 'UBP_AICompanion_CompanionManager_C::DefaultQueryExtentOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, FallbackQueryExtentOnSpawn) == 0x000108, "Member 'UBP_AICompanion_CompanionManager_C::FallbackQueryExtentOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, Name_To_Companion_Map) == 0x000120, "Member 'UBP_AICompanion_CompanionManager_C::Name_To_Companion_Map' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, Companion_Names_In_Party) == 0x000170, "Member 'UBP_AICompanion_CompanionManager_C::Companion_Names_In_Party' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_CompanionManager_C, AreCompanionsHidden) == 0x000180, "Member 'UBP_AICompanion_CompanionManager_C::AreCompanionsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition) == 0x000018, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition, ConditionCheckerWrapper) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition::ConditionCheckerWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition, __WorldContext) == 0x000008, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition, Result) == 0x000010, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition, CallFunc_Check_ReturnValue) == 0x000011, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition::CallFunc_Check_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition, CallFunc_IsValid_ReturnValue) == 0x000012, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckCondition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition) == 0x000018, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition, ConditionCheckerWrapper) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition::ConditionCheckerWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition, __WorldContext) == 0x000008, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition, Result) == 0x000010, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition, CallFunc_Check_ReturnValue) == 0x000012, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_CheckOptionalCondition::CallFunc_Check_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet) == 0x000018, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet, ConditionCheckerWrapper) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet::ConditionCheckerWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet, __WorldContext) == 0x000008, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet, Result) == 0x000010, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_IsConditionSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition) == 0x000048, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, Condition) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, ErrorMessages) == 0x000008, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, PropertyPath) == 0x000018, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, __WorldContext) == 0x000028, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000038, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_ValidateCondition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged) == 0x000030, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged, Condition) == 0x000010, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged, __WorldContext) == 0x000018, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000020, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged) == 0x000030, "Wrong size on BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged, Condition) == 0x000010, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged, __WorldContext) == 0x000018, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000020, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_FunctionLibrary_ConditionCheckerHelpers_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FunctionLibrary_ConditionCheckerHelpers_C \ +static_assert(alignof(UBP_FunctionLibrary_ConditionCheckerHelpers_C) == 0x000008, "Wrong alignment on UBP_FunctionLibrary_ConditionCheckerHelpers_C"); \ +static_assert(sizeof(UBP_FunctionLibrary_ConditionCheckerHelpers_C) == 0x000028, "Wrong size on UBP_FunctionLibrary_ConditionCheckerHelpers_C"); \ + +#define DUMPER7_ASSERTS_FS_FreezeFrame \ +static_assert(alignof(FS_FreezeFrame) == 0x000004, "Wrong alignment on FS_FreezeFrame"); \ +static_assert(sizeof(FS_FreezeFrame) == 0x000010, "Wrong size on FS_FreezeFrame"); \ +static_assert(offsetof(FS_FreezeFrame, FreezeFrameType_2_E90F818B44B1EFE2B9D5DD9EC7EC88D1) == 0x000000, "Member 'FS_FreezeFrame::FreezeFrameType_2_E90F818B44B1EFE2B9D5DD9EC7EC88D1' has a wrong offset!"); \ +static_assert(offsetof(FS_FreezeFrame, TimeDilation_7_E8A5D74245ACDF6ECAA382A13BB37CF5) == 0x000008, "Member 'FS_FreezeFrame::TimeDilation_7_E8A5D74245ACDF6ECAA382A13BB37CF5' has a wrong offset!"); \ +static_assert(offsetof(FS_FreezeFrame, DilationDuration_8_4E49FE8B44D724C7E7AB0DBC6EA7A11A) == 0x00000C, "Member 'FS_FreezeFrame::DilationDuration_8_4E49FE8B44D724C7E7AB0DBC6EA7A11A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext \ +static_assert(alignof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext) == 0x000008, "Wrong alignment on BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext"); \ +static_assert(sizeof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext) == 0x000028, "Wrong size on BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext, K2Node_DynamicCast_AsPush_Interactive_Music) == 0x000018, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext::K2Node_DynamicCast_AsPush_Interactive_Music' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ExecuteUbergraph_BP_GameActionInstance_PushInteractiveMusicContext::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString) == 0x000110, "Wrong size on BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, K2Node_DynamicCast_AsPush_Interactive_Music) == 0x000020, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::K2Node_DynamicCast_AsPush_Interactive_Music' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PushInteractiveMusicContext_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_PushInteractiveMusicContext_C \ +static_assert(alignof(UBP_GameActionInstance_PushInteractiveMusicContext_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_PushInteractiveMusicContext_C"); \ +static_assert(sizeof(UBP_GameActionInstance_PushInteractiveMusicContext_C) == 0x000048, "Wrong size on UBP_GameActionInstance_PushInteractiveMusicContext_C"); \ +static_assert(offsetof(UBP_GameActionInstance_PushInteractiveMusicContext_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_PushInteractiveMusicContext_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_LoadDeadMaterial \ +static_assert(alignof(WBP_CharacterMarker_C_LoadDeadMaterial) == 0x000008, "Wrong alignment on WBP_CharacterMarker_C_LoadDeadMaterial"); \ +static_assert(sizeof(WBP_CharacterMarker_C_LoadDeadMaterial) == 0x000010, "Wrong size on WBP_CharacterMarker_C_LoadDeadMaterial"); \ +static_assert(offsetof(WBP_CharacterMarker_C_LoadDeadMaterial, DeadMaterial) == 0x000000, "Member 'WBP_CharacterMarker_C_LoadDeadMaterial::DeadMaterial' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_LoadDeadMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_CharacterMarker_C_LoadDeadMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_LoadTextureInMask \ +static_assert(alignof(WBP_CharacterMarker_C_LoadTextureInMask) == 0x000008, "Wrong alignment on WBP_CharacterMarker_C_LoadTextureInMask"); \ +static_assert(sizeof(WBP_CharacterMarker_C_LoadTextureInMask) == 0x000010, "Wrong size on WBP_CharacterMarker_C_LoadTextureInMask"); \ +static_assert(offsetof(WBP_CharacterMarker_C_LoadTextureInMask, Texture) == 0x000000, "Member 'WBP_CharacterMarker_C_LoadTextureInMask::Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_LoadTextureInMask, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_CharacterMarker_C_LoadTextureInMask::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_PreConstruct \ +static_assert(alignof(WBP_CharacterMarker_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CharacterMarker_C_PreConstruct"); \ +static_assert(sizeof(WBP_CharacterMarker_C_PreConstruct) == 0x000001, "Wrong size on WBP_CharacterMarker_C_PreConstruct"); \ +static_assert(offsetof(WBP_CharacterMarker_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CharacterMarker_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_SetCharacterData \ +static_assert(alignof(WBP_CharacterMarker_C_SetCharacterData) == 0x000008, "Wrong alignment on WBP_CharacterMarker_C_SetCharacterData"); \ +static_assert(sizeof(WBP_CharacterMarker_C_SetCharacterData) == 0x000010, "Wrong size on WBP_CharacterMarker_C_SetCharacterData"); \ +static_assert(offsetof(WBP_CharacterMarker_C_SetCharacterData, CharacterData_0) == 0x000000, "Member 'WBP_CharacterMarker_C_SetCharacterData::CharacterData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_SetCharacterData, Learnt_0) == 0x000008, "Member 'WBP_CharacterMarker_C_SetCharacterData::Learnt_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_SetCharacterData, IsDead_0) == 0x000009, "Member 'WBP_CharacterMarker_C_SetCharacterData::IsDead_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_SetCharacterDefinition \ +static_assert(alignof(WBP_CharacterMarker_C_SetCharacterDefinition) == 0x000008, "Wrong alignment on WBP_CharacterMarker_C_SetCharacterDefinition"); \ +static_assert(sizeof(WBP_CharacterMarker_C_SetCharacterDefinition) == 0x000328, "Wrong size on WBP_CharacterMarker_C_SetCharacterDefinition"); \ +static_assert(offsetof(WBP_CharacterMarker_C_SetCharacterDefinition, CharacterDefinition) == 0x000000, "Member 'WBP_CharacterMarker_C_SetCharacterDefinition::CharacterDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker \ +static_assert(alignof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker) == 0x000008, "Wrong alignment on WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker"); \ +static_assert(sizeof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker) == 0x0003B0, "Wrong size on WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, EntryPoint) == 0x000000, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable) == 0x000004, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_GetCharacterDeadPortrait_CharacterDeadPortrait) == 0x000008, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_GetCharacterDeadPortrait_CharacterDeadPortrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_bool_Variable) == 0x000011, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_struct_Variable) == 0x000014, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_struct_Variable_1) == 0x000024, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_bool_Variable_1) == 0x000034, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable_2) == 0x000035, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable_3) == 0x000036, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_bool_Variable_2) == 0x000037, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable_4) == 0x000038, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_byte_Variable_5) == 0x000039, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, Temp_bool_Variable_3) == 0x00003A, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_Event_IsDesignTime) == 0x00003B, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_CustomEvent_CharacterData) == 0x000040, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_CustomEvent_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_CustomEvent_Learnt) == 0x000048, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_CustomEvent_Learnt' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_CustomEvent_IsDead) == 0x000049, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_CustomEvent_IsDead' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_IsValid_ReturnValue) == 0x00004A, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_GetCharacterPortrait_CharacterIcon) == 0x000050, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_GetCharacterPortrait_CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_Select_Default) == 0x000058, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_Select_Default_1) == 0x00005C, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_IsValid_ReturnValue_1) == 0x00006C, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000070, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_IsValid_ReturnValue_2) == 0x000078, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_Select_Default_2) == 0x000079, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_CustomEvent_CharacterDefinition) == 0x000080, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_CustomEvent_CharacterDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, CallFunc_IsValid_ReturnValue_3) == 0x0003A8, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker, K2Node_Select_Default_3) == 0x0003A9, "Member 'WBP_CharacterMarker_C_ExecuteUbergraph_WBP_CharacterMarker::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterMarker_C \ +static_assert(alignof(UWBP_CharacterMarker_C) == 0x000008, "Wrong alignment on UWBP_CharacterMarker_C"); \ +static_assert(sizeof(UWBP_CharacterMarker_C) == 0x000320, "Wrong size on UWBP_CharacterMarker_C"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CharacterMarker_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, CharacterPortrait) == 0x0002E8, "Member 'UWBP_CharacterMarker_C::CharacterPortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, Image_52) == 0x0002F0, "Member 'UWBP_CharacterMarker_C::Image_52' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, Learnt) == 0x0002F8, "Member 'UWBP_CharacterMarker_C::Learnt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, CharacterData) == 0x000300, "Member 'UWBP_CharacterMarker_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, IsDead) == 0x000308, "Member 'UWBP_CharacterMarker_C::IsDead' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, IsLearnt) == 0x000309, "Member 'UWBP_CharacterMarker_C::IsLearnt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterMarker_C, Slate_Color) == 0x00030C, "Member 'UWBP_CharacterMarker_C::Slate_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon \ +static_assert(alignof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon) == 0x000004, "Wrong alignment on WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon"); \ +static_assert(sizeof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon) == 0x000010, "Wrong size on WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon"); \ +static_assert(offsetof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon, EntryPoint) == 0x000000, "Member 'WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x000008, "Member 'WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon, CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast) == 0x00000C, "Member 'WBP_WeaponIcon_C_ExecuteUbergraph_WBP_WeaponIcon::CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponIcon_C_LoadWeaponIcon \ +static_assert(alignof(WBP_WeaponIcon_C_LoadWeaponIcon) == 0x000008, "Wrong alignment on WBP_WeaponIcon_C_LoadWeaponIcon"); \ +static_assert(sizeof(WBP_WeaponIcon_C_LoadWeaponIcon) == 0x0000A0, "Wrong size on WBP_WeaponIcon_C_LoadWeaponIcon"); \ +static_assert(offsetof(WBP_WeaponIcon_C_LoadWeaponIcon, InWeaponName) == 0x000000, "Member 'WBP_WeaponIcon_C_LoadWeaponIcon::InWeaponName' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_LoadWeaponIcon, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_WeaponIcon_C_LoadWeaponIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_LoadWeaponIcon, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'WBP_WeaponIcon_C_LoadWeaponIcon::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponIcon_C_LoadWeaponIcon, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000098, "Member 'WBP_WeaponIcon_C_LoadWeaponIcon::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponIcon_C_PreConstruct \ +static_assert(alignof(WBP_WeaponIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WeaponIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_WeaponIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_WeaponIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_WeaponIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WeaponIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponIcon_C \ +static_assert(alignof(UWBP_WeaponIcon_C) == 0x000008, "Wrong alignment on UWBP_WeaponIcon_C"); \ +static_assert(sizeof(UWBP_WeaponIcon_C) == 0x000348, "Wrong size on UWBP_WeaponIcon_C"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WeaponIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, Background) == 0x000310, "Member 'UWBP_WeaponIcon_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, SizeBox) == 0x000318, "Member 'UWBP_WeaponIcon_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, WeaponBox) == 0x000320, "Member 'UWBP_WeaponIcon_C::WeaponBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, WeaponIcon) == 0x000328, "Member 'UWBP_WeaponIcon_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, PreviewWeaponName) == 0x000330, "Member 'UWBP_WeaponIcon_C::PreviewWeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, WeaponIconsDT) == 0x000338, "Member 'UWBP_WeaponIcon_C::WeaponIconsDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponIcon_C, HeightOverride) == 0x000340, "Member 'UWBP_WeaponIcon_C::HeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateButton_C_SetVisualParameters \ +static_assert(alignof(OverlayStateButton_C_SetVisualParameters) == 0x000001, "Wrong alignment on OverlayStateButton_C_SetVisualParameters"); \ +static_assert(sizeof(OverlayStateButton_C_SetVisualParameters) == 0x000001, "Wrong size on OverlayStateButton_C_SetVisualParameters"); \ +static_assert(offsetof(OverlayStateButton_C_SetVisualParameters, Selected) == 0x000000, "Member 'OverlayStateButton_C_SetVisualParameters::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlayStateButton_C \ +static_assert(alignof(UOverlayStateButton_C) == 0x000008, "Wrong alignment on UOverlayStateButton_C"); \ +static_assert(sizeof(UOverlayStateButton_C) == 0x000338, "Wrong size on UOverlayStateButton_C"); \ +static_assert(offsetof(UOverlayStateButton_C, Background) == 0x0002E0, "Member 'UOverlayStateButton_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateButton_C, Text) == 0x0002E8, "Member 'UOverlayStateButton_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateButton_C, BackgroundSelectedColor) == 0x0002F0, "Member 'UOverlayStateButton_C::BackgroundSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateButton_C, BackgroundUnSelectedColor) == 0x000300, "Member 'UOverlayStateButton_C::BackgroundUnSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateButton_C, TextSelectedColor) == 0x000310, "Member 'UOverlayStateButton_C::TextSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateButton_C, TextUnSelectedColor) == 0x000324, "Member 'UOverlayStateButton_C::TextUnSelectedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NavArea_CompanionObstacle_C \ +static_assert(alignof(UBP_NavArea_CompanionObstacle_C) == 0x000008, "Wrong alignment on UBP_NavArea_CompanionObstacle_C"); \ +static_assert(sizeof(UBP_NavArea_CompanionObstacle_C) == 0x000048, "Wrong size on UBP_NavArea_CompanionObstacle_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_WayDown_FlowerMarket_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_WayDown_FlowerMarket_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_WayDown_FlowerMarket_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_WayDown_FlowerMarket_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_WayDown_FlowerMarket_C"); \ + +#define DUMPER7_ASSERTS_UBP_NavFilter_Companion_C \ +static_assert(alignof(UBP_NavFilter_Companion_C) == 0x000008, "Wrong alignment on UBP_NavFilter_Companion_C"); \ +static_assert(sizeof(UBP_NavFilter_Companion_C) == 0x000048, "Wrong size on UBP_NavFilter_Companion_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri \ +static_assert(alignof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri) == 0x000008, "Wrong alignment on BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri"); \ +static_assert(sizeof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri) == 0x000F00, "Wrong size on BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine) == 0x000108, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_2) == 0x000238, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array) == 0x000240, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000250, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000258, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_3) == 0x000260, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000268, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000270, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_4) == 0x000278, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000280, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000290, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000298, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_6) == 0x0002A0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0002A8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetPlayerController_ReturnValue_7) == 0x0002B0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0002B8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0002C0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, CallFunc_GetDialogueStage_DialogueStage) == 0x0002C4, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_SwitchInteger_CmpSuccess) == 0x0002C8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x0002D0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000398, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000460, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000590, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_1) == 0x0006C0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_2) == 0x0006D0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x0006E0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x0007A8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000870, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_4) == 0x0009A0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_3) == 0x000AD0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_4) == 0x000AE0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x000AF0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x000BB8, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000C80, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000DB0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_5) == 0x000EE0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri, K2Node_MakeArray_Array_6) == 0x000EF0, "Member 'BP_Dialogue_Henri_C_ExecuteUbergraph_BP_Dialogue_Henri::K2Node_MakeArray_Array_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Henri_C \ +static_assert(alignof(ABP_Dialogue_Henri_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Henri_C"); \ +static_assert(sizeof(ABP_Dialogue_Henri_C) == 0x000340, "Wrong size on ABP_Dialogue_Henri_C"); \ +static_assert(offsetof(ABP_Dialogue_Henri_C, UberGraphFrame_BP_Dialogue_Henri_C) == 0x000338, "Member 'ABP_Dialogue_Henri_C::UberGraphFrame_BP_Dialogue_Henri_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform \ +static_assert(alignof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform) == 0x000010, "Wrong alignment on FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform"); \ +static_assert(sizeof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform) == 0x0002A0, "Wrong size on FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, SelfCharacter) == 0x000000, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::SelfCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, OtherCharacter) == 0x000008, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::OtherCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, Angle) == 0x000010, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::Angle' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, Distance) == 0x000018, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::Distance' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, Index_0) == 0x000020, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, __WorldContext) == 0x000028, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, NewParam) == 0x000030, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::NewParam' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, local_attackedLocation) == 0x000048, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::local_attackedLocation' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_FClamp_ReturnValue) == 0x000060, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue) == 0x000070, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetAttackedLocation_ReturnValue) == 0x0000D0, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetAttackedLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakTransform_Location) == 0x0000E8, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakTransform_Rotation) == 0x000100, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakTransform_Scale) == 0x000118, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetForwardVector_ReturnValue) == 0x000130, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_RotateAngleAxis_ReturnValue) == 0x000148, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000160, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000168, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetScaledCapsuleRadius_ReturnValue_1) == 0x000170, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetScaledCapsuleRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000178, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000190, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_FindLookAtRotation_ReturnValue) == 0x000198, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakRotator_Roll) == 0x0001B0, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakRotator_Pitch) == 0x0001B4, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakRotator_Yaw) == 0x0001B8, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, Temp_bool_Variable) == 0x0001BC, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_MakeRotator_ReturnValue) == 0x0001C0, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_GetForwardVector_ReturnValue_1) == 0x0001D8, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, K2Node_Select_Default) == 0x0001F0, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000208, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Add_VectorVector_ReturnValue) == 0x000220, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_X) == 0x000238, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_Y) == 0x000240, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_Z) == 0x000248, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_X_1) == 0x000250, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_Y_1) == 0x000258, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_BreakVector_Z_1) == 0x000260, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_MakeVector_ReturnValue) == 0x000268, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast) == 0x000280, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000288, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000290, "Member 'FL_jRPG_CombatMovement_C_Compute_Move_to_Character_Transform::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_jRPG_CombatMovement_C \ +static_assert(alignof(UFL_jRPG_CombatMovement_C) == 0x000008, "Wrong alignment on UFL_jRPG_CombatMovement_C"); \ +static_assert(sizeof(UFL_jRPG_CombatMovement_C) == 0x000028, "Wrong size on UFL_jRPG_CombatMovement_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Barrel_B_C \ +static_assert(alignof(ABP_EnviroDestructible_Barrel_B_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Barrel_B_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Barrel_B_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Barrel_B_C"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget \ +static_assert(alignof(WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget) == 0x000004, "Wrong alignment on WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget"); \ +static_assert(sizeof(WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget) == 0x000004, "Wrong size on WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeFrameWidget_C_ExecuteUbergraph_WBP_PhotoModeFrameWidget::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame \ +static_assert(alignof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame) == 0x000008, "Wrong alignment on WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame"); \ +static_assert(sizeof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame) == 0x000030, "Wrong size on WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, FrameType) == 0x000000, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::FrameType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, Temp_byte_Variable) == 0x000011, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, CallFunc_Map_Find_Value) == 0x000018, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, Temp_byte_Variable_1) == 0x000021, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, Temp_bool_Variable) == 0x000022, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, K2Node_Select_Default) == 0x000023, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast) == 0x000024, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::CallFunc_SetMaxAspectRatio_InMaxAspectRatio_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame, CallFunc_SetMinAspectRatio_InMinAspectRatio_ImplicitCast) == 0x000028, "Member 'WBP_PhotoModeFrameWidget_C_SetCurrentVisibleFrame::CallFunc_SetMinAspectRatio_InMinAspectRatio_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeFrameWidget_C \ +static_assert(alignof(UWBP_PhotoModeFrameWidget_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeFrameWidget_C"); \ +static_assert(sizeof(UWBP_PhotoModeFrameWidget_C) == 0x000340, "Wrong size on UWBP_PhotoModeFrameWidget_C"); \ +static_assert(offsetof(UWBP_PhotoModeFrameWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PhotoModeFrameWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeFrameWidget_C, SizeBox_AvailableZone) == 0x0002E8, "Member 'UWBP_PhotoModeFrameWidget_C::SizeBox_AvailableZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeFrameWidget_C, AspectRatioByFrameType) == 0x0002F0, "Member 'UWBP_PhotoModeFrameWidget_C::AspectRatioByFrameType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_GameplayPausable_C_SetGameplayPaused \ +static_assert(alignof(BPI_GameplayPausable_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BPI_GameplayPausable_C_SetGameplayPaused"); \ +static_assert(sizeof(BPI_GameplayPausable_C_SetGameplayPaused) == 0x000001, "Wrong size on BPI_GameplayPausable_C_SetGameplayPaused"); \ +static_assert(offsetof(BPI_GameplayPausable_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BPI_GameplayPausable_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GameplayPausable_C \ +static_assert(alignof(IBPI_GameplayPausable_C) == 0x000001, "Wrong alignment on IBPI_GameplayPausable_C"); \ +static_assert(sizeof(IBPI_GameplayPausable_C) == 0x000001, "Wrong size on IBPI_GameplayPausable_C"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut) == 0x000020, "Wrong size on BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut, OverrideFadeOutTransition) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut::OverrideFadeOutTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut, __WorldContext) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut, LatentAction) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransitionFadeOut::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition) == 0x000020, "Wrong size on BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition, OverrideFadeOutTransition) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition::OverrideFadeOutTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition, __WorldContext) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition, LatentAction) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_ReleaseAndWaitGameFlowTransition::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition) == 0x000018, "Wrong size on BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition, OverrideFadeOutTransition) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition::OverrideFadeOutTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition, __WorldContext) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_ReleaseGameFlowTransition::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_HoldGameFlowTransition \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_HoldGameFlowTransition) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_HoldGameFlowTransition"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_HoldGameFlowTransition) == 0x000010, "Wrong size on BP_FL_GameFlowHelpers_C_HoldGameFlowTransition"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_HoldGameFlowTransition, __WorldContext) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_HoldGameFlowTransition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_HoldGameFlowTransition, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_HoldGameFlowTransition::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_RequestGameFlowTransition \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_RequestGameFlowTransition) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_RequestGameFlowTransition"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_RequestGameFlowTransition) == 0x000020, "Wrong size on BP_FL_GameFlowHelpers_C_RequestGameFlowTransition"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_RequestGameFlowTransition, TransitionRequest) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_RequestGameFlowTransition::TransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_RequestGameFlowTransition, __WorldContext) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_RequestGameFlowTransition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_RequestGameFlowTransition, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_RequestGameFlowTransition::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem) == 0x000020, "Wrong size on BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem, __WorldContext) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem, GameFlowTransitionSystem) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem::GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem, CallFunc_GetGameMode_ReturnValue) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_GetGameFlowTransitionSystem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_GetProjectConfiguration \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_GetProjectConfiguration"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration) == 0x000040, "Wrong size on BP_FL_GameFlowHelpers_C_GetProjectConfiguration"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, __WorldContext) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, ReturnValue) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, CallFunc_IsPackagedBuild_ReturnValue) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, CallFunc_IsInPlayMode_ReturnValue) == 0x000020, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, K2Node_DynamicCast_AsBP_Data_Asset_Project_Configuration) == 0x000028, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::K2Node_DynamicCast_AsBP_Data_Asset_Project_Configuration' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetProjectConfiguration, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'BP_FL_GameFlowHelpers_C_GetProjectConfiguration::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_GetDemoLevelData \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_GetDemoLevelData) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_GetDemoLevelData"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_GetDemoLevelData) == 0x000038, "Wrong size on BP_FL_GameFlowHelpers_C_GetDemoLevelData"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetDemoLevelData, __WorldContext) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_GetDemoLevelData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetDemoLevelData, LevelDestination) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_GetDemoLevelData::LevelDestination' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_GetDemoLevelData, SpawnPointTag) == 0x000030, "Member 'BP_FL_GameFlowHelpers_C_GetDemoLevelData::SpawnPointTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_IsInWorldMap \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_IsInWorldMap) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_IsInWorldMap"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_IsInWorldMap) == 0x0001D0, "Wrong size on BP_FL_GameFlowHelpers_C_IsInWorldMap"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, __WorldContext) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, Result) == 0x000008, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, CallFunc_FindCurrentLevelData_Found) == 0x000009, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, CallFunc_FindCurrentLevelData_LevelData) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, CallFunc_FindCurrentLevelData_RowName) == 0x0001C0, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C8, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsInWorldMap, CallFunc_BooleanAND_ReturnValue) == 0x0001C9, "Member 'BP_FL_GameFlowHelpers_C_IsInWorldMap::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameFlowHelpers_C_IsTransitionRequestValid \ +static_assert(alignof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid) == 0x000008, "Wrong alignment on BP_FL_GameFlowHelpers_C_IsTransitionRequestValid"); \ +static_assert(sizeof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid) == 0x000020, "Wrong size on BP_FL_GameFlowHelpers_C_IsTransitionRequestValid"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid, GameFlowTransitionRequest) == 0x000000, "Member 'BP_FL_GameFlowHelpers_C_IsTransitionRequestValid::GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid, __WorldContext) == 0x000010, "Member 'BP_FL_GameFlowHelpers_C_IsTransitionRequestValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid, IsValid) == 0x000018, "Member 'BP_FL_GameFlowHelpers_C_IsTransitionRequestValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameFlowHelpers_C_IsTransitionRequestValid, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_FL_GameFlowHelpers_C_IsTransitionRequestValid::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_GameFlowHelpers_C \ +static_assert(alignof(UBP_FL_GameFlowHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_GameFlowHelpers_C"); \ +static_assert(sizeof(UBP_FL_GameFlowHelpers_C) == 0x000028, "Wrong size on UBP_FL_GameFlowHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GenerateItem \ +static_assert(alignof(BP_ItemInstance_Base_C_GenerateItem) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_GenerateItem"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GenerateItem) == 0x0001B8, "Wrong size on BP_ItemInstance_Base_C_GenerateItem"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, ItemStaticItem) == 0x000000, "Member 'BP_ItemInstance_Base_C_GenerateItem::ItemStaticItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, LootContext) == 0x000130, "Member 'BP_ItemInstance_Base_C_GenerateItem::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, GeneratedItemInfo) == 0x000138, "Member 'BP_ItemInstance_Base_C_GenerateItem::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000140, "Member 'BP_ItemInstance_Base_C_GenerateItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'BP_ItemInstance_Base_C_GenerateItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_ItemInstance_Base_C_GenerateItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GenerateItem, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_ItemInstance_Base_C_GenerateItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetChromaValue \ +static_assert(alignof(BP_ItemInstance_Base_C_GetChromaValue) == 0x000004, "Wrong alignment on BP_ItemInstance_Base_C_GetChromaValue"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetChromaValue) == 0x000004, "Wrong size on BP_ItemInstance_Base_C_GetChromaValue"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetChromaValue, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetChromaValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_MergeItem \ +static_assert(alignof(BP_ItemInstance_Base_C_MergeItem) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_MergeItem"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_MergeItem) == 0x000008, "Wrong size on BP_ItemInstance_Base_C_MergeItem"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_MergeItem, OtherItemInstance) == 0x000000, "Member 'BP_ItemInstance_Base_C_MergeItem::OtherItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_BPI_ShouldShowNotification \ +static_assert(alignof(BP_ItemInstance_Base_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on BP_ItemInstance_Base_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'BP_ItemInstance_Base_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_BPI_ShouldShowNotification, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'BP_ItemInstance_Base_C_BPI_ShouldShowNotification::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_BPI_ShouldShowNotification, CallFunc_ShouldItemBeNotified_IsNotified) == 0x000010, "Member 'BP_ItemInstance_Base_C_BPI_ShouldShowNotification::CallFunc_ShouldItemBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_SetQuantity \ +static_assert(alignof(BP_ItemInstance_Base_C_SetQuantity) == 0x000004, "Wrong alignment on BP_ItemInstance_Base_C_SetQuantity"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_SetQuantity) == 0x000004, "Wrong size on BP_ItemInstance_Base_C_SetQuantity"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_SetQuantity, Quantity_0) == 0x000000, "Member 'BP_ItemInstance_Base_C_SetQuantity::Quantity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetAcquiredPlayTime \ +static_assert(alignof(BP_ItemInstance_Base_C_GetAcquiredPlayTime) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_GetAcquiredPlayTime"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetAcquiredPlayTime) == 0x000008, "Wrong size on BP_ItemInstance_Base_C_GetAcquiredPlayTime"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetAcquiredPlayTime, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetAcquiredPlayTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetItemStaticData \ +static_assert(alignof(BP_ItemInstance_Base_C_GetItemStaticData) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_GetItemStaticData"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetItemStaticData) == 0x000130, "Wrong size on BP_ItemInstance_Base_C_GetItemStaticData"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetItemStaticData, ItemStaticData_0) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetItemStaticData::ItemStaticData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetQuantity \ +static_assert(alignof(BP_ItemInstance_Base_C_GetQuantity) == 0x000004, "Wrong alignment on BP_ItemInstance_Base_C_GetQuantity"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetQuantity) == 0x000004, "Wrong size on BP_ItemInstance_Base_C_GetQuantity"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetQuantity, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetQuantity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetItemDefinitionID \ +static_assert(alignof(BP_ItemInstance_Base_C_GetItemDefinitionID) == 0x000004, "Wrong alignment on BP_ItemInstance_Base_C_GetItemDefinitionID"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetItemDefinitionID) == 0x000008, "Wrong size on BP_ItemInstance_Base_C_GetItemDefinitionID"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetItemDefinitionID, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetItemDefinitionID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'BP_ItemInstance_Base_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base \ +static_assert(alignof(BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base) == 0x000008, "Wrong alignment on BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base) == 0x000018, "Wrong size on BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base, EntryPoint) == 0x000000, "Member 'BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base, K2Node_Event_MarkCaller) == 0x000008, "Member 'BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Base_C_ExecuteUbergraph_BP_ItemInstance_Base::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Base_C_GetItemType \ +static_assert(alignof(BP_ItemInstance_Base_C_GetItemType) == 0x000001, "Wrong alignment on BP_ItemInstance_Base_C_GetItemType"); \ +static_assert(sizeof(BP_ItemInstance_Base_C_GetItemType) == 0x000001, "Wrong size on BP_ItemInstance_Base_C_GetItemType"); \ +static_assert(offsetof(BP_ItemInstance_Base_C_GetItemType, Item_Type) == 0x000000, "Member 'BP_ItemInstance_Base_C_GetItemType::Item_Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Base_C \ +static_assert(alignof(UBP_ItemInstance_Base_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Base_C"); \ +static_assert(sizeof(UBP_ItemInstance_Base_C) == 0x000178, "Wrong size on UBP_ItemInstance_Base_C"); \ +static_assert(offsetof(UBP_ItemInstance_Base_C, UberGraphFrame) == 0x000028, "Member 'UBP_ItemInstance_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Base_C, ItemDefinitionID) == 0x000030, "Member 'UBP_ItemInstance_Base_C::ItemDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Base_C, ItemStaticData) == 0x000038, "Member 'UBP_ItemInstance_Base_C::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Base_C, Quantity) == 0x000168, "Member 'UBP_ItemInstance_Base_C::Quantity' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Base_C, AcquiredPlayTime) == 0x000170, "Member 'UBP_ItemInstance_Base_C::AcquiredPlayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_TH_C \ +static_assert(alignof(UCTS_B0_TH_C) == 0x000010, "Wrong alignment on UCTS_B0_TH_C"); \ +static_assert(sizeof(UCTS_B0_TH_C) == 0x0001B0, "Wrong size on UCTS_B0_TH_C"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_EnemyPortraitData \ +static_assert(alignof(FS_jRPG_EnemyPortraitData) == 0x000008, "Wrong alignment on FS_jRPG_EnemyPortraitData"); \ +static_assert(sizeof(FS_jRPG_EnemyPortraitData) == 0x000010, "Wrong size on FS_jRPG_EnemyPortraitData"); \ +static_assert(offsetof(FS_jRPG_EnemyPortraitData, TimelinePortrait_3_601AEEC34C85F1DBA00856A954411F7C) == 0x000000, "Member 'FS_jRPG_EnemyPortraitData::TimelinePortrait_3_601AEEC34C85F1DBA00856A954411F7C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_EnemyPortraitData, PortraitOffset_6_C752E21E494044B582BCAA96FB7FF39E) == 0x000008, "Member 'FS_jRPG_EnemyPortraitData::PortraitOffset_6_C752E21E494044B582BCAA96FB7FF39E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_SelectorResetable_C_ResetToDefaultValue \ +static_assert(alignof(BPI_SelectorResetable_C_ResetToDefaultValue) == 0x000001, "Wrong alignment on BPI_SelectorResetable_C_ResetToDefaultValue"); \ +static_assert(sizeof(BPI_SelectorResetable_C_ResetToDefaultValue) == 0x000001, "Wrong size on BPI_SelectorResetable_C_ResetToDefaultValue"); \ +static_assert(offsetof(BPI_SelectorResetable_C_ResetToDefaultValue, DispatchChanges) == 0x000000, "Member 'BPI_SelectorResetable_C_ResetToDefaultValue::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_SelectorResetable_C \ +static_assert(alignof(IBPI_SelectorResetable_C) == 0x000001, "Wrong alignment on IBPI_SelectorResetable_C"); \ +static_assert(sizeof(IBPI_SelectorResetable_C) == 0x000001, "Wrong size on IBPI_SelectorResetable_C"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyKill_Box_C_LoadKilledEnemies \ +static_assert(alignof(WBP_EnemyKill_Box_C_LoadKilledEnemies) == 0x000008, "Wrong alignment on WBP_EnemyKill_Box_C_LoadKilledEnemies"); \ +static_assert(sizeof(WBP_EnemyKill_Box_C_LoadKilledEnemies) == 0x0001C0, "Wrong size on WBP_EnemyKill_Box_C_LoadKilledEnemies"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CharacterBattleBases) == 0x000000, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CharacterBattleBases' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, MergedEnemies) == 0x000010, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::MergedEnemies' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, ForbiddenNames) == 0x000060, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::ForbiddenNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, KilledEnemiesCounter) == 0x000070, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::KilledEnemiesCounter' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, K2Node_MakeVariable_MakeVariableOutput) == 0x0000C0, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Array_Index_Variable) == 0x000114, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Variable) == 0x000118, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_wildcard_Variable) == 0x00011C, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Loop_Counter_Variable) == 0x000124, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Array_Index_Variable_1) == 0x000130, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Variable_1) == 0x000134, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Array_Get_Item) == 0x000138, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_Value) == 0x000140, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_ReturnValue) == 0x000148, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Array_Contains_ReturnValue) == 0x000149, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Not_PreBool_ReturnValue) == 0x00014A, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, Temp_int_Loop_Counter_Variable_1) == 0x00014C, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Add_IntInt_ReturnValue_1) == 0x000150, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_GetAllEntries_ReturnValue) == 0x000158, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Array_Get_Item_1) == 0x000168, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Array_Length_ReturnValue_1) == 0x000170, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, K2Node_DynamicCast_AsWBP_Enemy_Kill_Portrait) == 0x000178, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::K2Node_DynamicCast_AsWBP_Enemy_Kill_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Less_IntInt_ReturnValue_1) == 0x000181, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_GetEnemyName_EnemyName) == 0x000184, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_GetEnemyName_EnemyName' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_Value_1) == 0x00018C, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_ReturnValue_1) == 0x000190, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_Value_2) == 0x000194, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Find_ReturnValue_2) == 0x000198, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Add_IntInt_ReturnValue_2) == 0x00019C, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, K2Node_MakeArray_Array) == 0x0001A0, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Map_Contains_ReturnValue) == 0x0001B0, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001B1, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyKill_Box_C_LoadKilledEnemies, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0001B8, "Member 'WBP_EnemyKill_Box_C_LoadKilledEnemies::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EnemyKill_Box_C \ +static_assert(alignof(UWBP_EnemyKill_Box_C) == 0x000008, "Wrong alignment on UWBP_EnemyKill_Box_C"); \ +static_assert(sizeof(UWBP_EnemyKill_Box_C) == 0x0002E8, "Wrong size on UWBP_EnemyKill_Box_C"); \ +static_assert(offsetof(UWBP_EnemyKill_Box_C, DynamicEntryBox_Kills) == 0x0002E0, "Member 'UWBP_EnemyKill_Box_C::DynamicEntryBox_Kills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DebugSave_GoldenPathDependencies \ +static_assert(alignof(FS_DebugSave_GoldenPathDependencies) == 0x000008, "Wrong alignment on FS_DebugSave_GoldenPathDependencies"); \ +static_assert(sizeof(FS_DebugSave_GoldenPathDependencies) == 0x000010, "Wrong size on FS_DebugSave_GoldenPathDependencies"); \ +static_assert(offsetof(FS_DebugSave_GoldenPathDependencies, QuestStatuses_33_B264A2494EC08AEA7FF2A4989A2ED5F9) == 0x000000, "Member 'FS_DebugSave_GoldenPathDependencies::QuestStatuses_33_B264A2494EC08AEA7FF2A4989A2ED5F9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterListWidget_C_SetParameterName \ +static_assert(alignof(WBP_Debug_GenericParameterListWidget_C_SetParameterName) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterListWidget_C_SetParameterName"); \ +static_assert(sizeof(WBP_Debug_GenericParameterListWidget_C_SetParameterName) == 0x000020, "Wrong size on WBP_Debug_GenericParameterListWidget_C_SetParameterName"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterName, Name_0) == 0x000000, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterName, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray \ +static_assert(alignof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray"); \ +static_assert(sizeof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray) == 0x000090, "Wrong size on WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, local_Values) == 0x000010, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'WBP_Debug_GenericParameterListWidget_C_SetParameterValueAsActorArray::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_GenericParameterListWidget_C \ +static_assert(alignof(UWBP_Debug_GenericParameterListWidget_C) == 0x000008, "Wrong alignment on UWBP_Debug_GenericParameterListWidget_C"); \ +static_assert(sizeof(UWBP_Debug_GenericParameterListWidget_C) == 0x0002F0, "Wrong size on UWBP_Debug_GenericParameterListWidget_C"); \ +static_assert(offsetof(UWBP_Debug_GenericParameterListWidget_C, ParameterNameText) == 0x0002E0, "Member 'UWBP_Debug_GenericParameterListWidget_C::ParameterNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_GenericParameterListWidget_C, ParameterValueText) == 0x0002E8, "Member 'UWBP_Debug_GenericParameterListWidget_C::ParameterValueText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_A_Var2_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_A_Var2_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_A_Var2_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_A_Var2_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_A_Var2_C"); \ + +#define DUMPER7_ASSERTS_UBP_CommonUIKeyboardControllerData_C \ +static_assert(alignof(UBP_CommonUIKeyboardControllerData_C) == 0x000008, "Wrong alignment on UBP_CommonUIKeyboardControllerData_C"); \ +static_assert(sizeof(UBP_CommonUIKeyboardControllerData_C) == 0x0000F8, "Wrong size on UBP_CommonUIKeyboardControllerData_C"); \ + +#define DUMPER7_ASSERTS_FFTeamMotivationData \ +static_assert(alignof(FFTeamMotivationData) == 0x000004, "Wrong alignment on FFTeamMotivationData"); \ +static_assert(sizeof(FFTeamMotivationData) == 0x000014, "Wrong size on FFTeamMotivationData"); \ +static_assert(offsetof(FFTeamMotivationData, Sad_31_7A7B459D4A5B946F30633FB69683C5DC) == 0x000000, "Member 'FFTeamMotivationData::Sad_31_7A7B459D4A5B946F30633FB69683C5DC' has a wrong offset!"); \ +static_assert(offsetof(FFTeamMotivationData, Normal_21_75FBC42D41E351A3512540B97168E9B6) == 0x000004, "Member 'FFTeamMotivationData::Normal_21_75FBC42D41E351A3512540B97168E9B6' has a wrong offset!"); \ +static_assert(offsetof(FFTeamMotivationData, Motivated_26_17DE87D14C3AA49B9A08CA9F9A738AF4) == 0x000008, "Member 'FFTeamMotivationData::Motivated_26_17DE87D14C3AA49B9A08CA9F9A738AF4' has a wrong offset!"); \ +static_assert(offsetof(FFTeamMotivationData, Frenzy_35_DCCAA6E74C7F07FB27B549A4E29AF15D) == 0x00000C, "Member 'FFTeamMotivationData::Frenzy_35_DCCAA6E74C7F07FB27B549A4E29AF15D' has a wrong offset!"); \ +static_assert(offsetof(FFTeamMotivationData, Maximum_OnFire_34_496DD91C4536B1EA4B85EDA337DAADAA) == 0x000010, "Member 'FFTeamMotivationData::Maximum_OnFire_34_496DD91C4536B1EA4B85EDA337DAADAA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltipLumina_C_LoadPassiveEffectData \ +static_assert(alignof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData) == 0x000008, "Wrong alignment on WBP_WeaponTooltipLumina_C_LoadPassiveEffectData"); \ +static_assert(sizeof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData) == 0x0000F0, "Wrong size on WBP_WeaponTooltipLumina_C_LoadPassiveEffectData"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, PassiveEffectDefiniton) == 0x000000, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::PassiveEffectDefiniton' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, QualityLevel) == 0x000048, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::QualityLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, IsLocked) == 0x000049, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, UnlockLevel) == 0x00004C, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::UnlockLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, Temp_byte_Variable) == 0x000050, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000058, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, Temp_byte_Variable_1) == 0x000068, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000069, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x00006A, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_BooleanOR_ReturnValue) == 0x00006B, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, Temp_bool_Variable) == 0x00006C, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, Temp_bool_Variable_1) == 0x00006D, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, K2Node_Select_Default) == 0x00006E, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, K2Node_Select_Default_1) == 0x000078, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, K2Node_MakeStruct_SlateFontInfo) == 0x000080, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000E0, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltipLumina_C_LoadPassiveEffectData, K2Node_Select_Option_1_ImplicitCast) == 0x0000E8, "Member 'WBP_WeaponTooltipLumina_C_LoadPassiveEffectData::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponTooltipLumina_C \ +static_assert(alignof(UWBP_WeaponTooltipLumina_C) == 0x000008, "Wrong alignment on UWBP_WeaponTooltipLumina_C"); \ +static_assert(sizeof(UWBP_WeaponTooltipLumina_C) == 0x000328, "Wrong size on UWBP_WeaponTooltipLumina_C"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, LockedBorder) == 0x0002E0, "Member 'UWBP_WeaponTooltipLumina_C::LockedBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, LockedIcon) == 0x0002E8, "Member 'UWBP_WeaponTooltipLumina_C::LockedIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, LockedMask) == 0x0002F0, "Member 'UWBP_WeaponTooltipLumina_C::LockedMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, LuminaDesc) == 0x0002F8, "Member 'UWBP_WeaponTooltipLumina_C::LuminaDesc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, LuminaLevel) == 0x000300, "Member 'UWBP_WeaponTooltipLumina_C::LuminaLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, Description) == 0x000308, "Member 'UWBP_WeaponTooltipLumina_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltipLumina_C, Name_0) == 0x000318, "Member 'UWBP_WeaponTooltipLumina_C::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCamShake_EnemyHitByWorldStrike_ShakeOnly_C \ +static_assert(alignof(UCamShake_EnemyHitByWorldStrike_ShakeOnly_C) == 0x000010, "Wrong alignment on UCamShake_EnemyHitByWorldStrike_ShakeOnly_C"); \ +static_assert(sizeof(UCamShake_EnemyHitByWorldStrike_ShakeOnly_C) == 0x0000E0, "Wrong size on UCamShake_EnemyHitByWorldStrike_ShakeOnly_C"); \ + +#define DUMPER7_ASSERTS_FS_BattleCharacterFinalState \ +static_assert(alignof(FS_BattleCharacterFinalState) == 0x000008, "Wrong alignment on FS_BattleCharacterFinalState"); \ +static_assert(sizeof(FS_BattleCharacterFinalState) == 0x000010, "Wrong size on FS_BattleCharacterFinalState"); \ +static_assert(offsetof(FS_BattleCharacterFinalState, CurrentHP_7_A7EBEFAD4F8A0DB3890221B80A8EA5EE) == 0x000000, "Member 'FS_BattleCharacterFinalState::CurrentHP_7_A7EBEFAD4F8A0DB3890221B80A8EA5EE' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleCharacterFinalState, CurrentAP_5_CEF7704B40A2A6015BBA8EAE3D3FE78A) == 0x000008, "Member 'FS_BattleCharacterFinalState::CurrentAP_5_CEF7704B40A2A6015BBA8EAE3D3FE78A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification) == 0x000001, "Wrong alignment on WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification) == 0x000001, "Wrong size on WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_GetTiedObject \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_GetTiedObject"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_GetTiedObject) == 0x000008, "Wrong size on WBP_CharacterSelectorEntry_C_GetTiedObject"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_LoadCharacter \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_LoadCharacter"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_LoadCharacter) == 0x000048, "Wrong size on WBP_CharacterSelectorEntry_C_LoadCharacter"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, CharacterData_0) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::CharacterData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, Temp_bool_Variable) == 0x000008, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, CallFunc_GetCharacterPortrait_CharacterIcon) == 0x000010, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::CallFunc_GetCharacterPortrait_CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, Temp_byte_Variable) == 0x000018, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000020, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000038, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, CallFunc_IsCharacterInParty_ReturnValue) == 0x000041, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::CallFunc_IsCharacterInParty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_LoadCharacter, K2Node_Select_Default) == 0x000042, "Member 'WBP_CharacterSelectorEntry_C_LoadCharacter::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_OnUINavigationFocus \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_CharacterSelectorEntry_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_SetNotificationEnabled \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_SetNotificationEnabled) == 0x000001, "Wrong alignment on WBP_CharacterSelectorEntry_C_SetNotificationEnabled"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_SetNotificationEnabled) == 0x000001, "Wrong size on WBP_CharacterSelectorEntry_C_SetNotificationEnabled"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_SetNotificationEnabled, Enabled) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_SetNotificationEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_BndEvt__WBP_CharacterSelectorEntry_WBP_CharacterSelectorButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry \ +static_assert(alignof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry) == 0x000008, "Wrong alignment on WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry"); \ +static_assert(sizeof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry) == 0x000028, "Wrong size on WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry, EntryPoint) == 0x000000, "Member 'WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry, K2Node_Event_MarkCaller) == 0x000008, "Member 'WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry, K2Node_Event_FocusEventBP) == 0x000010, "Member 'WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry, K2Node_CustomEvent_Enabled) == 0x000018, "Member 'WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry, K2Node_ComponentBoundEvent_Button) == 0x000020, "Member 'WBP_CharacterSelectorEntry_C_ExecuteUbergraph_WBP_CharacterSelectorEntry::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterSelectorEntry_C \ +static_assert(alignof(UWBP_CharacterSelectorEntry_C) == 0x000008, "Wrong alignment on UWBP_CharacterSelectorEntry_C"); \ +static_assert(sizeof(UWBP_CharacterSelectorEntry_C) == 0x000330, "Wrong size on UWBP_CharacterSelectorEntry_C"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CharacterSelectorEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, CharacterNotificationBullet) == 0x0002E8, "Member 'UWBP_CharacterSelectorEntry_C::CharacterNotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, Image_CharacterPortrait) == 0x0002F0, "Member 'UWBP_CharacterSelectorEntry_C::Image_CharacterPortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, PartyIndicator) == 0x0002F8, "Member 'UWBP_CharacterSelectorEntry_C::PartyIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, RetainerBox_MaskPortrait) == 0x000300, "Member 'UWBP_CharacterSelectorEntry_C::RetainerBox_MaskPortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, WBP_CharacterSelectorButton) == 0x000308, "Member 'UWBP_CharacterSelectorEntry_C::WBP_CharacterSelectorButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, OnPortraitClicked) == 0x000310, "Member 'UWBP_CharacterSelectorEntry_C::OnPortraitClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, CharacterData) == 0x000320, "Member 'UWBP_CharacterSelectorEntry_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorEntry_C, bShouldShowNotification) == 0x000328, "Member 'UWBP_CharacterSelectorEntry_C::bShouldShowNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFRoutedEventHandle \ +static_assert(alignof(FFRoutedEventHandle) == 0x000008, "Wrong alignment on FFRoutedEventHandle"); \ +static_assert(sizeof(FFRoutedEventHandle) == 0x000020, "Wrong size on FFRoutedEventHandle"); \ +static_assert(offsetof(FFRoutedEventHandle, GUID_2_DFA374874639D7D56F0B8E8613D03461) == 0x000000, "Member 'FFRoutedEventHandle::GUID_2_DFA374874639D7D56F0B8E8613D03461' has a wrong offset!"); \ +static_assert(offsetof(FFRoutedEventHandle, DebugName_5_D63B100D4FC5622781141188F0888B8E) == 0x000010, "Member 'FFRoutedEventHandle::DebugName_5_D63B100D4FC5622781141188F0888B8E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetInputContextSystem \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetInputContextSystem) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetInputContextSystem"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetInputContextSystem) == 0x000028, "Wrong size on FL_InputFunctionLibrary_C_GetInputContextSystem"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputContextSystem, __WorldContext) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetInputContextSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputContextSystem, ReturnValue) == 0x000008, "Member 'FL_InputFunctionLibrary_C_GetInputContextSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputContextSystem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetInputContextSystem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputContextSystem, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'FL_InputFunctionLibrary_C_GetInputContextSystem::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputContextSystem, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_InputFunctionLibrary_C_GetInputContextSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetInputLockSystem \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetInputLockSystem) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetInputLockSystem"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetInputLockSystem) == 0x000028, "Wrong size on FL_InputFunctionLibrary_C_GetInputLockSystem"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputLockSystem, __WorldContext) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetInputLockSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputLockSystem, ReturnValue) == 0x000008, "Member 'FL_InputFunctionLibrary_C_GetInputLockSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputLockSystem, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetInputLockSystem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputLockSystem, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'FL_InputFunctionLibrary_C_GetInputLockSystem::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetInputLockSystem, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_InputFunctionLibrary_C_GetInputLockSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_IsInputActionTriggered \ +static_assert(alignof(FL_InputFunctionLibrary_C_IsInputActionTriggered) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_IsInputActionTriggered"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_IsInputActionTriggered) == 0x000130, "Wrong size on FL_InputFunctionLibrary_C_IsInputActionTriggered"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, InputActionName) == 0x000000, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, __WorldContext) == 0x000008, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Triggered) == 0x000010, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Triggered' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, K2Node_MakeStruct_DataTableRowHandle) == 0x000020, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetKeyForCommonAction_ReturnValue) == 0x000038, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetKeyForCommonAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_int_Array_Index_Variable) == 0x000054, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_wildcard_Variable) == 0x000058, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Array_Get_Item) == 0x000068, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_wildcard_Variable_1) == 0x000098, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetPlayerController_ReturnValue) == 0x0000B0, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_IsInputKeyDown_ReturnValue) == 0x0000B8, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000C0, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_int_Loop_Counter_Variable_1) == 0x0000C8, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000CC, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_TryFindKeysForEnhancedInputActionName_ReturnValue) == 0x0000D0, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_TryFindKeysForEnhancedInputActionName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E0, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000E8, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_IsInputKeyDown_ReturnValue_1) == 0x0000F0, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_IsInputKeyDown_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, Temp_int_Array_Index_Variable_1) == 0x0000F4, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_IsInputKeyDown_ReturnValue_2) == 0x000110, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_IsInputKeyDown_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetInputSettings_ReturnValue) == 0x000118, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_IsInputActionTriggered, CallFunc_GetActionMappingByName_OutMappings) == 0x000120, "Member 'FL_InputFunctionLibrary_C_IsInputActionTriggered::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetBaseBindingKey \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetBaseBindingKey) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetBaseBindingKey"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetBaseBindingKey) == 0x000050, "Wrong size on FL_InputFunctionLibrary_C_GetBaseBindingKey"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKey, InputAction) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKey::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKey, __WorldContext) == 0x000008, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKey::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKey, Key) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKey::Key' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKey, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKey::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKey, CallFunc_GetBaseBindingKeyByName_Key) == 0x000038, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKey::CallFunc_GetBaseBindingKeyByName_Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo) == 0x000088, "Wrong size on FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo, InputAction) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo, __WorldContext) == 0x000008, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo, KeyVisualInfo) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo::KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo, CallFunc_GetBaseBindingKey_Key) == 0x000040, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo::CallFunc_GetBaseBindingKey_Key' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo, CallFunc_GetKeyVisualInfo_KeyVisualInfo) == 0x000058, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyVisualInfo::CallFunc_GetKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetKeyVisualInfo \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetKeyVisualInfo) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetKeyVisualInfo"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetKeyVisualInfo) == 0x0000B8, "Wrong size on FL_InputFunctionLibrary_C_GetKeyVisualInfo"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, InKey) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::InKey' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, __WorldContext) == 0x000018, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, KeyVisualInfo) == 0x000020, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, Temp_int_Array_Index_Variable) == 0x000050, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000060, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_Array_Get_Item) == 0x000074, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_GetDataTableRowFromName_OutRow) == 0x000080, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetKeyVisualInfo, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0000B1, "Member 'FL_InputFunctionLibrary_C_GetKeyVisualInfo::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag \ +static_assert(alignof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag) == 0x0001A0, "Wrong size on FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, InText) == 0x000000, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::InText' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, __WorldContext) == 0x000010, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, Output) == 0x000018, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::Output' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Len_ReturnValue) == 0x000038, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Len_ReturnValue_1) == 0x00003C, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_FindSubstring_ReturnValue) == 0x000040, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000044, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue) == 0x000050, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_FindSubstring_ReturnValue_1) == 0x000060, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_FindSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Subtract_IntInt_ReturnValue) == 0x000068, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00006C, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue_1) == 0x000070, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue_2) == 0x000080, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_GetBaseBindingKeyByName_Key) == 0x000090, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_GetBaseBindingKeyByName_Key' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_GetKeyVisualInfo_KeyVisualInfo) == 0x0000A8, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_GetKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D8, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, K2Node_MakeStruct_FormatArgumentData) == 0x0000E8, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, K2Node_MakeArray_Array) == 0x000130, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Format_ReturnValue) == 0x000140, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000150, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Concat_StrStr_ReturnValue) == 0x000160, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000170, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag, CallFunc_ProcessTextForInlineInputTag_Output) == 0x000190, "Member 'FL_InputFunctionLibrary_C_ProcessTextForInlineInputTag::CallFunc_ProcessTextForInlineInputTag_Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetCurrentInputType \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetCurrentInputType) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetCurrentInputType"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetCurrentInputType) == 0x000020, "Wrong size on FL_InputFunctionLibrary_C_GetCurrentInputType"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetCurrentInputType, __WorldContext) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetCurrentInputType::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetCurrentInputType, ReturnValue) == 0x000008, "Member 'FL_InputFunctionLibrary_C_GetCurrentInputType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetCurrentInputType, CallFunc_GetInputManager_InputManager) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetCurrentInputType::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetCurrentInputType, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'FL_InputFunctionLibrary_C_GetCurrentInputType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_InputFunctionLibrary_C_GetBaseBindingKeyByName \ +static_assert(alignof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName) == 0x000008, "Wrong alignment on FL_InputFunctionLibrary_C_GetBaseBindingKeyByName"); \ +static_assert(sizeof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName) == 0x000180, "Wrong size on FL_InputFunctionLibrary_C_GetBaseBindingKeyByName"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, InputActionName) == 0x000000, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, __WorldContext) == 0x000010, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Key) == 0x000018, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Key' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_byte_Variable) == 0x000030, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Conv_StringToName_ReturnValue) == 0x000034, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_bool_Variable) == 0x00003C, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Conv_NameToText_ReturnValue) == 0x000040, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, K2Node_MakeArray_Array) == 0x0000A0, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_byte_Variable_1) == 0x0000C8, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_int_Array_Index_Variable) == 0x0000CC, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_int_Loop_Counter_Variable_1) == 0x0000D0, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_int_Array_Index_Variable_1) == 0x0000D8, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, Temp_bool_Variable_1) == 0x0000DC, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_GetCurrentInputType_ReturnValue) == 0x0000DD, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_GetCurrentInputType_ReturnValue_1) == 0x0000DE, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_GetCurrentInputType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_GetInputSettings_ReturnValue) == 0x0000E0, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_GetActionMappingByName_OutMappings) == 0x0000E8, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_GetAxisMappingByName_OutMappings) == 0x0000F8, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_GetAxisMappingByName_OutMappings' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Get_Item) == 0x000108, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x000158, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000159, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Key_IsGamepadKey_ReturnValue_1) == 0x00015A, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Key_IsGamepadKey_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, K2Node_Select_Default) == 0x00015B, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Key_IsKeyboardKey_ReturnValue_1) == 0x00015C, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Key_IsKeyboardKey_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, K2Node_Select_Default_1) == 0x00015D, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Less_IntInt_ReturnValue) == 0x000164, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue_1) == 0x000168, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Greater_IntInt_ReturnValue) == 0x00016C, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue_2) == 0x000170, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Less_IntInt_ReturnValue_1) == 0x000174, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue_3) == 0x000178, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_InputFunctionLibrary_C_GetBaseBindingKeyByName, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00017C, "Member 'FL_InputFunctionLibrary_C_GetBaseBindingKeyByName::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_InputFunctionLibrary_C \ +static_assert(alignof(UFL_InputFunctionLibrary_C) == 0x000008, "Wrong alignment on UFL_InputFunctionLibrary_C"); \ +static_assert(sizeof(UFL_InputFunctionLibrary_C) == 0x000028, "Wrong size on UFL_InputFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_ComputeChangeLevelParameters \ +static_assert(alignof(BP_SpawnPointManager_C_ComputeChangeLevelParameters) == 0x000001, "Wrong alignment on BP_SpawnPointManager_C_ComputeChangeLevelParameters"); \ +static_assert(sizeof(BP_SpawnPointManager_C_ComputeChangeLevelParameters) == 0x000003, "Wrong size on BP_SpawnPointManager_C_ComputeChangeLevelParameters"); \ +static_assert(offsetof(BP_SpawnPointManager_C_ComputeChangeLevelParameters, S_ChangeLevelParameters) == 0x000000, "Member 'BP_SpawnPointManager_C_ComputeChangeLevelParameters::S_ChangeLevelParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_ComputeChangeLevelParameters, CallFunc_IsUsingDynamicSpawnPoint_ReturnValue) == 0x000001, "Member 'BP_SpawnPointManager_C_ComputeChangeLevelParameters::CallFunc_IsUsingDynamicSpawnPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_ComputeChangeLevelParameters, K2Node_MakeStruct_S_ChangeLevelParameters) == 0x000002, "Member 'BP_SpawnPointManager_C_ComputeChangeLevelParameters::K2Node_MakeStruct_S_ChangeLevelParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint \ +static_assert(alignof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint) == 0x000008, "Wrong alignment on BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint"); \ +static_assert(sizeof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint) == 0x000130, "Wrong size on BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, SpawnPointTag) == 0x000000, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_GetSpawnPointByTag_SpawnPoint) == 0x000008, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_GetSpawnPointByTag_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_GetSpawnPointByTag_Found) == 0x000010, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_GetSpawnPointByTag_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000018, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_MakeArray_Array_1) == 0x0000E8, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000118, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000120, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint, CallFunc_IsValid_ReturnValue) == 0x000129, "Member 'BP_SpawnPointManager_C_DEBUG_ActivateLightingScenarioForSpawnPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetOnLoadMapTransform \ +static_assert(alignof(BP_SpawnPointManager_C_GetOnLoadMapTransform) == 0x000010, "Wrong alignment on BP_SpawnPointManager_C_GetOnLoadMapTransform"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetOnLoadMapTransform) == 0x0005D0, "Wrong size on BP_SpawnPointManager_C_GetOnLoadMapTransform"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, SpawnTransform) == 0x000000, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CameraRotation) == 0x000060, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, SpawnPoint) == 0x000078, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, LightingScenario) == 0x000080, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, AreaAudioParameters) == 0x0000A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, DefaultCameraRotation) == 0x0000E0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, DefaultTransform) == 0x000100, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::DefaultTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_FindLevelDataByLevelFile_Found) == 0x000160, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_FindLevelDataByLevelFile_RowName) == 0x000164, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000170, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformRegular_SpawnTransform) == 0x000320, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformRegular_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformRegular_CameraRotation) == 0x000380, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformRegular_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformRegular_SpawnPoint) == 0x000398, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformRegular_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformRegular_LightingScenario) == 0x0003A0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformRegular_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformRegular_AreaAudioParameters) == 0x0003C8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformRegular_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000400, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformForWorldMap_SpawnTransform) == 0x000410, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformForWorldMap_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformForWorldMap_CameraRotation) == 0x000470, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformForWorldMap_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformForWorldMap_SpawnPoint) == 0x000488, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformForWorldMap_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformForWorldMap_LightingScenario) == 0x000490, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformForWorldMap_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformForWorldMap_AreaAudioParameters) == 0x0004B8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformForWorldMap_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformAfterBattle_SpawnTransform) == 0x0004F0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformAfterBattle_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformAfterBattle_CameraRotation) == 0x000550, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformAfterBattle_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformAfterBattle_SpawnPoint) == 0x000568, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformAfterBattle_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformAfterBattle_LightingScenario) == 0x000570, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformAfterBattle_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransform, CallFunc_GetOnLoadMapTransformAfterBattle_AreaAudioParameters) == 0x000598, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransform::CallFunc_GetOnLoadMapTransformAfterBattle_AreaAudioParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle \ +static_assert(alignof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle) == 0x000010, "Wrong alignment on BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle) == 0x000160, "Wrong size on BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, SpawnTransform) == 0x000000, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, CameraRotation) == 0x000060, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, SpawnPoint) == 0x000078, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, LightingScenario) == 0x000080, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, AreaAudioParameters) == 0x0000A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, DefaultCameraRotation) == 0x0000E0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle, DefaultTransform) == 0x000100, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformAfterBattle::DefaultTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap \ +static_assert(alignof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap) == 0x000010, "Wrong alignment on BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap) == 0x0002D0, "Wrong size on BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, SpawnTransform) == 0x000000, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CameraRotation) == 0x000060, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, SpawnPoint) == 0x000078, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, LightingScenario) == 0x000080, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, AreaAudioParameters) == 0x0000A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, DefaultCameraRotation) == 0x0000E0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, DefaultTransform) == 0x000100, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::DefaultTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_FindMapSpawnPointWithTag_SpawnPoint) == 0x000160, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_FindMapSpawnPointWithTag_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000168, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_BreakTransform_Location) == 0x000170, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_BreakTransform_Rotation) == 0x000188, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_BreakTransform_Scale) == 0x0001A0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x0001B8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, K2Node_MakeArray_Array) == 0x0001C0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_Not_PreBool_ReturnValue) == 0x0001D0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_GetOnLoadMapTransformRegular_SpawnTransform) == 0x0001F0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_GetOnLoadMapTransformRegular_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_GetOnLoadMapTransformRegular_CameraRotation) == 0x000250, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_GetOnLoadMapTransformRegular_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_GetOnLoadMapTransformRegular_SpawnPoint) == 0x000268, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_GetOnLoadMapTransformRegular_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_GetOnLoadMapTransformRegular_LightingScenario) == 0x000270, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_GetOnLoadMapTransformRegular_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap, CallFunc_GetOnLoadMapTransformRegular_AreaAudioParameters) == 0x000298, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformForWorldMap::CallFunc_GetOnLoadMapTransformRegular_AreaAudioParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetOnLoadMapTransformRegular \ +static_assert(alignof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular) == 0x000010, "Wrong alignment on BP_SpawnPointManager_C_GetOnLoadMapTransformRegular"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular) == 0x000540, "Wrong size on BP_SpawnPointManager_C_GetOnLoadMapTransformRegular"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, SpawnTransform) == 0x000000, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CameraRotation) == 0x000060, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, SpawnPoint) == 0x000078, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, LightingScenario) == 0x000080, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, AreaAudioParameters) == 0x0000A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, DefaultCameraRotation) == 0x0000E0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, DefaultTransform) == 0x000100, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::DefaultTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetStaticSpawnPointTag_SpawnPointTag) == 0x000160, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetStaticSpawnPointTag_SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnTransform) == 0x000170, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_CameraRotation) == 0x0001D0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnPoint) == 0x0001E8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_LightingScenario) == 0x0001F0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_AreaAudioParameters) == 0x000218, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_BreakTransform_Location) == 0x000250, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_BreakTransform_Rotation) == 0x000268, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_BreakTransform_Scale) == 0x000280, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000298, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x000299, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_FindLevelDataByLevelFile_Found) == 0x00029A, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_FindLevelDataByLevelFile_RowName) == 0x00029C, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x0002A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnTransform_1) == 0x000460, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnTransform_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_CameraRotation_1) == 0x0004C0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_CameraRotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnPoint_1) == 0x0004D8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_SpawnPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_LightingScenario_1) == 0x0004E0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_LightingScenario_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformRegular, CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_AreaAudioParameters_1) == 0x000508, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformRegular::CallFunc_GetOnLoadMapTransformWithStaticSpawnPoint_AreaAudioParameters_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint \ +static_assert(alignof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint) == 0x000010, "Wrong alignment on BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint) == 0x000530, "Wrong size on BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, SpawnPointTag) == 0x000000, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, SpawnTransform) == 0x000010, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CameraRotation) == 0x000070, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, SpawnPoint) == 0x000088, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, LightingScenario) == 0x000090, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, AreaAudioParameters) == 0x0000B8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, DefaultCameraRotation) == 0x0000F0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, DefaultTransform) == 0x000110, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::DefaultTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_FindMapSpawnPointWithTag_SpawnPoint) == 0x000170, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_FindMapSpawnPointWithTag_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_FindLevelDataByLevelFile_Found) == 0x000178, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_FindLevelDataByLevelFile_RowName) == 0x00017C, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x000188, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_GetSpawnTransfrom_SpawnTransform) == 0x000340, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_GetSpawnTransfrom_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_FindMapSpawnPointWithTag_SpawnPoint_1) == 0x0003A0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_FindMapSpawnPointWithTag_SpawnPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Location) == 0x0003A8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Rotation) == 0x0003C0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Scale) == 0x0003D8, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_GetSpawnTransfrom_SpawnTransform_1) == 0x0003F0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_GetSpawnTransfrom_SpawnTransform_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_IsValid_ReturnValue) == 0x000450, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Location_1) == 0x000458, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Rotation_1) == 0x000470, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_BreakTransform_Scale_1) == 0x000488, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x0004A0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_Conv_StringToText_ReturnValue) == 0x0004B0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, K2Node_MakeStruct_FormatArgumentData) == 0x0004C0, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, K2Node_MakeArray_Array) == 0x000508, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint, CallFunc_Format_ReturnValue) == 0x000518, "Member 'BP_SpawnPointManager_C_GetOnLoadMapTransformWithStaticSpawnPoint::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetSpawnPointByTag \ +static_assert(alignof(BP_SpawnPointManager_C_GetSpawnPointByTag) == 0x000008, "Wrong alignment on BP_SpawnPointManager_C_GetSpawnPointByTag"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetSpawnPointByTag) == 0x000028, "Wrong size on BP_SpawnPointManager_C_GetSpawnPointByTag"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetSpawnPointByTag, SpawnPointTag) == 0x000000, "Member 'BP_SpawnPointManager_C_GetSpawnPointByTag::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetSpawnPointByTag, SpawnPoint) == 0x000008, "Member 'BP_SpawnPointManager_C_GetSpawnPointByTag::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetSpawnPointByTag, Found) == 0x000010, "Member 'BP_SpawnPointManager_C_GetSpawnPointByTag::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetSpawnPointByTag, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_SpawnPointManager_C_GetSpawnPointByTag::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetSpawnPointByTag, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_SpawnPointManager_C_GetSpawnPointByTag::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_GetStaticSpawnPointTag \ +static_assert(alignof(BP_SpawnPointManager_C_GetStaticSpawnPointTag) == 0x000004, "Wrong alignment on BP_SpawnPointManager_C_GetStaticSpawnPointTag"); \ +static_assert(sizeof(BP_SpawnPointManager_C_GetStaticSpawnPointTag) == 0x00000C, "Wrong size on BP_SpawnPointManager_C_GetStaticSpawnPointTag"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetStaticSpawnPointTag, SpawnPointTag) == 0x000000, "Member 'BP_SpawnPointManager_C_GetStaticSpawnPointTag::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_GetStaticSpawnPointTag, CallFunc_MatchesTag_ReturnValue) == 0x000008, "Member 'BP_SpawnPointManager_C_GetStaticSpawnPointTag::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_IsSpawnPointLoaded \ +static_assert(alignof(BP_SpawnPointManager_C_IsSpawnPointLoaded) == 0x000008, "Wrong alignment on BP_SpawnPointManager_C_IsSpawnPointLoaded"); \ +static_assert(sizeof(BP_SpawnPointManager_C_IsSpawnPointLoaded) == 0x000020, "Wrong size on BP_SpawnPointManager_C_IsSpawnPointLoaded"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsSpawnPointLoaded, SpawnPointTag) == 0x000000, "Member 'BP_SpawnPointManager_C_IsSpawnPointLoaded::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsSpawnPointLoaded, IsLoaded) == 0x000008, "Member 'BP_SpawnPointManager_C_IsSpawnPointLoaded::IsLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsSpawnPointLoaded, CallFunc_GetSpawnPointByTag_SpawnPoint) == 0x000010, "Member 'BP_SpawnPointManager_C_IsSpawnPointLoaded::CallFunc_GetSpawnPointByTag_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsSpawnPointLoaded, CallFunc_GetSpawnPointByTag_Found) == 0x000018, "Member 'BP_SpawnPointManager_C_IsSpawnPointLoaded::CallFunc_GetSpawnPointByTag_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint \ +static_assert(alignof(BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint) == 0x000008, "Wrong alignment on BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint"); \ +static_assert(sizeof(BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint) == 0x000018, "Wrong size on BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint, ReturnValue) == 0x000000, "Member 'BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000010, "Member 'BP_SpawnPointManager_C_IsUsingDynamicSpawnPoint::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointManager_C_RegisterSpawnPoint \ +static_assert(alignof(BP_SpawnPointManager_C_RegisterSpawnPoint) == 0x000008, "Wrong alignment on BP_SpawnPointManager_C_RegisterSpawnPoint"); \ +static_assert(sizeof(BP_SpawnPointManager_C_RegisterSpawnPoint) == 0x0001A0, "Wrong size on BP_SpawnPointManager_C_RegisterSpawnPoint"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, SpawnPoint) == 0x000000, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_Format_ReturnValue) == 0x000018, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_GetSpawnPointByTag_SpawnPoint) == 0x000090, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_GetSpawnPointByTag_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_GetSpawnPointByTag_Found) == 0x000098, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_GetSpawnPointByTag_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x0000A0, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000B0, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C0, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000D0, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_IsSpawnPointLoaded_IsLoaded) == 0x000170, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_IsSpawnPointLoaded_IsLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, K2Node_MakeArray_Array_1) == 0x000178, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointManager_C_RegisterSpawnPoint, CallFunc_IsValid_ReturnValue) == 0x000198, "Member 'BP_SpawnPointManager_C_RegisterSpawnPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpawnPointManager_C \ +static_assert(alignof(UBP_SpawnPointManager_C) == 0x000008, "Wrong alignment on UBP_SpawnPointManager_C"); \ +static_assert(sizeof(UBP_SpawnPointManager_C) == 0x000090, "Wrong size on UBP_SpawnPointManager_C"); \ +static_assert(offsetof(UBP_SpawnPointManager_C, LoadedSpawnPoints) == 0x000028, "Member 'UBP_SpawnPointManager_C::LoadedSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpawnPointManager_C, OnSpawnPointRegistered) == 0x000078, "Member 'UBP_SpawnPointManager_C::OnSpawnPointRegistered' has a wrong offset!"); \ +static_assert(offsetof(UBP_SpawnPointManager_C, GI_Reference) == 0x000088, "Member 'UBP_SpawnPointManager_C::GI_Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V2_C \ +static_assert(alignof(UBP_SaveGameObject_V2_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V2_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V2_C) == 0x000B70, "Wrong size on UBP_SaveGameObject_V2_C"); \ + +#define DUMPER7_ASSERTS_FS_NPC_IdleListAndReaction \ +static_assert(alignof(FS_NPC_IdleListAndReaction) == 0x000008, "Wrong alignment on FS_NPC_IdleListAndReaction"); \ +static_assert(sizeof(FS_NPC_IdleListAndReaction) == 0x000038, "Wrong size on FS_NPC_IdleListAndReaction"); \ +static_assert(offsetof(FS_NPC_IdleListAndReaction, IdleStatus_6_A33A8D79412C1F7CEFD51F89BF764086) == 0x000000, "Member 'FS_NPC_IdleListAndReaction::IdleStatus_6_A33A8D79412C1F7CEFD51F89BF764086' has a wrong offset!"); \ +static_assert(offsetof(FS_NPC_IdleListAndReaction, IdleAnim_19_5BECF48441CA1D2A64F31287D72D023B) == 0x000008, "Member 'FS_NPC_IdleListAndReaction::IdleAnim_19_5BECF48441CA1D2A64F31287D72D023B' has a wrong offset!"); \ +static_assert(offsetof(FS_NPC_IdleListAndReaction, RandomIdleTalkReaction_20_C6CE65754D18CD5521E02E87AC6AD5F2) == 0x000010, "Member 'FS_NPC_IdleListAndReaction::RandomIdleTalkReaction_20_C6CE65754D18CD5521E02E87AC6AD5F2' has a wrong offset!"); \ +static_assert(offsetof(FS_NPC_IdleListAndReaction, RandomIdleVariation_21_B941400A425D7C3ADF30049071E4C0E3) == 0x000020, "Member 'FS_NPC_IdleListAndReaction::RandomIdleVariation_21_B941400A425D7C3ADF30049071E4C0E3' has a wrong offset!"); \ +static_assert(offsetof(FS_NPC_IdleListAndReaction, BreathingAdditiveAlpha_18_02B6C356478BE42E5E3A98BCD9B95F95) == 0x000030, "Member 'FS_NPC_IdleListAndReaction::BreathingAdditiveAlpha_18_02B6C356478BE42E5E3A98BCD9B95F95' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_NPCAnimations \ +static_assert(alignof(FS_NPCAnimations) == 0x000008, "Wrong alignment on FS_NPCAnimations"); \ +static_assert(sizeof(FS_NPCAnimations) == 0x000058, "Wrong size on FS_NPCAnimations"); \ +static_assert(offsetof(FS_NPCAnimations, IdleBase_16_BD9D3B8C46E0BF4EA0F1B7B01D8A13DC) == 0x000000, "Member 'FS_NPCAnimations::IdleBase_16_BD9D3B8C46E0BF4EA0F1B7B01D8A13DC' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, IdleTalking_15_F4A7FDEB4A364DB171F192AFF3060580) == 0x000008, "Member 'FS_NPCAnimations::IdleTalking_15_F4A7FDEB4A364DB171F192AFF3060580' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, IdleToIdleTalking_10_C8ED6C76429BB1AACBFCF3AED5ACAB86) == 0x000010, "Member 'FS_NPCAnimations::IdleToIdleTalking_10_C8ED6C76429BB1AACBFCF3AED5ACAB86' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, IdleTalkingToIdle_11_E385050E41658BE5721C67AB834CFD79) == 0x000018, "Member 'FS_NPCAnimations::IdleTalkingToIdle_11_E385050E41658BE5721C67AB834CFD79' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, MovementBlendspace_14_5EE0A95B44D80F37883A699BBD2FC405) == 0x000020, "Member 'FS_NPCAnimations::MovementBlendspace_14_5EE0A95B44D80F37883A699BBD2FC405' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, IdlePlayRate_22_07EFDFE04D5D6F23B55F2B84A7E0E345) == 0x000028, "Member 'FS_NPCAnimations::IdlePlayRate_22_07EFDFE04D5D6F23B55F2B84A7E0E345' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, DisableIK_24_AE5E52984BBFC470EE4B8DBADC992FB2) == 0x000030, "Member 'FS_NPCAnimations::DisableIK_24_AE5E52984BBFC470EE4B8DBADC992FB2' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, IdleListAndVariation_28_72DF959D446FB67694BD3FB43DC5F4CC) == 0x000038, "Member 'FS_NPCAnimations::IdleListAndVariation_28_72DF959D446FB67694BD3FB43DC5F4CC' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, BreathingAdditive_31_F0F059F643BEC7D766A13581321BB0A8) == 0x000048, "Member 'FS_NPCAnimations::BreathingAdditive_31_F0F059F643BEC7D766A13581321BB0A8' has a wrong offset!"); \ +static_assert(offsetof(FS_NPCAnimations, BreathingAlpha_34_4330071043ECD4CFE588A08AE6FA0C7A) == 0x000050, "Member 'FS_NPCAnimations::BreathingAlpha_34_4330071043ECD4CFE588A08AE6FA0C7A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MerchantSaveData \ +static_assert(alignof(FS_MerchantSaveData) == 0x000008, "Wrong alignment on FS_MerchantSaveData"); \ +static_assert(sizeof(FS_MerchantSaveData) == 0x000050, "Wrong size on FS_MerchantSaveData"); \ +static_assert(offsetof(FS_MerchantSaveData, RemainingItems_8_AA011E1F4591D1F996A548922801BE3C) == 0x000000, "Member 'FS_MerchantSaveData::RemainingItems_8_AA011E1F4591D1F996A548922801BE3C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience \ +static_assert(alignof(WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience) == 0x000008, "Wrong alignment on WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience"); \ +static_assert(sizeof(WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience) == 0x000018, "Wrong size on WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience, EntryPoint) == 0x000000, "Member 'WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_HUD_GM_ShowExperience_C_ExecuteUbergraph_WBP_HUD_GM_ShowExperience::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress \ +static_assert(alignof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress) == 0x000008, "Wrong alignment on WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress"); \ +static_assert(sizeof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress) == 0x000030, "Wrong size on WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress, ExperienceGainProgress_0) == 0x000000, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress::ExperienceGainProgress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress, CallFunc_FCeil_ReturnValue) == 0x000018, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceGainProgress::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_ShowExperience_C_SetExperienceTarget \ +static_assert(alignof(WBP_HUD_GM_ShowExperience_C_SetExperienceTarget) == 0x000004, "Wrong alignment on WBP_HUD_GM_ShowExperience_C_SetExperienceTarget"); \ +static_assert(sizeof(WBP_HUD_GM_ShowExperience_C_SetExperienceTarget) == 0x000004, "Wrong size on WBP_HUD_GM_ShowExperience_C_SetExperienceTarget"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_SetExperienceTarget, Number) == 0x000000, "Member 'WBP_HUD_GM_ShowExperience_C_SetExperienceTarget::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim \ +static_assert(alignof(WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim) == 0x000008, "Wrong alignment on WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim"); \ +static_assert(sizeof(WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim) == 0x000008, "Wrong size on WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim"); \ +static_assert(offsetof(WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_HUD_GM_ShowExperience_C_TriggerExperienceGainAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_GM_ShowExperience_C \ +static_assert(alignof(UWBP_HUD_GM_ShowExperience_C) == 0x000008, "Wrong alignment on UWBP_HUD_GM_ShowExperience_C"); \ +static_assert(sizeof(UWBP_HUD_GM_ShowExperience_C) == 0x000330, "Wrong size on UWBP_HUD_GM_ShowExperience_C"); \ +static_assert(offsetof(UWBP_HUD_GM_ShowExperience_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HUD_GM_ShowExperience_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_ShowExperience_C, Anim_ExperienceGain) == 0x000310, "Member 'UWBP_HUD_GM_ShowExperience_C::Anim_ExperienceGain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_ShowExperience_C, TextBlock_ExperienceNumber) == 0x000318, "Member 'UWBP_HUD_GM_ShowExperience_C::TextBlock_ExperienceNumber' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_ShowExperience_C, ExperienceTarget) == 0x000320, "Member 'UWBP_HUD_GM_ShowExperience_C::ExperienceTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_ShowExperience_C, ExperienceGainProgress) == 0x000328, "Member 'UWBP_HUD_GM_ShowExperience_C::ExperienceGainProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_SortDropdownEntry \ +static_assert(alignof(FS_SortDropdownEntry) == 0x000008, "Wrong alignment on FS_SortDropdownEntry"); \ +static_assert(sizeof(FS_SortDropdownEntry) == 0x000018, "Wrong size on FS_SortDropdownEntry"); \ +static_assert(offsetof(FS_SortDropdownEntry, ID_8_E6C7ED1547F75CC6EE3ABAAE1ADA7473) == 0x000000, "Member 'FS_SortDropdownEntry::ID_8_E6C7ED1547F75CC6EE3ABAAE1ADA7473' has a wrong offset!"); \ +static_assert(offsetof(FS_SortDropdownEntry, DisplayText_7_CE80ADF949F4BB3A19090DBC42B56120) == 0x000008, "Member 'FS_SortDropdownEntry::DisplayText_7_CE80ADF949F4BB3A19090DBC42B56120' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse \ +static_assert(alignof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse) == 0x000008, "Wrong alignment on BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse"); \ +static_assert(sizeof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse) == 0x0018E0, "Wrong size on BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000220, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_1) == 0x000350, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000360, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000368, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue) == 0x000498, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_2) == 0x0004A0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue) == 0x0004B0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_1) == 0x0004B8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0004C0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0004C8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_2) == 0x0004D0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_3) == 0x0004D8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000608, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_3) == 0x000610, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000620, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000628, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_3) == 0x000758, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_4) == 0x000760, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000770, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000778, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_SwitchInteger_CmpSuccess) == 0x000779, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_4) == 0x000780, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000788, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000790, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_5) == 0x000798, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0007A0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_5) == 0x0007A8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_5) == 0x0008D8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x0008E8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_6) == 0x0008F0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_6) == 0x000A20, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_6) == 0x000A28, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000A38, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_7) == 0x000A40, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000A48, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000A50, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_8) == 0x000A58, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000A60, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000A68, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_7) == 0x000B98, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000BA8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_9) == 0x000BB0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000BB8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000CE8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_8) == 0x000CF0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_10) == 0x000D00, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000D08, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000D10, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000D18, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_11) == 0x000E48, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_9) == 0x000E50, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000E60, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000E68, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_12) == 0x000E70, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000E78, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_10) == 0x000E80, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_10) == 0x000FB0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_13) == 0x000FC0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000FC8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000FD0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000FD1, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_14) == 0x000FD8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000FE0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_15) == 0x000FE8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000FF0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000FF8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001000, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_11) == 0x001130, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_16) == 0x001140, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_16) == 0x001148, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x001150, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001158, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetPlayerController_ReturnValue_17) == 0x001288, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_12) == 0x001290, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0012A0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_GetDialogueStage_DialogueStage) == 0x0012A8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_SwitchInteger_CmpSuccess_1) == 0x0012AC, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_13) == 0x0012B0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0012C0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_13) == 0x0012C8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_14) == 0x0013F8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x001408, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x0014D0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001598, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x0016C8, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_15) == 0x001790, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeStruct_FRichDialogueLine_15) == 0x0017A0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse, K2Node_MakeArray_Array_16) == 0x0018D0, "Member 'BP_Dialogue_Ulysse_C_ExecuteUbergraph_BP_Dialogue_Ulysse::K2Node_MakeArray_Array_16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Ulysse_C \ +static_assert(alignof(ABP_Dialogue_Ulysse_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Ulysse_C"); \ +static_assert(sizeof(ABP_Dialogue_Ulysse_C) == 0x000340, "Wrong size on ABP_Dialogue_Ulysse_C"); \ +static_assert(offsetof(ABP_Dialogue_Ulysse_C, UberGraphFrame_BP_Dialogue_Ulysse_C) == 0x000338, "Member 'ABP_Dialogue_Ulysse_C::UberGraphFrame_BP_Dialogue_Ulysse_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFluidForceSocketInfo \ +static_assert(alignof(FFluidForceSocketInfo) == 0x000008, "Wrong alignment on FFluidForceSocketInfo"); \ +static_assert(sizeof(FFluidForceSocketInfo) == 0x000050, "Wrong size on FFluidForceSocketInfo"); \ +static_assert(offsetof(FFluidForceSocketInfo, SocketsandEndpoints_6_B3EDD8FC43A7C681151F46BE0AA158C5) == 0x000000, "Member 'FFluidForceSocketInfo::SocketsandEndpoints_6_B3EDD8FC43A7C681151F46BE0AA158C5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Level \ +static_assert(alignof(FS_jRPG_Level) == 0x000004, "Wrong alignment on FS_jRPG_Level"); \ +static_assert(sizeof(FS_jRPG_Level) == 0x000004, "Wrong size on FS_jRPG_Level"); \ +static_assert(offsetof(FS_jRPG_Level, ExperienceNeededToReachThisLevel_2_34A827D0478AC7DA58357FA2F3884115) == 0x000000, "Member 'FS_jRPG_Level::ExperienceNeededToReachThisLevel_2_34A827D0478AC7DA58357FA2F3884115' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor) == 0x000CC8, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue_2) == 0x000108, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000110, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue_3) == 0x000118, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000120, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000128, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue_4) == 0x000130, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000138, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000140, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetPlayerController_ReturnValue_5) == 0x000148, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000150, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_GetDialogueStage_DialogueStage) == 0x000158, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_SwitchInteger_CmpSuccess) == 0x00015C, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x00015D, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine) == 0x000160, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000290, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array) == 0x000358, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000368, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array_1) == 0x000498, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x0004A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000570, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x0006A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array_2) == 0x000768, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000778, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array_3) == 0x0008A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x0008B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000980, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x000AB0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array_4) == 0x000B78, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000B88, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor, K2Node_MakeArray_Array_5) == 0x000CB8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Victor_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Victor::K2Node_MakeArray_Array_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Victor_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Victor_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Victor_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Victor_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Victor_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Victor_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Victor_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Victor_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Victor_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MerchantItemQueueData \ +static_assert(alignof(FS_MerchantItemQueueData) == 0x000008, "Wrong alignment on FS_MerchantItemQueueData"); \ +static_assert(sizeof(FS_MerchantItemQueueData) == 0x000138, "Wrong size on FS_MerchantItemQueueData"); \ +static_assert(offsetof(FS_MerchantItemQueueData, ItemStaticData_9_EBE61CEB4558A546CEC502AEC5DAEE39) == 0x000000, "Member 'FS_MerchantItemQueueData::ItemStaticData_9_EBE61CEB4558A546CEC502AEC5DAEE39' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemQueueData, PreviousLevel_11_1B5902F943425760899336AC966140BF) == 0x000130, "Member 'FS_MerchantItemQueueData::PreviousLevel_11_1B5902F943425760899336AC966140BF' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemQueueData, CurrentLevel_12_C06C71914956514107615C920F8A350D) == 0x000134, "Member 'FS_MerchantItemQueueData::CurrentLevel_12_C06C71914956514107615C920F8A350D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_InventoryItemTypeMetadata \ +static_assert(alignof(FS_InventoryItemTypeMetadata) == 0x000004, "Wrong alignment on FS_InventoryItemTypeMetadata"); \ +static_assert(sizeof(FS_InventoryItemTypeMetadata) == 0x000010, "Wrong size on FS_InventoryItemTypeMetadata"); \ +static_assert(offsetof(FS_InventoryItemTypeMetadata, ItemType_2_3441593643E3AB313277E8ADD43E90D9) == 0x000000, "Member 'FS_InventoryItemTypeMetadata::ItemType_2_3441593643E3AB313277E8ADD43E90D9' has a wrong offset!"); \ +static_assert(offsetof(FS_InventoryItemTypeMetadata, MaxStackAmount_5_622388C6490CC3C0B9FE31A9CE8BA5F8) == 0x000004, "Member 'FS_InventoryItemTypeMetadata::MaxStackAmount_5_622388C6490CC3C0B9FE31A9CE8BA5F8' has a wrong offset!"); \ +static_assert(offsetof(FS_InventoryItemTypeMetadata, NotificationPoolTag_8_83B2C9844F72036832B1D6B687981F59) == 0x000008, "Member 'FS_InventoryItemTypeMetadata::NotificationPoolTag_8_83B2C9844F72036832B1D6B687981F59' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom) == 0x000040, "Wrong size on BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom, Input_Direction) == 0x000018, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom, Input_Scale) == 0x000030, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom, Result) == 0x000038, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToBottom::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle) == 0x000040, "Wrong size on BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle, Input_Direction) == 0x000018, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle, Input_Scale) == 0x000030, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle, Result) == 0x000038, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToMiddle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_CheckEnterToTop \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_CheckEnterToTop"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop) == 0x000040, "Wrong size on BPI_CustomMoveZone_Ladder_C_CheckEnterToTop"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToTop::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop, Input_Direction) == 0x000018, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToTop::Input_Direction' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop, Input_Scale) == 0x000030, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToTop::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckEnterToTop, Result) == 0x000038, "Member 'BPI_CustomMoveZone_Ladder_C_CheckEnterToTop::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_CheckExitToBottom \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_CheckExitToBottom) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_CheckExitToBottom"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_CheckExitToBottom) == 0x000028, "Wrong size on BPI_CustomMoveZone_Ladder_C_CheckExitToBottom"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToBottom, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToBottom::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToBottom, Input_Scale) == 0x000018, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToBottom::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToBottom, Result) == 0x000020, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToBottom::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_CheckExitToTop \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_CheckExitToTop) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_CheckExitToTop"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_CheckExitToTop) == 0x000028, "Wrong size on BPI_CustomMoveZone_Ladder_C_CheckExitToTop"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToTop, Character_Bottom_Location) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToTop::Character_Bottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToTop, Input_Scale) == 0x000018, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToTop::Input_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_CheckExitToTop, Result) == 0x000020, "Member 'BPI_CustomMoveZone_Ladder_C_CheckExitToTop::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation) == 0x000038, "Wrong size on BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation, Character) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation::Character' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation, Bottom_Enter_Location) == 0x000008, "Member 'BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation::Bottom_Enter_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation, Bottom_Enter_Rotation) == 0x000020, "Member 'BPI_CustomMoveZone_Ladder_C_GetBottomEnterLocation::Bottom_Enter_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_GetLadderLocation \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_GetLadderLocation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_GetLadderLocation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_GetLadderLocation) == 0x000038, "Wrong size on BPI_CustomMoveZone_Ladder_C_GetLadderLocation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetLadderLocation, Character) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_GetLadderLocation::Character' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetLadderLocation, Top_Location) == 0x000008, "Member 'BPI_CustomMoveZone_Ladder_C_GetLadderLocation::Top_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetLadderLocation, Bottom_Location) == 0x000020, "Member 'BPI_CustomMoveZone_Ladder_C_GetLadderLocation::Bottom_Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_GetLadderRotation \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_GetLadderRotation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_GetLadderRotation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_GetLadderRotation) == 0x000018, "Wrong size on BPI_CustomMoveZone_Ladder_C_GetLadderRotation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetLadderRotation, Ladder_Rotation) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_GetLadderRotation::Ladder_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation) == 0x000038, "Wrong size on BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation, Character) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation::Character' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation, Top_Enter_Location) == 0x000008, "Member 'BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation::Top_Enter_Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation, Top_Enter_Rotation) == 0x000020, "Member 'BPI_CustomMoveZone_Ladder_C_GetTopEnterLocation::Top_Enter_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight \ +static_assert(alignof(BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight) == 0x000008, "Wrong alignment on BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight"); \ +static_assert(sizeof(BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight) == 0x000008, "Wrong size on BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight"); \ +static_assert(offsetof(BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight, StepHeight) == 0x000000, "Member 'BPI_CustomMoveZone_Ladder_C_GetLadderStepHeight::StepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_CustomMoveZone_Ladder_C \ +static_assert(alignof(IBPI_CustomMoveZone_Ladder_C) == 0x000001, "Wrong alignment on IBPI_CustomMoveZone_Ladder_C"); \ +static_assert(sizeof(IBPI_CustomMoveZone_Ladder_C) == 0x000001, "Wrong size on IBPI_CustomMoveZone_Ladder_C"); \ + +#define DUMPER7_ASSERTS_BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves \ +static_assert(alignof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves) == 0x000008, "Wrong alignment on BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves"); \ +static_assert(sizeof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves) == 0x0000F0, "Wrong size on BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, EntryPoint) == 0x000000, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000010, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001C, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_GetAllActorsOfClass_OutActors) == 0x000028, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000040, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Loop_Counter_Variable_2) == 0x000050, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Add_IntInt_ReturnValue_2) == 0x000058, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_BooleanAND_ReturnValue) == 0x00005D, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_int_Array_Index_Variable_2) == 0x000064, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000078, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Get_Item_2) == 0x000088, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Array_Length_ReturnValue_2) == 0x000090, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Less_IntInt_ReturnValue_2) == 0x000094, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_BooleanAND_ReturnValue_1) == 0x000095, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, K2Node_SwitchEnum_CmpSuccess) == 0x000096, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_MakeVector_ReturnValue) == 0x000098, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, Temp_bool_True_if_break_was_hit_Variable_2) == 0x0000B0, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000B1, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_BooleanAND_ReturnValue_2) == 0x0000B2, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_MakeVector_ReturnValue_1) == 0x0000C0, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x0000D8, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0000DC, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0000E0, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x0000E4, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x0000E8, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves, CallFunc_SetFloatParameter_Param_ImplicitCast_4) == 0x0000EC, "Member 'BP_Particle_Leaves_C_ExecuteUbergraph_BP_Particle_Leaves::CallFunc_SetFloatParameter_Param_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Particle_Leaves_C_UserConstructionScript \ +static_assert(alignof(BP_Particle_Leaves_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Particle_Leaves_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Particle_Leaves_C_UserConstructionScript) == 0x0000E8, "Wrong size on BP_Particle_Leaves_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable_1) == 0x00000C, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_1) == 0x000018, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000038, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x000058, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_int_Array_Index_Variable_2) == 0x00005C, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000070, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_2) == 0x00008C, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x00008D, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x00008E, "Member 'BP_Particle_Leaves_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000090, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable_2) == 0x0000A8, "Member 'BP_Particle_Leaves_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A9, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_2) == 0x0000AA, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0000B8, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x0000D0, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0000D4, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0000D8, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x0000DC, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x0000E0, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Particle_Leaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast_4) == 0x0000E4, "Member 'BP_Particle_Leaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Particle_Leaves_C \ +static_assert(alignof(ABP_Particle_Leaves_C) == 0x000008, "Wrong alignment on ABP_Particle_Leaves_C"); \ +static_assert(sizeof(ABP_Particle_Leaves_C) == 0x000318, "Wrong size on ABP_Particle_Leaves_C"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, UberGraphFrame) == 0x000290, "Member 'ABP_Particle_Leaves_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Billboard) == 0x000298, "Member 'ABP_Particle_Leaves_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Sphere) == 0x0002A0, "Member 'ABP_Particle_Leaves_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Niagara) == 0x0002A8, "Member 'ABP_Particle_Leaves_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Type) == 0x0002B0, "Member 'ABP_Particle_Leaves_C::Leaves_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Current_Material) == 0x0002B8, "Member 'ABP_Particle_Leaves_C::Current_Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Custom_Material__Any_of_your_material_) == 0x0002C0, "Member 'ABP_Particle_Leaves_C::Custom_Material__Any_of_your_material_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Spawn_Radius) == 0x0002C8, "Member 'ABP_Particle_Leaves_C::Spawn_Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Amount) == 0x0002D0, "Member 'ABP_Particle_Leaves_C::Leaves_Amount' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_size) == 0x0002D8, "Member 'ABP_Particle_Leaves_C::Leaves_size' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Turbulence_Speed_X) == 0x0002E0, "Member 'ABP_Particle_Leaves_C::Leaves_Turbulence_Speed_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Turbulence_Speed_Y) == 0x0002E8, "Member 'ABP_Particle_Leaves_C::Leaves_Turbulence_Speed_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Turbulence_Speed_Z) == 0x0002F0, "Member 'ABP_Particle_Leaves_C::Leaves_Turbulence_Speed_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_Turbulence_Strength) == 0x0002F8, "Member 'ABP_Particle_Leaves_C::Leaves_Turbulence_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Acceleration) == 0x000300, "Member 'ABP_Particle_Leaves_C::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Leaves_LifetimeMultiplier) == 0x000308, "Member 'ABP_Particle_Leaves_C::Leaves_LifetimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_Particle_Leaves_C, Speed) == 0x000310, "Member 'ABP_Particle_Leaves_C::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_IsAnyItemPlaying \ +static_assert(alignof(WBP_Journal_Panel_C_IsAnyItemPlaying) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_IsAnyItemPlaying"); \ +static_assert(sizeof(WBP_Journal_Panel_C_IsAnyItemPlaying) == 0x000048, "Wrong size on WBP_Journal_Panel_C_IsAnyItemPlaying"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, IsAnyItemPlaying_0) == 0x000000, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::IsAnyItemPlaying_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_GetListItems_ReturnValue) == 0x000010, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, K2Node_DynamicCast_AsBP_Journal_View_Item) == 0x000038, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::K2Node_DynamicCast_AsBP_Journal_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_IsAnyItemPlaying, CallFunc_IsPlaying_bIsPlaying) == 0x000041, "Member 'WBP_Journal_Panel_C_IsAnyItemPlaying::CallFunc_IsPlaying_bIsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_GetActionBar \ +static_assert(alignof(WBP_Journal_Panel_C_GetActionBar) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_GetActionBar"); \ +static_assert(sizeof(WBP_Journal_Panel_C_GetActionBar) == 0x000020, "Wrong size on WBP_Journal_Panel_C_GetActionBar"); \ +static_assert(offsetof(WBP_Journal_Panel_C_GetActionBar, WBP_CommonActionBarContainer) == 0x000000, "Member 'WBP_Journal_Panel_C_GetActionBar::WBP_CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_GetActionBar, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000008, "Member 'WBP_Journal_Panel_C_GetActionBar::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_GetActionBar, CallFunc_FindParentWidgetOfType_ReturnValue) == 0x000010, "Member 'WBP_Journal_Panel_C_GetActionBar::CallFunc_FindParentWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_GetActionBar, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_Journal_Panel_C_GetActionBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_UnlockJournalItem \ +static_assert(alignof(WBP_Journal_Panel_C_UnlockJournalItem) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_UnlockJournalItem"); \ +static_assert(sizeof(WBP_Journal_Panel_C_UnlockJournalItem) == 0x0001C8, "Wrong size on WBP_Journal_Panel_C_UnlockJournalItem"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, UnlockedJournal) == 0x000000, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::UnlockedJournal' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, localJournalFound) == 0x000010, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::localJournalFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000150, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_Not_PreBool_ReturnValue) == 0x000151, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_IsValid_ReturnValue) == 0x000152, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_SpawnObject_ReturnValue) == 0x000158, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, K2Node_CreateDelegate_OutputDelegate) == 0x000160, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000170, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, Temp_int_Loop_Counter_Variable) == 0x000178, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_GetInventoryManager_ReturnValue) == 0x000180, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_GetListItems_ReturnValue) == 0x000188, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, K2Node_DynamicCast_AsBP_Journal_View_Item) == 0x0001B0, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::K2Node_DynamicCast_AsBP_Journal_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_GetJournalHardcodedName_Item_HardcodedName) == 0x0001BC, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_GetJournalHardcodedName_Item_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_UnlockJournalItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001C4, "Member 'WBP_Journal_Panel_C_UnlockJournalItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature) == 0x000010, "Wrong size on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature, JournalViewItem) == 0x000000, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature, IsSelected) == 0x000008, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature::IsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1 \ +static_assert(alignof(WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1) == 0x000004, "Wrong alignment on WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1"); \ +static_assert(sizeof(WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1) == 0x000004, "Wrong size on WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1"); \ +static_assert(offsetof(WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1, AxisValue) == 0x000000, "Member 'WBP_Journal_Panel_C_Down_K2Node_InputAxisEvent_1::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_OnInputMethodChanged_Event \ +static_assert(alignof(WBP_Journal_Panel_C_OnInputMethodChanged_Event) == 0x000001, "Wrong alignment on WBP_Journal_Panel_C_OnInputMethodChanged_Event"); \ +static_assert(sizeof(WBP_Journal_Panel_C_OnInputMethodChanged_Event) == 0x000001, "Wrong size on WBP_Journal_Panel_C_OnInputMethodChanged_Event"); \ +static_assert(offsetof(WBP_Journal_Panel_C_OnInputMethodChanged_Event, bNewInputType) == 0x000000, "Member 'WBP_Journal_Panel_C_OnInputMethodChanged_Event::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature \ +static_assert(alignof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature"); \ +static_assert(sizeof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature) == 0x000008, "Wrong size on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature, JournalViewItem) == 0x000000, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_2_OnJournalItemUnlocked__DelegateSignature::JournalViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_RebuildActionBarButtons \ +static_assert(alignof(WBP_Journal_Panel_C_RebuildActionBarButtons) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_RebuildActionBarButtons"); \ +static_assert(sizeof(WBP_Journal_Panel_C_RebuildActionBarButtons) == 0x000008, "Wrong size on WBP_Journal_Panel_C_RebuildActionBarButtons"); \ +static_assert(offsetof(WBP_Journal_Panel_C_RebuildActionBarButtons, ActionBarContainerWidget) == 0x000000, "Member 'WBP_Journal_Panel_C_RebuildActionBarButtons::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature \ +static_assert(alignof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature) == 0x000010, "Wrong size on WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature, JournalViewItem) == 0x000000, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature, IsSelected) == 0x000008, "Member 'WBP_Journal_Panel_C_BndEvt__WBP_Journal_Panel_WBP_JournalEntriesList_K2Node_ComponentBoundEvent_3_OnJournalItemClicked__DelegateSignature::IsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel \ +static_assert(alignof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel) == 0x000008, "Wrong alignment on WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel"); \ +static_assert(sizeof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel) == 0x000268, "Wrong size on WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, EntryPoint) == 0x000000, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_JournalViewItem_2) == 0x000008, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_JournalViewItem_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_IsSelected_1) == 0x000010, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_IsSelected_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalVoiceOver_VoiceOver) == 0x000018, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalVoiceOver_VoiceOver' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalLevelName_AssociatedLevel) == 0x000040, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalLevelName_AssociatedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000048, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalVoiceOver_VoiceOver_1) == 0x000050, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalVoiceOver_VoiceOver_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsOwned_IsOwned) == 0x000078, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsOwned_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000079, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue) == 0x00007A, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BooleanAND_ReturnValue) == 0x00007B, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsOwned_IsOwned_1) == 0x00007C, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsOwned_IsOwned_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BooleanAND_ReturnValue_1) == 0x00007D, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetDesiredSize_ReturnValue) == 0x000080, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BreakVector2D_X) == 0x000090, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BreakVector2D_Y) == 0x000098, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x0000A0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000A4, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetScrollOffset_ReturnValue) == 0x0000A8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_InputAxisEvent_AxisValue) == 0x0000AC, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_FClamp_ReturnValue) == 0x0000C0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetIsEnabled_ReturnValue) == 0x0000C8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_CustomEvent_bNewInputType) == 0x0000D8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D9, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_JournalViewItem_1) == 0x0000E0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_JournalViewItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalVoiceOver_VoiceOver_2) == 0x0000E8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalVoiceOver_VoiceOver_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValidSoftObjectReference_ReturnValue_2) == 0x000110, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValidSoftObjectReference_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalLevelName_AssociatedLevel_1) == 0x000114, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalLevelName_AssociatedLevel_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_1) == 0x00011C, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_PlayAnimationForward_ReturnValue) == 0x000120, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000128, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_CustomEvent_ActionBarContainerWidget) == 0x000130, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetActionBar_WBP_CommonActionBarContainer) == 0x000138, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetActionBar_WBP_CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000140, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_2) == 0x000148, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_3) == 0x000149, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetIsEnabled_ReturnValue_1) == 0x00014A, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetActionBar_WBP_CommonActionBarContainer_1) == 0x000150, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetActionBar_WBP_CommonActionBarContainer_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_4) == 0x000158, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_JournalViewItem) == 0x000160, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_ComponentBoundEvent_IsSelected) == 0x000168, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_ComponentBoundEvent_IsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetActionBar_WBP_CommonActionBarContainer_2) == 0x000170, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetActionBar_WBP_CommonActionBarContainer_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_5) == 0x000178, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalVoiceOver_VoiceOver_3) == 0x000180, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalVoiceOver_VoiceOver_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetJournalLevelName_AssociatedLevel_2) == 0x0001A8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetJournalLevelName_AssociatedLevel_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValidSoftObjectReference_ReturnValue_3) == 0x0001B0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValidSoftObjectReference_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsOwned_IsOwned_2) == 0x0001B1, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsOwned_IsOwned_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsValid_ReturnValue_6) == 0x0001B2, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BooleanAND_ReturnValue_2) == 0x0001B3, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x0001B4, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0001C4, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x0001C5, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_BooleanAND_ReturnValue_3) == 0x0001C6, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsAnyItemPlaying_IsAnyItemPlaying) == 0x0001C7, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsAnyItemPlaying_IsAnyItemPlaying' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Not_PreBool_ReturnValue) == 0x0001C8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x0001D0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsInputMethodActive_ReturnValue) == 0x0001D8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001DC, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001EC, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001F0, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2) == 0x0001F8, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F9, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, Temp_text_Variable) == 0x000200, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, Temp_text_Variable_1) == 0x000210, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, Temp_bool_Variable) == 0x000220, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_Select_Default) == 0x000228, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000238, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_FClamp_Max_ImplicitCast) == 0x000248, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000250, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000258, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x000260, "Member 'WBP_Journal_Panel_C_ExecuteUbergraph_WBP_Journal_Panel::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Journal_Panel_C \ +static_assert(alignof(UWBP_Journal_Panel_C) == 0x000008, "Wrong alignment on UWBP_Journal_Panel_C"); \ +static_assert(sizeof(UWBP_Journal_Panel_C) == 0x0004C8, "Wrong size on UWBP_Journal_Panel_C"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Journal_Panel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, Anim_Unlock) == 0x000438, "Member 'UWBP_Journal_Panel_C::Anim_Unlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, JournalBox) == 0x000440, "Member 'UWBP_Journal_Panel_C::JournalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, WBP_CommonBoundActionButton_Back) == 0x000448, "Member 'UWBP_Journal_Panel_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, WBP_CommonBoundActionButton_ReadEntry) == 0x000450, "Member 'UWBP_Journal_Panel_C::WBP_CommonBoundActionButton_ReadEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, WBP_CommonBoundActionButton_ScrollEntry) == 0x000458, "Member 'UWBP_Journal_Panel_C::WBP_CommonBoundActionButton_ScrollEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, WBP_JournalContent) == 0x000460, "Member 'UWBP_Journal_Panel_C::WBP_JournalContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, WBP_JournalEntriesList) == 0x000468, "Member 'UWBP_Journal_Panel_C::WBP_JournalEntriesList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, OnBackToTeamOverview) == 0x000470, "Member 'UWBP_Journal_Panel_C::OnBackToTeamOverview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, SD_OnActivated) == 0x000480, "Member 'UWBP_Journal_Panel_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, SD_OnDeactivated) == 0x000490, "Member 'UWBP_Journal_Panel_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, OnJournalItemNavigated) == 0x0004A0, "Member 'UWBP_Journal_Panel_C::OnJournalItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, OnJournalItemUnlocked) == 0x0004B0, "Member 'UWBP_Journal_Panel_C::OnJournalItemUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Journal_Panel_C, IsHoveredEntrySelected) == 0x0004C0, "Member 'UWBP_Journal_Panel_C::IsHoveredEntrySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_Failure_C \ +static_assert(alignof(UCTS_H0_Failure_C) == 0x000010, "Wrong alignment on UCTS_H0_Failure_C"); \ +static_assert(sizeof(UCTS_H0_Failure_C) == 0x0001B0, "Wrong size on UCTS_H0_Failure_C"); \ + +#define DUMPER7_ASSERTS_BPI_SelectorLockable_C_SetSelectorIsLocked \ +static_assert(alignof(BPI_SelectorLockable_C_SetSelectorIsLocked) == 0x000001, "Wrong alignment on BPI_SelectorLockable_C_SetSelectorIsLocked"); \ +static_assert(sizeof(BPI_SelectorLockable_C_SetSelectorIsLocked) == 0x000001, "Wrong size on BPI_SelectorLockable_C_SetSelectorIsLocked"); \ +static_assert(offsetof(BPI_SelectorLockable_C_SetSelectorIsLocked, NewLockStatus) == 0x000000, "Member 'BPI_SelectorLockable_C_SetSelectorIsLocked::NewLockStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_SelectorLockable_C \ +static_assert(alignof(IBPI_SelectorLockable_C) == 0x000001, "Wrong alignment on IBPI_SelectorLockable_C"); \ +static_assert(sizeof(IBPI_SelectorLockable_C) == 0x000001, "Wrong size on IBPI_SelectorLockable_C"); \ + +#define DUMPER7_ASSERTS_FS_PhotoModeActorData \ +static_assert(alignof(FS_PhotoModeActorData) == 0x000008, "Wrong alignment on FS_PhotoModeActorData"); \ +static_assert(sizeof(FS_PhotoModeActorData) == 0x000038, "Wrong size on FS_PhotoModeActorData"); \ +static_assert(offsetof(FS_PhotoModeActorData, HiddenInGame_3_84237F584157901E3DEC9B8F1CC7550F) == 0x000000, "Member 'FS_PhotoModeActorData::HiddenInGame_3_84237F584157901E3DEC9B8F1CC7550F' has a wrong offset!"); \ +static_assert(offsetof(FS_PhotoModeActorData, MeshCollisionEnabledType_23_D9009941434B213B29D58B8D9AFE69BE) == 0x000008, "Member 'FS_PhotoModeActorData::MeshCollisionEnabledType_23_D9009941434B213B29D58B8D9AFE69BE' has a wrong offset!"); \ +static_assert(offsetof(FS_PhotoModeActorData, MeshKinematicBonesUpdateType_24_2C1B928A4C6E2461ED6EFD8513A06067) == 0x000018, "Member 'FS_PhotoModeActorData::MeshKinematicBonesUpdateType_24_2C1B928A4C6E2461ED6EFD8513A06067' has a wrong offset!"); \ +static_assert(offsetof(FS_PhotoModeActorData, MeshCollisionResponseToCameraChannel_25_C25EA2A2403165F878219088648BD6F7) == 0x000028, "Member 'FS_PhotoModeActorData::MeshCollisionResponseToCameraChannel_25_C25EA2A2403165F878219088648BD6F7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReadingCube_C_CheckForErrors \ +static_assert(alignof(BP_ReadingCube_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_ReadingCube_C_CheckForErrors"); \ +static_assert(sizeof(BP_ReadingCube_C_CheckForErrors) == 0x000260, "Wrong size on BP_ReadingCube_C_CheckForErrors"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_ReadingCube_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_ReadingCube_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000148, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x000150, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x0001B8, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0001C8, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001D8, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0001E8, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F0, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000238, "Member 'BP_ReadingCube_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000248, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000258, "Member 'BP_ReadingCube_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube \ +static_assert(alignof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube) == 0x000008, "Wrong alignment on BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube"); \ +static_assert(sizeof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube) == 0x000050, "Wrong size on BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube"); \ +static_assert(offsetof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube, EntryPoint) == 0x000000, "Member 'BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube, K2Node_Event_Instant) == 0x000010, "Member 'BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube, CallFunc_SpawnSound2D_ReturnValue) == 0x000018, "Member 'BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000020, "Member 'BP_ReadingCube_C_ExecuteUbergraph_BP_ReadingCube::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReadingCube_C_GetJournalItemHardcodedName \ +static_assert(alignof(BP_ReadingCube_C_GetJournalItemHardcodedName) == 0x000008, "Wrong alignment on BP_ReadingCube_C_GetJournalItemHardcodedName"); \ +static_assert(sizeof(BP_ReadingCube_C_GetJournalItemHardcodedName) == 0x000140, "Wrong size on BP_ReadingCube_C_GetJournalItemHardcodedName"); \ +static_assert(offsetof(BP_ReadingCube_C_GetJournalItemHardcodedName, Name_0) == 0x000000, "Member 'BP_ReadingCube_C_GetJournalItemHardcodedName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_GetJournalItemHardcodedName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_ReadingCube_C_GetJournalItemHardcodedName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_GetJournalItemHardcodedName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000138, "Member 'BP_ReadingCube_C_GetJournalItemHardcodedName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReadingCube_C_OnInteractionRequested \ +static_assert(alignof(BP_ReadingCube_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_ReadingCube_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_ReadingCube_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_ReadingCube_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_ReadingCube_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_ReadingCube_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_ReadingCube_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReadingCube_C_OnPutAwayDocument \ +static_assert(alignof(BP_ReadingCube_C_OnPutAwayDocument) == 0x000008, "Wrong alignment on BP_ReadingCube_C_OnPutAwayDocument"); \ +static_assert(sizeof(BP_ReadingCube_C_OnPutAwayDocument) == 0x000068, "Wrong size on BP_ReadingCube_C_OnPutAwayDocument"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000000, "Member 'BP_ReadingCube_C_OnPutAwayDocument::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_GetJournalItemHardcodedName_Name) == 0x000038, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_GetJournalItemHardcodedName_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000040, "Member 'BP_ReadingCube_C_OnPutAwayDocument::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_ReadingCube_C_OnPutAwayDocument::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_IsNameValid_ReturnValue) == 0x000049, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_GetInventoryManager_ReturnValue) == 0x000050, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_AddItemToInventory_GeneratedItem) == 0x000058, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000060, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_ReadingCube_C_OnPutAwayDocument, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BP_ReadingCube_C_OnPutAwayDocument::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReadingCube_C \ +static_assert(alignof(ABP_ReadingCube_C) == 0x000008, "Wrong alignment on ABP_ReadingCube_C"); \ +static_assert(sizeof(ABP_ReadingCube_C) == 0x0003B8, "Wrong size on ABP_ReadingCube_C"); \ +static_assert(offsetof(ABP_ReadingCube_C, UberGraphFrame_BP_ReadingCube_C) == 0x000338, "Member 'ABP_ReadingCube_C::UberGraphFrame_BP_ReadingCube_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, AC_Idle_LP) == 0x000340, "Member 'ABP_ReadingCube_C::AC_Idle_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, Cube) == 0x000348, "Member 'ABP_ReadingCube_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, AC_OneShot) == 0x000350, "Member 'ABP_ReadingCube_C::AC_OneShot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, AC_Loop) == 0x000358, "Member 'ABP_ReadingCube_C::AC_Loop' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, PointLight) == 0x000360, "Member 'ABP_ReadingCube_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, FX_ReadingCube) == 0x000368, "Member 'ABP_ReadingCube_C::FX_ReadingCube' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, GameActionWrapperAfterReading) == 0x000370, "Member 'ABP_ReadingCube_C::GameActionWrapperAfterReading' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, JournalItem) == 0x000380, "Member 'ABP_ReadingCube_C::JournalItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, ReadingPauseBlocker) == 0x000390, "Member 'ABP_ReadingCube_C::ReadingPauseBlocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReadingCube_C, ControlBusMix) == 0x0003B0, "Member 'ABP_ReadingCube_C::ControlBusMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_EnemyScalingMultipliers \ +static_assert(alignof(FS_EnemyScalingMultipliers) == 0x000008, "Wrong alignment on FS_EnemyScalingMultipliers"); \ +static_assert(sizeof(FS_EnemyScalingMultipliers) == 0x000058, "Wrong size on FS_EnemyScalingMultipliers"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, HP_2_9B8F0EF14EBC6DBDE30E86A7FFE48646) == 0x000000, "Member 'FS_EnemyScalingMultipliers::HP_2_9B8F0EF14EBC6DBDE30E86A7FFE48646' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, PhysicalAttack_4_82A69E334B7A1E723084829AFCCEAA25) == 0x000008, "Member 'FS_EnemyScalingMultipliers::PhysicalAttack_4_82A69E334B7A1E723084829AFCCEAA25' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, PhysicalDefense_6_F610675445A2768C30612FBAB57F46DE) == 0x000010, "Member 'FS_EnemyScalingMultipliers::PhysicalDefense_6_F610675445A2768C30612FBAB57F46DE' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, MagicalAttack_8_653EB84143B61538EFE2F1BE21539BC7) == 0x000018, "Member 'FS_EnemyScalingMultipliers::MagicalAttack_8_653EB84143B61538EFE2F1BE21539BC7' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, MagicalDefense_10_5972F1F24C89F844C3B6DEBF6AE09DD0) == 0x000020, "Member 'FS_EnemyScalingMultipliers::MagicalDefense_10_5972F1F24C89F844C3B6DEBF6AE09DD0' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, Mastery_12_6E8B50B847CAA10796C547931DA5B71F) == 0x000028, "Member 'FS_EnemyScalingMultipliers::Mastery_12_6E8B50B847CAA10796C547931DA5B71F' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, Accuracy_14_75BBC9AE40CCAAD4B40F23983475A0D8) == 0x000030, "Member 'FS_EnemyScalingMultipliers::Accuracy_14_75BBC9AE40CCAAD4B40F23983475A0D8' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, Speed_16_FC80E04941CF184AEFA369950419F557) == 0x000038, "Member 'FS_EnemyScalingMultipliers::Speed_16_FC80E04941CF184AEFA369950419F557' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, CriticalChance_18_29F8B957479C0D953C447E95FF3492E4) == 0x000040, "Member 'FS_EnemyScalingMultipliers::CriticalChance_18_29F8B957479C0D953C447E95FF3492E4' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, Chroma_21_6C260F8F48BCE6E6C43C568C38941012) == 0x000048, "Member 'FS_EnemyScalingMultipliers::Chroma_21_6C260F8F48BCE6E6C43C568C38941012' has a wrong offset!"); \ +static_assert(offsetof(FS_EnemyScalingMultipliers, Experience_23_BEE8A0DD4ED59C6C6782B88443AB9AE8) == 0x000050, "Member 'FS_EnemyScalingMultipliers::Experience_23_BEE8A0DD4ED59C6C6782B88443AB9AE8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_CheckForErrors \ +static_assert(alignof(BP_SerializableActorComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_SerializableActorComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_CheckForErrors) == 0x0000C8, "Wrong size on BP_SerializableActorComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_SerializableActorComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_SerializableActorComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_IsGlobalObjectIDValid_IsValid) == 0x000020, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_IsGlobalObjectIDValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_SerializableActorComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_SerializableActorComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'BP_SerializableActorComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity \ +static_assert(alignof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity) == 0x000008, "Wrong alignment on BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity) == 0x0000A0, "Wrong size on BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, CallFunc_IsGlobalObjectIDValid_IsValid) == 0x000000, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::CallFunc_IsGlobalObjectIDValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'BP_SerializableActorComponent_C_CheckGlobalObjectIDValidity::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_ForceGlobalObjectID \ +static_assert(alignof(BP_SerializableActorComponent_C_ForceGlobalObjectID) == 0x000004, "Wrong alignment on BP_SerializableActorComponent_C_ForceGlobalObjectID"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_ForceGlobalObjectID) == 0x000008, "Wrong size on BP_SerializableActorComponent_C_ForceGlobalObjectID"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_ForceGlobalObjectID, ObjectId) == 0x000000, "Member 'BP_SerializableActorComponent_C_ForceGlobalObjectID::ObjectId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_GenerateGlobalObjectID \ +static_assert(alignof(BP_SerializableActorComponent_C_GenerateGlobalObjectID) == 0x000008, "Wrong alignment on BP_SerializableActorComponent_C_GenerateGlobalObjectID"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_GenerateGlobalObjectID) == 0x000160, "Wrong size on BP_SerializableActorComponent_C_GenerateGlobalObjectID"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, OptionalPrefix) == 0x000000, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::OptionalPrefix' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, ForceGeneration) == 0x000010, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::ForceGeneration' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GenerateNewGUID_GUID) == 0x000014, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GenerateNewGUID_GUID' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Not_PreBool_ReturnValue) == 0x00001D, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GetAllActorsOfClass_OutActors) == 0x000028, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GetGlobalObjectID_ObjectID) == 0x00004C, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_IsGlobalObjectIDValid_IsValid) == 0x000055, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_IsGlobalObjectIDValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Not_PreBool_ReturnValue_1) == 0x000056, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_BooleanOR_ReturnValue) == 0x00005C, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_BooleanAND_ReturnValue) == 0x000064, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Conv_NameToText_ReturnValue) == 0x000070, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_GetDisplayName_ReturnValue) == 0x000080, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, K2Node_MakeArray_Array) == 0x000130, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000140, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000158, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateGlobalObjectID, CallFunc_BooleanAND_ReturnValue_1) == 0x000159, "Member 'BP_SerializableActorComponent_C_GenerateGlobalObjectID::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_GenerateNewGUID \ +static_assert(alignof(BP_SerializableActorComponent_C_GenerateNewGUID) == 0x000008, "Wrong alignment on BP_SerializableActorComponent_C_GenerateNewGUID"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_GenerateNewGUID) == 0x0000F8, "Wrong size on BP_SerializableActorComponent_C_GenerateNewGUID"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, OptionalPrefix) == 0x000000, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::OptionalPrefix' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, Guid) == 0x000010, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000018, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_SelectString_ReturnValue) == 0x000058, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_GetObjectClass_ReturnValue) == 0x000068, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_GetClassDisplayName_ReturnValue) == 0x000080, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_NewGuid_ReturnValue) == 0x0000B0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Conv_GuidToString_ReturnValue) == 0x0000D0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000E0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GenerateNewGUID, CallFunc_Conv_StringToName_ReturnValue) == 0x0000F0, "Member 'BP_SerializableActorComponent_C_GenerateNewGUID::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_GetGlobalObjectID \ +static_assert(alignof(BP_SerializableActorComponent_C_GetGlobalObjectID) == 0x000004, "Wrong alignment on BP_SerializableActorComponent_C_GetGlobalObjectID"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_GetGlobalObjectID) == 0x000008, "Wrong size on BP_SerializableActorComponent_C_GetGlobalObjectID"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_GetGlobalObjectID, ObjectId) == 0x000000, "Member 'BP_SerializableActorComponent_C_GetGlobalObjectID::ObjectId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SerializableActorComponent_C_IsGlobalObjectIDValid \ +static_assert(alignof(BP_SerializableActorComponent_C_IsGlobalObjectIDValid) == 0x000004, "Wrong alignment on BP_SerializableActorComponent_C_IsGlobalObjectIDValid"); \ +static_assert(sizeof(BP_SerializableActorComponent_C_IsGlobalObjectIDValid) == 0x000010, "Wrong size on BP_SerializableActorComponent_C_IsGlobalObjectIDValid"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_IsGlobalObjectIDValid, IsValid) == 0x000000, "Member 'BP_SerializableActorComponent_C_IsGlobalObjectIDValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_IsGlobalObjectIDValid, local_EmptyName) == 0x000004, "Member 'BP_SerializableActorComponent_C_IsGlobalObjectIDValid::local_EmptyName' has a wrong offset!"); \ +static_assert(offsetof(BP_SerializableActorComponent_C_IsGlobalObjectIDValid, CallFunc_NotEqual_NameName_ReturnValue) == 0x00000C, "Member 'BP_SerializableActorComponent_C_IsGlobalObjectIDValid::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SerializableActorComponent_C \ +static_assert(alignof(UBP_SerializableActorComponent_C) == 0x000008, "Wrong alignment on UBP_SerializableActorComponent_C"); \ +static_assert(sizeof(UBP_SerializableActorComponent_C) == 0x0000B0, "Wrong size on UBP_SerializableActorComponent_C"); \ +static_assert(offsetof(UBP_SerializableActorComponent_C, GlobalObjectID) == 0x0000A0, "Member 'UBP_SerializableActorComponent_C::GlobalObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SerializableActorComponent_C, GeneratedVersion) == 0x0000A8, "Member 'UBP_SerializableActorComponent_C::GeneratedVersion' has a wrong offset!"); \ +static_assert(offsetof(UBP_SerializableActorComponent_C, CURRENT_VERSION) == 0x0000AC, "Member 'UBP_SerializableActorComponent_C::CURRENT_VERSION' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SubtitleLine_BD_C \ +static_assert(alignof(UWBP_SubtitleLine_BD_C) == 0x000008, "Wrong alignment on UWBP_SubtitleLine_BD_C"); \ +static_assert(sizeof(UWBP_SubtitleLine_BD_C) == 0x000318, "Wrong size on UWBP_SubtitleLine_BD_C"); \ + +#define DUMPER7_ASSERTS_FS_CampState \ +static_assert(alignof(FS_CampState) == 0x000008, "Wrong alignment on FS_CampState"); \ +static_assert(sizeof(FS_CampState) == 0x0000A0, "Wrong size on FS_CampState"); \ +static_assert(offsetof(FS_CampState, CharactersStates_4_0BABCE334BEF66E6E7337C9D3A2FEB4E) == 0x000000, "Member 'FS_CampState::CharactersStates_4_0BABCE334BEF66E6E7337C9D3A2FEB4E' has a wrong offset!"); \ +static_assert(offsetof(FS_CampState, GameActionOnLevelStartSoft_17_646A3EEE45CD0E4F142B9587870FBCFB) == 0x000050, "Member 'FS_CampState::GameActionOnLevelStartSoft_17_646A3EEE45CD0E4F142B9587870FBCFB' has a wrong offset!"); \ +static_assert(offsetof(FS_CampState, GameActionOnGoingToSleepSoft_19_B6FC81534DE1C3AECB21DD97C49219DC) == 0x000078, "Member 'FS_CampState::GameActionOnGoingToSleepSoft_19_B6FC81534DE1C3AECB21DD97C49219DC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound \ +static_assert(alignof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound) == 0x000008, "Wrong alignment on BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound"); \ +static_assert(sizeof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound) == 0x000008, "Wrong size on BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound"); \ +static_assert(offsetof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound, DefaultHitSound) == 0x000000, "Member 'BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBaseHitSound::DefaultHitSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass \ +static_assert(alignof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass) == 0x000008, "Wrong alignment on BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass"); \ +static_assert(sizeof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass) == 0x000028, "Wrong size on BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass"); \ +static_assert(offsetof(BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass, CharacterBattleLineClass_0) == 0x000000, "Member 'BP_DataAsset_CharacterBattleAudioProfile_C_GetCharacterBattleLinesClass::CharacterBattleLineClass_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_CharacterBattleAudioProfile_C \ +static_assert(alignof(UBP_DataAsset_CharacterBattleAudioProfile_C) == 0x000008, "Wrong alignment on UBP_DataAsset_CharacterBattleAudioProfile_C"); \ +static_assert(sizeof(UBP_DataAsset_CharacterBattleAudioProfile_C) == 0x0001A0, "Wrong size on UBP_DataAsset_CharacterBattleAudioProfile_C"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, CharacterBattleUiType) == 0x000030, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::CharacterBattleUiType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, Common_SFX) == 0x000040, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::Common_SFX' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, HitByCommon_AnimCall) == 0x000098, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::HitByCommon_AnimCall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, DeathCommon_AnimCall) == 0x0000D8, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::DeathCommon_AnimCall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, BattleHitBy_CallByBP) == 0x0000F8, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::BattleHitBy_CallByBP' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, DA_Footsteps) == 0x000108, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::DA_Footsteps' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, DeathCommon_Bodyfall_AnimCall) == 0x000110, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::DeathCommon_Bodyfall_AnimCall' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, OnoSoundData) == 0x000118, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::OnoSoundData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, CharacterBaseHitSound) == 0x000168, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::CharacterBaseHitSound' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, EventReactions_MatchingRule) == 0x000170, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::EventReactions_MatchingRule' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, Event_HitReceived_MatchingRule) == 0x000171, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::Event_HitReceived_MatchingRule' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterBattleAudioProfile_C, CharacterBattleLineClass) == 0x000178, "Member 'UBP_DataAsset_CharacterBattleAudioProfile_C::CharacterBattleLineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Conditional_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_Conditional_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_Conditional_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_Conditional_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_Conditional_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_Conditional_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional \ +static_assert(alignof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional) == 0x000008, "Wrong alignment on BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional"); \ +static_assert(sizeof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional) == 0x000030, "Wrong size on BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, Temp_wildcard_Variable) == 0x000008, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, K2Node_DynamicCast_AsBP_Game_Action_Conditional) == 0x000010, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::K2Node_DynamicCast_AsBP_Game_Action_Conditional' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, K2Node_Event_Controller) == 0x000020, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional, CallFunc_Check_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_Conditional_C_ExecuteUbergraph_BP_GameActionInstance_Conditional::CallFunc_Check_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Conditional_C_OnChildGameActionFinished \ +static_assert(alignof(BP_GameActionInstance_Conditional_C_OnChildGameActionFinished) == 0x000008, "Wrong alignment on BP_GameActionInstance_Conditional_C_OnChildGameActionFinished"); \ +static_assert(sizeof(BP_GameActionInstance_Conditional_C_OnChildGameActionFinished) == 0x000010, "Wrong size on BP_GameActionInstance_Conditional_C_OnChildGameActionFinished"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_OnChildGameActionFinished, GameActionInstance) == 0x000000, "Member 'BP_GameActionInstance_Conditional_C_OnChildGameActionFinished::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_OnChildGameActionFinished, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_Conditional_C_OnChildGameActionFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_OnChildGameActionFinished, CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue) == 0x000009, "Member 'BP_GameActionInstance_Conditional_C_OnChildGameActionFinished::CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Conditional_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_Conditional_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_Conditional_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_Conditional_C_GetDebugString) == 0x000130, "Wrong size on BP_GameActionInstance_Conditional_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_Conv_BoolToText_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_PadString_Result) == 0x0000E0, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000110, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000120, "Member 'BP_GameActionInstance_Conditional_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Conditional_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_Conditional_C \ +static_assert(alignof(UBP_GameActionInstance_Conditional_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_Conditional_C"); \ +static_assert(sizeof(UBP_GameActionInstance_Conditional_C) == 0x000058, "Wrong size on UBP_GameActionInstance_Conditional_C"); \ +static_assert(offsetof(UBP_GameActionInstance_Conditional_C, UberGraphFrame) == 0x000048, "Member 'UBP_GameActionInstance_Conditional_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Conditional_C, ConditionResult) == 0x000050, "Member 'UBP_GameActionInstance_Conditional_C::ConditionResult' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Conditional_C, ShouldTriggerAutoSave) == 0x000051, "Member 'UBP_GameActionInstance_Conditional_C::ShouldTriggerAutoSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged) == 0x000030, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_BindEventOnGameStateChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_Check_AND \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_Check_AND"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND) == 0x000028, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_Check_AND"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, Result) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, local_Result) == 0x000001, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::local_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_Check_ReturnValue) == 0x000021, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_Check_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_AND, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_AND::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_Check_OR \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_Check_OR"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR) == 0x000028, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_Check_OR"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, Result) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, local_Result) == 0x000001, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::local_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_Check_ReturnValue) == 0x000021, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_Check_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_OR, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_OR::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR) == 0x000038, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, Result) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, local_NumberOfConditionsValid) == 0x000004, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::local_NumberOfConditionsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, Temp_int_Variable) == 0x00000C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR, CallFunc_Check_ReturnValue) == 0x000031, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_Check_XOR::CallFunc_Check_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal) == 0x000005, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal, CallFunc_Check_XOR_Result) == 0x000001, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal::CallFunc_Check_XOR_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal, CallFunc_Check_OR_Result) == 0x000002, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal::CallFunc_Check_OR_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal, CallFunc_Check_AND_Result) == 0x000003, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal::CallFunc_Check_AND_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_CheckInternal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged) == 0x000030, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_UnbindEventOnGameStateChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker) == 0x0001F8, "Wrong size on BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000A0, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x0000A8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeArray_Array_1) == 0x000140, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeArray_Array_2) == 0x000150, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Format_ReturnValue_1) == 0x000160, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Format_ReturnValue_2) == 0x000170, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000180, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000190, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0001A0, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_2) == 0x0001A8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Array_Get_Item) == 0x0001B8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x0001C8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_GetDisplayName_ReturnValue) == 0x0001D8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_3) == 0x0001E8, "Member 'BP_ConditionChecker_BinaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_BinaryLogicOperators_C \ +static_assert(alignof(UBP_ConditionChecker_BinaryLogicOperators_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_BinaryLogicOperators_C"); \ +static_assert(sizeof(UBP_ConditionChecker_BinaryLogicOperators_C) == 0x000078, "Wrong size on UBP_ConditionChecker_BinaryLogicOperators_C"); \ +static_assert(offsetof(UBP_ConditionChecker_BinaryLogicOperators_C, LogicOperator) == 0x000060, "Member 'UBP_ConditionChecker_BinaryLogicOperators_C::LogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_BinaryLogicOperators_C, Conditions) == 0x000068, "Member 'UBP_ConditionChecker_BinaryLogicOperators_C::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCharacterAttributeScalingList \ +static_assert(alignof(FFCharacterAttributeScalingList) == 0x000008, "Wrong alignment on FFCharacterAttributeScalingList"); \ +static_assert(sizeof(FFCharacterAttributeScalingList) == 0x0000A0, "Wrong size on FFCharacterAttributeScalingList"); \ +static_assert(offsetof(FFCharacterAttributeScalingList, Values_5_DC0D4D5045C799F710C910B3A59C729C) == 0x000000, "Member 'FFCharacterAttributeScalingList::Values_5_DC0D4D5045C799F710C910B3A59C729C' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterAttributeScalingList, PointsAtLevel_13_7BF006874596FFA40050A0BF81C37D60) == 0x000050, "Member 'FFCharacterAttributeScalingList::PointsAtLevel_13_7BF006874596FFA40050A0BF81C37D60' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Stats_AttributesScaling \ +static_assert(alignof(FS_Stats_AttributesScaling) == 0x000008, "Wrong alignment on FS_Stats_AttributesScaling"); \ +static_assert(sizeof(FS_Stats_AttributesScaling) == 0x000050, "Wrong size on FS_Stats_AttributesScaling"); \ +static_assert(offsetof(FS_Stats_AttributesScaling, Stats_10_D3A8C0304962FBC09B7E3B9C5CC2FB50) == 0x000000, "Member 'FS_Stats_AttributesScaling::Stats_10_D3A8C0304962FBC09B7E3B9C5CC2FB50' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatMultiplier \ +static_assert(alignof(FStatMultiplier) == 0x000008, "Wrong alignment on FStatMultiplier"); \ +static_assert(sizeof(FStatMultiplier) == 0x000010, "Wrong size on FStatMultiplier"); \ +static_assert(offsetof(FStatMultiplier, StatType_2_F0FD877241F95C8E82B73B916036AEF4) == 0x000000, "Member 'FStatMultiplier::StatType_2_F0FD877241F95C8E82B73B916036AEF4' has a wrong offset!"); \ +static_assert(offsetof(FStatMultiplier, Multiplier_6_69219CEE4BEAF820546733AB87331B96) == 0x000008, "Member 'FStatMultiplier::Multiplier_6_69219CEE4BEAF820546733AB87331B96' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation \ +static_assert(alignof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation) == 0x000008, "Wrong alignment on BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation"); \ +static_assert(sizeof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation) == 0x000248, "Wrong size on BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, EntryPoint) == 0x000000, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000010, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000018, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000020, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue) == 0x000028, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000040, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000058, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000060, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue_1) == 0x000068, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000080, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000098, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000B0, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x0000C8, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x0000D0, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue_2) == 0x0000D8, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x0000F0, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x000108, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000110, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000128, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue_3) == 0x000140, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x000158, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x000160, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000178, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue_4) == 0x000190, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_10) == 0x0001A8, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomFloatInRange_ReturnValue_11) == 0x0001B0, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomFloatInRange_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_RandomUnitVector_ReturnValue_5) == 0x0001B8, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_RandomUnitVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x0001D0, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x0001E8, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x000200, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_GetOwner_ReturnValue) == 0x000218, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, K2Node_DynamicCast_AsCharacter) == 0x000220, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, K2Node_DynamicCast_bSuccess) == 0x000228, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00022C, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x000230, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_2) == 0x000234, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_3) == 0x000238, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_4) == 0x00023C, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_5) == 0x000240, "Member 'BP_RandomVariation_C_ExecuteUbergraph_BP_RandomVariation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RandomVariation_C \ +static_assert(alignof(UBP_RandomVariation_C) == 0x000008, "Wrong alignment on UBP_RandomVariation_C"); \ +static_assert(sizeof(UBP_RandomVariation_C) == 0x0000B0, "Wrong size on UBP_RandomVariation_C"); \ +static_assert(offsetof(UBP_RandomVariation_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_RandomVariation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_RandomVariation_C, Color_ShouldRandom) == 0x0000A8, "Member 'UBP_RandomVariation_C::Color_ShouldRandom' has a wrong offset!"); \ +static_assert(offsetof(UBP_RandomVariation_C, Scale_ShouldRandom) == 0x0000A9, "Member 'UBP_RandomVariation_C::Scale_ShouldRandom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_LoadNotification \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_LoadNotification) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_LoadNotification"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_LoadNotification) == 0x000030, "Wrong size on WBP_FullScreenNotification_Generic_C_LoadNotification"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, NotificationData) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::NotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, CallFunc_GetDescriptionText_DescriptionText) == 0x000008, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::CallFunc_GetDescriptionText_DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, CallFunc_GetHeaderText_HeaderText) == 0x000018, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::CallFunc_GetHeaderText_HeaderText' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_LoadNotification, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'WBP_FullScreenNotification_Generic_C_LoadNotification::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_OnAnimationFinished \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_PreConstruct \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_FullScreenNotification_Generic_C_PreConstruct"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_PreConstruct) == 0x000001, "Wrong size on WBP_FullScreenNotification_Generic_C_PreConstruct"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_ShowConfirmPrompt::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic) == 0x000010, "Wrong alignment on WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic) == 0x000170, "Wrong size on WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, EntryPoint) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_MakeStruct_SoundEventDataTableRowHandle) == 0x000010, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_MakeStruct_SoundEventDataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_ComponentBoundEvent_Button) == 0x000020, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_Event_Animation) == 0x0000A0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue_2) == 0x0000AA, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000B0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0000B8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000C8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0000D0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetEndTime_ReturnValue) == 0x0000DC, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000E0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x0000E8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_Event_IsDesignTime) == 0x0000F0, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2) == 0x0000F8, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_DynamicCast_bSuccess_2) == 0x000100, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000108, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsInDialogue_ReturnValue) == 0x000110, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsInDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue_3) == 0x000111, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_CustomEvent_FX_Smoke) == 0x000118, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_CustomEvent_FX_Smoke' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_2) == 0x000120, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_3) == 0x000128, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue_4) == 0x000130, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_CustomEvent_FX_Smoke_1) == 0x000138, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_CustomEvent_FX_Smoke_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_4) == 0x000140, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_5) == 0x000148, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, K2Node_CustomEvent_FX_Petals) == 0x000150, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::K2Node_CustomEvent_FX_Petals' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_IsValid_ReturnValue_5) == 0x000158, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic, CallFunc_GetNiagaraComponent_ReturnValue_6) == 0x000160, "Member 'WBP_FullScreenNotification_Generic_C_ExecuteUbergraph_WBP_FullScreenNotification_Generic::CallFunc_GetNiagaraComponent_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1 \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1, FX_Smoke_0) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_1::FX_Smoke_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0 \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0, FX_Smoke_0) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic_0::FX_Smoke_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic, FX_Petals) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_Generic::FX_Petals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_FX_Petals_Event \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_FX_Petals_Event) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_FX_Petals_Event"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_FX_Petals_Event) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_FX_Petals_Event"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_FX_Petals_Event, FX_Petals) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_FX_Petals_Event::FX_Petals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_FX_Smoke_Event \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_FX_Smoke_Event"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_FX_Smoke_Event"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event, FX_Smoke_0) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_FX_Smoke_Event::FX_Smoke_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0 \ +static_assert(alignof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0"); \ +static_assert(sizeof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0) == 0x000008, "Wrong size on WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0"); \ +static_assert(offsetof(WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0, FX_Smoke_0) == 0x000000, "Member 'WBP_FullScreenNotification_Generic_C_FX_Smoke_Event_0::FX_Smoke_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullScreenNotification_Generic_C \ +static_assert(alignof(UWBP_FullScreenNotification_Generic_C) == 0x000008, "Wrong alignment on UWBP_FullScreenNotification_Generic_C"); \ +static_assert(sizeof(UWBP_FullScreenNotification_Generic_C) == 0x0004A0, "Wrong size on UWBP_FullScreenNotification_Generic_C"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, UberGraphFrame) == 0x000430, "Member 'UWBP_FullScreenNotification_Generic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, Anim_ShowText) == 0x000438, "Member 'UWBP_FullScreenNotification_Generic_C::Anim_ShowText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, Anim_ShowPrompt) == 0x000440, "Member 'UWBP_FullScreenNotification_Generic_C::Anim_ShowPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, ConfirmPromptBase) == 0x000448, "Member 'UWBP_FullScreenNotification_Generic_C::ConfirmPromptBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, FX_PetalText) == 0x000450, "Member 'UWBP_FullScreenNotification_Generic_C::FX_PetalText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, FX_Smoke) == 0x000458, "Member 'UWBP_FullScreenNotification_Generic_C::FX_Smoke' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, FX_Smoke_1) == 0x000460, "Member 'UWBP_FullScreenNotification_Generic_C::FX_Smoke_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, NotificationDescription) == 0x000468, "Member 'UWBP_FullScreenNotification_Generic_C::NotificationDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, NotificationHeader) == 0x000470, "Member 'UWBP_FullScreenNotification_Generic_C::NotificationHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, GradientPostProcess) == 0x000478, "Member 'UWBP_FullScreenNotification_Generic_C::GradientPostProcess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, OnNotificationEnded) == 0x000480, "Member 'UWBP_FullScreenNotification_Generic_C::OnNotificationEnded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_Generic_C, Sound_Event_Data) == 0x000490, "Member 'UWBP_FullScreenNotification_Generic_C::Sound_Event_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GrappleEnd_C_Received_Notify \ +static_assert(alignof(AnimNotify_GrappleEnd_C_Received_Notify) == 0x000008, "Wrong alignment on AnimNotify_GrappleEnd_C_Received_Notify"); \ +static_assert(sizeof(AnimNotify_GrappleEnd_C_Received_Notify) == 0x0000A8, "Wrong size on AnimNotify_GrappleEnd_C_Received_Notify"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, MeshComp) == 0x000000, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, Animation) == 0x000008, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, EventReference) == 0x000010, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, Temp_int_Array_Index_Variable) == 0x000050, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_GetComponentsByInterface_ReturnValue) == 0x000058, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_GetComponentsByInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, Temp_wildcard_Variable) == 0x000070, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_Array_Get_Item) == 0x000080, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, K2Node_DynamicCast_AsBPI_Grapple_Notify_Handler) == 0x000090, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::K2Node_DynamicCast_AsBPI_Grapple_Notify_Handler' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_Less_IntInt_ReturnValue) == 0x0000A1, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GrappleEnd_C_Received_Notify, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'AnimNotify_GrappleEnd_C_Received_Notify::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GrappleEnd_C \ +static_assert(alignof(UAnimNotify_GrappleEnd_C) == 0x000008, "Wrong alignment on UAnimNotify_GrappleEnd_C"); \ +static_assert(sizeof(UAnimNotify_GrappleEnd_C) == 0x000038, "Wrong size on UAnimNotify_GrappleEnd_C"); \ + +#define DUMPER7_ASSERTS_FS_TutorialCardParameters \ +static_assert(alignof(FS_TutorialCardParameters) == 0x000008, "Wrong alignment on FS_TutorialCardParameters"); \ +static_assert(sizeof(FS_TutorialCardParameters) == 0x000020, "Wrong size on FS_TutorialCardParameters"); \ +static_assert(offsetof(FS_TutorialCardParameters, TutorialContentDataRow_6_17A3424C491DB1DEE229F8A5E1FDDFD3) == 0x000000, "Member 'FS_TutorialCardParameters::TutorialContentDataRow_6_17A3424C491DB1DEE229F8A5E1FDDFD3' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardParameters, CardPosition_2_009EA0CD43CFC15CE922DB9815B806C2) == 0x000010, "Member 'FS_TutorialCardParameters::CardPosition_2_009EA0CD43CFC15CE922DB9815B806C2' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardParameters, InputActionToCompleteCard_15_1E9EB4F0467309FB6DFD18ACDDA9807D) == 0x000014, "Member 'FS_TutorialCardParameters::InputActionToCompleteCard_15_1E9EB4F0467309FB6DFD18ACDDA9807D' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardParameters, IsLiveTutorial_18_FAECB85D48C37A5AA94641A26AAF3114) == 0x00001C, "Member 'FS_TutorialCardParameters::IsLiveTutorial_18_FAECB85D48C37A5AA94641A26AAF3114' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LuminaTooltip_C_SetPassiveEffect \ +static_assert(alignof(WBP_LuminaTooltip_C_SetPassiveEffect) == 0x000008, "Wrong alignment on WBP_LuminaTooltip_C_SetPassiveEffect"); \ +static_assert(sizeof(WBP_LuminaTooltip_C_SetPassiveEffect) == 0x000060, "Wrong size on WBP_LuminaTooltip_C_SetPassiveEffect"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, InPassiveEffectID) == 0x000000, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::InPassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, Temp_bool_Variable) == 0x000008, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000010, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, CallFunc_GetPassiveEffectDefinition_Found) == 0x000058, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, Temp_byte_Variable) == 0x000059, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, Temp_byte_Variable_1) == 0x00005A, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaTooltip_C_SetPassiveEffect, K2Node_Select_Default) == 0x00005B, "Member 'WBP_LuminaTooltip_C_SetPassiveEffect::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LuminaTooltip_C \ +static_assert(alignof(UWBP_LuminaTooltip_C) == 0x000008, "Wrong alignment on UWBP_LuminaTooltip_C"); \ +static_assert(sizeof(UWBP_LuminaTooltip_C) == 0x000318, "Wrong size on UWBP_LuminaTooltip_C"); \ +static_assert(offsetof(UWBP_LuminaTooltip_C, LuminaDescription) == 0x000308, "Member 'UWBP_LuminaTooltip_C::LuminaDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LuminaTooltip_C, LuminaName) == 0x000310, "Member 'UWBP_LuminaTooltip_C::LuminaName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PassiveEffectsSetCollection \ +static_assert(alignof(FS_PassiveEffectsSetCollection) == 0x000008, "Wrong alignment on FS_PassiveEffectsSetCollection"); \ +static_assert(sizeof(FS_PassiveEffectsSetCollection) == 0x000050, "Wrong size on FS_PassiveEffectsSetCollection"); \ +static_assert(offsetof(FS_PassiveEffectsSetCollection, PassiveEffectsSets_14_F907E1DF41B7EFD52109BB852167704E) == 0x000000, "Member 'FS_PassiveEffectsSetCollection::PassiveEffectsSets_14_F907E1DF41B7EFD52109BB852167704E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCBS_Default_C \ +static_assert(alignof(UCBS_Default_C) == 0x000010, "Wrong alignment on UCBS_Default_C"); \ +static_assert(sizeof(UCBS_Default_C) == 0x0007B0, "Wrong size on UCBS_Default_C"); \ + +#define DUMPER7_ASSERTS_FS_SaveSlotData \ +static_assert(alignof(FS_SaveSlotData) == 0x000008, "Wrong alignment on FS_SaveSlotData"); \ +static_assert(sizeof(FS_SaveSlotData) == 0x000050, "Wrong size on FS_SaveSlotData"); \ +static_assert(offsetof(FS_SaveSlotData, MainSave_5_A4B4BCB44AF0753CE32F088B96E9F9BA) == 0x000000, "Member 'FS_SaveSlotData::MainSave_5_A4B4BCB44AF0753CE32F088B96E9F9BA' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotData, BackupSaves_8_B6EA90AD43E759E7D2C2D69B57E48BE7) == 0x000010, "Member 'FS_SaveSlotData::BackupSaves_8_B6EA90AD43E759E7D2C2D69B57E48BE7' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotData, MetaData_11_38007BD8468B2FD5C72B9E9C78557279) == 0x000020, "Member 'FS_SaveSlotData::MetaData_11_38007BD8468B2FD5C72B9E9C78557279' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget \ +static_assert(alignof(WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget) == 0x000008, "Wrong alignment on WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget"); \ +static_assert(sizeof(WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget) == 0x000020, "Wrong size on WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget, EntryPoint) == 0x000000, "Member 'WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget, CallFunc_GetInternalMediaPlayer_ReturnValue) == 0x000018, "Member 'WBP_MedialPlayerWidget_C_ExecuteUbergraph_WBP_MedialPlayerWidget::CallFunc_GetInternalMediaPlayer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MedialPlayerWidget_C_OnMediaOpened \ +static_assert(alignof(WBP_MedialPlayerWidget_C_OnMediaOpened) == 0x000008, "Wrong alignment on WBP_MedialPlayerWidget_C_OnMediaOpened"); \ +static_assert(sizeof(WBP_MedialPlayerWidget_C_OnMediaOpened) == 0x000010, "Wrong size on WBP_MedialPlayerWidget_C_OnMediaOpened"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'WBP_MedialPlayerWidget_C_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MedialPlayerWidget_C_OpenMediaSource \ +static_assert(alignof(WBP_MedialPlayerWidget_C_OpenMediaSource) == 0x000008, "Wrong alignment on WBP_MedialPlayerWidget_C_OpenMediaSource"); \ +static_assert(sizeof(WBP_MedialPlayerWidget_C_OpenMediaSource) == 0x000028, "Wrong size on WBP_MedialPlayerWidget_C_OpenMediaSource"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, MediaSource_0) == 0x000000, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::MediaSource_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, Temp_bool_Variable) == 0x000008, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, Temp_byte_Variable) == 0x000009, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, CallFunc_GetUrl_ReturnValue) == 0x000010, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::CallFunc_GetUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, CallFunc_Contains_ReturnValue) == 0x000020, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_OpenMediaSource, K2Node_Select_Default) == 0x000021, "Member 'WBP_MedialPlayerWidget_C_OpenMediaSource::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MedialPlayerWidget_C_SetIsMuted \ +static_assert(alignof(WBP_MedialPlayerWidget_C_SetIsMuted) == 0x000001, "Wrong alignment on WBP_MedialPlayerWidget_C_SetIsMuted"); \ +static_assert(sizeof(WBP_MedialPlayerWidget_C_SetIsMuted) == 0x000001, "Wrong size on WBP_MedialPlayerWidget_C_SetIsMuted"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_SetIsMuted, bInIsMuted) == 0x000000, "Member 'WBP_MedialPlayerWidget_C_SetIsMuted::bInIsMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MedialPlayerWidget_C_SetPauseMediaSource \ +static_assert(alignof(WBP_MedialPlayerWidget_C_SetPauseMediaSource) == 0x000001, "Wrong alignment on WBP_MedialPlayerWidget_C_SetPauseMediaSource"); \ +static_assert(sizeof(WBP_MedialPlayerWidget_C_SetPauseMediaSource) == 0x000001, "Wrong size on WBP_MedialPlayerWidget_C_SetPauseMediaSource"); \ +static_assert(offsetof(WBP_MedialPlayerWidget_C_SetPauseMediaSource, Pause) == 0x000000, "Member 'WBP_MedialPlayerWidget_C_SetPauseMediaSource::Pause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MedialPlayerWidget_C \ +static_assert(alignof(UWBP_MedialPlayerWidget_C) == 0x000008, "Wrong alignment on UWBP_MedialPlayerWidget_C"); \ +static_assert(sizeof(UWBP_MedialPlayerWidget_C) == 0x000328, "Wrong size on UWBP_MedialPlayerWidget_C"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_MedialPlayerWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, CommonVideoPlayer) == 0x0002E8, "Member 'UWBP_MedialPlayerWidget_C::CommonVideoPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, MediaPlayerScaleBox) == 0x0002F0, "Member 'UWBP_MedialPlayerWidget_C::MediaPlayerScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, MediaPlayerSizeBox) == 0x0002F8, "Member 'UWBP_MedialPlayerWidget_C::MediaPlayerSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, MediaSource) == 0x000300, "Member 'UWBP_MedialPlayerWidget_C::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, IsInPause) == 0x000308, "Member 'UWBP_MedialPlayerWidget_C::IsInPause' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, OnMediaSourceOpened) == 0x000310, "Member 'UWBP_MedialPlayerWidget_C::OnMediaSourceOpened' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MedialPlayerWidget_C, CurrentViewportScale) == 0x000320, "Member 'UWBP_MedialPlayerWidget_C::CurrentViewportScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_GetAllCharacterLights \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_GetAllCharacterLights"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights) == 0x000078, "Wrong size on BP_DialogueCameraControllerComponent_C_GetAllCharacterLights"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, DialogueCharacter) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::DialogueCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, Lights) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::Lights' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, local_lights) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::local_lights' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, Temp_int_Variable) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, Temp_int_Variable_1) == 0x000034, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Conv_IntToByte_ReturnValue) == 0x000038, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_GetValidValue_ReturnValue) == 0x000040, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000041, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_BPI_GetLightingSet_FrontLight) == 0x000048, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_BPI_GetLightingSet_FrontLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_BPI_GetLightingSet_RimLight) == 0x000050, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_BPI_GetLightingSet_RimLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000058, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00005C, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_MakeLiteralInt_ReturnValue) == 0x000064, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Array_AddUnique_ReturnValue) == 0x00006C, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetAllCharacterLights, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000070, "Member 'BP_DialogueCameraControllerComponent_C_GetAllCharacterLights::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide) == 0x000038, "Wrong size on BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, CallFunc_BPI_ShouldMoveCameraPresetsToOtherSide_ReturnValue) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::CallFunc_BPI_ShouldMoveCameraPresetsToOtherSide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, CallFunc_BPI_GetInteractingCharacter_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::CallFunc_BPI_GetInteractingCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000018, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, K2Node_DynamicCast_AsActor) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_DefineDialogueCamerasSide::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff) == 0x000038, "Wrong size on BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, CallFunc_GetAllCharacterLights_Lights) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::CallFunc_GetAllCharacterLights_Lights' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_ForceCheckSpotlightsOff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld) == 0x000020, "Wrong size on BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld, TargetLight) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld::TargetLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld, ReferenceLight) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld::ReferenceLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld, CallFunc_GetLightColor_ReturnValue) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_CopyLightValuesToCharacterWorld::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights) == 0x000208, "Wrong size on BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, TurnOn) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::TurnOn' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, local_lightsToRemove) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::local_lightsToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, local_rimLight) == 0x000018, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::local_rimLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, local_frontLight) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::local_frontLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, SpotlightsOn) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::SpotlightsOn' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Array_Index_Variable_3) == 0x000050, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_byte_Variable) == 0x000054, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000058, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_GetOwner_ReturnValue) == 0x0000B8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x0000D0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_GetAllSpeakerActors_ReturnValue) == 0x0000D8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_GetAllSpeakerActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_HasLightingAuthority_ReturnValue) == 0x0000F0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_HasLightingAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x0000F8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000109, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_DoesImplementInterface_ReturnValue) == 0x00010A, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Length_ReturnValue_1) == 0x000120, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Less_IntInt_ReturnValue) == 0x000124, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_int_Loop_Counter_Variable_3) == 0x000128, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetReverseSpotlightReceiver_ReturnValue) == 0x000130, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetReverseSpotlightReceiver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_MakeArray_Array_1) == 0x000140, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Less_IntInt_ReturnValue_1) == 0x000150, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Get_Item_2) == 0x000158, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000168, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_GetAllCharacterLights_Lights) == 0x000170, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_GetAllCharacterLights_Lights' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_IsValid_ReturnValue) == 0x000180, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Length_ReturnValue_2) == 0x000184, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Add_IntInt_ReturnValue_3) == 0x000188, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Less_IntInt_ReturnValue_2) == 0x00018C, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_byte_Variable_1) == 0x00018D, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_byte_Variable_2) == 0x00018E, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetLightDirection_ReturnValue) == 0x00018F, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetLightDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Not_PreBool_ReturnValue) == 0x000190, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000191, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetLightingSet_FrontLight) == 0x000198, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetLightingSet_FrontLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetLightingSet_RimLight) == 0x0001A0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetLightingSet_RimLight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, Temp_byte_Variable_3) == 0x0001A8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_Select_Default) == 0x0001A9, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetLightingSet_FrontLight_1) == 0x0001D8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetLightingSet_FrontLight_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_BPI_GetLightingSet_RimLight_1) == 0x0001E0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_BPI_GetLightingSet_RimLight_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001E8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_DynamicCast_AsSpot_Light) == 0x0001F0, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_DynamicCast_AsSpot_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_IsValid_ReturnValue_1) == 0x0001F9, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_IsValid_ReturnValue_2) == 0x0001FA, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_IsValid_ReturnValue_3) == 0x0001FB, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_Length_ReturnValue_3) == 0x0001FC, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Less_IntInt_ReturnValue_3) == 0x000200, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000201, "Member 'BP_DialogueCameraControllerComponent_C_TurnOnDialogueSpotlights::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide) == 0x000010, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide) == 0x0002C0, "Wrong size on BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakTransform_Location) == 0x000098, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakTransform_Rotation) == 0x0000B0, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakTransform_Scale) == 0x0000C8, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakRotator_Roll) == 0x0000E0, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakRotator_Pitch) == 0x0000E4, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakRotator_Yaw) == 0x0000E8, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakVector_X) == 0x0000F0, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakVector_Y) == 0x0000F8, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_BreakVector_Z) == 0x000100, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000108, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000110, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_MakeRotator_ReturnValue) == 0x000118, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_MakeVector_ReturnValue) == 0x000130, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_MakeTransform_ReturnValue) == 0x000150, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0001B0, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0002A8, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0002B0, "Member 'BP_DialogueCameraControllerComponent_C_ChangeAllDialogueCamerasSide::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform) == 0x000010, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform) == 0x000190, "Wrong size on BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000098, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasToOriginalTransform::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot) == 0x000010, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot) == 0x000190, "Wrong size on BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000098, "Member 'BP_DialogueCameraControllerComponent_C_ResetCamerasBetweenShot::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart) == 0x000010, "Wrong alignment on BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart) == 0x0000A0, "Wrong size on BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_GetRelativeTransform_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasTransformOnDialogueStart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform) == 0x000010, "Wrong alignment on BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform) == 0x0000A0, "Wrong size on BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform, CallFunc_GetRelativeTransform_ReturnValue) == 0x000040, "Member 'BP_DialogueCameraControllerComponent_C_SaveCamerasOriginalTransform::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint) == 0x0000E8, "Wrong size on BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_BPI_GetDialogueFocusPoint_SceneComponent) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_BPI_GetDialogueFocusPoint_SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_IsActive_ReturnValue) == 0x000048, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_ComponentHasTag_ReturnValue) == 0x000049, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000058, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_GetCameraLocation_ReturnValue) == 0x000060, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, CallFunc_Vector_Distance_ReturnValue) == 0x000078, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, K2Node_MakeStruct_CameraFocusSettings) == 0x000080, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint, K2Node_MakeStruct_ManualFocusDistance_ImplicitCast) == 0x0000E0, "Member 'BP_DialogueCameraControllerComponent_C_UpdateCameraFocusPoint::K2Node_MakeStruct_ManualFocusDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights) == 0x000010, "Wrong size on BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights, CallFunc_BPI_GetSpotlightsToActivateDuringDialogue_SpotLightActors) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_CacheEnvironmentSpotlights::CallFunc_BPI_GetSpotlightsToActivateDuringDialogue_SpotLightActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_CacheCameraList \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_CacheCameraList) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_CacheCameraList"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_CacheCameraList) == 0x000010, "Wrong size on BP_DialogueCameraControllerComponent_C_CacheCameraList"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_CacheCameraList, CallFunc_BPI_GetAllDialogueCameras_CineCameraComponents) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_CacheCameraList::CallFunc_BPI_GetAllDialogueCameras_CineCameraComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_GetCameraList \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_GetCameraList) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_GetCameraList"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_GetCameraList) == 0x000010, "Wrong size on BP_DialogueCameraControllerComponent_C_GetCameraList"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_GetCameraList, DialogueCameraList_0) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_GetCameraList::DialogueCameraList_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset) == 0x000148, "Wrong size on BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_GetCameraList_DialogueCameraList) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_GetCameraList_DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_BPI_GetDialogueCameraOffset_ReturnValue) == 0x000020, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_BPI_GetDialogueCameraOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000048, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'BP_DialogueCameraControllerComponent_C_ApplyCharacterCameraOffset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ReceiveTick \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_DialogueCameraControllerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent \ +static_assert(alignof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent) == 0x000008, "Wrong alignment on BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent"); \ +static_assert(sizeof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent) == 0x000060, "Wrong size on BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, EntryPoint) == 0x000000, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x000018, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000040, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, K2Node_DynamicCast_AsBPI_Dialogue_Character_1) == 0x000048, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::K2Node_DynamicCast_AsBPI_Dialogue_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_DialogueCameraControllerComponent_C_ExecuteUbergraph_BP_DialogueCameraControllerComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DialogueCameraControllerComponent_C \ +static_assert(alignof(UBP_DialogueCameraControllerComponent_C) == 0x000008, "Wrong alignment on UBP_DialogueCameraControllerComponent_C"); \ +static_assert(sizeof(UBP_DialogueCameraControllerComponent_C) == 0x0001A8, "Wrong size on UBP_DialogueCameraControllerComponent_C"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_DialogueCameraControllerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, DialogueCameraList) == 0x0000A8, "Member 'UBP_DialogueCameraControllerComponent_C::DialogueCameraList' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, OriginalCamerasTransform) == 0x0000B8, "Member 'UBP_DialogueCameraControllerComponent_C::OriginalCamerasTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, OnDialogueStartCamerasTransform) == 0x000108, "Member 'UBP_DialogueCameraControllerComponent_C::OnDialogueStartCamerasTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, OwnerAnimationComponentRef) == 0x000158, "Member 'UBP_DialogueCameraControllerComponent_C::OwnerAnimationComponentRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, _CharacterWorldRef) == 0x000160, "Member 'UBP_DialogueCameraControllerComponent_C::_CharacterWorldRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, NpcDialogueRef) == 0x000168, "Member 'UBP_DialogueCameraControllerComponent_C::NpcDialogueRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, OwnerIsCharacterWorld) == 0x000170, "Member 'UBP_DialogueCameraControllerComponent_C::OwnerIsCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, SpotlightsToActivateDuringDialogues) == 0x000178, "Member 'UBP_DialogueCameraControllerComponent_C::SpotlightsToActivateDuringDialogues' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, TurnOnSpotlights) == 0x000188, "Member 'UBP_DialogueCameraControllerComponent_C::TurnOnSpotlights' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, OwnerCharacter) == 0x000190, "Member 'UBP_DialogueCameraControllerComponent_C::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueCameraControllerComponent_C, ShouldUseAutomaticFocusMode) == 0x0001A0, "Member 'UBP_DialogueCameraControllerComponent_C::ShouldUseAutomaticFocusMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DA_CharacterStatsPerLevelScalingProfile_C \ +static_assert(alignof(UBP_DA_CharacterStatsPerLevelScalingProfile_C) == 0x000008, "Wrong alignment on UBP_DA_CharacterStatsPerLevelScalingProfile_C"); \ +static_assert(sizeof(UBP_DA_CharacterStatsPerLevelScalingProfile_C) == 0x0000D0, "Wrong size on UBP_DA_CharacterStatsPerLevelScalingProfile_C"); \ +static_assert(offsetof(UBP_DA_CharacterStatsPerLevelScalingProfile_C, StatsScaling) == 0x000030, "Member 'UBP_DA_CharacterStatsPerLevelScalingProfile_C::StatsScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GestralRandomScaleVariation \ +static_assert(alignof(FS_GestralRandomScaleVariation) == 0x000008, "Wrong alignment on FS_GestralRandomScaleVariation"); \ +static_assert(sizeof(FS_GestralRandomScaleVariation) == 0x000088, "Wrong size on FS_GestralRandomScaleVariation"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, GlobalMesh_Scale_5_FCE9E545434AB969D43B2985362BA9AB) == 0x000000, "Member 'FS_GestralRandomScaleVariation::GlobalMesh_Scale_5_FCE9E545434AB969D43B2985362BA9AB' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Spine01_Scale_4_B88B26E04307EB806CA349898576A2D3) == 0x000008, "Member 'FS_GestralRandomScaleVariation::Spine01_Scale_4_B88B26E04307EB806CA349898576A2D3' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Spine02_Scale_7_735790084D3418719642069183F795A3) == 0x000010, "Member 'FS_GestralRandomScaleVariation::Spine02_Scale_7_735790084D3418719642069183F795A3' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Spine03_Scale_9_3034A43A453B5149D3359DAB7B993CCF) == 0x000018, "Member 'FS_GestralRandomScaleVariation::Spine03_Scale_9_3034A43A453B5149D3359DAB7B993CCF' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Spine04_Scale_40_EF62C1E9429E36C23AE2959135208BDC) == 0x000020, "Member 'FS_GestralRandomScaleVariation::Spine04_Scale_40_EF62C1E9429E36C23AE2959135208BDC' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Spine05_Scale_41_CD9D9401427BA3F70C520B92C9782F0A) == 0x000028, "Member 'FS_GestralRandomScaleVariation::Spine05_Scale_41_CD9D9401427BA3F70C520B92C9782F0A' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Head_Scale_44_0C3A81644742C2781FA8BC8609584CCC) == 0x000030, "Member 'FS_GestralRandomScaleVariation::Head_Scale_44_0C3A81644742C2781FA8BC8609584CCC' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Upperarm_R_Scale_45_9FD225834CDF763332B10CBB660E1C4A) == 0x000038, "Member 'FS_GestralRandomScaleVariation::Upperarm_R_Scale_45_9FD225834CDF763332B10CBB660E1C4A' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Lowerarm_R_Scale_46_41A5478E4D4D3088C81727A9D35B3A8D) == 0x000040, "Member 'FS_GestralRandomScaleVariation::Lowerarm_R_Scale_46_41A5478E4D4D3088C81727A9D35B3A8D' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Hand_R_Scale_47_D3AA3A954C3B20A2939F519C274715A2) == 0x000048, "Member 'FS_GestralRandomScaleVariation::Hand_R_Scale_47_D3AA3A954C3B20A2939F519C274715A2' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Upperarm_L_Scale_48_1AC4DE874D04A6941E4FC29D6F407FE1) == 0x000050, "Member 'FS_GestralRandomScaleVariation::Upperarm_L_Scale_48_1AC4DE874D04A6941E4FC29D6F407FE1' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Lowerarm_L_Scale_49_53844AE84F07A94C61A9D7AB3160D1BE) == 0x000058, "Member 'FS_GestralRandomScaleVariation::Lowerarm_L_Scale_49_53844AE84F07A94C61A9D7AB3160D1BE' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Hand_L_Scale_50_31575ED3472140EF050994816FDFF25B) == 0x000060, "Member 'FS_GestralRandomScaleVariation::Hand_L_Scale_50_31575ED3472140EF050994816FDFF25B' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Thigh_Scale_51_7C5705C44057A8FC67461294F9E021E2) == 0x000068, "Member 'FS_GestralRandomScaleVariation::Thigh_Scale_51_7C5705C44057A8FC67461294F9E021E2' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Calf_Scale_52_85EE871041FC7653C896349E50CB2BE4) == 0x000070, "Member 'FS_GestralRandomScaleVariation::Calf_Scale_52_85EE871041FC7653C896349E50CB2BE4' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Foot_R_Scale_53_E5504A9D4C908C354A40DF8F66E7946F) == 0x000078, "Member 'FS_GestralRandomScaleVariation::Foot_R_Scale_53_E5504A9D4C908C354A40DF8F66E7946F' has a wrong offset!"); \ +static_assert(offsetof(FS_GestralRandomScaleVariation, Foot_L_Scale_54_7EE61C51474990B78211D4A755E184D6) == 0x000080, "Member 'FS_GestralRandomScaleVariation::Foot_L_Scale_54_7EE61C51474990B78211D4A755E184D6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_OverviewHealCartridge_C_BndEvt__WBP_OverviewHealCartridge_HealPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge \ +static_assert(alignof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge) == 0x000008, "Wrong alignment on WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge"); \ +static_assert(sizeof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge) == 0x000040, "Wrong size on WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, EntryPoint) == 0x000000, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_GetPartyHealConsumable_Row_Name) == 0x000020, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_GetPartyHealConsumable_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000028, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_FindItemCountFromInventory_Quantity) == 0x000034, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'WBP_OverviewHealCartridge_C_ExecuteUbergraph_WBP_OverviewHealCartridge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverviewHealCartridge_C_SetPromptActive \ +static_assert(alignof(WBP_OverviewHealCartridge_C_SetPromptActive) == 0x000008, "Wrong alignment on WBP_OverviewHealCartridge_C_SetPromptActive"); \ +static_assert(sizeof(WBP_OverviewHealCartridge_C_SetPromptActive) == 0x000020, "Wrong size on WBP_OverviewHealCartridge_C_SetPromptActive"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, Temp_wildcard_Variable) == 0x000000, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_GetPartyHealConsumable_Row_Name) == 0x000010, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_GetPartyHealConsumable_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_FindItemCountFromInventory_Quantity) == 0x000018, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_HasCharacterToHeal_ReturnValue) == 0x00001D, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_HasCharacterToHeal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverviewHealCartridge_C_SetPromptActive, CallFunc_BooleanAND_ReturnValue) == 0x00001E, "Member 'WBP_OverviewHealCartridge_C_SetPromptActive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_OverviewHealCartridge_C \ +static_assert(alignof(UWBP_OverviewHealCartridge_C) == 0x000008, "Wrong alignment on UWBP_OverviewHealCartridge_C"); \ +static_assert(sizeof(UWBP_OverviewHealCartridge_C) == 0x000460, "Wrong size on UWBP_OverviewHealCartridge_C"); \ +static_assert(offsetof(UWBP_OverviewHealCartridge_C, UberGraphFrame) == 0x000430, "Member 'UWBP_OverviewHealCartridge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverviewHealCartridge_C, Background) == 0x000438, "Member 'UWBP_OverviewHealCartridge_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverviewHealCartridge_C, HealingElixirCount) == 0x000440, "Member 'UWBP_OverviewHealCartridge_C::HealingElixirCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverviewHealCartridge_C, HealPrompt) == 0x000448, "Member 'UWBP_OverviewHealCartridge_C::HealPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverviewHealCartridge_C, OnHealSuccess) == 0x000450, "Member 'UWBP_OverviewHealCartridge_C::OnHealSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_BindAxis \ +static_assert(alignof(BP_InputKeyState_C_BindAxis) == 0x000008, "Wrong alignment on BP_InputKeyState_C_BindAxis"); \ +static_assert(sizeof(BP_InputKeyState_C_BindAxis) == 0x000220, "Wrong size on BP_InputKeyState_C_BindAxis"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, Event) == 0x000000, "Member 'BP_InputKeyState_C_BindAxis::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, Pressed_BoundObject_0) == 0x000010, "Member 'BP_InputKeyState_C_BindAxis::Pressed_BoundObject_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000D0, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000D8, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000188, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Format_ReturnValue) == 0x000198, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'BP_InputKeyState_C_BindAxis::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_IsValid_ReturnValue_1) == 0x000200, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Format_ReturnValue_1) == 0x000208, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindAxis, CallFunc_Not_PreBool_ReturnValue) == 0x000218, "Member 'BP_InputKeyState_C_BindAxis::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_BindPressed \ +static_assert(alignof(BP_InputKeyState_C_BindPressed) == 0x000008, "Wrong alignment on BP_InputKeyState_C_BindPressed"); \ +static_assert(sizeof(BP_InputKeyState_C_BindPressed) == 0x000218, "Wrong size on BP_InputKeyState_C_BindPressed"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, Event) == 0x000000, "Member 'BP_InputKeyState_C_BindPressed::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, Pressed_BoundObject_0) == 0x000010, "Member 'BP_InputKeyState_C_BindPressed::Pressed_BoundObject_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000070, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D8, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000130, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeStruct_FormatArgumentData_3) == 0x000148, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001A0, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B0, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, K2Node_MakeArray_Array_1) == 0x0001F8, "Member 'BP_InputKeyState_C_BindPressed::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressed, CallFunc_Format_ReturnValue_1) == 0x000208, "Member 'BP_InputKeyState_C_BindPressed::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_BindPressedKey \ +static_assert(alignof(BP_InputKeyState_C_BindPressedKey) == 0x000008, "Wrong alignment on BP_InputKeyState_C_BindPressedKey"); \ +static_assert(sizeof(BP_InputKeyState_C_BindPressedKey) == 0x000220, "Wrong size on BP_InputKeyState_C_BindPressedKey"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, Event) == 0x000000, "Member 'BP_InputKeyState_C_BindPressedKey::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, Pressed_BoundObject_0) == 0x000010, "Member 'BP_InputKeyState_C_BindPressedKey::Pressed_BoundObject_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000D0, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000D8, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000188, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Format_ReturnValue) == 0x000198, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'BP_InputKeyState_C_BindPressedKey::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_IsValid_ReturnValue_1) == 0x000200, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Format_ReturnValue_1) == 0x000208, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindPressedKey, CallFunc_Not_PreBool_ReturnValue) == 0x000218, "Member 'BP_InputKeyState_C_BindPressedKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_BindReleased \ +static_assert(alignof(BP_InputKeyState_C_BindReleased) == 0x000008, "Wrong alignment on BP_InputKeyState_C_BindReleased"); \ +static_assert(sizeof(BP_InputKeyState_C_BindReleased) == 0x000018, "Wrong size on BP_InputKeyState_C_BindReleased"); \ +static_assert(offsetof(BP_InputKeyState_C_BindReleased, Event) == 0x000000, "Member 'BP_InputKeyState_C_BindReleased::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_BindReleased, BoundObject) == 0x000010, "Member 'BP_InputKeyState_C_BindReleased::BoundObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_Init \ +static_assert(alignof(BP_InputKeyState_C_Init) == 0x000004, "Wrong alignment on BP_InputKeyState_C_Init"); \ +static_assert(sizeof(BP_InputKeyState_C_Init) == 0x000010, "Wrong size on BP_InputKeyState_C_Init"); \ +static_assert(offsetof(BP_InputKeyState_C_Init, KeyName_0) == 0x000000, "Member 'BP_InputKeyState_C_Init::KeyName_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_Init, LayerIndex_0) == 0x000008, "Member 'BP_InputKeyState_C_Init::LayerIndex_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_Init, IsPressed_0) == 0x00000C, "Member 'BP_InputKeyState_C_Init::IsPressed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_UnbindPressedByEvent \ +static_assert(alignof(BP_InputKeyState_C_UnbindPressedByEvent) == 0x000004, "Wrong alignment on BP_InputKeyState_C_UnbindPressedByEvent"); \ +static_assert(sizeof(BP_InputKeyState_C_UnbindPressedByEvent) == 0x000010, "Wrong size on BP_InputKeyState_C_UnbindPressedByEvent"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByEvent, Event) == 0x000000, "Member 'BP_InputKeyState_C_UnbindPressedByEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_UnbindPressedByObject \ +static_assert(alignof(BP_InputKeyState_C_UnbindPressedByObject) == 0x000008, "Wrong alignment on BP_InputKeyState_C_UnbindPressedByObject"); \ +static_assert(sizeof(BP_InputKeyState_C_UnbindPressedByObject) == 0x000148, "Wrong size on BP_InputKeyState_C_UnbindPressedByObject"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, Object) == 0x000000, "Member 'BP_InputKeyState_C_UnbindPressedByObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_InputKeyState_C_UnbindPressedByObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000068, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_Conv_NameToText_ReturnValue) == 0x000070, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_InputKeyState_C_UnbindPressedByObject::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_InputKeyState_C_UnbindPressedByObject::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_InputKeyState_C_UnbindPressedByObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_MakeLiteralText_ReturnValue) == 0x000120, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindPressedByObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000140, "Member 'BP_InputKeyState_C_UnbindPressedByObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_UnbindReleasedByObject \ +static_assert(alignof(BP_InputKeyState_C_UnbindReleasedByObject) == 0x000008, "Wrong alignment on BP_InputKeyState_C_UnbindReleasedByObject"); \ +static_assert(sizeof(BP_InputKeyState_C_UnbindReleasedByObject) == 0x000028, "Wrong size on BP_InputKeyState_C_UnbindReleasedByObject"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindReleasedByObject, Object) == 0x000000, "Member 'BP_InputKeyState_C_UnbindReleasedByObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindReleasedByObject, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_InputKeyState_C_UnbindReleasedByObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindReleasedByObject, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'BP_InputKeyState_C_UnbindReleasedByObject::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UnbindReleasedByObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'BP_InputKeyState_C_UnbindReleasedByObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputKeyState_C_UpdateState \ +static_assert(alignof(BP_InputKeyState_C_UpdateState) == 0x000008, "Wrong alignment on BP_InputKeyState_C_UpdateState"); \ +static_assert(sizeof(BP_InputKeyState_C_UpdateState) == 0x000218, "Wrong size on BP_InputKeyState_C_UpdateState"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, IsKeyDown) == 0x000000, "Member 'BP_InputKeyState_C_UpdateState::IsKeyDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, DisableEvents) == 0x000001, "Member 'BP_InputKeyState_C_UpdateState::DisableEvents' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, AxisValue_0) == 0x000008, "Member 'BP_InputKeyState_C_UpdateState::AxisValue_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, WasConsumed) == 0x000010, "Member 'BP_InputKeyState_C_UpdateState::WasConsumed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, local_isConsumed) == 0x000011, "Member 'BP_InputKeyState_C_UpdateState::local_isConsumed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000012, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_IsValid_ReturnValue) == 0x000013, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Conv_BoolToText_ReturnValue) == 0x000018, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000078, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_SelectString_ReturnValue) == 0x000080, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x0000E9, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_BooleanOR_ReturnValue) == 0x0000EA, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000F0, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000148, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Conv_NameToText_ReturnValue) == 0x000198, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, K2Node_MakeArray_Array) == 0x0001F0, "Member 'BP_InputKeyState_C_UpdateState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_Format_ReturnValue) == 0x000200, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputKeyState_C_UpdateState, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000210, "Member 'BP_InputKeyState_C_UpdateState::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InputKeyState_C \ +static_assert(alignof(UBP_InputKeyState_C) == 0x000008, "Wrong alignment on UBP_InputKeyState_C"); \ +static_assert(sizeof(UBP_InputKeyState_C) == 0x0000A0, "Wrong size on UBP_InputKeyState_C"); \ +static_assert(offsetof(UBP_InputKeyState_C, IsPressed) == 0x000028, "Member 'UBP_InputKeyState_C::IsPressed' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, OnPressed) == 0x000030, "Member 'UBP_InputKeyState_C::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, OnReleased) == 0x000040, "Member 'UBP_InputKeyState_C::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, IsPressedAlreadyBound) == 0x000050, "Member 'UBP_InputKeyState_C::IsPressedAlreadyBound' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, IsReleasedAlreadyBound) == 0x000051, "Member 'UBP_InputKeyState_C::IsReleasedAlreadyBound' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, Pressed_BoundObject) == 0x000058, "Member 'UBP_InputKeyState_C::Pressed_BoundObject' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, Released_BoundObject) == 0x000060, "Member 'UBP_InputKeyState_C::Released_BoundObject' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, KeyName) == 0x000068, "Member 'UBP_InputKeyState_C::KeyName' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, LayerIndex) == 0x000070, "Member 'UBP_InputKeyState_C::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, AxisValue) == 0x000078, "Member 'UBP_InputKeyState_C::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, OnAxisValue) == 0x000080, "Member 'UBP_InputKeyState_C::OnAxisValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputKeyState_C, OnPressedKey) == 0x000090, "Member 'UBP_InputKeyState_C::OnPressedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone \ +static_assert(alignof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone) == 0x000008, "Wrong alignment on BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone"); \ +static_assert(sizeof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone) == 0x000038, "Wrong size on BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, EntryPoint) == 0x000000, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, K2Node_Event_OtherActor_1) == 0x000008, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::K2Node_Event_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, K2Node_Event_OtherActor) == 0x000020, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone, K2Node_Event_EndPlayReason) == 0x000030, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ExecuteUbergraph_BP_TriggerInteractiveEnvironmentZone::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap \ +static_assert(alignof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap"); \ +static_assert(sizeof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay \ +static_assert(alignof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_TriggerInteractiveEnvironmentZone_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TriggerInteractiveEnvironmentZone_C \ +static_assert(alignof(ABP_TriggerInteractiveEnvironmentZone_C) == 0x000008, "Wrong alignment on ABP_TriggerInteractiveEnvironmentZone_C"); \ +static_assert(sizeof(ABP_TriggerInteractiveEnvironmentZone_C) == 0x0002D8, "Wrong size on ABP_TriggerInteractiveEnvironmentZone_C"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, UberGraphFrame) == 0x000290, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, Box) == 0x000298, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, Zone_Type_Of_Interaction) == 0x0002A8, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::Zone_Type_Of_Interaction' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, Current_Interraction) == 0x0002A9, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::Current_Interraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, IsZoneActive) == 0x0002AA, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::IsZoneActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, ArrayOfRegisteredComponentInZone) == 0x0002B0, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::ArrayOfRegisteredComponentInZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, Array_Element) == 0x0002C0, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::Array_Element' has a wrong offset!"); \ +static_assert(offsetof(ABP_TriggerInteractiveEnvironmentZone_C, Array_Of_Actors_In_Trigger) == 0x0002C8, "Member 'ABP_TriggerInteractiveEnvironmentZone_C::Array_Of_Actors_In_Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFInputLayer \ +static_assert(alignof(FFInputLayer) == 0x000008, "Wrong alignment on FFInputLayer"); \ +static_assert(sizeof(FFInputLayer) == 0x000068, "Wrong size on FFInputLayer"); \ +static_assert(offsetof(FFInputLayer, GUID_8_143D7FF04DA4E68B3E417D8529AA1FF1) == 0x000000, "Member 'FFInputLayer::GUID_8_143D7FF04DA4E68B3E417D8529AA1FF1' has a wrong offset!"); \ +static_assert(offsetof(FFInputLayer, KeyStates_4_E4C4D54F44F34C0B7A19BFBB8C40D316) == 0x000010, "Member 'FFInputLayer::KeyStates_4_E4C4D54F44F34C0B7A19BFBB8C40D316' has a wrong offset!"); \ +static_assert(offsetof(FFInputLayer, IsModal_11_9BD264DF4871F6A81A6976AEDBFC371F) == 0x000060, "Member 'FFInputLayer::IsModal_11_9BD264DF4871F6A81A6976AEDBFC371F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleHeal_C_GetCurrentAmount \ +static_assert(alignof(BP_BattleHeal_C_GetCurrentAmount) == 0x000008, "Wrong alignment on BP_BattleHeal_C_GetCurrentAmount"); \ +static_assert(sizeof(BP_BattleHeal_C_GetCurrentAmount) == 0x000008, "Wrong size on BP_BattleHeal_C_GetCurrentAmount"); \ +static_assert(offsetof(BP_BattleHeal_C_GetCurrentAmount, ReturnValue) == 0x000000, "Member 'BP_BattleHeal_C_GetCurrentAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleHeal_C_GetDebugInfo \ +static_assert(alignof(BP_BattleHeal_C_GetDebugInfo) == 0x000008, "Wrong alignment on BP_BattleHeal_C_GetDebugInfo"); \ +static_assert(sizeof(BP_BattleHeal_C_GetDebugInfo) == 0x000020, "Wrong size on BP_BattleHeal_C_GetDebugInfo"); \ +static_assert(offsetof(BP_BattleHeal_C_GetDebugInfo, DebugReason_0) == 0x000000, "Member 'BP_BattleHeal_C_GetDebugInfo::DebugReason_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_GetDebugInfo, DebugModifierLogs_0) == 0x000010, "Member 'BP_BattleHeal_C_GetDebugInfo::DebugModifierLogs_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleHeal_C_GetReason \ +static_assert(alignof(BP_BattleHeal_C_GetReason) == 0x000001, "Wrong alignment on BP_BattleHeal_C_GetReason"); \ +static_assert(sizeof(BP_BattleHeal_C_GetReason) == 0x000001, "Wrong size on BP_BattleHeal_C_GetReason"); \ +static_assert(offsetof(BP_BattleHeal_C_GetReason, Reason_0) == 0x000000, "Member 'BP_BattleHeal_C_GetReason::Reason_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleHeal_C_Init \ +static_assert(alignof(BP_BattleHeal_C_Init) == 0x000008, "Wrong alignment on BP_BattleHeal_C_Init"); \ +static_assert(sizeof(BP_BattleHeal_C_Init) == 0x000088, "Wrong size on BP_BattleHeal_C_Init"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, TargetCharacter_0) == 0x000000, "Member 'BP_BattleHeal_C_Init::TargetCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, SourceCharacter_0) == 0x000008, "Member 'BP_BattleHeal_C_Init::SourceCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, Amount_0) == 0x000010, "Member 'BP_BattleHeal_C_Init::Amount_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleHeal_C_Init::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_BattleHeal_C_Init::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_BattleHeal_C_Init::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_Init, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_BattleHeal_C_Init::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleHeal_C_ModifyAmount \ +static_assert(alignof(BP_BattleHeal_C_ModifyAmount) == 0x000008, "Wrong alignment on BP_BattleHeal_C_ModifyAmount"); \ +static_assert(sizeof(BP_BattleHeal_C_ModifyAmount) == 0x000178, "Wrong size on BP_BattleHeal_C_ModifyAmount"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, NewAmount) == 0x000000, "Member 'BP_BattleHeal_C_ModifyAmount::NewAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, DebugReason_0) == 0x000008, "Member 'BP_BattleHeal_C_ModifyAmount::DebugReason_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, local_previousHealAmount) == 0x000018, "Member 'BP_BattleHeal_C_ModifyAmount::local_previousHealAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_IsEmpty_ReturnValue) == 0x000020, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000021, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_MakeDateTime_ReturnValue) == 0x000028, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_MakeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_Today_ReturnValue) == 0x000030, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_Today_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_Greater_DateTimeDateTime_ReturnValue) == 0x000038, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_Greater_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_BattleHeal_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, Temp_string_Variable) == 0x000088, "Member 'BP_BattleHeal_C_ModifyAmount::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleHeal_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, Temp_bool_Variable) == 0x0000E0, "Member 'BP_BattleHeal_C_ModifyAmount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, K2Node_Select_Default) == 0x0000E8, "Member 'BP_BattleHeal_C_ModifyAmount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_BattleHeal_C_ModifyAmount::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_BattleHeal_C_ModifyAmount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleHeal_C_ModifyAmount, CallFunc_Array_Add_ReturnValue) == 0x000170, "Member 'BP_BattleHeal_C_ModifyAmount::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleHeal_C \ +static_assert(alignof(UBP_BattleHeal_C) == 0x000008, "Wrong alignment on UBP_BattleHeal_C"); \ +static_assert(sizeof(UBP_BattleHeal_C) == 0x000070, "Wrong size on UBP_BattleHeal_C"); \ +static_assert(offsetof(UBP_BattleHeal_C, IsPrevented) == 0x000028, "Member 'UBP_BattleHeal_C::IsPrevented' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, Amount) == 0x000030, "Member 'UBP_BattleHeal_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, SourceCharacter) == 0x000038, "Member 'UBP_BattleHeal_C::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, TargetCharacter) == 0x000040, "Member 'UBP_BattleHeal_C::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, Reason) == 0x000048, "Member 'UBP_BattleHeal_C::Reason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, DebugReason) == 0x000050, "Member 'UBP_BattleHeal_C::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleHeal_C, DebugModifierLogs) == 0x000060, "Member 'UBP_BattleHeal_C::DebugModifierLogs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_PlayerCameraBehavior__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData) == 0x001008, "Wrong size on ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_308) == 0x000004, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_308' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_309) == 0x00000C, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_309' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_310) == 0x000018, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_310' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_311) == 0x000028, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_311' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_312) == 0x000038, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_312' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __IntProperty_313) == 0x000040, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__IntProperty_313' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_314) == 0x000048, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_314' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_315) == 0x000058, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_315' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_316) == 0x000068, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_316' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_317) == 0x000078, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_317' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __IntProperty_318) == 0x000080, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__IntProperty_318' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_319) == 0x000088, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_319' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_320) == 0x000098, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_320' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_321) == 0x0000A8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_321' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_322) == 0x0000B8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_322' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __NameProperty_323) == 0x0000C0, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__NameProperty_323' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __IntProperty_324) == 0x0000C8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__IntProperty_324' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_325) == 0x0000D0, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_325' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_326) == 0x0000E0, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_326' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_327) == 0x0000F0, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_327' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __EnumProperty_328) == 0x000100, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__EnumProperty_328' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_329) == 0x000108, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_329' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_330) == 0x000118, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_330' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_331) == 0x000128, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_331' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __StructProperty_332) == 0x000138, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__StructProperty_332' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __BlendProfile_333) == 0x000158, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__BlendProfile_333' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __CurveFloat_334) == 0x000160, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__CurveFloat_334' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __BoolProperty_335) == 0x000168, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__BoolProperty_335' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __EnumProperty_336) == 0x000169, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__EnumProperty_336' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __EnumProperty_337) == 0x00016A, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__EnumProperty_337' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_338) == 0x000170, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_338' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, __ArrayProperty_339) == 0x000180, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::__ArrayProperty_339' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000190, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000210, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000228, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x000258, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_35) == 0x000288, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_34) == 0x0002B8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_33) == 0x0002E8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_32) == 0x000318, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x000348, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x000378, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_31) == 0x0003A8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x0003D8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x000408, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000438, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000468, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_11) == 0x000498, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_10) == 0x0004C8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_9) == 0x0004F8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_30) == 0x000528, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_29) == 0x000558, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_28) == 0x000588, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_27) == 0x0005B8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_26) == 0x0005E8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_25) == 0x000618, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_24) == 0x000648, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_23) == 0x000678, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_22) == 0x0006A8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0006D8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_8) == 0x000708, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_7) == 0x000738, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_6) == 0x000768, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_21) == 0x000798, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_20) == 0x0007C8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_19) == 0x0007F8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_18) == 0x000828, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_17) == 0x000858, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_16) == 0x000888, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_15) == 0x0008B8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_14) == 0x0008E8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_13) == 0x000918, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000948, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_5) == 0x000978, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_4) == 0x0009A8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_3) == 0x0009D8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_12) == 0x000A08, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_11) == 0x000A38, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_10) == 0x000A68, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_9) == 0x000A98, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_8) == 0x000AC8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_7) == 0x000AF8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_6) == 0x000B28, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_5) == 0x000B58, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_4) == 0x000B88, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000BB8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000BE8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x000C18, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x000C48, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x000C78, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x000CA8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_2) == 0x000CD8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_3) == 0x000D08, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000D38, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x000D68, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x000D98, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x000DC8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x000DF8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_2) == 0x000E28, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000E58, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x000E88, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x000EB8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_1) == 0x000EE8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000F18, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000F48, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve) == 0x000F78, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x000FA8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000FD8, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_PlayerCameraBehavior__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData) == 0x00000F, "Wrong size on ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty) == 0x000001, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_0) == 0x000002, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_1) == 0x000003, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_2) == 0x000004, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_3) == 0x000005, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_4) == 0x000006, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_5) == 0x000007, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_6) == 0x000008, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_7) == 0x000009, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __BoolProperty_8) == 0x00000A, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__BoolProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_9) == 0x00000B, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __BoolProperty_10) == 0x00000C, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__BoolProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_11) == 0x00000D, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData, __ByteProperty_12) == 0x00000E, "Member 'ALS_PlayerCameraBehavior::FAnimBlueprintGeneratedMutableData::__ByteProperty_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_PlayerCameraBehavior_C_AnimGraph \ +static_assert(alignof(ALS_PlayerCameraBehavior_C_AnimGraph) == 0x000008, "Wrong alignment on ALS_PlayerCameraBehavior_C_AnimGraph"); \ +static_assert(sizeof(ALS_PlayerCameraBehavior_C_AnimGraph) == 0x000010, "Wrong size on ALS_PlayerCameraBehavior_C_AnimGraph"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ALS_PlayerCameraBehavior_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior \ +static_assert(alignof(ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior) == 0x000004, "Wrong alignment on ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior"); \ +static_assert(sizeof(ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior) == 0x000004, "Wrong size on ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior"); \ +static_assert(offsetof(ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior, EntryPoint) == 0x000000, "Member 'ALS_PlayerCameraBehavior_C_ExecuteUbergraph_ALS_PlayerCameraBehavior::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALS_PlayerCameraBehavior_C \ +static_assert(alignof(UALS_PlayerCameraBehavior_C) == 0x000010, "Wrong alignment on UALS_PlayerCameraBehavior_C"); \ +static_assert(sizeof(UALS_PlayerCameraBehavior_C) == 0x003610, "Wrong size on UALS_PlayerCameraBehavior_C"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, UberGraphFrame) == 0x000380, "Member 'UALS_PlayerCameraBehavior_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, __AnimBlueprintMutables) == 0x000388, "Member 'UALS_PlayerCameraBehavior_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimBlueprintExtension_PropertyAccess) == 0x000398, "Member 'UALS_PlayerCameraBehavior_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimBlueprintExtension_Base) == 0x0003A0, "Member 'UALS_PlayerCameraBehavior_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_Root) == 0x0003A8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_SaveCachedPose_4) == 0x0003C8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_35) == 0x000448, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_34) == 0x000568, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_33) == 0x000688, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_32) == 0x0007A8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_SaveCachedPose_3) == 0x0008C8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_10) == 0x000948, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_31) == 0x000970, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_9) == 0x000A90, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_TransitionResult_2) == 0x000AB8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_TransitionResult_1) == 0x000AE0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_TransitionResult) == 0x000B08, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_11) == 0x000B30, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_10) == 0x000B78, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_9) == 0x000BC0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_30) == 0x000C08, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_29) == 0x000D28, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_28) == 0x000E48, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_27) == 0x000F68, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_26) == 0x001088, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_25) == 0x0011A8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_24) == 0x0012C8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_23) == 0x0013E8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_22) == 0x001508, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_StateResult_2) == 0x001628, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_8) == 0x001648, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_7) == 0x001690, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_6) == 0x0016D8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_21) == 0x001720, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_20) == 0x001840, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_19) == 0x001960, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_18) == 0x001A80, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_17) == 0x001BA0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_16) == 0x001CC0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_15) == 0x001DE0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_14) == 0x001F00, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_13) == 0x002020, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_StateResult_1) == 0x002140, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_5) == 0x002160, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_4) == 0x0021A8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_3) == 0x0021F0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_12) == 0x002238, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_11) == 0x002358, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_10) == 0x002478, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_9) == 0x002598, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_8) == 0x0026B8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_7) == 0x0027D8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_6) == 0x0028F8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_5) == 0x002A18, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_4) == 0x002B38, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_StateResult) == 0x002C58, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_StateMachine) == 0x002C78, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_SaveCachedPose_2) == 0x002D40, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByBool_1) == 0x002DC0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_SaveCachedPose_1) == 0x002E08, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_8) == 0x002E88, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_2) == 0x002EB0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_3) == 0x002EF8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByBool) == 0x003018, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_7) == 0x003060, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_6) == 0x003088, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_5) == 0x0030B0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_4) == 0x0030D8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_2) == 0x003100, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_SaveCachedPose) == 0x003220, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_3) == 0x0032A0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_2) == 0x0032C8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve_1) == 0x0032F0, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose_1) == 0x003410, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_UseCachedPose) == 0x003438, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_ModifyCurve) == 0x003460, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum_1) == 0x003580, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_PlayerCameraBehavior_C, AnimGraphNode_BlendListByEnum) == 0x0035C8, "Member 'UALS_PlayerCameraBehavior_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBattle_Shake1_C \ +static_assert(alignof(UBattle_Shake1_C) == 0x000010, "Wrong alignment on UBattle_Shake1_C"); \ +static_assert(sizeof(UBattle_Shake1_C) == 0x0000E0, "Wrong size on UBattle_Shake1_C"); \ + +#define DUMPER7_ASSERTS_FS_LoadGameRequest \ +static_assert(alignof(FS_LoadGameRequest) == 0x000008, "Wrong alignment on FS_LoadGameRequest"); \ +static_assert(sizeof(FS_LoadGameRequest) == 0x000028, "Wrong size on FS_LoadGameRequest"); \ +static_assert(offsetof(FS_LoadGameRequest, SlotName_8_25B121D2426F67EB5FBFD692AE35F65A) == 0x000000, "Member 'FS_LoadGameRequest::SlotName_8_25B121D2426F67EB5FBFD692AE35F65A' has a wrong offset!"); \ +static_assert(offsetof(FS_LoadGameRequest, SaveGameData_14_A35060D4494EBBD3C09F299D189719AA) == 0x000010, "Member 'FS_LoadGameRequest::SaveGameData_14_A35060D4494EBBD3C09F299D189719AA' has a wrong offset!"); \ +static_assert(offsetof(FS_LoadGameRequest, LoadLatentAction_12_38B5189B4B6755BE8C10DE9B57C4EA2F) == 0x000018, "Member 'FS_LoadGameRequest::LoadLatentAction_12_38B5189B4B6755BE8C10DE9B57C4EA2F' has a wrong offset!"); \ +static_assert(offsetof(FS_LoadGameRequest, DebugMode_17_2CE3D84742A406CB15026DB7DA6C1344) == 0x000020, "Member 'FS_LoadGameRequest::DebugMode_17_2CE3D84742A406CB15026DB7DA6C1344' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ListOfActorsPerInteractionType \ +static_assert(alignof(FS_ListOfActorsPerInteractionType) == 0x000008, "Wrong alignment on FS_ListOfActorsPerInteractionType"); \ +static_assert(sizeof(FS_ListOfActorsPerInteractionType) == 0x000010, "Wrong size on FS_ListOfActorsPerInteractionType"); \ +static_assert(offsetof(FS_ListOfActorsPerInteractionType, ListOfActors_6_498BDDF045535DBE5A6F4680D2CA4FBA) == 0x000000, "Member 'FS_ListOfActorsPerInteractionType::ListOfActors_6_498BDDF045535DBE5A6F4680D2CA4FBA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow \ +static_assert(alignof(BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow) == 0x000008, "Wrong alignment on BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow"); \ +static_assert(sizeof(BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow) == 0x000148, "Wrong size on BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow, ItemDataTableRow) == 0x000000, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow::ItemDataTableRow' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow, Name_0) == 0x000010, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_GetItemNameFromDataTableRow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData \ +static_assert(alignof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData) == 0x000008, "Wrong alignment on BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData"); \ +static_assert(sizeof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData) == 0x000048, "Wrong size on BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, GameInstance) == 0x000000, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, PlayerController) == 0x000008, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_GetItemNameFromDataTableRow_Name) == 0x000038, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_GetItemNameFromDataTableRow_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_RemoveEntitlementData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData \ +static_assert(alignof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData) == 0x000008, "Wrong alignment on BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData"); \ +static_assert(sizeof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData) == 0x000058, "Wrong size on BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, GameInstance) == 0x000000, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, PlayerController) == 0x000008, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_GetItemNameFromDataTableRow_Name) == 0x000038, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_GetItemNameFromDataTableRow_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_AddItemToInventory_GeneratedItem) == 0x000048, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_EntitlementDataUpdater_AdditionalItems_C_ApplyEntitlementData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EntitlementDataUpdater_AdditionalItems_C \ +static_assert(alignof(UBP_EntitlementDataUpdater_AdditionalItems_C) == 0x000008, "Wrong alignment on UBP_EntitlementDataUpdater_AdditionalItems_C"); \ +static_assert(sizeof(UBP_EntitlementDataUpdater_AdditionalItems_C) == 0x000040, "Wrong size on UBP_EntitlementDataUpdater_AdditionalItems_C"); \ +static_assert(offsetof(UBP_EntitlementDataUpdater_AdditionalItems_C, ItemList) == 0x000030, "Member 'UBP_EntitlementDataUpdater_AdditionalItems_C::ItemList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_NewGamePlusParameters \ +static_assert(alignof(FS_NewGamePlusParameters) == 0x000004, "Wrong alignment on FS_NewGamePlusParameters"); \ +static_assert(sizeof(FS_NewGamePlusParameters) == 0x000008, "Wrong size on FS_NewGamePlusParameters"); \ +static_assert(offsetof(FS_NewGamePlusParameters, FinishedGameCount_7_C977C190468E87252E1BF89BBF1D5860) == 0x000000, "Member 'FS_NewGamePlusParameters::FinishedGameCount_7_C977C190468E87252E1BF89BBF1D5860' has a wrong offset!"); \ +static_assert(offsetof(FS_NewGamePlusParameters, AdditionalEncounterLevel_9_20222C324102F0C9ECB185AF96C01E96) == 0x000004, "Member 'FS_NewGamePlusParameters::AdditionalEncounterLevel_9_20222C324102F0C9ECB185AF96C01E96' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GameMenuParameters \ +static_assert(alignof(FS_GameMenuParameters) == 0x000008, "Wrong alignment on FS_GameMenuParameters"); \ +static_assert(sizeof(FS_GameMenuParameters) == 0x000018, "Wrong size on FS_GameMenuParameters"); \ +static_assert(offsetof(FS_GameMenuParameters, FastTransition_1_FA32CF2A4492685B7E56C5A594C7617B) == 0x000000, "Member 'FS_GameMenuParameters::FastTransition_1_FA32CF2A4492685B7E56C5A594C7617B' has a wrong offset!"); \ +static_assert(offsetof(FS_GameMenuParameters, EnabledTabs_6_302F8AC54BFCC909F477BDB0B9FBDB8E) == 0x000008, "Member 'FS_GameMenuParameters::EnabledTabs_6_302F8AC54BFCC909F477BDB0B9FBDB8E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_Activate_GPEInternal \ +static_assert(alignof(BP_GPE_Orchestrator_C_Activate_GPEInternal) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_Activate_GPEInternal"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_Activate_GPEInternal) == 0x0001E8, "Wrong size on BP_GPE_Orchestrator_C_Activate_GPEInternal"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, GPE) == 0x000000, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000010, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x0000D8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_CanBeActivated_ReturnValue) == 0x0000E0, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_CanBeActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000108, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, K2Node_MakeArray_Array_1) == 0x0001B8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Format_ReturnValue) == 0x0001C8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_Activate_GPEInternal, CallFunc_Format_ReturnValue_1) == 0x0001D8, "Member 'BP_GPE_Orchestrator_C_Activate_GPEInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature \ +static_assert(alignof(BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature) == 0x000001, "Wrong size on BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature, Activated) == 0x000000, "Member 'BP_GPE_Orchestrator_C_BndEvt__BP_GPE_Orchestrator_BP_GPEInternalActivationComponent_K2Node_ComponentBoundEvent_0_OnActivationChanged__DelegateSignature::Activated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_CheckForErrors \ +static_assert(alignof(BP_GPE_Orchestrator_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_CheckForErrors"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_CheckForErrors) == 0x000080, "Wrong size on BP_GPE_Orchestrator_C_CheckForErrors"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000030, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_GetObjectClass_ReturnValue) == 0x000060, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000068, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_GetObjectClass_ReturnValue_1) == 0x000070, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_CheckForErrors, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000078, "Member 'BP_GPE_Orchestrator_C_CheckForErrors::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_DeactivateGPEInternal \ +static_assert(alignof(BP_GPE_Orchestrator_C_DeactivateGPEInternal) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_DeactivateGPEInternal"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_DeactivateGPEInternal) == 0x0001E8, "Wrong size on BP_GPE_Orchestrator_C_DeactivateGPEInternal"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, GPE) == 0x000000, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000010, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x0000D8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_CanBeDeactivated_ReturnValue) == 0x0000E0, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_CanBeDeactivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000108, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, K2Node_MakeArray_Array_1) == 0x0001B8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Format_ReturnValue) == 0x0001C8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_DeactivateGPEInternal, CallFunc_Format_ReturnValue_1) == 0x0001D8, "Member 'BP_GPE_Orchestrator_C_DeactivateGPEInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator \ +static_assert(alignof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator) == 0x000120, "Wrong size on BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, EntryPoint) == 0x000000, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_Event_GPE_1) == 0x000018, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_Event_GPE_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_Event_GPE) == 0x000020, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_Event_GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000038, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x000050, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_AsBPI_GPE_Interface_1) == 0x000068, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_AsBPI_GPE_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00008C, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_ComponentBoundEvent_Activated) == 0x000098, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_ComponentBoundEvent_Activated' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, Temp_int_Loop_Counter_Variable_2) == 0x00009C, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A4, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_GetNextIndex_Index) == 0x0000A8, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_GetNextIndex_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_AsBPI_GPE_Interface_2) == 0x0000B8, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_AsBPI_GPE_Interface_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_GetUsedIndexes_Indexes) == 0x0000D0, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_GetUsedIndexes_Indexes' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Get_Item_3) == 0x0000E0, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Length_ReturnValue_3) == 0x0000E4, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Array_Get_Item_4) == 0x0000E8, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F0, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_AsBPI_GPE_Interface_3) == 0x0000F8, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_AsBPI_GPE_Interface_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_DynamicCast_bSuccess_3) == 0x000108, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'BP_GPE_Orchestrator_C_ExecuteUbergraph_BP_GPE_Orchestrator::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate \ +static_assert(alignof(BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate) == 0x000010, "Wrong size on BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate, GameplayElementsToActivate_0) == 0x000000, "Member 'BP_GPE_Orchestrator_C_GPETrigger_GetGameplayElementsToActivate::GameplayElementsToActivate_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator \ +static_assert(alignof(BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator) == 0x000008, "Wrong size on BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator, GPE) == 0x000000, "Member 'BP_GPE_Orchestrator_C_ProcessDeactivateOrchestrator::GPE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_ProcessTickOrchestrator \ +static_assert(alignof(BP_GPE_Orchestrator_C_ProcessTickOrchestrator) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_ProcessTickOrchestrator"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_ProcessTickOrchestrator) == 0x000008, "Wrong size on BP_GPE_Orchestrator_C_ProcessTickOrchestrator"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_ProcessTickOrchestrator, GPE) == 0x000000, "Member 'BP_GPE_Orchestrator_C_ProcessTickOrchestrator::GPE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_Orchestrator_C_GPE_GetActivationComponent \ +static_assert(alignof(BP_GPE_Orchestrator_C_GPE_GetActivationComponent) == 0x000008, "Wrong alignment on BP_GPE_Orchestrator_C_GPE_GetActivationComponent"); \ +static_assert(sizeof(BP_GPE_Orchestrator_C_GPE_GetActivationComponent) == 0x000008, "Wrong size on BP_GPE_Orchestrator_C_GPE_GetActivationComponent"); \ +static_assert(offsetof(BP_GPE_Orchestrator_C_GPE_GetActivationComponent, ActivationComponent) == 0x000000, "Member 'BP_GPE_Orchestrator_C_GPE_GetActivationComponent::ActivationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_Orchestrator_C \ +static_assert(alignof(ABP_GPE_Orchestrator_C) == 0x000008, "Wrong alignment on ABP_GPE_Orchestrator_C"); \ +static_assert(sizeof(ABP_GPE_Orchestrator_C) == 0x0002D0, "Wrong size on ABP_GPE_Orchestrator_C"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, UberGraphFrame) == 0x000290, "Member 'ABP_GPE_Orchestrator_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, BP_GPE_IndexSelectorComponent) == 0x000298, "Member 'ABP_GPE_Orchestrator_C::BP_GPE_IndexSelectorComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, BP_GPEInternalActivationComponent) == 0x0002A0, "Member 'ABP_GPE_Orchestrator_C::BP_GPEInternalActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, BP_GPEDebugComponent) == 0x0002A8, "Member 'ABP_GPE_Orchestrator_C::BP_GPEDebugComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, Billboard) == 0x0002B0, "Member 'ABP_GPE_Orchestrator_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, GameplayElementsToActivate) == 0x0002B8, "Member 'ABP_GPE_Orchestrator_C::GameplayElementsToActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, Mode) == 0x0002C8, "Member 'ABP_GPE_Orchestrator_C::Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, ActivateGPE_AllAtOnce) == 0x0002C9, "Member 'ABP_GPE_Orchestrator_C::ActivateGPE_AllAtOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_Orchestrator_C, ResetCurrentGPE_OrderOnDeactivate) == 0x0002CA, "Member 'ABP_GPE_Orchestrator_C::ResetCurrentGPE_OrderOnDeactivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DialogueLine \ +static_assert(alignof(FS_DialogueLine) == 0x000008, "Wrong alignment on FS_DialogueLine"); \ +static_assert(sizeof(FS_DialogueLine) == 0x000058, "Wrong size on FS_DialogueLine"); \ +static_assert(offsetof(FS_DialogueLine, Character_21_9CCAA85F4D431E9DD912FD9CB38DFBB9) == 0x000000, "Member 'FS_DialogueLine::Character_21_9CCAA85F4D431E9DD912FD9CB38DFBB9' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, Emotion_22_4E5F2363442944395D427CBC0DCCAFFD) == 0x000001, "Member 'FS_DialogueLine::Emotion_22_4E5F2363442944395D427CBC0DCCAFFD' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, DelayToDelete_12_F7B8F4424E025AE635FD8BA9513B8507) == 0x000008, "Member 'FS_DialogueLine::DelayToDelete_12_F7B8F4424E025AE635FD8BA9513B8507' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, DelayToAnswer_14_1F1CDEEA43E0BEF54D3810A237AA242C) == 0x000010, "Member 'FS_DialogueLine::DelayToAnswer_14_1F1CDEEA43E0BEF54D3810A237AA242C' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, UseSoundDuration_30_2BFE9A814C5DA24658A59C8CB417A17F) == 0x000018, "Member 'FS_DialogueLine::UseSoundDuration_30_2BFE9A814C5DA24658A59C8CB417A17F' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, DialogWave_25_CFDA519F4908618047A8D295B783A40F) == 0x000020, "Member 'FS_DialogueLine::DialogWave_25_CFDA519F4908618047A8D295B783A40F' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, PortraitOnTheRight_32_A078243C417EE058757087B38EE1B018) == 0x000028, "Member 'FS_DialogueLine::PortraitOnTheRight_32_A078243C417EE058757087B38EE1B018' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, SoundEventRow_35_4369BC3D47B0C2E3C9C07A9E49CF92E7) == 0x000030, "Member 'FS_DialogueLine::SoundEventRow_35_4369BC3D47B0C2E3C9C07A9E49CF92E7' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, LineText_41_AD35B4F044D43FEB5B62D58635EAC75F) == 0x000040, "Member 'FS_DialogueLine::LineText_41_AD35B4F044D43FEB5B62D58635EAC75F' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueLine, LineSound_44_C57AC45742D2E25B6D1951AFEDB7085C) == 0x000050, "Member 'FS_DialogueLine::LineSound_44_C57AC45742D2E25B6D1951AFEDB7085C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnvironmentInteractorComponent_C_ReceiveTick \ +static_assert(alignof(BP_EnvironmentInteractorComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_EnvironmentInteractorComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_EnvironmentInteractorComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_EnvironmentInteractorComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_EnvironmentInteractorComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnvironmentInteractorComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_EnvironmentInteractorComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_EnvironmentInteractorComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_EnvironmentInteractorComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_EnvironmentInteractorComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_EnvironmentInteractorComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent \ +static_assert(alignof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent) == 0x000008, "Wrong alignment on BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent"); \ +static_assert(sizeof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent) == 0x0000C0, "Wrong size on BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, EntryPoint) == 0x000000, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000010, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_DynamicCast_AsALS_Character_BP) == 0x000028, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_DynamicCast_AsALS_Character_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_SwitchEnum_CmpSuccess_1) == 0x000032, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_SwitchEnum_CmpSuccess_2) == 0x000033, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, K2Node_Event_EndPlayReason) == 0x000034, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000050, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000058, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_BooleanOR_ReturnValue) == 0x000060, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000088, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000090, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, Temp_object_Variable) == 0x000098, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0000A0, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x0000A8, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, Temp_wildcard_Variable) == 0x0000B0, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_EnvironmentInteractorComponent_C_ExecuteUbergraph_BP_EnvironmentInteractorComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EnvironmentInteractorComponent_C \ +static_assert(alignof(UBP_EnvironmentInteractorComponent_C) == 0x000010, "Wrong alignment on UBP_EnvironmentInteractorComponent_C"); \ +static_assert(sizeof(UBP_EnvironmentInteractorComponent_C) == 0x000290, "Wrong size on UBP_EnvironmentInteractorComponent_C"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, UberGraphFrame) == 0x000230, "Member 'UBP_EnvironmentInteractorComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Interaction_Size) == 0x000238, "Member 'UBP_EnvironmentInteractorComponent_C::Interaction_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Impact_Duration) == 0x00023C, "Member 'UBP_EnvironmentInteractorComponent_C::Impact_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, _Alpha) == 0x000240, "Member 'UBP_EnvironmentInteractorComponent_C::_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, _Optimisation) == 0x000244, "Member 'UBP_EnvironmentInteractorComponent_C::_Optimisation' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, OverrideMaterialList) == 0x000248, "Member 'UBP_EnvironmentInteractorComponent_C::OverrideMaterialList' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Radius) == 0x000258, "Member 'UBP_EnvironmentInteractorComponent_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Active_Interactor) == 0x000260, "Member 'UBP_EnvironmentInteractorComponent_C::Active_Interactor' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Impact_Size) == 0x000268, "Member 'UBP_EnvironmentInteractorComponent_C::Impact_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Save_Impact_Size) == 0x000270, "Member 'UBP_EnvironmentInteractorComponent_C::Save_Impact_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Impact_Opacity) == 0x000278, "Member 'UBP_EnvironmentInteractorComponent_C::Impact_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, Save_Impact_Opacity) == 0x000280, "Member 'UBP_EnvironmentInteractorComponent_C::Save_Impact_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UBP_EnvironmentInteractorComponent_C, AllowRotationMaterial) == 0x000288, "Member 'UBP_EnvironmentInteractorComponent_C::AllowRotationMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_ExplorationSFXType \ +static_assert(alignof(FFAudioCharacter_ExplorationSFXType) == 0x000008, "Wrong alignment on FFAudioCharacter_ExplorationSFXType"); \ +static_assert(sizeof(FFAudioCharacter_ExplorationSFXType) == 0x000038, "Wrong size on FFAudioCharacter_ExplorationSFXType"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, FreeAimHit_6_CF7E093E43FD56C98E783D9B1E242DE6) == 0x000000, "Member 'FFAudioCharacter_ExplorationSFXType::FreeAimHit_6_CF7E093E43FD56C98E783D9B1E242DE6' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, FreeAimStart_7_4768304F45DD2E40557947B5B0AB7C69) == 0x000008, "Member 'FFAudioCharacter_ExplorationSFXType::FreeAimStart_7_4768304F45DD2E40557947B5B0AB7C69' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, FreeAimStop_8_8A05D864418955E24EBD649C92C90BAF) == 0x000010, "Member 'FFAudioCharacter_ExplorationSFXType::FreeAimStop_8_8A05D864418955E24EBD649C92C90BAF' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, FreeAimShot_9_BFAC80A744264D0CD4E91E82890FA9F9) == 0x000018, "Member 'FFAudioCharacter_ExplorationSFXType::FreeAimShot_9_BFAC80A744264D0CD4E91E82890FA9F9' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, Teleport_10_7DBA12274D4B8A2C0009E9B62089D472) == 0x000020, "Member 'FFAudioCharacter_ExplorationSFXType::Teleport_10_7DBA12274D4B8A2C0009E9B62089D472' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, CharacterSwitch_12_A29C9EF34DF63FF46315E99A4A41EA90) == 0x000028, "Member 'FFAudioCharacter_ExplorationSFXType::CharacterSwitch_12_A29C9EF34DF63FF46315E99A4A41EA90' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_ExplorationSFXType, AttackExploration_15_3EB283224FB12372CFC02BA2E330CF39) == 0x000030, "Member 'FFAudioCharacter_ExplorationSFXType::AttackExploration_15_3EB283224FB12372CFC02BA2E330CF39' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_FootStepVisual \ +static_assert(alignof(FS_FootStepVisual) == 0x000008, "Wrong alignment on FS_FootStepVisual"); \ +static_assert(sizeof(FS_FootStepVisual) == 0x000028, "Wrong size on FS_FootStepVisual"); \ +static_assert(offsetof(FS_FootStepVisual, Material_2_5E2D83CD4987E5D68169F891AD376DD7) == 0x000000, "Member 'FS_FootStepVisual::Material_2_5E2D83CD4987E5D68169F891AD376DD7' has a wrong offset!"); \ +static_assert(offsetof(FS_FootStepVisual, DecalSize_9_30B77DA2484D094823FA8E95EDAF7009) == 0x000008, "Member 'FS_FootStepVisual::DecalSize_9_30B77DA2484D094823FA8E95EDAF7009' has a wrong offset!"); \ +static_assert(offsetof(FS_FootStepVisual, Lifetime_13_5F491F8441102EF14856299BC5678730) == 0x000020, "Member 'FS_FootStepVisual::Lifetime_13_5F491F8441102EF14856299BC5678730' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies \ +static_assert(alignof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies) == 0x000040, "Wrong size on BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, LockName) == 0x000000, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::LockName' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, CallFunc_GetAllAliveEnemies_Enemies) == 0x000018, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::CallFunc_GetAllAliveEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_WorldInfoComponent_C_AddAggroLockOnAllEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy) == 0x0000F0, "Wrong size on BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, local_CurrentSquaredDistance) == 0x000000, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::local_CurrentSquaredDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, local_MinSquaredDistance) == 0x000008, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::local_MinSquaredDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, local_PlayerPawnLocation) == 0x000010, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::local_PlayerPawnLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Sqrt_ReturnValue) == 0x000030, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_LimitMax_Double_ReturnValue) == 0x000040, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_LimitMax_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_LimitMax_Double_ReturnValue_1) == 0x000058, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_LimitMax_Double_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Map_Find_Value) == 0x00007C, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Map_Find_ReturnValue) == 0x00007D, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Less_IntInt_ReturnValue) == 0x00007E, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, K2Node_SwitchEnum_CmpSuccess) == 0x00007F, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_LimitMax_Double_ReturnValue_2) == 0x0000A0, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_LimitMax_Double_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Sqrt_ReturnValue_1) == 0x0000A8, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Sqrt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x0000B0, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x0000B1, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000B8, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_LimitMax_Double_ReturnValue_3) == 0x0000C0, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_LimitMax_Double_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000C8, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'BP_WorldInfoComponent_C_ComputeDistancesToClosestEnemy::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent \ +static_assert(alignof(BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent) == 0x000004, "Wrong alignment on BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent) == 0x000008, "Wrong size on BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent, EntryPoint) == 0x000000, "Member 'BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_WorldInfoComponent_C_ExecuteUbergraph_BP_WorldInfoComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetAllAliveEnemies \ +static_assert(alignof(BP_WorldInfoComponent_C_GetAllAliveEnemies) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetAllAliveEnemies"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetAllAliveEnemies) == 0x000068, "Wrong size on BP_WorldInfoComponent_C_GetAllAliveEnemies"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, Enemies) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, Temp_wildcard_Variable) == 0x000018, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Map_Values_Values) == 0x000040, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000060, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllAliveEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'BP_WorldInfoComponent_C_GetAllAliveEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetAllTeleportPoints \ +static_assert(alignof(BP_WorldInfoComponent_C_GetAllTeleportPoints) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetAllTeleportPoints"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetAllTeleportPoints) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_GetAllTeleportPoints"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetAllTeleportPoints, TeleportPoints) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetAllTeleportPoints::TeleportPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy) == 0x000008, "Wrong size on BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy, DistanceToClosestEnemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestAliveEnemy::DistanceToClosestEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy) == 0x000008, "Wrong size on BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy, DistanceToClosestEnemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestDeadEnemy::DistanceToClosestEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetDistanceToClosestEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetDistanceToClosestEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy) == 0x000020, "Wrong size on BP_WorldInfoComponent_C_GetDistanceToClosestEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy, DistanceToClosestEnemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestEnemy::DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy, CallFunc_GetDistanceToClosestDeadEnemy_DistanceToClosestEnemy) == 0x000008, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestEnemy::CallFunc_GetDistanceToClosestDeadEnemy_DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy, CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy) == 0x000010, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestEnemy::CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetDistanceToClosestEnemy, CallFunc_FMin_ReturnValue) == 0x000018, "Member 'BP_WorldInfoComponent_C_GetDistanceToClosestEnemy::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID \ +static_assert(alignof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID) == 0x000078, "Wrong size on BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, GlobalObjectID) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::GlobalObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, Enemies) == 0x000008, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, Temp_wildcard_Variable) == 0x000018, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_GetGlobalObjectIDWithGroup_ObjectID) == 0x00005C, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_GetGlobalObjectIDWithGroup_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000064, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_WorldInfoComponent_C_GetEnemiesWithGlobalObjectID::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer \ +static_assert(alignof(BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer) == 0x000004, "Wrong alignment on BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer) == 0x000004, "Wrong size on BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer, MaximumLevelGapToChasePlayer_0) == 0x000000, "Member 'BP_WorldInfoComponent_C_GetMaximumLevelGapToChasePlayer::MaximumLevelGapToChasePlayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_ReceiveTick \ +static_assert(alignof(BP_WorldInfoComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WorldInfoComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_WorldInfoComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WorldInfoComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_RegisterTeleportPoint \ +static_assert(alignof(BP_WorldInfoComponent_C_RegisterTeleportPoint) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_RegisterTeleportPoint"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_RegisterTeleportPoint) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_RegisterTeleportPoint"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RegisterTeleportPoint, InTeleportPoint) == 0x000000, "Member 'BP_WorldInfoComponent_C_RegisterTeleportPoint::InTeleportPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RegisterTeleportPoint, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'BP_WorldInfoComponent_C_RegisterTeleportPoint::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_RegisterWorldEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_RegisterWorldEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_RegisterWorldEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_RegisterWorldEnemy) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_RegisterWorldEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RegisterWorldEnemy, Enemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_RegisterWorldEnemy::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RegisterWorldEnemy, Temp_struct_Variable) == 0x000008, "Member 'BP_WorldInfoComponent_C_RegisterWorldEnemy::Temp_struct_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies \ +static_assert(alignof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies) == 0x000040, "Wrong size on BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, LockName) == 0x000000, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::LockName' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, CallFunc_GetAllAliveEnemies_Enemies) == 0x000018, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::CallFunc_GetAllAliveEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_WorldInfoComponent_C_RemoveAggroLockOnAllEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_StopChasingForAllEnemies \ +static_assert(alignof(BP_WorldInfoComponent_C_StopChasingForAllEnemies) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_StopChasingForAllEnemies"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_StopChasingForAllEnemies) == 0x000038, "Wrong size on BP_WorldInfoComponent_C_StopChasingForAllEnemies"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, CallFunc_GetAllAliveEnemies_Enemies) == 0x000010, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::CallFunc_GetAllAliveEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_StopChasingForAllEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_WorldInfoComponent_C_StopChasingForAllEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_UnregisterTeleportPoint \ +static_assert(alignof(BP_WorldInfoComponent_C_UnregisterTeleportPoint) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_UnregisterTeleportPoint"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_UnregisterTeleportPoint) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_UnregisterTeleportPoint"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UnregisterTeleportPoint, InTeleportPoint) == 0x000000, "Member 'BP_WorldInfoComponent_C_UnregisterTeleportPoint::InTeleportPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UnregisterTeleportPoint, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'BP_WorldInfoComponent_C_UnregisterTeleportPoint::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_UnregisterWorldEnemy \ +static_assert(alignof(BP_WorldInfoComponent_C_UnregisterWorldEnemy) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_UnregisterWorldEnemy"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_UnregisterWorldEnemy) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_UnregisterWorldEnemy"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UnregisterWorldEnemy, Enemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_UnregisterWorldEnemy::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UnregisterWorldEnemy, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'BP_WorldInfoComponent_C_UnregisterWorldEnemy::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldInfoComponent_C_UpdateWorldEnemyState \ +static_assert(alignof(BP_WorldInfoComponent_C_UpdateWorldEnemyState) == 0x000008, "Wrong alignment on BP_WorldInfoComponent_C_UpdateWorldEnemyState"); \ +static_assert(sizeof(BP_WorldInfoComponent_C_UpdateWorldEnemyState) == 0x000010, "Wrong size on BP_WorldInfoComponent_C_UpdateWorldEnemyState"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UpdateWorldEnemyState, Enemy) == 0x000000, "Member 'BP_WorldInfoComponent_C_UpdateWorldEnemyState::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UpdateWorldEnemyState, EnemyState) == 0x000008, "Member 'BP_WorldInfoComponent_C_UpdateWorldEnemyState::EnemyState' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UpdateWorldEnemyState, local_WorldInfoData) == 0x000009, "Member 'BP_WorldInfoComponent_C_UpdateWorldEnemyState::local_WorldInfoData' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UpdateWorldEnemyState, CallFunc_Map_Find_Value) == 0x00000A, "Member 'BP_WorldInfoComponent_C_UpdateWorldEnemyState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldInfoComponent_C_UpdateWorldEnemyState, CallFunc_Map_Find_ReturnValue) == 0x00000B, "Member 'BP_WorldInfoComponent_C_UpdateWorldEnemyState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_WorldInfoComponent_C \ +static_assert(alignof(UBP_WorldInfoComponent_C) == 0x000008, "Wrong alignment on UBP_WorldInfoComponent_C"); \ +static_assert(sizeof(UBP_WorldInfoComponent_C) == 0x000120, "Wrong size on UBP_WorldInfoComponent_C"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_WorldInfoComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, WorldEnemies) == 0x0000A8, "Member 'UBP_WorldInfoComponent_C::WorldEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, DistanceToClosestAliveEnemy) == 0x0000F8, "Member 'UBP_WorldInfoComponent_C::DistanceToClosestAliveEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, MaximumLevelGapToChasePlayer) == 0x000100, "Member 'UBP_WorldInfoComponent_C::MaximumLevelGapToChasePlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, DistanceToClosestDeadEnemy) == 0x000108, "Member 'UBP_WorldInfoComponent_C::DistanceToClosestDeadEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_WorldInfoComponent_C, WorldTeleportPoints) == 0x000110, "Member 'UBP_WorldInfoComponent_C::WorldTeleportPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_FootstepVisualProfile_C \ +static_assert(alignof(UBP_DataAsset_FootstepVisualProfile_C) == 0x000008, "Wrong alignment on UBP_DataAsset_FootstepVisualProfile_C"); \ +static_assert(sizeof(UBP_DataAsset_FootstepVisualProfile_C) == 0x000080, "Wrong size on UBP_DataAsset_FootstepVisualProfile_C"); \ +static_assert(offsetof(UBP_DataAsset_FootstepVisualProfile_C, FootStepVisualLeft) == 0x000030, "Member 'UBP_DataAsset_FootstepVisualProfile_C::FootStepVisualLeft' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_FootstepVisualProfile_C, FootStepVisualRight) == 0x000058, "Member 'UBP_DataAsset_FootstepVisualProfile_C::FootStepVisualRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_Draw_Arrow \ +static_assert(alignof(WBP_Debug_UINavigation_C_Draw_Arrow) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_Draw_Arrow"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_Draw_Arrow) == 0x0003B8, "Wrong size on WBP_Debug_UINavigation_C_Draw_Arrow"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, Context) == 0x000000, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, Start) == 0x000030, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, End) == 0x000040, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::End' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, Tint) == 0x000050, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::Tint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, Text) == 0x000060, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, local_ArrowCurve) == 0x000070, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::local_ArrowCurve' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, local_Mid) == 0x000078, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::local_Mid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000088, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_MakeLiteralInt_ReturnValue) == 0x000098, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0000A0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000B0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Divide_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Normal2D_ReturnValue) == 0x0000C0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Normal2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000D0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetAbs2D_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetAbs2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_MakeVector2D_ReturnValue) == 0x0000E8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Negated2D_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Negated2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetRotated2D_ReturnValue) == 0x000108, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetRotated2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000118, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_2) == 0x000128, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000138, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000148, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x000158, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_2) == 0x000168, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, Temp_int_Variable) == 0x000178, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Subtract_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000180, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000188, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_IntInt_ReturnValue) == 0x000190, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000198, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x0001A0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_Vector2DToVector_ReturnValue_1) == 0x0001B8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_Vector2DToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x0001D0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001D4, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_Vector2DToVector_ReturnValue_2) == 0x0001D8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_Vector2DToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Divide_IntInt_ReturnValue_1) == 0x0001F0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x0001F8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000200, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000208, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetFloatValue_ReturnValue) == 0x000210, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_VLerp_ReturnValue) == 0x000218, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000230, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000238, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_3) == 0x000248, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000258, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_3) == 0x000260, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetFloatValue_ReturnValue_1) == 0x000270, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000278, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_4) == 0x000280, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_Vector2DToVector_ReturnValue_3) == 0x000290, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_Vector2DToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_VLerp_ReturnValue_1) == 0x0002A8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x0002C0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_4) == 0x0002D0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Subtract_Vector2DVector2D_ReturnValue_2) == 0x0002E0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Subtract_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Normal2D_ReturnValue_1) == 0x0002F0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Normal2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetRotated2D_ReturnValue_1) == 0x000300, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetRotated2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetRotated2D_ReturnValue_2) == 0x000310, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetRotated2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_5) == 0x000320, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_6) == 0x000330, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_5) == 0x000340, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Add_Vector2DVector2D_ReturnValue_6) == 0x000350, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Add_Vector2DVector2D_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_MakeVector2D_ReturnValue_1) == 0x000360, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_Vector2DFloat_ReturnValue_7) == 0x000370, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_Vector2DFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Subtract_Vector2DVector2D_ReturnValue_3) == 0x000380, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Subtract_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_DrawTextFormatted_FontSize_ImplicitCast) == 0x000390, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_DrawTextFormatted_FontSize_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000394, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000398, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0003A0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_VLerp_Alpha_ImplicitCast_1) == 0x0003A8, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_VLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_GetFloatValue_InTime_ImplicitCast_1) == 0x0003AC, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_GetFloatValue_InTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Draw_Arrow, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x0003B0, "Member 'WBP_Debug_UINavigation_C_Draw_Arrow::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_Get_Node_Position \ +static_assert(alignof(WBP_Debug_UINavigation_C_Get_Node_Position) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_Get_Node_Position"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_Get_Node_Position) == 0x000148, "Wrong size on WBP_Debug_UINavigation_C_Get_Node_Position"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, NavigationNode) == 0x000000, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::NavigationNode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, position) == 0x000040, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::position' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, Size) == 0x000050, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_GetViewportWidgetGeometry_ReturnValue) == 0x000060, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_GetViewportWidgetGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_GetTiedObject_Object) == 0x000098, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_GetTiedObject_Object' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, K2Node_DynamicCast_AsWidget) == 0x0000A0, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::K2Node_DynamicCast_AsWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, K2Node_DynamicCast_AsActor) == 0x0000B0, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x0000BC, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_GetLocalSize_ReturnValue) == 0x0000F8, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_LocalToAbsolute_ReturnValue) == 0x000108, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_LocalToAbsolute_ReturnValue_1) == 0x000118, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_LocalToAbsolute_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_AbsoluteToLocal_ReturnValue) == 0x000128, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_Get_Node_Position, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x000138, "Member 'WBP_Debug_UINavigation_C_Get_Node_Position::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_GetDirectionsPointingToNode \ +static_assert(alignof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_GetDirectionsPointingToNode"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode) == 0x0000A8, "Wrong size on WBP_Debug_UINavigation_C_GetDirectionsPointingToNode"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, SourceNode) == 0x000000, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::SourceNode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, TargetNode) == 0x000040, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::TargetNode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Directions) == 0x000048, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Directions' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, local_directions) == 0x000058, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::local_directions' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Temp_byte_Variable) == 0x000068, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Temp_int_Variable) == 0x00006C, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Temp_int_Variable_1) == 0x000070, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Temp_int_Array_Index_Variable) == 0x000074, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, K2Node_Select_Default) == 0x000098, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetDirectionsPointingToNode, CallFunc_Less_IntInt_ReturnValue) == 0x0000A1, "Member 'WBP_Debug_UINavigation_C_GetDirectionsPointingToNode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_GetNodeCenter \ +static_assert(alignof(WBP_Debug_UINavigation_C_GetNodeCenter) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_GetNodeCenter"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_GetNodeCenter) == 0x000050, "Wrong size on WBP_Debug_UINavigation_C_GetNodeCenter"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetNodeCenter, position) == 0x000000, "Member 'WBP_Debug_UINavigation_C_GetNodeCenter::position' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetNodeCenter, Size) == 0x000010, "Member 'WBP_Debug_UINavigation_C_GetNodeCenter::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetNodeCenter, ReturnValue) == 0x000020, "Member 'WBP_Debug_UINavigation_C_GetNodeCenter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetNodeCenter, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000030, "Member 'WBP_Debug_UINavigation_C_GetNodeCenter::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_GetNodeCenter, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000040, "Member 'WBP_Debug_UINavigation_C_GetNodeCenter::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_OnPaint \ +static_assert(alignof(WBP_Debug_UINavigation_C_OnPaint) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_OnPaint"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_OnPaint) == 0x0000E0, "Wrong size on WBP_Debug_UINavigation_C_OnPaint"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, Context) == 0x000000, "Member 'WBP_Debug_UINavigation_C_OnPaint::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, local_currentSize) == 0x000030, "Member 'WBP_Debug_UINavigation_C_OnPaint::local_currentSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CurrentPosition) == 0x000040, "Member 'WBP_Debug_UINavigation_C_OnPaint::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, usedPositionsViewport) == 0x000050, "Member 'WBP_Debug_UINavigation_C_OnPaint::usedPositionsViewport' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Debug_UINavigation_C_OnPaint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_GetRootNavigationNodes_RootNodes) == 0x000068, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_GetRootNavigationNodes_RootNodes' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_Map_Keys_Keys) == 0x0000B8, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_IsPackagedBuild_ReturnValue) == 0x0000CC, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'WBP_Debug_UINavigation_C_OnPaint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_IsValid_ReturnValue) == 0x0000D4, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_Less_IntInt_ReturnValue) == 0x0000D5, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_OnPaint, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_UINavigation_C_OnPaint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UINavigation_C_PaintNodeRecursive \ +static_assert(alignof(WBP_Debug_UINavigation_C_PaintNodeRecursive) == 0x000008, "Wrong alignment on WBP_Debug_UINavigation_C_PaintNodeRecursive"); \ +static_assert(sizeof(WBP_Debug_UINavigation_C_PaintNodeRecursive) == 0x000628, "Wrong size on WBP_Debug_UINavigation_C_PaintNodeRecursive"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Context) == 0x000000, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, FUINavigationNode) == 0x000030, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::FUINavigationNode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Depth) == 0x000070, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Depth' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, local_verbosePaint) == 0x000074, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::local_verbosePaint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, local_targetedNodes) == 0x000078, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::local_targetedNodes' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_struct_Variable) == 0x000088, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Subtract_IntInt_ReturnValue) == 0x000098, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000A0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Get_Node_Position_Position) == 0x0000A8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Get_Node_Position_Position' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Get_Node_Position_Size) == 0x0000B8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Get_Node_Position_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0000C8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_GetNodeCenter_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_GetNodeCenter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x0000E8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x0000F8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000108, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000118, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000120, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000128, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData) == 0x000130, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData_1) == 0x000178, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeArray_Array) == 0x0001C0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToString_ReturnValue) == 0x0001D0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_StringToText_ReturnValue) == 0x0001F0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_bool_Variable) == 0x000200, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_struct_Variable_1) == 0x000204, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_bool_Variable_1) == 0x000214, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_text_Variable) == 0x000218, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_text_Variable_1) == 0x000228, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeLiteralInt_ReturnValue) == 0x000238, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Loop_Counter_Variable) == 0x00023C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000240, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue) == 0x000248, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_bool_Variable_2) == 0x00024C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Variable) == 0x000250, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Variable_1) == 0x000254, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Length_ReturnValue) == 0x000258, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeArray_Array_1) == 0x000260, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_byte_Variable) == 0x000270, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Length_ReturnValue_1) == 0x000274, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Array_Index_Variable) == 0x000278, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Less_IntInt_ReturnValue) == 0x00027C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_text_Variable_2) == 0x000280, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Loop_Counter_Variable_1) == 0x000290, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue_1) == 0x000294, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_bool_Variable_3) == 0x000298, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Array_Index_Variable_1) == 0x00029C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_text_Variable_3) == 0x0002A0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Array_Index_Variable_2) == 0x0002B0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002B8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Get_Item) == 0x000300, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeArray_Array_2) == 0x000308, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Format_ReturnValue_1) == 0x000318, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_Select_Default) == 0x000328, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Add_ReturnValue) == 0x00032C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData_3) == 0x000330, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Length_ReturnValue_2) == 0x000378, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Find_ReturnValue) == 0x00037C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000380, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000388, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_FMax_ReturnValue) == 0x000390, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_Select_Default_1) == 0x000398, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue_2) == 0x0003A8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Array_Index_Variable_3) == 0x0003AC, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x0003B0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Get_Item_1) == 0x0003B8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0003C0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Map_Find_Value) == 0x0003C8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Map_Find_ReturnValue) == 0x000408, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeColor_ReturnValue) == 0x00040C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_Select_Default_2) == 0x00041C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Get_Node_Position_Position_1) == 0x000430, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Get_Node_Position_Position_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Get_Node_Position_Size_1) == 0x000440, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Get_Node_Position_Size_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeColor_ReturnValue_1) == 0x000450, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_GetNodeCenter_ReturnValue_1) == 0x000460, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_GetNodeCenter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_Select_Default_3) == 0x000470, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_GetDirectionsPointingToNode_Directions) == 0x000480, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_GetDirectionsPointingToNode_Directions' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Get_Item_2) == 0x000490, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Length_ReturnValue_3) == 0x000494, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000498, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Loop_Counter_Variable_2) == 0x0004A8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004B0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004C0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData_4) == 0x0004C8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_Select_Default_4) == 0x000510, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Less_IntInt_ReturnValue_1) == 0x000520, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeStruct_FormatArgumentData_5) == 0x000528, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, K2Node_MakeArray_Array_3) == 0x000570, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue_3) == 0x000580, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Format_ReturnValue_2) == 0x000588, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, Temp_int_Loop_Counter_Variable_3) == 0x000598, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeLiteralText_ReturnValue) == 0x0005A0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Less_IntInt_ReturnValue_2) == 0x0005B0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue_4) == 0x0005B4, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Add_IntInt_ReturnValue_5) == 0x0005B8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_GetChildNavigationNodes_NavNodes) == 0x0005C0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_GetChildNavigationNodes_NavNodes' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Length_ReturnValue_4) == 0x0005D0, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Array_Get_Item_3) == 0x0005D8, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_Less_IntInt_ReturnValue_3) == 0x000618, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_DrawTextFormatted_FontSize_ImplicitCast) == 0x00061C, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_DrawTextFormatted_FontSize_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeColor_A_ImplicitCast) == 0x000620, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UINavigation_C_PaintNodeRecursive, CallFunc_MakeColor_A_ImplicitCast_1) == 0x000624, "Member 'WBP_Debug_UINavigation_C_PaintNodeRecursive::CallFunc_MakeColor_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_UINavigation_C \ +static_assert(alignof(UWBP_Debug_UINavigation_C) == 0x000008, "Wrong alignment on UWBP_Debug_UINavigation_C"); \ +static_assert(sizeof(UWBP_Debug_UINavigation_C) == 0x000370, "Wrong size on UWBP_Debug_UINavigation_C"); \ +static_assert(offsetof(UWBP_Debug_UINavigation_C, NavigationComponent) == 0x0002E0, "Member 'UWBP_Debug_UINavigation_C::NavigationComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UINavigation_C, Curve) == 0x0002E8, "Member 'UWBP_Debug_UINavigation_C::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGPEAction \ +static_assert(alignof(FFGPEAction) == 0x000008, "Wrong alignment on FFGPEAction"); \ +static_assert(sizeof(FFGPEAction) == 0x000018, "Wrong size on FFGPEAction"); \ +static_assert(offsetof(FFGPEAction, ActionType_2_DAD0721A499C15A520BD33A091EE0C47) == 0x000000, "Member 'FFGPEAction::ActionType_2_DAD0721A499C15A520BD33A091EE0C47' has a wrong offset!"); \ +static_assert(offsetof(FFGPEAction, GPE_References_5_0CA36182416BA66C8D0DD1852092B1D3) == 0x000008, "Member 'FFGPEAction::GPE_References_5_0CA36182416BA66C8D0DD1852092B1D3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList) == 0x000238, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, Array) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, Context) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::Context' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, OwningActor) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, __WorldContext) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_GetComponentFromReference_ReturnValue) == 0x0000D0, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_GetComponentFromReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000D9, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Not_PreBool_ReturnValue) == 0x0000DA, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Conv_NameToText_ReturnValue) == 0x0000E0, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_GetDisplayName_ReturnValue) == 0x000140, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Not_PreBool_ReturnValue_1) == 0x000150, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_BooleanAND_ReturnValue) == 0x000168, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, K2Node_MakeStruct_FormatArgumentData_2) == 0x000170, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Less_IntInt_ReturnValue) == 0x0001B8, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Add_IntInt_ReturnValue) == 0x0001BC, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001C8, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, K2Node_MakeArray_Array) == 0x000210, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Format_ReturnValue) == 0x000220, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList, CallFunc_Array_Add_ReturnValue) == 0x000230, "Member 'ValidationHelpersFunctionLibrary_C_CheckComponentReferenceList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckDataRowHandle \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckDataRowHandle"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle) == 0x000280, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckDataRowHandle"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, DataRowHandle) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::DataRowHandle' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, VariableName) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::VariableName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, __WorldContext) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, IsValid) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::IsValid' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeArray_Array) == 0x000100, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Format_ReturnValue) == 0x000158, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeArray_Array_1) == 0x000168, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Format_ReturnValue_1) == 0x000178, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Conv_NameToText_ReturnValue) == 0x000188, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000198, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Not_PreBool_ReturnValue) == 0x0001E8, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0001F0, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeStruct_FormatArgumentData_4) == 0x000200, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, K2Node_MakeArray_Array_2) == 0x000248, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_NotEqual_NameName_ReturnValue) == 0x000258, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Format_ReturnValue_2) == 0x000260, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_IsValid_ReturnValue) == 0x000270, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Array_Add_ReturnValue) == 0x000274, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Array_Add_ReturnValue_1) == 0x000278, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckDataRowHandle, CallFunc_Array_Add_ReturnValue_2) == 0x00027C, "Member 'ValidationHelpersFunctionLibrary_C_CheckDataRowHandle::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckForNone \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckForNone) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckForNone"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckForNone) == 0x000138, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckForNone"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, List) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::List' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, ListName) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::ListName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, __WorldContext) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, K2Node_MakeArray_Array) == 0x000110, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Format_ReturnValue) == 0x000120, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckForNone_Internal \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckForNone_Internal"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal) == 0x000140, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckForNone_Internal"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, EditorValidator) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::EditorValidator' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, List) == 0x000008, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::List' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, ErrorMessages) == 0x000018, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, ListName) == 0x000028, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::ListName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, __WorldContext) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, Temp_int_Array_Index_Variable) == 0x0000B0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, K2Node_MakeArray_Array) == 0x000118, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Format_ReturnValue) == 0x000128, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNone_Internal, CallFunc_Array_Add_ReturnValue) == 0x000138, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNone_Internal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty) == 0x0001B8, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, List) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::List' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, ListName) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::ListName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, __WorldContext) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, K2Node_MakeArray_Array) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Array_Add_ReturnValue) == 0x0000D0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000124, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Less_IntInt_ReturnValue) == 0x000125, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, Temp_int_Array_Index_Variable) == 0x000128, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Array_Get_Item) == 0x000130, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000138, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, K2Node_MakeArray_Array_1) == 0x000190, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty, CallFunc_Array_Add_ReturnValue_1) == 0x0001B0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneAndNotEmpty::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef) == 0x000148, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, List) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::List' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, ListName) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::ListName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, __WorldContext) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, Temp_int_Array_Index_Variable) == 0x000098, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000C8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, K2Node_MakeArray_Array) == 0x000120, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Format_ReturnValue) == 0x000130, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef, CallFunc_Array_Add_ReturnValue) == 0x000140, "Member 'ValidationHelpersFunctionLibrary_C_CheckForNoneSoftRef::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckGPEActions \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckGPEActions) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckGPEActions"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckGPEActions) == 0x000168, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckGPEActions"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, Array) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, ErrorMessages) == 0x000010, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, Context) == 0x000020, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::Context' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, OwningActor) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, __WorldContext) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000C8, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E0, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, K2Node_MakeArray_Array) == 0x000138, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Format_ReturnValue) == 0x000148, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckGPEActions, CallFunc_Conv_TextToString_ReturnValue) == 0x000158, "Member 'ValidationHelpersFunctionLibrary_C_CheckGPEActions::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValidationHelpersFunctionLibrary_C_CheckIsValid \ +static_assert(alignof(ValidationHelpersFunctionLibrary_C_CheckIsValid) == 0x000008, "Wrong alignment on ValidationHelpersFunctionLibrary_C_CheckIsValid"); \ +static_assert(sizeof(ValidationHelpersFunctionLibrary_C_CheckIsValid) == 0x0000C8, "Wrong size on ValidationHelpersFunctionLibrary_C_CheckIsValid"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, Object) == 0x000000, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::Object' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, ErrorMessages) == 0x000008, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, VariableName) == 0x000018, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::VariableName' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, ValidatorContext) == 0x000028, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::ValidatorContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, __WorldContext) == 0x000030, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, IsValid) == 0x000038, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, K2Node_MakeArray_Array) == 0x0000A0, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ValidationHelpersFunctionLibrary_C_CheckIsValid, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'ValidationHelpersFunctionLibrary_C_CheckIsValid::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UValidationHelpersFunctionLibrary_C \ +static_assert(alignof(UValidationHelpersFunctionLibrary_C) == 0x000008, "Wrong alignment on UValidationHelpersFunctionLibrary_C"); \ +static_assert(sizeof(UValidationHelpersFunctionLibrary_C) == 0x000028, "Wrong size on UValidationHelpersFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_UBP_DA_CharacterAttributeScalingProfile_DT_C \ +static_assert(alignof(UBP_DA_CharacterAttributeScalingProfile_DT_C) == 0x000008, "Wrong alignment on UBP_DA_CharacterAttributeScalingProfile_DT_C"); \ +static_assert(sizeof(UBP_DA_CharacterAttributeScalingProfile_DT_C) == 0x000080, "Wrong size on UBP_DA_CharacterAttributeScalingProfile_DT_C"); \ +static_assert(offsetof(UBP_DA_CharacterAttributeScalingProfile_DT_C, AttributesScaling) == 0x000030, "Member 'UBP_DA_CharacterAttributeScalingProfile_DT_C::AttributesScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1 \ +static_assert(alignof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1) == 0x000008, "Wrong alignment on BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1"); \ +static_assert(sizeof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1) == 0x000130, "Wrong size on BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, EntryPoint) == 0x000000, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, Temp_bool_Variable) == 0x000004, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000008, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, K2Node_MakeStruct_S_IdleNpcParameters) == 0x000018, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::K2Node_MakeStruct_S_IdleNpcParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, K2Node_MakeStruct_S_IdleNpcParameters_1) == 0x000070, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::K2Node_MakeStruct_S_IdleNpcParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, CallFunc_GetQuestSystem_QuestSystem) == 0x0000C8, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, CallFunc_GetObjectiveStatus_Status) == 0x0000D0, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D1, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1, K2Node_Select_Default) == 0x0000D8, "Member 'BP_JrpgNPCDialog_Mime_LumiereAct1_C_ExecuteUbergraph_BP_JrpgNPCDialog_Mime_LumiereAct1::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JrpgNPCDialog_Mime_LumiereAct1_C \ +static_assert(alignof(ABP_JrpgNPCDialog_Mime_LumiereAct1_C) == 0x000010, "Wrong alignment on ABP_JrpgNPCDialog_Mime_LumiereAct1_C"); \ +static_assert(sizeof(ABP_JrpgNPCDialog_Mime_LumiereAct1_C) == 0x000B90, "Wrong size on ABP_JrpgNPCDialog_Mime_LumiereAct1_C"); \ +static_assert(offsetof(ABP_JrpgNPCDialog_Mime_LumiereAct1_C, UberGraphFrame_BP_JrpgNPCDialog_Mime_LumiereAct1_C) == 0x000B80, "Member 'ABP_JrpgNPCDialog_Mime_LumiereAct1_C::UberGraphFrame_BP_JrpgNPCDialog_Mime_LumiereAct1_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DialogueCameraParameters \ +static_assert(alignof(FS_DialogueCameraParameters) == 0x000008, "Wrong alignment on FS_DialogueCameraParameters"); \ +static_assert(sizeof(FS_DialogueCameraParameters) == 0x000038, "Wrong size on FS_DialogueCameraParameters"); \ +static_assert(offsetof(FS_DialogueCameraParameters, CustomCamera_2_466796E245A76BF9DD899F8E66A03297) == 0x000000, "Member 'FS_DialogueCameraParameters::CustomCamera_2_466796E245A76BF9DD899F8E66A03297' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueCameraParameters, CameraMovement_5_5FC94FC14EA106852D9076BDF2C6B11A) == 0x000008, "Member 'FS_DialogueCameraParameters::CameraMovement_5_5FC94FC14EA106852D9076BDF2C6B11A' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueCameraParameters, CustomCameraMovement_8_688D552C456C737D2A0D8E876E3100BA) == 0x000010, "Member 'FS_DialogueCameraParameters::CustomCameraMovement_8_688D552C456C737D2A0D8E876E3100BA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_AcquireTargets \ +static_assert(alignof(BP_Battle_SkillScript_C_AcquireTargets) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_AcquireTargets"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_AcquireTargets) == 0x000028, "Wrong size on BP_Battle_SkillScript_C_AcquireTargets"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AcquireTargets, DesiredTargetCharacters) == 0x000000, "Member 'BP_Battle_SkillScript_C_AcquireTargets::DesiredTargetCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AcquireTargets, AcquiredTargetCharacters) == 0x000010, "Member 'BP_Battle_SkillScript_C_AcquireTargets::AcquiredTargetCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AcquireTargets, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_Battle_SkillScript_C_AcquireTargets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AcquireTargets, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000021, "Member 'BP_Battle_SkillScript_C_AcquireTargets::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AcquireTargets, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_Battle_SkillScript_C_AcquireTargets::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ApplyBuff \ +static_assert(alignof(BP_Battle_SkillScript_C_ApplyBuff) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_ApplyBuff"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ApplyBuff) == 0x000190, "Wrong size on BP_Battle_SkillScript_C_ApplyBuff"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, BuffClass) == 0x000000, "Member 'BP_Battle_SkillScript_C_ApplyBuff::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, TargetCharacter) == 0x000008, "Member 'BP_Battle_SkillScript_C_ApplyBuff::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, TurnDuration) == 0x000010, "Member 'BP_Battle_SkillScript_C_ApplyBuff::TurnDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, SourceCharacterIfNotSelf) == 0x000018, "Member 'BP_Battle_SkillScript_C_ApplyBuff::SourceCharacterIfNotSelf' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, StatusEffectProbability) == 0x000020, "Member 'BP_Battle_SkillScript_C_ApplyBuff::StatusEffectProbability' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CreatedBuffInstance) == 0x000028, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CreatedBuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, Target) == 0x000030, "Member 'BP_Battle_SkillScript_C_ApplyBuff::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, Temp_bool_Variable) == 0x000038, "Member 'BP_Battle_SkillScript_C_ApplyBuff::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_Battle_SkillScript_C_ApplyBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_SpawnObject_ReturnValue) == 0x000098, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000A0, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_Battle_SkillScript_C_ApplyBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000108, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_Battle_SkillScript_C_ApplyBuff::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_Battle_SkillScript_C_ApplyBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, K2Node_Select_Default) == 0x000170, "Member 'BP_Battle_SkillScript_C_ApplyBuff::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_Format_ReturnValue) == 0x000178, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ApplyBuff, CallFunc_ActivateBuff_Success) == 0x000188, "Member 'BP_Battle_SkillScript_C_ApplyBuff::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_AreAllAlive \ +static_assert(alignof(BP_Battle_SkillScript_C_AreAllAlive) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_AreAllAlive"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_AreAllAlive) == 0x000030, "Wrong size on BP_Battle_SkillScript_C_AreAllAlive"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CharacterList) == 0x000000, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CharacterList' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, SomeAreAlive) == 0x000010, "Member 'BP_Battle_SkillScript_C_AreAllAlive::SomeAreAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_Battle_SkillScript_C_AreAllAlive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_Battle_SkillScript_C_AreAllAlive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000029, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_AreAllAlive, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_Battle_SkillScript_C_AreAllAlive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_CameraShake \ +static_assert(alignof(BP_Battle_SkillScript_C_CameraShake) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_CameraShake"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_CameraShake) == 0x000028, "Wrong size on BP_Battle_SkillScript_C_CameraShake"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CameraShake, CameraShake_0) == 0x000000, "Member 'BP_Battle_SkillScript_C_CameraShake::CameraShake_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CameraShake, Scale) == 0x000008, "Member 'BP_Battle_SkillScript_C_CameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CameraShake, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_Battle_SkillScript_C_CameraShake::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CameraShake, CallFunc_StartCameraShake_ReturnValue) == 0x000018, "Member 'BP_Battle_SkillScript_C_CameraShake::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CameraShake, CallFunc_StartCameraShake_Scale_ImplicitCast) == 0x000020, "Member 'BP_Battle_SkillScript_C_CameraShake::CallFunc_StartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_CancelSkillCost \ +static_assert(alignof(BP_Battle_SkillScript_C_CancelSkillCost) == 0x000001, "Wrong alignment on BP_Battle_SkillScript_C_CancelSkillCost"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_CancelSkillCost) == 0x000002, "Wrong size on BP_Battle_SkillScript_C_CancelSkillCost"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CancelSkillCost, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_CancelSkillCost::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_CancelSkillCost, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Battle_SkillScript_C_CancelSkillCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_Check_Target_Buff \ +static_assert(alignof(BP_Battle_SkillScript_C_Check_Target_Buff) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_Check_Target_Buff"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_Check_Target_Buff) == 0x000018, "Wrong size on BP_Battle_SkillScript_C_Check_Target_Buff"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_Check_Target_Buff, Target) == 0x000000, "Member 'BP_Battle_SkillScript_C_Check_Target_Buff::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_Check_Target_Buff, BuffClass) == 0x000008, "Member 'BP_Battle_SkillScript_C_Check_Target_Buff::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_Check_Target_Buff, HasBuff) == 0x000010, "Member 'BP_Battle_SkillScript_C_Check_Target_Buff::HasBuff' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_Check_Target_Buff, CallFunc_HasBuffOfClass_ReturnValue) == 0x000011, "Member 'BP_Battle_SkillScript_C_Check_Target_Buff::CallFunc_HasBuffOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice \ +static_assert(alignof(BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice) == 0x000001, "Wrong alignment on BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice) == 0x000001, "Wrong size on BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_DoesForcedSkillAllowPlayerChoice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ExecuteSkill_Internal \ +static_assert(alignof(BP_Battle_SkillScript_C_ExecuteSkill_Internal) == 0x000004, "Wrong alignment on BP_Battle_SkillScript_C_ExecuteSkill_Internal"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ExecuteSkill_Internal) == 0x000008, "Wrong size on BP_Battle_SkillScript_C_ExecuteSkill_Internal"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ExecuteSkill_Internal, Temp_int_Variable) == 0x000000, "Member 'BP_Battle_SkillScript_C_ExecuteSkill_Internal::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ExecuteSkill_Internal, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Battle_SkillScript_C_ExecuteSkill_Internal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript \ +static_assert(alignof(BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript) == 0x000004, "Wrong alignment on BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript) == 0x000004, "Wrong size on BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript, EntryPoint) == 0x000000, "Member 'BP_Battle_SkillScript_C_ExecuteUbergraph_BP_Battle_SkillScript::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ForceSkillOnNextTurn \ +static_assert(alignof(BP_Battle_SkillScript_C_ForceSkillOnNextTurn) == 0x000001, "Wrong alignment on BP_Battle_SkillScript_C_ForceSkillOnNextTurn"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ForceSkillOnNextTurn) == 0x000001, "Wrong size on BP_Battle_SkillScript_C_ForceSkillOnNextTurn"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ForceSkillOnNextTurn, AllowPlayerChoice_0) == 0x000000, "Member 'BP_Battle_SkillScript_C_ForceSkillOnNextTurn::AllowPlayerChoice_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetCurrentCharacter \ +static_assert(alignof(BP_Battle_SkillScript_C_GetCurrentCharacter) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_GetCurrentCharacter"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetCurrentCharacter) == 0x000008, "Wrong size on BP_Battle_SkillScript_C_GetCurrentCharacter"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetCurrentCharacter, CurrentCharacter_0) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetCurrentCharacter::CurrentCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetForcedSkillExecutionCount \ +static_assert(alignof(BP_Battle_SkillScript_C_GetForcedSkillExecutionCount) == 0x000004, "Wrong alignment on BP_Battle_SkillScript_C_GetForcedSkillExecutionCount"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetForcedSkillExecutionCount) == 0x000004, "Wrong size on BP_Battle_SkillScript_C_GetForcedSkillExecutionCount"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetForcedSkillExecutionCount, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetForcedSkillExecutionCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets \ +static_assert(alignof(BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets) == 0x000010, "Wrong size on BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetForcedSkillPreviousTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetSkillCostOverride \ +static_assert(alignof(BP_Battle_SkillScript_C_GetSkillCostOverride) == 0x000004, "Wrong alignment on BP_Battle_SkillScript_C_GetSkillCostOverride"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetSkillCostOverride) == 0x000008, "Wrong size on BP_Battle_SkillScript_C_GetSkillCostOverride"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillCostOverride, Override) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetSkillCostOverride::Override' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillCostOverride, NewValue) == 0x000004, "Member 'BP_Battle_SkillScript_C_GetSkillCostOverride::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetSkillDefinition \ +static_assert(alignof(BP_Battle_SkillScript_C_GetSkillDefinition) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_GetSkillDefinition"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetSkillDefinition) == 0x000008, "Wrong size on BP_Battle_SkillScript_C_GetSkillDefinition"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillDefinition, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetSkillDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetSkillElement \ +static_assert(alignof(BP_Battle_SkillScript_C_GetSkillElement) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_GetSkillElement"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetSkillElement) == 0x000020, "Wrong size on BP_Battle_SkillScript_C_GetSkillElement"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillElement, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetSkillElement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillElement, CallFunc_GetSkillDefinition_ReturnValue) == 0x000008, "Member 'BP_Battle_SkillScript_C_GetSkillElement::CallFunc_GetSkillDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillElement, CallFunc_GetCharacterData_CharacterData) == 0x000010, "Member 'BP_Battle_SkillScript_C_GetSkillElement::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetSkillElement, CallFunc_GetElementForSkill_ReturnValue) == 0x000018, "Member 'BP_Battle_SkillScript_C_GetSkillElement::CallFunc_GetElementForSkill_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_GetTargetedCharacters \ +static_assert(alignof(BP_Battle_SkillScript_C_GetTargetedCharacters) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_GetTargetedCharacters"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_GetTargetedCharacters) == 0x000038, "Wrong size on BP_Battle_SkillScript_C_GetTargetedCharacters"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetTargetedCharacters, TargetedCharacters) == 0x000000, "Member 'BP_Battle_SkillScript_C_GetTargetedCharacters::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetTargetedCharacters, Temp_bool_Variable) == 0x000010, "Member 'BP_Battle_SkillScript_C_GetTargetedCharacters::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetTargetedCharacters, CallFunc_GetCurrentCharacter_CurrentCharacter) == 0x000018, "Member 'BP_Battle_SkillScript_C_GetTargetedCharacters::CallFunc_GetCurrentCharacter_CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetTargetedCharacters, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000020, "Member 'BP_Battle_SkillScript_C_GetTargetedCharacters::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_GetTargetedCharacters, K2Node_Select_Default) == 0x000028, "Member 'BP_Battle_SkillScript_C_GetTargetedCharacters::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback \ +static_assert(alignof(BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback) == 0x000001, "Wrong alignment on BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback) == 0x000001, "Wrong size on BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_ShouldBlockForcedOverchargeFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ValidateSkillAvailability \ +static_assert(alignof(BP_Battle_SkillScript_C_ValidateSkillAvailability) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_ValidateSkillAvailability"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ValidateSkillAvailability) == 0x000020, "Wrong size on BP_Battle_SkillScript_C_ValidateSkillAvailability"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ValidateSkillAvailability, Available) == 0x000000, "Member 'BP_Battle_SkillScript_C_ValidateSkillAvailability::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ValidateSkillAvailability, BlockedReason) == 0x000008, "Member 'BP_Battle_SkillScript_C_ValidateSkillAvailability::BlockedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_ValidateSkillTargets \ +static_assert(alignof(BP_Battle_SkillScript_C_ValidateSkillTargets) == 0x000008, "Wrong alignment on BP_Battle_SkillScript_C_ValidateSkillTargets"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_ValidateSkillTargets) == 0x000030, "Wrong size on BP_Battle_SkillScript_C_ValidateSkillTargets"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ValidateSkillTargets, TargetCharacterStats) == 0x000000, "Member 'BP_Battle_SkillScript_C_ValidateSkillTargets::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ValidateSkillTargets, ValidTargets) == 0x000010, "Member 'BP_Battle_SkillScript_C_ValidateSkillTargets::ValidTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_ValidateSkillTargets, BlockedReason) == 0x000018, "Member 'BP_Battle_SkillScript_C_ValidateSkillTargets::BlockedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Battle_SkillScript_C_WasSkillCostCanceled \ +static_assert(alignof(BP_Battle_SkillScript_C_WasSkillCostCanceled) == 0x000001, "Wrong alignment on BP_Battle_SkillScript_C_WasSkillCostCanceled"); \ +static_assert(sizeof(BP_Battle_SkillScript_C_WasSkillCostCanceled) == 0x000001, "Wrong size on BP_Battle_SkillScript_C_WasSkillCostCanceled"); \ +static_assert(offsetof(BP_Battle_SkillScript_C_WasSkillCostCanceled, ReturnValue) == 0x000000, "Member 'BP_Battle_SkillScript_C_WasSkillCostCanceled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Battle_SkillScript_C \ +static_assert(alignof(ABP_Battle_SkillScript_C) == 0x000008, "Wrong alignment on ABP_Battle_SkillScript_C"); \ +static_assert(sizeof(ABP_Battle_SkillScript_C) == 0x000300, "Wrong size on ABP_Battle_SkillScript_C"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, UberGraphFrame) == 0x000290, "Member 'ABP_Battle_SkillScript_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Battle_SkillScript_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, BattleManagerReference) == 0x0002A0, "Member 'ABP_Battle_SkillScript_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, CurrentCharacter) == 0x0002A8, "Member 'ABP_Battle_SkillScript_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, OnSkillExecutionFinished) == 0x0002B0, "Member 'ABP_Battle_SkillScript_C::OnSkillExecutionFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, TargetCharactersOverride) == 0x0002C0, "Member 'ABP_Battle_SkillScript_C::TargetCharactersOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, WasFirstAcquireTargetsOverriden) == 0x0002D0, "Member 'ABP_Battle_SkillScript_C::WasFirstAcquireTargetsOverriden' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, SkillState) == 0x0002D8, "Member 'ABP_Battle_SkillScript_C::SkillState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, IsCostCanceled) == 0x0002E0, "Member 'ABP_Battle_SkillScript_C::IsCostCanceled' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, IsCostCancelLocked) == 0x0002E1, "Member 'ABP_Battle_SkillScript_C::IsCostCancelLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, ExecutionCount) == 0x0002E4, "Member 'ABP_Battle_SkillScript_C::ExecutionCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, ForcedSkillPreviousTargets) == 0x0002E8, "Member 'ABP_Battle_SkillScript_C::ForcedSkillPreviousTargets' has a wrong offset!"); \ +static_assert(offsetof(ABP_Battle_SkillScript_C, AllowPlayerChoice) == 0x0002F8, "Member 'ABP_Battle_SkillScript_C::AllowPlayerChoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetBackgroundBrush \ +static_assert(alignof(WBP_BaseButton_C_SetBackgroundBrush) == 0x000010, "Wrong alignment on WBP_BaseButton_C_SetBackgroundBrush"); \ +static_assert(sizeof(WBP_BaseButton_C_SetBackgroundBrush) == 0x0000E0, "Wrong size on WBP_BaseButton_C_SetBackgroundBrush"); \ +static_assert(offsetof(WBP_BaseButton_C_SetBackgroundBrush, Brush) == 0x000000, "Member 'WBP_BaseButton_C_SetBackgroundBrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetBackgroundBrush, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'WBP_BaseButton_C_SetBackgroundBrush::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_IsHold \ +static_assert(alignof(WBP_BaseButton_C_IsHold) == 0x000001, "Wrong alignment on WBP_BaseButton_C_IsHold"); \ +static_assert(sizeof(WBP_BaseButton_C_IsHold) == 0x000002, "Wrong size on WBP_BaseButton_C_IsHold"); \ +static_assert(offsetof(WBP_BaseButton_C_IsHold, ReturnValue) == 0x000000, "Member 'WBP_BaseButton_C_IsHold::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_IsHold, CallFunc_IsValidClass_ReturnValue) == 0x000001, "Member 'WBP_BaseButton_C_IsHold::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetHoverLerp \ +static_assert(alignof(WBP_BaseButton_C_SetHoverLerp) == 0x000008, "Wrong alignment on WBP_BaseButton_C_SetHoverLerp"); \ +static_assert(sizeof(WBP_BaseButton_C_SetHoverLerp) == 0x000058, "Wrong size on WBP_BaseButton_C_SetHoverLerp"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, HoverLerp_0) == 0x000000, "Member 'WBP_BaseButton_C_SetHoverLerp::HoverLerp_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_MakeColor_ReturnValue) == 0x000028, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_BaseButton_C_SetHoverLerp::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_MakeColor_R_ImplicitCast) == 0x00004C, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_MakeColor_G_ImplicitCast) == 0x000050, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverLerp, CallFunc_MakeColor_B_ImplicitCast) == 0x000054, "Member 'WBP_BaseButton_C_SetHoverLerp::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetHoverStainMaterialInstance \ +static_assert(alignof(WBP_BaseButton_C_SetHoverStainMaterialInstance) == 0x000008, "Wrong alignment on WBP_BaseButton_C_SetHoverStainMaterialInstance"); \ +static_assert(sizeof(WBP_BaseButton_C_SetHoverStainMaterialInstance) == 0x000020, "Wrong size on WBP_BaseButton_C_SetHoverStainMaterialInstance"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainMaterialInstance, InHoverStainTexture) == 0x000000, "Member 'WBP_BaseButton_C_SetHoverStainMaterialInstance::InHoverStainTexture' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainMaterialInstance, Mid) == 0x000008, "Member 'WBP_BaseButton_C_SetHoverStainMaterialInstance::Mid' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainMaterialInstance, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_BaseButton_C_SetHoverStainMaterialInstance::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainMaterialInstance, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_BaseButton_C_SetHoverStainMaterialInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetHidePressedAnim \ +static_assert(alignof(WBP_BaseButton_C_SetHidePressedAnim) == 0x000001, "Wrong alignment on WBP_BaseButton_C_SetHidePressedAnim"); \ +static_assert(sizeof(WBP_BaseButton_C_SetHidePressedAnim) == 0x000001, "Wrong size on WBP_BaseButton_C_SetHidePressedAnim"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHidePressedAnim, HidePressedAnim_0) == 0x000000, "Member 'WBP_BaseButton_C_SetHidePressedAnim::HidePressedAnim_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetHoverStainScalePercent \ +static_assert(alignof(WBP_BaseButton_C_SetHoverStainScalePercent) == 0x000008, "Wrong alignment on WBP_BaseButton_C_SetHoverStainScalePercent"); \ +static_assert(sizeof(WBP_BaseButton_C_SetHoverStainScalePercent) == 0x000010, "Wrong size on WBP_BaseButton_C_SetHoverStainScalePercent"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainScalePercent, HoverStainScalePercent_0) == 0x000000, "Member 'WBP_BaseButton_C_SetHoverStainScalePercent::HoverStainScalePercent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_SetHoverStainTransform \ +static_assert(alignof(WBP_BaseButton_C_SetHoverStainTransform) == 0x000008, "Wrong alignment on WBP_BaseButton_C_SetHoverStainTransform"); \ +static_assert(sizeof(WBP_BaseButton_C_SetHoverStainTransform) == 0x000038, "Wrong size on WBP_BaseButton_C_SetHoverStainTransform"); \ +static_assert(offsetof(WBP_BaseButton_C_SetHoverStainTransform, HoverStainTransform_0) == 0x000000, "Member 'WBP_BaseButton_C_SetHoverStainTransform::HoverStainTransform_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_Set_Background_Material_Instance \ +static_assert(alignof(WBP_BaseButton_C_Set_Background_Material_Instance) == 0x000008, "Wrong alignment on WBP_BaseButton_C_Set_Background_Material_Instance"); \ +static_assert(sizeof(WBP_BaseButton_C_Set_Background_Material_Instance) == 0x000028, "Wrong size on WBP_BaseButton_C_Set_Background_Material_Instance"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, BackgroundMaterialInstance_0) == 0x000000, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::BackgroundMaterialInstance_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, Mid) == 0x000008, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::Mid' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, Temp_bool_Variable) == 0x000010, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, Temp_byte_Variable) == 0x000011, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, CallFunc_IsValid_ReturnValue) == 0x000013, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_Set_Background_Material_Instance, K2Node_Select_Default) == 0x000021, "Member 'WBP_BaseButton_C_Set_Background_Material_Instance::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_InstantReset \ +static_assert(alignof(WBP_BaseButton_C_InstantReset) == 0x000008, "Wrong alignment on WBP_BaseButton_C_InstantReset"); \ +static_assert(sizeof(WBP_BaseButton_C_InstantReset) == 0x000008, "Wrong size on WBP_BaseButton_C_InstantReset"); \ +static_assert(offsetof(WBP_BaseButton_C_InstantReset, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'WBP_BaseButton_C_InstantReset::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_GetHoverStainAnim \ +static_assert(alignof(WBP_BaseButton_C_GetHoverStainAnim) == 0x000008, "Wrong alignment on WBP_BaseButton_C_GetHoverStainAnim"); \ +static_assert(sizeof(WBP_BaseButton_C_GetHoverStainAnim) == 0x000008, "Wrong size on WBP_BaseButton_C_GetHoverStainAnim"); \ +static_assert(offsetof(WBP_BaseButton_C_GetHoverStainAnim, OutHoverStain) == 0x000000, "Member 'WBP_BaseButton_C_GetHoverStainAnim::OutHoverStain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46 \ +static_assert(alignof(WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46) == 0x000008, "Wrong alignment on WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46"); \ +static_assert(sizeof(WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46) == 0x000008, "Wrong size on WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46"); \ +static_assert(offsetof(WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46, Loaded) == 0x000000, "Member 'WBP_BaseButton_C_OnLoaded_B6C9877A4231213B085278973469AC46::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_PreConstruct \ +static_assert(alignof(WBP_BaseButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BaseButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_BaseButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_BaseButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_BaseButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BaseButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_BaseButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_BaseButton_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_BaseButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_BaseButton_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_BaseButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_BaseButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_OnActionProgress \ +static_assert(alignof(WBP_BaseButton_C_OnActionProgress) == 0x000004, "Wrong alignment on WBP_BaseButton_C_OnActionProgress"); \ +static_assert(sizeof(WBP_BaseButton_C_OnActionProgress) == 0x000004, "Wrong size on WBP_BaseButton_C_OnActionProgress"); \ +static_assert(offsetof(WBP_BaseButton_C_OnActionProgress, HeldPercent) == 0x000000, "Member 'WBP_BaseButton_C_OnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton \ +static_assert(alignof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton) == 0x000008, "Wrong alignment on WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton"); \ +static_assert(sizeof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton) == 0x000188, "Wrong size on WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, EntryPoint) == 0x000000, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000018, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000020, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_GetHoverStainAnim_OutHoverStain) == 0x000028, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_GetHoverStainAnim_OutHoverStain' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue_2) == 0x000030, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000038, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_DynamicCast_AsOverlay_Slot) == 0x000040, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_DynamicCast_AsOverlay_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000050, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue_3) == 0x000058, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000060, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000068, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_Event_InFocusEvent) == 0x000070, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Set_Background_Material_Instance_MID) == 0x000078, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Set_Background_Material_Instance_MID' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsNameValid_ReturnValue) == 0x000080, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_Event_HeldPercent) == 0x000084, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_Event_HeldPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Set_Background_Material_Instance_MID_1) == 0x000088, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Set_Background_Material_Instance_MID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000090, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000091, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000092, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Not_PreBool_ReturnValue) == 0x000094, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000098, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue_4) == 0x0000A8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x0000B0, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_PlayAnimationReverse_ReturnValue_5) == 0x0000B8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_PlayAnimationReverse_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C0, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsNameValid_ReturnValue_1) == 0x0000C2, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsNameValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_SelectFloat_ReturnValue) == 0x0000C8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_CustomEvent_Loaded) == 0x0000D0, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, Temp_object_Variable) == 0x0000D8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_DynamicCast_AsTexture_2D) == 0x0000E0, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_SetHoverStainMaterialInstance_MID) == 0x0000F0, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_SetHoverStainMaterialInstance_MID' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsHold_ReturnValue) == 0x0000F8, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsHold_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000F9, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsHold_ReturnValue_1) == 0x0000FA, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsHold_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_GetDataTableRowFromName_OutRow) == 0x000100, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000108, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_NotEqual_NameName_ReturnValue) == 0x000109, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_SpawnSound2D_ReturnValue) == 0x000110, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsValid_ReturnValue_1) == 0x00012C, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsValid_ReturnValue_2) == 0x00012D, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Not_PreBool_ReturnValue_3) == 0x00012E, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000130, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000140, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_SetFloatParameter_self_CastInput) == 0x000148, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_SetFloatParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000159, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_Not_PreBool_ReturnValue_4) == 0x00015A, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, K2Node_CallDelegate_Progress_ImplicitCast) == 0x000160, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::K2Node_CallDelegate_Progress_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000168, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x000170, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2) == 0x000178, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x000180, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000184, "Member 'WBP_BaseButton_C_ExecuteUbergraph_WBP_BaseButton::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BaseButton_C \ +static_assert(alignof(UWBP_BaseButton_C) == 0x000010, "Wrong alignment on UWBP_BaseButton_C"); \ +static_assert(sizeof(UWBP_BaseButton_C) == 0x001760, "Wrong size on UWBP_BaseButton_C"); \ +static_assert(offsetof(UWBP_BaseButton_C, UberGraphFrame) == 0x0015D0, "Member 'UWBP_BaseButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Anim_HideBackground) == 0x0015D8, "Member 'UWBP_BaseButton_C::Anim_HideBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Anim_ShowStain) == 0x0015E0, "Member 'UWBP_BaseButton_C::Anim_ShowStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Anim_Pressed) == 0x0015E8, "Member 'UWBP_BaseButton_C::Anim_Pressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Anim_Selected) == 0x0015F0, "Member 'UWBP_BaseButton_C::Anim_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Anim_Hover) == 0x0015F8, "Member 'UWBP_BaseButton_C::Anim_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, Background) == 0x001600, "Member 'UWBP_BaseButton_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, ButtonContent) == 0x001608, "Member 'UWBP_BaseButton_C::ButtonContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, ContentNegativeRetainer) == 0x001610, "Member 'UWBP_BaseButton_C::ContentNegativeRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoveredStain) == 0x001618, "Member 'UWBP_BaseButton_C::HoveredStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HasHoverStain) == 0x001620, "Member 'UWBP_BaseButton_C::HasHoverStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, BackgroundMaterialInstance) == 0x001628, "Member 'UWBP_BaseButton_C::BackgroundMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoverStainTexture) == 0x001630, "Member 'UWBP_BaseButton_C::HoverStainTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, ContentPadding) == 0x001658, "Member 'UWBP_BaseButton_C::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, IsSelectedInstant) == 0x001668, "Member 'UWBP_BaseButton_C::IsSelectedInstant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, OnButtonBaseFocused) == 0x001670, "Member 'UWBP_BaseButton_C::OnButtonBaseFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, OnButtonBaseUnfocused) == 0x001680, "Member 'UWBP_BaseButton_C::OnButtonBaseUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoverStainTransform) == 0x001690, "Member 'UWBP_BaseButton_C::HoverStainTransform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoverStainScalePercent) == 0x0016C8, "Member 'UWBP_BaseButton_C::HoverStainScalePercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, SD_OnNavigated) == 0x0016D8, "Member 'UWBP_BaseButton_C::SD_OnNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, OnButtonBaseActionProgress) == 0x0016E8, "Member 'UWBP_BaseButton_C::OnButtonBaseActionProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HidePressedAnim) == 0x0016F8, "Member 'UWBP_BaseButton_C::HidePressedAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HideBackgroundWhenNotFocused) == 0x0016F9, "Member 'UWBP_BaseButton_C::HideBackgroundWhenNotFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, SD_OnClicked) == 0x001700, "Member 'UWBP_BaseButton_C::SD_OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoverStainMaterialInstance) == 0x001710, "Member 'UWBP_BaseButton_C::HoverStainMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoverLerp) == 0x001718, "Member 'UWBP_BaseButton_C::HoverLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, OnButtonBaseFocusedHold) == 0x001720, "Member 'UWBP_BaseButton_C::OnButtonBaseFocusedHold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, ShouldCallFocusedHold) == 0x001730, "Member 'UWBP_BaseButton_C::ShouldCallFocusedHold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, FocusedHoldTime) == 0x001738, "Member 'UWBP_BaseButton_C::FocusedHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, FocusedHoldTimerHandle) == 0x001740, "Member 'UWBP_BaseButton_C::FocusedHoldTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, HoldSound) == 0x001748, "Member 'UWBP_BaseButton_C::HoldSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BaseButton_C, MaxHoverScale) == 0x001750, "Member 'UWBP_BaseButton_C::MaxHoverScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp) == 0x000030, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, EntryPoint) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, K2Node_Event_Animation) == 0x000008, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000011, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, K2Node_Event_IsDesignTime) == 0x000012, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000018, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000020, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp, K2Node_ComponentBoundEvent_Button) == 0x000028, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ExecuteUbergraph_WBP_FullScreenNotification_RelationshipUp::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName) == 0x000050, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, Character) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CharacterDisplayName) == 0x000008, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_ToHardcodedName_HardcodedName) == 0x00001C, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_GetCustomGI_ReturnValue) == 0x000028, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_GetCharacterByID_CharacterData) == 0x000030, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000038, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_FullScreenNotification_RelationshipUp_C_GetCharacterDisplayName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter) == 0x000058, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, Character) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000008, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_GetRelationshipSystem_RelationshipSystem) == 0x000020, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_GetRelationshipSystem_RelationshipSystem' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000028, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_IsRelationshipLevelMaximized_IsMaximized) == 0x00002C, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_IsRelationshipLevelMaximized_IsMaximized' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000048, "Member 'WBP_FullScreenNotification_RelationshipUp_C_InitializeWidgetFromCharacter::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_LoadNotification \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_LoadNotification) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_LoadNotification"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_LoadNotification) == 0x000018, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_LoadNotification"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_LoadNotification, NotificationData) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_LoadNotification::NotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_LoadNotification, CallFunc_GetHeaderText_HeaderText) == 0x000008, "Member 'WBP_FullScreenNotification_RelationshipUp_C_LoadNotification::CallFunc_GetHeaderText_HeaderText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_PreConstruct \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_PreConstruct"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_PreConstruct"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt \ +static_assert(alignof(WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt"); \ +static_assert(sizeof(WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt) == 0x000008, "Wrong size on WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt"); \ +static_assert(offsetof(WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_FullScreenNotification_RelationshipUp_C_ShowConfirmPrompt::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullScreenNotification_RelationshipUp_C \ +static_assert(alignof(UWBP_FullScreenNotification_RelationshipUp_C) == 0x000008, "Wrong alignment on UWBP_FullScreenNotification_RelationshipUp_C"); \ +static_assert(sizeof(UWBP_FullScreenNotification_RelationshipUp_C) == 0x000518, "Wrong size on UWBP_FullScreenNotification_RelationshipUp_C"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, UberGraphFrame_WBP_FullScreenNotification_RelationshipUp_C) == 0x0004A0, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::UberGraphFrame_WBP_FullScreenNotification_RelationshipUp_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, Anim_ShowTextOverride) == 0x0004A8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::Anim_ShowTextOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, Anim_ShowPromptOverride) == 0x0004B0, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::Anim_ShowPromptOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, CharacterName) == 0x0004B8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, ConfirmPromptOverride) == 0x0004C0, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::ConfirmPromptOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, FX_Petals) == 0x0004C8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::FX_Petals' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, FX_SmokeExplosion) == 0x0004D0, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::FX_SmokeExplosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, NotificationHeaderOverride) == 0x0004D8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::NotificationHeaderOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, RelationshipNumber) == 0x0004E0, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::RelationshipNumber' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, RelationUpSound) == 0x0004E8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::RelationUpSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, SD_RDUp) == 0x0004F8, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::SD_RDUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_RelationshipUp_C, SD_RDMax) == 0x000508, "Member 'UWBP_FullScreenNotification_RelationshipUp_C::SD_RDMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures \ +static_assert(alignof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures) == 0x000008, "Wrong alignment on BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures"); \ +static_assert(sizeof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures) == 0x000988, "Wrong size on BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, EntryPoint) == 0x000000, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue_1) == 0x000020, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FRichDialogueLine) == 0x000030, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue_2) == 0x000170, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000178, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_SwitchInteger_CmpSuccess) == 0x000180, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_SpawnObject_ReturnValue) == 0x000188, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000190, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x0001A0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_SpawnObject_ReturnValue_1) == 0x0001A8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue_3) == 0x0001B0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0001B8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0001C0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0001C8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_SpawnObject_ReturnValue_2) == 0x0002F8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_1) == 0x000300, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000310, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDialogueSystemComponent_DialogueSystem_1) == 0x000318, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDialogueSystemComponent_DialogueSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000320, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue_4) == 0x000328, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000330, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000338, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000340, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000470, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_2) == 0x000478, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetInventoryManager_ReturnValue) == 0x000488, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000490, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetEncounterLevel_ReturnValue) == 0x0005C0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_3) == 0x0005C8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_S_LootContext) == 0x0005D8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetPlayerController_ReturnValue_5) == 0x0005E0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0005E8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0005F0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_4) == 0x0005F8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000608, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_5) == 0x000738, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDialogueStage_DialogueStage) == 0x000748, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_SwitchInteger_CmpSuccess_1) == 0x00074C, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_Conv_NameToText_ReturnValue) == 0x000750, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDataTableRowFromName_OutRow) == 0x000760, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000890, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FormatArgumentData) == 0x000898, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_IsValid_ReturnValue) == 0x0008E0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_AddItemToInventory_GeneratedItem) == 0x0008E8, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_GetDisplayName_ReturnValue) == 0x0008F0, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_SelectString_ReturnValue) == 0x000900, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_Conv_StringToText_ReturnValue) == 0x000910, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeStruct_FormatArgumentData_1) == 0x000920, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, K2Node_MakeArray_Array_6) == 0x000968, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures, CallFunc_Format_ReturnValue) == 0x000978, "Member 'BP_Dialogue_MainPlaza_Furnitures_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Furnitures::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_MainPlaza_Furnitures_C \ +static_assert(alignof(ABP_Dialogue_MainPlaza_Furnitures_C) == 0x000008, "Wrong alignment on ABP_Dialogue_MainPlaza_Furnitures_C"); \ +static_assert(sizeof(ABP_Dialogue_MainPlaza_Furnitures_C) == 0x000350, "Wrong size on ABP_Dialogue_MainPlaza_Furnitures_C"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Furnitures_C, UberGraphFrame_BP_Dialogue_MainPlaza_Furnitures_C) == 0x000338, "Member 'ABP_Dialogue_MainPlaza_Furnitures_C::UberGraphFrame_BP_Dialogue_MainPlaza_Furnitures_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Furnitures_C, Item_Data_Table_Row_Handle) == 0x000340, "Member 'ABP_Dialogue_MainPlaza_Furnitures_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ShowCredits_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_ShowCredits_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ShowCredits_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ShowCredits_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_ShowCredits_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits \ +static_assert(alignof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits) == 0x000008, "Wrong alignment on BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits"); \ +static_assert(sizeof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits) == 0x000030, "Wrong size on BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, K2Node_DynamicCast_AsBP_Game_Action_Show_Credits) == 0x000018, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::K2Node_DynamicCast_AsBP_Game_Action_Show_Credits' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits, CallFunc_StartLatentAction_AsyncAction) == 0x000028, "Member 'BP_GameActionInstance_ShowCredits_C_ExecuteUbergraph_BP_GameActionInstance_ShowCredits::CallFunc_StartLatentAction_AsyncAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ShowCredits_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_ShowCredits_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_ShowCredits_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_ShowCredits_C_GetDebugString) == 0x000070, "Wrong size on BP_GameActionInstance_ShowCredits_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, K2Node_DynamicCast_AsBP_Game_Action_Show_Credits) == 0x000010, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::K2Node_DynamicCast_AsBP_Game_Action_Show_Credits' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_GameActionInstance_ShowCredits_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ShowCredits_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_ShowCredits_C \ +static_assert(alignof(UBP_GameActionInstance_ShowCredits_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_ShowCredits_C"); \ +static_assert(sizeof(UBP_GameActionInstance_ShowCredits_C) == 0x000048, "Wrong size on UBP_GameActionInstance_ShowCredits_C"); \ +static_assert(offsetof(UBP_GameActionInstance_ShowCredits_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_ShowCredits_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V6_C \ +static_assert(alignof(UBP_SaveGameObject_V6_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V6_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V6_C) == 0x000BD0, "Wrong size on UBP_SaveGameObject_V6_C"); \ + +#define DUMPER7_ASSERTS_BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest \ +static_assert(alignof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest) == 0x000008, "Wrong alignment on BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest"); \ +static_assert(sizeof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest) == 0x000028, "Wrong size on BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest, EntryPoint) == 0x000000, "Member 'BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest, Temp_object_Variable) == 0x000020, "Member 'BP_LoadAssetRequest_C_ExecuteUbergraph_BP_LoadAssetRequest::Temp_object_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadAssetRequest_C_GetLoadedAsset \ +static_assert(alignof(BP_LoadAssetRequest_C_GetLoadedAsset) == 0x000008, "Wrong alignment on BP_LoadAssetRequest_C_GetLoadedAsset"); \ +static_assert(sizeof(BP_LoadAssetRequest_C_GetLoadedAsset) == 0x000008, "Wrong size on BP_LoadAssetRequest_C_GetLoadedAsset"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_GetLoadedAsset, LoadedAsset_0) == 0x000000, "Member 'BP_LoadAssetRequest_C_GetLoadedAsset::LoadedAsset_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D \ +static_assert(alignof(BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D) == 0x000008, "Wrong alignment on BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D"); \ +static_assert(sizeof(BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D) == 0x000008, "Wrong size on BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D"); \ +static_assert(offsetof(BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D, Loaded) == 0x000000, "Member 'BP_LoadAssetRequest_C_OnLoaded_496BAEE54A2F2A38A62777A94F6FE87D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LoadAssetRequest_C \ +static_assert(alignof(UBP_LoadAssetRequest_C) == 0x000008, "Wrong alignment on UBP_LoadAssetRequest_C"); \ +static_assert(sizeof(UBP_LoadAssetRequest_C) == 0x000080, "Wrong size on UBP_LoadAssetRequest_C"); \ +static_assert(offsetof(UBP_LoadAssetRequest_C, UberGraphFrame) == 0x000048, "Member 'UBP_LoadAssetRequest_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadAssetRequest_C, Asset) == 0x000050, "Member 'UBP_LoadAssetRequest_C::Asset' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadAssetRequest_C, LoadedAsset) == 0x000078, "Member 'UBP_LoadAssetRequest_C::LoadedAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_ResetLookAtLocation \ +static_assert(alignof(BP_NPCAnimationComponent_C_ResetLookAtLocation) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_ResetLookAtLocation"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_ResetLookAtLocation) == 0x000090, "Wrong size on BP_NPCAnimationComponent_C_ResetLookAtLocation"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000000, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_GetActorForwardVector_ReturnValue) == 0x000020, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, K2Node_DynamicCast_AsCharacter) == 0x000038, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000048, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000060, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ResetLookAtLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BP_NPCAnimationComponent_C_ResetLookAtLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_UpdateLookAtData \ +static_assert(alignof(BP_NPCAnimationComponent_C_UpdateLookAtData) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_UpdateLookAtData"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_UpdateLookAtData) == 0x000088, "Wrong size on BP_NPCAnimationComponent_C_UpdateLookAtData"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, Temp_bool_Variable) == 0x000000, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_GetSocketLocation_ReturnValue) == 0x000028, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000040, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, Temp_bool_Variable_1) == 0x000058, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000059, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00005A, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_BooleanAND_ReturnValue_1) == 0x00005B, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, K2Node_Select_Default) == 0x00005C, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_GetOwner_ReturnValue) == 0x000060, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000068, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_GetDistanceTo_ReturnValue) == 0x000074, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateLookAtData, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'BP_NPCAnimationComponent_C_UpdateLookAtData::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetInteractingNPC \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetInteractingNPC) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_SetInteractingNPC"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetInteractingNPC) == 0x000008, "Wrong size on BP_NPCAnimationComponent_C_SetInteractingNPC"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetInteractingNPC, InteractingNPC_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetInteractingNPC::InteractingNPC_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_GetEnvelopeVolume \ +static_assert(alignof(BP_NPCAnimationComponent_C_GetEnvelopeVolume) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_GetEnvelopeVolume"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_GetEnvelopeVolume) == 0x000008, "Wrong size on BP_NPCAnimationComponent_C_GetEnvelopeVolume"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_GetEnvelopeVolume, EnvelopeVolume_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_GetEnvelopeVolume::EnvelopeVolume_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_UpdateEnvelopeVolume \ +static_assert(alignof(BP_NPCAnimationComponent_C_UpdateEnvelopeVolume) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_UpdateEnvelopeVolume"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_UpdateEnvelopeVolume) == 0x000008, "Wrong size on BP_NPCAnimationComponent_C_UpdateEnvelopeVolume"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateEnvelopeVolume, SoundWaveVolume) == 0x000000, "Member 'BP_NPCAnimationComponent_C_UpdateEnvelopeVolume::SoundWaveVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetIdleBase \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetIdleBase) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_SetIdleBase"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetIdleBase) == 0x000058, "Wrong size on BP_NPCAnimationComponent_C_SetIdleBase"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIdleBase, IdleOverride_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetIdleBase::IdleOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetIsInDialogue \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetIsInDialogue) == 0x000001, "Wrong alignment on BP_NPCAnimationComponent_C_SetIsInDialogue"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetIsInDialogue) == 0x000001, "Wrong size on BP_NPCAnimationComponent_C_SetIsInDialogue"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIsInDialogue, IsInDialogue_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetIsInDialogue::IsInDialogue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_GetBaseAnimationStatus \ +static_assert(alignof(BP_NPCAnimationComponent_C_GetBaseAnimationStatus) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_GetBaseAnimationStatus"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_GetBaseAnimationStatus) == 0x000018, "Wrong size on BP_NPCAnimationComponent_C_GetBaseAnimationStatus"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_GetBaseAnimationStatus, Basexpression_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_GetBaseAnimationStatus::Basexpression_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_GetBaseAnimationStatus, BaseFacialExpressionStrength_0) == 0x000008, "Member 'BP_NPCAnimationComponent_C_GetBaseAnimationStatus::BaseFacialExpressionStrength_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_GetBaseAnimationStatus, BaseIdleType_0) == 0x000010, "Member 'BP_NPCAnimationComponent_C_GetBaseAnimationStatus::BaseIdleType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetForceHeadDirection \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetForceHeadDirection) == 0x000001, "Wrong alignment on BP_NPCAnimationComponent_C_SetForceHeadDirection"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetForceHeadDirection) == 0x000001, "Wrong size on BP_NPCAnimationComponent_C_SetForceHeadDirection"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetForceHeadDirection, ForceHeadDirection_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetForceHeadDirection::ForceHeadDirection_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetEnableLookAt \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetEnableLookAt) == 0x000001, "Wrong alignment on BP_NPCAnimationComponent_C_SetEnableLookAt"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetEnableLookAt) == 0x000001, "Wrong size on BP_NPCAnimationComponent_C_SetEnableLookAt"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetEnableLookAt, AllowNPCLookAt_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetEnableLookAt::AllowNPCLookAt_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetLookAtEndBone \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetLookAtEndBone) == 0x000004, "Wrong alignment on BP_NPCAnimationComponent_C_SetLookAtEndBone"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetLookAtEndBone) == 0x00000C, "Wrong size on BP_NPCAnimationComponent_C_SetLookAtEndBone"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetLookAtEndBone, CallFunc_Map_Find_Value) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetLookAtEndBone::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetLookAtEndBone, CallFunc_Map_Find_ReturnValue) == 0x000008, "Member 'BP_NPCAnimationComponent_C_SetLookAtEndBone::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetFacialExpression \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetFacialExpression) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_SetFacialExpression"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetFacialExpression) == 0x000018, "Wrong size on BP_NPCAnimationComponent_C_SetFacialExpression"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetFacialExpression, FacialExpression_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetFacialExpression::FacialExpression_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetFacialExpression, FacialExpressionStrength_0) == 0x000008, "Member 'BP_NPCAnimationComponent_C_SetFacialExpression::FacialExpressionStrength_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetFacialExpression, EyesLook_0) == 0x000010, "Member 'BP_NPCAnimationComponent_C_SetFacialExpression::EyesLook_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetIdleType \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetIdleType) == 0x000001, "Wrong alignment on BP_NPCAnimationComponent_C_SetIdleType"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetIdleType) == 0x000004, "Wrong size on BP_NPCAnimationComponent_C_SetIdleType"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIdleType, IdleType_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetIdleType::IdleType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIdleType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_NPCAnimationComponent_C_SetIdleType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIdleType, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_NPCAnimationComponent_C_SetIdleType::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIdleType, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_NPCAnimationComponent_C_SetIdleType::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_SetIsTalking \ +static_assert(alignof(BP_NPCAnimationComponent_C_SetIsTalking) == 0x000001, "Wrong alignment on BP_NPCAnimationComponent_C_SetIsTalking"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_SetIsTalking) == 0x000001, "Wrong size on BP_NPCAnimationComponent_C_SetIsTalking"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_SetIsTalking, IsTalking_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_SetIsTalking::IsTalking_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_ReceiveTick \ +static_assert(alignof(BP_NPCAnimationComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_NPCAnimationComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_NPCAnimationComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_NPCAnimationComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP \ +static_assert(alignof(BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP) == 0x000058, "Wrong size on BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP, CustomIdle_0) == 0x000000, "Member 'BP_NPCAnimationComponent_C_UpdateCustomIdleAndSendToABP::CustomIdle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent \ +static_assert(alignof(BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent) == 0x000008, "Wrong alignment on BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent"); \ +static_assert(sizeof(BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent) == 0x000060, "Wrong size on BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent, EntryPoint) == 0x000000, "Member 'BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent, K2Node_CustomEvent_CustomIdle) == 0x000008, "Member 'BP_NPCAnimationComponent_C_ExecuteUbergraph_BP_NPCAnimationComponent::K2Node_CustomEvent_CustomIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NPCAnimationComponent_C \ +static_assert(alignof(UBP_NPCAnimationComponent_C) == 0x000008, "Wrong alignment on UBP_NPCAnimationComponent_C"); \ +static_assert(sizeof(UBP_NPCAnimationComponent_C) == 0x000288, "Wrong size on UBP_NPCAnimationComponent_C"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_NPCAnimationComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, IdleOverride) == 0x0000A8, "Member 'UBP_NPCAnimationComponent_C::IdleOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, NPCAnimationStruct) == 0x000100, "Member 'UBP_NPCAnimationComponent_C::NPCAnimationStruct' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, KeepWorldIdleInDialogue) == 0x000158, "Member 'UBP_NPCAnimationComponent_C::KeepWorldIdleInDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, AllowNPCLookAt) == 0x000159, "Member 'UBP_NPCAnimationComponent_C::AllowNPCLookAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, FacialExpression) == 0x00015A, "Member 'UBP_NPCAnimationComponent_C::FacialExpression' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, FacialExpressionStrength) == 0x000160, "Member 'UBP_NPCAnimationComponent_C::FacialExpressionStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtOnlyWhenTalking) == 0x000168, "Member 'UBP_NPCAnimationComponent_C::LookAtOnlyWhenTalking' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, IsTalking) == 0x000169, "Member 'UBP_NPCAnimationComponent_C::IsTalking' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, ShouldLookAt) == 0x00016A, "Member 'UBP_NPCAnimationComponent_C::ShouldLookAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtLocation) == 0x000170, "Member 'UBP_NPCAnimationComponent_C::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtMaxDistance) == 0x000188, "Member 'UBP_NPCAnimationComponent_C::LookAtMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, EyesLook) == 0x000190, "Member 'UBP_NPCAnimationComponent_C::EyesLook' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, IdleType) == 0x000191, "Member 'UBP_NPCAnimationComponent_C::IdleType' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtEndBone) == 0x000194, "Member 'UBP_NPCAnimationComponent_C::LookAtEndBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtBoneMap) == 0x0001A0, "Member 'UBP_NPCAnimationComponent_C::LookAtBoneMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, LookAtBone) == 0x0001F0, "Member 'UBP_NPCAnimationComponent_C::LookAtBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, IsInDialogue) == 0x0001F1, "Member 'UBP_NPCAnimationComponent_C::IsInDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, ForceHeadDirection) == 0x0001F2, "Member 'UBP_NPCAnimationComponent_C::ForceHeadDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, BaseForceHeadDirection) == 0x0001F3, "Member 'UBP_NPCAnimationComponent_C::BaseForceHeadDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, Basexpression) == 0x0001F4, "Member 'UBP_NPCAnimationComponent_C::Basexpression' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, BaseIdleType) == 0x0001F5, "Member 'UBP_NPCAnimationComponent_C::BaseIdleType' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, PreviousIdleType) == 0x0001F6, "Member 'UBP_NPCAnimationComponent_C::PreviousIdleType' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, IdleChanged) == 0x0001F7, "Member 'UBP_NPCAnimationComponent_C::IdleChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, PreviousIdleIsSimilar) == 0x0001F8, "Member 'UBP_NPCAnimationComponent_C::PreviousIdleIsSimilar' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, ShouldPauseIdleWhenInDialogue) == 0x0001F9, "Member 'UBP_NPCAnimationComponent_C::ShouldPauseIdleWhenInDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, ShouldAddHandAdditiveOnBaseIdle) == 0x0001FA, "Member 'UBP_NPCAnimationComponent_C::ShouldAddHandAdditiveOnBaseIdle' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, EnableIK) == 0x0001FB, "Member 'UBP_NPCAnimationComponent_C::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, UpdateCustomIdle) == 0x000200, "Member 'UBP_NPCAnimationComponent_C::UpdateCustomIdle' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, CustomIdle) == 0x000210, "Member 'UBP_NPCAnimationComponent_C::CustomIdle' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, BaseFacialExpressionStrength) == 0x000268, "Member 'UBP_NPCAnimationComponent_C::BaseFacialExpressionStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, OwnerIsCharacterWorld) == 0x000270, "Member 'UBP_NPCAnimationComponent_C::OwnerIsCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, EnvelopeVolume) == 0x000278, "Member 'UBP_NPCAnimationComponent_C::EnvelopeVolume' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCAnimationComponent_C, InteractingNPC) == 0x000280, "Member 'UBP_NPCAnimationComponent_C::InteractingNPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors \ +static_assert(alignof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors) == 0x000008, "Wrong alignment on BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors"); \ +static_assert(sizeof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors) == 0x000088, "Wrong size on BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, ActorA) == 0x000000, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::ActorA' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, ActorB) == 0x000008, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::ActorB' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, MinimumDistance) == 0x000010, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::MinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, MaximumDistance) == 0x000018, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, __WorldContext) == 0x000020, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, Distance) == 0x000028, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, IsAtValidDistance) == 0x000030, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::IsAtValidDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, Temp_wildcard_Variable) == 0x000038, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000059, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000060, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors, CallFunc_Vector_Distance_ReturnValue) == 0x000080, "Member 'BP_FL_DebugHelpers_C_ComputeValidDistanceBetweenActors::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_DebugHelpers_C_CreateArrowComponentFromActors \ +static_assert(alignof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors) == 0x000008, "Wrong alignment on BP_FL_DebugHelpers_C_CreateArrowComponentFromActors"); \ +static_assert(sizeof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors) == 0x000358, "Wrong size on BP_FL_DebugHelpers_C_CreateArrowComponentFromActors"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, MainActor) == 0x000000, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::MainActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, SecondaryActor) == 0x000008, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::SecondaryActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, ValidMinimumDistance) == 0x000010, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::ValidMinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, ValidMaximumDistance) == 0x000018, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::ValidMaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, __WorldContext) == 0x000020, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, ArrowComponent) == 0x000028, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::ArrowComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, local_ArrowComponent) == 0x000030, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::local_ArrowComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, local_ArrowOffset_Z) == 0x000038, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::local_ArrowOffset_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, local_ArrowOffset_Y) == 0x000040, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::local_ArrowOffset_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000050, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_AddComponentByClass_ReturnValue) == 0x000060, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000080, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000098, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GetUpVector_ReturnValue) == 0x0000B0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000C8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GetRightVector_ReturnValue) == 0x0000E0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000F8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_VSize_ReturnValue) == 0x000110, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000118, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GetRightVector_ReturnValue_1) == 0x000138, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GetRightVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_MakeVector_ReturnValue) == 0x000150, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GetUpVector_ReturnValue_1) == 0x000168, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000180, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GetForwardVector_ReturnValue) == 0x000198, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Dot_VectorVector_ReturnValue) == 0x0001B0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0001B8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0001C0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_SelectFloat_ReturnValue) == 0x0001C8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0001D0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_SelectFloat_ReturnValue_1) == 0x0001D8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_ComputeValidDistanceBetweenActors_Distance) == 0x0001E0, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_ComputeValidDistanceBetweenActors_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_ComputeValidDistanceBetweenActors_IsAtValidDistance) == 0x0001E8, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_ComputeValidDistanceBetweenActors_IsAtValidDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_SelectColor_ReturnValue) == 0x0001EC, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000200, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000218, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Add_VectorVector_ReturnValue) == 0x000230, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000248, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateArrowComponentFromActors, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000260, "Member 'BP_FL_DebugHelpers_C_CreateArrowComponentFromActors::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors \ +static_assert(alignof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors) == 0x000008, "Wrong alignment on BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors"); \ +static_assert(sizeof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors) == 0x0002C8, "Wrong size on BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, MainActor) == 0x000000, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::MainActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, SecondaryActor) == 0x000008, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::SecondaryActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, ValidMinimumDistance) == 0x000010, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::ValidMinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, ValidMaximumDistance) == 0x000018, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::ValidMaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, __WorldContext) == 0x000020, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, TextRenderComponent) == 0x000028, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, local_TextRenderComponent) == 0x000030, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::local_TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_ComputeValidDistanceBetweenActors_Distance) == 0x000040, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_ComputeValidDistanceBetweenActors_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_ComputeValidDistanceBetweenActors_IsAtValidDistance) == 0x000048, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_ComputeValidDistanceBetweenActors_IsAtValidDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_AddComponentByClass_ReturnValue) == 0x000050, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_SelectColor_ReturnValue) == 0x000058, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x000068, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000078, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000088, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_BreakRotator_Roll) == 0x0000E8, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_BreakRotator_Pitch) == 0x0000EC, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_BreakRotator_Yaw) == 0x0000F0, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000108, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_MakeRotator_ReturnValue) == 0x000120, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000138, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000150, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Add_VectorVector_ReturnValue) == 0x000168, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000180, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_IsValid_ReturnValue_2) == 0x000188, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000190, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Divide_VectorVector_ReturnValue) == 0x0001A8, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x0001C0, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0002B8, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0002C0, "Member 'BP_FL_DebugHelpers_C_CreateDistanceTextComponentFromActors::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_DebugHelpers_C \ +static_assert(alignof(UBP_FL_DebugHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_DebugHelpers_C"); \ +static_assert(sizeof(UBP_FL_DebugHelpers_C) == 0x000028, "Wrong size on UBP_FL_DebugHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock) == 0x000020, "Wrong size on BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, CallFunc_GetAvailableSkillPoints_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::CallFunc_GetAvailableSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, CallFunc_GetSkillGraph_SkillGraph) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, CallFunc_GetSkillPointUnlockCost_UnlockCost) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::CallFunc_GetSkillPointUnlockCost_UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CharacterSkillGraphSystem_C_CanAffordSkillUnlock::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills) == 0x000004, "Wrong alignment on BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills, CallFunc_GetMaxSkillsCount_ReturnValue) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills::CallFunc_GetMaxSkillsCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_CanEquipMoreSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_CanLearnSkill \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_CanLearnSkill) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_CanLearnSkill"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_CanLearnSkill) == 0x000088, "Wrong size on BP_CharacterSkillGraphSystem_C_CanLearnSkill"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, BlockedReason) == 0x000009, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_HasLearntDependencySkills_ReturnValue) == 0x00000A, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_HasLearntDependencySkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_GetSkillGraph_SkillGraph) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_FindSkillNode_Found) == 0x000019, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_FindSkillNode_Node) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_FindSkillNode_Index) == 0x000058, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_GetInventoryManager_ReturnValue) == 0x000060, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_FindItemCountFromInventory_Quantity) == 0x000068, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_IsNameValid_ReturnValue) == 0x00006C, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006D, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_GetSkillGraph_SkillGraph_1) == 0x000070, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_GetSkillGraph_SkillGraph_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_GetSkillNodePointUnlockCost_UnlockCost) == 0x00007C, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_GetSkillNodePointUnlockCost_UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_GetAvailableSkillPoints_ReturnValue) == 0x000080, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_GetAvailableSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_CanLearnSkill, CallFunc_Greater_IntInt_ReturnValue) == 0x000084, "Member 'BP_CharacterSkillGraphSystem_C_CanLearnSkill::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_EquipSkill \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_EquipSkill) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_EquipSkill"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_EquipSkill) == 0x000090, "Wrong size on BP_CharacterSkillGraphSystem_C_EquipSkill"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, SkillID) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, CallFunc_CanEquipMoreSkills_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::CallFunc_CanEquipMoreSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, CallFunc_Array_AddUnique_ReturnValue) == 0x000078, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkill, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkill::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot) == 0x000020, "Wrong size on BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, SkillDefinition) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, Index_0) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, local_existingIndex) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::local_existingIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, Temp_object_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot, CallFunc_Array_Find_ReturnValue) == 0x00001C, "Member 'BP_CharacterSkillGraphSystem_C_EquipSkillAtSlot::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills) == 0x000030, "Wrong size on BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills, Temp_wildcard_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills, CallFunc_GetAvailableGradientAttacks_ReturnValue) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetAllAvailableEquippedSkills::CallFunc_GetAvailableGradientAttacks_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks) == 0x000060, "Wrong size on BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000058, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableGradientAttacks::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints) == 0x000004, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000005, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints, CallFunc_GetTotalSkillPoints_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints::CallFunc_GetTotalSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_GetAvailableSkillPoints::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetEquippedSkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetEquippedSkills) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetEquippedSkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetEquippedSkills) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_GetEquippedSkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkills, EquippedSkills_0) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkills::EquippedSkills_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData) == 0x000060, "Wrong size on BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, EquippedSkillIDs) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::EquippedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, Temp_wildcard_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_IsValid_ReturnValue) == 0x000055, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_CharacterSkillGraphSystem_C_GetEquippedSkillsSaveData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex) == 0x000030, "Wrong size on BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, Index_0) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, Temp_int_Variable) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_GetMaxSkillsCount_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_GetMaxSkillsCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_CharacterSkillGraphSystem_C_GetFirstEmptySlotIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetSkillGraph \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetSkillGraph) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetSkillGraph"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetSkillGraph) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_GetSkillGraph"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillGraph, SkillGraph) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillGraph::SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillGraph, CallFunc_GetSkillGraph_SkillGraph) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillGraph::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetSkillState \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetSkillState) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetSkillState"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetSkillState) == 0x000030, "Wrong size on BP_CharacterSkillGraphSystem_C_GetSkillState"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, NodeState) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::NodeState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, local_unlockCost) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::local_unlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_HasLearntDependencySkills_ReturnValue) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_HasLearntDependencySkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_IsSkillUnlocked_ReturnValue) == 0x000011, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_IsSkillUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_GetSkillGraph_SkillGraph) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_GetSkillPointUnlockCost_UnlockCost) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_GetSkillPointUnlockCost_UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_GetAvailableSkillPoints_ReturnValue) == 0x000024, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_GetAvailableSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetSkillState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_GetSkillState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints) == 0x000004, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints) == 0x000008, "Wrong size on BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_GetTotalSkillPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetUnlockedSkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkills) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetUnlockedSkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkills) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_GetUnlockedSkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkills, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkills::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData) == 0x000058, "Wrong size on BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, UnlockedSkillIDs) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::UnlockedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_CharacterSkillGraphSystem_C_GetUnlockedSkillSaveData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_HasLearnableSkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_HasLearnableSkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills) == 0x000060, "Wrong size on BP_CharacterSkillGraphSystem_C_HasLearnableSkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, ReturnValue) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_GetSkillGraph_SkillGraph) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Array_Contains_ReturnValue) == 0x000059, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_CanLearnSkill_ReturnValue) == 0x00005A, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_CanLearnSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_CanLearnSkill_BlockedReason) == 0x00005B, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_CanLearnSkill_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearnableSkills, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'BP_CharacterSkillGraphSystem_C_HasLearnableSkills::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills) == 0x000048, "Wrong size on BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_GetSkillGraph_SkillGraph) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_IsStartingSkill_ReturnValue) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_IsStartingSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_GetAdjacentSkills_Skills) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_GetAdjacentSkills_Skills' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Array_Contains_ReturnValue) == 0x000044, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000046, "Member 'BP_CharacterSkillGraphSystem_C_HasLearntDependencySkills::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_Init \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_Init) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_Init"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_Init) == 0x000068, "Wrong size on BP_CharacterSkillGraphSystem_C_Init"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_Init::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_Init::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_Init::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, Temp_wildcard_Temp_buffer_array_Variable) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_Init::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_GetSkillGraph_SkillGraph) == 0x000030, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_GetStartingSkills_Skills) == 0x000038, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_GetStartingSkills_Skills' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_CanLearnSkill_ReturnValue) == 0x00005C, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_CanLearnSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_CanLearnSkill_BlockedReason) == 0x00005D, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_CanLearnSkill_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_Init, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_CharacterSkillGraphSystem_C_Init::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_IsSkillUnlocked \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_IsSkillUnlocked) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_IsSkillUnlocked"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_IsSkillUnlocked) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_IsSkillUnlocked"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_IsSkillUnlocked, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_IsSkillUnlocked::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_IsSkillUnlocked, ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_IsSkillUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_IsSkillUnlocked, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'BP_CharacterSkillGraphSystem_C_IsSkillUnlocked::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_LoadCharacterState \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_LoadCharacterState) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_LoadCharacterState"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_LoadCharacterState) == 0x000620, "Wrong size on BP_CharacterSkillGraphSystem_C_LoadCharacterState"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CharacterSaveState) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_IsEmpty_ReturnValue) == 0x0001C0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0001C1, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Array_Index_Variable) == 0x0001C4, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Loop_Counter_Variable) == 0x0001C8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001CC, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Array_Index_Variable_1) == 0x0001D4, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_text_Variable) == 0x0001D8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData) == 0x0001E8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000230, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_MakeLiteralText_ReturnValue) == 0x000278, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Loop_Counter_Variable_1) == 0x000288, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00028C, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_bool_True_if_break_was_hit_Variable) == 0x000290, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Array_Index_Variable_2) == 0x000294, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Not_PreBool_ReturnValue) == 0x000298, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_int_Loop_Counter_Variable_2) == 0x00029C, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002A0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_GetSkillGraph_SkillGraph) == 0x0002A8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_SkillAssets) == 0x0002B0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_SkillAssets' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_AllFound) == 0x0002C0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_AllFound' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_MissingNameIDs) == 0x0002C8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_MissingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Conv_NameToText_ReturnValue) == 0x0002D8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Get_Item) == 0x0002E8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002F0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000338, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeArray_Array) == 0x000348, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_3) == 0x000358, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Format_ReturnValue) == 0x0003A0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue) == 0x0003B0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue) == 0x0003B4, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003B5, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Get_Item_1) == 0x0003B8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_1) == 0x0003C0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_IsValid_ReturnValue) == 0x0003C4, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003C5, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_ConcatenateDisplayNames_Result) == 0x0003C8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_AddUnique_ReturnValue) == 0x0003D8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_4) == 0x0003E0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_2) == 0x000428, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000430, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_5) == 0x000438, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_text_Variable_1) == 0x000480, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeArray_Array_1) == 0x000490, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Format_ReturnValue_1) == 0x0004A0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_GetSkillGraph_SkillGraph_1) == 0x0004B0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_GetSkillGraph_SkillGraph_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0004B8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_IsValid_ReturnValue_1) == 0x0004C8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_6) == 0x0004D0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeArray_Array_2) == 0x000518, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_SkillAssets_1) == 0x000528, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_SkillAssets_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_AllFound_1) == 0x000538, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_AllFound_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_TryFindSkillsByNameIDs_MissingNameIDs_1) == 0x000540, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_TryFindSkillsByNameIDs_MissingNameIDs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Format_ReturnValue_2) == 0x000550, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_text_Variable_2) == 0x000560, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, Temp_bool_Variable) == 0x000570, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_Select_Default) == 0x000578, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_3) == 0x000588, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_7) == 0x000590, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0005D8, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, K2Node_MakeArray_Array_3) == 0x0005E0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Format_ReturnValue_3) == 0x0005F0, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_4) == 0x000600, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Get_Item_2) == 0x000608, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue_2) == 0x000610, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_BooleanAND_ReturnValue) == 0x000611, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000612, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_IsValid_ReturnValue_2) == 0x000613, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Add_ReturnValue) == 0x000614, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Not_PreBool_ReturnValue_2) == 0x000618, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Array_Contains_ReturnValue) == 0x000619, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_Not_PreBool_ReturnValue_3) == 0x00061A, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_BooleanOR_ReturnValue) == 0x00061B, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_LoadCharacterState, CallFunc_BooleanAND_ReturnValue_1) == 0x00061C, "Member 'BP_CharacterSkillGraphSystem_C_LoadCharacterState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_NotifyOtherSystems \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_NotifyOtherSystems"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems) == 0x000028, "Wrong size on BP_CharacterSkillGraphSystem_C_NotifyOtherSystems"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_NotifyOtherSystems::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_NotifyOtherSystems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_NotifyOtherSystems::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_NotifyOtherSystems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_NotifyOtherSystems, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_NotifyOtherSystems::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_OnNewItemAcquired \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_OnNewItemAcquired"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired) == 0x000220, "Wrong size on BP_CharacterSkillGraphSystem_C_OnNewItemAcquired"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, ItemDefinition) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::ItemDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, Temp_int_Array_Index_Variable) == 0x000130, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Conv_NameToText_ReturnValue) == 0x000138, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, K2Node_MakeStruct_FormatArgumentData) == 0x000148, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, Temp_int_Loop_Counter_Variable) == 0x000190, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Add_IntInt_ReturnValue) == 0x0001B8, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_GetSkillGraph_SkillGraph) == 0x0001C0, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_FindSkillsUnlockedByItem_ReturnValue) == 0x0001C8, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_FindSkillsUnlockedByItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_Less_IntInt_ReturnValue) == 0x000218, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000219, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnNewItemAcquired, CallFunc_TryUnlockSkill_Success) == 0x00021A, "Member 'BP_CharacterSkillGraphSystem_C_OnNewItemAcquired::CallFunc_TryUnlockSkill_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet) == 0x000004, "Wrong alignment on BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet) == 0x000008, "Wrong size on BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet, CurrentLevel) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_OnOwnerLevelSet::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_ResetProgression \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_ResetProgression) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_ResetProgression"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_ResetProgression) == 0x000028, "Wrong size on BP_CharacterSkillGraphSystem_C_ResetProgression"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_ResetProgression, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_CharacterSkillGraphSystem_C_ResetProgression::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides) == 0x000010, "Wrong size on BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides, EquippedSkills_0) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_SetEquippedSkillOverrides::EquippedSkills_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_TryUnlockSkill \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_TryUnlockSkill"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill) == 0x000048, "Wrong size on BP_CharacterSkillGraphSystem_C_TryUnlockSkill"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, Skill) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, Success) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, local_unlockCondition) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::local_unlockCondition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_GetFirstEmptySlotIndex_Index) == 0x000038, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_GetFirstEmptySlotIndex_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003C, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_CanLearnSkill_ReturnValue) == 0x00003D, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_CanLearnSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_CanLearnSkill_BlockedReason) == 0x00003E, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_CanLearnSkill_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_CanEquipMoreSkills_ReturnValue) == 0x00003F, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_CanEquipMoreSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_TryUnlockSkill, CallFunc_Array_AddUnique_ReturnValue) == 0x000044, "Member 'BP_CharacterSkillGraphSystem_C_TryUnlockSkill::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_UnequipSkill \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_UnequipSkill) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_UnequipSkill"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_UnequipSkill) == 0x0000F0, "Wrong size on BP_CharacterSkillGraphSystem_C_UnequipSkill"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, SkillID) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, Temp_object_Variable) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, CallFunc_Conv_BoolToText_ReturnValue) == 0x000070, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, CallFunc_Array_Find_ReturnValue) == 0x000080, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UnequipSkill, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_CharacterSkillGraphSystem_C_UnequipSkill::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints) == 0x000004, "Wrong alignment on BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints) == 0x000004, "Wrong size on BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints, local_usedPoints) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_UpdateCurrentSkillsUsedSkillPoints::local_usedPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints \ +static_assert(alignof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints) == 0x000008, "Wrong alignment on BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints"); \ +static_assert(sizeof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints) == 0x0000A8, "Wrong size on BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, local_usedPoints) == 0x000000, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::local_usedPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_GetSkillGraph_SkillGraph) == 0x000020, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_GetSkillPointUnlockCost_UnlockCost) == 0x00002C, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_GetSkillPointUnlockCost_UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_CharacterSkillGraphSystem_C_UpdateUsedSkillPoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterSkillGraphSystem_C \ +static_assert(alignof(UBP_CharacterSkillGraphSystem_C) == 0x000008, "Wrong alignment on UBP_CharacterSkillGraphSystem_C"); \ +static_assert(sizeof(UBP_CharacterSkillGraphSystem_C) == 0x000070, "Wrong size on UBP_CharacterSkillGraphSystem_C"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, TempCharacterData) == 0x000028, "Member 'UBP_CharacterSkillGraphSystem_C::TempCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, UnlockedSkills) == 0x000030, "Member 'UBP_CharacterSkillGraphSystem_C::UnlockedSkills' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, SkillPointsFromItems) == 0x000040, "Member 'UBP_CharacterSkillGraphSystem_C::SkillPointsFromItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, SkillPointsFromLeveling) == 0x000044, "Member 'UBP_CharacterSkillGraphSystem_C::SkillPointsFromLeveling' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, EquippedSkills) == 0x000048, "Member 'UBP_CharacterSkillGraphSystem_C::EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, OnSkillTreeChanged) == 0x000058, "Member 'UBP_CharacterSkillGraphSystem_C::OnSkillTreeChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSkillGraphSystem_C, CurrentlyUsedSkillPoints) == 0x000068, "Member 'UBP_CharacterSkillGraphSystem_C::CurrentlyUsedSkillPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Default_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_Default_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_Default_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_Default_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_Default_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_Default_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default \ +static_assert(alignof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default) == 0x000008, "Wrong alignment on BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default"); \ +static_assert(sizeof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default) == 0x000098, "Wrong size on BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, K2Node_Event_Controller) == 0x000018, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_Default_C_ExecuteUbergraph_BP_GameActionInstance_Default::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Default_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_Default_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_Default_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_Default_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_Default_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Default_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_Default_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_Default_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_Default_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_Default_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Default_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_Default_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_Default_C \ +static_assert(alignof(UBP_GameActionInstance_Default_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_Default_C"); \ +static_assert(sizeof(UBP_GameActionInstance_Default_C) == 0x000048, "Wrong size on UBP_GameActionInstance_Default_C"); \ +static_assert(offsetof(UBP_GameActionInstance_Default_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_Default_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_RangedAmbienceParameters \ +static_assert(alignof(FS_RangedAmbienceParameters) == 0x000008, "Wrong alignment on FS_RangedAmbienceParameters"); \ +static_assert(sizeof(FS_RangedAmbienceParameters) == 0x000010, "Wrong size on FS_RangedAmbienceParameters"); \ +static_assert(offsetof(FS_RangedAmbienceParameters, AmbienceAtStart_2_5E0512AE42C30114018FE281896A73FD) == 0x000000, "Member 'FS_RangedAmbienceParameters::AmbienceAtStart_2_5E0512AE42C30114018FE281896A73FD' has a wrong offset!"); \ +static_assert(offsetof(FS_RangedAmbienceParameters, AmbienceAtEnd_4_CDE2E45240494E5F973B26A29FA79388) == 0x000008, "Member 'FS_RangedAmbienceParameters::AmbienceAtEnd_4_CDE2E45240494E5F973B26A29FA79388' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleTowerSaveData \ +static_assert(alignof(FS_BattleTowerSaveData) == 0x000008, "Wrong alignment on FS_BattleTowerSaveData"); \ +static_assert(sizeof(FS_BattleTowerSaveData) == 0x000058, "Wrong size on FS_BattleTowerSaveData"); \ +static_assert(offsetof(FS_BattleTowerSaveData, UnlockedBattleIndex_3_9EB4B6374B772C62180670867EB2CC19) == 0x000000, "Member 'FS_BattleTowerSaveData::UnlockedBattleIndex_3_9EB4B6374B772C62180670867EB2CC19' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerSaveData, BattleVictoryCount_10_F111902F46D3BC11A51BECBB1801120B) == 0x000008, "Member 'FS_BattleTowerSaveData::BattleVictoryCount_10_F111902F46D3BC11A51BECBB1801120B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_AccessibilityOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_AccessibilityOptions_C \ +static_assert(alignof(UWBP_Settings_AccessibilityOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_AccessibilityOptions_C"); \ +static_assert(sizeof(UWBP_Settings_AccessibilityOptions_C) == 0x0004D0, "Wrong size on UWBP_Settings_AccessibilityOptions_C"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptions_C, WBP_Settings_AccessibilityOptionsList) == 0x0004C8, "Member 'UWBP_Settings_AccessibilityOptions_C::WBP_Settings_AccessibilityOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FacialAnimationComponent_C \ +static_assert(alignof(UBP_FacialAnimationComponent_C) == 0x000008, "Wrong alignment on UBP_FacialAnimationComponent_C"); \ +static_assert(sizeof(UBP_FacialAnimationComponent_C) == 0x0000A8, "Wrong size on UBP_FacialAnimationComponent_C"); \ +static_assert(offsetof(UBP_FacialAnimationComponent_C, Talking) == 0x0000A0, "Member 'UBP_FacialAnimationComponent_C::Talking' has a wrong offset!"); \ +static_assert(offsetof(UBP_FacialAnimationComponent_C, FacialExpression) == 0x0000A1, "Member 'UBP_FacialAnimationComponent_C::FacialExpression' has a wrong offset!"); \ +static_assert(offsetof(UBP_FacialAnimationComponent_C, EyesLook) == 0x0000A2, "Member 'UBP_FacialAnimationComponent_C::EyesLook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature \ +static_assert(alignof(WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature) == 0x000010, "Wrong size on WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature, Item) == 0x000000, "Member 'WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature, Widget) == 0x000008, "Member 'WBP_TutorialEntriesList_C_BndEvt__WBP_TutorialEntriesList_TutorialsListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList \ +static_assert(alignof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList) == 0x000008, "Wrong alignment on WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList"); \ +static_assert(sizeof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList) == 0x000040, "Wrong size on WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, EntryPoint) == 0x000000, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_CustomEvent_TutorialViewItem) == 0x000018, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_CustomEvent_TutorialViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_ComponentBoundEvent_Item) == 0x000020, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_ComponentBoundEvent_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_ComponentBoundEvent_Widget) == 0x000028, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_DynamicCast_AsWBP_Tutorial_Entry) == 0x000030, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_DynamicCast_AsWBP_Tutorial_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_TutorialEntriesList_C_ExecuteUbergraph_WBP_TutorialEntriesList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntriesList_C_LoadTutorialEntries \ +static_assert(alignof(WBP_TutorialEntriesList_C_LoadTutorialEntries) == 0x000008, "Wrong alignment on WBP_TutorialEntriesList_C_LoadTutorialEntries"); \ +static_assert(sizeof(WBP_TutorialEntriesList_C_LoadTutorialEntries) == 0x000048, "Wrong size on WBP_TutorialEntriesList_C_LoadTutorialEntries"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_IsUnlocked_IsUnlocked) == 0x000020, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_IsUnlocked_IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000028, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_Array_Get_Item) == 0x00003C, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_LoadTutorialEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_TutorialEntriesList_C_LoadTutorialEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntriesList_C_OnTutorialEntryNavigated \ +static_assert(alignof(WBP_TutorialEntriesList_C_OnTutorialEntryNavigated) == 0x000008, "Wrong alignment on WBP_TutorialEntriesList_C_OnTutorialEntryNavigated"); \ +static_assert(sizeof(WBP_TutorialEntriesList_C_OnTutorialEntryNavigated) == 0x000008, "Wrong size on WBP_TutorialEntriesList_C_OnTutorialEntryNavigated"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_OnTutorialEntryNavigated, TutorialViewItem) == 0x000000, "Member 'WBP_TutorialEntriesList_C_OnTutorialEntryNavigated::TutorialViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget, CallFunc_GetItemAt_ReturnValue) == 0x000008, "Member 'WBP_TutorialEntriesList_C_BP_GetDesiredFocusTarget::CallFunc_GetItemAt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialEntriesList_C \ +static_assert(alignof(UWBP_TutorialEntriesList_C) == 0x000008, "Wrong alignment on UWBP_TutorialEntriesList_C"); \ +static_assert(sizeof(UWBP_TutorialEntriesList_C) == 0x000460, "Wrong size on UWBP_TutorialEntriesList_C"); \ +static_assert(offsetof(UWBP_TutorialEntriesList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_TutorialEntriesList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntriesList_C, Background) == 0x000438, "Member 'UWBP_TutorialEntriesList_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntriesList_C, TutorialsListView) == 0x000440, "Member 'UWBP_TutorialEntriesList_C::TutorialsListView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntriesList_C, OnTutorialItemNavigated) == 0x000448, "Member 'UWBP_TutorialEntriesList_C::OnTutorialItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntriesList_C, TutorialCardsDataTable) == 0x000458, "Member 'UWBP_TutorialEntriesList_C::TutorialCardsDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher) == 0x000020, "Wrong size on WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_byte_Variable) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_bool_Variable) == 0x000002, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000007, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_DynamicCast_AsCommon_Activatable_Widget) == 0x000010, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_DynamicCast_AsCommon_Activatable_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_Select_Default) == 0x000019, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_Select_Default_1) == 0x00001A, "Member 'WBP_GM_MainMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature, CharacterData) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_BndEvt__WBP_GameMenu_v2_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_7_OnCharacterSelected__DelegateSignature::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature) == 0x00000C, "Wrong size on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature, IsOwned) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature::IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature, AssociatedLevel) == 0x000004, "Member 'WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_Journal_Page_K2Node_ComponentBoundEvent_3_OnJournalItemNavigated__DelegateSignature::AssociatedLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature, CharacterData) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_BndEvt__WBP_GM_MainMenuContainer_WBP_GM_TeamOverview3D_Page_K2Node_ComponentBoundEvent_2_OnCharacterFocused__DelegateSignature::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher) == 0x000001, "Wrong alignment on WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher) == 0x000001, "Wrong size on WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_DeactivateCurrentWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer) == 0x000050, "Wrong size on WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, EntryPoint) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_ComponentBoundEvent_IsOwned) == 0x000004, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_ComponentBoundEvent_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_ComponentBoundEvent_AssociatedLevel) == 0x000008, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_ComponentBoundEvent_AssociatedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_ComponentBoundEvent_CharacterData_1) == 0x000030, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_ComponentBoundEvent_CharacterData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_CustomEvent_Button_1) == 0x000038, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_CustomEvent_Button) == 0x000040, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer, K2Node_ComponentBoundEvent_CharacterData) == 0x000048, "Member 'WBP_GM_MainMenuContainer_C_ExecuteUbergraph_WBP_GM_MainMenuContainer::K2Node_ComponentBoundEvent_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_OnInventoryClicked \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_OnInventoryClicked) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_OnInventoryClicked"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_OnInventoryClicked) == 0x000008, "Wrong size on WBP_GM_MainMenuContainer_C_OnInventoryClicked"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_OnInventoryClicked, Button) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_OnInventoryClicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_OnJournalClicked \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_OnJournalClicked) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_OnJournalClicked"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_OnJournalClicked) == 0x000008, "Wrong size on WBP_GM_MainMenuContainer_C_OnJournalClicked"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_OnJournalClicked, Button) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_OnJournalClicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher) == 0x000004, "Wrong alignment on WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher) == 0x000008, "Wrong size on WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher, InIndex) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher::InIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_GM_MainMenuContainer_C_SetActiveWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_SwitchActiveBackground \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_SwitchActiveBackground"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground) == 0x0001C8, "Wrong size on WBP_GM_MainMenuContainer_C_SwitchActiveBackground"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, IsLevelDisplayed) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::IsLevelDisplayed' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, LevelName) == 0x000004, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::LevelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, Temp_byte_Variable) == 0x00000C, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, CallFunc_GetLevelData_Found) == 0x00000D, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::CallFunc_GetLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, CallFunc_GetLevelData_LevelData) == 0x000010, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::CallFunc_GetLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, Temp_byte_Variable_1) == 0x0001C0, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, Temp_bool_Variable) == 0x0001C1, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_SwitchActiveBackground, K2Node_Select_Default) == 0x0001C2, "Member 'WBP_GM_MainMenuContainer_C_SwitchActiveBackground::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_GM_MainMenuContainer_C_BP_GetDesiredFocusTarget::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_MainMenuContainer_C \ +static_assert(alignof(UWBP_GM_MainMenuContainer_C) == 0x000008, "Wrong alignment on UWBP_GM_MainMenuContainer_C"); \ +static_assert(sizeof(UWBP_GM_MainMenuContainer_C) == 0x0004D0, "Wrong size on UWBP_GM_MainMenuContainer_C"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_MainMenuContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, BackgroundImage) == 0x000438, "Member 'UWBP_GM_MainMenuContainer_C::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, CommonAnimatedWidgetSwitcher) == 0x000440, "Member 'UWBP_GM_MainMenuContainer_C::CommonAnimatedWidgetSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, JournalBackgroundOverlay) == 0x000448, "Member 'UWBP_GM_MainMenuContainer_C::JournalBackgroundOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, JournalRetainer) == 0x000450, "Member 'UWBP_GM_MainMenuContainer_C::JournalRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, LevelImage) == 0x000458, "Member 'UWBP_GM_MainMenuContainer_C::LevelImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, WBP_GM_Journal_Page) == 0x000460, "Member 'UWBP_GM_MainMenuContainer_C::WBP_GM_Journal_Page' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, WBP_GM_TeamOverview3D_Page) == 0x000468, "Member 'UWBP_GM_MainMenuContainer_C::WBP_GM_TeamOverview3D_Page' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, WBP_Items_Panel) == 0x000470, "Member 'UWBP_GM_MainMenuContainer_C::WBP_Items_Panel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, WBP_WidescreenRatioBox) == 0x000478, "Member 'UWBP_GM_MainMenuContainer_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, GameMenuScene) == 0x000480, "Member 'UWBP_GM_MainMenuContainer_C::GameMenuScene' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, OnCharacterSelected) == 0x000488, "Member 'UWBP_GM_MainMenuContainer_C::OnCharacterSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, CurrentActiveWidget) == 0x000498, "Member 'UWBP_GM_MainMenuContainer_C::CurrentActiveWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, OnBackToExplorationRequested) == 0x0004A0, "Member 'UWBP_GM_MainMenuContainer_C::OnBackToExplorationRequested' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, OnActivePageChanged) == 0x0004B0, "Member 'UWBP_GM_MainMenuContainer_C::OnActivePageChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_MainMenuContainer_C, OnCharacterFocused) == 0x0004C0, "Member 'UWBP_GM_MainMenuContainer_C::OnCharacterFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCustomMoveZone \ +static_assert(alignof(FSCustomMoveZone) == 0x000008, "Wrong alignment on FSCustomMoveZone"); \ +static_assert(sizeof(FSCustomMoveZone) == 0x000010, "Wrong size on FSCustomMoveZone"); \ +static_assert(offsetof(FSCustomMoveZone, Actor_10_75C4326B4662A356588405B1BED0EBD1) == 0x000000, "Member 'FSCustomMoveZone::Actor_10_75C4326B4662A356588405B1BED0EBD1' has a wrong offset!"); \ +static_assert(offsetof(FSCustomMoveZone, Type_11_C430500B4CBD0B842C8A2AB46CC71DE9) == 0x000008, "Member 'FSCustomMoveZone::Type_11_C430500B4CBD0B842C8A2AB46CC71DE9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSurfacePreset_C_SetSurfaceColor \ +static_assert(alignof(PDA_FluxSurfacePreset_C_SetSurfaceColor) == 0x000008, "Wrong alignment on PDA_FluxSurfacePreset_C_SetSurfaceColor"); \ +static_assert(sizeof(PDA_FluxSurfacePreset_C_SetSurfaceColor) == 0x000168, "Wrong size on PDA_FluxSurfacePreset_C_SetSurfaceColor"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Materials) == 0x000000, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Materials' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Postfix) == 0x000010, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Postfix' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Temp_int_Variable) == 0x000020, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Conv_StringToName_ReturnValue) == 0x00003C, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000068, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Conv_StringToName_ReturnValue_2) == 0x000070, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000088, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Conv_StringToName_ReturnValue_3) == 0x000098, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Conv_StringToName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Conv_StringToName_ReturnValue_4) == 0x0000A0, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Conv_StringToName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Temp_int_Variable_1) == 0x0000A8, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Temp_int_Variable_2) == 0x0000AC, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B4, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Temp_int_Variable_3) == 0x0000B8, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, Temp_int_Variable_4) == 0x0000BC, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000C0, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000C4, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, K2Node_MakeStruct_LinearColor) == 0x0000C8, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, K2Node_MakeStruct_LinearColor_1) == 0x0000E0, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Multiply_LinearColorLinearColor_ReturnValue) == 0x0000F0, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Multiply_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Multiply_LinearColorLinearColor_ReturnValue_1) == 0x000100, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Multiply_LinearColorLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Get_Item) == 0x000110, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000129, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Length_ReturnValue_2) == 0x000140, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Length_ReturnValue_3) == 0x000144, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Less_IntInt_ReturnValue_2) == 0x000148, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Less_IntInt_ReturnValue_3) == 0x000149, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Length_ReturnValue_4) == 0x00014C, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Array_Get_Item_4) == 0x000150, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_Less_IntInt_ReturnValue_4) == 0x000158, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, K2Node_MakeStruct_A_ImplicitCast) == 0x00015C, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000160, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetSurfaceColor, K2Node_MakeStruct_A_ImplicitCast_1) == 0x000164, "Member 'PDA_FluxSurfacePreset_C_SetSurfaceColor::K2Node_MakeStruct_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSurfacePreset_C_SetEditorOwner \ +static_assert(alignof(PDA_FluxSurfacePreset_C_SetEditorOwner) == 0x000008, "Wrong alignment on PDA_FluxSurfacePreset_C_SetEditorOwner"); \ +static_assert(sizeof(PDA_FluxSurfacePreset_C_SetEditorOwner) == 0x000030, "Wrong size on PDA_FluxSurfacePreset_C_SetEditorOwner"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetEditorOwner, Input) == 0x000000, "Member 'PDA_FluxSurfacePreset_C_SetEditorOwner::Input' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_SetEditorOwner, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000008, "Member 'PDA_FluxSurfacePreset_C_SetEditorOwner::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSurfacePreset_C_LoadFromMaterial \ +static_assert(alignof(PDA_FluxSurfacePreset_C_LoadFromMaterial) == 0x000008, "Wrong alignment on PDA_FluxSurfacePreset_C_LoadFromMaterial"); \ +static_assert(sizeof(PDA_FluxSurfacePreset_C_LoadFromMaterial) == 0x000008, "Wrong size on PDA_FluxSurfacePreset_C_LoadFromMaterial"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_LoadFromMaterial, Source) == 0x000000, "Member 'PDA_FluxSurfacePreset_C_LoadFromMaterial::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials \ +static_assert(alignof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials) == 0x000008, "Wrong alignment on PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials"); \ +static_assert(sizeof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials) == 0x000038, "Wrong size on PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials, LoadRef) == 0x000000, "Member 'PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials::LoadRef' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000018, "Member 'PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x000020, "Member 'PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'PDA_FluxSurfacePreset_C_ApplyToSurfaceMaterials::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSurfacePreset_C_ApplyMaterial \ +static_assert(alignof(PDA_FluxSurfacePreset_C_ApplyMaterial) == 0x000008, "Wrong alignment on PDA_FluxSurfacePreset_C_ApplyMaterial"); \ +static_assert(sizeof(PDA_FluxSurfacePreset_C_ApplyMaterial) == 0x000020, "Wrong size on PDA_FluxSurfacePreset_C_ApplyMaterial"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyMaterial, MaterialInstances) == 0x000000, "Member 'PDA_FluxSurfacePreset_C_ApplyMaterial::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSurfacePreset_C_ApplyMaterial, Postfix) == 0x000010, "Member 'PDA_FluxSurfacePreset_C_ApplyMaterial::Postfix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_FluxSurfacePreset_C \ +static_assert(alignof(UPDA_FluxSurfacePreset_C) == 0x000008, "Wrong alignment on UPDA_FluxSurfacePreset_C"); \ +static_assert(sizeof(UPDA_FluxSurfacePreset_C) == 0x0000A8, "Wrong size on UPDA_FluxSurfacePreset_C"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, ApplyTarget) == 0x000030, "Member 'UPDA_FluxSurfacePreset_C::ApplyTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, Clarity) == 0x000058, "Member 'UPDA_FluxSurfacePreset_C::Clarity' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, Scattering) == 0x000060, "Member 'UPDA_FluxSurfacePreset_C::Scattering' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, Absorption) == 0x000070, "Member 'UPDA_FluxSurfacePreset_C::Absorption' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, Overlay) == 0x000080, "Member 'UPDA_FluxSurfacePreset_C::Overlay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, Behind) == 0x000090, "Member 'UPDA_FluxSurfacePreset_C::Behind' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSurfacePreset_C, PhaseG) == 0x0000A0, "Member 'UPDA_FluxSurfacePreset_C::PhaseG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_AddInputLock \ +static_assert(alignof(BP_InputLockComponent_C_AddInputLock) == 0x000008, "Wrong alignment on BP_InputLockComponent_C_AddInputLock"); \ +static_assert(sizeof(BP_InputLockComponent_C_AddInputLock) == 0x0002C8, "Wrong size on BP_InputLockComponent_C_AddInputLock"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, Parameters) == 0x000000, "Member 'BP_InputLockComponent_C_AddInputLock::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, InputLockBlocker) == 0x000008, "Member 'BP_InputLockComponent_C_AddInputLock::InputLockBlocker' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, DebugName) == 0x000028, "Member 'BP_InputLockComponent_C_AddInputLock::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000048, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_AddReference_ReturnValue) == 0x0000A8, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F8, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000108, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_BooleanAND_ReturnValue) == 0x0001C8, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_GetReferenceCounterState_ReturnValue_1) == 0x0001C9, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_GetReferenceCounterState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_GetReferenceCounterState_ReturnValue_2) == 0x0001CA, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_GetReferenceCounterState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0001D0, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0001E0, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F0, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeStruct_FormatArgumentData_5) == 0x000238, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeArray_Array_1) == 0x000280, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, K2Node_MakeArray_Array_2) == 0x000290, "Member 'BP_InputLockComponent_C_AddInputLock::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Format_ReturnValue_1) == 0x0002A0, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_Format_ReturnValue_2) == 0x0002B0, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_AddReference_ReturnValue_1) == 0x0002C0, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_AddReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_AddInputLock, CallFunc_AddReference_ReturnValue_2) == 0x0002C1, "Member 'BP_InputLockComponent_C_AddInputLock::CallFunc_AddReference_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent \ +static_assert(alignof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent) == 0x000004, "Wrong alignment on BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent"); \ +static_assert(sizeof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent) == 0x000034, "Wrong size on BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent"); \ +static_assert(offsetof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent, EntryPoint) == 0x000000, "Member 'BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_InputLockComponent_C_ExecuteUbergraph_BP_InputLockComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_IsCameraInputLocked \ +static_assert(alignof(BP_InputLockComponent_C_IsCameraInputLocked) == 0x000001, "Wrong alignment on BP_InputLockComponent_C_IsCameraInputLocked"); \ +static_assert(sizeof(BP_InputLockComponent_C_IsCameraInputLocked) == 0x000004, "Wrong size on BP_InputLockComponent_C_IsCameraInputLocked"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsCameraInputLocked, ReturnValue) == 0x000000, "Member 'BP_InputLockComponent_C_IsCameraInputLocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsCameraInputLocked, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'BP_InputLockComponent_C_IsCameraInputLocked::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsCameraInputLocked, CallFunc_GetReferenceCounterState_ReturnValue_1) == 0x000002, "Member 'BP_InputLockComponent_C_IsCameraInputLocked::CallFunc_GetReferenceCounterState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsCameraInputLocked, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_InputLockComponent_C_IsCameraInputLocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_IsMovementInputLocked \ +static_assert(alignof(BP_InputLockComponent_C_IsMovementInputLocked) == 0x000001, "Wrong alignment on BP_InputLockComponent_C_IsMovementInputLocked"); \ +static_assert(sizeof(BP_InputLockComponent_C_IsMovementInputLocked) == 0x000004, "Wrong size on BP_InputLockComponent_C_IsMovementInputLocked"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsMovementInputLocked, ReturnValue) == 0x000000, "Member 'BP_InputLockComponent_C_IsMovementInputLocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsMovementInputLocked, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'BP_InputLockComponent_C_IsMovementInputLocked::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsMovementInputLocked, CallFunc_GetReferenceCounterState_ReturnValue_1) == 0x000002, "Member 'BP_InputLockComponent_C_IsMovementInputLocked::CallFunc_GetReferenceCounterState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_IsMovementInputLocked, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_InputLockComponent_C_IsMovementInputLocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_OnAnyInputLockChanged \ +static_assert(alignof(BP_InputLockComponent_C_OnAnyInputLockChanged) == 0x000001, "Wrong alignment on BP_InputLockComponent_C_OnAnyInputLockChanged"); \ +static_assert(sizeof(BP_InputLockComponent_C_OnAnyInputLockChanged) == 0x000001, "Wrong size on BP_InputLockComponent_C_OnAnyInputLockChanged"); \ +static_assert(offsetof(BP_InputLockComponent_C_OnAnyInputLockChanged, _isActive) == 0x000000, "Member 'BP_InputLockComponent_C_OnAnyInputLockChanged::_isActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputLockComponent_C_RemoveInputLock \ +static_assert(alignof(BP_InputLockComponent_C_RemoveInputLock) == 0x000008, "Wrong alignment on BP_InputLockComponent_C_RemoveInputLock"); \ +static_assert(sizeof(BP_InputLockComponent_C_RemoveInputLock) == 0x0001B0, "Wrong size on BP_InputLockComponent_C_RemoveInputLock"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, Parameters) == 0x000000, "Member 'BP_InputLockComponent_C_RemoveInputLock::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, InputLockBlocker) == 0x000008, "Member 'BP_InputLockComponent_C_RemoveInputLock::InputLockBlocker' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000028, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Conv_BoolToText_ReturnValue) == 0x000030, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_RemoveReference_ReturnValue) == 0x0000B0, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_GetReferenceCounterState_ReturnValue_1) == 0x0000B1, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_GetReferenceCounterState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_GetReferenceCounterState_ReturnValue_2) == 0x0000B2, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_GetReferenceCounterState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0000B8, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0000C8, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeArray_Array_1) == 0x000168, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, K2Node_MakeArray_Array_2) == 0x000178, "Member 'BP_InputLockComponent_C_RemoveInputLock::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_Format_ReturnValue_2) == 0x000198, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_RemoveReference_ReturnValue_1) == 0x0001A8, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_RemoveReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputLockComponent_C_RemoveInputLock, CallFunc_RemoveReference_ReturnValue_2) == 0x0001A9, "Member 'BP_InputLockComponent_C_RemoveInputLock::CallFunc_RemoveReference_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InputLockComponent_C \ +static_assert(alignof(UBP_InputLockComponent_C) == 0x000008, "Wrong alignment on UBP_InputLockComponent_C"); \ +static_assert(sizeof(UBP_InputLockComponent_C) == 0x000118, "Wrong size on UBP_InputLockComponent_C"); \ +static_assert(offsetof(UBP_InputLockComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InputLockComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputLockComponent_C, MovementAndCameraLockReferenceCounter) == 0x0000A8, "Member 'UBP_InputLockComponent_C::MovementAndCameraLockReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputLockComponent_C, MovementOnlyLockReferenceCounter) == 0x0000C8, "Member 'UBP_InputLockComponent_C::MovementOnlyLockReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputLockComponent_C, CameraOnlyLockReferenceCounter) == 0x0000E8, "Member 'UBP_InputLockComponent_C::CameraOnlyLockReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputLockComponent_C, OnInputLocksUpdated) == 0x000108, "Member 'UBP_InputLockComponent_C::OnInputLocksUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_ItemInInventory_C_UnbindEventOnGameStateChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_ItemInInventory_C_BindEventOnGameStateChanged::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_ItemInInventory_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_ItemInInventory_C_CheckInternal) == 0x000008, "Wrong alignment on BP_ConditionChecker_ItemInInventory_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_ItemInInventory_C_CheckInternal) == 0x000140, "Wrong size on BP_ConditionChecker_ItemInInventory_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_ItemInInventory_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_CheckInternal, CallFunc_GetItemStaticData_ItemData) == 0x000008, "Member 'BP_ConditionChecker_ItemInInventory_C_CheckInternal::CallFunc_GetItemStaticData_ItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_CheckInternal, CallFunc_HasItemInInventory_Result) == 0x000138, "Member 'BP_ConditionChecker_ItemInInventory_C_CheckInternal::CallFunc_HasItemInInventory_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_ItemInInventory_C_GetItemStaticData \ +static_assert(alignof(BP_ConditionChecker_ItemInInventory_C_GetItemStaticData) == 0x000008, "Wrong alignment on BP_ConditionChecker_ItemInInventory_C_GetItemStaticData"); \ +static_assert(sizeof(BP_ConditionChecker_ItemInInventory_C_GetItemStaticData) == 0x000260, "Wrong size on BP_ConditionChecker_ItemInInventory_C_GetItemStaticData"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_GetItemStaticData, ItemData) == 0x000000, "Member 'BP_ConditionChecker_ItemInInventory_C_GetItemStaticData::ItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_GetItemStaticData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000130, "Member 'BP_ConditionChecker_ItemInInventory_C_GetItemStaticData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker) == 0x000180, "Wrong size on BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000030, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000178, "Member 'BP_ConditionChecker_ItemInInventory_C_ValidateConditionChecker::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_ItemInInventory_C \ +static_assert(alignof(UBP_ConditionChecker_ItemInInventory_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_ItemInInventory_C"); \ +static_assert(sizeof(UBP_ConditionChecker_ItemInInventory_C) == 0x000070, "Wrong size on UBP_ConditionChecker_ItemInInventory_C"); \ +static_assert(offsetof(UBP_ConditionChecker_ItemInInventory_C, Item) == 0x000060, "Member 'UBP_ConditionChecker_ItemInInventory_C::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans5_Outline_C \ +static_assert(alignof(UCTS_NSans5_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans5_Outline_C"); \ +static_assert(sizeof(UCTS_NSans5_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans5_Outline_C"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock) == 0x000004, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock) == 0x00000C, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock, LockName) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock::LockName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_AddAggroLock::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_AddInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState) == 0x000098, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, SourceObject) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_Array_AddUnique_ReturnValue) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000094, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BeginCustomScriptState::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_EncounterCapsuleRange_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_BndEvt__BP_jRPG_Enemy_World_Base_Seamless_PPBattleTransitionZone_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter) == 0x000010, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, Character) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, CallFunc_GetIsAttachedToMovingPlatform_ReturnValue) == 0x000009, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::CallFunc_GetIsAttachedToMovingPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, CallFunc_GetIsInDialogue_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::CallFunc_GetIsInDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CanStartBattleWithCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors) == 0x0001E8, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_IsCurrentLevelProductionLevel_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_IsCurrentLevelProductionLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000A9, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x0000AA, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000AC, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x0000B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0000C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x0000D4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_GetBoolCVar_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000158, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000160, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000170, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x0001C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Format_ReturnValue_2) == 0x0001D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x0001E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters) == 0x0000C0, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, DetectionParameters) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::DetectionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, Temp_wildcard_Variable) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, K2Node_MakeStruct_ActorDetectionParameters) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::K2Node_MakeStruct_ActorDetectionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ComputeDetectionParameters::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug, NewValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_OnCVarChanged_DisplayVisionDebug::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive, LODOptimizationActive_0) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_SetOptimizationActive::LODOptimizationActive_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState) == 0x000188, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_GetNextTargetPoint_CurrentTargetPoint) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_GetNextTargetPoint_CurrentTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_GetCurrentTargetPoint_CurrentTargetPoint) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_GetCurrentTargetPoint_CurrentTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_IsValid_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_BooleanOR_ReturnValue) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_MakeVector_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000100, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_Conv_StringToText_ReturnValue) == 0x000110, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, K2Node_MakeArray_Array) == 0x000168, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState, CallFunc_Format_ReturnValue) == 0x000178, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState) == 0x000088, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, CustomScriptSource) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::CustomScriptSource' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, DesiredState) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::DesiredState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, CallFunc_Array_IsEmpty_ReturnValue) == 0x000009, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EndCustomScriptState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState, StunDuration) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_EnterStunState::StunDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless) == 0x000010, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless) == 0x000E60, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, EntryPoint) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_bool_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_byte_Variable) == 0x000005, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_byte_Variable_1) == 0x000006, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_Interactable_1) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_Interactable) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_InteractingWorldCharacter) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_Instant) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_InteractionState) == 0x000021, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsWithinMaxAggroRange_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsWithinMaxAggroRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_UpdatePlayerCharacterDetection_Detected) == 0x00002A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_UpdatePlayerCharacterDetection_Detected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_OnVisionShapeEndOverlap_ValidEvent) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_OnVisionShapeEndOverlap_ValidEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_ReturnValue) == 0x000059, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_DebugReason) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_2) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetGlobalObjectID_ObjectID) == 0x00008C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetCustomGI_ReturnValue) == 0x000100, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000108, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_wildcard_Variable) == 0x000110, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_3) == 0x000112, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_BattleState) == 0x000113, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_BoolToText_ReturnValue) == 0x000118, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_4) == 0x000128, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData) == 0x000130, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_PlayerCharacter) == 0x000178, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_ImpactPoint) == 0x000180, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_PlayerCharacterWorld) == 0x000198, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_HitLocation) == 0x0001A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_IsDisabled) == 0x0001B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_CanStartBattleWithCharacter_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_CanStartBattleWithCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_int_Array_Index_Variable) == 0x0001E4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerController_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0001F0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsInBattle_ReturnValue) == 0x0001F9, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000200, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_5) == 0x000210, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_1) == 0x000218, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000260, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Roll) == 0x000278, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Pitch) == 0x00027C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Yaw) == 0x000280, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000288, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_SwitchEnum_CmpSuccess) == 0x0002A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002A1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x0002A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsValid_ReturnValue_1) == 0x0002B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_FindLookAtRotation_ReturnValue) == 0x0002D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x0002E8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherActor_2) == 0x0002F0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0002F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000300, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000304, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000308, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000400, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_2) == 0x000408, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000410, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000418, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000420, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000428, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_bFromSweep) == 0x00042C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_SweepResult) == 0x000430, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000528, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherActor) == 0x000530, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherComp) == 0x000538, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000540, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_JRPG_Character_world) == 0x000548, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_JRPG_Character_world' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_SwitchEnum_CmpSuccess_1) == 0x000550, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x000558, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OverlappedComponent_1) == 0x000560, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherActor_1) == 0x000568, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherComp_1) == 0x000570, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherBodyIndex_1) == 0x000578, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_bFromSweep) == 0x00057C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_SweepResult) == 0x000580, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OverlappedComponent) == 0x000678, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherActor) == 0x000680, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherComp) == 0x000688, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_OtherBodyIndex) == 0x000690, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsBP_J_RPG_Character_World_2) == 0x000698, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsBP_J_RPG_Character_World_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_3) == 0x0006A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_OnVisionShapeEndOverlap_ValidEvent_1) == 0x0006A1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_OnVisionShapeEndOverlap_ValidEvent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_CanBeDetectedByEnemies_ReturnValue) == 0x0006A2, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_CanBeDetectedByEnemies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0006A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_2) == 0x0006B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetOwner_ReturnValue) == 0x000700, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeArray_Array) == 0x000708, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsActorAggroTriggerRoom_IsTriggerRoom) == 0x000718, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsActorAggroTriggerRoom_IsTriggerRoom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Format_ReturnValue) == 0x000720, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000730, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CreateDelegate_OutputDelegate) == 0x000748, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Array_Get_Item) == 0x000758, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Array_Length_ReturnValue) == 0x000760, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_Character) == 0x000768, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_UpdateCharacterRoomsRequirement_ReturnValue) == 0x000770, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_UpdateCharacterRoomsRequirement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_6) == 0x000771, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_ReturnValue_1) == 0x000772, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_DebugReason_1) == 0x000778, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_DebugReason_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_SwitchEnum_CmpSuccess_2) == 0x000788, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MultiGate_FirstRun) == 0x000789, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MultiGate_ScratchBool) == 0x00078A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MultiGate_ScratchIndex) == 0x00078C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_LODOptimizationActive) == 0x000790, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_LODOptimizationActive' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000791, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000798, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_StringToText_ReturnValue) == 0x0007A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_3) == 0x0007B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeArray_Array_1) == 0x000800, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Format_ReturnValue_1) == 0x000810, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetDisplayName_ReturnValue) == 0x000820, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000830, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetController_ReturnValue) == 0x000840, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_4) == 0x000848, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsController_World_AI) == 0x000890, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsController_World_AI' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_4) == 0x000898, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeArray_Array_2) == 0x0008A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Format_ReturnValue_2) == 0x0008B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0008C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CreateDelegate_OutputDelegate_1) == 0x0008C4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_NewValue) == 0x0008D4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0008D5, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerPawn_ReturnValue) == 0x0008D8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_7) == 0x0008E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0008E1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0008E8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetTransform_ReturnValue_1) == 0x000900, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_Paused) == 0x000960, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetSavedEnemyTransform_Transform) == 0x000970, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetSavedEnemyTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetSavedEnemyTransform_IsValid) == 0x0009D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetSavedEnemyTransform_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SelectTransform_ReturnValue) == 0x0009E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SelectTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_int_Loop_Counter_Variable) == 0x000A40, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000A48, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000B40, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Less_IntInt_ReturnValue) == 0x000B41, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Add_IntInt_ReturnValue) == 0x000B44, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000B48, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000B60, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000B68, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x000B80, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000B88, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x000BA0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_CanBeDetectedByEnemies_ReturnValue_1) == 0x000BA8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_CanBeDetectedByEnemies_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000BA9, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_ReturnValue_2) == 0x000BAA, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_ShouldReactToCharacter_DebugReason_2) == 0x000BB0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_ShouldReactToCharacter_DebugReason_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000BC0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000BC1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000BC2, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000BC3, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_UpdateCharacterRoomsRequirement_ReturnValue_1) == 0x000BC4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_UpdateCharacterRoomsRequirement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000BC8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Event_EndPlayReason) == 0x000BD8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetPlayerController_ReturnValue_1) == 0x000BE0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000BE8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_5) == 0x000BF0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetAnimInstance_ReturnValue) == 0x000BF8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_AsABP_Battle_Global) == 0x000C00, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_AsABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_DynamicCast_bSuccess_6) == 0x000C08, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000C10, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000C28, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Array_Random_OutItem) == 0x000C40, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Array_Random_OutIndex) == 0x000C50, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetForwardVector_ReturnValue) == 0x000C58, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000C70, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetGameMode_ReturnValue) == 0x000C88, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Add_VectorVector_ReturnValue) == 0x000C90, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetComponentByClass_ReturnValue) == 0x000CA8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000CB0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetGameMode_ReturnValue_1) == 0x000CB8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000CC0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetController_ReturnValue_1) == 0x000CC8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000CD0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_8) == 0x000CD8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_CanStartBattleWithCharacter_ReturnValue_1) == 0x000CD9, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_CanStartBattleWithCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetEnemyBattleState_BattleState) == 0x000CDA, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetEnemyBattleState_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BooleanAND_ReturnValue) == 0x000CDB, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x000CE0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BooleanAND_ReturnValue_1) == 0x000CF0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_5) == 0x000CF8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Not_PreBool_ReturnValue_9) == 0x000D40, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x000D48, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BooleanAND_ReturnValue_2) == 0x000D58, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeStruct_FormatArgumentData_6) == 0x000D60, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_MakeArray_Array_3) == 0x000DA8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_int_Variable) == 0x000DB8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_Format_ReturnValue_3) == 0x000DC0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CreateDelegate_OutputDelegate_2) == 0x000DD0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, Temp_bool_Variable_1) == 0x000DE0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000DE8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Select_Default) == 0x000DF0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_GetEnemyBattleState_BattleState_1) == 0x000DF8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_GetEnemyBattleState_BattleState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_RLerp_ReturnValue) == 0x000E00, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_CustomEvent_StunDuration) == 0x000E18, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_CustomEvent_StunDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Roll_1) == 0x000E20, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Pitch_1) == 0x000E24, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_BreakRotator_Yaw_1) == 0x000E28, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_MakeRotator_ReturnValue) == 0x000E30, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000E48, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_CanBeDetectedByEnemies_ReturnValue_2) == 0x000E49, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_CanBeDetectedByEnemies_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_Select_Default_1) == 0x000E4A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x000E4C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless, CallFunc_RetriggerableDelay_Duration_ImplicitCast) == 0x000E50, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExecuteUbergraph_BP_jRPG_Enemy_World_Base_Seamless::CallFunc_RetriggerableDelay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked, PlayerCharacter) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked, ImpactPoint) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ExplorationAttacked::ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit, PlayerCharacterWorld) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit::PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit, HitLocation) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit, IsDisabled) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_FreeAimHit::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents, AudioComponents) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents::AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAllAudioComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager, AudioCharacterManager) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioCharacterManager::AudioCharacterManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType, Type) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType, AudioComponent) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType, K2Node_Select_Default) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponentByType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents) == 0x000070, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_SFX_01_0) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_SFX_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Foleys_01_0) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Foleys_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_FT_L_0) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_FT_L_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Vocals_01) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Vocals_01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_SFX_02_0) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_SFX_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Foleys_02_0) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Foleys_02_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_FT_R_0) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_FT_R_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Vocals_02) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Vocals_02' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Idle_0) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Idle_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Weapon_L_01) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Weapon_L_01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Weapon_L_02) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Weapon_L_02' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Weapon_R_01) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Weapon_R_01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Hand_L_01) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Hand_L_01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents, AC_Hand_R_01) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetAudioComponents::AC_Hand_R_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition) == 0x000018, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition, CameraTransition) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition::CameraTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition, CallFunc_Array_Random_OutItem) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition, CallFunc_Array_Random_OutIndex) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetBattleCameraTransition::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetClosestInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice, InputDevice) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetCurrentInputDevice::InputDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup) == 0x000030, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, ObjectId) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, CallFunc_GetGlobalObjectID_ObjectID) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, K2Node_DynamicCast_AsBP_Enemy_Group) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::K2Node_DynamicCast_AsBP_Enemy_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, CallFunc_GetGlobalObjectID_ObjectID_1) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::CallFunc_GetGlobalObjectID_ObjectID_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetGlobalObjectIDWithGroup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform) == 0x000010, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform) == 0x000060, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInitialTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator) == 0x0000A8, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, Target) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, Rotator) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_FindLookAtRotation_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_MakeRotator_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetLookAtRotator::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange, PlayerCharacterIsInDetectionRange_0) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetPlayerCharacterIsInDetectionRange::PlayerCharacterIsInDetectionRange_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms) == 0x0000C8, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, K2Node_DynamicCast_AsBP_Gameplay_Room) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::K2Node_DynamicCast_AsBP_Gameplay_Room' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, K2Node_DynamicCast_AsBP_Gameplay_Room_1) == 0x0000B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::K2Node_DynamicCast_AsBP_Gameplay_Room_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_Array_Add_ReturnValue_1) == 0x0000BC, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_InitializeGameplayRooms::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom, Actor) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom, IsTriggerRoom) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom::IsTriggerRoom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom, K2Node_DynamicCast_AsBP_Gameplay_Room) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom::K2Node_DynamicCast_AsBP_Gameplay_Room' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom, CallFunc_Array_Contains_ReturnValue) == 0x000019, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsActorAggroTriggerRoom::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled, IsDisabled) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsFreeAimTargetDisabled::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase) == 0x000090, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetTeamLevel_MaxValue) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetTeamLevel_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetGameMode_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetEncounterDataTableRow_Found) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetEncounterDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetEncounterDataTableRow_EncounterData) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetEncounterDataTableRow_EncounterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_GetMaximumLevelGapToChasePlayer_MaximumLevelGapToChasePlayer) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_GetMaximumLevelGapToChasePlayer_MaximumLevelGapToChasePlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_ComputeEncounterLevelForBattle_EncounterLevel) == 0x000084, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_ComputeEncounterLevelForBattle_EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_Subtract_IntInt_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase, CallFunc_Greater_IntInt_ReturnValue) == 0x00008C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsPlayerTooPowerfullToChase::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange) == 0x000050, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, CallFunc_Vector_Distance_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_IsWithinMaxAggroRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished) == 0x000010, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished, BattleEndResult) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished::BattleEndResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnBattleFinished::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange, JRPG_Character_world) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterEnteredVisionRange::JRPG_Character_world' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted) == 0x000004, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted) == 0x000014, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000001, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnCharacterLeftVisionHysteresisTimerCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom, Character) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnDetectedCharacterChangedRoom::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent) == 0x000004, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent) == 0x000014, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent, EnemyID) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent, CallFunc_GetGlobalObjectIDWithGroup_ObjectID) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent::CallFunc_GetGlobalObjectIDWithGroup_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent, CallFunc_GetEnemyBattleState_BattleState) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent::CallFunc_GetEnemyBattleState_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000011, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattledEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap) == 0x000118, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, OtherActor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, OtherComp) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, bFromSweep) == 0x00001C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap, SweepResult) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap, OtherActor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap, OtherComp) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnExtraVisionShapeEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection) == 0x000018, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnFailedDetection::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap) == 0x000098, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, Primitive) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::Primitive' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, Reason) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeBeginOverlap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap) == 0x0000D0, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, Component) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, Actor) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, Reason) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, ValidEvent) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::ValidEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000C9, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap, CallFunc_Not_PreBool_ReturnValue) == 0x0000CA, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OnVisionShapeEndOverlap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent, local_WasMeshRecentlyRendered) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent::local_WasMeshRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent, Temp_wildcard_Variable) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent, CallFunc_GetPrimitiveScreenPercentage_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent::CallFunc_GetPrimitiveScreenPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent, CallFunc_WasPrimitiveRecentlyRenderedOnScreen_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeCharacterMovementComponent::CallFunc_WasPrimitiveRecentlyRenderedOnScreen_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000019, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_OptimizeSkeletalMeshComponents::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, CallFunc_GetAllAudioComponents_AudioComponents) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::CallFunc_GetAllAudioComponents_AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PauseAllSound::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition) == 0x000078, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_GetBattleCameraTransition_CameraTransition) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_GetBattleCameraTransition_CameraTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_GetEnableCameraMovement_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_GetEnableCameraMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, K2Node_MakeStruct_CameraAnimationParams) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition, CallFunc_PlayCameraAnimation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayBattleCameraTransition::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked) == 0x000048, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanBeAttacked::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked) == 0x0000E0, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_FindLookAtRotation_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_GetForwardVector_ReturnValue) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_PlayFeedbackHitCanNotBeAttacked::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents) == 0x000018, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RegisterEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape, Primitive) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape::Primitive' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RegisterExtraVisionShape::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock) == 0x000004, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock) == 0x00000C, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock, LockName) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock::LockName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock, CallFunc_Array_IsEmpty_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock, CallFunc_Array_RemoveItem_ReturnValue) == 0x000009, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RemoveAggroLock::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable) == 0x000008, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable, Interactable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RemoveInteractable::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation) == 0x000018, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation, Temp_wildcard_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetAnimation::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal) == 0x000058, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_GetComponentsByInterface_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_GetComponentsByInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, K2Node_DynamicCast_AsBPI_Gameplay_Resettable) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::K2Node_DynamicCast_AsBPI_Gameplay_Resettable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ResetStateInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded) == 0x000010, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded) == 0x000190, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, CallFunc_GetGameInstance_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, CallFunc_GetEnemyTransformBeforeBattle_Transform) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::CallFunc_GetEnemyTransformBeforeBattle_Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, CallFunc_GetEnemyTransformBeforeBattle_IsValid) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::CallFunc_GetEnemyTransformBeforeBattle_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000180, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_RestoreTransformIfNeeded::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState) == 0x0001D8, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, NewAiState) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::NewAiState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue_1) == 0x000091, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_IsPackagedBuild_ReturnValue) == 0x000092, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeArray_Array_1) == 0x000100, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_GetComponentByClass_ReturnValue) == 0x000110, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Array_IsEmpty_ReturnValue) == 0x000128, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_GetDisplayName_ReturnValue_1) == 0x000130, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue_2) == 0x000140, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000148, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_MakeArray_Array_2) == 0x0001A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Format_ReturnValue_2) == 0x0001B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x0001C0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_BooleanOR_ReturnValue) == 0x0001C1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001C2, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue_3) == 0x0001C3, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue_4) == 0x0001C4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, CallFunc_SetCurrentBT_ReturnValue_5) == 0x0001C5, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::CallFunc_SetCurrentBT_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x0001C8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_1) == 0x0001CC, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_2) == 0x0001D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_3) == 0x0001D4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAiState::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision, NewType) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetAllOverlapCollision::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT, BTAsset) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT::BTAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT, ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT, CallFunc_RunBehaviorTree_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentBT::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState, CurrentIdleState_0) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState::CurrentIdleState_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState, K2Node_DynamicCast_AsABP_Battle_Global) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState::K2Node_DynamicCast_AsABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetCurrentIdleState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps) == 0x000004, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps, CallFunc_Array_IsEmpty_ReturnValue) == 0x000002, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldEncounterCapsuleGenerateOverlaps::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter) == 0x000038, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, DebugReason) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_GetIsAttachedToMovingPlatform_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_GetIsAttachedToMovingPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_IsPlayerTooPowerfullToChase_ReturnValue) == 0x00001A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_IsPlayerTooPowerfullToChase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_CanBeDetectedByEnemies_ReturnValue) == 0x00001D, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_CanBeDetectedByEnemies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001F, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_GetDistanceTo_ReturnValue) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_IsWithinMaxAggroRange_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_IsWithinMaxAggroRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000029, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x00002A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x00002B, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x00002C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x00002D, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x00002E, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00002F, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_ShouldReactToCharacter::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX) == 0x000010, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX) == 0x0000B0, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX, CallFunc_BreakTransform_Rotation) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX, CallFunc_BreakTransform_Scale) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_SpawnDesintegrationFX::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle) == 0x000198, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, EngagementType) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::EngagementType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, CallFunc_Format_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, CallFunc_GetGlobalObjectIDWithGroup_ObjectID) == 0x00002C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::CallFunc_GetGlobalObjectIDWithGroup_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, CallFunc_GetBattleManager_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle, K2Node_MakeStruct_FBattleStartParams) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartBattle::K2Node_MakeStruct_FBattleStartParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartChasingSoundTimer::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_StartExplorationSoundTimer::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, CallFunc_GetAllAudioComponents_AudioComponents) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::CallFunc_GetAllAudioComponents_AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UnpauseAllSound::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement) == 0x000010, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement, Character) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement, ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement, CallFunc_IsInAnyRoom_ReturnValue) == 0x000009, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement::CallFunc_IsInAnyRoom_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement, CallFunc_Array_IsEmpty_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateCharacterRoomsRequirement::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone) == 0x0000A8, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, DetectionParameters) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::DetectionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, Detected) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::Detected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, local_deltaVector) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::local_deltaVector' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, local_distanceToCharacter) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::local_distanceToCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_UpdateDetectionWithLineOfSight_IsVisible) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_UpdateDetectionWithLineOfSight_IsVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_Normal_ReturnValue) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_GetActorForwardVector_ReturnValue) == 0x000070, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_Dot_VectorVector_ReturnValue) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_DegCos_ReturnValue) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000A1, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionInVisionCone::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress) == 0x000003, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000001, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgress::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait) == 0x000040, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_GetMyMovementComponent_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_GetMyMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait, CallFunc_MapRangeClamped_InRangeB_ImplicitCast) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressDurationMultiplierByGait::CallFunc_MapRangeClamped_InRangeB_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance) == 0x000020, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance, CallFunc_GetDistanceTo_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressMultiplierByDistance::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue) == 0x000048, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, Temp_bool_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, K2Node_Select_Default) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_SafeDivide_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionProgressValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight) == 0x000268, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, DetectionParameters) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::DetectionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, IsVisible) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::IsVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, local_deltaVector) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::local_deltaVector' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, local_distanceToCharacter) == 0x000048, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::local_distanceToCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_LineTraceSingle_OutHit) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_LineTraceSingle_ReturnValue) == 0x000188, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_bBlockingHit) == 0x000189, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_bInitialOverlap) == 0x00018A, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_Time) == 0x00018C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_Distance) == 0x000190, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_Location) == 0x000198, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_ImpactPoint) == 0x0001B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_Normal) == 0x0001C8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_ImpactNormal) == 0x0001E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_PhysMat) == 0x0001F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_HitActor) == 0x000200, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_HitComponent) == 0x000208, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_HitBoneName) == 0x000210, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_BoneName) == 0x000218, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_HitItem) == 0x000220, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_ElementIndex) == 0x000224, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_FaceIndex) == 0x000228, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_TraceStart) == 0x000230, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_BreakHitResult_TraceEnd) == 0x000248, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000260, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateDetectionWithLineOfSight::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings, CallFunc_ShouldEncounterCapsuleGenerateOverlaps_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateEncounterCapsuleSettings::CallFunc_ShouldEncounterCapsuleGenerateOverlaps_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox) == 0x000128, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox, CallFunc_GetActorBounds_Origin) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox, CallFunc_GetActorBounds_BoxExtent) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000030, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdateFreeAimCollisionBox::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection) == 0x000088, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, Detected) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::Detected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, local_deltaVector) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::local_deltaVector' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, local_distanceToCharacter) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::local_distanceToCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, Temp_wildcard_Variable) == 0x000028, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, CallFunc_UpdateDetectionInVisionCone_Detected) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::CallFunc_UpdateDetectionInVisionCone_Detected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, CallFunc_ComputeDetectionParameters_DetectionParameters) == 0x000058, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::CallFunc_ComputeDetectionParameters_DetectionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UpdatePlayerCharacterDetection::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript) == 0x000048, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Enemy_Group) == 0x000008, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Enemy_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone) == 0x000108, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Lifetime) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_1) == 0x000014, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_2) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_3) == 0x000034, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_4) == 0x000044, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_5) == 0x000054, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_6) == 0x000064, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_7) == 0x000074, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_8) == 0x000084, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_9) == 0x000094, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_struct_Variable_10) == 0x0000A4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, Temp_byte_Variable) == 0x0000B4, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, K2Node_Select_Default) == 0x0000E8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_DrawDebugCircle_Radius_ImplicitCast) == 0x0000F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_DrawDebugCircle_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_DisplayVisionAngle_Radius_ImplicitCast) == 0x0000FC, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_DisplayVisionAngle_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_DrawDebugCircle_Radius_ImplicitCast_1) == 0x000100, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_DrawDebugCircle_Radius_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone, CallFunc_DrawDebugCircle_Radius_ImplicitCast_2) == 0x000104, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DEBUG_ShowVisionCone::CallFunc_DrawDebugCircle_Radius_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle) == 0x000148, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, Center) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::Center' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, A) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::A' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, Lifetime) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, Color) == 0x000024, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, Radius) == 0x000034, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::Radius' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_GetActorForwardVector_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000068, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_DegreesToRadians_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_DegreesToRadians_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_RotateAngleAxis_ReturnValue) == 0x000098, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_RotateAngleAxis_ReturnValue_1) == 0x0000B0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_RotateAngleAxis_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000E0, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000110, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000128, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1) == 0x000130, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast) == 0x000138, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_DrawDebugCircleArc_AngleWidth_ImplicitCast) == 0x00013C, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_DrawDebugCircleArc_AngleWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast_1) == 0x000140, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_DisplayVisionAngle::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes) == 0x000001, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes) == 0x000028, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation) == 0x000030, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation \ +static_assert(alignof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_World_Base_Seamless_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_Enemy_World_Base_Seamless_C \ +static_assert(alignof(ABP_jRPG_Enemy_World_Base_Seamless_C) == 0x000010, "Wrong alignment on ABP_jRPG_Enemy_World_Base_Seamless_C"); \ +static_assert(sizeof(ABP_jRPG_Enemy_World_Base_Seamless_C) == 0x000CF0, "Wrong size on ABP_jRPG_Enemy_World_Base_Seamless_C"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, UberGraphFrame) == 0x000670, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, FreeAimBoxCollision) == 0x000678, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::FreeAimBoxCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ACWeaponL01) == 0x000680, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ACWeaponL01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ACWeaponR01) == 0x000688, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ACWeaponR01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ACWeaponL02) == 0x000690, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ACWeaponL02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ACHandL01) == 0x000698, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ACHandL01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Hand_L) == 0x0006A0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Hand_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ACHandR01) == 0x0006A8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ACHandR01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Hand_R) == 0x0006B0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Hand_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_EnvironmentInteractorComponent_foot_right) == 0x0006B8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_EnvironmentInteractorComponent_foot_right' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_EnvironmentInteractorComponent_foot_left) == 0x0006C0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_EnvironmentInteractorComponent_foot_left' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_Enemy_SerializableComponent) == 0x0006C8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_Enemy_SerializableComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_SmartObjectInteractorComponent) == 0x0006D0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_SmartObjectInteractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_RandomColor) == 0x0006D8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_RandomColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Weapon_Small_LP) == 0x0006E0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Weapon_Small_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Weapon_Heavy_LP) == 0x0006E8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Weapon_Heavy_LP' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, weapon_r) == 0x0006F0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::weapon_r' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, weapon_l) == 0x0006F8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::weapon_l' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StartMotionWarp) == 0x000700, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StartMotionWarp' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_RoamingAiComponent) == 0x000708, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_RoamingAiComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_Idle) == 0x000710, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_SFX_02) == 0x000718, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_Foleys_02) == 0x000720, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_Foleys_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_FT_R) == 0x000728, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_FT_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_Vocal_02) == 0x000730, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_Vocal_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_SFX_01) == 0x000738, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_Foleys_01) == 0x000740, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_Foleys_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_FT_L) == 0x000748, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_FT_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_Vocal_01) == 0x000750, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_Vocal_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BP_AudioCharacter_Manager) == 0x000758, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BP_AudioCharacter_Manager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PPBattleTransitionZone) == 0x000760, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PPBattleTransitionZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PromptLocation) == 0x000768, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PromptLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StunFX) == 0x000770, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StunFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Arrow1) == 0x000778, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Arrow1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EncounterCapsuleRange) == 0x000780, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EncounterCapsuleRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, NS_Sparks_ToughEnemy) == 0x000788, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::NS_Sparks_ToughEnemy' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AC_InteractionCheck) == 0x000790, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AC_InteractionCheck' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timeline_0_NewTrack_0_FF1BABD84E0F05C82447F48EFFD07FA9) == 0x000798, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timeline_0_NewTrack_0_FF1BABD84E0F05C82447F48EFFD07FA9' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timeline_0__Direction_FF1BABD84E0F05C82447F48EFFD07FA9) == 0x00079C, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timeline_0__Direction_FF1BABD84E0F05C82447F48EFFD07FA9' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timeline_0) == 0x0007A0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EnableDetection) == 0x0007A8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EnableDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EncounterRadius) == 0x0007B0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EncounterRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, LastPlayerCharacterSeen) == 0x0007B8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::LastPlayerCharacterSeen' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PossibleEncounters) == 0x0007C0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PossibleEncounters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, SelectedEncounter) == 0x0007D0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::SelectedEncounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DEPRECATED_PossibleEncounters) == 0x0007E0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DEPRECATED_PossibleEncounters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleMap_BP) == 0x0007F0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleMap_BP' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleMapDataLayers) == 0x000818, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleMapDataLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, GameActionPostBattle) == 0x000828, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::GameActionPostBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleMusicParameters) == 0x000830, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleMusic) == 0x000860, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleAmbienceParameters) == 0x000868, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleAmbienceParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RespawnsOnRest) == 0x000878, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RespawnsOnRest' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Boss_) == 0x000879, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Boss_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, GameInstanceReference) == 0x000880, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ToughEnemy) == 0x000888, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ToughEnemy' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, OriginalLocation) == 0x000890, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::OriginalLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, FleeImpossible) == 0x0008A8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::FleeImpossible' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsChasingPlayer) == 0x0008A9, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsChasingPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RoamingSpeed) == 0x0008B0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RoamingSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsRoamingWhenIdle) == 0x0008B8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsRoamingWhenIdle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IdleRoamingRadius) == 0x0008C0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IdleRoamingRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, MovementSpeed) == 0x0008C8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::MovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, BattleManagerRef) == 0x0008D0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::BattleManagerRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsAlreadyHitByWorldStrike) == 0x0008D8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsAlreadyHitByWorldStrike' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, FreezeDuration) == 0x0008E0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::FreezeDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsStun) == 0x0008E8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsStun' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ControllerRef) == 0x0008F0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, WaitBehaviorTree) == 0x0008F8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::WaitBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ChaseBehaviorTree) == 0x000900, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ChaseBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeStun) == 0x000908, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeStun' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StunDurationFreeAimShoot) == 0x000910, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StunDurationFreeAimShoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, WaitingPoint) == 0x000918, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::WaitingPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, MainState) == 0x000940, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::MainState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CurrentIdleState) == 0x000941, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CurrentIdleState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanPlaySpottedSound) == 0x000942, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanPlaySpottedSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CamOriginalLocation) == 0x000948, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CamOriginalLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PlayBattleCameraIntro_) == 0x000960, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PlayBattleCameraIntro_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectPlayerBehaviorTree) == 0x000968, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectPlayerBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, targetLookAtRot) == 0x000970, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::targetLookAtRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, is_rotating_to_player) == 0x000988, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::is_rotating_to_player' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectionDistance) == 0x000990, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VisionAngle) == 0x000998, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VisionAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectionDistancePeripheral) == 0x0009A0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectionDistancePeripheral' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AggroVisionRange) == 0x0009A8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AggroVisionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StunBehaviorTree) == 0x0009B0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StunBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Back_to_Exploration_on_Lost) == 0x0009B8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Back_to_Exploration_on_Lost' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, LookAtPlayer) == 0x0009B9, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::LookAtPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, LookAtPlayerAllTheTime) == 0x0009BA, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::LookAtPlayerAllTheTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeStunHitSound) == 0x0009C0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeStunHitSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CantBeStunHitSound) == 0x0009C8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CantBeStunHitSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PP_Transition_Battle) == 0x0009D0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PP_Transition_Battle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeAttacked) == 0x0009D1, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeAttacked' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeAttackHitFeedBack) == 0x0009D8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeAttackHitFeedBack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeAttackHitFx1) == 0x0009E0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeAttackHitFx1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CanBeAttackHitFx2) == 0x0009E8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CanBeAttackHitFx2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StunFXhit) == 0x0009F0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StunFXhit' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ShouldDisplayAttackPrompt) == 0x0009F8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ShouldDisplayAttackPrompt' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Prompt_Params) == 0x000A00, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Prompt_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DebugMe) == 0x000A18, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DebugMe' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, SD_WorldStrikeHit) == 0x000A20, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::SD_WorldStrikeHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, HasBeenAttacked) == 0x000A28, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::HasBeenAttacked' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, SD_WorldSound) == 0x000A30, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::SD_WorldSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, WorldSound_LowerDelay) == 0x000A38, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::WorldSound_LowerDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, WorldSound_MaxDelay) == 0x000A40, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::WorldSound_MaxDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, OnAggroBegin) == 0x000A48, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::OnAggroBegin' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AggroLocks) == 0x000A58, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AggroLocks' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ExtraDelayBeforeChase) == 0x000A68, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ExtraDelayBeforeChase' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ActiveVisionPrimitives) == 0x000A70, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ActiveVisionPrimitives' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_StopEnterChaseMode_Hysteresis) == 0x000A80, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_StopEnterChaseMode_Hysteresis' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_PlayerLeftVision_Hysteresis) == 0x000A88, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_PlayerLeftVision_Hysteresis' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_ForcedAggro) == 0x000A90, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_ForcedAggro' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RoomsRequiredForAggro) == 0x000A98, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RoomsRequiredForAggro' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RoomsTriggeringAggro) == 0x000AA8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RoomsTriggeringAggro' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RoomsRequiredForAggroHardRef) == 0x000AB8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RoomsRequiredForAggroHardRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, RoomsTriggeringAggroHardRef) == 0x000AC8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::RoomsTriggeringAggroHardRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PlayerCharacterMatchesRoomRequirement) == 0x000AD8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PlayerCharacterMatchesRoomRequirement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CharacterInVisionRange) == 0x000AE0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CharacterInVisionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CustomScriptSources) == 0x000AE8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CustomScriptSources' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, LODOptimizationActive) == 0x000AF8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::LODOptimizationActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AggroMaxRange) == 0x000B00, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AggroMaxRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DEBUG_ShowAggroRange) == 0x000B08, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DEBUG_ShowAggroRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, UseMaxRadiusForCurrentAggro) == 0x000B09, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::UseMaxRadiusForCurrentAggro' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DEBUG_DebugFlag) == 0x000B0A, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DEBUG_DebugFlag' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, HasCharacterInVisionCones) == 0x000B0B, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::HasCharacterInVisionCones' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectionProgressDuration) == 0x000B10, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectionProgressDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectionForgetProgressDuration) == 0x000B18, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectionForgetProgressDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, LookAtPlayerWhenChasing) == 0x000B20, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::LookAtPlayerWhenChasing' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, NoEndChaseOnEndOverlap) == 0x000B21, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::NoEndChaseOnEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectPlayerAnimSequence) == 0x000B28, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectPlayerAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectPlayerCharacterSound) == 0x000B30, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectPlayerCharacterSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectPlayerCharacterSound_Generic) == 0x000B38, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectPlayerCharacterSound_Generic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, PlayerCharacterIsInDetectionRange) == 0x000B40, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::PlayerCharacterIsInDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectionProgress) == 0x000B48, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectionProgress' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CurrentDetectionProgressDurationMultiplier) == 0x000B50, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CurrentDetectionProgressDurationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StartDetectPlayerRot) == 0x000B58, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StartDetectPlayerRot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EnableNewVisionSystem) == 0x000B70, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EnableNewVisionSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DEBUG_DisplayVision) == 0x000B71, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DEBUG_DisplayVision' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsInBattle) == 0x000B72, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsInBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, AdaptBattlemapLocation_) == 0x000B73, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::AdaptBattlemapLocation_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, MainIdleAnimSequence) == 0x000B78, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::MainIdleAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StartingAiState) == 0x000B80, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StartingAiState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CurrentAiState) == 0x000B81, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CurrentAiState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, DetectPlayerAnim) == 0x000B88, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::DetectPlayerAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EncounterLevelOffset) == 0x000B90, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EncounterLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StateWhenPlayerIsDetected) == 0x000B94, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StateWhenPlayerIsDetected' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, InitialTransform) == 0x000BA0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, ShouldTick) == 0x000C00, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::ShouldTick' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_IdleScream_) == 0x000C01, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_IdleScream_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_ChasingScream_) == 0x000C02, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_ChasingScream_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Idle_Sound) == 0x000C08, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Idle_Sound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Idle_Delay_Min) == 0x000C10, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Idle_Delay_Min' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Idle_Delay_Max) == 0x000C18, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Idle_Delay_Max' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Chasing_Sound) == 0x000C20, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Chasing_Sound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Chasing_Delay_Min) == 0x000C28, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Chasing_Delay_Min' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Chasing_Delay_Max) == 0x000C30, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Chasing_Delay_Max' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_Exploration_Growl) == 0x000C38, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_Exploration_Growl' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_Chasing_Growl) == 0x000C40, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_Chasing_Growl' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsTransient) == 0x000C48, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsTransient' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Pain_Sound) == 0x000C50, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Pain_Sound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, VO_Pain_Sound_Start_Time) == 0x000C58, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::VO_Pain_Sound_Start_Time' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Foley_Pain_Sound) == 0x000C60, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Foley_Pain_Sound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Foley_Pain_Sound_Start_Time) == 0x000C68, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Foley_Pain_Sound_Start_Time' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EnemyGroupReference) == 0x000C70, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EnemyGroupReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, FleeingBehaviorTree) == 0x000C98, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::FleeingBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, SkeletalComponentsList) == 0x000CA0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::SkeletalComponentsList' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, EncounterCamAnimSequence) == 0x000CB0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::EncounterCamAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, CustomIdlePlayRate) == 0x000CC0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::CustomIdlePlayRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, MainIdleStartPosition) == 0x000CC8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::MainIdleStartPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, MirrorIdle) == 0x000CD0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::MirrorIdle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, HasDetectedPlayerOnce) == 0x000CD1, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::HasDetectedPlayerOnce' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, Timer_WaitBetweenDetection) == 0x000CD8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::Timer_WaitBetweenDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, IsStunned) == 0x000CE0, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::IsStunned' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_World_Base_Seamless_C, StunDurationFleeBattle) == 0x000CE8, "Member 'ABP_jRPG_Enemy_World_Base_Seamless_C::StunDurationFleeBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans0_TitleOutline_C \ +static_assert(alignof(UCTS_NSans0_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_NSans0_TitleOutline_C"); \ +static_assert(sizeof(UCTS_NSans0_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_NSans0_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans4_Lumina_C \ +static_assert(alignof(UCTS_NSans4_Lumina_C) == 0x000010, "Wrong alignment on UCTS_NSans4_Lumina_C"); \ +static_assert(sizeof(UCTS_NSans4_Lumina_C) == 0x0001B0, "Wrong size on UCTS_NSans4_Lumina_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans1_Outline_C \ +static_assert(alignof(UCTS_NSans1_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans1_Outline_C"); \ +static_assert(sizeof(UCTS_NSans1_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans1_Outline_C"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_JournalEntriesList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList \ +static_assert(alignof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList) == 0x000078, "Wrong size on WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, EntryPoint) == 0x000000, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_ComponentBoundEvent_Widget) == 0x000018, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_DynamicCast_AsWBP_Journal_Entry) == 0x000020, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_DynamicCast_AsWBP_Journal_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CustomEvent_InViewItem) == 0x000030, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CustomEvent_InViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CustomEvent_IsSelected_1) == 0x000038, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CustomEvent_IsSelected_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CustomEvent_JournalViewItem_1) == 0x000040, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CustomEvent_JournalViewItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CustomEvent_JournalViewItem) == 0x000048, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CustomEvent_JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CustomEvent_IsSelected) == 0x000050, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CustomEvent_IsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'WBP_JournalEntriesList_C_ExecuteUbergraph_WBP_JournalEntriesList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_LoadJournalEntries \ +static_assert(alignof(WBP_JournalEntriesList_C_LoadJournalEntries) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_LoadJournalEntries"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_LoadJournalEntries) == 0x0001A0, "Wrong size on WBP_JournalEntriesList_C_LoadJournalEntries"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_ShouldBeAddedToList_bAddToList) == 0x00000C, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_ShouldBeAddedToList_bAddToList' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, Temp_wildcard_Temp_buffer_array_Variable) == 0x000010, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_GetInventoryManager_ReturnValue) == 0x000038, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000198, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_LoadJournalEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000199, "Member 'WBP_JournalEntriesList_C_LoadJournalEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_OnAudioFinished \ +static_assert(alignof(WBP_JournalEntriesList_C_OnAudioFinished) == 0x000001, "Wrong alignment on WBP_JournalEntriesList_C_OnAudioFinished"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_OnAudioFinished) == 0x000004, "Wrong size on WBP_JournalEntriesList_C_OnAudioFinished"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnAudioFinished, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_JournalEntriesList_C_OnAudioFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnAudioFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_JournalEntriesList_C_OnAudioFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnAudioFinished, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_JournalEntriesList_C_OnAudioFinished::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnAudioFinished, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'WBP_JournalEntriesList_C_OnAudioFinished::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_OnEntryClicked \ +static_assert(alignof(WBP_JournalEntriesList_C_OnEntryClicked) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_OnEntryClicked"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_OnEntryClicked) == 0x000010, "Wrong size on WBP_JournalEntriesList_C_OnEntryClicked"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnEntryClicked, JournalViewItem) == 0x000000, "Member 'WBP_JournalEntriesList_C_OnEntryClicked::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnEntryClicked, bIsSelected) == 0x000008, "Member 'WBP_JournalEntriesList_C_OnEntryClicked::bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnEntryClicked, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_JournalEntriesList_C_OnEntryClicked::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnEntryClicked, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_JournalEntriesList_C_OnEntryClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_OnJournalEntryClicked \ +static_assert(alignof(WBP_JournalEntriesList_C_OnJournalEntryClicked) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_OnJournalEntryClicked"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_OnJournalEntryClicked) == 0x000010, "Wrong size on WBP_JournalEntriesList_C_OnJournalEntryClicked"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnJournalEntryClicked, JournalViewItem) == 0x000000, "Member 'WBP_JournalEntriesList_C_OnJournalEntryClicked::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnJournalEntryClicked, IsSelected) == 0x000008, "Member 'WBP_JournalEntriesList_C_OnJournalEntryClicked::IsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_OnJournalEntryNavigated \ +static_assert(alignof(WBP_JournalEntriesList_C_OnJournalEntryNavigated) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_OnJournalEntryNavigated"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_OnJournalEntryNavigated) == 0x000010, "Wrong size on WBP_JournalEntriesList_C_OnJournalEntryNavigated"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnJournalEntryNavigated, InViewItem) == 0x000000, "Member 'WBP_JournalEntriesList_C_OnJournalEntryNavigated::InViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnJournalEntryNavigated, IsSelected) == 0x000008, "Member 'WBP_JournalEntriesList_C_OnJournalEntryNavigated::IsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_OnJournalEntryUnlocked \ +static_assert(alignof(WBP_JournalEntriesList_C_OnJournalEntryUnlocked) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_OnJournalEntryUnlocked"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_OnJournalEntryUnlocked) == 0x000008, "Wrong size on WBP_JournalEntriesList_C_OnJournalEntryUnlocked"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_OnJournalEntryUnlocked, JournalViewItem) == 0x000000, "Member 'WBP_JournalEntriesList_C_OnJournalEntryUnlocked::JournalViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_PlayJournal \ +static_assert(alignof(WBP_JournalEntriesList_C_PlayJournal) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_PlayJournal"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_PlayJournal) == 0x000068, "Wrong size on WBP_JournalEntriesList_C_PlayJournal"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, JournalViewItem) == 0x000000, "Member 'WBP_JournalEntriesList_C_PlayJournal::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_JournalEntriesList_C_PlayJournal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_JournalEntriesList_C_PlayJournal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, CallFunc_GetJournalVoiceOver_VoiceOver) == 0x000020, "Member 'WBP_JournalEntriesList_C_PlayJournal::CallFunc_GetJournalVoiceOver_VoiceOver' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000048, "Member 'WBP_JournalEntriesList_C_PlayJournal::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, K2Node_DynamicCast_AsSound_Base) == 0x000050, "Member 'WBP_JournalEntriesList_C_PlayJournal::K2Node_DynamicCast_AsSound_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_JournalEntriesList_C_PlayJournal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_PlayJournal, CallFunc_CreateSound2D_ReturnValue) == 0x000060, "Member 'WBP_JournalEntriesList_C_PlayJournal::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_ResetVoiceOver \ +static_assert(alignof(WBP_JournalEntriesList_C_ResetVoiceOver) == 0x000001, "Wrong alignment on WBP_JournalEntriesList_C_ResetVoiceOver"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_ResetVoiceOver) == 0x000001, "Wrong size on WBP_JournalEntriesList_C_ResetVoiceOver"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_ResetVoiceOver, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_JournalEntriesList_C_ResetVoiceOver::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_SetUnlockedJournal \ +static_assert(alignof(WBP_JournalEntriesList_C_SetUnlockedJournal) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_SetUnlockedJournal"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_SetUnlockedJournal) == 0x000008, "Wrong size on WBP_JournalEntriesList_C_SetUnlockedJournal"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_SetUnlockedJournal, UnlockedJournal_0) == 0x000000, "Member 'WBP_JournalEntriesList_C_SetUnlockedJournal::UnlockedJournal_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_JournalEntriesList_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JournalEntriesList_C \ +static_assert(alignof(UWBP_JournalEntriesList_C) == 0x000008, "Wrong alignment on UWBP_JournalEntriesList_C"); \ +static_assert(sizeof(UWBP_JournalEntriesList_C) == 0x0004A0, "Wrong size on UWBP_JournalEntriesList_C"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_JournalEntriesList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, Background) == 0x000438, "Member 'UWBP_JournalEntriesList_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, JournalTileView) == 0x000440, "Member 'UWBP_JournalEntriesList_C::JournalTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, OnJournalItemNavigated) == 0x000448, "Member 'UWBP_JournalEntriesList_C::OnJournalItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, JournalItemsDataTable) == 0x000458, "Member 'UWBP_JournalEntriesList_C::JournalItemsDataTable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, UnlockedJournal) == 0x000460, "Member 'UWBP_JournalEntriesList_C::UnlockedJournal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, OnJournalItemUnlocked) == 0x000468, "Member 'UWBP_JournalEntriesList_C::OnJournalItemUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, OnJournalItemClicked) == 0x000478, "Member 'UWBP_JournalEntriesList_C::OnJournalItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, VoiceOverAudioComponent) == 0x000488, "Member 'UWBP_JournalEntriesList_C::VoiceOverAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, CurrentlyPlayingJournal) == 0x000490, "Member 'UWBP_JournalEntriesList_C::CurrentlyPlayingJournal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntriesList_C, NextPlayingJournal) == 0x000498, "Member 'UWBP_JournalEntriesList_C::NextPlayingJournal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans4_Outline_C \ +static_assert(alignof(UCTS_NSans4_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans4_Outline_C"); \ +static_assert(sizeof(UCTS_NSans4_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans4_Outline_C"); \ + +#define DUMPER7_ASSERTS_FFBattleSequenceTimelineKeyframe \ +static_assert(alignof(FFBattleSequenceTimelineKeyframe) == 0x000001, "Wrong alignment on FFBattleSequenceTimelineKeyframe"); \ +static_assert(sizeof(FFBattleSequenceTimelineKeyframe) == 0x000002, "Wrong size on FFBattleSequenceTimelineKeyframe"); \ +static_assert(offsetof(FFBattleSequenceTimelineKeyframe, ActionType_7_0B741BF041C3787D2F89AEB5282B2A8B) == 0x000000, "Member 'FFBattleSequenceTimelineKeyframe::ActionType_7_0B741BF041C3787D2F89AEB5282B2A8B' has a wrong offset!"); \ +static_assert(offsetof(FFBattleSequenceTimelineKeyframe, CameraType_5_E520317B4EE1DCFF90D41193B1E41A87) == 0x000001, "Member 'FFBattleSequenceTimelineKeyframe::CameraType_5_E520317B4EE1DCFF90D41193B1E41A87' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans4_TitleOutline_C \ +static_assert(alignof(UCTS_NSans4_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_NSans4_TitleOutline_C"); \ +static_assert(sizeof(UCTS_NSans4_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_NSans4_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans0_EndBattleTitle_C \ +static_assert(alignof(UCTS_NSans0_EndBattleTitle_C) == 0x000010, "Wrong alignment on UCTS_NSans0_EndBattleTitle_C"); \ +static_assert(sizeof(UCTS_NSans0_EndBattleTitle_C) == 0x0001B0, "Wrong size on UCTS_NSans0_EndBattleTitle_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory \ +static_assert(alignof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory) == 0x000058, "Wrong size on BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, K2Node_DynamicCast_AsRemove_Item_From_Inventory) == 0x000020, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::K2Node_DynamicCast_AsRemove_Item_From_Inventory' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_GetItemNameAndQuantity_Item) == 0x00004C, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_GetItemNameAndQuantity_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory, CallFunc_GetItemNameAndQuantity_Quantity) == 0x000054, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_ExecuteUbergraph_BP_GameActionInstance_RemoveItemFromInventory::CallFunc_GetItemNameAndQuantity_Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity \ +static_assert(alignof(BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity) == 0x000028, "Wrong size on BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity, ItemOperationData) == 0x000000, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity::ItemOperationData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity, Item) == 0x000018, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity, Quantity) == 0x000020, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetItemNameAndQuantity::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_RemoveItemFromInventory_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_RemoveItemFromInventory_C \ +static_assert(alignof(UBP_GameActionInstance_RemoveItemFromInventory_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_RemoveItemFromInventory_C"); \ +static_assert(sizeof(UBP_GameActionInstance_RemoveItemFromInventory_C) == 0x000048, "Wrong size on UBP_GameActionInstance_RemoveItemFromInventory_C"); \ +static_assert(offsetof(UBP_GameActionInstance_RemoveItemFromInventory_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_RemoveItemFromInventory_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans00_C \ +static_assert(alignof(UCTS_NSans00_C) == 0x000010, "Wrong alignment on UCTS_NSans00_C"); \ +static_assert(sizeof(UCTS_NSans00_C) == 0x0001B0, "Wrong size on UCTS_NSans00_C"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaPoints_C_SetValues \ +static_assert(alignof(WBP_GM_LuminaPoints_C_SetValues) == 0x000008, "Wrong alignment on WBP_GM_LuminaPoints_C_SetValues"); \ +static_assert(sizeof(WBP_GM_LuminaPoints_C_SetValues) == 0x000028, "Wrong size on WBP_GM_LuminaPoints_C_SetValues"); \ +static_assert(offsetof(WBP_GM_LuminaPoints_C_SetValues, InUsedPoints) == 0x000000, "Member 'WBP_GM_LuminaPoints_C_SetValues::InUsedPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaPoints_C_SetValues, InMaxPoints) == 0x000004, "Member 'WBP_GM_LuminaPoints_C_SetValues::InMaxPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaPoints_C_SetValues, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminaPoints_C_SetValues::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaPoints_C_SetValues, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000018, "Member 'WBP_GM_LuminaPoints_C_SetValues::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_LuminaPoints_C \ +static_assert(alignof(UWBP_GM_LuminaPoints_C) == 0x000008, "Wrong alignment on UWBP_GM_LuminaPoints_C"); \ +static_assert(sizeof(UWBP_GM_LuminaPoints_C) == 0x000300, "Wrong size on UWBP_GM_LuminaPoints_C"); \ +static_assert(offsetof(UWBP_GM_LuminaPoints_C, LuminaIcon) == 0x0002E0, "Member 'UWBP_GM_LuminaPoints_C::LuminaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaPoints_C, MaxPoints) == 0x0002E8, "Member 'UWBP_GM_LuminaPoints_C::MaxPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaPoints_C, Separator) == 0x0002F0, "Member 'UWBP_GM_LuminaPoints_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaPoints_C, UsedPoints) == 0x0002F8, "Member 'UWBP_GM_LuminaPoints_C::UsedPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PreCinematicCamera_C \ +static_assert(alignof(ABP_PreCinematicCamera_C) == 0x000008, "Wrong alignment on ABP_PreCinematicCamera_C"); \ +static_assert(sizeof(ABP_PreCinematicCamera_C) == 0x0002A8, "Wrong size on ABP_PreCinematicCamera_C"); \ +static_assert(offsetof(ABP_PreCinematicCamera_C, PreCineCamera) == 0x000290, "Member 'ABP_PreCinematicCamera_C::PreCineCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_PreCinematicCamera_C, SpringArm) == 0x000298, "Member 'ABP_PreCinematicCamera_C::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_PreCinematicCamera_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_PreCinematicCamera_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_BattledEnemy_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_BattledEnemy_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BattledEnemy_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_BattledEnemy_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_BattledEnemy_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_BattledEnemy_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_BattledEnemy_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_BattledEnemy_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_CheckInternal, CallFunc_HasBattledEnemy_Result) == 0x000001, "Member 'BP_ConditionChecker_BattledEnemy_C_CheckInternal::CallFunc_HasBattledEnemy_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_BattledEnemy_C_ValidateConditionChecker::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_BattledEnemy_C \ +static_assert(alignof(UBP_ConditionChecker_BattledEnemy_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_BattledEnemy_C"); \ +static_assert(sizeof(UBP_ConditionChecker_BattledEnemy_C) == 0x000068, "Wrong size on UBP_ConditionChecker_BattledEnemy_C"); \ +static_assert(offsetof(UBP_ConditionChecker_BattledEnemy_C, EnemyGlobalID) == 0x000060, "Member 'UBP_ConditionChecker_BattledEnemy_C::EnemyGlobalID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans2_Battle_C \ +static_assert(alignof(UCTS_NSans2_Battle_C) == 0x000010, "Wrong alignment on UCTS_NSans2_Battle_C"); \ +static_assert(sizeof(UCTS_NSans2_Battle_C) == 0x0001B0, "Wrong size on UCTS_NSans2_Battle_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans3_C \ +static_assert(alignof(UCTS_NSans3_C) == 0x000010, "Wrong alignment on UCTS_NSans3_C"); \ +static_assert(sizeof(UCTS_NSans3_C) == 0x0001B0, "Wrong size on UCTS_NSans3_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans3_Outline_C \ +static_assert(alignof(UCTS_NSans3_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans3_Outline_C"); \ +static_assert(sizeof(UCTS_NSans3_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans3_Outline_C"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ForceNPCDialogue_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_ForceNPCDialogue_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_ForceNPCDialogue_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_ForceNPCDialogue_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_ForceNPCDialogue_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_ForceNPCDialogue_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ForceNPCDialogue_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_ForceNPCDialogue_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction) == 0x000028, "Wrong size on BP_GameAction_ForceNPCDialogue_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_ForceNPCDialogue_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_ForceNPCDialogue_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_ForceNPCDialogue_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000021, "Member 'BP_GameAction_ForceNPCDialogue_C_ValidateGameAction::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ForceNPCDialogue_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_GameAction_ForceNPCDialogue_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_ForceNPCDialogue_C \ +static_assert(alignof(UBP_GameAction_ForceNPCDialogue_C) == 0x000008, "Wrong alignment on UBP_GameAction_ForceNPCDialogue_C"); \ +static_assert(sizeof(UBP_GameAction_ForceNPCDialogue_C) == 0x000060, "Wrong size on UBP_GameAction_ForceNPCDialogue_C"); \ +static_assert(offsetof(UBP_GameAction_ForceNPCDialogue_C, NpcToTrigger) == 0x000030, "Member 'UBP_GameAction_ForceNPCDialogue_C::NpcToTrigger' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_ForceNPCDialogue_C, DialogueParameters) == 0x000058, "Member 'UBP_GameAction_ForceNPCDialogue_C::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_SetTutorialCompletedByID \ +static_assert(alignof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_SetTutorialCompletedByID"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_SetTutorialCompletedByID"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID, Completed) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByID::Completed' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID, TutorialID) == 0x000004, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByID::TutorialID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID, __WorldContext) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByID, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByID::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow \ +static_assert(alignof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow, Completed) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow::Completed' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow, TutorialCardRow) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow::TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow, __WorldContext) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_SetTutorialCompletedByDataTableRow::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_SetSkipTurnPrevented \ +static_assert(alignof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_SetSkipTurnPrevented"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_SetSkipTurnPrevented"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented, Prevented) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_SetSkipTurnPrevented::Prevented' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented, __WorldContext) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_SetSkipTurnPrevented::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_SetSkipTurnPrevented::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_SetSkipTurnPrevented, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_SetSkipTurnPrevented::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard \ +static_assert(alignof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard) == 0x000060, "Wrong size on BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, TutorialID) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::TutorialID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, __WorldContext) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_GetTutorialSystemComponent_ReturnValue) == 0x000020, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_GetTutorialSystemComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, K2Node_MakeStruct_S_TutorialCardParameters) == 0x000028, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::K2Node_MakeStruct_S_TutorialCardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_HasActiveTutorialCard_ReturnValue) == 0x000048, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_HasActiveTutorialCard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_GetTutorialSystemComponent_ReturnValue_1) == 0x000050, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_GetTutorialSystemComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_HasPlayedTutorial_Result) == 0x000058, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_HasPlayedTutorial_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_Not_PreBool_ReturnValue_1) == 0x000059, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard, CallFunc_BooleanAND_ReturnValue) == 0x00005A, "Member 'BP_FL_TutorialHelpers_C_OneTimeDisplayTutorialCard::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_HighlightTutorialWidget \ +static_assert(alignof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_HighlightTutorialWidget"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_HighlightTutorialWidget"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget, TargetWidget) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_HighlightTutorialWidget::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget, __WorldContext) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_HighlightTutorialWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget, AreaHighlightWidget) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_HighlightTutorialWidget::AreaHighlightWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_HighlightTutorialWidget, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_HighlightTutorialWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction \ +static_assert(alignof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction) == 0x000028, "Wrong size on BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction, __WorldContext) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction, WBP_BattleWheel_Action) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction::WBP_BattleWheel_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction, CallFunc_GetLGUIActor_BattleWheels_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction::CallFunc_GetLGUIActor_BattleWheels_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction, CallFunc_GetWheelsContainerWidget_ReturnValue) == 0x000020, "Member 'BP_FL_TutorialHelpers_C_GetWBP_BattleWheelAction::CallFunc_GetWheelsContainerWidget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_DisableUI_InputsBlock \ +static_assert(alignof(BP_FL_TutorialHelpers_C_DisableUI_InputsBlock) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_DisableUI_InputsBlock"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_DisableUI_InputsBlock) == 0x000018, "Wrong size on BP_FL_TutorialHelpers_C_DisableUI_InputsBlock"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisableUI_InputsBlock, WBPInputBlocker) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_DisableUI_InputsBlock::WBPInputBlocker' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisableUI_InputsBlock, __WorldContext) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_DisableUI_InputsBlock::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisableUI_InputsBlock, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_DisableUI_InputsBlock::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_EnableUI_InputsBlock \ +static_assert(alignof(BP_FL_TutorialHelpers_C_EnableUI_InputsBlock) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_EnableUI_InputsBlock"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_EnableUI_InputsBlock) == 0x000018, "Wrong size on BP_FL_TutorialHelpers_C_EnableUI_InputsBlock"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_EnableUI_InputsBlock, __WorldContext) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_EnableUI_InputsBlock::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_EnableUI_InputsBlock, ReturnValue) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_EnableUI_InputsBlock::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_EnableUI_InputsBlock, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_EnableUI_InputsBlock::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_DisplayTutorialHint \ +static_assert(alignof(BP_FL_TutorialHelpers_C_DisplayTutorialHint) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_DisplayTutorialHint"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_DisplayTutorialHint) == 0x000028, "Wrong size on BP_FL_TutorialHelpers_C_DisplayTutorialHint"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialHint, TutorialHintParameters) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialHint::TutorialHintParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialHint, __WorldContext) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialHint::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialHint, CallFunc_GetTutorialSystemComponent_ReturnValue) == 0x000020, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialHint::CallFunc_GetTutorialSystemComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_DisplayTutorialCard \ +static_assert(alignof(BP_FL_TutorialHelpers_C_DisplayTutorialCard) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_DisplayTutorialCard"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_DisplayTutorialCard) == 0x000058, "Wrong size on BP_FL_TutorialHelpers_C_DisplayTutorialCard"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, TutorialCardParameters) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::TutorialCardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, Event) == 0x000020, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, __WorldContext) == 0x000030, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, CallFunc_GetTutorialSystemComponent_ReturnValue) == 0x000038, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::CallFunc_GetTutorialSystemComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, CallFunc_SpawnObject_ReturnValue) == 0x000040, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_DisplayTutorialCard, CallFunc_AddTutorialListener_Listener_CastInput) == 0x000048, "Member 'BP_FL_TutorialHelpers_C_DisplayTutorialCard::CallFunc_AddTutorialListener_Listener_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_AreTutorialsEnabled \ +static_assert(alignof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_AreTutorialsEnabled"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_AreTutorialsEnabled"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled, __WorldContext) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_AreTutorialsEnabled::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled, ReturnValue) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_AreTutorialsEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled, CallFunc_GetTutorialSystemComponent_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_AreTutorialsEnabled::CallFunc_GetTutorialSystemComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_AreTutorialsEnabled, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_AreTutorialsEnabled::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_TutorialHelpers_C_GetTutorialSystemComponent \ +static_assert(alignof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent) == 0x000008, "Wrong alignment on BP_FL_TutorialHelpers_C_GetTutorialSystemComponent"); \ +static_assert(sizeof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent) == 0x000020, "Wrong size on BP_FL_TutorialHelpers_C_GetTutorialSystemComponent"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent, __WorldContext) == 0x000000, "Member 'BP_FL_TutorialHelpers_C_GetTutorialSystemComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent, ReturnValue) == 0x000008, "Member 'BP_FL_TutorialHelpers_C_GetTutorialSystemComponent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_FL_TutorialHelpers_C_GetTutorialSystemComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_TutorialHelpers_C_GetTutorialSystemComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_FL_TutorialHelpers_C_GetTutorialSystemComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_TutorialHelpers_C \ +static_assert(alignof(UBP_FL_TutorialHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_TutorialHelpers_C"); \ +static_assert(sizeof(UBP_FL_TutorialHelpers_C) == 0x000028, "Wrong size on UBP_FL_TutorialHelpers_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans4_C \ +static_assert(alignof(UCTS_NSans4_C) == 0x000010, "Wrong alignment on UCTS_NSans4_C"); \ +static_assert(sizeof(UCTS_NSans4_C) == 0x0001B0, "Wrong size on UCTS_NSans4_C"); \ + +#define DUMPER7_ASSERTS_BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent \ +static_assert(alignof(BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent) == 0x000004, "Wrong alignment on BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent"); \ +static_assert(sizeof(BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent) == 0x000004, "Wrong size on BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent"); \ +static_assert(offsetof(BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent, EntryPoint) == 0x000000, "Member 'BP_WP_StreamingSourceComponent_C_ExecuteUbergraph_BP_WP_StreamingSourceComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WP_StreamingSourceComponent_C \ +static_assert(alignof(ABP_WP_StreamingSourceComponent_C) == 0x000008, "Wrong alignment on ABP_WP_StreamingSourceComponent_C"); \ +static_assert(sizeof(ABP_WP_StreamingSourceComponent_C) == 0x0002B8, "Wrong size on ABP_WP_StreamingSourceComponent_C"); \ +static_assert(offsetof(ABP_WP_StreamingSourceComponent_C, UberGraphFrame) == 0x000290, "Member 'ABP_WP_StreamingSourceComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceComponent_C, StreamingSourceCenter) == 0x000298, "Member 'ABP_WP_StreamingSourceComponent_C::StreamingSourceCenter' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceComponent_C, WorldPartitionStreamingSource) == 0x0002A0, "Member 'ABP_WP_StreamingSourceComponent_C::WorldPartitionStreamingSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceComponent_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_WP_StreamingSourceComponent_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceComponent_C, ActivateAtBeginPlay) == 0x0002B0, "Member 'ABP_WP_StreamingSourceComponent_C::ActivateAtBeginPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans5_C \ +static_assert(alignof(UCTS_NSans5_C) == 0x000010, "Wrong alignment on UCTS_NSans5_C"); \ +static_assert(sizeof(UCTS_NSans5_C) == 0x0001B0, "Wrong size on UCTS_NSans5_C"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_Short__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData) == 0x000490, "Wrong size on ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, __NameProperty_58) == 0x000004, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::__NameProperty_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, __NameProperty_59) == 0x00000C, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::__NameProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, __StructProperty_60) == 0x000018, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::__StructProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000100, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000130, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x000160, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x000190, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x0001C0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x0001F0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000220, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x000250, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000280, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0002B0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x0002E0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000310, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000340, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000370, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0003A0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0003D0, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000400, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000430, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000460, "Member 'ABP_PostProcess_HairVar_MAELLE_Short::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short) == 0x000004, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short) == 0x00004C, "Wrong size on ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_HairVar_MAELLE_Short_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_Short::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_HairVar_MAELLE_Short_C \ +static_assert(alignof(UABP_PostProcess_HairVar_MAELLE_Short_C) == 0x000010, "Wrong alignment on UABP_PostProcess_HairVar_MAELLE_Short_C"); \ +static_assert(sizeof(UABP_PostProcess_HairVar_MAELLE_Short_C) == 0x007EB0, "Wrong size on UABP_PostProcess_HairVar_MAELLE_Short_C"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_LocalToComponentSpace) == 0x0003A8, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_ComponentToLocalSpace) == 0x0003C8, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_15) == 0x0003F0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_14) == 0x000B90, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_13) == 0x001330, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_12) == 0x001AD0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_11) == 0x002270, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_10) == 0x002A10, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_9) == 0x0031B0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_LinkedInputPose) == 0x003950, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_8) == 0x003A10, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_7) == 0x0041B0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_6) == 0x004950, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_5) == 0x0050F0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_4) == 0x005890, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_3) == 0x006030, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_2) == 0x0067D0, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics_1) == 0x006F70, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_Short_C, AnimGraphNode_KawaiiPhysics) == 0x007710, "Member 'UABP_PostProcess_HairVar_MAELLE_Short_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_BndEvt__BP_AudioTriggerZone_NarrativeAmbience_Box_NarrativeAmb_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS \ +static_assert(alignof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS) == 0x000008, "Wrong alignment on BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS"); \ +static_assert(sizeof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS) == 0x000158, "Wrong size on BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, EntryPoint) == 0x000000, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000010, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000020, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000038, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_bFromSweep) == 0x00003C, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_SweepResult) == 0x000040, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000138, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherActor) == 0x000140, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherComp) == 0x000148, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000150, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000154, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000155, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS, CallFunc_BooleanAND_ReturnValue) == 0x000156, "Member 'BP_AudioTriggerZone_NarrativeAmbience_OS_C_ExecuteUbergraph_BP_AudioTriggerZone_NarrativeAmbience_OS::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AudioTriggerZone_NarrativeAmbience_OS_C \ +static_assert(alignof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C) == 0x000008, "Wrong alignment on ABP_AudioTriggerZone_NarrativeAmbience_OS_C"); \ +static_assert(sizeof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C) == 0x0002B8, "Wrong size on ABP_AudioTriggerZone_NarrativeAmbience_OS_C"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, UberGraphFrame) == 0x000290, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, SD_AudioComponent) == 0x000298, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::SD_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, Box_NarrativeAmb) == 0x0002A0, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::Box_NarrativeAmb' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, Fade_Out_Duration) == 0x0002B0, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::Fade_Out_Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_AudioTriggerZone_NarrativeAmbience_OS_C, ShouldFadeOut) == 0x0002B4, "Member 'ABP_AudioTriggerZone_NarrativeAmbience_OS_C::ShouldFadeOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter \ +static_assert(alignof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter) == 0x000008, "Wrong alignment on WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter"); \ +static_assert(sizeof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter) == 0x000038, "Wrong size on WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, EntryPoint) == 0x000000, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000020, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000028, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_CharacterShieldCounter_C_ExecuteUbergraph_WBP_CharacterShieldCounter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterShieldCounter_C_SetShieldCounter \ +static_assert(alignof(WBP_CharacterShieldCounter_C_SetShieldCounter) == 0x000008, "Wrong alignment on WBP_CharacterShieldCounter_C_SetShieldCounter"); \ +static_assert(sizeof(WBP_CharacterShieldCounter_C_SetShieldCounter) == 0x000030, "Wrong size on WBP_CharacterShieldCounter_C_SetShieldCounter"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, InShieldCount) == 0x000000, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::InShieldCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, Temp_byte_Variable) == 0x000004, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, Temp_bool_Variable) == 0x000019, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00001A, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, K2Node_Select_Default) == 0x00001B, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, Temp_bool_Variable_1) == 0x00001C, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterShieldCounter_C_SetShieldCounter, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_CharacterShieldCounter_C_SetShieldCounter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterShieldCounter_C \ +static_assert(alignof(UWBP_CharacterShieldCounter_C) == 0x000008, "Wrong alignment on UWBP_CharacterShieldCounter_C"); \ +static_assert(sizeof(UWBP_CharacterShieldCounter_C) == 0x000340, "Wrong size on UWBP_CharacterShieldCounter_C"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, UberGraphFrame) == 0x000308, "Member 'UWBP_CharacterShieldCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, Anim_Disappear) == 0x000310, "Member 'UWBP_CharacterShieldCounter_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, Anim_Reduce) == 0x000318, "Member 'UWBP_CharacterShieldCounter_C::Anim_Reduce' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, Anim_Increase) == 0x000320, "Member 'UWBP_CharacterShieldCounter_C::Anim_Increase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, Image_Shield) == 0x000328, "Member 'UWBP_CharacterShieldCounter_C::Image_Shield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, ShieldCounterText) == 0x000330, "Member 'UWBP_CharacterShieldCounter_C::ShieldCounterText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterShieldCounter_C, Shield_Count) == 0x000338, "Member 'UWBP_CharacterShieldCounter_C::Shield_Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid \ +static_assert(alignof(WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid) == 0x000001, "Wrong alignment on WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid"); \ +static_assert(sizeof(WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid) == 0x000002, "Wrong size on WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid"); \ +static_assert(offsetof(WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid, GridType) == 0x000000, "Member 'WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid::GridType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_PhotoModeGridWidget_C_SetCurrentVisibleGrid::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeGridWidget_C_SetGridOpacity \ +static_assert(alignof(WBP_PhotoModeGridWidget_C_SetGridOpacity) == 0x000008, "Wrong alignment on WBP_PhotoModeGridWidget_C_SetGridOpacity"); \ +static_assert(sizeof(WBP_PhotoModeGridWidget_C_SetGridOpacity) == 0x000010, "Wrong size on WBP_PhotoModeGridWidget_C_SetGridOpacity"); \ +static_assert(offsetof(WBP_PhotoModeGridWidget_C_SetGridOpacity, Opacity) == 0x000000, "Member 'WBP_PhotoModeGridWidget_C_SetGridOpacity::Opacity' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeGridWidget_C_SetGridOpacity, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x000008, "Member 'WBP_PhotoModeGridWidget_C_SetGridOpacity::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeGridWidget_C \ +static_assert(alignof(UWBP_PhotoModeGridWidget_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeGridWidget_C"); \ +static_assert(sizeof(UWBP_PhotoModeGridWidget_C) == 0x000300, "Wrong size on UWBP_PhotoModeGridWidget_C"); \ +static_assert(offsetof(UWBP_PhotoModeGridWidget_C, CanvasPanel_Grid_CrossLines) == 0x0002E0, "Member 'UWBP_PhotoModeGridWidget_C::CanvasPanel_Grid_CrossLines' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeGridWidget_C, CanvasPanel_Grid_GoldenRatio) == 0x0002E8, "Member 'UWBP_PhotoModeGridWidget_C::CanvasPanel_Grid_GoldenRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeGridWidget_C, CanvasPanel_Grid_RuleOfThirds) == 0x0002F0, "Member 'UWBP_PhotoModeGridWidget_C::CanvasPanel_Grid_RuleOfThirds' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeGridWidget_C, MainCanvasPanel) == 0x0002F8, "Member 'UWBP_PhotoModeGridWidget_C::MainCanvasPanel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_BuyItemButton_K2Node_ComponentBoundEvent_6_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_FightMerchantButton_K2Node_ComponentBoundEvent_7_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_Merchant_Panel_C_BndEvt__WBP_Merchant_Panel_LeaveButton_K2Node_ComponentBoundEvent_8_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_CreateCharacterSelectorWidget \ +static_assert(alignof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_CreateCharacterSelectorWidget"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget) == 0x000030, "Wrong size on WBP_Merchant_Panel_C_CreateCharacterSelectorWidget"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget, K2Node_MakeStruct_S_CharacterSelectorParameters) == 0x000000, "Member 'WBP_Merchant_Panel_C_CreateCharacterSelectorWidget::K2Node_MakeStruct_S_CharacterSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Merchant_Panel_C_CreateCharacterSelectorWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget, CallFunc_CreateCharacterSelectorWindow_CharacterSelectorWindow) == 0x000018, "Member 'WBP_Merchant_Panel_C_CreateCharacterSelectorWidget::CallFunc_CreateCharacterSelectorWindow_CharacterSelectorWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateCharacterSelectorWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_Merchant_Panel_C_CreateCharacterSelectorWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_CreateMerchantItem \ +static_assert(alignof(WBP_Merchant_Panel_C_CreateMerchantItem) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_CreateMerchantItem"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_CreateMerchantItem) == 0x000188, "Wrong size on WBP_Merchant_Panel_C_CreateMerchantItem"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateMerchantItem, Item) == 0x000000, "Member 'WBP_Merchant_Panel_C_CreateMerchantItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateMerchantItem, K2Node_CreateDelegate_OutputDelegate) == 0x000170, "Member 'WBP_Merchant_Panel_C_CreateMerchantItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_CreateMerchantItem, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000180, "Member 'WBP_Merchant_Panel_C_CreateMerchantItem::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel \ +static_assert(alignof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel) == 0x000200, "Wrong size on WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, EntryPoint) == 0x000000, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetGoldAmount_GoldAmount) == 0x000004, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetGoldAmount_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetGoldAmount_GoldAmount_1) == 0x000008, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetGoldAmount_GoldAmount_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetPlayerController_ReturnValue_1) == 0x000018, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000030, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Button_2) == 0x000040, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Button_1) == 0x000048, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Button) == 0x000050, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Progress_2) == 0x000058, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Progress_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Progress_1) == 0x000060, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Progress_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_ComponentBoundEvent_Progress) == 0x000068, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, K2Node_Event_IsDesignTime) == 0x000071, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000078, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_GetMerchantItem_MerchantItem) == 0x000088, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_GetMerchantItem_MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel, CallFunc_TryBuyItem_ReturnValue) == 0x0001F8, "Member 'WBP_Merchant_Panel_C_ExecuteUbergraph_WBP_Merchant_Panel::CallFunc_TryBuyItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_LoadMerchant \ +static_assert(alignof(WBP_Merchant_Panel_C_LoadMerchant) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_LoadMerchant"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_LoadMerchant) == 0x0003B0, "Wrong size on WBP_Merchant_Panel_C_LoadMerchant"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, Merchant) == 0x000000, "Member 'WBP_Merchant_Panel_C_LoadMerchant::Merchant' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, IsItemFound) == 0x000008, "Member 'WBP_Merchant_Panel_C_LoadMerchant::IsItemFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Merchant_Panel_C_LoadMerchant::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_Merchant_Panel_C_LoadMerchant::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_Merchant_Panel_C_LoadMerchant::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_LoadMerchantData_AvailableItems) == 0x000020, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_LoadMerchantData_AvailableItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, Temp_int_Loop_Counter_Variable_1) == 0x000070, "Member 'WBP_Merchant_Panel_C_LoadMerchant::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_GetAllEntries_ReturnValue) == 0x000078, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Array_Get_Item) == 0x000088, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Map_Keys_Keys) == 0x000090, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, K2Node_DynamicCast_AsWBP_Merchant_Item_Row) == 0x0000A0, "Member 'WBP_Merchant_Panel_C_LoadMerchant::K2Node_DynamicCast_AsWBP_Merchant_Item_Row' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WBP_Merchant_Panel_C_LoadMerchant::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Array_Get_Item_1) == 0x0000AC, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_GetMerchantItem_MerchantItem) == 0x0000B8, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_GetMerchantItem_MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Array_Length_ReturnValue) == 0x000228, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Less_IntInt_ReturnValue) == 0x00022C, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Array_Length_ReturnValue_1) == 0x000230, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Less_IntInt_ReturnValue_1) == 0x000234, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Map_Find_Value) == 0x000238, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_Map_Find_ReturnValue) == 0x0003A8, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_LoadMerchant, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003A9, "Member 'WBP_Merchant_Panel_C_LoadMerchant::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant \ +static_assert(alignof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant) == 0x000038, "Wrong size on WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant, CharacterDatas) == 0x000000, "Member 'WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant::CharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000018, "Member 'WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_Merchant_Panel_C_OnCharacterSelectionDoneToFightMerchant::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_OnMerchantItemFocused \ +static_assert(alignof(WBP_Merchant_Panel_C_OnMerchantItemFocused) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_OnMerchantItemFocused"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_OnMerchantItemFocused) == 0x000198, "Wrong size on WBP_Merchant_Panel_C_OnMerchantItemFocused"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Widget) == 0x000000, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_bool_Variable) == 0x000008, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_real_Variable) == 0x00000C, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_real_Variable_1) == 0x000010, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_byte_Variable) == 0x000014, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, CallFunc_GetMerchantItem_MerchantItem) == 0x000018, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::CallFunc_GetMerchantItem_MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, CallFunc_IsItemVisible_ReturnValue) == 0x000188, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::CallFunc_IsItemVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, CallFunc_CanBuyItem_ReturnValue) == 0x000189, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::CallFunc_CanBuyItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, CallFunc_BooleanAND_ReturnValue) == 0x00018A, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, K2Node_Select_Default) == 0x00018C, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_byte_Variable_1) == 0x000190, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, Temp_bool_Variable_1) == 0x000191, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_OnMerchantItemFocused, K2Node_Select_Default_1) == 0x000192, "Member 'WBP_Merchant_Panel_C_OnMerchantItemFocused::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_PreConstruct \ +static_assert(alignof(WBP_Merchant_Panel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Merchant_Panel_C_PreConstruct"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_PreConstruct) == 0x000001, "Wrong size on WBP_Merchant_Panel_C_PreConstruct"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Merchant_Panel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_TryGetCharacterDataForItem \ +static_assert(alignof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_TryGetCharacterDataForItem"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem) == 0x0001B8, "Wrong size on WBP_Merchant_Panel_C_TryGetCharacterDataForItem"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, MerchantItem) == 0x000000, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CharacterData) == 0x000170, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, Temp_int_Array_Index_Variable) == 0x000178, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, Temp_int_Loop_Counter_Variable) == 0x00017C, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_GetCustomGI_ReturnValue) == 0x000188, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_GetCharacterCollection_Characters) == 0x000190, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_Array_Get_Item) == 0x0001A8, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_Less_IntInt_ReturnValue) == 0x0001B0, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_TryGetCharacterDataForItem, CallFunc_CanEquipItem_ReturnValue) == 0x0001B1, "Member 'WBP_Merchant_Panel_C_TryGetCharacterDataForItem::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_UpdateFightMerchantButtonState \ +static_assert(alignof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState) == 0x000001, "Wrong alignment on WBP_Merchant_Panel_C_UpdateFightMerchantButtonState"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState) == 0x000005, "Wrong size on WBP_Merchant_Panel_C_UpdateFightMerchantButtonState"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState, Temp_bool_Variable) == 0x000000, "Member 'WBP_Merchant_Panel_C_UpdateFightMerchantButtonState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState, Temp_byte_Variable) == 0x000001, "Member 'WBP_Merchant_Panel_C_UpdateFightMerchantButtonState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_Merchant_Panel_C_UpdateFightMerchantButtonState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState, CallFunc_CanStartMerchantBattle_ReturnValue) == 0x000003, "Member 'WBP_Merchant_Panel_C_UpdateFightMerchantButtonState::CallFunc_CanStartMerchantBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_UpdateFightMerchantButtonState, K2Node_Select_Default) == 0x000004, "Member 'WBP_Merchant_Panel_C_UpdateFightMerchantButtonState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget) == 0x000030, "Wrong size on WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget, CallFunc_GetAllEntries_ReturnValue) == 0x000008, "Member 'WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_AsWBP_Merchant_Item_Row) == 0x000020, "Member 'WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_AsWBP_Merchant_Item_Row' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Merchant_Panel_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Merchant_Panel_C \ +static_assert(alignof(UWBP_Merchant_Panel_C) == 0x000008, "Wrong alignment on UWBP_Merchant_Panel_C"); \ +static_assert(sizeof(UWBP_Merchant_Panel_C) == 0x000580, "Wrong size on UWBP_Merchant_Panel_C"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Merchant_Panel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, Anim_Appear) == 0x000438, "Member 'UWBP_Merchant_Panel_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, BuyItemBinding) == 0x000440, "Member 'UWBP_Merchant_Panel_C::BuyItemBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, BuyItemButton) == 0x000448, "Member 'UWBP_Merchant_Panel_C::BuyItemButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, DynamicEntryBox_Items) == 0x000450, "Member 'UWBP_Merchant_Panel_C::DynamicEntryBox_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, FightMerchantBinding) == 0x000458, "Member 'UWBP_Merchant_Panel_C::FightMerchantBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, FightMerchantButton) == 0x000460, "Member 'UWBP_Merchant_Panel_C::FightMerchantButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, FX_LightMerchant) == 0x000468, "Member 'UWBP_Merchant_Panel_C::FX_LightMerchant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, LeaveBinding) == 0x000470, "Member 'UWBP_Merchant_Panel_C::LeaveBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, LeaveButton) == 0x000478, "Member 'UWBP_Merchant_Panel_C::LeaveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, PlaceholderMerchant) == 0x000480, "Member 'UWBP_Merchant_Panel_C::PlaceholderMerchant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, PlaceholderMerchant_1) == 0x000488, "Member 'UWBP_Merchant_Panel_C::PlaceholderMerchant_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, SafeZone_0) == 0x000490, "Member 'UWBP_Merchant_Panel_C::SafeZone_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, WBP_DPISizeBox) == 0x000498, "Member 'UWBP_Merchant_Panel_C::WBP_DPISizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, WBP_GoldAmount) == 0x0004A0, "Member 'UWBP_Merchant_Panel_C::WBP_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, WBP_ItemDetailsPanel) == 0x0004A8, "Member 'UWBP_Merchant_Panel_C::WBP_ItemDetailsPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, WBP_WidescreenRatioBox) == 0x0004B0, "Member 'UWBP_Merchant_Panel_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, AvailableItems) == 0x0004B8, "Member 'UWBP_Merchant_Panel_C::AvailableItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, OnCloseMerchantPanel) == 0x000508, "Member 'UWBP_Merchant_Panel_C::OnCloseMerchantPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, FocusedMerchantItem) == 0x000518, "Member 'UWBP_Merchant_Panel_C::FocusedMerchantItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, MerchantComponent) == 0x000520, "Member 'UWBP_Merchant_Panel_C::MerchantComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, OnFightMerchantRequested) == 0x000528, "Member 'UWBP_Merchant_Panel_C::OnFightMerchantRequested' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, CharacterSelectorPanel) == 0x000538, "Member 'UWBP_Merchant_Panel_C::CharacterSelectorPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, SD_OpenMerchant) == 0x000540, "Member 'UWBP_Merchant_Panel_C::SD_OpenMerchant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, SD_CloseMerchant) == 0x000550, "Member 'UWBP_Merchant_Panel_C::SD_CloseMerchant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, SD_BuyItemConfirm) == 0x000560, "Member 'UWBP_Merchant_Panel_C::SD_BuyItemConfirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Panel_C, SD_FightMerchantConfirm) == 0x000570, "Member 'UWBP_Merchant_Panel_C::SD_FightMerchantConfirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents \ +static_assert(alignof(BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents) == 0x000008, "Wrong alignment on BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents"); \ +static_assert(sizeof(BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents) == 0x000010, "Wrong size on BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents, AudioComponents) == 0x000000, "Member 'BPI_AudioCharacter_GetComponents_C_GetAllAudioComponents::AudioComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager \ +static_assert(alignof(BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager) == 0x000008, "Wrong alignment on BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager"); \ +static_assert(sizeof(BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager) == 0x000008, "Wrong size on BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager, AudioCharacterManager) == 0x000000, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioCharacterManager::AudioCharacterManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType \ +static_assert(alignof(BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType) == 0x000008, "Wrong alignment on BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType"); \ +static_assert(sizeof(BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType) == 0x000010, "Wrong size on BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType, Type) == 0x000000, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType::Type' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType, AudioComponent) == 0x000008, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponentByType::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacter_GetComponents_C_GetAudioComponents \ +static_assert(alignof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents) == 0x000008, "Wrong alignment on BPI_AudioCharacter_GetComponents_C_GetAudioComponents"); \ +static_assert(sizeof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents) == 0x000070, "Wrong size on BPI_AudioCharacter_GetComponents_C_GetAudioComponents"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_SFX_01) == 0x000000, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Foleys_01) == 0x000008, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Foleys_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_FT_L) == 0x000010, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_FT_L' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Vocals_01) == 0x000018, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Vocals_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_SFX_02) == 0x000020, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Foleys_02) == 0x000028, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Foleys_02' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_FT_R) == 0x000030, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_FT_R' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Vocals_02) == 0x000038, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Vocals_02' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Idle) == 0x000040, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Weapon_L_01) == 0x000048, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Weapon_L_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Weapon_L_02) == 0x000050, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Weapon_L_02' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Weapon_R_01) == 0x000058, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Weapon_R_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Hand_L_01) == 0x000060, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Hand_L_01' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacter_GetComponents_C_GetAudioComponents, AC_Hand_R_01) == 0x000068, "Member 'BPI_AudioCharacter_GetComponents_C_GetAudioComponents::AC_Hand_R_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_AudioCharacter_GetComponents_C \ +static_assert(alignof(IBPI_AudioCharacter_GetComponents_C) == 0x000001, "Wrong alignment on IBPI_AudioCharacter_GetComponents_C"); \ +static_assert(sizeof(IBPI_AudioCharacter_GetComponents_C) == 0x000001, "Wrong size on IBPI_AudioCharacter_GetComponents_C"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget) == 0x0000D8, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, DesiredTargetIndex) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::DesiredTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, AcquireRandomTargetIfWantedTargetDead) == 0x000004, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::AcquireRandomTargetIfWantedTargetDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, TargetRef) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::TargetRef' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, IsTargetDead) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::IsTargetDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_GetCharacterAtBattleSpotIndex_Character) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_GetCharacterAtBattleSpotIndex_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, K2Node_MakeArray_Array_1) == 0x0000B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget, CallFunc_AcquireTargetRandomHero_Output) == 0x0000D0, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTarget::CallFunc_AcquireTargetRandomHero_Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef) == 0x0000C8, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, ActorRefTarget) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::ActorRefTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, TargetRef) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::TargetRef' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, Target) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_AcquireTargetRandomHero_Output) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_AcquireTargetRandomHero_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, K2Node_MakeArray_Array_1) == 0x0000A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireSpecificTargetFromActorRef::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies) == 0x000030, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies, Target_Enemies) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies::Target_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies, CallFunc_GetAllEnemies_Enemies) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies::CallFunc_GetAllEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllEnemies::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes) == 0x000058, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, OnlyAlive) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::OnlyAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, Target_Heroes) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, CallFunc_GetAllHeroes_Target_Heroes) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::CallFunc_GetAllHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, CallFunc_GetAllAliveHeroes_Target_Heroes) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::CallFunc_GetAllAliveHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes, CallFunc_Acquire_Targets_AcquiredTargets_1) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetAllHeroes::CallFunc_Acquire_Targets_AcquiredTargets_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero) == 0x000048, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, RandomIfDead) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::RandomIfDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, Output) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, Target) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, CallFunc_GetMiddleHero_MiddleHero) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::CallFunc_GetMiddleHero_MiddleHero' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetMiddleHero::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero) == 0x000038, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero, Output) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero, CallFunc_GetRandomAliveHero_Output) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero::CallFunc_GetRandomAliveHero_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetRandomHero::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth) == 0x000048, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, Output) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, HigherTargetHealthValue) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::HigherTargetHealthValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, CurrentTarget) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, CallFunc_GetHeroWithHighestHealth_Output) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::CallFunc_GetHeroWithHighestHealth_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithHigherHealth::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth) == 0x000038, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth, Output) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth, CallFunc_GetHeroWithLowestHealth_Output) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth::CallFunc_GetHeroWithLowestHealth_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth, CallFunc_Acquire_Targets_AcquiredTargets) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_AcquireTargetWithLowerHealth::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature) == 0x000010, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature, NewHP) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature::NewHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature, PreviousHP) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_BndEvt__BP_jRPG_Enemy_Battle_Base_AC_jRPG_CharacterStats_K2Node_ComponentBoundEvent_0_OnHPChanged__DelegateSignature::PreviousHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents) == 0x000210, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, MeshComponents) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::MeshComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, Success) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, local_Components) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Array_Length_ReturnValue_2) == 0x0000B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_IsValid_ReturnValue) == 0x0000BC, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Not_PreBool_ReturnValue) == 0x0000C4, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000118, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000140, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_IsPackagedBuild_ReturnValue) == 0x000190, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Array_AddUnique_ReturnValue) == 0x000194, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000198, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents, CallFunc_Format_ReturnValue_1) == 0x000200, "Member 'BP_jRPG_Enemy_Battle_Base_C_DEBUG_CheckDisintegrationComponents::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_Desaturation \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_Desaturation) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_Desaturation"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_Desaturation) == 0x000050, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_Desaturation"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_GetExtraDisintegrationComponents_MeshComponent) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_GetExtraDisintegrationComponents_MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_DEBUG_CheckDisintegrationComponents_Success) == 0x000031, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_DEBUG_CheckDisintegrationComponents_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_Lerp_ReturnValue) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_Desaturation, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x00004C, "Member 'BP_jRPG_Enemy_Battle_Base_C_Desaturation::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount) == 0x000188, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, Output) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CurrentTarget) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, LowerTargetHealthValue) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::LowerTargetHealthValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_GetStackTrace_ReturnValue) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_GetStackTrace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_JoinStringArray_ReturnValue) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_CheckIsAlive_Value) == 0x0000F0, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Acquire_Targets_AcquiredTargets) == 0x0000F8, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000110, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, K2Node_MakeArray_Array_2) == 0x000168, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount, CallFunc_Format_ReturnValue_1) == 0x000178, "Member 'BP_jRPG_Enemy_Battle_Base_C_DONTUSEAcquireTargetWithHighestApAmount::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base) == 0x000010, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base) == 0x0003C0, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, EntryPoint) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Array_Index_Variable_2) == 0x000024, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_On_Action_Finished_HasMoreActions) == 0x000080, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_Event_DeathByCounter) == 0x000098, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_Event_DeathByCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Array_Index_Variable_3) == 0x00009C, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SelectFloat_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SelectFloat_ReturnValue_1) == 0x0000A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SelectFloat_ReturnValue_2) == 0x0000B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetExtraDisintegrationComponents_MeshComponent) == 0x0000B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetExtraDisintegrationComponents_MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_DEBUG_CheckDisintegrationComponents_Success) == 0x0000DC, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_DEBUG_CheckDisintegrationComponents_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_IsValid_ReturnValue) == 0x0000DD, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Lerp_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000100, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetActorForwardVector_ReturnValue) == 0x000108, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000120, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Lerp_ReturnValue_1) == 0x000138, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_struct_Variable) == 0x000140, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_AddComponent_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_ComponentBoundEvent_NewHP) == 0x0001A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_ComponentBoundEvent_NewHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_ComponentBoundEvent_PreviousHP) == 0x0001B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_ComponentBoundEvent_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, Temp_int_Loop_Counter_Variable_3) == 0x0001D8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Less_IntInt_ReturnValue) == 0x0001DC, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001E0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Get_Item_1) == 0x0001F8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Length_ReturnValue_1) == 0x000200, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Less_IntInt_ReturnValue_1) == 0x000204, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_CustomEvent_DelayBeforeInversion) == 0x000208, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_CustomEvent_DelayBeforeInversion' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SpawnSystemAttached_ReturnValue_2) == 0x000210, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SpawnSystemAttached_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_Origin) == 0x000218, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_BoxExtent) == 0x000230, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_SphereRadius) == 0x000248, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000250, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_FClamp_ReturnValue) == 0x000258, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_Origin_1) == 0x000260, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_BoxExtent_1) == 0x000278, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetComponentBounds_SphereRadius_1) == 0x000290, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SpawnSystemAttached_ReturnValue_3) == 0x000298, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SpawnSystemAttached_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0002A0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_FClamp_ReturnValue_1) == 0x0002A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0002B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_FClamp_ReturnValue_2) == 0x0002B8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x0002C0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0002C8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Get_Item_2) == 0x0002D8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Length_ReturnValue_2) == 0x0002E0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetMaterials_ReturnValue) == 0x0002E8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002F8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Array_Length_ReturnValue_3) == 0x0002FC, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Less_IntInt_ReturnValue_3) == 0x000300, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_MakeLiteralName_ReturnValue) == 0x000304, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_GetMaterial_ReturnValue) == 0x000310, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000318, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_DynamicCast_bSuccess) == 0x000320, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_DynamicCast_AsMaterial_Instance_Constant) == 0x000328, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_DynamicCast_AsMaterial_Instance_Constant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_DynamicCast_bSuccess_1) == 0x000330, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000334, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000338, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x000340, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000348, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x000350, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Delay_Duration_ImplicitCast) == 0x000354, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000358, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000360, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000368, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000370, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x000378, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Delay_Duration_ImplicitCast_2) == 0x00037C, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000380, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000388, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_A_ImplicitCast_1) == 0x000390, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_Divide_DoubleDouble_A_ImplicitCast_2) == 0x000398, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_Divide_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_VariableSet_BaseDesaturation_ImplicitCast) == 0x0003A0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_VariableSet_BaseDesaturation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, K2Node_VariableSet_BaseDesaturation_ImplicitCast_1) == 0x0003A8, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::K2Node_VariableSet_BaseDesaturation_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0003B0, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x0003B4, "Member 'BP_jRPG_Enemy_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Enemy_Battle_Base::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0 \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0) == 0x000010, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0, Enemies) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetAllEnemies_0::Enemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex) == 0x000050, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, BattleSpotIndex_0) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::BattleSpotIndex_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, IncludedKickedCharacters) == 0x000004, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::IncludedKickedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, Character) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, local_characters) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::local_characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003D, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetCharacterAtBattleSpotIndex::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents) == 0x000090, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, MeshComponent) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, K2Node_MakeArray_Array) == 0x000040, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000050, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007A, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, K2Node_DynamicCast_AsWidget_Component) == 0x000080, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::K2Node_DynamicCast_AsWidget_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetExtraDisintegrationComponents::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback) == 0x000028, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback, MiddleHero) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback::MiddleHero' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback, Temp_wildcard_Variable) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback, CallFunc_GetDummyMiddleCharacter_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback::CallFunc_GetDummyMiddleCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback, CallFunc_GetCharacterAtBattleSpotIndex_Character) == 0x000020, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetMiddleHeroForFeedback::CallFunc_GetCharacterAtBattleSpotIndex_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy) == 0x000020, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy, Output) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_GetRandomEnemy::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_OnDeath \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_OnDeath) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_OnDeath"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_OnDeath) == 0x000001, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_OnDeath"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_OnDeath, DeathByCounter) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_OnDeath::DeathByCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0 \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0) == 0x000020, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0, CurrentIdleState_0) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0::CurrentIdleState_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0, K2Node_DynamicCast_AsABP_Battle_Global) == 0x000010, "Member 'BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0::K2Node_DynamicCast_AsABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Enemy_Battle_Base_C_SetCurrentIdleState_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon) == 0x000001, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon) == 0x000001, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon, Enabled) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_SetIsSkillSummon::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Enemy_Battle_Base_C_SkillSummon \ +static_assert(alignof(BP_jRPG_Enemy_Battle_Base_C_SkillSummon) == 0x000008, "Wrong alignment on BP_jRPG_Enemy_Battle_Base_C_SkillSummon"); \ +static_assert(sizeof(BP_jRPG_Enemy_Battle_Base_C_SkillSummon) == 0x000008, "Wrong size on BP_jRPG_Enemy_Battle_Base_C_SkillSummon"); \ +static_assert(offsetof(BP_jRPG_Enemy_Battle_Base_C_SkillSummon, DelayBeforeInversion) == 0x000000, "Member 'BP_jRPG_Enemy_Battle_Base_C_SkillSummon::DelayBeforeInversion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_Enemy_Battle_Base_C \ +static_assert(alignof(ABP_jRPG_Enemy_Battle_Base_C) == 0x000010, "Wrong alignment on ABP_jRPG_Enemy_Battle_Base_C"); \ +static_assert(sizeof(ABP_jRPG_Enemy_Battle_Base_C) == 0x001640, "Wrong size on ABP_jRPG_Enemy_Battle_Base_C"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, UberGraphFrame_BP_jRPG_Enemy_Battle_Base_C) == 0x001568, "Member 'ABP_jRPG_Enemy_Battle_Base_C::UberGraphFrame_BP_jRPG_Enemy_Battle_Base_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, BP_RandomColor) == 0x001570, "Member 'ABP_jRPG_Enemy_Battle_Base_C::BP_RandomColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Summon_0_To_1_D651999F4D3D7B2A531AA4AE6BC1DCEB) == 0x001578, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Summon_0_To_1_D651999F4D3D7B2A531AA4AE6BC1DCEB' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Summon__Direction_D651999F4D3D7B2A531AA4AE6BC1DCEB) == 0x00157C, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Summon__Direction_D651999F4D3D7B2A531AA4AE6BC1DCEB' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Summon) == 0x001580, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Summon' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Die_Timeline_0to1_EE63331D49F0B879DD242BAAAEDBB88C) == 0x001588, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Die_Timeline_0to1_EE63331D49F0B879DD242BAAAEDBB88C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Die_Timeline__Direction_EE63331D49F0B879DD242BAAAEDBB88C) == 0x00158C, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Die_Timeline__Direction_EE63331D49F0B879DD242BAAAEDBB88C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Die_Timeline) == 0x001590, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Die_Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Stack1) == 0x001598, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Stack1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, CurrentIdleState_0) == 0x0015A0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::CurrentIdleState_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, DEBUG_RandomHeroAcquireOverride) == 0x0015A8, "Member 'ABP_jRPG_Enemy_Battle_Base_C::DEBUG_RandomHeroAcquireOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, DEPRECATED_HitAnim_Normal_0) == 0x0015B0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::DEPRECATED_HitAnim_Normal_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, DEPRECATED_HitAnim_Weakness_0) == 0x0015C0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::DEPRECATED_HitAnim_Weakness_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, DEPRECATED_HitAnim_Resistant_0) == 0x0015D0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::DEPRECATED_HitAnim_Resistant_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, TurnStartPostProcessing) == 0x0015E0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::TurnStartPostProcessing' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, DesaturateWhenLosingLife) == 0x0015E8, "Member 'ABP_jRPG_Enemy_Battle_Base_C::DesaturateWhenLosingLife' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, HighestApAmount) == 0x0015F0, "Member 'ABP_jRPG_Enemy_Battle_Base_C::HighestApAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, ShouldDesintegrateOnDeath) == 0x0015F8, "Member 'ABP_jRPG_Enemy_Battle_Base_C::ShouldDesintegrateOnDeath' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, IsSkillSummon) == 0x0015F9, "Member 'ABP_jRPG_Enemy_Battle_Base_C::IsSkillSummon' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, Delay_Before_Inversion) == 0x001600, "Member 'ABP_jRPG_Enemy_Battle_Base_C::Delay_Before_Inversion' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, BaseDesaturation) == 0x001608, "Member 'ABP_jRPG_Enemy_Battle_Base_C::BaseDesaturation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, ElementIndexForBaseDesaturation) == 0x001610, "Member 'ABP_jRPG_Enemy_Battle_Base_C::ElementIndexForBaseDesaturation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, SummonMaterial) == 0x001618, "Member 'ABP_jRPG_Enemy_Battle_Base_C::SummonMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, VFXSummonColor) == 0x001620, "Member 'ABP_jRPG_Enemy_Battle_Base_C::VFXSummonColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Enemy_Battle_Base_C, SkillSummonVFXMultiplier) == 0x001630, "Member 'ABP_jRPG_Enemy_Battle_Base_C::SkillSummonVFXMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans0_Lumina_C \ +static_assert(alignof(UCTS_NSans0_Lumina_C) == 0x000010, "Wrong alignment on UCTS_NSans0_Lumina_C"); \ +static_assert(sizeof(UCTS_NSans0_Lumina_C) == 0x0001B0, "Wrong size on UCTS_NSans0_Lumina_C"); \ + +#define DUMPER7_ASSERTS_BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName \ +static_assert(alignof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName) == 0x000008, "Wrong alignment on BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName"); \ +static_assert(sizeof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName) == 0x000010, "Wrong size on BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName"); \ +static_assert(offsetof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName, ConditionDisplayName_0) == 0x000000, "Member 'BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayName::ConditionDisplayName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip \ +static_assert(alignof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip) == 0x000008, "Wrong alignment on BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip"); \ +static_assert(sizeof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip) == 0x000010, "Wrong size on BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip"); \ +static_assert(offsetof(BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip, ConditionDisplayTooltip_0) == 0x000000, "Member 'BP_MerchantConditionCheckerDataAsset_C_GetConditionDisplayTooltip::ConditionDisplayTooltip_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MerchantConditionCheckerDataAsset_C \ +static_assert(alignof(UBP_MerchantConditionCheckerDataAsset_C) == 0x000008, "Wrong alignment on UBP_MerchantConditionCheckerDataAsset_C"); \ +static_assert(sizeof(UBP_MerchantConditionCheckerDataAsset_C) == 0x000058, "Wrong size on UBP_MerchantConditionCheckerDataAsset_C"); \ +static_assert(offsetof(UBP_MerchantConditionCheckerDataAsset_C, ConditionDisplayName) == 0x000038, "Member 'UBP_MerchantConditionCheckerDataAsset_C::ConditionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_MerchantConditionCheckerDataAsset_C, ConditionDisplayTooltip) == 0x000048, "Member 'UBP_MerchantConditionCheckerDataAsset_C::ConditionDisplayTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCR_Mannequin_Procedural_C \ +static_assert(alignof(UCR_Mannequin_Procedural_C) == 0x000008, "Wrong alignment on UCR_Mannequin_Procedural_C"); \ +static_assert(sizeof(UCR_Mannequin_Procedural_C) == 0x000AA8, "Wrong size on UCR_Mannequin_Procedural_C"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_PartySlot \ +static_assert(alignof(FS_jRPG_PartySlot) == 0x000004, "Wrong alignment on FS_jRPG_PartySlot"); \ +static_assert(sizeof(FS_jRPG_PartySlot) == 0x00000C, "Wrong size on FS_jRPG_PartySlot"); \ +static_assert(offsetof(FS_jRPG_PartySlot, CharacterHardcodedName_2_2A63D4C5433428900D69748563F50580) == 0x000000, "Member 'FS_jRPG_PartySlot::CharacterHardcodedName_2_2A63D4C5433428900D69748563F50580' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_PartySlot, Formation_5_710E67F044BACE578CEE51AF24DC58B0) == 0x000008, "Member 'FS_jRPG_PartySlot::Formation_5_710E67F044BACE578CEE51AF24DC58B0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_SaveSlotMetaData \ +static_assert(alignof(FS_SaveSlotMetaData) == 0x000008, "Wrong alignment on FS_SaveSlotMetaData"); \ +static_assert(sizeof(FS_SaveSlotMetaData) == 0x000030, "Wrong size on FS_SaveSlotMetaData"); \ +static_assert(offsetof(FS_SaveSlotMetaData, SaveDateTime_19_E1A0380D4016F1F87AE4F1B01B724E41) == 0x000000, "Member 'FS_SaveSlotMetaData::SaveDateTime_19_E1A0380D4016F1F87AE4F1B01B724E41' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotMetaData, TimePlayed_6_37712C2447FFCEA1BCF1B6AAD59EA130) == 0x000008, "Member 'FS_SaveSlotMetaData::TimePlayed_6_37712C2447FFCEA1BCF1B6AAD59EA130' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotMetaData, LastMap_3_C6EC466D4499E9E35F97088B929675EA) == 0x000010, "Member 'FS_SaveSlotMetaData::LastMap_3_C6EC466D4499E9E35F97088B929675EA' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotMetaData, CurrentParty_18_DEB67ADC4AF742D198E6E981BADE3FDF) == 0x000018, "Member 'FS_SaveSlotMetaData::CurrentParty_18_DEB67ADC4AF742D198E6E981BADE3FDF' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveSlotMetaData, FinishedGameCount_21_BEA879764C8337FE19948D938B36545C) == 0x000028, "Member 'FS_SaveSlotMetaData::FinishedGameCount_21_BEA879764C8337FE19948D938B36545C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_LoadLevel_C_GetInstanceClass \ +static_assert(alignof(BP_PDT_GameAction_LoadLevel_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_PDT_GameAction_LoadLevel_C_GetInstanceClass"); \ +static_assert(sizeof(BP_PDT_GameAction_LoadLevel_C_GetInstanceClass) == 0x000008, "Wrong size on BP_PDT_GameAction_LoadLevel_C_GetInstanceClass"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_PDT_GameAction_LoadLevel_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_LoadLevel_C_ValidateGameAction \ +static_assert(alignof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_PDT_GameAction_LoadLevel_C_ValidateGameAction"); \ +static_assert(sizeof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction) == 0x000050, "Wrong size on BP_PDT_GameAction_LoadLevel_C_ValidateGameAction"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000021, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000038, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_LoadLevel_C_ValidateGameAction, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000048, "Member 'BP_PDT_GameAction_LoadLevel_C_ValidateGameAction::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PDT_GameAction_LoadLevel_C \ +static_assert(alignof(UBP_PDT_GameAction_LoadLevel_C) == 0x000008, "Wrong alignment on UBP_PDT_GameAction_LoadLevel_C"); \ +static_assert(sizeof(UBP_PDT_GameAction_LoadLevel_C) == 0x000050, "Wrong size on UBP_PDT_GameAction_LoadLevel_C"); \ +static_assert(offsetof(UBP_PDT_GameAction_LoadLevel_C, Level_Destination) == 0x000030, "Member 'UBP_PDT_GameAction_LoadLevel_C::Level_Destination' has a wrong offset!"); \ +static_assert(offsetof(UBP_PDT_GameAction_LoadLevel_C, TargetLevel) == 0x000038, "Member 'UBP_PDT_GameAction_LoadLevel_C::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_PDT_GameAction_LoadLevel_C, SpawnPointTag) == 0x000048, "Member 'UBP_PDT_GameAction_LoadLevel_C::SpawnPointTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GearScalingLevel \ +static_assert(alignof(FS_GearScalingLevel) == 0x000008, "Wrong alignment on FS_GearScalingLevel"); \ +static_assert(sizeof(FS_GearScalingLevel) == 0x000060, "Wrong size on FS_GearScalingLevel"); \ +static_assert(offsetof(FS_GearScalingLevel, Level_2_90763A154CD780355ABBC89C3E42BD18) == 0x000000, "Member 'FS_GearScalingLevel::Level_2_90763A154CD780355ABBC89C3E42BD18' has a wrong offset!"); \ +static_assert(offsetof(FS_GearScalingLevel, Stats_19_14AC0B3B43D586575C5433A630321A61) == 0x000008, "Member 'FS_GearScalingLevel::Stats_19_14AC0B3B43D586575C5433A630321A61' has a wrong offset!"); \ +static_assert(offsetof(FS_GearScalingLevel, ChromaValue_4_4072CA3C43CB6F0444C1DA8A5430C960) == 0x000058, "Member 'FS_GearScalingLevel::ChromaValue_4_4072CA3C43CB6F0444C1DA8A5430C960' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EventRoutingSystemComponent_C_DeclareEvent \ +static_assert(alignof(BP_EventRoutingSystemComponent_C_DeclareEvent) == 0x000008, "Wrong alignment on BP_EventRoutingSystemComponent_C_DeclareEvent"); \ +static_assert(sizeof(BP_EventRoutingSystemComponent_C_DeclareEvent) == 0x000230, "Wrong size on BP_EventRoutingSystemComponent_C_DeclareEvent"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, SkillHandle) == 0x000000, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::SkillHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, Event) == 0x000020, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, DebugName) == 0x000030, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, local_skillInstance) == 0x000040, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::local_skillInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_BindSkill_EventHandle) == 0x000058, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_BindSkill_EventHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000D0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_IsValid_Guid_ReturnValue) == 0x000170, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000188, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Conv_GuidToString_ReturnValue) == 0x0001A0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001B0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_SpawnObject_ReturnValue) == 0x0001C0, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001C8, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, K2Node_MakeArray_Array_1) == 0x000210, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_DeclareEvent, CallFunc_Format_ReturnValue_1) == 0x000220, "Member 'BP_EventRoutingSystemComponent_C_DeclareEvent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle \ +static_assert(alignof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle) == 0x000008, "Wrong alignment on BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle"); \ +static_assert(sizeof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle) == 0x000260, "Wrong size on BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, EventHandle) == 0x000000, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::EventHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_GuidToString_ReturnValue) == 0x0000E0, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000100, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeStruct_FormatArgumentData_3) == 0x000158, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_GetOwner_ReturnValue) == 0x0001B0, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_GetDisplayName_ReturnValue_1) == 0x0001C8, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0001D8, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E8, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Map_Find_Value) == 0x000230, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Map_Find_ReturnValue) == 0x000238, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, K2Node_MakeArray_Array_1) == 0x000240, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle, CallFunc_Format_ReturnValue_1) == 0x000250, "Member 'BP_EventRoutingSystemComponent_C_ExecuteEventFromHandle::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle \ +static_assert(alignof(BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle) == 0x000008, "Wrong alignment on BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle"); \ +static_assert(sizeof(BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle) == 0x000020, "Wrong size on BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle"); \ +static_assert(offsetof(BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle, ReturnValue) == 0x000000, "Member 'BP_EventRoutingSystemComponent_C_GetLastExecutedEventHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EventRoutingSystemComponent_C \ +static_assert(alignof(UBP_EventRoutingSystemComponent_C) == 0x000008, "Wrong alignment on UBP_EventRoutingSystemComponent_C"); \ +static_assert(sizeof(UBP_EventRoutingSystemComponent_C) == 0x000110, "Wrong size on UBP_EventRoutingSystemComponent_C"); \ +static_assert(offsetof(UBP_EventRoutingSystemComponent_C, SkillInstances) == 0x0000A0, "Member 'UBP_EventRoutingSystemComponent_C::SkillInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_EventRoutingSystemComponent_C, LastExecutedEventHandle) == 0x0000F0, "Member 'UBP_EventRoutingSystemComponent_C::LastExecutedEventHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn \ +static_assert(alignof(BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn, EntryPoint) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_ExecuteUbergraph_BP_PhotoModeLightPawn::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetAttenuationRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetAttenuationRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetAttenuationRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetAttenuationRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetAttenuationRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetAttenuationRadius, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetCastShadows \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetCastShadows) == 0x000001, "Wrong alignment on BP_PhotoModeLightPawn_C_GetCastShadows"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetCastShadows) == 0x000001, "Wrong size on BP_PhotoModeLightPawn_C_GetCastShadows"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetCastShadows, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetCastShadows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetInnerConeAngle \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetInnerConeAngle) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetInnerConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetInnerConeAngle) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetInnerConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetInnerConeAngle, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetLightColorHSV \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetLightColorHSV) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetLightColorHSV"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetLightColorHSV) == 0x000030, "Wrong size on BP_PhotoModeLightPawn_C_GetLightColorHSV"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetLightColorHSV, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetLightColorHSV::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetLightColorHSV, CallFunc_GetLightColor_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightPawn_C_GetLightColorHSV::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetLightColorHSV, CallFunc_RGBLinearToHSV_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightPawn_C_GetLightColorHSV::CallFunc_RGBLinearToHSV_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetLightIntensity \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetLightIntensity) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetLightIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetLightIntensity) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetLightIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetLightIntensity, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetLightIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetLightType \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetLightType) == 0x000001, "Wrong alignment on BP_PhotoModeLightPawn_C_GetLightType"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetLightType) == 0x000001, "Wrong size on BP_PhotoModeLightPawn_C_GetLightType"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetLightType, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetLightType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetOuterConeAngle \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetOuterConeAngle) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetOuterConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetOuterConeAngle) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetOuterConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetOuterConeAngle, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetSoftSourceRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetSoftSourceRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetSoftSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetSoftSourceRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetSoftSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetSoftSourceRadius, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetSoftSourceRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetSourceRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetSourceRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetSourceRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetSourceRadius, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetSourceRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity \ +static_assert(alignof(BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_GetVolumetricScatteringIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetAttenuationRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetAttenuationRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetAttenuationRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetAttenuationRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetAttenuationRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetAttenuationRadius, Radius) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetAttenuationRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetCastShadows \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetCastShadows) == 0x000001, "Wrong alignment on BP_PhotoModeLightPawn_C_SetCastShadows"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetCastShadows) == 0x000001, "Wrong size on BP_PhotoModeLightPawn_C_SetCastShadows"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetCastShadows, Value) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetCastShadows::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetInnerConeAngle \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetInnerConeAngle) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetInnerConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetInnerConeAngle) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetInnerConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetInnerConeAngle, InnerConeAngle) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetInnerConeAngle::InnerConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetLightColorRGB \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetLightColorRGB) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetLightColorRGB"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetLightColorRGB) == 0x000010, "Wrong size on BP_PhotoModeLightPawn_C_SetLightColorRGB"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetLightColorRGB, Color) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetLightColorRGB::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetLightIntensity \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetLightIntensity) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetLightIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetLightIntensity) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetLightIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetLightIntensity, Intensity) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetLightIntensity::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetLightType \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetLightType) == 0x000001, "Wrong alignment on BP_PhotoModeLightPawn_C_SetLightType"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetLightType) == 0x000002, "Wrong size on BP_PhotoModeLightPawn_C_SetLightType"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetLightType, LightType) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetLightType::LightType' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetLightType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_PhotoModeLightPawn_C_SetLightType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetOuterConeAngle \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetOuterConeAngle) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetOuterConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetOuterConeAngle) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetOuterConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetOuterConeAngle, OuterConeAngle) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetOuterConeAngle::OuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetSoftSourceRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetSoftSourceRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetSoftSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetSoftSourceRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetSoftSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetSoftSourceRadius, Radius) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetSoftSourceRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetSourceRadius \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetSourceRadius) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetSourceRadius) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetSourceRadius, Radius) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetSourceRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetVisualHelpEnabled \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetVisualHelpEnabled) == 0x000001, "Wrong alignment on BP_PhotoModeLightPawn_C_SetVisualHelpEnabled"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetVisualHelpEnabled) == 0x000002, "Wrong size on BP_PhotoModeLightPawn_C_SetVisualHelpEnabled"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetVisualHelpEnabled, Enabled) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetVisualHelpEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetVisualHelpEnabled, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_PhotoModeLightPawn_C_SetVisualHelpEnabled::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity \ +static_assert(alignof(BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity, Intensity) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_SetVolumetricScatteringIntensity::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightPawn_C_UpdateMaterialParameters \ +static_assert(alignof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters) == 0x000008, "Wrong alignment on BP_PhotoModeLightPawn_C_UpdateMaterialParameters"); \ +static_assert(sizeof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters) == 0x000040, "Wrong size on BP_PhotoModeLightPawn_C_UpdateMaterialParameters"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters, MeshComponent_0) == 0x000000, "Member 'BP_PhotoModeLightPawn_C_UpdateMaterialParameters::MeshComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters, Opacity) == 0x000008, "Member 'BP_PhotoModeLightPawn_C_UpdateMaterialParameters::Opacity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters, CallFunc_GetLightColor_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightPawn_C_UpdateMaterialParameters::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightPawn_C_UpdateMaterialParameters::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightPawn_C_UpdateMaterialParameters, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000038, "Member 'BP_PhotoModeLightPawn_C_UpdateMaterialParameters::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoModeLightPawn_C \ +static_assert(alignof(ABP_PhotoModeLightPawn_C) == 0x000008, "Wrong alignment on ABP_PhotoModeLightPawn_C"); \ +static_assert(sizeof(ABP_PhotoModeLightPawn_C) == 0x000370, "Wrong size on ABP_PhotoModeLightPawn_C"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, UberGraphFrame) == 0x000340, "Member 'ABP_PhotoModeLightPawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, Cone) == 0x000348, "Member 'ABP_PhotoModeLightPawn_C::Cone' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, Sphere) == 0x000350, "Member 'ABP_PhotoModeLightPawn_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, SpotLight) == 0x000358, "Member 'ABP_PhotoModeLightPawn_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, PointLight) == 0x000360, "Member 'ABP_PhotoModeLightPawn_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeLightPawn_C, CurrentLightType) == 0x000368, "Member 'ABP_PhotoModeLightPawn_C::CurrentLightType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_UINavigationElement_C_GetTiedObject \ +static_assert(alignof(BPI_UINavigationElement_C_GetTiedObject) == 0x000008, "Wrong alignment on BPI_UINavigationElement_C_GetTiedObject"); \ +static_assert(sizeof(BPI_UINavigationElement_C_GetTiedObject) == 0x000008, "Wrong size on BPI_UINavigationElement_C_GetTiedObject"); \ +static_assert(offsetof(BPI_UINavigationElement_C_GetTiedObject, Object) == 0x000000, "Member 'BPI_UINavigationElement_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_UINavigationElement_C_OnUINavigationFocus \ +static_assert(alignof(BPI_UINavigationElement_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BPI_UINavigationElement_C_OnUINavigationFocus"); \ +static_assert(sizeof(BPI_UINavigationElement_C_OnUINavigationFocus) == 0x000008, "Wrong size on BPI_UINavigationElement_C_OnUINavigationFocus"); \ +static_assert(offsetof(BPI_UINavigationElement_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BPI_UINavigationElement_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_UINavigationElement_C \ +static_assert(alignof(IBPI_UINavigationElement_C) == 0x000001, "Wrong alignment on IBPI_UINavigationElement_C"); \ +static_assert(sizeof(IBPI_UINavigationElement_C) == 0x000001, "Wrong size on IBPI_UINavigationElement_C"); \ + +#define DUMPER7_ASSERTS_FFUINavigationNode \ +static_assert(alignof(FFUINavigationNode) == 0x000008, "Wrong alignment on FFUINavigationNode"); \ +static_assert(sizeof(FFUINavigationNode) == 0x000040, "Wrong size on FFUINavigationNode"); \ +static_assert(offsetof(FFUINavigationNode, NodeID_17_AB7984144EB4421550DBF89DA374165E) == 0x000000, "Member 'FFUINavigationNode::NodeID_17_AB7984144EB4421550DBF89DA374165E' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, Element_11_189FC41B4761AC9E70A25597E4BB0943) == 0x000008, "Member 'FFUINavigationNode::Element_11_189FC41B4761AC9E70A25597E4BB0943' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, ParentNodeID_24_4601CDB44F973CB50E61AEBBE99DE5FC) == 0x000018, "Member 'FFUINavigationNode::ParentNodeID_24_4601CDB44F973CB50E61AEBBE99DE5FC' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, LeftTargetID_18_AD08C27045ECE8642BA556A70A99DA11) == 0x00001C, "Member 'FFUINavigationNode::LeftTargetID_18_AD08C27045ECE8642BA556A70A99DA11' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, UpTargetID_19_30011D4345681EC25C52B3A98863F745) == 0x000020, "Member 'FFUINavigationNode::UpTargetID_19_30011D4345681EC25C52B3A98863F745' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, RightTargetID_20_9184D3C2437FA90B935DF18BBE32A38A) == 0x000024, "Member 'FFUINavigationNode::RightTargetID_20_9184D3C2437FA90B935DF18BBE32A38A' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, BottomTargetID_21_2B93F81549E4A22B58FD868EF29BBCD9) == 0x000028, "Member 'FFUINavigationNode::BottomTargetID_21_2B93F81549E4A22B58FD868EF29BBCD9' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, Outer_27_2C29CC9543CE2F720BA688A46849D0A4) == 0x000030, "Member 'FFUINavigationNode::Outer_27_2C29CC9543CE2F720BA688A46849D0A4' has a wrong offset!"); \ +static_assert(offsetof(FFUINavigationNode, NavigationLayer_30_13CC8C5A46873C6FEC7C179FA641A49F) == 0x000038, "Member 'FFUINavigationNode::NavigationLayer_30_13CC8C5A46873C6FEC7C179FA641A49F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar \ +static_assert(alignof(WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar) == 0x000004, "Wrong alignment on WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar"); \ +static_assert(sizeof(WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar) == 0x000008, "Wrong size on WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar"); \ +static_assert(offsetof(WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar, EntryPoint) == 0x000000, "Member 'WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar, K2Node_CustomEvent_Value) == 0x000004, "Member 'WBP_BattleWheel_AP_Bar_C_ExecuteUbergraph_WBP_BattleWheel_AP_Bar::K2Node_CustomEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_AP_Bar_C_SetAPValue \ +static_assert(alignof(WBP_BattleWheel_AP_Bar_C_SetAPValue) == 0x000004, "Wrong alignment on WBP_BattleWheel_AP_Bar_C_SetAPValue"); \ +static_assert(sizeof(WBP_BattleWheel_AP_Bar_C_SetAPValue) == 0x000004, "Wrong size on WBP_BattleWheel_AP_Bar_C_SetAPValue"); \ +static_assert(offsetof(WBP_BattleWheel_AP_Bar_C_SetAPValue, Value) == 0x000000, "Member 'WBP_BattleWheel_AP_Bar_C_SetAPValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheel_AP_Bar_C \ +static_assert(alignof(UWBP_BattleWheel_AP_Bar_C) == 0x000008, "Wrong alignment on UWBP_BattleWheel_AP_Bar_C"); \ +static_assert(sizeof(UWBP_BattleWheel_AP_Bar_C) == 0x000300, "Wrong size on UWBP_BattleWheel_AP_Bar_C"); \ +static_assert(offsetof(UWBP_BattleWheel_AP_Bar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleWheel_AP_Bar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_AP_Bar_C, Image_underline) == 0x0002E8, "Member 'UWBP_BattleWheel_AP_Bar_C::Image_underline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_AP_Bar_C, WBP_AP_SlotBar_53) == 0x0002F0, "Member 'UWBP_BattleWheel_AP_Bar_C::WBP_AP_SlotBar_53' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_AP_Bar_C, WBP_HUD_AP_ICO) == 0x0002F8, "Member 'UWBP_BattleWheel_AP_Bar_C::WBP_HUD_AP_ICO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget \ +static_assert(alignof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget"); \ +static_assert(sizeof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget) == 0x000028, "Wrong size on BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget, EntryPoint) == 0x000000, "Member 'BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget, CallFunc_GetAllChildren_ReturnValue) == 0x000008, "Member 'BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget, K2Node_Event_FocusEventBP) == 0x000020, "Member 'BP_UINavigationGenericElement_PanelWidget_C_ExecuteUbergraph_BP_UINavigationGenericElement_PanelWidget::K2Node_Event_FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject \ +static_assert(alignof(BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject"); \ +static_assert(sizeof(BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject) == 0x000008, "Wrong size on BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject, Object) == 0x000000, "Member 'BP_UINavigationGenericElement_PanelWidget_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus \ +static_assert(alignof(BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_UINavigationGenericElement_PanelWidget_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UINavigationGenericElement_PanelWidget_C \ +static_assert(alignof(UBP_UINavigationGenericElement_PanelWidget_C) == 0x000008, "Wrong alignment on UBP_UINavigationGenericElement_PanelWidget_C"); \ +static_assert(sizeof(UBP_UINavigationGenericElement_PanelWidget_C) == 0x000038, "Wrong size on UBP_UINavigationGenericElement_PanelWidget_C"); \ +static_assert(offsetof(UBP_UINavigationGenericElement_PanelWidget_C, UberGraphFrame) == 0x000028, "Member 'UBP_UINavigationGenericElement_PanelWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationGenericElement_PanelWidget_C, PanelWidget) == 0x000030, "Member 'UBP_UINavigationGenericElement_PanelWidget_C::PanelWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_C_Appear_Portraits \ +static_assert(alignof(WBP_HUD_TurnOrder_C_Appear_Portraits) == 0x000001, "Wrong alignment on WBP_HUD_TurnOrder_C_Appear_Portraits"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_C_Appear_Portraits) == 0x000001, "Wrong size on WBP_HUD_TurnOrder_C_Appear_Portraits"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_Appear_Portraits, PlayAnim) == 0x000000, "Member 'WBP_HUD_TurnOrder_C_Appear_Portraits::PlayAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder \ +static_assert(alignof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder) == 0x000008, "Wrong alignment on WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder) == 0x000160, "Wrong size on WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, EntryPoint) == 0x000000, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable) == 0x000004, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Variable) == 0x000008, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_wildcard_Variable) == 0x000018, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000019, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Array_Index_Variable_2) == 0x000054, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Loop_Counter_Variable_2) == 0x000058, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Loop_Counter_Variable_3) == 0x00005C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Add_IntInt_ReturnValue_3) == 0x000064, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Array_Index_Variable_3) == 0x000068, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_Event_IsDesignTime) == 0x00006C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_SpawnObject_ReturnValue) == 0x000070, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000078, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_CustomEvent_Characters) == 0x000088, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_CustomEvent_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_CustomEvent_BattleManager) == 0x000098, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_CustomEvent_BattleManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x0000A8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_GetTeam_Team) == 0x0000BD, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000BE, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_SpawnObject_ReturnValue_1) == 0x0000C0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Add_ReturnValue_1) == 0x0000C8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_1) == 0x0000CC, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x0000D0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_2) == 0x0000D8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_HasAnyChildren_ReturnValue) == 0x0000D9, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_CustomEvent_PlayAnim) == 0x0000DA, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_CustomEvent_PlayAnim' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Not_PreBool_ReturnValue) == 0x0000DB, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Get_Item_2) == 0x0000E0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Get_Item_3) == 0x0000E8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Length_ReturnValue_2) == 0x0000F4, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F8, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F9, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_int_Variable_1) == 0x0000FC, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_CustomEvent_Character) == 0x000100, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Length_ReturnValue_3) == 0x000110, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000115, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Add_IntInt_ReturnValue_4) == 0x000118, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_3) == 0x00011C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Map_Keys_Keys) == 0x000120, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Get_Item_4) == 0x000130, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Length_ReturnValue_4) == 0x000138, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Less_IntInt_ReturnValue_3) == 0x00013C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Map_Find_Value) == 0x000140, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Map_Find_ReturnValue) == 0x000148, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000150, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_GetCharacterBattleBase_IsValid) == 0x000158, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_4) == 0x000159, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, CallFunc_Array_Contains_ReturnValue) == 0x00015A, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_5) == 0x00015B, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, Temp_bool_Variable_6) == 0x00015C, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder, K2Node_Select_Default) == 0x00015D, "Member 'WBP_HUD_TurnOrder_C_ExecuteUbergraph_WBP_HUD_TurnOrder::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged \ +static_assert(alignof(WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged) == 0x000008, "Wrong alignment on WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged) == 0x000010, "Wrong size on WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged, Character) == 0x000000, "Member 'WBP_HUD_TurnOrder_C_OnTargetedCharacterChanged::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_C_PreConstruct \ +static_assert(alignof(WBP_HUD_TurnOrder_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_TurnOrder_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_TurnOrder_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_TurnOrder_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_C_SetCharacters \ +static_assert(alignof(WBP_HUD_TurnOrder_C_SetCharacters) == 0x000008, "Wrong alignment on WBP_HUD_TurnOrder_C_SetCharacters"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_C_SetCharacters) == 0x000018, "Wrong size on WBP_HUD_TurnOrder_C_SetCharacters"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_SetCharacters, Characters) == 0x000000, "Member 'WBP_HUD_TurnOrder_C_SetCharacters::Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_C_SetCharacters, BattleManager) == 0x000010, "Member 'WBP_HUD_TurnOrder_C_SetCharacters::BattleManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_TurnOrder_C \ +static_assert(alignof(UWBP_HUD_TurnOrder_C) == 0x000008, "Wrong alignment on UWBP_HUD_TurnOrder_C"); \ +static_assert(sizeof(UWBP_HUD_TurnOrder_C) == 0x000380, "Wrong size on UWBP_HUD_TurnOrder_C"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_TurnOrder_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, Arrow) == 0x0002E8, "Member 'UWBP_HUD_TurnOrder_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, RetainerBox_0) == 0x0002F0, "Member 'UWBP_HUD_TurnOrder_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, VerticalBox_74) == 0x0002F8, "Member 'UWBP_HUD_TurnOrder_C::VerticalBox_74' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, WBP_HUD_TurnOrder_Portrait) == 0x000300, "Member 'UWBP_HUD_TurnOrder_C::WBP_HUD_TurnOrder_Portrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, WBP_HUD_TurnOrder_Portrait_1) == 0x000308, "Member 'UWBP_HUD_TurnOrder_C::WBP_HUD_TurnOrder_Portrait_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, WBP_HUD_TurnOrder_Portrait_2) == 0x000310, "Member 'UWBP_HUD_TurnOrder_C::WBP_HUD_TurnOrder_Portrait_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, WBP_TurnOrder_ActiveCharacterBackground) == 0x000318, "Member 'UWBP_HUD_TurnOrder_C::WBP_TurnOrder_ActiveCharacterBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, Portraits_List) == 0x000320, "Member 'UWBP_HUD_TurnOrder_C::Portraits_List' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_C, PortraitsToCharacters) == 0x000330, "Member 'UWBP_HUD_TurnOrder_C::PortraitsToCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_InteractiveMusicParameters \ +static_assert(alignof(FS_InteractiveMusicParameters) == 0x000008, "Wrong alignment on FS_InteractiveMusicParameters"); \ +static_assert(sizeof(FS_InteractiveMusicParameters) == 0x000018, "Wrong size on FS_InteractiveMusicParameters"); \ +static_assert(offsetof(FS_InteractiveMusicParameters, Music_2_87A789F742039AA5DF05D0BFE10C5604) == 0x000000, "Member 'FS_InteractiveMusicParameters::Music_2_87A789F742039AA5DF05D0BFE10C5604' has a wrong offset!"); \ +static_assert(offsetof(FS_InteractiveMusicParameters, AudioTrigger_6_94089C9F4FB0CEBFBB7CB5BB0E6C3086) == 0x000008, "Member 'FS_InteractiveMusicParameters::AudioTrigger_6_94089C9F4FB0CEBFBB7CB5BB0E6C3086' has a wrong offset!"); \ +static_assert(offsetof(FS_InteractiveMusicParameters, Context_9_AC4E800D437EF030BFB25DABDD55BD18) == 0x000010, "Member 'FS_InteractiveMusicParameters::Context_9_AC4E800D437EF030BFB25DABDD55BD18' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_InteractiveMusicContextSwitch \ +static_assert(alignof(FS_InteractiveMusicContextSwitch) == 0x000004, "Wrong alignment on FS_InteractiveMusicContextSwitch"); \ +static_assert(sizeof(FS_InteractiveMusicContextSwitch) == 0x00000C, "Wrong size on FS_InteractiveMusicContextSwitch"); \ +static_assert(offsetof(FS_InteractiveMusicContextSwitch, Context_11_783509EB435E065292ED56BD42D1F6DD) == 0x000000, "Member 'FS_InteractiveMusicContextSwitch::Context_11_783509EB435E065292ED56BD42D1F6DD' has a wrong offset!"); \ +static_assert(offsetof(FS_InteractiveMusicContextSwitch, AudioTriggerName_13_5854460641D5E5E8C4114286C0DEE697) == 0x000004, "Member 'FS_InteractiveMusicContextSwitch::AudioTriggerName_13_5854460641D5E5E8C4114286C0DEE697' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AreaAudioParameters \ +static_assert(alignof(FS_AreaAudioParameters) == 0x000008, "Wrong alignment on FS_AreaAudioParameters"); \ +static_assert(sizeof(FS_AreaAudioParameters) == 0x000038, "Wrong size on FS_AreaAudioParameters"); \ +static_assert(offsetof(FS_AreaAudioParameters, Ambience_18_EDAF45714DB67BD53FE2A1A0FA34AA4F) == 0x000000, "Member 'FS_AreaAudioParameters::Ambience_18_EDAF45714DB67BD53FE2A1A0FA34AA4F' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, AudioTriggerParameterName_23_05053E0C4A56401DB2B3D3A3D0DF932E) == 0x000008, "Member 'FS_AreaAudioParameters::AudioTriggerParameterName_23_05053E0C4A56401DB2B3D3A3D0DF932E' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, Music_5_35EEEA9247EA4D88962913BADC12BC58) == 0x000010, "Member 'FS_AreaAudioParameters::Music_5_35EEEA9247EA4D88962913BADC12BC58' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, Music_FadeOut_12_16E96D27447BCE6393134092E0D1128F) == 0x000018, "Member 'FS_AreaAudioParameters::Music_FadeOut_12_16E96D27447BCE6393134092E0D1128F' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, Music_FadeIn_17_8D9540024FC2B378F46A358DC33C7BBC) == 0x000020, "Member 'FS_AreaAudioParameters::Music_FadeIn_17_8D9540024FC2B378F46A358DC33C7BBC' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, InteractiveMusicContext_26_ED5A230A4F4F0C24F02B2B8E12E9EB97) == 0x000028, "Member 'FS_AreaAudioParameters::InteractiveMusicContext_26_ED5A230A4F4F0C24F02B2B8E12E9EB97' has a wrong offset!"); \ +static_assert(offsetof(FS_AreaAudioParameters, ControlBusMix_29_B89A4CB74D2492DA9E77F4B77B889784) == 0x000030, "Member 'FS_AreaAudioParameters::ControlBusMix_29_B89A4CB74D2492DA9E77F4B77B889784' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue \ +static_assert(alignof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue) == 0x000008, "Wrong alignment on WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue) == 0x0001F0, "Wrong size on WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, EntryPoint) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_GetCurrentLevelData_Found) == 0x000004, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_GetCurrentLevelData_LevelData) == 0x000008, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_GetCurrentLevelData_RowName) == 0x0001B8, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, K2Node_CreateDelegate_OutputDelegate) == 0x0001C0, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_TextIsEmpty_ReturnValue) == 0x0001D0, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D1, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_Not_PreBool_ReturnValue) == 0x0001D2, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_BooleanAND_ReturnValue) == 0x0001D3, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_BP_AddWidget_ReturnValue) == 0x0001D8, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, CallFunc_GetCustomGI_ReturnValue) == 0x0001E0, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue, K2Node_CustomEvent_LevelDestination) == 0x0001E8, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_ExecuteUbergraph_WBP_HUD_LevelNameAnnounceQueue::K2Node_CustomEvent_LevelDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused \ +static_assert(alignof(WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused) == 0x000001, "Wrong alignment on WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused) == 0x000001, "Wrong size on WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused, IsPaused_0) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_GetIsPaused::IsPaused_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished \ +static_assert(alignof(WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished) == 0x000004, "Wrong alignment on WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished"); \ +static_assert(sizeof(WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished) == 0x000008, "Wrong size on WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished"); \ +static_assert(offsetof(WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished, LevelDestination) == 0x000000, "Member 'WBP_HUD_LevelNameAnnounceQueue_C_OnChangeMapProcessFinished::LevelDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_LevelNameAnnounceQueue_C \ +static_assert(alignof(UWBP_HUD_LevelNameAnnounceQueue_C) == 0x000008, "Wrong alignment on UWBP_HUD_LevelNameAnnounceQueue_C"); \ +static_assert(sizeof(UWBP_HUD_LevelNameAnnounceQueue_C) == 0x000340, "Wrong size on UWBP_HUD_LevelNameAnnounceQueue_C"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounceQueue_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HUD_LevelNameAnnounceQueue_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounceQueue_C, LevelNameQueue) == 0x000310, "Member 'UWBP_HUD_LevelNameAnnounceQueue_C::LevelNameQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounceQueue_C, OnQueuePaused) == 0x000318, "Member 'UWBP_HUD_LevelNameAnnounceQueue_C::OnQueuePaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounceQueue_C, OnQueueResumed) == 0x000328, "Member 'UWBP_HUD_LevelNameAnnounceQueue_C::OnQueueResumed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LevelNameAnnounceQueue_C, IsPaused) == 0x000338, "Member 'UWBP_HUD_LevelNameAnnounceQueue_C::IsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_InputContextParameters \ +static_assert(alignof(FS_InputContextParameters) == 0x000008, "Wrong alignment on FS_InputContextParameters"); \ +static_assert(sizeof(FS_InputContextParameters) == 0x000010, "Wrong size on FS_InputContextParameters"); \ +static_assert(offsetof(FS_InputContextParameters, MovementInputMapping_4_A06DF4A74A403B96EA605D9885A120DC) == 0x000000, "Member 'FS_InputContextParameters::MovementInputMapping_4_A06DF4A74A403B96EA605D9885A120DC' has a wrong offset!"); \ +static_assert(offsetof(FS_InputContextParameters, CameraInputMapping_5_5E09502C496201709DB88DBAA02E6B7C) == 0x000008, "Member 'FS_InputContextParameters::CameraInputMapping_5_5E09502C496201709DB88DBAA02E6B7C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFEquipmentSlot \ +static_assert(alignof(FFEquipmentSlot) == 0x000004, "Wrong alignment on FFEquipmentSlot"); \ +static_assert(sizeof(FFEquipmentSlot) == 0x000008, "Wrong size on FFEquipmentSlot"); \ +static_assert(offsetof(FFEquipmentSlot, ItemType_4_419B69C74E6D605B52FA82A76F128C96) == 0x000000, "Member 'FFEquipmentSlot::ItemType_4_419B69C74E6D605B52FA82A76F128C96' has a wrong offset!"); \ +static_assert(offsetof(FFEquipmentSlot, SlotIndex_7_4AC21CC043F87846335A25B9212005AB) == 0x000004, "Member 'FFEquipmentSlot::SlotIndex_7_4AC21CC043F87846335A25B9212005AB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_Danseuse1_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_Danseuse1_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_Danseuse1_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_Danseuse1_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_Danseuse1_C"); \ + +#define DUMPER7_ASSERTS_BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame \ +static_assert(alignof(BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame) == 0x000001, "Wrong alignment on BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame"); \ +static_assert(sizeof(BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame) == 0x000001, "Wrong size on BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame"); \ +static_assert(offsetof(BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame, HiddenInGame) == 0x000000, "Member 'BPI_ExternalActorProvider_C_BPI_SetExternalActorHiddenInGame::HiddenInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ExternalActorProvider_C \ +static_assert(alignof(IBPI_ExternalActorProvider_C) == 0x000001, "Wrong alignment on IBPI_ExternalActorProvider_C"); \ +static_assert(sizeof(IBPI_ExternalActorProvider_C) == 0x000001, "Wrong size on IBPI_ExternalActorProvider_C"); \ + +#define DUMPER7_ASSERTS_FS_ItemRowList \ +static_assert(alignof(FS_ItemRowList) == 0x000008, "Wrong alignment on FS_ItemRowList"); \ +static_assert(sizeof(FS_ItemRowList) == 0x000010, "Wrong size on FS_ItemRowList"); \ +static_assert(offsetof(FS_ItemRowList, List_3_C8B30AB246F7188E63FD1CA14BC698C5) == 0x000000, "Member 'FS_ItemRowList::List_3_C8B30AB246F7188E63FD1CA14BC698C5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget \ +static_assert(alignof(BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget"); \ +static_assert(sizeof(BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget) == 0x000010, "Wrong size on BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget"); \ +static_assert(offsetof(BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget, EntryPoint) == 0x000000, "Member 'BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget, K2Node_Event_FocusEventBP) == 0x000008, "Member 'BP_UINavigationGenericElement_Widget_C_ExecuteUbergraph_BP_UINavigationGenericElement_Widget::K2Node_Event_FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_Widget_C_GetTiedObject \ +static_assert(alignof(BP_UINavigationGenericElement_Widget_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_Widget_C_GetTiedObject"); \ +static_assert(sizeof(BP_UINavigationGenericElement_Widget_C_GetTiedObject) == 0x000008, "Wrong size on BP_UINavigationGenericElement_Widget_C_GetTiedObject"); \ +static_assert(offsetof(BP_UINavigationGenericElement_Widget_C_GetTiedObject, Object) == 0x000000, "Member 'BP_UINavigationGenericElement_Widget_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus \ +static_assert(alignof(BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_UINavigationGenericElement_Widget_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UINavigationGenericElement_Widget_C \ +static_assert(alignof(UBP_UINavigationGenericElement_Widget_C) == 0x000008, "Wrong alignment on UBP_UINavigationGenericElement_Widget_C"); \ +static_assert(sizeof(UBP_UINavigationGenericElement_Widget_C) == 0x000038, "Wrong size on UBP_UINavigationGenericElement_Widget_C"); \ +static_assert(offsetof(UBP_UINavigationGenericElement_Widget_C, UberGraphFrame) == 0x000028, "Member 'UBP_UINavigationGenericElement_Widget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UINavigationGenericElement_Widget_C, TiedWidget) == 0x000030, "Member 'UBP_UINavigationGenericElement_Widget_C::TiedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong size on BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed, AP_Change) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterAP_Changed::AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong size on BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged, BattleDamage) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_BPI_OnAnyCharacterDamaged::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager) == 0x0000B0, "Wrong size on BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, EntryPoint) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_CharacterStats_1) == 0x000008, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_BuffAddAction) == 0x000010, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_BuffAddAction' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_CharacterStats) == 0x000018, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_TurnStartDependencies) == 0x000020, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_BattleDamage) == 0x000028, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_AP_Change) == 0x000030, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_AP_Change' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Now_ReturnValue) == 0x000038, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Now_ReturnValue_1) == 0x000040, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Now_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_TargetCharacter) == 0x000050, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_SourceCharacter) == 0x000058, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_ReceivedDamages) == 0x000060, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_Event_BattleDamages) == 0x000068, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_Event_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000080, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000098, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, Temp_int_Variable) == 0x00009C, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000A0, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, Temp_int_Variable_1) == 0x0000A8, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000AC, "Member 'BP_BattleSummaryStatsManager_C_ExecuteUbergraph_BP_BattleSummaryStatsManager::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_GetBattleSummaryStats \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_GetBattleSummaryStats) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_GetBattleSummaryStats"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_GetBattleSummaryStats) == 0x000058, "Wrong size on BP_BattleSummaryStatsManager_C_GetBattleSummaryStats"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_GetBattleSummaryStats, BattleSummaryStats) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_GetBattleSummaryStats::BattleSummaryStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_GetBattleSummaryStats, CallFunc_GetBattleTotalTime_Timespan) == 0x000028, "Member 'BP_BattleSummaryStatsManager_C_GetBattleSummaryStats::CallFunc_GetBattleTotalTime_Timespan' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_GetBattleSummaryStats, K2Node_MakeStruct_S_BattleSummaryStats) == 0x000030, "Member 'BP_BattleSummaryStatsManager_C_GetBattleSummaryStats::K2Node_MakeStruct_S_BattleSummaryStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_GetBattleTotalTime \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_GetBattleTotalTime) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_GetBattleTotalTime"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_GetBattleTotalTime) == 0x000010, "Wrong size on BP_BattleSummaryStatsManager_C_GetBattleTotalTime"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_GetBattleTotalTime, Timespan) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_GetBattleTotalTime::Timespan' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_GetBattleTotalTime, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000008, "Member 'BP_BattleSummaryStatsManager_C_GetBattleTotalTime::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_IsTurnStartInProgress \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_IsTurnStartInProgress) == 0x000001, "Wrong alignment on BP_BattleSummaryStatsManager_C_IsTurnStartInProgress"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_IsTurnStartInProgress) == 0x000001, "Wrong size on BP_BattleSummaryStatsManager_C_IsTurnStartInProgress"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_IsTurnStartInProgress, InProgress) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_IsTurnStartInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages) == 0x000018, "Wrong size on BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages, CharacterStats) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages, Damages) == 0x000008, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages, ProcessedDamages) == 0x000010, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterDealtDamages::ProcessedDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_OnCharacterKilled \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_OnCharacterKilled) == 0x000008, "Wrong size on BP_BattleSummaryStatsManager_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleSummaryStatsManager_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleSummaryStatsManager_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSummaryStatsManager_C_ProcessAddBuffAction \ +static_assert(alignof(BP_BattleSummaryStatsManager_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BP_BattleSummaryStatsManager_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BP_BattleSummaryStatsManager_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BP_BattleSummaryStatsManager_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BP_BattleSummaryStatsManager_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BP_BattleSummaryStatsManager_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleSummaryStatsManager_C \ +static_assert(alignof(UBP_BattleSummaryStatsManager_C) == 0x000008, "Wrong alignment on UBP_BattleSummaryStatsManager_C"); \ +static_assert(sizeof(UBP_BattleSummaryStatsManager_C) == 0x000060, "Wrong size on UBP_BattleSummaryStatsManager_C"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, UberGraphFrame) == 0x000028, "Member 'UBP_BattleSummaryStatsManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, StartBattleDateTime) == 0x000030, "Member 'UBP_BattleSummaryStatsManager_C::StartBattleDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, EndBattleDateTime) == 0x000038, "Member 'UBP_BattleSummaryStatsManager_C::EndBattleDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, TotalReceivedDamagesByCharacters) == 0x000040, "Member 'UBP_BattleSummaryStatsManager_C::TotalReceivedDamagesByCharacters' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, TotalReceivedDamagesByEnemies) == 0x000048, "Member 'UBP_BattleSummaryStatsManager_C::TotalReceivedDamagesByEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, HighestReceivedDamagesByEnemies) == 0x000050, "Member 'UBP_BattleSummaryStatsManager_C::HighestReceivedDamagesByEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, DodgeCount) == 0x000058, "Member 'UBP_BattleSummaryStatsManager_C::DodgeCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSummaryStatsManager_C, ParryCount) == 0x00005C, "Member 'UBP_BattleSummaryStatsManager_C::ParryCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature \ +static_assert(alignof(WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature, IsActive) == 0x000000, "Member 'WBP_LuminaFilter_C_BndEvt__WBP_PictosFilter_WBP_FilterToggle_K2Node_ComponentBoundEvent_2_OnToggleActiveChanged__DelegateSignature::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter \ +static_assert(alignof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter) == 0x000008, "Wrong alignment on WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter"); \ +static_assert(sizeof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter) == 0x000028, "Wrong size on WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter"); \ +static_assert(offsetof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter, EntryPoint) == 0x000000, "Member 'WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter, CallFunc_GetActiveFilters_ActiveFilterEntries) == 0x000008, "Member 'WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter::CallFunc_GetActiveFilters_ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter, K2Node_ComponentBoundEvent_IsActive) == 0x000018, "Member 'WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter::K2Node_ComponentBoundEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_LuminaFilter_C_ExecuteUbergraph_WBP_LuminaFilter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LuminaFilter_C \ +static_assert(alignof(UWBP_LuminaFilter_C) == 0x000008, "Wrong alignment on UWBP_LuminaFilter_C"); \ +static_assert(sizeof(UWBP_LuminaFilter_C) == 0x000340, "Wrong size on UWBP_LuminaFilter_C"); \ +static_assert(offsetof(UWBP_LuminaFilter_C, UberGraphFrame) == 0x000308, "Member 'UWBP_LuminaFilter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LuminaFilter_C, WBP_FilterDropdown) == 0x000310, "Member 'UWBP_LuminaFilter_C::WBP_FilterDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LuminaFilter_C, WBP_FilterToggle) == 0x000318, "Member 'UWBP_LuminaFilter_C::WBP_FilterToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LuminaFilter_C, OnFilterChanged) == 0x000320, "Member 'UWBP_LuminaFilter_C::OnFilterChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LuminaFilter_C, OnFilterActivated) == 0x000330, "Member 'UWBP_LuminaFilter_C::OnFilterActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_Alphabetically_C_GetDisplayName \ +static_assert(alignof(BP_ItemSorter_Alphabetically_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemSorter_Alphabetically_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemSorter_Alphabetically_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemSorter_Alphabetically_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemSorter_Alphabetically_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_Alphabetically_C_SortItemInstances \ +static_assert(alignof(BP_ItemSorter_Alphabetically_C_SortItemInstances) == 0x000008, "Wrong alignment on BP_ItemSorter_Alphabetically_C_SortItemInstances"); \ +static_assert(sizeof(BP_ItemSorter_Alphabetically_C_SortItemInstances) == 0x0002A0, "Wrong size on BP_ItemSorter_Alphabetically_C_SortItemInstances"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, A) == 0x000000, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::A' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, B) == 0x000008, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::B' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, Result) == 0x000010, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, CallFunc_GetItemStaticData_ItemStaticData) == 0x000018, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x000148, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, CallFunc_Conv_TextToString_ReturnValue) == 0x000278, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000288, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_Alphabetically_C_SortItemInstances, CallFunc_CompareStrings_ReturnValue) == 0x000298, "Member 'BP_ItemSorter_Alphabetically_C_SortItemInstances::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemSorter_Alphabetically_C \ +static_assert(alignof(UBP_ItemSorter_Alphabetically_C) == 0x000008, "Wrong alignment on UBP_ItemSorter_Alphabetically_C"); \ +static_assert(sizeof(UBP_ItemSorter_Alphabetically_C) == 0x000038, "Wrong size on UBP_ItemSorter_Alphabetically_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Male_3_Francois_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Male_3_Francois_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Male_3_Francois_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Male_3_Francois_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Children_Male_3_Francois_C"); \ + +#define DUMPER7_ASSERTS_BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles \ +static_assert(alignof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles) == 0x000010, "Wrong alignment on BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles"); \ +static_assert(sizeof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles) == 0x000260, "Wrong size on BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, EntryPoint) == 0x000000, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_GetSplineLength_ReturnValue) == 0x000004, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000008, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Lerp_ReturnValue) == 0x000020, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_GetTransformAtDistanceAlongSpline_ReturnValue) == 0x000040, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_GetTransformAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0000A0, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000198, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_RandomUnitVector_ReturnValue) == 0x0001A0, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_BreakVector_X) == 0x0001B8, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_BreakVector_Y) == 0x0001C0, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_BreakVector_Z) == 0x0001C8, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001D0, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Abs_ReturnValue) == 0x0001E8, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_MakeVector_ReturnValue) == 0x0001F0, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000208, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Add_VectorVector_ReturnValue) == 0x000220, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000238, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000240, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000248, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_GetTransformAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000250, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_GetTransformAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_Delay_Duration_ImplicitCast) == 0x000254, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000258, "Member 'BP_FX_SpineBasedParticles_C_ExecuteUbergraph_BP_FX_SpineBasedParticles::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FX_SpineBasedParticles_C_UserConstructionScript \ +static_assert(alignof(BP_FX_SpineBasedParticles_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_FX_SpineBasedParticles_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FX_SpineBasedParticles_C_UserConstructionScript) == 0x000020, "Wrong size on BP_FX_SpineBasedParticles_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_UserConstructionScript, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000000, "Member 'BP_FX_SpineBasedParticles_C_UserConstructionScript::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FX_SpineBasedParticles_C_UserConstructionScript, CallFunc_Multiply_LinearColorLinearColor_ReturnValue) == 0x000010, "Member 'BP_FX_SpineBasedParticles_C_UserConstructionScript::CallFunc_Multiply_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FX_SpineBasedParticles_C \ +static_assert(alignof(ABP_FX_SpineBasedParticles_C) == 0x000008, "Wrong alignment on ABP_FX_SpineBasedParticles_C"); \ +static_assert(sizeof(ABP_FX_SpineBasedParticles_C) == 0x0002E0, "Wrong size on ABP_FX_SpineBasedParticles_C"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, UberGraphFrame) == 0x000290, "Member 'ABP_FX_SpineBasedParticles_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Niagara1) == 0x000298, "Member 'ABP_FX_SpineBasedParticles_C::Niagara1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Niagara) == 0x0002A0, "Member 'ABP_FX_SpineBasedParticles_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Spline) == 0x0002A8, "Member 'ABP_FX_SpineBasedParticles_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_FX_SpineBasedParticles_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Timeline_0To1_A12F606A497C898D4849DBAE578AB424) == 0x0002B8, "Member 'ABP_FX_SpineBasedParticles_C::Timeline_0To1_A12F606A497C898D4849DBAE578AB424' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Timeline__Direction_A12F606A497C898D4849DBAE578AB424) == 0x0002BC, "Member 'ABP_FX_SpineBasedParticles_C::Timeline__Direction_A12F606A497C898D4849DBAE578AB424' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Timeline) == 0x0002C0, "Member 'ABP_FX_SpineBasedParticles_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Speed) == 0x0002C8, "Member 'ABP_FX_SpineBasedParticles_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Color) == 0x0002CC, "Member 'ABP_FX_SpineBasedParticles_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_FX_SpineBasedParticles_C, Radius) == 0x0002DC, "Member 'ABP_FX_SpineBasedParticles_C::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_Battle_DeathCommon \ +static_assert(alignof(FFAudioCharacter_Battle_DeathCommon) == 0x000008, "Wrong alignment on FFAudioCharacter_Battle_DeathCommon"); \ +static_assert(sizeof(FFAudioCharacter_Battle_DeathCommon) == 0x000020, "Wrong size on FFAudioCharacter_Battle_DeathCommon"); \ +static_assert(offsetof(FFAudioCharacter_Battle_DeathCommon, DeathSFX_4_42A8D0F9462BA131ECCC07AB5999173A) == 0x000000, "Member 'FFAudioCharacter_Battle_DeathCommon::DeathSFX_4_42A8D0F9462BA131ECCC07AB5999173A' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_DeathCommon, DeathVocal_5_FFE093F943CB98BF8045D8A452EBC2E8) == 0x000008, "Member 'FFAudioCharacter_Battle_DeathCommon::DeathVocal_5_FFE093F943CB98BF8045D8A452EBC2E8' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_DeathCommon, DeathFoley_7_A9D261F84881EB0CD0FE95819CF1846E) == 0x000010, "Member 'FFAudioCharacter_Battle_DeathCommon::DeathFoley_7_A9D261F84881EB0CD0FE95819CF1846E' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_DeathCommon, DeathStep_9_4D32E787406EC5F38489D4AC13D1E5CF) == 0x000018, "Member 'FFAudioCharacter_Battle_DeathCommon::DeathStep_9_4D32E787406EC5F38489D4AC13D1E5CF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry) == 0x000008, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry) == 0x0000B8, "Wrong size on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, EntryPoint) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_CustomEvent_Widget) == 0x000008, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_CustomEvent_Animation) == 0x000010, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_CustomEvent_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x00002C, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000040, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_Event_MyGeometry) == 0x000060, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_Event_InDeltaTime) == 0x000098, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, K2Node_CreateDelegate_OutputDelegate_1) == 0x00009C, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x0000B0, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation) == 0x000008, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation) == 0x000010, "Wrong size on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation, Widget) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation, Animation) == 0x000008, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_LoadAnimation::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick) == 0x000004, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick) == 0x00003C, "Wrong size on WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C \ +static_assert(alignof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C) == 0x000008, "Wrong alignment on UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C"); \ +static_assert(sizeof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C) == 0x000300, "Wrong size on UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C, Image_PlayState) == 0x0002E8, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C::Image_PlayState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C, TextBlock_55) == 0x0002F0, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C::TextBlock_55' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C, TextBlock_CurrentTime) == 0x0002F8, "Member 'UWBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_C::TextBlock_CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI \ +static_assert(alignof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI) == 0x000008, "Wrong alignment on WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI"); \ +static_assert(sizeof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI) == 0x000028, "Wrong size on WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, NewValue) == 0x000000, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, PreviousValue) == 0x000004, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, CallFunc_Greater_IntInt_ReturnValue) == 0x000009, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_UpdateChargeUI::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged \ +static_assert(alignof(WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged) == 0x000004, "Wrong alignment on WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged"); \ +static_assert(sizeof(WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged) == 0x000008, "Wrong size on WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged, NewValue) == 0x000000, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged, PreviousValue) == 0x000004, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_OnChargeCountChanged::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge \ +static_assert(alignof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge) == 0x000004, "Wrong alignment on WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge"); \ +static_assert(sizeof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge) == 0x00001C, "Wrong size on WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge, EntryPoint) == 0x000000, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge, K2Node_CustomEvent_NewValue) == 0x000014, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge, K2Node_CustomEvent_PreviousValue) == 0x000018, "Member 'WBP_PortraitUniqueMechanic_Overcharge_C_ExecuteUbergraph_WBP_PortraitUniqueMechanic_Overcharge::K2Node_CustomEvent_PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PortraitUniqueMechanic_Overcharge_C \ +static_assert(alignof(UWBP_PortraitUniqueMechanic_Overcharge_C) == 0x000008, "Wrong alignment on UWBP_PortraitUniqueMechanic_Overcharge_C"); \ +static_assert(sizeof(UWBP_PortraitUniqueMechanic_Overcharge_C) == 0x000318, "Wrong size on UWBP_PortraitUniqueMechanic_Overcharge_C"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, Anim_NewChargeSlot) == 0x0002E8, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::Anim_NewChargeSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, StanceIcon) == 0x0002F0, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::StanceIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, TextBlock_CurrentValue) == 0x0002F8, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::TextBlock_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, TextBlock_MaxValue) == 0x000300, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::TextBlock_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, ValueBox) == 0x000308, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::ValueBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PortraitUniqueMechanic_Overcharge_C, ChargeMechaCompo) == 0x000310, "Member 'UWBP_PortraitUniqueMechanic_Overcharge_C::ChargeMechaCompo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ProgressionBalancingLevel \ +static_assert(alignof(FS_ProgressionBalancingLevel) == 0x000008, "Wrong alignment on FS_ProgressionBalancingLevel"); \ +static_assert(sizeof(FS_ProgressionBalancingLevel) == 0x000008, "Wrong size on FS_ProgressionBalancingLevel"); \ +static_assert(offsetof(FS_ProgressionBalancingLevel, ChromaLootBase_2_A1124BDA45A3F09C977AAFBBC3DCA983) == 0x000000, "Member 'FS_ProgressionBalancingLevel::ChromaLootBase_2_A1124BDA45A3F09C977AAFBBC3DCA983' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort) == 0x0001F0, "Wrong size on WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, EntryPoint) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_4) == 0x000048, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_5) == 0x000058, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_6) == 0x000068, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_7) == 0x000078, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_8) == 0x000088, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_9) == 0x000098, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000A8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_11) == 0x0000B8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_12) == 0x0000C8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_13) == 0x0000D8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_14) == 0x0000E8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_15) == 0x0000F8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_16) == 0x000108, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CreateDelegate_OutputDelegate_17) == 0x000118, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, Temp_int_Array_Index_Variable) == 0x000128, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, Temp_int_Loop_Counter_Variable) == 0x00012C, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, CallFunc_Add_IntInt_ReturnValue) == 0x000130, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_17) == 0x000138, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_16) == 0x000140, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_15) == 0x000148, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_14) == 0x000150, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_13) == 0x000158, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_12) == 0x000160, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_11) == 0x000168, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_10) == 0x000170, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_9) == 0x000178, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_8) == 0x000180, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_7) == 0x000188, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_6) == 0x000190, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_5) == 0x000198, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_4) == 0x0001A0, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_3) == 0x0001A8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_2) == 0x0001B0, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button_1) == 0x0001B8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_CustomEvent_Button) == 0x0001C0, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, K2Node_MakeArray_Array) == 0x0001C8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort, CallFunc_Less_IntInt_ReturnValue) == 0x0001E8, "Member 'WBP_GM_AssignedSkillsShort_C_ExecuteUbergraph_WBP_GM_AssignedSkillsShort::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_InstantReset \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_InstantReset) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_InstantReset"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_InstantReset) == 0x000038, "Wrong size on WBP_GM_AssignedSkillsShort_C_InstantReset"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_InstantReset, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_GM_AssignedSkillsShort_C_InstantReset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_LoadCharacterData \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData) == 0x000070, "Wrong size on WBP_GM_AssignedSkillsShort_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000020, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000039, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00003A, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_LoadCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_GM_AssignedSkillsShort_C_LoadCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill0Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill0Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill0Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill0Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill0Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill0Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill0Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill0Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill0Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill1Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill1Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill1Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill1Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill1Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill1Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill1Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill1Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill1Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill2Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill2Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill2Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill2Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill2Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill2Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill2Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill2Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill2Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill3Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill3Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill3Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill3Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill3Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill3Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill3Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill3Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill3Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill4Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill4Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill4Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill4Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill4Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill4Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill4Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill4Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill4Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill5Clicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill5Focused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill5Focused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill5Focused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill5Focused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill5Focused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill5Focused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill5Focused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused) == 0x000008, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused) == 0x000008, "Wrong size on WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused, Button) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_OnSkill5Unfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_AssignedSkillsShort_C_PreConstruct \ +static_assert(alignof(WBP_GM_AssignedSkillsShort_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_AssignedSkillsShort_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_AssignedSkillsShort_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_AssignedSkillsShort_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_AssignedSkillsShort_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_AssignedSkillsShort_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_AssignedSkillsShort_C \ +static_assert(alignof(UWBP_GM_AssignedSkillsShort_C) == 0x000008, "Wrong alignment on UWBP_GM_AssignedSkillsShort_C"); \ +static_assert(sizeof(UWBP_GM_AssignedSkillsShort_C) == 0x000360, "Wrong size on UWBP_GM_AssignedSkillsShort_C"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_AssignedSkillsShort_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, Skill0) == 0x000310, "Member 'UWBP_GM_AssignedSkillsShort_C::Skill0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, skill1) == 0x000318, "Member 'UWBP_GM_AssignedSkillsShort_C::skill1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, Skill2) == 0x000320, "Member 'UWBP_GM_AssignedSkillsShort_C::Skill2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, Skill3) == 0x000328, "Member 'UWBP_GM_AssignedSkillsShort_C::Skill3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, Skill4) == 0x000330, "Member 'UWBP_GM_AssignedSkillsShort_C::Skill4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, Skill5) == 0x000338, "Member 'UWBP_GM_AssignedSkillsShort_C::Skill5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, OnSkillSlotClicked) == 0x000340, "Member 'UWBP_GM_AssignedSkillsShort_C::OnSkillSlotClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_AssignedSkillsShort_C, OnSkillSlotNavigated) == 0x000350, "Member 'UWBP_GM_AssignedSkillsShort_C::OnSkillSlotNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_7_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_InventoryButton_K2Node_ComponentBoundEvent_8_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview3D_Page_JournalButton_K2Node_ComponentBoundEvent_9_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BndEvt__WBP_GM_TeamOverview_Page_WBP_GM_PromptGeneric_BackToExploration_1_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar) == 0x000028, "Wrong size on WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar, Navigation_0) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar, ReturnValue) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar, K2Node_DynamicCast_AsWBP_Team_Card_Character_Status) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar::K2Node_DynamicCast_AsWBP_Team_Card_Character_Status' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_GM_TeamOverview3D_Page_C_DoCustomNavigationInventoryToChar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page) == 0x000228, "Wrong size on WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, EntryPoint) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CustomEvent_PromptWidget) == 0x000010, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CustomEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_ComponentBoundEvent_PromptWidget) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000028, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CustomEvent_CharacterData) == 0x000040, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CustomEvent_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Greater_IntInt_ReturnValue) == 0x00004E, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsValid_ReturnValue_1) == 0x00004F, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000050, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CustomEvent_CardWidget_1) == 0x0000D8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CustomEvent_CardWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_HasOtherAliveCharacters_ReturnValue) == 0x0000E0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_HasOtherAliveCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsCharacterInParty_ReturnValue) == 0x0000E1, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsCharacterInParty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetCustomGI_ReturnValue) == 0x0000E8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetCustomGI_ReturnValue_1) == 0x0000F0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsCharacterInParty_ReturnValue_1) == 0x0000F8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsCharacterInParty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000100, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000114, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000118, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000120, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsInputMethodActive_ReturnValue) == 0x000128, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000130, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CreateDelegate_OutputDelegate_1) == 0x000138, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CustomEvent_ActionBarContainerWidget) == 0x000148, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000150, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CreateDelegate_OutputDelegate_2) == 0x000158, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_TryDeactivate_HasDeactivated) == 0x000168, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_TryDeactivate_HasDeactivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsValid_ReturnValue_3) == 0x000169, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_TryActivate_HasActivated) == 0x00016A, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_TryActivate_HasActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CustomEvent_CardWidget) == 0x000170, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CustomEvent_CardWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000178, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_FindActionButtonFromButton_CommonButtonBase_1) == 0x000180, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_FindActionButtonFromButton_CommonButtonBase_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_CreateDelegate_OutputDelegate_3) == 0x000188, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsValid_ReturnValue_4) == 0x000198, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, Temp_text_Variable) == 0x0001A0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, Temp_text_Variable_1) == 0x0001B0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_ComponentBoundEvent_Button_3) == 0x0001C0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_ComponentBoundEvent_Button_2) == 0x0001C8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_ComponentBoundEvent_Button_1) == 0x0001D0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_ComponentBoundEvent_Button) == 0x0001D8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, Temp_bool_Variable) == 0x0001E0, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, K2Node_Select_Default) == 0x0001E8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001F8, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001F9, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetPlayerController_ReturnValue) == 0x000200, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetComponentByClass_ReturnValue) == 0x000208, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetPlayerController_ReturnValue_1) == 0x000210, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000218, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000220, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x000221, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page, CallFunc_Not_PreBool_ReturnValue) == 0x000222, "Member 'WBP_GM_TeamOverview3D_Page_C_ExecuteUbergraph_WBP_GM_TeamOverview3D_Page::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters) == 0x000050, "Wrong size on WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CharacterToIgnore) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CharacterToIgnore' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, ReturnValue) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_GetCharacterByID_CharacterData) == 0x000040, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000049, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'WBP_GM_TeamOverview3D_Page_C_HasOtherAliveCharacters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_LoadCharacters \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_LoadCharacters"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters) == 0x000260, "Wrong size on WBP_GM_TeamOverview3D_Page_C_LoadCharacters"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, MenuScene) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::MenuScene' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, ActiveCharacterCards) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::ActiveCharacterCards' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, FirstCharacterCard) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::FirstCharacterCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, local_characterToWidget) == 0x000020, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::local_characterToWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, local_orderedCharacters) == 0x000070, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::local_orderedCharacters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, local_createdCardWidgets) == 0x000080, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::local_createdCardWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, local_firstCard) == 0x000090, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::local_firstCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, local_createdCardWidget) == 0x000098, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::local_createdCardWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_bool_Variable) == 0x0000A0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000A8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0000B8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_int_Array_Index_Variable_1) == 0x0000D8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_MakeStruct_Margin) == 0x0000DC, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_SpawnObject_ReturnValue) == 0x0000F0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_CreateDelegate_OutputDelegate) == 0x0000F8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_LoadState_HasContent) == 0x000108, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_LoadState_HasContent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_AddChildToGrid_ReturnValue) == 0x000110, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_AddChildToGrid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_bool_Variable_1) == 0x000118, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item) == 0x000120, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Map_Find_Value) == 0x000130, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Map_Find_ReturnValue) == 0x000138, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item_1) == 0x000140, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Greater_IntInt_ReturnValue) == 0x00014C, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Percent_IntInt_ReturnValue) == 0x000150, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item_2) == 0x000158, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Map_Find_Value_1) == 0x000160, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Map_Find_ReturnValue_1) == 0x000168, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Add_ReturnValue) == 0x00016C, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_CreateDelegate_OutputDelegate_1) == 0x000170, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_CreateDelegate_OutputDelegate_2) == 0x000180, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item_3) == 0x000198, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetActorForCharacter_Actor) == 0x0001A0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetActorForCharacter_Actor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Length_ReturnValue_2) == 0x0001A8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x0001AC, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetComponentsByTag_ReturnValue) == 0x0001B0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item_4) == 0x0001C0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetGameInstance_ReturnValue) == 0x0001C8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetSocketLocation_ReturnValue) == 0x0001D0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x0001E8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Add_VectorVector_ReturnValue) == 0x0001F8, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetCharacterCollection_Characters) == 0x000210, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Array_Get_Item_5) == 0x000220, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_int_Loop_Counter_Variable_1) == 0x000228, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_Select_Default) == 0x000230, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000238, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x000239, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_Add_IntInt_ReturnValue_2) == 0x00023C, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_byte_Variable) == 0x000240, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, Temp_byte_Variable_1) == 0x000241, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, CallFunc_GetCharactersDataLeftToRight_OrderedCharacters) == 0x000248, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::CallFunc_GetCharactersDataLeftToRight_OrderedCharacters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadCharacters, K2Node_Select_Default_1) == 0x000258, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadCharacters::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_LoadState \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_LoadState) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_LoadState"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_LoadState) == 0x000020, "Wrong size on WBP_GM_TeamOverview3D_Page_C_LoadState"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadState, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadState, CallFunc_LoadCharacters_ActiveCharacterCards) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadState::CallFunc_LoadCharacters_ActiveCharacterCards' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_LoadState, CallFunc_LoadCharacters_FirstCharacterCard) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_LoadState::CallFunc_LoadCharacters_FirstCharacterCard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated, ActionBarContainerWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_OnActionBarContentUpdated::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed, PromptWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_OnBackToExplorationPressed::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused, CardWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_OnCharacterCardFocused::CardWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected, CardWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_OnCharacterCardSelected::CardWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused, CardWidget) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_OnCharacterCardUnfocused::CardWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget, DesiredFocusTarget_0) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_SetDesiredFocusTarget::DesiredFocusTarget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons) == 0x000008, "Wrong size on WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons, CharacterData) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_UpdateActionBarButtons::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget) == 0x000050, "Wrong size on WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue_1) == 0x00004D, "Member 'WBP_GM_TeamOverview3D_Page_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_TeamOverview3D_Page_C \ +static_assert(alignof(UWBP_GM_TeamOverview3D_Page_C) == 0x000008, "Wrong alignment on UWBP_GM_TeamOverview3D_Page_C"); \ +static_assert(sizeof(UWBP_GM_TeamOverview3D_Page_C) == 0x0005C0, "Wrong size on UWBP_GM_TeamOverview3D_Page_C"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_TeamOverview3D_Page_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, Anim_Appear) == 0x000438, "Member 'UWBP_GM_TeamOverview3D_Page_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, Anim_Toggle_Unusable) == 0x000440, "Member 'UWBP_GM_TeamOverview3D_Page_C::Anim_Toggle_Unusable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CharacterStatusGrid) == 0x000448, "Member 'UWBP_GM_TeamOverview3D_Page_C::CharacterStatusGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, InventoryButton) == 0x000450, "Member 'UWBP_GM_TeamOverview3D_Page_C::InventoryButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, JournalButton) == 0x000458, "Member 'UWBP_GM_TeamOverview3D_Page_C::JournalButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, OverviewHealCartridge) == 0x000460, "Member 'UWBP_GM_TeamOverview3D_Page_C::OverviewHealCartridge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_GM_ConsumablesOverview) == 0x000468, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_GM_ConsumablesOverview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_GM_PromptGeneric_BackToExploration) == 0x000470, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_GM_PromptGeneric_BackToExploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_GM_PromptGeneric_Confirm) == 0x000478, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_GM_PromptGeneric_Confirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_GM_PromptGeneric_ToggleCharacter) == 0x000480, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_GM_PromptGeneric_ToggleCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_GoldAmount) == 0x000488, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_TeamCard_CharacterStatus) == 0x000490, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_TeamCard_CharacterStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_TeamCard_CharacterStatus_1) == 0x000498, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_TeamCard_CharacterStatus_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_TeamCard_CharacterStatus_2) == 0x0004A0, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_TeamCard_CharacterStatus_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_TeamCard_CharacterStatus_3) == 0x0004A8, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_TeamCard_CharacterStatus_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, WBP_TeamCard_CharacterStatus_4) == 0x0004B0, "Member 'UWBP_GM_TeamOverview3D_Page_C::WBP_TeamCard_CharacterStatus_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, IsSwitchingCharacters) == 0x0004B8, "Member 'UWBP_GM_TeamOverview3D_Page_C::IsSwitchingCharacters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, OnCharacterSelected) == 0x0004C0, "Member 'UWBP_GM_TeamOverview3D_Page_C::OnCharacterSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, OnCharacterFocused) == 0x0004D0, "Member 'UWBP_GM_TeamOverview3D_Page_C::OnCharacterFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, OnBackToExploration) == 0x0004E0, "Member 'UWBP_GM_TeamOverview3D_Page_C::OnBackToExploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CharactersManagerReference) == 0x0004F0, "Member 'UWBP_GM_TeamOverview3D_Page_C::CharactersManagerReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, HoveredCharacterData) == 0x0004F8, "Member 'UWBP_GM_TeamOverview3D_Page_C::HoveredCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CharacterIsInParty) == 0x000500, "Member 'UWBP_GM_TeamOverview3D_Page_C::CharacterIsInParty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, GameMenuScene) == 0x000508, "Member 'UWBP_GM_TeamOverview3D_Page_C::GameMenuScene' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, LastVisitedCharacterData) == 0x000510, "Member 'UWBP_GM_TeamOverview3D_Page_C::LastVisitedCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CardWidgetToActor) == 0x000518, "Member 'UWBP_GM_TeamOverview3D_Page_C::CardWidgetToActor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, HoveredCardWidget) == 0x000568, "Member 'UWBP_GM_TeamOverview3D_Page_C::HoveredCardWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, DesiredFocusTarget) == 0x000570, "Member 'UWBP_GM_TeamOverview3D_Page_C::DesiredFocusTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CurrentActionBarContainer) == 0x000578, "Member 'UWBP_GM_TeamOverview3D_Page_C::CurrentActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, CurrentActionBar_ToggleButton) == 0x000580, "Member 'UWBP_GM_TeamOverview3D_Page_C::CurrentActionBar_ToggleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, FocusedButton) == 0x000588, "Member 'UWBP_GM_TeamOverview3D_Page_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, SD_OnCharacterAdded) == 0x000590, "Member 'UWBP_GM_TeamOverview3D_Page_C::SD_OnCharacterAdded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, SD_OnCharacterRemoved) == 0x0005A0, "Member 'UWBP_GM_TeamOverview3D_Page_C::SD_OnCharacterRemoved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_TeamOverview3D_Page_C, SD_OnCharacterToggleFailed) == 0x0005B0, "Member 'UWBP_GM_TeamOverview3D_Page_C::SD_OnCharacterToggleFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_TutorialHintContentData \ +static_assert(alignof(FS_TutorialHintContentData) == 0x000008, "Wrong alignment on FS_TutorialHintContentData"); \ +static_assert(sizeof(FS_TutorialHintContentData) == 0x000010, "Wrong size on FS_TutorialHintContentData"); \ +static_assert(offsetof(FS_TutorialHintContentData, Description_2_B404ED3241016BE73478D6AC74133E09) == 0x000000, "Member 'FS_TutorialHintContentData::Description_2_B404ED3241016BE73478D6AC74133E09' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_Outline_C \ +static_assert(alignof(UCTS_H0_Outline_C) == 0x000010, "Wrong alignment on UCTS_H0_Outline_C"); \ +static_assert(sizeof(UCTS_H0_Outline_C) == 0x0001B0, "Wrong size on UCTS_H0_Outline_C"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleInputContainer_C \ +static_assert(alignof(UWBP_BattleInputContainer_C) == 0x000008, "Wrong alignment on UWBP_BattleInputContainer_C"); \ +static_assert(sizeof(UWBP_BattleInputContainer_C) == 0x0002E8, "Wrong size on UWBP_BattleInputContainer_C"); \ +static_assert(offsetof(UWBP_BattleInputContainer_C, NamedSlot_76) == 0x0002E0, "Member 'UWBP_BattleInputContainer_C::NamedSlot_76' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Dialogue_AudioParameters \ +static_assert(alignof(FS_Dialogue_AudioParameters) == 0x000004, "Wrong alignment on FS_Dialogue_AudioParameters"); \ +static_assert(sizeof(FS_Dialogue_AudioParameters) == 0x000008, "Wrong size on FS_Dialogue_AudioParameters"); \ +static_assert(offsetof(FS_Dialogue_AudioParameters, AudioTriggerParameterName_9_577A429D426948888841B6B7A56B2BEA) == 0x000000, "Member 'FS_Dialogue_AudioParameters::AudioTriggerParameterName_9_577A429D426948888841B6B7A56B2BEA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_CheckForErrors \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_CheckForErrors"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_CheckForErrors) == 0x0000F8, "Wrong size on BP_Audio_Spline_Random_Short_C_CheckForErrors"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0000B8, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x0000D8, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000DC, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_Audio_Spline_Random_Short_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions) == 0x000098, "Wrong size on BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMaxDistanceAttenuation_ReturnValue) == 0x000034, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMaxDistanceAttenuation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_Found) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance) == 0x000040, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000070, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_Range_ImplicitCast) == 0x000088, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_Range_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000090, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1) == 0x000094, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound) == 0x000020, "Wrong size on BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound, Sound) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound, position) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_DEBUG_DrawPlayedSound::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short) == 0x000098, "Wrong size on BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, EntryPoint) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Variable) == 0x00000C, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Variable_1) == 0x00002C, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Less_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_IsPackagedBuild_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, K2Node_MakeStruct_S_RuntimeSoundDataWithDelay) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::K2Node_MakeStruct_S_RuntimeSoundDataWithDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Array_Length_ReturnValue_2) == 0x000084, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, Temp_int_Loop_Counter_Variable_2) == 0x000088, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Less_IntInt_ReturnValue_2) == 0x00008C, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short, K2Node_Event_EndPlayReason) == 0x000094, "Member 'BP_Audio_Spline_Random_Short_C_ExecuteUbergraph_BP_Audio_Spline_Random_Short::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange) == 0x0000E0, "Wrong size on BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Location) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Range) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Found) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, MinDistance) == 0x000028, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, MaxDistance) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_1) == 0x000040, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_2) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_3) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue) == 0x00005C, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetLocationAtSplineInputKey_ReturnValue) == 0x000060, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetLocationAtSplineInputKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Vector_Distance_ReturnValue) == 0x000078, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000080, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000094, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_4) == 0x000098, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue) == 0x0000A8, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMin_ReturnValue) == 0x0000B0, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000B8, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMax_ReturnValue) == 0x0000C0, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMin_B_ImplicitCast) == 0x0000C8, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMin_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0000D0, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0000D8, "Member 'BP_Audio_Spline_Random_Short_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange) == 0x0000B0, "Wrong size on BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, position) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Range) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Points) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Point) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Found) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Array_Random_OutItem) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Array_Random_OutIndex) == 0x000068, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00006C, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Square_ReturnValue) == 0x000070, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Temp_wildcard_Variable) == 0x000078, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, Temp_wildcard_Variable_1) == 0x000080, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Array_RemoveItem_ReturnValue) == 0x000098, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000A0, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointInRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange) == 0x000080, "Wrong size on BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, MinDistance) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, MaxDistance) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, NumberOfPoints) == 0x000010, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, Points) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, Temp_int_Variable) == 0x000028, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000060, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x00007C, "Member 'BP_Audio_Spline_Random_Short_C_GetRandomSplinePointsInDistanceRange::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_GetSplinePointForSound \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_GetSplinePointForSound"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound) == 0x0000B8, "Wrong size on BP_Audio_Spline_Random_Short_C_GetSplinePointForSound"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, Sound) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, position) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, Found) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, MaxAttenuation) == 0x000028, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::MaxAttenuation' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, PlayerLocation) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetMaxDistanceAttenuation_ReturnValue) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetMaxDistanceAttenuation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetPlayerAudioLocation_ReturnValue) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetPlayerAudioLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_Found) == 0x000068, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance) == 0x000070, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance) == 0x000078, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointsInDistanceRange_Points) == 0x000080, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointsInDistanceRange_Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointInRange_Point) == 0x000090, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointInRange_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointInRange_Found) == 0x0000A8, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A9, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_GetSplinePointForSound, K2Node_VariableSet_MaxAttenuation_ImplicitCast) == 0x0000B0, "Member 'BP_Audio_Spline_Random_Short_C_GetSplinePointForSound::K2Node_VariableSet_MaxAttenuation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_OnTimerElapsed \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_OnTimerElapsed"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed) == 0x000028, "Wrong size on BP_Audio_Spline_Random_Short_C_OnTimerElapsed"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, Temp_int_Variable) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000014, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_Less_IntInt_ReturnValue) == 0x000019, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_OnTimerElapsed, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_Audio_Spline_Random_Short_C_OnTimerElapsed::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition) == 0x000070, "Wrong size on BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, RandomSoundData) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::RandomSoundData' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_IsPackagedBuild_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, Temp_wildcard_Variable) == 0x000048, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_GetSplinePointForSound_Position) == 0x000050, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_GetSplinePointForSound_Position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_GetSplinePointForSound_Found) == 0x000068, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_GetSplinePointForSound_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_Audio_Spline_Random_Short_C_PlayRandomSoundAtRandomPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_ReceiveEndPlay \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Audio_Spline_Random_Short_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Audio_Spline_Random_Short_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_ReceiveTick \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Audio_Spline_Random_Short_C_ReceiveTick"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_ReceiveTick) == 0x000004, "Wrong size on BP_Audio_Spline_Random_Short_C_ReceiveTick"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_Short_C_StartTimerForSoundData \ +static_assert(alignof(BP_Audio_Spline_Random_Short_C_StartTimerForSoundData) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_Short_C_StartTimerForSoundData"); \ +static_assert(sizeof(BP_Audio_Spline_Random_Short_C_StartTimerForSoundData) == 0x000040, "Wrong size on BP_Audio_Spline_Random_Short_C_StartTimerForSoundData"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_StartTimerForSoundData, SoundData_0) == 0x000000, "Member 'BP_Audio_Spline_Random_Short_C_StartTimerForSoundData::SoundData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_Short_C_StartTimerForSoundData, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'BP_Audio_Spline_Random_Short_C_StartTimerForSoundData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Audio_Spline_Random_Short_C \ +static_assert(alignof(ABP_Audio_Spline_Random_Short_C) == 0x000008, "Wrong alignment on ABP_Audio_Spline_Random_Short_C"); \ +static_assert(sizeof(ABP_Audio_Spline_Random_Short_C) == 0x0002C8, "Wrong size on ABP_Audio_Spline_Random_Short_C"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, UberGraphFrame) == 0x000290, "Member 'ABP_Audio_Spline_Random_Short_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, Spline) == 0x000298, "Member 'ABP_Audio_Spline_Random_Short_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, SoundData) == 0x0002A0, "Member 'ABP_Audio_Spline_Random_Short_C::SoundData' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, _NumberOfPointsToSearch) == 0x0002B0, "Member 'ABP_Audio_Spline_Random_Short_C::_NumberOfPointsToSearch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, DEBUG_DrawPlayedSoundEnable) == 0x0002B4, "Member 'ABP_Audio_Spline_Random_Short_C::DEBUG_DrawPlayedSoundEnable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_Short_C, RuntimeSoundData) == 0x0002B8, "Member 'ABP_Audio_Spline_Random_Short_C::RuntimeSoundData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ReplaceCharacter_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_ReplaceCharacter_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_ReplaceCharacter_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_ReplaceCharacter_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_ReplaceCharacter_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_ReplaceCharacter_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ReplaceCharacter_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_ReplaceCharacter_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction) == 0x000050, "Wrong size on BP_GameAction_ReplaceCharacter_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ReplaceCharacter_C_ValidateGameAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004C, "Member 'BP_GameAction_ReplaceCharacter_C_ValidateGameAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_ReplaceCharacter_C \ +static_assert(alignof(UBP_GameAction_ReplaceCharacter_C) == 0x000008, "Wrong alignment on UBP_GameAction_ReplaceCharacter_C"); \ +static_assert(sizeof(UBP_GameAction_ReplaceCharacter_C) == 0x000040, "Wrong size on UBP_GameAction_ReplaceCharacter_C"); \ +static_assert(offsetof(UBP_GameAction_ReplaceCharacter_C, ReplaceCharacterParameters) == 0x000030, "Member 'UBP_GameAction_ReplaceCharacter_C::ReplaceCharacterParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_TitleOutline_C \ +static_assert(alignof(UCTS_H0_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H0_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H0_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H0_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_FS_Dialogue_CustomOptions \ +static_assert(alignof(FS_Dialogue_CustomOptions) == 0x000008, "Wrong alignment on FS_Dialogue_CustomOptions"); \ +static_assert(sizeof(FS_Dialogue_CustomOptions) == 0x000048, "Wrong size on FS_Dialogue_CustomOptions"); \ +static_assert(offsetof(FS_Dialogue_CustomOptions, CanInterruptDialogueOverride_25_133B9FCE42DB8B6770D2169933A9806F) == 0x000000, "Member 'FS_Dialogue_CustomOptions::CanInterruptDialogueOverride_25_133B9FCE42DB8B6770D2169933A9806F' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_CustomOptions, CustomCamera_31_E10B91024D638F6CA9D41D82AF042EC8) == 0x000008, "Member 'FS_Dialogue_CustomOptions::CustomCamera_31_E10B91024D638F6CA9D41D82AF042EC8' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_CustomOptions, CameraMovement_34_732568B3474C0F0CBE0A5E8D583B2181) == 0x000010, "Member 'FS_Dialogue_CustomOptions::CameraMovement_34_732568B3474C0F0CBE0A5E8D583B2181' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_CustomOptions, AudioParameters_39_66BFE2C84EA7CC86537AB88D7EE472CC) == 0x000014, "Member 'FS_Dialogue_CustomOptions::AudioParameters_39_66BFE2C84EA7CC86537AB88D7EE472CC' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_CustomOptions, CustomCameraMovement_42_F3D44C4244F742BD4A6445A89C2DC4B4) == 0x000020, "Member 'FS_Dialogue_CustomOptions::CustomCameraMovement_42_F3D44C4244F742BD4A6445A89C2DC4B4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn) == 0x000028, "Wrong size on BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, EntryPoint) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000008, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, CallFunc_GetTransitionPhase_Phase) == 0x000020, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::CallFunc_GetTransitionPhase_Phase' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000022, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeIn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted) == 0x000018, "Wrong size on BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeIn_C_OnFadeInCompleted::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LatentAction_WaitForGameflowTransitionFadeIn_C \ +static_assert(alignof(UBP_LatentAction_WaitForGameflowTransitionFadeIn_C) == 0x000008, "Wrong alignment on UBP_LatentAction_WaitForGameflowTransitionFadeIn_C"); \ +static_assert(sizeof(UBP_LatentAction_WaitForGameflowTransitionFadeIn_C) == 0x000050, "Wrong size on UBP_LatentAction_WaitForGameflowTransitionFadeIn_C"); \ +static_assert(offsetof(UBP_LatentAction_WaitForGameflowTransitionFadeIn_C, UberGraphFrame) == 0x000048, "Member 'UBP_LatentAction_WaitForGameflowTransitionFadeIn_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem) == 0x0001E8, "Wrong size on BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, MerchantID) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::MerchantID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, ItemsToAdd) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::ItemsToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, local_MerchantSaveData) == 0x000068, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::local_MerchantSaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, local_MerchantRemainingItems) == 0x0000B8, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::local_MerchantRemainingItems' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Map_Keys_Keys) == 0x000108, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Map_Find_Value) == 0x000120, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Map_Find_ReturnValue) == 0x000170, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, Temp_int_Loop_Counter_Variable) == 0x000174, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, Temp_int_Array_Index_Variable) == 0x000180, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Array_Get_Item) == 0x000184, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Map_Find_Value_1) == 0x00018C, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, CallFunc_Map_Find_ReturnValue_1) == 0x000190, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem, K2Node_MakeStruct_S_MerchantSaveData) == 0x000198, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_AddMerchantRemainingItem::K2Node_MakeStruct_S_MerchantSaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData) == 0x000060, "Wrong size on BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData, local_MerchantRemainingItems) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_PatchMerchantData::local_MerchantRemainingItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V4) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V5) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V4_To_V5_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V4_To_V5_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V4_To_V5_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V4_To_V5_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V4_To_V5_C) == 0x0000E8, "Wrong size on UBP_SaveGameObjectUpgrader_V4_To_V5_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V4_To_V5_C, WorldMap_MerchantID_A) == 0x000038, "Member 'UBP_SaveGameObjectUpgrader_V4_To_V5_C::WorldMap_MerchantID_A' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V4_To_V5_C, WorldMap_MerchantA_ItemsToAdd) == 0x000040, "Member 'UBP_SaveGameObjectUpgrader_V4_To_V5_C::WorldMap_MerchantA_ItemsToAdd' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V4_To_V5_C, WorldMap_MerchantID_B) == 0x000090, "Member 'UBP_SaveGameObjectUpgrader_V4_To_V5_C::WorldMap_MerchantID_B' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V4_To_V5_C, WorldMap_MerchantB_ItemsToAdd) == 0x000098, "Member 'UBP_SaveGameObjectUpgrader_V4_To_V5_C::WorldMap_MerchantB_ItemsToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ScreenSpaceFogScatteringParameters \ +static_assert(alignof(FS_ScreenSpaceFogScatteringParameters) == 0x000008, "Wrong alignment on FS_ScreenSpaceFogScatteringParameters"); \ +static_assert(sizeof(FS_ScreenSpaceFogScatteringParameters) == 0x000018, "Wrong size on FS_ScreenSpaceFogScatteringParameters"); \ +static_assert(offsetof(FS_ScreenSpaceFogScatteringParameters, Enabled_2_1B608E084F7F4792E5EFAA9052E60875) == 0x000000, "Member 'FS_ScreenSpaceFogScatteringParameters::Enabled_2_1B608E084F7F4792E5EFAA9052E60875' has a wrong offset!"); \ +static_assert(offsetof(FS_ScreenSpaceFogScatteringParameters, PassAmount_8_AF7A0B9C4F8F7D95425FA188AC22E404) == 0x000004, "Member 'FS_ScreenSpaceFogScatteringParameters::PassAmount_8_AF7A0B9C4F8F7D95425FA188AC22E404' has a wrong offset!"); \ +static_assert(offsetof(FS_ScreenSpaceFogScatteringParameters, Radius_10_E2EAECF246BBAA7AC6A676BF6EBF078D) == 0x000008, "Member 'FS_ScreenSpaceFogScatteringParameters::Radius_10_E2EAECF246BBAA7AC6A676BF6EBF078D' has a wrong offset!"); \ +static_assert(offsetof(FS_ScreenSpaceFogScatteringParameters, Intensity_12_2074BABF48A2D3BE5B73A78213B57EBD) == 0x000010, "Member 'FS_ScreenSpaceFogScatteringParameters::Intensity_12_2074BABF48A2D3BE5B73A78213B57EBD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Flee_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuff_Flee_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuff_Flee_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuff_Flee_C_ActivateBuff) == 0x000008, "Wrong size on BP_BattleBuff_Flee_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ActivateBuff, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_Flee_C_ActivateBuff::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee \ +static_assert(alignof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee) == 0x000008, "Wrong alignment on BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee"); \ +static_assert(sizeof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee) == 0x000168, "Wrong size on BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Format_ReturnValue) == 0x000018, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, Temp_int_Variable) == 0x000028, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_Event_CharacterStats_1) == 0x000040, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_Event_CharacterStats) == 0x000048, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_Event_TurnStartDependencies) == 0x000050, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000058, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_IsEmpty_ReturnValue) == 0x000068, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_MakeArray_Array_1) == 0x0000B8, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_IsBuffTarget_IsTarget) == 0x0000C8, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Format_ReturnValue_1) == 0x0000D0, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, Temp_int_Array_Index_Variable_1) == 0x0000E0, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetBattleManager_ReturnValue) == 0x0000E8, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_Length_ReturnValue_1) == 0x000100, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000104, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Add_IntInt_ReturnValue_2) == 0x000108, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetBattleManager_ReturnValue_1) == 0x000110, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetPlayerController_ReturnValue) == 0x000118, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000120, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetBattleManager_ReturnValue_2) == 0x000130, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Array_Length_ReturnValue_2) == 0x000140, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_PlayAnimMontage_ReturnValue) == 0x000148, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetBattleManager_ReturnValue_3) == 0x000150, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetBattleManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_GetBattleManager_ReturnValue_4) == 0x000158, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_GetBattleManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x000160, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee, CallFunc_PlayAnimMontage_ReturnValue_2) == 0x000164, "Member 'BP_BattleBuff_Flee_C_ExecuteUbergraph_BP_BattleBuff_Flee::CallFunc_PlayAnimMontage_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Flee_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_Flee_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_Flee_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_Flee_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_Flee_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_Flee_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Flee_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_Flee_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_Flee_C \ +static_assert(alignof(UBP_BattleBuff_Flee_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_Flee_C"); \ +static_assert(sizeof(UBP_BattleBuff_Flee_C) == 0x000180, "Wrong size on UBP_BattleBuff_Flee_C"); \ +static_assert(offsetof(UBP_BattleBuff_Flee_C, UberGraphFrame_BP_BattleBuff_Flee_C) == 0x000158, "Member 'UBP_BattleBuff_Flee_C::UberGraphFrame_BP_BattleBuff_Flee_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Flee_C, Particle_System_Component) == 0x000160, "Member 'UBP_BattleBuff_Flee_C::Particle_System_Component' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Flee_C, NumberOfCharactersAliveFleeing) == 0x000168, "Member 'UBP_BattleBuff_Flee_C::NumberOfCharactersAliveFleeing' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Flee_C, SoundEventFleeActivation) == 0x000170, "Member 'UBP_BattleBuff_Flee_C::SoundEventFleeActivation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_SaveActiveFilters \ +static_assert(alignof(WBP_FilterDropdown_C_SaveActiveFilters) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_SaveActiveFilters"); \ +static_assert(sizeof(WBP_FilterDropdown_C_SaveActiveFilters) == 0x000060, "Wrong size on WBP_FilterDropdown_C_SaveActiveFilters"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000000, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, Temp_wildcard_Temp_buffer_array_Variable) == 0x000020, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SaveActiveFilters, CallFunc_GetCustomGI_ReturnValue) == 0x000058, "Member 'WBP_FilterDropdown_C_SaveActiveFilters::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_BP_OnHandleBackAction \ +static_assert(alignof(WBP_FilterDropdown_C_BP_OnHandleBackAction) == 0x000001, "Wrong alignment on WBP_FilterDropdown_C_BP_OnHandleBackAction"); \ +static_assert(sizeof(WBP_FilterDropdown_C_BP_OnHandleBackAction) == 0x000001, "Wrong size on WBP_FilterDropdown_C_BP_OnHandleBackAction"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BP_OnHandleBackAction, ReturnValue) == 0x000000, "Member 'WBP_FilterDropdown_C_BP_OnHandleBackAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_SetIsActive \ +static_assert(alignof(WBP_FilterDropdown_C_SetIsActive) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_SetIsActive"); \ +static_assert(sizeof(WBP_FilterDropdown_C_SetIsActive) == 0x000030, "Wrong size on WBP_FilterDropdown_C_SetIsActive"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, bIsFilterActive_0) == 0x000000, "Member 'WBP_FilterDropdown_C_SetIsActive::bIsFilterActive_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, Temp_byte_Variable) == 0x000001, "Member 'WBP_FilterDropdown_C_SetIsActive::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_FilterDropdown_C_SetIsActive::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, Temp_bool_Variable) == 0x000011, "Member 'WBP_FilterDropdown_C_SetIsActive::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_GetActiveFilters_ActiveFilterEntries) == 0x000018, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_GetActiveFilters_ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_BooleanOR_ReturnValue) == 0x00002D, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, CallFunc_Not_PreBool_ReturnValue) == 0x00002E, "Member 'WBP_FilterDropdown_C_SetIsActive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_SetIsActive, K2Node_Select_Default) == 0x00002F, "Member 'WBP_FilterDropdown_C_SetIsActive::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_GetActiveFilters \ +static_assert(alignof(WBP_FilterDropdown_C_GetActiveFilters) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_GetActiveFilters"); \ +static_assert(sizeof(WBP_FilterDropdown_C_GetActiveFilters) == 0x000010, "Wrong size on WBP_FilterDropdown_C_GetActiveFilters"); \ +static_assert(offsetof(WBP_FilterDropdown_C_GetActiveFilters, ActiveFilterEntries_0) == 0x000000, "Member 'WBP_FilterDropdown_C_GetActiveFilters::ActiveFilterEntries_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_UpdateFilterText \ +static_assert(alignof(WBP_FilterDropdown_C_UpdateFilterText) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_UpdateFilterText"); \ +static_assert(sizeof(WBP_FilterDropdown_C_UpdateFilterText) == 0x0001D0, "Wrong size on WBP_FilterDropdown_C_UpdateFilterText"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, LocalFilterText) == 0x000000, "Member 'WBP_FilterDropdown_C_UpdateFilterText::LocalFilterText' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_bool_Variable) == 0x000010, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_text_Variable) == 0x000018, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_text_Variable_1) == 0x000028, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_text_Variable_2) == 0x000038, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_int_Array_Index_Variable) == 0x000048, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_FilterDropdown_C_UpdateFilterText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_Select_Default) == 0x000058, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000070, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000108, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_MakeArray_Array) == 0x000110, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_MakeLiteralText_ReturnValue) == 0x000130, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Array_Get_Item) == 0x000140, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000160, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'WBP_FilterDropdown_C_UpdateFilterText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_Format_ReturnValue_1) == 0x0001B8, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_UpdateFilterText, CallFunc_HasAnyFilterActive_ReturnValue) == 0x0001C8, "Member 'WBP_FilterDropdown_C_UpdateFilterText::CallFunc_HasAnyFilterActive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_OnDropdownEntryClicked \ +static_assert(alignof(WBP_FilterDropdown_C_OnDropdownEntryClicked) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_OnDropdownEntryClicked"); \ +static_assert(sizeof(WBP_FilterDropdown_C_OnDropdownEntryClicked) == 0x000020, "Wrong size on WBP_FilterDropdown_C_OnDropdownEntryClicked"); \ +static_assert(offsetof(WBP_FilterDropdown_C_OnDropdownEntryClicked, ClickedEntry) == 0x000000, "Member 'WBP_FilterDropdown_C_OnDropdownEntryClicked::ClickedEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_OnDropdownEntryClicked, CallFunc_IsDropdownEntryActive_IsEntryActive) == 0x000018, "Member 'WBP_FilterDropdown_C_OnDropdownEntryClicked::CallFunc_IsDropdownEntryActive_IsEntryActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_HasAnyFilterActive \ +static_assert(alignof(WBP_FilterDropdown_C_HasAnyFilterActive) == 0x000004, "Wrong alignment on WBP_FilterDropdown_C_HasAnyFilterActive"); \ +static_assert(sizeof(WBP_FilterDropdown_C_HasAnyFilterActive) == 0x00000C, "Wrong size on WBP_FilterDropdown_C_HasAnyFilterActive"); \ +static_assert(offsetof(WBP_FilterDropdown_C_HasAnyFilterActive, ReturnValue) == 0x000000, "Member 'WBP_FilterDropdown_C_HasAnyFilterActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_HasAnyFilterActive, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_FilterDropdown_C_HasAnyFilterActive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_HasAnyFilterActive, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_FilterDropdown_C_HasAnyFilterActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_HasAnyFilterActive, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'WBP_FilterDropdown_C_HasAnyFilterActive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_RemoveActiveDropdownEntry \ +static_assert(alignof(WBP_FilterDropdown_C_RemoveActiveDropdownEntry) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_RemoveActiveDropdownEntry"); \ +static_assert(sizeof(WBP_FilterDropdown_C_RemoveActiveDropdownEntry) == 0x000020, "Wrong size on WBP_FilterDropdown_C_RemoveActiveDropdownEntry"); \ +static_assert(offsetof(WBP_FilterDropdown_C_RemoveActiveDropdownEntry, InSortDropdownEntry) == 0x000000, "Member 'WBP_FilterDropdown_C_RemoveActiveDropdownEntry::InSortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_RemoveActiveDropdownEntry, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'WBP_FilterDropdown_C_RemoveActiveDropdownEntry::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_AddActiveDropdownEntry \ +static_assert(alignof(WBP_FilterDropdown_C_AddActiveDropdownEntry) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_AddActiveDropdownEntry"); \ +static_assert(sizeof(WBP_FilterDropdown_C_AddActiveDropdownEntry) == 0x000020, "Wrong size on WBP_FilterDropdown_C_AddActiveDropdownEntry"); \ +static_assert(offsetof(WBP_FilterDropdown_C_AddActiveDropdownEntry, InSortDropdownEntry) == 0x000000, "Member 'WBP_FilterDropdown_C_AddActiveDropdownEntry::InSortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_AddActiveDropdownEntry, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'WBP_FilterDropdown_C_AddActiveDropdownEntry::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_IsDropdownEntryActive \ +static_assert(alignof(WBP_FilterDropdown_C_IsDropdownEntryActive) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_IsDropdownEntryActive"); \ +static_assert(sizeof(WBP_FilterDropdown_C_IsDropdownEntryActive) == 0x000020, "Wrong size on WBP_FilterDropdown_C_IsDropdownEntryActive"); \ +static_assert(offsetof(WBP_FilterDropdown_C_IsDropdownEntryActive, DropdownEntry) == 0x000000, "Member 'WBP_FilterDropdown_C_IsDropdownEntryActive::DropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_IsDropdownEntryActive, IsEntryActive) == 0x000018, "Member 'WBP_FilterDropdown_C_IsDropdownEntryActive::IsEntryActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_IsDropdownEntryActive, CallFunc_Array_Contains_ReturnValue) == 0x000019, "Member 'WBP_FilterDropdown_C_IsDropdownEntryActive::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_InitializeDropdownEntries \ +static_assert(alignof(WBP_FilterDropdown_C_InitializeDropdownEntries) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_InitializeDropdownEntries"); \ +static_assert(sizeof(WBP_FilterDropdown_C_InitializeDropdownEntries) == 0x000188, "Wrong size on WBP_FilterDropdown_C_InitializeDropdownEntries"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, Temp_object_Variable) == 0x000010, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, Temp_object_Variable_1) == 0x000018, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000024, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, Temp_bool_Variable) == 0x000025, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_GetCustomGI_ReturnValue) == 0x000028, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_GetUITransientData_UITransientData) == 0x000030, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_GetUITransientData_UITransientData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, K2Node_Select_Default) == 0x000120, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_Value) == 0x000128, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_ReturnValue) == 0x000140, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Array_Get_Item) == 0x000148, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Array_Add_ReturnValue) == 0x000164, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_Array_Contains_ReturnValue) == 0x000169, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, K2Node_CreateDelegate_OutputDelegate) == 0x00016C, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_InitializeDropdownEntries, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000180, "Member 'WBP_FilterDropdown_C_InitializeDropdownEntries::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_OnMouseLeave \ +static_assert(alignof(WBP_FilterDropdown_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_FilterDropdown_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_FilterDropdown_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_FilterDropdown_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_FilterDropdown_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_FilterDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_OnInputMethodChanged \ +static_assert(alignof(WBP_FilterDropdown_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_FilterDropdown_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_FilterDropdown_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_FilterDropdown_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_FilterDropdown_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_FilterDropdown_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown \ +static_assert(alignof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown"); \ +static_assert(sizeof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown) == 0x000130, "Wrong size on WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, EntryPoint) == 0x000000, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, Temp_bool_Variable) == 0x000004, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, Temp_class_Variable) == 0x000008, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, Temp_class_Variable_1) == 0x000010, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_ComponentBoundEvent_Button_2) == 0x000030, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_IsActivated_ReturnValue) == 0x000038, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_ComponentBoundEvent_Button_1) == 0x000040, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_Event_MouseEvent) == 0x000048, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000C0, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C8, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_ComponentBoundEvent_Selected) == 0x0000D8, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0000E8, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_GetAllEntries_ReturnValue) == 0x0000F0, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_CreateDelegate_OutputDelegate_1) == 0x000100, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_Array_Get_Item) == 0x000110, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000118, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry) == 0x000120, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x000129, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, K2Node_CustomEvent_bNewInputType) == 0x00012A, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2) == 0x00012B, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown, CallFunc_Not_PreBool_ReturnValue) == 0x00012C, "Member 'WBP_FilterDropdown_C_ExecuteUbergraph_WBP_FilterDropdown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterDropdown_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_FilterDropdown_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_FilterDropdown_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_FilterDropdown_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_FilterDropdown_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_FilterDropdown_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_FilterDropdown_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FilterDropdown_C \ +static_assert(alignof(UWBP_FilterDropdown_C) == 0x000008, "Wrong alignment on UWBP_FilterDropdown_C"); \ +static_assert(sizeof(UWBP_FilterDropdown_C) == 0x0004C0, "Wrong size on UWBP_FilterDropdown_C"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, UberGraphFrame) == 0x000430, "Member 'UWBP_FilterDropdown_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, Anim_BackgroundExpand) == 0x000438, "Member 'UWBP_FilterDropdown_C::Anim_BackgroundExpand' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, Dropdown) == 0x000440, "Member 'UWBP_FilterDropdown_C::Dropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, DropdownBackground) == 0x000448, "Member 'UWBP_FilterDropdown_C::DropdownBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, DropdownContent) == 0x000450, "Member 'UWBP_FilterDropdown_C::DropdownContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, FocusAndDirectionHandler) == 0x000458, "Member 'UWBP_FilterDropdown_C::FocusAndDirectionHandler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, HeaderButton) == 0x000460, "Member 'UWBP_FilterDropdown_C::HeaderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, HeaderText) == 0x000468, "Member 'UWBP_FilterDropdown_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, ToggleInputActionBinding) == 0x000470, "Member 'UWBP_FilterDropdown_C::ToggleInputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, FilterEntries) == 0x000478, "Member 'UWBP_FilterDropdown_C::FilterEntries' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, ActiveFilterEntries) == 0x000488, "Member 'UWBP_FilterDropdown_C::ActiveFilterEntries' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, OnActiveFilterEntriesChanged) == 0x000498, "Member 'UWBP_FilterDropdown_C::OnActiveFilterEntriesChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, OnSortDirectionChanged) == 0x0004A8, "Member 'UWBP_FilterDropdown_C::OnSortDirectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, bIsFilterActive) == 0x0004B8, "Member 'UWBP_FilterDropdown_C::bIsFilterActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterDropdown_C, DropdownIdentifier) == 0x0004B9, "Member 'UWBP_FilterDropdown_C::DropdownIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_Title_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B3_Title_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B3_Title_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B3_Title_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B3_Title_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_FS_LevelParameters \ +static_assert(alignof(FS_LevelParameters) == 0x000008, "Wrong alignment on FS_LevelParameters"); \ +static_assert(sizeof(FS_LevelParameters) == 0x000028, "Wrong size on FS_LevelParameters"); \ +static_assert(offsetof(FS_LevelParameters, Audio_5_0CBE0BCA47AC907980EE6CB15CB4E2FC) == 0x000000, "Member 'FS_LevelParameters::Audio_5_0CBE0BCA47AC907980EE6CB15CB4E2FC' has a wrong offset!"); \ +static_assert(offsetof(FS_LevelParameters, ScreenSpaceFogScattering_2_BD33E48E415D0304D10FA983353184C8) == 0x000010, "Member 'FS_LevelParameters::ScreenSpaceFogScattering_2_BD33E48E415D0304D10FA983353184C8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest \ +static_assert(alignof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest) == 0x000008, "Wrong alignment on BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest"); \ +static_assert(sizeof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest) == 0x000030, "Wrong size on BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest, EntryPoint) == 0x000000, "Member 'BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest, Temp_class_Variable) == 0x000008, "Member 'BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest, K2Node_CustomEvent_Loaded) == 0x000010, "Member 'BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000018, "Member 'BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_LoadClassAssetRequest_C_ExecuteUbergraph_BP_LoadClassAssetRequest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadClassAssetRequest_C_GetLoadedClass \ +static_assert(alignof(BP_LoadClassAssetRequest_C_GetLoadedClass) == 0x000008, "Wrong alignment on BP_LoadClassAssetRequest_C_GetLoadedClass"); \ +static_assert(sizeof(BP_LoadClassAssetRequest_C_GetLoadedClass) == 0x000008, "Wrong size on BP_LoadClassAssetRequest_C_GetLoadedClass"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_GetLoadedClass, LoadedClass_0) == 0x000000, "Member 'BP_LoadClassAssetRequest_C_GetLoadedClass::LoadedClass_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF \ +static_assert(alignof(BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF) == 0x000008, "Wrong alignment on BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF"); \ +static_assert(sizeof(BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF) == 0x000008, "Wrong size on BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF"); \ +static_assert(offsetof(BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF, Loaded) == 0x000000, "Member 'BP_LoadClassAssetRequest_C_OnLoaded_24BB3CF04E742C1F02C996922FF9C0CF::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LoadClassAssetRequest_C \ +static_assert(alignof(UBP_LoadClassAssetRequest_C) == 0x000008, "Wrong alignment on UBP_LoadClassAssetRequest_C"); \ +static_assert(sizeof(UBP_LoadClassAssetRequest_C) == 0x000078, "Wrong size on UBP_LoadClassAssetRequest_C"); \ +static_assert(offsetof(UBP_LoadClassAssetRequest_C, UberGraphFrame) == 0x000028, "Member 'UBP_LoadClassAssetRequest_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadClassAssetRequest_C, AssetClass) == 0x000030, "Member 'UBP_LoadClassAssetRequest_C::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadClassAssetRequest_C, LoadedClass) == 0x000058, "Member 'UBP_LoadClassAssetRequest_C::LoadedClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadClassAssetRequest_C, OnLoadingCompleted) == 0x000060, "Member 'UBP_LoadClassAssetRequest_C::OnLoadingCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadClassAssetRequest_C, Name_0) == 0x000070, "Member 'UBP_LoadClassAssetRequest_C::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Pictos_C_GetCompatibleItemSorters \ +static_assert(alignof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters) == 0x000008, "Wrong alignment on BP_ItemFilter_Pictos_C_GetCompatibleItemSorters"); \ +static_assert(sizeof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters) == 0x000040, "Wrong size on BP_ItemFilter_Pictos_C_GetCompatibleItemSorters"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters, ItemSorters) == 0x000000, "Member 'BP_ItemFilter_Pictos_C_GetCompatibleItemSorters::ItemSorters' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters, Temp_wildcard_Variable) == 0x000010, "Member 'BP_ItemFilter_Pictos_C_GetCompatibleItemSorters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_ItemFilter_Pictos_C_GetCompatibleItemSorters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetCompatibleItemSorters, CallFunc_GetCompatibleItemSorters_ItemSorters) == 0x000030, "Member 'BP_ItemFilter_Pictos_C_GetCompatibleItemSorters::CallFunc_GetCompatibleItemSorters_ItemSorters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Pictos_C_GetDisplayName \ +static_assert(alignof(BP_ItemFilter_Pictos_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemFilter_Pictos_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemFilter_Pictos_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemFilter_Pictos_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemFilter_Pictos_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Pictos_C_GetFilteredTypes \ +static_assert(alignof(BP_ItemFilter_Pictos_C_GetFilteredTypes) == 0x000008, "Wrong alignment on BP_ItemFilter_Pictos_C_GetFilteredTypes"); \ +static_assert(sizeof(BP_ItemFilter_Pictos_C_GetFilteredTypes) == 0x000020, "Wrong size on BP_ItemFilter_Pictos_C_GetFilteredTypes"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetFilteredTypes, FilteredType) == 0x000000, "Member 'BP_ItemFilter_Pictos_C_GetFilteredTypes::FilteredType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Pictos_C_GetFilteredTypes, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemFilter_Pictos_C_GetFilteredTypes::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilter_Pictos_C \ +static_assert(alignof(UBP_ItemFilter_Pictos_C) == 0x000008, "Wrong alignment on UBP_ItemFilter_Pictos_C"); \ +static_assert(sizeof(UBP_ItemFilter_Pictos_C) == 0x000028, "Wrong size on UBP_ItemFilter_Pictos_C"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor \ +static_assert(alignof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor) == 0x000008, "Wrong alignment on BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor"); \ +static_assert(sizeof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor) == 0x0000A8, "Wrong size on BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, EntryPoint) == 0x000000, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, Temp_wildcard_Variable) == 0x000008, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000030, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_MakeVector_ReturnValue) == 0x000038, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_GetCameraRotation_ReturnValue) == 0x000050, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_GetCameraLocation_ReturnValue) == 0x000068, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000080, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_Vector_Distance_ReturnValue) == 0x000088, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, CallFunc_FMax_ReturnValue) == 0x000098, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor, K2Node_Event_DeltaSeconds) == 0x0000A0, "Member 'BP_PhotoMode_FocusPointActor_C_ExecuteUbergraph_BP_PhotoMode_FocusPointActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoMode_FocusPointActor_C_ReceiveTick \ +static_assert(alignof(BP_PhotoMode_FocusPointActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PhotoMode_FocusPointActor_C_ReceiveTick"); \ +static_assert(sizeof(BP_PhotoMode_FocusPointActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_PhotoMode_FocusPointActor_C_ReceiveTick"); \ +static_assert(offsetof(BP_PhotoMode_FocusPointActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PhotoMode_FocusPointActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoMode_FocusPointActor_C \ +static_assert(alignof(ABP_PhotoMode_FocusPointActor_C) == 0x000008, "Wrong alignment on ABP_PhotoMode_FocusPointActor_C"); \ +static_assert(sizeof(ABP_PhotoMode_FocusPointActor_C) == 0x0002A8, "Wrong size on ABP_PhotoMode_FocusPointActor_C"); \ +static_assert(offsetof(ABP_PhotoMode_FocusPointActor_C, UberGraphFrame) == 0x000290, "Member 'ABP_PhotoMode_FocusPointActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_FocusPointActor_C, Plane) == 0x000298, "Member 'ABP_PhotoMode_FocusPointActor_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoMode_FocusPointActor_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_PhotoMode_FocusPointActor_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PassiveEffectDisplayData \ +static_assert(alignof(FS_PassiveEffectDisplayData) == 0x000008, "Wrong alignment on FS_PassiveEffectDisplayData"); \ +static_assert(sizeof(FS_PassiveEffectDisplayData) == 0x000068, "Wrong size on FS_PassiveEffectDisplayData"); \ +static_assert(offsetof(FS_PassiveEffectDisplayData, PassiveEffectID_11_54D6A206477B8782C9FCD6A6A50C7608) == 0x000000, "Member 'FS_PassiveEffectDisplayData::PassiveEffectID_11_54D6A206477B8782C9FCD6A6A50C7608' has a wrong offset!"); \ +static_assert(offsetof(FS_PassiveEffectDisplayData, Definition_7_762BB92E4D44A78B0763EBBB81F3982A) == 0x000008, "Member 'FS_PassiveEffectDisplayData::Definition_7_762BB92E4D44A78B0763EBBB81F3982A' has a wrong offset!"); \ +static_assert(offsetof(FS_PassiveEffectDisplayData, ProgressionData_6_480C029F42CBF0BF52EBF1A5D165A176) == 0x000050, "Member 'FS_PassiveEffectDisplayData::ProgressionData_6_480C029F42CBF0BF52EBF1A5D165A176' has a wrong offset!"); \ +static_assert(offsetof(FS_PassiveEffectDisplayData, EffectiveCost_10_F8B2A38A4D480D08DDB14FB2B2DD366F) == 0x000060, "Member 'FS_PassiveEffectDisplayData::EffectiveCost_10_F8B2A38A4D480D08DDB14FB2B2DD366F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_RolledLootEntry \ +static_assert(alignof(FS_RolledLootEntry) == 0x000004, "Wrong alignment on FS_RolledLootEntry"); \ +static_assert(sizeof(FS_RolledLootEntry) == 0x000010, "Wrong size on FS_RolledLootEntry"); \ +static_assert(offsetof(FS_RolledLootEntry, ItemID_2_FDDBE5744EC164155E4C959474052581) == 0x000000, "Member 'FS_RolledLootEntry::ItemID_2_FDDBE5744EC164155E4C959474052581' has a wrong offset!"); \ +static_assert(offsetof(FS_RolledLootEntry, Quantity_5_6316FB3244212C5481CB6E8C09995EF0) == 0x000008, "Member 'FS_RolledLootEntry::Quantity_5_6316FB3244212C5481CB6E8C09995EF0' has a wrong offset!"); \ +static_assert(offsetof(FS_RolledLootEntry, LootContextLevelOffset_9_8DB3D2484651317AEF2735A9049799C7) == 0x00000C, "Member 'FS_RolledLootEntry::LootContextLevelOffset_9_8DB3D2484651317AEF2735A9049799C7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PhotoModeControllerParameters \ +static_assert(alignof(FS_PhotoModeControllerParameters) == 0x000010, "Wrong alignment on FS_PhotoModeControllerParameters"); \ +static_assert(sizeof(FS_PhotoModeControllerParameters) == 0x000080, "Wrong size on FS_PhotoModeControllerParameters"); \ +static_assert(offsetof(FS_PhotoModeControllerParameters, PreviousController_7_B9F4FB6544B39803AC2066843E9DCE9A) == 0x000000, "Member 'FS_PhotoModeControllerParameters::PreviousController_7_B9F4FB6544B39803AC2066843E9DCE9A' has a wrong offset!"); \ +static_assert(offsetof(FS_PhotoModeControllerParameters, InitialCameraTransform_6_1C078EAB4A7626692CD3C5AD1D6FF3A0) == 0x000010, "Member 'FS_PhotoModeControllerParameters::InitialCameraTransform_6_1C078EAB4A7626692CD3C5AD1D6FF3A0' has a wrong offset!"); \ +static_assert(offsetof(FS_PhotoModeControllerParameters, IsPlayingCinematic_11_9A6B7BAE45141BFD35E310B1229345C1) == 0x000070, "Member 'FS_PhotoModeControllerParameters::IsPlayingCinematic_11_9A6B7BAE45141BFD35E310B1229345C1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_OnoSoundData \ +static_assert(alignof(FS_OnoSoundData) == 0x000008, "Wrong alignment on FS_OnoSoundData"); \ +static_assert(sizeof(FS_OnoSoundData) == 0x000050, "Wrong size on FS_OnoSoundData"); \ +static_assert(offsetof(FS_OnoSoundData, OnoSoundByType_4_4E02955945AE43D0D40D3885E5914800) == 0x000000, "Member 'FS_OnoSoundData::OnoSoundByType_4_4E02955945AE43D0D40D3885E5914800' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode \ +static_assert(alignof(WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode) == 0x000008, "Wrong alignment on WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode"); \ +static_assert(sizeof(WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode) == 0x000020, "Wrong size on WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode"); \ +static_assert(offsetof(WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode, EntryPoint) == 0x000000, "Member 'WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode, K2Node_CustomEvent_Value) == 0x000008, "Member 'WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000010, "Member 'WBP_FlyMode_C_ExecuteUbergraph_WBP_FlyMode::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FlyMode_C_SetCurrentFlySpeedValue \ +static_assert(alignof(WBP_FlyMode_C_SetCurrentFlySpeedValue) == 0x000008, "Wrong alignment on WBP_FlyMode_C_SetCurrentFlySpeedValue"); \ +static_assert(sizeof(WBP_FlyMode_C_SetCurrentFlySpeedValue) == 0x000008, "Wrong size on WBP_FlyMode_C_SetCurrentFlySpeedValue"); \ +static_assert(offsetof(WBP_FlyMode_C_SetCurrentFlySpeedValue, Value) == 0x000000, "Member 'WBP_FlyMode_C_SetCurrentFlySpeedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FlyMode_C \ +static_assert(alignof(UWBP_FlyMode_C) == 0x000008, "Wrong alignment on UWBP_FlyMode_C"); \ +static_assert(sizeof(UWBP_FlyMode_C) == 0x0002F0, "Wrong size on UWBP_FlyMode_C"); \ +static_assert(offsetof(UWBP_FlyMode_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_FlyMode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FlyMode_C, Speed) == 0x0002E8, "Member 'UWBP_FlyMode_C::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimationVariationComponent_C \ +static_assert(alignof(UBP_AnimationVariationComponent_C) == 0x000008, "Wrong alignment on UBP_AnimationVariationComponent_C"); \ +static_assert(sizeof(UBP_AnimationVariationComponent_C) == 0x000148, "Wrong size on UBP_AnimationVariationComponent_C"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleRoot) == 0x0000A0, "Member 'UBP_AnimationVariationComponent_C::ScaleRoot' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleSpine01) == 0x0000B8, "Member 'UBP_AnimationVariationComponent_C::ScaleSpine01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleSpine03) == 0x0000D0, "Member 'UBP_AnimationVariationComponent_C::ScaleSpine03' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleArmL) == 0x0000E8, "Member 'UBP_AnimationVariationComponent_C::ScaleArmL' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleArmR) == 0x000100, "Member 'UBP_AnimationVariationComponent_C::ScaleArmR' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleLowerArmL) == 0x000118, "Member 'UBP_AnimationVariationComponent_C::ScaleLowerArmL' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimationVariationComponent_C, ScaleLowerArmR) == 0x000130, "Member 'UBP_AnimationVariationComponent_C::ScaleLowerArmR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_Climbing_Start_Top_C \ +static_assert(alignof(UShake_Climbing_Start_Top_C) == 0x000010, "Wrong alignment on UShake_Climbing_Start_Top_C"); \ +static_assert(sizeof(UShake_Climbing_Start_Top_C) == 0x0000E0, "Wrong size on UShake_Climbing_Start_Top_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Barrel_A_C \ +static_assert(alignof(ABP_EnviroDestructible_Barrel_A_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Barrel_A_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Barrel_A_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Barrel_A_C"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_EnemyBattleArchetype_C \ +static_assert(alignof(UBP_DataAsset_EnemyBattleArchetype_C) == 0x000008, "Wrong alignment on UBP_DataAsset_EnemyBattleArchetype_C"); \ +static_assert(sizeof(UBP_DataAsset_EnemyBattleArchetype_C) == 0x000090, "Wrong size on UBP_DataAsset_EnemyBattleArchetype_C"); \ +static_assert(offsetof(UBP_DataAsset_EnemyBattleArchetype_C, ArchetypeScalingDTPerDifficulty) == 0x000030, "Member 'UBP_DataAsset_EnemyBattleArchetype_C::ArchetypeScalingDTPerDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_EnemyBattleArchetype_C, BaseLootTableRolls) == 0x000080, "Member 'UBP_DataAsset_EnemyBattleArchetype_C::BaseLootTableRolls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ExploFoley_C_Play_Foley_Sound \ +static_assert(alignof(AN_ExploFoley_C_Play_Foley_Sound) == 0x000008, "Wrong alignment on AN_ExploFoley_C_Play_Foley_Sound"); \ +static_assert(sizeof(AN_ExploFoley_C_Play_Foley_Sound) == 0x000088, "Wrong size on AN_ExploFoley_C_Play_Foley_Sound"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, BP_JRPG_CharacterWorld) == 0x000000, "Member 'AN_ExploFoley_C_Play_Foley_Sound::BP_JRPG_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, Owner) == 0x000008, "Member 'AN_ExploFoley_C_Play_Foley_Sound::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x000010, "Member 'AN_ExploFoley_C_Play_Foley_Sound::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AN_ExploFoley_C_Play_Foley_Sound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_GetAudioComponentByType_AudioComponent) == 0x000028, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_GetAudioComponentByType_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000038, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_GetFoleyAudioValuesFromOwner_FoleyLowCut) == 0x000040, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_GetFoleyAudioValuesFromOwner_FoleyLowCut' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_GetFoleyAudioValuesFromOwner_FoleyVolume) == 0x000048, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_GetFoleyAudioValuesFromOwner_FoleyVolume' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000058, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_Conv_StringToName_ReturnValue) == 0x000068, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_SetTriggerParameter_self_CastInput) == 0x000070, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x000080, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Play_Foley_Sound, CallFunc_SetFloatParameter_InFloat_ImplicitCast_1) == 0x000084, "Member 'AN_ExploFoley_C_Play_Foley_Sound::CallFunc_SetFloatParameter_InFloat_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ExploFoley_C_Received_Notify \ +static_assert(alignof(AN_ExploFoley_C_Received_Notify) == 0x000008, "Wrong alignment on AN_ExploFoley_C_Received_Notify"); \ +static_assert(sizeof(AN_ExploFoley_C_Received_Notify) == 0x000060, "Wrong size on AN_ExploFoley_C_Received_Notify"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_ExploFoley_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, Animation) == 0x000008, "Member 'AN_ExploFoley_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_ExploFoley_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_ExploFoley_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_ExploFoley_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000050, "Member 'AN_ExploFoley_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploFoley_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AN_ExploFoley_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_ExploFoley_C \ +static_assert(alignof(UAN_ExploFoley_C) == 0x000008, "Wrong alignment on UAN_ExploFoley_C"); \ +static_assert(sizeof(UAN_ExploFoley_C) == 0x000048, "Wrong size on UAN_ExploFoley_C"); \ +static_assert(offsetof(UAN_ExploFoley_C, FoleyType) == 0x000038, "Member 'UAN_ExploFoley_C::FoleyType' has a wrong offset!"); \ +static_assert(offsetof(UAN_ExploFoley_C, ShouldPlaySpecificSound) == 0x000039, "Member 'UAN_ExploFoley_C::ShouldPlaySpecificSound' has a wrong offset!"); \ +static_assert(offsetof(UAN_ExploFoley_C, SpecificSound) == 0x000040, "Member 'UAN_ExploFoley_C::SpecificSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_Title_SmallLine_C \ +static_assert(alignof(UCTS_B2_Title_SmallLine_C) == 0x000010, "Wrong alignment on UCTS_B2_Title_SmallLine_C"); \ +static_assert(sizeof(UCTS_B2_Title_SmallLine_C) == 0x0001B0, "Wrong size on UCTS_B2_Title_SmallLine_C"); \ + +#define DUMPER7_ASSERTS_FS_GameDifficultySaveData \ +static_assert(alignof(FS_GameDifficultySaveData) == 0x000008, "Wrong alignment on FS_GameDifficultySaveData"); \ +static_assert(sizeof(FS_GameDifficultySaveData) == 0x000058, "Wrong size on FS_GameDifficultySaveData"); \ +static_assert(offsetof(FS_GameDifficultySaveData, CurrentDifficulty_2_880533964473900178C6D3B2ABC223C8) == 0x000000, "Member 'FS_GameDifficultySaveData::CurrentDifficulty_2_880533964473900178C6D3B2ABC223C8' has a wrong offset!"); \ +static_assert(offsetof(FS_GameDifficultySaveData, LowestDifficulty_5_EEAE2DC24A41418CC028238E86CCEE9C) == 0x000001, "Member 'FS_GameDifficultySaveData::LowestDifficulty_5_EEAE2DC24A41418CC028238E86CCEE9C' has a wrong offset!"); \ +static_assert(offsetof(FS_GameDifficultySaveData, ActivatedChallengeIDs_12_D7F8D90845065AFBB7E341AA177A43A9) == 0x000008, "Member 'FS_GameDifficultySaveData::ActivatedChallengeIDs_12_D7F8D90845065AFBB7E341AA177A43A9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ResourceQuantity_C_LoadBaseInfo \ +static_assert(alignof(WBP_ResourceQuantity_C_LoadBaseInfo) == 0x000008, "Wrong alignment on WBP_ResourceQuantity_C_LoadBaseInfo"); \ +static_assert(sizeof(WBP_ResourceQuantity_C_LoadBaseInfo) == 0x000148, "Wrong size on WBP_ResourceQuantity_C_LoadBaseInfo"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadBaseInfo, ItemStaticData) == 0x000000, "Member 'WBP_ResourceQuantity_C_LoadBaseInfo::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadBaseInfo, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000130, "Member 'WBP_ResourceQuantity_C_LoadBaseInfo::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadBaseInfo, K2Node_DynamicCast_AsTexture_2D) == 0x000138, "Member 'WBP_ResourceQuantity_C_LoadBaseInfo::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadBaseInfo, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'WBP_ResourceQuantity_C_LoadBaseInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ResourceQuantity_C_LoadResourceAsConsumable \ +static_assert(alignof(WBP_ResourceQuantity_C_LoadResourceAsConsumable) == 0x000008, "Wrong alignment on WBP_ResourceQuantity_C_LoadResourceAsConsumable"); \ +static_assert(sizeof(WBP_ResourceQuantity_C_LoadResourceAsConsumable) == 0x0001B0, "Wrong size on WBP_ResourceQuantity_C_LoadResourceAsConsumable"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, ItemStaticData) == 0x000000, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, CurrentQuantity) == 0x000130, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::CurrentQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, MaxQuantity) == 0x000134, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::MaxQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, Temp_bool_Variable) == 0x000138, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, CallFunc_Conv_IntToText_ReturnValue) == 0x000140, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, CallFunc_Greater_IntInt_ReturnValue) == 0x000150, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000158, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, Temp_struct_Variable) == 0x000168, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, CallFunc_GetErrorTextColor_ReturnValue) == 0x000178, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::CallFunc_GetErrorTextColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, K2Node_Select_Default) == 0x000188, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsConsumable, K2Node_MakeStruct_SlateColor) == 0x000198, "Member 'WBP_ResourceQuantity_C_LoadResourceAsConsumable::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ResourceQuantity_C_LoadResourceAsRequirement \ +static_assert(alignof(WBP_ResourceQuantity_C_LoadResourceAsRequirement) == 0x000008, "Wrong alignment on WBP_ResourceQuantity_C_LoadResourceAsRequirement"); \ +static_assert(sizeof(WBP_ResourceQuantity_C_LoadResourceAsRequirement) == 0x0001A8, "Wrong size on WBP_ResourceQuantity_C_LoadResourceAsRequirement"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, ItemStaticData) == 0x000000, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, OwnedQuantity) == 0x000130, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::OwnedQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, RequiredQuantity) == 0x000134, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::RequiredQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, Temp_bool_Variable) == 0x000138, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000139, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, CallFunc_Conv_IntToText_ReturnValue) == 0x000140, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000150, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, Temp_struct_Variable) == 0x000160, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, CallFunc_GetErrorTextColor_ReturnValue) == 0x000170, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::CallFunc_GetErrorTextColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, K2Node_Select_Default) == 0x000180, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsRequirement, K2Node_MakeStruct_SlateColor) == 0x000190, "Member 'WBP_ResourceQuantity_C_LoadResourceAsRequirement::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ResourceQuantity_C_LoadResourceAsStock \ +static_assert(alignof(WBP_ResourceQuantity_C_LoadResourceAsStock) == 0x000008, "Wrong alignment on WBP_ResourceQuantity_C_LoadResourceAsStock"); \ +static_assert(sizeof(WBP_ResourceQuantity_C_LoadResourceAsStock) == 0x000148, "Wrong size on WBP_ResourceQuantity_C_LoadResourceAsStock"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsStock, ItemStaticData) == 0x000000, "Member 'WBP_ResourceQuantity_C_LoadResourceAsStock::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsStock, Quantity) == 0x000130, "Member 'WBP_ResourceQuantity_C_LoadResourceAsStock::Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_ResourceQuantity_C_LoadResourceAsStock, CallFunc_Conv_IntToText_ReturnValue) == 0x000138, "Member 'WBP_ResourceQuantity_C_LoadResourceAsStock::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ResourceQuantity_C \ +static_assert(alignof(UWBP_ResourceQuantity_C) == 0x000008, "Wrong alignment on UWBP_ResourceQuantity_C"); \ +static_assert(sizeof(UWBP_ResourceQuantity_C) == 0x000320, "Wrong size on UWBP_ResourceQuantity_C"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, HorizontalBox_RequirementBox) == 0x0002E0, "Member 'UWBP_ResourceQuantity_C::HorizontalBox_RequirementBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, HorizontalBox_StockBox) == 0x0002E8, "Member 'UWBP_ResourceQuantity_C::HorizontalBox_StockBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, Image_Icon) == 0x0002F0, "Member 'UWBP_ResourceQuantity_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, TextBlock_Name) == 0x0002F8, "Member 'UWBP_ResourceQuantity_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, TextBlock_Owned) == 0x000300, "Member 'UWBP_ResourceQuantity_C::TextBlock_Owned' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, TextBlock_Quantity) == 0x000308, "Member 'UWBP_ResourceQuantity_C::TextBlock_Quantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, TextBlock_Requirement) == 0x000310, "Member 'UWBP_ResourceQuantity_C::TextBlock_Requirement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ResourceQuantity_C, WidgetSwitcher) == 0x000318, "Member 'UWBP_ResourceQuantity_C::WidgetSwitcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel \ +static_assert(alignof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel) == 0x000008, "Wrong alignment on WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel"); \ +static_assert(sizeof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel) == 0x000048, "Wrong size on WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, EntryPoint) == 0x000000, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, K2Node_CustomEvent_Media_Source) == 0x000010, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::K2Node_CustomEvent_Media_Source' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, K2Node_CustomEvent_Video) == 0x000018, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::K2Node_CustomEvent_Video' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, K2Node_CustomEvent_NameToSet) == 0x000020, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::K2Node_CustomEvent_NameToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, K2Node_CustomEvent_DescriptionToSet) == 0x000030, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::K2Node_CustomEvent_DescriptionToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel, CallFunc_PlayAnimation_ReturnValue_1) == 0x000040, "Member 'WBP_TutoPanel_C_ExecuteUbergraph_WBP_TutoPanel::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutoPanel_C_SetTutoText \ +static_assert(alignof(WBP_TutoPanel_C_SetTutoText) == 0x000008, "Wrong alignment on WBP_TutoPanel_C_SetTutoText"); \ +static_assert(sizeof(WBP_TutoPanel_C_SetTutoText) == 0x000030, "Wrong size on WBP_TutoPanel_C_SetTutoText"); \ +static_assert(offsetof(WBP_TutoPanel_C_SetTutoText, Media_Source) == 0x000000, "Member 'WBP_TutoPanel_C_SetTutoText::Media_Source' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_SetTutoText, Video) == 0x000008, "Member 'WBP_TutoPanel_C_SetTutoText::Video' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_SetTutoText, NameToSet) == 0x000010, "Member 'WBP_TutoPanel_C_SetTutoText::NameToSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutoPanel_C_SetTutoText, DescriptionToSet) == 0x000020, "Member 'WBP_TutoPanel_C_SetTutoText::DescriptionToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutoPanel_C \ +static_assert(alignof(UWBP_TutoPanel_C) == 0x000008, "Wrong alignment on UWBP_TutoPanel_C"); \ +static_assert(sizeof(UWBP_TutoPanel_C) == 0x000318, "Wrong size on UWBP_TutoPanel_C"); \ +static_assert(offsetof(UWBP_TutoPanel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_TutoPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, BackGroundAppearAnim) == 0x0002E8, "Member 'UWBP_TutoPanel_C::BackGroundAppearAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, Background) == 0x0002F0, "Member 'UWBP_TutoPanel_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, Image_0) == 0x0002F8, "Member 'UWBP_TutoPanel_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, PanelBack) == 0x000300, "Member 'UWBP_TutoPanel_C::PanelBack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, TutoText) == 0x000308, "Member 'UWBP_TutoPanel_C::TutoText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutoPanel_C, TutoTitle) == 0x000310, "Member 'UWBP_TutoPanel_C::TutoTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterName \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterName) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterName"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterName) == 0x000020, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterName"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterName, Name_0) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterName, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsFloat::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsGait::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsMovementMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsOverlayState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsRotationMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance) == 0x000018, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsStance::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString) == 0x000020, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector \ +static_assert(alignof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector) == 0x000008, "Wrong alignment on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector"); \ +static_assert(sizeof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector) == 0x000028, "Wrong size on WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector, Value) == 0x000000, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector, CallFunc_Conv_VectorToString_ReturnValue) == 0x000018, "Member 'WBP_Debug_GenericParameterWidget_C_SetParameterValueAsVector::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_GenericParameterWidget_C \ +static_assert(alignof(UWBP_Debug_GenericParameterWidget_C) == 0x000008, "Wrong alignment on UWBP_Debug_GenericParameterWidget_C"); \ +static_assert(sizeof(UWBP_Debug_GenericParameterWidget_C) == 0x0002F0, "Wrong size on UWBP_Debug_GenericParameterWidget_C"); \ +static_assert(offsetof(UWBP_Debug_GenericParameterWidget_C, ParameterNameText) == 0x0002E0, "Member 'UWBP_Debug_GenericParameterWidget_C::ParameterNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_GenericParameterWidget_C, ParameterValueText) == 0x0002E8, "Member 'UWBP_Debug_GenericParameterWidget_C::ParameterValueText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left \ +static_assert(alignof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left"); \ +static_assert(sizeof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left) == 0x0002B8, "Wrong size on BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000168, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000170, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000178, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_Dialogue_Harbour_Crowd_Left_C_ExecuteUbergraph_BP_Dialogue_Harbour_Crowd_Left::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_Crowd_Left_C \ +static_assert(alignof(ABP_Dialogue_Harbour_Crowd_Left_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_Crowd_Left_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_Crowd_Left_C) == 0x000340, "Wrong size on ABP_Dialogue_Harbour_Crowd_Left_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_Crowd_Left_C, UberGraphFrame_BP_Dialogue_Harbour_Crowd_Left_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_Crowd_Left_C::UberGraphFrame_BP_Dialogue_Harbour_Crowd_Left_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters \ +static_assert(alignof(BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters) == 0x000008, "Wrong alignment on BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters"); \ +static_assert(sizeof(BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters) == 0x000010, "Wrong size on BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters"); \ +static_assert(offsetof(BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters, Parameters) == 0x000000, "Member 'BPI_WidgetSequencerInterface_C_BPI_SetWidgetParameters::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_WidgetSequencerInterface_C \ +static_assert(alignof(IBPI_WidgetSequencerInterface_C) == 0x000001, "Wrong alignment on IBPI_WidgetSequencerInterface_C"); \ +static_assert(sizeof(IBPI_WidgetSequencerInterface_C) == 0x000001, "Wrong size on IBPI_WidgetSequencerInterface_C"); \ + +#define DUMPER7_ASSERTS_FS_MerchantItemSellData \ +static_assert(alignof(FS_MerchantItemSellData) == 0x000008, "Wrong alignment on FS_MerchantItemSellData"); \ +static_assert(sizeof(FS_MerchantItemSellData) == 0x000170, "Wrong size on FS_MerchantItemSellData"); \ +static_assert(offsetof(FS_MerchantItemSellData, MerchantItemRowName_19_99825E3B4AFE8709C171D08CC8D8DEEC) == 0x000000, "Member 'FS_MerchantItemSellData::MerchantItemRowName_19_99825E3B4AFE8709C171D08CC8D8DEEC' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, Item_15_2E3DFF0F4A92DBADAFACE98DDB1141DE) == 0x000008, "Member 'FS_MerchantItemSellData::Item_15_2E3DFF0F4A92DBADAFACE98DDB1141DE' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, ItemInstance_30_348E27D442782C0B63BEEE9F20829FC9) == 0x000138, "Member 'FS_MerchantItemSellData::ItemInstance_30_348E27D442782C0B63BEEE9F20829FC9' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, Price_9_248FCE8A44F45DA941E4588E69DEC974) == 0x000140, "Member 'FS_MerchantItemSellData::Price_9_248FCE8A44F45DA941E4588E69DEC974' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, RemainingQuantity_11_1B190D314C37EDBB84752194D11E5070) == 0x000144, "Member 'FS_MerchantItemSellData::RemainingQuantity_11_1B190D314C37EDBB84752194D11E5070' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, IsVisible_14_1EA2C6EF4F1FD7E6D108ACA2706ACF30) == 0x000148, "Member 'FS_MerchantItemSellData::IsVisible_14_1EA2C6EF4F1FD7E6D108ACA2706ACF30' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, IsConditional_21_88432AA744B13A1E76DA06A6BE959C5B) == 0x000149, "Member 'FS_MerchantItemSellData::IsConditional_21_88432AA744B13A1E76DA06A6BE959C5B' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, ConditionDisplayName_36_D55561D545D68608A00EFE91F3A4917D) == 0x000150, "Member 'FS_MerchantItemSellData::ConditionDisplayName_36_D55561D545D68608A00EFE91F3A4917D' has a wrong offset!"); \ +static_assert(offsetof(FS_MerchantItemSellData, ConditionDisplayTooltip_38_6892FA6343115E96B84EFB9C4B79B947) == 0x000160, "Member 'FS_MerchantItemSellData::ConditionDisplayTooltip_38_6892FA6343115E96B84EFB9C4B79B947' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleRewards \ +static_assert(alignof(FS_BattleRewards) == 0x000008, "Wrong alignment on FS_BattleRewards"); \ +static_assert(sizeof(FS_BattleRewards) == 0x000018, "Wrong size on FS_BattleRewards"); \ +static_assert(offsetof(FS_BattleRewards, ExperienceGained_2_9AE2AB5A49976A49198F5D955D679CB2) == 0x000000, "Member 'FS_BattleRewards::ExperienceGained_2_9AE2AB5A49976A49198F5D955D679CB2' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewards, GoldAcquired_4_73DF911B4B475A41BF741BB2F41F2DCC) == 0x000004, "Member 'FS_BattleRewards::GoldAcquired_4_73DF911B4B475A41BF741BB2F41F2DCC' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleRewards, RolledLootEntries_12_64C7AB394C92E36998E1CAB6944CA883) == 0x000008, "Member 'FS_BattleRewards::RolledLootEntries_12_64C7AB394C92E36998E1CAB6944CA883' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_ConsumablesOverview_C_LoadState \ +static_assert(alignof(WBP_GM_ConsumablesOverview_C_LoadState) == 0x000008, "Wrong alignment on WBP_GM_ConsumablesOverview_C_LoadState"); \ +static_assert(sizeof(WBP_GM_ConsumablesOverview_C_LoadState) == 0x000430, "Wrong size on WBP_GM_ConsumablesOverview_C_LoadState"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, HasContent) == 0x000000, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::HasContent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000025, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetConsumableItemFromShard_ItemID) == 0x000168, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetConsumableItemFromShard_ItemID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetInventoryManager_ReturnValue) == 0x000170, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000178, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000180, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_FindItemCountFromInventory_Quantity) == 0x0002B0, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, Temp_int_Variable) == 0x0002B4, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0002B8, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002C0, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetInventoryManager_ReturnValue_1) == 0x0002C8, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_GetConsumablesShards_FilteredArray) == 0x0002D0, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_GetConsumablesShards_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_LastIndex_ReturnValue) == 0x0002E0, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_Get_Item_1) == 0x0002E8, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Min_ReturnValue) == 0x000420, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_Add_ReturnValue) == 0x000424, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000428, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_ConsumablesOverview_C_LoadState, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000429, "Member 'WBP_GM_ConsumablesOverview_C_LoadState::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_ConsumablesOverview_C \ +static_assert(alignof(UWBP_GM_ConsumablesOverview_C) == 0x000008, "Wrong alignment on UWBP_GM_ConsumablesOverview_C"); \ +static_assert(sizeof(UWBP_GM_ConsumablesOverview_C) == 0x0002E8, "Wrong size on UWBP_GM_ConsumablesOverview_C"); \ +static_assert(offsetof(UWBP_GM_ConsumablesOverview_C, ConsumablesEntryBox) == 0x0002E0, "Member 'UWBP_GM_ConsumablesOverview_C::ConsumablesEntryBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LuminaLearntFlag_C \ +static_assert(alignof(UWBP_LuminaLearntFlag_C) == 0x000008, "Wrong alignment on UWBP_LuminaLearntFlag_C"); \ +static_assert(sizeof(UWBP_LuminaLearntFlag_C) == 0x000308, "Wrong size on UWBP_LuminaLearntFlag_C"); \ + +#define DUMPER7_ASSERTS_FS_LevelSpawnPointData \ +static_assert(alignof(FS_LevelSpawnPointData) == 0x000004, "Wrong alignment on FS_LevelSpawnPointData"); \ +static_assert(sizeof(FS_LevelSpawnPointData) == 0x000010, "Wrong size on FS_LevelSpawnPointData"); \ +static_assert(offsetof(FS_LevelSpawnPointData, LevelAssetName_2_0780F87E4145EDF4E6CC1283B62C83A5) == 0x000000, "Member 'FS_LevelSpawnPointData::LevelAssetName_2_0780F87E4145EDF4E6CC1283B62C83A5' has a wrong offset!"); \ +static_assert(offsetof(FS_LevelSpawnPointData, SpawnPointTag_5_EB256801433A85DCEDAA4A8255E777B4) == 0x000008, "Member 'FS_LevelSpawnPointData::SpawnPointTag_5_EB256801433A85DCEDAA4A8255E777B4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GearSetData \ +static_assert(alignof(FS_GearSetData) == 0x000008, "Wrong alignment on FS_GearSetData"); \ +static_assert(sizeof(FS_GearSetData) == 0x0000D0, "Wrong size on FS_GearSetData"); \ +static_assert(offsetof(FS_GearSetData, EquippedItems_37_79602A9E4EE232EEB737CCBE50F7CEB8) == 0x000000, "Member 'FS_GearSetData::EquippedItems_37_79602A9E4EE232EEB737CCBE50F7CEB8' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetData, EquippedSkillsIdentifiers_38_E7E7C9304E5BB2CF3B15C3BB7C6745BA) == 0x000050, "Member 'FS_GearSetData::EquippedSkillsIdentifiers_38_E7E7C9304E5BB2CF3B15C3BB7C6745BA' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetData, UnlockedSkillsIdentifiers_24_3FFA650F489DC231A2710999C82C5839) == 0x000060, "Member 'FS_GearSetData::UnlockedSkillsIdentifiers_24_3FFA650F489DC231A2710999C82C5839' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetData, EquippedPassiveEffectsIdentifiers_35_DA5A3E9D4F17FF30CB6064A3BCD68B61) == 0x000070, "Member 'FS_GearSetData::EquippedPassiveEffectsIdentifiers_35_DA5A3E9D4F17FF30CB6064A3BCD68B61' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetData, AssignedAttributes_29_9A5350A149562B88FF462587DF507E96) == 0x000080, "Member 'FS_GearSetData::AssignedAttributes_29_9A5350A149562B88FF462587DF507E96' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1First_Outline_C \ +static_assert(alignof(UCTS_H1First_Outline_C) == 0x000010, "Wrong alignment on UCTS_H1First_Outline_C"); \ +static_assert(sizeof(UCTS_H1First_Outline_C) == 0x0001B0, "Wrong size on UCTS_H1First_Outline_C"); \ + +#define DUMPER7_ASSERTS_FS_GearSetCollection \ +static_assert(alignof(FS_GearSetCollection) == 0x000008, "Wrong alignment on FS_GearSetCollection"); \ +static_assert(sizeof(FS_GearSetCollection) == 0x000050, "Wrong size on FS_GearSetCollection"); \ +static_assert(offsetof(FS_GearSetCollection, GearSets_12_F907E1DF41B7EFD52109BB852167704E) == 0x000000, "Member 'FS_GearSetCollection::GearSets_12_F907E1DF41B7EFD52109BB852167704E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip \ +static_assert(alignof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip) == 0x000010, "Wrong alignment on BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip"); \ +static_assert(sizeof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip) == 0x000130, "Wrong size on BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, SkillTooltipWidget) == 0x000000, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::SkillTooltipWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable) == 0x000008, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable_1) == 0x000010, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable_2) == 0x000018, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable_3) == 0x000020, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_bool_Variable) == 0x000030, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable_4) == 0x000038, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_object_Variable_5) == 0x000040, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, Temp_byte_Variable) == 0x000048, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000049, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, K2Node_Select_Default) == 0x00004A, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, K2Node_Select_Default_1) == 0x000050, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000060, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillTooltip::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton \ +static_assert(alignof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton) == 0x000010, "Wrong alignment on BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton"); \ +static_assert(sizeof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton) == 0x000130, "Wrong size on BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, SkillButtonWidget) == 0x000000, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::SkillButtonWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable) == 0x000008, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, CallFunc_IsOverchargeActive_Active) == 0x000010, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::CallFunc_IsOverchargeActive_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable_1) == 0x000018, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable_2) == 0x000020, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable_3) == 0x000028, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, CallFunc_SpawnObject_ReturnValue) == 0x000030, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_bool_Variable) == 0x000038, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable_4) == 0x000040, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_object_Variable_5) == 0x000048, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, Temp_byte_Variable) == 0x000050, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000051, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, K2Node_Select_Default) == 0x000052, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, K2Node_Select_Default_1) == 0x000058, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000060, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_ModifySkillButton::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive \ +static_assert(alignof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive) == 0x000008, "Wrong alignment on BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive"); \ +static_assert(sizeof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive) == 0x0000C8, "Wrong size on BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, Active) == 0x000008, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GetComponentByClass_ReturnValue) == 0x000088, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B8, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GetRankValue_ReturnValue) == 0x0000BC, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GetRankValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GetRankValue_ReturnValue_1) == 0x0000C0, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GetRankValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_IsOverchargeActive::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue \ +static_assert(alignof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue) == 0x000004, "Wrong alignment on BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue"); \ +static_assert(sizeof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue) == 0x000028, "Wrong size on BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Rank) == 0x000000, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Rank' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, ReturnValue) == 0x000004, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_byte_Variable) == 0x000008, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable) == 0x00000C, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable_1) == 0x000010, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable_2) == 0x000014, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable_3) == 0x000018, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable_4) == 0x00001C, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, Temp_int_Variable_5) == 0x000020, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue, K2Node_Select_Default) == 0x000024, "Member 'BP_SkillDataComponent_PerfectionMechanic_C_GetRankValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_PerfectionMechanic_C \ +static_assert(alignof(UBP_SkillDataComponent_PerfectionMechanic_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_PerfectionMechanic_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_PerfectionMechanic_C) == 0x000038, "Wrong size on UBP_SkillDataComponent_PerfectionMechanic_C"); \ +static_assert(offsetof(UBP_SkillDataComponent_PerfectionMechanic_C, OverchargeMinimumRank) == 0x000030, "Member 'UBP_SkillDataComponent_PerfectionMechanic_C::OverchargeMinimumRank' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_PerfectionMechanic_C, OverchargeExactRank) == 0x000031, "Member 'UBP_SkillDataComponent_PerfectionMechanic_C::OverchargeExactRank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DA_CharacterAttributeScalingProfile_C \ +static_assert(alignof(UBP_DA_CharacterAttributeScalingProfile_C) == 0x000008, "Wrong alignment on UBP_DA_CharacterAttributeScalingProfile_C"); \ +static_assert(sizeof(UBP_DA_CharacterAttributeScalingProfile_C) == 0x000080, "Wrong size on UBP_DA_CharacterAttributeScalingProfile_C"); \ +static_assert(offsetof(UBP_DA_CharacterAttributeScalingProfile_C, AttributesScaling) == 0x000030, "Member 'UBP_DA_CharacterAttributeScalingProfile_C::AttributesScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_UserConstructionScript \ +static_assert(alignof(BP_SplineScatterFloating_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SplineScatterFloating_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_UserConstructionScript) == 0x000070, "Wrong size on BP_SplineScatterFloating_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, Temp_int_Variable) == 0x000014, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000069, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00006A, "Member 'BP_SplineScatterFloating_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static \ +static_assert(alignof(BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static) == 0x000001, "Wrong alignment on BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static) == 0x000003, "Wrong size on BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static, ReturnValue) == 0x000000, "Member 'BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_SplineScatterFloating_C_Use_Actor_Collisions_for_Static::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_TransformForInstances \ +static_assert(alignof(BP_SplineScatterFloating_C_TransformForInstances) == 0x000010, "Wrong alignment on BP_SplineScatterFloating_C_TransformForInstances"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_TransformForInstances) == 0x000340, "Wrong size on BP_SplineScatterFloating_C_TransformForInstances"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, Seed_0) == 0x000000, "Member 'BP_SplineScatterFloating_C_TransformForInstances::Seed_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, Index_0) == 0x000004, "Member 'BP_SplineScatterFloating_C_TransformForInstances::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, Spacing_0) == 0x000008, "Member 'BP_SplineScatterFloating_C_TransformForInstances::Spacing_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, Instance_picked) == 0x000010, "Member 'BP_SplineScatterFloating_C_TransformForInstances::Instance_picked' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, ReturnValue) == 0x000020, "Member 'BP_SplineScatterFloating_C_TransformForInstances::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000080, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000088, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x00008C, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x000090, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetScaleAtDistanceAlongSpline_ReturnValue) == 0x000098, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetScaleAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_X) == 0x0000B8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_Y) == 0x0000C0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_Z) == 0x0000C8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000D0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000D8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x0000E0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_4) == 0x0000E4, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_5) == 0x0000E8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_Value) == 0x0000F0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_Value_1) == 0x000100, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_ReturnValue_1) == 0x000108, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_ReturnValue_6) == 0x00010C, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_Value_2) == 0x000110, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_ReturnValue_2) == 0x000118, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000120, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_Value_3) == 0x000138, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Map_Find_ReturnValue_3) == 0x000140, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000148, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000160, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000168, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000170, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000178, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000180, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000188, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Array_Add_ReturnValue) == 0x0001A0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_X_1) == 0x0001A8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_Y_1) == 0x0001B0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakVector_Z_1) == 0x0001B8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x0001C0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001D8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakRotator_Roll) == 0x0001E0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakRotator_Pitch) == 0x0001E4, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_BreakRotator_Yaw) == 0x0001E8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0001F0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0001F8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000200, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x000208, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x000210, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeRotator_ReturnValue) == 0x000218, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000230, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeVector_ReturnValue) == 0x000238, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeTransform_ReturnValue) == 0x000250, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetRotationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x0002B0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetRotationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x0002B4, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_GetScaleAtDistanceAlongSpline_Distance_ImplicitCast) == 0x0002B8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_GetScaleAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0002C0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x0002C8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x0002D0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast) == 0x0002D8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast) == 0x0002DC, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_1) == 0x0002E0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_1) == 0x0002E4, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_2) == 0x0002E8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_2) == 0x0002EC, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0002F0, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x0002F8, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000300, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_3) == 0x000308, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_3) == 0x00030C, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Multiply_VectorFloat_B_ImplicitCast) == 0x000310, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Multiply_VectorFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000318, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_B_ImplicitCast_2) == 0x000320, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_Add_DoubleDouble_A_ImplicitCast_2) == 0x000328, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_Add_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000330, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x000334, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_TransformForInstances, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000338, "Member 'BP_SplineScatterFloating_C_TransformForInstances::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_ReceiveTick \ +static_assert(alignof(BP_SplineScatterFloating_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SplineScatterFloating_C_ReceiveTick"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_ReceiveTick) == 0x000004, "Wrong size on BP_SplineScatterFloating_C_ReceiveTick"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SplineScatterFloating_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_Generate_Instances_Infos \ +static_assert(alignof(BP_SplineScatterFloating_C_Generate_Instances_Infos) == 0x000008, "Wrong alignment on BP_SplineScatterFloating_C_Generate_Instances_Infos"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_Generate_Instances_Infos) == 0x000158, "Wrong size on BP_SplineScatterFloating_C_Generate_Instances_Infos"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, Location) == 0x000000, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, Speed) == 0x000018, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, Rotation) == 0x000030, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000048, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x00004C, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x000050, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000058, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x000070, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_4) == 0x000080, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_ReturnValue) == 0x000088, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_5) == 0x0000A0, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRangeFromStream_ReturnValue_6) == 0x0000A4, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000A8, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_ReturnValue_1) == 0x0000B0, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000C8, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0000E8, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_ReturnValue_2) == 0x0000F0, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000108, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_Z_ImplicitCast) == 0x000120, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000128, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_Y_ImplicitCast) == 0x000130, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000138, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_Z_ImplicitCast_1) == 0x000140, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_Z_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_Y_ImplicitCast_1) == 0x000148, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_Y_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_Generate_Instances_Infos, CallFunc_MakeVector_X_ImplicitCast) == 0x000150, "Member 'BP_SplineScatterFloating_C_Generate_Instances_Infos::CallFunc_MakeVector_X_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating \ +static_assert(alignof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating) == 0x000010, "Wrong alignment on BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating) == 0x000450, "Wrong size on BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, EntryPoint) == 0x000000, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_RandomFromStream_OutItem) == 0x000008, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_RandomFromStream_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_RandomFromStream_OutIndex) == 0x000048, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_RandomFromStream_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00004C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_RandomInteger_ReturnValue) == 0x000050, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Random_OutItem) == 0x000058, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Random_OutIndex) == 0x000060, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Variable) == 0x000074, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Length_ReturnValue_3) == 0x000084, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Generate_Instances_Infos_Location) == 0x000090, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Generate_Instances_Infos_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Generate_Instances_Infos_Speed) == 0x0000A8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Generate_Instances_Infos_Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Generate_Instances_Infos_Rotation) == 0x0000C0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Generate_Instances_Infos_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000DC, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, K2Node_Event_DeltaSeconds) == 0x0000E0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Array_Index_Variable) == 0x0000E4, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_GetInstanceCount_ReturnValue) == 0x0000F0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_GetInstanceCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Loop_Counter_Variable_1) == 0x0000F8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_TransformForInstances_ReturnValue) == 0x000100, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_TransformForInstances_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Less_IntInt_ReturnValue_1) == 0x000160, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_AddInstance_ReturnValue) == 0x000164, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_AddInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_2) == 0x000168, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_struct_Variable) == 0x000170, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Array_Index_Variable_1) == 0x0001D0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Get_Item_1) == 0x0001D8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_AddComponent_ReturnValue) == 0x0001E0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Add_ReturnValue) == 0x0001E8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Loop_Counter_Variable_2) == 0x0001EC, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Length_ReturnValue_4) == 0x0001F0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001F4, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001F8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000200, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, K2Node_MakeStruct_FormatArgumentData) == 0x000208, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, K2Node_MakeArray_Array) == 0x000250, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Format_ReturnValue) == 0x000260, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Not_PreBool_ReturnValue) == 0x000270, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_CheckPlayerDistance_IsClose) == 0x000271, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_CheckPlayerDistance_IsClose' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_CheckPlayerDistance_IsClose_1) == 0x000272, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_CheckPlayerDistance_IsClose_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000273, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Array_Index_Variable_2) == 0x000274, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Get_Item_2) == 0x000278, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_GetInstanceCount_ReturnValue_1) == 0x000280, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_GetInstanceCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_4) == 0x000284, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_GetSplineLength_ReturnValue) == 0x000288, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Loop_Counter_Variable_3) == 0x00028C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_FMod_Remainder) == 0x000290, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_FMod_ReturnValue) == 0x000298, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00029C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Less_IntInt_ReturnValue_3) == 0x00029D, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002A0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Array_Index_Variable_3) == 0x0002A4, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Loop_Counter_Variable_4) == 0x0002A8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Get_Item_3) == 0x0002B0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002F0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0002F8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000300, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_SetStaticMesh_ReturnValue) == 0x000308, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Add_ReturnValue_1) == 0x00030C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_6) == 0x000310, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Variable_1) == 0x000314, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, K2Node_MakeStruct_SplineFloatingInstancesData) == 0x000318, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::K2Node_MakeStruct_SplineFloatingInstancesData' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000370, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_7) == 0x000374, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Add_IntInt_ReturnValue_8) == 0x000378, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Add_ReturnValue_2) == 0x00037C, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_int_Array_Index_Variable_4) == 0x000380, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Array_Get_Item_4) == 0x000388, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_byte_Variable) == 0x000390, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Use_Actor_Collisions_for_Static_ReturnValue) == 0x000391, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Use_Actor_Collisions_for_Static_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_Use_Actor_Collisions_for_Static_ReturnValue_1) == 0x000392, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_Use_Actor_Collisions_for_Static_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_byte_Variable_1) == 0x000393, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, Temp_bool_Variable) == 0x000394, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, K2Node_Select_Default) == 0x000395, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_SetBoundsScale_NewBoundsScale_ImplicitCast) == 0x000398, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_SetBoundsScale_NewBoundsScale_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_FMod_Dividend_ImplicitCast) == 0x0003A0, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_FMod_Dividend_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_UpdateSplineFloatingObject_RotatorSpeed_ImplicitCast) == 0x0003A8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_UpdateSplineFloatingObject_RotatorSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating, CallFunc_UpdateSplineFloatingObject_MovingDistance_ImplicitCast) == 0x0003F8, "Member 'BP_SplineScatterFloating_C_ExecuteUbergraph_BP_SplineScatterFloating::CallFunc_UpdateSplineFloatingObject_MovingDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_CheckPlayerDistance \ +static_assert(alignof(BP_SplineScatterFloating_C_CheckPlayerDistance) == 0x000008, "Wrong alignment on BP_SplineScatterFloating_C_CheckPlayerDistance"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_CheckPlayerDistance) == 0x000058, "Wrong size on BP_SplineScatterFloating_C_CheckPlayerDistance"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, IsClose_0) == 0x000000, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::IsClose_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, DistanceToChangeTicking) == 0x000008, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::DistanceToChangeTicking' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, CallFunc_GetCameraLocation_ReturnValue) == 0x000030, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, CallFunc_Vector_Distance_ReturnValue) == 0x000048, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckPlayerDistance, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_SplineScatterFloating_C_CheckPlayerDistance::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_CheckForErrors \ +static_assert(alignof(BP_SplineScatterFloating_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_SplineScatterFloating_C_CheckForErrors"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_CheckForErrors) == 0x000258, "Wrong size on BP_SplineScatterFloating_C_CheckForErrors"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_SplineScatterFloating_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_SplineScatterFloating_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, local_hasNonZeroMultiplier) == 0x000011, "Member 'BP_SplineScatterFloating_C_CheckForErrors::local_hasNonZeroMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, Temp_text_Variable) == 0x000028, "Member 'BP_SplineScatterFloating_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_SplineScatterFloating_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_SplineScatterFloating_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000050, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x0000A8, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0000B8, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000118, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x00011C, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x000120, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000124, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x00016C, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000170, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C0, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0001C8, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D8, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x000220, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x000228, "Member 'BP_SplineScatterFloating_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue_1) == 0x000238, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Format_ReturnValue_2) == 0x000240, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_3) == 0x000250, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x000254, "Member 'BP_SplineScatterFloating_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SplineScatterFloating_C_ChangeTickRate \ +static_assert(alignof(BP_SplineScatterFloating_C_ChangeTickRate) == 0x000001, "Wrong alignment on BP_SplineScatterFloating_C_ChangeTickRate"); \ +static_assert(sizeof(BP_SplineScatterFloating_C_ChangeTickRate) == 0x000001, "Wrong size on BP_SplineScatterFloating_C_ChangeTickRate"); \ +static_assert(offsetof(BP_SplineScatterFloating_C_ChangeTickRate, Condition) == 0x000000, "Member 'BP_SplineScatterFloating_C_ChangeTickRate::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SplineScatterFloating_C \ +static_assert(alignof(ABP_SplineScatterFloating_C) == 0x000008, "Wrong alignment on ABP_SplineScatterFloating_C"); \ +static_assert(sizeof(ABP_SplineScatterFloating_C) == 0x0006E0, "Wrong size on ABP_SplineScatterFloating_C"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, UberGraphFrame) == 0x000290, "Member 'ABP_SplineScatterFloating_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Spline1) == 0x000298, "Member 'ABP_SplineScatterFloating_C::Spline1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Spacing) == 0x0002A0, "Member 'ABP_SplineScatterFloating_C::Spacing' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Random_Mesh) == 0x0002A8, "Member 'ABP_SplineScatterFloating_C::Random_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Seed) == 0x0002B0, "Member 'ABP_SplineScatterFloating_C::Seed' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ScatterSettingsList_Expanded) == 0x0002B8, "Member 'ABP_SplineScatterFloating_C::ScatterSettingsList_Expanded' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, List_Mesh) == 0x0002C8, "Member 'ABP_SplineScatterFloating_C::List_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Min_Roll) == 0x0002D8, "Member 'ABP_SplineScatterFloating_C::Min_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Max_Roll) == 0x0002E0, "Member 'ABP_SplineScatterFloating_C::Max_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Min_Pitch) == 0x0002E8, "Member 'ABP_SplineScatterFloating_C::Min_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Max_Pitch) == 0x0002F0, "Member 'ABP_SplineScatterFloating_C::Max_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Min_Yaw) == 0x0002F8, "Member 'ABP_SplineScatterFloating_C::Min_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Max_Yaw) == 0x000300, "Member 'ABP_SplineScatterFloating_C::Max_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Array_Static_Mesh_Compo) == 0x000308, "Member 'ABP_SplineScatterFloating_C::Array_Static_Mesh_Compo' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Distance_Floating) == 0x000318, "Member 'ABP_SplineScatterFloating_C::Distance_Floating' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, List_S_Mesh) == 0x000320, "Member 'ABP_SplineScatterFloating_C::List_S_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Remap_Array) == 0x000330, "Member 'ABP_SplineScatterFloating_C::Remap_Array' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Rotator_Speed) == 0x000340, "Member 'ABP_SplineScatterFloating_C::Rotator_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Moving_Distance) == 0x000350, "Member 'ABP_SplineScatterFloating_C::Moving_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Random_Vector_Location) == 0x000360, "Member 'ABP_SplineScatterFloating_C::Random_Vector_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Random_Vector_Speed) == 0x000370, "Member 'ABP_SplineScatterFloating_C::Random_Vector_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Random_Vector_Rotation) == 0x000380, "Member 'ABP_SplineScatterFloating_C::Random_Vector_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Scale_scatter) == 0x000390, "Member 'ABP_SplineScatterFloating_C::Scale_scatter' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Seed_Scatter) == 0x0003A0, "Member 'ABP_SplineScatterFloating_C::Seed_Scatter' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, IsRotating) == 0x0003A4, "Member 'ABP_SplineScatterFloating_C::IsRotating' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, IsCastingShadow) == 0x0003A5, "Member 'ABP_SplineScatterFloating_C::IsCastingShadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, InstanceCount) == 0x0003A8, "Member 'ABP_SplineScatterFloating_C::InstanceCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ArrayOfInstancedStaticMeshComponents) == 0x0003B0, "Member 'ABP_SplineScatterFloating_C::ArrayOfInstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, IsClose) == 0x0003C0, "Member 'ABP_SplineScatterFloating_C::IsClose' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ActualInstanceCounter) == 0x0003C4, "Member 'ABP_SplineScatterFloating_C::ActualInstanceCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ArrayStructInstancesInfos) == 0x0003C8, "Member 'ABP_SplineScatterFloating_C::ArrayStructInstancesInfos' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, dictionary) == 0x0003D8, "Member 'ABP_SplineScatterFloating_C::dictionary' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, BoundsScale) == 0x000428, "Member 'ABP_SplineScatterFloating_C::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Struct_Instances_Infos) == 0x000430, "Member 'ABP_SplineScatterFloating_C::Struct_Instances_Infos' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, DistanceChangeTicking) == 0x000488, "Member 'ABP_SplineScatterFloating_C::DistanceChangeTicking' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ScalingPerInstance) == 0x000490, "Member 'ABP_SplineScatterFloating_C::ScalingPerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, DistancePerInstance) == 0x0004E0, "Member 'ABP_SplineScatterFloating_C::DistancePerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, RotatorSpeedPerInstance) == 0x000530, "Member 'ABP_SplineScatterFloating_C::RotatorSpeedPerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, MovingDistancePerInstance) == 0x000580, "Member 'ABP_SplineScatterFloating_C::MovingDistancePerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, MinScalePerInstance) == 0x0005D0, "Member 'ABP_SplineScatterFloating_C::MinScalePerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, MaxScalePerInstance) == 0x000620, "Member 'ABP_SplineScatterFloating_C::MaxScalePerInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, ScalingPerMesh) == 0x000670, "Member 'ABP_SplineScatterFloating_C::ScalingPerMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, Start_Cull_Distance) == 0x0006C0, "Member 'ABP_SplineScatterFloating_C::Start_Cull_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, End_Cull_Distance) == 0x0006C4, "Member 'ABP_SplineScatterFloating_C::End_Cull_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, SplineInstanceOptimizedData) == 0x0006C8, "Member 'ABP_SplineScatterFloating_C::SplineInstanceOptimizedData' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, CollisionsStaticOnly) == 0x0006D8, "Member 'ABP_SplineScatterFloating_C::CollisionsStaticOnly' has a wrong offset!"); \ +static_assert(offsetof(ABP_SplineScatterFloating_C, EvaluateWorldPositionOffset) == 0x0006D9, "Member 'ABP_SplineScatterFloating_C::EvaluateWorldPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_AppendPropertyPath \ +static_assert(alignof(BP_PDT_GameAction_C_AppendPropertyPath) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_AppendPropertyPath"); \ +static_assert(sizeof(BP_PDT_GameAction_C_AppendPropertyPath) == 0x000050, "Wrong size on BP_PDT_GameAction_C_AppendPropertyPath"); \ +static_assert(offsetof(BP_PDT_GameAction_C_AppendPropertyPath, CurrentPath) == 0x000000, "Member 'BP_PDT_GameAction_C_AppendPropertyPath::CurrentPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_AppendPropertyPath, PropertyName) == 0x000010, "Member 'BP_PDT_GameAction_C_AppendPropertyPath::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_AppendPropertyPath, ReturnValue) == 0x000020, "Member 'BP_PDT_GameAction_C_AppendPropertyPath::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_AppendPropertyPath, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PDT_GameAction_C_AppendPropertyPath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_AppendPropertyPath, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_PDT_GameAction_C_AppendPropertyPath::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_GetInstanceClass \ +static_assert(alignof(BP_PDT_GameAction_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_GetInstanceClass"); \ +static_assert(sizeof(BP_PDT_GameAction_C_GetInstanceClass) == 0x000008, "Wrong size on BP_PDT_GameAction_C_GetInstanceClass"); \ +static_assert(offsetof(BP_PDT_GameAction_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_PDT_GameAction_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_IsGameActionWrapperValid \ +static_assert(alignof(BP_PDT_GameAction_C_IsGameActionWrapperValid) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_IsGameActionWrapperValid"); \ +static_assert(sizeof(BP_PDT_GameAction_C_IsGameActionWrapperValid) == 0x000018, "Wrong size on BP_PDT_GameAction_C_IsGameActionWrapperValid"); \ +static_assert(offsetof(BP_PDT_GameAction_C_IsGameActionWrapperValid, GameAction_Wrapper) == 0x000000, "Member 'BP_PDT_GameAction_C_IsGameActionWrapperValid::GameAction_Wrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_IsGameActionWrapperValid, ReturnValue) == 0x000010, "Member 'BP_PDT_GameAction_C_IsGameActionWrapperValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_IsGameActionWrapperValid, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_PDT_GameAction_C_IsGameActionWrapperValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_IsGameActionWrapperValid, CallFunc_IsValid_ReturnValue_1) == 0x000012, "Member 'BP_PDT_GameAction_C_IsGameActionWrapperValid::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_IsGameActionWrapperValid, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'BP_PDT_GameAction_C_IsGameActionWrapperValid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_ReportValidationError \ +static_assert(alignof(BP_PDT_GameAction_C_ReportValidationError) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_ReportValidationError"); \ +static_assert(sizeof(BP_PDT_GameAction_C_ReportValidationError) == 0x000170, "Wrong size on BP_PDT_GameAction_C_ReportValidationError"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, ErrorMesssages) == 0x000000, "Member 'BP_PDT_GameAction_C_ReportValidationError::ErrorMesssages' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, PropertyPath) == 0x000010, "Member 'BP_PDT_GameAction_C_ReportValidationError::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, Message) == 0x000020, "Member 'BP_PDT_GameAction_C_ReportValidationError::Message' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_GetDisplayName_ReturnValue) == 0x000040, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_PDT_GameAction_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000A8, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_PDT_GameAction_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_PDT_GameAction_C_ReportValidationError::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_PDT_GameAction_C_ReportValidationError::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ReportValidationError, CallFunc_Array_Add_ReturnValue) == 0x000168, "Member 'BP_PDT_GameAction_C_ReportValidationError::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_ValidateGameAction \ +static_assert(alignof(BP_PDT_GameAction_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_ValidateGameAction"); \ +static_assert(sizeof(BP_PDT_GameAction_C_ValidateGameAction) == 0x000028, "Wrong size on BP_PDT_GameAction_C_ValidateGameAction"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_PDT_GameAction_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_PDT_GameAction_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_PDT_GameAction_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PDT_GameAction_C_ValidateGameActionWrapper \ +static_assert(alignof(BP_PDT_GameAction_C_ValidateGameActionWrapper) == 0x000008, "Wrong alignment on BP_PDT_GameAction_C_ValidateGameActionWrapper"); \ +static_assert(sizeof(BP_PDT_GameAction_C_ValidateGameActionWrapper) == 0x0000F0, "Wrong size on BP_PDT_GameAction_C_ValidateGameActionWrapper"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, ErrorMessages) == 0x000000, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, GameActionWrapper) == 0x000010, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, PropertyPath) == 0x000020, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, ExploreAssetChildren) == 0x000030, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, local_relevantPropertyPath) == 0x000038, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::local_relevantPropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, local_relevantAction) == 0x000048, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::local_relevantAction' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, K2Node_DynamicCast_AsBP_PDT_Game_Action) == 0x000070, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::K2Node_DynamicCast_AsBP_PDT_Game_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_1) == 0x00007A, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_GetDisplayName_ReturnValue) == 0x000080, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000098, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_2) == 0x0000A8, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, K2Node_DynamicCast_AsBP_PDT_Game_Action_1) == 0x0000B0, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::K2Node_DynamicCast_AsBP_PDT_Game_Action_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_3) == 0x0000B9, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000BA, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000C0, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_BooleanAND_ReturnValue) == 0x0000D0, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D8, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_4) == 0x0000E8, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000E9, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PDT_GameAction_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_5) == 0x0000EA, "Member 'BP_PDT_GameAction_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PDT_GameAction_C \ +static_assert(alignof(UBP_PDT_GameAction_C) == 0x000008, "Wrong alignment on UBP_PDT_GameAction_C"); \ +static_assert(sizeof(UBP_PDT_GameAction_C) == 0x000030, "Wrong size on UBP_PDT_GameAction_C"); \ + +#define DUMPER7_ASSERTS_BTDecorator_CompareValues_C_GetLeftValue \ +static_assert(alignof(BTDecorator_CompareValues_C_GetLeftValue) == 0x000004, "Wrong alignment on BTDecorator_CompareValues_C_GetLeftValue"); \ +static_assert(sizeof(BTDecorator_CompareValues_C_GetLeftValue) == 0x000008, "Wrong size on BTDecorator_CompareValues_C_GetLeftValue"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_GetLeftValue, ReturnValue) == 0x000000, "Member 'BTDecorator_CompareValues_C_GetLeftValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_GetLeftValue, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000004, "Member 'BTDecorator_CompareValues_C_GetLeftValue::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_CompareValues_C_GetRightValue \ +static_assert(alignof(BTDecorator_CompareValues_C_GetRightValue) == 0x000004, "Wrong alignment on BTDecorator_CompareValues_C_GetRightValue"); \ +static_assert(sizeof(BTDecorator_CompareValues_C_GetRightValue) == 0x000008, "Wrong size on BTDecorator_CompareValues_C_GetRightValue"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_GetRightValue, ReturnValue) == 0x000000, "Member 'BTDecorator_CompareValues_C_GetRightValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_GetRightValue, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000004, "Member 'BTDecorator_CompareValues_C_GetRightValue::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_CompareValues_C_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_CompareValues_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_CompareValues_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_CompareValues_C_PerformConditionCheckAI) == 0x000088, "Wrong size on BTDecorator_CompareValues_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, local_WasGreater) == 0x000011, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::local_WasGreater' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_GetRightValue_ReturnValue) == 0x000014, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_GetRightValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_GetLeftValue_ReturnValue) == 0x000018, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_GetLeftValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, K2Node_SwitchEnum_CmpSuccess) == 0x00001D, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00001E, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00001F, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000021, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000022, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_EqualEqual_DoubleDouble_B_ImplicitCast) == 0x000028, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_EqualEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_NotEqual_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_NotEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000038, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x000050, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000058, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000068, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_CompareValues_C_PerformConditionCheckAI, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'BTDecorator_CompareValues_C_PerformConditionCheckAI::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CompareValues_C \ +static_assert(alignof(UBTDecorator_CompareValues_C) == 0x000008, "Wrong alignment on UBTDecorator_CompareValues_C"); \ +static_assert(sizeof(UBTDecorator_CompareValues_C) == 0x0000F8, "Wrong size on UBTDecorator_CompareValues_C"); \ +static_assert(offsetof(UBTDecorator_CompareValues_C, LeftValueBlackboardKeySelector) == 0x0000A0, "Member 'UBTDecorator_CompareValues_C::LeftValueBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareValues_C, RightValueBlackboardKeySelector) == 0x0000C8, "Member 'UBTDecorator_CompareValues_C::RightValueBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareValues_C, Operator) == 0x0000F0, "Member 'UBTDecorator_CompareValues_C::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByLevel_C_GetDisplayName \ +static_assert(alignof(BP_ItemSorter_ByLevel_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemSorter_ByLevel_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemSorter_ByLevel_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemSorter_ByLevel_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemSorter_ByLevel_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByLevel_C_SortItemInstances \ +static_assert(alignof(BP_ItemSorter_ByLevel_C_SortItemInstances) == 0x000008, "Wrong alignment on BP_ItemSorter_ByLevel_C_SortItemInstances"); \ +static_assert(sizeof(BP_ItemSorter_ByLevel_C_SortItemInstances) == 0x000040, "Wrong size on BP_ItemSorter_ByLevel_C_SortItemInstances"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, A) == 0x000000, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::A' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, B) == 0x000008, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::B' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, Result) == 0x000010, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000018, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, K2Node_DynamicCast_AsBP_Item_Instance_Gear_1) == 0x000028, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::K2Node_DynamicCast_AsBP_Item_Instance_Gear_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, CallFunc_GetCurrentLevel_ReturnValue) == 0x000034, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x000038, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByLevel_C_SortItemInstances, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'BP_ItemSorter_ByLevel_C_SortItemInstances::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemSorter_ByLevel_C \ +static_assert(alignof(UBP_ItemSorter_ByLevel_C) == 0x000008, "Wrong alignment on UBP_ItemSorter_ByLevel_C"); \ +static_assert(sizeof(UBP_ItemSorter_ByLevel_C) == 0x000038, "Wrong size on UBP_ItemSorter_ByLevel_C"); \ + +#define DUMPER7_ASSERTS_FFAudioCharacter_Battle_HitBy_AnimCommon \ +static_assert(alignof(FFAudioCharacter_Battle_HitBy_AnimCommon) == 0x000008, "Wrong alignment on FFAudioCharacter_Battle_HitBy_AnimCommon"); \ +static_assert(sizeof(FFAudioCharacter_Battle_HitBy_AnimCommon) == 0x000040, "Wrong size on FFAudioCharacter_Battle_HitBy_AnimCommon"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_Shield_SFX_20_875CA4324DD90A8840F995A36810E0BE) == 0x000000, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_Shield_SFX_20_875CA4324DD90A8840F995A36810E0BE' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldVocal_21_8CFB2EEF4C13FC4278BBC08E68F4311C) == 0x000008, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldVocal_21_8CFB2EEF4C13FC4278BBC08E68F4311C' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldFoleys_22_98DF739C4689A7198BFFB994C89A6F58) == 0x000010, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldFoleys_22_98DF739C4689A7198BFFB994C89A6F58' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldSteps_23_F4CB50FE4A1A6A535C141591352EEACA) == 0x000018, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldSteps_23_F4CB50FE4A1A6A535C141591352EEACA' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldBroken_SFX_28_4C76ECEB486CD3071381DEA9EE716CDA) == 0x000020, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldBroken_SFX_28_4C76ECEB486CD3071381DEA9EE716CDA' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldBroken_Vocal_27_FA4A8B984AD7953BC9C45A91217A8753) == 0x000028, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldBroken_Vocal_27_FA4A8B984AD7953BC9C45A91217A8753' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy_ShieldBroken_Foleys_26_DBE6CA174F7D32C82A40DC9B4EBE0180) == 0x000030, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy_ShieldBroken_Foleys_26_DBE6CA174F7D32C82A40DC9B4EBE0180' has a wrong offset!"); \ +static_assert(offsetof(FFAudioCharacter_Battle_HitBy_AnimCommon, HitBy__ShieldBroken_Steps_29_EBBDB3D24021604F23CBBE8532A74F7E) == 0x000038, "Member 'FFAudioCharacter_Battle_HitBy_AnimCommon::HitBy__ShieldBroken_Steps_29_EBBDB3D24021604F23CBBE8532A74F7E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B1_Outline_C \ +static_assert(alignof(UCTS_B1_Outline_C) == 0x000010, "Wrong alignment on UCTS_B1_Outline_C"); \ +static_assert(sizeof(UCTS_B1_Outline_C) == 0x0001B0, "Wrong size on UCTS_B1_Outline_C"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime) == 0x000018, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_AccumulateDeltaTime::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed) == 0x000090, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, local_FlatTimeRatio) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::local_FlatTimeRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed, CallFunc_FClamp_ReturnValue) == 0x000088, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeCurrentMoveSpeed::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio) == 0x000028, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio, CallFunc_GetSplineLength_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_ComputeTimeRatio::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope) == 0x000020, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, EntryPoint) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, K2Node_CustomEvent_Rope) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::K2Node_CustomEvent_Rope' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope, K2Node_CustomEvent_Direction) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_Rope::K2Node_CustomEvent_Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition) == 0x000030, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, CallFunc_GetFloatValue_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetAlphaForEnterTransition::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection) == 0x000001, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection) == 0x000001, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection, CurrentDirection_0) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeDirection::CurrentDirection_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep) == 0x000001, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep) == 0x000001, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep, CurrentStep_0) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_GetCurrentRopeStep::CurrentStep_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement) == 0x000001, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement) == 0x000002, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement, ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_ExplorationCapacityComponent_Rope_C_IsPerformingMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone, CallFunc_SpawnSound2D_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_OnEnterTransitionAnimationDone::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects) == 0x000010, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects) == 0x0000C0, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000A8, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000B0, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayCameraEffects::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayForceFeedback::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX) == 0x0000A0, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_byte_Variable) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_struct_Variable) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_struct_Variable_1) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_byte_Variable_1) == 0x000038, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_name_Variable) == 0x00003C, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, Temp_name_Variable_1) == 0x000044, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, CallFunc_GetCurrentRopeDirection_CurrentDirection) == 0x00004C, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::CallFunc_GetCurrentRopeDirection_CurrentDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000050, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, K2Node_Select_Default) == 0x000058, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, K2Node_Select_Default_1) == 0x000078, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000080, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000090, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000098, "Member 'BP_ExplorationCapacityComponent_Rope_C_PlayLinkToRopeFX::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_ReceiveTick \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_ReceiveTick"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_ReceiveTick) == 0x000004, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_ReceiveTick"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep) == 0x000001, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep) == 0x000002, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep, step) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep::step' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_ExplorationCapacityComponent_Rope_C_SetRopeMovementCurrentStep::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope) == 0x000068, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GetLocationAtTime_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_Vector_Distance_ReturnValue) == 0x000038, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GetDistanceAlongSplineAtLocation_ReturnValue) == 0x000044, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GetDistanceAlongSplineAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000048, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00004C, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GetLocationAtTime_Time_ImplicitCast) == 0x000050, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GetLocationAtTime_Time_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000058, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'BP_ExplorationCapacityComponent_Rope_C_ShouldExitMovingAlongRope::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope) == 0x000010, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope, Rope) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope::Rope' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope, Direction) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartMovementWithRope::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement) == 0x0000D8, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, Temp_byte_Variable) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, K2Node_MakeStruct_S_InputLockParameters) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_GetGameMode_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000040, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_MakeLiteralByte_ReturnValue) == 0x000058, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, Temp_byte_Variable_1) == 0x000059, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, K2Node_Select_Default) == 0x000060, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000078, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000090, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, K2Node_Select_Default_1) == 0x0000A8, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, CallFunc_GetOwner_ReturnValue) == 0x0000C0, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x0000C8, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_ExplorationCapacityComponent_Rope_C_StartRopeMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_StopAllEffects \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_StopAllEffects"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects) == 0x000030, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_StopAllEffects"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopAllEffects, CallFunc_GetPlayerController_ReturnValue_1) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopAllEffects::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement) == 0x000038, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, CallFunc_GetInputLockSystem_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, K2Node_MakeStruct_S_InputLockParameters) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, CallFunc_GetGameMode_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ExplorationCapacityComponent_Rope_C_StopRopeMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation) == 0x000140, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_GetAlphaForEnterTransition_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_GetAlphaForEnterTransition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_VLerp_ReturnValue) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000040, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000138, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation, CallFunc_VLerp_Alpha_ImplicitCast) == 0x00013C, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorLocation::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation) == 0x000048, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_GetAlphaForEnterTransition_ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_GetAlphaForEnterTransition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_RLerp_ReturnValue) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation, CallFunc_RLerp_Alpha_ImplicitCast) == 0x000044, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateActorRotation::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateEnterTransition::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateExitTransition::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement) == 0x000038, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, local_TimeRatioWithDirection) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::local_TimeRatioWithDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, CallFunc_GetLocationAtTime_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovement, CallFunc_GetLocationAtTime_Time_ImplicitCast) == 0x000034, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovement::CallFunc_GetLocationAtTime_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope) == 0x000018, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope, local_TimeRatioWithDirection) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope::local_TimeRatioWithDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope, CallFunc_ShouldExitMovingAlongRope_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateMovingAlongRope::CallFunc_ShouldExitMovingAlongRope_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement) == 0x000038, "Wrong size on BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, TimeRatioWithDirection) == 0x000008, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::TimeRatioWithDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, TimeRatio) == 0x000010, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::TimeRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, CallFunc_UpdateMovingAlongRope_DeltaSeconds_ImplicitCast) == 0x000020, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::CallFunc_UpdateMovingAlongRope_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, CallFunc_UpdateExitTransition_DeltaSeconds_ImplicitCast) == 0x000028, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::CallFunc_UpdateExitTransition_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement, CallFunc_UpdateEnterTransition_DeltaSeconds_ImplicitCast) == 0x000030, "Member 'BP_ExplorationCapacityComponent_Rope_C_UpdateRopeMovement::CallFunc_UpdateEnterTransition_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationCapacityComponent_Rope_C \ +static_assert(alignof(UBP_ExplorationCapacityComponent_Rope_C) == 0x000008, "Wrong alignment on UBP_ExplorationCapacityComponent_Rope_C"); \ +static_assert(sizeof(UBP_ExplorationCapacityComponent_Rope_C) == 0x0001A8, "Wrong size on UBP_ExplorationCapacityComponent_Rope_C"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ExplorationCapacityComponent_Rope_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CurrentRope) == 0x0000A8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CurrentRope' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CurrentDirection) == 0x0000B0, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CurrentDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, OnRopeMovementBegin) == 0x0000B8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::OnRopeMovementBegin' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, OnRopeMovementEnd) == 0x0000C8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::OnRopeMovementEnd' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, MoveSpeedMax) == 0x0000D8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::MoveSpeedMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, MoveAcceleration) == 0x0000E0, "Member 'UBP_ExplorationCapacityComponent_Rope_C::MoveAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, MoveCurve) == 0x0000E8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::MoveCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, TransitionMoveCurve) == 0x0000F0, "Member 'UBP_ExplorationCapacityComponent_Rope_C::TransitionMoveCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, DistanceToStartExitTransitionTopToBottom) == 0x0000F8, "Member 'UBP_ExplorationCapacityComponent_Rope_C::DistanceToStartExitTransitionTopToBottom' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, AccumulatedDeltaTime) == 0x000100, "Member 'UBP_ExplorationCapacityComponent_Rope_C::AccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, ComputedTimeRatio) == 0x000108, "Member 'UBP_ExplorationCapacityComponent_Rope_C::ComputedTimeRatio' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, TargetLocation) == 0x000110, "Member 'UBP_ExplorationCapacityComponent_Rope_C::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, TargetRotation) == 0x000128, "Member 'UBP_ExplorationCapacityComponent_Rope_C::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CurrentStep) == 0x000140, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CameraShakeWhileMoving) == 0x000148, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CameraShakeWhileMoving' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CameraShakeOnStart) == 0x000150, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CameraShakeOnStart' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, FX_LinkToRope) == 0x000158, "Member 'UBP_ExplorationCapacityComponent_Rope_C::FX_LinkToRope' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, FX_InteractionWhileUsingRope) == 0x000160, "Member 'UBP_ExplorationCapacityComponent_Rope_C::FX_InteractionWhileUsingRope' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, DistortionController) == 0x000168, "Member 'UBP_ExplorationCapacityComponent_Rope_C::DistortionController' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, AudioWhileUsingRope) == 0x000170, "Member 'UBP_ExplorationCapacityComponent_Rope_C::AudioWhileUsingRope' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, RopeInputLockBlockerReference) == 0x000178, "Member 'UBP_ExplorationCapacityComponent_Rope_C::RopeInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, AggroLockName) == 0x000198, "Member 'UBP_ExplorationCapacityComponent_Rope_C::AggroLockName' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_Rope_C, CurrentMoveSpeed) == 0x0001A0, "Member 'UBP_ExplorationCapacityComponent_Rope_C::CurrentMoveSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DialogueParameters \ +static_assert(alignof(FS_DialogueParameters) == 0x000004, "Wrong alignment on FS_DialogueParameters"); \ +static_assert(sizeof(FS_DialogueParameters) == 0x000008, "Wrong size on FS_DialogueParameters"); \ +static_assert(offsetof(FS_DialogueParameters, ForcedDialogueStage_10_B89CD7564A8FB456779FB384B09D300D) == 0x000000, "Member 'FS_DialogueParameters::ForcedDialogueStage_10_B89CD7564A8FB456779FB384B09D300D' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueParameters, ShouldTeleportCharacter_16_E223CDEA41F36AE8D9A83688653D4AAD) == 0x000004, "Member 'FS_DialogueParameters::ShouldTeleportCharacter_16_E223CDEA41F36AE8D9A83688653D4AAD' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueParameters, UseDialogCameras_15_D88B2D884849450BB31F7583511E80B5) == 0x000005, "Member 'FS_DialogueParameters::UseDialogCameras_15_D88B2D884849450BB31F7583511E80B5' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueParameters, ForceCharacterWorld_19_44D0D9B0478E0DA302912AA3E4A325ED) == 0x000006, "Member 'FS_DialogueParameters::ForceCharacterWorld_19_44D0D9B0478E0DA302912AA3E4A325ED' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Cameras_BattleFinish \ +static_assert(alignof(FS_Cameras_BattleFinish) == 0x000008, "Wrong alignment on FS_Cameras_BattleFinish"); \ +static_assert(sizeof(FS_Cameras_BattleFinish) == 0x000018, "Wrong size on FS_Cameras_BattleFinish"); \ +static_assert(offsetof(FS_Cameras_BattleFinish, Reason_3_9243B81648A937FEADB9B3A1A8D91997) == 0x000000, "Member 'FS_Cameras_BattleFinish::Reason_3_9243B81648A937FEADB9B3A1A8D91997' has a wrong offset!"); \ +static_assert(offsetof(FS_Cameras_BattleFinish, CameraAnimations_6_E041D3CB490412168412CDB90B9BC258) == 0x000008, "Member 'FS_Cameras_BattleFinish::CameraAnimations_6_E041D3CB490412168412CDB90B9BC258' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans0_Outline_C \ +static_assert(alignof(UCTS_NSans0_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSans0_Outline_C"); \ +static_assert(sizeof(UCTS_NSans0_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSans0_Outline_C"); \ + +#define DUMPER7_ASSERTS_BPI_Debug_BattleListener_C_BPI_OnDamageEvent \ +static_assert(alignof(BPI_Debug_BattleListener_C_BPI_OnDamageEvent) == 0x000008, "Wrong alignment on BPI_Debug_BattleListener_C_BPI_OnDamageEvent"); \ +static_assert(sizeof(BPI_Debug_BattleListener_C_BPI_OnDamageEvent) == 0x000008, "Wrong size on BPI_Debug_BattleListener_C_BPI_OnDamageEvent"); \ +static_assert(offsetof(BPI_Debug_BattleListener_C_BPI_OnDamageEvent, BattleDamages) == 0x000000, "Member 'BPI_Debug_BattleListener_C_BPI_OnDamageEvent::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Debug_BattleListener_C_BPI_OnHealEvent \ +static_assert(alignof(BPI_Debug_BattleListener_C_BPI_OnHealEvent) == 0x000008, "Wrong alignment on BPI_Debug_BattleListener_C_BPI_OnHealEvent"); \ +static_assert(sizeof(BPI_Debug_BattleListener_C_BPI_OnHealEvent) == 0x000008, "Wrong size on BPI_Debug_BattleListener_C_BPI_OnHealEvent"); \ +static_assert(offsetof(BPI_Debug_BattleListener_C_BPI_OnHealEvent, HealObject) == 0x000000, "Member 'BPI_Debug_BattleListener_C_BPI_OnHealEvent::HealObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Debug_BattleListener_C \ +static_assert(alignof(IBPI_Debug_BattleListener_C) == 0x000001, "Wrong alignment on IBPI_Debug_BattleListener_C"); \ +static_assert(sizeof(IBPI_Debug_BattleListener_C) == 0x000001, "Wrong size on IBPI_Debug_BattleListener_C"); \ + +#define DUMPER7_ASSERTS_FS_UINotificationPool \ +static_assert(alignof(FS_UINotificationPool) == 0x000008, "Wrong alignment on FS_UINotificationPool"); \ +static_assert(sizeof(FS_UINotificationPool) == 0x000010, "Wrong size on FS_UINotificationPool"); \ +static_assert(offsetof(FS_UINotificationPool, NotifiedObjects_3_32F2439545C0BA4BE215E78EDA51899D) == 0x000000, "Member 'FS_UINotificationPool::NotifiedObjects_3_32F2439545C0BA4BE215E78EDA51899D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_C \ +static_assert(alignof(UCTS_H0_C) == 0x000010, "Wrong alignment on UCTS_H0_C"); \ +static_assert(sizeof(UCTS_H0_C) == 0x0001B0, "Wrong size on UCTS_H0_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_Title_C \ +static_assert(alignof(UCTS_H0_Title_C) == 0x000010, "Wrong alignment on UCTS_H0_Title_C"); \ +static_assert(sizeof(UCTS_H0_Title_C) == 0x0001B0, "Wrong size on UCTS_H0_Title_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H3_Outline_C \ +static_assert(alignof(UCTS_H3_Outline_C) == 0x000010, "Wrong alignment on UCTS_H3_Outline_C"); \ +static_assert(sizeof(UCTS_H3_Outline_C) == 0x0001B0, "Wrong size on UCTS_H3_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H1_C \ +static_assert(alignof(UCTS_H1_C) == 0x000010, "Wrong alignment on UCTS_H1_C"); \ +static_assert(sizeof(UCTS_H1_C) == 0x0001B0, "Wrong size on UCTS_H1_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H3_TitleOutline_C \ +static_assert(alignof(UCTS_H3_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H3_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H3_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H3_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticlesLeaves_C_SetDilation \ +static_assert(alignof(BP_PlayerAmbientParticlesLeaves_C_SetDilation) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticlesLeaves_C_SetDilation"); \ +static_assert(sizeof(BP_PlayerAmbientParticlesLeaves_C_SetDilation) == 0x000010, "Wrong size on BP_PlayerAmbientParticlesLeaves_C_SetDilation"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_SetDilation, NewValue) == 0x000000, "Member 'BP_PlayerAmbientParticlesLeaves_C_SetDilation::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_SetDilation, CallFunc_SetCustomTimeDilation_Dilation_ImplicitCast) == 0x000008, "Member 'BP_PlayerAmbientParticlesLeaves_C_SetDilation::CallFunc_SetCustomTimeDilation_Dilation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial \ +static_assert(alignof(BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial) == 0x000001, "Wrong alignment on BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial"); \ +static_assert(sizeof(BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial) == 0x000001, "Wrong size on BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_PlayerAmbientParticlesLeaves_C_SetLeavesMaterial::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript \ +static_assert(alignof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript"); \ +static_assert(sizeof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript) == 0x000128, "Wrong size on BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue) == 0x000000, "Member 'BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript, CallFunc_GetMaxElement_ReturnValue) == 0x000018, "Member 'BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript::CallFunc_GetMaxElement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000028, "Member 'BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000120, "Member 'BP_PlayerAmbientParticlesLeaves_C_UserConstructionScript::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerAmbientParticlesLeaves_C \ +static_assert(alignof(ABP_PlayerAmbientParticlesLeaves_C) == 0x000008, "Wrong alignment on ABP_PlayerAmbientParticlesLeaves_C"); \ +static_assert(sizeof(ABP_PlayerAmbientParticlesLeaves_C) == 0x000368, "Wrong size on ABP_PlayerAmbientParticlesLeaves_C"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, Arrow) == 0x000328, "Member 'ABP_PlayerAmbientParticlesLeaves_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, Current_Material) == 0x000330, "Member 'ABP_PlayerAmbientParticlesLeaves_C::Current_Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, Leaves_Type) == 0x000338, "Member 'ABP_PlayerAmbientParticlesLeaves_C::Leaves_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, CustomMaterial) == 0x000340, "Member 'ABP_PlayerAmbientParticlesLeaves_C::CustomMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, LeavesRotation) == 0x000348, "Member 'ABP_PlayerAmbientParticlesLeaves_C::LeavesRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerAmbientParticlesLeaves_C, Dilation) == 0x000360, "Member 'ABP_PlayerAmbientParticlesLeaves_C::Dilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_TitleOutline_C \ +static_assert(alignof(UCTS_H2_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H2_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H2_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H2_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H3_Title_C \ +static_assert(alignof(UCTS_H3_Title_C) == 0x000010, "Wrong alignment on UCTS_H3_Title_C"); \ +static_assert(sizeof(UCTS_H3_Title_C) == 0x0001B0, "Wrong size on UCTS_H3_Title_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_SmallLine_TitleOutline_C \ +static_assert(alignof(UCTS_H2_SmallLine_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H2_SmallLine_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H2_SmallLine_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H2_SmallLine_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_SmallLine_Outline_C \ +static_assert(alignof(UCTS_H2_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_H2_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_H2_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_H2_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup \ +static_assert(alignof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup) == 0x000070, "Wrong size on BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, Temp_wildcard_Variable) == 0x000010, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, K2Node_Event_Controller) == 0x000030, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_GetCustomGI_ReturnValue) == 0x000050, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_GetCharacterByID_CharacterData) == 0x000058, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, K2Node_DynamicCast_As_GROUP__Character_remove) == 0x000060, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::K2Node_DynamicCast_As_GROUP__Character_remove' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000069, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterRemoveFromGroup::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_CharacterRemoveFromGroup_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_CharacterRemoveFromGroup_C \ +static_assert(alignof(UBP_GameActionInstance_CharacterRemoveFromGroup_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_CharacterRemoveFromGroup_C"); \ +static_assert(sizeof(UBP_GameActionInstance_CharacterRemoveFromGroup_C) == 0x000048, "Wrong size on UBP_GameActionInstance_CharacterRemoveFromGroup_C"); \ +static_assert(offsetof(UBP_GameActionInstance_CharacterRemoveFromGroup_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_CharacterRemoveFromGroup_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled) == 0x000001, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled) == 0x000001, "Wrong size on WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled, bInIsEnabled) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_SetActionButtonsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_AreSettingsDirty \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_AreSettingsDirty) == 0x000001, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_AreSettingsDirty"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_AreSettingsDirty) == 0x000002, "Wrong size on WBP_Settings_GamepadInputOptions_C_AreSettingsDirty"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingsDirty, IsDirty) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingsDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingsDirty, CallFunc_AreMappingsDirty_IsDirty) == 0x000001, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingsDirty::CallFunc_AreMappingsDirty_IsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings) == 0x000078, "Wrong size on WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, K2Node_MakeSet_Set) == 0x000008, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::K2Node_MakeSet_Set' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000058, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000068, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings, CallFunc_RegisterInputMappingContexts_ReturnValue) == 0x000071, "Member 'WBP_Settings_GamepadInputOptions_C_SetupEnhancedInputUserSettings::CallFunc_RegisterInputMappingContexts_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply) == 0x000001, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply) == 0x000004, "Wrong size on WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply, IsValid) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply, CallFunc_AreMappingsValid_IsValid) == 0x000001, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply::CallFunc_AreMappingsValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply, CallFunc_AreSettingValidBeforeApply_IsValid) == 0x000002, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply::CallFunc_AreSettingValidBeforeApply_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_Settings_GamepadInputOptions_C_AreSettingValidBeforeApply::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused) == 0x000008, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused) == 0x000018, "Wrong size on WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused, MappingEntry) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused, CallFunc_GetOptionDescription_OptionDescription) == 0x000008, "Member 'WBP_Settings_GamepadInputOptions_C_OnMappingEntryFocused::CallFunc_GetOptionDescription_OptionDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings) == 0x000004, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings) == 0x000010, "Wrong size on WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_RefreshWidgetsWithUserSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_PreConstruct \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_GamepadInputOptions_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature, IsInEditMode) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_BndEvt__WBP_Settings_GamepadInputOptions_WBP_Settings_GampadInputOptionsList_K2Node_ComponentBoundEvent_3_OnEditModeChanged__DelegateSignature::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused) == 0x000008, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused) == 0x000008, "Wrong size on WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused, Button) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_OnEditBindingsFocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions) == 0x000008, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions) == 0x000050, "Wrong size on WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, EntryPoint) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, CallFunc_CreateModalWindow_OutputPin) == 0x000008, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, K2Node_ComponentBoundEvent_IsInEditMode) == 0x000040, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::K2Node_ComponentBoundEvent_IsInEditMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions, K2Node_CustomEvent_Button) == 0x000048, "Member 'WBP_Settings_GamepadInputOptions_C_ExecuteUbergraph_WBP_Settings_GamepadInputOptions::K2Node_CustomEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_GamepadInputOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GamepadInputOptions_C \ +static_assert(alignof(UWBP_Settings_GamepadInputOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_GamepadInputOptions_C"); \ +static_assert(sizeof(UWBP_Settings_GamepadInputOptions_C) == 0x0004D8, "Wrong size on UWBP_Settings_GamepadInputOptions_C"); \ +static_assert(offsetof(UWBP_Settings_GamepadInputOptions_C, UberGraphFrame_WBP_Settings_GamepadInputOptions_C) == 0x0004C8, "Member 'UWBP_Settings_GamepadInputOptions_C::UberGraphFrame_WBP_Settings_GamepadInputOptions_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadInputOptions_C, WBP_Settings_GampadInputOptionsList) == 0x0004D0, "Member 'UWBP_Settings_GamepadInputOptions_C::WBP_Settings_GampadInputOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_OnPutAwayDocument \ +static_assert(alignof(BP_DocumentActor_C_OnPutAwayDocument) == 0x000001, "Wrong alignment on BP_DocumentActor_C_OnPutAwayDocument"); \ +static_assert(sizeof(BP_DocumentActor_C_OnPutAwayDocument) == 0x000001, "Wrong size on BP_DocumentActor_C_OnPutAwayDocument"); \ +static_assert(offsetof(BP_DocumentActor_C_OnPutAwayDocument, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_OnPutAwayDocument::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_BlackFadeOut \ +static_assert(alignof(BP_DocumentActor_C_BlackFadeOut) == 0x000008, "Wrong alignment on BP_DocumentActor_C_BlackFadeOut"); \ +static_assert(sizeof(BP_DocumentActor_C_BlackFadeOut) == 0x000008, "Wrong size on BP_DocumentActor_C_BlackFadeOut"); \ +static_assert(offsetof(BP_DocumentActor_C_BlackFadeOut, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_BlackFadeOut::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_BlackFadeIn \ +static_assert(alignof(BP_DocumentActor_C_BlackFadeIn) == 0x000008, "Wrong alignment on BP_DocumentActor_C_BlackFadeIn"); \ +static_assert(sizeof(BP_DocumentActor_C_BlackFadeIn) == 0x000008, "Wrong size on BP_DocumentActor_C_BlackFadeIn"); \ +static_assert(offsetof(BP_DocumentActor_C_BlackFadeIn, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_BlackFadeIn::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_SetInputModeUI \ +static_assert(alignof(BP_DocumentActor_C_SetInputModeUI) == 0x000001, "Wrong alignment on BP_DocumentActor_C_SetInputModeUI"); \ +static_assert(sizeof(BP_DocumentActor_C_SetInputModeUI) == 0x000001, "Wrong size on BP_DocumentActor_C_SetInputModeUI"); \ +static_assert(offsetof(BP_DocumentActor_C_SetInputModeUI, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_SetInputModeUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_CreateDocumentWidget \ +static_assert(alignof(BP_DocumentActor_C_CreateDocumentWidget) == 0x000008, "Wrong alignment on BP_DocumentActor_C_CreateDocumentWidget"); \ +static_assert(sizeof(BP_DocumentActor_C_CreateDocumentWidget) == 0x000010, "Wrong size on BP_DocumentActor_C_CreateDocumentWidget"); \ +static_assert(offsetof(BP_DocumentActor_C_CreateDocumentWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_CreateDocumentWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_CreateDocumentWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_DocumentActor_C_CreateDocumentWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_SetInputModeGame \ +static_assert(alignof(BP_DocumentActor_C_SetInputModeGame) == 0x000001, "Wrong alignment on BP_DocumentActor_C_SetInputModeGame"); \ +static_assert(sizeof(BP_DocumentActor_C_SetInputModeGame) == 0x000001, "Wrong size on BP_DocumentActor_C_SetInputModeGame"); \ +static_assert(offsetof(BP_DocumentActor_C_SetInputModeGame, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_DocumentActor_C_SetInputModeGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_OnInteractionRequested \ +static_assert(alignof(BP_DocumentActor_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_DocumentActor_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_DocumentActor_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_DocumentActor_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_DocumentActor_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_DocumentActor_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_DocumentActor_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_DocumentActor_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_DocumentActor_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_DocumentActor_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_DocumentActor_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_DocumentActor_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_DocumentActor_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor \ +static_assert(alignof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor) == 0x000008, "Wrong alignment on BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor"); \ +static_assert(sizeof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor) == 0x000018, "Wrong size on BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor"); \ +static_assert(offsetof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor, EntryPoint) == 0x000000, "Member 'BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor, K2Node_Event_Instant) == 0x000010, "Member 'BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor, K2Node_Event_InteractionState) == 0x000012, "Member 'BP_DocumentActor_C_ExecuteUbergraph_BP_DocumentActor::K2Node_Event_InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DocumentActor_C \ +static_assert(alignof(ABP_DocumentActor_C) == 0x000008, "Wrong alignment on ABP_DocumentActor_C"); \ +static_assert(sizeof(ABP_DocumentActor_C) == 0x000338, "Wrong size on ABP_DocumentActor_C"); \ +static_assert(offsetof(ABP_DocumentActor_C, UberGraphFrame_BP_DocumentActor_C) == 0x0002F0, "Member 'ABP_DocumentActor_C::UberGraphFrame_BP_DocumentActor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, StaticMeshComponent) == 0x0002F8, "Member 'ABP_DocumentActor_C::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, DialogueAudio) == 0x000300, "Member 'ABP_DocumentActor_C::DialogueAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, bIsInteractable) == 0x000308, "Member 'ABP_DocumentActor_C::bIsInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, DocumentWidget) == 0x000310, "Member 'ABP_DocumentActor_C::DocumentWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, DestroyDocumentAfterReading_) == 0x000318, "Member 'ABP_DocumentActor_C::DestroyDocumentAfterReading_' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, InteractingCharacter) == 0x000320, "Member 'ABP_DocumentActor_C::InteractingCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_DocumentActor_C, OnDocumentPutAway) == 0x000328, "Member 'ABP_DocumentActor_C::OnDocumentPutAway' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_EndBattleTitle_C \ +static_assert(alignof(UCTS_H0_EndBattleTitle_C) == 0x000010, "Wrong alignment on UCTS_H0_EndBattleTitle_C"); \ +static_assert(sizeof(UCTS_H0_EndBattleTitle_C) == 0x0001B0, "Wrong size on UCTS_H0_EndBattleTitle_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue \ +static_assert(alignof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue"); \ +static_assert(sizeof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue) == 0x000040, "Wrong size on BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_DynamicCast_As_DIALOGUE__Play_In_World_Dialogue) == 0x000018, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_DynamicCast_As_DIALOGUE__Play_In_World_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_Event_Controller) == 0x000028, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000030, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, CallFunc_PlayInWorldDialogue_DialogueNotPlayed) == 0x000039, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::CallFunc_PlayInWorldDialogue_DialogueNotPlayed' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ExecuteUbergraph_BP_GameActionInstance_PlayInWorldDialogue::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString) == 0x000110, "Wrong size on BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, K2Node_DynamicCast_As_DIALOGUE__Play_In_World_Dialogue) == 0x000020, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::K2Node_DynamicCast_As_DIALOGUE__Play_In_World_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000088, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution \ +static_assert(alignof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(sizeof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong size on BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ShouldBlockAutoSaveDuringExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlayInWorldDialogue_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_PlayInWorldDialogue_C \ +static_assert(alignof(UBP_GameActionInstance_PlayInWorldDialogue_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_PlayInWorldDialogue_C"); \ +static_assert(sizeof(UBP_GameActionInstance_PlayInWorldDialogue_C) == 0x000048, "Wrong size on UBP_GameActionInstance_PlayInWorldDialogue_C"); \ +static_assert(offsetof(UBP_GameActionInstance_PlayInWorldDialogue_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_PlayInWorldDialogue_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature) == 0x00000C, "Wrong size on WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature, IsOwned) == 0x000000, "Member 'WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature::IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature, AssociatedLevel) == 0x000004, "Member 'WBP_Document_C_BndEvt__WBP_Document_JournalPanel_K2Node_ComponentBoundEvent_1_OnJournalItemNavigated__DelegateSignature::AssociatedLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Document_C_ExecuteUbergraph_WBP_Document \ +static_assert(alignof(WBP_Document_C_ExecuteUbergraph_WBP_Document) == 0x000008, "Wrong alignment on WBP_Document_C_ExecuteUbergraph_WBP_Document"); \ +static_assert(sizeof(WBP_Document_C_ExecuteUbergraph_WBP_Document) == 0x000028, "Wrong size on WBP_Document_C_ExecuteUbergraph_WBP_Document"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, EntryPoint) == 0x000000, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, K2Node_DynamicCast_AsBP_Reading_Cube) == 0x000010, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::K2Node_DynamicCast_AsBP_Reading_Cube' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, K2Node_ComponentBoundEvent_IsOwned) == 0x000019, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::K2Node_ComponentBoundEvent_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_ExecuteUbergraph_WBP_Document, K2Node_ComponentBoundEvent_AssociatedLevel) == 0x00001C, "Member 'WBP_Document_C_ExecuteUbergraph_WBP_Document::K2Node_ComponentBoundEvent_AssociatedLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Document_C_SwitchActiveBackground \ +static_assert(alignof(WBP_Document_C_SwitchActiveBackground) == 0x000008, "Wrong alignment on WBP_Document_C_SwitchActiveBackground"); \ +static_assert(sizeof(WBP_Document_C_SwitchActiveBackground) == 0x0001C8, "Wrong size on WBP_Document_C_SwitchActiveBackground"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, IsLevelDisplayed) == 0x000000, "Member 'WBP_Document_C_SwitchActiveBackground::IsLevelDisplayed' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, LevelName) == 0x000004, "Member 'WBP_Document_C_SwitchActiveBackground::LevelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, Temp_byte_Variable) == 0x00000C, "Member 'WBP_Document_C_SwitchActiveBackground::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, CallFunc_FindLevelDataByID_Found) == 0x00000D, "Member 'WBP_Document_C_SwitchActiveBackground::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, CallFunc_FindLevelDataByID_LevelData) == 0x000010, "Member 'WBP_Document_C_SwitchActiveBackground::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, Temp_byte_Variable_1) == 0x0001C0, "Member 'WBP_Document_C_SwitchActiveBackground::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, Temp_bool_Variable) == 0x0001C1, "Member 'WBP_Document_C_SwitchActiveBackground::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Document_C_SwitchActiveBackground, K2Node_Select_Default) == 0x0001C2, "Member 'WBP_Document_C_SwitchActiveBackground::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Document_C \ +static_assert(alignof(UWBP_Document_C) == 0x000008, "Wrong alignment on UWBP_Document_C"); \ +static_assert(sizeof(UWBP_Document_C) == 0x000328, "Wrong size on UWBP_Document_C"); \ +static_assert(offsetof(UWBP_Document_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Document_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, Anim_Unlock) == 0x0002E8, "Member 'UWBP_Document_C::Anim_Unlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, JournalBackgroundOverlay) == 0x0002F0, "Member 'UWBP_Document_C::JournalBackgroundOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, JournalPanel) == 0x0002F8, "Member 'UWBP_Document_C::JournalPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, JournalRetainer) == 0x000300, "Member 'UWBP_Document_C::JournalRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, LevelImage) == 0x000308, "Member 'UWBP_Document_C::LevelImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, SafeZone) == 0x000310, "Member 'UWBP_Document_C::SafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, WBP_CommonActionBarContainer) == 0x000318, "Member 'UWBP_Document_C::WBP_CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Document_C, DocumentActor) == 0x000320, "Member 'UWBP_Document_C::DocumentActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_Outline_C \ +static_assert(alignof(UCTS_H2_Outline_C) == 0x000010, "Wrong alignment on UCTS_H2_Outline_C"); \ +static_assert(sizeof(UCTS_H2_Outline_C) == 0x0001B0, "Wrong size on UCTS_H2_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H0_SoftFailure_C \ +static_assert(alignof(UCTS_H0_SoftFailure_C) == 0x000010, "Wrong alignment on UCTS_H0_SoftFailure_C"); \ +static_assert(sizeof(UCTS_H0_SoftFailure_C) == 0x0001B0, "Wrong size on UCTS_H0_SoftFailure_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H00_C \ +static_assert(alignof(UCTS_H00_C) == 0x000010, "Wrong alignment on UCTS_H00_C"); \ +static_assert(sizeof(UCTS_H00_C) == 0x0001B0, "Wrong size on UCTS_H00_C"); \ + +#define DUMPER7_ASSERTS_BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters \ +static_assert(alignof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters) == 0x000008, "Wrong alignment on BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters"); \ +static_assert(sizeof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters) == 0x000098, "Wrong size on BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, EntryPoint) == 0x000000, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, K2Node_Event_OwnerController) == 0x000010, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_GetNextTargetPoint_CurrentTargetPoint) == 0x000030, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_GetNextTargetPoint_CurrentTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_GetCurrentTargetPoint_CurrentTargetPoint) == 0x000038, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_GetCurrentTargetPoint_CurrentTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, K2Node_DynamicCast_AsTarget_Point_Blueprint) == 0x000058, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::K2Node_DynamicCast_AsTarget_Point_Blueprint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000088, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000090, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_IsValid_ReturnValue_1) == 0x000092, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x000094, "Member 'BTTask_UpdateRoamingPointParameters_C_ExecuteUbergraph_BTTask_UpdateRoamingPointParameters::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI \ +static_assert(alignof(BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_UpdateRoamingPointParameters_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_UpdateRoamingPointParameters_C \ +static_assert(alignof(UBTTask_UpdateRoamingPointParameters_C) == 0x000008, "Wrong alignment on UBTTask_UpdateRoamingPointParameters_C"); \ +static_assert(sizeof(UBTTask_UpdateRoamingPointParameters_C) == 0x000150, "Wrong size on UBTTask_UpdateRoamingPointParameters_C"); \ +static_assert(offsetof(UBTTask_UpdateRoamingPointParameters_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_UpdateRoamingPointParameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateRoamingPointParameters_C, KeySelectorTargetPoint) == 0x0000B0, "Member 'UBTTask_UpdateRoamingPointParameters_C::KeySelectorTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateRoamingPointParameters_C, KeySelectorNextTargetPoint) == 0x0000D8, "Member 'UBTTask_UpdateRoamingPointParameters_C::KeySelectorNextTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateRoamingPointParameters_C, KeySelectorDestinationLocation) == 0x000100, "Member 'UBTTask_UpdateRoamingPointParameters_C::KeySelectorDestinationLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateRoamingPointParameters_C, KeySelectorWaitTimeAtTargetPoint) == 0x000128, "Member 'UBTTask_UpdateRoamingPointParameters_C::KeySelectorWaitTimeAtTargetPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal \ +static_assert(alignof(WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal) == 0x000008, "Wrong alignment on WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal"); \ +static_assert(sizeof(WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal) == 0x000028, "Wrong size on WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal"); \ +static_assert(offsetof(WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal, EntryPoint) == 0x000000, "Member 'WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal, K2Node_MakeStruct_Anchors) == 0x000008, "Member 'WBP_PlatformPauseModal_C_ExecuteUbergraph_WBP_PlatformPauseModal::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PlatformPauseModal_C \ +static_assert(alignof(UWBP_PlatformPauseModal_C) == 0x000008, "Wrong alignment on UWBP_PlatformPauseModal_C"); \ +static_assert(sizeof(UWBP_PlatformPauseModal_C) == 0x000450, "Wrong size on UWBP_PlatformPauseModal_C"); \ +static_assert(offsetof(UWBP_PlatformPauseModal_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PlatformPauseModal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlatformPauseModal_C, Background) == 0x000438, "Member 'UWBP_PlatformPauseModal_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlatformPauseModal_C, InputGuard) == 0x000440, "Member 'UWBP_PlatformPauseModal_C::InputGuard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlatformPauseModal_C, ModalSizeBox) == 0x000448, "Member 'UWBP_PlatformPauseModal_C::ModalSizeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_C \ +static_assert(alignof(UCTS_H2_C) == 0x000010, "Wrong alignment on UCTS_H2_C"); \ +static_assert(sizeof(UCTS_H2_C) == 0x0001B0, "Wrong size on UCTS_H2_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed \ +static_assert(alignof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed) == 0x000010, "Wrong size on WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeed::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetDebugString \ +static_assert(alignof(WBP_HUD_QTE_C_GetDebugString) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetDebugString"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetDebugString) == 0x000248, "Wrong size on WBP_HUD_QTE_C_GetDebugString"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_string_Variable) == 0x000010, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_wildcard_Temp_buffer_array_Variable) == 0x000028, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_string_Variable_1) == 0x000048, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_JoinStringArray_ReturnValue) == 0x000058, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_bool_Variable) == 0x000068, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'WBP_HUD_QTE_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_GetStartTime_ReturnValue) == 0x00008C, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000094, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_GetEndTime_ReturnValue) == 0x0000E0, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_GetObjectName_ReturnValue) == 0x0000E8, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0001A0, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_Select_Default) == 0x0001A8, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001B8, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001C8, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, K2Node_MakeArray_Array_1) == 0x000210, "Member 'WBP_HUD_QTE_C_GetDebugString::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000220, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Array_Add_ReturnValue) == 0x000230, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000238, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetDebugString, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000240, "Member 'WBP_HUD_QTE_C_GetDebugString::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld \ +static_assert(alignof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld) == 0x000030, "Wrong size on WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, CallFunc_GetRealTimeDilation_ReturnValue) == 0x000010, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::CallFunc_GetRealTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000028, "Member 'WBP_HUD_QTE_C_GetProgressAnimPlaybackSpeedOld::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed \ +static_assert(alignof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed) == 0x000058, "Wrong size on WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_GetEndTime_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_GetStartTime_ReturnValue) == 0x00000C, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_GetRealTimeDilation_ReturnValue) == 0x000028, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_GetRealTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000050, "Member 'WBP_HUD_QTE_C_GetAppearAnimPlaybackSpeed::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_PlayFinalAnimation \ +static_assert(alignof(WBP_HUD_QTE_C_PlayFinalAnimation) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_PlayFinalAnimation"); \ +static_assert(sizeof(WBP_HUD_QTE_C_PlayFinalAnimation) == 0x000010, "Wrong size on WBP_HUD_QTE_C_PlayFinalAnimation"); \ +static_assert(offsetof(WBP_HUD_QTE_C_PlayFinalAnimation, IsSuccess) == 0x000000, "Member 'WBP_HUD_QTE_C_PlayFinalAnimation::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_PlayFinalAnimation, IsPerfect_0) == 0x000001, "Member 'WBP_HUD_QTE_C_PlayFinalAnimation::IsPerfect_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_PlayFinalAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_HUD_QTE_C_PlayFinalAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_PlayFinalAnimation, CallFunc_ShouldDoAutoQTE_ReturnValue) == 0x000003, "Member 'WBP_HUD_QTE_C_PlayFinalAnimation::CallFunc_ShouldDoAutoQTE_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_PlayFinalAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_C_PlayFinalAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetBasePlaybackSpeed \ +static_assert(alignof(WBP_HUD_QTE_C_GetBasePlaybackSpeed) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetBasePlaybackSpeed"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetBasePlaybackSpeed) == 0x000018, "Wrong size on WBP_HUD_QTE_C_GetBasePlaybackSpeed"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetBasePlaybackSpeed, ReturnValue) == 0x000000, "Member 'WBP_HUD_QTE_C_GetBasePlaybackSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetBasePlaybackSpeed, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_QTE_C_GetBasePlaybackSpeed::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetBasePlaybackSpeed, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_HUD_QTE_C_GetBasePlaybackSpeed::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_PerfectNotification \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_PerfectNotification) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_PerfectNotification"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_PerfectNotification) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_PerfectNotification"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_PerfectNotification, Animation) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_PerfectNotification::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_AnticipationFlash \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_AnticipationFlash) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_AnticipationFlash"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_AnticipationFlash) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_AnticipationFlash"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_AnticipationFlash, Animation) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_AnticipationFlash::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_Success \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_Success) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_Success"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_Success) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_Success"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_Success, Anim_Success_0) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_Success::Anim_Success_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_Success_Perfect \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_Success_Perfect) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_Success_Perfect"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_Success_Perfect) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_Success_Perfect"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_Success_Perfect, Anim_Success_Perfect_0) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_Success_Perfect::Anim_Success_Perfect_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_Fail \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_Fail) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_Fail"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_Fail) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_Fail"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_Fail, Anim_Fail_0) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_Fail::Anim_Fail_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_GetAnim_Progress \ +static_assert(alignof(WBP_HUD_QTE_C_GetAnim_Progress) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_GetAnim_Progress"); \ +static_assert(sizeof(WBP_HUD_QTE_C_GetAnim_Progress) == 0x000008, "Wrong size on WBP_HUD_QTE_C_GetAnim_Progress"); \ +static_assert(offsetof(WBP_HUD_QTE_C_GetAnim_Progress, Animation) == 0x000000, "Member 'WBP_HUD_QTE_C_GetAnim_Progress::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_Tick \ +static_assert(alignof(WBP_HUD_QTE_C_Tick) == 0x000004, "Wrong alignment on WBP_HUD_QTE_C_Tick"); \ +static_assert(sizeof(WBP_HUD_QTE_C_Tick) == 0x00003C, "Wrong size on WBP_HUD_QTE_C_Tick"); \ +static_assert(offsetof(WBP_HUD_QTE_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HUD_QTE_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HUD_QTE_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_StartQTE \ +static_assert(alignof(WBP_HUD_QTE_C_StartQTE) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_StartQTE"); \ +static_assert(sizeof(WBP_HUD_QTE_C_StartQTE) == 0x000020, "Wrong size on WBP_HUD_QTE_C_StartQTE"); \ +static_assert(offsetof(WBP_HUD_QTE_C_StartQTE, NowTime) == 0x000000, "Member 'WBP_HUD_QTE_C_StartQTE::NowTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_StartQTE, PreDuration) == 0x000008, "Member 'WBP_HUD_QTE_C_StartQTE::PreDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_StartQTE, ValidityDuration) == 0x000010, "Member 'WBP_HUD_QTE_C_StartQTE::ValidityDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_StartQTE, TimeSource) == 0x000018, "Member 'WBP_HUD_QTE_C_StartQTE::TimeSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE \ +static_assert(alignof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE) == 0x000008, "Wrong alignment on WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE"); \ +static_assert(sizeof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE) == 0x0003D0, "Wrong size on WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, EntryPoint) == 0x000000, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_byte_Variable) == 0x000004, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable) == 0x000008, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_4) == 0x000048, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_5) == 0x000058, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_6) == 0x000068, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_7) == 0x000078, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, Temp_struct_Variable_8) == 0x000088, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_MyGeometry) == 0x0000A4, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_InDeltaTime) == 0x0000DC, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0000E0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0000E8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetAnim_Progress_Animation) == 0x0000F0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetAnim_Progress_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x0000F8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetDataTableRowFromName_ReturnValue_2) == 0x000100, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetDataTableRowFromName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Select_Default) == 0x000104, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000118, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000120, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeStruct_FormatArgumentData) == 0x000128, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetUndilatedTimeSeconds_UndilatedTime_1) == 0x000170, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetUndilatedTimeSeconds_UndilatedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeArray_Array) == 0x000178, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeStruct_FormatArgumentData_1) == 0x000188, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeArray_Array_1) == 0x0001E0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_CreateDelegate_OutputDelegate) == 0x000200, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_CreateSound2D_ReturnValue) == 0x000218, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetProgressAnimPlaybackSpeed_ReturnValue) == 0x000220, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetProgressAnimPlaybackSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue) == 0x000228, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetEndTime_ReturnValue) == 0x000230, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_GetStartTime_ReturnValue) == 0x000234, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000238, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000240, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_NowTime) == 0x000248, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_NowTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_PreDuration) == 0x000250, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_PreDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_ValidityDuration) == 0x000258, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_ValidityDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_Event_TimeSource) == 0x000260, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_Event_TimeSource' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_1) == 0x000268, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000270, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000278, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeStruct_FormatArgumentData_2) == 0x000280, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002C8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeStruct_FormatArgumentData_4) == 0x000310, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_MakeArray_Array_2) == 0x000358, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Format_ReturnValue_2) == 0x000368, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_2) == 0x000378, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_3) == 0x000380, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_4) == 0x000388, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_5) == 0x000390, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, K2Node_CreateDelegate_OutputDelegate_1) == 0x000398, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_ReturnValue_6) == 0x0003A8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast) == 0x0003B0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0003B8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0003C0, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE, CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1) == 0x0003C8, "Member 'WBP_HUD_QTE_C_ExecuteUbergraph_WBP_HUD_QTE::CallFunc_PlayAnimation_PlaybackSpeed_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_QTE_C \ +static_assert(alignof(UWBP_HUD_QTE_C) == 0x000008, "Wrong alignment on UWBP_HUD_QTE_C"); \ +static_assert(sizeof(UWBP_HUD_QTE_C) == 0x0004A8, "Wrong size on UWBP_HUD_QTE_C"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, UberGraphFrame_WBP_HUD_QTE_C) == 0x000370, "Member 'UWBP_HUD_QTE_C::UberGraphFrame_WBP_HUD_QTE_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_AutoQTE) == 0x000378, "Member 'UWBP_HUD_QTE_C::Anim_AutoQTE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_Fail) == 0x000380, "Member 'UWBP_HUD_QTE_C::Anim_Fail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_Success_Perfect) == 0x000388, "Member 'UWBP_HUD_QTE_C::Anim_Success_Perfect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_Success) == 0x000390, "Member 'UWBP_HUD_QTE_C::Anim_Success' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_Perfect) == 0x000398, "Member 'UWBP_HUD_QTE_C::Anim_Perfect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_Appear) == 0x0003A0, "Member 'UWBP_HUD_QTE_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Anim_ProgressBar) == 0x0003A8, "Member 'UWBP_HUD_QTE_C::Anim_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Angle_ArtDeco_Left) == 0x0003B0, "Member 'UWBP_HUD_QTE_C::Image_Angle_ArtDeco_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Angle_ArtDeco_Right) == 0x0003B8, "Member 'UWBP_HUD_QTE_C::Image_Angle_ArtDeco_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Background) == 0x0003C0, "Member 'UWBP_HUD_QTE_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Background_1) == 0x0003C8, "Member 'UWBP_HUD_QTE_C::Image_Background_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_CircleDot) == 0x0003D0, "Member 'UWBP_HUD_QTE_C::Image_CircleDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_CircleDotPerfect) == 0x0003D8, "Member 'UWBP_HUD_QTE_C::Image_CircleDotPerfect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_CircleIn) == 0x0003E0, "Member 'UWBP_HUD_QTE_C::Image_CircleIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_CursorProgress) == 0x0003E8, "Member 'UWBP_HUD_QTE_C::Image_CursorProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Flare) == 0x0003F0, "Member 'UWBP_HUD_QTE_C::Image_Flare' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineBottom) == 0x0003F8, "Member 'UWBP_HUD_QTE_C::Image_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineFive_1) == 0x000400, "Member 'UWBP_HUD_QTE_C::Image_LineFive_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineFour) == 0x000408, "Member 'UWBP_HUD_QTE_C::Image_LineFour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineFour_Thin) == 0x000410, "Member 'UWBP_HUD_QTE_C::Image_LineFour_Thin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineLeft) == 0x000418, "Member 'UWBP_HUD_QTE_C::Image_LineLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineOne) == 0x000420, "Member 'UWBP_HUD_QTE_C::Image_LineOne' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineOne_1) == 0x000428, "Member 'UWBP_HUD_QTE_C::Image_LineOne_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineRight) == 0x000430, "Member 'UWBP_HUD_QTE_C::Image_LineRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineThree) == 0x000438, "Member 'UWBP_HUD_QTE_C::Image_LineThree' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineThree_1) == 0x000440, "Member 'UWBP_HUD_QTE_C::Image_LineThree_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineTop) == 0x000448, "Member 'UWBP_HUD_QTE_C::Image_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineTwo) == 0x000450, "Member 'UWBP_HUD_QTE_C::Image_LineTwo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_LineTwo_1) == 0x000458, "Member 'UWBP_HUD_QTE_C::Image_LineTwo_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Square) == 0x000460, "Member 'UWBP_HUD_QTE_C::Image_Square' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Square_1) == 0x000468, "Member 'UWBP_HUD_QTE_C::Image_Square_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, Image_Square_2) == 0x000470, "Member 'UWBP_HUD_QTE_C::Image_Square_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, WBP_GenericInputActionBinding_QTE_Ico) == 0x000478, "Member 'UWBP_HUD_QTE_C::WBP_GenericInputActionBinding_QTE_Ico' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, IsPerfect) == 0x000480, "Member 'UWBP_HUD_QTE_C::IsPerfect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, IsFailed) == 0x000481, "Member 'UWBP_HUD_QTE_C::IsFailed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, PreDurationRealTime) == 0x000488, "Member 'UWBP_HUD_QTE_C::PreDurationRealTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, ValidityDurationRealTime) == 0x000490, "Member 'UWBP_HUD_QTE_C::ValidityDurationRealTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_QTE_C, NewEventDispatcher) == 0x000498, "Member 'UWBP_HUD_QTE_C::NewEventDispatcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans4_Title_C \ +static_assert(alignof(UCTS_NSans4_Title_C) == 0x000010, "Wrong alignment on UCTS_NSans4_Title_C"); \ +static_assert(sizeof(UCTS_NSans4_Title_C) == 0x0001B0, "Wrong size on UCTS_NSans4_Title_C"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_AutoLinkAllHoldsInRange \ +static_assert(alignof(BP_Holds_C_AutoLinkAllHoldsInRange) == 0x000008, "Wrong alignment on BP_Holds_C_AutoLinkAllHoldsInRange"); \ +static_assert(sizeof(BP_Holds_C_AutoLinkAllHoldsInRange) == 0x000020, "Wrong size on BP_Holds_C_AutoLinkAllHoldsInRange"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRange, local_AllHolds) == 0x000000, "Member 'BP_Holds_C_AutoLinkAllHoldsInRange::local_AllHolds' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRange, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_Holds_C_AutoLinkAllHoldsInRange::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList \ +static_assert(alignof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList) == 0x000008, "Wrong alignment on BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList"); \ +static_assert(sizeof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList) == 0x000058, "Wrong size on BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, ClimbingElementsToIgnore) == 0x000000, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::ClimbingElementsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, local_HoldsToIgnore) == 0x000010, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::local_HoldsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList, CallFunc_GetClimbingElementInRange_ClimbingElements) == 0x000048, "Member 'BP_Holds_C_AutoLinkAllHoldsInRangeWithIgnoreList::CallFunc_GetClimbingElementInRange_ClimbingElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_AutoLinkHold \ +static_assert(alignof(BP_Holds_C_AutoLinkHold) == 0x000008, "Wrong alignment on BP_Holds_C_AutoLinkHold"); \ +static_assert(sizeof(BP_Holds_C_AutoLinkHold) == 0x000048, "Wrong size on BP_Holds_C_AutoLinkHold"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, local_AllHolds) == 0x000000, "Member 'BP_Holds_C_AutoLinkHold::local_AllHolds' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_IsEntryOrExit_ReturnValue) == 0x000010, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_IsEntryOrExit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_SortClimbingElementByDistance_SortedArray) == 0x000018, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_SortClimbingElementByDistance_SortedArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_LinkToFirstClimbingElementAndRemoveIt_LinkedHold) == 0x000028, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_LinkToFirstClimbingElementAndRemoveIt_LinkedHold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_LinkToFirstClimbingElementAndRemoveIt_LinkedHold_1) == 0x000030, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_LinkToFirstClimbingElementAndRemoveIt_LinkedHold_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_AutoLinkHold, CallFunc_GetAllActorsOfClass_OutActors) == 0x000038, "Member 'BP_Holds_C_AutoLinkHold::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_CanInteractWithMount \ +static_assert(alignof(BP_Holds_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_Holds_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_Holds_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_Holds_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_Holds_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_Holds_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_CheckCanExitToBottom \ +static_assert(alignof(BP_Holds_C_CheckCanExitToBottom) == 0x000008, "Wrong alignment on BP_Holds_C_CheckCanExitToBottom"); \ +static_assert(sizeof(BP_Holds_C_CheckCanExitToBottom) == 0x0000E8, "Wrong size on BP_Holds_C_CheckCanExitToBottom"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, InputDirectionVertical) == 0x000000, "Member 'BP_Holds_C_CheckCanExitToBottom::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, InputScale) == 0x000018, "Member 'BP_Holds_C_CheckCanExitToBottom::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CanExit) == 0x000020, "Member 'BP_Holds_C_CheckCanExitToBottom::CanExit' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, Location) == 0x000028, "Member 'BP_Holds_C_CheckCanExitToBottom::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, Rotation) == 0x000040, "Member 'BP_Holds_C_CheckCanExitToBottom::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_Vector_Up_ReturnValue) == 0x000058, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000078, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000090, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A8, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000D8, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_BooleanAND_ReturnValue) == 0x0000E1, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToBottom, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E2, "Member 'BP_Holds_C_CheckCanExitToBottom::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_CheckCanExitToTop \ +static_assert(alignof(BP_Holds_C_CheckCanExitToTop) == 0x000008, "Wrong alignment on BP_Holds_C_CheckCanExitToTop"); \ +static_assert(sizeof(BP_Holds_C_CheckCanExitToTop) == 0x0000C0, "Wrong size on BP_Holds_C_CheckCanExitToTop"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, InputDirectionVertical) == 0x000000, "Member 'BP_Holds_C_CheckCanExitToTop::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, InputScale) == 0x000018, "Member 'BP_Holds_C_CheckCanExitToTop::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CanExit) == 0x000020, "Member 'BP_Holds_C_CheckCanExitToTop::CanExit' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, Location) == 0x000028, "Member 'BP_Holds_C_CheckCanExitToTop::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, Rotation) == 0x000040, "Member 'BP_Holds_C_CheckCanExitToTop::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_Vector_Up_ReturnValue) == 0x000058, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_Dot_VectorVector_ReturnValue) == 0x000078, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000A0, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckCanExitToTop, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B8, "Member 'BP_Holds_C_CheckCanExitToTop::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_CheckForErrors \ +static_assert(alignof(BP_Holds_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Holds_C_CheckForErrors"); \ +static_assert(sizeof(BP_Holds_C_CheckForErrors) == 0x0001A8, "Wrong size on BP_Holds_C_CheckForErrors"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Holds_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Holds_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_IsEntryOrExit_ReturnValue) == 0x000011, "Member 'BP_Holds_C_CheckForErrors::CallFunc_IsEntryOrExit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_Holds_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000038, "Member 'BP_Holds_C_CheckForErrors::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'BP_Holds_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ArrayContainsInvalid_Result) == 0x000041, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ArrayContainsInvalid_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ArrayContainsInvalid_ArrayIndex) == 0x000048, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ArrayContainsInvalid_ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ArrayContainsInvalid_Result_1) == 0x000058, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ArrayContainsInvalid_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ArrayContainsInvalid_ArrayIndex_1) == 0x000060, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ArrayContainsInvalid_ArrayIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ToStringArray__integer__StringArray) == 0x000070, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ToStringArray__integer__StringArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_ToStringArray__integer__StringArray_1) == 0x000080, "Member 'BP_Holds_C_CheckForErrors::CallFunc_ToStringArray__integer__StringArray_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_JoinStringArray_ReturnValue) == 0x000090, "Member 'BP_Holds_C_CheckForErrors::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_JoinStringArray_ReturnValue_1) == 0x0000A0, "Member 'BP_Holds_C_CheckForErrors::CallFunc_JoinStringArray_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C0, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'BP_Holds_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'BP_Holds_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000160, "Member 'BP_Holds_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x000170, "Member 'BP_Holds_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000180, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Format_ReturnValue_2) == 0x000190, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x0001A0, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x0001A4, "Member 'BP_Holds_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_CheckMoveToNextClimbingElement \ +static_assert(alignof(BP_Holds_C_CheckMoveToNextClimbingElement) == 0x000008, "Wrong alignment on BP_Holds_C_CheckMoveToNextClimbingElement"); \ +static_assert(sizeof(BP_Holds_C_CheckMoveToNextClimbingElement) == 0x000170, "Wrong size on BP_Holds_C_CheckMoveToNextClimbingElement"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, InputDirectionHorizontal) == 0x000000, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, InputDirectionVertical) == 0x000018, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, InputScale) == 0x000030, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CameraForward) == 0x000038, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CameraForward' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CameraLocation) == 0x000050, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CanMove) == 0x000068, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CanMove' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, NextHold) == 0x000070, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::NextHold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_BestCombinedDot) == 0x000080, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_BestCombinedDot' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_BestHold) == 0x000088, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_BestHold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_EvaluatedHold) == 0x000090, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_EvaluatedHold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_CameraLocation) == 0x000098, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_CameraForward) == 0x0000B0, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_CameraForward' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_InputDirectionVertical) == 0x0000C8, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, local_InputDirectionHorizontal) == 0x0000E0, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::local_InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, Temp_int_Array_Index_Variable) == 0x0000FC, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, Temp_wildcard_Variable) == 0x000108, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000110, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, Temp_wildcard_Variable_1) == 0x000120, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000128, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, Temp_wildcard_Variable_2) == 0x000140, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000148, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Array_Get_Item) == 0x000150, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_EvaluatePossibleHold_ComputedDot) == 0x000160, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_EvaluatePossibleHold_ComputedDot' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_CheckMoveToNextClimbingElement, CallFunc_EvaluatePossibleHold_ComputedDot_1) == 0x000168, "Member 'BP_Holds_C_CheckMoveToNextClimbingElement::CallFunc_EvaluatePossibleHold_ComputedDot_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_ConstructObject \ +static_assert(alignof(BP_Holds_C_ConstructObject) == 0x000008, "Wrong alignment on BP_Holds_C_ConstructObject"); \ +static_assert(sizeof(BP_Holds_C_ConstructObject) == 0x0001B0, "Wrong size on BP_Holds_C_ConstructObject"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_Holds_C_ConstructObject::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Holds_C_ConstructObject::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Holds_C_ConstructObject::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_IsPackagedBuild_ReturnValue) == 0x00000C, "Member 'BP_Holds_C_ConstructObject::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'BP_Holds_C_ConstructObject::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00000E, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x000014, "Member 'BP_Holds_C_ConstructObject::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_IsPackagedBuild_ReturnValue_2) == 0x000015, "Member 'BP_Holds_C_ConstructObject::CallFunc_IsPackagedBuild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Not_PreBool_ReturnValue_1) == 0x000016, "Member 'BP_Holds_C_ConstructObject::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_Holds_C_ConstructObject::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_IsEmpty_ReturnValue) == 0x00001C, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001D, "Member 'BP_Holds_C_ConstructObject::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_RemoveItem_ReturnValue) == 0x00001E, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_MakeRandomStream_ReturnValue) == 0x000020, "Member 'BP_Holds_C_ConstructObject::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_Holds_C_ConstructObject::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x00002C, "Member 'BP_Holds_C_ConstructObject::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_RandomInteger_ReturnValue) == 0x000038, "Member 'BP_Holds_C_ConstructObject::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_GetMaterial_ReturnValue) == 0x000040, "Member 'BP_Holds_C_ConstructObject::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_IsInPlayMode_ReturnValue) == 0x000048, "Member 'BP_Holds_C_ConstructObject::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Not_PreBool_ReturnValue_3) == 0x000049, "Member 'BP_Holds_C_ConstructObject::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'BP_Holds_C_ConstructObject::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'BP_Holds_C_ConstructObject::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_GetAllActorsOfClass_OutActors) == 0x000050, "Member 'BP_Holds_C_ConstructObject::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_Holds_C_ConstructObject::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Contains_ReturnValue) == 0x00006D, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Not_PreBool_ReturnValue_4) == 0x00006E, "Member 'BP_Holds_C_ConstructObject::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_Holds_C_ConstructObject::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000074, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Contains_ReturnValue_1) == 0x000075, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_BooleanAND_ReturnValue_1) == 0x000076, "Member 'BP_Holds_C_ConstructObject::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Get_Item_2) == 0x000078, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000084, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Less_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_Holds_C_ConstructObject::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_RandomRotator_ReturnValue) == 0x000090, "Member 'BP_Holds_C_ConstructObject::CallFunc_RandomRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000A8, "Member 'BP_Holds_C_ConstructObject::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, Temp_object_Variable) == 0x0001A0, "Member 'BP_Holds_C_ConstructObject::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x0001A8, "Member 'BP_Holds_C_ConstructObject::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ConstructObject, CallFunc_SetStaticMesh_ReturnValue) == 0x0001A9, "Member 'BP_Holds_C_ConstructObject::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_EvaluatePossibleHold \ +static_assert(alignof(BP_Holds_C_EvaluatePossibleHold) == 0x000008, "Wrong alignment on BP_Holds_C_EvaluatePossibleHold"); \ +static_assert(sizeof(BP_Holds_C_EvaluatePossibleHold) == 0x0000F8, "Wrong size on BP_Holds_C_EvaluatePossibleHold"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, HoldToEvaluate) == 0x000000, "Member 'BP_Holds_C_EvaluatePossibleHold::HoldToEvaluate' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, InputDirection) == 0x000008, "Member 'BP_Holds_C_EvaluatePossibleHold::InputDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CameraForward) == 0x000020, "Member 'BP_Holds_C_EvaluatePossibleHold::CameraForward' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CameraLocation) == 0x000038, "Member 'BP_Holds_C_EvaluatePossibleHold::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, ComputedDot) == 0x000050, "Member 'BP_Holds_C_EvaluatePossibleHold::ComputedDot' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, local_CurrentLocation) == 0x000058, "Member 'BP_Holds_C_EvaluatePossibleHold::local_CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, local_HoldToEvaluateLocation) == 0x000070, "Member 'BP_Holds_C_EvaluatePossibleHold::local_HoldToEvaluateLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, local_CurrentDot) == 0x000088, "Member 'BP_Holds_C_EvaluatePossibleHold::local_CurrentDot' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CallFunc_ProjectLocationsOnCameraPlane_HoldToEvaluateLocation) == 0x000090, "Member 'BP_Holds_C_EvaluatePossibleHold::CallFunc_ProjectLocationsOnCameraPlane_HoldToEvaluateLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CallFunc_ProjectLocationsOnCameraPlane_CurrentLocation) == 0x0000A8, "Member 'BP_Holds_C_EvaluatePossibleHold::CallFunc_ProjectLocationsOnCameraPlane_CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_Holds_C_EvaluatePossibleHold::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CallFunc_Normal_ReturnValue) == 0x0000D8, "Member 'BP_Holds_C_EvaluatePossibleHold::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_EvaluatePossibleHold, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000F0, "Member 'BP_Holds_C_EvaluatePossibleHold::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_ExecuteUbergraph_BP_Holds \ +static_assert(alignof(BP_Holds_C_ExecuteUbergraph_BP_Holds) == 0x000008, "Wrong alignment on BP_Holds_C_ExecuteUbergraph_BP_Holds"); \ +static_assert(sizeof(BP_Holds_C_ExecuteUbergraph_BP_Holds) == 0x000080, "Wrong size on BP_Holds_C_ExecuteUbergraph_BP_Holds"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, EntryPoint) == 0x000000, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_Event_InteractionState) == 0x000004, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_Event_BattleState) == 0x000005, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, CallFunc_IsEntryOrExit_ReturnValue) == 0x000006, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::CallFunc_IsEntryOrExit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_Event_EndPlayReason) == 0x000007, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_Event_InteractingWorldCharacter) == 0x000048, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, K2Node_Event_Instant) == 0x000050, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, CallFunc_GetInteractionSystem_ReturnValue) == 0x000058, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, CallFunc_StartClimbing_ClimbingElement_CastInput) == 0x000060, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::CallFunc_StartClimbing_ClimbingElement_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ExecuteUbergraph_BP_Holds, CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput) == 0x000070, "Member 'BP_Holds_C_ExecuteUbergraph_BP_Holds::CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetClimbingElementInRange \ +static_assert(alignof(BP_Holds_C_GetClimbingElementInRange) == 0x000008, "Wrong alignment on BP_Holds_C_GetClimbingElementInRange"); \ +static_assert(sizeof(BP_Holds_C_GetClimbingElementInRange) == 0x0000A0, "Wrong size on BP_Holds_C_GetClimbingElementInRange"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, ClimbingElement) == 0x000000, "Member 'BP_Holds_C_GetClimbingElementInRange::ClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, ClimbingElements) == 0x000008, "Member 'BP_Holds_C_GetClimbingElementInRange::ClimbingElements' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, local_ClimbingElementsInRange) == 0x000018, "Member 'BP_Holds_C_GetClimbingElementInRange::local_ClimbingElementsInRange' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_Holds_C_GetClimbingElementInRange::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'BP_Holds_C_GetClimbingElementInRange::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_GetAllActorsOfClass_OutActors) == 0x000050, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000071, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Array_AddUnique_ReturnValue) == 0x000074, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000078, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_Vector_Distance_ReturnValue) == 0x000090, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000099, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_BooleanAND_ReturnValue) == 0x00009A, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementInRange, CallFunc_BooleanAND_ReturnValue_1) == 0x00009B, "Member 'BP_Holds_C_GetClimbingElementInRange::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetClimbingElementLocation \ +static_assert(alignof(BP_Holds_C_GetClimbingElementLocation) == 0x000008, "Wrong alignment on BP_Holds_C_GetClimbingElementLocation"); \ +static_assert(sizeof(BP_Holds_C_GetClimbingElementLocation) == 0x000030, "Wrong size on BP_Holds_C_GetClimbingElementLocation"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementLocation, Location) == 0x000000, "Member 'BP_Holds_C_GetClimbingElementLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_Holds_C_GetClimbingElementLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetClimbingElementRotation \ +static_assert(alignof(BP_Holds_C_GetClimbingElementRotation) == 0x000008, "Wrong alignment on BP_Holds_C_GetClimbingElementRotation"); \ +static_assert(sizeof(BP_Holds_C_GetClimbingElementRotation) == 0x000030, "Wrong size on BP_Holds_C_GetClimbingElementRotation"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementRotation, Rotation) == 0x000000, "Member 'BP_Holds_C_GetClimbingElementRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetClimbingElementRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000018, "Member 'BP_Holds_C_GetClimbingElementRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetInteractionPromptParams \ +static_assert(alignof(BP_Holds_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_Holds_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_Holds_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_Holds_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_Holds_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_Holds_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_IsEntryOrExit \ +static_assert(alignof(BP_Holds_C_IsEntryOrExit) == 0x000001, "Wrong alignment on BP_Holds_C_IsEntryOrExit"); \ +static_assert(sizeof(BP_Holds_C_IsEntryOrExit) == 0x000002, "Wrong size on BP_Holds_C_IsEntryOrExit"); \ +static_assert(offsetof(BP_Holds_C_IsEntryOrExit, ReturnValue) == 0x000000, "Member 'BP_Holds_C_IsEntryOrExit::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsEntryOrExit, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BP_Holds_C_IsEntryOrExit::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_IsInteractionAvailable \ +static_assert(alignof(BP_Holds_C_IsInteractionAvailable) == 0x000008, "Wrong alignment on BP_Holds_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_Holds_C_IsInteractionAvailable) == 0x000020, "Wrong size on BP_Holds_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_Holds_C_IsInteractionAvailable::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Holds_C_IsInteractionAvailable::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Holds_C_IsInteractionAvailable::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_Holds_C_IsInteractionAvailable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_Holds_C_IsInteractionAvailable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionAvailable, CallFunc_CanUseClimbingElement_CanClimb) == 0x00001A, "Member 'BP_Holds_C_IsInteractionAvailable::CallFunc_CanUseClimbingElement_CanClimb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_IsInteractionDone \ +static_assert(alignof(BP_Holds_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_Holds_C_IsInteractionDone"); \ +static_assert(sizeof(BP_Holds_C_IsInteractionDone) == 0x000001, "Wrong size on BP_Holds_C_IsInteractionDone"); \ +static_assert(offsetof(BP_Holds_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_Holds_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt \ +static_assert(alignof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt) == 0x000008, "Wrong alignment on BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt"); \ +static_assert(sizeof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt) == 0x000038, "Wrong size on BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, Holds) == 0x000000, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::Holds' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, LinkedHold) == 0x000010, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::LinkedHold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_Holds_C_LinkToFirstClimbingElementAndRemoveIt::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_Holds_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_Holds_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_Holds_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_Holds_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_Holds_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_Holds_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_OnInteractionRequested \ +static_assert(alignof(BP_Holds_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_Holds_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_Holds_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_Holds_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_Holds_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_Holds_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_Holds_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_Holds_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_Holds_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_Holds_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_Holds_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_Holds_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_Holds_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_OnTriggerBeginOverlap \ +static_assert(alignof(BP_Holds_C_OnTriggerBeginOverlap) == 0x000008, "Wrong alignment on BP_Holds_C_OnTriggerBeginOverlap"); \ +static_assert(sizeof(BP_Holds_C_OnTriggerBeginOverlap) == 0x000140, "Wrong size on BP_Holds_C_OnTriggerBeginOverlap"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BP_Holds_C_OnTriggerBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, OtherActor) == 0x000008, "Member 'BP_Holds_C_OnTriggerBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, OtherComp) == 0x000010, "Member 'BP_Holds_C_OnTriggerBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_Holds_C_OnTriggerBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, bFromSweep) == 0x00001C, "Member 'BP_Holds_C_OnTriggerBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, SweepResult) == 0x000020, "Member 'BP_Holds_C_OnTriggerBeginOverlap::SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, CallFunc_GetInteractionSystem_ReturnValue) == 0x000118, "Member 'BP_Holds_C_OnTriggerBeginOverlap::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000120, "Member 'BP_Holds_C_OnTriggerBeginOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000128, "Member 'BP_Holds_C_OnTriggerBeginOverlap::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerBeginOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000138, "Member 'BP_Holds_C_OnTriggerBeginOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_OnTriggerEndOverlap \ +static_assert(alignof(BP_Holds_C_OnTriggerEndOverlap) == 0x000008, "Wrong alignment on BP_Holds_C_OnTriggerEndOverlap"); \ +static_assert(sizeof(BP_Holds_C_OnTriggerEndOverlap) == 0x000048, "Wrong size on BP_Holds_C_OnTriggerEndOverlap"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, OverlappedComponent) == 0x000000, "Member 'BP_Holds_C_OnTriggerEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, OtherActor) == 0x000008, "Member 'BP_Holds_C_OnTriggerEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, OtherComp) == 0x000010, "Member 'BP_Holds_C_OnTriggerEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BP_Holds_C_OnTriggerEndOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, CallFunc_GetInteractionSystem_ReturnValue) == 0x000020, "Member 'BP_Holds_C_OnTriggerEndOverlap::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, CallFunc_GetPlayerPawn_ReturnValue) == 0x000028, "Member 'BP_Holds_C_OnTriggerEndOverlap::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000030, "Member 'BP_Holds_C_OnTriggerEndOverlap::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_OnTriggerEndOverlap, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'BP_Holds_C_OnTriggerEndOverlap::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_ProjectLocationsOnCameraPlane \ +static_assert(alignof(BP_Holds_C_ProjectLocationsOnCameraPlane) == 0x000008, "Wrong alignment on BP_Holds_C_ProjectLocationsOnCameraPlane"); \ +static_assert(sizeof(BP_Holds_C_ProjectLocationsOnCameraPlane) == 0x0000C8, "Wrong size on BP_Holds_C_ProjectLocationsOnCameraPlane"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, HoldToEvaluate) == 0x000000, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::HoldToEvaluate' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CameraForward) == 0x000008, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CameraForward' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CameraLocation) == 0x000020, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, HoldToEvaluateLocation) == 0x000038, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::HoldToEvaluateLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CurrentLocation) == 0x000050, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000080, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CallFunc_ProjectPointOnToPlane_ReturnValue) == 0x000098, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CallFunc_ProjectPointOnToPlane_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_ProjectLocationsOnCameraPlane, CallFunc_ProjectPointOnToPlane_ReturnValue_1) == 0x0000B0, "Member 'BP_Holds_C_ProjectLocationsOnCameraPlane::CallFunc_ProjectPointOnToPlane_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_ReceiveEndPlay \ +static_assert(alignof(BP_Holds_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Holds_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Holds_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Holds_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Holds_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Holds_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_Holds_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_Holds_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_Holds_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BP_Holds_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_Holds_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_Holds_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_SortClimbingElementByDistance \ +static_assert(alignof(BP_Holds_C_SortClimbingElementByDistance) == 0x000008, "Wrong alignment on BP_Holds_C_SortClimbingElementByDistance"); \ +static_assert(sizeof(BP_Holds_C_SortClimbingElementByDistance) == 0x000148, "Wrong size on BP_Holds_C_SortClimbingElementByDistance"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Hold) == 0x000000, "Member 'BP_Holds_C_SortClimbingElementByDistance::Hold' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Array) == 0x000008, "Member 'BP_Holds_C_SortClimbingElementByDistance::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, SortedArray) == 0x000018, "Member 'BP_Holds_C_SortClimbingElementByDistance::SortedArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_LastIndex_ReturnValue) == 0x000028, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_wildcard_Original_index_Variable) == 0x000048, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_int_NextIndex_Variable) == 0x000058, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_wildcard_RemapTable_Variable) == 0x000060, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Remap_ResultArray) == 0x0000B8, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_real_Variable) == 0x0000C8, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_wildcard_Result_array_Variable) == 0x0000D8, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Greater_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x0000F0, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_MinOfFloatArray_MinValue) == 0x0000F4, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, Temp_int_Variable) == 0x0000FC, "Member 'BP_Holds_C_SortClimbingElementByDistance::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Add_ReturnValue_1) == 0x000104, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000108, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000120, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000128, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Array_Add_ReturnValue_2) == 0x000130, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_Add_IntInt_ReturnValue_1) == 0x000134, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_SortClimbingElementByDistance, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000138, "Member 'BP_Holds_C_SortClimbingElementByDistance::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_UpdateDebugDisplay \ +static_assert(alignof(BP_Holds_C_UpdateDebugDisplay) == 0x000008, "Wrong alignment on BP_Holds_C_UpdateDebugDisplay"); \ +static_assert(sizeof(BP_Holds_C_UpdateDebugDisplay) == 0x000060, "Wrong size on BP_Holds_C_UpdateDebugDisplay"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_Holds_C_UpdateDebugDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Holds_C_UpdateDebugDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_Holds_C_UpdateDebugDisplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_IsPackagedBuild_ReturnValue) == 0x000014, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_IsEntryOrExit_ReturnValue) == 0x000015, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_IsEntryOrExit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_Holds_C_UpdateDebugDisplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_CreateDistanceTextComponentFromActors_TextRenderComponent) == 0x000030, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_CreateDistanceTextComponentFromActors_TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_AddUnique_ReturnValue) == 0x00003C, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_CreateArrowComponentFromActors_ArrowComponent) == 0x000040, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_CreateArrowComponentFromActors_ArrowComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000048, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateDebugDisplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_Holds_C_UpdateDebugDisplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_UpdateEntryExitDefaultLocation \ +static_assert(alignof(BP_Holds_C_UpdateEntryExitDefaultLocation) == 0x000008, "Wrong alignment on BP_Holds_C_UpdateEntryExitDefaultLocation"); \ +static_assert(sizeof(BP_Holds_C_UpdateEntryExitDefaultLocation) == 0x000228, "Wrong size on BP_Holds_C_UpdateEntryExitDefaultLocation"); \ +static_assert(offsetof(BP_Holds_C_UpdateEntryExitDefaultLocation, CallFunc_MakeVector_ReturnValue) == 0x000000, "Member 'BP_Holds_C_UpdateEntryExitDefaultLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateEntryExitDefaultLocation, CallFunc_MakeVector_ReturnValue_1) == 0x000018, "Member 'BP_Holds_C_UpdateEntryExitDefaultLocation::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateEntryExitDefaultLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000030, "Member 'BP_Holds_C_UpdateEntryExitDefaultLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateEntryExitDefaultLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000128, "Member 'BP_Holds_C_UpdateEntryExitDefaultLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_UpdateEntryExitDefaultLocation, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x000220, "Member 'BP_Holds_C_UpdateEntryExitDefaultLocation::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_Holds_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_Holds_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_Holds_C_GetInteractionFeedbackLocation) == 0x000030, "Wrong size on BP_Holds_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_Holds_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_Holds_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetInteractionFeedbackLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Holds_C_GetInteractionFeedbackLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Holds_C_GetInteractionLocation \ +static_assert(alignof(BP_Holds_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_Holds_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_Holds_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_Holds_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_Holds_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_Holds_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Holds_C_GetInteractionLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Holds_C_GetInteractionLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Holds_C \ +static_assert(alignof(ABP_Holds_C) == 0x000008, "Wrong alignment on ABP_Holds_C"); \ +static_assert(sizeof(ABP_Holds_C) == 0x000358, "Wrong size on ABP_Holds_C"); \ +static_assert(offsetof(ABP_Holds_C, UberGraphFrame) == 0x000290, "Member 'ABP_Holds_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, CharacterLocation) == 0x000298, "Member 'ABP_Holds_C::CharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, InteractionTrigger_Sphere) == 0x0002A0, "Member 'ABP_Holds_C::InteractionTrigger_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, Arrow) == 0x0002A8, "Member 'ABP_Holds_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, EnterExitLocation) == 0x0002B0, "Member 'ABP_Holds_C::EnterExitLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, Mesh_Climb) == 0x0002B8, "Member 'ABP_Holds_C::Mesh_Climb' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, Scene) == 0x0002C0, "Member 'ABP_Holds_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, LinkedHolds) == 0x0002C8, "Member 'ABP_Holds_C::LinkedHolds' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, IsTopHold) == 0x0002D8, "Member 'ABP_Holds_C::IsTopHold' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, IsBottomHold) == 0x0002D9, "Member 'ABP_Holds_C::IsBottomHold' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, DebugComponents) == 0x0002E0, "Member 'ABP_Holds_C::DebugComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, PossibleMeshes) == 0x0002F0, "Member 'ABP_Holds_C::PossibleMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, RandomlyRotateHolds) == 0x000300, "Member 'ABP_Holds_C::RandomlyRotateHolds' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, Meshscale) == 0x000308, "Member 'ABP_Holds_C::Meshscale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, Seed) == 0x000320, "Member 'ABP_Holds_C::Seed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, InteractionPromptParams) == 0x000328, "Member 'ABP_Holds_C::InteractionPromptParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, InteractorActor) == 0x000340, "Member 'ABP_Holds_C::InteractorActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, MinimumDistanceBetweenHolds) == 0x000348, "Member 'ABP_Holds_C::MinimumDistanceBetweenHolds' has a wrong offset!"); \ +static_assert(offsetof(ABP_Holds_C, MaximumDistanceBetweenHolds) == 0x000350, "Member 'ABP_Holds_C::MaximumDistanceBetweenHolds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans1_Battle_C \ +static_assert(alignof(UCTS_NSans1_Battle_C) == 0x000010, "Wrong alignment on UCTS_NSans1_Battle_C"); \ +static_assert(sizeof(UCTS_NSans1_Battle_C) == 0x0001B0, "Wrong size on UCTS_NSans1_Battle_C"); \ + +#define DUMPER7_ASSERTS_FS_LootTableEntry \ +static_assert(alignof(FS_LootTableEntry) == 0x000004, "Wrong alignment on FS_LootTableEntry"); \ +static_assert(sizeof(FS_LootTableEntry) == 0x000010, "Wrong size on FS_LootTableEntry"); \ +static_assert(offsetof(FS_LootTableEntry, ItemID_7_8AE2C1FA4D5144FF4549F59430C1FC3A) == 0x000000, "Member 'FS_LootTableEntry::ItemID_7_8AE2C1FA4D5144FF4549F59430C1FC3A' has a wrong offset!"); \ +static_assert(offsetof(FS_LootTableEntry, Weight_2_748348484D98C53FEC988399AA400A74) == 0x000008, "Member 'FS_LootTableEntry::Weight_2_748348484D98C53FEC988399AA400A74' has a wrong offset!"); \ +static_assert(offsetof(FS_LootTableEntry, Quantity_4_E9AC4373432C806BD7F0B4BE05A1303D) == 0x00000C, "Member 'FS_LootTableEntry::Quantity_4_E9AC4373432C806BD7F0B4BE05A1303D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_LootTableSection \ +static_assert(alignof(FS_LootTableSection) == 0x000008, "Wrong alignment on FS_LootTableSection"); \ +static_assert(sizeof(FS_LootTableSection) == 0x000020, "Wrong size on FS_LootTableSection"); \ +static_assert(offsetof(FS_LootTableSection, LevelRangeMin_4_B29308774CD00C1A52F8D79BA86F477B) == 0x000000, "Member 'FS_LootTableSection::LevelRangeMin_4_B29308774CD00C1A52F8D79BA86F477B' has a wrong offset!"); \ +static_assert(offsetof(FS_LootTableSection, LevelRangeMax_5_F72AF1DC4BF48572B21360B7ADC22C17) == 0x000004, "Member 'FS_LootTableSection::LevelRangeMax_5_F72AF1DC4BF48572B21360B7ADC22C17' has a wrong offset!"); \ +static_assert(offsetof(FS_LootTableSection, ChancePercent_10_D60438D64925BB0788FBFCB605B0518A) == 0x000008, "Member 'FS_LootTableSection::ChancePercent_10_D60438D64925BB0788FBFCB605B0518A' has a wrong offset!"); \ +static_assert(offsetof(FS_LootTableSection, LootEntries_14_4A650E0F4C998FBA66B50DAEE60C253A) == 0x000010, "Member 'FS_LootTableSection::LootEntries_14_4A650E0F4C998FBA66B50DAEE60C253A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_PersistentStateFromGI_C_LoadStateFromGI \ +static_assert(alignof(BPI_PersistentStateFromGI_C_LoadStateFromGI) == 0x000008, "Wrong alignment on BPI_PersistentStateFromGI_C_LoadStateFromGI"); \ +static_assert(sizeof(BPI_PersistentStateFromGI_C_LoadStateFromGI) == 0x000008, "Wrong size on BPI_PersistentStateFromGI_C_LoadStateFromGI"); \ +static_assert(offsetof(BPI_PersistentStateFromGI_C_LoadStateFromGI, GameInstance) == 0x000000, "Member 'BPI_PersistentStateFromGI_C_LoadStateFromGI::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_PersistentStateFromGI_C \ +static_assert(alignof(IBPI_PersistentStateFromGI_C) == 0x000001, "Wrong alignment on IBPI_PersistentStateFromGI_C"); \ +static_assert(sizeof(IBPI_PersistentStateFromGI_C) == 0x000001, "Wrong size on IBPI_PersistentStateFromGI_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry \ +static_assert(alignof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry) == 0x000008, "Wrong alignment on WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry"); \ +static_assert(sizeof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry) == 0x000370, "Wrong size on WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, EntryPoint) == 0x000000, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CustomEvent_Loaded_1) == 0x000008, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_object_Variable) == 0x000020, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_AsTexture_2D) == 0x000028, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CustomEvent_Loaded) == 0x000038, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_object_Variable_1) == 0x000040, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_AsTexture_2D_1) == 0x000048, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_bool_Variable) == 0x000051, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_bool_Variable_1) == 0x000052, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_byte_Variable) == 0x000053, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, Temp_byte_Variable_1) == 0x000054, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_PlayAnimation_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_PlayAnimation_ReturnValue_2) == 0x000078, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CustomEvent_ItemDefinition) == 0x000080, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CustomEvent_ItemDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CustomEvent_ItemQuantity) == 0x0001B0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CustomEvent_ItemQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001B8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_PlayAnimation_ReturnValue_3) == 0x0001C0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_MakeStruct_FormatArgumentData) == 0x0001C8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000210, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000211, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_MakeStruct_FormatArgumentData_1) == 0x000218, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_MakeArray_Array) == 0x000260, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_PlayAnimation_ReturnValue_4) == 0x000270, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_Format_ReturnValue) == 0x000278, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_MakeStruct_SlateColor) == 0x000288, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetPlayerPawn_ReturnValue) == 0x0002A0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0002A8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002B0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_CustomEvent_GeneratedItem) == 0x0002C0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_CustomEvent_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetItemQuantity_Quantity) == 0x0002C8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetItemQuantity_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x0002D0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_DynamicCast_bSuccess_2) == 0x0002D8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_Conv_IntToText_ReturnValue) == 0x0002E0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetPreviousLevel_CurrentLevel) == 0x0002F0, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetPreviousLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetCurrentLevel_CurrentLevel) == 0x0002F4, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetCurrentLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x0002F8, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetWeaponQualityForUpgradeLevel_Quality_1) == 0x0002F9, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetWeaponQualityForUpgradeLevel_Quality_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_IsUpgrade_ReturnValue) == 0x0002FA, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_IsUpgrade_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetItemQualityColor_ReturnValue) == 0x0002FC, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_ShouldShowQuantity_ReturnValue) == 0x00030C, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_ShouldShowQuantity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetItemType_ReturnValue) == 0x00030D, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00030E, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_Select_Default) == 0x00030F, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000310, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetItemDisplayText_ReturnValue) == 0x000318, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, CallFunc_GetItemIcon_ReturnValue) == 0x000328, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::CallFunc_GetItemIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_Select_Default_1) == 0x000350, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry, K2Node_MakeStruct_SlateColor_1) == 0x000358, "Member 'WBP_HUD_LootEntry_C_ExecuteUbergraph_WBP_HUD_LootEntry::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootEntry_C_LoadGeneratedItemInfo \ +static_assert(alignof(WBP_HUD_LootEntry_C_LoadGeneratedItemInfo) == 0x000008, "Wrong alignment on WBP_HUD_LootEntry_C_LoadGeneratedItemInfo"); \ +static_assert(sizeof(WBP_HUD_LootEntry_C_LoadGeneratedItemInfo) == 0x000008, "Wrong size on WBP_HUD_LootEntry_C_LoadGeneratedItemInfo"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_LoadGeneratedItemInfo, GeneratedItem) == 0x000000, "Member 'WBP_HUD_LootEntry_C_LoadGeneratedItemInfo::GeneratedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootEntry_C_LoadItemInfo \ +static_assert(alignof(WBP_HUD_LootEntry_C_LoadItemInfo) == 0x000008, "Wrong alignment on WBP_HUD_LootEntry_C_LoadItemInfo"); \ +static_assert(sizeof(WBP_HUD_LootEntry_C_LoadItemInfo) == 0x000138, "Wrong size on WBP_HUD_LootEntry_C_LoadItemInfo"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_LoadItemInfo, ItemDefinition) == 0x000000, "Member 'WBP_HUD_LootEntry_C_LoadItemInfo::ItemDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_LoadItemInfo, ItemQuantity) == 0x000130, "Member 'WBP_HUD_LootEntry_C_LoadItemInfo::ItemQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F \ +static_assert(alignof(WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F) == 0x000008, "Wrong alignment on WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F"); \ +static_assert(sizeof(WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F) == 0x000008, "Wrong size on WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F, Loaded) == 0x000000, "Member 'WBP_HUD_LootEntry_C_OnLoaded_8E5C5A044B17B50EA0A0DEBFE9D6479F::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D \ +static_assert(alignof(WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D) == 0x000008, "Wrong alignment on WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D"); \ +static_assert(sizeof(WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D) == 0x000008, "Wrong size on WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D"); \ +static_assert(offsetof(WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D, Loaded) == 0x000000, "Member 'WBP_HUD_LootEntry_C_OnLoaded_966BBD7B4084FEC0E84A98A58576955D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_LootEntry_C \ +static_assert(alignof(UWBP_HUD_LootEntry_C) == 0x000008, "Wrong alignment on UWBP_HUD_LootEntry_C"); \ +static_assert(sizeof(UWBP_HUD_LootEntry_C) == 0x0003E0, "Wrong size on UWBP_HUD_LootEntry_C"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_LootEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Anim_AppearWeapons) == 0x0002E8, "Member 'UWBP_HUD_LootEntry_C::Anim_AppearWeapons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Anim_Pictos_Desappear) == 0x0002F0, "Member 'UWBP_HUD_LootEntry_C::Anim_Pictos_Desappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Anim_AppearPictos) == 0x0002F8, "Member 'UWBP_HUD_LootEntry_C::Anim_AppearPictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Anim_AppearRegular) == 0x000300, "Member 'UWBP_HUD_LootEntry_C::Anim_AppearRegular' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Canvas_LootContainer) == 0x000308, "Member 'UWBP_HUD_LootEntry_C::Canvas_LootContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, HorizontalBox_QuantityContainer) == 0x000310, "Member 'UWBP_HUD_LootEntry_C::HorizontalBox_QuantityContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, HorizontalBox_Unlock) == 0x000318, "Member 'UWBP_HUD_LootEntry_C::HorizontalBox_Unlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, HorizontalBox_Upgrade) == 0x000320, "Member 'UWBP_HUD_LootEntry_C::HorizontalBox_Upgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_Background_Center) == 0x000328, "Member 'UWBP_HUD_LootEntry_C::Image_Background_Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_BackgroundLeft) == 0x000330, "Member 'UWBP_HUD_LootEntry_C::Image_BackgroundLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_BackgroundRight) == 0x000338, "Member 'UWBP_HUD_LootEntry_C::Image_BackgroundRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_ColorAppear) == 0x000340, "Member 'UWBP_HUD_LootEntry_C::Image_ColorAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_Flash) == 0x000348, "Member 'UWBP_HUD_LootEntry_C::Image_Flash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_Flash_paint) == 0x000350, "Member 'UWBP_HUD_LootEntry_C::Image_Flash_paint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_Flash_Spike) == 0x000358, "Member 'UWBP_HUD_LootEntry_C::Image_Flash_Spike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_LootIcon) == 0x000360, "Member 'UWBP_HUD_LootEntry_C::Image_LootIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_LootIcon_Stone) == 0x000368, "Member 'UWBP_HUD_LootEntry_C::Image_LootIcon_Stone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_TextureLeft) == 0x000370, "Member 'UWBP_HUD_LootEntry_C::Image_TextureLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Image_TextureRight) == 0x000378, "Member 'UWBP_HUD_LootEntry_C::Image_TextureRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Text_LootName) == 0x000380, "Member 'UWBP_HUD_LootEntry_C::Text_LootName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Text_LootName_1) == 0x000388, "Member 'UWBP_HUD_LootEntry_C::Text_LootName_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, Text_LootQuantity) == 0x000390, "Member 'UWBP_HUD_LootEntry_C::Text_LootQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, WBP_WeaponLevel_Next) == 0x000398, "Member 'UWBP_HUD_LootEntry_C::WBP_WeaponLevel_Next' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, WBP_WeaponLevel_Previous) == 0x0003A0, "Member 'UWBP_HUD_LootEntry_C::WBP_WeaponLevel_Previous' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, WBP_WeaponLevel_Unlock) == 0x0003A8, "Member 'UWBP_HUD_LootEntry_C::WBP_WeaponLevel_Unlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, WidgetSwitcher_ItemLevel) == 0x0003B0, "Member 'UWBP_HUD_LootEntry_C::WidgetSwitcher_ItemLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, SD_RegularLoot) == 0x0003B8, "Member 'UWBP_HUD_LootEntry_C::SD_RegularLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, SD_WeaponLoot) == 0x0003C0, "Member 'UWBP_HUD_LootEntry_C::SD_WeaponLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, SD_PictosLoot) == 0x0003C8, "Member 'UWBP_HUD_LootEntry_C::SD_PictosLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootEntry_C, WeaponColorOverride) == 0x0003D0, "Member 'UWBP_HUD_LootEntry_C::WeaponColorOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFEnemyBattleAudioProfile \ +static_assert(alignof(FFEnemyBattleAudioProfile) == 0x000008, "Wrong alignment on FFEnemyBattleAudioProfile"); \ +static_assert(sizeof(FFEnemyBattleAudioProfile) == 0x000020, "Wrong size on FFEnemyBattleAudioProfile"); \ +static_assert(offsetof(FFEnemyBattleAudioProfile, DamageReceivedLight_3_ACC0A8B34658DFAA71C285BA78E5A48A) == 0x000000, "Member 'FFEnemyBattleAudioProfile::DamageReceivedLight_3_ACC0A8B34658DFAA71C285BA78E5A48A' has a wrong offset!"); \ +static_assert(offsetof(FFEnemyBattleAudioProfile, DamageReceivedMedium_5_6024CBBC46DEDE7C5302AE84232398BA) == 0x000008, "Member 'FFEnemyBattleAudioProfile::DamageReceivedMedium_5_6024CBBC46DEDE7C5302AE84232398BA' has a wrong offset!"); \ +static_assert(offsetof(FFEnemyBattleAudioProfile, DamageReceivedHeavy_7_9A66595245B16E5487DB4E894FF445FB) == 0x000010, "Member 'FFEnemyBattleAudioProfile::DamageReceivedHeavy_7_9A66595245B16E5487DB4E894FF445FB' has a wrong offset!"); \ +static_assert(offsetof(FFEnemyBattleAudioProfile, Death_9_7197439D4D846C79114318AF515C7AF7) == 0x000018, "Member 'FFEnemyBattleAudioProfile::Death_9_7197439D4D846C79114318AF515C7AF7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ChestLootTableSetup \ +static_assert(alignof(FS_ChestLootTableSetup) == 0x000008, "Wrong alignment on FS_ChestLootTableSetup"); \ +static_assert(sizeof(FS_ChestLootTableSetup) == 0x000028, "Wrong size on FS_ChestLootTableSetup"); \ +static_assert(offsetof(FS_ChestLootTableSetup, LootTableReferences_3_1312871B405CE8D81CA06F82CBED580A) == 0x000000, "Member 'FS_ChestLootTableSetup::LootTableReferences_3_1312871B405CE8D81CA06F82CBED580A' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestLootTableSetup, LootTableSections_11_515EC5834BCCB0B1CCE2CCBF6AE3879A) == 0x000010, "Member 'FS_ChestLootTableSetup::LootTableSections_11_515EC5834BCCB0B1CCE2CCBF6AE3879A' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestLootTableSetup, RollChanceMultipler_7_50A5794945EEBDFB81AD8A8A397F1488) == 0x000020, "Member 'FS_ChestLootTableSetup::RollChanceMultipler_7_50A5794945EEBDFB81AD8A8A397F1488' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GestralVariationComponent_C_GiveMeARandomGestral \ +static_assert(alignof(BP_GestralVariationComponent_C_GiveMeARandomGestral) == 0x000008, "Wrong alignment on BP_GestralVariationComponent_C_GiveMeARandomGestral"); \ +static_assert(sizeof(BP_GestralVariationComponent_C_GiveMeARandomGestral) == 0x000120, "Wrong size on BP_GestralVariationComponent_C_GiveMeARandomGestral"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeARandomGestral, ScaleMin_0) == 0x000000, "Member 'BP_GestralVariationComponent_C_GiveMeARandomGestral::ScaleMin_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeARandomGestral, ScaleMax_0) == 0x000008, "Member 'BP_GestralVariationComponent_C_GiveMeARandomGestral::ScaleMax_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeARandomGestral, ScaleVariationStruct) == 0x000010, "Member 'BP_GestralVariationComponent_C_GiveMeARandomGestral::ScaleVariationStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeARandomGestral, CallFunc_RandomizeScales_Output_Get) == 0x000098, "Member 'BP_GestralVariationComponent_C_GiveMeARandomGestral::CallFunc_RandomizeScales_Output_Get' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GestralVariationComponent_C_GiveMeAWTFGestral \ +static_assert(alignof(BP_GestralVariationComponent_C_GiveMeAWTFGestral) == 0x000008, "Wrong alignment on BP_GestralVariationComponent_C_GiveMeAWTFGestral"); \ +static_assert(sizeof(BP_GestralVariationComponent_C_GiveMeAWTFGestral) == 0x000110, "Wrong size on BP_GestralVariationComponent_C_GiveMeAWTFGestral"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeAWTFGestral, ScaleVariationStruct) == 0x000000, "Member 'BP_GestralVariationComponent_C_GiveMeAWTFGestral::ScaleVariationStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_GiveMeAWTFGestral, CallFunc_GiveMeARandomGestral_ScaleVariationStruct) == 0x000088, "Member 'BP_GestralVariationComponent_C_GiveMeAWTFGestral::CallFunc_GiveMeARandomGestral_ScaleVariationStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GestralVariationComponent_C_RandomizeHaircut \ +static_assert(alignof(BP_GestralVariationComponent_C_RandomizeHaircut) == 0x000008, "Wrong alignment on BP_GestralVariationComponent_C_RandomizeHaircut"); \ +static_assert(sizeof(BP_GestralVariationComponent_C_RandomizeHaircut) == 0x000080, "Wrong size on BP_GestralVariationComponent_C_RandomizeHaircut"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Array_Random_OutItem) == 0x000018, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_GetComponentsByTag_ReturnValue) == 0x000048, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000058, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, K2Node_DynamicCast_AsStatic_Mesh) == 0x000068, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_SetStaticMesh_ReturnValue) == 0x000078, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeHaircut, CallFunc_Less_IntInt_ReturnValue) == 0x000079, "Member 'BP_GestralVariationComponent_C_RandomizeHaircut::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GestralVariationComponent_C_RandomizeScales \ +static_assert(alignof(BP_GestralVariationComponent_C_RandomizeScales) == 0x000008, "Wrong alignment on BP_GestralVariationComponent_C_RandomizeScales"); \ +static_assert(sizeof(BP_GestralVariationComponent_C_RandomizeScales) == 0x0001A8, "Wrong size on BP_GestralVariationComponent_C_RandomizeScales"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, ScaleMin_0) == 0x000000, "Member 'BP_GestralVariationComponent_C_RandomizeScales::ScaleMin_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, ScaleMax_0) == 0x000008, "Member 'BP_GestralVariationComponent_C_RandomizeScales::ScaleMax_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, Output_Get) == 0x000010, "Member 'BP_GestralVariationComponent_C_RandomizeScales::Output_Get' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue) == 0x000098, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000A0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0000A8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0000B0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x0000B8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x0000C0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x0000C8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x0000D0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x0000D8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x0000E0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_10) == 0x0000E8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_11) == 0x0000F0, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_12) == 0x0000F8, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_13) == 0x000100, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_14) == 0x000108, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_15) == 0x000110, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, CallFunc_RandomFloatInRange_ReturnValue_16) == 0x000118, "Member 'BP_GestralVariationComponent_C_RandomizeScales::CallFunc_RandomFloatInRange_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RandomizeScales, K2Node_MakeStruct_S_GestralRandomScaleVariation) == 0x000120, "Member 'BP_GestralVariationComponent_C_RandomizeScales::K2Node_MakeStruct_S_GestralRandomScaleVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GestralVariationComponent_C_RefreshABP \ +static_assert(alignof(BP_GestralVariationComponent_C_RefreshABP) == 0x000008, "Wrong alignment on BP_GestralVariationComponent_C_RefreshABP"); \ +static_assert(sizeof(BP_GestralVariationComponent_C_RefreshABP) == 0x000020, "Wrong size on BP_GestralVariationComponent_C_RefreshABP"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RefreshABP, PreviousAnimClass) == 0x000000, "Member 'BP_GestralVariationComponent_C_RefreshABP::PreviousAnimClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RefreshABP, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_GestralVariationComponent_C_RefreshABP::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RefreshABP, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_GestralVariationComponent_C_RefreshABP::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GestralVariationComponent_C_RefreshABP, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GestralVariationComponent_C_RefreshABP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GestralVariationComponent_C \ +static_assert(alignof(UBP_GestralVariationComponent_C) == 0x000008, "Wrong alignment on UBP_GestralVariationComponent_C"); \ +static_assert(sizeof(UBP_GestralVariationComponent_C) == 0x000160, "Wrong size on UBP_GestralVariationComponent_C"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, GestralRandomVariationStructure) == 0x0000A0, "Member 'UBP_GestralVariationComponent_C::GestralRandomVariationStructure' has a wrong offset!"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, GestralHairCutList) == 0x000128, "Member 'UBP_GestralVariationComponent_C::GestralHairCutList' has a wrong offset!"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, ScaleMin) == 0x000138, "Member 'UBP_GestralVariationComponent_C::ScaleMin' has a wrong offset!"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, ScaleMax) == 0x000140, "Member 'UBP_GestralVariationComponent_C::ScaleMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, UVMaskScale) == 0x000148, "Member 'UBP_GestralVariationComponent_C::UVMaskScale' has a wrong offset!"); \ +static_assert(offsetof(UBP_GestralVariationComponent_C, GestralMaslAlphaList) == 0x000150, "Member 'UBP_GestralVariationComponent_C::GestralMaslAlphaList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Weapon_C_GetItemInstanceClass \ +static_assert(alignof(BP_DataAsset_Weapon_C_GetItemInstanceClass) == 0x000008, "Wrong alignment on BP_DataAsset_Weapon_C_GetItemInstanceClass"); \ +static_assert(sizeof(BP_DataAsset_Weapon_C_GetItemInstanceClass) == 0x000008, "Wrong size on BP_DataAsset_Weapon_C_GetItemInstanceClass"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetItemInstanceClass, ReturnValue) == 0x000000, "Member 'BP_DataAsset_Weapon_C_GetItemInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Weapon_C_InitGear \ +static_assert(alignof(BP_DataAsset_Weapon_C_InitGear) == 0x000008, "Wrong alignment on BP_DataAsset_Weapon_C_InitGear"); \ +static_assert(sizeof(BP_DataAsset_Weapon_C_InitGear) == 0x000008, "Wrong size on BP_DataAsset_Weapon_C_InitGear"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_InitGear, CharacterStats) == 0x000000, "Member 'BP_DataAsset_Weapon_C_InitGear::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Weapon_C_GetPowerForCharacter \ +static_assert(alignof(BP_DataAsset_Weapon_C_GetPowerForCharacter) == 0x000008, "Wrong alignment on BP_DataAsset_Weapon_C_GetPowerForCharacter"); \ +static_assert(sizeof(BP_DataAsset_Weapon_C_GetPowerForCharacter) == 0x0002F8, "Wrong size on BP_DataAsset_Weapon_C_GetPowerForCharacter"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CharacterData) == 0x000000, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, PhysicalPower) == 0x000008, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::PhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, MagicalPower) == 0x000010, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::MagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, local_scalingMagicalPower) == 0x000018, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::local_scalingMagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, local_scalingPhysicalPower) == 0x000020, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::local_scalingPhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_byte_Variable) == 0x000028, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_GetAssignedAttributePoints_Value) == 0x00002C, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_GetAssignedAttributePoints_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_GetAssignedAttributePoints_Value_1) == 0x000030, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_GetAssignedAttributePoints_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000038, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000040, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable) == 0x000048, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable_1) == 0x00004C, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable_2) == 0x000050, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable_3) == 0x000054, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable_4) == 0x000058, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_real_Variable_5) == 0x00005C, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000070, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000088, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000108, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000110, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000118, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000120, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000128, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000130, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000138, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000140, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000148, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000150, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Round_ReturnValue) == 0x000158, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000160, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x000168, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Round_ReturnValue_1) == 0x000170, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_5) == 0x000178, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Map_Keys_Keys) == 0x000180, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000190, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Array_Get_Item) == 0x000194, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000195, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000198, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Map_Find_Value) == 0x0001B8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Map_Find_ReturnValue) == 0x0001B9, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C0, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000208, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_Select_Default) == 0x00020C, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Map_Find_Value_1) == 0x000210, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Map_Find_ReturnValue_1) == 0x000214, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToDouble_ReturnValue_6) == 0x000218, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000220, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000228, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x000230, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeStruct_FormatArgumentData_3) == 0x000278, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x0002C0, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, K2Node_MakeArray_Array_1) == 0x0002C8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Format_ReturnValue_1) == 0x0002D8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x0002E8, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Weapon_C_GetPowerForCharacter, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0002F0, "Member 'BP_DataAsset_Weapon_C_GetPowerForCharacter::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Weapon_C \ +static_assert(alignof(UBP_DataAsset_Weapon_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Weapon_C"); \ +static_assert(sizeof(UBP_DataAsset_Weapon_C) == 0x000100, "Wrong size on UBP_DataAsset_Weapon_C"); \ +static_assert(offsetof(UBP_DataAsset_Weapon_C, AttributeScalings) == 0x000078, "Member 'UBP_DataAsset_Weapon_C::AttributeScalings' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Weapon_C, BasePhysicalPower) == 0x0000C8, "Member 'UBP_DataAsset_Weapon_C::BasePhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Weapon_C, BaseMagicalPower) == 0x0000D0, "Member 'UBP_DataAsset_Weapon_C::BaseMagicalPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Weapon_C, WeaponSkin) == 0x0000D8, "Member 'UBP_DataAsset_Weapon_C::WeaponSkin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GameFlowTransitionRequest \ +static_assert(alignof(FS_GameFlowTransitionRequest) == 0x000008, "Wrong alignment on FS_GameFlowTransitionRequest"); \ +static_assert(sizeof(FS_GameFlowTransitionRequest) == 0x000010, "Wrong size on FS_GameFlowTransitionRequest"); \ +static_assert(offsetof(FS_GameFlowTransitionRequest, TransitionType_2_AAD1248A4F7B147B0EF7D8A55451E307) == 0x000000, "Member 'FS_GameFlowTransitionRequest::TransitionType_2_AAD1248A4F7B147B0EF7D8A55451E307' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionRequest, FadeInDuration_16_104CA3C145E95B121A65A295B057D625) == 0x000008, "Member 'FS_GameFlowTransitionRequest::FadeInDuration_16_104CA3C145E95B121A65A295B057D625' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights \ +static_assert(alignof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights) == 0x000008, "Wrong alignment on BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights"); \ +static_assert(sizeof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights) == 0x000060, "Wrong size on BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, bNewHidden) == 0x000000, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::bNewHidden' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, K2Node_DynamicCast_AsSpot_Light) == 0x000050, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::K2Node_DynamicCast_AsSpot_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_Dialogue_Estelle_C_Estelle_HideMoodSpotlights::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle \ +static_assert(alignof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle) == 0x000008, "Wrong alignment on BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle"); \ +static_assert(sizeof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle) == 0x002348, "Wrong size on BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000219, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000220, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_1) == 0x000350, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000360, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue) == 0x000368, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue) == 0x000370, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_1) == 0x000378, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000380, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000388, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_2) == 0x000390, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000398, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0003A0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_2) == 0x0004D0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0004E0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_3) == 0x0004E8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0004F0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_4) == 0x0004F8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000500, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000508, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_5) == 0x000510, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000518, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000520, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_SwitchInteger_CmpSuccess) == 0x000521, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_6) == 0x000528, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000530, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000660, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_3) == 0x000668, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_7) == 0x000678, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000680, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000688, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_8) == 0x000690, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000698, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_9) == 0x0006A0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0006A8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x0006B0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0006B1, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_10) == 0x0006B8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0006C0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0006C8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_11) == 0x0006D0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_11) == 0x0006D8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_12) == 0x0006E0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0006E8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x0006F0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_13) == 0x0006F8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000700, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000708, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_14) == 0x000710, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000718, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_15) == 0x000720, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000728, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000730, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_16) == 0x000738, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_16) == 0x000740, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x000748, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_17) == 0x000750, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000758, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_17) == 0x000888, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_4) == 0x000890, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_18) == 0x0008A0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0008A8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0008B0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_19) == 0x0008B8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_5) == 0x0008C0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_19) == 0x0009F0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_5) == 0x0009F8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x000A08, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000A09, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000A10, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetPlayerController_ReturnValue_20) == 0x000B40, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetPlayerController_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_6) == 0x000B48, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetComponentByClass_ReturnValue_20) == 0x000B58, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetComponentByClass_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetDialogueStage_DialogueStage) == 0x000B60, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_SwitchInteger_CmpSuccess_1) == 0x000B64, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000B68, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_7) == 0x000B78, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000B88, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000B90, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_8) == 0x000CC0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetQuestSystem_QuestSystem) == 0x000CD0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_GetQuestSystem_QuestSystem_1) == 0x000CD8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000CE0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000CF0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000DB8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000EE8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_9) == 0x000FB0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000FC0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_10) == 0x0010F0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x001100, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_10) == 0x0011C8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x0012F8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_11) == 0x0013C0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_11) == 0x0013D0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_12) == 0x001500, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001510, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_12) == 0x0015D8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001708, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_13) == 0x0017D0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_13) == 0x0017E0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_14) == 0x001910, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001920, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_14) == 0x0019E8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001B18, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_15) == 0x001BE0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_15) == 0x001BF0, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_16) == 0x001D20, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001D30, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_16) == 0x001DF8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_17) == 0x001F28, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001F38, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x002000, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_17) == 0x0020C8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeStruct_FRichDialogueLine_18) == 0x0021F8, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeStruct_FRichDialogueLine_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_18) == 0x002328, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle, K2Node_MakeArray_Array_19) == 0x002338, "Member 'BP_Dialogue_Estelle_C_ExecuteUbergraph_BP_Dialogue_Estelle::K2Node_MakeArray_Array_19' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Estelle_C \ +static_assert(alignof(ABP_Dialogue_Estelle_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Estelle_C"); \ +static_assert(sizeof(ABP_Dialogue_Estelle_C) == 0x000350, "Wrong size on ABP_Dialogue_Estelle_C"); \ +static_assert(offsetof(ABP_Dialogue_Estelle_C, UberGraphFrame_BP_Dialogue_Estelle_C) == 0x000338, "Member 'ABP_Dialogue_Estelle_C::UberGraphFrame_BP_Dialogue_Estelle_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Estelle_C, MoodSpotlights) == 0x000340, "Member 'ABP_Dialogue_Estelle_C::MoodSpotlights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger) == 0x000008, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger) == 0x000028, "Wrong size on WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger, EntryPoint) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger, K2Node_CustomEvent_Widget) == 0x000008, "Member 'WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger, K2Node_CustomEvent_Animations) == 0x000010, "Member 'WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger::K2Node_CustomEvent_Animations' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000020, "Member 'WBP_Debug_UMG_AnimationDebugger_C_ExecuteUbergraph_WBP_Debug_UMG_AnimationDebugger::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget \ +static_assert(alignof(WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget) == 0x000008, "Wrong alignment on WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget"); \ +static_assert(sizeof(WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget) == 0x000018, "Wrong size on WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget, Widget) == 0x000000, "Member 'WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget, Animations) == 0x000008, "Member 'WBP_Debug_UMG_AnimationDebugger_C_RegisterWidget::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_UMG_AnimationDebugger_C \ +static_assert(alignof(UWBP_Debug_UMG_AnimationDebugger_C) == 0x000008, "Wrong alignment on UWBP_Debug_UMG_AnimationDebugger_C"); \ +static_assert(sizeof(UWBP_Debug_UMG_AnimationDebugger_C) == 0x0002F8, "Wrong size on UWBP_Debug_UMG_AnimationDebugger_C"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_UMG_AnimationDebugger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_C, DynamicEntryBox_57) == 0x0002E8, "Member 'UWBP_Debug_UMG_AnimationDebugger_C::DynamicEntryBox_57' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_UMG_AnimationDebugger_C, Image_BG) == 0x0002F0, "Member 'UWBP_Debug_UMG_AnimationDebugger_C::Image_BG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_DebugSaveGame_C \ +static_assert(alignof(UBP_DataAsset_DebugSaveGame_C) == 0x000008, "Wrong alignment on UBP_DataAsset_DebugSaveGame_C"); \ +static_assert(sizeof(UBP_DataAsset_DebugSaveGame_C) == 0x0001C8, "Wrong size on UBP_DataAsset_DebugSaveGame_C"); \ +static_assert(offsetof(UBP_DataAsset_DebugSaveGame_C, SaveData) == 0x000030, "Member 'UBP_DataAsset_DebugSaveGame_C::SaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_DebugSaveGame_C, PreviousSaveInChain) == 0x0001C0, "Member 'UBP_DataAsset_DebugSaveGame_C::PreviousSaveInChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger \ +static_assert(alignof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger) == 0x000008, "Wrong alignment on FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger"); \ +static_assert(sizeof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger) == 0x000028, "Wrong size on FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger"); \ +static_assert(offsetof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger, __WorldContext) == 0x000000, "Member 'FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger, ReturnValue) == 0x000008, "Member 'FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger, CallFunc_GetActorOfClass_ReturnValue) == 0x000010, "Member 'FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger, CallFunc_GetUMGDebuggerInstance_UMGDebuggerInstance) == 0x000018, "Member 'FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger::CallFunc_GetUMGDebuggerInstance_UMGDebuggerInstance' has a wrong offset!"); \ +static_assert(offsetof(FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'FL_Debug_UMGDebuggerHelper_C_DEBUG_GetUMGDebugger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_Debug_UMGDebuggerHelper_C \ +static_assert(alignof(UFL_Debug_UMGDebuggerHelper_C) == 0x000008, "Wrong alignment on UFL_Debug_UMGDebuggerHelper_C"); \ +static_assert(sizeof(UFL_Debug_UMGDebuggerHelper_C) == 0x000028, "Wrong size on UFL_Debug_UMGDebuggerHelper_C"); \ + +#define DUMPER7_ASSERTS_BP_CustomShapeExtruder_C_CheckForErrors \ +static_assert(alignof(BP_CustomShapeExtruder_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CustomShapeExtruder_C_CheckForErrors"); \ +static_assert(sizeof(BP_CustomShapeExtruder_C_CheckForErrors) == 0x000058, "Wrong size on BP_CustomShapeExtruder_C_CheckForErrors"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, CallFunc_GetColorOverrideMode_ReturnValue) == 0x000038, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::CallFunc_GetColorOverrideMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_CustomShapeExtruder_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CustomShapeExtruder_C_UserConstructionScript \ +static_assert(alignof(BP_CustomShapeExtruder_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CustomShapeExtruder_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CustomShapeExtruder_C_UserConstructionScript) == 0x000130, "Wrong size on BP_CustomShapeExtruder_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x000000, "Member 'BP_CustomShapeExtruder_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x000018, "Member 'BP_CustomShapeExtruder_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'BP_CustomShapeExtruder_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000034, "Member 'BP_CustomShapeExtruder_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CustomShapeExtruder_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000038, "Member 'BP_CustomShapeExtruder_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomShapeExtruder_C \ +static_assert(alignof(ABP_CustomShapeExtruder_C) == 0x000008, "Wrong alignment on ABP_CustomShapeExtruder_C"); \ +static_assert(sizeof(ABP_CustomShapeExtruder_C) == 0x0002B8, "Wrong size on ABP_CustomShapeExtruder_C"); \ +static_assert(offsetof(ABP_CustomShapeExtruder_C, Billboard_EditorOnly) == 0x000290, "Member 'ABP_CustomShapeExtruder_C::Billboard_EditorOnly' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomShapeExtruder_C, TriggerDynamicMesh) == 0x000298, "Member 'ABP_CustomShapeExtruder_C::TriggerDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomShapeExtruder_C, ConstructionSpline) == 0x0002A0, "Member 'ABP_CustomShapeExtruder_C::ConstructionSpline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomShapeExtruder_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_CustomShapeExtruder_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomShapeExtruder_C, TriggerShapeHeight) == 0x0002B0, "Member 'ABP_CustomShapeExtruder_C::TriggerShapeHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature) == 0x000001, "Wrong alignment on WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature) == 0x000001, "Wrong size on WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature, IsWaiting) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_Costume_Customization_K2Node_ComponentBoundEvent_0_OnWaitForPSOCaching__DelegateSignature::IsWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature) == 0x000001, "Wrong alignment on WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature) == 0x000001, "Wrong size on WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature, IsWaiting) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_BndEvt__WBP_Panel_CharacterCustomization_WBP_HairCut_Customization_K2Node_ComponentBoundEvent_1_OnWaitForPSOCaching__DelegateSignature::IsWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState, CharacterData_0) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState::CharacterData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_Panel_CharacterCustomization_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter, CharacterData_0) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_BPI_LoadCharacter::CharacterData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization) == 0x000008, "Wrong alignment on WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization) == 0x000050, "Wrong size on WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, EntryPoint) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000004, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_bool_Variable) == 0x000018, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000020, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue_1) == 0x000028, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_byte_Variable) == 0x000030, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_byte_Variable_1) == 0x000031, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_bool_Variable_1) == 0x000032, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_byte_Variable_2) == 0x000033, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, Temp_byte_Variable_3) == 0x000034, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000038, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_Event_CharacterData) == 0x000040, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_ComponentBoundEvent_IsWaiting_1) == 0x000048, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_ComponentBoundEvent_IsWaiting_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_Select_Default) == 0x000049, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_ComponentBoundEvent_IsWaiting) == 0x00004A, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_ComponentBoundEvent_IsWaiting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization, K2Node_Select_Default_1) == 0x00004B, "Member 'WBP_Panel_CharacterCustomization_C_ExecuteUbergraph_WBP_Panel_CharacterCustomization::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Panel_CharacterCustomization_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_CharacterCustomization_C \ +static_assert(alignof(UWBP_Panel_CharacterCustomization_C) == 0x000008, "Wrong alignment on UWBP_Panel_CharacterCustomization_C"); \ +static_assert(sizeof(UWBP_Panel_CharacterCustomization_C) == 0x000498, "Wrong size on UWBP_Panel_CharacterCustomization_C"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Panel_CharacterCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, CircularThrobber_42) == 0x000438, "Member 'UWBP_Panel_CharacterCustomization_C::CircularThrobber_42' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, Image_Center) == 0x000440, "Member 'UWBP_Panel_CharacterCustomization_C::Image_Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, Image_center_Square) == 0x000448, "Member 'UWBP_Panel_CharacterCustomization_C::Image_center_Square' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, Image_Square) == 0x000450, "Member 'UWBP_Panel_CharacterCustomization_C::Image_Square' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, ThobberPanel) == 0x000458, "Member 'UWBP_Panel_CharacterCustomization_C::ThobberPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, WBP_Costume_Customization) == 0x000460, "Member 'UWBP_Panel_CharacterCustomization_C::WBP_Costume_Customization' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, WBP_HairCut_Customization) == 0x000468, "Member 'UWBP_Panel_CharacterCustomization_C::WBP_HairCut_Customization' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, CharacterData) == 0x000470, "Member 'UWBP_Panel_CharacterCustomization_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, SD_OnActivated) == 0x000478, "Member 'UWBP_Panel_CharacterCustomization_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_CharacterCustomization_C, SD_OnDeactivated) == 0x000488, "Member 'UWBP_Panel_CharacterCustomization_C::SD_OnDeactivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Footsteps_C \ +static_assert(alignof(UBP_DataAsset_Footsteps_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Footsteps_C"); \ +static_assert(sizeof(UBP_DataAsset_Footsteps_C) == 0x000080, "Wrong size on UBP_DataAsset_Footsteps_C"); \ +static_assert(offsetof(UBP_DataAsset_Footsteps_C, Footsteps) == 0x000030, "Member 'UBP_DataAsset_Footsteps_C::Footsteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterToggle_C_SetToggleEnabled \ +static_assert(alignof(WBP_FilterToggle_C_SetToggleEnabled) == 0x000001, "Wrong alignment on WBP_FilterToggle_C_SetToggleEnabled"); \ +static_assert(sizeof(WBP_FilterToggle_C_SetToggleEnabled) == 0x000005, "Wrong size on WBP_FilterToggle_C_SetToggleEnabled"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleEnabled, IsEnabled) == 0x000000, "Member 'WBP_FilterToggle_C_SetToggleEnabled::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleEnabled, Temp_byte_Variable) == 0x000001, "Member 'WBP_FilterToggle_C_SetToggleEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleEnabled, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_FilterToggle_C_SetToggleEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleEnabled, Temp_bool_Variable) == 0x000003, "Member 'WBP_FilterToggle_C_SetToggleEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleEnabled, K2Node_Select_Default) == 0x000004, "Member 'WBP_FilterToggle_C_SetToggleEnabled::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterToggle_C_SetToggleActive \ +static_assert(alignof(WBP_FilterToggle_C_SetToggleActive) == 0x000004, "Wrong alignment on WBP_FilterToggle_C_SetToggleActive"); \ +static_assert(sizeof(WBP_FilterToggle_C_SetToggleActive) == 0x000034, "Wrong size on WBP_FilterToggle_C_SetToggleActive"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleActive, IsActive) == 0x000000, "Member 'WBP_FilterToggle_C_SetToggleActive::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleActive, Temp_bool_Variable) == 0x000001, "Member 'WBP_FilterToggle_C_SetToggleActive::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleActive, Temp_struct_Variable) == 0x000004, "Member 'WBP_FilterToggle_C_SetToggleActive::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleActive, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_FilterToggle_C_SetToggleActive::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_SetToggleActive, K2Node_Select_Default) == 0x000024, "Member 'WBP_FilterToggle_C_SetToggleActive::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_FilterToggle_C_BndEvt__WBP_FilterToggle_ToggleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle \ +static_assert(alignof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle) == 0x000008, "Wrong alignment on WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle"); \ +static_assert(sizeof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle) == 0x000170, "Wrong size on WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, EntryPoint) == 0x000000, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_bool_Variable) == 0x000004, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_struct_Variable) == 0x000008, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_byte_Variable) == 0x000029, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, K2Node_Select_Default) == 0x00002C, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, Temp_byte_Variable_1) == 0x00003C, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, K2Node_ComponentBoundEvent_Button) == 0x000040, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_GetCustomGI_ReturnValue) == 0x000050, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_GetUITransientData_UITransientData) == 0x000058, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_GetUITransientData_UITransientData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_Map_Find_Value) == 0x000148, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000168, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000169, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, CallFunc_BooleanOR_ReturnValue) == 0x00016A, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle, K2Node_Select_Default_1) == 0x00016B, "Member 'WBP_FilterToggle_C_ExecuteUbergraph_WBP_FilterToggle::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FilterToggle_C \ +static_assert(alignof(UWBP_FilterToggle_C) == 0x000008, "Wrong alignment on UWBP_FilterToggle_C"); \ +static_assert(sizeof(UWBP_FilterToggle_C) == 0x000340, "Wrong size on UWBP_FilterToggle_C"); \ +static_assert(offsetof(UWBP_FilterToggle_C, UberGraphFrame) == 0x000308, "Member 'UWBP_FilterToggle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, StateIcon) == 0x000310, "Member 'UWBP_FilterToggle_C::StateIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, ToggleButton) == 0x000318, "Member 'UWBP_FilterToggle_C::ToggleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, ToggleInputActionBinding) == 0x000320, "Member 'UWBP_FilterToggle_C::ToggleInputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, OnToggleActiveChanged) == 0x000328, "Member 'UWBP_FilterToggle_C::OnToggleActiveChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, Is_Active) == 0x000338, "Member 'UWBP_FilterToggle_C::Is_Active' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FilterToggle_C, DropdownIdentifier) == 0x000339, "Member 'UWBP_FilterToggle_C::DropdownIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_TutorialCardContentData \ +static_assert(alignof(FS_TutorialCardContentData) == 0x000008, "Wrong alignment on FS_TutorialCardContentData"); \ +static_assert(sizeof(FS_TutorialCardContentData) == 0x000058, "Wrong size on FS_TutorialCardContentData"); \ +static_assert(offsetof(FS_TutorialCardContentData, Title_2_4C516A0E45F6D53FB34BBE9F51E213CF) == 0x000000, "Member 'FS_TutorialCardContentData::Title_2_4C516A0E45F6D53FB34BBE9F51E213CF' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardContentData, Description_4_FE2E88D54D4A001F30E97FA5DBF4D3B7) == 0x000010, "Member 'FS_TutorialCardContentData::Description_4_FE2E88D54D4A001F30E97FA5DBF4D3B7' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardContentData, Media_19_94387612475E84B8D4305CA02DF2643F) == 0x000020, "Member 'FS_TutorialCardContentData::Media_19_94387612475E84B8D4305CA02DF2643F' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardContentData, MediaHeight_28_8F48BB9341775B10F1CF99B89781AC00) == 0x000048, "Member 'FS_TutorialCardContentData::MediaHeight_28_8F48BB9341775B10F1CF99B89781AC00' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardContentData, ShowInMenu_24_4493AFE04A548121812B3183CC748D29) == 0x000050, "Member 'FS_TutorialCardContentData::ShowInMenu_24_4493AFE04A548121812B3183CC748D29' has a wrong offset!"); \ +static_assert(offsetof(FS_TutorialCardContentData, AlwaysDisplayInMenu_25_A58D0FE849885DDCC0BBC8A9A0774416) == 0x000051, "Member 'FS_TutorialCardContentData::AlwaysDisplayInMenu_25_A58D0FE849885DDCC0BBC8A9A0774416' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CameraComponentConfig \ +static_assert(alignof(FS_CameraComponentConfig) == 0x000008, "Wrong alignment on FS_CameraComponentConfig"); \ +static_assert(sizeof(FS_CameraComponentConfig) == 0x000020, "Wrong size on FS_CameraComponentConfig"); \ +static_assert(offsetof(FS_CameraComponentConfig, RelativeLocation_2_E9B09643473B1411244FCBA83180DCFC) == 0x000000, "Member 'FS_CameraComponentConfig::RelativeLocation_2_E9B09643473B1411244FCBA83180DCFC' has a wrong offset!"); \ +static_assert(offsetof(FS_CameraComponentConfig, FieldOfView_5_C4EFE1AA4371E8716DB742A8DAF7042C) == 0x000018, "Member 'FS_CameraComponentConfig::FieldOfView_5_C4EFE1AA4371E8716DB742A8DAF7042C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CameraConfig \ +static_assert(alignof(FS_CameraConfig) == 0x000008, "Wrong alignment on FS_CameraConfig"); \ +static_assert(sizeof(FS_CameraConfig) == 0x000088, "Wrong size on FS_CameraConfig"); \ +static_assert(offsetof(FS_CameraConfig, CameraComponentConfig_27_5EE24731440A7D6DE1C0C2A412B33804) == 0x000000, "Member 'FS_CameraConfig::CameraComponentConfig_27_5EE24731440A7D6DE1C0C2A412B33804' has a wrong offset!"); \ +static_assert(offsetof(FS_CameraConfig, SpringArmComponentConfig_30_77A5C9924E3F2C90A4E3F0995D898263) == 0x000020, "Member 'FS_CameraConfig::SpringArmComponentConfig_30_77A5C9924E3F2C90A4E3F0995D898263' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_CameraConfig_C \ +static_assert(alignof(UBP_DataAsset_CameraConfig_C) == 0x000008, "Wrong alignment on UBP_DataAsset_CameraConfig_C"); \ +static_assert(sizeof(UBP_DataAsset_CameraConfig_C) == 0x0000B8, "Wrong size on UBP_DataAsset_CameraConfig_C"); \ +static_assert(offsetof(UBP_DataAsset_CameraConfig_C, CameraConfig) == 0x000030, "Member 'UBP_DataAsset_CameraConfig_C::CameraConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleSummaryStats \ +static_assert(alignof(FS_BattleSummaryStats) == 0x000008, "Wrong alignment on FS_BattleSummaryStats"); \ +static_assert(sizeof(FS_BattleSummaryStats) == 0x000028, "Wrong size on FS_BattleSummaryStats"); \ +static_assert(offsetof(FS_BattleSummaryStats, TotalTime_3_525502D1400DB63DB859449E48468253) == 0x000000, "Member 'FS_BattleSummaryStats::TotalTime_3_525502D1400DB63DB859449E48468253' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleSummaryStats, TotalReceivedDamagesByCharacters_6_86D902C64BFC735A4909DD9E5600DAD7) == 0x000008, "Member 'FS_BattleSummaryStats::TotalReceivedDamagesByCharacters_6_86D902C64BFC735A4909DD9E5600DAD7' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleSummaryStats, TotalReceivedDamagesByEnemies_9_CBB8126A4EABDA0B103B969348A96957) == 0x000010, "Member 'FS_BattleSummaryStats::TotalReceivedDamagesByEnemies_9_CBB8126A4EABDA0B103B969348A96957' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleSummaryStats, HighestReceivedDamagesByEnemies_12_1B5B23E44F11A50F7CF3DAAF88CB958F) == 0x000018, "Member 'FS_BattleSummaryStats::HighestReceivedDamagesByEnemies_12_1B5B23E44F11A50F7CF3DAAF88CB958F' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleSummaryStats, DodgeCount_15_34D24AA44FBB2D55DC0B22B7AD8C31E7) == 0x000020, "Member 'FS_BattleSummaryStats::DodgeCount_15_34D24AA44FBB2D55DC0B22B7AD8C31E7' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleSummaryStats, ParryCount_17_AA999C17478EE3191BB61BB69768A78D) == 0x000024, "Member 'FS_BattleSummaryStats::ParryCount_17_AA999C17478EE3191BB61BB69768A78D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_AddCameraConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_AddCameraConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_AddCameraConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_AddCameraConfig) == 0x000020, "Wrong size on BP_CameraConfigBlender_C_AddCameraConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_AddCameraConfig, CameraConfig) == 0x000000, "Member 'BP_CameraConfigBlender_C_AddCameraConfig::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_AddCameraConfig, TransitionParameters) == 0x000008, "Member 'BP_CameraConfigBlender_C_AddCameraConfig::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_AddCameraConfig, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_CameraConfigBlender_C_AddCameraConfig::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ApplyCameraConfigInstant \ +static_assert(alignof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_ApplyCameraConfigInstant"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant) == 0x000288, "Wrong size on BP_CameraConfigBlender_C_ApplyCameraConfigInstant"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, CameraConfig) == 0x000000, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000088, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000180, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast) == 0x000278, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::K2Node_VariableSet_CameraLagMaxDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, K2Node_VariableSet_CameraLagSpeed_ImplicitCast) == 0x00027C, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::K2Node_VariableSet_CameraLagSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x000280, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ApplyCameraConfigInstant, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000284, "Member 'BP_CameraConfigBlender_C_ApplyCameraConfigInstant::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig) == 0x000078, "Wrong size on BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, LerpValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::LerpValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, CameraComponentConfig) == 0x000008, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::CameraComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, CallFunc_GetLastCameraConfig_Output) == 0x000028, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::CallFunc_GetLastCameraConfig_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, CallFunc_VLerp_ReturnValue) == 0x000030, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, K2Node_MakeStruct_S_CameraComponentConfig) == 0x000050, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::K2Node_MakeStruct_S_CameraComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000070, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraComponentConfig::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ComputeLerpCameraConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_ComputeLerpCameraConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig) == 0x0001B0, "Wrong size on BP_CameraConfigBlender_C_ComputeLerpCameraConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, Temp_wildcard_Variable) == 0x000088, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, CallFunc_ComputeLerpValue_ReturnValue) == 0x00008C, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::CallFunc_ComputeLerpValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, CallFunc_ComputeLerpSpringArmComponentConfig_ReturnValue) == 0x000090, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::CallFunc_ComputeLerpSpringArmComponentConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, CallFunc_ComputeLerpCameraComponentConfig_CameraComponentConfig) == 0x0000F8, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::CallFunc_ComputeLerpCameraComponentConfig_CameraComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, K2Node_MakeStruct_S_CameraConfig) == 0x000118, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::K2Node_MakeStruct_S_CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, CallFunc_ComputeLerpCameraComponentConfig_LerpValue_ImplicitCast) == 0x0001A0, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::CallFunc_ComputeLerpCameraComponentConfig_LerpValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpCameraConfig, CallFunc_ComputeLerpSpringArmComponentConfig_LerpValue_ImplicitCast) == 0x0001A8, "Member 'BP_CameraConfigBlender_C_ComputeLerpCameraConfig::CallFunc_ComputeLerpSpringArmComponentConfig_LerpValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig) == 0x000150, "Wrong size on BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, LerpValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::LerpValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, ReturnValue) == 0x000008, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_GetLastCameraConfig_Output) == 0x000070, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_GetLastCameraConfig_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_ReturnValue) == 0x000078, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_ReturnValue_1) == 0x000090, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_ReturnValue_2) == 0x0000A8, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_Lerp_ReturnValue) == 0x0000C0, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_Lerp_ReturnValue_1) == 0x0000C8, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_Lerp_ReturnValue_2) == 0x0000D0, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, K2Node_MakeStruct_S_SpringArmComponentConfig) == 0x0000D8, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::K2Node_MakeStruct_S_SpringArmComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000140, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_Alpha_ImplicitCast_1) == 0x000144, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig, CallFunc_VLerp_Alpha_ImplicitCast_2) == 0x000148, "Member 'BP_CameraConfigBlender_C_ComputeLerpSpringArmComponentConfig::CallFunc_VLerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ComputeLerpValue \ +static_assert(alignof(BP_CameraConfigBlender_C_ComputeLerpValue) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_ComputeLerpValue"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ComputeLerpValue) == 0x000030, "Wrong size on BP_CameraConfigBlender_C_ComputeLerpValue"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, CallFunc_GetBlendAlpha_ReturnValue) == 0x000018, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::CallFunc_GetBlendAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000020, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ComputeLerpValue, CallFunc_GetBlendAlpha_Time_ImplicitCast) == 0x000028, "Member 'BP_CameraConfigBlender_C_ComputeLerpValue::CallFunc_GetBlendAlpha_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_DebugDrawCameraComponent \ +static_assert(alignof(BP_CameraConfigBlender_C_DebugDrawCameraComponent) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_DebugDrawCameraComponent"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_DebugDrawCameraComponent) == 0x0000D0, "Wrong size on BP_CameraConfigBlender_C_DebugDrawCameraComponent"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, CallFunc_Conv_VectorToString_ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawCameraComponent, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_CameraConfigBlender_C_DebugDrawCameraComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig) == 0x000288, "Wrong size on BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_VectorToString_ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x000010, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000030, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_VectorToString_ReturnValue_2) == 0x0000D0, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_VectorToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000128, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_4) == 0x000180, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001C8, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Conv_BoolToText_ReturnValue) == 0x000210, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeStruct_FormatArgumentData_6) == 0x000220, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, K2Node_MakeArray_Array) == 0x000268, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig, CallFunc_Format_ReturnValue) == 0x000278, "Member 'BP_CameraConfigBlender_C_DebugDrawSpringArmComponentConfig::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents \ +static_assert(alignof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents) == 0x0001B8, "Wrong size on BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, CameraConfig) == 0x000000, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_S_CameraComponentConfig) == 0x000088, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_S_CameraComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_S_SpringArmComponentConfig) == 0x0000A8, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_S_SpringArmComponentConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_S_CameraConfig) == 0x000110, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_S_CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_FieldOfView_5_C4EFE1AA4371E8716DB742A8DAF7042C_ImplicitCast) == 0x000198, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_FieldOfView_5_C4EFE1AA4371E8716DB742A8DAF7042C_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_TargetArmLength_14_76D67053435033948248BBB4FC60F60E_ImplicitCast) == 0x0001A0, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_TargetArmLength_14_76D67053435033948248BBB4FC60F60E_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_CameraLagSpeed_12_8EE7C82A454A47330FE7728AA4B59C9D_ImplicitCast) == 0x0001A8, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_CameraLagSpeed_12_8EE7C82A454A47330FE7728AA4B59C9D_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents, K2Node_MakeStruct_CameraLagMaxDistance_10_426F1EF9477DD9FFA74A8C8BA8DEA88B_ImplicitCast) == 0x0001B0, "Member 'BP_CameraConfigBlender_C_GetCurrentCameraConfigFromComponents::K2Node_MakeStruct_CameraLagMaxDistance_10_426F1EF9477DD9FFA74A8C8BA8DEA88B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_GetDebugString \ +static_assert(alignof(BP_CameraConfigBlender_C_GetDebugString) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_GetDebugString"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_GetDebugString) == 0x0001D0, "Wrong size on BP_CameraConfigBlender_C_GetDebugString"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, local_DebugString) == 0x000010, "Member 'BP_CameraConfigBlender_C_GetDebugString::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_CameraConfigBlender_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_CameraConfigBlender_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000060, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_CameraConfigBlender_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_CameraConfigBlender_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_CameraConfigBlender_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_2) == 0x000138, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000148, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_CameraConfigBlender_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, K2Node_MakeArray_Array_1) == 0x0001A0, "Member 'BP_CameraConfigBlender_C_GetDebugString::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x0001C0, "Member 'BP_CameraConfigBlender_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_GetLastCameraConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_GetLastCameraConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_GetLastCameraConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_GetLastCameraConfig) == 0x000018, "Wrong size on BP_CameraConfigBlender_C_GetLastCameraConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetLastCameraConfig, Output) == 0x000000, "Member 'BP_CameraConfigBlender_C_GetLastCameraConfig::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetLastCameraConfig, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'BP_CameraConfigBlender_C_GetLastCameraConfig::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_GetLastCameraConfig, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_CameraConfigBlender_C_GetLastCameraConfig::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_IsAppliedOnComponents \ +static_assert(alignof(BP_CameraConfigBlender_C_IsAppliedOnComponents) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_IsAppliedOnComponents"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_IsAppliedOnComponents) == 0x000018, "Wrong size on BP_CameraConfigBlender_C_IsAppliedOnComponents"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, CameraComponent_0) == 0x000000, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::CameraComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, SpringArmComponent_0) == 0x000008, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::SpringArmComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, IsApplied) == 0x000010, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::IsApplied' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000011, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000012, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsAppliedOnComponents, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_CameraConfigBlender_C_IsAppliedOnComponents::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_IsTransitionDone \ +static_assert(alignof(BP_CameraConfigBlender_C_IsTransitionDone) == 0x000001, "Wrong alignment on BP_CameraConfigBlender_C_IsTransitionDone"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_IsTransitionDone) == 0x000001, "Wrong size on BP_CameraConfigBlender_C_IsTransitionDone"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_IsTransitionDone, Done) == 0x000000, "Member 'BP_CameraConfigBlender_C_IsTransitionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_OnCameraConfigStackChanged \ +static_assert(alignof(BP_CameraConfigBlender_C_OnCameraConfigStackChanged) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_OnCameraConfigStackChanged"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_OnCameraConfigStackChanged) == 0x000098, "Wrong size on BP_CameraConfigBlender_C_OnCameraConfigStackChanged"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_OnCameraConfigStackChanged, TransitionParameters) == 0x000000, "Member 'BP_CameraConfigBlender_C_OnCameraConfigStackChanged::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_OnCameraConfigStackChanged, CallFunc_GetCurrentCameraConfigFromComponents_CameraConfig) == 0x000010, "Member 'BP_CameraConfigBlender_C_OnCameraConfigStackChanged::CallFunc_GetCurrentCameraConfigFromComponents_CameraConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_RemoveCameraConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_RemoveCameraConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_RemoveCameraConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_RemoveCameraConfig) == 0x000020, "Wrong size on BP_CameraConfigBlender_C_RemoveCameraConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_RemoveCameraConfig, CameraConfig) == 0x000000, "Member 'BP_CameraConfigBlender_C_RemoveCameraConfig::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_RemoveCameraConfig, TransitionParameters) == 0x000008, "Member 'BP_CameraConfigBlender_C_RemoveCameraConfig::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_RemoveCameraConfig, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'BP_CameraConfigBlender_C_RemoveCameraConfig::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_SetupCameraConfig \ +static_assert(alignof(BP_CameraConfigBlender_C_SetupCameraConfig) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_SetupCameraConfig"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_SetupCameraConfig) == 0x000020, "Wrong size on BP_CameraConfigBlender_C_SetupCameraConfig"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_SetupCameraConfig, CameraConfig) == 0x000000, "Member 'BP_CameraConfigBlender_C_SetupCameraConfig::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_SetupCameraConfig, TransitionParameters) == 0x000008, "Member 'BP_CameraConfigBlender_C_SetupCameraConfig::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_SetupCameraConfig, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_CameraConfigBlender_C_SetupCameraConfig::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_UpdateCameraConfigBlender \ +static_assert(alignof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_UpdateCameraConfigBlender"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender) == 0x000010, "Wrong size on BP_CameraConfigBlender_C_UpdateCameraConfigBlender"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender, DeltaSeconds) == 0x000000, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlender::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000008, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlender::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender, CallFunc_IsTransitionDone_Done) == 0x000009, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlender::CallFunc_IsTransitionDone_Done' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlender::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlender, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlender::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal \ +static_assert(alignof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal) == 0x000008, "Wrong alignment on BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal) == 0x0000B8, "Wrong size on BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, DeltaSeconds) == 0x000000, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_ComputeLerpCameraConfig_ReturnValue) == 0x000008, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_ComputeLerpCameraConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_FMin_ReturnValue) == 0x0000A0, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_FMin_B_ImplicitCast) == 0x0000A8, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_FMin_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x0000B0, "Member 'BP_CameraConfigBlender_C_UpdateCameraConfigBlenderInternal::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraConfigBlender_C_ValidateCameraConfigBlender \ +static_assert(alignof(BP_CameraConfigBlender_C_ValidateCameraConfigBlender) == 0x000001, "Wrong alignment on BP_CameraConfigBlender_C_ValidateCameraConfigBlender"); \ +static_assert(sizeof(BP_CameraConfigBlender_C_ValidateCameraConfigBlender) == 0x000002, "Wrong size on BP_CameraConfigBlender_C_ValidateCameraConfigBlender"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ValidateCameraConfigBlender, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CameraConfigBlender_C_ValidateCameraConfigBlender::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraConfigBlender_C_ValidateCameraConfigBlender, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_CameraConfigBlender_C_ValidateCameraConfigBlender::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraConfigBlender_C \ +static_assert(alignof(UBP_CameraConfigBlender_C) == 0x000008, "Wrong alignment on UBP_CameraConfigBlender_C"); \ +static_assert(sizeof(UBP_CameraConfigBlender_C) == 0x0000F0, "Wrong size on UBP_CameraConfigBlender_C"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, CameraComponent) == 0x000028, "Member 'UBP_CameraConfigBlender_C::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, SpringArmComponent) == 0x000030, "Member 'UBP_CameraConfigBlender_C::SpringArmComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, CameraConfigs) == 0x000038, "Member 'UBP_CameraConfigBlender_C::CameraConfigs' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, PreviousCameraConfig) == 0x000048, "Member 'UBP_CameraConfigBlender_C::PreviousCameraConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, AccumulatedDeltaTime) == 0x0000D0, "Member 'UBP_CameraConfigBlender_C::AccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, CurrentBlendParameters) == 0x0000D8, "Member 'UBP_CameraConfigBlender_C::CurrentBlendParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraConfigBlender_C, IsTransitionFinished) == 0x0000E8, "Member 'UBP_CameraConfigBlender_C::IsTransitionFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecorator_InputSet_C \ +static_assert(alignof(UDecorator_InputSet_C) == 0x000008, "Wrong alignment on UDecorator_InputSet_C"); \ +static_assert(sizeof(UDecorator_InputSet_C) == 0x000048, "Wrong size on UDecorator_InputSet_C"); \ + +#define DUMPER7_ASSERTS_FS_ChestFeedbackParameters \ +static_assert(alignof(FS_ChestFeedbackParameters) == 0x000008, "Wrong alignment on FS_ChestFeedbackParameters"); \ +static_assert(sizeof(FS_ChestFeedbackParameters) == 0x000068, "Wrong size on FS_ChestFeedbackParameters"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, ItemType_20_FDE67EEA4C60DB45C413E8BF19C3F900) == 0x000000, "Member 'FS_ChestFeedbackParameters::ItemType_20_FDE67EEA4C60DB45C413E8BF19C3F900' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, FXColor_4_863F4CE04C76F3EE8B2605A019D97AF8) == 0x000004, "Member 'FS_ChestFeedbackParameters::FXColor_4_863F4CE04C76F3EE8B2605A019D97AF8' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, MeshColor_10_FB6324DB46280E43594E20988E023F6F) == 0x000018, "Member 'FS_ChestFeedbackParameters::MeshColor_10_FB6324DB46280E43594E20988E023F6F' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, ForceFeedback_17_077C3FA044CDC8871B914988DA6167BC) == 0x000030, "Member 'FS_ChestFeedbackParameters::ForceFeedback_17_077C3FA044CDC8871B914988DA6167BC' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, Sound_14_425E5B7D44AD5C3A7A5D20A0DB0FEA58) == 0x000058, "Member 'FS_ChestFeedbackParameters::Sound_14_425E5B7D44AD5C3A7A5D20A0DB0FEA58' has a wrong offset!"); \ +static_assert(offsetof(FS_ChestFeedbackParameters, SoundLoop_23_090EA91243DB57FF90748CBF515DF067) == 0x000060, "Member 'FS_ChestFeedbackParameters::SoundLoop_23_090EA91243DB57FF90748CBF515DF067' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1First_RU_TitleOutline_C \ +static_assert(alignof(UCTS_H1First_RU_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H1First_RU_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H1First_RU_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H1First_RU_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling \ +static_assert(alignof(WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling) == 0x000004, "Wrong alignment on WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling"); \ +static_assert(sizeof(WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling) == 0x000008, "Wrong size on WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling, EntryPoint) == 0x000000, "Member 'WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_WeaponAttributeScaling_C_ExecuteUbergraph_WBP_WeaponAttributeScaling::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttributeScaling_C_PreConstruct \ +static_assert(alignof(WBP_WeaponAttributeScaling_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WeaponAttributeScaling_C_PreConstruct"); \ +static_assert(sizeof(WBP_WeaponAttributeScaling_C_PreConstruct) == 0x000001, "Wrong size on WBP_WeaponAttributeScaling_C_PreConstruct"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WeaponAttributeScaling_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttributeScaling_C_SetAttributeScaling \ +static_assert(alignof(WBP_WeaponAttributeScaling_C_SetAttributeScaling) == 0x000008, "Wrong alignment on WBP_WeaponAttributeScaling_C_SetAttributeScaling"); \ +static_assert(sizeof(WBP_WeaponAttributeScaling_C_SetAttributeScaling) == 0x000018, "Wrong size on WBP_WeaponAttributeScaling_C_SetAttributeScaling"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetAttributeScaling, InAttributeScaling) == 0x000000, "Member 'WBP_WeaponAttributeScaling_C_SetAttributeScaling::InAttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetAttributeScaling, CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue) == 0x000008, "Member 'WBP_WeaponAttributeScaling_C_SetAttributeScaling::CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttributeScaling_C_SetAttributeType \ +static_assert(alignof(WBP_WeaponAttributeScaling_C_SetAttributeType) == 0x000008, "Wrong alignment on WBP_WeaponAttributeScaling_C_SetAttributeType"); \ +static_assert(sizeof(WBP_WeaponAttributeScaling_C_SetAttributeType) == 0x000018, "Wrong size on WBP_WeaponAttributeScaling_C_SetAttributeType"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetAttributeType, InAttribute) == 0x000000, "Member 'WBP_WeaponAttributeScaling_C_SetAttributeType::InAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetAttributeType, CallFunc_GetAttributeDisplayName_ReturnValue) == 0x000008, "Member 'WBP_WeaponAttributeScaling_C_SetAttributeType::CallFunc_GetAttributeDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttributeScaling_C_SetPowerValue \ +static_assert(alignof(WBP_WeaponAttributeScaling_C_SetPowerValue) == 0x000008, "Wrong alignment on WBP_WeaponAttributeScaling_C_SetPowerValue"); \ +static_assert(sizeof(WBP_WeaponAttributeScaling_C_SetPowerValue) == 0x000090, "Wrong size on WBP_WeaponAttributeScaling_C_SetPowerValue"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, InPower) == 0x000000, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::InPower' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, Temp_byte_Variable) == 0x000004, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000005, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, Temp_bool_Variable) == 0x000070, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttributeScaling_C_SetPowerValue, K2Node_Select_Default) == 0x000088, "Member 'WBP_WeaponAttributeScaling_C_SetPowerValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponAttributeScaling_C \ +static_assert(alignof(UWBP_WeaponAttributeScaling_C) == 0x000008, "Wrong alignment on UWBP_WeaponAttributeScaling_C"); \ +static_assert(sizeof(UWBP_WeaponAttributeScaling_C) == 0x000330, "Wrong size on UWBP_WeaponAttributeScaling_C"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WeaponAttributeScaling_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, AttributeLabelText) == 0x000310, "Member 'UWBP_WeaponAttributeScaling_C::AttributeLabelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, AttributeScaling) == 0x000318, "Member 'UWBP_WeaponAttributeScaling_C::AttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, PowerValue) == 0x000320, "Member 'UWBP_WeaponAttributeScaling_C::PowerValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, AttributeType) == 0x000328, "Member 'UWBP_WeaponAttributeScaling_C::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttributeScaling_C, PreviewScaling) == 0x000329, "Member 'UWBP_WeaponAttributeScaling_C::PreviewScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H1First_RU_C \ +static_assert(alignof(UCTS_H1First_RU_C) == 0x000010, "Wrong alignment on UCTS_H1First_RU_C"); \ +static_assert(sizeof(UCTS_H1First_RU_C) == 0x0001B0, "Wrong size on UCTS_H1First_RU_C"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_JournalEntry_C_BndEvt__WBP_JournalEntry_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_JournalEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_JournalEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_JournalEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_JournalEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_JournalEntry_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_JournalEntry_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_JournalEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_JournalEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_JournalEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_JournalEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_JournalEntry_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_JournalEntry_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry \ +static_assert(alignof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry) == 0x000008, "Wrong alignment on WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry"); \ +static_assert(sizeof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry) == 0x0001D0, "Wrong size on WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, EntryPoint) == 0x000000, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_ListItemObject) == 0x000018, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_AsBP_Journal_View_Item) == 0x000020, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_AsBP_Journal_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_IsPlaying_bIsPlaying) == 0x000029, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_IsPlaying_bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetJournalVoiceOver_VoiceOver) == 0x000030, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetJournalVoiceOver_VoiceOver' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_IsOwned_IsOwned) == 0x000058, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_IsOwned_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000059, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_BooleanAND_ReturnValue) == 0x00005A, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_BooleanAND_ReturnValue_1) == 0x00005B, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_SelectFloat_ReturnValue) == 0x000060, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetJournalShortTitle_ShortText) == 0x000068, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetJournalShortTitle_ShortText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetJournalShortTitle_IsNumber) == 0x000078, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetJournalShortTitle_IsNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_InFocusEvent_1) == 0x00007C, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetListItemObject_ReturnValue) == 0x000088, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_AsBP_Journal_View_Item_1) == 0x000090, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_AsBP_Journal_View_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_bIsSelected) == 0x000099, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_bIsExpanded) == 0x00009A, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000A0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_ComponentBoundEvent_Button) == 0x0000A8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_InFocusEvent) == 0x0000B0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetSelected_ReturnValue) == 0x0000B8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetSelected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetListItemObject_ReturnValue_1) == 0x0000C0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetListItemObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetListItemObject_ReturnValue_2) == 0x0000C8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetListItemObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_AsBP_Journal_View_Item_2) == 0x0000D0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_AsBP_Journal_View_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_AsBP_Journal_View_Item_3) == 0x0000E0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_AsBP_Journal_View_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetJournalVoiceOver_VoiceOver_1) == 0x0000F0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetJournalVoiceOver_VoiceOver_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000118, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_CreateDelegate_OutputDelegate_1) == 0x00011C, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_IsDesignTime) == 0x00012C, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000130, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_PlayAnimationForward_ReturnValue) == 0x000138, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Event_Animation) == 0x000140, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_CreateDelegate_OutputDelegate_2) == 0x000148, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000158, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetSelected_ReturnValue_1) == 0x000160, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetSelected_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetListItemObject_ReturnValue_3) == 0x000168, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetListItemObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000170, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_AsBP_Journal_View_Item_4) == 0x000178, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_AsBP_Journal_View_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_DynamicCast_bSuccess_4) == 0x000180, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_CreateDelegate_OutputDelegate_3) == 0x000184, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, Temp_class_Variable) == 0x000198, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, Temp_class_Variable_1) == 0x0001A0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_Not_PreBool_ReturnValue) == 0x0001A8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, Temp_bool_Variable) == 0x0001A9, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001AC, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, K2Node_Select_Default) == 0x0001C0, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x0001C8, "Member 'WBP_JournalEntry_C_ExecuteUbergraph_WBP_JournalEntry::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_JournalEntry_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_JournalEntry_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_JournalEntry_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_JournalEntry_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_JournalEntry_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_OnAnimationFinished \ +static_assert(alignof(WBP_JournalEntry_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_JournalEntry_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_JournalEntry_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_JournalEntry_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_JournalEntry_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_OnCultureChangedCallback \ +static_assert(alignof(WBP_JournalEntry_C_OnCultureChangedCallback) == 0x000008, "Wrong alignment on WBP_JournalEntry_C_OnCultureChangedCallback"); \ +static_assert(sizeof(WBP_JournalEntry_C_OnCultureChangedCallback) == 0x000050, "Wrong size on WBP_JournalEntry_C_OnCultureChangedCallback"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, Temp_bool_Variable) == 0x000000, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, Temp_class_Variable) == 0x000008, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, Temp_class_Variable_1) == 0x000010, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, CallFunc_GetListItemObject_ReturnValue) == 0x000018, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, K2Node_DynamicCast_AsBP_Journal_View_Item) == 0x000020, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::K2Node_DynamicCast_AsBP_Journal_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, CallFunc_GetJournalShortTitle_ShortText) == 0x000030, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::CallFunc_GetJournalShortTitle_ShortText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, CallFunc_GetJournalShortTitle_IsNumber) == 0x000040, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::CallFunc_GetJournalShortTitle_IsNumber' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnCultureChangedCallback, K2Node_Select_Default) == 0x000048, "Member 'WBP_JournalEntry_C_OnCultureChangedCallback::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_OnListItemObjectSet \ +static_assert(alignof(WBP_JournalEntry_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_JournalEntry_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_JournalEntry_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_JournalEntry_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_JournalEntry_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_JournalEntry_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_JournalEntry_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_JournalEntry_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_JournalEntry_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_JournalEntry_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_JournalEntry_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalEntry_C_PreConstruct \ +static_assert(alignof(WBP_JournalEntry_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_JournalEntry_C_PreConstruct"); \ +static_assert(sizeof(WBP_JournalEntry_C_PreConstruct) == 0x000001, "Wrong size on WBP_JournalEntry_C_PreConstruct"); \ +static_assert(offsetof(WBP_JournalEntry_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_JournalEntry_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JournalEntry_C \ +static_assert(alignof(UWBP_JournalEntry_C) == 0x000008, "Wrong alignment on UWBP_JournalEntry_C"); \ +static_assert(sizeof(UWBP_JournalEntry_C) == 0x000370, "Wrong size on UWBP_JournalEntry_C"); \ +static_assert(offsetof(UWBP_JournalEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_JournalEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, Anim_Unlock) == 0x000310, "Member 'UWBP_JournalEntry_C::Anim_Unlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, BaseButton) == 0x000318, "Member 'UWBP_JournalEntry_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, JournalEntryIndex) == 0x000320, "Member 'UWBP_JournalEntry_C::JournalEntryIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, NiagaraSystemWidget_Explosion) == 0x000328, "Member 'UWBP_JournalEntry_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, OnEntryNavigated) == 0x000330, "Member 'UWBP_JournalEntry_C::OnEntryNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, VoiceOverAudioComponent) == 0x000340, "Member 'UWBP_JournalEntry_C::VoiceOverAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, OnEntryUnlocked) == 0x000348, "Member 'UWBP_JournalEntry_C::OnEntryUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, OnEntryClicked) == 0x000358, "Member 'UWBP_JournalEntry_C::OnEntryClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalEntry_C, IsClickForbidden) == 0x000368, "Member 'UWBP_JournalEntry_C::IsClickForbidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_H0First_TitleOutline_C \ +static_assert(alignof(UCTS_H0First_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_H0First_TitleOutline_C"); \ +static_assert(sizeof(UCTS_H0First_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_H0First_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H2First_C \ +static_assert(alignof(UCTS_H2First_C) == 0x000010, "Wrong alignment on UCTS_H2First_C"); \ +static_assert(sizeof(UCTS_H2First_C) == 0x0001B0, "Wrong size on UCTS_H2First_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract) == 0x000028, "Wrong size on WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, Navigation_0) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, Temp_object_Variable) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract, K2Node_Select_Default) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_DoCustomNavigationInteract::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button) == 0x000038, "Wrong size on WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, Navigation_0) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, Temp_object_Variable) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_GetInputSelector_InputSelector) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button, K2Node_Select_Default) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_Do_Custom_Navigation_Edit_Button::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_StopEditMode \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_StopEditMode) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_StopEditMode"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_StopEditMode) == 0x000058, "Wrong size on WBP_Settings_GampadInputOptionsList_C_StopEditMode"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, Temp_text_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StopEditMode, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_StopEditMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_StartEditMode \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_StartEditMode) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_StartEditMode"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_StartEditMode) == 0x000058, "Wrong size on WBP_Settings_GampadInputOptionsList_C_StartEditMode"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, Temp_text_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_StartEditMode, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_StartEditMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty) == 0x000090, "Wrong size on WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, IsDirty) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_GetNewMapping_NewMapping) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty, CallFunc_NotEqual_NameName_ReturnValue) == 0x000088, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsDirty::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings) == 0x0000A0, "Wrong size on WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, NewMapPlayerKeyArgs) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::NewMapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, MappingEntry) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, IsConflicting) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_GetNewMapping_NewMapping) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_Key_IsValid_ReturnValue) == 0x000090, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000091, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000092, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000094, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue_1) == 0x000095, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_IsNameValid_ReturnValue) == 0x000096, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_Not_PreBool_ReturnValue) == 0x000097, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue_2) == 0x000098, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings) == 0x0001A8, "Wrong size on WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, NewMapPlayerKeyArgs) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::NewMapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, MappingEntry) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, IsConflicting) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetInputSelector_InputSelector) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetMatchingSlot_ReturnValue) == 0x000058, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetMatchingSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetKeyMapping_KeyMappings) == 0x000060, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetKeyMapping_KeyMappings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetNewMapping_NewMapping) == 0x0000B8, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Set_ToArray_Result) == 0x0000F8, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue_1) == 0x000188, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Not_PreBool_ReturnValue) == 0x000189, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00018A, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Array_Length_ReturnValue) == 0x00018C, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000190, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_NotEqual_NameName_ReturnValue) == 0x000191, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_IsNameValid_ReturnValue) == 0x000192, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue) == 0x000193, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue_2) == 0x000194, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000195, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_1) == 0x000196, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_2) == 0x000197, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000198, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_3) == 0x000199, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_4) == 0x00019A, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, Temp_int_Loop_Counter_Variable) == 0x00019C, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'WBP_Settings_GampadInputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_AreMappingsValid \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_AreMappingsValid"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid) == 0x000098, "Wrong size on WBP_Settings_GampadInputOptionsList_C_AreMappingsValid"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, IsValid) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_GetNewMapping_NewMapping) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_NotEqual_NameName_ReturnValue) == 0x000090, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Key_IsValid_ReturnValue) == 0x000091, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_AreMappingsValid, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WBP_Settings_GampadInputOptionsList_C_AreMappingsValid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_RevertSettings \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_RevertSettings) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_RevertSettings"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_RevertSettings) == 0x000070, "Wrong size on WBP_Settings_GampadInputOptionsList_C_RevertSettings"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000060, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_RevertSettings, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_Settings_GampadInputOptionsList_C_RevertSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_ResetToDefault \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_ResetToDefault"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault) == 0x0000B0, "Wrong size on WBP_Settings_GampadInputOptionsList_C_ResetToDefault"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_self_CastInput) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_ReturnValue) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetCurrentKeyProfileIdentifier_ReturnValue) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetCurrentKeyProfileIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_ResetKeyProfileToDefault_FailureReason) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_ResetKeyProfileToDefault_FailureReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000080, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_Less_IntInt_ReturnValue) == 0x000089, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000090, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_self_CastInput_1) == 0x000098, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_ReturnValue_1) == 0x0000A8, "Member 'WBP_Settings_GampadInputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict) == 0x000088, "Wrong size on WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, InUserResponse) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, LocalShouldBeSetToNone) == 0x000001, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::LocalShouldBeSetToNone' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, Temp_bool_True_if_break_was_hit_Variable) == 0x000009, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_GetNewMapping_NewMapping) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_IsKeyConflictingWithNewMappings_IsConflicting) == 0x000072, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_IsKeyConflictingWithNewMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting) == 0x000073, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_ApplySettings \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_ApplySettings) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_ApplySettings"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_ApplySettings) == 0x000110, "Wrong size on WBP_Settings_GampadInputOptionsList_C_ApplySettings"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000060, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetAllChildren_ReturnValue) == 0x000068, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetUserSettings_self_CastInput) == 0x000078, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetUserSettings_ReturnValue) == 0x000088, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000098, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_GetNewMapping_NewMapping) == 0x0000B0, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ApplySettings, CallFunc_MapPlayerKey_FailureReason) == 0x0000F0, "Member 'WBP_Settings_GampadInputOptionsList_C_ApplySettings::CallFunc_MapPlayerKey_FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused) == 0x000008, "Wrong size on WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused, Widget) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_OnMappingEntryFocused::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict) == 0x000180, "Wrong size on WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, MappingEntry) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, NewMapping) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, LocalConflictingMappings) == 0x000048, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::LocalConflictingMappings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, Temp_bool_True_if_break_was_hit_Variable) == 0x00006C, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_GetConflictCategories_ConflictCategories) == 0x000078, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_GetConflictCategories_ConflictCategories' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D0, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_CreateModalWindow_OutputPin) == 0x0000F8, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_IsEmpty_ReturnValue) == 0x000100, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue_2) == 0x000114, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_GetAllChildren_ReturnValue) == 0x000118, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Get_Item) == 0x000130, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000140, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Add_ReturnValue) == 0x00014C, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting) == 0x000150, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Add_ReturnValue_1) == 0x000154, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_IsKeyConflictingWithNewMappings_IsConflicting) == 0x000158, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_IsKeyConflictingWithNewMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_GetConflictCategories_ConflictCategories_1) == 0x000160, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_GetConflictCategories_ConflictCategories_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Length_ReturnValue_1) == 0x000178, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Array_Contains_ReturnValue) == 0x00017C, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_Less_IntInt_ReturnValue_1) == 0x00017D, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict, CallFunc_BooleanAND_ReturnValue) == 0x00017E, "Member 'WBP_Settings_GampadInputOptionsList_C_CheckMappingConflict::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings) == 0x000138, "Wrong size on WBP_Settings_GampadInputOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetCurrentKeyProfile_ReturnValue) == 0x000050, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetCurrentKeyProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetPlayerMappingRows_ReturnValue) == 0x000060, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetPlayerMappingRows_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x0000B0, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_GetMappingName_MappingName) == 0x0000C4, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_GetMappingName_MappingName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x000120, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_LoadUserSettings, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'WBP_Settings_GampadInputOptionsList_C_LoadUserSettings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_OnUserResponse \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_OnUserResponse) == 0x000001, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_OnUserResponse"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_OnUserResponse) == 0x000001, "Wrong size on WBP_Settings_GampadInputOptionsList_C_OnUserResponse"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_OnUserResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_OnUserResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList) == 0x000150, "Wrong size on WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_ComponentBoundEvent_Button) == 0x000028, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_CustomEvent_bNewInputType) == 0x000030, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_GetCurrentInputType_ReturnValue) == 0x000040, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_MakeLiteralText_ReturnValue) == 0x000058, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000078, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_CustomEvent_InUserResponse) == 0x000118, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_Format_ReturnValue) == 0x000130, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_CreateModalWindow_OutputPin) == 0x000140, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList, CallFunc_CreateModalWindow_OutputPin_1) == 0x000148, "Member 'WBP_Settings_GampadInputOptionsList_C_ExecuteUbergraph_WBP_Settings_GampadInputOptionsList::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_GetInputSelector_InputSelector) == 0x000010, "Member 'WBP_Settings_GampadInputOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GampadInputOptionsList_C \ +static_assert(alignof(UWBP_Settings_GampadInputOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_GampadInputOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_GampadInputOptionsList_C) == 0x000610, "Wrong size on UWBP_Settings_GampadInputOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, UberGraphFrame_WBP_Settings_GampadInputOptionsList_C) == 0x000438, "Member 'UWBP_Settings_GampadInputOptionsList_C::UberGraphFrame_WBP_Settings_GampadInputOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, EditBindingsButton) == 0x000440, "Member 'UWBP_Settings_GampadInputOptionsList_C::EditBindingsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, EditBindingsText) == 0x000448, "Member 'UWBP_Settings_GampadInputOptionsList_C::EditBindingsText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, HeaderDisplay_Battle) == 0x000450, "Member 'UWBP_Settings_GampadInputOptionsList_C::HeaderDisplay_Battle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, HeaderDisplay_Exploration) == 0x000458, "Member 'UWBP_Settings_GampadInputOptionsList_C::HeaderDisplay_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, HeaderDisplay_Interface) == 0x000460, "Member 'UWBP_Settings_GampadInputOptionsList_C::HeaderDisplay_Interface' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, ScrollBox) == 0x000468, "Member 'UWBP_Settings_GampadInputOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_BattleJump) == 0x000470, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_BattleJump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_BattleShoot) == 0x000478, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_BattleShoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Dodge) == 0x000480, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Dodge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieBoost) == 0x000488, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieBoost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieFlyDown) == 0x000490, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieFlyDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieFlyUp) == 0x000498, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieFlyUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieTakeOff) == 0x0004A0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieTakeOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot) == 0x0004A8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot_1) == 0x0004B0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot_2) == 0x0004B8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Flee) == 0x0004C0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Flee' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_FreeAimEnter) == 0x0004C8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_FreeAimEnter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_FreeAimToggle) == 0x0004D0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_FreeAimToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_GoToCamp) == 0x0004D8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_GoToCamp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_GradientCounter) == 0x0004E0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_GradientCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_GradientCounter_1) == 0x0004E8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_GradientCounter_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Grapple) == 0x0004F0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Grapple' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_HealParty) == 0x0004F8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_HealParty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Interact) == 0x000500, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Interact' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Items) == 0x000508, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Jump) == 0x000510, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Jump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_JumpCounter) == 0x000518, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_JumpCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_MeleeAttack) == 0x000520, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_MeleeAttack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_MountEsquie) == 0x000528, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_MountEsquie' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenExpeditionMenu) == 0x000530, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenExpeditionMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenMiniMap) == 0x000538, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenMiniMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenOverlay) == 0x000540, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Parry) == 0x000548, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Parry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_QTE) == 0x000550, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_QTE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_RecenterCamera) == 0x000558, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_RecenterCamera' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Run) == 0x000560, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Run' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Shoot) == 0x000568, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Shoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Skills) == 0x000570, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_SkipTurn) == 0x000578, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_SkipTurn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_Strike) == 0x000580, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_Strike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_SwapSkillPanel) == 0x000588, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_SwapSkillPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_TargetLeft) == 0x000590, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_TargetLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_TargetRight) == 0x000598, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_TargetRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_ToggleCharacter) == 0x0005A0, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_ToggleCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, WBP_Settings_MappingOptionEntry_ToggleWalk) == 0x0005A8, "Member 'UWBP_Settings_GampadInputOptionsList_C::WBP_Settings_MappingOptionEntry_ToggleWalk' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, OnEntryFocused) == 0x0005B0, "Member 'UWBP_Settings_GampadInputOptionsList_C::OnEntryFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, ConflictingMappings) == 0x0005C0, "Member 'UWBP_Settings_GampadInputOptionsList_C::ConflictingMappings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, LastFocusedMapping) == 0x0005D0, "Member 'UWBP_Settings_GampadInputOptionsList_C::LastFocusedMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, CurrentSelectedMapping) == 0x0005D8, "Member 'UWBP_Settings_GampadInputOptionsList_C::CurrentSelectedMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, IgnoreConflicts) == 0x0005E0, "Member 'UWBP_Settings_GampadInputOptionsList_C::IgnoreConflicts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, IsEditMode) == 0x0005E1, "Member 'UWBP_Settings_GampadInputOptionsList_C::IsEditMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, OnEditModeChanged) == 0x0005E8, "Member 'UWBP_Settings_GampadInputOptionsList_C::OnEditModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, OnApplyBindingClicked) == 0x0005F8, "Member 'UWBP_Settings_GampadInputOptionsList_C::OnApplyBindingClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GampadInputOptionsList_C, ConflictModal) == 0x000608, "Member 'UWBP_Settings_GampadInputOptionsList_C::ConflictModal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard \ +static_assert(alignof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard) == 0x000008, "Wrong alignment on BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard"); \ +static_assert(sizeof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard) == 0x002DB8, "Wrong size on BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D1, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000D2, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000218, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue) == 0x000220, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue) == 0x000228, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_1) == 0x000230, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000238, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000240, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_2) == 0x000248, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000250, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000258, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_3) == 0x000260, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000268, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_4) == 0x000270, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000278, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000280, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000290, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000298, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_6) == 0x0002A0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0002A8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0003D8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_1) == 0x0003E0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_7) == 0x0003F0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0003F8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000400, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000401, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_8) == 0x000408, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000410, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000418, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_9) == 0x000420, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000428, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000430, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_2) == 0x000560, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_10) == 0x000570, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000578, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000580, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_11) == 0x000588, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000590, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000598, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_3) == 0x0006C8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_12) == 0x0006D8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0006E0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x0006E8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_4) == 0x0006F0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_13) == 0x000820, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_4) == 0x000828, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000838, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000840, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000848, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_14) == 0x000978, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_5) == 0x000980, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000990, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_15) == 0x000998, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_15) == 0x0009A0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x0009A8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_16) == 0x0009B0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_16) == 0x0009B8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0009C0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_17) == 0x0009C8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0009D0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_18) == 0x0009D8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0009E0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0009E8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_19) == 0x0009F0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_19) == 0x0009F8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x000A00, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_20) == 0x000A08, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_20) == 0x000A10, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_21) == 0x000A18, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_21) == 0x000A20, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000A28, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_22) == 0x000A30, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_22) == 0x000A38, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000A40, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetInventoryManager_ReturnValue) == 0x000A48, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000A50, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetEncounterLevel_ReturnValue) == 0x000B80, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_6) == 0x000B88, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_LootContext) == 0x000B98, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x000B9C, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_23) == 0x000BA0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000BA8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_23) == 0x000CD8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_7) == 0x000CE0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetPlayerController_ReturnValue_24) == 0x000CF0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetPlayerController_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetComponentByClass_ReturnValue_24) == 0x000CF8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetComponentByClass_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetDialogueStage_DialogueStage) == 0x000D00, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_SwitchInteger_CmpSuccess) == 0x000D04, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x000D05, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x000D06, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000D08, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_8) == 0x000E38, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000E48, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000F10, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_9) == 0x001040, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetDataTableRowFromName_OutRow) == 0x001050, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x001180, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_AddItemToInventory_GeneratedItem) == 0x001188, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_Conv_NameToText_ReturnValue) == 0x001190, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_IsValid_ReturnValue) == 0x0011A0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FormatArgumentData) == 0x0011A8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_GetDisplayName_ReturnValue) == 0x0011F0, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x001200, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_SelectString_ReturnValue) == 0x0012C8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_10) == 0x0012D8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_Conv_StringToText_ReturnValue) == 0x001408, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_10) == 0x001418, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FormatArgumentData_1) == 0x001428, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_11) == 0x001470, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x001480, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, CallFunc_Format_ReturnValue) == 0x001548, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001558, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_12) == 0x001688, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x001698, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001760, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001890, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_13) == 0x001958, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001968, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001A30, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001AF8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001C28, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_14) == 0x001D58, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_15) == 0x001D68, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001D78, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001E40, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_15) == 0x001F08, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_16) == 0x002038, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_16) == 0x002168, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_17) == 0x002178, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x002188, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x002250, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_17) == 0x002318, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_18) == 0x002448, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_18) == 0x002578, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_19) == 0x002588, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x002598, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_13) == 0x002660, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_19) == 0x002728, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_20) == 0x002858, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_20) == 0x002988, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_21) == 0x002998, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_14) == 0x0029A8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_S_Dialogue_AnimationParameters_15) == 0x002A70, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_S_Dialogue_AnimationParameters_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_21) == 0x002B38, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeStruct_FRichDialogueLine_22) == 0x002C68, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeStruct_FRichDialogueLine_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_22) == 0x002D98, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard, K2Node_MakeArray_Array_23) == 0x002DA8, "Member 'BP_Dialogue_Richard_C_ExecuteUbergraph_BP_Dialogue_Richard::K2Node_MakeArray_Array_23' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Richard_C \ +static_assert(alignof(ABP_Dialogue_Richard_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Richard_C"); \ +static_assert(sizeof(ABP_Dialogue_Richard_C) == 0x000350, "Wrong size on ABP_Dialogue_Richard_C"); \ +static_assert(offsetof(ABP_Dialogue_Richard_C, UberGraphFrame_BP_Dialogue_Richard_C) == 0x000338, "Member 'ABP_Dialogue_Richard_C::UberGraphFrame_BP_Dialogue_Richard_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Richard_C, QuestItem) == 0x000340, "Member 'ABP_Dialogue_Richard_C::QuestItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_V2_PostProcess__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData) == 0x0010B8, "Wrong size on ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_250) == 0x000004, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_250' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __NameProperty_251) == 0x00000C, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__NameProperty_251' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __BlendProfile_252) == 0x000018, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__BlendProfile_252' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __CurveFloat_253) == 0x000020, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__CurveFloat_253' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __BoolProperty_254) == 0x000028, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__BoolProperty_254' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __EnumProperty_255) == 0x000029, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__EnumProperty_255' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __EnumProperty_256) == 0x00002A, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__EnumProperty_256' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __ArrayProperty_257) == 0x000030, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__ArrayProperty_257' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, __StructProperty_258) == 0x000040, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::__StructProperty_258' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x0000F8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000128, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000158, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000188, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0001B8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0001E8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000218, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000248, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x000278, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0002A8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x0002D8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x000308, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_3) == 0x000338, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_2) == 0x000368, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000398, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0003C8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0003F8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_1) == 0x000428, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x000458, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000488, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0004B8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_15) == 0x0004E8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_14) == 0x000518, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_13) == 0x000548, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_12) == 0x000578, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x0005A8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x0005D8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000608, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000638, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000668, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000698, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0006C8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x0006F8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000728, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000758, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000788, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x0007B8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x0007E8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000818, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000848, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000878, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x0008A8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x0008D8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x000908, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000938, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000968, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000998, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x0009C8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x0009F8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x000A28, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x000A58, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000A88, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000AB8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000AE8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000B18, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000B48, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000B78, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x000BA8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x000BD8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000C08, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000C38, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x000C68, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x000C98, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000CC8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000CF8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000D28, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000D58, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x000D88, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000DB8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000DE8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000E18, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000E48, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x000E78, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x000EA8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000ED8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000F08, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000F38, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000F68, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000F98, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000FC8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000FF8, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x001028, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x001058, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x001088, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_V2_PostProcess__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_Maelle_V2_PostProcess::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_V2_PostProcess_C_AnimGraph \ +static_assert(alignof(ABP_Maelle_V2_PostProcess_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Maelle_V2_PostProcess_C_AnimGraph"); \ +static_assert(sizeof(ABP_Maelle_V2_PostProcess_C_AnimGraph) == 0x000020, "Wrong size on ABP_Maelle_V2_PostProcess_C_AnimGraph"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Maelle_V2_PostProcess_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Maelle_V2_PostProcess_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Maelle_V2_PostProcess_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess \ +static_assert(alignof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess) == 0x000008, "Wrong alignment on ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess"); \ +static_assert(sizeof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess) == 0x000038, "Wrong size on ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, EntryPoint) == 0x000000, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000018, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00002C, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_Maelle_V2_PostProcess_C_ExecuteUbergraph_ABP_Maelle_V2_PostProcess::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Maelle_V2_PostProcess_C \ +static_assert(alignof(UABP_Maelle_V2_PostProcess_C) == 0x000010, "Wrong alignment on UABP_Maelle_V2_PostProcess_C"); \ +static_assert(sizeof(UABP_Maelle_V2_PostProcess_C) == 0x00EF30, "Wrong size on UABP_Maelle_V2_PostProcess_C"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, UberGraphFrame) == 0x000370, "Member 'UABP_Maelle_V2_PostProcess_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Maelle_V2_PostProcess_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_Maelle_V2_PostProcess_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_Maelle_V2_PostProcess_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_8) == 0x000390, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_7) == 0x000B30, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_6) == 0x0012D0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_5) == 0x001A70, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_4) == 0x002210, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_3) == 0x0029B0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_2) == 0x003150, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics_1) == 0x0038F0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_LocalToComponentSpace_1) == 0x004090, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_KawaiiPhysics) == 0x0040B0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_ControlRig) == 0x004850, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x004D20, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_SpringBone_3) == 0x004D40, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_SpringBone_2) == 0x004EA8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_UseCachedPose_1) == 0x005010, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_LocalToComponentSpace) == 0x005038, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_ComponentToLocalSpace) == 0x005058, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_SpringBone_1) == 0x005078, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_SpringBone) == 0x0051E0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_LinkedInputPose) == 0x005348, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_Root) == 0x005400, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_15) == 0x005420, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_14) == 0x005940, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_13) == 0x005E60, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_12) == 0x006380, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_11) == 0x0068A0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_10) == 0x006DC0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_9) == 0x0072E0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_8) == 0x007800, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_7) == 0x007D20, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_6) == 0x008240, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_5) == 0x008760, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_4) == 0x008C80, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_3) == 0x0091A0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_2) == 0x0096C0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics_1) == 0x009BE0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_AnimDynamics) == 0x00A100, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_BlendListByBool) == 0x00A620, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_43) == 0x00A668, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_42) == 0x00A808, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_41) == 0x00A9A8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_40) == 0x00AB48, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_39) == 0x00ACE8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_38) == 0x00AE88, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_37) == 0x00B028, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_36) == 0x00B1C8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_35) == 0x00B368, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_34) == 0x00B508, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_33) == 0x00B6A8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_32) == 0x00B848, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_31) == 0x00B9E8, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_30) == 0x00BB88, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_UseCachedPose) == 0x00BD28, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_SaveCachedPose) == 0x00BD50, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_29) == 0x00BDD0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_28) == 0x00BF70, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_27) == 0x00C110, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_26) == 0x00C2B0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_25) == 0x00C450, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_24) == 0x00C5F0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_23) == 0x00C790, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_22) == 0x00C930, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_21) == 0x00CAD0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_20) == 0x00CC70, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_19) == 0x00CE10, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_18) == 0x00CFB0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_17) == 0x00D150, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_16) == 0x00D2F0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_15) == 0x00D490, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_14) == 0x00D630, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_13) == 0x00D7D0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_12) == 0x00D970, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_11) == 0x00DB10, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_10) == 0x00DCB0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_9) == 0x00DE50, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_8) == 0x00DFF0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_7) == 0x00E190, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_6) == 0x00E330, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_5) == 0x00E4D0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_4) == 0x00E670, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_3) == 0x00E810, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_2) == 0x00E9B0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver_1) == 0x00EB50, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AnimGraphNode_PoseDriver) == 0x00ECF0, "Member 'UABP_Maelle_V2_PostProcess_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, Physics_Settings_Coat) == 0x00EE90, "Member 'UABP_Maelle_V2_PostProcess_C::Physics_Settings_Coat' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, External_Force) == 0x00EEA8, "Member 'UABP_Maelle_V2_PostProcess_C::External_Force' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, CoatShouldGoGup) == 0x00EEC0, "Member 'UABP_Maelle_V2_PostProcess_C::CoatShouldGoGup' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, FallingVelocity) == 0x00EEC8, "Member 'UABP_Maelle_V2_PostProcess_C::FallingVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, Pelvis) == 0x00EED0, "Member 'UABP_Maelle_V2_PostProcess_C::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, IsCharacter) == 0x00EED8, "Member 'UABP_Maelle_V2_PostProcess_C::IsCharacter' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, PawnOwner) == 0x00EEE0, "Member 'UABP_Maelle_V2_PostProcess_C::PawnOwner' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, CharacterMesh) == 0x00EEE8, "Member 'UABP_Maelle_V2_PostProcess_C::CharacterMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, PreviousRotator) == 0x00EEF0, "Member 'UABP_Maelle_V2_PostProcess_C::PreviousRotator' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, RotationVelocity) == 0x00EF08, "Member 'UABP_Maelle_V2_PostProcess_C::RotationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, CoatTurnVelocityThreshold) == 0x00EF10, "Member 'UABP_Maelle_V2_PostProcess_C::CoatTurnVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, ShouldDisablePostProcess) == 0x00EF18, "Member 'UABP_Maelle_V2_PostProcess_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_V2_PostProcess_C, AlphaTransition) == 0x00EF20, "Member 'UABP_Maelle_V2_PostProcess_C::AlphaTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_WeaponDefinition \ +static_assert(alignof(FS_WeaponDefinition) == 0x000008, "Wrong alignment on FS_WeaponDefinition"); \ +static_assert(sizeof(FS_WeaponDefinition) == 0x0000F0, "Wrong size on FS_WeaponDefinition"); \ +static_assert(offsetof(FS_WeaponDefinition, DefinitionID_22_2E1ECEC74A7814AEAC1E35ACAD9FC16D) == 0x000000, "Member 'FS_WeaponDefinition::DefinitionID_22_2E1ECEC74A7814AEAC1E35ACAD9FC16D' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, BaseStatsMultipliers_45_1EA90FEA4365E7D26870AEA1A1398E8F) == 0x000008, "Member 'FS_WeaponDefinition::BaseStatsMultipliers_45_1EA90FEA4365E7D26870AEA1A1398E8F' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, AttributeScaling_27_D34662B444482CDECBEF098C92BB93EB) == 0x000058, "Member 'FS_WeaponDefinition::AttributeScaling_27_D34662B444482CDECBEF098C92BB93EB' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, BaseDamageType_31_00CBF5EC48FCC5F58D3E21BCCFF7CEAD) == 0x0000A8, "Member 'FS_WeaponDefinition::BaseDamageType_31_00CBF5EC48FCC5F58D3E21BCCFF7CEAD' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, Level1Lumina_37_784B3E9C481C775586D1A89DCF6D6FD4) == 0x0000AC, "Member 'FS_WeaponDefinition::Level1Lumina_37_784B3E9C481C775586D1A89DCF6D6FD4' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, Level2Lumina_38_82A460E444079A36F26DDCA706CF3CFA) == 0x0000B4, "Member 'FS_WeaponDefinition::Level2Lumina_38_82A460E444079A36F26DDCA706CF3CFA' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, Level3Lumina_39_307DE22A4854A7781B622B91C882BC69) == 0x0000BC, "Member 'FS_WeaponDefinition::Level3Lumina_39_307DE22A4854A7781B622B91C882BC69' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, Level4Lumina_40_0EB7E00747F0CED5D7259C995D5AB4A7) == 0x0000C4, "Member 'FS_WeaponDefinition::Level4Lumina_40_0EB7E00747F0CED5D7259C995D5AB4A7' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, ChromaValueMultiplier_21_7F92B6F746B93A81651A40A5F00933A3) == 0x0000D0, "Member 'FS_WeaponDefinition::ChromaValueMultiplier_21_7F92B6F746B93A81651A40A5F00933A3' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, MagicalAttackMultiplier_20_833AB2E94AF531EBBC49D6A3C28FE608) == 0x0000D8, "Member 'FS_WeaponDefinition::MagicalAttackMultiplier_20_833AB2E94AF531EBBC49D6A3C28FE608' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, PhysicalAttackMultiplier_18_418AD05A4F77003940CD4B95439FE314) == 0x0000E0, "Member 'FS_WeaponDefinition::PhysicalAttackMultiplier_18_418AD05A4F77003940CD4B95439FE314' has a wrong offset!"); \ +static_assert(offsetof(FS_WeaponDefinition, FreeAimDamageType_33_FE91084E4C067A85CD3AEDA63158BF27) == 0x0000E8, "Member 'FS_WeaponDefinition::FreeAimDamageType_33_FE91084E4C067A85CD3AEDA63158BF27' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Stats_LevelScaling \ +static_assert(alignof(FS_Stats_LevelScaling) == 0x000008, "Wrong alignment on FS_Stats_LevelScaling"); \ +static_assert(sizeof(FS_Stats_LevelScaling) == 0x000058, "Wrong size on FS_Stats_LevelScaling"); \ +static_assert(offsetof(FS_Stats_LevelScaling, Level_2_90763A154CD780355ABBC89C3E42BD18) == 0x000000, "Member 'FS_Stats_LevelScaling::Level_2_90763A154CD780355ABBC89C3E42BD18' has a wrong offset!"); \ +static_assert(offsetof(FS_Stats_LevelScaling, Stats_19_14AC0B3B43D586575C5433A630321A61) == 0x000008, "Member 'FS_Stats_LevelScaling::Stats_19_14AC0B3B43D586575C5433A630321A61' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_B_Var2_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_B_Var2_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_B_Var2_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_B_Var2_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_B_Var2_C"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans2_Title_C \ +static_assert(alignof(UCTS_NSans2_Title_C) == 0x000010, "Wrong alignment on UCTS_NSans2_Title_C"); \ +static_assert(sizeof(UCTS_NSans2_Title_C) == 0x0001B0, "Wrong size on UCTS_NSans2_Title_C"); \ + +#define DUMPER7_ASSERTS_BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro \ +static_assert(alignof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro) == 0x000004, "Wrong alignment on BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro"); \ +static_assert(sizeof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro) == 0x000004, "Wrong size on BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro"); \ +static_assert(offsetof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro, EntryPoint) == 0x000000, "Member 'BP_Character_Camp_Lune_CivlianLumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Lune_CivlianLumiereIntro::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable \ +static_assert(alignof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_Character_Camp_Lune_CivlianLumiereIntro_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Lune_CivlianLumiereIntro_C \ +static_assert(alignof(ABP_Character_Camp_Lune_CivlianLumiereIntro_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Lune_CivlianLumiereIntro_C"); \ +static_assert(sizeof(ABP_Character_Camp_Lune_CivlianLumiereIntro_C) == 0x000C30, "Wrong size on ABP_Character_Camp_Lune_CivlianLumiereIntro_C"); \ +static_assert(offsetof(ABP_Character_Camp_Lune_CivlianLumiereIntro_C, UberGraphFrame_BP_Character_Camp_Lune_CivlianLumiereIntro_C) == 0x000C18, "Member 'ABP_Character_Camp_Lune_CivlianLumiereIntro_C::UberGraphFrame_BP_Character_Camp_Lune_CivlianLumiereIntro_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Lune_CivlianLumiereIntro_C, GuitarLune) == 0x000C20, "Member 'ABP_Character_Camp_Lune_CivlianLumiereIntro_C::GuitarLune' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000018, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'BTDecorator_ActorIsInMovementMode_C_PerformConditionCheckAI::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ActorIsInMovementMode_C \ +static_assert(alignof(UBTDecorator_ActorIsInMovementMode_C) == 0x000008, "Wrong alignment on UBTDecorator_ActorIsInMovementMode_C"); \ +static_assert(sizeof(UBTDecorator_ActorIsInMovementMode_C) == 0x0000D8, "Wrong size on UBTDecorator_ActorIsInMovementMode_C"); \ +static_assert(offsetof(UBTDecorator_ActorIsInMovementMode_C, ActorBlackboardKeySelector) == 0x0000A0, "Member 'UBTDecorator_ActorIsInMovementMode_C::ActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ActorIsInMovementMode_C, MovementModesToCheck) == 0x0000C8, "Member 'UBTDecorator_ActorIsInMovementMode_C::MovementModesToCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_BattleFoley_C_Received_Notify \ +static_assert(alignof(AN_BattleFoley_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleFoley_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleFoley_C_Received_Notify) == 0x000090, "Wrong size on AN_BattleFoley_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleFoley_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleFoley_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleFoley_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleFoley_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_BattleFoley_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000050, "Member 'AN_BattleFoley_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AN_BattleFoley_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000068, "Member 'AN_BattleFoley_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AN_BattleFoley_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000078, "Member 'AN_BattleFoley_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleFoley_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_BattleFoley_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleFoley_C \ +static_assert(alignof(UAN_BattleFoley_C) == 0x000008, "Wrong alignment on UAN_BattleFoley_C"); \ +static_assert(sizeof(UAN_BattleFoley_C) == 0x000048, "Wrong size on UAN_BattleFoley_C"); \ +static_assert(offsetof(UAN_BattleFoley_C, BattleFoley) == 0x000038, "Member 'UAN_BattleFoley_C::BattleFoley' has a wrong offset!"); \ +static_assert(offsetof(UAN_BattleFoley_C, AttnOverrideBattleFoley) == 0x000040, "Member 'UAN_BattleFoley_C::AttnOverrideBattleFoley' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThirdPerson_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x0003E8, "Wrong size on ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_90) == 0x000004, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_91) == 0x00000C, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_92) == 0x000014, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_93) == 0x000018, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_94) == 0x00001C, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_95) == 0x000024, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_96) == 0x000028, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_97) == 0x000054, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_98) == 0x00005C, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_99) == 0x000060, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_100) == 0x000064, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_101) == 0x000068, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_102) == 0x00006C, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_103) == 0x00006D, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_104) == 0x00006E, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_104' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_105) == 0x000070, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_105' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_106) == 0x000078, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_106' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_107) == 0x000080, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_107' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_108) == 0x000088, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_108' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_109) == 0x000090, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_109' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000B0, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000130, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000148, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000178, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0001A8, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0001D8, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000208, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x000238, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x000268, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000298, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0002C8, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0002F8, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000328, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000358, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000388, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x0003B8, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThirdPerson_AnimBP__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ThirdPerson_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThirdPerson_AnimBP_C_AnimGraph \ +static_assert(alignof(ThirdPerson_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on ThirdPerson_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(ThirdPerson_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on ThirdPerson_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ThirdPerson_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThirdPerson_AnimBP_C_BlueprintUpdateAnimation \ +static_assert(alignof(ThirdPerson_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ThirdPerson_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ThirdPerson_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ThirdPerson_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ThirdPerson_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP \ +static_assert(alignof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP) == 0x000008, "Wrong alignment on ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP"); \ +static_assert(sizeof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP) == 0x000060, "Wrong size on ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, EntryPoint) == 0x000000, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue) == 0x000004, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000008, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1) == 0x00000C, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_GetInstanceAssetPlayerTimeFromEndFraction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000010, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, K2Node_Event_DeltaTimeX) == 0x000014, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000018, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_GetMovementComponent_ReturnValue) == 0x000020, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_IsFalling_ReturnValue) == 0x000029, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_GetVelocity_ReturnValue) == 0x000030, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_1) == 0x000058, "Member 'ThirdPerson_AnimBP_C_ExecuteUbergraph_ThirdPerson_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThirdPerson_AnimBP_C \ +static_assert(alignof(UThirdPerson_AnimBP_C) == 0x000010, "Wrong alignment on UThirdPerson_AnimBP_C"); \ +static_assert(sizeof(UThirdPerson_AnimBP_C) == 0x0006F0, "Wrong size on UThirdPerson_AnimBP_C"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, UberGraphFrame) == 0x000370, "Member 'UThirdPerson_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, __AnimBlueprintMutables) == 0x000378, "Member 'UThirdPerson_AnimBP_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UThirdPerson_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UThirdPerson_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_Root) == 0x000390, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_TransitionResult_3) == 0x0003B0, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_TransitionResult_2) == 0x0003D8, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_TransitionResult_1) == 0x000400, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_TransitionResult) == 0x000428, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_SequencePlayer_2) == 0x000450, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_StateResult_3) == 0x000498, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_SequencePlayer_1) == 0x0004B8, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_StateResult_2) == 0x000500, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_SequencePlayer) == 0x000520, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_StateResult_1) == 0x000568, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_BlendSpacePlayer) == 0x000588, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_StateResult) == 0x0005F8, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, AnimGraphNode_StateMachine) == 0x000618, "Member 'UThirdPerson_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, IsInAir_) == 0x0006E0, "Member 'UThirdPerson_AnimBP_C::IsInAir_' has a wrong offset!"); \ +static_assert(offsetof(UThirdPerson_AnimBP_C, Speed) == 0x0006E8, "Member 'UThirdPerson_AnimBP_C::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_WeaponUnlock \ +static_assert(alignof(FS_jRPG_WeaponUnlock) == 0x000008, "Wrong alignment on FS_jRPG_WeaponUnlock"); \ +static_assert(sizeof(FS_jRPG_WeaponUnlock) == 0x000050, "Wrong size on FS_jRPG_WeaponUnlock"); \ +static_assert(offsetof(FS_jRPG_WeaponUnlock, Weaponunlockskills_69_7D88789F4F3B92895B1636A0E9B6EB91) == 0x000000, "Member 'FS_jRPG_WeaponUnlock::Weaponunlockskills_69_7D88789F4F3B92895B1636A0E9B6EB91' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans0_Battle_C \ +static_assert(alignof(UCTS_NSans0_Battle_C) == 0x000010, "Wrong alignment on UCTS_NSans0_Battle_C"); \ +static_assert(sizeof(UCTS_NSans0_Battle_C) == 0x0001B0, "Wrong size on UCTS_NSans0_Battle_C"); \ + +#define DUMPER7_ASSERTS_FS_PictosDefinition \ +static_assert(alignof(FS_PictosDefinition) == 0x000008, "Wrong alignment on FS_PictosDefinition"); \ +static_assert(sizeof(FS_PictosDefinition) == 0x000060, "Wrong size on FS_PictosDefinition"); \ +static_assert(offsetof(FS_PictosDefinition, ItemID_8_0C609E93404384CE551651849CB4CA43) == 0x000000, "Member 'FS_PictosDefinition::ItemID_8_0C609E93404384CE551651849CB4CA43' has a wrong offset!"); \ +static_assert(offsetof(FS_PictosDefinition, BaseStatMultipliers_14_BEEE70774FB9CCD9F9FD999535F779AC) == 0x000008, "Member 'FS_PictosDefinition::BaseStatMultipliers_14_BEEE70774FB9CCD9F9FD999535F779AC' has a wrong offset!"); \ +static_assert(offsetof(FS_PictosDefinition, ChromaValueMultiplier_12_7FDCCA3F4086FEC521476EB8A4EDC33F) == 0x000058, "Member 'FS_PictosDefinition::ChromaValueMultiplier_12_7FDCCA3F4086FEC521476EB8A4EDC33F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_PushInteractiveMusicContext_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction) == 0x000040, "Wrong size on BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, CallFunc_ValidateInteractiveMusicParameters_IsValid) == 0x000021, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::CallFunc_ValidateInteractiveMusicParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters \ +static_assert(alignof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters"); \ +static_assert(sizeof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters) == 0x000020, "Wrong size on BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, Parameters) == 0x000000, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, IsValid) == 0x000018, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001B, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_GameAction_PushInteractiveMusicContext_C_ValidateInteractiveMusicParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_PushInteractiveMusicContext_C \ +static_assert(alignof(UBP_GameAction_PushInteractiveMusicContext_C) == 0x000008, "Wrong alignment on UBP_GameAction_PushInteractiveMusicContext_C"); \ +static_assert(sizeof(UBP_GameAction_PushInteractiveMusicContext_C) == 0x000048, "Wrong size on UBP_GameAction_PushInteractiveMusicContext_C"); \ +static_assert(offsetof(UBP_GameAction_PushInteractiveMusicContext_C, InteractiveMusicParameters) == 0x000030, "Member 'UBP_GameAction_PushInteractiveMusicContext_C::InteractiveMusicParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent \ +static_assert(alignof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent) == 0x0000A0, "Wrong size on BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, Event) == 0x000000, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, CallFunc_GetChangeAmount_ChangeAmount) == 0x000008, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::CallFunc_GetChangeAmount_ChangeAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, CallFunc_GetReason_ReturnValue) == 0x000010, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::CallFunc_GetReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_GradientGaugeSystem_C_ApplyGaugeChangeFromEvent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_CanAffordCharges \ +static_assert(alignof(BP_GradientGaugeSystem_C_CanAffordCharges) == 0x000004, "Wrong alignment on BP_GradientGaugeSystem_C_CanAffordCharges"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_CanAffordCharges) == 0x000008, "Wrong size on BP_GradientGaugeSystem_C_CanAffordCharges"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_CanAffordCharges, Amount) == 0x000000, "Member 'BP_GradientGaugeSystem_C_CanAffordCharges::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_CanAffordCharges, ReturnValue) == 0x000004, "Member 'BP_GradientGaugeSystem_C_CanAffordCharges::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_CanAffordCharges, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_GradientGaugeSystem_C_CanAffordCharges::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_ChangeGradientGauge \ +static_assert(alignof(BP_GradientGaugeSystem_C_ChangeGradientGauge) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_ChangeGradientGauge"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_ChangeGradientGauge) == 0x0001E8, "Wrong size on BP_GradientGaugeSystem_C_ChangeGradientGauge"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, Delta) == 0x000000, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, Reason) == 0x000008, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, local_newAvailableCharges) == 0x000018, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::local_newAvailableCharges' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, local_previousCharges) == 0x00001C, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::local_previousCharges' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, local_previousProgress) == 0x000020, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::local_previousProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, local_createdCharges) == 0x000028, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::local_createdCharges' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, local_newProgressValue) == 0x000030, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::local_newProgressValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_IsEmpty_ReturnValue) == 0x000048, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000098, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, Temp_int_Variable) == 0x0000F0, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000F4, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Not_PreBool_ReturnValue) == 0x0000F5, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_FClamp_ReturnValue) == 0x000108, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Add_IntInt_ReturnValue_2) == 0x000114, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Less_IntInt_ReturnValue_1) == 0x000118, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Add_IntInt_ReturnValue_3) == 0x00011C, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000120, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_BooleanAND_ReturnValue) == 0x000170, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001C0, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, K2Node_MakeArray_Array) == 0x0001C8, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ChangeGradientGauge, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'BP_GradientGaugeSystem_C_ChangeGradientGauge::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_ConsumeCharge \ +static_assert(alignof(BP_GradientGaugeSystem_C_ConsumeCharge) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_ConsumeCharge"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_ConsumeCharge) == 0x000028, "Wrong size on BP_GradientGaugeSystem_C_ConsumeCharge"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, Amount) == 0x000000, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, local_newProgress) == 0x000008, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::local_newProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_GetAchievementManager_ReturnValue) == 0x000010, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_CanAffordCharges_ReturnValue) == 0x000019, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_CanAffordCharges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_ConsumeCharge, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000021, "Member 'BP_GradientGaugeSystem_C_ConsumeCharge::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_GetAvailableCharges \ +static_assert(alignof(BP_GradientGaugeSystem_C_GetAvailableCharges) == 0x000004, "Wrong alignment on BP_GradientGaugeSystem_C_GetAvailableCharges"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_GetAvailableCharges) == 0x000004, "Wrong size on BP_GradientGaugeSystem_C_GetAvailableCharges"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_GetAvailableCharges, ReturnValue) == 0x000000, "Member 'BP_GradientGaugeSystem_C_GetAvailableCharges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_GetCurrentProgress \ +static_assert(alignof(BP_GradientGaugeSystem_C_GetCurrentProgress) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_GetCurrentProgress"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_GetCurrentProgress) == 0x000008, "Wrong size on BP_GradientGaugeSystem_C_GetCurrentProgress"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_GetCurrentProgress, ReturnValue) == 0x000000, "Member 'BP_GradientGaugeSystem_C_GetCurrentProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent \ +static_assert(alignof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent) == 0x000088, "Wrong size on BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, APChange) == 0x000000, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::APChange' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, local_changeEvent) == 0x000008, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::local_changeEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_GetChangeReason_ReturnValue) == 0x000010, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_GetChangeReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_IsLoss_ReturnValue) == 0x000011, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_IsLoss_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_GetDelta_ReturnValue) == 0x000014, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_GetDelta_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Abs_Int_ReturnValue) == 0x00001C, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, Temp_wildcard_Variable) == 0x000038, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_SpawnObject_ReturnValue) == 0x000048, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_GetBattleManager_ReturnValue) == 0x000060, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_GetAllCharacters_AllCharacters) == 0x000068, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000080, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedEvent::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal \ +static_assert(alignof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal) == 0x000020, "Wrong size on BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal, NewAP) == 0x000000, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal::NewAP' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal, PreviousAP) == 0x000004, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal::PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal, CharacterStats) == 0x000008, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal, local_changeEvent) == 0x000010, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal::local_changeEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal, local_delta) == 0x000018, "Member 'BP_GradientGaugeSystem_C_OnCharacterAPChangedInternal::local_delta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_RegisterSourceCharacter \ +static_assert(alignof(BP_GradientGaugeSystem_C_RegisterSourceCharacter) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_RegisterSourceCharacter"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_RegisterSourceCharacter) == 0x000020, "Wrong size on BP_GradientGaugeSystem_C_RegisterSourceCharacter"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_RegisterSourceCharacter, CharacterStats) == 0x000000, "Member 'BP_GradientGaugeSystem_C_RegisterSourceCharacter::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_RegisterSourceCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_GradientGaugeSystem_C_RegisterSourceCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_RegisterSourceCharacter, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_GradientGaugeSystem_C_RegisterSourceCharacter::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GradientGaugeSystem_C_SetCurrentGradientGauge \ +static_assert(alignof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge) == 0x000008, "Wrong alignment on BP_GradientGaugeSystem_C_SetCurrentGradientGauge"); \ +static_assert(sizeof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge) == 0x000138, "Wrong size on BP_GradientGaugeSystem_C_SetCurrentGradientGauge"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, NewCharges) == 0x000000, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::NewCharges' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, NewProgress) == 0x000008, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::NewProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, Reason) == 0x000010, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, local_previousCharges) == 0x000020, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::local_previousCharges' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, local_previousProgress) == 0x000028, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::local_previousProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GradientGaugeSystem_C_SetCurrentGradientGauge, CallFunc_Format_ReturnValue) == 0x000128, "Member 'BP_GradientGaugeSystem_C_SetCurrentGradientGauge::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GradientGaugeSystem_C \ +static_assert(alignof(UBP_GradientGaugeSystem_C) == 0x000008, "Wrong alignment on UBP_GradientGaugeSystem_C"); \ +static_assert(sizeof(UBP_GradientGaugeSystem_C) == 0x000060, "Wrong size on UBP_GradientGaugeSystem_C"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, CurrentProgress) == 0x000028, "Member 'UBP_GradientGaugeSystem_C::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, AvailableCharges) == 0x000030, "Member 'UBP_GradientGaugeSystem_C::AvailableCharges' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, SourceCharacters) == 0x000038, "Member 'UBP_GradientGaugeSystem_C::SourceCharacters' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, ProgressPerAPSpent) == 0x000048, "Member 'UBP_GradientGaugeSystem_C::ProgressPerAPSpent' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, MaxCharges) == 0x00004C, "Member 'UBP_GradientGaugeSystem_C::MaxCharges' has a wrong offset!"); \ +static_assert(offsetof(UBP_GradientGaugeSystem_C, OnGradientGaugeChanged) == 0x000050, "Member 'UBP_GradientGaugeSystem_C::OnGradientGaugeChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BndEvt__WBP_Panel_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement \ +static_assert(alignof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement) == 0x000258, "Wrong size on WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, EntryPoint) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, Temp_bool_Variable) == 0x000010, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, Temp_class_Variable) == 0x000018, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, Temp_class_Variable_1) == 0x000020, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_Event_bIsExpanded) == 0x000028, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_Event_bIsSelected) == 0x000029, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_ComponentBoundEvent_Button_3) == 0x000030, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_Event_ListItemObject) == 0x000038, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_DynamicCast_AsBP_Weapon_View_Item) == 0x000040, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_DynamicCast_AsBP_Weapon_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000060, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetOwnerData_OwnerData) == 0x000068, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetCurrentLevel_ReturnValue) == 0x000070, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetCurrentQuality_Quality) == 0x000074, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000078, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001B0, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_CustomEvent_IsEquipped) == 0x0001C0, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_CustomEvent_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_HasItemEquipped_IsEquipped) == 0x0001C1, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_HasItemEquipped_Slot) == 0x0001C4, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x0001CC, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_LocalToAbsolute_ReturnValue) == 0x000208, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_GetSelected_ReturnValue) == 0x000218, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_GetSelected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000220, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_Not_PreBool_ReturnValue) == 0x000230, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, CallFunc_IsBeingUpgraded_ReturnValue) == 0x000231, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::CallFunc_IsBeingUpgraded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_CustomEvent_IsBeingUpgraded) == 0x000232, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_CustomEvent_IsBeingUpgraded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_ComponentBoundEvent_Button_2) == 0x000238, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_ComponentBoundEvent_Selected) == 0x000240, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_ComponentBoundEvent_Button_1) == 0x000248, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement, K2Node_Select_Default) == 0x000250, "Member 'WBP_Panel_WeaponElement_C_ExecuteUbergraph_WBP_Panel_WeaponElement::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged \ +static_assert(alignof(WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged) == 0x000001, "Wrong alignment on WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged) == 0x000001, "Wrong size on WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged, IsBeingUpgraded) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_OnIsBeingUpgradedChanged::IsBeingUpgraded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_OnListItemObjectSet \ +static_assert(alignof(WBP_Panel_WeaponElement_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_Panel_WeaponElement_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged \ +static_assert(alignof(WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged) == 0x000001, "Wrong alignment on WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged) == 0x000001, "Wrong size on WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged, IsEquipped) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_OnWeaponEquippedChanged::IsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_Set_Button_as_Empty \ +static_assert(alignof(WBP_Panel_WeaponElement_C_Set_Button_as_Empty) == 0x000008, "Wrong alignment on WBP_Panel_WeaponElement_C_Set_Button_as_Empty"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_Set_Button_as_Empty) == 0x000020, "Wrong size on WBP_Panel_WeaponElement_C_Set_Button_as_Empty"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_Set_Button_as_Empty, Temp_text_Variable) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_Set_Button_as_Empty::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_Set_Button_as_Empty, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'WBP_Panel_WeaponElement_C_Set_Button_as_Empty::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_WeaponElement_C_SetIsBeingUpgraded \ +static_assert(alignof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded) == 0x000004, "Wrong alignment on WBP_Panel_WeaponElement_C_SetIsBeingUpgraded"); \ +static_assert(sizeof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded) == 0x00003C, "Wrong size on WBP_Panel_WeaponElement_C_SetIsBeingUpgraded"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, IsBeingUpgraded) == 0x000000, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::IsBeingUpgraded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_struct_Variable) == 0x000004, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_bool_Variable) == 0x000024, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_byte_Variable) == 0x000025, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_byte_Variable_1) == 0x000026, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, Temp_bool_Variable_1) == 0x000027, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, K2Node_Select_Default) == 0x000028, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_WeaponElement_C_SetIsBeingUpgraded, K2Node_Select_Default_1) == 0x00002C, "Member 'WBP_Panel_WeaponElement_C_SetIsBeingUpgraded::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_WeaponElement_C \ +static_assert(alignof(UWBP_Panel_WeaponElement_C) == 0x000008, "Wrong alignment on UWBP_Panel_WeaponElement_C"); \ +static_assert(sizeof(UWBP_Panel_WeaponElement_C) == 0x000370, "Wrong size on UWBP_Panel_WeaponElement_C"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Panel_WeaponElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, BaseButton) == 0x000310, "Member 'UWBP_Panel_WeaponElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, LeftUpgradeCorner) == 0x000318, "Member 'UWBP_Panel_WeaponElement_C::LeftUpgradeCorner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, NotificationBullet) == 0x000320, "Member 'UWBP_Panel_WeaponElement_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, RightUpgradeCorner) == 0x000328, "Member 'UWBP_Panel_WeaponElement_C::RightUpgradeCorner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, WeaponIcon) == 0x000330, "Member 'UWBP_Panel_WeaponElement_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, WeaponLevel) == 0x000338, "Member 'UWBP_Panel_WeaponElement_C::WeaponLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, WeaponName) == 0x000340, "Member 'UWBP_Panel_WeaponElement_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, OnElementClicked) == 0x000348, "Member 'UWBP_Panel_WeaponElement_C::OnElementClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, WeaponViewItem) == 0x000358, "Member 'UWBP_Panel_WeaponElement_C::WeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_WeaponElement_C, OnElementNavigated) == 0x000360, "Member 'UWBP_Panel_WeaponElement_C::OnElementNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_jRPG_SavesContainer_C \ +static_assert(alignof(UBP_jRPG_SavesContainer_C) == 0x000008, "Wrong alignment on UBP_jRPG_SavesContainer_C"); \ +static_assert(sizeof(UBP_jRPG_SavesContainer_C) == 0x000038, "Wrong size on UBP_jRPG_SavesContainer_C"); \ +static_assert(offsetof(UBP_jRPG_SavesContainer_C, SaveSlots) == 0x000028, "Member 'UBP_jRPG_SavesContainer_C::SaveSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Charge_C_OnAnimationFinished \ +static_assert(alignof(WBP_UniqueMechanic_Charge_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Charge_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UniqueMechanic_Charge_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UniqueMechanic_Charge_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UniqueMechanic_Charge_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge \ +static_assert(alignof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge"); \ +static_assert(sizeof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge) == 0x000088, "Wrong size on WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, EntryPoint) == 0x000000, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, Temp_object_Variable) == 0x000008, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, Temp_int_Variable) == 0x000010, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, K2Node_MakeArray_Array_1) == 0x000038, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, K2Node_MakeArray_Array_2) == 0x000048, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, K2Node_Event_Animation) == 0x000068, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000081, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge, CallFunc_BooleanAND_ReturnValue) == 0x000082, "Member 'WBP_UniqueMechanic_Charge_C_ExecuteUbergraph_WBP_UniqueMechanic_Charge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Charge_C_UpdateChargeUI \ +static_assert(alignof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Charge_C_UpdateChargeUI"); \ +static_assert(sizeof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI) == 0x000190, "Wrong size on WBP_UniqueMechanic_Charge_C_UpdateChargeUI"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, NewValue) == 0x000000, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, PreviousValue) == 0x000004, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000009, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Greater_IntInt_ReturnValue) == 0x00000A, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00000B, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00000C, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x00000D, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Variable) == 0x00002C, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_GetAllChildren_ReturnValue) == 0x000050, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_DynamicCast_AsText) == 0x000078, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_DynamicCast_AsText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_GetAllChildren_ReturnValue_1) == 0x000098, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_DynamicCast_AsImage) == 0x0000B8, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_DynamicCast_AsImage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Length_ReturnValue_2) == 0x0000C4, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_byte_Variable) == 0x0000C8, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Conv_IntToText_ReturnValue) == 0x0000D0, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_byte_Variable_1) == 0x0000E0, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_bool_Variable) == 0x0000E1, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_text_Variable) == 0x0000E8, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_Select_Default) == 0x0000F8, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_text_Variable_1) == 0x000100, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_bool_Variable_1) == 0x000110, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_PlayAnimation_ReturnValue_1) == 0x000118, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_Select_Default_1) == 0x000120, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_PlayAnimation_ReturnValue_2) == 0x000130, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_struct_Variable) == 0x000138, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Array_Get_Item_3) == 0x000148, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_PlayAnimation_ReturnValue_3) == 0x000150, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Variable_1) == 0x000158, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, Temp_int_Loop_Counter_Variable_2) == 0x00015C, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_Select_Default_2) == 0x000160, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Less_IntInt_ReturnValue_2) == 0x000170, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, K2Node_MakeStruct_SlateColor_1) == 0x000174, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Charge_C_UpdateChargeUI, CallFunc_Add_IntInt_ReturnValue_3) == 0x000188, "Member 'WBP_UniqueMechanic_Charge_C_UpdateChargeUI::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UniqueMechanic_Charge_C \ +static_assert(alignof(UWBP_UniqueMechanic_Charge_C) == 0x000008, "Wrong alignment on UWBP_UniqueMechanic_Charge_C"); \ +static_assert(sizeof(UWBP_UniqueMechanic_Charge_C) == 0x0004F8, "Wrong size on UWBP_UniqueMechanic_Charge_C"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_UniqueMechanic_Charge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Anim_BackTo0) == 0x0002E8, "Member 'UWBP_UniqueMechanic_Charge_C::Anim_BackTo0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Anim_TurnStart) == 0x0002F0, "Member 'UWBP_UniqueMechanic_Charge_C::Anim_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Anim_Overcharge) == 0x0002F8, "Member 'UWBP_UniqueMechanic_Charge_C::Anim_Overcharge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Anim_NewChargeSlot) == 0x000300, "Member 'UWBP_UniqueMechanic_Charge_C::Anim_NewChargeSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Anim_Charges_GlowLoop) == 0x000308, "Member 'UWBP_UniqueMechanic_Charge_C::Anim_Charges_GlowLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, ArmGlow) == 0x000310, "Member 'UWBP_UniqueMechanic_Charge_C::ArmGlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, CanvasPanel_Gustave_UniqueMecanique) == 0x000318, "Member 'UWBP_UniqueMechanic_Charge_C::CanvasPanel_Gustave_UniqueMecanique' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Arm) == 0x000320, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Arm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_ArmShadow) == 0x000328, "Member 'UWBP_UniqueMechanic_Charge_C::Image_ArmShadow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Background_Glow) == 0x000330, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Background_Glow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow1) == 0x000338, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow10) == 0x000340, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow2) == 0x000348, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow3) == 0x000350, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow4) == 0x000358, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow5) == 0x000360, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow6) == 0x000368, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow7) == 0x000370, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow8) == 0x000378, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Glow9) == 0x000380, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Glow9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Lightning) == 0x000388, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Lightning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line1) == 0x000390, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line10) == 0x000398, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line2) == 0x0003A0, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line3) == 0x0003A8, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line4) == 0x0003B0, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line5) == 0x0003B8, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line6) == 0x0003C0, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line7) == 0x0003C8, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line8) == 0x0003D0, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Image_Line9) == 0x0003D8, "Member 'UWBP_UniqueMechanic_Charge_C::Image_Line9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge1) == 0x0003E0, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge10) == 0x0003E8, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge2) == 0x0003F0, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge3) == 0x0003F8, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge4) == 0x000400, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge5) == 0x000408, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge6) == 0x000410, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge7) == 0x000418, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge8) == 0x000420, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Overlay_Charge9) == 0x000428, "Member 'UWBP_UniqueMechanic_Charge_C::Overlay_Charge9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, RetainerBox_BackgroundGlow) == 0x000430, "Member 'UWBP_UniqueMechanic_Charge_C::RetainerBox_BackgroundGlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, RetainerBoxArm) == 0x000438, "Member 'UWBP_UniqueMechanic_Charge_C::RetainerBoxArm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, TextBlock_CurrentValue) == 0x000440, "Member 'UWBP_UniqueMechanic_Charge_C::TextBlock_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, TextBlock_MaxValue) == 0x000448, "Member 'UWBP_UniqueMechanic_Charge_C::TextBlock_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, ValueBox) == 0x000450, "Member 'UWBP_UniqueMechanic_Charge_C::ValueBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, WBP_Name_UniqueMechanics) == 0x000458, "Member 'UWBP_UniqueMechanic_Charge_C::WBP_Name_UniqueMechanics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, IsAppearing) == 0x000460, "Member 'UWBP_UniqueMechanic_Charge_C::IsAppearing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, ChargeMechanicComponent) == 0x000468, "Member 'UWBP_UniqueMechanic_Charge_C::ChargeMechanicComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, GlowImages) == 0x000470, "Member 'UWBP_UniqueMechanic_Charge_C::GlowImages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, ChargeImages) == 0x000480, "Member 'UWBP_UniqueMechanic_Charge_C::ChargeImages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, CurrentValue) == 0x000490, "Member 'UWBP_UniqueMechanic_Charge_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Color_Weak) == 0x000494, "Member 'UWBP_UniqueMechanic_Charge_C::Color_Weak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Color_Medium) == 0x0004A4, "Member 'UWBP_UniqueMechanic_Charge_C::Color_Medium' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Color_Strong) == 0x0004B4, "Member 'UWBP_UniqueMechanic_Charge_C::Color_Strong' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, Color_Max) == 0x0004C4, "Member 'UWBP_UniqueMechanic_Charge_C::Color_Max' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, SD_OverchargeFull_Switch) == 0x0004D8, "Member 'UWBP_UniqueMechanic_Charge_C::SD_OverchargeFull_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Charge_C, SD_OverchargeFull_TurnStart) == 0x0004E8, "Member 'UWBP_UniqueMechanic_Charge_C::SD_OverchargeFull_TurnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_TryFlushCharge \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_TryFlushCharge) == 0x000001, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_TryFlushCharge"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_TryFlushCharge) == 0x000002, "Wrong size on BP_UniqueMechanic_Charge_Component_C_TryFlushCharge"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_TryFlushCharge, Success) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_TryFlushCharge::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_TryFlushCharge, CallFunc_IsFullyCharged_ReturnValue) == 0x000001, "Member 'BP_UniqueMechanic_Charge_Component_C_TryFlushCharge::CallFunc_IsFullyCharged_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal) == 0x000038, "Wrong size on BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, ChargeCount_0) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::ChargeCount_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, local_clampedValue) == 0x000004, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::local_clampedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, local_previousValue) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::local_previousValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_GetCurrentChargeCount_ReturnValue) == 0x000018, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_GetCurrentChargeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000020, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_GetMaxChargeCount_ReturnValue) == 0x00002C, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_GetMaxChargeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000031, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal, CallFunc_Clamp_ReturnValue) == 0x000034, "Member 'BP_UniqueMechanic_Charge_Component_C_SetChargeCountInternal::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event) == 0x000010, "Wrong size on BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event, Character) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event, Enemy) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_OnParrySuccessful_Event::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event) == 0x000010, "Wrong size on BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event, Character) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event, Enemy) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_OnDodgeSuccessful_Event::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage) == 0x000008, "Wrong size on BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage, BattleDamage) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_OnCharacterReceivedDamage::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_IsFullyCharged \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_IsFullyCharged) == 0x000001, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_IsFullyCharged"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_IsFullyCharged) == 0x000002, "Wrong size on BP_UniqueMechanic_Charge_Component_C_IsFullyCharged"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsFullyCharged, ReturnValue) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_IsFullyCharged::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsFullyCharged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_UniqueMechanic_Charge_Component_C_IsFullyCharged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner) == 0x000020, "Wrong size on BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner, CharacterBattle) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner, ReturnValue) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_UniqueMechanic_Charge_Component_C_IsCharacterOwner::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge) == 0x000008, "Wrong size on BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge, WBP_UniqueMechanic_Charge_0) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_GetWBP_UniqueMechanic_Charge::WBP_UniqueMechanic_Charge_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount) == 0x000004, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount) == 0x000004, "Wrong size on BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount, ReturnValue) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_GetMaxChargeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount) == 0x000004, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount) == 0x000004, "Wrong size on BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount, ReturnValue) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_GetCurrentChargeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component) == 0x0000F0, "Wrong size on BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, EntryPoint) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CreateDelegate_OutputDelegate_3) == 0x000040, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CustomEvent_BattleDamage) == 0x000050, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CustomEvent_BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CreateDelegate_OutputDelegate_4) == 0x000058, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetSourceCharacter_SourceCharacter) == 0x000068, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000070, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetCharacterBattleBase_IsValid) == 0x000078, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_IsCharacterOwner_ReturnValue) == 0x000090, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_IsCharacterOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_Array_Contains_ReturnValue) == 0x000091, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetBattleManager_ReturnValue) == 0x000098, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetOwner_ReturnValue) == 0x0000A0, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0000A8, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_Event_EndPlayReason) == 0x0000B1, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CustomEvent_Character_1) == 0x0000B8, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CustomEvent_Enemy_1) == 0x0000C0, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CustomEvent_Enemy_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_GetBattleManager_ReturnValue_1) == 0x0000C8, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_IsCharacterOwner_ReturnValue_1) == 0x0000D0, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_IsCharacterOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CustomEvent_Character) == 0x0000D8, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, K2Node_CustomEvent_Enemy) == 0x0000E0, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::K2Node_CustomEvent_Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component, CallFunc_IsCharacterOwner_ReturnValue_2) == 0x0000E8, "Member 'BP_UniqueMechanic_Charge_Component_C_ExecuteUbergraph_BP_UniqueMechanic_Charge_Component::CallFunc_IsCharacterOwner_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget) == 0x000008, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget) == 0x000020, "Wrong size on BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget, CreatedUserWidget) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget::CreatedUserWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget, SlotIndex) == 0x000008, "Member 'BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_UniqueMechanic_Charge_Component_C_CreatePortraitWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UniqueMechanic_Charge_Component_C_ChangeCharge \ +static_assert(alignof(BP_UniqueMechanic_Charge_Component_C_ChangeCharge) == 0x000004, "Wrong alignment on BP_UniqueMechanic_Charge_Component_C_ChangeCharge"); \ +static_assert(sizeof(BP_UniqueMechanic_Charge_Component_C_ChangeCharge) == 0x000008, "Wrong size on BP_UniqueMechanic_Charge_Component_C_ChangeCharge"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ChangeCharge, Delta) == 0x000000, "Member 'BP_UniqueMechanic_Charge_Component_C_ChangeCharge::Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_UniqueMechanic_Charge_Component_C_ChangeCharge, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_UniqueMechanic_Charge_Component_C_ChangeCharge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UniqueMechanic_Charge_Component_C \ +static_assert(alignof(UBP_UniqueMechanic_Charge_Component_C) == 0x000008, "Wrong alignment on UBP_UniqueMechanic_Charge_Component_C"); \ +static_assert(sizeof(UBP_UniqueMechanic_Charge_Component_C) == 0x0000C8, "Wrong size on UBP_UniqueMechanic_Charge_Component_C"); \ +static_assert(offsetof(UBP_UniqueMechanic_Charge_Component_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_UniqueMechanic_Charge_Component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UniqueMechanic_Charge_Component_C, ChargeCount) == 0x0000A8, "Member 'UBP_UniqueMechanic_Charge_Component_C::ChargeCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_UniqueMechanic_Charge_Component_C, MaxChargeCount) == 0x0000AC, "Member 'UBP_UniqueMechanic_Charge_Component_C::MaxChargeCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_UniqueMechanic_Charge_Component_C, WBP_UniqueMechanic_Charge) == 0x0000B0, "Member 'UBP_UniqueMechanic_Charge_Component_C::WBP_UniqueMechanic_Charge' has a wrong offset!"); \ +static_assert(offsetof(UBP_UniqueMechanic_Charge_Component_C, OnChargeCountChanged) == 0x0000B8, "Member 'UBP_UniqueMechanic_Charge_Component_C::OnChargeCountChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Buff_VersoAscendingAssault_C_GetCastCount \ +static_assert(alignof(BP_Buff_VersoAscendingAssault_C_GetCastCount) == 0x000004, "Wrong alignment on BP_Buff_VersoAscendingAssault_C_GetCastCount"); \ +static_assert(sizeof(BP_Buff_VersoAscendingAssault_C_GetCastCount) == 0x000004, "Wrong size on BP_Buff_VersoAscendingAssault_C_GetCastCount"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_GetCastCount, AscendingAssaultCastCount_0) == 0x000000, "Member 'BP_Buff_VersoAscendingAssault_C_GetCastCount::AscendingAssaultCastCount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault \ +static_assert(alignof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault) == 0x000008, "Wrong alignment on BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault"); \ +static_assert(sizeof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault) == 0x000020, "Wrong size on BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault, EntryPoint) == 0x000000, "Member 'BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault, CallFunc_Clamp_ReturnValue) == 0x000018, "Member 'BP_Buff_VersoAscendingAssault_C_ExecuteUbergraph_BP_Buff_VersoAscendingAssault::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Buff_VersoAscendingAssault_C \ +static_assert(alignof(UBP_Buff_VersoAscendingAssault_C) == 0x000008, "Wrong alignment on UBP_Buff_VersoAscendingAssault_C"); \ +static_assert(sizeof(UBP_Buff_VersoAscendingAssault_C) == 0x000168, "Wrong size on UBP_Buff_VersoAscendingAssault_C"); \ +static_assert(offsetof(UBP_Buff_VersoAscendingAssault_C, UberGraphFrame_BP_Buff_VersoAscendingAssault_C) == 0x000158, "Member 'UBP_Buff_VersoAscendingAssault_C::UberGraphFrame_BP_Buff_VersoAscendingAssault_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_Buff_VersoAscendingAssault_C, AscendingAssaultCastCount) == 0x000160, "Member 'UBP_Buff_VersoAscendingAssault_C::AscendingAssaultCastCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages \ +static_assert(alignof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages"); \ +static_assert(sizeof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages) == 0x000028, "Wrong size on BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, Out) == 0x000008, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::Out' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages, CallFunc_Clamp_ReturnValue) == 0x000024, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ProcessDealtRawDamages::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount \ +static_assert(alignof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount) == 0x000008, "Wrong alignment on BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount"); \ +static_assert(sizeof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount) == 0x000020, "Wrong size on BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount, K2Node_Event_CharacterStats) == 0x000008, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount, K2Node_Event_TurnStartDependencies) == 0x000010, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount, CallFunc_IsBuffTarget_IsTarget) == 0x000018, "Member 'BP_BattleBuff_Followup_FreeAimCount_C_ExecuteUbergraph_BP_BattleBuff_Followup_FreeAimCount::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_Followup_FreeAimCount_C \ +static_assert(alignof(UBP_BattleBuff_Followup_FreeAimCount_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_Followup_FreeAimCount_C"); \ +static_assert(sizeof(UBP_BattleBuff_Followup_FreeAimCount_C) == 0x000168, "Wrong size on UBP_BattleBuff_Followup_FreeAimCount_C"); \ +static_assert(offsetof(UBP_BattleBuff_Followup_FreeAimCount_C, UberGraphFrame_BP_BattleBuff_Followup_FreeAimCount_C) == 0x000158, "Member 'UBP_BattleBuff_Followup_FreeAimCount_C::UberGraphFrame_BP_BattleBuff_Followup_FreeAimCount_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Followup_FreeAimCount_C, FreeAimCount) == 0x000160, "Member 'UBP_BattleBuff_Followup_FreeAimCount_C::FreeAimCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent \ +static_assert(alignof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent) == 0x000008, "Wrong alignment on BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent"); \ +static_assert(sizeof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent) == 0x000088, "Wrong size on BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, EntryPoint) == 0x000000, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000008, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000010, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, K2Node_CustomEvent_IsRightFoot) == 0x000018, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::K2Node_CustomEvent_IsRightFoot' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, K2Node_CustomEvent_Location) == 0x000020, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::K2Node_CustomEvent_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, K2Node_CustomEvent_Rotation) == 0x000038, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::K2Node_CustomEvent_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000058, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SpawnDecalAtLocation_ReturnValue_1) == 0x000060, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SpawnDecalAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast) == 0x000070, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SetFadeOut_Duration_ImplicitCast) == 0x000074, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SetFadeOut_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SetFadeOut_Duration_ImplicitCast_1) == 0x000078, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SetFadeOut_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SetFadeOut_StartDelay_ImplicitCast) == 0x00007C, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SetFadeOut_StartDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast_1) == 0x000080, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent, CallFunc_SetFadeOut_StartDelay_ImplicitCast_1) == 0x000084, "Member 'BP_FootstepVisualComponent_C_ExecuteUbergraph_BP_FootstepVisualComponent::CallFunc_SetFadeOut_StartDelay_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FootstepVisualComponent_C_FootstepVisualEvent \ +static_assert(alignof(BP_FootstepVisualComponent_C_FootstepVisualEvent) == 0x000008, "Wrong alignment on BP_FootstepVisualComponent_C_FootstepVisualEvent"); \ +static_assert(sizeof(BP_FootstepVisualComponent_C_FootstepVisualEvent) == 0x000038, "Wrong size on BP_FootstepVisualComponent_C_FootstepVisualEvent"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_FootstepVisualEvent, IsRightFoot) == 0x000000, "Member 'BP_FootstepVisualComponent_C_FootstepVisualEvent::IsRightFoot' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_FootstepVisualEvent, Location) == 0x000008, "Member 'BP_FootstepVisualComponent_C_FootstepVisualEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FootstepVisualComponent_C_FootstepVisualEvent, Rotation) == 0x000020, "Member 'BP_FootstepVisualComponent_C_FootstepVisualEvent::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FootstepVisualComponent_C \ +static_assert(alignof(UBP_FootstepVisualComponent_C) == 0x000008, "Wrong alignment on UBP_FootstepVisualComponent_C"); \ +static_assert(sizeof(UBP_FootstepVisualComponent_C) == 0x0000B0, "Wrong size on UBP_FootstepVisualComponent_C"); \ +static_assert(offsetof(UBP_FootstepVisualComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FootstepVisualComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FootstepVisualComponent_C, FootstepVisualProfile) == 0x0000A8, "Member 'UBP_FootstepVisualComponent_C::FootstepVisualProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_IdleNpcParameters \ +static_assert(alignof(FS_IdleNpcParameters) == 0x000008, "Wrong alignment on FS_IdleNpcParameters"); \ +static_assert(sizeof(FS_IdleNpcParameters) == 0x000058, "Wrong size on FS_IdleNpcParameters"); \ +static_assert(offsetof(FS_IdleNpcParameters, IdleAnim_3_BC0E138B46C7A1F033DE5E95EBDFEDA6) == 0x000000, "Member 'FS_IdleNpcParameters::IdleAnim_3_BC0E138B46C7A1F033DE5E95EBDFEDA6' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, PlayRate_6_B61B2E2549E126EE1E2AE0A734192826) == 0x000008, "Member 'FS_IdleNpcParameters::PlayRate_6_B61B2E2549E126EE1E2AE0A734192826' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, Transition_In_19_FD1DDF534A68365497DEE09639413C78) == 0x000010, "Member 'FS_IdleNpcParameters::Transition_In_19_FD1DDF534A68365497DEE09639413C78' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, PlayRateTransitionIn_25_07AD6D5F47943DA72F25EEB595C66287) == 0x000018, "Member 'FS_IdleNpcParameters::PlayRateTransitionIn_25_07AD6D5F47943DA72F25EEB595C66287' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, Transition_Out_21_D357F0024E302E485489F2B31AC9B165) == 0x000020, "Member 'FS_IdleNpcParameters::Transition_Out_21_D357F0024E302E485489F2B31AC9B165' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, PlayRateTransitionOut_27_757BAB38468CFCE3D5E31DB0C874EC50) == 0x000028, "Member 'FS_IdleNpcParameters::PlayRateTransitionOut_27_757BAB38468CFCE3D5E31DB0C874EC50' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, BreathingAnimation_22_FB7D2A374FE823B0E5D828BE09EE063C) == 0x000030, "Member 'FS_IdleNpcParameters::BreathingAnimation_22_FB7D2A374FE823B0E5D828BE09EE063C' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, BreathingAnimationAlpha_11_B8AB69F24E78F0476D0B069CAB27AAB9) == 0x000038, "Member 'FS_IdleNpcParameters::BreathingAnimationAlpha_11_B8AB69F24E78F0476D0B069CAB27AAB9' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, RandomAnimationTalkingList_16_56E7C7504E3A44B49BAFD0B7D58B0A55) == 0x000040, "Member 'FS_IdleNpcParameters::RandomAnimationTalkingList_16_56E7C7504E3A44B49BAFD0B7D58B0A55' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, ShouldPlayHandAdditive_29_FDCAD6654FA4C72C459A7BB6F81C6A19) == 0x000050, "Member 'FS_IdleNpcParameters::ShouldPlayHandAdditive_29_FDCAD6654FA4C72C459A7BB6F81C6A19' has a wrong offset!"); \ +static_assert(offsetof(FS_IdleNpcParameters, CorrespondingPosture_32_8F4F8AA142C47FC3F57732BC5DD2143E) == 0x000051, "Member 'FS_IdleNpcParameters::CorrespondingPosture_32_8F4F8AA142C47FC3F57732BC5DD2143E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton \ +static_assert(alignof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton) == 0x000008, "Wrong alignment on WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton"); \ +static_assert(sizeof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton) == 0x000098, "Wrong size on WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, EntryPoint) == 0x000000, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_struct_Variable) == 0x000008, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_bool_Variable_2) == 0x000029, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_bool_Variable_3) == 0x00002A, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, Temp_bool_Variable_4) == 0x000038, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_Event_IsDesignTime) == 0x000039, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_Select_Default) == 0x000040, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_CustomEvent_Focused) == 0x000048, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_CustomEvent_Focused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_MakeStruct_SlateColor) == 0x00007C, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton, K2Node_Select_Default_2) == 0x000091, "Member 'WBP_ArrowButton_C_ExecuteUbergraph_WBP_ArrowButton::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArrowButton_C_PreConstruct \ +static_assert(alignof(WBP_ArrowButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ArrowButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ArrowButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ArrowButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ArrowButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ArrowButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArrowButton_C_SetFocused \ +static_assert(alignof(WBP_ArrowButton_C_SetFocused) == 0x000001, "Wrong alignment on WBP_ArrowButton_C_SetFocused"); \ +static_assert(sizeof(WBP_ArrowButton_C_SetFocused) == 0x000001, "Wrong size on WBP_ArrowButton_C_SetFocused"); \ +static_assert(offsetof(WBP_ArrowButton_C_SetFocused, Focused) == 0x000000, "Member 'WBP_ArrowButton_C_SetFocused::Focused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ArrowButton_C \ +static_assert(alignof(UWBP_ArrowButton_C) == 0x000010, "Wrong alignment on UWBP_ArrowButton_C"); \ +static_assert(sizeof(UWBP_ArrowButton_C) == 0x0015F0, "Wrong size on UWBP_ArrowButton_C"); \ +static_assert(offsetof(UWBP_ArrowButton_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_ArrowButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, CanvasPanel_ArrowLeft) == 0x0015A8, "Member 'UWBP_ArrowButton_C::CanvasPanel_ArrowLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, CanvasPanel_ArrowRight) == 0x0015B0, "Member 'UWBP_ArrowButton_C::CanvasPanel_ArrowRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, Image_Arrow_Upgrade_in) == 0x0015B8, "Member 'UWBP_ArrowButton_C::Image_Arrow_Upgrade_in' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, Image_Arrow_Upgrade_in_1) == 0x0015C0, "Member 'UWBP_ArrowButton_C::Image_Arrow_Upgrade_in_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, Image_Arrow_Upgrade_out_size) == 0x0015C8, "Member 'UWBP_ArrowButton_C::Image_Arrow_Upgrade_out_size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, Image_Arrow_UpgradeRight_out_Size) == 0x0015D0, "Member 'UWBP_ArrowButton_C::Image_Arrow_UpgradeRight_out_Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, Switcher_ArrowContainer) == 0x0015D8, "Member 'UWBP_ArrowButton_C::Switcher_ArrowContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, WBP_GlowContainer) == 0x0015E0, "Member 'UWBP_ArrowButton_C::WBP_GlowContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArrowButton_C, IsLeftArrow) == 0x0015E8, "Member 'UWBP_ArrowButton_C::IsLeftArrow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded \ +static_assert(alignof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded) == 0x000008, "Wrong alignment on BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded"); \ +static_assert(sizeof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded) == 0x000070, "Wrong size on BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, Temp_wildcard_Variable) == 0x000008, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_Multiply_RotatorFloat_ReturnValue) == 0x000030, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_Multiply_RotatorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000048, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_GetPlayerPawn_ReturnValue) == 0x000058, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_GetOwner_ReturnValue_1) == 0x000060, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000068, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_CreateSecondaryNiagaraSystemIfNeeded::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent \ +static_assert(alignof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent) == 0x000004, "Wrong alignment on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent"); \ +static_assert(sizeof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent) == 0x00000C, "Wrong size on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent, EntryPoint) == 0x000000, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent, K2Node_Event_EndPlayReason) == 0x000008, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_ExecuteUbergraph_BP_DEPRECIATE_EnvironmentInteractionComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem \ +static_assert(alignof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem) == 0x000008, "Wrong alignment on BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem"); \ +static_assert(sizeof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem) == 0x000010, "Wrong size on BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem, NiagaraSystem) == 0x000000, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_GetMainParticleSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick \ +static_assert(alignof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DEPRECIATE_EnvironmentInteractionComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DEPRECIATE_EnvironmentInteractionComponent_C \ +static_assert(alignof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C) == 0x000010, "Wrong alignment on UBP_DEPRECIATE_EnvironmentInteractionComponent_C"); \ +static_assert(sizeof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C) == 0x0002B0, "Wrong size on UBP_DEPRECIATE_EnvironmentInteractionComponent_C"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, UberGraphFrame) == 0x000230, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Interaction_Size) == 0x000238, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Interaction_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, NiagaraSystems) == 0x000240, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::NiagaraSystems' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Impact_Duration) == 0x000250, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Impact_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, _Alpha) == 0x000254, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, _Optimisation) == 0x000258, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::_Optimisation' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, OverrideMaterialList) == 0x000260, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::OverrideMaterialList' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Radius) == 0x000270, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Active_Interactor) == 0x000278, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Active_Interactor' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Impact_Size) == 0x000280, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Impact_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Save_Impact_Size) == 0x000288, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Save_Impact_Size' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Impact_Opacity) == 0x000290, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Impact_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, Save_Impact_Opacity) == 0x000298, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::Save_Impact_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UBP_DEPRECIATE_EnvironmentInteractionComponent_C, AllowRotationMaterial) == 0x0002A0, "Member 'UBP_DEPRECIATE_EnvironmentInteractionComponent_C::AllowRotationMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_Add_Check \ +static_assert(alignof(BP_BattleCheckContext_C_Add_Check) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_Add_Check"); \ +static_assert(sizeof(BP_BattleCheckContext_C_Add_Check) == 0x0000E0, "Wrong size on BP_BattleCheckContext_C_Add_Check"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CheckName) == 0x000000, "Member 'BP_BattleCheckContext_C_Add_Check::CheckName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CheckMode) == 0x000008, "Member 'BP_BattleCheckContext_C_Add_Check::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_BattleCheckContext_C_Add_Check::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_BattleCheckContext_C_Add_Check::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_BattleCheckContext_C_Add_Check::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_Array_AddUnique_ReturnValue) == 0x0000C0, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_Array_Find_ReturnValue) == 0x0000D8, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_Add_Check, CallFunc_ShouldAssert_ReturnValue) == 0x0000DD, "Member 'BP_BattleCheckContext_C_Add_Check::CallFunc_ShouldAssert_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_CheckCanRecoverActionPoint \ +static_assert(alignof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint) == 0x000001, "Wrong alignment on BP_BattleCheckContext_C_CheckCanRecoverActionPoint"); \ +static_assert(sizeof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint) == 0x000005, "Wrong size on BP_BattleCheckContext_C_CheckCanRecoverActionPoint"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint, CheckMode) == 0x000000, "Member 'BP_BattleCheckContext_C_CheckCanRecoverActionPoint::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint, ReturnValue) == 0x000001, "Member 'BP_BattleCheckContext_C_CheckCanRecoverActionPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint, BecauseDead) == 0x000002, "Member 'BP_BattleCheckContext_C_CheckCanRecoverActionPoint::BecauseDead' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint, CallFunc_CheckIsAlive_Value) == 0x000003, "Member 'BP_BattleCheckContext_C_CheckCanRecoverActionPoint::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverActionPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_BattleCheckContext_C_CheckCanRecoverActionPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_CheckCanRecoverHP \ +static_assert(alignof(BP_BattleCheckContext_C_CheckCanRecoverHP) == 0x000001, "Wrong alignment on BP_BattleCheckContext_C_CheckCanRecoverHP"); \ +static_assert(sizeof(BP_BattleCheckContext_C_CheckCanRecoverHP) == 0x000005, "Wrong size on BP_BattleCheckContext_C_CheckCanRecoverHP"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverHP, CheckMode) == 0x000000, "Member 'BP_BattleCheckContext_C_CheckCanRecoverHP::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverHP, ReturnValue) == 0x000001, "Member 'BP_BattleCheckContext_C_CheckCanRecoverHP::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverHP, BecauseDead) == 0x000002, "Member 'BP_BattleCheckContext_C_CheckCanRecoverHP::BecauseDead' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverHP, CallFunc_CheckIsAlive_Value) == 0x000003, "Member 'BP_BattleCheckContext_C_CheckCanRecoverHP::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanRecoverHP, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_BattleCheckContext_C_CheckCanRecoverHP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_CheckCanResurrect \ +static_assert(alignof(BP_BattleCheckContext_C_CheckCanResurrect) == 0x000001, "Wrong alignment on BP_BattleCheckContext_C_CheckCanResurrect"); \ +static_assert(sizeof(BP_BattleCheckContext_C_CheckCanResurrect) == 0x000004, "Wrong size on BP_BattleCheckContext_C_CheckCanResurrect"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanResurrect, CheckMode) == 0x000000, "Member 'BP_BattleCheckContext_C_CheckCanResurrect::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanResurrect, ReturnValue) == 0x000001, "Member 'BP_BattleCheckContext_C_CheckCanResurrect::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanResurrect, CallFunc_CheckIsAlive_Value) == 0x000002, "Member 'BP_BattleCheckContext_C_CheckCanResurrect::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckCanResurrect, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_BattleCheckContext_C_CheckCanResurrect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_CheckIsAlive \ +static_assert(alignof(BP_BattleCheckContext_C_CheckIsAlive) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_CheckIsAlive"); \ +static_assert(sizeof(BP_BattleCheckContext_C_CheckIsAlive) == 0x000018, "Wrong size on BP_BattleCheckContext_C_CheckIsAlive"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, CheckMode) == 0x000000, "Member 'BP_BattleCheckContext_C_CheckIsAlive::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, Bypass) == 0x000001, "Member 'BP_BattleCheckContext_C_CheckIsAlive::Bypass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, Value) == 0x000002, "Member 'BP_BattleCheckContext_C_CheckIsAlive::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_BattleCheckContext_C_CheckIsAlive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'BP_BattleCheckContext_C_CheckIsAlive::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'BP_BattleCheckContext_C_CheckIsAlive::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_CheckIsAlive, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'BP_BattleCheckContext_C_CheckIsAlive::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_ClearCheckList \ +static_assert(alignof(BP_BattleCheckContext_C_ClearCheckList) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_ClearCheckList"); \ +static_assert(sizeof(BP_BattleCheckContext_C_ClearCheckList) == 0x000030, "Wrong size on BP_BattleCheckContext_C_ClearCheckList"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, CheckNames) == 0x000000, "Member 'BP_BattleCheckContext_C_ClearCheckList::CheckNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleCheckContext_C_ClearCheckList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_BattleCheckContext_C_ClearCheckList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_BattleCheckContext_C_ClearCheckList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BattleCheckContext_C_ClearCheckList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleCheckContext_C_ClearCheckList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, Temp_name_Variable) == 0x000024, "Member 'BP_BattleCheckContext_C_ClearCheckList::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ClearCheckList, CallFunc_Array_RemoveItem_ReturnValue) == 0x00002C, "Member 'BP_BattleCheckContext_C_ClearCheckList::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_GetAllConstants \ +static_assert(alignof(BP_BattleCheckContext_C_GetAllConstants) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_GetAllConstants"); \ +static_assert(sizeof(BP_BattleCheckContext_C_GetAllConstants) == 0x000020, "Wrong size on BP_BattleCheckContext_C_GetAllConstants"); \ +static_assert(offsetof(BP_BattleCheckContext_C_GetAllConstants, Array) == 0x000000, "Member 'BP_BattleCheckContext_C_GetAllConstants::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_GetAllConstants, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_BattleCheckContext_C_GetAllConstants::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_HasCheck \ +static_assert(alignof(BP_BattleCheckContext_C_HasCheck) == 0x000004, "Wrong alignment on BP_BattleCheckContext_C_HasCheck"); \ +static_assert(sizeof(BP_BattleCheckContext_C_HasCheck) == 0x000014, "Wrong size on BP_BattleCheckContext_C_HasCheck"); \ +static_assert(offsetof(BP_BattleCheckContext_C_HasCheck, ItemToFind) == 0x000000, "Member 'BP_BattleCheckContext_C_HasCheck::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_HasCheck, ReturnValue) == 0x000008, "Member 'BP_BattleCheckContext_C_HasCheck::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_HasCheck, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'BP_BattleCheckContext_C_HasCheck::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_HasCheck, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleCheckContext_C_HasCheck::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_IsCheckDeclared \ +static_assert(alignof(BP_BattleCheckContext_C_IsCheckDeclared) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_IsCheckDeclared"); \ +static_assert(sizeof(BP_BattleCheckContext_C_IsCheckDeclared) == 0x0001A0, "Wrong size on BP_BattleCheckContext_C_IsCheckDeclared"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CheckName) == 0x000000, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CheckName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_GetObjectClass_ReturnValue) == 0x000018, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_GetClassDisplayName_ReturnValue) == 0x000068, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x0000F0, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_GetCharacterBattleBase_IsValid) == 0x0000F8, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_GetAllConstants_Array) == 0x000100, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_GetAllConstants_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000110, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Array_Find_ReturnValue) == 0x000120, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000170, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, K2Node_MakeArray_Array_1) == 0x000178, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_ShouldAssert_ReturnValue) == 0x000188, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_ShouldAssert_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_IsCheckDeclared, CallFunc_Format_ReturnValue_1) == 0x000190, "Member 'BP_BattleCheckContext_C_IsCheckDeclared::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_MergeFrom \ +static_assert(alignof(BP_BattleCheckContext_C_MergeFrom) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_MergeFrom"); \ +static_assert(sizeof(BP_BattleCheckContext_C_MergeFrom) == 0x000028, "Wrong size on BP_BattleCheckContext_C_MergeFrom"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, Other) == 0x000000, "Member 'BP_BattleCheckContext_C_MergeFrom::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleCheckContext_C_MergeFrom::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_HasCheck_ReturnValue) == 0x000018, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_HasCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_BattleCheckContext_C_MergeFrom::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_Less_IntInt_ReturnValue) == 0x000021, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_MergeFrom, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleCheckContext_C_MergeFrom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_OnConstruct \ +static_assert(alignof(BP_BattleCheckContext_C_OnConstruct) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_OnConstruct"); \ +static_assert(sizeof(BP_BattleCheckContext_C_OnConstruct) == 0x000168, "Wrong size on BP_BattleCheckContext_C_OnConstruct"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, local_KnownNames) == 0x000000, "Member 'BP_BattleCheckContext_C_OnConstruct::local_KnownNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, Temp_wildcard_Variable) == 0x000010, "Member 'BP_BattleCheckContext_C_OnConstruct::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BattleCheckContext_C_OnConstruct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_BattleCheckContext_C_OnConstruct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000040, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_GetCharacterBattleBase_IsValid) == 0x000048, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Conv_NameToText_ReturnValue) == 0x000050, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_BattleCheckContext_C_OnConstruct::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_BattleCheckContext_C_OnConstruct::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000C8, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000D0, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_ShouldAssert_ReturnValue) == 0x0000D8, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_ShouldAssert_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_BattleCheckContext_C_OnConstruct::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, K2Node_MakeArray_Array_1) == 0x000128, "Member 'BP_BattleCheckContext_C_OnConstruct::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Array_Contains_ReturnValue) == 0x000148, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Not_PreBool_ReturnValue) == 0x000149, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_Array_Add_ReturnValue) == 0x00014C, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_ShouldAssert_ReturnValue_1) == 0x000150, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_ShouldAssert_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnConstruct, CallFunc_GetAllConstants_Array) == 0x000158, "Member 'BP_BattleCheckContext_C_OnConstruct::CallFunc_GetAllConstants_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_OnHPChanged \ +static_assert(alignof(BP_BattleCheckContext_C_OnHPChanged) == 0x000008, "Wrong alignment on BP_BattleCheckContext_C_OnHPChanged"); \ +static_assert(sizeof(BP_BattleCheckContext_C_OnHPChanged) == 0x000010, "Wrong size on BP_BattleCheckContext_C_OnHPChanged"); \ +static_assert(offsetof(BP_BattleCheckContext_C_OnHPChanged, K2Node_MakeArray_Array) == 0x000000, "Member 'BP_BattleCheckContext_C_OnHPChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleCheckContext_C_ShouldAssert \ +static_assert(alignof(BP_BattleCheckContext_C_ShouldAssert) == 0x000001, "Wrong alignment on BP_BattleCheckContext_C_ShouldAssert"); \ +static_assert(sizeof(BP_BattleCheckContext_C_ShouldAssert) == 0x000004, "Wrong size on BP_BattleCheckContext_C_ShouldAssert"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ShouldAssert, Bool) == 0x000000, "Member 'BP_BattleCheckContext_C_ShouldAssert::Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ShouldAssert, ReturnValue) == 0x000001, "Member 'BP_BattleCheckContext_C_ShouldAssert::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ShouldAssert, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BattleCheckContext_C_ShouldAssert::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleCheckContext_C_ShouldAssert, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_BattleCheckContext_C_ShouldAssert::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleCheckContext_C \ +static_assert(alignof(UBP_BattleCheckContext_C) == 0x000008, "Wrong alignment on UBP_BattleCheckContext_C"); \ +static_assert(sizeof(UBP_BattleCheckContext_C) == 0x000068, "Wrong size on UBP_BattleCheckContext_C"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, ActiveChecks) == 0x000028, "Member 'UBP_BattleCheckContext_C::ActiveChecks' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, CharacterStats) == 0x000038, "Member 'UBP_BattleCheckContext_C::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, Constant_IsAlive) == 0x000040, "Member 'UBP_BattleCheckContext_C::Constant_IsAlive' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, Constant_CanResurrect) == 0x000048, "Member 'UBP_BattleCheckContext_C::Constant_CanResurrect' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, IsConstructed) == 0x000050, "Member 'UBP_BattleCheckContext_C::IsConstructed' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, Constant_CanRecoverHP) == 0x000054, "Member 'UBP_BattleCheckContext_C::Constant_CanRecoverHP' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, Constant_CanRecoverMP) == 0x00005C, "Member 'UBP_BattleCheckContext_C::Constant_CanRecoverMP' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleCheckContext_C, FEATURE_IsAssertive) == 0x000064, "Member 'UBP_BattleCheckContext_C::FEATURE_IsAssertive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFAudioBattleCommonSFX \ +static_assert(alignof(FFAudioBattleCommonSFX) == 0x000008, "Wrong alignment on FFAudioBattleCommonSFX"); \ +static_assert(sizeof(FFAudioBattleCommonSFX) == 0x000058, "Wrong size on FFAudioBattleCommonSFX"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, Dodge_2_0EA3E33248DE57C73621B581335FA430) == 0x000000, "Member 'FFAudioBattleCommonSFX::Dodge_2_0EA3E33248DE57C73621B581335FA430' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimHit_A_7_DA5016CB4CE4880B3B24B0A5CB036F22) == 0x000008, "Member 'FFAudioBattleCommonSFX::FreeAimHit_A_7_DA5016CB4CE4880B3B24B0A5CB036F22' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimHit_B_9_87EA659742ACC222E3A1219A6BA0757C) == 0x000010, "Member 'FFAudioBattleCommonSFX::FreeAimHit_B_9_87EA659742ACC222E3A1219A6BA0757C' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimHit_C_11_73355CA9471455CFC7AC49840228B7E9) == 0x000018, "Member 'FFAudioBattleCommonSFX::FreeAimHit_C_11_73355CA9471455CFC7AC49840228B7E9' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimHit_D_13_95362C4B48F25232F540EDAED4B47338) == 0x000020, "Member 'FFAudioBattleCommonSFX::FreeAimHit_D_13_95362C4B48F25232F540EDAED4B47338' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, Heal_16_6E0921574BD09E20FC8025A3078DD944) == 0x000028, "Member 'FFAudioBattleCommonSFX::Heal_16_6E0921574BD09E20FC8025A3078DD944' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, Buff_18_C64041874CF9ACF2C540568028DF2642) == 0x000030, "Member 'FFAudioBattleCommonSFX::Buff_18_C64041874CF9ACF2C540568028DF2642' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, Powerfull_20_63D6597C4F5E7B8211E52EAD2DF0D8F3) == 0x000038, "Member 'FFAudioBattleCommonSFX::Powerfull_20_63D6597C4F5E7B8211E52EAD2DF0D8F3' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimStart_23_B88ED9404BE526DE86953C98B93B4E23) == 0x000040, "Member 'FFAudioBattleCommonSFX::FreeAimStart_23_B88ED9404BE526DE86953C98B93B4E23' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, FreeAimStop_25_E1EC9CE447087C645FC5ACBA99ABE2ED) == 0x000048, "Member 'FFAudioBattleCommonSFX::FreeAimStop_25_E1EC9CE447087C645FC5ACBA99ABE2ED' has a wrong offset!"); \ +static_assert(offsetof(FFAudioBattleCommonSFX, ShieldBreak_28_4545CA1143D66762538EE1A166DC3DF0) == 0x000050, "Member 'FFAudioBattleCommonSFX::ShieldBreak_28_4545CA1143D66762538EE1A166DC3DF0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000011, "Member 'WBP_GM_SkillElementShort_C_BPI_ShouldShowNotification::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_LoadNotificationData \ +static_assert(alignof(WBP_GM_SkillElementShort_C_LoadNotificationData) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_LoadNotificationData"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_LoadNotificationData) == 0x000028, "Wrong size on WBP_GM_SkillElementShort_C_LoadNotificationData"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_LoadNotificationData, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_LoadNotificationData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_LoadNotificationData, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillElementShort_C_LoadNotificationData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_LoadNotificationData, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000018, "Member 'WBP_GM_SkillElementShort_C_LoadNotificationData::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_GetSlotIndex \ +static_assert(alignof(WBP_GM_SkillElementShort_C_GetSlotIndex) == 0x000004, "Wrong alignment on WBP_GM_SkillElementShort_C_GetSlotIndex"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_GetSlotIndex) == 0x000004, "Wrong size on WBP_GM_SkillElementShort_C_GetSlotIndex"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_GetSlotIndex, SlotIndex_0) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_GetSlotIndex::SlotIndex_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_GetSkillData \ +static_assert(alignof(WBP_GM_SkillElementShort_C_GetSkillData) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_GetSkillData"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_GetSkillData) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_GetSkillData"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_GetSkillData, SkillData_0) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_GetSkillData::SkillData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_Load_Skill_Data \ +static_assert(alignof(WBP_GM_SkillElementShort_C_Load_Skill_Data) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_Load_Skill_Data"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_Load_Skill_Data) == 0x0000C8, "Wrong size on WBP_GM_SkillElementShort_C_Load_Skill_Data"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, SkillData_0) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::SkillData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, IsIconRowFound) == 0x000008, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::IsIconRowFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_bool_Variable) == 0x000009, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_GetSkillBaseCost_ReturnValue) == 0x00000C, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_GetSkillBaseCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_byte_Variable) == 0x000010, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_bool_Variable_1) == 0x000012, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, K2Node_Select_Default) == 0x000013, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_text_Variable) == 0x000018, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, K2Node_Select_Default_1) == 0x000030, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000040, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000078, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_LocalToAbsolute_ReturnValue) == 0x000080, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_byte_Variable_2) == 0x000090, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_byte_Variable_3) == 0x000091, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_BooleanAND_ReturnValue) == 0x000092, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, Temp_bool_Variable_2) == 0x000093, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, K2Node_Select_Default_2) == 0x000094, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_Load_Skill_Data, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000C0, "Member 'WBP_GM_SkillElementShort_C_Load_Skill_Data::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_OnListItemObjectSet \ +static_assert(alignof(WBP_GM_SkillElementShort_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_GM_SkillElementShort_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_GM_SkillElementShort_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead \ +static_assert(alignof(WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead) == 0x000018, "Wrong size on WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead, PoolTag) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead, ObjectName) == 0x000008, "Member 'WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead, Mark_Caller) == 0x000010, "Member 'WBP_GM_SkillElementShort_C_OnSkillMarkedAsRead::Mark_Caller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_GM_SkillElementShort_C_BndEvt__WBP_GM_SkillElementShort_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort \ +static_assert(alignof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort) == 0x000008, "Wrong alignment on WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort"); \ +static_assert(sizeof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort) == 0x0000E8, "Wrong size on WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, EntryPoint) == 0x000000, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_bIsExpanded) == 0x000004, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_bIsSelected) == 0x000005, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_ListItemObject) == 0x000008, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_DynamicCast_AsBP_Data_Asset_Skill) == 0x000010, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_DynamicCast_AsBP_Data_Asset_Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_InFocusEvent_1) == 0x00001C, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_ComponentBoundEvent_Button_1) == 0x000028, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000030, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_InFocusEvent) == 0x000068, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_LocalToAbsolute_ReturnValue) == 0x000070, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Event_MarkCaller) == 0x000080, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_IsValid_ReturnValue_1) == 0x000089, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, Temp_class_Variable) == 0x000090, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_CustomEvent_PoolTag) == 0x000098, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_CustomEvent_PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_CustomEvent_ObjectName) == 0x0000A0, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_CustomEvent_ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_CustomEvent_Mark_Caller) == 0x0000A8, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_CustomEvent_Mark_Caller' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000B0, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000B1, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x0000B2, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_BooleanAND_ReturnValue) == 0x0000B3, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, CallFunc_GetCustomGI_ReturnValue) == 0x0000B8, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, Temp_class_Variable_1) == 0x0000C0, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, Temp_bool_Variable) == 0x0000C8, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_ComponentBoundEvent_Selected) == 0x0000D8, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_GM_SkillElementShort_C_ExecuteUbergraph_WBP_GM_SkillElementShort::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_SkillElementShort_C \ +static_assert(alignof(UWBP_GM_SkillElementShort_C) == 0x000008, "Wrong alignment on UWBP_GM_SkillElementShort_C"); \ +static_assert(sizeof(UWBP_GM_SkillElementShort_C) == 0x0003A0, "Wrong size on UWBP_GM_SkillElementShort_C"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_SkillElementShort_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, APIcon) == 0x000310, "Member 'UWBP_GM_SkillElementShort_C::APIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, BaseButton) == 0x000318, "Member 'UWBP_GM_SkillElementShort_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, DPIScaleBox) == 0x000320, "Member 'UWBP_GM_SkillElementShort_C::DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, NotificationBullet) == 0x000328, "Member 'UWBP_GM_SkillElementShort_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SkillIcon) == 0x000330, "Member 'UWBP_GM_SkillElementShort_C::SkillIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SkillName) == 0x000338, "Member 'UWBP_GM_SkillElementShort_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SkillData) == 0x000340, "Member 'UWBP_GM_SkillElementShort_C::SkillData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SkillBinding) == 0x000348, "Member 'UWBP_GM_SkillElementShort_C::SkillBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SkillIconsDT) == 0x000370, "Member 'UWBP_GM_SkillElementShort_C::SkillIconsDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, OnSkillElementShortClicked) == 0x000378, "Member 'UWBP_GM_SkillElementShort_C::OnSkillElementShortClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, OnSkillElementShortFocused) == 0x000388, "Member 'UWBP_GM_SkillElementShort_C::OnSkillElementShortFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillElementShort_C, SlotIndex) == 0x000398, "Member 'UWBP_GM_SkillElementShort_C::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_LoadGameOverrideParameters \ +static_assert(alignof(FS_LoadGameOverrideParameters) == 0x000010, "Wrong alignment on FS_LoadGameOverrideParameters"); \ +static_assert(sizeof(FS_LoadGameOverrideParameters) == 0x000080, "Wrong size on FS_LoadGameOverrideParameters"); \ +static_assert(offsetof(FS_LoadGameOverrideParameters, SpawnPointTag_3_6589AD56468F8891CB896D961FD81EC8) == 0x000000, "Member 'FS_LoadGameOverrideParameters::SpawnPointTag_3_6589AD56468F8891CB896D961FD81EC8' has a wrong offset!"); \ +static_assert(offsetof(FS_LoadGameOverrideParameters, SpawnTransform_6_8F43C3D246325270685E90836A778AD4) == 0x000010, "Member 'FS_LoadGameOverrideParameters::SpawnTransform_6_8F43C3D246325270685E90836A778AD4' has a wrong offset!"); \ +static_assert(offsetof(FS_LoadGameOverrideParameters, TimePlayed_9_BC350A2443921389C577EFA4FF853FBC) == 0x000070, "Member 'FS_LoadGameOverrideParameters::TimePlayed_9_BC350A2443921389C577EFA4FF853FBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GearSetManagerParameters \ +static_assert(alignof(FS_GearSetManagerParameters) == 0x000001, "Wrong alignment on FS_GearSetManagerParameters"); \ +static_assert(sizeof(FS_GearSetManagerParameters) == 0x000005, "Wrong size on FS_GearSetManagerParameters"); \ +static_assert(offsetof(FS_GearSetManagerParameters, bIsEditingEquippedItems_15_F907E1DF41B7EFD52109BB852167704E) == 0x000000, "Member 'FS_GearSetManagerParameters::bIsEditingEquippedItems_15_F907E1DF41B7EFD52109BB852167704E' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetManagerParameters, bIsEditingEquippedSkills_20_175026CB47D58EB4EEB47AB6790879DB) == 0x000001, "Member 'FS_GearSetManagerParameters::bIsEditingEquippedSkills_20_175026CB47D58EB4EEB47AB6790879DB' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetManagerParameters, bIsEditingUnlockedSkills_21_991344B44351B551204D17A67B8574B4) == 0x000002, "Member 'FS_GearSetManagerParameters::bIsEditingUnlockedSkills_21_991344B44351B551204D17A67B8574B4' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetManagerParameters, bIsEditingEquippedPassiveEffects_22_9FD21EA4432A8FE71EAA8A9E0B3406EF) == 0x000003, "Member 'FS_GearSetManagerParameters::bIsEditingEquippedPassiveEffects_22_9FD21EA4432A8FE71EAA8A9E0B3406EF' has a wrong offset!"); \ +static_assert(offsetof(FS_GearSetManagerParameters, bIsEditingAssignedAttributes_23_82D66A824132CB40012919A518400EE6) == 0x000004, "Member 'FS_GearSetManagerParameters::bIsEditingAssignedAttributes_23_82D66A824132CB40012919A518400EE6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C) == 0x000BF0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C, pinceau2) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C::pinceau2' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C, pinceau1) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C::pinceau1' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C, palette1) == 0x000BE8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_C::palette1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSans5_Lumina_C \ +static_assert(alignof(UCTS_NSans5_Lumina_C) == 0x000010, "Wrong alignment on UCTS_NSans5_Lumina_C"); \ +static_assert(sizeof(UCTS_NSans5_Lumina_C) == 0x0001B0, "Wrong size on UCTS_NSans5_Lumina_C"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Maelle_CivilianIntroSkin_C \ +static_assert(alignof(ABP_Character_Camp_Maelle_CivilianIntroSkin_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Maelle_CivilianIntroSkin_C"); \ +static_assert(sizeof(ABP_Character_Camp_Maelle_CivilianIntroSkin_C) == 0x000C20, "Wrong size on ABP_Character_Camp_Maelle_CivilianIntroSkin_C"); \ + +#define DUMPER7_ASSERTS_UCTS_H2_Title_C \ +static_assert(alignof(UCTS_H2_Title_C) == 0x000010, "Wrong alignment on UCTS_H2_Title_C"); \ +static_assert(sizeof(UCTS_H2_Title_C) == 0x0001B0, "Wrong size on UCTS_H2_Title_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_Hant_C \ +static_assert(alignof(UCTS_B0_Hant_C) == 0x000010, "Wrong alignment on UCTS_B0_Hant_C"); \ +static_assert(sizeof(UCTS_B0_Hant_C) == 0x0001B0, "Wrong size on UCTS_B0_Hant_C"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Potato_Tank__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData) == 0x000640, "Wrong size on ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, __NameProperty_85) == 0x000004, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::__NameProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, __NameProperty_86) == 0x00000C, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::__NameProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, __StructProperty_87) == 0x000018, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::__StructProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000130, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000160, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_16) == 0x000190, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_15) == 0x0001C0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_14) == 0x0001F0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_13) == 0x000220, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_12) == 0x000250, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x000280, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x0002B0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x0002E0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000310, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000340, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000370, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0003A0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x0003D0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000400, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000430, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000460, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000490, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x0004C0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x0004F0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000520, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x000550, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000580, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x0005B0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x0005E0, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000610, "Member 'ABP_PostProcess_Potato_Tank::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Potato_Tank_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Potato_Tank_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Potato_Tank_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Potato_Tank_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Potato_Tank_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Potato_Tank_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Potato_Tank_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank \ +static_assert(alignof(ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank) == 0x000004, "Wrong alignment on ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank"); \ +static_assert(sizeof(ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank) == 0x000004, "Wrong size on ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank"); \ +static_assert(offsetof(ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Potato_Tank_C_ExecuteUbergraph_ABP_PostProcess_Potato_Tank::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Potato_Tank_C \ +static_assert(alignof(UABP_PostProcess_Potato_Tank_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Potato_Tank_C"); \ +static_assert(sizeof(UABP_PostProcess_Potato_Tank_C) == 0x0098C0, "Wrong size on UABP_PostProcess_Potato_Tank_C"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Potato_Tank_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Potato_Tank_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Potato_Tank_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_LinkedInputPose) == 0x0003A8, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_LocalToComponentSpace) == 0x000460, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_ComponentToLocalSpace) == 0x000480, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_16) == 0x0004A0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_15) == 0x0009C0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_14) == 0x000EE0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_13) == 0x001400, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_12) == 0x001920, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_11) == 0x001E40, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_10) == 0x002360, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_9) == 0x002880, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_8) == 0x002DA0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_7) == 0x0032C0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_6) == 0x0037E0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_5) == 0x003D00, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_4) == 0x004220, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_3) == 0x004740, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_2) == 0x004C60, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics_1) == 0x005180, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_AnimDynamics) == 0x0056A0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_7) == 0x005BC0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_6) == 0x006360, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_5) == 0x006B00, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_4) == 0x0072A0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_3) == 0x007A40, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_2) == 0x0081E0, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics_1) == 0x008980, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Potato_Tank_C, AnimGraphNode_KawaiiPhysics) == 0x009120, "Member 'UABP_PostProcess_Potato_Tank_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint \ +static_assert(alignof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint) == 0x000008, "Wrong alignment on WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint"); \ +static_assert(sizeof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint) == 0x000018, "Wrong size on WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint"); \ +static_assert(offsetof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint, EntryPoint) == 0x000000, "Member 'WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint, CallFunc_GetEndTime_ReturnValue) == 0x000004, "Member 'WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_ExplorationPromptHint_C_ExecuteUbergraph_WBP_ExplorationPromptHint::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ExplorationPromptHint_C \ +static_assert(alignof(UWBP_ExplorationPromptHint_C) == 0x000008, "Wrong alignment on UWBP_ExplorationPromptHint_C"); \ +static_assert(sizeof(UWBP_ExplorationPromptHint_C) == 0x000318, "Wrong size on UWBP_ExplorationPromptHint_C"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_ExplorationPromptHint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, Anim_Disappear) == 0x0002E8, "Member 'UWBP_ExplorationPromptHint_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_ExplorationPromptHint_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, Image_InteractBulletInner) == 0x0002F8, "Member 'UWBP_ExplorationPromptHint_C::Image_InteractBulletInner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, Image_InteractBulletOuter) == 0x000300, "Member 'UWBP_ExplorationPromptHint_C::Image_InteractBulletOuter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPromptHint_C, OnWidgetDisappeared) == 0x000308, "Member 'UWBP_ExplorationPromptHint_C::OnWidgetDisappeared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCamShake_GrappleEnd_C \ +static_assert(alignof(UCamShake_GrappleEnd_C) == 0x000010, "Wrong alignment on UCamShake_GrappleEnd_C"); \ +static_assert(sizeof(UCamShake_GrappleEnd_C) == 0x0000E0, "Wrong size on UCamShake_GrappleEnd_C"); \ + +#define DUMPER7_ASSERTS_FFAudioBattle_BuffActivation \ +static_assert(alignof(FFAudioBattle_BuffActivation) == 0x000008, "Wrong alignment on FFAudioBattle_BuffActivation"); \ +static_assert(sizeof(FFAudioBattle_BuffActivation) == 0x000028, "Wrong size on FFAudioBattle_BuffActivation"); \ +static_assert(offsetof(FFAudioBattle_BuffActivation, Sound_6_134A5F154106D7C66F7215B37718CCFD) == 0x000000, "Member 'FFAudioBattle_BuffActivation::Sound_6_134A5F154106D7C66F7215B37718CCFD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Baguette__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData) == 0x000E80, "Wrong size on ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __NameProperty_217) == 0x000004, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__NameProperty_217' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __NameProperty_218) == 0x00000C, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__NameProperty_218' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __BlendProfile_219) == 0x000018, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__BlendProfile_219' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __CurveFloat_220) == 0x000020, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__CurveFloat_220' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __BoolProperty_221) == 0x000028, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__BoolProperty_221' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __EnumProperty_222) == 0x000029, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__EnumProperty_222' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __EnumProperty_223) == 0x00002A, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__EnumProperty_223' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __ArrayProperty_224) == 0x000030, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__ArrayProperty_224' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, __StructProperty_225) == 0x000040, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::__StructProperty_225' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x0000F8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x000128, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000158, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000188, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x0001B8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x0001E8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000218, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000248, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000278, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x0002A8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x0002D8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000308, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000338, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000368, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x000398, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x0003C8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x0003F8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x000428, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000458, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_3) == 0x000488, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_2) == 0x0004B8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x0004E8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000518, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000548, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x000578, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x0005A8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x0005D8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000608, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x000638, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x000668, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000698, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x0006C8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x0006F8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000728, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x000758, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000788, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_1) == 0x0007B8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x0007E8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000818, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000848, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x000878, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x0008A8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x0008D8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000908, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000938, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000968, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000998, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x0009C8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x0009F8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000A28, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x000A58, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000A88, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController) == 0x000AB8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000AE8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000B18, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x000B48, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000B78, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000BA8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000BD8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000C08, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000C38, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_3) == 0x000C68, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_2) == 0x000C98, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_1) == 0x000CC8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x000CF8, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000D28, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000D30, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000D60, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000D90, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000DC0, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000DF0, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000E20, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000E50, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Baguette__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_PostProcess_Maelle_Baguette::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Baguette_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Maelle_Baguette_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Baguette_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Baguette_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Maelle_Baguette_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Maelle_Baguette_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Maelle_Baguette_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_PostProcess_Maelle_Baguette_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette \ +static_assert(alignof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette) == 0x000038, "Wrong size on ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000018, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00002C, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_PostProcess_Maelle_Baguette_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Baguette::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Maelle_Baguette_C \ +static_assert(alignof(UABP_PostProcess_Maelle_Baguette_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Maelle_Baguette_C"); \ +static_assert(sizeof(UABP_PostProcess_Maelle_Baguette_C) == 0x008FE0, "Wrong size on UABP_PostProcess_Maelle_Baguette_C"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Maelle_Baguette_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_PostProcess_Maelle_Baguette_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_LocalToComponentSpace_1) == 0x000390, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x0003B0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_9) == 0x0003D0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_8) == 0x0008F0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_ControlRig) == 0x000E10, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_43) == 0x0012E0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_42) == 0x001480, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_41) == 0x001620, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_40) == 0x0017C0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_39) == 0x001960, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_38) == 0x001B00, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_37) == 0x001CA0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_36) == 0x001E40, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_35) == 0x001FE0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_34) == 0x002180, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_33) == 0x002320, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_32) == 0x0024C0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_31) == 0x002660, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_30) == 0x002800, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_BoneDrivenController_3) == 0x0029A0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_BoneDrivenController_2) == 0x002AC8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_29) == 0x002BF0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_28) == 0x002D90, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_27) == 0x002F30, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_26) == 0x0030D0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_25) == 0x003270, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_24) == 0x003410, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_23) == 0x0035B0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_22) == 0x003750, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_21) == 0x0038F0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_20) == 0x003A90, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_19) == 0x003C30, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_18) == 0x003DD0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_17) == 0x003F70, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_16) == 0x004110, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_15) == 0x0042B0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_BoneDrivenController_1) == 0x004450, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_14) == 0x004578, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_13) == 0x004718, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_12) == 0x0048B8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_11) == 0x004A58, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_10) == 0x004BF8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_9) == 0x004D98, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_8) == 0x004F38, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_7) == 0x0050D8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_6) == 0x005278, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_5) == 0x005418, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_4) == 0x0055B8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_3) == 0x005758, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_2) == 0x0058F8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver_1) == 0x005A98, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_PoseDriver) == 0x005C38, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_BoneDrivenController) == 0x005DD8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_7) == 0x005F00, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_6) == 0x006420, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_5) == 0x006940, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_4) == 0x006E60, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_3) == 0x007380, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_2) == 0x0078A0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics_1) == 0x007DC0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_AnimDynamics) == 0x0082E0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_SpringBone_3) == 0x008800, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_SpringBone_2) == 0x008968, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_SpringBone_1) == 0x008AD0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_SpringBone) == 0x008C38, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_LinkedInputPose) == 0x008DA0, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_Root) == 0x008E58, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_ComponentToLocalSpace) == 0x008E78, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_LocalToComponentSpace) == 0x008E98, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_SaveCachedPose) == 0x008EB8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_UseCachedPose_1) == 0x008F38, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_BlendListByBool) == 0x008F60, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AnimGraphNode_UseCachedPose) == 0x008FA8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, ShouldDisablePostProcess) == 0x008FD0, "Member 'UABP_PostProcess_Maelle_Baguette_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Baguette_C, AlphaTransition) == 0x008FD8, "Member 'UABP_PostProcess_Maelle_Baguette_C::AlphaTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CollisionPresetsApplierComponent_C_CheckForErrors \ +static_assert(alignof(BP_CollisionPresetsApplierComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CollisionPresetsApplierComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_CollisionPresetsApplierComponent_C_CheckForErrors) == 0x0000A8, "Wrong size on BP_CollisionPresetsApplierComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, CallFunc_isCollisionProfileValid_ReturnValue) == 0x000011, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::CallFunc_isCollisionProfileValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'BP_CollisionPresetsApplierComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CollisionPresetsApplierComponent_C_DebugDisplay \ +static_assert(alignof(BP_CollisionPresetsApplierComponent_C_DebugDisplay) == 0x000001, "Wrong alignment on BP_CollisionPresetsApplierComponent_C_DebugDisplay"); \ +static_assert(sizeof(BP_CollisionPresetsApplierComponent_C_DebugDisplay) == 0x000001, "Wrong size on BP_CollisionPresetsApplierComponent_C_DebugDisplay"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_DebugDisplay, Enabled) == 0x000000, "Member 'BP_CollisionPresetsApplierComponent_C_DebugDisplay::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent \ +static_assert(alignof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent) == 0x000008, "Wrong alignment on BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent"); \ +static_assert(sizeof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent) == 0x000148, "Wrong size on BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, EntryPoint) == 0x000000, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000004, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Array_Index_Variable_2) == 0x00001C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_wildcard_Temp_buffer_array_Variable) == 0x000020, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Loop_Counter_Variable_3) == 0x00004C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Add_IntInt_ReturnValue_3) == 0x000054, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Array_Index_Variable_3) == 0x000058, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, K2Node_CustomEvent_Enabled) == 0x00005C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_GetOwner_ReturnValue) == 0x000060, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000068, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Array_Index_Variable_4) == 0x000078, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, K2Node_MakeStruct_FDebugMeshComponentToMaterialArray) == 0x000090, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::K2Node_MakeStruct_FDebugMeshComponentToMaterialArray' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_GetMaterials_ReturnValue) == 0x0000A8, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Add_ReturnValue) == 0x0000C4, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x0000C9, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Get_Item_2) == 0x0000D0, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E8, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Get_Item_3) == 0x0000F0, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Length_ReturnValue_2) == 0x0000F8, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Length_ReturnValue_3) == 0x000100, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, Temp_int_Loop_Counter_Variable_4) == 0x000104, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Less_IntInt_ReturnValue_3) == 0x000108, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Add_IntInt_ReturnValue_4) == 0x00010C, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Add_ReturnValue_1) == 0x000110, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000118, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000120, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_GetBoolCVar_ReturnValue) == 0x000130, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Get_Item_4) == 0x000138, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Array_Length_ReturnValue_4) == 0x000140, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent, CallFunc_Less_IntInt_ReturnValue_4) == 0x000144, "Member 'BP_CollisionPresetsApplierComponent_C_ExecuteUbergraph_BP_CollisionPresetsApplierComponent::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CollisionPresetsApplierComponent_C \ +static_assert(alignof(UBP_CollisionPresetsApplierComponent_C) == 0x000008, "Wrong alignment on UBP_CollisionPresetsApplierComponent_C"); \ +static_assert(sizeof(UBP_CollisionPresetsApplierComponent_C) == 0x0000C0, "Wrong size on UBP_CollisionPresetsApplierComponent_C"); \ +static_assert(offsetof(UBP_CollisionPresetsApplierComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CollisionPresetsApplierComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CollisionPresetsApplierComponent_C, CollisionPresetsName) == 0x0000A8, "Member 'UBP_CollisionPresetsApplierComponent_C::CollisionPresetsName' has a wrong offset!"); \ +static_assert(offsetof(UBP_CollisionPresetsApplierComponent_C, Debug_MaterialArray) == 0x0000B0, "Member 'UBP_CollisionPresetsApplierComponent_C::Debug_MaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI) == 0x000030, "Wrong size on BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000018, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000020, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI, CallFunc_IsInFreeAim_ReturnValue) == 0x000029, "Member 'BTDecorator_ActorIsInFreeAim_C_PerformConditionCheckAI::CallFunc_IsInFreeAim_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ActorIsInFreeAim_C \ +static_assert(alignof(UBTDecorator_ActorIsInFreeAim_C) == 0x000008, "Wrong alignment on UBTDecorator_ActorIsInFreeAim_C"); \ +static_assert(sizeof(UBTDecorator_ActorIsInFreeAim_C) == 0x0000C8, "Wrong size on UBTDecorator_ActorIsInFreeAim_C"); \ +static_assert(offsetof(UBTDecorator_ActorIsInFreeAim_C, ActorBlackboardKeySelector) == 0x0000A0, "Member 'UBTDecorator_ActorIsInFreeAim_C::ActorBlackboardKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CollisionPresetsClimbableApplierComponent_C \ +static_assert(alignof(UBP_CollisionPresetsClimbableApplierComponent_C) == 0x000008, "Wrong alignment on UBP_CollisionPresetsClimbableApplierComponent_C"); \ +static_assert(sizeof(UBP_CollisionPresetsClimbableApplierComponent_C) == 0x0000C0, "Wrong size on UBP_CollisionPresetsClimbableApplierComponent_C"); \ + +#define DUMPER7_ASSERTS_BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox \ +static_assert(alignof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox) == 0x000008, "Wrong alignment on BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox"); \ +static_assert(sizeof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox) == 0x0000B0, "Wrong size on BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000000, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, K2Node_DynamicCast_AsPawn) == 0x000020, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_ComputeSearchBox_Box) == 0x000030, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_ComputeSearchBox_Box' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000080, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox, CallFunc_Divide_VectorVector_ReturnValue) == 0x000098, "Member 'BP_SmartObjectInteractorComponent_C_DEBUG_DrawSearchBox::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SmartObjectInteractorComponent_C \ +static_assert(alignof(UBP_SmartObjectInteractorComponent_C) == 0x000008, "Wrong alignment on UBP_SmartObjectInteractorComponent_C"); \ +static_assert(sizeof(UBP_SmartObjectInteractorComponent_C) == 0x0000C0, "Wrong size on UBP_SmartObjectInteractorComponent_C"); \ +static_assert(offsetof(UBP_SmartObjectInteractorComponent_C, SeachBoxExtent) == 0x0000A0, "Member 'UBP_SmartObjectInteractorComponent_C::SeachBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBP_SmartObjectInteractorComponent_C, SearchCooldown) == 0x0000A8, "Member 'UBP_SmartObjectInteractorComponent_C::SearchCooldown' has a wrong offset!"); \ +static_assert(offsetof(UBP_SmartObjectInteractorComponent_C, ClaimProbability) == 0x0000B0, "Member 'UBP_SmartObjectInteractorComponent_C::ClaimProbability' has a wrong offset!"); \ +static_assert(offsetof(UBP_SmartObjectInteractorComponent_C, IsUsingSmartObject) == 0x0000B8, "Member 'UBP_SmartObjectInteractorComponent_C::IsUsingSmartObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_DrawDebug \ +static_assert(alignof(BP_EnviroDestructible_Props_C_DrawDebug) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_DrawDebug"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_DrawDebug) == 0x0000E8, "Wrong size on BP_EnviroDestructible_Props_C_DrawDebug"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_GetDebugColor_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_GetDebugColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000014, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_GetComponentBounds_Origin) == 0x000020, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_GetComponentBounds_BoxExtent) == 0x000038, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_GetComponentBounds_SphereRadius) == 0x000050, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_GetBoolCVar_ReturnValue) == 0x0000D8, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_DrawDebug, CallFunc_SelectFloat_A_ImplicitCast) == 0x0000E0, "Member 'BP_EnviroDestructible_Props_C_DrawDebug::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_Editor_Migrate \ +static_assert(alignof(BP_EnviroDestructible_Props_C_Editor_Migrate) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_Editor_Migrate"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_Editor_Migrate) == 0x000110, "Wrong size on BP_EnviroDestructible_Props_C_Editor_Migrate"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, GeometryCollComp) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::GeometryCollComp' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, K2Node_MakeArray_Array_1) == 0x0000E8, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_GetMass_ReturnValue) == 0x000108, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_GetMass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_Editor_Migrate, CallFunc_IsValid_ReturnValue) == 0x00010C, "Member 'BP_EnviroDestructible_Props_C_Editor_Migrate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props \ +static_assert(alignof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props) == 0x000188, "Wrong size on BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, EntryPoint) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_PlayerCharacterWorld) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_HitLocation) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_IsDisabled) == 0x000028, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_GetMainCamera_MainCamera) == 0x000030, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_PlayerCharacter) == 0x000038, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_ImpactPoint) == 0x000040, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000058, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_CustomEvent_Location) == 0x000090, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_CustomEvent_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_CustomEvent_Rotation) == 0x0000A8, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_CustomEvent_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_CustomEvent_BreakEvent) == 0x0000C0, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_CustomEvent_BreakEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000138, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000150, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_Not_PreBool_ReturnValue_1) == 0x000151, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_Lerp_ReturnValue) == 0x000158, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_Event_DeltaSeconds) == 0x000160, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, K2Node_CreateDelegate_OutputDelegate) == 0x000164, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_Not_PreBool_ReturnValue_2) == 0x000174, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000178, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000180, "Member 'BP_EnviroDestructible_Props_C_ExecuteUbergraph_BP_EnviroDestructible_Props::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_ExplorationAttacked \ +static_assert(alignof(BP_EnviroDestructible_Props_C_ExplorationAttacked) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_ExplorationAttacked"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_ExplorationAttacked) == 0x000020, "Wrong size on BP_EnviroDestructible_Props_C_ExplorationAttacked"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExplorationAttacked, PlayerCharacter) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_ExplorationAttacked::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ExplorationAttacked, ImpactPoint) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_ExplorationAttacked::ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_ForceDestroyDestructible \ +static_assert(alignof(BP_EnviroDestructible_Props_C_ForceDestroyDestructible) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_ForceDestroyDestructible"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_ForceDestroyDestructible) == 0x000030, "Wrong size on BP_EnviroDestructible_Props_C_ForceDestroyDestructible"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ForceDestroyDestructible, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_ForceDestroyDestructible::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ForceDestroyDestructible, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_ForceDestroyDestructible::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_FreeAimHit \ +static_assert(alignof(BP_EnviroDestructible_Props_C_FreeAimHit) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_FreeAimHit"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_FreeAimHit) == 0x000028, "Wrong size on BP_EnviroDestructible_Props_C_FreeAimHit"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_FreeAimHit, PlayerCharacterWorld) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_FreeAimHit::PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_FreeAimHit, HitLocation) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_FreeAimHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_FreeAimHit, IsDisabled) == 0x000020, "Member 'BP_EnviroDestructible_Props_C_FreeAimHit::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_GetDebugColor \ +static_assert(alignof(BP_EnviroDestructible_Props_C_GetDebugColor) == 0x000004, "Wrong alignment on BP_EnviroDestructible_Props_C_GetDebugColor"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_GetDebugColor) == 0x000044, "Wrong size on BP_EnviroDestructible_Props_C_GetDebugColor"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_GetDebugColor, ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_GetDebugColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_GetDebugColor, CallFunc_SelectColor_ReturnValue) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_GetDebugColor::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_GetDebugColor, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_EnviroDestructible_Props_C_GetDebugColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_GetDebugColor, CallFunc_SelectColor_ReturnValue_1) == 0x000024, "Member 'BP_EnviroDestructible_Props_C_GetDebugColor::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_GetDebugColor, CallFunc_SelectColor_ReturnValue_2) == 0x000034, "Member 'BP_EnviroDestructible_Props_C_GetDebugColor::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled \ +static_assert(alignof(BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong alignment on BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong size on BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled, IsDisabled) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_IsFreeAimTargetDisabled::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_OnChaosBreak \ +static_assert(alignof(BP_EnviroDestructible_Props_C_OnChaosBreak) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_OnChaosBreak"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_OnChaosBreak) == 0x000078, "Wrong size on BP_EnviroDestructible_Props_C_OnChaosBreak"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnChaosBreak, BreakEvent) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_OnChaosBreak::BreakEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_OnHitReceived \ +static_assert(alignof(BP_EnviroDestructible_Props_C_OnHitReceived) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_OnHitReceived"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_OnHitReceived) == 0x000030, "Wrong size on BP_EnviroDestructible_Props_C_OnHitReceived"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnHitReceived, Location) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_OnHitReceived::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnHitReceived, Rotation) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_OnHitReceived::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit \ +static_assert(alignof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit) == 0x000190, "Wrong size on BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, HitComponent) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, OtherActor) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, OtherComp) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, NormalImpulse) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, Hit) == 0x000030, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000128, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, CallFunc_GetComponentBounds_Origin) == 0x000140, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, CallFunc_GetComponentBounds_BoxExtent) == 0x000158, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, CallFunc_GetComponentBounds_SphereRadius) == 0x000170, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit, CallFunc_FindLookAtRotation_ReturnValue) == 0x000178, "Member 'BP_EnviroDestructible_Props_C_OnStaticMeshComponentHit::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_ReceiveTick \ +static_assert(alignof(BP_EnviroDestructible_Props_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_EnviroDestructible_Props_C_ReceiveTick"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_ReceiveTick) == 0x000004, "Wrong size on BP_EnviroDestructible_Props_C_ReceiveTick"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_SpawnDestructionField \ +static_assert(alignof(BP_EnviroDestructible_Props_C_SpawnDestructionField) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_SpawnDestructionField"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_SpawnDestructionField) == 0x0000A0, "Wrong size on BP_EnviroDestructible_Props_C_SpawnDestructionField"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnDestructionField, SpawnTransform_Location) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_SpawnDestructionField::SpawnTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnDestructionField, SpawnTransform_Rotation) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_SpawnDestructionField::SpawnTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnDestructionField, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'BP_EnviroDestructible_Props_C_SpawnDestructionField::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnDestructionField, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'BP_EnviroDestructible_Props_C_SpawnDestructionField::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnDestructionField, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'BP_EnviroDestructible_Props_C_SpawnDestructionField::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded \ +static_assert(alignof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded) == 0x0000A0, "Wrong size on BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_SpawnGeometryCollectionComponentWithRestCollection_ReturnValue) == 0x000090, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_SpawnGeometryCollectionComponentWithRestCollection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000098, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionIfNeeded::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles \ +static_assert(alignof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles) == 0x000008, "Wrong alignment on BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles) == 0x0002A0, "Wrong size on BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, Temp_object_Variable) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Conv_IntToVector_ReturnValue) == 0x000028, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Conv_IntToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000040, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_GetComponentBounds_Origin) == 0x000058, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_GetComponentBounds_BoxExtent) == 0x000070, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_GetComponentBounds_SphereRadius) == 0x000088, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BoxTraceMulti_OutHits) == 0x0000A8, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BoxTraceMulti_OutHits' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BoxTraceMulti_ReturnValue) == 0x0000B8, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BoxTraceMulti_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_Less_IntInt_ReturnValue) == 0x0001B8, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_bBlockingHit) == 0x0001B9, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001BA, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_Time) == 0x0001BC, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_Distance) == 0x0001C0, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_Location) == 0x0001C8, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_ImpactPoint) == 0x0001E0, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_Normal) == 0x0001F8, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_ImpactNormal) == 0x000210, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_PhysMat) == 0x000228, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_HitActor) == 0x000230, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_HitComponent) == 0x000238, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_HitBoneName) == 0x000240, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_BoneName) == 0x000248, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_HitItem) == 0x000250, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_ElementIndex) == 0x000254, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_FaceIndex) == 0x000258, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_TraceStart) == 0x000260, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, CallFunc_BreakHitResult_TraceEnd) == 0x000278, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, K2Node_DynamicCast_AsBP_Enviro_Destructible_Props) == 0x000290, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::K2Node_DynamicCast_AsBP_Enviro_Destructible_Props' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles, K2Node_DynamicCast_bSuccess) == 0x000298, "Member 'BP_EnviroDestructible_Props_C_SpawnGeometryCollectionOfSurroundingDestructibles::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_SpawnLootIfNeeded \ +static_assert(alignof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_SpawnLootIfNeeded"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded) == 0x000080, "Wrong size on BP_EnviroDestructible_Props_C_SpawnLootIfNeeded"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_SpawnLootIfNeeded::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_EnviroDestructible_Props_C_SpawnLootIfNeeded::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'BP_EnviroDestructible_Props_C_SpawnLootIfNeeded::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_SpawnLootIfNeeded, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'BP_EnviroDestructible_Props_C_SpawnLootIfNeeded::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_UpdateState \ +static_assert(alignof(BP_EnviroDestructible_Props_C_UpdateState) == 0x000001, "Wrong alignment on BP_EnviroDestructible_Props_C_UpdateState"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_UpdateState) == 0x000001, "Wrong size on BP_EnviroDestructible_Props_C_UpdateState"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateState, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_UpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned \ +static_assert(alignof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned) == 0x0000F0, "Wrong size on BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_GetRootCurrentTransform_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_GetRootCurrentTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_Square_ReturnValue) == 0x000060, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_BreakTransform_Location) == 0x000068, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_BreakTransform_Rotation) == 0x000080, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_BreakTransform_Scale) == 0x000098, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B0, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000D8, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000E1, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned, CallFunc_BooleanAND_ReturnValue) == 0x0000E2, "Member 'BP_EnviroDestructible_Props_C_UpdateStateWithGeometryCollectionSpawned::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform \ +static_assert(alignof(BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform) == 0x000160, "Wrong size on BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform, CallFunc_GetRootCurrentTransform_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform::CallFunc_GetRootCurrentTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000068, "Member 'BP_EnviroDestructible_Props_C_UpdateStaticMeshTransform::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded \ +static_assert(alignof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded) == 0x000010, "Wrong alignment on BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded"); \ +static_assert(sizeof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded) == 0x0000D0, "Wrong size on BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded, CallFunc_GetRootInitialTransform_ReturnValue) == 0x000000, "Member 'BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded::CallFunc_GetRootInitialTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded, CallFunc_GetRootCurrentTransform_ReturnValue) == 0x000060, "Member 'BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded::CallFunc_GetRootCurrentTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x0000C0, "Member 'BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x0000C1, "Member 'BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C2, "Member 'BP_EnviroDestructible_Props_C_UpdateSurroundingDestructiblesIfNeeded::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Props_C \ +static_assert(alignof(ABP_EnviroDestructible_Props_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Props_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Props_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Props_C"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, UberGraphFrame_BP_EnviroDestructible_Props_C) == 0x0002C0, "Member 'ABP_EnviroDestructible_Props_C::UberGraphFrame_BP_EnviroDestructible_Props_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, StaticMesh) == 0x0002C8, "Member 'ABP_EnviroDestructible_Props_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, CustomNavModifier) == 0x0002D0, "Member 'ABP_EnviroDestructible_Props_C::CustomNavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, Desintegration_Alpha_2D34B7454BF37C24D008538FB1CE2F9B) == 0x0002D8, "Member 'ABP_EnviroDestructible_Props_C::Desintegration_Alpha_2D34B7454BF37C24D008538FB1CE2F9B' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, Desintegration__Direction_2D34B7454BF37C24D008538FB1CE2F9B) == 0x0002DC, "Member 'ABP_EnviroDestructible_Props_C::Desintegration__Direction_2D34B7454BF37C24D008538FB1CE2F9B' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, Desintegration) == 0x0002E0, "Member 'ABP_EnviroDestructible_Props_C::Desintegration' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, BreakSound) == 0x0002E8, "Member 'ABP_EnviroDestructible_Props_C::BreakSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, ChestSetup) == 0x0002F0, "Member 'ABP_EnviroDestructible_Props_C::ChestSetup' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, SpawnedGeometryCollection) == 0x000300, "Member 'ABP_EnviroDestructible_Props_C::SpawnedGeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, DestructibleMass) == 0x000308, "Member 'ABP_EnviroDestructible_Props_C::DestructibleMass' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, RestCollectionAsset) == 0x000310, "Member 'ABP_EnviroDestructible_Props_C::RestCollectionAsset' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, SpawnDestructionFieldOnCollisionHit) == 0x000318, "Member 'ABP_EnviroDestructible_Props_C::SpawnDestructionFieldOnCollisionHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, CVarEnableDrawDebug) == 0x00031C, "Member 'ABP_EnviroDestructible_Props_C::CVarEnableDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, MaxDistanceToPlayerToUnspawn) == 0x000328, "Member 'ABP_EnviroDestructible_Props_C::MaxDistanceToPlayerToUnspawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, LifeTimeAfterGeometryCollectionSpawned) == 0x000330, "Member 'ABP_EnviroDestructible_Props_C::LifeTimeAfterGeometryCollectionSpawned' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, HasSpawnGeometryCollectionOfSurroundingDestructibles) == 0x000338, "Member 'ABP_EnviroDestructible_Props_C::HasSpawnGeometryCollectionOfSurroundingDestructibles' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, IsDestroyed) == 0x000339, "Member 'ABP_EnviroDestructible_Props_C::IsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, IsDesintegrating) == 0x00033A, "Member 'ABP_EnviroDestructible_Props_C::IsDesintegrating' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnviroDestructible_Props_C, RemainingLifeTime) == 0x000340, "Member 'ABP_EnviroDestructible_Props_C::RemainingLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters \ +static_assert(alignof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters) == 0x000008, "Wrong alignment on BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters"); \ +static_assert(sizeof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters) == 0x000060, "Wrong size on BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, EntryPoint) == 0x000000, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_OwnerController_2) == 0x000008, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_ControlledPawn_2) == 0x000010, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000020, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_OwnerController_1) == 0x000028, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_ControlledPawn_1) == 0x000030, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_OwnerController) == 0x000040, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, K2Node_Event_ControlledPawn) == 0x000048, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_IsValid_ReturnValue_2) == 0x000051, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x000054, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_1) == 0x000058, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_2) == 0x00005C, "Member 'BTService_UpdateSmartObjectParameters_C_ExecuteUbergraph_BTService_UpdateSmartObjectParameters::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI \ +static_assert(alignof(BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI \ +static_assert(alignof(BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSmartObjectParameters_C_ReceiveTickAI \ +static_assert(alignof(BTService_UpdateSmartObjectParameters_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_UpdateSmartObjectParameters_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_UpdateSmartObjectParameters_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_UpdateSmartObjectParameters_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSmartObjectParameters_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_UpdateSmartObjectParameters_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateSmartObjectParameters_C \ +static_assert(alignof(UBTService_UpdateSmartObjectParameters_C) == 0x000008, "Wrong alignment on UBTService_UpdateSmartObjectParameters_C"); \ +static_assert(sizeof(UBTService_UpdateSmartObjectParameters_C) == 0x000148, "Wrong size on UBTService_UpdateSmartObjectParameters_C"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, UberGraphFrame) == 0x000098, "Member 'UBTService_UpdateSmartObjectParameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, KeySelectorSmartObjectSearchBoxExtent) == 0x0000A0, "Member 'UBTService_UpdateSmartObjectParameters_C::KeySelectorSmartObjectSearchBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, KeySelectorSmartObjectSearchCooldown) == 0x0000C8, "Member 'UBTService_UpdateSmartObjectParameters_C::KeySelectorSmartObjectSearchCooldown' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, KeySelectorSmartObjectClaimProbability) == 0x0000F0, "Member 'UBTService_UpdateSmartObjectParameters_C::KeySelectorSmartObjectClaimProbability' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, KeySelectorSmartObjectInUse) == 0x000118, "Member 'UBTService_UpdateSmartObjectParameters_C::KeySelectorSmartObjectInUse' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSmartObjectParameters_C, SmartObjectInteractorComponentRef) == 0x000140, "Member 'UBTService_UpdateSmartObjectParameters_C::SmartObjectInteractorComponentRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Character_World_Movement_Data \ +static_assert(alignof(FS_jRPG_Character_World_Movement_Data) == 0x000008, "Wrong alignment on FS_jRPG_Character_World_Movement_Data"); \ +static_assert(sizeof(FS_jRPG_Character_World_Movement_Data) == 0x000010, "Wrong size on FS_jRPG_Character_World_Movement_Data"); \ +static_assert(offsetof(FS_jRPG_Character_World_Movement_Data, MaxSpeed_2_FD57600C48A996248A26988229CE9798) == 0x000000, "Member 'FS_jRPG_Character_World_Movement_Data::MaxSpeed_2_FD57600C48A996248A26988229CE9798' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_World_Movement_Data, Overlay_10_983149204DC04E193C582C9703F8156C) == 0x000008, "Member 'FS_jRPG_Character_World_Movement_Data::Overlay_10_983149204DC04E193C582C9703F8156C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_World_Movement_Data, Gait_9_2457472E44F9274460916A8A739B0AA2) == 0x000009, "Member 'FS_jRPG_Character_World_Movement_Data::Gait_9_2457472E44F9274460916A8A739B0AA2' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Character_World_Movement_Data, LimitAllowedGait_12_992B44694256C6E34BF937B48F51AC8E) == 0x00000A, "Member 'FS_jRPG_Character_World_Movement_Data::LimitAllowedGait_12_992B44694256C6E34BF937B48F51AC8E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetForbiddenColor \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetForbiddenColor) == 0x000004, "Wrong alignment on WBP_CommonBoundActionButton_C_SetForbiddenColor"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetForbiddenColor) == 0x000014, "Wrong size on WBP_CommonBoundActionButton_C_SetForbiddenColor"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetForbiddenColor, ForbiddenColor_0) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetForbiddenColor::ForbiddenColor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetTextOverride \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetTextOverride) == 0x000008, "Wrong alignment on WBP_CommonBoundActionButton_C_SetTextOverride"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetTextOverride) == 0x000010, "Wrong size on WBP_CommonBoundActionButton_C_SetTextOverride"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetTextOverride, InText) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetTextOverride::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_PreConstruct \ +static_assert(alignof(WBP_CommonBoundActionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CommonBoundActionButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_CommonBoundActionButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetIsVisible \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetIsVisible) == 0x000001, "Wrong alignment on WBP_CommonBoundActionButton_C_SetIsVisible"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetIsVisible) == 0x000001, "Wrong size on WBP_CommonBoundActionButton_C_SetIsVisible"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetIsVisible, bIsVisible) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetIsVisible::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_OnActionTextUpdate \ +static_assert(alignof(WBP_CommonBoundActionButton_C_OnActionTextUpdate) == 0x000008, "Wrong alignment on WBP_CommonBoundActionButton_C_OnActionTextUpdate"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_OnActionTextUpdate) == 0x000010, "Wrong size on WBP_CommonBoundActionButton_C_OnActionTextUpdate"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_OnActionTextUpdate, InActionText) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_OnActionTextUpdate::InActionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_OnActionProgress \ +static_assert(alignof(WBP_CommonBoundActionButton_C_OnActionProgress) == 0x000004, "Wrong alignment on WBP_CommonBoundActionButton_C_OnActionProgress"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_OnActionProgress) == 0x000004, "Wrong size on WBP_CommonBoundActionButton_C_OnActionProgress"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_OnActionProgress, HeldPercent) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_OnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetIsForbidden \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetIsForbidden) == 0x000001, "Wrong alignment on WBP_CommonBoundActionButton_C_SetIsForbidden"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetIsForbidden) == 0x000001, "Wrong size on WBP_CommonBoundActionButton_C_SetIsForbidden"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetIsForbidden, IsForbidden_0) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetIsForbidden::IsForbidden_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetIsActive \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetIsActive) == 0x000001, "Wrong alignment on WBP_CommonBoundActionButton_C_SetIsActive"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetIsActive) == 0x000001, "Wrong size on WBP_CommonBoundActionButton_C_SetIsActive"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetIsActive, IsActive) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetIsActive::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_SetText \ +static_assert(alignof(WBP_CommonBoundActionButton_C_SetText) == 0x000008, "Wrong alignment on WBP_CommonBoundActionButton_C_SetText"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_SetText) == 0x000010, "Wrong size on WBP_CommonBoundActionButton_C_SetText"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_SetText, InText) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton \ +static_assert(alignof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton) == 0x000008, "Wrong alignment on WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton"); \ +static_assert(sizeof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton) == 0x0001B0, "Wrong size on WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, EntryPoint) == 0x000000, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_struct_Variable) == 0x000004, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_bool_Variable) == 0x000024, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_byte_Variable) == 0x000025, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_byte_Variable_1) == 0x000026, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_bool_Variable_1) == 0x000027, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_byte_Variable_2) == 0x000049, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_byte_Variable_3) == 0x00004A, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_CustomEvent_InText_1) == 0x000050, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_CustomEvent_InText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_FindParentWidgetOfType_ReturnValue) == 0x000070, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_FindParentWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Event_IsDesignTime) == 0x000078, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_DataTableRowHandle) == 0x000080, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_S_InputBindingParameters) == 0x000090, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_S_InputBindingParameters_1) == 0x0000B8, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_S_InputBindingParameters_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x0000E0, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_CustomEvent_bIsVisible) == 0x0000E1, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_CustomEvent_bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Select_Default) == 0x0000E2, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, Temp_bool_Variable_3) == 0x0000E3, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Select_Default_1) == 0x0000E4, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_SlateColor) == 0x0000F4, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Event_InActionText) == 0x000108, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Event_InActionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_Array_IsEmpty_ReturnValue) == 0x000118, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_Not_PreBool_ReturnValue) == 0x000119, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_S_InputBindingParameters_2) == 0x000120, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_S_InputBindingParameters_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Event_HeldPercent) == 0x000148, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Event_HeldPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_CustomEvent_IsForbidden) == 0x00014C, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_CustomEvent_IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_CustomEvent_IsActive) == 0x00014D, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_CustomEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Select_Default_2) == 0x000150, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_MakeStruct_SlateColor_1) == 0x000160, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_CustomEvent_InText) == 0x000178, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_TextIsEmpty_ReturnValue) == 0x000188, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, K2Node_Select_Default_3) == 0x000189, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_GetText_ReturnValue) == 0x000190, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_NotEqual_TextText_ReturnValue) == 0x0001A0, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton, CallFunc_SetRadialProgress_InProgress_ImplicitCast) == 0x0001A8, "Member 'WBP_CommonBoundActionButton_C_ExecuteUbergraph_WBP_CommonBoundActionButton::CallFunc_SetRadialProgress_InProgress_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CommonBoundActionButton_C \ +static_assert(alignof(UWBP_CommonBoundActionButton_C) == 0x000010, "Wrong alignment on UWBP_CommonBoundActionButton_C"); \ +static_assert(sizeof(UWBP_CommonBoundActionButton_C) == 0x001720, "Wrong size on UWBP_CommonBoundActionButton_C"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, UberGraphFrame) == 0x0015C0, "Member 'UWBP_CommonBoundActionButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, Anim_BlinkForbidden) == 0x0015C8, "Member 'UWBP_CommonBoundActionButton_C::Anim_BlinkForbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, ActionNameText) == 0x0015D0, "Member 'UWBP_CommonBoundActionButton_C::ActionNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, InputActionBinding) == 0x0015D8, "Member 'UWBP_CommonBoundActionButton_C::InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, IsForbidden) == 0x0015E0, "Member 'UWBP_CommonBoundActionButton_C::IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, PreviewString) == 0x0015E8, "Member 'UWBP_CommonBoundActionButton_C::PreviewString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, NotifyUpdateInputAction) == 0x0015F8, "Member 'UWBP_CommonBoundActionButton_C::NotifyUpdateInputAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, ParentBar) == 0x001608, "Member 'UWBP_CommonBoundActionButton_C::ParentBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, IsPreviewOnly) == 0x001610, "Member 'UWBP_CommonBoundActionButton_C::IsPreviewOnly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, PreviousTriggeringInputAction) == 0x001618, "Member 'UWBP_CommonBoundActionButton_C::PreviousTriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, IconRimBrush) == 0x001630, "Member 'UWBP_CommonBoundActionButton_C::IconRimBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonBoundActionButton_C, ForbiddenColor) == 0x001700, "Member 'UWBP_CommonBoundActionButton_C::ForbiddenColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_PlayerCameraManager_C_DrawDebugTargets \ +static_assert(alignof(ALS_PlayerCameraManager_C_DrawDebugTargets) == 0x000008, "Wrong alignment on ALS_PlayerCameraManager_C_DrawDebugTargets"); \ +static_assert(sizeof(ALS_PlayerCameraManager_C_DrawDebugTargets) == 0x0000F8, "Wrong size on ALS_PlayerCameraManager_C_DrawDebugTargets"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, PivotTargetLocation) == 0x000000, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::PivotTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_IsDedicatedServer_ReturnValue) == 0x000018, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Location) == 0x000020, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Rotation) == 0x000038, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Scale) == 0x000050, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Location_1) == 0x000068, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Rotation_1) == 0x000080, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Scale_1) == 0x000098, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Location_2) == 0x0000B0, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Rotation_2) == 0x0000C8, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_PlayerCameraManager_C_DrawDebugTargets, CallFunc_BreakTransform_Scale_2) == 0x0000E0, "Member 'ALS_PlayerCameraManager_C_DrawDebugTargets::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALS_PlayerCameraManager_C \ +static_assert(alignof(AALS_PlayerCameraManager_C) == 0x000010, "Wrong alignment on AALS_PlayerCameraManager_C"); \ +static_assert(sizeof(AALS_PlayerCameraManager_C) == 0x0025C0, "Wrong size on AALS_PlayerCameraManager_C"); \ + +#define DUMPER7_ASSERTS_FS_QuestObjectiveUIData \ +static_assert(alignof(FS_QuestObjectiveUIData) == 0x000008, "Wrong alignment on FS_QuestObjectiveUIData"); \ +static_assert(sizeof(FS_QuestObjectiveUIData) == 0x000010, "Wrong size on FS_QuestObjectiveUIData"); \ +static_assert(offsetof(FS_QuestObjectiveUIData, Description_2_C3FAD12040BAE436D7CE018A4EA7A3E0) == 0x000000, "Member 'FS_QuestObjectiveUIData::Description_2_C3FAD12040BAE436D7CE018A4EA7A3E0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Pause_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_PhotoMode_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_CinematicControls_C_BndEvt__WBP_CinematicControls_WBP_GM_PromptGeneric_Skip_K2Node_ComponentBoundEvent_3_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls \ +static_assert(alignof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls) == 0x000008, "Wrong alignment on WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls"); \ +static_assert(sizeof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls) == 0x000048, "Wrong size on WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, EntryPoint) == 0x000000, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_ComponentBoundEvent_PromptWidget_2) == 0x000018, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_ComponentBoundEvent_PromptWidget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_ComponentBoundEvent_PromptWidget_1) == 0x000020, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_ComponentBoundEvent_PromptWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_CustomEvent_Instant) == 0x000038, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_CustomEvent_Instant' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_Event_IsDesignTime) == 0x000039, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls, K2Node_ComponentBoundEvent_PromptWidget) == 0x000040, "Member 'WBP_CinematicControls_C_ExecuteUbergraph_WBP_CinematicControls::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_OnCinematicUnpaused \ +static_assert(alignof(WBP_CinematicControls_C_OnCinematicUnpaused) == 0x000001, "Wrong alignment on WBP_CinematicControls_C_OnCinematicUnpaused"); \ +static_assert(sizeof(WBP_CinematicControls_C_OnCinematicUnpaused) == 0x000001, "Wrong size on WBP_CinematicControls_C_OnCinematicUnpaused"); \ +static_assert(offsetof(WBP_CinematicControls_C_OnCinematicUnpaused, Instant) == 0x000000, "Member 'WBP_CinematicControls_C_OnCinematicUnpaused::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_OnUnpauseAppearFinished \ +static_assert(alignof(WBP_CinematicControls_C_OnUnpauseAppearFinished) == 0x000004, "Wrong alignment on WBP_CinematicControls_C_OnUnpauseAppearFinished"); \ +static_assert(sizeof(WBP_CinematicControls_C_OnUnpauseAppearFinished) == 0x000010, "Wrong size on WBP_CinematicControls_C_OnUnpauseAppearFinished"); \ +static_assert(offsetof(WBP_CinematicControls_C_OnUnpauseAppearFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_CinematicControls_C_OnUnpauseAppearFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_PreConstruct \ +static_assert(alignof(WBP_CinematicControls_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CinematicControls_C_PreConstruct"); \ +static_assert(sizeof(WBP_CinematicControls_C_PreConstruct) == 0x000001, "Wrong size on WBP_CinematicControls_C_PreConstruct"); \ +static_assert(offsetof(WBP_CinematicControls_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CinematicControls_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CinematicControls_C_SetPhotoModeButtonEnabled \ +static_assert(alignof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled) == 0x000001, "Wrong alignment on WBP_CinematicControls_C_SetPhotoModeButtonEnabled"); \ +static_assert(sizeof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled) == 0x000005, "Wrong size on WBP_CinematicControls_C_SetPhotoModeButtonEnabled"); \ +static_assert(offsetof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled, Enabled) == 0x000000, "Member 'WBP_CinematicControls_C_SetPhotoModeButtonEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled, Temp_bool_Variable) == 0x000001, "Member 'WBP_CinematicControls_C_SetPhotoModeButtonEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled, Temp_byte_Variable) == 0x000002, "Member 'WBP_CinematicControls_C_SetPhotoModeButtonEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_CinematicControls_C_SetPhotoModeButtonEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CinematicControls_C_SetPhotoModeButtonEnabled, K2Node_Select_Default) == 0x000004, "Member 'WBP_CinematicControls_C_SetPhotoModeButtonEnabled::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CinematicControls_C \ +static_assert(alignof(UWBP_CinematicControls_C) == 0x000008, "Wrong alignment on UWBP_CinematicControls_C"); \ +static_assert(sizeof(UWBP_CinematicControls_C) == 0x0004A8, "Wrong size on UWBP_CinematicControls_C"); \ +static_assert(offsetof(UWBP_CinematicControls_C, UberGraphFrame) == 0x000430, "Member 'UWBP_CinematicControls_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, Anim_Pause_Appear) == 0x000438, "Member 'UWBP_CinematicControls_C::Anim_Pause_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, CanvasPanel_All) == 0x000440, "Member 'UWBP_CinematicControls_C::CanvasPanel_All' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, WBP_GM_PromptGeneric_Pause) == 0x000448, "Member 'UWBP_CinematicControls_C::WBP_GM_PromptGeneric_Pause' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, WBP_GM_PromptGeneric_PhotoMode) == 0x000450, "Member 'UWBP_CinematicControls_C::WBP_GM_PromptGeneric_PhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, WBP_GM_PromptGeneric_Skip) == 0x000458, "Member 'UWBP_CinematicControls_C::WBP_GM_PromptGeneric_Skip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, OnButtonPausePressed) == 0x000460, "Member 'UWBP_CinematicControls_C::OnButtonPausePressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, OnButtonSkipPressed) == 0x000470, "Member 'UWBP_CinematicControls_C::OnButtonSkipPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, OnUnpauseAnimationFinished) == 0x000480, "Member 'UWBP_CinematicControls_C::OnUnpauseAnimationFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, OnButtonPhotoModePressed) == 0x000490, "Member 'UWBP_CinematicControls_C::OnButtonPhotoModePressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CinematicControls_C, PhotoModeButtonEnabled) == 0x0004A0, "Member 'UWBP_CinematicControls_C::PhotoModeButtonEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_QuestObjective \ +static_assert(alignof(FS_QuestObjective) == 0x000008, "Wrong alignment on FS_QuestObjective"); \ +static_assert(sizeof(FS_QuestObjective) == 0x000010, "Wrong size on FS_QuestObjective"); \ +static_assert(offsetof(FS_QuestObjective, UIData_9_30426D7948A7D5F7B0DBB4A230B4C1F4) == 0x000000, "Member 'FS_QuestObjective::UIData_9_30426D7948A7D5F7B0DBB4A230B4C1F4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B4_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B4_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B4_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B4_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B4_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_UWBP_VictoryHeader_C \ +static_assert(alignof(UWBP_VictoryHeader_C) == 0x000008, "Wrong alignment on UWBP_VictoryHeader_C"); \ +static_assert(sizeof(UWBP_VictoryHeader_C) == 0x000310, "Wrong size on UWBP_VictoryHeader_C"); \ +static_assert(offsetof(UWBP_VictoryHeader_C, SafeZone_0) == 0x000308, "Member 'UWBP_VictoryHeader_C::SafeZone_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_JP_C \ +static_assert(alignof(UCTS_B0_JP_C) == 0x000010, "Wrong alignment on UCTS_B0_JP_C"); \ +static_assert(sizeof(UCTS_B0_JP_C) == 0x0001B0, "Wrong size on UCTS_B0_JP_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterFaceBase_C_UserConstructionScript \ +static_assert(alignof(BP_CharacterFaceBase_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CharacterFaceBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CharacterFaceBase_C_UserConstructionScript) == 0x000018, "Wrong size on BP_CharacterFaceBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, NewLocalVar) == 0x000000, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_IsInPlayMode_ReturnValue) == 0x000010, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000012, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000015, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterFaceBase_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000016, "Member 'BP_CharacterFaceBase_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterFaceBase_C \ +static_assert(alignof(ABP_CharacterFaceBase_C) == 0x000008, "Wrong alignment on ABP_CharacterFaceBase_C"); \ +static_assert(sizeof(ABP_CharacterFaceBase_C) == 0x0002E0, "Wrong size on ABP_CharacterFaceBase_C"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Haircut_StaticMesh) == 0x000290, "Member 'ABP_CharacterFaceBase_C::Haircut_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Haircut_SkeletalMesh) == 0x000298, "Member 'ABP_CharacterFaceBase_C::Haircut_SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Hair) == 0x0002A0, "Member 'ABP_CharacterFaceBase_C::Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Eyebrows) == 0x0002A8, "Member 'ABP_CharacterFaceBase_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Eyelashes) == 0x0002B0, "Member 'ABP_CharacterFaceBase_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Mustache) == 0x0002B8, "Member 'ABP_CharacterFaceBase_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Beard) == 0x0002C0, "Member 'ABP_CharacterFaceBase_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, Face) == 0x0002C8, "Member 'ABP_CharacterFaceBase_C::Face' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_CharacterFaceBase_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterFaceBase_C, BoneToAttachHaircutTo) == 0x0002D8, "Member 'ABP_CharacterFaceBase_C::BoneToAttachHaircutTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget \ +static_assert(alignof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget) == 0x000004, "Wrong alignment on WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget) == 0x000028, "Wrong size on WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget, EntryPoint) == 0x000000, "Member 'WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_LevelNameWidget_C_ExecuteUbergraph_WBP_LevelNameWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_PlayAppearAnimation \ +static_assert(alignof(WBP_LevelNameWidget_C_PlayAppearAnimation) == 0x000008, "Wrong alignment on WBP_LevelNameWidget_C_PlayAppearAnimation"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_PlayAppearAnimation) == 0x000008, "Wrong size on WBP_LevelNameWidget_C_PlayAppearAnimation"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_PlayAppearAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_LevelNameWidget_C_PlayAppearAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_PlayDisappearAnimation \ +static_assert(alignof(WBP_LevelNameWidget_C_PlayDisappearAnimation) == 0x000008, "Wrong alignment on WBP_LevelNameWidget_C_PlayDisappearAnimation"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_PlayDisappearAnimation) == 0x000008, "Wrong size on WBP_LevelNameWidget_C_PlayDisappearAnimation"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_PlayDisappearAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_LevelNameWidget_C_PlayDisappearAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_PreConstruct \ +static_assert(alignof(WBP_LevelNameWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_LevelNameWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_LevelNameWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_LevelNameWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_SetDangerTextVisbility \ +static_assert(alignof(WBP_LevelNameWidget_C_SetDangerTextVisbility) == 0x000001, "Wrong alignment on WBP_LevelNameWidget_C_SetDangerTextVisbility"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_SetDangerTextVisbility) == 0x000001, "Wrong size on WBP_LevelNameWidget_C_SetDangerTextVisbility"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_SetDangerTextVisbility, InVisibility) == 0x000000, "Member 'WBP_LevelNameWidget_C_SetDangerTextVisbility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelNameWidget_C_SetLevelNameText \ +static_assert(alignof(WBP_LevelNameWidget_C_SetLevelNameText) == 0x000008, "Wrong alignment on WBP_LevelNameWidget_C_SetLevelNameText"); \ +static_assert(sizeof(WBP_LevelNameWidget_C_SetLevelNameText) == 0x000010, "Wrong size on WBP_LevelNameWidget_C_SetLevelNameText"); \ +static_assert(offsetof(WBP_LevelNameWidget_C_SetLevelNameText, LevelNameText) == 0x000000, "Member 'WBP_LevelNameWidget_C_SetLevelNameText::LevelNameText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LevelNameWidget_C \ +static_assert(alignof(UWBP_LevelNameWidget_C) == 0x000008, "Wrong alignment on UWBP_LevelNameWidget_C"); \ +static_assert(sizeof(UWBP_LevelNameWidget_C) == 0x000328, "Wrong size on UWBP_LevelNameWidget_C"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_LevelNameWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, Anim_Disappear) == 0x0002E8, "Member 'UWBP_LevelNameWidget_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_LevelNameWidget_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, Text_Danger) == 0x0002F8, "Member 'UWBP_LevelNameWidget_C::Text_Danger' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, TextBlock_LevelName) == 0x000300, "Member 'UWBP_LevelNameWidget_C::TextBlock_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, OnAppearAnimationFinished) == 0x000308, "Member 'UWBP_LevelNameWidget_C::OnAppearAnimationFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelNameWidget_C, OnDisappearAnimationFinished) == 0x000318, "Member 'UWBP_LevelNameWidget_C::OnDisappearAnimationFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_DisplaySpeaker_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_AudioLanguage_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Language_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_BndEvt__WBP_Settings_GeneralOptionsList_WBP_NamedIntegerSelector_Subtitles_Size_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList) == 0x000130, "Wrong size on WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x000004, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name_5) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000020, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name_4) == 0x000028, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x000038, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x000040, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name_3) == 0x000048, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x000058, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x000060, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name_2) == 0x000068, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x000078, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x000080, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name_1) == 0x000088, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000098, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Value) == 0x0000A0, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Name) == 0x0000A8, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x0000B8, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000C8, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x0000D0, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, CallFunc_GetGameCultureData_ReturnValue) == 0x0000D8, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x000100, "Member 'WBP_Settings_GeneralOptionsList_C_ExecuteUbergraph_WBP_Settings_GeneralOptionsList::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues) == 0x000120, "Wrong size on WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, Values) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, local_Values) == 0x000050, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues, CallFunc_Conv_StringToText_ReturnValue) == 0x000110, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageAvailableValues::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex) == 0x000098, "Wrong size on WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex, Selected_Culture) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex::Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex, local_Values) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetAudioAssetGroupName_ReturnValue) == 0x000060, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetAudioAssetGroupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex, CallFunc_GetAssetGroupCultureData_ReturnValue) == 0x000068, "Member 'WBP_Settings_GeneralOptionsList_C_GetAudioLanguageSelectedCultureIndex::CallFunc_GetAssetGroupCultureData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues) == 0x000110, "Wrong size on WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, Values) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, local_Values) == 0x000050, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_GetGameCultureData_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_Less_IntInt_ReturnValue) == 0x0000F8, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageAvailableValues::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex) == 0x000088, "Wrong size on WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex, Selected_Culture) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex::Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex, local_Values) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex::local_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex, CallFunc_GetGameCultureData_ReturnValue) == 0x000060, "Member 'WBP_Settings_GeneralOptionsList_C_GetLanguageSelectedCultureIndex::CallFunc_GetGameCultureData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings) == 0x000140, "Wrong size on WBP_Settings_GeneralOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetSubtitlesSize_ReturnValue) == 0x00000C, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetSubtitlesSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetAudioLanguageSelectedCultureIndex_Selected_Culture) == 0x000010, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetAudioLanguageSelectedCultureIndex_Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetLanguageSelectedCultureIndex_Selected_Culture) == 0x000014, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetLanguageSelectedCultureIndex_Selected_Culture' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map) == 0x000020, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Map_Values_Values) == 0x000078, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable_1) == 0x00009C, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetEnableSubtitlesSpeakerPersonalColor_ReturnValue) == 0x0000B4, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetEnableSubtitlesSpeakerPersonalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetEnableSubtitlesSpeakerDisplay_ReturnValue) == 0x0000B5, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetEnableSubtitlesSpeakerDisplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetEnableSubtitles_ReturnValue) == 0x0000B6, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetEnableSubtitles_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000B8, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map_1) == 0x0000C0, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Map_Values_Values_1) == 0x000110, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys_1) == 0x000120, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue_1) == 0x000138, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue_1) == 0x00013C, "Member 'WBP_Settings_GeneralOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions) == 0x0000F0, "Wrong size on WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions, CallFunc_GetAudioLanguageAvailableValues_Values) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions::CallFunc_GetAudioLanguageAvailableValues_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map) == 0x000050, "Member 'WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions, CallFunc_GetLanguageAvailableValues_Values) == 0x0000A0, "Member 'WBP_Settings_GeneralOptionsList_C_SetupAvailableOptions::CallFunc_GetLanguageAvailableValues_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets) == 0x000001, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets) == 0x000005, "Wrong size on WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets, CallFunc_GetEnableSubtitlesSpeakerDisplay_ReturnValue) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets::CallFunc_GetEnableSubtitlesSpeakerDisplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets, CallFunc_GetEnableSubtitles_ReturnValue) == 0x000002, "Member 'WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets::CallFunc_GetEnableSubtitles_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'WBP_Settings_GeneralOptionsList_C_UpdateSubtitleRelatedWidgets::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GeneralOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GeneralOptionsList_C \ +static_assert(alignof(UWBP_Settings_GeneralOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_GeneralOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_GeneralOptionsList_C) == 0x0004C0, "Wrong size on UWBP_Settings_GeneralOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, UberGraphFrame_WBP_Settings_GeneralOptionsList_C) == 0x000438, "Member 'UWBP_Settings_GeneralOptionsList_C::UberGraphFrame_WBP_Settings_GeneralOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_GeneralOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedBoolSelector_Subtitles) == 0x000448, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedBoolSelector_Subtitles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedBoolSelector_Subtitles_DisplaySpeaker) == 0x000450, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedBoolSelector_Subtitles_DisplaySpeaker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor) == 0x000458, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedBoolSelector_Subtitles_SpeakerPersonalColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedIntegerSelector_AudioLanguage) == 0x000460, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedIntegerSelector_AudioLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedIntegerSelector_Language) == 0x000468, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedIntegerSelector_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_NamedIntegerSelector_Subtitles_Size) == 0x000470, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_NamedIntegerSelector_Subtitles_Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntriesHeader_Language) == 0x000478, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntriesHeader_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntriesHeader_Subtitles) == 0x000480, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntriesHeader_Subtitles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_AudioLanguage) == 0x000488, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_AudioLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_Language) == 0x000490, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_Language' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_Subtitles) == 0x000498, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_Subtitles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_Subtitles_DisplaySpeaker) == 0x0004A0, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_Subtitles_DisplaySpeaker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_Subtitles_Size) == 0x0004A8, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_Subtitles_Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, WBP_Settings_OptionEntry_Subtitles_SpeakerPersonalColor) == 0x0004B0, "Member 'UWBP_Settings_GeneralOptionsList_C::WBP_Settings_OptionEntry_Subtitles_SpeakerPersonalColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptionsList_C, GameUserSettings) == 0x0004B8, "Member 'UWBP_Settings_GeneralOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCreditsParagraph \ +static_assert(alignof(FFCreditsParagraph) == 0x000008, "Wrong alignment on FFCreditsParagraph"); \ +static_assert(sizeof(FFCreditsParagraph) == 0x000030, "Wrong size on FFCreditsParagraph"); \ +static_assert(offsetof(FFCreditsParagraph, Title_2_DB1CD6494755ABFA14CB51B0C350F7E9) == 0x000000, "Member 'FFCreditsParagraph::Title_2_DB1CD6494755ABFA14CB51B0C350F7E9' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsParagraph, Names_5_5EE1642644E231B1AFB5C0B0105A7B00) == 0x000010, "Member 'FFCreditsParagraph::Names_5_5EE1642644E231B1AFB5C0B0105A7B00' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsParagraph, Duration_9_37760E2D47923A0E0D1FFA905BDB404A) == 0x000020, "Member 'FFCreditsParagraph::Duration_9_37760E2D47923A0E0D1FFA905BDB404A' has a wrong offset!"); \ +static_assert(offsetof(FFCreditsParagraph, Positioning_16_343FABCA4CC8A7D05163A68460BCAB03) == 0x000028, "Member 'FFCreditsParagraph::Positioning_16_343FABCA4CC8A7D05163A68460BCAB03' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry) == 0x000030, "Wrong size on WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, EntryPoint) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, K2Node_CustomEvent_WBP_BattleEnd_ExperienceBar) == 0x000008, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::K2Node_CustomEvent_WBP_BattleEnd_ExperienceBar' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000028, "Member 'WBP_EndBattle_CharacterEntry_C_ExecuteUbergraph_WBP_EndBattle_CharacterEntry::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_GetCharacterID \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_GetCharacterID) == 0x000004, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_GetCharacterID"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_GetCharacterID) == 0x000008, "Wrong size on WBP_EndBattle_CharacterEntry_C_GetCharacterID"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_GetCharacterID, CharacterId_0) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_GetCharacterID::CharacterId_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_LoadCharacter \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_LoadCharacter"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_LoadCharacter) == 0x000018, "Wrong size on WBP_EndBattle_CharacterEntry_C_LoadCharacter"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacter, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000008, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacter::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos) == 0x0001E8, "Wrong size on WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CharacterData) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CharacterPictosInstances) == 0x000008, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CharacterPictosInstances' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetItemStaticData_ItemStaticData) == 0x000038, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression) == 0x00016C, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000180, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000181, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_BooleanAND_ReturnValue) == 0x000182, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Array_Length_ReturnValue) == 0x000184, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, K2Node_MakeStruct_FEquipmentSlot) == 0x00018C, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_IsSlotUsed_ReturnValue) == 0x000194, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000198, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Array_Add_ReturnValue) == 0x0001A0, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, K2Node_MakeStruct_FEquipmentSlot_1) == 0x0001A4, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::K2Node_MakeStruct_FEquipmentSlot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_IsSlotUsed_ReturnValue_1) == 0x0001AC, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_IsSlotUsed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetItemInstanceInSlot_ItemInstance_1) == 0x0001B0, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetItemInstanceInSlot_ItemInstance_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Array_Add_ReturnValue_1) == 0x0001B8, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, K2Node_MakeStruct_FEquipmentSlot_2) == 0x0001BC, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::K2Node_MakeStruct_FEquipmentSlot_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0001C8, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_IsSlotUsed_ReturnValue_2) == 0x0001D0, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_IsSlotUsed_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_GetItemInstanceInSlot_ItemInstance_2) == 0x0001D8, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_GetItemInstanceInSlot_ItemInstance_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos, CallFunc_Array_Add_ReturnValue_2) == 0x0001E0, "Member 'WBP_EndBattle_CharacterEntry_C_LoadCharacterPictos::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_PreConstruct \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_PreConstruct"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_PreConstruct) == 0x000001, "Wrong size on WBP_EndBattle_CharacterEntry_C_PreConstruct"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry) == 0x000008, "Wrong size on WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry, WBP_BattleEnd_ExperienceBar_0) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_SequenceEvent__ENTRYPOINTWBP_EndBattle_CharacterEntry::WBP_BattleEnd_ExperienceBar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_SetCharacterDead \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_SetCharacterDead) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_SetCharacterDead"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_SetCharacterDead) == 0x000018, "Wrong size on WBP_EndBattle_CharacterEntry_C_SetCharacterDead"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_SetCharacterDead, CharacterBattleStats) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_SetCharacterDead::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_SetCharacterDead, CallFunc_IsDead_ReturnValue) == 0x000008, "Member 'WBP_EndBattle_CharacterEntry_C_SetCharacterDead::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_SetCharacterDead, CallFunc_GetCharacterData_CharacterData) == 0x000010, "Member 'WBP_EndBattle_CharacterEntry_C_SetCharacterDead::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations) == 0x000060, "Wrong size on WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CharacterBattleStats) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_IsDead_ReturnValue) == 0x000008, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_GetCharacterData_CharacterData) == 0x000010, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_GetAllEntries_ReturnValue) == 0x000030, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, K2Node_DynamicCast_AsWBP_End_Battle_Character_Picto) == 0x000048, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::K2Node_DynamicCast_AsWBP_End_Battle_Character_Picto' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_EndBattle_CharacterEntry_C_TriggerProgressAnimations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event \ +static_assert(alignof(WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event"); \ +static_assert(sizeof(WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event) == 0x000008, "Wrong size on WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event"); \ +static_assert(offsetof(WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event, WBP_BattleEnd_ExperienceBar_0) == 0x000000, "Member 'WBP_EndBattle_CharacterEntry_C_WBP_BattleEnd_ExperienceBar_Event::WBP_BattleEnd_ExperienceBar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EndBattle_CharacterEntry_C \ +static_assert(alignof(UWBP_EndBattle_CharacterEntry_C) == 0x000008, "Wrong alignment on UWBP_EndBattle_CharacterEntry_C"); \ +static_assert(sizeof(UWBP_EndBattle_CharacterEntry_C) == 0x0003A0, "Wrong size on UWBP_EndBattle_CharacterEntry_C"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_EndBattle_CharacterEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, Anim_LuminaLearnt) == 0x000310, "Member 'UWBP_EndBattle_CharacterEntry_C::Anim_LuminaLearnt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, Anim_LevelUpLoop) == 0x000318, "Member 'UWBP_EndBattle_CharacterEntry_C::Anim_LevelUpLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, Anim_LevelUp) == 0x000320, "Member 'UWBP_EndBattle_CharacterEntry_C::Anim_LevelUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, Background) == 0x000328, "Member 'UWBP_EndBattle_CharacterEntry_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, CharacterName) == 0x000330, "Member 'UWBP_EndBattle_CharacterEntry_C::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, DynamicEntryBox_Pictos) == 0x000338, "Member 'UWBP_EndBattle_CharacterEntry_C::DynamicEntryBox_Pictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, FX_SmokePortrait) == 0x000340, "Member 'UWBP_EndBattle_CharacterEntry_C::FX_SmokePortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, Image_Background_Color) == 0x000348, "Member 'UWBP_EndBattle_CharacterEntry_C::Image_Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, RetainerBox) == 0x000350, "Member 'UWBP_EndBattle_CharacterEntry_C::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, WBP_BattleEnd_ExperienceBar) == 0x000358, "Member 'UWBP_EndBattle_CharacterEntry_C::WBP_BattleEnd_ExperienceBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, WBP_CharacterMarker) == 0x000360, "Member 'UWBP_EndBattle_CharacterEntry_C::WBP_CharacterMarker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, WBP_LuminaLearntFlag) == 0x000368, "Member 'UWBP_EndBattle_CharacterEntry_C::WBP_LuminaLearntFlag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, CharacterId) == 0x000370, "Member 'UWBP_EndBattle_CharacterEntry_C::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, LevelUpAudio) == 0x000378, "Member 'UWBP_EndBattle_CharacterEntry_C::LevelUpAudio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, IsAnyLuminaLearntThisBattle) == 0x000388, "Member 'UWBP_EndBattle_CharacterEntry_C::IsAnyLuminaLearntThisBattle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterEntry_C, LuminaLearntAudio) == 0x000390, "Member 'UWBP_EndBattle_CharacterEntry_C::LuminaLearntAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_GameCredits_C \ +static_assert(alignof(UBP_DataAsset_GameCredits_C) == 0x000008, "Wrong alignment on UBP_DataAsset_GameCredits_C"); \ +static_assert(sizeof(UBP_DataAsset_GameCredits_C) == 0x000040, "Wrong size on UBP_DataAsset_GameCredits_C"); \ +static_assert(offsetof(UBP_DataAsset_GameCredits_C, Credits) == 0x000030, "Member 'UBP_DataAsset_GameCredits_C::Credits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_RemoveItemFromInventory_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction) == 0x000170, "Wrong size on BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000048, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000120, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_2) == 0x000130, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000160, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x000161, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Array_IsEmpty_ReturnValue) == 0x000168, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000169, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x00016A, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x00016B, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction, CallFunc_BooleanOR_ReturnValue) == 0x00016C, "Member 'BP_GameAction_RemoveItemFromInventory_C_ValidateGameAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_RemoveItemFromInventory_C \ +static_assert(alignof(UBP_GameAction_RemoveItemFromInventory_C) == 0x000008, "Wrong alignment on UBP_GameAction_RemoveItemFromInventory_C"); \ +static_assert(sizeof(UBP_GameAction_RemoveItemFromInventory_C) == 0x000040, "Wrong size on UBP_GameAction_RemoveItemFromInventory_C"); \ +static_assert(offsetof(UBP_GameAction_RemoveItemFromInventory_C, Items) == 0x000030, "Member 'UBP_GameAction_RemoveItemFromInventory_C::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal \ +static_assert(alignof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal) == 0x000008, "Wrong alignment on WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal"); \ +static_assert(sizeof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal) == 0x000018, "Wrong size on WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal, EntryPoint) == 0x000000, "Member 'WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Button_TopMenu_Horizontal_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Button_TopMenu_Horizontal_C_PreConstruct \ +static_assert(alignof(WBP_Button_TopMenu_Horizontal_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Button_TopMenu_Horizontal_C_PreConstruct"); \ +static_assert(sizeof(WBP_Button_TopMenu_Horizontal_C_PreConstruct) == 0x000001, "Wrong size on WBP_Button_TopMenu_Horizontal_C_PreConstruct"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Button_TopMenu_Horizontal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Button_TopMenu_Horizontal_C_SetTabName \ +static_assert(alignof(WBP_Button_TopMenu_Horizontal_C_SetTabName) == 0x000008, "Wrong alignment on WBP_Button_TopMenu_Horizontal_C_SetTabName"); \ +static_assert(sizeof(WBP_Button_TopMenu_Horizontal_C_SetTabName) == 0x000010, "Wrong size on WBP_Button_TopMenu_Horizontal_C_SetTabName"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_C_SetTabName, InTabName) == 0x000000, "Member 'WBP_Button_TopMenu_Horizontal_C_SetTabName::InTabName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Button_TopMenu_Horizontal_C \ +static_assert(alignof(UWBP_Button_TopMenu_Horizontal_C) == 0x000010, "Wrong alignment on UWBP_Button_TopMenu_Horizontal_C"); \ +static_assert(sizeof(UWBP_Button_TopMenu_Horizontal_C) == 0x001780, "Wrong size on UWBP_Button_TopMenu_Horizontal_C"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_C, UberGraphFrame_WBP_Button_TopMenu_Horizontal_C) == 0x001758, "Member 'UWBP_Button_TopMenu_Horizontal_C::UberGraphFrame_WBP_Button_TopMenu_Horizontal_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_C, TabName) == 0x001760, "Member 'UWBP_Button_TopMenu_Horizontal_C::TabName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_C, DefaultText) == 0x001768, "Member 'UWBP_Button_TopMenu_Horizontal_C::DefaultText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlayStateButtonParams \ +static_assert(alignof(FOverlayStateButtonParams) == 0x000008, "Wrong alignment on FOverlayStateButtonParams"); \ +static_assert(sizeof(FOverlayStateButtonParams) == 0x000010, "Wrong size on FOverlayStateButtonParams"); \ +static_assert(offsetof(FOverlayStateButtonParams, Widget_5_4F22C4EE49421E434A46FE9803893231) == 0x000000, "Member 'FOverlayStateButtonParams::Widget_5_4F22C4EE49421E434A46FE9803893231' has a wrong offset!"); \ +static_assert(offsetof(FOverlayStateButtonParams, State_10_BAF3D4CC4EE0E7CCD650F3B4963A2A65) == 0x000008, "Member 'FOverlayStateButtonParams::State_10_BAF3D4CC4EE0E7CCD650F3B4963A2A65' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_LootDialogue \ +static_assert(alignof(FS_LootDialogue) == 0x000008, "Wrong alignment on FS_LootDialogue"); \ +static_assert(sizeof(FS_LootDialogue) == 0x000028, "Wrong size on FS_LootDialogue"); \ +static_assert(offsetof(FS_LootDialogue, ItemType_17_6BC6FEB1400609599B15F3868676704C) == 0x000000, "Member 'FS_LootDialogue::ItemType_17_6BC6FEB1400609599B15F3868676704C' has a wrong offset!"); \ +static_assert(offsetof(FS_LootDialogue, ItemSubType_3_15E275D54ECE222E07754AA3F208C278) == 0x000001, "Member 'FS_LootDialogue::ItemSubType_3_15E275D54ECE222E07754AA3F208C278' has a wrong offset!"); \ +static_assert(offsetof(FS_LootDialogue, CorrespondingCharacters_18_592DD0D849D00C8C133932B8BBC9BAB8) == 0x000008, "Member 'FS_LootDialogue::CorrespondingCharacters_18_592DD0D849D00C8C133932B8BBC9BAB8' has a wrong offset!"); \ +static_assert(offsetof(FS_LootDialogue, PossibleDialogues_22_22A53A48433EBAFD66E8BDB9F0497B71) == 0x000018, "Member 'FS_LootDialogue::PossibleDialogues_22_22A53A48433EBAFD66E8BDB9F0497B71' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateSwitcher_C_CreateButtons \ +static_assert(alignof(OverlayStateSwitcher_C_CreateButtons) == 0x000008, "Wrong alignment on OverlayStateSwitcher_C_CreateButtons"); \ +static_assert(sizeof(OverlayStateSwitcher_C_CreateButtons) == 0x000078, "Wrong size on OverlayStateSwitcher_C_CreateButtons"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, Button) == 0x000000, "Member 'OverlayStateSwitcher_C_CreateButtons::Button' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, EnumValue) == 0x000008, "Member 'OverlayStateSwitcher_C_CreateButtons::EnumValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, Temp_int_Variable) == 0x00000C, "Member 'OverlayStateSwitcher_C_CreateButtons::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, Temp_int_Variable_1) == 0x000010, "Member 'OverlayStateSwitcher_C_CreateButtons::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_GetValidValue_ReturnValue) == 0x00001C, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x00001D, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x00001E, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_MakeLiteralInt_ReturnValue) == 0x000024, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, K2Node_MakeStruct_OverlayStateButtonParams) == 0x000028, "Member 'OverlayStateSwitcher_C_CreateButtons::K2Node_MakeStruct_OverlayStateButtonParams' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000060, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_GetOwningPlayer_ReturnValue) == 0x000068, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CreateButtons, CallFunc_Create_ReturnValue) == 0x000070, "Member 'OverlayStateSwitcher_C_CreateButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateSwitcher_C_CycleState \ +static_assert(alignof(OverlayStateSwitcher_C_CycleState) == 0x000008, "Wrong alignment on OverlayStateSwitcher_C_CycleState"); \ +static_assert(sizeof(OverlayStateSwitcher_C_CycleState) == 0x000070, "Wrong size on OverlayStateSwitcher_C_CycleState"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, Up) == 0x000000, "Member 'OverlayStateSwitcher_C_CycleState::Up' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, TempEnum) == 0x000008, "Member 'OverlayStateSwitcher_C_CycleState::TempEnum' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, Temp_int_Variable) == 0x000018, "Member 'OverlayStateSwitcher_C_CycleState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, Temp_int_Variable_1) == 0x00001C, "Member 'OverlayStateSwitcher_C_CycleState::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Conv_IntToByte_ReturnValue) == 0x000020, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_GetValidValue_ReturnValue) == 0x000028, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000029, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x00002A, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00002C, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, Temp_int_Variable_2) == 0x000030, "Member 'OverlayStateSwitcher_C_CycleState::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_MakeLiteralInt_ReturnValue) == 0x000034, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, Temp_int_Variable_3) == 0x000038, "Member 'OverlayStateSwitcher_C_CycleState::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_Get_Item) == 0x00003D, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_Find_ReturnValue) == 0x000040, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_LastIndex_ReturnValue) == 0x000048, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_Get_Item_1) == 0x00004D, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_SelectInt_ReturnValue) == 0x000050, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_Find_ReturnValue_1) == 0x000054, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000058, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00005C, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_SelectInt_ReturnValue_1) == 0x000064, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_CycleState, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'OverlayStateSwitcher_C_CycleState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher \ +static_assert(alignof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher) == 0x000010, "Wrong alignment on OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher"); \ +static_assert(sizeof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher) == 0x000190, "Wrong size on OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, EntryPoint) == 0x000000, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000018, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_AsALSBase_Character) == 0x000020, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_AsALSBase_Character' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000030, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_AsALSBase_Character_1) == 0x000038, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_AsALSBase_Character_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_Event_MyGeometry) == 0x000044, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_Event_InDeltaTime) == 0x00007C, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000080, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000088, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000090, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000098, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_AsALSBase_Character_2) == 0x0000A0, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_AsALSBase_Character_2' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_GetThirdPersonPivotTarget_ReturnValue) == 0x0000B0, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_GetThirdPersonPivotTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_BreakTransform_Location) == 0x000110, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_BreakTransform_Rotation) == 0x000128, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_BreakTransform_Scale) == 0x000140, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_Add_VectorVector_ReturnValue) == 0x000158, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000170, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000180, "Member 'OverlayStateSwitcher_C_ExecuteUbergraph_OverlayStateSwitcher::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateSwitcher_C_Tick \ +static_assert(alignof(OverlayStateSwitcher_C_Tick) == 0x000004, "Wrong alignment on OverlayStateSwitcher_C_Tick"); \ +static_assert(sizeof(OverlayStateSwitcher_C_Tick) == 0x00003C, "Wrong size on OverlayStateSwitcher_C_Tick"); \ +static_assert(offsetof(OverlayStateSwitcher_C_Tick, MyGeometry) == 0x000000, "Member 'OverlayStateSwitcher_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_Tick, InDeltaTime) == 0x000038, "Member 'OverlayStateSwitcher_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlayStateSwitcher_C_UpdateButtonFocus \ +static_assert(alignof(OverlayStateSwitcher_C_UpdateButtonFocus) == 0x000008, "Wrong alignment on OverlayStateSwitcher_C_UpdateButtonFocus"); \ +static_assert(sizeof(OverlayStateSwitcher_C_UpdateButtonFocus) == 0x000028, "Wrong size on OverlayStateSwitcher_C_UpdateButtonFocus"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_Array_Get_Item) == 0x000010, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000025, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OverlayStateSwitcher_C_UpdateButtonFocus, CallFunc_IsValid_ReturnValue) == 0x000026, "Member 'OverlayStateSwitcher_C_UpdateButtonFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlayStateSwitcher_C \ +static_assert(alignof(UOverlayStateSwitcher_C) == 0x000008, "Wrong alignment on UOverlayStateSwitcher_C"); \ +static_assert(sizeof(UOverlayStateSwitcher_C) == 0x000310, "Wrong size on UOverlayStateSwitcher_C"); \ +static_assert(offsetof(UOverlayStateSwitcher_C, UberGraphFrame) == 0x0002E0, "Member 'UOverlayStateSwitcher_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateSwitcher_C, MovablePanel) == 0x0002E8, "Member 'UOverlayStateSwitcher_C::MovablePanel' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateSwitcher_C, VerticalBox) == 0x0002F0, "Member 'UOverlayStateSwitcher_C::VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateSwitcher_C, OverlayStateButtons) == 0x0002F8, "Member 'UOverlayStateSwitcher_C::OverlayStateButtons' has a wrong offset!"); \ +static_assert(offsetof(UOverlayStateSwitcher_C, NewOverlayState) == 0x000308, "Member 'UOverlayStateSwitcher_C::NewOverlayState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_NoOperation_C \ +static_assert(alignof(UBTTask_NoOperation_C) == 0x000008, "Wrong alignment on UBTTask_NoOperation_C"); \ +static_assert(sizeof(UBTTask_NoOperation_C) == 0x0000A8, "Wrong size on UBTTask_NoOperation_C"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_BndEvt__WBP_BS_WeaponUpgrade_WBP_Action_Button_Generic_UpgradeWeapon_K2Node_ComponentBoundEvent_1_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade) == 0x000008, "Wrong alignment on WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade) == 0x0000F8, "Wrong size on WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, EntryPoint) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000004, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_real_Variable) == 0x000008, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_bool_Variable) == 0x00000C, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_real_Variable_1) == 0x000010, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_real_Variable_2) == 0x000014, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_bool_IsClosed_Variable) == 0x00001C, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_bool_Has_Been_Initd_Variable) == 0x00001D, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_Event_IsDesignTime) == 0x00001E, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000020, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000028, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetNiagaraComponent_ReturnValue_2) == 0x000030, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetNiagaraComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_ComponentBoundEvent_Button) == 0x000038, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetInventoryManager_ReturnValue) == 0x000048, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetNiagaraComponent_ReturnValue_3) == 0x000050, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetNiagaraComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_real_Variable_3) == 0x000058, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetCustomGI_ReturnValue_1) == 0x000060, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000068, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_ComponentBoundEvent_Progress) == 0x000070, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetCurrentLevel_ReturnValue) == 0x000078, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x00007D, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetItemQualityColor_ReturnValue) == 0x000080, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_Select_Default) == 0x000090, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetItemInstanceUpgradeCost_ItemQuantities) == 0x000098, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetItemInstanceUpgradeCost_ItemQuantities' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_CanAffordItemCosts_ReturnValue) == 0x0000C4, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_CanAffordItemCosts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_bool_Variable_1) == 0x0000C5, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_Select_Default_1) == 0x0000C8, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, Temp_int_Loop_Counter_Variable) == 0x0000CC, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, K2Node_CustomEvent_bIsFullUpgrade) == 0x0000D0, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::K2Node_CustomEvent_bIsFullUpgrade' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Less_IntInt_ReturnValue) == 0x0000D1, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetAchievementManager_ReturnValue) == 0x0000D8, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetAchievementManager_ReturnValue_1) == 0x0000E0, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetAchievementManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_GetInventoryManager_ReturnValue_1) == 0x0000E8, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Can_be_Upgraded_ReturnValue) == 0x0000F0, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Can_be_Upgraded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade, CallFunc_Not_PreBool_ReturnValue) == 0x0000F1, "Member 'WBP_BS_WeaponUpgrade_C_ExecuteUbergraph_WBP_BS_WeaponUpgrade::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item) == 0x000008, "Wrong alignment on WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item) == 0x000238, "Wrong size on WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, WeaponItem) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::WeaponItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, local_canUpgradeWeapon) == 0x000008, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::local_canUpgradeWeapon' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, local_hasUpgradeResources) == 0x000009, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::local_hasUpgradeResources' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_bool_Variable) == 0x00000A, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable) == 0x00000C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable_1) == 0x000010, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_bool_Variable_1) == 0x000014, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable_2) == 0x000018, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable_3) == 0x00001C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_bool_Variable_2) == 0x000020, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_int_Variable) == 0x000024, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_int_Variable_1) == 0x000028, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000038, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000040, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetCurrentLevel_ReturnValue) == 0x000048, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x00004D, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemQualityColor_ReturnValue) == 0x000050, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, K2Node_Select_Default) == 0x000060, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetWeaponQualityForUpgradeLevel_Quality_1) == 0x000064, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetWeaponQualityForUpgradeLevel_Quality_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemQualityColor_ReturnValue_1) == 0x00006C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemQualityColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable_4) == 0x00007C, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000080, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_real_Variable_5) == 0x000084, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000088, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000090, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000098, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, K2Node_Select_Default_2) == 0x0000A4, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, Temp_bool_Variable_3) == 0x0000A8, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, K2Node_Select_Default_3) == 0x0000AC, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetInventoryManager_ReturnValue) == 0x0000B0, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetCustomGI_ReturnValue) == 0x0000B8, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000C0, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemInstanceUpgradeCost_ItemQuantities) == 0x0000C8, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemInstanceUpgradeCost_ItemQuantities' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_Less_IntInt_ReturnValue) == 0x0000F8, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemDefinitionFromID_Found) == 0x0000F9, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000100, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_FindItemCountFromInventory_Quantity) == 0x000230, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item, CallFunc_Less_IntInt_ReturnValue_1) == 0x000234, "Member 'WBP_BS_WeaponUpgrade_C_Load_Upgrade_Costs_From_Item::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_PreConstruct \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BS_WeaponUpgrade_C_PreConstruct"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_PreConstruct) == 0x000001, "Wrong size on WBP_BS_WeaponUpgrade_C_PreConstruct"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement) == 0x000001, "Wrong alignment on WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement) == 0x000001, "Wrong size on WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement, bIsFullUpgrade) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_WeaponUpgradeAchievement::bIsFullUpgrade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_BS_WeaponUpgrade_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BS_WeaponUpgrade_C \ +static_assert(alignof(UWBP_BS_WeaponUpgrade_C) == 0x000008, "Wrong alignment on UWBP_BS_WeaponUpgrade_C"); \ +static_assert(sizeof(UWBP_BS_WeaponUpgrade_C) == 0x0004B0, "Wrong size on UWBP_BS_WeaponUpgrade_C"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, UberGraphFrame) == 0x000430, "Member 'UWBP_BS_WeaponUpgrade_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, DynamicEntryBox_ResourceCost) == 0x000438, "Member 'UWBP_BS_WeaponUpgrade_C::DynamicEntryBox_ResourceCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, NiagaraSystemWidget_Explosion) == 0x000440, "Member 'UWBP_BS_WeaponUpgrade_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, NiagaraSystemWidget_Loop) == 0x000448, "Member 'UWBP_BS_WeaponUpgrade_C::NiagaraSystemWidget_Loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, UpgradeBox) == 0x000450, "Member 'UWBP_BS_WeaponUpgrade_C::UpgradeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, UpgradeWeaponBinding) == 0x000458, "Member 'UWBP_BS_WeaponUpgrade_C::UpgradeWeaponBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, WBP_Action_Button_Generic_UpgradeWeapon) == 0x000460, "Member 'UWBP_BS_WeaponUpgrade_C::WBP_Action_Button_Generic_UpgradeWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, WBP_WeaponIcon) == 0x000468, "Member 'UWBP_BS_WeaponUpgrade_C::WBP_WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, WidgetSwitcher_UpgradeWindowContent) == 0x000470, "Member 'UWBP_BS_WeaponUpgrade_C::WidgetSwitcher_UpgradeWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, CurrentWeaponItem) == 0x000478, "Member 'UWBP_BS_WeaponUpgrade_C::CurrentWeaponItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, OnUpgradeTriggered) == 0x000480, "Member 'UWBP_BS_WeaponUpgrade_C::OnUpgradeTriggered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, OnNavigateBackToList) == 0x000490, "Member 'UWBP_BS_WeaponUpgrade_C::OnNavigateBackToList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BS_WeaponUpgrade_C, SD_OnWeaponUpgraded) == 0x0004A0, "Member 'UWBP_BS_WeaponUpgrade_C::SD_OnWeaponUpgraded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_IndexSelectorComponent_C_GetNextIndex \ +static_assert(alignof(BP_GPE_IndexSelectorComponent_C_GetNextIndex) == 0x000004, "Wrong alignment on BP_GPE_IndexSelectorComponent_C_GetNextIndex"); \ +static_assert(sizeof(BP_GPE_IndexSelectorComponent_C_GetNextIndex) == 0x00002C, "Wrong size on BP_GPE_IndexSelectorComponent_C_GetNextIndex"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, ArrayLength) == 0x000000, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::ArrayLength' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, Index_0) == 0x000004, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_RandomInteger_ReturnValue) == 0x00000C, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000014, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Array_AddUnique_ReturnValue_2) == 0x000024, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetNextIndex, CallFunc_Percent_IntInt_ReturnValue) == 0x000028, "Member 'BP_GPE_IndexSelectorComponent_C_GetNextIndex::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_IndexSelectorComponent_C_GetUsedIndexes \ +static_assert(alignof(BP_GPE_IndexSelectorComponent_C_GetUsedIndexes) == 0x000008, "Wrong alignment on BP_GPE_IndexSelectorComponent_C_GetUsedIndexes"); \ +static_assert(sizeof(BP_GPE_IndexSelectorComponent_C_GetUsedIndexes) == 0x000010, "Wrong size on BP_GPE_IndexSelectorComponent_C_GetUsedIndexes"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_GetUsedIndexes, Indexes) == 0x000000, "Member 'BP_GPE_IndexSelectorComponent_C_GetUsedIndexes::Indexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded \ +static_assert(alignof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded) == 0x000004, "Wrong alignment on BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded"); \ +static_assert(sizeof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded) == 0x000020, "Wrong size on BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, ArrayLength) == 0x000000, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::ArrayLength' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, Temp_int_Variable) == 0x000008, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000D, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001C, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BP_GPE_IndexSelectorComponent_C_InitShuffeIndexesIfNeeded::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_IndexSelectorComponent_C_ResetIndexes \ +static_assert(alignof(BP_GPE_IndexSelectorComponent_C_ResetIndexes) == 0x000001, "Wrong alignment on BP_GPE_IndexSelectorComponent_C_ResetIndexes"); \ +static_assert(sizeof(BP_GPE_IndexSelectorComponent_C_ResetIndexes) == 0x000001, "Wrong size on BP_GPE_IndexSelectorComponent_C_ResetIndexes"); \ +static_assert(offsetof(BP_GPE_IndexSelectorComponent_C_ResetIndexes, ResetCurrentIndex) == 0x000000, "Member 'BP_GPE_IndexSelectorComponent_C_ResetIndexes::ResetCurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GPE_IndexSelectorComponent_C \ +static_assert(alignof(UBP_GPE_IndexSelectorComponent_C) == 0x000008, "Wrong alignment on UBP_GPE_IndexSelectorComponent_C"); \ +static_assert(sizeof(UBP_GPE_IndexSelectorComponent_C) == 0x0000D0, "Wrong size on UBP_GPE_IndexSelectorComponent_C"); \ +static_assert(offsetof(UBP_GPE_IndexSelectorComponent_C, Mode) == 0x0000A0, "Member 'UBP_GPE_IndexSelectorComponent_C::Mode' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_IndexSelectorComponent_C, CurrentIndex) == 0x0000A4, "Member 'UBP_GPE_IndexSelectorComponent_C::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_IndexSelectorComponent_C, ShuffledIndexes) == 0x0000A8, "Member 'UBP_GPE_IndexSelectorComponent_C::ShuffledIndexes' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_IndexSelectorComponent_C, PreviousArrayLength) == 0x0000B8, "Member 'UBP_GPE_IndexSelectorComponent_C::PreviousArrayLength' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_IndexSelectorComponent_C, UsedIndexes) == 0x0000C0, "Member 'UBP_GPE_IndexSelectorComponent_C::UsedIndexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CameraOverrideParameters \ +static_assert(alignof(FS_CameraOverrideParameters) == 0x000008, "Wrong alignment on FS_CameraOverrideParameters"); \ +static_assert(sizeof(FS_CameraOverrideParameters) == 0x000010, "Wrong size on FS_CameraOverrideParameters"); \ +static_assert(offsetof(FS_CameraOverrideParameters, ViewTarget_4_81DB5CDB469B3E48FFAD25B03409F614) == 0x000000, "Member 'FS_CameraOverrideParameters::ViewTarget_4_81DB5CDB469B3E48FFAD25B03409F614' has a wrong offset!"); \ +static_assert(offsetof(FS_CameraOverrideParameters, Priority_7_477B81324FD65F1EF8AC79B4A3CAC5BC) == 0x000008, "Member 'FS_CameraOverrideParameters::Priority_7_477B81324FD65F1EF8AC79B4A3CAC5BC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TurnOrder_PortraitBackground_Enemy_C \ +static_assert(alignof(UWBP_TurnOrder_PortraitBackground_Enemy_C) == 0x000008, "Wrong alignment on UWBP_TurnOrder_PortraitBackground_Enemy_C"); \ +static_assert(sizeof(UWBP_TurnOrder_PortraitBackground_Enemy_C) == 0x000308, "Wrong size on UWBP_TurnOrder_PortraitBackground_Enemy_C"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Enemy_C, Image_BG_Dark) == 0x0002E0, "Member 'UWBP_TurnOrder_PortraitBackground_Enemy_C::Image_BG_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Enemy_C, Image_BG_Red) == 0x0002E8, "Member 'UWBP_TurnOrder_PortraitBackground_Enemy_C::Image_BG_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Enemy_C, Image_dust) == 0x0002F0, "Member 'UWBP_TurnOrder_PortraitBackground_Enemy_C::Image_dust' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Enemy_C, Image_Pattern) == 0x0002F8, "Member 'UWBP_TurnOrder_PortraitBackground_Enemy_C::Image_Pattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Enemy_C, Image_WaterColor) == 0x000300, "Member 'UWBP_TurnOrder_PortraitBackground_Enemy_C::Image_WaterColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TurnOrder_PortraitBackground_Ally_C \ +static_assert(alignof(UWBP_TurnOrder_PortraitBackground_Ally_C) == 0x000008, "Wrong alignment on UWBP_TurnOrder_PortraitBackground_Ally_C"); \ +static_assert(sizeof(UWBP_TurnOrder_PortraitBackground_Ally_C) == 0x000308, "Wrong size on UWBP_TurnOrder_PortraitBackground_Ally_C"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Ally_C, Image_BG_Blue) == 0x0002E0, "Member 'UWBP_TurnOrder_PortraitBackground_Ally_C::Image_BG_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Ally_C, Image_BG_Dark) == 0x0002E8, "Member 'UWBP_TurnOrder_PortraitBackground_Ally_C::Image_BG_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Ally_C, Image_dust) == 0x0002F0, "Member 'UWBP_TurnOrder_PortraitBackground_Ally_C::Image_dust' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Ally_C, Image_Pattern) == 0x0002F8, "Member 'UWBP_TurnOrder_PortraitBackground_Ally_C::Image_Pattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_PortraitBackground_Ally_C, Image_WaterColor) == 0x000300, "Member 'UWBP_TurnOrder_PortraitBackground_Ally_C::Image_WaterColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_APShard_Lost_C \ +static_assert(alignof(UWBP_APShard_Lost_C) == 0x000008, "Wrong alignment on UWBP_APShard_Lost_C"); \ +static_assert(sizeof(UWBP_APShard_Lost_C) == 0x0002E8, "Wrong size on UWBP_APShard_Lost_C"); \ +static_assert(offsetof(UWBP_APShard_Lost_C, Image_114) == 0x0002E0, "Member 'UWBP_APShard_Lost_C::Image_114' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons \ +static_assert(alignof(BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons) == 0x000008, "Wrong alignment on BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons"); \ +static_assert(sizeof(BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons) == 0x000010, "Wrong size on BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons"); \ +static_assert(offsetof(BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons, Textures) == 0x000000, "Member 'BP_BattleAction_DataAsset_C_GetUniqueMechanicIcons::Textures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget \ +static_assert(alignof(BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget) == 0x000008, "Wrong alignment on BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget"); \ +static_assert(sizeof(BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget) == 0x000008, "Wrong size on BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget"); \ +static_assert(offsetof(BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget, SkillWheelButton) == 0x000000, "Member 'BP_BattleAction_DataAsset_C_ModifyNewSkillWheelWidget::SkillWheelButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleAction_DataAsset_C_ValidateAction \ +static_assert(alignof(BP_BattleAction_DataAsset_C_ValidateAction) == 0x000008, "Wrong alignment on BP_BattleAction_DataAsset_C_ValidateAction"); \ +static_assert(sizeof(BP_BattleAction_DataAsset_C_ValidateAction) == 0x000008, "Wrong size on BP_BattleAction_DataAsset_C_ValidateAction"); \ +static_assert(offsetof(BP_BattleAction_DataAsset_C_ValidateAction, CharacterBattle) == 0x000000, "Member 'BP_BattleAction_DataAsset_C_ValidateAction::CharacterBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleAction_DataAsset_C \ +static_assert(alignof(UBP_BattleAction_DataAsset_C) == 0x000008, "Wrong alignment on UBP_BattleAction_DataAsset_C"); \ +static_assert(sizeof(UBP_BattleAction_DataAsset_C) == 0x000030, "Wrong size on UBP_BattleAction_DataAsset_C"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras) == 0x000010, "Wrong size on BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras, CineCameraComponents) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetAllDialogueCameras::CineCameraComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong size on BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent, AudioComponent) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetDialogueAudioComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType) == 0x000010, "Wrong size on BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType, CameraType) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType, CameraComponent) == 0x000008, "Member 'BPI_DialogueCharacter_C_BPI_GetDialogueCameraByType::CameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset) == 0x000018, "Wrong size on BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetDialogueCameraOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong size on BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint, SceneComponent) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetDialogueFocusPoint::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetInteractingCharacter \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetInteractingCharacter) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetInteractingCharacter"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetInteractingCharacter) == 0x000010, "Wrong size on BPI_DialogueCharacter_C_BPI_GetInteractingCharacter"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetInteractingCharacter, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetInteractingCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetLightDirection \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetLightDirection) == 0x000001, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetLightDirection"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetLightDirection) == 0x000001, "Wrong size on BPI_DialogueCharacter_C_BPI_GetLightDirection"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetLightDirection, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetLightDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetLightingSet \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetLightingSet) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetLightingSet"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetLightingSet) == 0x000018, "Wrong size on BPI_DialogueCharacter_C_BPI_GetLightingSet"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetLightingSet, LightDirection) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetLightingSet::LightDirection' has a wrong offset!"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetLightingSet, FrontLight) == 0x000008, "Member 'BPI_DialogueCharacter_C_BPI_GetLightingSet::FrontLight' has a wrong offset!"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetLightingSet, RimLight) == 0x000010, "Member 'BPI_DialogueCharacter_C_BPI_GetLightingSet::RimLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver) == 0x000010, "Wrong size on BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetReverseSpotlightReceiver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000008, "Wrong alignment on BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000010, "Wrong size on BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue, SpotLightActors) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_GetSpotlightsToActivateDuringDialogue::SpotLightActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_HasLightingAuthority \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_HasLightingAuthority) == 0x000001, "Wrong alignment on BPI_DialogueCharacter_C_BPI_HasLightingAuthority"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_HasLightingAuthority) == 0x000001, "Wrong size on BPI_DialogueCharacter_C_BPI_HasLightingAuthority"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_HasLightingAuthority, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_HasLightingAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide \ +static_assert(alignof(BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong alignment on BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(sizeof(BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong size on BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(offsetof(BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide, ReturnValue) == 0x000000, "Member 'BPI_DialogueCharacter_C_BPI_ShouldMoveCameraPresetsToOtherSide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_DialogueCharacter_C \ +static_assert(alignof(IBPI_DialogueCharacter_C) == 0x000001, "Wrong alignment on IBPI_DialogueCharacter_C"); \ +static_assert(sizeof(IBPI_DialogueCharacter_C) == 0x000001, "Wrong size on IBPI_DialogueCharacter_C"); \ + +#define DUMPER7_ASSERTS_UCR_Face_Cine_Rotation_C \ +static_assert(alignof(UCR_Face_Cine_Rotation_C) == 0x000010, "Wrong alignment on UCR_Face_Cine_Rotation_C"); \ +static_assert(sizeof(UCR_Face_Cine_Rotation_C) == 0x000AD0, "Wrong size on UCR_Face_Cine_Rotation_C"); \ +static_assert(offsetof(UCR_Face_Cine_Rotation_C, OffsetTransform_Rotation) == 0x000AB0, "Member 'UCR_Face_Cine_Rotation_C::OffsetTransform_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams \ +static_assert(alignof(BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams) == 0x000004, "Wrong alignment on BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams"); \ +static_assert(sizeof(BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams) == 0x000004, "Wrong size on BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams"); \ +static_assert(offsetof(BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams, EntryPoint) == 0x000000, "Member 'BP_MPClevelGlobalParams_C_ExecuteUbergraph_BP_MPClevelGlobalParams::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MPClevelGlobalParams_C \ +static_assert(alignof(ABP_MPClevelGlobalParams_C) == 0x000008, "Wrong alignment on ABP_MPClevelGlobalParams_C"); \ +static_assert(sizeof(ABP_MPClevelGlobalParams_C) == 0x0002C8, "Wrong size on ABP_MPClevelGlobalParams_C"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, UberGraphFrame) == 0x000290, "Member 'ABP_MPClevelGlobalParams_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_MPClevelGlobalParams_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, WaterLevel) == 0x0002A0, "Member 'ABP_MPClevelGlobalParams_C::WaterLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, previousFrameLocation) == 0x0002A8, "Member 'ABP_MPClevelGlobalParams_C::previousFrameLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, DirtHaussmann) == 0x0002C0, "Member 'ABP_MPClevelGlobalParams_C::DirtHaussmann' has a wrong offset!"); \ +static_assert(offsetof(ABP_MPClevelGlobalParams_C, Roughness_Haussmann) == 0x0002C4, "Member 'ABP_MPClevelGlobalParams_C::Roughness_Haussmann' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBS_FluxBuoyancyPontoon \ +static_assert(alignof(FBS_FluxBuoyancyPontoon) == 0x000008, "Wrong alignment on FBS_FluxBuoyancyPontoon"); \ +static_assert(sizeof(FBS_FluxBuoyancyPontoon) == 0x000030, "Wrong size on FBS_FluxBuoyancyPontoon"); \ +static_assert(offsetof(FBS_FluxBuoyancyPontoon, Radius_2_B9CA715C4E9171970BC76AA4844A7620) == 0x000000, "Member 'FBS_FluxBuoyancyPontoon::Radius_2_B9CA715C4E9171970BC76AA4844A7620' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxBuoyancyPontoon, Offset_5_1AB63E754521965989EFD491B0127D25) == 0x000008, "Member 'FBS_FluxBuoyancyPontoon::Offset_5_1AB63E754521965989EFD491B0127D25' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxBuoyancyPontoon, Drag_12_CAA1CF2544B36C7CF6C2D6B0072C8C54) == 0x000020, "Member 'FBS_FluxBuoyancyPontoon::Drag_12_CAA1CF2544B36C7CF6C2D6B0072C8C54' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxBuoyancyPontoon, Socket_15_B99CACE040AE14C6E5416E96E163584C) == 0x000024, "Member 'FBS_FluxBuoyancyPontoon::Socket_15_B99CACE040AE14C6E5416E96E163584C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance) == 0x000020, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance, ChildBuff) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance::ChildBuff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_BattleBuffInstance_AggregatorBase_C_AddChildBuffInstance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount) == 0x000030, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, ReturnValue) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, local_sum) == 0x000004, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::local_sum' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_GetStackCount_StackCount) == 0x000024, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_BattleBuffInstance_AggregatorBase_C_ComputeAggregatorStackCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName) == 0x0000E0, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, ReturnValue) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, local_sum) == 0x000010, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::local_sum' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, CallFunc_ComputeAggregatorStackCount_ReturnValue) == 0x000014, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::CallFunc_ComputeAggregatorStackCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, CallFunc_GetBuffDisplayName_ReturnValue) == 0x000018, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::CallFunc_GetBuffDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetBuffDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter) == 0x000010, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_BattleBuffInstance_AggregatorBase_C_GetDamageSourceCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged) == 0x000008, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged, BuffInstance) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_OnChildBuffInstanceStackChanged::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance \ +static_assert(alignof(BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance"); \ +static_assert(sizeof(BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance) == 0x000010, "Wrong size on BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance, ChildBuffInstance) == 0x000000, "Member 'BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance::ChildBuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance, CallFunc_Array_IsEmpty_ReturnValue) == 0x000009, "Member 'BP_BattleBuffInstance_AggregatorBase_C_RemoveChildBuffInstance::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuffInstance_AggregatorBase_C \ +static_assert(alignof(UBP_BattleBuffInstance_AggregatorBase_C) == 0x000008, "Wrong alignment on UBP_BattleBuffInstance_AggregatorBase_C"); \ +static_assert(sizeof(UBP_BattleBuffInstance_AggregatorBase_C) == 0x000178, "Wrong size on UBP_BattleBuffInstance_AggregatorBase_C"); \ +static_assert(offsetof(UBP_BattleBuffInstance_AggregatorBase_C, ChildBuffInstances) == 0x000158, "Member 'UBP_BattleBuffInstance_AggregatorBase_C::ChildBuffInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_AggregatorBase_C, OnAggregatorChildrenChanged) == 0x000168, "Member 'UBP_BattleBuffInstance_AggregatorBase_C::OnAggregatorChildrenChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFKeyVisualInfo \ +static_assert(alignof(FFKeyVisualInfo) == 0x000008, "Wrong alignment on FFKeyVisualInfo"); \ +static_assert(sizeof(FFKeyVisualInfo) == 0x000030, "Wrong size on FFKeyVisualInfo"); \ +static_assert(offsetof(FFKeyVisualInfo, PlatformKey_12_8C963D1849814464CA1BDAAE318E1CCE) == 0x000000, "Member 'FFKeyVisualInfo::PlatformKey_12_8C963D1849814464CA1BDAAE318E1CCE' has a wrong offset!"); \ +static_assert(offsetof(FFKeyVisualInfo, ButtonTexture_5_DD906833408A2CE57C1A1A86B74D5E6D) == 0x000018, "Member 'FFKeyVisualInfo::ButtonTexture_5_DD906833408A2CE57C1A1A86B74D5E6D' has a wrong offset!"); \ +static_assert(offsetof(FFKeyVisualInfo, PlatformIconTagID_9_474E593543F1C785AD4A19A0F0447ACF) == 0x000020, "Member 'FFKeyVisualInfo::PlatformIconTagID_9_474E593543F1C785AD4A19A0F0447ACF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation \ +static_assert(alignof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation) == 0x000008, "Wrong alignment on WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation"); \ +static_assert(sizeof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation) == 0x000160, "Wrong size on WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, ReturnValue) == 0x000000, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_GetPaintSpaceGeometry_ReturnValue) == 0x000008, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_GetPaintSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_BreakVector2D_X) == 0x000040, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_GetLocalSize_ReturnValue) == 0x000050, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_BreakVector2D_X_1) == 0x000060, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_BreakVector2D_Y_1) == 0x000068, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000C0, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000C8, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000D0, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_MakeVector2D_ReturnValue) == 0x0000D8, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, K2Node_MakeArray_Array) == 0x000130, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_Format_ReturnValue) == 0x000140, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_SpawnObject_ReturnValue) == 0x000150, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation, CallFunc_AddChildToCanvas_ReturnValue) == 0x000158, "Member 'WBP_WatermarkOverlay_C_CreateWidgetAtRandomLocation::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay \ +static_assert(alignof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay) == 0x000008, "Wrong alignment on WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay"); \ +static_assert(sizeof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay) == 0x0000B0, "Wrong size on WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, EntryPoint) == 0x000000, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, Temp_bool_Variable) == 0x000004, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, Temp_byte_Variable) == 0x000005, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, Temp_int_Variable) == 0x000008, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_CreateWidgetAtRandomLocation_ReturnValue) == 0x000018, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_CreateWidgetAtRandomLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_CreateWidgetAtRandomLocation_ReturnValue_1) == 0x000020, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_CreateWidgetAtRandomLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_GetVendorBuildInfo_OwnerInfo) == 0x000048, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_GetVendorBuildInfo_OwnerInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_GetVendorBuildInfo_BuildInfo) == 0x000058, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_GetVendorBuildInfo_BuildInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_GetBuildText_ReturnValue) == 0x000068, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_GetBuildText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_GetBuildVersion_ReturnValue) == 0x000098, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Contains_ReturnValue) == 0x0000A8, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, K2Node_Select_Default) == 0x0000A9, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay, CallFunc_Delay_Duration_ImplicitCast) == 0x0000AC, "Member 'WBP_WatermarkOverlay_C_ExecuteUbergraph_WBP_WatermarkOverlay::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WatermarkOverlay_C_GetBuildText \ +static_assert(alignof(WBP_WatermarkOverlay_C_GetBuildText) == 0x000008, "Wrong alignment on WBP_WatermarkOverlay_C_GetBuildText"); \ +static_assert(sizeof(WBP_WatermarkOverlay_C_GetBuildText) == 0x0000C0, "Wrong size on WBP_WatermarkOverlay_C_GetBuildText"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_GetBuildText, ReturnValue) == 0x000000, "Member 'WBP_WatermarkOverlay_C_GetBuildText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_GetBuildText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_WatermarkOverlay_C_GetBuildText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_GetBuildText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'WBP_WatermarkOverlay_C_GetBuildText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_GetBuildText, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_WatermarkOverlay_C_GetBuildText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_GetBuildText, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WBP_WatermarkOverlay_C_GetBuildText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WatermarkOverlay_C_PreConstruct \ +static_assert(alignof(WBP_WatermarkOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WatermarkOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_WatermarkOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_WatermarkOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_WatermarkOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WatermarkOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WatermarkOverlay_C \ +static_assert(alignof(UWBP_WatermarkOverlay_C) == 0x000008, "Wrong alignment on UWBP_WatermarkOverlay_C"); \ +static_assert(sizeof(UWBP_WatermarkOverlay_C) == 0x000350, "Wrong size on UWBP_WatermarkOverlay_C"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WatermarkOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, CanvasPanel_0) == 0x0002E8, "Member 'UWBP_WatermarkOverlay_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, TextBlock_BuildVersion) == 0x0002F0, "Member 'UWBP_WatermarkOverlay_C::TextBlock_BuildVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, TextBlock_Disclaimer) == 0x0002F8, "Member 'UWBP_WatermarkOverlay_C::TextBlock_Disclaimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, currentWidget) == 0x000300, "Member 'UWBP_WatermarkOverlay_C::currentWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, isElement2Next) == 0x000308, "Member 'UWBP_WatermarkOverlay_C::isElement2Next' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, Duration) == 0x000310, "Member 'UWBP_WatermarkOverlay_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, BuildID) == 0x000318, "Member 'UWBP_WatermarkOverlay_C::BuildID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, UserId) == 0x000328, "Member 'UWBP_WatermarkOverlay_C::UserId' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, ActiveElements) == 0x000338, "Member 'UWBP_WatermarkOverlay_C::ActiveElements' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WatermarkOverlay_C, SimulatenousElementsCount) == 0x000348, "Member 'UWBP_WatermarkOverlay_C::SimulatenousElementsCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended \ +static_assert(alignof(BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended) == 0x000004, "Wrong alignment on BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended"); \ +static_assert(sizeof(BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended) == 0x000004, "Wrong size on BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended"); \ +static_assert(offsetof(BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended, EntryPoint) == 0x000000, "Member 'BP_SpawnerExtended_C_ExecuteUbergraph_BP_SpawnerExtended::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpawnerExtended_C \ +static_assert(alignof(ABP_SpawnerExtended_C) == 0x000008, "Wrong alignment on ABP_SpawnerExtended_C"); \ +static_assert(sizeof(ABP_SpawnerExtended_C) == 0x000348, "Wrong size on ABP_SpawnerExtended_C"); \ +static_assert(offsetof(ABP_SpawnerExtended_C, UberGraphFrame) == 0x000338, "Member 'ABP_SpawnerExtended_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnerExtended_C, SpawnerEnabledOnBeginPlay) == 0x000340, "Member 'ABP_SpawnerExtended_C::SpawnerEnabledOnBeginPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B1First_C \ +static_assert(alignof(UCTS_B1First_C) == 0x000010, "Wrong alignment on UCTS_B1First_C"); \ +static_assert(sizeof(UCTS_B1First_C) == 0x0001B0, "Wrong size on UCTS_B1First_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B0First_RU_C \ +static_assert(alignof(UCTS_B0First_RU_C) == 0x000010, "Wrong alignment on UCTS_B0First_RU_C"); \ +static_assert(sizeof(UCTS_B0First_RU_C) == 0x0001B0, "Wrong size on UCTS_B0First_RU_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave \ +static_assert(alignof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave"); \ +static_assert(sizeof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave) == 0x000030, "Wrong size on BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, CallFunc_GetGameActionExecutor_GameActionExecutor) == 0x000008, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::CallFunc_GetGameActionExecutor_GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, K2Node_DynamicCast_AsSet_Enable_Auto_Save) == 0x000020, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::K2Node_DynamicCast_AsSet_Enable_Auto_Save' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ExecuteUbergraph_BP_GameActionInstance_SetEnableAutoSave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString) == 0x000010, "Wrong size on BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetEnableAutoSave_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetEnableAutoSave_C \ +static_assert(alignof(UBP_GameActionInstance_SetEnableAutoSave_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetEnableAutoSave_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetEnableAutoSave_C) == 0x000048, "Wrong size on UBP_GameActionInstance_SetEnableAutoSave_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetEnableAutoSave_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetEnableAutoSave_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_C_Var3_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_C_Var3_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_C_Var3_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_C_Var3_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_C_Var3_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B0First_C \ +static_assert(alignof(UCTS_B0First_C) == 0x000010, "Wrong alignment on UCTS_B0First_C"); \ +static_assert(sizeof(UCTS_B0First_C) == 0x0001B0, "Wrong size on UCTS_B0First_C"); \ + +#define DUMPER7_ASSERTS_BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component \ +static_assert(alignof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component) == 0x000008, "Wrong alignment on BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component"); \ +static_assert(sizeof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component) == 0x0004B0, "Wrong size on BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, EntryPoint) == 0x000000, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000010, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_GetComponentByClass_ReturnValue) == 0x000108, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_IsCrouching_ReturnValue) == 0x000111, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_IsFalling_ReturnValue) == 0x000112, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, Temp_object_Variable) == 0x000118, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_world_loc_ReturnValue) == 0x000128, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_world_loc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_world_loc_ReturnValue_1) == 0x000140, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_world_loc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000158, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000250, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakVector_X) == 0x000268, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakVector_Y) == 0x000270, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakVector_Z) == 0x000278, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000280, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000298, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002A0, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_MakeVector_ReturnValue) == 0x0002A8, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_LineTraceSingle_OutHit) == 0x0002C0, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_LineTraceSingle_ReturnValue) == 0x0003B8, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_bBlockingHit) == 0x0003B9, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_bInitialOverlap) == 0x0003BA, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_Time) == 0x0003BC, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_Distance) == 0x0003C0, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_Location) == 0x0003C8, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_ImpactPoint) == 0x0003E0, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_Normal) == 0x0003F8, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_ImpactNormal) == 0x000410, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_PhysMat) == 0x000428, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_HitActor) == 0x000430, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_HitComponent) == 0x000438, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_HitBoneName) == 0x000440, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_BoneName) == 0x000448, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_HitItem) == 0x000450, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_ElementIndex) == 0x000454, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_FaceIndex) == 0x000458, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_TraceStart) == 0x000460, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_BreakHitResult_TraceEnd) == 0x000478, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000490, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000498, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0004A0, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0004A4, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x0004A8, "Member 'BP_TrailSource_Component_C_ExecuteUbergraph_BP_TrailSource_Component::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TrailSource_Component_C_ReceiveTick \ +static_assert(alignof(BP_TrailSource_Component_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TrailSource_Component_C_ReceiveTick"); \ +static_assert(sizeof(BP_TrailSource_Component_C_ReceiveTick) == 0x000004, "Wrong size on BP_TrailSource_Component_C_ReceiveTick"); \ +static_assert(offsetof(BP_TrailSource_Component_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TrailSource_Component_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TrailSource_Component_C_world_loc \ +static_assert(alignof(BP_TrailSource_Component_C_world_loc) == 0x000008, "Wrong alignment on BP_TrailSource_Component_C_world_loc"); \ +static_assert(sizeof(BP_TrailSource_Component_C_world_loc) == 0x000060, "Wrong size on BP_TrailSource_Component_C_world_loc"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, ReturnValue) == 0x000000, "Member 'BP_TrailSource_Component_C_world_loc::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_TrailSource_Component_C_world_loc::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, CallFunc_BreakVector_X) == 0x000030, "Member 'BP_TrailSource_Component_C_world_loc::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_TrailSource_Component_C_world_loc::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_TrailSource_Component_C_world_loc::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_TrailSource_Component_C_world_loc, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'BP_TrailSource_Component_C_world_loc::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TrailSource_Component_C \ +static_assert(alignof(UBP_TrailSource_Component_C) == 0x000010, "Wrong alignment on UBP_TrailSource_Component_C"); \ +static_assert(sizeof(UBP_TrailSource_Component_C) == 0x000250, "Wrong size on UBP_TrailSource_Component_C"); \ +static_assert(offsetof(UBP_TrailSource_Component_C, UberGraphFrame) == 0x000230, "Member 'UBP_TrailSource_Component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TrailSource_Component_C, Niagara_Component) == 0x000238, "Member 'UBP_TrailSource_Component_C::Niagara_Component' has a wrong offset!"); \ +static_assert(offsetof(UBP_TrailSource_Component_C, Scale_Snow_Impact) == 0x000240, "Member 'UBP_TrailSource_Component_C::Scale_Snow_Impact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_Rope_Starting_C \ +static_assert(alignof(UShake_Rope_Starting_C) == 0x000010, "Wrong alignment on UShake_Rope_Starting_C"); \ +static_assert(sizeof(UShake_Rope_Starting_C) == 0x0000E0, "Wrong size on UShake_Rope_Starting_C"); \ + +#define DUMPER7_ASSERTS_FS_FreeAimTargetData \ +static_assert(alignof(FS_FreeAimTargetData) == 0x000008, "Wrong alignment on FS_FreeAimTargetData"); \ +static_assert(sizeof(FS_FreeAimTargetData) == 0x000048, "Wrong size on FS_FreeAimTargetData"); \ +static_assert(offsetof(FS_FreeAimTargetData, HasHit_2_0B57397345ED8D51F69E319F905255FF) == 0x000000, "Member 'FS_FreeAimTargetData::HasHit_2_0B57397345ED8D51F69E319F905255FF' has a wrong offset!"); \ +static_assert(offsetof(FS_FreeAimTargetData, HitDistance_4_3A8696044AFD1DDFB618DAAF80EA637C) == 0x000008, "Member 'FS_FreeAimTargetData::HitDistance_4_3A8696044AFD1DDFB618DAAF80EA637C' has a wrong offset!"); \ +static_assert(offsetof(FS_FreeAimTargetData, HitLocation_7_E56F8EC541CF78FED45BE9A69DD47B38) == 0x000010, "Member 'FS_FreeAimTargetData::HitLocation_7_E56F8EC541CF78FED45BE9A69DD47B38' has a wrong offset!"); \ +static_assert(offsetof(FS_FreeAimTargetData, HitDirection_9_7BBE94534AA589B55889F28DE93CFE55) == 0x000028, "Member 'FS_FreeAimTargetData::HitDirection_9_7BBE94534AA589B55889F28DE93CFE55' has a wrong offset!"); \ +static_assert(offsetof(FS_FreeAimTargetData, HitActor_12_34FAF42C45666B8379717BA55FE79EC2) == 0x000040, "Member 'FS_FreeAimTargetData::HitActor_12_34FAF42C45666B8379717BA55FE79EC2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorterAbstract_C_GetDisplayName \ +static_assert(alignof(BP_ItemSorterAbstract_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemSorterAbstract_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemSorterAbstract_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemSorterAbstract_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemSorterAbstract_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorterAbstract_C_SortItemInstances \ +static_assert(alignof(BP_ItemSorterAbstract_C_SortItemInstances) == 0x000008, "Wrong alignment on BP_ItemSorterAbstract_C_SortItemInstances"); \ +static_assert(sizeof(BP_ItemSorterAbstract_C_SortItemInstances) == 0x000018, "Wrong size on BP_ItemSorterAbstract_C_SortItemInstances"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_SortItemInstances, A) == 0x000000, "Member 'BP_ItemSorterAbstract_C_SortItemInstances::A' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_SortItemInstances, B) == 0x000008, "Member 'BP_ItemSorterAbstract_C_SortItemInstances::B' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_SortItemInstances, Result) == 0x000010, "Member 'BP_ItemSorterAbstract_C_SortItemInstances::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorterAbstract_C_ExecuteSorter \ +static_assert(alignof(BP_ItemSorterAbstract_C_ExecuteSorter) == 0x000008, "Wrong alignment on BP_ItemSorterAbstract_C_ExecuteSorter"); \ +static_assert(sizeof(BP_ItemSorterAbstract_C_ExecuteSorter) == 0x000048, "Wrong size on BP_ItemSorterAbstract_C_ExecuteSorter"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, ItemInstances) == 0x000000, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_OrderingResult) == 0x000020, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_CmpSuccess) == 0x000028, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_SomeAlteration) == 0x000029, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_Obj1) == 0x000030, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_Obj2) == 0x000038, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_Index1) == 0x000040, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorterAbstract_C_ExecuteSorter, BPNode_SortArray_Index2) == 0x000044, "Member 'BP_ItemSorterAbstract_C_ExecuteSorter::BPNode_SortArray_Index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemSorterAbstract_C \ +static_assert(alignof(UBP_ItemSorterAbstract_C) == 0x000008, "Wrong alignment on UBP_ItemSorterAbstract_C"); \ +static_assert(sizeof(UBP_ItemSorterAbstract_C) == 0x000038, "Wrong size on UBP_ItemSorterAbstract_C"); \ +static_assert(offsetof(UBP_ItemSorterAbstract_C, Dummy_SortItemInstances) == 0x000028, "Member 'UBP_ItemSorterAbstract_C::Dummy_SortItemInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_RichTextDecorator_KeywordStyle \ +static_assert(alignof(FS_RichTextDecorator_KeywordStyle) == 0x000008, "Wrong alignment on FS_RichTextDecorator_KeywordStyle"); \ +static_assert(sizeof(FS_RichTextDecorator_KeywordStyle) == 0x000048, "Wrong size on FS_RichTextDecorator_KeywordStyle"); \ +static_assert(offsetof(FS_RichTextDecorator_KeywordStyle, TextStyle_31_AD6A95F242DE6A1E90C09690B51BFCB0) == 0x000000, "Member 'FS_RichTextDecorator_KeywordStyle::TextStyle_31_AD6A95F242DE6A1E90C09690B51BFCB0' has a wrong offset!"); \ +static_assert(offsetof(FS_RichTextDecorator_KeywordStyle, TextColor_13_3C7166F64784F7065595BF9CC074288D) == 0x000010, "Member 'FS_RichTextDecorator_KeywordStyle::TextColor_13_3C7166F64784F7065595BF9CC074288D' has a wrong offset!"); \ +static_assert(offsetof(FS_RichTextDecorator_KeywordStyle, Icon_8_C0475B6E417805203DC4318CE1FED829) == 0x000028, "Member 'FS_RichTextDecorator_KeywordStyle::Icon_8_C0475B6E417805203DC4318CE1FED829' has a wrong offset!"); \ +static_assert(offsetof(FS_RichTextDecorator_KeywordStyle, IconColor_34_55DFBB104D135F5EDA20308F53A21DF3) == 0x000030, "Member 'FS_RichTextDecorator_KeywordStyle::IconColor_34_55DFBB104D135F5EDA20308F53A21DF3' has a wrong offset!"); \ +static_assert(offsetof(FS_RichTextDecorator_KeywordStyle, IconPosition_37_F50C2C9044CFCA8A0EA72FAB306567C2) == 0x000044, "Member 'FS_RichTextDecorator_KeywordStyle::IconPosition_37_F50C2C9044CFCA8A0EA72FAB306567C2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction) == 0x000158, "Wrong size on BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000048, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_GetQuestDataTable_ReturnValue) == 0x000128, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_GetQuestDataTable_ReturnValue_1) == 0x000130, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_GetQuestDataTable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_OutRow) == 0x000138, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000150, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000151, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_IsValid_ReturnValue_1) == 0x000152, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000153, "Member 'BP_GameAction_SetQuestObjectiveStatus_C_ValidateGameAction::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetQuestObjectiveStatus_C \ +static_assert(alignof(UBP_GameAction_SetQuestObjectiveStatus_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetQuestObjectiveStatus_C"); \ +static_assert(sizeof(UBP_GameAction_SetQuestObjectiveStatus_C) == 0x000048, "Wrong size on UBP_GameAction_SetQuestObjectiveStatus_C"); \ +static_assert(offsetof(UBP_GameAction_SetQuestObjectiveStatus_C, QuestObjective) == 0x000030, "Member 'UBP_GameAction_SetQuestObjectiveStatus_C::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_SetQuestObjectiveStatus_C, Status) == 0x000040, "Member 'UBP_GameAction_SetQuestObjectiveStatus_C::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea \ +static_assert(alignof(BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea) == 0x000008, "Wrong alignment on BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea"); \ +static_assert(sizeof(BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea) == 0x000020, "Wrong size on BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea"); \ +static_assert(offsetof(BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea, EntryPoint) == 0x000000, "Member 'BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea, CallFunc_VLerp_ReturnValue) == 0x000008, "Member 'BP_LightPerturbatorArea_C_ExecuteUbergraph_BP_LightPerturbatorArea::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightPerturbatorArea_C \ +static_assert(alignof(ABP_LightPerturbatorArea_C) == 0x000008, "Wrong alignment on ABP_LightPerturbatorArea_C"); \ +static_assert(sizeof(ABP_LightPerturbatorArea_C) == 0x0002E0, "Wrong size on ABP_LightPerturbatorArea_C"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, UberGraphFrame) == 0x000290, "Member 'ABP_LightPerturbatorArea_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, Niagara) == 0x000298, "Member 'ABP_LightPerturbatorArea_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, Box) == 0x0002A0, "Member 'ABP_LightPerturbatorArea_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_LightPerturbatorArea_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, Timeline_0_NewTrack_0_1CE5AE8C4B74D3350A3402AA12CF82A8) == 0x0002B0, "Member 'ABP_LightPerturbatorArea_C::Timeline_0_NewTrack_0_1CE5AE8C4B74D3350A3402AA12CF82A8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, Timeline_0__Direction_1CE5AE8C4B74D3350A3402AA12CF82A8) == 0x0002B4, "Member 'ABP_LightPerturbatorArea_C::Timeline_0__Direction_1CE5AE8C4B74D3350A3402AA12CF82A8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, Timeline_0) == 0x0002B8, "Member 'ABP_LightPerturbatorArea_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, IsInFeedBack) == 0x0002C0, "Member 'ABP_LightPerturbatorArea_C::IsInFeedBack' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, GameActionToPlayOnLightShutDown) == 0x0002C8, "Member 'ABP_LightPerturbatorArea_C::GameActionToPlayOnLightShutDown' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightPerturbatorArea_C, PlayGaOnLightShutDown) == 0x0002D8, "Member 'ABP_LightPerturbatorArea_C::PlayGaOnLightShutDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AchievementPlatformData \ +static_assert(alignof(FS_AchievementPlatformData) == 0x000004, "Wrong alignment on FS_AchievementPlatformData"); \ +static_assert(sizeof(FS_AchievementPlatformData) == 0x000020, "Wrong size on FS_AchievementPlatformData"); \ +static_assert(offsetof(FS_AchievementPlatformData, SteamID_2_7FCAF3CB47ECBF59D33E549F9FB80C96) == 0x000000, "Member 'FS_AchievementPlatformData::SteamID_2_7FCAF3CB47ECBF59D33E549F9FB80C96' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementPlatformData, EpicGamesID_8_751E02C44C6562477B4914B9EDC2E90B) == 0x000008, "Member 'FS_AchievementPlatformData::EpicGamesID_8_751E02C44C6562477B4914B9EDC2E90B' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementPlatformData, PlaystationID_4_EFC4F63B4168E7BA95E21BA18AA52B9C) == 0x000010, "Member 'FS_AchievementPlatformData::PlaystationID_4_EFC4F63B4168E7BA95E21BA18AA52B9C' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementPlatformData, MicrosoftGameDevelopmentKitID_9_4A2D9C6C4B4FAE1910EA8EA546887EB2) == 0x000018, "Member 'FS_AchievementPlatformData::MicrosoftGameDevelopmentKitID_9_4A2D9C6C4B4FAE1910EA8EA546887EB2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget \ +static_assert(alignof(WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget) == 0x000008, "Wrong alignment on WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget"); \ +static_assert(sizeof(WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget) == 0x000018, "Wrong size on WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget"); \ +static_assert(offsetof(WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget, EntryPoint) == 0x000000, "Member 'WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_TargetWidget_C_ExecuteUbergraph_WBP_TargetWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TargetWidget_C_PreConstruct \ +static_assert(alignof(WBP_TargetWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TargetWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_TargetWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_TargetWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_TargetWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TargetWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TargetWidget_C \ +static_assert(alignof(UWBP_TargetWidget_C) == 0x000008, "Wrong alignment on UWBP_TargetWidget_C"); \ +static_assert(sizeof(UWBP_TargetWidget_C) == 0x000318, "Wrong size on UWBP_TargetWidget_C"); \ +static_assert(offsetof(UWBP_TargetWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_TargetWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, LoopAnimation) == 0x0002E8, "Member 'UWBP_TargetWidget_C::LoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, ArtDecoTarget) == 0x0002F0, "Member 'UWBP_TargetWidget_C::ArtDecoTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, SoloArrow_Bot) == 0x0002F8, "Member 'UWBP_TargetWidget_C::SoloArrow_Bot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, SoloArrow_Left) == 0x000300, "Member 'UWBP_TargetWidget_C::SoloArrow_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, SoloArrow_Right) == 0x000308, "Member 'UWBP_TargetWidget_C::SoloArrow_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TargetWidget_C, SoloArrow_Top) == 0x000310, "Member 'UWBP_TargetWidget_C::SoloArrow_Top' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByType_C_GetDisplayName \ +static_assert(alignof(BP_ItemSorter_ByType_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemSorter_ByType_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemSorter_ByType_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemSorter_ByType_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemSorter_ByType_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByType_C_SortItemInstances \ +static_assert(alignof(BP_ItemSorter_ByType_C_SortItemInstances) == 0x000008, "Wrong alignment on BP_ItemSorter_ByType_C_SortItemInstances"); \ +static_assert(sizeof(BP_ItemSorter_ByType_C_SortItemInstances) == 0x000298, "Wrong size on BP_ItemSorter_ByType_C_SortItemInstances"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, A) == 0x000000, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::A' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, B) == 0x000008, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::B' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, Result) == 0x000010, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_GetItemStaticData_ItemStaticData) == 0x000018, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000148, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x00014C, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x000150, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000280, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Conv_ByteToInt_ReturnValue_3) == 0x000284, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Conv_ByteToInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Greater_IntInt_ReturnValue) == 0x000288, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Subtract_IntInt_ReturnValue) == 0x00028C, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByType_C_SortItemInstances, CallFunc_Less_IntInt_ReturnValue) == 0x000290, "Member 'BP_ItemSorter_ByType_C_SortItemInstances::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemSorter_ByType_C \ +static_assert(alignof(UBP_ItemSorter_ByType_C) == 0x000008, "Wrong alignment on UBP_ItemSorter_ByType_C"); \ +static_assert(sizeof(UBP_ItemSorter_ByType_C) == 0x000038, "Wrong size on UBP_ItemSorter_ByType_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO \ +static_assert(alignof(WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO) == 0x000004, "Wrong alignment on WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO) == 0x000008, "Wrong size on WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO, EntryPoint) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO, K2Node_CustomEvent_IsExpand) == 0x000005, "Member 'WBP_HUD_AP_ICO_C_ExecuteUbergraph_WBP_HUD_AP_ICO::K2Node_CustomEvent_IsExpand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_PreConstruct \ +static_assert(alignof(WBP_HUD_AP_ICO_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_AP_ICO_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_AP_ICO_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_SetAPValue \ +static_assert(alignof(WBP_HUD_AP_ICO_C_SetAPValue) == 0x000008, "Wrong alignment on WBP_HUD_AP_ICO_C_SetAPValue"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_SetAPValue) == 0x000090, "Wrong size on WBP_HUD_AP_ICO_C_SetAPValue"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Value) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_int_Variable) == 0x000004, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable) == 0x000018, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_1) == 0x00001C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_2) == 0x000020, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_3) == 0x000024, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_4) == 0x000028, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_5) == 0x00002C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_6) == 0x000030, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_7) == 0x000034, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_8) == 0x000038, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_9) == 0x00003C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_int_Variable_1) == 0x000040, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_10) == 0x000044, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_11) == 0x000048, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_12) == 0x00004C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_13) == 0x000050, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_14) == 0x000054, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_15) == 0x000058, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_16) == 0x00005C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_17) == 0x000060, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_18) == 0x000064, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, Temp_real_Variable_19) == 0x000068, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000070, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, K2Node_Select_Default) == 0x000078, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, K2Node_Select_Default_1) == 0x00007C, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetAPValue, K2Node_MakeStruct_Margin) == 0x000080, "Member 'WBP_HUD_AP_ICO_C_SetAPValue::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_SetCanAfford \ +static_assert(alignof(WBP_HUD_AP_ICO_C_SetCanAfford) == 0x000004, "Wrong alignment on WBP_HUD_AP_ICO_C_SetCanAfford"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_SetCanAfford) == 0x0000C0, "Wrong size on WBP_HUD_AP_ICO_C_SetCanAfford"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, CanAfford) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::CanAfford' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_byte_Variable) == 0x000001, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable) == 0x000004, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_bool_Variable) == 0x000044, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_4) == 0x000048, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_5) == 0x000058, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_bool_Variable_1) == 0x000068, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, K2Node_Select_Default) == 0x00006C, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, Temp_struct_Variable_6) == 0x00007C, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, K2Node_MakeStruct_SlateColor) == 0x00008C, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetCanAfford, K2Node_Select_Default_2) == 0x0000B0, "Member 'WBP_HUD_AP_ICO_C_SetCanAfford::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_SetExpand \ +static_assert(alignof(WBP_HUD_AP_ICO_C_SetExpand) == 0x000001, "Wrong alignment on WBP_HUD_AP_ICO_C_SetExpand"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_SetExpand) == 0x000001, "Wrong size on WBP_HUD_AP_ICO_C_SetExpand"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetExpand, IsExpand) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_SetExpand::IsExpand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AP_ICO_C_SetSkillCostType \ +static_assert(alignof(WBP_HUD_AP_ICO_C_SetSkillCostType) == 0x000001, "Wrong alignment on WBP_HUD_AP_ICO_C_SetSkillCostType"); \ +static_assert(sizeof(WBP_HUD_AP_ICO_C_SetSkillCostType) == 0x000001, "Wrong size on WBP_HUD_AP_ICO_C_SetSkillCostType"); \ +static_assert(offsetof(WBP_HUD_AP_ICO_C_SetSkillCostType, SkillCostType_0) == 0x000000, "Member 'WBP_HUD_AP_ICO_C_SetSkillCostType::SkillCostType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_AP_ICO_C \ +static_assert(alignof(UWBP_HUD_AP_ICO_C) == 0x000008, "Wrong alignment on UWBP_HUD_AP_ICO_C"); \ +static_assert(sizeof(UWBP_HUD_AP_ICO_C) == 0x000308, "Wrong size on UWBP_HUD_AP_ICO_C"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_AP_ICO_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, Image_AP_ICO_Border) == 0x0002E8, "Member 'UWBP_HUD_AP_ICO_C::Image_AP_ICO_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, Image_AP_ICO_Center) == 0x0002F0, "Member 'UWBP_HUD_AP_ICO_C::Image_AP_ICO_Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, TextBlock_Number) == 0x0002F8, "Member 'UWBP_HUD_AP_ICO_C::TextBlock_Number' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, IsActive) == 0x000300, "Member 'UWBP_HUD_AP_ICO_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AP_ICO_C, SkillCostType) == 0x000301, "Member 'UWBP_HUD_AP_ICO_C::SkillCostType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List \ +static_assert(alignof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List) == 0x000008, "Wrong alignment on WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List"); \ +static_assert(sizeof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List) == 0x000038, "Wrong size on WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, EntryPoint) == 0x000000, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, K2Node_CustomEvent_Color) == 0x000004, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::K2Node_CustomEvent_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000028, "Member 'WBP_Background_Raw_List_C_ExecuteUbergraph_WBP_Background_Raw_List::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Background_Raw_List_C_PreConstruct \ +static_assert(alignof(WBP_Background_Raw_List_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Background_Raw_List_C_PreConstruct"); \ +static_assert(sizeof(WBP_Background_Raw_List_C_PreConstruct) == 0x000001, "Wrong size on WBP_Background_Raw_List_C_PreConstruct"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Background_Raw_List_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Background_Raw_List_C_SetColor \ +static_assert(alignof(WBP_Background_Raw_List_C_SetColor) == 0x000004, "Wrong alignment on WBP_Background_Raw_List_C_SetColor"); \ +static_assert(sizeof(WBP_Background_Raw_List_C_SetColor) == 0x000010, "Wrong size on WBP_Background_Raw_List_C_SetColor"); \ +static_assert(offsetof(WBP_Background_Raw_List_C_SetColor, Color) == 0x000000, "Member 'WBP_Background_Raw_List_C_SetColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Background_Raw_List_C \ +static_assert(alignof(UWBP_Background_Raw_List_C) == 0x000008, "Wrong alignment on UWBP_Background_Raw_List_C"); \ +static_assert(sizeof(UWBP_Background_Raw_List_C) == 0x000310, "Wrong size on UWBP_Background_Raw_List_C"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Background_Raw_List_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, HorizontalBox_BackgroundContainer) == 0x0002E8, "Member 'UWBP_Background_Raw_List_C::HorizontalBox_BackgroundContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, Image_Center) == 0x0002F0, "Member 'UWBP_Background_Raw_List_C::Image_Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, Image_FadeLeft) == 0x0002F8, "Member 'UWBP_Background_Raw_List_C::Image_FadeLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, Image_FadeRight) == 0x000300, "Member 'UWBP_Background_Raw_List_C::Image_FadeRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, ShowBackground) == 0x000308, "Member 'UWBP_Background_Raw_List_C::ShowBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Background_Raw_List_C, DefaultColor) == 0x00030C, "Member 'UWBP_Background_Raw_List_C::DefaultColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetQuestStatus_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetQuestStatus_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetQuestStatus_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetQuestStatus_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetQuestStatus_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetQuestStatus_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetQuestStatus_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_SetQuestStatus_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_SetQuestStatus_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_SetQuestStatus_C_ValidateGameAction) == 0x000048, "Wrong size on BP_GameAction_SetQuestStatus_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_GetQuestDataTable_ReturnValue) == 0x000038, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000041, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000042, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_SetQuestStatus_C_ValidateGameAction, CallFunc_BooleanAND_ReturnValue) == 0x000043, "Member 'BP_GameAction_SetQuestStatus_C_ValidateGameAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetQuestStatus_C \ +static_assert(alignof(UBP_GameAction_SetQuestStatus_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetQuestStatus_C"); \ +static_assert(sizeof(UBP_GameAction_SetQuestStatus_C) == 0x000048, "Wrong size on UBP_GameAction_SetQuestStatus_C"); \ +static_assert(offsetof(UBP_GameAction_SetQuestStatus_C, Quest) == 0x000030, "Member 'UBP_GameAction_SetQuestStatus_C::Quest' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_SetQuestStatus_C, Status) == 0x000040, "Member 'UBP_GameAction_SetQuestStatus_C::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Items_Var2_C \ +static_assert(alignof(UWBP_BattleWheelButton_Items_Var2_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Items_Var2_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Items_Var2_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Items_Var2_C"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot \ +static_assert(alignof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot) == 0x000008, "Wrong alignment on WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot"); \ +static_assert(sizeof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot) == 0x000020, "Wrong size on WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot, EntryPoint) == 0x000000, "Member 'WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot, CallFunc_PlayAnimation_ReturnValue_2) == 0x000018, "Member 'WBP_jRPG_InventorySlot_C_ExecuteUbergraph_WBP_jRPG_InventorySlot::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_InventorySlot_C_UpdateItemData \ +static_assert(alignof(WBP_jRPG_InventorySlot_C_UpdateItemData) == 0x000008, "Wrong alignment on WBP_jRPG_InventorySlot_C_UpdateItemData"); \ +static_assert(sizeof(WBP_jRPG_InventorySlot_C_UpdateItemData) == 0x000180, "Wrong size on WBP_jRPG_InventorySlot_C_UpdateItemData"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, CurrentStackAmount) == 0x000000, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::CurrentStackAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, ItemStaticData) == 0x000008, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, CallFunc_Conv_IntToText_ReturnValue) == 0x000138, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000148, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, CallFunc_RarityToColor_LinearColor) == 0x000150, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::CallFunc_RarityToColor_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, K2Node_DynamicCast_AsTexture_2D) == 0x000160, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, K2Node_DynamicCast_bSuccess) == 0x000168, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InventorySlot_C_UpdateItemData, K2Node_MakeStruct_SlateColor) == 0x00016C, "Member 'WBP_jRPG_InventorySlot_C_UpdateItemData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_InventorySlot_C \ +static_assert(alignof(UWBP_jRPG_InventorySlot_C) == 0x000008, "Wrong alignment on UWBP_jRPG_InventorySlot_C"); \ +static_assert(sizeof(UWBP_jRPG_InventorySlot_C) == 0x000328, "Wrong size on UWBP_jRPG_InventorySlot_C"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_InventorySlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, LootHighlight) == 0x0002E8, "Member 'UWBP_jRPG_InventorySlot_C::LootHighlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, HoveredInventory) == 0x0002F0, "Member 'UWBP_jRPG_InventorySlot_C::HoveredInventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, Button_InventorySlot) == 0x0002F8, "Member 'UWBP_jRPG_InventorySlot_C::Button_InventorySlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, Fx) == 0x000300, "Member 'UWBP_jRPG_InventorySlot_C::Fx' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, Image_ItemIcon) == 0x000308, "Member 'UWBP_jRPG_InventorySlot_C::Image_ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, TextBlock_Amount) == 0x000310, "Member 'UWBP_jRPG_InventorySlot_C::TextBlock_Amount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, TextBlock_ItemName) == 0x000318, "Member 'UWBP_jRPG_InventorySlot_C::TextBlock_ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InventorySlot_C, InventoryManagerReference) == 0x000320, "Member 'UWBP_jRPG_InventorySlot_C::InventoryManagerReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_SCIEL_MessyBun__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData) == 0x000910, "Wrong size on ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, __NameProperty_130) == 0x000004, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::__NameProperty_130' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, __NameProperty_131) == 0x00000C, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::__NameProperty_131' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, __StructProperty_132) == 0x000018, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::__StructProperty_132' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0000D0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_26) == 0x000100, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_25) == 0x000130, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_24) == 0x000160, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_23) == 0x000190, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x0001C0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x0001F0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x000220, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x000250, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x000280, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x0002B0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x0002E0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x000310, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x000340, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000370, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x0003A0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x0003D0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000400, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x000430, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000460, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x000490, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x0004C0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x0004F0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000520, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000550, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000580, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0005B0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0005E0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000610, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x000640, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000670, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0006A0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x0006D0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000700, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000730, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000760, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000790, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0007C0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x0007F0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000820, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000850, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000880, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x0008B0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x0008E0, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun \ +static_assert(alignof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun) == 0x000004, "Wrong alignment on ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun"); \ +static_assert(sizeof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun) == 0x0000AC, "Wrong size on ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_5) == 0x00007C, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun, K2Node_MakeStruct_KawaiiPhysicsSettings_6) == 0x000094, "Member 'ABP_PostProcess_Hair_SCIEL_MessyBun_C_ExecuteUbergraph_ABP_PostProcess_Hair_SCIEL_MessyBun::K2Node_MakeStruct_KawaiiPhysicsSettings_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Hair_SCIEL_MessyBun_C \ +static_assert(alignof(UABP_PostProcess_Hair_SCIEL_MessyBun_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Hair_SCIEL_MessyBun_C"); \ +static_assert(sizeof(UABP_PostProcess_Hair_SCIEL_MessyBun_C) == 0x011170, "Wrong size on UABP_PostProcess_Hair_SCIEL_MessyBun_C"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_ComponentToLocalSpace) == 0x000388, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_26) == 0x0003B0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_25) == 0x000B50, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_24) == 0x0012F0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_23) == 0x001A90, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_22) == 0x002230, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_21) == 0x0029D0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_20) == 0x003170, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_19) == 0x003910, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_18) == 0x0040B0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_17) == 0x004850, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_16) == 0x004FF0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_15) == 0x005790, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_14) == 0x005F30, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_LocalToComponentSpace) == 0x0066D0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_13) == 0x0066F0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_12) == 0x006E90, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_LinkedInputPose) == 0x007630, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_SpringBone) == 0x0076E8, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_11) == 0x007850, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_10) == 0x007FF0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_9) == 0x008790, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_8) == 0x008F30, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_7) == 0x0096D0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_6) == 0x009E70, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_5) == 0x00A610, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_4) == 0x00ADB0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_3) == 0x00B550, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_2) == 0x00BCF0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_11) == 0x00C490, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics_1) == 0x00C9B0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_KawaiiPhysics) == 0x00D150, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_10) == 0x00D8F0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_9) == 0x00DE10, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_8) == 0x00E330, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_7) == 0x00E850, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_6) == 0x00ED70, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_5) == 0x00F290, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_4) == 0x00F7B0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_Root) == 0x00FCD0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_3) == 0x00FCF0, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_2) == 0x010210, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics_1) == 0x010730, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_SCIEL_MessyBun_C, AnimGraphNode_AnimDynamics) == 0x010C50, "Member 'UABP_PostProcess_Hair_SCIEL_MessyBun_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCamShake_GrappleMovementEnd_C \ +static_assert(alignof(UCamShake_GrappleMovementEnd_C) == 0x000010, "Wrong alignment on UCamShake_GrappleMovementEnd_C"); \ +static_assert(sizeof(UCamShake_GrappleMovementEnd_C) == 0x0000E0, "Wrong size on UCamShake_GrappleMovementEnd_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_AddExperience \ +static_assert(alignof(BP_CharacterData_C_AddExperience) == 0x000008, "Wrong alignment on BP_CharacterData_C_AddExperience"); \ +static_assert(sizeof(BP_CharacterData_C_AddExperience) == 0x000320, "Wrong size on BP_CharacterData_C_AddExperience"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, XP) == 0x000000, "Member 'BP_CharacterData_C_AddExperience::XP' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, local_newLevel) == 0x000004, "Member 'BP_CharacterData_C_AddExperience::local_newLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, local_hasLeveledUp) == 0x000008, "Member 'BP_CharacterData_C_AddExperience::local_hasLeveledUp' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, local_addedXPInCurrentLevel) == 0x00000C, "Member 'BP_CharacterData_C_AddExperience::local_addedXPInCurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, local_remainingXPToAdd) == 0x000010, "Member 'BP_CharacterData_C_AddExperience::local_remainingXPToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000020, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, Temp_int_Variable) == 0x0000BC, "Member 'BP_CharacterData_C_AddExperience::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_GetMaximumLevel_Level) == 0x0000C0, "Member 'BP_CharacterData_C_AddExperience::CallFunc_GetMaximumLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_CharacterData_C_AddExperience::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x0000C8, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000118, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x000120, "Member 'BP_CharacterData_C_AddExperience::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_3) == 0x000128, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_4) == 0x000170, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_4) == 0x000178, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_5) == 0x0001C0, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_IntToInt64_ReturnValue_6) == 0x0001C8, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_IntToInt64_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001D0, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_6) == 0x000218, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeArray_Array) == 0x000260, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Conv_NameToText_ReturnValue) == 0x000270, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Format_ReturnValue) == 0x000280, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeStruct_FormatArgumentData_7) == 0x000290, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, K2Node_MakeArray_Array_1) == 0x0002D8, "Member 'BP_CharacterData_C_AddExperience::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Format_ReturnValue_1) == 0x0002E8, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded_1) == 0x0002F8, "Member 'BP_CharacterData_C_AddExperience::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002FC, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000300, "Member 'BP_CharacterData_C_AddExperience::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Add_IntInt_ReturnValue) == 0x000304, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000308, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Int32SafeIncrement_ReturnValue) == 0x00030C, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Int32SafeIncrement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Min_ReturnValue) == 0x000310, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_Int32SafeIncrement_ReturnValue_1) == 0x000314, "Member 'BP_CharacterData_C_AddExperience::CallFunc_Int32SafeIncrement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddExperience, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000318, "Member 'BP_CharacterData_C_AddExperience::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_AddLuminaPointFromConsumable \ +static_assert(alignof(BP_CharacterData_C_AddLuminaPointFromConsumable) == 0x000008, "Wrong alignment on BP_CharacterData_C_AddLuminaPointFromConsumable"); \ +static_assert(sizeof(BP_CharacterData_C_AddLuminaPointFromConsumable) == 0x000010, "Wrong size on BP_CharacterData_C_AddLuminaPointFromConsumable"); \ +static_assert(offsetof(BP_CharacterData_C_AddLuminaPointFromConsumable, CallFunc_GetAchievementManager_ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_AddLuminaPointFromConsumable::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddLuminaPointFromConsumable, Temp_int_Variable) == 0x000008, "Member 'BP_CharacterData_C_AddLuminaPointFromConsumable::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AddLuminaPointFromConsumable, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_AddLuminaPointFromConsumable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ApplyCharacterCustomizationItem \ +static_assert(alignof(BP_CharacterData_C_ApplyCharacterCustomizationItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_ApplyCharacterCustomizationItem"); \ +static_assert(sizeof(BP_CharacterData_C_ApplyCharacterCustomizationItem) == 0x000240, "Wrong size on BP_CharacterData_C_ApplyCharacterCustomizationItem"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, ItemName) == 0x000000, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::ItemName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_MakeArray_Array_1) == 0x0000C8, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_Format_ReturnValue_1) == 0x0000E8, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000F8, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000228, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization) == 0x000230, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, K2Node_DynamicCast_bSuccess) == 0x000238, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ApplyCharacterCustomizationItem, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000239, "Member 'BP_CharacterData_C_ApplyCharacterCustomizationItem::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_AssignPointToAttribute \ +static_assert(alignof(BP_CharacterData_C_AssignPointToAttribute) == 0x000008, "Wrong alignment on BP_CharacterData_C_AssignPointToAttribute"); \ +static_assert(sizeof(BP_CharacterData_C_AssignPointToAttribute) == 0x0000A8, "Wrong size on BP_CharacterData_C_AssignPointToAttribute"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, Attribute) == 0x000000, "Member 'BP_CharacterData_C_AssignPointToAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_GetAttributePointsToAssign_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_GetAttributePointsToAssign_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterData_C_AssignPointToAttribute::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_CharacterData_C_AssignPointToAttribute::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Map_Find_Value) == 0x000098, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Map_Find_ReturnValue) == 0x00009C, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_AssignPointToAttribute, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_CharacterData_C_AssignPointToAttribute::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_BPI_GetDependencies \ +static_assert(alignof(BP_CharacterData_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BP_CharacterData_C_BPI_GetDependencies"); \ +static_assert(sizeof(BP_CharacterData_C_BPI_GetDependencies) == 0x000148, "Wrong size on BP_CharacterData_C_BPI_GetDependencies"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BP_CharacterData_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BP_CharacterData_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BP_CharacterData_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, local_classes) == 0x000030, "Member 'BP_CharacterData_C_BPI_GetDependencies::local_classes' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000058, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'BP_CharacterData_C_BPI_GetDependencies::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_GetEquippedPassiveEffectsData_PassiveEffectDefinitions) == 0x000080, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_GetEquippedPassiveEffectsData_PassiveEffectDefinitions' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_GetAllAvailableEquippedSkills_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_GetAllAvailableEquippedSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Add_NewItem_CastInput) == 0x0000F0, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Add_NewItem_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_IsValid_ReturnValue) == 0x000104, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Less_IntInt_ReturnValue_1) == 0x000114, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_GetBattleSoftClass_CharacterActorSoftClass) == 0x000118, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_GetBattleSoftClass_CharacterActorSoftClass' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue_1) == 0x000140, "Member 'BP_CharacterData_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanAffordLuminaCost \ +static_assert(alignof(BP_CharacterData_C_CanAffordLuminaCost) == 0x000004, "Wrong alignment on BP_CharacterData_C_CanAffordLuminaCost"); \ +static_assert(sizeof(BP_CharacterData_C_CanAffordLuminaCost) == 0x000010, "Wrong size on BP_CharacterData_C_CanAffordLuminaCost"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, LuminaCost) == 0x000000, "Member 'BP_CharacterData_C_CanAffordLuminaCost::LuminaCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_CanAffordLuminaCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000005, "Member 'BP_CharacterData_C_CanAffordLuminaCost::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000006, "Member 'BP_CharacterData_C_CanAffordLuminaCost::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, CallFunc_GetAvailableLuminaPoints_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_CanAffordLuminaCost::CallFunc_GetAvailableLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordLuminaCost, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_CanAffordLuminaCost::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanAffordSkillUnlock \ +static_assert(alignof(BP_CharacterData_C_CanAffordSkillUnlock) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanAffordSkillUnlock"); \ +static_assert(sizeof(BP_CharacterData_C_CanAffordSkillUnlock) == 0x000010, "Wrong size on BP_CharacterData_C_CanAffordSkillUnlock"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordSkillUnlock, Skill) == 0x000000, "Member 'BP_CharacterData_C_CanAffordSkillUnlock::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordSkillUnlock, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_CanAffordSkillUnlock::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanAffordSkillUnlock, CallFunc_CanAffordSkillUnlock_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_CanAffordSkillUnlock::CallFunc_CanAffordSkillUnlock_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanEquipItem \ +static_assert(alignof(BP_CharacterData_C_CanEquipItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanEquipItem"); \ +static_assert(sizeof(BP_CharacterData_C_CanEquipItem) == 0x000138, "Wrong size on BP_CharacterData_C_CanEquipItem"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipItem, ItemData) == 0x000000, "Member 'BP_CharacterData_C_CanEquipItem::ItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipItem, ReturnValue) == 0x000130, "Member 'BP_CharacterData_C_CanEquipItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipItem, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000131, "Member 'BP_CharacterData_C_CanEquipItem::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipItem, CallFunc_Set_Contains_ReturnValue) == 0x000132, "Member 'BP_CharacterData_C_CanEquipItem::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipItem, CallFunc_BooleanOR_ReturnValue) == 0x000133, "Member 'BP_CharacterData_C_CanEquipItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanEquipLuminaPassive \ +static_assert(alignof(BP_CharacterData_C_CanEquipLuminaPassive) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanEquipLuminaPassive"); \ +static_assert(sizeof(BP_CharacterData_C_CanEquipLuminaPassive) == 0x000068, "Wrong size on BP_CharacterData_C_CanEquipLuminaPassive"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, PassiveEffectDefinition) == 0x000000, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::PassiveEffectDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, PassiveEffectProgression) == 0x000048, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::PassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, EffectiveCost) == 0x00005C, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::EffectiveCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, CallFunc_GetEffectiveLuminaCost_ReturnValue) == 0x000060, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::CallFunc_GetEffectiveLuminaCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanEquipLuminaPassive, CallFunc_CanAffordLuminaCost_ReturnValue) == 0x000064, "Member 'BP_CharacterData_C_CanEquipLuminaPassive::CallFunc_CanAffordLuminaCost_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanLearnSkill \ +static_assert(alignof(BP_CharacterData_C_CanLearnSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanLearnSkill"); \ +static_assert(sizeof(BP_CharacterData_C_CanLearnSkill) == 0x000010, "Wrong size on BP_CharacterData_C_CanLearnSkill"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill, Skill) == 0x000000, "Member 'BP_CharacterData_C_CanLearnSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_CanLearnSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill, BlockedReason) == 0x000009, "Member 'BP_CharacterData_C_CanLearnSkill::BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill, CallFunc_CanLearnSkill_ReturnValue) == 0x00000A, "Member 'BP_CharacterData_C_CanLearnSkill::CallFunc_CanLearnSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill, CallFunc_CanLearnSkill_BlockedReason) == 0x00000B, "Member 'BP_CharacterData_C_CanLearnSkill::CallFunc_CanLearnSkill_BlockedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanLearnSkill_OLD \ +static_assert(alignof(BP_CharacterData_C_CanLearnSkill_OLD) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanLearnSkill_OLD"); \ +static_assert(sizeof(BP_CharacterData_C_CanLearnSkill_OLD) == 0x000048, "Wrong size on BP_CharacterData_C_CanLearnSkill_OLD"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, Skill) == 0x000000, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, BlockedReason) == 0x000009, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Array_Contains_ReturnValue) == 0x00000A, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_GetAvailableSkillPoints_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_GetAvailableSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Array_Contains_ReturnValue_1) == 0x000041, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Greater_IntInt_ReturnValue) == 0x000042, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_BooleanOR_ReturnValue) == 0x000045, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanLearnSkill_OLD, CallFunc_Not_PreBool_ReturnValue_1) == 0x000046, "Member 'BP_CharacterData_C_CanLearnSkill_OLD::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanUpdateInternals \ +static_assert(alignof(BP_CharacterData_C_CanUpdateInternals) == 0x000001, "Wrong alignment on BP_CharacterData_C_CanUpdateInternals"); \ +static_assert(sizeof(BP_CharacterData_C_CanUpdateInternals) == 0x000002, "Wrong size on BP_CharacterData_C_CanUpdateInternals"); \ +static_assert(offsetof(BP_CharacterData_C_CanUpdateInternals, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_CanUpdateInternals::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUpdateInternals, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_CharacterData_C_CanUpdateInternals::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanUseGearPassiveEffects \ +static_assert(alignof(BP_CharacterData_C_CanUseGearPassiveEffects) == 0x000008, "Wrong alignment on BP_CharacterData_C_CanUseGearPassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_CanUseGearPassiveEffects) == 0x000010, "Wrong size on BP_CharacterData_C_CanUseGearPassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, ItemInstance) == 0x000000, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, CallFunc_CanUseWeaponPassiveEffects_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::CallFunc_CanUseWeaponPassiveEffects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, CallFunc_GetItemType_Item_Type) == 0x00000A, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseGearPassiveEffects, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_CanUseGearPassiveEffects::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CanUseWeaponPassiveEffects \ +static_assert(alignof(BP_CharacterData_C_CanUseWeaponPassiveEffects) == 0x000001, "Wrong alignment on BP_CharacterData_C_CanUseWeaponPassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_CanUseWeaponPassiveEffects) == 0x000002, "Wrong size on BP_CharacterData_C_CanUseWeaponPassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseWeaponPassiveEffects, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_CanUseWeaponPassiveEffects::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CanUseWeaponPassiveEffects, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_CharacterData_C_CanUseWeaponPassiveEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ComputeAttributeStats \ +static_assert(alignof(BP_CharacterData_C_ComputeAttributeStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_ComputeAttributeStats"); \ +static_assert(sizeof(BP_CharacterData_C_ComputeAttributeStats) == 0x0008C0, "Wrong size on BP_CharacterData_C_ComputeAttributeStats"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, AssignedAttributes) == 0x000000, "Member 'BP_CharacterData_C_ComputeAttributeStats::AssignedAttributes' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, local_newStats) == 0x000050, "Member 'BP_CharacterData_C_ComputeAttributeStats::local_newStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_real_Variable) == 0x0000A0, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Variable) == 0x0000BC, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Variable_1) == 0x0000C0, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000C4, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetValidValue_ReturnValue) == 0x0000CC, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x0000CD, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000CE, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x0000CF, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000D0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeVariable_MakeVariableOutput) == 0x0000D8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x00012C, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Array_Index_Variable) == 0x000130, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_MakeLiteralInt_ReturnValue) == 0x000134, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Array_Index_Variable_1) == 0x00013C, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Loop_Counter_Variable_1) == 0x000140, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_IntInt_ReturnValue_2) == 0x000148, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Array_Index_Variable_2) == 0x00014C, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Get_Item) == 0x000150, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000158, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000168, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue) == 0x000178, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000188, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData) == 0x000198, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001E0, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000228, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000238, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000248, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_2) == 0x000258, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002A0, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0002E8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, Temp_int_Loop_Counter_Variable_2) == 0x000340, "Member 'BP_CharacterData_C_ComputeAttributeStats::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_IntInt_ReturnValue_3) == 0x000344, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value) == 0x000348, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue) == 0x00034C, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000350, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000358, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_5) == 0x000368, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003B0, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeArray_Array) == 0x0003F8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value_1) == 0x000408, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue_1) == 0x0004A8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Format_ReturnValue) == 0x0004B0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0004C0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Keys_Keys_1) == 0x0004C8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_7) == 0x0004D8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Get_Item_1) == 0x000520, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Length_ReturnValue_1) == 0x000524, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000528, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Less_IntInt_ReturnValue_2) == 0x000538, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000540, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_8) == 0x000550, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x000598, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeArray_Array_1) == 0x0005A8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0005B8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Format_ReturnValue_1) == 0x0005C8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_9) == 0x0005D8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value_2) == 0x000620, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue_2) == 0x000628, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value_3) == 0x000630, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue_3) == 0x000638, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Keys_Keys_2) == 0x000640, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000650, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Get_Item_2) == 0x000660, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_10) == 0x000668, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5) == 0x0006B0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value_4) == 0x0006C0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue_4) == 0x0006C4, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0006C8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Multiply_IntInt_ReturnValue) == 0x0006D8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_11) == 0x0006E0, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000728, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToText_ReturnValue) == 0x000730, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000740, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_12) == 0x000748, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_13) == 0x000790, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_Value_5) == 0x0007D8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Map_Find_ReturnValue_5) == 0x0007E0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeArray_Array_2) == 0x0007E8, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0007F8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Format_ReturnValue_2) == 0x000800, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Array_Length_ReturnValue_2) == 0x000810, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_IsValid_ReturnValue) == 0x000814, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Less_IntInt_ReturnValue_3) == 0x000815, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000818, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetFloatValue_ReturnValue) == 0x000820, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000828, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000838, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeStruct_FormatArgumentData_14) == 0x000840, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, K2Node_MakeArray_Array_3) == 0x000888, "Member 'BP_CharacterData_C_ComputeAttributeStats::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Format_ReturnValue_3) == 0x000898, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x0008A8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x0008B0, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeAttributeStats, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0008B8, "Member 'BP_CharacterData_C_ComputeAttributeStats::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ComputeEquipmentStats \ +static_assert(alignof(BP_CharacterData_C_ComputeEquipmentStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_ComputeEquipmentStats"); \ +static_assert(sizeof(BP_CharacterData_C_ComputeEquipmentStats) == 0x000430, "Wrong size on BP_CharacterData_C_ComputeEquipmentStats"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, EquipmentInstances) == 0x000000, "Member 'BP_CharacterData_C_ComputeEquipmentStats::EquipmentInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, EquipmentStats_0) == 0x000050, "Member 'BP_CharacterData_C_ComputeEquipmentStats::EquipmentStats_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, local_EquipmentStats) == 0x0000A0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::local_EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Values_Values) == 0x0000F0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Variable) == 0x000100, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Conv_IntToByte_ReturnValue) == 0x000108, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetValidValue_ReturnValue) == 0x000109, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Variable_1) == 0x00010C, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000114, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000115, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000118, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_real_Variable) == 0x000120, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_MakeLiteralInt_ReturnValue) == 0x000128, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Array_Index_Variable) == 0x00012C, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetCurrentStats_CurrentStats) == 0x000140, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetCurrentStats_CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetItemStaticData_ItemStaticData) == 0x000190, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Keys_Keys) == 0x0002C0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Array_Length_ReturnValue_1) == 0x0002D0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002D4, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetItemID_ItemID) == 0x0002D8, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetItemID_ItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Conv_NameToText_ReturnValue) == 0x0002E0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, K2Node_MakeStruct_FormatArgumentData) == 0x0002F0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, K2Node_MakeArray_Array) == 0x000338, "Member 'BP_CharacterData_C_ComputeEquipmentStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Loop_Counter_Variable) == 0x000348, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Format_ReturnValue) == 0x000350, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000360, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000364, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Array_Index_Variable_1) == 0x000368, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_byte_Variable) == 0x00036C, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Array_Get_Item_1) == 0x00036D, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00036E, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Find_Value) == 0x000370, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Find_ReturnValue) == 0x000378, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000380, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000388, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, Temp_int_Loop_Counter_Variable_1) == 0x000390, "Member 'BP_CharacterData_C_ComputeEquipmentStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000398, "Member 'BP_CharacterData_C_ComputeEquipmentStats::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, K2Node_DynamicCast_bSuccess) == 0x0003A0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetWeaponInstancePower_TotalDamage) == 0x0003A4, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetWeaponInstancePower_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetWeaponInstancePower_BaseDamage) == 0x0003A8, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetWeaponInstancePower_BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetWeaponInstancePower_ScalingDamage) == 0x0003AC, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetWeaponInstancePower_ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute) == 0x0003B0, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Less_IntInt_ReturnValue_2) == 0x000400, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000408, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Add_IntInt_ReturnValue_2) == 0x000410, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Find_Value_1) == 0x000418, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Map_Find_ReturnValue_1) == 0x000420, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeEquipmentStats, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000428, "Member 'BP_CharacterData_C_ComputeEquipmentStats::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ComputeStatsFromParts \ +static_assert(alignof(BP_CharacterData_C_ComputeStatsFromParts) == 0x000008, "Wrong alignment on BP_CharacterData_C_ComputeStatsFromParts"); \ +static_assert(sizeof(BP_CharacterData_C_ComputeStatsFromParts) == 0x0002A0, "Wrong size on BP_CharacterData_C_ComputeStatsFromParts"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, base) == 0x000000, "Member 'BP_CharacterData_C_ComputeStatsFromParts::base' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Leveling) == 0x000050, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Leveling' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Equipment) == 0x0000A0, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Equipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Attributes) == 0x0000F0, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Attributes' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, ComputedStats_0) == 0x000140, "Member 'BP_CharacterData_C_ComputeStatsFromParts::ComputedStats_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, local_ComputedStats) == 0x000190, "Member 'BP_CharacterData_C_ComputeStatsFromParts::local_ComputedStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Temp_int_Variable) == 0x0001E0, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Temp_int_Variable_1) == 0x0001E4, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToByte_ReturnValue) == 0x0001E8, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Add_IntInt_ReturnValue) == 0x0001EC, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_GetValidValue_ReturnValue) == 0x0001F0, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x0001F1, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001F2, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x0001F3, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0001F4, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Temp_int_Variable_2) == 0x0001F8, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, Temp_int_Variable_3) == 0x0001FC, "Member 'BP_CharacterData_C_ComputeStatsFromParts::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToByte_ReturnValue_2) == 0x000200, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Add_IntInt_ReturnValue_1) == 0x000204, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_GetValidValue_ReturnValue_1) == 0x000208, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToByte_ReturnValue_3) == 0x000209, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00020A, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_GetEnumeratorValueFromIndex_ReturnValue_1) == 0x00020B, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_GetEnumeratorValueFromIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x00020C, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_Value) == 0x000210, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_ReturnValue) == 0x000218, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_Value_1) == 0x000220, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_ReturnValue_1) == 0x000228, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_Value_2) == 0x000230, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_ReturnValue_2) == 0x000238, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_Value_3) == 0x000240, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_ReturnValue_3) == 0x000248, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000250, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000258, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000260, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Round_ReturnValue) == 0x000268, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_MakeLiteralInt_ReturnValue) == 0x00026C, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000270, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Less_IntInt_ReturnValue) == 0x000278, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_Value_4) == 0x000280, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Map_Find_ReturnValue_4) == 0x000288, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Round_ReturnValue_1) == 0x00028C, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000290, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000298, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ComputeStatsFromParts, CallFunc_Less_IntInt_ReturnValue_1) == 0x00029C, "Member 'BP_CharacterData_C_ComputeStatsFromParts::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_CreateCopy \ +static_assert(alignof(BP_CharacterData_C_CreateCopy) == 0x000008, "Wrong alignment on BP_CharacterData_C_CreateCopy"); \ +static_assert(sizeof(BP_CharacterData_C_CreateCopy) == 0x000390, "Wrong size on BP_CharacterData_C_CreateCopy"); \ +static_assert(offsetof(BP_CharacterData_C_CreateCopy, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_CreateCopy::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CreateCopy, K2Node_MakeStruct_S_jRPG_CharacterSaveState) == 0x000008, "Member 'BP_CharacterData_C_CreateCopy::K2Node_MakeStruct_S_jRPG_CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CreateCopy, CallFunc_SaveCharacterState_StructOut) == 0x0001C8, "Member 'BP_CharacterData_C_CreateCopy::CallFunc_SaveCharacterState_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_CreateCopy, CallFunc_SpawnObject_ReturnValue) == 0x000388, "Member 'BP_CharacterData_C_CreateCopy::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost \ +static_assert(alignof(BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost) == 0x000001, "Wrong alignment on BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost"); \ +static_assert(sizeof(BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost) == 0x000001, "Wrong size on BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost, NewValue) == 0x000000, "Member 'BP_CharacterData_C_DEBUG_CVarChange_IgnoreLuminaCost::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives \ +static_assert(alignof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives) == 0x000008, "Wrong alignment on BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives"); \ +static_assert(sizeof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives) == 0x0000A0, "Wrong size on BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, Temp_int_Variable) == 0x000020, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000028, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Array_IsEmpty_ReturnValue) == 0x000092, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Greater_IntInt_ReturnValue) == 0x000093, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Not_PreBool_ReturnValue) == 0x000094, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000095, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_BooleanOR_ReturnValue) == 0x000096, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Not_PreBool_ReturnValue_1) == 0x000097, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives, CallFunc_Add_IntInt_ReturnValue_1) == 0x00009C, "Member 'BP_CharacterData_C_DEBUG_UnlockAllLuminaPassives::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_DispatchModificationsIfPossible \ +static_assert(alignof(BP_CharacterData_C_DispatchModificationsIfPossible) == 0x000008, "Wrong alignment on BP_CharacterData_C_DispatchModificationsIfPossible"); \ +static_assert(sizeof(BP_CharacterData_C_DispatchModificationsIfPossible) == 0x000018, "Wrong size on BP_CharacterData_C_DispatchModificationsIfPossible"); \ +static_assert(offsetof(BP_CharacterData_C_DispatchModificationsIfPossible, DebugReason) == 0x000000, "Member 'BP_CharacterData_C_DispatchModificationsIfPossible::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DispatchModificationsIfPossible, CallFunc_GetSaveManager_SaveManager) == 0x000010, "Member 'BP_CharacterData_C_DispatchModificationsIfPossible::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_DoEquippedItemsGivePassiveEffect \ +static_assert(alignof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect) == 0x000008, "Wrong alignment on BP_CharacterData_C_DoEquippedItemsGivePassiveEffect"); \ +static_assert(sizeof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect) == 0x000050, "Wrong size on BP_CharacterData_C_DoEquippedItemsGivePassiveEffect"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, GivePassiveEffect) == 0x000008, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::GivePassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_GetGearPassiveEffects_PassiveEffectIDs) == 0x000038, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_GetGearPassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_DoEquippedItemsGivePassiveEffect, CallFunc_Array_Contains_ReturnValue) == 0x000049, "Member 'BP_CharacterData_C_DoEquippedItemsGivePassiveEffect::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipItemInSlot \ +static_assert(alignof(BP_CharacterData_C_EquipItemInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipItemInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_EquipItemInSlot) == 0x000368, "Wrong size on BP_CharacterData_C_EquipItemInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_EquipItemInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, Item) == 0x000008, "Member 'BP_CharacterData_C_EquipItemInSlot::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000138, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000139, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000140, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000198, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B8, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Format_ReturnValue) == 0x000200, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000210, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeStruct_FormatArgumentData_2) == 0x000220, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_IsSlotEmpty_ReturnValue) == 0x000268, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000270, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeStruct_FormatArgumentData_3) == 0x000280, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002C8, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeArray_Array_1) == 0x000310, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, K2Node_MakeArray_Array_2) == 0x000320, "Member 'BP_CharacterData_C_EquipItemInSlot::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Format_ReturnValue_1) == 0x000330, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Format_ReturnValue_2) == 0x000340, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000350, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000358, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_IsValid_ReturnValue) == 0x000360, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInSlot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000361, "Member 'BP_CharacterData_C_EquipItemInSlot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipItemInstanceInSlot \ +static_assert(alignof(BP_CharacterData_C_EquipItemInstanceInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipItemInstanceInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_EquipItemInstanceInSlot) == 0x000458, "Wrong size on BP_CharacterData_C_EquipItemInstanceInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, Item) == 0x000008, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_GetItemStaticData_ItemStaticData) == 0x000018, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_CanEquipItem_ReturnValue) == 0x000148, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00014C, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000158, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_GetItemDefinitionID_ReturnValue_1) == 0x000168, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_GetItemDefinitionID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000170, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001B8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeArray_Array) == 0x0001C8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Format_ReturnValue) == 0x000220, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000230, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_2) == 0x000240, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue_3) == 0x000288, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_IsSlotEmpty_ReturnValue) == 0x000298, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002A0, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_EquipmentSlotToString_Result) == 0x0002E8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue_4) == 0x000340, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeArray_Array_1) == 0x000350, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_5) == 0x000360, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Format_ReturnValue_1) == 0x0003A8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeArray_Array_2) == 0x0003B8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Format_ReturnValue_2) == 0x0003C8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003D8, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, K2Node_MakeArray_Array_3) == 0x000420, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Format_ReturnValue_3) == 0x000430, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000440, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000448, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_IsValid_ReturnValue) == 0x000450, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipItemInstanceInSlot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000451, "Member 'BP_CharacterData_C_EquipItemInstanceInSlot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipLuminaPassive \ +static_assert(alignof(BP_CharacterData_C_EquipLuminaPassive) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipLuminaPassive"); \ +static_assert(sizeof(BP_CharacterData_C_EquipLuminaPassive) == 0x0000F0, "Wrong size on BP_CharacterData_C_EquipLuminaPassive"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, Name_0) == 0x000000, "Member 'BP_CharacterData_C_EquipLuminaPassive::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_GetPassiveEffectProgression_Progression) == 0x000018, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterData_C_EquipLuminaPassive::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000070, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000B8, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_CharacterData_C_EquipLuminaPassive::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_CanEquipLuminaPassive_ReturnValue) == 0x0000D0, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_CanEquipLuminaPassive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_CanEquipLuminaPassive_EffectiveCost) == 0x0000D4, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_CanEquipLuminaPassive_EffectiveCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipLuminaPassive, CallFunc_Array_AddUnique_ReturnValue) == 0x0000E8, "Member 'BP_CharacterData_C_EquipLuminaPassive::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance \ +static_assert(alignof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance"); \ +static_assert(sizeof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance) == 0x0000C0, "Wrong size on BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, ItemInstance) == 0x000000, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_GetGearPassiveEffects_PassiveEffectIDs) == 0x000008, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_GetGearPassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Array_Contains_ReturnValue) == 0x0000B4, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Less_IntInt_ReturnValue) == 0x0000B5, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Not_PreBool_ReturnValue) == 0x0000B6, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItemInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipMissingLuminaPassivesFromItems \ +static_assert(alignof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipMissingLuminaPassivesFromItems"); \ +static_assert(sizeof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems) == 0x0001E0, "Wrong size on BP_CharacterData_C_EquipMissingLuminaPassivesFromItems"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, Item) == 0x000000, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_GetPictosUnlockedPassiveEffects_PassiveEffects) == 0x000130, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_GetPictosUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Conv_NameToText_ReturnValue) == 0x000140, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, Temp_int_Array_Index_Variable) == 0x0001A0, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Array_Get_Item) == 0x0001B8, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, Temp_int_Loop_Counter_Variable) == 0x0001D0, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Array_Contains_ReturnValue) == 0x0001D4, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Less_IntInt_ReturnValue) == 0x0001D5, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Not_PreBool_ReturnValue) == 0x0001D6, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_EquipMissingLuminaPassivesFromItems, CallFunc_Add_IntInt_ReturnValue) == 0x0001D8, "Member 'BP_CharacterData_C_EquipMissingLuminaPassivesFromItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_EquipSkill \ +static_assert(alignof(BP_CharacterData_C_EquipSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_EquipSkill"); \ +static_assert(sizeof(BP_CharacterData_C_EquipSkill) == 0x000008, "Wrong size on BP_CharacterData_C_EquipSkill"); \ +static_assert(offsetof(BP_CharacterData_C_EquipSkill, SkillID) == 0x000000, "Member 'BP_CharacterData_C_EquipSkill::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_Error_PassiveEffectNotFoundInDT \ +static_assert(alignof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT) == 0x000008, "Wrong alignment on BP_CharacterData_C_Error_PassiveEffectNotFoundInDT"); \ +static_assert(sizeof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT) == 0x0000D8, "Wrong size on BP_CharacterData_C_Error_PassiveEffectNotFoundInDT"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, Name_0) == 0x000000, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Error_PassiveEffectNotFoundInDT, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_CharacterData_C_Error_PassiveEffectNotFoundInDT::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData \ +static_assert(alignof(BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData) == 0x000004, "Wrong alignment on BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData"); \ +static_assert(sizeof(BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData) == 0x000004, "Wrong size on BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData"); \ +static_assert(offsetof(BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData, EntryPoint) == 0x000000, "Member 'BP_CharacterData_C_ExecuteUbergraph_BP_CharacterData::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_Get_Weapon_Power \ +static_assert(alignof(BP_CharacterData_C_Get_Weapon_Power) == 0x000008, "Wrong alignment on BP_CharacterData_C_Get_Weapon_Power"); \ +static_assert(sizeof(BP_CharacterData_C_Get_Weapon_Power) == 0x000138, "Wrong size on BP_CharacterData_C_Get_Weapon_Power"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, WeaponInstanceData) == 0x000000, "Member 'BP_CharacterData_C_Get_Weapon_Power::WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, PhysicalPower) == 0x000110, "Member 'BP_CharacterData_C_Get_Weapon_Power::PhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, MagicalPower) == 0x000114, "Member 'BP_CharacterData_C_Get_Weapon_Power::MagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, BasePhysicalPower) == 0x000118, "Member 'BP_CharacterData_C_Get_Weapon_Power::BasePhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, BaseMagicalPower) == 0x00011C, "Member 'BP_CharacterData_C_Get_Weapon_Power::BaseMagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, ScalingPhysicalPower) == 0x000120, "Member 'BP_CharacterData_C_Get_Weapon_Power::ScalingPhysicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, ScalingMagicalPower) == 0x000124, "Member 'BP_CharacterData_C_Get_Weapon_Power::ScalingMagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, local_scalingMagicalPower) == 0x000128, "Member 'BP_CharacterData_C_Get_Weapon_Power::local_scalingMagicalPower' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Get_Weapon_Power, local_scalingPhysicalPower) == 0x000130, "Member 'BP_CharacterData_C_Get_Weapon_Power::local_scalingPhysicalPower' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetActionsOrder \ +static_assert(alignof(BP_CharacterData_C_GetActionsOrder) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetActionsOrder"); \ +static_assert(sizeof(BP_CharacterData_C_GetActionsOrder) == 0x000010, "Wrong size on BP_CharacterData_C_GetActionsOrder"); \ +static_assert(offsetof(BP_CharacterData_C_GetActionsOrder, CharacterActionsOrder) == 0x000000, "Member 'BP_CharacterData_C_GetActionsOrder::CharacterActionsOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAllEquipmentSlotTypes \ +static_assert(alignof(BP_CharacterData_C_GetAllEquipmentSlotTypes) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAllEquipmentSlotTypes"); \ +static_assert(sizeof(BP_CharacterData_C_GetAllEquipmentSlotTypes) == 0x000040, "Wrong size on BP_CharacterData_C_GetAllEquipmentSlotTypes"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, EquipmentSlots) == 0x000000, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::EquipmentSlots' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, K2Node_MakeStruct_FEquipmentSlot) == 0x000010, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, K2Node_MakeStruct_FEquipmentSlot_1) == 0x000018, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::K2Node_MakeStruct_FEquipmentSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, K2Node_MakeStruct_FEquipmentSlot_2) == 0x000020, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::K2Node_MakeStruct_FEquipmentSlot_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, K2Node_MakeStruct_FEquipmentSlot_3) == 0x000028, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::K2Node_MakeStruct_FEquipmentSlot_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllEquipmentSlotTypes, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_CharacterData_C_GetAllEquipmentSlotTypes::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAllowedEquipmentSubtypes \ +static_assert(alignof(BP_CharacterData_C_GetAllowedEquipmentSubtypes) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAllowedEquipmentSubtypes"); \ +static_assert(sizeof(BP_CharacterData_C_GetAllowedEquipmentSubtypes) == 0x000050, "Wrong size on BP_CharacterData_C_GetAllowedEquipmentSubtypes"); \ +static_assert(offsetof(BP_CharacterData_C_GetAllowedEquipmentSubtypes, AllowedEquipmentSubtypes) == 0x000000, "Member 'BP_CharacterData_C_GetAllowedEquipmentSubtypes::AllowedEquipmentSubtypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetArmUITexture \ +static_assert(alignof(BP_CharacterData_C_GetArmUITexture) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetArmUITexture"); \ +static_assert(sizeof(BP_CharacterData_C_GetArmUITexture) == 0x000008, "Wrong size on BP_CharacterData_C_GetArmUITexture"); \ +static_assert(offsetof(BP_CharacterData_C_GetArmUITexture, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetArmUITexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAssignedAttributePoints \ +static_assert(alignof(BP_CharacterData_C_GetAssignedAttributePoints) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAssignedAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetAssignedAttributePoints) == 0x000098, "Wrong size on BP_CharacterData_C_GetAssignedAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, Attribute) == 0x000000, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::Attribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, Value) == 0x000004, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, CallFunc_Map_Find_ReturnValue) == 0x00002C, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAssignedAttributePoints, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_GetAssignedAttributePoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAttributePointsToAssign \ +static_assert(alignof(BP_CharacterData_C_GetAttributePointsToAssign) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAttributePointsToAssign"); \ +static_assert(sizeof(BP_CharacterData_C_GetAttributePointsToAssign) == 0x000048, "Wrong size on BP_CharacterData_C_GetAttributePointsToAssign"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, local_assignedPoints) == 0x000004, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::local_assignedPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000014, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000015, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_GetMaxAttributePoints_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_GetMaxAttributePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Map_Find_ReturnValue) == 0x00003C, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributePointsToAssign, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_CharacterData_C_GetAttributePointsToAssign::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAttributeStats \ +static_assert(alignof(BP_CharacterData_C_GetAttributeStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAttributeStats"); \ +static_assert(sizeof(BP_CharacterData_C_GetAttributeStats) == 0x000050, "Wrong size on BP_CharacterData_C_GetAttributeStats"); \ +static_assert(offsetof(BP_CharacterData_C_GetAttributeStats, EquipmentStats_0) == 0x000000, "Member 'BP_CharacterData_C_GetAttributeStats::EquipmentStats_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAudioProfile_Battle \ +static_assert(alignof(BP_CharacterData_C_GetAudioProfile_Battle) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAudioProfile_Battle"); \ +static_assert(sizeof(BP_CharacterData_C_GetAudioProfile_Battle) == 0x0000D0, "Wrong size on BP_CharacterData_C_GetAudioProfile_Battle"); \ +static_assert(offsetof(BP_CharacterData_C_GetAudioProfile_Battle, BattleAudioProfile) == 0x000000, "Member 'BP_CharacterData_C_GetAudioProfile_Battle::BattleAudioProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAudioProfile_Exploration \ +static_assert(alignof(BP_CharacterData_C_GetAudioProfile_Exploration) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAudioProfile_Exploration"); \ +static_assert(sizeof(BP_CharacterData_C_GetAudioProfile_Exploration) == 0x000008, "Wrong size on BP_CharacterData_C_GetAudioProfile_Exploration"); \ +static_assert(offsetof(BP_CharacterData_C_GetAudioProfile_Exploration, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetAudioProfile_Exploration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAvailableLuminaPoints \ +static_assert(alignof(BP_CharacterData_C_GetAvailableLuminaPoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetAvailableLuminaPoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetAvailableLuminaPoints) == 0x000010, "Wrong size on BP_CharacterData_C_GetAvailableLuminaPoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableLuminaPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetAvailableLuminaPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableLuminaPoints, CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_GetAvailableLuminaPoints::CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableLuminaPoints, CallFunc_GetMaxLuminaPoints_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetAvailableLuminaPoints::CallFunc_GetMaxLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableLuminaPoints, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_GetAvailableLuminaPoints::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAvailablePassiveEffects \ +static_assert(alignof(BP_CharacterData_C_GetAvailablePassiveEffects) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAvailablePassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_GetAvailablePassiveEffects) == 0x000100, "Wrong size on BP_CharacterData_C_GetAvailablePassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, PassiveEffectIDs) == 0x000000, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, EquipmentPassiveEffectIDs) == 0x000010, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::EquipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, LearntPassiveEffectIDs) == 0x000020, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::LearntPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, local_equipmentPassiveEffectIDs) == 0x000030, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::local_equipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, local_learntPassiveEffectIDs) == 0x000040, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::local_learntPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_wildcard_Variable) == 0x000060, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Loop_Counter_Variable_1) == 0x000070, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Loop_Counter_Variable_2) == 0x000078, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Add_IntInt_ReturnValue_2) == 0x00007C, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, Temp_int_Array_Index_Variable_2) == 0x000084, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_GetCustomGI_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_GetAllSharedPassiveEffectProgressions_PassiveEffectProgressions) == 0x000090, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_GetAllSharedPassiveEffectProgressions_PassiveEffectProgressions' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Map_Values_Values) == 0x0000B0, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_GetGearPassiveEffects_PassiveEffectIDs) == 0x0000C8, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_GetGearPassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Get_Item_2) == 0x0000DC, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_AddUnique_ReturnValue) == 0x0000E8, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Length_ReturnValue_1) == 0x0000EC, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Length_ReturnValue_2) == 0x0000F0, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F5, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_Contains_ReturnValue) == 0x0000F6, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Not_PreBool_ReturnValue) == 0x0000F7, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffects, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0000F8, "Member 'BP_CharacterData_C_GetAvailablePassiveEffects::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAvailablePassiveEffectsForSlots \ +static_assert(alignof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetAvailablePassiveEffectsForSlots"); \ +static_assert(sizeof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots) == 0x000090, "Wrong size on BP_CharacterData_C_GetAvailablePassiveEffectsForSlots"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, Slots) == 0x000000, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::Slots' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, PassiveEffectIDs) == 0x000010, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, local_equipmentPassiveEffectIDs) == 0x000020, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::local_equipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000050, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_IsSlotUsed_ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000060, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, Temp_int_Loop_Counter_Variable_1) == 0x00007C, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailablePassiveEffectsForSlots, CallFunc_Array_AddUnique_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_GetAvailablePassiveEffectsForSlots::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetAvailableSkillPoints \ +static_assert(alignof(BP_CharacterData_C_GetAvailableSkillPoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetAvailableSkillPoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetAvailableSkillPoints) == 0x000010, "Wrong size on BP_CharacterData_C_GetAvailableSkillPoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableSkillPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetAvailableSkillPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableSkillPoints, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_GetAvailableSkillPoints::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableSkillPoints, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000005, "Member 'BP_CharacterData_C_GetAvailableSkillPoints::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableSkillPoints, CallFunc_GetTotalSkillPoints_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetAvailableSkillPoints::CallFunc_GetTotalSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetAvailableSkillPoints, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_GetAvailableSkillPoints::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetBaseStats \ +static_assert(alignof(BP_CharacterData_C_GetBaseStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetBaseStats"); \ +static_assert(sizeof(BP_CharacterData_C_GetBaseStats) == 0x000050, "Wrong size on BP_CharacterData_C_GetBaseStats"); \ +static_assert(offsetof(BP_CharacterData_C_GetBaseStats, CharacterStats) == 0x000000, "Member 'BP_CharacterData_C_GetBaseStats::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetBattleAudioProfile \ +static_assert(alignof(BP_CharacterData_C_GetBattleAudioProfile) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetBattleAudioProfile"); \ +static_assert(sizeof(BP_CharacterData_C_GetBattleAudioProfile) == 0x0000D0, "Wrong size on BP_CharacterData_C_GetBattleAudioProfile"); \ +static_assert(offsetof(BP_CharacterData_C_GetBattleAudioProfile, BattleAudioProfile) == 0x000000, "Member 'BP_CharacterData_C_GetBattleAudioProfile::BattleAudioProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetBattleIcon \ +static_assert(alignof(BP_CharacterData_C_GetBattleIcon) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetBattleIcon"); \ +static_assert(sizeof(BP_CharacterData_C_GetBattleIcon) == 0x000008, "Wrong size on BP_CharacterData_C_GetBattleIcon"); \ +static_assert(offsetof(BP_CharacterData_C_GetBattleIcon, CharacterIconBattle) == 0x000000, "Member 'BP_CharacterData_C_GetBattleIcon::CharacterIconBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetBattleSoftClass \ +static_assert(alignof(BP_CharacterData_C_GetBattleSoftClass) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetBattleSoftClass"); \ +static_assert(sizeof(BP_CharacterData_C_GetBattleSoftClass) == 0x000028, "Wrong size on BP_CharacterData_C_GetBattleSoftClass"); \ +static_assert(offsetof(BP_CharacterData_C_GetBattleSoftClass, CharacterActorSoftClass) == 0x000000, "Member 'BP_CharacterData_C_GetBattleSoftClass::CharacterActorSoftClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetBattleStartAP_Count \ +static_assert(alignof(BP_CharacterData_C_GetBattleStartAP_Count) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetBattleStartAP_Count"); \ +static_assert(sizeof(BP_CharacterData_C_GetBattleStartAP_Count) == 0x000004, "Wrong size on BP_CharacterData_C_GetBattleStartAP_Count"); \ +static_assert(offsetof(BP_CharacterData_C_GetBattleStartAP_Count, AP_Count) == 0x000000, "Member 'BP_CharacterData_C_GetBattleStartAP_Count::AP_Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterDeadPortrait \ +static_assert(alignof(BP_CharacterData_C_GetCharacterDeadPortrait) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCharacterDeadPortrait"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterDeadPortrait) == 0x000008, "Wrong size on BP_CharacterData_C_GetCharacterDeadPortrait"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterDeadPortrait, CharacterDeadPortrait) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterDeadPortrait::CharacterDeadPortrait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterDisplayName \ +static_assert(alignof(BP_CharacterData_C_GetCharacterDisplayName) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCharacterDisplayName"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterDisplayName) == 0x000010, "Wrong size on BP_CharacterData_C_GetCharacterDisplayName"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterDisplayName, CharacterDisplayName) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterDisplayName::CharacterDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterGenderTag \ +static_assert(alignof(BP_CharacterData_C_GetCharacterGenderTag) == 0x000001, "Wrong alignment on BP_CharacterData_C_GetCharacterGenderTag"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterGenderTag) == 0x000001, "Wrong size on BP_CharacterData_C_GetCharacterGenderTag"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterGenderTag, GenderTag) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterGenderTag::GenderTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterIconBig \ +static_assert(alignof(BP_CharacterData_C_GetCharacterIconBig) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCharacterIconBig"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterIconBig) == 0x000008, "Wrong size on BP_CharacterData_C_GetCharacterIconBig"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterIconBig, CharacterIconBig) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterIconBig::CharacterIconBig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterPortrait \ +static_assert(alignof(BP_CharacterData_C_GetCharacterPortrait) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCharacterPortrait"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterPortrait) == 0x000008, "Wrong size on BP_CharacterData_C_GetCharacterPortrait"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterPortrait, CharacterIcon) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterPortrait::CharacterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCharacterStats \ +static_assert(alignof(BP_CharacterData_C_GetCharacterStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCharacterStats"); \ +static_assert(sizeof(BP_CharacterData_C_GetCharacterStats) == 0x000058, "Wrong size on BP_CharacterData_C_GetCharacterStats"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterStats, Stats) == 0x000000, "Member 'BP_CharacterData_C_GetCharacterStats::Stats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterStats, CallFunc_Map_Length_ReturnValue) == 0x000050, "Member 'BP_CharacterData_C_GetCharacterStats::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCharacterStats, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'BP_CharacterData_C_GetCharacterStats::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCommonBattleStats \ +static_assert(alignof(BP_CharacterData_C_GetCommonBattleStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCommonBattleStats"); \ +static_assert(sizeof(BP_CharacterData_C_GetCommonBattleStats) == 0x000030, "Wrong size on BP_CharacterData_C_GetCommonBattleStats"); \ +static_assert(offsetof(BP_CharacterData_C_GetCommonBattleStats, CommonStats) == 0x000000, "Member 'BP_CharacterData_C_GetCommonBattleStats::CommonStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCurrentLevelExperience \ +static_assert(alignof(BP_CharacterData_C_GetCurrentLevelExperience) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetCurrentLevelExperience"); \ +static_assert(sizeof(BP_CharacterData_C_GetCurrentLevelExperience) == 0x000004, "Wrong size on BP_CharacterData_C_GetCurrentLevelExperience"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperience, CurrentExperienceInLevel_0) == 0x000000, "Member 'BP_CharacterData_C_GetCurrentLevelExperience::CurrentExperienceInLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCurrentLevelExperienceProgression \ +static_assert(alignof(BP_CharacterData_C_GetCurrentLevelExperienceProgression) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCurrentLevelExperienceProgression"); \ +static_assert(sizeof(BP_CharacterData_C_GetCurrentLevelExperienceProgression) == 0x000028, "Wrong size on BP_CharacterData_C_GetCurrentLevelExperienceProgression"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, Progress) == 0x000000, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::Progress' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel) == 0x000008, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x00000C, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentLevelExperienceProgression, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_GetCurrentLevelExperienceProgression::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCurrentlyUsedLuminaPoints \ +static_assert(alignof(BP_CharacterData_C_GetCurrentlyUsedLuminaPoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetCurrentlyUsedLuminaPoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetCurrentlyUsedLuminaPoints) == 0x000004, "Wrong size on BP_CharacterData_C_GetCurrentlyUsedLuminaPoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetCurrentlyUsedLuminaPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetCurrentlyUsedLuminaPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetCustomizationTypeForCharacter \ +static_assert(alignof(BP_CharacterData_C_GetCustomizationTypeForCharacter) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetCustomizationTypeForCharacter"); \ +static_assert(sizeof(BP_CharacterData_C_GetCustomizationTypeForCharacter) == 0x000158, "Wrong size on BP_CharacterData_C_GetCustomizationTypeForCharacter"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, Item) == 0x000000, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, CustomizationType) == 0x000130, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::CustomizationType' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Face) == 0x000138, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Face' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Skin) == 0x000148, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, CallFunc_IsItemCompatibleWithCharacter_Compatible) == 0x000151, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::CallFunc_IsItemCompatibleWithCharacter_Compatible' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetCustomizationTypeForCharacter, CallFunc_IsItemCompatibleWithCharacter_Compatible_1) == 0x000152, "Member 'BP_CharacterData_C_GetCustomizationTypeForCharacter::CallFunc_IsItemCompatibleWithCharacter_Compatible_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEffectiveLuminaCost \ +static_assert(alignof(BP_CharacterData_C_GetEffectiveLuminaCost) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEffectiveLuminaCost"); \ +static_assert(sizeof(BP_CharacterData_C_GetEffectiveLuminaCost) == 0x000148, "Wrong size on BP_CharacterData_C_GetEffectiveLuminaCost"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, PassiveEffectDefinition) == 0x000000, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::PassiveEffectDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, PassiveEffectProgression) == 0x000048, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::PassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, Temp_bool_Variable) == 0x00005C, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_Conv_NameToText_ReturnValue) == 0x000060, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_IsPassiveEffectUnlocked_IsUnlocked) == 0x000070, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_IsPassiveEffectUnlocked_IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_IsPassiveEffectUnlocked_BecauseLearnt) == 0x000071, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_IsPassiveEffectUnlocked_BecauseLearnt' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_IsPassiveEffectUnlocked_BecauseEquipment) == 0x000072, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_IsPassiveEffectUnlocked_BecauseEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, Temp_int_Variable) == 0x0000C0, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000C8, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, K2Node_Select_Default) == 0x0000D8, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEffectiveLuminaCost, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_CharacterData_C_GetEffectiveLuminaCost::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetElementForSkill \ +static_assert(alignof(BP_CharacterData_C_GetElementForSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetElementForSkill"); \ +static_assert(sizeof(BP_CharacterData_C_GetElementForSkill) == 0x000110, "Wrong size on BP_CharacterData_C_GetElementForSkill"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, SkillDefinition) == 0x000000, "Member 'BP_CharacterData_C_GetElementForSkill::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetElementForSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000009, "Member 'BP_CharacterData_C_GetElementForSkill::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_GetElementForSkill::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, CallFunc_GetWeaponDefinition_WeaponDefinition) == 0x000018, "Member 'BP_CharacterData_C_GetElementForSkill::CallFunc_GetWeaponDefinition_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, Temp_byte_Variable) == 0x000108, "Member 'BP_CharacterData_C_GetElementForSkill::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000109, "Member 'BP_CharacterData_C_GetElementForSkill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, Temp_byte_Variable_1) == 0x00010A, "Member 'BP_CharacterData_C_GetElementForSkill::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetElementForSkill, K2Node_Select_Default) == 0x00010B, "Member 'BP_CharacterData_C_GetElementForSkill::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquipmentSaveData \ +static_assert(alignof(BP_CharacterData_C_GetEquipmentSaveData) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquipmentSaveData"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquipmentSaveData) == 0x0000E8, "Wrong size on BP_CharacterData_C_GetEquipmentSaveData"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, local_equipmentPerSlotSave1) == 0x000000, "Member 'BP_CharacterData_C_GetEquipmentSaveData::local_equipmentPerSlotSave1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, local_equipmentPerSlotSave) == 0x000050, "Member 'BP_CharacterData_C_GetEquipmentSaveData::local_equipmentPerSlotSave' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'BP_CharacterData_C_GetEquipmentSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'BP_CharacterData_C_GetEquipmentSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x0000D9, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentSaveData, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0000DC, "Member 'BP_CharacterData_C_GetEquipmentSaveData::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquipmentStats \ +static_assert(alignof(BP_CharacterData_C_GetEquipmentStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquipmentStats"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquipmentStats) == 0x000050, "Wrong size on BP_CharacterData_C_GetEquipmentStats"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquipmentStats, EquipmentStats_0) == 0x000000, "Member 'BP_CharacterData_C_GetEquipmentStats::EquipmentStats_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedPassiveEffectsData \ +static_assert(alignof(BP_CharacterData_C_GetEquippedPassiveEffectsData) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedPassiveEffectsData"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedPassiveEffectsData) == 0x0000A0, "Wrong size on BP_CharacterData_C_GetEquippedPassiveEffectsData"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, PassiveEffectDefinitions) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::PassiveEffectDefinitions' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000098, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedPassiveEffectsData, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'BP_CharacterData_C_GetEquippedPassiveEffectsData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedSkills \ +static_assert(alignof(BP_CharacterData_C_GetEquippedSkills) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedSkills"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedSkills) == 0x000020, "Wrong size on BP_CharacterData_C_GetEquippedSkills"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedSkills, EquippedSkills_0) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedSkills::EquippedSkills_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedSkills, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000010, "Member 'BP_CharacterData_C_GetEquippedSkills::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedSkillsSaveData \ +static_assert(alignof(BP_CharacterData_C_GetEquippedSkillsSaveData) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedSkillsSaveData"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedSkillsSaveData) == 0x000020, "Wrong size on BP_CharacterData_C_GetEquippedSkillsSaveData"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedSkillsSaveData, EquippedSkillIDs) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedSkillsSaveData::EquippedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedSkillsSaveData, CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs) == 0x000010, "Member 'BP_CharacterData_C_GetEquippedSkillsSaveData::CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedWeaponDefinition \ +static_assert(alignof(BP_CharacterData_C_GetEquippedWeaponDefinition) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedWeaponDefinition"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedWeaponDefinition) == 0x000330, "Wrong size on BP_CharacterData_C_GetEquippedWeaponDefinition"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, Valid) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, K2Node_MakeStruct_FEquipmentSlot) == 0x0000F8, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, CallFunc_GetItemInSlot_Value) == 0x000100, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::CallFunc_GetItemInSlot_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, CallFunc_IsSlotUsed_ReturnValue) == 0x000230, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, CallFunc_GetItemID_ItemID) == 0x000234, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::CallFunc_GetItemID_ItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, CallFunc_GetWeaponDefinition_Found) == 0x00023C, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponDefinition, CallFunc_GetWeaponDefinition_OutRow) == 0x000240, "Member 'BP_CharacterData_C_GetEquippedWeaponDefinition::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedWeaponItem \ +static_assert(alignof(BP_CharacterData_C_GetEquippedWeaponItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedWeaponItem"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedWeaponItem) == 0x000278, "Wrong size on BP_CharacterData_C_GetEquippedWeaponItem"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItem, Valid) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedWeaponItem::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItem, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetEquippedWeaponItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItem, K2Node_MakeStruct_FEquipmentSlot) == 0x000138, "Member 'BP_CharacterData_C_GetEquippedWeaponItem::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItem, CallFunc_GetItemInSlot_Value) == 0x000140, "Member 'BP_CharacterData_C_GetEquippedWeaponItem::CallFunc_GetItemInSlot_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItem, CallFunc_IsSlotUsed_ReturnValue) == 0x000270, "Member 'BP_CharacterData_C_GetEquippedWeaponItem::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetEquippedWeaponItemInstance \ +static_assert(alignof(BP_CharacterData_C_GetEquippedWeaponItemInstance) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetEquippedWeaponItemInstance"); \ +static_assert(sizeof(BP_CharacterData_C_GetEquippedWeaponItemInstance) == 0x000038, "Wrong size on BP_CharacterData_C_GetEquippedWeaponItemInstance"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, Valid) == 0x000000, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, K2Node_MakeStruct_FEquipmentSlot) == 0x000010, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, CallFunc_IsSlotUsed_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000020, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000028, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetEquippedWeaponItemInstance, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_CharacterData_C_GetEquippedWeaponItemInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetExplorationAudioProfile \ +static_assert(alignof(BP_CharacterData_C_GetExplorationAudioProfile) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetExplorationAudioProfile"); \ +static_assert(sizeof(BP_CharacterData_C_GetExplorationAudioProfile) == 0x000008, "Wrong size on BP_CharacterData_C_GetExplorationAudioProfile"); \ +static_assert(offsetof(BP_CharacterData_C_GetExplorationAudioProfile, AudioProfileAsset) == 0x000000, "Member 'BP_CharacterData_C_GetExplorationAudioProfile::AudioProfileAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetGearItemsFromEquipmentSlots \ +static_assert(alignof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetGearItemsFromEquipmentSlots"); \ +static_assert(sizeof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots) == 0x000078, "Wrong size on BP_CharacterData_C_GetGearItemsFromEquipmentSlots"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, EquipmentPerSlot_0) == 0x000000, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::EquipmentPerSlot_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, CallFunc_Map_Values_Values) == 0x000050, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearItemsFromEquipmentSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BP_CharacterData_C_GetGearItemsFromEquipmentSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetGearPassiveEffects \ +static_assert(alignof(BP_CharacterData_C_GetGearPassiveEffects) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetGearPassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_GetGearPassiveEffects) == 0x000030, "Wrong size on BP_CharacterData_C_GetGearPassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearPassiveEffects, GearInstance) == 0x000000, "Member 'BP_CharacterData_C_GetGearPassiveEffects::GearInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearPassiveEffects, PassiveEffectIDs) == 0x000008, "Member 'BP_CharacterData_C_GetGearPassiveEffects::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearPassiveEffects, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000018, "Member 'BP_CharacterData_C_GetGearPassiveEffects::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearPassiveEffects, CallFunc_CanUseGearPassiveEffects_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_GetGearPassiveEffects::CallFunc_CanUseGearPassiveEffects_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetGearSetManager \ +static_assert(alignof(BP_CharacterData_C_GetGearSetManager) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetGearSetManager"); \ +static_assert(sizeof(BP_CharacterData_C_GetGearSetManager) == 0x000008, "Wrong size on BP_CharacterData_C_GetGearSetManager"); \ +static_assert(offsetof(BP_CharacterData_C_GetGearSetManager, GearSetManager_0) == 0x000000, "Member 'BP_CharacterData_C_GetGearSetManager::GearSetManager_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetHPPercent \ +static_assert(alignof(BP_CharacterData_C_GetHPPercent) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetHPPercent"); \ +static_assert(sizeof(BP_CharacterData_C_GetHPPercent) == 0x000018, "Wrong size on BP_CharacterData_C_GetHPPercent"); \ +static_assert(offsetof(BP_CharacterData_C_GetHPPercent, HPPercent) == 0x000000, "Member 'BP_CharacterData_C_GetHPPercent::HPPercent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetHPPercent, CallFunc_GetMaxHP_MaxHP) == 0x000008, "Member 'BP_CharacterData_C_GetHPPercent::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetHPPercent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_GetHPPercent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetIsExcluded \ +static_assert(alignof(BP_CharacterData_C_GetIsExcluded) == 0x000001, "Wrong alignment on BP_CharacterData_C_GetIsExcluded"); \ +static_assert(sizeof(BP_CharacterData_C_GetIsExcluded) == 0x000001, "Wrong size on BP_CharacterData_C_GetIsExcluded"); \ +static_assert(offsetof(BP_CharacterData_C_GetIsExcluded, Excluded) == 0x000000, "Member 'BP_CharacterData_C_GetIsExcluded::Excluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetItemInSlot \ +static_assert(alignof(BP_CharacterData_C_GetItemInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetItemInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_GetItemInSlot) == 0x000340, "Wrong size on BP_CharacterData_C_GetItemInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_GetItemInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, Value) == 0x000008, "Member 'BP_CharacterData_C_GetItemInSlot::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000138, "Member 'BP_CharacterData_C_GetItemInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000148, "Member 'BP_CharacterData_C_GetItemInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000190, "Member 'BP_CharacterData_C_GetItemInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A0, "Member 'BP_CharacterData_C_GetItemInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, CallFunc_Map_Find_Value) == 0x0001E8, "Member 'BP_CharacterData_C_GetItemInSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, CallFunc_Map_Find_ReturnValue) == 0x000318, "Member 'BP_CharacterData_C_GetItemInSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, K2Node_MakeArray_Array) == 0x000320, "Member 'BP_CharacterData_C_GetItemInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInSlot, CallFunc_Format_ReturnValue) == 0x000330, "Member 'BP_CharacterData_C_GetItemInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetItemInstanceInSlot \ +static_assert(alignof(BP_CharacterData_C_GetItemInstanceInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetItemInstanceInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_GetItemInstanceInSlot) == 0x0000F0, "Wrong size on BP_CharacterData_C_GetItemInstanceInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, ItemInstance) == 0x000008, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000010, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, CallFunc_Map_Find_Value) == 0x000020, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetItemInstanceInSlot, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_CharacterData_C_GetItemInstanceInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetLearntSkills \ +static_assert(alignof(BP_CharacterData_C_GetLearntSkills) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetLearntSkills"); \ +static_assert(sizeof(BP_CharacterData_C_GetLearntSkills) == 0x000050, "Wrong size on BP_CharacterData_C_GetLearntSkills"); \ +static_assert(offsetof(BP_CharacterData_C_GetLearntSkills, LearntSkills_0) == 0x000000, "Member 'BP_CharacterData_C_GetLearntSkills::LearntSkills_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetLuminaDisplayDataFromName \ +static_assert(alignof(BP_CharacterData_C_GetLuminaDisplayDataFromName) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetLuminaDisplayDataFromName"); \ +static_assert(sizeof(BP_CharacterData_C_GetLuminaDisplayDataFromName) == 0x000190, "Wrong size on BP_CharacterData_C_GetLuminaDisplayDataFromName"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, Name_0) == 0x000000, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, PassiveEffectDisplayData) == 0x000008, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::PassiveEffectDisplayData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, Temp_wildcard_Variable) == 0x000070, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x0000B8, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, CallFunc_GetPassiveEffectDefinition_Found) == 0x000100, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, CallFunc_GetPassiveEffectProgression_Progression) == 0x000104, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, Temp_wildcard_Variable_1) == 0x000114, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, CallFunc_GetEffectiveLuminaCost_ReturnValue) == 0x000124, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::CallFunc_GetEffectiveLuminaCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaDisplayDataFromName, K2Node_MakeStruct_S_PassiveEffectDisplayData) == 0x000128, "Member 'BP_CharacterData_C_GetLuminaDisplayDataFromName::K2Node_MakeStruct_S_PassiveEffectDisplayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetLuminaInfoFromName \ +static_assert(alignof(BP_CharacterData_C_GetLuminaInfoFromName) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetLuminaInfoFromName"); \ +static_assert(sizeof(BP_CharacterData_C_GetLuminaInfoFromName) == 0x0000C0, "Wrong size on BP_CharacterData_C_GetLuminaInfoFromName"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, Name_0) == 0x000000, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, Definition) == 0x000008, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::Definition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, Progression) == 0x000050, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, CallFunc_GetPassiveEffectProgression_Progression) == 0x000060, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000070, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetLuminaInfoFromName, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000B8, "Member 'BP_CharacterData_C_GetLuminaInfoFromName::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetManuallyEquippedPassiveEffects \ +static_assert(alignof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetManuallyEquippedPassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects) == 0x000090, "Wrong size on BP_CharacterData_C_GetManuallyEquippedPassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, Array) == 0x000000, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs) == 0x000058, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs) == 0x000068, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs) == 0x000078, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Array_Contains_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetManuallyEquippedPassiveEffects, CallFunc_Not_PreBool_ReturnValue) == 0x000089, "Member 'BP_CharacterData_C_GetManuallyEquippedPassiveEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetMaxAttributePoints \ +static_assert(alignof(BP_CharacterData_C_GetMaxAttributePoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetMaxAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetMaxAttributePoints) == 0x00000C, "Wrong size on BP_CharacterData_C_GetMaxAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxAttributePoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetMaxAttributePoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxAttributePoints, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_GetMaxAttributePoints::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxAttributePoints, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000005, "Member 'BP_CharacterData_C_GetMaxAttributePoints::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxAttributePoints, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BP_CharacterData_C_GetMaxAttributePoints::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxAttributePoints, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_GetMaxAttributePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetMaxHP \ +static_assert(alignof(BP_CharacterData_C_GetMaxHP) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetMaxHP"); \ +static_assert(sizeof(BP_CharacterData_C_GetMaxHP) == 0x000020, "Wrong size on BP_CharacterData_C_GetMaxHP"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxHP, MaxHP) == 0x000000, "Member 'BP_CharacterData_C_GetMaxHP::MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxHP, Temp_byte_Variable) == 0x000008, "Member 'BP_CharacterData_C_GetMaxHP::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxHP, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_CharacterData_C_GetMaxHP::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxHP, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_GetMaxHP::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetMaxLuminaPoints \ +static_assert(alignof(BP_CharacterData_C_GetMaxLuminaPoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetMaxLuminaPoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetMaxLuminaPoints) == 0x000008, "Wrong size on BP_CharacterData_C_GetMaxLuminaPoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxLuminaPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetMaxLuminaPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxLuminaPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_GetMaxLuminaPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetMaxLuminaPointsDetails \ +static_assert(alignof(BP_CharacterData_C_GetMaxLuminaPointsDetails) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetMaxLuminaPointsDetails"); \ +static_assert(sizeof(BP_CharacterData_C_GetMaxLuminaPointsDetails) == 0x000008, "Wrong size on BP_CharacterData_C_GetMaxLuminaPointsDetails"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxLuminaPointsDetails, FromLevel) == 0x000000, "Member 'BP_CharacterData_C_GetMaxLuminaPointsDetails::FromLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetMaxLuminaPointsDetails, FromConsumables) == 0x000004, "Member 'BP_CharacterData_C_GetMaxLuminaPointsDetails::FromConsumables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetOverdriveSources \ +static_assert(alignof(BP_CharacterData_C_GetOverdriveSources) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetOverdriveSources"); \ +static_assert(sizeof(BP_CharacterData_C_GetOverdriveSources) == 0x000010, "Wrong size on BP_CharacterData_C_GetOverdriveSources"); \ +static_assert(offsetof(BP_CharacterData_C_GetOverdriveSources, OverdriveSources) == 0x000000, "Member 'BP_CharacterData_C_GetOverdriveSources::OverdriveSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetPassiveEffectProgression \ +static_assert(alignof(BP_CharacterData_C_GetPassiveEffectProgression) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetPassiveEffectProgression"); \ +static_assert(sizeof(BP_CharacterData_C_GetPassiveEffectProgression) == 0x000030, "Wrong size on BP_CharacterData_C_GetPassiveEffectProgression"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgression, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_GetPassiveEffectProgression::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgression, Progression) == 0x000008, "Member 'BP_CharacterData_C_GetPassiveEffectProgression::Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgression, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_GetPassiveEffectProgression::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgression, CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression) == 0x000020, "Member 'BP_CharacterData_C_GetPassiveEffectProgression::CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetPassiveEffectProgressionFromItem \ +static_assert(alignof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetPassiveEffectProgressionFromItem"); \ +static_assert(sizeof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem) == 0x000188, "Wrong size on BP_CharacterData_C_GetPassiveEffectProgressionFromItem"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, ItemData) == 0x000000, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::ItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, Found) == 0x000130, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, Progression) == 0x000134, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_IsValid_ReturnValue) == 0x000144, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x000148, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_GetUnlockedPassiveEffects_PassiveEffects) == 0x000158, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_GetUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_Array_Get_Item) == 0x00016C, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000174, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_HasPassiveEffectProgressionData_ReturnValue) == 0x000175, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_HasPassiveEffectProgressionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetPassiveEffectProgressionFromItem, CallFunc_GetPassiveEffectProgression_Progression) == 0x000178, "Member 'BP_CharacterData_C_GetPassiveEffectProgressionFromItem::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetSkillGraph \ +static_assert(alignof(BP_CharacterData_C_GetSkillGraph) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetSkillGraph"); \ +static_assert(sizeof(BP_CharacterData_C_GetSkillGraph) == 0x000008, "Wrong size on BP_CharacterData_C_GetSkillGraph"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillGraph, SkillGraph_0) == 0x000000, "Member 'BP_CharacterData_C_GetSkillGraph::SkillGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetSkillState \ +static_assert(alignof(BP_CharacterData_C_GetSkillState) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetSkillState"); \ +static_assert(sizeof(BP_CharacterData_C_GetSkillState) == 0x000018, "Wrong size on BP_CharacterData_C_GetSkillState"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillState, Skill) == 0x000000, "Member 'BP_CharacterData_C_GetSkillState::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillState, NodeState) == 0x000008, "Member 'BP_CharacterData_C_GetSkillState::NodeState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillState, local_unlockCost) == 0x00000C, "Member 'BP_CharacterData_C_GetSkillState::local_unlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillState, CallFunc_GetSkillState_NodeState) == 0x000010, "Member 'BP_CharacterData_C_GetSkillState::CallFunc_GetSkillState_NodeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetSkillTree \ +static_assert(alignof(BP_CharacterData_C_GetSkillTree) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetSkillTree"); \ +static_assert(sizeof(BP_CharacterData_C_GetSkillTree) == 0x000008, "Wrong size on BP_CharacterData_C_GetSkillTree"); \ +static_assert(offsetof(BP_CharacterData_C_GetSkillTree, SkillTree) == 0x000000, "Member 'BP_CharacterData_C_GetSkillTree::SkillTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetSlotForItem \ +static_assert(alignof(BP_CharacterData_C_GetSlotForItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetSlotForItem"); \ +static_assert(sizeof(BP_CharacterData_C_GetSlotForItem) == 0x000058, "Wrong size on BP_CharacterData_C_GetSlotForItem"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, ItemId) == 0x000000, "Member 'BP_CharacterData_C_GetSlotForItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, Found) == 0x000008, "Member 'BP_CharacterData_C_GetSlotForItem::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, Slot) == 0x00000C, "Member 'BP_CharacterData_C_GetSlotForItem::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_CharacterData_C_GetSlotForItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_CharacterData_C_GetSlotForItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00004C, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetSlotForItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000054, "Member 'BP_CharacterData_C_GetSlotForItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetTotalAssignedAttributePoints \ +static_assert(alignof(BP_CharacterData_C_GetTotalAssignedAttributePoints) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetTotalAssignedAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetTotalAssignedAttributePoints) == 0x0000D8, "Wrong size on BP_CharacterData_C_GetTotalAssignedAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, TotalAssignedAttributePoints) == 0x000000, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::TotalAssignedAttributePoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, LocalTotalAssignedAttributePoints) == 0x000004, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::LocalTotalAssignedAttributePoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, K2Node_MakeArray_Array_1) == 0x0000A8, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Map_Find_ReturnValue) == 0x0000CC, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalAssignedAttributePoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BP_CharacterData_C_GetTotalAssignedAttributePoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetTotalSkillPoints \ +static_assert(alignof(BP_CharacterData_C_GetTotalSkillPoints) == 0x000004, "Wrong alignment on BP_CharacterData_C_GetTotalSkillPoints"); \ +static_assert(sizeof(BP_CharacterData_C_GetTotalSkillPoints) == 0x000008, "Wrong size on BP_CharacterData_C_GetTotalSkillPoints"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalSkillPoints, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_GetTotalSkillPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetTotalSkillPoints, CallFunc_GetTotalSkillPoints_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_GetTotalSkillPoints::CallFunc_GetTotalSkillPoints_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetUnlockedSkillSaveData \ +static_assert(alignof(BP_CharacterData_C_GetUnlockedSkillSaveData) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetUnlockedSkillSaveData"); \ +static_assert(sizeof(BP_CharacterData_C_GetUnlockedSkillSaveData) == 0x000020, "Wrong size on BP_CharacterData_C_GetUnlockedSkillSaveData"); \ +static_assert(offsetof(BP_CharacterData_C_GetUnlockedSkillSaveData, UnlockedSkillIDs) == 0x000000, "Member 'BP_CharacterData_C_GetUnlockedSkillSaveData::UnlockedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetUnlockedSkillSaveData, CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs) == 0x000010, "Member 'BP_CharacterData_C_GetUnlockedSkillSaveData::CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetWeaponInstancePower \ +static_assert(alignof(BP_CharacterData_C_GetWeaponInstancePower) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetWeaponInstancePower"); \ +static_assert(sizeof(BP_CharacterData_C_GetWeaponInstancePower) == 0x000430, "Wrong size on BP_CharacterData_C_GetWeaponInstancePower"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, WeaponInstanceData) == 0x000000, "Member 'BP_CharacterData_C_GetWeaponInstancePower::WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, TotalDamage) == 0x000008, "Member 'BP_CharacterData_C_GetWeaponInstancePower::TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, BaseDamage) == 0x00000C, "Member 'BP_CharacterData_C_GetWeaponInstancePower::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, ScalingDamage) == 0x000010, "Member 'BP_CharacterData_C_GetWeaponInstancePower::ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, ScalingDamageByAttribute) == 0x000018, "Member 'BP_CharacterData_C_GetWeaponInstancePower::ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, local_scaling) == 0x000068, "Member 'BP_CharacterData_C_GetWeaponInstancePower::local_scaling' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, local_currentAttributeScalingDamage) == 0x0000B8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::local_currentAttributeScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, local_currentAttribute) == 0x0000BC, "Member 'BP_CharacterData_C_GetWeaponInstancePower::local_currentAttribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, LocalScalingDamage) == 0x0000C0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::LocalScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, LocalScalingDamageByAttribute) == 0x0000C8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::LocalScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeVariable_MakeVariableOutput) == 0x000118, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_GetCurrentStats_CurrentStats) == 0x000168, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_GetCurrentStats_CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0001B8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x0001C0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Conv_NameToText_ReturnValue) == 0x000210, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeStruct_FormatArgumentData) == 0x000220, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeArray_Array) == 0x000268, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Format_ReturnValue) == 0x000278, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, Temp_int_Array_Index_Variable) == 0x000288, "Member 'BP_CharacterData_C_GetWeaponInstancePower::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, Temp_int_Loop_Counter_Variable) == 0x00028C, "Member 'BP_CharacterData_C_GetWeaponInstancePower::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Add_IntInt_ReturnValue) == 0x000290, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, Temp_byte_Variable) == 0x000294, "Member 'BP_CharacterData_C_GetWeaponInstancePower::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_Value) == 0x000298, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_ReturnValue) == 0x0002A0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_Value_1) == 0x0002A4, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_ReturnValue_1) == 0x0002A8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Round_ReturnValue) == 0x0002AC, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0002B0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0002B8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002C0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Keys_Keys) == 0x000308, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000318, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Array_Get_Item) == 0x000320, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeStruct_FormatArgumentData_2) == 0x000328, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_Value_2) == 0x000370, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Map_Find_ReturnValue_2) == 0x000371, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Array_Length_ReturnValue) == 0x000374, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000378, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Less_IntInt_ReturnValue) == 0x000379, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000380, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Conv_StringToText_ReturnValue) == 0x000390, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_GetWeaponScalingPotencyMultiplier_Multiplier) == 0x0003A0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_GetWeaponScalingPotencyMultiplier_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeStruct_FormatArgumentData_3) == 0x0003A8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0003F0, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, K2Node_MakeArray_Array_1) == 0x0003F8, "Member 'BP_CharacterData_C_GetWeaponInstancePower::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Round_ReturnValue_1) == 0x000408, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Format_ReturnValue_1) == 0x000410, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, Temp_byte_Variable_1) == 0x000420, "Member 'BP_CharacterData_C_GetWeaponInstancePower::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Add_IntInt_ReturnValue_1) == 0x000424, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, CallFunc_Add_IntInt_ReturnValue_2) == 0x000428, "Member 'BP_CharacterData_C_GetWeaponInstancePower::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponInstancePower, Temp_byte_Variable_2) == 0x00042C, "Member 'BP_CharacterData_C_GetWeaponInstancePower::Temp_byte_Variable_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_GetWeaponScalingPotencyMultiplier \ +static_assert(alignof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier) == 0x000008, "Wrong alignment on BP_CharacterData_C_GetWeaponScalingPotencyMultiplier"); \ +static_assert(sizeof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier) == 0x000078, "Wrong size on BP_CharacterData_C_GetWeaponScalingPotencyMultiplier"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, ScalingGrade) == 0x000000, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::ScalingGrade' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Attribute) == 0x000001, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Attribute' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Multiplier) == 0x000008, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_byte_Variable) == 0x000010, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable) == 0x000014, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable_1) == 0x000018, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable_2) == 0x00001C, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable_3) == 0x000020, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable_4) == 0x000024, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_real_Variable_5) == 0x000028, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, K2Node_Select_Default) == 0x000038, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, Temp_bool_Variable) == 0x00003C, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000040, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, K2Node_Select_Default_1) == 0x000048, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_Map_Find_ReturnValue) == 0x000054, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_GetWeaponScalingPotencyMultiplier, K2Node_Select_Option_0_ImplicitCast) == 0x000070, "Member 'BP_CharacterData_C_GetWeaponScalingPotencyMultiplier::K2Node_Select_Option_0_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasItemEquipped \ +static_assert(alignof(BP_CharacterData_C_HasItemEquipped) == 0x000008, "Wrong alignment on BP_CharacterData_C_HasItemEquipped"); \ +static_assert(sizeof(BP_CharacterData_C_HasItemEquipped) == 0x000058, "Wrong size on BP_CharacterData_C_HasItemEquipped"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, ItemId) == 0x000000, "Member 'BP_CharacterData_C_HasItemEquipped::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, IsEquipped) == 0x000008, "Member 'BP_CharacterData_C_HasItemEquipped::IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, Slot) == 0x00000C, "Member 'BP_CharacterData_C_HasItemEquipped::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_CharacterData_C_HasItemEquipped::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_CharacterData_C_HasItemEquipped::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00004C, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasItemEquipped, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000054, "Member 'BP_CharacterData_C_HasItemEquipped::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasLearnableSkills \ +static_assert(alignof(BP_CharacterData_C_HasLearnableSkills) == 0x000001, "Wrong alignment on BP_CharacterData_C_HasLearnableSkills"); \ +static_assert(sizeof(BP_CharacterData_C_HasLearnableSkills) == 0x000002, "Wrong size on BP_CharacterData_C_HasLearnableSkills"); \ +static_assert(offsetof(BP_CharacterData_C_HasLearnableSkills, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_HasLearnableSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasLearnableSkills, CallFunc_HasLearnableSkills_ReturnValue) == 0x000001, "Member 'BP_CharacterData_C_HasLearnableSkills::CallFunc_HasLearnableSkills_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasLearntAnyAdjacentSkill \ +static_assert(alignof(BP_CharacterData_C_HasLearntAnyAdjacentSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_HasLearntAnyAdjacentSkill"); \ +static_assert(sizeof(BP_CharacterData_C_HasLearntAnyAdjacentSkill) == 0x000010, "Wrong size on BP_CharacterData_C_HasLearntAnyAdjacentSkill"); \ +static_assert(offsetof(BP_CharacterData_C_HasLearntAnyAdjacentSkill, Skill) == 0x000000, "Member 'BP_CharacterData_C_HasLearntAnyAdjacentSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasLearntAnyAdjacentSkill, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_HasLearntAnyAdjacentSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasLearntAnyAdjacentSkill, CallFunc_HasLearntDependencySkills_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_HasLearntAnyAdjacentSkill::CallFunc_HasLearntDependencySkills_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasMoreSkillsToEquip \ +static_assert(alignof(BP_CharacterData_C_HasMoreSkillsToEquip) == 0x000008, "Wrong alignment on BP_CharacterData_C_HasMoreSkillsToEquip"); \ +static_assert(sizeof(BP_CharacterData_C_HasMoreSkillsToEquip) == 0x000038, "Wrong size on BP_CharacterData_C_HasMoreSkillsToEquip"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_GetMaxSkillsCount_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_GetMaxSkillsCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000008, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_GetUnlockedSkills_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_GetUnlockedSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_Array_Length_ReturnValue_1) == 0x00002C, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasMoreSkillsToEquip, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_CharacterData_C_HasMoreSkillsToEquip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasPassiveEffectProgressionData \ +static_assert(alignof(BP_CharacterData_C_HasPassiveEffectProgressionData) == 0x000004, "Wrong alignment on BP_CharacterData_C_HasPassiveEffectProgressionData"); \ +static_assert(sizeof(BP_CharacterData_C_HasPassiveEffectProgressionData) == 0x000020, "Wrong size on BP_CharacterData_C_HasPassiveEffectProgressionData"); \ +static_assert(offsetof(BP_CharacterData_C_HasPassiveEffectProgressionData, Key) == 0x000000, "Member 'BP_CharacterData_C_HasPassiveEffectProgressionData::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasPassiveEffectProgressionData, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_HasPassiveEffectProgressionData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasPassiveEffectProgressionData, CallFunc_Map_Find_Value) == 0x00000C, "Member 'BP_CharacterData_C_HasPassiveEffectProgressionData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasPassiveEffectProgressionData, CallFunc_Map_Find_ReturnValue) == 0x00001C, "Member 'BP_CharacterData_C_HasPassiveEffectProgressionData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_HasReachedMaximulLevel \ +static_assert(alignof(BP_CharacterData_C_HasReachedMaximulLevel) == 0x000004, "Wrong alignment on BP_CharacterData_C_HasReachedMaximulLevel"); \ +static_assert(sizeof(BP_CharacterData_C_HasReachedMaximulLevel) == 0x00001C, "Wrong size on BP_CharacterData_C_HasReachedMaximulLevel"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, ReturnValue) == 0x000000, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, local_newLevel) == 0x000004, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::local_newLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, local_hasLeveledUp) == 0x000008, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::local_hasLeveledUp' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, local_addedXPInCurrentLevel) == 0x00000C, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::local_addedXPInCurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, local_remainingXPToAdd) == 0x000010, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::local_remainingXPToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, CallFunc_GetMaximumLevel_Level) == 0x000014, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::CallFunc_GetMaximumLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_HasReachedMaximulLevel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_HasReachedMaximulLevel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_InitializeAssignedAttributePoints \ +static_assert(alignof(BP_CharacterData_C_InitializeAssignedAttributePoints) == 0x000008, "Wrong alignment on BP_CharacterData_C_InitializeAssignedAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_InitializeAssignedAttributePoints) == 0x000038, "Wrong size on BP_CharacterData_C_InitializeAssignedAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeAssignedAttributePoints, Temp_int_Variable) == 0x000030, "Member 'BP_CharacterData_C_InitializeAssignedAttributePoints::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_InitializeGearSetManager \ +static_assert(alignof(BP_CharacterData_C_InitializeGearSetManager) == 0x000008, "Wrong alignment on BP_CharacterData_C_InitializeGearSetManager"); \ +static_assert(sizeof(BP_CharacterData_C_InitializeGearSetManager) == 0x0001D0, "Wrong size on BP_CharacterData_C_InitializeGearSetManager"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeGearSetManager, CharacterSaveState) == 0x000000, "Member 'BP_CharacterData_C_InitializeGearSetManager::CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeGearSetManager, CallFunc_IsValid_ReturnValue) == 0x0001C0, "Member 'BP_CharacterData_C_InitializeGearSetManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitializeGearSetManager, CallFunc_SpawnObject_ReturnValue) == 0x0001C8, "Member 'BP_CharacterData_C_InitializeGearSetManager::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_InitLuminaPassiveProgression \ +static_assert(alignof(BP_CharacterData_C_InitLuminaPassiveProgression) == 0x000004, "Wrong alignment on BP_CharacterData_C_InitLuminaPassiveProgression"); \ +static_assert(sizeof(BP_CharacterData_C_InitLuminaPassiveProgression) == 0x00002C, "Wrong size on BP_CharacterData_C_InitLuminaPassiveProgression"); \ +static_assert(offsetof(BP_CharacterData_C_InitLuminaPassiveProgression, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_InitLuminaPassiveProgression::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitLuminaPassiveProgression, K2Node_MakeStruct_FPassiveEffectProgression) == 0x000008, "Member 'BP_CharacterData_C_InitLuminaPassiveProgression::K2Node_MakeStruct_FPassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitLuminaPassiveProgression, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_CharacterData_C_InitLuminaPassiveProgression::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitLuminaPassiveProgression, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_InitLuminaPassiveProgression::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_InitLuminaPassiveProgression, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_CharacterData_C_InitLuminaPassiveProgression::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_IsPassiveEffectUnlocked \ +static_assert(alignof(BP_CharacterData_C_IsPassiveEffectUnlocked) == 0x000004, "Wrong alignment on BP_CharacterData_C_IsPassiveEffectUnlocked"); \ +static_assert(sizeof(BP_CharacterData_C_IsPassiveEffectUnlocked) == 0x000024, "Wrong size on BP_CharacterData_C_IsPassiveEffectUnlocked"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, PassiveEffectName) == 0x000000, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::PassiveEffectName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, IsUnlocked) == 0x000008, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, BecauseLearnt) == 0x000009, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::BecauseLearnt' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, BecauseEquipment) == 0x00000A, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::BecauseEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, local_becauseEquipment) == 0x00000B, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::local_becauseEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, local_becauseLearnt) == 0x00000C, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::local_becauseLearnt' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, local_isAvailable) == 0x00000D, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::local_isAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00000E, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, CallFunc_GetPassiveEffectProgression_Progression) == 0x000010, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect) == 0x000020, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsPassiveEffectUnlocked, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000021, "Member 'BP_CharacterData_C_IsPassiveEffectUnlocked::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_IsSkillUnlocked \ +static_assert(alignof(BP_CharacterData_C_IsSkillUnlocked) == 0x000008, "Wrong alignment on BP_CharacterData_C_IsSkillUnlocked"); \ +static_assert(sizeof(BP_CharacterData_C_IsSkillUnlocked) == 0x000010, "Wrong size on BP_CharacterData_C_IsSkillUnlocked"); \ +static_assert(offsetof(BP_CharacterData_C_IsSkillUnlocked, Skill) == 0x000000, "Member 'BP_CharacterData_C_IsSkillUnlocked::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSkillUnlocked, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_IsSkillUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSkillUnlocked, CallFunc_IsSkillUnlocked_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_IsSkillUnlocked::CallFunc_IsSkillUnlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_IsSlotEmpty \ +static_assert(alignof(BP_CharacterData_C_IsSlotEmpty) == 0x000004, "Wrong alignment on BP_CharacterData_C_IsSlotEmpty"); \ +static_assert(sizeof(BP_CharacterData_C_IsSlotEmpty) == 0x00000C, "Wrong size on BP_CharacterData_C_IsSlotEmpty"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotEmpty, Slot) == 0x000000, "Member 'BP_CharacterData_C_IsSlotEmpty::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotEmpty, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_IsSlotEmpty::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotEmpty, CallFunc_IsSlotUsed_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_IsSlotEmpty::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotEmpty, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_CharacterData_C_IsSlotEmpty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_IsSlotUsed \ +static_assert(alignof(BP_CharacterData_C_IsSlotUsed) == 0x000004, "Wrong alignment on BP_CharacterData_C_IsSlotUsed"); \ +static_assert(sizeof(BP_CharacterData_C_IsSlotUsed) == 0x00000C, "Wrong size on BP_CharacterData_C_IsSlotUsed"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotUsed, Key) == 0x000000, "Member 'BP_CharacterData_C_IsSlotUsed::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotUsed, ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_IsSlotUsed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_IsSlotUsed, CallFunc_Map_Contains_ReturnValue) == 0x000009, "Member 'BP_CharacterData_C_IsSlotUsed::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LearnPassiveEffectShared \ +static_assert(alignof(BP_CharacterData_C_LearnPassiveEffectShared) == 0x000008, "Wrong alignment on BP_CharacterData_C_LearnPassiveEffectShared"); \ +static_assert(sizeof(BP_CharacterData_C_LearnPassiveEffectShared) == 0x000058, "Wrong size on BP_CharacterData_C_LearnPassiveEffectShared"); \ +static_assert(offsetof(BP_CharacterData_C_LearnPassiveEffectShared, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_LearnPassiveEffectShared::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LearnPassiveEffectShared, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000008, "Member 'BP_CharacterData_C_LearnPassiveEffectShared::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LearnPassiveEffectShared, CallFunc_GetPassiveEffectDefinition_Found) == 0x000050, "Member 'BP_CharacterData_C_LearnPassiveEffectShared::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadAssignedAttributePoints \ +static_assert(alignof(BP_CharacterData_C_LoadAssignedAttributePoints) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadAssignedAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_LoadAssignedAttributePoints) == 0x0002B0, "Wrong size on BP_CharacterData_C_LoadAssignedAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, InputPin) == 0x000000, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, local_previousPoints) == 0x000050, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::local_previousPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, local_hasChanged) == 0x0000A0, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::local_hasChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, local_nextAssignedPointsCount) == 0x0000A4, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::local_nextAssignedPointsCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, local_assignedPoints) == 0x0000A8, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::local_assignedPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000C0, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeVariable_MakeVariableOutput) == 0x000118, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, Temp_int_Array_Index_Variable) == 0x000168, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Array_Get_Item) == 0x00016C, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Map_Find_Value) == 0x000170, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Map_Find_ReturnValue) == 0x000174, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Map_Find_Value_1) == 0x000178, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Map_Find_ReturnValue_1) == 0x00017C, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00017D, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000180, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000188, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData_1) == 0x000190, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001D8, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_GetMaxAttributePoints_ReturnValue) == 0x000220, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_GetMaxAttributePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000228, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000230, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeStruct_FormatArgumentData_3) == 0x000238, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Format_ReturnValue) == 0x000290, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Add_IntInt_ReturnValue) == 0x0002A0, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, Temp_int_Loop_Counter_Variable) == 0x0002A4, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Less_IntInt_ReturnValue) == 0x0002A8, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadAssignedAttributePoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002AC, "Member 'BP_CharacterData_C_LoadAssignedAttributePoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadBattleFinalState \ +static_assert(alignof(BP_CharacterData_C_LoadBattleFinalState) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadBattleFinalState"); \ +static_assert(sizeof(BP_CharacterData_C_LoadBattleFinalState) == 0x000020, "Wrong size on BP_CharacterData_C_LoadBattleFinalState"); \ +static_assert(offsetof(BP_CharacterData_C_LoadBattleFinalState, CharacterFinalState) == 0x000000, "Member 'BP_CharacterData_C_LoadBattleFinalState::CharacterFinalState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadBattleFinalState, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_LoadBattleFinalState::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadBattleFinalState, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_LoadBattleFinalState::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadCharacterBaseDataFromID \ +static_assert(alignof(BP_CharacterData_C_LoadCharacterBaseDataFromID) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadCharacterBaseDataFromID"); \ +static_assert(sizeof(BP_CharacterData_C_LoadCharacterBaseDataFromID) == 0x0003C0, "Wrong size on BP_CharacterData_C_LoadCharacterBaseDataFromID"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, HardcodedNameID_0) == 0x000000, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::HardcodedNameID_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000388, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, K2Node_MakeArray_Array) == 0x000390, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, CallFunc_Format_ReturnValue) == 0x0003A0, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataFromID, K2Node_CreateDelegate_OutputDelegate) == 0x0003B0, "Member 'BP_CharacterData_C_LoadCharacterBaseDataFromID::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadCharacterBaseDataLegacy \ +static_assert(alignof(BP_CharacterData_C_LoadCharacterBaseDataLegacy) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadCharacterBaseDataLegacy"); \ +static_assert(sizeof(BP_CharacterData_C_LoadCharacterBaseDataLegacy) == 0x0001C8, "Wrong size on BP_CharacterData_C_LoadCharacterBaseDataLegacy"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataLegacy, Legacy_CharacterSaveData) == 0x000000, "Member 'BP_CharacterData_C_LoadCharacterBaseDataLegacy::Legacy_CharacterSaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterBaseDataLegacy, LegacyOnly_GameInstance) == 0x0001C0, "Member 'BP_CharacterData_C_LoadCharacterBaseDataLegacy::LegacyOnly_GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadCharacterCustomizationFromItemData \ +static_assert(alignof(BP_CharacterData_C_LoadCharacterCustomizationFromItemData) == 0x000001, "Wrong alignment on BP_CharacterData_C_LoadCharacterCustomizationFromItemData"); \ +static_assert(sizeof(BP_CharacterData_C_LoadCharacterCustomizationFromItemData) == 0x000001, "Wrong size on BP_CharacterData_C_LoadCharacterCustomizationFromItemData"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterCustomizationFromItemData, CallFunc_IsValid__CharacterCustomizationItemData__Valid) == 0x000000, "Member 'BP_CharacterData_C_LoadCharacterCustomizationFromItemData::CallFunc_IsValid__CharacterCustomizationItemData__Valid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadCharacterDefinition \ +static_assert(alignof(BP_CharacterData_C_LoadCharacterDefinition) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadCharacterDefinition"); \ +static_assert(sizeof(BP_CharacterData_C_LoadCharacterDefinition) == 0x000388, "Wrong size on BP_CharacterData_C_LoadCharacterDefinition"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, CharacterDefinition_0) == 0x000000, "Member 'BP_CharacterData_C_LoadCharacterDefinition::CharacterDefinition_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, CallFunc_SpawnObject_ReturnValue) == 0x000328, "Member 'BP_CharacterData_C_LoadCharacterDefinition::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000330, "Member 'BP_CharacterData_C_LoadCharacterDefinition::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_AsBP_Data_Asset_Character_Battle_Audio_Profile) == 0x000338, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_AsBP_Data_Asset_Character_Battle_Audio_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_bSuccess) == 0x000340, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000348, "Member 'BP_CharacterData_C_LoadCharacterDefinition::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_AsBP_Data_Asset_Character_Exploration_Audio_Profile) == 0x000350, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_AsBP_Data_Asset_Character_Exploration_Audio_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_bSuccess_1) == 0x000358, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x000360, "Member 'BP_CharacterData_C_LoadCharacterDefinition::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_AsBP_Data_Asset_Skill_Graph) == 0x000368, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_AsBP_Data_Asset_Skill_Graph' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_DynamicCast_bSuccess_2) == 0x000370, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterDefinition, K2Node_CreateDelegate_OutputDelegate) == 0x000374, "Member 'BP_CharacterData_C_LoadCharacterDefinition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_LoadCharacterState \ +static_assert(alignof(BP_CharacterData_C_LoadCharacterState) == 0x000008, "Wrong alignment on BP_CharacterData_C_LoadCharacterState"); \ +static_assert(sizeof(BP_CharacterData_C_LoadCharacterState) == 0x000628, "Wrong size on BP_CharacterData_C_LoadCharacterState"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CharacterState) == 0x000000, "Member 'BP_CharacterData_C_LoadCharacterState::CharacterState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, local_) == 0x0001C0, "Member 'BP_CharacterData_C_LoadCharacterState::local_' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, Temp_int_Array_Index_Variable) == 0x0001C4, "Member 'BP_CharacterData_C_LoadCharacterState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_NameToText_ReturnValue) == 0x0001C8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData) == 0x0001D8, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Map_Keys_Keys) == 0x000220, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Get_Item) == 0x000230, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue) == 0x000238, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_GetLuminaInfoFromName_Definition) == 0x000240, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_GetLuminaInfoFromName_Definition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_GetLuminaInfoFromName_Progression) == 0x000288, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_GetLuminaInfoFromName_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_CanEquipLuminaPassive_ReturnValue) == 0x000298, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_CanEquipLuminaPassive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_CanEquipLuminaPassive_EffectiveCost) == 0x00029C, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_CanEquipLuminaPassive_EffectiveCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x0002A0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_1) == 0x0002A4, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_2) == 0x0002A8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0002B0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_3) == 0x0002B8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002C0, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000308, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeArray_Array) == 0x000310, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000320, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Format_ReturnValue) == 0x000368, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeArray_Array_1) == 0x000378, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Format_ReturnValue_1) == 0x000388, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, Temp_int_Loop_Counter_Variable) == 0x000398, "Member 'BP_CharacterData_C_LoadCharacterState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue) == 0x00039C, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue) == 0x0003A0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, Temp_int_Array_Index_Variable_1) == 0x0003A4, "Member 'BP_CharacterData_C_LoadCharacterState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, Temp_int_Loop_Counter_Variable_1) == 0x0003A8, "Member 'BP_CharacterData_C_LoadCharacterState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Array_Get_Item_1) == 0x0003AC, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_EquipmentSlotToString_Result) == 0x0003B8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Map_Find_Value) == 0x0003C8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue) == 0x0003D0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_3) == 0x0003D8, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000420, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000430, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_4) == 0x000438, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeArray_Array_2) == 0x000480, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000490, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Format_ReturnValue_2) == 0x000498, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_5) == 0x0004A8, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeArray_Array_3) == 0x0004F0, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, Temp_byte_Variable) == 0x000500, "Member 'BP_CharacterData_C_LoadCharacterState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Format_ReturnValue_3) == 0x000508, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000518, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000520, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000528, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_DynamicCast_bSuccess) == 0x000530, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_GetCharacterStats_Stats) == 0x000538, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Map_Find_Value_1) == 0x000588, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue_1) == 0x000590, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_FMin_ReturnValue) == 0x000598, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_GetBattleStartAP_Count_AP_Count) == 0x0005A0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_GetBattleStartAP_Count_AP_Count' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0005A8, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Conv_NameToText_ReturnValue_2) == 0x0005B0, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeStruct_FormatArgumentData_6) == 0x0005C0, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, K2Node_MakeArray_Array_4) == 0x000608, "Member 'BP_CharacterData_C_LoadCharacterState::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_LoadCharacterState, CallFunc_Format_ReturnValue_4) == 0x000618, "Member 'BP_CharacterData_C_LoadCharacterState::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides \ +static_assert(alignof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides) == 0x000008, "Wrong alignment on BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides"); \ +static_assert(sizeof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides) == 0x000180, "Wrong size on BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, EquipmentOverrides) == 0x000000, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::EquipmentOverrides' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, MergedEquipment) == 0x000050, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::MergedEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, local_equipmentInstancePerSlot) == 0x0000A0, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::local_equipmentInstancePerSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, local_EquipmentPerSlot) == 0x0000F0, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::local_EquipmentPerSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, Temp_int_Array_Index_Variable) == 0x000140, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, Temp_int_Loop_Counter_Variable) == 0x000144, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Add_IntInt_ReturnValue) == 0x000148, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Map_Keys_Keys) == 0x000150, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Array_Get_Item) == 0x000160, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Map_Find_Value) == 0x000170, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Map_Find_ReturnValue) == 0x000178, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides, CallFunc_Less_IntInt_ReturnValue) == 0x000179, "Member 'BP_CharacterData_C_MergeCurrentEquipmentInstancesWithOverrides::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_OnNewItemAcquired \ +static_assert(alignof(BP_CharacterData_C_OnNewItemAcquired) == 0x000008, "Wrong alignment on BP_CharacterData_C_OnNewItemAcquired"); \ +static_assert(sizeof(BP_CharacterData_C_OnNewItemAcquired) == 0x000130, "Wrong size on BP_CharacterData_C_OnNewItemAcquired"); \ +static_assert(offsetof(BP_CharacterData_C_OnNewItemAcquired, ItemStaticData) == 0x000000, "Member 'BP_CharacterData_C_OnNewItemAcquired::ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_PreviewStatsWithEquipmentOverrides \ +static_assert(alignof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides) == 0x000008, "Wrong alignment on BP_CharacterData_C_PreviewStatsWithEquipmentOverrides"); \ +static_assert(sizeof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides) == 0x0001E0, "Wrong size on BP_CharacterData_C_PreviewStatsWithEquipmentOverrides"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, EquipmentOverrides) == 0x000000, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::EquipmentOverrides' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, StatsPreview) == 0x000050, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::StatsPreview' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, CallFunc_MergeCurrentEquipmentInstancesWithOverrides_MergedEquipment) == 0x0000A0, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::CallFunc_MergeCurrentEquipmentInstancesWithOverrides_MergedEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, CallFunc_GetBaseStats_CharacterStats) == 0x0000F0, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::CallFunc_GetBaseStats_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, CallFunc_ComputeEquipmentStats_EquipmentStats) == 0x000140, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::CallFunc_ComputeEquipmentStats_EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_PreviewStatsWithEquipmentOverrides, CallFunc_ComputeStatsFromParts_ComputedStats) == 0x000190, "Member 'BP_CharacterData_C_PreviewStatsWithEquipmentOverrides::CallFunc_ComputeStatsFromParts_ComputedStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ProgressEquippedLuminas \ +static_assert(alignof(BP_CharacterData_C_ProgressEquippedLuminas) == 0x000008, "Wrong alignment on BP_CharacterData_C_ProgressEquippedLuminas"); \ +static_assert(sizeof(BP_CharacterData_C_ProgressEquippedLuminas) == 0x0002E0, "Wrong size on BP_CharacterData_C_ProgressEquippedLuminas"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, local_currentPassiveProgression) == 0x000000, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::local_currentPassiveProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, local_passiveEffectsToProgress) == 0x000010, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::local_passiveEffectsToProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Loop_Counter_Variable_2) == 0x000038, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Add_IntInt_ReturnValue_2) == 0x00003C, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Map_Values_Values) == 0x000048, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x000065, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000068, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_GetItemType_Item_Type) == 0x000078, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Get_Item_1) == 0x00007C, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000084, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_GetItemStaticData_ItemStaticData) == 0x000090, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x0001C0, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Conv_NameToText_ReturnValue) == 0x0001D0, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_MakeStruct_FormatArgumentData) == 0x0001E0, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_AddUnique_ReturnValue) == 0x000228, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_MakeArray_Array) == 0x000230, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Format_ReturnValue) == 0x000240, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Get_Item_2) == 0x000250, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000258, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_MakeStruct_FormatArgumentData_1) == 0x000268, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Array_Length_ReturnValue_2) == 0x0002B0, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, K2Node_MakeArray_Array_1) == 0x0002B8, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002C8, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressEquippedLuminas, CallFunc_Format_ReturnValue_1) == 0x0002D0, "Member 'BP_CharacterData_C_ProgressEquippedLuminas::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ProgressPassiveEffectShared \ +static_assert(alignof(BP_CharacterData_C_ProgressPassiveEffectShared) == 0x000004, "Wrong alignment on BP_CharacterData_C_ProgressPassiveEffectShared"); \ +static_assert(sizeof(BP_CharacterData_C_ProgressPassiveEffectShared) == 0x00002C, "Wrong size on BP_CharacterData_C_ProgressPassiveEffectShared"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressPassiveEffectShared, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_ProgressPassiveEffectShared::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressPassiveEffectShared, local_currentPassiveProgression) == 0x000008, "Member 'BP_CharacterData_C_ProgressPassiveEffectShared::local_currentPassiveProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressPassiveEffectShared, CallFunc_GetPassiveEffectProgression_Progression) == 0x000018, "Member 'BP_CharacterData_C_ProgressPassiveEffectShared::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ProgressPassiveEffectShared, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_ProgressPassiveEffectShared::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ReceiveExplorationDamage \ +static_assert(alignof(BP_CharacterData_C_ReceiveExplorationDamage) == 0x000008, "Wrong alignment on BP_CharacterData_C_ReceiveExplorationDamage"); \ +static_assert(sizeof(BP_CharacterData_C_ReceiveExplorationDamage) == 0x0000E0, "Wrong size on BP_CharacterData_C_ReceiveExplorationDamage"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, Amount) == 0x000000, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_Max_ReturnValue) == 0x000004, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000060, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamage, CallFunc_FMax_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_ReceiveExplorationDamage::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ReceiveExplorationDamagePercent \ +static_assert(alignof(BP_CharacterData_C_ReceiveExplorationDamagePercent) == 0x000008, "Wrong alignment on BP_CharacterData_C_ReceiveExplorationDamagePercent"); \ +static_assert(sizeof(BP_CharacterData_C_ReceiveExplorationDamagePercent) == 0x000038, "Wrong size on BP_CharacterData_C_ReceiveExplorationDamagePercent"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, Percent) == 0x000000, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::Percent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_GetMaxHP_MaxHP) == 0x000008, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReceiveExplorationDamagePercent, CallFunc_FCeil_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_ReceiveExplorationDamagePercent::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_RefreshUsedLuminaPointsInternal \ +static_assert(alignof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal) == 0x000008, "Wrong alignment on BP_CharacterData_C_RefreshUsedLuminaPointsInternal"); \ +static_assert(sizeof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal) == 0x0001E8, "Wrong size on BP_CharacterData_C_RefreshUsedLuminaPointsInternal"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00000C, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00000D, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeArray_Array_1) == 0x0000C0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Format_ReturnValue_1) == 0x0000E0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Array_Get_Item) == 0x0000F4, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Conv_NameToText_ReturnValue) == 0x000100, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000158, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_GetPassiveEffectDefinition_Found) == 0x0001A0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, K2Node_MakeArray_Array_2) == 0x0001A8, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_GetPassiveEffectProgression_Progression) == 0x0001B8, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Format_ReturnValue_2) == 0x0001C8, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_CanEquipLuminaPassive_ReturnValue) == 0x0001D8, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_CanEquipLuminaPassive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_CanEquipLuminaPassive_EffectiveCost) == 0x0001DC, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_CanEquipLuminaPassive_EffectiveCost' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_RefreshUsedLuminaPointsInternal, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001E0, "Member 'BP_CharacterData_C_RefreshUsedLuminaPointsInternal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ReplaceItemInSlot \ +static_assert(alignof(BP_CharacterData_C_ReplaceItemInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_ReplaceItemInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_ReplaceItemInSlot) == 0x000210, "Wrong size on BP_CharacterData_C_ReplaceItemInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_ReplaceItemInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, Item) == 0x000008, "Member 'BP_CharacterData_C_ReplaceItemInSlot::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000138, "Member 'BP_CharacterData_C_ReplaceItemInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000148, "Member 'BP_CharacterData_C_ReplaceItemInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'BP_CharacterData_C_ReplaceItemInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A0, "Member 'BP_CharacterData_C_ReplaceItemInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, K2Node_MakeArray_Array) == 0x0001E8, "Member 'BP_CharacterData_C_ReplaceItemInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, CallFunc_IsSlotUsed_ReturnValue) == 0x0001F8, "Member 'BP_CharacterData_C_ReplaceItemInSlot::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInSlot, CallFunc_Format_ReturnValue) == 0x000200, "Member 'BP_CharacterData_C_ReplaceItemInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ReplaceItemInstanceInSlot \ +static_assert(alignof(BP_CharacterData_C_ReplaceItemInstanceInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_ReplaceItemInstanceInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_ReplaceItemInstanceInSlot) == 0x0000F0, "Wrong size on BP_CharacterData_C_ReplaceItemInstanceInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, Item) == 0x000008, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000070, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, CallFunc_IsSlotUsed_ReturnValue) == 0x000080, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_ReplaceItemInstanceInSlot, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_CharacterData_C_ReplaceItemInstanceInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_ResetAssignedAttributePoints \ +static_assert(alignof(BP_CharacterData_C_ResetAssignedAttributePoints) == 0x000008, "Wrong alignment on BP_CharacterData_C_ResetAssignedAttributePoints"); \ +static_assert(sizeof(BP_CharacterData_C_ResetAssignedAttributePoints) == 0x000050, "Wrong size on BP_CharacterData_C_ResetAssignedAttributePoints"); \ +static_assert(offsetof(BP_CharacterData_C_ResetAssignedAttributePoints, K2Node_MakeMap_Map) == 0x000000, "Member 'BP_CharacterData_C_ResetAssignedAttributePoints::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SaveCharacterState \ +static_assert(alignof(BP_CharacterData_C_SaveCharacterState) == 0x000008, "Wrong alignment on BP_CharacterData_C_SaveCharacterState"); \ +static_assert(sizeof(BP_CharacterData_C_SaveCharacterState) == 0x000690, "Wrong size on BP_CharacterData_C_SaveCharacterState"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, OutState) == 0x000000, "Member 'BP_CharacterData_C_SaveCharacterState::OutState' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, StructOut) == 0x0001C0, "Member 'BP_CharacterData_C_SaveCharacterState::StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData) == 0x000380, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeMap_Map) == 0x0003C8, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_GetIsExcluded_Excluded) == 0x000418, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs) == 0x000420, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs) == 0x000430, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_GetEquipmentSaveData_local_equipmentPerSlotSave1) == 0x000440, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_GetEquipmentSaveData_local_equipmentPerSlotSave1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Map_Length_ReturnValue) == 0x000490, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000498, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0004E0, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_2) == 0x0004E8, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_3) == 0x000530, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000578, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000580, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_4) == 0x000588, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_5) == 0x0005D0, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Array_Length_ReturnValue) == 0x000618, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000620, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeStruct_FormatArgumentData_6) == 0x000628, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, K2Node_MakeArray_Array) == 0x000670, "Member 'BP_CharacterData_C_SaveCharacterState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SaveCharacterState, CallFunc_Format_ReturnValue) == 0x000680, "Member 'BP_CharacterData_C_SaveCharacterState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetCharacterCustomizationItemData \ +static_assert(alignof(BP_CharacterData_C_SetCharacterCustomizationItemData) == 0x000004, "Wrong alignment on BP_CharacterData_C_SetCharacterCustomizationItemData"); \ +static_assert(sizeof(BP_CharacterData_C_SetCharacterCustomizationItemData) == 0x000014, "Wrong size on BP_CharacterData_C_SetCharacterCustomizationItemData"); \ +static_assert(offsetof(BP_CharacterData_C_SetCharacterCustomizationItemData, CharacterCustomizationItemData_0) == 0x000000, "Member 'BP_CharacterData_C_SetCharacterCustomizationItemData::CharacterCustomizationItemData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetCharacterCustomizationItemData, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_SetCharacterCustomizationItemData::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetCharacterCustomizationItemData, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000011, "Member 'BP_CharacterData_C_SetCharacterCustomizationItemData::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetEquippedSkillOverrides \ +static_assert(alignof(BP_CharacterData_C_SetEquippedSkillOverrides) == 0x000008, "Wrong alignment on BP_CharacterData_C_SetEquippedSkillOverrides"); \ +static_assert(sizeof(BP_CharacterData_C_SetEquippedSkillOverrides) == 0x000010, "Wrong size on BP_CharacterData_C_SetEquippedSkillOverrides"); \ +static_assert(offsetof(BP_CharacterData_C_SetEquippedSkillOverrides, EquippedSkills_0) == 0x000000, "Member 'BP_CharacterData_C_SetEquippedSkillOverrides::EquippedSkills_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetIsExcluded \ +static_assert(alignof(BP_CharacterData_C_SetIsExcluded) == 0x000001, "Wrong alignment on BP_CharacterData_C_SetIsExcluded"); \ +static_assert(sizeof(BP_CharacterData_C_SetIsExcluded) == 0x000001, "Wrong size on BP_CharacterData_C_SetIsExcluded"); \ +static_assert(offsetof(BP_CharacterData_C_SetIsExcluded, Excluded) == 0x000000, "Member 'BP_CharacterData_C_SetIsExcluded::Excluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetLevel \ +static_assert(alignof(BP_CharacterData_C_SetLevel) == 0x000008, "Wrong alignment on BP_CharacterData_C_SetLevel"); \ +static_assert(sizeof(BP_CharacterData_C_SetLevel) == 0x000040, "Wrong size on BP_CharacterData_C_SetLevel"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, NewLevel) == 0x000000, "Member 'BP_CharacterData_C_SetLevel::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, local_OldLevel) == 0x000004, "Member 'BP_CharacterData_C_SetLevel::local_OldLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_SetLevel::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_GetCharacterEnum_FromID_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_SetLevel::CallFunc_GetCharacterEnum_FromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_GetCustomGI_ReturnValue_1) == 0x000018, "Member 'BP_CharacterData_C_SetLevel::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_SetLevel::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_GetCustomGI_ReturnValue_2) == 0x000028, "Member 'BP_CharacterData_C_SetLevel::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterData_C_SetLevel::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'BP_CharacterData_C_SetLevel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetLevel, CallFunc_Multiply_IntInt_ReturnValue) == 0x000038, "Member 'BP_CharacterData_C_SetLevel::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetManuallyEquippedPassiveEffects \ +static_assert(alignof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects) == 0x000008, "Wrong alignment on BP_CharacterData_C_SetManuallyEquippedPassiveEffects"); \ +static_assert(sizeof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects) == 0x000040, "Wrong size on BP_CharacterData_C_SetManuallyEquippedPassiveEffects"); \ +static_assert(offsetof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects, Array) == 0x000000, "Member 'BP_CharacterData_C_SetManuallyEquippedPassiveEffects::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs) == 0x000010, "Member 'BP_CharacterData_C_SetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs) == 0x000020, "Member 'BP_CharacterData_C_SetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetManuallyEquippedPassiveEffects, CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs) == 0x000030, "Member 'BP_CharacterData_C_SetManuallyEquippedPassiveEffects::CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetPassiveEffectSharedProgression \ +static_assert(alignof(BP_CharacterData_C_SetPassiveEffectSharedProgression) == 0x000008, "Wrong alignment on BP_CharacterData_C_SetPassiveEffectSharedProgression"); \ +static_assert(sizeof(BP_CharacterData_C_SetPassiveEffectSharedProgression) == 0x0000A8, "Wrong size on BP_CharacterData_C_SetPassiveEffectSharedProgression"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, PassiveEffectID) == 0x000000, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, LearntSteps) == 0x000008, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::LearntSteps' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, local_Progression) == 0x00000C, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::local_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000020, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_GetPassiveEffectDefinition_Found) == 0x000068, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_GetPassiveEffectProgression_Progression) == 0x00006C, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_GetPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, K2Node_SetFieldsInStruct_StructOut) == 0x00007C, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_GetBoolCVar_ReturnValue) == 0x00008C, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_GetCustomGI_ReturnValue) == 0x000090, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_SetPassiveEffectSharedProgression, CallFunc_UpdateSharedPassiveEffectProgression_UpdatedProgression) == 0x000098, "Member 'BP_CharacterData_C_SetPassiveEffectSharedProgression::CallFunc_UpdateSharedPassiveEffectProgression_UpdatedProgression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_SetShouldDispatchModifications \ +static_assert(alignof(BP_CharacterData_C_SetShouldDispatchModifications) == 0x000001, "Wrong alignment on BP_CharacterData_C_SetShouldDispatchModifications"); \ +static_assert(sizeof(BP_CharacterData_C_SetShouldDispatchModifications) == 0x000001, "Wrong size on BP_CharacterData_C_SetShouldDispatchModifications"); \ +static_assert(offsetof(BP_CharacterData_C_SetShouldDispatchModifications, ShouldDispatchModifications_0) == 0x000000, "Member 'BP_CharacterData_C_SetShouldDispatchModifications::ShouldDispatchModifications_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_TryEquipLuminaPassive \ +static_assert(alignof(BP_CharacterData_C_TryEquipLuminaPassive) == 0x000008, "Wrong alignment on BP_CharacterData_C_TryEquipLuminaPassive"); \ +static_assert(sizeof(BP_CharacterData_C_TryEquipLuminaPassive) == 0x000070, "Wrong size on BP_CharacterData_C_TryEquipLuminaPassive"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, Name_0) == 0x000000, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, Successful) == 0x000008, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::Successful' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, CallFunc_GetLuminaInfoFromName_Definition) == 0x000010, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::CallFunc_GetLuminaInfoFromName_Definition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, CallFunc_GetLuminaInfoFromName_Progression) == 0x000058, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::CallFunc_GetLuminaInfoFromName_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, CallFunc_GetEffectiveLuminaCost_ReturnValue) == 0x000068, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::CallFunc_GetEffectiveLuminaCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryEquipLuminaPassive, CallFunc_CanAffordLuminaCost_ReturnValue) == 0x00006C, "Member 'BP_CharacterData_C_TryEquipLuminaPassive::CallFunc_CanAffordLuminaCost_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_TryUnlockSkill \ +static_assert(alignof(BP_CharacterData_C_TryUnlockSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_TryUnlockSkill"); \ +static_assert(sizeof(BP_CharacterData_C_TryUnlockSkill) == 0x000040, "Wrong size on BP_CharacterData_C_TryUnlockSkill"); \ +static_assert(offsetof(BP_CharacterData_C_TryUnlockSkill, Skill) == 0x000000, "Member 'BP_CharacterData_C_TryUnlockSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryUnlockSkill, Success) == 0x000008, "Member 'BP_CharacterData_C_TryUnlockSkill::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryUnlockSkill, local_unlockCondition) == 0x000010, "Member 'BP_CharacterData_C_TryUnlockSkill::local_unlockCondition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_TryUnlockSkill, CallFunc_TryUnlockSkill_Success) == 0x000038, "Member 'BP_CharacterData_C_TryUnlockSkill::CallFunc_TryUnlockSkill_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipItem \ +static_assert(alignof(BP_CharacterData_C_UnequipItem) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipItem"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipItem) == 0x000140, "Wrong size on BP_CharacterData_C_UnequipItem"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItem, Item) == 0x000000, "Member 'BP_CharacterData_C_UnequipItem::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItem, CallFunc_GetSlotForItem_Found) == 0x000130, "Member 'BP_CharacterData_C_UnequipItem::CallFunc_GetSlotForItem_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItem, CallFunc_GetSlotForItem_Slot) == 0x000134, "Member 'BP_CharacterData_C_UnequipItem::CallFunc_GetSlotForItem_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipItemFromInstance \ +static_assert(alignof(BP_CharacterData_C_UnequipItemFromInstance) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipItemFromInstance"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipItemFromInstance) == 0x000020, "Wrong size on BP_CharacterData_C_UnequipItemFromInstance"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemFromInstance, GearInstance) == 0x000000, "Member 'BP_CharacterData_C_UnequipItemFromInstance::GearInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemFromInstance, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000008, "Member 'BP_CharacterData_C_UnequipItemFromInstance::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemFromInstance, CallFunc_GetSlotForItem_Found) == 0x000010, "Member 'BP_CharacterData_C_UnequipItemFromInstance::CallFunc_GetSlotForItem_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemFromInstance, CallFunc_GetSlotForItem_Slot) == 0x000014, "Member 'BP_CharacterData_C_UnequipItemFromInstance::CallFunc_GetSlotForItem_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipItemInSlot \ +static_assert(alignof(BP_CharacterData_C_UnequipItemInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipItemInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipItemInSlot) == 0x0002A8, "Wrong size on BP_CharacterData_C_UnequipItemInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_UnequipItemInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, local_unequipedItemID) == 0x000008, "Member 'BP_CharacterData_C_UnequipItemInSlot::local_unequipedItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterData_C_UnequipItemInSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000018, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterData_C_UnequipItemInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_CharacterData_C_UnequipItemInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_IsSlotUsed_ReturnValue) == 0x000098, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_EquipmentSlotToString_Result_1) == 0x0000A0, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_EquipmentSlotToString_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_CharacterData_C_UnequipItemInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'BP_CharacterData_C_UnequipItemInSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, K2Node_MakeArray_Array_1) == 0x000100, "Member 'BP_CharacterData_C_UnequipItemInSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000120, "Member 'BP_CharacterData_C_UnequipItemInSlot::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, Temp_wildcard_Temp_buffer_array_Variable) == 0x000130, "Member 'BP_CharacterData_C_UnequipItemInSlot::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Map_Find_Value) == 0x000140, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Map_Find_ReturnValue) == 0x000270, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_GetPictosUnlockedPassiveEffects_PassiveEffects) == 0x000278, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_GetPictosUnlockedPassiveEffects_PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Array_Get_Item) == 0x000288, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Map_Remove_ReturnValue) == 0x000290, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Array_Add_ReturnValue) == 0x000294, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect) == 0x000298, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Array_Length_ReturnValue) == 0x00029C, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Not_PreBool_ReturnValue) == 0x0002A0, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInSlot, CallFunc_Less_IntInt_ReturnValue) == 0x0002A1, "Member 'BP_CharacterData_C_UnequipItemInSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipItemInstanceInSlot \ +static_assert(alignof(BP_CharacterData_C_UnequipItemInstanceInSlot) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipItemInstanceInSlot"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipItemInstanceInSlot) == 0x000180, "Wrong size on BP_CharacterData_C_UnequipItemInstanceInSlot"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, Slot) == 0x000000, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, local_unequipedItem) == 0x000008, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::local_unequipedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, local_unequipedItemID) == 0x000010, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::local_unequipedItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_EquipmentSlotToString_Result) == 0x000028, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_EquipmentSlotToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_IsSlotUsed_ReturnValue) == 0x000090, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_EquipmentSlotToString_Result_1) == 0x0000A8, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_EquipmentSlotToString_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, K2Node_MakeArray_Array_1) == 0x000110, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Format_ReturnValue_1) == 0x000120, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, Temp_int_Array_Index_Variable) == 0x000130, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_GetGearPassiveEffects_PassiveEffectIDs) == 0x000138, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_GetGearPassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Array_Get_Item) == 0x000148, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect) == 0x000154, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000155, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000156, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Map_Remove_ReturnValue) == 0x000157, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Map_Find_Value) == 0x000158, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, Temp_wildcard_Temp_buffer_array_Variable) == 0x000168, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipItemInstanceInSlot, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'BP_CharacterData_C_UnequipItemInstanceInSlot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipLuminaPassive \ +static_assert(alignof(BP_CharacterData_C_UnequipLuminaPassive) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipLuminaPassive"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipLuminaPassive) == 0x000018, "Wrong size on BP_CharacterData_C_UnequipLuminaPassive"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassive, Name_0) == 0x000000, "Member 'BP_CharacterData_C_UnequipLuminaPassive::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassive, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_CharacterData_C_UnequipLuminaPassive::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipLuminaPassiveList \ +static_assert(alignof(BP_CharacterData_C_UnequipLuminaPassiveList) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipLuminaPassiveList"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipLuminaPassiveList) == 0x000018, "Wrong size on BP_CharacterData_C_UnequipLuminaPassiveList"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveList, PassiveIDs) == 0x000000, "Member 'BP_CharacterData_C_UnequipLuminaPassiveList::PassiveIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveList, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000010, "Member 'BP_CharacterData_C_UnequipLuminaPassiveList::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipLuminaPassiveListInternal \ +static_assert(alignof(BP_CharacterData_C_UnequipLuminaPassiveListInternal) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipLuminaPassiveListInternal"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipLuminaPassiveListInternal) == 0x0000B0, "Wrong size on BP_CharacterData_C_UnequipLuminaPassiveListInternal"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, PassiveIDs) == 0x000000, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::PassiveIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Conv_NameToText_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipLuminaPassiveListInternal, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000AC, "Member 'BP_CharacterData_C_UnequipLuminaPassiveListInternal::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UnequipSkill \ +static_assert(alignof(BP_CharacterData_C_UnequipSkill) == 0x000008, "Wrong alignment on BP_CharacterData_C_UnequipSkill"); \ +static_assert(sizeof(BP_CharacterData_C_UnequipSkill) == 0x000008, "Wrong size on BP_CharacterData_C_UnequipSkill"); \ +static_assert(offsetof(BP_CharacterData_C_UnequipSkill, SkillID) == 0x000000, "Member 'BP_CharacterData_C_UnequipSkill::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_Update_Attribute_Stats \ +static_assert(alignof(BP_CharacterData_C_Update_Attribute_Stats) == 0x000008, "Wrong alignment on BP_CharacterData_C_Update_Attribute_Stats"); \ +static_assert(sizeof(BP_CharacterData_C_Update_Attribute_Stats) == 0x000138, "Wrong size on BP_CharacterData_C_Update_Attribute_Stats"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_real_Variable) == 0x000008, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_CanUpdateInternals_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_CanUpdateInternals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Loop_Counter_Variable_2) == 0x000028, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_CharacterData_C_Update_Attribute_Stats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Add_IntInt_ReturnValue_2) == 0x000044, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, Temp_int_Array_Index_Variable_2) == 0x00004C, "Member 'BP_CharacterData_C_Update_Attribute_Stats::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, K2Node_MakeArray_Array_1) == 0x000050, "Member 'BP_CharacterData_C_Update_Attribute_Stats::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Get_Item_1) == 0x000061, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_Value) == 0x000064, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_Value_1) == 0x000070, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_ReturnValue_1) == 0x000078, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000080, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000E8, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Keys_Keys) == 0x0000F0, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Get_Item_2) == 0x000100, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_Value_2) == 0x000108, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_ReturnValue_2) == 0x000110, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_Value_3) == 0x000118, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Map_Find_ReturnValue_3) == 0x000120, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000128, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_Update_Attribute_Stats, CallFunc_Less_IntInt_ReturnValue_2) == 0x000130, "Member 'BP_CharacterData_C_Update_Attribute_Stats::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UpdateEquipmentStats \ +static_assert(alignof(BP_CharacterData_C_UpdateEquipmentStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_UpdateEquipmentStats"); \ +static_assert(sizeof(BP_CharacterData_C_UpdateEquipmentStats) == 0x0000A8, "Wrong size on BP_CharacterData_C_UpdateEquipmentStats"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateEquipmentStats, local_EquipmentBonus) == 0x000000, "Member 'BP_CharacterData_C_UpdateEquipmentStats::local_EquipmentBonus' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateEquipmentStats, CallFunc_CanUpdateInternals_ReturnValue) == 0x000050, "Member 'BP_CharacterData_C_UpdateEquipmentStats::CallFunc_CanUpdateInternals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateEquipmentStats, CallFunc_ComputeEquipmentStats_EquipmentStats) == 0x000058, "Member 'BP_CharacterData_C_UpdateEquipmentStats::CallFunc_ComputeEquipmentStats_EquipmentStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UpdateLevelingStats \ +static_assert(alignof(BP_CharacterData_C_UpdateLevelingStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_UpdateLevelingStats"); \ +static_assert(sizeof(BP_CharacterData_C_UpdateLevelingStats) == 0x000150, "Wrong size on BP_CharacterData_C_UpdateLevelingStats"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, local_levelToFetch) == 0x000000, "Member 'BP_CharacterData_C_UpdateLevelingStats::local_levelToFetch' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000008, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_Array_LastIndex_ReturnValue) == 0x000018, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterData_C_UpdateLevelingStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000078, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_CharacterData_C_UpdateLevelingStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_CharacterData_C_UpdateLevelingStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_CanUpdateInternals_ReturnValue) == 0x0000E8, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_CanUpdateInternals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000F0, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLevelingStats, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000148, "Member 'BP_CharacterData_C_UpdateLevelingStats::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UpdateLuminaSystem \ +static_assert(alignof(BP_CharacterData_C_UpdateLuminaSystem) == 0x000008, "Wrong alignment on BP_CharacterData_C_UpdateLuminaSystem"); \ +static_assert(sizeof(BP_CharacterData_C_UpdateLuminaSystem) == 0x000270, "Wrong size on BP_CharacterData_C_UpdateLuminaSystem"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, local_sortedEquipment) == 0x000000, "Member 'BP_CharacterData_C_UpdateLuminaSystem::local_sortedEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, local_equipmentPassiveEffects) == 0x000010, "Member 'BP_CharacterData_C_UpdateLuminaSystem::local_equipmentPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, local_manuallyEquippedPassiveEffects) == 0x000020, "Member 'BP_CharacterData_C_UpdateLuminaSystem::local_manuallyEquippedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, local_remainingLuminaPoints) == 0x000030, "Member 'BP_CharacterData_C_UpdateLuminaSystem::local_remainingLuminaPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, local_passiveEffectsToUnequip) == 0x000038, "Member 'BP_CharacterData_C_UpdateLuminaSystem::local_passiveEffectsToUnequip' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Array_Index_Variable_2) == 0x000060, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_CanUpdateInternals_ReturnValue) == 0x000064, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_CanUpdateInternals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_GetLuminaInfoFromName_Definition) == 0x000088, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_GetLuminaInfoFromName_Definition' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_GetLuminaInfoFromName_Progression) == 0x0000D0, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_GetLuminaInfoFromName_Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'BP_CharacterData_C_UpdateLuminaSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_GetEffectiveLuminaCost_ReturnValue) == 0x000128, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_GetEffectiveLuminaCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000130, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, K2Node_MakeStruct_FormatArgumentData_1) == 0x000138, "Member 'BP_CharacterData_C_UpdateLuminaSystem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000180, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, K2Node_MakeArray_Array) == 0x000188, "Member 'BP_CharacterData_C_UpdateLuminaSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Format_ReturnValue) == 0x000198, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_GetMaxLuminaPoints_ReturnValue) == 0x0001A8, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_GetMaxLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001AC, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Add_ReturnValue) == 0x0001B0, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, Temp_int_Loop_Counter_Variable_2) == 0x0001B4, "Member 'BP_CharacterData_C_UpdateLuminaSystem::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Get_Item_1) == 0x0001B8, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Length_ReturnValue_1) == 0x0001C0, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001C8, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Less_IntInt_ReturnValue) == 0x0001D8, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001E0, "Member 'BP_CharacterData_C_UpdateLuminaSystem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, K2Node_MakeArray_Array_1) == 0x000228, "Member 'BP_CharacterData_C_UpdateLuminaSystem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Less_IntInt_ReturnValue_1) == 0x000248, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Add_IntInt_ReturnValue_2) == 0x00024C, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Length_ReturnValue_2) == 0x000250, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Get_Item_2) == 0x000254, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Less_IntInt_ReturnValue_2) == 0x00025C, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Add_ReturnValue_1) == 0x000260, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Add_ReturnValue_2) == 0x000264, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Array_Add_ReturnValue_3) == 0x000268, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_IsPassiveEffectUnlocked_IsUnlocked) == 0x00026C, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_IsPassiveEffectUnlocked_IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_IsPassiveEffectUnlocked_BecauseLearnt) == 0x00026D, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_IsPassiveEffectUnlocked_BecauseLearnt' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_IsPassiveEffectUnlocked_BecauseEquipment) == 0x00026E, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_IsPassiveEffectUnlocked_BecauseEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateLuminaSystem, CallFunc_Not_PreBool_ReturnValue) == 0x00026F, "Member 'BP_CharacterData_C_UpdateLuminaSystem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UpdatePassiveEffectProgression \ +static_assert(alignof(BP_CharacterData_C_UpdatePassiveEffectProgression) == 0x000008, "Wrong alignment on BP_CharacterData_C_UpdatePassiveEffectProgression"); \ +static_assert(sizeof(BP_CharacterData_C_UpdatePassiveEffectProgression) == 0x000080, "Wrong size on BP_CharacterData_C_UpdatePassiveEffectProgression"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, DirtyProgression) == 0x000000, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::DirtyProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, UpdatedProgression) == 0x000010, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::UpdatedProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000020, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, CallFunc_GetPassiveEffectDefinition_Found) == 0x000068, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000069, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdatePassiveEffectProgression, K2Node_SetFieldsInStruct_StructOut) == 0x00006C, "Member 'BP_CharacterData_C_UpdatePassiveEffectProgression::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterData_C_UpdateStats \ +static_assert(alignof(BP_CharacterData_C_UpdateStats) == 0x000008, "Wrong alignment on BP_CharacterData_C_UpdateStats"); \ +static_assert(sizeof(BP_CharacterData_C_UpdateStats) == 0x000148, "Wrong size on BP_CharacterData_C_UpdateStats"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, local_currentHP_Percentage) == 0x000000, "Member 'BP_CharacterData_C_UpdateStats::local_currentHP_Percentage' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, local_ComputedStats) == 0x000008, "Member 'BP_CharacterData_C_UpdateStats::local_ComputedStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_CanUpdateInternals_ReturnValue) == 0x000058, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_CanUpdateInternals_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, Temp_bool_Variable) == 0x000059, "Member 'BP_CharacterData_C_UpdateStats::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_GetHPPercent_HPPercent) == 0x000060, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_GetHPPercent_HPPercent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_GetBattleStartAP_Count_AP_Count) == 0x00006C, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_GetBattleStartAP_Count_AP_Count' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_GetMaxHP_MaxHP) == 0x000070, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000078, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_FMax_ReturnValue) == 0x000088, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_GetBaseStats_CharacterStats) == 0x000090, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_GetBaseStats_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, K2Node_Select_Default) == 0x0000E0, "Member 'BP_CharacterData_C_UpdateStats::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_Round_ReturnValue) == 0x0000E8, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000F0, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterData_C_UpdateStats, CallFunc_ComputeStatsFromParts_ComputedStats) == 0x0000F8, "Member 'BP_CharacterData_C_UpdateStats::CallFunc_ComputeStatsFromParts_ComputedStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterData_C \ +static_assert(alignof(UBP_CharacterData_C) == 0x000008, "Wrong alignment on UBP_CharacterData_C"); \ +static_assert(sizeof(UBP_CharacterData_C) == 0x0008C8, "Wrong size on UBP_CharacterData_C"); \ +static_assert(offsetof(UBP_CharacterData_C, UberGraphFrame) == 0x000028, "Member 'UBP_CharacterData_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, HardcodedNameID) == 0x000030, "Member 'UBP_CharacterData_C::HardcodedNameID' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, EquipmentPerSlot) == 0x000038, "Member 'UBP_CharacterData_C::EquipmentPerSlot' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, BaseStats) == 0x000088, "Member 'UBP_CharacterData_C::BaseStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LevelingStats) == 0x0000D8, "Member 'UBP_CharacterData_C::LevelingStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, EquipmentStats) == 0x000128, "Member 'UBP_CharacterData_C::EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, AttributeStats) == 0x000178, "Member 'UBP_CharacterData_C::AttributeStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, ComputedStats) == 0x0001C8, "Member 'UBP_CharacterData_C::ComputedStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentLevel) == 0x000218, "Member 'UBP_CharacterData_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentExperienceInLevel) == 0x00021C, "Member 'UBP_CharacterData_C::CurrentExperienceInLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, MaxActionPoints) == 0x000220, "Member 'UBP_CharacterData_C::MaxActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LuminaMaxPointsFromLevel) == 0x000224, "Member 'UBP_CharacterData_C::LuminaMaxPointsFromLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LuminaMaxPointsFromConsumables) == 0x000228, "Member 'UBP_CharacterData_C::LuminaMaxPointsFromConsumables' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentlyUsedLuminaPoints) == 0x00022C, "Member 'UBP_CharacterData_C::CurrentlyUsedLuminaPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, EquippedPassiveEffects) == 0x000230, "Member 'UBP_CharacterData_C::EquippedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, PassiveEffectProgressions) == 0x000240, "Member 'UBP_CharacterData_C::PassiveEffectProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentHP) == 0x000290, "Member 'UBP_CharacterData_C::CurrentHP' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentAP) == 0x000298, "Member 'UBP_CharacterData_C::CurrentAP' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CharacterDefinition) == 0x0002A0, "Member 'UBP_CharacterData_C::CharacterDefinition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, AssignedCharacterAttributePoints) == 0x0005C8, "Member 'UBP_CharacterData_C::AssignedCharacterAttributePoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, AttributeScalingProfile) == 0x000618, "Member 'UBP_CharacterData_C::AttributeScalingProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LearntSkills) == 0x000620, "Member 'UBP_CharacterData_C::LearntSkills' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, MaxAttributesPointsFromLeveling) == 0x000670, "Member 'UBP_CharacterData_C::MaxAttributesPointsFromLeveling' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, MaxAttributesPointsFromItems) == 0x000674, "Member 'UBP_CharacterData_C::MaxAttributesPointsFromItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, SkillPointsFromLeveling) == 0x000678, "Member 'UBP_CharacterData_C::SkillPointsFromLeveling' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, SkillPointsFromItems) == 0x00067C, "Member 'UBP_CharacterData_C::SkillPointsFromItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentlyUsedSkillPoints) == 0x000680, "Member 'UBP_CharacterData_C::CurrentlyUsedSkillPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, UnlockedSkills) == 0x000688, "Member 'UBP_CharacterData_C::UnlockedSkills' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentSkillTreeUnlocksMap) == 0x000698, "Member 'UBP_CharacterData_C::CurrentSkillTreeUnlocksMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, OnSkillTreeChanged) == 0x0006E8, "Member 'UBP_CharacterData_C::OnSkillTreeChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentSkillTreeParentsMap) == 0x0006F8, "Member 'UBP_CharacterData_C::CurrentSkillTreeParentsMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CurrentSkillTreeUnlockInfosMap) == 0x000748, "Member 'UBP_CharacterData_C::CurrentSkillTreeUnlockInfosMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, EquippedSkills) == 0x000798, "Member 'UBP_CharacterData_C::EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, OnChange) == 0x0007A8, "Member 'UBP_CharacterData_C::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, OnExplorationDeath) == 0x0007B8, "Member 'UBP_CharacterData_C::OnExplorationDeath' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CharacterCustomization) == 0x0007C8, "Member 'UBP_CharacterData_C::CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, CharacterCustomizationItemData) == 0x000818, "Member 'UBP_CharacterData_C::CharacterCustomizationItemData' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, ShouldDeferUpdate) == 0x000828, "Member 'UBP_CharacterData_C::ShouldDeferUpdate' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, IsDeferredUpdateDirty) == 0x000829, "Member 'UBP_CharacterData_C::IsDeferredUpdateDirty' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, SkillGraphSystem) == 0x000830, "Member 'UBP_CharacterData_C::SkillGraphSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, IsExcluded) == 0x000838, "Member 'UBP_CharacterData_C::IsExcluded' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, EquipmentInstancePerSlot) == 0x000840, "Member 'UBP_CharacterData_C::EquipmentInstancePerSlot' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, StatPerLevelProfile) == 0x000890, "Member 'UBP_CharacterData_C::StatPerLevelProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, AttributeScalingProfile_DT) == 0x000898, "Member 'UBP_CharacterData_C::AttributeScalingProfile_DT' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, ShouldDispatchModifications) == 0x0008A0, "Member 'UBP_CharacterData_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, SkillGraph) == 0x0008A8, "Member 'UBP_CharacterData_C::SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LoadedAudioProfile_Exploration) == 0x0008B0, "Member 'UBP_CharacterData_C::LoadedAudioProfile_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, LoadedAudioProfile_Battle) == 0x0008B8, "Member 'UBP_CharacterData_C::LoadedAudioProfile_Battle' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterData_C, GearSetManager) == 0x0008C0, "Member 'UBP_CharacterData_C::GearSetManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent) == 0x000008, "Wrong alignment on BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent) == 0x000010, "Wrong size on BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent, FaceSkeletalMeshComponent_0) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent::FaceSkeletalMeshComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_EyeEffectsControllerComponent_C_SetFaceSkeletalMeshComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation) == 0x000010, "Wrong alignment on BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation) == 0x0000F0, "Wrong size on BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, FaceMeshComponent) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::FaceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_GetSocketTransform_ReturnValue) == 0x000010, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_BreakTransform_Location) == 0x000078, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_BreakTransform_Rotation) == 0x000090, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_GetUpVector_ReturnValue) == 0x0000C0, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000D8, "Member 'BP_EyeEffectsControllerComponent_C_UpdateEyeSparkOrientation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged) == 0x000008, "Wrong alignment on BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged) == 0x000010, "Wrong size on BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged, SkinComponent) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged::SkinComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged, CallFunc_GetFaceSkeletalMesh_Face) == 0x000008, "Member 'BP_EyeEffectsControllerComponent_C_OnCharacterCustomizationChanged::CallFunc_GetFaceSkeletalMesh_Face' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent) == 0x000008, "Wrong alignment on BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent) == 0x000028, "Wrong size on BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_EyeEffectsControllerComponent_C_TryRegisterCharacterSkinComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace) == 0x000008, "Wrong alignment on BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace) == 0x000028, "Wrong size on BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace, CallFunc_GetComponentsByTag_ReturnValue) == 0x000008, "Member 'BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000018, "Member 'BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_EyeEffectsControllerComponent_C_TryCacheCurrentCharacterFace::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_ReceiveTick \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_EyeEffectsControllerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_EyeEffectsControllerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent \ +static_assert(alignof(BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent) == 0x000004, "Wrong alignment on BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent"); \ +static_assert(sizeof(BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent) == 0x000008, "Wrong size on BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent, EntryPoint) == 0x000000, "Member 'BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_EyeEffectsControllerComponent_C_ExecuteUbergraph_BP_EyeEffectsControllerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EyeEffectsControllerComponent_C \ +static_assert(alignof(UBP_EyeEffectsControllerComponent_C) == 0x000008, "Wrong alignment on UBP_EyeEffectsControllerComponent_C"); \ +static_assert(sizeof(UBP_EyeEffectsControllerComponent_C) == 0x0000B0, "Wrong size on UBP_EyeEffectsControllerComponent_C"); \ +static_assert(offsetof(UBP_EyeEffectsControllerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_EyeEffectsControllerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_EyeEffectsControllerComponent_C, FaceSkeletalMeshComponent) == 0x0000A8, "Member 'UBP_EyeEffectsControllerComponent_C::FaceSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet \ +static_assert(alignof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet) == 0x000008, "Wrong alignment on WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet"); \ +static_assert(sizeof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet) == 0x000030, "Wrong size on WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, EntryPoint) == 0x000000, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000004, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000008, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000010, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_NotificationBullet_C_ExecuteUbergraph_WBP_NotificationBullet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NotificationBullet_C_LoadNotificationData \ +static_assert(alignof(WBP_NotificationBullet_C_LoadNotificationData) == 0x000008, "Wrong alignment on WBP_NotificationBullet_C_LoadNotificationData"); \ +static_assert(sizeof(WBP_NotificationBullet_C_LoadNotificationData) == 0x000010, "Wrong size on WBP_NotificationBullet_C_LoadNotificationData"); \ +static_assert(offsetof(WBP_NotificationBullet_C_LoadNotificationData, NotifiedObject) == 0x000000, "Member 'WBP_NotificationBullet_C_LoadNotificationData::NotifiedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NotificationBullet_C_MarkNotificationAsRead \ +static_assert(alignof(WBP_NotificationBullet_C_MarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_NotificationBullet_C_MarkNotificationAsRead"); \ +static_assert(sizeof(WBP_NotificationBullet_C_MarkNotificationAsRead) == 0x000018, "Wrong size on WBP_NotificationBullet_C_MarkNotificationAsRead"); \ +static_assert(offsetof(WBP_NotificationBullet_C_MarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_NotificationBullet_C_MarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_MarkNotificationAsRead, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000008, "Member 'WBP_NotificationBullet_C_MarkNotificationAsRead::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_MarkNotificationAsRead, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_NotificationBullet_C_MarkNotificationAsRead::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NotificationBullet_C_UpdateNotificationVisibility \ +static_assert(alignof(WBP_NotificationBullet_C_UpdateNotificationVisibility) == 0x000008, "Wrong alignment on WBP_NotificationBullet_C_UpdateNotificationVisibility"); \ +static_assert(sizeof(WBP_NotificationBullet_C_UpdateNotificationVisibility) == 0x000018, "Wrong size on WBP_NotificationBullet_C_UpdateNotificationVisibility"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, CallFunc_BPI_ShouldShowNotification_bShouldShow) == 0x000003, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::CallFunc_BPI_ShouldShowNotification_bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000008, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NotificationBullet_C_UpdateNotificationVisibility, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_NotificationBullet_C_UpdateNotificationVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NotificationBullet_C \ +static_assert(alignof(UWBP_NotificationBullet_C) == 0x000008, "Wrong alignment on UWBP_NotificationBullet_C"); \ +static_assert(sizeof(UWBP_NotificationBullet_C) == 0x000318, "Wrong size on UWBP_NotificationBullet_C"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_NotificationBullet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, Animation_Appear) == 0x0002E8, "Member 'UWBP_NotificationBullet_C::Animation_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, Image_Glow_CircleBlurMaterial) == 0x0002F0, "Member 'UWBP_NotificationBullet_C::Image_Glow_CircleBlurMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, Image_NotificationBullet_Circle) == 0x0002F8, "Member 'UWBP_NotificationBullet_C::Image_NotificationBullet_Circle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, Image_NotificationBullet_Star) == 0x000300, "Member 'UWBP_NotificationBullet_C::Image_NotificationBullet_Star' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NotificationBullet_C, Notified_Object) == 0x000308, "Member 'UWBP_NotificationBullet_C::Notified_Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BreakBar_C_AnimateFillProgress \ +static_assert(alignof(WBP_BreakBar_C_AnimateFillProgress) == 0x000008, "Wrong alignment on WBP_BreakBar_C_AnimateFillProgress"); \ +static_assert(sizeof(WBP_BreakBar_C_AnimateFillProgress) == 0x000008, "Wrong size on WBP_BreakBar_C_AnimateFillProgress"); \ +static_assert(offsetof(WBP_BreakBar_C_AnimateFillProgress, TargetProgress) == 0x000000, "Member 'WBP_BreakBar_C_AnimateFillProgress::TargetProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar \ +static_assert(alignof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar) == 0x000008, "Wrong alignment on WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar"); \ +static_assert(sizeof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar) == 0x000078, "Wrong size on WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, EntryPoint) == 0x000000, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_CustomEvent_FillProgress) == 0x000008, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_CustomEvent_FillProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_MakeStruct_Anchors) == 0x000020, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_CustomEvent_TargetProgress) == 0x000040, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_CustomEvent_TargetProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_Event_IsDesignTime) == 0x000048, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_MakeStruct_Margin) == 0x000058, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000068, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x000074, "Member 'WBP_BreakBar_C_ExecuteUbergraph_WBP_BreakBar::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BreakBar_C_PreConstruct \ +static_assert(alignof(WBP_BreakBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BreakBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_BreakBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_BreakBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_BreakBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BreakBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BreakBar_C_SetAnimationProgress \ +static_assert(alignof(WBP_BreakBar_C_SetAnimationProgress) == 0x000008, "Wrong alignment on WBP_BreakBar_C_SetAnimationProgress"); \ +static_assert(sizeof(WBP_BreakBar_C_SetAnimationProgress) == 0x000030, "Wrong size on WBP_BreakBar_C_SetAnimationProgress"); \ +static_assert(offsetof(WBP_BreakBar_C_SetAnimationProgress, TargetFillProgress_0) == 0x000000, "Member 'WBP_BreakBar_C_SetAnimationProgress::TargetFillProgress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_SetAnimationProgress, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'WBP_BreakBar_C_SetAnimationProgress::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_SetAnimationProgress, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000010, "Member 'WBP_BreakBar_C_SetAnimationProgress::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BreakBar_C_SetAnimationProgress, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_BreakBar_C_SetAnimationProgress::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BreakBar_C_SetFillProgress \ +static_assert(alignof(WBP_BreakBar_C_SetFillProgress) == 0x000008, "Wrong alignment on WBP_BreakBar_C_SetFillProgress"); \ +static_assert(sizeof(WBP_BreakBar_C_SetFillProgress) == 0x000008, "Wrong size on WBP_BreakBar_C_SetFillProgress"); \ +static_assert(offsetof(WBP_BreakBar_C_SetFillProgress, FillProgress_0) == 0x000000, "Member 'WBP_BreakBar_C_SetFillProgress::FillProgress_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BreakBar_C \ +static_assert(alignof(UWBP_BreakBar_C) == 0x000008, "Wrong alignment on UWBP_BreakBar_C"); \ +static_assert(sizeof(UWBP_BreakBar_C) == 0x000330, "Wrong size on UWBP_BreakBar_C"); \ +static_assert(offsetof(UWBP_BreakBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BreakBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, Anim_Increase) == 0x0002E8, "Member 'UWBP_BreakBar_C::Anim_Increase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, CursorBox) == 0x0002F0, "Member 'UWBP_BreakBar_C::CursorBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, Image_Glow) == 0x0002F8, "Member 'UWBP_BreakBar_C::Image_Glow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, ProgressBar_BreakBar) == 0x000300, "Member 'UWBP_BreakBar_C::ProgressBar_BreakBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, WBP_Cursor_BreakBar) == 0x000308, "Member 'UWBP_BreakBar_C::WBP_Cursor_BreakBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, FillProgress) == 0x000310, "Member 'UWBP_BreakBar_C::FillProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, AnimationProgress) == 0x000318, "Member 'UWBP_BreakBar_C::AnimationProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, InitialFillProgress) == 0x000320, "Member 'UWBP_BreakBar_C::InitialFillProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BreakBar_C, TargetFillProgress) == 0x000328, "Member 'UWBP_BreakBar_C::TargetFillProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_APShard_Single_C \ +static_assert(alignof(UWBP_APShard_Single_C) == 0x000008, "Wrong alignment on UWBP_APShard_Single_C"); \ +static_assert(sizeof(UWBP_APShard_Single_C) == 0x0002E8, "Wrong size on UWBP_APShard_Single_C"); \ +static_assert(offsetof(UWBP_APShard_Single_C, Image_114) == 0x0002E0, "Member 'UWBP_APShard_Single_C::Image_114' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MainChar_SideQuestUnlock \ +static_assert(alignof(FS_MainChar_SideQuestUnlock) == 0x000008, "Wrong alignment on FS_MainChar_SideQuestUnlock"); \ +static_assert(sizeof(FS_MainChar_SideQuestUnlock) == 0x0002A0, "Wrong size on FS_MainChar_SideQuestUnlock"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_1_32_5FF14CA345B60884404CF2AB38F8FE02) == 0x000000, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_1_32_5FF14CA345B60884404CF2AB38F8FE02' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_2_33_FC5DEABC4618506BA0A4C1B42DB1FC15) == 0x000060, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_2_33_FC5DEABC4618506BA0A4C1B42DB1FC15' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_3_34_5BE1004243E1365B2BED2B9C6BED8E43) == 0x0000C0, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_3_34_5BE1004243E1365B2BED2B9C6BED8E43' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_4_36_F891D34B4220564225C737ABCFD07454) == 0x000120, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_4_36_F891D34B4220564225C737ABCFD07454' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_5_35_9A40873D433410D6F1A7ED8F91E20D1D) == 0x000180, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_5_35_9A40873D433410D6F1A7ED8F91E20D1D' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_6_37_12A82B3145D0649E1F53BDB30B3639EC) == 0x0001E0, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_6_37_12A82B3145D0649E1F53BDB30B3639EC' has a wrong offset!"); \ +static_assert(offsetof(FS_MainChar_SideQuestUnlock, UnlockedStoryBeat_Level_7_38_2C9EBD3B44A2236E1319728227255B9B) == 0x000240, "Member 'FS_MainChar_SideQuestUnlock::UnlockedStoryBeat_Level_7_38_2C9EBD3B44A2236E1319728227255B9B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted \ +static_assert(alignof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted) == 0x000008, "Wrong alignment on BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted"); \ +static_assert(sizeof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted) == 0x000030, "Wrong size on BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted"); \ +static_assert(offsetof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted, TutorialCardRow) == 0x000000, "Member 'BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted::TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted, ShouldBeDestroyed) == 0x000010, "Member 'BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted::ShouldBeDestroyed' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_TutorialListener_CardCompletedDispatcher_C_OnTutorialCardCompleted::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TutorialListener_CardCompletedDispatcher_C \ +static_assert(alignof(UBP_TutorialListener_CardCompletedDispatcher_C) == 0x000008, "Wrong alignment on UBP_TutorialListener_CardCompletedDispatcher_C"); \ +static_assert(sizeof(UBP_TutorialListener_CardCompletedDispatcher_C) == 0x000048, "Wrong size on UBP_TutorialListener_CardCompletedDispatcher_C"); \ +static_assert(offsetof(UBP_TutorialListener_CardCompletedDispatcher_C, DispatchTutorialCardCompleted) == 0x000028, "Member 'UBP_TutorialListener_CardCompletedDispatcher_C::DispatchTutorialCardCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialListener_CardCompletedDispatcher_C, TutorialCardRowToCheck) == 0x000038, "Member 'UBP_TutorialListener_CardCompletedDispatcher_C::TutorialCardRowToCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint \ +static_assert(alignof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint) == 0x000004, "Wrong alignment on TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint"); \ +static_assert(sizeof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint) == 0x000008, "Wrong size on TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint"); \ +static_assert(offsetof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint, EntryPoint) == 0x000000, "Member 'TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint, CallFunc_IsPackagedBuild_ReturnValue) == 0x000004, "Member 'TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'TargetPoint_Blueprint_C_ExecuteUbergraph_TargetPoint_Blueprint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetPoint_Blueprint_C_UserConstructionScript \ +static_assert(alignof(TargetPoint_Blueprint_C_UserConstructionScript) == 0x000001, "Wrong alignment on TargetPoint_Blueprint_C_UserConstructionScript"); \ +static_assert(sizeof(TargetPoint_Blueprint_C_UserConstructionScript) == 0x000001, "Wrong size on TargetPoint_Blueprint_C_UserConstructionScript"); \ +static_assert(offsetof(TargetPoint_Blueprint_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'TargetPoint_Blueprint_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATargetPoint_Blueprint_C \ +static_assert(alignof(ATargetPoint_Blueprint_C) == 0x000008, "Wrong alignment on ATargetPoint_Blueprint_C"); \ +static_assert(sizeof(ATargetPoint_Blueprint_C) == 0x0002C8, "Wrong size on ATargetPoint_Blueprint_C"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, UberGraphFrame) == 0x000290, "Member 'ATargetPoint_Blueprint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, Arrow1) == 0x000298, "Member 'ATargetPoint_Blueprint_C::Arrow1' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, TextRender) == 0x0002A0, "Member 'ATargetPoint_Blueprint_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, StaticMesh) == 0x0002A8, "Member 'ATargetPoint_Blueprint_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, WaitingTime) == 0x0002B0, "Member 'ATargetPoint_Blueprint_C::WaitingTime' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, WaitingTime_Variation) == 0x0002B8, "Member 'ATargetPoint_Blueprint_C::WaitingTime_Variation' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, EnableLookAtWhileWaiting) == 0x0002C0, "Member 'ATargetPoint_Blueprint_C::EnableLookAtWhileWaiting' has a wrong offset!"); \ +static_assert(offsetof(ATargetPoint_Blueprint_C, DEBUG_ForceShowInGame) == 0x0002C1, "Member 'ATargetPoint_Blueprint_C::DEBUG_ForceShowInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot \ +static_assert(alignof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot) == 0x000008, "Wrong alignment on WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot"); \ +static_assert(sizeof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot) == 0x000028, "Wrong size on WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, EntryPoint) == 0x000000, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, CallFunc_StatTypeToText_Text) == 0x000008, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::CallFunc_StatTypeToText_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot, K2Node_SetFieldsInStruct_Size_ImplicitCast) == 0x000024, "Member 'WBP_jRPG_StatSlot_C_ExecuteUbergraph_WBP_jRPG_StatSlot::K2Node_SetFieldsInStruct_Size_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_StatSlot_C_PreConstruct \ +static_assert(alignof(WBP_jRPG_StatSlot_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_jRPG_StatSlot_C_PreConstruct"); \ +static_assert(sizeof(WBP_jRPG_StatSlot_C_PreConstruct) == 0x000001, "Wrong size on WBP_jRPG_StatSlot_C_PreConstruct"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_jRPG_StatSlot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_StatSlot_C_SetComparisonPartToHigher \ +static_assert(alignof(WBP_jRPG_StatSlot_C_SetComparisonPartToHigher) == 0x000008, "Wrong alignment on WBP_jRPG_StatSlot_C_SetComparisonPartToHigher"); \ +static_assert(sizeof(WBP_jRPG_StatSlot_C_SetComparisonPartToHigher) == 0x000030, "Wrong size on WBP_jRPG_StatSlot_C_SetComparisonPartToHigher"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToHigher, NewValue) == 0x000000, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToHigher::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToHigher, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToHigher::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToHigher, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000020, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToHigher::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_StatSlot_C_SetComparisonPartToLower \ +static_assert(alignof(WBP_jRPG_StatSlot_C_SetComparisonPartToLower) == 0x000008, "Wrong alignment on WBP_jRPG_StatSlot_C_SetComparisonPartToLower"); \ +static_assert(sizeof(WBP_jRPG_StatSlot_C_SetComparisonPartToLower) == 0x000030, "Wrong size on WBP_jRPG_StatSlot_C_SetComparisonPartToLower"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToLower, NewValue) == 0x000000, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToLower::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToLower, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToLower::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToLower, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000020, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToLower::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame \ +static_assert(alignof(WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame) == 0x000008, "Wrong alignment on WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame"); \ +static_assert(sizeof(WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame) == 0x000030, "Wrong size on WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame, Value) == 0x000000, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000020, "Member 'WBP_jRPG_StatSlot_C_SetComparisonPartToTheSame::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_StatSlot_C \ +static_assert(alignof(UWBP_jRPG_StatSlot_C) == 0x000008, "Wrong alignment on UWBP_jRPG_StatSlot_C"); \ +static_assert(sizeof(UWBP_jRPG_StatSlot_C) == 0x000328, "Wrong size on UWBP_jRPG_StatSlot_C"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_StatSlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, HorizontalBox_Change) == 0x0002E8, "Member 'UWBP_jRPG_StatSlot_C::HorizontalBox_Change' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, Image_Arrow) == 0x0002F0, "Member 'UWBP_jRPG_StatSlot_C::Image_Arrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, Image_ComparisonArrow) == 0x0002F8, "Member 'UWBP_jRPG_StatSlot_C::Image_ComparisonArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, TextBlock_NewValue) == 0x000300, "Member 'UWBP_jRPG_StatSlot_C::TextBlock_NewValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, TextBlock_StatName) == 0x000308, "Member 'UWBP_jRPG_StatSlot_C::TextBlock_StatName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, TextBlock_StatValue) == 0x000310, "Member 'UWBP_jRPG_StatSlot_C::TextBlock_StatValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, AssignedStatType) == 0x000318, "Member 'UWBP_jRPG_StatSlot_C::AssignedStatType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, FontSize) == 0x00031C, "Member 'UWBP_jRPG_StatSlot_C::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_StatSlot_C, ComparisonEnabled_) == 0x000320, "Member 'UWBP_jRPG_StatSlot_C::ComparisonEnabled_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightHitShake_C \ +static_assert(alignof(ULightHitShake_C) == 0x000010, "Wrong alignment on ULightHitShake_C"); \ +static_assert(sizeof(ULightHitShake_C) == 0x0000E0, "Wrong size on ULightHitShake_C"); \ + +#define DUMPER7_ASSERTS_FBS_InteractionSource \ +static_assert(alignof(FBS_InteractionSource) == 0x000010, "Wrong alignment on FBS_InteractionSource"); \ +static_assert(sizeof(FBS_InteractionSource) == 0x000090, "Wrong size on FBS_InteractionSource"); \ +static_assert(offsetof(FBS_InteractionSource, Height_4_8179D0F94D0F78F9CBF2319B99FF303D) == 0x000000, "Member 'FBS_InteractionSource::Height_4_8179D0F94D0F78F9CBF2319B99FF303D' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, Intensity_6_1F690E2D452B4DFFEB9A6499A70819A9) == 0x000004, "Member 'FBS_InteractionSource::Intensity_6_1F690E2D452B4DFFEB9A6499A70819A9' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, Hardness_35_D454FD2D4C5CDB63A4C2AA9EB1F51E7D) == 0x000008, "Member 'FBS_InteractionSource::Hardness_35_D454FD2D4C5CDB63A4C2AA9EB1F51E7D' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, Radius_19_50E02F5C4D41C38A6D36C79FDAC1B4F9) == 0x00000C, "Member 'FBS_InteractionSource::Radius_19_50E02F5C4D41C38A6D36C79FDAC1B4F9' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, Socket_13_D0CBF8A64AB6B4FF601986896C0AD13E) == 0x000010, "Member 'FBS_InteractionSource::Socket_13_D0CBF8A64AB6B4FF601986896C0AD13E' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, Transform_9_764EEE8F472ED0A7237B7DB6E41F7ACB) == 0x000020, "Member 'FBS_InteractionSource::Transform_9_764EEE8F472ED0A7237B7DB6E41F7ACB' has a wrong offset!"); \ +static_assert(offsetof(FBS_InteractionSource, SplashType_32_0A01066841C50499A5CEEA9B345262B6) == 0x000080, "Member 'FBS_InteractionSource::SplashType_32_0A01066841C50499A5CEEA9B345262B6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AnimCommunication_C_GetCharacterCombatStyle \ +static_assert(alignof(BPI_AnimCommunication_C_GetCharacterCombatStyle) == 0x000001, "Wrong alignment on BPI_AnimCommunication_C_GetCharacterCombatStyle"); \ +static_assert(sizeof(BPI_AnimCommunication_C_GetCharacterCombatStyle) == 0x000001, "Wrong size on BPI_AnimCommunication_C_GetCharacterCombatStyle"); \ +static_assert(offsetof(BPI_AnimCommunication_C_GetCharacterCombatStyle, CombatStyle) == 0x000000, "Member 'BPI_AnimCommunication_C_GetCharacterCombatStyle::CombatStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AnimCommunication_C_GetIsDead \ +static_assert(alignof(BPI_AnimCommunication_C_GetIsDead) == 0x000001, "Wrong alignment on BPI_AnimCommunication_C_GetIsDead"); \ +static_assert(sizeof(BPI_AnimCommunication_C_GetIsDead) == 0x000001, "Wrong size on BPI_AnimCommunication_C_GetIsDead"); \ +static_assert(offsetof(BPI_AnimCommunication_C_GetIsDead, Dead) == 0x000000, "Member 'BPI_AnimCommunication_C_GetIsDead::Dead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AnimCommunication_C_GetIsDefending \ +static_assert(alignof(BPI_AnimCommunication_C_GetIsDefending) == 0x000001, "Wrong alignment on BPI_AnimCommunication_C_GetIsDefending"); \ +static_assert(sizeof(BPI_AnimCommunication_C_GetIsDefending) == 0x000001, "Wrong size on BPI_AnimCommunication_C_GetIsDefending"); \ +static_assert(offsetof(BPI_AnimCommunication_C_GetIsDefending, Defending) == 0x000000, "Member 'BPI_AnimCommunication_C_GetIsDefending::Defending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AnimCommunication_C_GetBattlePostureAnimations \ +static_assert(alignof(BPI_AnimCommunication_C_GetBattlePostureAnimations) == 0x000008, "Wrong alignment on BPI_AnimCommunication_C_GetBattlePostureAnimations"); \ +static_assert(sizeof(BPI_AnimCommunication_C_GetBattlePostureAnimations) == 0x000050, "Wrong size on BPI_AnimCommunication_C_GetBattlePostureAnimations"); \ +static_assert(offsetof(BPI_AnimCommunication_C_GetBattlePostureAnimations, BattlePostureAnimations) == 0x000000, "Member 'BPI_AnimCommunication_C_GetBattlePostureAnimations::BattlePostureAnimations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AnimCommunication_C_GetCurrentBattlePosture \ +static_assert(alignof(BPI_AnimCommunication_C_GetCurrentBattlePosture) == 0x000001, "Wrong alignment on BPI_AnimCommunication_C_GetCurrentBattlePosture"); \ +static_assert(sizeof(BPI_AnimCommunication_C_GetCurrentBattlePosture) == 0x000001, "Wrong size on BPI_AnimCommunication_C_GetCurrentBattlePosture"); \ +static_assert(offsetof(BPI_AnimCommunication_C_GetCurrentBattlePosture, CurrentBattlePosture) == 0x000000, "Member 'BPI_AnimCommunication_C_GetCurrentBattlePosture::CurrentBattlePosture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_AnimCommunication_C \ +static_assert(alignof(IBPI_AnimCommunication_C) == 0x000001, "Wrong alignment on IBPI_AnimCommunication_C"); \ +static_assert(sizeof(IBPI_AnimCommunication_C) == 0x000001, "Wrong size on IBPI_AnimCommunication_C"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Character_World_Capabilities \ +static_assert(alignof(FS_jRPG_Character_World_Capabilities) == 0x000008, "Wrong alignment on FS_jRPG_Character_World_Capabilities"); \ +static_assert(sizeof(FS_jRPG_Character_World_Capabilities) == 0x000050, "Wrong size on FS_jRPG_Character_World_Capabilities"); \ +static_assert(offsetof(FS_jRPG_Character_World_Capabilities, Capabilities_13_4CC14F2042D994EFF87822B6F106B6E0) == 0x000000, "Member 'FS_jRPG_Character_World_Capabilities::Capabilities_13_4CC14F2042D994EFF87822B6F106B6E0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedFloatSelector_C_DispatchOnValueChanged \ +static_assert(alignof(WBP_NamedFloatSelector_C_DispatchOnValueChanged) == 0x000008, "Wrong alignment on WBP_NamedFloatSelector_C_DispatchOnValueChanged"); \ +static_assert(sizeof(WBP_NamedFloatSelector_C_DispatchOnValueChanged) == 0x000018, "Wrong size on WBP_NamedFloatSelector_C_DispatchOnValueChanged"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedValue_Value) == 0x000000, "Member 'WBP_NamedFloatSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedName_Name) == 0x000008, "Member 'WBP_NamedFloatSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedName_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedFloatSelector_C_SetSelectedValue \ +static_assert(alignof(WBP_NamedFloatSelector_C_SetSelectedValue) == 0x000008, "Wrong alignment on WBP_NamedFloatSelector_C_SetSelectedValue"); \ +static_assert(sizeof(WBP_NamedFloatSelector_C_SetSelectedValue) == 0x000018, "Wrong size on WBP_NamedFloatSelector_C_SetSelectedValue"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedFloatSelector_C_SetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetSelectedValue, CallFunc_Array_Find_ReturnValue) == 0x000008, "Member 'WBP_NamedFloatSelector_C_SetSelectedValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetSelectedValue, Temp_wildcard_Variable) == 0x00000C, "Member 'WBP_NamedFloatSelector_C_SetSelectedValue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetSelectedValue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_NamedFloatSelector_C_SetSelectedValue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedFloatSelector_C_GetSelectedValue \ +static_assert(alignof(WBP_NamedFloatSelector_C_GetSelectedValue) == 0x000008, "Wrong alignment on WBP_NamedFloatSelector_C_GetSelectedValue"); \ +static_assert(sizeof(WBP_NamedFloatSelector_C_GetSelectedValue) == 0x000018, "Wrong size on WBP_NamedFloatSelector_C_GetSelectedValue"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_GetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedFloatSelector_C_GetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_GetSelectedValue, CallFunc_GetSelectedEntryIndex_EntryIndex) == 0x000008, "Member 'WBP_NamedFloatSelector_C_GetSelectedValue::CallFunc_GetSelectedEntryIndex_EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_GetSelectedValue, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_NamedFloatSelector_C_GetSelectedValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedFloatSelector_C_SetAvailableValues \ +static_assert(alignof(WBP_NamedFloatSelector_C_SetAvailableValues) == 0x000008, "Wrong alignment on WBP_NamedFloatSelector_C_SetAvailableValues"); \ +static_assert(sizeof(WBP_NamedFloatSelector_C_SetAvailableValues) == 0x000070, "Wrong size on WBP_NamedFloatSelector_C_SetAvailableValues"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetAvailableValues, Values) == 0x000000, "Member 'WBP_NamedFloatSelector_C_SetAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetAvailableValues, CallFunc_Map_Values_Values) == 0x000050, "Member 'WBP_NamedFloatSelector_C_SetAvailableValues::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedFloatSelector_C_SetAvailableValues, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_NamedFloatSelector_C_SetAvailableValues::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NamedFloatSelector_C \ +static_assert(alignof(UWBP_NamedFloatSelector_C) == 0x000008, "Wrong alignment on UWBP_NamedFloatSelector_C"); \ +static_assert(sizeof(UWBP_NamedFloatSelector_C) == 0x0003A0, "Wrong size on UWBP_NamedFloatSelector_C"); \ +static_assert(offsetof(UWBP_NamedFloatSelector_C, AvailableFloats) == 0x000380, "Member 'UWBP_NamedFloatSelector_C::AvailableFloats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedFloatSelector_C, OnValueChanged) == 0x000390, "Member 'UWBP_NamedFloatSelector_C::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSetIcon_C \ +static_assert(alignof(UWBP_PassiveEffectsSetIcon_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSetIcon_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSetIcon_C) == 0x000310, "Wrong size on UWBP_PassiveEffectsSetIcon_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetIcon_C, RetainerBox_0) == 0x000308, "Member 'UWBP_PassiveEffectsSetIcon_C::RetainerBox_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle \ +static_assert(alignof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle) == 0x000008, "Wrong alignment on BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle"); \ +static_assert(sizeof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle) == 0x000288, "Wrong size on BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, ItemDataTableRowHandle) == 0x000000, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::ItemDataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, __WorldContext) == 0x000010, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, Found) == 0x000018, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, ItemStruct) == 0x000020, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000150, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000158, "Member 'BP_FL_DialogueHelpers_C_GetItemStructFromDataTableRowHandle::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_DialogueHelpers_C_SetSpeakerIsActive \ +static_assert(alignof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive) == 0x000008, "Wrong alignment on BP_FL_DialogueHelpers_C_SetSpeakerIsActive"); \ +static_assert(sizeof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive) == 0x000028, "Wrong size on BP_FL_DialogueHelpers_C_SetSpeakerIsActive"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, Actor) == 0x000000, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, IsActive) == 0x000008, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, __WorldContext) == 0x000010, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog) == 0x000018, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_DialogueHelpers_C_SetSpeakerIsActive, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_FL_DialogueHelpers_C_SetSpeakerIsActive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_DialogueHelpers_C \ +static_assert(alignof(UBP_FL_DialogueHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_DialogueHelpers_C"); \ +static_assert(sizeof(UBP_FL_DialogueHelpers_C) == 0x000028, "Wrong size on UBP_FL_DialogueHelpers_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_B_Var1_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_B_Var1_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_B_Var1_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_B_Var1_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_B_Var1_C"); \ + +#define DUMPER7_ASSERTS_BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform \ +static_assert(alignof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform) == 0x000010, "Wrong alignment on BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform"); \ +static_assert(sizeof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform) == 0x000150, "Wrong size on BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, Character) == 0x000000, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, Transform) == 0x000010, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000070, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000088, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000090, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_BreakVector_X) == 0x0000A8, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_BreakVector_Y) == 0x0000B0, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_BreakVector_Z) == 0x0000B8, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_MakeVector_ReturnValue) == 0x0000C8, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000140, "Member 'BP_Cine_ExitPoint_C_GetPostCinematicTransitionTransform::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Cine_ExitPoint_C \ +static_assert(alignof(ABP_Cine_ExitPoint_C) == 0x000008, "Wrong alignment on ABP_Cine_ExitPoint_C"); \ +static_assert(sizeof(ABP_Cine_ExitPoint_C) == 0x0002C0, "Wrong size on ABP_Cine_ExitPoint_C"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, WorldPartitionStreamingSource) == 0x000290, "Member 'ABP_Cine_ExitPoint_C::WorldPartitionStreamingSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, Text) == 0x000298, "Member 'ABP_Cine_ExitPoint_C::Text' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, SKM_EndPoint) == 0x0002A0, "Member 'ABP_Cine_ExitPoint_C::SKM_EndPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, CineCamera) == 0x0002A8, "Member 'ABP_Cine_ExitPoint_C::CineCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, SKM_StartPoint) == 0x0002B0, "Member 'ABP_Cine_ExitPoint_C::SKM_StartPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_ExitPoint_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_Cine_ExitPoint_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C, Photo) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_C::Photo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics \ +static_assert(alignof(WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics) == 0x000008, "Wrong alignment on WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics"); \ +static_assert(sizeof(WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics) == 0x000010, "Wrong size on WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics, EntryPoint) == 0x000000, "Member 'WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000008, "Member 'WBP_Name_UniqueMechanics_C_ExecuteUbergraph_WBP_Name_UniqueMechanics::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Name_UniqueMechanics_C_PreConstruct \ +static_assert(alignof(WBP_Name_UniqueMechanics_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Name_UniqueMechanics_C_PreConstruct"); \ +static_assert(sizeof(WBP_Name_UniqueMechanics_C_PreConstruct) == 0x000001, "Wrong size on WBP_Name_UniqueMechanics_C_PreConstruct"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Name_UniqueMechanics_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Name_UniqueMechanics_C_SetDescText \ +static_assert(alignof(WBP_Name_UniqueMechanics_C_SetDescText) == 0x000008, "Wrong alignment on WBP_Name_UniqueMechanics_C_SetDescText"); \ +static_assert(sizeof(WBP_Name_UniqueMechanics_C_SetDescText) == 0x000010, "Wrong size on WBP_Name_UniqueMechanics_C_SetDescText"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetDescText, MechaDesc_0) == 0x000000, "Member 'WBP_Name_UniqueMechanics_C_SetDescText::MechaDesc_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Name_UniqueMechanics_C_SetNameText \ +static_assert(alignof(WBP_Name_UniqueMechanics_C_SetNameText) == 0x000008, "Wrong alignment on WBP_Name_UniqueMechanics_C_SetNameText"); \ +static_assert(sizeof(WBP_Name_UniqueMechanics_C_SetNameText) == 0x000010, "Wrong size on WBP_Name_UniqueMechanics_C_SetNameText"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetNameText, MechaName_0) == 0x000000, "Member 'WBP_Name_UniqueMechanics_C_SetNameText::MechaName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Name_UniqueMechanics_C_SetStateText \ +static_assert(alignof(WBP_Name_UniqueMechanics_C_SetStateText) == 0x000008, "Wrong alignment on WBP_Name_UniqueMechanics_C_SetStateText"); \ +static_assert(sizeof(WBP_Name_UniqueMechanics_C_SetStateText) == 0x000060, "Wrong size on WBP_Name_UniqueMechanics_C_SetStateText"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, MechaState_0) == 0x000000, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::MechaState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, InColorAndOpacity) == 0x000010, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::InColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000024, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, CallFunc_Multiply_LinearColorLinearColor_ReturnValue) == 0x000034, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::CallFunc_Multiply_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, K2Node_MakeStruct_SlateColor) == 0x000044, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Name_UniqueMechanics_C_SetStateText, CallFunc_PlayAnimationForward_ReturnValue) == 0x000058, "Member 'WBP_Name_UniqueMechanics_C_SetStateText::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Name_UniqueMechanics_C \ +static_assert(alignof(UWBP_Name_UniqueMechanics_C) == 0x000008, "Wrong alignment on UWBP_Name_UniqueMechanics_C"); \ +static_assert(sizeof(UWBP_Name_UniqueMechanics_C) == 0x000360, "Wrong size on UWBP_Name_UniqueMechanics_C"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Name_UniqueMechanics_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, Anim_StateUpdate) == 0x0002E8, "Member 'UWBP_Name_UniqueMechanics_C::Anim_StateUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaDescText) == 0x0002F0, "Member 'UWBP_Name_UniqueMechanics_C::MechaDescText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaNameText) == 0x0002F8, "Member 'UWBP_Name_UniqueMechanics_C::MechaNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaStateGlow) == 0x000300, "Member 'UWBP_Name_UniqueMechanics_C::MechaStateGlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaStateText) == 0x000308, "Member 'UWBP_Name_UniqueMechanics_C::MechaStateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaName) == 0x000310, "Member 'UWBP_Name_UniqueMechanics_C::MechaName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaState) == 0x000320, "Member 'UWBP_Name_UniqueMechanics_C::MechaState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaDesc) == 0x000330, "Member 'UWBP_Name_UniqueMechanics_C::MechaDesc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, MechaNameVisibility) == 0x000340, "Member 'UWBP_Name_UniqueMechanics_C::MechaNameVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, DescTextMaxDesiredWidth) == 0x000348, "Member 'UWBP_Name_UniqueMechanics_C::DescTextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Name_UniqueMechanics_C, ScrollHintPadding) == 0x000350, "Member 'UWBP_Name_UniqueMechanics_C::ScrollHintPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PostCinematicParameters \ +static_assert(alignof(FS_PostCinematicParameters) == 0x000008, "Wrong alignment on FS_PostCinematicParameters"); \ +static_assert(sizeof(FS_PostCinematicParameters) == 0x000060, "Wrong size on FS_PostCinematicParameters"); \ +static_assert(offsetof(FS_PostCinematicParameters, BPCineExitPoint_8_13BA735A4441863B0C464BA0F256DB99) == 0x000000, "Member 'FS_PostCinematicParameters::BPCineExitPoint_8_13BA735A4441863B0C464BA0F256DB99' has a wrong offset!"); \ +static_assert(offsetof(FS_PostCinematicParameters, OverriddenCharacterForTransition_12_5A70859A43D73523730B12BF1525CEAF) == 0x000028, "Member 'FS_PostCinematicParameters::OverriddenCharacterForTransition_12_5A70859A43D73523730B12BF1525CEAF' has a wrong offset!"); \ +static_assert(offsetof(FS_PostCinematicParameters, CharacterCustomizationForTransition_24_EA2C188C40239E160579C9AC80C7A6A1) == 0x000030, "Member 'FS_PostCinematicParameters::CharacterCustomizationForTransition_24_EA2C188C40239E160579C9AC80C7A6A1' has a wrong offset!"); \ +static_assert(offsetof(FS_PostCinematicParameters, GameFlowTransitionRequest_17_3BFAF7304CD3C917583A4D890EF4F1E2) == 0x000040, "Member 'FS_PostCinematicParameters::GameFlowTransitionRequest_17_3BFAF7304CD3C917583A4D890EF4F1E2' has a wrong offset!"); \ +static_assert(offsetof(FS_PostCinematicParameters, GameActionToExecute_27_35BF81E14544677D8546E39913CF1DEF) == 0x000050, "Member 'FS_PostCinematicParameters::GameActionToExecute_27_35BF81E14544677D8546E39913CF1DEF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong size on BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed, AP_Change) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterAP_Changed::AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong size on BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged, BattleDamage) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_BPI_OnAnyCharacterDamaged::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters) == 0x000068, "Wrong size on BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, Characters) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, Ratio) == 0x000010, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::Ratio' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, local_HealthRatio) == 0x000018, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::local_HealthRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000048, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_InteractiveBattleMusicController_C_ComputeHealthRatioForCharacters::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController) == 0x000058, "Wrong size on BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, EntryPoint) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_CharacterStats_1) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_BuffAddAction) == 0x000010, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_BuffAddAction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_CharacterStats) == 0x000018, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_TurnStartDependencies) == 0x000020, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_BattleDamage) == 0x000028, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_AP_Change) == 0x000030, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_AP_Change' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_TargetCharacter) == 0x000038, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_SourceCharacter) == 0x000040, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_ReceivedDamages) == 0x000048, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController, K2Node_Event_BattleDamages) == 0x000050, "Member 'BP_InteractiveBattleMusicController_C_ExecuteUbergraph_BP_InteractiveBattleMusicController::K2Node_Event_BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_IsTurnStartInProgress \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_IsTurnStartInProgress) == 0x000001, "Wrong alignment on BP_InteractiveBattleMusicController_C_IsTurnStartInProgress"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_IsTurnStartInProgress) == 0x000001, "Wrong size on BP_InteractiveBattleMusicController_C_IsTurnStartInProgress"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_IsTurnStartInProgress, InProgress) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_IsTurnStartInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages) == 0x000018, "Wrong size on BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages, CharacterStats) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages, Damages) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages, ProcessedDamages) == 0x000010, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterDealtDamages::ProcessedDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_OnCharacterKilled \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_OnCharacterKilled) == 0x000008, "Wrong size on BP_InteractiveBattleMusicController_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_OnCharacterTurnStart \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_InteractiveBattleMusicController_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_ProcessAddBuffAction \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BP_InteractiveBattleMusicController_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers) == 0x000010, "Wrong size on BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers, CallFunc_SetFloatParameterByContext_Value_ImplicitCast) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers::CallFunc_SetFloatParameterByContext_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers, CallFunc_SetFloatParameterByContext_Value_ImplicitCast_1) == 0x00000C, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthAudioTriggers::CallFunc_SetFloatParameterByContext_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveBattleMusicController_C_UpdateHealthRatio \ +static_assert(alignof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio) == 0x000008, "Wrong alignment on BP_InteractiveBattleMusicController_C_UpdateHealthRatio"); \ +static_assert(sizeof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio) == 0x000048, "Wrong size on BP_InteractiveBattleMusicController_C_UpdateHealthRatio"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, local_HealthRatio) == 0x000000, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::local_HealthRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_GetBattleManager_ReturnValue_1) == 0x000010, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_GetAllEnemyCharacters_SortedBySpotIndex_AllEnemies) == 0x000018, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_GetAllEnemyCharacters_SortedBySpotIndex_AllEnemies' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000028, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_ComputeHealthRatioForCharacters_Ratio) == 0x000038, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_ComputeHealthRatioForCharacters_Ratio' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveBattleMusicController_C_UpdateHealthRatio, CallFunc_ComputeHealthRatioForCharacters_Ratio_1) == 0x000040, "Member 'BP_InteractiveBattleMusicController_C_UpdateHealthRatio::CallFunc_ComputeHealthRatioForCharacters_Ratio_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractiveBattleMusicController_C \ +static_assert(alignof(UBP_InteractiveBattleMusicController_C) == 0x000008, "Wrong alignment on UBP_InteractiveBattleMusicController_C"); \ +static_assert(sizeof(UBP_InteractiveBattleMusicController_C) == 0x000040, "Wrong size on UBP_InteractiveBattleMusicController_C"); \ +static_assert(offsetof(UBP_InteractiveBattleMusicController_C, UberGraphFrame) == 0x000028, "Member 'UBP_InteractiveBattleMusicController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveBattleMusicController_C, AlliesHealthRatio) == 0x000030, "Member 'UBP_InteractiveBattleMusicController_C::AlliesHealthRatio' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveBattleMusicController_C, EnemiesHealthRatio) == 0x000038, "Member 'UBP_InteractiveBattleMusicController_C::EnemiesHealthRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_TriggerCinematicVariables \ +static_assert(alignof(FS_TriggerCinematicVariables) == 0x000008, "Wrong alignment on FS_TriggerCinematicVariables"); \ +static_assert(sizeof(FS_TriggerCinematicVariables) == 0x000150, "Wrong size on FS_TriggerCinematicVariables"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_LevelSequence_SequenceToPlay_135_4B36836C484EA1CF937A97AA20D5947A) == 0x000000, "Member 'FS_TriggerCinematicVariables::Cinematic_LevelSequence_SequenceToPlay_135_4B36836C484EA1CF937A97AA20D5947A' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_LevelSequence_ID_91_4BF2F07945DDA6A45F872BB126F199C0) == 0x000028, "Member 'FS_TriggerCinematicVariables::Cinematic_LevelSequence_ID_91_4BF2F07945DDA6A45F872BB126F199C0' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_LevelSequence_PlayerSettings_92_128C2D364E79148451C1D0B3A57BEDBA) == 0x000030, "Member 'FS_TriggerCinematicVariables::Cinematic_LevelSequence_PlayerSettings_92_128C2D364E79148451C1D0B3A57BEDBA' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_DisableEnableInput_98_21C72E934BA68FF995BDAFA41C4E2A99) == 0x000058, "Member 'FS_TriggerCinematicVariables::Cinematic_DisableEnableInput_98_21C72E934BA68FF995BDAFA41C4E2A99' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_IsMediaPlayerCinematic_100_42A2CBFD46B04BADEAF2BA8292E7B137) == 0x000059, "Member 'FS_TriggerCinematicVariables::Cinematic_IsMediaPlayerCinematic_100_42A2CBFD46B04BADEAF2BA8292E7B137' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, CanBePaused_137_717255934D0B6BBFFA545589D70268CF) == 0x00005A, "Member 'FS_TriggerCinematicVariables::CanBePaused_137_717255934D0B6BBFFA545589D70268CF' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, CanPhotoModeBeOpened_151_3B74E70445D3B451B815E39E82BF1DBA) == 0x00005B, "Member 'FS_TriggerCinematicVariables::CanPhotoModeBeOpened_151_3B74E70445D3B451B815E39E82BF1DBA' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, ApplyFrameRateLimit_149_DF8413904BB4053A559285A0FEC81813) == 0x00005C, "Member 'FS_TriggerCinematicVariables::ApplyFrameRateLimit_149_DF8413904BB4053A559285A0FEC81813' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_Media_MediaSource_104_EBF2ED5F41A04662699DE8B0790EF759) == 0x000060, "Member 'FS_TriggerCinematicVariables::Cinematic_Media_MediaSource_104_EBF2ED5F41A04662699DE8B0790EF759' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_Media_MediaVideo_103_027E18C647C7FC12EA1A8FA0BCC804DB) == 0x000068, "Member 'FS_TriggerCinematicVariables::Cinematic_Media_MediaVideo_103_027E18C647C7FC12EA1A8FA0BCC804DB' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, Cinematic_Media_MediaTexture_105_B8C52FD34CD9170C27012382BA8C7C58) == 0x000070, "Member 'FS_TriggerCinematicVariables::Cinematic_Media_MediaTexture_105_B8C52FD34CD9170C27012382BA8C7C58' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, PostCinematic_DelayPostCinematicBeforeGameAction_101_80D6A8CF48E6D46A474028B691688284) == 0x000078, "Member 'FS_TriggerCinematicVariables::PostCinematic_DelayPostCinematicBeforeGameAction_101_80D6A8CF48E6D46A474028B691688284' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, PostCinematic_MusicToPlay_113_28E4FB93464DC38C7BEB6B82C377C9A7) == 0x000080, "Member 'FS_TriggerCinematicVariables::PostCinematic_MusicToPlay_113_28E4FB93464DC38C7BEB6B82C377C9A7' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, AmbienceParameters_147_587FE3524B87C893C041399C2F9FB48C) == 0x000088, "Member 'FS_TriggerCinematicVariables::AmbienceParameters_147_587FE3524B87C893C041399C2F9FB48C' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, SpawnableActors_127_0B04305D412DFFE545DBF88B7B79693F) == 0x000098, "Member 'FS_TriggerCinematicVariables::SpawnableActors_127_0B04305D412DFFE545DBF88B7B79693F' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, StopExplorationSoundOnStart_132_F545F93743F681DB97E16B8A544625E8) == 0x0000E8, "Member 'FS_TriggerCinematicVariables::StopExplorationSoundOnStart_132_F545F93743F681DB97E16B8A544625E8' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, RestoreExplorationSoundOnEnd_131_32363C8B49B23DC74291B2BD50570695) == 0x0000E9, "Member 'FS_TriggerCinematicVariables::RestoreExplorationSoundOnEnd_131_32363C8B49B23DC74291B2BD50570695' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, AllowRepeat_134_E017DD9E48ACD222B9BCF4BBEADAC35E) == 0x0000EA, "Member 'FS_TriggerCinematicVariables::AllowRepeat_134_E017DD9E48ACD222B9BCF4BBEADAC35E' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, PreCinematicParameters_143_FEE23BF1489198BFD356D4A83F0CAD72) == 0x0000EB, "Member 'FS_TriggerCinematicVariables::PreCinematicParameters_143_FEE23BF1489198BFD356D4A83F0CAD72' has a wrong offset!"); \ +static_assert(offsetof(FS_TriggerCinematicVariables, PostCinematicParameters_144_7BE30D474C2049E81CA56C947E762020) == 0x0000F0, "Member 'FS_TriggerCinematicVariables::PostCinematicParameters_144_7BE30D474C2049E81CA56C947E762020' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_Companion__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData) == 0x000258, "Wrong size on Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __NameProperty_23) == 0x000004, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__NameProperty_23' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __StructProperty_24) == 0x000010, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__StructProperty_24' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __FloatProperty_25) == 0x000030, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__FloatProperty_25' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __StructProperty_26) == 0x000034, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__StructProperty_26' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __FloatProperty_27) == 0x000060, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__FloatProperty_27' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __BoolProperty_28) == 0x000064, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__BoolProperty_28' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __EnumProperty_29) == 0x000065, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__EnumProperty_29' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __ByteProperty_30) == 0x000066, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__ByteProperty_30' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, __NameProperty_31) == 0x000068, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::__NameProperty_31' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000070, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000F0, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000108, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x000138, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000168, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000198, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x0001C8, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0001F8, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000228, "Member 'Face_AnimBP_Companion::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_Companion_C_AnimGraph \ +static_assert(alignof(Face_AnimBP_Companion_C_AnimGraph) == 0x000008, "Wrong alignment on Face_AnimBP_Companion_C_AnimGraph"); \ +static_assert(sizeof(Face_AnimBP_Companion_C_AnimGraph) == 0x000010, "Wrong size on Face_AnimBP_Companion_C_AnimGraph"); \ +static_assert(offsetof(Face_AnimBP_Companion_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Face_AnimBP_Companion_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion \ +static_assert(alignof(Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion) == 0x000004, "Wrong alignment on Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion"); \ +static_assert(sizeof(Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion) == 0x000004, "Wrong size on Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion"); \ +static_assert(offsetof(Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion, EntryPoint) == 0x000000, "Member 'Face_AnimBP_Companion_C_ExecuteUbergraph_Face_AnimBP_Companion::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_AnimBP_Companion_C \ +static_assert(alignof(UFace_AnimBP_Companion_C) == 0x000010, "Wrong alignment on UFace_AnimBP_Companion_C"); \ +static_assert(sizeof(UFace_AnimBP_Companion_C) == 0x000730, "Wrong size on UFace_AnimBP_Companion_C"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, UberGraphFrame) == 0x000370, "Member 'UFace_AnimBP_Companion_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UFace_AnimBP_Companion_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UFace_AnimBP_Companion_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_Root) == 0x000388, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_CopyPoseFromMesh) == 0x0003A8, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_SaveCachedPose) == 0x000500, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_UseCachedPose) == 0x000580, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_LayeredBoneBlend) == 0x0005A8, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_Slot) == 0x000698, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_Companion_C, AnimGraphNode_SequencePlayer) == 0x0006E0, "Member 'UFace_AnimBP_Companion_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature, ActiveWidget) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature::ActiveWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature, ActiveIndex) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_BndEvt__WBP_PhotoModeSettingsMenu_CommonActivatableWidgetSwitcher_K2Node_ComponentBoundEvent_0_OnActiveIndexChangedDelegate__DelegateSignature::ActiveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu) == 0x000078, "Wrong size on WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, K2Node_ComponentBoundEvent_ActiveWidget) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::K2Node_ComponentBoundEvent_ActiveWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, K2Node_ComponentBoundEvent_ActiveIndex) == 0x000010, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::K2Node_ComponentBoundEvent_ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, K2Node_MakeMap_Map) == 0x000018, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page) == 0x000068, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_PhotoModeSettingsMenu_C_ExecuteUbergraph_WBP_PhotoModeSettingsMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_SetHUDVisibility \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_SetHUDVisibility"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility) == 0x000020, "Wrong size on WBP_PhotoModeSettingsMenu_C_SetHUDVisibility"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility, Visible) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_SetHUDVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_SetHUDVisibility::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility, K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page) == 0x000010, "Member 'WBP_PhotoModeSettingsMenu_C_SetHUDVisibility::K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetHUDVisibility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_PhotoModeSettingsMenu_C_SetHUDVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled) == 0x000020, "Wrong size on WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled, Enabled) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled, K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page) == 0x000010, "Member 'WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled::K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_PhotoModeSettingsMenu_C_SetInteractionEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors) == 0x000040, "Wrong size on WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, PhotoModeController_0) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::PhotoModeController_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, PhotoModePawn_0) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::PhotoModePawn_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, Temp_int_Variable) == 0x000010, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, CallFunc_GetWidgetAtIndex_ReturnValue) == 0x000018, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::CallFunc_GetWidgetAtIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, CallFunc_GetNumWidgets_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page) == 0x000028, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::K2Node_DynamicCast_AsWBP_Photo_Mode_Menu_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_PhotoModeSettingsMenu_C_SetPhotoModeActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeSettingsMenu_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeSettingsMenu_C \ +static_assert(alignof(UWBP_PhotoModeSettingsMenu_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeSettingsMenu_C"); \ +static_assert(sizeof(UWBP_PhotoModeSettingsMenu_C) == 0x000490, "Wrong size on UWBP_PhotoModeSettingsMenu_C"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PhotoModeSettingsMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, CommonActivatableWidgetSwitcher) == 0x000438, "Member 'UWBP_PhotoModeSettingsMenu_C::CommonActivatableWidgetSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, PhotoModeCategoryTitle) == 0x000440, "Member 'UWBP_PhotoModeSettingsMenu_C::PhotoModeCategoryTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoMenuPage_VisualEffects) == 0x000448, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoMenuPage_VisualEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoModeMenuPage_Camera) == 0x000450, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoModeMenuPage_Camera' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoModeMenuPage_Characters) == 0x000458, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoModeMenuPage_Characters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoModeMenuPage_ColorGrading) == 0x000460, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoModeMenuPage_ColorGrading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoModeMenuPage_Filter) == 0x000468, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoModeMenuPage_Filter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_PhotoModeMenuPage_Lighting) == 0x000470, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_PhotoModeMenuPage_Lighting' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, WBP_Top_MenuHorizontal_Categories) == 0x000478, "Member 'UWBP_PhotoModeSettingsMenu_C::WBP_Top_MenuHorizontal_Categories' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, PhotoModePawn) == 0x000480, "Member 'UWBP_PhotoModeSettingsMenu_C::PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeSettingsMenu_C, PhotoModeController) == 0x000488, "Member 'UWBP_PhotoModeSettingsMenu_C::PhotoModeController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bow_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Bow_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000150, "Wrong size on Bow_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_7) == 0x000004, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_7' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_8) == 0x000010, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_8' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_9) == 0x000030, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_9' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_10) == 0x000034, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_10' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_11) == 0x000035, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_11' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_12) == 0x000038, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_12' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_13) == 0x000040, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_13' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_14) == 0x000048, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_14' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_15) == 0x000049, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_15' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_16) == 0x00004A, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_16' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_17) == 0x00004C, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_17' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000058, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000D8, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000F0, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x000120, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bow_AnimBP__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(Bow_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on Bow_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(Bow_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on Bow_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(Bow_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'Bow_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bow_AnimBP_C_AnimGraph \ +static_assert(alignof(Bow_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on Bow_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(Bow_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on Bow_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(Bow_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Bow_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP \ +static_assert(alignof(Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP) == 0x000004, "Wrong alignment on Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP"); \ +static_assert(sizeof(Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP) == 0x000004, "Wrong size on Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP"); \ +static_assert(offsetof(Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP, EntryPoint) == 0x000000, "Member 'Bow_AnimBP_C_ExecuteUbergraph_Bow_AnimBP::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBow_AnimBP_C \ +static_assert(alignof(UBow_AnimBP_C) == 0x000010, "Wrong alignment on UBow_AnimBP_C"); \ +static_assert(sizeof(UBow_AnimBP_C) == 0x000400, "Wrong size on UBow_AnimBP_C"); \ +static_assert(offsetof(UBow_AnimBP_C, UberGraphFrame) == 0x000370, "Member 'UBow_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, __AnimBlueprintMutables) == 0x000378, "Member 'UBow_AnimBP_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UBow_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UBow_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, AnimGraphNode_Root) == 0x000390, "Member 'UBow_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, AnimGraphNode_SequenceEvaluator) == 0x0003B0, "Member 'UBow_AnimBP_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UBow_AnimBP_C, Draw) == 0x0003F0, "Member 'UBow_AnimBP_C::Draw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_Battle_C_OnBattleEnd \ +static_assert(alignof(BP_AudioControlSystem_Battle_C_OnBattleEnd) == 0x000008, "Wrong alignment on BP_AudioControlSystem_Battle_C_OnBattleEnd"); \ +static_assert(sizeof(BP_AudioControlSystem_Battle_C_OnBattleEnd) == 0x000050, "Wrong size on BP_AudioControlSystem_Battle_C_OnBattleEnd"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue) == 0x000010, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_GetSpecialEffectsVolume_ReturnValue) == 0x000014, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_GetSpecialEffectsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleEnd, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast) == 0x000048, "Member 'BP_AudioControlSystem_Battle_C_OnBattleEnd::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_Battle_C_OnBattleStart \ +static_assert(alignof(BP_AudioControlSystem_Battle_C_OnBattleStart) == 0x000008, "Wrong alignment on BP_AudioControlSystem_Battle_C_OnBattleStart"); \ +static_assert(sizeof(BP_AudioControlSystem_Battle_C_OnBattleStart) == 0x000050, "Wrong size on BP_AudioControlSystem_Battle_C_OnBattleStart"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_GetSpecialEffectsVolume_ReturnValue) == 0x000010, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_GetSpecialEffectsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue) == 0x000014, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000038, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnBattleStart, CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast) == 0x000048, "Member 'BP_AudioControlSystem_Battle_C_OnBattleStart::CallFunc_SetSoundMixClassOverride_Volume_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_Battle_C_OnCharacterActionEnd \ +static_assert(alignof(BP_AudioControlSystem_Battle_C_OnCharacterActionEnd) == 0x000008, "Wrong alignment on BP_AudioControlSystem_Battle_C_OnCharacterActionEnd"); \ +static_assert(sizeof(BP_AudioControlSystem_Battle_C_OnCharacterActionEnd) == 0x000008, "Wrong size on BP_AudioControlSystem_Battle_C_OnCharacterActionEnd"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionEnd, CharacterStats) == 0x000000, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionEnd::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_Battle_C_OnCharacterActionStart \ +static_assert(alignof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart) == 0x000008, "Wrong alignment on BP_AudioControlSystem_Battle_C_OnCharacterActionStart"); \ +static_assert(sizeof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart) == 0x000038, "Wrong size on BP_AudioControlSystem_Battle_C_OnCharacterActionStart"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, CharacterStats) == 0x000000, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, Temp_byte_Variable) == 0x000008, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, CallFunc_GetTeam_Team) == 0x000009, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, Temp_object_Variable) == 0x000010, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, Temp_object_Variable_1) == 0x000018, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, Temp_object_Variable_2) == 0x000020, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, Temp_object_Variable_3) == 0x000028, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterActionStart, K2Node_Select_Default) == 0x000030, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterActionStart::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioControlSystem_Battle_C_OnCharacterTurnStart \ +static_assert(alignof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_AudioControlSystem_Battle_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart) == 0x000028, "Wrong size on BP_AudioControlSystem_Battle_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, CallFunc_GetTeam_Team) == 0x000008, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, Temp_bool_Variable) == 0x00000A, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, K2Node_Select_Default) == 0x000010, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioControlSystem_Battle_C_OnCharacterTurnStart, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_AudioControlSystem_Battle_C_OnCharacterTurnStart::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AudioControlSystem_Battle_C \ +static_assert(alignof(UBP_AudioControlSystem_Battle_C) == 0x000008, "Wrong alignment on UBP_AudioControlSystem_Battle_C"); \ +static_assert(sizeof(UBP_AudioControlSystem_Battle_C) == 0x000078, "Wrong size on UBP_AudioControlSystem_Battle_C"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, LastTurnStartTeam) == 0x000028, "Member 'UBP_AudioControlSystem_Battle_C::LastTurnStartTeam' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, SoundEvent_TurnStart_Ally) == 0x000030, "Member 'UBP_AudioControlSystem_Battle_C::SoundEvent_TurnStart_Ally' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, SoundEvent_TurnStart_Enemy) == 0x000040, "Member 'UBP_AudioControlSystem_Battle_C::SoundEvent_TurnStart_Enemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, SoundEvent_BattleStart) == 0x000050, "Member 'UBP_AudioControlSystem_Battle_C::SoundEvent_BattleStart' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, PlayerIsInBattle) == 0x000060, "Member 'UBP_AudioControlSystem_Battle_C::PlayerIsInBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioControlSystem_Battle_C, SC_SharedAssets) == 0x000068, "Member 'UBP_AudioControlSystem_Battle_C::SC_SharedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData) == 0x001698, "Wrong size on ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_730) == 0x000004, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_730' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_731) == 0x00000C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_731' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_732) == 0x000014, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_732' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_733) == 0x00001C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_733' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_734) == 0x000024, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_734' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_735) == 0x000028, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_735' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_736) == 0x000030, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_736' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_737) == 0x000038, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_737' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_738) == 0x000040, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_738' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_739) == 0x000048, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_739' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_740) == 0x00004C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_740' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_741) == 0x000054, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_741' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_742) == 0x00005C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_742' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_743) == 0x000064, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_743' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __StructProperty_744) == 0x000068, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__StructProperty_744' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_745) == 0x000088, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_745' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __StructProperty_746) == 0x000090, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__StructProperty_746' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_747) == 0x0000B0, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_747' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_748) == 0x0000B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_748' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_749) == 0x0000C0, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_749' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_750) == 0x0000C8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_750' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_751) == 0x0000D0, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_751' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_752) == 0x0000D4, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_752' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_753) == 0x0000DC, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_753' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_754) == 0x0000E4, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_754' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_755) == 0x0000EC, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_755' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_756) == 0x0000F0, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_756' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_757) == 0x0000F8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_757' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_758) == 0x000100, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_758' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_759) == 0x000108, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_759' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_760) == 0x00010C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_760' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_761) == 0x000114, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_761' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_762) == 0x00011C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_762' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_763) == 0x000124, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_763' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_764) == 0x000128, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_764' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_765) == 0x000130, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_765' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_766) == 0x000138, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_766' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_767) == 0x000140, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_767' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_768) == 0x000148, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_768' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_769) == 0x00014C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_769' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_770) == 0x000154, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_770' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_771) == 0x00015C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_771' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_772) == 0x000160, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_772' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_773) == 0x000168, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_773' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_774) == 0x00016C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_774' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_775) == 0x000174, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_775' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __IntProperty_776) == 0x00017C, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__IntProperty_776' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __StructProperty_777) == 0x000180, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__StructProperty_777' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __BoolProperty_778) == 0x0001A0, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__BoolProperty_778' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __FloatProperty_779) == 0x0001A4, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__FloatProperty_779' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __StructProperty_780) == 0x0001A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__StructProperty_780' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __FloatProperty_781) == 0x0001D4, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__FloatProperty_781' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __BoolProperty_782) == 0x0001D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__BoolProperty_782' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __EnumProperty_783) == 0x0001D9, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__EnumProperty_783' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __ByteProperty_784) == 0x0001DA, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__ByteProperty_784' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, __NameProperty_785) == 0x0001DC, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::__NameProperty_785' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0001E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000268, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000270, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000288, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x0002B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x0002E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000318, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x000348, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x000378, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x0003A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x0003D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000408, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x000438, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x000468, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000498, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x0004C8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x0004F8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x000528, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000558, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x000588, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x0005B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x0005E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000618, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000648, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x000678, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x0006A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x0006D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x000708, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_9) == 0x000738, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x000768, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x000798, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x0007C8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0007F8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x000828, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x000858, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x000888, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x0008B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x0008E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x000918, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x000948, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x000978, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x0009A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x0009D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x000A08, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x000A38, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x000A68, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000A98, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x000AC8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000AF8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000B28, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000B58, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x000B88, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x000BB8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x000BE8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x000C18, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x000C48, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x000C78, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x000CA8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x000CD8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x000D08, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x000D38, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000D68, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x000D98, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x000DC8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x000DF8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x000E28, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x000E58, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x000E88, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000EB8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x000EE8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x000F18, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x000F48, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x000F78, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x000FA8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x000FD8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x001008, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x001038, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x001068, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x001098, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0010C8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x0010F8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x001128, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x001158, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x001188, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x0011B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0011E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x001218, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x001248, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x001278, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x0012A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0012D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x001308, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001338, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x001368, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001398, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x0013C8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0013F8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x001428, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001458, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001488, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0014B8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0014E8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001518, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001548, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001578, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0015A8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x0015D8, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x001608, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x001638, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x001668, "Member 'ABP_GameMenu_Characters_Faces::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_AnimGraph \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_AnimGraph"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_AnimGraph) == 0x000010, "Wrong size on ABP_GameMenu_Characters_Faces_C_AnimGraph"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces) == 0x000170, "Wrong size on ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, EntryPoint) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000010, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000014, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000015, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x000018, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00001D, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000020, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000024, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000025, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000028, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_1) == 0x00002C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x000030, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000034, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000035, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_2) == 0x000037, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000038, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3) == 0x00003C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000040, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_BooleanOR_ReturnValue_1) == 0x000041, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000042, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_3) == 0x000043, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000044, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4) == 0x000048, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x00004C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00004D, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_4) == 0x00004E, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00004F, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000050, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_5) == 0x000051, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000054, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5) == 0x000058, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x00005C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x00005D, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x00005E, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x000060, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_6) == 0x000064, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6) == 0x000068, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_6) == 0x00006C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x00006D, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x000070, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7) == 0x000074, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_7) == 0x000078, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x00007C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8) == 0x000080, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_8) == 0x000084, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9) == 0x000088, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x00008C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10) == 0x000090, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_9) == 0x000094, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x000098, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_10) == 0x00009C, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x00009D, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x0000A0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11) == 0x0000A4, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_ReturnValue_11) == 0x0000A8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x0000A9, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_7) == 0x0000AA, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x0000AB, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_Not_PreBool_ReturnValue_8) == 0x0000AC, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0000AD, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0000B0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x0000B8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x0000C0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0000C8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x0000D0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x0000D8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x0000E0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3) == 0x0000E8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x0000F0, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4) == 0x0000F8, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5) == 0x000100, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5) == 0x000108, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6) == 0x000110, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6) == 0x000118, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7) == 0x000120, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7) == 0x000128, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8) == 0x000130, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8) == 0x000138, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9) == 0x000140, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9) == 0x000148, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10) == 0x000150, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10) == 0x000158, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11) == 0x000160, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11) == 0x000168, "Member 'ABP_GameMenu_Characters_Faces_C_ExecuteUbergraph_ABP_GameMenu_Characters_Faces::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim) == 0x000058, "Wrong size on ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, Context) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, Node) == 0x000010, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000044, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeCostumeChangeAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim) == 0x000058, "Wrong size on ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, Context) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, Node) == 0x000010, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000044, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_GameMenu_Characters_Faces_C_SelectWardrobeHaircutChangeAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_SetGameMenuPage \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_SetGameMenuPage) == 0x000001, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_SetGameMenuPage"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_SetGameMenuPage) == 0x000003, "Wrong size on ABP_GameMenu_Characters_Faces_C_SetGameMenuPage"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SetGameMenuPage, GameMenuPage) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_SetGameMenuPage::GameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SetGameMenuPage, IsSelected) == 0x000001, "Member 'ABP_GameMenu_Characters_Faces_C_SetGameMenuPage::IsSelected' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_SetGameMenuPage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'ABP_GameMenu_Characters_Faces_C_SetGameMenuPage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged) == 0x000020, "Wrong size on ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged, HasHaircutChanged) == 0x000000, "Member 'ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged::HasHaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged, HasCostumeChanged) == 0x000001, "Member 'ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged::HasCostumeChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000018, "Member 'ABP_GameMenu_Characters_Faces_C_TriggerCustomizationChanged::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Faces_C \ +static_assert(alignof(UABP_GameMenu_Characters_Faces_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Faces_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Faces_C) == 0x0020C0, "Wrong size on UABP_GameMenu_Characters_Faces_C"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, UberGraphFrame) == 0x000370, "Member 'UABP_GameMenu_Characters_Faces_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_GameMenu_Characters_Faces_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimBlueprintExtension_NodeRelevancy) == 0x000380, "Member 'UABP_GameMenu_Characters_Faces_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimBlueprintExtension_Base) == 0x000428, "Member 'UABP_GameMenu_Characters_Faces_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_Root) == 0x000430, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_35) == 0x000450, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_34) == 0x000478, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_33) == 0x0004A0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_32) == 0x0004C8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_31) == 0x0004F0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_30) == 0x000518, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_29) == 0x000540, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_28) == 0x000568, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_27) == 0x000590, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_26) == 0x0005B8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_25) == 0x0005E0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_24) == 0x000608, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_23) == 0x000630, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_22) == 0x000658, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_21) == 0x000680, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_20) == 0x0006A8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_19) == 0x0006D0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_18) == 0x0006F8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_17) == 0x000720, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_16) == 0x000748, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_23) == 0x000770, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_31) == 0x0007B8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_22) == 0x0007D8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_30) == 0x000820, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_9) == 0x000840, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_29) == 0x000908, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_21) == 0x000928, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_28) == 0x000970, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_15) == 0x000990, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_20) == 0x0009B8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_27) == 0x000A00, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_19) == 0x000A20, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_26) == 0x000A68, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_8) == 0x000A88, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_25) == 0x000B50, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_14) == 0x000B70, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_18) == 0x000B98, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_24) == 0x000BE0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_17) == 0x000C00, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_23) == 0x000C48, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_7) == 0x000C68, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_22) == 0x000D30, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_13) == 0x000D50, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_12) == 0x000D78, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_11) == 0x000DA0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_10) == 0x000DC8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_9) == 0x000DF0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_16) == 0x000E18, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_21) == 0x000E60, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_15) == 0x000E80, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_20) == 0x000EC8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_14) == 0x000EE8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_19) == 0x000F30, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_13) == 0x000F50, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_18) == 0x000F98, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_6) == 0x000FB8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_17) == 0x001080, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_8) == 0x0010A0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_12) == 0x0010C8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_16) == 0x001110, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_11) == 0x001130, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_15) == 0x001178, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_5) == 0x001198, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_14) == 0x001260, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_7) == 0x001280, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_10) == 0x0012A8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_13) == 0x0012F0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_9) == 0x001310, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_12) == 0x001358, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_4) == 0x001378, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_11) == 0x001440, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_6) == 0x001460, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_8) == 0x001488, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_10) == 0x0014D0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_7) == 0x0014F0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_9) == 0x001538, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_3) == 0x001558, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_8) == 0x001620, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_5) == 0x001640, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_6) == 0x001668, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_7) == 0x0016B0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_5) == 0x0016D0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_6) == 0x001718, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_2) == 0x001738, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_5) == 0x001800, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_4) == 0x001820, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_3) == 0x001848, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_2) == 0x001870, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult_1) == 0x001898, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_4) == 0x0018C0, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_4) == 0x001908, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_3) == 0x001928, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_3) == 0x001970, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_2) == 0x001990, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_2) == 0x0019D8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer_1) == 0x0019F8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult_1) == 0x001A40, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine_1) == 0x001A60, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateResult) == 0x001B28, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_TransitionResult) == 0x001B48, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_StateMachine) == 0x001B70, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_Slot) == 0x001C38, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_CopyPoseFromMesh) == 0x001C80, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_LayeredBoneBlend) == 0x001DD8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_ApplyAdditive) == 0x001EC8, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, AnimGraphNode_SequencePlayer) == 0x001F90, "Member 'UABP_GameMenu_Characters_Faces_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, EGameMenuPage) == 0x001FD8, "Member 'UABP_GameMenu_Characters_Faces_C::EGameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, IntroAnim) == 0x001FE0, "Member 'UABP_GameMenu_Characters_Faces_C::IntroAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, TeamOverview_IsSelected) == 0x001FE8, "Member 'UABP_GameMenu_Characters_Faces_C::TeamOverview_IsSelected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, TeamOverview_Unselected) == 0x001FF0, "Member 'UABP_GameMenu_Characters_Faces_C::TeamOverview_Unselected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, TeamOverview_UnselectedToSelected) == 0x001FF8, "Member 'UABP_GameMenu_Characters_Faces_C::TeamOverview_UnselectedToSelected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, TeamOverview_Selected) == 0x002000, "Member 'UABP_GameMenu_Characters_Faces_C::TeamOverview_Selected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, TeamOverview_SelectedToUnselected) == 0x002008, "Member 'UABP_GameMenu_Characters_Faces_C::TeamOverview_SelectedToUnselected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, CharacterOverview_Intro) == 0x002010, "Member 'UABP_GameMenu_Characters_Faces_C::CharacterOverview_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, CharacterOverview_Idle) == 0x002018, "Member 'UABP_GameMenu_Characters_Faces_C::CharacterOverview_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Weapon_Intro) == 0x002020, "Member 'UABP_GameMenu_Characters_Faces_C::Weapon_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Weapon_Idle) == 0x002028, "Member 'UABP_GameMenu_Characters_Faces_C::Weapon_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Pictos_Idle) == 0x002030, "Member 'UABP_GameMenu_Characters_Faces_C::Pictos_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Pictos_Intro) == 0x002038, "Member 'UABP_GameMenu_Characters_Faces_C::Pictos_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, SkillTree_Intro) == 0x002040, "Member 'UABP_GameMenu_Characters_Faces_C::SkillTree_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, SkillTree_Idle) == 0x002048, "Member 'UABP_GameMenu_Characters_Faces_C::SkillTree_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Stats_Intro) == 0x002050, "Member 'UABP_GameMenu_Characters_Faces_C::Stats_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Stats_Idle) == 0x002058, "Member 'UABP_GameMenu_Characters_Faces_C::Stats_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_Intro) == 0x002060, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_Idle) == 0x002068, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Lumina_Intro) == 0x002070, "Member 'UABP_GameMenu_Characters_Faces_C::Lumina_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Lumina_Idle) == 0x002078, "Member 'UABP_GameMenu_Characters_Faces_C::Lumina_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Skills_Intro) == 0x002080, "Member 'UABP_GameMenu_Characters_Faces_C::Skills_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Skills_Idle) == 0x002088, "Member 'UABP_GameMenu_Characters_Faces_C::Skills_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_HaircutChanged) == 0x002090, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_HaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_CostumeChanged) == 0x002091, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_CostumeChanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_CostumeChangedAnim) == 0x002098, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_CostumeChangedAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, Wardrobe_HaircutChangedAnim) == 0x0020A8, "Member 'UABP_GameMenu_Characters_Faces_C::Wardrobe_HaircutChangedAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_Faces_C, DEV_Wardrobe_HairCutChangeAnimToPlay) == 0x0020B8, "Member 'UABP_GameMenu_Characters_Faces_C::DEV_Wardrobe_HairCutChangeAnimToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_749) == 0x000004, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_749' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_750) == 0x00000C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_750' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_751) == 0x000014, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_751' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_752) == 0x000018, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_752' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_753) == 0x000020, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_753' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_754) == 0x000028, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_754' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_755) == 0x000030, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_755' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_756) == 0x000034, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_756' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_757) == 0x00003C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_757' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_758) == 0x000044, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_758' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_759) == 0x00004C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_759' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_760) == 0x000054, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_760' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_761) == 0x000058, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_761' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_762) == 0x000060, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_762' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_763) == 0x000068, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_763' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_764) == 0x000070, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_764' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __StructProperty_765) == 0x000078, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__StructProperty_765' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_766) == 0x000098, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_766' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __StructProperty_767) == 0x0000A0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__StructProperty_767' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_768) == 0x0000C0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_768' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_769) == 0x0000C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_769' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_770) == 0x0000D0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_770' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_771) == 0x0000D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_771' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_772) == 0x0000E0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_772' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_773) == 0x0000E4, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_773' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_774) == 0x0000EC, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_774' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_775) == 0x0000F4, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_775' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_776) == 0x0000FC, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_776' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_777) == 0x000100, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_777' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_778) == 0x000108, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_778' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_779) == 0x000110, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_779' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_780) == 0x000118, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_780' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_781) == 0x00011C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_781' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_782) == 0x000124, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_782' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_783) == 0x00012C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_783' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_784) == 0x000134, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_784' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_785) == 0x000138, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_785' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_786) == 0x000140, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_786' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_787) == 0x000148, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_787' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_788) == 0x000150, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_788' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_789) == 0x000158, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_789' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_790) == 0x00015C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_790' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_791) == 0x000164, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_791' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_792) == 0x00016C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_792' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __EnumProperty_793) == 0x000170, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__EnumProperty_793' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_794) == 0x000174, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_794' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_795) == 0x00017C, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_795' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_796) == 0x000184, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_796' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_797) == 0x000188, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_797' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_798) == 0x000190, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_798' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __IntProperty_799) == 0x000198, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__IntProperty_799' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __StructProperty_800) == 0x0001A0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__StructProperty_800' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __BoolProperty_801) == 0x0001C0, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__BoolProperty_801' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __FloatProperty_802) == 0x0001C4, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__FloatProperty_802' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __StructProperty_803) == 0x0001C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__StructProperty_803' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __FloatProperty_804) == 0x0001F4, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__FloatProperty_804' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __BoolProperty_805) == 0x0001F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__BoolProperty_805' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __EnumProperty_806) == 0x0001F9, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__EnumProperty_806' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __ByteProperty_807) == 0x0001FA, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__ByteProperty_807' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, __NameProperty_808) == 0x0001FC, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::__NameProperty_808' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000208, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000288, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000290, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0002A8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x0002D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x000308, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x000338, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x000368, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000398, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x0003C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x0003F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x000428, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x000458, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000488, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x0004B8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x0004E8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000518, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x000548, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x000578, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x0005A8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x0005D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x000608, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x000638, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x000668, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000698, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x0006C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_32) == 0x0006F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000728, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x000758, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x000788, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x0007B8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x0007E8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_9) == 0x000818, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x000848, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x000878, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x0008A8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0008D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x000908, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x000938, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x000968, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x000998, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x0009C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x0009F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x000A28, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x000A58, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x000A88, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x000AB8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x000AE8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x000B18, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x000B48, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000B78, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x000BA8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000BD8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000C08, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000C38, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x000C68, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x000C98, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x000CC8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x000CF8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x000D28, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x000D58, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x000D88, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x000DB8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x000DE8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x000E18, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000E48, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x000E78, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x000EA8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x000ED8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x000F08, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x000F38, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x000F68, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000F98, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x000FC8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x000FF8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x001028, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x001058, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x001088, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x0010B8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0010E8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x001118, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x001148, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x001178, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0011A8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x0011D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x001208, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x001238, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x001268, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001298, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0012C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x0012F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x001328, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x001358, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x001388, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0013B8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0013E8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001418, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x001448, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001478, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x0014A8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0014D8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x001508, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001538, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001568, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x001598, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0015C8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x0015F8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001628, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001658, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x001688, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x0016B8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0016E8, "Member 'ABP_GameMenu_Characters::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_AnimGraph \ +static_assert(alignof(ABP_GameMenu_Characters_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_C_AnimGraph"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_AnimGraph) == 0x000010, "Wrong size on ABP_GameMenu_Characters_C_AnimGraph"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_GameMenu_Characters_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters \ +static_assert(alignof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters) == 0x000188, "Wrong size on ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, EntryPoint) == 0x000000, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000010, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000014, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000015, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000016, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_1) == 0x000017, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_BooleanOR_ReturnValue) == 0x000018, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000019, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001A, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00001C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x000020, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000024, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000025, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_3) == 0x000026, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000027, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x000028, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_4) == 0x00002C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000030, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3) == 0x000034, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000038, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_BooleanOR_ReturnValue_1) == 0x000039, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00003A, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_5) == 0x00003B, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x00003C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4) == 0x000040, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000044, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000045, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_6) == 0x000046, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_BooleanOR_ReturnValue_2) == 0x000047, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000048, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x00004C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x00004D, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_7) == 0x00004E, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000050, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5) == 0x000054, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x000058, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000059, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x00005C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6) == 0x000060, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_6) == 0x000064, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000065, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x000068, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7) == 0x00006C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_7) == 0x000070, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x000074, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8) == 0x000078, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_8) == 0x00007C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x00007D, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x000080, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9) == 0x000084, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x000088, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_9) == 0x00008C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x000090, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10) == 0x000094, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11) == 0x000098, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_10) == 0x00009C, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_11) == 0x00009D, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x0000A0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x0000A4, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12) == 0x0000A8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_ReturnValue_12) == 0x0000AC, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000AD, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_BooleanOR_ReturnValue_3) == 0x0000AE, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x0000AF, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x0000B0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_Not_PreBool_ReturnValue_8) == 0x0000B1, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0000B2, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0000B8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x0000C0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0000C8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x0000D0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x0000D8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x0000E0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3) == 0x0000E8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x0000F0, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4) == 0x0000F8, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000100, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5) == 0x000108, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5) == 0x000110, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6) == 0x000118, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6) == 0x000120, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7) == 0x000128, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7) == 0x000130, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8) == 0x000138, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8) == 0x000140, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9) == 0x000148, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9) == 0x000150, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10) == 0x000158, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11) == 0x000160, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10) == 0x000168, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11) == 0x000170, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12) == 0x000178, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12) == 0x000180, "Member 'ABP_GameMenu_Characters_C_ExecuteUbergraph_ABP_GameMenu_Characters::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim \ +static_assert(alignof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim) == 0x000058, "Wrong size on ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, Context) == 0x000000, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, Node) == 0x000010, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000044, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeCostumeChangeAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim \ +static_assert(alignof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim) == 0x000058, "Wrong size on ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, Context) == 0x000000, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, Node) == 0x000010, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000044, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_GameMenu_Characters_C_SelectWardrobeHaircutChangeAnim::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_SetGameMenuPage \ +static_assert(alignof(ABP_GameMenu_Characters_C_SetGameMenuPage) == 0x000001, "Wrong alignment on ABP_GameMenu_Characters_C_SetGameMenuPage"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_SetGameMenuPage) == 0x000003, "Wrong size on ABP_GameMenu_Characters_C_SetGameMenuPage"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SetGameMenuPage, GameMenuPage) == 0x000000, "Member 'ABP_GameMenu_Characters_C_SetGameMenuPage::GameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SetGameMenuPage, IsSelected) == 0x000001, "Member 'ABP_GameMenu_Characters_C_SetGameMenuPage::IsSelected' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_SetGameMenuPage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'ABP_GameMenu_Characters_C_SetGameMenuPage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_C_TriggerCustomizationChanged \ +static_assert(alignof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_C_TriggerCustomizationChanged"); \ +static_assert(sizeof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged) == 0x000020, "Wrong size on ABP_GameMenu_Characters_C_TriggerCustomizationChanged"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged, HasHaircutChanged) == 0x000000, "Member 'ABP_GameMenu_Characters_C_TriggerCustomizationChanged::HasHaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged, HasCostumeChanged) == 0x000001, "Member 'ABP_GameMenu_Characters_C_TriggerCustomizationChanged::HasCostumeChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'ABP_GameMenu_Characters_C_TriggerCustomizationChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenu_Characters_C_TriggerCustomizationChanged, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000018, "Member 'ABP_GameMenu_Characters_C_TriggerCustomizationChanged::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_C \ +static_assert(alignof(UABP_GameMenu_Characters_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_C"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, UberGraphFrame) == 0x000370, "Member 'UABP_GameMenu_Characters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_GameMenu_Characters_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimBlueprintExtension_NodeRelevancy) == 0x000380, "Member 'UABP_GameMenu_Characters_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimBlueprintExtension_Base) == 0x000428, "Member 'UABP_GameMenu_Characters_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_Root) == 0x000430, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_37) == 0x000450, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_36) == 0x000478, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_35) == 0x0004A0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_34) == 0x0004C8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_33) == 0x0004F0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_32) == 0x000518, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_31) == 0x000540, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_30) == 0x000568, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_29) == 0x000590, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_28) == 0x0005B8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_27) == 0x0005E0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_26) == 0x000608, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_25) == 0x000630, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_24) == 0x000658, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_23) == 0x000680, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_22) == 0x0006A8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_21) == 0x0006D0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_20) == 0x0006F8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_19) == 0x000720, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_18) == 0x000748, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_17) == 0x000770, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_24) == 0x000798, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_32) == 0x0007E0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_16) == 0x000800, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_23) == 0x000828, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_31) == 0x000870, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_22) == 0x000890, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_30) == 0x0008D8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_9) == 0x0008F8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_29) == 0x0009C0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_21) == 0x0009E0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_28) == 0x000A28, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_15) == 0x000A48, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_20) == 0x000A70, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_27) == 0x000AB8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_19) == 0x000AD8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_26) == 0x000B20, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_8) == 0x000B40, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_25) == 0x000C08, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_14) == 0x000C28, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_18) == 0x000C50, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_24) == 0x000C98, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_17) == 0x000CB8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_23) == 0x000D00, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_7) == 0x000D20, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_22) == 0x000DE8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_13) == 0x000E08, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_12) == 0x000E30, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_11) == 0x000E58, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_10) == 0x000E80, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_9) == 0x000EA8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_16) == 0x000ED0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_21) == 0x000F18, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_15) == 0x000F38, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_20) == 0x000F80, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_14) == 0x000FA0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_19) == 0x000FE8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_13) == 0x001008, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_18) == 0x001050, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_6) == 0x001070, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_17) == 0x001138, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_8) == 0x001158, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_12) == 0x001180, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_16) == 0x0011C8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_11) == 0x0011E8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_15) == 0x001230, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_5) == 0x001250, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_14) == 0x001318, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_7) == 0x001338, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_10) == 0x001360, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_13) == 0x0013A8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_9) == 0x0013C8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_12) == 0x001410, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_4) == 0x001430, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_11) == 0x0014F8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_6) == 0x001518, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_8) == 0x001540, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_10) == 0x001588, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_7) == 0x0015A8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_9) == 0x0015F0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_3) == 0x001610, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_8) == 0x0016D8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_5) == 0x0016F8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_6) == 0x001720, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_7) == 0x001768, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_5) == 0x001788, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_6) == 0x0017D0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_2) == 0x0017F0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_5) == 0x0018B8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_4) == 0x0018D8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_3) == 0x001900, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_2) == 0x001928, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult_1) == 0x001950, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_4) == 0x001978, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_4) == 0x0019C0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_3) == 0x0019E0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_3) == 0x001A28, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_2) == 0x001A48, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_2) == 0x001A90, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer_1) == 0x001AB0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult_1) == 0x001AF8, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine_1) == 0x001B18, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateResult) == 0x001BE0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_TransitionResult) == 0x001C00, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_StateMachine) == 0x001C28, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_Slot) == 0x001CF0, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_ApplyAdditive) == 0x001D38, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, AnimGraphNode_SequencePlayer) == 0x001E00, "Member 'UABP_GameMenu_Characters_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, EGameMenuPage) == 0x001E48, "Member 'UABP_GameMenu_Characters_C::EGameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, IntroAnim) == 0x001E50, "Member 'UABP_GameMenu_Characters_C::IntroAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, TeamOverview_IsSelected) == 0x001E58, "Member 'UABP_GameMenu_Characters_C::TeamOverview_IsSelected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, TeamOverview_Unselected) == 0x001E60, "Member 'UABP_GameMenu_Characters_C::TeamOverview_Unselected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, TeamOverview_UnselectedToSelected) == 0x001E68, "Member 'UABP_GameMenu_Characters_C::TeamOverview_UnselectedToSelected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, TeamOverview_Selected) == 0x001E70, "Member 'UABP_GameMenu_Characters_C::TeamOverview_Selected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, TeamOverview_SelectedToUnselected) == 0x001E78, "Member 'UABP_GameMenu_Characters_C::TeamOverview_SelectedToUnselected' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, CharacterOverview_Intro) == 0x001E80, "Member 'UABP_GameMenu_Characters_C::CharacterOverview_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, CharacterOverview_Idle) == 0x001E88, "Member 'UABP_GameMenu_Characters_C::CharacterOverview_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Weapon_Intro) == 0x001E90, "Member 'UABP_GameMenu_Characters_C::Weapon_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Weapon_Idle) == 0x001E98, "Member 'UABP_GameMenu_Characters_C::Weapon_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Pictos_Idle) == 0x001EA0, "Member 'UABP_GameMenu_Characters_C::Pictos_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Pictos_Intro) == 0x001EA8, "Member 'UABP_GameMenu_Characters_C::Pictos_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, SkillTree_Intro) == 0x001EB0, "Member 'UABP_GameMenu_Characters_C::SkillTree_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, SkillTree_Idle) == 0x001EB8, "Member 'UABP_GameMenu_Characters_C::SkillTree_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Stats_Intro) == 0x001EC0, "Member 'UABP_GameMenu_Characters_C::Stats_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Stats_Idle) == 0x001EC8, "Member 'UABP_GameMenu_Characters_C::Stats_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_Intro) == 0x001ED0, "Member 'UABP_GameMenu_Characters_C::Wardrobe_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_Idle) == 0x001ED8, "Member 'UABP_GameMenu_Characters_C::Wardrobe_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Lumina_Intro) == 0x001EE0, "Member 'UABP_GameMenu_Characters_C::Lumina_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Lumina_Idle) == 0x001EE8, "Member 'UABP_GameMenu_Characters_C::Lumina_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Skills_Intro) == 0x001EF0, "Member 'UABP_GameMenu_Characters_C::Skills_Intro' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Skills_Idle) == 0x001EF8, "Member 'UABP_GameMenu_Characters_C::Skills_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_HaircutChanged) == 0x001F00, "Member 'UABP_GameMenu_Characters_C::Wardrobe_HaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_CostumeChanged) == 0x001F01, "Member 'UABP_GameMenu_Characters_C::Wardrobe_CostumeChanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_CostumeChangedAnim) == 0x001F08, "Member 'UABP_GameMenu_Characters_C::Wardrobe_CostumeChangedAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, Wardrobe_HaircutChangedAnim) == 0x001F18, "Member 'UABP_GameMenu_Characters_C::Wardrobe_HaircutChangedAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, DEV_Wardrobe_HairCutChangeAnimToPlay) == 0x001F28, "Member 'UABP_GameMenu_Characters_C::DEV_Wardrobe_HairCutChangeAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(UABP_GameMenu_Characters_C, GameMenuOpened) == 0x001F30, "Member 'UABP_GameMenu_Characters_C::GameMenuOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MantleComponent_C_GetMantleAsset \ +static_assert(alignof(MantleComponent_C_GetMantleAsset) == 0x000008, "Wrong alignment on MantleComponent_C_GetMantleAsset"); \ +static_assert(sizeof(MantleComponent_C_GetMantleAsset) == 0x000050, "Wrong size on MantleComponent_C_GetMantleAsset"); \ +static_assert(offsetof(MantleComponent_C_GetMantleAsset, MantleType) == 0x000000, "Member 'MantleComponent_C_GetMantleAsset::MantleType' has a wrong offset!"); \ +static_assert(offsetof(MantleComponent_C_GetMantleAsset, CurrentOverlayState) == 0x000001, "Member 'MantleComponent_C_GetMantleAsset::CurrentOverlayState' has a wrong offset!"); \ +static_assert(offsetof(MantleComponent_C_GetMantleAsset, ReturnValue) == 0x000008, "Member 'MantleComponent_C_GetMantleAsset::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MantleComponent_C_GetMantleAsset, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'MantleComponent_C_GetMantleAsset::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(MantleComponent_C_GetMantleAsset, K2Node_SwitchEnum_CmpSuccess_1) == 0x000049, "Member 'MantleComponent_C_GetMantleAsset::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMantleComponent_C \ +static_assert(alignof(UMantleComponent_C) == 0x000010, "Wrong alignment on UMantleComponent_C"); \ +static_assert(sizeof(UMantleComponent_C) == 0x000470, "Wrong size on UMantleComponent_C"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_2m_Default) == 0x0002F0, "Member 'UMantleComponent_C::Mantle_2m_Default' has a wrong offset!"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_1m_Default) == 0x000330, "Member 'UMantleComponent_C::Mantle_1m_Default' has a wrong offset!"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_1m_LH) == 0x000370, "Member 'UMantleComponent_C::Mantle_1m_LH' has a wrong offset!"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_1m_2H) == 0x0003B0, "Member 'UMantleComponent_C::Mantle_1m_2H' has a wrong offset!"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_1m_RH) == 0x0003F0, "Member 'UMantleComponent_C::Mantle_1m_RH' has a wrong offset!"); \ +static_assert(offsetof(UMantleComponent_C, Mantle_1m_Box) == 0x000430, "Member 'UMantleComponent_C::Mantle_1m_Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume \ +static_assert(alignof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume) == 0x000008, "Wrong alignment on BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume"); \ +static_assert(sizeof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume) == 0x000200, "Wrong size on BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, EntryPoint) == 0x000000, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000020, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000038, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x00003C, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000040, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000138, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000140, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000148, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000150, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000154, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Array_Get_Item) == 0x000158, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000180, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_DynamicCast_AsBP_WP_Streaming_Source_Component) == 0x000190, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_DynamicCast_AsBP_WP_Streaming_Source_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, Temp_int_Loop_Counter_Variable_1) == 0x00019C, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001A4, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0001A8, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Array_Get_Item_1) == 0x0001B0, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001D8, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0001E0, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_DynamicCast_AsBP_WP_Streaming_Source_Component_1) == 0x0001E8, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_DynamicCast_AsBP_WP_Streaming_Source_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Array_Length_ReturnValue_1) == 0x0001F4, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F8, "Member 'BP_WP_StreamingSourceVolume_C_ExecuteUbergraph_BP_WP_StreamingSourceVolume::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_WP_StreamingSourceVolume_C_BndEvt__BP_WP_StreamingSourceVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WP_StreamingSourceVolume_C \ +static_assert(alignof(ABP_WP_StreamingSourceVolume_C) == 0x000008, "Wrong alignment on ABP_WP_StreamingSourceVolume_C"); \ +static_assert(sizeof(ABP_WP_StreamingSourceVolume_C) == 0x0002B8, "Wrong size on ABP_WP_StreamingSourceVolume_C"); \ +static_assert(offsetof(ABP_WP_StreamingSourceVolume_C, UberGraphFrame) == 0x000290, "Member 'ABP_WP_StreamingSourceVolume_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceVolume_C, Box) == 0x000298, "Member 'ABP_WP_StreamingSourceVolume_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceVolume_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_WP_StreamingSourceVolume_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_StreamingSourceVolume_C, StreamingSourceComponentsToLoad) == 0x0002A8, "Member 'ABP_WP_StreamingSourceVolume_C::StreamingSourceComponentsToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background \ +static_assert(alignof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background) == 0x000008, "Wrong alignment on WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background) == 0x0000C0, "Wrong size on WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, EntryPoint) == 0x000000, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, K2Node_CustomEvent_Image) == 0x000020, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::K2Node_CustomEvent_Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, K2Node_CustomEvent_Texture) == 0x000028, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::K2Node_CustomEvent_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, K2Node_MakeMap_Map) == 0x000038, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'WBP_BattleWheelButton_Background_C_ExecuteUbergraph_WBP_BattleWheelButton_Background::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_C_LoadParameter \ +static_assert(alignof(WBP_BattleWheelButton_Background_C_LoadParameter) == 0x000008, "Wrong alignment on WBP_BattleWheelButton_Background_C_LoadParameter"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_C_LoadParameter) == 0x000010, "Wrong size on WBP_BattleWheelButton_Background_C_LoadParameter"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_LoadParameter, Image) == 0x000000, "Member 'WBP_BattleWheelButton_Background_C_LoadParameter::Image' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_LoadParameter, Texture) == 0x000008, "Member 'WBP_BattleWheelButton_Background_C_LoadParameter::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Background_C_PreConstruct \ +static_assert(alignof(WBP_BattleWheelButton_Background_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleWheelButton_Background_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleWheelButton_Background_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleWheelButton_Background_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleWheelButton_Background_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleWheelButton_Background_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Background_C \ +static_assert(alignof(UWBP_BattleWheelButton_Background_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Background_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Background_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Background_C"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleWheelButton_Background_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_BattleWheelButton_Background_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, CanvasPanel_GlobalContainer) == 0x0002F0, "Member 'UWBP_BattleWheelButton_Background_C::CanvasPanel_GlobalContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_BG_Paint_Brown) == 0x0002F8, "Member 'UWBP_BattleWheelButton_Background_C::Image_BG_Paint_Brown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_BG_Paint_Left) == 0x000300, "Member 'UWBP_BattleWheelButton_Background_C::Image_BG_Paint_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_BG_PatternLeft) == 0x000308, "Member 'UWBP_BattleWheelButton_Background_C::Image_BG_PatternLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_BG_PatternRight) == 0x000310, "Member 'UWBP_BattleWheelButton_Background_C::Image_BG_PatternRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_LineBottom) == 0x000318, "Member 'UWBP_BattleWheelButton_Background_C::Image_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_LineTop) == 0x000320, "Member 'UWBP_BattleWheelButton_Background_C::Image_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_PaintRight) == 0x000328, "Member 'UWBP_BattleWheelButton_Background_C::Image_PaintRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Image_PatternInput) == 0x000330, "Member 'UWBP_BattleWheelButton_Background_C::Image_PatternInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, NamedSlot_Full) == 0x000338, "Member 'UWBP_BattleWheelButton_Background_C::NamedSlot_Full' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_Image_PatternBackground) == 0x000340, "Member 'UWBP_BattleWheelButton_Background_C::Param_Image_PatternBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_LineTop) == 0x000348, "Member 'UWBP_BattleWheelButton_Background_C::Param_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_LineBottom) == 0x000350, "Member 'UWBP_BattleWheelButton_Background_C::Param_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_BrownBackground) == 0x000358, "Member 'UWBP_BattleWheelButton_Background_C::Param_BrownBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_BrownBackground_Left) == 0x000360, "Member 'UWBP_BattleWheelButton_Background_C::Param_BrownBackground_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_PaintSlash_Left) == 0x000368, "Member 'UWBP_BattleWheelButton_Background_C::Param_PaintSlash_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_PaintSlash_Right) == 0x000370, "Member 'UWBP_BattleWheelButton_Background_C::Param_PaintSlash_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_Pattern_Left) == 0x000378, "Member 'UWBP_BattleWheelButton_Background_C::Param_Pattern_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Background_C, Param_Pattern_Right) == 0x000380, "Member 'UWBP_BattleWheelButton_Background_C::Param_Pattern_Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetEnableAutoSave_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetEnableAutoSave_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetEnableAutoSave_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetEnableAutoSave_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetEnableAutoSave_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetEnableAutoSave_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetEnableAutoSave_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetEnableAutoSave_C \ +static_assert(alignof(UBP_GameAction_SetEnableAutoSave_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetEnableAutoSave_C"); \ +static_assert(sizeof(UBP_GameAction_SetEnableAutoSave_C) == 0x000038, "Wrong size on UBP_GameAction_SetEnableAutoSave_C"); \ +static_assert(offsetof(UBP_GameAction_SetEnableAutoSave_C, EnableAutoSave) == 0x000030, "Member 'UBP_GameAction_SetEnableAutoSave_C::EnableAutoSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1 \ +static_assert(alignof(WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1) == 0x000004, "Wrong alignment on WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1"); \ +static_assert(sizeof(WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1) == 0x000004, "Wrong size on WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1"); \ +static_assert(offsetof(WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1, EntryPoint) == 0x000000, "Member 'WBP_BattleWheelButton_Gradient_Var1_C_ExecuteUbergraph_WBP_BattleWheelButton_Gradient_Var1::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Gradient_Var1_C \ +static_assert(alignof(UWBP_BattleWheelButton_Gradient_Var1_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Gradient_Var1_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Gradient_Var1_C) == 0x0003A8, "Wrong size on UWBP_BattleWheelButton_Gradient_Var1_C"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Gradient_Var1_C, UberGraphFrame_WBP_BattleWheelButton_Gradient_Var1_C) == 0x000388, "Member 'UWBP_BattleWheelButton_Gradient_Var1_C::UberGraphFrame_WBP_BattleWheelButton_Gradient_Var1_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Gradient_Var1_C, Image_79) == 0x000390, "Member 'UWBP_BattleWheelButton_Gradient_Var1_C::Image_79' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Gradient_Var1_C, ProgressBar_183) == 0x000398, "Member 'UWBP_BattleWheelButton_Gradient_Var1_C::ProgressBar_183' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheelButton_Gradient_Var1_C, RetainerBox_ProgressBar) == 0x0003A0, "Member 'UWBP_BattleWheelButton_Gradient_Var1_C::RetainerBox_ProgressBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Skills_Var3_C \ +static_assert(alignof(UWBP_BattleWheelButton_Skills_Var3_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Skills_Var3_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Skills_Var3_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Skills_Var3_C"); \ + +#define DUMPER7_ASSERTS_BPI_ExplorationAttack_C_ExplorationAttacked \ +static_assert(alignof(BPI_ExplorationAttack_C_ExplorationAttacked) == 0x000008, "Wrong alignment on BPI_ExplorationAttack_C_ExplorationAttacked"); \ +static_assert(sizeof(BPI_ExplorationAttack_C_ExplorationAttacked) == 0x000020, "Wrong size on BPI_ExplorationAttack_C_ExplorationAttacked"); \ +static_assert(offsetof(BPI_ExplorationAttack_C_ExplorationAttacked, PlayerCharacter) == 0x000000, "Member 'BPI_ExplorationAttack_C_ExplorationAttacked::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPI_ExplorationAttack_C_ExplorationAttacked, ImpactPoint) == 0x000008, "Member 'BPI_ExplorationAttack_C_ExplorationAttacked::ImpactPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ExplorationAttack_C \ +static_assert(alignof(IBPI_ExplorationAttack_C) == 0x000001, "Wrong alignment on IBPI_ExplorationAttack_C"); \ +static_assert(sizeof(IBPI_ExplorationAttack_C) == 0x000001, "Wrong size on IBPI_ExplorationAttack_C"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Attack_Var4_C \ +static_assert(alignof(UWBP_BattleWheelButton_Attack_Var4_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Attack_Var4_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Attack_Var4_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Attack_Var4_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_SoundOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_SoundOptions_C \ +static_assert(alignof(UWBP_Settings_SoundOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_SoundOptions_C"); \ +static_assert(sizeof(UWBP_Settings_SoundOptions_C) == 0x0004D0, "Wrong size on UWBP_Settings_SoundOptions_C"); \ +static_assert(offsetof(UWBP_Settings_SoundOptions_C, WBP_Settings_SoundOptionsList) == 0x0004C8, "Member 'UWBP_Settings_SoundOptions_C::WBP_Settings_SoundOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheelButton_Aim_Var5_C \ +static_assert(alignof(UWBP_BattleWheelButton_Aim_Var5_C) == 0x000008, "Wrong alignment on UWBP_BattleWheelButton_Aim_Var5_C"); \ +static_assert(sizeof(UWBP_BattleWheelButton_Aim_Var5_C) == 0x000388, "Wrong size on UWBP_BattleWheelButton_Aim_Var5_C"); \ + +#define DUMPER7_ASSERTS_WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic \ +static_assert(alignof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic) == 0x000008, "Wrong alignment on WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic"); \ +static_assert(sizeof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic) == 0x0002D0, "Wrong size on WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, EntryPoint) == 0x000000, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, Temp_wildcard_Variable) == 0x000004, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_MakeTimespan_ReturnValue) == 0x000010, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_GetVideoTrackFrameRate_ReturnValue) == 0x000070, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_GetVideoTrackFrameRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_GetTime_ReturnValue) == 0x000078, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_GetTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_GetTotalSeconds_ReturnValue) == 0x0000C8, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000120, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeArray_Array) == 0x000128, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_FCeil_ReturnValue) == 0x000138, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Format_ReturnValue) == 0x000140, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_GetTime_ReturnValue_1) == 0x000150, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_GetTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_GetTotalSeconds_ReturnValue_1) == 0x000158, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_GetTotalSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Greater_TimespanTimespan_ReturnValue) == 0x00015C, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Greater_TimespanTimespan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Format_ReturnValue_1) == 0x000200, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeArray_Array_2) == 0x000210, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Format_ReturnValue_2) == 0x000220, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Pause_ReturnValue) == 0x000230, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_Event_IsDesignTime) == 0x000231, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_MakeTimespan_ReturnValue_1) == 0x000238, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_MakeTimespan_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, K2Node_MakeStruct_MediaPlayerOptions) == 0x000240, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::K2Node_MakeStruct_MediaPlayerOptions' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_OpenSourceLatent_bSuccess) == 0x0002C0, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_OpenSourceLatent_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x0002C8, "Member 'WBP_MediaPlayerCinematic_C_ExecuteUbergraph_WBP_MediaPlayerCinematic::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MediaPlayerCinematic_C_PreConstruct \ +static_assert(alignof(WBP_MediaPlayerCinematic_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MediaPlayerCinematic_C_PreConstruct"); \ +static_assert(sizeof(WBP_MediaPlayerCinematic_C_PreConstruct) == 0x000001, "Wrong size on WBP_MediaPlayerCinematic_C_PreConstruct"); \ +static_assert(offsetof(WBP_MediaPlayerCinematic_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MediaPlayerCinematic_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MediaPlayerCinematic_C \ +static_assert(alignof(UWBP_MediaPlayerCinematic_C) == 0x000008, "Wrong alignment on UWBP_MediaPlayerCinematic_C"); \ +static_assert(sizeof(UWBP_MediaPlayerCinematic_C) == 0x000308, "Wrong size on UWBP_MediaPlayerCinematic_C"); \ +static_assert(offsetof(UWBP_MediaPlayerCinematic_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_MediaPlayerCinematic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MediaPlayerCinematic_C, Image_BlackMask) == 0x0002E8, "Member 'UWBP_MediaPlayerCinematic_C::Image_BlackMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MediaPlayerCinematic_C, Image_VideoContent) == 0x0002F0, "Member 'UWBP_MediaPlayerCinematic_C::Image_VideoContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MediaPlayerCinematic_C, Video) == 0x0002F8, "Member 'UWBP_MediaPlayerCinematic_C::Video' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MediaPlayerCinematic_C, Media_Source) == 0x000300, "Member 'UWBP_MediaPlayerCinematic_C::Media_Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_NameArray \ +static_assert(alignof(FS_jRPG_NameArray) == 0x000008, "Wrong alignment on FS_jRPG_NameArray"); \ +static_assert(sizeof(FS_jRPG_NameArray) == 0x000010, "Wrong size on FS_jRPG_NameArray"); \ +static_assert(offsetof(FS_jRPG_NameArray, ActionName_15_E96609C34D5108E50A9382A51C5BBC43) == 0x000000, "Member 'FS_jRPG_NameArray::ActionName_15_E96609C34D5108E50A9382A51C5BBC43' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_Rope_Moving_C \ +static_assert(alignof(UShake_Rope_Moving_C) == 0x000010, "Wrong alignment on UShake_Rope_Moving_C"); \ +static_assert(sizeof(UShake_Rope_Moving_C) == 0x0000E0, "Wrong size on UShake_Rope_Moving_C"); \ + +#define DUMPER7_ASSERTS_BPI_GPE_Interface_C_GPE_GetActivationComponent \ +static_assert(alignof(BPI_GPE_Interface_C_GPE_GetActivationComponent) == 0x000008, "Wrong alignment on BPI_GPE_Interface_C_GPE_GetActivationComponent"); \ +static_assert(sizeof(BPI_GPE_Interface_C_GPE_GetActivationComponent) == 0x000008, "Wrong size on BPI_GPE_Interface_C_GPE_GetActivationComponent"); \ +static_assert(offsetof(BPI_GPE_Interface_C_GPE_GetActivationComponent, ActivationComponent) == 0x000000, "Member 'BPI_GPE_Interface_C_GPE_GetActivationComponent::ActivationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GPE_Interface_C \ +static_assert(alignof(IBPI_GPE_Interface_C) == 0x000001, "Wrong alignment on IBPI_GPE_Interface_C"); \ +static_assert(sizeof(IBPI_GPE_Interface_C) == 0x000001, "Wrong size on IBPI_GPE_Interface_C"); \ + +#define DUMPER7_ASSERTS_BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator \ +static_assert(alignof(BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator) == 0x000008, "Wrong alignment on BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator"); \ +static_assert(sizeof(BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator) == 0x000008, "Wrong size on BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator"); \ +static_assert(offsetof(BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator, GPE) == 0x000000, "Member 'BPI_GPE_OrchestratorInterface_C_ProcessDeactivateOrchestrator::GPE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator \ +static_assert(alignof(BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator) == 0x000008, "Wrong alignment on BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator"); \ +static_assert(sizeof(BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator) == 0x000008, "Wrong size on BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator"); \ +static_assert(offsetof(BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator, GPE) == 0x000000, "Member 'BPI_GPE_OrchestratorInterface_C_ProcessTickOrchestrator::GPE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_GPE_OrchestratorInterface_C \ +static_assert(alignof(IBPI_GPE_OrchestratorInterface_C) == 0x000001, "Wrong alignment on IBPI_GPE_OrchestratorInterface_C"); \ +static_assert(sizeof(IBPI_GPE_OrchestratorInterface_C) == 0x000001, "Wrong size on IBPI_GPE_OrchestratorInterface_C"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel \ +static_assert(alignof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel) == 0x000008, "Wrong alignment on WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel"); \ +static_assert(sizeof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel) == 0x000060, "Wrong size on WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, EntryPoint) == 0x000000, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, CallFunc_GetAttributeType_OutAttribute) == 0x000004, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::CallFunc_GetAttributeType_OutAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, CallFunc_GetAttributeType_OutAttribute_1) == 0x000006, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::CallFunc_GetAttributeType_OutAttribute_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, CallFunc_GetAttributeType_OutAttribute_2) == 0x000007, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::CallFunc_GetAttributeType_OutAttribute_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, CallFunc_GetAttributeType_OutAttribute_3) == 0x000008, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::CallFunc_GetAttributeType_OutAttribute_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, CallFunc_GetAttributeType_OutAttribute_4) == 0x000009, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::CallFunc_GetAttributeType_OutAttribute_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel, K2Node_MakeMap_Map) == 0x000010, "Member 'WBP_AttributesWheel_C_ExecuteUbergraph_WBP_AttributesWheel::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesWheel_C_LoadCharacterData \ +static_assert(alignof(WBP_AttributesWheel_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_AttributesWheel_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_AttributesWheel_C_LoadCharacterData) == 0x000108, "Wrong size on WBP_AttributesWheel_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_AttributesWheel_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable) == 0x000008, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000010, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000018, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x000020, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_1) == 0x000070, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_2) == 0x000078, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_3) == 0x000080, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_4) == 0x000088, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_int_Array_Index_Variable) == 0x000090, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_5) == 0x00009C, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000A8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_name_Variable_6) == 0x0000B8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, Temp_byte_Variable) == 0x0000C0, "Member 'WBP_AttributesWheel_C_LoadCharacterData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Map_Keys_Keys) == 0x0000C8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Array_Get_Item) == 0x0000DC, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x0000DD, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_AttributesWheel_C_LoadCharacterData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_GetAssignedAttributePoints_Value) == 0x0000E8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_GetAssignedAttributePoints_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Map_Find_Value) == 0x0000EC, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Map_Find_ReturnValue) == 0x0000ED, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000F0, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Map_Find_Value_1) == 0x0000F8, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_Map_Find_ReturnValue_1) == 0x000100, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadCharacterData, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000104, "Member 'WBP_AttributesWheel_C_LoadCharacterData::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesWheel_C_LoadPreviewCharacterData \ +static_assert(alignof(WBP_AttributesWheel_C_LoadPreviewCharacterData) == 0x000008, "Wrong alignment on WBP_AttributesWheel_C_LoadPreviewCharacterData"); \ +static_assert(sizeof(WBP_AttributesWheel_C_LoadPreviewCharacterData) == 0x000048, "Wrong size on WBP_AttributesWheel_C_LoadPreviewCharacterData"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, InCharacterData) == 0x000000, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Array_Get_Item) == 0x00002C, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_GetAssignedAttributePoints_Value) == 0x000030, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_GetAssignedAttributePoints_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Map_Find_Value) == 0x000038, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_LoadPreviewCharacterData, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'WBP_AttributesWheel_C_LoadPreviewCharacterData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesWheel_C_PreConstruct \ +static_assert(alignof(WBP_AttributesWheel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AttributesWheel_C_PreConstruct"); \ +static_assert(sizeof(WBP_AttributesWheel_C_PreConstruct) == 0x000001, "Wrong size on WBP_AttributesWheel_C_PreConstruct"); \ +static_assert(offsetof(WBP_AttributesWheel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AttributesWheel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesWheel_C_SetPentagonAnimProgress \ +static_assert(alignof(WBP_AttributesWheel_C_SetPentagonAnimProgress) == 0x000008, "Wrong alignment on WBP_AttributesWheel_C_SetPentagonAnimProgress"); \ +static_assert(sizeof(WBP_AttributesWheel_C_SetPentagonAnimProgress) == 0x0000A8, "Wrong size on WBP_AttributesWheel_C_SetPentagonAnimProgress"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, PentagonAnimProgress_0) == 0x000000, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::PentagonAnimProgress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable) == 0x000008, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_1) == 0x000010, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_2) == 0x000018, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_3) == 0x000020, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_4) == 0x000028, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_5) == 0x000030, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_name_Variable_6) == 0x000038, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, Temp_byte_Variable) == 0x00004C, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000068, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Map_Find_Value) == 0x000070, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, K2Node_Select_Default) == 0x00007C, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Map_Find_Value_1) == 0x000088, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Map_Find_ReturnValue_1) == 0x000090, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Lerp_ReturnValue) == 0x000098, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesWheel_C_SetPentagonAnimProgress, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0000A4, "Member 'WBP_AttributesWheel_C_SetPentagonAnimProgress::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AttributesWheel_C \ +static_assert(alignof(UWBP_AttributesWheel_C) == 0x000008, "Wrong alignment on UWBP_AttributesWheel_C"); \ +static_assert(sizeof(UWBP_AttributesWheel_C) == 0x000448, "Wrong size on UWBP_AttributesWheel_C"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_AttributesWheel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, Anim_Pentagon) == 0x000310, "Member 'UWBP_AttributesWheel_C::Anim_Pentagon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, AgilityStat) == 0x000318, "Member 'UWBP_AttributesWheel_C::AgilityStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, DefenseStat) == 0x000320, "Member 'UWBP_AttributesWheel_C::DefenseStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, LuckStat) == 0x000328, "Member 'UWBP_AttributesWheel_C::LuckStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, MightStat) == 0x000330, "Member 'UWBP_AttributesWheel_C::MightStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, Pentagon) == 0x000338, "Member 'UWBP_AttributesWheel_C::Pentagon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, VitalityStat) == 0x000340, "Member 'UWBP_AttributesWheel_C::VitalityStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, AttributeWidgetsMap) == 0x000348, "Member 'UWBP_AttributesWheel_C::AttributeWidgetsMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, PentagonAnimProgress) == 0x000398, "Member 'UWBP_AttributesWheel_C::PentagonAnimProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, NewValues) == 0x0003A0, "Member 'UWBP_AttributesWheel_C::NewValues' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, OldValues) == 0x0003F0, "Member 'UWBP_AttributesWheel_C::OldValues' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesWheel_C, IsInit) == 0x000440, "Member 'UWBP_AttributesWheel_C::IsInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_InputBindingParameters \ +static_assert(alignof(FS_InputBindingParameters) == 0x000008, "Wrong alignment on FS_InputBindingParameters"); \ +static_assert(sizeof(FS_InputBindingParameters) == 0x000028, "Wrong size on FS_InputBindingParameters"); \ +static_assert(offsetof(FS_InputBindingParameters, InputMappingContext_11_8CB4B38544DB3A6147906DAB059CBEFF) == 0x000000, "Member 'FS_InputBindingParameters::InputMappingContext_11_8CB4B38544DB3A6147906DAB059CBEFF' has a wrong offset!"); \ +static_assert(offsetof(FS_InputBindingParameters, EnhancedInputAction_2_8E702A284A9A046F8E0F83A9C4B8D059) == 0x000008, "Member 'FS_InputBindingParameters::EnhancedInputAction_2_8E702A284A9A046F8E0F83A9C4B8D059' has a wrong offset!"); \ +static_assert(offsetof(FS_InputBindingParameters, CommonUIInputAction_5_5399585D4044F846087A589ED8B1E439) == 0x000010, "Member 'FS_InputBindingParameters::CommonUIInputAction_5_5399585D4044F846087A589ED8B1E439' has a wrong offset!"); \ +static_assert(offsetof(FS_InputBindingParameters, LegacyInputAction_8_0EE949AF4A77F0B673FA8190DBBD6AB2) == 0x000020, "Member 'FS_InputBindingParameters::LegacyInputAction_8_0EE949AF4A77F0B673FA8190DBBD6AB2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_CommonUIHelpers_C_FindActionBarButtonFromAction \ +static_assert(alignof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction) == 0x000008, "Wrong alignment on FL_CommonUIHelpers_C_FindActionBarButtonFromAction"); \ +static_assert(sizeof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction) == 0x000068, "Wrong size on FL_CommonUIHelpers_C_FindActionBarButtonFromAction"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, ActionBarWidget) == 0x000000, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::ActionBarWidget' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CommonButton) == 0x000008, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CommonButton' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, __WorldContext) == 0x000010, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CommonButtonBase) == 0x000018, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_GetAllEntries_ReturnValue) == 0x000020, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000034, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_Array_Get_Item) == 0x000040, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, K2Node_DynamicCast_AsCommon_Button_Base) == 0x000048, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::K2Node_DynamicCast_AsCommon_Button_Base' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_FindActionBarButtonFromAction, CallFunc_Array_Contains_ReturnValue) == 0x000060, "Member 'FL_CommonUIHelpers_C_FindActionBarButtonFromAction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_CommonUIHelpers_C_NavigateToIndexExceptMouse \ +static_assert(alignof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse) == 0x000008, "Wrong alignment on FL_CommonUIHelpers_C_NavigateToIndexExceptMouse"); \ +static_assert(sizeof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse) == 0x000020, "Wrong size on FL_CommonUIHelpers_C_NavigateToIndexExceptMouse"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse, InListView) == 0x000000, "Member 'FL_CommonUIHelpers_C_NavigateToIndexExceptMouse::InListView' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse, InIndex) == 0x000008, "Member 'FL_CommonUIHelpers_C_NavigateToIndexExceptMouse::InIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse, __WorldContext) == 0x000010, "Member 'FL_CommonUIHelpers_C_NavigateToIndexExceptMouse::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToIndexExceptMouse, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000018, "Member 'FL_CommonUIHelpers_C_NavigateToIndexExceptMouse::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_CommonUIHelpers_C_NavigateToItemExceptMouse \ +static_assert(alignof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse) == 0x000008, "Wrong alignment on FL_CommonUIHelpers_C_NavigateToItemExceptMouse"); \ +static_assert(sizeof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse) == 0x000020, "Wrong size on FL_CommonUIHelpers_C_NavigateToItemExceptMouse"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse, InListView) == 0x000000, "Member 'FL_CommonUIHelpers_C_NavigateToItemExceptMouse::InListView' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse, InItem) == 0x000008, "Member 'FL_CommonUIHelpers_C_NavigateToItemExceptMouse::InItem' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse, __WorldContext) == 0x000010, "Member 'FL_CommonUIHelpers_C_NavigateToItemExceptMouse::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_CommonUIHelpers_C_NavigateToItemExceptMouse, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000018, "Member 'FL_CommonUIHelpers_C_NavigateToItemExceptMouse::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_CommonUIHelpers_C \ +static_assert(alignof(UFL_CommonUIHelpers_C) == 0x000008, "Wrong alignment on UFL_CommonUIHelpers_C"); \ +static_assert(sizeof(UFL_CommonUIHelpers_C) == 0x000028, "Wrong size on UFL_CommonUIHelpers_C"); \ + +#define DUMPER7_ASSERTS_UBP_CommonUIDefaultInputData_C \ +static_assert(alignof(UBP_CommonUIDefaultInputData_C) == 0x000008, "Wrong alignment on UBP_CommonUIDefaultInputData_C"); \ +static_assert(sizeof(UBP_CommonUIDefaultInputData_C) == 0x000080, "Wrong size on UBP_CommonUIDefaultInputData_C"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcessGradient_C \ +static_assert(alignof(ABP_PostProcessGradient_C) == 0x000008, "Wrong alignment on ABP_PostProcessGradient_C"); \ +static_assert(sizeof(ABP_PostProcessGradient_C) == 0x0002A0, "Wrong size on ABP_PostProcessGradient_C"); \ +static_assert(offsetof(ABP_PostProcessGradient_C, PostProcess) == 0x000290, "Member 'ABP_PostProcessGradient_C::PostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcessGradient_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_PostProcessGradient_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_GUSTAVE__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData) == 0x0007F0, "Wrong size on ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, __NameProperty_112) == 0x000004, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::__NameProperty_112' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, __NameProperty_113) == 0x00000C, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::__NameProperty_113' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, __StructProperty_114) == 0x000018, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::__StructProperty_114' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000100, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000130, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_33) == 0x000160, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_32) == 0x000190, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_31) == 0x0001C0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_30) == 0x0001F0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_29) == 0x000220, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_28) == 0x000250, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000280, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_27) == 0x0002B0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_26) == 0x0002E0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_25) == 0x000310, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_24) == 0x000340, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_23) == 0x000370, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x0003A0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x0003D0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x000400, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x000430, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x000460, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000490, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x0004C0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x0004F0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x000520, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x000550, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000580, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x0005B0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0005E0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000610, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000640, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000670, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x0006A0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0006D0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x000700, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000730, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000760, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000790, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0007C0, "Member 'ABP_PostProcess_Hair_GUSTAVE::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE \ +static_assert(alignof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE) == 0x000004, "Wrong alignment on ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE"); \ +static_assert(sizeof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE) == 0x00007C, "Wrong size on ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_Hair_GUSTAVE_C_ExecuteUbergraph_ABP_PostProcess_Hair_GUSTAVE::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Hair_GUSTAVE_C \ +static_assert(alignof(UABP_PostProcess_Hair_GUSTAVE_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Hair_GUSTAVE_C"); \ +static_assert(sizeof(UABP_PostProcess_Hair_GUSTAVE_C) == 0x0107F0, "Wrong size on UABP_PostProcess_Hair_GUSTAVE_C"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_LocalToComponentSpace) == 0x0003A8, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_ComponentToLocalSpace) == 0x0003C8, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_33) == 0x0003F0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_32) == 0x000B90, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_31) == 0x001330, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_30) == 0x001AD0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_29) == 0x002270, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_28) == 0x002A10, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_LinkedInputPose) == 0x0031B0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_27) == 0x003270, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_26) == 0x003A10, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_25) == 0x0041B0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_24) == 0x004950, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_23) == 0x0050F0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_22) == 0x005890, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_21) == 0x006030, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_20) == 0x0067D0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_19) == 0x006F70, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_18) == 0x007710, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_17) == 0x007EB0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_16) == 0x008650, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_15) == 0x008DF0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_14) == 0x009590, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_13) == 0x009D30, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_12) == 0x00A4D0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_11) == 0x00AC70, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_10) == 0x00B410, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_9) == 0x00BBB0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_8) == 0x00C350, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_7) == 0x00CAF0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_6) == 0x00D290, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_5) == 0x00DA30, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_4) == 0x00E1D0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_3) == 0x00E970, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_2) == 0x00F110, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics_1) == 0x00F8B0, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_GUSTAVE_C, AnimGraphNode_KawaiiPhysics) == 0x010050, "Member 'UABP_PostProcess_Hair_GUSTAVE_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition \ +static_assert(alignof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition) == 0x000008, "Wrong alignment on WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition"); \ +static_assert(sizeof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition) == 0x0000F8, "Wrong size on WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, EntryPoint) == 0x000000, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_Conv_DoubleToVector2D_ReturnValue) == 0x000008, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_Conv_DoubleToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_Event_MyGeometry) == 0x000018, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_Event_InDeltaTime) == 0x000050, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_GetViewportSize_ReturnValue) == 0x000078, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000088, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000090, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000B8, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000C0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000C8, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_MakeStruct_LinearColor) == 0x0000D0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x0000E0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1) == 0x0000E4, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2) == 0x0000E8, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_3) == 0x0000EC, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_MakeStruct_R_ImplicitCast) == 0x0000F0, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition, K2Node_MakeStruct_G_ImplicitCast) == 0x0000F4, "Member 'WBP_BattleTransition_C_ExecuteUbergraph_WBP_BattleTransition::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_SetDesaturationScreen \ +static_assert(alignof(WBP_BattleTransition_C_SetDesaturationScreen) == 0x000008, "Wrong alignment on WBP_BattleTransition_C_SetDesaturationScreen"); \ +static_assert(sizeof(WBP_BattleTransition_C_SetDesaturationScreen) == 0x000008, "Wrong size on WBP_BattleTransition_C_SetDesaturationScreen"); \ +static_assert(offsetof(WBP_BattleTransition_C_SetDesaturationScreen, NewValue) == 0x000000, "Member 'WBP_BattleTransition_C_SetDesaturationScreen::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_SetFishEyeRadius \ +static_assert(alignof(WBP_BattleTransition_C_SetFishEyeRadius) == 0x000008, "Wrong alignment on WBP_BattleTransition_C_SetFishEyeRadius"); \ +static_assert(sizeof(WBP_BattleTransition_C_SetFishEyeRadius) == 0x000008, "Wrong size on WBP_BattleTransition_C_SetFishEyeRadius"); \ +static_assert(offsetof(WBP_BattleTransition_C_SetFishEyeRadius, NewValue) == 0x000000, "Member 'WBP_BattleTransition_C_SetFishEyeRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_SetOpacity \ +static_assert(alignof(WBP_BattleTransition_C_SetOpacity) == 0x000008, "Wrong alignment on WBP_BattleTransition_C_SetOpacity"); \ +static_assert(sizeof(WBP_BattleTransition_C_SetOpacity) == 0x000008, "Wrong size on WBP_BattleTransition_C_SetOpacity"); \ +static_assert(offsetof(WBP_BattleTransition_C_SetOpacity, NewValue) == 0x000000, "Member 'WBP_BattleTransition_C_SetOpacity::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_SetScreenScaling \ +static_assert(alignof(WBP_BattleTransition_C_SetScreenScaling) == 0x000008, "Wrong alignment on WBP_BattleTransition_C_SetScreenScaling"); \ +static_assert(sizeof(WBP_BattleTransition_C_SetScreenScaling) == 0x000008, "Wrong size on WBP_BattleTransition_C_SetScreenScaling"); \ +static_assert(offsetof(WBP_BattleTransition_C_SetScreenScaling, NewValue) == 0x000000, "Member 'WBP_BattleTransition_C_SetScreenScaling::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleTransition_C_Tick \ +static_assert(alignof(WBP_BattleTransition_C_Tick) == 0x000004, "Wrong alignment on WBP_BattleTransition_C_Tick"); \ +static_assert(sizeof(WBP_BattleTransition_C_Tick) == 0x00003C, "Wrong size on WBP_BattleTransition_C_Tick"); \ +static_assert(offsetof(WBP_BattleTransition_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_BattleTransition_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleTransition_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_BattleTransition_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleTransition_C \ +static_assert(alignof(UWBP_BattleTransition_C) == 0x000008, "Wrong alignment on UWBP_BattleTransition_C"); \ +static_assert(sizeof(UWBP_BattleTransition_C) == 0x000328, "Wrong size on UWBP_BattleTransition_C"); \ +static_assert(offsetof(UWBP_BattleTransition_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleTransition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, Anim_FadeIN) == 0x0002E8, "Member 'UWBP_BattleTransition_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, Anim_FadeOUT) == 0x0002F0, "Member 'UWBP_BattleTransition_C::Anim_FadeOUT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, Image) == 0x0002F8, "Member 'UWBP_BattleTransition_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, NiagaraSystemWidget) == 0x000300, "Member 'UWBP_BattleTransition_C::NiagaraSystemWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, Opacity) == 0x000308, "Member 'UWBP_BattleTransition_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, ScreenScaling) == 0x000310, "Member 'UWBP_BattleTransition_C::ScreenScaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, FishEyeRadius) == 0x000318, "Member 'UWBP_BattleTransition_C::FishEyeRadius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleTransition_C, DesaturationScreen) == 0x000320, "Member 'UWBP_BattleTransition_C::DesaturationScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_Player_Controller_C_SetGlobalTimeDilationLocal \ +static_assert(alignof(ALS_Player_Controller_C_SetGlobalTimeDilationLocal) == 0x000008, "Wrong alignment on ALS_Player_Controller_C_SetGlobalTimeDilationLocal"); \ +static_assert(sizeof(ALS_Player_Controller_C_SetGlobalTimeDilationLocal) == 0x000010, "Wrong size on ALS_Player_Controller_C_SetGlobalTimeDilationLocal"); \ +static_assert(offsetof(ALS_Player_Controller_C_SetGlobalTimeDilationLocal, Dilation) == 0x000000, "Member 'ALS_Player_Controller_C_SetGlobalTimeDilationLocal::Dilation' has a wrong offset!"); \ +static_assert(offsetof(ALS_Player_Controller_C_SetGlobalTimeDilationLocal, CallFunc_IsStandalone_ReturnValue) == 0x000008, "Member 'ALS_Player_Controller_C_SetGlobalTimeDilationLocal::CallFunc_IsStandalone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_Player_Controller_C_SetGlobalTimeDilationLocal, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x00000C, "Member 'ALS_Player_Controller_C_SetGlobalTimeDilationLocal::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALS_Player_Controller_C \ +static_assert(alignof(AALS_Player_Controller_C) == 0x000008, "Wrong alignment on AALS_Player_Controller_C"); \ +static_assert(sizeof(AALS_Player_Controller_C) == 0x000878, "Wrong size on AALS_Player_Controller_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GraphicsOptions_C \ +static_assert(alignof(UWBP_Settings_GraphicsOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_GraphicsOptions_C"); \ +static_assert(sizeof(UWBP_Settings_GraphicsOptions_C) == 0x0004D0, "Wrong size on UWBP_Settings_GraphicsOptions_C"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptions_C, WBP_Settings_GraphicsOptionsList) == 0x0004C8, "Member 'UWBP_Settings_GraphicsOptions_C::WBP_Settings_GraphicsOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Dialogue_AnimationParameters \ +static_assert(alignof(FS_Dialogue_AnimationParameters) == 0x000008, "Wrong alignment on FS_Dialogue_AnimationParameters"); \ +static_assert(sizeof(FS_Dialogue_AnimationParameters) == 0x0000C8, "Wrong size on FS_Dialogue_AnimationParameters"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, AnimationIdle_19_3CBFB0CB477E0AF0EC871AB59FB04806) == 0x000000, "Member 'FS_Dialogue_AnimationParameters::AnimationIdle_19_3CBFB0CB477E0AF0EC871AB59FB04806' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, FacialExpression_22_909797DA4DB1D30794014B8B56282CE8) == 0x000001, "Member 'FS_Dialogue_AnimationParameters::FacialExpression_22_909797DA4DB1D30794014B8B56282CE8' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, FacialExpressionStrength_28_C441EFA74267A8D9CD2A7C83CF7B6C05) == 0x000008, "Member 'FS_Dialogue_AnimationParameters::FacialExpressionStrength_28_C441EFA74267A8D9CD2A7C83CF7B6C05' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, HeadDirection_23_4449160742FCB6938CB9FD87C0A39A3C) == 0x000010, "Member 'FS_Dialogue_AnimationParameters::HeadDirection_23_4449160742FCB6938CB9FD87C0A39A3C' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, EnableLookAt_25_998C8B8844C67C570E7547A6AA240457) == 0x000011, "Member 'FS_Dialogue_AnimationParameters::EnableLookAt_25_998C8B8844C67C570E7547A6AA240457' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, AnimationIdleOverride_15_CCAEFF0A459B5E7A342E49B63ADDD041) == 0x000018, "Member 'FS_Dialogue_AnimationParameters::AnimationIdleOverride_15_CCAEFF0A459B5E7A342E49B63ADDD041' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, AnimationBodyOverride_2_403CF38D4D68A3CDE522BCB7A74C2836) == 0x000070, "Member 'FS_Dialogue_AnimationParameters::AnimationBodyOverride_2_403CF38D4D68A3CDE522BCB7A74C2836' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, AnimationFacialOverride_5_80204CA8482EF0B42AA204BDCBDC321C) == 0x000098, "Member 'FS_Dialogue_AnimationParameters::AnimationFacialOverride_5_80204CA8482EF0B42AA204BDCBDC321C' has a wrong offset!"); \ +static_assert(offsetof(FS_Dialogue_AnimationParameters, EyesLookAtDirection_33_F6D04BB9425ADD3852BED487A15ABD6D) == 0x0000C0, "Member 'FS_Dialogue_AnimationParameters::EyesLookAtDirection_33_F6D04BB9425ADD3852BED487A15ABD6D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFRichDialogueLine \ +static_assert(alignof(FFRichDialogueLine) == 0x000008, "Wrong alignment on FFRichDialogueLine"); \ +static_assert(sizeof(FFRichDialogueLine) == 0x000130, "Wrong size on FFRichDialogueLine"); \ +static_assert(offsetof(FFRichDialogueLine, LineText_59_150163D04423FC32BC8332BB249FEC44) == 0x000000, "Member 'FFRichDialogueLine::LineText_59_150163D04423FC32BC8332BB249FEC44' has a wrong offset!"); \ +static_assert(offsetof(FFRichDialogueLine, Sound_67_713F82BC4689C46AA512BC9A9C4EC3F5) == 0x000010, "Member 'FFRichDialogueLine::Sound_67_713F82BC4689C46AA512BC9A9C4EC3F5' has a wrong offset!"); \ +static_assert(offsetof(FFRichDialogueLine, CameraType_17_1035B24C408190BDC2E6C8A2BD27644D) == 0x000018, "Member 'FFRichDialogueLine::CameraType_17_1035B24C408190BDC2E6C8A2BD27644D' has a wrong offset!"); \ +static_assert(offsetof(FFRichDialogueLine, AnimationParameters_62_F79EA2C74E06D0CC3DC491A4C1B0D6B2) == 0x000020, "Member 'FFRichDialogueLine::AnimationParameters_62_F79EA2C74E06D0CC3DC491A4C1B0D6B2' has a wrong offset!"); \ +static_assert(offsetof(FFRichDialogueLine, CustomOptions_57_5547C51C4F743C08372D74AC5216FFBF) == 0x0000E8, "Member 'FFRichDialogueLine::CustomOptions_57_5547C51C4F743C08372D74AC5216FFBF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Tutorial \ +static_assert(alignof(FS_Tutorial) == 0x000008, "Wrong alignment on FS_Tutorial"); \ +static_assert(sizeof(FS_Tutorial) == 0x000038, "Wrong size on FS_Tutorial"); \ +static_assert(offsetof(FS_Tutorial, TEMPInput_2_AACF09B543B6E901C688F595AD203BC2) == 0x000000, "Member 'FS_Tutorial::TEMPInput_2_AACF09B543B6E901C688F595AD203BC2' has a wrong offset!"); \ +static_assert(offsetof(FS_Tutorial, Input_16_4A30C1CD44A206A44AD92C9E0BAE4DE1) == 0x000001, "Member 'FS_Tutorial::Input_16_4A30C1CD44A206A44AD92C9E0BAE4DE1' has a wrong offset!"); \ +static_assert(offsetof(FS_Tutorial, Title_7_5A87C03F41065B43EA3A519AAEBEFF6F) == 0x000008, "Member 'FS_Tutorial::Title_7_5A87C03F41065B43EA3A519AAEBEFF6F' has a wrong offset!"); \ +static_assert(offsetof(FS_Tutorial, DescriptionText_10_C39BA7DD482148F246CF5285BE6A8B7A) == 0x000018, "Member 'FS_Tutorial::DescriptionText_10_C39BA7DD482148F246CF5285BE6A8B7A' has a wrong offset!"); \ +static_assert(offsetof(FS_Tutorial, CallToActionText_13_8C2EC40C472B29C386B2E5AA3F4FEB16) == 0x000028, "Member 'FS_Tutorial::CallToActionText_13_8C2EC40C472B29C386B2E5AA3F4FEB16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPromptParams \ +static_assert(alignof(FFPromptParams) == 0x000008, "Wrong alignment on FFPromptParams"); \ +static_assert(sizeof(FFPromptParams) == 0x000018, "Wrong size on FFPromptParams"); \ +static_assert(offsetof(FFPromptParams, Text_2_ECE1F08C4B0C2B822D2877861BBA1584) == 0x000000, "Member 'FFPromptParams::Text_2_ECE1F08C4B0C2B822D2877861BBA1584' has a wrong offset!"); \ +static_assert(offsetof(FFPromptParams, BindingUI_7_5E67CF3D42EF04E1652C67918EC47EF4) == 0x000010, "Member 'FFPromptParams::BindingUI_7_5E67CF3D42EF04E1652C67918EC47EF4' has a wrong offset!"); \ +static_assert(offsetof(FFPromptParams, GameAction_9_BA02544448274F02F76CDCAC37AA06DF) == 0x000011, "Member 'FFPromptParams::GameAction_9_BA02544448274F02F76CDCAC37AA06DF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet) == 0x000070, "Wrong size on BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, PassiveEffectsSetID) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::PassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CurrentCharacter) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Map_Find_Value) == 0x000048, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Array_Get_Item) == 0x00005C, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect) == 0x00006D, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_DoEquippedItemsGivePassiveEffect_GivePassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet, CallFunc_Not_PreBool_ReturnValue) == 0x00006E, "Member 'BP_PassiveEffectsSetManager_C_ApplyPassiveEffectsSet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_CheckSetIdAvailability \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_CheckSetIdAvailability"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability) == 0x000030, "Wrong size on BP_PassiveEffectsSetManager_C_CheckSetIdAvailability"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability, SetId) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_CheckSetIdAvailability::SetId' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability, IsAvailable) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_CheckSetIdAvailability::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_PassiveEffectsSetManager_C_CheckSetIdAvailability::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_PassiveEffectsSetManager_C_CheckSetIdAvailability::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_CheckSetIdAvailability, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_PassiveEffectsSetManager_C_CheckSetIdAvailability::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet) == 0x000028, "Wrong size on BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet, PassiveEffectsSetID) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet::PassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet, CallFunc_Map_Remove_ReturnValue) == 0x000021, "Member 'BP_PassiveEffectsSetManager_C_DeletePassiveEffectsSet::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount) == 0x000004, "Wrong alignment on BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount) == 0x000004, "Wrong size on BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount, PassiveEffectsSetMaxCount_0) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsMaxCount::PassiveEffectsSetMaxCount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData) == 0x000050, "Wrong size on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, InPassiveEffectsSetID) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::InPassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, Value) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, IsFound) == 0x000020, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::IsFound' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, K2Node_MakeStruct_S_PassiveEffectsSetData) == 0x000028, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::K2Node_MakeStruct_S_PassiveEffectsSetData' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost) == 0x0000D0, "Wrong size on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, InPassiveEffectsSetID) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::InPassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CharacterData) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, ReturnValue) == 0x000018, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, LuminaCostTotal) == 0x00001C, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::LuminaCostTotal' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs) == 0x000028, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetAvailablePassiveEffects_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs) == 0x000038, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetAvailablePassiveEffects_EquipmentPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs) == 0x000048, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetAvailablePassiveEffects_LearntPassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetPassiveEffectsSetData_Value) == 0x000058, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetPassiveEffectsSetData_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetPassiveEffectsSetData_IsFound) == 0x000068, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetPassiveEffectsSetData_IsFound' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Array_Get_Item) == 0x000074, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000080, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000C8, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Less_IntInt_ReturnValue) == 0x0000C9, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Array_Contains_ReturnValue) == 0x0000CA, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Not_PreBool_ReturnValue) == 0x0000CB, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000CC, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSetEffectiveCost::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets) == 0x000050, "Wrong size on BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets, PassiveEffectsSets) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_GetPassiveEffectsSets::PassiveEffectsSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet) == 0x000058, "Wrong size on BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, PassiveEffectsSetID) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::PassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, CurrentCharacter) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, UpdatedPassiveEffectsSet) == 0x000018, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::UpdatedPassiveEffectsSet' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x000030, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, K2Node_MakeStruct_S_PassiveEffectsSetData) == 0x000040, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::K2Node_MakeStruct_S_PassiveEffectsSetData' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet, CallFunc_Map_Contains_ReturnValue) == 0x000050, "Member 'BP_PassiveEffectsSetManager_C_UpdateOrCreatePassiveEffectsSet::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier \ +static_assert(alignof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier"); \ +static_assert(sizeof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier) == 0x000058, "Wrong size on BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CurrentId) == 0x000000, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CurrentId' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, NewId) == 0x000010, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::NewId' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, UpdatedData) == 0x000020, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::UpdatedData' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000030, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_IsEmpty_ReturnValue) == 0x000031, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_IsEmpty_ReturnValue_1) == 0x000032, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_BooleanAND_ReturnValue_1) == 0x000036, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Map_Contains_ReturnValue) == 0x000037, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Map_Remove_ReturnValue) == 0x000038, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'BP_PassiveEffectsSetManager_C_UpdatePassiveEffectsSetIdentifier::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PassiveEffectsSetManager_C \ +static_assert(alignof(UBP_PassiveEffectsSetManager_C) == 0x000008, "Wrong alignment on UBP_PassiveEffectsSetManager_C"); \ +static_assert(sizeof(UBP_PassiveEffectsSetManager_C) == 0x0000C0, "Wrong size on UBP_PassiveEffectsSetManager_C"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, PassiveEffectsSetCollection) == 0x000028, "Member 'UBP_PassiveEffectsSetManager_C::PassiveEffectsSetCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, PassiveEffectsSetMaxCount) == 0x000078, "Member 'UBP_PassiveEffectsSetManager_C::PassiveEffectsSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, OnPassiveEffectsSetUpdated) == 0x000080, "Member 'UBP_PassiveEffectsSetManager_C::OnPassiveEffectsSetUpdated' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, OnPassiveEffectsSetApplied) == 0x000090, "Member 'UBP_PassiveEffectsSetManager_C::OnPassiveEffectsSetApplied' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, OnPassiveEffectsSetCreated) == 0x0000A0, "Member 'UBP_PassiveEffectsSetManager_C::OnPassiveEffectsSetCreated' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetManager_C, OnPassiveEffectsSetDeleted) == 0x0000B0, "Member 'UBP_PassiveEffectsSetManager_C::OnPassiveEffectsSetDeleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Interaction_Parameters \ +static_assert(alignof(FS_Interaction_Parameters) == 0x000008, "Wrong alignment on FS_Interaction_Parameters"); \ +static_assert(sizeof(FS_Interaction_Parameters) == 0x000020, "Wrong size on FS_Interaction_Parameters"); \ +static_assert(offsetof(FS_Interaction_Parameters, Radius_5_933BE70D4C841D4489FB5E967DF37CF5) == 0x000000, "Member 'FS_Interaction_Parameters::Radius_5_933BE70D4C841D4489FB5E967DF37CF5' has a wrong offset!"); \ +static_assert(offsetof(FS_Interaction_Parameters, Prompt_8_556CC0DA4F642278AF65FBB8602E6F87) == 0x000008, "Member 'FS_Interaction_Parameters::Prompt_8_556CC0DA4F642278AF65FBB8602E6F87' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked \ +static_assert(alignof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked) == 0x000008, "Wrong alignment on WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked"); \ +static_assert(sizeof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked) == 0x000018, "Wrong size on WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked, BackUpSaveEntry) == 0x000000, "Member 'WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked::BackUpSaveEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked, CallFunc_GetBackUpSave_BackUpSave) == 0x000008, "Member 'WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryClicked::CallFunc_GetBackUpSave_BackUpSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused \ +static_assert(alignof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused) == 0x000008, "Wrong alignment on WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused"); \ +static_assert(sizeof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused) == 0x000018, "Wrong size on WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused, BackUpSaveEntry) == 0x000000, "Member 'WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused::BackUpSaveEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused, CallFunc_GetBackUpSave_BackUpSave) == 0x000008, "Member 'WBP_MM_BackupSavesBox_C_OnBackUpSaveEntryFocused::CallFunc_GetBackUpSave_BackUpSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSavesBox_C_SetBackUpSaves \ +static_assert(alignof(WBP_MM_BackupSavesBox_C_SetBackUpSaves) == 0x000008, "Wrong alignment on WBP_MM_BackupSavesBox_C_SetBackUpSaves"); \ +static_assert(sizeof(WBP_MM_BackupSavesBox_C_SetBackUpSaves) == 0x000088, "Wrong size on WBP_MM_BackupSavesBox_C_SetBackUpSaves"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, BackupSaveStrings) == 0x000000, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::BackupSaveStrings' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, BackupSaveDatas) == 0x000010, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::BackupSaveDatas' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_IsEmpty_ReturnValue) == 0x00003C, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Max_ReturnValue) == 0x000040, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000050, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_SetBackUpSaves, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000080, "Member 'WBP_MM_BackupSavesBox_C_SetBackUpSaves::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget) == 0x000038, "Wrong size on WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, CallFunc_GetAllEntries_ReturnValue) == 0x000008, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000018, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_AsWBP_MM_Backup_Save_Entry) == 0x000028, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_AsWBP_MM_Backup_Save_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_MM_BackupSavesBox_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MM_BackupSavesBox_C \ +static_assert(alignof(UWBP_MM_BackupSavesBox_C) == 0x000008, "Wrong alignment on UWBP_MM_BackupSavesBox_C"); \ +static_assert(sizeof(UWBP_MM_BackupSavesBox_C) == 0x000468, "Wrong size on UWBP_MM_BackupSavesBox_C"); \ +static_assert(offsetof(UWBP_MM_BackupSavesBox_C, Background) == 0x000430, "Member 'UWBP_MM_BackupSavesBox_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSavesBox_C, DynamicEntryBox) == 0x000438, "Member 'UWBP_MM_BackupSavesBox_C::DynamicEntryBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSavesBox_C, ScrollBox) == 0x000440, "Member 'UWBP_MM_BackupSavesBox_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSavesBox_C, OnBackupSaveNavigated) == 0x000448, "Member 'UWBP_MM_BackupSavesBox_C::OnBackupSaveNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSavesBox_C, OnBackupSaveClicked) == 0x000458, "Member 'UWBP_MM_BackupSavesBox_C::OnBackupSaveClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar) == 0x000008, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar) == 0x000098, "Wrong size on WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, EntryPoint) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_HP) == 0x000004, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_HP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_MaxHP) == 0x000008, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_NewAP) == 0x000018, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_MaxAP) == 0x00001C, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_MaxAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_PreviousAP) == 0x000020, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_PlayAnimation_ReturnValue_2) == 0x000038, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000040, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000048, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Conv_IntToText_ReturnValue) == 0x000058, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, Temp_bool_Variable) == 0x000068, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_Select_Default) == 0x000080, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_PlayAnimation_ReturnValue_3) == 0x000088, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, K2Node_CustomEvent_ShieldCount) == 0x000090, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::K2Node_CustomEvent_ShieldCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x000094, "Member 'WBP_HUD_CharacterStatusBar_C_ExecuteUbergraph_WBP_HUD_CharacterStatusBar::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_SetActionPoints \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_SetActionPoints) == 0x000004, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_SetActionPoints"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_SetActionPoints) == 0x000004, "Wrong size on WBP_HUD_CharacterStatusBar_C_SetActionPoints"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetActionPoints, CurrentAP) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_SetActionPoints::CurrentAP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_SetAP \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_SetAP) == 0x000004, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_SetAP"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_SetAP) == 0x00000C, "Wrong size on WBP_HUD_CharacterStatusBar_C_SetAP"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetAP, NewAP) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_SetAP::NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetAP, MaxAP) == 0x000004, "Member 'WBP_HUD_CharacterStatusBar_C_SetAP::MaxAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetAP, PreviousAP) == 0x000008, "Member 'WBP_HUD_CharacterStatusBar_C_SetAP::PreviousAP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_SetLife \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_SetLife) == 0x000004, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_SetLife"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_SetLife) == 0x000008, "Wrong size on WBP_HUD_CharacterStatusBar_C_SetLife"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetLife, HP_0) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_SetLife::HP_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetLife, MaxHP) == 0x000004, "Member 'WBP_HUD_CharacterStatusBar_C_SetLife::MaxHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_SetShieldCount \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_SetShieldCount) == 0x000004, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_SetShieldCount"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_SetShieldCount) == 0x000004, "Wrong size on WBP_HUD_CharacterStatusBar_C_SetShieldCount"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_SetShieldCount, ShieldCount) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_SetShieldCount::ShieldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterStatusBar_C_UpdateHealthColor \ +static_assert(alignof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor) == 0x000008, "Wrong alignment on WBP_HUD_CharacterStatusBar_C_UpdateHealthColor"); \ +static_assert(sizeof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor) == 0x000070, "Wrong size on WBP_HUD_CharacterStatusBar_C_UpdateHealthColor"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, Temp_object_Variable) == 0x000000, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, Temp_object_Variable_1) == 0x000008, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, Temp_bool_Variable) == 0x000010, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, Temp_bool_Variable_1) == 0x000011, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, K2Node_MakeStruct_SlateColor) == 0x000014, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, K2Node_Select_Default) == 0x000030, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000038, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, CallFunc_FTrunc_ReturnValue) == 0x000040, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, K2Node_Select_Default_1) == 0x000048, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_CharacterStatusBar_C_UpdateHealthColor, K2Node_MakeStruct_SlateColor_1) == 0x000058, "Member 'WBP_HUD_CharacterStatusBar_C_UpdateHealthColor::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_CharacterStatusBar_C \ +static_assert(alignof(UWBP_HUD_CharacterStatusBar_C) == 0x000008, "Wrong alignment on UWBP_HUD_CharacterStatusBar_C"); \ +static_assert(sizeof(UWBP_HUD_CharacterStatusBar_C) == 0x000398, "Wrong size on UWBP_HUD_CharacterStatusBar_C"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_CharacterStatusBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_Revive_Character) == 0x0002E8, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_Revive_Character' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_APLost) == 0x0002F0, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_APLost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_APgain) == 0x0002F8, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_APgain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_Damaged) == 0x000300, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_Damaged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_Dead_Character) == 0x000308, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_Dead_Character' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Anim_Appear_Life) == 0x000310, "Member 'UWBP_HUD_CharacterStatusBar_C::Anim_Appear_Life' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, ProgressBar_Life) == 0x000318, "Member 'UWBP_HUD_CharacterStatusBar_C::ProgressBar_Life' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, txt_life) == 0x000320, "Member 'UWBP_HUD_CharacterStatusBar_C::txt_life' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, txt_life_MaxValue) == 0x000328, "Member 'UWBP_HUD_CharacterStatusBar_C::txt_life_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, txt_Slash) == 0x000330, "Member 'UWBP_HUD_CharacterStatusBar_C::txt_Slash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, WBP_AP_SlotBar) == 0x000338, "Member 'UWBP_HUD_CharacterStatusBar_C::WBP_AP_SlotBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, WBP_HUD_AP_ICO) == 0x000340, "Member 'UWBP_HUD_CharacterStatusBar_C::WBP_HUD_AP_ICO' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, TxtLifeColorAndOpacityCache) == 0x000348, "Member 'UWBP_HUD_CharacterStatusBar_C::TxtLifeColorAndOpacityCache' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, LowLifeHealthTextColor) == 0x00035C, "Member 'UWBP_HUD_CharacterStatusBar_C::LowLifeHealthTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, HealthTextColor) == 0x00036C, "Member 'UWBP_HUD_CharacterStatusBar_C::HealthTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, ShieldProtectedColor) == 0x00037C, "Member 'UWBP_HUD_CharacterStatusBar_C::ShieldProtectedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, HP) == 0x00038C, "Member 'UWBP_HUD_CharacterStatusBar_C::HP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, Max_HP) == 0x000390, "Member 'UWBP_HUD_CharacterStatusBar_C::Max_HP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_CharacterStatusBar_C, CurrentShieldCount) == 0x000394, "Member 'UWBP_HUD_CharacterStatusBar_C::CurrentShieldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Loot \ +static_assert(alignof(FS_Loot) == 0x000008, "Wrong alignment on FS_Loot"); \ +static_assert(sizeof(FS_Loot) == 0x000028, "Wrong size on FS_Loot"); \ +static_assert(offsetof(FS_Loot, Item_3_70B128FA450367A9238446B74FC936F1) == 0x000000, "Member 'FS_Loot::Item_3_70B128FA450367A9238446B74FC936F1' has a wrong offset!"); \ +static_assert(offsetof(FS_Loot, Quantity_7_568BFEC649698C01749B2DBD1D349850) == 0x000010, "Member 'FS_Loot::Quantity_7_568BFEC649698C01749B2DBD1D349850' has a wrong offset!"); \ +static_assert(offsetof(FS_Loot, LootPercentageChance_10_28FD2A004A7AF8A838C478891D665926) == 0x000018, "Member 'FS_Loot::LootPercentageChance_10_28FD2A004A7AF8A838C478891D665926' has a wrong offset!"); \ +static_assert(offsetof(FS_Loot, LootContextLevelOffset_15_503C46174A13338EAD8F34A5F61185CC) == 0x000020, "Member 'FS_Loot::LootContextLevelOffset_15_503C46174A13338EAD8F34A5F61185CC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Male_3_Malo_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Male_3_Malo_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Male_3_Malo_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Male_3_Malo_C) == 0x000308, "Wrong size on ABP_NPCs_Lumiere_Children_Male_3_Malo_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Children_Male_3_Malo_C, Gestral_haircut_2_skl) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Children_Male_3_Malo_C::Gestral_haircut_2_skl' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Children_Male_3_Malo_C, Mask_EE) == 0x000300, "Member 'ABP_NPCs_Lumiere_Children_Male_3_Malo_C::Mask_EE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine) == 0x001D98, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue) == 0x000220, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue) == 0x000228, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000230, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_1) == 0x000238, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000240, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000248, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_2) == 0x000250, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000258, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_3) == 0x000260, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000268, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000270, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_4) == 0x000278, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000280, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_5) == 0x000290, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000298, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0002A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_1) == 0x0003D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0003E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_6) == 0x0003E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0003F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x0003F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000400, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_7) == 0x000530, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_2) == 0x000538, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000548, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_8) == 0x000550, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000558, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000560, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_9) == 0x000568, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000570, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000578, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_10) == 0x000580, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000588, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_11) == 0x000590, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000598, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0005A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_12) == 0x0005A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0005B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0005B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_13) == 0x0005C0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_3) == 0x0005C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_13) == 0x0006F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_3) == 0x000700, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_14) == 0x000710, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000718, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000720, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000721, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetPlayerController_ReturnValue_15) == 0x000728, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000730, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_GetDialogueStage_DialogueStage) == 0x000738, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_SwitchInteger_CmpSuccess) == 0x00073C, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x00073D, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000740, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_4) == 0x000870, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000880, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000948, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000A10, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000B40, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_5) == 0x000C70, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_6) == 0x000C80, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000C90, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000D58, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000E20, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000F50, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_7) == 0x001080, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_8) == 0x001090, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x0010A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001168, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_9) == 0x001230, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_9) == 0x001360, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001370, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001438, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001568, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_10) == 0x001630, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001640, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_11) == 0x001770, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001780, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001848, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001978, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_12) == 0x001A40, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001A50, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_13) == 0x001B80, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x001B90, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001C58, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine, K2Node_MakeArray_Array_14) == 0x001D88, "Member 'BP_Dialogue_Lumiere_ExpFestival_Catherine_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Catherine::K2Node_MakeArray_Array_14' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Catherine_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Catherine_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Catherine_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Catherine_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Catherine_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Catherine_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Catherine_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Catherine_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Catherine_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen \ +static_assert(alignof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen) == 0x000008, "Wrong alignment on WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen"); \ +static_assert(sizeof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen) == 0x000018, "Wrong size on WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, EntryPoint) == 0x000000, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_LoadingScreen_C_ExecuteUbergraph_WBP_LoadingScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LoadingScreen_C \ +static_assert(alignof(UWBP_LoadingScreen_C) == 0x000008, "Wrong alignment on UWBP_LoadingScreen_C"); \ +static_assert(sizeof(UWBP_LoadingScreen_C) == 0x000308, "Wrong size on UWBP_LoadingScreen_C"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_LoadingScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_LoadingScreen_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, CanvasPanel_0) == 0x0002F0, "Member 'UWBP_LoadingScreen_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, Image_20) == 0x0002F8, "Member 'UWBP_LoadingScreen_C::Image_20' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LoadingScreen_C, HasAppeared) == 0x000300, "Member 'UWBP_LoadingScreen_C::HasAppeared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog \ +static_assert(alignof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog) == 0x000008, "Wrong alignment on WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog"); \ +static_assert(sizeof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog) == 0x000028, "Wrong size on WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog"); \ +static_assert(offsetof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog, EntryPoint) == 0x000000, "Member 'WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog, CallFunc_PlayAnimation_ReturnValue_2) == 0x000018, "Member 'WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog, CallFunc_PlayAnimation_ReturnValue_3) == 0x000020, "Member 'WBP_BackgroundDialog_C_ExecuteUbergraph_WBP_BackgroundDialog::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BackgroundDialog_C \ +static_assert(alignof(UWBP_BackgroundDialog_C) == 0x000008, "Wrong alignment on UWBP_BackgroundDialog_C"); \ +static_assert(sizeof(UWBP_BackgroundDialog_C) == 0x000310, "Wrong size on UWBP_BackgroundDialog_C"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BackgroundDialog_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, Anim_Appear_NoArrow) == 0x0002E8, "Member 'UWBP_BackgroundDialog_C::Anim_Appear_NoArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_BackgroundDialog_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, Background_Center) == 0x0002F8, "Member 'UWBP_BackgroundDialog_C::Background_Center' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, BackgroundLeft) == 0x000300, "Member 'UWBP_BackgroundDialog_C::BackgroundLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BackgroundDialog_C, BackgroundRight) == 0x000308, "Member 'UWBP_BackgroundDialog_C::BackgroundRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked \ +static_assert(alignof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked"); \ +static_assert(sizeof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked) == 0x000060, "Wrong size on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, K2Node_DynamicCast_AsSet_Exploration_Capacity_Unlocked) == 0x000028, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::K2Node_DynamicCast_AsSet_Exploration_Capacity_Unlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000038, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Map_Find_Value) == 0x000051, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Map_Find_ReturnValue) == 0x000052, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_ExecuteUbergraph_BP_GameActionInstance_SetExplorationCapacityUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString) == 0x000190, "Wrong size on BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, local_AbilitiesAsString) == 0x000010, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::local_AbilitiesAsString' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, K2Node_DynamicCast_AsUnlock_World_Map_Capacity) == 0x000088, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::K2Node_DynamicCast_AsUnlock_World_Map_Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000108, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000148, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000160, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_PadString_Result) == 0x000170, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000180, "Member 'BP_GameActionInstance_SetExplorationCapacityUnlocked_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetExplorationCapacityUnlocked_C \ +static_assert(alignof(UBP_GameActionInstance_SetExplorationCapacityUnlocked_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetExplorationCapacityUnlocked_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetExplorationCapacityUnlocked_C) == 0x000048, "Wrong size on UBP_GameActionInstance_SetExplorationCapacityUnlocked_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetExplorationCapacityUnlocked_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetExplorationCapacityUnlocked_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_HorizontalSeparator_C \ +static_assert(alignof(UWBP_GM_HorizontalSeparator_C) == 0x000008, "Wrong alignment on UWBP_GM_HorizontalSeparator_C"); \ +static_assert(sizeof(UWBP_GM_HorizontalSeparator_C) == 0x0002F8, "Wrong size on UWBP_GM_HorizontalSeparator_C"); \ +static_assert(offsetof(UWBP_GM_HorizontalSeparator_C, FadeLeft) == 0x0002E0, "Member 'UWBP_GM_HorizontalSeparator_C::FadeLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_HorizontalSeparator_C, FadeRight) == 0x0002E8, "Member 'UWBP_GM_HorizontalSeparator_C::FadeRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_HorizontalSeparator_C, Line) == 0x0002F0, "Member 'UWBP_GM_HorizontalSeparator_C::Line' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ReadOnlyControl_C_BPI_SetIsReadOnly \ +static_assert(alignof(BPI_ReadOnlyControl_C_BPI_SetIsReadOnly) == 0x000001, "Wrong alignment on BPI_ReadOnlyControl_C_BPI_SetIsReadOnly"); \ +static_assert(sizeof(BPI_ReadOnlyControl_C_BPI_SetIsReadOnly) == 0x000001, "Wrong size on BPI_ReadOnlyControl_C_BPI_SetIsReadOnly"); \ +static_assert(offsetof(BPI_ReadOnlyControl_C_BPI_SetIsReadOnly, IsReadOnly) == 0x000000, "Member 'BPI_ReadOnlyControl_C_BPI_SetIsReadOnly::IsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ReadOnlyControl_C \ +static_assert(alignof(IBPI_ReadOnlyControl_C) == 0x000001, "Wrong alignment on IBPI_ReadOnlyControl_C"); \ +static_assert(sizeof(IBPI_ReadOnlyControl_C) == 0x000001, "Wrong size on IBPI_ReadOnlyControl_C"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer \ +static_assert(alignof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer) == 0x000008, "Wrong alignment on WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer"); \ +static_assert(sizeof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer) == 0x000068, "Wrong size on WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, K2Node_CustomEvent_bNewInputType) == 0x000004, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, Temp_bool_Variable) == 0x000005, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, Temp_object_Variable) == 0x000018, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, Temp_object_Variable_1) == 0x000020, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000028, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, CallFunc_GetCurrentInputType_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, K2Node_Select_Default) == 0x000038, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer, K2Node_MakeStruct_S_InputBindingParameters) == 0x000040, "Member 'WBP_PhotoModeInputsContainer_C_ExecuteUbergraph_WBP_PhotoModeInputsContainer::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeInputsContainer_C_OnInputMethodChanged \ +static_assert(alignof(WBP_PhotoModeInputsContainer_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_PhotoModeInputsContainer_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_PhotoModeInputsContainer_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_PhotoModeInputsContainer_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_PhotoModeInputsContainer_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility \ +static_assert(alignof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility) == 0x000001, "Wrong alignment on WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility"); \ +static_assert(sizeof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility) == 0x000005, "Wrong size on WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility, Visible) == 0x000000, "Member 'WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_PhotoModeInputsContainer_C_SetCameraInputsVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeInputsContainer_C_SetPhotoModeActors \ +static_assert(alignof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors) == 0x000008, "Wrong alignment on WBP_PhotoModeInputsContainer_C_SetPhotoModeActors"); \ +static_assert(sizeof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors) == 0x000018, "Wrong size on WBP_PhotoModeInputsContainer_C_SetPhotoModeActors"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, PhotoModeController_0) == 0x000000, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::PhotoModeController_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, PhotoModePawn_0) == 0x000008, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::PhotoModePawn_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, Temp_bool_Variable) == 0x000010, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, Temp_byte_Variable) == 0x000011, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, CallFunc_CanTakeScreenshot_ReturnValue) == 0x000013, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::CallFunc_CanTakeScreenshot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeInputsContainer_C_SetPhotoModeActors, K2Node_Select_Default) == 0x000014, "Member 'WBP_PhotoModeInputsContainer_C_SetPhotoModeActors::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeInputsContainer_C \ +static_assert(alignof(UWBP_PhotoModeInputsContainer_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeInputsContainer_C"); \ +static_assert(sizeof(UWBP_PhotoModeInputsContainer_C) == 0x000350, "Wrong size on UWBP_PhotoModeInputsContainer_C"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, UberGraphFrame) == 0x000308, "Member 'UWBP_PhotoModeInputsContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, Spacer_TakeScreenshot) == 0x000310, "Member 'UWBP_PhotoModeInputsContainer_C::Spacer_TakeScreenshot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, VerticalBox_CameraInputsContainer) == 0x000318, "Member 'UWBP_PhotoModeInputsContainer_C::VerticalBox_CameraInputsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, VerticalBox_InputsContainer) == 0x000320, "Member 'UWBP_PhotoModeInputsContainer_C::VerticalBox_InputsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, VerticalBox_UIInputsContainer) == 0x000328, "Member 'UWBP_PhotoModeInputsContainer_C::VerticalBox_UIInputsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, WBP_TextualInputActionBinding_Look) == 0x000330, "Member 'UWBP_PhotoModeInputsContainer_C::WBP_TextualInputActionBinding_Look' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, WBP_TextualInputActionBinding_TakeScreenshot) == 0x000338, "Member 'UWBP_PhotoModeInputsContainer_C::WBP_TextualInputActionBinding_TakeScreenshot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, PhotoModeController) == 0x000340, "Member 'UWBP_PhotoModeInputsContainer_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeInputsContainer_C, PhotoModePawn) == 0x000348, "Member 'UWBP_PhotoModeInputsContainer_C::PhotoModePawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_Secondary_BottomTop_C \ +static_assert(alignof(UWBP_GM_Secondary_BottomTop_C) == 0x000008, "Wrong alignment on UWBP_GM_Secondary_BottomTop_C"); \ +static_assert(sizeof(UWBP_GM_Secondary_BottomTop_C) == 0x0002F8, "Wrong size on UWBP_GM_Secondary_BottomTop_C"); \ +static_assert(offsetof(UWBP_GM_Secondary_BottomTop_C, Arrowleft) == 0x0002E0, "Member 'UWBP_GM_Secondary_BottomTop_C::Arrowleft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Secondary_BottomTop_C, Arrowright) == 0x0002E8, "Member 'UWBP_GM_Secondary_BottomTop_C::Arrowright' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Secondary_BottomTop_C, Line) == 0x0002F0, "Member 'UWBP_GM_Secondary_BottomTop_C::Line' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera \ +static_assert(alignof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera) == 0x000008, "Wrong alignment on BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera"); \ +static_assert(sizeof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera) == 0x000050, "Wrong size on BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, EntryPoint) == 0x000000, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_ReturnValue_2) == 0x000018, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, Temp_bool_Has_Been_Initd_Variable) == 0x000020, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, Temp_bool_IsClosed_Variable) == 0x000021, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, Temp_bool_Has_Been_Initd_Variable_1) == 0x000022, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, Temp_bool_IsClosed_Variable_1) == 0x000023, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000028, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000030, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_Lerp_Alpha_ImplicitCast_2) == 0x000038, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_Lerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000040, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1) == 0x000044, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2) == 0x000048, "Member 'BP_FreeAimCamera_C_ExecuteUbergraph_BP_FreeAimCamera::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FreeAimCamera_C \ +static_assert(alignof(ABP_FreeAimCamera_C) == 0x000008, "Wrong alignment on ABP_FreeAimCamera_C"); \ +static_assert(sizeof(ABP_FreeAimCamera_C) == 0x0002C8, "Wrong size on ABP_FreeAimCamera_C"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, UberGraphFrame) == 0x000290, "Member 'ABP_FreeAimCamera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, FreeAimCamera) == 0x000298, "Member 'ABP_FreeAimCamera_C::FreeAimCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_FreeAimCamera_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, Timeline_0_Alpha_D8D5930744498794AD9D0E88635DC5EA) == 0x0002A8, "Member 'ABP_FreeAimCamera_C::Timeline_0_Alpha_D8D5930744498794AD9D0E88635DC5EA' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, Timeline_0__Direction_D8D5930744498794AD9D0E88635DC5EA) == 0x0002AC, "Member 'ABP_FreeAimCamera_C::Timeline_0__Direction_D8D5930744498794AD9D0E88635DC5EA' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, Timeline_0) == 0x0002B0, "Member 'ABP_FreeAimCamera_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, _TO1_Alpha_D873B6904FA48C1BD2534ABDAB7973FA) == 0x0002B8, "Member 'ABP_FreeAimCamera_C::_TO1_Alpha_D873B6904FA48C1BD2534ABDAB7973FA' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, _TO1__Direction_D873B6904FA48C1BD2534ABDAB7973FA) == 0x0002BC, "Member 'ABP_FreeAimCamera_C::_TO1__Direction_D873B6904FA48C1BD2534ABDAB7973FA' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimCamera_C, Zeroto1) == 0x0002C0, "Member 'ABP_FreeAimCamera_C::Zeroto1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShake_Rope_End_C \ +static_assert(alignof(UShake_Rope_End_C) == 0x000010, "Wrong alignment on UShake_Rope_End_C"); \ +static_assert(sizeof(UShake_Rope_End_C) == 0x0000E0, "Wrong size on UShake_Rope_End_C"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection \ +static_assert(alignof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection) == 0x000004, "Wrong alignment on WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection"); \ +static_assert(sizeof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection) == 0x00005C, "Wrong size on WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, EntryPoint) == 0x000000, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_MakeStruct_SlateColor_1) == 0x00001C, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_MakeStruct_SlateColor_2) == 0x000030, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_MakeStruct_SlateColor_3) == 0x000044, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_CustomEvent_ConnectionState) == 0x000058, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_CustomEvent_ConnectionState' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000059, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection, K2Node_SwitchEnum_CmpSuccess) == 0x00005A, "Member 'WBP_SkillTreeConnection_C_ExecuteUbergraph_WBP_SkillTreeConnection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeConnection_C_PreConstruct \ +static_assert(alignof(WBP_SkillTreeConnection_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SkillTreeConnection_C_PreConstruct"); \ +static_assert(sizeof(WBP_SkillTreeConnection_C_PreConstruct) == 0x000001, "Wrong size on WBP_SkillTreeConnection_C_PreConstruct"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SkillTreeConnection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeConnection_C_SetConnectionStateNew \ +static_assert(alignof(WBP_SkillTreeConnection_C_SetConnectionStateNew) == 0x000001, "Wrong alignment on WBP_SkillTreeConnection_C_SetConnectionStateNew"); \ +static_assert(sizeof(WBP_SkillTreeConnection_C_SetConnectionStateNew) == 0x000001, "Wrong size on WBP_SkillTreeConnection_C_SetConnectionStateNew"); \ +static_assert(offsetof(WBP_SkillTreeConnection_C_SetConnectionStateNew, ConnectionState) == 0x000000, "Member 'WBP_SkillTreeConnection_C_SetConnectionStateNew::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkillTreeConnection_C \ +static_assert(alignof(UWBP_SkillTreeConnection_C) == 0x000008, "Wrong alignment on UWBP_SkillTreeConnection_C"); \ +static_assert(sizeof(UWBP_SkillTreeConnection_C) == 0x000308, "Wrong size on UWBP_SkillTreeConnection_C"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_SkillTreeConnection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, Image_LineConnector) == 0x0002E8, "Member 'UWBP_SkillTreeConnection_C::Image_LineConnector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, Image_LineConnector_SoloLine) == 0x0002F0, "Member 'UWBP_SkillTreeConnection_C::Image_LineConnector_SoloLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, Image_ShaderPaint_Placeholer) == 0x0002F8, "Member 'UWBP_SkillTreeConnection_C::Image_ShaderPaint_Placeholer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, IsInactive) == 0x000300, "Member 'UWBP_SkillTreeConnection_C::IsInactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, IsActive) == 0x000301, "Member 'UWBP_SkillTreeConnection_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, IsUpgradeReady) == 0x000302, "Member 'UWBP_SkillTreeConnection_C::IsUpgradeReady' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, IsUnaffordable) == 0x000303, "Member 'UWBP_SkillTreeConnection_C::IsUnaffordable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeConnection_C, ConnectionSkillState) == 0x000304, "Member 'UWBP_SkillTreeConnection_C::ConnectionSkillState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey \ +static_assert(alignof(WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey) == 0x000004, "Wrong alignment on WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey"); \ +static_assert(sizeof(WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey) == 0x000008, "Wrong size on WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey"); \ +static_assert(offsetof(WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey, EntryPoint) == 0x000000, "Member 'WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_SFKey_C_ExecuteUbergraph_WBP_SFKey::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SFKey_C_GetKey \ +static_assert(alignof(WBP_SFKey_C_GetKey) == 0x000008, "Wrong alignment on WBP_SFKey_C_GetKey"); \ +static_assert(sizeof(WBP_SFKey_C_GetKey) == 0x000018, "Wrong size on WBP_SFKey_C_GetKey"); \ +static_assert(offsetof(WBP_SFKey_C_GetKey, Key_0) == 0x000000, "Member 'WBP_SFKey_C_GetKey::Key_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SFKey_C_PreConstruct \ +static_assert(alignof(WBP_SFKey_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SFKey_C_PreConstruct"); \ +static_assert(sizeof(WBP_SFKey_C_PreConstruct) == 0x000001, "Wrong size on WBP_SFKey_C_PreConstruct"); \ +static_assert(offsetof(WBP_SFKey_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SFKey_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SFKey_C_SetKey \ +static_assert(alignof(WBP_SFKey_C_SetKey) == 0x000008, "Wrong alignment on WBP_SFKey_C_SetKey"); \ +static_assert(sizeof(WBP_SFKey_C_SetKey) == 0x000060, "Wrong size on WBP_SFKey_C_SetKey"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, InKey) == 0x000000, "Member 'WBP_SFKey_C_SetKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_byte_Variable) == 0x000018, "Member 'WBP_SFKey_C_SetKey::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_bool_Variable) == 0x000019, "Member 'WBP_SFKey_C_SetKey::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_byte_Variable_1) == 0x00001A, "Member 'WBP_SFKey_C_SetKey::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_byte_Variable_2) == 0x00001B, "Member 'WBP_SFKey_C_SetKey::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_byte_Variable_3) == 0x00001C, "Member 'WBP_SFKey_C_SetKey::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x00001D, "Member 'WBP_SFKey_C_SetKey::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'WBP_SFKey_C_SetKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, Temp_bool_Variable_1) == 0x00001F, "Member 'WBP_SFKey_C_SetKey::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000020, "Member 'WBP_SFKey_C_SetKey::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, CallFunc_Map_Find_Value) == 0x000030, "Member 'WBP_SFKey_C_SetKey::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'WBP_SFKey_C_SetKey::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, K2Node_Select_Default) == 0x000059, "Member 'WBP_SFKey_C_SetKey::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SFKey_C_SetKey, K2Node_Select_Default_1) == 0x00005A, "Member 'WBP_SFKey_C_SetKey::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SFKey_C \ +static_assert(alignof(UWBP_SFKey_C) == 0x000008, "Wrong alignment on UWBP_SFKey_C"); \ +static_assert(sizeof(UWBP_SFKey_C) == 0x000368, "Wrong size on UWBP_SFKey_C"); \ +static_assert(offsetof(UWBP_SFKey_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_SFKey_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SFKey_C, Frame) == 0x0002E8, "Member 'UWBP_SFKey_C::Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SFKey_C, KeyIcon) == 0x0002F0, "Member 'UWBP_SFKey_C::KeyIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SFKey_C, Text) == 0x0002F8, "Member 'UWBP_SFKey_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SFKey_C, Key) == 0x000300, "Member 'UWBP_SFKey_C::Key' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SFKey_C, KeysWithIcons) == 0x000318, "Member 'UWBP_SFKey_C::KeysWithIcons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PersistentFlag_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PersistentFlag_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_PersistentFlag_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_PersistentFlag_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_PersistentFlag_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_PersistentFlag_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_PersistentFlag_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_CheckInternal, CallFunc_HasPersistentFlag_Result) == 0x000001, "Member 'BP_ConditionChecker_PersistentFlag_C_CheckInternal::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PersistentFlag_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_PersistentFlag_C_ValidateConditionChecker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_PersistentFlag_C \ +static_assert(alignof(UBP_ConditionChecker_PersistentFlag_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_PersistentFlag_C"); \ +static_assert(sizeof(UBP_ConditionChecker_PersistentFlag_C) == 0x000068, "Wrong size on UBP_ConditionChecker_PersistentFlag_C"); \ +static_assert(offsetof(UBP_ConditionChecker_PersistentFlag_C, PersistentFlag) == 0x000060, "Member 'UBP_ConditionChecker_PersistentFlag_C::PersistentFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint \ +static_assert(alignof(BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint) == 0x000008, "Wrong alignment on BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint"); \ +static_assert(sizeof(BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint) == 0x000018, "Wrong size on BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint, FocusLocation) == 0x000000, "Member 'BP_jRPG_DynamicCameraPath_C_GetCameraFocusPoint::FocusLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance \ +static_assert(alignof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance) == 0x000008, "Wrong alignment on BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance"); \ +static_assert(sizeof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance) == 0x000040, "Wrong size on BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance, Time) == 0x000000, "Member 'BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance, WorldLocation) == 0x000008, "Member 'BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000020, "Member 'BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000038, "Member 'BP_jRPG_DynamicCameraPath_C_GetPathLocationAtDistance::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint \ +static_assert(alignof(BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint) == 0x000008, "Wrong alignment on BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint"); \ +static_assert(sizeof(BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint) == 0x000018, "Wrong size on BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint, WorldLocation) == 0x000000, "Member 'BP_jRPG_DynamicCameraPath_C_SetCameraFocusPoint::WorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_DynamicCameraPath_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_jRPG_DynamicCameraPath_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript) == 0x0004E0, "Wrong size on BP_jRPG_DynamicCameraPath_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, Temp_int_Variable_1) == 0x000008, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000010, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000108, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_FindLookAtRotation_ReturnValue) == 0x000120, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000138, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_GetLocationAtTime_ReturnValue) == 0x000230, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000248, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000340, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x000344, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000348, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000350, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000358, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000360, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Round_ReturnValue) == 0x000368, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000370, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000378, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000380, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000388, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_GetRotationAtSplinePoint_ReturnValue) == 0x000390, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_GetRotationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0003A8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_DegSin_ReturnValue) == 0x0003B0, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_DegCos_ReturnValue) == 0x0003B8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0003C0, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0003C8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x0003D0, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, Temp_int_Variable_2) == 0x0003E8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0003EC, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x0003F0, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0003F8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x000400, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000408, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_DegSin_ReturnValue_1) == 0x000410, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_DegSin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_DegCos_ReturnValue_1) == 0x000418, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_DegCos_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000420, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000428, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x000430, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000448, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x00044C, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000450, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000470, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x0004D0, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_DynamicCameraPath_C_UserConstructionScript, CallFunc_GetLocationAtTime_Time_ImplicitCast) == 0x0004D8, "Member 'BP_jRPG_DynamicCameraPath_C_UserConstructionScript::CallFunc_GetLocationAtTime_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_DynamicCameraPath_C \ +static_assert(alignof(ABP_jRPG_DynamicCameraPath_C) == 0x000008, "Wrong alignment on ABP_jRPG_DynamicCameraPath_C"); \ +static_assert(sizeof(ABP_jRPG_DynamicCameraPath_C) == 0x000320, "Wrong size on ABP_jRPG_DynamicCameraPath_C"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, Spline) == 0x000290, "Member 'ABP_jRPG_DynamicCameraPath_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, Scene) == 0x000298, "Member 'ABP_jRPG_DynamicCameraPath_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PreviewCamera) == 0x0002A0, "Member 'ABP_jRPG_DynamicCameraPath_C::PreviewCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PathID) == 0x0002A8, "Member 'ABP_jRPG_DynamicCameraPath_C::PathID' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PathType) == 0x0002B0, "Member 'ABP_jRPG_DynamicCameraPath_C::PathType' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PointsAmount) == 0x0002B4, "Member 'ABP_jRPG_DynamicCameraPath_C::PointsAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, LoopRadius) == 0x0002B8, "Member 'ABP_jRPG_DynamicCameraPath_C::LoopRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, LoopClosed) == 0x0002C0, "Member 'ABP_jRPG_DynamicCameraPath_C::LoopClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, SpiralRadius) == 0x0002C8, "Member 'ABP_jRPG_DynamicCameraPath_C::SpiralRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, SpiralLength) == 0x0002D0, "Member 'ABP_jRPG_DynamicCameraPath_C::SpiralLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, SpiralOffset) == 0x0002D8, "Member 'ABP_jRPG_DynamicCameraPath_C::SpiralOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PreviewTime) == 0x0002E0, "Member 'ABP_jRPG_DynamicCameraPath_C::PreviewTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, CameraFocusPoint) == 0x0002E8, "Member 'ABP_jRPG_DynamicCameraPath_C::CameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, PathInitialRotation) == 0x000300, "Member 'ABP_jRPG_DynamicCameraPath_C::PathInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_DynamicCameraPath_C, UseFocusPoint) == 0x000318, "Member 'ABP_jRPG_DynamicCameraPath_C::UseFocusPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C, SM_FlowerNeckLace_C_01) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_C::SM_FlowerNeckLace_C_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_CharacterSaveState \ +static_assert(alignof(FS_jRPG_CharacterSaveState) == 0x000008, "Wrong alignment on FS_jRPG_CharacterSaveState"); \ +static_assert(sizeof(FS_jRPG_CharacterSaveState) == 0x0001C0, "Wrong size on FS_jRPG_CharacterSaveState"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CharacterHardcodedName_36_FB9BA9294D02CFB5AD3668B0C4FD85A5) == 0x000000, "Member 'FS_jRPG_CharacterSaveState::CharacterHardcodedName_36_FB9BA9294D02CFB5AD3668B0C4FD85A5' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CurrentLevel_49_97AB711D48E18088A93C8DADFD96F854) == 0x000008, "Member 'FS_jRPG_CharacterSaveState::CurrentLevel_49_97AB711D48E18088A93C8DADFD96F854' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CurrentExperience_9_F9C772C9454408DBD6E1269409F37747) == 0x00000C, "Member 'FS_jRPG_CharacterSaveState::CurrentExperience_9_F9C772C9454408DBD6E1269409F37747' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, AvailableActionPoints_103_25B963504066FA8FD1210890DD45C001) == 0x000010, "Member 'FS_jRPG_CharacterSaveState::AvailableActionPoints_103_25B963504066FA8FD1210890DD45C001' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CurrentHP_56_2DE67B0A46F5E28BCD6D3CB6D6A88B32) == 0x000018, "Member 'FS_jRPG_CharacterSaveState::CurrentHP_56_2DE67B0A46F5E28BCD6D3CB6D6A88B32' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CurrentMP_57_41D543664CC0A23407A2D4B4D32029F6) == 0x000020, "Member 'FS_jRPG_CharacterSaveState::CurrentMP_57_41D543664CC0A23407A2D4B4D32029F6' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CharacterActions_113_D080F16E432739A28E50959EABF1EEB0) == 0x000028, "Member 'FS_jRPG_CharacterSaveState::CharacterActions_113_D080F16E432739A28E50959EABF1EEB0' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CharacterActionsOrder_151_4F0BD1CF4D6D664017CE0CAAF2C1F1FC) == 0x000078, "Member 'FS_jRPG_CharacterSaveState::CharacterActionsOrder_151_4F0BD1CF4D6D664017CE0CAAF2C1F1FC' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, PassiveEffectProgressions_179_EB0DD7D2437EFED3D549E5BB92A5FF4E) == 0x000088, "Member 'FS_jRPG_CharacterSaveState::PassiveEffectProgressions_179_EB0DD7D2437EFED3D549E5BB92A5FF4E' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, EquippedPassiveEffects_176_BE669BB547A1E730FDBF5AB2F0675853) == 0x0000D8, "Member 'FS_jRPG_CharacterSaveState::EquippedPassiveEffects_176_BE669BB547A1E730FDBF5AB2F0675853' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, EquippedItemsPerSlot_183_3B9D37B549426C770DB5E5BE821896E9) == 0x0000E8, "Member 'FS_jRPG_CharacterSaveState::EquippedItemsPerSlot_183_3B9D37B549426C770DB5E5BE821896E9' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, AssignedAttributePoints_190_4E4BA51441F1E8D8E07ECA95442E0B7E) == 0x000138, "Member 'FS_jRPG_CharacterSaveState::AssignedAttributePoints_190_4E4BA51441F1E8D8E07ECA95442E0B7E' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, UnlockedSkills_197_FAA1BD934F68CFC542FB048E3C0F3592) == 0x000188, "Member 'FS_jRPG_CharacterSaveState::UnlockedSkills_197_FAA1BD934F68CFC542FB048E3C0F3592' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, EquippedSkills_201_05B6B5E9490E2586B23751B11CDA521F) == 0x000198, "Member 'FS_jRPG_CharacterSaveState::EquippedSkills_201_05B6B5E9490E2586B23751B11CDA521F' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, CharacterCustomization_204_6208BA0E4E743356022DAEB14D88C37C) == 0x0001A8, "Member 'FS_jRPG_CharacterSaveState::CharacterCustomization_204_6208BA0E4E743356022DAEB14D88C37C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, IsExcluded_206_5D433A504D71F6A2FC9057945C23DDFB) == 0x0001B8, "Member 'FS_jRPG_CharacterSaveState::IsExcluded_206_5D433A504D71F6A2FC9057945C23DDFB' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_CharacterSaveState, LuminaFromConsumables_210_7CAC193144F82258C6A89BB09BB1D226) == 0x0001BC, "Member 'FS_jRPG_CharacterSaveState::LuminaFromConsumables_210_7CAC193144F82258C6A89BB09BB1D226' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_CharacterDebugSave_C \ +static_assert(alignof(UBP_DataAsset_CharacterDebugSave_C) == 0x000008, "Wrong alignment on UBP_DataAsset_CharacterDebugSave_C"); \ +static_assert(sizeof(UBP_DataAsset_CharacterDebugSave_C) == 0x0001F8, "Wrong size on UBP_DataAsset_CharacterDebugSave_C"); \ +static_assert(offsetof(UBP_DataAsset_CharacterDebugSave_C, PlayableCharacter) == 0x000030, "Member 'UBP_DataAsset_CharacterDebugSave_C::PlayableCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_CharacterDebugSave_C, CharacterSaveState) == 0x000038, "Member 'UBP_DataAsset_CharacterDebugSave_C::CharacterSaveState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix \ +static_assert(alignof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix) == 0x000008, "Wrong alignment on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix"); \ +static_assert(sizeof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix) == 0x000030, "Wrong size on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000018, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, K2Node_DynamicCast_AsBP_Game_Action_Deactivate_Exploration_Control_Bus_Mix) == 0x000020, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::K2Node_DynamicCast_AsBP_Game_Action_Deactivate_Exploration_Control_Bus_Mix' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_DeactivateExplorationControlBusMix::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString) == 0x000110, "Wrong size on BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_) == 0x000020, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000088, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_DeactivateExplorationControlBusMix_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_DeactivateExplorationControlBusMix_C \ +static_assert(alignof(UBP_GameActionInstance_DeactivateExplorationControlBusMix_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_DeactivateExplorationControlBusMix_C"); \ +static_assert(sizeof(UBP_GameActionInstance_DeactivateExplorationControlBusMix_C) == 0x000048, "Wrong size on UBP_GameActionInstance_DeactivateExplorationControlBusMix_C"); \ +static_assert(offsetof(UBP_GameActionInstance_DeactivateExplorationControlBusMix_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_DeactivateExplorationControlBusMix_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemUnlockConditionCard_C_SetConditionText \ +static_assert(alignof(WBP_ItemUnlockConditionCard_C_SetConditionText) == 0x000008, "Wrong alignment on WBP_ItemUnlockConditionCard_C_SetConditionText"); \ +static_assert(sizeof(WBP_ItemUnlockConditionCard_C_SetConditionText) == 0x000010, "Wrong size on WBP_ItemUnlockConditionCard_C_SetConditionText"); \ +static_assert(offsetof(WBP_ItemUnlockConditionCard_C_SetConditionText, ConditionText) == 0x000000, "Member 'WBP_ItemUnlockConditionCard_C_SetConditionText::ConditionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ItemUnlockConditionCard_C \ +static_assert(alignof(UWBP_ItemUnlockConditionCard_C) == 0x000008, "Wrong alignment on UWBP_ItemUnlockConditionCard_C"); \ +static_assert(sizeof(UWBP_ItemUnlockConditionCard_C) == 0x0002E8, "Wrong size on UWBP_ItemUnlockConditionCard_C"); \ +static_assert(offsetof(UWBP_ItemUnlockConditionCard_C, ConditionDescription) == 0x0002E0, "Member 'UWBP_ItemUnlockConditionCard_C::ConditionDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator \ +static_assert(alignof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator) == 0x000008, "Wrong alignment on WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator"); \ +static_assert(sizeof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator) == 0x0004B8, "Wrong size on WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, EntryPoint) == 0x000000, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_DoubleToVector2D_ReturnValue) == 0x000008, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_DoubleToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000018, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000050, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetLocalSize_ReturnValue) == 0x000058, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_DegSin_ReturnValue) == 0x000068, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x000070, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Abs_ReturnValue) == 0x000080, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000098, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetAbsoluteSize_ReturnValue) == 0x0000E8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetAbsoluteSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_BreakVector2D_X) == 0x0000F8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_BreakVector2D_Y) == 0x000100, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000108, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000110, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_1) == 0x000120, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000130, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_1) == 0x000140, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetViewportScale_ReturnValue) == 0x000188, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetParent_ReturnValue) == 0x000190, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetTickSpaceGeometry_ReturnValue_1) == 0x000198, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetTickSpaceGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_PlayAnimation_ReturnValue) == 0x0001D0, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_TransformVectorAbsoluteToLocal_ReturnValue) == 0x0001D8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_TransformVectorAbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetLocalSize_ReturnValue_1) == 0x0001E8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_2) == 0x0001F8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_3) == 0x000208, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000218, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000228, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_2) == 0x000238, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_3) == 0x000280, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_GetAbsoluteSize_ReturnValue_1) == 0x0002C8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_GetAbsoluteSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_4) == 0x0002D8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0002E8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_BreakVector2D_X_1) == 0x000340, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_BreakVector2D_Y_1) == 0x000348, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000350, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_MakeVector2D_ReturnValue) == 0x000358, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000368, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000378, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000388, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_LocalToAbsolute_ReturnValue) == 0x000398, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_5) == 0x0003A8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_AbsoluteToLocal_ReturnValue) == 0x0003B8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0003C8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_Vector2dToString_ReturnValue_6) == 0x0003D8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_Vector2dToString_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003E8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000430, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeStruct_FormatArgumentData_6) == 0x000440, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, K2Node_MakeArray_Array) == 0x000488, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Format_ReturnValue) == 0x000498, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_DegSin_A_ImplicitCast) == 0x0004A8, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_DegSin_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator, CallFunc_Divide_Vector2DFloat_B_ImplicitCast) == 0x0004B0, "Member 'WBP_Tuto_BlurIndicator_C_ExecuteUbergraph_WBP_Tuto_BlurIndicator::CallFunc_Divide_Vector2DFloat_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tuto_BlurIndicator_C \ +static_assert(alignof(UWBP_Tuto_BlurIndicator_C) == 0x000008, "Wrong alignment on UWBP_Tuto_BlurIndicator_C"); \ +static_assert(sizeof(UWBP_Tuto_BlurIndicator_C) == 0x000338, "Wrong size on UWBP_Tuto_BlurIndicator_C"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Tuto_BlurIndicator_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_Tuto_BlurIndicator_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, MaskImage) == 0x0002F0, "Member 'UWBP_Tuto_BlurIndicator_C::MaskImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, RetainerBox_0) == 0x0002F8, "Member 'UWBP_Tuto_BlurIndicator_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, MediaPlayer) == 0x000300, "Member 'UWBP_Tuto_BlurIndicator_C::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, Media_Source) == 0x000308, "Member 'UWBP_Tuto_BlurIndicator_C::Media_Source' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, PlayDelay) == 0x000310, "Member 'UWBP_Tuto_BlurIndicator_C::PlayDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, Video) == 0x000318, "Member 'UWBP_Tuto_BlurIndicator_C::Video' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, TargetWidget) == 0x000320, "Member 'UWBP_Tuto_BlurIndicator_C::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tuto_BlurIndicator_C, AdditionalHalfSize) == 0x000328, "Member 'UWBP_Tuto_BlurIndicator_C::AdditionalHalfSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_B_Var3_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_B_Var3_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_B_Var3_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_B_Var3_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_B_Var3_C"); \ + +#define DUMPER7_ASSERTS_FFBattleTurnSequence_CharacterData \ +static_assert(alignof(FFBattleTurnSequence_CharacterData) == 0x000008, "Wrong alignment on FFBattleTurnSequence_CharacterData"); \ +static_assert(sizeof(FFBattleTurnSequence_CharacterData) == 0x000020, "Wrong size on FFBattleTurnSequence_CharacterData"); \ +static_assert(offsetof(FFBattleTurnSequence_CharacterData, ActionSelectionSequence_3_82FDF948438356201AF471A42CD9D135) == 0x000000, "Member 'FFBattleTurnSequence_CharacterData::ActionSelectionSequence_3_82FDF948438356201AF471A42CD9D135' has a wrong offset!"); \ +static_assert(offsetof(FFBattleTurnSequence_CharacterData, SkillSelectionSequence_5_884EB07A4530327A16DAE99A7023C3AE) == 0x000008, "Member 'FFBattleTurnSequence_CharacterData::SkillSelectionSequence_5_884EB07A4530327A16DAE99A7023C3AE' has a wrong offset!"); \ +static_assert(offsetof(FFBattleTurnSequence_CharacterData, ItemSelection_9_73E5883A45733B835FEA83B661F16336) == 0x000010, "Member 'FFBattleTurnSequence_CharacterData::ItemSelection_9_73E5883A45733B835FEA83B661F16336' has a wrong offset!"); \ +static_assert(offsetof(FFBattleTurnSequence_CharacterData, UltimateSelection_11_00E904274715D2FC287707AB64ED5557) == 0x000018, "Member 'FFBattleTurnSequence_CharacterData::UltimateSelection_11_00E904274715D2FC287707AB64ED5557' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_OverdriveSource \ +static_assert(alignof(FS_jRPG_OverdriveSource) == 0x000004, "Wrong alignment on FS_jRPG_OverdriveSource"); \ +static_assert(sizeof(FS_jRPG_OverdriveSource) == 0x000010, "Wrong size on FS_jRPG_OverdriveSource"); \ +static_assert(offsetof(FS_jRPG_OverdriveSource, OverdrivePerHitGiven_5_BEE65AFB4E807F6754B01BA1F72E5131) == 0x000000, "Member 'FS_jRPG_OverdriveSource::OverdrivePerHitGiven_5_BEE65AFB4E807F6754B01BA1F72E5131' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_OverdriveSource, OverdrivePerHitReceived_6_C7FEA6EB4E449D131893659EE3DE697B) == 0x000004, "Member 'FS_jRPG_OverdriveSource::OverdrivePerHitReceived_6_C7FEA6EB4E449D131893659EE3DE697B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_OverdriveSource, OverdriveOnOtherCharacterDeath_8_7F1BE3DF4FAB55B4DBD35A97929C6A2C) == 0x000008, "Member 'FS_jRPG_OverdriveSource::OverdriveOnOtherCharacterDeath_8_7F1BE3DF4FAB55B4DBD35A97929C6A2C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_OverdriveSource, OverdriveOnEnemyKilled_10_B089EE8642C0B232D83FA0A80D31BBEA) == 0x00000C, "Member 'FS_jRPG_OverdriveSource::OverdriveOnEnemyKilled_10_B089EE8642C0B232D83FA0A80D31BBEA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced \ +static_assert(alignof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced) == 0x000008, "Wrong alignment on BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(sizeof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced) == 0x000038, "Wrong size on BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, Active) == 0x000008, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_GetTargetingManager_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_CheckCharacterHasAnyBuffs_ReturnValue) == 0x000031, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_CheckCharacterHasAnyBuffs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_Array_IsEmpty_ReturnValue) == 0x000032, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_CheckCharacterHasAnyBuffs_ReturnValue_1) == 0x000033, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_CheckCharacterHasAnyBuffs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_IsOverchargeActiveFeedbackForced::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs \ +static_assert(alignof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs) == 0x000008, "Wrong alignment on BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs"); \ +static_assert(sizeof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs) == 0x000068, "Wrong size on BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CharacterStats) == 0x000000, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, Buffs) == 0x000008, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::Buffs' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, ReturnValue) == 0x000018, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_GetObjectClass_ReturnValue) == 0x000030, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000038, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Array_Contains_ReturnValue) == 0x000061, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_SkillDataComponent_OverchargeOnBuff_C_CheckCharacterHasAnyBuffs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_OverchargeOnBuff_C \ +static_assert(alignof(UBP_SkillDataComponent_OverchargeOnBuff_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_OverchargeOnBuff_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_OverchargeOnBuff_C) == 0x000050, "Wrong size on UBP_SkillDataComponent_OverchargeOnBuff_C"); \ +static_assert(offsetof(UBP_SkillDataComponent_OverchargeOnBuff_C, RequiredCasterAnyBuffs) == 0x000030, "Member 'UBP_SkillDataComponent_OverchargeOnBuff_C::RequiredCasterAnyBuffs' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_OverchargeOnBuff_C, RequiredTargetAnyBuffs) == 0x000040, "Member 'UBP_SkillDataComponent_OverchargeOnBuff_C::RequiredTargetAnyBuffs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_NPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Maelle_NPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Maelle_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Maelle_NPC::FAnimBlueprintGeneratedConstantData) == 0x002C18, "Wrong size on ABP_Maelle_NPC::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_Maelle_NPC_C \ +static_assert(alignof(UABP_Maelle_NPC_C) == 0x000010, "Wrong alignment on UABP_Maelle_NPC_C"); \ +static_assert(sizeof(UABP_Maelle_NPC_C) == 0x006720, "Wrong size on UABP_Maelle_NPC_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_Danseuse2_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_Danseuse2_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_Danseuse2_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_Danseuse2_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_Danseuse2_C"); \ + +#define DUMPER7_ASSERTS_BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init \ +static_assert(alignof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init) == 0x000008, "Wrong alignment on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init"); \ +static_assert(sizeof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init) == 0x000018, "Wrong size on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init, SkillComponent_0) == 0x000000, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init::SkillComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init, K2Node_DynamicCast_AsBP_Skill_Data_Component_Apply_Buff_on_Battle_Start) == 0x000008, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init::K2Node_DynamicCast_AsBP_Skill_Data_Component_Apply_Buff_on_Battle_Start' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent \ +static_assert(alignof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent) == 0x000001, "Wrong alignment on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent"); \ +static_assert(sizeof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent) == 0x000001, "Wrong size on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent, ReturnValue) == 0x000000, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_HasTurnStartEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance \ +static_assert(alignof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance) == 0x000008, "Wrong alignment on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance"); \ +static_assert(sizeof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance) == 0x000030, "Wrong size on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, BuffInstance_0) == 0x000000, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::BuffInstance_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, CallFunc_FindActiveBuffsByInstigator_BuffInstances) == 0x000008, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::CallFunc_FindActiveBuffsByInstigator_BuffInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, CallFunc_SpawnObject_ReturnValue) == 0x000018, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, CallFunc_ActivateBuff_Success) == 0x000028, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000029, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_GetOrCreateBuffInstance::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart \ +static_assert(alignof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart) == 0x000008, "Wrong alignment on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart"); \ +static_assert(sizeof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart) == 0x000028, "Wrong size on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, EntryPoint) == 0x000000, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, CallFunc_GetOrCreateBuffInstance_Buffinstance) == 0x000008, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::CallFunc_GetOrCreateBuffInstance_Buffinstance' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, K2Node_Event_Dependencies) == 0x000010, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::K2Node_Event_Dependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, K2Node_Event_ForceInstant) == 0x000018, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::K2Node_Event_ForceInstant' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, CallFunc_Delay_Duration_ImplicitCast) == 0x00001C, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000020, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteUbergraph_BP_SkillComponentScript_ApplyBuffOnBattleStart::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent \ +static_assert(alignof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent) == 0x000008, "Wrong alignment on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent"); \ +static_assert(sizeof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent) == 0x000010, "Wrong size on BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent, Dependencies) == 0x000000, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent, ForceInstant) == 0x000008, "Member 'BP_SkillComponentScript_ApplyBuffOnBattleStart_C_ExecuteBattleStartEvent::ForceInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillComponentScript_ApplyBuffOnBattleStart_C \ +static_assert(alignof(UBP_SkillComponentScript_ApplyBuffOnBattleStart_C) == 0x000008, "Wrong alignment on UBP_SkillComponentScript_ApplyBuffOnBattleStart_C"); \ +static_assert(sizeof(UBP_SkillComponentScript_ApplyBuffOnBattleStart_C) == 0x000058, "Wrong size on UBP_SkillComponentScript_ApplyBuffOnBattleStart_C"); \ +static_assert(offsetof(UBP_SkillComponentScript_ApplyBuffOnBattleStart_C, UberGraphFrame) == 0x000040, "Member 'UBP_SkillComponentScript_ApplyBuffOnBattleStart_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillComponentScript_ApplyBuffOnBattleStart_C, ApplyBuffOnBattleStartSettings) == 0x000048, "Member 'UBP_SkillComponentScript_ApplyBuffOnBattleStart_C::ApplyBuffOnBattleStartSettings' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillComponentScript_ApplyBuffOnBattleStart_C, BuffInstance) == 0x000050, "Member 'UBP_SkillComponentScript_ApplyBuffOnBattleStart_C::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_ApplyBuffOnBattleStart_C \ +static_assert(alignof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_ApplyBuffOnBattleStart_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C) == 0x000058, "Wrong size on UBP_SkillDataComponent_ApplyBuffOnBattleStart_C"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, BuffClass) == 0x000030, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, ForcePermanent) == 0x000038, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::ForcePermanent' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, FeedbackAsBattleStartEvent) == 0x000039, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::FeedbackAsBattleStartEvent' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, FeedbackDelayBeforeBuff) == 0x000040, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::FeedbackDelayBeforeBuff' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, FeedbackDelayAfterBuff) == 0x000048, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::FeedbackDelayAfterBuff' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponent_ApplyBuffOnBattleStart_C, TurnDurationIfNotPermanent) == 0x000050, "Member 'UBP_SkillDataComponent_ApplyBuffOnBattleStart_C::TurnDurationIfNotPermanent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost \ +static_assert(alignof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost) == 0x000008, "Wrong alignment on BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost"); \ +static_assert(sizeof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost) == 0x000040, "Wrong size on BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost, __WorldContext) == 0x000000, "Member 'BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost, ReturnValue) == 0x000008, "Member 'BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost, local_item) == 0x000018, "Member 'BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost::local_item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_FL_CharacterDataHelpers_C_GetCharacterResetConsumableCost::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype \ +static_assert(alignof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype) == 0x000008, "Wrong alignment on BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype"); \ +static_assert(sizeof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype) == 0x000090, "Wrong size on BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, ItemSubtype) == 0x000000, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::ItemSubtype' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, __WorldContext) == 0x000008, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Name_0) == 0x000010, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_byte_Variable) == 0x000018, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable) == 0x00001C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_1) == 0x000024, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_2) == 0x00002C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_3) == 0x000034, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_4) == 0x00003C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_5) == 0x000044, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_6) == 0x00004C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_7) == 0x000054, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_8) == 0x00005C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_9) == 0x000064, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_10) == 0x00006C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_11) == 0x000074, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, Temp_name_Variable_12) == 0x00007C, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::Temp_name_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype, K2Node_Select_Default) == 0x000084, "Member 'BP_FL_CharacterDataHelpers_C_GetNameFromItemSubtype::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterDataHelpers_C_ToHardcodedName \ +static_assert(alignof(BP_FL_CharacterDataHelpers_C_ToHardcodedName) == 0x000008, "Wrong alignment on BP_FL_CharacterDataHelpers_C_ToHardcodedName"); \ +static_assert(sizeof(BP_FL_CharacterDataHelpers_C_ToHardcodedName) == 0x000078, "Wrong size on BP_FL_CharacterDataHelpers_C_ToHardcodedName"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, Character) == 0x000000, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, __WorldContext) == 0x000008, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, HardcodedName) == 0x000010, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, Temp_byte_Variable) == 0x000018, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, Temp_name_Variable) == 0x00001C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue) == 0x000024, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00002C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000034, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_3) == 0x00003C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000044, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_5) == 0x00004C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_6) == 0x000054, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_7) == 0x00005C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, CallFunc_MakeLiteralName_ReturnValue_8) == 0x000064, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::CallFunc_MakeLiteralName_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterDataHelpers_C_ToHardcodedName, K2Node_Select_Default) == 0x00006C, "Member 'BP_FL_CharacterDataHelpers_C_ToHardcodedName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_CharacterDataHelpers_C \ +static_assert(alignof(UBP_FL_CharacterDataHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_CharacterDataHelpers_C"); \ +static_assert(sizeof(UBP_FL_CharacterDataHelpers_C) == 0x000028, "Wrong size on UBP_FL_CharacterDataHelpers_C"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_MainChar__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData) == 0x0002B0, "Wrong size on Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, __StructProperty_28) == 0x000008, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::__StructProperty_28' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, __NameProperty_29) == 0x000028, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::__NameProperty_29' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, __NameProperty_30) == 0x000030, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::__NameProperty_30' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0000D0, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000100, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyBone) == 0x000130, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyBone' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000160, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000190, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x0001C0, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyLimits) == 0x0001F0, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyLimits' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigLogic) == 0x000220, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000250, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000280, "Member 'Face_PostProcess_AnimBP_MainChar::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_MainChar_C_AnimGraph \ +static_assert(alignof(Face_PostProcess_AnimBP_MainChar_C_AnimGraph) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_MainChar_C_AnimGraph"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_MainChar_C_AnimGraph) == 0x000020, "Wrong size on Face_PostProcess_AnimBP_MainChar_C_AnimGraph"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_AnimGraph, InPose) == 0x000000, "Member 'Face_PostProcess_AnimBP_MainChar_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'Face_PostProcess_AnimBP_MainChar_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation \ +static_assert(alignof(Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Face_PostProcess_AnimBP_MainChar_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar \ +static_assert(alignof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar) == 0x000248, "Wrong size on Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, EntryPoint) == 0x000000, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000038, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_IsValid_ReturnValue_2) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GetAnimInstance_ReturnValue) == 0x0000A8, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_IsValid_ReturnValue_3) == 0x0000B0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_DynamicCast_AsABP_Facial_Cine_Main) == 0x0000B8, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_DynamicCast_AsABP_Facial_Cine_Main' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C1, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0000C2, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Abs_ReturnValue) == 0x0000C8, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Abs_ReturnValue_1) == 0x0000D0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_IsValid_ReturnValue_4) == 0x0000D8, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000E8, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000F0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GetDisplayName_ReturnValue_2) == 0x000100, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000110, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000120, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_MakeArray_Array) == 0x0001C0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_MakeArray_Array_1) == 0x0001D0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000200, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1) == 0x000208, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Abs_A_ImplicitCast) == 0x000210, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Abs_A_ImplicitCast_1) == 0x000218, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_VariableSet_EyesDown_Dev_ImplicitCast) == 0x000220, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_VariableSet_EyesDown_Dev_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_VariableSet_EyeLeft_Dev_ImplicitCast) == 0x000224, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_VariableSet_EyeLeft_Dev_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000228, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_VariableSet_Eye_Up_Down_ImplicitCast) == 0x000230, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_VariableSet_Eye_Up_Down_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000238, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar, K2Node_VariableSet_Eye_Left_Right_ImplicitCast) == 0x000240, "Member 'Face_PostProcess_AnimBP_MainChar_C_ExecuteUbergraph_Face_PostProcess_AnimBP_MainChar::K2Node_VariableSet_Eye_Left_Right_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_PostProcess_AnimBP_MainChar_C \ +static_assert(alignof(UFace_PostProcess_AnimBP_MainChar_C) == 0x000010, "Wrong alignment on UFace_PostProcess_AnimBP_MainChar_C"); \ +static_assert(sizeof(UFace_PostProcess_AnimBP_MainChar_C) == 0x000930, "Wrong size on UFace_PostProcess_AnimBP_MainChar_C"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, UberGraphFrame) == 0x000370, "Member 'UFace_PostProcess_AnimBP_MainChar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_SaveCachedPose) == 0x000388, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_UseCachedPose) == 0x000408, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_CopyBone) == 0x000430, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_CopyBone' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_LocalToComponentSpace) == 0x000520, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_ComponentToLocalSpace) == 0x000540, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_ModifyBone) == 0x000560, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_ApplyLimits) == 0x000688, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_ApplyLimits' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_RigLogic) == 0x000770, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_LinkedInputPose) == 0x0007D0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, AnimGraphNode_Root) == 0x000888, "Member 'UFace_PostProcess_AnimBP_MainChar_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, __CustomProperty_neckCorrMultD_EDEA17A84E0A0AAC955D119D2AB37313) == 0x0008A8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::__CustomProperty_neckCorrMultD_EDEA17A84E0A0AAC955D119D2AB37313' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, __CustomProperty_neckCorrMultM_EDEA17A84E0A0AAC955D119D2AB37313) == 0x0008B0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::__CustomProperty_neckCorrMultM_EDEA17A84E0A0AAC955D119D2AB37313' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, __CustomProperty_neckCorrMultU_EDEA17A84E0A0AAC955D119D2AB37313) == 0x0008B8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::__CustomProperty_neckCorrMultU_EDEA17A84E0A0AAC955D119D2AB37313' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, BodyTypeIndex) == 0x0008C0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::BodyTypeIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, CineCharacterOwner) == 0x0008C8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::CineCharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, As_ABP_Facial_Cine_Main) == 0x0008D0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::As_ABP_Facial_Cine_Main' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, Eye_Left_Right) == 0x0008D8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::Eye_Left_Right' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, Eye_Up_Down) == 0x0008DC, "Member 'UFace_PostProcess_AnimBP_MainChar_C::Eye_Up_Down' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, EyesUp_Dev) == 0x0008E0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::EyesUp_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, EyesDown_Dev) == 0x0008E4, "Member 'UFace_PostProcess_AnimBP_MainChar_C::EyesDown_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, EyeRight_Dev) == 0x0008E8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::EyeRight_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, EyeLeft_Dev) == 0x0008EC, "Member 'UFace_PostProcess_AnimBP_MainChar_C::EyeLeft_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, IsCineCharacter) == 0x0008F0, "Member 'UFace_PostProcess_AnimBP_MainChar_C::IsCineCharacter' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, Look_At_Location) == 0x0008F8, "Member 'UFace_PostProcess_AnimBP_MainChar_C::Look_At_Location' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, HasNPCAnimationComponent) == 0x000910, "Member 'UFace_PostProcess_AnimBP_MainChar_C::HasNPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, NPCAnimationComponent) == 0x000918, "Member 'UFace_PostProcess_AnimBP_MainChar_C::NPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_MainChar_C, ShouldNPCLookAt) == 0x000920, "Member 'UFace_PostProcess_AnimBP_MainChar_C::ShouldNPCLookAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacterManager_C_PlayFootstepEvent \ +static_assert(alignof(BPI_AudioCharacterManager_C_PlayFootstepEvent) == 0x000008, "Wrong alignment on BPI_AudioCharacterManager_C_PlayFootstepEvent"); \ +static_assert(sizeof(BPI_AudioCharacterManager_C_PlayFootstepEvent) == 0x000028, "Wrong size on BPI_AudioCharacterManager_C_PlayFootstepEvent"); \ +static_assert(offsetof(BPI_AudioCharacterManager_C_PlayFootstepEvent, FootstepsType) == 0x000000, "Member 'BPI_AudioCharacterManager_C_PlayFootstepEvent::FootstepsType' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacterManager_C_PlayFootstepEvent, Location) == 0x000008, "Member 'BPI_AudioCharacterManager_C_PlayFootstepEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioCharacterManager_C_PlayFootstepEvent, SurfaceType) == 0x000020, "Member 'BPI_AudioCharacterManager_C_PlayFootstepEvent::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioCharacterManager_C_PlaySFXEvent \ +static_assert(alignof(BPI_AudioCharacterManager_C_PlaySFXEvent) == 0x000001, "Wrong alignment on BPI_AudioCharacterManager_C_PlaySFXEvent"); \ +static_assert(sizeof(BPI_AudioCharacterManager_C_PlaySFXEvent) == 0x000001, "Wrong size on BPI_AudioCharacterManager_C_PlaySFXEvent"); \ +static_assert(offsetof(BPI_AudioCharacterManager_C_PlaySFXEvent, SfxType) == 0x000000, "Member 'BPI_AudioCharacterManager_C_PlaySFXEvent::SfxType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_AudioCharacterManager_C \ +static_assert(alignof(IBPI_AudioCharacterManager_C) == 0x000001, "Wrong alignment on IBPI_AudioCharacterManager_C"); \ +static_assert(sizeof(IBPI_AudioCharacterManager_C) == 0x000001, "Wrong size on IBPI_AudioCharacterManager_C"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix) == 0x000008, "Wrong size on BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix, Activate_ControlBusMix_0) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_Activate_ControlBusMix::Activate_ControlBusMix_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix) == 0x000008, "Wrong size on BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix, Deactivate_ControlBusMix_0) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_Deactivate_ControlBusMix::Deactivate_ControlBusMix_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX) == 0x000001, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX) == 0x000002, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX, Battle_Common_SFX) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX::Battle_Common_SFX' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX, ShouldAttachToComponent_) == 0x000001, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleCommonSFX::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleFoley \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleFoley) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleFoley"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleFoley) == 0x000018, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleFoley"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFoley, BattleFoley) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFoley::BattleFoley' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFoley, AttenuationOverride) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFoley::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFoley, ShouldAttachToComponent_) == 0x000010, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFoley::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent) == 0x000028, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent, FootstepType) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent::FootstepType' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent, Location) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent, SurfaceType) == 0x000020, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent, ShouldAttachToComponent_) == 0x000021, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleFootstepEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleOno \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleOno) == 0x000001, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleOno"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleOno) == 0x000001, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleOno"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleOno, OnoType) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleOno::OnoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent) == 0x000018, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent, BattleSFX) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent::BattleSFX' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent, AttenuationOverride) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent, ShouldAttachToComponent_) == 0x000010, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleSFXEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto) == 0x000008, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto, BattlePlaceholder) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleSoundProto::BattlePlaceholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleUi \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleUi) == 0x000001, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleUi"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleUi) == 0x000002, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleUi"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleUi, UI_Battle_Type) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleUi::UI_Battle_Type' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleUi, ShouldAttachToComponent_) == 0x000001, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleUi::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent) == 0x000018, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent, BattleVocal) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent::BattleVocal' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent, AttenuationOverride) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent, ShouldAttachToComponent_) == 0x000010, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleVocalEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft) == 0x000018, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft, BattleWeaponLeft) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft::BattleWeaponLeft' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft, AttenuationOverride) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft, ShouldAttachToComponent_) == 0x000010, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponLeft::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight) == 0x000018, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight, BattleWeaponRight) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight::BattleWeaponRight' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight, AttenuationOverride) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight, ShouldAttachToComponent_) == 0x000010, "Member 'BPI_AudioBattleCharacterManager_C_PlayBattleWeaponRight::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayDeathCommon \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayDeathCommon"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon) == 0x000010, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayDeathCommon"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon, AttenuationOverride) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayDeathCommon::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon, ShouldAttachToComponent_) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayDeathCommon::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall) == 0x000010, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall, AttenuationOverride) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall, ShouldAttachToComponent_) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayDeathCommon_Bodyfall::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP) == 0x000001, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP) == 0x000001, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP, Hit_By_CallByBP) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayHitBy_CallByBP::Hit_By_CallByBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent) == 0x000010, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent, AttenuationOverride) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent, ShouldAttachToComponent_) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayHitByCommonEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_AudioBattleCharacterManager_C_PlayHitByEvent \ +static_assert(alignof(BPI_AudioBattleCharacterManager_C_PlayHitByEvent) == 0x000008, "Wrong alignment on BPI_AudioBattleCharacterManager_C_PlayHitByEvent"); \ +static_assert(sizeof(BPI_AudioBattleCharacterManager_C_PlayHitByEvent) == 0x000010, "Wrong size on BPI_AudioBattleCharacterManager_C_PlayHitByEvent"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayHitByEvent, BattleHitBy) == 0x000000, "Member 'BPI_AudioBattleCharacterManager_C_PlayHitByEvent::BattleHitBy' has a wrong offset!"); \ +static_assert(offsetof(BPI_AudioBattleCharacterManager_C_PlayHitByEvent, ShouldAttachToComponent_) == 0x000008, "Member 'BPI_AudioBattleCharacterManager_C_PlayHitByEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_AudioBattleCharacterManager_C \ +static_assert(alignof(IBPI_AudioBattleCharacterManager_C) == 0x000001, "Wrong alignment on IBPI_AudioBattleCharacterManager_C"); \ +static_assert(sizeof(IBPI_AudioBattleCharacterManager_C) == 0x000001, "Wrong size on IBPI_AudioBattleCharacterManager_C"); \ + +#define DUMPER7_ASSERTS_BP_GPE_SerializableComponent_C_CheckForErrors \ +static_assert(alignof(BP_GPE_SerializableComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_GPE_SerializableComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_GPE_SerializableComponent_C_CheckForErrors) == 0x0000D0, "Wrong size on BP_GPE_SerializableComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_DoesImplementInterface_ReturnValue) == 0x000048, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'BP_GPE_SerializableComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent \ +static_assert(alignof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent) == 0x000008, "Wrong alignment on BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent"); \ +static_assert(sizeof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent) == 0x000048, "Wrong size on BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, EntryPoint) == 0x000000, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_ReadState_State) == 0x000010, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x000018, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000030, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_IsActivated_ReturnValue) == 0x000038, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000039, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000040, "Member 'BP_GPE_SerializableComponent_C_ExecuteUbergraph_BP_GPE_SerializableComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_SerializableComponent_C_ReadState \ +static_assert(alignof(BP_GPE_SerializableComponent_C_ReadState) == 0x000008, "Wrong alignment on BP_GPE_SerializableComponent_C_ReadState"); \ +static_assert(sizeof(BP_GPE_SerializableComponent_C_ReadState) == 0x000028, "Wrong size on BP_GPE_SerializableComponent_C_ReadState"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, State) == 0x000000, "Member 'BP_GPE_SerializableComponent_C_ReadState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000004, "Member 'BP_GPE_SerializableComponent_C_ReadState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_GPE_SerializableComponent_C_ReadState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_GPE_SerializableComponent_C_ReadState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GPE_SerializableComponent_C_ReadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, CallFunc_Map_Find_Value) == 0x000021, "Member 'BP_GPE_SerializableComponent_C_ReadState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_ReadState, CallFunc_Map_Find_ReturnValue) == 0x000022, "Member 'BP_GPE_SerializableComponent_C_ReadState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_SerializableComponent_C_SaveState \ +static_assert(alignof(BP_GPE_SerializableComponent_C_SaveState) == 0x000008, "Wrong alignment on BP_GPE_SerializableComponent_C_SaveState"); \ +static_assert(sizeof(BP_GPE_SerializableComponent_C_SaveState) == 0x000038, "Wrong size on BP_GPE_SerializableComponent_C_SaveState"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_GPE_SerializableComponent_C_SaveState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_GPE_SerializableComponent_C_SaveState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000010, "Member 'BP_GPE_SerializableComponent_C_SaveState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, CallFunc_IsActivated_ReturnValue) == 0x000018, "Member 'BP_GPE_SerializableComponent_C_SaveState::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'BP_GPE_SerializableComponent_C_SaveState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000028, "Member 'BP_GPE_SerializableComponent_C_SaveState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_SerializableComponent_C_SaveState, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_GPE_SerializableComponent_C_SaveState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GPE_SerializableComponent_C \ +static_assert(alignof(UBP_GPE_SerializableComponent_C) == 0x000008, "Wrong alignment on UBP_GPE_SerializableComponent_C"); \ +static_assert(sizeof(UBP_GPE_SerializableComponent_C) == 0x0000B8, "Wrong size on UBP_GPE_SerializableComponent_C"); \ +static_assert(offsetof(UBP_GPE_SerializableComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_GPE_SerializableComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterBattle_Dummy_C \ +static_assert(alignof(ABP_CharacterBattle_Dummy_C) == 0x000010, "Wrong alignment on ABP_CharacterBattle_Dummy_C"); \ +static_assert(sizeof(ABP_CharacterBattle_Dummy_C) == 0x001570, "Wrong size on ABP_CharacterBattle_Dummy_C"); \ + +#define DUMPER7_ASSERTS_FS_SkillIconsDataRow \ +static_assert(alignof(FS_SkillIconsDataRow) == 0x000008, "Wrong alignment on FS_SkillIconsDataRow"); \ +static_assert(sizeof(FS_SkillIconsDataRow) == 0x000028, "Wrong size on FS_SkillIconsDataRow"); \ +static_assert(offsetof(FS_SkillIconsDataRow, SkillIcon_5_C2B893194F2A3AB688720BAB2A52EF04) == 0x000000, "Member 'FS_SkillIconsDataRow::SkillIcon_5_C2B893194F2A3AB688720BAB2A52EF04' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox \ +static_assert(alignof(WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox) == 0x000004, "Wrong alignment on WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox"); \ +static_assert(sizeof(WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox) == 0x000008, "Wrong size on WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox, EntryPoint) == 0x000000, "Member 'WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BattleCard_EffectBox_C_ExecuteUbergraph_WBP_BattleCard_EffectBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleCard_EffectBox_C_PreConstruct \ +static_assert(alignof(WBP_BattleCard_EffectBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleCard_EffectBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleCard_EffectBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleCard_EffectBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleCard_EffectBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleCard_EffectBox_C_SetEffectBoxParameters \ +static_assert(alignof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters) == 0x000008, "Wrong alignment on WBP_BattleCard_EffectBox_C_SetEffectBoxParameters"); \ +static_assert(sizeof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters) == 0x000020, "Wrong size on WBP_BattleCard_EffectBox_C_SetEffectBoxParameters"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, IsOvercharged) == 0x000000, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::IsOvercharged' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, bShowBackground) == 0x000001, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::bShowBackground' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Size) == 0x000008, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_byte_Variable) == 0x000010, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_bool_Variable) == 0x000011, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_byte_Variable_3) == 0x000014, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, K2Node_Select_Default) == 0x000015, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, Temp_bool_Variable_1) == 0x000016, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, K2Node_Select_Default_1) == 0x000017, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleCard_EffectBox_C_SetEffectBoxParameters, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x000018, "Member 'WBP_BattleCard_EffectBox_C_SetEffectBoxParameters::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleCard_EffectBox_C \ +static_assert(alignof(UWBP_BattleCard_EffectBox_C) == 0x000008, "Wrong alignment on UWBP_BattleCard_EffectBox_C"); \ +static_assert(sizeof(UWBP_BattleCard_EffectBox_C) == 0x000310, "Wrong size on UWBP_BattleCard_EffectBox_C"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleCard_EffectBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, BorderImage) == 0x0002E8, "Member 'UWBP_BattleCard_EffectBox_C::BorderImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, NamedSlot) == 0x0002F0, "Member 'UWBP_BattleCard_EffectBox_C::NamedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, OverchargedImage) == 0x0002F8, "Member 'UWBP_BattleCard_EffectBox_C::OverchargedImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, RetainerBox) == 0x000300, "Member 'UWBP_BattleCard_EffectBox_C::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleCard_EffectBox_C, SizeBox) == 0x000308, "Member 'UWBP_BattleCard_EffectBox_C::SizeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement \ +static_assert(alignof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement) == 0x000008, "Wrong alignment on BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement"); \ +static_assert(sizeof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement) == 0x000088, "Wrong size on BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, CallFunc_GetWorldContext_WorldContext) == 0x000000, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::CallFunc_GetWorldContext_WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, CallFunc_Check_ReturnValue) == 0x000080, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::CallFunc_Check_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_AchievementValidator_ConditionChecker_C_EvaluateAchievement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementValidator_ConditionChecker_C_Initialize \ +static_assert(alignof(BP_AchievementValidator_ConditionChecker_C_Initialize) == 0x000008, "Wrong alignment on BP_AchievementValidator_ConditionChecker_C_Initialize"); \ +static_assert(sizeof(BP_AchievementValidator_ConditionChecker_C_Initialize) == 0x000038, "Wrong size on BP_AchievementValidator_ConditionChecker_C_Initialize"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, GameInstance) == 0x000000, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, IsValidated) == 0x000008, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::IsValidated' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, CallFunc_Initialize_IsValidated) == 0x000009, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::CallFunc_Initialize_IsValidated' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, CallFunc_GetWorldContext_WorldContext) == 0x000010, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::CallFunc_GetWorldContext_WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000028, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Initialize, CallFunc_Check_ReturnValue) == 0x000031, "Member 'BP_AchievementValidator_ConditionChecker_C_Initialize::CallFunc_Check_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementValidator_ConditionChecker_C_Uninitialize \ +static_assert(alignof(BP_AchievementValidator_ConditionChecker_C_Uninitialize) == 0x000008, "Wrong alignment on BP_AchievementValidator_ConditionChecker_C_Uninitialize"); \ +static_assert(sizeof(BP_AchievementValidator_ConditionChecker_C_Uninitialize) == 0x000020, "Wrong size on BP_AchievementValidator_ConditionChecker_C_Uninitialize"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Uninitialize, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_AchievementValidator_ConditionChecker_C_Uninitialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Uninitialize, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000010, "Member 'BP_AchievementValidator_ConditionChecker_C_Uninitialize::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementValidator_ConditionChecker_C_Uninitialize, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AchievementValidator_ConditionChecker_C_Uninitialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AchievementValidator_ConditionChecker_C \ +static_assert(alignof(UBP_AchievementValidator_ConditionChecker_C) == 0x000008, "Wrong alignment on UBP_AchievementValidator_ConditionChecker_C"); \ +static_assert(sizeof(UBP_AchievementValidator_ConditionChecker_C) == 0x000058, "Wrong size on UBP_AchievementValidator_ConditionChecker_C"); \ +static_assert(offsetof(UBP_AchievementValidator_ConditionChecker_C, ConditionChecker) == 0x000050, "Member 'UBP_AchievementValidator_ConditionChecker_C::ConditionChecker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_jRPG_GameSave_C \ +static_assert(alignof(UBP_jRPG_GameSave_C) == 0x000010, "Wrong alignment on UBP_jRPG_GameSave_C"); \ +static_assert(sizeof(UBP_jRPG_GameSave_C) == 0x0009C0, "Wrong size on UBP_jRPG_GameSave_C"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, CurrentParty) == 0x000028, "Member 'UBP_jRPG_GameSave_C::CurrentParty' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, CharactersCollection) == 0x000038, "Member 'UBP_jRPG_GameSave_C::CharactersCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, MapToLoad) == 0x000088, "Member 'UBP_jRPG_GameSave_C::MapToLoad' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, Inventory) == 0x000090, "Member 'UBP_jRPG_GameSave_C::Inventory' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, AreaName) == 0x0000A0, "Member 'UBP_jRPG_GameSave_C::AreaName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, TimePlayed) == 0x0000B0, "Member 'UBP_jRPG_GameSave_C::TimePlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, FinishedGameCount) == 0x0000B8, "Member 'UBP_jRPG_GameSave_C::FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InventoryItems) == 0x0000C0, "Member 'UBP_jRPG_GameSave_C::InventoryItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, Gold) == 0x000110, "Member 'UBP_jRPG_GameSave_C::Gold' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, GPE_States) == 0x000118, "Member 'UBP_jRPG_GameSave_C::GPE_States' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, TransientBattledEnemies) == 0x000168, "Member 'UBP_jRPG_GameSave_C::TransientBattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, TransientEnemyTransforms) == 0x0001B8, "Member 'UBP_jRPG_GameSave_C::TransientEnemyTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, BattledEnemies) == 0x000208, "Member 'UBP_jRPG_GameSave_C::BattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, MovingPlatformsStates) == 0x000258, "Member 'UBP_jRPG_GameSave_C::MovingPlatformsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, TransientInteractedObjects) == 0x0002A8, "Member 'UBP_jRPG_GameSave_C::TransientInteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InteractedObjects) == 0x0002F8, "Member 'UBP_jRPG_GameSave_C::InteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InteractedCinematics) == 0x000348, "Member 'UBP_jRPG_GameSave_C::InteractedCinematics' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InteractedTutorials) == 0x000398, "Member 'UBP_jRPG_GameSave_C::InteractedTutorials' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, SoundNotif) == 0x0003E8, "Member 'UBP_jRPG_GameSave_C::SoundNotif' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InteractedDialogs) == 0x000438, "Member 'UBP_jRPG_GameSave_C::InteractedDialogs' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, CurrentCharacterWorld) == 0x000488, "Member 'UBP_jRPG_GameSave_C::CurrentCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, SpawnPointTagToLoadAt) == 0x000490, "Member 'UBP_jRPG_GameSave_C::SpawnPointTagToLoadAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, ReturnSpawnPointTag) == 0x000498, "Member 'UBP_jRPG_GameSave_C::ReturnSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, MapToLoadAfterCamp) == 0x0004A0, "Member 'UBP_jRPG_GameSave_C::MapToLoadAfterCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, LastWorldMapTransform) == 0x0004B0, "Member 'UBP_jRPG_GameSave_C::LastWorldMapTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, ManorGestrals) == 0x000510, "Member 'UBP_jRPG_GameSave_C::ManorGestrals' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, ExplorationProgression) == 0x000560, "Member 'UBP_jRPG_GameSave_C::ExplorationProgression' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, NamedIDsStates) == 0x000588, "Member 'UBP_jRPG_GameSave_C::NamedIDsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, EquippedConsumableShards) == 0x0005D8, "Member 'UBP_jRPG_GameSave_C::EquippedConsumableShards' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, LiftsFloor) == 0x0005E8, "Member 'UBP_jRPG_GameSave_C::LiftsFloor' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, QuestStatuses) == 0x000638, "Member 'UBP_jRPG_GameSave_C::QuestStatuses' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, PreviousManorDoorInfo) == 0x000688, "Member 'UBP_jRPG_GameSave_C::PreviousManorDoorInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, WeaponProgressions) == 0x000698, "Member 'UBP_jRPG_GameSave_C::WeaponProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, Nine9Gestrals) == 0x0006A8, "Member 'UBP_jRPG_GameSave_C::Nine9Gestrals' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, InteractedDialogues) == 0x0006F8, "Member 'UBP_jRPG_GameSave_C::InteractedDialogues' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, Relationship_Level) == 0x000748, "Member 'UBP_jRPG_GameSave_C::Relationship_Level' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, LastTransform) == 0x0007A0, "Member 'UBP_jRPG_GameSave_C::LastTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, LastLightingScenario) == 0x000800, "Member 'UBP_jRPG_GameSave_C::LastLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, LastAudioParameters) == 0x000828, "Member 'UBP_jRPG_GameSave_C::LastAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, MerchantStates) == 0x000860, "Member 'UBP_jRPG_GameSave_C::MerchantStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, BattleTowerSaveData) == 0x0008B0, "Member 'UBP_jRPG_GameSave_C::BattleTowerSaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, SaveDateTime) == 0x000908, "Member 'UBP_jRPG_GameSave_C::SaveDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, ExternalCompanions) == 0x000910, "Member 'UBP_jRPG_GameSave_C::ExternalCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, PassiveEffectsProgressions) == 0x000920, "Member 'UBP_jRPG_GameSave_C::PassiveEffectsProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, GameDifficultyData) == 0x000930, "Member 'UBP_jRPG_GameSave_C::GameDifficultyData' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, UnlockedSpawnPoints) == 0x000988, "Member 'UBP_jRPG_GameSave_C::UnlockedSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, UnlockedMapSections) == 0x000998, "Member 'UBP_jRPG_GameSave_C::UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, IsMountInUse) == 0x0009A8, "Member 'UBP_jRPG_GameSave_C::IsMountInUse' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GameSave_C, EntitlementData) == 0x0009B0, "Member 'UBP_jRPG_GameSave_C::EntitlementData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter, CharacterStats_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter::CharacterStats_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetDamageSourceCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetDamageSourceType \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceType) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetDamageSourceType"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceType) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetDamageSourceType"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDamageSourceType, DamageSourceType) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetDamageSourceType::DamageSourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_NotifySkillStatesAvailable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanCounterAttackCurrentEnemySkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsDeathQueuedForTurnEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ClearSkillStates \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ClearSkillStates"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_ClearSkillStates"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, CallFunc_Map_Values_Values) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ClearSkillStates, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ClearSkillStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetDead_Internal \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetDead_Internal) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetDead_Internal"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetDead_Internal) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetDead_Internal"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetDead_Internal, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetDead_Internal::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetDead_Internal, CallFunc_GetCharacterBattleBase_IsValid) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetDead_Internal::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsPreparedForBattle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetGenderTag \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetGenderTag) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetGenderTag"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetGenderTag) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetGenderTag"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetGenderTag, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetGenderTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter) == 0x000058, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, AttackingCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::AttackingCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, Successful) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::Successful' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, IsPerfectDodge) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::IsPerfectDodge' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_TryStartDodge_Success) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_TryStartDodge_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_DEBUG_Console_AutoDodge_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_DEBUG_Console_AutoDodge_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_GetParryImmuneDuration_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_GetParryImmuneDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_TryDodgeHitFromCharacter::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter) == 0x000050, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, AttackingCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::AttackingCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, Successful) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::Successful' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_TryStartGradientParry_Success) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_TryStartGradientParry_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid_2) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_TryStartParry_Success) == 0x000039, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_TryStartParry_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_DEBUG_Console_AutoGradientParry_ReturnValue) == 0x00003A, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_DEBUG_Console_AutoGradientParry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_GetCharacterBattleBase_IsValid_3) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_GetCharacterBattleBase_IsValid_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter, CallFunc_DEBUG_Console_AutoParry_ReturnValue) == 0x000049, "Member 'AC_jRPG_CharacterBattleStats_C_TryParryHitFromCharacter::CallFunc_DEBUG_Console_AutoParry_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier, Stack) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetParryWindowModifier::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier, OutModifierHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveParryWindowModifier::OutModifierHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier) == 0x000048, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier, Percent) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier::Percent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier, OutModifierHandle) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier, DebugName) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryWindowModifier::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier, Stack) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetDodgeWindowModifier::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier, OutModifierHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveDodgeWindowModifier::OutModifierHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier) == 0x000048, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier, Percent) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier::Percent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier, OutModifierHandle) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier, DebugName) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeWindowModifier::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveParryLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveParryLock) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveParryLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveParryLock) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveParryLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveParryLock, LockHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveParryLock::LockHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveParryLock, CallFunc_RemoveReference_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveParryLock::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddParryLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddParryLock) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddParryLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddParryLock) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddParryLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryLock, LockHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryLock::LockHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryLock, DebugReason) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryLock::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddParryLock, CallFunc_AddReference_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddParryLock::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsParryLocked \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsParryLocked) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsParryLocked"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsParryLocked) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsParryLocked"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsParryLocked, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsParryLocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsParryLocked, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsParryLocked::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSkillScript::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsOfArchetype \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsOfArchetype"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype) == 0x000068, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsOfArchetype"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype, Archetype) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsOfArchetype::Archetype' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype, ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_IsOfArchetype::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype, CallFunc_GetArchetype_Archetype) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_IsOfArchetype::CallFunc_GetArchetype_Archetype' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_IsOfArchetype::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsOfArchetype, CallFunc_EqualEqual_SoftObjectReference_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_IsOfArchetype::CallFunc_EqualEqual_SoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetArchetype \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetArchetype) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetArchetype"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetArchetype) == 0x000218, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetArchetype"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetArchetype, Archetype) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetArchetype::Archetype' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetArchetype, CallFunc_GetEnemyDataTableRow_Found) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetArchetype::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetArchetype, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetArchetype::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetArchetype, CallFunc_GetEnemyArchetypeAsset_ReturnValue) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_GetArchetype::CallFunc_GetEnemyArchetypeAsset_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetForcedSkillOnNextTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill) == 0x0000C8, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, PreventPlayerChoice) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::PreventPlayerChoice' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, local_allowTurnChoice) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::local_allowTurnChoice' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, Temp_wildcard_Variable) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_DoesForcedSkillAllowPlayerChoice_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_DoesForcedSkillAllowPlayerChoice_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_GetForcedSkillPreviousTargets_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_GetForcedSkillPreviousTargets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, K2Node_MakeArray_Array) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_TryProcessForcedSkill::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn, SkillScript) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ForceSkillOnNextTurn::SkillScript' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats, CharacterStats_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats::CharacterStats_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats, ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_IsSameCharacterStats::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun, SourceCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun, Reason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun, Success) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun, CallFunc_GetAchievementManager_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun, CallFunc_CanPerformBreakStun_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TryPerformBreakStun::CallFunc_CanPerformBreakStun_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun, CallFunc_Conv_Int64ToInt_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun::CallFunc_Conv_Int64ToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformBreakStun::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_PerformBreakStun \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_PerformBreakStun"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun) == 0x0002D8, "Wrong size on AC_jRPG_CharacterBattleStats_C_PerformBreakStun"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, SourceCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, Reason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, K2Node_MakeArray_Array) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetSkillComponentFromObject_SkillComponent) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetSkillComponentFromObject_SkillComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_Format_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A9, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_IsValid_ReturnValue_1) == 0x0000AA, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetStunBuffClass_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetStunBuffClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_SpawnObject_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_ActivateBuff_Success) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetEnemyDataTableRow_Found) == 0x0000D1, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PerformBreakStun, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_PerformBreakStun::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying, IsFlying_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetIsCharacterFlying::IsFlying_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanPerformAction \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanPerformAction) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanPerformAction"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanPerformAction) == 0x000003, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanPerformAction"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformAction, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformAction, CallFunc_IsTurnSkipActive_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformAction::CallFunc_IsTurnSkipActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanPerformAction, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_CanPerformAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_HasForcedAutoAttack::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack, ReferenceHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack, CallFunc_RemoveReference_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveForcedAutoAttack::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack, ReferenceHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack, DebugName) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack::DebugName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack, CallFunc_AddReference_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddForcedAutoAttack::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, Temp_byte_Variable) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_IsInTeam_ReturnValue) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_Map_Find_Value) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'AC_jRPG_CharacterBattleStats_C_IsFlyingCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsDead \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsDead) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsDead"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsDead) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsDead"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDead, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsDead::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDead, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsDead::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCharacterData \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCharacterData) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCharacterData"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCharacterData) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCharacterData"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterData, CharacterData) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterData, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterData, CallFunc_GetCharacterByID_CharacterData) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterData::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsInTeam \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsInTeam) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsInTeam"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsInTeam) == 0x000006, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsInTeam"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, Team) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, CallFunc_GetTeam_Team) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsInTeam, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'AC_jRPG_CharacterBattleStats_C_IsInTeam::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage) == 0x0000F8, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, NewValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::NewValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, Reason) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, local_previousValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::local_previousValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, K2Node_MakeArray_Array) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage, CallFunc_ClampInt64_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentBreakBarDamage::CallFunc_ClampInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetStunBuffClass \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetStunBuffClass) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetStunBuffClass"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetStunBuffClass) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetStunBuffClass"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetStunBuffClass, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetStunBuffClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage) == 0x000100, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, Percentage) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::Percentage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, Reason) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_Conv_DoubleToInt64_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_Conv_DoubleToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_Multiply_Int64Int64_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_Multiply_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_FFloor64_ReturnValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, K2Node_MakeArray_Array) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_SetBreakBarDamagePercentage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage) == 0x000100, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, Percentage) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::Percentage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, Reason) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_Conv_DoubleToInt64_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_Conv_DoubleToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_Multiply_Int64Int64_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_Multiply_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_FCeil64_ReturnValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_FCeil64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, K2Node_MakeArray_Array) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamagePercentage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage) == 0x000168, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, DamageValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::DamageValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, Reason) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, local_previousValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::local_previousValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, K2Node_MakeArray_Array) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Greater_Int64Int64_ReturnValue) == 0x000140, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Greater_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Format_ReturnValue) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Not_PreBool_ReturnValue) == 0x000159, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Less_Int64Int64_ReturnValue) == 0x00015A, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Less_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage, CallFunc_Add_Int64Int64_ReturnValue) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_AddBreakBarDamage::CallFunc_Add_Int64Int64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent, CallFunc_Conv_Int64ToDouble_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent::CallFunc_Conv_Int64ToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent, CallFunc_SafeDivide_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentBreakBarPercent::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_InitBreakBar \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_InitBreakBar) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_InitBreakBar"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_InitBreakBar) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_InitBreakBar"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, BreakBarHPPercentage) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::BreakBarHPPercentage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, CallFunc_GetMaxHP_MaxHP) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBreakBar, CallFunc_FCeil64_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_InitBreakBar::CallFunc_FCeil64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_HasPendingResurrect \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_HasPendingResurrect) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_HasPendingResurrect"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_HasPendingResurrect) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_HasPendingResurrect"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_HasPendingResurrect, Enabled) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_HasPendingResurrect::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_HasPendingResurrect, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_HasPendingResurrect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ResurrectInternal \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ResurrectInternal"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal) == 0x000120, "Wrong size on AC_jRPG_CharacterBattleStats_C_ResurrectInternal"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, local_resurrectParameters) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::local_resurrectParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, Temp_byte_Variable) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_IsAtInitialLocation_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_IsAtInitialLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, K2Node_MakeArray_Array) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_CheckCanResurrect_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_CheckCanResurrect_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_GetOwner_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, K2Node_DynamicCast_AsBPI_Battle_Communication) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::K2Node_DynamicCast_AsBPI_Battle_Communication' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Map_Find_Value) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Map_Find_ReturnValue) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_FClamp_ReturnValue) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_FCeil_ReturnValue) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ResurrectInternal, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_ResurrectInternal::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetFreeAimDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetBaseDamageType \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetBaseDamageType) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetBaseDamageType"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetBaseDamageType) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetBaseDamageType"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetBaseDamageType, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetBaseDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter, CharacterStats_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter::CharacterStats_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_StopInterceptingAttacksAgainstCharacter::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter, CharacterStats_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter::CharacterStats_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_StartInterceptingAttacksAgainstCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanInterceptAttack \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanInterceptAttack"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanInterceptAttack"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, TargetedCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::TargetedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, AttackerCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::AttackerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_IsDefenseLockActive_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_IsDefenseLockActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_EqualsObjects_ReturnValue) == 0x000013, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000015, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000016, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_BooleanOR_ReturnValue) == 0x000017, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_BooleanAND_ReturnValue_2) == 0x00001B, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_Array_Contains_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_GetTeam_Team) == 0x00001D, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_GetTeam_Team_1) == 0x00001E, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_GetTeam_Team_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanInterceptAttack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001F, "Member 'AC_jRPG_CharacterBattleStats_C_CanInterceptAttack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsDodgeLockActive::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock, LockHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock::LockHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock, CallFunc_RemoveReference_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveDodgeLock::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddDodgeLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddDodgeLock) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddDodgeLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddDodgeLock) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddDodgeLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeLock, LockHandle) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeLock::LockHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeLock, DebugReason) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeLock::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDodgeLock, CallFunc_AddReference_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddDodgeLock::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetTeam \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetTeam) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetTeam"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetTeam) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetTeam"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, Team) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, Temp_bool_Variable) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, Temp_byte_Variable) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, Temp_byte_Variable_1) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTeam, K2Node_Select_Default) == 0x000012, "Member 'AC_jRPG_CharacterBattleStats_C_GetTeam::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject) == 0x0009C0, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, Straight_Damage__ignores_calculation_) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::Straight_Damage__ignores_calculation_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, DamageBuilder) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::DamageBuilder' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, DamageDealt) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, HasHit) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, DodgeSuccess) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, ParrySuccess) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, BattleDamages) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DummyCharacterClass) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DummyCharacterClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DamageBuilder) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DamageBuilder' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_FinalDamageMultiplierInput) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_FinalDamageMultiplierInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_InputAttackType) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_InputAttackType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_hasHitReached) == 0x000061, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_hasHitReached' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_isParrySuccessful) == 0x000062, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_isParrySuccessful' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_isDodgeSuccess) == 0x000063, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_isDodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_CriticalRoll) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_CriticalRoll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_CounterSkillToTrigger) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_CounterSkillToTrigger' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_IDamageSourceCharacter) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_IDamageSourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_ActualDamageDealtOnShield) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_ActualDamageDealtOnShield' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_newHPValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_newHPValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_shieldDamageMultiplier) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_shieldDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DEPRECATED_newShield) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DEPRECATED_newShield' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, loocal_DamagesBeforeClamp) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::loocal_DamagesBeforeClamp' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_InputAttackPowerMultiplier) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_InputAttackPowerMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DamageReason) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DamageReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_StraightDamage) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_StraightDamage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DamageLocation) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DamageLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_AttackTypeMultiplier_Base) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_AttackTypeMultiplier_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_LockedAttackType) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_LockedAttackType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_BattleDamages) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_DamageSourceCharacter) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_DamageSourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_Critical_) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_Critical_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, local_Damage) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::local_Damage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Create_ReturnValue) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_PlayAnimation_ReturnValue) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, Temp_bool_Variable) == 0x000129, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00012A, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_1) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000140, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalBaseElement_AttackElement) == 0x000149, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalBaseElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000150, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetDamageReason_DamageReason) == 0x000168, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetDamageReason_DamageReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BreakRotator_Roll) == 0x00016C, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BreakRotator_Pitch) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BreakRotator_Yaw) == 0x000174, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000178, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_MakeRotator_ReturnValue) == 0x000198, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Create_ReturnValue_1) == 0x0001D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_2) == 0x0001D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetObjectClass_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_PlayAnimation_ReturnValue_1) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_NotEqual_SoftClassReference_ReturnValue) == 0x000218, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_NotEqual_SoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetBattleManager_ReturnValue) == 0x000220, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsBattleEnding_ReturnValue) == 0x000228, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_1) == 0x000229, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryDodgeHitFromCharacter_Successful) == 0x00022A, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryDodgeHitFromCharacter_Successful' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryDodgeHitFromCharacter_IsPerfectDodge) == 0x00022B, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryDodgeHitFromCharacter_IsPerfectDodge' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000230, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid) == 0x000238, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCurrentShieldPoints_ShieldPoints) == 0x00023C, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCurrentShieldPoints_ShieldPoints' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryParryHitFromCharacter_Successful) == 0x000240, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryParryHitFromCharacter_Successful' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000241, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000248, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000250, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetIgnoreShields_ReturnValue) == 0x000251, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetIgnoreShields_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000258, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_2) == 0x000270, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Create_ReturnValue_2) == 0x000278, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_PlayAnimation_ReturnValue_2) == 0x000280, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_3) == 0x000288, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_RandomFloatInRange_ReturnValue) == 0x000290, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetBoolCVar_ReturnValue) == 0x000298, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetStraightDamage_ReturnValue) == 0x0002A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetStraightDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetSourceCharacter_SourceCharacter) == 0x0002A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalBreakBarDamageAmount_ReturnValue) == 0x0002B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalBreakBarDamageAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array) == 0x0002B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData) == 0x0002C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array_1) == 0x000310, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Array_Contains_ReturnValue) == 0x000320, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Format_ReturnValue) == 0x000328, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_3) == 0x000338, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2) == 0x000340, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_2) == 0x000348, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_StringToText_ReturnValue) == 0x000350, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_1) == 0x000360, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetDamageSourceCharacter_CharacterStats) == 0x0003A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetDamageSourceCharacter_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetTeam_Team) == 0x0003B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003B1, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsValid_ReturnValue) == 0x0003B2, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x0003B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsValid_ReturnValue_1) == 0x0003C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryRollEnemyDodgeFromStats_ReturnValue) == 0x0003C1, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryRollEnemyDodgeFromStats_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_SpawnObject_ReturnValue) == 0x0003C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0003D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0003E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_2) == 0x0003F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetDamageSource_DamageSource) == 0x000438, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetDamageSource_DamageSource' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetAttackElement_AttackElement) == 0x000448, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetAttackElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetAttackPowerMultiplier_ReturnValue) == 0x000450, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetAttackPowerMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalDamageMultiplier_ReturnValue) == 0x000458, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalDamageMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetInputDamages_RawDamages) == 0x000460, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetInputDamages_RawDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_3) == 0x000468, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array_2) == 0x0004B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Format_ReturnValue_1) == 0x0004C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0004D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_4) == 0x0004D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000520, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array_3) == 0x000528, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Format_ReturnValue_2) == 0x000538, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FDamageModifier) == 0x000548, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetTeam_Team_1) == 0x000570, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetTeam_Team_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000571, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3) == 0x000578, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_3) == 0x000580, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000581, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsValid_ReturnValue_2) == 0x000582, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReceiveDamageFromObject_DamageDealt) == 0x000588, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReceiveDamageFromObject_DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReceiveDamageFromObject_HasHit) == 0x000590, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReceiveDamageFromObject_HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReceiveDamageFromObject_DodgeSuccess) == 0x000591, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReceiveDamageFromObject_DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReceiveDamageFromObject_ParrySuccess) == 0x000592, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReceiveDamageFromObject_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReceiveDamageFromObject_BattleDamages) == 0x000598, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReceiveDamageFromObject_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryConsumeShieldPoints_Success) == 0x0005A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryConsumeShieldPoints_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalDamages_FinalDamages) == 0x0005A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalDamages_FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReduceHP_NewHPValue) == 0x0005B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReduceHP_NewHPValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ReduceHP_EffectiveDamage) == 0x0005B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ReduceHP_EffectiveDamage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x0005C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetBoolCVar_ReturnValue_1) == 0x0005C1, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetBoolCVar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BooleanAND_ReturnValue) == 0x0005C2, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_4) == 0x0005C3, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_4) == 0x0005C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_4) == 0x0005D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_5) == 0x0005D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_5) == 0x0005E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsInImmunityPhase_ReturnValue) == 0x0005E1, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsInImmunityPhase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_4) == 0x0005E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetDisplayName_ReturnValue) == 0x0005F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000600, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_5) == 0x000610, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_6) == 0x000658, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetInputDamages_RawDamages_1) == 0x0006A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetInputDamages_RawDamages_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Round64_ReturnValue) == 0x0006A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_SwitchEnum_CmpSuccess) == 0x0006B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_ApplyCriticalHitModifiers_IsCriticalHit) == 0x0006B1, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_ApplyCriticalHitModifiers_IsCriticalHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetTargetCharacter_NewParam) == 0x0006B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_6) == 0x0006C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_6) == 0x0006C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_5) == 0x0006D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_AsCharacter) == 0x0006D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_bSuccess_1) == 0x0006E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_6) == 0x0006E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_AsCharacter_1) == 0x0006F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_DynamicCast_bSuccess_2) == 0x0006F8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x0006FC, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetDistanceTo_ReturnValue) == 0x000700, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetScaledCapsuleRadius_ReturnValue_1) == 0x000704, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetScaledCapsuleRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000708, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000710, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000718, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000720, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_IsValidClass_ReturnValue) == 0x000721, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_RollCriticalHit_IsCriticalHit) == 0x000722, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_RollCriticalHit_IsCriticalHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000728, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000738, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_7) == 0x000748, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array_4) == 0x000790, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_7) == 0x0007A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Format_ReturnValue_3) == 0x0007A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x0007B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetSourceCharacter_SourceCharacter_1) == 0x0007C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetSourceCharacter_SourceCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Create_ReturnValue_3) == 0x0007C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_PlayAnimation_ReturnValue_3) == 0x0007D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0007D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, Temp_object_Variable) == 0x0007E0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_7) == 0x0007E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_7) == 0x0007F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalDamages_FinalDamages_1) == 0x0007F8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalDamages_FinalDamages_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_8) == 0x000800, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_8) == 0x000808, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000809, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_5) == 0x00080A, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BooleanAND_ReturnValue_1) == 0x00080B, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_9) == 0x000810, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_9) == 0x000818, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_10) == 0x000820, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_10) == 0x000828, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000830, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_6) == 0x000840, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_8) == 0x000848, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_11) == 0x000890, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_11) == 0x000898, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_12) == 0x0008A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_12) == 0x0008A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetTeam_Team_2) == 0x0008A9, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetTeam_Team_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0008AA, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_8) == 0x0008B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_13) == 0x0008B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetCharacterBattleBase_IsValid_13) == 0x0008C0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetCharacterBattleBase_IsValid_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetOwner_ReturnValue_9) == 0x0008C8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetOwner_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryGetTargetedAllies_Valid) == 0x0008D0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryGetTargetedAllies_Valid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_TryGetTargetedAllies_TargetedHeroes) == 0x0008D8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_TryGetTargetedAllies_TargetedHeroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Array_Contains_ReturnValue_1) == 0x0008E8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Not_PreBool_ReturnValue_7) == 0x0008E9, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BooleanAND_ReturnValue_2) == 0x0008EA, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_GetFinalDamages_FinalDamages_2) == 0x0008F0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_GetFinalDamages_FinalDamages_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, Temp_object_Variable_1) == 0x0008F8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Conv_NameToText_ReturnValue) == 0x000900, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeStruct_FormatArgumentData_9) == 0x000910, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_Select_Default) == 0x000958, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, K2Node_MakeArray_Array_5) == 0x000960, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Format_ReturnValue_4) == 0x000970, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Create_ReturnValue_4) == 0x000980, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_PlayAnimation_ReturnValue_4) == 0x000988, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_BooleanOR_ReturnValue) == 0x000990, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000991, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000998, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0009A0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0009A8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0009B0, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x0009B8, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamageFromObject::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged, Skill) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged::Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged, ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged, CallFunc_Map_Find_Value) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_IsSkillOvercharged::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria) == 0x0000B8, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, HasStartEvent) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::HasStartEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, HasNoStartEvent) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::HasNoStartEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, local_withoutEvent) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::local_withoutEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, local_withEvent) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::local_withEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, Temp_int_Array_Index_Variable) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Map_Values_Values) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Get_Item) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Map_Values_Values_1) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Add_ReturnValue_1) == 0x0000A4, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_HasTurnStartEvent_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_HasTurnStartEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillScriptByTurnStartEventCriteria::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01 \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01, Percent01) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01::Percent01' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01, CallFunc_GetMaxAP_MaxMP) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01::CallFunc_GetMaxAP_MaxMP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentAPPercentage01::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue, StatType) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue::StatType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue, Value) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue, CallFunc_GetCurrentAPPercentage01_Percent01) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue::CallFunc_GetCurrentAPPercentage01_Percent01' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetRuntimeStatValue::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_Force_Play_Again \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_Force_Play_Again"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_Force_Play_Again"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, ShouldPlayTooltip) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::ShouldPlayTooltip' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, PreventChainedPlayAgain) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::PreventChainedPlayAgain' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, HasAppliedForcePlayAgain) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::HasAppliedForcePlayAgain' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, Temp_object_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_HasBuffOfClass_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_HasBuffOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_ActivateBuff_Success) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_BooleanOR_ReturnValue) == 0x00001B, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Force_Play_Again, CallFunc_MakeLiteralInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_Force_Play_Again::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess, DuringCounter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess::DuringCounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess, GradientCenterLocation) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess::GradientCenterLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_TryDisableGradientPostProcess::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, Skill) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, CallFunc_GetSkillComponentsAsBP_Array) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_RegisterSkillChecks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_DrainAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_DrainAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_DrainAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_DrainAP) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_DrainAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DrainAP, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_DrainAP::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DrainAP, SourceCharacterStats) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_DrainAP::SourceCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DrainAP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_DrainAP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget, TargetCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget, Amount) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_Drain_AP_FromTarget::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckForDeath \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckForDeath) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckForDeath"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckForDeath) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckForDeath"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckForDeath, BattleDamages) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckForDeath::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckForDeath, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CheckForDeath::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetDead \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetDead) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetDead"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetDead) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetDead"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetDead, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetDead::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetDead, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_SetDead::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetDead, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetDead::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing, IsFleeing_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing::IsFleeing_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing, Temp_object_Variable) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterFleeing::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints) == 0x00000C, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints, ShieldPoints) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints::ShieldPoints' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints, CallFunc_GetCurrentShieldPoints_ShieldPoints) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentShieldPoints::CallFunc_GetCurrentShieldPoints_ShieldPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints) == 0x0001E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, NewValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::NewValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, DebugReason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeArray_Array) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Clamp_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, Temp_wildcard_Variable) == 0x000150, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_GetBattleManager_ReturnValue) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Greater_IntInt_ReturnValue) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_IsValid_ReturnValue) == 0x000161, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000168, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCurrentShieldPoints::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddShieldPoints \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddShieldPoints"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddShieldPoints"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, DebugReason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, CallFunc_GetCharacterBattleBase_IsValid) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000021, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, CallFunc_IsValid_ReturnValue) == 0x000022, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddShieldPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_CharacterBattleStats_C_AddShieldPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, DebugReason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, Success) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, CallFunc_TryConsumeShieldPoints_Success) == 0x00001B, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::CallFunc_TryConsumeShieldPoints_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TryConsumeShieldPoints::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_NotifyDeath \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_NotifyDeath) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_NotifyDeath"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_NotifyDeath) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_NotifyDeath"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifyDeath, DeathCounter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_NotifyDeath::DeathCounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifyDeath, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_NotifyDeath::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_NotifyDeath, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_NotifyDeath::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID) == 0x000118, "Wrong size on AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, SkillID) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::SkillID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, Skill) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, Temp_int_Array_Index_Variable) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_GetOwner_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, K2Node_MakeArray_Array) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Array_Get_Item) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000109, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_FindEquippedSkillByID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_TriggerSkill \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_TriggerSkill) == 0x000010, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_TriggerSkill"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_TriggerSkill) == 0x0001F0, "Wrong size on AC_jRPG_CharacterBattleStats_C_TriggerSkill"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, TargetedCharacters_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::TargetedCharacters_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, SkillClass) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::SkillClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_IsValid) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetTeam_Team) == 0x000041, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Acquire_Targets_AcquiredTargets) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetBattleManager_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_IsValid_2) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_GetCharacterBattleBase_IsValid_3) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_GetCharacterBattleBase_IsValid_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, K2Node_MakeStruct_FormatArgumentData_1) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, K2Node_MakeArray_Array) == 0x0001C8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_IsValid_ReturnValue) == 0x0001E9, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_TriggerSkill, CallFunc_Not_PreBool_ReturnValue) == 0x0001EA, "Member 'AC_jRPG_CharacterBattleStats_C_TriggerSkill::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_UpdateSkillStates \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_UpdateSkillStates"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_UpdateSkillStates"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, CallFunc_Map_Values_Values) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_UpdateSkillStates, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_UpdateSkillStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI) == 0x000050, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI, SkillStates_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetAllSkillStatesForUI::SkillStates_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetSkillState \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetSkillState) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetSkillState"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetSkillState) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetSkillState"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillState, SkillData) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillState::SkillData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillState, Value) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillState::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillState, CallFunc_Map_Find_Value) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetSkillState, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetSkillState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff) == 0x0000F8, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, SourceCharacter) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, StatusEffectProbability) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::StatusEffectProbability' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, BuffInstance) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, local_ratio) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::local_ratio' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_real_Variable) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, CallFunc_AppendStack__Content__Result) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_real_Variable_1) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_real_Variable_2) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_real_Variable_3) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_real_Variable_4) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, Temp_byte_Variable) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff, K2Node_Select_Default) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_GetProbabilityToReceiveBuff::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_DeinitBattleGear \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_DeinitBattleGear"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear) == 0x0000C0, "Wrong size on AC_jRPG_CharacterBattleStats_C_DeinitBattleGear"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_GetBuffInstancesByType_Array) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_GetBuffInstancesByType_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Map_Remove_ReturnValue) == 0x00002D, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Map_Remove_ReturnValue_1) == 0x00002E, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, K2Node_MakeArray_Array) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DeinitBattleGear, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_DeinitBattleGear::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement) == 0x0000A8, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, AttackElement) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::AttackElement' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, Defense) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::Defense' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, Temp_byte_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, CallFunc_Map_Find_Value) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement, CallFunc_Format_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_GetDefenseAgainstElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster, K2Node_MakeArray_Array) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_PrepareForActionAsSkillCaster::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_InitSkillStates \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_InitSkillStates) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_InitSkillStates"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_InitSkillStates) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_InitSkillStates"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitSkillStates, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'AC_jRPG_CharacterBattleStats_C_InitSkillStates::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry) == 0x000004, "Wrong size on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoGradientParry::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType) == 0x0000A8, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, AttackElement) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::AttackElement' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, Power) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::Power' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, Temp_byte_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, CallFunc_Map_Find_Value) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType, CallFunc_Format_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_GetAttackPowerForType::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsDefenseLockActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock, Temp_int_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveDefenseLock::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddDefenseLock \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddDefenseLock) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddDefenseLock"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddDefenseLock) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddDefenseLock"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDefenseLock, Temp_int_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddDefenseLock::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddDefenseLock, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_AddDefenseLock::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive) == 0x000002, "Wrong size on AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_IsTurnSkipActive::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip, Temp_int_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveTurnSkip::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddTurnSkip \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddTurnSkip) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddTurnSkip"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddTurnSkip) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddTurnSkip"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddTurnSkip, Temp_int_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddTurnSkip::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddTurnSkip, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_AddTurnSkip::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff) == 0x0000B8, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, Key) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::Key' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, PassiveEffect) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, PassiveID) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::PassiveID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, Found) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, CallFunc_Map_Find_Value) == 0x00005C, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, CallFunc_Map_Find_ReturnValue) == 0x000064, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, CallFunc_Map_Find_Value_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff, CallFunc_Map_Find_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_GetPassiveFromBuff::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate) == 0x000068, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, HasEngagementBonus_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::HasEngagementBonus_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, Temp_bool_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, Temp_real_Variable) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, Temp_real_Variable_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, Temp_byte_Variable) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, K2Node_Select_Default) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_GetCharacterBattleBase_IsValid) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x000041, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000042, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_Not_PreBool_ReturnValue) == 0x000043, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_GetBoolCVar_ReturnValue) == 0x000044, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_Map_Find_Value) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeedSimulate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed, CallFunc_GetCurrentSpeedSimulate_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentSpeed::CallFunc_GetCurrentSpeedSimulate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage, Percent01) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage::Percent01' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage, CallFunc_GetMaxHP_MaxHP) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentHPPercentage::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_OnKilledByDamage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_OnKilledByDamage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage) == 0x0000E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_OnKilledByDamage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, BattleDamages) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetCurrentSkillScript_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetCurrentSkillScript_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, K2Node_MakeArray_Array) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, K2Node_MakeArray_Array_1) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_Array_Contains_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetCharacterBattleBase_IsValid) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetBattleManager_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_TryLastStand_HasLastStand) == 0x0000D9, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_TryLastStand_HasLastStand' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000DA, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnKilledByDamage, CallFunc_BooleanAND_ReturnValue) == 0x0000DB, "Member 'AC_jRPG_CharacterBattleStats_C_OnKilledByDamage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanSpendAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanSpendAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanSpendAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanSpendAP) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanSpendAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, ReturnValue) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000005, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanSpendAP, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_CanSpendAP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetAP) == 0x000220, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, NewAP) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::NewAP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, ChangeReason) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, local_previousAP_float) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::local_previousAP_float' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue) == 0x000014, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetBattleManager_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetMaxAP_MaxMP) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetMaxAP_MaxMP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_2) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F4, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_SpawnObject_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetCharacterBattleBase_IsValid) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000168, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_MakeArray_Array) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_3) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Format_ReturnValue) == 0x000188, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000198, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x0001A0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0001A8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_4) == 0x0001B0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001B4, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetOwner_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_DynamicCast_AsBPI_Battle_Communication) == 0x0001C0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_DynamicCast_AsBPI_Battle_Communication' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_DynamicCast_AsBPI_Battle_Communication_1) == 0x0001D8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_DynamicCast_AsBPI_Battle_Communication_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_GetMaxAP_MaxMP_1) == 0x0001F0, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_GetMaxAP_MaxMP_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FClamp_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_5) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_FTrunc_ReturnValue_6) == 0x000204, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_FTrunc_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_ProcessAPChange_ProcessedNewAP) == 0x000208, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_ProcessAPChange_ProcessedNewAP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x00020C, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Clamp_ReturnValue) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetAP, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000218, "Member 'AC_jRPG_CharacterBattleStats_C_SetAP::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckIsAlive2 \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckIsAlive2"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckIsAlive2"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, CheckMode) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, NewParam) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::NewParam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, Value) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, CallFunc_GetCharacterBattleBase_IsValid) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive2, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckCanResurrect \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckCanResurrect"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect) == 0x000004, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckCanResurrect"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect, CheckMode) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanResurrect::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect, ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanResurrect::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect, CallFunc_CheckIsAlive_Value) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanResurrect::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanResurrect, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanResurrect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP) == 0x000158, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CheckMode) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CanRecover) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CanRecover' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, BecauseDead) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::BecauseDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, BecauseMaxHP) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::BecauseMaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_CheckIsMaxed_Value) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_CheckIsMaxed_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_CheckIsAlive_Value) == 0x000079, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007A, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Not_PreBool_ReturnValue_2) == 0x00007B, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Conv_BoolToText_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_BooleanAND_ReturnValue) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, K2Node_MakeArray_Array) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP, CallFunc_Format_ReturnValue) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_CheckCanRecoverHP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckIsMaxed \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckIsMaxed"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckIsMaxed"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed, CheckMode) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsMaxed::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed, Value) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsMaxed::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed, CallFunc_GetMaxHP_MaxHP) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsMaxed::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsMaxed, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsMaxed::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CheckIsAlive \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CheckIsAlive"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_CheckIsAlive"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive, CheckMode) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive, Value) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CheckIsAlive, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_CheckIsAlive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_InvalidateCheck \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_InvalidateCheck) == 0x000004, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_InvalidateCheck"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_InvalidateCheck) == 0x00000C, "Wrong size on AC_jRPG_CharacterBattleStats_C_InvalidateCheck"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InvalidateCheck, CheckName) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_InvalidateCheck::CheckName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InvalidateCheck, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_InvalidateCheck::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddCheckStack \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddCheckStack) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddCheckStack"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddCheckStack) == 0x0000E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddCheckStack"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CheckConstant) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CheckConstant' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CheckMode) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CallFunc_Array_AddUnique_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, K2Node_MakeArray_Array) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CallFunc_Array_Find_ReturnValue) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddCheckStack, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000DC, "Member 'AC_jRPG_CharacterBattleStats_C_AddCheckStack::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_Assert_Check \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_Assert_Check) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_Assert_Check"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_Assert_Check) == 0x0000F0, "Wrong size on AC_jRPG_CharacterBattleStats_C_Assert_Check"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, CheckConstant) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::CheckConstant' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, OperationName) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::OperationName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, K2Node_MakeArray_Array) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Assert_Check, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_Assert_Check::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CanRecoverHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CanRecoverHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_CanRecoverHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP, Valid) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CanRecoverHP::Valid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP, BecauseDead) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_CanRecoverHP::BecauseDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CanRecoverHP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CanRecoverHP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CanRecoverHP, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_CanRecoverHP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail) == 0x0000E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, Reason) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, K2Node_MakeArray_Array) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_OnParryPerfectFail::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge) == 0x000004, "Wrong size on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoDodge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry) == 0x000004, "Wrong size on AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry, ReturnValue) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'AC_jRPG_CharacterBattleStats_C_DEBUG_Console_AutoParry::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate) == 0x000198, "Wrong size on AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CurrentInitiative_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CurrentInitiative_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, Time) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, HasEngagementBonus_0) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::HasEngagementBonus_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, DEBUG_Verbose) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::DEBUG_Verbose' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, NewInitiative) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::NewInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_GetCurrentSpeedSimulate_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_GetCurrentSpeedSimulate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_GetOwner_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_FClamp_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, K2Node_MakeArray_Array) == 0x000178, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate, CallFunc_Format_ReturnValue) == 0x000188, "Member 'AC_jRPG_CharacterBattleStats_C_ComputeNewInitiativeAfterTimeSimulate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime, Time) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime, DEBUG_Verbose) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime::DEBUG_Verbose' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime, CallFunc_ComputeNewInitiativeAfterTimeSimulate_NewInitiative) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AdvanceInitiativeByTime::CallFunc_ComputeNewInitiativeAfterTimeSimulate_NewInitiative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, CurrentInitiative_0) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::CurrentInitiative_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, HasEngagementBonus_0) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::HasEngagementBonus_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, Time) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, CallFunc_GetCurrentSpeedSimulate_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::CallFunc_GetCurrentSpeedSimulate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate, CallFunc_SafeDivide_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiativeSimulate::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative, Time) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative, CallFunc_GetTimeToFullInitiativeSimulate_Time) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetTimeToFullInitiative::CallFunc_GetTimeToFullInitiativeSimulate_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetMaxAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetMaxAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetMaxAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetMaxAP) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetMaxAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxAP, MaxMP) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxAP::MaxMP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxAP, Temp_byte_Variable) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxAP::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxAP, CallFunc_Map_Find_Value) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxAP::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxAP, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxAP::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetMaxHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetMaxHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetMaxHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetMaxHP) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetMaxHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxHP, MaxHP) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxHP::MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxHP, Temp_byte_Variable) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxHP::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxHP, CallFunc_Map_Find_Value) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxHP::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetMaxHP, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetMaxHP::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_InitBattleGear \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_InitBattleGear) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_InitBattleGear"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_InitBattleGear) == 0x0003B8, "Wrong size on AC_jRPG_CharacterBattleStats_C_InitBattleGear"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, local_sortedPassiveEffects) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::local_sortedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_IsNarrativeBattle_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_IsNarrativeBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Array_Get_Item) == 0x00002C, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeArray_Array) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000140, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance) == 0x000150, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_ClassDynamicCast_bSuccess) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Conv_StringToText_ReturnValue) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance_1) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_ClassDynamicCast_bSuccess_1) == 0x000178, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeStruct_FormatArgumentData_1) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetClassDefaultObject_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetClassDefaultObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeArray_Array_1) == 0x0001D0, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_DynamicCast_AsBP_Battle_Buff_Instance) == 0x0001E0, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_DynamicCast_AsBP_Battle_Buff_Instance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Not_PreBool_ReturnValue) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_IsValidClass_ReturnValue) == 0x000201, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_SpawnObject_ReturnValue) == 0x000208, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_ActivateBuff_Success) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, Temp_int_Loop_Counter_Variable_1) == 0x000214, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Less_IntInt_ReturnValue_1) == 0x000218, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Add_IntInt_ReturnValue_1) == 0x00021C, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetOwner_ReturnValue) == 0x000220, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetCharacterByID_CharacterData) == 0x000228, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetDisplayName_ReturnValue) == 0x000230, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000240, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000248, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000250, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_GetWeaponDefinition_WeaponDefinition) == 0x000260, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_GetWeaponDefinition_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeStruct_FormatArgumentData_2) == 0x000350, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, K2Node_MakeArray_Array_2) == 0x000398, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_InitBattleGear, CallFunc_Format_ReturnValue_2) == 0x0003A8, "Member 'AC_jRPG_CharacterBattleStats_C_InitBattleGear::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity) == 0x000028, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, CharacterBattleStats) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, AttackType) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::AttackType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, Affinity) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::Affinity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity, CallFunc_GetElementalAffinity_Value) == 0x000021, "Member 'AC_jRPG_CharacterBattleStats_C_GetOtherElementalAffinity::CallFunc_GetElementalAffinity_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetElementalAffinity \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetElementalAffinity) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetElementalAffinity"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetElementalAffinity) == 0x000003, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetElementalAffinity"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetElementalAffinity, AttackType) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetElementalAffinity::AttackType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetElementalAffinity, Affinity) == 0x000001, "Member 'AC_jRPG_CharacterBattleStats_C_GetElementalAffinity::Affinity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetElementalAffinity, CallFunc_GetOtherElementalAffinity_Affinity) == 0x000002, "Member 'AC_jRPG_CharacterBattleStats_C_GetElementalAffinity::CallFunc_GetOtherElementalAffinity_Affinity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_MaxHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_MaxHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_MaxHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_MaxHP) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_MaxHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_MaxHP, Temp_byte_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_MaxHP::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_MaxHP, CallFunc_Map_Find_Value) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_MaxHP::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_MaxHP, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_MaxHP::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_MaxHP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_MaxHP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetHP) == 0x000280, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, HP_Value) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::HP_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, local_PreviousHP) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::local_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_GetDisplayName_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData_3) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeArray_Array) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_FTrunc_ReturnValue) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Format_ReturnValue) == 0x000188, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000198, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A0, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Format_ReturnValue_1) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeStruct_FormatArgumentData_5) == 0x000218, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, K2Node_MakeArray_Array_2) == 0x000260, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetHP, CallFunc_Format_ReturnValue_2) == 0x000270, "Member 'AC_jRPG_CharacterBattleStats_C_SetHP::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddOverdrive \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddOverdrive) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddOverdrive"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddOverdrive) == 0x0000E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddOverdrive"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, Reason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, K2Node_MakeArray_Array) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000C9, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddOverdrive, CallFunc_FClamp_ReturnValue) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_AddOverdrive::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated, BuffInstanceWrapper) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_OnBuffDeactivated::BuffInstanceWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart) == 0x0000E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, CharacterTurn) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::CharacterTurn' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, K2Node_MakeArray_Array) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_OnCharacterTurnStart::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RecalculateStats \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RecalculateStats) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RecalculateStats"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RecalculateStats) == 0x000228, "Wrong size on AC_jRPG_CharacterBattleStats_C_RecalculateStats"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Array_Get_Item) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Find_Value) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_StatTypeToText_Text) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_StatTypeToText_Text' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, Temp_int_Loop_Counter_Variable_1) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeArray_Array) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Format_ReturnValue) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x00015C, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Values_Values) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Array_Length_ReturnValue_1) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000184, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_StatTypeToText_Text_1) == 0x000188, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_StatTypeToText_Text_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Find_Value_1) == 0x0001E0, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Map_Find_ReturnValue_1) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Format_ReturnValue_1) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Round64_ReturnValue) == 0x000218, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecalculateStats, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000220, "Member 'AC_jRPG_CharacterBattleStats_C_RecalculateStats::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier) == 0x000120, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, StatMultiplierUID) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::StatMultiplierUID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, Temp_bool_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, CallFunc_Conv_GuidToString_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, Temp_text_Variable) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, Temp_text_Variable_1) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, CallFunc_Map_Remove_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, K2Node_Select_Default) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, K2Node_MakeArray_Array) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier, CallFunc_Format_ReturnValue) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveStatMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddStatMultiplier \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddStatMultiplier"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier) == 0x0001D8, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddStatMultiplier"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, StatType) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::StatType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, Multiplier) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, StatMultiplierUID) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::StatMultiplierUID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, UID) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::UID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeStruct_StatMultiplier) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeStruct_StatMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_StatTypeToText_Text) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_StatTypeToText_Text' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_Conv_GuidToString_ReturnValue) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_Conv_NameToText_ReturnValue) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, K2Node_MakeArray_Array) == 0x0001A8, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddStatMultiplier, CallFunc_NewGuid_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CharacterBattleStats_C_AddStatMultiplier::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ActivateBuff \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ActivateBuff) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ActivateBuff"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ActivateBuff) == 0x000358, "Wrong size on AC_jRPG_CharacterBattleStats_C_ActivateBuff"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, BuffInstance) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, StatusEffectProbability) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::StatusEffectProbability' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, SourceCharacter) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, Success) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, local_maxValidRoll) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::local_maxValidRoll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, local_buffRoll) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::local_buffRoll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, LOCAL_SourceCharacter) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::LOCAL_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_GetObjectClass_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, Temp_int_Array_Index_Variable) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, Temp_int_Loop_Counter_Variable) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_LastIndex_ReturnValue) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00011C, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_Get_Item) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_IsValid_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_ActivateBuff_Success) == 0x000178, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_3) == 0x000180, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeArray_Array) == 0x0001C8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_AppendStack__Content__Result) == 0x0001E8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_GetProbabilityToReceiveBuff_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_GetProbabilityToReceiveBuff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Conv_NameToText_ReturnValue) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_4) == 0x000210, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeArray_Array_1) == 0x000258, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_SpawnObject_ReturnValue) == 0x000278, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_AppendStack__Content__Result_1) == 0x000280, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_AppendStack__Content__Result_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_RemoveItem_ReturnValue) == 0x000290, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_Add_ReturnValue) == 0x000294, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_WasPrevented_RawDamages) == 0x000298, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_WasPrevented_RawDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Not_PreBool_ReturnValue) == 0x000299, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_RandomFloatInRange_ReturnValue) == 0x0002A0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_Get_Item_1) == 0x0002A8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Array_Length_ReturnValue) == 0x0002B8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Less_IntInt_ReturnValue) == 0x0002BC, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0002BD, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_CreateDelegate_OutputDelegate) == 0x0002C0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0002D0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_ActivateBuff_BuffInstanceWrapper) == 0x0002E0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_ActivateBuff_BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_ActivateBuff_Success_1) == 0x0002E8, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_ActivateBuff_Success_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002F0, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, K2Node_MakeArray_Array_2) == 0x000338, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ActivateBuff, CallFunc_Format_ReturnValue_2) == 0x000348, "Member 'AC_jRPG_CharacterBattleStats_C_ActivateBuff::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_Resurrect \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_Resurrect) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_Resurrect"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_Resurrect) == 0x000060, "Wrong size on AC_jRPG_CharacterBattleStats_C_Resurrect"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, HP_Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::HP_Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, Temp_object_Variable) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, Temp_object_Variable_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_ShouldQueueRevive_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_ShouldQueueRevive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_GetBattleManager_ReturnValue_1) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, CallFunc_GetBattleManager_ReturnValue_2) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_Resurrect, K2Node_MakeStruct_S_ResurrectParameters) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_Resurrect::K2Node_MakeStruct_S_ResurrectParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReduceAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReduceAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReduceAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReduceAP) == 0x000030, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReduceAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, ChangeReason) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, local_previousAP) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::local_previousAP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00001A, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceAP, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceAP::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GainAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GainAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GainAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GainAP) == 0x000060, "Wrong size on AC_jRPG_CharacterBattleStats_C_GainAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, ChangeReason) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, Temp_int_Variable) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, Temp_bool_Variable) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, K2Node_Select_Default) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GainAP, CallFunc_FTrunc_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_GainAP::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCurrentAP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCurrentAP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCurrentAP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCurrentAP) == 0x000008, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCurrentAP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCurrentAP, AP) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCurrentAP::AP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReduceHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReduceHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReduceHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReduceHP) == 0x000068, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReduceHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, NewHPValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::NewHPValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, EffectiveDamage) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::EffectiveDamage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, local_PreviousHP) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::local_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, local_newHPValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::local_newHPValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, K2Node_MakeArray_Array) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_Format_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_GetCharacterBattleBase_IsValid) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000061, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000062, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceHP, CallFunc_BooleanAND_ReturnValue) == 0x000063, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceHP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReduceInitiative \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReduceInitiative"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative) == 0x000038, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReduceInitiative"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, K2Node_DynamicCast_AsBPI_Battle_Communication) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::K2Node_DynamicCast_AsBPI_Battle_Communication' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReduceInitiative, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ReduceInitiative::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction) == 0x000018, "Wrong size on AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction, DamageInput) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction::DamageInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction, DamageOutput) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction::DamageOutput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_CalculateDefendStanceDamageReduction::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RemoveInitiative \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RemoveInitiative"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative) == 0x000020, "Wrong size on AC_jRPG_CharacterBattleStats_C_RemoveInitiative"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveInitiative::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveInitiative::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveInitiative::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RemoveInitiative, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_RemoveInitiative::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReceiveDamage \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReceiveDamage"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage) == 0x000098, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReceiveDamage"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, FinalDamageMultiplier) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::FinalDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DamageSourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DamageSourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, AttackType) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::AttackType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, Simulated_Damage__No_Damage_will_be_dealt_) == 0x000019, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::Simulated_Damage__No_Damage_will_be_dealt_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, Straight_Damage__ignores_calculation_) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::Straight_Damage__ignores_calculation_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, IsCounterDamage) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::IsCounterDamage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DamageReason) == 0x000029, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DamageReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DamageLocation) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DamageLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DebugReason) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DamageDealt) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, HasHit) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, DodgeSuccess) == 0x000061, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, ParrySuccess) == 0x000062, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, QTESuccess_) == 0x000063, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::QTESuccess_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, BattleDamages) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_MakeDamageBuilder_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_MakeDamageBuilder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_ReceiveDamageFromObject_DamageDealt) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_ReceiveDamageFromObject_DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_ReceiveDamageFromObject_HasHit) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_ReceiveDamageFromObject_HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_ReceiveDamageFromObject_DodgeSuccess) == 0x000089, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_ReceiveDamageFromObject_DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_ReceiveDamageFromObject_ParrySuccess) == 0x00008A, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_ReceiveDamageFromObject_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveDamage, CallFunc_ReceiveDamageFromObject_BattleDamages) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveDamage::CallFunc_ReceiveDamageFromObject_BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_RecoverHP \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_RecoverHP) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_RecoverHP"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_RecoverHP) == 0x000298, "Wrong size on AC_jRPG_CharacterBattleStats_C_RecoverHP"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, RecoveryAmount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::RecoveryAmount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, SourceCharacter) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, PlayVFX) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::PlayVFX' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, Reason) == 0x000011, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, DebugReason) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, local_heal) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::local_heal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, local_ActualRecoveredHP) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::local_ActualRecoveredHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, local_PreviousHP) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::local_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000041, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetBattleManager_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Not_PreBool_ReturnValue_1) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000051, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_MakeDateTime_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_MakeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Today_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Today_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Greater_DateTimeDateTime_ReturnValue) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Greater_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetBattleManager_ReturnValue_1) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetOwner_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_DynamicCast_AsBPI_Debug_Battle_Listener) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_DynamicCast_AsBPI_Debug_Battle_Listener' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000100, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetMaxHP_MaxHP) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetCurrentAmount_ReturnValue) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetCurrentAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Round64_ReturnValue) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Not_PreBool_ReturnValue_2) == 0x000138, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_BooleanAND_ReturnValue) == 0x000139, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_CheckCanRecoverHP_ReturnValue) == 0x000150, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_CheckCanRecoverHP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_CheckCanRecoverHP_BecauseDead) == 0x000151, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_CheckCanRecoverHP_BecauseDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetMaxHP_MaxHP_1) == 0x0001A0, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetMaxHP_MaxHP_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A8, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Conv_NameToText_ReturnValue) == 0x0001F0, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_GetOwner_ReturnValue_1) == 0x000200, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_MakeStruct_FormatArgumentData_3) == 0x000208, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_DynamicCast_AsBPI_Battle_Communication) == 0x000250, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_DynamicCast_AsBPI_Battle_Communication' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_DynamicCast_bSuccess_1) == 0x000260, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, K2Node_MakeArray_Array) == 0x000268, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Format_ReturnValue) == 0x000278, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000288, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_RecoverHP, CallFunc_FClamp_ReturnValue) == 0x000290, "Member 'AC_jRPG_CharacterBattleStats_C_RecoverHP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_AddInitiative \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_AddInitiative) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_AddInitiative"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_AddInitiative) == 0x000040, "Wrong size on AC_jRPG_CharacterBattleStats_C_AddInitiative"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, Amount) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, Temp_byte_Variable) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000009, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_Map_Find_Value) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_AddInitiative, CallFunc_FClamp_ReturnValue_1) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_AddInitiative::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI, SpotAlreadyExists) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI::SpotAlreadyExists' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI, CallFunc_AddCharacter_CreatedWidget) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_CreateCharacterBattleSlotUI::CallFunc_AddCharacter_CreatedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero) == 0x000118, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, HeroCharacterData) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::HeroCharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, K2Node_MakeMap_Map) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetCharacterGenderTag_GenderTag) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetCharacterGenderTag_GenderTag' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetAllAvailableEquippedSkills_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetAllAvailableEquippedSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetOverdriveSources_OverdriveSources) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetOverdriveSources_OverdriveSources' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetCharacterStats_Stats) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetBattleIcon_CharacterIconBattle) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetBattleIcon_CharacterIconBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero, CallFunc_GetCommonBattleStats_CommonStats) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterDataFromHero::CallFunc_GetCommonBattleStats_CommonStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_SetCharacterData \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_SetCharacterData) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_SetCharacterData"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_SetCharacterData) == 0x0003E0, "Wrong size on AC_jRPG_CharacterBattleStats_C_SetCharacterData"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, HardcodedID) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::HardcodedID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CharacterDisplayName_0) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CharacterDisplayName_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, GenderTag_0) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::GenderTag_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CharacterStats_0) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CharacterStats_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CurrentHealth) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CurrentHealth' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CurrentMana) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CurrentMana' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, OverdriveSources_0) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::OverdriveSources_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CharacterBattleIcon_0) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CharacterBattleIcon_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CommonCharacterStats) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CommonCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, IsBoss_0) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::IsBoss_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, IsFlying_0) == 0x0000C9, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::IsFlying_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, ElementalAffinities) == 0x0000D0, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::ElementalAffinities' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x000124, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000128, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Map_Keys_Keys) == 0x000130, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x000144, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, Temp_int_Array_Index_Variable) == 0x000148, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Array_Get_Item) == 0x00014C, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00014D, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000150, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_GetCharacterBattleBase_IsValid) == 0x000158, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_GetEnemyDataTableRow_Found) == 0x000159, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x000160, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Conv_NameToText_ReturnValue) == 0x000360, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, K2Node_MakeStruct_FormatArgumentData) == 0x000370, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, K2Node_MakeArray_Array) == 0x0003B8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Format_ReturnValue) == 0x0003C8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_MakeLiteralInt_ReturnValue) == 0x0003D8, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Conv_IntToByte_ReturnValue) == 0x0003DC, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_SetCharacterData, CallFunc_Less_ByteByte_ReturnValue) == 0x0003DD, "Member 'AC_jRPG_CharacterBattleStats_C_SetCharacterData::CallFunc_Less_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents) == 0x000010, "Wrong size on AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents, LatentAction) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents, ForceInstant) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ProcessSkillComponentStartEvents::ForceInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay) == 0x000001, "Wrong size on AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats) == 0x000138, "Wrong size on AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, EntryPoint) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Loop_Counter_Variable_2) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Loop_Counter_Variable_3) == 0x000024, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Array_Index_Variable_2) == 0x00002C, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, Temp_int_Array_Index_Variable_3) == 0x000030, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Get_Item) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetGameInstance_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000050, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_SpawnObject_ReturnValue) == 0x000060, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_SpawnObject_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_SpawnObject_ReturnValue_2) == 0x000070, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_CustomEvent_LatentAction) == 0x000078, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_CustomEvent_ForceInstant) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_CustomEvent_ForceInstant' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Not_PreBool_ReturnValue) == 0x000081, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_IsValid_ReturnValue) == 0x000082, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetSkillScriptByTurnStartEventCriteria_HasStartEvent) == 0x000098, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetSkillScriptByTurnStartEventCriteria_HasStartEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetSkillScriptByTurnStartEventCriteria_HasNoStartEvent) == 0x0000A8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetSkillScriptByTurnStartEventCriteria_HasNoStartEvent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetSkillScriptByTurnStartEventCriteria_HasStartEvent_1) == 0x0000B8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetSkillScriptByTurnStartEventCriteria_HasStartEvent_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetSkillScriptByTurnStartEventCriteria_HasNoStartEvent_1) == 0x0000C8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetSkillScriptByTurnStartEventCriteria_HasNoStartEvent_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E4, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_SpawnObject_ReturnValue_3) == 0x0000E8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_SpawnObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Get_Item_3) == 0x0000F0, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_GetSkillComponentsAsBP_Array) == 0x0000F8, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Get_Item_4) == 0x000110, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Length_ReturnValue_2) == 0x000118, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Array_Length_ReturnValue_3) == 0x00011C, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Less_IntInt_ReturnValue_2) == 0x000120, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_Less_IntInt_ReturnValue_3) == 0x000121, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, K2Node_Event_EndPlayReason) == 0x000134, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000135, "Member 'AC_jRPG_CharacterBattleStats_C_ExecuteUbergraph_AC_jRPG_CharacterBattleStats::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase \ +static_assert(alignof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase) == 0x000008, "Wrong alignment on AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase"); \ +static_assert(sizeof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase) == 0x0000A0, "Wrong size on AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, jRPG_CharacterBattleBase) == 0x000000, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, IsValid) == 0x000008, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000018, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, K2Node_MakeArray_Array) == 0x000080, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase, CallFunc_Format_ReturnValue) == 0x000090, "Member 'AC_jRPG_CharacterBattleStats_C_GetCharacterBattleBase::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_CharacterBattleStats_C \ +static_assert(alignof(UAC_jRPG_CharacterBattleStats_C) == 0x000008, "Wrong alignment on UAC_jRPG_CharacterBattleStats_C"); \ +static_assert(sizeof(UAC_jRPG_CharacterBattleStats_C) == 0x0007A8, "Wrong size on UAC_jRPG_CharacterBattleStats_C"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_CharacterBattleStats_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterHardcodedName) == 0x0000A8, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterBattleIcon) == 0x0000B0, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterBattleIcon' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterDisplayName) == 0x0000B8, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterBaseStats) == 0x0000C8, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterBaseStats' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterCurrentStats) == 0x000118, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterCurrentStats' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentHP) == 0x000168, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentHP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentShieldPoints) == 0x000170, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentShieldPoints' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentAP) == 0x000178, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentAP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentInitiative) == 0x000180, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentInitiative' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Defending) == 0x000188, "Member 'UAC_jRPG_CharacterBattleStats_C::Defending' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BattleManagerReference) == 0x000190, "Member 'UAC_jRPG_CharacterBattleStats_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, GameInstanceReference) == 0x000198, "Member 'UAC_jRPG_CharacterBattleStats_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SelectedActionType) == 0x0001A0, "Member 'UAC_jRPG_CharacterBattleStats_C::SelectedActionType' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SelectedSecondaryActionName) == 0x0001A4, "Member 'UAC_jRPG_CharacterBattleStats_C::SelectedSecondaryActionName' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, TargetedCharacters) == 0x0001B0, "Member 'UAC_jRPG_CharacterBattleStats_C::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentPower) == 0x0001C0, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentPower' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, EquipmentLegacy) == 0x0001C8, "Member 'UAC_jRPG_CharacterBattleStats_C::EquipmentLegacy' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BuffPower) == 0x000218, "Member 'UAC_jRPG_CharacterBattleStats_C::BuffPower' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OriginalPower) == 0x000220, "Member 'UAC_jRPG_CharacterBattleStats_C::OriginalPower' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BattleBuffComponent) == 0x000228, "Member 'UAC_jRPG_CharacterBattleStats_C::BattleBuffComponent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterStatMultipliers) == 0x000230, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterStatMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SkillsLearnt) == 0x000280, "Member 'UAC_jRPG_CharacterBattleStats_C::SkillsLearnt' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentOverdrive) == 0x0002D0, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentOverdrive' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OverdriveSources) == 0x0002D8, "Member 'UAC_jRPG_CharacterBattleStats_C::OverdriveSources' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SimulatedDamage_) == 0x0002E8, "Member 'UAC_jRPG_CharacterBattleStats_C::SimulatedDamage_' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, TurnSkipRefCount) == 0x0002EC, "Member 'UAC_jRPG_CharacterBattleStats_C::TurnSkipRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnBuffAdded) == 0x0002F0, "Member 'UAC_jRPG_CharacterBattleStats_C::OnBuffAdded' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnBuffRemoved) == 0x000300, "Member 'UAC_jRPG_CharacterBattleStats_C::OnBuffRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnHPChanged) == 0x000310, "Member 'UAC_jRPG_CharacterBattleStats_C::OnHPChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnShieldPointsChanged) == 0x000320, "Member 'UAC_jRPG_CharacterBattleStats_C::OnShieldPointsChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnCharacterInitialized) == 0x000330, "Member 'UAC_jRPG_CharacterBattleStats_C::OnCharacterInitialized' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterBattleSlotWidget) == 0x000340, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterBattleSlotWidget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, HasReceivedHitDuringCurrentSkill) == 0x000348, "Member 'UAC_jRPG_CharacterBattleStats_C::HasReceivedHitDuringCurrentSkill' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, HasParriedAllHitsDuringCurrentSkill) == 0x000349, "Member 'UAC_jRPG_CharacterBattleStats_C::HasParriedAllHitsDuringCurrentSkill' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ActiveChecks) == 0x000350, "Member 'UAC_jRPG_CharacterBattleStats_C::ActiveChecks' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Check_CanRecoverHP) == 0x000360, "Member 'UAC_jRPG_CharacterBattleStats_C::Check_CanRecoverHP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Check_IsAlive) == 0x000368, "Member 'UAC_jRPG_CharacterBattleStats_C::Check_IsAlive' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Check_IsMaxedHP) == 0x000370, "Member 'UAC_jRPG_CharacterBattleStats_C::Check_IsMaxedHP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Check_CanResurrect) == 0x000378, "Member 'UAC_jRPG_CharacterBattleStats_C::Check_CanResurrect' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, TargetingCheckContext) == 0x000380, "Member 'UAC_jRPG_CharacterBattleStats_C::TargetingCheckContext' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BattleActionCheckContext) == 0x000388, "Member 'UAC_jRPG_CharacterBattleStats_C::BattleActionCheckContext' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnAPChanged) == 0x000390, "Member 'UAC_jRPG_CharacterBattleStats_C::OnAPChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APDefendCost) == 0x0003A0, "Member 'UAC_jRPG_CharacterBattleStats_C::APDefendCost' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APDodgeCost) == 0x0003A4, "Member 'UAC_jRPG_CharacterBattleStats_C::APDodgeCost' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APParryCost) == 0x0003A8, "Member 'UAC_jRPG_CharacterBattleStats_C::APParryCost' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APNewTurnGain) == 0x0003AC, "Member 'UAC_jRPG_CharacterBattleStats_C::APNewTurnGain' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APGainParry) == 0x0003B0, "Member 'UAC_jRPG_CharacterBattleStats_C::APGainParry' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APGainAttack) == 0x0003B4, "Member 'UAC_jRPG_CharacterBattleStats_C::APGainAttack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharacterStats) == 0x0003B8, "Member 'UAC_jRPG_CharacterBattleStats_C::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, APTurnStartBonus) == 0x0003E8, "Member 'UAC_jRPG_CharacterBattleStats_C::APTurnStartBonus' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnAPChangedEvent) == 0x0003F0, "Member 'UAC_jRPG_CharacterBattleStats_C::OnAPChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnDeath) == 0x000400, "Member 'UAC_jRPG_CharacterBattleStats_C::OnDeath' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, DefenseLockRefCount) == 0x000410, "Member 'UAC_jRPG_CharacterBattleStats_C::DefenseLockRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsStun) == 0x000414, "Member 'UAC_jRPG_CharacterBattleStats_C::IsStun' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Equipment) == 0x000418, "Member 'UAC_jRPG_CharacterBattleStats_C::Equipment' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, StunBreakBarCurrent) == 0x000468, "Member 'UAC_jRPG_CharacterBattleStats_C::StunBreakBarCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, StunBreakBarMax) == 0x000470, "Member 'UAC_jRPG_CharacterBattleStats_C::StunBreakBarMax' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BreakDamageBlockerRefCount) == 0x000478, "Member 'UAC_jRPG_CharacterBattleStats_C::BreakDamageBlockerRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, HasEngagementBonus) == 0x000498, "Member 'UAC_jRPG_CharacterBattleStats_C::HasEngagementBonus' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BuffToPassiveMap) == 0x0004A0, "Member 'UAC_jRPG_CharacterBattleStats_C::BuffToPassiveMap' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BuffToPassiveIDsMap) == 0x0004F0, "Member 'UAC_jRPG_CharacterBattleStats_C::BuffToPassiveIDsMap' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsBoss) == 0x000540, "Member 'UAC_jRPG_CharacterBattleStats_C::IsBoss' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, PreventDeathRefCount) == 0x000548, "Member 'UAC_jRPG_CharacterBattleStats_C::PreventDeathRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsCurrentAttackUndodgeable) == 0x000568, "Member 'UAC_jRPG_CharacterBattleStats_C::IsCurrentAttackUndodgeable' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsCurrentAttackUnblockable) == 0x000569, "Member 'UAC_jRPG_CharacterBattleStats_C::IsCurrentAttackUnblockable' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsCurrentAttackGradient) == 0x00056A, "Member 'UAC_jRPG_CharacterBattleStats_C::IsCurrentAttackGradient' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsCurrentAttackJumpable) == 0x00056B, "Member 'UAC_jRPG_CharacterBattleStats_C::IsCurrentAttackJumpable' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, AutomaticCounterSkill) == 0x000570, "Member 'UAC_jRPG_CharacterBattleStats_C::AutomaticCounterSkill' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, Skills) == 0x000578, "Member 'UAC_jRPG_CharacterBattleStats_C::Skills' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SkillStates) == 0x000588, "Member 'UAC_jRPG_CharacterBattleStats_C::SkillStates' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, GradientAttackPpIsOn) == 0x0005D8, "Member 'UAC_jRPG_CharacterBattleStats_C::GradientAttackPpIsOn' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsFleeing) == 0x0005D9, "Member 'UAC_jRPG_CharacterBattleStats_C::IsFleeing' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, PuppetedBy) == 0x0005E0, "Member 'UAC_jRPG_CharacterBattleStats_C::PuppetedBy' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BattleStartEvent_ToProcess_SkillDataComponent) == 0x0005E8, "Member 'UAC_jRPG_CharacterBattleStats_C::BattleStartEvent_ToProcess_SkillDataComponent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BattleStartNotifyDependencies) == 0x0005F8, "Member 'UAC_jRPG_CharacterBattleStats_C::BattleStartNotifyDependencies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, DodgeLock) == 0x000600, "Member 'UAC_jRPG_CharacterBattleStats_C::DodgeLock' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnDamageReceived) == 0x000620, "Member 'UAC_jRPG_CharacterBattleStats_C::OnDamageReceived' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsPerformingLastStand) == 0x000630, "Member 'UAC_jRPG_CharacterBattleStats_C::IsPerformingLastStand' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ShouldInterceptAllTeamAttacks) == 0x000631, "Member 'UAC_jRPG_CharacterBattleStats_C::ShouldInterceptAllTeamAttacks' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CharactersToProtectWithInterception) == 0x000638, "Member 'UAC_jRPG_CharacterBattleStats_C::CharactersToProtectWithInterception' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, CurrentInterceptedCharacter) == 0x000648, "Member 'UAC_jRPG_CharacterBattleStats_C::CurrentInterceptedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, DamageLimitUnlockRefCount) == 0x000650, "Member 'UAC_jRPG_CharacterBattleStats_C::DamageLimitUnlockRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, BaseDamageType) == 0x000670, "Member 'UAC_jRPG_CharacterBattleStats_C::BaseDamageType' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, FreeAimDamageType) == 0x000671, "Member 'UAC_jRPG_CharacterBattleStats_C::FreeAimDamageType' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, NextResurrectParameters) == 0x000678, "Member 'UAC_jRPG_CharacterBattleStats_C::NextResurrectParameters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnBreakDamageReceived) == 0x000690, "Member 'UAC_jRPG_CharacterBattleStats_C::OnBreakDamageReceived' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnBreakBarStun) == 0x0006A0, "Member 'UAC_jRPG_CharacterBattleStats_C::OnBreakBarStun' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnConsumableActionEffect) == 0x0006B0, "Member 'UAC_jRPG_CharacterBattleStats_C::OnConsumableActionEffect' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnDeathDamagePrevented) == 0x0006C0, "Member 'UAC_jRPG_CharacterBattleStats_C::OnDeathDamagePrevented' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, IsFlying) == 0x0006D0, "Member 'UAC_jRPG_CharacterBattleStats_C::IsFlying' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ForceAutoAttackRefCount) == 0x0006D8, "Member 'UAC_jRPG_CharacterBattleStats_C::ForceAutoAttackRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnDamageAbsorbed) == 0x0006F8, "Member 'UAC_jRPG_CharacterBattleStats_C::OnDamageAbsorbed' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ForcedSkillOnNextTurn) == 0x000708, "Member 'UAC_jRPG_CharacterBattleStats_C::ForcedSkillOnNextTurn' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ParryLock) == 0x000710, "Member 'UAC_jRPG_CharacterBattleStats_C::ParryLock' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnSkillPreExecution) == 0x000730, "Member 'UAC_jRPG_CharacterBattleStats_C::OnSkillPreExecution' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, DodgeWindowModifierStack) == 0x000740, "Member 'UAC_jRPG_CharacterBattleStats_C::DodgeWindowModifierStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, ParryWindowModifierStack) == 0x000748, "Member 'UAC_jRPG_CharacterBattleStats_C::ParryWindowModifierStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnPerfectDodge) == 0x000750, "Member 'UAC_jRPG_CharacterBattleStats_C::OnPerfectDodge' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, GenderTag) == 0x000760, "Member 'UAC_jRPG_CharacterBattleStats_C::GenderTag' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, bIsPreparedForBattle) == 0x000761, "Member 'UAC_jRPG_CharacterBattleStats_C::bIsPreparedForBattle' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, bIsDeathQueuedForTurnEnd) == 0x000762, "Member 'UAC_jRPG_CharacterBattleStats_C::bIsDeathQueuedForTurnEnd' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, NestedAddBuffActionStack) == 0x000768, "Member 'UAC_jRPG_CharacterBattleStats_C::NestedAddBuffActionStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, SilenceRefCounts) == 0x000778, "Member 'UAC_jRPG_CharacterBattleStats_C::SilenceRefCounts' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharacterBattleStats_C, OnSkillStatesInitialized) == 0x000798, "Member 'UAC_jRPG_CharacterBattleStats_C::OnSkillStatesInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AchievementDefinition \ +static_assert(alignof(FS_AchievementDefinition) == 0x000008, "Wrong alignment on FS_AchievementDefinition"); \ +static_assert(sizeof(FS_AchievementDefinition) == 0x000048, "Wrong size on FS_AchievementDefinition"); \ +static_assert(offsetof(FS_AchievementDefinition, Validator_12_CB4100C04692770F209A48A3A66B15A0) == 0x000000, "Member 'FS_AchievementDefinition::Validator_12_CB4100C04692770F209A48A3A66B15A0' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementDefinition, PlatformIDs_8_3B6A4062414F158451DE098F66BF78DD) == 0x000008, "Member 'FS_AchievementDefinition::PlatformIDs_8_3B6A4062414F158451DE098F66BF78DD' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementDefinition, DebugName_3_C2FC7CDE46F34AEA24E3988A43B21D79) == 0x000028, "Member 'FS_AchievementDefinition::DebugName_3_C2FC7CDE46F34AEA24E3988A43B21D79' has a wrong offset!"); \ +static_assert(offsetof(FS_AchievementDefinition, DebugDescription_5_9DB0DFC740E40090D4DB26A9A52D07EE) == 0x000038, "Member 'FS_AchievementDefinition::DebugDescription_5_9DB0DFC740E40090D4DB26A9A52D07EE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData \ +static_assert(alignof(BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData) == 0x000008, "Wrong alignment on BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData"); \ +static_assert(sizeof(BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData) == 0x000010, "Wrong size on BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData"); \ +static_assert(offsetof(BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData, GameInstance) == 0x000000, "Member 'BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData, PlayerController) == 0x000008, "Member 'BP_EntitlementDataUpdaterBase_C_ApplyEntitlementData::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData \ +static_assert(alignof(BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData) == 0x000008, "Wrong alignment on BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData"); \ +static_assert(sizeof(BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData) == 0x000010, "Wrong size on BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData"); \ +static_assert(offsetof(BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData, GameInstance) == 0x000000, "Member 'BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData, PlayerController) == 0x000008, "Member 'BP_EntitlementDataUpdaterBase_C_RemoveEntitlementData::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EntitlementDataUpdaterBase_C \ +static_assert(alignof(UBP_EntitlementDataUpdaterBase_C) == 0x000008, "Wrong alignment on UBP_EntitlementDataUpdaterBase_C"); \ +static_assert(sizeof(UBP_EntitlementDataUpdaterBase_C) == 0x000030, "Wrong size on UBP_EntitlementDataUpdaterBase_C"); \ + +#define DUMPER7_ASSERTS_FS_EntitlementData \ +static_assert(alignof(FS_EntitlementData) == 0x000008, "Wrong alignment on FS_EntitlementData"); \ +static_assert(sizeof(FS_EntitlementData) == 0x000030, "Wrong size on FS_EntitlementData"); \ +static_assert(offsetof(FS_EntitlementData, MainID_20_4787076947B89767A3C7169B0F94941D) == 0x000000, "Member 'FS_EntitlementData::MainID_20_4787076947B89767A3C7169B0F94941D' has a wrong offset!"); \ +static_assert(offsetof(FS_EntitlementData, Aliases_21_7466CD2C42616FF7E802C78032F074A8) == 0x000008, "Member 'FS_EntitlementData::Aliases_21_7466CD2C42616FF7E802C78032F074A8' has a wrong offset!"); \ +static_assert(offsetof(FS_EntitlementData, DisplayName_5_AB64A64E450A841648F37EB6E39A0CCE) == 0x000018, "Member 'FS_EntitlementData::DisplayName_5_AB64A64E450A841648F37EB6E39A0CCE' has a wrong offset!"); \ +static_assert(offsetof(FS_EntitlementData, EntitlementDataUpdater_13_9729202D494CEC2102A9659BB7A12CB5) == 0x000028, "Member 'FS_EntitlementData::EntitlementDataUpdater_13_9729202D494CEC2102A9659BB7A12CB5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine \ +static_assert(alignof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine) == 0x000008, "Wrong alignment on WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine"); \ +static_assert(sizeof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine) == 0x000020, "Wrong size on WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine"); \ +static_assert(offsetof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine, EntryPoint) == 0x000000, "Member 'WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_DialogNotifLine_C_ExecuteUbergraph_WBP_DialogNotifLine::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifLine_C_PreConstruct \ +static_assert(alignof(WBP_DialogNotifLine_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DialogNotifLine_C_PreConstruct"); \ +static_assert(sizeof(WBP_DialogNotifLine_C_PreConstruct) == 0x000001, "Wrong size on WBP_DialogNotifLine_C_PreConstruct"); \ +static_assert(offsetof(WBP_DialogNotifLine_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DialogNotifLine_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DialogNotifLine_C \ +static_assert(alignof(UWBP_DialogNotifLine_C) == 0x000008, "Wrong alignment on UWBP_DialogNotifLine_C"); \ +static_assert(sizeof(UWBP_DialogNotifLine_C) == 0x000378, "Wrong size on UWBP_DialogNotifLine_C"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_DialogNotifLine_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_DialogNotifLine_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, BG_Circle) == 0x0002F0, "Member 'UWBP_DialogNotifLine_C::BG_Circle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, BG_Circle_1) == 0x0002F8, "Member 'UWBP_DialogNotifLine_C::BG_Circle_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Border_In) == 0x000300, "Member 'UWBP_DialogNotifLine_C::Border_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Border_In_1) == 0x000308, "Member 'UWBP_DialogNotifLine_C::Border_In_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Border_out) == 0x000310, "Member 'UWBP_DialogNotifLine_C::Border_out' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Border_out_1) == 0x000318, "Member 'UWBP_DialogNotifLine_C::Border_out_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, DialogText) == 0x000320, "Member 'UWBP_DialogNotifLine_C::DialogText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portrait) == 0x000328, "Member 'UWBP_DialogNotifLine_C::Portrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portrait_1) == 0x000330, "Member 'UWBP_DialogNotifLine_C::Portrait_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portrait_Left_bubble) == 0x000338, "Member 'UWBP_DialogNotifLine_C::Portrait_Left_bubble' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portrait_Right_bubble) == 0x000340, "Member 'UWBP_DialogNotifLine_C::Portrait_Right_bubble' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portraitcontainer_Left) == 0x000348, "Member 'UWBP_DialogNotifLine_C::Portraitcontainer_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, Portraitcontainer_Right) == 0x000350, "Member 'UWBP_DialogNotifLine_C::Portraitcontainer_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, RetainerBox_0) == 0x000358, "Member 'UWBP_DialogNotifLine_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, IsMainSpeaker) == 0x000360, "Member 'UWBP_DialogNotifLine_C::IsMainSpeaker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifLine_C, IsMainCharacter) == 0x000368, "Member 'UWBP_DialogNotifLine_C::IsMainCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GameFlowTransitionState \ +static_assert(alignof(FS_GameFlowTransitionState) == 0x000008, "Wrong alignment on FS_GameFlowTransitionState"); \ +static_assert(sizeof(FS_GameFlowTransitionState) == 0x000030, "Wrong size on FS_GameFlowTransitionState"); \ +static_assert(offsetof(FS_GameFlowTransitionState, TransitionType_2_2B0A572C41FBB219ED2CBFA795CED2BC) == 0x000000, "Member 'FS_GameFlowTransitionState::TransitionType_2_2B0A572C41FBB219ED2CBFA795CED2BC' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionState, ElapsedTime_5_C0EF032345B376A5849FE3B27236DB96) == 0x000008, "Member 'FS_GameFlowTransitionState::ElapsedTime_5_C0EF032345B376A5849FE3B27236DB96' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionState, Phase_15_1C16545047643ACAA5FA408FAAC6C153) == 0x000010, "Member 'FS_GameFlowTransitionState::Phase_15_1C16545047643ACAA5FA408FAAC6C153' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionState, FadeInDuration_20_38ACF1074D7D6A248ECAA3AC7196FD79) == 0x000018, "Member 'FS_GameFlowTransitionState::FadeInDuration_20_38ACF1074D7D6A248ECAA3AC7196FD79' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionState, FadeOutDuration_18_0DC2BFA2413FC26ACCA4A0B0319137AE) == 0x000020, "Member 'FS_GameFlowTransitionState::FadeOutDuration_18_0DC2BFA2413FC26ACCA4A0B0319137AE' has a wrong offset!"); \ +static_assert(offsetof(FS_GameFlowTransitionState, IsHoldManually_10_7EBEF13D410C76D8C85F5B8E08FF9802) == 0x000028, "Member 'FS_GameFlowTransitionState::IsHoldManually_10_7EBEF13D410C76D8C85F5B8E08FF9802' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecorator_PlatformIconSet_C \ +static_assert(alignof(UDecorator_PlatformIconSet_C) == 0x000008, "Wrong alignment on UDecorator_PlatformIconSet_C"); \ +static_assert(sizeof(UDecorator_PlatformIconSet_C) == 0x000030, "Wrong size on UDecorator_PlatformIconSet_C"); \ + +#define DUMPER7_ASSERTS_FFluidForceDynamic \ +static_assert(alignof(FFluidForceDynamic) == 0x000008, "Wrong alignment on FFluidForceDynamic"); \ +static_assert(sizeof(FFluidForceDynamic) == 0x000070, "Wrong size on FFluidForceDynamic"); \ +static_assert(offsetof(FFluidForceDynamic, ForceType_28_DDC16EE543D2DFD3BA29C49D32198C9C) == 0x000000, "Member 'FFluidForceDynamic::ForceType_28_DDC16EE543D2DFD3BA29C49D32198C9C' has a wrong offset!"); \ +static_assert(offsetof(FFluidForceDynamic, ForceRadius_32_C31B527C4C367A5CA5E1DF8E49E76234) == 0x000004, "Member 'FFluidForceDynamic::ForceRadius_32_C31B527C4C367A5CA5E1DF8E49E76234' has a wrong offset!"); \ +static_assert(offsetof(FFluidForceDynamic, ForceStrength_33_2CAA30794D1EFF60AE1C3491D011CECF) == 0x000008, "Member 'FFluidForceDynamic::ForceStrength_33_2CAA30794D1EFF60AE1C3491D011CECF' has a wrong offset!"); \ +static_assert(offsetof(FFluidForceDynamic, ForceComponent_34_ABF6640F40D37677EF6F809E09046055) == 0x000010, "Member 'FFluidForceDynamic::ForceComponent_34_ABF6640F40D37677EF6F809E09046055' has a wrong offset!"); \ +static_assert(offsetof(FFluidForceDynamic, MaterialOverride_25_5A792CE8489A59E5D9B24F9E4DCFE94A) == 0x000018, "Member 'FFluidForceDynamic::MaterialOverride_25_5A792CE8489A59E5D9B24F9E4DCFE94A' has a wrong offset!"); \ +static_assert(offsetof(FFluidForceDynamic, SkeletalMeshSetup_31_51A4130440BAFFBA1DA0FE83E942A30A) == 0x000020, "Member 'FFluidForceDynamic::SkeletalMeshSetup_31_51A4130440BAFFBA1DA0FE83E942A30A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_BindToActionAxis \ +static_assert(alignof(BP_InputManager_C_BindToActionAxis) == 0x000008, "Wrong alignment on BP_InputManager_C_BindToActionAxis"); \ +static_assert(sizeof(BP_InputManager_C_BindToActionAxis) == 0x000090, "Wrong size on BP_InputManager_C_BindToActionAxis"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionAxis, Action) == 0x000000, "Member 'BP_InputManager_C_BindToActionAxis::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionAxis, Event) == 0x000004, "Member 'BP_InputManager_C_BindToActionAxis::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionAxis, Object) == 0x000018, "Member 'BP_InputManager_C_BindToActionAxis::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionAxis, CallFunc_GetCurrentLayer_Output) == 0x000020, "Member 'BP_InputManager_C_BindToActionAxis::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionAxis, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000088, "Member 'BP_InputManager_C_BindToActionAxis::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_BindToActionPressed \ +static_assert(alignof(BP_InputManager_C_BindToActionPressed) == 0x000008, "Wrong alignment on BP_InputManager_C_BindToActionPressed"); \ +static_assert(sizeof(BP_InputManager_C_BindToActionPressed) == 0x000090, "Wrong size on BP_InputManager_C_BindToActionPressed"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressed, Action) == 0x000000, "Member 'BP_InputManager_C_BindToActionPressed::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressed, Event) == 0x000004, "Member 'BP_InputManager_C_BindToActionPressed::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressed, Object) == 0x000018, "Member 'BP_InputManager_C_BindToActionPressed::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressed, CallFunc_GetCurrentLayer_Output) == 0x000020, "Member 'BP_InputManager_C_BindToActionPressed::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressed, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000088, "Member 'BP_InputManager_C_BindToActionPressed::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_BindToActionPressedKey \ +static_assert(alignof(BP_InputManager_C_BindToActionPressedKey) == 0x000008, "Wrong alignment on BP_InputManager_C_BindToActionPressedKey"); \ +static_assert(sizeof(BP_InputManager_C_BindToActionPressedKey) == 0x000090, "Wrong size on BP_InputManager_C_BindToActionPressedKey"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedKey, Action) == 0x000000, "Member 'BP_InputManager_C_BindToActionPressedKey::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedKey, Object) == 0x000008, "Member 'BP_InputManager_C_BindToActionPressedKey::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedKey, Event) == 0x000010, "Member 'BP_InputManager_C_BindToActionPressedKey::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedKey, CallFunc_GetCurrentLayer_Output) == 0x000020, "Member 'BP_InputManager_C_BindToActionPressedKey::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedKey, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000088, "Member 'BP_InputManager_C_BindToActionPressedKey::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_BindToActionPressedReleased \ +static_assert(alignof(BP_InputManager_C_BindToActionPressedReleased) == 0x000008, "Wrong alignment on BP_InputManager_C_BindToActionPressedReleased"); \ +static_assert(sizeof(BP_InputManager_C_BindToActionPressedReleased) == 0x0000A0, "Wrong size on BP_InputManager_C_BindToActionPressedReleased"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, Action) == 0x000000, "Member 'BP_InputManager_C_BindToActionPressedReleased::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, PressedEvent) == 0x000004, "Member 'BP_InputManager_C_BindToActionPressedReleased::PressedEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, Released) == 0x000014, "Member 'BP_InputManager_C_BindToActionPressedReleased::Released' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, Object) == 0x000028, "Member 'BP_InputManager_C_BindToActionPressedReleased::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, CallFunc_GetCurrentLayer_Output) == 0x000030, "Member 'BP_InputManager_C_BindToActionPressedReleased::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionPressedReleased, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000098, "Member 'BP_InputManager_C_BindToActionPressedReleased::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_BindToActionReleased \ +static_assert(alignof(BP_InputManager_C_BindToActionReleased) == 0x000008, "Wrong alignment on BP_InputManager_C_BindToActionReleased"); \ +static_assert(sizeof(BP_InputManager_C_BindToActionReleased) == 0x000090, "Wrong size on BP_InputManager_C_BindToActionReleased"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionReleased, Action) == 0x000000, "Member 'BP_InputManager_C_BindToActionReleased::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionReleased, Event) == 0x000004, "Member 'BP_InputManager_C_BindToActionReleased::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionReleased, BoundObject) == 0x000018, "Member 'BP_InputManager_C_BindToActionReleased::BoundObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionReleased, CallFunc_GetCurrentLayer_Output) == 0x000020, "Member 'BP_InputManager_C_BindToActionReleased::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_BindToActionReleased, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000088, "Member 'BP_InputManager_C_BindToActionReleased::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_CreateInputLayer \ +static_assert(alignof(BP_InputManager_C_CreateInputLayer) == 0x000008, "Wrong alignment on BP_InputManager_C_CreateInputLayer"); \ +static_assert(sizeof(BP_InputManager_C_CreateInputLayer) == 0x000228, "Wrong size on BP_InputManager_C_CreateInputLayer"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, IsModal) == 0x000000, "Member 'BP_InputManager_C_CreateInputLayer::IsModal' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, Guid) == 0x000004, "Member 'BP_InputManager_C_CreateInputLayer::Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, local_keyStates) == 0x000018, "Member 'BP_InputManager_C_CreateInputLayer::local_keyStates' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BP_InputManager_C_CreateInputLayer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_InputManager_C_CreateInputLayer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_GetAllActionNamesFromEnum_ActionNames) == 0x000078, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_GetAllActionNamesFromEnum_ActionNames' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_GetActionKeyState_IsKeyDown) == 0x000094, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_GetActionKeyState_IsKeyDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_GetActionKeyState_InputType) == 0x000095, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_GetActionKeyState_InputType' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_GetActionKeyState_AxisValue) == 0x000098, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_GetActionKeyState_AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_GetActionKeyState_Key) == 0x0000A0, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_GetActionKeyState_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, Temp_wildcard_Variable) == 0x0000C0, "Member 'BP_InputManager_C_CreateInputLayer::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_NewGuid_ReturnValue) == 0x00012C, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Array_Length_ReturnValue_2) == 0x00013C, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, K2Node_MakeStruct_FInputLayer) == 0x000140, "Member 'BP_InputManager_C_CreateInputLayer::K2Node_MakeStruct_FInputLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001A8, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, K2Node_MakeStruct_FormatArgumentData) == 0x0001B0, "Member 'BP_InputManager_C_CreateInputLayer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, K2Node_MakeArray_Array) == 0x0001F8, "Member 'BP_InputManager_C_CreateInputLayer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Format_ReturnValue) == 0x000208, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_Array_Add_ReturnValue) == 0x000218, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_CreateInputLayer, CallFunc_SpawnObject_ReturnValue) == 0x000220, "Member 'BP_InputManager_C_CreateInputLayer::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_CustomEvent_0 \ +static_assert(alignof(BP_InputManager_C_CustomEvent_0) == 0x000001, "Wrong alignment on BP_InputManager_C_CustomEvent_0"); \ +static_assert(sizeof(BP_InputManager_C_CustomEvent_0) == 0x000001, "Wrong size on BP_InputManager_C_CustomEvent_0"); \ +static_assert(offsetof(BP_InputManager_C_CustomEvent_0, InputType) == 0x000000, "Member 'BP_InputManager_C_CustomEvent_0::InputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_DEBUG_SetVerboseEnabled \ +static_assert(alignof(BP_InputManager_C_DEBUG_SetVerboseEnabled) == 0x000001, "Wrong alignment on BP_InputManager_C_DEBUG_SetVerboseEnabled"); \ +static_assert(sizeof(BP_InputManager_C_DEBUG_SetVerboseEnabled) == 0x000001, "Wrong size on BP_InputManager_C_DEBUG_SetVerboseEnabled"); \ +static_assert(offsetof(BP_InputManager_C_DEBUG_SetVerboseEnabled, Enabled) == 0x000000, "Member 'BP_InputManager_C_DEBUG_SetVerboseEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_DeleteInputLayerByGUID \ +static_assert(alignof(BP_InputManager_C_DeleteInputLayerByGUID) == 0x000008, "Wrong alignment on BP_InputManager_C_DeleteInputLayerByGUID"); \ +static_assert(sizeof(BP_InputManager_C_DeleteInputLayerByGUID) == 0x000198, "Wrong size on BP_InputManager_C_DeleteInputLayerByGUID"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, Guid) == 0x000000, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, K2Node_MakeStruct_Guid) == 0x000010, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::K2Node_MakeStruct_Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Conv_GuidToString_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_FindLayerByGUID_Output) == 0x000040, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_FindLayerByGUID_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_FindLayerByGUID_Array_Index) == 0x0000A8, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_FindLayerByGUID_Array_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000128, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, K2Node_MakeArray_Array_1) == 0x000178, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DeleteInputLayerByGUID, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'BP_InputManager_C_DeleteInputLayerByGUID::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_DisplayTutoPanel \ +static_assert(alignof(BP_InputManager_C_DisplayTutoPanel) == 0x000008, "Wrong alignment on BP_InputManager_C_DisplayTutoPanel"); \ +static_assert(sizeof(BP_InputManager_C_DisplayTutoPanel) == 0x0000C0, "Wrong size on BP_InputManager_C_DisplayTutoPanel"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, RowName) == 0x000000, "Member 'BP_InputManager_C_DisplayTutoPanel::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_InputManager_C_DisplayTutoPanel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BP_InputManager_C_DisplayTutoPanel::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000050, "Member 'BP_InputManager_C_DisplayTutoPanel::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_InputManager_C_DisplayTutoPanel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_InputManager_C_DisplayTutoPanel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_DisplayTutoPanel, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_InputManager_C_DisplayTutoPanel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_ExecuteUbergraph_BP_InputManager \ +static_assert(alignof(BP_InputManager_C_ExecuteUbergraph_BP_InputManager) == 0x000004, "Wrong alignment on BP_InputManager_C_ExecuteUbergraph_BP_InputManager"); \ +static_assert(sizeof(BP_InputManager_C_ExecuteUbergraph_BP_InputManager) == 0x00000C, "Wrong size on BP_InputManager_C_ExecuteUbergraph_BP_InputManager"); \ +static_assert(offsetof(BP_InputManager_C_ExecuteUbergraph_BP_InputManager, EntryPoint) == 0x000000, "Member 'BP_InputManager_C_ExecuteUbergraph_BP_InputManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ExecuteUbergraph_BP_InputManager, K2Node_CustomEvent_InputType) == 0x000004, "Member 'BP_InputManager_C_ExecuteUbergraph_BP_InputManager::K2Node_CustomEvent_InputType' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ExecuteUbergraph_BP_InputManager, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_InputManager_C_ExecuteUbergraph_BP_InputManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_FindLayerByGUID \ +static_assert(alignof(BP_InputManager_C_FindLayerByGUID) == 0x000008, "Wrong alignment on BP_InputManager_C_FindLayerByGUID"); \ +static_assert(sizeof(BP_InputManager_C_FindLayerByGUID) == 0x0000F8, "Wrong size on BP_InputManager_C_FindLayerByGUID"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, Guid) == 0x000000, "Member 'BP_InputManager_C_FindLayerByGUID::Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, Output) == 0x000010, "Member 'BP_InputManager_C_FindLayerByGUID::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, Array_Index) == 0x000078, "Member 'BP_InputManager_C_FindLayerByGUID::Array_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, Temp_int_Array_Index_Variable) == 0x00007C, "Member 'BP_InputManager_C_FindLayerByGUID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_InputManager_C_FindLayerByGUID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_InputManager_C_FindLayerByGUID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_InputManager_C_FindLayerByGUID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_InputManager_C_FindLayerByGUID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x0000F4, "Member 'BP_InputManager_C_FindLayerByGUID::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_FindLayerByGUID, CallFunc_Less_IntInt_ReturnValue) == 0x0000F5, "Member 'BP_InputManager_C_FindLayerByGUID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetActionKeyState \ +static_assert(alignof(BP_InputManager_C_GetActionKeyState) == 0x000008, "Wrong alignment on BP_InputManager_C_GetActionKeyState"); \ +static_assert(sizeof(BP_InputManager_C_GetActionKeyState) == 0x000118, "Wrong size on BP_InputManager_C_GetActionKeyState"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, ActionName) == 0x000000, "Member 'BP_InputManager_C_GetActionKeyState::ActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, IsKeyDown) == 0x000008, "Member 'BP_InputManager_C_GetActionKeyState::IsKeyDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, InputType) == 0x000009, "Member 'BP_InputManager_C_GetActionKeyState::InputType' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, AxisValue) == 0x000010, "Member 'BP_InputManager_C_GetActionKeyState::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Key) == 0x000018, "Member 'BP_InputManager_C_GetActionKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_byte_Variable) == 0x000030, "Member 'BP_InputManager_C_GetActionKeyState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_bool_Variable) == 0x000031, "Member 'BP_InputManager_C_GetActionKeyState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_byte_Variable_1) == 0x000032, "Member 'BP_InputManager_C_GetActionKeyState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_byte_Variable_2) == 0x000033, "Member 'BP_InputManager_C_GetActionKeyState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_InputManager_C_GetActionKeyState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_InputManager_C_GetActionKeyState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'BP_InputManager_C_GetActionKeyState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_byte_Variable_3) == 0x000044, "Member 'BP_InputManager_C_GetActionKeyState::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetInputSettings_ReturnValue) == 0x000048, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetAxisMappingByName_OutMappings) == 0x000050, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetAxisMappingByName_OutMappings' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetOwner_ReturnValue) == 0x000090, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x000098, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, K2Node_DynamicCast_AsPlayer_Controller) == 0x0000A0, "Member 'BP_InputManager_C_GetActionKeyState::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_InputManager_C_GetActionKeyState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetInputSettings_ReturnValue_1) == 0x0000B0, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetInputSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetInputAnalogKeyState_ReturnValue) == 0x0000B8, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetInputAnalogKeyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_GetActionMappingByName_OutMappings) == 0x0000C0, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Key_IsKeyboardKey_ReturnValue_1) == 0x0000FD, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Key_IsKeyboardKey_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_IsInputKeyDown_ReturnValue) == 0x0000FE, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, K2Node_Select_Default) == 0x0000FF, "Member 'BP_InputManager_C_GetActionKeyState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_bool_Variable_1) == 0x000100, "Member 'BP_InputManager_C_GetActionKeyState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, Temp_int_Loop_Counter_Variable_1) == 0x000104, "Member 'BP_InputManager_C_GetActionKeyState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, K2Node_Select_Default_1) == 0x000108, "Member 'BP_InputManager_C_GetActionKeyState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000109, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'BP_InputManager_C_GetActionKeyState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionKeyState, K2Node_FunctionResult_AxisValue_ImplicitCast) == 0x000110, "Member 'BP_InputManager_C_GetActionKeyState::K2Node_FunctionResult_AxisValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetActionStateObject \ +static_assert(alignof(BP_InputManager_C_GetActionStateObject) == 0x000008, "Wrong alignment on BP_InputManager_C_GetActionStateObject"); \ +static_assert(sizeof(BP_InputManager_C_GetActionStateObject) == 0x0000B0, "Wrong size on BP_InputManager_C_GetActionStateObject"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, ActionName) == 0x000000, "Member 'BP_InputManager_C_GetActionStateObject::ActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, Value) == 0x000008, "Member 'BP_InputManager_C_GetActionStateObject::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_InputManager_C_GetActionStateObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_InputManager_C_GetActionStateObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_InputManager_C_GetActionStateObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetActionStateObject_FromLayer \ +static_assert(alignof(BP_InputManager_C_GetActionStateObject_FromLayer) == 0x000008, "Wrong alignment on BP_InputManager_C_GetActionStateObject_FromLayer"); \ +static_assert(sizeof(BP_InputManager_C_GetActionStateObject_FromLayer) == 0x000118, "Wrong size on BP_InputManager_C_GetActionStateObject_FromLayer"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, ActionName) == 0x000000, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::ActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, InputLayer) == 0x000008, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::InputLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, Value) == 0x000070, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000078, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_Conv_StringToName_ReturnValue) == 0x000088, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_Map_Find_Value) == 0x000090, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_Conv_NameToText_ReturnValue) == 0x0000A0, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObject_FromLayer, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_InputManager_C_GetActionStateObject_FromLayer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetActionStateObjectByName \ +static_assert(alignof(BP_InputManager_C_GetActionStateObjectByName) == 0x000008, "Wrong alignment on BP_InputManager_C_GetActionStateObjectByName"); \ +static_assert(sizeof(BP_InputManager_C_GetActionStateObjectByName) == 0x000098, "Wrong size on BP_InputManager_C_GetActionStateObjectByName"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, ActionName) == 0x000000, "Member 'BP_InputManager_C_GetActionStateObjectByName::ActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, Value) == 0x000008, "Member 'BP_InputManager_C_GetActionStateObjectByName::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_InputManager_C_GetActionStateObjectByName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_InputManager_C_GetActionStateObjectByName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_InputManager_C_GetActionStateObjectByName::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_InputManager_C_GetActionStateObjectByName::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_InputManager_C_GetActionStateObjectByName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetActionStateObjectByName, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_InputManager_C_GetActionStateObjectByName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetAllActionNames \ +static_assert(alignof(BP_InputManager_C_GetAllActionNames) == 0x000008, "Wrong alignment on BP_InputManager_C_GetAllActionNames"); \ +static_assert(sizeof(BP_InputManager_C_GetAllActionNames) == 0x000048, "Wrong size on BP_InputManager_C_GetAllActionNames"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNames, ActionNames) == 0x000000, "Member 'BP_InputManager_C_GetAllActionNames::ActionNames' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNames, Temp_wildcard_Variable) == 0x000010, "Member 'BP_InputManager_C_GetAllActionNames::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNames, CallFunc_GetInputSettings_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_GetAllActionNames::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNames, CallFunc_GetAxisNames_AxisNames) == 0x000028, "Member 'BP_InputManager_C_GetAllActionNames::CallFunc_GetAxisNames_AxisNames' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNames, CallFunc_GetActionNames_ActionNames) == 0x000038, "Member 'BP_InputManager_C_GetAllActionNames::CallFunc_GetActionNames_ActionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetAllActionNamesFromEnum \ +static_assert(alignof(BP_InputManager_C_GetAllActionNamesFromEnum) == 0x000008, "Wrong alignment on BP_InputManager_C_GetAllActionNamesFromEnum"); \ +static_assert(sizeof(BP_InputManager_C_GetAllActionNamesFromEnum) == 0x000098, "Wrong size on BP_InputManager_C_GetAllActionNamesFromEnum"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, ActionNames) == 0x000000, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::ActionNames' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_int_Variable) == 0x000010, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_int_Variable_1) == 0x000014, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Conv_IntToByte_ReturnValue) == 0x000018, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_GetValidValue_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000021, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000023, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Conv_StringToName_ReturnValue) == 0x000038, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000040, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_MakeLiteralInt_ReturnValue) == 0x000050, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_wildcard_Temp_buffer_array_Variable) == 0x000058, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x000070, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000080, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetAllActionNamesFromEnum, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'BP_InputManager_C_GetAllActionNamesFromEnum::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetBaseBindingKey \ +static_assert(alignof(BP_InputManager_C_GetBaseBindingKey) == 0x000008, "Wrong alignment on BP_InputManager_C_GetBaseBindingKey"); \ +static_assert(sizeof(BP_InputManager_C_GetBaseBindingKey) == 0x000048, "Wrong size on BP_InputManager_C_GetBaseBindingKey"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKey, GameAction) == 0x000000, "Member 'BP_InputManager_C_GetBaseBindingKey::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKey, Key) == 0x000008, "Member 'BP_InputManager_C_GetBaseBindingKey::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKey, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_GetBaseBindingKey::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKey, CallFunc_GetBaseBindingKeyByName_Key) == 0x000030, "Member 'BP_InputManager_C_GetBaseBindingKey::CallFunc_GetBaseBindingKeyByName_Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetBaseBindingKeyByName \ +static_assert(alignof(BP_InputManager_C_GetBaseBindingKeyByName) == 0x000008, "Wrong alignment on BP_InputManager_C_GetBaseBindingKeyByName"); \ +static_assert(sizeof(BP_InputManager_C_GetBaseBindingKeyByName) == 0x000130, "Wrong size on BP_InputManager_C_GetBaseBindingKeyByName"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, InputActionName) == 0x000000, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Key) == 0x000010, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Temp_bool_Variable) == 0x000090, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Temp_byte_Variable) == 0x0000B8, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Temp_wildcard_Variable) == 0x0000C0, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x0000FC, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x0000FD, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Array_Length_ReturnValue_1) == 0x000100, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, K2Node_Select_Default) == 0x000104, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Greater_IntInt_ReturnValue) == 0x000105, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_GetInputSettings_ReturnValue) == 0x000118, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyByName, CallFunc_GetActionMappingByName_OutMappings) == 0x000120, "Member 'BP_InputManager_C_GetBaseBindingKeyByName::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetBaseBindingKeyVisualInfo \ +static_assert(alignof(BP_InputManager_C_GetBaseBindingKeyVisualInfo) == 0x000008, "Wrong alignment on BP_InputManager_C_GetBaseBindingKeyVisualInfo"); \ +static_assert(sizeof(BP_InputManager_C_GetBaseBindingKeyVisualInfo) == 0x000080, "Wrong size on BP_InputManager_C_GetBaseBindingKeyVisualInfo"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyVisualInfo, GameAction) == 0x000000, "Member 'BP_InputManager_C_GetBaseBindingKeyVisualInfo::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyVisualInfo, KeyVisualInfo) == 0x000008, "Member 'BP_InputManager_C_GetBaseBindingKeyVisualInfo::KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyVisualInfo, CallFunc_GetBaseBindingKey_Key) == 0x000038, "Member 'BP_InputManager_C_GetBaseBindingKeyVisualInfo::CallFunc_GetBaseBindingKey_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetBaseBindingKeyVisualInfo, CallFunc_GetKeyVisualInfo_KeyVisualInfo) == 0x000050, "Member 'BP_InputManager_C_GetBaseBindingKeyVisualInfo::CallFunc_GetKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetCurrentLayer \ +static_assert(alignof(BP_InputManager_C_GetCurrentLayer) == 0x000008, "Wrong alignment on BP_InputManager_C_GetCurrentLayer"); \ +static_assert(sizeof(BP_InputManager_C_GetCurrentLayer) == 0x000070, "Wrong size on BP_InputManager_C_GetCurrentLayer"); \ +static_assert(offsetof(BP_InputManager_C_GetCurrentLayer, Output) == 0x000000, "Member 'BP_InputManager_C_GetCurrentLayer::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetCurrentLayer, CallFunc_Array_LastIndex_ReturnValue) == 0x000068, "Member 'BP_InputManager_C_GetCurrentLayer::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_GetKeyVisualInfo \ +static_assert(alignof(BP_InputManager_C_GetKeyVisualInfo) == 0x000008, "Wrong alignment on BP_InputManager_C_GetKeyVisualInfo"); \ +static_assert(sizeof(BP_InputManager_C_GetKeyVisualInfo) == 0x0000B0, "Wrong size on BP_InputManager_C_GetKeyVisualInfo"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, Key) == 0x000000, "Member 'BP_InputManager_C_GetKeyVisualInfo::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, KeyVisualInfo) == 0x000018, "Member 'BP_InputManager_C_GetKeyVisualInfo::KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_InputManager_C_GetKeyVisualInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_InputManager_C_GetKeyVisualInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000058, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_Array_Get_Item) == 0x00006C, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_GetDataTableRowFromName_OutRow) == 0x000078, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A8, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_GetKeyVisualInfo, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0000A9, "Member 'BP_InputManager_C_GetKeyVisualInfo::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_ProcessTextForInlineInputTag \ +static_assert(alignof(BP_InputManager_C_ProcessTextForInlineInputTag) == 0x000008, "Wrong alignment on BP_InputManager_C_ProcessTextForInlineInputTag"); \ +static_assert(sizeof(BP_InputManager_C_ProcessTextForInlineInputTag) == 0x000198, "Wrong size on BP_InputManager_C_ProcessTextForInlineInputTag"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, Input) == 0x000000, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::Input' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, Output) == 0x000010, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Len_ReturnValue) == 0x000020, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_FindSubstring_ReturnValue) == 0x000038, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Len_ReturnValue_1) == 0x00003C, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue) == 0x000048, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_FindSubstring_ReturnValue_1) == 0x000058, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_FindSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000064, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue_1) == 0x000068, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_GetSubstring_ReturnValue_2) == 0x000078, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_GetSubstring_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_GetBaseBindingKeyByName_Key) == 0x000088, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_GetBaseBindingKeyByName_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_GetKeyVisualInfo_KeyVisualInfo) == 0x0000A0, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_GetKeyVisualInfo_KeyVisualInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D0, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000148, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Concat_StrStr_ReturnValue) == 0x000158, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000168, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_Conv_StringToText_ReturnValue) == 0x000178, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_ProcessTextForInlineInputTag, CallFunc_ProcessTextForInlineInputTag_Output) == 0x000188, "Member 'BP_InputManager_C_ProcessTextForInlineInputTag::CallFunc_ProcessTextForInlineInputTag_Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_ReceiveTick \ +static_assert(alignof(BP_InputManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InputManager_C_ReceiveTick"); \ +static_assert(sizeof(BP_InputManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_InputManager_C_ReceiveTick"); \ +static_assert(offsetof(BP_InputManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InputManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_SetAllInputBlocked \ +static_assert(alignof(BP_InputManager_C_SetAllInputBlocked) == 0x000001, "Wrong alignment on BP_InputManager_C_SetAllInputBlocked"); \ +static_assert(sizeof(BP_InputManager_C_SetAllInputBlocked) == 0x000001, "Wrong size on BP_InputManager_C_SetAllInputBlocked"); \ +static_assert(offsetof(BP_InputManager_C_SetAllInputBlocked, bLocked_0) == 0x000000, "Member 'BP_InputManager_C_SetAllInputBlocked::bLocked_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_SetInputActionsRestriction \ +static_assert(alignof(BP_InputManager_C_SetInputActionsRestriction) == 0x000008, "Wrong alignment on BP_InputManager_C_SetInputActionsRestriction"); \ +static_assert(sizeof(BP_InputManager_C_SetInputActionsRestriction) == 0x000028, "Wrong size on BP_InputManager_C_SetInputActionsRestriction"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction, InputActions) == 0x000000, "Member 'BP_InputManager_C_SetInputActionsRestriction::InputActions' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction, AllowNavigation) == 0x000010, "Member 'BP_InputManager_C_SetInputActionsRestriction::AllowNavigation' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000011, "Member 'BP_InputManager_C_SetInputActionsRestriction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_InputManager_C_SetInputActionsRestriction::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_SetInputActionsRestriction_NavigationOnly \ +static_assert(alignof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly) == 0x000008, "Wrong alignment on BP_InputManager_C_SetInputActionsRestriction_NavigationOnly"); \ +static_assert(sizeof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly) == 0x000020, "Wrong size on BP_InputManager_C_SetInputActionsRestriction_NavigationOnly"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly, AllowConfirm) == 0x000000, "Member 'BP_InputManager_C_SetInputActionsRestriction_NavigationOnly::AllowConfirm' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly, CallFunc_MakeLiteralByte_ReturnValue) == 0x000001, "Member 'BP_InputManager_C_SetInputActionsRestriction_NavigationOnly::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly, Temp_byte_Variable) == 0x000002, "Member 'BP_InputManager_C_SetInputActionsRestriction_NavigationOnly::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_InputManager_C_SetInputActionsRestriction_NavigationOnly::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_SetInputActionsRestriction_NavigationOnly, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_InputManager_C_SetInputActionsRestriction_NavigationOnly::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UnbindToActionPressed \ +static_assert(alignof(BP_InputManager_C_UnbindToActionPressed) == 0x000008, "Wrong alignment on BP_InputManager_C_UnbindToActionPressed"); \ +static_assert(sizeof(BP_InputManager_C_UnbindToActionPressed) == 0x000090, "Wrong size on BP_InputManager_C_UnbindToActionPressed"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressed, Action) == 0x000000, "Member 'BP_InputManager_C_UnbindToActionPressed::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressed, Event) == 0x000004, "Member 'BP_InputManager_C_UnbindToActionPressed::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressed, Object) == 0x000018, "Member 'BP_InputManager_C_UnbindToActionPressed::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressed, CallFunc_GetCurrentLayer_Output) == 0x000020, "Member 'BP_InputManager_C_UnbindToActionPressed::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressed, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000088, "Member 'BP_InputManager_C_UnbindToActionPressed::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UnbindToActionPressedByObject \ +static_assert(alignof(BP_InputManager_C_UnbindToActionPressedByObject) == 0x000008, "Wrong alignment on BP_InputManager_C_UnbindToActionPressedByObject"); \ +static_assert(sizeof(BP_InputManager_C_UnbindToActionPressedByObject) == 0x000080, "Wrong size on BP_InputManager_C_UnbindToActionPressedByObject"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressedByObject, Action) == 0x000000, "Member 'BP_InputManager_C_UnbindToActionPressedByObject::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressedByObject, Object) == 0x000008, "Member 'BP_InputManager_C_UnbindToActionPressedByObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressedByObject, CallFunc_GetCurrentLayer_Output) == 0x000010, "Member 'BP_InputManager_C_UnbindToActionPressedByObject::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionPressedByObject, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000078, "Member 'BP_InputManager_C_UnbindToActionPressedByObject::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UnbindToActionReleasedByEvent \ +static_assert(alignof(BP_InputManager_C_UnbindToActionReleasedByEvent) == 0x000008, "Wrong alignment on BP_InputManager_C_UnbindToActionReleasedByEvent"); \ +static_assert(sizeof(BP_InputManager_C_UnbindToActionReleasedByEvent) == 0x000088, "Wrong size on BP_InputManager_C_UnbindToActionReleasedByEvent"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByEvent, Action) == 0x000000, "Member 'BP_InputManager_C_UnbindToActionReleasedByEvent::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByEvent, Event) == 0x000004, "Member 'BP_InputManager_C_UnbindToActionReleasedByEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByEvent, CallFunc_GetCurrentLayer_Output) == 0x000018, "Member 'BP_InputManager_C_UnbindToActionReleasedByEvent::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByEvent, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000080, "Member 'BP_InputManager_C_UnbindToActionReleasedByEvent::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UnbindToActionReleasedByObjectReal \ +static_assert(alignof(BP_InputManager_C_UnbindToActionReleasedByObjectReal) == 0x000008, "Wrong alignment on BP_InputManager_C_UnbindToActionReleasedByObjectReal"); \ +static_assert(sizeof(BP_InputManager_C_UnbindToActionReleasedByObjectReal) == 0x000080, "Wrong size on BP_InputManager_C_UnbindToActionReleasedByObjectReal"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByObjectReal, Action) == 0x000000, "Member 'BP_InputManager_C_UnbindToActionReleasedByObjectReal::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByObjectReal, Object) == 0x000008, "Member 'BP_InputManager_C_UnbindToActionReleasedByObjectReal::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByObjectReal, CallFunc_GetCurrentLayer_Output) == 0x000010, "Member 'BP_InputManager_C_UnbindToActionReleasedByObjectReal::CallFunc_GetCurrentLayer_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UnbindToActionReleasedByObjectReal, CallFunc_GetActionStateObject_FromLayer_Value) == 0x000078, "Member 'BP_InputManager_C_UnbindToActionReleasedByObjectReal::CallFunc_GetActionStateObject_FromLayer_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UpdateLayerForKey \ +static_assert(alignof(BP_InputManager_C_UpdateLayerForKey) == 0x000008, "Wrong alignment on BP_InputManager_C_UpdateLayerForKey"); \ +static_assert(sizeof(BP_InputManager_C_UpdateLayerForKey) == 0x000358, "Wrong size on BP_InputManager_C_UpdateLayerForKey"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, InputAction) == 0x000000, "Member 'BP_InputManager_C_UpdateLayerForKey::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, IsKeyDown) == 0x000001, "Member 'BP_InputManager_C_UpdateLayerForKey::IsKeyDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, AxisValue) == 0x000008, "Member 'BP_InputManager_C_UpdateLayerForKey::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, Key) == 0x000010, "Member 'BP_InputManager_C_UpdateLayerForKey::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, Layer) == 0x000028, "Member 'BP_InputManager_C_UpdateLayerForKey::Layer' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, local_keyToDebug) == 0x000090, "Member 'BP_InputManager_C_UpdateLayerForKey::local_keyToDebug' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, local_isActionAllowed) == 0x0000A8, "Member 'BP_InputManager_C_UpdateLayerForKey::local_isActionAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, local_hasFoundModal) == 0x0000A9, "Member 'BP_InputManager_C_UpdateLayerForKey::local_hasFoundModal' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, local_debugKey) == 0x0000AC, "Member 'BP_InputManager_C_UpdateLayerForKey::local_debugKey' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, local_isModal) == 0x0000B4, "Member 'BP_InputManager_C_UpdateLayerForKey::local_isModal' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000B8, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_NameToText_ReturnValue) == 0x0000C8, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000168, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeStruct_FormatArgumentData_2) == 0x000188, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001E0, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_StringToName_ReturnValue) == 0x0001F0, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0001F8, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeStruct_FormatArgumentData_3) == 0x000208, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000250, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, Temp_wildcard_Variable) == 0x000258, "Member 'BP_InputManager_C_UpdateLayerForKey::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Array_Find_ReturnValue) == 0x0002C0, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0002C8, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002D0, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Map_Find_Value) == 0x000318, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Map_Find_ReturnValue) == 0x000320, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, K2Node_MakeArray_Array_1) == 0x000328, "Member 'BP_InputManager_C_UpdateLayerForKey::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Format_ReturnValue_1) == 0x000338, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Set_Contains_ReturnValue) == 0x000348, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Not_PreBool_ReturnValue) == 0x000349, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Array_Length_ReturnValue) == 0x00034C, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_Array_Contains_ReturnValue) == 0x000350, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000351, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_BooleanOR_ReturnValue) == 0x000352, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_BooleanOR_ReturnValue_1) == 0x000353, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_BooleanOR_ReturnValue_2) == 0x000354, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_BooleanOR_ReturnValue_3) == 0x000355, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_UpdateState_WasConsumed) == 0x000356, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_UpdateState_WasConsumed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayerForKey, CallFunc_BooleanOR_ReturnValue_4) == 0x000357, "Member 'BP_InputManager_C_UpdateLayerForKey::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputManager_C_UpdateLayersForKey \ +static_assert(alignof(BP_InputManager_C_UpdateLayersForKey) == 0x000008, "Wrong alignment on BP_InputManager_C_UpdateLayersForKey"); \ +static_assert(sizeof(BP_InputManager_C_UpdateLayersForKey) == 0x000178, "Wrong size on BP_InputManager_C_UpdateLayersForKey"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, InputAction) == 0x000000, "Member 'BP_InputManager_C_UpdateLayersForKey::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, IsKeyDown) == 0x000001, "Member 'BP_InputManager_C_UpdateLayersForKey::IsKeyDown' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, AxisValue) == 0x000008, "Member 'BP_InputManager_C_UpdateLayersForKey::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, Key) == 0x000010, "Member 'BP_InputManager_C_UpdateLayersForKey::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, local_isActionAllowed) == 0x000028, "Member 'BP_InputManager_C_UpdateLayersForKey::local_isActionAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, local_hasFoundModal) == 0x000029, "Member 'BP_InputManager_C_UpdateLayersForKey::local_hasFoundModal' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, local_debugKey) == 0x00002C, "Member 'BP_InputManager_C_UpdateLayersForKey::local_debugKey' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, local_debugIndex) == 0x000034, "Member 'BP_InputManager_C_UpdateLayersForKey::local_debugIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, local_isModal) == 0x000038, "Member 'BP_InputManager_C_UpdateLayersForKey::local_isModal' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_InputManager_C_UpdateLayersForKey::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Conv_StringToName_ReturnValue) == 0x000054, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, Temp_wildcard_Variable) == 0x000060, "Member 'BP_InputManager_C_UpdateLayersForKey::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_InputManager_C_UpdateLayersForKey::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Subtract_IntInt_ReturnValue) == 0x00006C, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000070, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Set_Contains_ReturnValue) == 0x000071, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Not_PreBool_ReturnValue) == 0x000072, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000079, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_BooleanOR_ReturnValue) == 0x00007A, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_BooleanOR_ReturnValue_1) == 0x00007B, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, Temp_wildcard_Variable_1) == 0x000080, "Member 'BP_InputManager_C_UpdateLayersForKey::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_BooleanOR_ReturnValue_2) == 0x0000E8, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_BooleanOR_ReturnValue_3) == 0x0000E9, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_UpdateState_WasConsumed) == 0x0000EA, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_UpdateState_WasConsumed' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Map_Find_Value) == 0x0000F0, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Array_Get_Item) == 0x000100, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Array_Length_ReturnValue_1) == 0x000168, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00016C, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputManager_C_UpdateLayersForKey, CallFunc_Max_ReturnValue) == 0x000170, "Member 'BP_InputManager_C_UpdateLayersForKey::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InputManager_C \ +static_assert(alignof(UBP_InputManager_C) == 0x000008, "Wrong alignment on UBP_InputManager_C"); \ +static_assert(sizeof(UBP_InputManager_C) == 0x0001B8, "Wrong size on UBP_InputManager_C"); \ +static_assert(offsetof(UBP_InputManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InputManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, KeyStates) == 0x0000A8, "Member 'UBP_InputManager_C::KeyStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, CurrentInputType) == 0x0000F8, "Member 'UBP_InputManager_C::CurrentInputType' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, AutoSwitchInputType) == 0x0000F9, "Member 'UBP_InputManager_C::AutoSwitchInputType' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, InputLayersStack) == 0x000100, "Member 'UBP_InputManager_C::InputLayersStack' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, AllowedInputActions) == 0x000110, "Member 'UBP_InputManager_C::AllowedInputActions' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, bLocked) == 0x000120, "Member 'UBP_InputManager_C::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, ConsumedInputKeys) == 0x000128, "Member 'UBP_InputManager_C::ConsumedInputKeys' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, OnInputTypeChanged) == 0x000178, "Member 'UBP_InputManager_C::OnInputTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, ActionMappingsByName) == 0x000188, "Member 'UBP_InputManager_C::ActionMappingsByName' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, UINavigationLayerID) == 0x000198, "Member 'UBP_InputManager_C::UINavigationLayerID' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, RegisterInUINavigationLayer) == 0x0001A8, "Member 'UBP_InputManager_C::RegisterInUINavigationLayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, UINavigationLayerIndex) == 0x0001AC, "Member 'UBP_InputManager_C::UINavigationLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputManager_C, DEBUG_LogEnabled) == 0x0001B0, "Member 'UBP_InputManager_C::DEBUG_LogEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_NSerif6_Outline_C \ +static_assert(alignof(UCTS_NSerif6_Outline_C) == 0x000010, "Wrong alignment on UCTS_NSerif6_Outline_C"); \ +static_assert(sizeof(UCTS_NSerif6_Outline_C) == 0x0001B0, "Wrong size on UCTS_NSerif6_Outline_C"); \ + +#define DUMPER7_ASSERTS_AN_BattleHitByCommon_C_Received_Notify \ +static_assert(alignof(AN_BattleHitByCommon_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleHitByCommon_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleHitByCommon_C_Received_Notify) == 0x000090, "Wrong size on AN_BattleHitByCommon_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleHitByCommon_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleHitByCommon_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleHitByCommon_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleHitByCommon_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_BattleHitByCommon_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000050, "Member 'AN_BattleHitByCommon_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AN_BattleHitByCommon_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000068, "Member 'AN_BattleHitByCommon_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AN_BattleHitByCommon_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000078, "Member 'AN_BattleHitByCommon_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleHitByCommon_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_BattleHitByCommon_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleHitByCommon_C \ +static_assert(alignof(UAN_BattleHitByCommon_C) == 0x000008, "Wrong alignment on UAN_BattleHitByCommon_C"); \ +static_assert(sizeof(UAN_BattleHitByCommon_C) == 0x000040, "Wrong size on UAN_BattleHitByCommon_C"); \ +static_assert(offsetof(UAN_BattleHitByCommon_C, AttnOverrideBattleHitByCommonEvent) == 0x000038, "Member 'UAN_BattleHitByCommon_C::AttnOverrideBattleHitByCommonEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B1_C \ +static_assert(alignof(UCTS_B1_C) == 0x000010, "Wrong alignment on UCTS_B1_C"); \ +static_assert(sizeof(UCTS_B1_C) == 0x0001B0, "Wrong size on UCTS_B1_C"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_SetTextures \ +static_assert(alignof(PDA_FluxCoastlineState_C_SetTextures) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_SetTextures"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_SetTextures) == 0x000010, "Wrong size on PDA_FluxCoastlineState_C_SetTextures"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetTextures, WorldCoastline) == 0x000000, "Member 'PDA_FluxCoastlineState_C_SetTextures::WorldCoastline' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetTextures, WorldGround) == 0x000008, "Member 'PDA_FluxCoastlineState_C_SetTextures::WorldGround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_SetDomain \ +static_assert(alignof(PDA_FluxCoastlineState_C_SetDomain) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_SetDomain"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_SetDomain) == 0x000050, "Wrong size on PDA_FluxCoastlineState_C_SetDomain"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, Location) == 0x000000, "Member 'PDA_FluxCoastlineState_C_SetDomain::Location' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, Size) == 0x000018, "Member 'PDA_FluxCoastlineState_C_SetDomain::Size' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, Resolution) == 0x000030, "Member 'PDA_FluxCoastlineState_C_SetDomain::Resolution' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, PixelSize) == 0x000038, "Member 'PDA_FluxCoastlineState_C_SetDomain::PixelSize' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, CaptureOffset_0) == 0x000040, "Member 'PDA_FluxCoastlineState_C_SetDomain::CaptureOffset_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_SetDomain, Width) == 0x000048, "Member 'PDA_FluxCoastlineState_C_SetDomain::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetVolumeTransform \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetVolumeTransform) == 0x000010, "Wrong alignment on PDA_FluxCoastlineState_C_GetVolumeTransform"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetVolumeTransform) == 0x000170, "Wrong size on PDA_FluxCoastlineState_C_GetVolumeTransform"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, ExtraSize) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::ExtraSize' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, Scale) == 0x000018, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, ZOffsetScale) == 0x000030, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::ZOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, NewParam) == 0x000040, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::NewParam' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000B8, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_BreakVector_X) == 0x0000D0, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_BreakVector_Y) == 0x0000D8, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_BreakVector_Z) == 0x0000E0, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_MakeVector_ReturnValue) == 0x0000F0, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetVolumeTransform, CallFunc_MakeTransform_ReturnValue) == 0x000110, "Member 'PDA_FluxCoastlineState_C_GetVolumeTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetExternalReferences \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetExternalReferences) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_GetExternalReferences"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetExternalReferences) == 0x000040, "Wrong size on PDA_FluxCoastlineState_C_GetExternalReferences"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetExternalReferences, Objects) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetExternalReferences::Objects' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetExternalReferences, Temp) == 0x000010, "Member 'PDA_FluxCoastlineState_C_GetExternalReferences::Temp' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetExternalReferences, Temp_object_Variable) == 0x000020, "Member 'PDA_FluxCoastlineState_C_GetExternalReferences::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetExternalReferences, K2Node_MakeArray_Array) == 0x000028, "Member 'PDA_FluxCoastlineState_C_GetExternalReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetExternalReferences, CallFunc_Array_RemoveItem_ReturnValue) == 0x000038, "Member 'PDA_FluxCoastlineState_C_GetExternalReferences::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState \ +static_assert(alignof(PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState) == 0x000004, "Wrong alignment on PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState) == 0x000004, "Wrong size on PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState, EntryPoint) == 0x000000, "Member 'PDA_FluxCoastlineState_C_ExecuteUbergraph_PDA_FluxCoastlineState::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_CopyPropertiesToObject \ +static_assert(alignof(PDA_FluxCoastlineState_C_CopyPropertiesToObject) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_CopyPropertiesToObject"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_CopyPropertiesToObject) == 0x000028, "Wrong size on PDA_FluxCoastlineState_C_CopyPropertiesToObject"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_CopyPropertiesToObject, Destination) == 0x000000, "Member 'PDA_FluxCoastlineState_C_CopyPropertiesToObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_CopyPropertiesToObject, Done) == 0x000008, "Member 'PDA_FluxCoastlineState_C_CopyPropertiesToObject::Done' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_CopyPropertiesToObject, TargetObject) == 0x000010, "Member 'PDA_FluxCoastlineState_C_CopyPropertiesToObject::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_CopyPropertiesToObject, K2Node_DynamicCast_AsPDA_Flux_Coastline_State) == 0x000018, "Member 'PDA_FluxCoastlineState_C_CopyPropertiesToObject::K2Node_DynamicCast_AsPDA_Flux_Coastline_State' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_CopyPropertiesToObject, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'PDA_FluxCoastlineState_C_CopyPropertiesToObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_ApplyNiagaraData \ +static_assert(alignof(PDA_FluxCoastlineState_C_ApplyNiagaraData) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_ApplyNiagaraData"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_ApplyNiagaraData) == 0x000030, "Wrong size on PDA_FluxCoastlineState_C_ApplyNiagaraData"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, NiagaraSystem) == 0x000000, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, UseGround) == 0x000008, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::UseGround' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, CallFunc_GetSurfaceHeight_SurfaceHeight) == 0x000018, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::CallFunc_GetSurfaceHeight_SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000020, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000024, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x000028, "Member 'PDA_FluxCoastlineState_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetWorldToTextureUV \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetWorldToTextureUV) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_GetWorldToTextureUV"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetWorldToTextureUV) == 0x000090, "Wrong size on PDA_FluxCoastlineState_C_GetWorldToTextureUV"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, WorldToTextureUV) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::WorldToTextureUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_X) == 0x000010, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_Y) == 0x000018, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_Z) == 0x000020, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000028, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000040, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_X_1) == 0x000058, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_MakeColor_ReturnValue) == 0x000070, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_MakeColor_B_ImplicitCast) == 0x000080, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_MakeColor_A_ImplicitCast) == 0x000084, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_MakeColor_R_ImplicitCast) == 0x000088, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetWorldToTextureUV, CallFunc_MakeColor_G_ImplicitCast) == 0x00008C, "Member 'PDA_FluxCoastlineState_C_GetWorldToTextureUV::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetTextureSize \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetTextureSize) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_GetTextureSize"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetTextureSize) == 0x000040, "Wrong size on PDA_FluxCoastlineState_C_GetTextureSize"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, Resolution) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::Resolution' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_DynamicCast_AsTexture_Render_Target_2D) == 0x000008, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_DynamicCast_AsTexture_Render_Target_2D' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_DynamicCast_AsTexture_2D) == 0x000018, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x000024, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x000028, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_MakeStruct_IntPoint) == 0x00002C, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_MakeStruct_IntPoint' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetTextureSize, K2Node_MakeStruct_IntPoint_1) == 0x000034, "Member 'PDA_FluxCoastlineState_C_GetTextureSize::K2Node_MakeStruct_IntPoint_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetSurfaceHeight \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetSurfaceHeight) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_GetSurfaceHeight"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetSurfaceHeight) == 0x000028, "Wrong size on PDA_FluxCoastlineState_C_GetSurfaceHeight"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetSurfaceHeight, SurfaceHeight) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetSurfaceHeight::SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetSurfaceHeight, CallFunc_BreakVector_X) == 0x000008, "Member 'PDA_FluxCoastlineState_C_GetSurfaceHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetSurfaceHeight, CallFunc_BreakVector_Y) == 0x000010, "Member 'PDA_FluxCoastlineState_C_GetSurfaceHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetSurfaceHeight, CallFunc_BreakVector_Z) == 0x000018, "Member 'PDA_FluxCoastlineState_C_GetSurfaceHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetSurfaceHeight, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'PDA_FluxCoastlineState_C_GetSurfaceHeight::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_GetPixelSize \ +static_assert(alignof(PDA_FluxCoastlineState_C_GetPixelSize) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_GetPixelSize"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_GetPixelSize) == 0x000070, "Wrong size on PDA_FluxCoastlineState_C_GetPixelSize"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, WorldToSimulationUV) == 0x000000, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::WorldToSimulationUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_Conv_IntPointToVector2D_ReturnValue) == 0x000010, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_Conv_IntPointToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000020, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_BreakVector2D_X) == 0x000030, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_BreakVector2D_X_1) == 0x000040, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_BreakVector2D_Y_1) == 0x000048, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_MakeColor_ReturnValue) == 0x000050, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_MakeColor_B_ImplicitCast) == 0x000060, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_MakeColor_A_ImplicitCast) == 0x000064, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_MakeColor_R_ImplicitCast) == 0x000068, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_GetPixelSize, CallFunc_MakeColor_G_ImplicitCast) == 0x00006C, "Member 'PDA_FluxCoastlineState_C_GetPixelSize::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxCoastlineState_C_ApplyMaterialData \ +static_assert(alignof(PDA_FluxCoastlineState_C_ApplyMaterialData) == 0x000008, "Wrong alignment on PDA_FluxCoastlineState_C_ApplyMaterialData"); \ +static_assert(sizeof(PDA_FluxCoastlineState_C_ApplyMaterialData) == 0x000118, "Wrong size on PDA_FluxCoastlineState_C_ApplyMaterialData"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, MaterialInstances) == 0x000000, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable) == 0x000010, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_1) == 0x000014, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_2) == 0x000020, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_3) == 0x000024, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_4) == 0x000030, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_5) == 0x000034, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_4) == 0x000038, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_5) == 0x00003C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, Temp_int_Variable_6) == 0x000040, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_6) == 0x000044, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000048, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item) == 0x000050, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_2) == 0x000078, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_2) == 0x00007C, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_BreakVector_X) == 0x000080, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_BreakVector_Y) == 0x000088, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_BreakVector_Z) == 0x000090, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000098, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_GetWorldToTextureUV_WorldToTextureUV) == 0x0000A0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_GetWorldToTextureUV_WorldToTextureUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_3) == 0x0000B0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_4) == 0x0000B8, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_3) == 0x0000C0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_4) == 0x0000C4, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000C8, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000C9, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_5) == 0x0000D0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_5) == 0x0000D8, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_5) == 0x0000DC, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Get_Item_6) == 0x0000E0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_6) == 0x0000E8, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_6) == 0x0000EC, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x0000F0, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_GetPixelSize_WorldToSimulationUV) == 0x000100, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_GetPixelSize_WorldToSimulationUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000110, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxCoastlineState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000114, "Member 'PDA_FluxCoastlineState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_FluxCoastlineState_C \ +static_assert(alignof(UPDA_FluxCoastlineState_C) == 0x000008, "Wrong alignment on UPDA_FluxCoastlineState_C"); \ +static_assert(sizeof(UPDA_FluxCoastlineState_C) == 0x000098, "Wrong size on UPDA_FluxCoastlineState_C"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, UberGraphFrame) == 0x000030, "Member 'UPDA_FluxCoastlineState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, WorldResolution) == 0x000038, "Member 'UPDA_FluxCoastlineState_C::WorldResolution' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, WorldPixelSize) == 0x000040, "Member 'UPDA_FluxCoastlineState_C::WorldPixelSize' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, WorldGroundMap) == 0x000048, "Member 'UPDA_FluxCoastlineState_C::WorldGroundMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, AreaLocation) == 0x000050, "Member 'UPDA_FluxCoastlineState_C::AreaLocation' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, AreaSize) == 0x000068, "Member 'UPDA_FluxCoastlineState_C::AreaSize' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, WorldCoastlineMap) == 0x000080, "Member 'UPDA_FluxCoastlineState_C::WorldCoastlineMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, CaptureOffset) == 0x000088, "Member 'UPDA_FluxCoastlineState_C::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxCoastlineState_C, CoastWidth) == 0x000090, "Member 'UPDA_FluxCoastlineState_C::CoastWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CharacterCustomization \ +static_assert(alignof(FS_CharacterCustomization) == 0x000008, "Wrong alignment on FS_CharacterCustomization"); \ +static_assert(sizeof(FS_CharacterCustomization) == 0x000050, "Wrong size on FS_CharacterCustomization"); \ +static_assert(offsetof(FS_CharacterCustomization, CharacterSkinBase_9_D6F8B7E048CBA86E677340839167C4FA) == 0x000000, "Member 'FS_CharacterCustomization::CharacterSkinBase_9_D6F8B7E048CBA86E677340839167C4FA' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterCustomization, CharacterFaceBase_10_069193A2473BA2E48EDF77841A8F3AFD) == 0x000028, "Member 'FS_CharacterCustomization::CharacterFaceBase_10_069193A2473BA2E48EDF77841A8F3AFD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_InteractionObjectBase_C_BndEvt__BP_jRPG_InteractionObject_InteractionRange_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_CanInteractWithMount \ +static_assert(alignof(BP_InteractionObjectBase_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_InteractionObjectBase_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_InteractionObjectBase_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase \ +static_assert(alignof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase) == 0x0001B8, "Wrong size on BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, EntryPoint) == 0x000000, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_Event_BattleState) == 0x000004, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_Event_BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000120, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherActor) == 0x000128, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherComp) == 0x000130, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000138, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_GetPlayerPawn_ReturnValue) == 0x000140, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_GetInteractionSystem_ReturnValue) == 0x000148, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000150, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput) == 0x000158, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_RegisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000168, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_GetInteractionSystem_ReturnValue_1) == 0x000170, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_GetInteractionSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000178, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000180, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_Event_InteractingWorldCharacter) == 0x000190, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_Event_Instant) == 0x000198, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_Not_PreBool_ReturnValue) == 0x000199, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x00019A, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_Event_InteractionState) == 0x00019B, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, K2Node_Event_EndPlayReason) == 0x00019C, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_GetInteractionSystem_ReturnValue_2) == 0x0001A0, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_GetInteractionSystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase, CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput) == 0x0001A8, "Member 'BP_InteractionObjectBase_C_ExecuteUbergraph_BP_InteractionObjectBase::CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_GetInteractionPromptParams \ +static_assert(alignof(BP_InteractionObjectBase_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BP_InteractionObjectBase_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_InteractionObjectBase_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate \ +static_assert(alignof(BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate) == 0x000010, "Wrong size on BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate, GameplayElementsToActivate_0) == 0x000000, "Member 'BP_InteractionObjectBase_C_GPETrigger_GetGameplayElementsToActivate::GameplayElementsToActivate_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_IsInteractionAvailable \ +static_assert(alignof(BP_InteractionObjectBase_C_IsInteractionAvailable) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_IsInteractionAvailable) == 0x000020, "Wrong size on BP_InteractionObjectBase_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_InteractionObjectBase_C_IsInteractionAvailable::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_IsInteractionAvailable, CallFunc_IsActivated_GPE_CastInput) == 0x000008, "Member 'BP_InteractionObjectBase_C_IsInteractionAvailable::CallFunc_IsActivated_GPE_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_IsInteractionAvailable, CallFunc_IsActivated_ReturnValue) == 0x000018, "Member 'BP_InteractionObjectBase_C_IsInteractionAvailable::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_IsInteractionDone \ +static_assert(alignof(BP_InteractionObjectBase_C_IsInteractionDone) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_IsInteractionDone"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_IsInteractionDone) == 0x000001, "Wrong size on BP_InteractionObjectBase_C_IsInteractionDone"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_IsInteractionDone, Done) == 0x000000, "Member 'BP_InteractionObjectBase_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BP_InteractionObjectBase_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_OnInteractionRequested \ +static_assert(alignof(BP_InteractionObjectBase_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_InteractionObjectBase_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_InteractionObjectBase_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_InteractionObjectBase_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_InteractionObjectBase_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_ReceiveEndPlay \ +static_assert(alignof(BP_InteractionObjectBase_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_InteractionObjectBase_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_InteractionObjectBase_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_ShouldHideDistantInteraction \ +static_assert(alignof(BP_InteractionObjectBase_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BP_InteractionObjectBase_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_ShouldHideDistantInteraction) == 0x000002, "Wrong size on BP_InteractionObjectBase_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BP_InteractionObjectBase_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_ShouldHideDistantInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_InteractionObjectBase_C_ShouldHideDistantInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_UserConstructionScript \ +static_assert(alignof(BP_InteractionObjectBase_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_InteractionObjectBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_UserConstructionScript) == 0x000004, "Wrong size on BP_InteractionObjectBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_UserConstructionScript, CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast) == 0x000000, "Member 'BP_InteractionObjectBase_C_UserConstructionScript::CallFunc_SetSphereRadius_InSphereRadius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BP_InteractionObjectBase_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_GetInteractionFeedbackLocation) == 0x000030, "Wrong size on BP_InteractionObjectBase_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BP_InteractionObjectBase_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GetInteractionFeedbackLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_InteractionObjectBase_C_GetInteractionFeedbackLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_GetInteractionLocation \ +static_assert(alignof(BP_InteractionObjectBase_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_InteractionObjectBase_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_InteractionObjectBase_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_InteractionObjectBase_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionObjectBase_C_GPE_GetActivationComponent \ +static_assert(alignof(BP_InteractionObjectBase_C_GPE_GetActivationComponent) == 0x000008, "Wrong alignment on BP_InteractionObjectBase_C_GPE_GetActivationComponent"); \ +static_assert(sizeof(BP_InteractionObjectBase_C_GPE_GetActivationComponent) == 0x000008, "Wrong size on BP_InteractionObjectBase_C_GPE_GetActivationComponent"); \ +static_assert(offsetof(BP_InteractionObjectBase_C_GPE_GetActivationComponent, ActivationComponent) == 0x000000, "Member 'BP_InteractionObjectBase_C_GPE_GetActivationComponent::ActivationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractionObjectBase_C \ +static_assert(alignof(ABP_InteractionObjectBase_C) == 0x000008, "Wrong alignment on ABP_InteractionObjectBase_C"); \ +static_assert(sizeof(ABP_InteractionObjectBase_C) == 0x000338, "Wrong size on ABP_InteractionObjectBase_C"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, UberGraphFrame) == 0x000290, "Member 'ABP_InteractionObjectBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, BP_GPE_InternalActivationComponent) == 0x000298, "Member 'ABP_InteractionObjectBase_C::BP_GPE_InternalActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, BP_GPE_DebugComponent) == 0x0002A0, "Member 'ABP_InteractionObjectBase_C::BP_GPE_DebugComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, InteractionPromptLocation) == 0x0002A8, "Member 'ABP_InteractionObjectBase_C::InteractionPromptLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, InteractionPoint) == 0x0002B0, "Member 'ABP_InteractionObjectBase_C::InteractionPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, Widget) == 0x0002B8, "Member 'ABP_InteractionObjectBase_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, InteractionRange) == 0x0002C0, "Member 'ABP_InteractionObjectBase_C::InteractionRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, Scene) == 0x0002C8, "Member 'ABP_InteractionObjectBase_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, IsActivatedByDefault) == 0x0002D0, "Member 'ABP_InteractionObjectBase_C::IsActivatedByDefault' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, Parameters) == 0x0002D8, "Member 'ABP_InteractionObjectBase_C::Parameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, GameplayElementsToActivate) == 0x0002F8, "Member 'ABP_InteractionObjectBase_C::GameplayElementsToActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, GameplayElementsToDeactivate) == 0x000308, "Member 'ABP_InteractionObjectBase_C::GameplayElementsToDeactivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, ShouldDisableInteractionAfterUse) == 0x000318, "Member 'ABP_InteractionObjectBase_C::ShouldDisableInteractionAfterUse' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, HasActivatedGPEs) == 0x000319, "Member 'ABP_InteractionObjectBase_C::HasActivatedGPEs' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, AllGPEInterfaces) == 0x000320, "Member 'ABP_InteractionObjectBase_C::AllGPEInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractionObjectBase_C, ShouldDisplayDistantFeedback) == 0x000330, "Member 'ABP_InteractionObjectBase_C::ShouldDisplayDistantFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_Outline_C \ +static_assert(alignof(UCTS_B2_Outline_C) == 0x000010, "Wrong alignment on UCTS_B2_Outline_C"); \ +static_assert(sizeof(UCTS_B2_Outline_C) == 0x0001B0, "Wrong size on UCTS_B2_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B22_Outline_SmallLine_C \ +static_assert(alignof(UCTS_B22_Outline_SmallLine_C) == 0x000010, "Wrong alignment on UCTS_B22_Outline_SmallLine_C"); \ +static_assert(sizeof(UCTS_B22_Outline_SmallLine_C) == 0x0001B0, "Wrong size on UCTS_B22_Outline_SmallLine_C"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small \ +static_assert(alignof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small) == 0x000008, "Wrong alignment on WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small"); \ +static_assert(sizeof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small) == 0x000028, "Wrong size on WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small, EntryPoint) == 0x000000, "Member 'WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_Tooltip_Battle_Small_C_ExecuteUbergraph_WBP_Tooltip_Battle_Small::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_Battle_Small_C_PreConstruct \ +static_assert(alignof(WBP_Tooltip_Battle_Small_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Tooltip_Battle_Small_C_PreConstruct"); \ +static_assert(sizeof(WBP_Tooltip_Battle_Small_C_PreConstruct) == 0x000001, "Wrong size on WBP_Tooltip_Battle_Small_C_PreConstruct"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Tooltip_Battle_Small_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_Battle_Small_C_ShowTooltip \ +static_assert(alignof(WBP_Tooltip_Battle_Small_C_ShowTooltip) == 0x000008, "Wrong alignment on WBP_Tooltip_Battle_Small_C_ShowTooltip"); \ +static_assert(sizeof(WBP_Tooltip_Battle_Small_C_ShowTooltip) == 0x000010, "Wrong size on WBP_Tooltip_Battle_Small_C_ShowTooltip"); \ +static_assert(offsetof(WBP_Tooltip_Battle_Small_C_ShowTooltip, InText) == 0x000000, "Member 'WBP_Tooltip_Battle_Small_C_ShowTooltip::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tooltip_Battle_Small_C \ +static_assert(alignof(UWBP_Tooltip_Battle_Small_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_Battle_Small_C"); \ +static_assert(sizeof(UWBP_Tooltip_Battle_Small_C) == 0x000318, "Wrong size on UWBP_Tooltip_Battle_Small_C"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Tooltip_Battle_Small_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, Anim_FadeInOut) == 0x0002E8, "Member 'UWBP_Tooltip_Battle_Small_C::Anim_FadeInOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, TextBlock_Header) == 0x0002F0, "Member 'UWBP_Tooltip_Battle_Small_C::TextBlock_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, TextBlock_Title) == 0x0002F8, "Member 'UWBP_Tooltip_Battle_Small_C::TextBlock_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, VerticalBox_1) == 0x000300, "Member 'UWBP_Tooltip_Battle_Small_C::VerticalBox_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_Battle_Small_C, HeaderText) == 0x000308, "Member 'UWBP_Tooltip_Battle_Small_C::HeaderText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier \ +static_assert(alignof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier) == 0x000008, "Wrong alignment on WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier"); \ +static_assert(sizeof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier) == 0x0001F0, "Wrong size on WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, EntryPoint) == 0x000000, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_MakeMap_Map) == 0x000008, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_byte_Variable) == 0x000058, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable) == 0x000060, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_1) == 0x000070, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_2) == 0x000080, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_3) == 0x000090, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_4) == 0x0000A0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_5) == 0x0000B0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_6) == 0x0000C0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_7) == 0x0000D0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_8) == 0x0000E0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_9) == 0x0000F0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, Temp_text_Variable_10) == 0x000100, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_Event_IsDesignTime) == 0x000110, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, CallFunc_Map_Find_Value) == 0x000118, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_Select_Default) == 0x000130, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_MakeStruct_FormatArgumentData) == 0x000140, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000188, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, K2Node_MakeArray_Array) == 0x0001D0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'WBP_StatModifier_C_ExecuteUbergraph_WBP_StatModifier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StatModifier_C_PreConstruct \ +static_assert(alignof(WBP_StatModifier_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_StatModifier_C_PreConstruct"); \ +static_assert(sizeof(WBP_StatModifier_C_PreConstruct) == 0x000001, "Wrong size on WBP_StatModifier_C_PreConstruct"); \ +static_assert(offsetof(WBP_StatModifier_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_StatModifier_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_StatModifier_C \ +static_assert(alignof(UWBP_StatModifier_C) == 0x000008, "Wrong alignment on UWBP_StatModifier_C"); \ +static_assert(sizeof(UWBP_StatModifier_C) == 0x0002F8, "Wrong size on UWBP_StatModifier_C"); \ +static_assert(offsetof(UWBP_StatModifier_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_StatModifier_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StatModifier_C, Text_Info) == 0x0002E8, "Member 'UWBP_StatModifier_C::Text_Info' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StatModifier_C, StatType) == 0x0002F0, "Member 'UWBP_StatModifier_C::StatType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StatModifier_C, Intensity) == 0x0002F4, "Member 'UWBP_StatModifier_C::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_C \ +static_assert(alignof(UCTS_B0_C) == 0x000010, "Wrong alignment on UCTS_B0_C"); \ +static_assert(sizeof(UCTS_B0_C) == 0x0001B0, "Wrong size on UCTS_B0_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_Outline_C \ +static_assert(alignof(UCTS_B3_Outline_C) == 0x000010, "Wrong alignment on UCTS_B3_Outline_C"); \ +static_assert(sizeof(UCTS_B3_Outline_C) == 0x0001B0, "Wrong size on UCTS_B3_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B1_TitleOutline_C \ +static_assert(alignof(UCTS_B1_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_B1_TitleOutline_C"); \ +static_assert(sizeof(UCTS_B1_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_B1_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleActionTooltip_C_Appear \ +static_assert(alignof(WBP_HUD_BattleActionTooltip_C_Appear) == 0x000001, "Wrong alignment on WBP_HUD_BattleActionTooltip_C_Appear"); \ +static_assert(sizeof(WBP_HUD_BattleActionTooltip_C_Appear) == 0x000001, "Wrong size on WBP_HUD_BattleActionTooltip_C_Appear"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_Appear, AutoFadeout) == 0x000000, "Member 'WBP_HUD_BattleActionTooltip_C_Appear::AutoFadeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip \ +static_assert(alignof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip) == 0x000008, "Wrong alignment on WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip"); \ +static_assert(sizeof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip) == 0x000110, "Wrong size on WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, EntryPoint) == 0x000000, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000004, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, Temp_bool_Variable) == 0x000018, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, Temp_class_Variable) == 0x000020, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, Temp_class_Variable_1) == 0x000028, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_CustomEvent_AutoFadeout_1) == 0x000030, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_CustomEvent_AutoFadeout_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_CustomEvent_TooltipText) == 0x000038, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_CustomEvent_TooltipText' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_CustomEvent_AutoFadeout) == 0x000048, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_CustomEvent_AutoFadeout' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_StringTableIdAndKeyFromText_OutTableId) == 0x0000A0, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_StringTableIdAndKeyFromText_OutTableId' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_StringTableIdAndKeyFromText_OutKey) == 0x0000A8, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_StringTableIdAndKeyFromText_OutKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_StringTableIdAndKeyFromText_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_StringTableIdAndKeyFromText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000D0, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, K2Node_Select_Default) == 0x0000E8, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F0, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_Len_ReturnValue) == 0x000100, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_Greater_IntInt_ReturnValue) == 0x000104, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip, CallFunc_PlayAnimation_ReturnValue_1) == 0x000108, "Member 'WBP_HUD_BattleActionTooltip_C_ExecuteUbergraph_WBP_HUD_BattleActionTooltip::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleActionTooltip_C_ShowTooltip \ +static_assert(alignof(WBP_HUD_BattleActionTooltip_C_ShowTooltip) == 0x000008, "Wrong alignment on WBP_HUD_BattleActionTooltip_C_ShowTooltip"); \ +static_assert(sizeof(WBP_HUD_BattleActionTooltip_C_ShowTooltip) == 0x000018, "Wrong size on WBP_HUD_BattleActionTooltip_C_ShowTooltip"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ShowTooltip, ToolTipText_0) == 0x000000, "Member 'WBP_HUD_BattleActionTooltip_C_ShowTooltip::ToolTipText_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleActionTooltip_C_ShowTooltip, AutoFadeout) == 0x000010, "Member 'WBP_HUD_BattleActionTooltip_C_ShowTooltip::AutoFadeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_BattleActionTooltip_C \ +static_assert(alignof(UWBP_HUD_BattleActionTooltip_C) == 0x000008, "Wrong alignment on UWBP_HUD_BattleActionTooltip_C"); \ +static_assert(sizeof(UWBP_HUD_BattleActionTooltip_C) == 0x000330, "Wrong size on UWBP_HUD_BattleActionTooltip_C"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_BattleActionTooltip_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Anim_Disappear) == 0x0002E8, "Member 'UWBP_HUD_BattleActionTooltip_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_HUD_BattleActionTooltip_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_Background) == 0x0002F8, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_Background_Solid) == 0x000300, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_Background_Solid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_LineBottom) == 0x000308, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_LineBottom_Dark) == 0x000310, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_LineBottom_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_LineBottom_Top) == 0x000318, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_LineBottom_Top' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, Image_LineBottom_Top_Dark) == 0x000320, "Member 'UWBP_HUD_BattleActionTooltip_C::Image_LineBottom_Top_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleActionTooltip_C, TitleText) == 0x000328, "Member 'UWBP_HUD_BattleActionTooltip_C::TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B2_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B2_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B2_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B2_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B4_TitleOutline_C \ +static_assert(alignof(UCTS_B4_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_B4_TitleOutline_C"); \ +static_assert(sizeof(UCTS_B4_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_B4_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts \ +static_assert(alignof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts"); \ +static_assert(sizeof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts) == 0x000598, "Wrong size on BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000018, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetPlayerController_ReturnValue_1) == 0x000020, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeStruct_FRichDialogueLine) == 0x000028, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000158, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetPlayerController_ReturnValue_2) == 0x000170, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000178, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000180, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000181, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000188, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0002B8, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeArray_Array_1) == 0x0003E8, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeArray_Array_2) == 0x0003F8, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetPlayerController_ReturnValue_3) == 0x000408, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000410, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeArray_Array_3) == 0x000418, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000428, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000429, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetPlayerController_ReturnValue_4) == 0x000430, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000438, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000568, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeArray_Array_4) == 0x000570, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000580, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000588, "Member 'BP_Dialogue_Harbour_GommageStarts_C_ExecuteUbergraph_BP_Dialogue_Harbour_GommageStarts::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_GommageStarts_C \ +static_assert(alignof(ABP_Dialogue_Harbour_GommageStarts_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_GommageStarts_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_GommageStarts_C) == 0x000350, "Wrong size on ABP_Dialogue_Harbour_GommageStarts_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_GommageStarts_C, UberGraphFrame_BP_Dialogue_Harbour_GommageStarts_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_GommageStarts_C::UberGraphFrame_BP_Dialogue_Harbour_GommageStarts_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_GommageStarts_C, Game_Action_Wrapper) == 0x000340, "Member 'ABP_Dialogue_Harbour_GommageStarts_C::Game_Action_Wrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_Lumina_Outline_C \ +static_assert(alignof(UCTS_B3_Lumina_Outline_C) == 0x000010, "Wrong alignment on UCTS_B3_Lumina_Outline_C"); \ +static_assert(sizeof(UCTS_B3_Lumina_Outline_C) == 0x0001B0, "Wrong size on UCTS_B3_Lumina_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B3_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B3_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B3_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B3_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_Title_Outline_C \ +static_assert(alignof(UCTS_B3_Title_Outline_C) == 0x000010, "Wrong alignment on UCTS_B3_Title_Outline_C"); \ +static_assert(sizeof(UCTS_B3_Title_Outline_C) == 0x0001B0, "Wrong size on UCTS_B3_Title_Outline_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_Title_C \ +static_assert(alignof(UCTS_B2_Title_C) == 0x000010, "Wrong alignment on UCTS_B2_Title_C"); \ +static_assert(sizeof(UCTS_B2_Title_C) == 0x0001B0, "Wrong size on UCTS_B2_Title_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B4_C \ +static_assert(alignof(UCTS_B4_C) == 0x000010, "Wrong alignment on UCTS_B4_C"); \ +static_assert(sizeof(UCTS_B4_C) == 0x0001B0, "Wrong size on UCTS_B4_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B1_SmallLine_Outline_C \ +static_assert(alignof(UCTS_B1_SmallLine_Outline_C) == 0x000010, "Wrong alignment on UCTS_B1_SmallLine_Outline_C"); \ +static_assert(sizeof(UCTS_B1_SmallLine_Outline_C) == 0x0001B0, "Wrong size on UCTS_B1_SmallLine_Outline_C"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WBP_CommonBoundActionButton_HideTooltip_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature) == 0x000018, "Wrong size on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature, InWeaponViewItem) == 0x000000, "Member 'WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature::InWeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature, AbsolutePos) == 0x000008, "Member 'WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_1_OnWeaponItemNavigated__DelegateSignature::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature, InWeaponViewItem) == 0x000000, "Member 'WBP_Panel_Weapon_C_BndEvt__WBP_Panel_Weapon_WeaponsList_K2Node_ComponentBoundEvent_9_OnWeaponItemClicked__DelegateSignature::InWeaponViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_Panel_Weapon_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_Panel_Weapon_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_Weapon_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter \ +static_assert(alignof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter) == 0x000270, "Wrong size on WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, Item) == 0x000000, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, OtherCharacter) == 0x000130, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::OtherCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, ModalWindow) == 0x000138, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::ModalWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000140, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x000198, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, K2Node_MakeArray_Array) == 0x0001E0, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F0, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, CallFunc_Format_ReturnValue) == 0x000238, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, K2Node_MakeArray_Array_1) == 0x000248, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, CallFunc_Format_ReturnValue_1) == 0x000258, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter, CallFunc_CreateModalWindow_OutputPin) == 0x000268, "Member 'WBP_Panel_Weapon_C_CreateModalWindowForExcludedCharacter::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon \ +static_assert(alignof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon) == 0x000378, "Wrong size on WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, EntryPoint) == 0x000000, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_text_Variable) == 0x000008, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_text_Variable_1) == 0x000018, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_bool_Variable) == 0x000028, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_byte_Variable) == 0x000029, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_byte_Variable_1) == 0x00002A, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_bool_Variable_1) == 0x00002B, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, Temp_bool_Variable_2) == 0x00002C, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_Event_CharacterData) == 0x000030, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000038, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_CustomEvent_ActionBarContainerWidget) == 0x000048, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_ComponentBoundEvent_InWeaponViewItem_1) == 0x000050, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_ComponentBoundEvent_InWeaponViewItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000058, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsVisible_ReturnValue) == 0x000061, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetIsEnabled_ReturnValue) == 0x000062, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_Select_Default) == 0x000068, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_ComponentBoundEvent_Button) == 0x000078, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsVisible_ReturnValue_1) == 0x000080, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1) == 0x000088, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsValid_ReturnValue_2) == 0x000090, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_Select_Default_1) == 0x000091, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_CreateDelegate_OutputDelegate) == 0x000094, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_ComponentBoundEvent_InWeaponViewItem) == 0x0000A8, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_ComponentBoundEvent_InWeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_ComponentBoundEvent_AbsolutePos) == 0x0000B0, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_ComponentBoundEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_IsValid_ReturnValue_3) == 0x0000D0, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x0000D8, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetOwnerData_OwnerData) == 0x000210, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_Not_PreBool_ReturnValue_1) == 0x000218, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_HasItemEquipped_IsEquipped) == 0x000219, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_HasItemEquipped_Slot) == 0x00021C, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_Not_PreBool_ReturnValue_2) == 0x000224, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_CustomEvent_WeaponToUpgrade) == 0x000228, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_CustomEvent_WeaponToUpgrade' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_CustomEvent_WeaponToFocus) == 0x000230, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_CustomEvent_WeaponToFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, CallFunc_GetItemDynamicData_ItemDynamicData_1) == 0x000238, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::CallFunc_GetItemDynamicData_ItemDynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon, K2Node_Event_IsDesignTime) == 0x000370, "Member 'WBP_Panel_Weapon_C_ExecuteUbergraph_WBP_Panel_Weapon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_LoadCharacter \ +static_assert(alignof(WBP_Panel_Weapon_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_LoadCharacter) == 0x000018, "Wrong size on WBP_Panel_Weapon_C_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_Weapon_C_LoadCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_LoadCharacter, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000008, "Member 'WBP_Panel_Weapon_C_LoadCharacter::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_LoadCharacter, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000010, "Member 'WBP_Panel_Weapon_C_LoadCharacter::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_NavigateToFocusedWeapon \ +static_assert(alignof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_NavigateToFocusedWeapon"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon) == 0x0002B8, "Wrong size on WBP_Panel_Weapon_C_NavigateToFocusedWeapon"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, ItemStaticData) == 0x000000, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, Temp_bool_True_if_break_was_hit_Variable) == 0x000130, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, Temp_int_Array_Index_Variable) == 0x000134, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, Temp_int_Loop_Counter_Variable) == 0x00013C, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_GetListItems_ReturnValue) == 0x000148, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_Array_Get_Item) == 0x000158, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, K2Node_DynamicCast_AsBP_Weapon_View_Item) == 0x000168, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::K2Node_DynamicCast_AsBP_Weapon_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_Less_IntInt_ReturnValue) == 0x000171, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000178, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_BooleanAND_ReturnValue) == 0x0002B0, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_NavigateToFocusedWeapon, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002B1, "Member 'WBP_Panel_Weapon_C_NavigateToFocusedWeapon::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_OnUpgradeFinished \ +static_assert(alignof(WBP_Panel_Weapon_C_OnUpgradeFinished) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_OnUpgradeFinished"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_OnUpgradeFinished) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_OnUpgradeFinished"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnUpgradeFinished, WeaponToFocus) == 0x000000, "Member 'WBP_Panel_Weapon_C_OnUpgradeFinished::WeaponToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_OnUpgradeStart \ +static_assert(alignof(WBP_Panel_Weapon_C_OnUpgradeStart) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_OnUpgradeStart"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_OnUpgradeStart) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_OnUpgradeStart"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnUpgradeStart, WeaponToUpgrade) == 0x000000, "Member 'WBP_Panel_Weapon_C_OnUpgradeStart::WeaponToUpgrade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_OnWeaponItemClicked \ +static_assert(alignof(WBP_Panel_Weapon_C_OnWeaponItemClicked) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_OnWeaponItemClicked"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_OnWeaponItemClicked) == 0x000020, "Wrong size on WBP_Panel_Weapon_C_OnWeaponItemClicked"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnWeaponItemClicked, InWeaponViewItem) == 0x000000, "Member 'WBP_Panel_Weapon_C_OnWeaponItemClicked::InWeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnWeaponItemClicked, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'WBP_Panel_Weapon_C_OnWeaponItemClicked::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnWeaponItemClicked, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Panel_Weapon_C_OnWeaponItemClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnWeaponItemClicked, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000014, "Member 'WBP_Panel_Weapon_C_OnWeaponItemClicked::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_OnWeaponItemClicked, CallFunc_Can_be_Upgraded_ReturnValue) == 0x000018, "Member 'WBP_Panel_Weapon_C_OnWeaponItemClicked::CallFunc_Can_be_Upgraded_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_PreConstruct \ +static_assert(alignof(WBP_Panel_Weapon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Panel_Weapon_C_PreConstruct"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_PreConstruct) == 0x000001, "Wrong size on WBP_Panel_Weapon_C_PreConstruct"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Panel_Weapon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_ProcessEquipWeapon \ +static_assert(alignof(WBP_Panel_Weapon_C_ProcessEquipWeapon) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_ProcessEquipWeapon"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_ProcessEquipWeapon) == 0x000160, "Wrong size on WBP_Panel_Weapon_C_ProcessEquipWeapon"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, InWeaponViewItem) == 0x000000, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::InWeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000008, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_GetItemStaticData_ItemStaticData) == 0x000010, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_CanEquipItem_ReturnValue) == 0x000140, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, K2Node_MakeStruct_FEquipmentSlot) == 0x000144, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000150, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_IsSlotUsed_ReturnValue) == 0x000158, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000159, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_Not_PreBool_ReturnValue) == 0x00015A, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_BooleanAND_ReturnValue) == 0x00015B, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_ProcessEquipWeapon, CallFunc_BooleanAND_ReturnValue_1) == 0x00015C, "Member 'WBP_Panel_Weapon_C_ProcessEquipWeapon::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_RebuildActionBarButtons \ +static_assert(alignof(WBP_Panel_Weapon_C_RebuildActionBarButtons) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_RebuildActionBarButtons"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_RebuildActionBarButtons) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_RebuildActionBarButtons"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_RebuildActionBarButtons, ActionBarContainerWidget) == 0x000000, "Member 'WBP_Panel_Weapon_C_RebuildActionBarButtons::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_SetBlacksmithMode \ +static_assert(alignof(WBP_Panel_Weapon_C_SetBlacksmithMode) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_SetBlacksmithMode"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_SetBlacksmithMode) == 0x000018, "Wrong size on WBP_Panel_Weapon_C_SetBlacksmithMode"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, IsInBlacksmithMode) == 0x000000, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::IsInBlacksmithMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, BlacksmithWeaponUpgradeRef) == 0x000008, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::BlacksmithWeaponUpgradeRef' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, Temp_bool_Variable) == 0x000010, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, Temp_byte_Variable) == 0x000011, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_SetBlacksmithMode, K2Node_Select_Default) == 0x000013, "Member 'WBP_Panel_Weapon_C_SetBlacksmithMode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Panel_Weapon_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_Weapon_C \ +static_assert(alignof(UWBP_Panel_Weapon_C) == 0x000008, "Wrong alignment on UWBP_Panel_Weapon_C"); \ +static_assert(sizeof(UWBP_Panel_Weapon_C) == 0x000528, "Wrong size on UWBP_Panel_Weapon_C"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Panel_Weapon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, EditorSafeZone) == 0x000438, "Member 'UWBP_Panel_Weapon_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, EquippedWeaponTooltip) == 0x000440, "Member 'UWBP_Panel_Weapon_C::EquippedWeaponTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_CommonBoundActionButton_Back) == 0x000448, "Member 'UWBP_Panel_Weapon_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_CommonBoundActionButton_Equip) == 0x000450, "Member 'UWBP_Panel_Weapon_C::WBP_CommonBoundActionButton_Equip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_CommonBoundActionButton_HideTooltip) == 0x000458, "Member 'UWBP_Panel_Weapon_C::WBP_CommonBoundActionButton_HideTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_DPIScaleBox) == 0x000460, "Member 'UWBP_Panel_Weapon_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_DPISizeBox) == 0x000468, "Member 'UWBP_Panel_Weapon_C::WBP_DPISizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WBP_GM_CharacterSheet) == 0x000470, "Member 'UWBP_Panel_Weapon_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, WeaponsList) == 0x000478, "Member 'UWBP_Panel_Weapon_C::WeaponsList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, CurrentCharacterData) == 0x000480, "Member 'UWBP_Panel_Weapon_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, PreviewCharacterData) == 0x000488, "Member 'UWBP_Panel_Weapon_C::PreviewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, OnRequestLockCharacterSwitch) == 0x000490, "Member 'UWBP_Panel_Weapon_C::OnRequestLockCharacterSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, DummyDispatcher_SortLumina) == 0x0004A0, "Member 'UWBP_Panel_Weapon_C::DummyDispatcher_SortLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, SD_OnEquipedWeaponPictos) == 0x0004B0, "Member 'UWBP_Panel_Weapon_C::SD_OnEquipedWeaponPictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, OnEquippedWeaponChanged) == 0x0004C0, "Member 'UWBP_Panel_Weapon_C::OnEquippedWeaponChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, IsBlacksmithMode) == 0x0004D0, "Member 'UWBP_Panel_Weapon_C::IsBlacksmithMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, SD_OnActivated) == 0x0004D8, "Member 'UWBP_Panel_Weapon_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, SD_OnDeactivated) == 0x0004E8, "Member 'UWBP_Panel_Weapon_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, SD_ShowTooltip) == 0x0004F8, "Member 'UWBP_Panel_Weapon_C::SD_ShowTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, SD_HideTooltip) == 0x000508, "Member 'UWBP_Panel_Weapon_C::SD_HideTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Weapon_C, OnWeaponTargetForUpgrade) == 0x000518, "Member 'UWBP_Panel_Weapon_C::OnWeaponTargetForUpgrade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_SmallLine_C \ +static_assert(alignof(UCTS_B2_SmallLine_C) == 0x000010, "Wrong alignment on UCTS_B2_SmallLine_C"); \ +static_assert(sizeof(UCTS_B2_SmallLine_C) == 0x0001B0, "Wrong size on UCTS_B2_SmallLine_C"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower \ +static_assert(alignof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower) == 0x000008, "Wrong alignment on WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower"); \ +static_assert(sizeof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower) == 0x000028, "Wrong size on WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, EntryPoint) == 0x000000, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, Temp_bool_Variable) == 0x000004, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, Temp_byte_Variable) == 0x000005, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, K2Node_CustomEvent_Power) == 0x000008, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::K2Node_CustomEvent_Power' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower, K2Node_Select_Default) == 0x000020, "Member 'WBP_WeaponPower_C_ExecuteUbergraph_WBP_WeaponPower::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponPower_C_SetPower \ +static_assert(alignof(WBP_WeaponPower_C_SetPower) == 0x000004, "Wrong alignment on WBP_WeaponPower_C_SetPower"); \ +static_assert(sizeof(WBP_WeaponPower_C_SetPower) == 0x000004, "Wrong size on WBP_WeaponPower_C_SetPower"); \ +static_assert(offsetof(WBP_WeaponPower_C_SetPower, Power_0) == 0x000000, "Member 'WBP_WeaponPower_C_SetPower::Power_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponPower_C \ +static_assert(alignof(UWBP_WeaponPower_C) == 0x000008, "Wrong alignment on UWBP_WeaponPower_C"); \ +static_assert(sizeof(UWBP_WeaponPower_C) == 0x0002F8, "Wrong size on UWBP_WeaponPower_C"); \ +static_assert(offsetof(UWBP_WeaponPower_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WeaponPower_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponPower_C, Power) == 0x0002E8, "Member 'UWBP_WeaponPower_C::Power' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponPower_C, PowerTitle) == 0x0002F0, "Member 'UWBP_WeaponPower_C::PowerTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_BndEvt__WBP_TeamCard_CharacterStatus_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus) == 0x000068, "Wrong size on WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, EntryPoint) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000008, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, Temp_bool_Variable) == 0x000018, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000019, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, Temp_real_Variable) == 0x000020, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, Temp_real_Variable_1) == 0x000028, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_Event_FocusEventBP) == 0x000030, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_Select_Default) == 0x000038, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_CustomEvent_Instant_1) == 0x000040, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_CustomEvent_Instant_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_CustomEvent_Instant) == 0x000041, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_CustomEvent_Instant' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_ComponentBoundEvent_Button_2) == 0x000048, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_ComponentBoundEvent_Button_1) == 0x000050, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_ComponentBoundEvent_Button) == 0x000058, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus, K2Node_Event_IsDesignTime) == 0x000060, "Member 'WBP_TeamCard_CharacterStatus_C_ExecuteUbergraph_WBP_TeamCard_CharacterStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_GetTiedObject \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_GetTiedObject"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_GetTiedObject) == 0x000008, "Wrong size on WBP_TeamCard_CharacterStatus_C_GetTiedObject"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_LoadCharacter \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_LoadCharacter"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_LoadCharacter) == 0x000040, "Wrong size on WBP_TeamCard_CharacterStatus_C_LoadCharacter"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CharacterData_0) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CharacterData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000008, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_GetMaxHP_MaxHP) == 0x000018, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_FTrunc_ReturnValue_1) == 0x000024, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000030, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_LoadCharacter, CallFunc_IsCharacterInParty_ReturnValue) == 0x000039, "Member 'WBP_TeamCard_CharacterStatus_C_LoadCharacter::CallFunc_IsCharacterInParty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_OnAddedToGroup \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_OnAddedToGroup) == 0x000001, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_OnAddedToGroup"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_OnAddedToGroup) == 0x000001, "Wrong size on WBP_TeamCard_CharacterStatus_C_OnAddedToGroup"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_OnAddedToGroup, Instant) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_OnAddedToGroup::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup) == 0x000001, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup) == 0x000001, "Wrong size on WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup, Instant) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_OnRemovedFromGroup::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamCard_CharacterStatus_C_PreConstruct \ +static_assert(alignof(WBP_TeamCard_CharacterStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TeamCard_CharacterStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_TeamCard_CharacterStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_TeamCard_CharacterStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_TeamCard_CharacterStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TeamCard_CharacterStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TeamCard_CharacterStatus_C \ +static_assert(alignof(UWBP_TeamCard_CharacterStatus_C) == 0x000008, "Wrong alignment on UWBP_TeamCard_CharacterStatus_C"); \ +static_assert(sizeof(UWBP_TeamCard_CharacterStatus_C) == 0x000388, "Wrong size on UWBP_TeamCard_CharacterStatus_C"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, UberGraphFrame) == 0x000308, "Member 'UWBP_TeamCard_CharacterStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, CharacterName) == 0x000310, "Member 'UWBP_TeamCard_CharacterStatus_C::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, PartyIndicatorOverlay) == 0x000318, "Member 'UWBP_TeamCard_CharacterStatus_C::PartyIndicatorOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, WBP_BaseButton) == 0x000320, "Member 'UWBP_TeamCard_CharacterStatus_C::WBP_BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, WBP_CharacterLevel) == 0x000328, "Member 'UWBP_TeamCard_CharacterStatus_C::WBP_CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, WBP_HealthBar) == 0x000330, "Member 'UWBP_TeamCard_CharacterStatus_C::WBP_HealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, WorldAnchor) == 0x000338, "Member 'UWBP_TeamCard_CharacterStatus_C::WorldAnchor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, OnCharacterFocused) == 0x000350, "Member 'UWBP_TeamCard_CharacterStatus_C::OnCharacterFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, OnCharacterSelected) == 0x000360, "Member 'UWBP_TeamCard_CharacterStatus_C::OnCharacterSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, CharacterData) == 0x000370, "Member 'UWBP_TeamCard_CharacterStatus_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamCard_CharacterStatus_C, OnCharacterUnfocused) == 0x000378, "Member 'UWBP_TeamCard_CharacterStatus_C::OnCharacterUnfocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader \ +static_assert(alignof(WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader) == 0x000008, "Wrong alignment on WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader"); \ +static_assert(sizeof(WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader) == 0x000010, "Wrong size on WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader, EntryPoint) == 0x000000, "Member 'WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminaHeader_C_ExecuteUbergraph_WBP_GM_LuminaHeader::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaHeader_C_SetValues \ +static_assert(alignof(WBP_GM_LuminaHeader_C_SetValues) == 0x000008, "Wrong alignment on WBP_GM_LuminaHeader_C_SetValues"); \ +static_assert(sizeof(WBP_GM_LuminaHeader_C_SetValues) == 0x000020, "Wrong size on WBP_GM_LuminaHeader_C_SetValues"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_SetValues, InUsedPoints) == 0x000000, "Member 'WBP_GM_LuminaHeader_C_SetValues::InUsedPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_SetValues, InMaxPoints) == 0x000004, "Member 'WBP_GM_LuminaHeader_C_SetValues::InMaxPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_SetValues, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminaHeader_C_SetValues::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaHeader_C_SetValues, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_GM_LuminaHeader_C_SetValues::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_LuminaHeader_C \ +static_assert(alignof(UWBP_GM_LuminaHeader_C) == 0x000008, "Wrong alignment on UWBP_GM_LuminaHeader_C"); \ +static_assert(sizeof(UWBP_GM_LuminaHeader_C) == 0x000338, "Wrong size on UWBP_GM_LuminaHeader_C"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_LuminaHeader_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, Anim_ValidationLumina) == 0x000310, "Member 'UWBP_GM_LuminaHeader_C::Anim_ValidationLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, Background) == 0x000318, "Member 'UWBP_GM_LuminaHeader_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, BackgroundStain) == 0x000320, "Member 'UWBP_GM_LuminaHeader_C::BackgroundStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, Image_IconLumina) == 0x000328, "Member 'UWBP_GM_LuminaHeader_C::Image_IconLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaHeader_C, TextBlock_AvailablePoint) == 0x000330, "Member 'UWBP_GM_LuminaHeader_C::TextBlock_AvailablePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B1NSerif_C \ +static_assert(alignof(UCTS_B1NSerif_C) == 0x000010, "Wrong alignment on UCTS_B1NSerif_C"); \ +static_assert(sizeof(UCTS_B1NSerif_C) == 0x0001B0, "Wrong size on UCTS_B1NSerif_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty \ +static_assert(alignof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty"); \ +static_assert(sizeof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty) == 0x000050, "Wrong size on BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000028, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, K2Node_DynamicCast_AsBP_Game_Action_Set_Current_Party) == 0x000030, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::K2Node_DynamicCast_AsBP_Game_Action_Set_Current_Party' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_GetCharacterID_FromEnum_ReturnValue) == 0x000044, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_GetCharacterID_FromEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_GameActionInstance_SetCurrentParty_C_ExecuteUbergraph_BP_GameActionInstance_SetCurrentParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCurrentParty_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCurrentParty_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_SetCurrentParty_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCurrentParty_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_SetCurrentParty_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetCurrentParty_C \ +static_assert(alignof(UBP_GameActionInstance_SetCurrentParty_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetCurrentParty_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetCurrentParty_C) == 0x000058, "Wrong size on UBP_GameActionInstance_SetCurrentParty_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetCurrentParty_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetCurrentParty_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_SetCurrentParty_C, TeamHardCodednameToSet) == 0x000048, "Member 'UBP_GameActionInstance_SetCurrentParty_C::TeamHardCodednameToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Camp_ConditionalGameAction \ +static_assert(alignof(FS_Camp_ConditionalGameAction) == 0x000008, "Wrong alignment on FS_Camp_ConditionalGameAction"); \ +static_assert(sizeof(FS_Camp_ConditionalGameAction) == 0x000030, "Wrong size on FS_Camp_ConditionalGameAction"); \ +static_assert(offsetof(FS_Camp_ConditionalGameAction, ConditionChecker_3_88ADC1E7428FD7F952E4A09734CB8BE0) == 0x000000, "Member 'FS_Camp_ConditionalGameAction::ConditionChecker_3_88ADC1E7428FD7F952E4A09734CB8BE0' has a wrong offset!"); \ +static_assert(offsetof(FS_Camp_ConditionalGameAction, GameActionSoft_8_4573B967418D29D46A9D2E85AE773A8D) == 0x000008, "Member 'FS_Camp_ConditionalGameAction::GameActionSoft_8_4573B967418D29D46A9D2E85AE773A8D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B0NSerif_C \ +static_assert(alignof(UCTS_B0NSerif_C) == 0x000010, "Wrong alignment on UCTS_B0NSerif_C"); \ +static_assert(sizeof(UCTS_B0NSerif_C) == 0x0001B0, "Wrong size on UCTS_B0NSerif_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B0_VI_C \ +static_assert(alignof(UCTS_B0_VI_C) == 0x000010, "Wrong alignment on UCTS_B0_VI_C"); \ +static_assert(sizeof(UCTS_B0_VI_C) == 0x0001B0, "Wrong size on UCTS_B0_VI_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B2_TitleOutline_C \ +static_assert(alignof(UCTS_B2_TitleOutline_C) == 0x000010, "Wrong alignment on UCTS_B2_TitleOutline_C"); \ +static_assert(sizeof(UCTS_B2_TitleOutline_C) == 0x0001B0, "Wrong size on UCTS_B2_TitleOutline_C"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_BndEvt__WBP_Inventory_Item_Row_BaseButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row \ +static_assert(alignof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row) == 0x000238, "Wrong size on WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, EntryPoint) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_bool_Variable) == 0x000004, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_byte_Variable) == 0x000005, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_Event_bIsExpanded) == 0x000007, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_Event_bIsSelected) == 0x000008, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_ComponentBoundEvent_Button_2) == 0x000010, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_Event_ListItemObject) == 0x000020, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_DynamicCast_AsBP_Item_Instance_Base) == 0x000028, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_DynamicCast_AsBP_Item_Instance_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000038, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_GetItemStaticData_ItemStaticData) == 0x000048, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_GetCurrentLevel_ReturnValue) == 0x000178, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_GetCurrentQuality_Quality) == 0x00017C, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00017D, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00017E, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00017F, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_BooleanOR_ReturnValue) == 0x000180, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_BooleanOR_ReturnValue_1) == 0x000181, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_BooleanOR_ReturnValue_2) == 0x000182, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000183, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_Select_Default) == 0x000184, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_byte_Variable_2) == 0x000185, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_byte_Variable_3) == 0x000186, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, Temp_bool_Variable_1) == 0x000187, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_ComponentBoundEvent_Button) == 0x000188, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000190, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_GetInventoryManager_ReturnValue) == 0x0001A0, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_FindItemCountFromInventory_Quantity) == 0x0001A8, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001AC, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001B0, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_BooleanAND_ReturnValue) == 0x0001B8, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_MakeStruct_FormatArgumentData) == 0x0001C0, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_BooleanOR_ReturnValue_3) == 0x000208, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_MakeArray_Array) == 0x000210, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, CallFunc_Format_ReturnValue) == 0x000220, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row, K2Node_Select_Default_1) == 0x000230, "Member 'WBP_Inventory_Item_Row_C_ExecuteUbergraph_WBP_Inventory_Item_Row::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Row_C_OnListItemObjectSet \ +static_assert(alignof(WBP_Inventory_Item_Row_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Row_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_Inventory_Item_Row_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_Inventory_Item_Row_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_Inventory_Item_Row_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_Inventory_Item_Row_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Inventory_Item_Row_C \ +static_assert(alignof(UWBP_Inventory_Item_Row_C) == 0x000008, "Wrong alignment on UWBP_Inventory_Item_Row_C"); \ +static_assert(sizeof(UWBP_Inventory_Item_Row_C) == 0x000370, "Wrong size on UWBP_Inventory_Item_Row_C"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Inventory_Item_Row_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, BaseButton) == 0x000310, "Member 'UWBP_Inventory_Item_Row_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, ItemIcon) == 0x000318, "Member 'UWBP_Inventory_Item_Row_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, ItemLevel) == 0x000320, "Member 'UWBP_Inventory_Item_Row_C::ItemLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, ItemName) == 0x000328, "Member 'UWBP_Inventory_Item_Row_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, NotificationBullet) == 0x000330, "Member 'UWBP_Inventory_Item_Row_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, QuantityText) == 0x000338, "Member 'UWBP_Inventory_Item_Row_C::QuantityText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, OnInventoryItemWidgetFocused) == 0x000340, "Member 'UWBP_Inventory_Item_Row_C::OnInventoryItemWidgetFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, OnInventoryItemWidgetUnfocused) == 0x000350, "Member 'UWBP_Inventory_Item_Row_C::OnInventoryItemWidgetUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Row_C, OnInventoryItemWidgetClicked) == 0x000360, "Member 'UWBP_Inventory_Item_Row_C::OnInventoryItemWidgetClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LuminaNameItem_C_SetText \ +static_assert(alignof(WBP_LuminaNameItem_C_SetText) == 0x000008, "Wrong alignment on WBP_LuminaNameItem_C_SetText"); \ +static_assert(sizeof(WBP_LuminaNameItem_C_SetText) == 0x000078, "Wrong size on WBP_LuminaNameItem_C_SetText"); \ +static_assert(offsetof(WBP_LuminaNameItem_C_SetText, InText) == 0x000000, "Member 'WBP_LuminaNameItem_C_SetText::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaNameItem_C_SetText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_LuminaNameItem_C_SetText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaNameItem_C_SetText, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_LuminaNameItem_C_SetText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LuminaNameItem_C_SetText, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_LuminaNameItem_C_SetText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LuminaNameItem_C \ +static_assert(alignof(UWBP_LuminaNameItem_C) == 0x000008, "Wrong alignment on UWBP_LuminaNameItem_C"); \ +static_assert(sizeof(UWBP_LuminaNameItem_C) == 0x000310, "Wrong size on UWBP_LuminaNameItem_C"); \ +static_assert(offsetof(UWBP_LuminaNameItem_C, WrappingText) == 0x000308, "Member 'UWBP_LuminaNameItem_C::WrappingText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Manor_FamilyCanvas_C \ +static_assert(alignof(ABP_NPC_Manor_FamilyCanvas_C) == 0x000010, "Wrong alignment on ABP_NPC_Manor_FamilyCanvas_C"); \ +static_assert(sizeof(ABP_NPC_Manor_FamilyCanvas_C) == 0x000BD0, "Wrong size on ABP_NPC_Manor_FamilyCanvas_C"); \ +static_assert(offsetof(ABP_NPC_Manor_FamilyCanvas_C, BP_GPE_ManorFamilyCanvas) == 0x000B80, "Member 'ABP_NPC_Manor_FamilyCanvas_C::BP_GPE_ManorFamilyCanvas' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPC_Manor_FamilyCanvas_C, DoorToOpen) == 0x000BA8, "Member 'ABP_NPC_Manor_FamilyCanvas_C::DoorToOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleStats_Box_C_LoadBattleSummaryStats \ +static_assert(alignof(WBP_BattleStats_Box_C_LoadBattleSummaryStats) == 0x000008, "Wrong alignment on WBP_BattleStats_Box_C_LoadBattleSummaryStats"); \ +static_assert(sizeof(WBP_BattleStats_Box_C_LoadBattleSummaryStats) == 0x000088, "Wrong size on WBP_BattleStats_Box_C_LoadBattleSummaryStats"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, BattleSummaryStats) == 0x000000, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::BattleSummaryStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000048, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000058, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_Conv_DoubleToText_ReturnValue_2) == 0x000068, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_Conv_DoubleToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleStats_Box_C_LoadBattleSummaryStats, CallFunc_AsTimespan_Timespan_ReturnValue) == 0x000078, "Member 'WBP_BattleStats_Box_C_LoadBattleSummaryStats::CallFunc_AsTimespan_Timespan_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleStats_Box_C \ +static_assert(alignof(UWBP_BattleStats_Box_C) == 0x000008, "Wrong alignment on UWBP_BattleStats_Box_C"); \ +static_assert(sizeof(UWBP_BattleStats_Box_C) == 0x000338, "Wrong size on UWBP_BattleStats_Box_C"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, DmgDealt) == 0x000308, "Member 'UWBP_BattleStats_Box_C::DmgDealt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, DmgReceived) == 0x000310, "Member 'UWBP_BattleStats_Box_C::DmgReceived' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, HighestDmg) == 0x000318, "Member 'UWBP_BattleStats_Box_C::HighestDmg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, SuccessDodges) == 0x000320, "Member 'UWBP_BattleStats_Box_C::SuccessDodges' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, SuccessParries) == 0x000328, "Member 'UWBP_BattleStats_Box_C::SuccessParries' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleStats_Box_C, Time) == 0x000330, "Member 'UWBP_BattleStats_Box_C::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset \ +static_assert(alignof(BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset) == 0x000008, "Wrong alignment on BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset"); \ +static_assert(sizeof(BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset) == 0x000018, "Wrong size on BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset, ChallengeAsset) == 0x000000, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset::ChallengeAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset, K2Node_DynamicCast_AsBP_Data_Asset_Battle_Challenge_Numeric) == 0x000008, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset::K2Node_DynamicCast_AsBP_Data_Asset_Battle_Challenge_Numeric' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadChallengeAsset::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset \ +static_assert(alignof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset) == 0x000008, "Wrong alignment on BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset"); \ +static_assert(sizeof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset) == 0x000030, "Wrong size on BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, Challenge) == 0x000000, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::Challenge' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetChallengeID_ReturnValue) == 0x000008, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetChallengeID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetDifficultyManager_ReturnValue) == 0x000010, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetSelectedChallengeOption_Found) == 0x000018, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetSelectedChallengeOption_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetSelectedChallengeOption_OptionID) == 0x00001C, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetSelectedChallengeOption_OptionID' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetOptionNumericValue_Found) == 0x000024, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetOptionNumericValue_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset, CallFunc_GetOptionNumericValue_Value) == 0x000028, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericChallengeAsset::CallFunc_GetOptionNumericValue_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue \ +static_assert(alignof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue) == 0x000008, "Wrong alignment on BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue"); \ +static_assert(sizeof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue) == 0x000008, "Wrong size on BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue"); \ +static_assert(offsetof(BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue, NumericValue_0) == 0x000000, "Member 'BP_BattleModifierBuff_Challenge_Base_C_LoadNumericValue::NumericValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleModifierBuff_Challenge_Base_C \ +static_assert(alignof(UBP_BattleModifierBuff_Challenge_Base_C) == 0x000008, "Wrong alignment on UBP_BattleModifierBuff_Challenge_Base_C"); \ +static_assert(sizeof(UBP_BattleModifierBuff_Challenge_Base_C) == 0x000160, "Wrong size on UBP_BattleModifierBuff_Challenge_Base_C"); \ +static_assert(offsetof(UBP_BattleModifierBuff_Challenge_Base_C, NumericValue) == 0x000158, "Member 'UBP_BattleModifierBuff_Challenge_Base_C::NumericValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText \ +static_assert(alignof(WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText) == 0x000004, "Wrong alignment on WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText"); \ +static_assert(sizeof(WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText) == 0x000008, "Wrong size on WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText"); \ +static_assert(offsetof(WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText, EntryPoint) == 0x000000, "Member 'WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_WrappingRichText_C_ExecuteUbergraph_WBP_WrappingRichText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_FindFinalMaxDesiredWidth \ +static_assert(alignof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_FindFinalMaxDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth) == 0x0000A0, "Wrong size on WBP_WrappingRichText_C_FindFinalMaxDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, Temp_bool_Variable) == 0x000014, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000018, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000020, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x000028, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, Temp_bool_Variable_1) == 0x000029, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_IsMobileScalingEnabled_ReturnValue_1) == 0x00002A, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_IsMobileScalingEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000030, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, K2Node_Select_Default) == 0x000048, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_Value) == 0x000078, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, K2Node_Select_Default_1) == 0x000090, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000098, "Member 'WBP_WrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_PreConstruct \ +static_assert(alignof(WBP_WrappingRichText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WrappingRichText_C_PreConstruct"); \ +static_assert(sizeof(WBP_WrappingRichText_C_PreConstruct) == 0x000001, "Wrong size on WBP_WrappingRichText_C_PreConstruct"); \ +static_assert(offsetof(WBP_WrappingRichText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WrappingRichText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_Set_Text \ +static_assert(alignof(WBP_WrappingRichText_C_Set_Text) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_Set_Text"); \ +static_assert(sizeof(WBP_WrappingRichText_C_Set_Text) == 0x000010, "Wrong size on WBP_WrappingRichText_C_Set_Text"); \ +static_assert(offsetof(WBP_WrappingRichText_C_Set_Text, InText) == 0x000000, "Member 'WBP_WrappingRichText_C_Set_Text::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_SetStyle \ +static_assert(alignof(WBP_WrappingRichText_C_SetStyle) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_SetStyle"); \ +static_assert(sizeof(WBP_WrappingRichText_C_SetStyle) == 0x000008, "Wrong size on WBP_WrappingRichText_C_SetStyle"); \ +static_assert(offsetof(WBP_WrappingRichText_C_SetStyle, TextStyle_0) == 0x000000, "Member 'WBP_WrappingRichText_C_SetStyle::TextStyle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_SetTextMaxDesiredWidth \ +static_assert(alignof(WBP_WrappingRichText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_SetTextMaxDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingRichText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong size on WBP_WrappingRichText_C_SetTextMaxDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingRichText_C_SetTextMaxDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_WrappingRichText_C_SetTextMaxDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_SetTextMinDesiredWidth \ +static_assert(alignof(WBP_WrappingRichText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_SetTextMinDesiredWidth"); \ +static_assert(sizeof(WBP_WrappingRichText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong size on WBP_WrappingRichText_C_SetTextMinDesiredWidth"); \ +static_assert(offsetof(WBP_WrappingRichText_C_SetTextMinDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_WrappingRichText_C_SetTextMinDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WrappingRichText_C_UpdateText \ +static_assert(alignof(WBP_WrappingRichText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_WrappingRichText_C_UpdateText"); \ +static_assert(sizeof(WBP_WrappingRichText_C_UpdateText) == 0x000018, "Wrong size on WBP_WrappingRichText_C_UpdateText"); \ +static_assert(offsetof(WBP_WrappingRichText_C_UpdateText, CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_WrappingRichText_C_UpdateText::CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_UpdateText, CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast) == 0x000008, "Member 'WBP_WrappingRichText_C_UpdateText::CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_UpdateText, K2Node_VariableSet_WrapTextAt_ImplicitCast) == 0x00000C, "Member 'WBP_WrappingRichText_C_UpdateText::K2Node_VariableSet_WrapTextAt_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WrappingRichText_C_UpdateText, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000010, "Member 'WBP_WrappingRichText_C_UpdateText::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WrappingRichText_C \ +static_assert(alignof(UWBP_WrappingRichText_C) == 0x000010, "Wrong alignment on UWBP_WrappingRichText_C"); \ +static_assert(sizeof(UWBP_WrappingRichText_C) == 0x0006F0, "Wrong size on UWBP_WrappingRichText_C"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WrappingRichText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, Text) == 0x000310, "Member 'UWBP_WrappingRichText_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, TextSizeBox) == 0x000318, "Member 'UWBP_WrappingRichText_C::TextSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, ContentText) == 0x000320, "Member 'UWBP_WrappingRichText_C::ContentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, TextMinDesiredWidth) == 0x000330, "Member 'UWBP_WrappingRichText_C::TextMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, TextMaxDesiredWidth) == 0x000338, "Member 'UWBP_WrappingRichText_C::TextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, Justification) == 0x000340, "Member 'UWBP_WrappingRichText_C::Justification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, OverrideWidthByLanguage) == 0x000348, "Member 'UWBP_WrappingRichText_C::OverrideWidthByLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, RichTextStyleData) == 0x000398, "Member 'UWBP_WrappingRichText_C::RichTextStyleData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, DecoratorClasses) == 0x0003A0, "Member 'UWBP_WrappingRichText_C::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WrappingRichText_C, TextStyle) == 0x0003B0, "Member 'UWBP_WrappingRichText_C::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleHitSound_C_GetSoundForDamage \ +static_assert(alignof(BP_DataAsset_BattleHitSound_C_GetSoundForDamage) == 0x000008, "Wrong alignment on BP_DataAsset_BattleHitSound_C_GetSoundForDamage"); \ +static_assert(sizeof(BP_DataAsset_BattleHitSound_C_GetSoundForDamage) == 0x000010, "Wrong size on BP_DataAsset_BattleHitSound_C_GetSoundForDamage"); \ +static_assert(offsetof(BP_DataAsset_BattleHitSound_C_GetSoundForDamage, BattleDamage) == 0x000000, "Member 'BP_DataAsset_BattleHitSound_C_GetSoundForDamage::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleHitSound_C_GetSoundForDamage, Sound) == 0x000008, "Member 'BP_DataAsset_BattleHitSound_C_GetSoundForDamage::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_BattleHitSound_C \ +static_assert(alignof(UBP_DataAsset_BattleHitSound_C) == 0x000008, "Wrong alignment on UBP_DataAsset_BattleHitSound_C"); \ +static_assert(sizeof(UBP_DataAsset_BattleHitSound_C) == 0x000040, "Wrong size on UBP_DataAsset_BattleHitSound_C"); \ +static_assert(offsetof(UBP_DataAsset_BattleHitSound_C, BaseIntensity) == 0x000030, "Member 'UBP_DataAsset_BattleHitSound_C::BaseIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleHitSound_C, HighIntensity) == 0x000038, "Member 'UBP_DataAsset_BattleHitSound_C::HighIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText) == 0x000058, "Wrong size on WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, EntryPoint) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000020, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000040, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'WBP_SkillDescWrappingRichText_C_ExecuteUbergraph_WBP_SkillDescWrappingRichText::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth) == 0x0000A0, "Wrong size on WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, Temp_bool_Variable) == 0x000014, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000018, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000020, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x000028, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, Temp_bool_Variable_1) == 0x000029, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_IsMobileScalingEnabled_ReturnValue_1) == 0x00002A, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_IsMobileScalingEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000030, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, K2Node_Select_Default) == 0x000048, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_Value) == 0x000078, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, K2Node_Select_Default_1) == 0x000090, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000098, "Member 'WBP_SkillDescWrappingRichText_C_FindFinalMaxDesiredWidth::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_PreConstruct \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SkillDescWrappingRichText_C_PreConstruct"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_PreConstruct) == 0x000001, "Wrong size on WBP_SkillDescWrappingRichText_C_PreConstruct"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_Set_Text \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_Set_Text) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_Set_Text"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_Set_Text) == 0x000010, "Wrong size on WBP_SkillDescWrappingRichText_C_Set_Text"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_Set_Text, InText) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_Set_Text::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_SetFontSize \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_SetFontSize) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_SetFontSize"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_SetFontSize) == 0x000068, "Wrong size on WBP_SkillDescWrappingRichText_C_SetFontSize"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_SetFontSize, Size) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_SetFontSize::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_SetFontSize, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'WBP_SkillDescWrappingRichText_C_SetFontSize::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth) == 0x000008, "Wrong size on WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_SetTextMaxDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth) == 0x000008, "Wrong size on WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth, TextMaxDesiredWidth_0) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_SetTextMinDesiredWidth::TextMaxDesiredWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillDescWrappingRichText_C_UpdateText \ +static_assert(alignof(WBP_SkillDescWrappingRichText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_SkillDescWrappingRichText_C_UpdateText"); \ +static_assert(sizeof(WBP_SkillDescWrappingRichText_C_UpdateText) == 0x000018, "Wrong size on WBP_SkillDescWrappingRichText_C_UpdateText"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_UpdateText, CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth) == 0x000000, "Member 'WBP_SkillDescWrappingRichText_C_UpdateText::CallFunc_FindFinalMaxDesiredWidth_FinalMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_UpdateText, CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast) == 0x000008, "Member 'WBP_SkillDescWrappingRichText_C_UpdateText::CallFunc_SetMaxDesiredWidth_InMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_UpdateText, K2Node_VariableSet_WrapTextAt_ImplicitCast) == 0x00000C, "Member 'WBP_SkillDescWrappingRichText_C_UpdateText::K2Node_VariableSet_WrapTextAt_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillDescWrappingRichText_C_UpdateText, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000010, "Member 'WBP_SkillDescWrappingRichText_C_UpdateText::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkillDescWrappingRichText_C \ +static_assert(alignof(UWBP_SkillDescWrappingRichText_C) == 0x000010, "Wrong alignment on UWBP_SkillDescWrappingRichText_C"); \ +static_assert(sizeof(UWBP_SkillDescWrappingRichText_C) == 0x0006F0, "Wrong size on UWBP_SkillDescWrappingRichText_C"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SkillDescWrappingRichText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, Text) == 0x000310, "Member 'UWBP_SkillDescWrappingRichText_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, TextSizeBox) == 0x000318, "Member 'UWBP_SkillDescWrappingRichText_C::TextSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, ContentText) == 0x000320, "Member 'UWBP_SkillDescWrappingRichText_C::ContentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, TextMinDesiredWidth) == 0x000330, "Member 'UWBP_SkillDescWrappingRichText_C::TextMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, TextMaxDesiredWidth) == 0x000338, "Member 'UWBP_SkillDescWrappingRichText_C::TextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, Justification) == 0x000340, "Member 'UWBP_SkillDescWrappingRichText_C::Justification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, OverrideWidthByLanguage) == 0x000348, "Member 'UWBP_SkillDescWrappingRichText_C::OverrideWidthByLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, RichTextStyleData) == 0x000398, "Member 'UWBP_SkillDescWrappingRichText_C::RichTextStyleData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, DecoratorClasses) == 0x0003A0, "Member 'UWBP_SkillDescWrappingRichText_C::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillDescWrappingRichText_C, TextStyle) == 0x0003B0, "Member 'UWBP_SkillDescWrappingRichText_C::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_UpdateSource \ +static_assert(alignof(BP_FluxDataAudioComponent_C_UpdateSource) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_UpdateSource"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_UpdateSource) == 0x000258, "Wrong size on BP_FluxDataAudioComponent_C_UpdateSource"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, Location) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, Velocity) == 0x000018, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, Index_0) == 0x000020, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, Distance) == 0x000028, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, LocationNew) == 0x000030, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::LocationNew' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, LocationPrev) == 0x000048, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::LocationPrev' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, Difference) == 0x000060, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::Difference' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, SourceComponent) == 0x000078, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000080, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_VSize_ReturnValue) == 0x000088, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000090, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Lerp_ReturnValue) == 0x0000B0, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000B8, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0000C0, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000D8, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_FClamp_ReturnValue) == 0x0000E0, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F0, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000110, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_VLerp_ReturnValue) == 0x000118, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000130, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_FClamp_ReturnValue_1) == 0x000228, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000230, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Lerp_ReturnValue_1) == 0x000238, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000240, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_Lerp_A_ImplicitCast) == 0x000248, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_UpdateSource, CallFunc_SetVolumeMultiplier_NewVolumeMultiplier_ImplicitCast) == 0x000250, "Member 'BP_FluxDataAudioComponent_C_UpdateSource::CallFunc_SetVolumeMultiplier_NewVolumeMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_SetFluidDistance \ +static_assert(alignof(BP_FluxDataAudioComponent_C_SetFluidDistance) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_SetFluidDistance"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_SetFluidDistance) == 0x000010, "Wrong size on BP_FluxDataAudioComponent_C_SetFluidDistance"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_SetFluidDistance, CameraNearSurface) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_SetFluidDistance::CameraNearSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_SetFluidDistance, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FluxDataAudioComponent_C_SetFluidDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_SetFluidDistance, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x00000C, "Member 'BP_FluxDataAudioComponent_C_SetFluidDistance::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_ReceiveTick \ +static_assert(alignof(BP_FluxDataAudioComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxDataAudioComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxDataAudioComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_ReceiveParticleData \ +static_assert(alignof(BP_FluxDataAudioComponent_C_ReceiveParticleData) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_ReceiveParticleData"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_ReceiveParticleData) == 0x000030, "Wrong size on BP_FluxDataAudioComponent_C_ReceiveParticleData"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ReceiveParticleData, Data) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'BP_FluxDataAudioComponent_C_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ReceiveParticleData, SimulationPositionOffset) == 0x000018, "Member 'BP_FluxDataAudioComponent_C_ReceiveParticleData::SimulationPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent \ +static_assert(alignof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent) == 0x0000C8, "Wrong size on BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, EntryPoint) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, K2Node_Event_Data) == 0x000020, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, K2Node_Event_NiagaraSystem) == 0x000030, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::K2Node_Event_NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, K2Node_Event_SimulationPositionOffset) == 0x000038, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::K2Node_Event_SimulationPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_BreakVector_X) == 0x000098, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_BreakVector_Z) == 0x0000A8, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_FTrunc_ReturnValue) == 0x0000B4, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent, CallFunc_UpdateSource_Velocity_ImplicitCast) == 0x0000C0, "Member 'BP_FluxDataAudioComponent_C_ExecuteUbergraph_BP_FluxDataAudioComponent::CallFunc_UpdateSource_Velocity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_DrawDebugSource \ +static_assert(alignof(BP_FluxDataAudioComponent_C_DrawDebugSource) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_DrawDebugSource"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_DrawDebugSource) == 0x000070, "Wrong size on BP_FluxDataAudioComponent_C_DrawDebugSource"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, SourceComponent) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, Temp_int_Variable) == 0x000008, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, K2Node_MakeStruct_Color) == 0x000028, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, K2Node_MakeStruct_Color_1) == 0x00002C, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, K2Node_MakeStruct_Color_2) == 0x000038, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, K2Node_MakeStruct_Color_3) == 0x000048, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, K2Node_Select_Default) == 0x00004C, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000050, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_DrawDebugSource, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000068, "Member 'BP_FluxDataAudioComponent_C_DrawDebugSource::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataAudioComponent_C_ApplyNiagaraParameters \ +static_assert(alignof(BP_FluxDataAudioComponent_C_ApplyNiagaraParameters) == 0x000008, "Wrong alignment on BP_FluxDataAudioComponent_C_ApplyNiagaraParameters"); \ +static_assert(sizeof(BP_FluxDataAudioComponent_C_ApplyNiagaraParameters) == 0x000018, "Wrong size on BP_FluxDataAudioComponent_C_ApplyNiagaraParameters"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ApplyNiagaraParameters, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000000, "Member 'BP_FluxDataAudioComponent_C_ApplyNiagaraParameters::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ApplyNiagaraParameters, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_FluxDataAudioComponent_C_ApplyNiagaraParameters::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataAudioComponent_C_ApplyNiagaraParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000010, "Member 'BP_FluxDataAudioComponent_C_ApplyNiagaraParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FluxDataAudioComponent_C \ +static_assert(alignof(UBP_FluxDataAudioComponent_C) == 0x000008, "Wrong alignment on UBP_FluxDataAudioComponent_C"); \ +static_assert(sizeof(UBP_FluxDataAudioComponent_C) == 0x000208, "Wrong size on UBP_FluxDataAudioComponent_C"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, UberGraphFrame_BP_FluxDataAudioComponent_C) == 0x000160, "Member 'UBP_FluxDataAudioComponent_C::UberGraphFrame_BP_FluxDataAudioComponent_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, AudioSource) == 0x000168, "Member 'UBP_FluxDataAudioComponent_C::AudioSource' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SoundMixer) == 0x000170, "Member 'UBP_FluxDataAudioComponent_C::SoundMixer' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SoundParameter) == 0x000178, "Member 'UBP_FluxDataAudioComponent_C::SoundParameter' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SourceLocationChange) == 0x000180, "Member 'UBP_FluxDataAudioComponent_C::SourceLocationChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SourceVolumeChange) == 0x000188, "Member 'UBP_FluxDataAudioComponent_C::SourceVolumeChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SearchGridDivisions) == 0x000190, "Member 'UBP_FluxDataAudioComponent_C::SearchGridDivisions' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, SearchGridWidth) == 0x000198, "Member 'UBP_FluxDataAudioComponent_C::SearchGridWidth' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, DistantSamples) == 0x0001A0, "Member 'UBP_FluxDataAudioComponent_C::DistantSamples' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, AmbientVolume) == 0x0001A8, "Member 'UBP_FluxDataAudioComponent_C::AmbientVolume' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, CloseSamples) == 0x0001B0, "Member 'UBP_FluxDataAudioComponent_C::CloseSamples' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, FromOldToNewLocation) == 0x0001B8, "Member 'UBP_FluxDataAudioComponent_C::FromOldToNewLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, OldLocation) == 0x0001D0, "Member 'UBP_FluxDataAudioComponent_C::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, NewLocation) == 0x0001E8, "Member 'UBP_FluxDataAudioComponent_C::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataAudioComponent_C, AmbientVelocity) == 0x000200, "Member 'UBP_FluxDataAudioComponent_C::AmbientVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification \ +static_assert(alignof(WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification) == 0x000008, "Wrong alignment on WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification"); \ +static_assert(sizeof(WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification) == 0x000018, "Wrong size on WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification"); \ +static_assert(offsetof(WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification, EntryPoint) == 0x000000, "Member 'WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_SaveGameNotification_C_ExecuteUbergraph_WBP_SaveGameNotification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SaveGameNotification_C_PreConstruct \ +static_assert(alignof(WBP_SaveGameNotification_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SaveGameNotification_C_PreConstruct"); \ +static_assert(sizeof(WBP_SaveGameNotification_C_PreConstruct) == 0x000001, "Wrong size on WBP_SaveGameNotification_C_PreConstruct"); \ +static_assert(offsetof(WBP_SaveGameNotification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SaveGameNotification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SaveGameNotification_C \ +static_assert(alignof(UWBP_SaveGameNotification_C) == 0x000008, "Wrong alignment on UWBP_SaveGameNotification_C"); \ +static_assert(sizeof(UWBP_SaveGameNotification_C) == 0x0002F8, "Wrong size on UWBP_SaveGameNotification_C"); \ +static_assert(offsetof(UWBP_SaveGameNotification_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_SaveGameNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveGameNotification_C, Image_CircleDot) == 0x0002E8, "Member 'UWBP_SaveGameNotification_C::Image_CircleDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SaveGameNotification_C, TextBlock_SaveInProgress) == 0x0002F0, "Member 'UWBP_SaveGameNotification_C::TextBlock_SaveInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike \ +static_assert(alignof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike) == 0x000008, "Wrong alignment on WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike"); \ +static_assert(sizeof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike) == 0x000038, "Wrong size on WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, EntryPoint) == 0x000000, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000018, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, K2Node_CustomEvent_FX_SmokeHorizontal2) == 0x000020, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::K2Node_CustomEvent_FX_SmokeHorizontal2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_FirstStrike_C_ExecuteUbergraph_WBP_FirstStrike::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstStrike_C_FX_SmokeHorizontal2_Event \ +static_assert(alignof(WBP_FirstStrike_C_FX_SmokeHorizontal2_Event) == 0x000008, "Wrong alignment on WBP_FirstStrike_C_FX_SmokeHorizontal2_Event"); \ +static_assert(sizeof(WBP_FirstStrike_C_FX_SmokeHorizontal2_Event) == 0x000008, "Wrong size on WBP_FirstStrike_C_FX_SmokeHorizontal2_Event"); \ +static_assert(offsetof(WBP_FirstStrike_C_FX_SmokeHorizontal2_Event, FX_SmokeHorizontal2_0) == 0x000000, "Member 'WBP_FirstStrike_C_FX_SmokeHorizontal2_Event::FX_SmokeHorizontal2_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstStrike_C_PreConstruct \ +static_assert(alignof(WBP_FirstStrike_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_FirstStrike_C_PreConstruct"); \ +static_assert(sizeof(WBP_FirstStrike_C_PreConstruct) == 0x000001, "Wrong size on WBP_FirstStrike_C_PreConstruct"); \ +static_assert(offsetof(WBP_FirstStrike_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_FirstStrike_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike \ +static_assert(alignof(WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike) == 0x000008, "Wrong alignment on WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike"); \ +static_assert(sizeof(WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike) == 0x000008, "Wrong size on WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike"); \ +static_assert(offsetof(WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike, FX_SmokeHorizontal2_0) == 0x000000, "Member 'WBP_FirstStrike_C_SequenceEvent__ENTRYPOINTWBP_FirstStrike::FX_SmokeHorizontal2_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FirstStrike_C \ +static_assert(alignof(UWBP_FirstStrike_C) == 0x000008, "Wrong alignment on UWBP_FirstStrike_C"); \ +static_assert(sizeof(UWBP_FirstStrike_C) == 0x000310, "Wrong size on UWBP_FirstStrike_C"); \ +static_assert(offsetof(UWBP_FirstStrike_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_FirstStrike_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstStrike_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_FirstStrike_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstStrike_C, FX_SmokeHorizontal1) == 0x0002F0, "Member 'UWBP_FirstStrike_C::FX_SmokeHorizontal1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstStrike_C, FX_SmokeHorizontal2) == 0x0002F8, "Member 'UWBP_FirstStrike_C::FX_SmokeHorizontal2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstStrike_C, Image_BG) == 0x000300, "Member 'UWBP_FirstStrike_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FirstStrike_C, WBP_FirstLetter_TitleText) == 0x000308, "Member 'UWBP_FirstStrike_C::WBP_FirstLetter_TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCTS_B22_Title_SmallLine_C \ +static_assert(alignof(UCTS_B22_Title_SmallLine_C) == 0x000010, "Wrong alignment on UCTS_B22_Title_SmallLine_C"); \ +static_assert(sizeof(UCTS_B22_Title_SmallLine_C) == 0x0001B0, "Wrong size on UCTS_B22_Title_SmallLine_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B3_C \ +static_assert(alignof(UCTS_B3_C) == 0x000010, "Wrong alignment on UCTS_B3_C"); \ +static_assert(sizeof(UCTS_B3_C) == 0x0001B0, "Wrong size on UCTS_B3_C"); \ + +#define DUMPER7_ASSERTS_UCTS_B4_Outline_C \ +static_assert(alignof(UCTS_B4_Outline_C) == 0x000010, "Wrong alignment on UCTS_B4_Outline_C"); \ +static_assert(sizeof(UCTS_B4_Outline_C) == 0x0001B0, "Wrong size on UCTS_B4_Outline_C"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing \ +static_assert(alignof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing) == 0x000008, "Wrong alignment on WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing"); \ +static_assert(sizeof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing) == 0x0000E8, "Wrong size on WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, EntryPoint) == 0x000000, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_byte_Variable) == 0x000004, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_bool_Variable) == 0x000006, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_byte_Variable_3) == 0x000008, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_bool_Variable_1) == 0x000009, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000050, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000058, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Event_IsDesignTime) == 0x000080, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000088, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000098, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_MakeStruct_SlateColor) == 0x00009C, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_GetHealText_ReturnValue) == 0x0000B0, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_GetHealText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C0, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C1, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Select_Default) == 0x0000C2, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, Temp_bool_Variable_2) == 0x0000C3, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Select_Default_1) == 0x0000C8, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, K2Node_Select_Default_2) == 0x0000D0, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000D8, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing, CallFunc_GetBoolCVar_ReturnValue) == 0x0000E0, "Member 'WBP_JRPG_HPHealing_C_ExecuteUbergraph_WBP_JRPG_HPHealing::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_HPHealing_C_GetHealText \ +static_assert(alignof(WBP_JRPG_HPHealing_C_GetHealText) == 0x000008, "Wrong alignment on WBP_JRPG_HPHealing_C_GetHealText"); \ +static_assert(sizeof(WBP_JRPG_HPHealing_C_GetHealText) == 0x000088, "Wrong size on WBP_JRPG_HPHealing_C_GetHealText"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_GetHealText, ReturnValue) == 0x000000, "Member 'WBP_JRPG_HPHealing_C_GetHealText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_GetHealText, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000010, "Member 'WBP_JRPG_HPHealing_C_GetHealText::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_GetHealText, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_JRPG_HPHealing_C_GetHealText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_GetHealText, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_JRPG_HPHealing_C_GetHealText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_GetHealText, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_JRPG_HPHealing_C_GetHealText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_HPHealing_C_PreConstruct \ +static_assert(alignof(WBP_JRPG_HPHealing_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_JRPG_HPHealing_C_PreConstruct"); \ +static_assert(sizeof(WBP_JRPG_HPHealing_C_PreConstruct) == 0x000001, "Wrong size on WBP_JRPG_HPHealing_C_PreConstruct"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_JRPG_HPHealing_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_HPHealing_C_Tick \ +static_assert(alignof(WBP_JRPG_HPHealing_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_HPHealing_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_HPHealing_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_HPHealing_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_HPHealing_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_HPHealing_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_HPHealing_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_HPHealing_C \ +static_assert(alignof(UWBP_JRPG_HPHealing_C) == 0x000008, "Wrong alignment on UWBP_JRPG_HPHealing_C"); \ +static_assert(sizeof(UWBP_JRPG_HPHealing_C) == 0x000330, "Wrong size on UWBP_JRPG_HPHealing_C"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_HPHealing_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, Anim_Absorb) == 0x0002E8, "Member 'UWBP_JRPG_HPHealing_C::Anim_Absorb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, Anim_Fade) == 0x0002F0, "Member 'UWBP_JRPG_HPHealing_C::Anim_Fade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, CanvasPanel_Absorb) == 0x0002F8, "Member 'UWBP_JRPG_HPHealing_C::CanvasPanel_Absorb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, HealText) == 0x000300, "Member 'UWBP_JRPG_HPHealing_C::HealText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, Image_BackgroundSecond) == 0x000308, "Member 'UWBP_JRPG_HPHealing_C::Image_BackgroundSecond' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, TextBlock_SecondFeedback_Weak) == 0x000310, "Member 'UWBP_JRPG_HPHealing_C::TextBlock_SecondFeedback_Weak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, HealValue) == 0x000318, "Member 'UWBP_JRPG_HPHealing_C::HealValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, Actor_Reference) == 0x000320, "Member 'UWBP_JRPG_HPHealing_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_HPHealing_C, Reason) == 0x000328, "Member 'UWBP_JRPG_HPHealing_C::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword \ +static_assert(alignof(WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword) == 0x000004, "Wrong alignment on WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword"); \ +static_assert(sizeof(WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword) == 0x000004, "Wrong size on WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword, EntryPoint) == 0x000000, "Member 'WBP_DecoratorWidget_Keyword_C_ExecuteUbergraph_WBP_DecoratorWidget_Keyword::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DecoratorWidget_Keyword_C_SetupIconStyle \ +static_assert(alignof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle) == 0x000010, "Wrong alignment on WBP_DecoratorWidget_Keyword_C_SetupIconStyle"); \ +static_assert(sizeof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle) == 0x0001E0, "Wrong size on WBP_DecoratorWidget_Keyword_C_SetupIconStyle"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable) == 0x000000, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable_2) == 0x000002, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable_3) == 0x000003, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, CallFunc_GetMaxCharacterHeightFromStyle_ReturnValue) == 0x000004, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::CallFunc_GetMaxCharacterHeightFromStyle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, Temp_byte_Variable_5) == 0x000009, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, K2Node_Select_Default) == 0x00000A, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, K2Node_Select_Default_1) == 0x0000E0, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, K2Node_MakeStruct_SlateColor) == 0x0000E4, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, K2Node_MakeStruct_SlateBrush_1) == 0x000100, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupIconStyle, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'WBP_DecoratorWidget_Keyword_C_SetupIconStyle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DecoratorWidget_Keyword_C_SetupTextStyle \ +static_assert(alignof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle) == 0x000010, "Wrong alignment on WBP_DecoratorWidget_Keyword_C_SetupTextStyle"); \ +static_assert(sizeof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle) == 0x0003C0, "Wrong size on WBP_DecoratorWidget_Keyword_C_SetupTextStyle"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle, local_Font) == 0x000000, "Member 'WBP_DecoratorWidget_Keyword_C_SetupTextStyle::local_Font' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle, CallFunc_GetParentStyle_ReturnValue) == 0x000060, "Member 'WBP_DecoratorWidget_Keyword_C_SetupTextStyle::CallFunc_GetParentStyle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle, K2Node_MakeStruct_SlateColor) == 0x0003A0, "Member 'WBP_DecoratorWidget_Keyword_C_SetupTextStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupTextStyle, CallFunc_IsValid_ReturnValue) == 0x0003B4, "Member 'WBP_DecoratorWidget_Keyword_C_SetupTextStyle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DecoratorWidget_Keyword_C_SetupWidget \ +static_assert(alignof(WBP_DecoratorWidget_Keyword_C_SetupWidget) == 0x000008, "Wrong alignment on WBP_DecoratorWidget_Keyword_C_SetupWidget"); \ +static_assert(sizeof(WBP_DecoratorWidget_Keyword_C_SetupWidget) == 0x000078, "Wrong size on WBP_DecoratorWidget_Keyword_C_SetupWidget"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupWidget, CallFunc_GetIDString_ReturnValue) == 0x000000, "Member 'WBP_DecoratorWidget_Keyword_C_SetupWidget::CallFunc_GetIDString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupWidget, CallFunc_GetContentText_ReturnValue) == 0x000010, "Member 'WBP_DecoratorWidget_Keyword_C_SetupWidget::CallFunc_GetContentText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupWidget, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'WBP_DecoratorWidget_Keyword_C_SetupWidget::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupWidget, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'WBP_DecoratorWidget_Keyword_C_SetupWidget::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_DecoratorWidget_Keyword_C_SetupWidget, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'WBP_DecoratorWidget_Keyword_C_SetupWidget::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DecoratorWidget_Keyword_C \ +static_assert(alignof(UWBP_DecoratorWidget_Keyword_C) == 0x000010, "Wrong alignment on UWBP_DecoratorWidget_Keyword_C"); \ +static_assert(sizeof(UWBP_DecoratorWidget_Keyword_C) == 0x0006D0, "Wrong size on UWBP_DecoratorWidget_Keyword_C"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, UberGraphFrame) == 0x000640, "Member 'UWBP_DecoratorWidget_Keyword_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, HorizontalBox_LeftIcon) == 0x000648, "Member 'UWBP_DecoratorWidget_Keyword_C::HorizontalBox_LeftIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, HorizontalBox_RightIcon) == 0x000650, "Member 'UWBP_DecoratorWidget_Keyword_C::HorizontalBox_RightIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, Image_LeftIcon) == 0x000658, "Member 'UWBP_DecoratorWidget_Keyword_C::Image_LeftIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, Image_RightIcon) == 0x000660, "Member 'UWBP_DecoratorWidget_Keyword_C::Image_RightIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, RichTextBlock_Content) == 0x000668, "Member 'UWBP_DecoratorWidget_Keyword_C::RichTextBlock_Content' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, SizeBox_LeftIcon) == 0x000670, "Member 'UWBP_DecoratorWidget_Keyword_C::SizeBox_LeftIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, SizeBox_RightIcon) == 0x000678, "Member 'UWBP_DecoratorWidget_Keyword_C::SizeBox_RightIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, KeywordStyles) == 0x000680, "Member 'UWBP_DecoratorWidget_Keyword_C::KeywordStyles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DecoratorWidget_Keyword_C, AppliedStyle) == 0x000688, "Member 'UWBP_DecoratorWidget_Keyword_C::AppliedStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText \ +static_assert(alignof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText) == 0x000008, "Wrong alignment on WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText"); \ +static_assert(sizeof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText) == 0x000050, "Wrong size on WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, EntryPoint) == 0x000000, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000018, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000038, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'WBP_HeadingText_C_ExecuteUbergraph_WBP_HeadingText::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HeadingText_C_PreConstruct \ +static_assert(alignof(WBP_HeadingText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HeadingText_C_PreConstruct"); \ +static_assert(sizeof(WBP_HeadingText_C_PreConstruct) == 0x000001, "Wrong size on WBP_HeadingText_C_PreConstruct"); \ +static_assert(offsetof(WBP_HeadingText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HeadingText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HeadingText_C_Set_Text \ +static_assert(alignof(WBP_HeadingText_C_Set_Text) == 0x000008, "Wrong alignment on WBP_HeadingText_C_Set_Text"); \ +static_assert(sizeof(WBP_HeadingText_C_Set_Text) == 0x000010, "Wrong size on WBP_HeadingText_C_Set_Text"); \ +static_assert(offsetof(WBP_HeadingText_C_Set_Text, InText) == 0x000000, "Member 'WBP_HeadingText_C_Set_Text::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HeadingText_C_UpdateText \ +static_assert(alignof(WBP_HeadingText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_HeadingText_C_UpdateText"); \ +static_assert(sizeof(WBP_HeadingText_C_UpdateText) == 0x0001A8, "Wrong size on WBP_HeadingText_C_UpdateText"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable) == 0x000000, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable_1) == 0x000008, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable) == 0x000010, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable_2) == 0x000018, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable_3) == 0x000020, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable_4) == 0x000030, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_class_Variable_5) == 0x000038, "Member 'WBP_HeadingText_C_UpdateText::Temp_class_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable_2) == 0x000040, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable_3) == 0x000041, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable_4) == 0x000042, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000048, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000050, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue) == 0x000060, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000061, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000062, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_1) == 0x000063, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue) == 0x000064, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_1) == 0x000065, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default) == 0x000068, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_real_Variable) == 0x000070, "Member 'WBP_HeadingText_C_UpdateText::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetCurrentLanguage_ReturnValue_1) == 0x000078, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetCurrentLanguage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000088, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_2) == 0x000089, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_3) == 0x00008A, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00008B, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_2) == 0x00008C, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_3) == 0x00008D, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default_1) == 0x000090, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_real_Variable_1) == 0x000098, "Member 'WBP_HeadingText_C_UpdateText::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetCurrentLanguage_ReturnValue_2) == 0x0000A0, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetCurrentLanguage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x0000B0, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_4) == 0x0000B1, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_5) == 0x0000B2, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_EqualEqual_ClassClass_ReturnValue_5) == 0x0000B3, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_EqualEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_4) == 0x0000B4, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_5) == 0x0000B5, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default_2) == 0x0000B8, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetCurrentLanguage_ReturnValue_3) == 0x0000C0, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetCurrentLanguage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_6) == 0x0000D0, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_7) == 0x0000D1, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_8) == 0x0000D2, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Contains_ReturnValue_9) == 0x0000D3, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_6) == 0x0000D4, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_7) == 0x0000D5, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_BooleanOR_ReturnValue_8) == 0x0000D6, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Not_PreBool_ReturnValue) == 0x0000D7, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_TextToUpper_ReturnValue) == 0x0000D8, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_TextToUpper_ReturnValue_1) == 0x0000E8, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default_3) == 0x0000F8, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetSubstring_ReturnValue) == 0x000118, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, Temp_bool_Variable_5) == 0x000128, "Member 'WBP_HeadingText_C_UpdateText::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default_4) == 0x000140, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_MakeStruct_Margin) == 0x000144, "Member 'WBP_HeadingText_C_UpdateText::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, K2Node_Select_Default_5) == 0x000158, "Member 'WBP_HeadingText_C_UpdateText::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000168, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Len_ReturnValue) == 0x000178, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_GetSubstring_ReturnValue_1) == 0x000180, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000190, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HeadingText_C_UpdateText, CallFunc_SetMobileFontSizeMultiplier_InMobileFontSizeMultiplier_ImplicitCast) == 0x0001A0, "Member 'WBP_HeadingText_C_UpdateText::CallFunc_SetMobileFontSizeMultiplier_InMobileFontSizeMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HeadingText_C \ +static_assert(alignof(UWBP_HeadingText_C) == 0x000008, "Wrong alignment on UWBP_HeadingText_C"); \ +static_assert(sizeof(UWBP_HeadingText_C) == 0x000350, "Wrong size on UWBP_HeadingText_C"); \ +static_assert(offsetof(UWBP_HeadingText_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HeadingText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, FirstLetter) == 0x000310, "Member 'UWBP_HeadingText_C::FirstLetter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, Heading) == 0x000318, "Member 'UWBP_HeadingText_C::Heading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, IsUpper) == 0x000320, "Member 'UWBP_HeadingText_C::IsUpper' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, FirstLetterStyle) == 0x000328, "Member 'UWBP_HeadingText_C::FirstLetterStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, HeadingStyle) == 0x000330, "Member 'UWBP_HeadingText_C::HeadingStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, ContentText) == 0x000338, "Member 'UWBP_HeadingText_C::ContentText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HeadingText_C, MobileFontSizeMultipler) == 0x000348, "Member 'UWBP_HeadingText_C::MobileFontSizeMultipler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Spline_Palissade_C_UserConstructionScript \ +static_assert(alignof(BP_Spline_Palissade_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Spline_Palissade_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Spline_Palissade_C_UserConstructionScript) == 0x0002B0, "Wrong size on BP_Spline_Palissade_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000000, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, Temp_int_Variable) == 0x000004, "Member 'BP_Spline_Palissade_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_Spline_Palissade_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_Spline_Palissade_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue) == 0x000028, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000030, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000038, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_Random_OutItem) == 0x000040, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_Random_OutIndex) == 0x000048, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000050, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, Temp_struct_Variable) == 0x000070, "Member 'BP_Spline_Palissade_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x0000D0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x0000D8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x0000DC, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_FMod_Remainder) == 0x0000E8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_FMod_ReturnValue) == 0x0000F0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000F8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000100, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000108, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetScaleAtDistanceAlongSpline_ReturnValue) == 0x000120, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetScaleAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x000138, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000150, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000158, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000160, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000168, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x00016C, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000170, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000178, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000180, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000188, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000190, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000198, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0001B0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001B8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0001D0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0001D8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0001E0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x0001E8, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000200, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_AddInstance_ReturnValue) == 0x000260, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_AddInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_FMod_Dividend_ImplicitCast) == 0x000268, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_FMod_Dividend_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetRotationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000270, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetRotationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetScaleAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000274, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetScaleAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000278, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000280, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x000288, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_Add_DoubleDouble_A_ImplicitCast_2) == 0x000290, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_Add_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000298, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x00029C, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_UserConstructionScript, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x0002A0, "Member 'BP_Spline_Palissade_C_UserConstructionScript::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade \ +static_assert(alignof(BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade) == 0x000004, "Wrong alignment on BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade"); \ +static_assert(sizeof(BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade) == 0x000004, "Wrong size on BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade"); \ +static_assert(offsetof(BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade, EntryPoint) == 0x000000, "Member 'BP_Spline_Palissade_C_ExecuteUbergraph_BP_Spline_Palissade::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Spline_Palissade_C_CheckForErrors \ +static_assert(alignof(BP_Spline_Palissade_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Spline_Palissade_C_CheckForErrors"); \ +static_assert(sizeof(BP_Spline_Palissade_C_CheckForErrors) == 0x000040, "Wrong size on BP_Spline_Palissade_C_CheckForErrors"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Spline_Palissade_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Spline_Palissade_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_Spline_Palissade_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_Spline_Palissade_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x000038, "Member 'BP_Spline_Palissade_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Palissade_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_Spline_Palissade_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Spline_Palissade_C \ +static_assert(alignof(ABP_Spline_Palissade_C) == 0x000008, "Wrong alignment on ABP_Spline_Palissade_C"); \ +static_assert(sizeof(ABP_Spline_Palissade_C) == 0x000420, "Wrong size on ABP_Spline_Palissade_C"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, UberGraphFrame) == 0x000290, "Member 'ABP_Spline_Palissade_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Spline1) == 0x000298, "Member 'ABP_Spline_Palissade_C::Spline1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_Spline_Palissade_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Spacing) == 0x0002A8, "Member 'ABP_Spline_Palissade_C::Spacing' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Material) == 0x0002B0, "Member 'ABP_Spline_Palissade_C::Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Curve) == 0x0002B8, "Member 'ABP_Spline_Palissade_C::Curve' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Random_Mesh) == 0x0002C0, "Member 'ABP_Spline_Palissade_C::Random_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, List_Mesh) == 0x0002C8, "Member 'ABP_Spline_Palissade_C::List_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Scale) == 0x0002D8, "Member 'ABP_Spline_Palissade_C::Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, dictionary) == 0x0002E0, "Member 'ABP_Spline_Palissade_C::dictionary' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Length) == 0x000330, "Member 'ABP_Spline_Palissade_C::Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Min_Roll) == 0x000338, "Member 'ABP_Spline_Palissade_C::Min_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Max_Roll) == 0x000340, "Member 'ABP_Spline_Palissade_C::Max_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Min_Pitch) == 0x000348, "Member 'ABP_Spline_Palissade_C::Min_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Max_Pitch) == 0x000350, "Member 'ABP_Spline_Palissade_C::Max_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Min_Yaw) == 0x000358, "Member 'ABP_Spline_Palissade_C::Min_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Max_Yaw) == 0x000360, "Member 'ABP_Spline_Palissade_C::Max_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Array_of_Instanced_Static_Mesh) == 0x000368, "Member 'ABP_Spline_Palissade_C::Array_of_Instanced_Static_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Instanciate) == 0x000378, "Member 'ABP_Spline_Palissade_C::Instanciate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, dictionary_noneinstance) == 0x000380, "Member 'ABP_Spline_Palissade_C::dictionary_noneinstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Array_of__Static_Mesh) == 0x0003D0, "Member 'ABP_Spline_Palissade_C::Array_of__Static_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, VariableScale) == 0x0003E0, "Member 'ABP_Spline_Palissade_C::VariableScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Is_a_BP) == 0x0003E1, "Member 'ABP_Spline_Palissade_C::Is_a_BP' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Roll) == 0x0003E8, "Member 'ABP_Spline_Palissade_C::Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Pitch) == 0x0003F0, "Member 'ABP_Spline_Palissade_C::Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, Yaw) == 0x0003F8, "Member 'ABP_Spline_Palissade_C::Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, min_0) == 0x000400, "Member 'ABP_Spline_Palissade_C::min_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, random_scale_min) == 0x000408, "Member 'ABP_Spline_Palissade_C::random_scale_min' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, random_scale_max) == 0x000410, "Member 'ABP_Spline_Palissade_C::random_scale_max' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, IsCollisionEnable) == 0x000418, "Member 'ABP_Spline_Palissade_C::IsCollisionEnable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Palissade_C, IsCastingShadow) == 0x000419, "Member 'ABP_Spline_Palissade_C::IsCastingShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification \ +static_assert(alignof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification) == 0x000008, "Wrong alignment on WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification"); \ +static_assert(sizeof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification) == 0x000090, "Wrong size on WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, EntryPoint) == 0x000000, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_MakeStruct_SlateColor) == 0x000004, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_CustomEvent_PassiveID) == 0x000020, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_CustomEvent_PassiveID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_CustomEvent_Text) == 0x000028, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_PlayAnimation_ReturnValue_1) == 0x000038, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000070, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, K2Node_Event_Animation) == 0x000078, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_IsAnimationPlayingForward_ReturnValue) == 0x000080, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_IsAnimationPlayingForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_Not_PreBool_ReturnValue) == 0x000081, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000082, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_BooleanAND_ReturnValue) == 0x000083, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification, CallFunc_PlayAnimation_ReturnValue_2) == 0x000088, "Member 'WBP_PassiveEffectNotification_C_ExecuteUbergraph_WBP_PassiveEffectNotification::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectNotification_C_GetPassiveID \ +static_assert(alignof(WBP_PassiveEffectNotification_C_GetPassiveID) == 0x000004, "Wrong alignment on WBP_PassiveEffectNotification_C_GetPassiveID"); \ +static_assert(sizeof(WBP_PassiveEffectNotification_C_GetPassiveID) == 0x000008, "Wrong size on WBP_PassiveEffectNotification_C_GetPassiveID"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_GetPassiveID, Passive_ID_0) == 0x000000, "Member 'WBP_PassiveEffectNotification_C_GetPassiveID::Passive_ID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectNotification_C_LoadPassiveInfo \ +static_assert(alignof(WBP_PassiveEffectNotification_C_LoadPassiveInfo) == 0x000008, "Wrong alignment on WBP_PassiveEffectNotification_C_LoadPassiveInfo"); \ +static_assert(sizeof(WBP_PassiveEffectNotification_C_LoadPassiveInfo) == 0x000018, "Wrong size on WBP_PassiveEffectNotification_C_LoadPassiveInfo"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_LoadPassiveInfo, PassiveID) == 0x000000, "Member 'WBP_PassiveEffectNotification_C_LoadPassiveInfo::PassiveID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_LoadPassiveInfo, Text) == 0x000008, "Member 'WBP_PassiveEffectNotification_C_LoadPassiveInfo::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectNotification_C_OnAnimationFinished \ +static_assert(alignof(WBP_PassiveEffectNotification_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_PassiveEffectNotification_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_PassiveEffectNotification_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_PassiveEffectNotification_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_PassiveEffectNotification_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectNotification_C_SetCount \ +static_assert(alignof(WBP_PassiveEffectNotification_C_SetCount) == 0x000008, "Wrong alignment on WBP_PassiveEffectNotification_C_SetCount"); \ +static_assert(sizeof(WBP_PassiveEffectNotification_C_SetCount) == 0x000020, "Wrong size on WBP_PassiveEffectNotification_C_SetCount"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, Count) == 0x000000, "Member 'WBP_PassiveEffectNotification_C_SetCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, local_MustAppear) == 0x000004, "Member 'WBP_PassiveEffectNotification_C_SetCount::local_MustAppear' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, local_CounterMustAppear) == 0x000005, "Member 'WBP_PassiveEffectNotification_C_SetCount::local_CounterMustAppear' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000006, "Member 'WBP_PassiveEffectNotification_C_SetCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectNotification_C_SetCount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectNotification_C_SetCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_PassiveEffectNotification_C_SetCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectNotification_C \ +static_assert(alignof(UWBP_PassiveEffectNotification_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectNotification_C"); \ +static_assert(sizeof(UWBP_PassiveEffectNotification_C) == 0x000348, "Wrong size on UWBP_PassiveEffectNotification_C"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PassiveEffectNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, Anim_CounterIncrement) == 0x0002E8, "Member 'UWBP_PassiveEffectNotification_C::Anim_CounterIncrement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, Anim_AppearFlash) == 0x0002F0, "Member 'UWBP_PassiveEffectNotification_C::Anim_AppearFlash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, Anim_Appear) == 0x0002F8, "Member 'UWBP_PassiveEffectNotification_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, Text_LootName) == 0x000300, "Member 'UWBP_PassiveEffectNotification_C::Text_LootName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, TextBlock_CounterValue) == 0x000308, "Member 'UWBP_PassiveEffectNotification_C::TextBlock_CounterValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, WBP_Background_Raw_List) == 0x000310, "Member 'UWBP_PassiveEffectNotification_C::WBP_Background_Raw_List' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, CurrentCount) == 0x000318, "Member 'UWBP_PassiveEffectNotification_C::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, OnNotificationExpired) == 0x000320, "Member 'UWBP_PassiveEffectNotification_C::OnNotificationExpired' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, Passive_ID) == 0x000330, "Member 'UWBP_PassiveEffectNotification_C::Passive_ID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, DisappearHandle) == 0x000338, "Member 'UWBP_PassiveEffectNotification_C::DisappearHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectNotification_C, DisappearTime) == 0x000340, "Member 'UWBP_PassiveEffectNotification_C::DisappearTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock \ +static_assert(alignof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock) == 0x000008, "Wrong alignment on WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock"); \ +static_assert(sizeof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock) == 0x000128, "Wrong size on WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, EntryPoint) == 0x000000, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000008, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000018, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000028, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess_2) == 0x000030, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetVisibility_ReturnValue) == 0x000048, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsVertical_Box_Slot_1) == 0x000050, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsVertical_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x000060, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess_4) == 0x000068, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetZOrder_ReturnValue) == 0x00006C, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetZOrder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetSize_ReturnValue) == 0x000070, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetOffsets_ReturnValue) == 0x000080, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetOffsets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetPosition_ReturnValue) == 0x000090, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetLayout_ReturnValue) == 0x0000A0, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetLayout_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetAutoSize_ReturnValue) == 0x0000E0, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetAutoSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetAnchors_ReturnValue) == 0x0000E8, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetAnchors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, CallFunc_GetAlignment_ReturnValue) == 0x000108, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::CallFunc_GetAlignment_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_AsHorizontal_Box_Slot_1) == 0x000118, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_AsHorizontal_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock, K2Node_DynamicCast_bSuccess_5) == 0x000120, "Member 'WBP_SF_RichTextBlock_C_ExecuteUbergraph_WBP_SF_RichTextBlock::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SF_RichTextBlock_C \ +static_assert(alignof(UWBP_SF_RichTextBlock_C) == 0x000010, "Wrong alignment on UWBP_SF_RichTextBlock_C"); \ +static_assert(sizeof(UWBP_SF_RichTextBlock_C) == 0x0008E0, "Wrong size on UWBP_SF_RichTextBlock_C"); \ +static_assert(offsetof(UWBP_SF_RichTextBlock_C, UberGraphFrame) == 0x0008D0, "Member 'UWBP_SF_RichTextBlock_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SF_RichTextBlock_C, TextBlock) == 0x0008D8, "Member 'UWBP_SF_RichTextBlock_C::TextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetExplorationCapacityUnlocked_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetExplorationCapacityUnlocked_C \ +static_assert(alignof(UBP_GameAction_SetExplorationCapacityUnlocked_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetExplorationCapacityUnlocked_C"); \ +static_assert(sizeof(UBP_GameAction_SetExplorationCapacityUnlocked_C) == 0x000080, "Wrong size on UBP_GameAction_SetExplorationCapacityUnlocked_C"); \ +static_assert(offsetof(UBP_GameAction_SetExplorationCapacityUnlocked_C, ExplorationCapacities) == 0x000030, "Member 'UBP_GameAction_SetExplorationCapacityUnlocked_C::ExplorationCapacities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph \ +static_assert(alignof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph) == 0x000008, "Wrong alignment on WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph"); \ +static_assert(sizeof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph) == 0x000028, "Wrong size on WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph"); \ +static_assert(offsetof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph, EntryPoint) == 0x000000, "Member 'WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph, K2Node_CustomEvent_Duration) == 0x000010, "Member 'WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph, CallFunc_Delay_Duration_ImplicitCast) == 0x000020, "Member 'WBP_CreditParagraph_C_ExecuteUbergraph_WBP_CreditParagraph::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditParagraph_C_FadeIn \ +static_assert(alignof(WBP_CreditParagraph_C_FadeIn) == 0x000008, "Wrong alignment on WBP_CreditParagraph_C_FadeIn"); \ +static_assert(sizeof(WBP_CreditParagraph_C_FadeIn) == 0x000008, "Wrong size on WBP_CreditParagraph_C_FadeIn"); \ +static_assert(offsetof(WBP_CreditParagraph_C_FadeIn, Duration) == 0x000000, "Member 'WBP_CreditParagraph_C_FadeIn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditParagraph_C \ +static_assert(alignof(UWBP_CreditParagraph_C) == 0x000008, "Wrong alignment on UWBP_CreditParagraph_C"); \ +static_assert(sizeof(UWBP_CreditParagraph_C) == 0x000308, "Wrong size on UWBP_CreditParagraph_C"); \ +static_assert(offsetof(UWBP_CreditParagraph_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CreditParagraph_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraph_C, Anim_FadeOUT) == 0x0002E8, "Member 'UWBP_CreditParagraph_C::Anim_FadeOUT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraph_C, Anim_FadeIN) == 0x0002F0, "Member 'UWBP_CreditParagraph_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraph_C, WBP_SF_RichTextBlock_Names) == 0x0002F8, "Member 'UWBP_CreditParagraph_C::WBP_SF_RichTextBlock_Names' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraph_C, WBP_SF_RichTextBlock_Title) == 0x000300, "Member 'UWBP_CreditParagraph_C::WBP_SF_RichTextBlock_Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Subtitle_C_DisplaySubtitles \ +static_assert(alignof(WBP_Subtitle_C_DisplaySubtitles) == 0x000008, "Wrong alignment on WBP_Subtitle_C_DisplaySubtitles"); \ +static_assert(sizeof(WBP_Subtitle_C_DisplaySubtitles) == 0x000018, "Wrong size on WBP_Subtitle_C_DisplaySubtitles"); \ +static_assert(offsetof(WBP_Subtitle_C_DisplaySubtitles, SpokenText) == 0x000000, "Member 'WBP_Subtitle_C_DisplaySubtitles::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitle_C_DisplaySubtitles, SubtitleDuration) == 0x000010, "Member 'WBP_Subtitle_C_DisplaySubtitles::SubtitleDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle \ +static_assert(alignof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle) == 0x000008, "Wrong alignment on WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle"); \ +static_assert(sizeof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle) == 0x000038, "Wrong size on WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle"); \ +static_assert(offsetof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle, EntryPoint) == 0x000000, "Member 'WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle, K2Node_CustomEvent_SpokenText) == 0x000008, "Member 'WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle::K2Node_CustomEvent_SpokenText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle, K2Node_CustomEvent_SubtitleDuration) == 0x000018, "Member 'WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle::K2Node_CustomEvent_SubtitleDuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle, CallFunc_RetriggerableDelay_Duration_ImplicitCast) == 0x000030, "Member 'WBP_Subtitle_C_ExecuteUbergraph_WBP_Subtitle::CallFunc_RetriggerableDelay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Subtitle_C \ +static_assert(alignof(UWBP_Subtitle_C) == 0x000008, "Wrong alignment on UWBP_Subtitle_C"); \ +static_assert(sizeof(UWBP_Subtitle_C) == 0x0002F0, "Wrong size on UWBP_Subtitle_C"); \ +static_assert(offsetof(UWBP_Subtitle_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Subtitle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Subtitle_C, SF_RichText_Hint) == 0x0002E8, "Member 'UWBP_Subtitle_C::SF_RichText_Hint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen \ +static_assert(alignof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen) == 0x000008, "Wrong alignment on WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen"); \ +static_assert(sizeof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen) == 0x0000D8, "Wrong size on WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, EntryPoint) == 0x000000, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable) == 0x000004, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_5) == 0x000009, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_6) == 0x00000A, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_7) == 0x00000B, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_8) == 0x00000C, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_9) == 0x00000D, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_10) == 0x00000E, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_11) == 0x00000F, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_12) == 0x000010, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_13) == 0x000011, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_14) == 0x000012, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_15) == 0x000018, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_byte_Variable_16) == 0x000019, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_wildcard_Temp_buffer_array_Variable) == 0x000020, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_JoinStringArray_ReturnValue) == 0x000040, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_Select_Default) == 0x000095, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000098, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_Select_Default_1) == 0x0000A1, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_DynamicCast_AsVertical_Box_Slot_1) == 0x0000B0, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_DynamicCast_AsVertical_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen, CallFunc_Delay_Duration_ImplicitCast) == 0x0000D0, "Member 'WBP_CreditParagraphOnScreen_C_ExecuteUbergraph_WBP_CreditParagraphOnScreen::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditParagraphOnScreen_C \ +static_assert(alignof(UWBP_CreditParagraphOnScreen_C) == 0x000008, "Wrong alignment on UWBP_CreditParagraphOnScreen_C"); \ +static_assert(sizeof(UWBP_CreditParagraphOnScreen_C) == 0x000358, "Wrong size on UWBP_CreditParagraphOnScreen_C"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CreditParagraphOnScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_Right) == 0x0002E8, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_Left) == 0x0002F0, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_BottomLeft) == 0x0002F8, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_BottomLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_BottomRight) == 0x000300, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_BottomRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_TopRight) == 0x000308, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_TopRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_TopLeft) == 0x000310, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_TopLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, Anim_State_Centered) == 0x000318, "Member 'UWBP_CreditParagraphOnScreen_C::Anim_State_Centered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, WBP_CreditParagraph) == 0x000320, "Member 'UWBP_CreditParagraphOnScreen_C::WBP_CreditParagraph' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditParagraphOnScreen_C, CreditParagraph) == 0x000328, "Member 'UWBP_CreditParagraphOnScreen_C::CreditParagraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard \ +static_assert(alignof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard) == 0x000008, "Wrong alignment on WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard"); \ +static_assert(sizeof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard) == 0x000178, "Wrong size on WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, EntryPoint) == 0x000000, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_byte_Variable) == 0x000014, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable) == 0x000018, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_1) == 0x000028, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_2) == 0x000038, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_3) == 0x000048, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_byte_Variable_1) == 0x000058, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_4) == 0x00005C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_5) == 0x00006C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_6) == 0x00007C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_7) == 0x00008C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_byte_Variable_2) == 0x00009C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_8) == 0x0000B0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_9) == 0x0000C0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_10) == 0x0000D0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, Temp_struct_Variable_11) == 0x0000E0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_Event_IsDesignTime) == 0x0000F0, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_CustomEvent_InText) == 0x0000F8, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_CustomEvent_Text) == 0x000108, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_CustomEvent_Theme) == 0x000118, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_CustomEvent_Theme' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_Select_Default) == 0x00011C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_MakeStruct_SlateColor) == 0x00012C, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_Select_Default_1) == 0x000140, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, K2Node_Select_Default_2) == 0x000150, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, CallFunc_PlayAnimation_ReturnValue) == 0x000160, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, CallFunc_PlayAnimation_ReturnValue_1) == 0x000168, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard, CallFunc_Delay_Duration_ImplicitCast) == 0x000170, "Member 'WBP_ToastCard_C_ExecuteUbergraph_WBP_ToastCard::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCard_C_Init \ +static_assert(alignof(WBP_ToastCard_C_Init) == 0x000008, "Wrong alignment on WBP_ToastCard_C_Init"); \ +static_assert(sizeof(WBP_ToastCard_C_Init) == 0x000018, "Wrong size on WBP_ToastCard_C_Init"); \ +static_assert(offsetof(WBP_ToastCard_C_Init, Text_0) == 0x000000, "Member 'WBP_ToastCard_C_Init::Text_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCard_C_Init, Theme) == 0x000010, "Member 'WBP_ToastCard_C_Init::Theme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCard_C_PreConstruct \ +static_assert(alignof(WBP_ToastCard_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ToastCard_C_PreConstruct"); \ +static_assert(sizeof(WBP_ToastCard_C_PreConstruct) == 0x000001, "Wrong size on WBP_ToastCard_C_PreConstruct"); \ +static_assert(offsetof(WBP_ToastCard_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ToastCard_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCard_C_SetText \ +static_assert(alignof(WBP_ToastCard_C_SetText) == 0x000008, "Wrong alignment on WBP_ToastCard_C_SetText"); \ +static_assert(sizeof(WBP_ToastCard_C_SetText) == 0x000010, "Wrong size on WBP_ToastCard_C_SetText"); \ +static_assert(offsetof(WBP_ToastCard_C_SetText, InText) == 0x000000, "Member 'WBP_ToastCard_C_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ToastCard_C \ +static_assert(alignof(UWBP_ToastCard_C) == 0x000008, "Wrong alignment on UWBP_ToastCard_C"); \ +static_assert(sizeof(UWBP_ToastCard_C) == 0x000340, "Wrong size on UWBP_ToastCard_C"); \ +static_assert(offsetof(UWBP_ToastCard_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_ToastCard_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Anim_FadeOUT) == 0x0002E8, "Member 'UWBP_ToastCard_C::Anim_FadeOUT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Anim_FadeIN) == 0x0002F0, "Member 'UWBP_ToastCard_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Image_Background) == 0x0002F8, "Member 'UWBP_ToastCard_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Image_Circle_Right) == 0x000300, "Member 'UWBP_ToastCard_C::Image_Circle_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Image_CircleLeft) == 0x000308, "Member 'UWBP_ToastCard_C::Image_CircleLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Image_Line_Bottom) == 0x000310, "Member 'UWBP_ToastCard_C::Image_Line_Bottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Image_Line_Top) == 0x000318, "Member 'UWBP_ToastCard_C::Image_Line_Top' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, WBP_SF_RichTextBlock_C_31) == 0x000320, "Member 'UWBP_ToastCard_C::WBP_SF_RichTextBlock_C_31' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Text) == 0x000328, "Member 'UWBP_ToastCard_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCard_C, Duration) == 0x000338, "Member 'UWBP_ToastCard_C::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer \ +static_assert(alignof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer) == 0x000008, "Wrong alignment on WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer"); \ +static_assert(sizeof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer) == 0x0000F0, "Wrong size on WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, EntryPoint) == 0x000000, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000008, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_GetViewportWidgetGeometry_ReturnValue) == 0x000014, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_GetViewportWidgetGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, K2Node_CustomEvent_Widget) == 0x000050, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, K2Node_MakeStruct_Anchors) == 0x000058, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_GetCachedGeometry_ReturnValue) == 0x000078, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_GetLocalSize_ReturnValue) == 0x0000B0, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x0000C0, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_LocalToAbsolute_ReturnValue) == 0x0000D0, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer, CallFunc_AbsoluteToLocal_ReturnValue) == 0x0000E0, "Member 'WBP_ToastCardFullscreenContainer_C_ExecuteUbergraph_WBP_ToastCardFullscreenContainer::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCardFullscreenContainer_C_PreConstruct \ +static_assert(alignof(WBP_ToastCardFullscreenContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ToastCardFullscreenContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_ToastCardFullscreenContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_ToastCardFullscreenContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ToastCardFullscreenContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ToastCardFullscreenContainer_C_SnapOnWidget \ +static_assert(alignof(WBP_ToastCardFullscreenContainer_C_SnapOnWidget) == 0x000008, "Wrong alignment on WBP_ToastCardFullscreenContainer_C_SnapOnWidget"); \ +static_assert(sizeof(WBP_ToastCardFullscreenContainer_C_SnapOnWidget) == 0x000008, "Wrong size on WBP_ToastCardFullscreenContainer_C_SnapOnWidget"); \ +static_assert(offsetof(WBP_ToastCardFullscreenContainer_C_SnapOnWidget, Widget) == 0x000000, "Member 'WBP_ToastCardFullscreenContainer_C_SnapOnWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ToastCardFullscreenContainer_C \ +static_assert(alignof(UWBP_ToastCardFullscreenContainer_C) == 0x000008, "Wrong alignment on UWBP_ToastCardFullscreenContainer_C"); \ +static_assert(sizeof(UWBP_ToastCardFullscreenContainer_C) == 0x000310, "Wrong size on UWBP_ToastCardFullscreenContainer_C"); \ +static_assert(offsetof(UWBP_ToastCardFullscreenContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_ToastCardFullscreenContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCardFullscreenContainer_C, CanvasPanel) == 0x0002E8, "Member 'UWBP_ToastCardFullscreenContainer_C::CanvasPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCardFullscreenContainer_C, WBP_ToastCard) == 0x0002F0, "Member 'UWBP_ToastCardFullscreenContainer_C::WBP_ToastCard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCardFullscreenContainer_C, Text) == 0x0002F8, "Member 'UWBP_ToastCardFullscreenContainer_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ToastCardFullscreenContainer_C, Theme) == 0x000308, "Member 'UWBP_ToastCardFullscreenContainer_C::Theme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget \ +static_assert(alignof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget) == 0x000008, "Wrong alignment on FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget"); \ +static_assert(sizeof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget) == 0x000030, "Wrong size on FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget"); \ +static_assert(offsetof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget, Text) == 0x000000, "Member 'FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget::Text' has a wrong offset!"); \ +static_assert(offsetof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget, Theme) == 0x000010, "Member 'FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget::Theme' has a wrong offset!"); \ +static_assert(offsetof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget, Widget) == 0x000018, "Member 'FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget, __WorldContext) == 0x000020, "Member 'FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'FL_ToastNotificationHelpers_C_ShowToastNotificationOnWidget::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_ToastNotificationHelpers_C \ +static_assert(alignof(UFL_ToastNotificationHelpers_C) == 0x000008, "Wrong alignment on UFL_ToastNotificationHelpers_C"); \ +static_assert(sizeof(UFL_ToastNotificationHelpers_C) == 0x000028, "Wrong size on UFL_ToastNotificationHelpers_C"); \ + +#define DUMPER7_ASSERTS_UBP_DA_IWD_data_C \ +static_assert(alignof(UBP_DA_IWD_data_C) == 0x000008, "Wrong alignment on UBP_DA_IWD_data_C"); \ +static_assert(sizeof(UBP_DA_IWD_data_C) == 0x000040, "Wrong size on UBP_DA_IWD_data_C"); \ +static_assert(offsetof(UBP_DA_IWD_data_C, Lines) == 0x000030, "Member 'UBP_DA_IWD_data_C::Lines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Item_C_GetItemDisplayText \ +static_assert(alignof(BP_GeneratedItemInfo_Item_C_GetItemDisplayText) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Item_C_GetItemDisplayText"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Item_C_GetItemDisplayText) == 0x000010, "Wrong size on BP_GeneratedItemInfo_Item_C_GetItemDisplayText"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Item_C_GetItemDisplayText, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Item_C_GetItemDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Item_C_GetItemIcon \ +static_assert(alignof(BP_GeneratedItemInfo_Item_C_GetItemIcon) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Item_C_GetItemIcon"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Item_C_GetItemIcon) == 0x000028, "Wrong size on BP_GeneratedItemInfo_Item_C_GetItemIcon"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Item_C_GetItemIcon, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Item_C_GetItemIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Item_C_GetItemType \ +static_assert(alignof(BP_GeneratedItemInfo_Item_C_GetItemType) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_Item_C_GetItemType"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Item_C_GetItemType) == 0x000001, "Wrong size on BP_GeneratedItemInfo_Item_C_GetItemType"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Item_C_GetItemType, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_Item_C_GetItemType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_Item_C_Init \ +static_assert(alignof(BP_GeneratedItemInfo_Item_C_Init) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_Item_C_Init"); \ +static_assert(sizeof(BP_GeneratedItemInfo_Item_C_Init) == 0x000138, "Wrong size on BP_GeneratedItemInfo_Item_C_Init"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Item_C_Init, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000000, "Member 'BP_GeneratedItemInfo_Item_C_Init::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_Item_C_Init, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000008, "Member 'BP_GeneratedItemInfo_Item_C_Init::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GeneratedItemInfo_Item_C \ +static_assert(alignof(UBP_GeneratedItemInfo_Item_C) == 0x000008, "Wrong alignment on UBP_GeneratedItemInfo_Item_C"); \ +static_assert(sizeof(UBP_GeneratedItemInfo_Item_C) == 0x000168, "Wrong size on UBP_GeneratedItemInfo_Item_C"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_Item_C, ItemId) == 0x00002C, "Member 'UBP_GeneratedItemInfo_Item_C::ItemId' has a wrong offset!"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_Item_C, ItemStaticData) == 0x000038, "Member 'UBP_GeneratedItemInfo_Item_C::ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope \ +static_assert(alignof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope) == 0x000008, "Wrong alignment on BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope"); \ +static_assert(sizeof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope) == 0x000240, "Wrong size on BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, EntryPoint) == 0x000000, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_MakeRotator_ReturnValue) == 0x000010, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000040, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000058, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_VSize_ReturnValue) == 0x000150, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Normal_ReturnValue) == 0x000158, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000170, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000178, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000190, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_FindLookAtRotation_ReturnValue) == 0x000198, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0001B0, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001B8, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0001D0, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0001E8, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000200, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000218, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_Add_VectorVector_ReturnValue) == 0x000220, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000238, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x00023C, "Member 'BP_GrappleHook_Rope_C_ExecuteUbergraph_BP_GrappleHook_Rope::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GrappleHook_Rope_C \ +static_assert(alignof(ABP_GrappleHook_Rope_C) == 0x000008, "Wrong alignment on ABP_GrappleHook_Rope_C"); \ +static_assert(sizeof(ABP_GrappleHook_Rope_C) == 0x0002E0, "Wrong size on ABP_GrappleHook_Rope_C"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, UberGraphFrame) == 0x000290, "Member 'ABP_GrappleHook_Rope_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, FX_GrappleRope03) == 0x000298, "Member 'ABP_GrappleHook_Rope_C::FX_GrappleRope03' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, FX_GrappleRope02) == 0x0002A0, "Member 'ABP_GrappleHook_Rope_C::FX_GrappleRope02' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, FX_GrappleRope01) == 0x0002A8, "Member 'ABP_GrappleHook_Rope_C::FX_GrappleRope01' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, RopeEnd) == 0x0002B0, "Member 'ABP_GrappleHook_Rope_C::RopeEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, RopeCable) == 0x0002B8, "Member 'ABP_GrappleHook_Rope_C::RopeCable' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_GrappleHook_Rope_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrappleHook_Rope_C, GrappleLocation) == 0x0002C8, "Member 'ABP_GrappleHook_Rope_C::GrappleLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_RealRenoir__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData) == 0x000C38, "Wrong size on ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __NameProperty_178) == 0x000004, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__NameProperty_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __NameProperty_179) == 0x00000C, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__NameProperty_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __BlendProfile_180) == 0x000018, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__BlendProfile_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __CurveFloat_181) == 0x000020, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__CurveFloat_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __BoolProperty_182) == 0x000028, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__BoolProperty_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __EnumProperty_183) == 0x000029, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__EnumProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __EnumProperty_184) == 0x00002A, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__EnumProperty_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __ArrayProperty_185) == 0x000030, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__ArrayProperty_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, __StructProperty_186) == 0x000040, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::__StructProperty_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000F8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000128, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x000158, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000188, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0001B8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0001E8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000218, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000248, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000278, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x0002A8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x0002D8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000308, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000338, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000368, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000398, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x0003C8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x0003F8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000428, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000458, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000488, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x0004B8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x0004E8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x000518, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x000548, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000578, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController) == 0x0005A8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x0005D8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000608, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000638, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000668, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000698, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x0006C8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x0006F8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000728, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000758, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x000788, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x0007B8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x0007E8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000818, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000848, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000878, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x0008A8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x0008D8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000908, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000938, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000968, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000998, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x0009C8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x0009F8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000A28, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000A58, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000A88, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000AB8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000AE8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000B18, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000B48, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000B78, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x000BA8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000BD8, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000C08, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_RealRenoir__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_PostProcess_RealRenoir::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_RealRenoir_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_RealRenoir_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_RealRenoir_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_RealRenoir_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_RealRenoir_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_RealRenoir_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_RealRenoir_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_PostProcess_RealRenoir_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir \ +static_assert(alignof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir) == 0x000008, "Wrong alignment on ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir"); \ +static_assert(sizeof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir) == 0x000038, "Wrong size on ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000018, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00002C, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_PostProcess_RealRenoir_C_ExecuteUbergraph_ABP_PostProcess_RealRenoir::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_RealRenoir_C \ +static_assert(alignof(UABP_PostProcess_RealRenoir_C) == 0x000010, "Wrong alignment on UABP_PostProcess_RealRenoir_C"); \ +static_assert(sizeof(UABP_PostProcess_RealRenoir_C) == 0x007250, "Wrong size on UABP_PostProcess_RealRenoir_C"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_RealRenoir_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_PostProcess_RealRenoir_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_PostProcess_RealRenoir_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_PostProcess_RealRenoir_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_Root) == 0x000390, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_LocalToComponentSpace) == 0x0003B0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_ControlRig) == 0x0003D0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_ComponentToLocalSpace) == 0x0008A0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_LinkedInputPose) == 0x0008C0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics_5) == 0x000980, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics_4) == 0x000EA0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics_3) == 0x0013C0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics_2) == 0x0018E0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics_1) == 0x001E00, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_AnimDynamics) == 0x002320, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_43) == 0x002840, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_42) == 0x0029E0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_41) == 0x002B80, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_40) == 0x002D20, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_39) == 0x002EC0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_38) == 0x003060, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_37) == 0x003200, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_36) == 0x0033A0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_35) == 0x003540, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_34) == 0x0036E0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_33) == 0x003880, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_32) == 0x003A20, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_31) == 0x003BC0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_30) == 0x003D60, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_BoneDrivenController) == 0x003F00, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_UseCachedPose_1) == 0x004028, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_BlendListByBool) == 0x004050, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_29) == 0x004098, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_28) == 0x004238, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_27) == 0x0043D8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_26) == 0x004578, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_25) == 0x004718, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_24) == 0x0048B8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_23) == 0x004A58, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_22) == 0x004BF8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_21) == 0x004D98, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_20) == 0x004F38, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_19) == 0x0050D8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_18) == 0x005278, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_17) == 0x005418, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_16) == 0x0055B8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_15) == 0x005758, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_UseCachedPose) == 0x0058F8, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_14) == 0x005920, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_13) == 0x005AC0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_12) == 0x005C60, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_11) == 0x005E00, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_10) == 0x005FA0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_9) == 0x006140, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_8) == 0x0062E0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_7) == 0x006480, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_6) == 0x006620, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_5) == 0x0067C0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_4) == 0x006960, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_3) == 0x006B00, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_2) == 0x006CA0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver_1) == 0x006E40, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_PoseDriver) == 0x006FE0, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AnimGraphNode_SaveCachedPose) == 0x007180, "Member 'UABP_PostProcess_RealRenoir_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, Coat_KawaiiSettings) == 0x007200, "Member 'UABP_PostProcess_RealRenoir_C::Coat_KawaiiSettings' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, Sleeves_KawaiiSettings) == 0x007218, "Member 'UABP_PostProcess_RealRenoir_C::Sleeves_KawaiiSettings' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AlphaSleeves) == 0x007230, "Member 'UABP_PostProcess_RealRenoir_C::AlphaSleeves' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, Alpha_Coat_Ext) == 0x007234, "Member 'UABP_PostProcess_RealRenoir_C::Alpha_Coat_Ext' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, Alpha_Coat_Int) == 0x007238, "Member 'UABP_PostProcess_RealRenoir_C::Alpha_Coat_Int' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, Alpha_Kawaii) == 0x00723C, "Member 'UABP_PostProcess_RealRenoir_C::Alpha_Kawaii' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, ShouldDisablePostProcess) == 0x007240, "Member 'UABP_PostProcess_RealRenoir_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_RealRenoir_C, AlphaTransition) == 0x007248, "Member 'UABP_PostProcess_RealRenoir_C::AlphaTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdownEntry_C_BndEvt__WBP_SortDropdownEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry \ +static_assert(alignof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry) == 0x000008, "Wrong alignment on WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry"); \ +static_assert(sizeof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry) == 0x000038, "Wrong size on WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, EntryPoint) == 0x000000, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, Temp_bool_Variable) == 0x000004, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, Temp_class_Variable) == 0x000008, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, Temp_class_Variable_1) == 0x000010, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, K2Node_ComponentBoundEvent_Button) == 0x000020, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, K2Node_ComponentBoundEvent_Selected) == 0x000028, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry, K2Node_Select_Default) == 0x000030, "Member 'WBP_SortDropdownEntry_C_ExecuteUbergraph_WBP_SortDropdownEntry::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdownEntry_C_GetSortDropdownEntry \ +static_assert(alignof(WBP_SortDropdownEntry_C_GetSortDropdownEntry) == 0x000008, "Wrong alignment on WBP_SortDropdownEntry_C_GetSortDropdownEntry"); \ +static_assert(sizeof(WBP_SortDropdownEntry_C_GetSortDropdownEntry) == 0x000018, "Wrong size on WBP_SortDropdownEntry_C_GetSortDropdownEntry"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_GetSortDropdownEntry, SortDropdownEntry_0) == 0x000000, "Member 'WBP_SortDropdownEntry_C_GetSortDropdownEntry::SortDropdownEntry_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdownEntry_C_SetSortDropdownEntry \ +static_assert(alignof(WBP_SortDropdownEntry_C_SetSortDropdownEntry) == 0x000008, "Wrong alignment on WBP_SortDropdownEntry_C_SetSortDropdownEntry"); \ +static_assert(sizeof(WBP_SortDropdownEntry_C_SetSortDropdownEntry) == 0x000018, "Wrong size on WBP_SortDropdownEntry_C_SetSortDropdownEntry"); \ +static_assert(offsetof(WBP_SortDropdownEntry_C_SetSortDropdownEntry, SortDropdownEntry_0) == 0x000000, "Member 'WBP_SortDropdownEntry_C_SetSortDropdownEntry::SortDropdownEntry_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SortDropdownEntry_C \ +static_assert(alignof(UWBP_SortDropdownEntry_C) == 0x000008, "Wrong alignment on UWBP_SortDropdownEntry_C"); \ +static_assert(sizeof(UWBP_SortDropdownEntry_C) == 0x000348, "Wrong size on UWBP_SortDropdownEntry_C"); \ +static_assert(offsetof(UWBP_SortDropdownEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SortDropdownEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdownEntry_C, BaseButton) == 0x000310, "Member 'UWBP_SortDropdownEntry_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdownEntry_C, EntryDisplayText) == 0x000318, "Member 'UWBP_SortDropdownEntry_C::EntryDisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdownEntry_C, SortDropdownEntry) == 0x000320, "Member 'UWBP_SortDropdownEntry_C::SortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdownEntry_C, OnEntryClicked) == 0x000338, "Member 'UWBP_SortDropdownEntry_C::OnEntryClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject \ +static_assert(alignof(BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject) == 0x000004, "Wrong alignment on BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject"); \ +static_assert(sizeof(BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject) == 0x000004, "Wrong size on BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject"); \ +static_assert(offsetof(BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject, EntryPoint) == 0x000000, "Member 'BP_ExplorationCapacity_TorchObject_C_ExecuteUbergraph_BP_ExplorationCapacity_TorchObject::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ExplorationCapacity_TorchObject_C \ +static_assert(alignof(ABP_ExplorationCapacity_TorchObject_C) == 0x000008, "Wrong alignment on ABP_ExplorationCapacity_TorchObject_C"); \ +static_assert(sizeof(ABP_ExplorationCapacity_TorchObject_C) == 0x0002B8, "Wrong size on ABP_ExplorationCapacity_TorchObject_C"); \ +static_assert(offsetof(ABP_ExplorationCapacity_TorchObject_C, UberGraphFrame) == 0x000290, "Member 'ABP_ExplorationCapacity_TorchObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ExplorationCapacity_TorchObject_C, Torch_Light) == 0x000298, "Member 'ABP_ExplorationCapacity_TorchObject_C::Torch_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_ExplorationCapacity_TorchObject_C, FX_Spring_Meadows_Weak_Point) == 0x0002A0, "Member 'ABP_ExplorationCapacity_TorchObject_C::FX_Spring_Meadows_Weak_Point' has a wrong offset!"); \ +static_assert(offsetof(ABP_ExplorationCapacity_TorchObject_C, Torch_Ball) == 0x0002A8, "Member 'ABP_ExplorationCapacity_TorchObject_C::Torch_Ball' has a wrong offset!"); \ +static_assert(offsetof(ABP_ExplorationCapacity_TorchObject_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_ExplorationCapacity_TorchObject_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_BndEvt__WBP_SlotSquare_CustomizationPanel_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel) == 0x000050, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, EntryPoint) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_byte_Variable) == 0x000004, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_bool_Variable) == 0x000006, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_class_Variable) == 0x000008, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_class_Variable_1) == 0x000010, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_ComponentBoundEvent_Button_2) == 0x000018, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_ComponentBoundEvent_Selected) == 0x000028, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_Select_Default) == 0x000030, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, Temp_bool_Variable_1) == 0x000038, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_ComponentBoundEvent_Button) == 0x000040, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel, K2Node_Select_Default_1) == 0x000048, "Member 'WBP_SlotSquare_CustomizationPanel_C_ExecuteUbergraph_WBP_SlotSquare_CustomizationPanel::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_GetItem \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_GetItem) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_GetItem"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_GetItem) == 0x000130, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_GetItem"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_GetItem, Item) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_GetItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SlotSquare_CustomizationPanel_C_LoadItemData \ +static_assert(alignof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData) == 0x000008, "Wrong alignment on WBP_SlotSquare_CustomizationPanel_C_LoadItemData"); \ +static_assert(sizeof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData) == 0x000150, "Wrong size on WBP_SlotSquare_CustomizationPanel_C_LoadItemData"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData, Item) == 0x000000, "Member 'WBP_SlotSquare_CustomizationPanel_C_LoadItemData::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData, CallFunc_GetItemStaticData_ItemStaticData) == 0x000008, "Member 'WBP_SlotSquare_CustomizationPanel_C_LoadItemData::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000138, "Member 'WBP_SlotSquare_CustomizationPanel_C_LoadItemData::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_SlotSquare_CustomizationPanel_C_LoadItemData, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000148, "Member 'WBP_SlotSquare_CustomizationPanel_C_LoadItemData::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SlotSquare_CustomizationPanel_C \ +static_assert(alignof(UWBP_SlotSquare_CustomizationPanel_C) == 0x000008, "Wrong alignment on UWBP_SlotSquare_CustomizationPanel_C"); \ +static_assert(sizeof(UWBP_SlotSquare_CustomizationPanel_C) == 0x000488, "Wrong size on UWBP_SlotSquare_CustomizationPanel_C"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SlotSquare_CustomizationPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, BaseButton) == 0x000310, "Member 'UWBP_SlotSquare_CustomizationPanel_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, CustomizationIcon) == 0x000318, "Member 'UWBP_SlotSquare_CustomizationPanel_C::CustomizationIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, CustomizationName) == 0x000320, "Member 'UWBP_SlotSquare_CustomizationPanel_C::CustomizationName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, EquippedOverlay) == 0x000328, "Member 'UWBP_SlotSquare_CustomizationPanel_C::EquippedOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, NotificationBullet) == 0x000330, "Member 'UWBP_SlotSquare_CustomizationPanel_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, ItemStaticData) == 0x000338, "Member 'UWBP_SlotSquare_CustomizationPanel_C::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, OnItemClicked) == 0x000468, "Member 'UWBP_SlotSquare_CustomizationPanel_C::OnItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SlotSquare_CustomizationPanel_C, OnItemFocused) == 0x000478, "Member 'UWBP_SlotSquare_CustomizationPanel_C::OnItemFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Arm_Ring_V2_C_ArmRing_Enemy \ +static_assert(alignof(BP_Arm_Ring_V2_C_ArmRing_Enemy) == 0x000001, "Wrong alignment on BP_Arm_Ring_V2_C_ArmRing_Enemy"); \ +static_assert(sizeof(BP_Arm_Ring_V2_C_ArmRing_Enemy) == 0x000001, "Wrong size on BP_Arm_Ring_V2_C_ArmRing_Enemy"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ArmRing_Enemy, HittingTarget) == 0x000000, "Member 'BP_Arm_Ring_V2_C_ArmRing_Enemy::HittingTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Arm_Ring_V2_C_ArmRing_Enviro \ +static_assert(alignof(BP_Arm_Ring_V2_C_ArmRing_Enviro) == 0x000001, "Wrong alignment on BP_Arm_Ring_V2_C_ArmRing_Enviro"); \ +static_assert(sizeof(BP_Arm_Ring_V2_C_ArmRing_Enviro) == 0x000001, "Wrong size on BP_Arm_Ring_V2_C_ArmRing_Enviro"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ArmRing_Enviro, HittingTarget) == 0x000000, "Member 'BP_Arm_Ring_V2_C_ArmRing_Enviro::HittingTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Arm_Ring_V2_C_ArmRing_TP \ +static_assert(alignof(BP_Arm_Ring_V2_C_ArmRing_TP) == 0x000001, "Wrong alignment on BP_Arm_Ring_V2_C_ArmRing_TP"); \ +static_assert(sizeof(BP_Arm_Ring_V2_C_ArmRing_TP) == 0x000001, "Wrong size on BP_Arm_Ring_V2_C_ArmRing_TP"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ArmRing_TP, HittingTarget) == 0x000000, "Member 'BP_Arm_Ring_V2_C_ArmRing_TP::HittingTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2 \ +static_assert(alignof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2) == 0x000008, "Wrong alignment on BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2"); \ +static_assert(sizeof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2) == 0x0001B0, "Wrong size on BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, EntryPoint) == 0x000000, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_CustomEvent_HittingTarget_2) == 0x000004, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_CustomEvent_HittingTarget_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_CustomEvent_HittingTarget_1) == 0x000018, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_CustomEvent_HittingTarget_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000020, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_CustomEvent_HittingTarget) == 0x000038, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_CustomEvent_HittingTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_AsBP_Shard_Arm_Ring) == 0x000040, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_AsBP_Shard_Arm_Ring' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_AsBP_Shard_Arm_Ring_1) == 0x000050, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_AsBP_Shard_Arm_Ring_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_AsBP_Shard_Arm_Ring_2) == 0x000060, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_AsBP_Shard_Arm_Ring_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_LinearColorLerp_ReturnValue) == 0x00006C, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_BreakRotator_Roll) == 0x00007C, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_BreakRotator_Pitch) == 0x000080, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_BreakRotator_Yaw) == 0x000084, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_MakeRotator_ReturnValue) == 0x000088, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000A0, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000198, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x0001A0, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x0001A8, "Member 'BP_Arm_Ring_V2_C_ExecuteUbergraph_BP_Arm_Ring_V2::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Arm_Ring_V2_C_FlashOnShard \ +static_assert(alignof(BP_Arm_Ring_V2_C_FlashOnShard) == 0x000008, "Wrong alignment on BP_Arm_Ring_V2_C_FlashOnShard"); \ +static_assert(sizeof(BP_Arm_Ring_V2_C_FlashOnShard) == 0x000080, "Wrong size on BP_Arm_Ring_V2_C_FlashOnShard"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, Shard) == 0x000000, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::Shard' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_BreakRotator_Roll) == 0x000038, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_BreakRotator_Pitch) == 0x00003C, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_BreakRotator_Yaw) == 0x000040, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_MakeRotator_ReturnValue) == 0x000050, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000068, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Arm_Ring_V2_C_FlashOnShard, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x000078, "Member 'BP_Arm_Ring_V2_C_FlashOnShard::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Arm_Ring_V2_C \ +static_assert(alignof(ABP_Arm_Ring_V2_C) == 0x000008, "Wrong alignment on ABP_Arm_Ring_V2_C"); \ +static_assert(sizeof(ABP_Arm_Ring_V2_C) == 0x000348, "Wrong size on ABP_Arm_Ring_V2_C"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, UberGraphFrame) == 0x000290, "Member 'ABP_Arm_Ring_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Fx) == 0x000298, "Member 'ABP_Arm_Ring_V2_C::Fx' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, BP_Shard_ArmRing2) == 0x0002A0, "Member 'ABP_Arm_Ring_V2_C::BP_Shard_ArmRing2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, BP_Shard_ArmRing1) == 0x0002A8, "Member 'ABP_Arm_Ring_V2_C::BP_Shard_ArmRing1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, BP_Shard_ArmRing) == 0x0002B0, "Member 'ABP_Arm_Ring_V2_C::BP_Shard_ArmRing' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_Arm_Ring_V2_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, ColorChange_Alpha_01BEE889490F163290F792A3A9480299) == 0x0002C0, "Member 'ABP_Arm_Ring_V2_C::ColorChange_Alpha_01BEE889490F163290F792A3A9480299' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, ColorChange__Direction_01BEE889490F163290F792A3A9480299) == 0x0002C4, "Member 'ABP_Arm_Ring_V2_C::ColorChange__Direction_01BEE889490F163290F792A3A9480299' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, ColorChange) == 0x0002C8, "Member 'ABP_Arm_Ring_V2_C::ColorChange' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Active_Alpha_3563992B48317360C10B1298314EEB92) == 0x0002D0, "Member 'ABP_Arm_Ring_V2_C::Active_Alpha_3563992B48317360C10B1298314EEB92' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Active__Direction_3563992B48317360C10B1298314EEB92) == 0x0002D4, "Member 'ABP_Arm_Ring_V2_C::Active__Direction_3563992B48317360C10B1298314EEB92' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Active) == 0x0002D8, "Member 'ABP_Arm_Ring_V2_C::Active' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Activated) == 0x0002E0, "Member 'ABP_Arm_Ring_V2_C::Activated' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Enviro) == 0x0002E1, "Member 'ABP_Arm_Ring_V2_C::Enviro' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Enemy) == 0x0002E2, "Member 'ABP_Arm_Ring_V2_C::Enemy' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, TP) == 0x0002E3, "Member 'ABP_Arm_Ring_V2_C::TP' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, PreviousColor) == 0x0002E4, "Member 'ABP_Arm_Ring_V2_C::PreviousColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, Color) == 0x0002F4, "Member 'ABP_Arm_Ring_V2_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, GlobalRotation) == 0x000308, "Member 'ABP_Arm_Ring_V2_C::GlobalRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, LiveColor) == 0x000320, "Member 'ABP_Arm_Ring_V2_C::LiveColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, As_BP_Shard_Arm_Ring) == 0x000330, "Member 'ABP_Arm_Ring_V2_C::As_BP_Shard_Arm_Ring' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, As_BP_Shard_Arm_Ring_1) == 0x000338, "Member 'ABP_Arm_Ring_V2_C::As_BP_Shard_Arm_Ring_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Arm_Ring_V2_C, As_BP_Shard_Arm_Ring_2) == 0x000340, "Member 'ABP_Arm_Ring_V2_C::As_BP_Shard_Arm_Ring_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass \ +static_assert(alignof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass) == 0x000008, "Wrong alignment on WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass"); \ +static_assert(sizeof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass) == 0x000260, "Wrong size on WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, EntryPoint) == 0x000000, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000040, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_GetCameraRotation_ReturnValue) == 0x000048, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000060, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_FindCurrentLevelData_Found) == 0x000078, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_FindCurrentLevelData_LevelData) == 0x000080, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_FindCurrentLevelData_RowName) == 0x000230, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_GetYawPitchFromVector_Yaw) == 0x000238, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_GetYawPitchFromVector_Yaw' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_GetYawPitchFromVector_Pitch) == 0x00023C, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_GetYawPitchFromVector_Pitch' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000240, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000248, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000250, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000258, "Member 'WBP_WorldMapCompass_C_ExecuteUbergraph_WBP_WorldMapCompass::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapCompass_C_Tick \ +static_assert(alignof(WBP_WorldMapCompass_C_Tick) == 0x000004, "Wrong alignment on WBP_WorldMapCompass_C_Tick"); \ +static_assert(sizeof(WBP_WorldMapCompass_C_Tick) == 0x00003C, "Wrong size on WBP_WorldMapCompass_C_Tick"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_WorldMapCompass_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapCompass_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_WorldMapCompass_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldMapCompass_C \ +static_assert(alignof(UWBP_WorldMapCompass_C) == 0x000008, "Wrong alignment on UWBP_WorldMapCompass_C"); \ +static_assert(sizeof(UWBP_WorldMapCompass_C) == 0x000330, "Wrong size on UWBP_WorldMapCompass_C"); \ +static_assert(offsetof(UWBP_WorldMapCompass_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WorldMapCompass_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapCompass_C, CompassBorderBox) == 0x000310, "Member 'UWBP_WorldMapCompass_C::CompassBorderBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapCompass_C, CompassNeedleBox) == 0x000318, "Member 'UWBP_WorldMapCompass_C::CompassNeedleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapCompass_C, CompassOverlay) == 0x000320, "Member 'UWBP_WorldMapCompass_C::CompassOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapCompass_C, LevelCompassYawOffset) == 0x000328, "Member 'UWBP_WorldMapCompass_C::LevelCompassYawOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_UseWidget_C_ExecuteUbergraph_W_UseWidget \ +static_assert(alignof(W_UseWidget_C_ExecuteUbergraph_W_UseWidget) == 0x000004, "Wrong alignment on W_UseWidget_C_ExecuteUbergraph_W_UseWidget"); \ +static_assert(sizeof(W_UseWidget_C_ExecuteUbergraph_W_UseWidget) == 0x000004, "Wrong size on W_UseWidget_C_ExecuteUbergraph_W_UseWidget"); \ +static_assert(offsetof(W_UseWidget_C_ExecuteUbergraph_W_UseWidget, EntryPoint) == 0x000000, "Member 'W_UseWidget_C_ExecuteUbergraph_W_UseWidget::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_UseWidget_C_Get_UseText_Text_0 \ +static_assert(alignof(W_UseWidget_C_Get_UseText_Text_0) == 0x000008, "Wrong alignment on W_UseWidget_C_Get_UseText_Text_0"); \ +static_assert(sizeof(W_UseWidget_C_Get_UseText_Text_0) == 0x000030, "Wrong size on W_UseWidget_C_Get_UseText_Text_0"); \ +static_assert(offsetof(W_UseWidget_C_Get_UseText_Text_0, ReturnValue) == 0x000000, "Member 'W_UseWidget_C_Get_UseText_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_UseWidget_C_Get_UseText_Text_0, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'W_UseWidget_C_Get_UseText_Text_0::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_UseWidget_C_Get_UseText_Text_0, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'W_UseWidget_C_Get_UseText_Text_0::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UW_UseWidget_C \ +static_assert(alignof(UW_UseWidget_C) == 0x000008, "Wrong alignment on UW_UseWidget_C"); \ +static_assert(sizeof(UW_UseWidget_C) == 0x000300, "Wrong size on UW_UseWidget_C"); \ +static_assert(offsetof(UW_UseWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UW_UseWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UW_UseWidget_C, UseText) == 0x0002E8, "Member 'UW_UseWidget_C::UseText' has a wrong offset!"); \ +static_assert(offsetof(UW_UseWidget_C, UseTextLabel) == 0x0002F0, "Member 'UW_UseWidget_C::UseTextLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World \ +static_assert(alignof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World) == 0x000010, "Wrong alignment on BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World) == 0x000450, "Wrong size on BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, EntryPoint) == 0x000000, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_IsGamePaused_ReturnValue) == 0x000004, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_Event_NewPlayer_1) == 0x000008, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_Event_NewPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_PlayerCanRestart_ReturnValue) == 0x000021, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_PlayerCanRestart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetDebugLightingScenario_LightingScenario) == 0x000028, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetDebugLightingScenario_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000038, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_IsOnlyASpectator_ReturnValue) == 0x000060, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_IsOnlyASpectator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCurrentLevelData_Found) == 0x000061, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCurrentLevelData_LevelData) == 0x000068, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCurrentLevelData_RowName) == 0x000218, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_Not_PreBool_ReturnValue_1) == 0x000220, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCustomGI_ReturnValue) == 0x000228, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_BooleanAND_ReturnValue_1) == 0x000230, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetOnLoadMapTransform_SpawnTransform) == 0x000240, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetOnLoadMapTransform_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetOnLoadMapTransform_CameraRotation) == 0x0002A0, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetOnLoadMapTransform_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetOnLoadMapTransform_SpawnPoint) == 0x0002B8, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetOnLoadMapTransform_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetOnLoadMapTransform_LightingScenario) == 0x0002C0, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetOnLoadMapTransform_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetOnLoadMapTransform_AreaAudioParameters) == 0x0002E8, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetOnLoadMapTransform_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_Event_NewPlayer) == 0x000320, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_Event_NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000328, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_bSuccess_1) == 0x000330, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_K2_GetPawn_ReturnValue) == 0x000338, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000340, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_bSuccess_2) == 0x000348, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCustomGI_ReturnValue_1) == 0x000350, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000358, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000360, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_DynamicCast_bSuccess_3) == 0x000368, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000369, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetBoolCVar_ReturnValue) == 0x00036A, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetEditorViewportTransform_ReturnValue) == 0x000370, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetEditorViewportTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_IsPackagedBuild_ReturnValue) == 0x0003D0, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetCustomGI_ReturnValue_2) == 0x0003D8, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_ComputeChangeLevelParameters_S_ChangeLevelParameters) == 0x0003E0, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_ComputeChangeLevelParameters_S_ChangeLevelParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetActorOfClass_ReturnValue) == 0x0003E8, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_IsValid_ReturnValue) == 0x0003F0, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x0003F8, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_CustomEvent_Settings) == 0x000408, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_CustomEvent_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_SetGamePaused_ReturnValue) == 0x000410, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_SetGamePaused_ReturnValue_1) == 0x000411, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000418, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_CreateDelegate_OutputDelegate) == 0x000420, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_Event_EndPlayReason) == 0x000430, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000438, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World, K2Node_CreateDelegate_OutputDelegate_1) == 0x000440, "Member 'BP_jRPG_GM_World_C_ExecuteUbergraph_BP_jRPG_GM_World::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_GetSpawnTransform \ +static_assert(alignof(BP_jRPG_GM_World_C_GetSpawnTransform) == 0x000010, "Wrong alignment on BP_jRPG_GM_World_C_GetSpawnTransform"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_GetSpawnTransform) == 0x000060, "Wrong size on BP_jRPG_GM_World_C_GetSpawnTransform"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_GetSpawnTransform, SpawnTransform_0) == 0x000000, "Member 'BP_jRPG_GM_World_C_GetSpawnTransform::SpawnTransform_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_HandleStartingNewPlayer \ +static_assert(alignof(BP_jRPG_GM_World_C_HandleStartingNewPlayer) == 0x000008, "Wrong alignment on BP_jRPG_GM_World_C_HandleStartingNewPlayer"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_HandleStartingNewPlayer) == 0x000008, "Wrong size on BP_jRPG_GM_World_C_HandleStartingNewPlayer"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_HandleStartingNewPlayer, NewPlayer) == 0x000000, "Member 'BP_jRPG_GM_World_C_HandleStartingNewPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_K2_OnRestartPlayer \ +static_assert(alignof(BP_jRPG_GM_World_C_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on BP_jRPG_GM_World_C_K2_OnRestartPlayer"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_K2_OnRestartPlayer) == 0x000008, "Wrong size on BP_jRPG_GM_World_C_K2_OnRestartPlayer"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'BP_jRPG_GM_World_C_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_OnGraphicSettingsApplied \ +static_assert(alignof(BP_jRPG_GM_World_C_OnGraphicSettingsApplied) == 0x000008, "Wrong alignment on BP_jRPG_GM_World_C_OnGraphicSettingsApplied"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_OnGraphicSettingsApplied) == 0x000008, "Wrong size on BP_jRPG_GM_World_C_OnGraphicSettingsApplied"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_OnGraphicSettingsApplied, Settings) == 0x000000, "Member 'BP_jRPG_GM_World_C_OnGraphicSettingsApplied::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GM_World_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_GM_World_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_GM_World_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_GM_World_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_GM_World_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_GM_World_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_GM_World_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_GM_World_C \ +static_assert(alignof(ABP_jRPG_GM_World_C) == 0x000010, "Wrong alignment on ABP_jRPG_GM_World_C"); \ +static_assert(sizeof(ABP_jRPG_GM_World_C) == 0x000430, "Wrong size on ABP_jRPG_GM_World_C"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, UberGraphFrame) == 0x000348, "Member 'ABP_jRPG_GM_World_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, DefaultSceneRoot) == 0x000350, "Member 'ABP_jRPG_GM_World_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, BP_WorldInfoComponent) == 0x000358, "Member 'ABP_jRPG_GM_World_C::BP_WorldInfoComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, BP_GameFlowTransitionSystem) == 0x000360, "Member 'ABP_jRPG_GM_World_C::BP_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, DefaultSceneRoot2) == 0x000368, "Member 'ABP_jRPG_GM_World_C::DefaultSceneRoot2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, StartLevelLightingScenario) == 0x000370, "Member 'ABP_jRPG_GM_World_C::StartLevelLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, StartLevelAudioParam) == 0x000398, "Member 'ABP_jRPG_GM_World_C::StartLevelAudioParam' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_GM_World_C, SpawnTransform) == 0x0003D0, "Member 'ABP_jRPG_GM_World_C::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Chroma_C_OnAddedToInventory \ +static_assert(alignof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Chroma_C_OnAddedToInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory) == 0x000090, "Wrong size on BP_DataAsset_Item_Chroma_C_OnAddedToInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, InventoryManager) == 0x000000, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, ItemId) == 0x000008, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, LootContext) == 0x000010, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, GeneratedItem) == 0x000018, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_SpawnObject_ReturnValue) == 0x000080, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Chroma_C_OnAddedToInventory, CallFunc_ComputeLootChromaFromItem_ReturnValue) == 0x000088, "Member 'BP_DataAsset_Item_Chroma_C_OnAddedToInventory::CallFunc_ComputeLootChromaFromItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_Chroma_C \ +static_assert(alignof(UBP_DataAsset_Item_Chroma_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_Chroma_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_Chroma_C) == 0x000038, "Wrong size on UBP_DataAsset_Item_Chroma_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_Chroma_C, Multiplier) == 0x000030, "Member 'UBP_DataAsset_Item_Chroma_C::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_CheckForErrors \ +static_assert(alignof(BP_GPE_DebugComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_CheckForErrors) == 0x000068, "Wrong size on BP_GPE_DebugComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, K2Node_DynamicCast_AsBPI_GPE_Trigger_Interface) == 0x000050, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::K2Node_DynamicCast_AsBPI_GPE_Trigger_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_GPE_DebugComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_InverseGPETriggerIsActive \ +static_assert(alignof(BP_GPE_DebugComponent_C_InverseGPETriggerIsActive) == 0x000001, "Wrong alignment on BP_GPE_DebugComponent_C_InverseGPETriggerIsActive"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_InverseGPETriggerIsActive) == 0x000001, "Wrong size on BP_GPE_DebugComponent_C_InverseGPETriggerIsActive"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_InverseGPETriggerIsActive, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_GPE_DebugComponent_C_InverseGPETriggerIsActive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_AddImpulseActivation \ +static_assert(alignof(BP_GPE_DebugComponent_C_AddImpulseActivation) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_AddImpulseActivation"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_AddImpulseActivation) == 0x000018, "Wrong size on BP_GPE_DebugComponent_C_AddImpulseActivation"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_AddImpulseActivation, GPE) == 0x000000, "Member 'BP_GPE_DebugComponent_C_AddImpulseActivation::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_AddImpulseActivation, Temp_real_Variable) == 0x000008, "Member 'BP_GPE_DebugComponent_C_AddImpulseActivation::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_AddImpulseActivation, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_GPE_DebugComponent_C_AddImpulseActivation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged \ +static_assert(alignof(BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged) == 0x000001, "Wrong alignment on BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged) == 0x000001, "Wrong size on BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged, NewValue) == 0x000000, "Member 'BP_GPE_DebugComponent_C_OnDebugInPlayModeChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_ReceiveTick \ +static_assert(alignof(BP_GPE_DebugComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GPE_DebugComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_GPE_DebugComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GPE_DebugComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent \ +static_assert(alignof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent) == 0x000090, "Wrong size on BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, EntryPoint) == 0x000000, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, K2Node_CustomEvent_NewValue) == 0x000010, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Map_Remove_ReturnValue) == 0x000061, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000088, "Member 'BP_GPE_DebugComponent_C_ExecuteUbergraph_BP_GPE_DebugComponent::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes) == 0x0000E0, "Wrong size on BP_GPE_DebugComponent_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, local_DebugColor) == 0x000004, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::local_DebugColor' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, K2Node_DynamicCast_AsBPI_GPE_Trigger_Interface) == 0x000028, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::K2Node_DynamicCast_AsBPI_GPE_Trigger_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_GPETrigger_GetGameplayElementsToActivate_GameplayElementsToActivate) == 0x000058, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_GPETrigger_GetGameplayElementsToActivate_GameplayElementsToActivate' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_SelectDebugColor_Color) == 0x00007C, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_SelectDebugColor_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000090, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_GetShorterVector_Start2) == 0x0000B0, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_GetShorterVector_Start2' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_DrawDebugShapes, CallFunc_GetShorterVector_End2) == 0x0000C8, "Member 'BP_GPE_DebugComponent_C_Editor_DrawDebugShapes::CallFunc_GetShorterVector_End2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_GPE_DebugComponent_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_Editor_GetDebugShapes) == 0x000028, "Wrong size on BP_GPE_DebugComponent_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_GPE_DebugComponent_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_GPE_DebugComponent_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_GPE_DebugComponent_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_DebugComponent_C_SelectDebugColor \ +static_assert(alignof(BP_GPE_DebugComponent_C_SelectDebugColor) == 0x000008, "Wrong alignment on BP_GPE_DebugComponent_C_SelectDebugColor"); \ +static_assert(sizeof(BP_GPE_DebugComponent_C_SelectDebugColor) == 0x000050, "Wrong size on BP_GPE_DebugComponent_C_SelectDebugColor"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, GPE) == 0x000000, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::GPE' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, Color) == 0x000008, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, K2Node_DynamicCast_AsBP_GPE_Controller) == 0x000018, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::K2Node_DynamicCast_AsBP_GPE_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, K2Node_DynamicCast_AsBP_GPE_Orchestrator) == 0x000028, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::K2Node_DynamicCast_AsBP_GPE_Orchestrator' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_DebugComponent_C_SelectDebugColor, CallFunc_Array_Contains_ReturnValue) == 0x000048, "Member 'BP_GPE_DebugComponent_C_SelectDebugColor::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GPE_DebugComponent_C \ +static_assert(alignof(UBP_GPE_DebugComponent_C) == 0x000008, "Wrong alignment on UBP_GPE_DebugComponent_C"); \ +static_assert(sizeof(UBP_GPE_DebugComponent_C) == 0x000100, "Wrong size on UBP_GPE_DebugComponent_C"); \ +static_assert(offsetof(UBP_GPE_DebugComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_GPE_DebugComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_DebugComponent_C, GPETriggerIsActive) == 0x0000A8, "Member 'UBP_GPE_DebugComponent_C::GPETriggerIsActive' has a wrong offset!"); \ +static_assert(offsetof(UBP_GPE_DebugComponent_C, GPEActivatedByImpulse) == 0x0000B0, "Member 'UBP_GPE_DebugComponent_C::GPEActivatedByImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_AreInteractionsEnabled \ +static_assert(alignof(BP_InteractionSystem_C_AreInteractionsEnabled) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_AreInteractionsEnabled"); \ +static_assert(sizeof(BP_InteractionSystem_C_AreInteractionsEnabled) == 0x000018, "Wrong size on BP_InteractionSystem_C_AreInteractionsEnabled"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, Result) == 0x000000, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000011, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AreInteractionsEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_InteractionSystem_C_AreInteractionsEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_AutoUnregisterDistantActor \ +static_assert(alignof(BP_InteractionSystem_C_AutoUnregisterDistantActor) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_AutoUnregisterDistantActor"); \ +static_assert(sizeof(BP_InteractionSystem_C_AutoUnregisterDistantActor) == 0x000028, "Wrong size on BP_InteractionSystem_C_AutoUnregisterDistantActor"); \ +static_assert(offsetof(BP_InteractionSystem_C_AutoUnregisterDistantActor, Actor) == 0x000000, "Member 'BP_InteractionSystem_C_AutoUnregisterDistantActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AutoUnregisterDistantActor, EndPlayReason) == 0x000008, "Member 'BP_InteractionSystem_C_AutoUnregisterDistantActor::EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AutoUnregisterDistantActor, K2Node_DynamicCast_AsBPI_Interaction) == 0x000010, "Member 'BP_InteractionSystem_C_AutoUnregisterDistantActor::K2Node_DynamicCast_AsBPI_Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_AutoUnregisterDistantActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_InteractionSystem_C_AutoUnregisterDistantActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_CanPlayerInteract \ +static_assert(alignof(BP_InteractionSystem_C_CanPlayerInteract) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_CanPlayerInteract"); \ +static_assert(sizeof(BP_InteractionSystem_C_CanPlayerInteract) == 0x000038, "Wrong size on BP_InteractionSystem_C_CanPlayerInteract"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, Result) == 0x000000, "Member 'BP_InteractionSystem_C_CanPlayerInteract::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_IsMovementInputLocked_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_IsMovementInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000028, "Member 'BP_InteractionSystem_C_CanPlayerInteract::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_InteractionSystem_C_CanPlayerInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000031, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerInteract, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_InteractionSystem_C_CanPlayerInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_CanPlayerProcessInteraction \ +static_assert(alignof(BP_InteractionSystem_C_CanPlayerProcessInteraction) == 0x000001, "Wrong alignment on BP_InteractionSystem_C_CanPlayerProcessInteraction"); \ +static_assert(sizeof(BP_InteractionSystem_C_CanPlayerProcessInteraction) == 0x000004, "Wrong size on BP_InteractionSystem_C_CanPlayerProcessInteraction"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerProcessInteraction, ReturnValue) == 0x000000, "Member 'BP_InteractionSystem_C_CanPlayerProcessInteraction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerProcessInteraction, CallFunc_AreInteractionsEnabled_Result) == 0x000001, "Member 'BP_InteractionSystem_C_CanPlayerProcessInteraction::CallFunc_AreInteractionsEnabled_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerProcessInteraction, CallFunc_CanPlayerInteract_Result) == 0x000002, "Member 'BP_InteractionSystem_C_CanPlayerProcessInteraction::CallFunc_CanPlayerInteract_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CanPlayerProcessInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_InteractionSystem_C_CanPlayerProcessInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_ComputeBestInteraction \ +static_assert(alignof(BP_InteractionSystem_C_ComputeBestInteraction) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_ComputeBestInteraction"); \ +static_assert(sizeof(BP_InteractionSystem_C_ComputeBestInteraction) == 0x0000B0, "Wrong size on BP_InteractionSystem_C_ComputeBestInteraction"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, BestInteraction) == 0x000000, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::BestInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, local_DistanceToNearestActor) == 0x000010, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::local_DistanceToNearestActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, local_BestInteraction) == 0x000018, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::local_BestInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_CanPlayerProcessInteraction_ReturnValue) == 0x000034, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_CanPlayerProcessInteraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Array_Contains_ReturnValue) == 0x000035, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_IsInteractionAvailable_Available) == 0x000081, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_IsInteractionAvailable_Available' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_GetInteractionLocation_Location) == 0x000088, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_GetInteractionLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Vector_Distance_ReturnValue) == 0x0000A0, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ComputeBestInteraction, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A9, "Member 'BP_InteractionSystem_C_ComputeBestInteraction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_CreateDistantPromptWidget \ +static_assert(alignof(BP_InteractionSystem_C_CreateDistantPromptWidget) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_CreateDistantPromptWidget"); \ +static_assert(sizeof(BP_InteractionSystem_C_CreateDistantPromptWidget) == 0x000040, "Wrong size on BP_InteractionSystem_C_CreateDistantPromptWidget"); \ +static_assert(offsetof(BP_InteractionSystem_C_CreateDistantPromptWidget, InputPin) == 0x000000, "Member 'BP_InteractionSystem_C_CreateDistantPromptWidget::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CreateDistantPromptWidget, CallFunc_GetInteractionFeedbackLocation_Location) == 0x000010, "Member 'BP_InteractionSystem_C_CreateDistantPromptWidget::CallFunc_GetInteractionFeedbackLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CreateDistantPromptWidget, CallFunc_AddDistantPromptToWorldPosition_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_CreateDistantPromptWidget::CallFunc_AddDistantPromptToWorldPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_CreateDistantPromptWidget, CallFunc_AddDistantPromptToWorldPosition_PromptID) == 0x000030, "Member 'BP_InteractionSystem_C_CreateDistantPromptWidget::CallFunc_AddDistantPromptToWorldPosition_PromptID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_DisableInteractionPrompt \ +static_assert(alignof(BP_InteractionSystem_C_DisableInteractionPrompt) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_DisableInteractionPrompt"); \ +static_assert(sizeof(BP_InteractionSystem_C_DisableInteractionPrompt) == 0x000028, "Wrong size on BP_InteractionSystem_C_DisableInteractionPrompt"); \ +static_assert(offsetof(BP_InteractionSystem_C_DisableInteractionPrompt, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_DisableInteractionPrompt::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_DisableInteractionPrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_InteractionSystem_C_DisableInteractionPrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_DisableInteractionPrompt, CallFunc_IsInteraction3D_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_DisableInteractionPrompt::CallFunc_IsInteraction3D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_EnableInteractionPrompt \ +static_assert(alignof(BP_InteractionSystem_C_EnableInteractionPrompt) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_EnableInteractionPrompt"); \ +static_assert(sizeof(BP_InteractionSystem_C_EnableInteractionPrompt) == 0x000130, "Wrong size on BP_InteractionSystem_C_EnableInteractionPrompt"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, Event) == 0x000010, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, NewLocalVar_0) == 0x000020, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, local_PromptParams) == 0x000038, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::local_PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000050, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_GetInteractionFeedbackLocation_Location) == 0x000058, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_GetInteractionFeedbackLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_NotEqualExactly_VectorVector_ReturnValue) == 0x000070, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_NotEqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000078, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000080, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_IsInteraction3D_ReturnValue) == 0x000090, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_IsInteraction3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_GetInteractionPromptParams_PromptParams) == 0x0000F0, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_GetInteractionPromptParams_PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000118, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_EnableInteractionPrompt, CallFunc_IsValid_Guid_ReturnValue) == 0x000128, "Member 'BP_InteractionSystem_C_EnableInteractionPrompt::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem \ +static_assert(alignof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem"); \ +static_assert(sizeof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem) == 0x000028, "Wrong size on BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, EntryPoint) == 0x000000, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, K2Node_Event_DeltaSeconds) == 0x00001C, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_ExecuteUbergraph_BP_InteractionSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_GetInteractionIndexToProcess \ +static_assert(alignof(BP_InteractionSystem_C_GetInteractionIndexToProcess) == 0x000004, "Wrong alignment on BP_InteractionSystem_C_GetInteractionIndexToProcess"); \ +static_assert(sizeof(BP_InteractionSystem_C_GetInteractionIndexToProcess) == 0x000014, "Wrong size on BP_InteractionSystem_C_GetInteractionIndexToProcess"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetInteractionIndexToProcess, LoopIndex) == 0x000000, "Member 'BP_InteractionSystem_C_GetInteractionIndexToProcess::LoopIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetInteractionIndexToProcess, NextIndex) == 0x000004, "Member 'BP_InteractionSystem_C_GetInteractionIndexToProcess::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetInteractionIndexToProcess, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_InteractionSystem_C_GetInteractionIndexToProcess::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetInteractionIndexToProcess, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_InteractionSystem_C_GetInteractionIndexToProcess::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetInteractionIndexToProcess, CallFunc_Percent_IntInt_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_GetInteractionIndexToProcess::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_GetIsInteracting \ +static_assert(alignof(BP_InteractionSystem_C_GetIsInteracting) == 0x000001, "Wrong alignment on BP_InteractionSystem_C_GetIsInteracting"); \ +static_assert(sizeof(BP_InteractionSystem_C_GetIsInteracting) == 0x000001, "Wrong size on BP_InteractionSystem_C_GetIsInteracting"); \ +static_assert(offsetof(BP_InteractionSystem_C_GetIsInteracting, IsInteracting_0) == 0x000000, "Member 'BP_InteractionSystem_C_GetIsInteracting::IsInteracting_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_HideExplorationPrompt \ +static_assert(alignof(BP_InteractionSystem_C_HideExplorationPrompt) == 0x000004, "Wrong alignment on BP_InteractionSystem_C_HideExplorationPrompt"); \ +static_assert(sizeof(BP_InteractionSystem_C_HideExplorationPrompt) == 0x000020, "Wrong size on BP_InteractionSystem_C_HideExplorationPrompt"); \ +static_assert(offsetof(BP_InteractionSystem_C_HideExplorationPrompt, PromptID) == 0x000000, "Member 'BP_InteractionSystem_C_HideExplorationPrompt::PromptID' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_HideExplorationPrompt, K2Node_MakeStruct_FPromptID) == 0x000010, "Member 'BP_InteractionSystem_C_HideExplorationPrompt::K2Node_MakeStruct_FPromptID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_IsInteraction3D \ +static_assert(alignof(BP_InteractionSystem_C_IsInteraction3D) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_IsInteraction3D"); \ +static_assert(sizeof(BP_InteractionSystem_C_IsInteraction3D) == 0x000030, "Wrong size on BP_InteractionSystem_C_IsInteraction3D"); \ +static_assert(offsetof(BP_InteractionSystem_C_IsInteraction3D, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_IsInteraction3D::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_IsInteraction3D, ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_IsInteraction3D::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_IsInteraction3D, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000018, "Member 'BP_InteractionSystem_C_IsInteraction3D::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_IsInteraction3D, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000020, "Member 'BP_InteractionSystem_C_IsInteraction3D::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_IsInteraction3D, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_IsInteraction3D::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_OnInteract \ +static_assert(alignof(BP_InteractionSystem_C_OnInteract) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_OnInteract"); \ +static_assert(sizeof(BP_InteractionSystem_C_OnInteract) == 0x0000D0, "Wrong size on BP_InteractionSystem_C_OnInteract"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_InteractionSystem_C_OnInteract::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_HasWorldMapCapacity_Result) == 0x000018, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_HasWorldMapCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_CanPlayerProcessInteraction_ReturnValue) == 0x000019, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_CanPlayerProcessInteraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_CanInteractWithMount_CanInteract) == 0x00001A, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_CanInteractWithMount_CanInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000058, "Member 'BP_InteractionSystem_C_OnInteract::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_InteractionSystem_C_OnInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_InteractionSystem_C_OnInteract::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_InteractionSystem_C_OnInteract::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_OnInteract, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_InteractionSystem_C_OnInteract::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_ReceiveTick \ +static_assert(alignof(BP_InteractionSystem_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InteractionSystem_C_ReceiveTick"); \ +static_assert(sizeof(BP_InteractionSystem_C_ReceiveTick) == 0x000004, "Wrong size on BP_InteractionSystem_C_ReceiveTick"); \ +static_assert(offsetof(BP_InteractionSystem_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InteractionSystem_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_RegisterDistantInteractiveObject \ +static_assert(alignof(BP_InteractionSystem_C_RegisterDistantInteractiveObject) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_RegisterDistantInteractiveObject"); \ +static_assert(sizeof(BP_InteractionSystem_C_RegisterDistantInteractiveObject) == 0x000038, "Wrong size on BP_InteractionSystem_C_RegisterDistantInteractiveObject"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, InteractiveObject) == 0x000000, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::InteractiveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, K2Node_DynamicCast_AsActor) == 0x000028, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterDistantInteractiveObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000034, "Member 'BP_InteractionSystem_C_RegisterDistantInteractiveObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_RegisterInteractiveObject \ +static_assert(alignof(BP_InteractionSystem_C_RegisterInteractiveObject) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_RegisterInteractiveObject"); \ +static_assert(sizeof(BP_InteractionSystem_C_RegisterInteractiveObject) == 0x000098, "Wrong size on BP_InteractionSystem_C_RegisterInteractiveObject"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, InteractiveObject) == 0x000000, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::InteractiveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_RegisterInteractiveObject2D \ +static_assert(alignof(BP_InteractionSystem_C_RegisterInteractiveObject2D) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_RegisterInteractiveObject2D"); \ +static_assert(sizeof(BP_InteractionSystem_C_RegisterInteractiveObject2D) == 0x000198, "Wrong size on BP_InteractionSystem_C_RegisterInteractiveObject2D"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, InteractiveObject) == 0x000000, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::InteractiveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x0000E0, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_GetDisplayName_ReturnValue_1) == 0x000110, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000120, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, K2Node_MakeArray_Array_1) == 0x000178, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RegisterInteractiveObject2D, CallFunc_Format_ReturnValue_1) == 0x000188, "Member 'BP_InteractionSystem_C_RegisterInteractiveObject2D::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_RemoveDistantPromptWidget \ +static_assert(alignof(BP_InteractionSystem_C_RemoveDistantPromptWidget) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_RemoveDistantPromptWidget"); \ +static_assert(sizeof(BP_InteractionSystem_C_RemoveDistantPromptWidget) == 0x000050, "Wrong size on BP_InteractionSystem_C_RemoveDistantPromptWidget"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, Temp_wildcard_Variable) == 0x000010, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, Temp_wildcard_Variable_1) == 0x000028, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, CallFunc_Array_Find_ReturnValue) == 0x000048, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_RemoveDistantPromptWidget, CallFunc_Map_Remove_ReturnValue) == 0x00004C, "Member 'BP_InteractionSystem_C_RemoveDistantPromptWidget::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_SetInteractionsEnabled \ +static_assert(alignof(BP_InteractionSystem_C_SetInteractionsEnabled) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_SetInteractionsEnabled"); \ +static_assert(sizeof(BP_InteractionSystem_C_SetInteractionsEnabled) == 0x000158, "Wrong size on BP_InteractionSystem_C_SetInteractionsEnabled"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, Enabled) == 0x000000, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, BlockerReferenceHandle) == 0x000008, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::BlockerReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, DebugName) == 0x000028, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, K2Node_MakeArray_Array) == 0x000038, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_IsEmpty_ReturnValue) == 0x000048, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_Format_ReturnValue) == 0x000050, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_AreInteractionsEnabled_Result) == 0x000060, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_AreInteractionsEnabled_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_SelectString_ReturnValue) == 0x000078, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D0, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_RemoveReference_ReturnValue) == 0x000128, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, K2Node_MakeArray_Array_1) == 0x000130, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_AddReference_ReturnValue) == 0x000140, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetInteractionsEnabled, CallFunc_Format_ReturnValue_1) == 0x000148, "Member 'BP_InteractionSystem_C_SetInteractionsEnabled::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_SetUIReference \ +static_assert(alignof(BP_InteractionSystem_C_SetUIReference) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_SetUIReference"); \ +static_assert(sizeof(BP_InteractionSystem_C_SetUIReference) == 0x000018, "Wrong size on BP_InteractionSystem_C_SetUIReference"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetUIReference, PromptContainer) == 0x000000, "Member 'BP_InteractionSystem_C_SetUIReference::PromptContainer' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_SetUIReference, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_InteractionSystem_C_SetUIReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_ShouldDisplayDistantInteraction \ +static_assert(alignof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_ShouldDisplayDistantInteraction"); \ +static_assert(sizeof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction) == 0x0001E0, "Wrong size on BP_InteractionSystem_C_ShouldDisplayDistantInteraction"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, UseHysteresis) == 0x000010, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::UseHysteresis' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, ReturnValue) == 0x000011, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_GetInteractionLocation_Location) == 0x000018, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_GetInteractionLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_ShouldHideDistantInteraction_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_ShouldHideDistantInteraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_IsInteractionAvailable_Available) == 0x000051, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_IsInteractionAvailable_Available' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_AreInteractionsEnabled_Result) == 0x000069, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_AreInteractionsEnabled_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000070, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000078, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_GetCameraLocation_ReturnValue) == 0x000080, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000098, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_LineTraceSingle_OutHit) == 0x0000A0, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_LineTraceSingle_ReturnValue) == 0x000198, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000199, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_SelectFloat_ReturnValue) == 0x0001A0, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001A8, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001B0, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B8, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0001D0, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0001D8, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShouldDisplayDistantInteraction, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D9, "Member 'BP_InteractionSystem_C_ShouldDisplayDistantInteraction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation \ +static_assert(alignof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation"); \ +static_assert(sizeof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation) == 0x000050, "Wrong size on BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation, Location) == 0x000000, "Member 'BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation, PromptParams) == 0x000018, "Member 'BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation, OutPromptID) == 0x000030, "Member 'BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation::OutPromptID' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation, CallFunc_AddPromptToWorldPosition_PromptID) == 0x000040, "Member 'BP_InteractionSystem_C_ShowExplorationPromptAtWorldLocation::CallFunc_AddPromptToWorldPosition_PromptID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_UnregisterDistantInteractiveObject \ +static_assert(alignof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_UnregisterDistantInteractiveObject"); \ +static_assert(sizeof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject) == 0x000190, "Wrong size on BP_InteractionSystem_C_UnregisterDistantInteractiveObject"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, InteractiveObject) == 0x000000, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::InteractiveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, Temp_wildcard_Variable) == 0x000010, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Array_Find_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, Temp_wildcard_Variable_1) == 0x000088, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, Temp_wildcard_Variable_2) == 0x00008C, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000090, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000098, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Map_Remove_ReturnValue) == 0x0000E8, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Map_Keys_Keys) == 0x0000F0, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Map_Values_Values) == 0x000100, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Array_Find_ReturnValue_1) == 0x000110, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Array_RemoveItem_ReturnValue) == 0x000114, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Conv_BoolToText_ReturnValue) == 0x000118, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, K2Node_MakeArray_Array) == 0x000170, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterDistantInteractiveObject, CallFunc_Format_ReturnValue) == 0x000180, "Member 'BP_InteractionSystem_C_UnregisterDistantInteractiveObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_UnregisterInteractiveObject \ +static_assert(alignof(BP_InteractionSystem_C_UnregisterInteractiveObject) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_UnregisterInteractiveObject"); \ +static_assert(sizeof(BP_InteractionSystem_C_UnregisterInteractiveObject) == 0x0000C0, "Wrong size on BP_InteractionSystem_C_UnregisterInteractiveObject"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, InteractiveObject) == 0x000000, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::InteractiveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000018, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue_2) == 0x000020, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue_3) == 0x000030, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Conv_InterfaceToObject_ReturnValue_4) == 0x0000B0, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Conv_InterfaceToObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000B8, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UnregisterInteractiveObject, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000B9, "Member 'BP_InteractionSystem_C_UnregisterInteractiveObject::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_UpdateActiveInteraction \ +static_assert(alignof(BP_InteractionSystem_C_UpdateActiveInteraction) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_UpdateActiveInteraction"); \ +static_assert(sizeof(BP_InteractionSystem_C_UpdateActiveInteraction) == 0x000148, "Wrong size on BP_InteractionSystem_C_UpdateActiveInteraction"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_ComputeBestInteraction_BestInteraction) == 0x000000, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_ComputeBestInteraction_BestInteraction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000018, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue_2) == 0x000020, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_InterfaceToObject_ReturnValue_3) == 0x0000B0, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_InterfaceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000B8, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, K2Node_MakeArray_Array_1) == 0x000118, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, K2Node_CreateDelegate_OutputDelegate) == 0x000128, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateActiveInteraction, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'BP_InteractionSystem_C_UpdateActiveInteraction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_UpdateDistantInteractiveObjects \ +static_assert(alignof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_UpdateDistantInteractiveObjects"); \ +static_assert(sizeof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects) == 0x000058, "Wrong size on BP_InteractionSystem_C_UpdateDistantInteractiveObjects"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, local_NumberInteractionsToProcess) == 0x000000, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::local_NumberInteractionsToProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Add_IntInt_ReturnValue_1) == 0x000008, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, Temp_int_Variable) == 0x000010, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Min_ReturnValue) == 0x000014, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_GetInteractionIndexToProcess_NextIndex) == 0x000018, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_GetInteractionIndexToProcess_NextIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_ShouldDisplayDistantInteraction_ReturnValue) == 0x000031, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_ShouldDisplayDistantInteraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_ShouldDisplayDistantInteraction_ReturnValue_1) == 0x000032, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_ShouldDisplayDistantInteraction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Map_Values_Values) == 0x000040, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateDistantInteractiveObjects, CallFunc_Array_Contains_ReturnValue) == 0x000050, "Member 'BP_InteractionSystem_C_UpdateDistantInteractiveObjects::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractionSystem_C_UpdateInteractionPrompt \ +static_assert(alignof(BP_InteractionSystem_C_UpdateInteractionPrompt) == 0x000008, "Wrong alignment on BP_InteractionSystem_C_UpdateInteractionPrompt"); \ +static_assert(sizeof(BP_InteractionSystem_C_UpdateInteractionPrompt) == 0x000040, "Wrong size on BP_InteractionSystem_C_UpdateInteractionPrompt"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateInteractionPrompt, Interaction) == 0x000000, "Member 'BP_InteractionSystem_C_UpdateInteractionPrompt::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateInteractionPrompt, CallFunc_IsInteraction3D_ReturnValue) == 0x000010, "Member 'BP_InteractionSystem_C_UpdateInteractionPrompt::CallFunc_IsInteraction3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateInteractionPrompt, CallFunc_GetInteractionPromptParams_PromptParams) == 0x000018, "Member 'BP_InteractionSystem_C_UpdateInteractionPrompt::CallFunc_GetInteractionPromptParams_PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateInteractionPrompt, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000030, "Member 'BP_InteractionSystem_C_UpdateInteractionPrompt::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractionSystem_C_UpdateInteractionPrompt, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_InteractionSystem_C_UpdateInteractionPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractionSystem_C \ +static_assert(alignof(UBP_InteractionSystem_C) == 0x000008, "Wrong alignment on UBP_InteractionSystem_C"); \ +static_assert(sizeof(UBP_InteractionSystem_C) == 0x0001B0, "Wrong size on UBP_InteractionSystem_C"); \ +static_assert(offsetof(UBP_InteractionSystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InteractionSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, InteractiveObjects) == 0x0000A8, "Member 'UBP_InteractionSystem_C::InteractiveObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, DistantInteractiveObjects) == 0x0000B8, "Member 'UBP_InteractionSystem_C::DistantInteractiveObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, ActiveInteraction) == 0x0000C8, "Member 'UBP_InteractionSystem_C::ActiveInteraction' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, CurrentPromptID) == 0x0000D8, "Member 'UBP_InteractionSystem_C::CurrentPromptID' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, TwoDInteraction) == 0x0000E8, "Member 'UBP_InteractionSystem_C::TwoDInteraction' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, PromptContainerRef) == 0x0000F8, "Member 'UBP_InteractionSystem_C::PromptContainerRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, EnableInteractionsReferenceCounter) == 0x000100, "Member 'UBP_InteractionSystem_C::EnableInteractionsReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, OnInteracted) == 0x000120, "Member 'UBP_InteractionSystem_C::OnInteracted' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, DisplayedDistantInteractiveObjects) == 0x000130, "Member 'UBP_InteractionSystem_C::DisplayedDistantInteractiveObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, CurrentSliceIndex) == 0x000180, "Member 'UBP_InteractionSystem_C::CurrentSliceIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, DistantInteractionThresholdSquared) == 0x000188, "Member 'UBP_InteractionSystem_C::DistantInteractionThresholdSquared' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, DistantInteractionThresholdHysteresisSquared) == 0x000190, "Member 'UBP_InteractionSystem_C::DistantInteractionThresholdHysteresisSquared' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, InteractionsToProcessPerSlice) == 0x000198, "Member 'UBP_InteractionSystem_C::InteractionsToProcessPerSlice' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, ParentControllerWorld) == 0x0001A0, "Member 'UBP_InteractionSystem_C::ParentControllerWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractionSystem_C, IsInteracting) == 0x0001A8, "Member 'UBP_InteractionSystem_C::IsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget \ +static_assert(alignof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget) == 0x000008, "Wrong alignment on WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget"); \ +static_assert(sizeof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget) == 0x000028, "Wrong size on WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, EntryPoint) == 0x000000, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_bool_Variable) == 0x000004, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_byte_Variable) == 0x000005, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_CustomEvent_InVisibility) == 0x00000A, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_CustomEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_Select_Default) == 0x00000B, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_Select_Default_1) == 0x00000C, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_CustomEvent_AmmoCount) == 0x000018, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_CustomEvent_AmmoCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_CustomEvent_UseAP_Ammo) == 0x00001C, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_CustomEvent_UseAP_Ammo' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, K2Node_CustomEvent_AmmoLeftCount) == 0x000020, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::K2Node_CustomEvent_AmmoLeftCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget, CallFunc_GetBoolCVar_ReturnValue) == 0x000024, "Member 'WBP_HUD_AimTarget_C_ExecuteUbergraph_WBP_HUD_AimTarget::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AimTarget_C_InitAmmoCount \ +static_assert(alignof(WBP_HUD_AimTarget_C_InitAmmoCount) == 0x000004, "Wrong alignment on WBP_HUD_AimTarget_C_InitAmmoCount"); \ +static_assert(sizeof(WBP_HUD_AimTarget_C_InitAmmoCount) == 0x000008, "Wrong size on WBP_HUD_AimTarget_C_InitAmmoCount"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_InitAmmoCount, AmmoCount) == 0x000000, "Member 'WBP_HUD_AimTarget_C_InitAmmoCount::AmmoCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_InitAmmoCount, UseAP_Ammo) == 0x000004, "Member 'WBP_HUD_AimTarget_C_InitAmmoCount::UseAP_Ammo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AimTarget_C_SetCrossHairVisibility \ +static_assert(alignof(WBP_HUD_AimTarget_C_SetCrossHairVisibility) == 0x000001, "Wrong alignment on WBP_HUD_AimTarget_C_SetCrossHairVisibility"); \ +static_assert(sizeof(WBP_HUD_AimTarget_C_SetCrossHairVisibility) == 0x000001, "Wrong size on WBP_HUD_AimTarget_C_SetCrossHairVisibility"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_SetCrossHairVisibility, InVisibility) == 0x000000, "Member 'WBP_HUD_AimTarget_C_SetCrossHairVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_AimTarget_C_SetRemainingAmmo \ +static_assert(alignof(WBP_HUD_AimTarget_C_SetRemainingAmmo) == 0x000004, "Wrong alignment on WBP_HUD_AimTarget_C_SetRemainingAmmo"); \ +static_assert(sizeof(WBP_HUD_AimTarget_C_SetRemainingAmmo) == 0x000004, "Wrong size on WBP_HUD_AimTarget_C_SetRemainingAmmo"); \ +static_assert(offsetof(WBP_HUD_AimTarget_C_SetRemainingAmmo, AmmoLeftCount) == 0x000000, "Member 'WBP_HUD_AimTarget_C_SetRemainingAmmo::AmmoLeftCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_AimTarget_C \ +static_assert(alignof(UWBP_HUD_AimTarget_C) == 0x000008, "Wrong alignment on UWBP_HUD_AimTarget_C"); \ +static_assert(sizeof(UWBP_HUD_AimTarget_C) == 0x000300, "Wrong size on UWBP_HUD_AimTarget_C"); \ +static_assert(offsetof(UWBP_HUD_AimTarget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_AimTarget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AimTarget_C, Anim_ShowPrompt) == 0x0002E8, "Member 'UWBP_HUD_AimTarget_C::Anim_ShowPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AimTarget_C, WBP_CrossHair) == 0x0002F0, "Member 'UWBP_HUD_AimTarget_C::WBP_CrossHair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_AimTarget_C, WBP_TextualInputActionBinding_BackFromFreeAim) == 0x0002F8, "Member 'UWBP_HUD_AimTarget_C::WBP_TextualInputActionBinding_BackFromFreeAim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_CanInteractWithMount \ +static_assert(alignof(BPI_Interaction_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BPI_Interaction_C_CanInteractWithMount"); \ +static_assert(sizeof(BPI_Interaction_C_CanInteractWithMount) == 0x000001, "Wrong size on BPI_Interaction_C_CanInteractWithMount"); \ +static_assert(offsetof(BPI_Interaction_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BPI_Interaction_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_GetInteractionPromptParams \ +static_assert(alignof(BPI_Interaction_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BPI_Interaction_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BPI_Interaction_C_GetInteractionPromptParams) == 0x000018, "Wrong size on BPI_Interaction_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BPI_Interaction_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BPI_Interaction_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_IsInteractionAvailable \ +static_assert(alignof(BPI_Interaction_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BPI_Interaction_C_IsInteractionAvailable"); \ +static_assert(sizeof(BPI_Interaction_C_IsInteractionAvailable) == 0x000001, "Wrong size on BPI_Interaction_C_IsInteractionAvailable"); \ +static_assert(offsetof(BPI_Interaction_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BPI_Interaction_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_IsInteractionDone \ +static_assert(alignof(BPI_Interaction_C_IsInteractionDone) == 0x000001, "Wrong alignment on BPI_Interaction_C_IsInteractionDone"); \ +static_assert(sizeof(BPI_Interaction_C_IsInteractionDone) == 0x000001, "Wrong size on BPI_Interaction_C_IsInteractionDone"); \ +static_assert(offsetof(BPI_Interaction_C_IsInteractionDone, Done) == 0x000000, "Member 'BPI_Interaction_C_IsInteractionDone::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_OnEnemyBattleStateLoaded \ +static_assert(alignof(BPI_Interaction_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong alignment on BPI_Interaction_C_OnEnemyBattleStateLoaded"); \ +static_assert(sizeof(BPI_Interaction_C_OnEnemyBattleStateLoaded) == 0x000001, "Wrong size on BPI_Interaction_C_OnEnemyBattleStateLoaded"); \ +static_assert(offsetof(BPI_Interaction_C_OnEnemyBattleStateLoaded, BattleState) == 0x000000, "Member 'BPI_Interaction_C_OnEnemyBattleStateLoaded::BattleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_OnInteractionRequested \ +static_assert(alignof(BPI_Interaction_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BPI_Interaction_C_OnInteractionRequested"); \ +static_assert(sizeof(BPI_Interaction_C_OnInteractionRequested) == 0x000010, "Wrong size on BPI_Interaction_C_OnInteractionRequested"); \ +static_assert(offsetof(BPI_Interaction_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BPI_Interaction_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPI_Interaction_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BPI_Interaction_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BPI_Interaction_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BPI_Interaction_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BPI_Interaction_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BPI_Interaction_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BPI_Interaction_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BPI_Interaction_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_ShouldHideDistantInteraction \ +static_assert(alignof(BPI_Interaction_C_ShouldHideDistantInteraction) == 0x000001, "Wrong alignment on BPI_Interaction_C_ShouldHideDistantInteraction"); \ +static_assert(sizeof(BPI_Interaction_C_ShouldHideDistantInteraction) == 0x000001, "Wrong size on BPI_Interaction_C_ShouldHideDistantInteraction"); \ +static_assert(offsetof(BPI_Interaction_C_ShouldHideDistantInteraction, ReturnValue) == 0x000000, "Member 'BPI_Interaction_C_ShouldHideDistantInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_GetInteractionFeedbackLocation \ +static_assert(alignof(BPI_Interaction_C_GetInteractionFeedbackLocation) == 0x000008, "Wrong alignment on BPI_Interaction_C_GetInteractionFeedbackLocation"); \ +static_assert(sizeof(BPI_Interaction_C_GetInteractionFeedbackLocation) == 0x000018, "Wrong size on BPI_Interaction_C_GetInteractionFeedbackLocation"); \ +static_assert(offsetof(BPI_Interaction_C_GetInteractionFeedbackLocation, Location) == 0x000000, "Member 'BPI_Interaction_C_GetInteractionFeedbackLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Interaction_C_GetInteractionLocation \ +static_assert(alignof(BPI_Interaction_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BPI_Interaction_C_GetInteractionLocation"); \ +static_assert(sizeof(BPI_Interaction_C_GetInteractionLocation) == 0x000018, "Wrong size on BPI_Interaction_C_GetInteractionLocation"); \ +static_assert(offsetof(BPI_Interaction_C_GetInteractionLocation, Location) == 0x000000, "Member 'BPI_Interaction_C_GetInteractionLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Interaction_C \ +static_assert(alignof(IBPI_Interaction_C) == 0x000001, "Wrong alignment on IBPI_Interaction_C"); \ +static_assert(sizeof(IBPI_Interaction_C) == 0x000001, "Wrong size on IBPI_Interaction_C"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP \ +static_assert(alignof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP) == 0x000008, "Wrong alignment on ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP"); \ +static_assert(sizeof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP) == 0x000120, "Wrong size on ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, EntryPoint) == 0x000000, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CustomEvent_NotifyName_4) == 0x000004, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CustomEvent_NotifyName_2) == 0x000024, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CustomEvent_NotifyName_1) == 0x00003C, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CustomEvent_NotifyName) == 0x000054, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, Temp_name_Variable) == 0x00006C, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_IsFallDetectionInPause_IsInPause) == 0x000074, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_IsFallDetectionInPause_IsInPause' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_GetWorldLocationOnStartFalling_Location) == 0x000078, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_GetWorldLocationOnStartFalling_Location' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_X) == 0x000098, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_Z) == 0x0000A8, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_GetRollAnimation_ReturnValue) == 0x0000B0, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_GetRollAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x0000C0, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000CC, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E0, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_X_1) == 0x0000F8, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_Y_1) == 0x000100, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_BreakVector_Z_1) == 0x000108, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000110, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000118, "Member 'ALS_CharacterBP_C_ExecuteUbergraph_ALS_CharacterBP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_GetGetUpAnimation \ +static_assert(alignof(ALS_CharacterBP_C_GetGetUpAnimation) == 0x000008, "Wrong alignment on ALS_CharacterBP_C_GetGetUpAnimation"); \ +static_assert(sizeof(ALS_CharacterBP_C_GetGetUpAnimation) == 0x000018, "Wrong size on ALS_CharacterBP_C_GetGetUpAnimation"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetGetUpAnimation, bRagdollFaceUpState) == 0x000000, "Member 'ALS_CharacterBP_C_GetGetUpAnimation::bRagdollFaceUpState' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetGetUpAnimation, ReturnValue) == 0x000008, "Member 'ALS_CharacterBP_C_GetGetUpAnimation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetGetUpAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'ALS_CharacterBP_C_GetGetUpAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetGetUpAnimation, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'ALS_CharacterBP_C_GetGetUpAnimation::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess \ +static_assert(alignof(ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess) == 0x000008, "Wrong alignment on ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess"); \ +static_assert(sizeof(ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess) == 0x000008, "Wrong size on ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess, ReturnValue) == 0x000000, "Member 'ALS_CharacterBP_C_GetMaxVelocityToDisablePostProcess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_GetRollAnimation \ +static_assert(alignof(ALS_CharacterBP_C_GetRollAnimation) == 0x000008, "Wrong alignment on ALS_CharacterBP_C_GetRollAnimation"); \ +static_assert(sizeof(ALS_CharacterBP_C_GetRollAnimation) == 0x000018, "Wrong size on ALS_CharacterBP_C_GetRollAnimation"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetRollAnimation, ReturnValue) == 0x000000, "Member 'ALS_CharacterBP_C_GetRollAnimation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetRollAnimation, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'ALS_CharacterBP_C_GetRollAnimation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_GetRollAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'ALS_CharacterBP_C_GetRollAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B \ +static_assert(alignof(ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B) == 0x000004, "Wrong alignment on ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B) == 0x000008, "Wrong size on ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B, NotifyName) == 0x000000, "Member 'ALS_CharacterBP_C_OnBlendOut_C7B148F34DFE01EB080502B343933C4B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B \ +static_assert(alignof(ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B) == 0x000004, "Wrong alignment on ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B) == 0x000008, "Wrong size on ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B, NotifyName) == 0x000000, "Member 'ALS_CharacterBP_C_OnCompleted_C7B148F34DFE01EB080502B343933C4B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B \ +static_assert(alignof(ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B) == 0x000004, "Wrong alignment on ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B) == 0x000008, "Wrong size on ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B, NotifyName) == 0x000000, "Member 'ALS_CharacterBP_C_OnInterrupted_C7B148F34DFE01EB080502B343933C4B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B \ +static_assert(alignof(ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B) == 0x000004, "Wrong alignment on ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B) == 0x000008, "Wrong size on ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B, NotifyName) == 0x000000, "Member 'ALS_CharacterBP_C_OnNotifyBegin_C7B148F34DFE01EB080502B343933C4B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B \ +static_assert(alignof(ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B) == 0x000004, "Wrong alignment on ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B) == 0x000008, "Wrong size on ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B, NotifyName) == 0x000000, "Member 'ALS_CharacterBP_C_OnNotifyEnd_C7B148F34DFE01EB080502B343933C4B::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnRollAnimationStopped \ +static_assert(alignof(ALS_CharacterBP_C_OnRollAnimationStopped) == 0x000001, "Wrong alignment on ALS_CharacterBP_C_OnRollAnimationStopped"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnRollAnimationStopped) == 0x000001, "Wrong size on ALS_CharacterBP_C_OnRollAnimationStopped"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnRollAnimationStopped, IsInterrupted) == 0x000000, "Member 'ALS_CharacterBP_C_OnRollAnimationStopped::IsInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnUpdateHeldObject \ +static_assert(alignof(ALS_CharacterBP_C_OnUpdateHeldObject) == 0x000001, "Wrong alignment on ALS_CharacterBP_C_OnUpdateHeldObject"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnUpdateHeldObject) == 0x000001, "Wrong size on ALS_CharacterBP_C_OnUpdateHeldObject"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObject, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'ALS_CharacterBP_C_OnUpdateHeldObject::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_CharacterBP_C_OnUpdateHeldObjectAnimations \ +static_assert(alignof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations) == 0x000008, "Wrong alignment on ALS_CharacterBP_C_OnUpdateHeldObjectAnimations"); \ +static_assert(sizeof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations) == 0x000028, "Wrong size on ALS_CharacterBP_C_OnUpdateHeldObjectAnimations"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, CallFunc_GetAnimCurveValue_ReturnValue) == 0x000000, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::CallFunc_GetAnimCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, K2Node_DynamicCast_AsBow_Anim_BP) == 0x000010, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::K2Node_DynamicCast_AsBow_Anim_BP' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_CharacterBP_C_OnUpdateHeldObjectAnimations, K2Node_VariableSet_Draw_ImplicitCast) == 0x000020, "Member 'ALS_CharacterBP_C_OnUpdateHeldObjectAnimations::K2Node_VariableSet_Draw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AALS_CharacterBP_C \ +static_assert(alignof(AALS_CharacterBP_C) == 0x000010, "Wrong alignment on AALS_CharacterBP_C"); \ +static_assert(sizeof(AALS_CharacterBP_C) == 0x000A40, "Wrong size on AALS_CharacterBP_C"); \ +static_assert(offsetof(AALS_CharacterBP_C, UberGraphFrame) == 0x000960, "Member 'AALS_CharacterBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, LODSync) == 0x000968, "Member 'AALS_CharacterBP_C::LODSync' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, BP_FootstepVisualComponent) == 0x000970, "Member 'AALS_CharacterBP_C::BP_FootstepVisualComponent' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, BP_EnvironmentInteractorComponent_right_foot) == 0x000978, "Member 'AALS_CharacterBP_C::BP_EnvironmentInteractorComponent_right_foot' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, BP_EnvironmentInteractorComponent_left_foot) == 0x000980, "Member 'AALS_CharacterBP_C::BP_EnvironmentInteractorComponent_left_foot' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, Foot_R) == 0x000988, "Member 'AALS_CharacterBP_C::Foot_R' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, foot_l) == 0x000990, "Member 'AALS_CharacterBP_C::foot_l' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, Hand_R) == 0x000998, "Member 'AALS_CharacterBP_C::Hand_R' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, Hand_L) == 0x0009A0, "Member 'AALS_CharacterBP_C::Hand_L' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, Head) == 0x0009A8, "Member 'AALS_CharacterBP_C::Head' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, BP_FallDetectorComponent) == 0x0009B0, "Member 'AALS_CharacterBP_C::BP_FallDetectorComponent' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, DebugComponent) == 0x0009B8, "Member 'AALS_CharacterBP_C::DebugComponent' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, MantleComponent) == 0x0009C0, "Member 'AALS_CharacterBP_C::MantleComponent' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, LandRoll_Default) == 0x0009C8, "Member 'AALS_CharacterBP_C::LandRoll_Default' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, LandRoll_RH) == 0x0009D0, "Member 'AALS_CharacterBP_C::LandRoll_RH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, LandRoll_LH) == 0x0009D8, "Member 'AALS_CharacterBP_C::LandRoll_LH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, LandRoll_2H) == 0x0009E0, "Member 'AALS_CharacterBP_C::LandRoll_2H' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpFront_Default) == 0x0009E8, "Member 'AALS_CharacterBP_C::GetUpFront_Default' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpFront_LH) == 0x0009F0, "Member 'AALS_CharacterBP_C::GetUpFront_LH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpFront_2H) == 0x0009F8, "Member 'AALS_CharacterBP_C::GetUpFront_2H' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpFront_RH) == 0x000A00, "Member 'AALS_CharacterBP_C::GetUpFront_RH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpBack_Default) == 0x000A08, "Member 'AALS_CharacterBP_C::GetUpBack_Default' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpBack_LH) == 0x000A10, "Member 'AALS_CharacterBP_C::GetUpBack_LH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpBack_2H) == 0x000A18, "Member 'AALS_CharacterBP_C::GetUpBack_2H' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, GetUpBack_RH) == 0x000A20, "Member 'AALS_CharacterBP_C::GetUpBack_RH' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, RollAnimationThreshold) == 0x000A28, "Member 'AALS_CharacterBP_C::RollAnimationThreshold' has a wrong offset!"); \ +static_assert(offsetof(AALS_CharacterBP_C, MaxVelocityToDisablePostProcess) == 0x000A30, "Member 'AALS_CharacterBP_C::MaxVelocityToDisablePostProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp \ +static_assert(alignof(WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp) == 0x000004, "Wrong alignment on WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp"); \ +static_assert(sizeof(WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp) == 0x000008, "Wrong size on WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp"); \ +static_assert(offsetof(WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp, EntryPoint) == 0x000000, "Member 'WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_jRPG_InteractionPopUp_C_ExecuteUbergraph_WBP_jRPG_InteractionPopUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_InteractionPopUp_C \ +static_assert(alignof(UWBP_jRPG_InteractionPopUp_C) == 0x000008, "Wrong alignment on UWBP_jRPG_InteractionPopUp_C"); \ +static_assert(sizeof(UWBP_jRPG_InteractionPopUp_C) == 0x000308, "Wrong size on UWBP_jRPG_InteractionPopUp_C"); \ +static_assert(offsetof(UWBP_jRPG_InteractionPopUp_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_InteractionPopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InteractionPopUp_C, Button_Proceed) == 0x0002E8, "Member 'UWBP_jRPG_InteractionPopUp_C::Button_Proceed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InteractionPopUp_C, Image_GamepadOkButton) == 0x0002F0, "Member 'UWBP_jRPG_InteractionPopUp_C::Image_GamepadOkButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InteractionPopUp_C, TextBlock_Info) == 0x0002F8, "Member 'UWBP_jRPG_InteractionPopUp_C::TextBlock_Info' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_InteractionPopUp_C, WorldController) == 0x000300, "Member 'UWBP_jRPG_InteractionPopUp_C::WorldController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_WritePersistentFlag_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_WritePersistentFlag_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_WritePersistentFlag_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_WritePersistentFlag_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_WritePersistentFlag_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_WritePersistentFlag_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_WritePersistentFlag_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_WritePersistentFlag_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction) == 0x000038, "Wrong size on BP_GameAction_WritePersistentFlag_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_WritePersistentFlag_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_WritePersistentFlag_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_WritePersistentFlag_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_GameAction_WritePersistentFlag_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_WritePersistentFlag_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_WritePersistentFlag_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_WritePersistentFlag_C \ +static_assert(alignof(UBP_GameAction_WritePersistentFlag_C) == 0x000008, "Wrong alignment on UBP_GameAction_WritePersistentFlag_C"); \ +static_assert(sizeof(UBP_GameAction_WritePersistentFlag_C) == 0x000040, "Wrong size on UBP_GameAction_WritePersistentFlag_C"); \ +static_assert(offsetof(UBP_GameAction_WritePersistentFlag_C, NamedID) == 0x000030, "Member 'UBP_GameAction_WritePersistentFlag_C::NamedID' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_WritePersistentFlag_C, Value) == 0x000038, "Member 'UBP_GameAction_WritePersistentFlag_C::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_BattleWeaponRight_C_Received_Notify \ +static_assert(alignof(AN_BattleWeaponRight_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleWeaponRight_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleWeaponRight_C_Received_Notify) == 0x000090, "Wrong size on AN_BattleWeaponRight_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleWeaponRight_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleWeaponRight_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleWeaponRight_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleWeaponRight_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_BattleWeaponRight_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000050, "Member 'AN_BattleWeaponRight_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AN_BattleWeaponRight_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000068, "Member 'AN_BattleWeaponRight_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AN_BattleWeaponRight_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000078, "Member 'AN_BattleWeaponRight_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleWeaponRight_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_BattleWeaponRight_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleWeaponRight_C \ +static_assert(alignof(UAN_BattleWeaponRight_C) == 0x000008, "Wrong alignment on UAN_BattleWeaponRight_C"); \ +static_assert(sizeof(UAN_BattleWeaponRight_C) == 0x000040, "Wrong size on UAN_BattleWeaponRight_C"); \ +static_assert(offsetof(UAN_BattleWeaponRight_C, BattleWeaponRight) == 0x000038, "Member 'UAN_BattleWeaponRight_C::BattleWeaponRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_AddCameraOverrideRequest \ +static_assert(alignof(BP_jRPG_Controller_World_C_AddCameraOverrideRequest) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_AddCameraOverrideRequest"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_AddCameraOverrideRequest) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_AddCameraOverrideRequest"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AddCameraOverrideRequest, CameraOverrideParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_AddCameraOverrideRequest::CameraOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AddCameraOverrideRequest, CallFunc_HasCameraOverride_HasOverride) == 0x000010, "Member 'BP_jRPG_Controller_World_C_AddCameraOverrideRequest::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AddCameraOverrideRequest, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'BP_jRPG_Controller_World_C_AddCameraOverrideRequest::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ApplyUserSettings \ +static_assert(alignof(BP_jRPG_Controller_World_C_ApplyUserSettings) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ApplyUserSettings"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ApplyUserSettings) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_ApplyUserSettings"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ApplyUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ApplyUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ApplyUserSettings, CallFunc_GetEnableControllerForceFeedback_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ApplyUserSettings::CallFunc_GetEnableControllerForceFeedback_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_AxisInputThreshold \ +static_assert(alignof(BP_jRPG_Controller_World_C_AxisInputThreshold) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_AxisInputThreshold"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_AxisInputThreshold) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_AxisInputThreshold"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, AxisValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, Value) == 0x000008, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, local_Threshold) == 0x000010, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::local_Threshold' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, Temp_bool_Variable) == 0x000018, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, CallFunc_SignOfFloat_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, CallFunc_Abs_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, CallFunc_FTrunc_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, Temp_int_Variable) == 0x000034, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AxisInputThreshold, K2Node_Select_Default) == 0x00003C, "Member 'BP_jRPG_Controller_World_C_AxisInputThreshold::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature \ +static_assert(alignof(BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature, Dialogue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_BndEvt__BP_jRPG_Controller_World_BP_DialogueSystemComponent_K2Node_ComponentBoundEvent_0_OnDialogueFinished__DelegateSignature::Dialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CanOpenGameMenu \ +static_assert(alignof(BP_jRPG_Controller_World_C_CanOpenGameMenu) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CanOpenGameMenu"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CanOpenGameMenu) == 0x000050, "Wrong size on BP_jRPG_Controller_World_C_CanOpenGameMenu"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_GetInteractionSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_HasExplorationCapacity_Result) == 0x000010, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_GetIsInteracting_IsInteracting) == 0x000011, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_GetIsInteracting_IsInteracting' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_IsInBattle_ReturnValue) == 0x000012, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x000014, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_HasActiveTutorialCard_ReturnValue) == 0x000015, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_HasActiveTutorialCard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_2) == 0x000016, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_3) == 0x000017, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_IsMapChangeInProgress_InProgress) == 0x000028, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_IsMapChangeInProgress_InProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_4) == 0x000039, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_IsPawnInputEnabled_ReturnValue) == 0x00003A, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_IsPawnInputEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_IsFlying_ReturnValue) == 0x00003B, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_IsFlying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_IsMovingOnGround_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanOR_ReturnValue) == 0x00003D, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_5) == 0x00003E, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_6) == 0x00003F, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_HasActiveDialogue_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_Not_PreBool_ReturnValue_7) == 0x000041, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x000043, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x000044, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_3) == 0x000045, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_4) == 0x000046, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_5) == 0x000047, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_6) == 0x000048, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_7) == 0x000049, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_8) == 0x00004A, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_9) == 0x00004B, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenGameMenu, CallFunc_BooleanAND_ReturnValue_10) == 0x00004C, "Member 'BP_jRPG_Controller_World_C_CanOpenGameMenu::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CanOpenPauseMenu \ +static_assert(alignof(BP_jRPG_Controller_World_C_CanOpenPauseMenu) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CanOpenPauseMenu"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CanOpenPauseMenu) == 0x0000A0, "Wrong size on BP_jRPG_Controller_World_C_CanOpenPauseMenu"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_GetInteractionSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_GetIsInteracting_IsInteracting) == 0x000018, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_GetIsInteracting_IsInteracting' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsBattleEnding_ReturnValue) == 0x000019, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsInBattle_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_self_CastInput) == 0x000030, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_OutFoundPriority) == 0x000040, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_OutFoundPriority' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_ReturnValue) == 0x000044, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_self_CastInput_1) == 0x000048, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_OutFoundPriority_1) == 0x000058, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_OutFoundPriority_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasMappingContext_ReturnValue_1) == 0x00005C, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasMappingContext_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsValid_ReturnValue) == 0x00005D, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanOR_ReturnValue) == 0x00005E, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsInBattle_ReturnValue_1) == 0x00005F, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsInBattle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_2) == 0x000061, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasActiveTutorialCard_ReturnValue) == 0x000062, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasActiveTutorialCard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_3) == 0x000063, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_4) == 0x000064, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_K2_GetPawn_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsMapChangeInProgress_InProgress) == 0x000078, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsMapChangeInProgress_InProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000080, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_5) == 0x000089, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_IsPawnInputEnabled_ReturnValue) == 0x00008A, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_IsPawnInputEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x00008B, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanOR_ReturnValue_1) == 0x00008C, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_6) == 0x00008D, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_HasActiveDialogue_ReturnValue) == 0x00008E, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_7) == 0x00008F, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_Not_PreBool_ReturnValue_8) == 0x000090, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanOR_ReturnValue_2) == 0x000091, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x000092, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_3) == 0x000093, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_4) == 0x000094, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_5) == 0x000095, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_6) == 0x000096, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_7) == 0x000097, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_8) == 0x000098, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenPauseMenu, CallFunc_BooleanAND_ReturnValue_9) == 0x000099, "Member 'BP_jRPG_Controller_World_C_CanOpenPauseMenu::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CanOpenTeamOverlay \ +static_assert(alignof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_CanOpenTeamOverlay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay) == 0x000006, "Wrong size on BP_jRPG_Controller_World_C_CanOpenTeamOverlay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, CallFunc_HasExplorationCapacity_Result) == 0x000001, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanOpenTeamOverlay, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'BP_jRPG_Controller_World_C_CanOpenTeamOverlay::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CanReceiveExplorationDamage \ +static_assert(alignof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CanReceiveExplorationDamage"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_CanReceiveExplorationDamage"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, CallFunc_GetBoolCVar_ReturnValue) == 0x000002, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000008, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, CallFunc_AreAllCharactersDead_AllDead) == 0x000010, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::CallFunc_AreAllCharactersDead_AllDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanReceiveExplorationDamage, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_Controller_World_C_CanReceiveExplorationDamage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CanStartBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_CanStartBattle) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_CanStartBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CanStartBattle) == 0x000004, "Wrong size on BP_jRPG_Controller_World_C_CanStartBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanStartBattle, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CanStartBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanStartBattle, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_CanStartBattle::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanStartBattle, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_Controller_World_C_CanStartBattle::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CanStartBattle, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_jRPG_Controller_World_C_CanStartBattle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CleanAndQuit \ +static_assert(alignof(BP_jRPG_Controller_World_C_CleanAndQuit) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CleanAndQuit"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CleanAndQuit) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_CleanAndQuit"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CleanAndQuit, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CleanAndQuit::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CloseSavePointMenu \ +static_assert(alignof(BP_jRPG_Controller_World_C_CloseSavePointMenu) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CloseSavePointMenu"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CloseSavePointMenu) == 0x000048, "Wrong size on BP_jRPG_Controller_World_C_CloseSavePointMenu"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, IsFromGameplay) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::IsFromGameplay' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, K2Node_MakeStruct_S_InputLockParameters) == 0x000001, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CloseSavePointMenu, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000018, "Member 'BP_jRPG_Controller_World_C_CloseSavePointMenu::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority \ +static_assert(alignof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority, A) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority::A' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority, B) == 0x000010, "Member 'BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority::B' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority, OrderingResult) == 0x000020, "Member 'BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000029, "Member 'BP_jRPG_Controller_World_C_CompareCameraOverrideParametersByPriority::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CreateDynamicCameraManager \ +static_assert(alignof(BP_jRPG_Controller_World_C_CreateDynamicCameraManager) == 0x000010, "Wrong alignment on BP_jRPG_Controller_World_C_CreateDynamicCameraManager"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CreateDynamicCameraManager) == 0x000070, "Wrong size on BP_jRPG_Controller_World_C_CreateDynamicCameraManager"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CreateDynamicCameraManager, Temp_struct_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CreateDynamicCameraManager::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CreateDynamicCameraManager, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_CreateDynamicCameraManager::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_CreateWidgets \ +static_assert(alignof(BP_jRPG_Controller_World_C_CreateWidgets) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_CreateWidgets"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_CreateWidgets) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_CreateWidgets"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CreateWidgets, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_CreateWidgets::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_CreateWidgets, CallFunc_GetDialogueOverlay_DialogueOverlay) == 0x000008, "Member 'BP_jRPG_Controller_World_C_CreateWidgets::CallFunc_GetDialogueOverlay_DialogueOverlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides) == 0x0008A8, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, InputPin) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, OutputPin) == 0x000190, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, local_currentCharacterID) == 0x000320, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::local_currentCharacterID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, local_characterCollection) == 0x000328, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::local_characterCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, local_currentCharacterSave) == 0x000378, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::local_currentCharacterSave' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, local_softClass) == 0x000538, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::local_softClass' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, local_saveData) == 0x000558, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_NameToString_ReturnValue) == 0x0006E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Concat_StrStr_ReturnValue) == 0x0006F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, Temp_int_Variable) == 0x000708, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_StringToName_ReturnValue) == 0x00070C, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_IntToByte_ReturnValue) == 0x000714, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_GetStringCVar_ReturnValue) == 0x000718, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_GetValidValue_ReturnValue) == 0x000728, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_StringToName_ReturnValue_1) == 0x00072C, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_NameToText_ReturnValue) == 0x000738, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000748, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, K2Node_MakeStruct_FormatArgumentData) == 0x000750, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, K2Node_MakeArray_Array) == 0x000798, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_ToHardcodedName_HardcodedName) == 0x0007A8, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Format_ReturnValue) == 0x0007B0, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_IsEmpty_ReturnValue) == 0x0007C0, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Not_PreBool_ReturnValue) == 0x0007C1, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, Temp_int_Variable_1) == 0x0007C4, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Add_IntInt_ReturnValue) == 0x0007C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x0007CC, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x0007CD, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0007D0, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Map_Contains_ReturnValue) == 0x0007D4, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_MakeLiteralInt_ReturnValue) == 0x0007D8, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Less_IntInt_ReturnValue) == 0x0007DC, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_DEBUG_FindAsset_Found) == 0x0007DD, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_DEBUG_FindAsset_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_DEBUG_FindAsset_Array_Element) == 0x0007E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_DEBUG_FindAsset_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_ToSoftObjectPath_ReturnValue) == 0x000848, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_ToSoftObjectPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000868, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000890, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, K2Node_DynamicCast_AsBP_Data_Asset_Character_Debug_Save) == 0x000898, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::K2Node_DynamicCast_AsBP_Data_Asset_Character_Debug_Save' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides, K2Node_DynamicCast_bSuccess) == 0x0008A0, "Member 'BP_jRPG_Controller_World_C_DEBUG_ApplyCharacterDebugSaveOverrides::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause) == 0x000038, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_DebugCustomPause::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_DiegeticQTE::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_EnableAutoSave::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_GivePictosOnBoot::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI, Value) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_HideUI::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_LearnAllLuminasOnBoot::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps, Enabled) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowClimbableProps::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_ShowGameActionTree::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_CVarChange_SingleCharacterParty::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_FindAsset \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_FindAsset) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_FindAsset"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_FindAsset) == 0x000178, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_FindAsset"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, AssetName) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::AssetName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, ClassSoft) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::ClassSoft' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, Found) == 0x000028, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, Array_Element) == 0x000030, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_Conv_SoftClassPathToSoftClassRef_ReturnValue) == 0x000098, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_Conv_SoftClassPathToSoftClassRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, Temp_int_Array_Index_Variable) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000C4, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_GetSoftClassTopLevelAssetPath_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_GetSoftClassTopLevelAssetPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, Temp_int_Loop_Counter_Variable) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_Add_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_GetAssetRegistry_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_GetAssetsByClass_OutAssetData) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_GetAssetsByClass_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_GetAssetsByClass_ReturnValue) == 0x000100, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_GetAssetsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_Array_Get_Item) == 0x000108, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindAsset, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000171, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindAsset::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset) == 0x000128, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, AssetName) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::AssetName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, Array_Element) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_MakeTopLevelAssetPath_ReturnValue) == 0x00007C, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_MakeTopLevelAssetPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_GetAssetRegistry_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_GetAssetsByClass_OutAssetData) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_GetAssetsByClass_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_GetAssetsByClass_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_GetAssetsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000121, "Member 'BP_jRPG_Controller_World_C_DEBUG_FindDebugSaveAsset::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives) == 0x000100, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, QuestName) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, QuestObjectiveName) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::QuestObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, Status) == 0x000010, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, Objectives) == 0x000018, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::Objectives' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, local_Objectives) == 0x000068, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::local_Objectives' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, Temp_int_Array_Index_Variable) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_GetObjectiveDataTable_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_GetObjectiveDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_Array_Get_Item) == 0x0000DC, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000E4, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, Temp_bool_True_if_break_was_hit_Variable) == 0x0000EC, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_Not_PreBool_ReturnValue) == 0x0000ED, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, Temp_int_Loop_Counter_Variable) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives, CallFunc_BooleanAND_ReturnValue) == 0x0000FC, "Member 'BP_jRPG_Controller_World_C_DEBUG_GetAllPreviousQuestObjectives::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, WeaponID) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::WeaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, WeaponInstanceHandle) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000035, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_DEBUG_IsWeaponInHandleList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData) == 0x000178, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, SaveGameData) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::SaveGameData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, GoldenPathObjectives) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::GoldenPathObjectives' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, Temp_bool_True_if_break_was_hit_Variable) == 0x00006C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000090, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Map_Find_ReturnValue) == 0x0000A1, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A2, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Array_Get_Item_1) == 0x0000A4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_DEBUG_GetAllPreviousQuestObjectives_Objectives) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_DEBUG_GetAllPreviousQuestObjectives_Objectives' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, K2Node_MakeStruct_S_QuestStatusData) == 0x000118, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::K2Node_MakeStruct_S_QuestStatusData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000170, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000174, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugQuestData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData) == 0x000C50, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, SaveData) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, local_patching_partyLevel) == 0x000190, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::local_patching_partyLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, local_goldenPathObjectives) == 0x000198, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::local_goldenPathObjectives' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, local_legacyInventoryItems) == 0x0001E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::local_legacyInventoryItems' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, local_debugSaveRow) == 0x000238, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::local_debugSaveRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, local_createdSaveGame) == 0x0003C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::local_createdSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable) == 0x0003D0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_1) == 0x0003D4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable) == 0x0003D8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x0003DC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_2) == 0x0003E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_1) == 0x0003E4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_3) == 0x0003EC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_2) == 0x0003F0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_2) == 0x0003F4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_4) == 0x0003F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_3) == 0x0003FC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000400, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_5) == 0x000404, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_6) == 0x000408, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_name_Variable) == 0x00040C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000418, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_4) == 0x000420, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Find_Value) == 0x000428, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Find_ReturnValue) == 0x0005E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_4) == 0x0005EC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0005F0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0005F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_5) == 0x000600, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_FTrunc_ReturnValue) == 0x000604, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_5) == 0x000608, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetSaveManager_SaveManager) == 0x000610, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetSaveManager_SaveManager_1) == 0x000618, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetSaveManager_SaveManager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetSaveManager_SaveManager_2) == 0x000620, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetSaveManager_SaveManager_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000628, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeVariable_MakeVariableOutput) == 0x000630, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_bool_True_if_break_was_hit_Variable) == 0x000680, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Not_PreBool_ReturnValue) == 0x000681, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item) == 0x000684, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_SpawnObject_ReturnValue) == 0x000690, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeStruct_FPassiveEffectProgression) == 0x000698, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeStruct_FPassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Add_ReturnValue) == 0x0006A8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue) == 0x0006AC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeStruct_S_QuestStatusData) == 0x0006B0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeStruct_S_QuestStatusData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000708, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Keys_Keys) == 0x000710, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_bool_Variable) == 0x000720, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_1) == 0x000724, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Find_Value_1) == 0x00072C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Find_ReturnValue_1) == 0x000730, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_1) == 0x000734, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_6) == 0x000738, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x00073C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_1) == 0x00073D, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_6) == 0x000740, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000748, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_2) == 0x000758, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000760, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_2) == 0x000764, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Values_Values) == 0x000768, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_3) == 0x000778, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Keys_Keys_1) == 0x000780, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_2) == 0x000790, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_3) == 0x000794, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeStruct_S_WeaponInstanceHandle) == 0x00079C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeStruct_S_WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Remove_ReturnValue) == 0x0007A8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x0007A9, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_4) == 0x0007AC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Not_PreBool_ReturnValue_1) == 0x0007B0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_3) == 0x0007B1, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Loop_Counter_Variable_7) == 0x0007B4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Add_ReturnValue_1) == 0x0007B8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_DEBUG_IsWeaponInHandleList_ReturnValue) == 0x0007BC, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_DEBUG_IsWeaponInHandleList_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_4) == 0x0007BD, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Not_PreBool_ReturnValue_2) == 0x0007BE, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_BooleanAND_ReturnValue) == 0x0007BF, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Add_IntInt_ReturnValue_7) == 0x0007C0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_1) == 0x0007C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Variable) == 0x0007D0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_IsEmpty_ReturnValue) == 0x0007D4, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetInventoryManager_ReturnValue) == 0x0007D8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_byte_Variable) == 0x0007E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetItemDefinitionFromID_Found) == 0x0007E1, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x0007E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_SwitchEnum_CmpSuccess) == 0x000918, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_byte_Variable_1) == 0x000919, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_bool_Variable_1) == 0x00091A, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_Select_Default) == 0x00091B, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, Temp_int_Array_Index_Variable_7) == 0x00091C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_4) == 0x000920, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_5) == 0x000928, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Values_Values_1) == 0x000AE8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Get_Item_6) == 0x000AF8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_5) == 0x000B00, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Conv_NameToText_ReturnValue) == 0x000B08, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_5) == 0x000B18, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeStruct_FormatArgumentData) == 0x000B20, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeArray_Array) == 0x000B68, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Format_ReturnValue) == 0x000B78, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Contains_ReturnValue) == 0x000B88, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Not_PreBool_ReturnValue_3) == 0x000B89, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_6) == 0x000B8C, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_6) == 0x000B90, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Map_Keys_Keys_2) == 0x000B98, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Array_Length_ReturnValue_7) == 0x000BA8, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_ConvertItemsToSave_SavedItems) == 0x000BB0, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_ConvertItemsToSave_SavedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_Less_IntInt_ReturnValue_7) == 0x000C00, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_MakeStruct_S_LoadGameRequest) == 0x000C08, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_K2_GetPawn_ReturnValue) == 0x000C30, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_2) == 0x000C38, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000C40, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData, K2Node_DynamicCast_bSuccess) == 0x000C48, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset) == 0x000004, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset, AssetName) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_LoadDebugSaveGameAsset::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged, NewValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_OnRaytraceMouseCVarChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading) == 0x000598, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, SaveData) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, local_PatchedCharacterCollection) == 0x000190, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::local_PatchedCharacterCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, Temp_int_Array_Index_Variable) == 0x0001E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Map_Values_Values) == 0x0001E8, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Map_Keys_Keys) == 0x0001F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Array_Get_Item) == 0x000208, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, K2Node_SetFieldsInStruct_StructOut) == 0x0003C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Array_Length_ReturnValue) == 0x000588, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, Temp_int_Loop_Counter_Variable) == 0x00058C, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Less_IntInt_ReturnValue) == 0x000590, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading, CallFunc_Add_IntInt_ReturnValue) == 0x000594, "Member 'BP_jRPG_Controller_World_C_DEBUG_PatchDebugSaveDataBeforeLoading::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_RegisterCVars \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_RegisterCVars"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars) == 0x000158, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_RegisterCVars"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, Temp_string_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_MakeLiteralInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, Temp_int_Variable) == 0x000014, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, Temp_int_Variable_1) == 0x000018, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Conv_IntToByte_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_GetValidValue_ReturnValue) == 0x000024, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000025, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_ToHardcodedName_HardcodedName) == 0x000028, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000048, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Conv_StringToName_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_GetCommandLine_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_ParseCommandLine_OutTokens) == 0x000080, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_ParseCommandLine_OutTokens' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_ParseCommandLine_OutSwitches) == 0x000090, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_ParseCommandLine_OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_ParseCommandLine_OutParams) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_ParseCommandLine_OutParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, CallFunc_Array_Contains_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate) == 0x0000F4, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate_1) == 0x000104, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate_2) == 0x000114, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate_3) == 0x000124, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate_4) == 0x000134, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_RegisterCVars, K2Node_CreateDelegate_OutputDelegate_5) == 0x000144, "Member 'BP_jRPG_Controller_World_C_DEBUG_RegisterCVars::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart) == 0x000004, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_jRPG_Controller_World_C_DEBUG_TriggerCVarOnGameStart::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay \ +static_assert(alignof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay) == 0x000218, "Wrong size on BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_DeprojectScreenPositionToWorld_WorldLocation) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_DeprojectScreenPositionToWorld_WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_DeprojectScreenPositionToWorld_WorldDirection) == 0x000020, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_DeprojectScreenPositionToWorld_WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_DeprojectScreenPositionToWorld_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_DeprojectScreenPositionToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000048, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_Add_VectorVector_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, Temp_object_Variable) == 0x000078, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_LineTraceSingle_OutHit) == 0x000088, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_LineTraceSingle_ReturnValue) == 0x000180, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_K2_GetPawn_ReturnValue) == 0x000188, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_GetControlRotation_ReturnValue) == 0x000190, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_GetForwardVector_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001C8, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001F8, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay, CallFunc_DrawDebugArrow_Duration_ImplicitCast) == 0x000210, "Member 'BP_jRPG_Controller_World_C_DEBUG_UpdateDisplay::CallFunc_DrawDebugArrow_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_DisableExplorationControlsForBattle::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController \ +static_assert(alignof(BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController, GameActionWrapper) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ExecuteGameActionWrapperController::GameActionWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World \ +static_assert(alignof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World) == 0x000010, "Wrong alignment on BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World) == 0x001140, "Wrong size on BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, EntryPoint) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000028, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x00002C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000030, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable) == 0x000038, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable) == 0x000048, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_1) == 0x000050, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_0) == 0x000058, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_1_0) == 0x000060, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable) == 0x000068, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000070, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000090, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000094, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000098, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_1) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_2) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_2_0) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_3) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_1) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_3_0) == 0x0000D0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0000F8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0000FC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000100, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_2) == 0x000108, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000110, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_4) == 0x000118, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_5) == 0x000120, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_4_0) == 0x000128, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_5_0) == 0x000130, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_2) == 0x000138, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000140, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000160, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000164, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000168, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000170, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_3) == 0x000178, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_6) == 0x000180, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_6_0) == 0x000188, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_7) == 0x000190, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_3) == 0x000198, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_7_0) == 0x0001A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_7_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0001A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0001C8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0001CC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0001D0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_4) == 0x0001D8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x0001E0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_8) == 0x0001E8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_9) == 0x0001F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_8_0) == 0x0001F8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_9_0) == 0x000200, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_9_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_4) == 0x000208, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Create_ReturnValue) == 0x000210, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate) == 0x000218, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_1) == 0x000228, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000238, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000240, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_2) == 0x000250, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable) == 0x000260, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue) == 0x000264, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable) == 0x000268, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_wildcard_Temp_buffer_array_Variable) == 0x000270, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_InputKeyEvent_Key) == 0x000280, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable_1) == 0x000298, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00029C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00029D, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0002B0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable_1) == 0x0002B4, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002B8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002C8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable) == 0x0002D0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable_2) == 0x0002E0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable_2) == 0x0002E4, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002E8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable_3) == 0x0002EC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable_1) == 0x0002F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable_3) == 0x000300, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue_3) == 0x000304, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_5) == 0x000308, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable_4) == 0x00030C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue_4) == 0x000310, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable_4) == 0x000314, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Event_DeltaSeconds) == 0x000318, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetVectorParameterValue_ReturnValue) == 0x00031C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_K2_GetPawn_ReturnValue) == 0x000330, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_HasCameraOverride_HasOverride) == 0x000338, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue) == 0x000339, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000340, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000358, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_GameActionWrapper) == 0x000368, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000378, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable_2) == 0x000388, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item) == 0x000398, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0004D0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue) == 0x0004D4, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue) == 0x0004D8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004D9, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0004DA, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanOR_ReturnValue) == 0x0004DB, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_1) == 0x0004DC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetInventoryManager_ReturnValue) == 0x0004E0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_6) == 0x0004E8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_5) == 0x0004E9, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetGameInstance_ReturnValue) == 0x0004F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_4) == 0x0004F8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000500, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess) == 0x000508, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Map_Values_Values) == 0x000510, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_3) == 0x000520, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue_1) == 0x000530, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_StringToName_ReturnValue) == 0x000534, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsEmpty_ReturnValue) == 0x00053C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetGameInstance_ReturnValue_1) == 0x000540, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue) == 0x000548, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1) == 0x000550, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_1) == 0x000558, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetGameInstance_ReturnValue_2) == 0x000560, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item_1) == 0x000568, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_2) == 0x000578, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_2) == 0x000580, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Add_ReturnValue) == 0x000584, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue_2) == 0x000588, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00058C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue_1) == 0x00058D, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_AssetName) == 0x000590, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_AssetName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_6) == 0x000598, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_NameToText_ReturnValue) == 0x0005A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_DEBUG_FindDebugSaveAsset_Array_Element) == 0x0005B0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_DEBUG_FindDebugSaveAsset_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_FormatArgumentData) == 0x000618, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_2) == 0x000660, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeArray_Array) == 0x000668, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Format_ReturnValue) == 0x000678, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_ToSoftObjectPath_ReturnValue) == 0x000688, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_ToSoftObjectPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x0006A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_10) == 0x0006D0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0006D8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_Enabled) == 0x0006E0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_Data_Asset_Debug_Save_Game) == 0x0006E8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_Data_Asset_Debug_Save_Game' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_3) == 0x0006F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsPackagedForDistribution_ReturnValue_2) == 0x0006F1, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsPackagedForDistribution_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_1) == 0x0006F2, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_DEBUG_ApplyCharacterDebugSaveOverrides_OutputPin) == 0x0006F8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_DEBUG_ApplyCharacterDebugSaveOverrides_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetAllActorsOfClass_OutActors) == 0x000888, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_11) == 0x000898, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item_2) == 0x0008A0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue_3) == 0x0008A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetComponentByClass_ReturnValue) == 0x0008B0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue_2) == 0x0008B8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_3) == 0x0008B9, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_5) == 0x0008C0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x0008C8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x0008E8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x0008EC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x0008F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_2) == 0x0008F8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_11_0) == 0x000900, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_11_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_10_0) == 0x000908, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_10_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000910, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetEncounterLevel_ReturnValue) == 0x000914, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue_1) == 0x000918, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_S_LootContext) == 0x00091C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetSaveManager_SaveManager) == 0x000920, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_AddItemToInventory_GeneratedItem) == 0x000928, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000930, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsInputKeyDown_ReturnValue) == 0x000931, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_Value_1) == 0x000932, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x000933, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_NewValue) == 0x000934, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Select_Default) == 0x000938, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Concat_StrStr_ReturnValue) == 0x000948, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetInputManager_InputManager) == 0x000958, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable_3) == 0x000960, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetConsoleVariableBoolValue_ReturnValue_2) == 0x000970, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetConsoleVariableBoolValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_CanOpenGameMenu_ReturnValue) == 0x000971, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_CanOpenGameMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_Visible) == 0x000972, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_GameMenuParameters) == 0x000978, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_GameMenuParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_2) == 0x000990, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_BoolToText_ReturnValue) == 0x000998, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_FormatArgumentData_1) == 0x0009A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeArray_Array_1) == 0x0009F0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Format_ReturnValue_1) == 0x000A00, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetInputManager_InputManager_1) == 0x000A10, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetInputManager_InputManager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetInputManager_InputManager_2) == 0x000A18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetInputManager_InputManager_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_3) == 0x000A20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000A28, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000A30, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_7) == 0x000A38, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_12) == 0x000A40, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_4) == 0x000A48, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_13) == 0x000A50, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerController_ReturnValue) == 0x000A58, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_6) == 0x000A60, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000A68, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000A70, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000A90, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x000A94, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x000A98, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_13_0) == 0x000AA0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_13_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_12_0) == 0x000AA8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_12_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_6) == 0x000AB0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerController_ReturnValue_1) == 0x000AB8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000AC0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000AC8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_1) == 0x000AD0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCharacterCollection_Characters) == 0x000AD8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetUnlockedWorldMapCapacities_UnlockedWorldMapCapacities) == 0x000AE8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetUnlockedWorldMapCapacities_UnlockedWorldMapCapacities' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerPawn_ReturnValue) == 0x000AF8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanOR_ReturnValue_1) == 0x000B00, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Array_Index_Variable_5) == 0x000B04, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item_3) == 0x000B08, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_2) == 0x000B10, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000B18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000B20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_4) == 0x000B28, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000B30, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_S_GameplayPauseParameters_1) == 0x000B60, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_S_GameplayPauseParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_8) == 0x000B90, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_14) == 0x000B98, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_9) == 0x000BA0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_CanOpenPauseMenu_ReturnValue) == 0x000BA1, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_CanOpenPauseMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Select_Default_1) == 0x000BA8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanOR_ReturnValue_2) == 0x000BB8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_4) == 0x000BB9, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsReturnToTitleScreenRequested_ReturnToTitleMenuRequested) == 0x000BBA, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsReturnToTitleScreenRequested_ReturnToTitleMenuRequested' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_5) == 0x000BBB, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_AreSettingsOpen_AreSettingsOpen) == 0x000BBC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_AreSettingsOpen_AreSettingsOpen' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_15) == 0x000BC0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_6) == 0x000BC8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsInBattle_ReturnValue) == 0x000BC9, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanAND_ReturnValue) == 0x000BCA, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanAND_ReturnValue_1) == 0x000BCB, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsInBattle_ReturnValue_1) == 0x000BCC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsInBattle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_CanOpenTeamOverlay_ReturnValue) == 0x000BCD, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_CanOpenTeamOverlay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_7) == 0x000BD0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x000BD8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x000BF8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000BFC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_7) == 0x000C00, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_7) == 0x000C08, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_15_0) == 0x000C10, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_15_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_14_0) == 0x000C18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_14_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_7) == 0x000C20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerController_ReturnValue_2) == 0x000C28, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_bIsConnected) == 0x000C30, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_bIsConnected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_8) == 0x000C31, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_bShouldPause) == 0x000C32, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_bShouldPause' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_9) == 0x000C33, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BooleanAND_ReturnValue_2) == 0x000C34, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_SetGamePaused_ReturnValue) == 0x000C35, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_10) == 0x000C36, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000C38, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_10) == 0x000C40, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000C48, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_5) == 0x000C50, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_LostFocus) == 0x000C51, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_LostFocus' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_16) == 0x000C58, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_17) == 0x000C60, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_object_Variable_8) == 0x000C68, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x000C70, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x000C90, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x000C94, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_EnhancedInputActionEvent_SourceAction_8) == 0x000C98, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_EnhancedInputActionEvent_SourceAction_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_11) == 0x000CA0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_17_0) == 0x000CA8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_17_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_16_0) == 0x000CB0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_16_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_InputActionValueToBool_ReturnValue_8) == 0x000CB8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_InputActionValueToBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_TextToDisplay) == 0x000CC0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_TextToDisplay' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_SetGamePaused_ReturnValue_1) == 0x000CD0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_SetGamePaused_ReturnValue_2) == 0x000CD1, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_SetGamePaused_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_Feedback) == 0x000CD8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_Feedback' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_5) == 0x000CF0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_AddNewCameraModifier_ReturnValue) == 0x000CF8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValidClass_ReturnValue) == 0x000D00, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValidClass_ReturnValue_1) == 0x000D01, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_StartCameraShake_ReturnValue) == 0x000D08, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_DamageType) == 0x000D10, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_Value) == 0x000D14, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_3) == 0x000D18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_SwitchEnum_CmpSuccess) == 0x000D20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Has_Been_Initd_Variable) == 0x000D21, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Map_Values_Values_1) == 0x000D28, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item_4) == 0x000D38, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue_4) == 0x000D40, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue_3) == 0x000D44, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_18) == 0x000D48, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000D50, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000D68, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCurrentMontage_ReturnValue) == 0x000D70, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_PlayAnimMontage_ReturnValue) == 0x000D78, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000D80, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000D88, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_19) == 0x000D90, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetAnimInstance_ReturnValue) == 0x000D98, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_int_Loop_Counter_Variable_5) == 0x000DA0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetPlayerCharacter_AsBP_J_RPG_Character_World) == 0x000DA8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetPlayerCharacter_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue_4) == 0x000DB0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Add_IntInt_ReturnValue_5) == 0x000DB4, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_CharacterWorld) == 0x000DB8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_LightingScenario) == 0x000DC0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_AreaAudioParameters_1) == 0x000DC8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_AreaAudioParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_ChangeLevelParameters) == 0x000E00, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_ChangeLevelParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_IsClosed_Variable) == 0x000E01, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Not_PreBool_ReturnValue_12) == 0x000E02, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_IsValid_ReturnValue_6) == 0x000E03, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_11) == 0x000E04, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_20) == 0x000E08, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Select_Default_2) == 0x000E0C, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_K2_GetPawn_ReturnValue_3) == 0x000E10, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Event_EndPlayReason) == 0x000E18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000E19, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_MakeTransform_ReturnValue) == 0x000E20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000E80, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_FinishSpawningActor_ReturnValue) == 0x000E88, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetGameInstance_ReturnValue_3) == 0x000E90, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetGameInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_3) == 0x000E98, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_DynamicCast_bSuccess_6) == 0x000EA0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Event_PossessedPawn) == 0x000EA8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Map_Values_Values_2) == 0x000EB0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_real_Variable_21) == 0x000EC0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_real_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Get_Item_5) == 0x000EC8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetMaxHP_MaxHP) == 0x000ED0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Array_Length_ReturnValue_5) == 0x000ED8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Less_IntInt_ReturnValue_5) == 0x000EDC, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_AreaAudioParameters) == 0x000EE0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_4) == 0x000F18, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_S_InteractiveMusicParameters_1) == 0x000F20, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_S_InteractiveMusicParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_12) == 0x000F38, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_5) == 0x000F40, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Select_Default_3) == 0x000F48, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_6) == 0x000F50, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGI_ReturnValue) == 0x000F58, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_ComponentBoundEvent_Dialogue) == 0x000F60, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_ComponentBoundEvent_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetDialogueParameters_DialogueParameters) == 0x000F68, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetDialogueParameters_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_struct_Variable) == 0x000F70, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_AddComponent_ReturnValue) == 0x000FD0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Create_ReturnValue_1) == 0x000FD8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_7) == 0x000FE0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000FE8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000FF0, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeStruct_FormatArgumentData_2) == 0x001000, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_MakeArray_Array_2) == 0x001048, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGI_ReturnValue_1) == 0x001058, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Format_ReturnValue_2) == 0x001060, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable_4) == 0x001070, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_GetCustomGI_ReturnValue_2) == 0x001080, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_5) == 0x001088, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_6) == 0x001098, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_string_Variable_5) == 0x0010A8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CreateDelegate_OutputDelegate_7) == 0x0010B8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_CustomEvent_InitialState) == 0x0010C8, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_CustomEvent_InitialState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, Temp_bool_Variable_13) == 0x001108, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, K2Node_Select_Default_4) == 0x001110, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_DEBUG_UpdateDisplay_DeltaSeconds_ImplicitCast) == 0x001120, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_DEBUG_UpdateDisplay_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x001128, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World, CallFunc_Delay_Duration_ImplicitCast) == 0x001130, "Member 'BP_jRPG_Controller_World_C_ExecuteUbergraph_BP_jRPG_Controller_World::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget \ +static_assert(alignof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget) == 0x000050, "Wrong size on BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, CallFunc_K2_GetPawn_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, CallFunc_GetCameraOverrideActor_CameraOverrideActor) == 0x000018, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::CallFunc_GetCameraOverrideActor_CameraOverrideActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_OrderingResult) == 0x000020, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_CmpSuccess) == 0x000028, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_SomeAlteration) == 0x000029, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_Obj1) == 0x000030, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_Obj2) == 0x000038, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_Index1) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, BPNode_SortArray_Index2) == 0x000044, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget, CallFunc_HasCameraOverride_HasOverride) == 0x000048, "Member 'BP_jRPG_Controller_World_C_ForceApplyCameraViewTarget::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ForceInputForTutorial \ +static_assert(alignof(BP_jRPG_Controller_World_C_ForceInputForTutorial) == 0x000004, "Wrong alignment on BP_jRPG_Controller_World_C_ForceInputForTutorial"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ForceInputForTutorial) == 0x000014, "Wrong size on BP_jRPG_Controller_World_C_ForceInputForTutorial"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceInputForTutorial, InputAction) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ForceInputForTutorial::InputAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForceInputForTutorial, OnGameActionDone) == 0x000004, "Member 'BP_jRPG_Controller_World_C_ForceInputForTutorial::OnGameActionDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ForcePreloadAssets \ +static_assert(alignof(BP_jRPG_Controller_World_C_ForcePreloadAssets) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ForcePreloadAssets"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ForcePreloadAssets) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_ForcePreloadAssets"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForcePreloadAssets, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ForcePreloadAssets::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForcePreloadAssets, CallFunc_LoadClassAsset_Blocking_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ForcePreloadAssets::CallFunc_LoadClassAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ForcePreloadAssets, CallFunc_LoadClassAsset_Blocking_ReturnValue_2) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ForcePreloadAssets::CallFunc_LoadClassAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetCameraOverrideActor \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetCameraOverrideActor) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetCameraOverrideActor"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetCameraOverrideActor) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_GetCameraOverrideActor"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCameraOverrideActor, CameraOverrideActor_0) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetCameraOverrideActor::CameraOverrideActor_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCameraOverrideActor, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_GetCameraOverrideActor::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetClosestLightingScenario \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetClosestLightingScenario) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetClosestLightingScenario"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetClosestLightingScenario) == 0x0000B8, "Wrong size on BP_jRPG_Controller_World_C_GetClosestLightingScenario"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, Location) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, LightingScenario) == 0x000018, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, local_closestActorDistance) == 0x000020, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::local_closestActorDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, local_closestActor) == 0x000028, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::local_closestActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Vector_Distance_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Vector_Distance_ReturnValue_1) == 0x000098, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetClosestLightingScenario, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_GetClosestLightingScenario::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetCurrentLevelData \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetCurrentLevelData) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetCurrentLevelData"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetCurrentLevelData) == 0x000390, "Wrong size on BP_jRPG_Controller_World_C_GetCurrentLevelData"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, LevelData) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, CallFunc_GetBaseFilename_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, CallFunc_Conv_StringToName_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, CallFunc_GetLevelData_Found) == 0x0001D8, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::CallFunc_GetLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCurrentLevelData, CallFunc_GetLevelData_LevelData) == 0x0001E0, "Member 'BP_jRPG_Controller_World_C_GetCurrentLevelData::CallFunc_GetLevelData_LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetCustomGameInstance \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetCustomGameInstance) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetCustomGameInstance"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetCustomGameInstance) == 0x000020, "Wrong size on BP_jRPG_Controller_World_C_GetCustomGameInstance"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCustomGameInstance, BP_J_RPG_GI_Custom) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetCustomGameInstance::BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCustomGameInstance, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_GetCustomGameInstance::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCustomGameInstance, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000010, "Member 'BP_jRPG_Controller_World_C_GetCustomGameInstance::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetCustomGameInstance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Controller_World_C_GetCustomGameInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetDebugLightingScenario \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetDebugLightingScenario) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetDebugLightingScenario"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetDebugLightingScenario) == 0x000058, "Wrong size on BP_jRPG_Controller_World_C_GetDebugLightingScenario"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, LightingScenario) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000048, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_MatchesTag_ReturnValue) == 0x000051, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000052, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDebugLightingScenario, CallFunc_BooleanOR_ReturnValue) == 0x000053, "Member 'BP_jRPG_Controller_World_C_GetDebugLightingScenario::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetDialogueOverlay \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetDialogueOverlay) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetDialogueOverlay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetDialogueOverlay) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_GetDialogueOverlay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetDialogueOverlay, DialogueOverlay) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetDialogueOverlay::DialogueOverlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetPauseMenuWidget \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetPauseMenuWidget) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetPauseMenuWidget"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetPauseMenuWidget) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_GetPauseMenuWidget"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetPauseMenuWidget, PauseMenuWidget_0) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetPauseMenuWidget::PauseMenuWidget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_GetPlayerCharacter \ +static_assert(alignof(BP_jRPG_Controller_World_C_GetPlayerCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_GetPlayerCharacter"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_GetPlayerCharacter) == 0x000020, "Wrong size on BP_jRPG_Controller_World_C_GetPlayerCharacter"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetPlayerCharacter, AsBP_J_RPG_Character_World) == 0x000000, "Member 'BP_jRPG_Controller_World_C_GetPlayerCharacter::AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetPlayerCharacter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_GetPlayerCharacter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetPlayerCharacter, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_jRPG_Controller_World_C_GetPlayerCharacter::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_GetPlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Controller_World_C_GetPlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_HandleInputsOnPause \ +static_assert(alignof(BP_jRPG_Controller_World_C_HandleInputsOnPause) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_HandleInputsOnPause"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_HandleInputsOnPause) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_HandleInputsOnPause"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandleInputsOnPause, IsInPause) == 0x000000, "Member 'BP_jRPG_Controller_World_C_HandleInputsOnPause::IsInPause' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandleInputsOnPause, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_HandleInputsOnPause::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandleInputsOnPause, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_HandleInputsOnPause::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandleInputsOnPause, CallFunc_IsInBattle_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_HandleInputsOnPause::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandleInputsOnPause, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'BP_jRPG_Controller_World_C_HandleInputsOnPause::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_HandlePauseWidget \ +static_assert(alignof(BP_jRPG_Controller_World_C_HandlePauseWidget) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_HandlePauseWidget"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_HandlePauseWidget) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_HandlePauseWidget"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandlePauseWidget, ShouldPause) == 0x000000, "Member 'BP_jRPG_Controller_World_C_HandlePauseWidget::ShouldPause' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandlePauseWidget, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_HandlePauseWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandlePauseWidget, CallFunc_CreatePlatformPauseModal_OutputPin) == 0x000008, "Member 'BP_jRPG_Controller_World_C_HandlePauseWidget::CallFunc_CreatePlatformPauseModal_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandlePauseWidget, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Controller_World_C_HandlePauseWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HandlePauseWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_Controller_World_C_HandlePauseWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_HasCameraOverride \ +static_assert(alignof(BP_jRPG_Controller_World_C_HasCameraOverride) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_HasCameraOverride"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_HasCameraOverride) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_HasCameraOverride"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HasCameraOverride, HasOverride) == 0x000000, "Member 'BP_jRPG_Controller_World_C_HasCameraOverride::HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HasCameraOverride, CallFunc_GetCameraOverrideActor_CameraOverrideActor) == 0x000008, "Member 'BP_jRPG_Controller_World_C_HasCameraOverride::CallFunc_GetCameraOverrideActor_CameraOverrideActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HasCameraOverride, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_HasCameraOverride::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap \ +static_assert(alignof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_Array_Add_ReturnValue) == 0x000034, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_HideWorldActorsAroundBattleMap::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Dodge_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_GradientCounter_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Jump_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_JumpCounter_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_Defense_Parry_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_Battle_QTE_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Exploration_ShowTeamStatus_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Game_K2Node_EnhancedInputActionEvent_8::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7) == 0x000030, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7, SourceAction) == 0x000028, "Member 'BP_jRPG_Controller_World_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_7::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0 \ +static_assert(alignof(BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_jRPG_Controller_World_C_InpActEvt_L_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsAnyMenuVisible \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsAnyMenuVisible) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_IsAnyMenuVisible"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsAnyMenuVisible) == 0x000002, "Wrong size on BP_jRPG_Controller_World_C_IsAnyMenuVisible"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsAnyMenuVisible, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsAnyMenuVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsAnyMenuVisible, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_IsAnyMenuVisible::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsAreaChangeInProgress \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsAreaChangeInProgress) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_IsAreaChangeInProgress"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsAreaChangeInProgress) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_IsAreaChangeInProgress"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsAreaChangeInProgress, ReturnNode) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsAreaChangeInProgress::ReturnNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsGameplayPaused \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsGameplayPaused) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_IsGameplayPaused"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsGameplayPaused) == 0x000038, "Wrong size on BP_jRPG_Controller_World_C_IsGameplayPaused"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsGameplayPaused, IsPaused) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsGameplayPaused::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsGameplayPaused, local_Components) == 0x000008, "Member 'BP_jRPG_Controller_World_C_IsGameplayPaused::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsGameplayPaused, local_tickEnabled) == 0x000018, "Member 'BP_jRPG_Controller_World_C_IsGameplayPaused::local_tickEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsGameplayPaused, local_actors) == 0x000020, "Member 'BP_jRPG_Controller_World_C_IsGameplayPaused::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsGameplayPaused, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_IsGameplayPaused::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsInBattleBeginTransition \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsInBattleBeginTransition) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_IsInBattleBeginTransition"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsInBattleBeginTransition) == 0x000002, "Wrong size on BP_jRPG_Controller_World_C_IsInBattleBeginTransition"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattleBeginTransition, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsInBattleBeginTransition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattleBeginTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_IsInBattleBeginTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance \ +static_assert(alignof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance) == 0x000090, "Wrong size on BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, ControlledCharacterWorld) == 0x000000, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::ControlledCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_AsBPI_Persistent_State_from_GI) == 0x000008, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_AsBPI_Persistent_State_from_GI' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_GetComponentsByInterface_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_GetComponentsByInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, Temp_wildcard_Variable) == 0x000040, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_GetGameInstance_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000060, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_AsBPI_Persistent_State_from_GI_1) == 0x000070, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_AsBPI_Persistent_State_from_GI_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_jRPG_Controller_World_C_LoadCharacterStateFromGameInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_MakeGameMenuVisible \ +static_assert(alignof(BP_jRPG_Controller_World_C_MakeGameMenuVisible) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_MakeGameMenuVisible"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_MakeGameMenuVisible) == 0x000020, "Wrong size on BP_jRPG_Controller_World_C_MakeGameMenuVisible"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakeGameMenuVisible, Visible) == 0x000000, "Member 'BP_jRPG_Controller_World_C_MakeGameMenuVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakeGameMenuVisible, GameMenuParameters) == 0x000008, "Member 'BP_jRPG_Controller_World_C_MakeGameMenuVisible::GameMenuParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_MakePauseMenuVisible \ +static_assert(alignof(BP_jRPG_Controller_World_C_MakePauseMenuVisible) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_MakePauseMenuVisible"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_MakePauseMenuVisible) == 0x000088, "Wrong size on BP_jRPG_Controller_World_C_MakePauseMenuVisible"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, InIsVisible) == 0x000000, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::InIsVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, Temp_class_Variable) == 0x000020, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, Temp_bool_Variable) == 0x000030, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_IsInBattle_ReturnValue) == 0x000031, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_Not_PreBool_ReturnValue_1) == 0x000032, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_Not_PreBool_ReturnValue_2) == 0x000048, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_SetGamePaused_ReturnValue) == 0x000049, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000050, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_MakePauseMenuVisible, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_jRPG_Controller_World_C_MakePauseMenuVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnAppLostFocus \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnAppLostFocus) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_OnAppLostFocus"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnAppLostFocus) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_OnAppLostFocus"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnAppLostFocus, LostFocus) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnAppLostFocus::LostFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnAreaChanged \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnAreaChanged) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_OnAreaChanged"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnAreaChanged) == 0x000050, "Wrong size on BP_jRPG_Controller_World_C_OnAreaChanged"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnAreaChanged, CharacterWorld) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnAreaChanged::CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnAreaChanged, LightingScenario) == 0x000008, "Member 'BP_jRPG_Controller_World_C_OnAreaChanged::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnAreaChanged, AreaAudioParameters) == 0x000010, "Member 'BP_jRPG_Controller_World_C_OnAreaChanged::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnAreaChanged, ChangeLevelParameters) == 0x000048, "Member 'BP_jRPG_Controller_World_C_OnAreaChanged::ChangeLevelParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Controller_World_C_OnBattleDependenciesLoaded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnBattleFlee \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnBattleFlee) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_OnBattleFlee"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnBattleFlee) == 0x000048, "Wrong size on BP_jRPG_Controller_World_C_OnBattleFlee"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, EnemyGlobalID) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::EnemyGlobalID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_GetWorldInfoComponent_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_GetWorldInfoComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_GetEnemiesWithGlobalObjectID_Enemies) == 0x000020, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_GetEnemiesWithGlobalObjectID_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleFlee, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_OnBattleFlee::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnBattleRequested \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnBattleRequested) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_OnBattleRequested"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnBattleRequested) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_OnBattleRequested"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleRequested, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnBattleRequested::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleRequested, CallFunc_IsInBattleBeginTransition_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_OnBattleRequested::CallFunc_IsInBattleBeginTransition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleRequested, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_jRPG_Controller_World_C_OnBattleRequested::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnBattleRequested, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_OnBattleRequested::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnControllerConnectionChanged \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnControllerConnectionChanged) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_OnControllerConnectionChanged"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnControllerConnectionChanged) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_OnControllerConnectionChanged"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnControllerConnectionChanged, bIsConnected) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnControllerConnectionChanged::bIsConnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OnPlatformPaused \ +static_assert(alignof(BP_jRPG_Controller_World_C_OnPlatformPaused) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_OnPlatformPaused"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OnPlatformPaused) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_OnPlatformPaused"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OnPlatformPaused, bShouldPause) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OnPlatformPaused::bShouldPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_OpenSavePointMenu \ +static_assert(alignof(BP_jRPG_Controller_World_C_OpenSavePointMenu) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_OpenSavePointMenu"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_OpenSavePointMenu) == 0x000060, "Wrong size on BP_jRPG_Controller_World_C_OpenSavePointMenu"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, IsFromGameplay) == 0x000000, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::IsFromGameplay' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, K2Node_MakeStruct_S_InputLockParameters) == 0x000018, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, CallFunc_GetInputLockSystem_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x000029, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_OpenSavePointMenu, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000030, "Member 'BP_jRPG_Controller_World_C_OpenSavePointMenu::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ParseCommandLine \ +static_assert(alignof(BP_jRPG_Controller_World_C_ParseCommandLine) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ParseCommandLine"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ParseCommandLine) == 0x0000F0, "Wrong size on BP_jRPG_Controller_World_C_ParseCommandLine"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, Temp_string_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_GetCommandLine_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_IsPackagedBuild_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_ParseCommandLine_OutTokens) == 0x000030, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_ParseCommandLine_OutTokens' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_ParseCommandLine_OutSwitches) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_ParseCommandLine_OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_ParseCommandLine_OutParams) == 0x000050, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_ParseCommandLine_OutParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_Array_Contains_ReturnValue) == 0x0000A1, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A2, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_GetVendorBuildInfo_OwnerInfo) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_GetVendorBuildInfo_OwnerInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_GetVendorBuildInfo_BuildInfo) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_GetVendorBuildInfo_BuildInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ParseCommandLine, CallFunc_SpawnObject_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Controller_World_C_ParseCommandLine::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PauseGameplay \ +static_assert(alignof(BP_jRPG_Controller_World_C_PauseGameplay) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PauseGameplay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PauseGameplay) == 0x000350, "Wrong size on BP_jRPG_Controller_World_C_PauseGameplay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Parameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, local_Components) == 0x000030, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, local_tickEnabled) == 0x000040, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::local_tickEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, local_actors) == 0x000048, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_2) == 0x00008C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_2) == 0x000094, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_2) == 0x00009C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_3) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000A4, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_3) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_4) == 0x0000AC, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_5) == 0x0000B4, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_4) == 0x0000BC, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeStruct_S_InputLockParameters) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetInputLockSystem_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_5) == 0x0000D0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_6) == 0x0000D4, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_6) == 0x0000EC, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Array_Index_Variable_7) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_6) == 0x000100, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000108, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000120, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetCustomGI_ReturnValue) == 0x000128, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeStruct_FormatArgumentData) == 0x000130, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_wildcard_Temp_buffer_array_Variable) == 0x000178, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_2) == 0x000188, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000190, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeStruct_FormatArgumentData_1) == 0x000198, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array_1) == 0x0001E0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Format_ReturnValue_1) == 0x0001F0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, Temp_int_Loop_Counter_Variable_7) == 0x000200, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array_2) == 0x000208, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue) == 0x000218, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_1) == 0x000220, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Add_ReturnValue) == 0x000230, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000238, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_IsValid_ReturnValue) == 0x000240, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000248, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_AsActor_Component) == 0x000250, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_AsActor_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_bSuccess) == 0x000258, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_AsActor) == 0x000260, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Contains_ReturnValue) == 0x000269, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Contains_ReturnValue_1) == 0x00026A, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Not_PreBool_ReturnValue) == 0x00026B, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Not_PreBool_ReturnValue_1) == 0x00026C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_3) == 0x000270, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Add_IntInt_ReturnValue_7) == 0x000274, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x000278, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array_3) == 0x000280, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000290, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_2) == 0x0002A0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_3) == 0x0002A8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_AsBPI_Gameplay_Pausable) == 0x0002B0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_AsBPI_Gameplay_Pausable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_DynamicCast_bSuccess_2) == 0x0002C0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_AddUnique_ReturnValue) == 0x0002C4, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x0002C8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0002C9, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_4) == 0x0002CC, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_5) == 0x0002D0, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002D4, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002D5, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array_4) == 0x0002D8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, K2Node_MakeArray_Array_5) == 0x0002E8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_4) == 0x0002F8, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_5) == 0x000300, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetAllActorsWithInterface_OutActors_1) == 0x000308, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetAllActorsWithInterface_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000318, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_6) == 0x000328, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Get_Item_7) == 0x000330, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_6) == 0x000338, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_7) == 0x00033C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_4) == 0x000340, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_5) == 0x000341, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_8) == 0x000344, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Array_Length_ReturnValue_9) == 0x000348, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_6) == 0x00034C, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseGameplay, CallFunc_Less_IntInt_ReturnValue_7) == 0x00034D, "Member 'BP_jRPG_Controller_World_C_PauseGameplay::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PauseOnFullScreenNotification \ +static_assert(alignof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PauseOnFullScreenNotification"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_PauseOnFullScreenNotification"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification, IsPaused) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PauseOnFullScreenNotification::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_PauseOnFullScreenNotification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_Controller_World_C_PauseOnFullScreenNotification::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000008, "Member 'BP_jRPG_Controller_World_C_PauseOnFullScreenNotification::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PauseOnFullScreenNotification, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_PauseOnFullScreenNotification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PlayGlobalFeedback \ +static_assert(alignof(BP_jRPG_Controller_World_C_PlayGlobalFeedback) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PlayGlobalFeedback"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PlayGlobalFeedback) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_PlayGlobalFeedback"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PlayGlobalFeedback, Feedback) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PlayGlobalFeedback::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareCharacterForBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareCharacterForBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareCharacterForBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareCharacterForBattle) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_PrepareCharacterForBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareCharacterForBattle, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareCharacterForBattle::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareCharacterForBattle, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_jRPG_Controller_World_C_PrepareCharacterForBattle::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareCharacterForBattle, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Controller_World_C_PrepareCharacterForBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareLightingForBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareLightingForBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareLightingForBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareLightingForBattle) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_PrepareLightingForBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareLightingForBattle, CallFunc_GetActorOfClass_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareLightingForBattle::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareLightingForBattle, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_PrepareLightingForBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareLightingForBattle, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'BP_jRPG_Controller_World_C_PrepareLightingForBattle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareSystemsForBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareSystemsForBattle) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareSystemsForBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareSystemsForBattle) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_PrepareSystemsForBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareSystemsForBattle, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareSystemsForBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareToChangeMap \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareToChangeMap) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareToChangeMap"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareToChangeMap) == 0x0001B0, "Wrong size on BP_jRPG_Controller_World_C_PrepareToChangeMap"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareToChangeMap, LevelData) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareToChangeMap::LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle) == 0x000050, "Wrong size on BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_GetMovementComponent_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle, CallFunc_SetGameplayPaused_self_CastInput) == 0x000040, "Member 'BP_jRPG_Controller_World_C_PrepareWorldActorsForBattle::CallFunc_SetGameplayPaused_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_PrepareWorldForTransition \ +static_assert(alignof(BP_jRPG_Controller_World_C_PrepareWorldForTransition) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_PrepareWorldForTransition"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_PrepareWorldForTransition) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_PrepareWorldForTransition"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldForTransition, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_PrepareWorldForTransition::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_PrepareWorldForTransition, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_PrepareWorldForTransition::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio \ +static_assert(alignof(BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio) == 0x000038, "Wrong size on BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio, AreaAudioParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ProcessAreaChangedForAudio::AreaAudioParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_Controller_World_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ReceivePossess \ +static_assert(alignof(BP_jRPG_Controller_World_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ReceivePossess"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ReceivePossess) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_ReceivePossess"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ReceiveTeamDamage \ +static_assert(alignof(BP_jRPG_Controller_World_C_ReceiveTeamDamage) == 0x000004, "Wrong alignment on BP_jRPG_Controller_World_C_ReceiveTeamDamage"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ReceiveTeamDamage) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_ReceiveTeamDamage"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReceiveTeamDamage, DamageType) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ReceiveTeamDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReceiveTeamDamage, Value) == 0x000004, "Member 'BP_jRPG_Controller_World_C_ReceiveTeamDamage::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_Controller_World_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_Controller_World_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_Controller_World_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ReloadLastCheckpoint \ +static_assert(alignof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint) == 0x000010, "Wrong alignment on BP_jRPG_Controller_World_C_ReloadLastCheckpoint"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint) == 0x0000D0, "Wrong size on BP_jRPG_Controller_World_C_ReloadLastCheckpoint"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, LoadGameOverrideParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::LoadGameOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_GetSaveManager_SaveManager) == 0x000080, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000088, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_IsEmpty_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, K2Node_MakeStruct_S_LoadGameRequest) == 0x000098, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_Not_PreBool_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0000C1, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ReloadLastCheckpoint, CallFunc_BooleanAND_ReturnValue) == 0x0000C2, "Member 'BP_jRPG_Controller_World_C_ReloadLastCheckpoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_RemoveCameraOverride \ +static_assert(alignof(BP_jRPG_Controller_World_C_RemoveCameraOverride) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_RemoveCameraOverride"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_RemoveCameraOverride) == 0x000038, "Wrong size on BP_jRPG_Controller_World_C_RemoveCameraOverride"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, ViewTarget) == 0x000000, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_HasCameraOverride_HasOverride) == 0x000014, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, Temp_bool_True_if_break_was_hit_Variable) == 0x000015, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RemoveCameraOverride, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000032, "Member 'BP_jRPG_Controller_World_C_RemoveCameraOverride::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ResetBattleComponents \ +static_assert(alignof(BP_jRPG_Controller_World_C_ResetBattleComponents) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ResetBattleComponents"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ResetBattleComponents) == 0x000028, "Wrong size on BP_jRPG_Controller_World_C_ResetBattleComponents"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleComponents, CallFunc_AddComponentByClass_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ResetBattleComponents::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleComponents, CallFunc_AddComponentByClass_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ResetBattleComponents::CallFunc_AddComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleComponents, CallFunc_AddComponentByClass_ReturnValue_2) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ResetBattleComponents::CallFunc_AddComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleComponents, CallFunc_AddComponentByClass_ReturnValue_3) == 0x000018, "Member 'BP_jRPG_Controller_World_C_ResetBattleComponents::CallFunc_AddComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleComponents, CallFunc_AddComponentByClass_ReturnValue_4) == 0x000020, "Member 'BP_jRPG_Controller_World_C_ResetBattleComponents::CallFunc_AddComponentByClass_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ResetBattleState \ +static_assert(alignof(BP_jRPG_Controller_World_C_ResetBattleState) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ResetBattleState"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ResetBattleState) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_ResetBattleState"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResetBattleState, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ResetBattleState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_RestartCurrentEncounter \ +static_assert(alignof(BP_jRPG_Controller_World_C_RestartCurrentEncounter) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_RestartCurrentEncounter"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_RestartCurrentEncounter) == 0x000040, "Wrong size on BP_jRPG_Controller_World_C_RestartCurrentEncounter"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RestartCurrentEncounter, InitialState) == 0x000000, "Member 'BP_jRPG_Controller_World_C_RestartCurrentEncounter::InitialState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd \ +static_assert(alignof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd) == 0x000080, "Wrong size on BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, EnemyGlobalID) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::EnemyGlobalID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, BattleEndResult) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::BattleEndResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, K2Node_MakeStruct_S_InputLockParameters) == 0x000009, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetInputLockSystem_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetWorldInfoComponent_ReturnValue) == 0x000028, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetWorldInfoComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetEnemiesWithGlobalObjectID_Enemies) == 0x000030, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetEnemiesWithGlobalObjectID_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetActorOfClass_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetPlayerPawn_ReturnValue) == 0x000058, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000060, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd, CallFunc_GetMovementComponent_ReturnValue) == 0x000078, "Member 'BP_jRPG_Controller_World_C_ResumeExplorationOnBattleEnd::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle) == 0x000080, "Wrong size on BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000020, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_GetMovementComponent_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_SetGameplayPaused_self_CastInput) == 0x000068, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_SetGameplayPaused_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'BP_jRPG_Controller_World_C_ResumeWorldActorsAfterBattle::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ResumeWorldAfterTransition \ +static_assert(alignof(BP_jRPG_Controller_World_C_ResumeWorldAfterTransition) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ResumeWorldAfterTransition"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ResumeWorldAfterTransition) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_ResumeWorldAfterTransition"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldAfterTransition, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ResumeWorldAfterTransition::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ResumeWorldAfterTransition, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ResumeWorldAfterTransition::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_RollEncounter \ +static_assert(alignof(BP_jRPG_Controller_World_C_RollEncounter) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_RollEncounter"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_RollEncounter) == 0x000008, "Wrong size on BP_jRPG_Controller_World_C_RollEncounter"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_RollEncounter, InputScale) == 0x000000, "Member 'BP_jRPG_Controller_World_C_RollEncounter::InputScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetActorTickPaused \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetActorTickPaused) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetActorTickPaused"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetActorTickPaused) == 0x0000D8, "Wrong size on BP_jRPG_Controller_World_C_SetActorTickPaused"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, Actor) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, AlreadyPausedActors) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::AlreadyPausedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, AlreadyPausedComponents) == 0x000018, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::AlreadyPausedComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, PauseParameters) == 0x000028, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::PauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, Temp_wildcard_Variable) == 0x000058, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_ShouldPauseActor_ShouldPause) == 0x000068, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_ShouldPauseActor_ShouldPause' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Array_AddUnique_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, K2Node_DynamicCast_AsBPI_Gameplay_Pausable) == 0x000078, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::K2Node_DynamicCast_AsBPI_Gameplay_Pausable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000089, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, K2Node_DynamicCast_AsBPI_Gameplay_Pausable_1) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::K2Node_DynamicCast_AsBPI_Gameplay_Pausable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0000C4, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x0000C9, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, Temp_int_Loop_Counter_Variable) == 0x0000CC, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetActorTickPaused, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_jRPG_Controller_World_C_SetActorTickPaused::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetForceFeedbackEnabled \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetForceFeedbackEnabled"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled) == 0x000068, "Wrong size on BP_jRPG_Controller_World_C_SetForceFeedbackEnabled"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, Enabled) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, ForceFeedbackBlocker) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::ForceFeedbackBlocker' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, DebugName) == 0x000028, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, local_Components) == 0x000038, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, local_tickEnabled) == 0x000048, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::local_tickEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, local_actors) == 0x000050, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, CallFunc_RemoveReference_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetForceFeedbackEnabled, CallFunc_AddReference_ReturnValue) == 0x000061, "Member 'BP_jRPG_Controller_World_C_SetForceFeedbackEnabled::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetGameplayPaused \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetGameplayPaused) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetGameplayPaused) == 0x0001B8, "Wrong size on BP_jRPG_Controller_World_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, Parameters) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, PauseBlocker) == 0x000030, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::PauseBlocker' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, DebugName) == 0x000050, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, local_Components) == 0x000060, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, local_tickEnabled) == 0x000070, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::local_tickEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, local_actors) == 0x000078, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, K2Node_MakeStruct_FormatArgumentData_1) == 0x000100, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, K2Node_MakeArray_Array) == 0x000190, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_GetReferenceCounterState_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_BooleanAND_ReturnValue) == 0x0001B1, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_RemoveReference_ReturnValue) == 0x0001B2, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetGameplayPaused, CallFunc_AddReference_ReturnValue) == 0x0001B3, "Member 'BP_jRPG_Controller_World_C_SetGameplayPaused::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetInputModeBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetInputModeBattle) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetInputModeBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetInputModeBattle) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_SetInputModeBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeBattle, IsTakingAction) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetInputModeBattle::IsTakingAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeBattle, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetInputModeBattle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_SetInputModeBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetInputModeUI \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetInputModeUI) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetInputModeUI"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetInputModeUI) == 0x000020, "Wrong size on BP_jRPG_Controller_World_C_SetInputModeUI"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, UIModeEnabled) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::UIModeEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, ConfigureUI_Navigation) == 0x000001, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::ConfigureUI_Navigation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, CallFunc_IsHandleValid_ReturnValue) == 0x000002, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::CallFunc_IsHandleValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, K2Node_MakeStruct_S_InputLockParameters) == 0x000003, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, CallFunc_IsHandleValid_ReturnValue_1) == 0x000010, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::CallFunc_IsHandleValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, K2Node_MakeStruct_S_InputLockParameters_1) == 0x000011, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::K2Node_MakeStruct_S_InputLockParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetInputModeUI, CallFunc_GetInputLockSystem_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_Controller_World_C_SetInputModeUI::CallFunc_GetInputLockSystem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu) == 0x000010, "Wrong alignment on BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu) == 0x000120, "Wrong size on BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Hidden) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Hidden' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Loop_Counter_Variable_2) == 0x000014, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, Temp_int_Array_Index_Variable_2) == 0x000024, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_GetActorOfClass_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000D8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Length_ReturnValue_2) == 0x0000FC, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Less_IntInt_ReturnValue_2) == 0x000101, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_Array_Add_ReturnValue) == 0x000110, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu, CallFunc_IsValid_ReturnValue_1) == 0x000114, "Member 'BP_jRPG_Controller_World_C_SetLevelLightingHiddenForGameMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetMiniMapVisible \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetMiniMapVisible) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_SetMiniMapVisible"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetMiniMapVisible) == 0x000001, "Wrong size on BP_jRPG_Controller_World_C_SetMiniMapVisible"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetMiniMapVisible, Visible) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetMiniMapVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled \ +static_assert(alignof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled) == 0x0000D8, "Wrong size on BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, Enabled) == 0x000000, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, BlockerReferenceHandle) == 0x000008, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::BlockerReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, DebugName) == 0x000028, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_AreStreamingSourcesEnabled_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_AreStreamingSourcesEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_SelectString_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_AddReference_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_RemoveReference_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_SetStreamingSourcesEnabled::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ShouldPauseActor \ +static_assert(alignof(BP_jRPG_Controller_World_C_ShouldPauseActor) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ShouldPauseActor"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ShouldPauseActor) == 0x000088, "Wrong size on BP_jRPG_Controller_World_C_ShouldPauseActor"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, Actor) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, PauseParameters) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::PauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, ShouldPause) == 0x000038, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::ShouldPause' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_Array_Find_ReturnValue) == 0x00004C, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_GetObjectClass_ReturnValue) == 0x000058, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_ClassIsChildOf_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_K2_GetPawn_ReturnValue) == 0x000078, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldPauseActor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000080, "Member 'BP_jRPG_Controller_World_C_ShouldPauseActor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ShowInteractionPopUp \ +static_assert(alignof(BP_jRPG_Controller_World_C_ShowInteractionPopUp) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ShowInteractionPopUp"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ShowInteractionPopUp) == 0x000010, "Wrong size on BP_jRPG_Controller_World_C_ShowInteractionPopUp"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShowInteractionPopUp, TextToDisplay) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ShowInteractionPopUp::TextToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_StartNewGameIfNeeded \ +static_assert(alignof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_StartNewGameIfNeeded"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded) == 0x000098, "Wrong size on BP_jRPG_Controller_World_C_StartNewGameIfNeeded"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetSaveManager_SaveManager) == 0x000000, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetBoolCVar_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetEditorSaveName_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetEditorSaveName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, K2Node_MakeStruct_S_LoadGameRequest) == 0x000020, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetSaveManager_SaveManager_1) == 0x000048, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetSaveManager_SaveManager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetStringCVar_ReturnValue) == 0x000050, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_Conv_StringToName_ReturnValue) == 0x000064, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_IsEmpty_ReturnValue) == 0x00006D, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00006E, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_BooleanOR_ReturnValue) == 0x00006F, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_GetGameInstance_ReturnValue) == 0x000078, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000080, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_StartNewGameIfNeeded, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_StartNewGameIfNeeded::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint \ +static_assert(alignof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint) == 0x000010, "Wrong alignment on BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint) == 0x000150, "Wrong size on BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetDebugLightingScenario_LightingScenario) == 0x000000, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetDebugLightingScenario_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetBoolCVar_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetOnLoadMapTransform_SpawnTransform) == 0x000020, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetOnLoadMapTransform_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetOnLoadMapTransform_CameraRotation) == 0x000080, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetOnLoadMapTransform_CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetOnLoadMapTransform_SpawnPoint) == 0x000098, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetOnLoadMapTransform_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetOnLoadMapTransform_LightingScenario) == 0x0000A0, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetOnLoadMapTransform_LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetOnLoadMapTransform_AreaAudioParameters) == 0x0000C8, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetOnLoadMapTransform_AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000108, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000110, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000119, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_GetCustomGI_ReturnValue_1) == 0x000120, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_ComputeChangeLevelParameters_S_ChangeLevelParameters) == 0x000138, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_ComputeChangeLevelParameters_S_ChangeLevelParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_jRPG_Controller_World_C_TeleportCharacterToSpawnPoint::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_UnpauseGameplay \ +static_assert(alignof(BP_jRPG_Controller_World_C_UnpauseGameplay) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_UnpauseGameplay"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_UnpauseGameplay) == 0x000168, "Wrong size on BP_jRPG_Controller_World_C_UnpauseGameplay"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Loop_Counter_Variable_2) == 0x000018, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_DynamicCast_AsBPI_Gameplay_Pausable) == 0x0000F8, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_DynamicCast_AsBPI_Gameplay_Pausable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_IsValid_ReturnValue) == 0x000109, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Length_ReturnValue_2) == 0x00010C, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Get_Item_1) == 0x000118, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Length_ReturnValue_3) == 0x000128, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x00012C, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000130, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Get_Item_2) == 0x000140, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_DynamicCast_AsBPI_Gameplay_Pausable_1) == 0x000148, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_DynamicCast_AsBPI_Gameplay_Pausable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, K2Node_DynamicCast_bSuccess_1) == 0x000158, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_IsValid_ReturnValue_2) == 0x000159, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Array_Length_ReturnValue_4) == 0x00015C, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UnpauseGameplay, CallFunc_Less_IntInt_ReturnValue_2) == 0x000160, "Member 'BP_jRPG_Controller_World_C_UnpauseGameplay::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_UpdateAudioListenerOverride \ +static_assert(alignof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_UpdateAudioListenerOverride"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride) == 0x0000D8, "Wrong size on BP_jRPG_Controller_World_C_UpdateAudioListenerOverride"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_IsInBattle_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_GetCameraOverrideActor_CameraOverrideActor) == 0x000008, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_GetCameraOverrideActor_CameraOverrideActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_HasCameraOverride_HasOverride) == 0x000018, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000020, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_K2_GetPawn_ReturnValue) == 0x000038, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000040, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000050, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_GetMainCamera_MainCamera) == 0x000058, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000090, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateAudioListenerOverride, CallFunc_Divide_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Controller_World_C_UpdateAudioListenerOverride::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_UpdateCameraViewTarget \ +static_assert(alignof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_UpdateCameraViewTarget"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget) == 0x000090, "Wrong size on BP_jRPG_Controller_World_C_UpdateCameraViewTarget"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, local_CurrentViewTarget) == 0x000000, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::local_CurrentViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, local_PreviousViewTarget) == 0x000008, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::local_PreviousViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_GetViewTarget_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_K2_GetPawn_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_OrderingResult) == 0x000038, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_CmpSuccess) == 0x000040, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_SomeAlteration) == 0x000041, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_Obj1) == 0x000048, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_Obj2) == 0x000050, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_Index1) == 0x000058, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, BPNode_SortArray_Index2) == 0x00005C, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000068, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_GetCameraOverrideActor_CameraOverrideActor) == 0x000080, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_GetCameraOverrideActor_CameraOverrideActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateCameraViewTarget, CallFunc_HasCameraOverride_HasOverride) == 0x000088, "Member 'BP_jRPG_Controller_World_C_UpdateCameraViewTarget::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_UpdateControlRotationFromView \ +static_assert(alignof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_UpdateControlRotationFromView"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView) == 0x000048, "Wrong size on BP_jRPG_Controller_World_C_UpdateControlRotationFromView"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_GetCameraRotation_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UpdateControlRotationFromView, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_UpdateControlRotationFromView::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_Controller_World_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_UserConstructionScript) == 0x0000A0, "Wrong size on BP_jRPG_Controller_World_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, Temp_string_Variable) == 0x000000, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_GetCommandLine_ReturnValue) == 0x000018, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_ParseCommandLine_OutTokens) == 0x000028, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_ParseCommandLine_OutTokens' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_ParseCommandLine_OutSwitches) == 0x000038, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_ParseCommandLine_OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_ParseCommandLine_OutParams) == 0x000048, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_ParseCommandLine_OutParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_UserConstructionScript, CallFunc_Array_Contains_ReturnValue) == 0x000098, "Member 'BP_jRPG_Controller_World_C_UserConstructionScript::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled \ +static_assert(alignof(BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled) == 0x000003, "Wrong size on BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Controller_World_C_AreStreamingSourcesEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsForceFeedbackEnabled \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_IsForceFeedbackEnabled"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled) == 0x000038, "Wrong size on BP_jRPG_Controller_World_C_IsForceFeedbackEnabled"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, Enabled) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, local_Components) == 0x000008, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::local_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, local_tickEnabled) == 0x000018, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::local_tickEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, local_actors) == 0x000020, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000030, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsForceFeedbackEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_jRPG_Controller_World_C_IsForceFeedbackEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_IsInBattle \ +static_assert(alignof(BP_jRPG_Controller_World_C_IsInBattle) == 0x000001, "Wrong alignment on BP_jRPG_Controller_World_C_IsInBattle"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_IsInBattle) == 0x000004, "Wrong size on BP_jRPG_Controller_World_C_IsInBattle"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattle, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_IsInBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattle, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Controller_World_C_IsInBattle::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattle, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_Controller_World_C_IsInBattle::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_IsInBattle, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_jRPG_Controller_World_C_IsInBattle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics \ +static_assert(alignof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics) == 0x000008, "Wrong alignment on BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics"); \ +static_assert(sizeof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics) == 0x000018, "Wrong size on BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, ReturnValue) == 0x000000, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, CallFunc_IsForceFeedbackEnabled_Enabled) == 0x000010, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::CallFunc_IsForceFeedbackEnabled_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, CallFunc_GetCurrentInputType_ReturnValue) == 0x000011, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_jRPG_Controller_World_C_ShouldProcessForceFeedbackAndHaptics::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_Controller_World_C \ +static_assert(alignof(ABP_jRPG_Controller_World_C) == 0x000008, "Wrong alignment on ABP_jRPG_Controller_World_C"); \ +static_assert(sizeof(ABP_jRPG_Controller_World_C) == 0x000FB0, "Wrong size on ABP_jRPG_Controller_World_C"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, UberGraphFrame) == 0x000878, "Member 'ABP_jRPG_Controller_World_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_InputContextComponent) == 0x000880, "Member 'ABP_jRPG_Controller_World_C::BP_InputContextComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_InputLockComponent) == 0x000888, "Member 'ABP_jRPG_Controller_World_C::BP_InputLockComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_AchievementManager) == 0x000890, "Member 'ABP_jRPG_Controller_World_C::BP_AchievementManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_LevelAmbienceAreaManager) == 0x000898, "Member 'ABP_jRPG_Controller_World_C::BP_LevelAmbienceAreaManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_InteractiveEnvironmentManagerComponent) == 0x0008A0, "Member 'ABP_jRPG_Controller_World_C::BP_InteractiveEnvironmentManagerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_CinematicSystem) == 0x0008A8, "Member 'ABP_jRPG_Controller_World_C::BP_CinematicSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_LootSystemComponent) == 0x0008B0, "Member 'ABP_jRPG_Controller_World_C::BP_LootSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_GameActionExecutorComponent) == 0x0008B8, "Member 'ABP_jRPG_Controller_World_C::BP_GameActionExecutorComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_LoadingSystemComponent_Battle) == 0x0008C0, "Member 'ABP_jRPG_Controller_World_C::BP_LoadingSystemComponent_Battle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_World_Audio_Component) == 0x0008C8, "Member 'ABP_jRPG_Controller_World_C::BP_World_Audio_Component' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_UINavigationComponent) == 0x0008D0, "Member 'ABP_jRPG_Controller_World_C::BP_UINavigationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_CharacterReactionSystem) == 0x0008D8, "Member 'ABP_jRPG_Controller_World_C::BP_CharacterReactionSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_InteractionSystem) == 0x0008E0, "Member 'ABP_jRPG_Controller_World_C::BP_InteractionSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_TutorialSystemComponent) == 0x0008E8, "Member 'ABP_jRPG_Controller_World_C::BP_TutorialSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_InputManager) == 0x0008F0, "Member 'ABP_jRPG_Controller_World_C::BP_InputManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_DialogueSystemComponent) == 0x0008F8, "Member 'ABP_jRPG_Controller_World_C::BP_DialogueSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BP_GameDirectorComponent) == 0x000900, "Member 'ABP_jRPG_Controller_World_C::BP_GameDirectorComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_TargetingManager) == 0x000908, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_TargetingManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_QTEManager) == 0x000910, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_ActionsManager) == 0x000918, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_ActionsManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_BattleManager) == 0x000920, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_BattleManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_CharactersManager) == 0x000928, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_CharactersManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, AC_jRPG_InventoryManager) == 0x000930, "Member 'ABP_jRPG_Controller_World_C::AC_jRPG_InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, LastControlledCharacterReference) == 0x000938, "Member 'ABP_jRPG_Controller_World_C::LastControlledCharacterReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractionPopUp) == 0x000940, "Member 'ABP_jRPG_Controller_World_C::InteractionPopUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, Timeline_0) == 0x000948, "Member 'ABP_jRPG_Controller_World_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, DynamicCameraManagerReference) == 0x000950, "Member 'ABP_jRPG_Controller_World_C::DynamicCameraManagerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, Debug_ShowControlRotation) == 0x000958, "Member 'ABP_jRPG_Controller_World_C::Debug_ShowControlRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, Debug_LogMouseRaycast) == 0x000959, "Member 'ABP_jRPG_Controller_World_C::Debug_LogMouseRaycast' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, TriggerLeftPressed) == 0x000960, "Member 'ABP_jRPG_Controller_World_C::TriggerLeftPressed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, VendorWindowClosed) == 0x000970, "Member 'ABP_jRPG_Controller_World_C::VendorWindowClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ExplorationHUDWidget) == 0x000980, "Member 'ABP_jRPG_Controller_World_C::ExplorationHUDWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PlaceholderTutorialInput) == 0x000988, "Member 'ABP_jRPG_Controller_World_C::PlaceholderTutorialInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsGameMenuVisible) == 0x000998, "Member 'ABP_jRPG_Controller_World_C::IsGameMenuVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, GameActionActorLocation) == 0x0009A0, "Member 'ABP_jRPG_Controller_World_C::GameActionActorLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, CurrentTriggerBattleGameAction) == 0x0009A8, "Member 'ABP_jRPG_Controller_World_C::CurrentTriggerBattleGameAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BattleFlowState) == 0x0009B0, "Member 'ABP_jRPG_Controller_World_C::BattleFlowState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsDefenseInputBound) == 0x0009B1, "Member 'ABP_jRPG_Controller_World_C::IsDefenseInputBound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, DEBUG_PreviouslyHiddenBlockoutActors) == 0x0009B8, "Member 'ABP_jRPG_Controller_World_C::DEBUG_PreviouslyHiddenBlockoutActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractionSystemPayload) == 0x0009C8, "Member 'ABP_jRPG_Controller_World_C::InteractionSystemPayload' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, GameMenuSceneActor) == 0x0009E8, "Member 'ABP_jRPG_Controller_World_C::GameMenuSceneActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, GameplayIsPausedReferenceCounter) == 0x0009F0, "Member 'ABP_jRPG_Controller_World_C::GameplayIsPausedReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PausedActors) == 0x000A10, "Member 'ABP_jRPG_Controller_World_C::PausedActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, WorldEnemiesAutomaticallyHiddenForBattle) == 0x000A20, "Member 'ABP_jRPG_Controller_World_C::WorldEnemiesAutomaticallyHiddenForBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractBlocker_GameMenu) == 0x000A30, "Member 'ABP_jRPG_Controller_World_C::InteractBlocker_GameMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PausedComponents) == 0x000A50, "Member 'ABP_jRPG_Controller_World_C::PausedComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, GameMenuTemporaryStreamingSourceCharacter) == 0x000A60, "Member 'ABP_jRPG_Controller_World_C::GameMenuTemporaryStreamingSourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PausedInterfaces) == 0x000A68, "Member 'ABP_jRPG_Controller_World_C::PausedInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ActorsHiddenByMenu) == 0x000A78, "Member 'ABP_jRPG_Controller_World_C::ActorsHiddenByMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, Data_Table) == 0x000A88, "Member 'ABP_jRPG_Controller_World_C::Data_Table' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, CameraOverrideActor) == 0x000A90, "Member 'ABP_jRPG_Controller_World_C::CameraOverrideActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnMainMenuClosed) == 0x000A98, "Member 'ABP_jRPG_Controller_World_C::OnMainMenuClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseBlocker_GameMenu) == 0x000AA8, "Member 'ABP_jRPG_Controller_World_C::PauseBlocker_GameMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseBlocker_Debug) == 0x000AC8, "Member 'ABP_jRPG_Controller_World_C::PauseBlocker_Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnMainMenuOpened) == 0x000AE8, "Member 'ABP_jRPG_Controller_World_C::OnMainMenuOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, CameraOverrideParametersStack) == 0x000AF8, "Member 'ABP_jRPG_Controller_World_C::CameraOverrideParametersStack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnPauseMenuOpened) == 0x000B08, "Member 'ABP_jRPG_Controller_World_C::OnPauseMenuOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnPauseMenuClosed) == 0x000B18, "Member 'ABP_jRPG_Controller_World_C::OnPauseMenuClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnTargetViewAboutToChanged) == 0x000B28, "Member 'ABP_jRPG_Controller_World_C::OnTargetViewAboutToChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, Dummy_SortCameraOverrideParameters) == 0x000B38, "Member 'ABP_jRPG_Controller_World_C::Dummy_SortCameraOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnSavePointMenuOpened) == 0x000B48, "Member 'ABP_jRPG_Controller_World_C::OnSavePointMenuOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnSavePointMenuClosed) == 0x000B58, "Member 'ABP_jRPG_Controller_World_C::OnSavePointMenuClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnDocumentActorOpened) == 0x000B68, "Member 'ABP_jRPG_Controller_World_C::OnDocumentActorOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnDocumentActorClosed) == 0x000B78, "Member 'ABP_jRPG_Controller_World_C::OnDocumentActorClosed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractBlocker_PauseMenu) == 0x000B88, "Member 'ABP_jRPG_Controller_World_C::InteractBlocker_PauseMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseBlocker_PauseMenu) == 0x000BA8, "Member 'ABP_jRPG_Controller_World_C::PauseBlocker_PauseMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsPauseMenuVisible) == 0x000BC8, "Member 'ABP_jRPG_Controller_World_C::IsPauseMenuVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseMenuWidget) == 0x000BD0, "Member 'ABP_jRPG_Controller_World_C::PauseMenuWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, SpawnedFogForGameMenu) == 0x000BD8, "Member 'ABP_jRPG_Controller_World_C::SpawnedFogForGameMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsSavePointMenuVisible) == 0x000BE0, "Member 'ABP_jRPG_Controller_World_C::IsSavePointMenuVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ForceFeedbackEnabledReferenceCounter) == 0x000BE8, "Member 'ABP_jRPG_Controller_World_C::ForceFeedbackEnabledReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ForceFeedbackBlocker_PauseMenu) == 0x000C08, "Member 'ABP_jRPG_Controller_World_C::ForceFeedbackBlocker_PauseMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ForceFeedbackBlocker_GameMenu) == 0x000C28, "Member 'ABP_jRPG_Controller_World_C::ForceFeedbackBlocker_GameMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, SaveBlocker_Debug) == 0x000C48, "Member 'ABP_jRPG_Controller_World_C::SaveBlocker_Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractBlocker_SavePoint) == 0x000C68, "Member 'ABP_jRPG_Controller_World_C::InteractBlocker_SavePoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ForceFeedbackBlocker_SavePoint) == 0x000C88, "Member 'ABP_jRPG_Controller_World_C::ForceFeedbackBlocker_SavePoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseBlock_SavePoint) == 0x000CA8, "Member 'ABP_jRPG_Controller_World_C::PauseBlock_SavePoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, UIInputLockBlockerReference) == 0x000CC8, "Member 'ABP_jRPG_Controller_World_C::UIInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, BattleInputLockBlockerReference) == 0x000CE8, "Member 'ABP_jRPG_Controller_World_C::BattleInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, TransitionInputLockBlockerReference) == 0x000D08, "Member 'ABP_jRPG_Controller_World_C::TransitionInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, SavePointInputLockBlockerReference) == 0x000D28, "Member 'ABP_jRPG_Controller_World_C::SavePointInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ChangingMapInputLockBlockerReference) == 0x000D48, "Member 'ABP_jRPG_Controller_World_C::ChangingMapInputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, EnabledStreamingSourcesReferenceCounte) == 0x000D68, "Member 'ABP_jRPG_Controller_World_C::EnabledStreamingSourcesReferenceCounte' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PauseBlocker_FullscreenNotification) == 0x000D88, "Member 'ABP_jRPG_Controller_World_C::PauseBlocker_FullscreenNotification' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, ForceFeedbackBlocker_FullscreenNotification) == 0x000DA8, "Member 'ABP_jRPG_Controller_World_C::ForceFeedbackBlocker_FullscreenNotification' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, InteractBlocker_FullscreenNotification) == 0x000DC8, "Member 'ABP_jRPG_Controller_World_C::InteractBlocker_FullscreenNotification' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsChangingArea) == 0x000DE8, "Member 'ABP_jRPG_Controller_World_C::IsChangingArea' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PlatformPauseWidget) == 0x000DF0, "Member 'ABP_jRPG_Controller_World_C::PlatformPauseWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PlatformIsPaused) == 0x000DF8, "Member 'ABP_jRPG_Controller_World_C::PlatformIsPaused' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, local_lastEncounterSettings) == 0x000E00, "Member 'ABP_jRPG_Controller_World_C::local_lastEncounterSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, OnBattleFinished) == 0x000F58, "Member 'ABP_jRPG_Controller_World_C::OnBattleFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, PreviousBattleInitialState) == 0x000F68, "Member 'ABP_jRPG_Controller_World_C::PreviousBattleInitialState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Controller_World_C, IsTakingActionInBattle) == 0x000FA8, "Member 'ABP_jRPG_Controller_World_C::IsTakingActionInBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames \ +static_assert(alignof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames) == 0x0000C0, "Wrong size on GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Objects) == 0x000000, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Objects' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Separator) == 0x000010, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Separator' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Result) == 0x000028, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_JoinStringArray_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000A8, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'GenericFunctionLibrary_C_ConcatenateSoftObjectDisplayNames::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsInEditorPreview \ +static_assert(alignof(GenericFunctionLibrary_C_IsInEditorPreview) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsInEditorPreview"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsInEditorPreview) == 0x000010, "Wrong size on GenericFunctionLibrary_C_IsInEditorPreview"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, __WorldContext) == 0x000000, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, ReturnValue) == 0x000008, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, CallFunc_IsInPlayMode_ReturnValue) == 0x000009, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, CallFunc_IsPackagedBuild_ReturnValue) == 0x00000A, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsInEditorPreview, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'GenericFunctionLibrary_C_IsInEditorPreview::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_CompareIntegers \ +static_assert(alignof(GenericFunctionLibrary_C_CompareIntegers) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_CompareIntegers"); \ +static_assert(sizeof(GenericFunctionLibrary_C_CompareIntegers) == 0x000030, "Wrong size on GenericFunctionLibrary_C_CompareIntegers"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, Comparison) == 0x000000, "Member 'GenericFunctionLibrary_C_CompareIntegers::Comparison' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, A) == 0x000004, "Member 'GenericFunctionLibrary_C_CompareIntegers::A' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, B) == 0x000008, "Member 'GenericFunctionLibrary_C_CompareIntegers::B' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_CompareIntegers::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_CompareIntegers::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, Local_B_Value) == 0x00001C, "Member 'GenericFunctionLibrary_C_CompareIntegers::Local_B_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, Local_A_Value) == 0x000020, "Member 'GenericFunctionLibrary_C_CompareIntegers::Local_A_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'GenericFunctionLibrary_C_CompareIntegers::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000025, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000026, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000027, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_Greater_IntInt_ReturnValue) == 0x000029, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareIntegers, CallFunc_Less_IntInt_ReturnValue) == 0x00002A, "Member 'GenericFunctionLibrary_C_CompareIntegers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsCurrentPlatformConsole \ +static_assert(alignof(GenericFunctionLibrary_C_IsCurrentPlatformConsole) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsCurrentPlatformConsole"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsCurrentPlatformConsole) == 0x000040, "Wrong size on GenericFunctionLibrary_C_IsCurrentPlatformConsole"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, __WorldContext) == 0x000000, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, CurrentPlatformIsConsole) == 0x000008, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, CallFunc_HasTag_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsCurrentPlatformConsole, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'GenericFunctionLibrary_C_IsCurrentPlatformConsole::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_AddIfValid \ +static_assert(alignof(GenericFunctionLibrary_C_AddIfValid) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_AddIfValid"); \ +static_assert(sizeof(GenericFunctionLibrary_C_AddIfValid) == 0x000028, "Wrong size on GenericFunctionLibrary_C_AddIfValid"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddIfValid, Object) == 0x000000, "Member 'GenericFunctionLibrary_C_AddIfValid::Object' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddIfValid, Array) == 0x000008, "Member 'GenericFunctionLibrary_C_AddIfValid::Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddIfValid, __WorldContext) == 0x000018, "Member 'GenericFunctionLibrary_C_AddIfValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddIfValid, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_AddIfValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddIfValid, CallFunc_Array_Add_ReturnValue) == 0x000024, "Member 'GenericFunctionLibrary_C_AddIfValid::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ToTextArray__String_ \ +static_assert(alignof(GenericFunctionLibrary_C_ToTextArray__String_) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ToTextArray__String_"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ToTextArray__String_) == 0x000088, "Wrong size on GenericFunctionLibrary_C_ToTextArray__String_"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, StringArray) == 0x000000, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::StringArray' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, TextArray) == 0x000018, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::TextArray' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, Temp_int_Array_Index_Variable) == 0x000048, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Array_Get_Item) == 0x000060, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToTextArray__String_, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'GenericFunctionLibrary_C_ToTextArray__String_::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ValidateObjectArray \ +static_assert(alignof(GenericFunctionLibrary_C_ValidateObjectArray) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ValidateObjectArray"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ValidateObjectArray) == 0x0001A0, "Wrong size on GenericFunctionLibrary_C_ValidateObjectArray"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, Array) == 0x000000, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, ArrayName) == 0x000010, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::ArrayName' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, IsValid) == 0x000028, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::IsValid' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, ErrorMessage) == 0x000030, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_ArrayContainsInvalid_Result) == 0x0000F0, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_ArrayContainsInvalid_Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_ArrayContainsInvalid_ArrayIndex) == 0x0000F8, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_ArrayContainsInvalid_ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_ToStringArray__integer__StringArray) == 0x000108, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_ToStringArray__integer__StringArray' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_JoinStringArray_ReturnValue) == 0x000118, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000128, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, K2Node_MakeArray_Array) == 0x000180, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ValidateObjectArray, CallFunc_Format_ReturnValue) == 0x000190, "Member 'GenericFunctionLibrary_C_ValidateObjectArray::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_CheckObjectArray \ +static_assert(alignof(GenericFunctionLibrary_C_CheckObjectArray) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_CheckObjectArray"); \ +static_assert(sizeof(GenericFunctionLibrary_C_CheckObjectArray) == 0x000048, "Wrong size on GenericFunctionLibrary_C_CheckObjectArray"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, Array) == 0x000000, "Member 'GenericFunctionLibrary_C_CheckObjectArray::Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, ArrayName) == 0x000010, "Member 'GenericFunctionLibrary_C_CheckObjectArray::ArrayName' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_CheckObjectArray::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, CallFunc_ValidateObjectArray_IsValid) == 0x000028, "Member 'GenericFunctionLibrary_C_CheckObjectArray::CallFunc_ValidateObjectArray_IsValid' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, CallFunc_ValidateObjectArray_ErrorMessage) == 0x000030, "Member 'GenericFunctionLibrary_C_CheckObjectArray::CallFunc_ValidateObjectArray_ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CheckObjectArray, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_CheckObjectArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ToStringArray__integer_ \ +static_assert(alignof(GenericFunctionLibrary_C_ToStringArray__integer_) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ToStringArray__integer_"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ToStringArray__integer_) == 0x000080, "Wrong size on GenericFunctionLibrary_C_ToStringArray__integer_"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, IntegerArray) == 0x000000, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::IntegerArray' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, StringArray) == 0x000018, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::StringArray' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, Temp_int_Array_Index_Variable) == 0x000048, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Array_Get_Item) == 0x000060, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Conv_IntToString_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToStringArray__integer_, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'GenericFunctionLibrary_C_ToStringArray__integer_::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage \ +static_assert(alignof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage"); \ +static_assert(sizeof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage) == 0x000080, "Wrong size on GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, Target) == 0x000000, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::Target' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, FillAlpha) == 0x000008, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::FillAlpha' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, K2Node_MakeStruct_Margin) == 0x000018, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, CallFunc_MakeVector2D_ReturnValue_1) == 0x000050, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage, K2Node_MakeStruct_Anchors) == 0x000060, "Member 'GenericFunctionLibrary_C_SetCanvasSlotAsHorizontalFillPercentage::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ArrayOfFloatsToString \ +static_assert(alignof(GenericFunctionLibrary_C_ArrayOfFloatsToString) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ArrayOfFloatsToString"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ArrayOfFloatsToString) == 0x0000B0, "Wrong size on GenericFunctionLibrary_C_ArrayOfFloatsToString"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, In) == 0x000000, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::In' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, OutString) == 0x000018, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::OutString' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, local_LastIndex) == 0x000028, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::local_LastIndex' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, local_String) == 0x000030, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::local_String' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000048, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_JoinStringArray_ReturnValue) == 0x000060, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, Temp_int_Array_Index_Variable) == 0x000078, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, Temp_wildcard_Temp_buffer_array_Variable) == 0x000080, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Array_Get_Item) == 0x000090, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000098, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayOfFloatsToString, CallFunc_Array_Add_ReturnValue) == 0x0000A8, "Member 'GenericFunctionLibrary_C_ArrayOfFloatsToString::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsDataRowHandleSet \ +static_assert(alignof(GenericFunctionLibrary_C_IsDataRowHandleSet) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsDataRowHandleSet"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsDataRowHandleSet) == 0x000020, "Wrong size on GenericFunctionLibrary_C_IsDataRowHandleSet"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, RowHandle) == 0x000000, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::RowHandle' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001A, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDataRowHandleSet, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'GenericFunctionLibrary_C_IsDataRowHandleSet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetRandomOtherObjectFromArray \ +static_assert(alignof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetRandomOtherObjectFromArray"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray) == 0x000050, "Wrong size on GenericFunctionLibrary_C_GetRandomOtherObjectFromArray"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, Array) == 0x000000, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, Object) == 0x000010, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::Object' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, __WorldContext) == 0x000018, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, OutItem) == 0x000020, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::OutItem' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, local_arrayCopy) == 0x000028, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::local_arrayCopy' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, CallFunc_Array_RemoveItem_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, CallFunc_Array_Random_OutItem) == 0x000040, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetRandomOtherObjectFromArray, CallFunc_Array_Random_OutIndex) == 0x000048, "Member 'GenericFunctionLibrary_C_GetRandomOtherObjectFromArray::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ConcatenateClassDisplayNames \ +static_assert(alignof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ConcatenateClassDisplayNames"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames) == 0x0000A0, "Wrong size on GenericFunctionLibrary_C_ConcatenateClassDisplayNames"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Objects) == 0x000000, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Objects' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Separator) == 0x000010, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Separator' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Result) == 0x000028, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_JoinStringArray_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_GetClassDisplayName_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateClassDisplayNames, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'GenericFunctionLibrary_C_ConcatenateClassDisplayNames::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames \ +static_assert(alignof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames) == 0x0000C0, "Wrong size on GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Objects) == 0x000000, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Objects' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Separator) == 0x000010, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Separator' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Result) == 0x000028, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_JoinStringArray_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x0000A8, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'GenericFunctionLibrary_C_ConcatenateSoftClassDisplayNames::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_CompareFloats \ +static_assert(alignof(GenericFunctionLibrary_C_CompareFloats) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_CompareFloats"); \ +static_assert(sizeof(GenericFunctionLibrary_C_CompareFloats) == 0x000040, "Wrong size on GenericFunctionLibrary_C_CompareFloats"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, Comparison) == 0x000000, "Member 'GenericFunctionLibrary_C_CompareFloats::Comparison' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, A) == 0x000008, "Member 'GenericFunctionLibrary_C_CompareFloats::A' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, B) == 0x000010, "Member 'GenericFunctionLibrary_C_CompareFloats::B' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, __WorldContext) == 0x000018, "Member 'GenericFunctionLibrary_C_CompareFloats::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_CompareFloats::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, Local_B_Value) == 0x000028, "Member 'GenericFunctionLibrary_C_CompareFloats::Local_B_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, Local_A_Value) == 0x000030, "Member 'GenericFunctionLibrary_C_CompareFloats::Local_A_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, K2Node_SwitchEnum_CmpSuccess) == 0x000038, "Member 'GenericFunctionLibrary_C_CompareFloats::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000039, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x00003A, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x00003B, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00003C, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00003D, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CompareFloats, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00003E, "Member 'GenericFunctionLibrary_C_CompareFloats::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_StartLatentAction \ +static_assert(alignof(GenericFunctionLibrary_C_StartLatentAction) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_StartLatentAction"); \ +static_assert(sizeof(GenericFunctionLibrary_C_StartLatentAction) == 0x000110, "Wrong size on GenericFunctionLibrary_C_StartLatentAction"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, DebugReason) == 0x000000, "Member 'GenericFunctionLibrary_C_StartLatentAction::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_StartLatentAction::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, AsyncAction) == 0x000018, "Member 'GenericFunctionLibrary_C_StartLatentAction::AsyncAction' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'GenericFunctionLibrary_C_StartLatentAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_IsEmpty_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_SpawnObject_ReturnValue) == 0x000090, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000098, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'GenericFunctionLibrary_C_StartLatentAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, K2Node_MakeArray_Array) == 0x0000F0, "Member 'GenericFunctionLibrary_C_StartLatentAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_StartLatentAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'GenericFunctionLibrary_C_StartLatentAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IncrementModulo \ +static_assert(alignof(GenericFunctionLibrary_C_IncrementModulo) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IncrementModulo"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IncrementModulo) == 0x000020, "Wrong size on GenericFunctionLibrary_C_IncrementModulo"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, Value) == 0x000000, "Member 'GenericFunctionLibrary_C_IncrementModulo::Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, Modulo) == 0x000004, "Member 'GenericFunctionLibrary_C_IncrementModulo::Modulo' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_IncrementModulo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_IncrementModulo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'GenericFunctionLibrary_C_IncrementModulo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IncrementModulo, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_IncrementModulo::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ConcatenateDisplayNamesString \ +static_assert(alignof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ConcatenateDisplayNamesString"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString) == 0x0000A0, "Wrong size on GenericFunctionLibrary_C_ConcatenateDisplayNamesString"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Objects) == 0x000000, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Objects' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Separator) == 0x000010, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Separator' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Result) == 0x000028, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_JoinStringArray_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_Array_Get_Item) == 0x000080, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_GetDisplayName_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNamesString, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNamesString::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetShorterVector \ +static_assert(alignof(GenericFunctionLibrary_C_GetShorterVector) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetShorterVector"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetShorterVector) == 0x000100, "Wrong size on GenericFunctionLibrary_C_GetShorterVector"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, Start1) == 0x000000, "Member 'GenericFunctionLibrary_C_GetShorterVector::Start1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, End1) == 0x000018, "Member 'GenericFunctionLibrary_C_GetShorterVector::End1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, Distance) == 0x000030, "Member 'GenericFunctionLibrary_C_GetShorterVector::Distance' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, __WorldContext) == 0x000038, "Member 'GenericFunctionLibrary_C_GetShorterVector::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, Start2) == 0x000040, "Member 'GenericFunctionLibrary_C_GetShorterVector::Start2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, End2) == 0x000058, "Member 'GenericFunctionLibrary_C_GetShorterVector::End2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Normal_ReturnValue) == 0x0000A0, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000B8, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetShorterVector, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000E8, "Member 'GenericFunctionLibrary_C_GetShorterVector::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_AreWIP_ChecksEnabled \ +static_assert(alignof(GenericFunctionLibrary_C_AreWIP_ChecksEnabled) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_AreWIP_ChecksEnabled"); \ +static_assert(sizeof(GenericFunctionLibrary_C_AreWIP_ChecksEnabled) == 0x000010, "Wrong size on GenericFunctionLibrary_C_AreWIP_ChecksEnabled"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AreWIP_ChecksEnabled, __WorldContext) == 0x000000, "Member 'GenericFunctionLibrary_C_AreWIP_ChecksEnabled::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AreWIP_ChecksEnabled, ReturnValue) == 0x000008, "Member 'GenericFunctionLibrary_C_AreWIP_ChecksEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AreWIP_ChecksEnabled, CallFunc_GetBoolCVar_ReturnValue) == 0x000009, "Member 'GenericFunctionLibrary_C_AreWIP_ChecksEnabled::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsChildOfClass \ +static_assert(alignof(GenericFunctionLibrary_C_IsChildOfClass) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsChildOfClass"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsChildOfClass) == 0x000058, "Wrong size on GenericFunctionLibrary_C_IsChildOfClass"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, Object) == 0x000000, "Member 'GenericFunctionLibrary_C_IsChildOfClass::Object' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, SoftClass) == 0x000008, "Member 'GenericFunctionLibrary_C_IsChildOfClass::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, __WorldContext) == 0x000030, "Member 'GenericFunctionLibrary_C_IsChildOfClass::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_IsChildOfClass::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_IsChildOfClass::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, CallFunc_GetObjectClass_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_IsChildOfClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, CallFunc_IsValidClass_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_IsChildOfClass::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsChildOfClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000051, "Member 'GenericFunctionLibrary_C_IsChildOfClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsDebugModeEnabled \ +static_assert(alignof(GenericFunctionLibrary_C_IsDebugModeEnabled) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsDebugModeEnabled"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsDebugModeEnabled) == 0x000010, "Wrong size on GenericFunctionLibrary_C_IsDebugModeEnabled"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDebugModeEnabled, __WorldContext) == 0x000000, "Member 'GenericFunctionLibrary_C_IsDebugModeEnabled::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDebugModeEnabled, ReturnValue) == 0x000008, "Member 'GenericFunctionLibrary_C_IsDebugModeEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDebugModeEnabled, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'GenericFunctionLibrary_C_IsDebugModeEnabled::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDebugModeEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'GenericFunctionLibrary_C_IsDebugModeEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ArrayContainsInvalid \ +static_assert(alignof(GenericFunctionLibrary_C_ArrayContainsInvalid) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ArrayContainsInvalid"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ArrayContainsInvalid) == 0x000078, "Wrong size on GenericFunctionLibrary_C_ArrayContainsInvalid"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Array) == 0x000000, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Result) == 0x000018, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, ArrayIndex) == 0x000020, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000044, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Temp_int_Array_Index_Variable) == 0x000054, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, Temp_wildcard_Temp_buffer_array_Variable) == 0x000058, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Array_Get_Item) == 0x000068, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ArrayContainsInvalid, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'GenericFunctionLibrary_C_ArrayContainsInvalid::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetPrimitiveScreenPercentage \ +static_assert(alignof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetPrimitiveScreenPercentage"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage) == 0x0000B0, "Wrong size on GenericFunctionLibrary_C_GetPrimitiveScreenPercentage"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, Primitive) == 0x000000, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::Primitive' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000050, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetCameraLocation_ReturnValue) == 0x000058, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_GetFOVAngle_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_GetFOVAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Vector_Distance_ReturnValue) == 0x000078, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000080, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_DegAtan_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_DegAtan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000090, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0000A0, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetPrimitiveScreenPercentage, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x0000A8, "Member 'GenericFunctionLibrary_C_GetPrimitiveScreenPercentage::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen \ +static_assert(alignof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen"); \ +static_assert(sizeof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen) == 0x000048, "Wrong size on GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, Primitive) == 0x000000, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::Primitive' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_GetLastRenderTimeOnScreen_ReturnValue) == 0x000014, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_GetLastRenderTimeOnScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_GetTimeSeconds_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'GenericFunctionLibrary_C_WasPrimitiveRecentlyRenderedOnScreen::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ResetHysteresisTimer \ +static_assert(alignof(GenericFunctionLibrary_C_ResetHysteresisTimer) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ResetHysteresisTimer"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ResetHysteresisTimer) == 0x0000F0, "Wrong size on GenericFunctionLibrary_C_ResetHysteresisTimer"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, Handle) == 0x000000, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::Handle' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, DebugName) == 0x000008, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::DebugName' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, __WorldContext) == 0x000018, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x0000C8, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, K2Node_MakeArray_Array) == 0x0000D0, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetHysteresisTimer, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'GenericFunctionLibrary_C_ResetHysteresisTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetLocalCanvasSlotParams \ +static_assert(alignof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetLocalCanvasSlotParams"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams) == 0x000130, "Wrong size on GenericFunctionLibrary_C_GetLocalCanvasSlotParams"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, ChildWidget) == 0x000000, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::ChildWidget' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, NewParentCanvas) == 0x000008, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::NewParentCanvas' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, position) == 0x000018, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::position' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, Size) == 0x000028, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::Size' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_GetTickSpaceGeometry_ReturnValue_1) == 0x000078, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_GetTickSpaceGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_GetLocalSize_ReturnValue) == 0x0000B0, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_LocalToAbsolute_ReturnValue) == 0x0000C0, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_LocalToAbsolute_ReturnValue_1) == 0x0000D0, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_LocalToAbsolute_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_AbsoluteToLocal_ReturnValue) == 0x0000E0, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x0000F0, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000100, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000110, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetLocalCanvasSlotParams, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000120, "Member 'GenericFunctionLibrary_C_GetLocalCanvasSlotParams::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_AddChildToCanvas_Fill \ +static_assert(alignof(GenericFunctionLibrary_C_AddChildToCanvas_Fill) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_AddChildToCanvas_Fill"); \ +static_assert(sizeof(GenericFunctionLibrary_C_AddChildToCanvas_Fill) == 0x000048, "Wrong size on GenericFunctionLibrary_C_AddChildToCanvas_Fill"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, Canvas) == 0x000000, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::Canvas' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, Content) == 0x000008, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::Content' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, CanvasSlot) == 0x000018, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::CanvasSlot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, K2Node_MakeStruct_Anchors) == 0x000020, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_AddChildToCanvas_Fill, CallFunc_AddChildToCanvas_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_AddChildToCanvas_Fill::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_CopyUISlot \ +static_assert(alignof(GenericFunctionLibrary_C_CopyUISlot) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_CopyUISlot"); \ +static_assert(sizeof(GenericFunctionLibrary_C_CopyUISlot) == 0x0000D0, "Wrong size on GenericFunctionLibrary_C_CopyUISlot"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, SourceSlot) == 0x000000, "Member 'GenericFunctionLibrary_C_CopyUISlot::SourceSlot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, TargetSlot) == 0x000008, "Member 'GenericFunctionLibrary_C_CopyUISlot::TargetSlot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_CopyUISlot::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_CopyUISlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000020, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000030, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000040, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'GenericFunctionLibrary_C_CopyUISlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsVertical_Box_Slot_1) == 0x000050, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsVertical_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsHorizontal_Box_Slot_1) == 0x000060, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsHorizontal_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess_4) == 0x000068, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x000070, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, K2Node_DynamicCast_bSuccess_5) == 0x000078, "Member 'GenericFunctionLibrary_C_CopyUISlot::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, CallFunc_GetAutoSize_ReturnValue) == 0x000079, "Member 'GenericFunctionLibrary_C_CopyUISlot::CallFunc_GetAutoSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, CallFunc_GetSize_ReturnValue) == 0x000080, "Member 'GenericFunctionLibrary_C_CopyUISlot::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CopyUISlot, CallFunc_GetLayout_ReturnValue) == 0x000090, "Member 'GenericFunctionLibrary_C_CopyUISlot::CallFunc_GetLayout_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ApplyUISlotToWidget \ +static_assert(alignof(GenericFunctionLibrary_C_ApplyUISlotToWidget) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ApplyUISlotToWidget"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ApplyUISlotToWidget) == 0x000018, "Wrong size on GenericFunctionLibrary_C_ApplyUISlotToWidget"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ApplyUISlotToWidget, Widget) == 0x000000, "Member 'GenericFunctionLibrary_C_ApplyUISlotToWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ApplyUISlotToWidget, Slot) == 0x000008, "Member 'GenericFunctionLibrary_C_ApplyUISlotToWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ApplyUISlotToWidget, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ApplyUISlotToWidget::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_CloneUISlotFromWidget \ +static_assert(alignof(GenericFunctionLibrary_C_CloneUISlotFromWidget) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_CloneUISlotFromWidget"); \ +static_assert(sizeof(GenericFunctionLibrary_C_CloneUISlotFromWidget) == 0x000078, "Wrong size on GenericFunctionLibrary_C_CloneUISlotFromWidget"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, Widget) == 0x000000, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, Slot) == 0x000010, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_GetParent_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_GetParent_ReturnValue_1) == 0x000020, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_GetParent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_SpawnObject_ReturnValue_1) == 0x000030, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_GetParent_ReturnValue_2) == 0x000038, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_GetParent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, CallFunc_SpawnObject_ReturnValue_2) == 0x000040, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000048, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000058, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000068, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_CloneUISlotFromWidget, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'GenericFunctionLibrary_C_CloneUISlotFromWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsDifferentOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_IsDifferentOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsDifferentOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsDifferentOptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C_IsDifferentOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, Bool1) == 0x000000, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::Bool1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, Bool) == 0x000001, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, CallFunc_FromOptionalBool_IsSet) == 0x000011, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::CallFunc_FromOptionalBool_IsSet' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, CallFunc_FromOptionalBool_Value) == 0x000012, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::CallFunc_FromOptionalBool_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000014, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsDifferentOptionalBool, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'GenericFunctionLibrary_C_IsDifferentOptionalBool::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_IsSameOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_IsSameOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_IsSameOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_IsSameOptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C_IsSameOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, Bool1) == 0x000000, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::Bool1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, Bool) == 0x000001, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, IsSet) == 0x000010, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::IsSet' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, ReturnValue) == 0x000011, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, CallFunc_FromOptionalBool_IsSet) == 0x000012, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::CallFunc_FromOptionalBool_IsSet' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, CallFunc_FromOptionalBool_Value) == 0x000013, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::CallFunc_FromOptionalBool_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_IsSameOptionalBool, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000014, "Member 'GenericFunctionLibrary_C_IsSameOptionalBool::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C___OptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C___OptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C___OptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C___OptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C___OptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C___OptionalBool, Bool1) == 0x000000, "Member 'GenericFunctionLibrary_C___OptionalBool::Bool1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C___OptionalBool, Bool2) == 0x000001, "Member 'GenericFunctionLibrary_C___OptionalBool::Bool2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C___OptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C___OptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C___OptionalBool, IsSame) == 0x000010, "Member 'GenericFunctionLibrary_C___OptionalBool::IsSame' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C___OptionalBool, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'GenericFunctionLibrary_C___OptionalBool::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ResetOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_ResetOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ResetOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ResetOptionalBool) == 0x000010, "Wrong size on GenericFunctionLibrary_C_ResetOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetOptionalBool, Bool) == 0x000000, "Member 'GenericFunctionLibrary_C_ResetOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ResetOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_ResetOptionalBool::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_SetOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_SetOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_SetOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_SetOptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C_SetOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetOptionalBool, Value) == 0x000000, "Member 'GenericFunctionLibrary_C_SetOptionalBool::Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetOptionalBool, Bool) == 0x000001, "Member 'GenericFunctionLibrary_C_SetOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_SetOptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetOptionalBool, _) == 0x000010, "Member 'GenericFunctionLibrary_C_SetOptionalBool::_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_FromOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_FromOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_FromOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_FromOptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C_FromOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, Bool) == 0x000000, "Member 'GenericFunctionLibrary_C_FromOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_FromOptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, IsSet) == 0x000010, "Member 'GenericFunctionLibrary_C_FromOptionalBool::IsSet' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, Value) == 0x000011, "Member 'GenericFunctionLibrary_C_FromOptionalBool::Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'GenericFunctionLibrary_C_FromOptionalBool::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_FromOptionalBool, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000013, "Member 'GenericFunctionLibrary_C_FromOptionalBool::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ToOptionalBool \ +static_assert(alignof(GenericFunctionLibrary_C_ToOptionalBool) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ToOptionalBool"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ToOptionalBool) == 0x000018, "Wrong size on GenericFunctionLibrary_C_ToOptionalBool"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, Bool) == 0x000000, "Member 'GenericFunctionLibrary_C_ToOptionalBool::Bool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_ToOptionalBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, OptionalBool) == 0x000010, "Member 'GenericFunctionLibrary_C_ToOptionalBool::OptionalBool' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, Temp_bool_Variable) == 0x000011, "Member 'GenericFunctionLibrary_C_ToOptionalBool::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, Temp_byte_Variable) == 0x000012, "Member 'GenericFunctionLibrary_C_ToOptionalBool::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, Temp_byte_Variable_1) == 0x000013, "Member 'GenericFunctionLibrary_C_ToOptionalBool::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ToOptionalBool, K2Node_Select_Default) == 0x000014, "Member 'GenericFunctionLibrary_C_ToOptionalBool::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetThresholdIntVector \ +static_assert(alignof(GenericFunctionLibrary_C_GetThresholdIntVector) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetThresholdIntVector"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetThresholdIntVector) == 0x000058, "Wrong size on GenericFunctionLibrary_C_GetThresholdIntVector"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, X) == 0x000000, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::X' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, Y) == 0x000008, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::Y' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, Threshold) == 0x000010, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::Threshold' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, __WorldContext) == 0x000018, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, IntVector) == 0x000020, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::IntVector' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, CallFunc_GetThresholdAbsoluteValue_Float_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::CallFunc_GetThresholdAbsoluteValue_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, CallFunc_GetThresholdAbsoluteValue_Float_ReturnValue_1) == 0x000038, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::CallFunc_GetThresholdAbsoluteValue_Float_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, CallFunc_Round_ReturnValue) == 0x000040, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, CallFunc_Round_ReturnValue_1) == 0x000044, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdIntVector, K2Node_MakeStruct_IntVector) == 0x000048, "Member 'GenericFunctionLibrary_C_GetThresholdIntVector::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float \ +static_assert(alignof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float) == 0x000050, "Wrong size on GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, Value) == 0x000000, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, Threshold) == 0x000008, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::Threshold' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, Temp_bool_Variable) == 0x000020, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, CallFunc_Abs_ReturnValue) == 0x000028, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, CallFunc_SignOfFloat_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, Temp_real_Variable) == 0x000040, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float, K2Node_Select_Default) == 0x000048, "Member 'GenericFunctionLibrary_C_GetThresholdAbsoluteValue_Float::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector \ +static_assert(alignof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector) == 0x0000A8, "Wrong size on GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, DirectionVector) == 0x000000, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, Direction) == 0x000018, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, K2Node_MakeStruct_IntVector) == 0x00001C, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, K2Node_MakeStruct_IntVector_1) == 0x000028, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::K2Node_MakeStruct_IntVector_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, K2Node_MakeStruct_IntVector_2) == 0x000034, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::K2Node_MakeStruct_IntVector_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, K2Node_MakeStruct_IntVector_3) == 0x000040, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::K2Node_MakeStruct_IntVector_3' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, K2Node_MakeMap_Map) == 0x000050, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector, CallFunc_Map_Find_ReturnValue) == 0x0000A1, "Member 'GenericFunctionLibrary_C_GetUINavigationDirectionFromInputVector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetDirectionFromInputVector \ +static_assert(alignof(GenericFunctionLibrary_C_GetDirectionFromInputVector) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetDirectionFromInputVector"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetDirectionFromInputVector) == 0x0000A8, "Wrong size on GenericFunctionLibrary_C_GetDirectionFromInputVector"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, DirectionVector) == 0x000000, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, Direction) == 0x000018, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, K2Node_MakeStruct_IntVector) == 0x00001C, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::K2Node_MakeStruct_IntVector' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, K2Node_MakeStruct_IntVector_1) == 0x000028, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::K2Node_MakeStruct_IntVector_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, K2Node_MakeStruct_IntVector_2) == 0x000034, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::K2Node_MakeStruct_IntVector_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, K2Node_MakeStruct_IntVector_3) == 0x000040, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::K2Node_MakeStruct_IntVector_3' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, K2Node_MakeMap_Map) == 0x000050, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetDirectionFromInputVector, CallFunc_Map_Find_ReturnValue) == 0x0000A1, "Member 'GenericFunctionLibrary_C_GetDirectionFromInputVector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded \ +static_assert(alignof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded"); \ +static_assert(sizeof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded) == 0x000038, "Wrong size on GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, Widget) == 0x000000, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::Widget' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, WantedVisibility) == 0x000008, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::WantedVisibility' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, Visibility_Changed) == 0x000018, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::Visibility_Changed' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, K2Node_MakeArray_Array) == 0x000020, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, CallFunc_Array_Contains_ReturnValue) == 0x000030, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, CallFunc_GetVisibility_ReturnValue) == 0x000031, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, CallFunc_Array_Contains_ReturnValue_1) == 0x000032, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000033, "Member 'GenericFunctionLibrary_C_SetWidgetVisibilityIfNeeded::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetUINavigationComponent \ +static_assert(alignof(GenericFunctionLibrary_C_GetUINavigationComponent) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetUINavigationComponent"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetUINavigationComponent) == 0x000028, "Wrong size on GenericFunctionLibrary_C_GetUINavigationComponent"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationComponent, __WorldContext) == 0x000000, "Member 'GenericFunctionLibrary_C_GetUINavigationComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationComponent, ReturnValue) == 0x000008, "Member 'GenericFunctionLibrary_C_GetUINavigationComponent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'GenericFunctionLibrary_C_GetUINavigationComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_GetUINavigationComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUINavigationComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GenericFunctionLibrary_C_GetUINavigationComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ClampToViewport \ +static_assert(alignof(GenericFunctionLibrary_C_ClampToViewport) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ClampToViewport"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ClampToViewport) == 0x0000A8, "Wrong size on GenericFunctionLibrary_C_ClampToViewport"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, position) == 0x000000, "Member 'GenericFunctionLibrary_C_ClampToViewport::position' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, Margin) == 0x000010, "Member 'GenericFunctionLibrary_C_ClampToViewport::Margin' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, __WorldContext) == 0x000020, "Member 'GenericFunctionLibrary_C_ClampToViewport::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, Result) == 0x000028, "Member 'GenericFunctionLibrary_C_ClampToViewport::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_X) == 0x000038, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_Y_1) == 0x000060, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_X_2) == 0x000068, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_BreakVector2D_Y_2) == 0x000070, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000078, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_FClamp_ReturnValue) == 0x000088, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_FClamp_ReturnValue_1) == 0x000090, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ClampToViewport, CallFunc_MakeVector2D_ReturnValue) == 0x000098, "Member 'GenericFunctionLibrary_C_ClampToViewport::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_ConcatenateDisplayNames \ +static_assert(alignof(GenericFunctionLibrary_C_ConcatenateDisplayNames) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_ConcatenateDisplayNames"); \ +static_assert(sizeof(GenericFunctionLibrary_C_ConcatenateDisplayNames) == 0x0001B8, "Wrong size on GenericFunctionLibrary_C_ConcatenateDisplayNames"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Objects) == 0x000000, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Objects' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Result) == 0x000018, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Result' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_bool_Variable) == 0x000028, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_text_Variable) == 0x000030, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_text_Variable_1) == 0x000040, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_int_Array_Index_Variable) == 0x000050, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Array_Get_Item) == 0x000058, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000060, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, K2Node_Select_Default) == 0x000088, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Add_IntInt_ReturnValue) == 0x00012C, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, Temp_text_Variable_2) == 0x000130, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_MakeLiteralText_ReturnValue) == 0x000140, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, K2Node_MakeArray_Array) == 0x000198, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_ConcatenateDisplayNames, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'GenericFunctionLibrary_C_ConcatenateDisplayNames::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_BattleSequenceKeyframeToText \ +static_assert(alignof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_BattleSequenceKeyframeToText"); \ +static_assert(sizeof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText) == 0x000160, "Wrong size on GenericFunctionLibrary_C_BattleSequenceKeyframeToText"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, Time) == 0x000000, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::Time' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, Keyframe) == 0x000008, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::Keyframe' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, __WorldContext) == 0x000010, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, Text) == 0x000018, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::Text' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000070, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000080, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A0, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, K2Node_MakeArray_Array) == 0x000140, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_BattleSequenceKeyframeToText, CallFunc_Format_ReturnValue) == 0x000150, "Member 'GenericFunctionLibrary_C_BattleSequenceKeyframeToText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GenericFunctionLibrary_C_GetUndilatedTimeSeconds \ +static_assert(alignof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds) == 0x000008, "Wrong alignment on GenericFunctionLibrary_C_GetUndilatedTimeSeconds"); \ +static_assert(sizeof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds) == 0x000020, "Wrong size on GenericFunctionLibrary_C_GetUndilatedTimeSeconds"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds, WorldContextObject) == 0x000000, "Member 'GenericFunctionLibrary_C_GetUndilatedTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds, __WorldContext) == 0x000008, "Member 'GenericFunctionLibrary_C_GetUndilatedTimeSeconds::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds, UndilatedTime) == 0x000010, "Member 'GenericFunctionLibrary_C_GetUndilatedTimeSeconds::UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(GenericFunctionLibrary_C_GetUndilatedTimeSeconds, CallFunc_GetAudioTimeSeconds_ReturnValue) == 0x000018, "Member 'GenericFunctionLibrary_C_GetUndilatedTimeSeconds::CallFunc_GetAudioTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenericFunctionLibrary_C \ +static_assert(alignof(UGenericFunctionLibrary_C) == 0x000008, "Wrong alignment on UGenericFunctionLibrary_C"); \ +static_assert(sizeof(UGenericFunctionLibrary_C) == 0x000028, "Wrong size on UGenericFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle \ +static_assert(alignof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle) == 0x000008, "Wrong alignment on BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle"); \ +static_assert(sizeof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle) == 0x000048, "Wrong size on BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, CallFunc_GetBattleManager_ReturnValue_1) == 0x000020, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, K2Node_CustomEvent_Victory) == 0x000028, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::K2Node_CustomEvent_Victory' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, K2Node_Event_Controller) == 0x000030, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, K2Node_DynamicCast_AsStart_Battle) == 0x000038, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::K2Node_DynamicCast_AsStart_Battle' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameActionInstance_TriggerBattle_C_ExecuteUbergraph_BP_GameActionInstance_TriggerBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_TriggerBattle_C_OnBattleFinished \ +static_assert(alignof(BP_GameActionInstance_TriggerBattle_C_OnBattleFinished) == 0x000001, "Wrong alignment on BP_GameActionInstance_TriggerBattle_C_OnBattleFinished"); \ +static_assert(sizeof(BP_GameActionInstance_TriggerBattle_C_OnBattleFinished) == 0x000001, "Wrong size on BP_GameActionInstance_TriggerBattle_C_OnBattleFinished"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_OnBattleFinished, Victory) == 0x000000, "Member 'BP_GameActionInstance_TriggerBattle_C_OnBattleFinished::Victory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_TriggerBattle_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_TriggerBattle_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_TriggerBattle_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_TriggerBattle_C_GetDebugString) == 0x000130, "Wrong size on BP_GameActionInstance_TriggerBattle_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_PadString_Result) == 0x000010, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, K2Node_DynamicCast_AsStart_Battle) == 0x000030, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::K2Node_DynamicCast_AsStart_Battle' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000050, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_TriggerBattle_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'BP_GameActionInstance_TriggerBattle_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_TriggerBattle_C \ +static_assert(alignof(UBP_GameActionInstance_TriggerBattle_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_TriggerBattle_C"); \ +static_assert(sizeof(UBP_GameActionInstance_TriggerBattle_C) == 0x000048, "Wrong size on UBP_GameActionInstance_TriggerBattle_C"); \ +static_assert(offsetof(UBP_GameActionInstance_TriggerBattle_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_TriggerBattle_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ActivateCharacterCamera \ +static_assert(alignof(AC_jRPG_BattleManager_C_ActivateCharacterCamera) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ActivateCharacterCamera"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ActivateCharacterCamera) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_ActivateCharacterCamera"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ActivateCharacterCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ActivateCharacterCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ActivateCharacterCamera, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ActivateCharacterCamera::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ActivateCharacterCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ActivateCharacterCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ActivateCharacterCamera, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ActivateCharacterCamera::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation \ +static_assert(alignof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation) == 0x000250, "Wrong size on AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, BaseLocation) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::BaseLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, ActorsToIgnore) == 0x000018, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, GroundLocation) == 0x000028, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::GroundLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, K2Node_MakeArray_Array) == 0x000040, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000080, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x000178, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x000179, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x00017A, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_Time) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_Distance) == 0x000180, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_Location) == 0x000188, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_Normal) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_PhysMat) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_HitActor) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_HitComponent) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_HitBoneName) == 0x000200, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_BoneName) == 0x000208, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_HitItem) == 0x000210, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_ElementIndex) == 0x000214, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_FaceIndex) == 0x000218, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_TraceStart) == 0x000220, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation, CallFunc_BreakHitResult_TraceEnd) == 0x000238, "Member 'AC_jRPG_BattleManager_C_AdaptSpawnedCharacterLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AddBattleModifierBuff \ +static_assert(alignof(AC_jRPG_BattleManager_C_AddBattleModifierBuff) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AddBattleModifierBuff"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AddBattleModifierBuff) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_AddBattleModifierBuff"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddBattleModifierBuff, BuffInstance) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AddBattleModifierBuff::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddBattleModifierBuff, ForcePermanent) == 0x000008, "Member 'AC_jRPG_BattleManager_C_AddBattleModifierBuff::ForcePermanent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddBattleModifierBuff, Temp_object_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_AddBattleModifierBuff::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddBattleModifierBuff, CallFunc_ActivateBuff_BuffInstanceWrapper) == 0x000018, "Member 'AC_jRPG_BattleManager_C_AddBattleModifierBuff::CallFunc_ActivateBuff_BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddBattleModifierBuff, CallFunc_ActivateBuff_Success) == 0x000020, "Member 'AC_jRPG_BattleManager_C_AddBattleModifierBuff::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AddChallengeModifiers \ +static_assert(alignof(AC_jRPG_BattleManager_C_AddChallengeModifiers) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AddChallengeModifiers"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AddChallengeModifiers) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_AddChallengeModifiers"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_GetDifficultyManager_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_GetActiveChallengeIDs_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_GetActiveChallengeIDs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_Array_Get_Item) == 0x000024, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_FindChallengeDefinition_ChallengeAsset) == 0x000030, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_FindChallengeDefinition_ChallengeAsset' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_GetBattleModifierBuffClass_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_GetBattleModifierBuffClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, K2Node_ClassDynamicCast_AsBP_Battle_Modifier_Buff_Challenge_Base) == 0x000078, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::K2Node_ClassDynamicCast_AsBP_Battle_Modifier_Buff_Challenge_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, K2Node_ClassDynamicCast_bSuccess) == 0x000080, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddChallengeModifiers, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_AddChallengeModifiers::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AddExtraLootItem \ +static_assert(alignof(AC_jRPG_BattleManager_C_AddExtraLootItem) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AddExtraLootItem"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AddExtraLootItem) == 0x0001D8, "Wrong size on AC_jRPG_BattleManager_C_AddExtraLootItem"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, ItemId) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, Quantity) == 0x000008, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, Reason) == 0x000010, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, local_existingCount) == 0x000020, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::local_existingCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeArray_Array) == 0x000140, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Format_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Format_ReturnValue_1) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_IsNameValid_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Not_PreBool_ReturnValue) == 0x0001C9, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Add_IntInt_ReturnValue) == 0x0001CC, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Map_Find_Value) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddExtraLootItem, CallFunc_Map_Find_ReturnValue) == 0x0001D4, "Member 'AC_jRPG_BattleManager_C_AddExtraLootItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier, Multiplier) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier, OutModifierHandle) == 0x000008, "Member 'AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier, DebugName) == 0x000038, "Member 'AC_jRPG_BattleManager_C_AddGlobalDodgeWindowModifier::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier, Multiplier) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier, OutModifierHandle) == 0x000008, "Member 'AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier::OutModifierHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier, DebugName) == 0x000038, "Member 'AC_jRPG_BattleManager_C_AddGlobalParryWindowModifier::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid \ +static_assert(alignof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, KickedCharacterHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, Success) == 0x000010, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_IsKickedCharacterStateHandleValid_Success) == 0x000030, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_IsKickedCharacterStateHandleValid_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_AreAllKickedCharacterStateHandleValid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_BeginAOECounterAttack \ +static_assert(alignof(AC_jRPG_BattleManager_C_BeginAOECounterAttack) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_BeginAOECounterAttack"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_BeginAOECounterAttack) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_BeginAOECounterAttack"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_BeginAOECounterAttack, CallFunc_ComputeCharactersForAOECounterAttack_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_BeginAOECounterAttack::CallFunc_ComputeCharactersForAOECounterAttack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_BindEventOnBattleFinished \ +static_assert(alignof(AC_jRPG_BattleManager_C_BindEventOnBattleFinished) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_BindEventOnBattleFinished"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_BindEventOnBattleFinished) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_BindEventOnBattleFinished"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_BindEventOnBattleFinished, Event) == 0x000000, "Member 'AC_jRPG_BattleManager_C_BindEventOnBattleFinished::Event' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_BindEventOnBattleFinished, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000010, "Member 'AC_jRPG_BattleManager_C_BindEventOnBattleFinished::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanAbandonBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanAbandonBattle) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CanAbandonBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanAbandonBattle) == 0x000007, "Wrong size on AC_jRPG_BattleManager_C_CanAbandonBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_IsPlayingFinisher_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_IsPlayingFinisher_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_IsActivated_ReturnValue) == 0x000003, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanAbandonBattle, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'AC_jRPG_BattleManager_C_CanAbandonBattle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill) == 0x000058, "Wrong size on AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, EnemyCharacter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::EnemyCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, TargetedCharacters) == 0x000008, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CanCounter) == 0x000018, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CanCounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_CanCounterAttackCurrentEnemy_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_CanCounterAttackCurrentEnemy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000038, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Array_Contains_ReturnValue) == 0x000054, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_CanCounterAttackCurrentEnemy_ReturnValue_1) == 0x000056, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_CanCounterAttackCurrentEnemy_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'AC_jRPG_BattleManager_C_CanCharactersCounterAttackEnemySkill::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanFleeCurrentFight \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanFleeCurrentFight) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CanFleeCurrentFight"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanFleeCurrentFight) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_CanFleeCurrentFight"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanFleeCurrentFight, FleeImpossible_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanFleeCurrentFight::FleeImpossible_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanPlayReactionBattleLines \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanPlayReactionBattleLines) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CanPlayReactionBattleLines"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanPlayReactionBattleLines) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_CanPlayReactionBattleLines"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanPlayReactionBattleLines, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanPlayReactionBattleLines::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanPlayReactionBattleLines, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_CanPlayReactionBattleLines::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanResumeBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanResumeBattle) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CanResumeBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanResumeBattle) == 0x00000B, "Wrong size on AC_jRPG_BattleManager_C_CanResumeBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_IsBattleEnding_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_IsLastStandActive_ReturnValue) == 0x000002, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_IsLastStandActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_Not_PreBool_ReturnValue_3) == 0x000006, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_BooleanAND_ReturnValue_2) == 0x000009, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanResumeBattle, CallFunc_BooleanAND_ReturnValue_3) == 0x00000A, "Member 'AC_jRPG_BattleManager_C_CanResumeBattle::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanRetryBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanRetryBattle) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CanRetryBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanRetryBattle) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_CanRetryBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanRetryBattle, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanRetryBattle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CanSendReserveTeam \ +static_assert(alignof(AC_jRPG_BattleManager_C_CanSendReserveTeam) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_CanSendReserveTeam"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CanSendReserveTeam) == 0x000068, "Wrong size on AC_jRPG_BattleManager_C_CanSendReserveTeam"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_IsLastStandActive_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_IsLastStandActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Map_Length_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Array_Get_Item) == 0x000018, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_IsDead_ReturnValue) == 0x000025, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_GetCustomGI_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_GetCharacterCollection_Characters) == 0x000040, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Not_PreBool_ReturnValue_1) == 0x000054, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Array_Length_ReturnValue_2) == 0x000058, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_BooleanAND_ReturnValue) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_Greater_IntInt_ReturnValue) == 0x000064, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_BooleanAND_ReturnValue_1) == 0x000065, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CanSendReserveTeam, CallFunc_BooleanAND_ReturnValue_2) == 0x000066, "Member 'AC_jRPG_BattleManager_C_CanSendReserveTeam::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges \ +static_assert(alignof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges) == 0x0000D0, "Wrong size on AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, InStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::InStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, OutStats) == 0x000050, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::OutStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, Temp_byte_Variable) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Map_Find_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, Temp_byte_Variable_1) == 0x0000B1, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B2, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Round64_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_Challenge_ApplyEnemyStatChanges::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride \ +static_assert(alignof(AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Challenge_GetHeroesDamageLimitOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier \ +static_assert(alignof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier) == 0x000070, "Wrong size on AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier, Value) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier, K2Node_MakeArray_Array) == 0x000050, "Member 'AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier, CallFunc_Format_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_Challenge_SetEnemyHealthMutliplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride \ +static_assert(alignof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride) == 0x000070, "Wrong size on AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride, Value) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride, K2Node_MakeArray_Array) == 0x000050, "Member 'AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride, CallFunc_Format_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_Challenge_SetHeroesDamageLimitOverride::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ChangeBattleMap \ +static_assert(alignof(AC_jRPG_BattleManager_C_ChangeBattleMap) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_ChangeBattleMap"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ChangeBattleMap) == 0x000590, "Wrong size on AC_jRPG_BattleManager_C_ChangeBattleMap"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, BattleMapActor) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::BattleMapActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, local_deltaTransform) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::local_deltaTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, local_currentCharacterFreeAimTargets) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::local_currentCharacterFreeAimTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, local_currentCharacterPreviousTransform) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::local_currentCharacterPreviousTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_DynamicCast_AsBP_Battle_Map) == 0x000118, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_DynamicCast_AsBP_Battle_Map' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_IsValid_ReturnValue) == 0x000121, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x000138, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Conv_StringToText_ReturnValue) == 0x000148, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_MakeStruct_FormatArgumentData) == 0x000168, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_MakeArray_Array) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, K2Node_MakeArray_Array_1) == 0x000208, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Format_ReturnValue) == 0x000218, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Format_ReturnValue_1) == 0x000228, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000238, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, Temp_int_Array_Index_Variable) == 0x00023C, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000240, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_GetActorOfClass_ReturnValue) == 0x000248, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_IsValid_ReturnValue_1) == 0x000250, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_GetAllCharacters_AllCharacters) == 0x000258, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Array_Get_Item) == 0x000268, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Array_Length_ReturnValue) == 0x000270, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_GetTransform_ReturnValue) == 0x000280, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Less_IntInt_ReturnValue) == 0x0002E0, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_MakeRelativeTransform_ReturnValue) == 0x0002F0, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_InvertTransform_ReturnValue) == 0x000350, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_InvertTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_MakeTransform_ReturnValue) == 0x0003B0, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000410, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_Not_PreBool_ReturnValue) == 0x000411, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform) == 0x000420, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType) == 0x000480, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000488, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeBattleMap, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000580, "Member 'AC_jRPG_BattleManager_C_ChangeBattleMap::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ChangeTeamMotivation \ +static_assert(alignof(AC_jRPG_BattleManager_C_ChangeTeamMotivation) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ChangeTeamMotivation"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ChangeTeamMotivation) == 0x000218, "Wrong size on AC_jRPG_BattleManager_C_ChangeTeamMotivation"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, Delta) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::Delta' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, ReasonText) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::ReasonText' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, Temp_bool_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_MakeLiteralText_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_Select_Default) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000130, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_FClamp_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeArray_Array) == 0x000188, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_Format_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, K2Node_MakeArray_Array_1) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_Format_ReturnValue_1) == 0x000200, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ChangeTeamMotivation, CallFunc_FClamp_Max_ImplicitCast) == 0x000210, "Member 'AC_jRPG_BattleManager_C_ChangeTeamMotivation::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CheckBattleEnd \ +static_assert(alignof(AC_jRPG_BattleManager_C_CheckBattleEnd) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_CheckBattleEnd"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CheckBattleEnd) == 0x000006, "Wrong size on AC_jRPG_BattleManager_C_CheckBattleEnd"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, BattleHasEnded) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, CallFunc_IsBattleEnding_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000003, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, CallFunc_Array_IsEmpty_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckBattleEnd, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x000005, "Member 'AC_jRPG_BattleManager_C_CheckBattleEnd::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CleanUpAfterBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_CleanUpAfterBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_CleanUpAfterBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CleanUpAfterBattle) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_CleanUpAfterBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CleanUpAfterBattle, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CleanUpAfterBattle::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CleanUpAfterBattle, CallFunc_GetJRPGControllerWorld_JRPG_Controller_1) == 0x000008, "Member 'AC_jRPG_BattleManager_C_CleanUpAfterBattle::CallFunc_GetJRPGControllerWorld_JRPG_Controller_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack \ +static_assert(alignof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_Array_Get_Item) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_CanDoDefensiveMove_CanDoDefensiveMove) == 0x000058, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_CanDoDefensiveMove_CanDoDefensiveMove' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack, CallFunc_BooleanOR_ReturnValue) == 0x000059, "Member 'AC_jRPG_BattleManager_C_ComputeCharactersForAOECounterAttack::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ComputeExtraLootItems \ +static_assert(alignof(AC_jRPG_BattleManager_C_ComputeExtraLootItems) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ComputeExtraLootItems"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ComputeExtraLootItems) == 0x0000E8, "Wrong size on AC_jRPG_BattleManager_C_ComputeExtraLootItems"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, local_currentEnemyScaling) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::local_currentEnemyScaling' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, local_itemsToLoot) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::local_itemsToLoot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, ItemsLootedLOCAL) == 0x000088, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::ItemsLootedLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, local_GoldAcquired) == 0x000098, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::local_GoldAcquired' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, local_ExperienceGained) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::local_ExperienceGained' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Map_Values_Values) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Map_Keys_Keys) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Array_Get_Item_1) == 0x0000D4, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeExtraLootItems, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_ComputeExtraLootItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation \ +static_assert(alignof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation) == 0x000500, "Wrong size on AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, DEBUG_ForShoot) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::DEBUG_ForShoot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, HasHitCharacter) == 0x000001, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::HasHitCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CharacterBattle) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, HitLocation) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, StartLocation) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, Temp_byte_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, Temp_byte_Variable_1) == 0x000041, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, Temp_bool_Variable) == 0x000042, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetAllPlayerCharacters_AllCharacters_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetAllPlayerCharacters_AllCharacters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetCameraLocation_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, K2Node_Select_Default) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetCameraRotation_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetForwardVector_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_LineTraceSingle_OutHit) == 0x000128, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_LineTraceSingle_ReturnValue) == 0x000220, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x000221, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x000222, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Time) == 0x000224, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Distance) == 0x000228, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Location) == 0x000230, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x000248, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Normal) == 0x000260, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x000278, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_PhysMat) == 0x000290, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitActor) == 0x000298, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitComponent) == 0x0002A0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitBoneName) == 0x0002A8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_BoneName) == 0x0002B0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitItem) == 0x0002B8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ElementIndex) == 0x0002BC, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_FaceIndex) == 0x0002C0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_TraceStart) == 0x0002C8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_TraceEnd) == 0x0002E0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_LineTraceSingle_OutHit_1) == 0x0002F8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_LineTraceSingle_ReturnValue_1) == 0x0003F0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_GetDisplayName_ReturnValue) == 0x0003F8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_Concat_StrStr_ReturnValue) == 0x000408, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000418, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000419, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Time_1) == 0x00041C, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Distance_1) == 0x000420, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Location_1) == 0x000428, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000440, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_Normal_1) == 0x000458, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000470, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_PhysMat_1) == 0x000488, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitActor_1) == 0x000490, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitComponent_1) == 0x000498, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitBoneName_1) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_BoneName_1) == 0x0004A8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_BoneName_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_HitItem_1) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_ElementIndex_1) == 0x0004B4, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_FaceIndex_1) == 0x0004B8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_TraceStart_1) == 0x0004C0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, CallFunc_BreakHitResult_TraceEnd_1) == 0x0004D8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0004F0, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation, K2Node_DynamicCast_bSuccess) == 0x0004F8, "Member 'AC_jRPG_BattleManager_C_ComputeFreeAim3rdPersonTargetLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ConsumeBattleItem \ +static_assert(alignof(AC_jRPG_BattleManager_C_ConsumeBattleItem) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_ConsumeBattleItem"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ConsumeBattleItem) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_ConsumeBattleItem"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConsumeBattleItem, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ConsumeBattleItem::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConsumeBattleItem, Amount) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ConsumeBattleItem::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConsumeBattleItem, CallFunc_FindBattleItemCount_Quantity) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_ConsumeBattleItem::CallFunc_FindBattleItemCount_Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConsumeBattleItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ConsumeBattleItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConsumeBattleItem, CallFunc_Max_ReturnValue) == 0x000014, "Member 'AC_jRPG_BattleManager_C_ConsumeBattleItem::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen \ +static_assert(alignof(AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen, AllCharacterData) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen::AllCharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen, CallFunc_Create_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_CreateBattleEndVictoryScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CreateBattleInterface \ +static_assert(alignof(AC_jRPG_BattleManager_C_CreateBattleInterface) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_CreateBattleInterface"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CreateBattleInterface) == 0x000120, "Wrong size on AC_jRPG_BattleManager_C_CreateBattleInterface"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_Create_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, K2Node_MakeArray_Array) == 0x000060, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000070, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_Format_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_MakeTransform_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_GetQTEManager_QTEManager) == 0x000108, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CreateBattleInterface, CallFunc_FinishSpawningActor_ReturnValue) == 0x000110, "Member 'AC_jRPG_BattleManager_C_CreateBattleInterface::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll \ +static_assert(alignof(AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll, NewValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_DEBUG_CVarChange_BattleLine_SkipRoll::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName \ +static_assert(alignof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName) == 0x000078, "Wrong size on AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, Name_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, AC_jRPG_CharacterStats) == 0x000018, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::AC_jRPG_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Replace_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, Temp_int_Array_Index_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_Conv_NameToString_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_EqualEqual_StriStri_ReturnValue_1) == 0x000071, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_EqualEqual_StriStri_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName, CallFunc_BooleanOR_ReturnValue) == 0x000072, "Member 'AC_jRPG_BattleManager_C_DEBUG_FindPlayerCharacterByName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName \ +static_assert(alignof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName) == 0x000178, "Wrong size on AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, _className) == 0x000000, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::_className' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, BattleBuffInstanceClass) == 0x000010, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::BattleBuffInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, local_buffClass) == 0x000018, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::local_buffClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, Temp_bool_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_EndsWith_ReturnValue) == 0x000021, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_EndsWith_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_Select_Default) == 0x000038, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_IsPackagedBuild_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_DebugFindClassByName_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_DebugFindClassByName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_MakeArray_Array) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_ClassDynamicCast_bSuccess) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_IsValidClass_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_ClassIsChildOf_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, K2Node_MakeArray_Array_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'AC_jRPG_BattleManager_C_DEBUG_GetBattleBuffClassByName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns \ +static_assert(alignof(AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns, debugStr) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns::debugStr' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns, outStr) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Debug_PrintCharacterTurns::outStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Debug_PrintToCategory \ +static_assert(alignof(AC_jRPG_BattleManager_C_Debug_PrintToCategory) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Debug_PrintToCategory"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Debug_PrintToCategory) == 0x0003A8, "Wrong size on AC_jRPG_BattleManager_C_Debug_PrintToCategory"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, Temp_wildcard_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_GetDebugText_Result) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_GetDebugText_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeArray_Array) == 0x000138, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_StringToText_ReturnValue) == 0x000148, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Format_ReturnValue) == 0x000158, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_3) == 0x000168, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, Temp_wildcard_Variable_1) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_IsValid_ReturnValue_1) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_GetDebugText_Result_1) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_GetDebugText_Result_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Array_Length_ReturnValue) == 0x000200, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Less_IntInt_ReturnValue) == 0x000204, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_BoolToText_ReturnValue) == 0x000208, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000218, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_4) == 0x000228, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_5) == 0x000270, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_SelectString_ReturnValue) == 0x0002B8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_SelectString_ReturnValue_1) == 0x0002C8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002D8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0002E8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002F8, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeStruct_FormatArgumentData_7) == 0x000340, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, K2Node_MakeArray_Array_2) == 0x000388, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Debug_PrintToCategory, CallFunc_Format_ReturnValue_2) == 0x000398, "Member 'AC_jRPG_BattleManager_C_Debug_PrintToCategory::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline \ +static_assert(alignof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline) == 0x0009A8, "Wrong size on AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_currentCharacterHalfWidth) == 0x000000, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_currentCharacterHalfWidth' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_widthMultiplier) == 0x000008, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_widthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_currentFinalLocation) == 0x000010, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_currentFinalLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_sortedEnemies) == 0x000028, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_sortedEnemies' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_distanceToFirstCharacter) == 0x000038, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_distanceToFirstCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_currentSpawnedDistanceSum) == 0x000040, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_currentSpawnedDistanceSum' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_centerCharacterRadiusSum) == 0x000048, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_centerCharacterRadiusSum' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_radiusSum) == 0x000050, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_radiusSum' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_radiusList) == 0x000058, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_radiusList' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_centerEnemy) == 0x000068, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_centerEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, local_SortedCharacters) == 0x000070, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::local_SortedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeArray_Array) == 0x000140, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Format_ReturnValue) == 0x000150, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Array_Index_Variable) == 0x000160, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Array_Index_Variable_1) == 0x000164, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Loop_Counter_Variable_1) == 0x000168, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x00016C, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Array_Index_Variable_2) == 0x000170, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetAlliesSpots_Array) == 0x000178, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetAlliesSpots_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item) == 0x000188, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000190, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetBoolCVar_ReturnValue) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtTime_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtTime_ReturnValue_1) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtTime_ReturnValue_2) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtTime_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_2) == 0x000200, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, Temp_int_Loop_Counter_Variable_2) == 0x000248, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item_1) == 0x000250, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item_2) == 0x000258, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000260, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000270, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_3) == 0x000280, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002C8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetCharacterRadiusForPlacement_ReturnValue) == 0x000310, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetCharacterRadiusForPlacement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000318, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000320, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_5) == 0x000328, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_6) == 0x000370, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0003B8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeArray_Array_1) == 0x0003C8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_7) == 0x0003D8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Format_ReturnValue_1) == 0x000420, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetComponentBounds_Origin) == 0x000430, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetComponentBounds_BoxExtent) == 0x000448, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetComponentBounds_SphereRadius) == 0x000460, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakVector_X) == 0x000468, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakVector_Y) == 0x000470, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakVector_Z) == 0x000478, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetCharacterRadiusForPlacement_ReturnValue_1) == 0x000480, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetCharacterRadiusForPlacement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_MakeVector_ReturnValue) == 0x000488, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Length_ReturnValue) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Length_ReturnValue_1) == 0x0004A4, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Less_IntInt_ReturnValue) == 0x0004A8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Less_IntInt_ReturnValue_1) == 0x0004A9, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_IntInt_ReturnValue_2) == 0x0004AC, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_8) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_9) == 0x0004F8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_AdaptSpawnedCharacterLocation_GroundLocation) == 0x000540, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_AdaptSpawnedCharacterLocation_GroundLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_VectorVector_ReturnValue) == 0x000558, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_FindLookAtRotation_ReturnValue) == 0x000570, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000588, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000680, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakRotator_Roll) == 0x000684, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakRotator_Pitch) == 0x000688, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_BreakRotator_Yaw) == 0x00068C, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_MakeRotator_ReturnValue) == 0x000690, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_10) == 0x0006A8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0006F0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_11) == 0x0006F8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetEnemyIndexesLeftToRight_IndexMapping) == 0x000740, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetEnemyIndexesLeftToRight_IndexMapping' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000750, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item_3) == 0x000754, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_12) == 0x000758, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Length_ReturnValue_2) == 0x0007A0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Less_IntInt_ReturnValue_2) == 0x0007A4, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetSplineLength_ReturnValue_1) == 0x0007A8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_13) == 0x0007B0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0007F8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeArray_Array_2) == 0x000800, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000810, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Format_ReturnValue_2) == 0x000818, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000828, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000830, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_14) == 0x000838, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000880, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeArray_Array_3) == 0x000888, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Format_ReturnValue_3) == 0x000898, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeStruct_FormatArgumentData_15) == 0x0008A8, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, K2Node_MakeArray_Array_4) == 0x0008F0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000900, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Format_ReturnValue_4) == 0x000908, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000918, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000920, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item_4) == 0x000938, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x000940, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000948, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetAllEnemies_Enemies) == 0x000950, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetAllEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000960, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Get_Item_5) == 0x000968, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Not_PreBool_ReturnValue) == 0x000970, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_IsValid_ReturnValue) == 0x000971, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Array_Add_ReturnValue) == 0x000974, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000978, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtTime_Time_ImplicitCast) == 0x000980, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtTime_Time_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000984, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_MakeVector_Z_ImplicitCast) == 0x000988, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000990, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_Divide_DoubleDouble_A_ImplicitCast_1) == 0x000998, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_Divide_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x0009A0, "Member 'AC_jRPG_BattleManager_C_DispatchEnemiesAlongSpline::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_EnableFreeAimControls \ +static_assert(alignof(AC_jRPG_BattleManager_C_EnableFreeAimControls) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_EnableFreeAimControls"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_EnableFreeAimControls) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_EnableFreeAimControls"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_EnableFreeAimControls, FreeAimType) == 0x000000, "Member 'AC_jRPG_BattleManager_C_EnableFreeAimControls::FreeAimType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_End_Character_Turn \ +static_assert(alignof(AC_jRPG_BattleManager_C_End_Character_Turn) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_End_Character_Turn"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_End_Character_Turn) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_End_Character_Turn"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_End_Character_Turn, UsedInitiative) == 0x000000, "Member 'AC_jRPG_BattleManager_C_End_Character_Turn::UsedInitiative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager \ +static_assert(alignof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager) == 0x002730, "Wrong size on AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, EntryPoint) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable) == 0x000019, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_1) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_2) == 0x000050, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_TryStartJump_Success) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_TryStartJump_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_2) == 0x000070, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_3) == 0x000078, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_3) == 0x000088, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_3) == 0x00008C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_4) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x000094, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x000098, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_2) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_4) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_5) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_4) == 0x0000D4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_5) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_3) == 0x0000DC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_5) == 0x0000E4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000EC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_4) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_1) == 0x0000F4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_2) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_5) == 0x000104, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_6) == 0x000108, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_6) == 0x00010C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Variable) == 0x000110, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_7) == 0x000114, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_7) == 0x000118, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_6) == 0x00011C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_6) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_7) == 0x000130, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000134, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_6) == 0x000138, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_8) == 0x00013C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_8) == 0x000140, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_8) == 0x000144, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_9) == 0x000148, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_9) == 0x00014C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_9) == 0x000150, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_10) == 0x000154, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_10) == 0x000158, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_10) == 0x00015C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_11) == 0x000160, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_3) == 0x000168, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_11) == 0x000170, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_TryStartParry_Success) == 0x000174, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_TryStartParry_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_11) == 0x000178, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_12) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_4) == 0x000180, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_TryStartGradientParry_Success) == 0x000188, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_TryStartGradientParry_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_12) == 0x00018C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_12) == 0x000190, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_13) == 0x000194, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_13) == 0x000198, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_13) == 0x00019C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_14) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_15) == 0x0001A4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_14) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001AC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_15) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_14) == 0x0001B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_15) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_5) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_TryStartDodge_Success) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_TryStartDodge_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate) == 0x0001CC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_16) == 0x0001DC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_16) == 0x0001E4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_16) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_17) == 0x0001EC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_6) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_FlushAdditionalTurnEndEvent_Value) == 0x000208, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_FlushAdditionalTurnEndEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData) == 0x000210, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array) == 0x000258, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_5) == 0x000268, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue) == 0x000270, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_17) == 0x000280, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_7) == 0x000288, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000290, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0002A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_1) == 0x0002B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_1) == 0x000300, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_2) == 0x000310, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_1) == 0x000320, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_2) == 0x000330, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_18) == 0x000340, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction) == 0x000348, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue) == 0x000350, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_2) == 0x000358, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_6) == 0x000359, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_18) == 0x00035C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_19) == 0x000360, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_19) == 0x000364, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_17) == 0x000368, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_8) == 0x00036C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_20) == 0x000370, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_21) == 0x000374, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_20) == 0x000378, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_21) == 0x00037C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_18) == 0x000380, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x000384, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MultiGate_FirstRun) == 0x000394, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MultiGate_ScratchBool) == 0x000395, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MultiGate_ScratchIndex) == 0x000398, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_19) == 0x00039C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_20) == 0x0003A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0003A4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue) == 0x0003A5, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_WriteCurrentScreenToRenderTarget_ReturnValue) == 0x0003A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_WriteCurrentScreenToRenderTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_3) == 0x0003B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x0003B1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_21) == 0x0003B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_22) == 0x0003B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_22) == 0x0003BC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_22) == 0x0003C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_9) == 0x0003C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_7) == 0x0003E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_23) == 0x0003EC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_23) == 0x0003F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_23) == 0x0003F4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_10) == 0x0003F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_7) == 0x000408, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_8) == 0x000410, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDisplayName_ReturnValue) == 0x000418, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_7) == 0x000428, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue) == 0x000430, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_2) == 0x000440, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_3) == 0x000488, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDisplayName_ReturnValue_1) == 0x000498, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_3) == 0x0004A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_3) == 0x0004C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_4) == 0x000510, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsMovingTowardsInitialLocation_ReturnValue) == 0x000520, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsMovingTowardsInitialLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_4) == 0x000528, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsAtInitialLocation_ReturnValue) == 0x000538, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsAtInitialLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_1) == 0x000539, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_24) == 0x00053C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000540, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_24) == 0x000548, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000550, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_2) == 0x000560, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_1) == 0x000568, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_1) == 0x000570, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_4) == 0x000578, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000580, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_2) == 0x000590, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_2) == 0x000598, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_5) == 0x0005A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0005A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_2) == 0x0005B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_3) == 0x0005C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_3) == 0x0005C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_6) == 0x0005D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_2) == 0x0005D1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_4) == 0x0005D4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Temp_buffer_array_Variable) == 0x0005E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0005F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_9) == 0x000608, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_3) == 0x00060C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_25) == 0x000610, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_25) == 0x000614, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_24) == 0x000618, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_11) == 0x000620, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_8) == 0x000630, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_10) == 0x000638, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_8) == 0x00063C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_4) == 0x00063D, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue) == 0x000640, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_5) == 0x000648, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_26) == 0x00064C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_9) == 0x000650, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_26) == 0x000654, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_25) == 0x000658, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_26) == 0x00065C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_9) == 0x000660, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_5) == 0x000668, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_6) == 0x000678, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_7) == 0x000679, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_27) == 0x00067C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_27) == 0x000680, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_27) == 0x000684, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_8) == 0x000688, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_28) == 0x00068C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_28) == 0x000690, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_28) == 0x000694, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_9) == 0x000698, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_10) == 0x000699, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_29) == 0x00069C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_29) == 0x0006A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_29) == 0x0006A4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_11) == 0x0006A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_30) == 0x0006AC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_30) == 0x0006B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_30) == 0x0006B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Create_ReturnValue) == 0x0006B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_12) == 0x0006C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_31) == 0x0006C4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_3) == 0x0006C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_12) == 0x0006D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0006D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_6) == 0x0006E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_4) == 0x0006F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_5) == 0x000740, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_5) == 0x000750, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_5) == 0x000760, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_6) == 0x0007A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_13) == 0x0007B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_6) == 0x0007C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_14) == 0x0007D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_31) == 0x0007D4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_31) == 0x0007D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_32) == 0x0007DC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_4) == 0x0007E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_4) == 0x0007E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_7) == 0x0007F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x0007F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x000808, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_33) == 0x000818, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_32) == 0x00081C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_32) == 0x000820, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_34) == 0x000824, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_13) == 0x000828, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_10) == 0x000838, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_11) == 0x000840, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_10) == 0x000844, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_FreeAimType) == 0x000845, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_FreeAimType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000846, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsDead_ReturnValue) == 0x000847, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_2) == 0x000848, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue) == 0x000850, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_1) == 0x000858, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_2) == 0x000860, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_K2_GetPawn_ReturnValue) == 0x000868, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x000870, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Get_Game_Director_Component_ReturnValue_1) == 0x000878, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Get_Game_Director_Component_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_3) == 0x000880, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000888, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_4) == 0x000890, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_5) == 0x000898, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_1) == 0x0008A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetUINavigationComponent_ReturnValue) == 0x0008A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetUINavigationComponent_ReturnValue_1) == 0x0008B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetUINavigationComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetTargetingManager_ReturnValue) == 0x0008B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_6) == 0x0008C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_2) == 0x0008C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_7) == 0x0008D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_3) == 0x0008E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue) == 0x0008E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_3) == 0x0008E9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsGamePaused_ReturnValue) == 0x0008EA, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue) == 0x0008EB, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_4) == 0x0008EC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_BattleStartParams) == 0x0008F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_BattleStartParams' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_7) == 0x000A48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000A50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_1) == 0x000A58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_Battle_Map) == 0x000A60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_Battle_Map' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess) == 0x000A68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDisplayName_ReturnValue_2) == 0x000A70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000A80, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000A90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000AA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_6) == 0x000AB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_7) == 0x000AF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_NameToText_ReturnValue) == 0x000B40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_8) == 0x000B50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_7) == 0x000B98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_11) == 0x000BA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_7) == 0x000BB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue_2) == 0x000BC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters) == 0x000BC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_33) == 0x000BD8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_33) == 0x000BDC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters_1) == 0x000BE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_12) == 0x000BF0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000BF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue_3) == 0x000C10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartLatentAction_AsyncAction) == 0x000C18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartLatentAction_AsyncAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartLatentAction_AsyncAction_1) == 0x000C20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartLatentAction_AsyncAction_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_TransitionIntroLatentAction) == 0x000C28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_TransitionIntroLatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_object_Variable) == 0x000C30, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsSound_Base) == 0x000C38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsSound_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_1) == 0x000C40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartLatentAction_AsyncAction_2) == 0x000C48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartLatentAction_AsyncAction_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_4) == 0x000C50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_34) == 0x000C58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_34) == 0x000C5C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_5) == 0x000C60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanStartBattle_ReturnValue) == 0x000C68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanStartBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Loaded) == 0x000C70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_8) == 0x000C78, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000C88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_6) == 0x000C90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCameraLocation_ReturnValue) == 0x000C98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction) == 0x000CB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_2) == 0x000CB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCustomGI_ReturnValue) == 0x000CC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SetGamePaused_ReturnValue) == 0x000CC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SetGamePaused_ReturnValue_1) == 0x000CC9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_7) == 0x000CD0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_3) == 0x000CD8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x000CE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters_2) == 0x000CE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharactersToProcess) == 0x000CF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharactersToProcess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_6) == 0x000D08, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_4) == 0x000D10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000D18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetEnableCameraMovement_ReturnValue) == 0x000D20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetEnableCameraMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_5) == 0x000D21, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_9) == 0x000D24, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_10) == 0x000D34, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_8) == 0x000D48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_7) == 0x000D58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_8) == 0x000D60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_HasOutstandingDataLayerActivation_ReturnValue) == 0x000D68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_HasOutstandingDataLayerActivation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_6) == 0x000D69, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_HasOutstandingLoading_ReturnValue) == 0x000D6A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_HasOutstandingLoading_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_7) == 0x000D6B, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_11) == 0x000D6C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue_4) == 0x000D7C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_5) == 0x000D80, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_13) == 0x000D88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_12) == 0x000D94, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_11) == 0x000D98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_9) == 0x000DA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000DA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_35) == 0x000DAC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterName_1) == 0x000DB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterName_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue) == 0x000DC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats) == 0x000DC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_13) == 0x000DD0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Subtract_IntInt_ReturnValue) == 0x000DD4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Max_ReturnValue) == 0x000DD8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_On_Action_Finished_HasMoreActions) == 0x000DDC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Ignore) == 0x000DDD, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Ignore' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Character_4) == 0x000DE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Character_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Amount_1) == 0x000DF0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Amount_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_14) == 0x000DF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_1) == 0x000E00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_1) == 0x000E08, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_14) == 0x000E10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_NewHPValue) == 0x000E14, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_NewHPValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_12) == 0x000E18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000E20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_BuffBPClass_1) == 0x000E28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_BuffBPClass_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_15) == 0x000E38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000E40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_9) == 0x000E50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_9) == 0x000E98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_GetBattleBuffClassByName_BattleBuffInstanceClass) == 0x000EA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_GetBattleBuffClassByName_BattleBuffInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_8) == 0x000EB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValidClass_ReturnValue) == 0x000EC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_15) == 0x000EC4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_13) == 0x000EC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_16) == 0x000ED0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_16) == 0x000ED8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_6) == 0x000EE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_14) == 0x000EE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_12) == 0x000EEC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_17) == 0x000F00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ActivateBuff_Success) == 0x000F08, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Amount) == 0x000F0C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_18) == 0x000F10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_19) == 0x000F18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_17) == 0x000F20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_15) == 0x000F24, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_20) == 0x000F28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_21) == 0x000F30, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_5) == 0x000F38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_5) == 0x000F40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput) == 0x000F48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt) == 0x000F58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit) == 0x000F60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess) == 0x000F61, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess) == 0x000F62, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess_) == 0x000F63, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages) == 0x000F68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_8) == 0x000F70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_HP) == 0x000F74, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_HP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000F78, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MultiGate_1_FirstRun) == 0x000F80, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MultiGate_1_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_18) == 0x000F84, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_22) == 0x000F88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_AllyName) == 0x000F90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_AllyName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_BuffBPClass) == 0x000FA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_BuffBPClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_GetBattleBuffClassByName_BattleBuffInstanceClass_1) == 0x000FB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_GetBattleBuffClassByName_BattleBuffInstanceClass_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_2) == 0x000FB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_2) == 0x000FC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_7) == 0x000FC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_23) == 0x000FD0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterName) == 0x000FD8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ActivateBuff_Success_1) == 0x000FE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ActivateBuff_Success_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_3) == 0x000FE9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_3) == 0x000FF0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterID) == 0x000FF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_PerfectionChange) == 0x001008, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_PerfectionChange' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_1) == 0x001010, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt_1) == 0x001020, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit_1) == 0x001028, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess_1) == 0x001029, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess_1) == 0x00102A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess__1) == 0x00102B, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess__1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages_1) == 0x001030, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_4) == 0x001038, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_4) == 0x001040, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_DEBUG_FindPlayerCharacterByName_AC_jRPG_CharacterStats_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetOwner_ReturnValue) == 0x001048, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_ShieldAmount) == 0x001050, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_ShieldAmount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetComponentByClass_ReturnValue) == 0x001058, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_24) == 0x001060, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_19) == 0x001068, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_15) == 0x00106C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Damages) == 0x001070, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Damages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_25) == 0x001078, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_26) == 0x001080, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x001088, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_20) == 0x0010A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_2) == 0x0010A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt_2) == 0x0010B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit_2) == 0x0010C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess_2) == 0x0010C1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess_2) == 0x0010C2, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess__2) == 0x0010C3, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess__2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages_2) == 0x0010C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_16) == 0x0010D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_36) == 0x0010D4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Target_1) == 0x0010D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Target_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Source_2) == 0x0010E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Source_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0010E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_3) == 0x0010F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt_3) == 0x001100, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit_3) == 0x001108, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess_3) == 0x001109, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess_3) == 0x00110A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess__3) == 0x00110B, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess__3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages_3) == 0x001110, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_13) == 0x001118, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_27) == 0x001128, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_28) == 0x001130, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_6) == 0x001138, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_6) == 0x001140, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_9) == 0x001148, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_35) == 0x00114C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_10) == 0x001150, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_11) == 0x001151, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_12) == 0x001152, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x001158, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_2) == 0x001160, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking) == 0x001161, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes) == 0x001168, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_1) == 0x001178, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_3) == 0x001180, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking_1) == 0x001181, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes_1) == 0x001188, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_2) == 0x001198, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_4) == 0x0011A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking_2) == 0x0011A1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes_2) == 0x0011A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_35) == 0x0011B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_13) == 0x0011BC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_3) == 0x0011C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_5) == 0x0011C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x0011D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking_3) == 0x0011E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes_3) == 0x0011E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_10) == 0x0011F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_29) == 0x001240, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_21) == 0x001248, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsLockedByDefensiveMoveTimer_IsLocked) == 0x00124C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsLockedByDefensiveMoveTimer_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_17) == 0x00124D, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_8) == 0x00124E, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_30) == 0x001250, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_22) == 0x001258, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_18) == 0x00125C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Add_ReturnValue) == 0x001260, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_DebugReason_1) == 0x001268, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_DebugReason_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_11) == 0x001278, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_10) == 0x0012C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_9) == 0x0012D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_wildcard_Variable_14) == 0x0012E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_wildcard_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_31) == 0x0012F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_32) == 0x0012F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_23) == 0x001300, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_24) == 0x001304, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_19) == 0x001308, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_20) == 0x001309, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Contains_ReturnValue) == 0x00130A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_33) == 0x001310, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_9) == 0x001318, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_25) == 0x00131C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_21) == 0x001320, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Contains_ReturnValue_1) == 0x001321, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_10) == 0x001322, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_10) == 0x001328, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsInBattle_ReturnValue) == 0x001330, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_36) == 0x001334, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_22) == 0x001338, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_36) == 0x00133C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ConcatActors_Result) == 0x001340, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ConcatActors_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ConcatActors_Result_1) == 0x001350, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ConcatActors_Result_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_12) == 0x001360, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_13) == 0x0013A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_26) == 0x0013F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_27) == 0x0013F4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0013F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x001400, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_14) == 0x001408, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_15) == 0x001450, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_11) == 0x001498, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_10) == 0x0014A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam) == 0x0014B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_11) == 0x0014B9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_12) == 0x0014BA, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_WantedDefense) == 0x0014BB, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_WantedDefense' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0014BC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_11) == 0x0014C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsInBattle_ReturnValue_1) == 0x0014C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsInBattle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_1) == 0x0014C9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_14) == 0x0014CC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_13) == 0x0014DC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_14) == 0x0014DD, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_14) == 0x0014DE, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_4) == 0x0014E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_6) == 0x0014E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking_4) == 0x0014E9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes_4) == 0x0014F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_7) == 0x001500, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_7) == 0x001508, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_15) == 0x001510, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_4) == 0x001511, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_5) == 0x001518, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_16) == 0x001520, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_5) == 0x001528, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_7) == 0x001530, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_IsAttacking_5) == 0x001531, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_IsAttacking_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Is_Attacking_Heroes_TargetedHeroes_5) == 0x001538, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Is_Attacking_Heroes_TargetedHeroes_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x001548, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_3) == 0x001558, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_15) == 0x00155C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetActiveCharacter_CurrentCharacter) == 0x001570, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetActiveCharacter_CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x001578, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_UpdateVisibilityAndBindingsFromTargets_IsVisible) == 0x001579, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_UpdateVisibilityAndBindingsFromTargets_IsVisible' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_15) == 0x00157A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_1) == 0x00157B, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_16) == 0x00157C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_16) == 0x001580, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_EngageType) == 0x001590, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_EngageType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_SwitchEnum_CmpSuccess) == 0x001591, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Character_3) == 0x001598, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Character_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Character_2) == 0x0015A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Character_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Enemy_2) == 0x0015A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Enemy_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_4) == 0x0015B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_16) == 0x0015C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_5) == 0x001608, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_12) == 0x001618, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_17) == 0x001628, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_11) == 0x001670, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_13) == 0x001680, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_12) == 0x001690, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x0016A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Character_1) == 0x0016A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Enemy_1) == 0x0016B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Enemy_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_DodgeInfo) == 0x0016B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_DodgeInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsSet_IsSet) == 0x0016C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsSet_IsSet' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_37) == 0x0016C4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_34) == 0x0016C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_4) == 0x0016D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt_4) == 0x0016E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit_4) == 0x0016E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess_4) == 0x0016E9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess_4) == 0x0016EA, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess__4) == 0x0016EB, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess__4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages_4) == 0x0016F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsSet_IsSet_1) == 0x0016F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsSet_IsSet_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_ParryInfo) == 0x001700, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_ParryInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Character) == 0x001708, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Enemy) == 0x001710, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Enemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_DefendInfo) == 0x001718, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_DefendInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsSet_IsSet_2) == 0x001720, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsSet_IsSet_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_12) == 0x001728, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_13) == 0x001730, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_14) == 0x001738, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsEmpty_ReturnValue) == 0x001740, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x001741, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanOR_ReturnValue) == 0x001742, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllAliveCharacters_AllCharacters_1) == 0x001748, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllAliveCharacters_AllCharacters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Source_1) == 0x001758, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Source_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Target) == 0x001760, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Target' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_35) == 0x001768, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_28) == 0x001770, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_14) == 0x001778, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_23) == 0x001788, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanResumeBattle_ReturnValue) == 0x001789, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanResumeBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanResumeBattle_ReturnValue_1) == 0x00178A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanResumeBattle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllAliveCharacters_AllCharacters_2) == 0x001790, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllAliveCharacters_AllCharacters_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_37) == 0x0017A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_24) == 0x0017A4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_37) == 0x0017A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetUINavigationComponent_ReturnValue_2) == 0x0017B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetUINavigationComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetOwner_ReturnValue_1) == 0x0017B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0017C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0017C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_8) == 0x0017E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_8) == 0x0017E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_17) == 0x0017F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_TargetCharacterStats) == 0x0017F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CounteringCharacterStats) == 0x001800, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CounteringCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Skill) == 0x001808, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeTransform_ReturnValue) == 0x001810, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetOwner_ReturnValue_2) == 0x001870, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x001878, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid) == 0x001880, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_6) == 0x001888, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_15) == 0x001898, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_18) == 0x0018A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetOwner_ReturnValue_3) == 0x0018F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x0018F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x001900, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_7) == 0x001908, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x001918, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_19) == 0x001930, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x001978, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_16) == 0x001980, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2) == 0x001990, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_2) == 0x001998, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_13) == 0x0019A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_18) == 0x0019B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_19) == 0x0019B1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetSequencePlayer_ReturnValue) == 0x0019B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetBattleManager_ReturnValue) == 0x0019C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0019C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_17) == 0x0019D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x0019E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_9) == 0x0019E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_9) == 0x0019F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PlayAnimMontage_ReturnValue) == 0x0019F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x001A00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_20) == 0x001A08, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x001A10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x001A18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_5) == 0x001A20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_TargetedCharacters) == 0x001A28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Source) == 0x001A38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Source' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_SkillClass) == 0x001A40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_SkillClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_18) == 0x001A48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x001A58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_FinishSpawningActor_ReturnValue) == 0x001A60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3) == 0x001A68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_3) == 0x001A70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_19) == 0x001A74, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetReferenceCounterState_ReturnValue) == 0x001A84, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_17) == 0x001A85, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent__isActive) == 0x001A86, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent__isActive' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_18) == 0x001A87, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_15) == 0x001A88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CheckBattleEnd_BattleHasEnded) == 0x001A90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CheckBattleEnd_BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_8) == 0x001A98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_20) == 0x001AA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_36) == 0x001AF0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_17) == 0x001B00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_14) == 0x001B10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_29) == 0x001B20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_25) == 0x001B24, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_37) == 0x001B28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_30) == 0x001B38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_26) == 0x001B3C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_4) == 0x001B3D, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_38) == 0x001B40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_31) == 0x001B50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_27) == 0x001B54, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PrepareForBackupTeam_BackupTeam) == 0x001B58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PrepareForBackupTeam_BackupTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PrepareForBackupTeam_ClassesToLoad) == 0x001B68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PrepareForBackupTeam_ClassesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_39) == 0x001B78, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_39' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_32) == 0x001B80, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterByID_CharacterData) == 0x001B88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_28) == 0x001B90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_33) == 0x001B94, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex) == 0x001B98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Spawn_Player_Character_SpawnedCharacter) == 0x001BA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Spawn_Player_Character_SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Add_ReturnValue_1) == 0x001BA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanResumeBattle_ReturnValue_2) == 0x001BAC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanResumeBattle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_16) == 0x001BB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_17) == 0x001BB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_ShouldSendReserve) == 0x001BC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_ShouldSendReserve' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_HasOutstandingLoading_ReturnValue_1) == 0x001BC1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_HasOutstandingLoading_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_19) == 0x001BC2, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_20) == 0x001BC4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_21) == 0x001BD4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanSendReserveTeam_ReturnValue) == 0x001BE4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanSendReserveTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetGameInstance_ReturnValue) == 0x001BE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x001BF0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_8) == 0x001BF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCustomGI_ReturnValue_1) == 0x001C00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_CameraAnimationParams) == 0x001C08, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_8) == 0x001C50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Map_Find_Value) == 0x001C58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Map_Find_ReturnValue) == 0x001C68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDataTableRowFromName_OutRow) == 0x001C70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x001C88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Random_OutItem) == 0x001C90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Random_OutIndex) == 0x001C98, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x001C9C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_BattleEndResult_1) == 0x001C9D, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_BattleEndResult_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x001C9E, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_BattleEndResult) == 0x001C9F, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_BattleEndResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x001CA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x001CB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_5) == 0x001CB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_21) == 0x001CC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_18) == 0x001D10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_20) == 0x001D20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_15) == 0x001D28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetEncounterDataTableRow_Found) == 0x001D38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetEncounterDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetEncounterDataTableRow_EncounterData) == 0x001D40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetEncounterDataTableRow_EncounterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_FindActiveSkillSequenceBP_EpicSequenceBP) == 0x001DA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_FindActiveSkillSequenceBP_EpicSequenceBP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_21) == 0x001DA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetSequence_ReturnValue) == 0x001DB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_9) == 0x001DB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x001DC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_22) == 0x001DD0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_19) == 0x001E18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_16) == 0x001E28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralDouble_ReturnValue_2) == 0x001E38, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x001E40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralDouble_ReturnValue_3) == 0x001E48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x001E50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x001E58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_40) == 0x001E60, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_40' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_41) == 0x001E68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_41' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_4) == 0x001E70, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_4) == 0x001E78, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_5) == 0x001E80, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_5) == 0x001E88, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_34) == 0x001E8C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_29) == 0x001E90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_22) == 0x001E94, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartLatentAction_AsyncAction_3) == 0x001EA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartLatentAction_AsyncAction_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartLatentAction_AsyncAction_4) == 0x001EB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartLatentAction_AsyncAction_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_WaitAsyncAction_ReturnValue) == 0x001EB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_WaitAsyncAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_WaitAsyncAction_ReturnValue_1) == 0x001EC0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_WaitAsyncAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_22) == 0x001EC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_23) == 0x001EC9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Variable_1) == 0x001ECC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_42) == 0x001ED0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_42' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_6) == 0x001ED8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_6) == 0x001EE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_35) == 0x001EE4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_30) == 0x001EE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_23) == 0x001EEC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_SwitchEnum_CmpSuccess_1) == 0x001EFC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_24) == 0x001F00, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsDead_ReturnValue_1) == 0x001F10, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsDead_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_38) == 0x001F14, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_43) == 0x001F18, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_43' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_24) == 0x001F20, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_SwitchEnum_CmpSuccess_2) == 0x001F21, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_S_InteractiveMusicParameters_1) == 0x001F28, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_S_InteractiveMusicParameters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCustomGI_ReturnValue_2) == 0x001F40, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_EqualsObjects_ReturnValue) == 0x001F48, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_4) == 0x001F50, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_25) == 0x001F58, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_OnCharacterTurnEnd_self_CastInput) == 0x001F68, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_OnCharacterTurnEnd_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_5) == 0x001F78, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_26) == 0x001F7C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x001F8C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_2) == 0x001F8D, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CheckBattleEnd_BattleHasEnded_1) == 0x001F8E, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CheckBattleEnd_BattleHasEnded_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_44) == 0x001F90, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_44' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_36) == 0x001FA0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_31) == 0x001FA4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x001FA8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_25) == 0x001FB0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllAliveCharacters_AllCharacters_3) == 0x001FB8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllAliveCharacters_AllCharacters_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_38) == 0x001FC8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_AddUnique_ReturnValue) == 0x001FCC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_32) == 0x001FD0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Add_IntInt_ReturnValue_38) == 0x001FD4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Add_IntInt_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsEmpty_ReturnValue_2) == 0x001FD8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterBase) == 0x001FE0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetDisplayName_ReturnValue_3) == 0x001FE8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_RemoveItem_ReturnValue) == 0x001FF8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_StringToText_ReturnValue_6) == 0x002000, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_BoolToText_ReturnValue) == 0x002010, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_23) == 0x002020, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_24) == 0x002068, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0020B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_SwitchEnum_CmpSuccess_3) == 0x0020B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PlayCameraAnimation_ReturnValue) == 0x0020BA, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PlayCameraAnimation_ReturnValue_1) == 0x0020BE, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PlayCameraAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Create_ReturnValue_1) == 0x0020C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_27) == 0x0020D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0020E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_MovementComponent) == 0x0020E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ConcatenateDisplayNames_Result) == 0x0020F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_37) == 0x002100, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_25) == 0x002108, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x002150, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetOwner_ReturnValue_4) == 0x002158, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_26) == 0x002160, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0021A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_9) == 0x0021B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_20) == 0x0021B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_17) == 0x0021C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsEmpty_ReturnValue_3) == 0x0021D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_21) == 0x0021E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_18) == 0x0021F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_28) == 0x002200, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_3) == 0x002210, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_DebugReason) == 0x002218, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x002228, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Concat_StrStr_ReturnValue_4) == 0x002238, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_6) == 0x002248, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_8) == 0x002250, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_29) == 0x002258, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters_3) == 0x002268, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_S_InteractiveMusicParameters_2) == 0x002278, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_S_InteractiveMusicParameters_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsNotEmpty_ReturnValue_5) == 0x002290, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsNotEmpty_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters_4) == 0x002298, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_45) == 0x0022A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_45' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_38) == 0x0022B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_33) == 0x0022B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralString_ReturnValue) == 0x0022B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_10) == 0x0022C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_10) == 0x0022D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_26) == 0x0022D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0022E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_6) == 0x0022F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_10) == 0x0022F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_11) == 0x002300, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_11) == 0x002308, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Acquire_Targets_AcquiredTargets) == 0x002310, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Acquire_Targets_AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_27) == 0x002320, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_ShouldRetry) == 0x002321, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_ShouldRetry' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetPlayerController_ReturnValue_9) == 0x002328, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue) == 0x002330, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_CanRetryBattle_ReturnValue) == 0x002331, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_CanRetryBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_30) == 0x002334, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_3) == 0x002344, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCustomGI_ReturnValue_3) == 0x002348, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_Enabled) == 0x002350, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_S_LoadGameOverrideParameters) == 0x002360, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_S_LoadGameOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_2) == 0x0023E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_21) == 0x0023E1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_3) == 0x0023E2, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_4) == 0x0023E3, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_22) == 0x0023E4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_4) == 0x0023E5, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsPackagedForDistribution_ReturnValue_16) == 0x0023E6, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsPackagedForDistribution_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_23) == 0x0023E7, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterWithMaxInitiative_Success_) == 0x0023E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterWithMaxInitiative_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterWithMaxInitiative_Character) == 0x0023F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterWithMaxInitiative_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterWithMaxInitiative_TimeToTurn) == 0x0023F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterWithMaxInitiative_TimeToTurn' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_27) == 0x002400, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Conv_ObjectToText_ReturnValue_10) == 0x002448, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Conv_ObjectToText_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_28) == 0x002458, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_6) == 0x0024A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_46) == 0x0024A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_46' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_39) == 0x0024B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_34) == 0x0024B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_byte_Variable) == 0x0024B5, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_47) == 0x0024B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_47' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Map_Find_Value_1) == 0x0024C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Map_Find_ReturnValue_1) == 0x0024C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeStruct_FormatArgumentData_29) == 0x0024D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeStruct_FormatArgumentData_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_40) == 0x002518, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_MakeArray_Array_22) == 0x002520, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_35) == 0x002530, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Format_ReturnValue_19) == 0x002538, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Format_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_9) == 0x002548, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_48) == 0x002550, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_48' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_41) == 0x002558, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_36) == 0x00255C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_49) == 0x002560, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_49' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_42) == 0x002568, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_37) == 0x00256C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Create_ReturnValue_2) == 0x002570, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_2) == 0x002578, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_50) == 0x002580, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_50' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_IsEmpty_ReturnValue_4) == 0x002588, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_IsEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_28) == 0x002589, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_24) == 0x00258A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetGameInstance_ReturnValue_1) == 0x002590, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1) == 0x002598, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_DynamicCast_bSuccess_11) == 0x0025A0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_51) == 0x0025A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_51' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Length_ReturnValue_43) == 0x0025B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Length_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Less_IntInt_ReturnValue_38) == 0x0025B4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Less_IntInt_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Add_ReturnValue_2) == 0x0025B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_10) == 0x0025C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_11) == 0x0025C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Array_Index_Variable_39) == 0x0025D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Array_Index_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_12) == 0x0025D8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Array_Get_Item_52) == 0x0025E0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Array_Get_Item_52' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_5) == 0x0025E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DamageDealt_5) == 0x0025F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DamageDealt_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_HasHit_5) == 0x002600, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_HasHit_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_DodgeSuccess_5) == 0x002601, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_DodgeSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_ParrySuccess_5) == 0x002602, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_ParrySuccess_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_QTESuccess__5) == 0x002603, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_QTESuccess__5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ReceiveDamage_BattleDamages_5) == 0x002608, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ReceiveDamage_BattleDamages_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_Event_DeltaSeconds) == 0x002610, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetJRPGControllerWorld_JRPG_Controller_18) == 0x002618, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetJRPGControllerWorld_JRPG_Controller_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_29) == 0x002620, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsInBattle_ReturnValue_2) == 0x002621, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsInBattle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_Has_Been_Initd_Variable_7) == 0x002622, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction_1) == 0x002628, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_TimeDilation) == 0x002630, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_GameDuration) == 0x002634, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_GameDuration' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_30) == 0x002638, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_NewLatentAction_12) == 0x002640, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_NewLatentAction_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_StartWaitAsyncAction_ReturnValue_12) == 0x002648, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_StartWaitAsyncAction_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsValid_ReturnValue_31) == 0x002650, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterStats_1) == 0x002658, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_CharacterStats) == 0x002660, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_7) == 0x002668, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCharacterBattleBase_IsValid_7) == 0x002670, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCharacterBattleBase_IsValid_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x002671, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SpawnObject_ReturnValue_13) == 0x002678, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SpawnObject_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralByte_ReturnValue) == 0x002680, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_31) == 0x002684, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_5) == 0x002694, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetAllCharacters_AllCharacters_5) == 0x002698, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetAllCharacters_AllCharacters_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_bool_IsClosed_Variable_7) == 0x0026A8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_6) == 0x0026A9, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_25) == 0x0026AA, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsBattleEnding_ReturnValue_7) == 0x0026AB, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsBattleEnding_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_5) == 0x0026AC, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_26) == 0x0026AD, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_BooleanAND_ReturnValue_6) == 0x0026AE, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_NewValue) == 0x0026AF, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CustomEvent_LatentAction) == 0x0026B0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x0026B8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1) == 0x0026C0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetWorldAudioComponent_WorldAudioComponent) == 0x0026C8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetWorldAudioComponent_WorldAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_ValidateRangedAmbienceParameters_IsValid) == 0x0026D0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_ValidateRangedAmbienceParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0026D1, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_CreateDelegate_OutputDelegate_32) == 0x0026D4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCustomGI_ReturnValue_4) == 0x0026E8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCustomGI_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, Temp_int_Loop_Counter_Variable_39) == 0x0026F0, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::Temp_int_Loop_Counter_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0026F4, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_IsDead_ReturnValue_2) == 0x0026F8, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_IsDead_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GetCurrentAP_AP) == 0x002700, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GetCurrentAP_AP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Not_PreBool_ReturnValue_27) == 0x002708, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Not_PreBool_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x002709, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00270A, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, K2Node_Event_EndPlayReason) == 0x00270B, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x00270C, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast) == 0x002710, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x002718, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Delay_Duration_ImplicitCast) == 0x002720, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast_1) == 0x002724, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager, CallFunc_Delay_Duration_ImplicitCast_1) == 0x002728, "Member 'AC_jRPG_BattleManager_C_ExecuteUbergraph_AC_jRPG_BattleManager::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend \ +static_assert(alignof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend, DefendInfo) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FeedbackSuccessfulDefend::DefendInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge \ +static_assert(alignof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge, DodgeInfo) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FeedbackSuccessfulDodge::DodgeInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FeedbackSuccessfulParry \ +static_assert(alignof(AC_jRPG_BattleManager_C_FeedbackSuccessfulParry) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FeedbackSuccessfulParry"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FeedbackSuccessfulParry) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_FeedbackSuccessfulParry"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FeedbackSuccessfulParry, ParryInfo) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FeedbackSuccessfulParry::ParryInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP \ +static_assert(alignof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP) == 0x000078, "Wrong size on AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, EpicSequenceBP) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::EpicSequenceBP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_GetAllHeroesAliveAndDead_Target_Heroes) == 0x000018, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_GetAllHeroesAliveAndDead_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_GetActiveCounterSequence_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_GetActiveCounterSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_GetAllCharacters_AllCharacters) == 0x000048, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_IsValid_ReturnValue_1) == 0x000064, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'AC_jRPG_BattleManager_C_FindActiveSkillSequenceBP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FindBattleItemCount \ +static_assert(alignof(AC_jRPG_BattleManager_C_FindBattleItemCount) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FindBattleItemCount"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FindBattleItemCount) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_FindBattleItemCount"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, Quantity) == 0x000008, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, CallFunc_Map_Find_Value) == 0x000068, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, CallFunc_Map_Find_ReturnValue) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, K2Node_MakeArray_Array) == 0x000070, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleItemCount, CallFunc_Format_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_FindBattleItemCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass \ +static_assert(alignof(AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass, BuffClass) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass, ActiveBuffInstanceWrappers) == 0x000008, "Member 'AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass::ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000018, "Member 'AC_jRPG_BattleManager_C_FindBattleModifierBuffByClass::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot \ +static_assert(alignof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, Team) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, SpotIndex) == 0x000004, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, Character) == 0x000008, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, Temp_int_Array_Index_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_FindCharacterAtBattleSpot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor \ +static_assert(alignof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, BattleCharacterActor) == 0x000008, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::BattleCharacterActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00002E, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_FindCharacterStatsBattleActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ForceBattleEnd \ +static_assert(alignof(AC_jRPG_BattleManager_C_ForceBattleEnd) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_ForceBattleEnd"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ForceBattleEnd) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_ForceBattleEnd"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ForceBattleEnd, BattleEndResult) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ForceBattleEnd::BattleEndResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Get_Game_Director_Component \ +static_assert(alignof(AC_jRPG_BattleManager_C_Get_Game_Director_Component) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Get_Game_Director_Component"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Get_Game_Director_Component) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_Get_Game_Director_Component"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Get_Game_Director_Component, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Get_Game_Director_Component::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Get_Game_Director_Component, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Get_Game_Director_Component::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Get_Game_Director_Component, CallFunc_GetControllerWorld_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Get_Game_Director_Component::CallFunc_GetControllerWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetActiveCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetActiveCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetActiveCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetActiveCharacter) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_GetActiveCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CurrentCharacter_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CurrentCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_Array_Get_Item) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000019, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_GetActiveCharacter_Character) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_GetActiveCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetActiveCharacter, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetActiveCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAliveEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAliveEnemies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAliveEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAliveEnemies) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_GetAliveEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAliveEnemies, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAliveEnemies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Array) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, local_buffComponents) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::local_buffComponents' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Temp_wildcard_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Array_Get_Item) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, Temp_wildcard_Temp_buffer_array_Variable) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents, CallFunc_Array_Add_ReturnValue_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetAllActiveBattleBuffComponents::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllAliveCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllAliveCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllAliveCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllAliveCharacters) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_GetAllAliveCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAliveCharacters, AllCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllAliveCharacters::AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAliveCharacters, local_AllCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllAliveCharacters::local_AllCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex) == 0x000118, "Wrong size on AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, AllCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, local_AllCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_wildcard_Original_index_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_int_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_real_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x000054, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_MinValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_wildcard_Result_array_Variable) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_int_NextIndex_Variable) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, Temp_wildcard_RemapTable_Variable) == 0x000080, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Remap_ResultArray) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue_1) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue_2) == 0x0000FC, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_Array_Length_ReturnValue_1) == 0x000104, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000108, "Member 'AC_jRPG_BattleManager_C_GetAllAllyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllCharacters) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_GetAllCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllCharacters, AllCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllCharacters::AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllCharacters, local_AllCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllCharacters::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllCharacters, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAllCharacters::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex) == 0x000110, "Wrong size on AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, AllEnemies) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::AllEnemies' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, local_AllCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_int_NextIndex_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_wildcard_Original_index_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_wildcard_RemapTable_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_real_Variable) == 0x000090, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_wildcard_Result_array_Variable) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x0000B4, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_MinValue) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x0000BC, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, Temp_int_Variable) == 0x0000C4, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000CC, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Remap_ResultArray) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Add_ReturnValue_2) == 0x0000F4, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000100, "Member 'AC_jRPG_BattleManager_C_GetAllEnemyCharacters_SortedBySpotIndex::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle) == 0x0001B8, "Wrong size on AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, UsableItem) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::UsableItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, AlreadyAddedItemsLOCAL) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::AlreadyAddedItemsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, UsableItemsLOCAL) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::UsableItemsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_GetInventoryManager_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_Array_Get_Item) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_FindItemDynamicFromInventory_Found) == 0x000075, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_FindItemDynamicFromInventory_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_FindItemDynamicFromInventory_ItemStruct) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_FindItemDynamicFromInventory_ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle, CallFunc_Array_Add_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_GetAllItemsUsableInBattle::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAllPlayerCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAllPlayerCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAllPlayerCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAllPlayerCharacters) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_GetAllPlayerCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllPlayerCharacters, AllCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAllPlayerCharacters::AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAllPlayerCharacters, local_AllCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAllPlayerCharacters::local_AllCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle) == 0x0004A0, "Wrong size on AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, ClassesToLoad) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::ClassesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, local_enemiesEntriesToLoad) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::local_enemiesEntriesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, local_classesToLoad) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::local_classesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Variable_1) == 0x000034, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Conv_IntToByte_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetValidValue_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000041, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetStatusEffectBuffClassSoft_BP_Class) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetStatusEffectBuffClassSoft_BP_Class' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000071, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000074, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Array_Index_Variable) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Loop_Counter_Variable_1) == 0x0000D4, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000DC, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Array_Index_Variable_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Loop_Counter_Variable_2) == 0x0000E4, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Array_Index_Variable_2) == 0x0000EC, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Loop_Counter_Variable_3) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000F4, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, Temp_int_Array_Index_Variable_3) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetBattleItemSkillsScriptClasses_ItemSkillScriptSoftClasses) == 0x000100, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetBattleItemSkillsScriptClasses_ItemSkillScriptSoftClasses' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Get_Item) == 0x000110, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Length_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Less_IntInt_ReturnValue) == 0x00013C, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_AddUnique_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000144, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Get_Item_1) == 0x000148, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Length_ReturnValue_1) == 0x000154, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Less_IntInt_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Get_Item_2) == 0x000160, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Length_ReturnValue_2) == 0x000170, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Less_IntInt_ReturnValue_2) == 0x000174, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetDataTableRowFromName_OutRow) == 0x000178, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000378, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Conv_NameToText_ReturnValue) == 0x000380, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Get_Item_3) == 0x000390, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, K2Node_MakeStruct_FormatArgumentData_1) == 0x0003A0, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, K2Node_MakeArray_Array) == 0x0003E8, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Format_ReturnValue) == 0x0003F8, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000408, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_IsValid_ReturnValue) == 0x000409, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_AddUnique_ReturnValue_2) == 0x00040C, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000410, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_Length_ReturnValue_3) == 0x000414, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_BooleanOR_ReturnValue) == 0x000418, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Less_IntInt_ReturnValue_3) == 0x000419, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_MakeLiteralInt_ReturnValue) == 0x00041C, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Less_IntInt_ReturnValue_4) == 0x000420, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Array_AddUnique_ReturnValue_3) == 0x000424, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Array_AddUnique_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000428, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000488, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle, CallFunc_Map_Values_Values) == 0x000490, "Member 'AC_jRPG_BattleManager_C_GetAssetsToLoadForBattle::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetBattleEndState \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetBattleEndState) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_GetBattleEndState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetBattleEndState) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_GetBattleEndState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleEndState, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetBattleEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetBattleItemSkills \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetBattleItemSkills) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetBattleItemSkills"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetBattleItemSkills) == 0x000310, "Wrong size on AC_jRPG_BattleManager_C_GetBattleItemSkills"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, ItemSkills) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::ItemSkills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, Temp_wildcard_Temp_buffer_array_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, Temp_int_Array_Index_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetInventoryManager_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_Array_Get_Item) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002E8, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable) == 0x0002F0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, K2Node_DynamicCast_bSuccess) == 0x0002F8, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_GetItemSkillDefinition_ReturnValue) == 0x000300, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_GetItemSkillDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_IsValid_ReturnValue) == 0x000308, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkills, CallFunc_Array_Add_ReturnValue) == 0x00030C, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkills::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses) == 0x0002F8, "Wrong size on AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, ItemSkillScriptSoftClasses) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::ItemSkillScriptSoftClasses' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, Temp_int_Array_Index_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetInventoryManager_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_Less_IntInt_ReturnValue) == 0x00019C, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002E0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable) == 0x0002E8, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0002F1, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses, CallFunc_Array_Add_ReturnValue) == 0x0002F4, "Member 'AC_jRPG_BattleManager_C_GetBattleItemSkillsScriptClasses::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharacterAssetDependencies \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharacterAssetDependencies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies) == 0x0000B0, "Wrong size on AC_jRPG_BattleManager_C_GetCharacterAssetDependencies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CharacterId) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, OutClasses) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_Classes) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_Classes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_Assets) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_Assets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_ExternalDependencies) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_Classes_1) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_Classes_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_Assets_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_Assets_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BPI_GetDependencies_ExternalDependencies_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BPI_GetDependencies_ExternalDependencies_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000A9, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x0000AA, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterAssetDependencies, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'AC_jRPG_BattleManager_C_GetCharacterAssetDependencies::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharacterData \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharacterData) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharacterData"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharacterData) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_GetCharacterData"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterData, CharacterId) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharacterData::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterData, CharacterData) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetCharacterData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterData, CallFunc_GetCharacterByID_CharacterData) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharacterData::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement) == 0x000080, "Wrong size on AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, local_widthMultiplier) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::local_widthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_BreakVector_X) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_BreakVector_Y) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_BreakVector_Z) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_FMax_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetCharacterRadiusForPlacement::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharactersState \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharactersState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharactersState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharactersState) == 0x0000B0, "Wrong size on AC_jRPG_BattleManager_C_GetCharactersState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Characters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CharactersInitiative) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CharactersInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CharactersEngagementBonus) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CharactersEngagementBonus' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, local_AllCharactersInitiative) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::local_AllCharactersInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_int_Array_Index_Variable) == 0x000074, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Array_Get_Item) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersState, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_GetCharactersState::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharactersWithFormation \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharactersWithFormation) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharactersWithFormation"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharactersWithFormation) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_GetCharactersWithFormation"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CharactersArray) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CharactersArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, DesiredFormation) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::DesiredFormation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, Result) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CharactersWithDesiredFormationLOCAL) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CharactersWithDesiredFormationLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharactersWithFormation, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetCharactersWithFormation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, DEBUG_Verbose) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::DEBUG_Verbose' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, Success_) == 0x000001, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, Character) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, TimeToTurn) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::TimeToTurn' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, local_TimeToTurnPerCharacter) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::local_TimeToTurnPerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, local_AllCharacters) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CharacterLOCAL) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CharacterLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, Success_LOCAL) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::Success_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetCharactersState_CharactersInitiative) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetCharactersState_CharactersInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetCharactersState_CharactersEngagementBonus) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetCharactersState_CharactersEngagementBonus' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetCharacterWithMaxInitiativeSimulate_Success_) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetCharacterWithMaxInitiativeSimulate_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetCharacterWithMaxInitiativeSimulate_Character) == 0x000080, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetCharacterWithMaxInitiativeSimulate_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative, CallFunc_GetCharacterWithMaxInitiativeSimulate_TimeToTurn) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiative::CallFunc_GetCharacterWithMaxInitiativeSimulate_TimeToTurn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate) == 0x000298, "Wrong size on AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Characters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CharactersInitiative) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CharactersInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, HasEngagementBonus) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::HasEngagementBonus' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, SimulationStep) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::SimulationStep' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, DEBUG_Verbose) == 0x000034, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::DEBUG_Verbose' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Success_) == 0x000035, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Character) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, TimeToTurn) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::TimeToTurn' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, local_currentCharTimeToFull) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::local_currentCharTimeToFull' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, local_TimeToTurnPerCharacter) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::local_TimeToTurnPerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, local_AllCharacters) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CharacterLOCAL) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CharacterLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Success_LOCAL) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Success_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Length_ReturnValue_1) == 0x00008C, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Length_ReturnValue_2) == 0x000090, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000094, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Greater_IntInt_ReturnValue) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x00009D, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_MinOfFloatArray_MinValue) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Temp_int_Array_Index_Variable) == 0x000108, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000120, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_GetCharacterBattleBase_IsValid) == 0x000128, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_MakeStruct_FormatArgumentData_1) == 0x000138, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Get_Item_4) == 0x000180, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000188, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_MakeStruct_FormatArgumentData_2) == 0x000198, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_GetCurrentSpeedSimulate_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_GetCurrentSpeedSimulate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_MakeArray_Array) == 0x000230, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_HasPendingResurrect_Enabled) == 0x000240, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_HasPendingResurrect_Enabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Format_ReturnValue) == 0x000248, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_BooleanOR_ReturnValue) == 0x000258, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_GetTimeToFullInitiativeSimulate_Time) == 0x000260, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_GetTimeToFullInitiativeSimulate_Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_LastIndex_ReturnValue) == 0x000268, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00026C, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, Temp_bool_Variable) == 0x00026D, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_Select_Default) == 0x000270, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_Array_Add_ReturnValue) == 0x000278, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, K2Node_FunctionResult_TimeToTurn_ImplicitCast) == 0x000280, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::K2Node_FunctionResult_TimeToTurn_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000288, "Member 'AC_jRPG_BattleManager_C_GetCharacterWithMaxInitiativeSimulate::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCurrentBattleDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCurrentlyCounteringCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState, SkillState) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState::SkillState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState, CallFunc_FindEquippedSkillByID_Skill) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState::CallFunc_FindEquippedSkillByID_Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState, CallFunc_GetSkillState_Value) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetCurrentlyTargetingSkillState::CallFunc_GetSkillState_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetDummyMiddleCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetDummyMiddleCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetDummyMiddleCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetDummyMiddleCharacter) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_GetDummyMiddleCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetDummyMiddleCharacter, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetDummyMiddleCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks) == 0x000058, "Wrong size on AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, EquippedSkills) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, local_skillNames) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::local_skillNames' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, local_skills) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::local_skills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, local_SlotIndex) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::local_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, CallFunc_GetCharacterData_CharacterData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks, CallFunc_GetAvailableGradientAttacks_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterGradientAttacks::CallFunc_GetAvailableGradientAttacks_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetEquippedCharacterSkills \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetEquippedCharacterSkills"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills) == 0x000058, "Wrong size on AC_jRPG_BattleManager_C_GetEquippedCharacterSkills"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, EquippedSkills) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, local_skillNames) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::local_skillNames' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, local_skills) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::local_skills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, local_SlotIndex) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::local_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, CallFunc_GetCharacterData_CharacterData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetEquippedCharacterSkills, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetEquippedCharacterSkills::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetExtraLootItems \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetExtraLootItems) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetExtraLootItems"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetExtraLootItems) == 0x000050, "Wrong size on AC_jRPG_BattleManager_C_GetExtraLootItems"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetExtraLootItems, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetExtraLootItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetForcedNextCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetForcedNextCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetForcedNextCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetForcedNextCharacters) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_GetForcedNextCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetForcedNextCharacters, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetForcedNextCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier, Stack) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetGlobalDodgeWindowModifier::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier, Stack) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetGlobalParryWindowModifier::Stack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetJRPGControllerWorld \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetJRPGControllerWorld"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_GetJRPGControllerWorld"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld, JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetJRPGControllerWorld::JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetJRPGControllerWorld::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetJRPGControllerWorld::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetJRPGControllerWorld, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetJRPGControllerWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle) == 0x000130, "Wrong size on AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, KickedCharacterHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, Success) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CharacterState) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CharacterState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_IsValid_Guid_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_Conv_GuidToString_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_AppendStack__Content__Result) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, K2Node_MakeArray_Array) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_Map_Find_Value) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_GetKickedCharacterStateFromHandle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetLGUIActor_BattleWheels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, SpotIndex) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, Character) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_Array_Get_Item) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000041, "Member 'AC_jRPG_BattleManager_C_GetPlayerCharacterAtBattleSpot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform) == 0x000520, "Wrong size on AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, EnemySpot_) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::EnemySpot_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, SpotIndex) == 0x000004, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, FormationType) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::FormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, BattleSpotTransform) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, BattleSpotFormationType) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CharactersBattleSpotsArray) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CharactersBattleSpotsArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, EnemyBattleSpotsArray) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::EnemyBattleSpotsArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, BattleSpotTransformLOCAL) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::BattleSpotTransformLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_bool_True_if_break_was_hit_Variable) == 0x000101, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Array_Index_Variable) == 0x000104, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Loop_Counter_Variable_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Add_IntInt_ReturnValue_1) == 0x000118, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Loop_Counter_Variable_2) == 0x00011C, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Add_IntInt_ReturnValue_2) == 0x000120, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000124, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Array_Index_Variable_1) == 0x000128, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Not_PreBool_ReturnValue_1) == 0x00012C, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Array_Index_Variable_2) == 0x000130, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Loop_Counter_Variable_3) == 0x000134, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_GetAllChildActors_ChildActors) == 0x000138, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Add_IntInt_ReturnValue_3) == 0x000148, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Get_Item) == 0x000150, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Spot) == 0x000158, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Spot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Less_IntInt_ReturnValue_1) == 0x000168, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_GetAllChildActors_ChildActors_1) == 0x000170, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_GetAllChildActors_ChildActors_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Length_ReturnValue_1) == 0x000180, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Less_IntInt_ReturnValue_2) == 0x000184, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Get_Item_1) == 0x000188, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Length_ReturnValue_2) == 0x000190, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Less_IntInt_ReturnValue_3) == 0x000194, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BooleanAND_ReturnValue) == 0x000200, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000210, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000270, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000288, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Add_ReturnValue) == 0x00028C, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Get_Item_2) == 0x000290, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Length_ReturnValue_3) == 0x000298, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Less_IntInt_ReturnValue_4) == 0x00029C, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x0002A0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BooleanAND_ReturnValue_1) == 0x000300, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Location) == 0x000308, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Rotation) == 0x000320, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Scale) == 0x000338, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000350, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000368, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_MakeTransform_ReturnValue) == 0x000370, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_int_Array_Index_Variable_3) == 0x0003D0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Get_Item_3) == 0x0003D8, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Spot) == 0x0003E0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Spot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_DynamicCast_bSuccess_1) == 0x0003E8, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_Array_Add_ReturnValue_1) == 0x0003EC, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_byte_Variable) == 0x0003F0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_byte_Variable_1) == 0x0003F1, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_Select_Default) == 0x000400, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Location_1) == 0x000460, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Rotation_1) == 0x000478, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_BreakTransform_Scale_1) == 0x000490, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, CallFunc_MakeTransform_ReturnValue_1) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_byte_Variable_2) == 0x000510, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, Temp_bool_Variable) == 0x000511, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform, K2Node_Select_Default_1) == 0x000512, "Member 'AC_jRPG_BattleManager_C_GetProperBattleSpawnPointTransform::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetTargetingManager \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetTargetingManager) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetTargetingManager"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetTargetingManager) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_GetTargetingManager"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTargetingManager, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetTargetingManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTargetingManager, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetTargetingManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTargetingManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetTargetingManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetTeamMotivationLevel \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetTeamMotivationLevel"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel) == 0x0000F8, "Wrong size on AC_jRPG_BattleManager_C_GetTeamMotivationLevel"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, LevelType) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::LevelType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, LevelProgress) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::LevelProgress' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, MinLevel) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::MinLevel' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, MaxLevel) == 0x000011, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::MaxLevel' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable) == 0x000012, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable) == 0x000013, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_1) == 0x000014, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable_1) == 0x000015, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_2) == 0x000016, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_3) == 0x000017, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable_2) == 0x000018, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_real_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_4) == 0x000028, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_real_Variable_1) == 0x000030, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_real_Variable_2) == 0x000038, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable_3) == 0x000040, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_5) == 0x000041, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable_4) == 0x000042, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_6) == 0x000043, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_byte_Variable_7) == 0x000044, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_real_Variable_3) == 0x000048, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_real_Variable_4) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, Temp_bool_Variable_5) == 0x000058, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000059, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00005A, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default) == 0x00005B, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_1) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x00005D, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00005E, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_2) == 0x00005F, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_3) == 0x000061, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_4) == 0x000062, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000063, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_5) == 0x000068, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_6) == 0x000070, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000078, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_NormalizeToRange_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_Default_7) == 0x000090, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator0_ImplicitCast) == 0x000098, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator0_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator1_ImplicitCast) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator2_ImplicitCast) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator5_ImplicitCast) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator5_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator1_ImplicitCast_1) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator1_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator2_ImplicitCast_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator2_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator5_ImplicitCast_1) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator5_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, K2Node_Select_NewEnumerator3_ImplicitCast) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::K2Node_Select_NewEnumerator3_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_Less_DoubleDouble_B_ImplicitCast_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_Less_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTeamMotivationLevel, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_1) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_GetTeamMotivationLevel::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetTurnCount \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetTurnCount) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_GetTurnCount"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetTurnCount) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_GetTurnCount"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetTurnCount, TurnCount_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetTurnCount::TurnCount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms) == 0x000140, "Wrong size on AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, EnemiesTransforms) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::EnemiesTransforms' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, EnemiesTransformsLOCAL) == 0x000050, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::EnemiesTransformsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_GetGlobalObjectID_ObjectID) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms, CallFunc_GetTransform_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_GetWorldEnemiesTransforms::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass \ +static_assert(alignof(AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass, BuffClass) == 0x000000, "Member 'AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass, ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass, CallFunc_HasBuffOfClass_ReturnValue) == 0x000009, "Member 'AC_jRPG_BattleManager_C_HasBattleModifierBuffOfClass::CallFunc_HasBuffOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap \ +static_assert(alignof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, RolledLootMap) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::RolledLootMap' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, ItemId) == 0x000050, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, Quantity) == 0x000058, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, GeneratedLootLevelOffset) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::GeneratedLootLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, CallFunc_Map_Find_Value) == 0x000060, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, CallFunc_Max_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap, K2Node_SetFieldsInStruct_StructOut) == 0x00007C, "Member 'AC_jRPG_BattleManager_C_Helper_AddRolledLootToMap::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap \ +static_assert(alignof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap) == 0x0000C8, "Wrong size on AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, RolledBattleLootEntries) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::RolledBattleLootEntries' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, ItemDefinitionID) == 0x000050, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::ItemDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, Quantity) == 0x000058, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, OffsetLootContext) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::OffsetLootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, LootContext) == 0x000060, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, local_OffsetLootContext) == 0x000064, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::local_OffsetLootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, local_ItemID) == 0x000068, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::local_ItemID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, local_Quantity) == 0x000070, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::local_Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_OffsetLootContext_OffsetLootContext) == 0x000074, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_OffsetLootContext_OffsetLootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_GetItemLevelFromLootContext_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_GetItemLevelFromLootContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_Map_Find_Value) == 0x00007C, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_Map_Find_ReturnValue) == 0x00008C, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_Not_PreBool_ReturnValue) == 0x00008D, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_GetItemType_Item_Type) == 0x000098, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_FindItemInstanceByID_ItemInstance) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_IsValid_ReturnValue) == 0x0000A9, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_GetCurrentLevel_ReturnValue) == 0x0000BC, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_Less_IntInt_ReturnValue) == 0x0000C1, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap, CallFunc_BooleanOR_ReturnValue) == 0x0000C2, "Member 'AC_jRPG_BattleManager_C_Helper_TryAddRolledLootToMap::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_InitBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_InitBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_InitBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_InitBattle) == 0x000188, "Wrong size on AC_jRPG_BattleManager_C_InitBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000010, "Member 'AC_jRPG_BattleManager_C_InitBattle::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AC_jRPG_BattleManager_C_InitBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_InitBattle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_BattleManager_C_InitBattle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Format_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_GetCustomGI_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, K2Node_MakeStruct_S_BattleInitialState) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_InitBattle::K2Node_MakeStruct_S_BattleInitialState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_SpawnObject_ReturnValue) == 0x000118, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_SpawnObject_ReturnValue_1) == 0x000120, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_MapRangeClamped_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_NewItem_CastInput) == 0x000130, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_NewItem_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_NewItem_CastInput_1) == 0x000148, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_NewItem_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_NewItem_CastInput_2) == 0x000160, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_NewItem_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_Array_Add_ReturnValue_2) == 0x000170, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_MapRangeClamped_OutRangeA_ImplicitCast) == 0x000178, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_MapRangeClamped_OutRangeA_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattle, CallFunc_MapRangeClamped_OutRangeB_ImplicitCast) == 0x000180, "Member 'AC_jRPG_BattleManager_C_InitBattle::CallFunc_MapRangeClamped_OutRangeB_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory \ +static_assert(alignof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_GetBattleItemSkills_ItemSkills) == 0x000018, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_GetBattleItemSkills_ItemSkills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_Array_Get_Item) == 0x000030, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory, CallFunc_FindItemCountFromInventory_Quantity) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_InitBattleItemCountsFromInventory::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_InitPlayerCharactersGear \ +static_assert(alignof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_InitPlayerCharactersGear"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_InitPlayerCharactersGear"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, Temp_wildcard_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000020, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, CallFunc_Array_Get_Item) == 0x000030, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_InitPlayerCharactersGear, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_InitPlayerCharactersGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead \ +static_assert(alignof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead, CallFunc_FindCharacterPortrait_Portrait) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead, CallFunc_Array_RemoveItem_ReturnValue) == 0x000014, "Member 'AC_jRPG_BattleManager_C_Internal_MakePlayerCharacterDead::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Is_Attacking_Heroes \ +static_assert(alignof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Is_Attacking_Heroes"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_Is_Attacking_Heroes"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes, Enemy) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Is_Attacking_Heroes::Enemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes, IsAttacking) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Is_Attacking_Heroes::IsAttacking' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes, TargetedHeroes) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Is_Attacking_Heroes::TargetedHeroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_Is_Attacking_Heroes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Is_Attacking_Heroes, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_Is_Attacking_Heroes::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsAFullTeamDead \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsAFullTeamDead) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_IsAFullTeamDead"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsAFullTeamDead) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_IsAFullTeamDead"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00000D, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsAFullTeamDead, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'AC_jRPG_BattleManager_C_IsAFullTeamDead::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsBattleEnding \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsBattleEnding) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_IsBattleEnding"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsBattleEnding) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_IsBattleEnding"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsBattleEnding, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsBattleEnding::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsBattleEnding, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_IsBattleEnding::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsGradientChargeUnlocked \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_IsGradientChargeUnlocked"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_IsGradientChargeUnlocked"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, Temp_wildcard_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_GetBattleManager_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000038, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills) == 0x000048, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsGradientChargeUnlocked, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_IsGradientChargeUnlocked::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid) == 0x000014, "Wrong size on AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid, KickedCharacterHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid, Success) == 0x000010, "Member 'AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid, CallFunc_IsValid_Guid_ReturnValue) == 0x000011, "Member 'AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid, CallFunc_Map_Contains_ReturnValue) == 0x000012, "Member 'AC_jRPG_BattleManager_C_IsKickedCharacterStateHandleValid::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsLastStandActive \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsLastStandActive) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_IsLastStandActive"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsLastStandActive) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_IsLastStandActive"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsLastStandActive, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsLastStandActive::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsLastStandActive, CallFunc_IsProcessingLastStand_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_IsLastStandActive::CallFunc_IsProcessingLastStand_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsNarrativeBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsNarrativeBattle) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_IsNarrativeBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsNarrativeBattle) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_IsNarrativeBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsNarrativeBattle, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsNarrativeBattle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase, CharacterBattle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase, IsPlayerTeam) == 0x000008, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase::IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000009, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x00000B, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterBase::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, CharacterBattleStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, IsPlayerTeam) == 0x000008, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam) == 0x000019, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'AC_jRPG_BattleManager_C_IsPlayerTeamCharacterStats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsPlayingFinisher \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsPlayingFinisher) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_IsPlayingFinisher"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsPlayingFinisher) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_IsPlayingFinisher"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_GetAllAliveEnemies_Target_Heroes) == 0x000010, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_GetAllAliveEnemies_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_IsPlayingFinisher_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_IsPlayingFinisher_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsPlayingFinisher, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_IsPlayingFinisher::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsShowingTooltip \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsShowingTooltip) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_IsShowingTooltip"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsShowingTooltip) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_IsShowingTooltip"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsShowingTooltip, IsShowingTooltip_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsShowingTooltip::IsShowingTooltip_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsShowingTooltip, CallFunc_IsTooltipVisible_IsVisible) == 0x000001, "Member 'AC_jRPG_BattleManager_C_IsShowingTooltip::CallFunc_IsTooltipVisible_IsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_IsSkipImpossible \ +static_assert(alignof(AC_jRPG_BattleManager_C_IsSkipImpossible) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_IsSkipImpossible"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_IsSkipImpossible) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_IsSkipImpossible"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_IsSkipImpossible, SkipImpossible) == 0x000000, "Member 'AC_jRPG_BattleManager_C_IsSkipImpossible::SkipImpossible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal \ +static_assert(alignof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal) == 0x0001E0, "Wrong size on AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, KickedCharacterHandle) == 0x000008, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, local_createGUID) == 0x000018, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::local_createGUID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, Temp_int_Array_Index_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_MakeArray_Array) == 0x000098, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_MakeArray_Array_1) == 0x000100, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_DynamicCast_AsBPI_Battle_Listener) == 0x000120, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_DynamicCast_AsBPI_Battle_Listener' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_AppendStack__Content__Result) == 0x000138, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_GetCurrentShieldPoints_ShieldPoints) == 0x000148, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_GetCurrentShieldPoints_ShieldPoints' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_FCeil_ReturnValue) == 0x00014C, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, Temp_wildcard_Variable) == 0x000150, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_Get_Item) == 0x000160, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue) == 0x000168, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_Length_ReturnValue) == 0x00016C, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000170, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_CheckBattleEnd_BattleHasEnded) == 0x000171, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_CheckBattleEnd_BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, Temp_int_Loop_Counter_Variable) == 0x000174, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x000178, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Less_IntInt_ReturnValue) == 0x000179, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_GetAllCharacters_AllCharacters) == 0x000180, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_NewGuid_ReturnValue) == 0x000190, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, K2Node_MakeStruct_FBattleCharacterStoredState) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::K2Node_MakeStruct_FBattleCharacterStoredState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_3) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_4) == 0x0001D9, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_5) == 0x0001DA, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Array_RemoveItem_ReturnValue_6) == 0x0001DB, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Array_RemoveItem_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_BooleanOR_ReturnValue) == 0x0001DC, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_BooleanOR_ReturnValue_1) == 0x0001DD, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_BooleanOR_ReturnValue_2) == 0x0001DE, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal, CallFunc_Not_PreBool_ReturnValue) == 0x0001DF, "Member 'AC_jRPG_BattleManager_C_KickCharacterFromBattle_Internal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_LoadEncounterSettings \ +static_assert(alignof(AC_jRPG_BattleManager_C_LoadEncounterSettings) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_LoadEncounterSettings"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_LoadEncounterSettings) == 0x000280, "Wrong size on AC_jRPG_BattleManager_C_LoadEncounterSettings"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, local_CurrentEncounter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::local_CurrentEncounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetGameDifficulty_ReturnValue) == 0x000054, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetGameDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetEncounterDataTableRow_Found) == 0x000068, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetEncounterDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetEncounterDataTableRow_EncounterData) == 0x000070, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetEncounterDataTableRow_EncounterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, K2Node_MakeStruct_FormatArgumentData) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, K2Node_MakeArray_Array) == 0x000118, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Format_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Map_Keys_Keys) == 0x000138, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Array_Get_Item) == 0x000148, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Array_Length_ReturnValue) == 0x00014C, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Map_Find_Value) == 0x000150, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_ComputeEncounterLevelForBattle_EncounterLevel) == 0x000164, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_ComputeEncounterLevelForBattle_EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Array_AddUnique_ReturnValue) == 0x00016C, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetGameActionFromWrapperPure_GameAction) == 0x000170, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetGameActionFromWrapperPure_GameAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, Temp_int_Loop_Counter_Variable) == 0x000178, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_IsValid_ReturnValue_1) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00017D, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, K2Node_DynamicCast_AsBP_PDT_Game_Action) == 0x000188, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::K2Node_DynamicCast_AsBP_PDT_Game_Action' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000194, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000199, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00019A, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetWorldEnemiesTransforms_EnemiesTransforms) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetWorldEnemiesTransforms_EnemiesTransforms' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetTransform_ReturnValue) == 0x000200, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadEncounterSettings, CallFunc_GetControlRotation_ReturnValue) == 0x000260, "Member 'AC_jRPG_BattleManager_C_LoadEncounterSettings::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_LoadParty \ +static_assert(alignof(AC_jRPG_BattleManager_C_LoadParty) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_LoadParty"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_LoadParty) == 0x000068, "Wrong size on AC_jRPG_BattleManager_C_LoadParty"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadParty, local_CurrentEncounter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_LoadParty::local_CurrentEncounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadParty, Temp_bool_Variable) == 0x000050, "Member 'AC_jRPG_BattleManager_C_LoadParty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadParty, CallFunc_Array_IsEmpty_ReturnValue) == 0x000051, "Member 'AC_jRPG_BattleManager_C_LoadParty::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadParty, K2Node_Select_Default) == 0x000058, "Member 'AC_jRPG_BattleManager_C_LoadParty::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_LoadRestartState \ +static_assert(alignof(AC_jRPG_BattleManager_C_LoadRestartState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_LoadRestartState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_LoadRestartState) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_LoadRestartState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_LoadRestartState, BattleInitialState_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_LoadRestartState::BattleInitialState_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots \ +static_assert(alignof(AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots, DebugReason) == 0x000008, "Member 'AC_jRPG_BattleManager_C_MoveCharactersBackToTheirSpots::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage \ +static_assert(alignof(AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage, BattleDamages) == 0x000000, "Member 'AC_jRPG_BattleManager_C_On_Character_Has_Received_Damage::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted, _isActive) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnBattleEndBlockerLifted::_isActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnBattleMapReady \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnBattleMapReady) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnBattleMapReady"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnBattleMapReady) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_OnBattleMapReady"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, local_battleMap) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::local_battleMap' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, CallFunc_Array_Get_Item) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, K2Node_DynamicCast_AsBP_Battle_Map) == 0x000028, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::K2Node_DynamicCast_AsBP_Battle_Map' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnBattleMapReady, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'AC_jRPG_BattleManager_C_OnBattleMapReady::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCancelTargeting \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCancelTargeting) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCancelTargeting"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCancelTargeting) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCancelTargeting"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCancelTargeting, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCancelTargeting::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterActionFinished \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterActionFinished) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterActionFinished"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterActionFinished) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterActionFinished"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterActionFinished, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterActionFinished::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterDashBackComplete \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterDashBackComplete) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterDashBackComplete"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterDashBackComplete) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterDashBackComplete"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterDashBackComplete, CharacterBase) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterDashBackComplete::CharacterBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent, MovementComponent) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterDashBackCompleteComponent::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterLastStandEnded \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterLastStandEnded) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterLastStandEnded"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterLastStandEnded) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterLastStandEnded"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterLastStandEnded, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterLastStandEnded::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterLastStandStarted \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterLastStandStarted) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterLastStandStarted"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterLastStandStarted) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterLastStandStarted"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterLastStandStarted, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterLastStandStarted::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCharacterReceivedDamages \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages) == 0x0000B8, "Wrong size on AC_jRPG_BattleManager_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, TargetCharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, Damages) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, SourceCharacterStats) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::SourceCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, Temp_int_Array_Index_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Array_Get_Item) == 0x000080, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, K2Node_MakeArray_Array) == 0x000090, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCharacterReceivedDamages, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'AC_jRPG_BattleManager_C_OnCharacterReceivedDamages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnCounterAttackFinished \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnCounterAttackFinished) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnCounterAttackFinished"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnCounterAttackFinished) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_OnCounterAttackFinished"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCounterAttackFinished, CallFunc_IsProcessingLastStand_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnCounterAttackFinished::CallFunc_IsProcessingLastStand_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnCounterAttackFinished, CallFunc_On_Action_Finished_HasMoreActions) == 0x000001, "Member 'AC_jRPG_BattleManager_C_OnCounterAttackFinished::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnDefendSuccess \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnDefendSuccess) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnDefendSuccess"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnDefendSuccess) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnDefendSuccess"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnDefendSuccess, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnDefendSuccess::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnDefendSuccess, Enemy) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnDefendSuccess::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnDodgeSuccess \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnDodgeSuccess) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnDodgeSuccess"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnDodgeSuccess) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnDodgeSuccess"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnDodgeSuccess, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnDodgeSuccess::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnDodgeSuccess, Enemy) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnDodgeSuccess::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnEnemyKilled \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnEnemyKilled) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnEnemyKilled"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnEnemyKilled) == 0x000098, "Wrong size on AC_jRPG_BattleManager_C_OnEnemyKilled"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, Enemy) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::Enemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, local_Enemy) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::local_Enemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, K2Node_MakeArray_Array) == 0x000068, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_Format_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_CheckBattleEnd_BattleHasEnded) == 0x000088, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_CheckBattleEnd_BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_Map_Remove_ReturnValue) == 0x000089, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnEnemyKilled, CallFunc_Array_RemoveItem_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_OnEnemyKilled::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnLastStandFinished \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnLastStandFinished) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnLastStandFinished"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnLastStandFinished) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_OnLastStandFinished"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnLastStandFinished, CallFunc_On_Action_Finished_HasMoreActions) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnLastStandFinished::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82 \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82, Loaded) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnLoaded_F58B7C71485B149C4ED04FB5D95BEB82::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnParrySuccess \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnParrySuccess) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnParrySuccess"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnParrySuccess) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnParrySuccess"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnParrySuccess, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnParrySuccess::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnParrySuccess, Enemy) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnParrySuccess::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnPhotoModeEntered \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnPhotoModeEntered) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnPhotoModeEntered"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnPhotoModeEntered) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnPhotoModeEntered"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPhotoModeEntered, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnPhotoModeEntered::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPhotoModeEntered, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnPhotoModeEntered::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnPhotoModeExited \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnPhotoModeExited) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnPhotoModeExited"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnPhotoModeExited) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnPhotoModeExited"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPhotoModeExited, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnPhotoModeExited::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPhotoModeExited, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnPhotoModeExited::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnPlayerCharacterKilled \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnPlayerCharacterKilled"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled) == 0x000058, "Wrong size on AC_jRPG_BattleManager_C_OnPlayerCharacterKilled"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, PlayerCharacter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, KilledPlayerCharacterLOCAL) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::KilledPlayerCharacterLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_CheckBattleEnd_BattleHasEnded) == 0x000014, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_CheckBattleEnd_BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Array_RemoveItem_ReturnValue) == 0x000015, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_HasPendingResurrect_Enabled) == 0x000024, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_HasPendingResurrect_Enabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, K2Node_DynamicCast_AsBPI_Battle_Listener) == 0x000038, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::K2Node_DynamicCast_AsBPI_Battle_Listener' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterKilled, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterKilled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected, PlayerCharacter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected, ResurrectedCharacterLOCAL) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected::ResurrectedCharacterLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected, CallFunc_FindCharacterPortrait_Portrait) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected, CallFunc_Array_RemoveItem_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterResurrected::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_TryProcessForcedSkill_PreventPlayerChoice) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_TryProcessForcedSkill_PreventPlayerChoice' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, Temp_wildcard_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, K2Node_MakeArray_Array) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_GetAllAliveHeroes_Target_Heroes) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_GetAllAliveHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_Array_Random_OutItem) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_Array_Random_OutIndex) == 0x000038, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_GetAllAliveEnemies_Target_Heroes) == 0x000040, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_GetAllAliveEnemies_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_Array_Random_OutItem_1) == 0x000050, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_Array_Random_OutIndex_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_GetTeam_Team) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, CallFunc_HasForcedAutoAttack_ReturnValue) == 0x00005D, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::CallFunc_HasForcedAutoAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart, K2Node_SwitchEnum_CmpSuccess) == 0x00005E, "Member 'AC_jRPG_BattleManager_C_OnPlayerCharacterTurnStart::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnReserveTeamResponse \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnReserveTeamResponse) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnReserveTeamResponse"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnReserveTeamResponse) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_OnReserveTeamResponse"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnReserveTeamResponse, ShouldSendReserve) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnReserveTeamResponse::ShouldSendReserve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnRetryEncounterResponse \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnRetryEncounterResponse) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnRetryEncounterResponse"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnRetryEncounterResponse) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_OnRetryEncounterResponse"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnRetryEncounterResponse, ShouldRetry) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnRetryEncounterResponse::ShouldRetry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnSelectFlee \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnSelectFlee) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnSelectFlee"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnSelectFlee) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnSelectFlee"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectFlee, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnSelectFlee::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectFlee, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnSelectFlee::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnSelectSkip \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnSelectSkip) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnSelectSkip"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnSelectSkip) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_OnSelectSkip"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectSkip, CallFunc_GetTargetingManager_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnSelectSkip::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectSkip, CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnSelectSkip::CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectSkip, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnSelectSkip::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectSkip, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnSelectSkip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnSelectSkip, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnSelectSkip::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnStartTargeting \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnStartTargeting) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnStartTargeting"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnStartTargeting) == 0x000168, "Wrong size on AC_jRPG_BattleManager_C_OnStartTargeting"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, Temp_bool_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, Temp_struct_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, Temp_int_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, Temp_struct_Variable_1) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, Temp_int_Variable_1) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_GetTargetingManager_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_IsCurrentlyTargetingAllies_ReturnValue) == 0x000041, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_IsCurrentlyTargetingAllies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000042, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000070, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_SelectInt_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_MakeArray_Array) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_SelectInt_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_BooleanOR_ReturnValue) == 0x0000F1, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_SwitchEnum_CmpSuccess) == 0x0000F2, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_BooleanOR_ReturnValue_1) == 0x0000F3, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_SelectInt_ReturnValue_2) == 0x0000F4, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_SelectInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Not_PreBool_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Max_ReturnValue) == 0x0000FC, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_SelectInt_ReturnValue_3) == 0x000104, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_SelectInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_And_IntInt_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_And_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Max_ReturnValue_1) == 0x00010C, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_Select_Default) == 0x000118, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_And_IntInt_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_And_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_GetTargetingManager_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_GetTargetingManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_Select_Default_1) == 0x000138, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_Not_PreBool_ReturnValue_1) == 0x000148, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, K2Node_Select_Default_2) == 0x000150, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStartTargeting, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000160, "Member 'AC_jRPG_BattleManager_C_OnStartTargeting::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnStopTargeting \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnStopTargeting) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnStopTargeting"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnStopTargeting) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_OnStopTargeting"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStopTargeting, WasPreTargeting) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnStopTargeting::WasPreTargeting' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStopTargeting, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_OnStopTargeting::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnStopTargeting, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnStopTargeting::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnTargetChanged \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnTargetChanged) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnTargetChanged"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnTargetChanged) == 0x000050, "Wrong size on AC_jRPG_BattleManager_C_OnTargetChanged"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, Temp_bool_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_GetTargetingManager_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_GetTargetingManager_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_GetTargetingManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_GetTargetingManager_ReturnValue_2) == 0x000028, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_GetTargetingManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_Array_Get_Item) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000038, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetChanged, K2Node_Select_Default) == 0x000040, "Member 'AC_jRPG_BattleManager_C_OnTargetChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnTargetingUpdate \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnTargetingUpdate) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnTargetingUpdate"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnTargetingUpdate) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_OnTargetingUpdate"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, Temp_bool_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, Temp_object_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, CallFunc_GetTargetingManager_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTargetingUpdate, K2Node_Select_Default) == 0x000028, "Member 'AC_jRPG_BattleManager_C_OnTargetingUpdate::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnTurnEndEventBegin \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnTurnEndEventBegin"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin) == 0x000140, "Wrong size on AC_jRPG_BattleManager_C_OnTurnEndEventBegin"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, K2Node_MakeArray_Array) == 0x000060, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Format_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, Temp_int_Array_Index_Variable) == 0x000080, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, Temp_wildcard_Variable) == 0x000088, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Array_Get_Item) == 0x000098, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Not_PreBool_ReturnValue) == 0x000118, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, K2Node_MakeArray_Array_1) == 0x000120, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventBegin, CallFunc_Format_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventBegin::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnTurnEndEventEnd \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_OnTurnEndEventEnd"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd) == 0x000098, "Wrong size on AC_jRPG_BattleManager_C_OnTurnEndEventEnd"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, K2Node_MakeArray_Array) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, CallFunc_Format_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, K2Node_MakeArray_Array_1) == 0x000078, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnEndEventEnd, CallFunc_Format_ReturnValue_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_OnTurnEndEventEnd::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_OnTurnSkipped \ +static_assert(alignof(AC_jRPG_BattleManager_C_OnTurnSkipped) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_OnTurnSkipped"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_OnTurnSkipped) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_OnTurnSkipped"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_OnTurnSkipped, CallFunc_On_Action_Finished_HasMoreActions) == 0x000000, "Member 'AC_jRPG_BattleManager_C_OnTurnSkipped::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_PerformFlee \ +static_assert(alignof(AC_jRPG_BattleManager_C_PerformFlee) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_PerformFlee"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_PerformFlee) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_PerformFlee"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PerformFlee, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_PerformFlee::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_PlayFreezeFrameInternal \ +static_assert(alignof(AC_jRPG_BattleManager_C_PlayFreezeFrameInternal) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_PlayFreezeFrameInternal"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_PlayFreezeFrameInternal) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_PlayFreezeFrameInternal"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PlayFreezeFrameInternal, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_PlayFreezeFrameInternal::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PlayFreezeFrameInternal, TimeDilation) == 0x000008, "Member 'AC_jRPG_BattleManager_C_PlayFreezeFrameInternal::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PlayFreezeFrameInternal, GameDuration) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_PlayFreezeFrameInternal::GameDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_PrepareForBackupTeam \ +static_assert(alignof(AC_jRPG_BattleManager_C_PrepareForBackupTeam) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_PrepareForBackupTeam"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_PrepareForBackupTeam) == 0x000388, "Wrong size on AC_jRPG_BattleManager_C_PrepareForBackupTeam"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, BackupTeam) == 0x000000, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::BackupTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, ClassesToLoad) == 0x000010, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::ClassesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, local_outClassesToLoad) == 0x000020, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::local_outClassesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, local_backupTeam) == 0x000030, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::local_backupTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, local_playerCharacters) == 0x000040, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::local_playerCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Array_Index_Variable) == 0x000050, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000058, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_wildcard_Variable) == 0x000068, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_wildcard_Temp_buffer_array_Variable) == 0x000078, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Get_Item) == 0x000088, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000090, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Array_Index_Variable_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Array_Index_Variable_2) == 0x0000B4, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Loop_Counter_Variable_1) == 0x0000BC, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Array_Index_Variable_3) == 0x0000C4, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Loop_Counter_Variable_2) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_ConcatenateDisplayNamesString_Result) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_ConcatenateDisplayNamesString_Result_1) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_ConcatenateDisplayNamesString_Result_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeStruct_FormatArgumentData) == 0x000118, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Map_IsEmpty_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Map_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Length_ReturnValue_1) == 0x0001B4, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_ConcatenateDisplayNamesString_Result_2) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_ConcatenateDisplayNamesString_Result_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeArray_Array) == 0x000228, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Map_Values_Values) == 0x000238, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Format_ReturnValue) == 0x000248, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Get_Item_2) == 0x000258, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Length_ReturnValue_2) == 0x000290, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Conv_NameToText_ReturnValue) == 0x000298, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_RemoveItem_ReturnValue) == 0x0002A8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002B0, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, K2Node_MakeArray_Array_1) == 0x0002F8, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Format_ReturnValue_1) == 0x000308, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Loop_Counter_Variable_3) == 0x000318, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Less_IntInt_ReturnValue_2) == 0x00031C, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Add_IntInt_ReturnValue_3) == 0x000320, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_LastIndex_ReturnValue) == 0x000324, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Min_ReturnValue) == 0x000328, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Get_Item_3) == 0x000330, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Length_ReturnValue_3) == 0x000338, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Less_IntInt_ReturnValue_3) == 0x00033C, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00033D, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_IsEmpty_ReturnValue) == 0x00033E, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_BooleanAND_ReturnValue) == 0x00033F, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, Temp_int_Variable) == 0x000340, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Get_Item_4) == 0x000344, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00034C, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_Add_ReturnValue_1) == 0x000350, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000354, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Add_IntInt_ReturnValue_4) == 0x000358, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000360, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000370, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PrepareForBackupTeam, CallFunc_Map_Keys_Keys) == 0x000378, "Member 'AC_jRPG_BattleManager_C_PrepareForBackupTeam::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_PreStopBattleSystems \ +static_assert(alignof(AC_jRPG_BattleManager_C_PreStopBattleSystems) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_PreStopBattleSystems"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_PreStopBattleSystems) == 0x0000D0, "Wrong size on AC_jRPG_BattleManager_C_PreStopBattleSystems"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, Temp_wildcard_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetPlayerController_ReturnValue_1) == 0x000048, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetTargetingManager_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Array_Get_Item) == 0x000078, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_Less_IntInt_ReturnValue_1) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetTargetingManager_ReturnValue_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetTargetingManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetAllCharacters_AllCharacters) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_PreStopBattleSystems, K2Node_MakeArray_Array) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_PreStopBattleSystems::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ProcessLastStandEvents \ +static_assert(alignof(AC_jRPG_BattleManager_C_ProcessLastStandEvents) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ProcessLastStandEvents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ProcessLastStandEvents) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_ProcessLastStandEvents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessLastStandEvents, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ProcessLastStandEvents::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ProcessNextPendingResurrect \ +static_assert(alignof(AC_jRPG_BattleManager_C_ProcessNextPendingResurrect) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ProcessNextPendingResurrect"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ProcessNextPendingResurrect) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_ProcessNextPendingResurrect"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextPendingResurrect, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ProcessNextPendingResurrect::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ProcessNextTurnStartListener \ +static_assert(alignof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ProcessNextTurnStartListener"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener) == 0x0001B8, "Wrong size on AC_jRPG_BattleManager_C_ProcessNextTurnStartListener"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, local_currentDependency) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::local_currentDependency' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeArray_Array) == 0x000098, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeArray_Array_1) == 0x000100, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Array_Length_ReturnValue_1) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Not_PreBool_ReturnValue) == 0x000124, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, K2Node_MakeArray_Array_2) == 0x000178, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Format_ReturnValue_2) == 0x000188, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_HasNoPendingDependency_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_HasNoPendingDependency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Array_Length_ReturnValue_2) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessNextTurnStartListener, CallFunc_Greater_IntInt_ReturnValue) == 0x0001B4, "Member 'AC_jRPG_BattleManager_C_ProcessNextTurnStartListener::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ProcessVictoryEndFlow \ +static_assert(alignof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ProcessVictoryEndFlow"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow) == 0x000140, "Wrong size on AC_jRPG_BattleManager_C_ProcessVictoryEndFlow"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, local_AllCharacterBattleStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::local_AllCharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, local_receivedBattleRewards) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::local_receivedBattleRewards' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, local_loot) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::local_loot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, local_DEV_useOldUI) == 0x000078, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::local_DEV_useOldUI' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, local_AllCharacterData) == 0x000080, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::local_AllCharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_wildcard_Variable) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000108, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_GetCharacterByID_CharacterData) == 0x000118, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_Array_Add_ReturnValue_1) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ProcessVictoryEndFlow, CallFunc_RollBattleRewards_BattleRewards) == 0x000128, "Member 'AC_jRPG_BattleManager_C_ProcessVictoryEndFlow::CallFunc_RollBattleRewards_BattleRewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_QueueForcedNextCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_QueueForcedNextCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_QueueForcedNextCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, local_existingIndex) == 0x000008, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::local_existingIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CallFunc_EqualsObjects_ReturnValue) == 0x00000E, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_QueueForcedNextCharacter, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'AC_jRPG_BattleManager_C_QueueForcedNextCharacter::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ReceiveBattleExperience \ +static_assert(alignof(AC_jRPG_BattleManager_C_ReceiveBattleExperience) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ReceiveBattleExperience"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ReceiveBattleExperience) == 0x0000C0, "Wrong size on AC_jRPG_BattleManager_C_ReceiveBattleExperience"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, InputPin) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::InputPin' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, local_aliveHeroes) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::local_aliveHeroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_wildcard_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_FCeil_ReturnValue) == 0x000044, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000050, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_int_Loop_Counter_Variable_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_int_Array_Index_Variable) == 0x000068, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_int_Array_Index_Variable_1) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Get_Item) == 0x000070, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, Temp_wildcard_Temp_buffer_array_Variable) == 0x000080, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_GetCustomGI_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_GetCharacterCollection_Characters) == 0x000098, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B4, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleExperience, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleExperience::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ReceiveBattleRewards \ +static_assert(alignof(AC_jRPG_BattleManager_C_ReceiveBattleRewards) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ReceiveBattleRewards"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ReceiveBattleRewards) == 0x000070, "Wrong size on AC_jRPG_BattleManager_C_ReceiveBattleRewards"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, BattleRewards) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::BattleRewards' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, local_lootContext) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_GetInventoryManager_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_OffsetLootContext_OffsetLootContext) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_OffsetLootContext_OffsetLootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_AddItemToInventory_GeneratedItem) == 0x000050, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, CallFunc_GetInventoryManager_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveBattleRewards, K2Node_MakeStruct_S_LootContext) == 0x000068, "Member 'AC_jRPG_BattleManager_C_ReceiveBattleRewards::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ReceiveEndPlay \ +static_assert(alignof(AC_jRPG_BattleManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_ReceiveEndPlay"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_ReceiveEndPlay"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ReceiveTick \ +static_assert(alignof(AC_jRPG_BattleManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_ReceiveTick"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ReceiveTick) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_ReceiveTick"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RegisterBattleListener \ +static_assert(alignof(AC_jRPG_BattleManager_C_RegisterBattleListener) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RegisterBattleListener"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RegisterBattleListener) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_RegisterBattleListener"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterBattleListener, NewListener) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RegisterBattleListener::NewListener' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterBattleListener, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_RegisterBattleListener::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RegisterGameInstanceEvents \ +static_assert(alignof(AC_jRPG_BattleManager_C_RegisterGameInstanceEvents) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_RegisterGameInstanceEvents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RegisterGameInstanceEvents) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_RegisterGameInstanceEvents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_RegisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RegisterPauseIMC \ +static_assert(alignof(AC_jRPG_BattleManager_C_RegisterPauseIMC) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_RegisterPauseIMC"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RegisterPauseIMC) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_RegisterPauseIMC"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPauseIMC, Enabled) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RegisterPauseIMC::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RegisterPendingResurrect \ +static_assert(alignof(AC_jRPG_BattleManager_C_RegisterPendingResurrect) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RegisterPendingResurrect"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RegisterPendingResurrect) == 0x000090, "Wrong size on AC_jRPG_BattleManager_C_RegisterPendingResurrect"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, K2Node_MakeArray_Array) == 0x000070, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RegisterPendingResurrect, CallFunc_Format_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_RegisterPendingResurrect::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle) == 0x000068, "Wrong size on AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, KickedCharacterHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, RespawnedCharacter) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::RespawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, CallFunc_GetKickedCharacterStateFromHandle_Success) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::CallFunc_GetKickedCharacterStateFromHandle_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, CallFunc_GetKickedCharacterStateFromHandle_CharacterState) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::CallFunc_GetKickedCharacterStateFromHandle_CharacterState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, CallFunc_SpawnCharacterFromStoredState_SpawnedCharacter) == 0x000058, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::CallFunc_SpawnCharacterFromStoredState_SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle, CallFunc_Map_Remove_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_ReintegrateCharacterToBattle::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RemoveBattleScreenHUD \ +static_assert(alignof(AC_jRPG_BattleManager_C_RemoveBattleScreenHUD) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_RemoveBattleScreenHUD"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RemoveBattleScreenHUD) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_RemoveBattleScreenHUD"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveBattleScreenHUD, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RemoveBattleScreenHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier, OutModifierHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RemoveGlobalDodgeWindowModifier::OutModifierHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier \ +static_assert(alignof(AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier, OutModifierHandle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RemoveGlobalParryWindowModifier::OutModifierHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles \ +static_assert(alignof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, KickedCharacterHandles) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::KickedCharacterHandles' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_Array_Get_Item) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_IsKickedCharacterStateHandleValid_Success) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_IsKickedCharacterStateHandleValid_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_RemoveInvalidKickedCharacterStateHandles::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RequestActionExecution \ +static_assert(alignof(AC_jRPG_BattleManager_C_RequestActionExecution) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RequestActionExecution"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RequestActionExecution) == 0x000050, "Wrong size on AC_jRPG_BattleManager_C_RequestActionExecution"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, TargetedCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, TargetedCharactersLOCAL) == 0x000010, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::TargetedCharactersLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, Temp_int_Array_Index_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000030, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_GetTargetingManager_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestActionExecution, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_RequestActionExecution::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter \ +static_assert(alignof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter) == 0x0000F0, "Wrong size on AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetSaveManager_SaveManager) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000008, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetGameActionExecutor_GameActionExecutor) == 0x000020, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetGameActionExecutor_GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetLastSavedGameData_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetLastSavedGameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, K2Node_MakeStruct_S_LoadGameRequest) == 0x000030, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetGameActionExecutor_GameActionExecutor_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetGameActionExecutor_GameActionExecutor_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, K2Node_MakeStruct_S_LoadGameOverrideParameters) == 0x000060, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::K2Node_MakeStruct_S_LoadGameOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_HasAnyGameActionInExecutionFromTriggerZones_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_HasAnyGameActionInExecutionFromTriggerZones_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_RequestRestartCurrentEncounter::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ResetGlobalTimeDilationForBattle::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ResetInterceptions \ +static_assert(alignof(AC_jRPG_BattleManager_C_ResetInterceptions) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ResetInterceptions"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ResetInterceptions) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_ResetInterceptions"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResetInterceptions, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ResetInterceptions::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ResumeAudioFromBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ResumeAudioFromBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_ResumeAudioFromBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_GetWorldAudioComponent_WorldAudioComponent) == 0x000030, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_GetWorldAudioComponent_WorldAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_ValidateRangedAmbienceParameters_IsValid) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_ValidateRangedAmbienceParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeAudioFromBattle, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000039, "Member 'AC_jRPG_BattleManager_C_ResumeAudioFromBattle::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ResumeExplorationSystems \ +static_assert(alignof(AC_jRPG_BattleManager_C_ResumeExplorationSystems) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ResumeExplorationSystems"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ResumeExplorationSystems) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_ResumeExplorationSystems"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeExplorationSystems, BeforeRestart) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ResumeExplorationSystems::BeforeRestart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeExplorationSystems, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x000008, "Member 'AC_jRPG_BattleManager_C_ResumeExplorationSystems::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeExplorationSystems, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ResumeExplorationSystems::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ResumeExplorationSystems, CallFunc_GetJRPGControllerWorld_JRPG_Controller_1) == 0x000018, "Member 'AC_jRPG_BattleManager_C_ResumeExplorationSystems::CallFunc_GetJRPGControllerWorld_JRPG_Controller_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_RollBattleRewards \ +static_assert(alignof(AC_jRPG_BattleManager_C_RollBattleRewards) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_RollBattleRewards"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_RollBattleRewards) == 0x000598, "Wrong size on AC_jRPG_BattleManager_C_RollBattleRewards"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, BattleRewards) == 0x000000, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::BattleRewards' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_lootContext) == 0x000018, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_rolledLootEntries) == 0x000020, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_rolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_currentEnemyScaling) == 0x000070, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_currentEnemyScaling' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_itemsToLoot) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_itemsToLoot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_GoldAcquired) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_GoldAcquired' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, local_ExperienceGained) == 0x0000FC, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::local_ExperienceGained' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Loop_Counter_Variable_1) == 0x000104, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Array_Index_Variable) == 0x000110, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Array_Index_Variable_1) == 0x000114, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Loop_Counter_Variable_2) == 0x000118, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Add_IntInt_ReturnValue_2) == 0x00011C, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Array_Index_Variable_2) == 0x000120, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, K2Node_MakeStruct_S_LootContext) == 0x000124, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Map_Values_Values) == 0x000128, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Was_Battle_No_Damage_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Was_Battle_No_Damage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_wildcard_Variable) == 0x000150, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Get_Item) == 0x000160, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, K2Node_MakeStruct_S_LootContext_1) == 0x000168, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::K2Node_MakeStruct_S_LootContext_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetDisplayName_ReturnValue) == 0x000170, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, K2Node_MakeStruct_FormatArgumentData) == 0x000190, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetEnemyDataTableRow_Found) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, K2Node_MakeArray_Array) == 0x0003E0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Format_ReturnValue) == 0x0003F0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetEnemyArchetypeAsset_ReturnValue) == 0x000400, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetEnemyArchetypeAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Get_Item_1) == 0x000408, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetArchetypeScalingDataTableForBattle_ReturnValue) == 0x000430, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetArchetypeScalingDataTableForBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000438, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000440, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Length_ReturnValue) == 0x000444, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Less_IntInt_ReturnValue) == 0x000448, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Length_ReturnValue_1) == 0x00044C, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Less_IntInt_ReturnValue_1) == 0x000450, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetDataTableRowFromName_OutRow) == 0x000458, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_GetLootSystem_ReturnValue) == 0x000460, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_GetLootSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000468, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_RollLootTableReferences_RolledLootEntries) == 0x000470, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_RollLootTableReferences_RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_SelectFloat_ReturnValue) == 0x000480, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Length_ReturnValue_2) == 0x000488, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000490, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Less_IntInt_ReturnValue_2) == 0x000498, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_ClampFloatToPositiveInt32_ReturnValue) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_ClampFloatToPositiveInt32_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_FTrunc_ReturnValue) == 0x0004A8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Array_Index_Variable_3) == 0x0004AC, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Get_Item_2) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Map_Keys_Keys) == 0x0004C0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0004D0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Get_Item_3) == 0x0004D8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0004E0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Map_Find_Value) == 0x0004E8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Map_Find_ReturnValue) == 0x0004EC, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0004F0, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_FCeil_ReturnValue) == 0x0004F8, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Array_Length_ReturnValue_3) == 0x0004FC, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Max_ReturnValue) == 0x000500, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000508, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000510, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_FindArchetypeEncounterLevelRow_ScalingDataLevel) == 0x000518, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_FindArchetypeEncounterLevelRow_ScalingDataLevel' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000550, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_FCeil_ReturnValue_1) == 0x000558, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_FCeil_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Max_ReturnValue_1) == 0x00055C, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, Temp_int_Loop_Counter_Variable_3) == 0x000560, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Less_IntInt_ReturnValue_3) == 0x000564, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Add_IntInt_ReturnValue_3) == 0x000568, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, K2Node_MakeStruct_S_BattleRewards) == 0x000570, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::K2Node_MakeStruct_S_BattleRewards' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Int32SafeIncrement_ReturnValue) == 0x000588, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Int32SafeIncrement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_Int32SafeIncrement_ReturnValue_1) == 0x00058C, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_Int32SafeIncrement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_RollBattleRewards, CallFunc_RandomBoolWithWeight_Weight_ImplicitCast) == 0x000590, "Member 'AC_jRPG_BattleManager_C_RollBattleRewards::CallFunc_RandomBoolWithWeight_Weight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_AddAP \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_AddAP) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_AddAP"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_AddAP) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_AddAP"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_AddAP, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_AddAP::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_AddAP, Amount) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Sandfall_AddAP::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies, BuffBPClass) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAllEnemies::BuffBPClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly, AllyName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly::AllyName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly, BuffBPClass) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Sandfall_ApplyBuffToAlly::BuffBPClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies, ShieldAmount) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_ApplyShieldToEnemies::ShieldAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_ChangePerfection \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_ChangePerfection) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_ChangePerfection"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_ChangePerfection) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_ChangePerfection"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ChangePerfection, CharacterId) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_ChangePerfection::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_ChangePerfection, PerfectionChange) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Sandfall_ChangePerfection::PerfectionChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_ \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_, CharacterName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_DamageCharacter_::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_DamageEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_DamageEnemies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_DamageEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_DamageEnemies) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_DamageEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_DamageEnemies, Damages) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_DamageEnemies::Damages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage, Ignore) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_HeroesIgnoreDamage::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_KillCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_KillCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_KillCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_KillCharacter) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_KillCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_KillCharacter, CharacterName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_KillCharacter::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject, Target) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject::Target' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject, Source) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Sandfall_KillCharacterByObject::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP, Amount) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesAP::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP, HP) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_SetAllAlliesHP::HP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP \ +static_assert(alignof(AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP) == 0x000004, "Wrong size on AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP, NewHPValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Sandfall_SetAllEnemiesHP::NewHPValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SelectAction \ +static_assert(alignof(AC_jRPG_BattleManager_C_SelectAction) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SelectAction"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SelectAction) == 0x0000D8, "Wrong size on AC_jRPG_BattleManager_C_SelectAction"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, ActionType) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SelectAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, SlotIndexLOCAL) == 0x000004, "Member 'AC_jRPG_BattleManager_C_SelectAction::SlotIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SelectAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_BattleManager_C_SelectAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, K2Node_MakeArray_Array) == 0x000078, "Member 'AC_jRPG_BattleManager_C_SelectAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_Format_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetOwner_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectAction, CallFunc_GetAllItemsUsableInBattle_UsableItem) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_SelectAction::CallFunc_GetAllItemsUsableInBattle_UsableItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SelectSecondaryAction \ +static_assert(alignof(AC_jRPG_BattleManager_C_SelectSecondaryAction) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SelectSecondaryAction"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SelectSecondaryAction) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_SelectSecondaryAction"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectSecondaryAction, SelectedSecondaryAction_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SelectSecondaryAction::SelectedSecondaryAction_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectSecondaryAction, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SelectSecondaryAction::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectSecondaryAction, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SelectSecondaryAction::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectSecondaryAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SelectSecondaryAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SelectSecondaryAction, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SelectSecondaryAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetBattleInputEnabled \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetBattleInputEnabled) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_SetBattleInputEnabled"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetBattleInputEnabled) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_SetBattleInputEnabled"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetBattleInputEnabled, Enabled) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetBattleInputEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetBattleInputEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_SetBattleInputEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetBattleMapInternal \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetBattleMapInternal) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SetBattleMapInternal"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetBattleMapInternal) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_SetBattleMapInternal"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetBattleMapInternal, BattleMapActor) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetBattleMapInternal::BattleMapActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetBattleMapInternal, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SetBattleMapInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetBattleMapInternal, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'AC_jRPG_BattleManager_C_SetBattleMapInternal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetCurrentCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetCurrentCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SetCurrentCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetCurrentCharacter) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_SetCurrentCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetCurrentCharacter, CurrentCharacter_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetCurrentCharacter::CurrentCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetCurrentCharacter, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SetCurrentCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetCurrentCharacter, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000009, "Member 'AC_jRPG_BattleManager_C_SetCurrentCharacter::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetDebugFlowState \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetDebugFlowState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SetDebugFlowState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetDebugFlowState) == 0x000088, "Wrong size on AC_jRPG_BattleManager_C_SetDebugFlowState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDebugFlowState, StateName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetDebugFlowState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDebugFlowState, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SetDebugFlowState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDebugFlowState, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SetDebugFlowState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDebugFlowState, K2Node_MakeArray_Array) == 0x000068, "Member 'AC_jRPG_BattleManager_C_SetDebugFlowState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDebugFlowState, CallFunc_Format_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_SetDebugFlowState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetDefenseState \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetDefenseState) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_SetDefenseState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetDefenseState) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_SetDefenseState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetDefenseState, WantedDefense_0) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetDefenseState::WantedDefense_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetInputMappingContextEnabled \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SetInputMappingContextEnabled"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_SetInputMappingContextEnabled"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, bIsEnabled) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, MappingContext) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, Priority) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::Priority' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, K2Node_MakeStruct_ModifyContextOptions) == 0x000014, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, CallFunc_AddMappingContext_self_CastInput) == 0x000028, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetInputMappingContextEnabled, CallFunc_RemoveMappingContext_self_CastInput) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SetInputMappingContextEnabled::CallFunc_RemoveMappingContext_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetIsSkipImpossible \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetIsSkipImpossible) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_SetIsSkipImpossible"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetIsSkipImpossible) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_SetIsSkipImpossible"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetIsSkipImpossible, IsSkipImpossible) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetIsSkipImpossible::IsSkipImpossible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason, LastDamageReceivedReason) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetLastFatalDamageReceivedReason::LastDamageReceivedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SetupBattleMap \ +static_assert(alignof(AC_jRPG_BattleManager_C_SetupBattleMap) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SetupBattleMap"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SetupBattleMap) == 0x000138, "Wrong size on AC_jRPG_BattleManager_C_SetupBattleMap"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_MakeRotator_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_K2_AddActorLocalRotation_SweepHitResult) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_K2_AddActorLocalRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SetupBattleMap, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000130, "Member 'AC_jRPG_BattleManager_C_SetupBattleMap::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ShouldQueueRevive \ +static_assert(alignof(AC_jRPG_BattleManager_C_ShouldQueueRevive) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_ShouldQueueRevive"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ShouldQueueRevive) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_ShouldQueueRevive"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShouldQueueRevive, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ShouldQueueRevive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState \ +static_assert(alignof(AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState) == 0x000002, "Wrong size on AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_ShouldUpdateCharacterDataWithFinalBattleState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ShowBattleMenuTooltip \ +static_assert(alignof(AC_jRPG_BattleManager_C_ShowBattleMenuTooltip) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ShowBattleMenuTooltip"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ShowBattleMenuTooltip) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_ShowBattleMenuTooltip"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleMenuTooltip, TooltipName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ShowBattleMenuTooltip::TooltipName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleMenuTooltip, TooltipDesc) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ShowBattleMenuTooltip::TooltipDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ShowBattleTooltip \ +static_assert(alignof(AC_jRPG_BattleManager_C_ShowBattleTooltip) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ShowBattleTooltip"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ShowBattleTooltip) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_ShowBattleTooltip"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleTooltip, ToolTipText) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ShowBattleTooltip::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleTooltip, AutoFadeout) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ShowBattleTooltip::AutoFadeout' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleTooltip, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000011, "Member 'AC_jRPG_BattleManager_C_ShowBattleTooltip::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowBattleTooltip, CallFunc_GetBoolCVar_ReturnValue) == 0x000012, "Member 'AC_jRPG_BattleManager_C_ShowBattleTooltip::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ShowSkillTooltip \ +static_assert(alignof(AC_jRPG_BattleManager_C_ShowSkillTooltip) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ShowSkillTooltip"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ShowSkillTooltip) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_ShowSkillTooltip"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowSkillTooltip, TooltipName) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ShowSkillTooltip::TooltipName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ShowSkillTooltip, TooltipDesc) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ShowSkillTooltip::TooltipDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Spawn_Player_Character \ +static_assert(alignof(AC_jRPG_BattleManager_C_Spawn_Player_Character) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_Spawn_Player_Character"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Spawn_Player_Character) == 0x000720, "Wrong size on AC_jRPG_BattleManager_C_Spawn_Player_Character"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CharacterData) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, BattleSpotIndex) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::BattleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, FormationType) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::FormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, SpawnedCharacter) == 0x000010, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, local_class) == 0x000018, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::local_class' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, local_battleSpotIndex) == 0x000020, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::local_battleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, local_SpawnedCharacter) == 0x000028, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::local_SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, local_SpawnedCharacterData) == 0x000030, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::local_SpawnedCharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_NameToText_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, Temp_int_Array_Index_Variable) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeArray_Array) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, Temp_wildcard_Variable) == 0x000108, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Get_Item) == 0x000118, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValid_ReturnValue) == 0x000124, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script) == 0x000130, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_bSuccess) == 0x000138, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValidClass_ReturnValue) == 0x000150, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetBaseFilename_ReturnValue) == 0x000158, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000168, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_StringToText_ReturnValue) == 0x000170, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_2) == 0x000180, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetClassDisplayName_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetBattleSoftClass_CharacterActorSoftClass) == 0x000230, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetBattleSoftClass_CharacterActorSoftClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1) == 0x000258, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000260, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000268, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_bSuccess_1) == 0x000270, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValidClass_ReturnValue_1) == 0x000271, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1) == 0x000278, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetBaseFilename_ReturnValue_1) == 0x000288, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetBaseFilename_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000298, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002A8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform) == 0x0002F0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType) == 0x000350, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeArray_Array_1) == 0x000358, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Format_ReturnValue_1) == 0x000368, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000378, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000470, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000478, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base_1) == 0x000480, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_ClassDynamicCast_bSuccess_2) == 0x000488, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsClassLoaded_ReturnValue) == 0x000489, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsClassLoaded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000490, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_FinishSpawningActor_ReturnValue) == 0x000498, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetAllActorsOfClass_OutActors) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Get_Item_1) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Length_ReturnValue_1) == 0x0004B8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Greater_IntInt_ReturnValue) == 0x0004BC, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetPlayerCharacterAtBattleSpot_Character) == 0x0004C0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetPlayerCharacterAtBattleSpot_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValid_ReturnValue_1) == 0x0004C8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0004D0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_5) == 0x0004E0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeArray_Array_2) == 0x000528, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetCharacterByID_CharacterData) == 0x000538, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Format_ReturnValue_2) == 0x000540, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetAllAvailableEquippedSkills_ReturnValue) == 0x000550, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetAllAvailableEquippedSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000560, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Length_ReturnValue_2) == 0x000570, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Add_IntInt_ReturnValue) == 0x000574, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Less_IntInt_ReturnValue) == 0x000578, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Percent_IntInt_ReturnValue) == 0x00057C, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetBattleAudioProfile_BattleAudioProfile) == 0x000580, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetBattleAudioProfile_BattleAudioProfile' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000650, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeStruct_FormatArgumentData_6) == 0x000660, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeArray_Array_3) == 0x0006A8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Format_ReturnValue_3) == 0x0006B8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Add_ReturnValue) == 0x0006C8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValid_ReturnValue_2) == 0x0006CC, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0006CD, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, K2Node_MakeArray_Array_4) == 0x0006D0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_IsValid_ReturnValue_3) == 0x0006E0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, Temp_int_Loop_Counter_Variable) == 0x0006E4, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Less_IntInt_ReturnValue_1) == 0x0006E8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Add_IntInt_ReturnValue_1) == 0x0006EC, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetOwner_ReturnValue) == 0x0006F0, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetComponentByClass_ReturnValue) == 0x0006F8, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetOwner_ReturnValue_1) == 0x000700, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Contains_ReturnValue) == 0x000708, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000710, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_BooleanAND_ReturnValue) == 0x000718, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Spawn_Player_Character, CallFunc_Array_Add_ReturnValue_1) == 0x00071C, "Member 'AC_jRPG_BattleManager_C_Spawn_Player_Character::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnAllCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnAllCharacters) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnAllCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnAllCharacters) == 0x0001A0, "Wrong size on AC_jRPG_BattleManager_C_SpawnAllCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType) == 0x000060, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_GetPlayerCharacterAtBattleSpot_Character) == 0x000068, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_GetPlayerCharacterAtBattleSpot_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakTransform_Location) == 0x000070, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakTransform_Rotation) == 0x000088, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakTransform_Scale) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_X) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_Y) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_Z) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_X_1) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_Y_1) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BreakVector_Z_1) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_MakeVector_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_MakeTransform_ReturnValue) == 0x000120, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_FinishSpawningActor_ReturnValue) == 0x000188, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_Not_PreBool_ReturnValue) == 0x000190, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnAllCharacters, CallFunc_Not_PreBool_ReturnValue_1) == 0x000191, "Member 'AC_jRPG_BattleManager_C_SpawnAllCharacters::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnBattleSequence \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnBattleSequence) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnBattleSequence"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnBattleSequence) == 0x000180, "Wrong size on AC_jRPG_BattleManager_C_SpawnBattleSequence"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, LevelSequence) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, SourceCharacter) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, TargetCharacters) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::TargetCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, SnapOnTarget) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::SnapOnTarget' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, UseTargetAsOrigin) == 0x000021, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::UseTargetAsOrigin' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, UseTargetOrientation) == 0x000022, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::UseTargetOrientation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, LookAtTarget) == 0x000023, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, LookAtAttacker) == 0x000024, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::LookAtAttacker' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, DisableSequenceSnapping) == 0x000025, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::DisableSequenceSnapping' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, EpicSequence) == 0x000028, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::EpicSequence' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, AttackerFirstPosition) == 0x000030, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::AttackerFirstPosition' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_GetTransform_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, K2Node_MakeArray_Array) == 0x000150, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000160, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_Format_ReturnValue) == 0x000168, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnBattleSequence, CallFunc_FinishSpawningActor_ReturnValue) == 0x000178, "Member 'AC_jRPG_BattleManager_C_SpawnBattleSequence::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState) == 0x000098, "Wrong size on AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, StoredState) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::StoredState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, SpawnedCharacter) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, local_isDead) == 0x000040, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::local_isDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, local_respawnedCharacter) == 0x000048, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::local_respawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_SpawnEnemyOnSpot_SpawnedEnemy) == 0x000060, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_SpawnEnemyOnSpot_SpawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation) == 0x000068, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_Array_RemoveItem_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_GetCharacterByID_CharacterData) == 0x000088, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState, CallFunc_Spawn_Player_Character_SpawnedCharacter) == 0x000090, "Member 'AC_jRPG_BattleManager_C_SpawnCharacterFromStoredState::CallFunc_Spawn_Player_Character_SpawnedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnEnemies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnEnemies) == 0x000228, "Wrong size on AC_jRPG_BattleManager_C_SpawnEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, local_battleContainsBoss) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::local_battleContainsBoss' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Loop_Counter_Variable_2) == 0x000014, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Loop_Counter_Variable_3) == 0x000030, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Not_PreBool_ReturnValue_2) == 0x000051, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Less_IntInt_ReturnValue_1) == 0x000064, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_BooleanAND_ReturnValue_1) == 0x000065, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_GetAllEnemyCharacters_SortedBySpotIndex_AllEnemies) == 0x000068, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_GetAllEnemyCharacters_SortedBySpotIndex_AllEnemies' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Get_Item_2) == 0x000088, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Length_ReturnValue_2) == 0x00008C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000090, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Less_IntInt_ReturnValue_2) == 0x000098, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Map_Find_Value) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0000F1, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_SpawnEnemyOnSpot_SpawnedEnemy) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_SpawnEnemyOnSpot_SpawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation) == 0x000100, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Length_ReturnValue_3) == 0x000118, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Less_IntInt_ReturnValue_3) == 0x00011C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_BooleanAND_ReturnValue_2) == 0x00011D, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Get_Item_3) == 0x000120, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Array_Length_ReturnValue_4) == 0x000128, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_IsValid_ReturnValue) == 0x00012C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Not_PreBool_ReturnValue_3) == 0x000134, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Max_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_GetTimeSeconds_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Conv_NameToText_ReturnValue) == 0x000148, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, K2Node_MakeArray_Array) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, K2Node_MakeArray_Array_1) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Format_ReturnValue) == 0x000208, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemies, CallFunc_Format_ReturnValue_1) == 0x000218, "Member 'AC_jRPG_BattleManager_C_SpawnEnemies::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnEnemyOnSpot \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnEnemyOnSpot"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot) == 0x0007C0, "Wrong size on AC_jRPG_BattleManager_C_SpawnEnemyOnSpot"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, BattleSpotIndex) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::BattleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CharacterHardcodedName) == 0x000004, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, NotifyBattleStart) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::NotifyBattleStart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, SpawnedEnemy) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::SpawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, EnemySpawnedLocation) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::EnemySpawnedLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, local_notifyBattleStart) == 0x000030, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::local_notifyBattleStart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, local_battleSpotIndex) == 0x000034, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::local_battleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, local_spawnedEnemy) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::local_spawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, local_enemyData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::local_enemyData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Conv_NameToText_ReturnValue) == 0x000240, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetEnemyDataTableRow_Found) == 0x000250, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x000258, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeStruct_FormatArgumentData) == 0x000458, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeArray_Array) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Format_ReturnValue) == 0x0004B0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0004C0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0004C8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_ClassDynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_ClassDynamicCast_bSuccess) == 0x0004D0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetClassDisplayName_ReturnValue) == 0x0004D8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Conv_StringToText_ReturnValue) == 0x0004E8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeStruct_FormatArgumentData_1) == 0x0004F8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, Temp_byte_Variable) == 0x000540, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, Temp_byte_Variable_1) == 0x000541, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000548, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeStruct_FormatArgumentData_2) == 0x000550, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform) == 0x0005A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType) == 0x000600, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000608, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_IsValid_ReturnValue) == 0x000610, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_FinishSpawningActor_ReturnValue) == 0x000618, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000620, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetEnemyArchetypeAsset_ReturnValue) == 0x000638, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetEnemyArchetypeAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetArchetypeScalingDataTableForBattle_ReturnValue) == 0x000640, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetArchetypeScalingDataTableForBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_ComputeCharacterStats_Stats) == 0x000648, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_ComputeCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_ComputeCharacterStats_Chroma) == 0x000698, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_ComputeCharacterStats_Chroma' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_ComputeCharacterStats_Experience) == 0x00069C, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_ComputeCharacterStats_Experience' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_Value) == 0x0006A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_ReturnValue) == 0x0006A8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Challenge_ApplyEnemyStatChanges_OutStats) == 0x0006B0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Challenge_ApplyEnemyStatChanges_OutStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000700, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_Value_1) == 0x000710, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_ReturnValue_1) == 0x000718, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeStruct_FormatArgumentData_3) == 0x000720, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_Value_2) == 0x000768, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Find_ReturnValue_2) == 0x000770, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, K2Node_MakeArray_Array_1) == 0x000778, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Format_ReturnValue_1) == 0x000788, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Map_Contains_ReturnValue) == 0x000798, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Not_PreBool_ReturnValue) == 0x000799, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetOwner_ReturnValue) == 0x0007A0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_GetComponentByClass_ReturnValue) == 0x0007A8, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnEnemyOnSpot, CallFunc_Array_Add_ReturnValue) == 0x0007B0, "Member 'AC_jRPG_BattleManager_C_SpawnEnemyOnSpot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CharacterData) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter, CallFunc_Spawn_Player_Character_SpawnedCharacter) == 0x000028, "Member 'AC_jRPG_BattleManager_C_SpawnExtraPlayerCharacter::CallFunc_Spawn_Player_Character_SpawnedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty) == 0x000190, "Wrong size on AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, local_SpawnedCharacterData) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::local_SpawnedCharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, local_SpawnedCharacter) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::local_SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_RemapPartyIndexToBattleSpotIndex_SpotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Array_Length_ReturnValue_2) == 0x000080, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_GetCharacterByID_CharacterData) == 0x000088, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Spawn_Player_Character_SpawnedCharacter) == 0x000090, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Spawn_Player_Character_SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_GetTimeSeconds_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Array_Length_ReturnValue_3) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, K2Node_MakeArray_Array) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Format_ReturnValue) == 0x000150, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, K2Node_MakeArray_Array_1) == 0x000160, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Format_ReturnValue_1) == 0x000170, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, Temp_int_Loop_Counter_Variable) == 0x000180, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Less_IntInt_ReturnValue) == 0x000184, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty, CallFunc_Add_IntInt_ReturnValue) == 0x000188, "Member 'AC_jRPG_BattleManager_C_SpawnPlayerCharactersFromParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SpawnPuppetCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_SpawnPuppetCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter) == 0x000160, "Wrong size on AC_jRPG_BattleManager_C_SpawnPuppetCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CharacterBPClass) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CharacterBPClass' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, PuppetedBy) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::PuppetedBy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, Scale) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::Scale' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_BreakTransform_Location) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_BreakTransform_Rotation) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_BreakTransform_Scale) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_MakeTransform_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000150, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SpawnPuppetCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x000158, "Member 'AC_jRPG_BattleManager_C_SpawnPuppetCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartAudioForBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartAudioForBattle) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartAudioForBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartAudioForBattle) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_StartAudioForBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartAudioForBattle, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartAudioForBattle::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartBattle \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartBattle) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_StartBattle"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartBattle) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_StartBattle"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartBattle, EngageType) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartBattle::EngageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartBattleEndFlow \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartBattleEndFlow) == 0x000001, "Wrong alignment on AC_jRPG_BattleManager_C_StartBattleEndFlow"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartBattleEndFlow) == 0x000001, "Wrong size on AC_jRPG_BattleManager_C_StartBattleEndFlow"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartBattleEndFlow, BattleEndResult) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartBattleEndFlow::BattleEndResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartBattleNEW \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartBattleNEW) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartBattleNEW"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartBattleNEW) == 0x000158, "Wrong size on AC_jRPG_BattleManager_C_StartBattleNEW"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartBattleNEW, BattleStartParams) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartBattleNEW::BattleStartParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartBattleTransition \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartBattleTransition) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartBattleTransition"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartBattleTransition) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_StartBattleTransition"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartBattleTransition, TransitionIntroLatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartBattleTransition::TransitionIntroLatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartCharacterTurn \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartCharacterTurn) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartCharacterTurn"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartCharacterTurn) == 0x000340, "Wrong size on AC_jRPG_BattleManager_C_StartCharacterTurn"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Character) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, local_CharacterHasChanged) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::local_CharacterHasChanged' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_wildcard_Variable) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeArray_Array) == 0x000070, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Format_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_int_Loop_Counter_Variable) == 0x0000FC, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_int_Array_Index_Variable_1) == 0x000104, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000109, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_wildcard_Variable_1) == 0x000110, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Array_Get_Item) == 0x000120, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000130, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_IsInTeam_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_DoubleToInt64_ReturnValue) == 0x000148, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_DoubleToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetMaxHP_MaxHP) == 0x000150, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Multiply_Int64Int64_ReturnValue) == 0x000158, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Multiply_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000160, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000168, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_FTrunc64_ReturnValue) == 0x000170, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetIntCVar_ReturnValue) == 0x000178, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetIntCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_int_Variable) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000188, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000198, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetIntCVar_ReturnValue_1) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetIntCVar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001B0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_FClamp_ReturnValue) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Round64_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_Int64ToDouble_ReturnValue_1) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_Int64ToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_SwitchInteger_CmpSuccess) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_CreateDelegate_OutputDelegate) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeStruct_FormatArgumentData_2) == 0x000208, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeArray_Array_1) == 0x000250, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Format_ReturnValue_1) == 0x000260, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_SpawnObject_ReturnValue) == 0x000270, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, Temp_int_Loop_Counter_Variable_1) == 0x000278, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetQTEManager_QTEManager) == 0x000280, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Less_IntInt_ReturnValue) == 0x000288, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Add_IntInt_ReturnValue_2) == 0x00028C, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_GetAllAliveCharacters_AllCharacters_1) == 0x000290, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_GetAllAliveCharacters_AllCharacters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0002A0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x0002B0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002C0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, K2Node_MakeArray_Array_2) == 0x000308, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Format_ReturnValue_2) == 0x000318, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000328, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Array_Get_Item_1) == 0x000330, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Array_Length_ReturnValue_1) == 0x000338, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn, CallFunc_Less_IntInt_ReturnValue_1) == 0x00033C, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2 \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2) == 0x0001A8, "Wrong size on AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_IsBattleEnding_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Not_PreBool_ReturnValue_2) == 0x000034, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x000040, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Not_PreBool_ReturnValue_3) == 0x000041, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_On_Action_Finished_HasMoreActions) == 0x000042, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeArray_Array) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeArray_Array_1) == 0x000108, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_BooleanOR_ReturnValue) == 0x000129, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Not_PreBool_ReturnValue_4) == 0x00012A, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_IsTurnSkipActive_ReturnValue) == 0x00012B, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_IsTurnSkipActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, K2Node_MakeArray_Array_2) == 0x000178, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_AreAllDependenciesSolved_AllSolved) == 0x000188, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_AreAllDependenciesSolved_AllSolved' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_Format_ReturnValue_2) == 0x000190, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_StartCharacterTurn_Phase2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartCounterAttackInternal \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartCounterAttackInternal) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartCounterAttackInternal"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartCounterAttackInternal) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_StartCounterAttackInternal"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCounterAttackInternal, Source) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartCounterAttackInternal::Source' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartCounterAttackInternal, Target) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartCounterAttackInternal::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartFreezeFrame \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartFreezeFrame) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartFreezeFrame"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartFreezeFrame) == 0x0000C0, "Wrong size on AC_jRPG_BattleManager_C_StartFreezeFrame"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, FreezeFrameType) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::FreezeFrameType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, LatentAction) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_StartLatentAction_AsyncAction) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_StartLatentAction_AsyncAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_Conv_StringToName_ReturnValue) == 0x000080, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartFreezeFrame, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_StartFreezeFrame::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartPlayerTurnChoice \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartPlayerTurnChoice) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartPlayerTurnChoice"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartPlayerTurnChoice) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_StartPlayerTurnChoice"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPlayerTurnChoice, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartPlayerTurnChoice::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPlayerTurnChoice, CallFunc_GetActorForwardVector_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartPlayerTurnChoice::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPlayerTurnChoice, CallFunc_GetTargetingManager_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StartPlayerTurnChoice::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies \ +static_assert(alignof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies, K2Node_MakeArray_Array) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies, CallFunc_GetJRPGControllerWorld_JRPG_Controller_1) == 0x000018, "Member 'AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies::CallFunc_GetJRPGControllerWorld_JRPG_Controller_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies, CallFunc_GetAssetsToLoadForBattle_ClassesToLoad) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StartPreloadingBattleDependencies::CallFunc_GetAssetsToLoadForBattle_ClassesToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StopBattleSystems \ +static_assert(alignof(AC_jRPG_BattleManager_C_StopBattleSystems) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StopBattleSystems"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StopBattleSystems) == 0x000078, "Wrong size on AC_jRPG_BattleManager_C_StopBattleSystems"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_FindActiveSkillSequenceBP_EpicSequenceBP) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_FindActiveSkillSequenceBP_EpicSequenceBP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_GetAllCharacters_AllCharacters) == 0x000030, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Map_Values_Values) == 0x000050, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StopBattleSystems, CallFunc_GetPlayerController_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_StopBattleSystems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates \ +static_assert(alignof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, local_lootContext) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, Temp_int_Array_Index_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, Temp_wildcard_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_Array_Get_Item) == 0x000018, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates, CallFunc_GetAllPlayerCharacters_AllCharacters) == 0x000038, "Member 'AC_jRPG_BattleManager_C_StoreAllCharacterFinalStates::CallFunc_GetAllPlayerCharacters_AllCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_StoreCharacterFinalState \ +static_assert(alignof(AC_jRPG_BattleManager_C_StoreCharacterFinalState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_StoreCharacterFinalState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_StoreCharacterFinalState) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_StoreCharacterFinalState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreCharacterFinalState, CharacterBattle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_StoreCharacterFinalState::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreCharacterFinalState, CallFunc_GetCurrentAP_AP) == 0x000008, "Member 'AC_jRPG_BattleManager_C_StoreCharacterFinalState::CallFunc_GetCurrentAP_AP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreCharacterFinalState, CallFunc_Round_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_StoreCharacterFinalState::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_StoreCharacterFinalState, K2Node_MakeStruct_S_BattleCharacterFinalState) == 0x000018, "Member 'AC_jRPG_BattleManager_C_StoreCharacterFinalState::K2Node_MakeStruct_S_BattleCharacterFinalState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_SwitchCamera \ +static_assert(alignof(AC_jRPG_BattleManager_C_SwitchCamera) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_SwitchCamera"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_SwitchCamera) == 0x000028, "Wrong size on AC_jRPG_BattleManager_C_SwitchCamera"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, PathID) == 0x000000, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::PathID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, RandomStartDistance) == 0x000008, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::RandomStartDistance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, Loop) == 0x000009, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::Loop' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, UpdatePathLocation) == 0x00000A, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::UpdatePathLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_SwitchCamera, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_SwitchCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TriggerBattleStartEvents \ +static_assert(alignof(AC_jRPG_BattleManager_C_TriggerBattleStartEvents) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TriggerBattleStartEvents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TriggerBattleStartEvents) == 0x000008, "Wrong size on AC_jRPG_BattleManager_C_TriggerBattleStartEvents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerBattleStartEvents, LatentAction) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TriggerBattleStartEvents::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters, CharactersToProcess) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters::CharactersToProcess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters, LatentAction) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TriggerBattleStartEventsForCharacters::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TriggerPostBattleEvents \ +static_assert(alignof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TriggerPostBattleEvents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents) == 0x000048, "Wrong size on AC_jRPG_BattleManager_C_TriggerPostBattleEvents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerPostBattleEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_TriggerPostBattleEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TriggerSkill \ +static_assert(alignof(AC_jRPG_BattleManager_C_TriggerSkill) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TriggerSkill"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TriggerSkill) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_TriggerSkill"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkill, TargetedCharacters) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TriggerSkill::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkill, Source) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TriggerSkill::Source' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkill, SkillClass) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TriggerSkill::SkillClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TriggerSkillCounter \ +static_assert(alignof(AC_jRPG_BattleManager_C_TriggerSkillCounter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TriggerSkillCounter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TriggerSkillCounter) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_TriggerSkillCounter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkillCounter, TargetCharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TriggerSkillCounter::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkillCounter, CounteringCharacterStats) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TriggerSkillCounter::CounteringCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TriggerSkillCounter, Skill) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TriggerSkillCounter::Skill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryCounterAttack \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryCounterAttack) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryCounterAttack"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryCounterAttack) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_TryCounterAttack"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, ParryState) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::ParryState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_Array_Get_Item) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_Array_Get_Item_2) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_CanCharactersCounterAttackEnemySkill_CanCounter) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_CanCharactersCounterAttackEnemySkill_CanCounter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryCounterAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x00002E, "Member 'AC_jRPG_BattleManager_C_TryCounterAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState) == 0x0000B0, "Wrong size on AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, local_lootContext) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, Temp_wildcard_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Array_Get_Item) == 0x000024, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_GetInventoryManager_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_FindItemCountFromInventory_Quantity) == 0x00005C, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Find_Value) == 0x000060, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Find_ReturnValue) == 0x000064, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000068, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Greater_IntInt_ReturnValue) == 0x00006C, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Find_Value_1) == 0x000070, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Find_ReturnValue_1) == 0x000080, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Map_Keys_Keys_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_ShouldUpdateCharacterDataWithFinalBattleState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState, CallFunc_GetCharacterByID_CharacterData) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_TryFlushBattleStateToGameState::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect, CharStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect::CharStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryForceUnregisterPendingResurrect::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryGetInterceptingCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryGetInterceptingCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter) == 0x000190, "Wrong size on AC_jRPG_BattleManager_C_TryGetInterceptingCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, TargetedCharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::TargetedCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, AttackerCharacterStats) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::AttackerCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CharacterStats) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, Temp_wildcard_Variable) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000088, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, Temp_int_Array_Index_Variable) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000100, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_CanInterceptAttack_ReturnValue) == 0x000110, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_CanInterceptAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, K2Node_MakeArray_Array) == 0x000160, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000170, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetInterceptingCharacter, CallFunc_Format_ReturnValue) == 0x000180, "Member 'AC_jRPG_BattleManager_C_TryGetInterceptingCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryGetTargetedAllies \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryGetTargetedAllies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryGetTargetedAllies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryGetTargetedAllies) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_TryGetTargetedAllies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, Valid) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::Valid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, TargetedHeroes) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::TargetedHeroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, CallFunc_Is_Attacking_Heroes_IsAttacking) == 0x000029, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::CallFunc_Is_Attacking_Heroes_IsAttacking' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGetTargetedAllies, CallFunc_Is_Attacking_Heroes_TargetedHeroes) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TryGetTargetedAllies::CallFunc_Is_Attacking_Heroes_TargetedHeroes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryGradientCounterAttack \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryGradientCounterAttack) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryGradientCounterAttack"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryGradientCounterAttack) == 0x000030, "Wrong size on AC_jRPG_BattleManager_C_TryGradientCounterAttack"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, ParryState) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::ParryState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_Array_Get_Item) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_Array_Get_Item_2) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryGradientCounterAttack, CallFunc_BooleanAND_ReturnValue_1) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_TryGradientCounterAttack::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryLastStand \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryLastStand) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryLastStand"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryLastStand) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_TryLastStand"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, CharacterBattle) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryLastStand::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, DeathReason) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryLastStand::DeathReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, HasLastStand) == 0x000009, "Member 'AC_jRPG_BattleManager_C_TryLastStand::HasLastStand' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_TryLastStand::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, CallFunc_CanCancelFreeAim_ReturnValue) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_TryLastStand::CallFunc_CanCancelFreeAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryLastStand, CallFunc_TryAddCharacterForLastStand_HasLastStand) == 0x00001D, "Member 'AC_jRPG_BattleManager_C_TryLastStand::CallFunc_TryAddCharacterForLastStand_HasLastStand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryNotifyChallenges \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryNotifyChallenges) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryNotifyChallenges"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryNotifyChallenges) == 0x000248, "Wrong size on AC_jRPG_BattleManager_C_TryNotifyChallenges"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_JoinStringArray_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, Temp_int_Array_Index_Variable) == 0x000040, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetDifficultyManager_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetActiveChallengeIDs_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetActiveChallengeIDs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_FindChallengeDefinitions_ChallengeAsset) == 0x000070, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_FindChallengeDefinitions_ChallengeAsset' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Map_Keys_Keys) == 0x0000C8, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetSelectedChallengeOption_Found) == 0x0000E4, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetSelectedChallengeOption_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetSelectedChallengeOption_OptionID) == 0x0000E8, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetSelectedChallengeOption_OptionID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Map_Find_Value) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Map_Find_ReturnValue) == 0x000100, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetValidOptionDisplayNames_ReturnValue) == 0x000108, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetValidOptionDisplayNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_GetChallengeDisplayName_ReturnValue) == 0x000158, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_GetChallengeDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Map_Find_Value_1) == 0x000168, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Map_Find_ReturnValue_1) == 0x000178, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, K2Node_MakeStruct_FormatArgumentData) == 0x000180, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, K2Node_MakeArray_Array) == 0x000210, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Format_ReturnValue) == 0x000220, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Conv_TextToString_ReturnValue) == 0x000230, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryNotifyChallenges, CallFunc_Array_Add_ReturnValue) == 0x000240, "Member 'AC_jRPG_BattleManager_C_TryNotifyChallenges::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter, CharacterStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryRemoveQueuedForcedNextCharacter::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer \ +static_assert(alignof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer) == 0x0004B0, "Wrong size on AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, Thief) == 0x000000, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::Thief' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, ConsumableDataRow) == 0x000008, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::ConsumableDataRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, Quantity) == 0x000018, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, RemovedQuantity) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::RemovedQuantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, local_ItemID) == 0x000020, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::local_ItemID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, local_removedQuantity) == 0x000028, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::local_removedQuantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, local_previousValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::local_previousValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeArray_Array) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Format_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_3) == 0x000148, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, Temp_bool_Variable) == 0x000190, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Greater_IntInt_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetItemQuantityInInventory_ReturnValue) == 0x0001EC, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetItemQuantityInInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetItemQuantityInInventory_ReturnValue_1) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetItemQuantityInInventory_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001F4, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Max_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetInventoryManager_ReturnValue) == 0x000200, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetDataTableRowFromName_OutRow) == 0x000208, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000338, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_5) == 0x000340, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000388, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeArray_Array_1) == 0x000398, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Conv_StringToText_ReturnValue) == 0x0003A8, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Format_ReturnValue_1) == 0x0003B8, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003C8, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000410, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeArray_Array_2) == 0x000418, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Format_ReturnValue_2) == 0x000428, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeStruct_FormatArgumentData_7) == 0x000438, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_MakeArray_Array_3) == 0x000480, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, CallFunc_Format_ReturnValue_3) == 0x000490, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer, K2Node_Select_Default) == 0x0004A0, "Member 'AC_jRPG_BattleManager_C_TryStealConsumableFromPlayer::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished, Event) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished::Event' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnbindEventOnBattleFinished::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement) == 0x000040, "Wrong size on AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_GetAchievementManager_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_GetAchievementManager_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_GetAchievementManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_IsAchievementUnlocked_ReturnValue) == 0x000020, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_IsAchievementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_IsOfArchetype_ReturnValue) == 0x000034, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_IsOfArchetype_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_IsOfArchetype_ReturnValue_1) == 0x000036, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_IsOfArchetype_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_BooleanOR_ReturnValue) == 0x000037, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_Was_Battle_No_Damage_ReturnValue) == 0x000038, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_Was_Battle_No_Damage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'AC_jRPG_BattleManager_C_UnlockNoDamageBossAchievement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnregisterBattleListener \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnregisterBattleListener) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UnregisterBattleListener"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnregisterBattleListener) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_UnregisterBattleListener"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnregisterBattleListener, Item) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnregisterBattleListener::Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnregisterBattleListener, CallFunc_Array_RemoveItem_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnregisterBattleListener::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents) == 0x000004, "Wrong alignment on AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents) == 0x000020, "Wrong size on AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnregisterGameInstanceEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnspawnEnemies \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnspawnEnemies) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UnspawnEnemies"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnspawnEnemies) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_UnspawnEnemies"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Array_Get_Item) == 0x000018, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnEnemies, CallFunc_Less_IntInt_ReturnValue_1) == 0x000034, "Member 'AC_jRPG_BattleManager_C_UnspawnEnemies::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UnspawnPlayerCharacters \ +static_assert(alignof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UnspawnPlayerCharacters"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_UnspawnPlayerCharacters"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x00002D, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UnspawnPlayerCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_BattleManager_C_UnspawnPlayerCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen) == 0x000060, "Wrong size on AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen, CharacterBattleStats) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen, BattleRewards) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen::BattleRewards' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen, CallFunc_GetBattleSummaryStats_BattleSummaryStats) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen::CallFunc_GetBattleSummaryStats_BattleSummaryStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'AC_jRPG_BattleManager_C_UpdateBattleEndVictoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateCharacterNextTurns \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateCharacterNextTurns"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns) == 0x000540, "Wrong size on AC_jRPG_BattleManager_C_UpdateCharacterNextTurns"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, DEBUG_VerboseTurnSimulation) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::DEBUG_VerboseTurnSimulation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, local_EngagementBonusPerCharacter) == 0x000008, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::local_EngagementBonusPerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, local_SimulatedInitiativePerCharacter) == 0x000018, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::local_SimulatedInitiativePerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, TimeToFullInitiative) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::TimeToFullInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, currentEleemnt) == 0x000038, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::currentEleemnt' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, local_SortedCharacters) == 0x000040, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::local_SortedCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, local_AllCharacters) == 0x000050, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, InitiativePerCharacter) == 0x000060, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::InitiativePerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_real_Variable) == 0x000070, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000078, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000080, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Array_Index_Variable) == 0x000090, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Array_Index_Variable_1) == 0x00009C, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Loop_Counter_Variable_1) == 0x0000A0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Array_Index_Variable_2) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_bool_Variable) == 0x0000AC, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Variable) == 0x000100, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000104, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Add_IntInt_ReturnValue_2) == 0x000108, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_wildcard_Temp_buffer_array_Variable) == 0x000110, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000120, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Get_Item) == 0x000130, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Length_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000140, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetCharacterBattleBase_IsValid) == 0x000148, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Add_ReturnValue) == 0x00014C, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Get_Item_1) == 0x000150, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000160, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_1) == 0x000178, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, Temp_int_Loop_Counter_Variable_2) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001DC, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetCharacterWithMaxInitiativeSimulate_Success_) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetCharacterWithMaxInitiativeSimulate_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetCharacterWithMaxInitiativeSimulate_Character) == 0x0001E8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetCharacterWithMaxInitiativeSimulate_Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetCharacterWithMaxInitiativeSimulate_TimeToTurn) == 0x0001F0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetCharacterWithMaxInitiativeSimulate_TimeToTurn' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000240, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_3) == 0x000250, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Add_ReturnValue_1) == 0x000298, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeArray_Array) == 0x0002A0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Format_ReturnValue) == 0x0002B0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Get_Item_2) == 0x0002C0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_ComputeNewInitiativeAfterTimeSimulate_NewInitiative) == 0x0002C8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_ComputeNewInitiativeAfterTimeSimulate_NewInitiative' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002D0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Find_ReturnValue) == 0x000318, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetTimeToFullInitiativeSimulate_Time) == 0x000320, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetTimeToFullInitiativeSimulate_Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000328, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_5) == 0x000330, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_6) == 0x000378, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeArray_Array_1) == 0x0003C0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeArray_Array_2) == 0x0003D0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Format_ReturnValue_1) == 0x0003E0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Format_ReturnValue_2) == 0x0003F0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Get_Item_3) == 0x000400, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000408, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_EqualsObjects_ReturnValue) == 0x000418, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_7) == 0x000420, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Length_ReturnValue_2) == 0x000468, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Less_IntInt_ReturnValue_2) == 0x00046C, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Add_ReturnValue_2) == 0x000470, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_Select_Default) == 0x000478, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Array_Add_ReturnValue_3) == 0x000480, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_8) == 0x000488, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_GetTimeToFullInitiativeSimulate_Time_1) == 0x0004D0, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_GetTimeToFullInitiativeSimulate_Time_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeStruct_FormatArgumentData_9) == 0x0004D8, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, K2Node_MakeArray_Array_3) == 0x000520, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateCharacterNextTurns, CallFunc_Format_ReturnValue_3) == 0x000530, "Member 'AC_jRPG_BattleManager_C_UpdateCharacterNextTurns::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateDefend \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateDefend) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateDefend"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateDefend) == 0x000010, "Wrong size on AC_jRPG_BattleManager_C_UpdateDefend"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateDefend, DebugReason) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateDefend::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation) == 0x000010, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation) == 0x000170, "Wrong size on AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotTransform' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation, CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType) == 0x000060, "Member 'AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation::CallFunc_GetProperBattleSpawnPointTransform_BattleSpotFormationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000068, "Member 'AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000160, "Member 'AC_jRPG_BattleManager_C_UpdateDummyMiddleCharacterLocation::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateFreeAimHover \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateFreeAimHover) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateFreeAimHover"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateFreeAimHover) == 0x0001D8, "Wrong size on AC_jRPG_BattleManager_C_UpdateFreeAimHover"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_ComputeFreeAim3rdPersonTargetLocation_HasHitCharacter) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_ComputeFreeAim3rdPersonTargetLocation_HasHitCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_ComputeFreeAim3rdPersonTargetLocation_CharacterBattle) == 0x000008, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_ComputeFreeAim3rdPersonTargetLocation_CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_ComputeFreeAim3rdPersonTargetLocation_HitLocation) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_ComputeFreeAim3rdPersonTargetLocation_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_ComputeFreeAim3rdPersonTargetLocation_StartLocation) == 0x000028, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_ComputeFreeAim3rdPersonTargetLocation_StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeArray_Array) == 0x000098, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000C0, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeArray_Array_1) == 0x000120, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Format_ReturnValue_1) == 0x000130, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000140, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000148, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_IsValid_ReturnValue_2) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, K2Node_MakeArray_Array_2) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_Format_ReturnValue_2) == 0x0001B8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_GetPlayerController_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_WasInputKeyJustPressed_ReturnValue) == 0x0001D0, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_WasInputKeyJustPressed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateFreeAimHover, CallFunc_IsValid_ReturnValue_3) == 0x0001D1, "Member 'AC_jRPG_BattleManager_C_UpdateFreeAimHover::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_UpdateMouseTargeting \ +static_assert(alignof(AC_jRPG_BattleManager_C_UpdateMouseTargeting) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_UpdateMouseTargeting"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_UpdateMouseTargeting) == 0x0003F0, "Wrong size on AC_jRPG_BattleManager_C_UpdateMouseTargeting"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, Temp_object_Variable) == 0x000000, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeArray_Array) == 0x000068, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000078, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Format_ReturnValue) == 0x000088, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000108, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_IsValid_ReturnValue_1) == 0x000160, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_MakeArray_Array_2) == 0x000168, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Format_ReturnValue_2) == 0x000178, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_GetPlayerController_ReturnValue) == 0x000188, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000190, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_WasInputKeyJustPressed_ReturnValue) == 0x000198, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_WasInputKeyJustPressed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_IsInputMethodActive_ReturnValue) == 0x000199, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BooleanAND_ReturnValue) == 0x00019A, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_IsValid_ReturnValue_2) == 0x00019B, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_DeprojectMousePositionToWorld_WorldLocation) == 0x0001A8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_DeprojectMousePositionToWorld_WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_DeprojectMousePositionToWorld_WorldDirection) == 0x0001C0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_DeprojectMousePositionToWorld_WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_DeprojectMousePositionToWorld_ReturnValue) == 0x0001D8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_DeprojectMousePositionToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_Add_VectorVector_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_LineTraceSingle_OutHit) == 0x000210, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_LineTraceSingle_ReturnValue) == 0x000308, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_bBlockingHit) == 0x000309, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_bInitialOverlap) == 0x00030A, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_Time) == 0x00030C, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_Distance) == 0x000310, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_Location) == 0x000318, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_ImpactPoint) == 0x000330, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_Normal) == 0x000348, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_ImpactNormal) == 0x000360, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_PhysMat) == 0x000378, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_HitActor) == 0x000380, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_HitComponent) == 0x000388, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_HitBoneName) == 0x000390, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_BoneName) == 0x000398, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_HitItem) == 0x0003A0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_ElementIndex) == 0x0003A4, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_FaceIndex) == 0x0003A8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_TraceStart) == 0x0003B0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_BreakHitResult_TraceEnd) == 0x0003C8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0003E0, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, K2Node_DynamicCast_bSuccess) == 0x0003E8, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_UpdateMouseTargeting, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0003E9, "Member 'AC_jRPG_BattleManager_C_UpdateMouseTargeting::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_Was_Battle_No_Damage \ +static_assert(alignof(AC_jRPG_BattleManager_C_Was_Battle_No_Damage) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_Was_Battle_No_Damage"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_Was_Battle_No_Damage) == 0x000038, "Wrong size on AC_jRPG_BattleManager_C_Was_Battle_No_Damage"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Was_Battle_No_Damage, ReturnValue) == 0x000000, "Member 'AC_jRPG_BattleManager_C_Was_Battle_No_Damage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Was_Battle_No_Damage, CallFunc_GetBattleSummaryStats_BattleSummaryStats) == 0x000008, "Member 'AC_jRPG_BattleManager_C_Was_Battle_No_Damage::CallFunc_GetBattleSummaryStats_BattleSummaryStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_Was_Battle_No_Damage, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'AC_jRPG_BattleManager_C_Was_Battle_No_Damage::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem \ +static_assert(alignof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem) == 0x000180, "Wrong size on AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, LootedItems) == 0x000000, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::LootedItems' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, ItemHardcodedName) == 0x000010, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, AlreadyLooted_) == 0x000018, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::AlreadyLooted_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, SlotIndex) == 0x00001C, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, SlotIndexLOCAL) == 0x000020, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::SlotIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, AlreadyLooted_LOCAL) == 0x000024, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::AlreadyLooted_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, Temp_bool_True_if_break_was_hit_Variable) == 0x000025, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, Temp_int_Array_Index_Variable) == 0x000030, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_Array_Get_Item) == 0x000038, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, Temp_int_Loop_Counter_Variable) == 0x000170, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000174, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_Less_IntInt_ReturnValue) == 0x000175, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_Add_IntInt_ReturnValue) == 0x000178, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem, CallFunc_BooleanAND_ReturnValue) == 0x00017C, "Member 'AC_jRPG_BattleManager_C_CheckIfAlreadyLootedItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_ConcatActors \ +static_assert(alignof(AC_jRPG_BattleManager_C_ConcatActors) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_ConcatActors"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_ConcatActors) == 0x0001B0, "Wrong size on AC_jRPG_BattleManager_C_ConcatActors"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Actors) == 0x000000, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Actors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Result) == 0x000010, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_bool_Variable) == 0x000020, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_text_Variable) == 0x000028, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_text_Variable_1) == 0x000038, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_int_Array_Index_Variable) == 0x000048, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Array_Get_Item) == 0x000050, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000058, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, K2Node_Select_Default) == 0x000080, "Member 'AC_jRPG_BattleManager_C_ConcatActors::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'AC_jRPG_BattleManager_C_ConcatActors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'AC_jRPG_BattleManager_C_ConcatActors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Add_IntInt_ReturnValue) == 0x000124, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, Temp_text_Variable_2) == 0x000128, "Member 'AC_jRPG_BattleManager_C_ConcatActors::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_MakeLiteralText_ReturnValue) == 0x000138, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'AC_jRPG_BattleManager_C_ConcatActors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, K2Node_MakeArray_Array) == 0x000190, "Member 'AC_jRPG_BattleManager_C_ConcatActors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_ConcatActors, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_BattleManager_C_ConcatActors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_BattleManager_C_GetQTEManager \ +static_assert(alignof(AC_jRPG_BattleManager_C_GetQTEManager) == 0x000008, "Wrong alignment on AC_jRPG_BattleManager_C_GetQTEManager"); \ +static_assert(sizeof(AC_jRPG_BattleManager_C_GetQTEManager) == 0x000018, "Wrong size on AC_jRPG_BattleManager_C_GetQTEManager"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetQTEManager, QTEManager) == 0x000000, "Member 'AC_jRPG_BattleManager_C_GetQTEManager::QTEManager' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetQTEManager, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_BattleManager_C_GetQTEManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_BattleManager_C_GetQTEManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_BattleManager_C_GetQTEManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_BattleManager_C \ +static_assert(alignof(UAC_jRPG_BattleManager_C) == 0x000008, "Wrong alignment on UAC_jRPG_BattleManager_C"); \ +static_assert(sizeof(UAC_jRPG_BattleManager_C) == 0x000B78, "Wrong size on UAC_jRPG_BattleManager_C"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_BattleManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, IsBattleInitialized) == 0x0000A8, "Member 'UAC_jRPG_BattleManager_C::IsBattleInitialized' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, ResumeBattleRequested) == 0x0000A9, "Member 'UAC_jRPG_BattleManager_C::ResumeBattleRequested' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentCharacter) == 0x0000B0, "Member 'UAC_jRPG_BattleManager_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, PlayerCharacters) == 0x0000B8, "Member 'UAC_jRPG_BattleManager_C::PlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, Enemies) == 0x0000C8, "Member 'UAC_jRPG_BattleManager_C::Enemies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, InitiativeNeededToTakeTurn) == 0x0000D8, "Member 'UAC_jRPG_BattleManager_C::InitiativeNeededToTakeTurn' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleEndScreenReference) == 0x0000E0, "Member 'UAC_jRPG_BattleManager_C::BattleEndScreenReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GameInstanceReference) == 0x0000E8, "Member 'UAC_jRPG_BattleManager_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleEndCharacterSlotsReference) == 0x0000F0, "Member 'UAC_jRPG_BattleManager_C::BattleEndCharacterSlotsReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, EnemiesBySpotIndex) == 0x000100, "Member 'UAC_jRPG_BattleManager_C::EnemiesBySpotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DeadPlayerCharacters) == 0x000150, "Member 'UAC_jRPG_BattleManager_C::DeadPlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DeadEnemies) == 0x000160, "Member 'UAC_jRPG_BattleManager_C::DeadEnemies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SelectedAction) == 0x000170, "Member 'UAC_jRPG_BattleManager_C::SelectedAction' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SelectedSecondaryAction) == 0x000174, "Member 'UAC_jRPG_BattleManager_C::SelectedSecondaryAction' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, NextCharacterTurns) == 0x000180, "Member 'UAC_jRPG_BattleManager_C::NextCharacterTurns' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, EncounterName) == 0x000190, "Member 'UAC_jRPG_BattleManager_C::EncounterName' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleListeners) == 0x000198, "Member 'UAC_jRPG_BattleManager_C::BattleListeners' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, VictorySong) == 0x0001A8, "Member 'UAC_jRPG_BattleManager_C::VictorySong' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TeamMotivationValue) == 0x0001B0, "Member 'UAC_jRPG_BattleManager_C::TeamMotivationValue' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TeamMotivationData) == 0x0001B8, "Member 'UAC_jRPG_BattleManager_C::TeamMotivationData' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OldControlledPawn) == 0x0001D0, "Member 'UAC_jRPG_BattleManager_C::OldControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnlySpawnHeroesAtNextBattleStart) == 0x0001D8, "Member 'UAC_jRPG_BattleManager_C::OnlySpawnHeroesAtNextBattleStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnlySpawnEnemiesAtNextBattleStart) == 0x0001D9, "Member 'UAC_jRPG_BattleManager_C::OnlySpawnEnemiesAtNextBattleStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnBattleFinished) == 0x0001E0, "Member 'UAC_jRPG_BattleManager_C::OnBattleFinished' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasSpawnedHeroes) == 0x0001F0, "Member 'UAC_jRPG_BattleManager_C::HasSpawnedHeroes' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasSpawnedEnemies) == 0x0001F1, "Member 'UAC_jRPG_BattleManager_C::HasSpawnedEnemies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DefendingHeroes) == 0x0001F8, "Member 'UAC_jRPG_BattleManager_C::DefendingHeroes' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, PreviousDefendingHeroes) == 0x000208, "Member 'UAC_jRPG_BattleManager_C::PreviousDefendingHeroes' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SuccessfulDodgeFeedback) == 0x000218, "Member 'UAC_jRPG_BattleManager_C::SuccessfulDodgeFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SuccessfulParryFeedback) == 0x000220, "Member 'UAC_jRPG_BattleManager_C::SuccessfulParryFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SuccessfulDefendFeedback) == 0x000228, "Member 'UAC_jRPG_BattleManager_C::SuccessfulDefendFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DefendSuccessFeedback) == 0x000230, "Member 'UAC_jRPG_BattleManager_C::DefendSuccessFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DodgeSuccessFeedback) == 0x000248, "Member 'UAC_jRPG_BattleManager_C::DodgeSuccessFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, ParrySuccessFeedback) == 0x000260, "Member 'UAC_jRPG_BattleManager_C::ParrySuccessFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DEBUG_ComboAutoSuccessCount) == 0x000278, "Member 'UAC_jRPG_BattleManager_C::DEBUG_ComboAutoSuccessCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SkillComboQTE_SuccessFeedback) == 0x000280, "Member 'UAC_jRPG_BattleManager_C::SkillComboQTE_SuccessFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SkillComboQTE_FailFeedback) == 0x000298, "Member 'UAC_jRPG_BattleManager_C::SkillComboQTE_FailFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, FEATURE_UseNewBattleUI) == 0x0002B0, "Member 'UAC_jRPG_BattleManager_C::FEATURE_UseNewBattleUI' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DEBUG_OverlayInfo) == 0x0002B1, "Member 'UAC_jRPG_BattleManager_C::DEBUG_OverlayInfo' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleScreenWidget) == 0x0002B8, "Member 'UAC_jRPG_BattleManager_C::BattleScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, WantedDefense) == 0x0002C0, "Member 'UAC_jRPG_BattleManager_C::WantedDefense' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasActiveCounterAttack) == 0x0002C1, "Member 'UAC_jRPG_BattleManager_C::HasActiveCounterAttack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasActiveTurnEndEvent) == 0x0002C2, "Member 'UAC_jRPG_BattleManager_C::HasActiveTurnEndEvent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentHoveredCharacter) == 0x0002C8, "Member 'UAC_jRPG_BattleManager_C::CurrentHoveredCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, FEATURE_UseBattleChecks) == 0x0002D0, "Member 'UAC_jRPG_BattleManager_C::FEATURE_UseBattleChecks' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleMapBP) == 0x0002D8, "Member 'UAC_jRPG_BattleManager_C::BattleMapBP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, APRecoverFeedback) == 0x0002E0, "Member 'UAC_jRPG_BattleManager_C::APRecoverFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, APConsumedFeedback) == 0x0002F8, "Member 'UAC_jRPG_BattleManager_C::APConsumedFeedback' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, Play_Battle_Camera_Intro_) == 0x000310, "Member 'UAC_jRPG_BattleManager_C::Play_Battle_Camera_Intro_' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CanAddTurnEndEvent) == 0x000311, "Member 'UAC_jRPG_BattleManager_C::CanAddTurnEndEvent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TurnStartNotifyDependencies) == 0x000318, "Member 'UAC_jRPG_BattleManager_C::TurnStartNotifyDependencies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TurnStartNextPhase) == 0x000320, "Member 'UAC_jRPG_BattleManager_C::TurnStartNextPhase' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TurnStartBattleListenersToProcess) == 0x000328, "Member 'UAC_jRPG_BattleManager_C::TurnStartBattleListenersToProcess' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnTurnStart) == 0x000338, "Member 'UAC_jRPG_BattleManager_C::OnTurnStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_TargetChange_Enemy) == 0x000348, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_TargetChange_Enemy' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_TargetChange_Ally) == 0x000358, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_TargetChange_Ally' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_Skill_TargetEnemy_Start) == 0x000368, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_Skill_TargetEnemy_Start' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_Skill_TargetAlly_Start) == 0x000378, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_Skill_TargetAlly_Start' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_Item_TargetAlly_Start) == 0x000388, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_Item_TargetAlly_Start' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_Item_TargetEnemy_Start) == 0x000398, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_Item_TargetEnemy_Start' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_TurnStart_Ally) == 0x0003A8, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_TurnStart_Ally' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_TurnStart_Enemy) == 0x0003B8, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_TurnStart_Enemy' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_BattleStart) == 0x0003C8, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_BattleStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, TurnCount) == 0x0003D8, "Member 'UAC_jRPG_BattleManager_C::TurnCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnBattleReadyToStart) == 0x0003E0, "Member 'UAC_jRPG_BattleManager_C::OnBattleReadyToStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentHoveredCharacterFreeAim) == 0x0003F0, "Member 'UAC_jRPG_BattleManager_C::CurrentHoveredCharacterFreeAim' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LastMouseHitLocation) == 0x0003F8, "Member 'UAC_jRPG_BattleManager_C::LastMouseHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnBattleFlee) == 0x000410, "Member 'UAC_jRPG_BattleManager_C::OnBattleFlee' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BlockAllDefensiveMoves) == 0x000420, "Member 'UAC_jRPG_BattleManager_C::BlockAllDefensiveMoves' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DisableCriticalHit) == 0x000421, "Member 'UAC_jRPG_BattleManager_C::DisableCriticalHit' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnEnemyKilledEvent) == 0x000428, "Member 'UAC_jRPG_BattleManager_C::OnEnemyKilledEvent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnResurected) == 0x000438, "Member 'UAC_jRPG_BattleManager_C::OnResurected' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, UseDiegeticQTE) == 0x000448, "Member 'UAC_jRPG_BattleManager_C::UseDiegeticQTE' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnParrySuccessful) == 0x000450, "Member 'UAC_jRPG_BattleManager_C::OnParrySuccessful' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnDodgeSuccessful) == 0x000460, "Member 'UAC_jRPG_BattleManager_C::OnDodgeSuccessful' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnDefendSuccessful) == 0x000470, "Member 'UAC_jRPG_BattleManager_C::OnDefendSuccessful' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_DodgeTriggered) == 0x000480, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_DodgeTriggered' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_ParryTriggered) == 0x000490, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_ParryTriggered' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GameActionsAfterBattle) == 0x0004A0, "Member 'UAC_jRPG_BattleManager_C::GameActionsAfterBattle' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, AllPlayerCharactersBySpotIndex) == 0x0004B0, "Member 'UAC_jRPG_BattleManager_C::AllPlayerCharactersBySpotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentTurn_CanChooseAction) == 0x0004C0, "Member 'UAC_jRPG_BattleManager_C::CurrentTurn_CanChooseAction' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentBattleStartParams) == 0x0004C8, "Member 'UAC_jRPG_BattleManager_C::CurrentBattleStartParams' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, WasLastBattleLost) == 0x000620, "Member 'UAC_jRPG_BattleManager_C::WasLastBattleLost' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SD_BattleStarts) == 0x000628, "Member 'UAC_jRPG_BattleManager_C::SD_BattleStarts' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SD_FirstStrike) == 0x000630, "Member 'UAC_jRPG_BattleManager_C::SD_FirstStrike' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, AllEnemyCharactersBySpotIndex) == 0x000638, "Member 'UAC_jRPG_BattleManager_C::AllEnemyCharactersBySpotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SD_GameOverMusic) == 0x000648, "Member 'UAC_jRPG_BattleManager_C::SD_GameOverMusic' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEvent_GradientCounterTriggered) == 0x000650, "Member 'UAC_jRPG_BattleManager_C::SoundEvent_GradientCounterTriggered' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, WasCurrentSkillInterrupted) == 0x000660, "Member 'UAC_jRPG_BattleManager_C::WasCurrentSkillInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, WaitingForCharactersToDashBack) == 0x000668, "Member 'UAC_jRPG_BattleManager_C::WaitingForCharactersToDashBack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, KickedCharacters) == 0x000678, "Member 'UAC_jRPG_BattleManager_C::KickedCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleEndBlockerRefCount) == 0x0006C8, "Member 'UAC_jRPG_BattleManager_C::BattleEndBlockerRefCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnCharacterKilled) == 0x0006E8, "Member 'UAC_jRPG_BattleManager_C::OnCharacterKilled' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DEBUG_RandomHeroAcquireOverride) == 0x0006F8, "Member 'UAC_jRPG_BattleManager_C::DEBUG_RandomHeroAcquireOverride' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleStartNotifyDependencies) == 0x000700, "Member 'UAC_jRPG_BattleManager_C::BattleStartNotifyDependencies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleStartEvents_CharactersToProcess) == 0x000708, "Member 'UAC_jRPG_BattleManager_C::BattleStartEvents_CharactersToProcess' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DataLayerRequestReference) == 0x000718, "Member 'UAC_jRPG_BattleManager_C::DataLayerRequestReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LastStandSystem) == 0x000738, "Member 'UAC_jRPG_BattleManager_C::LastStandSystem' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentCharacterStack) == 0x000740, "Member 'UAC_jRPG_BattleManager_C::CurrentCharacterStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentTurnCharacter) == 0x000750, "Member 'UAC_jRPG_BattleManager_C::CurrentTurnCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentBattleEnemies) == 0x000758, "Member 'UAC_jRPG_BattleManager_C::CurrentBattleEnemies' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, FleeImpossible) == 0x0007A8, "Member 'UAC_jRPG_BattleManager_C::FleeImpossible' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasBattleStartedEndFlow) == 0x0007A9, "Member 'UAC_jRPG_BattleManager_C::HasBattleStartedEndFlow' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentBattleEncounterLevel) == 0x0007AC, "Member 'UAC_jRPG_BattleManager_C::CurrentBattleEncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LastReceivedBattleRewards) == 0x0007B0, "Member 'UAC_jRPG_BattleManager_C::LastReceivedBattleRewards' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleSummaryStatsManager) == 0x0007C8, "Member 'UAC_jRPG_BattleManager_C::BattleSummaryStatsManager' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, PendingResurrects) == 0x0007D0, "Member 'UAC_jRPG_BattleManager_C::PendingResurrects' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, IsProcessingKilledCharacter) == 0x0007E0, "Member 'UAC_jRPG_BattleManager_C::IsProcessingKilledCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, HasSentReserveTeam) == 0x0007E1, "Member 'UAC_jRPG_BattleManager_C::HasSentReserveTeam' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, IsWaitingForTurnEndBeforeGameOver) == 0x0007E2, "Member 'UAC_jRPG_BattleManager_C::IsWaitingForTurnEndBeforeGameOver' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GradientGaugeSystem) == 0x0007E8, "Member 'UAC_jRPG_BattleManager_C::GradientGaugeSystem' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentBattleExtraLoot) == 0x0007F0, "Member 'UAC_jRPG_BattleManager_C::CurrentBattleExtraLoot' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleAudioControlSystem) == 0x000840, "Member 'UAC_jRPG_BattleManager_C::BattleAudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnCharacterReceivedDamage) == 0x000848, "Member 'UAC_jRPG_BattleManager_C::OnCharacterReceivedDamage' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleModifiersBuffComponent) == 0x000858, "Member 'UAC_jRPG_BattleManager_C::BattleModifiersBuffComponent' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleParty) == 0x000860, "Member 'UAC_jRPG_BattleManager_C::BattleParty' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GameOverScreenWidget) == 0x000870, "Member 'UAC_jRPG_BattleManager_C::GameOverScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleTransitionWidget) == 0x000878, "Member 'UAC_jRPG_BattleManager_C::BattleTransitionWidget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnStartedTargeting) == 0x000880, "Member 'UAC_jRPG_BattleManager_C::OnStartedTargeting' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LGUI_Actor_BattleWheels) == 0x000890, "Member 'UAC_jRPG_BattleManager_C::LGUI_Actor_BattleWheels' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LastFatalDamageReceivedReason) == 0x000898, "Member 'UAC_jRPG_BattleManager_C::LastFatalDamageReceivedReason' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CameraFinisherMap) == 0x0008A0, "Member 'UAC_jRPG_BattleManager_C::CameraFinisherMap' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnCharacterBreakStunned) == 0x0008F0, "Member 'UAC_jRPG_BattleManager_C::OnCharacterBreakStunned' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GlobalDodgeWindowModifierStack) == 0x000900, "Member 'UAC_jRPG_BattleManager_C::GlobalDodgeWindowModifierStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, GlobalParryWindowModifierStack) == 0x000908, "Member 'UAC_jRPG_BattleManager_C::GlobalParryWindowModifierStack' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleEndState) == 0x000910, "Member 'UAC_jRPG_BattleManager_C::BattleEndState' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, Deactivate_Battle_EndCameraMovement) == 0x000911, "Member 'UAC_jRPG_BattleManager_C::Deactivate_Battle_EndCameraMovement' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnEnemySpawned) == 0x000918, "Member 'UAC_jRPG_BattleManager_C::OnEnemySpawned' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DummyMiddleCharacter) == 0x000928, "Member 'UAC_jRPG_BattleManager_C::DummyMiddleCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, AliveCharactersAtTurnStart) == 0x000930, "Member 'UAC_jRPG_BattleManager_C::AliveCharactersAtTurnStart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, SoundEventSlowMo) == 0x000940, "Member 'UAC_jRPG_BattleManager_C::SoundEventSlowMo' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentlyCounteringCharacters) == 0x000950, "Member 'UAC_jRPG_BattleManager_C::CurrentlyCounteringCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CurrentCounteredCharacter) == 0x000960, "Member 'UAC_jRPG_BattleManager_C::CurrentCounteredCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnCharacterHealSuccessful) == 0x000968, "Member 'UAC_jRPG_BattleManager_C::OnCharacterHealSuccessful' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnShieldPointsIncreased) == 0x000978, "Member 'UAC_jRPG_BattleManager_C::OnShieldPointsIncreased' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnAPChanged) == 0x000988, "Member 'UAC_jRPG_BattleManager_C::OnAPChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleDifficulty) == 0x000998, "Member 'UAC_jRPG_BattleManager_C::BattleDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, NewVar) == 0x0009A0, "Member 'UAC_jRPG_BattleManager_C::NewVar' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, ForcedNextCharactersQueue) == 0x0009A8, "Member 'UAC_jRPG_BattleManager_C::ForcedNextCharactersQueue' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, LoadedBattleMusic) == 0x0009B8, "Member 'UAC_jRPG_BattleManager_C::LoadedBattleMusic' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DisableReactionBattleLines) == 0x0009C0, "Member 'UAC_jRPG_BattleManager_C::DisableReactionBattleLines' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, bIsSkipImpossible) == 0x0009C1, "Member 'UAC_jRPG_BattleManager_C::bIsSkipImpossible' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, OnSkipImpossibleChanged) == 0x0009C8, "Member 'UAC_jRPG_BattleManager_C::OnSkipImpossibleChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, DebugLastFlowState) == 0x0009D8, "Member 'UAC_jRPG_BattleManager_C::DebugLastFlowState' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, bIsNarrativeBattle) == 0x0009E8, "Member 'UAC_jRPG_BattleManager_C::bIsNarrativeBattle' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, Challenge_ForcedDamageLimit) == 0x0009F0, "Member 'UAC_jRPG_BattleManager_C::Challenge_ForcedDamageLimit' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, Challenge_EnemyHealthMultiplier) == 0x0009F8, "Member 'UAC_jRPG_BattleManager_C::Challenge_EnemyHealthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, bIsRetryableBattle) == 0x000A00, "Member 'UAC_jRPG_BattleManager_C::bIsRetryableBattle' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleItemsCount) == 0x000A08, "Member 'UAC_jRPG_BattleManager_C::BattleItemsCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, CharacterFinalStates) == 0x000A58, "Member 'UAC_jRPG_BattleManager_C::CharacterFinalStates' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, IsFromBattleRestart) == 0x000AA8, "Member 'UAC_jRPG_BattleManager_C::IsFromBattleRestart' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, InitialMusicParameters) == 0x000AB0, "Member 'UAC_jRPG_BattleManager_C::InitialMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, InitialLightingScenario) == 0x000AC8, "Member 'UAC_jRPG_BattleManager_C::InitialLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleInitialState) == 0x000AF0, "Member 'UAC_jRPG_BattleManager_C::BattleInitialState' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, BattleRestartState) == 0x000B30, "Member 'UAC_jRPG_BattleManager_C::BattleRestartState' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_BattleManager_C, AbandonRequested) == 0x000B70, "Member 'UAC_jRPG_BattleManager_C::AbandonRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel \ +static_assert(alignof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel) == 0x000008, "Wrong alignment on WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel"); \ +static_assert(sizeof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel) == 0x000208, "Wrong size on WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, EntryPoint) == 0x000000, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_bool_Variable) == 0x000005, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_byte_Variable) == 0x000006, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_bool_Variable_1) == 0x000008, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_byte_Variable_2) == 0x000009, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_byte_Variable_3) == 0x00000A, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_bool_Variable_2) == 0x00000B, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_struct_Variable) == 0x000010, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_struct_Variable_1) == 0x000020, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_Select_Default) == 0x000038, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000048, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_bool_Variable_3) == 0x000098, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_GetBuffDisplayName_ReturnValue) == 0x0000A0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_GetBuffDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Array_Length_ReturnValue_1) == 0x0000C4, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000110, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_RemapStatMultiplierToIntensity_FeedbackIntensity) == 0x000114, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_RemapStatMultiplierToIntensity_FeedbackIntensity' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000118, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Conv_StringToText_ReturnValue) == 0x000128, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_MakeArray_Array) == 0x000188, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_Select_Default_1) == 0x000198, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_TextIsEmpty_ReturnValue) == 0x0001B0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_BooleanAND_ReturnValue) == 0x0001B1, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_Select_Default_2) == 0x0001B2, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_MakeLiteralText_ReturnValue) == 0x0001B8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_Select_Default_3) == 0x0001C8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_SpawnObject_ReturnValue) == 0x0001D8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0001E0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, Temp_int_Loop_Counter_Variable) == 0x0001E8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Less_IntInt_ReturnValue) == 0x0001EC, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_Add_IntInt_ReturnValue) == 0x0001F0, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_IsValid_ReturnValue_2) == 0x0001F4, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, K2Node_CustomEvent_BattleBuffWrapper) == 0x0001F8, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::K2Node_CustomEvent_BattleBuffWrapper' has a wrong offset!"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel, CallFunc_BooleanXOR_ReturnValue) == 0x000200, "Member 'WBP_BuffInfoPanel_C_ExecuteUbergraph_WBP_BuffInfoPanel::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BuffInfoPanel_C_PreConstruct \ +static_assert(alignof(WBP_BuffInfoPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BuffInfoPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_BuffInfoPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_BuffInfoPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BuffInfoPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BuffInfoPanel_C_SetBattleBuffWrapper \ +static_assert(alignof(WBP_BuffInfoPanel_C_SetBattleBuffWrapper) == 0x000008, "Wrong alignment on WBP_BuffInfoPanel_C_SetBattleBuffWrapper"); \ +static_assert(sizeof(WBP_BuffInfoPanel_C_SetBattleBuffWrapper) == 0x000008, "Wrong size on WBP_BuffInfoPanel_C_SetBattleBuffWrapper"); \ +static_assert(offsetof(WBP_BuffInfoPanel_C_SetBattleBuffWrapper, BattleBuffWrapper_0) == 0x000000, "Member 'WBP_BuffInfoPanel_C_SetBattleBuffWrapper::BattleBuffWrapper_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BuffInfoPanel_C \ +static_assert(alignof(UWBP_BuffInfoPanel_C) == 0x000008, "Wrong alignment on UWBP_BuffInfoPanel_C"); \ +static_assert(sizeof(UWBP_BuffInfoPanel_C) == 0x000330, "Wrong size on UWBP_BuffInfoPanel_C"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BuffInfoPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, BuffDescription) == 0x0002E8, "Member 'UWBP_BuffInfoPanel_C::BuffDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, HorizontalBox_StatModifiers) == 0x0002F0, "Member 'UWBP_BuffInfoPanel_C::HorizontalBox_StatModifiers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, Image_BuffIcon) == 0x0002F8, "Member 'UWBP_BuffInfoPanel_C::Image_BuffIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, Text_BuffName) == 0x000300, "Member 'UWBP_BuffInfoPanel_C::Text_BuffName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, WBP_GM_HorizontalSeparator) == 0x000308, "Member 'UWBP_BuffInfoPanel_C::WBP_GM_HorizontalSeparator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, WBP_StatModifier) == 0x000310, "Member 'UWBP_BuffInfoPanel_C::WBP_StatModifier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, WBP_StatModifier_1) == 0x000318, "Member 'UWBP_BuffInfoPanel_C::WBP_StatModifier_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, BattleBuffWrapper) == 0x000320, "Member 'UWBP_BuffInfoPanel_C::BattleBuffWrapper' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BuffInfoPanel_C, IsPlaceholder) == 0x000328, "Member 'UWBP_BuffInfoPanel_C::IsPlaceholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V1_C \ +static_assert(alignof(UBP_SaveGameObject_V1_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V1_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V1_C) == 0x000B70, "Wrong size on UBP_SaveGameObject_V1_C"); \ +static_assert(offsetof(UBP_SaveGameObject_V1_C, NotificationPools) == 0x000AB0, "Member 'UBP_SaveGameObject_V1_C::NotificationPools' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V1_C, FavoritePools) == 0x000B00, "Member 'UBP_SaveGameObject_V1_C::FavoritePools' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V1_C, LastUsedSavePoint) == 0x000B50, "Member 'UBP_SaveGameObject_V1_C::LastUsedSavePoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObject_V1_C, VisitedLevelRowNames) == 0x000B60, "Member 'UBP_SaveGameObject_V1_C::VisitedLevelRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_TriggerBattle_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_TriggerBattle_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_TriggerBattle_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_TriggerBattle_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_TriggerBattle_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_TriggerBattle_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_TriggerBattle_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_TriggerBattle_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_TriggerBattle_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_TriggerBattle_C_ValidateGameAction) == 0x000050, "Wrong size on BP_GameAction_TriggerBattle_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, CallFunc_IsGameActionWrapperValid_ReturnValue) == 0x000038, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::CallFunc_IsGameActionWrapperValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_TriggerBattle_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000040, "Member 'BP_GameAction_TriggerBattle_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_TriggerBattle_C \ +static_assert(alignof(UBP_GameAction_TriggerBattle_C) == 0x000008, "Wrong alignment on UBP_GameAction_TriggerBattle_C"); \ +static_assert(sizeof(UBP_GameAction_TriggerBattle_C) == 0x000188, "Wrong size on UBP_GameAction_TriggerBattle_C"); \ +static_assert(offsetof(UBP_GameAction_TriggerBattle_C, Battle_Start_Params) == 0x000030, "Member 'UBP_GameAction_TriggerBattle_C::Battle_Start_Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_QuestItems_C_GetDisplayName \ +static_assert(alignof(BP_ItemFilter_QuestItems_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemFilter_QuestItems_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemFilter_QuestItems_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemFilter_QuestItems_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemFilter_QuestItems_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemFilter_QuestItems_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_QuestItems_C_GetFilteredTypes \ +static_assert(alignof(BP_ItemFilter_QuestItems_C_GetFilteredTypes) == 0x000008, "Wrong alignment on BP_ItemFilter_QuestItems_C_GetFilteredTypes"); \ +static_assert(sizeof(BP_ItemFilter_QuestItems_C_GetFilteredTypes) == 0x000020, "Wrong size on BP_ItemFilter_QuestItems_C_GetFilteredTypes"); \ +static_assert(offsetof(BP_ItemFilter_QuestItems_C_GetFilteredTypes, FilteredType) == 0x000000, "Member 'BP_ItemFilter_QuestItems_C_GetFilteredTypes::FilteredType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_QuestItems_C_GetFilteredTypes, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemFilter_QuestItems_C_GetFilteredTypes::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilter_QuestItems_C \ +static_assert(alignof(UBP_ItemFilter_QuestItems_C) == 0x000008, "Wrong alignment on UBP_ItemFilter_QuestItems_C"); \ +static_assert(sizeof(UBP_ItemFilter_QuestItems_C) == 0x000028, "Wrong size on UBP_ItemFilter_QuestItems_C"); \ + +#define DUMPER7_ASSERTS_FFBattleStartParams \ +static_assert(alignof(FFBattleStartParams) == 0x000008, "Wrong alignment on FFBattleStartParams"); \ +static_assert(sizeof(FFBattleStartParams) == 0x000158, "Wrong size on FFBattleStartParams"); \ +static_assert(offsetof(FFBattleStartParams, EncounterRow_25_76E166214BC95AA2A6A68DAD97A47C62) == 0x000000, "Member 'FFBattleStartParams::EncounterRow_25_76E166214BC95AA2A6A68DAD97A47C62' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, EnemyGlobalID_12_57EC6FC84879C6C042EC7BB68F507FE2) == 0x000010, "Member 'FFBattleStartParams::EnemyGlobalID_12_57EC6FC84879C6C042EC7BB68F507FE2' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, EngagementType_15_D00812C641AFF3AF663DC6B910763D7D) == 0x000018, "Member 'FFBattleStartParams::EngagementType_15_D00812C641AFF3AF663DC6B910763D7D' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, BattleMapBP_18_E90DB870407FE894CA7200B075D98B4A) == 0x000020, "Member 'FFBattleStartParams::BattleMapBP_18_E90DB870407FE894CA7200B075D98B4A' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, BattleMapBPSoft_41_9D55F2484E1768C57CF31794DEDE717F) == 0x000028, "Member 'FFBattleStartParams::BattleMapBPSoft_41_9D55F2484E1768C57CF31794DEDE717F' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, BattleMapDataLayers_55_4664B50E490D09A9318C6E8B7DAE07BB) == 0x000050, "Member 'FFBattleStartParams::BattleMapDataLayers_55_4664B50E490D09A9318C6E8B7DAE07BB' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, TransitionType_31_74930912436832AA7F5A1C8F139A7E9A) == 0x000060, "Member 'FFBattleStartParams::TransitionType_31_74930912436832AA7F5A1C8F139A7E9A' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, PlayCameraIntro_21_FE94DAD74E9218AB0C1D48A3DC163272) == 0x000061, "Member 'FFBattleStartParams::PlayCameraIntro_21_FE94DAD74E9218AB0C1D48A3DC163272' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, ForceFleeImpossible_28_67F4412A4BF319F3EFFE8C8110E1CBC5) == 0x000062, "Member 'FFBattleStartParams::ForceFleeImpossible_28_67F4412A4BF319F3EFFE8C8110E1CBC5' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, MusicParameters_58_3EF84D0A4944D7C4EF7BFCB46E28D32F) == 0x000068, "Member 'FFBattleStartParams::MusicParameters_58_3EF84D0A4944D7C4EF7BFCB46E28D32F' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, AmbienceParameters_70_3266EC90459D6B4160BC0C8BA9F793EC) == 0x000098, "Member 'FFBattleStartParams::AmbienceParameters_70_3266EC90459D6B4160BC0C8BA9F793EC' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, GameActionPostBattleWrapper_45_A2233C9E408877A1A0FE07B484DD564D) == 0x0000A8, "Member 'FFBattleStartParams::GameActionPostBattleWrapper_45_A2233C9E408877A1A0FE07B484DD564D' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, GameActionPostBattle_35_61E2AECF4179AB60F99ABCB5EA5BB96F) == 0x0000B8, "Member 'FFBattleStartParams::GameActionPostBattle_35_61E2AECF4179AB60F99ABCB5EA5BB96F' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, BackToExplorationOnLost_38_6E7B04094D32F81767771FA52BAE96D1) == 0x0000C0, "Member 'FFBattleStartParams::BackToExplorationOnLost_38_6E7B04094D32F81767771FA52BAE96D1' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, EncounterLevelOffset_53_1CBE091C40F1DC0A4C5A0EAC44E28B8E) == 0x0000C4, "Member 'FFBattleStartParams::EncounterLevelOffset_53_1CBE091C40F1DC0A4C5A0EAC44E28B8E' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, OverrideParty_63_56C3E35647CCE3DAC58BE292F8A3FFC0) == 0x0000C8, "Member 'FFBattleStartParams::OverrideParty_63_56C3E35647CCE3DAC58BE292F8A3FFC0' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, AllowReserveTeam_67_D9994E8845C61EC655889197EAE92383) == 0x0000D8, "Member 'FFBattleStartParams::AllowReserveTeam_67_D9994E8845C61EC655889197EAE92383' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, PostBattleGameFlowTransitionRequest_73_C8BDFC0E4427AB7B19B5CC9366CE349E) == 0x0000E0, "Member 'FFBattleStartParams::PostBattleGameFlowTransitionRequest_73_C8BDFC0E4427AB7B19B5CC9366CE349E' has a wrong offset!"); \ +static_assert(offsetof(FFBattleStartParams, BattleRewardParameters_76_45FD14DB462B63342F7B6189548E447A) == 0x0000F0, "Member 'FFBattleStartParams::BattleRewardParameters_76_45FD14DB462B63342F7B6189548E447A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_CheckForErrors \ +static_assert(alignof(BP_BattleMap_C_CheckForErrors) == 0x000010, "Wrong alignment on BP_BattleMap_C_CheckForErrors"); \ +static_assert(sizeof(BP_BattleMap_C_CheckForErrors) == 0x000790, "Wrong size on BP_BattleMap_C_CheckForErrors"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_BattleMap_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_BattleMap_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, local_alliesSpots) == 0x000018, "Member 'BP_BattleMap_C_CheckForErrors::local_alliesSpots' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, local_furthestForward) == 0x000028, "Member 'BP_BattleMap_C_CheckForErrors::local_furthestForward' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Array_Index_Variable_2) == 0x000058, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Loop_Counter_Variable_2) == 0x00005C, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Array_Index_Variable_3) == 0x000064, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_object_Variable) == 0x000068, "Member 'BP_BattleMap_C_CheckForErrors::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_AreWIP_ChecksEnabled_ReturnValue) == 0x000078, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_AreWIP_ChecksEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000080, "Member 'BP_BattleMap_C_CheckForErrors::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetActorBounds_Origin) == 0x0000A0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetActorBounds_BoxExtent) == 0x0000B8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_VSize_ReturnValue) == 0x0000D8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_ConcatenateDisplayNames_Result) == 0x0000E8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x0000F8, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000140, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000150, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetEnemiesSpots_Array) == 0x000160, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetEnemiesSpots_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetAlliesSpots_Array) == 0x000170, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetAlliesSpots_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Get_Item_2) == 0x000188, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000190, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0001A0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F8, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_OutHit) == 0x000240, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_ReturnValue) == 0x000338, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_OutHit_1) == 0x000340, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_ReturnValue_1) == 0x000438, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_EDITORCHECK_TraceFreeAimLineOfSight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Length_ReturnValue_1) == 0x00043C, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue_1) == 0x000440, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_bBlockingHit) == 0x000441, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_bInitialOverlap) == 0x000442, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_Time) == 0x000444, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_Distance) == 0x000448, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_Location) == 0x000450, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_ImpactPoint) == 0x000468, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_Normal) == 0x000480, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_ImpactNormal) == 0x000498, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_PhysMat) == 0x0004B0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_HitActor) == 0x0004B8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_HitComponent) == 0x0004C0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_HitBoneName) == 0x0004C8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_BoneName) == 0x0004D0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_HitItem) == 0x0004D8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_ElementIndex) == 0x0004DC, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_FaceIndex) == 0x0004E0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_TraceStart) == 0x0004E8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_BreakHitResult_TraceEnd) == 0x000500, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000518, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetActorBounds_Origin_1) == 0x000528, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetActorBounds_Origin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetActorBounds_BoxExtent_1) == 0x000540, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetActorBounds_BoxExtent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000558, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Length_ReturnValue_2) == 0x000568, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_3) == 0x000570, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue_2) == 0x0005B8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x0005C0, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0005D0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_int_Loop_Counter_Variable_3) == 0x0005E0, "Member 'BP_BattleMap_C_CheckForErrors::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0005E4, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue_3) == 0x0005E8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, Temp_wildcard_Temp_buffer_array_Variable) == 0x0005F0, "Member 'BP_BattleMap_C_CheckForErrors::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x000600, "Member 'BP_BattleMap_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000610, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000620, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_ComponentOverlapActors_OutActors) == 0x000680, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_ComponentOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_ComponentOverlapActors_ReturnValue) == 0x000690, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_ComponentOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_VSize_ReturnValue_1) == 0x000698, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0006A0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Get_Item_3) == 0x0006A8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_MakeVector_ReturnValue) == 0x0006B0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0006C8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Contains_ReturnValue) == 0x0006F0, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x0006F4, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x0006F8, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Array_Length_ReturnValue_3) == 0x0006FC, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue_3) == 0x000700, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000708, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000720, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000738, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_GetFurthestBound_Point) == 0x000750, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_GetFurthestBound_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000768, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrors, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000780, "Member 'BP_BattleMap_C_CheckForErrors::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_CheckForErrorsActorArray \ +static_assert(alignof(BP_BattleMap_C_CheckForErrorsActorArray) == 0x000008, "Wrong alignment on BP_BattleMap_C_CheckForErrorsActorArray"); \ +static_assert(sizeof(BP_BattleMap_C_CheckForErrorsActorArray) == 0x000230, "Wrong size on BP_BattleMap_C_CheckForErrorsActorArray"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, ErrorMessages) == 0x000000, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, Array) == 0x000010, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, ArrayName) == 0x000020, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::ArrayName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, Temp_int_Array_Index_Variable) == 0x0000E4, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000118, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000120, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_DynamicCast_AsActor) == 0x000128, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000138, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Less_IntInt_ReturnValue) == 0x000141, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Add_IntInt_ReturnValue) == 0x000144, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000148, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000150, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeArray_Array) == 0x0001E8, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, K2Node_MakeArray_Array_1) == 0x0001F8, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Format_ReturnValue) == 0x000208, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Format_ReturnValue_1) == 0x000218, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Array_Add_ReturnValue) == 0x000228, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_CheckForErrorsActorArray, CallFunc_Array_Add_ReturnValue_1) == 0x00022C, "Member 'BP_BattleMap_C_CheckForErrorsActorArray::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight \ +static_assert(alignof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight) == 0x000008, "Wrong alignment on BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight"); \ +static_assert(sizeof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight) == 0x000328, "Wrong size on BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, HeroSpot) == 0x000000, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::HeroSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, EnemySpot) == 0x000008, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::EnemySpot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, DrawDebugType) == 0x000010, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, OutHit) == 0x000018, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, ReturnValue) == 0x000110, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000118, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Spot) == 0x000128, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Spot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Spot) == 0x000138, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Spot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000148, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x000170, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000178, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, Temp_int_Loop_Counter_Variable) == 0x000198, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Add_IntInt_ReturnValue) == 0x00019C, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, Temp_int_Array_Index_Variable) == 0x0001A0, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, Temp_wildcard_Temp_buffer_array_Variable) == 0x0001A8, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, Temp_wildcard_Variable) == 0x0001B8, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_CapsuleTraceSingle_OutHit) == 0x0001C8, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_CapsuleTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_CapsuleTraceSingle_ReturnValue) == 0x0002C0, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_CapsuleTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Array_Get_Item) == 0x0002C8, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0002F0, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Array_Length_ReturnValue) == 0x0002F8, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_AsActor) == 0x000300, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, K2Node_DynamicCast_bSuccess_2) == 0x000308, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Less_IntInt_ReturnValue) == 0x000309, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Array_Add_ReturnValue) == 0x00030C, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_IsValid_ReturnValue) == 0x000310, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000318, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight, CallFunc_CapsuleTraceSingle_HalfHeight_ImplicitCast) == 0x000320, "Member 'BP_BattleMap_C_EDITORCHECK_TraceFreeAimLineOfSight::CallFunc_CapsuleTraceSingle_HalfHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap \ +static_assert(alignof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap) == 0x000008, "Wrong alignment on BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap"); \ +static_assert(sizeof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap) == 0x000138, "Wrong size on BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, EntryPoint) == 0x000000, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Not_PreBool_ReturnValue_1) == 0x000099, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_GetFurthestBound_Point) == 0x0000A0, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_GetFurthestBound_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D8, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Add_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000F8, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_Vector_GetAbs_ReturnValue) == 0x000110, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_Vector_GetAbs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_VSizeXY_ReturnValue) == 0x000128, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap, CallFunc_DrawDebugCylinder_Radius_ImplicitCast) == 0x000130, "Member 'BP_BattleMap_C_ExecuteUbergraph_BP_BattleMap::CallFunc_DrawDebugCylinder_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_FindBattleActorByTag \ +static_assert(alignof(BP_BattleMap_C_FindBattleActorByTag) == 0x000008, "Wrong alignment on BP_BattleMap_C_FindBattleActorByTag"); \ +static_assert(sizeof(BP_BattleMap_C_FindBattleActorByTag) == 0x000358, "Wrong size on BP_BattleMap_C_FindBattleActorByTag"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, Tag) == 0x000000, "Member 'BP_BattleMap_C_FindBattleActorByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, Actor) == 0x000008, "Member 'BP_BattleMap_C_FindBattleActorByTag::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, Temp_wildcard_Variable) == 0x000010, "Member 'BP_BattleMap_C_FindBattleActorByTag::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000038, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_DynamicCast_AsActor) == 0x000060, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000B9, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDebugStringFromGameplayTag_ReturnValue_1) == 0x0000C0, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDebugStringFromGameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D0, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDebugStringFromGameplayTag_ReturnValue_2) == 0x000128, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDebugStringFromGameplayTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000138, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDisplayName_ReturnValue) == 0x000148, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001A0, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001B0, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDisplayName_ReturnValue_1) == 0x0001F8, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000218, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Format_ReturnValue) == 0x000228, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData_4) == 0x000238, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeArray_Array_1) == 0x000280, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Format_ReturnValue_1) == 0x000290, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_GetDisplayName_ReturnValue_2) == 0x0002A0, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0002B0, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002C0, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Map_Find_Value) == 0x000308, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Map_Find_ReturnValue) == 0x000330, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, K2Node_MakeArray_Array_2) == 0x000338, "Member 'BP_BattleMap_C_FindBattleActorByTag::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_FindBattleActorByTag, CallFunc_Format_ReturnValue_2) == 0x000348, "Member 'BP_BattleMap_C_FindBattleActorByTag::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetAlliesSpots \ +static_assert(alignof(BP_BattleMap_C_GetAlliesSpots) == 0x000008, "Wrong alignment on BP_BattleMap_C_GetAlliesSpots"); \ +static_assert(sizeof(BP_BattleMap_C_GetAlliesSpots) == 0x000020, "Wrong size on BP_BattleMap_C_GetAlliesSpots"); \ +static_assert(offsetof(BP_BattleMap_C_GetAlliesSpots, Array) == 0x000000, "Member 'BP_BattleMap_C_GetAlliesSpots::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAlliesSpots, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_BattleMap_C_GetAlliesSpots::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetAllSpots \ +static_assert(alignof(BP_BattleMap_C_GetAllSpots) == 0x000008, "Wrong alignment on BP_BattleMap_C_GetAllSpots"); \ +static_assert(sizeof(BP_BattleMap_C_GetAllSpots) == 0x000020, "Wrong size on BP_BattleMap_C_GetAllSpots"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpots, Array) == 0x000000, "Member 'BP_BattleMap_C_GetAllSpots::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpots, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_BattleMap_C_GetAllSpots::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetAllSpotsActors \ +static_assert(alignof(BP_BattleMap_C_GetAllSpotsActors) == 0x000008, "Wrong alignment on BP_BattleMap_C_GetAllSpotsActors"); \ +static_assert(sizeof(BP_BattleMap_C_GetAllSpotsActors) == 0x000078, "Wrong size on BP_BattleMap_C_GetAllSpotsActors"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, Array) == 0x000000, "Member 'BP_BattleMap_C_GetAllSpotsActors::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, local_AllSpots) == 0x000010, "Member 'BP_BattleMap_C_GetAllSpotsActors::local_AllSpots' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_BattleMap_C_GetAllSpotsActors::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_BattleMap_C_GetAllSpotsActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_BattleMap_C_GetAllSpotsActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, Temp_wildcard_Temp_buffer_array_Variable) == 0x000048, "Member 'BP_BattleMap_C_GetAllSpotsActors::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetAllSpotsActors, CallFunc_GetAllSpots_Array) == 0x000068, "Member 'BP_BattleMap_C_GetAllSpotsActors::CallFunc_GetAllSpots_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetBattleSpotTransform \ +static_assert(alignof(BP_BattleMap_C_GetBattleSpotTransform) == 0x000010, "Wrong alignment on BP_BattleMap_C_GetBattleSpotTransform"); \ +static_assert(sizeof(BP_BattleMap_C_GetBattleSpotTransform) == 0x000190, "Wrong size on BP_BattleMap_C_GetBattleSpotTransform"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, self2) == 0x000000, "Member 'BP_BattleMap_C_GetBattleSpotTransform::self2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, ReturnValue) == 0x000010, "Member 'BP_BattleMap_C_GetBattleSpotTransform::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000070, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_BreakTransform_Location) == 0x0000D0, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_BreakTransform_Rotation) == 0x0000E8, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_BreakTransform_Scale) == 0x000100, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_Add_VectorVector_ReturnValue) == 0x000118, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetBattleSpotTransform, CallFunc_MakeTransform_ReturnValue) == 0x000130, "Member 'BP_BattleMap_C_GetBattleSpotTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetEnemiesSpots \ +static_assert(alignof(BP_BattleMap_C_GetEnemiesSpots) == 0x000008, "Wrong alignment on BP_BattleMap_C_GetEnemiesSpots"); \ +static_assert(sizeof(BP_BattleMap_C_GetEnemiesSpots) == 0x000020, "Wrong size on BP_BattleMap_C_GetEnemiesSpots"); \ +static_assert(offsetof(BP_BattleMap_C_GetEnemiesSpots, Array) == 0x000000, "Member 'BP_BattleMap_C_GetEnemiesSpots::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetEnemiesSpots, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_BattleMap_C_GetEnemiesSpots::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_GetFurthestBound \ +static_assert(alignof(BP_BattleMap_C_GetFurthestBound) == 0x000008, "Wrong alignment on BP_BattleMap_C_GetFurthestBound"); \ +static_assert(sizeof(BP_BattleMap_C_GetFurthestBound) == 0x000160, "Wrong size on BP_BattleMap_C_GetFurthestBound"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, Point) == 0x000000, "Member 'BP_BattleMap_C_GetFurthestBound::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, local_furthestDistance) == 0x000018, "Member 'BP_BattleMap_C_GetFurthestBound::local_furthestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, local_furthestPoint) == 0x000020, "Member 'BP_BattleMap_C_GetFurthestBound::local_furthestPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_BattleMap_C_GetFurthestBound::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_BattleMap_C_GetFurthestBound::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_X) == 0x000040, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_Y) == 0x000048, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_Z) == 0x000050, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleMap_C_GetFurthestBound::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_GetAllSpotsActors_Array) == 0x000088, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_GetAllSpotsActors_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_GetActorArrayBounds_Center) == 0x0000B0, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_GetActorArrayBounds_Center' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_GetActorArrayBounds_BoxExtent) == 0x0000C8, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_GetActorArrayBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000E8, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Add_VectorVector_ReturnValue) == 0x000108, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Vector_Distance_ReturnValue) == 0x000120, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_X_1) == 0x000128, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_Y_1) == 0x000130, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_BreakVector_Z_1) == 0x000138, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000140, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_GetFurthestBound, CallFunc_MakeVector_ReturnValue) == 0x000148, "Member 'BP_BattleMap_C_GetFurthestBound::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_ProcessActorsToHide \ +static_assert(alignof(BP_BattleMap_C_ProcessActorsToHide) == 0x000008, "Wrong alignment on BP_BattleMap_C_ProcessActorsToHide"); \ +static_assert(sizeof(BP_BattleMap_C_ProcessActorsToHide) == 0x000070, "Wrong size on BP_BattleMap_C_ProcessActorsToHide"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, ShouldHide) == 0x000000, "Member 'BP_BattleMap_C_ProcessActorsToHide::ShouldHide' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BattleMap_C_ProcessActorsToHide::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Not_PreBool_ReturnValue_1) == 0x000009, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleMap_C_ProcessActorsToHide::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_BattleMap_C_ProcessActorsToHide::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_BattleMap_C_ProcessActorsToHide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_ShouldProcessActorHiddenState_ReturnValue) == 0x000059, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_ShouldProcessActorHiddenState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToHide, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_BattleMap_C_ProcessActorsToHide::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_ProcessActorsToUnhide \ +static_assert(alignof(BP_BattleMap_C_ProcessActorsToUnhide) == 0x000008, "Wrong alignment on BP_BattleMap_C_ProcessActorsToUnhide"); \ +static_assert(sizeof(BP_BattleMap_C_ProcessActorsToUnhide) == 0x000060, "Wrong size on BP_BattleMap_C_ProcessActorsToUnhide"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, ShouldUnhide) == 0x000000, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::ShouldUnhide' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ProcessActorsToUnhide, CallFunc_ShouldProcessActorHiddenState_ReturnValue) == 0x00005A, "Member 'BP_BattleMap_C_ProcessActorsToUnhide::CallFunc_ShouldProcessActorHiddenState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_SetBattleMapActive \ +static_assert(alignof(BP_BattleMap_C_SetBattleMapActive) == 0x000001, "Wrong alignment on BP_BattleMap_C_SetBattleMapActive"); \ +static_assert(sizeof(BP_BattleMap_C_SetBattleMapActive) == 0x000001, "Wrong size on BP_BattleMap_C_SetBattleMapActive"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapActive, IsActive) == 0x000000, "Member 'BP_BattleMap_C_SetBattleMapActive::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_SetBattleMapStreamingSourceActive \ +static_assert(alignof(BP_BattleMap_C_SetBattleMapStreamingSourceActive) == 0x000008, "Wrong alignment on BP_BattleMap_C_SetBattleMapStreamingSourceActive"); \ +static_assert(sizeof(BP_BattleMap_C_SetBattleMapStreamingSourceActive) == 0x000030, "Wrong size on BP_BattleMap_C_SetBattleMapStreamingSourceActive"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, Active) == 0x000000, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000020, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SetBattleMapStreamingSourceActive, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_BattleMap_C_SetBattleMapStreamingSourceActive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_ShouldProcessActorHiddenState \ +static_assert(alignof(BP_BattleMap_C_ShouldProcessActorHiddenState) == 0x000008, "Wrong alignment on BP_BattleMap_C_ShouldProcessActorHiddenState"); \ +static_assert(sizeof(BP_BattleMap_C_ShouldProcessActorHiddenState) == 0x000020, "Wrong size on BP_BattleMap_C_ShouldProcessActorHiddenState"); \ +static_assert(offsetof(BP_BattleMap_C_ShouldProcessActorHiddenState, Target) == 0x000000, "Member 'BP_BattleMap_C_ShouldProcessActorHiddenState::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ShouldProcessActorHiddenState, ReturnValue) == 0x000008, "Member 'BP_BattleMap_C_ShouldProcessActorHiddenState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ShouldProcessActorHiddenState, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000010, "Member 'BP_BattleMap_C_ShouldProcessActorHiddenState::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ShouldProcessActorHiddenState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BattleMap_C_ShouldProcessActorHiddenState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_ShouldProcessActorHiddenState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000019, "Member 'BP_BattleMap_C_ShouldProcessActorHiddenState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_SpawnPreviewActorAtSpot \ +static_assert(alignof(BP_BattleMap_C_SpawnPreviewActorAtSpot) == 0x000010, "Wrong alignment on BP_BattleMap_C_SpawnPreviewActorAtSpot"); \ +static_assert(sizeof(BP_BattleMap_C_SpawnPreviewActorAtSpot) == 0x0000C0, "Wrong size on BP_BattleMap_C_SpawnPreviewActorAtSpot"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, ActorClass) == 0x000000, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, BattleSpotComponent) == 0x000028, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::BattleSpotComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, CallFunc_GetBattleSpotTransform_ReturnValue) == 0x000030, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::CallFunc_GetBattleSpotTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000090, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, K2Node_ClassDynamicCast_AsActor) == 0x000098, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, K2Node_ClassDynamicCast_bSuccess) == 0x0000A0, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A8, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B0, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_SpawnPreviewActorAtSpot, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'BP_BattleMap_C_SpawnPreviewActorAtSpot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleMap_C_UpdateCamerasLookAtPoints \ +static_assert(alignof(BP_BattleMap_C_UpdateCamerasLookAtPoints) == 0x000008, "Wrong alignment on BP_BattleMap_C_UpdateCamerasLookAtPoints"); \ +static_assert(sizeof(BP_BattleMap_C_UpdateCamerasLookAtPoints) == 0x0000A0, "Wrong size on BP_BattleMap_C_UpdateCamerasLookAtPoints"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000018, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000030, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000048, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path) == 0x000060, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_1) == 0x000070, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_2) == 0x000080, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_3) == 0x000090, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleMap_C_UpdateCamerasLookAtPoints, K2Node_DynamicCast_bSuccess_3) == 0x000098, "Member 'BP_BattleMap_C_UpdateCamerasLookAtPoints::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BattleMap_C \ +static_assert(alignof(ABP_BattleMap_C) == 0x000008, "Wrong alignment on ABP_BattleMap_C"); \ +static_assert(sizeof(ABP_BattleMap_C) == 0x000548, "Wrong size on ABP_BattleMap_C"); \ +static_assert(offsetof(ABP_BattleMap_C, UberGraphFrame) == 0x000290, "Member 'ABP_BattleMap_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CameraPath_Overview_Static) == 0x000298, "Member 'ABP_BattleMap_C::BP_jRPG_CameraPath_Overview_Static' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, WorldPartitionStreamingSource) == 0x0002A0, "Member 'ABP_BattleMap_C::WorldPartitionStreamingSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, EnemyLineSpline) == 0x0002A8, "Member 'ABP_BattleMap_C::EnemyLineSpline' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BattlemapMetricsMinimum) == 0x0002B0, "Member 'ABP_BattleMap_C::BattlemapMetricsMinimum' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, EDITOR_CheckCylinder) == 0x0002B8, "Member 'ABP_BattleMap_C::EDITOR_CheckCylinder' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, TargetingEnemyCameraFocusPoint) == 0x0002C0, "Member 'ABP_BattleMap_C::TargetingEnemyCameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_DynamicCameraPath3) == 0x0002C8, "Member 'ABP_BattleMap_C::BP_jRPG_DynamicCameraPath3' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, TargetingAllyCameraFocusPoint) == 0x0002D0, "Member 'ABP_BattleMap_C::TargetingAllyCameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CameraPath_TargetingAlly) == 0x0002D8, "Member 'ABP_BattleMap_C::BP_jRPG_CameraPath_TargetingAlly' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CameraPath_Overview) == 0x0002E0, "Member 'ABP_BattleMap_C::BP_jRPG_CameraPath_Overview' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_DynamicCameraPath4) == 0x0002E8, "Member 'ABP_BattleMap_C::BP_jRPG_DynamicCameraPath4' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, IntroCameraFocusPoint1) == 0x0002F0, "Member 'ABP_BattleMap_C::IntroCameraFocusPoint1' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CameraPath_Intro) == 0x0002F8, "Member 'ABP_BattleMap_C::BP_jRPG_CameraPath_Intro' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, OverviewCameraFocusPoint) == 0x000300, "Member 'ABP_BattleMap_C::OverviewCameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CameraPath_TargetingEnemy) == 0x000308, "Member 'ABP_BattleMap_C::BP_jRPG_CameraPath_TargetingEnemy' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Cameras) == 0x000310, "Member 'ABP_BattleMap_C::Cameras' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_EnemyBattleSpot0) == 0x000318, "Member 'ABP_BattleMap_C::BP_jRPG_EnemyBattleSpot0' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, OverviewFocusPreviz) == 0x000320, "Member 'ABP_BattleMap_C::OverviewFocusPreviz' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, TargetingAllyPreviz) == 0x000328, "Member 'ABP_BattleMap_C::TargetingAllyPreviz' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, TargetingEnemyPreviz) == 0x000330, "Member 'ABP_BattleMap_C::TargetingEnemyPreviz' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_EnemyBattleSpot3) == 0x000338, "Member 'ABP_BattleMap_C::BP_jRPG_EnemyBattleSpot3' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_EnemyBattleSpot2) == 0x000340, "Member 'ABP_BattleMap_C::BP_jRPG_EnemyBattleSpot2' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_EnemyBattleSpot1) == 0x000348, "Member 'ABP_BattleMap_C::BP_jRPG_EnemyBattleSpot1' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CharacterBattleSpot2) == 0x000350, "Member 'ABP_BattleMap_C::BP_jRPG_CharacterBattleSpot2' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CharacterBattleSpot1) == 0x000358, "Member 'ABP_BattleMap_C::BP_jRPG_CharacterBattleSpot1' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BP_jRPG_CharacterBattleSpot) == 0x000360, "Member 'ABP_BattleMap_C::BP_jRPG_CharacterBattleSpot' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, DefaultSceneRoot) == 0x000368, "Member 'ABP_BattleMap_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, LightingScenarioForBattle) == 0x000370, "Member 'ABP_BattleMap_C::LightingScenarioForBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, UseStaticCharacterLocations) == 0x000378, "Member 'ABP_BattleMap_C::UseStaticCharacterLocations' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, ShouldDoRandomRotationAtStart) == 0x000379, "Member 'ABP_BattleMap_C::ShouldDoRandomRotationAtStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, PreviewActors) == 0x000380, "Member 'ABP_BattleMap_C::PreviewActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_EnemySpawn_0) == 0x000390, "Member 'ABP_BattleMap_C::Preview_EnemySpawn_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_EnemySpawn_1) == 0x0003B8, "Member 'ABP_BattleMap_C::Preview_EnemySpawn_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_EnemySpawn_2) == 0x0003E0, "Member 'ABP_BattleMap_C::Preview_EnemySpawn_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_EnemySpawn_3) == 0x000408, "Member 'ABP_BattleMap_C::Preview_EnemySpawn_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_CharacterSpawn_0) == 0x000430, "Member 'ABP_BattleMap_C::Preview_CharacterSpawn_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_CharacterSpawn_1) == 0x000458, "Member 'ABP_BattleMap_C::Preview_CharacterSpawn_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, Preview_CharacterSpawn_2) == 0x000480, "Member 'ABP_BattleMap_C::Preview_CharacterSpawn_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, IsPreviewEnabled) == 0x0004A8, "Member 'ABP_BattleMap_C::IsPreviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, ActorsToHideDuringBattle) == 0x0004B0, "Member 'ABP_BattleMap_C::ActorsToHideDuringBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, SetBattleMapVisible) == 0x0004C0, "Member 'ABP_BattleMap_C::SetBattleMapVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, ActorsToUnHideDuringBattle) == 0x0004C8, "Member 'ABP_BattleMap_C::ActorsToUnHideDuringBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, BattleActorReferences) == 0x0004D8, "Member 'ABP_BattleMap_C::BattleActorReferences' has a wrong offset!"); \ +static_assert(offsetof(ABP_BattleMap_C, StreamingSourcesEnabledReferenceBlockerHandle) == 0x000528, "Member 'ABP_BattleMap_C::StreamingSourcesEnabledReferenceBlockerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPassiveEffectDataTableRow \ +static_assert(alignof(FFPassiveEffectDataTableRow) == 0x000008, "Wrong alignment on FFPassiveEffectDataTableRow"); \ +static_assert(sizeof(FFPassiveEffectDataTableRow) == 0x000010, "Wrong size on FFPassiveEffectDataTableRow"); \ +static_assert(offsetof(FFPassiveEffectDataTableRow, Row_2_8FD54A69441F52BAEE473DB8C91D1621) == 0x000000, "Member 'FFPassiveEffectDataTableRow::Row_2_8FD54A69441F52BAEE473DB8C91D1621' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleProp_Base_C_TryGetEnemyAtSpot \ +static_assert(alignof(BP_BattleProp_Base_C_TryGetEnemyAtSpot) == 0x000008, "Wrong alignment on BP_BattleProp_Base_C_TryGetEnemyAtSpot"); \ +static_assert(sizeof(BP_BattleProp_Base_C_TryGetEnemyAtSpot) == 0x000030, "Wrong size on BP_BattleProp_Base_C_TryGetEnemyAtSpot"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, BattleSpot) == 0x000000, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::BattleSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, CharacterBase) == 0x000008, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::CharacterBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, Found) == 0x000010, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, CallFunc_FindCharacterAtBattleSpot_Character) == 0x000020, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::CallFunc_FindCharacterAtBattleSpot_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleProp_Base_C_TryGetEnemyAtSpot, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_BattleProp_Base_C_TryGetEnemyAtSpot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BattleProp_Base_C \ +static_assert(alignof(ABP_BattleProp_Base_C) == 0x000008, "Wrong alignment on ABP_BattleProp_Base_C"); \ +static_assert(sizeof(ABP_BattleProp_Base_C) == 0x000298, "Wrong size on ABP_BattleProp_Base_C"); \ +static_assert(offsetof(ABP_BattleProp_Base_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_BattleProp_Base_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Item_StaticData \ +static_assert(alignof(FS_jRPG_Item_StaticData) == 0x000008, "Wrong alignment on FS_jRPG_Item_StaticData"); \ +static_assert(sizeof(FS_jRPG_Item_StaticData) == 0x000130, "Wrong size on FS_jRPG_Item_StaticData"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_HardcodedName_90_C7F763B74AAB28EF890A66854D7D95AA) == 0x000000, "Member 'FS_jRPG_Item_StaticData::Item_HardcodedName_90_C7F763B74AAB28EF890A66854D7D95AA' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_DisplayName_89_41C0C54E4A55598869C84CA3B5B5DECA) == 0x000008, "Member 'FS_jRPG_Item_StaticData::Item_DisplayName_89_41C0C54E4A55598869C84CA3B5B5DECA' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_Type_88_2F24F8FB4235429B4DE1399DBA533C78) == 0x000018, "Member 'FS_jRPG_Item_StaticData::Item_Type_88_2F24F8FB4235429B4DE1399DBA533C78' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_Subtype_87_0CE0028F4D632385B61EDABBFBDF5360) == 0x000019, "Member 'FS_jRPG_Item_StaticData::Item_Subtype_87_0CE0028F4D632385B61EDABBFBDF5360' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_Rarity_86_4D9579394454700B6BC0ABAECA0714C8) == 0x00001A, "Member 'FS_jRPG_Item_StaticData::Item_Rarity_86_4D9579394454700B6BC0ABAECA0714C8' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_Icon_95_4D742A7E46F761161F9173969C69F468) == 0x000020, "Member 'FS_jRPG_Item_StaticData::Item_Icon_95_4D742A7E46F761161F9173969C69F468' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, ItemDescription_32_0A978AFB4AB4B316342DD6A72ACDD4E1) == 0x000048, "Member 'FS_jRPG_Item_StaticData::ItemDescription_32_0A978AFB4AB4B316342DD6A72ACDD4E1' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_BuyValue_83_87DF330B4B2375397869D6BFDB7C2DED) == 0x000058, "Member 'FS_jRPG_Item_StaticData::Item_BuyValue_83_87DF330B4B2375397869D6BFDB7C2DED' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Item_SellValue_84_23F9177348231971507F9494D0E3DA1D) == 0x00005C, "Member 'FS_jRPG_Item_StaticData::Item_SellValue_84_23F9177348231971507F9494D0E3DA1D' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Consumable_CanBeUsedInBattle__74_5EA5813946B70E3FD9333289C000D538) == 0x000060, "Member 'FS_jRPG_Item_StaticData::Consumable_CanBeUsedInBattle__74_5EA5813946B70E3FD9333289C000D538' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Consumable_CanBeUsedInInventory__75_55B1EE634A155E1A8A4F439A77864154) == 0x000061, "Member 'FS_jRPG_Item_StaticData::Consumable_CanBeUsedInInventory__75_55B1EE634A155E1A8A4F439A77864154' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Consumable_MaxStackAmount_76_2DD073774D235ED7EE5C8F99817D7FFA) == 0x000064, "Member 'FS_jRPG_Item_StaticData::Consumable_MaxStackAmount_76_2DD073774D235ED7EE5C8F99817D7FFA' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Consumable_TargetingType_79_04B50DFD410E7F51F4E5E1A128555D0B) == 0x000068, "Member 'FS_jRPG_Item_StaticData::Consumable_TargetingType_79_04B50DFD410E7F51F4E5E1A128555D0B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Pictos_ItemStats_91_229F4A00415AB214191377B73987FF7B) == 0x000070, "Member 'FS_jRPG_Item_StaticData::Pictos_ItemStats_91_229F4A00415AB214191377B73987FF7B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Pictos_Data_103_EE44D66B4E4F16A7FD44FF9F25777CF4) == 0x0000C0, "Member 'FS_jRPG_Item_StaticData::Pictos_Data_103_EE44D66B4E4F16A7FD44FF9F25777CF4' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Pictos_UnlockedPassiveEffects_80_3D9B4EBE450583A832342793077EFC06) == 0x0000C8, "Member 'FS_jRPG_Item_StaticData::Pictos_UnlockedPassiveEffects_80_3D9B4EBE450583A832342793077EFC06' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Pictos_SkinTexture_94_B9C9F0E345B3A0DF3E5F5D899B0C1342) == 0x0000D8, "Member 'FS_jRPG_Item_StaticData::Pictos_SkinTexture_94_B9C9F0E345B3A0DF3E5F5D899B0C1342' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, Weapon_SkeletalMesh_92_39AC3B454F3982F34602CFBE066CA846) == 0x000100, "Member 'FS_jRPG_Item_StaticData::Weapon_SkeletalMesh_92_39AC3B454F3982F34602CFBE066CA846' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, HideInInventory_105_28F500C94EA8D5C6632F7E8E4A85586E) == 0x000128, "Member 'FS_jRPG_Item_StaticData::HideInInventory_105_28F500C94EA8D5C6632F7E8E4A85586E' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_StaticData, HideInLootPopup_107_333FB0CB4314A0D9E40A7F8480A5686A) == 0x000129, "Member 'FS_jRPG_Item_StaticData::HideInLootPopup_107_333FB0CB4314A0D9E40A7F8480A5686A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_C_OnRemovedFromInventory \ +static_assert(alignof(BP_DataAsset_Item_C_OnRemovedFromInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_C_OnRemovedFromInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_C_OnRemovedFromInventory) == 0x000018, "Wrong size on BP_DataAsset_Item_C_OnRemovedFromInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnRemovedFromInventory, GameInstance) == 0x000000, "Member 'BP_DataAsset_Item_C_OnRemovedFromInventory::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnRemovedFromInventory, InventoryManager) == 0x000008, "Member 'BP_DataAsset_Item_C_OnRemovedFromInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnRemovedFromInventory, ItemId) == 0x000010, "Member 'BP_DataAsset_Item_C_OnRemovedFromInventory::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_C_GetItemInstanceClass \ +static_assert(alignof(BP_DataAsset_Item_C_GetItemInstanceClass) == 0x000008, "Wrong alignment on BP_DataAsset_Item_C_GetItemInstanceClass"); \ +static_assert(sizeof(BP_DataAsset_Item_C_GetItemInstanceClass) == 0x000008, "Wrong size on BP_DataAsset_Item_C_GetItemInstanceClass"); \ +static_assert(offsetof(BP_DataAsset_Item_C_GetItemInstanceClass, ReturnValue) == 0x000000, "Member 'BP_DataAsset_Item_C_GetItemInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_C_OnAddedToInventory \ +static_assert(alignof(BP_DataAsset_Item_C_OnAddedToInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_C_OnAddedToInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_C_OnAddedToInventory) == 0x000020, "Wrong size on BP_DataAsset_Item_C_OnAddedToInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnAddedToInventory, InventoryManager) == 0x000000, "Member 'BP_DataAsset_Item_C_OnAddedToInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnAddedToInventory, ItemId) == 0x000008, "Member 'BP_DataAsset_Item_C_OnAddedToInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnAddedToInventory, LootContext) == 0x000010, "Member 'BP_DataAsset_Item_C_OnAddedToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_C_OnAddedToInventory, GeneratedItem) == 0x000018, "Member 'BP_DataAsset_Item_C_OnAddedToInventory::GeneratedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_C \ +static_assert(alignof(UBP_DataAsset_Item_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_C) == 0x000030, "Wrong size on UBP_DataAsset_Item_C"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_AddItemInstanceToInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_AddItemInstanceToInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory) == 0x000180, "Wrong size on AC_jRPG_InventoryManager_C_AddItemInstanceToInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, ItemInstance) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, Amount) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, LootContext) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, local_generatedItemInfo) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::local_generatedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, local_isNewItem) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::local_isNewItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, local_lootContext) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, SurplusLOCAL) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::SurplusLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, AmountToAddLOCAL) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::AmountToAddLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, ItemHardcodedNameLOCAL) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::ItemHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, ItemStructLOCAL) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::ItemStructLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, CallFunc_AddItemToInventory_GeneratedItem) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemInstanceToInventory, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_AddItemInstanceToInventory::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_AddItemToInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_AddItemToInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_AddItemToInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_AddItemToInventory) == 0x000748, "Wrong size on AC_jRPG_InventoryManager_C_AddItemToInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, Amount) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, LootContext) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, GeneratedItem) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, local_generatedItemInfo) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::local_generatedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, local_isNewItem) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::local_isNewItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, local_lootContext) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, SurplusLOCAL) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::SurplusLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, AmountToAddLOCAL) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::AmountToAddLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, ItemHardcodedNameLOCAL) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::ItemHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, ItemStructLOCAL) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::ItemStructLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Conv_NameToText_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeArray_Array) == 0x000210, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Format_ReturnValue) == 0x000220, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, Temp_int_Array_Index_Variable) == 0x000230, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, Temp_int_Loop_Counter_Variable) == 0x000234, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000238, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_IsValid_ReturnValue) == 0x00023C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000240, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeStruct_FormatArgumentData_2) == 0x000250, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeArray_Array_1) == 0x000298, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Format_ReturnValue_1) == 0x0002A8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_IsValid_ReturnValue_1) == 0x0002B8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetCustomGI_ReturnValue) == 0x0002C0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Not_PreBool_ReturnValue) == 0x0002C8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_OnItemAddedToInventory_GeneratedItemInfo) == 0x0002D0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_OnItemAddedToInventory_GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_IsValid_ReturnValue_2) == 0x0002D8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_IsNameValid_ReturnValue) == 0x0002D9, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_IsValid_ReturnValue_3) == 0x0002DA, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002DB, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002DC, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_OnAddedToInventory_GeneratedItem) == 0x0002E0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_OnAddedToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_BooleanOR_ReturnValue) == 0x0002E8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002E9, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_BooleanOR_ReturnValue_1) == 0x0002EA, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Map_Values_Values) == 0x0002F0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Array_Get_Item) == 0x000300, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Array_Length_ReturnValue) == 0x000308, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Less_IntInt_ReturnValue) == 0x00030C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_AddItemToInventory_GeneratedItem) == 0x000310, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Greater_IntInt_ReturnValue) == 0x000318, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_AddItemToInventory_GeneratedItem_1) == 0x000320, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_AddItemToInventory_GeneratedItem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000328, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetItemStackMaxCount_ReturnValue) == 0x00032C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetItemStackMaxCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000330, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_SpawnObject_ReturnValue) == 0x000338, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Subtract_IntInt_ReturnValue) == 0x000340, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Clamp_ReturnValue) == 0x000344, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_CheckIfThereIsFreeSlotInInventory_Success_) == 0x000348, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_CheckIfThereIsFreeSlotInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000350, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Array_Add_ReturnValue) == 0x000488, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x00048C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x00048D, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x000490, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Clamp_ReturnValue_1) == 0x000494, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, K2Node_MakeStruct_S_jRPG_Item_DynamicData_1) == 0x000498, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::K2Node_MakeStruct_S_jRPG_Item_DynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Array_Add_ReturnValue_1) == 0x0005D0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x0005D4, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Not_PreBool_ReturnValue_2) == 0x0005D8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Clamp_ReturnValue_2) == 0x0005DC, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Clamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_CheckIfThereIsFreeSlotInInventory_Success__1) == 0x0005E0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_CheckIfThereIsFreeSlotInInventory_Success__1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetStacksLeftForItem_HasExistingStack) == 0x0005E1, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetStacksLeftForItem_HasExistingStack' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetStacksLeftForItem_ItemIndex) == 0x0005E4, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetStacksLeftForItem_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetStacksLeftForItem_StackLeft) == 0x0005E8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetStacksLeftForItem_StackLeft' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetStacksLeftForItem_StackCount) == 0x0005EC, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetStacksLeftForItem_StackCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetItemDefinitionFromID_Found) == 0x0005F0, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x0005F8, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000728, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_BooleanAND_ReturnValue) == 0x000729, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00072C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetItemQuantityInInventory_ReturnValue) == 0x000730, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetItemQuantityInInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000734, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_GetItemStackMaxCount_ReturnValue_1) == 0x000738, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_GetItemStackMaxCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Add_IntInt_ReturnValue_2) == 0x00073C, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddItemToInventory, CallFunc_Clamp_ReturnValue_3) == 0x000740, "Member 'AC_jRPG_InventoryManager_C_AddItemToInventory::CallFunc_Clamp_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave \ +static_assert(alignof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave) == 0x000208, "Wrong size on AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CharacterSaveState) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, Temp_int_Array_Index_Variable) == 0x0001C0, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_Map_Values_Values) == 0x0001C8, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_Array_Length_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_FindItemCountFromInventory_Quantity) == 0x0001E4, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, K2Node_MakeStruct_S_LootContext) == 0x0001E8, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001EC, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_AddItemToInventory_GeneratedItem) == 0x0001F0, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, Temp_int_Loop_Counter_Variable) == 0x0001F8, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_Less_IntInt_ReturnValue) == 0x0001FC, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave, CallFunc_Add_IntInt_ReturnValue) == 0x000200, "Member 'AC_jRPG_InventoryManager_C_AddMissingItemsFromCharacterSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_BuyItem \ +static_assert(alignof(AC_jRPG_InventoryManager_C_BuyItem) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_BuyItem"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_BuyItem) == 0x000160, "Wrong size on AC_jRPG_InventoryManager_C_BuyItem"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_BuyItem::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, Success) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_BuyItem::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, ItemToBuyLOCAL) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_BuyItem::ItemToBuyLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, CallFunc_AddItemToInventory_GeneratedItem) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_BuyItem::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, CallFunc_GetItemDefinitionFromID_Found) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_BuyItem::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_BuyItem::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, CallFunc_CheckIfItemCanBeBought_CanBeBought) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_BuyItem::CallFunc_CheckIfItemCanBeBought_CanBeBought' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_BuyItem, CallFunc_TrySpendGold_Success) == 0x000159, "Member 'AC_jRPG_InventoryManager_C_BuyItem::CallFunc_TrySpendGold_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip) == 0x0002C8, "Wrong size on AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, StatsAfterEquippingLOCAL) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::StatsAfterEquippingLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, NewItemStatsLOCAL) == 0x000058, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::NewItemStatsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, CurrentItemStatsLOCAL) == 0x0000A8, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::CurrentItemStatsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, CharacterStatsLOCAL) == 0x0000F8, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::CharacterStatsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, ItemToEquipLOCAL) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::ItemToEquipLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip, K2Node_MakeVariable_MakeVariableOutput) == 0x000278, "Member 'AC_jRPG_InventoryManager_C_CalculateStatsComparisonOnEquip::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CanAffordItemCosts \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CanAffordItemCosts) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CanAffordItemCosts"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CanAffordItemCosts) == 0x000180, "Wrong size on AC_jRPG_InventoryManager_C_CanAffordItemCosts"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, RequiredItem) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::RequiredItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, ReturnValue) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_FindItemDynamicFromInventory_Found) == 0x000039, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_FindItemDynamicFromInventory_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_FindItemDynamicFromInventory_ItemStruct) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_FindItemDynamicFromInventory_ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_Add_IntInt_ReturnValue) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAffordItemCosts, CallFunc_Less_IntInt_ReturnValue_1) == 0x00017C, "Member 'AC_jRPG_InventoryManager_C_CanAffordItemCosts::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard) == 0x000018, "Wrong size on AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard, ReturnValue) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard, CallFunc_GetMaxConsumableShardsCount_ReturnValue) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard::CallFunc_GetMaxConsumableShardsCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CanAutoEquipConsumableShard::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory) == 0x000168, "Wrong size on AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, TotalAmountInInventory) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::TotalAmountInInventory' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, TotalAmountOwnedLOCAL) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::TotalAmountOwnedLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00015D, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemInInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory) == 0x000160, "Wrong size on AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, ItemSubtype) == 0x000001, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::ItemSubtype' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, TotalAmountInInventory) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::TotalAmountInInventory' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, TotalAmountOwnedLOCAL) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::TotalAmountOwnedLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_Array_Get_Item) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000155, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000156, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory, CallFunc_BooleanAND_ReturnValue) == 0x00015C, "Member 'AC_jRPG_InventoryManager_C_CheckAmountOfItemTypeInInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory) == 0x000014, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, Success_) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, CallFunc_CheckIfThereIsFreeSlotInInventory_Success_) == 0x000009, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::CallFunc_CheckIfThereIsFreeSlotInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x00000A, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x00000B, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckIfCanUnequipItemToInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought) == 0x000150, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, ItemId) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CanBeBought) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CanBeBought' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x000009, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x00000A, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_GetItemDefinitionFromID_Found) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_CheckIfThereIsFreeSlotInInventory_Success_) == 0x000149, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_CheckIfThereIsFreeSlotInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00014A, "Member 'AC_jRPG_InventoryManager_C_CheckIfItemCanBeBought::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory) == 0x0002D0, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Amount) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Success_) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, TotalAmountOwnedLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::TotalAmountOwnedLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, NeededAmountLOCAL) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::NeededAmountLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, ItemHardcodedNameLOCAL) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::ItemHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Array_Get_Item) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Array_Length_ReturnValue_1) == 0x000174, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Temp_int_Array_Index_Variable_1) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002B8, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0002B9, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0002BA, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002BC, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, Temp_int_Loop_Counter_Variable_1) == 0x0002C0, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002C4, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002C8, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory, CallFunc_BooleanAND_ReturnValue) == 0x0002CC, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsAmountOfItemInInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory) == 0x00000C, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory, Success_) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000009, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsFreeSlotInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory) == 0x000168, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, Success_) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, IsItemFullyStacked_) == 0x000009, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, ItemIndex) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, ItemIndexLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::ItemIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, IsItemFullyStacked_LOCAL) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::IsItemFullyStacked_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, Success_LOCAL) == 0x000015, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::Success_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000016, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000164, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000165, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_BooleanAND_ReturnValue) == 0x000166, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000167, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsItemInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory) == 0x000170, "Wrong size on AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, Success_) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, ItemIndex) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, ItemIndexLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::ItemIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, Success_LOCAL) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::Success_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000015, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_GetItemStackMaxCount_ReturnValue) == 0x000164, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_GetItemStackMaxCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_Less_IntInt_ReturnValue_1) == 0x000169, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_BooleanAND_ReturnValue) == 0x00016A, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00016B, "Member 'AC_jRPG_InventoryManager_C_CheckIfThereIsNotFullyStackedItemInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText \ +static_assert(alignof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText) == 0x0004F0, "Wrong size on AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_bool_Variable) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_wildcard_Temp_buffer_array_Variable) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_JoinStringArray_ReturnValue) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x000090, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_JoinStringArray_ReturnValue_1) == 0x0000A8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_JoinStringArray_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, K2Node_MakeArray_Array) == 0x000118, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Format_ReturnValue) == 0x000128, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_int_Loop_Counter_Variable_1) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Add_IntInt_ReturnValue_1) == 0x00013C, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_int_Array_Index_Variable_1) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_string_Variable) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_GetConsumablesShards_FilteredArray) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_GetConsumablesShards_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Get_Item) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Length_ReturnValue) == 0x0002A8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x0002AC, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_NameToString_ReturnValue) == 0x0002B0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_IntToString_ReturnValue) == 0x0002C0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue) == 0x0002D0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_string_Variable_1) == 0x0002E0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0002F0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000300, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000310, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_GetConsumables_FilteredArray) == 0x000320, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_GetConsumables_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Get_Item_1) == 0x000330, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Length_ReturnValue_1) == 0x000468, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Less_IntInt_ReturnValue_1) == 0x00046C, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000470, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000480, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000490, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0004A0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0004B0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Add_ReturnValue) == 0x0004C0, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Contains_ReturnValue) == 0x0004C4, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, K2Node_Select_Default) == 0x0004C8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0004D8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText, CallFunc_Array_Add_ReturnValue_1) == 0x0004E8, "Member 'AC_jRPG_InventoryManager_C_DEBUG_ShowDebugText::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_EquipItem \ +static_assert(alignof(AC_jRPG_InventoryManager_C_EquipItem) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_EquipItem"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_EquipItem) == 0x000010, "Wrong size on AC_jRPG_InventoryManager_C_EquipItem"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_EquipItem, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_EquipItem::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_EquipItem, CharacterName) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_EquipItem::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED \ +static_assert(alignof(AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED) == 0x000008, "Wrong size on AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_EquipItem_DEPRECATED::ItemHardcodedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager) == 0x000018, "Wrong size on AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager, EntryPoint) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager, CallFunc_IsPackagedBuild_ReturnValue) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'AC_jRPG_InventoryManager_C_ExecuteUbergraph_AC_jRPG_InventoryManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_FindItemCountFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_FindItemCountFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory) == 0x000148, "Wrong size on AC_jRPG_InventoryManager_C_FindItemCountFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_FindItemCountFromInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory, Quantity) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_FindItemCountFromInventory::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory, CallFunc_FindItemDynamicFromInventory_Found) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_FindItemCountFromInventory::CallFunc_FindItemDynamicFromInventory_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemCountFromInventory, CallFunc_FindItemDynamicFromInventory_ItemStruct) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_FindItemCountFromInventory::CallFunc_FindItemDynamicFromInventory_ItemStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory) == 0x0002A0, "Wrong size on AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, Found) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, ItemStruct) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, Temp_int_Array_Index_Variable) == 0x00014C, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, Temp_int_Loop_Counter_Variable) == 0x000154, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_Array_Get_Item) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_Array_Length_ReturnValue) == 0x000298, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x00029C, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00029D, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x00029E, "Member 'AC_jRPG_InventoryManager_C_FindItemDynamicFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetAllEquipableItems \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetAllEquipableItems) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetAllEquipableItems"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetAllEquipableItems) == 0x000238, "Wrong size on AC_jRPG_InventoryManager_C_GetAllEquipableItems"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, AvailableSubtypes) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::AvailableSubtypes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, EquipableItems) == 0x000058, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::EquipableItems' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, EquipableItemsLOCAL) == 0x000068, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::EquipableItemsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, AlreadyAddedItemsLOCAL) == 0x000078, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::AlreadyAddedItemsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, AvailableSubtypesLOCAL) == 0x000088, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::AvailableSubtypesLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, ItemTypeLOCAL) == 0x0000D8, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::ItemTypeLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, Temp_int_Array_Index_Variable) == 0x0000DC, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Array_Length_ReturnValue) == 0x000220, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Less_IntInt_ReturnValue) == 0x000224, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Array_Add_ReturnValue) == 0x000228, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Array_Contains_ReturnValue) == 0x00022C, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Not_PreBool_ReturnValue) == 0x00022D, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Array_Add_ReturnValue_1) == 0x000230, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_Set_Contains_ReturnValue) == 0x000234, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetAllEquipableItems, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000235, "Member 'AC_jRPG_InventoryManager_C_GetAllEquipableItems::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetCharactersForWeapon \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetCharactersForWeapon"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon) == 0x0001F8, "Wrong size on AC_jRPG_InventoryManager_C_GetCharactersForWeapon"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, ItemStatic) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::ItemStatic' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, ReturnValue) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Add_IntInt_ReturnValue) == 0x000154, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, Temp_int_Array_Index_Variable) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, Temp_wildcard_Temp_buffer_array_Variable) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_GetCustomGI_ReturnValue) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_GetCharacterCollection_Characters) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Array_Get_Item) == 0x000190, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Array_Add_ReturnValue) == 0x00019C, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes) == 0x0001A0, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersForWeapon, CallFunc_Set_Contains_ReturnValue) == 0x0001F0, "Member 'AC_jRPG_InventoryManager_C_GetCharactersForWeapon::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped) == 0x000090, "Wrong size on AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, ItemId) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, AssignedEquipment) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::AssignedEquipment' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, local_assignedEquipments) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::local_assignedEquipments' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, local_userCharacters) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::local_userCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Map_Values_Values) == 0x000048, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_HasItemEquipped_IsEquipped) == 0x000069, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_HasItemEquipped_Slot) == 0x00006C, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, K2Node_MakeStruct_FCharacterAssignedEquipment) == 0x000078, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::K2Node_MakeStruct_FCharacterAssignedEquipment' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'AC_jRPG_InventoryManager_C_GetCharactersWithItemEquipped::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetConsumables \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetConsumables) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetConsumables"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetConsumables) == 0x000020, "Wrong size on AC_jRPG_InventoryManager_C_GetConsumables"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetConsumables, FilteredArray) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetConsumables::FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetConsumables, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetConsumables::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetConsumablesShards \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetConsumablesShards) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetConsumablesShards"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetConsumablesShards) == 0x000020, "Wrong size on AC_jRPG_InventoryManager_C_GetConsumablesShards"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetConsumablesShards, FilteredArray) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetConsumablesShards::FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetConsumablesShards, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetConsumablesShards::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetItemDefinitionFromID \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetItemDefinitionFromID"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID) == 0x000278, "Wrong size on AC_jRPG_InventoryManager_C_GetItemDefinitionFromID"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID, ItemId) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetItemDefinitionFromID::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID, Found) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetItemDefinitionFromID::Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID, ReturnValue) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetItemDefinitionFromID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_GetItemDefinitionFromID::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDefinitionFromID, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_GetItemDefinitionFromID::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory) == 0x000318, "Wrong size on AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, ItemStruct) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Conv_NameToText_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, K2Node_MakeArray_Array) == 0x0001A0, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, Temp_int_Array_Index_Variable) == 0x0001C8, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, Temp_int_Loop_Counter_Variable) == 0x0001CC, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x0001D0, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Array_Length_ReturnValue) == 0x000310, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000314, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000315, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x000316, "Member 'AC_jRPG_InventoryManager_C_GetItemDynamicFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetItemStackMaxCount \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetItemStackMaxCount"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount) == 0x000148, "Wrong size on AC_jRPG_InventoryManager_C_GetItemStackMaxCount"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount, ItemStaticData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetItemStackMaxCount::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount, ReturnValue) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_GetItemStackMaxCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount, CallFunc_GetItemTypeMetadata_Found) == 0x000134, "Member 'AC_jRPG_InventoryManager_C_GetItemStackMaxCount::CallFunc_GetItemTypeMetadata_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStackMaxCount, CallFunc_GetItemTypeMetadata_ItemTypeMetadata) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_GetItemStackMaxCount::CallFunc_GetItemTypeMetadata_ItemTypeMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetItemStructFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetItemStructFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory) == 0x0003C0, "Wrong size on AC_jRPG_InventoryManager_C_GetItemStructFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, ItemStruct) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, ItemStructLOCAL) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::ItemStructLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000268, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, Temp_int_Array_Index_Variable) == 0x00026C, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000270, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, Temp_int_Loop_Counter_Variable) == 0x000274, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000278, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_Array_Get_Item) == 0x000280, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_Array_Length_ReturnValue) == 0x0003B8, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x0003BC, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x0003BD, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemStructFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003BE, "Member 'AC_jRPG_InventoryManager_C_GetItemStructFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetItemTypeMetadata \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetItemTypeMetadata"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata) == 0x000058, "Wrong size on AC_jRPG_InventoryManager_C_GetItemTypeMetadata"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, Found) == 0x000001, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, ItemTypeMetadata) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::ItemTypeMetadata' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, K2Node_MakeStruct_S_InventoryItemTypeMetadata) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::K2Node_MakeStruct_S_InventoryItemTypeMetadata' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, CallFunc_Conv_StringToName_ReturnValue) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetItemTypeMetadata, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000050, "Member 'AC_jRPG_InventoryManager_C_GetItemTypeMetadata::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType) == 0x000020, "Wrong size on AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType, Index_0) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType, ReturnValue) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType, CallFunc_GetItemTypeMetadata_Found) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType::CallFunc_GetItemTypeMetadata_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType, CallFunc_GetItemTypeMetadata_ItemTypeMetadata) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetNotificationPoolTagFromItemType::CallFunc_GetItemTypeMetadata_ItemTypeMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetOwnedItemsByType \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetOwnedItemsByType"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType) == 0x0002C8, "Wrong size on AC_jRPG_InventoryManager_C_GetOwnedItemsByType"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, ItemSubtype) == 0x000001, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::ItemSubtype' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, IncludeHidden) == 0x000002, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::IncludeHidden' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, FilteredArray) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, Temp_wildcard_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, Temp_int_Array_Index_Variable) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Not_PreBool_ReturnValue) == 0x0002B8, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_Array_Add_ReturnValue) == 0x0002BC, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_BooleanOR_ReturnValue) == 0x0002C0, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002C1, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002C2, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_BooleanOR_ReturnValue_1) == 0x0002C3, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_BooleanAND_ReturnValue) == 0x0002C4, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetOwnedItemsByType, CallFunc_BooleanAND_ReturnValue_1) == 0x0002C5, "Member 'AC_jRPG_InventoryManager_C_GetOwnedItemsByType::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetPartyHealConsumable \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetPartyHealConsumable"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable) == 0x000160, "Wrong size on AC_jRPG_InventoryManager_C_GetPartyHealConsumable"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, Row_Name) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::Row_Name' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, CallFunc_GetItemDefinitionFromID_Found) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealConsumable, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealConsumable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetPartyHealShard \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetPartyHealShard) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetPartyHealShard"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetPartyHealShard) == 0x000010, "Wrong size on AC_jRPG_InventoryManager_C_GetPartyHealShard"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealShard, Row_Name) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealShard::Row_Name' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetPartyHealShard, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetPartyHealShard::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot, SlotIndex) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetProperEquipmentChangeSlot::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget, ItemIndex) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetProperInventorySlotWidget::ItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget, SlotIndex) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetProperUseItemOnCharacterSlotWidget::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetProperVendorSlot \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetProperVendorSlot) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_GetProperVendorSlot"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetProperVendorSlot) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_GetProperVendorSlot"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetProperVendorSlot, Index_0) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetProperVendorSlot::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetStacksLeftForItem \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetStacksLeftForItem"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem) == 0x000188, "Wrong size on AC_jRPG_InventoryManager_C_GetStacksLeftForItem"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, ItemId) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, HasExistingStack) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::HasExistingStack' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, ItemIndex) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, StackLeft) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::StackLeft' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, StackCount) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::StackCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, local_smallestStackLeftCount) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::local_smallestStackLeftCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, local_smallestStackIndex) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::local_smallestStackIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, local_smallestStackCount) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::local_smallestStackCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, Temp_int_Array_Index_Variable) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000039, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_BooleanAND_ReturnValue) == 0x000179, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_GetItemStackMaxCount_ReturnValue) == 0x00017C, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_GetItemStackMaxCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000180, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_Less_IntInt_ReturnValue_1) == 0x000184, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000185, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetStacksLeftForItem, CallFunc_BooleanOR_ReturnValue) == 0x000186, "Member 'AC_jRPG_InventoryManager_C_GetStacksLeftForItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_GetWeaponsForCharacter \ +static_assert(alignof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_GetWeaponsForCharacter"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter) == 0x0001A8, "Wrong size on AC_jRPG_InventoryManager_C_GetWeaponsForCharacter"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CharacterData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, WeaponsDynamicData) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::WeaponsDynamicData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, Temp_int_Array_Index_Variable) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000048, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_Array_Get_Item) == 0x000060, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_Array_Add_ReturnValue) == 0x00019C, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_GetWeaponsForCharacter, CallFunc_CanEquipItem_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_InventoryManager_C_GetWeaponsForCharacter::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter \ +static_assert(alignof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter) == 0x000178, "Wrong size on AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CharacterData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, IsNotified) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_Array_Get_Item) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x00016C, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_GetCustomizationTypeForCharacter_CustomizationType) == 0x00016D, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_GetCustomizationTypeForCharacter_CustomizationType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00016E, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_IsNameValid_ReturnValue) == 0x00016F, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000171, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x000172, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedCustomizationForCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter \ +static_assert(alignof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter) == 0x0001F8, "Wrong size on AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CharacterData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, IsNotified) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Set_ToArray_Result) == 0x000068, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, Temp_int_Array_Index_Variable) == 0x000080, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, Temp_int_Array_Index_Variable_1) == 0x000084, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Array_Get_Item) == 0x000088, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000090, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0001DC, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_IsNameValid_ReturnValue) == 0x0001DD, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, Temp_int_Loop_Counter_Variable_1) == 0x0001E0, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x0001F0, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F1, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0001F2, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001F4, "Member 'AC_jRPG_InventoryManager_C_IsThereNotifiedWeaponForCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_MarkItemAsRead \ +static_assert(alignof(AC_jRPG_InventoryManager_C_MarkItemAsRead) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_MarkItemAsRead"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_MarkItemAsRead) == 0x000150, "Wrong size on AC_jRPG_InventoryManager_C_MarkItemAsRead"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, ItemData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::ItemData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, Mark_Caller) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::Mark_Caller' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, CallFunc_GetCustomGI_ReturnValue) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, CallFunc_Not_PreBool_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000141, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, CallFunc_GetNotificationPoolTagFromItemType_ReturnValue) == 0x000144, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::CallFunc_GetNotificationPoolTagFromItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_MarkItemAsRead, CallFunc_BooleanOR_ReturnValue) == 0x00014C, "Member 'AC_jRPG_InventoryManager_C_MarkItemAsRead::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_NotifyItem \ +static_assert(alignof(AC_jRPG_InventoryManager_C_NotifyItem) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_NotifyItem"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_NotifyItem) == 0x000148, "Wrong size on AC_jRPG_InventoryManager_C_NotifyItem"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, ItemData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::ItemData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, CallFunc_GetCustomGI_ReturnValue) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, CallFunc_GetNotificationPoolTagFromItemType_ReturnValue) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::CallFunc_GetNotificationPoolTagFromItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, CallFunc_Not_PreBool_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000141, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_NotifyItem, CallFunc_BooleanOR_ReturnValue) == 0x000142, "Member 'AC_jRPG_InventoryManager_C_NotifyItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory) == 0x000158, "Wrong size on AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, ItemStaticData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, Amount) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, CallFunc_GetCustomGI_ReturnValue) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, CallFunc_OnItemRemovedFromInventory_RemainingQuantity) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::CallFunc_OnItemRemovedFromInventory_RemainingQuantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000154, "Member 'AC_jRPG_InventoryManager_C_OnItemRemovedFromInventory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_OnVendorItemSold \ +static_assert(alignof(AC_jRPG_InventoryManager_C_OnVendorItemSold) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_OnVendorItemSold"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_OnVendorItemSold) == 0x0000C8, "Wrong size on AC_jRPG_InventoryManager_C_OnVendorItemSold"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, VendorID) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::VendorID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, ItemId) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, Quantity) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, local_vendorState) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::local_vendorState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, CallFunc_Map_Find_Value) == 0x000068, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, CallFunc_Map_Find_ReturnValue) == 0x00006C, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, CallFunc_Max_ReturnValue) == 0x000074, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_OnVendorItemSold, CallFunc_GetOrCreateVendorState_Value) == 0x000078, "Member 'AC_jRPG_InventoryManager_C_OnVendorItemSold::CallFunc_GetOrCreateVendorState_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ReceiveGold \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ReceiveGold) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ReceiveGold"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ReceiveGold) == 0x000190, "Wrong size on AC_jRPG_InventoryManager_C_ReceiveGold"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, GoldAmount) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, Reason) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, local_newGold) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::local_newGold' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000118, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, K2Node_MakeStruct_FormatArgumentData_3) == 0x000120, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Int32SafeIncrement_ReturnValue) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Int32SafeIncrement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, K2Node_MakeArray_Array) == 0x000170, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveGold, CallFunc_Format_ReturnValue) == 0x000180, "Member 'AC_jRPG_InventoryManager_C_ReceiveGold::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ReceiveTick \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_ReceiveTick"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ReceiveTick) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_ReceiveTick"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RefillConsumables \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RefillConsumables) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_RefillConsumables"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RefillConsumables) == 0x000300, "Wrong size on AC_jRPG_InventoryManager_C_RefillConsumables"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_GetPartyHealShard_Row_Name) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_GetPartyHealShard_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_GetPartyHealConsumable_Row_Name) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_GetPartyHealConsumable_Row_Name' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_FindItemCountFromInventory_Quantity) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, Temp_wildcard_Variable) == 0x00002C, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_AddItemToInventory_GeneratedItem) == 0x000048, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Array_Get_Item) == 0x000050, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Less_IntInt_ReturnValue) == 0x00018C, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_GetConsumableItemFromShard_ItemID) == 0x000190, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_GetConsumableItemFromShard_ItemID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_AddItemToInventory_GeneratedItem_1) == 0x000198, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_AddItemToInventory_GeneratedItem_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_FindItemCountFromInventory_Quantity_1) == 0x0001A0, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_FindItemCountFromInventory_Quantity_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_ShouldRefillConsumableShard_ReturnValue) == 0x0001A4, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_ShouldRefillConsumableShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_GetOwnedItemsByType_FilteredArray_1) == 0x0001A8, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_GetOwnedItemsByType_FilteredArray_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Array_Length_ReturnValue_1) == 0x0001B8, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Array_Get_Item_1) == 0x0001C0, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefillConsumables, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002F8, "Member 'AC_jRPG_InventoryManager_C_RefillConsumables::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RefreshInventorySlot \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RefreshInventorySlot) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_RefreshInventorySlot"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RefreshInventorySlot) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_RefreshInventorySlot"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefreshInventorySlot, SlotIndex) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RefreshInventorySlot::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding, SlotIndex) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RefreshInventorySlotAfterDiscarding::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RefreshVendorItemDetails \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RefreshVendorItemDetails) == 0x000001, "Wrong alignment on AC_jRPG_InventoryManager_C_RefreshVendorItemDetails"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RefreshVendorItemDetails) == 0x000001, "Wrong size on AC_jRPG_InventoryManager_C_RefreshVendorItemDetails"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RefreshVendorItemDetails, ShowItemFromInventory) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RefreshVendorItemDetails::ShowItemFromInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ReleaseInventorySlot \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ReleaseInventorySlot) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ReleaseInventorySlot"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ReleaseInventorySlot) == 0x000010, "Wrong size on AC_jRPG_InventoryManager_C_ReleaseInventorySlot"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReleaseInventorySlot, InventorySlot) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ReleaseInventorySlot::InventorySlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ReleaseInventorySlot, SlotToRemoveLOCAL) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ReleaseInventorySlot::SlotToRemoveLOCAL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RemoveAllItemsOfType \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_RemoveAllItemsOfType"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType) == 0x000208, "Wrong size on AC_jRPG_InventoryManager_C_RemoveAllItemsOfType"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, local_KeepEmptyStacks) == 0x000001, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::local_KeepEmptyStacks' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, SlotIndexToCheckLOCAL) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::SlotIndexToCheckLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, AmountToRemoveLOCAL) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::AmountToRemoveLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, ItemHardcodedNameLOCAL) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::ItemHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, Temp_int_Array_Index_Variable) == 0x000028, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, K2Node_MakeArray_Array) == 0x000098, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Array_Length_ReturnValue) == 0x0001F8, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001FC, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_Max_ReturnValue) == 0x000200, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveAllItemsOfType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000204, "Member 'AC_jRPG_InventoryManager_C_RemoveAllItemsOfType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_RemoveItemFromInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_RemoveItemFromInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory) == 0x000538, "Wrong size on AC_jRPG_InventoryManager_C_RemoveItemFromInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, ItemHardcodedName) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::ItemHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, Amount) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, KeepEmptyStack) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::KeepEmptyStack' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, local_KeepEmptyStacks) == 0x00000D, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::local_KeepEmptyStacks' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, SlotIndexToCheckLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::SlotIndexToCheckLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, AmountToRemoveLOCAL) == 0x000014, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::AmountToRemoveLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, ItemStaticDataLOCAL) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::ItemStaticDataLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, ItemHardcodedNameLOCAL) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::ItemHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, Temp_int_Variable) == 0x000150, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Abs_Int_ReturnValue) == 0x000154, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000160, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000290, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000294, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, Temp_bool_Variable) == 0x000295, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000296, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x000297, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Array_Get_Item) == 0x000298, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Array_Length_ReturnValue) == 0x0003D0, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Subtract_IntInt_ReturnValue) == 0x0003D4, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0003D8, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Greater_IntInt_ReturnValue) == 0x0003DC, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Array_Get_Item_1) == 0x0003E0, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000518, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00051C, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000520, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000524, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000525, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_BooleanOR_ReturnValue) == 0x000526, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000527, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000528, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x00052C, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x00052D, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x000530, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000534, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_RemoveItemFromInventory, CallFunc_BooleanOR_ReturnValue_1) == 0x000535, "Member 'AC_jRPG_InventoryManager_C_RemoveItemFromInventory::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ResetInventory \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ResetInventory) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_ResetInventory"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ResetInventory) == 0x000014, "Wrong size on AC_jRPG_InventoryManager_C_ResetInventory"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventory, local_KeepEmptyStacks) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ResetInventory::local_KeepEmptyStacks' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventory, SlotIndexToCheckLOCAL) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_ResetInventory::SlotIndexToCheckLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventory, AmountToRemoveLOCAL) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ResetInventory::AmountToRemoveLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventory, ItemHardcodedNameLOCAL) == 0x00000C, "Member 'AC_jRPG_InventoryManager_C_ResetInventory::ItemHardcodedNameLOCAL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus) == 0x000020, "Wrong size on AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus, local_NumberOfTokens) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus::local_NumberOfTokens' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus, K2Node_MakeStruct_S_LootContext) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus, CallFunc_AddItemToInventory_GeneratedItem) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus, CallFunc_CheckAmountOfItemInInventory_TotalAmountInInventory) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_ResetInventoryForNewGamePlus::CallFunc_CheckAmountOfItemInInventory_TotalAmountInInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_SetShouldDispatchModifications \ +static_assert(alignof(AC_jRPG_InventoryManager_C_SetShouldDispatchModifications) == 0x000001, "Wrong alignment on AC_jRPG_InventoryManager_C_SetShouldDispatchModifications"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_SetShouldDispatchModifications) == 0x000001, "Wrong size on AC_jRPG_InventoryManager_C_SetShouldDispatchModifications"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_SetShouldDispatchModifications, ShouldDispatch) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_SetShouldDispatchModifications::ShouldDispatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShouldItemBeNotified \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ShouldItemBeNotified"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified) == 0x000150, "Wrong size on AC_jRPG_InventoryManager_C_ShouldItemBeNotified"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, ItemData) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::ItemData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, IsNotified) == 0x000130, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_GetCustomGI_ReturnValue) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_GetNotificationPoolTagFromItemType_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_GetNotificationPoolTagFromItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000149, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00014A, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldItemBeNotified, CallFunc_BooleanOR_ReturnValue) == 0x00014B, "Member 'AC_jRPG_InventoryManager_C_ShouldItemBeNotified::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard) == 0x00000C, "Wrong size on AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard, ItemToFind) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard, ReturnValue) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ShouldRefillConsumableShard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShowAllEquipableItems \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShowAllEquipableItems) == 0x000001, "Wrong alignment on AC_jRPG_InventoryManager_C_ShowAllEquipableItems"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShowAllEquipableItems) == 0x000001, "Wrong size on AC_jRPG_InventoryManager_C_ShowAllEquipableItems"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowAllEquipableItems, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShowAllEquipableItems::ItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShowItemsToBuy \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShowItemsToBuy) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_ShowItemsToBuy"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShowItemsToBuy) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_ShowItemsToBuy"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowItemsToBuy, SlotToFocus) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShowItemsToBuy::SlotToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShowItemsToSell \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShowItemsToSell) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_ShowItemsToSell"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShowItemsToSell) == 0x000004, "Wrong size on AC_jRPG_InventoryManager_C_ShowItemsToSell"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowItemsToSell, SlotToFocus) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShowItemsToSell::SlotToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue \ +static_assert(alignof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue) == 0x000160, "Wrong size on AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, GeneratedItemInfo) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, ItemData) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::ItemData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x000138, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_HasActiveDialogue_ReturnValue) == 0x000140, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000141, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_IsValid_ReturnValue) == 0x000142, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, K2Node_MakeArray_Array) == 0x000148, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_BooleanAND_ReturnValue) == 0x000159, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue, CallFunc_BooleanAND_ReturnValue_1) == 0x00015A, "Member 'AC_jRPG_InventoryManager_C_ShowLootNotificationInDialogue::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_TrySpendGold \ +static_assert(alignof(AC_jRPG_InventoryManager_C_TrySpendGold) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_TrySpendGold"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_TrySpendGold) == 0x000190, "Wrong size on AC_jRPG_InventoryManager_C_TrySpendGold"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, GoldAmount) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, Reason) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, Success) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, local_newGold) == 0x00001C, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::local_newGold' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x0000D0, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, K2Node_MakeStruct_FormatArgumentData_3) == 0x000120, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, K2Node_MakeArray_Array) == 0x000168, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Format_ReturnValue) == 0x000178, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000188, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_TrySpendGold, CallFunc_Subtract_IntInt_ReturnValue) == 0x00018C, "Member 'AC_jRPG_InventoryManager_C_TrySpendGold::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_UnequipItem \ +static_assert(alignof(AC_jRPG_InventoryManager_C_UnequipItem) == 0x000008, "Wrong alignment on AC_jRPG_InventoryManager_C_UnequipItem"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_UnequipItem) == 0x000190, "Wrong size on AC_jRPG_InventoryManager_C_UnequipItem"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UnequipItem, ItemType) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_UnequipItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UnequipItem, CharacterHardcodedNameLOCAL) == 0x000004, "Member 'AC_jRPG_InventoryManager_C_UnequipItem::CharacterHardcodedNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UnequipItem, CharacterEquipmentLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_UnequipItem::CharacterEquipmentLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UnequipItem, ItemToUnequipLOCAL) == 0x000060, "Member 'AC_jRPG_InventoryManager_C_UnequipItem::ItemToUnequipLOCAL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_InventoryManager_C_UseItemOnCharacter \ +static_assert(alignof(AC_jRPG_InventoryManager_C_UseItemOnCharacter) == 0x000004, "Wrong alignment on AC_jRPG_InventoryManager_C_UseItemOnCharacter"); \ +static_assert(sizeof(AC_jRPG_InventoryManager_C_UseItemOnCharacter) == 0x000020, "Wrong size on AC_jRPG_InventoryManager_C_UseItemOnCharacter"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UseItemOnCharacter, ItemToUse_0) == 0x000000, "Member 'AC_jRPG_InventoryManager_C_UseItemOnCharacter::ItemToUse_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UseItemOnCharacter, CharacterHardcodedName) == 0x000008, "Member 'AC_jRPG_InventoryManager_C_UseItemOnCharacter::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UseItemOnCharacter, ItemToUseLOCAL) == 0x000010, "Member 'AC_jRPG_InventoryManager_C_UseItemOnCharacter::ItemToUseLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_InventoryManager_C_UseItemOnCharacter, CharacterToUseItemOnLOCAL) == 0x000018, "Member 'AC_jRPG_InventoryManager_C_UseItemOnCharacter::CharacterToUseItemOnLOCAL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_InventoryManager_C \ +static_assert(alignof(UAC_jRPG_InventoryManager_C) == 0x000008, "Wrong alignment on UAC_jRPG_InventoryManager_C"); \ +static_assert(sizeof(UAC_jRPG_InventoryManager_C) == 0x000108, "Wrong size on UAC_jRPG_InventoryManager_C"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_InventoryManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, InventorySlotsAmount) == 0x0000A8, "Member 'UAC_jRPG_InventoryManager_C::InventorySlotsAmount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, MultipleStacksAllowed_) == 0x0000AC, "Member 'UAC_jRPG_InventoryManager_C::MultipleStacksAllowed_' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, SelectedItemSlot) == 0x0000B0, "Member 'UAC_jRPG_InventoryManager_C::SelectedItemSlot' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, GameInstanceReference) == 0x0000B8, "Member 'UAC_jRPG_InventoryManager_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, ItemToUse) == 0x0000C0, "Member 'UAC_jRPG_InventoryManager_C::ItemToUse' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, OnAnyItemAdded) == 0x0000C8, "Member 'UAC_jRPG_InventoryManager_C::OnAnyItemAdded' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, OnAnyItemRemoved) == 0x0000D8, "Member 'UAC_jRPG_InventoryManager_C::OnAnyItemRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, OnItemAdded) == 0x0000E8, "Member 'UAC_jRPG_InventoryManager_C::OnItemAdded' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, ItemInstances) == 0x0000F8, "Member 'UAC_jRPG_InventoryManager_C::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, ShouldDispatchModifications) == 0x0000F9, "Member 'UAC_jRPG_InventoryManager_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_InventoryManager_C, InventoryItemTypeMetadataTable) == 0x000100, "Member 'UAC_jRPG_InventoryManager_C::InventoryItemTypeMetadataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBPI_GM_CharacterPage_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBPI_GM_CharacterPage_C_BPI_LoadCharacter \ +static_assert(alignof(WBPI_GM_CharacterPage_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBPI_GM_CharacterPage_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBPI_GM_CharacterPage_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBPI_GM_CharacterPage_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBPI_GM_CharacterPage_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBPI_GM_CharacterPage_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWBPI_GM_CharacterPage_C \ +static_assert(alignof(IWBPI_GM_CharacterPage_C) == 0x000001, "Wrong alignment on IWBPI_GM_CharacterPage_C"); \ +static_assert(sizeof(IWBPI_GM_CharacterPage_C) == 0x000001, "Wrong size on IWBPI_GM_CharacterPage_C"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_BndEvt__WBP_FullScreenNotification_Generic_ConfirmPrompt_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack) == 0x000098, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, EntryPoint) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_CustomEvent_FX_SmokeOverride_1) == 0x000008, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_CustomEvent_FX_SmokeOverride_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000018, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_2) == 0x000028, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_CustomEvent_FX_SmokeOverride) == 0x000030, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_CustomEvent_FX_SmokeOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_3) == 0x000038, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_4) == 0x000040, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_MakeStruct_SoundEventDataTableRowHandle) == 0x000048, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_MakeStruct_SoundEventDataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_ComponentBoundEvent_Button) == 0x000058, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_Event_Animation) == 0x000060, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_Event_IsDesignTime) == 0x000068, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_PlayAnimationForward_ReturnValue) == 0x000070, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, K2Node_CustomEvent_FX_PetalTextOverride) == 0x000078, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::K2Node_CustomEvent_FX_PetalTextOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_5) == 0x000080, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_GetNiagaraComponent_ReturnValue_6) == 0x000088, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_GetNiagaraComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack, CallFunc_IsValid_ReturnValue_2) == 0x000091, "Member 'WBP_FullScreenNotification_GradientAttack_C_ExecuteUbergraph_WBP_FullScreenNotification_GradientAttack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event, FX_PetalTextOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_FX_PetalTextOverride_Event::FX_PetalTextOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event, FX_SmokeOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event::FX_SmokeOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0 \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0, FX_SmokeOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_FX_SmokeOverride_Event_0::FX_SmokeOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_LoadNotification \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_LoadNotification) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_LoadNotification"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_LoadNotification) == 0x000028, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_LoadNotification"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_LoadNotification, NotificationData) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_LoadNotification::NotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_LoadNotification, CallFunc_GetDescriptionText_DescriptionText) == 0x000008, "Member 'WBP_FullScreenNotification_GradientAttack_C_LoadNotification::CallFunc_GetDescriptionText_DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_LoadNotification, CallFunc_GetHeaderText_HeaderText) == 0x000018, "Member 'WBP_FullScreenNotification_GradientAttack_C_LoadNotification::CallFunc_GetHeaderText_HeaderText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_PreConstruct \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_PreConstruct"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_PreConstruct) == 0x000001, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_PreConstruct"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack, FX_PetalTextOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack::FX_PetalTextOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0 \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0, FX_SmokeOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_0::FX_SmokeOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1 \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1, FX_SmokeOverride_0) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_SequenceEvent__ENTRYPOINTWBP_FullScreenNotification_GradientAttack_1::FX_SmokeOverride_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_SetSkillName \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_SetSkillName"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName) == 0x000068, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_SetSkillName"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, GradientItemName) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::GradientItemName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_GetCharacterCollection_Characters) == 0x000020, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_GetSkillGraph_SkillGraph) == 0x000048, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_GetSkillGraph_SkillGraph' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_FindSkillsUnlockedByItem_ReturnValue) == 0x000050, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_FindSkillsUnlockedByItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Array_IsEmpty_ReturnValue) == 0x000060, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_SetSkillName, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_FullScreenNotification_GradientAttack_C_SetSkillName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt \ +static_assert(alignof(WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt) == 0x000008, "Wrong alignment on WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt"); \ +static_assert(sizeof(WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt) == 0x000008, "Wrong size on WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt"); \ +static_assert(offsetof(WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_FullScreenNotification_GradientAttack_C_ShowConfirmPrompt::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullScreenNotification_GradientAttack_C \ +static_assert(alignof(UWBP_FullScreenNotification_GradientAttack_C) == 0x000008, "Wrong alignment on UWBP_FullScreenNotification_GradientAttack_C"); \ +static_assert(sizeof(UWBP_FullScreenNotification_GradientAttack_C) == 0x000500, "Wrong size on UWBP_FullScreenNotification_GradientAttack_C"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, UberGraphFrame_WBP_FullScreenNotification_GradientAttack_C) == 0x0004A0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::UberGraphFrame_WBP_FullScreenNotification_GradientAttack_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, Anim_ShowTextOverride) == 0x0004A8, "Member 'UWBP_FullScreenNotification_GradientAttack_C::Anim_ShowTextOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, Anim_ShowPromptOverride) == 0x0004B0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::Anim_ShowPromptOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, CharacterName) == 0x0004B8, "Member 'UWBP_FullScreenNotification_GradientAttack_C::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, ConfirmPromptOverride) == 0x0004C0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::ConfirmPromptOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, FX_PetalTextOverride) == 0x0004C8, "Member 'UWBP_FullScreenNotification_GradientAttack_C::FX_PetalTextOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, FX_Smoke_1Override) == 0x0004D0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::FX_Smoke_1Override' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, FX_SmokeOverride) == 0x0004D8, "Member 'UWBP_FullScreenNotification_GradientAttack_C::FX_SmokeOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, NotificationHeaderOverride) == 0x0004E0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::NotificationHeaderOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, SkillName) == 0x0004E8, "Member 'UWBP_FullScreenNotification_GradientAttack_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotification_GradientAttack_C, Sound_Event_Data_GradientAttack) == 0x0004F0, "Member 'UWBP_FullScreenNotification_GradientAttack_C::Sound_Event_Data_GradientAttack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_NPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData) == 0x0001C0, "Wrong size on Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_13) == 0x000004, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_13' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_14) == 0x00000C, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_14' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_15) == 0x000018, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_15' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigLogic) == 0x0000D0, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000130, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000160, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000190, "Member 'Face_PostProcess_AnimBP_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_NPC_C_AnimGraph \ +static_assert(alignof(Face_PostProcess_AnimBP_NPC_C_AnimGraph) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_NPC_C_AnimGraph"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_NPC_C_AnimGraph) == 0x000020, "Wrong size on Face_PostProcess_AnimBP_NPC_C_AnimGraph"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_AnimGraph, InPose) == 0x000000, "Member 'Face_PostProcess_AnimBP_NPC_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'Face_PostProcess_AnimBP_NPC_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation \ +static_assert(alignof(Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Face_PostProcess_AnimBP_NPC_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC \ +static_assert(alignof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC) == 0x000238, "Wrong size on Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, EntryPoint) == 0x000000, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000038, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GetAnimInstance_ReturnValue) == 0x000098, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_IsValid_ReturnValue_2) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_DynamicCast_AsABP_Facial_Cine_Main) == 0x0000A8, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_DynamicCast_AsABP_Facial_Cine_Main' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000B1, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0000B2, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Abs_ReturnValue) == 0x0000B8, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Abs_ReturnValue_1) == 0x0000C0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_IsValid_ReturnValue_3) == 0x0000C8, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000D8, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GetDisplayName_ReturnValue_2) == 0x0000F0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000100, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000110, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_MakeArray_Array) == 0x0001B0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Format_ReturnValue_1) == 0x0001E0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x0001F0, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1) == 0x0001F8, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Abs_A_ImplicitCast) == 0x000200, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Abs_A_ImplicitCast_1) == 0x000208, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_VariableSet_EyesDown_Dev_ImplicitCast) == 0x000210, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_VariableSet_EyesDown_Dev_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_VariableSet_EyeLeft_Dev_ImplicitCast) == 0x000214, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_VariableSet_EyeLeft_Dev_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000218, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_VariableSet_Eye_Up_Down_ImplicitCast) == 0x000220, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_VariableSet_Eye_Up_Down_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000228, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC, K2Node_VariableSet_Eye_Left_Right_ImplicitCast) == 0x000230, "Member 'Face_PostProcess_AnimBP_NPC_C_ExecuteUbergraph_Face_PostProcess_AnimBP_NPC::K2Node_VariableSet_Eye_Left_Right_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_PostProcess_AnimBP_NPC_C \ +static_assert(alignof(UFace_PostProcess_AnimBP_NPC_C) == 0x000010, "Wrong alignment on UFace_PostProcess_AnimBP_NPC_C"); \ +static_assert(sizeof(UFace_PostProcess_AnimBP_NPC_C) == 0x0005C0, "Wrong size on UFace_PostProcess_AnimBP_NPC_C"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, UberGraphFrame) == 0x000370, "Member 'UFace_PostProcess_AnimBP_NPC_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimGraphNode_RigLogic) == 0x000388, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimGraphNode_LinkedInputPose) == 0x0003E8, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimGraphNode_Root) == 0x0004A0, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimGraphNode_SaveCachedPose) == 0x0004C0, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, AnimGraphNode_UseCachedPose) == 0x000540, "Member 'UFace_PostProcess_AnimBP_NPC_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, __CustomProperty_neckCorrMultD_33DB1F1B4AB1F707E175498D3A5CA918) == 0x000568, "Member 'UFace_PostProcess_AnimBP_NPC_C::__CustomProperty_neckCorrMultD_33DB1F1B4AB1F707E175498D3A5CA918' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, __CustomProperty_neckCorrMultM_33DB1F1B4AB1F707E175498D3A5CA918) == 0x000570, "Member 'UFace_PostProcess_AnimBP_NPC_C::__CustomProperty_neckCorrMultM_33DB1F1B4AB1F707E175498D3A5CA918' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, __CustomProperty_neckCorrMultU_33DB1F1B4AB1F707E175498D3A5CA918) == 0x000578, "Member 'UFace_PostProcess_AnimBP_NPC_C::__CustomProperty_neckCorrMultU_33DB1F1B4AB1F707E175498D3A5CA918' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, BodyTypeIndex) == 0x000580, "Member 'UFace_PostProcess_AnimBP_NPC_C::BodyTypeIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, CineCharacterOwner) == 0x000588, "Member 'UFace_PostProcess_AnimBP_NPC_C::CineCharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, As_ABP_Facial_Cine_Main) == 0x000590, "Member 'UFace_PostProcess_AnimBP_NPC_C::As_ABP_Facial_Cine_Main' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, Eye_Left_Right) == 0x000598, "Member 'UFace_PostProcess_AnimBP_NPC_C::Eye_Left_Right' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, Eye_Up_Down) == 0x00059C, "Member 'UFace_PostProcess_AnimBP_NPC_C::Eye_Up_Down' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, EyesUp_Dev) == 0x0005A0, "Member 'UFace_PostProcess_AnimBP_NPC_C::EyesUp_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, EyesDown_Dev) == 0x0005A4, "Member 'UFace_PostProcess_AnimBP_NPC_C::EyesDown_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, EyeRight_Dev) == 0x0005A8, "Member 'UFace_PostProcess_AnimBP_NPC_C::EyeRight_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, EyeLeft_Dev) == 0x0005AC, "Member 'UFace_PostProcess_AnimBP_NPC_C::EyeLeft_Dev' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_NPC_C, IsCineCharacter) == 0x0005B0, "Member 'UFace_PostProcess_AnimBP_NPC_C::IsCineCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStruct_FogQualityVars \ +static_assert(alignof(FStruct_FogQualityVars) == 0x000008, "Wrong alignment on FStruct_FogQualityVars"); \ +static_assert(sizeof(FStruct_FogQualityVars) == 0x000020, "Wrong size on FStruct_FogQualityVars"); \ +static_assert(offsetof(FStruct_FogQualityVars, GridPixelSize_3_F0EA185C4CD2B4BDFD587AAE95481981) == 0x000000, "Member 'FStruct_FogQualityVars::GridPixelSize_3_F0EA185C4CD2B4BDFD587AAE95481981' has a wrong offset!"); \ +static_assert(offsetof(FStruct_FogQualityVars, GridSizeZ_5_ADEC82A449C698D345536EA121A565F5) == 0x000010, "Member 'FStruct_FogQualityVars::GridSizeZ_5_ADEC82A449C698D345536EA121A565F5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AddInteractedDialogues \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AddInteractedDialogues) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_AddInteractedDialogues"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AddInteractedDialogues) == 0x000014, "Wrong size on BP_jRPG_GI_Custom_C_AddInteractedDialogues"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddInteractedDialogues, DialogueGUID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AddInteractedDialogues::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddInteractedDialogues, DialogueStage) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_AddInteractedDialogues::DialogueStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AddSkinToCollection \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AddSkinToCollection) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_AddSkinToCollection"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AddSkinToCollection) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_AddSkinToCollection"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddSkinToCollection, Character) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AddSkinToCollection::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddSkinToCollection, SkinToAdd) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_AddSkinToCollection::SkinToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AddToUnlockedMapSections \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_AddToUnlockedMapSections"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections) == 0x000014, "Wrong size on BP_jRPG_GI_Custom_C_AddToUnlockedMapSections"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections, SectionGrayscale) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AddToUnlockedMapSections::SectionGrayscale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections, AddedIndex) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_AddToUnlockedMapSections::AddedIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections, CallFunc_Array_Contains_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_AddToUnlockedMapSections::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections, CallFunc_Array_Add_ReturnValue) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_AddToUnlockedMapSections::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddToUnlockedMapSections, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_AddToUnlockedMapSections::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AddVisitedLevel \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AddVisitedLevel) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_AddVisitedLevel"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AddVisitedLevel) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_AddVisitedLevel"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddVisitedLevel, VisitedLevel) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AddVisitedLevel::VisitedLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddVisitedLevel, local_SpawnPointList) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_AddVisitedLevel::local_SpawnPointList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddVisitedLevel, local_LevelSpawnPointsData) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_AddVisitedLevel::local_LevelSpawnPointsData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AddVisitedLevel, CallFunc_Array_AddUnique_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_AddVisitedLevel::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AdjustAmbienceColume \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_AdjustAmbienceColume"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_AdjustAmbienceColume"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume, AdjustVolumeDuration) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AdjustAmbienceColume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume, AdjustVolumeLevel) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_AdjustAmbienceColume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume, FadeCurve) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_AdjustAmbienceColume::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_AdjustAmbienceColume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AdjustAmbienceColume, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_jRPG_GI_Custom_C_AdjustAmbienceColume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings, CallFunc_GetBoolCVar_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings, CallFunc_GetColorVisionDeficiency_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings::CallFunc_GetColorVisionDeficiency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings, CallFunc_GetColorVisionDeficiencyCorrectionSeverity_ReturnValue) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_ApplyAccessibilitySettings::CallFunc_GetColorVisionDeficiencyCorrectionSeverity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ApplyAllUserSettings \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ApplyAllUserSettings) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ApplyAllUserSettings"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ApplyAllUserSettings) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_ApplyAllUserSettings"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAllUserSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ApplyAllUserSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAllUserSettings, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ApplyAllUserSettings::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyAllUserSettings, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ApplyAllUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ApplyPostProcessSettings \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ApplyPostProcessSettings) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ApplyPostProcessSettings"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ApplyPostProcessSettings) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_ApplyPostProcessSettings"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyPostProcessSettings, CallFunc_GetActorOfClass_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ApplyPostProcessSettings::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ApplyPostProcessSettings, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ApplyPostProcessSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_AreAllCharactersDead \ +static_assert(alignof(BP_jRPG_GI_Custom_C_AreAllCharactersDead) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_AreAllCharactersDead"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_AreAllCharactersDead) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_AreAllCharactersDead"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, AllDead) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::AllDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, local_hasAliveCharacter) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::local_hasAliveCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_AreAllCharactersDead, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000039, "Member 'BP_jRPG_GI_Custom_C_AreAllCharactersDead::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_BindOnSaveLoaded \ +static_assert(alignof(BP_jRPG_GI_Custom_C_BindOnSaveLoaded) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_BindOnSaveLoaded"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_BindOnSaveLoaded) == 0x000014, "Wrong size on BP_jRPG_GI_Custom_C_BindOnSaveLoaded"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_BindOnSaveLoaded, Event) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_BindOnSaveLoaded::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_BindOnSaveLoaded, AlreadyLoaded) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_BindOnSaveLoaded::AlreadyLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CanUseStats \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CanUseStats) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_CanUseStats"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CanUseStats) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_CanUseStats"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CanUseStats, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CanUseStats::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CanUseStats, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_CanUseStats::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CanUseStats, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_CanUseStats::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CanUseStats, CallFunc_HasTag_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_CanUseStats::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CheckDestroyable \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CheckDestroyable) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_CheckDestroyable"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CheckDestroyable) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_CheckDestroyable"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDestroyable, ItemToFind) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CheckDestroyable::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDestroyable, CanDestroy) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_CheckDestroyable::CanDestroy' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDestroyable, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_CheckDestroyable::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage) == 0x000070, "Wrong size on BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, DialogueGUID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, Stage) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::Stage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, IsAtLeastAtStage) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::IsAtLeastAtStage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, CallFunc_GetInteractedDialogues_InteractedDialogues) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::CallFunc_GetInteractedDialogues_InteractedDialogues' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, CallFunc_Map_Find_ReturnValue) == 0x00006C, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00006D, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage, CallFunc_BooleanAND_ReturnValue) == 0x00006E, "Member 'BP_jRPG_GI_Custom_C_CheckDialogueIsAtLeastAtStage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial, TutorialRowName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial::TutorialRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial, HasPlayed) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial::HasPlayed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_jRPG_GI_Custom_C_CheckHasPlayedTutorial::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CheckInteractionDone \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CheckInteractionDone) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_CheckInteractionDone"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CheckInteractionDone) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_CheckInteractionDone"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, Interaction) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, AllCheckTrue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::AllCheckTrue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, local_CheckTrue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::local_CheckTrue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_NotEqual_NameName_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue) == 0x000031, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value_1) == 0x000032, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue_1) == 0x000033, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value_2) == 0x000034, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue_2) == 0x000035, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value_3) == 0x000036, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue_3) == 0x000037, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value_4) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue_4) == 0x000039, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_Value_5) == 0x00003A, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractionDone, CallFunc_Map_Find_ReturnValue_5) == 0x00003B, "Member 'BP_jRPG_GI_Custom_C_CheckInteractionDone::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity) == 0x0001D0, "Wrong size on BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, InteractiveObjectGlobalID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::InteractiveObjectGlobalID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, Actor) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Array_Add_ReturnValue) == 0x000108, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Array_Contains_ReturnValue) == 0x000120, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Format_ReturnValue) == 0x000128, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000140, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Array_Find_ReturnValue) == 0x000150, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Format_ReturnValue_1) == 0x0001B8, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity, CallFunc_Array_AddUnique_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_GI_Custom_C_CheckInteractiveObjectUnicity::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave) == 0x000098, "Wrong size on BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, AudioParameters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::AudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, CallFunc_GetLastActivatedExplorationControlBusMix_ControlBusMix) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::CallFunc_GetLastActivatedExplorationControlBusMix_ControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, CallFunc_GetCurrentSoundData_Context) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::CallFunc_GetCurrentSoundData_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, CallFunc_GetCurrentSoundData_Sound) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::CallFunc_GetCurrentSoundData_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, CallFunc_GetCurrentSoundData_LastAudioTrigger) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::CallFunc_GetCurrentSoundData_LastAudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave, K2Node_MakeStruct_S_AreaAudioParameters) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_ComputeAudioParametersForSave::K2Node_MakeStruct_S_AreaAudioParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_CreateNotificationWidget \ +static_assert(alignof(BP_jRPG_GI_Custom_C_CreateNotificationWidget) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_CreateNotificationWidget"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_CreateNotificationWidget) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_CreateNotificationWidget"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CreateNotificationWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_CreateNotificationWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CreateNotificationWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_CreateNotificationWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_CreateNotificationWidget, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_CreateNotificationWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteAMB::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteMusic::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteSFX::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_MuteVO::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnShowColorVisionDeficiencyChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_CVarChanged_OnUnlockAllCleasTowerBattles::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars) == 0x000004, "Wrong size on BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000002, "Member 'BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_jRPG_GI_Custom_C_DEBUG_RegisterCVars::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DestroyAllSounds \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DestroyAllSounds) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_DestroyAllSounds"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DestroyAllSounds) == 0x000002, "Wrong size on BP_jRPG_GI_Custom_C_DestroyAllSounds"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DestroyAllSounds, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DestroyAllSounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DestroyAllSounds, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_DestroyAllSounds::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains \ +static_assert(alignof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains, SectionGrayscale) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains::SectionGrayscale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains, IsContained) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains::IsContained' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains, CallFunc_GetUnlockedMapSections_UnlockedMapSections) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains::CallFunc_GetUnlockedMapSections_UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_DoesUnlockedMapSectionsContains::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_EnterPhotoMode \ +static_assert(alignof(BP_jRPG_GI_Custom_C_EnterPhotoMode) == 0x000010, "Wrong alignment on BP_jRPG_GI_Custom_C_EnterPhotoMode"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_EnterPhotoMode) == 0x0001E0, "Wrong size on BP_jRPG_GI_Custom_C_EnterPhotoMode"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, local_SpawnTransform) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::local_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_IsPlayingSequence_IsPlaying) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_IsPlayingSequence_IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetCurrentViewTarget_ReturnValue) == 0x000088, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetCurrentViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, Temp_bool_Variable) == 0x000090, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000098, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetCameraRotation_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetCameraLocation_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, Temp_bool_Variable_1) == 0x0000D0, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, K2Node_Select_Default) == 0x000140, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, K2Node_MakeStruct_S_PhotoModeControllerParameters) == 0x000150, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::K2Node_MakeStruct_S_PhotoModeControllerParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_EnterPhotoMode, CallFunc_GetPlayerController_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_GI_Custom_C_EnterPhotoMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom) == 0x000010, "Wrong alignment on BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom) == 0x000C00, "Wrong size on BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, EntryPoint) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000080, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x000081, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsPackagedBuild_ReturnValue) == 0x000082, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_wildcard_Variable) == 0x000088, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_6) == 0x000094, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Max_ReturnValue) == 0x000098, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_5) == 0x00009C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_4) == 0x00009D, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_3) == 0x00009E, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_2) == 0x00009F, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000A0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000B0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000C0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000D0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000E0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000F0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue_1) == 0x000100, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_Delay) == 0x000108, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_Delay' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_MakeTransform_ReturnValue) == 0x000110, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_class_Variable) == 0x000170, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsPackagedForDistribution_ReturnValue_2) == 0x000178, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsPackagedForDistribution_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_ClassDynamicCast_AsActor) == 0x000180, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_ClassDynamicCast_bSuccess) == 0x000188, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Not_PreBool_ReturnValue) == 0x000189, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000190, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_FinishSpawningActor_ReturnValue) == 0x000198, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAllActorsOfClass_OutActors) == 0x0001A0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Get_Item) == 0x0001B0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_IsEmpty_ReturnValue) == 0x0001B8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x0001B9, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetPlayerController_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_SpawnObject_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_Loaded) == 0x0001D0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_SpawnObject_ReturnValue_1) == 0x0001D8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsDebugModeEnabled_ReturnValue_1) == 0x0001E1, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsDebugModeEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001E8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetComponentByClass_ReturnValue) == 0x0001F0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0001F8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsValid_ReturnValue) == 0x000208, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetCommandLine_ReturnValue) == 0x000210, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_ParseCommandLine_OutTokens) == 0x000220, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_ParseCommandLine_OutTokens' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_ParseCommandLine_OutSwitches) == 0x000230, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_ParseCommandLine_OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_ParseCommandLine_OutParams) == 0x000240, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_ParseCommandLine_OutParams' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetCurrentLevelData_Found) == 0x000290, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetCurrentLevelData_LevelData) == 0x000298, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetCurrentLevelData_RowName) == 0x000448, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Conv_NameToText_ReturnValue) == 0x000450, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeStruct_FormatArgumentData) == 0x000460, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeArray_Array) == 0x0004A8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_FindLevelDataByLevelFile_Found) == 0x0004B8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_FindLevelDataByLevelFile_RowName) == 0x0004BC, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x0004C8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Format_ReturnValue) == 0x000678, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_name_Variable) == 0x000688, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAssetRegistry_ReturnValue) == 0x000690, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetNamedIDClassPathName_ReturnValue) == 0x0006A0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetNamedIDClassPathName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_Event_Paused) == 0x0006B0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAssetsByClass_OutAssetData) == 0x0006B8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAssetsByClass_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAssetsByClass_ReturnValue) == 0x0006C8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAssetsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Get_Item_1) == 0x0006D0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_IsValid_ReturnValue_1) == 0x000738, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAsset_ReturnValue) == 0x000740, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_AsNamed_ID) == 0x000748, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_AsNamed_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_bSuccess) == 0x000750, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_SetGameplayPaused_self_CastInput) == 0x000758, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_SetGameplayPaused_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Add_ReturnValue) == 0x000768, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Length_ReturnValue) == 0x00076C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_LevelData) == 0x000770, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Less_IntInt_ReturnValue) == 0x000920, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000921, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetPlayerController_ReturnValue_2) == 0x000928, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000930, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_bSuccess_1) == 0x000938, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetAllActorsWithTag_OutActors) == 0x000940, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetAllActorsWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_int_Variable) == 0x000950, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Get_Item_2) == 0x000958, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Add_IntInt_ReturnValue_1) == 0x000960, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeStruct_S_CameraOverrideParameters) == 0x000968, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeStruct_S_CameraOverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000978, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_NewValue) == 0x00097C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000980, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000988, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_AsBP_Data_Asset_Project_Configuration) == 0x000990, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_AsBP_Data_Asset_Project_Configuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_bSuccess_2) == 0x000998, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetEngineSubsystem_ReturnValue) == 0x0009A0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetEngineSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_10) == 0x0009A8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_CaptureMessage_ReturnValue) == 0x0009B8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_CaptureMessage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0009C0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_CanUseStats_ReturnValue) == 0x0009C8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_CanUseStats_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_CanUseStats_ReturnValue_1) == 0x0009C9, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_CanUseStats_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_wildcard_Variable_1) == 0x0009D0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_AsBPI_Tool_Performance_Measure_Tool) == 0x0009D8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_AsBPI_Tool_Performance_Measure_Tool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_DynamicCast_bSuccess_3) == 0x0009E8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_RandomFloatInRange_ReturnValue) == 0x0009F0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Values_Values) == 0x0009F8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_11) == 0x000A08, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Get_Item_3) == 0x000A18, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Length_ReturnValue_1) == 0x000A20, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MultiGate_FirstRun) == 0x000A24, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MultiGate_Data) == 0x000A28, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MultiGate_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MultiGate_ScratchBool) == 0x000A2C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MultiGate_ScratchIndex) == 0x000A30, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Less_IntInt_ReturnValue_1) == 0x000A34, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000A38, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_Value) == 0x000A40, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_ReturnValue) == 0x000A48, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_StatId) == 0x000A4C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_StatId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CustomEvent_StatValue) == 0x000A50, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CustomEvent_StatValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000A54, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000A58, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000A60, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeStruct_FormatArgumentData_1) == 0x000A68, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetStat_ReturnValue) == 0x000AB0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetStat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000AB8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000AC0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeStruct_FormatArgumentData_2) == 0x000AC8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000B10, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_MakeArray_Array_1) == 0x000B18, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_BooleanAND_ReturnValue) == 0x000B28, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Format_ReturnValue_1) == 0x000B30, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Length_ReturnValue) == 0x000B40, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Keys_Keys) == 0x000B48, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Greater_IntInt_ReturnValue) == 0x000B58, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Random_OutItem) == 0x000B5C, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Random_OutIndex) == 0x000B64, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_Value_1) == 0x000B68, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_ReturnValue_1) == 0x000B70, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Remove_ReturnValue) == 0x000B71, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, Temp_string_Variable) == 0x000B78, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, K2Node_CreateDelegate_OutputDelegate_12) == 0x000B88, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Array_Contains_ReturnValue) == 0x000B98, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Not_PreBool_ReturnValue_1) == 0x000B99, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_GetBaseStatValues_ReturnValue) == 0x000BA0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_GetBaseStatValues_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_Value_2) == 0x000BF0, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Map_Find_ReturnValue_2) == 0x000BF4, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000BF5, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_BooleanAND_ReturnValue_1) == 0x000BF6, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000BF8, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom, CallFunc_Delay_Duration_ImplicitCast) == 0x000BFC, "Member 'BP_jRPG_GI_Custom_C_ExecuteUbergraph_BP_jRPG_GI_Custom::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ExitPhotoMode \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ExitPhotoMode) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ExitPhotoMode"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ExitPhotoMode) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_ExitPhotoMode"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExitPhotoMode, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ExitPhotoMode::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ExitPhotoMode, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ExitPhotoMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_FindNamedIDByGuid \ +static_assert(alignof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_FindNamedIDByGuid"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_FindNamedIDByGuid"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, Guid) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_GetAllNamedIDs_AllNamedIDs) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_GetAllNamedIDs_AllNamedIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_FindNamedIDByGuid, CallFunc_EqualEqual_GuidGuid_ReturnValue) == 0x000049, "Member 'BP_jRPG_GI_Custom_C_FindNamedIDByGuid::CallFunc_EqualEqual_GuidGuid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures, Delay) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GameInstance_StartPerformanceMeasures::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetAllNamedIDs \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetAllNamedIDs) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetAllNamedIDs"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetAllNamedIDs) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_GetAllNamedIDs"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetAllNamedIDs, AllNamedIDs_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetAllNamedIDs::AllNamedIDs_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetAllNamedIDs, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetAllNamedIDs::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions, PassiveEffectProgressions) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions::PassiveEffectProgressions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetAllSharedPassiveEffectProgressions::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetAudioControlSystem \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetAudioControlSystem) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetAudioControlSystem"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetAudioControlSystem) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_GetAudioControlSystem"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetAudioControlSystem, AudioControlSystem_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetAudioControlSystem::AudioControlSystem_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetCharacterByID \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetCharacterByID) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetCharacterByID"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetCharacterByID) == 0x000098, "Wrong size on BP_jRPG_GI_Custom_C_GetCharacterByID"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CharacterId) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CharacterData) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterByID, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_GI_Custom_C_GetCharacterByID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetCharacterCollection \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetCharacterCollection) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetCharacterCollection"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetCharacterCollection) == 0x000060, "Wrong size on BP_jRPG_GI_Custom_C_GetCharacterCollection"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, With_Excluded_Characters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::With_Excluded_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, Characters) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, local_characters) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::local_characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_GetIsExcluded_Excluded) == 0x000059, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollection, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight) == 0x000070, "Wrong size on BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, With_Excluded_Characters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::With_Excluded_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, Characters) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, local_characters) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::local_characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, K2Node_MakeArray_Array) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_GetIsExcluded_Excluded) == 0x000061, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight, CallFunc_BooleanOR_ReturnValue) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_GetCharacterCollectionLeftToRight::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetCharacterNameCollection \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetCharacterNameCollection"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection) == 0x000070, "Wrong size on BP_jRPG_GI_Custom_C_GetCharacterNameCollection"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, With_Excluded_Characters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::With_Excluded_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, Characters) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, local_characters) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::local_characters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Map_Find_Value) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_GetIsExcluded_Excluded) == 0x000069, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCharacterNameCollection, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'BP_jRPG_GI_Custom_C_GetCharacterNameCollection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetControllerWorld \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetControllerWorld) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetControllerWorld"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetControllerWorld) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_GetControllerWorld"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, CallFunc_IsInPhotoMode_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::CallFunc_IsInPhotoMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, CallFunc_SelectObject_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::CallFunc_SelectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetControllerWorld, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetControllerWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld, CurrentCharacterWorldEnum_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetCurrentCharacterWorld::CurrentCharacterWorldEnum_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience, Ambience) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience::Ambience' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetFadeOutDurationFromAmbience::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetFavoritePools \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetFavoritePools) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetFavoritePools"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetFavoritePools) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_GetFavoritePools"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetFavoritePools, FavoritePools_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetFavoritePools::FavoritePools_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetInteractedDialogues \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetInteractedDialogues) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetInteractedDialogues"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetInteractedDialogues) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_GetInteractedDialogues"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetInteractedDialogues, InteractedDialogues_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetInteractedDialogues::InteractedDialogues_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetIsSaveLoaded \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetIsSaveLoaded) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_GetIsSaveLoaded"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetIsSaveLoaded) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_GetIsSaveLoaded"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetIsSaveLoaded, ReturnNode) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetIsSaveLoaded::ReturnNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetItemQuantityInInventory \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetItemQuantityInInventory"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory) == 0x000160, "Wrong size on BP_jRPG_GI_Custom_C_GetItemQuantityInInventory"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, ItemId) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetItemQuantityInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000159, "Member 'BP_jRPG_GI_Custom_C_GetItemQuantityInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetNotificationPools \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetNotificationPools) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetNotificationPools"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetNotificationPools) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_GetNotificationPools"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetNotificationPools, NotificationPools_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetNotificationPools::NotificationPools_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression) == 0x00003C, "Wrong size on BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression, PassiveEffectID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression, Progression) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression::Progression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression, K2Node_MakeStruct_FPassiveEffectProgression) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression::K2Node_MakeStruct_FPassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateSharedPassiveEffectProgression::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetOrCreateVendorState \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetOrCreateVendorState"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState) == 0x0000B0, "Wrong size on BP_jRPG_GI_Custom_C_GetOrCreateVendorState"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState, VendorID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateVendorState::VendorID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState, Value) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateVendorState::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateVendorState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetOrCreateVendorState, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_GI_Custom_C_GetOrCreateVendorState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetPassiveEffectsSetManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetPersistentFlags \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetPersistentFlags) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetPersistentFlags"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetPersistentFlags) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_GetPersistentFlags"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlags, Keys) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlags::Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlags, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlags::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetPersistentFlagValue \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetPersistentFlagValue"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_GetPersistentFlagValue"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue, NamedID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlagValue::NamedID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue, Value) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlagValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlagValue::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPersistentFlagValue, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_jRPG_GI_Custom_C_GetPersistentFlagValue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetPreviousLevelData \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetPreviousLevelData) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetPreviousLevelData"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetPreviousLevelData) == 0x000370, "Wrong size on BP_jRPG_GI_Custom_C_GetPreviousLevelData"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPreviousLevelData, Found) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetPreviousLevelData::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPreviousLevelData, LevelData) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetPreviousLevelData::LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPreviousLevelData, CallFunc_FindLevelDataByID_Found) == 0x0001B8, "Member 'BP_jRPG_GI_Custom_C_GetPreviousLevelData::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetPreviousLevelData, CallFunc_FindLevelDataByID_LevelData) == 0x0001C0, "Member 'BP_jRPG_GI_Custom_C_GetPreviousLevelData::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetSettingsPageContext \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetSettingsPageContext) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_GetSettingsPageContext"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetSettingsPageContext) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_GetSettingsPageContext"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetSettingsPageContext, CurrentContext) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetSettingsPageContext::CurrentContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetSpawnPointAsName \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetSpawnPointAsName) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_GetSpawnPointAsName"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetSpawnPointAsName) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_GetSpawnPointAsName"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetSpawnPointAsName, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetSpawnPointAsName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetSpawnPointAsName, CallFunc_GetTagName_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_GetSpawnPointAsName::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetUITransientData \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetUITransientData) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetUITransientData"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetUITransientData) == 0x0000F0, "Wrong size on BP_jRPG_GI_Custom_C_GetUITransientData"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUITransientData, UITransientData_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetUITransientData::UITransientData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetUnlockedMapSections \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetUnlockedMapSections"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_GetUnlockedMapSections"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, UnlockedMapSections_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::UnlockedMapSections_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, Local_DebugUnlockedMapSections) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::Local_DebugUnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, Temp_int_Variable) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_Conv_IntToByte_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSections, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSections::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized) == 0x000068, "Wrong size on BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, NormalizedUnlockedMapSections) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::NormalizedUnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, local_Result) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::local_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_GetUnlockedMapSections_UnlockedMapSections) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_GetUnlockedMapSections_UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Conv_ByteToDouble_ReturnValue) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Conv_ByteToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_NormalizeToRange_ReturnValue) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_jRPG_GI_Custom_C_GetUnlockedMapSectionsNormalized::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_GoBackToMainMenu \ +static_assert(alignof(BP_jRPG_GI_Custom_C_GoBackToMainMenu) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_GoBackToMainMenu"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_GoBackToMainMenu) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_GoBackToMainMenu"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GoBackToMainMenu, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_GoBackToMainMenu::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GoBackToMainMenu, CallFunc_GetMainMenuLevel_MainMenuLevel) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_GoBackToMainMenu::CallFunc_GetMainMenuLevel_MainMenuLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_GoBackToMainMenu, CallFunc_GetLevelName_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_GoBackToMainMenu::CallFunc_GetLevelName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HandleNextAmbience \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HandleNextAmbience) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_HandleNextAmbience"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HandleNextAmbience) == 0x000048, "Wrong size on BP_jRPG_GI_Custom_C_HandleNextAmbience"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, NextAmb) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::NextAmb' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, StartTime) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::StartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_GetFadeOutDurationFromAmbience_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_GetFadeOutDurationFromAmbience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, Temp_object_Variable) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_SpawnNewSound_SpawnedComponent) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_SpawnNewSound_SpawnedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_IsValid_ReturnValue_3) == 0x000032, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_IsValid_ReturnValue_4) == 0x000033, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, Temp_bool_Variable) == 0x000034, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HandleNextAmbience, CallFunc_FadeIn_FadeInDuration_ImplicitCast) == 0x000044, "Member 'BP_jRPG_GI_Custom_C_HandleNextAmbience::CallFunc_FadeIn_FadeInDuration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID, CharacterId) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_HasCharacterInCollectionByID::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters) == 0x000080, "Wrong size on BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, GameActionTriggerZone) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::GameActionTriggerZone' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, ExecutionMode) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000079, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_EqualEqual_SoftObjectReference_ReturnValue) == 0x00007A, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_EqualEqual_SoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters, CallFunc_BooleanAND_ReturnValue) == 0x00007B, "Member 'BP_jRPG_GI_Custom_C_HasGameActionTriggerZoneParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel, LevelName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel, CallFunc_Map_Contains_ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedAnySpawnPointInLevel::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel) == 0x0001E8, "Wrong size on BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, SpawnPointTag_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::SpawnPointTag_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_GetCurrentLevelData_Found) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_GetCurrentLevelData_LevelData) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_GetCurrentLevelData_RowName) == 0x0001C0, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_Map_Find_Value) == 0x0001C8, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_Map_Find_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel, CallFunc_Array_Contains_ReturnValue) == 0x0001E1, "Member 'BP_jRPG_GI_Custom_C_HasUnlockedSpawnPointInCurrentLevel::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_HasVisitedLevel \ +static_assert(alignof(BP_jRPG_GI_Custom_C_HasVisitedLevel) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_HasVisitedLevel"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_HasVisitedLevel) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_HasVisitedLevel"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, LevelName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00000A, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_HasVisitedLevel, CallFunc_Array_Contains_ReturnValue) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_HasVisitedLevel::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_IncreaseFinishedGameCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_InitCharStats \ +static_assert(alignof(BP_jRPG_GI_Custom_C_InitCharStats) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_InitCharStats"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_InitCharStats) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_InitCharStats"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitCharStats, CallFunc_SpawnObject_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_InitCharStats::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers \ +static_assert(alignof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers) == 0x000060, "Wrong size on BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_2) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_3) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_4) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_5) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_6) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_7) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_8) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_9) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_10) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers, CallFunc_SpawnObject_ReturnValue_11) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_InitializeSystemsAndManagers::CallFunc_SpawnObject_ReturnValue_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsCharacterInParty \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsCharacterInParty) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_IsCharacterInParty"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsCharacterInParty) == 0x00002C, "Wrong size on BP_jRPG_GI_Custom_C_IsCharacterInParty"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CharacterId) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsCharacterInParty, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000029, "Member 'BP_jRPG_GI_Custom_C_IsCharacterInParty::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsInPhotoMode \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsInPhotoMode) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_IsInPhotoMode"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsInPhotoMode) == 0x000002, "Wrong size on BP_jRPG_GI_Custom_C_IsInPhotoMode"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsInPhotoMode, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsInPhotoMode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsInPhotoMode, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_IsInPhotoMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsMapChangeInProgress \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsMapChangeInProgress) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_IsMapChangeInProgress"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsMapChangeInProgress) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_IsMapChangeInProgress"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsMapChangeInProgress, InProgress) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsMapChangeInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsObjectFavorite \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsObjectFavorite) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_IsObjectFavorite"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsObjectFavorite) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_IsObjectFavorite"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, FavoriteObjectName) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::FavoriteObjectName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, IsFavorite) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_IsNameValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000012, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_Array_Contains_ReturnValue) == 0x000029, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsObjectFavorite, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_jRPG_GI_Custom_C_IsObjectFavorite::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsSoundPausedForCinematics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool \ +static_assert(alignof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool) == 0x000028, "Wrong size on BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, IsFound) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::IsFound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, CallFunc_Array_IsEmpty_ReturnValue) == 0x000021, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_jRPG_GI_Custom_C_IsThereAnyObjectNotifiedInPool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_LoadFavoritePools \ +static_assert(alignof(BP_jRPG_GI_Custom_C_LoadFavoritePools) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_LoadFavoritePools"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_LoadFavoritePools) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_LoadFavoritePools"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadFavoritePools, FavoritePools_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_LoadFavoritePools::FavoritePools_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_LoadNotificationPools \ +static_assert(alignof(BP_jRPG_GI_Custom_C_LoadNotificationPools) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_LoadNotificationPools"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_LoadNotificationPools) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_LoadNotificationPools"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadNotificationPools, NotificationPools_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_LoadNotificationPools::NotificationPools_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_LoadPersistentFlags \ +static_assert(alignof(BP_jRPG_GI_Custom_C_LoadPersistentFlags) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_LoadPersistentFlags"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_LoadPersistentFlags) == 0x000098, "Wrong size on BP_jRPG_GI_Custom_C_LoadPersistentFlags"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, FlagStates) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::FlagStates' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_FindNamedIDByGuid_ReturnValue) == 0x000080, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_FindNamedIDByGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Map_Find_Value) == 0x000088, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Map_Find_ReturnValue) == 0x000089, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, Temp_int_Loop_Counter_Variable) == 0x00008C, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadPersistentFlags, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'BP_jRPG_GI_Custom_C_LoadPersistentFlags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression \ +static_assert(alignof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, PassiveEffectProgression) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::PassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_LoadSharedPassiveEffectProgression::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints \ +static_assert(alignof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints) == 0x000068, "Wrong size on BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, SpawnPointList) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::SpawnPointList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, local_SpawnPointList) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::local_SpawnPointList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, local_LevelSpawnPointsData) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::local_LevelSpawnPointsData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_jRPG_GI_Custom_C_LoadUnlockSpawnPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn \ +static_assert(alignof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn, AudioComponent) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn, FadeOutDuration) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn, CallFunc_FadeOut_FadeOutDuration_ImplicitCast) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_MarkAudioComponentForUnspawn::CallFunc_FadeOut_FadeOutDuration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_MarkObjectAsRead \ +static_assert(alignof(BP_jRPG_GI_Custom_C_MarkObjectAsRead) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_MarkObjectAsRead"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_MarkObjectAsRead) == 0x000060, "Wrong size on BP_jRPG_GI_Custom_C_MarkObjectAsRead"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, NotifiedObjectName) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::NotifiedObjectName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, MarkCaller) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, CallFunc_IsNameValid_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000019, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, CallFunc_Map_Find_Value) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, Temp_wildcard_Variable) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, CallFunc_Array_RemoveItem_ReturnValue) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_MarkObjectAsRead, K2Node_MakeStruct_S_UINotificationPool) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_MarkObjectAsRead::K2Node_MakeStruct_S_UINotificationPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_NotifyObject \ +static_assert(alignof(BP_jRPG_GI_Custom_C_NotifyObject) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_NotifyObject"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_NotifyObject) == 0x000078, "Wrong size on BP_jRPG_GI_Custom_C_NotifyObject"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, NotifiedObjectName) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::NotifiedObjectName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, CallFunc_IsNameValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, K2Node_MakeStruct_S_UINotificationPool) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::K2Node_MakeStruct_S_UINotificationPool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, Temp_wildcard_Variable) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, K2Node_MakeStruct_S_UINotificationPool_1) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::K2Node_MakeStruct_S_UINotificationPool_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_NotifyObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_NotifyObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, PlayState) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::PlayState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_GetPlayState_ReturnValue) == 0x000019, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged, CallFunc_Max_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_OnAudioPlayStateChanged::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath) == 0x000028, "Wrong size on BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, CharacterData) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, local_hasAliveCharacter) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::local_hasAliveCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, CallFunc_AreAllCharactersDead_AllDead) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::CallFunc_AreAllCharactersDead_AllDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_OnCharacterExplorationDeath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnCharacterLevelChanged \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnCharacterLevelChanged) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_OnCharacterLevelChanged"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnCharacterLevelChanged) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_OnCharacterLevelChanged"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterLevelChanged, CharacterNameID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnCharacterLevelChanged::CharacterNameID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterLevelChanged, OldLevel) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnCharacterLevelChanged::OldLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCharacterLevelChanged, NewLevel) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_OnCharacterLevelChanged::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnControllerBeginPlay \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnControllerBeginPlay) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnControllerBeginPlay"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnControllerBeginPlay) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_OnControllerBeginPlay"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnControllerBeginPlay, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnControllerBeginPlay::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnControllerBeginPlay, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnControllerBeginPlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnControllerBeginPlay, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_OnControllerBeginPlay::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage) == 0x000004, "Wrong size on BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage, NewValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnCvarChanged_ScreenPercentage::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied, UserConfig) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied::UserConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_OnGameUserSettingsApplied::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8 \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8, Loaded) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnLoaded_6940291243D1FB3D1A33C5BD82FB6BD8::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_OnWeaponChange \ +static_assert(alignof(BP_jRPG_GI_Custom_C_OnWeaponChange) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_OnWeaponChange"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_OnWeaponChange) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_OnWeaponChange"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, Temp_wildcard_Variable) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_OnWeaponChange, CallFunc_GetCharacterCollection_Characters) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_OnWeaponChange::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PersistentGruntSound \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PersistentGruntSound) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PersistentGruntSound"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PersistentGruntSound) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_PersistentGruntSound"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentGruntSound, SoundPersistent) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PersistentGruntSound::SoundPersistent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentGruntSound, CallFunc_CreateSound2D_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_PersistentGruntSound::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PersistentSoundEffect \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PersistentSoundEffect) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PersistentSoundEffect"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PersistentSoundEffect) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_PersistentSoundEffect"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, SoundPersistent) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::SoundPersistent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, Volume) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, Pitch) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, tartTime) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::tartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, CallFunc_PlaySound2D_VolumeMultiplier_ImplicitCast) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::CallFunc_PlaySound2D_VolumeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, CallFunc_PlaySound2D_PitchMultiplier_ImplicitCast) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::CallFunc_PlaySound2D_PitchMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentSoundEffect, CallFunc_PlaySound2D_StartTime_ImplicitCast) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_PersistentSoundEffect::CallFunc_PlaySound2D_StartTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PersistentVoice \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PersistentVoice) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PersistentVoice"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PersistentVoice) == 0x000048, "Wrong size on BP_jRPG_GI_Custom_C_PersistentVoice"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, VoicePersistent) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::VoicePersistent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, Location) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, PitchMultiplier) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, FadeOutTime) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, CurrentVoiceName_0) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::CurrentVoiceName_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PersistentVoice, CallFunc_SpawnSoundAtLocation_PitchMultiplier_ImplicitCast) == 0x000044, "Member 'BP_jRPG_GI_Custom_C_PersistentVoice::CallFunc_SpawnSoundAtLocation_PitchMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PlayBattleTransition \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PlayBattleTransition) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PlayBattleTransition"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PlayBattleTransition) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_PlayBattleTransition"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayBattleTransition, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PlayBattleTransition::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PlayCredits \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PlayCredits) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PlayCredits"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PlayCredits) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_PlayCredits"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayCredits, Credits) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PlayCredits::Credits' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayCredits, LatentAction) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_PlayCredits::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayCredits, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_PlayCredits::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayCredits, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_PlayCredits::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PlayCredits, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_PlayCredits::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters) == 0x000020, "Wrong size on BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters, ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters, Temp_wildcard_Variable) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_PopAllGameActionTriggerZoneParameters::Temp_wildcard_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PrepareToChangeMap \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PrepareToChangeMap) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PrepareToChangeMap"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PrepareToChangeMap) == 0x000408, "Wrong size on BP_jRPG_GI_Custom_C_PrepareToChangeMap"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindCurrentLevelData_Found) == 0x000002, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindCurrentLevelData_LevelData) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindCurrentLevelData_RowName) == 0x0001B8, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindLevelDataByLevelFile_Found) == 0x0001C0, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindLevelDataByLevelFile_RowName) == 0x0001C4, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x0001D0, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_MakeStruct_SF_ReferenceCounterHandle) == 0x000380, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_MakeStruct_SF_ReferenceCounterHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x0003A0, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_MakeStruct_SF_ReferenceCounterHandle_1) == 0x0003D0, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_MakeStruct_SF_ReferenceCounterHandle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, CallFunc_GetPlayerController_ReturnValue) == 0x0003F0, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0003F8, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PrepareToChangeMap, K2Node_DynamicCast_bSuccess) == 0x000400, "Member 'BP_jRPG_GI_Custom_C_PrepareToChangeMap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ProcessAudioParameters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ProcessAudioParameters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ProcessAudioParameters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ProcessAudioParameters) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_ProcessAudioParameters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessAudioParameters, AudioPrameters) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ProcessAudioParameters::AudioPrameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessAudioParameters, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ProcessAudioParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessAudioParameters, CallFunc_IsNameValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_ProcessAudioParameters::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessAudioParameters, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ProcessAudioParameters::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessAudioParameters, CallFunc_BooleanOR_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_ProcessAudioParameters::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1 \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1, StatId) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1::StatId' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1, StatValue) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_ProcessCharacterStat_Step1::StatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ProcessLevelParameters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ProcessLevelParameters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ProcessLevelParameters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ProcessLevelParameters) == 0x0001B0, "Wrong size on BP_jRPG_GI_Custom_C_ProcessLevelParameters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ProcessLevelParameters, LevelData) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ProcessLevelParameters::LevelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters, GameActionTriggerZoneParameters_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters::GameActionTriggerZoneParameters_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_PushGameActionTriggerZoneParameters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded) == 0x0001B8, "Wrong size on BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, DestinationLevelData) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::DestinationLevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, CallFunc_NotEqual_NameName_ReturnValue) == 0x0001B1, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001B2, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, CallFunc_BooleanOR_ReturnValue) == 0x0001B3, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x0001B4, "Member 'BP_jRPG_GI_Custom_C_ResetDataOnChangeMapIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus) == 0x000070, "Wrong size on BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, local_NamedIDsStates) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::local_NamedIDsStates' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Map_Find_Value) == 0x000069, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus, CallFunc_Map_Find_ReturnValue) == 0x00006A, "Member 'BP_jRPG_GI_Custom_C_ResetNamedIDsStatesForNewGamePlus::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResetState \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResetState) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ResetState"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResetState) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_ResetState"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetState, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResetState::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetState, CallFunc_GetDifficultyManager_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ResetState::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetState, CallFunc_GetEntitlementManager_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ResetState::CallFunc_GetEntitlementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetState, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ResetState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetState, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_ResetState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed) == 0x000048, "Wrong size on BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, K2Node_DynamicCast_AsBPI_Gameplay_Resettable) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::K2Node_DynamicCast_AsBPI_Gameplay_Resettable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'BP_jRPG_GI_Custom_C_ResetStateByRestPointUsed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus) == 0x000038, "Wrong size on BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus, K2Node_MakeStruct_S_LevelSpawnPointData) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus::K2Node_MakeStruct_S_LevelSpawnPointData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus, CallFunc_GetInventoryManager_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus, K2Node_MakeStruct_S_ManorDoors) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_ResetStateForNewGamePlus::K2Node_MakeStruct_S_ManorDoors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_RestorePreviousViewTarget \ +static_assert(alignof(BP_jRPG_GI_Custom_C_RestorePreviousViewTarget) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_RestorePreviousViewTarget"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_RestorePreviousViewTarget) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_RestorePreviousViewTarget"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_RestorePreviousViewTarget, ControllerWorld) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_RestorePreviousViewTarget::ControllerWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_RestorePreviousViewTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_RestorePreviousViewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ResumeAmbience \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ResumeAmbience) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_ResumeAmbience"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ResumeAmbience) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_ResumeAmbience"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResumeAmbience, FadeInDuration) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ResumeAmbience::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResumeAmbience, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_ResumeAmbience::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ResumeAmbience, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'BP_jRPG_GI_Custom_C_ResumeAmbience::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetBattledEnemy \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetBattledEnemy) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetBattledEnemy"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetBattledEnemy) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetBattledEnemy"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattledEnemy, EnemyID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetBattledEnemy::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattledEnemy, Temp_bool_Variable) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetBattledEnemy::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattledEnemy, Temp_bool_Variable_1) == 0x000009, "Member 'BP_jRPG_GI_Custom_C_SetBattledEnemy::Temp_bool_Variable_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetBattleParty \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetBattleParty) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetBattleParty"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetBattleParty) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_SetBattleParty"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CharacterHardcodedName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000024, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetBattleParty, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_SetBattleParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetEncounteredEnemy \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetEncounteredEnemy) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetEncounteredEnemy"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetEncounteredEnemy) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetEncounteredEnemy"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEncounteredEnemy, EnemyID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetEncounteredEnemy::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEncounteredEnemy, Temp_bool_Variable) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetEncounteredEnemy::Temp_bool_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint, EnemyID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint, RoamingPointIndex) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetEnemyLastFleePoint::RoamingPointIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex, EnemyID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex, RoamingPointIndex) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetEnemyRoamingPointIndex::RoamingPointIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetEnemyTransform \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetEnemyTransform) == 0x000010, "Wrong alignment on BP_jRPG_GI_Custom_C_SetEnemyTransform"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetEnemyTransform) == 0x000070, "Wrong size on BP_jRPG_GI_Custom_C_SetEnemyTransform"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyTransform, EnemyID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetEnemyTransform::EnemyID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetEnemyTransform, Transform) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_SetEnemyTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetGameplayPaused \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_jRPG_GI_Custom_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled) == 0x000018, "Wrong size on BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled, Enabled) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled, CallFunc_GetActorOfClass_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_SetGlobalPostProcessEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetNewActiveSkin \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetNewActiveSkin) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetNewActiveSkin"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetNewActiveSkin) == 0x000058, "Wrong size on BP_jRPG_GI_Custom_C_SetNewActiveSkin"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetNewActiveSkin, CharacterName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetNewActiveSkin::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetNewActiveSkin, NewActiveSkin) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetNewActiveSkin::NewActiveSkin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetNewActiveSkin, ActiveSkin) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_SetNewActiveSkin::ActiveSkin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetPlayedCinematic \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetPlayedCinematic) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetPlayedCinematic"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetPlayedCinematic) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetPlayedCinematic"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetPlayedCinematic, Cinematic) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetPlayedCinematic::Cinematic' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetPlayedCinematic, Temp_bool_Variable) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetPlayedCinematic::Temp_bool_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetSettingsPageContext \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetSettingsPageContext) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetSettingsPageContext"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetSettingsPageContext) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetSettingsPageContext"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetSettingsPageContext, NewContext) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetSettingsPageContext::NewContext' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetSettingsPageContext, CallFunc_NotEqual_GameplayTag_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetSettingsPageContext::CallFunc_NotEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetTutorialCompleted \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetTutorialCompleted) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetTutorialCompleted"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetTutorialCompleted) == 0x000088, "Wrong size on BP_jRPG_GI_Custom_C_SetTutorialCompleted"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, TutorialRowName) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::TutorialRowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, Completed) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::Completed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetTutorialCompleted, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_SetTutorialCompleted::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetUIActiveFilters \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetUIActiveFilters) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetUIActiveFilters"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetUIActiveFilters) == 0x000050, "Wrong size on BP_jRPG_GI_Custom_C_SetUIActiveFilters"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveFilters, DropdownIdentifier) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveFilters::DropdownIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveFilters, ActiveFilters) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveFilters::ActiveFilters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveFilters, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveFilters::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveFilters, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveFilters::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveFilters, K2Node_SetFieldsInStruct_StructOut) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveFilters::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetUIActiveSortDirection \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetUIActiveSortDirection) == 0x000001, "Wrong alignment on BP_jRPG_GI_Custom_C_SetUIActiveSortDirection"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetUIActiveSortDirection) == 0x000002, "Wrong size on BP_jRPG_GI_Custom_C_SetUIActiveSortDirection"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveSortDirection, DropdownIdentifier) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveSortDirection::DropdownIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveSortDirection, ActiveSortDirection) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveSortDirection::ActiveSortDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetUIActiveSortEntry \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetUIActiveSortEntry) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_SetUIActiveSortEntry"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetUIActiveSortEntry) == 0x00000C, "Wrong size on BP_jRPG_GI_Custom_C_SetUIActiveSortEntry"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveSortEntry, DropdownIdentifier) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveSortEntry::DropdownIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIActiveSortEntry, ActiveEntryIdentifier) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_SetUIActiveSortEntry::ActiveEntryIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SetUIIsFilterActive \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SetUIIsFilterActive"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive) == 0x000040, "Wrong size on BP_jRPG_GI_Custom_C_SetUIIsFilterActive"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive, DropdownIdentifier) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SetUIIsFilterActive::DropdownIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive, IsFilterActive) == 0x000001, "Member 'BP_jRPG_GI_Custom_C_SetUIIsFilterActive::IsFilterActive' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SetUIIsFilterActive::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_SetUIIsFilterActive::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SetUIIsFilterActive, K2Node_SetFieldsInStruct_StructOut) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_SetUIIsFilterActive::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ShouldObjectBeNotified \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ShouldObjectBeNotified"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_ShouldObjectBeNotified"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, NotifiedObjectName) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::NotifiedObjectName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, IsNotified) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::IsNotified' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_IsNameValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000012, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_Array_Contains_ReturnValue) == 0x000029, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ShouldObjectBeNotified, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'BP_jRPG_GI_Custom_C_ShouldObjectBeNotified::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_SpawnNewSound \ +static_assert(alignof(BP_jRPG_GI_Custom_C_SpawnNewSound) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_SpawnNewSound"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_SpawnNewSound) == 0x000030, "Wrong size on BP_jRPG_GI_Custom_C_SpawnNewSound"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SpawnNewSound, SoundToPlay) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_SpawnNewSound::SoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SpawnNewSound, StartTime) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_SpawnNewSound::StartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SpawnNewSound, SpawnedComponent) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_SpawnNewSound::SpawnedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SpawnNewSound, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_SpawnNewSound::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_SpawnNewSound, CallFunc_SpawnSound2D_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_SpawnNewSound::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_StopAmbience \ +static_assert(alignof(BP_jRPG_GI_Custom_C_StopAmbience) == 0x000004, "Wrong alignment on BP_jRPG_GI_Custom_C_StopAmbience"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_StopAmbience) == 0x000008, "Wrong size on BP_jRPG_GI_Custom_C_StopAmbience"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_StopAmbience, FadeOutDuration) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_StopAmbience::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_StopAmbience, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_StopAmbience::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_todelete \ +static_assert(alignof(BP_jRPG_GI_Custom_C_todelete) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_todelete"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_todelete) == 0x000010, "Wrong size on BP_jRPG_GI_Custom_C_todelete"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_todelete, PlayingSoundWave) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_todelete::PlayingSoundWave' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_todelete, PlaybackPercent) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_todelete::PlaybackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite) == 0x000080, "Wrong size on BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, PoolTag) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, FavoriteObjectName) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::FavoriteObjectName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_IsNameValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, K2Node_MakeStruct_S_UIFavoritePool) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::K2Node_MakeStruct_S_UIFavoritePool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, Temp_wildcard_Variable) == 0x000050, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, K2Node_MakeStruct_S_UIFavoritePool_1) == 0x000060, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::K2Node_MakeStruct_S_UIFavoritePool_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_Array_RemoveItem_ReturnValue) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_Array_AddUnique_ReturnValue) == 0x000074, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_ToggleObjectAsFavorite::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel \ +static_assert(alignof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel) == 0x000218, "Wrong size on BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, SpawnPointTag_0) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::SpawnPointTag_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, local_SpawnPointList) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::local_SpawnPointList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, local_LevelSpawnPointsData) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::local_LevelSpawnPointsData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, Temp_wildcard_Variable) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_Array_AddUnique_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_GetCurrentLevelData_Found) == 0x00003C, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_GetCurrentLevelData_LevelData) == 0x000040, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_GetCurrentLevelData_RowName) == 0x0001F0, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_Map_Find_Value) == 0x0001F8, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel, CallFunc_Map_Find_ReturnValue) == 0x000210, "Member 'BP_jRPG_GI_Custom_C_UnlockSpawnPointForCurrentLevel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression \ +static_assert(alignof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression) == 0x000088, "Wrong size on BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, DirtyProgression) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::DirtyProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, UpdatedProgression) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::UpdatedProgression' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, DirtyIsLearnt) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::DirtyIsLearnt' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, CallFunc_GetPassiveEffectDefinition_Found) == 0x000070, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000071, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, K2Node_SetFieldsInStruct_StructOut) == 0x000074, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression, CallFunc_BooleanAND_ReturnValue) == 0x000084, "Member 'BP_jRPG_GI_Custom_C_UpdateSharedPassiveEffectProgression::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_UpdateVendorState \ +static_assert(alignof(BP_jRPG_GI_Custom_C_UpdateVendorState) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_UpdateVendorState"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_UpdateVendorState) == 0x000058, "Wrong size on BP_jRPG_GI_Custom_C_UpdateVendorState"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateVendorState, VendorID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_UpdateVendorState::VendorID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_UpdateVendorState, VendorState) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_UpdateVendorState::VendorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_ValidateGameData \ +static_assert(alignof(BP_jRPG_GI_Custom_C_ValidateGameData) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_ValidateGameData"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_ValidateGameData) == 0x000328, "Wrong size on BP_jRPG_GI_Custom_C_ValidateGameData"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A0, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000220, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Array_Get_Item_1) == 0x000230, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeStruct_FormatArgumentData_2) == 0x000238, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Conv_NameToText_ReturnValue_3) == 0x000280, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Conv_NameToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeArray_Array) == 0x000290, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002A0, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Format_ReturnValue) == 0x0002E8, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, K2Node_MakeArray_Array_1) == 0x0002F8, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000308, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Format_ReturnValue_1) == 0x000310, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Array_Length_ReturnValue_1) == 0x000320, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000324, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_ValidateGameData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000325, "Member 'BP_jRPG_GI_Custom_C_ValidateGameData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_GI_Custom_C_WritePersistentFlag \ +static_assert(alignof(BP_jRPG_GI_Custom_C_WritePersistentFlag) == 0x000008, "Wrong alignment on BP_jRPG_GI_Custom_C_WritePersistentFlag"); \ +static_assert(sizeof(BP_jRPG_GI_Custom_C_WritePersistentFlag) == 0x000098, "Wrong size on BP_jRPG_GI_Custom_C_WritePersistentFlag"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, NamedID) == 0x000000, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::NamedID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, Value) == 0x000008, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_GI_Custom_C_WritePersistentFlag, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_GI_Custom_C_WritePersistentFlag::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_jRPG_GI_Custom_C \ +static_assert(alignof(UBP_jRPG_GI_Custom_C) == 0x000010, "Wrong alignment on UBP_jRPG_GI_Custom_C"); \ +static_assert(sizeof(UBP_jRPG_GI_Custom_C) == 0x0012E0, "Wrong size on UBP_jRPG_GI_Custom_C"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, UberGraphFrame) == 0x0001C0, "Member 'UBP_jRPG_GI_Custom_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SpawnPointManager) == 0x0001C8, "Member 'UBP_jRPG_GI_Custom_C::SpawnPointManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, IsChangingMap) == 0x0001D0, "Member 'UBP_jRPG_GI_Custom_C::IsChangingMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, WorldMapName) == 0x0001D4, "Member 'UBP_jRPG_GI_Custom_C::WorldMapName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SaveManager) == 0x0001E0, "Member 'UBP_jRPG_GI_Custom_C::SaveManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, EntitlementManager) == 0x0001E8, "Member 'UBP_jRPG_GI_Custom_C::EntitlementManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TimePlayed) == 0x0001F0, "Member 'UBP_jRPG_GI_Custom_C::TimePlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LevelDestinationAssetName) == 0x0001F8, "Member 'UBP_jRPG_GI_Custom_C::LevelDestinationAssetName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastSavedLevelName) == 0x000200, "Member 'UBP_jRPG_GI_Custom_C::LastSavedLevelName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastSavedTransform) == 0x000210, "Member 'UBP_jRPG_GI_Custom_C::LastSavedTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PreviousLevelRowName) == 0x000270, "Member 'UBP_jRPG_GI_Custom_C::PreviousLevelRowName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SpawnPointTag) == 0x000278, "Member 'UBP_jRPG_GI_Custom_C::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastWorldMapTransform) == 0x000280, "Member 'UBP_jRPG_GI_Custom_C::LastWorldMapTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ReturnSpawnPointTag) == 0x0002E0, "Member 'UBP_jRPG_GI_Custom_C::ReturnSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AreaName) == 0x0002E8, "Member 'UBP_jRPG_GI_Custom_C::AreaName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentParty) == 0x0002F8, "Member 'UBP_jRPG_GI_Custom_C::CurrentParty' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CharactersCollection_Legacy) == 0x000308, "Member 'UBP_jRPG_GI_Custom_C::CharactersCollection_Legacy' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, Inventory) == 0x000358, "Member 'UBP_jRPG_GI_Custom_C::Inventory' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, Gold) == 0x000368, "Member 'UBP_jRPG_GI_Custom_C::Gold' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SpawningAfterBattle_) == 0x00036C, "Member 'UBP_jRPG_GI_Custom_C::SpawningAfterBattle_' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, WorldTransformBeforeBattle) == 0x000370, "Member 'UBP_jRPG_GI_Custom_C::WorldTransformBeforeBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CameraWorldRotationBeforeBattle) == 0x0003D0, "Member 'UBP_jRPG_GI_Custom_C::CameraWorldRotationBeforeBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, WorldEnemiesTransformsBeforeBattle) == 0x0003E8, "Member 'UBP_jRPG_GI_Custom_C::WorldEnemiesTransformsBeforeBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PossibleEncounters) == 0x000438, "Member 'UBP_jRPG_GI_Custom_C::PossibleEncounters' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PossibleBattleMaps) == 0x000448, "Member 'UBP_jRPG_GI_Custom_C::PossibleBattleMaps' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, GPE_States) == 0x000458, "Member 'UBP_jRPG_GI_Custom_C::GPE_States' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, MovingPlatformsStates) == 0x0004A8, "Member 'UBP_jRPG_GI_Custom_C::MovingPlatformsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TransientInteractedObjects) == 0x0004F8, "Member 'UBP_jRPG_GI_Custom_C::TransientInteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedObjects) == 0x000548, "Member 'UBP_jRPG_GI_Custom_C::InteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TransientBattledEnemies) == 0x000598, "Member 'UBP_jRPG_GI_Custom_C::TransientBattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TransientEnemyTransforms) == 0x0005E8, "Member 'UBP_jRPG_GI_Custom_C::TransientEnemyTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TransientEnemyRoamingPointIndexes) == 0x000638, "Member 'UBP_jRPG_GI_Custom_C::TransientEnemyRoamingPointIndexes' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TransientEnemyLastFleePoints) == 0x000688, "Member 'UBP_jRPG_GI_Custom_C::TransientEnemyLastFleePoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, BattledEnemies) == 0x0006D8, "Member 'UBP_jRPG_GI_Custom_C::BattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, RandomEncountersEnabled) == 0x000728, "Member 'UBP_jRPG_GI_Custom_C::RandomEncountersEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, FightTransitionSound) == 0x000730, "Member 'UBP_jRPG_GI_Custom_C::FightTransitionSound' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CinematicAfterBattle) == 0x000738, "Member 'UBP_jRPG_GI_Custom_C::CinematicAfterBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, Charactertoaddafterbattle) == 0x00073C, "Member 'UBP_jRPG_GI_Custom_C::Charactertoaddafterbattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedCinematics) == 0x000748, "Member 'UBP_jRPG_GI_Custom_C::InteractedCinematics' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedSoundNotif) == 0x000798, "Member 'UBP_jRPG_GI_Custom_C::InteractedSoundNotif' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedTutorials) == 0x0007E8, "Member 'UBP_jRPG_GI_Custom_C::InteractedTutorials' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractiveMusicSystem) == 0x000838, "Member 'UBP_jRPG_GI_Custom_C::InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AudioControlSystem) == 0x000840, "Member 'UBP_jRPG_GI_Custom_C::AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastAmbience) == 0x000848, "Member 'UBP_jRPG_GI_Custom_C::LastAmbience' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AmbienceComponent) == 0x000850, "Member 'UBP_jRPG_GI_Custom_C::AmbienceComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentMusicSoundEvent) == 0x000858, "Member 'UBP_jRPG_GI_Custom_C::CurrentMusicSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnestCinematicSeen) == 0x000860, "Member 'UBP_jRPG_GI_Custom_C::OnestCinematicSeen' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LearnSkillAfterBattle) == 0x000861, "Member 'UBP_jRPG_GI_Custom_C::LearnSkillAfterBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AddCharacterAfterBattle) == 0x000862, "Member 'UBP_jRPG_GI_Custom_C::AddCharacterAfterBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedDialogs) == 0x000868, "Member 'UBP_jRPG_GI_Custom_C::InteractedDialogs' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, DEPRECATED_GlobalVariable) == 0x0008B8, "Member 'UBP_jRPG_GI_Custom_C::DEPRECATED_GlobalVariable' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, BattleCameraActor) == 0x000908, "Member 'UBP_jRPG_GI_Custom_C::BattleCameraActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentCharacterWorld) == 0x000910, "Member 'UBP_jRPG_GI_Custom_C::CurrentCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentVoiceName) == 0x000918, "Member 'UBP_jRPG_GI_Custom_C::CurrentVoiceName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, VoicePersistentComponent) == 0x000920, "Member 'UBP_jRPG_GI_Custom_C::VoicePersistentComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CharactersCollection) == 0x000928, "Member 'UBP_jRPG_GI_Custom_C::CharactersCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SkinCollection) == 0x000978, "Member 'UBP_jRPG_GI_Custom_C::SkinCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ActiveSkins) == 0x0009C8, "Member 'UBP_jRPG_GI_Custom_C::ActiveSkins' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, UnlockedManorGestrals) == 0x000A18, "Member 'UBP_jRPG_GI_Custom_C::UnlockedManorGestrals' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnGameLoaded) == 0x000A68, "Member 'UBP_jRPG_GI_Custom_C::OnGameLoaded' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SaveLoaded) == 0x000A78, "Member 'UBP_jRPG_GI_Custom_C::SaveLoaded' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ActiveInteractiveObjects) == 0x000A80, "Member 'UBP_jRPG_GI_Custom_C::ActiveInteractiveObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AlreadyRegisteredActors_0) == 0x000A90, "Member 'UBP_jRPG_GI_Custom_C::AlreadyRegisteredActors_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, DestroyableObjects) == 0x000AA0, "Member 'UBP_jRPG_GI_Custom_C::DestroyableObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SD_StopMusic) == 0x000AB0, "Member 'UBP_jRPG_GI_Custom_C::SD_StopMusic' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ActiveSkins_Default) == 0x000AB8, "Member 'UBP_jRPG_GI_Custom_C::ActiveSkins_Default' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LoadingScreenWidget) == 0x000B08, "Member 'UBP_jRPG_GI_Custom_C::LoadingScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PROTO_WorldmapSpawnName) == 0x000B10, "Member 'UBP_jRPG_GI_Custom_C::PROTO_WorldmapSpawnName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PROTO_LevelSpawnName) == 0x000B18, "Member 'UBP_jRPG_GI_Custom_C::PROTO_LevelSpawnName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, WorldMapCamp) == 0x000B20, "Member 'UBP_jRPG_GI_Custom_C::WorldMapCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ExplorationProgressionState) == 0x000B28, "Member 'UBP_jRPG_GI_Custom_C::ExplorationProgressionState' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, WBP_FullScreenNotificationContainer) == 0x000B30, "Member 'UBP_jRPG_GI_Custom_C::WBP_FullScreenNotificationContainer' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, NamedIDsStates) == 0x000B38, "Member 'UBP_jRPG_GI_Custom_C::NamedIDsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AllNamedIDs) == 0x000B88, "Member 'UBP_jRPG_GI_Custom_C::AllNamedIDs' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnPersistentFlagSet) == 0x000B98, "Member 'UBP_jRPG_GI_Custom_C::OnPersistentFlagSet' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastRelevantSaveName) == 0x000BA8, "Member 'UBP_jRPG_GI_Custom_C::LastRelevantSaveName' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastSaveDateTime) == 0x000BB8, "Member 'UBP_jRPG_GI_Custom_C::LastSaveDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentCharacterWorldEnum) == 0x000BC0, "Member 'UBP_jRPG_GI_Custom_C::CurrentCharacterWorldEnum' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, BattleTowerSystem) == 0x000BC8, "Member 'UBP_jRPG_GI_Custom_C::BattleTowerSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentTowerBattle) == 0x000BD0, "Member 'UBP_jRPG_GI_Custom_C::CurrentTowerBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ShouldTriggerTowerBattle) == 0x000BEC, "Member 'UBP_jRPG_GI_Custom_C::ShouldTriggerTowerBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ShouldTalkToNPCAfterCleasTowerBattle) == 0x000BED, "Member 'UBP_jRPG_GI_Custom_C::ShouldTalkToNPCAfterCleasTowerBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CleasTowerCurrentAccessibleStage) == 0x000BF0, "Member 'UBP_jRPG_GI_Custom_C::CleasTowerCurrentAccessibleStage' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CleasTowerBattleIndex) == 0x000BF4, "Member 'UBP_jRPG_GI_Custom_C::CleasTowerBattleIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, EquippedConsumableShards) == 0x000BF8, "Member 'UBP_jRPG_GI_Custom_C::EquippedConsumableShards' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AmbiencePlaybackPercent) == 0x000C08, "Member 'UBP_jRPG_GI_Custom_C::AmbiencePlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, VendorsStates) == 0x000C10, "Member 'UBP_jRPG_GI_Custom_C::VendorsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ComeToWorldMapFromCamp) == 0x000C60, "Member 'UBP_jRPG_GI_Custom_C::ComeToWorldMapFromCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CreditsToShow) == 0x000C68, "Member 'UBP_jRPG_GI_Custom_C::CreditsToShow' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, Lifts_CurrentFloor) == 0x000C70, "Member 'UBP_jRPG_GI_Custom_C::Lifts_CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, QuestSystem) == 0x000CC0, "Member 'UBP_jRPG_GI_Custom_C::QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, IsSoundPausedByCinematic) == 0x000CC8, "Member 'UBP_jRPG_GI_Custom_C::IsSoundPausedByCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, IsLoadingMapFromLoadGame) == 0x000CC9, "Member 'UBP_jRPG_GI_Custom_C::IsLoadingMapFromLoadGame' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PreviousManorDoorInfo) == 0x000CCC, "Member 'UBP_jRPG_GI_Custom_C::PreviousManorDoorInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InventorySystem) == 0x000CE0, "Member 'UBP_jRPG_GI_Custom_C::InventorySystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyPersistentFlagSet) == 0x000CE8, "Member 'UBP_jRPG_GI_Custom_C::OnAnyPersistentFlagSet' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnEnemyBattled) == 0x000CF8, "Member 'UBP_jRPG_GI_Custom_C::OnEnemyBattled' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyEnemyBattled) == 0x000D08, "Member 'UBP_jRPG_GI_Custom_C::OnAnyEnemyBattled' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyDialoguePlayed) == 0x000D18, "Member 'UBP_jRPG_GI_Custom_C::OnAnyDialoguePlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyCinematicPlayed) == 0x000D28, "Member 'UBP_jRPG_GI_Custom_C::OnAnyCinematicPlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PartyHealShard) == 0x000D38, "Member 'UBP_jRPG_GI_Custom_C::PartyHealShard' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, InteractedDialogues) == 0x000D48, "Member 'UBP_jRPG_GI_Custom_C::InteractedDialogues' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, RelationshipSystem) == 0x000D98, "Member 'UBP_jRPG_GI_Custom_C::RelationshipSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LevelDestinationNameAfterCamp) == 0x000DA0, "Member 'UBP_jRPG_GI_Custom_C::LevelDestinationNameAfterCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastMusicBeforeBattle) == 0x000DA8, "Member 'UBP_jRPG_GI_Custom_C::LastMusicBeforeBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastMusicBeforeCinematic) == 0x000DB0, "Member 'UBP_jRPG_GI_Custom_C::LastMusicBeforeCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentCreditsOverlay) == 0x000DB8, "Member 'UBP_jRPG_GI_Custom_C::CurrentCreditsOverlay' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, AudioComponentsToUnspawn) == 0x000DC0, "Member 'UBP_jRPG_GI_Custom_C::AudioComponentsToUnspawn' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, IsStillOnVictoryScreen) == 0x000DD0, "Member 'UBP_jRPG_GI_Custom_C::IsStillOnVictoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ProjectConfiguration) == 0x000DD8, "Member 'UBP_jRPG_GI_Custom_C::ProjectConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastSavedLightingScenario) == 0x000DE0, "Member 'UBP_jRPG_GI_Custom_C::LastSavedLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastSavedAudioParameters) == 0x000E08, "Member 'UBP_jRPG_GI_Custom_C::LastSavedAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, DifficultyManager) == 0x000E40, "Member 'UBP_jRPG_GI_Custom_C::DifficultyManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ShouldDispatchModifications) == 0x000E48, "Member 'UBP_jRPG_GI_Custom_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, FinishedGameCount) == 0x000E4C, "Member 'UBP_jRPG_GI_Custom_C::FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnFinishedGameCounterChanged) == 0x000E50, "Member 'UBP_jRPG_GI_Custom_C::OnFinishedGameCounterChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnChangeMapProcessStarted) == 0x000E60, "Member 'UBP_jRPG_GI_Custom_C::OnChangeMapProcessStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnChangeMapProcessFinished) == 0x000E70, "Member 'UBP_jRPG_GI_Custom_C::OnChangeMapProcessFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, MerchantStates) == 0x000E80, "Member 'UBP_jRPG_GI_Custom_C::MerchantStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyTutorialCompleted) == 0x000ED0, "Member 'UBP_jRPG_GI_Custom_C::OnAnyTutorialCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentExplorationContext) == 0x000EE0, "Member 'UBP_jRPG_GI_Custom_C::CurrentExplorationContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, SharedPassiveEffectProgression) == 0x000EE8, "Member 'UBP_jRPG_GI_Custom_C::SharedPassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, ExternalCompanions) == 0x000F38, "Member 'UBP_jRPG_GI_Custom_C::ExternalCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, UnlockedSpawnPoints) == 0x000F48, "Member 'UBP_jRPG_GI_Custom_C::UnlockedSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, UnlockedMapSections) == 0x000F98, "Member 'UBP_jRPG_GI_Custom_C::UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, IsMountInUse) == 0x000FA8, "Member 'UBP_jRPG_GI_Custom_C::IsMountInUse' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, CurrentSettingsContext) == 0x000FAC, "Member 'UBP_jRPG_GI_Custom_C::CurrentSettingsContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnSettingsPageContextChanged) == 0x000FB8, "Member 'UBP_jRPG_GI_Custom_C::OnSettingsPageContextChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, EncounteredEnemies) == 0x000FC8, "Member 'UBP_jRPG_GI_Custom_C::EncounteredEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnEnemyEncountered) == 0x001018, "Member 'UBP_jRPG_GI_Custom_C::OnEnemyEncountered' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyEnemyEncountered) == 0x001028, "Member 'UBP_jRPG_GI_Custom_C::OnAnyEnemyEncountered' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, NotificationPools) == 0x001038, "Member 'UBP_jRPG_GI_Custom_C::NotificationPools' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnObjectMarkedAsRead) == 0x001088, "Member 'UBP_jRPG_GI_Custom_C::OnObjectMarkedAsRead' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, FavoritePools) == 0x001098, "Member 'UBP_jRPG_GI_Custom_C::FavoritePools' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnFavoriteObjectChanged) == 0x0010E8, "Member 'UBP_jRPG_GI_Custom_C::OnFavoriteObjectChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnPassiveEffectLearned) == 0x0010F8, "Member 'UBP_jRPG_GI_Custom_C::OnPassiveEffectLearned' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, LastUsedSavePoint) == 0x001108, "Member 'UBP_jRPG_GI_Custom_C::LastUsedSavePoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, VisitedLevelRowNames) == 0x001118, "Member 'UBP_jRPG_GI_Custom_C::VisitedLevelRowNames' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, NamedIDsStatesToKeepInNewGamePlus) == 0x001128, "Member 'UBP_jRPG_GI_Custom_C::NamedIDsStatesToKeepInNewGamePlus' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, TempCharacterStats) == 0x001138, "Member 'UBP_jRPG_GI_Custom_C::TempCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnAnyCharacterLevelChanged) == 0x001188, "Member 'UBP_jRPG_GI_Custom_C::OnAnyCharacterLevelChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, GameActionTriggerZoneParameters) == 0x001198, "Member 'UBP_jRPG_GI_Custom_C::GameActionTriggerZoneParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PhotoModePawn) == 0x0011A8, "Member 'UBP_jRPG_GI_Custom_C::PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PhotoModeController) == 0x0011B0, "Member 'UBP_jRPG_GI_Custom_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PreviousControllerBeforePhotoMode) == 0x0011B8, "Member 'UBP_jRPG_GI_Custom_C::PreviousControllerBeforePhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnEnterPhotoMode) == 0x0011C0, "Member 'UBP_jRPG_GI_Custom_C::OnEnterPhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, OnExitPhotoMode) == 0x0011D0, "Member 'UBP_jRPG_GI_Custom_C::OnExitPhotoMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, UITransientData) == 0x0011E0, "Member 'UBP_jRPG_GI_Custom_C::UITransientData' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PassiveEffectsSetManager) == 0x0012D0, "Member 'UBP_jRPG_GI_Custom_C::PassiveEffectsSetManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_jRPG_GI_Custom_C, PreviousViewTargetBeforePhotoMode) == 0x0012D8, "Member 'UBP_jRPG_GI_Custom_C::PreviousViewTargetBeforePhotoMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_ComputeLootChromaFromItem \ +static_assert(alignof(BP_LootSystemComponent_C_ComputeLootChromaFromItem) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_ComputeLootChromaFromItem"); \ +static_assert(sizeof(BP_LootSystemComponent_C_ComputeLootChromaFromItem) == 0x000030, "Wrong size on BP_LootSystemComponent_C_ComputeLootChromaFromItem"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, ChromaItem) == 0x000000, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::ChromaItem' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, LootContext) == 0x000008, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, ReturnValue) == 0x00000C, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, local_balancingLevel) == 0x000010, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::local_balancingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, CallFunc_FindProgressionBalancingLevelRow_ProgressionBalancingLevel) == 0x000018, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::CallFunc_FindProgressionBalancingLevelRow_ProgressionBalancingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_ComputeLootChromaFromItem, CallFunc_FCeil_ReturnValue) == 0x000028, "Member 'BP_LootSystemComponent_C_ComputeLootChromaFromItem::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_RollLootTable \ +static_assert(alignof(BP_LootSystemComponent_C_RollLootTable) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_RollLootTable"); \ +static_assert(sizeof(BP_LootSystemComponent_C_RollLootTable) == 0x0002F0, "Wrong size on BP_LootSystemComponent_C_RollLootTable"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, LootTableDT) == 0x000000, "Member 'BP_LootSystemComponent_C_RollLootTable::LootTableDT' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, LootContext) == 0x000008, "Member 'BP_LootSystemComponent_C_RollLootTable::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, ChanceMultiplier) == 0x000010, "Member 'BP_LootSystemComponent_C_RollLootTable::ChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, DebugReason) == 0x000018, "Member 'BP_LootSystemComponent_C_RollLootTable::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, RolledLootEntries) == 0x000028, "Member 'BP_LootSystemComponent_C_RollLootTable::RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, local_rolledLootEntries) == 0x000038, "Member 'BP_LootSystemComponent_C_RollLootTable::local_rolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, local_relevantLootSections) == 0x000048, "Member 'BP_LootSystemComponent_C_RollLootTable::local_relevantLootSections' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000058, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_LootContextToString_Result) == 0x0000C0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_LootContextToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeStruct_FormatArgumentData_1) == 0x000100, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDisplayName_ReturnValue_1) == 0x000190, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001B0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D0, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, K2Node_MakeArray_Array_1) == 0x000218, "Member 'BP_LootSystemComponent_C_RollLootTable::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000228, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Array_Get_Item) == 0x000248, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000250, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000270, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Array_Length_ReturnValue) == 0x000274, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000278, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000280, "Member 'BP_LootSystemComponent_C_RollLootTable::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_RollLootTableSectionList_RolledLootEntries) == 0x000290, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_RollLootTableSectionList_RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, Temp_int_Loop_Counter_Variable) == 0x0002A0, "Member 'BP_LootSystemComponent_C_RollLootTable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Less_IntInt_ReturnValue) == 0x0002A4, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Add_IntInt_ReturnValue) == 0x0002A8, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, Temp_int_Array_Index_Variable) == 0x0002AC, "Member 'BP_LootSystemComponent_C_RollLootTable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, Temp_wildcard_Temp_buffer_array_Variable) == 0x0002B0, "Member 'BP_LootSystemComponent_C_RollLootTable::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Array_Get_Item_1) == 0x0002C0, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0002C8, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0002E8, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTable, CallFunc_Array_Add_ReturnValue) == 0x0002EC, "Member 'BP_LootSystemComponent_C_RollLootTable::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_RollLootTableReference \ +static_assert(alignof(BP_LootSystemComponent_C_RollLootTableReference) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_RollLootTableReference"); \ +static_assert(sizeof(BP_LootSystemComponent_C_RollLootTableReference) == 0x0001F8, "Wrong size on BP_LootSystemComponent_C_RollLootTableReference"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, LootTableReference) == 0x000000, "Member 'BP_LootSystemComponent_C_RollLootTableReference::LootTableReference' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, LootContext) == 0x000010, "Member 'BP_LootSystemComponent_C_RollLootTableReference::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, ChanceMultiplier) == 0x000018, "Member 'BP_LootSystemComponent_C_RollLootTableReference::ChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, DebugReason) == 0x000020, "Member 'BP_LootSystemComponent_C_RollLootTableReference::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, RolledLootEntries) == 0x000030, "Member 'BP_LootSystemComponent_C_RollLootTableReference::RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, local_rolledLootEntries) == 0x000040, "Member 'BP_LootSystemComponent_C_RollLootTableReference::local_rolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, Temp_int_Variable) == 0x000050, "Member 'BP_LootSystemComponent_C_RollLootTableReference::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000068, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_LootSystemComponent_C_RollLootTableReference::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_LootSystemComponent_C_RollLootTableReference::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000108, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000110, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_LootSystemComponent_C_RollLootTableReference::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_GetDisplayName_ReturnValue) == 0x000160, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000170, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, K2Node_MakeStruct_FormatArgumentData_3) == 0x000180, "Member 'BP_LootSystemComponent_C_RollLootTableReference::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, K2Node_MakeArray_Array) == 0x0001C8, "Member 'BP_LootSystemComponent_C_RollLootTableReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReference, CallFunc_RollLootTable_RolledLootEntries) == 0x0001E8, "Member 'BP_LootSystemComponent_C_RollLootTableReference::CallFunc_RollLootTable_RolledLootEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_RollLootTableReferences \ +static_assert(alignof(BP_LootSystemComponent_C_RollLootTableReferences) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_RollLootTableReferences"); \ +static_assert(sizeof(BP_LootSystemComponent_C_RollLootTableReferences) == 0x0001B8, "Wrong size on BP_LootSystemComponent_C_RollLootTableReferences"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, LootTableRefs) == 0x000000, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::LootTableRefs' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, LootContext) == 0x000010, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, ChanceMultiplier) == 0x000018, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::ChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, DebugReason) == 0x000020, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, RolledLootEntries) == 0x000030, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, local_rolledLootEntries) == 0x000040, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::local_rolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, Temp_int_Array_Index_Variable) == 0x0000B4, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B8, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000120, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_RollLootTableReference_RolledLootEntries) == 0x0001A0, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_RollLootTableReference_RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableReferences, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001B0, "Member 'BP_LootSystemComponent_C_RollLootTableReferences::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_RollLootTableSection \ +static_assert(alignof(BP_LootSystemComponent_C_RollLootTableSection) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_RollLootTableSection"); \ +static_assert(sizeof(BP_LootSystemComponent_C_RollLootTableSection) == 0x0004D0, "Wrong size on BP_LootSystemComponent_C_RollLootTableSection"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Section) == 0x000000, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Section' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, ChanceMultiplier) == 0x000020, "Member 'BP_LootSystemComponent_C_RollLootTableSection::ChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, IsValid) == 0x000028, "Member 'BP_LootSystemComponent_C_RollLootTableSection::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, RolledLootEntry) == 0x00002C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::RolledLootEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, local_chanceRoll) == 0x000040, "Member 'BP_LootSystemComponent_C_RollLootTableSection::local_chanceRoll' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, local_rolledEntry) == 0x000048, "Member 'BP_LootSystemComponent_C_RollLootTableSection::local_rolledEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, local_currentWeight) == 0x000058, "Member 'BP_LootSystemComponent_C_RollLootTableSection::local_currentWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, local_weightRoll) == 0x00005C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::local_weightRoll' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, local_totalWeight) == 0x000060, "Member 'BP_LootSystemComponent_C_RollLootTableSection::local_totalWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_3) == 0x000158, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001A0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0001A8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001F8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Temp_bool_True_if_break_was_hit_Variable) == 0x000240, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeArray_Array) == 0x000248, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Format_ReturnValue) == 0x000258, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Not_PreBool_ReturnValue) == 0x000268, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Temp_int_Array_Index_Variable) == 0x00026C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Array_Get_Item) == 0x000270, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000280, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_NameToText_ReturnValue) == 0x000288, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_6) == 0x000298, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_7) == 0x0002E0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeArray_Array_1) == 0x000328, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Format_ReturnValue_1) == 0x000338, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Temp_int_Loop_Counter_Variable) == 0x000348, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Less_IntInt_ReturnValue) == 0x00034C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Add_IntInt_ReturnValue) == 0x000350, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Temp_int_Array_Index_Variable_1) == 0x000354, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, Temp_int_Loop_Counter_Variable_1) == 0x000358, "Member 'BP_LootSystemComponent_C_RollLootTableSection::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Array_Get_Item_1) == 0x00035C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Less_IntInt_ReturnValue_1) == 0x00036C, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000370, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_BooleanAND_ReturnValue) == 0x000378, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_8) == 0x000380, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0003C8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003CC, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Conv_IntToInt64_ReturnValue_4) == 0x0003D0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Conv_IntToInt64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003D8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeArray_Array_2) == 0x000420, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Format_ReturnValue_2) == 0x000430, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeStruct_FormatArgumentData_10) == 0x000440, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, K2Node_MakeArray_Array_3) == 0x000488, "Member 'BP_LootSystemComponent_C_RollLootTableSection::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000498, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Format_ReturnValue_3) == 0x0004A0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_RandomFloatInRange_ReturnValue) == 0x0004B0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_IsNameValid_ReturnValue) == 0x0004B8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004B9, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0004BA, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004BB, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004BC, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Add_IntInt_ReturnValue_2) == 0x0004C0, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Subtract_IntInt_ReturnValue) == 0x0004C4, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0004C8, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSection, CallFunc_Add_IntInt_ReturnValue_3) == 0x0004CC, "Member 'BP_LootSystemComponent_C_RollLootTableSection::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootSystemComponent_C_RollLootTableSectionList \ +static_assert(alignof(BP_LootSystemComponent_C_RollLootTableSectionList) == 0x000008, "Wrong alignment on BP_LootSystemComponent_C_RollLootTableSectionList"); \ +static_assert(sizeof(BP_LootSystemComponent_C_RollLootTableSectionList) == 0x000340, "Wrong size on BP_LootSystemComponent_C_RollLootTableSectionList"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, LootTableSectionList) == 0x000000, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::LootTableSectionList' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, LootContext) == 0x000010, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, ChanceMultiplier) == 0x000018, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::ChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, DebugReason) == 0x000020, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, RolledLootEntries) == 0x000030, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, local_rolledLootEntries) == 0x000040, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::local_rolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, local_relevantLootSections) == 0x000050, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::local_relevantLootSections' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_LootContextToString_Result) == 0x000070, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_LootContextToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000138, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Add_IntInt_ReturnValue) == 0x000158, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, Temp_int_Array_Index_Variable) == 0x00015C, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Get_Item) == 0x000160, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_LootSectionToString_Result) == 0x000180, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_LootSectionToString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000190, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_InRange_IntInt_ReturnValue) == 0x0001F0, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001F1, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001F8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_BooleanAND_ReturnValue) == 0x000200, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeStruct_FormatArgumentData_3) == 0x000208, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_BooleanOR_ReturnValue) == 0x000250, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeArray_Array_1) == 0x000258, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, Temp_int_Array_Index_Variable_1) == 0x000278, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, Temp_int_Loop_Counter_Variable_1) == 0x00027C, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000280, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeStruct_FormatArgumentData_4) == 0x000288, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002D0, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, K2Node_MakeArray_Array_2) == 0x0002D8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Format_ReturnValue_2) == 0x0002E8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Get_Item_1) == 0x0002F8, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Add_ReturnValue) == 0x000318, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_RollLootTableSection_IsValid) == 0x00031C, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_RollLootTableSection_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_RollLootTableSection_RolledLootEntry) == 0x000320, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_RollLootTableSection_RolledLootEntry' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Length_ReturnValue_1) == 0x000330, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Array_Add_ReturnValue_1) == 0x000334, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootSystemComponent_C_RollLootTableSectionList, CallFunc_Less_IntInt_ReturnValue_1) == 0x000338, "Member 'BP_LootSystemComponent_C_RollLootTableSectionList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LootSystemComponent_C \ +static_assert(alignof(UBP_LootSystemComponent_C) == 0x000008, "Wrong alignment on UBP_LootSystemComponent_C"); \ +static_assert(sizeof(UBP_LootSystemComponent_C) == 0x0000A0, "Wrong size on UBP_LootSystemComponent_C"); \ + +#define DUMPER7_ASSERTS_BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel \ +static_assert(alignof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel) == 0x000008, "Wrong alignment on BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel"); \ +static_assert(sizeof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel) == 0x000018, "Wrong size on BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel, Character) == 0x000000, "Member 'BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel, Level) == 0x000004, "Member 'BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel, __WorldContext) == 0x000008, "Member 'BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel, CallFunc_GetRelationshipSystem_RelationshipSystem) == 0x000010, "Member 'BP_FL_RelationshipHelpers_C_SetCurrentRelationshipLevel::CallFunc_GetRelationshipSystem_RelationshipSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel \ +static_assert(alignof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel) == 0x000008, "Wrong alignment on BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel"); \ +static_assert(sizeof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel) == 0x000028, "Wrong size on BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel, Character) == 0x000000, "Member 'BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel, __WorldContext) == 0x000008, "Member 'BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel, Level) == 0x000010, "Member 'BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel, CallFunc_GetRelationshipSystem_RelationshipSystem) == 0x000018, "Member 'BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel::CallFunc_GetRelationshipSystem_RelationshipSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel, CallFunc_GetCurrentRelationshipLevel_Level) == 0x000020, "Member 'BP_FL_RelationshipHelpers_C_GetCurrentRelationshipLevel::CallFunc_GetCurrentRelationshipLevel_Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_RelationshipHelpers_C_GetRelationshipSystem \ +static_assert(alignof(BP_FL_RelationshipHelpers_C_GetRelationshipSystem) == 0x000008, "Wrong alignment on BP_FL_RelationshipHelpers_C_GetRelationshipSystem"); \ +static_assert(sizeof(BP_FL_RelationshipHelpers_C_GetRelationshipSystem) == 0x000018, "Wrong size on BP_FL_RelationshipHelpers_C_GetRelationshipSystem"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetRelationshipSystem, __WorldContext) == 0x000000, "Member 'BP_FL_RelationshipHelpers_C_GetRelationshipSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetRelationshipSystem, RelationshipSystem) == 0x000008, "Member 'BP_FL_RelationshipHelpers_C_GetRelationshipSystem::RelationshipSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_RelationshipHelpers_C_GetRelationshipSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_FL_RelationshipHelpers_C_GetRelationshipSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_RelationshipHelpers_C \ +static_assert(alignof(UBP_FL_RelationshipHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_RelationshipHelpers_C"); \ +static_assert(sizeof(UBP_FL_RelationshipHelpers_C) == 0x000028, "Wrong size on UBP_FL_RelationshipHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory \ +static_assert(alignof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory) == 0x000008, "Wrong alignment on BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory"); \ +static_assert(sizeof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory) == 0x000068, "Wrong size on BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, K2Node_DynamicCast_AsAdd_Item_To_Inventory) == 0x000020, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::K2Node_DynamicCast_AsAdd_Item_To_Inventory' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_GetItemNameAndQuantity_Item) == 0x00004C, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_GetItemNameAndQuantity_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_GetItemNameAndQuantity_Quantity) == 0x000054, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_GetItemNameAndQuantity_Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory, CallFunc_AddItemToInventory_GeneratedItem) == 0x000060, "Member 'BP_GameActionInstance_AddItemToInventory_C_ExecuteUbergraph_BP_GameActionInstance_AddItemToInventory::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity \ +static_assert(alignof(BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity) == 0x000008, "Wrong alignment on BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity"); \ +static_assert(sizeof(BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity) == 0x000028, "Wrong size on BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity, ItemOperationData) == 0x000000, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity::ItemOperationData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity, Item) == 0x000018, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity, Quantity) == 0x000020, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetItemNameAndQuantity::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_AddItemToInventory_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_AddItemToInventory_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_AddItemToInventory_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_AddItemToInventory_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_AddItemToInventory_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_AddItemToInventory_C \ +static_assert(alignof(UBP_GameActionInstance_AddItemToInventory_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_AddItemToInventory_C"); \ +static_assert(sizeof(UBP_GameActionInstance_AddItemToInventory_C) == 0x000048, "Wrong size on UBP_GameActionInstance_AddItemToInventory_C"); \ +static_assert(offsetof(UBP_GameActionInstance_AddItemToInventory_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_AddItemToInventory_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_IsHold \ +static_assert(alignof(WBP_GM_PromptGeneric_C_IsHold) == 0x000001, "Wrong alignment on WBP_GM_PromptGeneric_C_IsHold"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_IsHold) == 0x000002, "Wrong size on WBP_GM_PromptGeneric_C_IsHold"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_IsHold, ReturnValue) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_IsHold::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_IsHold, CallFunc_IsValidClass_ReturnValue) == 0x000001, "Member 'WBP_GM_PromptGeneric_C_IsHold::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_RefreshWidget \ +static_assert(alignof(WBP_GM_PromptGeneric_C_RefreshWidget) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_RefreshWidget"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_RefreshWidget) == 0x000030, "Wrong size on WBP_GM_PromptGeneric_C_RefreshWidget"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_RefreshWidget, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_RefreshWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_RefreshWidget, K2Node_MakeStruct_S_InputBindingParameters) == 0x000008, "Member 'WBP_GM_PromptGeneric_C_RefreshWidget::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_TryActivate \ +static_assert(alignof(WBP_GM_PromptGeneric_C_TryActivate) == 0x000001, "Wrong alignment on WBP_GM_PromptGeneric_C_TryActivate"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_TryActivate) == 0x000002, "Wrong size on WBP_GM_PromptGeneric_C_TryActivate"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_TryActivate, HasActivated) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_TryActivate::HasActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_TryActivate, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_GM_PromptGeneric_C_TryActivate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_TryDeactivate \ +static_assert(alignof(WBP_GM_PromptGeneric_C_TryDeactivate) == 0x000001, "Wrong alignment on WBP_GM_PromptGeneric_C_TryDeactivate"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_TryDeactivate) == 0x000001, "Wrong size on WBP_GM_PromptGeneric_C_TryDeactivate"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_TryDeactivate, HasDeactivated) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_TryDeactivate::HasDeactivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_SetPromptText \ +static_assert(alignof(WBP_GM_PromptGeneric_C_SetPromptText) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_SetPromptText"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_SetPromptText) == 0x000010, "Wrong size on WBP_GM_PromptGeneric_C_SetPromptText"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_SetPromptText, Text) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_SetPromptText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_SetAllowed \ +static_assert(alignof(WBP_GM_PromptGeneric_C_SetAllowed) == 0x000001, "Wrong alignment on WBP_GM_PromptGeneric_C_SetAllowed"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_SetAllowed) == 0x000001, "Wrong size on WBP_GM_PromptGeneric_C_SetAllowed"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_SetAllowed, isAllowed) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_SetAllowed::isAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event \ +static_assert(alignof(WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event) == 0x000008, "Wrong size on WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event, Button) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_OnButtonBaseClicked_Event::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_OnActionProgress \ +static_assert(alignof(WBP_GM_PromptGeneric_C_OnActionProgress) == 0x000004, "Wrong alignment on WBP_GM_PromptGeneric_C_OnActionProgress"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_OnActionProgress) == 0x000004, "Wrong size on WBP_GM_PromptGeneric_C_OnActionProgress"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_OnActionProgress, HeldPercent) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_OnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged \ +static_assert(alignof(WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged) == 0x000010, "Wrong size on WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged, NewTriggeredAction) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_OnTriggeringInputActionChanged::NewTriggeredAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_PreConstruct \ +static_assert(alignof(WBP_GM_PromptGeneric_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_PromptGeneric_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_PromptGeneric_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged \ +static_assert(alignof(WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong size on WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged, InInputAction) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_OnTriggeringEnhancedInputActionChanged::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_OnTutorialActionProgress \ +static_assert(alignof(WBP_GM_PromptGeneric_C_OnTutorialActionProgress) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_OnTutorialActionProgress"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_OnTutorialActionProgress) == 0x000008, "Wrong size on WBP_GM_PromptGeneric_C_OnTutorialActionProgress"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_OnTutorialActionProgress, InProgress) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_OnTutorialActionProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric \ +static_assert(alignof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric) == 0x000008, "Wrong alignment on WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric"); \ +static_assert(sizeof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric) == 0x0000F8, "Wrong size on WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, EntryPoint) == 0x000000, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_CustomEvent_Text) == 0x000008, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_CustomEvent_IsAllowed) == 0x000018, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_CustomEvent_IsAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_CustomEvent_Button) == 0x000020, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_Event_HeldPercent) == 0x000028, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_Event_HeldPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_Event_NewTriggeredAction) == 0x000030, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_Event_NewTriggeredAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000041, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_BooleanOR_ReturnValue) == 0x000042, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_Not_PreBool_ReturnValue) == 0x000043, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_Event_IsDesignTime) == 0x000044, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_Event_InInputAction) == 0x000048, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_Event_InInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_CustomEvent_InProgress) == 0x000050, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_CustomEvent_InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000058, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x000059, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_BooleanOR_ReturnValue_1) == 0x00005A, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005B, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsNameValid_ReturnValue) == 0x00005C, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsHold_ReturnValue) == 0x00005D, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsHold_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_Not_PreBool_ReturnValue_2) == 0x00005E, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_BooleanAND_ReturnValue) == 0x00005F, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsHold_ReturnValue_1) == 0x000060, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsHold_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_NotEqual_NameName_ReturnValue) == 0x000071, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_SpawnSound2D_ReturnValue) == 0x000078, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_1) == 0x000081, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_2) == 0x000082, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_Not_PreBool_ReturnValue_3) == 0x000083, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsHold_ReturnValue_2) == 0x000084, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsHold_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000088, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000090, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_3) == 0x000091, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_SpawnSound2D_ReturnValue_1) == 0x000098, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_SpawnSound2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_4) == 0x0000A0, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0000A1, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_5) == 0x0000B4, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000B5, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_SetFloatParameter_self_CastInput) == 0x0000B8, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_SetFloatParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_SetFloatParameter_self_CastInput_1) == 0x0000C8, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_SetFloatParameter_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_6) == 0x0000D8, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_IsValid_ReturnValue_7) == 0x0000D9, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_SetRadialProgress_InProgress_ImplicitCast) == 0x0000E0, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_SetRadialProgress_InProgress_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x0000E8, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x0000F0, "Member 'WBP_GM_PromptGeneric_C_ExecuteUbergraph_WBP_GM_PromptGeneric::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_PromptGeneric_C \ +static_assert(alignof(UWBP_GM_PromptGeneric_C) == 0x000010, "Wrong alignment on UWBP_GM_PromptGeneric_C"); \ +static_assert(sizeof(UWBP_GM_PromptGeneric_C) == 0x001630, "Wrong size on UWBP_GM_PromptGeneric_C"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_GM_PromptGeneric_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, WBP_TextualInputActionBinding) == 0x0015A8, "Member 'UWBP_GM_PromptGeneric_C::WBP_TextualInputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, BottomText) == 0x0015B0, "Member 'UWBP_GM_PromptGeneric_C::BottomText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, OnPressed) == 0x0015C0, "Member 'UWBP_GM_PromptGeneric_C::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, IsPromptTextVisible) == 0x0015D0, "Member 'UWBP_GM_PromptGeneric_C::IsPromptTextVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, IsHorizontalText) == 0x0015D1, "Member 'UWBP_GM_PromptGeneric_C::IsHorizontalText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, ShowBorder) == 0x0015D2, "Member 'UWBP_GM_PromptGeneric_C::ShowBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, IconScale) == 0x0015D8, "Member 'UWBP_GM_PromptGeneric_C::IconScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, TextMaxDesiredWidth) == 0x0015E0, "Member 'UWBP_GM_PromptGeneric_C::TextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, fontStyle) == 0x0015E8, "Member 'UWBP_GM_PromptGeneric_C::fontStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, IsActive) == 0x0015F0, "Member 'UWBP_GM_PromptGeneric_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, PromptMappingContext) == 0x0015F8, "Member 'UWBP_GM_PromptGeneric_C::PromptMappingContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, OnPromptPressed) == 0x001600, "Member 'UWBP_GM_PromptGeneric_C::OnPromptPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, HoldSound) == 0x001610, "Member 'UWBP_GM_PromptGeneric_C::HoldSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, SD_OnClicked) == 0x001618, "Member 'UWBP_GM_PromptGeneric_C::SD_OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_PromptGeneric_C, ShouldPlaySoundOnPressed) == 0x001628, "Member 'UWBP_GM_PromptGeneric_C::ShouldPlaySoundOnPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_PlaySound_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound) == 0x0000B0, "Wrong size on BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound, CallFunc_GetPlaySoundParameters_PlaySoundParameters) == 0x000010, "Member 'BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound::CallFunc_GetPlaySoundParameters_PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound, K2Node_SwitchEnum_CmpSuccess) == 0x0000A8, "Member 'BP_GameActionInstance_PlaySound_C_ExecuteUbergraph_BP_GameActionInstance_PlaySound::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation) == 0x0000E0, "Wrong size on BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, SpawnParameters) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::SpawnParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, Location) == 0x000060, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, Rotation) == 0x000078, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, Temp_wildcard_Variable) == 0x000090, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000B0, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, K2Node_DynamicCast_AsActor) == 0x0000D0, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'BP_GameActionInstance_PlaySound_C_GetSpawnLocationAndRoation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned) == 0x000028, "Wrong size on BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned, AudioComponent) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned, WaitForAudioToFinishGameAction) == 0x000008, "Member 'BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned::WaitForAudioToFinishGameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned, CallFunc_GetGameActionExecutor_GameActionExecutor) == 0x000010, "Member 'BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned::CallFunc_GetGameActionExecutor_GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_GameActionInstance_PlaySound_C_OnAudioComponentSpawned::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_PlaySound2D \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_PlaySound2D) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_PlaySound2D"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_PlaySound2D) == 0x0000B0, "Wrong size on BP_GameActionInstance_PlaySound_C_PlaySound2D"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySound2D, CallFunc_GetPlaySoundParameters_PlaySoundParameters) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_PlaySound2D::CallFunc_GetPlaySoundParameters_PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySound2D, CallFunc_SpawnSound2D_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_PlaySound_C_PlaySound2D::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySound2D, CallFunc_SpawnSound2D_VolumeMultiplier_ImplicitCast) == 0x0000A0, "Member 'BP_GameActionInstance_PlaySound_C_PlaySound2D::CallFunc_SpawnSound2D_VolumeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySound2D, CallFunc_SpawnSound2D_PitchMultiplier_ImplicitCast) == 0x0000A4, "Member 'BP_GameActionInstance_PlaySound_C_PlaySound2D::CallFunc_SpawnSound2D_PitchMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySound2D, CallFunc_SpawnSound2D_StartTime_ImplicitCast) == 0x0000A8, "Member 'BP_GameActionInstance_PlaySound_C_PlaySound2D::CallFunc_SpawnSound2D_StartTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation) == 0x0000E0, "Wrong size on BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_GetPlaySoundParameters_PlaySoundParameters) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_GetPlaySoundParameters_PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_GetSpawnLocationAndRoation_Location) == 0x000098, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_GetSpawnLocationAndRoation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_GetSpawnLocationAndRoation_Rotation) == 0x0000B0, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_GetSpawnLocationAndRoation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x0000C8, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_SpawnSoundAtLocation_VolumeMultiplier_ImplicitCast) == 0x0000D0, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_SpawnSoundAtLocation_VolumeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_SpawnSoundAtLocation_PitchMultiplier_ImplicitCast) == 0x0000D4, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_SpawnSoundAtLocation_PitchMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation, CallFunc_SpawnSoundAtLocation_StartTime_ImplicitCast) == 0x0000D8, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAtLocation::CallFunc_SpawnSoundAtLocation_StartTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer) == 0x0000C0, "Wrong size on BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_GetPlaySoundParameters_PlaySoundParameters) == 0x000008, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_GetPlaySoundParameters_PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0000A0, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0000A8, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_SpawnSoundAttached_VolumeMultiplier_ImplicitCast) == 0x0000B0, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_SpawnSoundAttached_VolumeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_SpawnSoundAttached_PitchMultiplier_ImplicitCast) == 0x0000B4, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_SpawnSoundAttached_PitchMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer, CallFunc_SpawnSoundAttached_StartTime_ImplicitCast) == 0x0000B8, "Member 'BP_GameActionInstance_PlaySound_C_PlaySoundAttachedToPlayer::CallFunc_SpawnSoundAttached_StartTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_GetDebugString) == 0x000198, "Wrong size on BP_GameActionInstance_PlaySound_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_GetPlaySoundParameters_PlaySoundParameters) == 0x000010, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_GetPlaySoundParameters_PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000B8, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D8, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x0000E8, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000188, "Member 'BP_GameActionInstance_PlaySound_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters) == 0x0000A8, "Wrong size on BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters, PlaySoundParameters) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters::PlaySoundParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters, K2Node_DynamicCast_As_AUDIO__Play_Sound) == 0x000098, "Member 'BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters::K2Node_DynamicCast_As_AUDIO__Play_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_GameActionInstance_PlaySound_C_GetPlaySoundParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlaySound_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_PlaySound_C \ +static_assert(alignof(UBP_GameActionInstance_PlaySound_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_PlaySound_C"); \ +static_assert(sizeof(UBP_GameActionInstance_PlaySound_C) == 0x000048, "Wrong size on UBP_GameActionInstance_PlaySound_C"); \ +static_assert(offsetof(UBP_GameActionInstance_PlaySound_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_PlaySound_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_Sequential_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential) == 0x000020, "Wrong size on BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential, K2Node_DynamicCast_AsBP_Game_Action_Sequential) == 0x000010, "Member 'BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential::K2Node_DynamicCast_AsBP_Game_Action_Sequential' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_Sequential_C_ExecuteUbergraph_BP_GameActionInstance_Sequential::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex) == 0x000030, "Wrong size on BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex, GameActionWrapper) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex, Temp_int_Variable) == 0x000010, "Member 'BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex, Temp_wildcard_Variable) == 0x000018, "Member 'BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_Sequential_C_GetNextGameActionToExecuteAndUpdateIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute) == 0x000004, "Wrong alignment on BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute) == 0x00000C, "Wrong size on BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute, CallFunc_Less_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_Sequential_C_HasAnyGameActionToExecute::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_OnChildGameActionFinished \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_OnChildGameActionFinished"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished) == 0x000010, "Wrong size on BP_GameActionInstance_Sequential_C_OnChildGameActionFinished"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished, GameActionInstance) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_OnChildGameActionFinished::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished, CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_Sequential_C_OnChildGameActionFinished::CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_GameActionInstance_Sequential_C_OnChildGameActionFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_OnChildGameActionFinished, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'BP_GameActionInstance_Sequential_C_OnChildGameActionFinished::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction) == 0x000018, "Wrong size on BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction, CallFunc_GetNextGameActionToExecuteAndUpdateIndex_GameActionWrapper) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction::CallFunc_GetNextGameActionToExecuteAndUpdateIndex_GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction, CallFunc_HasAnyGameActionToExecute_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_Sequential_C_TryExecuteNextGameAction::CallFunc_HasAnyGameActionToExecute_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_Sequential_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_GetDebugString) == 0x000130, "Wrong size on BP_GameActionInstance_Sequential_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x0000D0, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_PadString_Result) == 0x0000F0, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000110, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000120, "Member 'BP_GameActionInstance_Sequential_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution) == 0x000001, "Wrong size on BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_ShouldBlockAutoSaveDuringExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_Sequential_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_Sequential_C \ +static_assert(alignof(UBP_GameActionInstance_Sequential_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_Sequential_C"); \ +static_assert(sizeof(UBP_GameActionInstance_Sequential_C) == 0x000070, "Wrong size on UBP_GameActionInstance_Sequential_C"); \ +static_assert(offsetof(UBP_GameActionInstance_Sequential_C, UberGraphFrame) == 0x000048, "Member 'UBP_GameActionInstance_Sequential_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Sequential_C, NextIndex) == 0x000050, "Member 'UBP_GameActionInstance_Sequential_C::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Sequential_C, GameActionSequential) == 0x000058, "Member 'UBP_GameActionInstance_Sequential_C::GameActionSequential' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Sequential_C, PlayerController) == 0x000060, "Member 'UBP_GameActionInstance_Sequential_C::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_Sequential_C, ShouldTriggerAutoSave) == 0x000068, "Member 'UBP_GameActionInstance_Sequential_C::ShouldTriggerAutoSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_SetRadialProgress \ +static_assert(alignof(WBP_TextualInputActionBinding_C_SetRadialProgress) == 0x000008, "Wrong alignment on WBP_TextualInputActionBinding_C_SetRadialProgress"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_SetRadialProgress) == 0x000008, "Wrong size on WBP_TextualInputActionBinding_C_SetRadialProgress"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_SetRadialProgress, InProgress) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_SetRadialProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_SetInputText \ +static_assert(alignof(WBP_TextualInputActionBinding_C_SetInputText) == 0x000008, "Wrong alignment on WBP_TextualInputActionBinding_C_SetInputText"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_SetInputText) == 0x000010, "Wrong size on WBP_TextualInputActionBinding_C_SetInputText"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_SetInputText, Text) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_SetInputText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_RefreshText \ +static_assert(alignof(WBP_TextualInputActionBinding_C_RefreshText) == 0x000008, "Wrong alignment on WBP_TextualInputActionBinding_C_RefreshText"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_RefreshText) == 0x000030, "Wrong size on WBP_TextualInputActionBinding_C_RefreshText"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshText, Temp_bool_Variable) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_RefreshText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshText, CallFunc_GetInputName_Name) == 0x000008, "Member 'WBP_TextualInputActionBinding_C_RefreshText::CallFunc_GetInputName_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshText, CallFunc_TextIsEmpty_ReturnValue) == 0x000018, "Member 'WBP_TextualInputActionBinding_C_RefreshText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshText, K2Node_Select_Default) == 0x000020, "Member 'WBP_TextualInputActionBinding_C_RefreshText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_RefreshWidget \ +static_assert(alignof(WBP_TextualInputActionBinding_C_RefreshWidget) == 0x000008, "Wrong alignment on WBP_TextualInputActionBinding_C_RefreshWidget"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_RefreshWidget) == 0x000018, "Wrong size on WBP_TextualInputActionBinding_C_RefreshWidget"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshWidget, Temp_bool_Variable) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_RefreshWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshWidget, K2Node_Select_Default) == 0x000008, "Member 'WBP_TextualInputActionBinding_C_RefreshWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_RefreshWidget, CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast) == 0x000010, "Member 'WBP_TextualInputActionBinding_C_RefreshWidget::CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_SetAllowed \ +static_assert(alignof(WBP_TextualInputActionBinding_C_SetAllowed) == 0x000001, "Wrong alignment on WBP_TextualInputActionBinding_C_SetAllowed"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_SetAllowed) == 0x000001, "Wrong size on WBP_TextualInputActionBinding_C_SetAllowed"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_SetAllowed, isAllowed) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_SetAllowed::isAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_PreConstruct \ +static_assert(alignof(WBP_TextualInputActionBinding_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TextualInputActionBinding_C_PreConstruct"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_PreConstruct) == 0x000001, "Wrong size on WBP_TextualInputActionBinding_C_PreConstruct"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding \ +static_assert(alignof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding) == 0x000008, "Wrong alignment on WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding"); \ +static_assert(sizeof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding) == 0x000050, "Wrong size on WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, EntryPoint) == 0x000000, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, Temp_bool_Variable) == 0x000004, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, Temp_struct_Variable) == 0x000008, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, K2Node_CustomEvent_IsAllowed) == 0x000028, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::K2Node_CustomEvent_IsAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, K2Node_Select_Default) == 0x000038, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding, K2Node_Event_IsDesignTime) == 0x000048, "Member 'WBP_TextualInputActionBinding_C_ExecuteUbergraph_WBP_TextualInputActionBinding::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TextualInputActionBinding_C \ +static_assert(alignof(UWBP_TextualInputActionBinding_C) == 0x000008, "Wrong alignment on UWBP_TextualInputActionBinding_C"); \ +static_assert(sizeof(UWBP_TextualInputActionBinding_C) == 0x000398, "Wrong size on UWBP_TextualInputActionBinding_C"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, UberGraphFrame) == 0x000308, "Member 'UWBP_TextualInputActionBinding_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, Anim_Feedback_Forbidden) == 0x000310, "Member 'UWBP_TextualInputActionBinding_C::Anim_Feedback_Forbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, IconScaleBox) == 0x000318, "Member 'UWBP_TextualInputActionBinding_C::IconScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, Text_Prompt_Horizontal) == 0x000320, "Member 'UWBP_TextualInputActionBinding_C::Text_Prompt_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, Text_Prompt_Vertical_Above) == 0x000328, "Member 'UWBP_TextualInputActionBinding_C::Text_Prompt_Vertical_Above' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, Text_Prompt_Vertical_Below) == 0x000330, "Member 'UWBP_TextualInputActionBinding_C::Text_Prompt_Vertical_Below' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, WBP_InputActionBinding) == 0x000338, "Member 'UWBP_TextualInputActionBinding_C::WBP_InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, InputBindingParameters) == 0x000340, "Member 'UWBP_TextualInputActionBinding_C::InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, ForcedInputText) == 0x000368, "Member 'UWBP_TextualInputActionBinding_C::ForcedInputText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, IsInputTextVisible) == 0x000378, "Member 'UWBP_TextualInputActionBinding_C::IsInputTextVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, IsTextAbove) == 0x000379, "Member 'UWBP_TextualInputActionBinding_C::IsTextAbove' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, IsHorizontalText) == 0x00037A, "Member 'UWBP_TextualInputActionBinding_C::IsHorizontalText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, fontStyle) == 0x000380, "Member 'UWBP_TextualInputActionBinding_C::fontStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, IconScale) == 0x000388, "Member 'UWBP_TextualInputActionBinding_C::IconScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextualInputActionBinding_C, TextMaxDesiredWidth) == 0x000390, "Member 'UWBP_TextualInputActionBinding_C::TextMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_DoesEdgeExist \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_DoesEdgeExist) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_DoesEdgeExist"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_DoesEdgeExist) == 0x000030, "Wrong size on BP_DataAsset_SkillGraph_C_DoesEdgeExist"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, Node1) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::Node1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, Node2) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::Node2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, Exists) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::Exists' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, CallFunc_FindEdge_Found) == 0x000011, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::CallFunc_FindEdge_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, CallFunc_FindEdge_Edge) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::CallFunc_FindEdge_Edge' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_DoesEdgeExist, CallFunc_FindEdge_EdgeIndex) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_DoesEdgeExist::CallFunc_FindEdge_EdgeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindEdge \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindEdge) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindEdge"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindEdge) == 0x000070, "Wrong size on BP_DataAsset_SkillGraph_C_FindEdge"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, skill1) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::skill1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, Skill2) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::Skill2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, Found) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, Edge) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::Edge' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, EdgeIndex) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::EdgeIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00002C, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_FindEdgesFromSkill_MatchingEdges) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_FindEdgesFromSkill_MatchingEdges' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000061, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000062, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_BooleanOR_ReturnValue) == 0x000068, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdge, CallFunc_Array_Find_ReturnValue) == 0x00006C, "Member 'BP_DataAsset_SkillGraph_C_FindEdge::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindEdgesFromSkill \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindEdgesFromSkill"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill) == 0x000070, "Wrong size on BP_DataAsset_SkillGraph_C_FindEdgesFromSkill"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, MatchingEdges) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::MatchingEdges' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000068, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000069, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindEdgesFromSkill, CallFunc_BooleanOR_ReturnValue) == 0x00006A, "Member 'BP_DataAsset_SkillGraph_C_FindEdgesFromSkill::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindSkillByNameID \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindSkillByNameID) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindSkillByNameID"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindSkillByNameID) == 0x000058, "Wrong size on BP_DataAsset_SkillGraph_C_FindSkillByNameID"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, SkillNameID) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::SkillNameID' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, Found) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, Skill) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, CallFunc_TryFindSkillsByNameIDs_SkillAssets) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::CallFunc_TryFindSkillsByNameIDs_SkillAssets' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, CallFunc_TryFindSkillsByNameIDs_AllFound) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::CallFunc_TryFindSkillsByNameIDs_AllFound' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, CallFunc_TryFindSkillsByNameIDs_MissingNameIDs) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::CallFunc_TryFindSkillsByNameIDs_MissingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillByNameID, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_FindSkillByNameID::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindSkillNode \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindSkillNode) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindSkillNode"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindSkillNode) == 0x0000A0, "Wrong size on BP_DataAsset_SkillGraph_C_FindSkillNode"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Found) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Node) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Index_0) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNode, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000099, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNode::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindSkillNodeSafe \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindSkillNodeSafe"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe) == 0x000118, "Wrong size on BP_DataAsset_SkillGraph_C_FindSkillNodeSafe"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, Found) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, Node) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_GetDisplayName_ReturnValue) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_FindSkillNode_Found) == 0x000058, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_FindSkillNode_Node) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_FindSkillNode_Index) == 0x000098, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A0, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillNodeSafe, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_DataAsset_SkillGraph_C_FindSkillNodeSafe::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem) == 0x000098, "Wrong size on BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, ItemId) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, ReturnValue) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000090, "Member 'BP_DataAsset_SkillGraph_C_FindSkillsUnlockedByItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetAdjacentSkills \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetAdjacentSkills"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills) == 0x000080, "Wrong size on BP_DataAsset_SkillGraph_C_GetAdjacentSkills"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Skills) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Skills' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, local_nodeToAdd) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::local_nodeToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, Temp_bool_Variable) == 0x000054, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000071, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000072, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, CallFunc_BooleanOR_ReturnValue) == 0x000073, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetAdjacentSkills, K2Node_Select_Default) == 0x000078, "Member 'BP_DataAsset_SkillGraph_C_GetAdjacentSkills::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies) == 0x000010, "Wrong size on BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies, ReturnValue) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetCustomGroupingPolicies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetNodesInsideBox \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetNodesInsideBox"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox) == 0x000110, "Wrong size on BP_DataAsset_SkillGraph_C_GetNodesInsideBox"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, StartPoint) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Size) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Size' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Nodes_0) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Nodes_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, local_maxBound) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::local_maxBound' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, local_minBound) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::local_minBound' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, Temp_wildcard_Temp_buffer_array_Variable) == 0x000080, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_X) == 0x000090, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_Y) == 0x000098, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_X_1) == 0x0000A0, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_Y_1) == 0x0000A8, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_Array_Add_ReturnValue) == 0x0000F4, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_X_2) == 0x0000F8, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BreakVector2D_Y_2) == 0x000100, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000108, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000109, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetNodesInsideBox, CallFunc_BooleanAND_ReturnValue) == 0x00010A, "Member 'BP_DataAsset_SkillGraph_C_GetNodesInsideBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost) == 0x000030, "Wrong size on BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost, FSkillUnlockData) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost::FSkillUnlockData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost, UnlockCost) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_GetSkillNodePointUnlockCost::UnlockCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost) == 0x000130, "Wrong size on BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, UnlockCost) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_FindSkillNode_Found) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_FindSkillNode_Node) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_FindSkillNode_Index) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_GetSkillNodePointUnlockCost_UnlockCost) == 0x0000B0, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_GetSkillNodePointUnlockCost_UnlockCost' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000B8, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_DataAsset_SkillGraph_C_GetSkillPointUnlockCost::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_GetStartingSkills \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_GetStartingSkills) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_GetStartingSkills"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_GetStartingSkills) == 0x000088, "Wrong size on BP_DataAsset_SkillGraph_C_GetStartingSkills"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, Skills) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::Skills' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_GetStartingSkills, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'BP_DataAsset_SkillGraph_C_GetStartingSkills::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_IsSecretSkill \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_IsSecretSkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_IsSecretSkill"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_IsSecretSkill) == 0x000050, "Wrong size on BP_DataAsset_SkillGraph_C_IsSecretSkill"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsSecretSkill, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_IsSecretSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsSecretSkill, IsSecret) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_IsSecretSkill::IsSecret' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsSecretSkill, CallFunc_FindSkillNode_Found) == 0x000009, "Member 'BP_DataAsset_SkillGraph_C_IsSecretSkill::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsSecretSkill, CallFunc_FindSkillNode_Node) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_IsSecretSkill::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsSecretSkill, CallFunc_FindSkillNode_Index) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_IsSecretSkill::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_IsStartingSkill \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_IsStartingSkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_IsStartingSkill"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_IsStartingSkill) == 0x000050, "Wrong size on BP_DataAsset_SkillGraph_C_IsStartingSkill"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsStartingSkill, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_IsStartingSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsStartingSkill, ReturnValue) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_IsStartingSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsStartingSkill, CallFunc_FindSkillNode_Found) == 0x000009, "Member 'BP_DataAsset_SkillGraph_C_IsStartingSkill::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsStartingSkill, CallFunc_FindSkillNode_Node) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_IsStartingSkill::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_IsStartingSkill, CallFunc_FindSkillNode_Index) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_IsStartingSkill::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_RemoveEdge \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_RemoveEdge) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_RemoveEdge"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_RemoveEdge) == 0x000030, "Wrong size on BP_DataAsset_SkillGraph_C_RemoveEdge"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveEdge, Node1) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_RemoveEdge::Node1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveEdge, Node2) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_RemoveEdge::Node2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveEdge, CallFunc_FindEdge_Found) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_RemoveEdge::CallFunc_FindEdge_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveEdge, CallFunc_FindEdge_Edge) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_RemoveEdge::CallFunc_FindEdge_Edge' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveEdge, CallFunc_FindEdge_EdgeIndex) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_RemoveEdge::CallFunc_FindEdge_EdgeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_RemoveSkill \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_RemoveSkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_RemoveSkill"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_RemoveSkill) == 0x000088, "Wrong size on BP_DataAsset_SkillGraph_C_RemoveSkill"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_FindEdgesFromSkill_MatchingEdges) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_FindEdgesFromSkill_MatchingEdges' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_FindSkillNode_Found) == 0x000018, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_FindSkillNode_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_FindSkillNode_Node) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_FindSkillNode_Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_FindSkillNode_Index) == 0x000058, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_FindSkillNode_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_RemoveSkill, CallFunc_Array_RemoveItem_ReturnValue) == 0x000080, "Member 'BP_DataAsset_SkillGraph_C_RemoveSkill::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs) == 0x0000D0, "Wrong size on BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, NameIDs) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::NameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, SkillAssets) == 0x000010, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::SkillAssets' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, AllFound) == 0x000020, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::AllFound' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, MissingNameIDs) == 0x000028, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::MissingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, local_SkillUnlocksToVisit) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::local_SkillUnlocksToVisit' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, local_remainingNameIDs) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::local_remainingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, local_SkillAssets) == 0x000058, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::local_SkillAssets' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, local_SkillsToVisit) == 0x000068, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::local_SkillsToVisit' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_Find_ReturnValue) == 0x0000C8, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000CC, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_Contains_ReturnValue) == 0x0000CD, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000CE, "Member 'BP_DataAsset_SkillGraph_C_TryFindSkillsByNameIDs::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_UpdateSkillNode \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_UpdateSkillNode) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_UpdateSkillNode"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_UpdateSkillNode) == 0x000088, "Wrong size on BP_DataAsset_SkillGraph_C_UpdateSkillNode"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, Node) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNode, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000081, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNode::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill \ +static_assert(alignof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill"); \ +static_assert(sizeof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill) == 0x000090, "Wrong size on BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, Skill) == 0x000000, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, Node) == 0x000008, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::Node' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00008D, "Member 'BP_DataAsset_SkillGraph_C_UpdateSkillNodeFromSkill::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_SkillGraph_C \ +static_assert(alignof(UBP_DataAsset_SkillGraph_C) == 0x000008, "Wrong alignment on UBP_DataAsset_SkillGraph_C"); \ +static_assert(sizeof(UBP_DataAsset_SkillGraph_C) == 0x000060, "Wrong size on UBP_DataAsset_SkillGraph_C"); \ +static_assert(offsetof(UBP_DataAsset_SkillGraph_C, Nodes) == 0x000030, "Member 'UBP_DataAsset_SkillGraph_C::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SkillGraph_C, Edges) == 0x000040, "Member 'UBP_DataAsset_SkillGraph_C::Edges' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SkillGraph_C, CustomGroupingPolicies) == 0x000050, "Member 'UBP_DataAsset_SkillGraph_C::CustomGroupingPolicies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSkillGraphNode \ +static_assert(alignof(FFSkillGraphNode) == 0x000008, "Wrong alignment on FFSkillGraphNode"); \ +static_assert(sizeof(FFSkillGraphNode) == 0x000038, "Wrong size on FFSkillGraphNode"); \ +static_assert(offsetof(FFSkillGraphNode, SkillUnlock_3_15FA1C06433ACE049603919CDF6155FF) == 0x000000, "Member 'FFSkillGraphNode::SkillUnlock_3_15FA1C06433ACE049603919CDF6155FF' has a wrong offset!"); \ +static_assert(offsetof(FFSkillGraphNode, Position2D_6_76DE3C8540C4DF06623F629E63159001) == 0x000028, "Member 'FFSkillGraphNode::Position2D_6_76DE3C8540C4DF06623F629E63159001' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer) == 0x000040, "Wrong size on WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, EntryPoint) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_ExecuteUbergraph_WBP_FullScreenNotificationContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_OnItemAdded \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_OnItemAdded) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_OnItemAdded"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_OnItemAdded) == 0x000078, "Wrong size on WBP_FullScreenNotificationContainer_C_OnItemAdded"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, GeneratedItemInfo) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, LootContext) == 0x000008, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_AsBP_Generated_Item_Info_Item) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_AsBP_Generated_Item_Info_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_GetItemID_ItemID) == 0x00001C, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_GetItemID_ItemID' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_Map_Find_Value) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_GetWidgetClass_WidgetClass) == 0x000038, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_GetWidgetClass_WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_IsHandledByGameAction_bIsHandledByGameAction) == 0x000040, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_IsHandledByGameAction_bIsHandledByGameAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_BP_AddWidget_ReturnValue) == 0x000048, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic) == 0x000058, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Gradient_Attack) == 0x000068, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Gradient_Attack' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnItemAdded, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'WBP_FullScreenNotificationContainer_C_OnItemAdded::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged) == 0x000058, "Wrong size on WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, QuestObjective) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, Status) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::Status' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_Map_Find_Value) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_GetWidgetClass_WidgetClass) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_GetWidgetClass_WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_IsHandledByGameAction_bIsHandledByGameAction) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_IsHandledByGameAction_bIsHandledByGameAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_BP_AddWidget_ReturnValue) == 0x000038, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic) == 0x000048, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_FullScreenNotificationContainer_C_OnObjectiveStatusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_OnRelationShipUp \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_OnRelationShipUp"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp) == 0x000040, "Wrong size on WBP_FullScreenNotificationContainer_C_OnRelationShipUp"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, Character) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, CallFunc_IsHandledByGameAction_bIsHandledByGameAction) == 0x000001, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::CallFunc_IsHandledByGameAction_bIsHandledByGameAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, CallFunc_GetWidgetClass_WidgetClass) == 0x000008, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::CallFunc_GetWidgetClass_WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, CallFunc_BP_AddWidget_ReturnValue) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Relationship_Up) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Relationship_Up' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnRelationShipUp, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_FullScreenNotificationContainer_C_OnRelationShipUp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked) == 0x000048, "Wrong size on WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, WorldMapCapacity) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::WorldMapCapacity' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_Map_Find_Value) == 0x000008, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_GetWidgetClass_WidgetClass) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_GetWidgetClass_WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_IsHandledByGameAction_bIsHandledByGameAction) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_IsHandledByGameAction_bIsHandledByGameAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_BP_AddWidget_ReturnValue) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic) == 0x000038, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_FullScreenNotificationContainer_C_OnWorldMapCapacityUnlocked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction) == 0x000058, "Wrong size on WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, DataAsset) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, ItemName) == 0x000008, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::ItemName' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, NotificationEndedEvent) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::NotificationEndedEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, CallFunc_GetWidgetClass_WidgetClass) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::CallFunc_GetWidgetClass_WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, CallFunc_IsHandledByGameAction_bIsHandledByGameAction) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::CallFunc_IsHandledByGameAction_bIsHandledByGameAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, CallFunc_NotEqual_NameName_ReturnValue) == 0x000029, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, CallFunc_BP_AddWidget_ReturnValue) == 0x000030, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic) == 0x000038, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Gradient_Attack) == 0x000048, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::K2Node_DynamicCast_AsWBP_Full_Screen_Notification_Gradient_Attack' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_FullScreenNotificationContainer_C_PushNotificationFromGameAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_RegisterEvents \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_RegisterEvents) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_RegisterEvents"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_RegisterEvents) == 0x000070, "Wrong size on WBP_FullScreenNotificationContainer_C_RegisterEvents"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, CallFunc_GetQuestSystem_QuestSystem) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, CallFunc_GetInventoryManager_ReturnValue) == 0x000060, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_RegisterEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'WBP_FullScreenNotificationContainer_C_RegisterEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_SetSaveInProgress \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress) == 0x000001, "Wrong alignment on WBP_FullScreenNotificationContainer_C_SetSaveInProgress"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress) == 0x000005, "Wrong size on WBP_FullScreenNotificationContainer_C_SetSaveInProgress"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress, IsInProgress) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_SetSaveInProgress::IsInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress, Temp_bool_Variable) == 0x000001, "Member 'WBP_FullScreenNotificationContainer_C_SetSaveInProgress::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress, Temp_byte_Variable) == 0x000002, "Member 'WBP_FullScreenNotificationContainer_C_SetSaveInProgress::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_FullScreenNotificationContainer_C_SetSaveInProgress::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_SetSaveInProgress, K2Node_Select_Default) == 0x000004, "Member 'WBP_FullScreenNotificationContainer_C_SetSaveInProgress::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FullScreenNotificationContainer_C_UnregisterEvents \ +static_assert(alignof(WBP_FullScreenNotificationContainer_C_UnregisterEvents) == 0x000008, "Wrong alignment on WBP_FullScreenNotificationContainer_C_UnregisterEvents"); \ +static_assert(sizeof(WBP_FullScreenNotificationContainer_C_UnregisterEvents) == 0x000070, "Wrong size on WBP_FullScreenNotificationContainer_C_UnregisterEvents"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, CallFunc_GetQuestSystem_QuestSystem) == 0x000018, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, CallFunc_GetInventoryManager_ReturnValue) == 0x000060, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FullScreenNotificationContainer_C_UnregisterEvents, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'WBP_FullScreenNotificationContainer_C_UnregisterEvents::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullScreenNotificationContainer_C \ +static_assert(alignof(UWBP_FullScreenNotificationContainer_C) == 0x000008, "Wrong alignment on UWBP_FullScreenNotificationContainer_C"); \ +static_assert(sizeof(UWBP_FullScreenNotificationContainer_C) == 0x0003F8, "Wrong size on UWBP_FullScreenNotificationContainer_C"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_FullScreenNotificationContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, NotificationQueue) == 0x0002E8, "Member 'UWBP_FullScreenNotificationContainer_C::NotificationQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, WBP_SaveGameNotification) == 0x0002F0, "Member 'UWBP_FullScreenNotificationContainer_C::WBP_SaveGameNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, IsPaused) == 0x0002F8, "Member 'UWBP_FullScreenNotificationContainer_C::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, ResumeQueueTimerHandle) == 0x000300, "Member 'UWBP_FullScreenNotificationContainer_C::ResumeQueueTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, WorldMapCapacitiesData) == 0x000308, "Member 'UWBP_FullScreenNotificationContainer_C::WorldMapCapacitiesData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, ItemUnlockData) == 0x000358, "Member 'UWBP_FullScreenNotificationContainer_C::ItemUnlockData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FullScreenNotificationContainer_C, ObjectiveUnlockData) == 0x0003A8, "Member 'UWBP_FullScreenNotificationContainer_C::ObjectiveUnlockData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_AddBackupSaveToSelectedSlot \ +static_assert(alignof(BP_SaveManager_C_AddBackupSaveToSelectedSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_AddBackupSaveToSelectedSlot"); \ +static_assert(sizeof(BP_SaveManager_C_AddBackupSaveToSelectedSlot) == 0x0000E8, "Wrong size on BP_SaveManager_C_AddBackupSaveToSelectedSlot"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, SaveName) == 0x000000, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, SavesToDelete) == 0x000010, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::SavesToDelete' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, LocalSavesToDelete) == 0x000020, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::LocalSavesToDelete' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, local_BackupSaves) == 0x000030, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::local_BackupSaves' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, Temp_wildcard_Variable) == 0x000040, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_UtcNow_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Contains_ReturnValue) == 0x00008C, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000094, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, Temp_int_Variable) == 0x0000A4, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_Add_ReturnValue_1) == 0x0000C0, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000C4, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_LastIndex_ReturnValue) == 0x0000C8, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_AddUnique_ReturnValue) == 0x0000CC, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0000D0, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000D4, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Min_ReturnValue) == 0x0000D8, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_Max_ReturnValue) == 0x0000DC, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AddBackupSaveToSelectedSlot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E0, "Member 'BP_SaveManager_C_AddBackupSaveToSelectedSlot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ApplyLoadGameOverrideParameters \ +static_assert(alignof(BP_SaveManager_C_ApplyLoadGameOverrideParameters) == 0x000008, "Wrong alignment on BP_SaveManager_C_ApplyLoadGameOverrideParameters"); \ +static_assert(sizeof(BP_SaveManager_C_ApplyLoadGameOverrideParameters) == 0x000008, "Wrong size on BP_SaveManager_C_ApplyLoadGameOverrideParameters"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadGameOverrideParameters, SaveData) == 0x000000, "Member 'BP_SaveManager_C_ApplyLoadGameOverrideParameters::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint \ +static_assert(alignof(BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint) == 0x000008, "Wrong alignment on BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint"); \ +static_assert(sizeof(BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint) == 0x000010, "Wrong size on BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint, SaveData) == 0x000000, "Member 'BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint, CallFunc_MatchesTag_ReturnValue) == 0x000009, "Member 'BP_SaveManager_C_ApplyLoadOverrideForSpawnPoint::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ApplyLoadOverrideForTimePlayed \ +static_assert(alignof(BP_SaveManager_C_ApplyLoadOverrideForTimePlayed) == 0x000008, "Wrong alignment on BP_SaveManager_C_ApplyLoadOverrideForTimePlayed"); \ +static_assert(sizeof(BP_SaveManager_C_ApplyLoadOverrideForTimePlayed) == 0x000010, "Wrong size on BP_SaveManager_C_ApplyLoadOverrideForTimePlayed"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadOverrideForTimePlayed, SaveData) == 0x000000, "Member 'BP_SaveManager_C_ApplyLoadOverrideForTimePlayed::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplyLoadOverrideForTimePlayed, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ApplyLoadOverrideForTimePlayed::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ApplySaveDataToGameInstance \ +static_assert(alignof(BP_SaveManager_C_ApplySaveDataToGameInstance) == 0x000008, "Wrong alignment on BP_SaveManager_C_ApplySaveDataToGameInstance"); \ +static_assert(sizeof(BP_SaveManager_C_ApplySaveDataToGameInstance) == 0x0004D0, "Wrong size on BP_SaveManager_C_ApplySaveDataToGameInstance"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, SaveData) == 0x000000, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, local_saveData) == 0x000008, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Keys_Keys) == 0x000028, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_FormatStructCharacter_Text) == 0x000220, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_FormatStructCharacter_Text' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, K2Node_MakeStruct_FormatArgumentData) == 0x000230, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, K2Node_MakeArray_Array) == 0x000278, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Format_ReturnValue) == 0x000288, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Length_ReturnValue_2) == 0x000298, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Loop_Counter_Variable) == 0x00029C, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Less_IntInt_ReturnValue) == 0x0002A0, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0002A4, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Array_Index_Variable_1) == 0x0002A8, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Array_Index_Variable_2) == 0x0002AC, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Get_Item_1) == 0x0002B0, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Get_Item_2) == 0x0002BC, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Array_Add_ReturnValue) == 0x0002C4, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Find_Value) == 0x0002C8, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Find_ReturnValue) == 0x000488, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_InitCharacterData_ReturnValue) == 0x000490, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_InitCharacterData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Find_Value_1) == 0x000498, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Map_Find_ReturnValue_1) == 0x0004A0, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Loop_Counter_Variable_1) == 0x0004A4, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Less_IntInt_ReturnValue_1) == 0x0004A8, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004AC, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, Temp_int_Loop_Counter_Variable_2) == 0x0004B0, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004B4, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_Add_IntInt_ReturnValue_2) == 0x0004B8, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ApplySaveDataToGameInstance, CallFunc_ConvertItemsFromSave_DynamicItems) == 0x0004C0, "Member 'BP_SaveManager_C_ApplySaveDataToGameInstance::CallFunc_ConvertItemsFromSave_DynamicItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_AsyncLoadGameFromSlot \ +static_assert(alignof(BP_SaveManager_C_AsyncLoadGameFromSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_AsyncLoadGameFromSlot"); \ +static_assert(sizeof(BP_SaveManager_C_AsyncLoadGameFromSlot) == 0x000010, "Wrong size on BP_SaveManager_C_AsyncLoadGameFromSlot"); \ +static_assert(offsetof(BP_SaveManager_C_AsyncLoadGameFromSlot, SlotName) == 0x000000, "Member 'BP_SaveManager_C_AsyncLoadGameFromSlot::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_AsyncSaveGameToSlot \ +static_assert(alignof(BP_SaveManager_C_AsyncSaveGameToSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_AsyncSaveGameToSlot"); \ +static_assert(sizeof(BP_SaveManager_C_AsyncSaveGameToSlot) == 0x000018, "Wrong size on BP_SaveManager_C_AsyncSaveGameToSlot"); \ +static_assert(offsetof(BP_SaveManager_C_AsyncSaveGameToSlot, SaveGameObject) == 0x000000, "Member 'BP_SaveManager_C_AsyncSaveGameToSlot::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_AsyncSaveGameToSlot, SlotName) == 0x000008, "Member 'BP_SaveManager_C_AsyncSaveGameToSlot::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_CacheLastSaveTimestamp \ +static_assert(alignof(BP_SaveManager_C_CacheLastSaveTimestamp) == 0x000008, "Wrong alignment on BP_SaveManager_C_CacheLastSaveTimestamp"); \ +static_assert(sizeof(BP_SaveManager_C_CacheLastSaveTimestamp) == 0x000008, "Wrong size on BP_SaveManager_C_CacheLastSaveTimestamp"); \ +static_assert(offsetof(BP_SaveManager_C_CacheLastSaveTimestamp, CallFunc_UtcNow_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_CacheLastSaveTimestamp::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_CanLoadSave \ +static_assert(alignof(BP_SaveManager_C_CanLoadSave) == 0x000001, "Wrong alignment on BP_SaveManager_C_CanLoadSave"); \ +static_assert(sizeof(BP_SaveManager_C_CanLoadSave) == 0x000006, "Wrong size on BP_SaveManager_C_CanLoadSave"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CanLoad) == 0x000000, "Member 'BP_SaveManager_C_CanLoadSave::CanLoad' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CallFunc_IsLoadInProgress_IsInProgress) == 0x000001, "Member 'BP_SaveManager_C_CanLoadSave::CallFunc_IsLoadInProgress_IsInProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CallFunc_IsSaveInProgress_IsInProgress) == 0x000002, "Member 'BP_SaveManager_C_CanLoadSave::CallFunc_IsSaveInProgress_IsInProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_SaveManager_C_CanLoadSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'BP_SaveManager_C_CanLoadSave::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanLoadSave, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_SaveManager_C_CanLoadSave::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_CanSave \ +static_assert(alignof(BP_SaveManager_C_CanSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_CanSave"); \ +static_assert(sizeof(BP_SaveManager_C_CanSave) == 0x000060, "Wrong size on BP_SaveManager_C_CanSave"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CanSave_0) == 0x000000, "Member 'BP_SaveManager_C_CanSave::CanSave_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsSaveOrLoadInProgress_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsSaveOrLoadInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_HasProcessSaveRecently_ReturnValue) == 0x000002, "Member 'BP_SaveManager_C_CanSave::CallFunc_HasProcessSaveRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_GetGameMode_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_CanSave::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_CanSave::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_CanSave::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_SaveManager_C_CanSave::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SaveManager_C_CanSave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy) == 0x000030, "Member 'BP_SaveManager_C_CanSave::CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsAreaChangeInProgress_ReturnNode) == 0x000038, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsAreaChangeInProgress_ReturnNode' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000039, "Member 'BP_SaveManager_C_CanSave::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsInBattle_ReturnValue) == 0x00003A, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x00003B, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_ShouldBlockAutoSave_ReturnValue) == 0x00003C, "Member 'BP_SaveManager_C_CanSave::CallFunc_ShouldBlockAutoSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_HasDialogueInQueue_ReturnValue) == 0x00003D, "Member 'BP_SaveManager_C_CanSave::CallFunc_HasDialogueInQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_HasActiveDialogue_ReturnValue) == 0x00003E, "Member 'BP_SaveManager_C_CanSave::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsMapChangeInProgress_InProgress) == 0x00003F, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsMapChangeInProgress_InProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_CanSave::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_1) == 0x000050, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_2) == 0x000052, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_3) == 0x000053, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_4) == 0x000054, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsCrouching_ReturnValue) == 0x000055, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_5) == 0x000056, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'BP_SaveManager_C_CanSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_6) == 0x000058, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_IsMovingOnGround_ReturnValue) == 0x000059, "Member 'BP_SaveManager_C_CanSave::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_7) == 0x00005A, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanAND_ReturnValue) == 0x00005B, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CanSave, CallFunc_BooleanOR_ReturnValue_8) == 0x00005C, "Member 'BP_SaveManager_C_CanSave::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ChangeAreaName \ +static_assert(alignof(BP_SaveManager_C_ChangeAreaName) == 0x000008, "Wrong alignment on BP_SaveManager_C_ChangeAreaName"); \ +static_assert(sizeof(BP_SaveManager_C_ChangeAreaName) == 0x000018, "Wrong size on BP_SaveManager_C_ChangeAreaName"); \ +static_assert(offsetof(BP_SaveManager_C_ChangeAreaName, NewAreaName) == 0x000000, "Member 'BP_SaveManager_C_ChangeAreaName::NewAreaName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ChangeAreaName, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ChangeAreaName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_CheckSaveManagerSanity \ +static_assert(alignof(BP_SaveManager_C_CheckSaveManagerSanity) == 0x000008, "Wrong alignment on BP_SaveManager_C_CheckSaveManagerSanity"); \ +static_assert(sizeof(BP_SaveManager_C_CheckSaveManagerSanity) == 0x0000D8, "Wrong size on BP_SaveManager_C_CheckSaveManagerSanity"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_HasDetectedPotentialError_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_HasDetectedPotentialError_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_GetSaveManagerDebugStatus_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_GetSaveManagerDebugStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CheckSaveManagerSanity, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_SaveManager_C_CheckSaveManagerSanity::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F \ +static_assert(alignof(BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F) == 0x000001, "Wrong alignment on BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F) == 0x000001, "Wrong size on BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F, bSuccess) == 0x000000, "Member 'BP_SaveManager_C_Completed_1BF970B0492988DFD9A83ABA0B6CA48F::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F \ +static_assert(alignof(BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F) == 0x000008, "Wrong alignment on BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F) == 0x000010, "Wrong size on BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F, bSuccess) == 0x000008, "Member 'BP_SaveManager_C_Completed_685A6FB94E7D73F6E74DDE807397F51F::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E \ +static_assert(alignof(BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E) == 0x000008, "Wrong alignment on BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E) == 0x000010, "Wrong size on BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E, bSuccess) == 0x000008, "Member 'BP_SaveManager_C_Completed_9195BA6349F82F2F84FF31A31A028C3E::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701 \ +static_assert(alignof(BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701) == 0x000008, "Wrong alignment on BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701) == 0x000010, "Wrong size on BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701, bSuccess) == 0x000008, "Member 'BP_SaveManager_C_Completed_BC27564C4EAA81FC716AA5B004066701::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457 \ +static_assert(alignof(BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457) == 0x000008, "Wrong alignment on BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457) == 0x000010, "Wrong size on BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457, bSuccess) == 0x000008, "Member 'BP_SaveManager_C_Completed_CBDE04C044E45CF17D3AE2ABD1343457::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E \ +static_assert(alignof(BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E) == 0x000008, "Wrong alignment on BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E"); \ +static_assert(sizeof(BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E) == 0x000010, "Wrong size on BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E, bSuccess) == 0x000008, "Member 'BP_SaveManager_C_Completed_DE2492DD4E117FE40A9225B702CCF94E::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath \ +static_assert(alignof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath) == 0x000008, "Wrong alignment on BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath"); \ +static_assert(sizeof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath) == 0x000078, "Wrong size on BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_GetBackupSaveFolderName_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_GetBackupSaveFolderName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_ComputeSaveNameWithPath_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_ComputeSaveNameWithPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_GetProjectSavedDirectory_ReturnValue) == 0x000038, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_GetProjectSavedDirectory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_SaveManager_C_ComputeAbsoluteBackupSaveFileFolderPath::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ComputeBackupSaveListForSlot \ +static_assert(alignof(BP_SaveManager_C_ComputeBackupSaveListForSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_ComputeBackupSaveListForSlot"); \ +static_assert(sizeof(BP_SaveManager_C_ComputeBackupSaveListForSlot) == 0x0000D0, "Wrong size on BP_SaveManager_C_ComputeBackupSaveListForSlot"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, SaveSlot) == 0x000000, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, local_BackupSaves) == 0x000018, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::local_BackupSaves' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_ComputeBackupSaveRegexPattern_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_ComputeBackupSaveRegexPattern_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_GetBackupSaveFolderName_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_GetBackupSaveFolderName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_ComputeAbsoluteBackupSaveFileFolderPath_ReturnValue) == 0x000068, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_ComputeAbsoluteBackupSaveFileFolderPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_FindFilesWithRegexPattern_FoundFiles) == 0x000078, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_FindFilesWithRegexPattern_FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_FindFilesWithRegexPattern_ReturnValue) == 0x000088, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_FindFilesWithRegexPattern_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_GetBaseFilename_ReturnValue) == 0x0000A8, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveListForSlot, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'BP_SaveManager_C_ComputeBackupSaveListForSlot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ComputeBackupSaveRegexPattern \ +static_assert(alignof(BP_SaveManager_C_ComputeBackupSaveRegexPattern) == 0x000008, "Wrong alignment on BP_SaveManager_C_ComputeBackupSaveRegexPattern"); \ +static_assert(sizeof(BP_SaveManager_C_ComputeBackupSaveRegexPattern) == 0x000048, "Wrong size on BP_SaveManager_C_ComputeBackupSaveRegexPattern"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveRegexPattern, SaveSlot) == 0x000000, "Member 'BP_SaveManager_C_ComputeBackupSaveRegexPattern::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveRegexPattern, ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ComputeBackupSaveRegexPattern::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveRegexPattern, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_ComputeBackupSaveRegexPattern::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveRegexPattern, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ComputeBackupSaveRegexPattern::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeBackupSaveRegexPattern, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_SaveManager_C_ComputeBackupSaveRegexPattern::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ComputeSaveFilePath \ +static_assert(alignof(BP_SaveManager_C_ComputeSaveFilePath) == 0x000008, "Wrong alignment on BP_SaveManager_C_ComputeSaveFilePath"); \ +static_assert(sizeof(BP_SaveManager_C_ComputeSaveFilePath) == 0x000038, "Wrong size on BP_SaveManager_C_ComputeSaveFilePath"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveFilePath, SaveName) == 0x000000, "Member 'BP_SaveManager_C_ComputeSaveFilePath::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveFilePath, ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ComputeSaveFilePath::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveFilePath, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_ComputeSaveFilePath::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveFilePath, CallFunc_ComputeSaveNameWithPath_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ComputeSaveFilePath::CallFunc_ComputeSaveNameWithPath_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ComputeSaveMetaData \ +static_assert(alignof(BP_SaveManager_C_ComputeSaveMetaData) == 0x000008, "Wrong alignment on BP_SaveManager_C_ComputeSaveMetaData"); \ +static_assert(sizeof(BP_SaveManager_C_ComputeSaveMetaData) == 0x000060, "Wrong size on BP_SaveManager_C_ComputeSaveMetaData"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveMetaData, SaveMetaData) == 0x000000, "Member 'BP_SaveManager_C_ComputeSaveMetaData::SaveMetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ComputeSaveMetaData, K2Node_MakeStruct_S_SaveSlotMetaData) == 0x000030, "Member 'BP_SaveManager_C_ComputeSaveMetaData::K2Node_MakeStruct_S_SaveSlotMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_CreateSaveGameDataFromGameState \ +static_assert(alignof(BP_SaveManager_C_CreateSaveGameDataFromGameState) == 0x000008, "Wrong alignment on BP_SaveManager_C_CreateSaveGameDataFromGameState"); \ +static_assert(sizeof(BP_SaveManager_C_CreateSaveGameDataFromGameState) == 0x000650, "Wrong size on BP_SaveManager_C_CreateSaveGameDataFromGameState"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, SaveGameData) == 0x000000, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::SaveGameData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, local_SaveGameData) == 0x000008, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::local_SaveGameData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Now_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetAllSharedPassiveEffectProgressions_PassiveEffectProgressions) == 0x000018, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetAllSharedPassiveEffectProgressions_PassiveEffectProgressions' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetNotificationPools_NotificationPools) == 0x000030, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetNotificationPools_NotificationPools' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetFavoritePools_FavoritePools) == 0x000080, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetFavoritePools_FavoritePools' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x0000D0, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, Temp_int_Array_Index_Variable) == 0x0000D8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_IsValid_ReturnValue) == 0x0000DC, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_ComputeAudioParametersForSave_AudioParameters) == 0x0000E8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_ComputeAudioParametersForSave_AudioParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, Temp_int_Array_Index_Variable_1) == 0x000124, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, Temp_int_Loop_Counter_Variable_1) == 0x000128, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00012C, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, Temp_wildcard_Variable) == 0x000130, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetPersistentFlagValue_Value) == 0x00014D, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetPersistentFlagValue_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetPersistentFlags_Keys) == 0x000150, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetPersistentFlags_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetCustomGI_ReturnValue) == 0x000160, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_CreateInventorySaveState_WeaponHandles) == 0x000168, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_CreateInventorySaveState_WeaponHandles' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_IsPackagedBuild_ReturnValue) == 0x000178, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_NotEqual_GameplayTag_ReturnValue) == 0x000179, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_NotEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000180, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_IsCurrentLevelProductionLevel_ReturnValue) == 0x000190, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_IsCurrentLevelProductionLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Conv_StringToText_ReturnValue) == 0x000198, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_BooleanOR_ReturnValue) == 0x0001A8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, K2Node_MakeStruct_FormatArgumentData) == 0x0001B0, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_BooleanAND_ReturnValue) == 0x0001F8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, K2Node_MakeArray_Array) == 0x000200, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Format_ReturnValue) == 0x000210, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Map_Values_Values) == 0x000220, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_HasValidSpawnPointTagOrName_IsValid) == 0x000230, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_HasValidSpawnPointTagOrName_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, K2Node_MakeStruct_S_jRPG_CharacterSaveState) == 0x000238, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::K2Node_MakeStruct_S_jRPG_CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Map_Keys_Keys) == 0x0003F8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Array_Get_Item_1) == 0x000408, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Map_Find_Value) == 0x000410, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Map_Find_ReturnValue) == 0x000418, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_SaveCharacterState_StructOut) == 0x000420, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_SaveCharacterState_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Array_Length_ReturnValue_1) == 0x0005E0, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0005E4, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_ConvertItemsToSave_SavedItems) == 0x0005E8, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_ConvertItemsToSave_SavedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000638, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_CreateSaveGameDataFromGameState, CallFunc_Conv_StringToName_ReturnValue) == 0x000648, "Member 'BP_SaveManager_C_CreateSaveGameDataFromGameState::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_DEBUG_MakeSaveGameFromData \ +static_assert(alignof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData) == 0x000008, "Wrong alignment on BP_SaveManager_C_DEBUG_MakeSaveGameFromData"); \ +static_assert(sizeof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData) == 0x0004D0, "Wrong size on BP_SaveManager_C_DEBUG_MakeSaveGameFromData"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, SaveData) == 0x000000, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CreatedSaveGameObject) == 0x000190, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CreatedSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, local_legacyInventoryItems) == 0x000198, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::local_legacyInventoryItems' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, local_debugSaveRow) == 0x0001E8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::local_debugSaveRow' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, local_createdSaveGame) == 0x000378, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::local_createdSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Loop_Counter_Variable) == 0x000380, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Add_IntInt_ReturnValue) == 0x000384, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Array_Index_Variable) == 0x000388, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_bool_True_if_break_was_hit_Variable) == 0x00038C, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Not_PreBool_ReturnValue) == 0x00038D, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Loop_Counter_Variable_1) == 0x000390, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000394, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Array_Index_Variable_1) == 0x000398, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Array_Index_Variable_2) == 0x00039C, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0003A0, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Get_Item) == 0x0003B0, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Length_ReturnValue) == 0x0003B8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_SpawnObject_ReturnValue) == 0x0003C0, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Map_Keys_Keys) == 0x0003C8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003D8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Get_Item_1) == 0x0003DC, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Map_Find_Value) == 0x0003E4, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Map_Find_ReturnValue) == 0x0003E8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Length_ReturnValue_1) == 0x0003EC, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x0003F0, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Less_IntInt_ReturnValue) == 0x0003F1, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_bool_Variable) == 0x0003F2, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_byte_Variable) == 0x0003F3, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_byte_Variable_1) == 0x0003F4, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_bool_Variable_1) == 0x0003F5, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, K2Node_Select_Default) == 0x0003F6, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, Temp_int_Loop_Counter_Variable_2) == 0x0003F8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, K2Node_MakeStruct_S_QuestStatusData) == 0x000400, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::K2Node_MakeStruct_S_QuestStatusData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000458, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Add_IntInt_ReturnValue_2) == 0x00045C, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_BooleanAND_ReturnValue) == 0x000460, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Get_Item_2) == 0x000468, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_ConvertItemsToSave_SavedItems) == 0x000470, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_ConvertItemsToSave_SavedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_IsEmpty_ReturnValue) == 0x0004C0, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Array_Length_ReturnValue_2) == 0x0004C4, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DEBUG_MakeSaveGameFromData, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004C8, "Member 'BP_SaveManager_C_DEBUG_MakeSaveGameFromData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_DeleteBackupSaveInSlot \ +static_assert(alignof(BP_SaveManager_C_DeleteBackupSaveInSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_DeleteBackupSaveInSlot"); \ +static_assert(sizeof(BP_SaveManager_C_DeleteBackupSaveInSlot) == 0x000030, "Wrong size on BP_SaveManager_C_DeleteBackupSaveInSlot"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteBackupSaveInSlot, SaveSlot) == 0x000000, "Member 'BP_SaveManager_C_DeleteBackupSaveInSlot::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteBackupSaveInSlot, SaveName) == 0x000008, "Member 'BP_SaveManager_C_DeleteBackupSaveInSlot::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteBackupSaveInSlot, local_BackupSaves) == 0x000018, "Member 'BP_SaveManager_C_DeleteBackupSaveInSlot::local_BackupSaves' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteBackupSaveInSlot, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_DeleteBackupSaveInSlot::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteBackupSaveInSlot, CallFunc_Array_Contains_ReturnValue) == 0x000029, "Member 'BP_SaveManager_C_DeleteBackupSaveInSlot::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_DeleteSaveFile \ +static_assert(alignof(BP_SaveManager_C_DeleteSaveFile) == 0x000008, "Wrong alignment on BP_SaveManager_C_DeleteSaveFile"); \ +static_assert(sizeof(BP_SaveManager_C_DeleteSaveFile) == 0x000028, "Wrong size on BP_SaveManager_C_DeleteSaveFile"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveFile, SaveName) == 0x000000, "Member 'BP_SaveManager_C_DeleteSaveFile::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveFile, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_DeleteSaveFile::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveFile, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_DeleteSaveFile::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveFile, CallFunc_DeleteGameInSlot_ReturnValue) == 0x000021, "Member 'BP_SaveManager_C_DeleteSaveFile::CallFunc_DeleteGameInSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_DeleteSaveSlot \ +static_assert(alignof(BP_SaveManager_C_DeleteSaveSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_DeleteSaveSlot"); \ +static_assert(sizeof(BP_SaveManager_C_DeleteSaveSlot) == 0x000078, "Wrong size on BP_SaveManager_C_DeleteSaveSlot"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, SaveSlot) == 0x000000, "Member 'BP_SaveManager_C_DeleteSaveSlot::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_SaveManager_C_DeleteSaveSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SaveManager_C_DeleteSaveSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SaveManager_C_DeleteSaveSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_SaveManager_C_DeleteSaveSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_DeleteSaveSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_SaveManager_C_DeleteSaveSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_DeleteSaveSlot, K2Node_MakeStruct_S_SaveSlotData) == 0x000028, "Member 'BP_SaveManager_C_DeleteSaveSlot::K2Node_MakeStruct_S_SaveSlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager \ +static_assert(alignof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager) == 0x000008, "Wrong alignment on BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager"); \ +static_assert(sizeof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager) == 0x0002F0, "Wrong size on BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, EntryPoint) == 0x000000, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_2) == 0x000004, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable) == 0x000005, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_1) == 0x000018, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_1) == 0x000019, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGame) == 0x000030, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess) == 0x000038, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_2) == 0x000039, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_object_Variable) == 0x000040, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGameObject_1) == 0x000048, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGameObject_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SlotName_2) == 0x000050, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SlotName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000070, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncSaveLatestGameSaveLoaded_ReturnValue) == 0x000080, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncSaveLatestGameSaveLoaded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue_1) == 0x000090, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncSaveGameToSlot_ReturnValue) == 0x0000A0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncSaveGameToSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_object_Variable_1) == 0x0000B0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetCurrentTimeAsString_ReturnValue) == 0x0000B8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetCurrentTimeAsString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SlotName_1) == 0x0000C8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SlotName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_3) == 0x0000D8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue_2) == 0x0000E0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGameObject) == 0x0000F0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SlotName) == 0x0000F8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncLoadGameFromSlot_ReturnValue) == 0x000108, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncLoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetBackupSaveFolderName_ReturnValue) == 0x000110, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetBackupSaveFolderName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_2) == 0x000130, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000138, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000148, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetSaveContainerName_ReturnValue) == 0x000168, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetSaveContainerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000178, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue_3) == 0x000180, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncSaveGameToSlot_ReturnValue_1) == 0x000190, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncSaveGameToSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGame_1) == 0x000198, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGame_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_3) == 0x0001A0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_3) == 0x0001A1, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetRemainingTimeToValidateSave_ReturnValue) == 0x0001A8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetRemainingTimeToValidateSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetEditorSaveName_ReturnValue) == 0x0001B0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetEditorSaveName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001C0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0001D0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_object_Variable_2) == 0x0001D8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_4) == 0x0001E0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGame_2) == 0x0001E8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGame_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_4) == 0x0001F0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001F4, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ShouldCreateBackupSave_ReturnValue) == 0x000204, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ShouldCreateBackupSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_object_Variable_3) == 0x000208, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_5) == 0x000210, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGame_3) == 0x000218, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGame_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_5) == 0x000220, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_5) == 0x000224, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_object_Variable_4) == 0x000238, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_CreateSaveGameObject_ReturnValue_1) == 0x000240, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_CreateSaveGameObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_bool_Variable_6) == 0x000248, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_SaveGame_4) == 0x000250, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_SaveGame_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CustomEvent_bSuccess_6) == 0x000258, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CustomEvent_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_GetSaveContainerBackupName_ReturnValue) == 0x000260, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_GetSaveContainerBackupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue_4) == 0x000270, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncSaveGameToSlot_ReturnValue_2) == 0x000280, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncSaveGameToSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_4) == 0x000288, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, Temp_wildcard_Variable) == 0x000290, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AddBackupSaveToSelectedSlot_SavesToDelete) == 0x0002A0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AddBackupSaveToSelectedSlot_SavesToDelete' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncDeleteGamesFromSlot_ReturnValue) == 0x0002B0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncDeleteGamesFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_5) == 0x0002B8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_ComputeSaveFilePath_ReturnValue_5) == 0x0002C0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_ComputeSaveFilePath_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_AsyncSaveGameToSlot_ReturnValue_3) == 0x0002D0, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_AsyncSaveGameToSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_IsValid_ReturnValue_6) == 0x0002D8, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002DC, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager, CallFunc_Delay_Duration_ImplicitCast) == 0x0002EC, "Member 'BP_SaveManager_C_ExecuteUbergraph_BP_SaveManager::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ForceAutoSave \ +static_assert(alignof(BP_SaveManager_C_ForceAutoSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_ForceAutoSave"); \ +static_assert(sizeof(BP_SaveManager_C_ForceAutoSave) == 0x000018, "Wrong size on BP_SaveManager_C_ForceAutoSave"); \ +static_assert(offsetof(BP_SaveManager_C_ForceAutoSave, DebugReason) == 0x000000, "Member 'BP_SaveManager_C_ForceAutoSave::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ForceAutoSave, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ForceAutoSave::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ForceAutoSave, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_SaveManager_C_ForceAutoSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetBackupSaveFolderName \ +static_assert(alignof(BP_SaveManager_C_GetBackupSaveFolderName) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetBackupSaveFolderName"); \ +static_assert(sizeof(BP_SaveManager_C_GetBackupSaveFolderName) == 0x000020, "Wrong size on BP_SaveManager_C_GetBackupSaveFolderName"); \ +static_assert(offsetof(BP_SaveManager_C_GetBackupSaveFolderName, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetBackupSaveFolderName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetBackupSaveFolderName, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetBackupSaveFolderName::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetCurrentSaveVersion \ +static_assert(alignof(BP_SaveManager_C_GetCurrentSaveVersion) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetCurrentSaveVersion"); \ +static_assert(sizeof(BP_SaveManager_C_GetCurrentSaveVersion) == 0x000028, "Wrong size on BP_SaveManager_C_GetCurrentSaveVersion"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, CallFunc_GetSaveGameObjectClass_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::CallFunc_GetSaveGameObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, CallFunc_GetClassDefaultObject_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::CallFunc_GetClassDefaultObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, K2Node_DynamicCast_AsBP_Save_Game_Base) == 0x000018, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::K2Node_DynamicCast_AsBP_Save_Game_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetCurrentSaveVersion, CallFunc_GetSaveVersion_SaveVersion) == 0x000024, "Member 'BP_SaveManager_C_GetCurrentSaveVersion::CallFunc_GetSaveVersion_SaveVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetEditorSaveName \ +static_assert(alignof(BP_SaveManager_C_GetEditorSaveName) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetEditorSaveName"); \ +static_assert(sizeof(BP_SaveManager_C_GetEditorSaveName) == 0x000020, "Wrong size on BP_SaveManager_C_GetEditorSaveName"); \ +static_assert(offsetof(BP_SaveManager_C_GetEditorSaveName, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetEditorSaveName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetEditorSaveName, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetEditorSaveName::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetElapsedTimeSinceLastRequest \ +static_assert(alignof(BP_SaveManager_C_GetElapsedTimeSinceLastRequest) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetElapsedTimeSinceLastRequest"); \ +static_assert(sizeof(BP_SaveManager_C_GetElapsedTimeSinceLastRequest) == 0x000008, "Wrong size on BP_SaveManager_C_GetElapsedTimeSinceLastRequest"); \ +static_assert(offsetof(BP_SaveManager_C_GetElapsedTimeSinceLastRequest, ReturnNode) == 0x000000, "Member 'BP_SaveManager_C_GetElapsedTimeSinceLastRequest::ReturnNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetMaxNumberOfSlots \ +static_assert(alignof(BP_SaveManager_C_GetMaxNumberOfSlots) == 0x000004, "Wrong alignment on BP_SaveManager_C_GetMaxNumberOfSlots"); \ +static_assert(sizeof(BP_SaveManager_C_GetMaxNumberOfSlots) == 0x000004, "Wrong size on BP_SaveManager_C_GetMaxNumberOfSlots"); \ +static_assert(offsetof(BP_SaveManager_C_GetMaxNumberOfSlots, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetMaxNumberOfSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetNewGameData \ +static_assert(alignof(BP_SaveManager_C_GetNewGameData) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetNewGameData"); \ +static_assert(sizeof(BP_SaveManager_C_GetNewGameData) == 0x000248, "Wrong size on BP_SaveManager_C_GetNewGameData"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, OverrideStartLevelDataID) == 0x000000, "Member 'BP_SaveManager_C_GetNewGameData::OverrideStartLevelDataID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, LevelAssetName) == 0x000008, "Member 'BP_SaveManager_C_GetNewGameData::LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, SpawnPointTag) == 0x000010, "Member 'BP_SaveManager_C_GetNewGameData::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, local_SpawnPointTag) == 0x000018, "Member 'BP_SaveManager_C_GetNewGameData::local_SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, local_targetLevelID) == 0x000020, "Member 'BP_SaveManager_C_GetNewGameData::local_targetLevelID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_FindLevelDataByID_Found) == 0x000029, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_FindLevelDataByID_LevelData) == 0x000030, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_GetProjectConfiguration_ReturnValue) == 0x0001E0, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_GetProjectConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_GetProjectConfiguration_ReturnValue_1) == 0x0001E8, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_GetProjectConfiguration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_GetNewGameSpawnPointTag_SpawnPointTag) == 0x0001F0, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_GetNewGameSpawnPointTag_SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_GetNewGameLevel_LevelDestination) == 0x0001F8, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_GetNewGameLevel_LevelDestination' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000220, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_GetBaseFilename_ReturnValue) == 0x000230, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGameData, CallFunc_Conv_StringToName_ReturnValue) == 0x000240, "Member 'BP_SaveManager_C_GetNewGameData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetNewGamePlusLevelName \ +static_assert(alignof(BP_SaveManager_C_GetNewGamePlusLevelName) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetNewGamePlusLevelName"); \ +static_assert(sizeof(BP_SaveManager_C_GetNewGamePlusLevelName) == 0x000030, "Wrong size on BP_SaveManager_C_GetNewGamePlusLevelName"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, CallFunc_GetStringCVar_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, CallFunc_IsEmpty_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, CallFunc_Conv_StringToName_ReturnValue) == 0x00001C, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetNewGamePlusLevelName, CallFunc_SelectName_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_GetNewGamePlusLevelName::CallFunc_SelectName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetPlayerCharacterTransform \ +static_assert(alignof(BP_SaveManager_C_GetPlayerCharacterTransform) == 0x000010, "Wrong alignment on BP_SaveManager_C_GetPlayerCharacterTransform"); \ +static_assert(sizeof(BP_SaveManager_C_GetPlayerCharacterTransform) == 0x0000D0, "Wrong size on BP_SaveManager_C_GetPlayerCharacterTransform"); \ +static_assert(offsetof(BP_SaveManager_C_GetPlayerCharacterTransform, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetPlayerCharacterTransform::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetPlayerCharacterTransform, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'BP_SaveManager_C_GetPlayerCharacterTransform::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetPlayerCharacterTransform, CallFunc_K2_GetPawn_ReturnValue) == 0x000068, "Member 'BP_SaveManager_C_GetPlayerCharacterTransform::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetPlayerCharacterTransform, CallFunc_GetTransform_ReturnValue) == 0x000070, "Member 'BP_SaveManager_C_GetPlayerCharacterTransform::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetRemainingTimeToValidateSave \ +static_assert(alignof(BP_SaveManager_C_GetRemainingTimeToValidateSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetRemainingTimeToValidateSave"); \ +static_assert(sizeof(BP_SaveManager_C_GetRemainingTimeToValidateSave) == 0x000038, "Wrong size on BP_SaveManager_C_GetRemainingTimeToValidateSave"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_UtcNow_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_GetTotalSeconds_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetRemainingTimeToValidateSave, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'BP_SaveManager_C_GetRemainingTimeToValidateSave::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveContainerBackupName \ +static_assert(alignof(BP_SaveManager_C_GetSaveContainerBackupName) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveContainerBackupName"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveContainerBackupName) == 0x000050, "Wrong size on BP_SaveManager_C_GetSaveContainerBackupName"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerBackupName, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetSaveContainerBackupName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerBackupName, CallFunc_GetSaveContainerName_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetSaveContainerBackupName::CallFunc_GetSaveContainerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerBackupName, CallFunc_GetBackupSaveFolderName_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_GetSaveContainerBackupName::CallFunc_GetBackupSaveFolderName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerBackupName, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_GetSaveContainerBackupName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerBackupName, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_SaveManager_C_GetSaveContainerBackupName::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveContainerName \ +static_assert(alignof(BP_SaveManager_C_GetSaveContainerName) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveContainerName"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveContainerName) == 0x000020, "Wrong size on BP_SaveManager_C_GetSaveContainerName"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerName, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetSaveContainerName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveContainerName, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetSaveContainerName::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveGameObjectClass \ +static_assert(alignof(BP_SaveManager_C_GetSaveGameObjectClass) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveGameObjectClass"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveGameObjectClass) == 0x000030, "Wrong size on BP_SaveManager_C_GetSaveGameObjectClass"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_GetIntCVar_ReturnValue) == 0x00000C, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_GetIntCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_Array_LastIndex_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveGameObjectClass, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_SaveManager_C_GetSaveGameObjectClass::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveManagerDebugStatus \ +static_assert(alignof(BP_SaveManager_C_GetSaveManagerDebugStatus) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveManagerDebugStatus"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveManagerDebugStatus) == 0x0007A0, "Wrong size on BP_SaveManager_C_GetSaveManagerDebugStatus"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_FormatDateTime_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_FormatDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000030, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetElapsedTimeSinceLastRequest_ReturnNode) == 0x0000D0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetElapsedTimeSinceLastRequest_ReturnNode' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_FormatDateTime_ReturnValue_1) == 0x000120, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_FormatDateTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000130, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_FormatDateTime_ReturnValue_2) == 0x000140, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_FormatDateTime_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000198, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue) == 0x0001F0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000200, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_5) == 0x000208, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsValid_ReturnValue) == 0x000250, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_CanSave_CanSave) == 0x000251, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_CanSave_CanSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_HasProcessSaveRecently_ReturnValue) == 0x000252, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_HasProcessSaveRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000258, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x000268, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_6) == 0x000278, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_7) == 0x0002C0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetGameMode_ReturnValue) == 0x000308, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetComponentByClass_ReturnValue) == 0x000310, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x000318, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy) == 0x000328, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetDistanceToClosestAliveEnemy_DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_8) == 0x000330, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000378, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetPlayerController_ReturnValue) == 0x000380, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_4) == 0x000388, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000398, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_DynamicCast_bSuccess) == 0x0003A0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003A8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsInBattle_ReturnValue) == 0x0003F0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x0003F1, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_5) == 0x0003F8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_6) == 0x000408, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_10) == 0x000418, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_11) == 0x000460, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_ShouldBlockAutoSave_ReturnValue) == 0x0004A8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_ShouldBlockAutoSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_HasDialogueInQueue_ReturnValue) == 0x0004A9, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_HasDialogueInQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_7) == 0x0004B0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_8) == 0x0004C0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_12) == 0x0004D0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_13) == 0x000518, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_HasActiveDialogue_ReturnValue) == 0x000560, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_HasActiveDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_9) == 0x000568, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsMapChangeInProgress_InProgress) == 0x000578, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsMapChangeInProgress_InProgress' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_14) == 0x000580, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_10) == 0x0005C8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0005D8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_15) == 0x0005E0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsCrouching_ReturnValue) == 0x000628, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_11) == 0x000630, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_12) == 0x000640, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_16) == 0x000650, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_17) == 0x000698, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeArray_Array) == 0x0006E0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_IsMovingOnGround_ReturnValue) == 0x0006F0, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Format_ReturnValue) == 0x0006F8, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Conv_BoolToText_ReturnValue_13) == 0x000708, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Conv_BoolToText_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000718, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeStruct_FormatArgumentData_18) == 0x000728, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, K2Node_MakeArray_Array_1) == 0x000770, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Format_ReturnValue_1) == 0x000780, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveManagerDebugStatus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000790, "Member 'BP_SaveManager_C_GetSaveManagerDebugStatus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveNameForSelectedSlot \ +static_assert(alignof(BP_SaveManager_C_GetSaveNameForSelectedSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveNameForSelectedSlot"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveNameForSelectedSlot) == 0x000020, "Wrong size on BP_SaveManager_C_GetSaveNameForSelectedSlot"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSelectedSlot, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_GetSaveNameForSelectedSlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSelectedSlot, CallFunc_GetSaveNameForSlot_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_GetSaveNameForSelectedSlot::CallFunc_GetSaveNameForSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSaveNameForSlot \ +static_assert(alignof(BP_SaveManager_C_GetSaveNameForSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSaveNameForSlot"); \ +static_assert(sizeof(BP_SaveManager_C_GetSaveNameForSlot) == 0x000088, "Wrong size on BP_SaveManager_C_GetSaveNameForSlot"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, Slot) == 0x000000, "Member 'BP_SaveManager_C_GetSaveNameForSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_GetSaveNameForSlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_GetSaveNameForSlot::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_SaveManager_C_GetSaveNameForSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_SaveManager_C_GetSaveNameForSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSaveNameForSlot, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_GetSaveNameForSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSelectedSlot \ +static_assert(alignof(BP_SaveManager_C_GetSelectedSlot) == 0x000004, "Wrong alignment on BP_SaveManager_C_GetSelectedSlot"); \ +static_assert(sizeof(BP_SaveManager_C_GetSelectedSlot) == 0x000004, "Wrong size on BP_SaveManager_C_GetSelectedSlot"); \ +static_assert(offsetof(BP_SaveManager_C_GetSelectedSlot, SelectedSlot_0) == 0x000000, "Member 'BP_SaveManager_C_GetSelectedSlot::SelectedSlot_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSelectedSlotData \ +static_assert(alignof(BP_SaveManager_C_GetSelectedSlotData) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSelectedSlotData"); \ +static_assert(sizeof(BP_SaveManager_C_GetSelectedSlotData) == 0x000020, "Wrong size on BP_SaveManager_C_GetSelectedSlotData"); \ +static_assert(offsetof(BP_SaveManager_C_GetSelectedSlotData, MainSave) == 0x000000, "Member 'BP_SaveManager_C_GetSelectedSlotData::MainSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSelectedSlotData, BackupSaves) == 0x000010, "Member 'BP_SaveManager_C_GetSelectedSlotData::BackupSaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSlots \ +static_assert(alignof(BP_SaveManager_C_GetSlots) == 0x000008, "Wrong alignment on BP_SaveManager_C_GetSlots"); \ +static_assert(sizeof(BP_SaveManager_C_GetSlots) == 0x000010, "Wrong size on BP_SaveManager_C_GetSlots"); \ +static_assert(offsetof(BP_SaveManager_C_GetSlots, SaveSlots_0) == 0x000000, "Member 'BP_SaveManager_C_GetSlots::SaveSlots_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_GetSpawnPointDataToSave \ +static_assert(alignof(BP_SaveManager_C_GetSpawnPointDataToSave) == 0x000004, "Wrong alignment on BP_SaveManager_C_GetSpawnPointDataToSave"); \ +static_assert(sizeof(BP_SaveManager_C_GetSpawnPointDataToSave) == 0x000024, "Wrong size on BP_SaveManager_C_GetSpawnPointDataToSave"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, SpawnPointTag) == 0x000000, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, SpawnPointName) == 0x000008, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::SpawnPointName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, SpawnPointTagToSave) == 0x000010, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::SpawnPointTagToSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, SpawnPointNameToSave) == 0x000018, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::SpawnPointNameToSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, CallFunc_MatchesTag_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, CallFunc_NotEqual_NameName_ReturnValue) == 0x000021, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_GetSpawnPointDataToSave, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000023, "Member 'BP_SaveManager_C_GetSpawnPointDataToSave::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_HasAnySaveInAnySlot \ +static_assert(alignof(BP_SaveManager_C_HasAnySaveInAnySlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_HasAnySaveInAnySlot"); \ +static_assert(sizeof(BP_SaveManager_C_HasAnySaveInAnySlot) == 0x000070, "Wrong size on BP_SaveManager_C_HasAnySaveInAnySlot"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_IsEmpty_ReturnValue) == 0x000069, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasAnySaveInAnySlot, CallFunc_Not_PreBool_ReturnValue) == 0x00006A, "Member 'BP_SaveManager_C_HasAnySaveInAnySlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_HasDetectedPotentialError \ +static_assert(alignof(BP_SaveManager_C_HasDetectedPotentialError) == 0x000001, "Wrong alignment on BP_SaveManager_C_HasDetectedPotentialError"); \ +static_assert(sizeof(BP_SaveManager_C_HasDetectedPotentialError) == 0x000002, "Wrong size on BP_SaveManager_C_HasDetectedPotentialError"); \ +static_assert(offsetof(BP_SaveManager_C_HasDetectedPotentialError, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_HasDetectedPotentialError::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasDetectedPotentialError, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_HasDetectedPotentialError::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_HasProcessSaveRecently \ +static_assert(alignof(BP_SaveManager_C_HasProcessSaveRecently) == 0x000008, "Wrong alignment on BP_SaveManager_C_HasProcessSaveRecently"); \ +static_assert(sizeof(BP_SaveManager_C_HasProcessSaveRecently) == 0x000028, "Wrong size on BP_SaveManager_C_HasProcessSaveRecently"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_HasProcessSaveRecently::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, CallFunc_UtcNow_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_HasProcessSaveRecently::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_HasProcessSaveRecently::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, CallFunc_GetTotalSeconds_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_HasProcessSaveRecently::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BP_SaveManager_C_HasProcessSaveRecently::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasProcessSaveRecently, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_SaveManager_C_HasProcessSaveRecently::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_HasValidSpawnPointTagOrName \ +static_assert(alignof(BP_SaveManager_C_HasValidSpawnPointTagOrName) == 0x000004, "Wrong alignment on BP_SaveManager_C_HasValidSpawnPointTagOrName"); \ +static_assert(sizeof(BP_SaveManager_C_HasValidSpawnPointTagOrName) == 0x000018, "Wrong size on BP_SaveManager_C_HasValidSpawnPointTagOrName"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, SpawnPointTag) == 0x000000, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, SpawnPointName) == 0x000008, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::SpawnPointName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, IsValid) == 0x000010, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000011, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_NotEqual_NameName_ReturnValue) == 0x000012, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_MatchesTag_ReturnValue) == 0x000013, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_HasValidSpawnPointTagOrName, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'BP_SaveManager_C_HasValidSpawnPointTagOrName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IncrementTimeIf_Needed \ +static_assert(alignof(BP_SaveManager_C_IncrementTimeIf_Needed) == 0x000008, "Wrong alignment on BP_SaveManager_C_IncrementTimeIf_Needed"); \ +static_assert(sizeof(BP_SaveManager_C_IncrementTimeIf_Needed) == 0x000028, "Wrong size on BP_SaveManager_C_IncrementTimeIf_Needed"); \ +static_assert(offsetof(BP_SaveManager_C_IncrementTimeIf_Needed, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_IncrementTimeIf_Needed::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IncrementTimeIf_Needed, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_IncrementTimeIf_Needed::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IncrementTimeIf_Needed, CallFunc_ShouldIncrementTime_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_IncrementTimeIf_Needed::CallFunc_ShouldIncrementTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IncrementTimeIf_Needed, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000018, "Member 'BP_SaveManager_C_IncrementTimeIf_Needed::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IncrementTimeIf_Needed, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_SaveManager_C_IncrementTimeIf_Needed::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Initialize \ +static_assert(alignof(BP_SaveManager_C_Initialize) == 0x000008, "Wrong alignment on BP_SaveManager_C_Initialize"); \ +static_assert(sizeof(BP_SaveManager_C_Initialize) == 0x000028, "Wrong size on BP_SaveManager_C_Initialize"); \ +static_assert(offsetof(BP_SaveManager_C_Initialize, GameInstance) == 0x000000, "Member 'BP_SaveManager_C_Initialize::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_SaveManager_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Initialize, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_Initialize::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_Initialize, CallFunc_IsUserLoggedIn_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_Initialize::CallFunc_IsUserLoggedIn_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_InitializeCVars \ +static_assert(alignof(BP_SaveManager_C_InitializeCVars) == 0x000004, "Wrong alignment on BP_SaveManager_C_InitializeCVars"); \ +static_assert(sizeof(BP_SaveManager_C_InitializeCVars) == 0x000004, "Wrong size on BP_SaveManager_C_InitializeCVars"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeCVars, CallFunc_Array_LastIndex_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_InitializeCVars::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_InitializeLevelForNewGame \ +static_assert(alignof(BP_SaveManager_C_InitializeLevelForNewGame) == 0x000008, "Wrong alignment on BP_SaveManager_C_InitializeLevelForNewGame"); \ +static_assert(sizeof(BP_SaveManager_C_InitializeLevelForNewGame) == 0x000048, "Wrong size on BP_SaveManager_C_InitializeLevelForNewGame"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, FromMainMenu) == 0x000000, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::FromMainMenu' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, OverrideStartLevelDataID) == 0x000004, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::OverrideStartLevelDataID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, local_SpawnPointTag) == 0x00000C, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::local_SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, local_targetLevelID) == 0x000014, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::local_targetLevelID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, CallFunc_GetNewGameData_LevelAssetName) == 0x00001C, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::CallFunc_GetNewGameData_LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, CallFunc_GetNewGameData_SpawnPointTag) == 0x000024, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::CallFunc_GetNewGameData_SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, CallFunc_IsPackagedBuild_ReturnValue) == 0x00002C, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, CallFunc_IsDemoMode_Enabled) == 0x00002D, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::CallFunc_IsDemoMode_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000038, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_InitializeLevelForNewGame, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_SaveManager_C_InitializeLevelForNewGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsAutoSaveEnabled \ +static_assert(alignof(BP_SaveManager_C_IsAutoSaveEnabled) == 0x000001, "Wrong alignment on BP_SaveManager_C_IsAutoSaveEnabled"); \ +static_assert(sizeof(BP_SaveManager_C_IsAutoSaveEnabled) == 0x000001, "Wrong size on BP_SaveManager_C_IsAutoSaveEnabled"); \ +static_assert(offsetof(BP_SaveManager_C_IsAutoSaveEnabled, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_IsAutoSaveEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsCurrentLevelValidForSave \ +static_assert(alignof(BP_SaveManager_C_IsCurrentLevelValidForSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_IsCurrentLevelValidForSave"); \ +static_assert(sizeof(BP_SaveManager_C_IsCurrentLevelValidForSave) == 0x0001F0, "Wrong size on BP_SaveManager_C_IsCurrentLevelValidForSave"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, local_ValidLevelTypes) == 0x000008, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::local_ValidLevelTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_FindCurrentLevelData_Found) == 0x000028, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_FindCurrentLevelData_LevelData) == 0x000030, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_FindCurrentLevelData_RowName) == 0x0001E0, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_Not_PreBool_ReturnValue) == 0x0001E8, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_Array_Contains_ReturnValue) == 0x0001E9, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsCurrentLevelValidForSave, CallFunc_BooleanOR_ReturnValue) == 0x0001EA, "Member 'BP_SaveManager_C_IsCurrentLevelValidForSave::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsLoadInProgress \ +static_assert(alignof(BP_SaveManager_C_IsLoadInProgress) == 0x000001, "Wrong alignment on BP_SaveManager_C_IsLoadInProgress"); \ +static_assert(sizeof(BP_SaveManager_C_IsLoadInProgress) == 0x000001, "Wrong size on BP_SaveManager_C_IsLoadInProgress"); \ +static_assert(offsetof(BP_SaveManager_C_IsLoadInProgress, IsInProgress) == 0x000000, "Member 'BP_SaveManager_C_IsLoadInProgress::IsInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsSaveInProgress \ +static_assert(alignof(BP_SaveManager_C_IsSaveInProgress) == 0x000001, "Wrong alignment on BP_SaveManager_C_IsSaveInProgress"); \ +static_assert(sizeof(BP_SaveManager_C_IsSaveInProgress) == 0x000001, "Wrong size on BP_SaveManager_C_IsSaveInProgress"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveInProgress, IsInProgress) == 0x000000, "Member 'BP_SaveManager_C_IsSaveInProgress::IsInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsSaveLoadable \ +static_assert(alignof(BP_SaveManager_C_IsSaveLoadable) == 0x000008, "Wrong alignment on BP_SaveManager_C_IsSaveLoadable"); \ +static_assert(sizeof(BP_SaveManager_C_IsSaveLoadable) == 0x000060, "Wrong size on BP_SaveManager_C_IsSaveLoadable"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, SlotName) == 0x000000, "Member 'BP_SaveManager_C_IsSaveLoadable::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_IsSaveLoadable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_IsSaveLoadable::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, CallFunc_GetCurrentSaveVersion_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_IsSaveLoadable::CallFunc_GetCurrentSaveVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_IsSaveLoadable::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, K2Node_DynamicCast_AsBP_Save_Game_Base) == 0x000038, "Member 'BP_SaveManager_C_IsSaveLoadable::K2Node_DynamicCast_AsBP_Save_Game_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_SaveManager_C_IsSaveLoadable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, K2Node_DynamicCast_AsBP_J_RPG_Game_Save) == 0x000048, "Member 'BP_SaveManager_C_IsSaveLoadable::K2Node_DynamicCast_AsBP_J_RPG_Game_Save' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_SaveManager_C_IsSaveLoadable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, CallFunc_GetSaveVersion_SaveVersion) == 0x000054, "Member 'BP_SaveManager_C_IsSaveLoadable::CallFunc_GetSaveVersion_SaveVersion' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveLoadable, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_IsSaveLoadable::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_IsSaveOrLoadInProgress \ +static_assert(alignof(BP_SaveManager_C_IsSaveOrLoadInProgress) == 0x000001, "Wrong alignment on BP_SaveManager_C_IsSaveOrLoadInProgress"); \ +static_assert(sizeof(BP_SaveManager_C_IsSaveOrLoadInProgress) == 0x000002, "Wrong size on BP_SaveManager_C_IsSaveOrLoadInProgress"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveOrLoadInProgress, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_IsSaveOrLoadInProgress::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_IsSaveOrLoadInProgress, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_IsSaveOrLoadInProgress::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_LoadGameFromSaveData \ +static_assert(alignof(BP_SaveManager_C_LoadGameFromSaveData) == 0x000008, "Wrong alignment on BP_SaveManager_C_LoadGameFromSaveData"); \ +static_assert(sizeof(BP_SaveManager_C_LoadGameFromSaveData) == 0x000018, "Wrong size on BP_SaveManager_C_LoadGameFromSaveData"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveData, SaveData) == 0x000000, "Member 'BP_SaveManager_C_LoadGameFromSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveData, local_saveData) == 0x000008, "Member 'BP_SaveManager_C_LoadGameFromSaveData::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveData, CallFunc_LoadGameSaveData_IsLoaded) == 0x000010, "Member 'BP_SaveManager_C_LoadGameFromSaveData::CallFunc_LoadGameSaveData_IsLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_LoadGameFromSaveFile \ +static_assert(alignof(BP_SaveManager_C_LoadGameFromSaveFile) == 0x000008, "Wrong alignment on BP_SaveManager_C_LoadGameFromSaveFile"); \ +static_assert(sizeof(BP_SaveManager_C_LoadGameFromSaveFile) == 0x000048, "Wrong size on BP_SaveManager_C_LoadGameFromSaveFile"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, SlotName) == 0x000008, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, local_saveData) == 0x000018, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, CallFunc_UpgradeSaveIfNeeded_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::CallFunc_UpgradeSaveIfNeeded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, CallFunc_ConvertToSaveGameData_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::CallFunc_ConvertToSaveGameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameFromSaveFile, CallFunc_LoadGameSaveData_IsLoaded) == 0x000040, "Member 'BP_SaveManager_C_LoadGameFromSaveFile::CallFunc_LoadGameSaveData_IsLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_LoadGameSaveData \ +static_assert(alignof(BP_SaveManager_C_LoadGameSaveData) == 0x000008, "Wrong alignment on BP_SaveManager_C_LoadGameSaveData"); \ +static_assert(sizeof(BP_SaveManager_C_LoadGameSaveData) == 0x000040, "Wrong size on BP_SaveManager_C_LoadGameSaveData"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, SaveData) == 0x000000, "Member 'BP_SaveManager_C_LoadGameSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, IsLoaded) == 0x000008, "Member 'BP_SaveManager_C_LoadGameSaveData::IsLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, local_saveData) == 0x000010, "Member 'BP_SaveManager_C_LoadGameSaveData::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_HasChunkDataForSave_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_HasChunkDataForSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000019, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_GetStringCVar_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_IsEmpty_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_Conv_StringToName_ReturnValue) == 0x000034, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadGameSaveData, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003C, "Member 'BP_SaveManager_C_LoadGameSaveData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_LoadSavesContainer \ +static_assert(alignof(BP_SaveManager_C_LoadSavesContainer) == 0x000008, "Wrong alignment on BP_SaveManager_C_LoadSavesContainer"); \ +static_assert(sizeof(BP_SaveManager_C_LoadSavesContainer) == 0x000080, "Wrong size on BP_SaveManager_C_LoadSavesContainer"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_GetSaveContainerBackupName_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_GetSaveContainerBackupName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_GetSaveContainerName_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_GetSaveContainerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_ComputeSaveFilePath_ReturnValue_1) == 0x000038, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_ComputeSaveFilePath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, K2Node_DynamicCast_AsBP_J_RPG_Saves_Container) == 0x000048, "Member 'BP_SaveManager_C_LoadSavesContainer::K2Node_DynamicCast_AsBP_J_RPG_Saves_Container' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_SaveManager_C_LoadSavesContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_LoadGameFromSlot_ReturnValue_1) == 0x000058, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_LoadGameFromSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, K2Node_DynamicCast_AsBP_J_RPG_Saves_Container_1) == 0x000060, "Member 'BP_SaveManager_C_LoadSavesContainer::K2Node_DynamicCast_AsBP_J_RPG_Saves_Container_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_SaveManager_C_LoadSavesContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000069, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000070, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSavesContainer, CallFunc_SaveGameToSlot_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_LoadSavesContainer::CallFunc_SaveGameToSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_LoadSaveSlotsFromSaveContainer \ +static_assert(alignof(BP_SaveManager_C_LoadSaveSlotsFromSaveContainer) == 0x000008, "Wrong alignment on BP_SaveManager_C_LoadSaveSlotsFromSaveContainer"); \ +static_assert(sizeof(BP_SaveManager_C_LoadSaveSlotsFromSaveContainer) == 0x000010, "Wrong size on BP_SaveManager_C_LoadSaveSlotsFromSaveContainer"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSaveSlotsFromSaveContainer, SaveContainer) == 0x000000, "Member 'BP_SaveManager_C_LoadSaveSlotsFromSaveContainer::SaveContainer' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_LoadSaveSlotsFromSaveContainer, CallFunc_GetMaxNumberOfSlots_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_LoadSaveSlotsFromSaveContainer::CallFunc_GetMaxNumberOfSlots_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_NotifyLoadRequestFinished \ +static_assert(alignof(BP_SaveManager_C_NotifyLoadRequestFinished) == 0x000001, "Wrong alignment on BP_SaveManager_C_NotifyLoadRequestFinished"); \ +static_assert(sizeof(BP_SaveManager_C_NotifyLoadRequestFinished) == 0x000002, "Wrong size on BP_SaveManager_C_NotifyLoadRequestFinished"); \ +static_assert(offsetof(BP_SaveManager_C_NotifyLoadRequestFinished, Status) == 0x000000, "Member 'BP_SaveManager_C_NotifyLoadRequestFinished::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_NotifyLoadRequestFinished, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_NotifyLoadRequestFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5 \ +static_assert(alignof(BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5) == 0x000001, "Wrong alignment on BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5"); \ +static_assert(sizeof(BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5) == 0x000001, "Wrong size on BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5"); \ +static_assert(offsetof(BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5, bSuccess) == 0x000000, "Member 'BP_SaveManager_C_OnCompleted_434DEAE74EA140DF1A536CB17D9D4FB5::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_OnLoadOperationsFailed \ +static_assert(alignof(BP_SaveManager_C_OnLoadOperationsFailed) == 0x000001, "Wrong alignment on BP_SaveManager_C_OnLoadOperationsFailed"); \ +static_assert(sizeof(BP_SaveManager_C_OnLoadOperationsFailed) == 0x000001, "Wrong size on BP_SaveManager_C_OnLoadOperationsFailed"); \ +static_assert(offsetof(BP_SaveManager_C_OnLoadOperationsFailed, Status) == 0x000000, "Member 'BP_SaveManager_C_OnLoadOperationsFailed::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ProcessLoadRequest \ +static_assert(alignof(BP_SaveManager_C_ProcessLoadRequest) == 0x000001, "Wrong alignment on BP_SaveManager_C_ProcessLoadRequest"); \ +static_assert(sizeof(BP_SaveManager_C_ProcessLoadRequest) == 0x000004, "Wrong size on BP_SaveManager_C_ProcessLoadRequest"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessLoadRequest, CallFunc_CanLoadSave_CanLoad) == 0x000000, "Member 'BP_SaveManager_C_ProcessLoadRequest::CallFunc_CanLoadSave_CanLoad' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessLoadRequest, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_ProcessLoadRequest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessLoadRequest, CallFunc_IsEmpty_ReturnValue) == 0x000002, "Member 'BP_SaveManager_C_ProcessLoadRequest::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessLoadRequest, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_SaveManager_C_ProcessLoadRequest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ProcessSaveRequest \ +static_assert(alignof(BP_SaveManager_C_ProcessSaveRequest) == 0x000001, "Wrong alignment on BP_SaveManager_C_ProcessSaveRequest"); \ +static_assert(sizeof(BP_SaveManager_C_ProcessSaveRequest) == 0x000001, "Wrong size on BP_SaveManager_C_ProcessSaveRequest"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessSaveRequest, CallFunc_CanSave_CanSave) == 0x000000, "Member 'BP_SaveManager_C_ProcessSaveRequest::CallFunc_CanSave_CanSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ProcessUpgradeSave \ +static_assert(alignof(BP_SaveManager_C_ProcessUpgradeSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_ProcessUpgradeSave"); \ +static_assert(sizeof(BP_SaveManager_C_ProcessUpgradeSave) == 0x0000B0, "Wrong size on BP_SaveManager_C_ProcessUpgradeSave"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_ProcessUpgradeSave::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ProcessUpgradeSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, local_SaveGameObject) == 0x000010, "Member 'BP_SaveManager_C_ProcessUpgradeSave::local_SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, local_CurrentIndex) == 0x000018, "Member 'BP_SaveManager_C_ProcessUpgradeSave::local_CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_GetSaveVersion_SaveVersion) == 0x00001C, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_GetSaveVersion_SaveVersion' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, Temp_bool_True_if_break_was_hit_Variable) == 0x000020, "Member 'BP_SaveManager_C_ProcessUpgradeSave::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_SaveManager_C_ProcessUpgradeSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, Temp_int_Variable) == 0x00002C, "Member 'BP_SaveManager_C_ProcessUpgradeSave::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_SaveManager_C_ProcessUpgradeSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_GetSaveUpgraderDataTable_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_GetSaveUpgraderDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Array_Get_Item) == 0x00005C, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_GetDataTableRowFromName_OutRow) == 0x000068, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000079, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000080, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_Subtract_IntInt_ReturnValue) == 0x000094, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_SpawnObject_ReturnValue) == 0x000098, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ProcessUpgradeSave, CallFunc_UpgradeSaveGameObject_ReturnValue) == 0x0000A8, "Member 'BP_SaveManager_C_ProcessUpgradeSave::CallFunc_UpgradeSaveGameObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncDeleteSavesFailed \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncDeleteSavesFailed"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed) == 0x000170, "Wrong size on BP_SaveManager_C_ReportAsyncDeleteSavesFailed"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, SlotName) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, ShouldFinishSaveOperation) == 0x000010, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::ShouldFinishSaveOperation' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_UtcNow_ReturnValue) == 0x000098, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_AsDateTime_DateTime_ReturnValue) == 0x0000A0, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_AsDateTime_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_AsDateTime_DateTime_ReturnValue_1) == 0x0000B0, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_AsDateTime_DateTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncDeleteSavesFailed, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_SaveManager_C_ReportAsyncDeleteSavesFailed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncLoadFromSlotFailed \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncLoadFromSlotFailed"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed) == 0x0000B0, "Wrong size on BP_SaveManager_C_ReportAsyncLoadFromSlotFailed"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, Status) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, SlotName) == 0x000008, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, CallFunc_GetEditorSaveName_ReturnValue) == 0x000070, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::CallFunc_GetEditorSaveName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000090, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncLoadFromSlotFailed, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'BP_SaveManager_C_ReportAsyncLoadFromSlotFailed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncSavesToSlotFailed \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncSavesToSlotFailed"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed) == 0x000038, "Wrong size on BP_SaveManager_C_ReportAsyncSavesToSlotFailed"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, SlotName) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, ShouldFinishSaveOperation) == 0x000010, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::ShouldFinishSaveOperation' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSavesToSlotFailed, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_SaveManager_C_ReportAsyncSavesToSlotFailed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncSaveToSlotCompleted \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncSaveToSlotCompleted"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted) == 0x000088, "Wrong size on BP_SaveManager_C_ReportAsyncSaveToSlotCompleted"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted, SlotName) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotCompleted::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotCompleted::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotCompleted::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotCompleted::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotCompleted, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotCompleted::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncSaveToSlotFailed \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncSaveToSlotFailed"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed) == 0x000158, "Wrong size on BP_SaveManager_C_ReportAsyncSaveToSlotFailed"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, SlotName) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, ShouldFinishSaveOperation) == 0x000010, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::ShouldFinishSaveOperation' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, Temp_wildcard_Variable) == 0x000018, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, CallFunc_UtcNow_ReturnValue) == 0x000038, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, CallFunc_AsDateTime_DateTime_ReturnValue) == 0x000088, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::CallFunc_AsDateTime_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, CallFunc_AsDateTime_DateTime_ReturnValue_1) == 0x0000E0, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::CallFunc_AsDateTime_DateTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotFailed, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotFailed::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ReportAsyncSaveToSlotStarted \ +static_assert(alignof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted) == 0x000008, "Wrong alignment on BP_SaveManager_C_ReportAsyncSaveToSlotStarted"); \ +static_assert(sizeof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted) == 0x000088, "Wrong size on BP_SaveManager_C_ReportAsyncSaveToSlotStarted"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted, SlotName) == 0x000000, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotStarted::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotStarted::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotStarted::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotStarted::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ReportAsyncSaveToSlotStarted, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_SaveManager_C_ReportAsyncSaveToSlotStarted::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RequestAutoSave \ +static_assert(alignof(BP_SaveManager_C_RequestAutoSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_RequestAutoSave"); \ +static_assert(sizeof(BP_SaveManager_C_RequestAutoSave) == 0x000110, "Wrong size on BP_SaveManager_C_RequestAutoSave"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, DebugReason) == 0x000000, "Member 'BP_SaveManager_C_RequestAutoSave::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_HasProcessSaveRecently_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_HasProcessSaveRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_SaveManager_C_RequestAutoSave::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_SaveManager_C_RequestAutoSave::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_SaveManager_C_RequestAutoSave::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'BP_SaveManager_C_RequestAutoSave::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestAutoSave, CallFunc_Format_ReturnValue_1) == 0x000100, "Member 'BP_SaveManager_C_RequestAutoSave::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RequestLoadGame \ +static_assert(alignof(BP_SaveManager_C_RequestLoadGame) == 0x000010, "Wrong alignment on BP_SaveManager_C_RequestLoadGame"); \ +static_assert(sizeof(BP_SaveManager_C_RequestLoadGame) == 0x0000B0, "Wrong size on BP_SaveManager_C_RequestLoadGame"); \ +static_assert(offsetof(BP_SaveManager_C_RequestLoadGame, LoadGameRequest_0) == 0x000000, "Member 'BP_SaveManager_C_RequestLoadGame::LoadGameRequest_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestLoadGame, LoadGameOverrideParameters_0) == 0x000030, "Member 'BP_SaveManager_C_RequestLoadGame::LoadGameOverrideParameters_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RequestSaveAtSpawnPoint \ +static_assert(alignof(BP_SaveManager_C_RequestSaveAtSpawnPoint) == 0x000008, "Wrong alignment on BP_SaveManager_C_RequestSaveAtSpawnPoint"); \ +static_assert(sizeof(BP_SaveManager_C_RequestSaveAtSpawnPoint) == 0x000020, "Wrong size on BP_SaveManager_C_RequestSaveAtSpawnPoint"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveAtSpawnPoint, SpawnPointTag) == 0x000000, "Member 'BP_SaveManager_C_RequestSaveAtSpawnPoint::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveAtSpawnPoint, ForceProcessImmediately) == 0x000008, "Member 'BP_SaveManager_C_RequestSaveAtSpawnPoint::ForceProcessImmediately' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveAtSpawnPoint, DebugReason) == 0x000010, "Member 'BP_SaveManager_C_RequestSaveAtSpawnPoint::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RequestSaveInternal \ +static_assert(alignof(BP_SaveManager_C_RequestSaveInternal) == 0x000008, "Wrong alignment on BP_SaveManager_C_RequestSaveInternal"); \ +static_assert(sizeof(BP_SaveManager_C_RequestSaveInternal) == 0x000120, "Wrong size on BP_SaveManager_C_RequestSaveInternal"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, ProcessImmediately) == 0x000000, "Member 'BP_SaveManager_C_RequestSaveInternal::ProcessImmediately' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, DebugReason) == 0x000008, "Member 'BP_SaveManager_C_RequestSaveInternal::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_UtcNow_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_SaveManager_C_RequestSaveInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_SaveManager_C_RequestSaveInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_IsEmpty_ReturnValue) == 0x000088, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'BP_SaveManager_C_RequestSaveInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_IsSaveOrLoadInProgress_ReturnValue) == 0x0000B0, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_IsSaveOrLoadInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Format_ReturnValue_1) == 0x0000B8, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, K2Node_MakeArray_Array_2) == 0x0000D0, "Member 'BP_SaveManager_C_RequestSaveInternal::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Format_ReturnValue_2) == 0x0000E0, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_UtcNow_ReturnValue_1) == 0x0000F0, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_UtcNow_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, K2Node_MakeArray_Array_3) == 0x0000F8, "Member 'BP_SaveManager_C_RequestSaveInternal::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000108, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RequestSaveInternal, CallFunc_Format_ReturnValue_3) == 0x000110, "Member 'BP_SaveManager_C_RequestSaveInternal::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ResetSaveTimestamps \ +static_assert(alignof(BP_SaveManager_C_ResetSaveTimestamps) == 0x000008, "Wrong alignment on BP_SaveManager_C_ResetSaveTimestamps"); \ +static_assert(sizeof(BP_SaveManager_C_ResetSaveTimestamps) == 0x000008, "Wrong size on BP_SaveManager_C_ResetSaveTimestamps"); \ +static_assert(offsetof(BP_SaveManager_C_ResetSaveTimestamps, CallFunc_MakeDateTime_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_ResetSaveTimestamps::CallFunc_MakeDateTime_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RetrieveSaveDataFromSlotName \ +static_assert(alignof(BP_SaveManager_C_RetrieveSaveDataFromSlotName) == 0x000008, "Wrong alignment on BP_SaveManager_C_RetrieveSaveDataFromSlotName"); \ +static_assert(sizeof(BP_SaveManager_C_RetrieveSaveDataFromSlotName) == 0x000058, "Wrong size on BP_SaveManager_C_RetrieveSaveDataFromSlotName"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, SlotName) == 0x000000, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::SlotName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, local_saveData) == 0x000018, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::local_saveData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_UpgradeSaveIfNeeded_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_UpgradeSaveIfNeeded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_ConvertToSaveGameData_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_ConvertToSaveGameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RetrieveSaveDataFromSlotName, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BP_SaveManager_C_RetrieveSaveDataFromSlotName::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_RunTickFunction \ +static_assert(alignof(BP_SaveManager_C_RunTickFunction) == 0x000008, "Wrong alignment on BP_SaveManager_C_RunTickFunction"); \ +static_assert(sizeof(BP_SaveManager_C_RunTickFunction) == 0x000018, "Wrong size on BP_SaveManager_C_RunTickFunction"); \ +static_assert(offsetof(BP_SaveManager_C_RunTickFunction, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_SaveManager_C_RunTickFunction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_RunTickFunction, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_RunTickFunction::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_SaveGameToFile \ +static_assert(alignof(BP_SaveManager_C_SaveGameToFile) == 0x000008, "Wrong alignment on BP_SaveManager_C_SaveGameToFile"); \ +static_assert(sizeof(BP_SaveManager_C_SaveGameToFile) == 0x000070, "Wrong size on BP_SaveManager_C_SaveGameToFile"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, SaveToOverwrite) == 0x000000, "Member 'BP_SaveManager_C_SaveGameToFile::SaveToOverwrite' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_GetSaveNameForSelectedSlot_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_GetSaveNameForSelectedSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_IsEmpty_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_SaveManager_C_SaveGameToFile::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_SelectString_ReturnValue) == 0x000038, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_Format_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_GetSaveGameObjectClass_ReturnValue) == 0x000058, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_GetSaveGameObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000060, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToFile, CallFunc_IsCurrentLevelValidForSave_ReturnValue) == 0x000068, "Member 'BP_SaveManager_C_SaveGameToFile::CallFunc_IsCurrentLevelValidForSave_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_SaveGameToObject \ +static_assert(alignof(BP_SaveManager_C_SaveGameToObject) == 0x000008, "Wrong alignment on BP_SaveManager_C_SaveGameToObject"); \ +static_assert(sizeof(BP_SaveManager_C_SaveGameToObject) == 0x000020, "Wrong size on BP_SaveManager_C_SaveGameToObject"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToObject, SaveObject) == 0x000000, "Member 'BP_SaveManager_C_SaveGameToObject::SaveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToObject, SaveName) == 0x000008, "Member 'BP_SaveManager_C_SaveGameToObject::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SaveGameToObject, CallFunc_CreateSaveGameDataFromGameState_SaveGameData) == 0x000018, "Member 'BP_SaveManager_C_SaveGameToObject::CallFunc_CreateSaveGameDataFromGameState_SaveGameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_SetEnableAutoSave \ +static_assert(alignof(BP_SaveManager_C_SetEnableAutoSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_SetEnableAutoSave"); \ +static_assert(sizeof(BP_SaveManager_C_SetEnableAutoSave) == 0x000150, "Wrong size on BP_SaveManager_C_SetEnableAutoSave"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, Enable) == 0x000000, "Member 'BP_SaveManager_C_SetEnableAutoSave::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, ReferenceHandle) == 0x000008, "Member 'BP_SaveManager_C_SetEnableAutoSave::ReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, DebugName) == 0x000028, "Member 'BP_SaveManager_C_SetEnableAutoSave::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, Temp_string_Variable) == 0x000038, "Member 'BP_SaveManager_C_SetEnableAutoSave::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_SaveManager_C_SetEnableAutoSave::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, Temp_string_Variable_1) == 0x0000A0, "Member 'BP_SaveManager_C_SetEnableAutoSave::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_GetReferenceCounterState_ReturnValue) == 0x0000B0, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, Temp_bool_Variable) == 0x0000B1, "Member 'BP_SaveManager_C_SetEnableAutoSave::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, K2Node_Select_Default) == 0x0000B8, "Member 'BP_SaveManager_C_SetEnableAutoSave::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_RemoveReference_ReturnValue) == 0x0000D8, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_SaveManager_C_SetEnableAutoSave::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_SaveManager_C_SetEnableAutoSave::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_AddReference_ReturnValue) == 0x000138, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetEnableAutoSave, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_SaveManager_C_SetEnableAutoSave::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_SetSelectedSlot \ +static_assert(alignof(BP_SaveManager_C_SetSelectedSlot) == 0x000004, "Wrong alignment on BP_SaveManager_C_SetSelectedSlot"); \ +static_assert(sizeof(BP_SaveManager_C_SetSelectedSlot) == 0x00000C, "Wrong size on BP_SaveManager_C_SetSelectedSlot"); \ +static_assert(offsetof(BP_SaveManager_C_SetSelectedSlot, SelectedSlot_0) == 0x000000, "Member 'BP_SaveManager_C_SetSelectedSlot::SelectedSlot_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetSelectedSlot, Temp_wildcard_Variable) == 0x000004, "Member 'BP_SaveManager_C_SetSelectedSlot::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_SetSelectedSlot, CallFunc_GetSelectedSlot_SelectedSlot) == 0x000008, "Member 'BP_SaveManager_C_SetSelectedSlot::CallFunc_GetSelectedSlot_SelectedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ShouldCreateBackupSave \ +static_assert(alignof(BP_SaveManager_C_ShouldCreateBackupSave) == 0x000008, "Wrong alignment on BP_SaveManager_C_ShouldCreateBackupSave"); \ +static_assert(sizeof(BP_SaveManager_C_ShouldCreateBackupSave) == 0x000028, "Wrong size on BP_SaveManager_C_ShouldCreateBackupSave"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_GetBoolCVar_ReturnValue) == 0x000001, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_UtcNow_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_GetTotalSeconds_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_BooleanOR_ReturnValue) == 0x00001D, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldCreateBackupSave, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_SaveManager_C_ShouldCreateBackupSave::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_ShouldIncrementTime \ +static_assert(alignof(BP_SaveManager_C_ShouldIncrementTime) == 0x000008, "Wrong alignment on BP_SaveManager_C_ShouldIncrementTime"); \ +static_assert(sizeof(BP_SaveManager_C_ShouldIncrementTime) == 0x000030, "Wrong size on BP_SaveManager_C_ShouldIncrementTime"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_ShouldIncrementTime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_SaveManager_C_ShouldIncrementTime::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SaveManager_C_ShouldIncrementTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_IsInBattle_ReturnValue) == 0x000021, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_Not_PreBool_ReturnValue_1) == 0x000023, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x000024, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_Not_PreBool_ReturnValue_2) == 0x000026, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_BooleanAND_ReturnValue_1) == 0x000027, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_IsInDialogue_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_IsInDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_Not_PreBool_ReturnValue_3) == 0x000029, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_ShouldIncrementTime, CallFunc_BooleanAND_ReturnValue_2) == 0x00002A, "Member 'BP_SaveManager_C_ShouldIncrementTime::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_StartMainQuests \ +static_assert(alignof(BP_SaveManager_C_StartMainQuests) == 0x000008, "Wrong alignment on BP_SaveManager_C_StartMainQuests"); \ +static_assert(sizeof(BP_SaveManager_C_StartMainQuests) == 0x000030, "Wrong size on BP_SaveManager_C_StartMainQuests"); \ +static_assert(offsetof(BP_SaveManager_C_StartMainQuests, CallFunc_GetQuestSystem_QuestSystem) == 0x000000, "Member 'BP_SaveManager_C_StartMainQuests::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartMainQuests, CallFunc_CreateQuestIdentifier_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_StartMainQuests::CallFunc_CreateQuestIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartMainQuests, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_StartMainQuests::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartMainQuests, CallFunc_CreateQuestIdentifier_ReturnValue_1) == 0x000020, "Member 'BP_SaveManager_C_StartMainQuests::CallFunc_CreateQuestIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartMainQuests, CallFunc_GetQuestSystem_QuestSystem_1) == 0x000028, "Member 'BP_SaveManager_C_StartMainQuests::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_StartNewGame \ +static_assert(alignof(BP_SaveManager_C_StartNewGame) == 0x000008, "Wrong alignment on BP_SaveManager_C_StartNewGame"); \ +static_assert(sizeof(BP_SaveManager_C_StartNewGame) == 0x000780, "Wrong size on BP_SaveManager_C_StartNewGame"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, FromMainMenu) == 0x000000, "Member 'BP_SaveManager_C_StartNewGame::FromMainMenu' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, OverrideStartLevelDataID) == 0x000004, "Member 'BP_SaveManager_C_StartNewGame::OverrideStartLevelDataID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, local_targetLevelID) == 0x00000C, "Member 'BP_SaveManager_C_StartNewGame::local_targetLevelID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, DEBUG_SpawnAllCharacters) == 0x000014, "Member 'BP_SaveManager_C_StartNewGame::DEBUG_SpawnAllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, local_AllCharactersParty) == 0x000018, "Member 'BP_SaveManager_C_StartNewGame::local_AllCharactersParty' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, local_AllCharacters) == 0x000028, "Member 'BP_SaveManager_C_StartNewGame::local_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, DefaultItemsLOCAL) == 0x000038, "Member 'BP_SaveManager_C_StartNewGame::DefaultItemsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, DefaultAreaNameLOCAL) == 0x000088, "Member 'BP_SaveManager_C_StartNewGame::DefaultAreaNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, DefaultGoldAmountLOCAL) == 0x000098, "Member 'BP_SaveManager_C_StartNewGame::DefaultGoldAmountLOCAL' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, DefaultPartyLOCAL_) == 0x0000A0, "Member 'BP_SaveManager_C_StartNewGame::DefaultPartyLOCAL_' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, local_StoryCharacters) == 0x0000B0, "Member 'BP_SaveManager_C_StartNewGame::local_StoryCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Loop_Counter_Variable_1) == 0x0000F0, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Loop_Counter_Variable_2) == 0x0000F8, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Array_Index_Variable_1) == 0x000100, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetPlayerController_ReturnValue) == 0x000108, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetComponentByClass_ReturnValue) == 0x000110, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_int_Array_Index_Variable_2) == 0x000118, "Member 'BP_SaveManager_C_StartNewGame::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_IsValid_ReturnValue) == 0x00011C, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeVariable_MakeVariableOutput) == 0x000120, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeArray_Array_2) == 0x000170, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeArray_Array_3) == 0x000180, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetInventoryManager_ReturnValue) == 0x000190, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_bool_Variable) == 0x000198, "Member 'BP_SaveManager_C_StartNewGame::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, Temp_bool_Variable_1) == 0x000199, "Member 'BP_SaveManager_C_StartNewGame::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetInventoryManager_ReturnValue_1) == 0x0001A0, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0001A8, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeStruct_S_LootContext) == 0x0001B8, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Get_Item) == 0x0001BC, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Length_ReturnValue) == 0x0001C4, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001C8, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0004F0, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Less_IntInt_ReturnValue) == 0x0004F1, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_MakeLiteralName_ReturnValue) == 0x0004F4, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetInventoryManager_ReturnValue_2) == 0x000500, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetInventoryManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_NotEqual_NameName_ReturnValue) == 0x000508, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_AddItemToInventory_GeneratedItem) == 0x000510, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_AddItemToInventory_GeneratedItem_1) == 0x000518, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_AddItemToInventory_GeneratedItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000520, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_AddItemToInventory_GeneratedItem_2) == 0x000528, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_AddItemToInventory_GeneratedItem_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetInventoryManager_ReturnValue_3) == 0x000530, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetInventoryManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_MakeArray_Array_4) == 0x000538, "Member 'BP_SaveManager_C_StartNewGame::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetInventoryManager_ReturnValue_4) == 0x000548, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetInventoryManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Map_Keys_Keys) == 0x000550, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Get_Item_1) == 0x000560, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Map_Find_Value) == 0x000568, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Map_Find_ReturnValue) == 0x00056C, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Length_ReturnValue_1) == 0x000570, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_AddItemToInventory_GeneratedItem_3) == 0x000578, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_AddItemToInventory_GeneratedItem_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Less_IntInt_ReturnValue_1) == 0x000580, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_Select_Default) == 0x000588, "Member 'BP_SaveManager_C_StartNewGame::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, K2Node_Select_Default_1) == 0x000598, "Member 'BP_SaveManager_C_StartNewGame::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Length_ReturnValue_2) == 0x0005A8, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Array_Get_Item_2) == 0x0005AC, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_Less_IntInt_ReturnValue_2) == 0x0005B4, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0005B8, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGame, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000778, "Member 'BP_SaveManager_C_StartNewGame::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_StartNewGamePlus \ +static_assert(alignof(BP_SaveManager_C_StartNewGamePlus) == 0x000004, "Wrong alignment on BP_SaveManager_C_StartNewGamePlus"); \ +static_assert(sizeof(BP_SaveManager_C_StartNewGamePlus) == 0x000008, "Wrong size on BP_SaveManager_C_StartNewGamePlus"); \ +static_assert(offsetof(BP_SaveManager_C_StartNewGamePlus, CallFunc_GetNewGamePlusLevelName_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_StartNewGamePlus::CallFunc_GetNewGamePlusLevelName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_Tick \ +static_assert(alignof(BP_SaveManager_C_Tick) == 0x000001, "Wrong alignment on BP_SaveManager_C_Tick"); \ +static_assert(sizeof(BP_SaveManager_C_Tick) == 0x000001, "Wrong size on BP_SaveManager_C_Tick"); \ +static_assert(offsetof(BP_SaveManager_C_Tick, CallFunc_GetIsSaveLoaded_ReturnNode) == 0x000000, "Member 'BP_SaveManager_C_Tick::CallFunc_GetIsSaveLoaded_ReturnNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_TryAddMissingSaves \ +static_assert(alignof(BP_SaveManager_C_TryAddMissingSaves) == 0x000008, "Wrong alignment on BP_SaveManager_C_TryAddMissingSaves"); \ +static_assert(sizeof(BP_SaveManager_C_TryAddMissingSaves) == 0x000108, "Wrong size on BP_SaveManager_C_TryAddMissingSaves"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_SaveManager_C_TryAddMissingSaves::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x000004, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_ComputeBackupSaveListForSlot_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_ComputeBackupSaveListForSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_GetSaveNameForSlot_ReturnValue) == 0x000020, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_GetSaveNameForSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, K2Node_MakeStruct_S_SaveSlotData) == 0x000030, "Member 'BP_SaveManager_C_TryAddMissingSaves::K2Node_MakeStruct_S_SaveSlotData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_ComputeSaveFilePath_ReturnValue) == 0x000080, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_ComputeSaveFilePath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000090, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'BP_SaveManager_C_TryAddMissingSaves::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Subtract_IntInt_ReturnValue) == 0x000098, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_IsEmpty_ReturnValue) == 0x0000F4, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_Max_ReturnValue) == 0x0000FC, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAddMissingSaves, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000100, "Member 'BP_SaveManager_C_TryAddMissingSaves::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_TryAsyncSaveBackupToSlot \ +static_assert(alignof(BP_SaveManager_C_TryAsyncSaveBackupToSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_TryAsyncSaveBackupToSlot"); \ +static_assert(sizeof(BP_SaveManager_C_TryAsyncSaveBackupToSlot) == 0x000018, "Wrong size on BP_SaveManager_C_TryAsyncSaveBackupToSlot"); \ +static_assert(offsetof(BP_SaveManager_C_TryAsyncSaveBackupToSlot, SaveGameObject) == 0x000000, "Member 'BP_SaveManager_C_TryAsyncSaveBackupToSlot::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_TryAsyncSaveBackupToSlot, SlotName) == 0x000008, "Member 'BP_SaveManager_C_TryAsyncSaveBackupToSlot::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_UpdateMainSaveToSelectedSlot \ +static_assert(alignof(BP_SaveManager_C_UpdateMainSaveToSelectedSlot) == 0x000008, "Wrong alignment on BP_SaveManager_C_UpdateMainSaveToSelectedSlot"); \ +static_assert(sizeof(BP_SaveManager_C_UpdateMainSaveToSelectedSlot) == 0x000040, "Wrong size on BP_SaveManager_C_UpdateMainSaveToSelectedSlot"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateMainSaveToSelectedSlot, SaveName) == 0x000000, "Member 'BP_SaveManager_C_UpdateMainSaveToSelectedSlot::SaveName' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateMainSaveToSelectedSlot, CallFunc_ComputeSaveMetaData_SaveMetaData) == 0x000010, "Member 'BP_SaveManager_C_UpdateMainSaveToSelectedSlot::CallFunc_ComputeSaveMetaData_SaveMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_UpdatePlayedTime \ +static_assert(alignof(BP_SaveManager_C_UpdatePlayedTime) == 0x000008, "Wrong alignment on BP_SaveManager_C_UpdatePlayedTime"); \ +static_assert(sizeof(BP_SaveManager_C_UpdatePlayedTime) == 0x000010, "Wrong size on BP_SaveManager_C_UpdatePlayedTime"); \ +static_assert(offsetof(BP_SaveManager_C_UpdatePlayedTime, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000000, "Member 'BP_SaveManager_C_UpdatePlayedTime::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdatePlayedTime, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_UpdatePlayedTime::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_UpdateSpawnPointTag \ +static_assert(alignof(BP_SaveManager_C_UpdateSpawnPointTag) == 0x000010, "Wrong alignment on BP_SaveManager_C_UpdateSpawnPointTag"); \ +static_assert(sizeof(BP_SaveManager_C_UpdateSpawnPointTag) == 0x000080, "Wrong size on BP_SaveManager_C_UpdateSpawnPointTag"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateSpawnPointTag, Temp_struct_Variable) == 0x000000, "Member 'BP_SaveManager_C_UpdateSpawnPointTag::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateSpawnPointTag, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_UpdateSpawnPointTag::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateSpawnPointTag, CallFunc_GetPlayerCharacterTransform_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_UpdateSpawnPointTag::CallFunc_GetPlayerCharacterTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateSpawnPointTag, Temp_bool_Variable) == 0x000070, "Member 'BP_SaveManager_C_UpdateSpawnPointTag::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpdateSpawnPointTag, K2Node_Select_Default) == 0x000074, "Member 'BP_SaveManager_C_UpdateSpawnPointTag::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_UpgradeLegacySave \ +static_assert(alignof(BP_SaveManager_C_UpgradeLegacySave) == 0x000008, "Wrong alignment on BP_SaveManager_C_UpgradeLegacySave"); \ +static_assert(sizeof(BP_SaveManager_C_UpgradeLegacySave) == 0x000040, "Wrong size on BP_SaveManager_C_UpgradeLegacySave"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, LegacySave) == 0x000000, "Member 'BP_SaveManager_C_UpgradeLegacySave::LegacySave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, NewSave) == 0x000008, "Member 'BP_SaveManager_C_UpgradeLegacySave::NewSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, local_ConvertedSave) == 0x000010, "Member 'BP_SaveManager_C_UpgradeLegacySave::local_ConvertedSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_SaveManager_C_UpgradeLegacySave::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000028, "Member 'BP_SaveManager_C_UpgradeLegacySave::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeLegacySave, CallFunc_Format_ReturnValue) == 0x000030, "Member 'BP_SaveManager_C_UpgradeLegacySave::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveManager_C_UpgradeSaveIfNeeded \ +static_assert(alignof(BP_SaveManager_C_UpgradeSaveIfNeeded) == 0x000008, "Wrong alignment on BP_SaveManager_C_UpgradeSaveIfNeeded"); \ +static_assert(sizeof(BP_SaveManager_C_UpgradeSaveIfNeeded) == 0x000058, "Wrong size on BP_SaveManager_C_UpgradeSaveIfNeeded"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, SaveGame) == 0x000000, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::SaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, ReturnValue) == 0x000008, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_GetCurrentSaveVersion_ReturnValue) == 0x000010, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_GetCurrentSaveVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, K2Node_DynamicCast_AsBP_J_RPG_Game_Save) == 0x000018, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::K2Node_DynamicCast_AsBP_J_RPG_Game_Save' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, K2Node_DynamicCast_AsBP_Save_Game_Base) == 0x000028, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::K2Node_DynamicCast_AsBP_Save_Game_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_UpgradeLegacySave_NewSave) == 0x000038, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_UpgradeLegacySave_NewSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_ProcessUpgradeSave_ReturnValue) == 0x000040, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_ProcessUpgradeSave_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_UpgradeSaveIfNeeded_ReturnValue) == 0x000048, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_UpgradeSaveIfNeeded_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_GetSaveVersion_SaveVersion) == 0x000050, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_GetSaveVersion_SaveVersion' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveManager_C_UpgradeSaveIfNeeded, CallFunc_Less_IntInt_ReturnValue) == 0x000055, "Member 'BP_SaveManager_C_UpgradeSaveIfNeeded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveManager_C \ +static_assert(alignof(UBP_SaveManager_C) == 0x000010, "Wrong alignment on UBP_SaveManager_C"); \ +static_assert(sizeof(UBP_SaveManager_C) == 0x000260, "Wrong size on UBP_SaveManager_C"); \ +static_assert(offsetof(UBP_SaveManager_C, UberGraphFrame) == 0x000028, "Member 'UBP_SaveManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SaveSlots) == 0x000030, "Member 'UBP_SaveManager_C::SaveSlots' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SaveGameObjectClasses) == 0x000040, "Member 'UBP_SaveManager_C::SaveGameObjectClasses' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SaveRequested) == 0x000050, "Member 'UBP_SaveManager_C::SaveRequested' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SaveIsInProgress) == 0x000051, "Member 'UBP_SaveManager_C::SaveIsInProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LastSaveTimestamp) == 0x000058, "Member 'UBP_SaveManager_C::LastSaveTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, CVarNameEnableDebug) == 0x000060, "Member 'UBP_SaveManager_C::CVarNameEnableDebug' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, CVarNameOverrideSaveVersion) == 0x000068, "Member 'UBP_SaveManager_C::CVarNameOverrideSaveVersion' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, CVarNameForceBackupSave) == 0x000070, "Member 'UBP_SaveManager_C::CVarNameForceBackupSave' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, CVarNameNewGamePlusOverriddenLevel) == 0x000078, "Member 'UBP_SaveManager_C::CVarNameNewGamePlusOverriddenLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LastRequestSaveTimestamp) == 0x000080, "Member 'UBP_SaveManager_C::LastRequestSaveTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LastBackupSaveTimestamp) == 0x000088, "Member 'UBP_SaveManager_C::LastBackupSaveTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, MinimumTimeToWaitBetweenSaves) == 0x000090, "Member 'UBP_SaveManager_C::MinimumTimeToWaitBetweenSaves' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, MinimumTimeToWaitBetweenBackupSaves) == 0x000098, "Member 'UBP_SaveManager_C::MinimumTimeToWaitBetweenBackupSaves' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SpawnPointTagRequested) == 0x0000A0, "Member 'UBP_SaveManager_C::SpawnPointTagRequested' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, EnableAutoSave) == 0x0000A8, "Member 'UBP_SaveManager_C::EnableAutoSave' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LoadIsInProgress) == 0x0000A9, "Member 'UBP_SaveManager_C::LoadIsInProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LoadGameRequest) == 0x0000B0, "Member 'UBP_SaveManager_C::LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, MinimumTimeToWaitToValidateSave) == 0x0000D8, "Member 'UBP_SaveManager_C::MinimumTimeToWaitToValidateSave' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, MinimumDistanceToClosestEnemy) == 0x0000E0, "Member 'UBP_SaveManager_C::MinimumDistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, GameActionForNewGamePlus) == 0x0000E8, "Member 'UBP_SaveManager_C::GameActionForNewGamePlus' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, GameInstanceReference) == 0x0000F8, "Member 'UBP_SaveManager_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, OnSaveGameToSlotStarted) == 0x000100, "Member 'UBP_SaveManager_C::OnSaveGameToSlotStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, OnSaveGameToSlotFinished) == 0x000110, "Member 'UBP_SaveManager_C::OnSaveGameToSlotFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SelectedSlot) == 0x000120, "Member 'UBP_SaveManager_C::SelectedSlot' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, OnLoadGameFromSlotStarted) == 0x000128, "Member 'UBP_SaveManager_C::OnLoadGameFromSlotStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, OnLoadGameFromSlotFinished) == 0x000138, "Member 'UBP_SaveManager_C::OnLoadGameFromSlotFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, OnSelectedSlotChanged) == 0x000148, "Member 'UBP_SaveManager_C::OnSelectedSlotChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LastRequestReason) == 0x000158, "Member 'UBP_SaveManager_C::LastRequestReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, ElapsedTimeSinceLastSaveRequest) == 0x000168, "Member 'UBP_SaveManager_C::ElapsedTimeSinceLastSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, TotalElapsedTimeSinceLastSaveRequest) == 0x000170, "Member 'UBP_SaveManager_C::TotalElapsedTimeSinceLastSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, TimeToInvalidateSanityCheck) == 0x000178, "Member 'UBP_SaveManager_C::TimeToInvalidateSanityCheck' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, HasLoggedSaveManagerSanityCheck) == 0x000180, "Member 'UBP_SaveManager_C::HasLoggedSaveManagerSanityCheck' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, AutoSaveEnableReferenceCounter) == 0x000188, "Member 'UBP_SaveManager_C::AutoSaveEnableReferenceCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, SaveBlocker_NewGame) == 0x0001A8, "Member 'UBP_SaveManager_C::SaveBlocker_NewGame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, MaxNumberOfBackupSaves) == 0x0001C8, "Member 'UBP_SaveManager_C::MaxNumberOfBackupSaves' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LastSaveGameObject) == 0x0001D0, "Member 'UBP_SaveManager_C::LastSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveManager_C, LoadGameOverrideParameters) == 0x0001E0, "Member 'UBP_SaveManager_C::LoadGameOverrideParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError) == 0x000048, "Wrong size on BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, LoadGameLatentAction) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::LoadGameLatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, ParentActivatableWidget) == 0x000008, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::ParentActivatableWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, __WorldContext) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, ModalPopup) == 0x000018, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::ModalPopup' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, CallFunc_GetStatus_ReturnValue) == 0x000020, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::CallFunc_GetStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, CallFunc_CreateModalWindow_OutputPin) == 0x000028, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, CallFunc_CreateModalWindow_OutputPin_1) == 0x000038, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError, CallFunc_CreateModalWindow_OutputPin_2) == 0x000040, "Member 'BP_FL_SaveGameHelpers_C_CreateModalPopupFromLoadingError::CallFunc_CreateModalWindow_OutputPin_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable) == 0x000010, "Wrong size on BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable, __WorldContext) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable, ReturnValue) == 0x000008, "Member 'BP_FL_SaveGameHelpers_C_GetSaveUpgraderDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_GetSaveManager \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_GetSaveManager) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_GetSaveManager"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_GetSaveManager) == 0x000018, "Wrong size on BP_FL_SaveGameHelpers_C_GetSaveManager"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_GetSaveManager, __WorldContext) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_GetSaveManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_GetSaveManager, SaveManager) == 0x000008, "Member 'BP_FL_SaveGameHelpers_C_GetSaveManager::SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_GetSaveManager, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_GetSaveManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_ForceLoadLastSave \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_ForceLoadLastSave"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave) == 0x000048, "Wrong size on BP_FL_SaveGameHelpers_C_ForceLoadLastSave"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave, __WorldContext) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_ForceLoadLastSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave, CallFunc_GetSaveManager_SaveManager) == 0x000008, "Member 'BP_FL_SaveGameHelpers_C_ForceLoadLastSave::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave, CallFunc_GetSaveNameForSelectedSlot_ReturnValue) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_ForceLoadLastSave::CallFunc_GetSaveNameForSelectedSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceLoadLastSave, K2Node_MakeStruct_S_LoadGameRequest) == 0x000020, "Member 'BP_FL_SaveGameHelpers_C_ForceLoadLastSave::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_ForceAutoSave \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_ForceAutoSave) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_ForceAutoSave"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_ForceAutoSave) == 0x000020, "Wrong size on BP_FL_SaveGameHelpers_C_ForceAutoSave"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceAutoSave, DebugReason) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_ForceAutoSave::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceAutoSave, __WorldContext) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_ForceAutoSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ForceAutoSave, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_FL_SaveGameHelpers_C_ForceAutoSave::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_RequestAutoSave \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_RequestAutoSave) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_RequestAutoSave"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_RequestAutoSave) == 0x000020, "Wrong size on BP_FL_SaveGameHelpers_C_RequestAutoSave"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_RequestAutoSave, DebugReason) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_RequestAutoSave::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_RequestAutoSave, __WorldContext) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_RequestAutoSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_RequestAutoSave, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_FL_SaveGameHelpers_C_RequestAutoSave::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_ConvertItemsFromSave \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_ConvertItemsFromSave"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave) == 0x000338, "Wrong size on BP_FL_SaveGameHelpers_C_ConvertItemsFromSave"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, Items) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::Items' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, __WorldContext) == 0x000050, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, DynamicItems) == 0x000058, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::DynamicItems' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000090, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A8, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001D8, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Map_Find_Value) == 0x0001DC, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Map_Find_ReturnValue) == 0x0001E0, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x0001E8, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, Temp_wildcard_Temp_buffer_array_Variable) == 0x000320, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsFromSave, CallFunc_Array_Add_ReturnValue) == 0x000330, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsFromSave::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SaveGameHelpers_C_ConvertItemsToSave \ +static_assert(alignof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave) == 0x000008, "Wrong alignment on BP_FL_SaveGameHelpers_C_ConvertItemsToSave"); \ +static_assert(sizeof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave) == 0x000208, "Wrong size on BP_FL_SaveGameHelpers_C_ConvertItemsToSave"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, DynamicItems) == 0x000000, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::DynamicItems' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, __WorldContext) == 0x000010, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, SavedItems) == 0x000018, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::SavedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, local_savedItems) == 0x000068, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::local_savedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, Temp_int_Array_Index_Variable) == 0x0000BC, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, CallFunc_Less_IntInt_ReturnValue) == 0x000200, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SaveGameHelpers_C_ConvertItemsToSave, CallFunc_Add_IntInt_ReturnValue) == 0x000204, "Member 'BP_FL_SaveGameHelpers_C_ConvertItemsToSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_SaveGameHelpers_C \ +static_assert(alignof(UBP_FL_SaveGameHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_SaveGameHelpers_C"); \ +static_assert(sizeof(UBP_FL_SaveGameHelpers_C) == 0x000028, "Wrong size on UBP_FL_SaveGameHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ASSERT_InvalidDebugReason \ +static_assert(alignof(BP_QuestSystem_C_ASSERT_InvalidDebugReason) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ASSERT_InvalidDebugReason"); \ +static_assert(sizeof(BP_QuestSystem_C_ASSERT_InvalidDebugReason) == 0x000080, "Wrong size on BP_QuestSystem_C_ASSERT_InvalidDebugReason"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_InvalidDebugReason, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_ASSERT_InvalidDebugReason::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_InvalidDebugReason, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_QuestSystem_C_ASSERT_InvalidDebugReason::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_InvalidDebugReason, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_QuestSystem_C_ASSERT_InvalidDebugReason::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_InvalidDebugReason, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_QuestSystem_C_ASSERT_InvalidDebugReason::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_InvalidDebugReason, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_QuestSystem_C_ASSERT_InvalidDebugReason::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ASSERT_ObjectiveNotFound \ +static_assert(alignof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ASSERT_ObjectiveNotFound"); \ +static_assert(sizeof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound) == 0x0000E0, "Wrong size on BP_QuestSystem_C_ASSERT_ObjectiveNotFound"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, ObjectiveName) == 0x000008, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000020, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_ObjectiveNotFound, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_QuestSystem_C_ASSERT_ObjectiveNotFound::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ASSERT_QuestNotFound \ +static_assert(alignof(BP_QuestSystem_C_ASSERT_QuestNotFound) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ASSERT_QuestNotFound"); \ +static_assert(sizeof(BP_QuestSystem_C_ASSERT_QuestNotFound) == 0x000080, "Wrong size on BP_QuestSystem_C_ASSERT_QuestNotFound"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_QuestNotFound, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_ASSERT_QuestNotFound::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_QuestNotFound, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_QuestSystem_C_ASSERT_QuestNotFound::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_QuestNotFound, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_QuestSystem_C_ASSERT_QuestNotFound::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_QuestNotFound, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_QuestSystem_C_ASSERT_QuestNotFound::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ASSERT_QuestNotFound, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_QuestSystem_C_ASSERT_QuestNotFound::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_FindQuestStatusData \ +static_assert(alignof(BP_QuestSystem_C_FindQuestStatusData) == 0x000008, "Wrong alignment on BP_QuestSystem_C_FindQuestStatusData"); \ +static_assert(sizeof(BP_QuestSystem_C_FindQuestStatusData) == 0x000120, "Wrong size on BP_QuestSystem_C_FindQuestStatusData"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_FindQuestStatusData::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, Status) == 0x000008, "Member 'BP_QuestSystem_C_FindQuestStatusData::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, Found) == 0x000060, "Member 'BP_QuestSystem_C_FindQuestStatusData::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, K2Node_MakeStruct_S_QuestStatusData) == 0x000068, "Member 'BP_QuestSystem_C_FindQuestStatusData::K2Node_MakeStruct_S_QuestStatusData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, CallFunc_Map_Find_Value) == 0x0000C0, "Member 'BP_QuestSystem_C_FindQuestStatusData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_FindQuestStatusData, CallFunc_Map_Find_ReturnValue) == 0x000118, "Member 'BP_QuestSystem_C_FindQuestStatusData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_GetObjectiveList \ +static_assert(alignof(BP_QuestSystem_C_GetObjectiveList) == 0x000008, "Wrong alignment on BP_QuestSystem_C_GetObjectiveList"); \ +static_assert(sizeof(BP_QuestSystem_C_GetObjectiveList) == 0x0000E0, "Wrong size on BP_QuestSystem_C_GetObjectiveList"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_GetObjectiveList::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, Objectives) == 0x000008, "Member 'BP_QuestSystem_C_GetObjectiveList::Objectives' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_FindQuestStatusData_Status) == 0x000018, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_FindQuestStatusData_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_FindQuestStatusData_Found) == 0x000070, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_FindQuestStatusData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, Temp_int_Array_Index_Variable) == 0x000074, "Member 'BP_QuestSystem_C_GetObjectiveList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_QuestSystem_C_GetObjectiveList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0000A8, "Member 'BP_QuestSystem_C_GetObjectiveList::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, K2Node_MakeStruct_QuestObjectiveIdentifier) == 0x0000B8, "Member 'BP_QuestSystem_C_GetObjectiveList::K2Node_MakeStruct_QuestObjectiveIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000C8, "Member 'BP_QuestSystem_C_GetObjectiveList::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveList, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'BP_QuestSystem_C_GetObjectiveList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_GetObjectiveStatus \ +static_assert(alignof(BP_QuestSystem_C_GetObjectiveStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_GetObjectiveStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_GetObjectiveStatus) == 0x000078, "Wrong size on BP_QuestSystem_C_GetObjectiveStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, QuestObjective) == 0x000000, "Member 'BP_QuestSystem_C_GetObjectiveStatus::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, Status) == 0x000010, "Member 'BP_QuestSystem_C_GetObjectiveStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, CallFunc_FindQuestStatusData_Status) == 0x000018, "Member 'BP_QuestSystem_C_GetObjectiveStatus::CallFunc_FindQuestStatusData_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, CallFunc_FindQuestStatusData_Found) == 0x000070, "Member 'BP_QuestSystem_C_GetObjectiveStatus::CallFunc_FindQuestStatusData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, CallFunc_Map_Find_Value) == 0x000071, "Member 'BP_QuestSystem_C_GetObjectiveStatus::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetObjectiveStatus, CallFunc_Map_Find_ReturnValue) == 0x000072, "Member 'BP_QuestSystem_C_GetObjectiveStatus::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_GetQuestList \ +static_assert(alignof(BP_QuestSystem_C_GetQuestList) == 0x000008, "Wrong alignment on BP_QuestSystem_C_GetQuestList"); \ +static_assert(sizeof(BP_QuestSystem_C_GetQuestList) == 0x000020, "Wrong size on BP_QuestSystem_C_GetQuestList"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestList, Quests) == 0x000000, "Member 'BP_QuestSystem_C_GetQuestList::Quests' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestList, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_QuestSystem_C_GetQuestList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_GetQuestStatus \ +static_assert(alignof(BP_QuestSystem_C_GetQuestStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_GetQuestStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_GetQuestStatus) == 0x000070, "Wrong size on BP_QuestSystem_C_GetQuestStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestStatus, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_GetQuestStatus::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestStatus, Status) == 0x000008, "Member 'BP_QuestSystem_C_GetQuestStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestStatus, CallFunc_FindQuestStatusData_Status) == 0x000010, "Member 'BP_QuestSystem_C_GetQuestStatus::CallFunc_FindQuestStatusData_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_GetQuestStatus, CallFunc_FindQuestStatusData_Found) == 0x000068, "Member 'BP_QuestSystem_C_GetQuestStatus::CallFunc_FindQuestStatusData_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_LoadState \ +static_assert(alignof(BP_QuestSystem_C_LoadState) == 0x000008, "Wrong alignment on BP_QuestSystem_C_LoadState"); \ +static_assert(sizeof(BP_QuestSystem_C_LoadState) == 0x000110, "Wrong size on BP_QuestSystem_C_LoadState"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, InQuestStatuses) == 0x000000, "Member 'BP_QuestSystem_C_LoadState::InQuestStatuses' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_QuestSystem_C_LoadState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_QuestSystem_C_LoadState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'BP_QuestSystem_C_LoadState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, Temp_int_Array_Index_Variable_1) == 0x000078, "Member 'BP_QuestSystem_C_LoadState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Find_Value) == 0x000088, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Find_ReturnValue) == 0x0000E0, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Keys_Keys_1) == 0x0000E8, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Array_Get_Item_1) == 0x0000FC, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Find_Value_1) == 0x000104, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Map_Find_ReturnValue_1) == 0x000105, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_SetObjectiveStatusInternal_HasUpdated) == 0x00010C, "Member 'BP_QuestSystem_C_LoadState::CallFunc_SetObjectiveStatusInternal_HasUpdated' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_LoadState, CallFunc_Less_IntInt_ReturnValue_1) == 0x00010D, "Member 'BP_QuestSystem_C_LoadState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ResetAllActivities \ +static_assert(alignof(BP_QuestSystem_C_ResetAllActivities) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ResetAllActivities"); \ +static_assert(sizeof(BP_QuestSystem_C_ResetAllActivities) == 0x000018, "Wrong size on BP_QuestSystem_C_ResetAllActivities"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetAllActivities, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000000, "Member 'BP_QuestSystem_C_ResetAllActivities::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetAllActivities, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_QuestSystem_C_ResetAllActivities::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetAllActivities, CallFunc_MatchesTag_ReturnValue) == 0x000010, "Member 'BP_QuestSystem_C_ResetAllActivities::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ResetState \ +static_assert(alignof(BP_QuestSystem_C_ResetState) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ResetState"); \ +static_assert(sizeof(BP_QuestSystem_C_ResetState) == 0x000148, "Wrong size on BP_QuestSystem_C_ResetState"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, local_QuestStatus) == 0x000000, "Member 'BP_QuestSystem_C_ResetState::local_QuestStatus' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_QuestSystem_C_ResetState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_QuestSystem_C_ResetState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'BP_QuestSystem_C_ResetState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, Temp_byte_Variable) == 0x000068, "Member 'BP_QuestSystem_C_ResetState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_GetQuestDataTable_ReturnValue) == 0x000070, "Member 'BP_QuestSystem_C_ResetState::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, Temp_int_Loop_Counter_Variable_1) == 0x000078, "Member 'BP_QuestSystem_C_ResetState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, K2Node_MakeStruct_S_QuestStatusData) == 0x000080, "Member 'BP_QuestSystem_C_ResetState::K2Node_MakeStruct_S_QuestStatusData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D8, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_GetQuestDataTable_ReturnValue_1) == 0x0000E0, "Member 'BP_QuestSystem_C_ResetState::CallFunc_GetQuestDataTable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000E8, "Member 'BP_QuestSystem_C_ResetState::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_GetDataTableRowFromName_OutRow) == 0x000108, "Member 'BP_QuestSystem_C_ResetState::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x000128, "Member 'BP_QuestSystem_C_ResetState::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Array_Length_ReturnValue_1) == 0x000140, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ResetState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000144, "Member 'BP_QuestSystem_C_ResetState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_SaveState \ +static_assert(alignof(BP_QuestSystem_C_SaveState) == 0x000008, "Wrong alignment on BP_QuestSystem_C_SaveState"); \ +static_assert(sizeof(BP_QuestSystem_C_SaveState) == 0x000050, "Wrong size on BP_QuestSystem_C_SaveState"); \ +static_assert(offsetof(BP_QuestSystem_C_SaveState, InQuestStatuses) == 0x000000, "Member 'BP_QuestSystem_C_SaveState::InQuestStatuses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_SetObjectiveStatus \ +static_assert(alignof(BP_QuestSystem_C_SetObjectiveStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_SetObjectiveStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_SetObjectiveStatus) == 0x000360, "Wrong size on BP_QuestSystem_C_SetObjectiveStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, QuestObjective) == 0x000000, "Member 'BP_QuestSystem_C_SetObjectiveStatus::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, Status) == 0x000010, "Member 'BP_QuestSystem_C_SetObjectiveStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, DebugReason) == 0x000018, "Member 'BP_QuestSystem_C_SetObjectiveStatus::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, local_QuestStatus) == 0x000028, "Member 'BP_QuestSystem_C_SetObjectiveStatus::local_QuestStatus' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_IsEmpty_ReturnValue) == 0x000080, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000088, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000F8, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_NameToText_ReturnValue) == 0x000118, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_1) == 0x000128, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_2) == 0x000170, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_SetObjectiveStatusInternal_HasUpdated) == 0x0001B8, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_SetObjectiveStatusInternal_HasUpdated' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001C0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000218, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_4) == 0x000228, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeArray_Array) == 0x000270, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Format_ReturnValue) == 0x000280, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000290, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Conv_NameToText_ReturnValue_3) == 0x0002A0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Conv_NameToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002B0, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002F8, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, K2Node_MakeArray_Array_1) == 0x000340, "Member 'BP_QuestSystem_C_SetObjectiveStatus::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatus, CallFunc_Format_ReturnValue_1) == 0x000350, "Member 'BP_QuestSystem_C_SetObjectiveStatus::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_SetObjectiveStatusInternal \ +static_assert(alignof(BP_QuestSystem_C_SetObjectiveStatusInternal) == 0x000008, "Wrong alignment on BP_QuestSystem_C_SetObjectiveStatusInternal"); \ +static_assert(sizeof(BP_QuestSystem_C_SetObjectiveStatusInternal) == 0x000120, "Wrong size on BP_QuestSystem_C_SetObjectiveStatusInternal"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, ObjectiveName) == 0x000008, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, Status) == 0x000010, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, HasUpdated) == 0x000011, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::HasUpdated' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, local_ObjectiveStatuses) == 0x000018, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::local_ObjectiveStatuses' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, local_QuestStatus) == 0x000068, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::local_QuestStatus' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, CallFunc_FindQuestStatusData_Status) == 0x0000C0, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::CallFunc_FindQuestStatusData_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, CallFunc_FindQuestStatusData_Found) == 0x000118, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::CallFunc_FindQuestStatusData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, CallFunc_Map_Find_Value) == 0x000119, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, CallFunc_Map_Find_ReturnValue) == 0x00011A, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetObjectiveStatusInternal, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00011B, "Member 'BP_QuestSystem_C_SetObjectiveStatusInternal::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_SetQuestStatus \ +static_assert(alignof(BP_QuestSystem_C_SetQuestStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_SetQuestStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_SetQuestStatus) == 0x000300, "Wrong size on BP_QuestSystem_C_SetQuestStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_SetQuestStatus::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, Status) == 0x000008, "Member 'BP_QuestSystem_C_SetQuestStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, DebugReason) == 0x000010, "Member 'BP_QuestSystem_C_SetQuestStatus::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, local_QuestStatus) == 0x000020, "Member 'BP_QuestSystem_C_SetQuestStatus::local_QuestStatus' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_IsEmpty_ReturnValue) == 0x000078, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_FindQuestStatusData_Status) == 0x000080, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_FindQuestStatusData_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_FindQuestStatusData_Found) == 0x0000D8, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_FindQuestStatusData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000E0, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Conv_NameToText_ReturnValue) == 0x0000F0, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeStruct_FormatArgumentData) == 0x000110, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Format_ReturnValue) == 0x0001B0, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0001C8, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D8, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001E8, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F8, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeStruct_FormatArgumentData_3) == 0x000240, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000288, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeStruct_FormatArgumentData_4) == 0x000298, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, K2Node_MakeArray_Array_1) == 0x0002E0, "Member 'BP_QuestSystem_C_SetQuestStatus::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_SetQuestStatus, CallFunc_Format_ReturnValue_1) == 0x0002F0, "Member 'BP_QuestSystem_C_SetQuestStatus::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_UpdateActivityStatus \ +static_assert(alignof(BP_QuestSystem_C_UpdateActivityStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_UpdateActivityStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_UpdateActivityStatus) == 0x000048, "Wrong size on BP_QuestSystem_C_UpdateActivityStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, QuestName) == 0x000000, "Member 'BP_QuestSystem_C_UpdateActivityStatus::QuestName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, Status) == 0x000008, "Member 'BP_QuestSystem_C_UpdateActivityStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_QuestSystem_C_UpdateActivityStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_GetActivityID_ReturnValue) == 0x000010, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_GetActivityID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_IsMappedToActivity_ReturnValue) == 0x000028, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_IsMappedToActivity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000030, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000038, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_MatchesTag_ReturnValue) == 0x000040, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivityStatus, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'BP_QuestSystem_C_UpdateActivityStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_UpdateActivitySubTaskStatus \ +static_assert(alignof(BP_QuestSystem_C_UpdateActivitySubTaskStatus) == 0x000008, "Wrong alignment on BP_QuestSystem_C_UpdateActivitySubTaskStatus"); \ +static_assert(sizeof(BP_QuestSystem_C_UpdateActivitySubTaskStatus) == 0x000040, "Wrong size on BP_QuestSystem_C_UpdateActivitySubTaskStatus"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, ObjectiveName) == 0x000000, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, Status) == 0x000008, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, CallFunc_GetSubTaskID_ReturnValue) == 0x000010, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::CallFunc_GetSubTaskID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000028, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000030, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_UpdateActivitySubTaskStatus, CallFunc_MatchesTag_ReturnValue) == 0x000038, "Member 'BP_QuestSystem_C_UpdateActivitySubTaskStatus::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QuestSystem_C_ValidateQuestData \ +static_assert(alignof(BP_QuestSystem_C_ValidateQuestData) == 0x000008, "Wrong alignment on BP_QuestSystem_C_ValidateQuestData"); \ +static_assert(sizeof(BP_QuestSystem_C_ValidateQuestData) == 0x000108, "Wrong size on BP_QuestSystem_C_ValidateQuestData"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_QuestSystem_C_ValidateQuestData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_QuestSystem_C_ValidateQuestData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_IsPackagedBuild_ReturnValue) == 0x00000C, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_GetQuestDataTable_ReturnValue) == 0x000010, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_GetQuestDataTable_ReturnValue_1) == 0x000018, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_GetQuestDataTable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Conv_NameToText_ReturnValue) == 0x000050, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_QuestSystem_C_ValidateQuestData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_QuestSystem_C_ValidateQuestData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000C0, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D8, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F0, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_QuestSystem_C_ValidateQuestData, CallFunc_IsValid_ReturnValue_1) == 0x000101, "Member 'BP_QuestSystem_C_ValidateQuestData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_QuestSystem_C \ +static_assert(alignof(UBP_QuestSystem_C) == 0x000008, "Wrong alignment on UBP_QuestSystem_C"); \ +static_assert(sizeof(UBP_QuestSystem_C) == 0x0000C8, "Wrong size on UBP_QuestSystem_C"); \ +static_assert(offsetof(UBP_QuestSystem_C, QuestStatuses) == 0x000028, "Member 'UBP_QuestSystem_C::QuestStatuses' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, OnQuestStatusChanged) == 0x000078, "Member 'UBP_QuestSystem_C::OnQuestStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, OnObjectiveStatusChanged) == 0x000088, "Member 'UBP_QuestSystem_C::OnObjectiveStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, ShouldDispatchModifications) == 0x000098, "Member 'UBP_QuestSystem_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, OnAnyQuestStatusChanged) == 0x0000A0, "Member 'UBP_QuestSystem_C::OnAnyQuestStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, OnAnyObjectiveStatusChanged) == 0x0000B0, "Member 'UBP_QuestSystem_C::OnAnyObjectiveStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_QuestSystem_C, MainQuestActivity) == 0x0000C0, "Member 'UBP_QuestSystem_C::MainQuestActivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapSpawnPoint_C_CheckForErrors \ +static_assert(alignof(BP_jRPG_MapSpawnPoint_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_jRPG_MapSpawnPoint_C_CheckForErrors"); \ +static_assert(sizeof(BP_jRPG_MapSpawnPoint_C_CheckForErrors) == 0x0001B0, "Wrong size on BP_jRPG_MapSpawnPoint_C_CheckForErrors"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000028, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000048, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_MatchesTag_ReturnValue) == 0x00005C, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x00005D, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C8, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000E4, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_MatchesTag_ReturnValue_1) == 0x0000E5, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E8, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F8, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, K2Node_MakeArray_Array_2) == 0x000158, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000168, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Format_ReturnValue_2) == 0x000170, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue_1) == 0x000180, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000184, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x000188, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00018C, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000190, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue_2) == 0x000194, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x000195, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000198, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_GetActorOfClass_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'BP_jRPG_MapSpawnPoint_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint \ +static_assert(alignof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint) == 0x000008, "Wrong alignment on BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint"); \ +static_assert(sizeof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint) == 0x000028, "Wrong size on BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint, EntryPoint) == 0x000000, "Member 'BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint, CallFunc_GetSpawnPointManager_SpawnPointManager) == 0x000010, "Member 'BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint::CallFunc_GetSpawnPointManager_SpawnPointManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000018, "Member 'BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_MapSpawnPoint_C_ExecuteUbergraph_BP_jRPG_MapSpawnPoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapSpawnPoint_C_GetDebugString \ +static_assert(alignof(BP_jRPG_MapSpawnPoint_C_GetDebugString) == 0x000008, "Wrong alignment on BP_jRPG_MapSpawnPoint_C_GetDebugString"); \ +static_assert(sizeof(BP_jRPG_MapSpawnPoint_C_GetDebugString) == 0x000038, "Wrong size on BP_jRPG_MapSpawnPoint_C_GetDebugString"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_jRPG_MapSpawnPoint_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetDebugString, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_jRPG_MapSpawnPoint_C_GetDebugString::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetDebugString, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000020, "Member 'BP_jRPG_MapSpawnPoint_C_GetDebugString::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetDebugString, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000030, "Member 'BP_jRPG_MapSpawnPoint_C_GetDebugString::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom \ +static_assert(alignof(BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom) == 0x000010, "Wrong alignment on BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom"); \ +static_assert(sizeof(BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom) == 0x0000C0, "Wrong size on BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom, SpawnTransform) == 0x000000, "Member 'BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000060, "Member 'BP_jRPG_MapSpawnPoint_C_GetSpawnTransfrom::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapSpawnPoint_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_MapSpawnPoint_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_jRPG_MapSpawnPoint_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_MapSpawnPoint_C_UserConstructionScript) == 0x000001, "Wrong size on BP_jRPG_MapSpawnPoint_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_MapSpawnPoint_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_jRPG_MapSpawnPoint_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_MapSpawnPoint_C \ +static_assert(alignof(ABP_jRPG_MapSpawnPoint_C) == 0x000008, "Wrong alignment on ABP_jRPG_MapSpawnPoint_C"); \ +static_assert(sizeof(ABP_jRPG_MapSpawnPoint_C) == 0x000328, "Wrong size on ABP_jRPG_MapSpawnPoint_C"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, UberGraphFrame) == 0x000290, "Member 'ABP_jRPG_MapSpawnPoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, Arrow) == 0x000298, "Member 'ABP_jRPG_MapSpawnPoint_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, Scene) == 0x0002A0, "Member 'ABP_jRPG_MapSpawnPoint_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, TextRender) == 0x0002A8, "Member 'ABP_jRPG_MapSpawnPoint_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, Capsule) == 0x0002B0, "Member 'ABP_jRPG_MapSpawnPoint_C::Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, SpawnPointName) == 0x0002B8, "Member 'ABP_jRPG_MapSpawnPoint_C::SpawnPointName' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, SpawnPointTag) == 0x0002C0, "Member 'ABP_jRPG_MapSpawnPoint_C::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, SpawnPointMusic) == 0x0002C8, "Member 'ABP_jRPG_MapSpawnPoint_C::SpawnPointMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapSpawnPoint_C, LightingScenario) == 0x000300, "Member 'ABP_jRPG_MapSpawnPoint_C::LightingScenario' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActionPauseDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActionPauseDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActionPauseDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActionPauseDialogue) == 0x000038, "Wrong size on BP_DialogueSystemComponent_C_ActionPauseDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPauseDialogue, K2Node_MakeStruct_S_DialogueCameraParameters) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActionPauseDialogue::K2Node_MakeStruct_S_DialogueCameraParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActionPlayAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActionPlayAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActionPlayAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActionPlayAnimation) == 0x0001A8, "Wrong size on BP_DialogueSystemComponent_C_ActionPlayAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPlayAnimation, Character) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActionPlayAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPlayAnimation, AnimationParameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ActionPlayAnimation::AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPlayAnimation, local_TargetActor) == 0x0000D0, "Member 'BP_DialogueSystemComponent_C_ActionPlayAnimation::local_TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPlayAnimation, local_NPC_AnimationComponent) == 0x0000D8, "Member 'BP_DialogueSystemComponent_C_ActionPlayAnimation::local_NPC_AnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionPlayAnimation, local_AnimationParameters) == 0x0000E0, "Member 'BP_DialogueSystemComponent_C_ActionPlayAnimation::local_AnimationParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActionShowVendor \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActionShowVendor) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActionShowVendor"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActionShowVendor) == 0x000060, "Wrong size on BP_DialogueSystemComponent_C_ActionShowVendor"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionShowVendor, Greeting) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActionShowVendor::Greeting' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionShowVendor, VendorItems) == 0x000010, "Member 'BP_DialogueSystemComponent_C_ActionShowVendor::VendorItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActionStartBattle \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActionStartBattle) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActionStartBattle"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActionStartBattle) == 0x000160, "Wrong size on BP_DialogueSystemComponent_C_ActionStartBattle"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionStartBattle, BattleStartParams) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActionStartBattle::BattleStartParams' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActionStartBattle, CallFunc_GetBattleManager_ReturnValue) == 0x000158, "Member 'BP_DialogueSystemComponent_C_ActionStartBattle::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActivateCameraComponentByType \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActivateCameraComponentByType"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType) == 0x0000E8, "Wrong size on BP_DialogueSystemComponent_C_ActivateCameraComponentByType"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CameraType) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_GetCurrentCameraOfType_CameraComponent) == 0x000040, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_GetCurrentCameraOfType_CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000058, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateCameraComponentByType, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_DialogueSystemComponent_C_ActivateCameraComponentByType::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ActivateDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_ActivateDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ActivateDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ActivateDialogue) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_ActivateDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, Dialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, CallFunc_ShouldUseDialogCameras_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::CallFunc_ShouldUseDialogCameras_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x000010, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ActivateDialogue, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'BP_DialogueSystemComponent_C_ActivateDialogue::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_AddGenderContextToText \ +static_assert(alignof(BP_DialogueSystemComponent_C_AddGenderContextToText) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_AddGenderContextToText"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_AddGenderContextToText) == 0x000090, "Wrong size on BP_DialogueSystemComponent_C_AddGenderContextToText"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, Text) == 0x000000, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, EnrichedText) == 0x000010, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::EnrichedText' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, CallFunc_GetActivePlayerCharacterGender_GenderTag) == 0x000020, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::CallFunc_GetActivePlayerCharacterGender_GenderTag' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AddGenderContextToText, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_DialogueSystemComponent_C_AddGenderContextToText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ApplyCamera \ +static_assert(alignof(BP_DialogueSystemComponent_C_ApplyCamera) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ApplyCamera"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ApplyCamera) == 0x000048, "Wrong size on BP_DialogueSystemComponent_C_ApplyCamera"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ApplyCamera, CameraType) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ApplyCamera::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ApplyCamera, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ApplyCamera::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ApplyCamera, CallFunc_ShouldApplyCamera_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_ApplyCamera::CallFunc_ShouldApplyCamera_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_AreLootItemUsersCompatible \ +static_assert(alignof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_AreLootItemUsersCompatible"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible) == 0x000050, "Wrong size on BP_DialogueSystemComponent_C_AreLootItemUsersCompatible"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, GeneratedItemInfo) == 0x000000, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, LootDialogue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::LootDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_Array_Get_Item) == 0x00003C, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_HasCharacterInCollection_Result) == 0x00003D, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_HasCharacterInCollection_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_AreLootItemUsersCompatible, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_DialogueSystemComponent_C_AreLootItemUsersCompatible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine \ +static_assert(alignof(BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_CanAutoSkipCurrentDialogueLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow \ +static_assert(alignof(BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow, CharacterDatas) == 0x000000, "Member 'BP_DialogueSystemComponent_C_CloseCharacterSelectionWindow::CharacterDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents \ +static_assert(alignof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents) == 0x000028, "Wrong size on BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents, CallFunc_GetMainCamera_MainCamera) == 0x000018, "Member 'BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_DeactivatePreviousCameraComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking \ +static_assert(alignof(BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking) == 0x000004, "Wrong alignment on BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking) == 0x000004, "Wrong size on BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking, Duration) == 0x000000, "Member 'BP_DialogueSystemComponent_C_DelayUntilMainCharacterStopsTalking::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_DelayUntilStopTalking \ +static_assert(alignof(BP_DialogueSystemComponent_C_DelayUntilStopTalking) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_DelayUntilStopTalking"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_DelayUntilStopTalking) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_DelayUntilStopTalking"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DelayUntilStopTalking, Duration) == 0x000000, "Member 'BP_DialogueSystemComponent_C_DelayUntilStopTalking::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased \ +static_assert(alignof(BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased, Character) == 0x000000, "Member 'BP_DialogueSystemComponent_C_DisplayRelationshipLevelIncreased::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_EndDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_EndDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_EndDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_EndDialogue) == 0x000090, "Wrong size on BP_DialogueSystemComponent_C_EndDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, Dialog) == 0x000000, "Member 'BP_DialogueSystemComponent_C_EndDialogue::Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_EndDialogue::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_EndDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'BP_DialogueSystemComponent_C_EndDialogue::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_ShouldUseDialogCameras_ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_ShouldUseDialogCameras_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem) == 0x000048, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetInteractiveMusicSystem_InteractiveMusicSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetPlayerController_ReturnValue_1) == 0x000060, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetPlayerPawn_ReturnValue) == 0x000068, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000070, "Member 'BP_DialogueSystemComponent_C_EndDialogue::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_DialogueSystemComponent_C_EndDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_GetMainCamera_MainCamera) == 0x000080, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000088, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_EndDialogue, CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast) == 0x00008C, "Member 'BP_DialogueSystemComponent_C_EndDialogue::CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ExecuteAudioTrigger \ +static_assert(alignof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ExecuteAudioTrigger"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger) == 0x000048, "Wrong size on BP_DialogueSystemComponent_C_ExecuteAudioTrigger"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, AudioTriggerName) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x000010, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, CallFunc_BPI_GetDialogueAudioComponent_AudioComponent) == 0x000028, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::CallFunc_BPI_GetDialogueAudioComponent_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteAudioTrigger, CallFunc_SetTriggerParameter_self_CastInput) == 0x000038, "Member 'BP_DialogueSystemComponent_C_ExecuteAudioTrigger::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent \ +static_assert(alignof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent) == 0x000138, "Wrong size on BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, EntryPoint) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CustomEvent_Loaded) == 0x000038, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, Temp_object_Variable) == 0x000040, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_AsBP_DA_IWD_Data) == 0x000048, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_AsBP_DA_IWD_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_PlayInWorldDialogue_DialogueNotPlayed) == 0x000051, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_PlayInWorldDialogue_DialogueNotPlayed' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_Event_FocusEventBP) == 0x000058, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_Array_Random_OutItem) == 0x000060, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_Array_Random_OutIndex) == 0x000070, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_GetBattleManager_ReturnValue) == 0x000078, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CustomEvent_Victory) == 0x000080, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CustomEvent_Victory' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_GetBattleManager_ReturnValue_1) == 0x000088, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000090, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000098, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CustomEvent_Duration_1) == 0x0000A8, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CustomEvent_Duration) == 0x0000B0, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0000B4, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000C0, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x0000C8, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D4, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_Event_DeltaSeconds) == 0x0000E4, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CustomEvent_IWDRef) == 0x0000E8, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CustomEvent_IWDRef' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x000110, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x000120, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000130, "Member 'BP_DialogueSystemComponent_C_ExecuteUbergraph_BP_DialogueSystemComponent::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender, GenderTag) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender::GenderTag' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender, CallFunc_GetCharacterByID_CharacterData) == 0x000010, "Member 'BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender, CallFunc_GetCharacterGenderTag_GenderTag) == 0x000018, "Member 'BP_DialogueSystemComponent_C_GetActivePlayerCharacterGender::CallFunc_GetCharacterGenderTag_GenderTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetAllSpeakerActors \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetAllSpeakerActors) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetAllSpeakerActors"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetAllSpeakerActors) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_GetAllSpeakerActors"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetAllSpeakerActors, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetAllSpeakerActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetCameraAnimationSequence \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetCameraAnimationSequence"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence) == 0x0000E0, "Wrong size on BP_DialogueSystemComponent_C_GetCameraAnimationSequence"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CameraParameters) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CameraParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable) == 0x000040, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000048, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000050, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, K2Node_DynamicCast_AsCamera_Animation_Sequence) == 0x000058, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::K2Node_DynamicCast_AsCamera_Animation_Sequence' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000061, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_1) == 0x000068, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_2) == 0x000070, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_3) == 0x000078, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_4) == 0x000080, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_5) == 0x000088, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_6) == 0x000090, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_7) == 0x000098, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_8) == 0x0000A0, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_object_Variable_9) == 0x0000A8, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_byte_Variable) == 0x0000B0, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, Temp_bool_Variable) == 0x0000B1, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CallFunc_Array_Random_OutItem) == 0x0000C8, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, CallFunc_Array_Random_OutIndex) == 0x0000CC, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, K2Node_Select_Default) == 0x0000D0, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraAnimationSequence, K2Node_Select_Default_1) == 0x0000D8, "Member 'BP_DialogueSystemComponent_C_GetCameraAnimationSequence::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker) == 0x0000B8, "Wrong size on BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, Camera) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000008, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, CallFunc_GetCameraComponent_Camera) == 0x000020, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::CallFunc_GetCameraComponent_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_DialogueSystemComponent_C_GetCameraFromCurrentSpeaker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetCurrentCameraOfType \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetCurrentCameraOfType"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType) == 0x000098, "Wrong size on BP_DialogueSystemComponent_C_GetCurrentCameraOfType"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CameraType) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CameraComponent) == 0x000040, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, local_cameraType) == 0x000048, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::local_cameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, K2Node_SwitchEnum_CmpSuccess) == 0x00004A, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CallFunc_GetCurrentSpeakerActor_CurrentSpeakerActor) == 0x000050, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CallFunc_GetCurrentSpeakerActor_CurrentSpeakerActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CallFunc_GetCameraFromCurrentSpeaker_Camera) == 0x000058, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CallFunc_GetCameraFromCurrentSpeaker_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x000060, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CallFunc_BPI_GetDialogueCameraByType_CameraComponent) == 0x000078, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CallFunc_BPI_GetDialogueCameraByType_CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, CallFunc_GetPlayerPawn_ReturnValue) == 0x000080, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000088, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentCameraOfType, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_DialogueSystemComponent_C_GetCurrentCameraOfType::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetCurrentSpeakerActor \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetCurrentSpeakerActor) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetCurrentSpeakerActor"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetCurrentSpeakerActor) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_GetCurrentSpeakerActor"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerActor, CurrentSpeakerActor_0) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerActor::CurrentSpeakerActor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetCurrentSpeakerName \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetCurrentSpeakerName"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName) == 0x000050, "Wrong size on BP_DialogueSystemComponent_C_GetCurrentSpeakerName"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, Temp_bool_Variable) == 0x000010, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000030, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetCurrentSpeakerName, K2Node_Select_Default) == 0x000040, "Member 'BP_DialogueSystemComponent_C_GetCurrentSpeakerName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas, CharacterData) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetLastSelectedCharacterDatas::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetRichLineText \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetRichLineText) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetRichLineText"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetRichLineText) == 0x000140, "Wrong size on BP_DialogueSystemComponent_C_GetRichLineText"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetRichLineText, RichDialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetRichLineText::RichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetRichLineText, LineText) == 0x000130, "Member 'BP_DialogueSystemComponent_C_GetRichLineText::LineText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetSpeaker \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetSpeaker) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetSpeaker"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetSpeaker) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_GetSpeaker"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, Character) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, Slot) == 0x000010, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, CallFunc_TryFindSpeakerActorInAvailableSpeakers_Actor) == 0x000018, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::CallFunc_TryFindSpeakerActorInAvailableSpeakers_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, CallFunc_TryFindSpeakerActorInAvailableSpeakers_Slot) == 0x000020, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::CallFunc_TryFindSpeakerActorInAvailableSpeakers_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetSpeaker, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_GetSpeaker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_GetTiedObject \ +static_assert(alignof(BP_DialogueSystemComponent_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_GetTiedObject"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_GetTiedObject) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_GetTiedObject"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_GetTiedObject, Object) == 0x000000, "Member 'BP_DialogueSystemComponent_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_HandleCameraType \ +static_assert(alignof(BP_DialogueSystemComponent_C_HandleCameraType) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_HandleCameraType"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_HandleCameraType) == 0x000048, "Wrong size on BP_DialogueSystemComponent_C_HandleCameraType"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HandleCameraType, CameraType) == 0x000000, "Member 'BP_DialogueSystemComponent_C_HandleCameraType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HandleCameraType, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_HandleCameraType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HandleCameraType, CallFunc_ShouldUseDialogCameras_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_HandleCameraType::CallFunc_ShouldUseDialogCameras_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_HasActiveDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_HasActiveDialogue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_HasActiveDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_HasActiveDialogue) == 0x000004, "Wrong size on BP_DialogueSystemComponent_C_HasActiveDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasActiveDialogue, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_HasActiveDialogue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasActiveDialogue, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_DialogueSystemComponent_C_HasActiveDialogue::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasActiveDialogue, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_DialogueSystemComponent_C_HasActiveDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasActiveDialogue, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_DialogueSystemComponent_C_HasActiveDialogue::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_HasDialogueInQueue \ +static_assert(alignof(BP_DialogueSystemComponent_C_HasDialogueInQueue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_HasDialogueInQueue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_HasDialogueInQueue) == 0x000002, "Wrong size on BP_DialogueSystemComponent_C_HasDialogueInQueue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasDialogueInQueue, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_HasDialogueInQueue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasDialogueInQueue, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_DialogueSystemComponent_C_HasDialogueInQueue::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_HasManualTransitionInProgress \ +static_assert(alignof(BP_DialogueSystemComponent_C_HasManualTransitionInProgress) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_HasManualTransitionInProgress"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_HasManualTransitionInProgress) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_HasManualTransitionInProgress"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_HasManualTransitionInProgress, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_HasManualTransitionInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_InterruptCurrentSpeaker \ +static_assert(alignof(BP_DialogueSystemComponent_C_InterruptCurrentSpeaker) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_InterruptCurrentSpeaker"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_InterruptCurrentSpeaker) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_InterruptCurrentSpeaker"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_InterruptCurrentSpeaker, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_InterruptCurrentSpeaker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_InterruptInWorldDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_InterruptInWorldDialogue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_InterruptInWorldDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_InterruptInWorldDialogue) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_InterruptInWorldDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_InterruptInWorldDialogue, CallFunc_IsPlayingInWorldDialogue_IsPlaying) == 0x000000, "Member 'BP_DialogueSystemComponent_C_InterruptInWorldDialogue::CallFunc_IsPlayingInWorldDialogue_IsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsInDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsInDialogue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_IsInDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsInDialogue) == 0x000002, "Wrong size on BP_DialogueSystemComponent_C_IsInDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsInDialogue, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsInDialogue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsInDialogue, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_DialogueSystemComponent_C_IsInDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsLootDialogueCompatible \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_IsLootDialogueCompatible"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible) == 0x000038, "Wrong size on BP_DialogueSystemComponent_C_IsLootDialogueCompatible"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, GeneratedItemInfo) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, LootDialogue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::LootDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, CallFunc_AreLootItemUsersCompatible_ReturnValue) == 0x000031, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::CallFunc_AreLootItemUsersCompatible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, CallFunc_Array_IsEmpty_ReturnValue) == 0x000032, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, CallFunc_IsLootItemSubtypeCompatible_ReturnValue) == 0x000033, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::CallFunc_IsLootItemSubtypeCompatible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootDialogueCompatible, CallFunc_IsLootItemTypeCompatible_ReturnValue) == 0x000034, "Member 'BP_DialogueSystemComponent_C_IsLootDialogueCompatible::CallFunc_IsLootItemTypeCompatible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible) == 0x000048, "Wrong size on BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, GeneratedItemInfo) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, LootDialogue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::LootDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000038, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000042, "Member 'BP_DialogueSystemComponent_C_IsLootItemSubtypeCompatible::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsLootItemTypeCompatible \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_IsLootItemTypeCompatible"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible) == 0x000038, "Wrong size on BP_DialogueSystemComponent_C_IsLootItemTypeCompatible"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible, GeneratedItemInfo) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsLootItemTypeCompatible::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible, LootDialogue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_IsLootItemTypeCompatible::LootDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible, ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_IsLootItemTypeCompatible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible, CallFunc_GetItemType_ReturnValue) == 0x000031, "Member 'BP_DialogueSystemComponent_C_IsLootItemTypeCompatible::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsLootItemTypeCompatible, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000032, "Member 'BP_DialogueSystemComponent_C_IsLootItemTypeCompatible::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue) == 0x000002, "Wrong size on BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue, IsPlaying) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue::IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_DialogueSystemComponent_C_IsPlayingInWorldDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue, InWorldDialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue::InWorldDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue, IsPlaying) == 0x000008, "Member 'BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue::IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue, CallFunc_GetInWorldDialogueInPlay_ReturnValue) == 0x000010, "Member 'BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue::CallFunc_GetInWorldDialogueInPlay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue, CallFunc_EqualsObjects_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_IsPlayingSpecificInWorldDialogue::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_NotifyCompletionToDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_NotifyCompletionToDialogue) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_NotifyCompletionToDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_NotifyCompletionToDialogue) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_NotifyCompletionToDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_NotifyCompletionToDialogue, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_NotifyCompletionToDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged, CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_OnAutoSkipSettingChanged::CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnBattleFinished \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnBattleFinished) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_OnBattleFinished"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnBattleFinished) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_OnBattleFinished"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnBattleFinished, Victory) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnBattleFinished::Victory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled, Temp_object_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnCharacterSelectionCanceled::Temp_object_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnCharacterSelectionDone \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnCharacterSelectionDone) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnCharacterSelectionDone"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnCharacterSelectionDone) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_OnCharacterSelectionDone"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnCharacterSelectionDone, CharacterDatas) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnCharacterSelectionDone::CharacterDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnChoiceMade \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnChoiceMade) == 0x000004, "Wrong alignment on BP_DialogueSystemComponent_C_OnChoiceMade"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnChoiceMade) == 0x000014, "Wrong size on BP_DialogueSystemComponent_C_OnChoiceMade"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnChoiceMade, ChoiceIndex) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnChoiceMade::ChoiceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnChoiceMade, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_DialogueSystemComponent_C_OnChoiceMade::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnDialogueInterruptInput \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnDialogueInterruptInput) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnDialogueInterruptInput"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnDialogueInterruptInput) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_OnDialogueInterruptInput"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnDialogueInterruptInput, PromptWidget) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnDialogueInterruptInput::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted) == 0x000004, "Wrong alignment on BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted) == 0x000010, "Wrong size on BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnInWorldDialogueFinishedOrInterrupted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D, Loaded) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnLoaded_EEC4040348CBFCE11AE578A7CAAE788D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnNextClicked \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnNextClicked) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnNextClicked"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnNextClicked) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_OnNextClicked"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnNextClicked, PromptWidget) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnNextClicked::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnSaveCompleted \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnSaveCompleted) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnSaveCompleted"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnSaveCompleted) == 0x000018, "Wrong size on BP_DialogueSystemComponent_C_OnSaveCompleted"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnSaveCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnSaveCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnSaveCompleted, CallFunc_GetSaveManager_SaveManager) == 0x000010, "Member 'BP_DialogueSystemComponent_C_OnSaveCompleted::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed, CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_OnTimerToSkipLinesElapsed::CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OnUINavigationFocus \ +static_assert(alignof(BP_DialogueSystemComponent_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow \ +static_assert(alignof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow) == 0x000038, "Wrong size on BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, MaxCharacterCount) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, CanCancel) == 0x000004, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::CanCancel' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, K2Node_MakeStruct_S_CharacterSelectorParameters) == 0x000018, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::K2Node_MakeStruct_S_CharacterSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow, CallFunc_CreateCharacterSelectorWindow_CharacterSelectorWindow) == 0x000030, "Member 'BP_DialogueSystemComponent_C_OpenCharacterSelectorWindow::CallFunc_CreateCharacterSelectorWindow_CharacterSelectorWindow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_OpenMerchantWindow \ +static_assert(alignof(BP_DialogueSystemComponent_C_OpenMerchantWindow) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_OpenMerchantWindow"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_OpenMerchantWindow) == 0x0000D0, "Wrong size on BP_DialogueSystemComponent_C_OpenMerchantWindow"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, Merchant) == 0x000000, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::Merchant' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, IsOpened) == 0x000008, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::IsOpened' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_OpenMerchantWindow, CallFunc_Create_ReturnValue) == 0x0000C8, "Member 'BP_DialogueSystemComponent_C_OpenMerchantWindow::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayAnimation) == 0x000258, "Wrong size on BP_DialogueSystemComponent_C_PlayAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, Character) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, AnimationParameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, local_TargetActor) == 0x0000D0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::local_TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, local_NPC_AnimationComponent) == 0x0000D8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::local_NPC_AnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, local_AnimationParameters) == 0x0000E0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::local_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_GetSpeaker_Actor) == 0x0001A8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_GetSpeaker_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_GetSpeaker_Slot) == 0x0001B0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_GetSpeaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0001B8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_DynamicCast_AsAnim_Sequence) == 0x0001C0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_DynamicCast_AsAnim_Sequence' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001C9, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_DynamicCast_AsCharacter) == 0x0001D0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x0001D9, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_IsValid_ReturnValue_1) == 0x0001DA, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_GetComponentByClass_ReturnValue) == 0x0001E0, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_MakeStruct_AlphaBlendArgs) == 0x0001E8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_MakeStruct_AlphaBlendArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_MakeStruct_MontageBlendSettings) == 0x0001F8, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_MakeStruct_MontageBlendSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_MakeStruct_AlphaBlendArgs_1) == 0x000218, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_MakeStruct_AlphaBlendArgs_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, K2Node_MakeStruct_MontageBlendSettings_1) == 0x000228, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::K2Node_MakeStruct_MontageBlendSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_CreateSlotAnimationAsDynamicMontage_WithBlendSettings_ReturnValue) == 0x000248, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_CreateSlotAnimationAsDynamicMontage_WithBlendSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAnimation, CallFunc_PlayAnimMontage_ReturnValue) == 0x000250, "Member 'BP_DialogueSystemComponent_C_PlayAnimation::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker) == 0x000138, "Wrong size on BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker, DialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker, CallFunc_IsNameValid_ReturnValue) == 0x000131, "Member 'BP_DialogueSystemComponent_C_PlayAudioForCurrentSpeaker::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayCameraAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayCameraAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayCameraAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayCameraAnimation) == 0x0000A8, "Wrong size on BP_DialogueSystemComponent_C_PlayCameraAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CameraParameters) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CameraParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_GetCameraAnimationSequence_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_GetCameraAnimationSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_ShouldApplyCameraAnimation_ReturnValue) == 0x000049, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_ShouldApplyCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, K2Node_MakeStruct_CameraAnimationParams) == 0x000050, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayCameraAnimation, CallFunc_PlayCameraAnimation_ReturnValue) == 0x0000A0, "Member 'BP_DialogueSystemComponent_C_PlayCameraAnimation::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayInWorldDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayInWorldDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayInWorldDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayInWorldDialogue) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_PlayInWorldDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, DialogToPlay) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::DialogToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, DialogueNotPlayed) == 0x000008, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::DialogueNotPlayed' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, CallFunc_IsPlayingSpecificInWorldDialogue_IsPlaying) == 0x00001D, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::CallFunc_IsPlayingSpecificInWorldDialogue_IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogue, CallFunc_Create_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogue::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef) == 0x000028, "Wrong size on BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef, IWDRef) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueFromSoftRef::IWDRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot) == 0x000060, "Wrong size on BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, Items) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::Items' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, local_GeneratedWeaponItem) == 0x000010, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::local_GeneratedWeaponItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_IsPlayingInWorldDialogue_IsPlaying) == 0x000018, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_IsPlayingInWorldDialogue_IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_TryGetCompatibleLootDialogue_InWorldDialogue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_TryGetCompatibleLootDialogue_InWorldDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000058, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00005A, "Member 'BP_DialogueSystemComponent_C_PlayInWorldDialogueOnLoot::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayNextDialogueLine \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayNextDialogueLine) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayNextDialogueLine"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayNextDialogueLine) == 0x0001F0, "Wrong size on BP_DialogueSystemComponent_C_PlayNextDialogueLine"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, local_CurrentRichLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::local_CurrentRichLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_ShouldUseDialogCameras_ReturnValue) == 0x000130, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_ShouldUseDialogCameras_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_GetCurrentSpeakerName_ReturnValue) == 0x000138, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_GetCurrentSpeakerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_GetRichLineText_LineText) == 0x000148, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_GetRichLineText_LineText' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_IsValid_ReturnValue) == 0x000158, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_GetRichLineText_LineText_1) == 0x0001C8, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_GetRichLineText_LineText_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_AddGenderContextToText_EnrichedText) == 0x0001D8, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_AddGenderContextToText_EnrichedText' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_Array_Length_ReturnValue) == 0x0001E8, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueLine, CallFunc_Greater_IntInt_ReturnValue) == 0x0001EC, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueLine::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlayNextDialogueWave \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlayNextDialogueWave) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlayNextDialogueWave"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlayNextDialogueWave) == 0x000018, "Wrong size on BP_DialogueSystemComponent_C_PlayNextDialogueWave"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueWave, DialogueWave) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueWave::DialogueWave' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueWave, Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueWave::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlayNextDialogueWave, CallFunc_GetFirstSoundFromDialogueWave_ReturnValue) == 0x000010, "Member 'BP_DialogueSystemComponent_C_PlayNextDialogueWave::CallFunc_GetFirstSoundFromDialogueWave_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlaySoundForCharacter \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlaySoundForCharacter) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlaySoundForCharacter"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlaySoundForCharacter) == 0x000038, "Wrong size on BP_DialogueSystemComponent_C_PlaySoundForCharacter"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, Sound) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x000010, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, CallFunc_BPI_GetDialogueAudioComponent_AudioComponent) == 0x000028, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::CallFunc_BPI_GetDialogueAudioComponent_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySoundForCharacter, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_PlaySoundForCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_PlaySpeakerAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_PlaySpeakerAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_PlaySpeakerAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_PlaySpeakerAnimation) == 0x000130, "Wrong size on BP_DialogueSystemComponent_C_PlaySpeakerAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_PlaySpeakerAnimation, DialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_PlaySpeakerAnimation::DialogueLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_QueueDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_QueueDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_QueueDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_QueueDialogue) == 0x000078, "Wrong size on BP_DialogueSystemComponent_C_QueueDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_QueueDialogue, DialogToQueue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_QueueDialogue::DialogToQueue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_QueueDialogue, DialogueParameters) == 0x000028, "Member 'BP_DialogueSystemComponent_C_QueueDialogue::DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_QueueDialogue, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000030, "Member 'BP_DialogueSystemComponent_C_QueueDialogue::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_QueueDialogue, K2Node_MakeStruct_S_DialogueQueueElement) == 0x000040, "Member 'BP_DialogueSystemComponent_C_QueueDialogue::K2Node_MakeStruct_S_DialogueQueueElement' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_QueueDialogue, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_DialogueSystemComponent_C_QueueDialogue::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ReceiveTick \ +static_assert(alignof(BP_DialogueSystemComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DialogueSystemComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_DialogueSystemComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SaveAtSpawnPoint \ +static_assert(alignof(BP_DialogueSystemComponent_C_SaveAtSpawnPoint) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_SaveAtSpawnPoint"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SaveAtSpawnPoint) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_SaveAtSpawnPoint"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SaveAtSpawnPoint, SpawnPointTag) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SaveAtSpawnPoint::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SaveAtSpawnPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_DialogueSystemComponent_C_SaveAtSpawnPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SaveAtSpawnPoint, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_DialogueSystemComponent_C_SaveAtSpawnPoint::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetActiveDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetActiveDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_SetActiveDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetActiveDialogue) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_SetActiveDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetActiveDialogue, Dialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetActiveDialogue::Dialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable) == 0x000068, "Wrong size on BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable, Activate_0) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable::Activate_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable, K2Node_MakeStruct_CameraAnimationParams) == 0x000018, "Member 'BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable, CallFunc_PlayCameraAnimation_ReturnValue) == 0x000060, "Member 'BP_DialogueSystemComponent_C_SetBreathingCameraMovementEnable::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetDialogueUI \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetDialogueUI) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_SetDialogueUI"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetDialogueUI) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_SetDialogueUI"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetDialogueUI, DialogueUI_0) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetDialogueUI::DialogueUI_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetEnvelopeValue \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetEnvelopeValue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_SetEnvelopeValue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetEnvelopeValue) == 0x000008, "Wrong size on BP_DialogueSystemComponent_C_SetEnvelopeValue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetEnvelopeValue, EnvelopeValue_0) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetEnvelopeValue::EnvelopeValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetInWorldDialoguePaused \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetInWorldDialoguePaused) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_SetInWorldDialoguePaused"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetInWorldDialoguePaused) == 0x000002, "Wrong size on BP_DialogueSystemComponent_C_SetInWorldDialoguePaused"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetInWorldDialoguePaused, Paused) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetInWorldDialoguePaused::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetInWorldDialoguePaused, CallFunc_IsPlayingInWorldDialogue_IsPlaying) == 0x000001, "Member 'BP_DialogueSystemComponent_C_SetInWorldDialoguePaused::CallFunc_IsPlayingInWorldDialogue_IsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_SetManualTransitionInProgress \ +static_assert(alignof(BP_DialogueSystemComponent_C_SetManualTransitionInProgress) == 0x000001, "Wrong alignment on BP_DialogueSystemComponent_C_SetManualTransitionInProgress"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_SetManualTransitionInProgress) == 0x000001, "Wrong size on BP_DialogueSystemComponent_C_SetManualTransitionInProgress"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_SetManualTransitionInProgress, IsInProgress) == 0x000000, "Member 'BP_DialogueSystemComponent_C_SetManualTransitionInProgress::IsInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ShouldApplyCamera \ +static_assert(alignof(BP_DialogueSystemComponent_C_ShouldApplyCamera) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ShouldApplyCamera"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ShouldApplyCamera) == 0x000050, "Wrong size on BP_DialogueSystemComponent_C_ShouldApplyCamera"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CameraType) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, Parameters) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000042, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_BooleanAND_ReturnValue) == 0x000044, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_BooleanAND_ReturnValue_1) == 0x000045, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000046, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_BooleanOR_ReturnValue) == 0x000047, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCamera, CallFunc_BooleanOR_ReturnValue_1) == 0x000048, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCamera::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation) == 0x000040, "Wrong size on BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation, Parameters) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation, ReturnValue) == 0x000038, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00003A, "Member 'BP_DialogueSystemComponent_C_ShouldApplyCameraAnimation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ShouldUseDialogCameras \ +static_assert(alignof(BP_DialogueSystemComponent_C_ShouldUseDialogCameras) == 0x000004, "Wrong alignment on BP_DialogueSystemComponent_C_ShouldUseDialogCameras"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ShouldUseDialogCameras) == 0x00000C, "Wrong size on BP_DialogueSystemComponent_C_ShouldUseDialogCameras"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldUseDialogCameras, ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ShouldUseDialogCameras::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ShouldUseDialogCameras, CallFunc_GetDialogueParameters_DialogueParameters) == 0x000004, "Member 'BP_DialogueSystemComponent_C_ShouldUseDialogCameras::CallFunc_GetDialogueParameters_DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StartChoice \ +static_assert(alignof(BP_DialogueSystemComponent_C_StartChoice) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StartChoice"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StartChoice) == 0x0000B0, "Wrong size on BP_DialogueSystemComponent_C_StartChoice"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, Dialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StartChoice::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, Choices) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StartChoice::Choices' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, CameraType) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StartChoice::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, CustomOptions) == 0x000020, "Member 'BP_DialogueSystemComponent_C_StartChoice::CustomOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, K2Node_MakeStruct_S_DialogueCameraParameters) == 0x000068, "Member 'BP_DialogueSystemComponent_C_StartChoice::K2Node_MakeStruct_S_DialogueCameraParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartChoice, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'BP_DialogueSystemComponent_C_StartChoice::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StartDialogLines \ +static_assert(alignof(BP_DialogueSystemComponent_C_StartDialogLines) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StartDialogLines"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StartDialogLines) == 0x0001A0, "Wrong size on BP_DialogueSystemComponent_C_StartDialogLines"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Dialog) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Lines) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Character) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, K2Node_MakeStruct_FRichDialogueLine) == 0x000040, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, CallFunc_Add_IntInt_ReturnValue) == 0x000174, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000178, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, Temp_wildcard_Temp_buffer_array_Variable) == 0x000188, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartDialogLines, CallFunc_Array_Add_ReturnValue) == 0x000198, "Member 'BP_DialogueSystemComponent_C_StartDialogLines::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StartRichDialogueLines \ +static_assert(alignof(BP_DialogueSystemComponent_C_StartRichDialogueLines) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StartRichDialogueLines"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StartRichDialogueLines) == 0x000158, "Wrong size on BP_DialogueSystemComponent_C_StartRichDialogueLines"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartRichDialogueLines, Dialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StartRichDialogueLines::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartRichDialogueLines, CharacterAsset) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StartRichDialogueLines::CharacterAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartRichDialogueLines, RichDialogueLines) == 0x000010, "Member 'BP_DialogueSystemComponent_C_StartRichDialogueLines::RichDialogueLines' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartRichDialogueLines, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_StartRichDialogueLines::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StartRichDialogueLines, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DialogueSystemComponent_C_StartRichDialogueLines::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StopAudioForAllSpeakers \ +static_assert(alignof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StopAudioForAllSpeakers"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_StopAudioForAllSpeakers"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopAudioForAllSpeakers, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StopAudioForAllSpeakers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers \ +static_assert(alignof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers) == 0x000020, "Wrong size on BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationForAllSpeakers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StopRunningAnimationsForActor \ +static_assert(alignof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StopRunningAnimationsForActor"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor) == 0x000048, "Wrong size on BP_DialogueSystemComponent_C_StopRunningAnimationsForActor"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, Actor) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, K2Node_DynamicCast_AsCharacter) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetBaseAnimationStatus_Basexpression) == 0x000031, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetBaseAnimationStatus_Basexpression' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetBaseAnimationStatus_BaseFacialExpressionStrength) == 0x000038, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetBaseAnimationStatus_BaseFacialExpressionStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_GetBaseAnimationStatus_BaseIdleType) == 0x000040, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_GetBaseAnimationStatus_BaseIdleType' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopRunningAnimationsForActor, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BP_DialogueSystemComponent_C_StopRunningAnimationsForActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_StopSoundForCharacter \ +static_assert(alignof(BP_DialogueSystemComponent_C_StopSoundForCharacter) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_StopSoundForCharacter"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_StopSoundForCharacter) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_StopSoundForCharacter"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopSoundForCharacter, Actor) == 0x000000, "Member 'BP_DialogueSystemComponent_C_StopSoundForCharacter::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopSoundForCharacter, K2Node_DynamicCast_AsBPI_Dialogue_Character) == 0x000008, "Member 'BP_DialogueSystemComponent_C_StopSoundForCharacter::K2Node_DynamicCast_AsBPI_Dialogue_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopSoundForCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_DialogueSystemComponent_C_StopSoundForCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopSoundForCharacter, CallFunc_BPI_GetDialogueAudioComponent_AudioComponent) == 0x000020, "Member 'BP_DialogueSystemComponent_C_StopSoundForCharacter::CallFunc_BPI_GetDialogueAudioComponent_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_StopSoundForCharacter, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_StopSoundForCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager \ +static_assert(alignof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueEndCameraComponentManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager \ +static_assert(alignof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_TriggerDialogueStartCameraComponentManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers \ +static_assert(alignof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers) == 0x000080, "Wrong size on BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, Character) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, Slot) == 0x000010, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000038, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_GetCharacterActor_Character) == 0x000050, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_GetCharacterActor_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot_1) == 0x000058, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_GetAssetDialogueCharacter_DialogueCharacter) == 0x000070, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_GetAssetDialogueCharacter_DialogueCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'BP_DialogueSystemComponent_C_TryFindSpeakerActorInAvailableSpeakers::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue) == 0x0000D0, "Wrong size on BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, GeneratedItemInfo) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, InWorldDialogue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::InWorldDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, local_RowNames) == 0x000030, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::local_RowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_IsLootDialogueCompatible_ReturnValue) == 0x000088, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_IsLootDialogueCompatible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Array_Random_OutItem) == 0x000090, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_Array_Random_OutIndex) == 0x0000B8, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0000C0, "Member 'BP_DialogueSystemComponent_C_TryGetCompatibleLootDialogue::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines \ +static_assert(alignof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines) == 0x000030, "Wrong size on BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, Time) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, CallFunc_CanAutoSkipCurrentDialogueLine_ReturnValue) == 0x000004, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::CallFunc_CanAutoSkipCurrentDialogueLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_DialogueSystemComponent_C_TryStartTimerToWaitToAutoSkipLines::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_TryUnqueueDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_TryUnqueueDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_TryUnqueueDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_TryUnqueueDialogue) == 0x0000A8, "Wrong size on BP_DialogueSystemComponent_C_TryUnqueueDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, local_EnqueueDialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::local_EnqueueDialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, Temp_wildcard_Variable) == 0x000030, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_ValidateNPCDialogToEnqueue_IsValid) == 0x000038, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_ValidateNPCDialogToEnqueue_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog) == 0x000048, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000051, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_IsValid_ReturnValue) == 0x000052, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000053, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000058, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000068, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_TryUnqueueDialogue, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_DialogueSystemComponent_C_TryUnqueueDialogue::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateAllSpeakerActors \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateAllSpeakerActors"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors) == 0x000078, "Wrong size on BP_DialogueSystemComponent_C_UpdateAllSpeakerActors"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, Temp_wildcard_Temp_buffer_array_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000048, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_GetCharacterActor_Character) == 0x000060, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_GetCharacterActor_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAllSpeakerActors, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_DialogueSystemComponent_C_UpdateAllSpeakerActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateAvailableSpeakers \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateAvailableSpeakers"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers) == 0x000080, "Wrong size on BP_DialogueSystemComponent_C_UpdateAvailableSpeakers"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Array_Add_ReturnValue_1) == 0x00001C, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_GetExternalSpeakerSlots_Actor_Array) == 0x000020, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_GetExternalSpeakerSlots_Actor_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000068, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, K2Node_DynamicCast_AsActor) == 0x000070, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateAvailableSpeakers, CallFunc_Array_Add_ReturnValue_2) == 0x00007C, "Member 'BP_DialogueSystemComponent_C_UpdateAvailableSpeakers::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateCamera \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateCamera) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateCamera"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateCamera) == 0x000168, "Wrong size on BP_DialogueSystemComponent_C_UpdateCamera"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCamera, DialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateCamera::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCamera, K2Node_MakeStruct_S_DialogueCameraParameters) == 0x000130, "Member 'BP_DialogueSystemComponent_C_UpdateCamera::K2Node_MakeStruct_S_DialogueCameraParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue) == 0x000058, "Wrong size on BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, Dialogue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, CustomOptions) == 0x000008, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::CustomOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, Temp_byte_Variable) == 0x000050, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, Temp_bool_Variable) == 0x000051, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, Temp_bool_Variable_1) == 0x000052, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue, K2Node_Select_Default) == 0x000053, "Member 'BP_DialogueSystemComponent_C_UpdateCanInterruptDialogue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData) == 0x000018, "Wrong size on BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData, CallFunc_GetSpeaker_Actor) == 0x000008, "Member 'BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData::CallFunc_GetSpeaker_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData, CallFunc_GetSpeaker_Slot) == 0x000010, "Member 'BP_DialogueSystemComponent_C_UpdateCurrentSpeakerData::CallFunc_GetSpeaker_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation \ +static_assert(alignof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation) == 0x000140, "Wrong size on BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation, DialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000131, "Member 'BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation, CallFunc_DelayUntilStopTalking_Duration_ImplicitCast) == 0x000138, "Member 'BP_DialogueSystemComponent_C_UpdateSpeakerTalkingAnimation::CallFunc_DelayUntilStopTalking_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue \ +static_assert(alignof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue) == 0x000068, "Wrong size on BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, NPCDialog) == 0x000000, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::NPCDialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, IsValid) == 0x000008, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_HasActorBegunPlay_ReturnValue) == 0x000009, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_HasActorBegunPlay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_HasActorBegunPlay_ReturnValue_1) == 0x00005A, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_HasActorBegunPlay_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Not_PreBool_ReturnValue) == 0x00005B, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_DialogueSystemComponent_C_ValidateNPCDialogToEnqueue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueSystemComponent_C_WaitForSpeakerAudio \ +static_assert(alignof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio) == 0x000008, "Wrong alignment on BP_DialogueSystemComponent_C_WaitForSpeakerAudio"); \ +static_assert(sizeof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio) == 0x0001A8, "Wrong size on BP_DialogueSystemComponent_C_WaitForSpeakerAudio"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, DialogueLine) == 0x000000, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, local_TimeToWait) == 0x000130, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::local_TimeToWait' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_GetTextSourceString_ReturnValue) == 0x000138, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_GetTextSourceString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000148, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Len_ReturnValue) == 0x00014C, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000150, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000158, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_EqualsObjects_ReturnValue) == 0x000161, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_EqualsObjects_ReturnValue_1) == 0x000162, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_BooleanOR_ReturnValue) == 0x000163, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000168, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_BooleanAND_ReturnValue) == 0x000170, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000178, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_FMax_ReturnValue) == 0x000180, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_FMax_ReturnValue_1) == 0x000188, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000190, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000198, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueSystemComponent_C_WaitForSpeakerAudio, CallFunc_TryStartTimerToWaitToAutoSkipLines_Time_ImplicitCast) == 0x0001A0, "Member 'BP_DialogueSystemComponent_C_WaitForSpeakerAudio::CallFunc_TryStartTimerToWaitToAutoSkipLines_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DialogueSystemComponent_C \ +static_assert(alignof(UBP_DialogueSystemComponent_C) == 0x000008, "Wrong alignment on UBP_DialogueSystemComponent_C"); \ +static_assert(sizeof(UBP_DialogueSystemComponent_C) == 0x000298, "Wrong size on UBP_DialogueSystemComponent_C"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_DialogueSystemComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, ActiveDialogue) == 0x0000A8, "Member 'UBP_DialogueSystemComponent_C::ActiveDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, LastChoice) == 0x0000B0, "Member 'UBP_DialogueSystemComponent_C::LastChoice' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentChoices) == 0x0000B8, "Member 'UBP_DialogueSystemComponent_C::CurrentChoices' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentRichDialogueLinesQueue) == 0x0000C8, "Member 'UBP_DialogueSystemComponent_C::CurrentRichDialogueLinesQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, DialogueUI) == 0x0000D8, "Member 'UBP_DialogueSystemComponent_C::DialogueUI' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, IsWaitingForDialogInput) == 0x0000E0, "Member 'UBP_DialogueSystemComponent_C::IsWaitingForDialogInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnInWorldDialogueStarted) == 0x0000E8, "Member 'UBP_DialogueSystemComponent_C::OnInWorldDialogueStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnInWorldDialogueFinished) == 0x0000F8, "Member 'UBP_DialogueSystemComponent_C::OnInWorldDialogueFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, WasLastBattleVictory) == 0x000108, "Member 'UBP_DialogueSystemComponent_C::WasLastBattleVictory' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentSpeakerData) == 0x000110, "Member 'UBP_DialogueSystemComponent_C::CurrentSpeakerData' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentSpeakerActor) == 0x000118, "Member 'UBP_DialogueSystemComponent_C::CurrentSpeakerActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentAudioReactionDialogue) == 0x000120, "Member 'UBP_DialogueSystemComponent_C::CurrentAudioReactionDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentSoundBaseReactionDialogue) == 0x000128, "Member 'UBP_DialogueSystemComponent_C::CurrentSoundBaseReactionDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentInWorldDialogueWidget) == 0x000130, "Member 'UBP_DialogueSystemComponent_C::CurrentInWorldDialogueWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CanInterruptDialogue) == 0x000138, "Member 'UBP_DialogueSystemComponent_C::CanInterruptDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentSpeakerAnimationComponent) == 0x000140, "Member 'UBP_DialogueSystemComponent_C::CurrentSpeakerAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentCameraComponent) == 0x000148, "Member 'UBP_DialogueSystemComponent_C::CurrentCameraComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CurrentSpeakerSlot) == 0x000150, "Member 'UBP_DialogueSystemComponent_C::CurrentSpeakerSlot' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, AvailableSpeakerSlots) == 0x000158, "Member 'UBP_DialogueSystemComponent_C::AvailableSpeakerSlots' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, DialogQueue) == 0x000168, "Member 'UBP_DialogueSystemComponent_C::DialogQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnDialogueStarted) == 0x000178, "Member 'UBP_DialogueSystemComponent_C::OnDialogueStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnDialogueFinished) == 0x000188, "Member 'UBP_DialogueSystemComponent_C::OnDialogueFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CharacterSelectorWindow) == 0x000198, "Member 'UBP_DialogueSystemComponent_C::CharacterSelectorWindow' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, LastSelectedCharacterDatas) == 0x0001A0, "Member 'UBP_DialogueSystemComponent_C::LastSelectedCharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, MerchantWindow) == 0x0001B0, "Member 'UBP_DialogueSystemComponent_C::MerchantWindow' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, FacialTalkingTimer) == 0x0001B8, "Member 'UBP_DialogueSystemComponent_C::FacialTalkingTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, PreviousCameraAnimation) == 0x0001C0, "Member 'UBP_DialogueSystemComponent_C::PreviousCameraAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, BreathingCameraAnimation) == 0x0001C4, "Member 'UBP_DialogueSystemComponent_C::BreathingCameraAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, PreviousCameraType) == 0x0001C8, "Member 'UBP_DialogueSystemComponent_C::PreviousCameraType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, PreviousSpeakerActor) == 0x0001D0, "Member 'UBP_DialogueSystemComponent_C::PreviousSpeakerActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, AllSpeakerActors) == 0x0001D8, "Member 'UBP_DialogueSystemComponent_C::AllSpeakerActors' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, ForceRefreshCameraOnNextLine) == 0x0001E8, "Member 'UBP_DialogueSystemComponent_C::ForceRefreshCameraOnNextLine' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnAnyDialogueStarted) == 0x0001F0, "Member 'UBP_DialogueSystemComponent_C::OnAnyDialogueStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnAnyDialogueFinished) == 0x000200, "Member 'UBP_DialogueSystemComponent_C::OnAnyDialogueFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, ManualTransitionInProgress) == 0x000210, "Member 'UBP_DialogueSystemComponent_C::ManualTransitionInProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, LootDialoguesTable) == 0x000218, "Member 'UBP_DialogueSystemComponent_C::LootDialoguesTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, SoundEventWindowOpen) == 0x000220, "Member 'UBP_DialogueSystemComponent_C::SoundEventWindowOpen' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, PreviousCamera) == 0x000230, "Member 'UBP_DialogueSystemComponent_C::PreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, EnvelopeValue) == 0x000238, "Member 'UBP_DialogueSystemComponent_C::EnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, TickUpdateEnvelopeVolumeOfComponent) == 0x000240, "Member 'UBP_DialogueSystemComponent_C::TickUpdateEnvelopeVolumeOfComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnDisplayRelationshipLevelIncreasedRequested) == 0x000248, "Member 'UBP_DialogueSystemComponent_C::OnDisplayRelationshipLevelIncreasedRequested' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, TimerToWaitToAutoSkipLines) == 0x000258, "Member 'UBP_DialogueSystemComponent_C::TimerToWaitToAutoSkipLines' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, NumberOfCharactersToReadPerSecond) == 0x000260, "Member 'UBP_DialogueSystemComponent_C::NumberOfCharactersToReadPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, MinimumTimeToAutoSkipLines) == 0x000268, "Member 'UBP_DialogueSystemComponent_C::MinimumTimeToAutoSkipLines' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnDialogueBattleStarted) == 0x000270, "Member 'UBP_DialogueSystemComponent_C::OnDialogueBattleStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, OnDialogueBattleFinished) == 0x000280, "Member 'UBP_DialogueSystemComponent_C::OnDialogueBattleFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueSystemComponent_C, CanAutoSkipDialogueLine) == 0x000290, "Member 'UBP_DialogueSystemComponent_C::CanAutoSkipDialogueLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel) == 0x000020, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, InputPin) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, CallFunc_IsEmpty_ReturnValue) == 0x000010, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, CallFunc_Conv_StringToInt_ReturnValue) == 0x000014, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000019, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_DamageLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities) == 0x000080, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, SourceString) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::SourceString' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_ParseIntoArray_ReturnValue) == 0x000010, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, Temp_int_Variable) == 0x000020, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, Temp_int_Variable_1) == 0x000024, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Conv_IntToByte_ReturnValue) == 0x000028, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_GetValidValue_ReturnValue) == 0x000030, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000031, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000048, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Array_Contains_ReturnValue) == 0x000049, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00004C, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000060, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_MakeLiteralInt_ReturnValue) == 0x000074, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVar_UnlockedWorldMapCapacities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars) == 0x000002, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_LoadCVars::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_AttackInWorld::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Camp::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel) == 0x000010, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_DamageLevel::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_FreeAim::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_GameMenu::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Overlay::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport) == 0x000001, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport, NewValue) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_OnCVarChanged_Teleport::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity) == 0x000002, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity, Capacity) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity, Unlocked) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_UnlockExplorationCapacity::Unlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel) == 0x000004, "Wrong alignment on BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel) == 0x000004, "Wrong size on BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel, DamageLevel) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_DEBUG_UnlockFreeAimDamageLevel::DamageLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel) == 0x000004, "Wrong alignment on BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel) == 0x000004, "Wrong size on BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel, FreeAimDamageLevel_0) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_GetFreeAimDamageLevel::FreeAimDamageLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities) == 0x000010, "Wrong size on BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities, UnlockedExplorationCapacities_0) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_GetUnlockedExplorationCapacities::UnlockedExplorationCapacities_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities) == 0x000010, "Wrong size on BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities, UnlockedWorldMapCapacities_0) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_GetUnlockedWorldMapCapacities::UnlockedWorldMapCapacities_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_Initialize \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_Initialize) == 0x000004, "Wrong alignment on BP_ExplorationProgressionSystem_C_Initialize"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_Initialize) == 0x000080, "Wrong size on BP_ExplorationProgressionSystem_C_Initialize"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_4) == 0x000040, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_5) == 0x000050, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_6) == 0x000060, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate_7) == 0x000070, "Member 'BP_ExplorationProgressionSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked) == 0x000020, "Wrong size on BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked, Capacity) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked, IsUnlocked) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked::IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked, CallFunc_GetUnlockedExplorationCapacities_UnlockedExplorationCapacities) == 0x000008, "Member 'BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked::CallFunc_GetUnlockedExplorationCapacities_UnlockedExplorationCapacities' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'BP_ExplorationProgressionSystem_C_IsExplorationCapacityUnlocked::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked) == 0x000002, "Wrong size on BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked, FreeAimTeleportUnlocked) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked::FreeAimTeleportUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked, CallFunc_IsExplorationCapacityUnlocked_IsUnlocked) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_IsFreeAimTeleportUnlocked::CallFunc_IsExplorationCapacityUnlocked_IsUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked) == 0x000001, "Wrong alignment on BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked) == 0x000003, "Wrong size on BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked, Capacity) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked, IsUnlocked) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked::IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked, CallFunc_Array_Contains_ReturnValue) == 0x000002, "Member 'BP_ExplorationProgressionSystem_C_IsWorldMapCapacityUnlocked::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_LoadState \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_LoadState) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_LoadState"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_LoadState) == 0x000028, "Wrong size on BP_ExplorationProgressionSystem_C_LoadState"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_LoadState, State) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_LoadState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_ResetState \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_ResetState) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_ResetState"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_ResetState) == 0x000010, "Wrong size on BP_ExplorationProgressionSystem_C_ResetState"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_ResetState, K2Node_MakeArray_Array) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_ResetState::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_SaveState \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_SaveState) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_SaveState"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_SaveState) == 0x000028, "Wrong size on BP_ExplorationProgressionSystem_C_SaveState"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_SaveState, State) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_SaveState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked) == 0x000004, "Wrong alignment on BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked) == 0x000008, "Wrong size on BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked, Capacity) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked::Capacity' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked, Unlocked) == 0x000001, "Member 'BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked::Unlocked' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked, CallFunc_Array_RemoveItem_ReturnValue) == 0x000002, "Member 'BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked, CallFunc_Array_AddUnique_ReturnValue) == 0x000004, "Member 'BP_ExplorationProgressionSystem_C_SetExplorationCapacityUnlocked::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel) == 0x000004, "Wrong alignment on BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel) == 0x000008, "Wrong size on BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel, DamageLevel) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel::DamageLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_ExplorationProgressionSystem_C_UnlockFreeAimDamageLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities \ +static_assert(alignof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities) == 0x000008, "Wrong alignment on BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities"); \ +static_assert(sizeof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities) == 0x000028, "Wrong size on BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, Capacities) == 0x000000, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::Capacities' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities, CallFunc_Array_AddUnique_ReturnValue) == 0x000024, "Member 'BP_ExplorationProgressionSystem_C_UnlockWorldMapCapacities::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationProgressionSystem_C \ +static_assert(alignof(UBP_ExplorationProgressionSystem_C) == 0x000008, "Wrong alignment on UBP_ExplorationProgressionSystem_C"); \ +static_assert(sizeof(UBP_ExplorationProgressionSystem_C) == 0x0000A8, "Wrong size on UBP_ExplorationProgressionSystem_C"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, UnlockedExplorationCapacities) == 0x000028, "Member 'UBP_ExplorationProgressionSystem_C::UnlockedExplorationCapacities' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, FreeAimDamageLevel) == 0x000038, "Member 'UBP_ExplorationProgressionSystem_C::FreeAimDamageLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, OnFreeAimTeleportUnlocked) == 0x000040, "Member 'UBP_ExplorationProgressionSystem_C::OnFreeAimTeleportUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, OnFreeAimDamageLevelUnlocked) == 0x000050, "Member 'UBP_ExplorationProgressionSystem_C::OnFreeAimDamageLevelUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, UnlockedWorldMapCapacities) == 0x000060, "Member 'UBP_ExplorationProgressionSystem_C::UnlockedWorldMapCapacities' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, OnWorldMapCapacityUnlocked) == 0x000070, "Member 'UBP_ExplorationProgressionSystem_C::OnWorldMapCapacityUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, OnAnyWorldMapCapacityUnlocked) == 0x000080, "Member 'UBP_ExplorationProgressionSystem_C::OnAnyWorldMapCapacityUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, ShouldDispatchModifications) == 0x000090, "Member 'UBP_ExplorationProgressionSystem_C::ShouldDispatchModifications' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationProgressionSystem_C, OnAnyExplorationCapacityUnlocked) == 0x000098, "Member 'UBP_ExplorationProgressionSystem_C::OnAnyExplorationCapacityUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_GeneralOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GeneralOptions_C \ +static_assert(alignof(UWBP_Settings_GeneralOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_GeneralOptions_C"); \ +static_assert(sizeof(UWBP_Settings_GeneralOptions_C) == 0x0004D0, "Wrong size on UWBP_Settings_GeneralOptions_C"); \ +static_assert(offsetof(UWBP_Settings_GeneralOptions_C, WBP_Settings_GeneralOptionsList) == 0x0004C8, "Member 'UWBP_Settings_GeneralOptions_C::WBP_Settings_GeneralOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleTowerStageData \ +static_assert(alignof(FS_BattleTowerStageData) == 0x000008, "Wrong alignment on FS_BattleTowerStageData"); \ +static_assert(sizeof(FS_BattleTowerStageData) == 0x000098, "Wrong size on FS_BattleTowerStageData"); \ +static_assert(offsetof(FS_BattleTowerStageData, StageHardcodedID_27_8DF1068F4D78F3DF27C2F2BAFA4CEECF) == 0x000000, "Member 'FS_BattleTowerStageData::StageHardcodedID_27_8DF1068F4D78F3DF27C2F2BAFA4CEECF' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, StageName_22_0B1978654FE8038BEFD63AA0BCC116B3) == 0x000008, "Member 'FS_BattleTowerStageData::StageName_22_0B1978654FE8038BEFD63AA0BCC116B3' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, EncounterRow_11_AB66F1FE40B945189105B39824AF39BA) == 0x000018, "Member 'FS_BattleTowerStageData::EncounterRow_11_AB66F1FE40B945189105B39824AF39BA' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, BattleMap_21_6D9CCBBB4E43F134AA083A86630BA99A) == 0x000028, "Member 'FS_BattleTowerStageData::BattleMap_21_6D9CCBBB4E43F134AA083A86630BA99A' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, Reward_15_2A07F6274B8D79CDE8ABF2A66C6D0F78) == 0x000050, "Member 'FS_BattleTowerStageData::Reward_15_2A07F6274B8D79CDE8ABF2A66C6D0F78' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, OverrideDefaultReward_19_7754281F4349D1F4700680B8D787948D) == 0x000060, "Member 'FS_BattleTowerStageData::OverrideDefaultReward_19_7754281F4349D1F4700680B8D787948D' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleTowerStageData, BattleMusic_30_341F06D443AC58DC562D758BFB987B64) == 0x000068, "Member 'FS_BattleTowerStageData::BattleMusic_30_341F06D443AC58DC562D758BFB987B64' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_ComputeBattleParametersByIndex \ +static_assert(alignof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_ComputeBattleParametersByIndex"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex) == 0x000470, "Wrong size on BP_BattleTowerSystem_C_ComputeBattleParametersByIndex"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, BattleIndex) == 0x000000, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::BattleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, BattleParameters) == 0x000008, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::BattleParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, CallFunc_VerifyBattleIndex_IsValid) == 0x000160, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::CallFunc_VerifyBattleIndex_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, Temp_wildcard_Variable) == 0x000168, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, CallFunc_ComputeBattleRewardParameters_BattleRewardParameters) == 0x000200, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::CallFunc_ComputeBattleRewardParameters_BattleRewardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, K2Node_MakeStruct_FBattleStartParams) == 0x000268, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::K2Node_MakeStruct_FBattleStartParams' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, CallFunc_GetDataTableRowNames_OutRowNames) == 0x0003C0, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, CallFunc_Array_Get_Item) == 0x0003D0, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleParametersByIndex, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003D8, "Member 'BP_BattleTowerSystem_C_ComputeBattleParametersByIndex::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_ComputeBattleRewardParameters \ +static_assert(alignof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_ComputeBattleRewardParameters"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters) == 0x0002C8, "Wrong size on BP_BattleTowerSystem_C_ComputeBattleRewardParameters"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, BattleIndex) == 0x000000, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::BattleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, BattleTowerStageData) == 0x000008, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::BattleTowerStageData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, BattleRewardParameters) == 0x0000A0, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::BattleRewardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, local_LootItems) == 0x000108, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::local_LootItems' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_FindBattleIDFromIndex_BattleID) == 0x000158, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_FindBattleIDFromIndex_BattleID' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, Temp_int_Array_Index_Variable) == 0x000164, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, Temp_int_Loop_Counter_Variable) == 0x000168, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Array_Get_Item) == 0x000170, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Add_IntInt_ReturnValue) == 0x00019C, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, K2Node_MakeStruct_S_BattleRewardParameters) == 0x0001A0, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::K2Node_MakeStruct_S_BattleRewardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Map_Find_Value) == 0x000208, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_Map_Find_ReturnValue) == 0x00020C, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00020D, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, K2Node_MakeStruct_S_BattleRewardParameters_1) == 0x000210, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::K2Node_MakeStruct_S_BattleRewardParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_ComputeBattleRewardParameters, K2Node_MakeVariable_MakeVariableOutput) == 0x000278, "Member 'BP_BattleTowerSystem_C_ComputeBattleRewardParameters::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles \ +static_assert(alignof(BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles) == 0x000004, "Wrong alignment on BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles) == 0x000004, "Wrong size on BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'BP_BattleTowerSystem_C_DEBUG_UnlockAllBattles::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_FindBattleIDFromIndex \ +static_assert(alignof(BP_BattleTowerSystem_C_FindBattleIDFromIndex) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_FindBattleIDFromIndex"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_FindBattleIDFromIndex) == 0x0000C0, "Wrong size on BP_BattleTowerSystem_C_FindBattleIDFromIndex"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, BattleIndex) == 0x000000, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::BattleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, BattleID) == 0x000004, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::BattleID' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, CallFunc_VerifyBattleIndex_IsValid) == 0x00000C, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::CallFunc_VerifyBattleIndex_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_FindBattleIDFromIndex, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_BattleTowerSystem_C_FindBattleIDFromIndex::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_Initialize \ +static_assert(alignof(BP_BattleTowerSystem_C_Initialize) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_Initialize"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_Initialize) == 0x000018, "Wrong size on BP_BattleTowerSystem_C_Initialize"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_Initialize, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000000, "Member 'BP_BattleTowerSystem_C_Initialize::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_Initialize, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleTowerSystem_C_Initialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_LoadState \ +static_assert(alignof(BP_BattleTowerSystem_C_LoadState) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_LoadState"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_LoadState) == 0x000058, "Wrong size on BP_BattleTowerSystem_C_LoadState"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_LoadState, SaveData) == 0x000000, "Member 'BP_BattleTowerSystem_C_LoadState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_OnBattleVictory \ +static_assert(alignof(BP_BattleTowerSystem_C_OnBattleVictory) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_OnBattleVictory"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_OnBattleVictory) == 0x000060, "Wrong size on BP_BattleTowerSystem_C_OnBattleVictory"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, BattleIndex) == 0x000000, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::BattleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_GetQuestSystem_QuestSystem) == 0x000008, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_FindBattleIDFromIndex_BattleID) == 0x000018, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_FindBattleIDFromIndex_BattleID' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_VerifyBattleIndex_IsValid) == 0x000020, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_VerifyBattleIndex_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_GetQuestSystem_QuestSystem_1) == 0x000028, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000030, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000040, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_Map_Find_ReturnValue) == 0x000054, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_Max_ReturnValue) == 0x000058, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_OnBattleVictory, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_BattleTowerSystem_C_OnBattleVictory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_RetrieveUnlockedBattles \ +static_assert(alignof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_RetrieveUnlockedBattles"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles) == 0x0000F8, "Wrong size on BP_BattleTowerSystem_C_RetrieveUnlockedBattles"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, BatteTowerStageDatas) == 0x000000, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::BatteTowerStageDatas' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, local_StageDatas) == 0x000010, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::local_StageDatas' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_RetrieveUnlockedBattles, CallFunc_Array_Add_ReturnValue) == 0x0000F0, "Member 'BP_BattleTowerSystem_C_RetrieveUnlockedBattles::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_SaveState \ +static_assert(alignof(BP_BattleTowerSystem_C_SaveState) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_SaveState"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_SaveState) == 0x000058, "Wrong size on BP_BattleTowerSystem_C_SaveState"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_SaveState, SaveData) == 0x000000, "Member 'BP_BattleTowerSystem_C_SaveState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleTowerSystem_C_VerifyBattleIndex \ +static_assert(alignof(BP_BattleTowerSystem_C_VerifyBattleIndex) == 0x000008, "Wrong alignment on BP_BattleTowerSystem_C_VerifyBattleIndex"); \ +static_assert(sizeof(BP_BattleTowerSystem_C_VerifyBattleIndex) == 0x000080, "Wrong size on BP_BattleTowerSystem_C_VerifyBattleIndex"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, BattleIndex) == 0x000000, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::BattleIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, IsValid) == 0x000004, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000005, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000006, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleTowerSystem_C_VerifyBattleIndex, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_BattleTowerSystem_C_VerifyBattleIndex::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleTowerSystem_C \ +static_assert(alignof(UBP_BattleTowerSystem_C) == 0x000008, "Wrong alignment on UBP_BattleTowerSystem_C"); \ +static_assert(sizeof(UBP_BattleTowerSystem_C) == 0x000090, "Wrong size on UBP_BattleTowerSystem_C"); \ +static_assert(offsetof(UBP_BattleTowerSystem_C, UnlockedBattleIndex) == 0x000028, "Member 'UBP_BattleTowerSystem_C::UnlockedBattleIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleTowerSystem_C, BattleVictoryCount) == 0x000030, "Member 'UBP_BattleTowerSystem_C::BattleVictoryCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleTowerSystem_C, BattleTowerDataTable) == 0x000080, "Member 'UBP_BattleTowerSystem_C::BattleTowerDataTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleTowerSystem_C, MaxNumberOfBattles) == 0x000088, "Member 'UBP_BattleTowerSystem_C::MaxNumberOfBattles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BP_EntitlementHelpers_C_GetEntitlementManager \ +static_assert(alignof(FL_BP_EntitlementHelpers_C_GetEntitlementManager) == 0x000008, "Wrong alignment on FL_BP_EntitlementHelpers_C_GetEntitlementManager"); \ +static_assert(sizeof(FL_BP_EntitlementHelpers_C_GetEntitlementManager) == 0x000018, "Wrong size on FL_BP_EntitlementHelpers_C_GetEntitlementManager"); \ +static_assert(offsetof(FL_BP_EntitlementHelpers_C_GetEntitlementManager, __WorldContext) == 0x000000, "Member 'FL_BP_EntitlementHelpers_C_GetEntitlementManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BP_EntitlementHelpers_C_GetEntitlementManager, ReturnValue) == 0x000008, "Member 'FL_BP_EntitlementHelpers_C_GetEntitlementManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BP_EntitlementHelpers_C_GetEntitlementManager, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'FL_BP_EntitlementHelpers_C_GetEntitlementManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_BP_EntitlementHelpers_C \ +static_assert(alignof(UFL_BP_EntitlementHelpers_C) == 0x000008, "Wrong alignment on UFL_BP_EntitlementHelpers_C"); \ +static_assert(sizeof(UFL_BP_EntitlementHelpers_C) == 0x000028, "Wrong size on UFL_BP_EntitlementHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_AttachWeaponToHands \ +static_assert(alignof(BP_CineCharacter_Main_C_AttachWeaponToHands) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_AttachWeaponToHands"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_AttachWeaponToHands) == 0x000480, "Wrong size on BP_CineCharacter_Main_C_AttachWeaponToHands"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, Weapons_0) == 0x000000, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::Weapons_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Location) == 0x000008, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Rotation) == 0x000020, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Scale) == 0x000038, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Location_1) == 0x000050, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Rotation_1) == 0x000068, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_BreakTransform_Scale_1) == 0x000080, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000098, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult_1) == 0x000190, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000288, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult_1) == 0x000380, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000478, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_AttachWeaponToHands, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000479, "Member 'BP_CineCharacter_Main_C_AttachWeaponToHands::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature \ +static_assert(alignof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature) == 0x000008, "Wrong size on BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature, SkinComponent) == 0x000000, "Member 'BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_BP_CinematicCharacterSkinComponent_K2Node_ComponentBoundEvent_1_OnCharacterCustomizationChanged__DelegateSignature::SkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature \ +static_assert(alignof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature) == 0x000004, "Wrong alignment on BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature) == 0x000004, "Wrong size on BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature, DeltaTime) == 0x000000, "Member 'BP_CineCharacter_Main_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_CheckForErrors \ +static_assert(alignof(BP_CineCharacter_Main_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_CheckForErrors"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_CheckForErrors) == 0x000148, "Wrong size on BP_CineCharacter_Main_C_CheckForErrors"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CineCharacter_Main_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_ArrayContainsInvalid_Result) == 0x000028, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_ArrayContainsInvalid_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_ArrayContainsInvalid_ArrayIndex) == 0x000030, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_ArrayContainsInvalid_ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_ToStringArray__integer__StringArray) == 0x000050, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_ToStringArray__integer__StringArray' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_CineCharacter_Main_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_JoinStringArray_ReturnValue) == 0x0000A8, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_CineCharacter_Main_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_CineCharacter_Main_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000130, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000140, "Member 'BP_CineCharacter_Main_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main \ +static_assert(alignof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main) == 0x000010, "Wrong alignment on BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main) == 0x000340, "Wrong size on BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, EntryPoint) == 0x000000, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_Event_EndPlayReason) == 0x000014, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000018, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Lerp_ReturnValue_1) == 0x000098, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_2) == 0x0000A0, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0000B0, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_3) == 0x000110, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, Temp_bool_Has_Been_Initd_Variable) == 0x000111, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000112, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, Temp_bool_IsClosed_Variable) == 0x000113, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_4) == 0x000114, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, Temp_int_Loop_Counter_Variable) == 0x000118, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue) == 0x000120, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_Y) == 0x000140, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_Z) == 0x000148, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000154, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000155, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000158, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000170, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_X_1) == 0x000178, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_Y_1) == 0x000180, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BreakVector_Z_1) == 0x000188, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BooleanAND_ReturnValue) == 0x000190, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_MakeVector_ReturnValue) == 0x000198, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_VSize_ReturnValue) == 0x0001B0, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_ComponentBoundEvent_DeltaTime) == 0x0001B8, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_ComponentBoundEvent_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_5) == 0x0001BC, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsPackagedBuild_ReturnValue) == 0x0001BD, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsInPlayMode_ReturnValue) == 0x0001BE, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsInSimulateMode_ReturnValue) == 0x0001BF, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsInSimulateMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsInPlayMode_ReturnValue_1) == 0x0001C0, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsInPlayMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BooleanOR_ReturnValue) == 0x0001C1, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsInSimulateMode_ReturnValue_1) == 0x0001C2, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsInSimulateMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_BooleanOR_ReturnValue_1) == 0x0001C3, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x0001C8, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001D8, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Array_Get_Item) == 0x0001F0, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Array_Length_ReturnValue) == 0x0001F8, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_IsValid_ReturnValue_6) == 0x0001FC, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Less_IntInt_ReturnValue) == 0x0001FD, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000200, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_CreateDelegate_OutputDelegate) == 0x000208, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_GetSocketLocation_ReturnValue) == 0x000218, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000230, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, K2Node_ComponentBoundEvent_SkinComponent) == 0x000328, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::K2Node_ComponentBoundEvent_SkinComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000330, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000338, "Member 'BP_CineCharacter_Main_C_ExecuteUbergraph_BP_CineCharacter_Main::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_GetAllElementsToDust \ +static_assert(alignof(BP_CineCharacter_Main_C_GetAllElementsToDust) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_GetAllElementsToDust"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_GetAllElementsToDust) == 0x000020, "Wrong size on BP_CineCharacter_Main_C_GetAllElementsToDust"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_GetAllElementsToDust, ElementsToDust) == 0x000000, "Member 'BP_CineCharacter_Main_C_GetAllElementsToDust::ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_GetAllElementsToDust, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_CineCharacter_Main_C_GetAllElementsToDust::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_GetGroomComponents \ +static_assert(alignof(BP_CineCharacter_Main_C_GetGroomComponents) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_GetGroomComponents"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_GetGroomComponents) == 0x000020, "Wrong size on BP_CineCharacter_Main_C_GetGroomComponents"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_GetGroomComponents, Array) == 0x000000, "Member 'BP_CineCharacter_Main_C_GetGroomComponents::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_GetGroomComponents, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_CineCharacter_Main_C_GetGroomComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_MakeGroomAppear \ +static_assert(alignof(BP_CineCharacter_Main_C_MakeGroomAppear) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_MakeGroomAppear"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_MakeGroomAppear) == 0x000038, "Wrong size on BP_CineCharacter_Main_C_MakeGroomAppear"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_GetGroomComponents_Array) == 0x000010, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_GetGroomComponents_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomAppear, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_CineCharacter_Main_C_MakeGroomAppear::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_MakeGroomDisappear \ +static_assert(alignof(BP_CineCharacter_Main_C_MakeGroomDisappear) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_MakeGroomDisappear"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_MakeGroomDisappear) == 0x000038, "Wrong size on BP_CineCharacter_Main_C_MakeGroomDisappear"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_GetGroomComponents_Array) == 0x000010, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_GetGroomComponents_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_MakeGroomDisappear, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_CineCharacter_Main_C_MakeGroomDisappear::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_ReceiveEndPlay \ +static_assert(alignof(BP_CineCharacter_Main_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CineCharacter_Main_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CineCharacter_Main_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CineCharacter_Main_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_ReceiveTick \ +static_assert(alignof(BP_CineCharacter_Main_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CineCharacter_Main_C_ReceiveTick"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_ReceiveTick) == 0x000004, "Wrong size on BP_CineCharacter_Main_C_ReceiveTick"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CineCharacter_Main_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_ResetWeaponsPosition \ +static_assert(alignof(BP_CineCharacter_Main_C_ResetWeaponsPosition) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_ResetWeaponsPosition"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_ResetWeaponsPosition) == 0x0001F8, "Wrong size on BP_CineCharacter_Main_C_ResetWeaponsPosition"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ResetWeaponsPosition, weapon) == 0x000000, "Member 'BP_CineCharacter_Main_C_ResetWeaponsPosition::weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ResetWeaponsPosition, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x000008, "Member 'BP_CineCharacter_Main_C_ResetWeaponsPosition::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_ResetWeaponsPosition, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_1) == 0x000100, "Member 'BP_CineCharacter_Main_C_ResetWeaponsPosition::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetBloodLevel \ +static_assert(alignof(BP_CineCharacter_Main_C_SetBloodLevel) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetBloodLevel"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetBloodLevel) == 0x000028, "Wrong size on BP_CineCharacter_Main_C_SetBloodLevel"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetBloodLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CineCharacter_Main_C_SetBloodLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetDirtLevel \ +static_assert(alignof(BP_CineCharacter_Main_C_SetDirtLevel) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetDirtLevel"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetDirtLevel) == 0x000028, "Wrong size on BP_CineCharacter_Main_C_SetDirtLevel"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDirtLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CineCharacter_Main_C_SetDirtLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetDustingLevel \ +static_assert(alignof(BP_CineCharacter_Main_C_SetDustingLevel) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetDustingLevel"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetDustingLevel) == 0x000058, "Wrong size on BP_CineCharacter_Main_C_SetDustingLevel"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, NewParam) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000009, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x000018, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x000028, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, Temp_wildcard_Variable) == 0x000030, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_IsValid_ReturnValue) == 0x00004D, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetDustingLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000050, "Member 'BP_CineCharacter_Main_C_SetDustingLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetSequence_ShowWeapon \ +static_assert(alignof(BP_CineCharacter_Main_C_SetSequence_ShowWeapon) == 0x000001, "Wrong alignment on BP_CineCharacter_Main_C_SetSequence_ShowWeapon"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetSequence_ShowWeapon) == 0x000002, "Wrong size on BP_CineCharacter_Main_C_SetSequence_ShowWeapon"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSequence_ShowWeapon, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetSequence_ShowWeapon::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSequence_ShowWeapon, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CineCharacter_Main_C_SetSequence_ShowWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetSweatLevel \ +static_assert(alignof(BP_CineCharacter_Main_C_SetSweatLevel) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetSweatLevel"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetSweatLevel) == 0x000028, "Wrong size on BP_CineCharacter_Main_C_SetSweatLevel"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetSweatLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CineCharacter_Main_C_SetSweatLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetTearsLevel \ +static_assert(alignof(BP_CineCharacter_Main_C_SetTearsLevel) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetTearsLevel"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetTearsLevel) == 0x000028, "Wrong size on BP_CineCharacter_Main_C_SetTearsLevel"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTearsLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CineCharacter_Main_C_SetTearsLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SetTimeDilation \ +static_assert(alignof(BP_CineCharacter_Main_C_SetTimeDilation) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SetTimeDilation"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SetTimeDilation) == 0x000008, "Wrong size on BP_CineCharacter_Main_C_SetTimeDilation"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SetTimeDilation, NewValue) == 0x000000, "Member 'BP_CineCharacter_Main_C_SetTimeDilation::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin \ +static_assert(alignof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin) == 0x000028, "Wrong size on BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, IsVerso) == 0x000000, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::IsVerso' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsBP_Weapon_Skin) == 0x000008, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, CallFunc_IsValidClass_ReturnValue) == 0x000011, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsBP_Weapon_Skin_Noah_Base) == 0x000018, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsBP_Weapon_Skin_Noah_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'BP_CineCharacter_Main_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_UpdateCharactersLODs \ +static_assert(alignof(BP_CineCharacter_Main_C_UpdateCharactersLODs) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_UpdateCharactersLODs"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_UpdateCharactersLODs) == 0x000060, "Wrong size on BP_CineCharacter_Main_C_UpdateCharactersLODs"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, NewParam) == 0x000000, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable) == 0x000008, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_1) == 0x00000C, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_2) == 0x000010, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_3) == 0x000014, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_4) == 0x000018, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_5) == 0x00001C, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, Temp_int_Variable_6) == 0x000020, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x000024, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000028, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000048, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_HasTag_ReturnValue) == 0x000050, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000054, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, CallFunc_Clamp_ReturnValue) == 0x000058, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharactersLODs, K2Node_Select_Default) == 0x00005C, "Member 'BP_CineCharacter_Main_C_UpdateCharactersLODs::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements \ +static_assert(alignof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements) == 0x0000B8, "Wrong size on BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, local_Meshes) == 0x000000, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::local_Meshes' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, Temp_wildcard_Variable) == 0x000018, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, K2Node_DynamicCast_AsMesh_Component) == 0x000038, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::K2Node_DynamicCast_AsMesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000048, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_ShouldApplyAnyCustomization_ReturnValue) == 0x000058, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_ShouldApplyAnyCustomization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_GetOwner_ReturnValue) == 0x000060, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_GetComponentsByTag_ReturnValue) == 0x000070, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Add_IntInt_ReturnValue) == 0x00008C, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, Temp_wildcard_Variable_1) == 0x000090, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_GetChildrenComponents_Children) == 0x000098, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Add_ReturnValue) == 0x0000A8, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Add_ReturnValue_1) == 0x0000AC, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements, CallFunc_Array_Add_ReturnValue_2) == 0x0000B0, "Member 'BP_CineCharacter_Main_C_UpdateCharacterVisualAlterationElements::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CineCharacter_Main_C_UserConstructionScript \ +static_assert(alignof(BP_CineCharacter_Main_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CineCharacter_Main_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CineCharacter_Main_C_UserConstructionScript) == 0x000078, "Wrong size on BP_CineCharacter_Main_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, Temp_wildcard_Variable) == 0x000000, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_IsInEditorPreview_ReturnValue) == 0x000020, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_IsInEditorPreview_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000038, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000039, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000040, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_GetSkinnedAsset_ReturnValue) == 0x000058, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_GetSkinnedAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Weapon_Skin) == 0x000068, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_CineCharacter_Main_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_CineCharacter_Main_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CineCharacter_Main_C \ +static_assert(alignof(ABP_CineCharacter_Main_C) == 0x000010, "Wrong alignment on ABP_CineCharacter_Main_C"); \ +static_assert(sizeof(ABP_CineCharacter_Main_C) == 0x0006A0, "Wrong size on ABP_CineCharacter_Main_C"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UberGraphFrame) == 0x000318, "Member 'ABP_CineCharacter_Main_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FocusPoint) == 0x000320, "Member 'ABP_CineCharacter_Main_C::FocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BP_EyeEffectsControllerComponent) == 0x000328, "Member 'ABP_CineCharacter_Main_C::BP_EyeEffectsControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BP_EnvironmentInteractorComponent_foot_right) == 0x000330, "Member 'ABP_CineCharacter_Main_C::BP_EnvironmentInteractorComponent_foot_right' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BP_EnvironmentInteractorComponent_foot_left) == 0x000338, "Member 'ABP_CineCharacter_Main_C::BP_EnvironmentInteractorComponent_foot_left' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SM_Hat) == 0x000340, "Member 'ABP_CineCharacter_Main_C::SM_Hat' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FX_NPC_DustingSphere) == 0x000348, "Member 'ABP_CineCharacter_Main_C::FX_NPC_DustingSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FX_Dusting) == 0x000350, "Member 'ABP_CineCharacter_Main_C::FX_Dusting' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, LiveLinkComponentController) == 0x000358, "Member 'ABP_CineCharacter_Main_C::LiveLinkComponentController' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BP_CinematicCharacterSkinComponent) == 0x000360, "Member 'ABP_CineCharacter_Main_C::BP_CinematicCharacterSkinComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SpringArmFront) == 0x000368, "Member 'ABP_CineCharacter_Main_C::SpringArmFront' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SpringArmFace) == 0x000370, "Member 'ABP_CineCharacter_Main_C::SpringArmFace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Sphere_UsedForVelocity) == 0x000378, "Member 'ABP_CineCharacter_Main_C::Sphere_UsedForVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, LookAtPosition) == 0x000380, "Member 'ABP_CineCharacter_Main_C::LookAtPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Attachment_Hand_L) == 0x000388, "Member 'ABP_CineCharacter_Main_C::Attachment_Hand_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Attachment_Hand_R) == 0x000390, "Member 'ABP_CineCharacter_Main_C::Attachment_Hand_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapons_Base) == 0x000398, "Member 'ABP_CineCharacter_Main_C::Weapons_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, TargetLookAtSphere) == 0x0003A0, "Member 'ABP_CineCharacter_Main_C::TargetLookAtSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, LODSync) == 0x0003A8, "Member 'ABP_CineCharacter_Main_C::LODSync' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Hair) == 0x0003B0, "Member 'ABP_CineCharacter_Main_C::Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Haircut_SkeletalMesh) == 0x0003B8, "Member 'ABP_CineCharacter_Main_C::Haircut_SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Eyebrows) == 0x0003C0, "Member 'ABP_CineCharacter_Main_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Eyelashes) == 0x0003C8, "Member 'ABP_CineCharacter_Main_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Haircut_StaticMesh) == 0x0003D0, "Member 'ABP_CineCharacter_Main_C::Haircut_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Mustache) == 0x0003D8, "Member 'ABP_CineCharacter_Main_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Light_Pelvis_Attachment) == 0x0003E0, "Member 'ABP_CineCharacter_Main_C::Light_Pelvis_Attachment' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Beard) == 0x0003E8, "Member 'ABP_CineCharacter_Main_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Face) == 0x0003F0, "Member 'ABP_CineCharacter_Main_C::Face' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FX_ArmRing2) == 0x0003F8, "Member 'ABP_CineCharacter_Main_C::FX_ArmRing2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FX_ArmRing1) == 0x000400, "Member 'ABP_CineCharacter_Main_C::FX_ArmRing1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FX_ArmRing3) == 0x000408, "Member 'ABP_CineCharacter_Main_C::FX_ArmRing3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Body) == 0x000410, "Member 'ABP_CineCharacter_Main_C::Body' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, DefaultSceneRoot) == 0x000418, "Member 'ABP_CineCharacter_Main_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlphaUp_Alpha_28DC9226460AA6CA41118B86734D803B) == 0x000420, "Member 'ABP_CineCharacter_Main_C::SGXAlphaUp_Alpha_28DC9226460AA6CA41118B86734D803B' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlphaUp__Direction_28DC9226460AA6CA41118B86734D803B) == 0x000424, "Member 'ABP_CineCharacter_Main_C::SGXAlphaUp__Direction_28DC9226460AA6CA41118B86734D803B' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlphaUp) == 0x000428, "Member 'ABP_CineCharacter_Main_C::SGXAlphaUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlpha_Alpha_DD9523544B77DF0FEED64A9C66272505) == 0x000430, "Member 'ABP_CineCharacter_Main_C::SGXAlpha_Alpha_DD9523544B77DF0FEED64A9C66272505' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlpha__Direction_DD9523544B77DF0FEED64A9C66272505) == 0x000434, "Member 'ABP_CineCharacter_Main_C::SGXAlpha__Direction_DD9523544B77DF0FEED64A9C66272505' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SGXAlpha) == 0x000438, "Member 'ABP_CineCharacter_Main_C::SGXAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UseLookAtSphereSystem) == 0x000440, "Member 'ABP_CineCharacter_Main_C::UseLookAtSphereSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FaceWorldTransform) == 0x000450, "Member 'ABP_CineCharacter_Main_C::FaceWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, DialogSoundWave_Cache) == 0x0004B0, "Member 'ABP_CineCharacter_Main_C::DialogSoundWave_Cache' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, ActorToLookAt) == 0x0004B8, "Member 'ABP_CineCharacter_Main_C::ActorToLookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Dialog_SoundWave) == 0x0004C0, "Member 'ABP_CineCharacter_Main_C::Dialog_SoundWave' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, HeadCenterBoneName) == 0x0004C8, "Member 'ABP_CineCharacter_Main_C::HeadCenterBoneName' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, FacialAnimationScale) == 0x0004D0, "Member 'ABP_CineCharacter_Main_C::FacialAnimationScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Expression_1) == 0x0004D4, "Member 'ABP_CineCharacter_Main_C::Expression_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Expression_1_Strength) == 0x0004D8, "Member 'ABP_CineCharacter_Main_C::Expression_1_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Expression_2) == 0x0004E0, "Member 'ABP_CineCharacter_Main_C::Expression_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Expression_2_Strength) == 0x0004E8, "Member 'ABP_CineCharacter_Main_C::Expression_2_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, ManualFacialAnimAlpha) == 0x0004F0, "Member 'ABP_CineCharacter_Main_C::ManualFacialAnimAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UseMocapHands) == 0x0004F8, "Member 'ABP_CineCharacter_Main_C::UseMocapHands' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapons) == 0x000500, "Member 'ABP_CineCharacter_Main_C::Weapons' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapon_R_Socket_Name) == 0x000508, "Member 'ABP_CineCharacter_Main_C::Weapon_R_Socket_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapon_L_Socket_Name) == 0x000510, "Member 'ABP_CineCharacter_Main_C::Weapon_L_Socket_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, WeaponClass) == 0x000518, "Member 'ABP_CineCharacter_Main_C::WeaponClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Deprecated_Sequence_ShowWeapon) == 0x000520, "Member 'ABP_CineCharacter_Main_C::Deprecated_Sequence_ShowWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, EyeOcclusionOpacity) == 0x000524, "Member 'ABP_CineCharacter_Main_C::EyeOcclusionOpacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BreathingAlpha) == 0x000528, "Member 'ABP_CineCharacter_Main_C::BreathingAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, TurningDirection) == 0x000530, "Member 'ABP_CineCharacter_Main_C::TurningDirection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UseAutomaticTurnInPlaceAnimations) == 0x000534, "Member 'ABP_CineCharacter_Main_C::UseAutomaticTurnInPlaceAnimations' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Speed) == 0x000538, "Member 'ABP_CineCharacter_Main_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UseAutomaticMovementSystem) == 0x000540, "Member 'ABP_CineCharacter_Main_C::UseAutomaticMovementSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, MovementBlendSpace) == 0x000548, "Member 'ABP_CineCharacter_Main_C::MovementBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, LookAt_OnlyMoveHead) == 0x000550, "Member 'ABP_CineCharacter_Main_C::LookAt_OnlyMoveHead' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, LookAtInterpolationSpeed) == 0x000558, "Member 'ABP_CineCharacter_Main_C::LookAtInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Location_Rule) == 0x000560, "Member 'ABP_CineCharacter_Main_C::Location_Rule' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapon_R_Offset) == 0x000570, "Member 'ABP_CineCharacter_Main_C::Weapon_R_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, Weapon_L_Offset) == 0x0005D0, "Member 'ABP_CineCharacter_Main_C::Weapon_L_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, UseHandAdditive) == 0x000630, "Member 'ABP_CineCharacter_Main_C::UseHandAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SequencerShowWeapons_New) == 0x000631, "Member 'ABP_CineCharacter_Main_C::SequencerShowWeapons_New' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, CinematicWeaponsAreSummoned) == 0x000632, "Member 'ABP_CineCharacter_Main_C::CinematicWeaponsAreSummoned' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, WeaponAppearTime) == 0x000638, "Member 'ABP_CineCharacter_Main_C::WeaponAppearTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, WeaponDisappearTime) == 0x000640, "Member 'ABP_CineCharacter_Main_C::WeaponDisappearTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, DustingLevel) == 0x000648, "Member 'ABP_CineCharacter_Main_C::DustingLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, DirtLevel) == 0x000650, "Member 'ABP_CineCharacter_Main_C::DirtLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, SweatLevel) == 0x000658, "Member 'ABP_CineCharacter_Main_C::SweatLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, TearsLevel) == 0x000660, "Member 'ABP_CineCharacter_Main_C::TearsLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BloodLevel) == 0x000668, "Member 'ABP_CineCharacter_Main_C::BloodLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, ActivateFXThreshold) == 0x000670, "Member 'ABP_CineCharacter_Main_C::ActivateFXThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, BoneToAttachHaircutTo) == 0x000678, "Member 'ABP_CineCharacter_Main_C::BoneToAttachHaircutTo' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, TimeDilation) == 0x000680, "Member 'ABP_CineCharacter_Main_C::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ABP_CineCharacter_Main_C, MeshesToAlter) == 0x000688, "Member 'ABP_CineCharacter_Main_C::MeshesToAlter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_HasAnyEntitlement \ +static_assert(alignof(BP_EntitlementManager_C_HasAnyEntitlement) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_HasAnyEntitlement"); \ +static_assert(sizeof(BP_EntitlementManager_C_HasAnyEntitlement) == 0x000028, "Wrong size on BP_EntitlementManager_C_HasAnyEntitlement"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, Entitlements) == 0x000000, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::Entitlements' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, ReturnValue) == 0x000010, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, CallFunc_GetBoolCVar_ReturnValue) == 0x000011, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, CallFunc_HasAnyEntitlement_ReturnValue) == 0x000020, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::CallFunc_HasAnyEntitlement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000021, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_HasAnyEntitlement, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_EntitlementManager_C_HasAnyEntitlement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_LoadState \ +static_assert(alignof(BP_EntitlementManager_C_LoadState) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_LoadState"); \ +static_assert(sizeof(BP_EntitlementManager_C_LoadState) == 0x000010, "Wrong size on BP_EntitlementManager_C_LoadState"); \ +static_assert(offsetof(BP_EntitlementManager_C_LoadState, EntitlementData) == 0x000000, "Member 'BP_EntitlementManager_C_LoadState::EntitlementData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_OnEntitlementDetected \ +static_assert(alignof(BP_EntitlementManager_C_OnEntitlementDetected) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_OnEntitlementDetected"); \ +static_assert(sizeof(BP_EntitlementManager_C_OnEntitlementDetected) == 0x000030, "Wrong size on BP_EntitlementManager_C_OnEntitlementDetected"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, EntitlementID) == 0x000000, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::EntitlementID' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, EntitlementDataUpdater) == 0x000008, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::EntitlementDataUpdater' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementDetected, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_EntitlementManager_C_OnEntitlementDetected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_OnEntitlementUndetected \ +static_assert(alignof(BP_EntitlementManager_C_OnEntitlementUndetected) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_OnEntitlementUndetected"); \ +static_assert(sizeof(BP_EntitlementManager_C_OnEntitlementUndetected) == 0x000030, "Wrong size on BP_EntitlementManager_C_OnEntitlementUndetected"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, EntitlementID) == 0x000000, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::EntitlementID' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, EntitlementDataUpdater) == 0x000008, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::EntitlementDataUpdater' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_OnEntitlementUndetected, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_EntitlementManager_C_OnEntitlementUndetected::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_RetrieveAllIDsForEntitlement \ +static_assert(alignof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_RetrieveAllIDsForEntitlement"); \ +static_assert(sizeof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement) == 0x000060, "Wrong size on BP_EntitlementManager_C_RetrieveAllIDsForEntitlement"); \ +static_assert(offsetof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement, EntitlementData) == 0x000000, "Member 'BP_EntitlementManager_C_RetrieveAllIDsForEntitlement::EntitlementData' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement, ReturnValue) == 0x000030, "Member 'BP_EntitlementManager_C_RetrieveAllIDsForEntitlement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement, local_IDs) == 0x000040, "Member 'BP_EntitlementManager_C_RetrieveAllIDsForEntitlement::local_IDs' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_RetrieveAllIDsForEntitlement, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_EntitlementManager_C_RetrieveAllIDsForEntitlement::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_SaveState \ +static_assert(alignof(BP_EntitlementManager_C_SaveState) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_SaveState"); \ +static_assert(sizeof(BP_EntitlementManager_C_SaveState) == 0x000010, "Wrong size on BP_EntitlementManager_C_SaveState"); \ +static_assert(offsetof(BP_EntitlementManager_C_SaveState, EntitlementData) == 0x000000, "Member 'BP_EntitlementManager_C_SaveState::EntitlementData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EntitlementManager_C_UpdateEntitlementData \ +static_assert(alignof(BP_EntitlementManager_C_UpdateEntitlementData) == 0x000008, "Wrong alignment on BP_EntitlementManager_C_UpdateEntitlementData"); \ +static_assert(sizeof(BP_EntitlementManager_C_UpdateEntitlementData) == 0x0000B8, "Wrong size on BP_EntitlementManager_C_UpdateEntitlementData"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, Temp_wildcard_Variable) == 0x000008, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_RetrieveAllIDsForEntitlement_ReturnValue) == 0x000038, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_RetrieveAllIDsForEntitlement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_HasAnyEntitlement_ReturnValue) == 0x000048, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_HasAnyEntitlement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_GetCustomGI_ReturnValue) == 0x000050, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_GetIsSaveLoaded_ReturnNode) == 0x00005C, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_GetIsSaveLoaded_ReturnNode' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000068, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_Array_Get_Item) == 0x00007C, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EntitlementManager_C_UpdateEntitlementData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000088, "Member 'BP_EntitlementManager_C_UpdateEntitlementData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EntitlementManager_C \ +static_assert(alignof(UBP_EntitlementManager_C) == 0x000008, "Wrong alignment on UBP_EntitlementManager_C"); \ +static_assert(sizeof(UBP_EntitlementManager_C) == 0x000040, "Wrong size on UBP_EntitlementManager_C"); \ +static_assert(offsetof(UBP_EntitlementManager_C, EntitlementDataTable) == 0x000028, "Member 'UBP_EntitlementManager_C::EntitlementDataTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_EntitlementManager_C, AddedEntitlements) == 0x000030, "Member 'UBP_EntitlementManager_C::AddedEntitlements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged) == 0x000001, "Wrong alignment on WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged) == 0x000001, "Wrong size on WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged, Activated) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_OnPhotoModeMenuVisibilityChanged::Activated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded) == 0x000001, "Wrong alignment on WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded) == 0x000001, "Wrong size on WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_CloseModalPopupIfNeeded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_SetInteractionEnabled \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_SetInteractionEnabled) == 0x000001, "Wrong alignment on WBP_PhotoModeMenuPage_C_SetInteractionEnabled"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_SetInteractionEnabled) == 0x000001, "Wrong size on WBP_PhotoModeMenuPage_C_SetInteractionEnabled"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_SetInteractionEnabled, Enabled) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_SetInteractionEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets) == 0x000050, "Wrong size on WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, CallFunc_RetrieveAllOptionEntryWidgets_OptionEntryWidgets) == 0x000010, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::CallFunc_RetrieveAllOptionEntryWidgets_OptionEntryWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, K2Node_DynamicCast_AsBPI_Selector_Resetable) == 0x000038, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::K2Node_DynamicCast_AsBPI_Selector_Resetable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_PhotoModeMenuPage_C_ResetAllOptionEntryWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget) == 0x000028, "Wrong size on WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget, _OptionEntry) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget::_OptionEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget, K2Node_DynamicCast_AsBPI_Selector_Resetable) == 0x000010, "Member 'WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget::K2Node_DynamicCast_AsBPI_Selector_Resetable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_ResetOptionEntryWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused, Widget) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_OnOptionEntryWidgetFocused::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets) == 0x000068, "Wrong size on WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, OptionEntryWidgets) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::OptionEntryWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, local_Result) == 0x000010, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::local_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_GetContent_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, Temp_int_Variable) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, K2Node_DynamicCast_AsPanel_Widget) == 0x000030, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::K2Node_DynamicCast_AsPanel_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_GetChildrenCount_ReturnValue) == 0x00003C, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_GetChildAt_ReturnValue) == 0x000040, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, K2Node_DynamicCast_AsWBP_Settings_Option_Entry) == 0x000050, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::K2Node_DynamicCast_AsWBP_Settings_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000059, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_PhotoModeMenuPage_C_RetrieveAllOptionEntryWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets) == 0x000038, "Wrong size on WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, CallFunc_RetrieveAllOptionEntryWidgets_OptionEntryWidgets) == 0x000010, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::CallFunc_RetrieveAllOptionEntryWidgets_OptionEntryWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeMenuPage_C_RegisterAllOptionEntryWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget) == 0x000018, "Wrong size on WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget, OptionEntryWidget) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget::OptionEntryWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_RegisterOptionEntryWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_GetPhotoModeController \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_GetPhotoModeController) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_GetPhotoModeController"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_GetPhotoModeController) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_C_GetPhotoModeController"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_GetPhotoModeController, PhotoModeController_0) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_GetPhotoModeController::PhotoModeController_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_GetPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_GetPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_GetPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_GetPhotoModePawn) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_C_GetPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_GetPhotoModePawn, PhotoModePawn_0) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_GetPhotoModePawn::PhotoModePawn_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_SetPhotoModeActors \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_SetPhotoModeActors) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_SetPhotoModeActors"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_SetPhotoModeActors) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_C_SetPhotoModeActors"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_SetPhotoModeActors, PhotoModeController_0) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_SetPhotoModeActors::PhotoModeController_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_SetPhotoModeActors, PhotoModePawn_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_SetPhotoModeActors::PhotoModePawn_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_Reset_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_InpActEvt_IA_PhotoMode_Menu_ResetAll_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_PreConstruct \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PhotoModeMenuPage_C_PreConstruct"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_PreConstruct) == 0x000001, "Wrong size on WBP_PhotoModeMenuPage_C_PreConstruct"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse) == 0x000001, "Wrong alignment on WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse) == 0x000001, "Wrong size on WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse, InUserResponse) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_OnResetAllPopupUserResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage \ +static_assert(alignof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage) == 0x0000F8, "Wrong size on WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000008, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000028, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00002C, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000030, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_CreateModalWindow_OutputPin) == 0x000038, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_object_Variable) == 0x000048, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable) == 0x000050, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_0) == 0x000058, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_1) == 0x000060, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_bool_Variable) == 0x000068, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_1_0) == 0x000070, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000078, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000098, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00009C, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_object_Variable_1) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_2) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_3) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_2_0) == 0x0000C8, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_real_Variable_3_0) == 0x0000D0, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_bool_Variable_1) == 0x0000D8, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_bool_Variable_2) == 0x0000EC, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_byte_Variable) == 0x0000ED, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, Temp_byte_Variable_1) == 0x0000EE, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_Event_IsDesignTime) == 0x0000EF, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_CustomEvent_InUserResponse) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F1, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_IsActivated_ReturnValue) == 0x0000F2, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_BooleanAND_ReturnValue) == 0x0000F3, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, CallFunc_HasAnyChildren_ReturnValue) == 0x0000F4, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage, K2Node_Select_Default) == 0x0000F5, "Member 'WBP_PhotoModeMenuPage_C_ExecuteUbergraph_WBP_PhotoModeMenuPage::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_C) == 0x000498, "Wrong size on UWBP_PhotoModeMenuPage_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PhotoModeMenuPage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, NamedSlot_ExtraButton) == 0x000438, "Member 'UWBP_PhotoModeMenuPage_C::NamedSlot_ExtraButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, NamedSlot_OptionsList) == 0x000440, "Member 'UWBP_PhotoModeMenuPage_C::NamedSlot_OptionsList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, VerticalBox_Menu) == 0x000448, "Member 'UWBP_PhotoModeMenuPage_C::VerticalBox_Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, WBP_TextualInputActionBinding_Reset) == 0x000450, "Member 'UWBP_PhotoModeMenuPage_C::WBP_TextualInputActionBinding_Reset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, WBP_TextualInputActionBinding_ResetAll) == 0x000458, "Member 'UWBP_PhotoModeMenuPage_C::WBP_TextualInputActionBinding_ResetAll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, MenuPageTitle) == 0x000460, "Member 'UWBP_PhotoModeMenuPage_C::MenuPageTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, PhotoModePawn) == 0x000470, "Member 'UWBP_PhotoModeMenuPage_C::PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, PhotoModeController) == 0x000478, "Member 'UWBP_PhotoModeMenuPage_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, LastSelectedOptionEntry) == 0x000480, "Member 'UWBP_PhotoModeMenuPage_C::LastSelectedOptionEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, ResetInteractionEnabled) == 0x000488, "Member 'UWBP_PhotoModeMenuPage_C::ResetInteractionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_C, CurrentModalPopup) == 0x000490, "Member 'UWBP_PhotoModeMenuPage_C::CurrentModalPopup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_FilmGrainIntensity_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_VignetteIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeMenuPage_VisualEffects_WBP_SliderSelector_BloomIntensity_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_ChromaticAberrationIntensity_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects) == 0x0000B0, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Value_3) == 0x000010, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Widget_3) == 0x000018, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetPhotoModePawn_PhotoModePawn_1) == 0x000020, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetPhotoModePawn_PhotoModePawn_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000028, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Value_2) == 0x000038, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Widget_2) == 0x000040, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000048, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Value_1) == 0x000050, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Widget_1) == 0x000058, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x000060, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetPhotoModePawn_PhotoModePawn_2) == 0x000070, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetPhotoModePawn_PhotoModePawn_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000078, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetPhotoModePawn_PhotoModePawn_3) == 0x000080, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetPhotoModePawn_PhotoModePawn_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Value) == 0x000088, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_ComponentBoundEvent_Widget) == 0x000090, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_AsWBP_Slider_Selector_2) == 0x000098, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_AsWBP_Slider_Selector_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_VisualEffects::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn) == 0x000028, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast) == 0x000008, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_1) == 0x000010, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_2) == 0x000018, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValueWithMapRanged_DefaultValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast) == 0x000020, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_VisualEffects_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_VisualEffects_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_VisualEffects_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_VisualEffects_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_VisualEffects_C) == 0x0004E8, "Wrong size on UWBP_PhotoModeMenuPage_VisualEffects_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, UberGraphFrame_WBP_PhotoModeMenuPage_VisualEffects_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::UberGraphFrame_WBP_PhotoModeMenuPage_VisualEffects_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_Settings_OptionEntry_BloomIntensity) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_Settings_OptionEntry_BloomIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_Settings_OptionEntry_ChromaticAberrationIntensity) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_Settings_OptionEntry_ChromaticAberrationIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_Settings_OptionEntry_FilmGrainIntensity) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_Settings_OptionEntry_FilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_Settings_OptionEntry_VignetteIntensity) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_Settings_OptionEntry_VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_SliderSelector_BloomIntensity) == 0x0004C8, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_SliderSelector_BloomIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_SliderSelector_ChromaticAberrationIntensity) == 0x0004D0, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_SliderSelector_ChromaticAberrationIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_SliderSelector_FilmGrainIntensity) == 0x0004D8, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_SliderSelector_FilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_VisualEffects_C, WBP_SliderSelector_VignetteIntensity) == 0x0004E0, "Member 'UWBP_PhotoModeMenuPage_VisualEffects_C::WBP_SliderSelector_VignetteIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_ApplyCameraFilter \ +static_assert(alignof(BP_PhotoModePawn_C_ApplyCameraFilter) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_ApplyCameraFilter"); \ +static_assert(sizeof(BP_PhotoModePawn_C_ApplyCameraFilter) == 0x000750, "Wrong size on BP_PhotoModePawn_C_ApplyCameraFilter"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, CameraFilter) == 0x000000, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::CameraFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, local_PostProcessSettings) == 0x000010, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::local_PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, CallFunc_IsValid_ReturnValue) == 0x000700, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, K2Node_MakeStruct_WeightedBlendable) == 0x000708, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, K2Node_MakeStruct_WeightedBlendables) == 0x000718, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::K2Node_MakeStruct_WeightedBlendables' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, K2Node_MakeArray_Array) == 0x000728, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ApplyCameraFilter, K2Node_MakeStruct_WeightedBlendables_1) == 0x000738, "Member 'BP_PhotoModePawn_C_ApplyCameraFilter::K2Node_MakeStruct_WeightedBlendables_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn \ +static_assert(alignof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn"); \ +static_assert(sizeof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn) == 0x000038, "Wrong size on BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, EntryPoint) == 0x000000, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, CallFunc_GetFOVAngle_ReturnValue) == 0x000010, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::CallFunc_GetFOVAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, K2Node_Event_EndPlayReason) == 0x000018, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, K2Node_Event_NewController) == 0x000020, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::K2Node_Event_NewController' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, K2Node_DynamicCast_AsBP_Photo_Mode_Controller) == 0x000028, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::K2Node_DynamicCast_AsBP_Photo_Mode_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'BP_PhotoModePawn_C_ExecuteUbergraph_BP_PhotoModePawn::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_FindActiveCameraFilterIndex \ +static_assert(alignof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_FindActiveCameraFilterIndex"); \ +static_assert(sizeof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex) == 0x000040, "Wrong size on BP_PhotoModePawn_C_FindActiveCameraFilterIndex"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000030, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_FindActiveCameraFilterIndex, CallFunc_Array_Find_ReturnValue) == 0x00003C, "Member 'BP_PhotoModePawn_C_FindActiveCameraFilterIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_GetAvailableCameraFilterNames \ +static_assert(alignof(BP_PhotoModePawn_C_GetAvailableCameraFilterNames) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_GetAvailableCameraFilterNames"); \ +static_assert(sizeof(BP_PhotoModePawn_C_GetAvailableCameraFilterNames) == 0x000020, "Wrong size on BP_PhotoModePawn_C_GetAvailableCameraFilterNames"); \ +static_assert(offsetof(BP_PhotoModePawn_C_GetAvailableCameraFilterNames, ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_GetAvailableCameraFilterNames::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_GetAvailableCameraFilterNames, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_PhotoModePawn_C_GetAvailableCameraFilterNames::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_GetCameraFocusDistance \ +static_assert(alignof(BP_PhotoModePawn_C_GetCameraFocusDistance) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_GetCameraFocusDistance"); \ +static_assert(sizeof(BP_PhotoModePawn_C_GetCameraFocusDistance) == 0x000010, "Wrong size on BP_PhotoModePawn_C_GetCameraFocusDistance"); \ +static_assert(offsetof(BP_PhotoModePawn_C_GetCameraFocusDistance, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_GetCameraFocusDistance::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_GetCameraFocusDistance, K2Node_FunctionResult_Value_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_GetCameraFocusDistance::K2Node_FunctionResult_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_GetFocusPointPosition \ +static_assert(alignof(BP_PhotoModePawn_C_GetFocusPointPosition) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_GetFocusPointPosition"); \ +static_assert(sizeof(BP_PhotoModePawn_C_GetFocusPointPosition) == 0x000018, "Wrong size on BP_PhotoModePawn_C_GetFocusPointPosition"); \ +static_assert(offsetof(BP_PhotoModePawn_C_GetFocusPointPosition, ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_GetFocusPointPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_IsAutofocusEnabled \ +static_assert(alignof(BP_PhotoModePawn_C_IsAutofocusEnabled) == 0x000001, "Wrong alignment on BP_PhotoModePawn_C_IsAutofocusEnabled"); \ +static_assert(sizeof(BP_PhotoModePawn_C_IsAutofocusEnabled) == 0x000001, "Wrong size on BP_PhotoModePawn_C_IsAutofocusEnabled"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsAutofocusEnabled, ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_IsAutofocusEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_IsInsideAnyCollision \ +static_assert(alignof(BP_PhotoModePawn_C_IsInsideAnyCollision) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_IsInsideAnyCollision"); \ +static_assert(sizeof(BP_PhotoModePawn_C_IsInsideAnyCollision) == 0x000218, "Wrong size on BP_PhotoModePawn_C_IsInsideAnyCollision"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, Temp_object_Variable) == 0x000008, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_GetCollisionProfileName_ReturnValue) == 0x000018, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_GetCollisionProfileName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000038, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_SphereTraceSingleByProfile_OutHit) == 0x000040, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_SphereTraceSingleByProfile_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_SphereTraceSingleByProfile_ReturnValue) == 0x000138, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_SphereTraceSingleByProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_bBlockingHit) == 0x000139, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_bInitialOverlap) == 0x00013A, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_Time) == 0x00013C, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_Distance) == 0x000140, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_Location) == 0x000148, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_ImpactPoint) == 0x000160, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_Normal) == 0x000178, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_ImpactNormal) == 0x000190, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_PhysMat) == 0x0001A8, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_HitActor) == 0x0001B0, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_HitComponent) == 0x0001B8, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_HitBoneName) == 0x0001C0, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_BoneName) == 0x0001C8, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_HitItem) == 0x0001D0, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_ElementIndex) == 0x0001D4, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_FaceIndex) == 0x0001D8, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_TraceStart) == 0x0001E0, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_IsInsideAnyCollision, CallFunc_BooleanOR_ReturnValue) == 0x000210, "Member 'BP_PhotoModePawn_C_IsInsideAnyCollision::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_ReceiveEndPlay \ +static_assert(alignof(BP_PhotoModePawn_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PhotoModePawn_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_PhotoModePawn_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PhotoModePawn_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PhotoModePawn_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_ReceivePossessed \ +static_assert(alignof(BP_PhotoModePawn_C_ReceivePossessed) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_ReceivePossessed"); \ +static_assert(sizeof(BP_PhotoModePawn_C_ReceivePossessed) == 0x000008, "Wrong size on BP_PhotoModePawn_C_ReceivePossessed"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ReceivePossessed, NewController) == 0x000000, "Member 'BP_PhotoModePawn_C_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_ReceiveTick \ +static_assert(alignof(BP_PhotoModePawn_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PhotoModePawn_C_ReceiveTick"); \ +static_assert(sizeof(BP_PhotoModePawn_C_ReceiveTick) == 0x000004, "Wrong size on BP_PhotoModePawn_C_ReceiveTick"); \ +static_assert(offsetof(BP_PhotoModePawn_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PhotoModePawn_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetActiveCameraFilterIndex \ +static_assert(alignof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetActiveCameraFilterIndex"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex) == 0x000018, "Wrong size on BP_PhotoModePawn_C_SetActiveCameraFilterIndex"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex, FilterIndex) == 0x000000, "Member 'BP_PhotoModePawn_C_SetActiveCameraFilterIndex::FilterIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000004, "Member 'BP_PhotoModePawn_C_SetActiveCameraFilterIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_PhotoModePawn_C_SetActiveCameraFilterIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex, CallFunc_Less_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_PhotoModePawn_C_SetActiveCameraFilterIndex::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetActiveCameraFilterIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModePawn_C_SetActiveCameraFilterIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetAutofocusEnabled \ +static_assert(alignof(BP_PhotoModePawn_C_SetAutofocusEnabled) == 0x000001, "Wrong alignment on BP_PhotoModePawn_C_SetAutofocusEnabled"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetAutofocusEnabled) == 0x000001, "Wrong size on BP_PhotoModePawn_C_SetAutofocusEnabled"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetAutofocusEnabled, AutofocusEnabled_0) == 0x000000, "Member 'BP_PhotoModePawn_C_SetAutofocusEnabled::AutofocusEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetBloomIntensity \ +static_assert(alignof(BP_PhotoModePawn_C_SetBloomIntensity) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetBloomIntensity"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetBloomIntensity) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetBloomIntensity"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetBloomIntensity, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetBloomIntensity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetBloomIntensity, K2Node_SetFieldsInStruct_BloomIntensity_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetBloomIntensity::K2Node_SetFieldsInStruct_BloomIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetBrightness \ +static_assert(alignof(BP_PhotoModePawn_C_SetBrightness) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_SetBrightness"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetBrightness) == 0x000030, "Wrong size on BP_PhotoModePawn_C_SetBrightness"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetBrightness, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetBrightness::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetBrightness, CallFunc_MakeVector4_ReturnValue) == 0x000010, "Member 'BP_PhotoModePawn_C_SetBrightness::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraAperture \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraAperture) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraAperture"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraAperture) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetCameraAperture"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraAperture, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraAperture::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraAperture, K2Node_SetFieldsInStruct_DepthOfFieldFstop_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraAperture::K2Node_SetFieldsInStruct_DepthOfFieldFstop_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraCollisionEnabled \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraCollisionEnabled) == 0x000001, "Wrong alignment on BP_PhotoModePawn_C_SetCameraCollisionEnabled"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraCollisionEnabled) == 0x000001, "Wrong size on BP_PhotoModePawn_C_SetCameraCollisionEnabled"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraCollisionEnabled, Enabled) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraCollisionEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraFieldOfViewValue \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraFieldOfViewValue) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraFieldOfViewValue"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraFieldOfViewValue) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetCameraFieldOfViewValue"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFieldOfViewValue, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraFieldOfViewValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFieldOfViewValue, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraFieldOfViewValue::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraFilterIntensity \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraFilterIntensity) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraFilterIntensity"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraFilterIntensity) == 0x000030, "Wrong size on BP_PhotoModePawn_C_SetCameraFilterIntensity"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFilterIntensity, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x00002C, "Member 'BP_PhotoModePawn_C_SetCameraFilterIntensity::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraFocusDistance \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraFocusDistance) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraFocusDistance"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraFocusDistance) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetCameraFocusDistance"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFocusDistance, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraFocusDistance::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraFocusDistance, K2Node_SetFieldsInStruct_DepthOfFieldFocalDistance_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraFocusDistance::K2Node_SetFieldsInStruct_DepthOfFieldFocalDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraRollValue \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraRollValue) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraRollValue"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraRollValue) == 0x000050, "Wrong size on BP_PhotoModePawn_C_SetCameraRollValue"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000048, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraRollValue, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x00004C, "Member 'BP_PhotoModePawn_C_SetCameraRollValue::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetCameraSensorWidth \ +static_assert(alignof(BP_PhotoModePawn_C_SetCameraSensorWidth) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetCameraSensorWidth"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetCameraSensorWidth) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetCameraSensorWidth"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraSensorWidth, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetCameraSensorWidth::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetCameraSensorWidth, K2Node_SetFieldsInStruct_DepthOfFieldSensorWidth_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetCameraSensorWidth::K2Node_SetFieldsInStruct_DepthOfFieldSensorWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetChromaticAberrationIntensity \ +static_assert(alignof(BP_PhotoModePawn_C_SetChromaticAberrationIntensity) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetChromaticAberrationIntensity"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetChromaticAberrationIntensity) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetChromaticAberrationIntensity"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetChromaticAberrationIntensity, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetChromaticAberrationIntensity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetChromaticAberrationIntensity, K2Node_SetFieldsInStruct_SceneFringeIntensity_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetChromaticAberrationIntensity::K2Node_SetFieldsInStruct_SceneFringeIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetContrast \ +static_assert(alignof(BP_PhotoModePawn_C_SetContrast) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_SetContrast"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetContrast) == 0x000020, "Wrong size on BP_PhotoModePawn_C_SetContrast"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetContrast, Contrast) == 0x000000, "Member 'BP_PhotoModePawn_C_SetContrast::Contrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetFilmGrainIntensity \ +static_assert(alignof(BP_PhotoModePawn_C_SetFilmGrainIntensity) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetFilmGrainIntensity"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetFilmGrainIntensity) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetFilmGrainIntensity"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetFilmGrainIntensity, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetFilmGrainIntensity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetFilmGrainIntensity, K2Node_SetFieldsInStruct_FilmGrainIntensity_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetFilmGrainIntensity::K2Node_SetFieldsInStruct_FilmGrainIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetFocusPointVisible \ +static_assert(alignof(BP_PhotoModePawn_C_SetFocusPointVisible) == 0x000001, "Wrong alignment on BP_PhotoModePawn_C_SetFocusPointVisible"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetFocusPointVisible) == 0x000003, "Wrong size on BP_PhotoModePawn_C_SetFocusPointVisible"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetFocusPointVisible, Visible) == 0x000000, "Member 'BP_PhotoModePawn_C_SetFocusPointVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetFocusPointVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_PhotoModePawn_C_SetFocusPointVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetFocusPointVisible, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_PhotoModePawn_C_SetFocusPointVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetGamma \ +static_assert(alignof(BP_PhotoModePawn_C_SetGamma) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_SetGamma"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetGamma) == 0x000020, "Wrong size on BP_PhotoModePawn_C_SetGamma"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetGamma, Gamma) == 0x000000, "Member 'BP_PhotoModePawn_C_SetGamma::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetSaturation \ +static_assert(alignof(BP_PhotoModePawn_C_SetSaturation) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_SetSaturation"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetSaturation) == 0x000020, "Wrong size on BP_PhotoModePawn_C_SetSaturation"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetSaturation, Saturation) == 0x000000, "Member 'BP_PhotoModePawn_C_SetSaturation::Saturation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetTemperature \ +static_assert(alignof(BP_PhotoModePawn_C_SetTemperature) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetTemperature"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetTemperature) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetTemperature"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetTemperature, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetTemperature::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetTemperature, K2Node_SetFieldsInStruct_WhiteTemp_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetTemperature::K2Node_SetFieldsInStruct_WhiteTemp_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetTint \ +static_assert(alignof(BP_PhotoModePawn_C_SetTint) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetTint"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetTint) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetTint"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetTint, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetTint::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetTint, K2Node_SetFieldsInStruct_WhiteTint_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetTint::K2Node_SetFieldsInStruct_WhiteTint_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetupCameraFilters \ +static_assert(alignof(BP_PhotoModePawn_C_SetupCameraFilters) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetupCameraFilters"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetupCameraFilters) == 0x000048, "Wrong size on BP_PhotoModePawn_C_SetupCameraFilters"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupCameraFilters, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_PhotoModePawn_C_SetupCameraFilters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetupEyeAdaptationExposure \ +static_assert(alignof(BP_PhotoModePawn_C_SetupEyeAdaptationExposure) == 0x000004, "Wrong alignment on BP_PhotoModePawn_C_SetupEyeAdaptationExposure"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetupEyeAdaptationExposure) == 0x000004, "Wrong size on BP_PhotoModePawn_C_SetupEyeAdaptationExposure"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetupEyeAdaptationExposure, CallFunc_GetLastEyeAdaptationExposure_ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_SetupEyeAdaptationExposure::CallFunc_GetLastEyeAdaptationExposure_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SetVignetteIntensity \ +static_assert(alignof(BP_PhotoModePawn_C_SetVignetteIntensity) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_SetVignetteIntensity"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SetVignetteIntensity) == 0x000010, "Wrong size on BP_PhotoModePawn_C_SetVignetteIntensity"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetVignetteIntensity, Value) == 0x000000, "Member 'BP_PhotoModePawn_C_SetVignetteIntensity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SetVignetteIntensity, K2Node_SetFieldsInStruct_VignetteIntensity_ImplicitCast) == 0x000008, "Member 'BP_PhotoModePawn_C_SetVignetteIntensity::K2Node_SetFieldsInStruct_VignetteIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_SpawnAdditionalActors \ +static_assert(alignof(BP_PhotoModePawn_C_SpawnAdditionalActors) == 0x000010, "Wrong alignment on BP_PhotoModePawn_C_SpawnAdditionalActors"); \ +static_assert(sizeof(BP_PhotoModePawn_C_SpawnAdditionalActors) == 0x000090, "Wrong size on BP_PhotoModePawn_C_SpawnAdditionalActors"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SpawnAdditionalActors, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_SpawnAdditionalActors::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SpawnAdditionalActors, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'BP_PhotoModePawn_C_SpawnAdditionalActors::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SpawnAdditionalActors, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000080, "Member 'BP_PhotoModePawn_C_SpawnAdditionalActors::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_SpawnAdditionalActors, CallFunc_FinishSpawningActor_ReturnValue) == 0x000088, "Member 'BP_PhotoModePawn_C_SpawnAdditionalActors::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModePawn_C_UpdateFocusData \ +static_assert(alignof(BP_PhotoModePawn_C_UpdateFocusData) == 0x000008, "Wrong alignment on BP_PhotoModePawn_C_UpdateFocusData"); \ +static_assert(sizeof(BP_PhotoModePawn_C_UpdateFocusData) == 0x000420, "Wrong size on BP_PhotoModePawn_C_UpdateFocusData"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000018, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000020, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000118, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000120, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000138, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Vector_Distance_ReturnValue) == 0x000150, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_GetForwardVector_ReturnValue) == 0x000158, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, Temp_object_Variable) == 0x000170, "Member 'BP_PhotoModePawn_C_UpdateFocusData::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000180, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_GetCameraFocusDistance_Value) == 0x000198, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_GetCameraFocusDistance_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001A0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0001B8, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_LineTraceSingle_OutHit) == 0x0001D0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_LineTraceSingle_ReturnValue) == 0x0002C8, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0002D0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Add_VectorVector_ReturnValue) == 0x0002E8, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_bBlockingHit) == 0x000300, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_bInitialOverlap) == 0x000301, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_Time) == 0x000304, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_Distance) == 0x000308, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_Location) == 0x000310, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_ImpactPoint) == 0x000328, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_Normal) == 0x000340, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_ImpactNormal) == 0x000358, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_PhysMat) == 0x000370, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_HitActor) == 0x000378, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_HitComponent) == 0x000380, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_HitBoneName) == 0x000388, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_BoneName) == 0x000390, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_HitItem) == 0x000398, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_ElementIndex) == 0x00039C, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_FaceIndex) == 0x0003A0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_TraceStart) == 0x0003A8, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_BreakHitResult_TraceEnd) == 0x0003C0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_GetForwardVector_ReturnValue_1) == 0x0003D8, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0003F0, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModePawn_C_UpdateFocusData, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000408, "Member 'BP_PhotoModePawn_C_UpdateFocusData::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoModePawn_C \ +static_assert(alignof(ABP_PhotoModePawn_C) == 0x000008, "Wrong alignment on ABP_PhotoModePawn_C"); \ +static_assert(sizeof(ABP_PhotoModePawn_C) == 0x0003F8, "Wrong size on ABP_PhotoModePawn_C"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, UberGraphFrame) == 0x000340, "Member 'ABP_PhotoModePawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, Camera) == 0x000348, "Member 'ABP_PhotoModePawn_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, PhotoModeController) == 0x000350, "Member 'ABP_PhotoModePawn_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, CameraFilters) == 0x000358, "Member 'ABP_PhotoModePawn_C::CameraFilters' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, CameraFilterIntensity) == 0x0003A8, "Member 'ABP_PhotoModePawn_C::CameraFilterIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, DynamicCameraFilters) == 0x0003B0, "Member 'ABP_PhotoModePawn_C::DynamicCameraFilters' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, AutofocusEnabled) == 0x0003C0, "Member 'ABP_PhotoModePawn_C::AutofocusEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, CameraFocusPoint) == 0x0003C8, "Member 'ABP_PhotoModePawn_C::CameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, MaxFocusPointDistance) == 0x0003E0, "Member 'ABP_PhotoModePawn_C::MaxFocusPointDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, FocusPointActorClass) == 0x0003E8, "Member 'ABP_PhotoModePawn_C::FocusPointActorClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModePawn_C, FocusPointActor) == 0x0003F0, "Member 'ABP_PhotoModePawn_C::FocusPointActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_WasMovingSliderRecently \ +static_assert(alignof(WBP_SliderSelector_C_WasMovingSliderRecently) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_WasMovingSliderRecently"); \ +static_assert(sizeof(WBP_SliderSelector_C_WasMovingSliderRecently) == 0x000028, "Wrong size on WBP_SliderSelector_C_WasMovingSliderRecently"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, ReturnValue) == 0x000000, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, CallFunc_Now_ReturnValue) == 0x000008, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, CallFunc_GetTotalSeconds_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_WasMovingSliderRecently, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'WBP_SliderSelector_C_WasMovingSliderRecently::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged \ +static_assert(alignof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged) == 0x000020, "Wrong size on WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged, DefaultValue_0) == 0x000000, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged::DefaultValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged, InRangeA) == 0x000008, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged, InRangeB) == 0x000010, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged, DispatchChanges) == 0x000018, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValueWithMapRanged::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetAndResetToDefaultValue \ +static_assert(alignof(WBP_SliderSelector_C_SetAndResetToDefaultValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_SetAndResetToDefaultValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetAndResetToDefaultValue) == 0x000010, "Wrong size on WBP_SliderSelector_C_SetAndResetToDefaultValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValue, Value) == 0x000000, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetAndResetToDefaultValue, DispatchChanges) == 0x000008, "Member 'WBP_SliderSelector_C_SetAndResetToDefaultValue::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetDefaultValueWithMapRanged \ +static_assert(alignof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_SetDefaultValueWithMapRanged"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged) == 0x000020, "Wrong size on WBP_SliderSelector_C_SetDefaultValueWithMapRanged"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged, DefaultValue_0) == 0x000000, "Member 'WBP_SliderSelector_C_SetDefaultValueWithMapRanged::DefaultValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged, InRangeA) == 0x000008, "Member 'WBP_SliderSelector_C_SetDefaultValueWithMapRanged::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged, InRangeB) == 0x000010, "Member 'WBP_SliderSelector_C_SetDefaultValueWithMapRanged::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetDefaultValueWithMapRanged, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_SetDefaultValueWithMapRanged::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_UpdateDynamicIterationStepData \ +static_assert(alignof(WBP_SliderSelector_C_UpdateDynamicIterationStepData) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_UpdateDynamicIterationStepData"); \ +static_assert(sizeof(WBP_SliderSelector_C_UpdateDynamicIterationStepData) == 0x000040, "Wrong size on WBP_SliderSelector_C_UpdateDynamicIterationStepData"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, DeltaTime) == 0x000000, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_WasMovingSliderRecently_ReturnValue) == 0x000008, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_WasMovingSliderRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, Temp_wildcard_Variable) == 0x00000C, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_Not_PreBool_ReturnValue_1) == 0x000011, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_FMod_Remainder) == 0x000020, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_FMod_ReturnValue) == 0x000028, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateDynamicIterationStepData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_SliderSelector_C_UpdateDynamicIterationStepData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetCurrentValueWithMapRanged \ +static_assert(alignof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_SetCurrentValueWithMapRanged"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged) == 0x000028, "Wrong size on WBP_SliderSelector_C_SetCurrentValueWithMapRanged"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged, Value) == 0x000000, "Member 'WBP_SliderSelector_C_SetCurrentValueWithMapRanged::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged, InRangeA) == 0x000008, "Member 'WBP_SliderSelector_C_SetCurrentValueWithMapRanged::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged, InRangeB) == 0x000010, "Member 'WBP_SliderSelector_C_SetCurrentValueWithMapRanged::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged, DispatchChanges) == 0x000018, "Member 'WBP_SliderSelector_C_SetCurrentValueWithMapRanged::DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValueWithMapRanged, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'WBP_SliderSelector_C_SetCurrentValueWithMapRanged::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_GetMapRangedClampedValue \ +static_assert(alignof(WBP_SliderSelector_C_GetMapRangedClampedValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_GetMapRangedClampedValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_GetMapRangedClampedValue) == 0x000020, "Wrong size on WBP_SliderSelector_C_GetMapRangedClampedValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetMapRangedClampedValue, OutRangeA) == 0x000000, "Member 'WBP_SliderSelector_C_GetMapRangedClampedValue::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetMapRangedClampedValue, OutRangeB) == 0x000008, "Member 'WBP_SliderSelector_C_GetMapRangedClampedValue::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetMapRangedClampedValue, ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_GetMapRangedClampedValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetMapRangedClampedValue, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_GetMapRangedClampedValue::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_GetRangeValue \ +static_assert(alignof(WBP_SliderSelector_C_GetRangeValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_GetRangeValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_GetRangeValue) == 0x000010, "Wrong size on WBP_SliderSelector_C_GetRangeValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetRangeValue, ReturnValue) == 0x000000, "Member 'WBP_SliderSelector_C_GetRangeValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetRangeValue, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_SliderSelector_C_GetRangeValue::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_GetCurrentValue \ +static_assert(alignof(WBP_SliderSelector_C_GetCurrentValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_GetCurrentValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_GetCurrentValue) == 0x000008, "Wrong size on WBP_SliderSelector_C_GetCurrentValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_GetCurrentValue, ReturnValue) == 0x000000, "Member 'WBP_SliderSelector_C_GetCurrentValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetCurrentValue \ +static_assert(alignof(WBP_SliderSelector_C_SetCurrentValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_SetCurrentValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetCurrentValue) == 0x000020, "Wrong size on WBP_SliderSelector_C_SetCurrentValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValue, Value) == 0x000000, "Member 'WBP_SliderSelector_C_SetCurrentValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValue, DispatchChanges) == 0x000008, "Member 'WBP_SliderSelector_C_SetCurrentValue::DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValue, CallFunc_Now_ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_SetCurrentValue::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetCurrentValue, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_SetCurrentValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_OnSelectNextValue \ +static_assert(alignof(WBP_SliderSelector_C_OnSelectNextValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_OnSelectNextValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_OnSelectNextValue) == 0x000020, "Wrong size on WBP_SliderSelector_C_OnSelectNextValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, CallFunc_WasMovingSliderRecently_ReturnValue) == 0x000000, "Member 'WBP_SliderSelector_C_OnSelectNextValue::CallFunc_WasMovingSliderRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_SliderSelector_C_OnSelectNextValue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_OnSelectNextValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'WBP_SliderSelector_C_OnSelectNextValue::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'WBP_SliderSelector_C_OnSelectNextValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectNextValue, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_OnSelectNextValue::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_OnSelectPreviousValue \ +static_assert(alignof(WBP_SliderSelector_C_OnSelectPreviousValue) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_OnSelectPreviousValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_OnSelectPreviousValue) == 0x000020, "Wrong size on WBP_SliderSelector_C_OnSelectPreviousValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, CallFunc_WasMovingSliderRecently_ReturnValue) == 0x000000, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::CallFunc_WasMovingSliderRecently_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000011, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_OnSelectPreviousValue, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_SliderSelector_C_OnSelectPreviousValue::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_UpdateWidget \ +static_assert(alignof(WBP_SliderSelector_C_UpdateWidget) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_UpdateWidget"); \ +static_assert(sizeof(WBP_SliderSelector_C_UpdateWidget) == 0x000128, "Wrong size on WBP_SliderSelector_C_UpdateWidget"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'WBP_SliderSelector_C_UpdateWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, K2Node_MakeStruct_FormatArgumentData_1) == 0x000048, "Member 'WBP_SliderSelector_C_UpdateWidget::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_GetRangeValue_ReturnValue) == 0x000090, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_GetRangeValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000098, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_Conv_DoubleToText_ReturnValue) == 0x0000A0, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'WBP_SliderSelector_C_UpdateWidget::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_SliderSelector_C_UpdateWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_UpdateWidget, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x000120, "Member 'WBP_SliderSelector_C_UpdateWidget::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_PreConstruct \ +static_assert(alignof(WBP_SliderSelector_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SliderSelector_C_PreConstruct"); \ +static_assert(sizeof(WBP_SliderSelector_C_PreConstruct) == 0x000001, "Wrong size on WBP_SliderSelector_C_PreConstruct"); \ +static_assert(offsetof(WBP_SliderSelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SliderSelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SliderSelector_C_BndEvt__WBP_NamedFloatSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_SetSelectorIsLocked \ +static_assert(alignof(WBP_SliderSelector_C_SetSelectorIsLocked) == 0x000001, "Wrong alignment on WBP_SliderSelector_C_SetSelectorIsLocked"); \ +static_assert(sizeof(WBP_SliderSelector_C_SetSelectorIsLocked) == 0x000001, "Wrong size on WBP_SliderSelector_C_SetSelectorIsLocked"); \ +static_assert(offsetof(WBP_SliderSelector_C_SetSelectorIsLocked, NewLockStatus) == 0x000000, "Member 'WBP_SliderSelector_C_SetSelectorIsLocked::NewLockStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_Tick \ +static_assert(alignof(WBP_SliderSelector_C_Tick) == 0x000004, "Wrong alignment on WBP_SliderSelector_C_Tick"); \ +static_assert(sizeof(WBP_SliderSelector_C_Tick) == 0x00003C, "Wrong size on WBP_SliderSelector_C_Tick"); \ +static_assert(offsetof(WBP_SliderSelector_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_SliderSelector_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_SliderSelector_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_ResetToDefaultValue \ +static_assert(alignof(WBP_SliderSelector_C_ResetToDefaultValue) == 0x000001, "Wrong alignment on WBP_SliderSelector_C_ResetToDefaultValue"); \ +static_assert(sizeof(WBP_SliderSelector_C_ResetToDefaultValue) == 0x000001, "Wrong size on WBP_SliderSelector_C_ResetToDefaultValue"); \ +static_assert(offsetof(WBP_SliderSelector_C_ResetToDefaultValue, DispatchChanges) == 0x000000, "Member 'WBP_SliderSelector_C_ResetToDefaultValue::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector \ +static_assert(alignof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector) == 0x000008, "Wrong alignment on WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector"); \ +static_assert(sizeof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector) == 0x000098, "Wrong size on WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, EntryPoint) == 0x000000, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_ComponentBoundEvent_Button) == 0x000018, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_Event_NewLockStatus) == 0x000021, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_Event_NewLockStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_MakeStruct_SlateColor) == 0x000024, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_Event_MyGeometry) == 0x00004C, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_Event_InDeltaTime) == 0x000084, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, K2Node_Event_DispatchChanges) == 0x000088, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::K2Node_Event_DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x00008C, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector, CallFunc_UpdateDynamicIterationStepData_DeltaTime_ImplicitCast) == 0x000090, "Member 'WBP_SliderSelector_C_ExecuteUbergraph_WBP_SliderSelector::CallFunc_UpdateDynamicIterationStepData_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SliderSelector_C \ +static_assert(alignof(UWBP_SliderSelector_C) == 0x000008, "Wrong alignment on UWBP_SliderSelector_C"); \ +static_assert(sizeof(UWBP_SliderSelector_C) == 0x000410, "Wrong size on UWBP_SliderSelector_C"); \ +static_assert(offsetof(UWBP_SliderSelector_C, UberGraphFrame) == 0x000310, "Member 'UWBP_SliderSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, SizeBox_Value) == 0x000318, "Member 'UWBP_SliderSelector_C::SizeBox_Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, Slider) == 0x000320, "Member 'UWBP_SliderSelector_C::Slider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, TextBlock_ValueName) == 0x000328, "Member 'UWBP_SliderSelector_C::TextBlock_ValueName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, WBP_ArrowButton_Downgrade) == 0x000330, "Member 'UWBP_SliderSelector_C::WBP_ArrowButton_Downgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, WBP_ArrowButton_Upgrade) == 0x000338, "Member 'UWBP_SliderSelector_C::WBP_ArrowButton_Upgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, OnValueChanged) == 0x000340, "Member 'UWBP_SliderSelector_C::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, CurrentValue) == 0x000350, "Member 'UWBP_SliderSelector_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, MinimumValue) == 0x000358, "Member 'UWBP_SliderSelector_C::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, MaximumValue) == 0x000360, "Member 'UWBP_SliderSelector_C::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, IterationStep) == 0x000368, "Member 'UWBP_SliderSelector_C::IterationStep' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, DefaultValue) == 0x000370, "Member 'UWBP_SliderSelector_C::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, TextPrefix) == 0x000378, "Member 'UWBP_SliderSelector_C::TextPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, TextSuffix) == 0x000388, "Member 'UWBP_SliderSelector_C::TextSuffix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, TextMinimumDesiredWidth) == 0x000398, "Member 'UWBP_SliderSelector_C::TextMinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, CurrentIterationStep) == 0x0003A0, "Member 'UWBP_SliderSelector_C::CurrentIterationStep' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, IsLocked) == 0x0003A8, "Member 'UWBP_SliderSelector_C::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, SoundOnValueChanged) == 0x0003B0, "Member 'UWBP_SliderSelector_C::SoundOnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, OnFocusBackToBaseButton) == 0x0003C0, "Member 'UWBP_SliderSelector_C::OnFocusBackToBaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, DynamicIterationStepMultiplier) == 0x0003D0, "Member 'UWBP_SliderSelector_C::DynamicIterationStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, DynamicIterationStepMaxValue) == 0x0003D8, "Member 'UWBP_SliderSelector_C::DynamicIterationStepMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, DynamicIterationStepDelay) == 0x0003E0, "Member 'UWBP_SliderSelector_C::DynamicIterationStepDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, DynamicIterationStepCancelDelay) == 0x0003E8, "Member 'UWBP_SliderSelector_C::DynamicIterationStepCancelDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, EnableDynamicIterationStep) == 0x0003F0, "Member 'UWBP_SliderSelector_C::EnableDynamicIterationStep' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, LastChangedValueDateTime) == 0x0003F8, "Member 'UWBP_SliderSelector_C::LastChangedValueDateTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, ChangeValueElapsedTime) == 0x000400, "Member 'UWBP_SliderSelector_C::ChangeValueElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SliderSelector_C, CurrentMultiplierRank) == 0x000408, "Member 'UWBP_SliderSelector_C::CurrentMultiplierRank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_UpdateWidgetLockState \ +static_assert(alignof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_UpdateWidgetLockState"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState) == 0x000028, "Wrong size on WBP_Settings_OptionEntry_C_UpdateWidgetLockState"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState, CallFunc_GetIsLocked_ReturnValue) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_UpdateWidgetLockState::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_Settings_OptionEntry_C_UpdateWidgetLockState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState, CallFunc_GetContent_ReturnValue) == 0x000008, "Member 'WBP_Settings_OptionEntry_C_UpdateWidgetLockState::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState, K2Node_DynamicCast_AsBPI_Selector_Lockable) == 0x000010, "Member 'WBP_Settings_OptionEntry_C_UpdateWidgetLockState::K2Node_DynamicCast_AsBPI_Selector_Lockable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_UpdateWidgetLockState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_Settings_OptionEntry_C_UpdateWidgetLockState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_GetIsLocked \ +static_assert(alignof(WBP_Settings_OptionEntry_C_GetIsLocked) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntry_C_GetIsLocked"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_GetIsLocked) == 0x000002, "Wrong size on WBP_Settings_OptionEntry_C_GetIsLocked"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetIsLocked, ReturnValue) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_GetIsLocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetIsLocked, CallFunc_MatchesAnyTags_ReturnValue) == 0x000001, "Member 'WBP_Settings_OptionEntry_C_GetIsLocked::CallFunc_MatchesAnyTags_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_SetForceLocked \ +static_assert(alignof(WBP_Settings_OptionEntry_C_SetForceLocked) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntry_C_SetForceLocked"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_SetForceLocked) == 0x000001, "Wrong size on WBP_Settings_OptionEntry_C_SetForceLocked"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_SetForceLocked, Locked) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_SetForceLocked::Locked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_SetCurrentContext \ +static_assert(alignof(WBP_Settings_OptionEntry_C_SetCurrentContext) == 0x000004, "Wrong alignment on WBP_Settings_OptionEntry_C_SetCurrentContext"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_SetCurrentContext) == 0x000008, "Wrong size on WBP_Settings_OptionEntry_C_SetCurrentContext"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_SetCurrentContext, CurrentContext_0) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_SetCurrentContext::CurrentContext_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_SetOptionName \ +static_assert(alignof(WBP_Settings_OptionEntry_C_SetOptionName) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_SetOptionName"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_SetOptionName) == 0x000010, "Wrong size on WBP_Settings_OptionEntry_C_SetOptionName"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_SetOptionName, OptionName_0) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_SetOptionName::OptionName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_GetOptionDescription \ +static_assert(alignof(WBP_Settings_OptionEntry_C_GetOptionDescription) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_GetOptionDescription"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_GetOptionDescription) == 0x000028, "Wrong size on WBP_Settings_OptionEntry_C_GetOptionDescription"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetOptionDescription, DescriptionText) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_GetOptionDescription::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetOptionDescription, CallFunc_GetIsLocked_ReturnValue) == 0x000010, "Member 'WBP_Settings_OptionEntry_C_GetOptionDescription::CallFunc_GetIsLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetOptionDescription, CallFunc_TextIsEmpty_ReturnValue) == 0x000011, "Member 'WBP_Settings_OptionEntry_C_GetOptionDescription::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_GetOptionDescription, CallFunc_SelectText_ReturnValue) == 0x000018, "Member 'WBP_Settings_OptionEntry_C_GetOptionDescription::CallFunc_SelectText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_SetOptionDescription \ +static_assert(alignof(WBP_Settings_OptionEntry_C_SetOptionDescription) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_SetOptionDescription"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_SetOptionDescription) == 0x000010, "Wrong size on WBP_Settings_OptionEntry_C_SetOptionDescription"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_SetOptionDescription, OptionDescription_0) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_SetOptionDescription::OptionDescription_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered \ +static_assert(alignof(WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered) == 0x000001, "Wrong size on WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered, Navigation_0) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_OnConstrainedNavigationTriggered::Navigation_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform \ +static_assert(alignof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform) == 0x000004, "Wrong alignment on WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform) == 0x000014, "Wrong size on WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CurrentPlatformTag) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CurrentPlatformTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, IsAvailable) == 0x000008, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000009, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x00000C, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000E, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_HasTag_ReturnValue) == 0x00000F, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_HasTag_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_BooleanOR_ReturnValue) == 0x000011, "Member 'WBP_Settings_OptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_PreConstruct \ +static_assert(alignof(WBP_Settings_OptionEntry_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntry_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_OptionEntry_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_BndEvt__WBP_Settings_OptionEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_ResetToDefaultValue \ +static_assert(alignof(WBP_Settings_OptionEntry_C_ResetToDefaultValue) == 0x000001, "Wrong alignment on WBP_Settings_OptionEntry_C_ResetToDefaultValue"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_ResetToDefaultValue) == 0x000001, "Wrong size on WBP_Settings_OptionEntry_C_ResetToDefaultValue"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ResetToDefaultValue, DispatchChanges) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_ResetToDefaultValue::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry \ +static_assert(alignof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry) == 0x0000A8, "Wrong size on WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, EntryPoint) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, CallFunc_GetContent_ReturnValue) == 0x000018, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_AsWBP_Named_Value_Selector) == 0x000020, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_AsWBP_Named_Value_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, CallFunc_GetContent_ReturnValue_1) == 0x000040, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::CallFunc_GetContent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000048, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_Event_DispatchChanges) == 0x000051, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_Event_DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, CallFunc_GetContent_ReturnValue_2) == 0x000058, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::CallFunc_GetContent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_AsBPI_Selector_Resetable) == 0x000060, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_AsBPI_Selector_Resetable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, CallFunc_GetContent_ReturnValue_3) == 0x000078, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::CallFunc_GetContent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_AsWBP_Named_Value_Selector_1) == 0x000080, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_AsWBP_Named_Value_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, CallFunc_GetContent_ReturnValue_4) == 0x000090, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::CallFunc_GetContent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x000098, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'WBP_Settings_OptionEntry_C_ExecuteUbergraph_WBP_Settings_OptionEntry::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget, CallFunc_GetContent_ReturnValue) == 0x000008, "Member 'WBP_Settings_OptionEntry_C_BP_GetDesiredFocusTarget::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_OptionEntry_C \ +static_assert(alignof(UWBP_Settings_OptionEntry_C) == 0x000008, "Wrong alignment on UWBP_Settings_OptionEntry_C"); \ +static_assert(sizeof(UWBP_Settings_OptionEntry_C) == 0x0003E8, "Wrong size on UWBP_Settings_OptionEntry_C"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Settings_OptionEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, BaseButton) == 0x000310, "Member 'UWBP_Settings_OptionEntry_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, NamedSlot_WidgetSelector) == 0x000318, "Member 'UWBP_Settings_OptionEntry_C::NamedSlot_WidgetSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, TextBlock_OptionName) == 0x000320, "Member 'UWBP_Settings_OptionEntry_C::TextBlock_OptionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, ForceLocked) == 0x000328, "Member 'UWBP_Settings_OptionEntry_C::ForceLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OptionName) == 0x000330, "Member 'UWBP_Settings_OptionEntry_C::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OnOptionEntryFocused) == 0x000340, "Member 'UWBP_Settings_OptionEntry_C::OnOptionEntryFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OnOptionEntryUnfocused) == 0x000350, "Member 'UWBP_Settings_OptionEntry_C::OnOptionEntryUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OptionDescription) == 0x000360, "Member 'UWBP_Settings_OptionEntry_C::OptionDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OptionDescriptionLocked) == 0x000370, "Member 'UWBP_Settings_OptionEntry_C::OptionDescriptionLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, AvailableOnPlatform) == 0x000380, "Member 'UWBP_Settings_OptionEntry_C::AvailableOnPlatform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, SD_OnFocused) == 0x0003A0, "Member 'UWBP_Settings_OptionEntry_C::SD_OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, LockedContext) == 0x0003B0, "Member 'UWBP_Settings_OptionEntry_C::LockedContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, CurrentContext) == 0x0003D0, "Member 'UWBP_Settings_OptionEntry_C::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, NotAvailableForLockheart) == 0x0003D8, "Member 'UWBP_Settings_OptionEntry_C::NotAvailableForLockheart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, NotAvailableForSteamDeck) == 0x0003D9, "Member 'UWBP_Settings_OptionEntry_C::NotAvailableForSteamDeck' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionEntry_C, OptionNameMaxDesiredWidth) == 0x0003E0, "Member 'UWBP_Settings_OptionEntry_C::OptionNameMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_CanTakeScreenshot \ +static_assert(alignof(BP_PhotoModeController_C_CanTakeScreenshot) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_CanTakeScreenshot"); \ +static_assert(sizeof(BP_PhotoModeController_C_CanTakeScreenshot) == 0x000003, "Wrong size on BP_PhotoModeController_C_CanTakeScreenshot"); \ +static_assert(offsetof(BP_PhotoModeController_C_CanTakeScreenshot, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_CanTakeScreenshot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_CanTakeScreenshot, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x000001, "Member 'BP_PhotoModeController_C_CanTakeScreenshot::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_CanTakeScreenshot, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_PhotoModeController_C_CanTakeScreenshot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_CreateLightEditor \ +static_assert(alignof(BP_PhotoModeController_C_CreateLightEditor) == 0x000010, "Wrong alignment on BP_PhotoModeController_C_CreateLightEditor"); \ +static_assert(sizeof(BP_PhotoModeController_C_CreateLightEditor) == 0x000080, "Wrong size on BP_PhotoModeController_C_CreateLightEditor"); \ +static_assert(offsetof(BP_PhotoModeController_C_CreateLightEditor, CallFunc_K2_GetPawn_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_CreateLightEditor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_CreateLightEditor, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_PhotoModeController_C_CreateLightEditor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_CreateLightEditor, CallFunc_SpawnObject_ReturnValue) == 0x000070, "Member 'BP_PhotoModeController_C_CreateLightEditor::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_CreatePhotoModeHUD \ +static_assert(alignof(BP_PhotoModeController_C_CreatePhotoModeHUD) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_CreatePhotoModeHUD"); \ +static_assert(sizeof(BP_PhotoModeController_C_CreatePhotoModeHUD) == 0x000008, "Wrong size on BP_PhotoModeController_C_CreatePhotoModeHUD"); \ +static_assert(offsetof(BP_PhotoModeController_C_CreatePhotoModeHUD, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_CreatePhotoModeHUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_DestroyPhotoModeHUD \ +static_assert(alignof(BP_PhotoModeController_C_DestroyPhotoModeHUD) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_DestroyPhotoModeHUD"); \ +static_assert(sizeof(BP_PhotoModeController_C_DestroyPhotoModeHUD) == 0x000001, "Wrong size on BP_PhotoModeController_C_DestroyPhotoModeHUD"); \ +static_assert(offsetof(BP_PhotoModeController_C_DestroyPhotoModeHUD, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_DestroyPhotoModeHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_DoesActorMatchClasses \ +static_assert(alignof(BP_PhotoModeController_C_DoesActorMatchClasses) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_DoesActorMatchClasses"); \ +static_assert(sizeof(BP_PhotoModeController_C_DoesActorMatchClasses) == 0x000070, "Wrong size on BP_PhotoModeController_C_DoesActorMatchClasses"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, Actor) == 0x000000, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, IncludedActorTypes) == 0x000008, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::IncludedActorTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, ExcludedActorTypes) == 0x000018, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::ExcludedActorTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, ReturnValue) == 0x000028, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_ObjectIsA_ReturnValue) == 0x000050, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, Temp_int_Array_Index_Variable_1) == 0x000058, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_ObjectIsA_ReturnValue_1) == 0x000068, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_ObjectIsA_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_DoesActorMatchClasses, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_PhotoModeController_C_DoesActorMatchClasses::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController \ +static_assert(alignof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController"); \ +static_assert(sizeof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController) == 0x000828, "Wrong size on BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, EntryPoint) == 0x000000, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable) == 0x000008, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable) == 0x000010, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_1) == 0x000018, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable) == 0x000020, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_12) == 0x000028, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_12) == 0x000048, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_12) == 0x00004C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_12) == 0x000050, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000068, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_1) == 0x000070, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_2) == 0x000078, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_2_0) == 0x000080, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_3) == 0x000088, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_4) == 0x000090, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_3_0) == 0x000098, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_11) == 0x0000A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_11) == 0x0000C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_11) == 0x0000C4, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_11) == 0x0000C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_2) == 0x0000D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x0000D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_5) == 0x0000E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_6) == 0x0000E8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_5_0) == 0x0000F0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_6_0) == 0x0000F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_7) == 0x000100, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_10) == 0x000108, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_10) == 0x000128, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_10) == 0x00012C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_10) == 0x000130, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000138, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_3) == 0x000140, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_8) == 0x000148, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_8_0) == 0x000150, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_9) == 0x000158, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_10) == 0x000160, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_9_0) == 0x000168, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_9_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_9) == 0x000170, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_9) == 0x000190, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_9) == 0x000194, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_9) == 0x000198, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_4) == 0x0001A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x0001A8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_11) == 0x0001B0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_12) == 0x0001B8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_11_0) == 0x0001C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_11_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_12_0) == 0x0001C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_12_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_13) == 0x0001D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x0001D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x0001F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x0001FC, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_8) == 0x000200, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4) == 0x000208, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_5) == 0x000210, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_14) == 0x000218, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_14_0) == 0x000220, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_14_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_15) == 0x000228, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_16) == 0x000230, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_15_0) == 0x000238, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_15_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x000240, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x000260, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000264, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_7) == 0x000268, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_6) == 0x000270, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5) == 0x000278, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_17) == 0x000280, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_18) == 0x000288, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_17_0) == 0x000290, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_17_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_18_0) == 0x000298, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_18_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_19) == 0x0002A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x0002A8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x0002C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x0002CC, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x0002D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0002D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x0002E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000300, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x000304, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x000308, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x000310, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000330, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x000334, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x000338, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000340, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000341, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_7) == 0x000348, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_20) == 0x000350, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_20_0) == 0x000358, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_20_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_20_1) == 0x000360, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_20_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_20_2) == 0x000368, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_20_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_21) == 0x000370, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable_1) == 0x000378, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_21_0) == 0x000380, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_21_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_21_1) == 0x000388, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_21_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_21_2) == 0x000390, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_21_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000398, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x0003B8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0003BC, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x0003C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_8) == 0x0003C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6) == 0x0003D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_22) == 0x0003D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_23) == 0x0003E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_22_0) == 0x0003E8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_22_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_23_0) == 0x0003F0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_23_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_24) == 0x0003F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000400, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000420, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000424, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000428, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7) == 0x000430, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_9) == 0x000438, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_25) == 0x000440, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_25_0) == 0x000448, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_25_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_26) == 0x000450, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_27) == 0x000458, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_26_0) == 0x000460, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_26_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000468, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000488, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00048C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000490, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_10) == 0x000498, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x0004A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_28) == 0x0004A8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_29) == 0x0004B0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_28_0) == 0x0004B8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_28_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_29_0) == 0x0004C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_29_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable_2) == 0x0004C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0004D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0004F0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0004F4, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0004F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x000500, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_11) == 0x000508, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_30) == 0x000510, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_30_0) == 0x000518, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_30_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_31) == 0x000520, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable_3) == 0x000528, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_31_0) == 0x000530, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_31_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_13) == 0x000538, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_13) == 0x000558, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_13) == 0x00055C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_13) == 0x000560, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_0) == 0x000568, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_1_0) == 0x000570, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000578, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_14) == 0x000580, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_14) == 0x0005A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_14) == 0x0005A4, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_14) == 0x0005A8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_14' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_6) == 0x0005B0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_CustomEvent_InUserResponse) == 0x0005B1, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetCustomGI_ReturnValue) == 0x0005B8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0005C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable_4) == 0x0005C1, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_32) == 0x0005C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_33) == 0x0005D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_K2_GetPawn_ReturnValue) == 0x0005D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0005E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_K2_GetPawn_ReturnValue_2) == 0x0005E8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_K2_GetPawn_ReturnValue_3) == 0x0005F0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_K2_GetPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_bool_Variable_5) == 0x0005F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetRotationForPawnInput_ReturnValue) == 0x000600, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetRotationForPawnInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Roll) == 0x000618, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Pitch) == 0x00061C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Yaw) == 0x000620, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetRotationForPawnInput_ReturnValue_1) == 0x000628, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetRotationForPawnInput_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_MakeRotator_ReturnValue) == 0x000640, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Roll_1) == 0x000658, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Pitch_1) == 0x00065C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_BreakRotator_Yaw_1) == 0x000660, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetForwardVector_ReturnValue) == 0x000668, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_MakeRotator_ReturnValue_1) == 0x000680, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetRightVector_ReturnValue) == 0x000698, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetRotationForPawnInput_ReturnValue_2) == 0x0006B0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetRotationForPawnInput_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetUpVector_ReturnValue) == 0x0006C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetRotationForPawnInput_ReturnValue_3) == 0x0006E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetRotationForPawnInput_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetUpVector_ReturnValue_1) == 0x0006F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_NegateVector_ReturnValue) == 0x000710, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_12) == 0x000728, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ActionValue_15) == 0x000730, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ActionValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_ElapsedTime_15) == 0x000750, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_ElapsedTime_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_TriggeredTime_15) == 0x000754, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_TriggeredTime_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_EnhancedInputActionEvent_SourceAction_15) == 0x000758, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_EnhancedInputActionEvent_SourceAction_15' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetAppDeltaTime_ReturnValue) == 0x000760, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetAppDeltaTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_33_0) == 0x000768, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_33_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_32_0) == 0x000770, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_32_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Conv_InputActionValueToBool_ReturnValue_7) == 0x000778, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Conv_InputActionValueToBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue) == 0x000780, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetAppDeltaTime_ReturnValue_1) == 0x000788, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetAppDeltaTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue) == 0x000790, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue) == 0x000798, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue) == 0x0007A0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_CreateModalWindow_OutputPin) == 0x0007A8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_Event_PossessedPawn) == 0x0007B0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetObjectClass_ReturnValue) == 0x0007B8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_34) == 0x0007C0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Map_Find_Value) == 0x0007C8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_Map_Find_ReturnValue) == 0x0007C9, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_34_0) == 0x0007D0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_34_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_Event_EndPlayReason) == 0x0007D8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_35) == 0x0007E0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_real_Variable_35_0) == 0x0007E8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_real_Variable_35_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, Temp_object_Variable_13) == 0x0007F0, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, K2Node_Event_DeltaSeconds) == 0x0007F8, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_IsValid_ReturnValue) == 0x0007FC, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000800, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_AddMovementInput_ScaleValue_ImplicitCast) == 0x000804, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_AddMovementInput_ScaleValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_1) == 0x000808, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_2) == 0x00080C, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_AddMovementInput_ScaleValue_ImplicitCast_3) == 0x000810, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_AddMovementInput_ScaleValue_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_PerformLookUpMovementWithInput_DeltaSeconds_ImplicitCast) == 0x000818, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_PerformLookUpMovementWithInput_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController, CallFunc_PerformLookRightMovementWithInput_DeltaSeconds_ImplicitCast) == 0x000820, "Member 'BP_PhotoModeController_C_ExecuteUbergraph_BP_PhotoModeController::CallFunc_PerformLookRightMovementWithInput_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetEditMode \ +static_assert(alignof(BP_PhotoModeController_C_GetEditMode) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_GetEditMode"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetEditMode) == 0x000001, "Wrong size on BP_PhotoModeController_C_GetEditMode"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetEditMode, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetEditMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetLightEditor \ +static_assert(alignof(BP_PhotoModeController_C_GetLightEditor) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_GetLightEditor"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetLightEditor) == 0x000008, "Wrong size on BP_PhotoModeController_C_GetLightEditor"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLightEditor, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetLightEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetLookSpeed \ +static_assert(alignof(BP_PhotoModeController_C_GetLookSpeed) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_GetLookSpeed"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetLookSpeed) == 0x000050, "Wrong size on BP_PhotoModeController_C_GetLookSpeed"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetLookSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_byte_Variable) == 0x000008, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_real_Variable) == 0x000010, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_real_Variable_1) == 0x000018, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_byte_Variable_1) == 0x000020, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_byte_Variable_2) == 0x000021, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_real_Variable_2) == 0x000028, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, Temp_real_Variable_3) == 0x000030, "Member 'BP_PhotoModeController_C_GetLookSpeed::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, K2Node_Select_Default) == 0x000038, "Member 'BP_PhotoModeController_C_GetLookSpeed::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, K2Node_Select_Default_1) == 0x000040, "Member 'BP_PhotoModeController_C_GetLookSpeed::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetLookSpeed, K2Node_Select_Default_2) == 0x000048, "Member 'BP_PhotoModeController_C_GetLookSpeed::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetPhotoModePawn \ +static_assert(alignof(BP_PhotoModeController_C_GetPhotoModePawn) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_GetPhotoModePawn"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetPhotoModePawn) == 0x000008, "Wrong size on BP_PhotoModeController_C_GetPhotoModePawn"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetPhotoModePawn, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetPhotoModePawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetResetTransform \ +static_assert(alignof(BP_PhotoModeController_C_GetResetTransform) == 0x000010, "Wrong alignment on BP_PhotoModeController_C_GetResetTransform"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetResetTransform) == 0x0000E0, "Wrong size on BP_PhotoModeController_C_GetResetTransform"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetResetTransform, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetResetTransform::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetResetTransform, CallFunc_GetLightEditor_ReturnValue) == 0x000060, "Member 'BP_PhotoModeController_C_GetResetTransform::CallFunc_GetLightEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetResetTransform, CallFunc_GetSpawnTransformFromPhotoModePawn_ReturnValue) == 0x000070, "Member 'BP_PhotoModeController_C_GetResetTransform::CallFunc_GetSpawnTransformFromPhotoModePawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetResetTransform, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'BP_PhotoModeController_C_GetResetTransform::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_GetRotationForPawnInput \ +static_assert(alignof(BP_PhotoModeController_C_GetRotationForPawnInput) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_GetRotationForPawnInput"); \ +static_assert(sizeof(BP_PhotoModeController_C_GetRotationForPawnInput) == 0x000070, "Wrong size on BP_PhotoModeController_C_GetRotationForPawnInput"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, Temp_byte_Variable) == 0x000018, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000028, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000040, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_GetRotationForPawnInput, K2Node_Select_Default) == 0x000058, "Member 'BP_PhotoModeController_C_GetRotationForPawnInput::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ExitPhotoMode_K2Node_EnhancedInputActionEvent_15::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_HideUI_K2Node_EnhancedInputActionEvent_14::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_K2Node_EnhancedInputActionEvent_9::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookRight_KBM_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_K2Node_EnhancedInputActionEvent_10::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_LookUp_KBM_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveDown_K2Node_EnhancedInputActionEvent_7::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveForward_K2Node_EnhancedInputActionEvent_12::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveRight_K2Node_EnhancedInputActionEvent_11::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_MoveUp_K2Node_EnhancedInputActionEvent_8::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_OpenMenu_K2Node_EnhancedInputActionEvent_13::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_ResetPawnTransform_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_SlowMode_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_PhotoModeController_C_InpActEvt_IA_PhotoMode_TakeScreenshot_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_OnUserResponseToExit \ +static_assert(alignof(BP_PhotoModeController_C_OnUserResponseToExit) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_OnUserResponseToExit"); \ +static_assert(sizeof(BP_PhotoModeController_C_OnUserResponseToExit) == 0x000001, "Wrong size on BP_PhotoModeController_C_OnUserResponseToExit"); \ +static_assert(offsetof(BP_PhotoModeController_C_OnUserResponseToExit, InUserResponse) == 0x000000, "Member 'BP_PhotoModeController_C_OnUserResponseToExit::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_PerformLookRightMovementWithInput \ +static_assert(alignof(BP_PhotoModeController_C_PerformLookRightMovementWithInput) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_PerformLookRightMovementWithInput"); \ +static_assert(sizeof(BP_PhotoModeController_C_PerformLookRightMovementWithInput) == 0x000170, "Wrong size on BP_PhotoModeController_C_PerformLookRightMovementWithInput"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, DeltaSeconds) == 0x000000, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, ActonValue) == 0x000008, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::ActonValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, Multiplier) == 0x000010, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, Temp_real_Variable) == 0x000018, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_DegCos_ReturnValue) == 0x000028, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_DegSin_ReturnValue) == 0x000038, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_GetLookSpeed_ReturnValue) == 0x000040, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_GetLookSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000048, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000050, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000058, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_K2_GetPawn_ReturnValue) == 0x000060, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_GetLookSpeed_ReturnValue_1) == 0x000068, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_GetLookSpeed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, K2Node_SwitchEnum_CmpSuccess) == 0x000070, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000078, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000080, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000088, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000090, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x000098, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x0000A0, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x0000A8, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, Temp_real_Variable_1) == 0x0000B0, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0000B8, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000C0, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Roll) == 0x0000D8, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Pitch) == 0x0000DC, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Yaw) == 0x0000E0, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_GetRotationForPawnInput_ReturnValue) == 0x0000E8, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_GetRotationForPawnInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000100, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Roll_1) == 0x000108, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Pitch_1) == 0x00010C, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Yaw_1) == 0x000110, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_MakeRotator_ReturnValue) == 0x000118, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_BreakRotator_Roll_1_0) == 0x000130, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_BreakRotator_Roll_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000134, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x000138, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000140, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_AddControllerYawInput_Val_ImplicitCast) == 0x000148, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_AddControllerYawInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_AddControllerPitchInput_Val_ImplicitCast) == 0x00014C, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_AddControllerPitchInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000150, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000158, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000160, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookRightMovementWithInput, K2Node_VariableSetRef_Target_ImplicitCast) == 0x000168, "Member 'BP_PhotoModeController_C_PerformLookRightMovementWithInput::K2Node_VariableSetRef_Target_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_PerformLookUpMovementWithInput \ +static_assert(alignof(BP_PhotoModeController_C_PerformLookUpMovementWithInput) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_PerformLookUpMovementWithInput"); \ +static_assert(sizeof(BP_PhotoModeController_C_PerformLookUpMovementWithInput) == 0x000160, "Wrong size on BP_PhotoModeController_C_PerformLookUpMovementWithInput"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, DeltaSeconds) == 0x000000, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, ActionValue) == 0x000008, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, Multiplier) == 0x000010, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_GetLookSpeed_ReturnValue) == 0x000018, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_GetLookSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, Temp_real_Variable) == 0x000028, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_DegSin_ReturnValue) == 0x000038, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_DegCos_ReturnValue) == 0x000048, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_K2_GetPawn_ReturnValue) == 0x000050, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000058, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000060, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, K2Node_SwitchEnum_CmpSuccess) == 0x000068, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_GetLookSpeed_ReturnValue_1) == 0x000070, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_GetLookSpeed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_K2_GetPawn_ReturnValue_1) == 0x000078, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000080, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000088, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x0000A0, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Roll) == 0x0000A8, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Pitch) == 0x0000AC, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Yaw) == 0x0000B0, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x0000B8, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x0000C8, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_MakeRotator_ReturnValue) == 0x0000D0, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x0000E8, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0000F0, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x0000F8, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_GetRotationForPawnInput_ReturnValue) == 0x000100, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_GetRotationForPawnInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_K2_GetPawn_ReturnValue_2) == 0x000118, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_K2_GetPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Roll_1) == 0x000120, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Pitch_1) == 0x000124, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Yaw_1) == 0x000128, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_BreakRotator_Roll_1_0) == 0x00012C, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_BreakRotator_Roll_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x000130, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000138, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x000140, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_AddControllerYawInput_Val_ImplicitCast) == 0x000144, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_AddControllerYawInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_AddControllerPitchInput_Val_ImplicitCast) == 0x000148, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_AddControllerPitchInput_Val_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000150, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_PerformLookUpMovementWithInput, K2Node_VariableSetRef_Target_ImplicitCast) == 0x000158, "Member 'BP_PhotoModeController_C_PerformLookUpMovementWithInput::K2Node_VariableSetRef_Target_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_ReceiveEndPlay \ +static_assert(alignof(BP_PhotoModeController_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_PhotoModeController_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PhotoModeController_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_PhotoModeController_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PhotoModeController_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_ReceivePossess \ +static_assert(alignof(BP_PhotoModeController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_ReceivePossess"); \ +static_assert(sizeof(BP_PhotoModeController_C_ReceivePossess) == 0x000008, "Wrong size on BP_PhotoModeController_C_ReceivePossess"); \ +static_assert(offsetof(BP_PhotoModeController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_PhotoModeController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_ReceiveTick \ +static_assert(alignof(BP_PhotoModeController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PhotoModeController_C_ReceiveTick"); \ +static_assert(sizeof(BP_PhotoModeController_C_ReceiveTick) == 0x000004, "Wrong size on BP_PhotoModeController_C_ReceiveTick"); \ +static_assert(offsetof(BP_PhotoModeController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PhotoModeController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_RemoveAllInputMappingContexts \ +static_assert(alignof(BP_PhotoModeController_C_RemoveAllInputMappingContexts) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_RemoveAllInputMappingContexts"); \ +static_assert(sizeof(BP_PhotoModeController_C_RemoveAllInputMappingContexts) == 0x000030, "Wrong size on BP_PhotoModeController_C_RemoveAllInputMappingContexts"); \ +static_assert(offsetof(BP_PhotoModeController_C_RemoveAllInputMappingContexts, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_RemoveAllInputMappingContexts::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RemoveAllInputMappingContexts, K2Node_MakeStruct_ModifyContextOptions) == 0x000008, "Member 'BP_PhotoModeController_C_RemoveAllInputMappingContexts::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RemoveAllInputMappingContexts, CallFunc_RemoveMappingContext_self_CastInput) == 0x000010, "Member 'BP_PhotoModeController_C_RemoveAllInputMappingContexts::CallFunc_RemoveMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RemoveAllInputMappingContexts, CallFunc_RemoveMappingContext_self_CastInput_1) == 0x000020, "Member 'BP_PhotoModeController_C_RemoveAllInputMappingContexts::CallFunc_RemoveMappingContext_self_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_RequestScreenshot \ +static_assert(alignof(BP_PhotoModeController_C_RequestScreenshot) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_RequestScreenshot"); \ +static_assert(sizeof(BP_PhotoModeController_C_RequestScreenshot) == 0x000040, "Wrong size on BP_PhotoModeController_C_RequestScreenshot"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, FullFilePath) == 0x000000, "Member 'BP_PhotoModeController_C_RequestScreenshot::FullFilePath' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, FolderPath) == 0x000010, "Member 'BP_PhotoModeController_C_RequestScreenshot::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, Resolution) == 0x000020, "Member 'BP_PhotoModeController_C_RequestScreenshot::Resolution' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000030, "Member 'BP_PhotoModeController_C_RequestScreenshot::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, CallFunc_CanTakeScreenshot_ReturnValue) == 0x000038, "Member 'BP_PhotoModeController_C_RequestScreenshot::CallFunc_CanTakeScreenshot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, CallFunc_RequestScreenshot_ReturnValue) == 0x000039, "Member 'BP_PhotoModeController_C_RequestScreenshot::CallFunc_RequestScreenshot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RequestScreenshot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'BP_PhotoModeController_C_RequestScreenshot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_ResetPawnTransform \ +static_assert(alignof(BP_PhotoModeController_C_ResetPawnTransform) == 0x000010, "Wrong alignment on BP_PhotoModeController_C_ResetPawnTransform"); \ +static_assert(sizeof(BP_PhotoModeController_C_ResetPawnTransform) == 0x000270, "Wrong size on BP_PhotoModeController_C_ResetPawnTransform"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_K2_GetPawn_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_GetResetTransform_ReturnValue) == 0x000010, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_GetResetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakTransform_Location) == 0x000070, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakTransform_Rotation) == 0x000088, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakTransform_Scale) == 0x0000A0, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Roll) == 0x0000B8, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Pitch) == 0x0000BC, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Yaw) == 0x0000C0, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_MakeRotator_ReturnValue) == 0x0000C8, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Roll_1) == 0x000140, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Pitch_1) == 0x000144, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_BreakRotator_Yaw_1) == 0x000148, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000150, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000248, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_ResetPawnTransform, CallFunc_MakeRotator_ReturnValue_1) == 0x000250, "Member 'BP_PhotoModeController_C_ResetPawnTransform::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_RestoreActorsOnEndPlay \ +static_assert(alignof(BP_PhotoModeController_C_RestoreActorsOnEndPlay) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_RestoreActorsOnEndPlay"); \ +static_assert(sizeof(BP_PhotoModeController_C_RestoreActorsOnEndPlay) == 0x0000C0, "Wrong size on BP_PhotoModeController_C_RestoreActorsOnEndPlay"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, Temp_wildcard_Variable) == 0x000018, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Conv_IntToByte_ReturnValue) == 0x000054, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_GetValidValue_ReturnValue) == 0x000055, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Map_Values_Values) == 0x000058, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, K2Node_DynamicCast_AsBPI_External_Actor_Provider) == 0x000088, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::K2Node_DynamicCast_AsBPI_External_Actor_Provider' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000A0, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreActorsOnEndPlay, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BC, "Member 'BP_PhotoModeController_C_RestoreActorsOnEndPlay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_RestoreSettingsOnEndPlay \ +static_assert(alignof(BP_PhotoModeController_C_RestoreSettingsOnEndPlay) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_RestoreSettingsOnEndPlay"); \ +static_assert(sizeof(BP_PhotoModeController_C_RestoreSettingsOnEndPlay) == 0x000010, "Wrong size on BP_PhotoModeController_C_RestoreSettingsOnEndPlay"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreSettingsOnEndPlay, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_PhotoModeController_C_RestoreSettingsOnEndPlay::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RestoreSettingsOnEndPlay, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_RestoreSettingsOnEndPlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_RetrieveActorsDataOfType \ +static_assert(alignof(BP_PhotoModeController_C_RetrieveActorsDataOfType) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_RetrieveActorsDataOfType"); \ +static_assert(sizeof(BP_PhotoModeController_C_RetrieveActorsDataOfType) == 0x000130, "Wrong size on BP_PhotoModeController_C_RetrieveActorsDataOfType"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, ActorType) == 0x000000, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::ActorType' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, local_CollisionResponseTypes) == 0x000008, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::local_CollisionResponseTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, local_KinematicBonesUpdateTypes) == 0x000018, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::local_KinematicBonesUpdateTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, local_CollisionsEnabledTypes) == 0x000028, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::local_CollisionsEnabledTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, local_CurrentActorData) == 0x000038, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::local_CurrentActorData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_GetAllActorsOfClass_OutActors) == 0x000070, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, Temp_int_Array_Index_Variable) == 0x000090, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000A0, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, Temp_wildcard_Variable) == 0x0000B0, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, K2Node_MakeStruct_S_PhotoModeActorData) == 0x0000C0, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::K2Node_MakeStruct_S_PhotoModeActorData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, Temp_int_Loop_Counter_Variable_1) == 0x0000FC, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Less_IntInt_ReturnValue_1) == 0x000100, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, Temp_int_Array_Index_Variable_1) == 0x000108, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x000118, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Add_ReturnValue) == 0x00011C, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000120, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000124, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Add_ReturnValue_1) == 0x000128, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_RetrieveActorsDataOfType, CallFunc_Array_Add_ReturnValue_2) == 0x00012C, "Member 'BP_PhotoModeController_C_RetrieveActorsDataOfType::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetActorsVisibility \ +static_assert(alignof(BP_PhotoModeController_C_SetActorsVisibility) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetActorsVisibility"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetActorsVisibility) == 0x000080, "Wrong size on BP_PhotoModeController_C_SetActorsVisibility"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, Visible) == 0x000000, "Member 'BP_PhotoModeController_C_SetActorsVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, IncludedActorTypes) == 0x000008, "Member 'BP_PhotoModeController_C_SetActorsVisibility::IncludedActorTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, ExcludedActorTypes) == 0x000018, "Member 'BP_PhotoModeController_C_SetActorsVisibility::ExcludedActorTypes' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_PhotoModeController_C_SetActorsVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_PhotoModeController_C_SetActorsVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, K2Node_DynamicCast_AsBPI_External_Actor_Provider) == 0x000060, "Member 'BP_PhotoModeController_C_SetActorsVisibility::K2Node_DynamicCast_AsBPI_External_Actor_Provider' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_PhotoModeController_C_SetActorsVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Not_PreBool_ReturnValue_1) == 0x000071, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_DoesActorMatchClasses_ReturnValue) == 0x000072, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_DoesActorMatchClasses_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetActorsVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000079, "Member 'BP_PhotoModeController_C_SetActorsVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetCharactersVisibility \ +static_assert(alignof(BP_PhotoModeController_C_SetCharactersVisibility) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetCharactersVisibility"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetCharactersVisibility) == 0x000028, "Wrong size on BP_PhotoModeController_C_SetCharactersVisibility"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCharactersVisibility, Visible) == 0x000000, "Member 'BP_PhotoModeController_C_SetCharactersVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCharactersVisibility, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_PhotoModeController_C_SetCharactersVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCharactersVisibility, K2Node_MakeArray_Array_1) == 0x000018, "Member 'BP_PhotoModeController_C_SetCharactersVisibility::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetCurrentMovementMode \ +static_assert(alignof(BP_PhotoModeController_C_SetCurrentMovementMode) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetCurrentMovementMode"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetCurrentMovementMode) == 0x000020, "Wrong size on BP_PhotoModeController_C_SetCurrentMovementMode"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCurrentMovementMode, Mode) == 0x000000, "Member 'BP_PhotoModeController_C_SetCurrentMovementMode::Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCurrentMovementMode, Temp_byte_Variable) == 0x000001, "Member 'BP_PhotoModeController_C_SetCurrentMovementMode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCurrentMovementMode, Temp_real_Variable) == 0x000008, "Member 'BP_PhotoModeController_C_SetCurrentMovementMode::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCurrentMovementMode, Temp_real_Variable_1) == 0x000010, "Member 'BP_PhotoModeController_C_SetCurrentMovementMode::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetCurrentMovementMode, K2Node_Select_Default) == 0x000018, "Member 'BP_PhotoModeController_C_SetCurrentMovementMode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetEditMode \ +static_assert(alignof(BP_PhotoModeController_C_SetEditMode) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_SetEditMode"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetEditMode) == 0x000004, "Wrong size on BP_PhotoModeController_C_SetEditMode"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEditMode, EditMode) == 0x000000, "Member 'BP_PhotoModeController_C_SetEditMode::EditMode' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEditMode, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_PhotoModeController_C_SetEditMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEditMode, CallFunc_OnPhotoModeMenuRequested_Displayed) == 0x000002, "Member 'BP_PhotoModeController_C_SetEditMode::CallFunc_OnPhotoModeMenuRequested_Displayed' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEditMode, CallFunc_IsPhotoModeMenuOpened_ReturnValue) == 0x000003, "Member 'BP_PhotoModeController_C_SetEditMode::CallFunc_IsPhotoModeMenuOpened_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetEnemiesVisibility \ +static_assert(alignof(BP_PhotoModeController_C_SetEnemiesVisibility) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetEnemiesVisibility"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetEnemiesVisibility) == 0x000028, "Wrong size on BP_PhotoModeController_C_SetEnemiesVisibility"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEnemiesVisibility, Visible) == 0x000000, "Member 'BP_PhotoModeController_C_SetEnemiesVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEnemiesVisibility, Temp_class_Variable) == 0x000008, "Member 'BP_PhotoModeController_C_SetEnemiesVisibility::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetEnemiesVisibility, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_PhotoModeController_C_SetEnemiesVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetGameplayPaused \ +static_assert(alignof(BP_PhotoModeController_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetGameplayPaused) == 0x000002, "Wrong size on BP_PhotoModeController_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetGameplayPaused, Pause_0) == 0x000000, "Member 'BP_PhotoModeController_C_SetGameplayPaused::Pause_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetGameplayPaused, CallFunc_SetGamePaused_ReturnValue) == 0x000001, "Member 'BP_PhotoModeController_C_SetGameplayPaused::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetGridOpacity \ +static_assert(alignof(BP_PhotoModeController_C_SetGridOpacity) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetGridOpacity"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetGridOpacity) == 0x000008, "Wrong size on BP_PhotoModeController_C_SetGridOpacity"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetGridOpacity, Opacity) == 0x000000, "Member 'BP_PhotoModeController_C_SetGridOpacity::Opacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetInputMappingContextControlsEnabled \ +static_assert(alignof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetInputMappingContextControlsEnabled"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled) == 0x000038, "Wrong size on BP_PhotoModeController_C_SetInputMappingContextControlsEnabled"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled, Enabled) == 0x000000, "Member 'BP_PhotoModeController_C_SetInputMappingContextControlsEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_SetInputMappingContextControlsEnabled::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled, K2Node_MakeStruct_ModifyContextOptions) == 0x000010, "Member 'BP_PhotoModeController_C_SetInputMappingContextControlsEnabled::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled, CallFunc_AddMappingContext_self_CastInput) == 0x000018, "Member 'BP_PhotoModeController_C_SetInputMappingContextControlsEnabled::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputMappingContextControlsEnabled, CallFunc_RemoveMappingContext_self_CastInput) == 0x000028, "Member 'BP_PhotoModeController_C_SetInputMappingContextControlsEnabled::CallFunc_RemoveMappingContext_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetInputModeUI \ +static_assert(alignof(BP_PhotoModeController_C_SetInputModeUI) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_SetInputModeUI"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetInputModeUI) == 0x000001, "Wrong size on BP_PhotoModeController_C_SetInputModeUI"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetInputModeUI, Enabled) == 0x000000, "Member 'BP_PhotoModeController_C_SetInputModeUI::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetPawnMaxSpeed \ +static_assert(alignof(BP_PhotoModeController_C_SetPawnMaxSpeed) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetPawnMaxSpeed"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetPawnMaxSpeed) == 0x000028, "Wrong size on BP_PhotoModeController_C_SetPawnMaxSpeed"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, Speed) == 0x000000, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, CallFunc_GetMovementComponent_ReturnValue) == 0x000010, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, K2Node_DynamicCast_AsFloating_Pawn_Movement) == 0x000018, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::K2Node_DynamicCast_AsFloating_Pawn_Movement' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetPawnMaxSpeed, K2Node_VariableSet_MaxSpeed_ImplicitCast) == 0x000024, "Member 'BP_PhotoModeController_C_SetPawnMaxSpeed::K2Node_VariableSet_MaxSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetupActorsOnBeginPlay \ +static_assert(alignof(BP_PhotoModeController_C_SetupActorsOnBeginPlay) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetupActorsOnBeginPlay"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetupActorsOnBeginPlay) == 0x000060, "Wrong size on BP_PhotoModeController_C_SetupActorsOnBeginPlay"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupActorsOnBeginPlay, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_PhotoModeController_C_SetupActorsOnBeginPlay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetupInputMappingContexts \ +static_assert(alignof(BP_PhotoModeController_C_SetupInputMappingContexts) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetupInputMappingContexts"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetupInputMappingContexts) == 0x000038, "Wrong size on BP_PhotoModeController_C_SetupInputMappingContexts"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000008, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_IsPhotoModeMenuOpened_ReturnValue) == 0x000010, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_IsPhotoModeMenuOpened_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, K2Node_MakeStruct_ModifyContextOptions) == 0x000011, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_AddMappingContext_self_CastInput) == 0x000018, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupInputMappingContexts, CallFunc_AddMappingContext_self_CastInput_1) == 0x000028, "Member 'BP_PhotoModeController_C_SetupInputMappingContexts::CallFunc_AddMappingContext_self_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetupSettingsOnBeginPlay \ +static_assert(alignof(BP_PhotoModeController_C_SetupSettingsOnBeginPlay) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_SetupSettingsOnBeginPlay"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetupSettingsOnBeginPlay) == 0x000010, "Wrong size on BP_PhotoModeController_C_SetupSettingsOnBeginPlay"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupSettingsOnBeginPlay, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_PhotoModeController_C_SetupSettingsOnBeginPlay::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetupSettingsOnBeginPlay, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_SetupSettingsOnBeginPlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetVisibleFrameType \ +static_assert(alignof(BP_PhotoModeController_C_SetVisibleFrameType) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_SetVisibleFrameType"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetVisibleFrameType) == 0x000001, "Wrong size on BP_PhotoModeController_C_SetVisibleFrameType"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetVisibleFrameType, FrameType) == 0x000000, "Member 'BP_PhotoModeController_C_SetVisibleFrameType::FrameType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SetVisibleGridType \ +static_assert(alignof(BP_PhotoModeController_C_SetVisibleGridType) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_SetVisibleGridType"); \ +static_assert(sizeof(BP_PhotoModeController_C_SetVisibleGridType) == 0x000001, "Wrong size on BP_PhotoModeController_C_SetVisibleGridType"); \ +static_assert(offsetof(BP_PhotoModeController_C_SetVisibleGridType, GridType) == 0x000000, "Member 'BP_PhotoModeController_C_SetVisibleGridType::GridType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn \ +static_assert(alignof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn) == 0x000010, "Wrong alignment on BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn"); \ +static_assert(sizeof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn) == 0x0000E0, "Wrong size on BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakTransform_Location) == 0x000000, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakTransform_Rotation) == 0x000018, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakTransform_Scale) == 0x000030, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakRotator_Roll) == 0x000048, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakRotator_Pitch) == 0x00004C, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BreakRotator_Yaw) == 0x000050, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_MakeRotator_ReturnValue) == 0x000058, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000D8, "Member 'BP_PhotoModeController_C_SpawnAndPossessPhotoModePawn::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_TogglePhotoModeMenu \ +static_assert(alignof(BP_PhotoModeController_C_TogglePhotoModeMenu) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_TogglePhotoModeMenu"); \ +static_assert(sizeof(BP_PhotoModeController_C_TogglePhotoModeMenu) == 0x000003, "Wrong size on BP_PhotoModeController_C_TogglePhotoModeMenu"); \ +static_assert(offsetof(BP_PhotoModeController_C_TogglePhotoModeMenu, CallFunc_CanChangePhotoModeMenuState_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_TogglePhotoModeMenu::CallFunc_CanChangePhotoModeMenuState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_TogglePhotoModeMenu, CallFunc_OnPhotoModeMenuRequested_Displayed) == 0x000001, "Member 'BP_PhotoModeController_C_TogglePhotoModeMenu::CallFunc_OnPhotoModeMenuRequested_Displayed' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_TogglePhotoModeMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_PhotoModeController_C_TogglePhotoModeMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_UpdateCurrentMovementMode \ +static_assert(alignof(BP_PhotoModeController_C_UpdateCurrentMovementMode) == 0x000008, "Wrong alignment on BP_PhotoModeController_C_UpdateCurrentMovementMode"); \ +static_assert(sizeof(BP_PhotoModeController_C_UpdateCurrentMovementMode) == 0x000030, "Wrong size on BP_PhotoModeController_C_UpdateCurrentMovementMode"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, Temp_bool_Variable) == 0x000000, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, Temp_byte_Variable) == 0x000001, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, Temp_byte_Variable_1) == 0x000002, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, CallFunc_GetBoundActionValue_ReturnValue) == 0x000008, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::CallFunc_GetBoundActionValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000028, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateCurrentMovementMode, K2Node_Select_Default) == 0x000029, "Member 'BP_PhotoModeController_C_UpdateCurrentMovementMode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeController_C_UpdateInputMode \ +static_assert(alignof(BP_PhotoModeController_C_UpdateInputMode) == 0x000001, "Wrong alignment on BP_PhotoModeController_C_UpdateInputMode"); \ +static_assert(sizeof(BP_PhotoModeController_C_UpdateInputMode) == 0x000002, "Wrong size on BP_PhotoModeController_C_UpdateInputMode"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateInputMode, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_PhotoModeController_C_UpdateInputMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeController_C_UpdateInputMode, CallFunc_IsPhotoModeMenuOpened_ReturnValue) == 0x000001, "Member 'BP_PhotoModeController_C_UpdateInputMode::CallFunc_IsPhotoModeMenuOpened_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhotoModeController_C \ +static_assert(alignof(ABP_PhotoModeController_C) == 0x000010, "Wrong alignment on ABP_PhotoModeController_C"); \ +static_assert(sizeof(ABP_PhotoModeController_C) == 0x000A50, "Wrong size on ABP_PhotoModeController_C"); \ +static_assert(offsetof(ABP_PhotoModeController_C, UberGraphFrame) == 0x000900, "Member 'ABP_PhotoModeController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, CurrentEditMode) == 0x000908, "Member 'ABP_PhotoModeController_C::CurrentEditMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, CurrentMovementMode) == 0x000909, "Member 'ABP_PhotoModeController_C::CurrentMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, PhotoModePawn) == 0x000910, "Member 'ABP_PhotoModeController_C::PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, PhotoModeHUD) == 0x000918, "Member 'ABP_PhotoModeController_C::PhotoModeHUD' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, ActorsData) == 0x000920, "Member 'ABP_PhotoModeController_C::ActorsData' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, PhotoModeParameters) == 0x000970, "Member 'ABP_PhotoModeController_C::PhotoModeParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, LightEditor) == 0x0009F0, "Member 'ABP_PhotoModeController_C::LightEditor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, EditModeByPawn) == 0x0009F8, "Member 'ABP_PhotoModeController_C::EditModeByPawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhotoModeController_C, PreviousGlobalTimeDilation) == 0x000A48, "Member 'ABP_PhotoModeController_C::PreviousGlobalTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_ParseSkillDescriptionText \ +static_assert(alignof(FL_UIHelpers_C_ParseSkillDescriptionText) == 0x000008, "Wrong alignment on FL_UIHelpers_C_ParseSkillDescriptionText"); \ +static_assert(sizeof(FL_UIHelpers_C_ParseSkillDescriptionText) == 0x000150, "Wrong size on FL_UIHelpers_C_ParseSkillDescriptionText"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, SkillData) == 0x000000, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::SkillData' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, SkillState) == 0x000008, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::SkillState' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, bParseShortDesc) == 0x000010, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::bParseShortDesc' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, __WorldContext) == 0x000018, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, ParsedText) == 0x000020, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::ParsedText' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, LocalString) == 0x000030, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::LocalString' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_GetDynamicElementOverrideDisplayName_ReturnValue) == 0x000048, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_GetDynamicElementOverrideDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000068, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, Temp_bool_Variable) == 0x000091, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, K2Node_Select_Default) == 0x0000A8, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B8, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_MakeLiteralString_ReturnValue) == 0x0000C8, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_ReplaceInline_ReturnValue) == 0x0000D8, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_ReplaceInline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Contains_ReturnValue) == 0x0000DC, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0000E0, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Contains_ReturnValue_1) == 0x0000F0, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, Temp_bool_Variable_1) == 0x0000F1, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, K2Node_Select_Default_1) == 0x0000F2, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_GetAttackTypeDisplayName_ReturnValue) == 0x0000F8, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_GetAttackTypeDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_GetAttackTypeRichTextDecorator_ReturnValue) == 0x000108, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_GetAttackTypeRichTextDecorator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000118, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000128, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000138, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_ParseSkillDescriptionText, CallFunc_ReplaceInline_ReturnValue_1) == 0x000148, "Member 'FL_UIHelpers_C_ParseSkillDescriptionText::CallFunc_ReplaceInline_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_CreateCharacterSelectorWindow \ +static_assert(alignof(FL_UIHelpers_C_CreateCharacterSelectorWindow) == 0x000008, "Wrong alignment on FL_UIHelpers_C_CreateCharacterSelectorWindow"); \ +static_assert(sizeof(FL_UIHelpers_C_CreateCharacterSelectorWindow) == 0x000020, "Wrong size on FL_UIHelpers_C_CreateCharacterSelectorWindow"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateCharacterSelectorWindow, Parameters) == 0x000000, "Member 'FL_UIHelpers_C_CreateCharacterSelectorWindow::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateCharacterSelectorWindow, __WorldContext) == 0x000008, "Member 'FL_UIHelpers_C_CreateCharacterSelectorWindow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateCharacterSelectorWindow, CharacterSelectorWindow) == 0x000010, "Member 'FL_UIHelpers_C_CreateCharacterSelectorWindow::CharacterSelectorWindow' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateCharacterSelectorWindow, CallFunc_Create_ReturnValue) == 0x000018, "Member 'FL_UIHelpers_C_CreateCharacterSelectorWindow::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame \ +static_assert(alignof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame) == 0x000008, "Wrong alignment on FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame"); \ +static_assert(sizeof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame) == 0x000048, "Wrong size on FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, UserWidget) == 0x000000, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, AnimationsToInterrupt) == 0x000008, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::AnimationsToInterrupt' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, __WorldContext) == 0x000018, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, Temp_int_Array_Index_Variable) == 0x000024, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_Array_Get_Item) == 0x000030, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_GetEndTime_ReturnValue) == 0x000038, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00003C, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'FL_UIHelpers_C_SkipActiveAnimationsOnLastFrame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_CreatePlatformPauseModal \ +static_assert(alignof(FL_UIHelpers_C_CreatePlatformPauseModal) == 0x000008, "Wrong alignment on FL_UIHelpers_C_CreatePlatformPauseModal"); \ +static_assert(sizeof(FL_UIHelpers_C_CreatePlatformPauseModal) == 0x000018, "Wrong size on FL_UIHelpers_C_CreatePlatformPauseModal"); \ +static_assert(offsetof(FL_UIHelpers_C_CreatePlatformPauseModal, __WorldContext) == 0x000000, "Member 'FL_UIHelpers_C_CreatePlatformPauseModal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreatePlatformPauseModal, OutputPin) == 0x000008, "Member 'FL_UIHelpers_C_CreatePlatformPauseModal::OutputPin' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreatePlatformPauseModal, CallFunc_Create_ReturnValue) == 0x000010, "Member 'FL_UIHelpers_C_CreatePlatformPauseModal::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_CreateModalWindow \ +static_assert(alignof(FL_UIHelpers_C_CreateModalWindow) == 0x000008, "Wrong alignment on FL_UIHelpers_C_CreateModalWindow"); \ +static_assert(sizeof(FL_UIHelpers_C_CreateModalWindow) == 0x000048, "Wrong size on FL_UIHelpers_C_CreateModalWindow"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, PromptTitle) == 0x000000, "Member 'FL_UIHelpers_C_CreateModalWindow::PromptTitle' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, PromptMessage) == 0x000010, "Member 'FL_UIHelpers_C_CreateModalWindow::PromptMessage' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, ResponseButtonType) == 0x000020, "Member 'FL_UIHelpers_C_CreateModalWindow::ResponseButtonType' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, IsHoldConfirm) == 0x000021, "Member 'FL_UIHelpers_C_CreateModalWindow::IsHoldConfirm' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, ParentActivatableWidget) == 0x000028, "Member 'FL_UIHelpers_C_CreateModalWindow::ParentActivatableWidget' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, __WorldContext) == 0x000030, "Member 'FL_UIHelpers_C_CreateModalWindow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, OutputPin) == 0x000038, "Member 'FL_UIHelpers_C_CreateModalWindow::OutputPin' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_CreateModalWindow, CallFunc_Create_ReturnValue) == 0x000040, "Member 'FL_UIHelpers_C_CreateModalWindow::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_GetGameMenuActionBarFromPanel \ +static_assert(alignof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel) == 0x000008, "Wrong alignment on FL_UIHelpers_C_GetGameMenuActionBarFromPanel"); \ +static_assert(sizeof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel) == 0x000040, "Wrong size on FL_UIHelpers_C_GetGameMenuActionBarFromPanel"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, StartingWidget) == 0x000000, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::StartingWidget' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, __WorldContext) == 0x000008, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, ReturnValue) == 0x000010, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, Temp_bool_Variable) == 0x000018, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, CallFunc_FindParentWidgetOfType_ReturnValue) == 0x000020, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::CallFunc_FindParentWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, Temp_object_Variable) == 0x000028, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetGameMenuActionBarFromPanel, K2Node_Select_Default) == 0x000038, "Member 'FL_UIHelpers_C_GetGameMenuActionBarFromPanel::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_GetCommonUIActionFromInputAction \ +static_assert(alignof(FL_UIHelpers_C_GetCommonUIActionFromInputAction) == 0x000008, "Wrong alignment on FL_UIHelpers_C_GetCommonUIActionFromInputAction"); \ +static_assert(sizeof(FL_UIHelpers_C_GetCommonUIActionFromInputAction) == 0x000258, "Wrong size on FL_UIHelpers_C_GetCommonUIActionFromInputAction"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, InputAction) == 0x000000, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, __WorldContext) == 0x000008, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, InputActionRow) == 0x000010, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_interact) == 0x000020, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_interact' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_faceButtonBottom) == 0x000030, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_faceButtonBottom' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_faceButtonRight) == 0x000040, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_faceButtonRight' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_faceButtonTop) == 0x000050, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_faceButtonTop' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_faceButtonLeft) == 0x000060, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_faceButtonLeft' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_skillWheelLeft) == 0x000070, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_skillWheelLeft' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_skillWheelRight) == 0x000080, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_skillWheelRight' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_battleFreeAim) == 0x000090, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_battleFreeAim' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_openGameMenu) == 0x0000A0, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_openGameMenu' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_stickClickRight) == 0x0000B0, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_stickClickRight' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, local_stickClickLeft) == 0x0000C0, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::local_stickClickLeft' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000D0, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_FormatArgumentData) == 0x0000F8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, CallFunc_GetDisplayName_ReturnValue) == 0x000140, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000150, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeArray_Array) == 0x0001A8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle) == 0x0001C8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_1) == 0x0001D8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_2) == 0x0001E8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_3) == 0x0001F8, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_4) == 0x000208, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_4' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_5) == 0x000218, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_5' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_6) == 0x000228, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_6' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_7) == 0x000238, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_7' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_GetCommonUIActionFromInputAction, K2Node_MakeStruct_DataTableRowHandle_8) == 0x000248, "Member 'FL_UIHelpers_C_GetCommonUIActionFromInputAction::K2Node_MakeStruct_DataTableRowHandle_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues \ +static_assert(alignof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues) == 0x000008, "Wrong alignment on FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues"); \ +static_assert(sizeof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues) == 0x000098, "Wrong size on FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, AvailableValues) == 0x000000, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::AvailableValues' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, NamedSelected) == 0x000010, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::NamedSelected' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, __WorldContext) == 0x000018, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, local_AvailableValues) == 0x000020, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::local_AvailableValues' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, Temp_int_Array_Index_Variable) == 0x000074, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, CallFunc_Array_Get_Item) == 0x000080, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'FL_UIHelpers_C_SetNamedIntegerSelectorAvailableValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition \ +static_assert(alignof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition) == 0x000008, "Wrong alignment on FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition"); \ +static_assert(sizeof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition) == 0x0000A0, "Wrong size on FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, TargetMap) == 0x000000, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, __WorldContext) == 0x000050, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, Temp_int_Array_Index_Variable) == 0x000058, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Array_Get_Item) == 0x000070, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Map_Values_Values) == 0x000080, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'FL_UIHelpers_C_UpdateWidgetsFrom3DWorldPosition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition \ +static_assert(alignof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition) == 0x000008, "Wrong alignment on FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition"); \ +static_assert(sizeof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition) == 0x000050, "Wrong size on FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, Widget) == 0x000000, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::Widget' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, WorldLocation) == 0x000008, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, __WorldContext) == 0x000020, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, CallFunc_GetOwningPlayer_ReturnValue) == 0x000028, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000030, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000038, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000048, "Member 'FL_UIHelpers_C_UpdateWidgetFrom3DWorldPosition::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_UIHelpers_C \ +static_assert(alignof(UFL_UIHelpers_C) == 0x000008, "Wrong alignment on UFL_UIHelpers_C"); \ +static_assert(sizeof(UFL_UIHelpers_C) == 0x000028, "Wrong size on UFL_UIHelpers_C"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_OnSelectPreviousValue \ +static_assert(alignof(WBP_NamedValueSelector_C_OnSelectPreviousValue) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_OnSelectPreviousValue"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_OnSelectPreviousValue) == 0x000028, "Wrong size on WBP_NamedValueSelector_C_OnSelectPreviousValue"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_GetValuesCount_ReturnValue) == 0x000014, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_GetValuesCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000020, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000024, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectPreviousValue, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'WBP_NamedValueSelector_C_OnSelectPreviousValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_OnSelectNextValue \ +static_assert(alignof(WBP_NamedValueSelector_C_OnSelectNextValue) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_OnSelectNextValue"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_OnSelectNextValue) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_OnSelectNextValue"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectNextValue, CallFunc_GetValuesCount_ReturnValue) == 0x000000, "Member 'WBP_NamedValueSelector_C_OnSelectNextValue::CallFunc_GetValuesCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_OnSelectNextValue, CallFunc_IncrementModulo_ReturnValue) == 0x000004, "Member 'WBP_NamedValueSelector_C_OnSelectNextValue::CallFunc_IncrementModulo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_SetAvailableNames \ +static_assert(alignof(WBP_NamedValueSelector_C_SetAvailableNames) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_SetAvailableNames"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_SetAvailableNames) == 0x000010, "Wrong size on WBP_NamedValueSelector_C_SetAvailableNames"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetAvailableNames, Options) == 0x000000, "Member 'WBP_NamedValueSelector_C_SetAvailableNames::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex \ +static_assert(alignof(WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex, Index_0) == 0x000000, "Member 'WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex, DispatchChange) == 0x000004, "Member 'WBP_NamedValueSelector_C_SetAndApplyDefaultEntryIndex::DispatchChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_SetDefaultEntryIndex \ +static_assert(alignof(WBP_NamedValueSelector_C_SetDefaultEntryIndex) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_SetDefaultEntryIndex"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_SetDefaultEntryIndex) == 0x000004, "Wrong size on WBP_NamedValueSelector_C_SetDefaultEntryIndex"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetDefaultEntryIndex, Index_0) == 0x000000, "Member 'WBP_NamedValueSelector_C_SetDefaultEntryIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_GetSelectedName \ +static_assert(alignof(WBP_NamedValueSelector_C_GetSelectedName) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_GetSelectedName"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_GetSelectedName) == 0x000010, "Wrong size on WBP_NamedValueSelector_C_GetSelectedName"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_GetSelectedName, Name_0) == 0x000000, "Member 'WBP_NamedValueSelector_C_GetSelectedName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_SetSelectedEntryIndex \ +static_assert(alignof(WBP_NamedValueSelector_C_SetSelectedEntryIndex) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_SetSelectedEntryIndex"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_SetSelectedEntryIndex) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_SetSelectedEntryIndex"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetSelectedEntryIndex, Index_0) == 0x000000, "Member 'WBP_NamedValueSelector_C_SetSelectedEntryIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetSelectedEntryIndex, DispatchChange) == 0x000004, "Member 'WBP_NamedValueSelector_C_SetSelectedEntryIndex::DispatchChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_GetSelectedEntryIndex \ +static_assert(alignof(WBP_NamedValueSelector_C_GetSelectedEntryIndex) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_GetSelectedEntryIndex"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_GetSelectedEntryIndex) == 0x000004, "Wrong size on WBP_NamedValueSelector_C_GetSelectedEntryIndex"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_GetSelectedEntryIndex, EntryIndex) == 0x000000, "Member 'WBP_NamedValueSelector_C_GetSelectedEntryIndex::EntryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_RefreshText \ +static_assert(alignof(WBP_NamedValueSelector_C_RefreshText) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_RefreshText"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_RefreshText) == 0x0000B0, "Wrong size on WBP_NamedValueSelector_C_RefreshText"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000000, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GetCultureDisplayName_ReturnValue_1) == 0x000020, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GetCultureDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000030, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000045, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_BooleanAND_ReturnValue) == 0x000046, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GetCultureDisplayName_ReturnValue_2) == 0x000048, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GetCultureDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000058, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GetCultureDisplayName_ReturnValue_3) == 0x000068, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GetCultureDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_GetCultureDisplayName_ReturnValue_4) == 0x000078, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_GetCultureDisplayName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000088, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000098, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_EqualEqual_TextText_ReturnValue) == 0x0000A8, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_EqualEqual_TextText_ReturnValue_1) == 0x0000A9, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_EqualEqual_TextText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_EqualEqual_TextText_ReturnValue_2) == 0x0000AA, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_EqualEqual_TextText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_EqualEqual_TextText_ReturnValue_3) == 0x0000AB, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_EqualEqual_TextText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_RefreshText, CallFunc_EqualEqual_TextText_ReturnValue_4) == 0x0000AC, "Member 'WBP_NamedValueSelector_C_RefreshText::CallFunc_EqualEqual_TextText_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_GetValuesCount \ +static_assert(alignof(WBP_NamedValueSelector_C_GetValuesCount) == 0x000004, "Wrong alignment on WBP_NamedValueSelector_C_GetValuesCount"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_GetValuesCount) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_GetValuesCount"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_GetValuesCount, ReturnValue) == 0x000000, "Member 'WBP_NamedValueSelector_C_GetValuesCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_GetValuesCount, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_NamedValueSelector_C_GetValuesCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_NamedValueSelector_C_BndEvt__WBP_NamedValueSelector_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_PreConstruct \ +static_assert(alignof(WBP_NamedValueSelector_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_NamedValueSelector_C_PreConstruct"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_PreConstruct) == 0x000001, "Wrong size on WBP_NamedValueSelector_C_PreConstruct"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_NamedValueSelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_SetSelectorIsLocked \ +static_assert(alignof(WBP_NamedValueSelector_C_SetSelectorIsLocked) == 0x000001, "Wrong alignment on WBP_NamedValueSelector_C_SetSelectorIsLocked"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_SetSelectorIsLocked) == 0x000001, "Wrong size on WBP_NamedValueSelector_C_SetSelectorIsLocked"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_SetSelectorIsLocked, NewLockStatus) == 0x000000, "Member 'WBP_NamedValueSelector_C_SetSelectorIsLocked::NewLockStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_ResetToDefaultValue \ +static_assert(alignof(WBP_NamedValueSelector_C_ResetToDefaultValue) == 0x000001, "Wrong alignment on WBP_NamedValueSelector_C_ResetToDefaultValue"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_ResetToDefaultValue) == 0x000001, "Wrong size on WBP_NamedValueSelector_C_ResetToDefaultValue"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ResetToDefaultValue, DispatchChanges) == 0x000000, "Member 'WBP_NamedValueSelector_C_ResetToDefaultValue::DispatchChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector \ +static_assert(alignof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector) == 0x000008, "Wrong alignment on WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector"); \ +static_assert(sizeof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector) == 0x000050, "Wrong size on WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, EntryPoint) == 0x000000, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_Event_NewLockStatus) == 0x00001A, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_Event_NewLockStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_MakeStruct_SlateColor) == 0x00001C, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000044, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, K2Node_Event_DispatchChanges) == 0x000045, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::K2Node_Event_DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector, CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast) == 0x000048, "Member 'WBP_NamedValueSelector_C_ExecuteUbergraph_WBP_NamedValueSelector::CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NamedValueSelector_C \ +static_assert(alignof(UWBP_NamedValueSelector_C) == 0x000008, "Wrong alignment on UWBP_NamedValueSelector_C"); \ +static_assert(sizeof(UWBP_NamedValueSelector_C) == 0x000380, "Wrong size on UWBP_NamedValueSelector_C"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, UberGraphFrame) == 0x000310, "Member 'UWBP_NamedValueSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, MinWidthBox) == 0x000318, "Member 'UWBP_NamedValueSelector_C::MinWidthBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, TextBlock_ValueName) == 0x000320, "Member 'UWBP_NamedValueSelector_C::TextBlock_ValueName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, WBP_ArrowButton_Downgrade) == 0x000328, "Member 'UWBP_NamedValueSelector_C::WBP_ArrowButton_Downgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, WBP_ArrowButton_Upgrade) == 0x000330, "Member 'UWBP_NamedValueSelector_C::WBP_ArrowButton_Upgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, AvailableNames) == 0x000338, "Member 'UWBP_NamedValueSelector_C::AvailableNames' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, SelectedEntryIndex) == 0x000348, "Member 'UWBP_NamedValueSelector_C::SelectedEntryIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, SD_OnValueChanged) == 0x000350, "Member 'UWBP_NamedValueSelector_C::SD_OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, OnFocusBackToBaseButton) == 0x000360, "Member 'UWBP_NamedValueSelector_C::OnFocusBackToBaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, SelectorMinWidth) == 0x000370, "Member 'UWBP_NamedValueSelector_C::SelectorMinWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, IsLocked) == 0x000378, "Member 'UWBP_NamedValueSelector_C::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedValueSelector_C, DefaultEntryIndex) == 0x00037C, "Member 'UWBP_NamedValueSelector_C::DefaultEntryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector \ +static_assert(alignof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector) == 0x000010, "Wrong alignment on WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector"); \ +static_assert(sizeof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector) == 0x000200, "Wrong size on WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, EntryPoint) == 0x000000, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_Event_IsDesignTime) == 0x000040, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_MakeStruct_Margin) == 0x000044, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector, K2Node_MakeStruct_SlateBrush_1) == 0x000130, "Member 'WBP_ColorSelector_C_ExecuteUbergraph_WBP_ColorSelector::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ColorSelector_C_PreConstruct \ +static_assert(alignof(WBP_ColorSelector_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ColorSelector_C_PreConstruct"); \ +static_assert(sizeof(WBP_ColorSelector_C_PreConstruct) == 0x000001, "Wrong size on WBP_ColorSelector_C_PreConstruct"); \ +static_assert(offsetof(WBP_ColorSelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ColorSelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ColorSelector_C_Tick \ +static_assert(alignof(WBP_ColorSelector_C_Tick) == 0x000004, "Wrong alignment on WBP_ColorSelector_C_Tick"); \ +static_assert(sizeof(WBP_ColorSelector_C_Tick) == 0x00003C, "Wrong size on WBP_ColorSelector_C_Tick"); \ +static_assert(offsetof(WBP_ColorSelector_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_ColorSelector_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ColorSelector_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_ColorSelector_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ColorSelector_C \ +static_assert(alignof(UWBP_ColorSelector_C) == 0x000008, "Wrong alignment on UWBP_ColorSelector_C"); \ +static_assert(sizeof(UWBP_ColorSelector_C) == 0x000418, "Wrong size on UWBP_ColorSelector_C"); \ +static_assert(offsetof(UWBP_ColorSelector_C, UberGraphFrame_WBP_ColorSelector_C) == 0x000410, "Member 'UWBP_ColorSelector_C::UberGraphFrame_WBP_ColorSelector_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex \ +static_assert(alignof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex) == 0x000078, "Wrong size on BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex, Index_0) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex, CallFunc_Format_ReturnValue) == 0x000068, "Member 'BP_PhotoModeLightEditor_C_AssertMessageLightNotFoundAtIndex::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetAttenuationRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetAttenuationRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetAttenuationRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetAttenuationRadius) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetAttenuationRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_GetAttenuationRadius_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_GetAttenuationRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetAttenuationRadius, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetAttenuationRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetCastShadows \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetCastShadows) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetCastShadows"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetCastShadows) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_GetCastShadows"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_GetCastShadows_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_GetCastShadows_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetCastShadows, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_PhotoModeLightEditor_C_GetCastShadows::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetInnerConeAngle \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetInnerConeAngle) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetInnerConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetInnerConeAngle) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetInnerConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_GetInnerConeAngle_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_GetInnerConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetInnerConeAngle, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetInnerConeAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetLightColorHSV \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetLightColorHSV) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetLightColorHSV"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetLightColorHSV) == 0x000038, "Wrong size on BP_PhotoModeLightEditor_C_GetLightColorHSV"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_GetLightColorHSV_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_GetLightColorHSV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightColorHSV, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BP_PhotoModeLightEditor_C_GetLightColorHSV::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetLightIntensity \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetLightIntensity) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetLightIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetLightIntensity) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetLightIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_GetLightIntensity_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_GetLightIntensity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightIntensity, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetLightIntensity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetLightType \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetLightType) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetLightType"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetLightType) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_GetLightType"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetLightType::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetLightType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_GetLightType_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_GetLightType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetLightType, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_PhotoModeLightEditor_C_GetLightType::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetMaxNumberOfLights \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetMaxNumberOfLights) == 0x000004, "Wrong alignment on BP_PhotoModeLightEditor_C_GetMaxNumberOfLights"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetMaxNumberOfLights) == 0x000004, "Wrong size on BP_PhotoModeLightEditor_C_GetMaxNumberOfLights"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetMaxNumberOfLights, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetMaxNumberOfLights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetOuterConeAngle \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetOuterConeAngle) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetOuterConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetOuterConeAngle) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetOuterConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_GetOuterConeAngle_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_GetOuterConeAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetOuterConeAngle, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetOuterConeAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetSoftSourceRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetSoftSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetSoftSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_GetSoftSourceRadius_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_GetSoftSourceRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSoftSourceRadius, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetSoftSourceRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetSourceRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetSourceRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetSourceRadius) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_GetSourceRadius_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_GetSourceRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSourceRadius, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetSourceRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn) == 0x000010, "Wrong alignment on BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn) == 0x0001D0, "Wrong size on BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, ReturnValue) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000060, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_GetPhotoModePawn_ReturnValue) == 0x000078, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_GetPhotoModePawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_GetTransform_ReturnValue) == 0x000080, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_BreakTransform_Location) == 0x0000E0, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_BreakTransform_Rotation) == 0x0000F8, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_BreakTransform_Scale) == 0x000110, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_GetForwardVector_ReturnValue) == 0x000128, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000140, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_Add_VectorVector_ReturnValue) == 0x000158, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'BP_PhotoModeLightEditor_C_GetSpawnTransformFromPhotoModePawn::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity \ +static_assert(alignof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_GetVolumetricScatteringIntensity_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_GetVolumetricScatteringIntensity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_PhotoModeLightEditor_C_GetVolumetricScatteringIntensity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_Initialize \ +static_assert(alignof(BP_PhotoModeLightEditor_C_Initialize) == 0x000010, "Wrong alignment on BP_PhotoModeLightEditor_C_Initialize"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_Initialize) == 0x0000A0, "Wrong size on BP_PhotoModeLightEditor_C_Initialize"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, PhotoModeController_0) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_Initialize::PhotoModeController_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, DefaultLightTransform) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_Initialize::DefaultLightTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, Temp_int_Variable) == 0x000080, "Member 'BP_PhotoModeLightEditor_C_Initialize::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_Subtract_IntInt_ReturnValue) == 0x00008C, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Initialize, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000090, "Member 'BP_PhotoModeLightEditor_C_Initialize::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_RequestLightControl \ +static_assert(alignof(BP_PhotoModeLightEditor_C_RequestLightControl) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_RequestLightControl"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_RequestLightControl) == 0x000018, "Wrong size on BP_PhotoModeLightEditor_C_RequestLightControl"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, Index_0) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_RequestLightControl, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_PhotoModeLightEditor_C_RequestLightControl::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetAttenuationRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetAttenuationRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetAttenuationRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetAttenuationRadius) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetAttenuationRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, Intensity) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetAttenuationRadius, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetAttenuationRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetCastShadows \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetCastShadows) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetCastShadows"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetCastShadows) == 0x000018, "Wrong size on BP_PhotoModeLightEditor_C_SetCastShadows"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, Value) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetCastShadows, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_PhotoModeLightEditor_C_SetCastShadows::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetInnerConeAngle \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetInnerConeAngle) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetInnerConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetInnerConeAngle) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetInnerConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, InnerConeAngle) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetInnerConeAngle, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetInnerConeAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetLightColorRGB \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetLightColorRGB) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetLightColorRGB"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetLightColorRGB) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_SetLightColorRGB"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, Color) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightColorRGB, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'BP_PhotoModeLightEditor_C_SetLightColorRGB::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetLightIntensity \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetLightIntensity) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetLightIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetLightIntensity) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetLightIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, Intensity) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightIntensity, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetLightIntensity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetLightType \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetLightType) == 0x000010, "Wrong alignment on BP_PhotoModeLightEditor_C_SetLightType"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetLightType) == 0x000180, "Wrong size on BP_PhotoModeLightEditor_C_SetLightType"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetLightType::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, LightType) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetLightType::LightType' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_GetSpawnTransformFromPhotoModePawn_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_GetSpawnTransformFromPhotoModePawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000070, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000168, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_GetLightType_ReturnValue) == 0x000169, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_GetLightType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00016A, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_Array_Length_ReturnValue) == 0x00016C, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetLightType, CallFunc_BooleanAND_ReturnValue) == 0x000171, "Member 'BP_PhotoModeLightEditor_C_SetLightType::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetOuterConeAngle \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetOuterConeAngle) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetOuterConeAngle"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetOuterConeAngle) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetOuterConeAngle"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, OuterConeAngle) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetOuterConeAngle, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetOuterConeAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetSoftSourceRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetSoftSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetSoftSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, Intensity) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSoftSourceRadius, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetSoftSourceRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetSourceRadius \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetSourceRadius) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetSourceRadius"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetSourceRadius) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetSourceRadius"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, Intensity) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetSourceRadius, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetSourceRadius::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetVisualHelpEnabled \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetVisualHelpEnabled"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled) == 0x000018, "Wrong size on BP_PhotoModeLightEditor_C_SetVisualHelpEnabled"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, Enabled) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights) == 0x000028, "Wrong size on BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, Enabled) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_PhotoModeLightEditor_C_SetVisualHelpEnabledForAllLights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity \ +static_assert(alignof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, LightIndex) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, Intensity) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity, CallFunc_BooleanAND_ReturnValue) == 0x00001D, "Member 'BP_PhotoModeLightEditor_C_SetVolumetricScatteringIntensity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhotoModeLightEditor_C_Uninitialize \ +static_assert(alignof(BP_PhotoModeLightEditor_C_Uninitialize) == 0x000008, "Wrong alignment on BP_PhotoModeLightEditor_C_Uninitialize"); \ +static_assert(sizeof(BP_PhotoModeLightEditor_C_Uninitialize) == 0x000020, "Wrong size on BP_PhotoModeLightEditor_C_Uninitialize"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhotoModeLightEditor_C_Uninitialize, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PhotoModeLightEditor_C_Uninitialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PhotoModeLightEditor_C \ +static_assert(alignof(UBP_PhotoModeLightEditor_C) == 0x000008, "Wrong alignment on UBP_PhotoModeLightEditor_C"); \ +static_assert(sizeof(UBP_PhotoModeLightEditor_C) == 0x000048, "Wrong size on UBP_PhotoModeLightEditor_C"); \ +static_assert(offsetof(UBP_PhotoModeLightEditor_C, PhotoModeController) == 0x000028, "Member 'UBP_PhotoModeLightEditor_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(UBP_PhotoModeLightEditor_C, SpawnedLights) == 0x000030, "Member 'UBP_PhotoModeLightEditor_C::SpawnedLights' has a wrong offset!"); \ +static_assert(offsetof(UBP_PhotoModeLightEditor_C, MaxNumberOfLights) == 0x000040, "Member 'UBP_PhotoModeLightEditor_C::MaxNumberOfLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_SetAndApplyDefaultValue \ +static_assert(alignof(WBP_NamedBoolSelector_C_SetAndApplyDefaultValue) == 0x000004, "Wrong alignment on WBP_NamedBoolSelector_C_SetAndApplyDefaultValue"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_SetAndApplyDefaultValue) == 0x000008, "Wrong size on WBP_NamedBoolSelector_C_SetAndApplyDefaultValue"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAndApplyDefaultValue, Value) == 0x000000, "Member 'WBP_NamedBoolSelector_C_SetAndApplyDefaultValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAndApplyDefaultValue, DispatchChange) == 0x000001, "Member 'WBP_NamedBoolSelector_C_SetAndApplyDefaultValue::DispatchChange' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAndApplyDefaultValue, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_NamedBoolSelector_C_SetAndApplyDefaultValue::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_SetDefaultValue \ +static_assert(alignof(WBP_NamedBoolSelector_C_SetDefaultValue) == 0x000004, "Wrong alignment on WBP_NamedBoolSelector_C_SetDefaultValue"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_SetDefaultValue) == 0x000008, "Wrong size on WBP_NamedBoolSelector_C_SetDefaultValue"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetDefaultValue, Value) == 0x000000, "Member 'WBP_NamedBoolSelector_C_SetDefaultValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetDefaultValue, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_NamedBoolSelector_C_SetDefaultValue::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_SetSelectedValue \ +static_assert(alignof(WBP_NamedBoolSelector_C_SetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedBoolSelector_C_SetSelectedValue"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_SetSelectedValue) == 0x000008, "Wrong size on WBP_NamedBoolSelector_C_SetSelectedValue"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedBoolSelector_C_SetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetSelectedValue, DispatchChange) == 0x000001, "Member 'WBP_NamedBoolSelector_C_SetSelectedValue::DispatchChange' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetSelectedValue, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000004, "Member 'WBP_NamedBoolSelector_C_SetSelectedValue::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_GetSelectedValue \ +static_assert(alignof(WBP_NamedBoolSelector_C_GetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedBoolSelector_C_GetSelectedValue"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_GetSelectedValue) == 0x00000C, "Wrong size on WBP_NamedBoolSelector_C_GetSelectedValue"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_GetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedBoolSelector_C_GetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_GetSelectedValue, CallFunc_GetSelectedEntryIndex_EntryIndex) == 0x000004, "Member 'WBP_NamedBoolSelector_C_GetSelectedValue::CallFunc_GetSelectedEntryIndex_EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_GetSelectedValue, CallFunc_Conv_IntToBool_ReturnValue) == 0x000008, "Member 'WBP_NamedBoolSelector_C_GetSelectedValue::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_SetAvailableValues \ +static_assert(alignof(WBP_NamedBoolSelector_C_SetAvailableValues) == 0x000008, "Wrong alignment on WBP_NamedBoolSelector_C_SetAvailableValues"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_SetAvailableValues) == 0x000030, "Wrong size on WBP_NamedBoolSelector_C_SetAvailableValues"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAvailableValues, FalseValue) == 0x000000, "Member 'WBP_NamedBoolSelector_C_SetAvailableValues::FalseValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAvailableValues, TrueValue) == 0x000010, "Member 'WBP_NamedBoolSelector_C_SetAvailableValues::TrueValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_SetAvailableValues, K2Node_MakeArray_Array) == 0x000020, "Member 'WBP_NamedBoolSelector_C_SetAvailableValues::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedBoolSelector_C_DispatchOnValueChanged \ +static_assert(alignof(WBP_NamedBoolSelector_C_DispatchOnValueChanged) == 0x000008, "Wrong alignment on WBP_NamedBoolSelector_C_DispatchOnValueChanged"); \ +static_assert(sizeof(WBP_NamedBoolSelector_C_DispatchOnValueChanged) == 0x000018, "Wrong size on WBP_NamedBoolSelector_C_DispatchOnValueChanged"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedValue_Value) == 0x000000, "Member 'WBP_NamedBoolSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedBoolSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedName_Name) == 0x000008, "Member 'WBP_NamedBoolSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedName_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NamedBoolSelector_C \ +static_assert(alignof(UWBP_NamedBoolSelector_C) == 0x000008, "Wrong alignment on UWBP_NamedBoolSelector_C"); \ +static_assert(sizeof(UWBP_NamedBoolSelector_C) == 0x000390, "Wrong size on UWBP_NamedBoolSelector_C"); \ +static_assert(offsetof(UWBP_NamedBoolSelector_C, OnValueChanged) == 0x000380, "Member 'UWBP_NamedBoolSelector_C::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntegerSelector_C_SetSelectedValue \ +static_assert(alignof(WBP_NamedIntegerSelector_C_SetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedIntegerSelector_C_SetSelectedValue"); \ +static_assert(sizeof(WBP_NamedIntegerSelector_C_SetSelectedValue) == 0x000010, "Wrong size on WBP_NamedIntegerSelector_C_SetSelectedValue"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedIntegerSelector_C_SetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetSelectedValue, Temp_wildcard_Variable) == 0x000004, "Member 'WBP_NamedIntegerSelector_C_SetSelectedValue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetSelectedValue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_NamedIntegerSelector_C_SetSelectedValue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetSelectedValue, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'WBP_NamedIntegerSelector_C_SetSelectedValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntegerSelector_C_GetSelectedValue \ +static_assert(alignof(WBP_NamedIntegerSelector_C_GetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedIntegerSelector_C_GetSelectedValue"); \ +static_assert(sizeof(WBP_NamedIntegerSelector_C_GetSelectedValue) == 0x00000C, "Wrong size on WBP_NamedIntegerSelector_C_GetSelectedValue"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_GetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedIntegerSelector_C_GetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_GetSelectedValue, CallFunc_GetSelectedEntryIndex_EntryIndex) == 0x000004, "Member 'WBP_NamedIntegerSelector_C_GetSelectedValue::CallFunc_GetSelectedEntryIndex_EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_GetSelectedValue, CallFunc_Array_Get_Item) == 0x000008, "Member 'WBP_NamedIntegerSelector_C_GetSelectedValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntegerSelector_C_SetAvailableValues \ +static_assert(alignof(WBP_NamedIntegerSelector_C_SetAvailableValues) == 0x000008, "Wrong alignment on WBP_NamedIntegerSelector_C_SetAvailableValues"); \ +static_assert(sizeof(WBP_NamedIntegerSelector_C_SetAvailableValues) == 0x000070, "Wrong size on WBP_NamedIntegerSelector_C_SetAvailableValues"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetAvailableValues, Values) == 0x000000, "Member 'WBP_NamedIntegerSelector_C_SetAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetAvailableValues, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'WBP_NamedIntegerSelector_C_SetAvailableValues::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_SetAvailableValues, CallFunc_Map_Values_Values) == 0x000060, "Member 'WBP_NamedIntegerSelector_C_SetAvailableValues::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntegerSelector_C_DispatchOnValueChanged \ +static_assert(alignof(WBP_NamedIntegerSelector_C_DispatchOnValueChanged) == 0x000008, "Wrong alignment on WBP_NamedIntegerSelector_C_DispatchOnValueChanged"); \ +static_assert(sizeof(WBP_NamedIntegerSelector_C_DispatchOnValueChanged) == 0x000018, "Wrong size on WBP_NamedIntegerSelector_C_DispatchOnValueChanged"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedName_Name) == 0x000000, "Member 'WBP_NamedIntegerSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedName_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntegerSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedValue_Value) == 0x000010, "Member 'WBP_NamedIntegerSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NamedIntegerSelector_C \ +static_assert(alignof(UWBP_NamedIntegerSelector_C) == 0x000008, "Wrong alignment on UWBP_NamedIntegerSelector_C"); \ +static_assert(sizeof(UWBP_NamedIntegerSelector_C) == 0x0003A0, "Wrong size on UWBP_NamedIntegerSelector_C"); \ +static_assert(offsetof(UWBP_NamedIntegerSelector_C, AvailableIntegers) == 0x000380, "Member 'UWBP_NamedIntegerSelector_C::AvailableIntegers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedIntegerSelector_C, OnValueChanged) == 0x000390, "Member 'UWBP_NamedIntegerSelector_C::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_IsShowingKey \ +static_assert(alignof(WBP_InputActionBinding_C_IsShowingKey) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_IsShowingKey"); \ +static_assert(sizeof(WBP_InputActionBinding_C_IsShowingKey) == 0x000040, "Wrong size on WBP_InputActionBinding_C_IsShowingKey"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, bIsShowingKey) == 0x000000, "Member 'WBP_InputActionBinding_C_IsShowingKey::bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, LocalMouseKeys) == 0x000008, "Member 'WBP_InputActionBinding_C_IsShowingKey::LocalMouseKeys' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_InputActionBinding_C_IsShowingKey::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000030, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_Array_Contains_ReturnValue_1) == 0x000038, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_IsInputMethodActive_ReturnValue) == 0x000039, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_IsShowingKey, CallFunc_Not_PreBool_ReturnValue) == 0x00003B, "Member 'WBP_InputActionBinding_C_IsShowingKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_Validate_Preview \ +static_assert(alignof(WBP_InputActionBinding_C_Validate_Preview) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_Validate_Preview"); \ +static_assert(sizeof(WBP_InputActionBinding_C_Validate_Preview) == 0x000048, "Wrong size on WBP_InputActionBinding_C_Validate_Preview"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, Temp_bool_Variable) == 0x000000, "Member 'WBP_InputActionBinding_C_Validate_Preview::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, Temp_struct_Variable) == 0x000008, "Member 'WBP_InputActionBinding_C_Validate_Preview::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_InputActionBinding_C_Validate_Preview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000021, "Member 'WBP_InputActionBinding_C_Validate_Preview::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'WBP_InputActionBinding_C_Validate_Preview::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'WBP_InputActionBinding_C_Validate_Preview::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, K2Node_Select_Default) == 0x000028, "Member 'WBP_InputActionBinding_C_Validate_Preview::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_Validate_Preview, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'WBP_InputActionBinding_C_Validate_Preview::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_SetRadialProgress \ +static_assert(alignof(WBP_InputActionBinding_C_SetRadialProgress) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_SetRadialProgress"); \ +static_assert(sizeof(WBP_InputActionBinding_C_SetRadialProgress) == 0x000038, "Wrong size on WBP_InputActionBinding_C_SetRadialProgress"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, InProgress) == 0x000000, "Member 'WBP_InputActionBinding_C_SetRadialProgress::InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, Temp_bool_Variable) == 0x000008, "Member 'WBP_InputActionBinding_C_SetRadialProgress::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'WBP_InputActionBinding_C_SetRadialProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, CallFunc_IsShowingKey_bIsShowingKey) == 0x000018, "Member 'WBP_InputActionBinding_C_SetRadialProgress::CallFunc_IsShowingKey_bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, K2Node_Select_Default) == 0x000020, "Member 'WBP_InputActionBinding_C_SetRadialProgress::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000028, "Member 'WBP_InputActionBinding_C_SetRadialProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetRadialProgress, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000030, "Member 'WBP_InputActionBinding_C_SetRadialProgress::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_DoesActionRequireBorder \ +static_assert(alignof(WBP_InputActionBinding_C_DoesActionRequireBorder) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_DoesActionRequireBorder"); \ +static_assert(sizeof(WBP_InputActionBinding_C_DoesActionRequireBorder) == 0x000060, "Wrong size on WBP_InputActionBinding_C_DoesActionRequireBorder"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, ReturnValue) == 0x000000, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, LocalGenericKeysWithBorders) == 0x000008, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::LocalGenericKeysWithBorders' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, LocalKeysWithBorders) == 0x000018, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::LocalKeysWithBorders' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, K2Node_MakeArray_Array_1) == 0x000038, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000048, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_GetCurrentGamepadName_ReturnValue) == 0x000050, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_GetCurrentGamepadName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_Array_Contains_ReturnValue) == 0x000058, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000059, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_BooleanAND_ReturnValue) == 0x00005A, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_Array_Contains_ReturnValue_1) == 0x00005B, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_DoesActionRequireBorder, CallFunc_BooleanOR_ReturnValue) == 0x00005C, "Member 'WBP_InputActionBinding_C_DoesActionRequireBorder::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_UpdateBorderVisibility \ +static_assert(alignof(WBP_InputActionBinding_C_UpdateBorderVisibility) == 0x000001, "Wrong alignment on WBP_InputActionBinding_C_UpdateBorderVisibility"); \ +static_assert(sizeof(WBP_InputActionBinding_C_UpdateBorderVisibility) == 0x000005, "Wrong size on WBP_InputActionBinding_C_UpdateBorderVisibility"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateBorderVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_InputActionBinding_C_UpdateBorderVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateBorderVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_InputActionBinding_C_UpdateBorderVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateBorderVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_InputActionBinding_C_UpdateBorderVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateBorderVisibility, CallFunc_DoesActionRequireBorder_ReturnValue) == 0x000003, "Member 'WBP_InputActionBinding_C_UpdateBorderVisibility::CallFunc_DoesActionRequireBorder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateBorderVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_InputActionBinding_C_UpdateBorderVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_UpdateVisibility \ +static_assert(alignof(WBP_InputActionBinding_C_UpdateVisibility) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_InputActionBinding_C_UpdateVisibility) == 0x000018, "Wrong size on WBP_InputActionBinding_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable) == 0x000000, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_bool_Variable) == 0x000002, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable_4) == 0x000006, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_byte_Variable_5) == 0x000007, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_InputActionBinding_C_UpdateVisibility::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, Temp_bool_Variable_2) == 0x000010, "Member 'WBP_InputActionBinding_C_UpdateVisibility::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, CallFunc_IsInputMethodActive_ReturnValue) == 0x000011, "Member 'WBP_InputActionBinding_C_UpdateVisibility::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, CallFunc_IsShowingKey_bIsShowingKey) == 0x000012, "Member 'WBP_InputActionBinding_C_UpdateVisibility::CallFunc_IsShowingKey_bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, K2Node_Select_Default) == 0x000013, "Member 'WBP_InputActionBinding_C_UpdateVisibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, K2Node_Select_Default_1) == 0x000014, "Member 'WBP_InputActionBinding_C_UpdateVisibility::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateVisibility, K2Node_Select_Default_2) == 0x000015, "Member 'WBP_InputActionBinding_C_UpdateVisibility::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_FindInputKey \ +static_assert(alignof(WBP_InputActionBinding_C_FindInputKey) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_FindInputKey"); \ +static_assert(sizeof(WBP_InputActionBinding_C_FindInputKey) == 0x0000C0, "Wrong size on WBP_InputActionBinding_C_FindInputKey"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, FoundKey) == 0x000000, "Member 'WBP_InputActionBinding_C_FindInputKey::FoundKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_InputActionBinding_C_FindInputKey::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_InputActionBinding_C_FindInputKey::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000028, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000030, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetCurrentInputType_ReturnValue) == 0x000038, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetInputSettings_ReturnValue) == 0x000040, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_IsNameValid_ReturnValue) == 0x000049, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetActionMappingByName_OutMappings) == 0x000050, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetKeyForCommonAction_ReturnValue) == 0x000060, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetKeyForCommonAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_Key_IsKeyboardKey_ReturnValue) == 0x0000A5, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_Key_IsKeyboardKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x0000A6, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputKey, CallFunc_GetFirstKeyForEnhancedInputActionByInputType_ReturnValue) == 0x0000A8, "Member 'WBP_InputActionBinding_C_FindInputKey::CallFunc_GetFirstKeyForEnhancedInputActionByInputType_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_UpdateInputKey \ +static_assert(alignof(WBP_InputActionBinding_C_UpdateInputKey) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_UpdateInputKey"); \ +static_assert(sizeof(WBP_InputActionBinding_C_UpdateInputKey) == 0x000018, "Wrong size on WBP_InputActionBinding_C_UpdateInputKey"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateInputKey, CallFunc_FindInputKey_FoundKey) == 0x000000, "Member 'WBP_InputActionBinding_C_UpdateInputKey::CallFunc_FindInputKey_FoundKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_OnInputMethodChanged \ +static_assert(alignof(WBP_InputActionBinding_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_InputActionBinding_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_InputActionBinding_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_InputActionBinding_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_InputActionBinding_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_InputActionBinding_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_UpdateWidget \ +static_assert(alignof(WBP_InputActionBinding_C_UpdateWidget) == 0x000010, "Wrong alignment on WBP_InputActionBinding_C_UpdateWidget"); \ +static_assert(sizeof(WBP_InputActionBinding_C_UpdateWidget) == 0x000210, "Wrong size on WBP_InputActionBinding_C_UpdateWidget"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_IsShowingKey_bIsShowingKey) == 0x000000, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_IsShowingKey_bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_RemapKey_QwertyToSystem_ReturnValue) == 0x000008, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_RemapKey_QwertyToSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_InputActionBinding_C_UpdateWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, K2Node_MakeStruct_SlateBrush) == 0x000050, "Member 'WBP_InputActionBinding_C_UpdateWidget::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_FindInputBrush_ReturnValue) == 0x000120, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_FindInputBrush_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_GetBrushResource_ReturnValue) == 0x0001F0, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_GetBrushResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, CallFunc_IsValid_ReturnValue) == 0x0001F8, "Member 'WBP_InputActionBinding_C_UpdateWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_UpdateWidget, K2Node_MakeStruct_ImageSize_ImplicitCast) == 0x0001FC, "Member 'WBP_InputActionBinding_C_UpdateWidget::K2Node_MakeStruct_ImageSize_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_GetInputName \ +static_assert(alignof(WBP_InputActionBinding_C_GetInputName) == 0x000010, "Wrong alignment on WBP_InputActionBinding_C_GetInputName"); \ +static_assert(sizeof(WBP_InputActionBinding_C_GetInputName) == 0x0003B0, "Wrong size on WBP_InputActionBinding_C_GetInputName"); \ +static_assert(offsetof(WBP_InputActionBinding_C_GetInputName, Name_0) == 0x000000, "Member 'WBP_InputActionBinding_C_GetInputName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_GetInputName, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_InputActionBinding_C_GetInputName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_GetInputName, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'WBP_InputActionBinding_C_GetInputName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_GetInputName, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000028, "Member 'WBP_InputActionBinding_C_GetInputName::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_GetInputName, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'WBP_InputActionBinding_C_GetInputName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_FindInputBrush \ +static_assert(alignof(WBP_InputActionBinding_C_FindInputBrush) == 0x000010, "Wrong alignment on WBP_InputActionBinding_C_FindInputBrush"); \ +static_assert(sizeof(WBP_InputActionBinding_C_FindInputBrush) == 0x000450, "Wrong size on WBP_InputActionBinding_C_FindInputBrush"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, ReturnValue) == 0x000000, "Member 'WBP_InputActionBinding_C_FindInputBrush::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x0000D0, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_GetCurrentInputType_ReturnValue) == 0x0000D8, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_FindInputBrushFromKey_ReturnValue) == 0x0000E0, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_FindInputBrushFromKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_FindInputBrushFromInputAction_ReturnValue) == 0x0001B0, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_FindInputBrushFromInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_IsNameValid_ReturnValue) == 0x000280, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000281, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_Array_Contains_ReturnValue) == 0x000282, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_FindInputBrushFromCommonUIDataTable_ReturnValue) == 0x000290, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_FindInputBrushFromCommonUIDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_IsValid_ReturnValue) == 0x000360, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000368, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_NoResourceBrush_ReturnValue) == 0x000370, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_NoResourceBrush_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_IsInputMethodActive_ReturnValue) == 0x000440, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_FindInputBrush, CallFunc_BooleanAND_ReturnValue) == 0x000441, "Member 'WBP_InputActionBinding_C_FindInputBrush::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_SetInputBindingParameters \ +static_assert(alignof(WBP_InputActionBinding_C_SetInputBindingParameters) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_SetInputBindingParameters"); \ +static_assert(sizeof(WBP_InputActionBinding_C_SetInputBindingParameters) == 0x000028, "Wrong size on WBP_InputActionBinding_C_SetInputBindingParameters"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetInputBindingParameters, InputBindingParameters_0) == 0x000000, "Member 'WBP_InputActionBinding_C_SetInputBindingParameters::InputBindingParameters_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_PreConstruct \ +static_assert(alignof(WBP_InputActionBinding_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_InputActionBinding_C_PreConstruct"); \ +static_assert(sizeof(WBP_InputActionBinding_C_PreConstruct) == 0x000001, "Wrong size on WBP_InputActionBinding_C_PreConstruct"); \ +static_assert(offsetof(WBP_InputActionBinding_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_InputActionBinding_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal \ +static_assert(alignof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal"); \ +static_assert(sizeof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal) == 0x000028, "Wrong size on WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal, InLegacyActionName) == 0x000000, "Member 'WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal::InLegacyActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal, InCommonUIAction) == 0x000008, "Member 'WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal::InCommonUIAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal, InEnhancedInputAction) == 0x000018, "Member 'WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal::InEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal, InIMC) == 0x000020, "Member 'WBP_InputActionBinding_C_SetupInputBindingParametersFromExternal::InIMC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_OnSettingsChanged \ +static_assert(alignof(WBP_InputActionBinding_C_OnSettingsChanged) == 0x000008, "Wrong alignment on WBP_InputActionBinding_C_OnSettingsChanged"); \ +static_assert(sizeof(WBP_InputActionBinding_C_OnSettingsChanged) == 0x000008, "Wrong size on WBP_InputActionBinding_C_OnSettingsChanged"); \ +static_assert(offsetof(WBP_InputActionBinding_C_OnSettingsChanged, Settings) == 0x000000, "Member 'WBP_InputActionBinding_C_OnSettingsChanged::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding \ +static_assert(alignof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding) == 0x000010, "Wrong alignment on WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding"); \ +static_assert(sizeof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding) == 0x000490, "Wrong size on WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, EntryPoint) == 0x000000, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_CustomEvent_Settings) == 0x000008, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_CustomEvent_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_IsInPlayMode_ReturnValue) == 0x000010, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_IsPackagedBuild_ReturnValue) == 0x000012, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_CustomEvent_InputBindingParameters) == 0x000028, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_CustomEvent_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetKey_Key) == 0x000058, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetKey_Key' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000070, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetUserSettings_self_CastInput) == 0x000088, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetUserSettings_ReturnValue) == 0x000098, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x0000A0, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_Event_InLegacyActionName) == 0x0000A8, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_Event_InLegacyActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_Event_InCommonUIAction) == 0x0000B0, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_Event_InCommonUIAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_Event_InEnhancedInputAction) == 0x0000C0, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_Event_InEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_Event_InIMC) == 0x0000C8, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_Event_InIMC' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, K2Node_MakeStruct_S_InputBindingParameters) == 0x0000D0, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetParentStyle_ReturnValue) == 0x000100, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetParentStyle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_GetMaxCharacterHeightFromStyle_ReturnValue) == 0x000440, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_GetMaxCharacterHeightFromStyle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_IsShowingKey_bIsShowingKey) == 0x000444, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_IsShowingKey_bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000448, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_MakeVector2D_ReturnValue) == 0x000450, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_RemapKey_QwertyToSystem_ReturnValue) == 0x000460, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_RemapKey_QwertyToSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000478, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_Not_PreBool_ReturnValue_2) == 0x000479, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000480, "Member 'WBP_InputActionBinding_C_ExecuteUbergraph_WBP_InputActionBinding::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_InputActionBinding_C \ +static_assert(alignof(UWBP_InputActionBinding_C) == 0x000010, "Wrong alignment on UWBP_InputActionBinding_C"); \ +static_assert(sizeof(UWBP_InputActionBinding_C) == 0x0007B0, "Wrong size on UWBP_InputActionBinding_C"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, UberGraphFrame) == 0x000640, "Member 'UWBP_InputActionBinding_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, Border) == 0x000648, "Member 'UWBP_InputActionBinding_C::Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, GamepadIcon) == 0x000650, "Member 'UWBP_InputActionBinding_C::GamepadIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, GamepadIconOverlay) == 0x000658, "Member 'UWBP_InputActionBinding_C::GamepadIconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, GamepadProgressMaterial) == 0x000660, "Member 'UWBP_InputActionBinding_C::GamepadProgressMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, KeyboardKeyOverlay) == 0x000668, "Member 'UWBP_InputActionBinding_C::KeyboardKeyOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, KeyboardProgressMaterial) == 0x000670, "Member 'UWBP_InputActionBinding_C::KeyboardProgressMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, UniversalKeyboardKey) == 0x000678, "Member 'UWBP_InputActionBinding_C::UniversalKeyboardKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, InputBindingParameters) == 0x000680, "Member 'UWBP_InputActionBinding_C::InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, IsGamepadOnly) == 0x0006A8, "Member 'UWBP_InputActionBinding_C::IsGamepadOnly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, CurrentKey) == 0x0006B0, "Member 'UWBP_InputActionBinding_C::CurrentKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, Is_High_Res) == 0x0006C8, "Member 'UWBP_InputActionBinding_C::Is_High_Res' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, MoveActions) == 0x0006D0, "Member 'UWBP_InputActionBinding_C::MoveActions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InputActionBinding_C, MoveBrush) == 0x0006E0, "Member 'UWBP_InputActionBinding_C::MoveBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoMenuPage_VisualEffects_WBP_SliderSelector_Tint_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Blue_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Green_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Contrast_Intensity_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Blue_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Green_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Gamma_Intensity_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_2_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Green_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Saturation_Intensity_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeMenuPage_ColorGrading_WBP_SliderSelector_Temperature_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_Saturation_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading) == 0x000140, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget) == 0x000010, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_14) == 0x000018, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_14) == 0x000020, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_13) == 0x000028, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_13) == 0x000030, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_12) == 0x000038, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_12) == 0x000040, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_11) == 0x000048, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_11) == 0x000050, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000058, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000060, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_10) == 0x000070, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_10) == 0x000078, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000080, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x000088, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000098, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, CallFunc_GetPhotoModePawn_PhotoModePawn_1) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::CallFunc_GetPhotoModePawn_PhotoModePawn_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_9) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_9) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_8) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_8) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_7) == 0x0000C8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_7) == 0x0000D0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_6) == 0x0000D8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_6) == 0x0000E0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_5) == 0x0000E8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_5) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_4) == 0x0000F8, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_4) == 0x000100, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_3) == 0x000108, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_3) == 0x000110, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, CallFunc_GetPhotoModePawn_PhotoModePawn_2) == 0x000118, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::CallFunc_GetPhotoModePawn_PhotoModePawn_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_2) == 0x000120, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_2) == 0x000128, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Value_1) == 0x000130, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading, K2Node_ComponentBoundEvent_Widget_1) == 0x000138, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_ColorGrading::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn) == 0x000098, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_X) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Y) == 0x000010, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Z) == 0x000018, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Z' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_W) == 0x000020, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_W' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_X_1) == 0x000028, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Y_1) == 0x000030, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Z_1) == 0x000038, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Z_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_W_1) == 0x000040, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_W_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_X_2) == 0x000048, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Y_2) == 0x000050, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Z_2) == 0x000058, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Z_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_W_2) == 0x000060, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_W_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_X_3) == 0x000068, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Y_3) == 0x000070, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_Z_3) == 0x000078, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_Z_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_BreakVector4_W_3) == 0x000080, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_BreakVector4_W_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast) == 0x000088, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn, CallFunc_SetDefaultValueWithMapRanged_DefaultValue_ImplicitCast) == 0x000090, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_InitializeFromPhotoModePawn::CallFunc_SetDefaultValueWithMapRanged_DefaultValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn) == 0x000010, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn) == 0x000050, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000010, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x000018, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000020, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn, CallFunc_MakeVector4_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateContrastForPawn::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn) == 0x000010, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn) == 0x000050, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000010, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x000018, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000020, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn, CallFunc_MakeVector4_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateGammaForPawn::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn) == 0x000010, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn) == 0x000050, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000010, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000018, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x000020, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn, CallFunc_MakeVector4_ReturnValue) == 0x000030, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_UpdateSaturationForPawn::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_ColorGrading_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_ColorGrading_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_ColorGrading_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_ColorGrading_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_ColorGrading_C) == 0x000598, "Wrong size on UWBP_PhotoModeMenuPage_ColorGrading_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, UberGraphFrame_WBP_PhotoModeMenuPage_ColorGrading_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::UberGraphFrame_WBP_PhotoModeMenuPage_ColorGrading_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Brightness) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Brightness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Contrast_Blue) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Contrast_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Contrast_Green) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Contrast_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Contrast_Intensity) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Contrast_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Contrast_Red) == 0x0004C8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Contrast_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Gamma_Blue) == 0x0004D0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Gamma_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Gamma_Green) == 0x0004D8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Gamma_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Gamma_Intensity) == 0x0004E0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Gamma_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Gamma_Red) == 0x0004E8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Gamma_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Saturation_Blue) == 0x0004F0, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Saturation_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Saturation_Green) == 0x0004F8, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Saturation_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Saturation_Intensity) == 0x000500, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Saturation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Saturation_Red) == 0x000508, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Saturation_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Temperature) == 0x000510, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Temperature' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_Settings_OptionEntry_Tint) == 0x000518, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_Settings_OptionEntry_Tint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Brightness) == 0x000520, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Brightness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Contrast_Blue) == 0x000528, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Contrast_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Contrast_Green) == 0x000530, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Contrast_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Contrast_Intensity) == 0x000538, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Contrast_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Contrast_Red) == 0x000540, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Contrast_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Gamma_Blue) == 0x000548, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Gamma_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Gamma_Green) == 0x000550, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Gamma_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Gamma_Intensity) == 0x000558, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Gamma_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Gamma_Red) == 0x000560, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Gamma_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Saturation_Blue) == 0x000568, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Saturation_Blue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Saturation_Green) == 0x000570, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Saturation_Green' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Saturation_Intensity) == 0x000578, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Saturation_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Saturation_Red) == 0x000580, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Saturation_Red' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Temperature) == 0x000588, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Temperature' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_ColorGrading_C, WBP_SliderSelector_Tint) == 0x000590, "Member 'UWBP_PhotoModeMenuPage_ColorGrading_C::WBP_SliderSelector_Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_CameraAutofocusEnabled_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedBoolSelector_DisplayFocusPoint_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedFloatSelector_CameraAperture_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_NamedIntegerSelector_Frame_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Camera_WBP_SliderSelector_CameraSensorWidth_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_NamedIntegerSelector_Grid_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeMenuPage_Grid_WBP_SliderSelector_GridOpacity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedBoolSelector_CameraCollisionEnabled_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraAperture_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_CameraFieldOfView_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera) == 0x0001C8, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModeController_PhotoModeController) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModeController_PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_7) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name_5) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_7) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_1) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_2) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_3) == 0x000048, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_4) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_6) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_6) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_5) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_5) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name_4) == 0x000078, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_5) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_6) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_8) == 0x000098, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_8) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_9) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_9) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_Event_MyGeometry) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_Event_InDeltaTime) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_4) == 0x0000F4, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name_3) == 0x0000F8, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_4) == 0x000108, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModePawn_PhotoModePawn_7) == 0x000110, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModePawn_PhotoModePawn_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_3) == 0x000118, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name_2) == 0x000120, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_3) == 0x000130, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_2) == 0x000138, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name_1) == 0x000140, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_2) == 0x000150, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModeController_PhotoModeController_1) == 0x000158, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModeController_PhotoModeController_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_10) == 0x000160, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_10) == 0x000168, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_Map_Keys_Keys) == 0x000170, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value_1) == 0x000180, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget_1) == 0x000188, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_GetPhotoModeController_PhotoModeController_2) == 0x000190, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_GetPhotoModeController_PhotoModeController_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Value) == 0x000198, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Name) == 0x0001A0, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, K2Node_ComponentBoundEvent_Widget) == 0x0001B0, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera, CallFunc_Map_Keys_Keys_1) == 0x0001B8, "Member 'WBP_PhotoModeMenuPage_Camera_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Camera::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn) == 0x000118, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, local_AvailableGridValues) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::local_AvailableGridValues' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Map_Values_Values) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Array_LastIndex_ReturnValue) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetCurrentValue_ReturnValue) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetCurrentValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModeController_PhotoModeController) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModeController_PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Map_Values_Values_1) == 0x000078, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_IsInsideAnyCollision_ReturnValue) == 0x000094, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_IsInsideAnyCollision_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn_1) == 0x000098, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetActorEnableCollision_ReturnValue) == 0x0000A0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetActorEnableCollision_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn_2) == 0x0000A8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Round_ReturnValue) == 0x0000B0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_FClamp_ReturnValue) == 0x0000B8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000C8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_BreakRotator_Roll) == 0x0000E0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_BreakRotator_Pitch) == 0x0000E4, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_BreakRotator_Yaw) == 0x0000E8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_Round_A_ImplicitCast) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_SetupApertureSelector_CurrentAperture_ImplicitCast) == 0x0000F8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_SetupApertureSelector_CurrentAperture_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast) == 0x000100, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_FClamp_Value_ImplicitCast) == 0x000108, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn, CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_1) == 0x000110, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeFromPhotoModePawn::CallFunc_SetAndResetToDefaultValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets) == 0x000100, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, local_AvailableApertures) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::local_AvailableApertures' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Map_Values_Values) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Map_Values_Values_1) == 0x000070, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'WBP_PhotoModeMenuPage_Camera_C_InitializeWidgets::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector) == 0x000018, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector, CurrentAperture) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector, CallFunc_Array_Find_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector, CallFunc_Array_Find_ReturnValue_1) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Camera_C_SetupApertureSelector::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_Tick \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_Tick) == 0x000004, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_Tick"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_Tick) == 0x00003C, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_Tick"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Camera_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData) == 0x000028, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData, CallFunc_IsAutofocusEnabled_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData::CallFunc_IsAutofocusEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData, CallFunc_GetCameraFocusDistance_Value) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData::CallFunc_GetCameraFocusDistance_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData, CallFunc_Round_ReturnValue) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'WBP_PhotoModeMenuPage_Camera_C_UpdateFocusData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Camera_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_Camera_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_Camera_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_Camera_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_Camera_C) == 0x000608, "Wrong size on UWBP_PhotoModeMenuPage_Camera_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, UberGraphFrame_WBP_PhotoModeMenuPage_Camera_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_Camera_C::UberGraphFrame_WBP_PhotoModeMenuPage_Camera_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedBoolSelector_CameraAutofocusEnabled) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedBoolSelector_CameraAutofocusEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedBoolSelector_CameraCollisionEnabled) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedBoolSelector_CameraCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedBoolSelector_DisplayFocusPoint) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedBoolSelector_DisplayFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedFloatSelector_CameraAperture) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedFloatSelector_CameraAperture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedIntegerSelector_Frame) == 0x0004C8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedIntegerSelector_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_NamedIntegerSelector_Grid) == 0x0004D0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_NamedIntegerSelector_Grid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraAperture) == 0x0004D8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraAperture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraAutofocusEnabled) == 0x0004E0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraAutofocusEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraCollisionEnabled) == 0x0004E8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraFieldOfView) == 0x0004F0, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraFocusDistance) == 0x0004F8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraRoll) == 0x000500, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraRoll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_CameraSensorWidth) == 0x000508, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_CameraSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_DisplayFocusPoint) == 0x000510, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_DisplayFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_Frame) == 0x000518, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_Grid) == 0x000520, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_Grid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_Settings_OptionEntry_GridOpacity) == 0x000528, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_Settings_OptionEntry_GridOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_SliderSelector_CameraFieldOfView) == 0x000530, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_SliderSelector_CameraFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_SliderSelector_CameraFocusDistance) == 0x000538, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_SliderSelector_CameraFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_SliderSelector_CameraRoll) == 0x000540, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_SliderSelector_CameraRoll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_SliderSelector_CameraSensorWidth) == 0x000548, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_SliderSelector_CameraSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, WBP_SliderSelector_GridOpacity) == 0x000550, "Member 'UWBP_PhotoModeMenuPage_Camera_C::WBP_SliderSelector_GridOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, AvailableApertures) == 0x000558, "Member 'UWBP_PhotoModeMenuPage_Camera_C::AvailableApertures' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, AvailableGridTypes) == 0x000568, "Member 'UWBP_PhotoModeMenuPage_Camera_C::AvailableGridTypes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Camera_C, AvailableFrameTypes) == 0x0005B8, "Member 'UWBP_PhotoModeMenuPage_Camera_C::AvailableFrameTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideCharacters_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Characters_C_BndEvt__WBP_PhotoModeMenuPage_Characters_WBP_NamedBoolSelector_HideEnemies_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters \ +static_assert(alignof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters) == 0x000060, "Wrong size on WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, CallFunc_GetPhotoModeController_PhotoModeController) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::CallFunc_GetPhotoModeController_PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Value_1) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Name_1) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Widget_1) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Value) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Name) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, K2Node_ComponentBoundEvent_Widget) == 0x000048, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, CallFunc_Not_PreBool_ReturnValue_1) == 0x000051, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters, CallFunc_GetPhotoModeController_PhotoModeController_1) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Characters_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Characters::CallFunc_GetPhotoModeController_PhotoModeController_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Characters_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_Characters_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_Characters_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_Characters_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_Characters_C) == 0x0004C8, "Wrong size on UWBP_PhotoModeMenuPage_Characters_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, UberGraphFrame_WBP_PhotoModeMenuPage_Characters_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_Characters_C::UberGraphFrame_WBP_PhotoModeMenuPage_Characters_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_Characters_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, WBP_NamedBoolSelector_HideCharacters) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_Characters_C::WBP_NamedBoolSelector_HideCharacters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, WBP_NamedBoolSelector_HideEnemies) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_Characters_C::WBP_NamedBoolSelector_HideEnemies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, WBP_Settings_OptionEntry_HideCharacters) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_Characters_C::WBP_Settings_OptionEntry_HideCharacters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Characters_C, WBP_Settings_OptionEntry_HideEnemies) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_Characters_C::WBP_Settings_OptionEntry_HideEnemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_NamedIntegerSelector_FilterSelection_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Filter_C_BndEvt__WBP_PhotoModeSettingsMenu_WBP_SliderSelector_FilterIntensity_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter) == 0x000048, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, K2Node_ComponentBoundEvent_Value_1) == 0x000010, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, K2Node_ComponentBoundEvent_Name) == 0x000018, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, K2Node_ComponentBoundEvent_Widget_1) == 0x000028, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, K2Node_ComponentBoundEvent_Value) == 0x000030, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, K2Node_ComponentBoundEvent_Widget) == 0x000038, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter, CallFunc_GetPhotoModePawn_PhotoModePawn_1) == 0x000040, "Member 'WBP_PhotoModeMenuPage_Filter_C_ExecuteUbergraph_WBP_PhotoModeMenuPage_Filter::CallFunc_GetPhotoModePawn_PhotoModePawn_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector) == 0x0000E0, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, local_CameraFilters) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::local_CameraFilters' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000060, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_GetAvailableCameraFilterNames_ReturnValue) == 0x000068, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_GetAvailableCameraFilterNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector, K2Node_MakeMap_Map) == 0x000090, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFilterSelector::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn) == 0x000010, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn, CallFunc_GetPhotoModePawn_PhotoModePawn) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn::CallFunc_GetPhotoModePawn_PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn, CallFunc_FindActiveCameraFilterIndex_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeMenuPage_Filter_C_InitializeFromPhotoModePawn::CallFunc_FindActiveCameraFilterIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeMenuPage_Filter_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeMenuPage_Filter_C \ +static_assert(alignof(UWBP_PhotoModeMenuPage_Filter_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeMenuPage_Filter_C"); \ +static_assert(sizeof(UWBP_PhotoModeMenuPage_Filter_C) == 0x0004C8, "Wrong size on UWBP_PhotoModeMenuPage_Filter_C"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, UberGraphFrame_WBP_PhotoModeMenuPage_Filter_C) == 0x000498, "Member 'UWBP_PhotoModeMenuPage_Filter_C::UberGraphFrame_WBP_PhotoModeMenuPage_Filter_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, CommonHierarchicalScrollBox) == 0x0004A0, "Member 'UWBP_PhotoModeMenuPage_Filter_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, WBP_NamedIntegerSelector_FilterSelection) == 0x0004A8, "Member 'UWBP_PhotoModeMenuPage_Filter_C::WBP_NamedIntegerSelector_FilterSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, WBP_Settings_OptionEntry_FilterIntensity) == 0x0004B0, "Member 'UWBP_PhotoModeMenuPage_Filter_C::WBP_Settings_OptionEntry_FilterIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, WBP_Settings_OptionEntry_FilterSelection) == 0x0004B8, "Member 'UWBP_PhotoModeMenuPage_Filter_C::WBP_Settings_OptionEntry_FilterSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeMenuPage_Filter_C, WBP_SliderSelector_FilterIntensity) == 0x0004C0, "Member 'UWBP_PhotoModeMenuPage_Filter_C::WBP_SliderSelector_FilterIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_BindEventOnGameStateChanged::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal) == 0x000004, "Wrong alignment on BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal) == 0x00000C, "Wrong size on BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal, CallFunc_GetFinishedGameCount_FinishedGameCount) == 0x000004, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal::CallFunc_GetFinishedGameCount_FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_CheckInternal::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastFinishedGameCount_C_UnbindEventOnGameStateChanged::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_AtLeastFinishedGameCount_C \ +static_assert(alignof(UBP_ConditionChecker_AtLeastFinishedGameCount_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_AtLeastFinishedGameCount_C"); \ +static_assert(sizeof(UBP_ConditionChecker_AtLeastFinishedGameCount_C) == 0x000068, "Wrong size on UBP_ConditionChecker_AtLeastFinishedGameCount_C"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastFinishedGameCount_C, FinishedGameCount) == 0x000060, "Member 'UBP_ConditionChecker_AtLeastFinishedGameCount_C::FinishedGameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup) == 0x000038, "Wrong size on AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup, Character) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup, TargetGroups_0) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup::TargetGroups_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup, TargetingGroup) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup::TargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup, K2Node_MakeArray_Array) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup, CallFunc_AddTargetingGroup_TargetingGroup) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_AddSingleCharacterTargetingGroup::CallFunc_AddTargetingGroup_TargetingGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_AddTargetingGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_AddTargetingGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_AddTargetingGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_AddTargetingGroup) == 0x000040, "Wrong size on AC_jRPG_TargetingManager_C_AddTargetingGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, Characters) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, TargetGroups_0) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::TargetGroups_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, TargetingGroup) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::TargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, CallFunc_SpawnObject_ReturnValue) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_AddTargetingGroup, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_AddTargetingGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_CancelTargeting \ +static_assert(alignof(AC_jRPG_TargetingManager_C_CancelTargeting) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_CancelTargeting"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_CancelTargeting) == 0x000028, "Wrong size on AC_jRPG_TargetingManager_C_CancelTargeting"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_CancelTargeting, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_CancelTargeting::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_CancelTargeting, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_CancelTargeting::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_CancelTargeting, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_CancelTargeting::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_CancelTargeting, CallFunc_GetOwner_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_CancelTargeting::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_CancelTargeting, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_CancelTargeting::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ComputeTargetGroups \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ComputeTargetGroups) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ComputeTargetGroups"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ComputeTargetGroups) == 0x0003C0, "Wrong size on AC_jRPG_TargetingManager_C_ComputeTargetGroups"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, TargetingType) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, BypassChecks) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::BypassChecks' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, IsAlly) == 0x000002, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::IsAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, TargetGroups_0) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::TargetGroups_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, PreferedNextInitialTarget_0) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::PreferedNextInitialTarget_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_PreferedNextInitialTarget) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_PreferedNextInitialTarget' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_TargetGroups) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_TargetGroups' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_TargetGroupsBeforeSort) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_TargetGroupsBeforeSort' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_EnemyIndexToBattleSpotOrder) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_EnemyIndexToBattleSpotOrder' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_MustBeSelf) == 0x000098, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_MustBeSelf' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_AllMatchingTargets) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_AllMatchingTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_AllInSingleGroup) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_AllInSingleGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_MustBeEnemy) == 0x0000B1, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_MustBeEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_MustBeAlly) == 0x0000B2, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_MustBeAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_MustBeDead) == 0x0000B3, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_MustBeDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_MustBeAlive) == 0x0000B4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_MustBeAlive' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_GroupBounds) == 0x0000B8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_GroupBounds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, local_Result) == 0x0000C8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::local_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable) == 0x0000D8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D9, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_IsTargetingTypeAlly_ReturnValue) == 0x0000DA, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_IsTargetingTypeAlly_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_1) == 0x0000DB, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_2) == 0x0000DC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_3) == 0x0000DD, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_4) == 0x0000DE, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_5) == 0x0000DF, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_6) == 0x0000E0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_7) == 0x0000E1, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_8) == 0x0000E2, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_9) == 0x0000E3, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_10) == 0x0000E4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_byte_Variable) == 0x0000E5, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_11) == 0x0000E6, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_12) == 0x0000E7, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_13) == 0x0000E8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_14) == 0x0000E9, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_15) == 0x0000EA, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_16) == 0x0000EB, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_17) == 0x0000EC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_18) == 0x0000ED, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_19) == 0x0000EE, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_20) == 0x0000EF, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_21) == 0x0000F0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_byte_Variable_1) == 0x0000F1, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default) == 0x0000F2, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_22) == 0x0000F3, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_23) == 0x0000F4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_24) == 0x0000F5, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_25) == 0x0000F6, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_26) == 0x0000F7, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_27) == 0x0000F8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_28) == 0x0000F9, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_29) == 0x0000FA, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_30) == 0x0000FB, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_31) == 0x0000FC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_32) == 0x0000FD, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_byte_Variable_2) == 0x0000FE, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_1) == 0x0000FF, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_2) == 0x000100, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_33) == 0x000101, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_Variable) == 0x000104, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_NextIndex_Variable) == 0x000108, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_wildcard_Original_index_Variable) == 0x000118, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_34) == 0x00012C, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_wildcard_RemapTable_Variable) == 0x000130, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_35) == 0x000180, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_36) == 0x000181, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_37) == 0x000182, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_Loop_Counter_Variable) == 0x000184, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Add_IntInt_ReturnValue_2) == 0x000188, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_Array_Index_Variable) == 0x00018C, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_real_Variable) == 0x000190, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x0001A4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_MinOfFloatArray_MinValue) == 0x0001A8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Greater_IntInt_ReturnValue) == 0x0001AC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Get_Item) == 0x0001B0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_38) == 0x0001B4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_wildcard_Variable) == 0x0001B8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_39) == 0x0001CC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_wildcard_Result_array_Variable) == 0x0001D0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_Loop_Counter_Variable_1) == 0x0001E4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Less_IntInt_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001EC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_int_Array_Index_Variable_1) == 0x0001F0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_byte_Variable_3) == 0x0001F4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Get_Item_1) == 0x0001F8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000200, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetBattleManager_ReturnValue) == 0x000208, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetBattleManager_ReturnValue_1) == 0x000210, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetAllCharacters_AllCharacters) == 0x000218, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetAllCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000228, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam) == 0x000229, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Not_PreBool_ReturnValue) == 0x00022A, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_AddSingleCharacterTargetingGroup_TargetingGroup) == 0x000230, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_AddSingleCharacterTargetingGroup_TargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Get_Item_2) == 0x000238, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Length_ReturnValue_2) == 0x000240, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000248, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Less_IntInt_ReturnValue_1) == 0x000258, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_MakeStruct_FormatArgumentData) == 0x000260, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetCharacters_Characters) == 0x0002A8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetCharacters_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_IsValid_ReturnValue) == 0x0002B8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_ConcatenateDisplayNames_Result) == 0x0002C0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002D0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_MakeArray_Array) == 0x000318, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Format_ReturnValue) == 0x000328, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_CheckIsAlive_Value) == 0x000338, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Not_PreBool_ReturnValue_1) == 0x000339, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_CheckIsAlive_Value_1) == 0x00033A, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_CheckIsAlive_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_40) == 0x00033B, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_41) == 0x00033C, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Remap_ResultArray) == 0x000340, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetCharacters_Characters_1) == 0x000350, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetCharacters_Characters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Add_ReturnValue_1) == 0x000360, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Get_Item_3) == 0x000368, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_LastIndex_ReturnValue) == 0x000370, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_GetBattleSpotIndexLeftToRight__WhenFacingCharacters__ReturnValue) == 0x000374, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_GetBattleSpotIndexLeftToRight__WhenFacingCharacters__ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000378, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000380, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Add_ReturnValue_2) == 0x000388, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Length_ReturnValue_3) == 0x00038C, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_42) == 0x000390, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_43) == 0x000391, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_44) == 0x000392, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_3) == 0x000393, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_45) == 0x000394, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_AddTargetingGroup_TargetingGroup) == 0x000398, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_AddTargetingGroup_TargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_46) == 0x0003A0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_Array_Add_ReturnValue_3) == 0x0003A4, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_47) == 0x0003A8, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_48) == 0x0003A9, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, Temp_bool_Variable_49) == 0x0003AA, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::Temp_bool_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_4) == 0x0003AB, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_5) == 0x0003AC, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, K2Node_Select_Default_6) == 0x0003AD, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ComputeTargetGroups, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x0003B0, "Member 'AC_jRPG_TargetingManager_C_ComputeTargetGroups::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ConfirmTarget \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ConfirmTarget) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ConfirmTarget"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ConfirmTarget) == 0x000150, "Wrong size on AC_jRPG_TargetingManager_C_ConfirmTarget"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_bool_Variable) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_text_Variable) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_ValidateTargetCandidates_Validated) == 0x00003C, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_ValidateTargetCandidates_Validated' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_ValidateTargetCandidates_BlockedReason) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_ValidateTargetCandidates_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_GetBattleManager_ReturnValue) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Get_Item) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, K2Node_MakeArray_Array) == 0x000100, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Format_ReturnValue) == 0x000118, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Length_ReturnValue_2) == 0x00012C, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Greater_IntInt_ReturnValue) == 0x000130, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Array_Length_ReturnValue_3) == 0x000134, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, K2Node_Select_Default) == 0x000138, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ConfirmTarget, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000148, "Member 'AC_jRPG_TargetingManager_C_ConfirmTarget::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad \ +static_assert(alignof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad) == 0x0000F0, "Wrong size on AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, TargetingType) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, SelectedTargetIndex) == 0x000004, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::SelectedTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, SelectDescendingForSingleAllyType_) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::SelectDescendingForSingleAllyType_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, Targets) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::Targets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, SelectedTargetIndexOutput) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::SelectedTargetIndexOutput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, DescendSelectingLOCAL) == 0x000024, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::DescendSelectingLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, TargetedCharactersLOCAL) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::TargetedCharactersLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, TargetIndexLOCAL) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::TargetIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, K2Node_SwitchEnum_CmpSuccess) == 0x00003C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, Temp_int_Array_Index_Variable) == 0x000050, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetOwner_ReturnValue_1) == 0x000060, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Get_Item) == 0x000070, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00007C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, Temp_bool_Variable) == 0x000085, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_SelectInt_ReturnValue) == 0x000088, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Not_PreBool_ReturnValue) == 0x00008C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetOwner_ReturnValue_2) == 0x000098, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetOwner_ReturnValue_3) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Get_Item_2) == 0x0000C0, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Add_ReturnValue_1) == 0x0000C8, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_IsValid_ReturnValue) == 0x0000CC, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0000D4, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000D5, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetOwner_ReturnValue_4) == 0x0000D8, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0000E0, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad, CallFunc_Array_Add_ReturnValue_3) == 0x0000E8, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_GetTargetsWithGamepad::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets \ +static_assert(alignof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets) == 0x000088, "Wrong size on AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, IndicatedCharacter) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::IndicatedCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, IndicatedCharacterLOCAL) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::IndicatedCharacterLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_GetTargetingGroupForCharacter_Array_Element) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_GetTargetingGroupForCharacter_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_CheckIsAlive_Value) == 0x00001D, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_CheckIsAlive_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001E, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001F, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_CheckIsAlive_Value_1) == 0x000034, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_CheckIsAlive_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000035, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, Temp_int_Array_Index_Variable) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_CheckIsAlive_Value_2) == 0x00003C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_CheckIsAlive_Value_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue_1) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x00004C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue_2) == 0x000060, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_NotEqual_ObjectObject_ReturnValue_2) == 0x000064, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_NotEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue_3) == 0x000074, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Not_PreBool_ReturnValue_3) == 0x000079, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue_4) == 0x00007C, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, CallFunc_Array_Add_ReturnValue_5) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets, K2Node_SwitchEnum_CmpSuccess) == 0x000084, "Member 'AC_jRPG_TargetingManager_C_DEPRECATED_ShowTargets::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_DisableTargeting \ +static_assert(alignof(AC_jRPG_TargetingManager_C_DisableTargeting) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_DisableTargeting"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_DisableTargeting) == 0x0000B0, "Wrong size on AC_jRPG_TargetingManager_C_DisableTargeting"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, Temp_bool_Variable) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, Temp_text_Variable) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, Temp_text_Variable_1) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, K2Node_Select_Default) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, K2Node_MakeArray_Array) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, CallFunc_Format_ReturnValue) == 0x000090, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, CallFunc_GetOwner_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_DisableTargeting, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_DisableTargeting::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_EnableTargeting \ +static_assert(alignof(AC_jRPG_TargetingManager_C_EnableTargeting) == 0x000001, "Wrong alignment on AC_jRPG_TargetingManager_C_EnableTargeting"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_EnableTargeting) == 0x000002, "Wrong size on AC_jRPG_TargetingManager_C_EnableTargeting"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargeting, TargetingType) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_EnableTargeting::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargeting, local_migrateFromPreTargeting) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_EnableTargeting::local_migrateFromPreTargeting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_EnableTargetingInternal \ +static_assert(alignof(AC_jRPG_TargetingManager_C_EnableTargetingInternal) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_EnableTargetingInternal"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_EnableTargetingInternal) == 0x0001A0, "Wrong size on AC_jRPG_TargetingManager_C_EnableTargetingInternal"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, TargetingType) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, StartPreTargeting) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::StartPreTargeting' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, local_teamChanged) == 0x000002, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::local_teamChanged' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, local_useFirstTarget) == 0x000003, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::local_useFirstTarget' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, local_preferedInitial) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::local_preferedInitial' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, local_migrateFromPreviousTargetingMode) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::local_migrateFromPreviousTargetingMode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_SelectString_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, K2Node_MakeArray_Array) == 0x0000E8, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Format_ReturnValue) == 0x000100, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, Temp_int_Loop_Counter_Variable) == 0x000110, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, Temp_bool_Variable) == 0x000114, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Not_PreBool_ReturnValue) == 0x000115, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, Temp_int_Array_Index_Variable_1) == 0x00011C, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetBattleManager_ReturnValue) == 0x000120, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetBattleManager_ReturnValue_1) == 0x000128, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000130, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Array_Get_Item) == 0x000140, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Not_PreBool_ReturnValue_1) == 0x00014D, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Not_PreBool_ReturnValue_2) == 0x00014E, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_BooleanAND_ReturnValue) == 0x00014F, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_BooleanOR_ReturnValue) == 0x000150, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_BooleanAND_ReturnValue_1) == 0x000151, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000152, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_BooleanAND_ReturnValue_2) == 0x000153, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Not_PreBool_ReturnValue_3) == 0x000164, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000165, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Not_PreBool_ReturnValue_4) == 0x000166, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_BooleanOR_ReturnValue_1) == 0x000167, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_UpdateTargetGroups_IsAlly) == 0x000168, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_UpdateTargetGroups_IsAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_NotEqual_BoolBool_ReturnValue_2) == 0x000169, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_NotEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, Temp_int_Loop_Counter_Variable_1) == 0x00016C, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Less_IntInt_ReturnValue_1) == 0x000170, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_Add_IntInt_ReturnValue_1) == 0x000174, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetOwner_ReturnValue) == 0x000178, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetOwner_ReturnValue_1) == 0x000180, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetComponentByClass_ReturnValue) == 0x000188, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000190, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_EnableTargetingInternal, K2Node_SwitchEnum_CmpSuccess) == 0x000198, "Member 'AC_jRPG_TargetingManager_C_EnableTargetingInternal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager) == 0x000258, "Wrong size on AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, EntryPoint) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x000004, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, Temp_bool_Variable) == 0x000005, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, Temp_text_Variable) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, Temp_text_Variable_1) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, Temp_bool_Variable_1) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, Temp_text_Variable_2) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_ConcatenateDisplayNames_Result) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000058, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_Select_Default) == 0x000108, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_Select_Default_1) == 0x000118, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Array_Identical_ReturnValue) == 0x000170, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Not_PreBool_ReturnValue) == 0x000171, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000178, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000188, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, K2Node_MakeArray_Array) == 0x000228, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Array_Get_Item) == 0x000238, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Format_ReturnValue) == 0x000240, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Array_Length_ReturnValue) == 0x000250, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager, CallFunc_Greater_IntInt_ReturnValue) == 0x000254, "Member 'AC_jRPG_TargetingManager_C_ExecuteUbergraph_AC_jRPG_TargetingManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_GetBattleManager \ +static_assert(alignof(AC_jRPG_TargetingManager_C_GetBattleManager) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_GetBattleManager"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_GetBattleManager) == 0x000018, "Wrong size on AC_jRPG_TargetingManager_C_GetBattleManager"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetBattleManager, ReturnValue) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_GetBattleManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetBattleManager, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_GetBattleManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetBattleManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_GetBattleManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter \ +static_assert(alignof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter) == 0x000048, "Wrong size on AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, Character) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, Array_Element) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::Array_Element' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_GetCharacters_Characters) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_GetCharacters_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_GetTargetingGroupForCharacter::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_HideTargets \ +static_assert(alignof(AC_jRPG_TargetingManager_C_HideTargets) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_HideTargets"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_HideTargets) == 0x000118, "Wrong size on AC_jRPG_TargetingManager_C_HideTargets"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_HideTargets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_GetUINavigationComponent_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_TargetingManager_C_HideTargets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_HideTargets::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, K2Node_MakeArray_Array) == 0x000070, "Member 'AC_jRPG_TargetingManager_C_HideTargets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Format_ReturnValue) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Array_Get_Item) == 0x000090, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Array_Length_ReturnValue_2) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_HideTargets::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'AC_jRPG_TargetingManager_C_HideTargets::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_HideTargets, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_TargetingManager_C_HideTargets::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies \ +static_assert(alignof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies) == 0x000001, "Wrong alignment on AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies) == 0x000002, "Wrong size on AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies, ReturnValue) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies, CallFunc_IsTargetingTypeAlly_ReturnValue) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingAllies::CallFunc_IsTargetingTypeAlly_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies \ +static_assert(alignof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies) == 0x000001, "Wrong alignment on AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies) == 0x00000E, "Wrong size on AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, ReturnValue) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_byte_Variable) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable) == 0x000002, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_1) == 0x000003, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_2) == 0x000004, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_3) == 0x000005, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_4) == 0x000006, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_5) == 0x000007, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_6) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_7) == 0x000009, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_8) == 0x00000A, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_9) == 0x00000B, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, Temp_bool_Variable_10) == 0x00000C, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies, K2Node_Select_Default) == 0x00000D, "Member 'AC_jRPG_TargetingManager_C_IsCurrentlyTargetingEnemies::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_NotifyTargetChange \ +static_assert(alignof(AC_jRPG_TargetingManager_C_NotifyTargetChange) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_NotifyTargetChange"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_NotifyTargetChange) == 0x000008, "Wrong size on AC_jRPG_TargetingManager_C_NotifyTargetChange"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_NotifyTargetChange, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_NotifyTargetChange::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ReceiveTick \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_jRPG_TargetingManager_C_ReceiveTick"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ReceiveTick) == 0x000004, "Wrong size on AC_jRPG_TargetingManager_C_ReceiveTick"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation \ +static_assert(alignof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation) == 0x0000B0, "Wrong size on AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, PreferedInitialTarget) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::PreferedInitialTarget' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, local_preferedTargetingGroup) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::local_preferedTargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, local_initialTargetingGroup) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::local_initialTargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, CallFunc_GetTargetingGroupForCharacter_Array_Element) == 0x000078, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::CallFunc_GetTargetingGroupForCharacter_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, K2Node_MakeArray_Array) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, CallFunc_Format_ReturnValue) == 0x000090, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_RegisterTargetingGroupsInUINavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ResetTargetingSystem \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ResetTargetingSystem) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ResetTargetingSystem"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ResetTargetingSystem) == 0x000020, "Wrong size on AC_jRPG_TargetingManager_C_ResetTargetingSystem"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ResetTargetingSystem, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_ResetTargetingSystem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup) == 0x000070, "Wrong size on AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, TargetingGroup) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::TargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_GetCharacters_Characters) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_GetCharacters_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_GetCharacters_Characters_1) == 0x000050, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_GetCharacters_Characters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup, CallFunc_Array_RemoveItem_ReturnValue) == 0x00006D, "Member 'AC_jRPG_TargetingManager_C_SetFocusedTargetingGroup::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ShiftTargetingGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ShiftTargetingGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup) == 0x000030, "Wrong size on AC_jRPG_TargetingManager_C_ShiftTargetingGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, Offset) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::Offset' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, local_newIndex) == 0x000004, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::local_newIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_Array_Get_Item) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_Array_LastIndex_ReturnValue) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_Array_Find_ReturnValue) == 0x00001C, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000020, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ShiftTargetingGroup, CallFunc_Clamp_ReturnValue) == 0x000028, "Member 'AC_jRPG_TargetingManager_C_ShiftTargetingGroup::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_TryFocusTargetGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_TryFocusTargetGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup) == 0x000028, "Wrong size on AC_jRPG_TargetingManager_C_TryFocusTargetGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, TargetGroup) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::TargetGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000D, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, CallFunc_GetUINavigationComponent_ReturnValue) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryFocusTargetGroup, CallFunc_FocusNavigableElement_NavElement_CastInput) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_TryFocusTargetGroup::CallFunc_FocusNavigableElement_NavElement_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup \ +static_assert(alignof(AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup) == 0x000008, "Wrong size on AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup, TargetGroup) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_TryUnfocusTargetGroup::TargetGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_UpdateTargetGroups \ +static_assert(alignof(AC_jRPG_TargetingManager_C_UpdateTargetGroups) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_UpdateTargetGroups"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_UpdateTargetGroups) == 0x0000C8, "Wrong size on AC_jRPG_TargetingManager_C_UpdateTargetGroups"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, TargetingType) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, IsAlly) == 0x000001, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::IsAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_TargetGroupsBeforeSort) == 0x000008, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_TargetGroupsBeforeSort' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_EnemyIndexToBattleSpotOrder) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_EnemyIndexToBattleSpotOrder' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_MustBeSelf) == 0x000068, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_MustBeSelf' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_AllMatchingTargets) == 0x000070, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_AllMatchingTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_AllInSingleGroup) == 0x000080, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_AllInSingleGroup' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_MustBeEnemy) == 0x000081, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_MustBeEnemy' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_MustBeAlly) == 0x000082, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_MustBeAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_MustBeDead) == 0x000083, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_MustBeDead' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_MustBeAlive) == 0x000084, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_MustBeAlive' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_GroupBounds) == 0x000088, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_GroupBounds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, local_Result) == 0x000098, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::local_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, CallFunc_ComputeTargetGroups_IsAlly) == 0x0000A8, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::CallFunc_ComputeTargetGroups_IsAlly' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, CallFunc_ComputeTargetGroups_TargetGroups) == 0x0000B0, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::CallFunc_ComputeTargetGroups_TargetGroups' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_UpdateTargetGroups, CallFunc_ComputeTargetGroups_PreferedNextInitialTarget) == 0x0000C0, "Member 'AC_jRPG_TargetingManager_C_UpdateTargetGroups::CallFunc_ComputeTargetGroups_PreferedNextInitialTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_TargetingManager_C_ValidateTargetCandidates \ +static_assert(alignof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates) == 0x000008, "Wrong alignment on AC_jRPG_TargetingManager_C_ValidateTargetCandidates"); \ +static_assert(sizeof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates) == 0x000060, "Wrong size on AC_jRPG_TargetingManager_C_ValidateTargetCandidates"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, TargetCharacterStats) == 0x000000, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, Validated) == 0x000010, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::Validated' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, BlockedReason) == 0x000018, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, CallFunc_GetBattleManager_ReturnValue) == 0x000030, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, CallFunc_GetCurrentlyTargetingSkillState_SkillState) == 0x000038, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::CallFunc_GetCurrentlyTargetingSkillState_SkillState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, CallFunc_ValidateSkillTargets_ValidTargets) == 0x000041, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::CallFunc_ValidateSkillTargets_ValidTargets' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_TargetingManager_C_ValidateTargetCandidates, CallFunc_ValidateSkillTargets_BlockedReason) == 0x000048, "Member 'AC_jRPG_TargetingManager_C_ValidateTargetCandidates::CallFunc_ValidateSkillTargets_BlockedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_TargetingManager_C \ +static_assert(alignof(UAC_jRPG_TargetingManager_C) == 0x000008, "Wrong alignment on UAC_jRPG_TargetingManager_C"); \ +static_assert(sizeof(UAC_jRPG_TargetingManager_C) == 0x000140, "Wrong size on UAC_jRPG_TargetingManager_C"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_TargetingManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, TargetingEnabled_) == 0x0000A8, "Member 'UAC_jRPG_TargetingManager_C::TargetingEnabled_' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, CanTargetSelf_) == 0x0000A9, "Member 'UAC_jRPG_TargetingManager_C::CanTargetSelf_' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, SelectedTargetingType) == 0x0000AA, "Member 'UAC_jRPG_TargetingManager_C::SelectedTargetingType' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, TargetedCharacters) == 0x0000B0, "Member 'UAC_jRPG_TargetingManager_C::TargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, GameInstanceReference) == 0x0000C0, "Member 'UAC_jRPG_TargetingManager_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, SelectedTargetIndexWithGamepad) == 0x0000C8, "Member 'UAC_jRPG_TargetingManager_C::SelectedTargetIndexWithGamepad' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, MustSelectEnemyAfterAlly) == 0x0000CC, "Member 'UAC_jRPG_TargetingManager_C::MustSelectEnemyAfterAlly' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, multiTargetingPhase) == 0x0000D0, "Member 'UAC_jRPG_TargetingManager_C::multiTargetingPhase' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, TargetGroups) == 0x0000D8, "Member 'UAC_jRPG_TargetingManager_C::TargetGroups' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, PreviousTargetedCharacters) == 0x0000E8, "Member 'UAC_jRPG_TargetingManager_C::PreviousTargetedCharacters' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, IsPretargeting) == 0x0000F8, "Member 'UAC_jRPG_TargetingManager_C::IsPretargeting' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, LastTarget) == 0x000100, "Member 'UAC_jRPG_TargetingManager_C::LastTarget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, PreferedNextInitialTarget) == 0x000108, "Member 'UAC_jRPG_TargetingManager_C::PreferedNextInitialTarget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, LastIsAlly) == 0x000110, "Member 'UAC_jRPG_TargetingManager_C::LastIsAlly' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, AreTargetsDirty) == 0x000111, "Member 'UAC_jRPG_TargetingManager_C::AreTargetsDirty' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, FocusedTargetingGroup) == 0x000118, "Member 'UAC_jRPG_TargetingManager_C::FocusedTargetingGroup' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, LastXNavigation) == 0x000120, "Member 'UAC_jRPG_TargetingManager_C::LastXNavigation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, XInputCooldownTimer) == 0x000128, "Member 'UAC_jRPG_TargetingManager_C::XInputCooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_TargetingManager_C, OnTargetConfirmed) == 0x000130, "Member 'UAC_jRPG_TargetingManager_C::OnTargetConfirmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_LockSelector \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_LockSelector) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_LockSelector"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_LockSelector) == 0x000030, "Wrong size on WBP_Top_MenuHorizontal_C_LockSelector"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, IsLocked) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_LockSelector, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Top_MenuHorizontal_C_LockSelector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_InitalizeInternal \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_InitalizeInternal) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_InitalizeInternal"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_InitalizeInternal) == 0x000058, "Wrong size on WBP_Top_MenuHorizontal_C_InitalizeInternal"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InitalizeInternal, CommonSwitcher) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_InitalizeInternal::CommonSwitcher' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InitalizeInternal, K2Node_MakeStruct_S_InputBindingParameters) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_InitalizeInternal::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InitalizeInternal, K2Node_MakeStruct_S_InputBindingParameters_1) == 0x000030, "Member 'WBP_Top_MenuHorizontal_C_InitalizeInternal::K2Node_MakeStruct_S_InputBindingParameters_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_InstantResetTabs \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_InstantResetTabs) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_InstantResetTabs"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_InstantResetTabs) == 0x000048, "Wrong size on WBP_Top_MenuHorizontal_C_InstantResetTabs"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, K2Node_DynamicCast_AsWBP_Base_Button) == 0x000038, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::K2Node_DynamicCast_AsWBP_Base_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InstantResetTabs, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Top_MenuHorizontal_C_InstantResetTabs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_AddTabWidgetInternal \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_AddTabWidgetInternal"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal) == 0x000058, "Wrong size on WBP_Top_MenuHorizontal_C_AddTabWidgetInternal"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, ButtonWidgetType) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::ButtonWidgetType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, TabId) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::TabId' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, ContentWidget) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::ContentWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, Padding_0) == 0x000018, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::Padding_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, Size) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, ReturnValue) == 0x000030, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, Temp_wildcard_Variable) == 0x000038, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, CallFunc_RegisterTab_ReturnValue) == 0x000040, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::CallFunc_RegisterTab_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, CallFunc_GetTabButtonBaseByID_ReturnValue) == 0x000048, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::CallFunc_GetTabButtonBaseByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetInternal, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000050, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetInternal::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon) == 0x000030, "Wrong size on WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, TabId) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::TabId' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, Widget) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, Icon) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, CallFunc_AddTabWidgetInternal_ReturnValue) == 0x000018, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::CallFunc_AddTabWidgetInternal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, K2Node_DynamicCast_AsWBP_Button_Top_Menu_Horizontal_Icon) == 0x000020, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::K2Node_DynamicCast_AsWBP_Button_Top_Menu_Horizontal_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidgetWithIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_AddTabWidget \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_AddTabWidget) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_AddTabWidget"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_AddTabWidget) == 0x000048, "Wrong size on WBP_Top_MenuHorizontal_C_AddTabWidget"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, TabName) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::TabName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, Widget) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, CallFunc_AddTabWidgetInternal_ReturnValue) == 0x000030, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::CallFunc_AddTabWidgetInternal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, K2Node_DynamicCast_AsWBP_Button_Top_Menu_Horizontal) == 0x000038, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::K2Node_DynamicCast_AsWBP_Button_Top_Menu_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_AddTabWidget, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Top_MenuHorizontal_C_AddTabWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_Initialize \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_Initialize) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_Initialize"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_Initialize) == 0x000058, "Wrong size on WBP_Top_MenuHorizontal_C_Initialize"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_Initialize, LinkedSwitcher_0) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_Initialize::LinkedSwitcher_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_Initialize, Tabs) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_Initialize::Tabs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_EventOnTabSelected \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_EventOnTabSelected) == 0x000004, "Wrong alignment on WBP_Top_MenuHorizontal_C_EventOnTabSelected"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_EventOnTabSelected) == 0x000008, "Wrong size on WBP_Top_MenuHorizontal_C_EventOnTabSelected"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_EventOnTabSelected, TabId) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_EventOnTabSelected::TabId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_InitializeWithIcons \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_InitializeWithIcons) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_InitializeWithIcons"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_InitializeWithIcons) == 0x000058, "Wrong size on WBP_Top_MenuHorizontal_C_InitializeWithIcons"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InitializeWithIcons, LinkedSwitcher_0) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_InitializeWithIcons::LinkedSwitcher_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_InitializeWithIcons, Tabs) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_InitializeWithIcons::Tabs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_PreConstruct \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Top_MenuHorizontal_C_PreConstruct"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_PreConstruct) == 0x000001, "Wrong size on WBP_Top_MenuHorizontal_C_PreConstruct"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_Tick \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_Tick) == 0x000004, "Wrong alignment on WBP_Top_MenuHorizontal_C_Tick"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_Tick) == 0x00003C, "Wrong size on WBP_Top_MenuHorizontal_C_Tick"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Top_MenuHorizontal_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal \ +static_assert(alignof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal) == 0x000008, "Wrong alignment on WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal"); \ +static_assert(sizeof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal) == 0x0001F0, "Wrong size on WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, EntryPoint) == 0x000000, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_byte_Variable) == 0x000004, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_byte_Variable_1) == 0x000030, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_int_Variable) == 0x000044, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CustomEvent_LinkedSwitcher_1) == 0x000050, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CustomEvent_LinkedSwitcher_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CustomEvent_Tabs_1) == 0x000058, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CustomEvent_Tabs_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CustomEvent_TabId) == 0x0000DC, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CustomEvent_TabId' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_bool_Variable) == 0x0000E4, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CustomEvent_LinkedSwitcher) == 0x0000E8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CustomEvent_LinkedSwitcher' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_CustomEvent_Tabs) == 0x0000F0, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_CustomEvent_Tabs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Create_ReturnValue) == 0x000140, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Keys_Keys_1) == 0x000148, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Array_Length_ReturnValue_1) == 0x000160, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Find_Value_1) == 0x000168, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Map_Find_ReturnValue_1) == 0x000170, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Less_IntInt_ReturnValue) == 0x000171, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_Event_IsDesignTime) == 0x000172, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Subtract_IntInt_ReturnValue) == 0x000174, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000178, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000180, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Create_ReturnValue_1) == 0x000188, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x000190, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000198, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x0001A0, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_Event_MyGeometry) == 0x0001A8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_Event_InDeltaTime) == 0x0001E0, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, Temp_int_Loop_Counter_Variable_1) == 0x0001E4, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0001E8, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E9, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, K2Node_Select_Default) == 0x0001EA, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001EC, "Member 'WBP_Top_MenuHorizontal_C_ExecuteUbergraph_WBP_Top_MenuHorizontal::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Top_MenuHorizontal_C \ +static_assert(alignof(UWBP_Top_MenuHorizontal_C) == 0x000008, "Wrong alignment on UWBP_Top_MenuHorizontal_C"); \ +static_assert(sizeof(UWBP_Top_MenuHorizontal_C) == 0x0004F0, "Wrong size on UWBP_Top_MenuHorizontal_C"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, UberGraphFrame) == 0x000488, "Member 'UWBP_Top_MenuHorizontal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, HorizontalBox_MenuItems) == 0x000490, "Member 'UWBP_Top_MenuHorizontal_C::HorizontalBox_MenuItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, WBP_ButtonBinding_Next) == 0x000498, "Member 'UWBP_Top_MenuHorizontal_C::WBP_ButtonBinding_Next' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, WBP_ButtonBinding_Previous) == 0x0004A0, "Member 'UWBP_Top_MenuHorizontal_C::WBP_ButtonBinding_Previous' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, LinkedSwitcherWidget) == 0x0004A8, "Member 'UWBP_Top_MenuHorizontal_C::LinkedSwitcherWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, TabWidgets) == 0x0004B0, "Member 'UWBP_Top_MenuHorizontal_C::TabWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, SD_OnTabSwitch) == 0x0004C0, "Member 'UWBP_Top_MenuHorizontal_C::SD_OnTabSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, PreviewTabCount) == 0x0004D0, "Member 'UWBP_Top_MenuHorizontal_C::PreviewTabCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, PreviewIsIcon) == 0x0004D4, "Member 'UWBP_Top_MenuHorizontal_C::PreviewIsIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, ChildPadding) == 0x0004D8, "Member 'UWBP_Top_MenuHorizontal_C::ChildPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Top_MenuHorizontal_C, SizeRule) == 0x0004E8, "Member 'UWBP_Top_MenuHorizontal_C::SizeRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBinding_C_SetInputBindingParamters \ +static_assert(alignof(WBP_ButtonBinding_C_SetInputBindingParamters) == 0x000008, "Wrong alignment on WBP_ButtonBinding_C_SetInputBindingParamters"); \ +static_assert(sizeof(WBP_ButtonBinding_C_SetInputBindingParamters) == 0x000030, "Wrong size on WBP_ButtonBinding_C_SetInputBindingParamters"); \ +static_assert(offsetof(WBP_ButtonBinding_C_SetInputBindingParamters, InputBindingParameters) == 0x000000, "Member 'WBP_ButtonBinding_C_SetInputBindingParamters::InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_SetInputBindingParamters, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000028, "Member 'WBP_ButtonBinding_C_SetInputBindingParamters::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_SetInputBindingParamters, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_ButtonBinding_C_SetInputBindingParamters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBinding_C_ActivateTriggeringInputAction \ +static_assert(alignof(WBP_ButtonBinding_C_ActivateTriggeringInputAction) == 0x000008, "Wrong alignment on WBP_ButtonBinding_C_ActivateTriggeringInputAction"); \ +static_assert(sizeof(WBP_ButtonBinding_C_ActivateTriggeringInputAction) == 0x000010, "Wrong size on WBP_ButtonBinding_C_ActivateTriggeringInputAction"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ActivateTriggeringInputAction, InputActionRow) == 0x000000, "Member 'WBP_ButtonBinding_C_ActivateTriggeringInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBinding_C_Tick \ +static_assert(alignof(WBP_ButtonBinding_C_Tick) == 0x000004, "Wrong alignment on WBP_ButtonBinding_C_Tick"); \ +static_assert(sizeof(WBP_ButtonBinding_C_Tick) == 0x00003C, "Wrong size on WBP_ButtonBinding_C_Tick"); \ +static_assert(offsetof(WBP_ButtonBinding_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_ButtonBinding_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_ButtonBinding_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBinding_C_PreConstruct \ +static_assert(alignof(WBP_ButtonBinding_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ButtonBinding_C_PreConstruct"); \ +static_assert(sizeof(WBP_ButtonBinding_C_PreConstruct) == 0x000001, "Wrong size on WBP_ButtonBinding_C_PreConstruct"); \ +static_assert(offsetof(WBP_ButtonBinding_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ButtonBinding_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding \ +static_assert(alignof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding) == 0x000008, "Wrong alignment on WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding"); \ +static_assert(sizeof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding) == 0x000160, "Wrong size on WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, EntryPoint) == 0x000000, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable) == 0x000004, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_bool_Variable) == 0x000024, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_bool_Variable_1) == 0x000048, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable_4) == 0x00004C, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_struct_Variable_5) == 0x00005C, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, Temp_bool_Variable_2) == 0x00006C, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00006D, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_Not_PreBool_ReturnValue) == 0x00006E, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_CustomEvent_InputActionRow) == 0x000070, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_CustomEvent_InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_MakeStruct_S_InputBindingParameters) == 0x000080, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Event_MyGeometry) == 0x0000A8, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Event_InDeltaTime) == 0x0000E0, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_GetIsEnabled_ReturnValue) == 0x0000E4, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Select_Default) == 0x0000E8, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Select_Default_1) == 0x0000F8, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_IsInteractionEnabled_ReturnValue) == 0x000108, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_IsInteractionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Select_Default_2) == 0x00010C, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00011C, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_Not_PreBool_ReturnValue_1) == 0x00011D, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_PlayAnimation_ReturnValue) == 0x000120, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_Event_IsDesignTime) == 0x000128, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, K2Node_MakeStruct_S_InputBindingParameters_1) == 0x000130, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::K2Node_MakeStruct_S_InputBindingParameters_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding, CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast) == 0x000158, "Member 'WBP_ButtonBinding_C_ExecuteUbergraph_WBP_ButtonBinding::CallFunc_SetUserSpecifiedScale_InUserSpecifiedScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ButtonBinding_C \ +static_assert(alignof(UWBP_ButtonBinding_C) == 0x000010, "Wrong alignment on UWBP_ButtonBinding_C"); \ +static_assert(sizeof(UWBP_ButtonBinding_C) == 0x001640, "Wrong size on UWBP_ButtonBinding_C"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_ButtonBinding_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Anim_OnClick) == 0x0015A8, "Member 'UWBP_ButtonBinding_C::Anim_OnClick' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Anim_ClickFadeout) == 0x0015B0, "Member 'UWBP_ButtonBinding_C::Anim_ClickFadeout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Anim_Appear) == 0x0015B8, "Member 'UWBP_ButtonBinding_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, BindingScaleBox) == 0x0015C0, "Member 'UWBP_ButtonBinding_C::BindingScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, HorizontalBox_DEBUG_LINE) == 0x0015C8, "Member 'UWBP_ButtonBinding_C::HorizontalBox_DEBUG_LINE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Image_Debug_Enabled) == 0x0015D0, "Member 'UWBP_ButtonBinding_C::Image_Debug_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Image_Debug_Focusable) == 0x0015D8, "Member 'UWBP_ButtonBinding_C::Image_Debug_Focusable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, Image_Debug_Interactive) == 0x0015E0, "Member 'UWBP_ButtonBinding_C::Image_Debug_Interactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, WBP_InputActionBinding) == 0x0015E8, "Member 'UWBP_ButtonBinding_C::WBP_InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, BottomText) == 0x0015F0, "Member 'UWBP_ButtonBinding_C::BottomText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, OnPressed) == 0x001600, "Member 'UWBP_ButtonBinding_C::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, IsActive) == 0x001610, "Member 'UWBP_ButtonBinding_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, OnReleased) == 0x001618, "Member 'UWBP_ButtonBinding_C::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, DEBUG_ShowState) == 0x001628, "Member 'UWBP_ButtonBinding_C::DEBUG_ShowState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, BindingScale) == 0x001630, "Member 'UWBP_ButtonBinding_C::BindingScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ButtonBinding_C, BindingMappingContext) == 0x001638, "Member 'UWBP_ButtonBinding_C::BindingMappingContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Female_2_Lucile_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Female_2_Lucile_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Female_2_Lucile_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Female_2_Lucile_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Female_2_Lucile_C"); \ + +#define DUMPER7_ASSERTS_WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon \ +static_assert(alignof(WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon) == 0x000004, "Wrong alignment on WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon"); \ +static_assert(sizeof(WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon) == 0x000004, "Wrong size on WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon, EntryPoint) == 0x000000, "Member 'WBP_Button_TopMenu_Horizontal_Icon_C_ExecuteUbergraph_WBP_Button_TopMenu_Horizontal_Icon::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush \ +static_assert(alignof(WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush) == 0x000010, "Wrong alignment on WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush"); \ +static_assert(sizeof(WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush) == 0x0000E0, "Wrong size on WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush, Brush) == 0x000000, "Member 'WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'WBP_Button_TopMenu_Horizontal_Icon_C_SetTabBrush::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Button_TopMenu_Horizontal_Icon_C \ +static_assert(alignof(UWBP_Button_TopMenu_Horizontal_Icon_C) == 0x000010, "Wrong alignment on UWBP_Button_TopMenu_Horizontal_Icon_C"); \ +static_assert(sizeof(UWBP_Button_TopMenu_Horizontal_Icon_C) == 0x001770, "Wrong size on UWBP_Button_TopMenu_Horizontal_Icon_C"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_Icon_C, UberGraphFrame_WBP_Button_TopMenu_Horizontal_Icon_C) == 0x001758, "Member 'UWBP_Button_TopMenu_Horizontal_Icon_C::UberGraphFrame_WBP_Button_TopMenu_Horizontal_Icon_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_Icon_C, Image) == 0x001760, "Member 'UWBP_Button_TopMenu_Horizontal_Icon_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Button_TopMenu_Horizontal_Icon_C, NewVar_0) == 0x001768, "Member 'UWBP_Button_TopMenu_Horizontal_Icon_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState \ +static_assert(alignof(WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState) == 0x000003, "Wrong size on WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState, CallFunc_IsHUDVisible_ReturnValue) == 0x000001, "Member 'WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState::CallFunc_IsHUDVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState, CallFunc_IsPhotoModeMenuOpened_ReturnValue) == 0x000002, "Member 'WBP_PhotoModeHUD_C_CanChangePhotoModeMenuState::CallFunc_IsPhotoModeMenuOpened_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD \ +static_assert(alignof(WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD) == 0x000004, "Wrong alignment on WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD) == 0x000004, "Wrong size on WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD, EntryPoint) == 0x000000, "Member 'WBP_PhotoModeHUD_C_ExecuteUbergraph_WBP_PhotoModeHUD::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_IsHUDVisible \ +static_assert(alignof(WBP_PhotoModeHUD_C_IsHUDVisible) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_IsHUDVisible"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_IsHUDVisible) == 0x000004, "Wrong size on WBP_PhotoModeHUD_C_IsHUDVisible"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_IsHUDVisible, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_IsHUDVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_IsHUDVisible, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'WBP_PhotoModeHUD_C_IsHUDVisible::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_IsHUDVisible, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_PhotoModeHUD_C_IsHUDVisible::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_IsHUDVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_PhotoModeHUD_C_IsHUDVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened \ +static_assert(alignof(WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened) == 0x000001, "Wrong size on WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_IsPhotoModeMenuOpened::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested \ +static_assert(alignof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested) == 0x000007, "Wrong size on WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, Displayed) == 0x000000, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::Displayed' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, Temp_byte_Variable) == 0x000001, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, Temp_bool_Variable) == 0x000003, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, K2Node_Select_Default) == 0x000004, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested, CallFunc_Not_PreBool_ReturnValue_1) == 0x000006, "Member 'WBP_PhotoModeHUD_C_OnPhotoModeMenuRequested::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_OnScreenshotTaken \ +static_assert(alignof(WBP_PhotoModeHUD_C_OnScreenshotTaken) == 0x000008, "Wrong alignment on WBP_PhotoModeHUD_C_OnScreenshotTaken"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_OnScreenshotTaken) == 0x000008, "Wrong size on WBP_PhotoModeHUD_C_OnScreenshotTaken"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_OnScreenshotTaken, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_OnScreenshotTaken::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_SetHUDVisibility \ +static_assert(alignof(WBP_PhotoModeHUD_C_SetHUDVisibility) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_SetHUDVisibility"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_SetHUDVisibility) == 0x000001, "Wrong size on WBP_PhotoModeHUD_C_SetHUDVisibility"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_SetHUDVisibility, Visible) == 0x000000, "Member 'WBP_PhotoModeHUD_C_SetHUDVisibility::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_SetPhotoModeActors \ +static_assert(alignof(WBP_PhotoModeHUD_C_SetPhotoModeActors) == 0x000008, "Wrong alignment on WBP_PhotoModeHUD_C_SetPhotoModeActors"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_SetPhotoModeActors) == 0x000010, "Wrong size on WBP_PhotoModeHUD_C_SetPhotoModeActors"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_SetPhotoModeActors, PhotoModeController_0) == 0x000000, "Member 'WBP_PhotoModeHUD_C_SetPhotoModeActors::PhotoModeController_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_SetPhotoModeActors, PhotoModePawn_0) == 0x000008, "Member 'WBP_PhotoModeHUD_C_SetPhotoModeActors::PhotoModePawn_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_ToggleHUDVisibility \ +static_assert(alignof(WBP_PhotoModeHUD_C_ToggleHUDVisibility) == 0x000001, "Wrong alignment on WBP_PhotoModeHUD_C_ToggleHUDVisibility"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_ToggleHUDVisibility) == 0x000001, "Wrong size on WBP_PhotoModeHUD_C_ToggleHUDVisibility"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_ToggleHUDVisibility, CallFunc_IsHUDVisible_ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_ToggleHUDVisibility::CallFunc_IsHUDVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_PhotoModeHUD_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PhotoModeHUD_C \ +static_assert(alignof(UWBP_PhotoModeHUD_C) == 0x000008, "Wrong alignment on UWBP_PhotoModeHUD_C"); \ +static_assert(sizeof(UWBP_PhotoModeHUD_C) == 0x000498, "Wrong size on UWBP_PhotoModeHUD_C"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PhotoModeHUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, ScreenshotTakenFeedback) == 0x000438, "Member 'UWBP_PhotoModeHUD_C::ScreenshotTakenFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, Overlay_ToHide) == 0x000440, "Member 'UWBP_PhotoModeHUD_C::Overlay_ToHide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, ScreenshotTakenFeedbackText) == 0x000448, "Member 'UWBP_PhotoModeHUD_C::ScreenshotTakenFeedbackText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, WBP_PhotoModeFrameWidget) == 0x000450, "Member 'UWBP_PhotoModeHUD_C::WBP_PhotoModeFrameWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, WBP_PhotoModeGridWidget) == 0x000458, "Member 'UWBP_PhotoModeHUD_C::WBP_PhotoModeGridWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, WBP_PhotoModeInputsContainer) == 0x000460, "Member 'UWBP_PhotoModeHUD_C::WBP_PhotoModeInputsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, WBP_PhotoModeMenu) == 0x000468, "Member 'UWBP_PhotoModeHUD_C::WBP_PhotoModeMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, PhotoModeMenuOpened) == 0x000470, "Member 'UWBP_PhotoModeHUD_C::PhotoModeMenuOpened' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, PhotoModePawn) == 0x000478, "Member 'UWBP_PhotoModeHUD_C::PhotoModePawn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, PhotoModeController) == 0x000480, "Member 'UWBP_PhotoModeHUD_C::PhotoModeController' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PhotoModeHUD_C, ScreenshotTakenSoundEvent) == 0x000488, "Member 'UWBP_PhotoModeHUD_C::ScreenshotTakenSoundEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PlayerCameraManager_C_ShouldPlayCameraShake \ +static_assert(alignof(BP_PlayerCameraManager_C_ShouldPlayCameraShake) == 0x000008, "Wrong alignment on BP_PlayerCameraManager_C_ShouldPlayCameraShake"); \ +static_assert(sizeof(BP_PlayerCameraManager_C_ShouldPlayCameraShake) == 0x000038, "Wrong size on BP_PlayerCameraManager_C_ShouldPlayCameraShake"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, ReturnValue) == 0x000000, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_IsInPhotoMode_ReturnValue) == 0x000018, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_IsInPhotoMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_GetEnableCameraShakes_ReturnValue) == 0x000019, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_GetEnableCameraShakes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_ShouldPlayCameraShake_ReturnValue) == 0x00001A, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_ShouldPlayCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000028, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_HasCameraOverride_HasOverride) == 0x000031, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PlayerCameraManager_C_ShouldPlayCameraShake, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BP_PlayerCameraManager_C_ShouldPlayCameraShake::CallFunc_BooleanAND_ReturnValue' 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) == 0x0024C0, "Wrong size on ABP_PlayerCameraManager_C"); \ + +#define DUMPER7_ASSERTS_BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController \ +static_assert(alignof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController) == 0x000008, "Wrong alignment on BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController"); \ +static_assert(sizeof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController) == 0x000038, "Wrong size on BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, EntryPoint) == 0x000000, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, K2Node_Event_OriginalPC) == 0x000008, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::K2Node_Event_OriginalPC' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, K2Node_Event_RestoredPC) == 0x000010, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::K2Node_Event_RestoredPC' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, CallFunc_GetUINavigationComponent_ReturnValue) == 0x000018, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, CallFunc_GetSpectatorPawn_ReturnValue) == 0x000028, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::CallFunc_GetSpectatorPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController, CallFunc_GetUINavigationComponent_ReturnValue_1) == 0x000030, "Member 'BP_ExtendedDebugCameraController_C_ExecuteUbergraph_BP_ExtendedDebugCameraController::CallFunc_GetUINavigationComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExtendedDebugCameraController_C_ReceiveOnActivate \ +static_assert(alignof(BP_ExtendedDebugCameraController_C_ReceiveOnActivate) == 0x000008, "Wrong alignment on BP_ExtendedDebugCameraController_C_ReceiveOnActivate"); \ +static_assert(sizeof(BP_ExtendedDebugCameraController_C_ReceiveOnActivate) == 0x000008, "Wrong size on BP_ExtendedDebugCameraController_C_ReceiveOnActivate"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'BP_ExtendedDebugCameraController_C_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate \ +static_assert(alignof(BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate) == 0x000008, "Wrong alignment on BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate"); \ +static_assert(sizeof(BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate) == 0x000008, "Wrong size on BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate, RestoredPC) == 0x000000, "Member 'BP_ExtendedDebugCameraController_C_ReceiveOnDeactivate::RestoredPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExtendedDebugCameraController_C_ReceiveTick \ +static_assert(alignof(BP_ExtendedDebugCameraController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ExtendedDebugCameraController_C_ReceiveTick"); \ +static_assert(sizeof(BP_ExtendedDebugCameraController_C_ReceiveTick) == 0x000004, "Wrong size on BP_ExtendedDebugCameraController_C_ReceiveTick"); \ +static_assert(offsetof(BP_ExtendedDebugCameraController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ExtendedDebugCameraController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ExtendedDebugCameraController_C \ +static_assert(alignof(ABP_ExtendedDebugCameraController_C) == 0x000008, "Wrong alignment on ABP_ExtendedDebugCameraController_C"); \ +static_assert(sizeof(ABP_ExtendedDebugCameraController_C) == 0x000A50, "Wrong size on ABP_ExtendedDebugCameraController_C"); \ +static_assert(offsetof(ABP_ExtendedDebugCameraController_C, UberGraphFrame) == 0x000A48, "Member 'ABP_ExtendedDebugCameraController_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExtendedCheatManager_C \ +static_assert(alignof(UBP_ExtendedCheatManager_C) == 0x000008, "Wrong alignment on UBP_ExtendedCheatManager_C"); \ +static_assert(sizeof(UBP_ExtendedCheatManager_C) == 0x000088, "Wrong size on UBP_ExtendedCheatManager_C"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, SpawnedActor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, K2Node_DynamicCast_AsController) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, CallFunc_Array_AddUnique_ReturnValue) == 0x000044, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_OnInstigatedActorSpawned::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies) == 0x0002C8, "Wrong size on BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, local_classes) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::local_classes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, Temp_wildcard_Temp_buffer_array_Variable) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_GetCharacterBattleLinesClass_CharacterBattleLineClass) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_GetCharacterBattleLinesClass_CharacterBattleLineClass' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000A4, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002C0, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue_1) == 0x0002C4, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile, AudioProfile) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioProfile::AudioProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, SFX) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, weapon_l) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::weapon_l' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, weapon_r) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::weapon_r' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, Foley) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::Foley' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, Vocal) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::Vocal' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, foot_l) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::foot_l' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, Foot_R) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::Foot_R' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents, HitBy) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioContainerComponents::HitBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager, AudioCharacterBattleManager) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleAudioCharacterManager::AudioCharacterBattleManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetTiedObject \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetTiedObject"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetTiedObject) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetTiedObject"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTiedObject, Object) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetIsDead \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetIsDead) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetIsDead"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetIsDead) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetIsDead"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetIsDead, Dead) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetIsDead::Dead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetIsDefending \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetIsDefending) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetIsDefending"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetIsDefending) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetIsDefending"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetIsDefending, Defending) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetIsDefending::Defending' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetIsDefending, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_GetIsDefending::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle, CombatStyle) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCharacterCombatStyle::CombatStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsPlayingFinisher::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateWeaponsVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RunDataCheck \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RunDataCheck) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RunDataCheck"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RunDataCheck) == 0x000058, "Wrong size on BP_jRPG_Character_Battle_Base_C_RunDataCheck"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, local_errors) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::local_errors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_IsDataValid_Result) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_IsDataValid_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RunDataCheck, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_RunDataCheck::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, HiddenInGame) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::HiddenInGame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, Actors) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::Actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, UpdatedActors) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::UpdatedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, local_UpdatedActors) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::local_UpdatedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, K2Node_DynamicCast_AsActor) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00007A, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_SetActorsHiddenInGame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown, AngleDegrees) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown::AngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown, ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown, CallFunc_ClampAngle_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookUpDown::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight) == 0x000070, "Wrong size on BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, AngleDegrees) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::AngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_int_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable_1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable_2) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_int_Variable_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable_3) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable_4) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, Temp_real_Variable_5) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, CallFunc_GetBattleSpotIndexLeftToRight__WhenFacingCharacters__ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::CallFunc_GetBattleSpotIndexLeftToRight__WhenFacingCharacters__ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, K2Node_Select_Default) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, K2Node_Select_Default_1) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight, CallFunc_ClampAngle_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_ClampAngleForLookLeftRight::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent, Value) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent, local_output) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_FlushAdditionalTurnEndEvent::local_output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RequestAdditionalTurnEnd::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HasFinisherSequence \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HasFinisherSequence) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HasFinisherSequence"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HasFinisherSequence) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_HasFinisherSequence"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasFinisherSequence, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HasFinisherSequence::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasFinisherSequence, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_HasFinisherSequence::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping) == 0x000010, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping) == 0x000130, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping, CallFunc_GetOwner_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping, CallFunc_GetTransform_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTransformForBattleSequenceSnapping::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter, LifeLinkedCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter::LifeLinkedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter, CallFunc_Array_AddUnique_ReturnValue_1) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_AddLifeLinkedCharacter::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsLifeLinkedMaster::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsLifeLinked \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsLifeLinked) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsLifeLinked"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsLifeLinked) == 0x000003, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsLifeLinked"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLifeLinked, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsLifeLinked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLifeLinked, CallFunc_Array_IsEmpty_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_IsLifeLinked::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLifeLinked, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_IsLifeLinked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping, InitialLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping::InitialLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping, CallFunc_GetCharacterBattleBase_IsValid) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_jRPG_Character_Battle_Base_C_GetLocationForSequenceSnapping::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_GetCharacterByID_CharacterData) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetCounterDamageLevelMultiplier::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine, SoundAsset) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PlayBattleDialogueLine::SoundAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine, SoundAsset) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PlaySkillBattleLine::SoundAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleLineModel \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleLineModel) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleLineModel"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleLineModel) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleLineModel"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleLineModel, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleLineModel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleLineModel, CallFunc_GetBattleLineModel_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleLineModel::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings) == 0x000070, "Wrong size on BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, Temp_byte_Variable_1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow_3) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetCurrentBattleDifficulty_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetCurrentBattleDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow_4) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetDataTableRowFromName_OutRow_5) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetDataTableRowFromName_OutRow_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetBattleManager_ReturnValue_1) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, K2Node_Select_Default) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, CallFunc_GetCurrentBattleDifficulty_ReturnValue_1) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::CallFunc_GetCurrentBattleDifficulty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings, K2Node_Select_Default_1) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyDifficultySettings::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState, Enabled) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_Internal_SetUniqueMechanicOverpoweredState::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration) == 0x000058, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_GetParryWindowModifier_Stack) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_GetParryWindowModifier_Stack' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_GetGlobalParryWindowModifier_Stack) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_GetGlobalParryWindowModifier_Stack' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_GetCurrentValue_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_GetCurrentValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_GetCurrentValue_ReturnValue_1) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_GetCurrentValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetParryImmuneDuration::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration) == 0x000058, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_GetDodgeWindowModifier_Stack) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_GetDodgeWindowModifier_Stack' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_GetGlobalDodgeWindowModifier_Stack) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_GetGlobalDodgeWindowModifier_Stack' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_GetCurrentValue_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_GetCurrentValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_GetCurrentValue_ReturnValue_1) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_GetCurrentValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetDodgeImmuneDuration::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered, IsBeingCountered_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetIsBeingCountered::IsBeingCountered_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex) == 0x000004, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex, BattleSpotIndex_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndex::BattleSpotIndex_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets, Characters) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetAcquiredTargets::Characters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets) == 0x000060, "Wrong size on BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets, local_interceptions) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets::local_interceptions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets, local_targetsToAcquire) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ClearAcquiredTargets::local_targetsToAcquire' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryStopParryAnim \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryStopParryAnim) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryStopParryAnim"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryStopParryAnim) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryStopParryAnim"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStopParryAnim, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryStopParryAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin, CounterAttackTarget) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnGroupCounterAttackBegin::CounterAttackTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill, HasAimingSkill_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetHasAimingSkill::HasAimingSkill_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetActiveCounterSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy) == 0x000004, "Wrong size on BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy, CallFunc_CanCounterAttackCurrentEnemySkill_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy::CallFunc_CanCounterAttackCurrentEnemySkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_CanCounterAttackCurrentEnemy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HasUnlockedJump \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HasUnlockedJump"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump) == 0x000028, "Wrong size on BP_jRPG_Character_Battle_Base_C_HasUnlockedJump"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_GetQuestSystem_QuestSystem) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_HasPersistentFlag_Result) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_GetObjectiveStatus_Status) == 0x000021, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000022, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasUnlockedJump, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'BP_jRPG_Character_Battle_Base_C_HasUnlockedJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag, LightingScenarioTag) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag::LightingScenarioTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag, ChangeSpeedMultiplier) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag::ChangeSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag, CallFunc_GetActorOfClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateLightingScenarioWithTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage, WheelPageTag) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage::WheelPageTag' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage, TwoDOffset) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleWheel2DOffsetForPage::TwoDOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible) == 0x000060, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, Visible) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_SetBattleCharacterVisible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd, ShouldPlayFinisherWhenTurnEnd_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetShouldPlayFinisherAtTurnEnd::ShouldPlayFinisherWhenTurnEnd_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher, ShouldPlayFinisherWhenTurnEnd_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher::ShouldPlayFinisherWhenTurnEnd_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher, CallFunc_IsBattleEnding_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_Battle_Base_C_GetShouldPlayFinisher::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleMap \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleMap) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleMap"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleMap) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleMap"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleMap, BattleMap) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleMap::BattleMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCharacterAudioManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_LODSyncBattle \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_LODSyncBattle) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_LODSyncBattle"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_LODSyncBattle) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_LODSyncBattle"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncBattle, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncBattle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncBattle, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncBattle::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter, UserSettings) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter::UserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_LODSyncApplyParameter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SummonSingleMinion \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SummonSingleMinion"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion) == 0x000348, "Wrong size on BP_jRPG_Character_Battle_Base_C_SummonSingleMinion"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, EnemyRow) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::EnemyRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, BattleSpotIndex_0) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::BattleSpotIndex_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, NotifyBattleStart) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::NotifyBattleStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, SpawnedCharacter) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::SpawnedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, SpawnLocation) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::SpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_Conv_NameToText_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, K2Node_MakeStruct_FEnemyDataRow) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::K2Node_MakeStruct_FEnemyDataRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_GetEnemyDataTableRow_Found) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_Array_Contains_ReturnValue) == 0x000320, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_Not_PreBool_ReturnValue) == 0x000321, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_SpawnEnemyOnSpot_SpawnedEnemy) == 0x000328, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_SpawnEnemyOnSpot_SpawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonSingleMinion, CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation) == 0x000330, "Member 'BP_jRPG_Character_Battle_Base_C_SummonSingleMinion::CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors) == 0x000318, "Wrong size on BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, local_unspawned) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::local_unspawned' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, local_errorLines) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::local_errorLines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_DynamicCast_AsActor) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00008A, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_JoinStringArray_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_JoinStringArray_ReturnValue_1) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_JoinStringArray_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeArray_Array_1) == 0x000188, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Format_ReturnValue_1) == 0x000198, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_DynamicCast_AsActor_1) == 0x0001E8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001F8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000208, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_GetDisplayName_ReturnValue) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeArray_Array_2) == 0x000260, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000270, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Format_ReturnValue_2) == 0x000280, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeStruct_FormatArgumentData_3) == 0x000290, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Add_ReturnValue) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, K2Node_MakeArray_Array_3) == 0x0002E0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_IsValid_ReturnValue_1) == 0x0002F0, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Format_ReturnValue_3) == 0x0002F8, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Add_ReturnValue_1) == 0x000308, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Contains_ReturnValue) == 0x00030C, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Array_Length_ReturnValue_1) == 0x000310, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Not_PreBool_ReturnValue) == 0x000314, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors, CallFunc_Less_IntInt_ReturnValue_1) == 0x000315, "Member 'BP_jRPG_Character_Battle_Base_C_CleanInstigatedActors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RegisterExternalActor \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RegisterExternalActor) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RegisterExternalActor"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RegisterExternalActor) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_RegisterExternalActor"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalActor, Actor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalActor, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalActor::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalActor, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalActor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, BattleDamage) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetIsWeakness_IsWeakness) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetIsWeakness_IsWeakness' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetIsResistant_IsResistant) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetIsResistant_IsResistant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetSourceCharacter_SourceCharacter) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetIsCriticalHit_IsCritical) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetIsCriticalHit_IsCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_GetCharacterAudioManager_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_GetCharacterAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_PlayHitByCommonEvent_self_CastInput) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_PlayHitByCommonEvent_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_ProcessDamageReceivedSound::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages) == 0x0000B0, "Wrong size on BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, BattleDamages) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, DamageWidget) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::DamageWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, K2Node_MakeStruct_Margin) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, K2Node_MakeStruct_Margin_1) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, K2Node_MakeStruct_Margin_2) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, K2Node_MakeStruct_Margin_3) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_Array_Get_Item) == 0x000084, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_Percent_IntInt_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_MakeVector2D_X_ImplicitCast) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnDamagePopupFromDamages::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ResolveHitSound \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ResolveHitSound) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ResolveHitSound"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ResolveHitSound) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ResolveHitSound"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResolveHitSound, local_HitSound) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ResolveHitSound::local_HitSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands, WeaponActor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands::WeaponActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_Attach_Weapons_to_Hands::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus) == 0x0000A0, "Wrong size on BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus, CallFunc_Vector_Distance_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus, K2Node_MakeStruct_CameraFocusSettings) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus, K2Node_MakeStruct_ManualFocusDistance_ImplicitCast) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_InitializeCameraFocus::K2Node_MakeStruct_ManualFocusDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetDamagePopupWorldLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction) == 0x0000E0, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, SkillID) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, local_skillState) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::local_skillState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, local_shouldSpendAP) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::local_shouldSpendAP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, local_skillData) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::local_skillData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_GetSkillCost_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_WasSkillCostCanceled_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_WasSkillCostCanceled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, K2Node_SwitchEnum_CmpSuccess) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_GetSkillState_Value) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_GetSkillState_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction, CallFunc_FindEquippedSkillByID_Skill) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillAction::CallFunc_FindEquippedSkillByID_Skill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber, Reason) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ClearActionEffectNumber::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetAttackedLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetAttackedLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation) == 0x0000A8, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetAttackedLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, Temp_bool_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_GetCharacterBattleBase_IsValid) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, K2Node_Select_Default) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAttackedLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_GetAttackedLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_HasReceivedBattleStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetWeaponActor \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetWeaponActor) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetWeaponActor"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetWeaponActor) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetWeaponActor"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetWeaponActor, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetWeaponActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartCounterableMove \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartCounterableMove"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartCounterableMove"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, CounterType) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::CounterType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartCounterableMove, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_StartCounterableMove::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal) == 0x000003, "Wrong size on BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal, CallFunc_IsValid_Guid_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_PerformActionByAI_Internal::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent) == 0x000100, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, SkillHandle) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::SkillHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, CallFunc_Conv_GuidToString_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillEvent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent) == 0x0000B8, "Wrong size on BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, SkillHandle) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::SkillHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, Event) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, DebugName) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareSkillEvent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript, SkillScriptInstance) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript::SkillScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand, DoLastStand) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ShouldDoLastStand::DoLastStand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer) == 0x0001B8, "Wrong size on BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, NewDuration) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::NewDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, Reason) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, local_newTimeLeft) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::local_newTimeLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_K2_TimerExistsHandle_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_K2_TimerExistsHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000134, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, K2Node_MakeArray_Array_1) == 0x000188, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_FMax_ReturnValue) == 0x000198, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_AdjustDefensiveMoveLockTimer::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Acquire_Targets \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Acquire_Targets"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets) == 0x0002E8, "Wrong size on BP_jRPG_Character_Battle_Base_C_Acquire_Targets"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Targets) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Targets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, AcquiredTargets) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::AcquiredTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, local_interceptor) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::local_interceptor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, local_protected) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::local_protected' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, local_interceptions) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::local_interceptions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, local_targetsToAcquire) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::local_targetsToAcquire' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Array_Index_Variable) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_ConcatenateDisplayNamesString_Result) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, K2Node_MakeStruct_FormatArgumentData) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Loop_Counter_Variable) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Loop_Counter_Variable_1) == 0x00012C, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Add_IntInt_ReturnValue) == 0x000134, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Add_IntInt_ReturnValue_1) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Array_Index_Variable_1) == 0x00013C, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_IsEmpty_ReturnValue) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetTeam_Team) == 0x000141, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x000148, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Loop_Counter_Variable_2) == 0x000154, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Add_IntInt_ReturnValue_2) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_IsValid) == 0x000168, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000178, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, Temp_int_Array_Index_Variable_2) == 0x00017C, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Get_Item) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetBattleManager_ReturnValue) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetBattleManager_ReturnValue_1) == 0x000198, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetDummyMiddleCharacter_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetDummyMiddleCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_IsBattleEnding_ReturnValue) == 0x0001A8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Not_PreBool_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_AddUnique_ReturnValue) == 0x0001C4, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Add_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001CC, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Map_Find_Value) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Map_Find_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Map_Keys_Keys) == 0x0001E0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Get_Item_1) == 0x0001F0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Length_ReturnValue_1) == 0x0001F8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001FC, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_EqualsObjects_ReturnValue) == 0x0001FD, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001FE, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Map_Keys_Keys_1) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Get_Item_2) == 0x000210, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Length_ReturnValue_2) == 0x000218, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Less_IntInt_ReturnValue_2) == 0x00021C, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetBattleManager_ReturnValue_2) == 0x000220, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_TryGetInterceptingCharacter_CharacterStats) == 0x000228, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_TryGetInterceptingCharacter_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Contains_ReturnValue) == 0x000230, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2) == 0x000238, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_GetCharacterBattleBase_IsValid_2) == 0x000240, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_GetCharacterBattleBase_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Not_PreBool_ReturnValue_2) == 0x000241, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Contains_ReturnValue_1) == 0x000242, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_IsValid_ReturnValue_1) == 0x000243, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Not_PreBool_ReturnValue_3) == 0x000244, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_BooleanAND_ReturnValue) == 0x000245, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_Get_Item_3) == 0x000248, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_ConcatenateDisplayNamesString_Result_1) == 0x000258, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_ConcatenateDisplayNamesString_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000268, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, K2Node_MakeStruct_FormatArgumentData_1) == 0x000278, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Array_IsNotEmpty_ReturnValue_2) == 0x0002C0, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Array_IsNotEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, K2Node_MakeArray_Array_2) == 0x0002C8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Acquire_Targets, CallFunc_Format_ReturnValue_1) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_Acquire_Targets::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill) == 0x00000C, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_IsLastActionEffectOfSkill::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget) == 0x0000D0, "Wrong size on BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, StatusEffect) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, TurnDuration) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::TurnDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, StatusEffectProbability) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::StatusEffectProbability' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, Condition) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, TargetCharacter) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, Success) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, local_StatusEffectInstance) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::local_StatusEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_GetStatusEffectBuffClass_BP_Class) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_GetStatusEffectBuffClass_BP_Class' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_SpawnObject_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget, CallFunc_ActivateBuff_Success) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffectOnTarget::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, StatusEffect) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, TurnDuration) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::TurnDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, StatusEffectProbability) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::StatusEffectProbability' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, Condition) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, Success) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, local_StatusEffectInstance) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::local_StatusEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect, CallFunc_ApplyStandardStatusEffectOnTarget_Success) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ApplyStandardStatusEffect::CallFunc_ApplyStandardStatusEffectOnTarget_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PerformStandardHit \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PerformStandardHit"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit) == 0x000088, "Wrong size on BP_jRPG_Character_Battle_Base_C_PerformStandardHit"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CanBeCountered_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CanBeCountered_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CanBeJumped) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CanBeJumped' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, RequiresGradientCounter) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::RequiresGradientCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, DamageMultiplier) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::DamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, DamageElement) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::DamageElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, HasHit) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, BattleDamages) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, local_hasHit) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::local_hasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_PerformStandardHitOnCharacter_HasHit) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_PerformStandardHitOnCharacter_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_PerformStandardHitOnCharacter_BattleDamages) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_PerformStandardHitOnCharacter_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHit, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter) == 0x000068, "Wrong size on BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, TargetCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CanBeCountered_0) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CanBeCountered_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CanBeJumped) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CanBeJumped' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, RequiresGradientCounter) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::RequiresGradientCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, DamageMultiplier) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::DamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, DamageElement) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::DamageElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, HasHit) == 0x000019, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, BattleDamages) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, Temp_bool_Variable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_DamageSourceCharacter_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_DamageDealt) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_HasHit) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_DodgeSuccess) == 0x000059, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_DodgeSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_ParrySuccess) == 0x00005A, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_QTESuccess_) == 0x00005B, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_QTESuccess_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter, CallFunc_ReceiveDamage_BattleDamages) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_PerformStandardHitOnCharacter::CallFunc_ReceiveDamage_BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand) == 0x0000C8, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, UseRightHand) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::UseRightHand' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, BoneOverride) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::BoneOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, Temp_bool_Variable) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, CallFunc_NotEqual_NameName_ReturnValue) == 0x00000D, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, Temp_name_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, Temp_name_Variable_1) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, Temp_bool_Variable_1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, K2Node_Select_Default) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, Temp_bool_Variable_2) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, K2Node_Select_Default_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, K2Node_Select_Default_2) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, CallFunc_Conv_NameToText_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, CallFunc_DoesSocketExist_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_SetActiveFreeAimHand::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryPerformLastStand \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryPerformLastStand) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryPerformLastStand"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryPerformLastStand) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryPerformLastStand"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryPerformLastStand, LastStandRequest) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryPerformLastStand::LastStandRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartLastStandMove \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartLastStandMove) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartLastStandMove"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartLastStandMove) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartLastStandMove"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartLastStandMove, DebugName) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartLastStandMove::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartGradientAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartGradientAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack) == 0x000080, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartGradientAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_GetComponentBounds_Origin) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_GetComponentBounds_BoxExtent) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_GetSocketLocation_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartGradientAttack, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_StartGradientAttack::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_jRPG_Character_Battle_Base_C_IsInImmunityPhase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryStartJump \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryStartJump) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryStartJump"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryStartJump) == 0x0000D0, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryStartJump"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, Success) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, CallFunc_HasUnlockedJump_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::CallFunc_HasUnlockedJump_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartJump, CallFunc_CanDoDefensiveMove_CanDoDefensiveMove) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartJump::CallFunc_CanDoDefensiveMove_CanDoDefensiveMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill, CallFunc_GetForcedSkillOnNextTurn_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill::CallFunc_GetForcedSkillOnNextTurn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_ResetCurrentSkill::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState) == 0x0000D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, SkillState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::SkillState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSkillScriptFromState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle) == 0x000028, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle, CallFunc_PlayAnimMontage_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_OnCharacterReintegratesBattle::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle, KickedCharacterHandle) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle::KickedCharacterHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle, Temp_object_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle, CallFunc_KickCharacterFromBattle_Internal_KickedCharacterHandle) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_KickCharacterFromBattle::CallFunc_KickCharacterFromBattle_Internal_KickedCharacterHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget) == 0x0000C8, "Wrong size on BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, Actor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Array_AddUnique_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Array_AddUnique_ReturnValue_1) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget, CallFunc_AppendStack__Content__Result) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterExternalFreeAimTarget::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, EnemiesExceptSelf) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::EnemiesExceptSelf' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, local_EnemiesExceptSelfArray) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::local_EnemiesExceptSelfArray' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000039, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemiesExceptSelf::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryStartGradientParry \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryStartGradientParry"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry) == 0x0000D0, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryStartGradientParry"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, Success) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, CallFunc_HasUnlockedGradientParry_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::CallFunc_HasUnlockedGradientParry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartGradientParry, CallFunc_CanDoDefensiveMove_CanDoDefensiveMove) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartGradientParry::CallFunc_CanDoDefensiveMove_CanDoDefensiveMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack, CallFunc_GetActorBounds_Origin) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack, CallFunc_GetActorBounds_BoxExtent) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_StartUnblockableAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack, CallFunc_GetActorBounds_Origin) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack, CallFunc_GetActorBounds_BoxExtent) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_StartUndodgeableAttack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents) == 0x000088, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, local_outputArray) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::local_outputArray' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, Temp_wildcard_Variable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents, CallFunc_K2_GetComponentsByClass_ReturnValue_2) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetFreeAimTargetPartsComponents::CallFunc_K2_GetComponentsByClass_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin) == 0x000010, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin) == 0x0004F0, "Wrong size on BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, local_equippedItemInstance) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::local_equippedItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, local_characterData) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::local_characterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, local_ShouldSpawnWeapon) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::local_ShouldSpawnWeapon' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_ClassDynamicCast_AsBP_Weapon_Skin) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_ClassDynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_ClassDynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, Temp_name_Variable) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetCharacterByID_CharacterData) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, Temp_int_Variable) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_MakeStruct_FEquipmentSlot) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsSlotUsed_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValid_ReturnValue_2) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetItemStaticData_ItemStaticData) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsBP_Data_Asset_Item_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_Add_IntInt_ReturnValue) == 0x0001C4, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsTexture_2D) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, Temp_name_Variable_1) == 0x0001F8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_MakeStruct_FormatArgumentData) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, Temp_name_Variable_2) == 0x000248, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetDynamicMaterialInstance_Dynamic_Material_Instance) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetDynamicMaterialInstance_Dynamic_Material_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, Temp_int_Variable_1) == 0x000258, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetDynamicMaterialInstance_Dynamic_Material_Instance_1) == 0x000260, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetDynamicMaterialInstance_Dynamic_Material_Instance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_Select_Default) == 0x000268, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_MakeTransform_ReturnValue) == 0x000270, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0002D0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_FinishSpawningActor_ReturnValue) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x0002E0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x0002E8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x0002F0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000420, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsBP_Data_Asset_Weapon) == 0x000428, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsBP_Data_Asset_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess_2) == 0x000430, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsTexture_2D_1) == 0x000438, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess_3) == 0x000440, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000448, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_MakeStruct_FormatArgumentData_1) == 0x000458, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValid_ReturnValue_3) == 0x0004A0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_MakeArray_Array) == 0x0004A8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_Format_ReturnValue) == 0x0004B8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0004C8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0004D0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_ClassDynamicCast_AsBP_Weapon_Skin_1) == 0x0004D8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_ClassDynamicCast_AsBP_Weapon_Skin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, K2Node_ClassDynamicCast_bSuccess_1) == 0x0004E0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin, CallFunc_IsValidClass_ReturnValue) == 0x0004E1, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnWeaponAndSetSkin::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, Material_Index) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::Material_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, Mesh_0) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::Mesh_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, Dynamic_Material_Instance) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::Dynamic_Material_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, Temp_wildcard_Variable) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetDynamicMaterialInstance::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence) == 0x0000C0, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, TargetCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, Distance) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_GetActorScale3D_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_BreakVector_X) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_BreakVector_Y) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_BreakVector_Z) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_GetBoolCVar_ReturnValue) == 0x000069, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_BooleanAND_ReturnValue) == 0x00006A, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_FindLookAtRotation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence, CallFunc_Compute_Move_to_Character_Transform_NewParam) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_StartMoveToControlledBySequence::CallFunc_Compute_Move_to_Character_Transform_NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence) == 0x0001D0, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, MoveToControlForSequence_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::MoveToControlForSequence_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, Temp_bool_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, Temp_struct_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, Temp_bool_Variable_1) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, Temp_struct_Variable_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_IsInSimulateMode_ReturnValue) == 0x000049, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_IsInSimulateMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_FindLookAtRotation_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000069, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, K2Node_Select_Default) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, K2Node_Select_Default_1) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_VLerp_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence, CallFunc_VLerp_Alpha_ImplicitCast) == 0x0001CC, "Member 'BP_jRPG_Character_Battle_Base_C_SetMoveToControlForSequence::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState) == 0x000048, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, CurrentIdleState_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::CurrentIdleState_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, Idle_Transition_AnimMontage) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::Idle_Transition_AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, AnimMontageDuration) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::AnimMontageDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, MontageDuration) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::MontageDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, CallFunc_PlayAnimMontage_ReturnValue) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, CallFunc_GetAnimInstance_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, K2Node_DynamicCast_AsABP_Battle_Global) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::K2Node_DynamicCast_AsABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, K2Node_FunctionResult_AnimMontageDuration_ImplicitCast) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::K2Node_FunctionResult_AnimMontageDuration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState, K2Node_VariableSet_MontageDuration_ImplicitCast) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_SetCurrentIdleState::K2Node_VariableSet_MontageDuration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SummonMinions \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SummonMinions) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SummonMinions"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SummonMinions) == 0x000238, "Wrong size on BP_jRPG_Character_Battle_Base_C_SummonMinions"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, EncounterRow) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::EncounterRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, NotifyBattleStart) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::NotifyBattleStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, SpawnedCharacters) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::SpawnedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, SpawnLocations) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::SpawnLocations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Map_Keys_Keys) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_int_Loop_Counter_Variable) == 0x0000E4, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_int_Array_Index_Variable) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Array_Get_Item) == 0x0000F4, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Add_IntInt_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, K2Node_MakeStruct_FormatArgumentData) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Map_Find_Value) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, K2Node_MakeStruct_FEnemyDataRow) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::K2Node_MakeStruct_FEnemyDataRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Conv_NameToText_ReturnValue) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, K2Node_MakeStruct_FormatArgumentData_1) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, K2Node_MakeArray_Array) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Format_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Array_Contains_ReturnValue) == 0x0001F8, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Not_PreBool_ReturnValue) == 0x0001F9, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_SpawnEnemyOnSpot_SpawnedEnemy) == 0x000210, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_SpawnEnemyOnSpot_SpawnedEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation) == 0x000218, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_SpawnEnemyOnSpot_EnemySpawnedLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Array_Add_ReturnValue) == 0x000230, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SummonMinions, CallFunc_Array_Add_ReturnValue_1) == 0x000234, "Member 'BP_jRPG_Character_Battle_Base_C_SummonMinions::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked, OtherCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToCharacterThatWasAttacked::OtherCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther, RevivedCharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToRevivingOther::RevivedCharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived, ReviverCharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBeingRevived::ReviverCharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff, TargetCharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff, GivenBuffInstance) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToGivingBuff::GivenBuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived, SourceCharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived::SourceCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived, BuffInstance) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000019, "Member 'BP_jRPG_Character_Battle_Base_C_ReactToBuffReceived::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction, ForbiddenActionReason) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction::ForbiddenActionReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_OnTriedForbiddenAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition, UIElement) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition::UIElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_UI_AppearOnDamagePosition::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin, FaceMesh) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin::FaceMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin, VeinPowerValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin::VeinPowerValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin, DamageSkinValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin::DamageSkinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateDamageSkin::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE, CallFunc_GetSocketLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartAllowQTE::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities, ElementalAffinities) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetBaseElementalAffinities::ElementalAffinities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource) == 0x0000D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, Source) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::Source' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, local_currentElementOverrides) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::local_currentElementOverrides' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_MakeLiteralInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, Temp_int_Variable) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, Temp_int_Variable_1) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Conv_IntToByte_ReturnValue) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_GetValidValue_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x00006D, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Less_IntInt_ReturnValue) == 0x00006E, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x00006F, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Remove_ReturnValue) == 0x000074, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Length_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Remove_ReturnValue_1) == 0x00007C, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Greater_IntInt_ReturnValue) == 0x00007D, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Find_Value) == 0x00007E, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Find_ReturnValue) == 0x00007F, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Find_Value_1) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource, CallFunc_Map_Find_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_RemoveElementalAllAffinityOverridesFromSource::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride) == 0x000198, "Wrong size on BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, Source) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::Source' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, Element) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, Affinity) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::Affinity' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, local_elementOverrides) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::local_elementOverrides' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Map_Find_Value) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Map_Find_ReturnValue) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Map_Find_Value_1) == 0x000191, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Map_Find_ReturnValue_1) == 0x000192, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Not_PreBool_ReturnValue) == 0x000193, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_Not_PreBool_ReturnValue_1) == 0x000194, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride, CallFunc_BooleanOR_ReturnValue) == 0x000195, "Member 'BP_jRPG_Character_Battle_Base_C_AddElementalAffinityOverride::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetElementalAffinity \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetElementalAffinity"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity) == 0x000004, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetElementalAffinity"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity, AttackType) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetElementalAffinity::AttackType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity, Value) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_GetElementalAffinity::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity, CallFunc_Map_Find_Value) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_GetElementalAffinity::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetElementalAffinity, CallFunc_Map_Find_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_GetElementalAffinity::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities) == 0x0000A8, "Wrong size on BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, local_currentAffinity) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::local_currentAffinity' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, Temp_int_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, Temp_int_Variable_1) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Conv_IntToByte_ReturnValue) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_GetValidValue_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000015, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000016, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_MakeLiteralInt_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_Value_1) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_ReturnValue_1) == 0x000091, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Array_LastIndex_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_Value_2) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities, CallFunc_Map_Find_ReturnValue_2) == 0x0000A1, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateElementalAffinities::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Shield_Explosion \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Shield_Explosion"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_Shield_Explosion"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_BreakRotator_Roll) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_BreakRotator_Pitch) == 0x00004C, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_BreakRotator_Yaw) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Shield_Explosion, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_Shield_Explosion::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks, ActionName) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks::ActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks, CallFunc_FindEquippedSkillByID_Skill) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks::CallFunc_FindEquippedSkillByID_Skill' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_RegisterSkillChecks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, LostAP) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::LostAP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, ChangeReason) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_byte_Variable) == 0x000005, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable) == 0x000006, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_1) == 0x000007, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_2) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_3) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_4) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_5) == 0x00000B, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_6) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_7) == 0x00000D, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_8) == 0x00000E, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_9) == 0x00000F, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_10) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_11) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_12) == 0x000012, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, Temp_bool_Variable_13) == 0x000013, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, K2Node_Select_Default) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APLostUI::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget, WBPOverheadState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget::WBPOverheadState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget, CallFunc_GetWidget_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget::CallFunc_GetWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget, K2Node_DynamicCast_AsWBP_Battle_Character_Overhead_State) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget::K2Node_DynamicCast_AsWBP_Battle_Character_Overhead_State' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetOverheadStateWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartDefenseLock \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartDefenseLock"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock) == 0x000100, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartDefenseLock"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, Duration) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, Reason) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, K2Node_CreateDelegate_OutputDelegate) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefenseLock, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefenseLock::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged, NewAP) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged::NewAP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged, PreviousAP) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged::PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged, CharacterStats) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateFreeAimOnAPChanged::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_MakeBoneMap \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_MakeBoneMap) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_MakeBoneMap"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_MakeBoneMap) == 0x0000A0, "Wrong size on BP_jRPG_Character_Battle_Base_C_MakeBoneMap"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_MakeBoneMap, Map) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_MakeBoneMap::Map' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_MakeBoneMap, K2Node_MakeMap_Map) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_MakeBoneMap::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI, RecoveredAP) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI::RecoveredAP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI, IsFromTurnStart) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI::IsFromTurnStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI, CallFunc_FTrunc_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_Feedback_APRecoverUI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UseDynamicCameraSystem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsDataValid \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsDataValid) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsDataValid"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsDataValid) == 0x000160, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsDataValid"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, ValidationErrors) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::ValidationErrors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, Result) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, local_sequences) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::local_sequences' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_GetClockSource_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_GetClockSource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Conv_ByteToString_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Conv_ByteToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_JoinStringArray_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_Add_ReturnValue) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, Temp_wildcard_Temp_buffer_array_Variable) == 0x000148, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_Add_ReturnValue_1) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsDataValid, CallFunc_Array_Add_ReturnValue_2) == 0x00015C, "Member 'BP_jRPG_Character_Battle_Base_C_IsDataValid::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular) == 0x000014, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_StartFreeAim_Regular::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDeathPublic \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDeathPublic) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDeathPublic"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDeathPublic) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDeathPublic"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDeathPublic, DeathCounter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDeathPublic::DeathCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic, HealAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnResurrectedPublic::HealAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic, ReductionAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnInitiativeReducedPublic::ReductionAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnHealedPublic \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnHealedPublic"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic) == 0x000028, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnHealedPublic"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic, HealAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealedPublic::HealAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic, RestoredMP_) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealedPublic::RestoredMP_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealedPublic::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealedPublic, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealedPublic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_CheckParentCall \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_CheckParentCall) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_CheckParentCall"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_CheckParentCall) == 0x000078, "Wrong size on BP_jRPG_Character_Battle_Base_C_CheckParentCall"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CheckParentCall, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_CheckParentCall::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CheckParentCall, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_CheckParentCall::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CheckParentCall, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_CheckParentCall::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CheckParentCall, CallFunc_Format_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_CheckParentCall::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartPublicCall \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartPublicCall) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartPublicCall"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartPublicCall) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartPublicCall"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartPublicCall, CallContext) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartPublicCall::CallContext' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartPublicCall, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_StartPublicCall::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera) == 0x000088, "Wrong size on BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, BattleTurnState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::BattleTurnState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_byte_Variable) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_1) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_2) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_3) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_4) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_5) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_6) == 0x000034, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_7) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, Temp_name_Variable_8) == 0x000044, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::Temp_name_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, K2Node_Select_Default) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, CallFunc_GetPlayerController_ReturnValue_1) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateCharacterDynamicCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking, CounteredCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking::CounteredCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking, IsGradient) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetIsCounterAttacking::IsGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_On_Action_Finished \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_On_Action_Finished"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished) == 0x000048, "Wrong size on BP_jRPG_Character_Battle_Base_C_On_Action_Finished"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, HasMoreActions) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_GetCurrentlyCounteringCharacters_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_GetCurrentlyCounteringCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_Force_Play_Again_HasAppliedForcePlayAgain) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_Force_Play_Again_HasAppliedForcePlayAgain' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_GetCharacterBattleBase_IsValid) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_On_Action_Finished, CallFunc_IsValid_ReturnValue_3) == 0x000042, "Member 'BP_jRPG_Character_Battle_Base_C_On_Action_Finished::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ActivateActionEffect \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ActivateActionEffect"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect) == 0x000250, "Wrong size on BP_jRPG_Character_Battle_Base_C_ActivateActionEffect"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, Temp_int_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetOwner_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetDisplayName_ReturnValue) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Conv_NameToText_ReturnValue) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E8, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, K2Node_MakeArray_Array_1) == 0x000230, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ActivateActionEffect, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'BP_jRPG_Character_Battle_Base_C_ActivateActionEffect::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PrintDebugText \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PrintDebugText) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PrintDebugText"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PrintDebugText) == 0x0003F8, "Wrong size on BP_jRPG_Character_Battle_Base_C_PrintDebugText"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_wildcard_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_JoinStringArray_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_int_Array_Index_Variable_1) == 0x0000E4, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_GetSequencePlayer_ReturnValue) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_IsPlaying_ReturnValue) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Array_Get_Item) == 0x000114, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_NameToString_ReturnValue) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Array_Add_ReturnValue) == 0x000134, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000148, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_IsPlaying_ReturnValue_1) == 0x000198, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_BoolToText_ReturnValue) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_GetSequence_ReturnValue) == 0x000218, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, Temp_int_Loop_Counter_Variable_1) == 0x000220, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000228, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000238, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x000280, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeArray_Array_1) == 0x000288, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Format_ReturnValue_1) == 0x000298, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002A8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_IsValid_ReturnValue_1) == 0x0002AC, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Map_Keys_Keys) == 0x0002B0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Array_Length_ReturnValue_1) == 0x0002C0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Array_Get_Item_1) == 0x0002C4, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002C8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0002D0, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Map_Find_Value) == 0x000320, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Map_Find_ReturnValue) == 0x000328, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_GetDebugText_ReturnValue) == 0x000330, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_GetDebugText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000340, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000348, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeStruct_FormatArgumentData_7) == 0x000390, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, K2Node_MakeArray_Array_2) == 0x0003D8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PrintDebugText, CallFunc_Format_ReturnValue_2) == 0x0003E8, "Member 'BP_jRPG_Character_Battle_Base_C_PrintDebugText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest) == 0x000100, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, SortedBattleSequenceTimelines) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::SortedBattleSequenceTimelines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, local_targetInsertIndex) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::local_targetInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, local_sortedBattleTimelines) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::local_sortedBattleTimelines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_bool_True_if_break_was_hit_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_wildcard_Variable) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_text_Variable) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Array_Index_Variable_2) == 0x000074, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_bool_Variable) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_IsEmpty_ReturnValue) == 0x000081, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_ConcatenateDisplayNames_Result) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, K2Node_Select_Default) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, Temp_int_Loop_Counter_Variable_2) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_ExpiresSoonerThan_Result) == 0x0000BC, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_ExpiresSoonerThan_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BD, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_BooleanAND_ReturnValue) == 0x0000BE, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Map_Values_Values) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Length_ReturnValue_2) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Get_Item_2) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Add_ReturnValue) == 0x0000EC, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Array_Get_Item_3) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleTimelineExpiringSoonest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, Time) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, CallFunc_GetCurrentTime_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, CallFunc_IsPlaying_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime, K2Node_FunctionResult_Time_ImplicitCast) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleSequenceTime::K2Node_FunctionResult_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState) == 0x000280, "Wrong size on BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, local_TurnSequence) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::local_TurnSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_object_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_object_Variable_1) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_object_Variable_2) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_object_Variable_3) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_ShouldEnableBattleCameraMovements_Enable) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_ShouldEnableBattleCameraMovements_Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_IsCurrentTurn_IsCurrentTurn) == 0x000029, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_IsCurrentTurn_IsCurrentTurn' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_object_Variable_4) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_byte_Variable) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, Temp_bool_Variable) == 0x0000B9, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_Select_Default) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_Select_Default_1) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Conv_StringToText_ReturnValue) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Format_ReturnValue_1) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0001F0, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeStruct_FormatArgumentData_3) == 0x000208, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, K2Node_MakeArray_Array_2) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Format_ReturnValue_2) == 0x000260, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_Get_Game_Director_Component_ReturnValue_1) == 0x000270, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_Get_Game_Director_Component_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState, CallFunc_PreloadLevelSequence_OutActor) == 0x000278, "Member 'BP_jRPG_Character_Battle_Base_C_UpdateBattleTurnState::CallFunc_PreloadLevelSequence_OutActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleTurnStateChanged::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates) == 0x000110, "Wrong size on BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CurrentState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Array_RemoveItem_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnStates::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PopBattleTurnState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PopBattleTurnState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState) == 0x0000F0, "Wrong size on BP_jRPG_Character_Battle_Base_C_PopBattleTurnState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CurrentState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CallFunc_Conv_BoolToText_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PopBattleTurnState, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_PopBattleTurnState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PushBattleTurnState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PushBattleTurnState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState) == 0x000098, "Wrong size on BP_jRPG_Character_Battle_Base_C_PushBattleTurnState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, TurnState) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::TurnState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PushBattleTurnState, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_PushBattleTurnState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetDebugText \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetDebugText) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetDebugText"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetDebugText) == 0x000A30, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetDebugText"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Result) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_bool_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_2) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_3) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_byte_Variable) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_bool_Variable_1) == 0x000059, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_4) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_5) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000084, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_6) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_bool_Variable_2) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Array_Index_Variable_1) == 0x000144, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Loop_Counter_Variable_1) == 0x000148, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00014C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_1) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_Select_Default) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Array_Index_Variable_2) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_7) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000210, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000258, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Loop_Counter_Variable_2) == 0x000268, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00026C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_2) == 0x000270, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_Select_Default_1) == 0x000278, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_5) == 0x000288, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Array_Index_Variable_3) == 0x0002D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_int_Loop_Counter_Variable_3) == 0x0002D4, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_3) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_8) == 0x0002E0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0002F0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000300, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_7) == 0x000348, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000390, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_JoinStringArray_ReturnValue) == 0x0003A0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x0003B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Map_Keys_Keys) == 0x0003C0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Get_Item) == 0x000418, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Length_ReturnValue) == 0x00041C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000420, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x000430, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000438, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_9) == 0x000448, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Map_Find_Value) == 0x000490, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Map_Find_ReturnValue) == 0x000498, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_10) == 0x0004A0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeArray_Array) == 0x0004E8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Get_Item_1) == 0x0004F8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Format_ReturnValue) == 0x000500, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_GetDisplayName_ReturnValue) == 0x000510, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_11) == 0x000520, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Length_ReturnValue_1) == 0x000568, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_1) == 0x00056C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000570, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_12) == 0x000578, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_9) == 0x0005C0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_text_Variable_10) == 0x0005D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_wildcard_Temp_buffer_array_Variable) == 0x0005E0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Add_ReturnValue) == 0x0005F0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Get_Item_2) == 0x0005F8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Length_ReturnValue_2) == 0x000600, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_2) == 0x000604, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_GetDebugText_DebugInfo) == 0x000608, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_GetDebugText_DebugInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_13) == 0x000618, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeArray_Array_1) == 0x000660, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Format_ReturnValue_1) == 0x000670, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Map_Find_Value_1) == 0x000680, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Map_Find_ReturnValue_1) == 0x000688, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_14) == 0x000690, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_15) == 0x0006D8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_16) == 0x000720, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_GetMaxHP_MaxHP) == 0x000768, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_17) == 0x000770, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_18) == 0x0007B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_19) == 0x000800, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000848, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_20) == 0x000858, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, Temp_bool_Variable_3) == 0x0008A0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0008A1, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_Select_Default_2) == 0x0008A8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_21) == 0x0008B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_Select_Default_3) == 0x000900, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeArray_Array_2) == 0x000910, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_22) == 0x000920, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Format_ReturnValue_2) == 0x000968, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeArray_Array_3) == 0x000978, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Format_ReturnValue_3) == 0x000988, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Get_Item_3) == 0x000998, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Array_Length_ReturnValue_3) == 0x00099C, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0009A0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_3) == 0x0009B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0009B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_23) == 0x0009C8, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, K2Node_MakeArray_Array_4) == 0x000A10, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetDebugText, CallFunc_Format_ReturnValue_4) == 0x000A20, "Member 'BP_jRPG_Character_Battle_Base_C_GetDebugText::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha, Anim_DefaultSlotAlpha_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha::Anim_DefaultSlotAlpha_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha, K2Node_DynamicCast_AsOLD_ABP_Battle_Parent) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha::K2Node_DynamicCast_AsOLD_ABP_Battle_Parent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_SetAnim_DefaultSlotAlpha::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetActionManager \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetActionManager) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetActionManager"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetActionManager) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetActionManager"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetActionManager, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetActionManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetActionManager, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetActionManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetActionManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetActionManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim, CallFunc_CanCancelFreeAim_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_TryCancelFreeAim::CallFunc_CanCancelFreeAim_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_EnableFreeAim \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_EnableFreeAim"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_EnableFreeAim"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, FreeAimType) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::FreeAimType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, AmmoCount) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::AmmoCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, TimeLimit) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, ProjectileClass) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::ProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000019, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, CallFunc_IsValid_ReturnValue) == 0x00001B, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, CallFunc_PlayAnimMontage_ReturnValue) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EnableFreeAim, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_EnableFreeAim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnStopTargeting \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnStopTargeting"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnStopTargeting"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, Temp_byte_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, Temp_byte_Variable_1) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, Temp_byte_Variable_2) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, Temp_byte_Variable_3) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_Array_Find_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_Array_Find_ReturnValue_1) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_Array_Find_ReturnValue_2) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_Array_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_Array_Find_ReturnValue_3) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_Array_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_MaxOfIntArray_IndexOfMaxValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_MaxOfIntArray_IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_MaxOfIntArray_MaxValue) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_MaxOfIntArray_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStopTargeting, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_OnStopTargeting::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnStartTargeting \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnStartTargeting"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting) == 0x00000C, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnStartTargeting"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_1) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_2) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_3) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_4) == 0x000005, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_5) == 0x000006, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_6) == 0x000007, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_7) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, Temp_byte_Variable_8) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnStartTargeting, K2Node_Select_Default) == 0x00000B, "Member 'BP_jRPG_Character_Battle_Base_C_OnStartTargeting::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline) == 0x000040, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Map_Find_Value) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_jRPG_Character_Battle_Base_C_ExternalTickCurrentBattleSequenceActionTimeline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList) == 0x000140, "Wrong size on BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, BattleSequence) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::BattleSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, BattleSequenceKeyframes) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::BattleSequenceKeyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CameraKeyframes) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CameraKeyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, TrackIndex) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, lastKeyframeType) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::lastKeyframeType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_Now) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_Now' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_ComboWindowEndTimes) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_ComboWindowEndTimes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_ActionEffectTimes) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_ActionEffectTimes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_ComboWindowEndTime) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_ComboWindowEndTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_ComboWindowStartTime) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_ComboWindowStartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, local_ComboPreTime) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::local_ComboPreTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_IsValid_ReturnValue) == 0x000129, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Map_Contains_ReturnValue) == 0x00012A, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Not_PreBool_ReturnValue_1) == 0x00012B, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_SpawnObject_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_OnSkillComboFailed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished) == 0x000170, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, ComboSequence) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::ComboSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_GetQTEManager_QTEManager) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Map_Values_Values) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Map_Remove_ReturnValue) == 0x000095, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceFinished::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts, BattleSequence) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts::BattleSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_OnBattleSequenceStarts::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, CallFunc_IsCurrentTurn_IsCurrentTurn) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::CallFunc_IsCurrentTurn_IsCurrentTurn' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_AssertIsCurrentTurn::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsCurrentTurn \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsCurrentTurn) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsCurrentTurn"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsCurrentTurn) == 0x000003, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsCurrentTurn"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsCurrentTurn, IsCurrentTurn_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsCurrentTurn::IsCurrentTurn_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsCurrentTurn, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_IsCurrentTurn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsCurrentTurn, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_IsCurrentTurn::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo) == 0x0000E8, "Wrong size on BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_GetSocketLocation_ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_GetBattleTimelineExpiringSoonest_SortedBattleSequenceTimelines) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_GetBattleTimelineExpiringSoonest_SortedBattleSequenceTimelines' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_Add_VectorVector_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_TryActivate_Success) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_TryActivate_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_TryActivate_Perfect) == 0x000051, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_TryActivate_Perfect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000052, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_Conv_BoolToText_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo, CallFunc_GetQTEManager_QTEManager) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_Try_Activate_Skill_Combo::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDefendSuccess \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDefendSuccess) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDefendSuccess"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDefendSuccess) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDefendSuccess"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDefendSuccess, DefendedEnemy) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDefendSuccess::DefendedEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnParrySuccess \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnParrySuccess) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnParrySuccess"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnParrySuccess) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnParrySuccess"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnParrySuccess, ParriedEnemy) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnParrySuccess::ParriedEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess, DodgedEnemy) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess::DodgedEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess, IsPerfectDodge) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnDodgeSuccess::IsPerfectDodge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock) == 0x000190, "Wrong size on BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, Reason) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, local_wasLocked) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::local_wasLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, K2Node_MakeArray_Array_2) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock, CallFunc_Format_ReturnValue_2) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_ClearDefensiveMoveLock::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryStartParry \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryStartParry) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryStartParry"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryStartParry) == 0x0000F8, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryStartParry"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, Success) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_IsParryLocked_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_IsParryLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_PlayAnimMontage_ReturnValue) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_CanDoDefensiveMove_CanDoDefensiveMove) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_CanDoDefensiveMove_CanDoDefensiveMove' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartParry, CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast) == 0x0000F4, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartParry::CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TryStartDodge \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TryStartDodge) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TryStartDodge"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TryStartDodge) == 0x000130, "Wrong size on BP_jRPG_Character_Battle_Base_C_TryStartDodge"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, Success) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, local_dodgeDuration) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::local_dodgeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, local_dodgeWindowMultiplier) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::local_dodgeWindowMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_GetDodgeImmuneDuration_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_GetDodgeImmuneDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_IsDodgeLockActive_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_IsDodgeLockActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Percent_IntInt_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_FMax_ReturnValue) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_CanDoDefensiveMove_CanDoDefensiveMove) == 0x000118, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_CanDoDefensiveMove_CanDoDefensiveMove' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_Array_Get_Item) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_PlayAnimMontage_ReturnValue) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TryStartDodge, CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast) == 0x00012C, "Member 'BP_jRPG_Character_Battle_Base_C_TryStartDodge::CallFunc_PlayAnimMontage_InPlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartDefensiveMove \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartDefensiveMove"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove) == 0x0000B8, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartDefensiveMove"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, LockDuration) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::LockDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, ImmuneDuration) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::ImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, WarmUpDuration) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::WarmUpDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, Reason) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartDefensiveMove, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_StartDefensiveMove::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished, IsFinished) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_IsImmunityByDefensiveMoveFinished::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer, IsLocked) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_IsLockedByDefensiveMoveTimer::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove) == 0x00000C, "Wrong size on BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CanDoDefensiveMove_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CanDoDefensiveMove_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_GetTeam_Team) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_IsLockedByDefensiveMoveTimer_IsLocked) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_IsLockedByDefensiveMoveTimer_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_IsDefenseLockActive_ReturnValue) == 0x000006, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_IsDefenseLockActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_Not_PreBool_ReturnValue_2) == 0x000007, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_Not_PreBool_ReturnValue_3) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_BooleanAND_ReturnValue_1) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove, CallFunc_BooleanAND_ReturnValue_2) == 0x00000B, "Member 'BP_jRPG_Character_Battle_Base_C_CanDoDefensiveMove::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera, Enabled) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_OverrideWithShoulderCamera::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnTurnEnded \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnTurnEnded"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded) == 0x000250, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnTurnEnded"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_text_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_text_Variable_1) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_bool_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, Temp_text_Variable_2) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_MakeLiteralText_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_IsDeathQueuedForTurnEnd_ReturnValue) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_IsDeathQueuedForTurnEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000141, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Not_PreBool_ReturnValue) == 0x000142, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Array_Get_Item) == 0x000143, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Array_Length_ReturnValue) == 0x000144, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000148, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Conv_StringToText_ReturnValue) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeArray_Array) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, K2Node_MakeArray_Array_1) == 0x000210, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Format_ReturnValue) == 0x000220, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Format_ReturnValue_1) == 0x000230, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Greater_IntInt_ReturnValue) == 0x000240, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Array_Length_ReturnValue_1) == 0x000244, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnEnded, CallFunc_Less_IntInt_ReturnValue) == 0x000248, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnEnded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnTurnStart \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnTurnStart) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnTurnStart"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnTurnStart) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnTurnStart"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, Temp_bool_Variable) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnTurnStart, K2Node_Select_Default) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_OnTurnStart::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound) == 0x000078, "Wrong size on BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, FXScale) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::FXScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, SoundBase) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::SoundBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, ParticleSystem) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, FX_Position_Offset) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::FX_Position_Offset' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, CallFunc_GetSingleTargetLocation_TargetLocation) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::CallFunc_GetSingleTargetLocation_TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_QTEFailFXAndSound::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation, TargetLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetSingleTargetLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation) == 0x0000D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, TargetsLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, TargetScaleList) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, TargetRotationList) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::TargetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, local_targetRotationList) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::local_targetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, local_targetScaleList) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::local_targetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, local_targetLocationList) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::local_targetLocationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Array_Add_ReturnValue_1) == 0x0000B4, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetHeadLocation::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation) == 0x0000D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, TargetsLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, TargetScaleList) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, TargetRotationList) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::TargetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, local_rotations) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::local_rotations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, local_scales) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::local_scales' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, local_locations) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::local_locations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Array_Add_ReturnValue_1) == 0x0000B4, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetMiddleLocation::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation) == 0x0000D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, TargetsLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, TargetScaleList) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, TargetRotationList) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::TargetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, local_rotations) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::local_rotations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, local_scales) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::local_scales' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, local_locations) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::local_locations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_GetRootLocation_Location) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_GetRootLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_GetRootLocation_Scale) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_GetRootLocation_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_GetRootLocation_Rotation) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_GetRootLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Array_Add_ReturnValue_1) == 0x0000CC, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_GetTargetRootLocation::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets) == 0x0001D8, "Wrong size on BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, VFXNiagara) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::VFXNiagara' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, LocationModif) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::LocationModif' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, RotationModif) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::RotationModif' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, ScaleModif) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::ScaleModif' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, WhereToSpawn) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::WhereToSpawn' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, VFXSound) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::VFXSound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, OLDCASCADE_ParticleSystem) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::OLDCASCADE_ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, SpawnedParticleSystems) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::SpawnedParticleSystems' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, local_SpawnedParticles) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::local_SpawnedParticles' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, local_TargetScales) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::local_TargetScales' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, local_TargetLocations) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::local_TargetLocations' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, K2Node_SwitchEnum_CmpSuccess) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, Temp_int_Array_Index_Variable) == 0x0000B4, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Less_IntInt_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetHeadLocation_TargetsLocation) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetHeadLocation_TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetHeadLocation_TargetScaleList) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetHeadLocation_TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetHeadLocation_TargetRotationList) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetHeadLocation_TargetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetMiddleLocation_TargetsLocation) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetMiddleLocation_TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetMiddleLocation_TargetScaleList) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetMiddleLocation_TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetMiddleLocation_TargetRotationList) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetMiddleLocation_TargetRotationList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_Array_Add_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetRootLocation_TargetsLocation) == 0x0001A8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetRootLocation_TargetsLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetRootLocation_TargetScaleList) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetRootLocation_TargetScaleList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets, CallFunc_GetTargetRootLocation_TargetRotationList) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_SpawnFXOnSelectedTargets::CallFunc_GetTargetRootLocation_TargetRotationList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem) == 0x000270, "Wrong size on BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, AttachmentSlot) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::AttachmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, ParticleSystemCascade) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::ParticleSystemCascade' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, ParticleSystemRotation) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::ParticleSystemRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, SystemNiagara) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::SystemNiagara' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, PositionOffset) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::PositionOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, ParticleSystemComponent_Cascade) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::ParticleSystemComponent_Cascade' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, NiagaraSystem) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_GetEnumeratorName_ReturnValue) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Map_Find_Value) == 0x0001B0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Map_Find_ReturnValue) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0001D0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E0, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, K2Node_MakeArray_Array_1) == 0x000228, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_DoesSocketExist_ReturnValue) == 0x000238, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Map_Find_Value_1) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_Map_Find_ReturnValue_1) == 0x000258, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000260, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000268, "Member 'BP_jRPG_Character_Battle_Base_C_AddCharacterParticleSystem::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetAllEnemies \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetAllEnemies) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetAllEnemies"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetAllEnemies) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetAllEnemies"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetAllEnemies, Output) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetAllEnemies::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy, Output) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetMiddleEnemy::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_CameraShakePlay \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_CameraShakePlay"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay) == 0x000028, "Wrong size on BP_jRPG_Character_Battle_Base_C_CameraShakePlay"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay, CameraShake) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_CameraShakePlay::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay, Scale) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_CameraShakePlay::Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_CameraShakePlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay, CallFunc_StartCameraShake_ReturnValue) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_CameraShakePlay::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_CameraShakePlay, CallFunc_StartCameraShake_Scale_ImplicitCast) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_CameraShakePlay::CallFunc_StartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ChangeCamera \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ChangeCamera) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ChangeCamera"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ChangeCamera) == 0x000038, "Wrong size on BP_jRPG_Character_Battle_Base_C_ChangeCamera"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeCamera, CameraName_0) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeCamera::CameraName_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeCamera, CallFunc_NotEqual_NameName_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeCamera::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeCamera, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeCamera::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeCamera, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeCamera::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript) == 0x0001F8, "Wrong size on BP_jRPG_Character_Battle_Base_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Map_Keys_Keys) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_IsInPlayMode_ReturnValue) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000099, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_IsValidClass_ReturnValue) == 0x00009A, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Weapon_Skin) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x0000C0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x0000E0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000180, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_DoesSocketExist_ReturnValue) == 0x000190, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x000198, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x0001A8, "Member 'BP_jRPG_Character_Battle_Base_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Shoot_K2Node_EnhancedInputActionEvent_6::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_Battle_FreeAim_Cancel_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Keyboard_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Keyboard_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraRightAction_Gamepad_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_CameraUpAction_Gamepad_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_InpActEvt_IA_UI_Menu_Pause_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8, Loaded) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnLoaded_F2DB9C784493F242341D828551987DA8::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced, ReductionAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnInitiativeReduced::ReductionAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnPowerDebuff \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnPowerDebuff) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnPowerDebuff"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnPowerDebuff) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnPowerDebuff"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnPowerDebuff, Debuff_Power) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnPowerDebuff::Debuff_Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim, CharacterToProtect) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_StartAttackInterceptionAnim::CharacterToProtect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement, LatentAction) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ResetInterceptionMovement::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace, TouchedActor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnBeginCursorOver_Trace::TouchedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace, TouchedActor) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnEndCursorOver_Trace::TouchedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteAction) == 0x00000C, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteAction, ActionType) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteAction, SecondaryActionName) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteAction::SecondaryActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteItemAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteItemAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteItemAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteItemAction) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteItemAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteItemAction, ItemName) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteItemAction::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction, MagicName) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteMagicAction::MagicName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction, MoveName) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteMoveAction::MoveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack, IsGradientCounter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack::IsGradientCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack, LatentAction) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteSoloCounterAttack::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack, CounteredCharacter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteGradientCounterAttack::CounteredCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack, GradientCenterLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DisableGradientPPFromCounterAttack::GradientCenterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal, LatentAction) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PlayFreezeFrameInternal::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ChangeSize \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ChangeSize) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ChangeSize"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ChangeSize) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_ChangeSize"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeSize, ScaleMultiplier) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeSize::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeSize, Duration) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeSize::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ChangeSize, CurveOverride) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ChangeSize::CurveOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_LeadGroupCounter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_LeadGroupCounter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_LeadGroupCounter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_LeadGroupCounter) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_LeadGroupCounter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_LeadGroupCounter, LatentAction) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_LeadGroupCounter::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDeath \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDeath) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDeath"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDeath) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDeath"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDeath, DeathByCounter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDeath::DeathByCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnHealed \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnHealed) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnHealed"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnHealed) == 0x000020, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnHealed"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealed, HealAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealed::HealAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealed, RestoredMP_) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealed::RestoredMP_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealed, SourceCharacter) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealed::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnHealed, Reason) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_OnHealed::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnResurrected \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnResurrected) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnResurrected"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnResurrected) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnResurrected"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnResurrected, HealAmount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnResurrected::HealAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic, BattleDamages) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic, DamageSourceCharacter) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceivedPublic::DamageSourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnAPRecovered \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnAPRecovered) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnAPRecovered"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnAPRecovered) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnAPRecovered"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnAPRecovered, Amount) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnAPRecovered::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnAPRecovered, IsFromTurnStart) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_OnAPRecovered::IsFromTurnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame, HiddenInGame) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_BPI_SetExternalActorHiddenInGame::HiddenInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnDamageReceived \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnDamageReceived"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnDamageReceived"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Damage) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Critical_) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Critical_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Weakness_) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Weakness_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Resistant_) == 0x00000A, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Resistant_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Element) == 0x00000B, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, Reason) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnDamageReceived, DamageCharacterSource) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnDamageReceived::DamageCharacterSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnFreeAimHit \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnFreeAimHit) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnFreeAimHit"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnFreeAimHit) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnFreeAimHit"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnFreeAimHit, BodyPart) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnFreeAimHit::BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnFreeAimHit, Projectile) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_OnFreeAimHit::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature) == 0x000110, "Wrong size on BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature, Character) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature, BodyPart) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature::BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature, HitResult) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature, TargetBodyPartBP) == 0x000108, "Member 'BP_jRPG_Character_Battle_Base_C_BndEvt__BP_jRPG_Character_Battle_Base_BP_FreeAimShooterBattleComponent_K2Node_ComponentBoundEvent_2_OnFreeAimHit_Character_Regular__DelegateSignature::TargetBodyPartBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HitFeedback \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HitFeedback) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HitFeedback"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HitFeedback) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_HitFeedback"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, OverrideTarget) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::OverrideTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, HasHit) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, CameraShake) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, ShakeScale) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, VFX1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::VFX1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, VFX2) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::VFX2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, Sound) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, SoundWwise) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::SoundWwise' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, VolumeMultiplier) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, FreezeFrame) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::FreezeFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedback, SpawnIfCharacterIsDead) == 0x000049, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedback::SpawnIfCharacterIsDead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug, NewValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowBattleDebug::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts, NewValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DEBUG_CVarChange_ShowFreeAimBodyParts::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime, Duration) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ResetDefensiveLockAfterTime::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2 \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2, CompletedLatentAction) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2::CompletedLatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2, DebugReason) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_MoveToInitialLocation2::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack, TargetCharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_TEMP_TriggerCounterAttack::TargetCharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange, NewPermeateElement) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange::NewPermeateElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange, NewPermeateIntensity) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_FeedbackPermeateChange::NewPermeateIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DashBack \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DashBack) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DashBack"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DashBack) == 0x000010, "Wrong size on BP_jRPG_Character_Battle_Base_C_DashBack"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DashBack, DashBackAnimMontage) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DashBack::DashBackAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DashBack, CompletedLatentAction) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_DashBack::CompletedLatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow, Attacker) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_BeginJumpCounterAttackWindow::Attacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent, RefCounter) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PerformBattleStartEvent::RefCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter, GradientCenterLocation) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_EndPPGradientAttackCounter::GradientCenterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Init \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Init) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Init"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Init) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_Init"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Init, CharacterCustomization) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Init::CharacterCustomization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf) == 0x000048, "Wrong size on BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, HasHit) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, CameraShake) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, ShakeScale) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, VFX1) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::VFX1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, VFX2) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::VFX2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, Sound) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, SoundWwise) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::SoundWwise' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, VolumeMultiplier) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, FreezeFrame) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::FreezeFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf, SpawnIfCharacterIsDead) == 0x000041, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnSelf::SpawnIfCharacterIsDead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, OverrideTarget) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::OverrideTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, HasHit) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, CameraShake) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, ShakeScale) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, VFX1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::VFX1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, VFX2) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::VFX2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, Sound) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, SoundWwise) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::SoundWwise' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, VolumeMultiplier) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, FreezeFrame) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::FreezeFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget, SpawnIfCharacterIsDead) == 0x000049, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackOnCurrentTarget::SpawnIfCharacterIsDead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, OverrideTarget) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::OverrideTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, HasHit) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, CameraShake) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, ShakeScale) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, VFX1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::VFX1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, VFX2) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::VFX2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, Sound) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, SoundWwise) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::SoundWwise' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, VolumeMultiplier) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, FreezeFrame) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::FreezeFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal, SpawnIfCharacterIsDead) == 0x000049, "Member 'BP_jRPG_Character_Battle_Base_C_HitFeedbackInternal::SpawnIfCharacterIsDead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled, Enabled) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_SetNiagaraUIEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd, Character) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnCharacterTurnEnd::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd) == 0x000008, "Wrong size on BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd, CharacterStats) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_PlayFinisherAtTurnEnd::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher) == 0x000004, "Wrong size on BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher, ActionEffectIndex) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_Action_Effect_Finisher::ActionEffectIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal) == 0x000001, "Wrong size on BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal, FreeAimType) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_FreeAimEndTurnInternal::FreeAimType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded, AllHitCharacters) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded::AllHitCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded, FreeAimType) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_OnFreeAimEnded::FreeAimType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base) == 0x000010, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base) == 0x003440, "Wrong size on BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, EntryPoint) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_1) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_2) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_3) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_4) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_NewLatentAction) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_NewLatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_3) == 0x000074, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result) == 0x000084, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable) == 0x000085, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralBool_ReturnValue) == 0x000086, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralBool_ReturnValue_1) == 0x000087, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_5) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsLevel_Sequence) == 0x000090, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsLevel_Sequence' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_1) == 0x0000B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result_1) == 0x000120, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Loaded) == 0x000128, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralText_ReturnValue) == 0x000130, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_4) == 0x000140, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_5) == 0x000150, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000160, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_1) == 0x000170, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_1) == 0x0001B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_1) == 0x0001C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue) == 0x0001E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_6) == 0x0001E4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartLatentAction_AsyncAction) == 0x0001F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartLatentAction_AsyncAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result_2) == 0x000200, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000208, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetMiddleEnemy_Output) == 0x000220, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetMiddleEnemy_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000228, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item) == 0x000240, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue) == 0x000248, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Greater_IntInt_ReturnValue) == 0x00024C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable) == 0x000250, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow) == 0x000268, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Variable) == 0x000270, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000278, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000280, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_2) == 0x000290, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_2) == 0x0002D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_2) == 0x0002E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_1) == 0x0002F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000300, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result_3) == 0x000318, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x000320, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_3) == 0x000328, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_1) == 0x000330, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable) == 0x000340, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue) == 0x000344, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable) == 0x000348, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_1) == 0x000350, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_2) == 0x000358, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_1) == 0x000360, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_1) == 0x000364, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_1) == 0x000368, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_2) == 0x00036C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_2) == 0x000370, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_2) == 0x000374, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_3) == 0x000378, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_3) == 0x00037C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_3) == 0x000380, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000388, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPackagedBuild_ReturnValue) == 0x0003A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesLocationMatch_Result) == 0x0003A1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesLocationMatch_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003A2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanAND_ReturnValue) == 0x0003A3, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_X) == 0x0003A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_Y) == 0x0003B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_Z) == 0x0003B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0003C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x0003D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_NewLatentAction_1) == 0x0003E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_NewLatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_ReturnValue_1) == 0x0003E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_1) == 0x0003F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003F1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_2) == 0x0003F2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDisplayName_ReturnValue) == 0x0003F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue) == 0x000408, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_3) == 0x000418, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_4) == 0x000460, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_4) == 0x000464, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_4) == 0x000468, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_7) == 0x00046C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_3) == 0x00047C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_3) == 0x000480, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_4) == 0x000488, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_5) == 0x000490, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_5) == 0x000498, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_3) == 0x00049C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartLatentAction_AsyncAction_1) == 0x0004A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartLatentAction_AsyncAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result_4) == 0x0004A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_NewLatentAction_2) == 0x0004B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_NewLatentAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartWaitAsyncAction_ReturnValue_2) == 0x0004B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartWaitAsyncAction_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_4) == 0x0004C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_5) == 0x0004C4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_8) == 0x0004C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_5) == 0x0004D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_4) == 0x0004DC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartLatentAction_AsyncAction_2) == 0x0004E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartLatentAction_AsyncAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0004E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_2) == 0x0004E9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_3) == 0x0004F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x0004F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000510, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_5) == 0x000528, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_5) == 0x000529, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_6) == 0x00052A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_9) == 0x00052C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_4) == 0x000540, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable) == 0x000548, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000550, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_6) == 0x000558, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_6) == 0x00055C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_6) == 0x000560, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x000564, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable) == 0x000565, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_7) == 0x000566, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000568, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_7) == 0x000578, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_4) == 0x000580, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_7) == 0x0005C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_3) == 0x0005D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_3) == 0x0005E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_7) == 0x0005F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_8) == 0x0005F4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_10) == 0x0005F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_8) == 0x000608, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_8) == 0x00060C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_9) == 0x000610, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_9) == 0x000614, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_9) == 0x000618, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_10) == 0x00061C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_10) == 0x000620, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_10) == 0x000624, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_11) == 0x000628, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Loop_Counter_Variable_11) == 0x000638, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_IntInt_ReturnValue_11) == 0x00063C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Array_Index_Variable_11) == 0x000640, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPackagedForDistribution_ReturnValue_2) == 0x000644, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPackagedForDistribution_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_ReductionAmount) == 0x000648, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_ReductionAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Debuff_Power) == 0x000650, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Debuff_Power' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CharacterToProtect) == 0x000658, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CharacterToProtect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000660, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000678, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000690, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000698, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x0006B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Roll) == 0x0006C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Pitch) == 0x0006CC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Yaw) == 0x0006D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0006D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_LatentAction_3) == 0x0006E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_LatentAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue) == 0x0006E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetForwardVector_ReturnValue) == 0x000700, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_6) == 0x000718, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000720, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue) == 0x000738, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000750, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCharacterBattleBase_IsValid) == 0x000758, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_DeltaSeconds) == 0x00075C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_7) == 0x000760, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000761, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000768, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDisplayName_ReturnValue_1) == 0x000860, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000870, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000880, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_8) == 0x000881, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_4) == 0x000888, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsImmunityByDefensiveMoveFinished_IsFinished) == 0x000898, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsImmunityByDefensiveMoveFinished_IsFinished' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_5) == 0x0008A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_4) == 0x0008E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Create_ReturnValue) == 0x0008F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_4) == 0x000900, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000910, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_6) == 0x000918, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_5) == 0x000960, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_5) == 0x000970, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Map_Keys_Keys) == 0x000980, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_1) == 0x000990, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue) == 0x000994, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_8) == 0x000995, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetObjectClass_ReturnValue) == 0x000998, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_MoveInProgress_Variable) == 0x0009A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_MoveInProgress_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetClassDisplayName_ReturnValue) == 0x0009A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0009B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_7) == 0x0009C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_9) == 0x000A10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_6) == 0x000A18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_6) == 0x000A28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000A38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDisplayName_ReturnValue_2) == 0x000A40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCameraLocation_ReturnValue) == 0x000A50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000A68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000A78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FindLookAtRotation_ReturnValue) == 0x000A90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Roll_1) == 0x000AA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Pitch_1) == 0x000AAC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Yaw_1) == 0x000AB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000AB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue_1) == 0x000AC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_1) == 0x000AD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000AE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_2) == 0x000BD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_2) == 0x000BE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_1) == 0x000BE4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MultiGate_FirstRun) == 0x000BE5, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MultiGate_ScratchBool) == 0x000BE6, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MultiGate_ScratchIndex) == 0x000BE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_1) == 0x000BEC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DoesRotationMatch_Result_5) == 0x000BED, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DoesRotationMatch_Result_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_2) == 0x000BEE, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue_2) == 0x000BF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000C08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000C10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_9) == 0x000C18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000C20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000C28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DegSin_ReturnValue) == 0x000C30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000C38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartSequence_SequenceDuration) == 0x000C40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartSequence_SequenceDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000C48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_3) == 0x000C50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000C58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000C60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DegSin_ReturnValue_1) == 0x000C68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DegSin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Roll_2) == 0x000C70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Pitch_2) == 0x000C74, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Yaw_2) == 0x000C78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_10) == 0x000C7C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartSequence_SequenceDuration_1) == 0x000C80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartSequence_SequenceDuration_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_11) == 0x000C88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000C90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000C98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000CA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000CA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000CB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartSequence_SequenceDuration_2) == 0x000CB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartSequence_SequenceDuration_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_4) == 0x000CC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000CC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000CD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ComposeRotators_ReturnValue) == 0x000CD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x000CF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x000CF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000D00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue_3) == 0x000D08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000D20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_3) == 0x000E18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_3) == 0x000E20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_2) == 0x000E24, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanOR_ReturnValue) == 0x000E25, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x000E28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_5) == 0x000E40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_4) == 0x000E48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_5) == 0x000E49, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default) == 0x000E50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_12) == 0x000E58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_1) == 0x000E60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000E68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x000E80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000E98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_VectorToString_ReturnValue) == 0x000EB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Roll_3) == 0x000EC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Pitch_3) == 0x000EC4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Yaw_3) == 0x000EC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000ED0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue_4) == 0x000EE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_8) == 0x000EF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetForwardVector_ReturnValue_1) == 0x000F40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_6) == 0x000F58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_TouchedActor_1) == 0x000F60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_TouchedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_TouchedActor) == 0x000F68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_TouchedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_FocusEventBP) == 0x000F70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_2) == 0x000F78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable) == 0x000F80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_2) == 0x000F88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_5) == 0x000F89, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_1) == 0x000F8A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTargetingManager_ReturnValue) == 0x000F90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Get_Game_Director_Component_ReturnValue) == 0x000F98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Get_Game_Director_Component_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_SwitchEnum_CmpSuccess) == 0x000FA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTargetingManager_ReturnValue_1) == 0x000FA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTargetingManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_10) == 0x000FB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000FB1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralInt_ReturnValue) == 0x000FB4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000FB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_CanSpendAP_ReturnValue) == 0x000FC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_CanSpendAP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_HasUnlimitedShots_ReturnValue) == 0x000FC1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_HasUnlimitedShots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_11) == 0x000FC2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWidget_ReturnValue) == 0x000FC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeVector2D_ReturnValue) == 0x000FD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000FE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWidget_ReturnValue_1) == 0x0010D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_7) == 0x0010E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Get_Game_Director_Component_ReturnValue_1) == 0x0010E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Get_Game_Director_Component_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0010F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_8) == 0x0010F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsInitialized_Variable) == 0x001100, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsInitialized_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x001108, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_1) == 0x001118, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x001120, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_PreviousValue_Variable) == 0x001138, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_PreviousValue_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_PlayAnimMontage_ReturnValue) == 0x00113C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue) == 0x001140, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x001148, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_CheckBattleEnd_BattleHasEnded) == 0x001150, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_CheckBattleEnd_BattleHasEnded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerController_ReturnValue) == 0x001158, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState) == 0x001160, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_13) == 0x001168, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_3) == 0x001169, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState_1) == 0x001170, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_9) == 0x001178, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_14) == 0x001180, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState_2) == 0x001188, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_15) == 0x001190, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState_3) == 0x001198, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_16) == 0x0011A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_1) == 0x0011A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsBattleEnding_ReturnValue) == 0x0011B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanOR_ReturnValue_1) == 0x0011B1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_17) == 0x0011B2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_3) == 0x0011B3, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_10) == 0x0011B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_18) == 0x0011C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue) == 0x0011C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFinalCameraPitchInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_11) == 0x0011D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue) == 0x0011D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFinalCameraYawInputMultiplierForMouse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0011E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue) == 0x0011E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFinalCameraPitchInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0011F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue) == 0x0011F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFinalCameraYawInputMultiplierForController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetController_ReturnValue) == 0x001200, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ActionType) == 0x001208, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SecondaryActionName) == 0x00120C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SecondaryActionName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x001218, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_2) == 0x001220, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_NameToText_ReturnValue) == 0x001228, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_9) == 0x001238, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_OutRow_12) == 0x001280, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_OutRow_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0013B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_7) == 0x0013B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_7) == 0x0013C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_19) == 0x0013D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable) == 0x0013E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBP_Data_Asset_Item_Consumable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_3) == 0x0013E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x0013F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0013F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script) == 0x001400, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ClassDynamicCast_AsBP_Battle_Skill_Script' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ClassDynamicCast_bSuccess) == 0x001408, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_SwitchEnum_CmpSuccess_1) == 0x001409, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ItemName) == 0x00140C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ItemName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetItemDisplayName_ItemDisplayName) == 0x001418, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetItemDisplayName_ItemDisplayName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_MagicName) == 0x001428, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_MagicName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_10) == 0x001430, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_MoveName) == 0x001478, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_MoveName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_2) == 0x001480, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_8) == 0x001488, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_IsGradientCounter) == 0x001498, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_IsGradientCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_LatentAction_2) == 0x0014A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_LatentAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CounteredCharacter) == 0x0014A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CounteredCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_9) == 0x0014B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_3) == 0x0014C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_11) == 0x0014C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_10) == 0x001510, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue) == 0x001520, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_8) == 0x001580, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x001590, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_20) == 0x001598, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue) == 0x0015A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_12) == 0x0015A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue_1) == 0x0015F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_11) == 0x001650, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x001660, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_9) == 0x001668, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x001678, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_13) == 0x001680, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_12) == 0x0016C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_10) == 0x0016D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutItem) == 0x0016E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutIndex) == 0x0016F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_2) == 0x0016F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_4) == 0x001708, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_14) == 0x001710, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_13) == 0x001758, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_11) == 0x001768, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_15) == 0x001778, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_14) == 0x0017C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_12) == 0x0017D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_4) == 0x0017E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_On_Action_Finished_HasMoreActions) == 0x0017E1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutItem_1) == 0x0017E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutIndex_1) == 0x0017F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_4) == 0x0017F4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_5) == 0x0017F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_PlayAnimMontage_ReturnValue_1) == 0x001808, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_PlayAnimMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_16) == 0x001810, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_17) == 0x001858, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_15) == 0x0018A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_16) == 0x0018B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_13) == 0x0018C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_14) == 0x0018D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerController_ReturnValue_1) == 0x0018E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue_2) == 0x0018F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetComponentByClass_ReturnValue) == 0x001950, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x001958, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x001960, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_21) == 0x001968, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartSequence_SequenceDuration_3) == 0x001970, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartSequence_SequenceDuration_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_6) == 0x001978, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_22) == 0x001980, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_7) == 0x001988, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x001990, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0019A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_X_1) == 0x0019C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_Y_1) == 0x0019C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakVector_Z_1) == 0x0019D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeVector_ReturnValue) == 0x0019D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_23) == 0x0019F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_GradientCenterLocation_1) == 0x0019F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_GradientCenterLocation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_LatentAction_1) == 0x001A10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_LatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutItem_2) == 0x001A18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutItem_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutIndex_2) == 0x001A20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ScaleMultiplier) == 0x001A28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Duration_1) == 0x001A30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CurveOverride) == 0x001A38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CurveOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x001A40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_3) == 0x001A48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_6) == 0x001A50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x001A58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x001A70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutItem_3) == 0x001A88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutItem_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Random_OutIndex_3) == 0x001A90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Random_OutIndex_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_PlayAnimMontage_ReturnValue_2) == 0x001A94, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_PlayAnimMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralBool_ReturnValue_2) == 0x001A98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_5) == 0x001A99, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetActorScale3D_ReturnValue) == 0x001AA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBaseDamageType_ReturnValue) == 0x001AB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBaseDamageType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_6) == 0x001AC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_6) == 0x001AC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_1) == 0x001AD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_4) == 0x001AD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_7) == 0x001AD9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_7) == 0x001AE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_5) == 0x001AE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_8) == 0x001AF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_byte_Variable_8) == 0x001AF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_int_Variable_1) == 0x001AFC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_17) == 0x001B00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_6) == 0x001B10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_24) == 0x001B18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetActorForwardVector_ReturnValue) == 0x001B20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetRootLocation_Location) == 0x001B38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetRootLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetRootLocation_Scale) == 0x001B50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetRootLocation_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetRootLocation_Rotation) == 0x001B68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetRootLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotFromX_ReturnValue) == 0x001B80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_2) == 0x001B98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x001BB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_7) == 0x001BB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_LatentAction) == 0x001BC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsActive_Variable) == 0x001BC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsActive_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_18) == 0x001BD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_8) == 0x001BE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_25) == 0x001BE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_5) == 0x001BE9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCounterDamageLevelMultiplier_ReturnValue) == 0x001BF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCounterDamageLevelMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x001BF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_DamageSource_CastInput) == 0x001C00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_DamageSource_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_ReturnValue) == 0x001C10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_HasHit) == 0x001C18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_BattleDamages) == 0x001C20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCounterDamageLevelMultiplier_ReturnValue_1) == 0x001C28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCounterDamageLevelMultiplier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_26) == 0x001C30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x001C38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_DamageSource_CastInput_1) == 0x001C40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_DamageSource_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_ReturnValue_1) == 0x001C50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_HasHit_1) == 0x001C58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_HasHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_BattleDamages_1) == 0x001C60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_BattleDamages_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_2) == 0x001C68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_6) == 0x001C70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDummyMiddleCharacter_ReturnValue) == 0x001C78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDummyMiddleCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_3) == 0x001C80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue_3) == 0x001C90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3) == 0x001CF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeTransform_ReturnValue) == 0x001D00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_4) == 0x001D60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_3) == 0x001D68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_4) == 0x001D70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_2) == 0x001D78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_3) == 0x001D80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_9) == 0x001D88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPackagedForDistribution_ReturnValue_3) == 0x001D90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPackagedForDistribution_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBoolCVar_ReturnValue) == 0x001D91, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue) == 0x001D98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x001DB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x001DBC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction) == 0x001DC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_12) == 0x001DC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanOR_ReturnValue_2) == 0x001DC9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_3_0) == 0x001DD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_2_0) == 0x001DD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x001DE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_12) == 0x001DE4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_DeathByCounter) == 0x001DF4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_DeathByCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_HealAmount_1) == 0x001DF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_HealAmount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_RestoredMP_) == 0x001E00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_RestoredMP_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_SourceCharacter) == 0x001E08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Reason_1) == 0x001E10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Reason_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCurrentMontage_ReturnValue) == 0x001E18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x001E20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_HealAmount) == 0x001E28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_HealAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_BattleDamages) == 0x001E30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_DamageSourceCharacter) == 0x001E38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_DamageSourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFinalBaseElement_AttackElement) == 0x001E48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFinalBaseElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetIsResistant_IsResistant) == 0x001E49, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetIsResistant_IsResistant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetIsWeakness_IsWeakness) == 0x001E4A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetIsWeakness_IsWeakness' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetIsCriticalHit_IsCritical) == 0x001E4B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetIsCriticalHit_IsCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnDamagePopupFromDamages_DamageWidget) == 0x001E50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnDamagePopupFromDamages_DamageWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetSourceCharacter_SourceCharacter) == 0x001E58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x001E60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x001E68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBPI_Battle_Communication) == 0x001E70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBPI_Battle_Communication' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_4) == 0x001E80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam) == 0x001E81, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPlayerTeamCharacterBase_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Amount) == 0x001E84, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_IsFromTurnStart) == 0x001E88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_IsFromTurnStart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x001E90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCurrentMontage_ReturnValue_1) == 0x001E98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCurrentMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_PlayAnimMontage_ReturnValue_3) == 0x001EA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_PlayAnimMontage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Contains_ReturnValue) == 0x001EA4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_5) == 0x001EA5, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x001EA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x001EC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState_4) == 0x001EC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_27) == 0x001ED0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x001ED8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSoundAttached_ReturnValue) == 0x001EE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x001EE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_28) == 0x001EF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetFloatParameter_self_CastInput) == 0x001EF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetFloatParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x001F08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x001F10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_29) == 0x001F18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x001F20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetSocketLocation_ReturnValue) == 0x001F38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x001F50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_19) == 0x001F58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_On_Action_Finished_HasMoreActions_1) == 0x001F68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_On_Action_Finished_HasMoreActions_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Has_Been_Initd_Variable_6) == 0x001F69, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_4) == 0x001F70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_4) == 0x001F78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_3) == 0x001F7C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualsObjects_ReturnValue) == 0x001F7D, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_13) == 0x001F7E, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_5) == 0x001F80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_5) == 0x001F88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetMaxHP_MaxHP) == 0x001F90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_4) == 0x001F98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_HiddenInGame) == 0x001F99, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_HiddenInGame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FClamp_ReturnValue) == 0x001FA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetActorsHiddenInGame_UpdatedActors) == 0x001FA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetActorsHiddenInGame_UpdatedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetActorsHiddenInGame_UpdatedActors_1) == 0x001FB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetActorsHiddenInGame_UpdatedActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_4) == 0x001FC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x001FD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_14) == 0x001FD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_13) == 0x001FE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_14) == 0x001FE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_15) == 0x001FF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_8) == 0x001FF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ClampAngleForLookUpDown_ReturnValue) == 0x002000, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ClampAngleForLookUpDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_5) == 0x002008, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetDisplayName_ReturnValue_3) == 0x002010, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_5) == 0x002020, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_StringToText_ReturnValue_6) == 0x002030, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_18) == 0x002040, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_19) == 0x002088, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_20) == 0x0020D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_21) == 0x0020E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_15) == 0x0020F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_16) == 0x002100, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Damage) == 0x002110, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Critical_) == 0x002118, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Critical_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Weakness_) == 0x002119, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Weakness_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Resistant_) == 0x00211A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Resistant_' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Element) == 0x00211B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Reason) == 0x00211C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_DamageCharacterSource) == 0x002120, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_DamageCharacterSource' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_30) == 0x002128, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanOR_ReturnValue_3) == 0x002129, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00212A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x002130, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_BodyPart) == 0x002148, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Projectile) == 0x002150, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Projectile' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetActorRotation_ReturnValue_2) == 0x002158, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetActorRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_SwitchEnum_CmpSuccess_2) == 0x002159, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsInitialized_Variable_1) == 0x00215A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsInitialized_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBaseDamageType_ReturnValue_1) == 0x00215B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBaseDamageType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ComponentBoundEvent_Character) == 0x002160, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ComponentBoundEvent_BodyPart) == 0x002168, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ComponentBoundEvent_BodyPart' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ComponentBoundEvent_HitResult) == 0x002170, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ComponentBoundEvent_HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_ComponentBoundEvent_TargetBodyPartBP) == 0x002268, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_ComponentBoundEvent_TargetBodyPartBP' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_31) == 0x002270, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x002271, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_9) == 0x002278, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x002280, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_DamageSource_CastInput_2) == 0x002288, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_DamageSource_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_ReturnValue_2) == 0x002298, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_15) == 0x0022A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_HasHit_2) == 0x0022A1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_HasHit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_BattleDamages_2) == 0x0022A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_BattleDamages_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0022B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_OverrideTarget_2) == 0x0023A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_OverrideTarget_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_HasHit_3) == 0x0023B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_HasHit_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CameraShake_3) == 0x0023B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CameraShake_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ShakeScale_3) == 0x0023C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ShakeScale_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX1_3) == 0x0023C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX1_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX2_3) == 0x0023D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX2_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Sound_3) == 0x0023D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Sound_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SoundWwise_3) == 0x0023E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SoundWwise_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VolumeMultiplier_3) == 0x0023E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VolumeMultiplier_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreezeFrame_3) == 0x0023F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreezeFrame_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SpawnIfCharacterIsDead_3) == 0x0023F1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SpawnIfCharacterIsDead_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_6) == 0x0023F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_10) == 0x002400, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_6) == 0x002408, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_6) == 0x002410, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Greater_IntInt_ReturnValue_1) == 0x002414, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_PreviousValue_Variable_1) == 0x002415, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_PreviousValue_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsActive_Variable_1) == 0x002416, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsActive_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsClosed_Variable_6) == 0x002417, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsActive_Variable_2) == 0x002418, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsActive_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_NewValue_2) == 0x002419, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_NewValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_NewValue_1) == 0x00241A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_16) == 0x00241B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Duration) == 0x002420, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x002428, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x002448, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00244C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x002450, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_6_0) == 0x002458, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_5_0) == 0x002460, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x002468, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FSoundEvent) == 0x002470, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_ObjectToText_ReturnValue_6) == 0x002478, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_ObjectToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeStruct_FormatArgumentData_20) == 0x002488, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_22) == 0x0024D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAnimInstance_ReturnValue) == 0x0024E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Format_ReturnValue_17) == 0x0024E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Format_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsABP_Battle_Global) == 0x0024F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_5) == 0x002500, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetIsDefending_Defending) == 0x002501, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetIsDefending_Defending' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAnimInstance_ReturnValue_1) == 0x002508, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager_1) == 0x002510, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_6) == 0x002520, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsABP_Battle_Global_1) == 0x002528, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsABP_Battle_Global_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_7) == 0x002530, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_6) == 0x002531, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAllActorsOfClass_OutActors) == 0x002538, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_7) == 0x002548, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_7) == 0x002550, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x002558, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_7) == 0x00255C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_EndPlayReason) == 0x002560, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_5) == 0x002561, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_32) == 0x002562, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetFreeAimTargetPartsComponents_ReturnValue) == 0x002568, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetFreeAimTargetPartsComponents_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_8) == 0x002578, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_8) == 0x002580, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_6) == 0x002584, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CompletedLatentAction_1) == 0x002588, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CompletedLatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_DebugReason) == 0x002590, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_33) == 0x0025A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_TargetCharacterStats) == 0x0025A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_8) == 0x0025B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x0025B1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_7) == 0x0025B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0025C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_16) == 0x0025C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_17) == 0x0025D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_18) == 0x0025D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_19) == 0x0025E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x0025E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_9) == 0x0025F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_20) == 0x0025F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ClampAngleForLookLeftRight_ReturnValue) == 0x002600, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ClampAngleForLookLeftRight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_21) == 0x002608, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_8) == 0x002610, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_9) == 0x002618, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_11) == 0x002620, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_9) == 0x002628, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_NewPermeateElement) == 0x002629, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_NewPermeateElement' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_NewPermeateIntensity) == 0x00262A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_NewPermeateIntensity' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x002630, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x002650, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x002654, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x002658, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_DashBackAnimMontage) == 0x002660, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_DashBackAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CompletedLatentAction) == 0x002668, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CompletedLatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_34) == 0x002670, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_9_0) == 0x002678, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_9_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_8_0) == 0x002680, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x002688, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue_4) == 0x002690, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_5) == 0x0026F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_5) == 0x0026F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_35) == 0x002700, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Attacker) == 0x002708, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Attacker' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBoolCVar_ReturnValue_1) == 0x002710, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBoolCVar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_PlayAnimMontage_ReturnValue_4) == 0x002714, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_PlayAnimMontage_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsInitialized_Variable_2) == 0x002718, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsInitialized_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x002720, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_3) == 0x002738, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x002750, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_10) == 0x002768, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x002770, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_22) == 0x002788, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_4) == 0x002790, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_23) == 0x0027A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x0027B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_10) == 0x0027B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ClampAngleForLookUpDown_ReturnValue_1) == 0x0027C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ClampAngleForLookUpDown_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_wildcard_Variable_10) == 0x0027C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_wildcard_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_RefCounter) == 0x0027D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_RefCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_11) == 0x0027D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0027E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_TryGetTargetedAllies_Valid) == 0x0027E1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_TryGetTargetedAllies_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_TryGetTargetedAllies_TargetedHeroes) == 0x0027E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_TryGetTargetedAllies_TargetedHeroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_9) == 0x0027F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_9) == 0x002800, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x002808, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_7) == 0x002820, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x002828, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x002840, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_GradientCenterLocation) == 0x002858, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_GradientCenterLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_5) == 0x002870, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x002888, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_VectorVector_ReturnValue_6) == 0x002898, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_4) == 0x0028B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_PreviousValue_Variable_2) == 0x0028B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_PreviousValue_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_NotEqual_BoolBool_ReturnValue_2) == 0x0028B9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_NotEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTeam_Team) == 0x0028BA, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0028BB, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_12) == 0x0028C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_12) == 0x0028C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x0028D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x0028F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0028F4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x0028F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_12_0) == 0x002900, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_12_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_11_0) == 0x002908, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_11_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x002910, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x002918, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_13) == 0x002930, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x002938, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_24) == 0x002950, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_ReturnValue_11) == 0x002958, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ClampAngleForLookLeftRight_ReturnValue_1) == 0x002960, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ClampAngleForLookLeftRight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CharacterCustomization) == 0x002968, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MultiGate_1_FirstRun) == 0x0029B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MultiGate_1_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MultiGate_1_Data) == 0x0029BC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MultiGate_1_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_HasReceivedBattleStart_ReturnValue) == 0x0029C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_HasReceivedBattleStart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_17) == 0x0029C1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_14) == 0x0029C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_15) == 0x0029D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralDouble_ReturnValue_2) == 0x0029D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeLiteralDouble_ReturnValue_3) == 0x0029E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeLiteralDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_36) == 0x0029E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerController_ReturnValue_2) == 0x0029F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerController_ReturnValue_3) == 0x0029F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_13) == 0x002A00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWeaponR_VelocityAndSpeed_Velocity) == 0x002A08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWeaponR_VelocityAndSpeed_Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWeaponR_VelocityAndSpeed_Speed) == 0x002A20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWeaponR_VelocityAndSpeed_Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWeaponL_VelocityAndSpeed_Velocity) == 0x002A28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWeaponL_VelocityAndSpeed_Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetWeaponL_VelocityAndSpeed_Speed) == 0x002A40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetWeaponL_VelocityAndSpeed_Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x002A48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x002A49, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x002A50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x002A70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x002A74, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x002A78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_15_0) == 0x002A80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_15_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_14_0) == 0x002A88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_14_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x002A90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetActorLocation_ReturnValue_13) == 0x002A98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetActorLocation_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBaseDamageType_ReturnValue_2) == 0x002AB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBaseDamageType_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FindLookAtRotation_ReturnValue_3) == 0x002AB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FindLookAtRotation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_4) == 0x002AD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_5) == 0x002AD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_HasHit_2) == 0x002AE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_HasHit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CameraShake_2) == 0x002AE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CameraShake_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ShakeScale_2) == 0x002AF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ShakeScale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX1_2) == 0x002AF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX1_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX2_2) == 0x002B00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX2_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Sound_2) == 0x002B08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Sound_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SoundWwise_2) == 0x002B10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SoundWwise_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VolumeMultiplier_2) == 0x002B18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VolumeMultiplier_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreezeFrame_2) == 0x002B20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreezeFrame_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SpawnIfCharacterIsDead_2) == 0x002B21, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SpawnIfCharacterIsDead_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_OverrideTarget_1) == 0x002B28, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_OverrideTarget_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_HasHit_1) == 0x002B30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_HasHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CameraShake_1) == 0x002B38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CameraShake_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ShakeScale_1) == 0x002B40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ShakeScale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX1_1) == 0x002B48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX1_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX2_1) == 0x002B50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX2_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Sound_1) == 0x002B58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Sound_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SoundWwise_1) == 0x002B60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SoundWwise_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VolumeMultiplier_1) == 0x002B68, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VolumeMultiplier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreezeFrame_1) == 0x002B70, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreezeFrame_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SpawnIfCharacterIsDead_1) == 0x002B71, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SpawnIfCharacterIsDead_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_OverrideTarget) == 0x002B78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_OverrideTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_HasHit) == 0x002B80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CameraShake) == 0x002B88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ShakeScale) == 0x002B90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX1) == 0x002B98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VFX2) == 0x002BA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VFX2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Sound) == 0x002BA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SoundWwise) == 0x002BB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SoundWwise' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_VolumeMultiplier) == 0x002BB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreezeFrame) == 0x002BC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreezeFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_SpawnIfCharacterIsDead) == 0x002BC1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_SpawnIfCharacterIsDead' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_7) == 0x002BC2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartFreezeFrame_LatentAction) == 0x002BC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartFreezeFrame_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_5) == 0x002BD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_37) == 0x002BD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSystemAtLocation_ReturnValue_6) == 0x002BE0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSystemAtLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_38) == 0x002BE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_39) == 0x002BE9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_18) == 0x002BEA, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_16) == 0x002BF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x002BF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_17) == 0x002C00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_14) == 0x002C08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x002C10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x002C30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x002C34, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x002C38, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_17_0) == 0x002C40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_17_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_16_0) == 0x002C48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_16_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x002C50, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_2) == 0x002C51, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_Enabled) == 0x002C52, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x002C58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCameraLocation_ReturnValue_1) == 0x002C60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_3) == 0x002C78, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_Variable_8) == 0x002C79, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_NewValue) == 0x002C7A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_19) == 0x002C7B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x002C80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_VectorVector_ReturnValue) == 0x002C98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotFromX_ReturnValue_1) == 0x002CB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotFromX_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBoolCVar_ReturnValue_2) == 0x002CC8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBoolCVar_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Roll_4) == 0x002CCC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Pitch_4) == 0x002CD0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakRotator_Yaw_4) == 0x002CD4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_ReturnValue_5) == 0x002CD8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x002CF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_18) == 0x002DE8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Event_Character) == 0x002DF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SpawnSound2D_ReturnValue) == 0x002DF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetTriggerParameter_self_CastInput) == 0x002E00, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanAND_ReturnValue_2) == 0x002E10, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetPlayerController_ReturnValue_4) == 0x002E18, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetViewportSize_ReturnValue) == 0x002E20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_19) == 0x002E30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBoneTransform_ReturnValue) == 0x002E40, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBoneTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_object_Variable_15) == 0x002EA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakTransform_Location) == 0x002EA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakTransform_Rotation) == 0x002EC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BreakTransform_Scale) == 0x002ED8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x002EF0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x002EF8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x002F08, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CreateDelegate_OutputDelegate_13) == 0x002F0C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x002F20, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_Vector2DToVector_ReturnValue) == 0x002F30, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_Vector2DToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x002F48, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x002F58, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x002F60, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x002F80, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x002F84, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_EnhancedInputActionEvent_SourceAction_6) == 0x002F88, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_EnhancedInputActionEvent_SourceAction_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsHandleValid_ReturnValue) == 0x002F90, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsHandleValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_AddReference_ReturnValue) == 0x002F91, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_20) == 0x002F92, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_19_0) == 0x002F98, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_19_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_real_Variable_18_0) == 0x002FA0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_real_Variable_18_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x002FA8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_CharacterStats) == 0x002FB0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_ActionEffectIndex) == 0x002FB8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_ActionEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RemoveReference_ReturnValue) == 0x002FBC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTransform_ReturnValue_5) == 0x002FC0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTransform_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_MakeArray_Array_23) == 0x003020, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_MakeArray_Array_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_6) == 0x003030, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FinishSpawningActor_ReturnValue_6) == 0x003038, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FinishSpawningActor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_40) == 0x003040, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_StartSequence_SequenceDuration_4) == 0x003048, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_StartSequence_SequenceDuration_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAllEnemies_Enemies) == 0x003050, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAllEnemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_10) == 0x003060, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_10) == 0x003068, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_8) == 0x00306C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAllAliveEnemies_Target_Heroes) == 0x003070, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAllAliveEnemies_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_21) == 0x003080, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_11) == 0x003088, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_11) == 0x003090, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_9) == 0x003094, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsActive_Variable_3) == 0x003095, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsActive_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_6) == 0x003098, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Map_IsEmpty_ReturnValue) == 0x0030A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Map_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_41) == 0x0030A1, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_PreviousValue_Variable_3) == 0x0030A2, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_PreviousValue_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_NotEqual_BoolBool_ReturnValue_3) == 0x0030A3, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_NotEqual_BoolBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_42) == 0x0030A4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCounterDamageLevelMultiplier_ReturnValue_2) == 0x0030A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCounterDamageLevelMultiplier_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_ReturnValue_25) == 0x0030B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_DamageSource_CastInput_3) == 0x0030B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_DamageSource_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeDamageBuilder_ReturnValue_3) == 0x0030C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeDamageBuilder_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_HasHit_3) == 0x0030D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_HasHit_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_DealDamages_BattleDamages_3) == 0x0030D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_DealDamages_BattleDamages_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_HasObjectAsDependency_ReturnValue) == 0x0030E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_HasObjectAsDependency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_ReturnValue_7) == 0x0030E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeVector2D_ReturnValue_1) == 0x0030F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_VLerp_ReturnValue) == 0x003100, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x003118, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_7) == 0x003210, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_43) == 0x003218, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTargetingManager_ReturnValue_2) == 0x003220, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTargetingManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_44) == 0x003228, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_12) == 0x003230, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_12) == 0x003238, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_10) == 0x00323C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_FClamp_ReturnValue_1) == 0x003240, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ReduceHP_NewHPValue) == 0x003248, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ReduceHP_NewHPValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_ReduceHP_EffectiveDamage) == 0x003250, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_ReduceHP_EffectiveDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_22) == 0x003258, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x003259, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Contains_ReturnValue_1) == 0x00325A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanAND_ReturnValue_3) == 0x00325B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_45) == 0x00325C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTargetingGroupForCharacter_Array_Element) == 0x003260, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTargetingGroupForCharacter_Array_Element' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_46) == 0x003268, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCustomGI_ReturnValue) == 0x003270, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetOverheadStateWidget_WBPOverheadState_5) == 0x003278, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetOverheadStateWidget_WBPOverheadState_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsInTeam_ReturnValue) == 0x003280, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_47) == 0x003281, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetCharacterByID_CharacterData) == 0x003288, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleStartAP_Count_AP_Count) == 0x003290, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleStartAP_Count_AP_Count' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetNextAvailableBossUI_BossUI) == 0x003298, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetNextAvailableBossUI_BossUI' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_48) == 0x0032A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetTargetingGroupForCharacter_Array_Element_1) == 0x0032A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetTargetingGroupForCharacter_Array_Element_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_8) == 0x0032B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_49) == 0x0032B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_50) == 0x0032B9, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsValid_ReturnValue_51) == 0x0032BA, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsValid_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetSequencePlayer_ReturnValue) == 0x0032C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetAllAliveHeroes_Target_Heroes) == 0x0032C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetAllAliveHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Get_Item_13) == 0x0032D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Array_Length_ReturnValue_13) == 0x0032E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Less_IntInt_ReturnValue_11) == 0x0032E4, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetActiveCharacter_CurrentCharacter) == 0x0032E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetActiveCharacter_CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualsObjects_ReturnValue_1) == 0x0032F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_GetBattleManager_ReturnValue_9) == 0x0032F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_GetBattleManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsBattleEnding_ReturnValue_1) == 0x003300, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsBattleEnding_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Not_PreBool_ReturnValue_23) == 0x003301, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Not_PreBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_struct_Variable) == 0x003304, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_bool_IsInitialized_Variable_3) == 0x003314, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_bool_IsInitialized_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager_2) == 0x003318, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_DynamicCast_bSuccess_8) == 0x003328, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_IsAFullTeamDead_ReturnValue) == 0x003329, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_IsAFullTeamDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreeAimType_1) == 0x00332A, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreeAimType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00332B, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_BooleanAND_ReturnValue_4) == 0x00332C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_On_Action_Finished_HasMoreActions_2) == 0x00332D, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_On_Action_Finished_HasMoreActions_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, Temp_struct_Variable_1) == 0x003330, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_Select_Default_10) == 0x003340, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_AllHitCharacters) == 0x003350, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_AllHitCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_CustomEvent_FreeAimType) == 0x003360, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_CustomEvent_FreeAimType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x003361, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast) == 0x003368, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x003370, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x003378, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_2) == 0x003380, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_VariableSet_BlendWeight_ImplicitCast) == 0x003388, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_VariableSet_BlendWeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x00338C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x003390, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_3) == 0x003398, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_4) == 0x0033A0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, K2Node_VariableSet_BlendWeight_ImplicitCast_1) == 0x0033A8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::K2Node_VariableSet_BlendWeight_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1) == 0x0033AC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_5) == 0x0033B0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x0033B8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0033C0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0033C8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0033D0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_Yaw_ImplicitCast_1) == 0x0033D8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_Yaw_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_Yaw_ImplicitCast_2) == 0x0033DC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_Yaw_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0033E0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1) == 0x0033E8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0033F0, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x0033F8, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_MakeRotator_Yaw_ImplicitCast_3) == 0x0033FC, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_MakeRotator_Yaw_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x003400, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_6) == 0x003408, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x003410, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x003414, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x003418, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Delay_Duration_ImplicitCast) == 0x00341C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RetriggerableDelay_Duration_ImplicitCast) == 0x003420, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RetriggerableDelay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast_1) == 0x003424, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RetriggerableDelay_Duration_ImplicitCast_1) == 0x003428, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RetriggerableDelay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RetriggerableDelay_Duration_ImplicitCast_2) == 0x00342C, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RetriggerableDelay_Duration_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RetriggerableDelay_Duration_ImplicitCast_3) == 0x003430, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RetriggerableDelay_Duration_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_RetriggerableDelay_Duration_ImplicitCast_4) == 0x003434, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_RetriggerableDelay_Duration_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base, CallFunc_Lerp_Alpha_ImplicitCast_7) == 0x003438, "Member 'BP_jRPG_Character_Battle_Base_C_ExecuteUbergraph_BP_jRPG_Character_Battle_Base::CallFunc_Lerp_Alpha_ImplicitCast_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture, CurrentBattlePosture) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture::CurrentBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattlePosture::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations) == 0x000050, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations, BattlePostureAnimations) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattlePostureAnimations::BattlePostureAnimations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter) == 0x000018, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter, Character) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter, CallFunc_GetCharacterBattleBase_IsValid) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_jRPG_Character_Battle_Base_C_GetOwnerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_ \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_) == 0x000048, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, Temp_bool_Variable) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, K2Node_MakeArray_Array_1) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, K2Node_Select_Default) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetBattleSpotIndexLeftToRight__WhenFacingCharacters_::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState) == 0x000004, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState) == 0x00000C, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, ReturnValue) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, Temp_bool_Variable) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, Temp_byte_Variable) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, CallFunc_Array_LastIndex_ReturnValue) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState, K2Node_Select_Default) == 0x000009, "Member 'BP_jRPG_Character_Battle_Base_C_GetCurrentBattleTurnState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter) == 0x000001, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter) == 0x000002, "Wrong size on BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter, IsPlayerTeam) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter::IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_IsPlayerTeamCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, OnlySuccess) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::OnlySuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, OnlyFail) == 0x000001, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::OnlyFail' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, OnlyPerfect) == 0x000002, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::OnlyPerfect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, SuccessCount) == 0x000004, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::SuccessCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, FailCount) == 0x000008, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::FailCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, PerfectCount) == 0x00000C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::PerfectCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, local_perfectCount) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::local_perfectCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, local_failCount) == 0x000014, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::local_failCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, local_successCount) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::local_successCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Variable) == 0x000024, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Variable_1) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000044, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetOwnerCharacter_Character) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_OnlySuccess) == 0x000051, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_OnlySuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_OnlyFail) == 0x000052, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_OnlyFail' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_OnlyPerfect) == 0x000053, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_OnlyPerfect' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_SuccessCount) == 0x000054, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_SuccessCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_FailCount) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_FailCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetLastSkillComboInfo_PerfectCount) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetLastSkillComboInfo_PerfectCount' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, Temp_int_Variable_2) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_GetOwnerCharacter_Character_1) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_GetOwnerCharacter_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Add_IntInt_ReturnValue_3) == 0x00007C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Add_IntInt_ReturnValue_4) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000085, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Array_Get_Item_1) == 0x000086, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_jRPG_Character_Battle_Base_C_GetLastSkillComboInfo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_GetRootLocation \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_GetRootLocation) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_GetRootLocation"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_GetRootLocation) == 0x000090, "Wrong size on BP_jRPG_Character_Battle_Base_C_GetRootLocation"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, Location) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, Scale) == 0x000018, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, Rotation) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_GetRootLocation, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_GetRootLocation::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes \ +static_assert(alignof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes) == 0x000008, "Wrong alignment on BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes"); \ +static_assert(sizeof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes) == 0x000088, "Wrong size on BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, OriginalTargets) == 0x000000, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::OriginalTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, TargetList) == 0x000010, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::TargetList' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, local_newTargets) == 0x000020, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::local_newTargets' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, local_startOffset) == 0x000030, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::local_startOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, local_lastCharacter) == 0x000038, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::local_lastCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, Temp_int_Variable) == 0x000050, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_LastIndex_ReturnValue_1) == 0x00005C, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Find_ReturnValue) == 0x000060, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000064, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Percent_IntInt_ReturnValue) == 0x00006C, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_jRPG_Character_Battle_Base_C_FillTargetsWithOtherHeroes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_Character_Battle_Base_C \ +static_assert(alignof(ABP_jRPG_Character_Battle_Base_C) == 0x000010, "Wrong alignment on ABP_jRPG_Character_Battle_Base_C"); \ +static_assert(sizeof(ABP_jRPG_Character_Battle_Base_C) == 0x001570, "Wrong size on ABP_jRPG_Character_Battle_Base_C"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, UberGraphFrame) == 0x000670, "Member 'ABP_jRPG_Character_Battle_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LODSyncCharacters) == 0x000678, "Member 'ABP_jRPG_Character_Battle_Base_C::LODSyncCharacters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LODSyncEnemies) == 0x000680, "Member 'ABP_jRPG_Character_Battle_Base_C::LODSyncEnemies' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BPC_CharacterVisualAlterations) == 0x000688, "Member 'ABP_jRPG_Character_Battle_Base_C::BPC_CharacterVisualAlterations' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ChildActor_PreviewWeapon) == 0x000690, "Member 'ABP_jRPG_Character_Battle_Base_C::ChildActor_PreviewWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetingCameraFocusPoint) == 0x000698, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetingCameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_EnvironmentInteractorComponent_foot_right) == 0x0006A0, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_EnvironmentInteractorComponent_foot_right' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_EnvironmentInteractorComponent_foot_left) == 0x0006A8, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_EnvironmentInteractorComponent_foot_left' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Niagara_3D_UI_BackgroundGold) == 0x0006B0, "Member 'ABP_jRPG_Character_Battle_Base_C::Niagara_3D_UI_BackgroundGold' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Niagara_3D_UI_Background) == 0x0006B8, "Member 'ABP_jRPG_Character_Battle_Base_C::Niagara_3D_UI_Background' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_CharacterSkinComponent) == 0x0006C0, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_CharacterSkinComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_EventRoutingSystemComponent_AISkills) == 0x0006C8, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_EventRoutingSystemComponent_AISkills' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LookAtLocation_FreeAim) == 0x0006D0, "Member 'ABP_jRPG_Character_Battle_Base_C::LookAtLocation_FreeAim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LookAtLocation) == 0x0006D8, "Member 'ABP_jRPG_Character_Battle_Base_C::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DebugArrow_FreeAim_L) == 0x0006E0, "Member 'ABP_jRPG_Character_Battle_Base_C::DebugArrow_FreeAim_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimRotationComponent_L) == 0x0006E8, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimRotationComponent_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimSpawnLocation_L) == 0x0006F0, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimSpawnLocation_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AttackedLocation) == 0x0006F8, "Member 'ABP_jRPG_Character_Battle_Base_C::AttackedLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Idle) == 0x000700, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Placeholder_02) == 0x000708, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Placeholder_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Placeholder_01) == 0x000710, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Placeholder_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Foley_02) == 0x000718, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Foley_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Foley_01) == 0x000720, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Foley_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Footstep_L) == 0x000728, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Footstep_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Footstep_R) == 0x000730, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Footstep_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Weapon_L_02) == 0x000738, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Weapon_L_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Weapon_R_02) == 0x000740, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Weapon_R_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Vocal_02) == 0x000748, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Vocal_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_HitBy_02) == 0x000750, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_HitBy_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_SFX_02) == 0x000758, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_HitBy_01) == 0x000760, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_HitBy_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_SFX_01) == 0x000768, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Vocal_01) == 0x000770, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Vocal_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Weapon_L_01) == 0x000778, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Weapon_L_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_Weapon_R_01) == 0x000780, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_Weapon_R_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_AudioCharacter_BattleManager) == 0x000788, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_AudioCharacter_BattleManager' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FrontLocation) == 0x000790, "Member 'ABP_jRPG_Character_Battle_Base_C::FrontLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DamagePosition) == 0x000798, "Member 'ABP_jRPG_Character_Battle_Base_C::DamagePosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_FootR) == 0x0007A0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_FootR' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_FootL) == 0x0007A8, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_FootL' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Spine03) == 0x0007B0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Spine03' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Spine01) == 0x0007B8, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Spine01' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Root) == 0x0007C0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Head) == 0x0007C8, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Head' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Hand_R) == 0x0007D0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Hand_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_Hand_L) == 0x0007D8, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_Hand_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachment_AboveBody) == 0x0007E0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachment_AboveBody' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FrontVFXSpawn) == 0x0007E8, "Member 'ABP_jRPG_Character_Battle_Base_C::FrontVFXSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimRotationComponent_R) == 0x0007F0, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimRotationComponent_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DebugArrow_FreeAim_R) == 0x0007F8, "Member 'ABP_jRPG_Character_Battle_Base_C::DebugArrow_FreeAim_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimSpawnLocation_R) == 0x000800, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimSpawnLocation_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HealthBar_CloseLocation) == 0x000808, "Member 'ABP_jRPG_Character_Battle_Base_C::HealthBar_CloseLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HealthBar) == 0x000810, "Member 'ABP_jRPG_Character_Battle_Base_C::HealthBar' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Head_R) == 0x000818, "Member 'ABP_jRPG_Character_Battle_Base_C::Head_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Head_L) == 0x000820, "Member 'ABP_jRPG_Character_Battle_Base_C::Head_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, thigh_r) == 0x000828, "Member 'ABP_jRPG_Character_Battle_Base_C::thigh_r' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, thigh_l) == 0x000830, "Member 'ABP_jRPG_Character_Battle_Base_C::thigh_l' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, lowerarm_r) == 0x000838, "Member 'ABP_jRPG_Character_Battle_Base_C::lowerarm_r' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, lowerarm_l) == 0x000840, "Member 'ABP_jRPG_Character_Battle_Base_C::lowerarm_l' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, upperarm_r) == 0x000848, "Member 'ABP_jRPG_Character_Battle_Base_C::upperarm_r' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, upperarm_l) == 0x000850, "Member 'ABP_jRPG_Character_Battle_Base_C::upperarm_l' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Side_R) == 0x000858, "Member 'ABP_jRPG_Character_Battle_Base_C::Side_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Side_L) == 0x000860, "Member 'ABP_jRPG_Character_Battle_Base_C::Side_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DebugText_CharacterInfos) == 0x000868, "Member 'ABP_jRPG_Character_Battle_Base_C::DebugText_CharacterInfos' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CameraTargetingTarget) == 0x000870, "Member 'ABP_jRPG_Character_Battle_Base_C::CameraTargetingTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ChildActor_TargetingCamera) == 0x000878, "Member 'ABP_jRPG_Character_Battle_Base_C::ChildActor_TargetingCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetingCamera) == 0x000880, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetingCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Arrow1) == 0x000888, "Member 'ABP_jRPG_Character_Battle_Base_C::Arrow1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BP_FreeAimShooterBattleComponent) == 0x000890, "Member 'ABP_jRPG_Character_Battle_Base_C::BP_FreeAimShooterBattleComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetingCapsule) == 0x000898, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetingCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DebugText_PreviousPosition) == 0x0008A0, "Member 'ABP_jRPG_Character_Battle_Base_C::DebugText_PreviousPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Camera_Shoulder) == 0x0008A8, "Member 'ABP_jRPG_Character_Battle_Base_C::Camera_Shoulder' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SpringArm_Shoulder) == 0x0008B0, "Member 'ABP_jRPG_Character_Battle_Base_C::SpringArm_Shoulder' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Sphere_Head) == 0x0008B8, "Member 'ABP_jRPG_Character_Battle_Base_C::Sphere_Head' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Sphere_Hand_R) == 0x0008C0, "Member 'ABP_jRPG_Character_Battle_Base_C::Sphere_Hand_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Sphere_Hand_L) == 0x0008C8, "Member 'ABP_jRPG_Character_Battle_Base_C::Sphere_Hand_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attachments) == 0x0008D0, "Member 'ABP_jRPG_Character_Battle_Base_C::Attachments' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetWidget) == 0x0008D8, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_jRPG_CombatMovement) == 0x0008E0, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_jRPG_CombatMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetPointer) == 0x0008E8, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetPointer' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AC_jRPG_CharacterStats) == 0x0008F0, "Member 'ABP_jRPG_Character_Battle_Base_C::AC_jRPG_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Camera) == 0x0008F8, "Member 'ABP_jRPG_Character_Battle_Base_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SpringArm) == 0x000900, "Member 'ABP_jRPG_Character_Battle_Base_C::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LateralOffsetUIFX_0to1_5196A039410C8DC3D94C10B3DAF53447) == 0x000908, "Member 'ABP_jRPG_Character_Battle_Base_C::LateralOffsetUIFX_0to1_5196A039410C8DC3D94C10B3DAF53447' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LateralOffsetUIFX__Direction_5196A039410C8DC3D94C10B3DAF53447) == 0x00090C, "Member 'ABP_jRPG_Character_Battle_Base_C::LateralOffsetUIFX__Direction_5196A039410C8DC3D94C10B3DAF53447' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LateralOffsetUIFX) == 0x000910, "Member 'ABP_jRPG_Character_Battle_Base_C::LateralOffsetUIFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ChangeSizeTimeline_0to1_FEFB868E4BAD591F95B10BA3ADE10F40) == 0x000918, "Member 'ABP_jRPG_Character_Battle_Base_C::ChangeSizeTimeline_0to1_FEFB868E4BAD591F95B10BA3ADE10F40' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ChangeSizeTimeline__Direction_FEFB868E4BAD591F95B10BA3ADE10F40) == 0x00091C, "Member 'ABP_jRPG_Character_Battle_Base_C::ChangeSizeTimeline__Direction_FEFB868E4BAD591F95B10BA3ADE10F40' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ChangeSizeTimeline) == 0x000920, "Member 'ABP_jRPG_Character_Battle_Base_C::ChangeSizeTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_FreeaimRecoil_RecoilTimeline_1AFEEEE64C939F0FE67404B5B1F4ABE1) == 0x000928, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_FreeaimRecoil_RecoilTimeline_1AFEEEE64C939F0FE67404B5B1F4ABE1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_FreeaimRecoil__Direction_1AFEEEE64C939F0FE67404B5B1F4ABE1) == 0x00092C, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_FreeaimRecoil__Direction_1AFEEEE64C939F0FE67404B5B1F4ABE1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_FreeaimRecoil) == 0x000930, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_FreeaimRecoil' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientCounterRadius_0to1_AB8F890F4FB1CBA3A26D6084F926BCCC) == 0x000938, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientCounterRadius_0to1_AB8F890F4FB1CBA3A26D6084F926BCCC' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientCounterRadius__Direction_AB8F890F4FB1CBA3A26D6084F926BCCC) == 0x00093C, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientCounterRadius__Direction_AB8F890F4FB1CBA3A26D6084F926BCCC' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientCounterRadius) == 0x000940, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientCounterRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_Targeting_NewTrack_0_EB09F8A344E5CF553AEF4B84CD1DA71B) == 0x000948, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_Targeting_NewTrack_0_EB09F8A344E5CF553AEF4B84CD1DA71B' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_Targeting__Direction_EB09F8A344E5CF553AEF4B84CD1DA71B) == 0x00094C, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_Targeting__Direction_EB09F8A344E5CF553AEF4B84CD1DA71B' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_Targeting) == 0x000950, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_Targeting' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_GradientAttackPostProcess_0to1_1CFBE67A4635212B1C24BF9F8B70EEF3) == 0x000958, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_GradientAttackPostProcess_0to1_1CFBE67A4635212B1C24BF9F8B70EEF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_GradientAttackPostProcess__Direction_1CFBE67A4635212B1C24BF9F8B70EEF3) == 0x00095C, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_GradientAttackPostProcess__Direction_1CFBE67A4635212B1C24BF9F8B70EEF3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Timeline_GradientAttackPostProcess) == 0x000960, "Member 'ABP_jRPG_Character_Battle_Base_C::Timeline_GradientAttackPostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AppearDisappearTimeline_0To1_64AB1CEA4A58B3518DA3F59F51F1CBD1) == 0x000968, "Member 'ABP_jRPG_Character_Battle_Base_C::AppearDisappearTimeline_0To1_64AB1CEA4A58B3518DA3F59F51F1CBD1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AppearDisappearTimeline__Direction_64AB1CEA4A58B3518DA3F59F51F1CBD1) == 0x00096C, "Member 'ABP_jRPG_Character_Battle_Base_C::AppearDisappearTimeline__Direction_64AB1CEA4A58B3518DA3F59F51F1CBD1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AppearDisappearTimeline) == 0x000970, "Member 'ABP_jRPG_Character_Battle_Base_C::AppearDisappearTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ControlledByBattleAI_) == 0x000978, "Member 'ABP_jRPG_Character_Battle_Base_C::ControlledByBattleAI_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleManagerReference) == 0x000980, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Enemy_) == 0x000988, "Member 'ABP_jRPG_Character_Battle_Base_C::Enemy_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetingManagerReference) == 0x000990, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetingManagerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FormationType) == 0x000998, "Member 'ABP_jRPG_Character_Battle_Base_C::FormationType' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Dead_) == 0x000999, "Member 'ABP_jRPG_Character_Battle_Base_C::Dead_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CombatStyle_DEPRECATED) == 0x00099A, "Member 'ABP_jRPG_Character_Battle_Base_C::CombatStyle_DEPRECATED' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GameInstanceReference) == 0x0009A0, "Member 'ABP_jRPG_Character_Battle_Base_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SoundToPlayWhenTargetHovered) == 0x0009A8, "Member 'ABP_jRPG_Character_Battle_Base_C::SoundToPlayWhenTargetHovered' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SoundToPlayWhenTargetDecided) == 0x0009B0, "Member 'ABP_jRPG_Character_Battle_Base_C::SoundToPlayWhenTargetDecided' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OriginalLocation) == 0x0009B8, "Member 'ABP_jRPG_Character_Battle_Base_C::OriginalLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OriginalRotation) == 0x0009D0, "Member 'ABP_jRPG_Character_Battle_Base_C::OriginalRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetedCharacter) == 0x0009E8, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetedCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CameraName) == 0x0009F0, "Member 'ABP_jRPG_Character_Battle_Base_C::CameraName' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimDodge) == 0x0009F8, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimDodge' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimJump) == 0x000A08, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimJumpCounter) == 0x000A10, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimJumpCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimParry) == 0x000A18, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimParry' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SocketNames) == 0x000A20, "Member 'ABP_jRPG_Character_Battle_Base_C::SocketNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AttachmentComponents) == 0x000A70, "Member 'ABP_jRPG_Character_Battle_Base_C::AttachmentComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SpawnedParticleSystem) == 0x000AC0, "Member 'ABP_jRPG_Character_Battle_Base_C::SpawnedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SingleTargetLocation) == 0x000AC8, "Member 'ABP_jRPG_Character_Battle_Base_C::SingleTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleActionQueue) == 0x000AE0, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleActionQueue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimGradientParry) == 0x000AF0, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimGradientParry' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DefensiveMoveLockEndTime) == 0x000AF8, "Member 'ABP_jRPG_Character_Battle_Base_C::DefensiveMoveLockEndTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DefensiveMoveLockTimer) == 0x000B00, "Member 'ABP_jRPG_Character_Battle_Base_C::DefensiveMoveLockTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DefensiveMoveImmunityEndTime) == 0x000B08, "Member 'ABP_jRPG_Character_Battle_Base_C::DefensiveMoveImmunityEndTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsParrying) == 0x000B10, "Member 'ABP_jRPG_Character_Battle_Base_C::IsParrying' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsDodging) == 0x000B11, "Member 'ABP_jRPG_Character_Battle_Base_C::IsDodging' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsJumping) == 0x000B12, "Member 'ABP_jRPG_Character_Battle_Base_C::IsJumping' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsStunLocked) == 0x000B13, "Member 'ABP_jRPG_Character_Battle_Base_C::IsStunLocked' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DodgeLockDuration) == 0x000B18, "Member 'ABP_jRPG_Character_Battle_Base_C::DodgeLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DodgeSuccessLockDuration) == 0x000B20, "Member 'ABP_jRPG_Character_Battle_Base_C::DodgeSuccessLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DodgeImmuneDuration) == 0x000B28, "Member 'ABP_jRPG_Character_Battle_Base_C::DodgeImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ParryLockDuration) == 0x000B30, "Member 'ABP_jRPG_Character_Battle_Base_C::ParryLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ParryImmuneDuration) == 0x000B38, "Member 'ABP_jRPG_Character_Battle_Base_C::ParryImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentSkillNextComboAction) == 0x000B40, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentSkillNextComboAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsLastSkillComboSuccessful) == 0x000B48, "Member 'ABP_jRPG_Character_Battle_Base_C::IsLastSkillComboSuccessful' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, QTE_Keyframes) == 0x000B49, "Member 'ABP_jRPG_Character_Battle_Base_C::QTE_Keyframes' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes) == 0x000B4A, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes_Track2) == 0x000B4B, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes_Track2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes_Track3) == 0x000B4C, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes_Track3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleCameraKeyframes) == 0x000B4D, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleCameraKeyframes' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes_Diegetic) == 0x000B4E, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes_Diegetic' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleStateStack) == 0x000B50, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleStateStack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentBattlePostureAnimations) == 0x000B60, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentBattlePostureAnimations' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, UseFullComboSequence) == 0x000BB0, "Member 'ABP_jRPG_Character_Battle_Base_C::UseFullComboSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentComboSequence) == 0x000BB8, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentComboSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, NextBattleSequenceActionTime) == 0x000BC0, "Member 'ABP_jRPG_Character_Battle_Base_C::NextBattleSequenceActionTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_CurrentComboAutoSuccess) == 0x000BC8, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_CurrentComboAutoSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LastBattleSequenceAction) == 0x000BCC, "Member 'ABP_jRPG_Character_Battle_Base_C::LastBattleSequenceAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ComboSuccessHistory) == 0x000BD0, "Member 'ABP_jRPG_Character_Battle_Base_C::ComboSuccessHistory' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ComboPerfectHistory) == 0x000BE0, "Member 'ABP_jRPG_Character_Battle_Base_C::ComboPerfectHistory' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsComboWaitingForActionEffect) == 0x000BF0, "Member 'ABP_jRPG_Character_Battle_Base_C::IsComboWaitingForActionEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HasAimingSkill) == 0x000BF1, "Member 'ABP_jRPG_Character_Battle_Base_C::HasAimingSkill' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CHECK_wasBaseBeginPlayCalled) == 0x000BF2, "Member 'ABP_jRPG_Character_Battle_Base_C::CHECK_wasBaseBeginPlayCalled' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Anim_DefaultSlotAlpha) == 0x000BF8, "Member 'ABP_jRPG_Character_Battle_Base_C::Anim_DefaultSlotAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleSequenceData) == 0x000C00, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleSequenceData' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleSequenceData_Static) == 0x000C20, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleSequenceData_Static' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsBattleStateDirty) == 0x000C40, "Member 'ABP_jRPG_Character_Battle_Base_C::IsBattleStateDirty' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleSequenceTimelines) == 0x000C48, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleSequenceTimelines' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentActionEffectNumber) == 0x000C98, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentActionEffectNumber' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsPerformingCounterAttack) == 0x000C9C, "Member 'ABP_jRPG_Character_Battle_Base_C::IsPerformingCounterAttack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsCurrentCounterAttackGradient) == 0x000C9D, "Member 'ABP_jRPG_Character_Battle_Base_C::IsCurrentCounterAttackGradient' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentCounterAttackTarget) == 0x000CA0, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentCounterAttackTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentCounterAttackSource) == 0x000CA8, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentCounterAttackSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CanBeCountered) == 0x000CB0, "Member 'ABP_jRPG_Character_Battle_Base_C::CanBeCountered' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsBeingCountered) == 0x000CB1, "Member 'ABP_jRPG_Character_Battle_Base_C::IsBeingCountered' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CounterAttackRequiresPerfect) == 0x000CB2, "Member 'ABP_jRPG_Character_Battle_Base_C::CounterAttackRequiresPerfect' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ShouldPlayHitAnimationOnNextDamage_) == 0x000CB3, "Member 'ABP_jRPG_Character_Battle_Base_C::ShouldPlayHitAnimationOnNextDamage_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CHECK_ParentCall) == 0x000CB4, "Member 'ABP_jRPG_Character_Battle_Base_C::CHECK_ParentCall' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CHECK_PublicCall) == 0x000CB5, "Member 'ABP_jRPG_Character_Battle_Base_C::CHECK_PublicCall' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CHECK_CallContext) == 0x000CB8, "Member 'ABP_jRPG_Character_Battle_Base_C::CHECK_CallContext' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OriginalSpringArmRelativeRotation) == 0x000CC8, "Member 'ABP_jRPG_Character_Battle_Base_C::OriginalSpringArmRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OriginalActorWorldRotation) == 0x000CE0, "Member 'ABP_jRPG_Character_Battle_Base_C::OriginalActorWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_IgnoreDamages) == 0x000CF8, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_IgnoreDamages' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Crosshair) == 0x000D00, "Member 'ABP_jRPG_Character_Battle_Base_C::Crosshair' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, RandomIntroPlayRate_) == 0x000D08, "Member 'ABP_jRPG_Character_Battle_Base_C::RandomIntroPlayRate_' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnFreeAimCancelInput) == 0x000D10, "Member 'ABP_jRPG_Character_Battle_Base_C::OnFreeAimCancelInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleSpotIndex) == 0x000D20, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleSpotIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SoundEvent_FreeAimStart) == 0x000D28, "Member 'ABP_jRPG_Character_Battle_Base_C::SoundEvent_FreeAimStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SoundEvent_FreeAimCancel) == 0x000D38, "Member 'ABP_jRPG_Character_Battle_Base_C::SoundEvent_FreeAimCancel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OriginalWidgetRelativeLocation) == 0x000D48, "Member 'ABP_jRPG_Character_Battle_Base_C::OriginalWidgetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, StunLockDuration) == 0x000D60, "Member 'ABP_jRPG_Character_Battle_Base_C::StunLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HealthBarScale_Close) == 0x000D68, "Member 'ABP_jRPG_Character_Battle_Base_C::HealthBarScale_Close' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HealthBarScale_Far) == 0x000D70, "Member 'ABP_jRPG_Character_Battle_Base_C::HealthBarScale_Far' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnResetBattleActionValidation) == 0x000D78, "Member 'ABP_jRPG_Character_Battle_Base_C::OnResetBattleActionValidation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnSelfTurnStart) == 0x000D88, "Member 'ABP_jRPG_Character_Battle_Base_C::OnSelfTurnStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnSelfTurnEnd) == 0x000D98, "Member 'ABP_jRPG_Character_Battle_Base_C::OnSelfTurnEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnDefenseStateChange) == 0x000DA8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnDefenseStateChange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnParryStart) == 0x000DB8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnParryStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnGradientParryStart) == 0x000DC8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnGradientParryStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnDefensiveMoveEnd) == 0x000DD8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnDefensiveMoveEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnDodgeStart) == 0x000DE8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnDodgeStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnDefenseLockEnd) == 0x000DF8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnDefenseLockEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnDefenseLockStart) == 0x000E08, "Member 'ABP_jRPG_Character_Battle_Base_C::OnDefenseLockStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_CVar_ShowBattleDebug) == 0x000E18, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_CVar_ShowBattleDebug' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_CVar_ShowFreeAimBodyParts) == 0x000E19, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_CVar_ShowFreeAimBodyParts' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ElementalAffinitiesCurrent) == 0x000E20, "Member 'ABP_jRPG_Character_Battle_Base_C::ElementalAffinitiesCurrent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ElementalAffinitiesOverrides) == 0x000E70, "Member 'ABP_jRPG_Character_Battle_Base_C::ElementalAffinitiesOverrides' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ElementalAffinitiesBase) == 0x000EC0, "Member 'ABP_jRPG_Character_Battle_Base_C::ElementalAffinitiesBase' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ElementalAffinitiesInitial) == 0x000F10, "Member 'ABP_jRPG_Character_Battle_Base_C::ElementalAffinitiesInitial' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BaseAttackNumber) == 0x000F60, "Member 'ABP_jRPG_Character_Battle_Base_C::BaseAttackNumber' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DodgeAnimIndex) == 0x000F64, "Member 'ABP_jRPG_Character_Battle_Base_C::DodgeAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimLookSpeed) == 0x000F68, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimLookSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CanBeTargeted) == 0x000F70, "Member 'ABP_jRPG_Character_Battle_Base_C::CanBeTargeted' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes_Diegetic2) == 0x000F71, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes_Diegetic2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BattleKeyframes_Diegetic3) == 0x000F72, "Member 'ABP_jRPG_Character_Battle_Base_C::BattleKeyframes_Diegetic3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CharacterAudioProfile) == 0x000F78, "Member 'ABP_jRPG_Character_Battle_Base_C::CharacterAudioProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentIdleState) == 0x001048, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentIdleState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, As_ABP_Battle_Global) == 0x001050, "Member 'ABP_jRPG_Character_Battle_Base_C::As_ABP_Battle_Global' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, E_HitReactAnimType) == 0x001058, "Member 'ABP_jRPG_Character_Battle_Base_C::E_HitReactAnimType' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MoveToControlForSequence) == 0x001060, "Member 'ABP_jRPG_Character_Battle_Base_C::MoveToControlForSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MoveTo_Start) == 0x001068, "Member 'ABP_jRPG_Character_Battle_Base_C::MoveTo_Start' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MoveTo_Target) == 0x001080, "Member 'ABP_jRPG_Character_Battle_Base_C::MoveTo_Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MoveTo_Offset) == 0x001098, "Member 'ABP_jRPG_Character_Battle_Base_C::MoveTo_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MoveTo_IsActive) == 0x0010B0, "Member 'ABP_jRPG_Character_Battle_Base_C::MoveTo_IsActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentBattleSkill) == 0x0010B8, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentBattleSkill' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DataAsset_BattleAudioProfile) == 0x0010C0, "Member 'ABP_jRPG_Character_Battle_Base_C::DataAsset_BattleAudioProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BossUI) == 0x0010C8, "Member 'ABP_jRPG_Character_Battle_Base_C::BossUI' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Weapon_Mesh_L) == 0x0010D0, "Member 'ABP_jRPG_Character_Battle_Base_C::Weapon_Mesh_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Weapon_Mesh_R) == 0x0010D8, "Member 'ABP_jRPG_Character_Battle_Base_C::Weapon_Mesh_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_Hit_Critical) == 0x0010E0, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_Hit_Critical' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_HitAffinity_Resistant) == 0x0010F0, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_HitAffinity_Resistant' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_HitAffinity_Weak) == 0x001100, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_HitAffinity_Weak' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_HitIntensity_Light) == 0x001110, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_HitIntensity_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_HitIntensity_Medium) == 0x001120, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_HitIntensity_Medium' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_HitIntensity_Strong) == 0x001130, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_HitIntensity_Strong' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimTargetParts) == 0x001140, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimTargetParts' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientParryLockDuration) == 0x001150, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientParryLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientParryImmuneDuration) == 0x001158, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientParryImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsGradientParrying) == 0x001160, "Member 'ABP_jRPG_Character_Battle_Base_C::IsGradientParrying' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnMoveToCompleted) == 0x001168, "Member 'ABP_jRPG_Character_Battle_Base_C::OnMoveToCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AM_DashBack) == 0x001178, "Member 'ABP_jRPG_Character_Battle_Base_C::AM_DashBack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LastFeedbackedPermeateElement) == 0x001180, "Member 'ABP_jRPG_Character_Battle_Base_C::LastFeedbackedPermeateElement' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsPlayerControlledCharacter) == 0x001181, "Member 'ABP_jRPG_Character_Battle_Base_C::IsPlayerControlledCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Weapons) == 0x001188, "Member 'ABP_jRPG_Character_Battle_Base_C::Weapons' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BaseWeaponSkinIfNoWeaponEquipped) == 0x001190, "Member 'ABP_jRPG_Character_Battle_Base_C::BaseWeaponSkinIfNoWeaponEquipped' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Weapon_R_SocketName) == 0x001198, "Member 'ABP_jRPG_Character_Battle_Base_C::Weapon_R_SocketName' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Weapon_L_Socket_Name) == 0x0011A0, "Member 'ABP_jRPG_Character_Battle_Base_C::Weapon_L_Socket_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, WeaponClass) == 0x0011A8, "Member 'ABP_jRPG_Character_Battle_Base_C::WeaponClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AM_DashIn) == 0x0011B0, "Member 'ABP_jRPG_Character_Battle_Base_C::AM_DashIn' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, PossibleMinions) == 0x0011B8, "Member 'ABP_jRPG_Character_Battle_Base_C::PossibleMinions' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CanDoJumpCounterAttack) == 0x0011C8, "Member 'ABP_jRPG_Character_Battle_Base_C::CanDoJumpCounterAttack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ResurectAnimation) == 0x0011D0, "Member 'ABP_jRPG_Character_Battle_Base_C::ResurectAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimProjectileClass) == 0x0011D8, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FreeAimShootAnim) == 0x0011E0, "Member 'ABP_jRPG_Character_Battle_Base_C::FreeAimShootAnim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AOEDamageMultiplier) == 0x0011E8, "Member 'ABP_jRPG_Character_Battle_Base_C::AOEDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpLockDuration) == 0x0011F0, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpLockDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpWarmUpDuration) == 0x0011F8, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpWarmUpDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpImmuneDuration) == 0x001200, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DefensiveMoveImmunityStartTime) == 0x001208, "Member 'ABP_jRPG_Character_Battle_Base_C::DefensiveMoveImmunityStartTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnJumpStart) == 0x001210, "Member 'ABP_jRPG_Character_Battle_Base_C::OnJumpStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpCounterAttackWindowDuration) == 0x001220, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpCounterAttackWindowDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpCounterAttackWindowStartDelay) == 0x001228, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpCounterAttackWindowStartDelay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpCounterAttackWindowSlomo) == 0x001230, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpCounterAttackWindowSlomo' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, JumpAttacker) == 0x001238, "Member 'ABP_jRPG_Character_Battle_Base_C::JumpAttacker' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LastStandReference) == 0x001240, "Member 'ABP_jRPG_Character_Battle_Base_C::LastStandReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DisableLastStandOnCounterAttackDamages) == 0x001260, "Member 'ABP_jRPG_Character_Battle_Base_C::DisableLastStandOnCounterAttackDamages' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_DrawDebugMoveToOnNextFrame) == 0x001261, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_DrawDebugMoveToOnNextFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, InitFreeAimWithRightHand) == 0x001262, "Member 'ABP_jRPG_Character_Battle_Base_C::InitFreeAimWithRightHand' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, InitFreeAimWithBoneOverride) == 0x001264, "Member 'ABP_jRPG_Character_Battle_Base_C::InitFreeAimWithBoneOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LastFeedbackedPermeateIntensity) == 0x00126C, "Member 'ABP_jRPG_Character_Battle_Base_C::LastFeedbackedPermeateIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FleeIntroAnimation) == 0x001270, "Member 'ABP_jRPG_Character_Battle_Base_C::FleeIntroAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attackx1Sequence) == 0x001278, "Member 'ABP_jRPG_Character_Battle_Base_C::Attackx1Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attackx2Sequence) == 0x001288, "Member 'ABP_jRPG_Character_Battle_Base_C::Attackx2Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attackx3Sequence) == 0x001290, "Member 'ABP_jRPG_Character_Battle_Base_C::Attackx3Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, Attackx4Sequence) == 0x001298, "Member 'ABP_jRPG_Character_Battle_Base_C::Attackx4Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BaseAttack_ShouldDashBefore) == 0x0012A0, "Member 'ABP_jRPG_Character_Battle_Base_C::BaseAttack_ShouldDashBefore' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BaseAttack_DistanceToEnemyAfterDash) == 0x0012A8, "Member 'ABP_jRPG_Character_Battle_Base_C::BaseAttack_DistanceToEnemyAfterDash' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FleeActivationAnimation) == 0x0012B0, "Member 'ABP_jRPG_Character_Battle_Base_C::FleeActivationAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, TargetsAcquisitionOverride) == 0x0012B8, "Member 'ABP_jRPG_Character_Battle_Base_C::TargetsAcquisitionOverride' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnPuppetTurnEnded) == 0x0012C8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnPuppetTurnEnded' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, GradientCounterSequence) == 0x0012D8, "Member 'ABP_jRPG_Character_Battle_Base_C::GradientCounterSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CounterSequence) == 0x0012E0, "Member 'ABP_jRPG_Character_Battle_Base_C::CounterSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FX_ParrySuccess) == 0x0012F0, "Member 'ABP_jRPG_Character_Battle_Base_C::FX_ParrySuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AM_ItemUse) == 0x0012F8, "Member 'ABP_jRPG_Character_Battle_Base_C::AM_ItemUse' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentBattleSequenceActionEffectCount) == 0x001300, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentBattleSequenceActionEffectCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentSkillActionEffectCount) == 0x001304, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentSkillActionEffectCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AcquiredHeroTargets) == 0x001308, "Member 'ABP_jRPG_Character_Battle_Base_C::AcquiredHeroTargets' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, PPGradientCenter) == 0x001318, "Member 'ABP_jRPG_Character_Battle_Base_C::PPGradientCenter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentDamagePopupWidget) == 0x001330, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentDamagePopupWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnBattleSequenceActionEffect) == 0x001338, "Member 'ABP_jRPG_Character_Battle_Base_C::OnBattleSequenceActionEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LookX) == 0x001348, "Member 'ABP_jRPG_Character_Battle_Base_C::LookX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LookY) == 0x001350, "Member 'ABP_jRPG_Character_Battle_Base_C::LookY' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentRecoilValue) == 0x001358, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentRecoilValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsTurnActive) == 0x00135C, "Member 'ABP_jRPG_Character_Battle_Base_C::IsTurnActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DEBUG_OverrideSkillRouting) == 0x001360, "Member 'ABP_jRPG_Character_Battle_Base_C::DEBUG_OverrideSkillRouting' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, RangeCounterSequence) == 0x001380, "Member 'ABP_jRPG_Character_Battle_Base_C::RangeCounterSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentCounterType) == 0x001390, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentCounterType' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AnimAOECounter) == 0x001398, "Member 'ABP_jRPG_Character_Battle_Base_C::AnimAOECounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AM_InterceptDashTo) == 0x0013A8, "Member 'ABP_jRPG_Character_Battle_Base_C::AM_InterceptDashTo' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AM_InterceptDashBack) == 0x0013B0, "Member 'ABP_jRPG_Character_Battle_Base_C::AM_InterceptDashBack' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnJumpCounter) == 0x0013B8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnJumpCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AimingBreathingMultiplier) == 0x0013C8, "Member 'ABP_jRPG_Character_Battle_Base_C::AimingBreathingMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IdleToFreeAim_Transition_Montage) == 0x0013D0, "Member 'ABP_jRPG_Character_Battle_Base_C::IdleToFreeAim_Transition_Montage' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_StanceBreak) == 0x0013D8, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_StanceBreak' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_JumpStart) == 0x0013E8, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_JumpStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_JumpSuccess) == 0x0013F8, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_JumpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, NextDamagePopupPositionIndex) == 0x001408, "Member 'ABP_jRPG_Character_Battle_Base_C::NextDamagePopupPositionIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DamageNumberPositionOffset) == 0x00140C, "Member 'ABP_jRPG_Character_Battle_Base_C::DamageNumberPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, NiagaraTurnSystemEnabled) == 0x00141C, "Member 'ABP_jRPG_Character_Battle_Base_C::NiagaraTurnSystemEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, DefaultHitSound) == 0x001420, "Member 'ABP_jRPG_Character_Battle_Base_C::DefaultHitSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, InstigatedActors) == 0x001428, "Member 'ABP_jRPG_Character_Battle_Base_C::InstigatedActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, InstigatedActorNames) == 0x001438, "Member 'ABP_jRPG_Character_Battle_Base_C::InstigatedActorNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, RegisteredInstigatedActors) == 0x001448, "Member 'ABP_jRPG_Character_Battle_Base_C::RegisteredInstigatedActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HiddenExternalActors) == 0x001458, "Member 'ABP_jRPG_Character_Battle_Base_C::HiddenExternalActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BoneToAttachGradientFX) == 0x001468, "Member 'ABP_jRPG_Character_Battle_Base_C::BoneToAttachGradientFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LODSyncToChange) == 0x001470, "Member 'ABP_jRPG_Character_Battle_Base_C::LODSyncToChange' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LODSync_Characters) == 0x001478, "Member 'ABP_jRPG_Character_Battle_Base_C::LODSync_Characters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LODBias) == 0x001480, "Member 'ABP_jRPG_Character_Battle_Base_C::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, MinimumDodgeLockDiff) == 0x001488, "Member 'ABP_jRPG_Character_Battle_Base_C::MinimumDodgeLockDiff' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FinisherSequence) == 0x001490, "Member 'ABP_jRPG_Character_Battle_Base_C::FinisherSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, FinisherDeathPreventHandle) == 0x0014B8, "Member 'ABP_jRPG_Character_Battle_Base_C::FinisherDeathPreventHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ShouldPlayFinisherWhenTurnEnd) == 0x0014D8, "Member 'ABP_jRPG_Character_Battle_Base_C::ShouldPlayFinisherWhenTurnEnd' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, HasPlayedFinisher) == 0x0014D9, "Member 'ABP_jRPG_Character_Battle_Base_C::HasPlayedFinisher' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ActiveCounterSequence) == 0x0014E0, "Member 'ABP_jRPG_Character_Battle_Base_C::ActiveCounterSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnCounterAttacked) == 0x0014E8, "Member 'ABP_jRPG_Character_Battle_Base_C::OnCounterAttacked' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, CurrentOverpoweredFeedbackState) == 0x0014F8, "Member 'ABP_jRPG_Character_Battle_Base_C::CurrentOverpoweredFeedbackState' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, SD_JumpCounter) == 0x001500, "Member 'ABP_jRPG_Character_Battle_Base_C::SD_JumpCounter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnStartedAllowQTE) == 0x001510, "Member 'ABP_jRPG_Character_Battle_Base_C::OnStartedAllowQTE' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, BoneNameToAttachGradientFX) == 0x001520, "Member 'ABP_jRPG_Character_Battle_Base_C::BoneNameToAttachGradientFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, OnReadyForBattle) == 0x001528, "Member 'ABP_jRPG_Character_Battle_Base_C::OnReadyForBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, LifeLinkedCharacters) == 0x001538, "Member 'ABP_jRPG_Character_Battle_Base_C::LifeLinkedCharacters' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, bIsLifeLinkMaster) == 0x001548, "Member 'ABP_jRPG_Character_Battle_Base_C::bIsLifeLinkMaster' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, ExternalFreeAimTargetActors) == 0x001550, "Member 'ABP_jRPG_Character_Battle_Base_C::ExternalFreeAimTargetActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, AdditionalTurnEndEventRequested) == 0x001560, "Member 'ABP_jRPG_Character_Battle_Base_C::AdditionalTurnEndEventRequested' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_Character_Battle_Base_C, IsCurrentlyPlayingFinisher) == 0x001561, "Member 'ABP_jRPG_Character_Battle_Base_C::IsCurrentlyPlayingFinisher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall) == 0x0015B0, "Wrong size on BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, EntryPoint) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_GetPostProcessSetting_PostProcess) == 0x000010, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_GetPostProcessSetting_PostProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, K2Node_CreateDelegate_OutputDelegate) == 0x000700, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, K2Node_Event_RGBMultiplier) == 0x000710, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::K2Node_Event_RGBMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, K2Node_Event_LuminanceMultiplier) == 0x000714, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::K2Node_Event_LuminanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, K2Node_CustomEvent_NewValue) == 0x000718, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_BreakVector4_X) == 0x000720, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_BreakVector4_X' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_BreakVector4_Y) == 0x000728, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_BreakVector4_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_BreakVector4_Z) == 0x000730, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_BreakVector4_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_BreakVector4_W) == 0x000738, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_BreakVector4_W' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000740, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000748, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000750, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000758, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000760, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000768, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x000770, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_MakeVector4_ReturnValue) == 0x000780, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_GetPostProcessSetting_PostProcess_1) == 0x0007A0, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_GetPostProcessSetting_PostProcess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, K2Node_SetFieldsInStruct_StructOut) == 0x000E90, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x001580, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x001588, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x001590, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x001598, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x0015A0, "Member 'BP_PostProcess_Global_Sandfall_C_ExecuteUbergraph_BP_PostProcess_Global_Sandfall::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting) == 0x0006F0, "Wrong size on BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_GetPostProcessSetting::PostProcess_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4 \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4) == 0x000050, "Wrong size on BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4, Value) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4, Vector4) == 0x000010, "Member 'BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4::Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4, CallFunc_MakeVector4_ReturnValue) == 0x000030, "Member 'BP_PostProcess_Global_Sandfall_C_MakeUniformColorAsVector4::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged) == 0x000004, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged) == 0x000004, "Wrong size on BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged, NewValue) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_OnScreenPercentageChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues) == 0x000710, "Wrong size on BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues, CallFunc_GetPostProcessSetting_PostProcess) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues::CallFunc_GetPostProcessSetting_PostProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues, K2Node_VariableSet_DefaultChromaticAberrationIntensity_ImplicitCast) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues::K2Node_VariableSet_DefaultChromaticAberrationIntensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues, K2Node_VariableSet_DefaultVignetteIntensity_ImplicitCast) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues::K2Node_VariableSet_DefaultVignetteIntensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues, K2Node_VariableSet_DefaultFilmGrainIntensity_ImplicitCast) == 0x000700, "Member 'BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues::K2Node_VariableSet_DefaultFilmGrainIntensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues, K2Node_VariableSet_DefaultMotionBlurAmount_ImplicitCast) == 0x000708, "Member 'BP_PostProcess_Global_Sandfall_C_RegisterPostProcessingDefaultValues::K2Node_VariableSet_DefaultMotionBlurAmount_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting) == 0x0006F0, "Wrong size on BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_SetPostProcessSetting::PostProcess_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue) == 0x000700, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue::PostProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue, CallFunc_GetEnableChromaticAberration_ReturnValue) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue::CallFunc_GetEnableChromaticAberration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue, K2Node_SetFieldsInStruct_SceneFringeIntensity_ImplicitCast) == 0x0006FC, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateChromaticAberrationValue::K2Node_SetFieldsInStruct_SceneFringeIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue) == 0x000700, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue::PostProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue, CallFunc_GetEnableFilmGrain_ReturnValue) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue::CallFunc_GetEnableFilmGrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue, K2Node_SetFieldsInStruct_FilmGrainIntensity_ImplicitCast) == 0x0006FC, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateFilmGrainValue::K2Node_SetFieldsInStruct_FilmGrainIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues) == 0x000790, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::PostProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_GetGammaValue_ReturnValue) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_GetGammaValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_GetBrightnessValue_ReturnValue) == 0x0006FC, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_GetBrightnessValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Vector4) == 0x000700, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Vector4_1) == 0x000720, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Vector4_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_GetContrastValue_ReturnValue) == 0x000740, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_GetContrastValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Vector4_2) == 0x000750, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Vector4_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast) == 0x000770, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast_1) == 0x000778, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues, CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast_2) == 0x000780, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateImageSettingsValues::CallFunc_MakeUniformColorAsVector4_Value_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue) == 0x000700, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue::PostProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue, CallFunc_GetEnableMotionBlur_ReturnValue) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue::CallFunc_GetEnableMotionBlur_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue, K2Node_SetFieldsInStruct_MotionBlurAmount_ImplicitCast) == 0x0006FC, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateMotionBlurValue::K2Node_SetFieldsInStruct_MotionBlurAmount_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation) == 0x000004, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation) == 0x000008, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation, RGBMultiplier) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation::RGBMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation, LuminanceMultiplier) == 0x000004, "Member 'BP_PostProcess_Global_Sandfall_C_UpdatePostProcessSaturation::LuminanceMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues) == 0x000700, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues, CallFunc_GetPostProcessSetting_PostProcess) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues::CallFunc_GetPostProcessSetting_PostProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues, CallFunc_Not_PreBool_ReturnValue) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdatePostProcessValues::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue \ +static_assert(alignof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue) == 0x000010, "Wrong alignment on BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue"); \ +static_assert(sizeof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue) == 0x000700, "Wrong size on BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue, PostProcess_0) == 0x000000, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue::PostProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0006F0, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue, CallFunc_GetEnableVignette_ReturnValue) == 0x0006F8, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue::CallFunc_GetEnableVignette_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue, K2Node_SetFieldsInStruct_VignetteIntensity_ImplicitCast) == 0x0006FC, "Member 'BP_PostProcess_Global_Sandfall_C_UpdateVignetteValue::K2Node_SetFieldsInStruct_VignetteIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Global_Sandfall_C \ +static_assert(alignof(ABP_PostProcess_Global_Sandfall_C) == 0x000010, "Wrong alignment on ABP_PostProcess_Global_Sandfall_C"); \ +static_assert(sizeof(ABP_PostProcess_Global_Sandfall_C) == 0x000300, "Wrong size on ABP_PostProcess_Global_Sandfall_C"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, UberGraphFrame) == 0x000290, "Member 'ABP_PostProcess_Global_Sandfall_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, PostProcess) == 0x000298, "Member 'ABP_PostProcess_Global_Sandfall_C::PostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultSaturationValues) == 0x0002B0, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultSaturationValues' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultMotionBlurAmount) == 0x0002D0, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultMotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultVignetteIntensity) == 0x0002D8, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultVignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultFilmGrainIntensity) == 0x0002E0, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultFilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultChromaticAberrationIntensity) == 0x0002E8, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultChromaticAberrationIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Global_Sandfall_C, DefaultPPValuesRegistered) == 0x0002F0, "Member 'ABP_PostProcess_Global_Sandfall_C::DefaultPPValuesRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData \ +static_assert(alignof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData) == 0x000120, "Wrong size on WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, DebugString) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::DebugString' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, Color) == 0x000010, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_GetSaveManager_SaveManager) == 0x000028, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_GetSaveManagerDebugStatus_ReturnValue) == 0x000030, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_GetSaveManagerDebugStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_HasDetectedPotentialError_ReturnValue) == 0x000040, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_HasDetectedPotentialError_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_GetElapsedTimeSinceLastRequest_ReturnNode) == 0x0000A0, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_GetElapsedTimeSinceLastRequest_ReturnNode' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_FClamp_ReturnValue) == 0x0000B8, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_SelectString_ReturnValue) == 0x0000D8, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_LinearColorLerp_ReturnValue) == 0x0000E8, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F8, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, K2Node_MakeStruct_SlateColor) == 0x000108, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData, CallFunc_LinearColorLerp_Alpha_ImplicitCast) == 0x00011C, "Member 'WBP_QA_EditorOverlay_C_ComputeSaveManagerDebugData::CallFunc_LinearColorLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_CustomEvent \ +static_assert(alignof(WBP_QA_EditorOverlay_C_CustomEvent) == 0x000001, "Wrong alignment on WBP_QA_EditorOverlay_C_CustomEvent"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_CustomEvent) == 0x000001, "Wrong size on WBP_QA_EditorOverlay_C_CustomEvent"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_CustomEvent, NewValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_CustomEvent::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay \ +static_assert(alignof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay) == 0x000750, "Wrong size on WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, EntryPoint) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetUpscalerInfo_ReturnValue) == 0x000008, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetUpscalerInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CreateDelegate_OutputDelegate_1) == 0x000080, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_bool_Variable) == 0x000090, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_byte_Variable) == 0x000091, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_byte_Variable_1) == 0x000092, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000093, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_Select_Default) == 0x000094, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_bool_Variable_1) == 0x000095, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_Event_IsDesignTime) == 0x000096, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_Event_MyGeometry) == 0x000098, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_Event_InDeltaTime) == 0x0000D0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_MakeLiteralName_ReturnValue) == 0x0000D4, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CustomEvent_NewValue_2) == 0x0000E0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CustomEvent_NewValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x0000F0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Array_Length_ReturnValue_2) == 0x000110, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000118, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000120, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_1) == 0x000128, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Array_Length_ReturnValue_3) == 0x000170, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000174, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsValid_ReturnValue_1) == 0x000178, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Add_IntInt_ReturnValue_2) == 0x00017C, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000180, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Max_ReturnValue) == 0x000188, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_2) == 0x000190, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001D8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeArray_Array) == 0x0001E0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001F0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Format_ReturnValue) == 0x0001F8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetDebugText_ReturnValue) == 0x000208, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetDebugText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000218, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsPackagedBuild_ReturnValue) == 0x000228, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsDebugModeEnabled_ReturnValue) == 0x000229, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsDebugModeEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x00022A, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_bool_Has_Been_Initd_Variable) == 0x00022B, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CreateDelegate_OutputDelegate_2) == 0x00022C, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_wildcard_Variable) == 0x000240, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_byte_Variable_2) == 0x000250, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_bool_IsClosed_Variable) == 0x000251, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetText_ReturnValue) == 0x000258, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_NotEqual_TextText_ReturnValue) == 0x000268, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x000269, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue) == 0x00026C, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000270, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue_1) == 0x000278, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_3) == 0x000280, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x0002C8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue_2) == 0x0002D0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002D8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_4) == 0x000320, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue_3) == 0x000328, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_5) == 0x000330, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_5) == 0x000378, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue_4) == 0x000380, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_6) == 0x000388, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_6) == 0x0003D0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CustomEvent_NewValue_1) == 0x0003D8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_7) == 0x0003E0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetBuildConfiguration_ReturnValue) == 0x000428, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetBuildConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetViewportSize_ReturnValue) == 0x000438, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000448, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_BreakVector2D_X) == 0x000458, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_BreakVector2D_Y) == 0x000460, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_8) == 0x000468, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Round_ReturnValue) == 0x0004B0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeArray_Array_1) == 0x0004B8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_7) == 0x0004C8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Format_ReturnValue_1) == 0x0004D0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_9) == 0x0004E0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_SelectString_ReturnValue) == 0x000528, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Round_ReturnValue_1) == 0x000538, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetStringCVar_ReturnValue) == 0x000540, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetStringCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_8) == 0x000550, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000558, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_10) == 0x000568, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_11) == 0x0005B0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetGameUserSettings_ReturnValue) == 0x0005F8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetIntCVar_ReturnValue_5) == 0x000600, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetIntCVar_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_IsDynamicResolutionEnabled_ReturnValue) == 0x000604, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_IsDynamicResolutionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_IntToInt64_ReturnValue_9) == 0x000608, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_IntToInt64_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_BoolToText_ReturnValue) == 0x000610, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_12) == 0x000620, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeStruct_FormatArgumentData_13) == 0x000668, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_MakeArray_Array_2) == 0x0006B0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Format_ReturnValue_2) == 0x0006C0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0006D0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_HasOutstandingLoading_ReturnValue) == 0x0006E0, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_HasOutstandingLoading_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetBuildVersion_ReturnValue) == 0x0006E8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_5) == 0x0006F8, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_CustomEvent_NewValue) == 0x000708, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_GetDebugInfo_ReturnValue) == 0x000710, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_GetDebugInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Not_PreBool_ReturnValue_1) == 0x000720, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Concat_StrStr_ReturnValue) == 0x000728, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000738, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, Temp_byte_Variable_3) == 0x000748, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, K2Node_Select_Default_1) == 0x000749, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x00074C, "Member 'WBP_QA_EditorOverlay_C_ExecuteUbergraph_WBP_QA_EditorOverlay::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave \ +static_assert(alignof(WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave) == 0x000010, "Wrong size on WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave, NewValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_OnCvarChanged_LoadDebugSave::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged \ +static_assert(alignof(WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged) == 0x000004, "Wrong alignment on WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged) == 0x000004, "Wrong size on WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged, NewValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_OnQualitySettingCvarChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_PreConstruct \ +static_assert(alignof(WBP_QA_EditorOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_QA_EditorOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_QA_EditorOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug \ +static_assert(alignof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug) == 0x000018, "Wrong size on WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug, ReturnValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug, CallFunc_GetSaveManager_SaveManager) == 0x000008, "Member 'WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug, CallFunc_HasDetectedPotentialError_ReturnValue) == 0x000010, "Member 'WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug::CallFunc_HasDetectedPotentialError_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug, CallFunc_GetBoolCVar_ReturnValue) == 0x000011, "Member 'WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_QA_EditorOverlay_C_ShouldDisplaySaveManagerDebug::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_Tick \ +static_assert(alignof(WBP_QA_EditorOverlay_C_Tick) == 0x000004, "Wrong alignment on WBP_QA_EditorOverlay_C_Tick"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_Tick) == 0x00003C, "Wrong size on WBP_QA_EditorOverlay_C_Tick"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_QA_EditorOverlay_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData \ +static_assert(alignof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData) == 0x000030, "Wrong size on WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, Temp_byte_Variable) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, CallFunc_ShouldDisplaySaveManagerDebug_ReturnValue) == 0x000002, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::CallFunc_ShouldDisplaySaveManagerDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, Temp_bool_Variable) == 0x000003, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, CallFunc_ComputeSaveManagerDebugData_DebugString) == 0x000008, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::CallFunc_ComputeSaveManagerDebugData_DebugString' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, CallFunc_ComputeSaveManagerDebugData_Color) == 0x000018, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::CallFunc_ComputeSaveManagerDebugData_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData, K2Node_Select_Default) == 0x00002C, "Member 'WBP_QA_EditorOverlay_C_UpdateSaveManagerWidgetData::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline \ +static_assert(alignof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline) == 0x0000B0, "Wrong size on WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, Context) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, Text) == 0x000030, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, position) == 0x000040, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::position' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, SizeOverride) == 0x000050, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::SizeOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, FontOverride) == 0x000058, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::FontOverride' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, Temp_bool_Variable) == 0x000060, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000062, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000068, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000078, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, Temp_object_Variable) == 0x000080, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, K2Node_Select_Default) == 0x000088, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, CallFunc_MakeColor_ReturnValue) == 0x00008C, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, Temp_bool_Variable_1) == 0x00009C, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, K2Node_Select_Option_1_ImplicitCast) == 0x0000A8, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline, K2Node_Select_Option_0_ImplicitCast) == 0x0000AC, "Member 'WBP_QA_EditorOverlay_C_DrawDebugTextWithOutline::K2Node_Select_Option_0_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_EvaluateCurrentFPS \ +static_assert(alignof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_EvaluateCurrentFPS"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS) == 0x0000D0, "Wrong size on WBP_QA_EditorOverlay_C_EvaluateCurrentFPS"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, ReturnValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, Formatted_Ouput) == 0x000008, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::Formatted_Ouput' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000018, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000020, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_TryGetFramerateWithFrameGeneration_FrameRate) == 0x000024, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_TryGetFramerateWithFrameGeneration_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_TryGetFramerateWithFrameGeneration_ReturnValue) == 0x000028, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_TryGetFramerateWithFrameGeneration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000030, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Round_ReturnValue) == 0x000050, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000058, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000060, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Round_ReturnValue_1) == 0x000068, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000078, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000080, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000090, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0000A8, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x0000B8, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0000C0, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_EvaluateCurrentFPS, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000C8, "Member 'WBP_QA_EditorOverlay_C_EvaluateCurrentFPS::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_GetOverlayDebugText \ +static_assert(alignof(WBP_QA_EditorOverlay_C_GetOverlayDebugText) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_GetOverlayDebugText"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_GetOverlayDebugText) == 0x0004A0, "Wrong size on WBP_QA_EditorOverlay_C_GetOverlayDebugText"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, ReturnValue) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, local_infos) == 0x000010, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::local_infos' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, Temp_string_Variable) == 0x000020, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBattleManager_ReturnValue) == 0x000030, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBattleManager_ReturnValue_1) == 0x000038, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBattleEndState_ReturnValue) == 0x000040, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBattleEndState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetDisplayName_ReturnValue) == 0x000078, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetLastExecutedEventHandle_ReturnValue) == 0x000088, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetLastExecutedEventHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetTeam_Team) == 0x0000C8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_Guid_ReturnValue) == 0x0000C9, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_SwitchEnum_CmpSuccess) == 0x0000CA, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000CB, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_EvaluateCurrentFPS_ReturnValue) == 0x0000E0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_EvaluateCurrentFPS_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_EvaluateCurrentFPS_Formatted_Ouput) == 0x0000E8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_EvaluateCurrentFPS_Formatted_Ouput' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000108, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetCinematicTimeDilation_ReturnValue) == 0x00010C, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetCinematicTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000110, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000120, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetRealTimeDilation_ReturnValue) == 0x000124, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetRealTimeDilation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000128, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x000138, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000148, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_1) == 0x000158, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000160, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000170, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_2) == 0x000180, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000188, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000198, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetCinematicsSystem_ReturnValue) == 0x0001A8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001B0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue_2) == 0x0001C0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_3) == 0x0001C4, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_DEBUG_GetCurrentState_ReturnValue) == 0x0001C8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_DEBUG_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001D8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBattleManager_ReturnValue_2) == 0x0001E8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_4) == 0x0001F0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue_3) == 0x0001F4, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetDisplayName_ReturnValue_1) == 0x0001F8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_NameToString_ReturnValue) == 0x000208, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000218, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue_4) == 0x000228, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000230, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000240, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_5) == 0x000250, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000258, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_6) == 0x000268, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_7) == 0x00026C, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000270, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000278, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsEmpty_ReturnValue) == 0x000288, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Not_PreBool_ReturnValue) == 0x000289, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_BooleanAND_ReturnValue) == 0x00028A, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_JoinStringArray_ReturnValue) == 0x000290, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x0002A0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_8) == 0x0002B0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBuildInfo_Changelist) == 0x0002B8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBuildInfo_Changelist' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetBuildInfo_CurrentPersistentLevel) == 0x0002C8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetBuildInfo_CurrentPersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_GetPlayerPawn_ReturnValue) == 0x0002D8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002E0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_IsValid_ReturnValue_5) == 0x0002F0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x0002F8, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000340, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000358, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_VectorToString_ReturnValue) == 0x000368, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000378, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0003C0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_MakeArray_Array) == 0x0003D0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0003E0, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Format_ReturnValue) == 0x000428, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, K2Node_MakeArray_Array_1) == 0x000438, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_TextToString_ReturnValue) == 0x000448, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Format_ReturnValue_1) == 0x000458, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_9) == 0x000468, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000470, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Array_Add_ReturnValue_10) == 0x000480, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000488, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1) == 0x000490, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_GetOverlayDebugText, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2) == 0x000498, "Member 'WBP_QA_EditorOverlay_C_GetOverlayDebugText::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QA_EditorOverlay_C_OnPaint \ +static_assert(alignof(WBP_QA_EditorOverlay_C_OnPaint) == 0x000008, "Wrong alignment on WBP_QA_EditorOverlay_C_OnPaint"); \ +static_assert(sizeof(WBP_QA_EditorOverlay_C_OnPaint) == 0x0002A8, "Wrong size on WBP_QA_EditorOverlay_C_OnPaint"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, Context) == 0x000000, "Member 'WBP_QA_EditorOverlay_C_OnPaint::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetOverlayDebugText_ReturnValue) == 0x000038, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetOverlayDebugText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetCachedGeometry_ReturnValue) == 0x00004C, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetLocalSize_ReturnValue) == 0x000088, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000098, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_IsValid_ReturnValue_1) == 0x0000B0, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_MakeVector2D_ReturnValue) == 0x0000C0, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000D0, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000D8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetSequenceTimeDebugInfo_ReturnValue) == 0x0000E8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetSequenceTimeDebugInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_UtcNow_ReturnValue) == 0x0000F8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetMillisecond_ReturnValue) == 0x000110, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetMillisecond_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_IntToString_ReturnValue) == 0x000118, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_AsTime_DateTime_ReturnValue) == 0x000128, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_AsTime_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000138, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000150, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue) == 0x000160, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x000170, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001A8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetLocalSize_ReturnValue_1) == 0x0001B8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001C8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_BreakVector2D_X_1) == 0x0001D8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_BreakVector2D_Y_1) == 0x0001E0, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001E8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0001F8, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000200, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_2) == 0x000208, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_3) == 0x000218, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_GetFrameCount_ReturnValue) == 0x000228, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Percent_Int64Int64_ReturnValue) == 0x000230, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Percent_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_Int64ToString_ReturnValue) == 0x000238, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_Int64ToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_LeftPad_ReturnValue) == 0x000248, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_LeftPad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000258, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000268, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000278, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000288, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_QA_EditorOverlay_C_OnPaint, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000298, "Member 'WBP_QA_EditorOverlay_C_OnPaint::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_QA_EditorOverlay_C \ +static_assert(alignof(UWBP_QA_EditorOverlay_C) == 0x000008, "Wrong alignment on UWBP_QA_EditorOverlay_C"); \ +static_assert(sizeof(UWBP_QA_EditorOverlay_C) == 0x000348, "Wrong size on UWBP_QA_EditorOverlay_C"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_QA_EditorOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, ProgressBar_97) == 0x0002E8, "Member 'UWBP_QA_EditorOverlay_C::ProgressBar_97' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_BuildType) == 0x0002F0, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_BuildType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_Counter) == 0x0002F8, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_Counter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_MemoryState) == 0x000300, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_MemoryState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_Quality) == 0x000308, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_Quality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_SaveManagerDebugState) == 0x000310, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_SaveManagerDebugState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, TextBlock_Version) == 0x000318, "Member 'UWBP_QA_EditorOverlay_C::TextBlock_Version' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, VerticalBox_Loading) == 0x000320, "Member 'UWBP_QA_EditorOverlay_C::VerticalBox_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, SavePresetName) == 0x000328, "Member 'UWBP_QA_EditorOverlay_C::SavePresetName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, BattleLoadingSystem) == 0x000338, "Member 'UWBP_QA_EditorOverlay_C::BattleLoadingSystem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QA_EditorOverlay_C, CVar_HideDebugOverlay) == 0x000340, "Member 'UWBP_QA_EditorOverlay_C::CVar_HideDebugOverlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs \ +static_assert(alignof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs) == 0x000198, "Wrong size on BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, ActorRefs) == 0x000000, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::ActorRefs' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Conv_SoftObjRefToSoftObjPath_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Conv_SoftObjRefToSoftObjPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Conv_SoftObjRefToSoftObjPath_ReturnValue_1) == 0x000068, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Conv_SoftObjRefToSoftObjPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_BreakSoftObjectPath_PathString) == 0x000088, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_BreakSoftObjectPath_PathString_1) == 0x000098, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_BreakSoftObjectPath_PathString_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_GetBaseFilename_ReturnValue) == 0x0000A8, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B8, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Split_LeftS) == 0x0000C8, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Split_LeftS' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Split_RightS) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Split_RightS' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Split_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Split_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, K2Node_MakeStruct_FormatArgumentData) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Replace_ReturnValue) == 0x000138, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000158, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Not_PreBool_ReturnValue) == 0x000170, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Less_IntInt_ReturnValue) == 0x000171, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Add_IntInt_ReturnValue) == 0x000174, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_IsPackagedBuild_ReturnValue) == 0x000178, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000180, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000190, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000191, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs, CallFunc_Array_Add_ReturnValue) == 0x000194, "Member 'BP_LoadingSystemComponent_C_AddRequiredActorSoftRefs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_BuildDependencyTree \ +static_assert(alignof(BP_LoadingSystemComponent_C_BuildDependencyTree) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_BuildDependencyTree"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_BuildDependencyTree) == 0x0000F0, "Wrong size on BP_LoadingSystemComponent_C_BuildDependencyTree"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, Object) == 0x000000, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, Classes) == 0x000010, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, Assets) == 0x000020, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, local_assets) == 0x000030, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::local_assets' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, local_classes) == 0x000040, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::local_classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, local_explored) == 0x000050, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::local_explored' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, local_toExplore) == 0x000060, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::local_toExplore' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, Temp_int_Array_Index_Variable) == 0x000080, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000098, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_BPI_GetDependencies_Classes) == 0x0000A0, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_BPI_GetDependencies_Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_BPI_GetDependencies_Assets) == 0x0000B0, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_BPI_GetDependencies_Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_BPI_GetDependencies_ExternalDependencies) == 0x0000C0, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_BPI_GetDependencies_ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Array_Contains_ReturnValue) == 0x0000E9, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Not_PreBool_ReturnValue) == 0x0000EA, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_BuildDependencyTree, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_LoadingSystemComponent_C_BuildDependencyTree::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent \ +static_assert(alignof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent) == 0x000910, "Wrong size on BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, EntryPoint) == 0x000000, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetDataLayerManager_ReturnValue) == 0x000008, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_bool_Variable) == 0x000010, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_string_Variable) == 0x000018, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_string_Variable_1) == 0x000028, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_bool_Variable_1) == 0x000038, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_string_Variable_2) == 0x000040, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_string_Variable_3) == 0x000050, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_int_Array_Index_Variable_1) == 0x00006C, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsPackagedBuild_ReturnValue) == 0x000070, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CustomEvent_Classes) == 0x000078, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CustomEvent_Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CustomEvent_Assets) == 0x000088, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CustomEvent_Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000E9, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000100, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000110, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0001A0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x0001B0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001E0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_3) == 0x000228, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000270, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToName_ReturnValue) == 0x000280, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_4) == 0x000288, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0002D0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array) == 0x0002E0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002F0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue) == 0x000338, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_1) == 0x000348, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000358, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_1) == 0x000360, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValidSoftClassReference_ReturnValue_1) == 0x000370, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValidSoftClassReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Length_ReturnValue) == 0x000374, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000378, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Length_ReturnValue_1) == 0x00037C, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000380, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Length_ReturnValue_2) == 0x000388, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_6) == 0x000390, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_Length_ReturnValue_3) == 0x0003D8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_2) == 0x0003E0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0003F0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_2) == 0x0003F8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_7) == 0x000408, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_3) == 0x000450, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_3) == 0x000460, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_AddUnique_ReturnValue) == 0x000470, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000474, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000478, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000488, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00048C, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000490, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_object_Variable) == 0x0004A0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_int_Loop_Counter_Variable_1) == 0x0004A8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0004B0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_RemoveItem_ReturnValue) == 0x0004D8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Less_IntInt_ReturnValue_1) == 0x0004D9, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004DC, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_AddUnique_ReturnValue_2) == 0x0004E0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValid_ReturnValue_1) == 0x0004E4, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetDisplayName_ReturnValue) == 0x0004E8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_4) == 0x0004F8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_Select_Default) == 0x000508, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_8) == 0x000518, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000560, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetRegistry_ReturnValue) == 0x000570, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_9) == 0x000580, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetsByPath_OutAssetData) == 0x0005C8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetsByPath_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetsByPath_ReturnValue) == 0x0005D8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetsByPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_4) == 0x0005E0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0005F0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_4) == 0x000600, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_10) == 0x000610, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_5) == 0x000658, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_5) == 0x000668, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CustomEvent_Loaded) == 0x000678, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetRegistry_ReturnValue_1) == 0x000680, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetRegistry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetsByPath_OutAssetData_1) == 0x000690, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetsByPath_OutAssetData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetAssetsByPath_ReturnValue_1) == 0x0006A0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetAssetsByPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0006A1, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x0006A8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Not_PreBool_ReturnValue) == 0x0006B8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_11) == 0x0006C0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_6) == 0x000708, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_6) == 0x000718, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, Temp_class_Variable) == 0x000728, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000730, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000740, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000768, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValidClass_ReturnValue) == 0x000769, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetClassDefaultObject_ReturnValue) == 0x000770, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetClassDefaultObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_IsValidClass_ReturnValue_1) == 0x000778, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_GetClassDisplayName_ReturnValue) == 0x000780, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000790, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_Select_Default_1) == 0x0007A0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_12) == 0x0007B0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_7) == 0x0007F8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Array_AddUnique_ReturnValue_3) == 0x000808, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Array_AddUnique_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_13) == 0x000810, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_Event_DeltaSeconds) == 0x000858, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_7) == 0x000860, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_7) == 0x000870, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_CustomEvent_Loaded_1) == 0x000880, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_ConcatenateSoftClassDisplayNames_Result) == 0x000888, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_ConcatenateSoftClassDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000898, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeStruct_FormatArgumentData_14) == 0x0008A8, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, K2Node_MakeArray_Array_8) == 0x0008F0, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent, CallFunc_Format_ReturnValue_8) == 0x000900, "Member 'BP_LoadingSystemComponent_C_ExecuteUbergraph_BP_LoadingSystemComponent::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_GetDebugText \ +static_assert(alignof(BP_LoadingSystemComponent_C_GetDebugText) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_GetDebugText"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_GetDebugText) == 0x0001D0, "Wrong size on BP_LoadingSystemComponent_C_GetDebugText"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, ReturnValue) == 0x000000, "Member 'BP_LoadingSystemComponent_C_GetDebugText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, local_parts) == 0x000010, "Member 'BP_LoadingSystemComponent_C_GetDebugText::local_parts' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_string_Variable) == 0x000020, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_string_Variable_1) == 0x000030, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_string_Variable_2) == 0x000048, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Loop_Counter_Variable_1) == 0x00005C, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Loop_Counter_Variable_2) == 0x000068, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_string_Variable_3) == 0x000078, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Array_Index_Variable_2) == 0x000088, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Loop_Counter_Variable_3) == 0x00008C, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue_3) == 0x000090, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, Temp_int_Array_Index_Variable_3) == 0x000094, "Member 'BP_LoadingSystemComponent_C_GetDebugText::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_JoinStringArray_ReturnValue) == 0x000098, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_GetDisplayName_ReturnValue) == 0x0000B8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue) == 0x0000CC, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_1) == 0x0000D0, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_2) == 0x0000FC, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_3) == 0x000100, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_4) == 0x000130, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000138, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Length_ReturnValue_2) == 0x000148, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_GetBaseFilename_ReturnValue) == 0x000150, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_2) == 0x000160, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_5) == 0x000164, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_6) == 0x000168, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Get_Item_3) == 0x000170, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Length_ReturnValue_3) == 0x000198, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x0001A0, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001B0, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_GetBaseFilename_ReturnValue_1) == 0x0001B8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_GetBaseFilename_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_GetDebugText, CallFunc_Array_Add_ReturnValue_7) == 0x0001C8, "Member 'BP_LoadingSystemComponent_C_GetDebugText::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs \ +static_assert(alignof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs) == 0x000060, "Wrong size on BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, ReturnValue) == 0x000000, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'BP_LoadingSystemComponent_C_HasOutstandingActorSoftRefs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation \ +static_assert(alignof(BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation) == 0x000001, "Wrong alignment on BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation) == 0x000002, "Wrong size on BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation, ReturnValue) == 0x000000, "Member 'BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_LoadingSystemComponent_C_HasOutstandingDataLayerActivation::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_HasOutstandingLoading \ +static_assert(alignof(BP_LoadingSystemComponent_C_HasOutstandingLoading) == 0x000004, "Wrong alignment on BP_LoadingSystemComponent_C_HasOutstandingLoading"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_HasOutstandingLoading) == 0x00001C, "Wrong size on BP_LoadingSystemComponent_C_HasOutstandingLoading"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, ReturnValue) == 0x000000, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_HasOutstandingActorSoftRefs_ReturnValue) == 0x000001, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_HasOutstandingActorSoftRefs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Map_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000015, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000016, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_BooleanOR_ReturnValue) == 0x000017, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_BooleanOR_ReturnValue_1) == 0x000018, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_HasOutstandingLoading, CallFunc_BooleanOR_ReturnValue_2) == 0x000019, "Member 'BP_LoadingSystemComponent_C_HasOutstandingLoading::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState \ +static_assert(alignof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState) == 0x000020, "Wrong size on BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState, DataLayer) == 0x000000, "Member 'BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState, CallFunc_GetDataLayerManager_ReturnValue) == 0x000008, "Member 'BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState, CallFunc_GetDataLayerInstanceRuntimeState_ReturnValue) == 0x000018, "Member 'BP_LoadingSystemComponent_C_InitializeCurrentDataLayerState::CallFunc_GetDataLayerInstanceRuntimeState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_IsClassLoaded \ +static_assert(alignof(BP_LoadingSystemComponent_C_IsClassLoaded) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_IsClassLoaded"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_IsClassLoaded) == 0x000078, "Wrong size on BP_LoadingSystemComponent_C_IsClassLoaded"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, Class_0) == 0x000000, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::Class_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsClassLoaded, CallFunc_EqualEqual_SoftClassReference_ReturnValue) == 0x000071, "Member 'BP_LoadingSystemComponent_C_IsClassLoaded::CallFunc_EqualEqual_SoftClassReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_IsDataLayerLoaded \ +static_assert(alignof(BP_LoadingSystemComponent_C_IsDataLayerLoaded) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_IsDataLayerLoaded"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_IsDataLayerLoaded) == 0x000030, "Wrong size on BP_LoadingSystemComponent_C_IsDataLayerLoaded"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, DataLayer) == 0x000000, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, Result) == 0x000008, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, CallFunc_GetDataLayerManager_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x000020, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerLoaded, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_IsDataLayerLoaded::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_IsDataLayerRequested \ +static_assert(alignof(BP_LoadingSystemComponent_C_IsDataLayerRequested) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_IsDataLayerRequested"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_IsDataLayerRequested) == 0x000058, "Wrong size on BP_LoadingSystemComponent_C_IsDataLayerRequested"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, DataLayer) == 0x000000, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, Result) == 0x000008, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_GetDataLayerManager_ReturnValue) == 0x000018, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_IsDataLayerRequested, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000050, "Member 'BP_LoadingSystemComponent_C_IsDataLayerRequested::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_LoadDependenciesFromObject \ +static_assert(alignof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_LoadDependenciesFromObject"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject) == 0x000048, "Wrong size on BP_LoadingSystemComponent_C_LoadDependenciesFromObject"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, Object) == 0x000000, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, K2Node_DynamicCast_AsBPI_Loading_Dependencies_Source) == 0x000008, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::K2Node_DynamicCast_AsBPI_Loading_Dependencies_Source' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, CallFunc_BuildDependencyTree_Classes) == 0x000020, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::CallFunc_BuildDependencyTree_Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, CallFunc_BuildDependencyTree_Assets) == 0x000030, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::CallFunc_BuildDependencyTree_Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_LoadDependenciesFromObject, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000041, "Member 'BP_LoadingSystemComponent_C_LoadDependenciesFromObject::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_OnDataLayerStateChanged \ +static_assert(alignof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_OnDataLayerStateChanged"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged) == 0x000020, "Wrong size on BP_LoadingSystemComponent_C_OnDataLayerStateChanged"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, DataLayer) == 0x000000, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, State) == 0x000008, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::State' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_IsEmpty_ReturnValue) == 0x00000A, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000B, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, K2Node_SwitchEnum_CmpSuccess) == 0x00000C, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_IsDataLayerRequested_Result) == 0x00000D, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_IsDataLayerRequested_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00000F, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000010, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x000011, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_RemoveItem_ReturnValue_3) == 0x000012, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_RemoveItem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_RemoveItem_ReturnValue_4) == 0x000013, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_RemoveItem_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_AddUnique_ReturnValue) == 0x000014, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnDataLayerStateChanged, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000018, "Member 'BP_LoadingSystemComponent_C_OnDataLayerStateChanged::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA \ +static_assert(alignof(BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA) == 0x000008, "Wrong size on BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA, Loaded) == 0x000000, "Member 'BP_LoadingSystemComponent_C_OnLoaded_0E2FB5894CE508D91ED5A4B406268CAA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572 \ +static_assert(alignof(BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572) == 0x000008, "Wrong size on BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572, Loaded) == 0x000000, "Member 'BP_LoadingSystemComponent_C_OnLoaded_99E02A9049DFB624676D73BFA670B572::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_ReceiveTick \ +static_assert(alignof(BP_LoadingSystemComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LoadingSystemComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_LoadingSystemComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LoadingSystemComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_ReleaseAll \ +static_assert(alignof(BP_LoadingSystemComponent_C_ReleaseAll) == 0x000001, "Wrong alignment on BP_LoadingSystemComponent_C_ReleaseAll"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_ReleaseAll) == 0x000002, "Wrong size on BP_LoadingSystemComponent_C_ReleaseAll"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ReleaseAll, CallFunc_Array_IsEmpty_ReturnValue) == 0x000000, "Member 'BP_LoadingSystemComponent_C_ReleaseAll::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_ReleaseAll, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x000001, "Member 'BP_LoadingSystemComponent_C_ReleaseAll::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs \ +static_assert(alignof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs) == 0x000150, "Wrong size on BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, ActorRefs) == 0x000000, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::ActorRefs' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000BC, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_ConcatenateSoftObjectDisplayNames_Result) == 0x0000C0, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_ConcatenateSoftObjectDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Not_PreBool_ReturnValue) == 0x0000D0, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, K2Node_MakeArray_Array) == 0x000130, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_LoadingSystemComponent_C_RemoveRequiredActorSoftRefs::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_RequestDataLayerActivation \ +static_assert(alignof(BP_LoadingSystemComponent_C_RequestDataLayerActivation) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_RequestDataLayerActivation"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_RequestDataLayerActivation) == 0x000108, "Wrong size on BP_LoadingSystemComponent_C_RequestDataLayerActivation"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, DataLayers) == 0x000000, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_GetDataLayerManager_ReturnValue) == 0x000018, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_SetDataLayerRuntimeState_ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_SetDataLayerRuntimeState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x000030, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Array_AddUnique_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Format_ReturnValue_1) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000100, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerActivation, CallFunc_Map_Contains_ReturnValue) == 0x000101, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerActivation::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_RequestDataLayerDeactivation \ +static_assert(alignof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_RequestDataLayerDeactivation"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation) == 0x000108, "Wrong size on BP_LoadingSystemComponent_C_RequestDataLayerDeactivation"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, DataLayers) == 0x000000, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_GetDataLayerManager_ReturnValue) == 0x0000C8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x0000D0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_SetDataLayerRuntimeState_ReturnValue) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_SetDataLayerRuntimeState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D9, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Format_ReturnValue_1) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestDataLayerDeactivation, CallFunc_Map_Contains_ReturnValue) == 0x000100, "Member 'BP_LoadingSystemComponent_C_RequestDataLayerDeactivation::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_RequestLoadDataLayers \ +static_assert(alignof(BP_LoadingSystemComponent_C_RequestLoadDataLayers) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_RequestLoadDataLayers"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_RequestLoadDataLayers) == 0x000108, "Wrong size on BP_LoadingSystemComponent_C_RequestLoadDataLayers"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, DataLayers) == 0x000000, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, RequestReferenceHandle) == 0x000010, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::RequestReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, DebugName) == 0x000030, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_GetDataLayerManager_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_SetDataLayerRuntimeState_ReturnValue) == 0x0000D8, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_SetDataLayerRuntimeState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, Temp_int_Loop_Counter_Variable) == 0x0000DC, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_MakeReferenceCounterWrapper_ReturnValue) == 0x0000E0, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_MakeReferenceCounterWrapper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Map_Contains_ReturnValue) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Map_Find_Value) == 0x0000F8, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_Map_Find_ReturnValue) == 0x000100, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestLoadDataLayers, CallFunc_AddReference_ReturnValue) == 0x000101, "Member 'BP_LoadingSystemComponent_C_RequestLoadDataLayers::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_RequestUnloadDataLayers \ +static_assert(alignof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_RequestUnloadDataLayers"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers) == 0x0001F0, "Wrong size on BP_LoadingSystemComponent_C_RequestUnloadDataLayers"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, DataLayers) == 0x000000, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, RequestReferenceHandle) == 0x000010, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::RequestReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, DebugName) == 0x000030, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::DebugName' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000050, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, Temp_int_Array_Index_Variable) == 0x000118, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Array_Get_Item) == 0x000120, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_GetDisplayName_ReturnValue) == 0x000128, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000140, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, Temp_int_Loop_Counter_Variable) == 0x000198, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, K2Node_MakeArray_Array_1) == 0x0001A0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Less_IntInt_ReturnValue) == 0x0001C0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Add_IntInt_ReturnValue) == 0x0001C4, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_GetDataLayerManager_ReturnValue) == 0x0001C8, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x0001D0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_SetDataLayerRuntimeState_ReturnValue) == 0x0001D8, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_SetDataLayerRuntimeState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001D9, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Map_Remove_ReturnValue) == 0x0001DA, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Map_Find_Value) == 0x0001E0, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_Map_Find_ReturnValue) == 0x0001E8, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_RequestUnloadDataLayers, CallFunc_RemoveReference_ReturnValue) == 0x0001E9, "Member 'BP_LoadingSystemComponent_C_RequestUnloadDataLayers::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_StartLoadingAssets \ +static_assert(alignof(BP_LoadingSystemComponent_C_StartLoadingAssets) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_StartLoadingAssets"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_StartLoadingAssets) == 0x000090, "Wrong size on BP_LoadingSystemComponent_C_StartLoadingAssets"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, Classes) == 0x000000, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000060, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000068, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Array_AddUnique_ReturnValue) == 0x00006C, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, Temp_wildcard_Temp_buffer_array_Variable) == 0x000078, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssets, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssets::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_StartLoadingAssetsInternal \ +static_assert(alignof(BP_LoadingSystemComponent_C_StartLoadingAssetsInternal) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_StartLoadingAssetsInternal"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_StartLoadingAssetsInternal) == 0x000010, "Wrong size on BP_LoadingSystemComponent_C_StartLoadingAssetsInternal"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingAssetsInternal, Assets) == 0x000000, "Member 'BP_LoadingSystemComponent_C_StartLoadingAssetsInternal::Assets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_StartLoadingClasses \ +static_assert(alignof(BP_LoadingSystemComponent_C_StartLoadingClasses) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_StartLoadingClasses"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_StartLoadingClasses) == 0x000090, "Wrong size on BP_LoadingSystemComponent_C_StartLoadingClasses"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, Classes) == 0x000000, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000070, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_GetClassDefaultObject_ReturnValue) == 0x000080, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_GetClassDefaultObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_IsValidClass_ReturnValue) == 0x000088, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000089, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClasses, CallFunc_Array_AddUnique_ReturnValue) == 0x00008C, "Member 'BP_LoadingSystemComponent_C_StartLoadingClasses::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_StartLoadingClassesInternal \ +static_assert(alignof(BP_LoadingSystemComponent_C_StartLoadingClassesInternal) == 0x000008, "Wrong alignment on BP_LoadingSystemComponent_C_StartLoadingClassesInternal"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_StartLoadingClassesInternal) == 0x000010, "Wrong size on BP_LoadingSystemComponent_C_StartLoadingClassesInternal"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_StartLoadingClassesInternal, Classes) == 0x000000, "Member 'BP_LoadingSystemComponent_C_StartLoadingClassesInternal::Classes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LoadingSystemComponent_C_UpdateLoadingState \ +static_assert(alignof(BP_LoadingSystemComponent_C_UpdateLoadingState) == 0x000001, "Wrong alignment on BP_LoadingSystemComponent_C_UpdateLoadingState"); \ +static_assert(sizeof(BP_LoadingSystemComponent_C_UpdateLoadingState) == 0x000003, "Wrong size on BP_LoadingSystemComponent_C_UpdateLoadingState"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_UpdateLoadingState, local_hasOutstandingLoading) == 0x000000, "Member 'BP_LoadingSystemComponent_C_UpdateLoadingState::local_hasOutstandingLoading' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_UpdateLoadingState, CallFunc_HasOutstandingLoading_ReturnValue) == 0x000001, "Member 'BP_LoadingSystemComponent_C_UpdateLoadingState::CallFunc_HasOutstandingLoading_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LoadingSystemComponent_C_UpdateLoadingState, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_LoadingSystemComponent_C_UpdateLoadingState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LoadingSystemComponent_C \ +static_assert(alignof(UBP_LoadingSystemComponent_C) == 0x000008, "Wrong alignment on UBP_LoadingSystemComponent_C"); \ +static_assert(sizeof(UBP_LoadingSystemComponent_C) == 0x0001B0, "Wrong size on UBP_LoadingSystemComponent_C"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_LoadingSystemComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, LoadedClasses) == 0x0000A8, "Member 'UBP_LoadingSystemComponent_C::LoadedClasses' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, LoadedAssets) == 0x0000B8, "Member 'UBP_LoadingSystemComponent_C::LoadedAssets' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, LoadingClasses) == 0x0000C8, "Member 'UBP_LoadingSystemComponent_C::LoadingClasses' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, LoadingAssets) == 0x0000D8, "Member 'UBP_LoadingSystemComponent_C::LoadingAssets' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, OnFullyLoaded) == 0x0000E8, "Member 'UBP_LoadingSystemComponent_C::OnFullyLoaded' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, RequestedDataLayers) == 0x0000F8, "Member 'UBP_LoadingSystemComponent_C::RequestedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, LoadedDataLayers) == 0x000148, "Member 'UBP_LoadingSystemComponent_C::LoadedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, ActivatedDataLayers) == 0x000158, "Member 'UBP_LoadingSystemComponent_C::ActivatedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, DataLayersRequestedForActivation) == 0x000168, "Member 'UBP_LoadingSystemComponent_C::DataLayersRequestedForActivation' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, DataLayerLabelsRequestedForActivation) == 0x000178, "Member 'UBP_LoadingSystemComponent_C::DataLayerLabelsRequestedForActivation' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, OnDataLayersActivated) == 0x000188, "Member 'UBP_LoadingSystemComponent_C::OnDataLayersActivated' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, ActorRefsToResolve) == 0x000198, "Member 'UBP_LoadingSystemComponent_C::ActorRefsToResolve' has a wrong offset!"); \ +static_assert(offsetof(UBP_LoadingSystemComponent_C, IsLoadingActorSoftRefs) == 0x0001A8, "Member 'UBP_LoadingSystemComponent_C::IsLoadingActorSoftRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_AddLevelSequenceActorToDestroy \ +static_assert(alignof(BP_CinematicSystem_C_AddLevelSequenceActorToDestroy) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_AddLevelSequenceActorToDestroy"); \ +static_assert(sizeof(BP_CinematicSystem_C_AddLevelSequenceActorToDestroy) == 0x000010, "Wrong size on BP_CinematicSystem_C_AddLevelSequenceActorToDestroy"); \ +static_assert(offsetof(BP_CinematicSystem_C_AddLevelSequenceActorToDestroy, ToDestroy) == 0x000000, "Member 'BP_CinematicSystem_C_AddLevelSequenceActorToDestroy::ToDestroy' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_AddLevelSequenceActorToDestroy, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_AddLevelSequenceActorToDestroy::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ApplyFrameRateLimit \ +static_assert(alignof(BP_CinematicSystem_C_ApplyFrameRateLimit) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ApplyFrameRateLimit"); \ +static_assert(sizeof(BP_CinematicSystem_C_ApplyFrameRateLimit) == 0x000008, "Wrong size on BP_CinematicSystem_C_ApplyFrameRateLimit"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyFrameRateLimit, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_CinematicSystem_C_ApplyFrameRateLimit::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ApplyLODSettingsOnGroom \ +static_assert(alignof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ApplyLODSettingsOnGroom"); \ +static_assert(sizeof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom) == 0x000068, "Wrong size on BP_CinematicSystem_C_ApplyLODSettingsOnGroom"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable) == 0x000000, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_1) == 0x000004, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_2) == 0x000008, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_3) == 0x00000C, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_4) == 0x000010, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000018, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000020, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_5) == 0x000028, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x00002C, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2) == 0x000030, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3) == 0x000040, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_4) == 0x000048, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x000050, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, Temp_int_Variable_6) == 0x000054, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000058, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_Clamp_ReturnValue) == 0x00005C, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000060, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ApplyLODSettingsOnGroom, K2Node_Select_Default) == 0x000064, "Member 'BP_CinematicSystem_C_ApplyLODSettingsOnGroom::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_CanPause \ +static_assert(alignof(BP_CinematicSystem_C_CanPause) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_CanPause"); \ +static_assert(sizeof(BP_CinematicSystem_C_CanPause) == 0x000028, "Wrong size on BP_CinematicSystem_C_CanPause"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CanPause_0) == 0x000000, "Member 'BP_CinematicSystem_C_CanPause::CanPause_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_IsMediaPlayerReadyForPause_CanPause) == 0x000001, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_IsMediaPlayerReadyForPause_CanPause' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_Now_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_GetTotalSeconds_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CanPause, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_CinematicSystem_C_CanPause::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_CleanUpAfterCinematic \ +static_assert(alignof(BP_CinematicSystem_C_CleanUpAfterCinematic) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_CleanUpAfterCinematic"); \ +static_assert(sizeof(BP_CinematicSystem_C_CleanUpAfterCinematic) == 0x000018, "Wrong size on BP_CinematicSystem_C_CleanUpAfterCinematic"); \ +static_assert(offsetof(BP_CinematicSystem_C_CleanUpAfterCinematic, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_CleanUpAfterCinematic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CleanUpAfterCinematic, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_CleanUpAfterCinematic::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CleanUpAfterCinematic, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'BP_CinematicSystem_C_CleanUpAfterCinematic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_CreateAssetLoadRequest \ +static_assert(alignof(BP_CinematicSystem_C_CreateAssetLoadRequest) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_CreateAssetLoadRequest"); \ +static_assert(sizeof(BP_CinematicSystem_C_CreateAssetLoadRequest) == 0x000008, "Wrong size on BP_CinematicSystem_C_CreateAssetLoadRequest"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateAssetLoadRequest, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_CreateAssetLoadRequest::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_CreateCinematicControlsWidget \ +static_assert(alignof(BP_CinematicSystem_C_CreateCinematicControlsWidget) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_CreateCinematicControlsWidget"); \ +static_assert(sizeof(BP_CinematicSystem_C_CreateCinematicControlsWidget) == 0x000048, "Wrong size on BP_CinematicSystem_C_CreateCinematicControlsWidget"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateCinematicControlsWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_CinematicSystem_C_CreateCinematicControlsWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateCinematicControlsWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_CinematicSystem_C_CreateCinematicControlsWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateCinematicControlsWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_CinematicSystem_C_CreateCinematicControlsWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateCinematicControlsWidget, CallFunc_Create_ReturnValue) == 0x000030, "Member 'BP_CinematicSystem_C_CreateCinematicControlsWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_CreateCinematicControlsWidget, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'BP_CinematicSystem_C_CreateCinematicControlsWidget::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded \ +static_assert(alignof(BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded"); \ +static_assert(sizeof(BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded) == 0x000001, "Wrong size on BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded, CallFunc_GetBoolCVar_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_DEBUG_AutoSkipCinematicIfNeeded::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_DEBUG_GetCurrentState \ +static_assert(alignof(BP_CinematicSystem_C_DEBUG_GetCurrentState) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_DEBUG_GetCurrentState"); \ +static_assert(sizeof(BP_CinematicSystem_C_DEBUG_GetCurrentState) == 0x0001B0, "Wrong size on BP_CinematicSystem_C_DEBUG_GetCurrentState"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_GetSequenceTimeDebugInfo_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_GetSequenceTimeDebugInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000078, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F8, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_GetSequence_ReturnValue) == 0x000108, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000110, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_IsValid_ReturnValue_1) == 0x000120, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Format_ReturnValue_1) == 0x000180, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_IsValid_ReturnValue_2) == 0x000190, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000198, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Not_PreBool_ReturnValue) == 0x0001A8, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_IsValid_ReturnValue_3) == 0x0001A9, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001AA, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_GetCurrentState, CallFunc_BooleanAND_ReturnValue) == 0x0001AB, "Member 'BP_CinematicSystem_C_DEBUG_GetCurrentState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters \ +static_assert(alignof(BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters"); \ +static_assert(sizeof(BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters) == 0x000068, "Wrong size on BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters, K2Node_MakeStruct_S_PostCinematicParameters) == 0x000000, "Member 'BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters::K2Node_MakeStruct_S_PostCinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters, K2Node_MakeStruct_S_PreCinematicParameters) == 0x000060, "Member 'BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters::K2Node_MakeStruct_S_PreCinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters, CallFunc_GetBoolCVar_ReturnValue) == 0x000061, "Member 'BP_CinematicSystem_C_DEBUG_ModifyCinematicParameters::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_DisplayCinematicTransitionWidget \ +static_assert(alignof(BP_CinematicSystem_C_DisplayCinematicTransitionWidget) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_DisplayCinematicTransitionWidget"); \ +static_assert(sizeof(BP_CinematicSystem_C_DisplayCinematicTransitionWidget) == 0x000010, "Wrong size on BP_CinematicSystem_C_DisplayCinematicTransitionWidget"); \ +static_assert(offsetof(BP_CinematicSystem_C_DisplayCinematicTransitionWidget, PlayMode) == 0x000000, "Member 'BP_CinematicSystem_C_DisplayCinematicTransitionWidget::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_DisplayCinematicTransitionWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_DisplayCinematicTransitionWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_EnterPhotoMode \ +static_assert(alignof(BP_CinematicSystem_C_EnterPhotoMode) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_EnterPhotoMode"); \ +static_assert(sizeof(BP_CinematicSystem_C_EnterPhotoMode) == 0x000018, "Wrong size on BP_CinematicSystem_C_EnterPhotoMode"); \ +static_assert(offsetof(BP_CinematicSystem_C_EnterPhotoMode, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_CinematicSystem_C_EnterPhotoMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_EnterPhotoMode, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_EnterPhotoMode::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ExecuteGameActionIfNeeded \ +static_assert(alignof(BP_CinematicSystem_C_ExecuteGameActionIfNeeded) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_ExecuteGameActionIfNeeded"); \ +static_assert(sizeof(BP_CinematicSystem_C_ExecuteGameActionIfNeeded) == 0x000001, "Wrong size on BP_CinematicSystem_C_ExecuteGameActionIfNeeded"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteGameActionIfNeeded, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000000, "Member 'BP_CinematicSystem_C_ExecuteGameActionIfNeeded::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem \ +static_assert(alignof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem"); \ +static_assert(sizeof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem) == 0x0004A0, "Wrong size on BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, EntryPoint) == 0x000000, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetEndTime_ReturnValue) == 0x000004, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000014, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeStruct_MovieSceneSequencePlaybackParams) == 0x000018, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeStruct_MovieSceneSequencePlaybackParams' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000050, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000058, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_bool_Has_Been_Initd_Variable) == 0x000060, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_int_Array_Index_Variable) == 0x00007C, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000080, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_AsBP_Cine_Exit_Point) == 0x000088, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_AsBP_Cine_Exit_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CustomEvent_TriggerCinematicVariableStruct) == 0x000098, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CustomEvent_TriggerCinematicVariableStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CustomEvent_LatentAction) == 0x0001E8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsValid_ReturnValue_1) == 0x0001F0, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsValid_ReturnValue_2) == 0x0001F1, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_ValidateCinematicContext_IsValid) == 0x0001F2, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_ValidateCinematicContext_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetGameInstance_ReturnValue) == 0x0001F8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsNameValid_ReturnValue) == 0x000200, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000208, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_bSuccess_1) == 0x000210, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Pause_ReturnValue) == 0x000211, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_DEBUG_GetCurrentState_ReturnValue) == 0x000218, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_DEBUG_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Conv_StringToText_ReturnValue) == 0x000228, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_BooleanAND_ReturnValue) == 0x000238, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeStruct_FormatArgumentData) == 0x000240, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeArray_Array_1) == 0x000288, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_DEBUG_GetCurrentState_ReturnValue_1) == 0x000298, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_DEBUG_GetCurrentState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Format_ReturnValue) == 0x0002A8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002B8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002C8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_DEBUG_GetCurrentState_ReturnValue_2) == 0x000310, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_DEBUG_GetCurrentState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeArray_Array_2) == 0x000320, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000330, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Format_ReturnValue_1) == 0x000340, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeStruct_FormatArgumentData_2) == 0x000350, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeArray_Array_3) == 0x000398, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetInteractionSystem_ReturnValue) == 0x0003A8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Format_ReturnValue_2) == 0x0003B0, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_SetGamePaused_ReturnValue) == 0x0003C0, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_SetGamePaused_ReturnValue_1) == 0x0003C1, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_bool_Has_Been_Initd_Variable_1) == 0x0003C2, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_bool_IsClosed_Variable) == 0x0003C3, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_ValidateCinematicParameters_IsValid) == 0x0003C4, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_ValidateCinematicParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MultiGate_FirstRun) == 0x0003C5, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MultiGate_ScratchBool) == 0x0003C6, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MultiGate_ScratchIndex) == 0x0003C8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CreateDelegate_OutputDelegate) == 0x0003CC, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CreateDelegate_OutputDelegate_1) == 0x0003DC, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0003F0, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Play_ReturnValue) == 0x0003F8, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsValid_ReturnValue_3) == 0x0003F9, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_IsValidGameActionWrapper_IsValid) == 0x0003FA, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_ReleaseAndWaitGameFlowTransitionFadeOut_LatentAction) == 0x000400, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_ReleaseAndWaitGameFlowTransitionFadeOut_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_SpawnObject_ReturnValue) == 0x000408, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_bool_IsClosed_Variable_1) == 0x000410, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, Temp_int_Variable) == 0x000414, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction) == 0x000418, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CustomEvent_bShouldPause) == 0x000420, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CustomEvent_bShouldPause' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetInputLockSystem_ReturnValue) == 0x000428, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_MakeStruct_S_InputLockParameters) == 0x000430, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_Event_DeltaSeconds) == 0x000434, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000438, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Array_Get_Item) == 0x000440, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Array_Length_ReturnValue) == 0x000448, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Less_IntInt_ReturnValue) == 0x00044C, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000450, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000458, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Now_ReturnValue) == 0x000460, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_CanPause_CanPause) == 0x000468, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_CanPause_CanPause' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_SetGamePaused_ReturnValue_2) == 0x000469, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_SetGamePaused_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Not_PreBool_ReturnValue) == 0x00046A, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_BooleanAND_ReturnValue_1) == 0x00046B, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_GetGameMode_ReturnValue) == 0x000470, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_AsSandfall_Game_Mode) == 0x000478, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_AsSandfall_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_DynamicCast_bSuccess_2) == 0x000480, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, K2Node_CreateDelegate_OutputDelegate_2) == 0x000484, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Delay_Duration_ImplicitCast) == 0x000494, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000498, "Member 'BP_CinematicSystem_C_ExecuteUbergraph_BP_CinematicSystem::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ExitCinematicModeForCharacter \ +static_assert(alignof(BP_CinematicSystem_C_ExitCinematicModeForCharacter) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ExitCinematicModeForCharacter"); \ +static_assert(sizeof(BP_CinematicSystem_C_ExitCinematicModeForCharacter) == 0x000018, "Wrong size on BP_CinematicSystem_C_ExitCinematicModeForCharacter"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExitCinematicModeForCharacter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_ExitCinematicModeForCharacter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExitCinematicModeForCharacter, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_CinematicSystem_C_ExitCinematicModeForCharacter::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExitCinematicModeForCharacter, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CinematicSystem_C_ExitCinematicModeForCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ExitCinematicModeForCharacter, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_CinematicSystem_C_ExitCinematicModeForCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_FinishLatentAction \ +static_assert(alignof(BP_CinematicSystem_C_FinishLatentAction) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_FinishLatentAction"); \ +static_assert(sizeof(BP_CinematicSystem_C_FinishLatentAction) == 0x000001, "Wrong size on BP_CinematicSystem_C_FinishLatentAction"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishLatentAction, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_FinishLatentAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_FinishPreCinematicTransition \ +static_assert(alignof(BP_CinematicSystem_C_FinishPreCinematicTransition) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_FinishPreCinematicTransition"); \ +static_assert(sizeof(BP_CinematicSystem_C_FinishPreCinematicTransition) == 0x000088, "Wrong size on BP_CinematicSystem_C_FinishPreCinematicTransition"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, K2Node_MakeMap_Map) == 0x000018, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1) == 0x000070, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_IsValid_ReturnValue_1) == 0x000078, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_FinishPreCinematicTransition, CallFunc_GetPlayerController_ReturnValue) == 0x000080, "Member 'BP_CinematicSystem_C_FinishPreCinematicTransition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_GetCharacterWorld \ +static_assert(alignof(BP_CinematicSystem_C_GetCharacterWorld) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_GetCharacterWorld"); \ +static_assert(sizeof(BP_CinematicSystem_C_GetCharacterWorld) == 0x000020, "Wrong size on BP_CinematicSystem_C_GetCharacterWorld"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetCharacterWorld, AsBP_J_RPG_Character_World) == 0x000000, "Member 'BP_CinematicSystem_C_GetCharacterWorld::AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetCharacterWorld, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_GetCharacterWorld::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetCharacterWorld, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CinematicSystem_C_GetCharacterWorld::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetCharacterWorld, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CinematicSystem_C_GetCharacterWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_GetOverlayForPreCinematicTransition \ +static_assert(alignof(BP_CinematicSystem_C_GetOverlayForPreCinematicTransition) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_GetOverlayForPreCinematicTransition"); \ +static_assert(sizeof(BP_CinematicSystem_C_GetOverlayForPreCinematicTransition) == 0x000018, "Wrong size on BP_CinematicSystem_C_GetOverlayForPreCinematicTransition"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetOverlayForPreCinematicTransition, Overlay) == 0x000000, "Member 'BP_CinematicSystem_C_GetOverlayForPreCinematicTransition::Overlay' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetOverlayForPreCinematicTransition, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_CinematicSystem_C_GetOverlayForPreCinematicTransition::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetOverlayForPreCinematicTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_GetOverlayForPreCinematicTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_GetSequenceTimeDebugInfo \ +static_assert(alignof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_GetSequenceTimeDebugInfo"); \ +static_assert(sizeof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo) == 0x0001C0, "Wrong size on BP_CinematicSystem_C_GetSequenceTimeDebugInfo"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_GetSequencePlayer_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_GetStartTime_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_GetDuration_ReturnValue) == 0x000030, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_GetDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000040, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1) == 0x000044, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_GetCurrentTime_ReturnValue) == 0x000048, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000058, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x00005C, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000064, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_2) == 0x000068, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x000078, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_DoubleToText_ReturnValue) == 0x0000E0, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, K2Node_MakeStruct_FormatArgumentData_2) == 0x000138, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, K2Node_MakeArray_Array) == 0x000180, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0001A0, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x0001A8, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Conv_DoubleToText_Value_ImplicitCast) == 0x0001B0, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Conv_DoubleToText_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_GetSequenceTimeDebugInfo, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0001B8, "Member 'BP_CinematicSystem_C_GetSequenceTimeDebugInfo::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_IsInCinematicTransition \ +static_assert(alignof(BP_CinematicSystem_C_IsInCinematicTransition) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_IsInCinematicTransition"); \ +static_assert(sizeof(BP_CinematicSystem_C_IsInCinematicTransition) == 0x000001, "Wrong size on BP_CinematicSystem_C_IsInCinematicTransition"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsInCinematicTransition, ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_IsInCinematicTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_IsMediaPlayerReadyForPause \ +static_assert(alignof(BP_CinematicSystem_C_IsMediaPlayerReadyForPause) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_IsMediaPlayerReadyForPause"); \ +static_assert(sizeof(BP_CinematicSystem_C_IsMediaPlayerReadyForPause) == 0x000003, "Wrong size on BP_CinematicSystem_C_IsMediaPlayerReadyForPause"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsMediaPlayerReadyForPause, CanPause) == 0x000000, "Member 'BP_CinematicSystem_C_IsMediaPlayerReadyForPause::CanPause' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsMediaPlayerReadyForPause, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CinematicSystem_C_IsMediaPlayerReadyForPause::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsMediaPlayerReadyForPause, CallFunc_IsMediaOpened_IsOpened) == 0x000002, "Member 'BP_CinematicSystem_C_IsMediaPlayerReadyForPause::CallFunc_IsMediaOpened_IsOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_IsPlayingSequence \ +static_assert(alignof(BP_CinematicSystem_C_IsPlayingSequence) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_IsPlayingSequence"); \ +static_assert(sizeof(BP_CinematicSystem_C_IsPlayingSequence) == 0x000001, "Wrong size on BP_CinematicSystem_C_IsPlayingSequence"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsPlayingSequence, IsPlaying) == 0x000000, "Member 'BP_CinematicSystem_C_IsPlayingSequence::IsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_IsSequenceStarted \ +static_assert(alignof(BP_CinematicSystem_C_IsSequenceStarted) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_IsSequenceStarted"); \ +static_assert(sizeof(BP_CinematicSystem_C_IsSequenceStarted) == 0x000001, "Wrong size on BP_CinematicSystem_C_IsSequenceStarted"); \ +static_assert(offsetof(BP_CinematicSystem_C_IsSequenceStarted, ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_IsSequenceStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnExitPhotoMode \ +static_assert(alignof(BP_CinematicSystem_C_OnExitPhotoMode) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_OnExitPhotoMode"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnExitPhotoMode) == 0x000018, "Wrong size on BP_CinematicSystem_C_OnExitPhotoMode"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnExitPhotoMode, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_CinematicSystem_C_OnExitPhotoMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnExitPhotoMode, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_OnExitPhotoMode::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnGameModePauseStateChanged \ +static_assert(alignof(BP_CinematicSystem_C_OnGameModePauseStateChanged) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_OnGameModePauseStateChanged"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnGameModePauseStateChanged) == 0x000080, "Wrong size on BP_CinematicSystem_C_OnGameModePauseStateChanged"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnGameModePauseStateChanged, bIsPaused) == 0x000000, "Member 'BP_CinematicSystem_C_OnGameModePauseStateChanged::bIsPaused' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnGameModePauseStateChanged, CallFunc_Conv_BoolToText_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_OnGameModePauseStateChanged::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnGameModePauseStateChanged, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_CinematicSystem_C_OnGameModePauseStateChanged::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnGameModePauseStateChanged, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_CinematicSystem_C_OnGameModePauseStateChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnGameModePauseStateChanged, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_CinematicSystem_C_OnGameModePauseStateChanged::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnPhotoModeRequested \ +static_assert(alignof(BP_CinematicSystem_C_OnPhotoModeRequested) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_OnPhotoModeRequested"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnPhotoModeRequested) == 0x000001, "Wrong size on BP_CinematicSystem_C_OnPhotoModeRequested"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnPhotoModeRequested, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_OnPhotoModeRequested::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnPlatformPauseEvent \ +static_assert(alignof(BP_CinematicSystem_C_OnPlatformPauseEvent) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_OnPlatformPauseEvent"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnPlatformPauseEvent) == 0x000001, "Wrong size on BP_CinematicSystem_C_OnPlatformPauseEvent"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnPlatformPauseEvent, bShouldPause) == 0x000000, "Member 'BP_CinematicSystem_C_OnPlatformPauseEvent::bShouldPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed \ +static_assert(alignof(BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed) == 0x000010, "Wrong size on BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_OnPreCinematicInputLockTimerElapsed::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_OnSequenceStarted \ +static_assert(alignof(BP_CinematicSystem_C_OnSequenceStarted) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_OnSequenceStarted"); \ +static_assert(sizeof(BP_CinematicSystem_C_OnSequenceStarted) == 0x000040, "Wrong size on BP_CinematicSystem_C_OnSequenceStarted"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, CallFunc_GetWorldAudioComponent_WorldAudioComponent) == 0x000000, "Member 'BP_CinematicSystem_C_OnSequenceStarted::CallFunc_GetWorldAudioComponent_WorldAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000008, "Member 'BP_CinematicSystem_C_OnSequenceStarted::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_OnSequenceStarted::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, CallFunc_ValidateRangedAmbienceParameters_IsValid) == 0x000028, "Member 'BP_CinematicSystem_C_OnSequenceStarted::CallFunc_ValidateRangedAmbienceParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_CinematicSystem_C_OnSequenceStarted::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_OnSequenceStarted, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_CinematicSystem_C_OnSequenceStarted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_PlayCinematicWithLevelSequence \ +static_assert(alignof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_PlayCinematicWithLevelSequence"); \ +static_assert(sizeof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence) == 0x0000A0, "Wrong size on BP_CinematicSystem_C_PlayCinematicWithLevelSequence"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, CallFunc_GetLoadedAsset_LoadedAsset) == 0x000000, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::CallFunc_GetLoadedAsset_LoadedAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, K2Node_DynamicCast_AsLevel_Sequence) == 0x000008, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::K2Node_DynamicCast_AsLevel_Sequence' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithLevelSequence, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_CinematicSystem_C_PlayCinematicWithLevelSequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_PlayCinematicWithMediaPlayer \ +static_assert(alignof(BP_CinematicSystem_C_PlayCinematicWithMediaPlayer) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_PlayCinematicWithMediaPlayer"); \ +static_assert(sizeof(BP_CinematicSystem_C_PlayCinematicWithMediaPlayer) == 0x000018, "Wrong size on BP_CinematicSystem_C_PlayCinematicWithMediaPlayer"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithMediaPlayer, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_PlayCinematicWithMediaPlayer::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PlayCinematicWithMediaPlayer, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_CinematicSystem_C_PlayCinematicWithMediaPlayer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_PrepareWorldToStartCinematic \ +static_assert(alignof(BP_CinematicSystem_C_PrepareWorldToStartCinematic) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_PrepareWorldToStartCinematic"); \ +static_assert(sizeof(BP_CinematicSystem_C_PrepareWorldToStartCinematic) == 0x000020, "Wrong size on BP_CinematicSystem_C_PrepareWorldToStartCinematic"); \ +static_assert(offsetof(BP_CinematicSystem_C_PrepareWorldToStartCinematic, CallFunc_GetGameMode_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_PrepareWorldToStartCinematic::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PrepareWorldToStartCinematic, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_PrepareWorldToStartCinematic::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PrepareWorldToStartCinematic, CallFunc_GetInteractionSystem_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_PrepareWorldToStartCinematic::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_PrepareWorldToStartCinematic, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x000018, "Member 'BP_CinematicSystem_C_PrepareWorldToStartCinematic::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ReceiveTick \ +static_assert(alignof(BP_CinematicSystem_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CinematicSystem_C_ReceiveTick"); \ +static_assert(sizeof(BP_CinematicSystem_C_ReceiveTick) == 0x000004, "Wrong size on BP_CinematicSystem_C_ReceiveTick"); \ +static_assert(offsetof(BP_CinematicSystem_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CinematicSystem_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor \ +static_assert(alignof(BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor"); \ +static_assert(sizeof(BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor) == 0x000008, "Wrong size on BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor"); \ +static_assert(offsetof(BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor, MediaPlayer) == 0x000000, "Member 'BP_CinematicSystem_C_RegisterSpawnedMediaPlayerActor::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_RegisterSpawnedWidget \ +static_assert(alignof(BP_CinematicSystem_C_RegisterSpawnedWidget) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_RegisterSpawnedWidget"); \ +static_assert(sizeof(BP_CinematicSystem_C_RegisterSpawnedWidget) == 0x000010, "Wrong size on BP_CinematicSystem_C_RegisterSpawnedWidget"); \ +static_assert(offsetof(BP_CinematicSystem_C_RegisterSpawnedWidget, Widget) == 0x000000, "Member 'BP_CinematicSystem_C_RegisterSpawnedWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RegisterSpawnedWidget, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_RegisterSpawnedWidget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_RemoveFrameRateLimit \ +static_assert(alignof(BP_CinematicSystem_C_RemoveFrameRateLimit) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_RemoveFrameRateLimit"); \ +static_assert(sizeof(BP_CinematicSystem_C_RemoveFrameRateLimit) == 0x000008, "Wrong size on BP_CinematicSystem_C_RemoveFrameRateLimit"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveFrameRateLimit, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_CinematicSystem_C_RemoveFrameRateLimit::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_RemoveLODSettingsOnGroom \ +static_assert(alignof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_RemoveLODSettingsOnGroom"); \ +static_assert(sizeof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom) == 0x000030, "Wrong size on BP_CinematicSystem_C_RemoveLODSettingsOnGroom"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x000008, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000010, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2) == 0x000018, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_RemoveLODSettingsOnGroom, CallFunc_BooleanAND_ReturnValue) == 0x00002C, "Member 'BP_CinematicSystem_C_RemoveLODSettingsOnGroom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ResetBindings \ +static_assert(alignof(BP_CinematicSystem_C_ResetBindings) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_ResetBindings"); \ +static_assert(sizeof(BP_CinematicSystem_C_ResetBindings) == 0x000001, "Wrong size on BP_CinematicSystem_C_ResetBindings"); \ +static_assert(offsetof(BP_CinematicSystem_C_ResetBindings, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_ResetBindings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ResumeGameAfterCinematic \ +static_assert(alignof(BP_CinematicSystem_C_ResumeGameAfterCinematic) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ResumeGameAfterCinematic"); \ +static_assert(sizeof(BP_CinematicSystem_C_ResumeGameAfterCinematic) == 0x000018, "Wrong size on BP_CinematicSystem_C_ResumeGameAfterCinematic"); \ +static_assert(offsetof(BP_CinematicSystem_C_ResumeGameAfterCinematic, CallFunc_GetWorldAudioComponent_WorldAudioComponent) == 0x000000, "Member 'BP_CinematicSystem_C_ResumeGameAfterCinematic::CallFunc_GetWorldAudioComponent_WorldAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ResumeGameAfterCinematic, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_ResumeGameAfterCinematic::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ResumeGameAfterCinematic, CallFunc_ValidateRangedAmbienceParameters_IsValid) == 0x000010, "Member 'BP_CinematicSystem_C_ResumeGameAfterCinematic::CallFunc_ValidateRangedAmbienceParameters_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_SetPauseForSpawnedWidgets \ +static_assert(alignof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_SetPauseForSpawnedWidgets"); \ +static_assert(sizeof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets) == 0x000058, "Wrong size on BP_CinematicSystem_C_SetPauseForSpawnedWidgets"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, Paused) == 0x000000, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, K2Node_DynamicCast_AsBPI_Widget_Sequencer_Interface) == 0x000028, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::K2Node_DynamicCast_AsBPI_Widget_Sequencer_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, K2Node_DynamicCast_AsBPI_Widget_Sequencer_Interface_1) == 0x000040, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::K2Node_DynamicCast_AsBPI_Widget_Sequencer_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseForSpawnedWidgets, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_CinematicSystem_C_SetPauseForSpawnedWidgets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_SetPauseMediaPlayerActor \ +static_assert(alignof(BP_CinematicSystem_C_SetPauseMediaPlayerActor) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_SetPauseMediaPlayerActor"); \ +static_assert(sizeof(BP_CinematicSystem_C_SetPauseMediaPlayerActor) == 0x000002, "Wrong size on BP_CinematicSystem_C_SetPauseMediaPlayerActor"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseMediaPlayerActor, Paused) == 0x000000, "Member 'BP_CinematicSystem_C_SetPauseMediaPlayerActor::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetPauseMediaPlayerActor, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_CinematicSystem_C_SetPauseMediaPlayerActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_SetSequencePlayRate \ +static_assert(alignof(BP_CinematicSystem_C_SetSequencePlayRate) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_SetSequencePlayRate"); \ +static_assert(sizeof(BP_CinematicSystem_C_SetSequencePlayRate) == 0x000010, "Wrong size on BP_CinematicSystem_C_SetSequencePlayRate"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetSequencePlayRate, PlayRate) == 0x000000, "Member 'BP_CinematicSystem_C_SetSequencePlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetSequencePlayRate, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_SetSequencePlayRate::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetSequencePlayRate, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_CinematicSystem_C_SetSequencePlayRate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetSequencePlayRate, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'BP_CinematicSystem_C_SetSequencePlayRate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_SetSequencePlayRate, K2Node_VariableSet_SequencePlayRate_ImplicitCast) == 0x00000C, "Member 'BP_CinematicSystem_C_SetSequencePlayRate::K2Node_VariableSet_SequencePlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_StartLevelSequence \ +static_assert(alignof(BP_CinematicSystem_C_StartLevelSequence) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_StartLevelSequence"); \ +static_assert(sizeof(BP_CinematicSystem_C_StartLevelSequence) == 0x000280, "Wrong size on BP_CinematicSystem_C_StartLevelSequence"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, LevelSequence) == 0x000000, "Member 'BP_CinematicSystem_C_StartLevelSequence::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, Settings) == 0x000008, "Member 'BP_CinematicSystem_C_StartLevelSequence::Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000030, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000038, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000040, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, Temp_int_Array_Index_Variable) == 0x0000B8, "Member 'BP_CinematicSystem_C_StartLevelSequence::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, Temp_int_Loop_Counter_Variable) == 0x0000BC, "Member 'BP_CinematicSystem_C_StartLevelSequence::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000C0, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_CreateDelegate_OutputDelegate) == 0x000118, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Map_Keys_Keys) == 0x000128, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Conv_NameToText_ReturnValue) == 0x000148, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeStruct_FormatArgumentData_2) == 0x000160, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Map_Find_Value) == 0x0001A8, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Map_Find_ReturnValue) == 0x0001D0, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0001D8, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001E8, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Conv_StringToText_ReturnValue) == 0x0001F0, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_DynamicCast_AsActor) == 0x000200, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_DynamicCast_bSuccess) == 0x000208, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeStruct_FormatArgumentData_3) == 0x000210, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_IsValid_ReturnValue) == 0x000258, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, K2Node_MakeArray_Array_1) == 0x000260, "Member 'BP_CinematicSystem_C_StartLevelSequence::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartLevelSequence, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'BP_CinematicSystem_C_StartLevelSequence::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_StartPostCinematicTransition \ +static_assert(alignof(BP_CinematicSystem_C_StartPostCinematicTransition) == 0x000010, "Wrong alignment on BP_CinematicSystem_C_StartPostCinematicTransition"); \ +static_assert(sizeof(BP_CinematicSystem_C_StartPostCinematicTransition) == 0x0000F0, "Wrong size on BP_CinematicSystem_C_StartPostCinematicTransition"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetInputLockSystem_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, K2Node_MakeStruct_S_InputLockParameters) == 0x000008, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_PlayAnimMontage_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetPlayerController_ReturnValue_1) == 0x000028, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1) == 0x000030, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_GetPostCinematicTransitionTransform_Transform) == 0x000040, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_GetPostCinematicTransitionTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_BreakTransform_Location) == 0x0000A0, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_BreakTransform_Rotation) == 0x0000B8, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPostCinematicTransition, CallFunc_BreakTransform_Scale) == 0x0000D0, "Member 'BP_CinematicSystem_C_StartPostCinematicTransition::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend \ +static_assert(alignof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend"); \ +static_assert(sizeof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend) == 0x0000B0, "Wrong size on BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_GetOverlayForPreCinematicTransition_Overlay) == 0x000000, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_GetOverlayForPreCinematicTransition_Overlay' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data) == 0x000008, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000028, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1) == 0x000038, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, K2Node_MakeMap_Map) == 0x000040, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, K2Node_DynamicCast_AsBP_Pre_Cinematic_Camera) == 0x0000A0, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::K2Node_DynamicCast_AsBP_Pre_Cinematic_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithCameraBlend::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend \ +static_assert(alignof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend"); \ +static_assert(sizeof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend) == 0x000070, "Wrong size on BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend, K2Node_MakeStruct_S_GameFlowTransitionRequest) == 0x000000, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend::K2Node_MakeStruct_S_GameFlowTransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend, K2Node_MakeMap_Map) == 0x000020, "Member 'BP_CinematicSystem_C_StartPreCinematicTransitionWithoutCameraBlend::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_TriggerCinematic \ +static_assert(alignof(BP_CinematicSystem_C_TriggerCinematic) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_TriggerCinematic"); \ +static_assert(sizeof(BP_CinematicSystem_C_TriggerCinematic) == 0x000158, "Wrong size on BP_CinematicSystem_C_TriggerCinematic"); \ +static_assert(offsetof(BP_CinematicSystem_C_TriggerCinematic, TriggerCinematicVariableStruct) == 0x000000, "Member 'BP_CinematicSystem_C_TriggerCinematic::TriggerCinematicVariableStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_TriggerCinematic, LatentAction) == 0x000150, "Member 'BP_CinematicSystem_C_TriggerCinematic::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_UnregisterSpawnedWidget \ +static_assert(alignof(BP_CinematicSystem_C_UnregisterSpawnedWidget) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_UnregisterSpawnedWidget"); \ +static_assert(sizeof(BP_CinematicSystem_C_UnregisterSpawnedWidget) == 0x000010, "Wrong size on BP_CinematicSystem_C_UnregisterSpawnedWidget"); \ +static_assert(offsetof(BP_CinematicSystem_C_UnregisterSpawnedWidget, Widget) == 0x000000, "Member 'BP_CinematicSystem_C_UnregisterSpawnedWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UnregisterSpawnedWidget, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_UnregisterSpawnedWidget::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_UpdateCinematicControlsWidget \ +static_assert(alignof(BP_CinematicSystem_C_UpdateCinematicControlsWidget) == 0x000001, "Wrong alignment on BP_CinematicSystem_C_UpdateCinematicControlsWidget"); \ +static_assert(sizeof(BP_CinematicSystem_C_UpdateCinematicControlsWidget) == 0x000006, "Wrong size on BP_CinematicSystem_C_UpdateCinematicControlsWidget"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_Array_IsEmpty_ReturnValue) == 0x000003, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateCinematicControlsWidget, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'BP_CinematicSystem_C_UpdateCinematicControlsWidget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget \ +static_assert(alignof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget"); \ +static_assert(sizeof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget) == 0x000050, "Wrong size on BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, FrameRateLimitApplied) == 0x000000, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::FrameRateLimitApplied' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000004, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000018, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000038, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_HasTag_ReturnValue) == 0x000040, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_GetConsoleGraphicPreset_ReturnValue) == 0x000044, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_GetConsoleGraphicPreset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget, CallFunc_SetFloatConsoleVariable_Value_ImplicitCast) == 0x00004C, "Member 'BP_CinematicSystem_C_UpdateDynamicResolutionFrameBudget::CallFunc_SetFloatConsoleVariable_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded \ +static_assert(alignof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded"); \ +static_assert(sizeof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded) == 0x000040, "Wrong size on BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, local_character) == 0x000000, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::local_character' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCustomGI_ReturnValue_1) == 0x000010, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCharacterByID_CharacterData) == 0x000018, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_NotEqual_NameName_ReturnValue) == 0x000020, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCustomGI_ReturnValue_2) == 0x000028, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCharacterWorld_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_IsNameValid_ReturnValue) == 0x000038, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_IsValid__CharacterCustomizationItemData__Valid) == 0x000039, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_IsValid__CharacterCustomizationItemData__Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'BP_CinematicSystem_C_UpdateWorldCharacterIfNeeded::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ValidateCinematicContext \ +static_assert(alignof(BP_CinematicSystem_C_ValidateCinematicContext) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ValidateCinematicContext"); \ +static_assert(sizeof(BP_CinematicSystem_C_ValidateCinematicContext) == 0x000228, "Wrong size on BP_CinematicSystem_C_ValidateCinematicContext"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, TriggerCinematicParameters) == 0x000000, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::TriggerCinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, IsValid) == 0x000150, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, local_IsValid) == 0x000151, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::local_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, CallFunc_Conv_NameToText_ReturnValue) == 0x000158, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000168, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, K2Node_MakeStruct_FormatArgumentData) == 0x000178, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C0, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicContext, CallFunc_Format_ReturnValue) == 0x000218, "Member 'BP_CinematicSystem_C_ValidateCinematicContext::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicSystem_C_ValidateCinematicParameters \ +static_assert(alignof(BP_CinematicSystem_C_ValidateCinematicParameters) == 0x000008, "Wrong alignment on BP_CinematicSystem_C_ValidateCinematicParameters"); \ +static_assert(sizeof(BP_CinematicSystem_C_ValidateCinematicParameters) == 0x0001F8, "Wrong size on BP_CinematicSystem_C_ValidateCinematicParameters"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, IsValid) == 0x000000, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, local_IsValid) == 0x000001, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::local_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Conv_NameToText_ReturnValue) == 0x000008, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000080, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Not_PreBool_ReturnValue) == 0x0000E8, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Format_ReturnValue_1) == 0x0000F0, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_NotEqual_NameName_ReturnValue) == 0x000100, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_HasPlayedCinematic_Result) == 0x000101, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_HasPlayedCinematic_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_BooleanAND_ReturnValue) == 0x000102, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_BooleanAND_ReturnValue_1) == 0x000103, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000108, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeStruct_FormatArgumentData_2) == 0x000118, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000160, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_GetBaseFilename_ReturnValue) == 0x000170, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeStruct_FormatArgumentData_3) == 0x000190, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, K2Node_MakeArray_Array_2) == 0x0001D8, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicSystem_C_ValidateCinematicParameters, CallFunc_Format_ReturnValue_2) == 0x0001E8, "Member 'BP_CinematicSystem_C_ValidateCinematicParameters::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CinematicSystem_C \ +static_assert(alignof(UBP_CinematicSystem_C) == 0x000008, "Wrong alignment on UBP_CinematicSystem_C"); \ +static_assert(sizeof(UBP_CinematicSystem_C) == 0x000380, "Wrong size on UBP_CinematicSystem_C"); \ +static_assert(offsetof(UBP_CinematicSystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CinematicSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, LevelSequencePlayer) == 0x0000A8, "Member 'UBP_CinematicSystem_C::LevelSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, LevelSequencePlayerActor) == 0x0000B0, "Member 'UBP_CinematicSystem_C::LevelSequencePlayerActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CurrentTriggerCinematicParameters) == 0x0000B8, "Member 'UBP_CinematicSystem_C::CurrentTriggerCinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, EventAfterPostCinematicEvents) == 0x000208, "Member 'UBP_CinematicSystem_C::EventAfterPostCinematicEvents' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, EventWhenTriggeringCinematic) == 0x000218, "Member 'UBP_CinematicSystem_C::EventWhenTriggeringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CurrentCinematicWidget) == 0x000228, "Member 'UBP_CinematicSystem_C::CurrentCinematicWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SpawnedMediaPlayerActor) == 0x000230, "Member 'UBP_CinematicSystem_C::SpawnedMediaPlayerActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, IsPlayingCinematic) == 0x000238, "Member 'UBP_CinematicSystem_C::IsPlayingCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CinematicPaused) == 0x000239, "Member 'UBP_CinematicSystem_C::CinematicPaused' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CurrentMediaPlayerWidget) == 0x000240, "Member 'UBP_CinematicSystem_C::CurrentMediaPlayerWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, IsSkippingCinematic) == 0x000248, "Member 'UBP_CinematicSystem_C::IsSkippingCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, InteractionBlockerReferenceHandle) == 0x000250, "Member 'UBP_CinematicSystem_C::InteractionBlockerReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CurrentLatentAction) == 0x000270, "Member 'UBP_CinematicSystem_C::CurrentLatentAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, PreCinematicCameraBlendTime) == 0x000278, "Member 'UBP_CinematicSystem_C::PreCinematicCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, PreCinematicTimeBeforeInputLock) == 0x00027C, "Member 'UBP_CinematicSystem_C::PreCinematicTimeBeforeInputLock' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, MinimumDelayBeforeStartingCinematicAfterBlend) == 0x000280, "Member 'UBP_CinematicSystem_C::MinimumDelayBeforeStartingCinematicAfterBlend' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, DelayBeforeAllowingInputPostCinematicTransition) == 0x000288, "Member 'UBP_CinematicSystem_C::DelayBeforeAllowingInputPostCinematicTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CinematicExitPoint) == 0x000290, "Member 'UBP_CinematicSystem_C::CinematicExitPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SequenceStarted) == 0x000298, "Member 'UBP_CinematicSystem_C::SequenceStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, HasInputLockFromPreCinematic) == 0x000299, "Member 'UBP_CinematicSystem_C::HasInputLockFromPreCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, EventBeforePostCinematicTransitionStarted) == 0x0002A0, "Member 'UBP_CinematicSystem_C::EventBeforePostCinematicTransitionStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, LoadCinematicAssetRequest) == 0x0002B0, "Member 'UBP_CinematicSystem_C::LoadCinematicAssetRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CinematicTransitionWidget) == 0x0002B8, "Member 'UBP_CinematicSystem_C::CinematicTransitionWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, PreCinematicInputLockTimer) == 0x0002C0, "Member 'UBP_CinematicSystem_C::PreCinematicInputLockTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, CharacterWorldMovementData) == 0x0002C8, "Member 'UBP_CinematicSystem_C::CharacterWorldMovementData' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SDPause) == 0x0002D8, "Member 'UBP_CinematicSystem_C::SDPause' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SDUnPause) == 0x0002E8, "Member 'UBP_CinematicSystem_C::SDUnPause' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SDSkip) == 0x0002F8, "Member 'UBP_CinematicSystem_C::SDSkip' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, FrameRateLimit) == 0x000308, "Member 'UBP_CinematicSystem_C::FrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SequencePlayRate) == 0x00030C, "Member 'UBP_CinematicSystem_C::SequencePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, OnCinematicRequested) == 0x000310, "Member 'UBP_CinematicSystem_C::OnCinematicRequested' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, SpawnedWidgets) == 0x000320, "Member 'UBP_CinematicSystem_C::SpawnedWidgets' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, InputLockBlockerReference) == 0x000330, "Member 'UBP_CinematicSystem_C::InputLockBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, IsInTransition) == 0x000350, "Member 'UBP_CinematicSystem_C::IsInTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, ToDestroyLevelSequenceActors) == 0x000358, "Member 'UBP_CinematicSystem_C::ToDestroyLevelSequenceActors' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, LastPausedTime) == 0x000368, "Member 'UBP_CinematicSystem_C::LastPausedTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, PauseCoolDownTime) == 0x000370, "Member 'UBP_CinematicSystem_C::PauseCoolDownTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicSystem_C, PhotoModeRequested) == 0x000378, "Member 'UBP_CinematicSystem_C::PhotoModeRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay \ +static_assert(alignof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay) == 0x000008, "Wrong alignment on WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay"); \ +static_assert(sizeof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay) == 0x000068, "Wrong size on WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, EntryPoint) == 0x000000, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_CustomEvent_CreditParagraphs) == 0x000018, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_CustomEvent_CreditParagraphs' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_CustomEvent_Latent_Action) == 0x000028, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_CustomEvent_Latent_Action' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000030, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_SpawnObject_ReturnValue) == 0x000040, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_AddChildToCanvas_Fill_CanvasSlot) == 0x000048, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_AddChildToCanvas_Fill_CanvasSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_CustomEvent_Credits) == 0x000050, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_CustomEvent_Credits' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_CustomEvent_LatentAction) == 0x000058, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, K2Node_Event_Paused) == 0x000061, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000064, "Member 'WBP_CreditOverlay_C_ExecuteUbergraph_WBP_CreditOverlay::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditOverlay_C_SetGameplayPaused \ +static_assert(alignof(WBP_CreditOverlay_C_SetGameplayPaused) == 0x000001, "Wrong alignment on WBP_CreditOverlay_C_SetGameplayPaused"); \ +static_assert(sizeof(WBP_CreditOverlay_C_SetGameplayPaused) == 0x000001, "Wrong size on WBP_CreditOverlay_C_SetGameplayPaused"); \ +static_assert(offsetof(WBP_CreditOverlay_C_SetGameplayPaused, Paused) == 0x000000, "Member 'WBP_CreditOverlay_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditOverlay_C_ShowCredits \ +static_assert(alignof(WBP_CreditOverlay_C_ShowCredits) == 0x000008, "Wrong alignment on WBP_CreditOverlay_C_ShowCredits"); \ +static_assert(sizeof(WBP_CreditOverlay_C_ShowCredits) == 0x000018, "Wrong size on WBP_CreditOverlay_C_ShowCredits"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ShowCredits, CreditParagraphs) == 0x000000, "Member 'WBP_CreditOverlay_C_ShowCredits::CreditParagraphs' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ShowCredits, Latent_Action_0) == 0x000010, "Member 'WBP_CreditOverlay_C_ShowCredits::Latent_Action_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CreditOverlay_C_ShowCreditsAsset \ +static_assert(alignof(WBP_CreditOverlay_C_ShowCreditsAsset) == 0x000008, "Wrong alignment on WBP_CreditOverlay_C_ShowCreditsAsset"); \ +static_assert(sizeof(WBP_CreditOverlay_C_ShowCreditsAsset) == 0x000010, "Wrong size on WBP_CreditOverlay_C_ShowCreditsAsset"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ShowCreditsAsset, Credits) == 0x000000, "Member 'WBP_CreditOverlay_C_ShowCreditsAsset::Credits' has a wrong offset!"); \ +static_assert(offsetof(WBP_CreditOverlay_C_ShowCreditsAsset, LatentAction) == 0x000008, "Member 'WBP_CreditOverlay_C_ShowCreditsAsset::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CreditOverlay_C \ +static_assert(alignof(UWBP_CreditOverlay_C) == 0x000008, "Wrong alignment on UWBP_CreditOverlay_C"); \ +static_assert(sizeof(UWBP_CreditOverlay_C) == 0x000320, "Wrong size on UWBP_CreditOverlay_C"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CreditOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, CanvasPanel_35) == 0x0002E8, "Member 'UWBP_CreditOverlay_C::CanvasPanel_35' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, CurrentCredits) == 0x0002F0, "Member 'UWBP_CreditOverlay_C::CurrentCredits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, OnCreditsFinished) == 0x000300, "Member 'UWBP_CreditOverlay_C::OnCreditsFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, Latent_Action) == 0x000310, "Member 'UWBP_CreditOverlay_C::Latent_Action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CreditOverlay_C, CurrentTimer) == 0x000318, "Member 'UWBP_CreditOverlay_C::CurrentTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_AddDistantPromptToWorldPosition \ +static_assert(alignof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_AddDistantPromptToWorldPosition"); \ +static_assert(sizeof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition) == 0x000060, "Wrong size on WBP_PromptContainer_C_AddDistantPromptToWorldPosition"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, WorldPosition) == 0x000000, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, ReturnValue) == 0x000018, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, PromptID) == 0x000020, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, CallFunc_CreateExplorationPromptHint_Widget) == 0x000030, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::CallFunc_CreateExplorationPromptHint_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, K2Node_MakeStruct_FPromptID) == 0x000038, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::K2Node_MakeStruct_FPromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, CallFunc_NewGuid_ReturnValue) == 0x000048, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddDistantPromptToWorldPosition, CallFunc_AddChildToCanvas_ReturnValue) == 0x000058, "Member 'WBP_PromptContainer_C_AddDistantPromptToWorldPosition::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_AddPromptToActor \ +static_assert(alignof(WBP_PromptContainer_C_AddPromptToActor) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_AddPromptToActor"); \ +static_assert(sizeof(WBP_PromptContainer_C_AddPromptToActor) == 0x000080, "Wrong size on WBP_PromptContainer_C_AddPromptToActor"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, Actor) == 0x000000, "Member 'WBP_PromptContainer_C_AddPromptToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, Offset) == 0x000008, "Member 'WBP_PromptContainer_C_AddPromptToActor::Offset' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, PromptParams) == 0x000020, "Member 'WBP_PromptContainer_C_AddPromptToActor::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, PromptID) == 0x000038, "Member 'WBP_PromptContainer_C_AddPromptToActor::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, CallFunc_CreatePromptWidget_ReturnValue) == 0x000048, "Member 'WBP_PromptContainer_C_AddPromptToActor::CallFunc_CreatePromptWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, CallFunc_CreatePromptWidget_PromptID) == 0x000050, "Member 'WBP_PromptContainer_C_AddPromptToActor::CallFunc_CreatePromptWidget_PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToActor, K2Node_MakeStruct_FPromptActorAttachmentInfo) == 0x000060, "Member 'WBP_PromptContainer_C_AddPromptToActor::K2Node_MakeStruct_FPromptActorAttachmentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_AddPromptToWorldPosition \ +static_assert(alignof(WBP_PromptContainer_C_AddPromptToWorldPosition) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_AddPromptToWorldPosition"); \ +static_assert(sizeof(WBP_PromptContainer_C_AddPromptToWorldPosition) == 0x000070, "Wrong size on WBP_PromptContainer_C_AddPromptToWorldPosition"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, Location) == 0x000000, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::Location' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, PromptParams) == 0x000018, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, PromptID) == 0x000030, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, CallFunc_GetInteractionSystem_ReturnValue) == 0x000040, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, CallFunc_CreatePromptWidget_ReturnValue) == 0x000048, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::CallFunc_CreatePromptWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, CallFunc_CreatePromptWidget_PromptID) == 0x000050, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::CallFunc_CreatePromptWidget_PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_AddPromptToWorldPosition, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_PromptContainer_C_AddPromptToWorldPosition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_ClampToParentWidget \ +static_assert(alignof(WBP_PromptContainer_C_ClampToParentWidget) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_ClampToParentWidget"); \ +static_assert(sizeof(WBP_PromptContainer_C_ClampToParentWidget) == 0x0000D0, "Wrong size on WBP_PromptContainer_C_ClampToParentWidget"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, ScreenPosition) == 0x000000, "Member 'WBP_PromptContainer_C_ClampToParentWidget::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, ParentWidget) == 0x000010, "Member 'WBP_PromptContainer_C_ClampToParentWidget::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, Margin) == 0x000018, "Member 'WBP_PromptContainer_C_ClampToParentWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, ReturnValue) == 0x000020, "Member 'WBP_PromptContainer_C_ClampToParentWidget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_BreakVector2D_X) == 0x000030, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_GetParent_ReturnValue) == 0x000040, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_GetPaintSpaceGeometry_ReturnValue) == 0x000048, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_GetPaintSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_GetLocalSize_ReturnValue) == 0x000080, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_Subtract_Vector2DFloat_ReturnValue) == 0x000090, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_Subtract_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_BreakVector2D_X_1) == 0x0000A0, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_BreakVector2D_Y_1) == 0x0000A8, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_FClamp_ReturnValue) == 0x0000B0, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_FClamp_ReturnValue_1) == 0x0000B8, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ClampToParentWidget, CallFunc_MakeVector2D_ReturnValue) == 0x0000C0, "Member 'WBP_PromptContainer_C_ClampToParentWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_CreatePromptWidget \ +static_assert(alignof(WBP_PromptContainer_C_CreatePromptWidget) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_CreatePromptWidget"); \ +static_assert(sizeof(WBP_PromptContainer_C_CreatePromptWidget) == 0x000070, "Wrong size on WBP_PromptContainer_C_CreatePromptWidget"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, PromptParams) == 0x000000, "Member 'WBP_PromptContainer_C_CreatePromptWidget::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, ReturnValue) == 0x000018, "Member 'WBP_PromptContainer_C_CreatePromptWidget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, PromptID) == 0x000020, "Member 'WBP_PromptContainer_C_CreatePromptWidget::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, local_GUID_0) == 0x000030, "Member 'WBP_PromptContainer_C_CreatePromptWidget::local_GUID_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, K2Node_MakeStruct_FPromptID) == 0x000040, "Member 'WBP_PromptContainer_C_CreatePromptWidget::K2Node_MakeStruct_FPromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, CallFunc_NewGuid_ReturnValue) == 0x000050, "Member 'WBP_PromptContainer_C_CreatePromptWidget::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, CallFunc_SpawnObject_ReturnValue) == 0x000060, "Member 'WBP_PromptContainer_C_CreatePromptWidget::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_CreatePromptWidget, CallFunc_AddChildToCanvas_ReturnValue) == 0x000068, "Member 'WBP_PromptContainer_C_CreatePromptWidget::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer \ +static_assert(alignof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer"); \ +static_assert(sizeof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer) == 0x000048, "Wrong size on WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer"); \ +static_assert(offsetof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer, EntryPoint) == 0x000000, "Member 'WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer, CallFunc_SpawnObject_ReturnValue) == 0x000040, "Member 'WBP_PromptContainer_C_ExecuteUbergraph_WBP_PromptContainer::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_HidePrompt \ +static_assert(alignof(WBP_PromptContainer_C_HidePrompt) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_HidePrompt"); \ +static_assert(sizeof(WBP_PromptContainer_C_HidePrompt) == 0x000038, "Wrong size on WBP_PromptContainer_C_HidePrompt"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, PromptID) == 0x000000, "Member 'WBP_PromptContainer_C_HidePrompt::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_PromptContainer_C_HidePrompt::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_PromptContainer_C_HidePrompt::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, CallFunc_Map_Find_Value) == 0x000028, "Member 'WBP_PromptContainer_C_HidePrompt::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'WBP_PromptContainer_C_HidePrompt::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_HidePrompt, CallFunc_Map_Remove_ReturnValue) == 0x000031, "Member 'WBP_PromptContainer_C_HidePrompt::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_OnPromptDisappeared \ +static_assert(alignof(WBP_PromptContainer_C_OnPromptDisappeared) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_OnPromptDisappeared"); \ +static_assert(sizeof(WBP_PromptContainer_C_OnPromptDisappeared) == 0x000010, "Wrong size on WBP_PromptContainer_C_OnPromptDisappeared"); \ +static_assert(offsetof(WBP_PromptContainer_C_OnPromptDisappeared, PromptWidget) == 0x000000, "Member 'WBP_PromptContainer_C_OnPromptDisappeared::PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_OnPromptDisappeared, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'WBP_PromptContainer_C_OnPromptDisappeared::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_OnPromptDisappeared, CallFunc_Map_Remove_ReturnValue_1) == 0x000009, "Member 'WBP_PromptContainer_C_OnPromptDisappeared::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_RemoveDistantPrompt \ +static_assert(alignof(WBP_PromptContainer_C_RemoveDistantPrompt) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_RemoveDistantPrompt"); \ +static_assert(sizeof(WBP_PromptContainer_C_RemoveDistantPrompt) == 0x000030, "Wrong size on WBP_PromptContainer_C_RemoveDistantPrompt"); \ +static_assert(offsetof(WBP_PromptContainer_C_RemoveDistantPrompt, PromptID) == 0x000000, "Member 'WBP_PromptContainer_C_RemoveDistantPrompt::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_RemoveDistantPrompt, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_PromptContainer_C_RemoveDistantPrompt::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_RemoveDistantPrompt, CallFunc_Map_Remove_ReturnValue) == 0x000018, "Member 'WBP_PromptContainer_C_RemoveDistantPrompt::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_RemoveDistantPrompt, CallFunc_Map_Find_Value) == 0x000020, "Member 'WBP_PromptContainer_C_RemoveDistantPrompt::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_RemoveDistantPrompt, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_PromptContainer_C_RemoveDistantPrompt::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_Tick \ +static_assert(alignof(WBP_PromptContainer_C_Tick) == 0x000004, "Wrong alignment on WBP_PromptContainer_C_Tick"); \ +static_assert(sizeof(WBP_PromptContainer_C_Tick) == 0x00003C, "Wrong size on WBP_PromptContainer_C_Tick"); \ +static_assert(offsetof(WBP_PromptContainer_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_PromptContainer_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_PromptContainer_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_UpdateActorPrompts \ +static_assert(alignof(WBP_PromptContainer_C_UpdateActorPrompts) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_UpdateActorPrompts"); \ +static_assert(sizeof(WBP_PromptContainer_C_UpdateActorPrompts) == 0x000090, "Wrong size on WBP_PromptContainer_C_UpdateActorPrompts"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Map_Find_Value) == 0x000038, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdateActorPrompts, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'WBP_PromptContainer_C_UpdateActorPrompts::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PromptContainer_C_UpdatePromptWidget \ +static_assert(alignof(WBP_PromptContainer_C_UpdatePromptWidget) == 0x000008, "Wrong alignment on WBP_PromptContainer_C_UpdatePromptWidget"); \ +static_assert(sizeof(WBP_PromptContainer_C_UpdatePromptWidget) == 0x000110, "Wrong size on WBP_PromptContainer_C_UpdatePromptWidget"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, PromptParams) == 0x000000, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, PromptID) == 0x000018, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::PromptID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, IsInteraction3D) == 0x000028, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::IsInteraction3D' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, CallFunc_Conv_GuidToString_ReturnValue) == 0x000030, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, CallFunc_Map_Find_Value) == 0x0000E0, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, CallFunc_Map_Find_ReturnValue) == 0x0000E8, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, K2Node_MakeArray_Array) == 0x0000F0, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PromptContainer_C_UpdatePromptWidget, CallFunc_Format_ReturnValue) == 0x000100, "Member 'WBP_PromptContainer_C_UpdatePromptWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PromptContainer_C \ +static_assert(alignof(UWBP_PromptContainer_C) == 0x000008, "Wrong alignment on UWBP_PromptContainer_C"); \ +static_assert(sizeof(UWBP_PromptContainer_C) == 0x000450, "Wrong size on UWBP_PromptContainer_C"); \ +static_assert(offsetof(UWBP_PromptContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PromptContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, TwoDPrompt) == 0x0002E8, "Member 'UWBP_PromptContainer_C::TwoDPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, CanvasPanel_0) == 0x0002F0, "Member 'UWBP_PromptContainer_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, WorldPositionPrompts) == 0x0002F8, "Member 'UWBP_PromptContainer_C::WorldPositionPrompts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, ActorPrompts) == 0x000348, "Member 'UWBP_PromptContainer_C::ActorPrompts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, PromptsByGUID) == 0x000398, "Member 'UWBP_PromptContainer_C::PromptsByGUID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, local_GUID) == 0x0003E8, "Member 'UWBP_PromptContainer_C::local_GUID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, DistantPromptPool) == 0x0003F8, "Member 'UWBP_PromptContainer_C::DistantPromptPool' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PromptContainer_C, DistantPromptsByGUID) == 0x000400, "Member 'UWBP_PromptContainer_C::DistantPromptsByGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_BndEvt__WBP_Merchant_Item_Row_WBP_BaseButton_K2Node_ComponentBoundEvent_1_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_CanBuyItem \ +static_assert(alignof(WBP_Merchant_Item_Row_C_CanBuyItem) == 0x000001, "Wrong alignment on WBP_Merchant_Item_Row_C_CanBuyItem"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_CanBuyItem) == 0x000006, "Wrong size on WBP_Merchant_Item_Row_C_CanBuyItem"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, CallFunc_IsMerchantItemBetterThanOwnedItem_Return_Value) == 0x000001, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::CallFunc_IsMerchantItemBetterThanOwnedItem_Return_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, CallFunc_HasAtLeastGoldAmount_Result) == 0x000002, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::CallFunc_HasAtLeastGoldAmount_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000003, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_CanBuyItem, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'WBP_Merchant_Item_Row_C_CanBuyItem::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row \ +static_assert(alignof(WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row) == 0x000018, "Wrong size on WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row, EntryPoint) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_ExecuteUbergraph_WBP_Merchant_Item_Row::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_GetMerchantItem \ +static_assert(alignof(WBP_Merchant_Item_Row_C_GetMerchantItem) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_GetMerchantItem"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_GetMerchantItem) == 0x000170, "Wrong size on WBP_Merchant_Item_Row_C_GetMerchantItem"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_GetMerchantItem, MerchantItem_0) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_GetMerchantItem::MerchantItem_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_IsItemVisible \ +static_assert(alignof(WBP_Merchant_Item_Row_C_IsItemVisible) == 0x000001, "Wrong alignment on WBP_Merchant_Item_Row_C_IsItemVisible"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_IsItemVisible) == 0x000001, "Wrong size on WBP_Merchant_Item_Row_C_IsItemVisible"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsItemVisible, ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_IsItemVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem \ +static_assert(alignof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem) == 0x000020, "Wrong size on WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, Return_Value) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::Return_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_GetCurrentLevel_ReturnValue) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x000014, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000019, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'WBP_Merchant_Item_Row_C_IsMerchantItemBetterThanOwnedItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_IsPicto \ +static_assert(alignof(WBP_Merchant_Item_Row_C_IsPicto) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_IsPicto"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_IsPicto) == 0x000180, "Wrong size on WBP_Merchant_Item_Row_C_IsPicto"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsPicto, ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_IsPicto::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsPicto, CallFunc_GetMerchantItem_MerchantItem) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_IsPicto::CallFunc_GetMerchantItem_MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsPicto, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000178, "Member 'WBP_Merchant_Item_Row_C_IsPicto::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_IsWeapon \ +static_assert(alignof(WBP_Merchant_Item_Row_C_IsWeapon) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_IsWeapon"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_IsWeapon) == 0x000180, "Wrong size on WBP_Merchant_Item_Row_C_IsWeapon"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsWeapon, ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_IsWeapon::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsWeapon, CallFunc_GetMerchantItem_MerchantItem) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_IsWeapon::CallFunc_GetMerchantItem_MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_IsWeapon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000178, "Member 'WBP_Merchant_Item_Row_C_IsWeapon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_LoadMerchantItem \ +static_assert(alignof(WBP_Merchant_Item_Row_C_LoadMerchantItem) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_LoadMerchantItem"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_LoadMerchantItem) == 0x000170, "Wrong size on WBP_Merchant_Item_Row_C_LoadMerchantItem"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_LoadMerchantItem, MerchantSellItem) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_LoadMerchantItem::MerchantSellItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_Update_Owned_Widgets \ +static_assert(alignof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_Update_Owned_Widgets"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets) == 0x0000B0, "Wrong size on WBP_Merchant_Item_Row_C_Update_Owned_Widgets"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_bool_Variable) == 0x000002, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable_4) == 0x000006, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_byte_Variable_5) == 0x000007, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, Temp_bool_Variable_2) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_GetCurrentLevel_ReturnValue) == 0x00000C, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, K2Node_Select_Default) == 0x000012, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_GetAmountOfItemInInventory_ItemAmount) == 0x000014, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_GetAmountOfItemInInventory_ItemAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_GetAmountOfItemInInventory_ItemAmount_1) == 0x000018, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_GetAmountOfItemInInventory_ItemAmount_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, CallFunc_Format_ReturnValue) == 0x000098, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, K2Node_Select_Default_1) == 0x0000A8, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Owned_Widgets, K2Node_Select_Default_2) == 0x0000A9, "Member 'WBP_Merchant_Item_Row_C_Update_Owned_Widgets::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_Update_Price_Widget \ +static_assert(alignof(WBP_Merchant_Item_Row_C_Update_Price_Widget) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_Update_Price_Widget"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_Update_Price_Widget) == 0x000060, "Wrong size on WBP_Merchant_Item_Row_C_Update_Price_Widget"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, Temp_bool_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000018, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000028, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000038, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, K2Node_Select_Default) == 0x000040, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_Update_Price_Widget, CallFunc_Conv_IntToText_ReturnValue) == 0x000050, "Member 'WBP_Merchant_Item_Row_C_Update_Price_Widget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateItemIcon \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateItemIcon) == 0x000001, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateItemIcon"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateItemIcon) == 0x000008, "Wrong size on WBP_Merchant_Item_Row_C_UpdateItemIcon"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_byte_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_bool_Variable) == 0x000002, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, K2Node_Select_Default) == 0x000006, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemIcon, K2Node_Select_Default_1) == 0x000007, "Member 'WBP_Merchant_Item_Row_C_UpdateItemIcon::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateItemLevel \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateItemLevel) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateItemLevel"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateItemLevel) == 0x000020, "Wrong size on WBP_Merchant_Item_Row_C_UpdateItemLevel"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, Temp_byte_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, Temp_bool_Variable) == 0x000002, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_IsPicto_ReturnValue) == 0x000003, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_IsPicto_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_IsWeapon_ReturnValue) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_IsWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_GetCurrentLevel_ReturnValue) == 0x000014, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, K2Node_Select_Default) == 0x000018, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemLevel, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000019, "Member 'WBP_Merchant_Item_Row_C_UpdateItemLevel::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateItemWidget \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateItemWidget) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateItemWidget"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateItemWidget) == 0x000018, "Wrong size on WBP_Merchant_Item_Row_C_UpdateItemWidget"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemWidget, Temp_bool_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateItemWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateItemWidget, K2Node_Select_Default) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_UpdateItemWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory) == 0x000038, "Wrong size on WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000008, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000014, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000020, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, K2Node_DynamicCast_AsBP_Item_Instance_Gear_1) == 0x000028, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::K2Node_DynamicCast_AsBP_Item_Instance_Gear_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_Merchant_Item_Row_C_UpdateOwnedItemInstanceFromInventory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget) == 0x000008, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget) == 0x0000C8, "Wrong size on WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000010, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000020, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000030, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, Temp_bool_Variable) == 0x000031, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, K2Node_Select_Default) == 0x000038, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_Conv_IntToText_ReturnValue) == 0x000050, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'WBP_Merchant_Item_Row_C_UpdateRemainingQuantityWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Merchant_Item_Row_C_UpdateWidgetColor \ +static_assert(alignof(WBP_Merchant_Item_Row_C_UpdateWidgetColor) == 0x000004, "Wrong alignment on WBP_Merchant_Item_Row_C_UpdateWidgetColor"); \ +static_assert(sizeof(WBP_Merchant_Item_Row_C_UpdateWidgetColor) == 0x000038, "Wrong size on WBP_Merchant_Item_Row_C_UpdateWidgetColor"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateWidgetColor, Temp_bool_Variable) == 0x000000, "Member 'WBP_Merchant_Item_Row_C_UpdateWidgetColor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateWidgetColor, Temp_struct_Variable) == 0x000004, "Member 'WBP_Merchant_Item_Row_C_UpdateWidgetColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateWidgetColor, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_Merchant_Item_Row_C_UpdateWidgetColor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateWidgetColor, CallFunc_CanBuyItem_ReturnValue) == 0x000024, "Member 'WBP_Merchant_Item_Row_C_UpdateWidgetColor::CallFunc_CanBuyItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Merchant_Item_Row_C_UpdateWidgetColor, K2Node_Select_Default) == 0x000028, "Member 'WBP_Merchant_Item_Row_C_UpdateWidgetColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Merchant_Item_Row_C \ +static_assert(alignof(UWBP_Merchant_Item_Row_C) == 0x000008, "Wrong alignment on UWBP_Merchant_Item_Row_C"); \ +static_assert(sizeof(UWBP_Merchant_Item_Row_C) == 0x000500, "Wrong size on UWBP_Merchant_Item_Row_C"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Merchant_Item_Row_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, CurrencyIcon) == 0x000310, "Member 'UWBP_Merchant_Item_Row_C::CurrencyIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, FightIcon) == 0x000318, "Member 'UWBP_Merchant_Item_Row_C::FightIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, ItemIcon) == 0x000320, "Member 'UWBP_Merchant_Item_Row_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, ItemLevel) == 0x000328, "Member 'UWBP_Merchant_Item_Row_C::ItemLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, ItemName) == 0x000330, "Member 'UWBP_Merchant_Item_Row_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, OwnedBox) == 0x000338, "Member 'UWBP_Merchant_Item_Row_C::OwnedBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, OwnedLevel) == 0x000340, "Member 'UWBP_Merchant_Item_Row_C::OwnedLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, TextBlock_AvailableQuantity) == 0x000348, "Member 'UWBP_Merchant_Item_Row_C::TextBlock_AvailableQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, TextBlock_OwnedQuantity) == 0x000350, "Member 'UWBP_Merchant_Item_Row_C::TextBlock_OwnedQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, TextBlock_Price) == 0x000358, "Member 'UWBP_Merchant_Item_Row_C::TextBlock_Price' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, WBP_BaseButton) == 0x000360, "Member 'UWBP_Merchant_Item_Row_C::WBP_BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, MerchantItem) == 0x000368, "Member 'UWBP_Merchant_Item_Row_C::MerchantItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, OnMerchantItemFocused) == 0x0004D8, "Member 'UWBP_Merchant_Item_Row_C::OnMerchantItemFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, OnMerchantItemUnfocused) == 0x0004E8, "Member 'UWBP_Merchant_Item_Row_C::OnMerchantItemUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Merchant_Item_Row_C, OwnedGearItem) == 0x0004F8, "Member 'UWBP_Merchant_Item_Row_C::OwnedGearItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_ChangeLevel \ +static_assert(alignof(BP_ItemInstance_Gear_C_ChangeLevel) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_ChangeLevel"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_ChangeLevel) == 0x000190, "Wrong size on BP_ItemInstance_Gear_C_ChangeLevel"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, NewLevel) == 0x000000, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, DebugReason) == 0x000008, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0000C0, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D0, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, K2Node_MakeStruct_FormatArgumentData_3) == 0x000128, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, K2Node_MakeArray_Array) == 0x000170, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevel, CallFunc_Format_ReturnValue) == 0x000180, "Member 'BP_ItemInstance_Gear_C_ChangeLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_ChangeLevelWithLootContext \ +static_assert(alignof(BP_ItemInstance_Gear_C_ChangeLevelWithLootContext) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_ChangeLevelWithLootContext"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_ChangeLevelWithLootContext) == 0x000020, "Wrong size on BP_ItemInstance_Gear_C_ChangeLevelWithLootContext"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevelWithLootContext, LootContext) == 0x000000, "Member 'BP_ItemInstance_Gear_C_ChangeLevelWithLootContext::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevelWithLootContext, DebugReason) == 0x000008, "Member 'BP_ItemInstance_Gear_C_ChangeLevelWithLootContext::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_ChangeLevelWithLootContext, CallFunc_GetItemLevelFromLootContext_ReturnValue) == 0x000018, "Member 'BP_ItemInstance_Gear_C_ChangeLevelWithLootContext::CallFunc_GetItemLevelFromLootContext_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_CreateCopy \ +static_assert(alignof(BP_ItemInstance_Gear_C_CreateCopy) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_CreateCopy"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_CreateCopy) == 0x0001C0, "Wrong size on BP_ItemInstance_Gear_C_CreateCopy"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_CreateCopy::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_ItemInstance_Gear_C_CreateCopy::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_ItemInstance_Gear_C_CreateCopy::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_UtcNow_ReturnValue) == 0x000018, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_ToUnixTimestampDouble_ReturnValue) == 0x000020, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_ToUnixTimestampDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000028, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemUpgradeSystem_ReturnValue_1) == 0x000030, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemUpgradeSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000038, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_CreateInventorySaveState_WeaponHandles) == 0x000040, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_CreateInventorySaveState_WeaponHandles' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemStaticData_ItemStaticData) == 0x000050, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_Array_Get_Item) == 0x000180, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemInstanceClassFromData_ReturnValue) == 0x000190, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemInstanceClassFromData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_SpawnObject_ReturnValue) == 0x000198, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x0001A8, "Member 'BP_ItemInstance_Gear_C_CreateCopy::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_ItemInstance_Gear_C_CreateCopy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_GetItemDefinitionID_ReturnValue_1) == 0x0001B4, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_GetItemDefinitionID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_CreateCopy, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001BC, "Member 'BP_ItemInstance_Gear_C_CreateCopy::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GenerateItem \ +static_assert(alignof(BP_ItemInstance_Gear_C_GenerateItem) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GenerateItem"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GenerateItem) == 0x000200, "Wrong size on BP_ItemInstance_Gear_C_GenerateItem"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, ItemStaticItem) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GenerateItem::ItemStaticItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, LootContext) == 0x000130, "Member 'BP_ItemInstance_Gear_C_GenerateItem::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, GeneratedItemInfo) == 0x000138, "Member 'BP_ItemInstance_Gear_C_GenerateItem::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, local_CurrentLevel) == 0x000140, "Member 'BP_ItemInstance_Gear_C_GenerateItem::local_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, local_bonusGoldToReceive) == 0x000144, "Member 'BP_ItemInstance_Gear_C_GenerateItem::local_bonusGoldToReceive' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, local_previousLevel) == 0x000148, "Member 'BP_ItemInstance_Gear_C_GenerateItem::local_previousLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_GetItemLevelFromLootContext_ReturnValue) == 0x00014C, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_GetItemLevelFromLootContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_SpawnObject_ReturnValue) == 0x000150, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_Conv_NameToText_ReturnValue) == 0x000158, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, K2Node_MakeStruct_FormatArgumentData) == 0x000168, "Member 'BP_ItemInstance_Gear_C_GenerateItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, K2Node_MakeArray_Array) == 0x0001B0, "Member 'BP_ItemInstance_Gear_C_GenerateItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_TryUpgradeLevel_HasUpgraded) == 0x0001D0, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_TryUpgradeLevel_HasUpgraded' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0001D4, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001DC, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_GetInventoryManager_ReturnValue) == 0x0001E0, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_SpawnObject_ReturnValue_1) == 0x0001E8, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_GetItemDefinitionID_ReturnValue_1) == 0x0001F0, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_GetItemDefinitionID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GenerateItem, CallFunc_GetChromaValue_ReturnValue) == 0x0001F8, "Member 'BP_ItemInstance_Gear_C_GenerateItem::CallFunc_GetChromaValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetBaseStatsMultipliers \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetBaseStatsMultipliers) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetBaseStatsMultipliers"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetBaseStatsMultipliers) == 0x000050, "Wrong size on BP_ItemInstance_Gear_C_GetBaseStatsMultipliers"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetBaseStatsMultipliers, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetBaseStatsMultipliers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetChromaValue \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetChromaValue) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetChromaValue"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetChromaValue) == 0x000088, "Wrong size on BP_ItemInstance_Gear_C_GetChromaValue"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, Temp_bool_Variable) == 0x000004, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, Temp_int_Variable) == 0x000008, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, CallFunc_GetCurrentLevel_ReturnValue) == 0x00000C, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, CallFunc_GetScalingDataTable_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::CallFunc_GetScalingDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, CallFunc_GetEquipmentScalingLevel_ReturnValue) == 0x000018, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::CallFunc_GetEquipmentScalingLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, CallFunc_GetEquipmentScalingLevel_Found) == 0x000078, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::CallFunc_GetEquipmentScalingLevel_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, CallFunc_Divide_IntInt_ReturnValue) == 0x00007C, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetChromaValue, K2Node_Select_Default) == 0x000080, "Member 'BP_ItemInstance_Gear_C_GetChromaValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetCurrentLevel \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetCurrentLevel) == 0x000004, "Wrong alignment on BP_ItemInstance_Gear_C_GetCurrentLevel"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetCurrentLevel) == 0x000004, "Wrong size on BP_ItemInstance_Gear_C_GetCurrentLevel"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetCurrentLevel, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetCurrentLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetCurrentQuality \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetCurrentQuality) == 0x000001, "Wrong alignment on BP_ItemInstance_Gear_C_GetCurrentQuality"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetCurrentQuality) == 0x000002, "Wrong size on BP_ItemInstance_Gear_C_GetCurrentQuality"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetCurrentQuality, Quality) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetCurrentQuality::Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetCurrentQuality, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000001, "Member 'BP_ItemInstance_Gear_C_GetCurrentQuality::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetCurrentStats \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetCurrentStats) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetCurrentStats"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetCurrentStats) == 0x000050, "Wrong size on BP_ItemInstance_Gear_C_GetCurrentStats"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetCurrentStats, CurrentStats_0) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetCurrentStats::CurrentStats_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetGearGeneratedItemClass \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetGearGeneratedItemClass) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetGearGeneratedItemClass"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetGearGeneratedItemClass) == 0x000008, "Wrong size on BP_ItemInstance_Gear_C_GetGearGeneratedItemClass"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetGearGeneratedItemClass, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetGearGeneratedItemClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetScalingDataTable \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetScalingDataTable) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetScalingDataTable"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetScalingDataTable) == 0x000008, "Wrong size on BP_ItemInstance_Gear_C_GetScalingDataTable"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetScalingDataTable, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetScalingDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs \ +static_assert(alignof(BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs) == 0x000140, "Wrong size on BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs, PassiveEffectIDs) == 0x000000, "Member 'BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetItemStaticData_ItemStaticData) == 0x000010, "Member 'BP_ItemInstance_Gear_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers \ +static_assert(alignof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers) == 0x000088, "Wrong size on BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_GetBaseStatsMultipliers_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_GetBaseStatsMultipliers_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Array_Get_Item) == 0x000074, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Less_IntInt_ReturnValue) == 0x000075, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Map_Find_Value) == 0x000078, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'BP_ItemInstance_Gear_C_LoadBaseStatsMultipliers::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_LoadState \ +static_assert(alignof(BP_ItemInstance_Gear_C_LoadState) == 0x000004, "Wrong alignment on BP_ItemInstance_Gear_C_LoadState"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_LoadState) == 0x00000C, "Wrong size on BP_ItemInstance_Gear_C_LoadState"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_LoadState, SaveData) == 0x000000, "Member 'BP_ItemInstance_Gear_C_LoadState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_MergeItem \ +static_assert(alignof(BP_ItemInstance_Gear_C_MergeItem) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_MergeItem"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_MergeItem) == 0x000020, "Wrong size on BP_ItemInstance_Gear_C_MergeItem"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_MergeItem, OtherItemInstance) == 0x000000, "Member 'BP_ItemInstance_Gear_C_MergeItem::OtherItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_MergeItem, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000008, "Member 'BP_ItemInstance_Gear_C_MergeItem::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_MergeItem, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_ItemInstance_Gear_C_MergeItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_MergeItem, CallFunc_GetCurrentLevel_ReturnValue) == 0x000014, "Member 'BP_ItemInstance_Gear_C_MergeItem::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_MergeItem, CallFunc_TryUpgradeLevel_HasUpgraded) == 0x000018, "Member 'BP_ItemInstance_Gear_C_MergeItem::CallFunc_TryUpgradeLevel_HasUpgraded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_RefreshCurrentGearStats \ +static_assert(alignof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_RefreshCurrentGearStats"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats) == 0x000318, "Wrong size on BP_ItemInstance_Gear_C_RefreshCurrentGearStats"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, local_gearScalingLevel) == 0x000000, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::local_gearScalingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, Temp_real_Variable) == 0x000050, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000068, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, Temp_int_Array_Index_Variable) == 0x000074, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, Temp_int_Array_Index_Variable_1) == 0x000084, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetScalingDataTable_ReturnValue) == 0x000098, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetScalingDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Map_Keys_Keys) == 0x0000A0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000B0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000110, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Map_Find_Value) == 0x000120, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Not_PreBool_ReturnValue_1) == 0x000140, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x000148, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Array_Length_ReturnValue_1) == 0x000190, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetCurrentLevel_ReturnValue) == 0x000194, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000198, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001A0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A8, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0001F0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Conv_NameToText_ReturnValue) == 0x0001F8, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_3) == 0x000208, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Map_Find_Value_1) == 0x000250, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Map_Find_ReturnValue_1) == 0x000258, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, K2Node_MakeArray_Array_1) == 0x000260, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000270, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Format_ReturnValue) == 0x000278, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_BooleanAND_ReturnValue) == 0x000288, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000290, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetScalingDataTable_ReturnValue_1) == 0x000298, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetScalingDataTable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_FCeil_ReturnValue) == 0x0002A0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x0002A4, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0002A8, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetEquipmentScalingLevel_ReturnValue) == 0x0002B0, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetEquipmentScalingLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_RefreshCurrentGearStats, CallFunc_GetEquipmentScalingLevel_Found) == 0x000310, "Member 'BP_ItemInstance_Gear_C_RefreshCurrentGearStats::CallFunc_GetEquipmentScalingLevel_Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_SaveState \ +static_assert(alignof(BP_ItemInstance_Gear_C_SaveState) == 0x000004, "Wrong alignment on BP_ItemInstance_Gear_C_SaveState"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_SaveState) == 0x00000C, "Wrong size on BP_ItemInstance_Gear_C_SaveState"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SaveState, SaveData) == 0x000000, "Member 'BP_ItemInstance_Gear_C_SaveState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_SetBaseStatsMultiplier \ +static_assert(alignof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_SetBaseStatsMultiplier"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier) == 0x0000F0, "Wrong size on BP_ItemInstance_Gear_C_SetBaseStatsMultiplier"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, Stat) == 0x000000, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::Stat' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, Value) == 0x000008, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, CallFunc_Map_Contains_ReturnValue) == 0x0000C8, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetBaseStatsMultiplier, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_ItemInstance_Gear_C_SetBaseStatsMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_SetCurrentStatValue \ +static_assert(alignof(BP_ItemInstance_Gear_C_SetCurrentStatValue) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_SetCurrentStatValue"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_SetCurrentStatValue) == 0x000210, "Wrong size on BP_ItemInstance_Gear_C_SetCurrentStatValue"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, StatType) == 0x000000, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::StatType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, Value) == 0x000008, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, Reason) == 0x000010, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000020, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000D0, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_GetItemDefinitionID_ReturnValue) == 0x0000E0, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E8, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Conv_NameToText_ReturnValue) == 0x0000F8, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Map_Find_Value) == 0x000198, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Map_Find_ReturnValue) == 0x0001A0, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001A8, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, K2Node_MakeArray_Array) == 0x0001F0, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_SetCurrentStatValue, CallFunc_Format_ReturnValue) == 0x000200, "Member 'BP_ItemInstance_Gear_C_SetCurrentStatValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_TryUpgradeLevel \ +static_assert(alignof(BP_ItemInstance_Gear_C_TryUpgradeLevel) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_TryUpgradeLevel"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_TryUpgradeLevel) == 0x000018, "Wrong size on BP_ItemInstance_Gear_C_TryUpgradeLevel"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_TryUpgradeLevel, NewLevel) == 0x000000, "Member 'BP_ItemInstance_Gear_C_TryUpgradeLevel::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_TryUpgradeLevel, HasUpgraded) == 0x000004, "Member 'BP_ItemInstance_Gear_C_TryUpgradeLevel::HasUpgraded' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_TryUpgradeLevel, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000008, "Member 'BP_ItemInstance_Gear_C_TryUpgradeLevel::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_TryUpgradeLevel, CallFunc_GetCurrentLevel_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_C_TryUpgradeLevel::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_TryUpgradeLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BP_ItemInstance_Gear_C_TryUpgradeLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_C_UpgradeLevel \ +static_assert(alignof(BP_ItemInstance_Gear_C_UpgradeLevel) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_C_UpgradeLevel"); \ +static_assert(sizeof(BP_ItemInstance_Gear_C_UpgradeLevel) == 0x0001D8, "Wrong size on BP_ItemInstance_Gear_C_UpgradeLevel"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, DebugReason) == 0x000000, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_GetItemStaticData_ItemStaticData) == 0x000010, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000140, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_GetGearMaxUpgradeLevel_ReturnValue_1) == 0x000144, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_GetGearMaxUpgradeLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_Conv_NameToText_ReturnValue) == 0x000148, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_Add_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_Clamp_ReturnValue) == 0x0001B8, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_C_UpgradeLevel, CallFunc_InRange_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_ItemInstance_Gear_C_UpgradeLevel::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Gear_C \ +static_assert(alignof(UBP_ItemInstance_Gear_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Gear_C"); \ +static_assert(sizeof(UBP_ItemInstance_Gear_C) == 0x000220, "Wrong size on UBP_ItemInstance_Gear_C"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_C, CurrentStats) == 0x000178, "Member 'UBP_ItemInstance_Gear_C::CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_C, CurrentLevel) == 0x0001C8, "Member 'UBP_ItemInstance_Gear_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_C, BaseStatsMultipliers) == 0x0001D0, "Member 'UBP_ItemInstance_Gear_C::BaseStatsMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetItemType \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetItemType) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetItemType"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetItemType) == 0x000150, "Wrong size on FL_ItemUpgradeHelpers_C_GetItemType"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemType, RowName) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetItemType::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemType, __WorldContext) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetItemType::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemType, Item_Type) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetItemType::Item_Type' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemType, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'FL_ItemUpgradeHelpers_C_GetItemType::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemType, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000148, "Member 'FL_ItemUpgradeHelpers_C_GetItemType::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetPictosDefinition \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetPictosDefinition) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetPictosDefinition"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetPictosDefinition) == 0x000158, "Wrong size on FL_ItemUpgradeHelpers_C_GetPictosDefinition"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, RowName) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, __WorldContext) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, Found) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, OutRow) == 0x000018, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, CallFunc_GetDataTableRowFromName_OutRow) == 0x000078, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000D8, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, CallFunc_Conv_NameToText_ReturnValue) == 0x0000E0, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, K2Node_MakeStruct_FormatArgumentData) == 0x0000F0, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, K2Node_MakeArray_Array) == 0x000138, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetPictosDefinition, CallFunc_Format_ReturnValue) == 0x000148, "Member 'FL_ItemUpgradeHelpers_C_GetPictosDefinition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetWeaponDefinition \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetWeaponDefinition"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition) == 0x000278, "Wrong size on FL_ItemUpgradeHelpers_C_GetWeaponDefinition"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, RowName) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, __WorldContext) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, Found) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, OutRow) == 0x000018, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, CallFunc_GetDataTableRowFromName_OutRow) == 0x000108, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001F8, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, CallFunc_Conv_NameToText_ReturnValue) == 0x000200, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, K2Node_MakeStruct_FormatArgumentData) == 0x000210, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, K2Node_MakeArray_Array) == 0x000258, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponDefinition, CallFunc_Format_ReturnValue) == 0x000268, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponDefinition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel) == 0x0001E0, "Wrong size on FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, DataTable) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, Level) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, __WorldContext) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, ReturnValue) == 0x000018, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, Found) == 0x000078, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::Found' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Conv_IntToString_ReturnValue) == 0x000080, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000090, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Conv_StringToName_ReturnValue) == 0x0000F8, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_GetDataTableRowFromName_OutRow) == 0x000100, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000160, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Conv_NameToText_ReturnValue) == 0x000168, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000178, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, K2Node_MakeArray_Array) == 0x0001C0, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'FL_ItemUpgradeHelpers_C_GetEquipmentScalingLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard) == 0x000170, "Wrong size on FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, S_jRPG_Item_StaticData) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::S_jRPG_Item_StaticData' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, __WorldContext) == 0x000130, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, ItemId) == 0x000138, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000140, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000148, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_Not_PreBool_ReturnValue) == 0x000150, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue) == 0x000158, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_IsNameValid_ReturnValue) == 0x000168, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard, CallFunc_Not_PreBool_ReturnValue_1) == 0x000169, "Member 'FL_ItemUpgradeHelpers_C_GetConsumableItemFromShard::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem) == 0x000018, "Wrong size on FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem, __WorldContext) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem, ReturnValue) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetItemUpgradeSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum) == 0x000028, "Wrong size on FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum, __WorldContext) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum, Array) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum::Array' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum, K2Node_MakeArray_Array) == 0x000018, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityLevelsEnum::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel) == 0x000198, "Wrong size on FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel, S_WeaponDefinition) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel::S_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel, __WorldContext) == 0x0000F0, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel, ReturnValue) == 0x0000F8, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel, K2Node_MakeMap_Map) == 0x000148, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponPassivesByUpgradeLevel::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel \ +static_assert(alignof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel) == 0x000008, "Wrong alignment on FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel"); \ +static_assert(sizeof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel) == 0x000018, "Wrong size on FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, UpgradeLevel) == 0x000000, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::UpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, __WorldContext) == 0x000008, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, Quality) == 0x000010, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::Quality' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000011, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000012, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000013, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000014, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000015, "Member 'FL_ItemUpgradeHelpers_C_GetWeaponQualityForUpgradeLevel::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_ItemUpgradeHelpers_C \ +static_assert(alignof(UFL_ItemUpgradeHelpers_C) == 0x000008, "Wrong alignment on UFL_ItemUpgradeHelpers_C"); \ +static_assert(sizeof(UFL_ItemUpgradeHelpers_C) == 0x000028, "Wrong size on UFL_ItemUpgradeHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_AddWeaponToInventory \ +static_assert(alignof(BP_ItemUpgradeSystem_C_AddWeaponToInventory) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_AddWeaponToInventory"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_AddWeaponToInventory) == 0x0003E8, "Wrong size on BP_ItemUpgradeSystem_C_AddWeaponToInventory"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, WeaponInstanceHandle) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, PreviousLevel) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::PreviousLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, local_existingWeaponInstanceData) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::local_existingWeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, Temp_struct_Variable) == 0x000120, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x000230, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000238, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_IsValid_ReturnValue) == 0x000240, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_Conv_NameToText_ReturnValue) == 0x000248, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000258, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000268, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_GetWeaponInstanceData_ReturnValue) == 0x0002B0, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_GetWeaponInstanceData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, K2Node_MakeArray_Array) == 0x0003C0, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_Format_ReturnValue) == 0x0003D0, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_AddWeaponToInventory, CallFunc_Array_Add_ReturnValue) == 0x0003E0, "Member 'BP_ItemUpgradeSystem_C_AddWeaponToInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData \ +static_assert(alignof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData) == 0x000690, "Wrong size on BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, WeaponHandle) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::WeaponHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, WeaponInstanceData) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, local_weaponHandle) == 0x000120, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::local_weaponHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00012C, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_S_WeaponInstanceData) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_S_WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000240, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000248, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_FormatArgumentData) == 0x000250, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_NameToText_ReturnValue) == 0x000298, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0002A8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002B8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_FormatArgumentData_2) == 0x000300, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeArray_Array) == 0x000348, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeArray_Array_1) == 0x000358, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Format_ReturnValue) == 0x000368, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Format_ReturnValue_1) == 0x000378, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000388, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_GetWeaponDefinition_Found) == 0x000389, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_GetWeaponDefinition_OutRow) == 0x000390, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000480, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_IntToString_ReturnValue) == 0x000488, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Concat_StrStr_ReturnValue) == 0x000498, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_StringToName_ReturnValue) == 0x0004A8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_GetDataTableRowFromName_OutRow) == 0x0004B0, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0004D0, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_NameToText_ReturnValue_2) == 0x0004D8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_FormatArgumentData_3) == 0x0004E8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeArray_Array_2) == 0x000530, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000540, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Format_ReturnValue_2) == 0x000548, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000558, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Round_ReturnValue) == 0x000560, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000568, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000570, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Round_ReturnValue_1) == 0x000578, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, CallFunc_Round_ReturnValue_2) == 0x00057C, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::CallFunc_Round_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData, K2Node_MakeStruct_S_WeaponInstanceData_1) == 0x000580, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponInstanceData::K2Node_MakeStruct_S_WeaponInstanceData_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID \ +static_assert(alignof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID) == 0x0000F0, "Wrong size on BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, WeaponID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::WeaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, ActivePassiveEffectIDs) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::ActivePassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, local_passiveByLevel) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::local_passiveByLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, local_weaponQuality) == 0x000068, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::local_weaponQuality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, K2Node_MakeVariable_MakeVariableOutput) == 0x000070, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x0000C0, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, CallFunc_FindItemInstanceByID_ItemInstance) == 0x0000C8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x0000D0, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x0000E0, "Member 'BP_ItemUpgradeSystem_C_ComputeWeaponUnlockedPassivesFromID::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_CreateInventorySaveState \ +static_assert(alignof(BP_ItemUpgradeSystem_C_CreateInventorySaveState) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_CreateInventorySaveState"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_CreateInventorySaveState) == 0x000090, "Wrong size on BP_ItemUpgradeSystem_C_CreateInventorySaveState"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, WeaponHandles) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::WeaponHandles' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, Temp_wildcard_Temp_buffer_array_Variable) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Map_Values_Values) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000068, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_GetCurrentLevel_ReturnValue) == 0x000074, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000078, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, K2Node_MakeStruct_S_WeaponInstanceHandle) == 0x000080, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::K2Node_MakeStruct_S_WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateInventorySaveState, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'BP_ItemUpgradeSystem_C_CreateInventorySaveState::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_CreateItemInstanceInternal \ +static_assert(alignof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_CreateItemInstanceInternal"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal) == 0x000160, "Wrong size on BP_ItemUpgradeSystem_C_CreateItemInstanceInternal"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, Quantity) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, ItemInstance) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, CallFunc_UtcNow_ReturnValue) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::CallFunc_UtcNow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, CallFunc_ToUnixTimestampDouble_ReturnValue) == 0x000148, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::CallFunc_ToUnixTimestampDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, CallFunc_GetItemInstanceClassFromData_ReturnValue) == 0x000150, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::CallFunc_GetItemInstanceClassFromData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceInternal, CallFunc_SpawnObject_ReturnValue) == 0x000158, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceInternal::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_CreateItemInstanceTransient \ +static_assert(alignof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_CreateItemInstanceTransient"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient) == 0x000148, "Wrong size on BP_ItemUpgradeSystem_C_CreateItemInstanceTransient"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceTransient::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient, Quantity) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceTransient::Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient, ItemInstance) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceTransient::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_CreateItemInstanceTransient, CallFunc_CreateItemInstanceInternal_ItemInstance) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_CreateItemInstanceTransient::CallFunc_CreateItemInstanceInternal_ItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem \ +static_assert(alignof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem) == 0x0001E8, "Wrong size on BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, EntryPoint) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_CustomEvent_WeaponID) == 0x000004, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_CustomEvent_WeaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_CustomEvent_NewLevel) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_CustomEvent_NewLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000070, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x000078, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000080, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_GetCurrentLevel_ReturnValue) == 0x00008C, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000090, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_CustomEvent_WeaponID_1) == 0x000098, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_CustomEvent_WeaponID_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000E8, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Format_ReturnValue) == 0x000150, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_FindItemInstanceByID_ItemInstance_1) == 0x000160, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_FindItemInstanceByID_ItemInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_DynamicCast_AsBP_Item_Instance_Gear_1) == 0x000168, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_DynamicCast_AsBP_Item_Instance_Gear_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x000174, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000178, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeStruct_FormatArgumentData_3) == 0x000180, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, K2Node_MakeArray_Array_1) == 0x0001C8, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem, CallFunc_Format_ReturnValue_1) == 0x0001D8, "Member 'BP_ItemUpgradeSystem_C_ExecuteUbergraph_BP_ItemUpgradeSystem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_FindItemInstanceByID \ +static_assert(alignof(BP_ItemUpgradeSystem_C_FindItemInstanceByID) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_FindItemInstanceByID"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_FindItemInstanceByID) == 0x000020, "Wrong size on BP_ItemUpgradeSystem_C_FindItemInstanceByID"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindItemInstanceByID, ItemDefinitionID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_FindItemInstanceByID::ItemDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindItemInstanceByID, ItemInstance) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_FindItemInstanceByID::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindItemInstanceByID, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_FindItemInstanceByID::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindItemInstanceByID, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_FindItemInstanceByID::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID \ +static_assert(alignof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID) == 0x000120, "Wrong size on BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID, WeaponDefinitionID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID::WeaponDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID, Found) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID, WeaponIndex) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID, WeaponInstanceData) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_FindWeaponInstanceByWeaponID::WeaponInstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetAllItemInstances \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetAllItemInstances) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetAllItemInstances"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetAllItemInstances) == 0x000020, "Wrong size on BP_ItemUpgradeSystem_C_GetAllItemInstances"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetAllItemInstances, ReturnValue) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetAllItemInstances::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetAllItemInstances, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_GetAllItemInstances::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData) == 0x000148, "Wrong size on BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData, ReturnValue) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData, CallFunc_GetItemInstanceClass_ReturnValue) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData::CallFunc_GetItemInstanceClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceClassFromData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost) == 0x000078, "Wrong size on BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, GearItemInstance) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::GearItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, ItemQuantities) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::ItemQuantities' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_GetCurrentLevel_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_Conv_IntToString_ReturnValue) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_Conv_StringToName_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_ItemUpgradeSystem_C_GetItemInstanceUpgradeCost::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetItemUpgradeCost \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetItemUpgradeCost"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost) == 0x000058, "Wrong size on BP_ItemUpgradeSystem_C_GetItemUpgradeCost"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, WeaponDefinitionID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::WeaponDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, ItemQuantities) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::ItemQuantities' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_GetCurrentLevel_ReturnValue) == 0x000034, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x00003C, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetItemUpgradeCost, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'BP_ItemUpgradeSystem_C_GetItemUpgradeCost::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetOrCreateItemInstance \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetOrCreateItemInstance"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance) == 0x000168, "Wrong size on BP_ItemUpgradeSystem_C_GetOrCreateItemInstance"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, Quantity) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, ItemInstance) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, Temp_wildcard_Variable) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, CallFunc_CreateItemInstanceInternal_ItemInstance) == 0x000148, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::CallFunc_CreateItemInstanceInternal_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000150, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000158, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetOrCreateItemInstance, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_ItemUpgradeSystem_C_GetOrCreateItemInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetShardForConsumable \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetShardForConsumable) == 0x000004, "Wrong alignment on BP_ItemUpgradeSystem_C_GetShardForConsumable"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetShardForConsumable) == 0x00001C, "Wrong size on BP_ItemUpgradeSystem_C_GetShardForConsumable"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardForConsumable, ConsumableID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetShardForConsumable::ConsumableID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardForConsumable, ShardID) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetShardForConsumable::ShardID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardForConsumable, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_GetShardForConsumable::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardForConsumable, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetShardForConsumable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow) == 0x0000A8, "Wrong size on BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, ShardItem) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::ShardItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, UpgradeItemRow) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::UpgradeItemRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_ItemUpgradeSystem_C_GetShardItemUpgradeItemRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard) == 0x000040, "Wrong size on BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, ShardStaticDataID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::ShardStaticDataID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, ReturnValue) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, CallFunc_Map_Find_ReturnValue) == 0x00001C, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, CallFunc_Map_Find_Value_1) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, CallFunc_Map_Find_ReturnValue_1) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard, CallFunc_GetUpgradeLevelConsumableRow_ReturnValue) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_GetUpgradedConsumableItemFromShard::CallFunc_GetUpgradeLevelConsumableRow_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetUpgradeResourceList \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetUpgradeResourceList"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList) == 0x000090, "Wrong size on BP_ItemUpgradeSystem_C_GetUpgradeResourceList"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, UpgradeResourcesList) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::UpgradeResourcesList' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, local_upgradeItems) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::local_upgradeItems' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Less_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Array_AddUnique_ReturnValue) == 0x000088, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetUpgradeResourceList, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_ItemUpgradeSystem_C_GetUpgradeResourceList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel) == 0x000004, "Wrong alignment on BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel) == 0x000008, "Wrong size on BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel, UpgradeLevel) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel::UpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel, Quality) == 0x000004, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel::Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000005, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityForUpgradeLevel::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_GetWeaponQualityLevel \ +static_assert(alignof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_GetWeaponQualityLevel"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel) == 0x000030, "Wrong size on BP_ItemUpgradeSystem_C_GetWeaponQualityLevel"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, WeaponDefinitionID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::WeaponDefinitionID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, Quality) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_GetWeaponQualityLevel, CallFunc_GetCurrentQuality_Quality) == 0x000029, "Member 'BP_ItemUpgradeSystem_C_GetWeaponQualityLevel::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_Initialize \ +static_assert(alignof(BP_ItemUpgradeSystem_C_Initialize) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_Initialize"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_Initialize) == 0x000168, "Wrong size on BP_ItemUpgradeSystem_C_Initialize"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_Initialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ItemUpgradeSystem_C_Initialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_GetItemStaticDefinitionRowNames_OutRowNames) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_GetItemStaticDefinitionRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x00002C, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_Less_IntInt_ReturnValue) == 0x000160, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Initialize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000161, "Member 'BP_ItemUpgradeSystem_C_Initialize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade \ +static_assert(alignof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade) == 0x000040, "Wrong size on BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, ItemId) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, ReturnValue) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000039, "Member 'BP_ItemUpgradeSystem_C_IsItemConsumableUpgrade::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_IsShardUpgradable \ +static_assert(alignof(BP_ItemUpgradeSystem_C_IsShardUpgradable) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_IsShardUpgradable"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_IsShardUpgradable) == 0x000048, "Wrong size on BP_ItemUpgradeSystem_C_IsShardUpgradable"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, ShardName) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::ShardName' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, IsShardUpgradable_0) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::IsShardUpgradable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Map_Find_Value_1) == 0x00001C, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Map_Find_ReturnValue_1) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_GetConsumablesList_ConsumableItemPerLevel) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_GetConsumablesList_ConsumableItemPerLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_IsShardUpgradable, CallFunc_BooleanAND_ReturnValue_1) == 0x000042, "Member 'BP_ItemUpgradeSystem_C_IsShardUpgradable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_LoadInventoryState \ +static_assert(alignof(BP_ItemUpgradeSystem_C_LoadInventoryState) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_LoadInventoryState"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_LoadInventoryState) == 0x000350, "Wrong size on BP_ItemUpgradeSystem_C_LoadInventoryState"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, WeaponHandles) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::WeaponHandles' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, local_MaxShardUpgradeLevel) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::local_MaxShardUpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, local_currentSaveData) == 0x000014, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::local_currentSaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, local_idToSaveData) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::local_idToSaveData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Array_Index_Variable) == 0x000074, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Loop_Counter_Variable_1) == 0x000080, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Array_Index_Variable_1) == 0x000088, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Loop_Counter_Variable_2) == 0x00008C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Loop_Counter_Variable_3) == 0x000094, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Array_Index_Variable_2) == 0x000098, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Add_IntInt_ReturnValue_3) == 0x00009C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Loop_Counter_Variable_4) == 0x0000A0, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000A8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Array_Index_Variable_3) == 0x0000AC, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, Temp_int_Array_Index_Variable_4) == 0x0000B0, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Get_Item) == 0x0000B4, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_GetInventoryManager_ReturnValue) == 0x0000C0, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Keys_Keys) == 0x0000C8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E4, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Find_Value) == 0x0000E8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_GetConsumablesList_ConsumableItemPerLevel) == 0x0000F8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_GetConsumablesList_ConsumableItemPerLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Length_ReturnValue_2) == 0x000118, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Find_ReturnValue) == 0x00011C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Less_IntInt_ReturnValue_2) == 0x000120, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Max_ReturnValue) == 0x000124, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_GetCustomGI_ReturnValue) == 0x000128, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x000131, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x000134, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Length_ReturnValue_3) == 0x000270, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Less_IntInt_ReturnValue_3) == 0x000274, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_GetOrCreateItemInstance_ItemInstance) == 0x000278, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_GetOrCreateItemInstance_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Values_Values) == 0x000280, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Get_Item_4) == 0x000290, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Array_Length_ReturnValue_4) == 0x000298, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_GetItemDefinitionID_ReturnValue) == 0x00029C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002A4, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Conv_NameToText_ReturnValue) == 0x0002A8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, K2Node_MakeStruct_FormatArgumentData) == 0x0002B8, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, K2Node_MakeStruct_S_WeaponInstanceHandle) == 0x000300, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::K2Node_MakeStruct_S_WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, K2Node_MakeArray_Array) == 0x000310, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Format_ReturnValue) == 0x000320, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Find_Value_1) == 0x000330, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, CallFunc_Map_Find_ReturnValue_1) == 0x00033C, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000340, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadInventoryState, K2Node_DynamicCast_bSuccess) == 0x000348, "Member 'BP_ItemUpgradeSystem_C_LoadInventoryState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_LoadShardDefinition \ +static_assert(alignof(BP_ItemUpgradeSystem_C_LoadShardDefinition) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_LoadShardDefinition"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_LoadShardDefinition) == 0x000180, "Wrong size on BP_ItemUpgradeSystem_C_LoadShardDefinition"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, ShardItemDefinition) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::ShardItemDefinition' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, Temp_int_Array_Index_Variable) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, CallFunc_GetConsumablesList_ConsumableItemPerLevel) == 0x000148, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::CallFunc_GetConsumablesList_ConsumableItemPerLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, CallFunc_Array_Get_Item) == 0x000158, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, Temp_int_Loop_Counter_Variable) == 0x00016C, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, CallFunc_Add_IntInt_ReturnValue) == 0x000174, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_LoadShardDefinition, Temp_int_Variable) == 0x000178, "Member 'BP_ItemUpgradeSystem_C_LoadShardDefinition::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_OnItemAddedToInventory \ +static_assert(alignof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_OnItemAddedToInventory"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory) == 0x000168, "Wrong size on BP_ItemUpgradeSystem_C_OnItemAddedToInventory"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, Quantity) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, LootContext) == 0x000134, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, GeneratedItemInfo) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, local_newUpgradeLevel) == 0x000140, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::local_newUpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, local_previousConsumableItemID) == 0x000144, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::local_previousConsumableItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, local_associatedShardID) == 0x00014C, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::local_associatedShardID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, CallFunc_GetOrCreateItemInstance_ItemInstance) == 0x000158, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::CallFunc_GetOrCreateItemInstance_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemAddedToInventory, CallFunc_GenerateItem_GeneratedItemInfo) == 0x000160, "Member 'BP_ItemUpgradeSystem_C_OnItemAddedToInventory::CallFunc_GenerateItem_GeneratedItemInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory \ +static_assert(alignof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory) == 0x000170, "Wrong size on BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, ItemStaticData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, Amount) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, RemainingQuantity) == 0x000134, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::RemainingQuantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, local_newUpgradeLevel) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::local_newUpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, local_previousConsumableItemID) == 0x00013C, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::local_previousConsumableItemID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, local_associatedShardID) == 0x000144, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::local_associatedShardID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000150, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_Map_Remove_ReturnValue) == 0x000158, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_IsValid_ReturnValue) == 0x000159, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_GetQuantity_ReturnValue) == 0x00015C, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_GetQuantity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_Subtract_IntInt_ReturnValue) == 0x000160, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, Temp_wildcard_Variable) == 0x000164, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory, CallFunc_Greater_IntInt_ReturnValue) == 0x000168, "Member 'BP_ItemUpgradeSystem_C_OnItemRemovedFromInventory::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_ResetState \ +static_assert(alignof(BP_ItemUpgradeSystem_C_ResetState) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_ResetState"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_ResetState) == 0x000030, "Wrong size on BP_ItemUpgradeSystem_C_ResetState"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_ResetState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ItemUpgradeSystem_C_ResetState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_ResetState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, Temp_int_Variable) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_ResetState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_ResetState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_ResetState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_ItemUpgradeSystem_C_ResetState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetState, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ItemUpgradeSystem_C_ResetState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus \ +static_assert(alignof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus) == 0x000180, "Wrong size on BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_GetItemStaticData_ItemStaticData) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_GetItemType_Item_Type) == 0x000170, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000174, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00017C, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_NotEqual_NameName_ReturnValue) == 0x00017D, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_Map_Remove_ReturnValue) == 0x00017E, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus, CallFunc_BooleanAND_ReturnValue) == 0x00017F, "Member 'BP_ItemUpgradeSystem_C_ResetUpgradeSystemForNewGamePlus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel \ +static_assert(alignof(BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel) == 0x000004, "Wrong alignment on BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel) == 0x00000C, "Wrong size on BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel, WeaponID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel::WeaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel, NewLevel) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_Sandfall_Debug_SetGearLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon \ +static_assert(alignof(BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon) == 0x000004, "Wrong alignment on BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon) == 0x000008, "Wrong size on BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon, WeaponID) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_Sandfall_Debug_UpgradeWeapon::WeaponID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_UpdateWeaponInstance \ +static_assert(alignof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_UpdateWeaponInstance"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance) == 0x000228, "Wrong size on BP_ItemUpgradeSystem_C_UpdateWeaponInstance"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance, WeaponInstanceData) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_UpdateWeaponInstance::WeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance, CallFunc_FindWeaponInstanceByWeaponID_Found) == 0x000110, "Member 'BP_ItemUpgradeSystem_C_UpdateWeaponInstance::CallFunc_FindWeaponInstanceByWeaponID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance, CallFunc_FindWeaponInstanceByWeaponID_WeaponIndex) == 0x000114, "Member 'BP_ItemUpgradeSystem_C_UpdateWeaponInstance::CallFunc_FindWeaponInstanceByWeaponID_WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpdateWeaponInstance, CallFunc_FindWeaponInstanceByWeaponID_WeaponInstanceData) == 0x000118, "Member 'BP_ItemUpgradeSystem_C_UpdateWeaponInstance::CallFunc_FindWeaponInstanceByWeaponID_WeaponInstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel \ +static_assert(alignof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel) == 0x0000C0, "Wrong size on BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, ShardName) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::ShardName' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, bIsUpgradeSuccessful) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::bIsUpgradeSuccessful' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_IsShardUpgradable_IsShardUpgradable) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_IsShardUpgradable_IsShardUpgradable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Map_Find_Value) == 0x000014, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue_1) == 0x000030, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetUpgradedConsumableItemFromShard_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Map_Find_Value_1) == 0x000040, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Map_Find_ReturnValue_1) == 0x000048, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetInventoryManager_ReturnValue) == 0x000050, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetShardUpgradeCost_RequiredItems) == 0x000058, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetShardUpgradeCost_RequiredItems' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, Temp_int_Variable) == 0x000090, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetInventoryManager_ReturnValue_1) == 0x000098, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_FindItemCountFromInventory_Quantity) == 0x0000A0, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_AddItemToInventory_GeneratedItem) == 0x0000A8, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_GetInventoryManager_ReturnValue_2) == 0x0000B0, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_GetInventoryManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel, CallFunc_CanAffordItemCosts_ReturnValue) == 0x0000B8, "Member 'BP_ItemUpgradeSystem_C_UpgradeShardToNextLevel::CallFunc_CanAffordItemCosts_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle \ +static_assert(alignof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle) == 0x000238, "Wrong size on BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle, WeaponHandle) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle::WeaponHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle, UpgradedWeaponData) == 0x000010, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle::UpgradedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle, local_weaponID) == 0x000120, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle::local_weaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle, local_existingWeaponData) == 0x000128, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromHandle::local_existingWeaponData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance \ +static_assert(alignof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance) == 0x000008, "Wrong alignment on BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance"); \ +static_assert(sizeof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance) == 0x0002A8, "Wrong size on BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, ItemInstance) == 0x000000, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, DebugReason) == 0x000008, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, local_weaponID) == 0x000018, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::local_weaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, local_existingWeaponData) == 0x000020, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::local_existingWeaponData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, Temp_int_Array_Index_Variable) == 0x000130, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000138, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, Temp_int_Loop_Counter_Variable) == 0x000268, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_Add_IntInt_ReturnValue) == 0x00026C, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_GetInventoryManager_ReturnValue) == 0x000270, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_GetCharactersForWeapon_ReturnValue) == 0x000278, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_GetCharactersForWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_Array_Get_Item) == 0x000288, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_Array_Length_ReturnValue) == 0x000290, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_Less_IntInt_ReturnValue) == 0x000294, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000295, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000298, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002A0, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance, CallFunc_BooleanAND_ReturnValue) == 0x0002A1, "Member 'BP_ItemUpgradeSystem_C_UpgradeWeaponFromInstance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemUpgradeSystem_C \ +static_assert(alignof(UBP_ItemUpgradeSystem_C) == 0x000008, "Wrong alignment on UBP_ItemUpgradeSystem_C"); \ +static_assert(sizeof(UBP_ItemUpgradeSystem_C) == 0x0002E0, "Wrong size on UBP_ItemUpgradeSystem_C"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, UberGraphFrame) == 0x000028, "Member 'UBP_ItemUpgradeSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, OnWeaponReplaced) == 0x000030, "Member 'UBP_ItemUpgradeSystem_C::OnWeaponReplaced' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, OwnedWeaponInstances) == 0x000040, "Member 'UBP_ItemUpgradeSystem_C::OwnedWeaponInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, OnWeaponModified) == 0x000050, "Member 'UBP_ItemUpgradeSystem_C::OnWeaponModified' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, UpgradeCostTable) == 0x000060, "Member 'UBP_ItemUpgradeSystem_C::UpgradeCostTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, ConsumableShardUpgradeTable) == 0x0000B0, "Member 'UBP_ItemUpgradeSystem_C::ConsumableShardUpgradeTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, ShardDataCache) == 0x000100, "Member 'UBP_ItemUpgradeSystem_C::ShardDataCache' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, UpgradeItemToShard) == 0x000150, "Member 'UBP_ItemUpgradeSystem_C::UpgradeItemToShard' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, UpgradeLevelsByShard) == 0x0001A0, "Member 'UBP_ItemUpgradeSystem_C::UpgradeLevelsByShard' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, ConsumableItemToShard) == 0x0001F0, "Member 'UBP_ItemUpgradeSystem_C::ConsumableItemToShard' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, ItemInstances) == 0x000240, "Member 'UBP_ItemUpgradeSystem_C::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemUpgradeSystem_C, UpgradeCostTable_V2) == 0x000290, "Member 'UBP_ItemUpgradeSystem_C::UpgradeCostTable_V2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemIcon_C_LoadItemIcon \ +static_assert(alignof(WBP_ItemIcon_C_LoadItemIcon) == 0x000008, "Wrong alignment on WBP_ItemIcon_C_LoadItemIcon"); \ +static_assert(sizeof(WBP_ItemIcon_C_LoadItemIcon) == 0x000150, "Wrong size on WBP_ItemIcon_C_LoadItemIcon"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, ItemData) == 0x000000, "Member 'WBP_ItemIcon_C_LoadItemIcon::ItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable) == 0x000130, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000131, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000132, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000133, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000134, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_BooleanOR_ReturnValue) == 0x000135, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_BooleanOR_ReturnValue_1) == 0x000136, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000137, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000139, "Member 'WBP_ItemIcon_C_LoadItemIcon::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_bool_Variable) == 0x00013A, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_1) == 0x00013B, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_2) == 0x00013C, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_bool_Variable_1) == 0x00013D, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, K2Node_Select_Default) == 0x00013E, "Member 'WBP_ItemIcon_C_LoadItemIcon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_3) == 0x00013F, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_4) == 0x000140, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_bool_Variable_2) == 0x000141, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, K2Node_Select_Default_1) == 0x000142, "Member 'WBP_ItemIcon_C_LoadItemIcon::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_5) == 0x000143, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_6) == 0x000144, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_byte_Variable_7) == 0x000145, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, K2Node_Select_Default_2) == 0x000146, "Member 'WBP_ItemIcon_C_LoadItemIcon::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, Temp_bool_Variable_3) == 0x000147, "Member 'WBP_ItemIcon_C_LoadItemIcon::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemIcon_C_LoadItemIcon, K2Node_Select_Default_3) == 0x000148, "Member 'WBP_ItemIcon_C_LoadItemIcon::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ItemIcon_C \ +static_assert(alignof(UWBP_ItemIcon_C) == 0x000008, "Wrong alignment on UWBP_ItemIcon_C"); \ +static_assert(sizeof(UWBP_ItemIcon_C) == 0x000330, "Wrong size on UWBP_ItemIcon_C"); \ +static_assert(offsetof(UWBP_ItemIcon_C, ItemIcon) == 0x000308, "Member 'UWBP_ItemIcon_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemIcon_C, ItemIconOverlay) == 0x000310, "Member 'UWBP_ItemIcon_C::ItemIconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemIcon_C, WBP_CustomizationIcon) == 0x000318, "Member 'UWBP_ItemIcon_C::WBP_CustomizationIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemIcon_C, WBP_PictoIcon) == 0x000320, "Member 'UWBP_ItemIcon_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemIcon_C, WBP_WeaponIcon) == 0x000328, "Member 'UWBP_ItemIcon_C::WBP_WeaponIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CustomizationIcon_C_LoadCustomizationIcon \ +static_assert(alignof(WBP_CustomizationIcon_C_LoadCustomizationIcon) == 0x000008, "Wrong alignment on WBP_CustomizationIcon_C_LoadCustomizationIcon"); \ +static_assert(sizeof(WBP_CustomizationIcon_C_LoadCustomizationIcon) == 0x000160, "Wrong size on WBP_CustomizationIcon_C_LoadCustomizationIcon"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, ItemData) == 0x000000, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::ItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, CallFunc_ObjectIsA_ReturnValue) == 0x000130, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::CallFunc_ObjectIsA_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, CallFunc_ObjectIsA_ReturnValue_1) == 0x000131, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::CallFunc_ObjectIsA_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000138, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, K2Node_DynamicCast_AsTexture_2D) == 0x000140, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000150, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CustomizationIcon_C_LoadCustomizationIcon, CallFunc_IsValid_ReturnValue) == 0x000158, "Member 'WBP_CustomizationIcon_C_LoadCustomizationIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CustomizationIcon_C \ +static_assert(alignof(UWBP_CustomizationIcon_C) == 0x000008, "Wrong alignment on UWBP_CustomizationIcon_C"); \ +static_assert(sizeof(UWBP_CustomizationIcon_C) == 0x000328, "Wrong size on UWBP_CustomizationIcon_C"); \ +static_assert(offsetof(UWBP_CustomizationIcon_C, CustomizationItemIcon) == 0x000308, "Member 'UWBP_CustomizationIcon_C::CustomizationItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CustomizationIcon_C, HairBackground) == 0x000310, "Member 'UWBP_CustomizationIcon_C::HairBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CustomizationIcon_C, SkinCustoMaterial) == 0x000318, "Member 'UWBP_CustomizationIcon_C::SkinCustoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CustomizationIcon_C, HairCustoMaterial) == 0x000320, "Member 'UWBP_CustomizationIcon_C::HairCustoMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Noah_C \ +static_assert(alignof(ABP_GameMenu_Noah_C) == 0x000010, "Wrong alignment on ABP_GameMenu_Noah_C"); \ +static_assert(sizeof(ABP_GameMenu_Noah_C) == 0x0006B0, "Wrong size on ABP_GameMenu_Noah_C"); \ +static_assert(offsetof(ABP_GameMenu_Noah_C, BP_CharacterVisualAlterationsComponent) == 0x0006A8, "Member 'ABP_GameMenu_Noah_C::BP_CharacterVisualAlterationsComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_GetCurrentStep \ +static_assert(alignof(WBP_PictoIcon_C_GetCurrentStep) == 0x000004, "Wrong alignment on WBP_PictoIcon_C_GetCurrentStep"); \ +static_assert(sizeof(WBP_PictoIcon_C_GetCurrentStep) == 0x000004, "Wrong size on WBP_PictoIcon_C_GetCurrentStep"); \ +static_assert(offsetof(WBP_PictoIcon_C_GetCurrentStep, CurrentStep_0) == 0x000000, "Member 'WBP_PictoIcon_C_GetCurrentStep::CurrentStep_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_GetLearntNewLuminaThisBattle \ +static_assert(alignof(WBP_PictoIcon_C_GetLearntNewLuminaThisBattle) == 0x000001, "Wrong alignment on WBP_PictoIcon_C_GetLearntNewLuminaThisBattle"); \ +static_assert(sizeof(WBP_PictoIcon_C_GetLearntNewLuminaThisBattle) == 0x000001, "Wrong size on WBP_PictoIcon_C_GetLearntNewLuminaThisBattle"); \ +static_assert(offsetof(WBP_PictoIcon_C_GetLearntNewLuminaThisBattle, LearntNewLuminaThisBattle_0) == 0x000000, "Member 'WBP_PictoIcon_C_GetLearntNewLuminaThisBattle::LearntNewLuminaThisBattle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_TransitionToNextStep \ +static_assert(alignof(WBP_PictoIcon_C_TransitionToNextStep) == 0x000008, "Wrong alignment on WBP_PictoIcon_C_TransitionToNextStep"); \ +static_assert(sizeof(WBP_PictoIcon_C_TransitionToNextStep) == 0x000050, "Wrong size on WBP_PictoIcon_C_TransitionToNextStep"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Progression) == 0x000000, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Progression' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_name_Variable) == 0x000008, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_name_Variable_1) == 0x000010, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_name_Variable_2) == 0x000018, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_name_Variable_3) == 0x000020, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_name_Variable_4) == 0x000028, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, Temp_int_Variable) == 0x000030, "Member 'WBP_PictoIcon_C_TransitionToNextStep::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000035, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, K2Node_Select_Default) == 0x000038, "Member 'WBP_PictoIcon_C_TransitionToNextStep::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_GetEffectMaterial_ReturnValue) == 0x000040, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_NotEqual_NameName_ReturnValue) == 0x000048, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_TransitionToNextStep, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x00004C, "Member 'WBP_PictoIcon_C_TransitionToNextStep::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_LoadPictoIconColor \ +static_assert(alignof(WBP_PictoIcon_C_LoadPictoIconColor) == 0x000008, "Wrong alignment on WBP_PictoIcon_C_LoadPictoIconColor"); \ +static_assert(sizeof(WBP_PictoIcon_C_LoadPictoIconColor) == 0x0001B8, "Wrong size on WBP_PictoIcon_C_LoadPictoIconColor"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, PictoIconData) == 0x000000, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::PictoIconData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, PassiveEffectDefinition) == 0x000090, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::PassiveEffectDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, LocalColorMap) == 0x0000D8, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::LocalColorMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, Temp_int_Array_Index_Variable) == 0x000128, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, Temp_int_Loop_Counter_Variable) == 0x00012C, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, K2Node_MakeVariable_MakeVariableOutput) == 0x000130, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Map_Keys_Keys) == 0x000188, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Array_Get_Item) == 0x00019C, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Less_IntInt_ReturnValue) == 0x00019D, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Map_Find_Value) == 0x0001A0, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Map_Find_ReturnValue) == 0x0001B0, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_Array_Contains_ReturnValue) == 0x0001B1, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIconColor, CallFunc_BooleanAND_ReturnValue) == 0x0001B2, "Member 'WBP_PictoIcon_C_LoadPictoIconColor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_LoadPictoIcon \ +static_assert(alignof(WBP_PictoIcon_C_LoadPictoIcon) == 0x000008, "Wrong alignment on WBP_PictoIcon_C_LoadPictoIcon"); \ +static_assert(sizeof(WBP_PictoIcon_C_LoadPictoIcon) == 0x000110, "Wrong size on WBP_PictoIcon_C_LoadPictoIcon"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, PictoID) == 0x000000, "Member 'WBP_PictoIcon_C_LoadPictoIcon::PictoID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression) == 0x000010, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000078, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPictoIcon, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000108, "Member 'WBP_PictoIcon_C_LoadPictoIcon::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoIcon_C_LoadPassiveEffectLearnState \ +static_assert(alignof(WBP_PictoIcon_C_LoadPassiveEffectLearnState) == 0x000008, "Wrong alignment on WBP_PictoIcon_C_LoadPassiveEffectLearnState"); \ +static_assert(sizeof(WBP_PictoIcon_C_LoadPassiveEffectLearnState) == 0x0000C8, "Wrong size on WBP_PictoIcon_C_LoadPassiveEffectLearnState"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, PassiveEffectProgression) == 0x000000, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::PassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_bool_Variable) == 0x000010, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable) == 0x000014, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000019, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_int_Variable) == 0x00001C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_1) == 0x000020, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_2) == 0x000024, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_3) == 0x000028, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_4) == 0x00002C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_5) == 0x000030, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_int_Variable_1) == 0x000034, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default) == 0x000038, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_6) == 0x00003C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_7) == 0x000040, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_8) == 0x000044, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_9) == 0x000048, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_10) == 0x00004C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_int_Variable_2) == 0x000050, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_1) == 0x000054, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_11) == 0x000058, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_12) == 0x00005C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_13) == 0x000060, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_14) == 0x000064, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_15) == 0x000068, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_int_Variable_3) == 0x00006C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_2) == 0x000070, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_16) == 0x000074, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_17) == 0x000078, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_18) == 0x00007C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_19) == 0x000080, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_20) == 0x000084, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_21) == 0x000088, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_3) == 0x00008C, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_4) == 0x000090, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_bool_Variable_1) == 0x000094, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000098, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_5) == 0x0000A0, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_22) == 0x0000A4, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_bool_Variable_2) == 0x0000A8, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_real_Variable_23) == 0x0000AC, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_real_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_6) == 0x0000B0, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, Temp_bool_Variable_3) == 0x0000B4, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_GetEffectMaterial_ReturnValue) == 0x0000B8, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, K2Node_Select_Default_7) == 0x0000C0, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoIcon_C_LoadPassiveEffectLearnState, CallFunc_IsValid_ReturnValue) == 0x0000C4, "Member 'WBP_PictoIcon_C_LoadPassiveEffectLearnState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoIcon_C \ +static_assert(alignof(UWBP_PictoIcon_C) == 0x000008, "Wrong alignment on UWBP_PictoIcon_C"); \ +static_assert(sizeof(UWBP_PictoIcon_C) == 0x000328, "Wrong size on UWBP_PictoIcon_C"); \ +static_assert(offsetof(UWBP_PictoIcon_C, Icon) == 0x000308, "Member 'UWBP_PictoIcon_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoIcon_C, LearnStateRetainerBox) == 0x000310, "Member 'UWBP_PictoIcon_C::LearnStateRetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoIcon_C, PictoIconsDT) == 0x000318, "Member 'UWBP_PictoIcon_C::PictoIconsDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoIcon_C, CurrentStep) == 0x000320, "Member 'UWBP_PictoIcon_C::CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoIcon_C, LearntNewLuminaThisBattle) == 0x000324, "Member 'UWBP_PictoIcon_C::LearntNewLuminaThisBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_AcceptButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_BndEvt__WBP_CharacterSelectorPanel_CancelButton_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel) == 0x000058, "Wrong size on WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, EntryPoint) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, Temp_bool_Variable) == 0x000004, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, Temp_byte_Variable) == 0x000005, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_Select_Default) == 0x000010, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_ComponentBoundEvent_Button) == 0x000018, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_ComponentBoundEvent_Progress) == 0x000020, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000038, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000048, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_CharacterSelectorPanel_C_ExecuteUbergraph_WBP_CharacterSelectorPanel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_GetMaxCharacterCount \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_GetMaxCharacterCount"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount) == 0x000028, "Wrong size on WBP_CharacterSelectorPanel_C_GetMaxCharacterCount"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount, MaxCharacterCount) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_GetMaxCharacterCount::MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_GetMaxCharacterCount::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount, CallFunc_GetCharacterCollection_Characters) == 0x000010, "Member 'WBP_CharacterSelectorPanel_C_GetMaxCharacterCount::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_CharacterSelectorPanel_C_GetMaxCharacterCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_GetMaxCharacterCount, CallFunc_Clamp_ReturnValue) == 0x000024, "Member 'WBP_CharacterSelectorPanel_C_GetMaxCharacterCount::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_LoadCharacterCollection \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_LoadCharacterCollection"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection) == 0x000070, "Wrong size on WBP_CharacterSelectorPanel_C_LoadCharacterCollection"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_GetMaxCharacterCount_MaxCharacterCount) == 0x00000C, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_GetMaxCharacterCount_MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000038, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_GetCharacterCollectionLeftToRight_Characters) == 0x000048, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_GetCharacterCollectionLeftToRight_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_LoadCharacterCollection, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_CharacterSelectorPanel_C_LoadCharacterCollection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_OnCharacterCardClicked \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_OnCharacterCardClicked) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_OnCharacterCardClicked"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_OnCharacterCardClicked) == 0x000018, "Wrong size on WBP_CharacterSelectorPanel_C_OnCharacterCardClicked"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardClicked, CharacterData) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardClicked::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardClicked, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardClicked::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged) == 0x000010, "Wrong size on WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged, CharacterData) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged, bIsSelected) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged::bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged, CallFunc_Array_RemoveItem_ReturnValue) == 0x000009, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged, CallFunc_Array_Add_ReturnValue) == 0x00000C, "Member 'WBP_CharacterSelectorPanel_C_OnCharacterCardSelectedChanged::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_UpdateButtonStates \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_UpdateButtonStates) == 0x000001, "Wrong alignment on WBP_CharacterSelectorPanel_C_UpdateButtonStates"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_UpdateButtonStates) == 0x000007, "Wrong size on WBP_CharacterSelectorPanel_C_UpdateButtonStates"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, Temp_byte_Variable) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, Temp_bool_Variable) == 0x000002, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000004, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, K2Node_Select_Default) == 0x000005, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateButtonStates, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_CharacterSelectorPanel_C_UpdateButtonStates::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_UpdateCardStates \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_UpdateCardStates) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_UpdateCardStates"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_UpdateCardStates) == 0x000060, "Wrong size on WBP_CharacterSelectorPanel_C_UpdateCardStates"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_GetMaxCharacterCount_MaxCharacterCount) == 0x00000C, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_GetMaxCharacterCount_MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_GetAllEntries_ReturnValue) == 0x000018, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, K2Node_DynamicCast_AsWBP_Character_Card_Button) == 0x000040, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::K2Node_DynamicCast_AsWBP_Character_Card_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_GetCharacterData_CharacterData) == 0x000050, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_Array_Contains_ReturnValue) == 0x000058, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateCardStates, CallFunc_BooleanOR_ReturnValue) == 0x000059, "Member 'WBP_CharacterSelectorPanel_C_UpdateCardStates::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_UpdateTitle \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_UpdateTitle) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_UpdateTitle"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_UpdateTitle) == 0x0000F8, "Wrong size on WBP_CharacterSelectorPanel_C_UpdateTitle"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, Temp_bool_Variable) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, Temp_text_Variable) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, CallFunc_GetMaxCharacterCount_MaxCharacterCount) == 0x000018, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::CallFunc_GetMaxCharacterCount_MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000078, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_UpdateTitle, K2Node_Select_Default) == 0x0000E8, "Member 'WBP_CharacterSelectorPanel_C_UpdateTitle::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget) == 0x000030, "Wrong size on WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget, CallFunc_GetAllEntries_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_AsWBP_Character_Card_Button) == 0x000020, "Member 'WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_AsWBP_Character_Card_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CharacterSelectorPanel_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterSelectorPanel_C \ +static_assert(alignof(UWBP_CharacterSelectorPanel_C) == 0x000008, "Wrong alignment on UWBP_CharacterSelectorPanel_C"); \ +static_assert(sizeof(UWBP_CharacterSelectorPanel_C) == 0x0004E0, "Wrong size on UWBP_CharacterSelectorPanel_C"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_CharacterSelectorPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, CancelBinding) == 0x000438, "Member 'UWBP_CharacterSelectorPanel_C::CancelBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, CancelButton) == 0x000440, "Member 'UWBP_CharacterSelectorPanel_C::CancelButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, CharacterCardBox) == 0x000448, "Member 'UWBP_CharacterSelectorPanel_C::CharacterCardBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, ConfirmBinding) == 0x000450, "Member 'UWBP_CharacterSelectorPanel_C::ConfirmBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, ConfirmButton) == 0x000458, "Member 'UWBP_CharacterSelectorPanel_C::ConfirmButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, SafeZone_0) == 0x000460, "Member 'UWBP_CharacterSelectorPanel_C::SafeZone_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, TextBlock_Title) == 0x000468, "Member 'UWBP_CharacterSelectorPanel_C::TextBlock_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, TitleLine) == 0x000470, "Member 'UWBP_CharacterSelectorPanel_C::TitleLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, OnCharacterSelectionDone) == 0x000478, "Member 'UWBP_CharacterSelectorPanel_C::OnCharacterSelectionDone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, OnCancel) == 0x000488, "Member 'UWBP_CharacterSelectorPanel_C::OnCancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, SelectedCharacterDatas) == 0x000498, "Member 'UWBP_CharacterSelectorPanel_C::SelectedCharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, CurrentFocusedCharacterData) == 0x0004A8, "Member 'UWBP_CharacterSelectorPanel_C::CurrentFocusedCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, CharacterSelectorParameters) == 0x0004B0, "Member 'UWBP_CharacterSelectorPanel_C::CharacterSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, SoundEventSelect) == 0x0004B8, "Member 'UWBP_CharacterSelectorPanel_C::SoundEventSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, SoundEventHover) == 0x0004C8, "Member 'UWBP_CharacterSelectorPanel_C::SoundEventHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorPanel_C, bIsSingleSelection) == 0x0004D8, "Member 'UWBP_CharacterSelectorPanel_C::bIsSingleSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_CreateMiniMap \ +static_assert(alignof(WBP_Exploration_HUD_C_CreateMiniMap) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_CreateMiniMap"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_CreateMiniMap) == 0x000060, "Wrong size on WBP_Exploration_HUD_C_CreateMiniMap"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, K2Node_MakeStruct_Anchors) == 0x000028, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, CallFunc_GetOwningPlayer_ReturnValue) == 0x000048, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, CallFunc_Create_ReturnValue) == 0x000050, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_CreateMiniMap, CallFunc_AddChildToCanvas_ReturnValue) == 0x000058, "Member 'WBP_Exploration_HUD_C_CreateMiniMap::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_DeleteMiniMap \ +static_assert(alignof(WBP_Exploration_HUD_C_DeleteMiniMap) == 0x000004, "Wrong alignment on WBP_Exploration_HUD_C_DeleteMiniMap"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_DeleteMiniMap) == 0x000014, "Wrong size on WBP_Exploration_HUD_C_DeleteMiniMap"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_DeleteMiniMap, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Exploration_HUD_C_DeleteMiniMap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_DeleteMiniMap, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Exploration_HUD_C_DeleteMiniMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_DeleteMiniMap, CallFunc_RemoveChild_ReturnValue) == 0x000011, "Member 'WBP_Exploration_HUD_C_DeleteMiniMap::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD \ +static_assert(alignof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD) == 0x0001E8, "Wrong size on WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, EntryPoint) == 0x000000, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_byte_Variable) == 0x000004, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_bool_Variable) == 0x000018, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_real_Variable) == 0x00001C, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_real_Variable_1) == 0x000020, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_bool_Has_Been_Initd_Variable) == 0x000024, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000025, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsAnimationPlayingForward_ReturnValue) == 0x000027, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsAnimationPlayingForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsAnimationPlayingForward_ReturnValue_1) == 0x000028, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsAnimationPlayingForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_bool_IsClosed_Variable) == 0x000038, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000040, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsVisible_ReturnValue) == 0x000068, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetCustomGI_ReturnValue) == 0x000070, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000078, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_MakeStruct_WidgetTransform) == 0x000088, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_bool_Variable_1) == 0x0000C0, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_MakeStruct_Anchors) == 0x0000C8, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_MakeStruct_Margin) == 0x0000E8, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F8, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000108, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000110, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_ClassDynamicCast_bSuccess) == 0x000118, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsValidClass_ReturnValue) == 0x000119, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_Create_ReturnValue) == 0x000120, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_AddChildToCanvas_ReturnValue) == 0x000128, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000130, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetPlayerController_ReturnValue) == 0x000138, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000140, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000148, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_Not_PreBool_ReturnValue_1) == 0x000151, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsInBattle_ReturnValue) == 0x000152, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_Not_PreBool_ReturnValue_2) == 0x000153, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CustomEvent_NewValue) == 0x000154, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_BooleanAND_ReturnValue) == 0x000155, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_Select_Default) == 0x000158, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsAnimationPlayingForward_ReturnValue_2) == 0x00015C, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsAnimationPlayingForward_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000160, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000168, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x000178, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000188, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_6) == 0x000190, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, Temp_byte_Variable_1) == 0x0001A0, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001A4, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_Select_Default_1) == 0x0001B4, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_PlayAnimation_ReturnValue_2) == 0x0001B8, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_CreateDelegate_OutputDelegate_8) == 0x0001C0, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_GetOwningPlayer_ReturnValue) == 0x0001D0, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0001D8, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x0001E1, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001E2, "Member 'WBP_Exploration_HUD_C_ExecuteUbergraph_WBP_Exploration_HUD::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_HideMiniMap \ +static_assert(alignof(WBP_Exploration_HUD_C_HideMiniMap) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_HideMiniMap"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_HideMiniMap) == 0x000008, "Wrong size on WBP_Exploration_HUD_C_HideMiniMap"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_HideMiniMap, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_HideMiniMap::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_HideMiniMapInternal \ +static_assert(alignof(WBP_Exploration_HUD_C_HideMiniMapInternal) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_HideMiniMapInternal"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_HideMiniMapInternal) == 0x000020, "Wrong size on WBP_Exploration_HUD_C_HideMiniMapInternal"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_HideMiniMapInternal, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_HideMiniMapInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_HideMiniMapInternal, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_Exploration_HUD_C_HideMiniMapInternal::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_HideMiniMapInternal, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'WBP_Exploration_HUD_C_HideMiniMapInternal::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_HideMiniMapInternal, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Exploration_HUD_C_HideMiniMapInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_OnChangeMap \ +static_assert(alignof(WBP_Exploration_HUD_C_OnChangeMap) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_OnChangeMap"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_OnChangeMap) == 0x000005, "Wrong size on WBP_Exploration_HUD_C_OnChangeMap"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMap, IsWorldMap) == 0x000000, "Member 'WBP_Exploration_HUD_C_OnChangeMap::IsWorldMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMap, Temp_byte_Variable) == 0x000001, "Member 'WBP_Exploration_HUD_C_OnChangeMap::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMap, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_Exploration_HUD_C_OnChangeMap::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMap, Temp_bool_Variable) == 0x000003, "Member 'WBP_Exploration_HUD_C_OnChangeMap::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMap, K2Node_Select_Default) == 0x000004, "Member 'WBP_Exploration_HUD_C_OnChangeMap::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_OnChangeMapProcessFinished \ +static_assert(alignof(WBP_Exploration_HUD_C_OnChangeMapProcessFinished) == 0x000004, "Wrong alignment on WBP_Exploration_HUD_C_OnChangeMapProcessFinished"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_OnChangeMapProcessFinished) == 0x00000C, "Wrong size on WBP_Exploration_HUD_C_OnChangeMapProcessFinished"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMapProcessFinished, LevelName) == 0x000000, "Member 'WBP_Exploration_HUD_C_OnChangeMapProcessFinished::LevelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnChangeMapProcessFinished, CallFunc_IsInWorldMap_Result) == 0x000008, "Member 'WBP_Exploration_HUD_C_OnChangeMapProcessFinished::CallFunc_IsInWorldMap_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged \ +static_assert(alignof(WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged) == 0x000001, "Wrong size on WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged, IsVisible_0) == 0x000000, "Member 'WBP_Exploration_HUD_C_OnGameMenuVisibilityChanged::IsVisible_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_OnPhotoModeEnter \ +static_assert(alignof(WBP_Exploration_HUD_C_OnPhotoModeEnter) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_OnPhotoModeEnter"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_OnPhotoModeEnter) == 0x000001, "Wrong size on WBP_Exploration_HUD_C_OnPhotoModeEnter"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_OnPhotoModeEnter, CallFunc_GetVisibility_ReturnValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_OnPhotoModeEnter::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_SetPersistentCenterDotVisible \ +static_assert(alignof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_SetPersistentCenterDotVisible"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible) == 0x000005, "Wrong size on WBP_Exploration_HUD_C_SetPersistentCenterDotVisible"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible, IsVisible_0) == 0x000000, "Member 'WBP_Exploration_HUD_C_SetPersistentCenterDotVisible::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_Exploration_HUD_C_SetPersistentCenterDotVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_Exploration_HUD_C_SetPersistentCenterDotVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Exploration_HUD_C_SetPersistentCenterDotVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetPersistentCenterDotVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_Exploration_HUD_C_SetPersistentCenterDotVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible \ +static_assert(alignof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible) == 0x000005, "Wrong size on WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible, Visible) == 0x000000, "Member 'WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_Exploration_HUD_C_SetWorldMapPromptContainerVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_ShowMiniMap \ +static_assert(alignof(WBP_Exploration_HUD_C_ShowMiniMap) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_ShowMiniMap"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_ShowMiniMap) == 0x000010, "Wrong size on WBP_Exploration_HUD_C_ShowMiniMap"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ShowMiniMap, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_ShowMiniMap::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ShowMiniMap, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Exploration_HUD_C_ShowMiniMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_ShowMiniMapInternal \ +static_assert(alignof(WBP_Exploration_HUD_C_ShowMiniMapInternal) == 0x000001, "Wrong alignment on WBP_Exploration_HUD_C_ShowMiniMapInternal"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_ShowMiniMapInternal) == 0x000001, "Wrong size on WBP_Exploration_HUD_C_ShowMiniMapInternal"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_ShowMiniMapInternal, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_Exploration_HUD_C_ShowMiniMapInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Exploration_HUD_C_UpdatePersistentDotVisibility \ +static_assert(alignof(WBP_Exploration_HUD_C_UpdatePersistentDotVisibility) == 0x000008, "Wrong alignment on WBP_Exploration_HUD_C_UpdatePersistentDotVisibility"); \ +static_assert(sizeof(WBP_Exploration_HUD_C_UpdatePersistentDotVisibility) == 0x000010, "Wrong size on WBP_Exploration_HUD_C_UpdatePersistentDotVisibility"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_UpdatePersistentDotVisibility, Settings) == 0x000000, "Member 'WBP_Exploration_HUD_C_UpdatePersistentDotVisibility::Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Exploration_HUD_C_UpdatePersistentDotVisibility, CallFunc_GetEnablePersistentCenterDot_ReturnValue) == 0x000008, "Member 'WBP_Exploration_HUD_C_UpdatePersistentDotVisibility::CallFunc_GetEnablePersistentCenterDot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Exploration_HUD_C \ +static_assert(alignof(UWBP_Exploration_HUD_C) == 0x000008, "Wrong alignment on UWBP_Exploration_HUD_C"); \ +static_assert(sizeof(UWBP_Exploration_HUD_C) == 0x000408, "Wrong size on UWBP_Exploration_HUD_C"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Exploration_HUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, Anim_MiniMapTransition) == 0x0002E8, "Member 'UWBP_Exploration_HUD_C::Anim_MiniMapTransition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, Anim_ShowQuestObjective) == 0x0002F0, "Member 'UWBP_Exploration_HUD_C::Anim_ShowQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, Anim_ShowOverlay) == 0x0002F8, "Member 'UWBP_Exploration_HUD_C::Anim_ShowOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, BackgroundBlur) == 0x000300, "Member 'UWBP_Exploration_HUD_C::BackgroundBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, CommonActionBarContainer) == 0x000308, "Member 'UWBP_Exploration_HUD_C::CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, ExplorationCanvas) == 0x000310, "Member 'UWBP_Exploration_HUD_C::ExplorationCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, ExternalSlot) == 0x000318, "Member 'UWBP_Exploration_HUD_C::ExternalSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, HUDOverlay) == 0x000320, "Member 'UWBP_Exploration_HUD_C::HUDOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, OverlayCompass) == 0x000328, "Member 'UWBP_Exploration_HUD_C::OverlayCompass' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, OverlaySafeZone) == 0x000330, "Member 'UWBP_Exploration_HUD_C::OverlaySafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, PersistentCenterDot) == 0x000338, "Member 'UWBP_Exploration_HUD_C::PersistentCenterDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, PromptBox) == 0x000340, "Member 'UWBP_Exploration_HUD_C::PromptBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, QuestObjectiveBackground) == 0x000348, "Member 'UWBP_Exploration_HUD_C::QuestObjectiveBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_CrossHair) == 0x000350, "Member 'UWBP_Exploration_HUD_C::WBP_CrossHair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_DialogueOverlay) == 0x000358, "Member 'UWBP_Exploration_HUD_C::WBP_DialogueOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_HintOverlay) == 0x000360, "Member 'UWBP_Exploration_HUD_C::WBP_HintOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_HUD_LevelNameAnnounceQueue) == 0x000368, "Member 'UWBP_Exploration_HUD_C::WBP_HUD_LevelNameAnnounceQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_HUD_LootList) == 0x000370, "Member 'UWBP_Exploration_HUD_C::WBP_HUD_LootList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_HUD_LootQueue) == 0x000378, "Member 'UWBP_Exploration_HUD_C::WBP_HUD_LootQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_HUD_TeamStatus) == 0x000380, "Member 'UWBP_Exploration_HUD_C::WBP_HUD_TeamStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_OverlayQuestObjective) == 0x000388, "Member 'UWBP_Exploration_HUD_C::WBP_OverlayQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_PromptContainer) == 0x000390, "Member 'UWBP_Exploration_HUD_C::WBP_PromptContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_ScreenPromptsContainer) == 0x000398, "Member 'UWBP_Exploration_HUD_C::WBP_ScreenPromptsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_Subtitle) == 0x0003A0, "Member 'UWBP_Exploration_HUD_C::WBP_Subtitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_WorldMapLevelNameContainer) == 0x0003A8, "Member 'UWBP_Exploration_HUD_C::WBP_WorldMapLevelNameContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WBP_WorldMapPromptContainer) == 0x0003B0, "Member 'UWBP_Exploration_HUD_C::WBP_WorldMapPromptContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WorldMapCompass) == 0x0003B8, "Member 'UWBP_Exploration_HUD_C::WorldMapCompass' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, WorldMapHUDContainer) == 0x0003C0, "Member 'UWBP_Exploration_HUD_C::WorldMapHUDContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, OverlayTimer) == 0x0003C8, "Member 'UWBP_Exploration_HUD_C::OverlayTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, MiniMapWidget) == 0x0003D0, "Member 'UWBP_Exploration_HUD_C::MiniMapWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, DEBUG_OverlayWidgetClass) == 0x0003D8, "Member 'UWBP_Exploration_HUD_C::DEBUG_OverlayWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Exploration_HUD_C, VisibilityBeforePhotoMode) == 0x000400, "Member 'UWBP_Exploration_HUD_C::VisibilityBeforePhotoMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_LoadUnlockCondition \ +static_assert(alignof(WBP_ItemDetailsPanel_C_LoadUnlockCondition) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_LoadUnlockCondition"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_LoadUnlockCondition) == 0x000010, "Wrong size on WBP_ItemDetailsPanel_C_LoadUnlockCondition"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadUnlockCondition, ConditionText) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_LoadUnlockCondition::ConditionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_LoadDefaultItem \ +static_assert(alignof(WBP_ItemDetailsPanel_C_LoadDefaultItem) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_LoadDefaultItem"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_LoadDefaultItem) == 0x000008, "Wrong size on WBP_ItemDetailsPanel_C_LoadDefaultItem"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadDefaultItem, ItemInstance) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_LoadDefaultItem::ItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_LoadWeaponItem \ +static_assert(alignof(WBP_ItemDetailsPanel_C_LoadWeaponItem) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_LoadWeaponItem"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_LoadWeaponItem) == 0x000158, "Wrong size on WBP_ItemDetailsPanel_C_LoadWeaponItem"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, ItemInstance) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000008, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, CallFunc_GetItemStaticData_ItemStaticData) == 0x000018, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, CallFunc_TryGetCharacterDataForItem_CharacterData) == 0x000148, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::CallFunc_TryGetCharacterDataForItem_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadWeaponItem, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'WBP_ItemDetailsPanel_C_LoadWeaponItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_LoadPictoItem \ +static_assert(alignof(WBP_ItemDetailsPanel_C_LoadPictoItem) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_LoadPictoItem"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_LoadPictoItem) == 0x000148, "Wrong size on WBP_ItemDetailsPanel_C_LoadPictoItem"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadPictoItem, ItemInstance) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_LoadPictoItem::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadPictoItem, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos) == 0x000008, "Member 'WBP_ItemDetailsPanel_C_LoadPictoItem::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadPictoItem, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_ItemDetailsPanel_C_LoadPictoItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadPictoItem, CallFunc_GetItemStaticData_ItemStaticData) == 0x000018, "Member 'WBP_ItemDetailsPanel_C_LoadPictoItem::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_SetWidgetVisible \ +static_assert(alignof(WBP_ItemDetailsPanel_C_SetWidgetVisible) == 0x000001, "Wrong alignment on WBP_ItemDetailsPanel_C_SetWidgetVisible"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_SetWidgetVisible) == 0x000005, "Wrong size on WBP_ItemDetailsPanel_C_SetWidgetVisible"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_SetWidgetVisible, Visible) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_SetWidgetVisible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_SetWidgetVisible, Temp_bool_Variable) == 0x000001, "Member 'WBP_ItemDetailsPanel_C_SetWidgetVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_SetWidgetVisible, Temp_byte_Variable) == 0x000002, "Member 'WBP_ItemDetailsPanel_C_SetWidgetVisible::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_SetWidgetVisible, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ItemDetailsPanel_C_SetWidgetVisible::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_SetWidgetVisible, K2Node_Select_Default) == 0x000004, "Member 'WBP_ItemDetailsPanel_C_SetWidgetVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem \ +static_assert(alignof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem) == 0x000178, "Wrong size on WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, Item) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CharacterData) == 0x000130, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, Temp_int_Array_Index_Variable) == 0x000138, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, Temp_int_Loop_Counter_Variable) == 0x00013C, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_GetCustomGI_ReturnValue) == 0x000148, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_GetCharacterCollection_Characters) == 0x000150, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_Array_Get_Item) == 0x000168, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem, CallFunc_CanEquipItem_ReturnValue) == 0x000171, "Member 'WBP_ItemDetailsPanel_C_TryGetCharacterDataForItem::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsPanel_C_LoadItemInstance \ +static_assert(alignof(WBP_ItemDetailsPanel_C_LoadItemInstance) == 0x000008, "Wrong alignment on WBP_ItemDetailsPanel_C_LoadItemInstance"); \ +static_assert(sizeof(WBP_ItemDetailsPanel_C_LoadItemInstance) == 0x000140, "Wrong size on WBP_ItemDetailsPanel_C_LoadItemInstance"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadItemInstance, ItemInstance) == 0x000000, "Member 'WBP_ItemDetailsPanel_C_LoadItemInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadItemInstance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000008, "Member 'WBP_ItemDetailsPanel_C_LoadItemInstance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadItemInstance, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000138, "Member 'WBP_ItemDetailsPanel_C_LoadItemInstance::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsPanel_C_LoadItemInstance, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000139, "Member 'WBP_ItemDetailsPanel_C_LoadItemInstance::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ItemDetailsPanel_C \ +static_assert(alignof(UWBP_ItemDetailsPanel_C) == 0x000008, "Wrong alignment on UWBP_ItemDetailsPanel_C"); \ +static_assert(sizeof(UWBP_ItemDetailsPanel_C) == 0x000318, "Wrong size on UWBP_ItemDetailsPanel_C"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, PictoBox) == 0x0002E0, "Member 'UWBP_ItemDetailsPanel_C::PictoBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WBP_ItemDetailsCard) == 0x0002E8, "Member 'UWBP_ItemDetailsPanel_C::WBP_ItemDetailsCard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WBP_ItemUnlockConditionCard) == 0x0002F0, "Member 'UWBP_ItemDetailsPanel_C::WBP_ItemUnlockConditionCard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WBP_PictoIcon) == 0x0002F8, "Member 'UWBP_ItemDetailsPanel_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WBP_PictoTooltip) == 0x000300, "Member 'UWBP_ItemDetailsPanel_C::WBP_PictoTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WBP_WeaponTooltip) == 0x000308, "Member 'UWBP_ItemDetailsPanel_C::WBP_WeaponTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsPanel_C, WidgetSwitcher_ItemDetails) == 0x000310, "Member 'UWBP_ItemDetailsPanel_C::WidgetSwitcher_ItemDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Family_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Family_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Family_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Family_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_Family_C"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsCard_C_LoadItem \ +static_assert(alignof(WBP_ItemDetailsCard_C_LoadItem) == 0x000008, "Wrong alignment on WBP_ItemDetailsCard_C_LoadItem"); \ +static_assert(sizeof(WBP_ItemDetailsCard_C_LoadItem) == 0x000140, "Wrong size on WBP_ItemDetailsCard_C_LoadItem"); \ +static_assert(offsetof(WBP_ItemDetailsCard_C_LoadItem, ItemData) == 0x000000, "Member 'WBP_ItemDetailsCard_C_LoadItem::ItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsCard_C_LoadItem, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x000130, "Member 'WBP_ItemDetailsCard_C_LoadItem::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsCard_C_LoadItem, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'WBP_ItemDetailsCard_C_LoadItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemDetailsCard_C_LoadItemInstance \ +static_assert(alignof(WBP_ItemDetailsCard_C_LoadItemInstance) == 0x000008, "Wrong alignment on WBP_ItemDetailsCard_C_LoadItemInstance"); \ +static_assert(sizeof(WBP_ItemDetailsCard_C_LoadItemInstance) == 0x000138, "Wrong size on WBP_ItemDetailsCard_C_LoadItemInstance"); \ +static_assert(offsetof(WBP_ItemDetailsCard_C_LoadItemInstance, ItemInstance) == 0x000000, "Member 'WBP_ItemDetailsCard_C_LoadItemInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemDetailsCard_C_LoadItemInstance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000008, "Member 'WBP_ItemDetailsCard_C_LoadItemInstance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ItemDetailsCard_C \ +static_assert(alignof(UWBP_ItemDetailsCard_C) == 0x000008, "Wrong alignment on UWBP_ItemDetailsCard_C"); \ +static_assert(sizeof(UWBP_ItemDetailsCard_C) == 0x0002F8, "Wrong size on UWBP_ItemDetailsCard_C"); \ +static_assert(offsetof(UWBP_ItemDetailsCard_C, ItemDescription) == 0x0002E0, "Member 'UWBP_ItemDetailsCard_C::ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsCard_C, ItemIcon) == 0x0002E8, "Member 'UWBP_ItemDetailsCard_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemDetailsCard_C, ItemName) == 0x0002F0, "Member 'UWBP_ItemDetailsCard_C::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HaussmannBuilding05_C \ +static_assert(alignof(ABP_HaussmannBuilding05_C) == 0x000008, "Wrong alignment on ABP_HaussmannBuilding05_C"); \ +static_assert(sizeof(ABP_HaussmannBuilding05_C) == 0x0004C8, "Wrong size on ABP_HaussmannBuilding05_C"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite23) == 0x000290, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite23' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite22) == 0x000298, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite22' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite21) == 0x0002A0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite21' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite20) == 0x0002A8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite20' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite19) == 0x0002B0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite19' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite18) == 0x0002B8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite18' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite15) == 0x0002C0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite15' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite14) == 0x0002C8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite14' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite11) == 0x0002D0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite11' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite9) == 0x0002D8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite9' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite8) == 0x0002E0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite8' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite7) == 0x0002E8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite7' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite6) == 0x0002F0, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite6' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite5) == 0x0002F8, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite5' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite4) == 0x000300, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite4' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite3) == 0x000308, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite3' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite2) == 0x000310, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite2' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, Cube_Nanite1) == 0x000318, "Member 'ABP_HaussmannBuilding05_C::Cube_Nanite1' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh46) == 0x000320, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh45) == 0x000328, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh44) == 0x000330, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh43) == 0x000338, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh42) == 0x000340, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh41) == 0x000348, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh40) == 0x000350, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh39) == 0x000358, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh38) == 0x000360, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh37) == 0x000368, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh36) == 0x000370, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh35) == 0x000378, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh34) == 0x000380, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh33) == 0x000388, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh32) == 0x000390, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh31) == 0x000398, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh30) == 0x0003A0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh29) == 0x0003A8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh28) == 0x0003B0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh27) == 0x0003B8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh26) == 0x0003C0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh25) == 0x0003C8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh24) == 0x0003D0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh23) == 0x0003D8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh22) == 0x0003E0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh21) == 0x0003E8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh20) == 0x0003F0, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh19) == 0x0003F8, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh18) == 0x000400, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh17) == 0x000408, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh16) == 0x000410, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh15) == 0x000418, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh14) == 0x000420, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh13) == 0x000428, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh12) == 0x000430, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh11) == 0x000438, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh10) == 0x000440, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh9) == 0x000448, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh8) == 0x000450, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh7) == 0x000458, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh6) == 0x000460, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh5) == 0x000468, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh4) == 0x000470, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh3) == 0x000478, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh2) == 0x000480, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh1) == 0x000488, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, InstancedStaticMesh) == 0x000490, "Member 'ABP_HaussmannBuilding05_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, HDA_LumiereCity_3_730_0_rendered_collision_geo) == 0x000498, "Member 'ABP_HaussmannBuilding05_C::HDA_LumiereCity_3_730_0_rendered_collision_geo' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, HDA_LumiereCity_3_248_0_collision_geo) == 0x0004A0, "Member 'ABP_HaussmannBuilding05_C::HDA_LumiereCity_3_248_0_collision_geo' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, HDA_LumiereCity_3_126_0_main_geo) == 0x0004A8, "Member 'ABP_HaussmannBuilding05_C::HDA_LumiereCity_3_126_0_main_geo' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, HDA_LumiereCity_3_118_0_main_geo) == 0x0004B0, "Member 'ABP_HaussmannBuilding05_C::HDA_LumiereCity_3_118_0_main_geo' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, HDA_LumiereCity_3_117_0_main_geo) == 0x0004B8, "Member 'ABP_HaussmannBuilding05_C::HDA_LumiereCity_3_117_0_main_geo' has a wrong offset!"); \ +static_assert(offsetof(ABP_HaussmannBuilding05_C, DefaultSceneRoot) == 0x0004C0, "Member 'ABP_HaussmannBuilding05_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoTooltip_C_SetPictoData \ +static_assert(alignof(WBP_PictoTooltip_C_SetPictoData) == 0x000010, "Wrong alignment on WBP_PictoTooltip_C_SetPictoData"); \ +static_assert(sizeof(WBP_PictoTooltip_C_SetPictoData) == 0x000140, "Wrong size on WBP_PictoTooltip_C_SetPictoData"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, PictoViewItem) == 0x000000, "Member 'WBP_PictoTooltip_C_SetPictoData::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, Temp_bool_Variable) == 0x000008, "Member 'WBP_PictoTooltip_C_SetPictoData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, Temp_byte_Variable) == 0x00000A, "Member 'WBP_PictoTooltip_C_SetPictoData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, Temp_byte_Variable_1) == 0x00000B, "Member 'WBP_PictoTooltip_C_SetPictoData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_GetDesiredSize_ReturnValue) == 0x000010, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, K2Node_Select_Default) == 0x000020, "Member 'WBP_PictoTooltip_C_SetPictoData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_Lerp_ReturnValue) == 0x000040, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, CallFunc_Lerp_ReturnValue_1) == 0x000048, "Member 'WBP_PictoTooltip_C_SetPictoData::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, K2Node_MakeStruct_Margin) == 0x000050, "Member 'WBP_PictoTooltip_C_SetPictoData::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_PictoTooltip_C_SetPictoData::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, K2Node_MakeStruct_Bottom_ImplicitCast) == 0x000130, "Member 'WBP_PictoTooltip_C_SetPictoData::K2Node_MakeStruct_Bottom_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoTooltip_C_SetPictoData, K2Node_MakeStruct_Top_ImplicitCast) == 0x000134, "Member 'WBP_PictoTooltip_C_SetPictoData::K2Node_MakeStruct_Top_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoTooltip_C \ +static_assert(alignof(UWBP_PictoTooltip_C) == 0x000008, "Wrong alignment on UWBP_PictoTooltip_C"); \ +static_assert(sizeof(UWBP_PictoTooltip_C) == 0x000318, "Wrong size on UWBP_PictoTooltip_C"); \ +static_assert(offsetof(UWBP_PictoTooltip_C, TooltipBackground) == 0x000308, "Member 'UWBP_PictoTooltip_C::TooltipBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoTooltip_C, WBP_PictoCartridge) == 0x000310, "Member 'UWBP_PictoTooltip_C::WBP_PictoCartridge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer \ +static_assert(alignof(WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer) == 0x000008, "Wrong alignment on WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer"); \ +static_assert(sizeof(WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer) == 0x000010, "Wrong size on WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer"); \ +static_assert(offsetof(WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer, EntryPoint) == 0x000000, "Member 'WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUD_DriveG_TimeContainer_C_ExecuteUbergraph_WBP_HUD_DriveG_TimeContainer::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_DriveG_TimeContainer_C \ +static_assert(alignof(UWBP_HUD_DriveG_TimeContainer_C) == 0x000008, "Wrong alignment on UWBP_HUD_DriveG_TimeContainer_C"); \ +static_assert(sizeof(UWBP_HUD_DriveG_TimeContainer_C) == 0x0002F8, "Wrong size on UWBP_HUD_DriveG_TimeContainer_C"); \ +static_assert(offsetof(UWBP_HUD_DriveG_TimeContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_DriveG_TimeContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DriveG_TimeContainer_C, Appear_Animation) == 0x0002E8, "Member 'UWBP_HUD_DriveG_TimeContainer_C::Appear_Animation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DriveG_TimeContainer_C, WBP_HUD_TurnOrder) == 0x0002F0, "Member 'UWBP_HUD_DriveG_TimeContainer_C::WBP_HUD_TurnOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip \ +static_assert(alignof(WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip) == 0x000008, "Wrong size on WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip, Overlay_25) == 0x000000, "Member 'WBP_WeaponTooltip_C_SequenceEvent__ENTRYPOINTWBP_WeaponTooltip::Overlay_25' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_ShowUpgrade \ +static_assert(alignof(WBP_WeaponTooltip_C_ShowUpgrade) == 0x000001, "Wrong alignment on WBP_WeaponTooltip_C_ShowUpgrade"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_ShowUpgrade) == 0x000005, "Wrong size on WBP_WeaponTooltip_C_ShowUpgrade"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ShowUpgrade, IsUpgrade) == 0x000000, "Member 'WBP_WeaponTooltip_C_ShowUpgrade::IsUpgrade' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ShowUpgrade, Temp_bool_Variable) == 0x000001, "Member 'WBP_WeaponTooltip_C_ShowUpgrade::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ShowUpgrade, Temp_byte_Variable) == 0x000002, "Member 'WBP_WeaponTooltip_C_ShowUpgrade::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ShowUpgrade, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_WeaponTooltip_C_ShowUpgrade::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ShowUpgrade, K2Node_Select_Default) == 0x000004, "Member 'WBP_WeaponTooltip_C_ShowUpgrade::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_LoadWeaponAttributeScalings \ +static_assert(alignof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_LoadWeaponAttributeScalings"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings) == 0x0000E8, "Wrong size on WBP_WeaponTooltip_C_LoadWeaponAttributeScalings"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, InWeaponInstance) == 0x000000, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::InWeaponInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, InWeaponScalingDamageByAttribute) == 0x000008, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::InWeaponScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x000060, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Array_Get_Item) == 0x0000C4, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_ReturnValue) == 0x0000CC, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_Value_1) == 0x0000CD, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_ReturnValue_1) == 0x0000CE, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_SelectInt_ReturnValue) == 0x0000D0, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponAttributeScalings, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000E0, "Member 'WBP_WeaponTooltip_C_LoadWeaponAttributeScalings::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_LoadWeaponLuminas \ +static_assert(alignof(WBP_WeaponTooltip_C_LoadWeaponLuminas) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_LoadWeaponLuminas"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_LoadWeaponLuminas) == 0x0001F8, "Wrong size on WBP_WeaponTooltip_C_LoadWeaponLuminas"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, InWeaponDefinition) == 0x000000, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::InWeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, InCurrentQuality) == 0x0000F0, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::InCurrentQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable) == 0x0000F4, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_GetWeaponPassivesByUpgradeLevel_ReturnValue) == 0x0000F8, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_GetWeaponPassivesByUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable_1) == 0x000148, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable_2) == 0x00014C, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable_3) == 0x000150, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable_4) == 0x000154, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Array_Index_Variable) == 0x000158, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x000160, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_int_Variable_5) == 0x000164, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, Temp_byte_Variable) == 0x000168, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000170, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_GetWeaponQualityLevelsEnum_Array) == 0x000178, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_GetWeaponQualityLevelsEnum_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Array_Get_Item) == 0x00018C, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x00018D, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, K2Node_Select_Default) == 0x000190, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_CompareItemQuality_ReturnValue) == 0x000194, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_CompareItemQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Map_Find_Value) == 0x000198, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_Map_Find_ReturnValue) == 0x0001A0, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x0001A8, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_GetPassiveEffectDefinition_Found) == 0x0001F0, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_IsNameValid_ReturnValue) == 0x0001F1, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeaponLuminas, CallFunc_BooleanAND_ReturnValue) == 0x0001F2, "Member 'WBP_WeaponTooltip_C_LoadWeaponLuminas::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_LoadWeapon \ +static_assert(alignof(WBP_WeaponTooltip_C_LoadWeapon) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_LoadWeapon"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_LoadWeapon) == 0x000310, "Wrong size on WBP_WeaponTooltip_C_LoadWeapon"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, InWeaponInstance) == 0x000000, "Member 'WBP_WeaponTooltip_C_LoadWeapon::InWeaponInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, InCharacterData) == 0x000008, "Member 'WBP_WeaponTooltip_C_LoadWeapon::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_bool_Variable) == 0x000010, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponInstancePower_TotalDamage) == 0x000014, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponInstancePower_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponInstancePower_BaseDamage) == 0x000018, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponInstancePower_BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponInstancePower_ScalingDamage) == 0x00001C, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponInstancePower_ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute) == 0x000020, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000070, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetCurrentQuality_Quality) == 0x000071, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponDefinition_WeaponDefinition) == 0x000078, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponDefinition_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetCurrentLevel_ReturnValue) == 0x000168, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetItemStaticData_ItemStaticData) == 0x000170, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_object_Variable) == 0x0002A0, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_object_Variable_1) == 0x0002A8, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_bool_Variable_1) == 0x0002B0, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_byte_Variable) == 0x0002B1, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_byte_Variable_1) == 0x0002B2, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, K2Node_Select_Default) == 0x0002B3, "Member 'WBP_WeaponTooltip_C_LoadWeapon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x0002B4, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002B8, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetNiagaraComponent_ReturnValue) == 0x0002C0, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x0002C8, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetItemQualityColor_ReturnValue) == 0x0002CC, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_real_Variable) == 0x0002DC, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_real_Variable_1) == 0x0002E0, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_GetNumEntries_ReturnValue) == 0x0002E4, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_GetNumEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0002E8, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, CallFunc_BooleanOR_ReturnValue) == 0x0002E9, "Member 'WBP_WeaponTooltip_C_LoadWeapon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_bool_Variable_2) == 0x0002EA, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, K2Node_Select_Default_1) == 0x0002F0, "Member 'WBP_WeaponTooltip_C_LoadWeapon::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, K2Node_Select_Default_2) == 0x0002F8, "Member 'WBP_WeaponTooltip_C_LoadWeapon::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_real_Variable_2) == 0x0002FC, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_real_Variable_3) == 0x000300, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, Temp_bool_Variable_3) == 0x000304, "Member 'WBP_WeaponTooltip_C_LoadWeapon::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_LoadWeapon, K2Node_Select_Default_3) == 0x000308, "Member 'WBP_WeaponTooltip_C_LoadWeapon::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_Event_Explosion \ +static_assert(alignof(WBP_WeaponTooltip_C_Event_Explosion) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_Event_Explosion"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_Event_Explosion) == 0x000008, "Wrong size on WBP_WeaponTooltip_C_Event_Explosion"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_Event_Explosion, Overlay_25) == 0x000000, "Member 'WBP_WeaponTooltip_C_Event_Explosion::Overlay_25' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_PreConstruct \ +static_assert(alignof(WBP_WeaponTooltip_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WeaponTooltip_C_PreConstruct"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_PreConstruct) == 0x000001, "Wrong size on WBP_WeaponTooltip_C_PreConstruct"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WeaponTooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip \ +static_assert(alignof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip) == 0x000008, "Wrong alignment on WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip"); \ +static_assert(sizeof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip) == 0x000020, "Wrong size on WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip, EntryPoint) == 0x000000, "Member 'WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip, K2Node_CustomEvent_Overlay_25) == 0x000010, "Member 'WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip::K2Node_CustomEvent_Overlay_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_WeaponTooltip_C_ExecuteUbergraph_WBP_WeaponTooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponTooltip_C \ +static_assert(alignof(UWBP_WeaponTooltip_C) == 0x000008, "Wrong alignment on UWBP_WeaponTooltip_C"); \ +static_assert(sizeof(UWBP_WeaponTooltip_C) == 0x000378, "Wrong size on UWBP_WeaponTooltip_C"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, UberGraphFrame) == 0x000308, "Member 'UWBP_WeaponTooltip_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, Anim_UpgradeStatePreview) == 0x000310, "Member 'UWBP_WeaponTooltip_C::Anim_UpgradeStatePreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, Anim_UpgradeStateCurrent) == 0x000318, "Member 'UWBP_WeaponTooltip_C::Anim_UpgradeStateCurrent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, Anim_TriggerUpgrade) == 0x000320, "Member 'UWBP_WeaponTooltip_C::Anim_TriggerUpgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, Background) == 0x000328, "Member 'UWBP_WeaponTooltip_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, BackgroundStainRetainer) == 0x000330, "Member 'UWBP_WeaponTooltip_C::BackgroundStainRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, NiagaraSystemWidget_Explosion) == 0x000338, "Member 'UWBP_WeaponTooltip_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WBP_WeaponAttackType) == 0x000340, "Member 'UWBP_WeaponTooltip_C::WBP_WeaponAttackType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WBP_WeaponPower) == 0x000348, "Member 'UWBP_WeaponTooltip_C::WBP_WeaponPower' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WeaponIcon) == 0x000350, "Member 'UWBP_WeaponTooltip_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WeaponLevelTooltip) == 0x000358, "Member 'UWBP_WeaponTooltip_C::WeaponLevelTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WeaponLuminaList) == 0x000360, "Member 'UWBP_WeaponTooltip_C::WeaponLuminaList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WeaponName) == 0x000368, "Member 'UWBP_WeaponTooltip_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponTooltip_C, WeaponScalingList) == 0x000370, "Member 'UWBP_WeaponTooltip_C::WeaponScalingList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DialogueQueueElement \ +static_assert(alignof(FS_DialogueQueueElement) == 0x000008, "Wrong alignment on FS_DialogueQueueElement"); \ +static_assert(sizeof(FS_DialogueQueueElement) == 0x000030, "Wrong size on FS_DialogueQueueElement"); \ +static_assert(offsetof(FS_DialogueQueueElement, NPCDialogue_3_FB493794483ECE55947FBD98262425A6) == 0x000000, "Member 'FS_DialogueQueueElement::NPCDialogue_3_FB493794483ECE55947FBD98262425A6' has a wrong offset!"); \ +static_assert(offsetof(FS_DialogueQueueElement, Parameters_6_DA0E7F9A46970264140DF88E12E008C0) == 0x000028, "Member 'FS_DialogueQueueElement::Parameters_6_DA0E7F9A46970264140DF88E12E008C0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Female_2_Armande_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Female_2_Armande_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Female_2_Armande_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Female_2_Armande_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Adult_Female_2_Armande_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Adult_Female_2_Armande_C, Lucien_Glasses) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Adult_Female_2_Armande_C::Lucien_Glasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0 \ +static_assert(alignof(WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0"); \ +static_assert(sizeof(WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0) == 0x000018, "Wrong size on WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0"); \ +static_assert(offsetof(WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0, SortDropdownEntry) == 0x000000, "Member 'WBP_SortDropdown_C_CREATEDELEGATE_PROXYFUNCTION_0::SortDropdownEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_SetTransientDropdownData \ +static_assert(alignof(WBP_SortDropdown_C_SetTransientDropdownData) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_SetTransientDropdownData"); \ +static_assert(sizeof(WBP_SortDropdown_C_SetTransientDropdownData) == 0x000040, "Wrong size on WBP_SortDropdown_C_SetTransientDropdownData"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, ActiveEntry) == 0x000000, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::ActiveEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, SortDirection_0) == 0x000008, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::SortDirection_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, Temp_bool_True_if_break_was_hit_Variable) == 0x000009, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetTransientDropdownData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003A, "Member 'WBP_SortDropdown_C_SetTransientDropdownData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_GetSortDirection \ +static_assert(alignof(WBP_SortDropdown_C_GetSortDirection) == 0x000001, "Wrong alignment on WBP_SortDropdown_C_GetSortDirection"); \ +static_assert(sizeof(WBP_SortDropdown_C_GetSortDirection) == 0x000001, "Wrong size on WBP_SortDropdown_C_GetSortDirection"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetSortDirection, SortDirection_0) == 0x000000, "Member 'WBP_SortDropdown_C_GetSortDirection::SortDirection_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_SetSortDirection \ +static_assert(alignof(WBP_SortDropdown_C_SetSortDirection) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_SetSortDirection"); \ +static_assert(sizeof(WBP_SortDropdown_C_SetSortDirection) == 0x000070, "Wrong size on WBP_SortDropdown_C_SetSortDirection"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, SortDirection_0) == 0x000000, "Member 'WBP_SortDropdown_C_SetSortDirection::SortDirection_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_byte_Variable) == 0x000001, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_struct_Variable) == 0x000004, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_byte_Variable_1) == 0x000024, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_SortDropdown_C_SetSortDirection::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, K2Node_Select_Default) == 0x000048, "Member 'WBP_SortDropdown_C_SetSortDirection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_SortDropdown_C_SetSortDirection::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetSortDirection, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'WBP_SortDropdown_C_SetSortDirection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_ToggleSortDirection \ +static_assert(alignof(WBP_SortDropdown_C_ToggleSortDirection) == 0x000001, "Wrong alignment on WBP_SortDropdown_C_ToggleSortDirection"); \ +static_assert(sizeof(WBP_SortDropdown_C_ToggleSortDirection) == 0x000001, "Wrong size on WBP_SortDropdown_C_ToggleSortDirection"); \ +static_assert(offsetof(WBP_SortDropdown_C_ToggleSortDirection, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_SortDropdown_C_ToggleSortDirection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_SetActiveDropdownEntry \ +static_assert(alignof(WBP_SortDropdown_C_SetActiveDropdownEntry) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_SetActiveDropdownEntry"); \ +static_assert(sizeof(WBP_SortDropdown_C_SetActiveDropdownEntry) == 0x000080, "Wrong size on WBP_SortDropdown_C_SetActiveDropdownEntry"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, InSortDropdownEntry) == 0x000000, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::InSortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_GetCustomGI_ReturnValue) == 0x000028, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_GetAllEntries_ReturnValue) == 0x000030, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry) == 0x000048, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_GetSortDropdownEntry_SortDropdownEntry) == 0x000060, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_GetSortDropdownEntry_SortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_SetActiveDropdownEntry, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000078, "Member 'WBP_SortDropdown_C_SetActiveDropdownEntry::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_GetActiveDropdownEntry \ +static_assert(alignof(WBP_SortDropdown_C_GetActiveDropdownEntry) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_GetActiveDropdownEntry"); \ +static_assert(sizeof(WBP_SortDropdown_C_GetActiveDropdownEntry) == 0x000018, "Wrong size on WBP_SortDropdown_C_GetActiveDropdownEntry"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntry, ActiveDropdownEntry_0) == 0x000000, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntry::ActiveDropdownEntry_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_InitializeDropdownEntries \ +static_assert(alignof(WBP_SortDropdown_C_InitializeDropdownEntries) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_InitializeDropdownEntries"); \ +static_assert(sizeof(WBP_SortDropdown_C_InitializeDropdownEntries) == 0x000180, "Wrong size on WBP_SortDropdown_C_InitializeDropdownEntries"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_GetUITransientData_UITransientData) == 0x000048, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_GetUITransientData_UITransientData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_Value) == 0x000154, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_ReturnValue) == 0x000155, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Less_IntInt_ReturnValue_1) == 0x000156, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_Value_1) == 0x000158, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_Map_Find_ReturnValue_1) == 0x000160, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, K2Node_CreateDelegate_OutputDelegate) == 0x000164, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000174, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_InitializeDropdownEntries, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000178, "Member 'WBP_SortDropdown_C_InitializeDropdownEntries::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusHandler_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_OnMouseLeave \ +static_assert(alignof(WBP_SortDropdown_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_SortDropdown_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_SortDropdown_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_SortDropdown_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_SortDropdown_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_FocusAndDirectionHandler_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_SortDropdown_C_BndEvt__WBP_SortDropdown_HeaderButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_OnInputMethodChanged \ +static_assert(alignof(WBP_SortDropdown_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_SortDropdown_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_SortDropdown_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_SortDropdown_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_SortDropdown_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_SortDropdown_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown \ +static_assert(alignof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown"); \ +static_assert(sizeof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown) == 0x000118, "Wrong size on WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, EntryPoint) == 0x000000, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, Temp_bool_Variable) == 0x000004, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, Temp_class_Variable) == 0x000018, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, Temp_class_Variable_1) == 0x000028, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000030, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_ComponentBoundEvent_Button_3) == 0x000048, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_IsActivated_ReturnValue) == 0x000050, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_ComponentBoundEvent_Button_2) == 0x000058, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_GetActiveDropdownEntryWidget_AsWBP_Sort_Dropdown_Entry) == 0x000060, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_GetActiveDropdownEntryWidget_AsWBP_Sort_Dropdown_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_Event_MouseEvent) == 0x000068, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_ComponentBoundEvent_Button_1) == 0x0000E0, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000E8, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000F0, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_ComponentBoundEvent_Button) == 0x0000F8, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_ComponentBoundEvent_Selected) == 0x000100, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_Select_Default) == 0x000108, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000110, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, K2Node_CustomEvent_bNewInputType) == 0x000111, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x000112, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2) == 0x000113, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown, CallFunc_Not_PreBool_ReturnValue) == 0x000114, "Member 'WBP_SortDropdown_C_ExecuteUbergraph_WBP_SortDropdown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_GetActiveDropdownEntryWidget \ +static_assert(alignof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_GetActiveDropdownEntryWidget"); \ +static_assert(sizeof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget) == 0x000070, "Wrong size on WBP_SortDropdown_C_GetActiveDropdownEntryWidget"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, AsWBP_Sort_Dropdown_Entry) == 0x000000, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::AsWBP_Sort_Dropdown_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_GetAllEntries_ReturnValue) == 0x000018, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry) == 0x000040, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::K2Node_DynamicCast_AsWBP_Sort_Dropdown_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_GetSortDropdownEntry_SortDropdownEntry) == 0x000050, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_GetSortDropdownEntry_SortDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SortDropdown_C_GetActiveDropdownEntryWidget, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000068, "Member 'WBP_SortDropdown_C_GetActiveDropdownEntryWidget::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SortDropdown_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_SortDropdown_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_SortDropdown_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_SortDropdown_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_SortDropdown_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_SortDropdown_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_SortDropdown_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SortDropdown_C \ +static_assert(alignof(UWBP_SortDropdown_C) == 0x000008, "Wrong alignment on UWBP_SortDropdown_C"); \ +static_assert(sizeof(UWBP_SortDropdown_C) == 0x0004E8, "Wrong size on UWBP_SortDropdown_C"); \ +static_assert(offsetof(UWBP_SortDropdown_C, UberGraphFrame) == 0x000430, "Member 'UWBP_SortDropdown_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, Anim_BackgroundExpand) == 0x000438, "Member 'UWBP_SortDropdown_C::Anim_BackgroundExpand' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, DirectionHandler) == 0x000440, "Member 'UWBP_SortDropdown_C::DirectionHandler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, DirectionInputActionBinding) == 0x000448, "Member 'UWBP_SortDropdown_C::DirectionInputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, Dropdown) == 0x000450, "Member 'UWBP_SortDropdown_C::Dropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, DropdownBackground) == 0x000458, "Member 'UWBP_SortDropdown_C::DropdownBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, DropdownContent) == 0x000460, "Member 'UWBP_SortDropdown_C::DropdownContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, HeaderButton) == 0x000468, "Member 'UWBP_SortDropdown_C::HeaderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, HeaderText) == 0x000470, "Member 'UWBP_SortDropdown_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, SortDownImage) == 0x000478, "Member 'UWBP_SortDropdown_C::SortDownImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, SortUpImage) == 0x000480, "Member 'UWBP_SortDropdown_C::SortUpImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, ToggleInputActionBinding) == 0x000488, "Member 'UWBP_SortDropdown_C::ToggleInputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, DropdownEntries) == 0x000490, "Member 'UWBP_SortDropdown_C::DropdownEntries' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, ActiveDropdownEntry) == 0x0004A0, "Member 'UWBP_SortDropdown_C::ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, SortDirection) == 0x0004B8, "Member 'UWBP_SortDropdown_C::SortDirection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, OnActiveDropdownEntryChanged) == 0x0004C0, "Member 'UWBP_SortDropdown_C::OnActiveDropdownEntryChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, OnSortDirectionChanged) == 0x0004D0, "Member 'UWBP_SortDropdown_C::OnSortDirectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SortDropdown_C, SortDropdownIdentifier) == 0x0004E0, "Member 'UWBP_SortDropdown_C::SortDropdownIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent, AudioComponent) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueAudioComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType) == 0x000040, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, CameraType) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, CameraComponent) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, Temp_object_Variable) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, Temp_object_Variable_1) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, Temp_object_Variable_2) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, Temp_object_Variable_3) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraByType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_HasLightingAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_ShouldMoveCameraPresetsToOtherSide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetInteractingCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset) == 0x000018, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueCameraOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver) == 0x000038, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver, Temp_bool_Variable) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver, Temp_interface_Variable) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver::Temp_interface_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver, K2Node_Select_Default) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetReverseSpotlightReceiver::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet) == 0x000048, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, LightDirection) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::LightDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, FrontLight) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::FrontLight' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, RimLight) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::RimLight' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, Temp_byte_Variable) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, Temp_object_Variable) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, Temp_byte_Variable_1) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, Temp_object_Variable_1) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, K2Node_Select_Default) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet, K2Node_Select_Default_1) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetLightingSet::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras) == 0x000020, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras, CineCameraComponents) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras::CineCameraComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras, CallFunc_GetAllDialogueCameras_Array) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetAllDialogueCameras::CallFunc_GetAllDialogueCameras_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint, SceneComponent) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetDialogueFocusPoint::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue, SpotLightActors) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BPI_GetSpotlightsToActivateDuringDialogue::SpotLightActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetDialogueCharacterInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded, AreLoaded) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_AreDependenciesLoaded::AreLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetCharacterActor \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetCharacterActor) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetCharacterActor"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetCharacterActor) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_GetCharacterActor"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetCharacterActor, Character) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetCharacterActor::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetCameraComponent \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetCameraComponent) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetCameraComponent"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetCameraComponent) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_GetCameraComponent"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetCameraComponent, Camera) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetCameraComponent::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter, DialogueCharacter_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetAssetDialogueCharacter::DialogueCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue) == 0x000048, "Wrong size on BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_HasTag_ReturnValue) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000034, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_Abs_Int_ReturnValue) == 0x00003C, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_ForceLODDuringDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue) == 0x000078, "Wrong size on BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, local_actors) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::local_actors' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, K2Node_DynamicCast_AsActor) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_jRPG_NPC_Dialog_C_ComputeActorsToNotPausedDuringDialogue::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog) == 0x000048, "Wrong size on BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_UnpauseGameplayAfterDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog) == 0x000068, "Wrong size on BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, CallFunc_ComputeActorsToNotPausedDuringDialogue_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::CallFunc_ComputeActorsToNotPausedDuringDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_PauseGameplayBeforeDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array) == 0x000188, "Wrong size on BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, Array) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_DynamicCast_AsActor) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_MakeArray_Array_1) == 0x000138, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_Format_ReturnValue_1) == 0x000158, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_DynamicCast_AsPawn) == 0x000168, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_GetComponentByClass_ReturnValue) == 0x000178, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array, CallFunc_IsValid_ReturnValue_1) == 0x000180, "Member 'BP_jRPG_NPC_Dialog_C_Validate_Hidden_Actors_Visiblity_Array::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility) == 0x000060, "Wrong size on BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, NewHidden) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::NewHidden' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_jRPG_NPC_Dialog_C_ForceActorsToUnhideVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue) == 0x0000C0, "Wrong size on BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, ShouldBeVisible) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::ShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000A, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, K2Node_DynamicCast_AsActor) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000A8, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, K2Node_DynamicCast_AsActor_1) == 0x0000B0, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue, CallFunc_IsValid_ReturnValue_1) == 0x0000B9, "Member 'BP_jRPG_NPC_Dialog_C_SetActorsVisibilityForDialogue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_CanInteractWithMount \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue) == 0x000150, "Wrong size on BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_BreakTransform_Location) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_BreakTransform_Rotation) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_BreakTransform_Scale) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000148, "Member 'BP_jRPG_NPC_Dialog_C_GoBackToOriginalLocationAfterDialogue::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim) == 0x000003, "Wrong size on BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim, CallFunc_IsClothingSimulationSuspended_ReturnValue) == 0x000001, "Member 'BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim::CallFunc_IsClothingSimulationSuspended_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim, CallFunc_IsClothingSimulationSuspended_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_NPC_Dialog_C_RuntimeCheckSimulationAndPauseAnim::CallFunc_IsClothingSimulationSuspended_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded) == 0x000048, "Wrong size on BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, Character) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_ToHardcodedName_HardcodedName) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCurrentWorldCharacter_Found) == 0x00000D, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCurrentWorldCharacter_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_GetCurrentWorldCharacter_WorldCharacter) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_GetCurrentWorldCharacter_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded, CallFunc_BooleanAND_ReturnValue_1) == 0x000041, "Member 'BP_jRPG_NPC_Dialog_C_UpdateWorldCharacterIfNeeded::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters) == 0x0001D8, "Wrong size on BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, S_DialogueParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::S_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, CallFunc_GetCurrentLevelData_Found) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, CallFunc_GetCurrentLevelData_LevelData) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, CallFunc_GetCurrentLevelData_RowName) == 0x0001C0, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C8, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, CallFunc_Not_PreBool_ReturnValue) == 0x0001C9, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters, K2Node_MakeStruct_S_DialogueParameters) == 0x0001CC, "Member 'BP_jRPG_NPC_Dialog_C_ComputeDialogueParameters::K2Node_MakeStruct_S_DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter, UseReversedSpotlightForWorldCharacter_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetUseReversedSpotlightForWorldCharacter::UseReversedSpotlightForWorldCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights, TurnOnSpotlights_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetTurnOnSpotlights::TurnOnSpotlights_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras) == 0x000020, "Wrong size on BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras, Array) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_GetAllDialogueCameras::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide, MovePresetCamerasToOtherSide_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetMovePresetCamerasToOtherSide::MovePresetCamerasToOtherSide_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue, SpotlightsToActivateDuringDialogues_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetSpotlightsToActivateDuringDialogue::SpotlightsToActivateDuringDialogues_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_GetAllSpeakers \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_GetAllSpeakers"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers) == 0x0000A8, "Wrong size on BP_jRPG_NPC_Dialog_C_GetAllSpeakers"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, Speakers) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::Speakers' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, local_Speakers) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::local_Speakers' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, K2Node_DynamicCast_AsActor) == 0x000070, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000080, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_GetCharacterActor_Character) == 0x000098, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_GetCharacterActor_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_GetAllSpeakers, CallFunc_Array_Add_ReturnValue_1) == 0x0000A4, "Member 'BP_jRPG_NPC_Dialog_C_GetAllSpeakers::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility) == 0x000002, "Wrong size on BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility, ShouldBeVisible) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility::ShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_jRPG_NPC_Dialog_C_UpdateInteractingCharactersVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue) == 0x000030, "Wrong size on BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, DialogueParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, local_NPCAnimationComponent) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::local_NPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, K2Node_MakeStruct_S_InputLockParameters) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, CallFunc_GetInputLockSystem_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue, CallFunc_GetInteractionSystem_ReturnValue) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterAfterDialogue::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue) == 0x000010, "Wrong alignment on BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue) == 0x000290, "Wrong size on BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, DialogueParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, K2Node_MakeStruct_S_InputLockParameters) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_GetControlRotation_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000A0, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, K2Node_DynamicCast_AsBP_Dialog_Custom_Location) == 0x0000A8, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::K2Node_DynamicCast_AsBP_Dialog_Custom_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_GetInteractionSystem_ReturnValue) == 0x0000B8, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_BreakTransform_Location) == 0x000130, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_BreakTransform_Rotation) == 0x000148, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_BreakTransform_Scale) == 0x000160, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000178, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000270, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue, CallFunc_ConsumeInputVector_ReturnValue) == 0x000278, "Member 'BP_jRPG_NPC_Dialog_C_PrepareInteractingCharacterForDialogue::CallFunc_ConsumeInputVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_UnloadAllDependencies \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_UnloadAllDependencies"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies) == 0x000070, "Wrong size on BP_jRPG_NPC_Dialog_C_UnloadAllDependencies"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UnloadAllDependencies, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_UnloadAllDependencies::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_LoadAllDependencies \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_LoadAllDependencies"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies) == 0x000070, "Wrong size on BP_jRPG_NPC_Dialog_C_LoadAllDependencies"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x000058, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_LoadAllDependencies, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_LoadAllDependencies::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_IsInteractionAvailable \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable) == 0x000007, "Wrong size on BP_jRPG_NPC_Dialog_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::Available' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_IsValidClass_ReturnValue) == 0x000002, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_IsInteractionAvailable, CallFunc_BooleanAND_ReturnValue_2) == 0x000006, "Member 'BP_jRPG_NPC_Dialog_C_IsInteractionAvailable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_UserConstructionScript) == 0x000098, "Wrong size on BP_jRPG_NPC_Dialog_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, local_ExternalSpeakersArray) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::local_ExternalSpeakersArray' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, Temp_byte_Variable) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000021, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000022, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, K2Node_MakeStruct_DialogueSpeakerSlotReferences) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::K2Node_MakeStruct_DialogueSpeakerSlotReferences' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, Temp_bool_Variable) == 0x000038, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, K2Node_Select_Default) == 0x000039, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000070, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, K2Node_DynamicCast_AsActor) == 0x000080, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Max_ReturnValue) == 0x00008C, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000090, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000094, "Member 'BP_jRPG_NPC_Dialog_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_OnInteractionRequested \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_OnInteractionRequested, InteractingWorldCharacter_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_OnInteractionRequested::InteractingWorldCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_TriggerDialogInternal \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_TriggerDialogInternal) == 0x000004, "Wrong alignment on BP_jRPG_NPC_Dialog_C_TriggerDialogInternal"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_TriggerDialogInternal) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_TriggerDialogInternal"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_TriggerDialogInternal, DialogueParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_TriggerDialogInternal::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue, InteractingWorldCharacter_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue::InteractingWorldCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue, DialogueParameters) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_TeleportAndTriggerDialogue::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature, Condition) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_BndEvt__BP_jRPG_NPC_Dialog_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition) == 0x000004, "Wrong alignment on BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition) == 0x000008, "Wrong size on BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition, DialogueParameters) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_MoveInteractingCharacterToPosition::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_NPC_Dialog_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog \ +static_assert(alignof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog) == 0x000010, "Wrong alignment on BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog) == 0x0003B0, "Wrong size on BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, EntryPoint) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, Temp_bool_Variable) == 0x000004, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_ReleaseAndWaitGameFlowTransition_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_HasManualTransitionInProgress_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_HasManualTransitionInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, Temp_wildcard_Variable) == 0x000028, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_Event_InteractingWorldCharacter) == 0x000048, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_Event_Instant) == 0x000050, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_IsValid_ReturnValue_1) == 0x000052, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_CustomEvent_DialogueParameters_2) == 0x0000D8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_CustomEvent_DialogueParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_IsValid_ReturnValue_2) == 0x0000E0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_CustomEvent_InteractingWorldCharacter) == 0x0000E8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_CustomEvent_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_CustomEvent_DialogueParameters_1) == 0x0000F0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_CustomEvent_DialogueParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000100, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_CreateDelegate_OutputDelegate) == 0x000160, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Not_PreBool_ReturnValue_1) == 0x000170, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_ComponentBoundEvent_Condition) == 0x000171, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_ComponentBoundEvent_Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, Temp_int_Array_Index_Variable) == 0x000174, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Array_Get_Item) == 0x000178, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001A0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_AsActor) == 0x0001A8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot) == 0x0001B8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_AsBPI_Dialogue_Speaker_Slot' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_bSuccess_1) == 0x0001C8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_AreDependenciesLoaded_AreLoaded) == 0x0001C9, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_AreDependenciesLoaded_AreLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_BooleanAND_ReturnValue) == 0x0001CA, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_ComputeDialogueParameters_S_DialogueParameters) == 0x0001CC, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_ComputeDialogueParameters_S_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_GetDialogueParameters_DialogueParameters) == 0x0001D4, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_GetDialogueParameters_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_CustomEvent_DialogueParameters) == 0x0001DC, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_CustomEvent_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, Temp_bool_Variable_1) == 0x0001E4, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_GetInteractionSystem_ReturnValue) == 0x0001E8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput) == 0x000208, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_RegisterDistantInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_Event_DeltaSeconds) == 0x000218, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_GetTransform_ReturnValue) == 0x000220, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000280, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000298, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_FindLookAtRotation_ReturnValue) == 0x0002A0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_AsBP_Dialog_Custom_Location) == 0x0002B8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_AsBP_Dialog_Custom_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_DynamicCast_bSuccess_2) == 0x0002C0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_IsValid_ReturnValue_3) == 0x0002C1, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, K2Node_Select_Default) == 0x0002C8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0002D0, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000330, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_BreakTransform_Location) == 0x000348, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_BreakTransform_Rotation) == 0x000360, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_BreakTransform_Scale) == 0x000378, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_RLerp_ReturnValue) == 0x000390, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003A8, "Member 'BP_jRPG_NPC_Dialog_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_NPC_Dialog_C \ +static_assert(alignof(ABP_jRPG_NPC_Dialog_C) == 0x000010, "Wrong alignment on ABP_jRPG_NPC_Dialog_C"); \ +static_assert(sizeof(ABP_jRPG_NPC_Dialog_C) == 0x000B80, "Wrong size on ABP_jRPG_NPC_Dialog_C"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, UberGraphFrame_BP_jRPG_NPC_Dialog_C) == 0x000718, "Member 'ABP_jRPG_NPC_Dialog_C::UberGraphFrame_BP_jRPG_NPC_Dialog_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, LODSync_Groom) == 0x000720, "Member 'ABP_jRPG_NPC_Dialog_C::LODSync_Groom' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, LODSync_Base) == 0x000728, "Member 'ABP_jRPG_NPC_Dialog_C::LODSync_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, TextRender) == 0x000730, "Member 'ABP_jRPG_NPC_Dialog_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, PlayerLocationIndicator) == 0x000738, "Member 'ABP_jRPG_NPC_Dialog_C::PlayerLocationIndicator' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, PlayerLocation) == 0x000740, "Member 'ABP_jRPG_NPC_Dialog_C::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, NavModifier) == 0x000748, "Member 'ABP_jRPG_NPC_Dialog_C::NavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Audio_Dialogue) == 0x000750, "Member 'ABP_jRPG_NPC_Dialog_C::Audio_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, BP_DialogueCameraControllerComponent) == 0x000758, "Member 'ABP_jRPG_NPC_Dialog_C::BP_DialogueCameraControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_FocusLengthPoint) == 0x000760, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_FocusLengthPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Scene_CameraTargetPoint_Mid) == 0x000768, "Member 'ABP_jRPG_NPC_Dialog_C::Scene_CameraTargetPoint_Mid' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Scene_CameraTargetPoint_High) == 0x000770, "Member 'ABP_jRPG_NPC_Dialog_C::Scene_CameraTargetPoint_High' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_2) == 0x000778, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_3) == 0x000780, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_1) == 0x000788, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpotLight_Rim_Left) == 0x000790, "Member 'ABP_jRPG_NPC_Dialog_C::SpotLight_Rim_Left' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpotLight_Front_Right) == 0x000798, "Member 'ABP_jRPG_NPC_Dialog_C::SpotLight_Front_Right' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpotLight_Rim_Right) == 0x0007A0, "Member 'ABP_jRPG_NPC_Dialog_C::SpotLight_Rim_Right' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpotLight_Front_Left) == 0x0007A8, "Member 'ABP_jRPG_NPC_Dialog_C::SpotLight_Front_Left' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpringArm_CameraFocusPoint) == 0x0007B0, "Member 'ABP_jRPG_NPC_Dialog_C::SpringArm_CameraFocusPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, AC_VO) == 0x0007B8, "Member 'ABP_jRPG_NPC_Dialog_C::AC_VO' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, BP_ConditionCheckerComponent) == 0x0007C0, "Member 'ABP_jRPG_NPC_Dialog_C::BP_ConditionCheckerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Sphere_CharacterWorldLookAt) == 0x0007C8, "Member 'ABP_jRPG_NPC_Dialog_C::Sphere_CharacterWorldLookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, BP_NPCAnimationComponent) == 0x0007D0, "Member 'ABP_jRPG_NPC_Dialog_C::BP_NPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_Main_Dialogue) == 0x0007D8, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_Main_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_5) == 0x0007E0, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Camera_4) == 0x0007E8, "Member 'ABP_jRPG_NPC_Dialog_C::Camera_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, TimelineInteractingCharacterRotation_Float0To1_B6F8DB094396535D78054EAB21942B50) == 0x0007F0, "Member 'ABP_jRPG_NPC_Dialog_C::TimelineInteractingCharacterRotation_Float0To1_B6F8DB094396535D78054EAB21942B50' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, TimelineInteractingCharacterRotation__Direction_B6F8DB094396535D78054EAB21942B50) == 0x0007F4, "Member 'ABP_jRPG_NPC_Dialog_C::TimelineInteractingCharacterRotation__Direction_B6F8DB094396535D78054EAB21942B50' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, TimelineInteractingCharacterRotation) == 0x0007F8, "Member 'ABP_jRPG_NPC_Dialog_C::TimelineInteractingCharacterRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, DialogueCharacter) == 0x000800, "Member 'ABP_jRPG_NPC_Dialog_C::DialogueCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, IdleAnimation) == 0x000808, "Member 'ABP_jRPG_NPC_Dialog_C::IdleAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, ExternalSpeakerSlots) == 0x000810, "Member 'ABP_jRPG_NPC_Dialog_C::ExternalSpeakerSlots' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, DialogueToPlay) == 0x000820, "Member 'ABP_jRPG_NPC_Dialog_C::DialogueToPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, BattleMap) == 0x000828, "Member 'ABP_jRPG_NPC_Dialog_C::BattleMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, UseWidget) == 0x000850, "Member 'ABP_jRPG_NPC_Dialog_C::UseWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, HitActor) == 0x000858, "Member 'ABP_jRPG_NPC_Dialog_C::HitActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, DialogSystemReference) == 0x000860, "Member 'ABP_jRPG_NPC_Dialog_C::DialogSystemReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, InteractingWorldCharacter) == 0x000868, "Member 'ABP_jRPG_NPC_Dialog_C::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpawnedDialog) == 0x000870, "Member 'ABP_jRPG_NPC_Dialog_C::SpawnedDialog' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, IsInDialog) == 0x000878, "Member 'ABP_jRPG_NPC_Dialog_C::IsInDialog' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Anim) == 0x000880, "Member 'ABP_jRPG_NPC_Dialog_C::Anim' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, IsTalking) == 0x000888, "Member 'ABP_jRPG_NPC_Dialog_C::IsTalking' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, FacialExpression) == 0x000889, "Member 'ABP_jRPG_NPC_Dialog_C::FacialExpression' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Cameras) == 0x00088A, "Member 'ABP_jRPG_NPC_Dialog_C::Cameras' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, BaseCameraTransform) == 0x000890, "Member 'ABP_jRPG_NPC_Dialog_C::BaseCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, CanBeInteractedWith) == 0x0008F0, "Member 'ABP_jRPG_NPC_Dialog_C::CanBeInteractedWith' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, PauseBlocker) == 0x0008F8, "Member 'ABP_jRPG_NPC_Dialog_C::PauseBlocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, DependenciesLoaded) == 0x000918, "Member 'ABP_jRPG_NPC_Dialog_C::DependenciesLoaded' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpawnCurrentPlayerCharacter) == 0x000919, "Member 'ABP_jRPG_NPC_Dialog_C::SpawnCurrentPlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpawnCompanionsAroundPlayerCharacter) == 0x00091A, "Member 'ABP_jRPG_NPC_Dialog_C::SpawnCompanionsAroundPlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, OnDialogueFinished) == 0x000920, "Member 'ABP_jRPG_NPC_Dialog_C::OnDialogueFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Target) == 0x000930, "Member 'ABP_jRPG_NPC_Dialog_C::Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, SpotlightsToActivateDuringDialogues) == 0x000938, "Member 'ABP_jRPG_NPC_Dialog_C::SpotlightsToActivateDuringDialogues' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, TurnOnSpotlights) == 0x000948, "Member 'ABP_jRPG_NPC_Dialog_C::TurnOnSpotlights' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, MovePresetCamerasToOtherSide) == 0x000949, "Member 'ABP_jRPG_NPC_Dialog_C::MovePresetCamerasToOtherSide' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, OriginalCamerasTransform) == 0x000950, "Member 'ABP_jRPG_NPC_Dialog_C::OriginalCamerasTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, CamerasTransformOnDialogueStart) == 0x0009A0, "Member 'ABP_jRPG_NPC_Dialog_C::CamerasTransformOnDialogueStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, UseReversedSpotlightForWorldCharacter) == 0x0009F0, "Member 'ABP_jRPG_NPC_Dialog_C::UseReversedSpotlightForWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, InteractionBlockerReference) == 0x0009F8, "Member 'ABP_jRPG_NPC_Dialog_C::InteractionBlockerReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, ChangeWorldCharacter) == 0x000A18, "Member 'ABP_jRPG_NPC_Dialog_C::ChangeWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, UseCustomDialogueLocation) == 0x000A20, "Member 'ABP_jRPG_NPC_Dialog_C::UseCustomDialogueLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, DialogInputLockBlockerRefenrece) == 0x000A48, "Member 'ABP_jRPG_NPC_Dialog_C::DialogInputLockBlockerRefenrece' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Cache_OriginalTransform) == 0x000A70, "Member 'ABP_jRPG_NPC_Dialog_C::Cache_OriginalTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Cache_PlayerTransformBeforeDialogue) == 0x000AD0, "Member 'ABP_jRPG_NPC_Dialog_C::Cache_PlayerTransformBeforeDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, Cache_PlayerCameraRotationBeforeDialogue) == 0x000B30, "Member 'ABP_jRPG_NPC_Dialog_C::Cache_PlayerCameraRotationBeforeDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, AllowCharacterWorldLookAtDuringDialogue) == 0x000B48, "Member 'ABP_jRPG_NPC_Dialog_C::AllowCharacterWorldLookAtDuringDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, ActorsToHideDuringDialogue) == 0x000B50, "Member 'ABP_jRPG_NPC_Dialog_C::ActorsToHideDuringDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, ActorsToUnhideDuringDialogue) == 0x000B60, "Member 'ABP_jRPG_NPC_Dialog_C::ActorsToUnhideDuringDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_C, ActorsToNotPausedDuringDialogue) == 0x000B70, "Member 'ABP_jRPG_NPC_Dialog_C::ActorsToNotPausedDuringDialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SpawnPointLevelProto_C_UserConstructionScript \ +static_assert(alignof(BP_SpawnPointLevelProto_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SpawnPointLevelProto_C_UserConstructionScript"); \ +static_assert(sizeof(BP_SpawnPointLevelProto_C_UserConstructionScript) == 0x000030, "Wrong size on BP_SpawnPointLevelProto_C_UserConstructionScript"); \ +static_assert(offsetof(BP_SpawnPointLevelProto_C_UserConstructionScript, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'BP_SpawnPointLevelProto_C_UserConstructionScript::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointLevelProto_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_SpawnPointLevelProto_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpawnPointLevelProto_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_SpawnPointLevelProto_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpawnPointLevelProto_C \ +static_assert(alignof(ABP_SpawnPointLevelProto_C) == 0x000008, "Wrong alignment on ABP_SpawnPointLevelProto_C"); \ +static_assert(sizeof(ABP_SpawnPointLevelProto_C) == 0x000310, "Wrong size on ABP_SpawnPointLevelProto_C"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Sphere2) == 0x000290, "Member 'ABP_SpawnPointLevelProto_C::Sphere2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Sphere1) == 0x000298, "Member 'ABP_SpawnPointLevelProto_C::Sphere1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Cube) == 0x0002A0, "Member 'ABP_SpawnPointLevelProto_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Debug_Teleport) == 0x0002A8, "Member 'ABP_SpawnPointLevelProto_C::Debug_Teleport' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Sphere) == 0x0002B0, "Member 'ABP_SpawnPointLevelProto_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_SpawnPointLevelProto_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, Debug_TP_Point_) == 0x0002C0, "Member 'ABP_SpawnPointLevelProto_C::Debug_TP_Point_' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, LightingScenarioToActivate) == 0x0002D0, "Member 'ABP_SpawnPointLevelProto_C::LightingScenarioToActivate' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, MusicToPlay) == 0x0002F8, "Member 'ABP_SpawnPointLevelProto_C::MusicToPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, DebugDontTriggerMovementZone) == 0x000300, "Member 'ABP_SpawnPointLevelProto_C::DebugDontTriggerMovementZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_SpawnPointLevelProto_C, SpawnPointName) == 0x000304, "Member 'ABP_SpawnPointLevelProto_C::SpawnPointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_ActivateScenario \ +static_assert(alignof(BP_LightingScenarioReference_C_ActivateScenario) == 0x000004, "Wrong alignment on BP_LightingScenarioReference_C_ActivateScenario"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_ActivateScenario) == 0x000004, "Wrong size on BP_LightingScenarioReference_C_ActivateScenario"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ActivateScenario, ChangeSpeedMultiplier_0) == 0x000000, "Member 'BP_LightingScenarioReference_C_ActivateScenario::ChangeSpeedMultiplier_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_CheckForErrors \ +static_assert(alignof(BP_LightingScenarioReference_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_CheckForErrors"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_CheckForErrors) == 0x000288, "Wrong size on BP_LightingScenarioReference_C_CheckForErrors"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_LightingScenarioReference_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_LightingScenarioReference_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, NewLocalVar) == 0x000018, "Member 'BP_LightingScenarioReference_C_CheckForErrors::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_LightingScenarioReference_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_LightingScenarioReference_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeMap_Map) == 0x000050, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Map_Keys_Keys) == 0x0000A0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000128, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Map_Find_Value) == 0x000138, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000168, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001B0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeArray_Array) == 0x0001B8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_DynamicCast_AsActor) == 0x0001C8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0001D8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0001EC, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0001F0, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000200, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000208, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x000218, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000260, "Member 'BP_LightingScenarioReference_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000280, "Member 'BP_LightingScenarioReference_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere \ +static_assert(alignof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere) == 0x000138, "Wrong size on BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Loop_Counter_Variable_2) == 0x000018, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Loop_Counter_Variable_3) == 0x000024, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Loop_Counter_Variable_4) == 0x00002C, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Add_IntInt_ReturnValue_4) == 0x000030, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Array_Index_Variable_3) == 0x000034, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, Temp_int_Array_Index_Variable_4) == 0x000038, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000058, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_AsSky_Atmosphere) == 0x000060, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_AsSky_Atmosphere' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000070, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Less_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000098, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_AsSky_Light) == 0x0000A0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x0000B0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_AsExponential_Height_Fog) == 0x0000C0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_AsExponential_Height_Fog' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_IsValid_ReturnValue_2) == 0x0000C9, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x0000D0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x0000E0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Get_Item_3) == 0x0000F8, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Length_ReturnValue_2) == 0x000100, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Length_ReturnValue_3) == 0x000104, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Less_IntInt_ReturnValue_2) == 0x000108, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Less_IntInt_ReturnValue_3) == 0x000109, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x000110, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Length_ReturnValue_4) == 0x000120, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Array_Get_Item_4) == 0x000128, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_Less_IntInt_ReturnValue_4) == 0x000130, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere, CallFunc_IsValid_ReturnValue_3) == 0x000131, "Member 'BP_LightingScenarioReference_C_DeactivatePreviousAtmosphere::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_DeactiveLightingForCinematic \ +static_assert(alignof(BP_LightingScenarioReference_C_DeactiveLightingForCinematic) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_DeactiveLightingForCinematic"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_DeactiveLightingForCinematic) == 0x000008, "Wrong size on BP_LightingScenarioReference_C_DeactiveLightingForCinematic"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_DeactiveLightingForCinematic, LightingScenarioToActivateAfterCine) == 0x000000, "Member 'BP_LightingScenarioReference_C_DeactiveLightingForCinematic::LightingScenarioToActivateAfterCine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference \ +static_assert(alignof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference) == 0x0000F8, "Wrong size on BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, EntryPoint) == 0x000000, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_CustomEvent_ChangeSpeedMultiplier) == 0x000004, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_CustomEvent_ChangeSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_GetActorOfClass_ReturnValue) == 0x000010, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000028, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsExponential_Height_Fog) == 0x000030, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsExponential_Height_Fog' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsDirectional_Light) == 0x000040, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsDirectional_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000049, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x00004A, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000050, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000058, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsSky_Light) == 0x000060, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsSky_Atmosphere) == 0x000070, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsSky_Atmosphere' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue_2) == 0x000079, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue_3) == 0x00007A, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_CustomEvent_LightingScenarioToActivateAfterCine) == 0x000080, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_CustomEvent_LightingScenarioToActivateAfterCine' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000088, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000090, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4) == 0x000098, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue_4) == 0x0000A0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsExponential_Height_Fog_1) == 0x0000A8, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsExponential_Height_Fog_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess_4) == 0x0000B0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000B1, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5) == 0x0000B8, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_IsValidSoftObjectReference_ReturnValue_5) == 0x0000C0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_IsValidSoftObjectReference_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_AsDirectional_Light_1) == 0x0000C8, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_AsDirectional_Light_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, K2Node_DynamicCast_bSuccess_5) == 0x0000D0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_SetFogDensity_Value_ImplicitCast) == 0x0000E0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_SetFogDensity_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000E8, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference, CallFunc_SetIntensity_NewIntensity_ImplicitCast) == 0x0000F0, "Member 'BP_LightingScenarioReference_C_ExecuteUbergraph_BP_LightingScenarioReference::CallFunc_SetIntensity_NewIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_SetNewAtmosphere \ +static_assert(alignof(BP_LightingScenarioReference_C_SetNewAtmosphere) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_SetNewAtmosphere"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_SetNewAtmosphere) == 0x0000A0, "Wrong size on BP_LightingScenarioReference_C_SetNewAtmosphere"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsSky_Atmosphere) == 0x000008, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsSky_Atmosphere' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000018, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsSky_Light) == 0x000020, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000030, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsSky_Light_1) == 0x000038, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsSky_Light_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000048, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsDirectional_Light) == 0x000050, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsDirectional_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000060, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000068, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsDirectional_Light_1) == 0x000070, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsDirectional_Light_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess_4) == 0x000078, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000080, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000088, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_AsExponential_Height_Fog) == 0x000090, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_AsExponential_Height_Fog' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, K2Node_DynamicCast_bSuccess_5) == 0x000098, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetNewAtmosphere, CallFunc_IsValid_ReturnValue_2) == 0x00009A, "Member 'BP_LightingScenarioReference_C_SetNewAtmosphere::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario \ +static_assert(alignof(BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario) == 0x000001, "Wrong alignment on BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario) == 0x000002, "Wrong size on BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario, NewValue) == 0x000000, "Member 'BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'BP_LightingScenarioReference_C_SetSequencer_OverrideLightingScenario::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightingScenarioReference_C_UserConstructionScript \ +static_assert(alignof(BP_LightingScenarioReference_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_LightingScenarioReference_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LightingScenarioReference_C_UserConstructionScript) == 0x000038, "Wrong size on BP_LightingScenarioReference_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000008, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, K2Node_DynamicCast_AsDirectional_Light) == 0x000010, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::K2Node_DynamicCast_AsDirectional_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000020, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, K2Node_DynamicCast_AsSky_Light) == 0x000028, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightingScenarioReference_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BP_LightingScenarioReference_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightingScenarioReference_C \ +static_assert(alignof(ABP_LightingScenarioReference_C) == 0x000008, "Wrong alignment on ABP_LightingScenarioReference_C"); \ +static_assert(sizeof(ABP_LightingScenarioReference_C) == 0x000360, "Wrong size on ABP_LightingScenarioReference_C"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, UberGraphFrame) == 0x000290, "Member 'ABP_LightingScenarioReference_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, Scene) == 0x000298, "Member 'ABP_LightingScenarioReference_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, ExponentialFog_Activate) == 0x0002A0, "Member 'ABP_LightingScenarioReference_C::ExponentialFog_Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, DirectionLight_Activate) == 0x0002C8, "Member 'ABP_LightingScenarioReference_C::DirectionLight_Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, Skylight_Activate) == 0x0002F0, "Member 'ABP_LightingScenarioReference_C::Skylight_Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, SkyAtmosphere_Activate) == 0x000318, "Member 'ABP_LightingScenarioReference_C::SkyAtmosphere_Activate' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, LightingActiveWhenStartPlaying) == 0x000340, "Member 'ABP_LightingScenarioReference_C::LightingActiveWhenStartPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, MainLightingScenario) == 0x000341, "Member 'ABP_LightingScenarioReference_C::MainLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, IsActive) == 0x000342, "Member 'ABP_LightingScenarioReference_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, ChangeSpeedMultiplier) == 0x000344, "Member 'ABP_LightingScenarioReference_C::ChangeSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, DelayBeforeChangingScenario) == 0x000348, "Member 'ABP_LightingScenarioReference_C::DelayBeforeChangingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, Sequencer_OverrideLightingScenario) == 0x00034C, "Member 'ABP_LightingScenarioReference_C::Sequencer_OverrideLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, FogDensitySteamdeck) == 0x000350, "Member 'ABP_LightingScenarioReference_C::FogDensitySteamdeck' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightingScenarioReference_C, DirectionalLightIntensityMultiplicatorSteamdeck) == 0x000358, "Member 'ABP_LightingScenarioReference_C::DirectionalLightIntensityMultiplicatorSteamdeck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag \ +static_assert(alignof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag) == 0x000008, "Wrong alignment on GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag"); \ +static_assert(sizeof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag) == 0x000058, "Wrong size on GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, SpawnPointTag) == 0x000000, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, __WorldContext) == 0x000008, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, SpawnPoint) == 0x000010, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, local_SpawnPoint) == 0x000018, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::local_SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, Temp_int_Array_Index_Variable) == 0x000020, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_GetAllActorsOfClass_OutActors) == 0x000028, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_Array_Get_Item) == 0x000040, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_MatchesTag_ReturnValue) == 0x00004C, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'GameFlowFunctionLibrary_C_FindMapSpawnPointWithTag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameFlowFunctionLibrary_C \ +static_assert(alignof(UGameFlowFunctionLibrary_C) == 0x000008, "Wrong alignment on UGameFlowFunctionLibrary_C"); \ +static_assert(sizeof(UGameFlowFunctionLibrary_C) == 0x000028, "Wrong size on UGameFlowFunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_FFLevelDataEntry \ +static_assert(alignof(FFLevelDataEntry) == 0x000008, "Wrong alignment on FFLevelDataEntry"); \ +static_assert(sizeof(FFLevelDataEntry) == 0x0001B0, "Wrong size on FFLevelDataEntry"); \ +static_assert(offsetof(FFLevelDataEntry, LevelAssetName_85_BF09694C41CC0444295731A40341A5F9) == 0x000000, "Member 'FFLevelDataEntry::LevelAssetName_85_BF09694C41CC0444295731A40341A5F9' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelType_37_EE4A371F4388B884A49327A9EEC1B9F0) == 0x000008, "Member 'FFLevelDataEntry::LevelType_37_EE4A371F4388B884A49327A9EEC1B9F0' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelParameters_61_6A9E688E455B46E34C160DBD6B2455C6) == 0x000010, "Member 'FFLevelDataEntry::LevelParameters_61_6A9E688E455B46E34C160DBD6B2455C6' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DisplayName_10_D3213B974EE2CBDD44757B978CD84FD8) == 0x000038, "Member 'FFLevelDataEntry::DisplayName_10_D3213B974EE2CBDD44757B978CD84FD8' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelIcon_88_426A5B30471F251930103DA7BD1FE412) == 0x000048, "Member 'FFLevelDataEntry::LevelIcon_88_426A5B30471F251930103DA7BD1FE412' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelMinimapIcon_91_2A0955C545BA24A90CDDB18BA434497A) == 0x000070, "Member 'FFLevelDataEntry::LevelMinimapIcon_91_2A0955C545BA24A90CDDB18BA434497A' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, MainSpawnPoint_72_5C7B345E44E5B2867FCE0687BB65019F) == 0x000098, "Member 'FFLevelDataEntry::MainSpawnPoint_72_5C7B345E44E5B2867FCE0687BB65019F' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, SubAreas_73_B59A02D5470428064B9B03A1A3F5F82C) == 0x0000A0, "Member 'FFLevelDataEntry::SubAreas_73_B59A02D5470428064B9B03A1A3F5F82C' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, ScalingMinLevel_46_24595A4C47B1576C3770CA98815E66DD) == 0x0000F0, "Member 'FFLevelDataEntry::ScalingMinLevel_46_24595A4C47B1576C3770CA98815E66DD' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, ScalingMaxLevel_45_389D00474B3DAD3D274A2FB0BDA15EA9) == 0x0000F4, "Member 'FFLevelDataEntry::ScalingMaxLevel_45_389D00474B3DAD3D274A2FB0BDA15EA9' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, MainSpawnPointOnWorldMap_80_1975CCE74EA671FE2C7363A383672E31) == 0x0000F8, "Member 'FFLevelDataEntry::MainSpawnPointOnWorldMap_80_1975CCE74EA671FE2C7363A383672E31' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelCompassYawOffset_94_8B89A37147BF981A110ACDA8120C46D2) == 0x000100, "Member 'FFLevelDataEntry::LevelCompassYawOffset_94_8B89A37147BF981A110ACDA8120C46D2' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEBUG_ReferenceProgressionSave_29_FBB4F74D449FAB2CD01E5C99A62FEF5E) == 0x000108, "Member 'FFLevelDataEntry::DEBUG_ReferenceProgressionSave_29_FBB4F74D449FAB2CD01E5C99A62FEF5E' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, LevelStartGameAction_49_B3E9B26C4EEC004EF86889BF5E3A8896) == 0x000130, "Member 'FFLevelDataEntry::LevelStartGameAction_49_B3E9B26C4EEC004EF86889BF5E3A8896' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEBUG_StartSpawnPointTag_77_ADC69B8444CFACE5A732B9AC7D77851F) == 0x000138, "Member 'FFLevelDataEntry::DEBUG_StartSpawnPointTag_77_ADC69B8444CFACE5A732B9AC7D77851F' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEBUG_DisplayName_53_9F413247464FAA247960E2ACE5B41200) == 0x000140, "Member 'FFLevelDataEntry::DEBUG_DisplayName_53_9F413247464FAA247960E2ACE5B41200' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEPRECATED_DEBUG_StartSpawnPointID_74_630DC61549C1B3613B9AEDBE922B51EF) == 0x000150, "Member 'FFLevelDataEntry::DEPRECATED_DEBUG_StartSpawnPointID_74_630DC61549C1B3613B9AEDBE922B51EF' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEPRECATED_SpawnPointName_63_2B1DEABE4D325DD3BA50E480EC416AE9) == 0x000158, "Member 'FFLevelDataEntry::DEPRECATED_SpawnPointName_63_2B1DEABE4D325DD3BA50E480EC416AE9' has a wrong offset!"); \ +static_assert(offsetof(FFLevelDataEntry, DEPRECATED_SubAreaNames_62_1D27334B468095EEBEB4629136DB3E03) == 0x000160, "Member 'FFLevelDataEntry::DEPRECATED_SubAreaNames_62_1D27334B468095EEBEB4629136DB3E03' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_SpawnPointHelpers_C_GetSpawnPointManager \ +static_assert(alignof(BP_FL_SpawnPointHelpers_C_GetSpawnPointManager) == 0x000008, "Wrong alignment on BP_FL_SpawnPointHelpers_C_GetSpawnPointManager"); \ +static_assert(sizeof(BP_FL_SpawnPointHelpers_C_GetSpawnPointManager) == 0x000018, "Wrong size on BP_FL_SpawnPointHelpers_C_GetSpawnPointManager"); \ +static_assert(offsetof(BP_FL_SpawnPointHelpers_C_GetSpawnPointManager, __WorldContext) == 0x000000, "Member 'BP_FL_SpawnPointHelpers_C_GetSpawnPointManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SpawnPointHelpers_C_GetSpawnPointManager, SpawnPointManager) == 0x000008, "Member 'BP_FL_SpawnPointHelpers_C_GetSpawnPointManager::SpawnPointManager' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_SpawnPointHelpers_C_GetSpawnPointManager, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_FL_SpawnPointHelpers_C_GetSpawnPointManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_SpawnPointHelpers_C \ +static_assert(alignof(UBP_FL_SpawnPointHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_SpawnPointHelpers_C"); \ +static_assert(sizeof(UBP_FL_SpawnPointHelpers_C) == 0x000028, "Wrong size on UBP_FL_SpawnPointHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid) == 0x000048, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, LightScenario) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::LightScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, IsValid) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, K2Node_DynamicCast_AsSky_Light) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000043, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid, CallFunc_BooleanAND_ReturnValue) == 0x000045, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_Are_Sky_Light_Settings_Valid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight) == 0x000250, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_RLerp_ReturnValue) == 0x000048, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000158, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLight::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask) == 0x0000A8, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_GetObjectName_ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_GetObjectName_ReturnValue_1) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000021, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_FClamp_ReturnValue_1) == 0x000040, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1) == 0x000048, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2) == 0x000058, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_K2_GetTextureParameterValue_ReturnValue) == 0x000068, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_K2_GetTextureParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_GetObjectName_ReturnValue_2) == 0x000070, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_FClamp_Value_ImplicitCast) == 0x000088, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000090, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_FClamp_Value_ImplicitCast_1) == 0x000098, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_FClamp_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x0000A0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendDirectionalLightMask::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog) == 0x000010, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog) == 0x000220, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog, CallFunc_TLerp_ReturnValue) == 0x0000C0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000120, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendFog::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere) == 0x000010, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere) == 0x000220, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere, CallFunc_TLerp_ReturnValue) == 0x0000C0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000120, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BlendSkyAtmosphere::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents) == 0x000098, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, LightingScenario) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, DirectionalLightComponent) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::DirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, ExponentialFogComponent) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::ExponentialFogComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, SkyLightComponent) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, SkyAtmosphereComponent) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::SkyAtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_AsDirectional_Light) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_AsDirectional_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_AsSky_Atmosphere) == 0x000048, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_AsSky_Atmosphere' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_AsDirectional_Light_Component) == 0x000058, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_AsDirectional_Light_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000068, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000070, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_AsSky_Light) == 0x000078, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_AsSky_Light' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_AsExponential_Height_Fog) == 0x000088, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_AsExponential_Height_Fog' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_BreakLightingScenarioInComponents::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario) == 0x000010, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, NewLightingScenario) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::NewLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, CallFunc_Are_Sky_Light_Settings_Valid_IsValid) == 0x000009, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::CallFunc_Are_Sky_Light_Settings_Valid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00000A, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, CallFunc_IsValid_ReturnValue) == 0x00000B, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CanChangeLigthingScenario::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario) == 0x000010, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario, LightingScenarioReference) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario::LightingScenarioReference' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario, ChangeSpeedMultiplier) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ChangeLightingToScenario::ChangeSpeedMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors) == 0x000058, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, CallFunc_GetAllActorsOfClass_OutActors) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_CheckForErrors::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange) == 0x0000E0, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, LightingScenario) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, Speed) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_DEBUG_PrintLightingScenarioChange::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH) == 0x000038, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, EntryPoint) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_IsInPlayMode_ReturnValue) == 0x000004, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00001A, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_IncrementTimerAndCompareToRate_ReturnValue) == 0x00001C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_IncrementTimerAndCompareToRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, K2Node_CustomEvent_LightingScenarioReference) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::K2Node_CustomEvent_LightingScenarioReference' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, K2Node_CustomEvent_ChangeSpeedMultiplier) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::K2Node_CustomEvent_ChangeSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_CanChangeLigthingScenario_ReturnValue) == 0x00002C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_CanChangeLigthingScenario_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_ExecuteUbergraph_BP_LighingScenarioMain_DONOTTOUCH::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors) == 0x0000E8, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Array_Index_Variable_2) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Loop_Counter_Variable_3) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Loop_Counter_Variable_4) == 0x00002C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Add_IntInt_ReturnValue_4) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Array_Index_Variable_3) == 0x000034, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, Temp_int_Array_Index_Variable_4) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x000040, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_GetAllActorsOfClassWithTag_OutActors_1) == 0x000050, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_GetAllActorsOfClassWithTag_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_GetAllActorsOfClassWithTag_OutActors_2) == 0x000078, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_GetAllActorsOfClassWithTag_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Less_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Length_ReturnValue_2) == 0x000098, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Less_IntInt_ReturnValue_2) == 0x00009C, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_GetAllActorsOfClassWithTag_OutActors_3) == 0x0000A0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_GetAllActorsOfClassWithTag_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Length_ReturnValue_3) == 0x0000B8, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000BC, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000C0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Length_ReturnValue_4) == 0x0000D0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Array_Get_Item_3) == 0x0000D8, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors, CallFunc_Less_IntInt_ReturnValue_4) == 0x0000E0, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideAllLigthingScenariosAndSequencerActors::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences) == 0x000038, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_HideLightingScenarioReferences::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate) == 0x000018, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate, ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000001, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_IncrementTimerAndCompareToRate::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility) == 0x000001, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility) == 0x000001, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility, Visibility) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetAllElementsVisbility::Visibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange) == 0x000080, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, LightingScenario) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_DirectionalLightComponent) == 0x000010, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_DirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_ExponentialFogComponent) == 0x000018, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_ExponentialFogComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_SkyLightComponent) == 0x000020, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_SkyAtmosphereComponent) == 0x000028, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_SkyAtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000038, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_DirectionalLightComponent_1) == 0x000060, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_DirectionalLightComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_ExponentialFogComponent_1) == 0x000068, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_ExponentialFogComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_SkyLightComponent_1) == 0x000070, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_SkyLightComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange, CallFunc_BreakLightingScenarioInComponents_SkyAtmosphereComponent_1) == 0x000078, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_SetupLightingScenarioChange::CallFunc_BreakLightingScenarioInComponents_SkyAtmosphereComponent_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer \ +static_assert(alignof(BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer) == 0x000008, "Wrong alignment on BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer"); \ +static_assert(sizeof(BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer) == 0x000008, "Wrong size on BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer"); \ +static_assert(offsetof(BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_LighingScenarioMain_DONOTTOUCH_C_UpdateTimer::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LighingScenarioMain_DONOTTOUCH_C \ +static_assert(alignof(ABP_LighingScenarioMain_DONOTTOUCH_C) == 0x000008, "Wrong alignment on ABP_LighingScenarioMain_DONOTTOUCH_C"); \ +static_assert(sizeof(ABP_LighingScenarioMain_DONOTTOUCH_C) == 0x000360, "Wrong size on ABP_LighingScenarioMain_DONOTTOUCH_C"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, UberGraphFrame) == 0x000290, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, DirectionalLight_Main_DONOTTOUCH) == 0x000298, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::DirectionalLight_Main_DONOTTOUCH' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, SkyLight_Main_DONOTTOUCH) == 0x0002A0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::SkyLight_Main_DONOTTOUCH' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, SkyAtmosphere_Main_DONOTTOUCH) == 0x0002A8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::SkyAtmosphere_Main_DONOTTOUCH' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, ExpoFog_Main_DONOTTOUCH) == 0x0002B0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::ExpoFog_Main_DONOTTOUCH' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, Timeline_Float_D1799F134116507819661383658DED66) == 0x0002C0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::Timeline_Float_D1799F134116507819661383658DED66' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, Timeline__Direction_D1799F134116507819661383658DED66) == 0x0002C4, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::Timeline__Direction_D1799F134116507819661383658DED66' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, Timeline) == 0x0002C8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, CurrentDirectionalLightComponent) == 0x0002D0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::CurrentDirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, CurrentExponentialHeightFogComponent) == 0x0002D8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::CurrentExponentialHeightFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, TimelineFloat) == 0x0002E0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::TimelineFloat' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, CurrentSkyLightComponent) == 0x0002E8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::CurrentSkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, CurrentSkyAtmosphereComponent) == 0x0002F0, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::CurrentSkyAtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, Change_Speed_Multiplier) == 0x0002F8, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::Change_Speed_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, Debug_NumberOfMainLightingScenarioCheck) == 0x0002FC, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::Debug_NumberOfMainLightingScenarioCheck' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, CurrentLightingScenario) == 0x000300, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::CurrentLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, PreviousLightingScenario) == 0x000308, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::PreviousLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, PreviousDirectionalLightComponent) == 0x000310, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::PreviousDirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, PreviousExponentialHeightFogComponent) == 0x000318, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::PreviousExponentialHeightFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, PreviousSkyLightComponent) == 0x000320, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::PreviousSkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, PreviousSkyAtmosphereComponent) == 0x000328, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::PreviousSkyAtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, DirectionalLightMaskTextureWhite) == 0x000330, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::DirectionalLightMaskTextureWhite' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, DirectionalLightMaskLightFunction) == 0x000338, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::DirectionalLightMaskLightFunction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, DirectionalLightMaskTexturePrevious) == 0x000340, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::DirectionalLightMaskTexturePrevious' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, LightingScenarioBeforeBattle) == 0x000348, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::LightingScenarioBeforeBattle' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, TimerTickDirty) == 0x000350, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::TimerTickDirty' has a wrong offset!"); \ +static_assert(offsetof(ABP_LighingScenarioMain_DONOTTOUCH_C, MarkDirtyRate) == 0x000358, "Member 'ABP_LighingScenarioMain_DONOTTOUCH_C::MarkDirtyRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportPoint_DEBUG_C_CheckForErrors \ +static_assert(alignof(TeleportPoint_DEBUG_C_CheckForErrors) == 0x000008, "Wrong alignment on TeleportPoint_DEBUG_C_CheckForErrors"); \ +static_assert(sizeof(TeleportPoint_DEBUG_C_CheckForErrors) == 0x0000A8, "Wrong size on TeleportPoint_DEBUG_C_CheckForErrors"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_IsCurrentLevelProductionLevel_ReturnValue) == 0x000011, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_IsCurrentLevelProductionLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000070, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000088, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_CheckForErrors, CallFunc_AreWIP_ChecksEnabled_ReturnValue) == 0x0000A0, "Member 'TeleportPoint_DEBUG_C_CheckForErrors::CallFunc_AreWIP_ChecksEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportPoint_DEBUG_C_TeleportCharacter \ +static_assert(alignof(TeleportPoint_DEBUG_C_TeleportCharacter) == 0x000010, "Wrong alignment on TeleportPoint_DEBUG_C_TeleportCharacter"); \ +static_assert(sizeof(TeleportPoint_DEBUG_C_TeleportCharacter) == 0x0000E0, "Wrong size on TeleportPoint_DEBUG_C_TeleportCharacter"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CharacterWorld) == 0x000000, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000008, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000080, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_BreakTransform_Location) == 0x000090, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_BreakTransform_Rotation) == 0x0000A8, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_TeleportCharacter, CallFunc_BreakTransform_Scale) == 0x0000C0, "Member 'TeleportPoint_DEBUG_C_TeleportCharacter::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportPoint_DEBUG_C_UserConstructionScript \ +static_assert(alignof(TeleportPoint_DEBUG_C_UserConstructionScript) == 0x000008, "Wrong alignment on TeleportPoint_DEBUG_C_UserConstructionScript"); \ +static_assert(sizeof(TeleportPoint_DEBUG_C_UserConstructionScript) == 0x000030, "Wrong size on TeleportPoint_DEBUG_C_UserConstructionScript"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_UserConstructionScript, CallFunc_Conv_IntToString_ReturnValue) == 0x000000, "Member 'TeleportPoint_DEBUG_C_UserConstructionScript::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'TeleportPoint_DEBUG_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(TeleportPoint_DEBUG_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'TeleportPoint_DEBUG_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATeleportPoint_DEBUG_C \ +static_assert(alignof(ATeleportPoint_DEBUG_C) == 0x000008, "Wrong alignment on ATeleportPoint_DEBUG_C"); \ +static_assert(sizeof(ATeleportPoint_DEBUG_C) == 0x000358, "Wrong size on ATeleportPoint_DEBUG_C"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Sphere2) == 0x000290, "Member 'ATeleportPoint_DEBUG_C::Sphere2' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Sphere1) == 0x000298, "Member 'ATeleportPoint_DEBUG_C::Sphere1' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Cube) == 0x0002A0, "Member 'ATeleportPoint_DEBUG_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Debug_Teleport) == 0x0002A8, "Member 'ATeleportPoint_DEBUG_C::Debug_Teleport' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Sphere) == 0x0002B0, "Member 'ATeleportPoint_DEBUG_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, DefaultSceneRoot) == 0x0002B8, "Member 'ATeleportPoint_DEBUG_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, ManuallyAjustTpNumber) == 0x0002C0, "Member 'ATeleportPoint_DEBUG_C::ManuallyAjustTpNumber' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, TPNumber) == 0x0002C4, "Member 'ATeleportPoint_DEBUG_C::TPNumber' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, Debug_TP_Point_) == 0x0002C8, "Member 'ATeleportPoint_DEBUG_C::Debug_TP_Point_' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, LightingScenarioToActivate) == 0x0002D8, "Member 'ATeleportPoint_DEBUG_C::LightingScenarioToActivate' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, MusicToPlay) == 0x000300, "Member 'ATeleportPoint_DEBUG_C::MusicToPlay' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, DebugDontTriggerMovementZone) == 0x000338, "Member 'ATeleportPoint_DEBUG_C::DebugDontTriggerMovementZone' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, ReferenceSpawnPoint) == 0x000340, "Member 'ATeleportPoint_DEBUG_C::ReferenceSpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(ATeleportPoint_DEBUG_C, GameActionToExecute) == 0x000348, "Member 'ATeleportPoint_DEBUG_C::GameActionToExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameActionHelpers_C_HasAnyGameActionInExecution \ +static_assert(alignof(FL_GameActionHelpers_C_HasAnyGameActionInExecution) == 0x000008, "Wrong alignment on FL_GameActionHelpers_C_HasAnyGameActionInExecution"); \ +static_assert(sizeof(FL_GameActionHelpers_C_HasAnyGameActionInExecution) == 0x000028, "Wrong size on FL_GameActionHelpers_C_HasAnyGameActionInExecution"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, __WorldContext) == 0x000000, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, ReturnValue) == 0x000008, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_HasAnyGameActionInExecution, CallFunc_HasAnyGameActionInExecution_ReturnValue) == 0x000021, "Member 'FL_GameActionHelpers_C_HasAnyGameActionInExecution::CallFunc_HasAnyGameActionInExecution_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameActionHelpers_C_IsValidGameActionWrapper \ +static_assert(alignof(FL_GameActionHelpers_C_IsValidGameActionWrapper) == 0x000008, "Wrong alignment on FL_GameActionHelpers_C_IsValidGameActionWrapper"); \ +static_assert(sizeof(FL_GameActionHelpers_C_IsValidGameActionWrapper) == 0x000020, "Wrong size on FL_GameActionHelpers_C_IsValidGameActionWrapper"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, GameActionWrapper) == 0x000000, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, __WorldContext) == 0x000010, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, IsValid) == 0x000018, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::IsValid' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_IsValidGameActionWrapper, CallFunc_BooleanOR_ReturnValue) == 0x00001B, "Member 'FL_GameActionHelpers_C_IsValidGameActionWrapper::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameActionHelpers_C_ValidateGameActionWrapper \ +static_assert(alignof(FL_GameActionHelpers_C_ValidateGameActionWrapper) == 0x000008, "Wrong alignment on FL_GameActionHelpers_C_ValidateGameActionWrapper"); \ +static_assert(sizeof(FL_GameActionHelpers_C_ValidateGameActionWrapper) == 0x0000D0, "Wrong size on FL_GameActionHelpers_C_ValidateGameActionWrapper"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, GameActionWrapper) == 0x000000, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::GameActionWrapper' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, ErrorMessages) == 0x000010, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, ExploreAssetChildren) == 0x000020, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, PropertyPath) == 0x000028, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, __WorldContext) == 0x000038, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_BooleanAND_ReturnValue) == 0x000078, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, K2Node_DynamicCast_AsBP_PDT_Game_Action) == 0x000090, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::K2Node_DynamicCast_AsBP_PDT_Game_Action' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000A0, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, K2Node_DynamicCast_AsBP_PDT_Game_Action_1) == 0x0000B0, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::K2Node_DynamicCast_AsBP_PDT_Game_Action_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_ValidateGameActionWrapper, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C0, "Member 'FL_GameActionHelpers_C_ValidateGameActionWrapper::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameActionHelpers_C_GetGameActionExecutor \ +static_assert(alignof(FL_GameActionHelpers_C_GetGameActionExecutor) == 0x000008, "Wrong alignment on FL_GameActionHelpers_C_GetGameActionExecutor"); \ +static_assert(sizeof(FL_GameActionHelpers_C_GetGameActionExecutor) == 0x000028, "Wrong size on FL_GameActionHelpers_C_GetGameActionExecutor"); \ +static_assert(offsetof(FL_GameActionHelpers_C_GetGameActionExecutor, __WorldContext) == 0x000000, "Member 'FL_GameActionHelpers_C_GetGameActionExecutor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_GetGameActionExecutor, GameActionExecutor) == 0x000008, "Member 'FL_GameActionHelpers_C_GetGameActionExecutor::GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_GetGameActionExecutor, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'FL_GameActionHelpers_C_GetGameActionExecutor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_GetGameActionExecutor, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'FL_GameActionHelpers_C_GetGameActionExecutor::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(FL_GameActionHelpers_C_GetGameActionExecutor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_GameActionHelpers_C_GetGameActionExecutor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_GameActionHelpers_C \ +static_assert(alignof(UFL_GameActionHelpers_C) == 0x000008, "Wrong alignment on UFL_GameActionHelpers_C"); \ +static_assert(sizeof(UFL_GameActionHelpers_C) == 0x000028, "Wrong size on UFL_GameActionHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ShortJumper_C_BndEvt__BP_Jumper_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper \ +static_assert(alignof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper) == 0x000008, "Wrong alignment on BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper"); \ +static_assert(sizeof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper) == 0x000508, "Wrong size on BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, EntryPoint) == 0x000000, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000010, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000018, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000028, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetControlRotation_ReturnValue) == 0x000038, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000050, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000068, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_2) == 0x000088, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_X) == 0x000098, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Z) == 0x0000A8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetController_ReturnValue) == 0x0000B0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x0000B8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_X_1) == 0x0000C0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Y_1) == 0x0000C8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Z_1) == 0x0000D0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_3) == 0x0000D8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_3) == 0x0000E0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000E8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x000100, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_X_2) == 0x000108, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Y_2) == 0x000110, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Z_2) == 0x000118, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_4) == 0x000120, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_4) == 0x000128, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_5) == 0x000130, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_5) == 0x000138, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_5) == 0x000140, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_6) == 0x000148, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_6) == 0x000150, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_6) == 0x000158, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_X_3) == 0x000160, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Y_3) == 0x000168, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_BreakVector_Z_3) == 0x000170, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000178, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000180, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000188, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_7) == 0x000190, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_7) == 0x000198, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_7) == 0x0001A0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_MapRangeClamped_ReturnValue) == 0x0001A8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_8) == 0x0001B0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_8) == 0x0001B8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_8) == 0x0001C0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001C8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001D0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001D8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001E0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001E4, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_SweepResult) == 0x0001E8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_9) == 0x0002E0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_9' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_9) == 0x0002E8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Lerp_ReturnValue) == 0x0002F0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Lerp_ReturnValue_1) == 0x0002F8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_MakeVector_ReturnValue) == 0x000300, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_9) == 0x000318, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000320, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherActor) == 0x000328, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherComp) == 0x000330, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000338, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_10) == 0x000340, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_10' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_10) == 0x000348, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_11) == 0x000350, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_11' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_11) == 0x000358, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000360, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000378, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000390, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_RLerp_ReturnValue) == 0x0003A8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_RLerp_ReturnValue_1) == 0x0003C0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0003D8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0004D0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_GetPlayerCharacter_ReturnValue_10) == 0x0004D8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_GetPlayerCharacter_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_AsBP_J_RPG_Character_World_12) == 0x0004E0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_AsBP_J_RPG_Character_World_12' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, K2Node_DynamicCast_bSuccess_12) == 0x0004E8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0004F0, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Lerp_Alpha_ImplicitCast) == 0x0004F8, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000500, "Member 'BP_ShortJumper_C_ExecuteUbergraph_BP_ShortJumper::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ShortJumper_C \ +static_assert(alignof(ABP_ShortJumper_C) == 0x000008, "Wrong alignment on ABP_ShortJumper_C"); \ +static_assert(sizeof(ABP_ShortJumper_C) == 0x000360, "Wrong size on ABP_ShortJumper_C"); \ +static_assert(offsetof(ABP_ShortJumper_C, UberGraphFrame) == 0x000290, "Member 'ABP_ShortJumper_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, Cube) == 0x000298, "Member 'ABP_ShortJumper_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, JumpLandingLocationArrow) == 0x0002A0, "Member 'ABP_ShortJumper_C::JumpLandingLocationArrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, CharacterSize) == 0x0002A8, "Member 'ABP_ShortJumper_C::CharacterSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, Box) == 0x0002B0, "Member 'ABP_ShortJumper_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, Circle) == 0x0002B8, "Member 'ABP_ShortJumper_C::Circle' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_ShortJumper_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, SuperJumpTimeline_RotationTrack_54DFF20B4855EC9D17889F9E82AF7D31) == 0x0002C8, "Member 'ABP_ShortJumper_C::SuperJumpTimeline_RotationTrack_54DFF20B4855EC9D17889F9E82AF7D31' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, SuperJumpTimeline_JumpTrackXY_54DFF20B4855EC9D17889F9E82AF7D31) == 0x0002CC, "Member 'ABP_ShortJumper_C::SuperJumpTimeline_JumpTrackXY_54DFF20B4855EC9D17889F9E82AF7D31' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, SuperJumpTimeline_JumpTrackZ_54DFF20B4855EC9D17889F9E82AF7D31) == 0x0002D0, "Member 'ABP_ShortJumper_C::SuperJumpTimeline_JumpTrackZ_54DFF20B4855EC9D17889F9E82AF7D31' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, SuperJumpTimeline__Direction_54DFF20B4855EC9D17889F9E82AF7D31) == 0x0002D4, "Member 'ABP_ShortJumper_C::SuperJumpTimeline__Direction_54DFF20B4855EC9D17889F9E82AF7D31' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, SuperJumpTimeline) == 0x0002D8, "Member 'ABP_ShortJumper_C::SuperJumpTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, CharacterLocationAtJumpStart) == 0x0002E0, "Member 'ABP_ShortJumper_C::CharacterLocationAtJumpStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, CharacterRotationAtJumpStart) == 0x0002F8, "Member 'ABP_ShortJumper_C::CharacterRotationAtJumpStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, Prompt_Params) == 0x000310, "Member 'ABP_ShortJumper_C::Prompt_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, Prompt_ID) == 0x000328, "Member 'ABP_ShortJumper_C::Prompt_ID' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, JumpRate) == 0x000338, "Member 'ABP_ShortJumper_C::JumpRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, DelayBeforeJump) == 0x00033C, "Member 'ABP_ShortJumper_C::DelayBeforeJump' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, UsePrompt) == 0x000340, "Member 'ABP_ShortJumper_C::UsePrompt' has a wrong offset!"); \ +static_assert(offsetof(ABP_ShortJumper_C, ControlRotationAtJumpStart) == 0x000348, "Member 'ABP_ShortJumper_C::ControlRotationAtJumpStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPC_Base_C_Dialog \ +static_assert(alignof(NPC_Base_C_Dialog) == 0x000008, "Wrong alignment on NPC_Base_C_Dialog"); \ +static_assert(sizeof(NPC_Base_C_Dialog) == 0x000020, "Wrong size on NPC_Base_C_Dialog"); \ +static_assert(offsetof(NPC_Base_C_Dialog, EventId) == 0x000000, "Member 'NPC_Base_C_Dialog::EventId' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_Dialog, SwitchID) == 0x000008, "Member 'NPC_Base_C_Dialog::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_Dialog, DialogText) == 0x000010, "Member 'NPC_Base_C_Dialog::DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPC_Base_C_ExecuteUbergraph_NPC_Base \ +static_assert(alignof(NPC_Base_C_ExecuteUbergraph_NPC_Base) == 0x000008, "Wrong alignment on NPC_Base_C_ExecuteUbergraph_NPC_Base"); \ +static_assert(sizeof(NPC_Base_C_ExecuteUbergraph_NPC_Base) == 0x0000A0, "Wrong size on NPC_Base_C_ExecuteUbergraph_NPC_Base"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, EntryPoint) == 0x000000, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_InputActionEvent_Key) == 0x000008, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_InputActionEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_InputTouchEvent_FingerIndex_1) == 0x000020, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_InputTouchEvent_FingerIndex_1' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_InputTouchEvent_Location_1) == 0x000028, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_InputTouchEvent_Location_1' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_InputTouchEvent_FingerIndex) == 0x000040, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_InputTouchEvent_FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_InputTouchEvent_Location) == 0x000048, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_InputTouchEvent_Location' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, Temp_byte_Variable) == 0x000060, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, Temp_struct_Variable) == 0x000068, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_Event_EventID) == 0x000080, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_Event_EventID' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_Event_SwitchID) == 0x000088, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_Event_SwitchID' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_ExecuteUbergraph_NPC_Base, K2Node_Event_DialogText) == 0x000090, "Member 'NPC_Base_C_ExecuteUbergraph_NPC_Base::K2Node_Event_DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0 \ +static_assert(alignof(NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0"); \ +static_assert(sizeof(NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0"); \ +static_assert(offsetof(NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'NPC_Base_C_InpActEvt_ResetVR_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPC_Base_C_InpTchEvt_Pressed \ +static_assert(alignof(NPC_Base_C_InpTchEvt_Pressed) == 0x000008, "Wrong alignment on NPC_Base_C_InpTchEvt_Pressed"); \ +static_assert(sizeof(NPC_Base_C_InpTchEvt_Pressed) == 0x000020, "Wrong size on NPC_Base_C_InpTchEvt_Pressed"); \ +static_assert(offsetof(NPC_Base_C_InpTchEvt_Pressed, FingerIndex) == 0x000000, "Member 'NPC_Base_C_InpTchEvt_Pressed::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_InpTchEvt_Pressed, Location) == 0x000008, "Member 'NPC_Base_C_InpTchEvt_Pressed::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPC_Base_C_InpTchEvt_Released \ +static_assert(alignof(NPC_Base_C_InpTchEvt_Released) == 0x000008, "Wrong alignment on NPC_Base_C_InpTchEvt_Released"); \ +static_assert(sizeof(NPC_Base_C_InpTchEvt_Released) == 0x000020, "Wrong size on NPC_Base_C_InpTchEvt_Released"); \ +static_assert(offsetof(NPC_Base_C_InpTchEvt_Released, FingerIndex) == 0x000000, "Member 'NPC_Base_C_InpTchEvt_Released::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(NPC_Base_C_InpTchEvt_Released, Location) == 0x000008, "Member 'NPC_Base_C_InpTchEvt_Released::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANPC_Base_C \ +static_assert(alignof(ANPC_Base_C) == 0x000010, "Wrong alignment on ANPC_Base_C"); \ +static_assert(sizeof(ANPC_Base_C) == 0x000BA0, "Wrong size on ANPC_Base_C"); \ +static_assert(offsetof(ANPC_Base_C, UberGraphFrame_NPC_Base_C) == 0x000B80, "Member 'ANPC_Base_C::UberGraphFrame_NPC_Base_C' has a wrong offset!"); \ +static_assert(offsetof(ANPC_Base_C, DialogSystem) == 0x000B88, "Member 'ANPC_Base_C::DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(ANPC_Base_C, BaseTurnRate) == 0x000B90, "Member 'ANPC_Base_C::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ANPC_Base_C, BaseLookUpRate) == 0x000B98, "Member 'ANPC_Base_C::BaseLookUpRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_AnimDialog \ +static_assert(alignof(BP_DialogSystem_C_AnimDialog) == 0x000008, "Wrong alignment on BP_DialogSystem_C_AnimDialog"); \ +static_assert(sizeof(BP_DialogSystem_C_AnimDialog) == 0x000208, "Wrong size on BP_DialogSystem_C_AnimDialog"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, Response) == 0x000000, "Member 'BP_DialogSystem_C_AnimDialog::Response' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, AnimDuration) == 0x000010, "Member 'BP_DialogSystem_C_AnimDialog::AnimDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, AnimMontageDuration) == 0x000018, "Member 'BP_DialogSystem_C_AnimDialog::AnimMontageDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_DialogSystem_C_AnimDialog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_DialogSystem_C_AnimDialog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001B0, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_Add_IntInt_ReturnValue) == 0x0001B4, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, K2Node_MakeArray_Array) == 0x0001B8, "Member 'BP_DialogSystem_C_AnimDialog::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_Array_Get_Item) == 0x0001C8, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, K2Node_MakeArray_Array_1) == 0x0001D0, "Member 'BP_DialogSystem_C_AnimDialog::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_Array_Get_Item_1) == 0x0001E0, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_Array_Length_ReturnValue) == 0x0001F0, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_EqualEqual_TextText_ReturnValue) == 0x0001F4, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_Less_IntInt_ReturnValue) == 0x0001F5, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog) == 0x0001F8, "Member 'BP_DialogSystem_C_AnimDialog::K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'BP_DialogSystem_C_AnimDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AnimDialog, CallFunc_PlayAnimMontage_ReturnValue) == 0x000204, "Member 'BP_DialogSystem_C_AnimDialog::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_QuitDialog \ +static_assert(alignof(BP_DialogSystem_C_QuitDialog) == 0x000008, "Wrong alignment on BP_DialogSystem_C_QuitDialog"); \ +static_assert(sizeof(BP_DialogSystem_C_QuitDialog) == 0x000078, "Wrong size on BP_DialogSystem_C_QuitDialog"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, self2) == 0x000000, "Member 'BP_DialogSystem_C_QuitDialog::self2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, PlayerController) == 0x000008, "Member 'BP_DialogSystem_C_QuitDialog::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, self3) == 0x000010, "Member 'BP_DialogSystem_C_QuitDialog::self3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, DontRegisterDialog) == 0x000018, "Member 'BP_DialogSystem_C_QuitDialog::DontRegisterDialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000028, "Member 'BP_DialogSystem_C_QuitDialog::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DialogSystem_C_QuitDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, K2Node_DynamicCast_AsCharacter) == 0x000048, "Member 'BP_DialogSystem_C_QuitDialog::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_DialogSystem_C_QuitDialog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_GetCurrentMontage_ReturnValue) == 0x000058, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_GetAnimInstance_ReturnValue) == 0x000068, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_QuitDialog, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'BP_DialogSystem_C_QuitDialog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_AddStructDialog \ +static_assert(alignof(BP_DialogSystem_C_AddStructDialog) == 0x000008, "Wrong alignment on BP_DialogSystem_C_AddStructDialog"); \ +static_assert(sizeof(BP_DialogSystem_C_AddStructDialog) == 0x000268, "Wrong size on BP_DialogSystem_C_AddStructDialog"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, TargetArray) == 0x000000, "Member 'BP_DialogSystem_C_AddStructDialog::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, EventId) == 0x000010, "Member 'BP_DialogSystem_C_AddStructDialog::EventId' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, SwitchID) == 0x000018, "Member 'BP_DialogSystem_C_AddStructDialog::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable) == 0x00001C, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000021, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000022, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000023, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable) == 0x000038, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Conv_StringToInt_ReturnValue) == 0x00003C, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000040, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddCameraAngle_DialogSystem) == 0x000048, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddCameraAngle_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default) == 0x000058, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_1) == 0x000061, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_2) == 0x000062, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_1) == 0x000068, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_3) == 0x000070, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_2) == 0x000078, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_4) == 0x000080, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_3) == 0x000088, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_5) == 0x000090, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_4) == 0x000094, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_6) == 0x00009C, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_5) == 0x0000A0, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_7) == 0x0000A8, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_6) == 0x0000AC, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_8) == 0x0000B4, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_7) == 0x0000B8, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_9) == 0x0000C0, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_8) == 0x0000C8, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_10) == 0x0000D8, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_9) == 0x0000E0, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_11) == 0x0000F0, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_10) == 0x0000F8, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_1) == 0x000108, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_11) == 0x000110, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_12) == 0x000120, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_2) == 0x000124, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_3) == 0x000128, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_13) == 0x00012C, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_4) == 0x000130, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_5) == 0x000134, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_14) == 0x000138, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_6) == 0x00013C, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_7) == 0x000140, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_15) == 0x000144, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_8) == 0x000148, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_9) == 0x00014C, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_16) == 0x000150, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_object_Variable) == 0x000158, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_object_Variable_1) == 0x000160, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_bool_Variable_17) == 0x000168, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_12) == 0x000170, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Array_Index_Variable) == 0x000178, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_MakeLiteralText_ReturnValue) == 0x000180, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue) == 0x000190, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_13) == 0x000198, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_1) == 0x0001A0, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_14) == 0x0001A4, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_2) == 0x0001A8, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_15) == 0x0001AC, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_3) == 0x0001B0, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_16) == 0x0001B4, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_4) == 0x0001B8, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_17) == 0x0001BC, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_5) == 0x0001C0, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_6) == 0x0001C1, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_NotEqual_TextText_ReturnValue_7) == 0x0001C2, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_NotEqual_TextText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_MakeArray_Array) == 0x0001C8, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_18) == 0x0001D8, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Array_Get_Item) == 0x0001DC, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Array_Length_ReturnValue) == 0x0001E0, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0001E4, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_10) == 0x0001E8, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Loop_Counter_Variable) == 0x0001EC, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_19) == 0x0001F0, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Add_IntInt_ReturnValue) == 0x0001FC, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, Temp_int_Variable_11) == 0x000200, "Member 'BP_DialogSystem_C_AddStructDialog::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_20) == 0x000208, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_20' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, K2Node_Select_Default_21) == 0x000218, "Member 'BP_DialogSystem_C_AddStructDialog::K2Node_Select_Default_21' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Add_Response_DialogSystem) == 0x000228, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Add_Response_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddDialog_DialogSystem) == 0x000230, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddDialog_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddDialog_DelayValue) == 0x000238, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddDialog_DelayValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddDialog_DialogEventDelay_ImplicitCast) == 0x000240, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddDialog_DialogEventDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddDialog_DialogTypingDelay_ImplicitCast) == 0x000248, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddDialog_DialogTypingDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000250, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000258, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddStructDialog, CallFunc_AddCameraAngle_CameraAngle_ImplicitCast) == 0x000260, "Member 'BP_DialogSystem_C_AddStructDialog::CallFunc_AddCameraAngle_CameraAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_AddDataTable \ +static_assert(alignof(BP_DialogSystem_C_AddDataTable) == 0x000008, "Wrong alignment on BP_DialogSystem_C_AddDataTable"); \ +static_assert(sizeof(BP_DialogSystem_C_AddDataTable) == 0x0003C0, "Wrong size on BP_DialogSystem_C_AddDataTable"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, DataTable_0) == 0x000000, "Member 'BP_DialogSystem_C_AddDataTable::DataTable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, RowName) == 0x000008, "Member 'BP_DialogSystem_C_AddDataTable::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, SwitchID) == 0x000010, "Member 'BP_DialogSystem_C_AddDataTable::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable) == 0x000014, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000015, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000016, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000017, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000018, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000019, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x00001A, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x00001B, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x00001C, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_BooleanOR_ReturnValue) == 0x00001D, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001E, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_BooleanOR_ReturnValue_1) == 0x00001F, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000020, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_BooleanOR_ReturnValue_2) == 0x000030, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Array_Find_ReturnValue) == 0x000034, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_1) == 0x000039, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_2) == 0x00003A, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_3) == 0x00003B, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_4) == 0x00003C, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_5) == 0x00003D, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_6) == 0x00003E, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_7) == 0x00003F, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_8) == 0x000040, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_9) == 0x000041, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable) == 0x000044, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_10) == 0x000048, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_1) == 0x00004C, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_2) == 0x000050, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_11) == 0x000054, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_3) == 0x000058, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_4) == 0x00005C, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_12) == 0x000060, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_5) == 0x000064, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_6) == 0x000068, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_13) == 0x00006C, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_7) == 0x000070, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_8) == 0x000074, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_14) == 0x000078, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_object_Variable) == 0x000080, "Member 'BP_DialogSystem_C_AddDataTable::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_object_Variable_1) == 0x000088, "Member 'BP_DialogSystem_C_AddDataTable::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_15) == 0x000090, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Array_Index_Variable) == 0x000094, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000220, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddCameraAngle_DialogSystem) == 0x000228, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddCameraAngle_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000230, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default) == 0x000234, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_1) == 0x00023C, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_2) == 0x000248, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_3) == 0x000258, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_4) == 0x000260, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_5) == 0x000270, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_6) == 0x000278, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000288, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_7) == 0x000290, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_8) == 0x0002A0, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_9) == 0x0002A8, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_MakeLiteralText_ReturnValue) == 0x0002B0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue) == 0x0002C0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_9) == 0x0002C8, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_1) == 0x0002D8, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_10) == 0x0002DC, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_2) == 0x0002E0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_11) == 0x0002E4, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_3) == 0x0002E8, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_12) == 0x0002EC, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_4) == 0x0002F0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_13) == 0x0002F4, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_5) == 0x0002F8, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_14) == 0x0002FC, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_6) == 0x000300, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_TextText_ReturnValue_7) == 0x000301, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_TextText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_16) == 0x000302, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_MakeArray_Array) == 0x000308, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Array_Get_Item) == 0x000318, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Array_Length_ReturnValue) == 0x00031C, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000320, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_bool_Variable_17) == 0x000321, "Member 'BP_DialogSystem_C_AddDataTable::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_15) == 0x000328, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_16) == 0x000330, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_17) == 0x000338, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_18) == 0x000348, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_19) == 0x000350, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddDialog_DialogSystem) == 0x000358, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddDialog_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddDialog_DelayValue) == 0x000360, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddDialog_DelayValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_10) == 0x000368, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00036C, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_BooleanOR_ReturnValue_3) == 0x00036D, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_20) == 0x000370, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_20' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Variable_11) == 0x000378, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, Temp_int_Loop_Counter_Variable) == 0x00037C, "Member 'BP_DialogSystem_C_AddDataTable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, K2Node_Select_Default_21) == 0x000380, "Member 'BP_DialogSystem_C_AddDataTable::K2Node_Select_Default_21' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Add_Response_DialogSystem) == 0x000388, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Add_Response_DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Less_IntInt_ReturnValue) == 0x000390, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Add_IntInt_ReturnValue) == 0x000394, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddDialog_DialogEventDelay_ImplicitCast) == 0x000398, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddDialog_DialogEventDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddDialog_DialogTypingDelay_ImplicitCast) == 0x0003A0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddDialog_DialogTypingDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0003A8, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x0003B0, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDataTable, CallFunc_AddCameraAngle_CameraAngle_ImplicitCast) == 0x0003B8, "Member 'BP_DialogSystem_C_AddDataTable::CallFunc_AddCameraAngle_CameraAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_Add_Response \ +static_assert(alignof(BP_DialogSystem_C_Add_Response) == 0x000008, "Wrong alignment on BP_DialogSystem_C_Add_Response"); \ +static_assert(sizeof(BP_DialogSystem_C_Add_Response) == 0x000178, "Wrong size on BP_DialogSystem_C_Add_Response"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, Name_0) == 0x000000, "Member 'BP_DialogSystem_C_Add_Response::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, Response) == 0x000010, "Member 'BP_DialogSystem_C_Add_Response::Response' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, EventId) == 0x000020, "Member 'BP_DialogSystem_C_Add_Response::EventId' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, SwitchID) == 0x000028, "Member 'BP_DialogSystem_C_Add_Response::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, NameColor) == 0x00002C, "Member 'BP_DialogSystem_C_Add_Response::NameColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, ResponseFont) == 0x000040, "Member 'BP_DialogSystem_C_Add_Response::ResponseFont' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, ResponseVoice) == 0x000048, "Member 'BP_DialogSystem_C_Add_Response::ResponseVoice' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, TextColorHovered) == 0x000050, "Member 'BP_DialogSystem_C_Add_Response::TextColorHovered' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, TextColorNormal) == 0x000060, "Member 'BP_DialogSystem_C_Add_Response::TextColorNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, BtnHoveredImage) == 0x000070, "Member 'BP_DialogSystem_C_Add_Response::BtnHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, BtnNormalImage) == 0x000078, "Member 'BP_DialogSystem_C_Add_Response::BtnNormalImage' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, EnableEventDelay) == 0x000080, "Member 'BP_DialogSystem_C_Add_Response::EnableEventDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, ResponseAnim) == 0x000088, "Member 'BP_DialogSystem_C_Add_Response::ResponseAnim' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, DialogSystem) == 0x000090, "Member 'BP_DialogSystem_C_Add_Response::DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000099, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x00009A, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x00009B, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A9, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_SelectColor_ReturnValue) == 0x0000AC, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, K2Node_MakeStruct_SlateColor) == 0x0000BC, "Member 'BP_DialogSystem_C_Add_Response::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000D0, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_Create_ReturnValue) == 0x0000D8, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_GetChildIndex_ReturnValue) == 0x0000E0, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_AddChild_ReturnValue) == 0x0000E8, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_SelectObject_ReturnValue) == 0x0000F8, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_SelectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, K2Node_MakeStruct_SlateFontInfo) == 0x000100, "Member 'BP_DialogSystem_C_Add_Response::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000160, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x000168, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Add_Response, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2) == 0x000170, "Member 'BP_DialogSystem_C_Add_Response::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_AddCameraAngle \ +static_assert(alignof(BP_DialogSystem_C_AddCameraAngle) == 0x000010, "Wrong alignment on BP_DialogSystem_C_AddCameraAngle"); \ +static_assert(sizeof(BP_DialogSystem_C_AddCameraAngle) == 0x0001F0, "Wrong size on BP_DialogSystem_C_AddCameraAngle"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraActorTarget) == 0x000000, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraActorTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraBlendTime) == 0x000008, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraDistence) == 0x000010, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraDistence' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraHight) == 0x000018, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraHight' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraAngle) == 0x000020, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraAngle' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraAttach_) == 0x000028, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraAttach_' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, DialogSystem) == 0x000030, "Member 'BP_DialogSystem_C_AddCameraAngle::DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CameraTarget) == 0x000038, "Member 'BP_DialogSystem_C_AddCameraAngle::CameraTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_MakeVector_ReturnValue_1) == 0x000058, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000070, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_MakeVector_ReturnValue_2) == 0x000078, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000A0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_Not_PreBool_ReturnValue) == 0x0000A2, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000A8, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D8, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_RotateAngleAxis_ReturnValue) == 0x000108, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000120, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_FindLookAtRotation_ReturnValue) == 0x000140, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_MakeTransform_ReturnValue) == 0x000160, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001C0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001C8, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_K2_AttachToActor_ReturnValue) == 0x0001D0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_IsValid_ReturnValue_2) == 0x0001D1, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_IsValid_ReturnValue_3) == 0x0001D2, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_GetPlayerController_ReturnValue) == 0x0001D8, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast) == 0x0001E0, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_RotateAngleAxis_AngleDeg_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddCameraAngle, CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast) == 0x0001E4, "Member 'BP_DialogSystem_C_AddCameraAngle::CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_GlobalDialogEvent \ +static_assert(alignof(BP_DialogSystem_C_GlobalDialogEvent) == 0x000004, "Wrong alignment on BP_DialogSystem_C_GlobalDialogEvent"); \ +static_assert(sizeof(BP_DialogSystem_C_GlobalDialogEvent) == 0x00000C, "Wrong size on BP_DialogSystem_C_GlobalDialogEvent"); \ +static_assert(offsetof(BP_DialogSystem_C_GlobalDialogEvent, EventId) == 0x000000, "Member 'BP_DialogSystem_C_GlobalDialogEvent::EventId' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_GlobalDialogEvent, Success) == 0x000008, "Member 'BP_DialogSystem_C_GlobalDialogEvent::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_AddDialog \ +static_assert(alignof(BP_DialogSystem_C_AddDialog) == 0x000008, "Wrong alignment on BP_DialogSystem_C_AddDialog"); \ +static_assert(sizeof(BP_DialogSystem_C_AddDialog) == 0x000268, "Wrong size on BP_DialogSystem_C_AddDialog"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Image) == 0x000000, "Member 'BP_DialogSystem_C_AddDialog::Image' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Name_0) == 0x000008, "Member 'BP_DialogSystem_C_AddDialog::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Dialog) == 0x000018, "Member 'BP_DialogSystem_C_AddDialog::Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogID) == 0x000028, "Member 'BP_DialogSystem_C_AddDialog::DialogID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, NameColor) == 0x000030, "Member 'BP_DialogSystem_C_AddDialog::NameColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogHoveredColor) == 0x000040, "Member 'BP_DialogSystem_C_AddDialog::DialogHoveredColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogNormalColor) == 0x000050, "Member 'BP_DialogSystem_C_AddDialog::DialogNormalColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogFont) == 0x000060, "Member 'BP_DialogSystem_C_AddDialog::DialogFont' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogAnim) == 0x000068, "Member 'BP_DialogSystem_C_AddDialog::DialogAnim' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogSound) == 0x000070, "Member 'BP_DialogSystem_C_AddDialog::DialogSound' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogEventDelay) == 0x000078, "Member 'BP_DialogSystem_C_AddDialog::DialogEventDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogTypingDelay) == 0x000080, "Member 'BP_DialogSystem_C_AddDialog::DialogTypingDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogTypingSound) == 0x000088, "Member 'BP_DialogSystem_C_AddDialog::DialogTypingSound' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, IsDialogClickable_) == 0x000090, "Member 'BP_DialogSystem_C_AddDialog::IsDialogClickable_' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, ClearDialogResponses_) == 0x000091, "Member 'BP_DialogSystem_C_AddDialog::ClearDialogResponses_' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DialogSystem) == 0x000098, "Member 'BP_DialogSystem_C_AddDialog::DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, DelayValue) == 0x0000A0, "Member 'BP_DialogSystem_C_AddDialog::DelayValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_DynamicCast_AsCharacter) == 0x0000B0, "Member 'BP_DialogSystem_C_AddDialog::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_DialogSystem_C_AddDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B9, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_GetAnimInstance_ReturnValue) == 0x0000C0, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Montage_IsPlaying_ReturnValue) == 0x0000C8, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Montage_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsValid_ReturnValue_1) == 0x0000CA, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsValid_ReturnValue_2) == 0x0000CB, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsValid_ReturnValue_3) == 0x0000CC, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_MakeStruct_SlateColor) == 0x0000D0, "Member 'BP_DialogSystem_C_AddDialog::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E8, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Len_ReturnValue) == 0x0000FC, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000100, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000108, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000110, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000111, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_BooleanAND_ReturnValue) == 0x000112, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000118, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_BooleanAND_ReturnValue_1) == 0x000128, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Len_ReturnValue_1) == 0x00012C, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_SelectColor_ReturnValue) == 0x000130, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_Greater_IntInt_ReturnValue) == 0x000140, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_MakeStruct_SlateColor_1) == 0x000144, "Member 'BP_DialogSystem_C_AddDialog::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsValid_ReturnValue_4) == 0x000158, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_GetGameInstance_ReturnValue) == 0x000160, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000168, "Member 'BP_DialogSystem_C_AddDialog::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_DialogSystem_C_AddDialog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Temp_bool_Variable) == 0x000171, "Member 'BP_DialogSystem_C_AddDialog::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_GetPlayerController_ReturnValue) == 0x000178, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_IsVisible_ReturnValue) == 0x000180, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_GetOwner_ReturnValue) == 0x000188, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000190, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_PersistentVoice_CurrentVoiceName) == 0x0001A8, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_PersistentVoice_CurrentVoiceName' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_SelectObject_ReturnValue) == 0x0001B0, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_SelectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_MakeStruct_SlateFontInfo) == 0x0001B8, "Member 'BP_DialogSystem_C_AddDialog::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Temp_bool_Variable_1) == 0x000218, "Member 'BP_DialogSystem_C_AddDialog::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Temp_real_Variable) == 0x000220, "Member 'BP_DialogSystem_C_AddDialog::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, Temp_bool_Variable_2) == 0x000228, "Member 'BP_DialogSystem_C_AddDialog::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_Select_Default) == 0x000230, "Member 'BP_DialogSystem_C_AddDialog::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_Select_Default_1) == 0x000238, "Member 'BP_DialogSystem_C_AddDialog::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_Select_Default_2) == 0x000240, "Member 'BP_DialogSystem_C_AddDialog::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, K2Node_Select_Option_1_ImplicitCast) == 0x000248, "Member 'BP_DialogSystem_C_AddDialog::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000250, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x000258, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_AddDialog, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2) == 0x000260, "Member 'BP_DialogSystem_C_AddDialog::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_CreateDialogUI \ +static_assert(alignof(BP_DialogSystem_C_CreateDialogUI) == 0x000010, "Wrong alignment on BP_DialogSystem_C_CreateDialogUI"); \ +static_assert(sizeof(BP_DialogSystem_C_CreateDialogUI) == 0x0001B0, "Wrong size on BP_DialogSystem_C_CreateDialogUI"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, GUITexture) == 0x000000, "Member 'BP_DialogSystem_C_CreateDialogUI::GUITexture' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, MainSize) == 0x000008, "Member 'BP_DialogSystem_C_CreateDialogUI::MainSize' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, MainTranslation) == 0x000018, "Member 'BP_DialogSystem_C_CreateDialogUI::MainTranslation' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, MainBorderColor) == 0x000028, "Member 'BP_DialogSystem_C_CreateDialogUI::MainBorderColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, TextBorderColor) == 0x000038, "Member 'BP_DialogSystem_C_CreateDialogUI::TextBorderColor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, DialogIconSize) == 0x000048, "Member 'BP_DialogSystem_C_CreateDialogUI::DialogIconSize' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, bShowMouseCursor) == 0x000058, "Member 'BP_DialogSystem_C_CreateDialogUI::bShowMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, bCenterMouse_) == 0x000059, "Member 'BP_DialogSystem_C_CreateDialogUI::bCenterMouse_' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, bShowDebug_) == 0x00005A, "Member 'BP_DialogSystem_C_CreateDialogUI::bShowDebug_' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, DialogSystem) == 0x000060, "Member 'BP_DialogSystem_C_CreateDialogUI::DialogSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_BreakVector2D_X) == 0x000068, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_BreakVector2D_Y) == 0x000070, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_BreakVector2D_X_1) == 0x000078, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_BreakVector2D_Y_1) == 0x000080, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000090, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_GetOwner_ReturnValue) == 0x000160, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_GetPlayerController_ReturnValue) == 0x000170, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_GetViewportSize_SizeX) == 0x000178, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_GetViewportSize_SizeY) == 0x00017C, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_Divide_IntInt_ReturnValue) == 0x000180, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_Subtract_IntInt_ReturnValue) == 0x000184, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_AddToPlayerScreen_ReturnValue) == 0x000188, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_AddToPlayerScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00018C, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_GetPlayerController_ReturnValue_1) == 0x000190, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_Create_ReturnValue) == 0x000198, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast) == 0x0001A0, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x0001A4, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast_1) == 0x0001A8, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_CreateDialogUI, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast_1) == 0x0001AC, "Member 'BP_DialogSystem_C_CreateDialogUI::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_Dialog \ +static_assert(alignof(BP_DialogSystem_C_Dialog) == 0x000008, "Wrong alignment on BP_DialogSystem_C_Dialog"); \ +static_assert(sizeof(BP_DialogSystem_C_Dialog) == 0x000020, "Wrong size on BP_DialogSystem_C_Dialog"); \ +static_assert(offsetof(BP_DialogSystem_C_Dialog, EventId) == 0x000000, "Member 'BP_DialogSystem_C_Dialog::EventId' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Dialog, SwitchID) == 0x000008, "Member 'BP_DialogSystem_C_Dialog::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_Dialog, DialogText) == 0x000010, "Member 'BP_DialogSystem_C_Dialog::DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_StopAnim \ +static_assert(alignof(BP_DialogSystem_C_StopAnim) == 0x000008, "Wrong alignment on BP_DialogSystem_C_StopAnim"); \ +static_assert(sizeof(BP_DialogSystem_C_StopAnim) == 0x000018, "Wrong size on BP_DialogSystem_C_StopAnim"); \ +static_assert(offsetof(BP_DialogSystem_C_StopAnim, Mesh) == 0x000000, "Member 'BP_DialogSystem_C_StopAnim::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_StopAnim, Target_0) == 0x000008, "Member 'BP_DialogSystem_C_StopAnim::Target_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_StopAnim, Montage) == 0x000010, "Member 'BP_DialogSystem_C_StopAnim::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem \ +static_assert(alignof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem) == 0x000008, "Wrong alignment on BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem"); \ +static_assert(sizeof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem) == 0x000048, "Wrong size on BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, EntryPoint) == 0x000000, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_CustomEvent_Mesh) == 0x000008, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_CustomEvent_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_CustomEvent_Target) == 0x000010, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_CustomEvent_Target' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_CustomEvent_Montage) == 0x000018, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_CustomEvent_Montage' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_Event_EventID) == 0x000020, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_Event_EventID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_Event_SwitchID) == 0x000028, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_Event_SwitchID' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, K2Node_Event_DialogText) == 0x000030, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::K2Node_Event_DialogText' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem, CallFunc_GlobalDialogEvent_Success) == 0x000040, "Member 'BP_DialogSystem_C_ExecuteUbergraph_BP_DialogSystem::CallFunc_GlobalDialogEvent_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DialogSystem_C \ +static_assert(alignof(UBP_DialogSystem_C) == 0x000008, "Wrong alignment on UBP_DialogSystem_C"); \ +static_assert(sizeof(UBP_DialogSystem_C) == 0x0002A8, "Wrong size on UBP_DialogSystem_C"); \ +static_assert(offsetof(UBP_DialogSystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_DialogSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DataTable) == 0x0000A8, "Member 'UBP_DialogSystem_C::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DataTableRowID) == 0x0000B0, "Member 'UBP_DialogSystem_C::DataTableRowID' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DialogStructs) == 0x0000B8, "Member 'UBP_DialogSystem_C::DialogStructs' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, BattleName) == 0x0000C8, "Member 'UBP_DialogSystem_C::BattleName' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, BattleMap) == 0x0000D0, "Member 'UBP_DialogSystem_C::BattleMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, NPCReference) == 0x0000D8, "Member 'UBP_DialogSystem_C::NPCReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DialogBox) == 0x0000E0, "Member 'UBP_DialogSystem_C::DialogBox' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DialogEntry) == 0x0000E8, "Member 'UBP_DialogSystem_C::DialogEntry' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, SceneCamera) == 0x0000F0, "Member 'UBP_DialogSystem_C::SceneCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, OldSceneCamera) == 0x0000F8, "Member 'UBP_DialogSystem_C::OldSceneCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, MouseVisibility_) == 0x000100, "Member 'UBP_DialogSystem_C::MouseVisibility_' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, ShowDebug_) == 0x000101, "Member 'UBP_DialogSystem_C::ShowDebug_' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, CameraSetting) == 0x000108, "Member 'UBP_DialogSystem_C::CameraSetting' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Target) == 0x000120, "Member 'UBP_DialogSystem_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AudioDialogue) == 0x000128, "Member 'UBP_DialogSystem_C::AudioDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AudioResponse) == 0x000130, "Member 'UBP_DialogSystem_C::AudioResponse' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, PlayedDialogID) == 0x000138, "Member 'UBP_DialogSystem_C::PlayedDialogID' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AvailableItems) == 0x000140, "Member 'UBP_DialogSystem_C::AvailableItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Greeting) == 0x000190, "Member 'UBP_DialogSystem_C::Greeting' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, QuestName) == 0x0001A0, "Member 'UBP_DialogSystem_C::QuestName' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AddConditionDialog) == 0x0001A8, "Member 'UBP_DialogSystem_C::AddConditionDialog' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, CharacterToAddRow) == 0x0001B8, "Member 'UBP_DialogSystem_C::CharacterToAddRow' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, BattleManagerRef) == 0x0001C8, "Member 'UBP_DialogSystem_C::BattleManagerRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AdaptBattlemapLocation_) == 0x0001D0, "Member 'UBP_DialogSystem_C::AdaptBattlemapLocation_' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Flee_Impossible) == 0x0001D1, "Member 'UBP_DialogSystem_C::Flee_Impossible' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Battle_Music) == 0x0001D8, "Member 'UBP_DialogSystem_C::Battle_Music' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Enemy_Original_Location) == 0x0001E0, "Member 'UBP_DialogSystem_C::Enemy_Original_Location' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Enemy_Global_ID) == 0x0001F8, "Member 'UBP_DialogSystem_C::Enemy_Global_ID' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Engage_Type) == 0x000200, "Member 'UBP_DialogSystem_C::Engage_Type' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Encounter_Name) == 0x000204, "Member 'UBP_DialogSystem_C::Encounter_Name' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, Battle_Map_Name) == 0x00020C, "Member 'UBP_DialogSystem_C::Battle_Map_Name' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AvailableItemsExtended) == 0x000218, "Member 'UBP_DialogSystem_C::AvailableItemsExtended' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, AlreadyBeat) == 0x000268, "Member 'UBP_DialogSystem_C::AlreadyBeat' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, NpcDefeated) == 0x000269, "Member 'UBP_DialogSystem_C::NpcDefeated' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, TriggerDialogWhenDefeated) == 0x00026A, "Member 'UBP_DialogSystem_C::TriggerDialogWhenDefeated' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, DataTableRowIdDefeat) == 0x00026C, "Member 'UBP_DialogSystem_C::DataTableRowIdDefeat' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, BattleMapBP) == 0x000278, "Member 'UBP_DialogSystem_C::BattleMapBP' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogSystem_C, EventType) == 0x0002A0, "Member 'UBP_DialogSystem_C::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_Dialog \ +static_assert(alignof(W_DialogBox_C_Dialog) == 0x000008, "Wrong alignment on W_DialogBox_C_Dialog"); \ +static_assert(sizeof(W_DialogBox_C_Dialog) == 0x000020, "Wrong size on W_DialogBox_C_Dialog"); \ +static_assert(offsetof(W_DialogBox_C_Dialog, EventId_0) == 0x000000, "Member 'W_DialogBox_C_Dialog::EventId_0' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_Dialog, SwitchID) == 0x000008, "Member 'W_DialogBox_C_Dialog::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_Dialog, DialogText) == 0x000010, "Member 'W_DialogBox_C_Dialog::DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_ExecuteUbergraph_W_DialogBox \ +static_assert(alignof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox) == 0x000008, "Wrong alignment on W_DialogBox_C_ExecuteUbergraph_W_DialogBox"); \ +static_assert(sizeof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox) == 0x0001D0, "Wrong size on W_DialogBox_C_ExecuteUbergraph_W_DialogBox"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, EntryPoint) == 0x000000, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Conv_TextToString_ReturnValue) == 0x000008, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Len_ReturnValue) == 0x000018, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000020, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000031, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000040, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_Event_EventID) == 0x000048, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_Event_EventID' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_Event_SwitchID) == 0x000050, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_Event_SwitchID' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_Event_DialogText) == 0x000058, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_Event_DialogText' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_DynamicCast_AsBPI_Dialog_Interface) == 0x000070, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_DynamicCast_AsBPI_Dialog_Interface' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsVisible_ReturnValue) == 0x000081, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsValid_ReturnValue_2) == 0x000082, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GlobalDialogEvent_Success) == 0x000083, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GlobalDialogEvent_Success' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_DoesImplementInterface_ReturnValue) == 0x000084, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000088, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000098, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x0000A0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x0000A9, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_BooleanOR_ReturnValue) == 0x0000AA, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_MakeStruct_SlateColor) == 0x0000AC, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_MakeStruct_SlateColor_1) == 0x0000C0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_MakeStruct_SlateColor_2) == 0x0000D4, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_Event_InFocusEvent) == 0x0000E8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GetChildAt_ReturnValue) == 0x0000F0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Not_PreBool_ReturnValue) == 0x0000F8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsValid_ReturnValue_3) == 0x0000F9, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_DynamicCast_AsBPI_Dialog_Interface_1) == 0x000100, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_DynamicCast_AsBPI_Dialog_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_IsValid_ReturnValue_4) == 0x000111, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000112, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GetPlayerPawn_ReturnValue) == 0x000118, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, K2Node_CustomEvent_Duration) == 0x000120, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000128, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000129, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000140, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Array_Get_Item) == 0x000158, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Concat_StrStr_ReturnValue) == 0x000170, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000180, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Delay_Duration_ImplicitCast) == 0x000184, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast) == 0x000188, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_SetViewTargetWithBlend_BlendTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Delay_Duration_ImplicitCast_1) == 0x00018C, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_RetriggerableDelay_Duration_ImplicitCast) == 0x000190, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_RetriggerableDelay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000198, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0001A0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x0001A8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x0001B0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_B_ImplicitCast_2) == 0x0001B8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Add_DoubleDouble_B_ImplicitCast_3) == 0x0001C0, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Add_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_ExecuteUbergraph_W_DialogBox, CallFunc_Delay_Duration_ImplicitCast_2) == 0x0001C8, "Member 'W_DialogBox_C_ExecuteUbergraph_W_DialogBox::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_NPCImageVisibility \ +static_assert(alignof(W_DialogBox_C_NPCImageVisibility) == 0x000001, "Wrong alignment on W_DialogBox_C_NPCImageVisibility"); \ +static_assert(sizeof(W_DialogBox_C_NPCImageVisibility) == 0x000006, "Wrong size on W_DialogBox_C_NPCImageVisibility"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, ReturnValue) == 0x000000, "Member 'W_DialogBox_C_NPCImageVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, Temp_bool_Variable) == 0x000001, "Member 'W_DialogBox_C_NPCImageVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, Temp_byte_Variable) == 0x000002, "Member 'W_DialogBox_C_NPCImageVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'W_DialogBox_C_NPCImageVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'W_DialogBox_C_NPCImageVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_NPCImageVisibility, K2Node_Select_Default) == 0x000005, "Member 'W_DialogBox_C_NPCImageVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_OnRemovedFromFocusPath \ +static_assert(alignof(W_DialogBox_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on W_DialogBox_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(W_DialogBox_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on W_DialogBox_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(W_DialogBox_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'W_DialogBox_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_SetNameText \ +static_assert(alignof(W_DialogBox_C_SetNameText) == 0x000008, "Wrong alignment on W_DialogBox_C_SetNameText"); \ +static_assert(sizeof(W_DialogBox_C_SetNameText) == 0x000050, "Wrong size on W_DialogBox_C_SetNameText"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, ReturnValue) == 0x000000, "Member 'W_DialogBox_C_SetNameText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, Temp_bool_Variable) == 0x000010, "Member 'W_DialogBox_C_SetNameText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, Temp_text_Variable) == 0x000018, "Member 'W_DialogBox_C_SetNameText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'W_DialogBox_C_SetNameText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, CallFunc_NotEqual_TextText_ReturnValue) == 0x000038, "Member 'W_DialogBox_C_SetNameText::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogBox_C_SetNameText, K2Node_Select_Default) == 0x000040, "Member 'W_DialogBox_C_SetNameText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogBox_C_SetNPCDialog \ +static_assert(alignof(W_DialogBox_C_SetNPCDialog) == 0x000008, "Wrong alignment on W_DialogBox_C_SetNPCDialog"); \ +static_assert(sizeof(W_DialogBox_C_SetNPCDialog) == 0x000008, "Wrong size on W_DialogBox_C_SetNPCDialog"); \ +static_assert(offsetof(W_DialogBox_C_SetNPCDialog, Duration) == 0x000000, "Member 'W_DialogBox_C_SetNPCDialog::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UW_DialogBox_C \ +static_assert(alignof(UW_DialogBox_C) == 0x000010, "Wrong alignment on UW_DialogBox_C"); \ +static_assert(sizeof(UW_DialogBox_C) == 0x000C30, "Wrong size on UW_DialogBox_C"); \ +static_assert(offsetof(UW_DialogBox_C, UberGraphFrame) == 0x0002E0, "Member 'UW_DialogBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogHBox) == 0x0002E8, "Member 'UW_DialogBox_C::DialogHBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogImageUI) == 0x0002F0, "Member 'UW_DialogBox_C::DialogImageUI' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogNameText) == 0x0002F8, "Member 'UW_DialogBox_C::DialogNameText' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogSBox) == 0x000300, "Member 'UW_DialogBox_C::DialogSBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, MainBorder) == 0x000308, "Member 'UW_DialogBox_C::MainBorder' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, MainCanvasPanel) == 0x000310, "Member 'UW_DialogBox_C::MainCanvasPanel' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, MainDialogOverlay) == 0x000318, "Member 'UW_DialogBox_C::MainDialogOverlay' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, MainSBox) == 0x000320, "Member 'UW_DialogBox_C::MainSBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogBorder) == 0x000328, "Member 'UW_DialogBox_C::NPCDialogBorder' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogButton) == 0x000330, "Member 'UW_DialogBox_C::NPCDialogButton' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogOverlay) == 0x000338, "Member 'UW_DialogBox_C::NPCDialogOverlay' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogText) == 0x000340, "Member 'UW_DialogBox_C::NPCDialogText' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogVBox) == 0x000348, "Member 'UW_DialogBox_C::NPCDialogVBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCImage) == 0x000350, "Member 'UW_DialogBox_C::NPCImage' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCImageSBox) == 0x000358, "Member 'UW_DialogBox_C::NPCImageSBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCInfoHBox) == 0x000360, "Member 'UW_DialogBox_C::NPCInfoHBox' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCNameText) == 0x000368, "Member 'UW_DialogBox_C::NPCNameText' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogReference) == 0x000370, "Member 'UW_DialogBox_C::DialogReference' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCReference) == 0x000378, "Member 'UW_DialogBox_C::NPCReference' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, MouseVisible_) == 0x000380, "Member 'UW_DialogBox_C::MouseVisible_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, Name_0) == 0x000388, "Member 'UW_DialogBox_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialog) == 0x000398, "Member 'UW_DialogBox_C::NPCDialog' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCDialogArray) == 0x0003A8, "Member 'UW_DialogBox_C::NPCDialogArray' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, AppendNPCDialog) == 0x0003B0, "Member 'UW_DialogBox_C::AppendNPCDialog' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, Collapsed_) == 0x0003C0, "Member 'UW_DialogBox_C::Collapsed_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogClickable_) == 0x0003C1, "Member 'UW_DialogBox_C::DialogClickable_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogActive_) == 0x0003C2, "Member 'UW_DialogBox_C::DialogActive_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, NPCButtenDelay) == 0x0003C8, "Member 'UW_DialogBox_C::NPCButtenDelay' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, EventId) == 0x0003D0, "Member 'UW_DialogBox_C::EventId' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, CameraBlendTime) == 0x0003D8, "Member 'UW_DialogBox_C::CameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, TypingSound) == 0x0003E0, "Member 'UW_DialogBox_C::TypingSound' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, SceneCamera) == 0x0003E8, "Member 'UW_DialogBox_C::SceneCamera' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, OldSceneCamera) == 0x0003F0, "Member 'UW_DialogBox_C::OldSceneCamera' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DefaultHoveredStyle) == 0x000400, "Member 'UW_DialogBox_C::DefaultHoveredStyle' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DialogEventDelay) == 0x0007F0, "Member 'UW_DialogBox_C::DialogEventDelay' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, DefaultNormalStyle) == 0x000800, "Member 'UW_DialogBox_C::DefaultNormalStyle' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, BtnHoveredImage) == 0x000BF0, "Member 'UW_DialogBox_C::BtnHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, BtnNormalImage) == 0x000BF8, "Member 'UW_DialogBox_C::BtnNormalImage' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, TextColorHovered) == 0x000C00, "Member 'UW_DialogBox_C::TextColorHovered' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, TextColorNormal) == 0x000C10, "Member 'UW_DialogBox_C::TextColorNormal' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, Removed_) == 0x000C20, "Member 'UW_DialogBox_C::Removed_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogBox_C, ShowDebug_) == 0x000C21, "Member 'UW_DialogBox_C::ShowDebug_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogEntry_C_Dialog \ +static_assert(alignof(W_DialogEntry_C_Dialog) == 0x000008, "Wrong alignment on W_DialogEntry_C_Dialog"); \ +static_assert(sizeof(W_DialogEntry_C_Dialog) == 0x000020, "Wrong size on W_DialogEntry_C_Dialog"); \ +static_assert(offsetof(W_DialogEntry_C_Dialog, EventId_0) == 0x000000, "Member 'W_DialogEntry_C_Dialog::EventId_0' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_Dialog, SwitchID_0) == 0x000008, "Member 'W_DialogEntry_C_Dialog::SwitchID_0' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_Dialog, DialogText) == 0x000010, "Member 'W_DialogEntry_C_Dialog::DialogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry \ +static_assert(alignof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry) == 0x000010, "Wrong alignment on W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry"); \ +static_assert(sizeof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry) == 0x000450, "Wrong size on W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, EntryPoint) == 0x000000, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_Variable) == 0x000005, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_IsClosed_Variable) == 0x000006, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_Event_EventID) == 0x000008, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_Event_EventID' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_Event_SwitchID) == 0x000010, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_Event_SwitchID' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_Event_DialogText) == 0x000018, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_Event_DialogText' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_DynamicCast_AsBPI_Dialog_Interface) == 0x000028, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_DynamicCast_AsBPI_Dialog_Interface' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_DynamicCast_AsBPI_Dialog_Interface_1) == 0x000040, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_DynamicCast_AsBPI_Dialog_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_DoesImplementInterface_ReturnValue) == 0x000052, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_1) == 0x000053, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000070, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000088, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000090, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000098, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_MakeStruct_SlateColor) == 0x00009C, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_MakeStruct_SlateColor_1) == 0x0000B0, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_2) == 0x0000C4, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_MakeStruct_SlateBrush) == 0x0000D0, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_Select_Default) == 0x0001A0, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_3) == 0x000270, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_MakeStruct_SlateBrush_1) == 0x000280, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_GlobalDialogEvent_Success) == 0x000350, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_GlobalDialogEvent_Success' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_4) == 0x000351, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsPlaying_ReturnValue) == 0x000352, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_5) == 0x000353, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsPlaying_ReturnValue_1) == 0x000354, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_IsClosed_Variable_1) == 0x000355, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_Has_Been_Initd_Variable_1) == 0x000356, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_IsValid_ReturnValue_6) == 0x000357, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, Temp_bool_Variable_1) == 0x000358, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_AnimDialog_AnimDuration) == 0x000360, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_AnimDialog_AnimDuration' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, K2Node_Select_Default_1) == 0x000370, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_Delay_Duration_ImplicitCast) == 0x000440, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000444, "Member 'W_DialogEntry_C_ExecuteUbergraph_W_DialogEntry::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_W_DialogEntry_C_SetDialogResponse \ +static_assert(alignof(W_DialogEntry_C_SetDialogResponse) == 0x000008, "Wrong alignment on W_DialogEntry_C_SetDialogResponse"); \ +static_assert(sizeof(W_DialogEntry_C_SetDialogResponse) == 0x000010, "Wrong size on W_DialogEntry_C_SetDialogResponse"); \ +static_assert(offsetof(W_DialogEntry_C_SetDialogResponse, ReturnValue) == 0x000000, "Member 'W_DialogEntry_C_SetDialogResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UW_DialogEntry_C \ +static_assert(alignof(UW_DialogEntry_C) == 0x000010, "Wrong alignment on UW_DialogEntry_C"); \ +static_assert(sizeof(UW_DialogEntry_C) == 0x000B60, "Wrong size on UW_DialogEntry_C"); \ +static_assert(offsetof(UW_DialogEntry_C, UberGraphFrame) == 0x0002E0, "Member 'UW_DialogEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, Button) == 0x0002E8, "Member 'UW_DialogEntry_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, Text) == 0x0002F0, "Member 'UW_DialogEntry_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, EventId) == 0x0002F8, "Member 'UW_DialogEntry_C::EventId' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, SwitchID) == 0x000300, "Member 'UW_DialogEntry_C::SwitchID' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, ResponseDialog) == 0x000308, "Member 'UW_DialogEntry_C::ResponseDialog' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, ResponseAudio) == 0x000318, "Member 'UW_DialogEntry_C::ResponseAudio' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, NPCReference) == 0x000320, "Member 'UW_DialogEntry_C::NPCReference' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, DialogReference) == 0x000328, "Member 'UW_DialogEntry_C::DialogReference' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, EnableDelay) == 0x000330, "Member 'UW_DialogEntry_C::EnableDelay' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, TextColorHovered) == 0x000338, "Member 'UW_DialogEntry_C::TextColorHovered' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, TextColorNormal) == 0x000348, "Member 'UW_DialogEntry_C::TextColorNormal' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, BtnHoveredImage) == 0x000358, "Member 'UW_DialogEntry_C::BtnHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, BtnNormalImage) == 0x000360, "Member 'UW_DialogEntry_C::BtnNormalImage' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, DefaultNormalStyle) == 0x000370, "Member 'UW_DialogEntry_C::DefaultNormalStyle' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, DefaultHoveredStyle) == 0x000760, "Member 'UW_DialogEntry_C::DefaultHoveredStyle' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, ShowDebug_) == 0x000B50, "Member 'UW_DialogEntry_C::ShowDebug_' has a wrong offset!"); \ +static_assert(offsetof(UW_DialogEntry_C, AudioDialogue) == 0x000B58, "Member 'UW_DialogEntry_C::AudioDialogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_Action_EndDialogue \ +static_assert(alignof(BP_Dialogue_C_Action_EndDialogue) == 0x000008, "Wrong alignment on BP_Dialogue_C_Action_EndDialogue"); \ +static_assert(sizeof(BP_Dialogue_C_Action_EndDialogue) == 0x000018, "Wrong size on BP_Dialogue_C_Action_EndDialogue"); \ +static_assert(offsetof(BP_Dialogue_C_Action_EndDialogue, NextDialogueStage) == 0x000000, "Member 'BP_Dialogue_C_Action_EndDialogue::NextDialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_Action_EndDialogue, Parameters) == 0x000004, "Member 'BP_Dialogue_C_Action_EndDialogue::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_Action_EndDialogue, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_Action_EndDialogue::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_Action_EndDialogue, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_C_Action_EndDialogue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_ActivateDialogue \ +static_assert(alignof(BP_Dialogue_C_ActivateDialogue) == 0x000008, "Wrong alignment on BP_Dialogue_C_ActivateDialogue"); \ +static_assert(sizeof(BP_Dialogue_C_ActivateDialogue) == 0x000010, "Wrong size on BP_Dialogue_C_ActivateDialogue"); \ +static_assert(offsetof(BP_Dialogue_C_ActivateDialogue, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_Dialogue_C_ActivateDialogue::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ActivateDialogue, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_ActivateDialogue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_CheckForErrors \ +static_assert(alignof(BP_Dialogue_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Dialogue_C_CheckForErrors"); \ +static_assert(sizeof(BP_Dialogue_C_CheckForErrors) == 0x000048, "Wrong size on BP_Dialogue_C_CheckForErrors"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Dialogue_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Dialogue_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_Dialogue_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_Dialogue_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, CallFunc_IsValid_Guid_ReturnValue) == 0x000038, "Member 'BP_Dialogue_C_CheckForErrors::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_Dialogue_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_Dialogue_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue \ +static_assert(alignof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue) == 0x000008, "Wrong alignment on BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue"); \ +static_assert(sizeof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue) == 0x000128, "Wrong size on BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, EntryPoint) == 0x000000, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_GetMasterVolume_ReturnValue) == 0x000010, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000024, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_GetVoiceVolume_ReturnValue) == 0x000028, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, Temp_bool_Variable) == 0x00002C, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x00002D, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, Temp_real_Variable) == 0x000030, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, Temp_bool_Variable_1) == 0x000038, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_Select_Default) == 0x000040, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, Temp_real_Variable_1) == 0x000048, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_Select_Default_1) == 0x000050, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000060, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_CustomEvent_EnvelopeValue) == 0x0000D8, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_CustomEvent_EnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_GetPlayerController_ReturnValue) == 0x0000E8, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F8, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_Select_Option_1_ImplicitCast) == 0x000100, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000108, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, K2Node_Select_Option_1_ImplicitCast_1) == 0x000110, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::K2Node_Select_Option_1_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1) == 0x000118, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000120, "Member 'BP_Dialogue_C_ExecuteUbergraph_BP_Dialogue::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetDefaultAudioTriggerForDialogue \ +static_assert(alignof(BP_Dialogue_C_GetDefaultAudioTriggerForDialogue) == 0x000004, "Wrong alignment on BP_Dialogue_C_GetDefaultAudioTriggerForDialogue"); \ +static_assert(sizeof(BP_Dialogue_C_GetDefaultAudioTriggerForDialogue) == 0x000010, "Wrong size on BP_Dialogue_C_GetDefaultAudioTriggerForDialogue"); \ +static_assert(offsetof(BP_Dialogue_C_GetDefaultAudioTriggerForDialogue, AudioTrigger) == 0x000000, "Member 'BP_Dialogue_C_GetDefaultAudioTriggerForDialogue::AudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDefaultAudioTriggerForDialogue, AudioTriggerName) == 0x000004, "Member 'BP_Dialogue_C_GetDefaultAudioTriggerForDialogue::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDefaultAudioTriggerForDialogue, K2Node_SwitchEnum_CmpSuccess) == 0x00000C, "Member 'BP_Dialogue_C_GetDefaultAudioTriggerForDialogue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetDialogueParameters \ +static_assert(alignof(BP_Dialogue_C_GetDialogueParameters) == 0x000004, "Wrong alignment on BP_Dialogue_C_GetDialogueParameters"); \ +static_assert(sizeof(BP_Dialogue_C_GetDialogueParameters) == 0x000008, "Wrong size on BP_Dialogue_C_GetDialogueParameters"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueParameters, DialogueParameters) == 0x000000, "Member 'BP_Dialogue_C_GetDialogueParameters::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetDialogueStage \ +static_assert(alignof(BP_Dialogue_C_GetDialogueStage) == 0x000008, "Wrong alignment on BP_Dialogue_C_GetDialogueStage"); \ +static_assert(sizeof(BP_Dialogue_C_GetDialogueStage) == 0x000018, "Wrong size on BP_Dialogue_C_GetDialogueStage"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueStage, DialogueStage) == 0x000000, "Member 'BP_Dialogue_C_GetDialogueStage::DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueStage, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_GetDialogueStage::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueStage, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_Dialogue_C_GetDialogueStage::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueStage, CallFunc_Map_Find_ReturnValue) == 0x000014, "Member 'BP_Dialogue_C_GetDialogueStage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetDialogueStage, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000015, "Member 'BP_Dialogue_C_GetDialogueStage::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetExternalSpeakerSlots \ +static_assert(alignof(BP_Dialogue_C_GetExternalSpeakerSlots) == 0x000008, "Wrong alignment on BP_Dialogue_C_GetExternalSpeakerSlots"); \ +static_assert(sizeof(BP_Dialogue_C_GetExternalSpeakerSlots) == 0x000010, "Wrong size on BP_Dialogue_C_GetExternalSpeakerSlots"); \ +static_assert(offsetof(BP_Dialogue_C_GetExternalSpeakerSlots, Actor_Array) == 0x000000, "Member 'BP_Dialogue_C_GetExternalSpeakerSlots::Actor_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetInterlocutorActor \ +static_assert(alignof(BP_Dialogue_C_GetInterlocutorActor) == 0x000008, "Wrong alignment on BP_Dialogue_C_GetInterlocutorActor"); \ +static_assert(sizeof(BP_Dialogue_C_GetInterlocutorActor) == 0x000100, "Wrong size on BP_Dialogue_C_GetInterlocutorActor"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, ActorClass) == 0x000000, "Member 'BP_Dialogue_C_GetInterlocutorActor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, Interlocutor) == 0x000008, "Member 'BP_Dialogue_C_GetInterlocutorActor::Interlocutor' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_GetClassDisplayName_ReturnValue) == 0x000010, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_Dialogue_C_GetInterlocutorActor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_Dialogue_C_GetInterlocutorActor::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_GetObjectClass_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_Dialogue_C_GetInterlocutorActor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_ClassIsChildOf_ReturnValue) == 0x0000E8, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetInterlocutorActor, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_Dialogue_C_GetInterlocutorActor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetPlayerCharacterWorld \ +static_assert(alignof(BP_Dialogue_C_GetPlayerCharacterWorld) == 0x000008, "Wrong alignment on BP_Dialogue_C_GetPlayerCharacterWorld"); \ +static_assert(sizeof(BP_Dialogue_C_GetPlayerCharacterWorld) == 0x000020, "Wrong size on BP_Dialogue_C_GetPlayerCharacterWorld"); \ +static_assert(offsetof(BP_Dialogue_C_GetPlayerCharacterWorld, AsBP_J_RPG_Character_World) == 0x000000, "Member 'BP_Dialogue_C_GetPlayerCharacterWorld::AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetPlayerCharacterWorld, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_GetPlayerCharacterWorld::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetPlayerCharacterWorld, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_Dialogue_C_GetPlayerCharacterWorld::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetPlayerCharacterWorld, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Dialogue_C_GetPlayerCharacterWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_GetSpeakerActor \ +static_assert(alignof(BP_Dialogue_C_GetSpeakerActor) == 0x000008, "Wrong alignment on BP_Dialogue_C_GetSpeakerActor"); \ +static_assert(sizeof(BP_Dialogue_C_GetSpeakerActor) == 0x000030, "Wrong size on BP_Dialogue_C_GetSpeakerActor"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, Character) == 0x000000, "Member 'BP_Dialogue_C_GetSpeakerActor::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, Actor) == 0x000008, "Member 'BP_Dialogue_C_GetSpeakerActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_Dialogue_C_GetSpeakerActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_Dialogue_C_GetSpeakerActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, CallFunc_GetSpeaker_Actor) == 0x000020, "Member 'BP_Dialogue_C_GetSpeakerActor::CallFunc_GetSpeaker_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_GetSpeakerActor, CallFunc_GetSpeaker_Slot) == 0x000028, "Member 'BP_Dialogue_C_GetSpeakerActor::CallFunc_GetSpeaker_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event \ +static_assert(alignof(BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event) == 0x000004, "Wrong alignment on BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event"); \ +static_assert(sizeof(BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event) == 0x000004, "Wrong size on BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event"); \ +static_assert(offsetof(BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event, EnvelopeValue) == 0x000000, "Member 'BP_Dialogue_C_OnEnvelopeFollowerUpdate_Event::EnvelopeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_ResetNPCAnim \ +static_assert(alignof(BP_Dialogue_C_ResetNPCAnim) == 0x000008, "Wrong alignment on BP_Dialogue_C_ResetNPCAnim"); \ +static_assert(sizeof(BP_Dialogue_C_ResetNPCAnim) == 0x000010, "Wrong size on BP_Dialogue_C_ResetNPCAnim"); \ +static_assert(offsetof(BP_Dialogue_C_ResetNPCAnim, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'BP_Dialogue_C_ResetNPCAnim::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_ResetNPCAnim, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_ResetNPCAnim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_RestoreBattleParty \ +static_assert(alignof(BP_Dialogue_C_RestoreBattleParty) == 0x000008, "Wrong alignment on BP_Dialogue_C_RestoreBattleParty"); \ +static_assert(sizeof(BP_Dialogue_C_RestoreBattleParty) == 0x000008, "Wrong size on BP_Dialogue_C_RestoreBattleParty"); \ +static_assert(offsetof(BP_Dialogue_C_RestoreBattleParty, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_Dialogue_C_RestoreBattleParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_SetBattleParty \ +static_assert(alignof(BP_Dialogue_C_SetBattleParty) == 0x000008, "Wrong alignment on BP_Dialogue_C_SetBattleParty"); \ +static_assert(sizeof(BP_Dialogue_C_SetBattleParty) == 0x000050, "Wrong size on BP_Dialogue_C_SetBattleParty"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CharacterData) == 0x000000, "Member 'BP_Dialogue_C_SetBattleParty::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, local_Party) == 0x000010, "Member 'BP_Dialogue_C_SetBattleParty::local_Party' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_Dialogue_C_SetBattleParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_Dialogue_C_SetBattleParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetBattleParty, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_Dialogue_C_SetBattleParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_SetDialogueParameters \ +static_assert(alignof(BP_Dialogue_C_SetDialogueParameters) == 0x000004, "Wrong alignment on BP_Dialogue_C_SetDialogueParameters"); \ +static_assert(sizeof(BP_Dialogue_C_SetDialogueParameters) == 0x000008, "Wrong size on BP_Dialogue_C_SetDialogueParameters"); \ +static_assert(offsetof(BP_Dialogue_C_SetDialogueParameters, DialogueParameters) == 0x000000, "Member 'BP_Dialogue_C_SetDialogueParameters::DialogueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_C_SetDialogueStage \ +static_assert(alignof(BP_Dialogue_C_SetDialogueStage) == 0x000008, "Wrong alignment on BP_Dialogue_C_SetDialogueStage"); \ +static_assert(sizeof(BP_Dialogue_C_SetDialogueStage) == 0x000010, "Wrong size on BP_Dialogue_C_SetDialogueStage"); \ +static_assert(offsetof(BP_Dialogue_C_SetDialogueStage, DialogueStage) == 0x000000, "Member 'BP_Dialogue_C_SetDialogueStage::DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_C_SetDialogueStage, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_Dialogue_C_SetDialogueStage::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_C \ +static_assert(alignof(ABP_Dialogue_C) == 0x000008, "Wrong alignment on ABP_Dialogue_C"); \ +static_assert(sizeof(ABP_Dialogue_C) == 0x000338, "Wrong size on ABP_Dialogue_C"); \ +static_assert(offsetof(ABP_Dialogue_C, UberGraphFrame) == 0x000290, "Member 'ABP_Dialogue_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, EnvelopeFollowerListener) == 0x000298, "Member 'ABP_Dialogue_C::EnvelopeFollowerListener' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_Dialogue_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, IsComplete) == 0x0002A8, "Member 'ABP_Dialogue_C::IsComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, InterlocutorActor) == 0x0002B0, "Member 'ABP_Dialogue_C::InterlocutorActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, NPC) == 0x0002B8, "Member 'ABP_Dialogue_C::NPC' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, BattleMap) == 0x0002C0, "Member 'ABP_Dialogue_C::BattleMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, ForcedDialogueStage) == 0x0002E8, "Member 'ABP_Dialogue_C::ForcedDialogueStage' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, OnDialogueFinished) == 0x0002F0, "Member 'ABP_Dialogue_C::OnDialogueFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, PreviousParty) == 0x000300, "Member 'ABP_Dialogue_C::PreviousParty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, DialogueGUID) == 0x000310, "Member 'ABP_Dialogue_C::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, CanInterruptDialogue) == 0x000320, "Member 'ABP_Dialogue_C::CanInterruptDialogue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, Dialogue_Parameters) == 0x000324, "Member 'ABP_Dialogue_C::Dialogue_Parameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_C, EnvelopePreset) == 0x000330, "Member 'ABP_Dialogue_C::EnvelopePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Female_2_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Female_2_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Female_2_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Female_2_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Children_Female_2_C"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData) == 0x002C18, "Wrong size on ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1271) == 0x000004, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1271' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1272) == 0x00000C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1272' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1273) == 0x000014, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1273' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1274) == 0x00001C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1274' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1275) == 0x000020, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1275' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1276) == 0x000028, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1276' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1277) == 0x00002C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1277' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1278) == 0x000034, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1278' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1279) == 0x000038, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1279' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1280) == 0x000040, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1280' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1281) == 0x000044, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1281' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1282) == 0x00004C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1282' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1283) == 0x000050, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1283' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1284) == 0x000058, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1284' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1285) == 0x00005C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1285' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1286) == 0x000064, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1286' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1287) == 0x000068, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1287' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1288) == 0x000070, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1288' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1289) == 0x000078, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1289' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1290) == 0x000080, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1290' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1291) == 0x000084, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1291' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1292) == 0x00008C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1292' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1293) == 0x000094, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1293' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1294) == 0x00009C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1294' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1295) == 0x0000A4, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1295' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1296) == 0x0000AC, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1296' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1297) == 0x0000B4, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1297' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_1298) == 0x0000C0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_1298' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1299) == 0x0000E0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1299' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1300) == 0x0000E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1300' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_1301) == 0x0000F0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_1301' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1302) == 0x000110, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1302' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1303) == 0x000118, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1303' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_1304) == 0x000120, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_1304' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1305) == 0x000140, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1305' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1306) == 0x000148, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1306' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1307) == 0x000150, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1307' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1308) == 0x000158, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1308' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1309) == 0x000160, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1309' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1310) == 0x000168, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1310' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1311) == 0x000170, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1311' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1312) == 0x000180, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1312' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1313) == 0x000188, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1313' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1314) == 0x000198, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1314' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1315) == 0x0001A0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1315' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1316) == 0x0001A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1316' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ByteProperty_1317) == 0x0001AC, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ByteProperty_1317' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1318) == 0x0001B0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1318' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1319) == 0x0001B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1319' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1320) == 0x0001BC, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1320' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_1321) == 0x0001C4, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_1321' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1322) == 0x0001C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1322' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1323) == 0x0001D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1323' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1324) == 0x0001E0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1324' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_1325) == 0x0001F0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_1325' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1326) == 0x0001F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1326' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __BoolProperty_1327) == 0x000208, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__BoolProperty_1327' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_1328) == 0x00020C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_1328' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_1329) == 0x000210, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_1329' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_1330) == 0x00023C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_1330' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_1331) == 0x000240, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_1331' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_1332) == 0x000244, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_1332' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ByteProperty_1333) == 0x000245, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ByteProperty_1333' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1334) == 0x000248, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1334' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_1335) == 0x000250, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_1335' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1336) == 0x000258, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1336' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __BlendProfile_1337) == 0x000268, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__BlendProfile_1337' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __CurveFloat_1338) == 0x000270, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__CurveFloat_1338' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __BoolProperty_1339) == 0x000278, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__BoolProperty_1339' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_1340) == 0x000279, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_1340' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_1341) == 0x00027A, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_1341' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1342) == 0x000280, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1342' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1343) == 0x000290, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1343' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __NameProperty_1344) == 0x000298, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__NameProperty_1344' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __IntProperty_1345) == 0x0002A0, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__IntProperty_1345' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, __StructProperty_1346) == 0x0002A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::__StructProperty_1346' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0002C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000348, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000350, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000368, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x000398, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x0003C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x0003F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_34) == 0x000428, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x000458, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x000488, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x0004B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x0004E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x000518, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x000548, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x000578, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x0005A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x0005D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x000608, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x000638, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x000668, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x000698, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x0006C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x0006F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x000728, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x000758, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x000788, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x0007B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x0007E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x000818, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x000848, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x000878, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x0008A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x0008D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x000908, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x000938, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x000968, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x000998, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x0009C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x0009F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000A28, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x000A58, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_33) == 0x000A88, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x000AB8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_32) == 0x000AE8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x000B18, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x000B48, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x000B78, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x000BA8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x000BD8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x000C08, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x000C38, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x000C68, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x000C98, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x000CC8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x000CF8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x000D28, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x000D58, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x000D88, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x000DB8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x000DE8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x000E18, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x000E48, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x000E78, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000EA8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x000ED8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x000F08, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000F38, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x000F68, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x000F98, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x000FC8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000FF8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x001028, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x001058, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x001088, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x0010B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x0010E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x001118, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x001148, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x001178, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x0011A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x0011D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x001208, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x001238, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x001268, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x001298, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_9) == 0x0012C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x0012F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x001328, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x001358, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x001388, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x0013B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0013E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x001418, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x001448, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x001478, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0014A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x0014D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x001508, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x001538, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x001568, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x001598, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x0015C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x0015F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x001628, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x001658, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x001688, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x0016B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x0016E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_13) == 0x001718, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x001748, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x001778, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x0017A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x0017D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x001808, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x001838, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x001868, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x001898, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_15) == 0x0018C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_14) == 0x0018F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_12) == 0x001928, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_13) == 0x001958, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_12) == 0x001988, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_11) == 0x0019B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_10) == 0x0019E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_9) == 0x001A18, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_8) == 0x001A48, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_7) == 0x001A78, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_6) == 0x001AA8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_5) == 0x001AD8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_4) == 0x001B08, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_3) == 0x001B38, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_2) == 0x001B68, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_1) == 0x001B98, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x001BC8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x001BF8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x001C28, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x001C58, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_11) == 0x001C88, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001CB8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x001CE8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x001D18, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x001D48, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x001D78, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DragonAimSolver) == 0x001DA8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DragonAimSolver' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_6) == 0x001DD8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x001E08, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x001E38, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x001E68, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x001E98, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x001EC8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x001EF8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x001F28, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x001F58, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x001F88, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x001FB8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x001FE8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x002018, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x002048, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x002078, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x0020A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x0020D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x002108, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x002138, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x002168, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x002198, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x0021C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_5) == 0x0021F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x002228, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x002258, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x002288, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0022B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0022E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x002318, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x002348, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x002378, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x0023A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x0023D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x002408, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x002438, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x002468, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x002498, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0024C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x0024F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x002528, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x002558, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x002588, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x0025B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x0025E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x002618, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x002648, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x002678, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_4) == 0x0026A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0026D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x002708, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x002738, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x002768, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_3) == 0x002798, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x0027C8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_2) == 0x0027F8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x002828, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_FeetToGround) == 0x002858, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_FeetToGround' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x002888, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0028B8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0028E8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LookAt_1) == 0x002918, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LookAt_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LookAt) == 0x002948, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x002978, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x0029A8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x0029D8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x002A08, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x002A38, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x002A68, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive) == 0x002A98, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x002AC8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x002AF8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x002B28, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x002B58, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x002B88, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x002BB8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x002BE8, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData) == 0x000060, "Wrong size on ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00000C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_2) == 0x000010, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_3) == 0x000014, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_4) == 0x000018, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_5) == 0x00001C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_6) == 0x000020, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_7) == 0x000024, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_8) == 0x000028, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_9) == 0x00002C, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __ArrayProperty_10) == 0x000030, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__ArrayProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __ByteProperty_11) == 0x000040, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__ByteProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_12) == 0x000041, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_13) == 0x000044, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_14) == 0x000048, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __FloatProperty_15) == 0x000050, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__FloatProperty_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_16) == 0x000054, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_17) == 0x000055, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_18) == 0x000056, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_19) == 0x000057, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_20) == 0x000058, "Member 'ABP_Humanoid_NPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_20' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_AnimGraph \ +static_assert(alignof(ABP_Humanoid_NPC_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_AnimGraph"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_AnimGraph) == 0x000010, "Wrong size on ABP_Humanoid_NPC_C_AnimGraph"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Humanoid_NPC_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Humanoid_NPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Humanoid_NPC_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Humanoid_NPC_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Humanoid_NPC_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC \ +static_assert(alignof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC) == 0x000010, "Wrong alignment on ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC) == 0x000810, "Wrong size on ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, EntryPoint) == 0x000000, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000006, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000008, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_2) == 0x00000A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_3) == 0x00000C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_4) == 0x00000E, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000F, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_5) == 0x000010, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000011, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_6) == 0x000012, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000013, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000014, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_7) == 0x000015, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_8) == 0x000016, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000017, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_9) == 0x000018, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000019, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00001A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00001B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x00001C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x00001D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_10) == 0x00001E, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable) == 0x00001F, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000020, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x000024, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000028, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00002C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000031, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000032, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_IsValid_ReturnValue) == 0x000033, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable) == 0x000034, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000038, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x00003C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000044, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue) == 0x000048, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3) == 0x00004C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000050, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_1) == 0x000054, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_1) == 0x000058, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x00005C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4) == 0x000060, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x000064, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x000068, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5) == 0x00006C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x000070, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000071, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000072, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000073, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_11) == 0x000074, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_12) == 0x000075, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_13) == 0x000076, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_14) == 0x000077, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000078, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x00007C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_2) == 0x000080, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6) == 0x000084, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_6) == 0x000088, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_15) == 0x000089, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x00008A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x00008C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7) == 0x000090, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_7) == 0x000094, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000095, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_1) == 0x000096, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x000097, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_3) == 0x000098, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_16) == 0x000099, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_17) == 0x00009A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x00009B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x00009C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x00009D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_18) == 0x00009E, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_19) == 0x00009F, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_20) == 0x0000A0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x0000A1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_21) == 0x0000A2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_22) == 0x0000A3, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x0000A4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_23) == 0x0000A5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8) == 0x0000A8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_24) == 0x0000AC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x0000B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x0000B4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_8) == 0x0000B5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_25) == 0x0000B6, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x0000B7, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_14) == 0x0000B8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_26) == 0x0000B9, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0000BA, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_27) == 0x0000BB, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x0000BC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_15) == 0x0000BD, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x0000BE, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_28) == 0x0000BF, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_16) == 0x0000C0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_29) == 0x0000C1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_2) == 0x0000C4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetPreviousIdleStruct_ReturnValue) == 0x0000C8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetPreviousIdleStruct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetCurrentIdleStruct_ReturnValue) == 0x000120, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetCurrentIdleStruct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_3) == 0x000178, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x00017C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_4) == 0x000180, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_30) == 0x000184, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue) == 0x000185, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_1) == 0x000186, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x000188, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9) == 0x00018C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_5) == 0x000190, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_9) == 0x000194, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_4) == 0x000195, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10) == 0x000198, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_5) == 0x00019C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_17) == 0x00019D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10) == 0x0001A0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_10) == 0x0001A4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11) == 0x0001A8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11) == 0x0001AC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_11) == 0x0001B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_31) == 0x0001B1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x0001B2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_32) == 0x0001B3, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_22) == 0x0001B4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_33) == 0x0001B5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_6) == 0x0001B6, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12) == 0x0001B8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12) == 0x0001BC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001C0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_12) == 0x0001C1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_7) == 0x0001C2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13) == 0x0001C4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_13) == 0x0001C8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_13) == 0x0001CC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001CD, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_8) == 0x0001CE, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_23) == 0x0001CF, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_14) == 0x0001D0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_9) == 0x0001D4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_34) == 0x0001D5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_24) == 0x0001D6, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14) == 0x0001D8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15) == 0x0001DC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_14) == 0x0001E0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_15) == 0x0001E4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_15) == 0x0001E8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_6) == 0x0001EC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_35) == 0x0001F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_10) == 0x0001F1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001F2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_5) == 0x0001F3, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_11) == 0x0001F4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_36) == 0x0001F5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_6) == 0x0001F6, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_7) == 0x0001F7, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_37) == 0x0001F8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetCurrentIdleStruct_ReturnValue_1) == 0x000200, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetCurrentIdleStruct_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000258, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_12) == 0x000259, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_38) == 0x00025A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_39) == 0x00025B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_8) == 0x00025C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_40) == 0x00025D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_18) == 0x00025E, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_41) == 0x00025F, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_42) == 0x000260, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_7) == 0x000264, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanOR_ReturnValue_13) == 0x000268, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_19) == 0x000269, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_43) == 0x00026A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_44) == 0x00026B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_25) == 0x00026C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_45) == 0x00026D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_20) == 0x00026E, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_46) == 0x00026F, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_47) == 0x000270, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_8) == 0x000274, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_9) == 0x000278, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_10) == 0x00027C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_11) == 0x000280, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_byte_Variable) == 0x000284, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_12) == 0x000288, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000290, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000298, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0002B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0002C8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0002D0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x0002D8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0002F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000308, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x000310, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000318, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x000330, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_5) == 0x000348, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_6) == 0x000350, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x000358, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_7) == 0x000370, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_7) == 0x000388, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_8) == 0x000390, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_8) == 0x000398, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_9) == 0x0003B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_9) == 0x0003C8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_10) == 0x0003D0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_10) == 0x0003D8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_11) == 0x0003F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Divide_DoubleDouble_ReturnValue_11) == 0x000408, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Divide_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_12) == 0x000410, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_DoubleToVector_ReturnValue_13) == 0x000428, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_DoubleToVector_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_16) == 0x000440, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_13) == 0x000444, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_2) == 0x000448, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16) == 0x00044C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_16) == 0x000450, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17) == 0x000454, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_21) == 0x000458, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_object_Variable) == 0x000460, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_17) == 0x000468, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_object_Variable_1) == 0x000470, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_ReturnValue_17) == 0x000478, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_object_Variable_2) == 0x000480, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetCurrentIdleStruct_ReturnValue_2) == 0x000488, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetCurrentIdleStruct_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_22) == 0x0004E0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_48) == 0x0004E1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_49) == 0x0004E2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_50) == 0x0004E3, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_byte_Variable_1) == 0x0004E4, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_9) == 0x0004E5, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_51) == 0x0004E6, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_EqualEqual_ByteByte_ReturnValue_26) == 0x0004E7, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_EqualEqual_ByteByte_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_3) == 0x0004E8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default) == 0x0004F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_4) == 0x0004F8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_SelectFloat_ReturnValue) == 0x000500, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_52) == 0x000508, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_53) == 0x000509, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_54) == 0x00050A, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_55) == 0x00050B, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_56) == 0x00050C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_23) == 0x00050D, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_14) == 0x000510, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_57) == 0x000514, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_58) == 0x000515, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_real_Variable_15) == 0x000518, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_real_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_5) == 0x00051C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000520, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_6) == 0x000580, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetCurrentIdleStruct_ReturnValue_3) == 0x000588, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetCurrentIdleStruct_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_1) == 0x0005E0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_2) == 0x0005E8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, Temp_bool_Variable_7) == 0x0005F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Not_PreBool_ReturnValue_10) == 0x0005F1, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_BooleanAND_ReturnValue_59) == 0x0005F2, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_BooleanAND_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_3) == 0x0005F8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_4) == 0x000600, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_5) == 0x000604, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_ShouldUseLookAtInterpolation_ReturnValue) == 0x000608, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_ShouldUseLookAtInterpolation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Event_DeltaTimeX) == 0x00060C, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_SelectVector_ReturnValue) == 0x000610, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_Select_Default_6) == 0x000628, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetCurrentIdleStruct_ReturnValue_4) == 0x000630, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetCurrentIdleStruct_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000688, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Array_Random_OutItem) == 0x000690, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Array_Random_OutIndex) == 0x000698, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_GetComponentByClass_ReturnValue) == 0x0006A0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_IsValid_ReturnValue_1) == 0x0006A8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_NotEqual_ByteByte_ReturnValue_24) == 0x0006A9, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_NotEqual_ByteByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0006B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_RandomFloatInRange_ReturnValue) == 0x0006B8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_CreateDelegate_OutputDelegate) == 0x0006C0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x0006D0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x0006D8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0006E0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0006E8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x0006F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x0006F8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x000700, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3) == 0x000708, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000710, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4) == 0x000718, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5) == 0x000720, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5) == 0x000728, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6) == 0x000730, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6) == 0x000738, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7) == 0x000740, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7) == 0x000748, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8) == 0x000750, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8) == 0x000758, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_StructMemberSet___FloatProperty_2_ImplicitCast) == 0x000760, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_StructMemberSet___FloatProperty_2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_StructMemberSet___FloatProperty_3_ImplicitCast) == 0x000764, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_StructMemberSet___FloatProperty_3_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9) == 0x000768, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9) == 0x000770, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10) == 0x000778, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10) == 0x000780, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11) == 0x000788, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11) == 0x000790, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12) == 0x000798, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12) == 0x0007A0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_13) == 0x0007A8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_13) == 0x0007B0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_14) == 0x0007B8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_14) == 0x0007C0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_15) == 0x0007C8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_15) == 0x0007D0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_16) == 0x0007D8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_16) == 0x0007E0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_17) == 0x0007E8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_17) == 0x0007F0, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_StructMemberSet___FloatProperty_15_ImplicitCast) == 0x0007F8, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_StructMemberSet___FloatProperty_15_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, K2Node_StructMemberSet_Alpha_ImplicitCast) == 0x0007FC, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::K2Node_StructMemberSet_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000800, "Member 'ABP_Humanoid_NPC_C_ExecuteUbergraph_ABP_Humanoid_NPC::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_GetCurrentIdleStruct \ +static_assert(alignof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_GetCurrentIdleStruct"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct) == 0x000110, "Wrong size on ABP_Humanoid_NPC_C_GetCurrentIdleStruct"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct, ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_GetCurrentIdleStruct::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct, Temp_bool_Variable) == 0x000058, "Member 'ABP_Humanoid_NPC_C_GetCurrentIdleStruct::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct, Temp_byte_Variable) == 0x000059, "Member 'ABP_Humanoid_NPC_C_GetCurrentIdleStruct::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct, K2Node_Select_Default) == 0x000060, "Member 'ABP_Humanoid_NPC_C_GetCurrentIdleStruct::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetCurrentIdleStruct, K2Node_Select_Default_1) == 0x0000B8, "Member 'ABP_Humanoid_NPC_C_GetCurrentIdleStruct::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_GetPreviousIdleStruct \ +static_assert(alignof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_GetPreviousIdleStruct"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct) == 0x000110, "Wrong size on ABP_Humanoid_NPC_C_GetPreviousIdleStruct"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct, ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_GetPreviousIdleStruct::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct, Temp_byte_Variable) == 0x000058, "Member 'ABP_Humanoid_NPC_C_GetPreviousIdleStruct::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct, Temp_bool_Variable) == 0x000059, "Member 'ABP_Humanoid_NPC_C_GetPreviousIdleStruct::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct, K2Node_Select_Default) == 0x000060, "Member 'ABP_Humanoid_NPC_C_GetPreviousIdleStruct::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_GetPreviousIdleStruct, K2Node_Select_Default_1) == 0x0000B8, "Member 'ABP_Humanoid_NPC_C_GetPreviousIdleStruct::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent \ +static_assert(alignof(ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent) == 0x000001, "Wrong alignment on ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent) == 0x000001, "Wrong size on ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_InitializeAnimationDataFromComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_OnBecomeRelevant \ +static_assert(alignof(ABP_Humanoid_NPC_C_OnBecomeRelevant) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_OnBecomeRelevant"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_OnBecomeRelevant) == 0x000068, "Wrong size on ABP_Humanoid_NPC_C_OnBecomeRelevant"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000034, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant, CallFunc_SetStartPosition_ReturnValue) == 0x000058, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant::CallFunc_SetStartPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_OnBecomeRelevant_0 \ +static_assert(alignof(ABP_Humanoid_NPC_C_OnBecomeRelevant_0) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_OnBecomeRelevant_0"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_OnBecomeRelevant_0) == 0x000020, "Wrong size on ABP_Humanoid_NPC_C_OnBecomeRelevant_0"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant_0, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant_0::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_OnBecomeRelevant_0, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_OnBecomeRelevant_0::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded \ +static_assert(alignof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded) == 0x000020, "Wrong size on ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'ABP_Humanoid_NPC_C_RetrieveNPCAnimationComponentIfNeeded::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_SetDefaultIdleParameters \ +static_assert(alignof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_SetDefaultIdleParameters"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters) == 0x000068, "Wrong size on ABP_Humanoid_NPC_C_SetDefaultIdleParameters"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_GetCurrentIdleStruct_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_GetCurrentIdleStruct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_Array_Random_OutItem) == 0x000058, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_Array_Random_OutIndex) == 0x000060, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000064, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000065, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_SetDefaultIdleParameters, CallFunc_BooleanAND_ReturnValue) == 0x000066, "Member 'ABP_Humanoid_NPC_C_SetDefaultIdleParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent) == 0x000001, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent) == 0x000002, "Wrong size on ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ABP_Humanoid_NPC_C_UpdateAnimationDataFromComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateCustomIdle \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateCustomIdle) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateCustomIdle"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateCustomIdle) == 0x000010, "Wrong size on ABP_Humanoid_NPC_C_UpdateCustomIdle"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateCustomIdle, CallFunc_Array_Random_OutItem) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateCustomIdle::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateCustomIdle, CallFunc_Array_Random_OutIndex) == 0x000008, "Member 'ABP_Humanoid_NPC_C_UpdateCustomIdle::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateGestralData \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateGestralData) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateGestralData"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateGestralData) == 0x000018, "Wrong size on ABP_Humanoid_NPC_C_UpdateGestralData"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateGestralData, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateGestralData::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateGestralData, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'ABP_Humanoid_NPC_C_UpdateGestralData::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateGestralData, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateGestralData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateIdleAnimationData \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateIdleAnimationData"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData) == 0x000228, "Wrong size on ABP_Humanoid_NPC_C_UpdateIdleAnimationData"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, PreviousIdleStruct) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::PreviousIdleStruct' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CurrentIdleStruct) == 0x000058, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CurrentIdleStruct' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, Temp_bool_Variable) == 0x0000B0, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_IsValid_ReturnValue_1) == 0x0000B2, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, Temp_bool_Variable_1) == 0x0000B3, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000C0, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_IsValid_ReturnValue_2) == 0x0000C1, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000C2, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_IsValid_ReturnValue_3) == 0x0000C3, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_IsValid_ReturnValue_4) == 0x0000C4, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_GetPreviousIdleStruct_ReturnValue) == 0x0000C8, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_GetPreviousIdleStruct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, K2Node_Select_Default) == 0x000120, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, K2Node_Select_Default_1) == 0x000178, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationData, CallFunc_GetCurrentIdleStruct_ReturnValue) == 0x0001D0, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationData::CallFunc_GetCurrentIdleStruct_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride) == 0x000001, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride) == 0x000002, "Wrong size on ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'ABP_Humanoid_NPC_C_UpdateIdleAnimationOverride::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry) == 0x000078, "Wrong size on ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, Temp_bool_Variable) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000028, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, Temp_bool_Variable_1) == 0x000039, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, K2Node_Select_Default) == 0x000040, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, K2Node_Select_Default_1) == 0x000048, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, CallFunc_SetSequence_ReturnValue) == 0x000050, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, CallFunc_SetPlayRate_ReturnValue) == 0x000060, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::CallFunc_SetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, K2Node_Select_Option_0_ImplicitCast) == 0x000070, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::K2Node_Select_Option_0_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry, K2Node_Select_Option_1_ImplicitCast) == 0x000074, "Member 'ABP_Humanoid_NPC_C_UpdateIdleOnStateEntry::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry) == 0x0000C8, "Wrong size on ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_GetCurrentIdleStruct_ReturnValue) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_GetCurrentIdleStruct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_Array_Random_OutItem) == 0x000090, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_Array_Random_OutIndex) == 0x000098, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_SetSequence_ReturnValue) == 0x0000A0, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_SetPlayRate_ReturnValue) == 0x0000B0, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_SetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry, CallFunc_SetPlayRate_PlayRate_ImplicitCast) == 0x0000C0, "Member 'ABP_Humanoid_NPC_C_UpdateITransInOnStateEntry::CallFunc_SetPlayRate_PlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry) == 0x000060, "Wrong size on ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, CallFunc_SetSequence_ReturnValue) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, CallFunc_SetPlayRate_ReturnValue) == 0x000048, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::CallFunc_SetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry, CallFunc_SetPlayRate_PlayRate_ImplicitCast) == 0x000058, "Member 'ABP_Humanoid_NPC_C_UpdateITransOutOnStateEntry::CallFunc_SetPlayRate_PlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateLookAtData \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateLookAtData) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateLookAtData"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateLookAtData) == 0x000040, "Wrong size on ABP_Humanoid_NPC_C_UpdateLookAtData"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, Temp_real_Variable) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000004, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000005, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, Temp_real_Variable_1) == 0x000008, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, Temp_bool_Variable) == 0x000018, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, K2Node_Select_Default) == 0x00001C, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, CallFunc_VInterpTo_ReturnValue) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateLookAtData, CallFunc_VInterpTo_DeltaTime_ImplicitCast) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateLookAtData::CallFunc_VInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdatePosture \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdatePosture) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdatePosture"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdatePosture) == 0x000058, "Wrong size on ABP_Humanoid_NPC_C_UpdatePosture"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdatePosture, CallFunc_GetCurrentIdleStruct_ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdatePosture::CallFunc_GetCurrentIdleStruct_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry) == 0x000068, "Wrong size on ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, local_AnimTalking) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::local_AnimTalking' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000028, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, CallFunc_SetSequence_ReturnValue) == 0x000040, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, CallFunc_SetStartPosition_ReturnValue) == 0x000050, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::CallFunc_SetStartPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry, CallFunc_SetStartPosition_StartPosition_ImplicitCast) == 0x000060, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry::CallFunc_SetStartPosition_StartPosition_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck \ +static_assert(alignof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck) == 0x000008, "Wrong alignment on ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck) == 0x000068, "Wrong size on ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, Context) == 0x000000, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, Node) == 0x000010, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, local_AnimTalking) == 0x000020, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::local_AnimTalking' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000028, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000038, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, CallFunc_SetSequence_ReturnValue) == 0x000040, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, CallFunc_SetStartPosition_ReturnValue) == 0x000050, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::CallFunc_SetStartPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck, CallFunc_SetStartPosition_StartPosition_ImplicitCast) == 0x000060, "Member 'ABP_Humanoid_NPC_C_UpdateRandomIdleTalkingListOnStateEntry_WithCheck::CallFunc_SetStartPosition_StartPosition_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation \ +static_assert(alignof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation) == 0x000001, "Wrong alignment on ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation"); \ +static_assert(sizeof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation) == 0x000004, "Wrong size on ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation, ReturnValue) == 0x000000, "Member 'ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'ABP_Humanoid_NPC_C_ShouldUseLookAtInterpolation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Humanoid_NPC_C \ +static_assert(alignof(UABP_Humanoid_NPC_C) == 0x000010, "Wrong alignment on UABP_Humanoid_NPC_C"); \ +static_assert(sizeof(UABP_Humanoid_NPC_C) == 0x006720, "Wrong size on UABP_Humanoid_NPC_C"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, UberGraphFrame) == 0x000370, "Member 'UABP_Humanoid_NPC_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Humanoid_NPC_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimBlueprintExtension_PropertyAccess) == 0x0003D8, "Member 'UABP_Humanoid_NPC_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003E0, "Member 'UABP_Humanoid_NPC_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimBlueprintExtension_Base) == 0x000488, "Member 'UABP_Humanoid_NPC_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_Root) == 0x000490, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_66) == 0x0004B0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_65) == 0x0004D8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendSpacePlayer) == 0x000500, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_34) == 0x000570, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_64) == 0x000590, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_63) == 0x0005B8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_62) == 0x0005E0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_61) == 0x000608, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_60) == 0x000630, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_59) == 0x000658, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_58) == 0x000680, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_57) == 0x0006A8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_56) == 0x0006D0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_55) == 0x0006F8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_54) == 0x000720, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_53) == 0x000748, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_52) == 0x000770, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_51) == 0x000798, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_50) == 0x0007C0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_49) == 0x0007E8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_48) == 0x000810, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_47) == 0x000838, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_46) == 0x000860, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_45) == 0x000888, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_44) == 0x0008B0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_43) == 0x0008D8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_42) == 0x000900, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_41) == 0x000928, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_40) == 0x000950, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_39) == 0x000978, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_38) == 0x0009A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_37) == 0x0009C8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_36) == 0x0009F0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_35) == 0x000A18, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_34) == 0x000A40, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_33) == 0x000A68, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_39) == 0x000A90, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_33) == 0x000AD8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_38) == 0x000AF8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_32) == 0x000B40, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_37) == 0x000B60, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_31) == 0x000BA8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_36) == 0x000BC8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_30) == 0x000C10, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_35) == 0x000C30, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_29) == 0x000C78, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_34) == 0x000C98, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_28) == 0x000CE0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_33) == 0x000D00, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_27) == 0x000D48, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_32) == 0x000D68, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_26) == 0x000DB0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_25) == 0x000DD0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_31) == 0x000DF0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_24) == 0x000E38, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_32) == 0x000E58, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_31) == 0x000E80, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_30) == 0x000EA8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_29) == 0x000ED0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_28) == 0x000EF8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_27) == 0x000F20, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_26) == 0x000F48, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_25) == 0x000F70, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_24) == 0x000F98, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_23) == 0x000FC0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_22) == 0x000FE8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_21) == 0x001010, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_20) == 0x001038, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_19) == 0x001060, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_18) == 0x001088, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_23) == 0x0010B0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_30) == 0x0010D0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_22) == 0x001118, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_29) == 0x001138, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_21) == 0x001180, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_28) == 0x0011A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_20) == 0x0011E8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_27) == 0x001208, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_19) == 0x001250, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_26) == 0x001270, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_18) == 0x0012B8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_9) == 0x0012D8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_17) == 0x0013A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_25) == 0x0013C0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_16) == 0x001408, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_17) == 0x001428, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_16) == 0x001450, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_15) == 0x001478, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_14) == 0x0014A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_13) == 0x0014C8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_12) == 0x0014F0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_11) == 0x001518, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_10) == 0x001540, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_9) == 0x001568, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_8) == 0x001590, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_7) == 0x0015B8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_6) == 0x0015E0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_15) == 0x001608, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_24) == 0x001628, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_14) == 0x001670, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_23) == 0x001690, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_13) == 0x0016D8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_22) == 0x0016F8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_12) == 0x001740, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_13) == 0x001760, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_11) == 0x001788, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_8) == 0x0017A8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_10) == 0x001870, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_7) == 0x001890, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_9) == 0x001958, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_6) == 0x001978, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_5) == 0x001A40, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_4) == 0x001A68, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_15) == 0x001A90, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_14) == 0x001BB8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_12) == 0x001CE0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_13) == 0x001D08, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_12) == 0x001E30, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_11) == 0x001F58, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_10) == 0x002080, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_9) == 0x0021A8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_8) == 0x0022D0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_7) == 0x0023F8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_6) == 0x002520, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_5) == 0x002648, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_4) == 0x002770, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_3) == 0x002898, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_2) == 0x0029C0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone_1) == 0x002AE8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x002C10, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LocalToComponentSpace_1) == 0x002C30, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ModifyBone) == 0x002C50, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_8) == 0x002D78, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_11) == 0x002D98, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_7) == 0x002DC0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_5) == 0x002DE0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose_5) == 0x002EA8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose_4) == 0x002F28, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_10) == 0x002FA8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_DragonAimSolver) == 0x002FD0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_DragonAimSolver' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_6) == 0x003D50, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_21) == 0x003E18, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_20) == 0x003E60, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_19) == 0x003EA8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_18) == 0x003EF0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_17) == 0x003F38, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_16) == 0x003F80, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_15) == 0x003FC8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_14) == 0x004010, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_13) == 0x004058, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_12) == 0x0040A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByEnum) == 0x0040E8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_11) == 0x004130, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_6) == 0x004178, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_4) == 0x004198, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LayeredBoneBlend_1) == 0x004260, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose_3) == 0x004350, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_9) == 0x0043D0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_8) == 0x0043F8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_7) == 0x004420, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_5) == 0x004448, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_10) == 0x004510, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool_5) == 0x004558, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_9) == 0x0045A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_5) == 0x0045E8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_3) == 0x004608, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_3) == 0x0046D0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_2) == 0x0046F8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult_1) == 0x004720, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_TransitionResult) == 0x004748, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_8) == 0x004770, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_4) == 0x0047B8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_4) == 0x0047D8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_7) == 0x0048A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequenceEvaluator) == 0x0048E8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_3) == 0x004928, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_6) == 0x004948, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_2) == 0x004990, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_2) == 0x0049B0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose_2) == 0x004A78, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LayeredBoneBlend) == 0x004AF8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose_1) == 0x004BE8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_6) == 0x004C68, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_5) == 0x004C90, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_3) == 0x004CB8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_5) == 0x004D80, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_4) == 0x004DC8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool_4) == 0x004E10, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult_1) == 0x004E58, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine_1) == 0x004E78, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_2) == 0x004F40, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_3) == 0x005008, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool_3) == 0x005050, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_4) == 0x005098, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool_2) == 0x0050C0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_3) == 0x005108, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_FeetToGround) == 0x005130, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_FeetToGround' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LocalToComponentSpace) == 0x005560, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ComponentToLocalSpace) == 0x005580, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_Slot) == 0x0055A0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LookAt_1) == 0x0055F0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LookAt_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_LookAt) == 0x005840, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_2) == 0x005A90, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer_1) == 0x005AD8, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_2) == 0x005B20, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose_1) == 0x005B48, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_UseCachedPose) == 0x005B70, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive_1) == 0x005B98, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_MakeDynamicAdditive) == 0x005C60, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SequencePlayer) == 0x005C98, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool_1) == 0x005CE0, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_BlendListByBool) == 0x005D28, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_ApplyAdditive) == 0x005D70, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateResult) == 0x005E38, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_StateMachine) == 0x005E58, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, AnimGraphNode_SaveCachedPose) == 0x005F20, "Member 'UABP_Humanoid_NPC_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, BaseIdleFromAnimComponent) == 0x005FA0, "Member 'UABP_Humanoid_NPC_C::BaseIdleFromAnimComponent' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, LookAtLocation) == 0x005FF8, "Member 'UABP_Humanoid_NPC_C::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IsTalking) == 0x006010, "Member 'UABP_Humanoid_NPC_C::IsTalking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_BaseIdle_Override) == 0x006018, "Member 'UABP_Humanoid_NPC_C::IdleParameters_BaseIdle_Override' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_HandOnHip) == 0x006070, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_HandOnHip' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_Relaxed) == 0x0060C8, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_Relaxed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_ArmsCrossed) == 0x006120, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_ArmsCrossed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_Thinking) == 0x006178, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_Thinking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_HandsBehindBack) == 0x0061D0, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_HandsBehindBack' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_BothHandsOnHips) == 0x006228, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_BothHandsOnHips' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Standing_ToArmInHand) == 0x006280, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Standing_ToArmInHand' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_SittingOnGround_Forward) == 0x0062D8, "Member 'UABP_Humanoid_NPC_C::IdleParameters_SittingOnGround_Forward' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_SittingOnSomething) == 0x006330, "Member 'UABP_Humanoid_NPC_C::IdleParameters_SittingOnSomething' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_Kneeling) == 0x006388, "Member 'UABP_Humanoid_NPC_C::IdleParameters_Kneeling' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, MovementBlendSpace) == 0x0063E0, "Member 'UABP_Humanoid_NPC_C::MovementBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Speed) == 0x0063E8, "Member 'UABP_Humanoid_NPC_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, BreathingAdditivePlayRate) == 0x0063F0, "Member 'UABP_Humanoid_NPC_C::BreathingAdditivePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, GestralRandomScaleStruct) == 0x0063F8, "Member 'UABP_Humanoid_NPC_C::GestralRandomScaleStruct' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IsAGestral) == 0x006480, "Member 'UABP_Humanoid_NPC_C::IsAGestral' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleType) == 0x006481, "Member 'UABP_Humanoid_NPC_C::IdleType' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, EnableLookAt) == 0x006482, "Member 'UABP_Humanoid_NPC_C::EnableLookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ForceHeadDirection) == 0x006483, "Member 'UABP_Humanoid_NPC_C::ForceHeadDirection' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ForceHeadDirectionBlendTime) == 0x006484, "Member 'UABP_Humanoid_NPC_C::ForceHeadDirectionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, PreviousIdleType) == 0x006488, "Member 'UABP_Humanoid_NPC_C::PreviousIdleType' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleChanged) == 0x006489, "Member 'UABP_Humanoid_NPC_C::IdleChanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, PreviousIdleIsSimilarOnChange) == 0x00648A, "Member 'UABP_Humanoid_NPC_C::PreviousIdleIsSimilarOnChange' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CanPlayRandomAnimationWhenTalking) == 0x00648B, "Member 'UABP_Humanoid_NPC_C::CanPlayRandomAnimationWhenTalking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CanPlayTransitionIn) == 0x00648C, "Member 'UABP_Humanoid_NPC_C::CanPlayTransitionIn' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CanPlayTransitionOut) == 0x00648D, "Member 'UABP_Humanoid_NPC_C::CanPlayTransitionOut' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CanTransitionToNewIdle) == 0x00648E, "Member 'UABP_Humanoid_NPC_C::CanTransitionToNewIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ShouldAddHandAdditive) == 0x00648F, "Member 'UABP_Humanoid_NPC_C::ShouldAddHandAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ShouldPauseIdleWhenTalking) == 0x006490, "Member 'UABP_Humanoid_NPC_C::ShouldPauseIdleWhenTalking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IsInDialogue) == 0x006491, "Member 'UABP_Humanoid_NPC_C::IsInDialogue' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ShouldAddHandAdditiveOnBaseIdle) == 0x006492, "Member 'UABP_Humanoid_NPC_C::ShouldAddHandAdditiveOnBaseIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, ShouldLookAt) == 0x006493, "Member 'UABP_Humanoid_NPC_C::ShouldLookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, PreviousShouldLookAt) == 0x006494, "Member 'UABP_Humanoid_NPC_C::PreviousShouldLookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, UseLookAtInterpolation) == 0x006495, "Member 'UABP_Humanoid_NPC_C::UseLookAtInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, PreviousUseLookAtInterpolation) == 0x006496, "Member 'UABP_Humanoid_NPC_C::PreviousUseLookAtInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, HasCustomIdleWorld) == 0x006497, "Member 'UABP_Humanoid_NPC_C::HasCustomIdleWorld' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, EnableIK) == 0x006498, "Member 'UABP_Humanoid_NPC_C::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, RandomIdleTalkingToPlay) == 0x0064A0, "Member 'UABP_Humanoid_NPC_C::RandomIdleTalkingToPlay' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdlePosture) == 0x0064A8, "Member 'UABP_Humanoid_NPC_C::IdlePosture' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, NPCAnimationComponent) == 0x0064B0, "Member 'UABP_Humanoid_NPC_C::NPCAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Trans_StandingToSitting) == 0x0064B8, "Member 'UABP_Humanoid_NPC_C::Trans_StandingToSitting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Trans_SittingToStanding) == 0x0064C0, "Member 'UABP_Humanoid_NPC_C::Trans_SittingToStanding' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParametersCustom) == 0x0064C8, "Member 'UABP_Humanoid_NPC_C::IdleParametersCustom' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_SittingToKneeling) == 0x006520, "Member 'UABP_Humanoid_NPC_C::Anim_SittingToKneeling' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_StandingToKneeling) == 0x006528, "Member 'UABP_Humanoid_NPC_C::Anim_StandingToKneeling' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_KneelingToStanding) == 0x006530, "Member 'UABP_Humanoid_NPC_C::Anim_KneelingToStanding' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_KneelingTOSitting) == 0x006538, "Member 'UABP_Humanoid_NPC_C::Anim_KneelingTOSitting' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Aninm_StandingToSittingOnSomething) == 0x006540, "Member 'UABP_Humanoid_NPC_C::Aninm_StandingToSittingOnSomething' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_SittingOnSOmethingToStanding) == 0x006548, "Member 'UABP_Humanoid_NPC_C::Anim_SittingOnSOmethingToStanding' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Anim_RandomTalking) == 0x006550, "Member 'UABP_Humanoid_NPC_C::Anim_RandomTalking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Keep_World_Idle_in_Dialogue) == 0x006560, "Member 'UABP_Humanoid_NPC_C::Keep_World_Idle_in_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, IdleParameters_World) == 0x006568, "Member 'UABP_Humanoid_NPC_C::IdleParameters_World' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Dev_CurrentInvalidIdle) == 0x0065C0, "Member 'UABP_Humanoid_NPC_C::Dev_CurrentInvalidIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, UpdateBaseIdleStart) == 0x006618, "Member 'UABP_Humanoid_NPC_C::UpdateBaseIdleStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, BaseIdleNotDefault) == 0x006619, "Member 'UABP_Humanoid_NPC_C::BaseIdleNotDefault' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Stream) == 0x00661C, "Member 'UABP_Humanoid_NPC_C::Stream' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CurrentIdleDialogueAnim) == 0x006628, "Member 'UABP_Humanoid_NPC_C::CurrentIdleDialogueAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CurrentIdleTransOut) == 0x006630, "Member 'UABP_Humanoid_NPC_C::CurrentIdleTransOut' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CurrentRandomAnimationTalking) == 0x006638, "Member 'UABP_Humanoid_NPC_C::CurrentRandomAnimationTalking' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, RandomTalkingAnimationStartTime) == 0x006640, "Member 'UABP_Humanoid_NPC_C::RandomTalkingAnimationStartTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, CurrentIdleStructCycle) == 0x006648, "Member 'UABP_Humanoid_NPC_C::CurrentIdleStructCycle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, BaseIdleStruct) == 0x0066A0, "Member 'UABP_Humanoid_NPC_C::BaseIdleStruct' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, UseAdditiveRandomTalkingAnim) == 0x0066F8, "Member 'UABP_Humanoid_NPC_C::UseAdditiveRandomTalkingAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, LookAtLocationInterpolated) == 0x006700, "Member 'UABP_Humanoid_NPC_C::LookAtLocationInterpolated' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, Test) == 0x006718, "Member 'UABP_Humanoid_NPC_C::Test' has a wrong offset!"); \ +static_assert(offsetof(UABP_Humanoid_NPC_C, OwnerIsCharacterWorld) == 0x006719, "Member 'UABP_Humanoid_NPC_C::OwnerIsCharacterWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_C"); \ + +#define DUMPER7_ASSERTS_AN_BattleStep_C_GetFloorType \ +static_assert(alignof(AN_BattleStep_C_GetFloorType) == 0x000008, "Wrong alignment on AN_BattleStep_C_GetFloorType"); \ +static_assert(sizeof(AN_BattleStep_C_GetFloorType) == 0x000250, "Wrong size on AN_BattleStep_C_GetFloorType"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, Location) == 0x000000, "Member 'AN_BattleStep_C_GetFloorType::Location' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, Owner) == 0x000018, "Member 'AN_BattleStep_C_GetFloorType::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, Surface_Type) == 0x000020, "Member 'AN_BattleStep_C_GetFloorType::Surface_Type' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, Temp_wildcard_Variable) == 0x000021, "Member 'AN_BattleStep_C_GetFloorType::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, K2Node_MakeArray_Array) == 0x000028, "Member 'AN_BattleStep_C_GetFloorType::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000040, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_GetWaterLevel_ReturnValue) == 0x000058, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_GetWaterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000060, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_LineTraceSingle_OutHit) == 0x000080, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_LineTraceSingle_ReturnValue) == 0x000178, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_MakeLiteralByte_ReturnValue) == 0x000179, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_bBlockingHit) == 0x00017A, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_bInitialOverlap) == 0x00017B, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_Time) == 0x00017C, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_Distance) == 0x000180, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_Location) == 0x000188, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A0, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_Normal) == 0x0001B8, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_ImpactNormal) == 0x0001D0, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_PhysMat) == 0x0001E8, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_HitActor) == 0x0001F0, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_HitComponent) == 0x0001F8, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_HitBoneName) == 0x000200, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_BoneName) == 0x000208, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_HitItem) == 0x000210, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_ElementIndex) == 0x000214, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_FaceIndex) == 0x000218, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_TraceStart) == 0x000220, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_GetFloorType, CallFunc_BreakHitResult_TraceEnd) == 0x000238, "Member 'AN_BattleStep_C_GetFloorType::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_BattleStep_C_Received_Notify \ +static_assert(alignof(AN_BattleStep_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleStep_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleStep_C_Received_Notify) == 0x000280, "Wrong size on AN_BattleStep_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleStep_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleStep_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleStep_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleStep_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, MaterialPrintL) == 0x000048, "Member 'AN_BattleStep_C_Received_Notify::MaterialPrintL' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, MaterialPrintR) == 0x000050, "Member 'AN_BattleStep_C_Received_Notify::MaterialPrintR' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, NewLocalVar) == 0x000058, "Member 'AN_BattleStep_C_Received_Notify::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, local_SurfaceType) == 0x000059, "Member 'AN_BattleStep_C_Received_Notify::local_SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, local_RotationNotify) == 0x000060, "Member 'AN_BattleStep_C_Received_Notify::local_RotationNotify' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, local_LocationNotify) == 0x000078, "Member 'AN_BattleStep_C_Received_Notify::local_LocationNotify' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable) == 0x000090, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetOwner_ReturnValue_1) == 0x0000A0, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_1) == 0x0000A8, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x0000B0, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetAudioCharacterManager_AudioCharacterManager) == 0x0000C8, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetAudioCharacterManager_AudioCharacterManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x0000D0, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Character_Manager) == 0x0000E8, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000100, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000108, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_DynamicCast_bSuccess_3) == 0x000118, "Member 'AN_BattleStep_C_Received_Notify::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000119, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_IsValid_ReturnValue_1) == 0x00011A, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_2) == 0x000128, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_IsValid_ReturnValue_2) == 0x000130, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_3) == 0x000138, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_4) == 0x000140, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_5) == 0x000148, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_6) == 0x000150, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_7) == 0x000158, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_8) == 0x000160, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_9) == 0x000168, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_10) == 0x000170, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_11) == 0x000178, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_12) == 0x000180, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_13) == 0x000188, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_14) == 0x000190, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_15) == 0x000198, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_16) == 0x0001A0, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_17) == 0x0001A8, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_18) == 0x0001B0, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_19) == 0x0001B8, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_20) == 0x0001C0, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_bool_Variable) == 0x0001C8, "Member 'AN_BattleStep_C_Received_Notify::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_name_Variable) == 0x0001CC, "Member 'AN_BattleStep_C_Received_Notify::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_name_Variable_1) == 0x0001D4, "Member 'AN_BattleStep_C_Received_Notify::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_IsValidClass_ReturnValue) == 0x0001DC, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_21) == 0x0001E0, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_22) == 0x0001E8, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_MakeArray_Array) == 0x0001F0, "Member 'AN_BattleStep_C_Received_Notify::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_23) == 0x000200, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_24) == 0x000208, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_Array_Contains_ReturnValue) == 0x000210, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetFloorType_Surface_Type) == 0x000211, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetFloorType_Surface_Type' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_25) == 0x000218, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_Select_Default) == 0x000220, "Member 'AN_BattleStep_C_Received_Notify::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetSocketRotation_ReturnValue) == 0x000228, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_GetSocketLocation_ReturnValue) == 0x000240, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_object_Variable_26) == 0x000258, "Member 'AN_BattleStep_C_Received_Notify::Temp_object_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, Temp_byte_Variable) == 0x000260, "Member 'AN_BattleStep_C_Received_Notify::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, K2Node_Select_Default_1) == 0x000268, "Member 'AN_BattleStep_C_Received_Notify::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000270, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleStep_C_Received_Notify, CallFunc_PlayWorldCameraShake_OuterRadius_ImplicitCast) == 0x000278, "Member 'AN_BattleStep_C_Received_Notify::CallFunc_PlayWorldCameraShake_OuterRadius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleStep_C \ +static_assert(alignof(UAN_BattleStep_C) == 0x000008, "Wrong alignment on UAN_BattleStep_C"); \ +static_assert(sizeof(UAN_BattleStep_C) == 0x000058, "Wrong size on UAN_BattleStep_C"); \ +static_assert(offsetof(UAN_BattleStep_C, RightFoot) == 0x000038, "Member 'UAN_BattleStep_C::RightFoot' has a wrong offset!"); \ +static_assert(offsetof(UAN_BattleStep_C, ShakeClass) == 0x000040, "Member 'UAN_BattleStep_C::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UAN_BattleStep_C, RadiusMaxCameraShake) == 0x000048, "Member 'UAN_BattleStep_C::RadiusMaxCameraShake' has a wrong offset!"); \ +static_assert(offsetof(UAN_BattleStep_C, FootstepsType) == 0x000050, "Member 'UAN_BattleStep_C::FootstepsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleHitSoundOverrideHandle \ +static_assert(alignof(FS_BattleHitSoundOverrideHandle) == 0x000008, "Wrong alignment on FS_BattleHitSoundOverrideHandle"); \ +static_assert(sizeof(FS_BattleHitSoundOverrideHandle) == 0x000018, "Wrong size on FS_BattleHitSoundOverrideHandle"); \ +static_assert(offsetof(FS_BattleHitSoundOverrideHandle, GUID_2_722FEF9E4CA7CAD19DC615855539D1E3) == 0x000000, "Member 'FS_BattleHitSoundOverrideHandle::GUID_2_722FEF9E4CA7CAD19DC615855539D1E3' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleHitSoundOverrideHandle, HitSoundAsset_6_377B73BC43FDF3EE1EBC5EB55621F193) == 0x000010, "Member 'FS_BattleHitSoundOverrideHandle::HitSoundAsset_6_377B73BC43FDF3EE1EBC5EB55621F193' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent \ +static_assert(alignof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent"); \ +static_assert(sizeof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent) == 0x000068, "Wrong size on BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, PrimitiveComp) == 0x000000, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::PrimitiveComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, TargetPart) == 0x000008, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::TargetPart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, local_parents) == 0x000010, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::local_parents' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, local_currentPrim) == 0x000020, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::local_currentPrim' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_GetParentComponents_Parents) == 0x000028, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_GetParentComponents_Parents' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, K2Node_DynamicCast_AsBP_Free_Aim_Target_Part) == 0x000058, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::K2Node_DynamicCast_AsBP_Free_Aim_Target_Part' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'BP_FreeAimProjectile_Base_C_GetTargetPartFromCollidedComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Base_C_UserConstructionScript \ +static_assert(alignof(BP_FreeAimProjectile_Base_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Base_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FreeAimProjectile_Base_C_UserConstructionScript) == 0x000018, "Wrong size on BP_FreeAimProjectile_Base_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_FreeAimProjectile_Base_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Base_C_OnCollision \ +static_assert(alignof(BP_FreeAimProjectile_Base_C_OnCollision) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Base_C_OnCollision"); \ +static_assert(sizeof(BP_FreeAimProjectile_Base_C_OnCollision) == 0x000108, "Wrong size on BP_FreeAimProjectile_Base_C_OnCollision"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_OnCollision, OtherActor) == 0x000000, "Member 'BP_FreeAimProjectile_Base_C_OnCollision::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_OnCollision, OtherComp) == 0x000008, "Member 'BP_FreeAimProjectile_Base_C_OnCollision::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_OnCollision, HitResult) == 0x000010, "Member 'BP_FreeAimProjectile_Base_C_OnCollision::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base \ +static_assert(alignof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base"); \ +static_assert(sizeof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base) == 0x0003F8, "Wrong size on BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, EntryPoint) == 0x000000, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, Temp_wildcard_Variable) == 0x000008, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000030, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_CustomEvent_OtherActor) == 0x000038, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_CustomEvent_OtherComp) == 0x000040, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_CustomEvent_HitResult) == 0x000048, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_GetTargetPartFromCollidedComponent_TargetPart) == 0x000140, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_GetTargetPartFromCollidedComponent_TargetPart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000148, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_IsValid_ReturnValue_1) == 0x00014C, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_GetCharacterOwner_CharacterBattleBase) == 0x000150, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_GetCharacterOwner_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x000160, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_DynamicCast_bSuccess) == 0x000168, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_MakeArray_Array) == 0x000170, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000180, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, Temp_wildcard_Variable_1) == 0x000181, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000182, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, Temp_byte_Variable) == 0x000183, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, Temp_byte_Variable_1) == 0x000184, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, K2Node_Select_Default) == 0x000185, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_GetPlayerController_ReturnValue) == 0x000188, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_GetComponentByClass_ReturnValue) == 0x000190, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000198, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_ComputeFreeAim3rdPersonTargetLocation_HasHitCharacter) == 0x0001B0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_ComputeFreeAim3rdPersonTargetLocation_HasHitCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_ComputeFreeAim3rdPersonTargetLocation_CharacterBattle) == 0x0001B8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_ComputeFreeAim3rdPersonTargetLocation_CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_ComputeFreeAim3rdPersonTargetLocation_HitLocation) == 0x0001C0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_ComputeFreeAim3rdPersonTargetLocation_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_ComputeFreeAim3rdPersonTargetLocation_StartLocation) == 0x0001D8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_ComputeFreeAim3rdPersonTargetLocation_StartLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_SphereTraceSingle_OutHit) == 0x0001F0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_SphereTraceSingle_ReturnValue) == 0x0002E8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0002E9, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_bBlockingHit) == 0x0002EA, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002EB, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_Time) == 0x0002EC, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_Distance) == 0x0002F0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_Location) == 0x0002F8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_ImpactPoint) == 0x000310, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_Normal) == 0x000328, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_ImpactNormal) == 0x000340, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_PhysMat) == 0x000358, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_HitActor) == 0x000360, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_HitComponent) == 0x000368, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_HitBoneName) == 0x000370, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_BoneName) == 0x000378, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_HitItem) == 0x000380, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_ElementIndex) == 0x000384, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_FaceIndex) == 0x000388, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_TraceStart) == 0x000390, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_BreakHitResult_TraceEnd) == 0x0003A8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0003C0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_MakeRotFromX_ReturnValue) == 0x0003D8, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003F0, "Member 'BP_FreeAimProjectile_Base_C_ExecuteUbergraph_BP_FreeAimProjectile_Base::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FreeAimProjectile_Base_C \ +static_assert(alignof(ABP_FreeAimProjectile_Base_C) == 0x000008, "Wrong alignment on ABP_FreeAimProjectile_Base_C"); \ +static_assert(sizeof(ABP_FreeAimProjectile_Base_C) == 0x0002F8, "Wrong size on ABP_FreeAimProjectile_Base_C"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, UberGraphFrame) == 0x000290, "Member 'ABP_FreeAimProjectile_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, Arrow) == 0x000298, "Member 'ABP_FreeAimProjectile_Base_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, HitBox) == 0x0002A0, "Member 'ABP_FreeAimProjectile_Base_C::HitBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, OnBattleCharacterHit) == 0x0002A8, "Member 'ABP_FreeAimProjectile_Base_C::OnBattleCharacterHit' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, Caster) == 0x0002B8, "Member 'ABP_FreeAimProjectile_Base_C::Caster' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, IsConsumed) == 0x0002C0, "Member 'ABP_FreeAimProjectile_Base_C::IsConsumed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, LastLocation) == 0x0002C8, "Member 'ABP_FreeAimProjectile_Base_C::LastLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, DEBUG_TraceDraw) == 0x0002E0, "Member 'ABP_FreeAimProjectile_Base_C::DEBUG_TraceDraw' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Base_C, OnProjectileShotFinished) == 0x0002E8, "Member 'ABP_FreeAimProjectile_Base_C::OnProjectileShotFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature \ +static_assert(alignof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature) == 0x000008, "Wrong alignment on BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature"); \ +static_assert(sizeof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature) == 0x000008, "Wrong size on BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature, PSystem) == 0x000000, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_FX_Projectile_K2Node_ComponentBoundEvent_1_OnNiagaraSystemFinished__DelegateSignature::PSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_WorldSkill_Syph_Arrow_C_BndEvt__BP_WorldSkill_Syph_Arrow_HitBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow \ +static_assert(alignof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow) == 0x000008, "Wrong alignment on BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow"); \ +static_assert(sizeof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow) == 0x0003A0, "Wrong size on BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, EntryPoint) == 0x000000, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_Event_OtherActor) == 0x000120, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000128, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_AsBP_Battle_Prop_Base) == 0x000140, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_AsBP_Battle_Prop_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000150, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, Temp_object_Variable) == 0x000168, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_GetPlayerPawn_ReturnValue) == 0x000178, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_LineTraceSingle_OutHit) == 0x000180, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_LineTraceSingle_ReturnValue) == 0x000278, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000280, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_bSuccess_1) == 0x000288, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_bBlockingHit) == 0x000289, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_bInitialOverlap) == 0x00028A, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_Time) == 0x00028C, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_Distance) == 0x000290, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_Location) == 0x000298, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_ImpactPoint) == 0x0002B0, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_Normal) == 0x0002C8, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_ImpactNormal) == 0x0002E0, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_PhysMat) == 0x0002F8, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_HitActor) == 0x000300, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_HitComponent) == 0x000308, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_HitBoneName) == 0x000310, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_BoneName) == 0x000318, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_HitItem) == 0x000320, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_ElementIndex) == 0x000324, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_FaceIndex) == 0x000328, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_TraceStart) == 0x000330, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_BreakHitResult_TraceEnd) == 0x000348, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000360, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_AsBPI_Free_Aim_Target_World) == 0x000378, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_AsBPI_Free_Aim_Target_World' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_DynamicCast_bSuccess_2) == 0x000388, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_DoesImplementInterface_ReturnValue) == 0x000389, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, K2Node_ComponentBoundEvent_PSystem) == 0x000390, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::K2Node_ComponentBoundEvent_PSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000398, "Member 'BP_WorldSkill_Syph_Arrow_C_ExecuteUbergraph_BP_WorldSkill_Syph_Arrow::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_WorldSkill_Syph_Arrow_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WorldSkill_Syph_Arrow_C_ReceiveTick \ +static_assert(alignof(BP_WorldSkill_Syph_Arrow_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WorldSkill_Syph_Arrow_C_ReceiveTick"); \ +static_assert(sizeof(BP_WorldSkill_Syph_Arrow_C_ReceiveTick) == 0x000004, "Wrong size on BP_WorldSkill_Syph_Arrow_C_ReceiveTick"); \ +static_assert(offsetof(BP_WorldSkill_Syph_Arrow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WorldSkill_Syph_Arrow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WorldSkill_Syph_Arrow_C \ +static_assert(alignof(ABP_WorldSkill_Syph_Arrow_C) == 0x000008, "Wrong alignment on ABP_WorldSkill_Syph_Arrow_C"); \ +static_assert(sizeof(ABP_WorldSkill_Syph_Arrow_C) == 0x000330, "Wrong size on ABP_WorldSkill_Syph_Arrow_C"); \ +static_assert(offsetof(ABP_WorldSkill_Syph_Arrow_C, UberGraphFrame_BP_WorldSkill_Syph_Arrow_C) == 0x0002F8, "Member 'ABP_WorldSkill_Syph_Arrow_C::UberGraphFrame_BP_WorldSkill_Syph_Arrow_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_WorldSkill_Syph_Arrow_C, FX_Projectile) == 0x000300, "Member 'ABP_WorldSkill_Syph_Arrow_C::FX_Projectile' has a wrong offset!"); \ +static_assert(offsetof(ABP_WorldSkill_Syph_Arrow_C, StaticMesh) == 0x000308, "Member 'ABP_WorldSkill_Syph_Arrow_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_WorldSkill_Syph_Arrow_C, LocationBuffer) == 0x000310, "Member 'ABP_WorldSkill_Syph_Arrow_C::LocationBuffer' has a wrong offset!"); \ +static_assert(offsetof(ABP_WorldSkill_Syph_Arrow_C, Length) == 0x000328, "Member 'ABP_WorldSkill_Syph_Arrow_C::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BattleBuffInterface_C_ActivateBuff \ +static_assert(alignof(BattleBuffInterface_C_ActivateBuff) == 0x000008, "Wrong alignment on BattleBuffInterface_C_ActivateBuff"); \ +static_assert(sizeof(BattleBuffInterface_C_ActivateBuff) == 0x000008, "Wrong size on BattleBuffInterface_C_ActivateBuff"); \ +static_assert(offsetof(BattleBuffInterface_C_ActivateBuff, CharacterStats) == 0x000000, "Member 'BattleBuffInterface_C_ActivateBuff::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBattleBuffInterface_C \ +static_assert(alignof(IBattleBuffInterface_C) == 0x000001, "Wrong alignment on IBattleBuffInterface_C"); \ +static_assert(sizeof(IBattleBuffInterface_C) == 0x000001, "Wrong size on IBattleBuffInterface_C"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_DEBUG_GetColor \ +static_assert(alignof(BP_FreeAimTargetPart_C_DEBUG_GetColor) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_DEBUG_GetColor"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_DEBUG_GetColor) == 0x000020, "Wrong size on BP_FreeAimTargetPart_C_DEBUG_GetColor"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DEBUG_GetColor, ShapeComponent) == 0x000000, "Member 'BP_FreeAimTargetPart_C_DEBUG_GetColor::ShapeComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DEBUG_GetColor, Color) == 0x000008, "Member 'BP_FreeAimTargetPart_C_DEBUG_GetColor::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DEBUG_GetColor, CallFunc_K2_IsCollisionEnabled_ReturnValue) == 0x000018, "Member 'BP_FreeAimTargetPart_C_DEBUG_GetColor::CallFunc_K2_IsCollisionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DEBUG_GetColor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'BP_FreeAimTargetPart_C_DEBUG_GetColor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_DisablePartsCollisions \ +static_assert(alignof(BP_FreeAimTargetPart_C_DisablePartsCollisions) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_DisablePartsCollisions"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_DisablePartsCollisions) == 0x000018, "Wrong size on BP_FreeAimTargetPart_C_DisablePartsCollisions"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DisablePartsCollisions, Temp_int_Variable) == 0x000000, "Member 'BP_FreeAimTargetPart_C_DisablePartsCollisions::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DisablePartsCollisions, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_FreeAimTargetPart_C_DisablePartsCollisions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DisablePartsCollisions, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_FreeAimTargetPart_C_DisablePartsCollisions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DisablePartsCollisions, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_FreeAimTargetPart_C_DisablePartsCollisions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DisablePartsCollisions, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_FreeAimTargetPart_C_DisablePartsCollisions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_DrawDebug \ +static_assert(alignof(BP_FreeAimTargetPart_C_DrawDebug) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_DrawDebug"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_DrawDebug) == 0x0001B8, "Wrong size on BP_FreeAimTargetPart_C_DrawDebug"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FreeAimTargetPart_C_DrawDebug::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FreeAimTargetPart_C_DrawDebug::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_AsSphere_Collision) == 0x000050, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_AsSphere_Collision' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_DEBUG_GetColor_Color) == 0x00005C, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_DEBUG_GetColor_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000088, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_AsBox_Collision) == 0x000090, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_AsBox_Collision' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_DEBUG_GetColor_Color_1) == 0x00009C, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_DEBUG_GetColor_Color_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000B0, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x0000C8, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000E0, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_AsCapsule_Collision) == 0x0000F8, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_AsCapsule_Collision' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, K2Node_DynamicCast_bSuccess_2) == 0x000100, "Member 'BP_FreeAimTargetPart_C_DrawDebug::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_DEBUG_GetColor_Color_2) == 0x000104, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_DEBUG_GetColor_Color_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000118, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetUnscaledCapsuleRadius_ReturnValue) == 0x000130, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetUnscaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_BreakVector_X) == 0x000138, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_BreakVector_Y) == 0x000140, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_BreakVector_Z) == 0x000148, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x000150, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000158, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000160, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000168, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000180, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Less_IntInt_ReturnValue) == 0x00019C, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x0001A0, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1) == 0x0001A8, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_DrawDebugCapsule_Radius_ImplicitCast) == 0x0001B0, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_DrawDebugCapsule_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_DrawDebug, CallFunc_DrawDebugCapsule_HalfHeight_ImplicitCast) == 0x0001B4, "Member 'BP_FreeAimTargetPart_C_DrawDebug::CallFunc_DrawDebugCapsule_HalfHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart \ +static_assert(alignof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart) == 0x000548, "Wrong size on BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, EntryPoint) == 0x000000, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_struct_Variable) == 0x000004, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_struct_Variable_1) == 0x000014, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_MakeLiteralByte_ReturnValue) == 0x000024, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_int_Array_Index_Variable) == 0x000098, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetChildrenComponents_Children) == 0x0000A0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_int_Loop_Counter_Variable_1) == 0x0000B0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_OverlappedComponent) == 0x0000C0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_OtherActor) == 0x0000C8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_OtherComp) == 0x0000D0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_OtherBodyIndex) == 0x0000D8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_bFromSweep) == 0x0000DC, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_SweepResult) == 0x0000E0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_struct_Variable_2) == 0x0001D8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_int_Array_Index_Variable_1) == 0x0001E8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_Get_Item) == 0x0001F0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_DynamicCast_AsShape_Component) == 0x0001F8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_DynamicCast_AsShape_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000208, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetCollisionProfileName_ReturnValue) == 0x000218, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetCollisionProfileName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_1) == 0x000220, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_NotEqual_NameName_ReturnValue) == 0x000268, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x000269, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000270, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000280, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000288, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_2) == 0x000298, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_DebugEnabled) == 0x0002E0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_DebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_Event_DeltaSeconds) == 0x0002E4, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_LastHitComponentRef) == 0x0002E8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_LastHitComponentRef' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_CustomEvent_Projectile) == 0x0002F0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_CustomEvent_Projectile' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_struct_Variable_3) == 0x0002F8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_struct_Variable_4) == 0x000308, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetOwner_ReturnValue) == 0x000318, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000320, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_3) == 0x000330, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_Add_ReturnValue) == 0x000378, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeArray_Array) == 0x000380, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, Temp_byte_Variable) == 0x000390, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Format_ReturnValue) == 0x000398, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_Select_Default) == 0x0003A8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_Get_Item_1) == 0x0003B8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_Length_ReturnValue_1) == 0x0003C0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_DynamicCast_AsShape_Component_1) == 0x0003C8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_DynamicCast_AsShape_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_DynamicCast_bSuccess_1) == 0x0003D0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003D1, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0003D2, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetOwner_ReturnValue_1) == 0x0003D8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0003E0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Not_PreBool_ReturnValue) == 0x0003F0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_4) == 0x0003F8, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeArray_Array_1) == 0x000440, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetCharacterOwner_CharacterBattleBase) == 0x000450, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetCharacterOwner_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Format_ReturnValue_1) == 0x000458, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_IsValid_ReturnValue) == 0x000468, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_GetOwner_ReturnValue_2) == 0x000470, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000478, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Conv_ObjectToText_ReturnValue_4) == 0x000488, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Conv_ObjectToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_5) == 0x000498, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeStruct_FormatArgumentData_6) == 0x0004E0, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, K2Node_MakeArray_Array_2) == 0x000528, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart, CallFunc_Format_ReturnValue_2) == 0x000538, "Member 'BP_FreeAimTargetPart_C_ExecuteUbergraph_BP_FreeAimTargetPart::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_GetCharacterOwner \ +static_assert(alignof(BP_FreeAimTargetPart_C_GetCharacterOwner) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_GetCharacterOwner"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_GetCharacterOwner) == 0x000028, "Wrong size on BP_FreeAimTargetPart_C_GetCharacterOwner"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetCharacterOwner, CharacterBattleBase) == 0x000000, "Member 'BP_FreeAimTargetPart_C_GetCharacterOwner::CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetCharacterOwner, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_FreeAimTargetPart_C_GetCharacterOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetCharacterOwner, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FreeAimTargetPart_C_GetCharacterOwner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetCharacterOwner, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000018, "Member 'BP_FreeAimTargetPart_C_GetCharacterOwner::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetCharacterOwner, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FreeAimTargetPart_C_GetCharacterOwner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_GetFinalDamageMultiplier \ +static_assert(alignof(BP_FreeAimTargetPart_C_GetFinalDamageMultiplier) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_GetFinalDamageMultiplier"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_GetFinalDamageMultiplier) == 0x000008, "Wrong size on BP_FreeAimTargetPart_C_GetFinalDamageMultiplier"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_GetFinalDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_FreeAimTargetPart_C_GetFinalDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0 \ +static_assert(alignof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0) == 0x000118, "Wrong size on BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'BP_FreeAimTargetPart_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_OnPartHit \ +static_assert(alignof(BP_FreeAimTargetPart_C_OnPartHit) == 0x000008, "Wrong alignment on BP_FreeAimTargetPart_C_OnPartHit"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_OnPartHit) == 0x000010, "Wrong size on BP_FreeAimTargetPart_C_OnPartHit"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnPartHit, LastHitComponentRef_0) == 0x000000, "Member 'BP_FreeAimTargetPart_C_OnPartHit::LastHitComponentRef_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_OnPartHit, Projectile) == 0x000008, "Member 'BP_FreeAimTargetPart_C_OnPartHit::Projectile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_ReceiveTick \ +static_assert(alignof(BP_FreeAimTargetPart_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FreeAimTargetPart_C_ReceiveTick"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_ReceiveTick) == 0x000004, "Wrong size on BP_FreeAimTargetPart_C_ReceiveTick"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FreeAimTargetPart_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimTargetPart_C_SetDebugVisible \ +static_assert(alignof(BP_FreeAimTargetPart_C_SetDebugVisible) == 0x000001, "Wrong alignment on BP_FreeAimTargetPart_C_SetDebugVisible"); \ +static_assert(sizeof(BP_FreeAimTargetPart_C_SetDebugVisible) == 0x000001, "Wrong size on BP_FreeAimTargetPart_C_SetDebugVisible"); \ +static_assert(offsetof(BP_FreeAimTargetPart_C_SetDebugVisible, DebugEnabled) == 0x000000, "Member 'BP_FreeAimTargetPart_C_SetDebugVisible::DebugEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FreeAimTargetPart_C \ +static_assert(alignof(UBP_FreeAimTargetPart_C) == 0x000010, "Wrong alignment on UBP_FreeAimTargetPart_C"); \ +static_assert(sizeof(UBP_FreeAimTargetPart_C) == 0x0002A0, "Wrong size on UBP_FreeAimTargetPart_C"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, UberGraphFrame) == 0x000230, "Member 'UBP_FreeAimTargetPart_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, OnFreeAimHit) == 0x000238, "Member 'UBP_FreeAimTargetPart_C::OnFreeAimHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, BodyPartType) == 0x000248, "Member 'UBP_FreeAimTargetPart_C::BodyPartType' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, Debug_Enabled) == 0x000249, "Member 'UBP_FreeAimTargetPart_C::Debug_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, NewVar_0) == 0x00024A, "Member 'UBP_FreeAimTargetPart_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, DebugColor) == 0x00024C, "Member 'UBP_FreeAimTargetPart_C::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, LastHitComponentRef) == 0x000260, "Member 'UBP_FreeAimTargetPart_C::LastHitComponentRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, DebugColorHighlight) == 0x000268, "Member 'UBP_FreeAimTargetPart_C::DebugColorHighlight' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, ValidChildren) == 0x000278, "Member 'UBP_FreeAimTargetPart_C::ValidChildren' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, CharacterOwnerOverride) == 0x000288, "Member 'UBP_FreeAimTargetPart_C::CharacterOwnerOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, BaseDamage) == 0x000290, "Member 'UBP_FreeAimTargetPart_C::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAimTargetPart_C, DamageMultiplier) == 0x000298, "Member 'UBP_FreeAimTargetPart_C::DamageMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_1_Carla_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_1_Carla_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_1_Carla_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_1_Carla_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_1_Carla_C"); \ + +#define DUMPER7_ASSERTS_BPI_FreeAimTarget_World_C_FreeAimHit \ +static_assert(alignof(BPI_FreeAimTarget_World_C_FreeAimHit) == 0x000008, "Wrong alignment on BPI_FreeAimTarget_World_C_FreeAimHit"); \ +static_assert(sizeof(BPI_FreeAimTarget_World_C_FreeAimHit) == 0x000028, "Wrong size on BPI_FreeAimTarget_World_C_FreeAimHit"); \ +static_assert(offsetof(BPI_FreeAimTarget_World_C_FreeAimHit, PlayerCharacterWorld) == 0x000000, "Member 'BPI_FreeAimTarget_World_C_FreeAimHit::PlayerCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BPI_FreeAimTarget_World_C_FreeAimHit, HitLocation) == 0x000008, "Member 'BPI_FreeAimTarget_World_C_FreeAimHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BPI_FreeAimTarget_World_C_FreeAimHit, IsDisabled) == 0x000020, "Member 'BPI_FreeAimTarget_World_C_FreeAimHit::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled \ +static_assert(alignof(BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong alignment on BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled"); \ +static_assert(sizeof(BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled) == 0x000001, "Wrong size on BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled"); \ +static_assert(offsetof(BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled, IsDisabled) == 0x000000, "Member 'BPI_FreeAimTarget_World_C_IsFreeAimTargetDisabled::IsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FreeAimTarget_World_C \ +static_assert(alignof(IBPI_FreeAimTarget_World_C) == 0x000001, "Wrong alignment on IBPI_FreeAimTarget_World_C"); \ +static_assert(sizeof(IBPI_FreeAimTarget_World_C) == 0x000001, "Wrong size on IBPI_FreeAimTarget_World_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower \ +static_assert(alignof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower) == 0x000008, "Wrong alignment on BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower"); \ +static_assert(sizeof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower) == 0x000630, "Wrong size on BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000F0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000F8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000118, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x00011C, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00012C, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetInventoryManager_ReturnValue) == 0x000130, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_FRichDialogueLine) == 0x000138, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000268, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeArray_Array_1) == 0x000278, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetEncounterLevel_ReturnValue) == 0x000288, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_S_LootContext) == 0x00028C, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000290, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetPlayerController_ReturnValue_3) == 0x000298, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0002A0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0003D0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeArray_Array_2) == 0x0003D8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetQuestSystem_QuestSystem) == 0x0003E8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003F0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000520, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_Conv_NameToText_ReturnValue) == 0x000528, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_IsValid_ReturnValue) == 0x000538, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_FormatArgumentData) == 0x000540, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetDisplayName_ReturnValue) == 0x000588, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_SelectString_ReturnValue) == 0x000598, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_AddItemToInventory_GeneratedItem) == 0x0005A8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_Conv_StringToText_ReturnValue) == 0x0005B0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_GetQuestSystem_QuestSystem_1) == 0x0005C0, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeStruct_FormatArgumentData_1) == 0x0005C8, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, K2Node_MakeArray_Array_3) == 0x000610, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower, CallFunc_Format_ReturnValue) == 0x000620, "Member 'BP_Dialogue_Gardens_GustaveFlower_C_ExecuteUbergraph_BP_Dialogue_Gardens_GustaveFlower::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Gardens_GustaveFlower_C \ +static_assert(alignof(ABP_Dialogue_Gardens_GustaveFlower_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Gardens_GustaveFlower_C"); \ +static_assert(sizeof(ABP_Dialogue_Gardens_GustaveFlower_C) == 0x000350, "Wrong size on ABP_Dialogue_Gardens_GustaveFlower_C"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_GustaveFlower_C, UberGraphFrame_BP_Dialogue_Gardens_GustaveFlower_C) == 0x000338, "Member 'ABP_Dialogue_Gardens_GustaveFlower_C::UberGraphFrame_BP_Dialogue_Gardens_GustaveFlower_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_GustaveFlower_C, FlowerItem) == 0x000340, "Member 'ABP_Dialogue_Gardens_GustaveFlower_C::FlowerItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_CameraShake \ +static_assert(alignof(BP_ClimbingComponent_C_CameraShake) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_CameraShake"); \ +static_assert(sizeof(BP_ClimbingComponent_C_CameraShake) == 0x000078, "Wrong size on BP_ClimbingComponent_C_CameraShake"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_byte_Variable) == 0x000000, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable) == 0x000008, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_1) == 0x000010, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_2) == 0x000018, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_3) == 0x000020, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_4) == 0x000028, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_5) == 0x000030, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_6) == 0x000038, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_7) == 0x000040, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_8) == 0x000048, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, Temp_class_Variable_9) == 0x000050, "Member 'BP_ClimbingComponent_C_CameraShake::Temp_class_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'BP_ClimbingComponent_C_CameraShake::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000060, "Member 'BP_ClimbingComponent_C_CameraShake::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_ClimbingComponent_C_CameraShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CameraShake, K2Node_Select_Default) == 0x000070, "Member 'BP_ClimbingComponent_C_CameraShake::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_CanUseClimbingElement \ +static_assert(alignof(BP_ClimbingComponent_C_CanUseClimbingElement) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_CanUseClimbingElement"); \ +static_assert(sizeof(BP_ClimbingComponent_C_CanUseClimbingElement) == 0x000004, "Wrong size on BP_ClimbingComponent_C_CanUseClimbingElement"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CanUseClimbingElement, CanClimb) == 0x000000, "Member 'BP_ClimbingComponent_C_CanUseClimbingElement::CanClimb' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CanUseClimbingElement, CallFunc_IsCapabilityAllowed_isAllowed) == 0x000001, "Member 'BP_ClimbingComponent_C_CanUseClimbingElement::CallFunc_IsCapabilityAllowed_isAllowed' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CanUseClimbingElement, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_ClimbingComponent_C_CanUseClimbingElement::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CanUseClimbingElement, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_ClimbingComponent_C_CanUseClimbingElement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ChangeState \ +static_assert(alignof(BP_ClimbingComponent_C_ChangeState) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_ChangeState"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ChangeState) == 0x000001, "Wrong size on BP_ClimbingComponent_C_ChangeState"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ChangeState, NewState) == 0x000000, "Member 'BP_ClimbingComponent_C_ChangeState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_CheckExitingClimbing \ +static_assert(alignof(BP_ClimbingComponent_C_CheckExitingClimbing) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_CheckExitingClimbing"); \ +static_assert(sizeof(BP_ClimbingComponent_C_CheckExitingClimbing) == 0x0000A8, "Wrong size on BP_ClimbingComponent_C_CheckExitingClimbing"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_ComputeInputDirections_InputDirectionHorizontal) == 0x000000, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_ComputeInputDirections_InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_ComputeInputDirections_InputDirectionVertical) == 0x000018, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_ComputeInputDirections_InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_ComputeInputDirections_InputScale) == 0x000030, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_ComputeInputDirections_InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToTop_CanExit) == 0x000038, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToTop_CanExit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToTop_Location) == 0x000040, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToTop_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToTop_Rotation) == 0x000058, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToTop_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToBottom_CanExit) == 0x000070, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToBottom_CanExit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToBottom_Location) == 0x000078, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToBottom_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckExitingClimbing, CallFunc_CheckCanExitToBottom_Rotation) == 0x000090, "Member 'BP_ClimbingComponent_C_CheckExitingClimbing::CallFunc_CheckCanExitToBottom_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_CheckNextHold \ +static_assert(alignof(BP_ClimbingComponent_C_CheckNextHold) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_CheckNextHold"); \ +static_assert(sizeof(BP_ClimbingComponent_C_CheckNextHold) == 0x000050, "Wrong size on BP_ClimbingComponent_C_CheckNextHold"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckNextHold, CallFunc_ComputeInputDirections_InputDirectionHorizontal) == 0x000000, "Member 'BP_ClimbingComponent_C_CheckNextHold::CallFunc_ComputeInputDirections_InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckNextHold, CallFunc_ComputeInputDirections_InputDirectionVertical) == 0x000018, "Member 'BP_ClimbingComponent_C_CheckNextHold::CallFunc_ComputeInputDirections_InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckNextHold, CallFunc_ComputeInputDirections_InputScale) == 0x000030, "Member 'BP_ClimbingComponent_C_CheckNextHold::CallFunc_ComputeInputDirections_InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckNextHold, CallFunc_CheckMoveToNextClimbingElement_CanMove) == 0x000038, "Member 'BP_ClimbingComponent_C_CheckNextHold::CallFunc_CheckMoveToNextClimbingElement_CanMove' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_CheckNextHold, CallFunc_CheckMoveToNextClimbingElement_NextHold) == 0x000040, "Member 'BP_ClimbingComponent_C_CheckNextHold::CallFunc_CheckMoveToNextClimbingElement_NextHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeAlpha \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeAlpha) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeAlpha"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeAlpha) == 0x000038, "Wrong size on BP_ClimbingComponent_C_ComputeAlpha"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, Time) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeAlpha::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, Curve) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeAlpha::Curve' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, Alpha) == 0x000010, "Member 'BP_ClimbingComponent_C_ComputeAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, CallFunc_GetFloatValue_ReturnValue) == 0x000018, "Member 'BP_ClimbingComponent_C_ComputeAlpha::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_ClimbingComponent_C_ComputeAlpha::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000028, "Member 'BP_ClimbingComponent_C_ComputeAlpha::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeAlpha, CallFunc_FClamp_Value_ImplicitCast) == 0x000030, "Member 'BP_ClimbingComponent_C_ComputeAlpha::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeClimbingAngle \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeClimbingAngle) == 0x000010, "Wrong alignment on BP_ClimbingComponent_C_ComputeClimbingAngle"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeClimbingAngle) == 0x000180, "Wrong size on BP_ClimbingComponent_C_ComputeClimbingAngle"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, Angle) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, local_DirectionAngle) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::local_DirectionAngle' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, Temp_wildcard_Variable) == 0x000070, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Vector_Up_ReturnValue) == 0x000088, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Cross_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Cross_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_X) == 0x0000C0, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_Y) == 0x0000C8, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_Z) == 0x0000D0, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Vector_Up_ReturnValue_1) == 0x0000D8, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Vector_Up_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000F0, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000F8, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_DegAcos_ReturnValue) == 0x000100, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000108, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_InverseTransformDirection_ReturnValue) == 0x000120, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_X_1) == 0x000138, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_Y_1) == 0x000140, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_BreakVector_Z_1) == 0x000148, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_MakeVector_ReturnValue) == 0x000150, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingAngle, CallFunc_Normal_ReturnValue) == 0x000168, "Member 'BP_ClimbingComponent_C_ComputeClimbingAngle::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeClimbingDirection \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeClimbingDirection) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeClimbingDirection"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeClimbingDirection) == 0x000110, "Wrong size on BP_ClimbingComponent_C_ComputeClimbingDirection"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, K2Node_DynamicCast_AsBP_Holds) == 0x000010, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::K2Node_DynamicCast_AsBP_Holds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_ComputeClimbingAngle_Angle) == 0x000098, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_ComputeClimbingAngle_Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_GetClimbingDirectionFromAngle_ClimbingDirection) == 0x0000E8, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_GetClimbingDirectionFromAngle_ClimbingDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingDirection, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_ClimbingComponent_C_ComputeClimbingDirection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeClimbingLocation \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeClimbingLocation) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeClimbingLocation"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeClimbingLocation) == 0x000098, "Wrong size on BP_ClimbingComponent_C_ComputeClimbingLocation"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_GetLastInputVector_ReturnValue) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_GetLastInputVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_VSize_ReturnValue) == 0x000020, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_GetTimeRange_MinTime) == 0x00002C, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_GetTimeRange_MaxTime) == 0x000030, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_ComputeTime_Time) == 0x000038, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_ComputeTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_LerpLocationAndRotation_Alpha) == 0x000050, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_LerpLocationAndRotation_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_LerpLocationAndRotation_Location) == 0x000058, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_LerpLocationAndRotation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_LerpLocationAndRotation_Rotation) == 0x000070, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_LerpLocationAndRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeClimbingLocation, CallFunc_ComputeTime_MaxTime_ImplicitCast) == 0x000090, "Member 'BP_ClimbingComponent_C_ComputeClimbingLocation::CallFunc_ComputeTime_MaxTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeFootRaycast \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeFootRaycast) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeFootRaycast"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeFootRaycast) == 0x000288, "Wrong size on BP_ClimbingComponent_C_ComputeFootRaycast"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, SocketName) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::SocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, HasHit) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, Location) == 0x000010, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, K2Node_MakeArray_Array) == 0x000048, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_GetSocketLocation_ReturnValue) == 0x000058, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_GetForwardVector_ReturnValue) == 0x000070, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000088, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_LineTraceSingle_OutHit) == 0x0000B8, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_LineTraceSingle_ReturnValue) == 0x0001B0, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_bBlockingHit) == 0x0001B1, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001B2, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_Time) == 0x0001B4, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_Distance) == 0x0001B8, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_Location) == 0x0001C0, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_ImpactPoint) == 0x0001D8, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_Normal) == 0x0001F0, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_ImpactNormal) == 0x000208, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_PhysMat) == 0x000220, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_HitActor) == 0x000228, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_HitComponent) == 0x000230, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_HitBoneName) == 0x000238, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_BoneName) == 0x000240, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_HitItem) == 0x000248, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_ElementIndex) == 0x00024C, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_FaceIndex) == 0x000250, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_TraceStart) == 0x000258, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycast, CallFunc_BreakHitResult_TraceEnd) == 0x000270, "Member 'BP_ClimbingComponent_C_ComputeFootRaycast::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeFootRaycasts \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeFootRaycasts) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeFootRaycasts"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeFootRaycasts) == 0x000040, "Wrong size on BP_ClimbingComponent_C_ComputeFootRaycasts"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycasts, CallFunc_ComputeFootRaycast_HasHit) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeFootRaycasts::CallFunc_ComputeFootRaycast_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycasts, CallFunc_ComputeFootRaycast_Location) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeFootRaycasts::CallFunc_ComputeFootRaycast_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycasts, CallFunc_ComputeFootRaycast_HasHit_1) == 0x000020, "Member 'BP_ClimbingComponent_C_ComputeFootRaycasts::CallFunc_ComputeFootRaycast_HasHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeFootRaycasts, CallFunc_ComputeFootRaycast_Location_1) == 0x000028, "Member 'BP_ClimbingComponent_C_ComputeFootRaycasts::CallFunc_ComputeFootRaycast_Location_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeInputDirections \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeInputDirections) == 0x000010, "Wrong alignment on BP_ClimbingComponent_C_ComputeInputDirections"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeInputDirections) == 0x000220, "Wrong size on BP_ClimbingComponent_C_ComputeInputDirections"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, InputDirectionHorizontal) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, InputDirectionVertical) == 0x000018, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, InputScale) == 0x000030, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GetCurrentClimbingElementTransform_ReturnValue) == 0x000040, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GetCurrentClimbingElementTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_MakeRotator_ReturnValue) == 0x0000A0, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000B8, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GetCameraRotation_ReturnValue) == 0x0000C0, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GetLastInputVector_ReturnValue) == 0x0000D8, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GetLastInputVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GetCameraLocation_ReturnValue) == 0x0000F0, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_VSize_ReturnValue) == 0x000108, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_MakeTransform_ReturnValue) == 0x000110, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_X) == 0x000170, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_Y) == 0x000178, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_Z) == 0x000180, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_X_1) == 0x000188, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_Y_1) == 0x000190, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_BreakVector_Z_1) == 0x000198, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_MakeVector_ReturnValue) == 0x0001A0, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_MakeVector_ReturnValue_1) == 0x0001B8, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_InverseTransformDirection_ReturnValue) == 0x0001D0, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0001E8, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeInputDirections, CallFunc_TransformDirection_ReturnValue) == 0x000200, "Member 'BP_ClimbingComponent_C_ComputeInputDirections::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ComputeTime \ +static_assert(alignof(BP_ClimbingComponent_C_ComputeTime) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ComputeTime"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ComputeTime) == 0x000028, "Wrong size on BP_ClimbingComponent_C_ComputeTime"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeTime, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_ComputeTime::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeTime, MaxTime) == 0x000008, "Member 'BP_ClimbingComponent_C_ComputeTime::MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeTime, Time) == 0x000010, "Member 'BP_ClimbingComponent_C_ComputeTime::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeTime, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_ClimbingComponent_C_ComputeTime::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ComputeTime, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_ClimbingComponent_C_ComputeTime::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled \ +static_assert(alignof(BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled"); \ +static_assert(sizeof(BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled) == 0x000001, "Wrong size on BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled, Enabled) == 0x000000, "Member 'BP_ClimbingComponent_C_DEBUG_OnDebugModeEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent \ +static_assert(alignof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent"); \ +static_assert(sizeof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent) == 0x000168, "Wrong size on BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, local_InputDirectionVertical) == 0x000008, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::local_InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, local_InputDirectionHorizontal) == 0x000020, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::local_InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, local_CurrentLocation) == 0x000038, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::local_CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_GetClimbingElementLocation_Location) == 0x000050, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_GetClimbingElementLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_IsValidInterface_ReturnValue) == 0x000068, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_IsValidInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000070, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000088, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0000A0, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000B8, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000E8, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_ComputeInputDirections_InputDirectionHorizontal) == 0x000100, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_ComputeInputDirections_InputDirectionHorizontal' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_ComputeInputDirections_InputDirectionVertical) == 0x000118, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_ComputeInputDirections_InputDirectionVertical' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_ComputeInputDirections_InputScale) == 0x000130, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_ComputeInputDirections_InputScale' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_CheckMoveToNextClimbingElement_CanMove) == 0x000138, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_CheckMoveToNextClimbingElement_CanMove' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_CheckMoveToNextClimbingElement_NextHold) == 0x000140, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_CheckMoveToNextClimbingElement_NextHold' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent, CallFunc_GetClimbingElementLocation_Location_1) == 0x000150, "Member 'BP_ClimbingComponent_C_DEBUG_UpdateClimbingComponent::CallFunc_GetClimbingElementLocation_Location_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent \ +static_assert(alignof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent) == 0x000300, "Wrong size on BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, EntryPoint) == 0x000000, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000008, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000028, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00002C, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000030, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_object_Variable) == 0x000038, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000040, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable) == 0x000048, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_1) == 0x000050, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_0) == 0x000058, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_1_0) == 0x000060, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_2) == 0x000068, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000070, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000090, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000094, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000098, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x0000A0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_object_Variable_1) == 0x0000A8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_3) == 0x0000B0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_3_0) == 0x0000B8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_4) == 0x0000C0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_5) == 0x0000C8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, Temp_real_Variable_4_0) == 0x0000D0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_CustomEvent_TotalDuration) == 0x0000D8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_CustomEvent_TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0000E8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000F0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0001E8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x0001F0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x0002E8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, K2Node_Event_DeltaSeconds) == 0x0002EC, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_UpdateClimbingComponent_DeltaSeconds_ImplicitCast) == 0x0002F0, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_UpdateClimbingComponent_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent, CallFunc_DEBUG_UpdateClimbingComponent_DeltaSeconds_ImplicitCast) == 0x0002F8, "Member 'BP_ClimbingComponent_C_ExecuteUbergraph_BP_ClimbingComponent::CallFunc_DEBUG_UpdateClimbingComponent_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetCharacterHandsLocation \ +static_assert(alignof(BP_ClimbingComponent_C_GetCharacterHandsLocation) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetCharacterHandsLocation"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetCharacterHandsLocation) == 0x000090, "Wrong size on BP_ClimbingComponent_C_GetCharacterHandsLocation"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000018, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000048, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000060, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsLocation, CallFunc_Divide_VectorVector_ReturnValue) == 0x000078, "Member 'BP_ClimbingComponent_C_GetCharacterHandsLocation::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetCharacterHandsOffset \ +static_assert(alignof(BP_ClimbingComponent_C_GetCharacterHandsOffset) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetCharacterHandsOffset"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetCharacterHandsOffset) == 0x000060, "Wrong size on BP_ClimbingComponent_C_GetCharacterHandsOffset"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsOffset, ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_GetCharacterHandsOffset::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsOffset, CallFunc_GetCharacterHandsLocation_ReturnValue) == 0x000018, "Member 'BP_ClimbingComponent_C_GetCharacterHandsOffset::CallFunc_GetCharacterHandsLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsOffset, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_GetCharacterHandsOffset::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCharacterHandsOffset, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BP_ClimbingComponent_C_GetCharacterHandsOffset::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetClimbingDirection \ +static_assert(alignof(BP_ClimbingComponent_C_GetClimbingDirection) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_GetClimbingDirection"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetClimbingDirection) == 0x000001, "Wrong size on BP_ClimbingComponent_C_GetClimbingDirection"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirection, ClimbingDirection) == 0x000000, "Member 'BP_ClimbingComponent_C_GetClimbingDirection::ClimbingDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetClimbingDirectionFromAngle \ +static_assert(alignof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetClimbingDirectionFromAngle"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle) == 0x0000D8, "Wrong size on BP_ClimbingComponent_C_GetClimbingDirectionFromAngle"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, Angle) == 0x000000, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, ClimbingDirection) == 0x000008, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::ClimbingDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, IndexToClimbingDirection) == 0x000010, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::IndexToClimbingDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, K2Node_MakeVariable_MakeVariableOutput) == 0x000060, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_Percent_FloatFloat_ReturnValue) == 0x0000B0, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_FClamp_ReturnValue) == 0x0000C8, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_FTrunc_ReturnValue) == 0x0000D0, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_Map_Find_Value) == 0x0000D4, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingDirectionFromAngle, CallFunc_Map_Find_ReturnValue) == 0x0000D5, "Member 'BP_ClimbingComponent_C_GetClimbingDirectionFromAngle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetClimbingState \ +static_assert(alignof(BP_ClimbingComponent_C_GetClimbingState) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_GetClimbingState"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetClimbingState) == 0x000001, "Wrong size on BP_ClimbingComponent_C_GetClimbingState"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetClimbingState, ClimbingState) == 0x000000, "Member 'BP_ClimbingComponent_C_GetClimbingState::ClimbingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetCurrentClimbingElementTransform \ +static_assert(alignof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform) == 0x000010, "Wrong alignment on BP_ClimbingComponent_C_GetCurrentClimbingElementTransform"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform) == 0x0000F0, "Wrong size on BP_ClimbingComponent_C_GetCurrentClimbingElementTransform"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform, ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_GetCurrentClimbingElementTransform::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform, CallFunc_GetClimbingElementLocation_Location) == 0x000060, "Member 'BP_ClimbingComponent_C_GetCurrentClimbingElementTransform::CallFunc_GetClimbingElementLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform, CallFunc_GetClimbingElementRotation_Rotation) == 0x000078, "Member 'BP_ClimbingComponent_C_GetCurrentClimbingElementTransform::CallFunc_GetClimbingElementRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetCurrentClimbingElementTransform, CallFunc_MakeTransform_ReturnValue) == 0x000090, "Member 'BP_ClimbingComponent_C_GetCurrentClimbingElementTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetDistanceToNextClimbingElement \ +static_assert(alignof(BP_ClimbingComponent_C_GetDistanceToNextClimbingElement) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetDistanceToNextClimbingElement"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetDistanceToNextClimbingElement) == 0x000008, "Wrong size on BP_ClimbingComponent_C_GetDistanceToNextClimbingElement"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetDistanceToNextClimbingElement, Value) == 0x000000, "Member 'BP_ClimbingComponent_C_GetDistanceToNextClimbingElement::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetFootRaycasts \ +static_assert(alignof(BP_ClimbingComponent_C_GetFootRaycasts) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetFootRaycasts"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetFootRaycasts) == 0x000030, "Wrong size on BP_ClimbingComponent_C_GetFootRaycasts"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetFootRaycasts, LeftFootRaycastLocation_0) == 0x000000, "Member 'BP_ClimbingComponent_C_GetFootRaycasts::LeftFootRaycastLocation_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetFootRaycasts, RightFootRaycastLocation_0) == 0x000018, "Member 'BP_ClimbingComponent_C_GetFootRaycasts::RightFootRaycastLocation_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_GetTimeToPerformStateChange \ +static_assert(alignof(BP_ClimbingComponent_C_GetTimeToPerformStateChange) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_GetTimeToPerformStateChange"); \ +static_assert(sizeof(BP_ClimbingComponent_C_GetTimeToPerformStateChange) == 0x000008, "Wrong size on BP_ClimbingComponent_C_GetTimeToPerformStateChange"); \ +static_assert(offsetof(BP_ClimbingComponent_C_GetTimeToPerformStateChange, Value) == 0x000000, "Member 'BP_ClimbingComponent_C_GetTimeToPerformStateChange::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InitializeClimbingComponent \ +static_assert(alignof(BP_ClimbingComponent_C_InitializeClimbingComponent) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_InitializeClimbingComponent"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InitializeClimbingComponent) == 0x000018, "Wrong size on BP_ClimbingComponent_C_InitializeClimbingComponent"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InitializeClimbingComponent, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_InitializeClimbingComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InitializeClimbingComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_ClimbingComponent_C_InitializeClimbingComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InitializeClimbingComponent, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_ClimbingComponent_C_InitializeClimbingComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InitializeDebug \ +static_assert(alignof(BP_ClimbingComponent_C_InitializeDebug) == 0x000004, "Wrong alignment on BP_ClimbingComponent_C_InitializeDebug"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InitializeDebug) == 0x000010, "Wrong size on BP_ClimbingComponent_C_InitializeDebug"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InitializeDebug, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_ClimbingComponent_C_InitializeDebug::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_ForwardMovementAction_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_ClimbingComponent_C_InpActEvt_IA_CustomMovement_RightMovementAction_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InputAxisClimbingRight \ +static_assert(alignof(BP_ClimbingComponent_C_InputAxisClimbingRight) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_InputAxisClimbingRight"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InputAxisClimbingRight) == 0x000048, "Wrong size on BP_ClimbingComponent_C_InputAxisClimbingRight"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingRight, AxisValue) == 0x000000, "Member 'BP_ClimbingComponent_C_InputAxisClimbingRight::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingRight, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_ClimbingComponent_C_InputAxisClimbingRight::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingRight, CallFunc_GetClimbingElementRotation_Rotation) == 0x000010, "Member 'BP_ClimbingComponent_C_InputAxisClimbingRight::CallFunc_GetClimbingElementRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingRight, CallFunc_GetRightVector_ReturnValue) == 0x000028, "Member 'BP_ClimbingComponent_C_InputAxisClimbingRight::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingRight, CallFunc_AddMovementInput_ScaleValue_ImplicitCast) == 0x000040, "Member 'BP_ClimbingComponent_C_InputAxisClimbingRight::CallFunc_AddMovementInput_ScaleValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_InputAxisClimbingUp \ +static_assert(alignof(BP_ClimbingComponent_C_InputAxisClimbingUp) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_InputAxisClimbingUp"); \ +static_assert(sizeof(BP_ClimbingComponent_C_InputAxisClimbingUp) == 0x000048, "Wrong size on BP_ClimbingComponent_C_InputAxisClimbingUp"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingUp, AxisValue) == 0x000000, "Member 'BP_ClimbingComponent_C_InputAxisClimbingUp::AxisValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingUp, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_ClimbingComponent_C_InputAxisClimbingUp::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingUp, CallFunc_GetClimbingElementRotation_Rotation) == 0x000010, "Member 'BP_ClimbingComponent_C_InputAxisClimbingUp::CallFunc_GetClimbingElementRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingUp, CallFunc_GetUpVector_ReturnValue) == 0x000028, "Member 'BP_ClimbingComponent_C_InputAxisClimbingUp::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_InputAxisClimbingUp, CallFunc_AddMovementInput_ScaleValue_ImplicitCast) == 0x000040, "Member 'BP_ClimbingComponent_C_InputAxisClimbingUp::CallFunc_AddMovementInput_ScaleValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_IsClimbing \ +static_assert(alignof(BP_ClimbingComponent_C_IsClimbing) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_IsClimbing"); \ +static_assert(sizeof(BP_ClimbingComponent_C_IsClimbing) == 0x000003, "Wrong size on BP_ClimbingComponent_C_IsClimbing"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsClimbing, ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_IsClimbing::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsClimbing, CallFunc_GetClimbingState_ClimbingState) == 0x000001, "Member 'BP_ClimbingComponent_C_IsClimbing::CallFunc_GetClimbingState_ClimbingState' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsClimbing, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_ClimbingComponent_C_IsClimbing::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_IsMovingToTop \ +static_assert(alignof(BP_ClimbingComponent_C_IsMovingToTop) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_IsMovingToTop"); \ +static_assert(sizeof(BP_ClimbingComponent_C_IsMovingToTop) == 0x000006, "Wrong size on BP_ClimbingComponent_C_IsMovingToTop"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_IsMovingToTop::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_ClimbingComponent_C_IsMovingToTop::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_ClimbingComponent_C_IsMovingToTop::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'BP_ClimbingComponent_C_IsMovingToTop::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_ClimbingComponent_C_IsMovingToTop::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_IsMovingToTop, CallFunc_BooleanOR_ReturnValue_1) == 0x000005, "Member 'BP_ClimbingComponent_C_IsMovingToTop::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_LerpLocationAndRotation \ +static_assert(alignof(BP_ClimbingComponent_C_LerpLocationAndRotation) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_LerpLocationAndRotation"); \ +static_assert(sizeof(BP_ClimbingComponent_C_LerpLocationAndRotation) == 0x000090, "Wrong size on BP_ClimbingComponent_C_LerpLocationAndRotation"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Time) == 0x000000, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Curve) == 0x000008, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Curve' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Alpha) == 0x000010, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Location) == 0x000018, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Rotation) == 0x000030, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, CallFunc_ComputeAlpha_Alpha) == 0x000048, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::CallFunc_ComputeAlpha_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, Temp_wildcard_Variable) == 0x000050, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, CallFunc_RLerp_ReturnValue) == 0x000058, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, CallFunc_VLerp_ReturnValue) == 0x000070, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000088, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotation, CallFunc_RLerp_Alpha_ImplicitCast) == 0x00008C, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotation::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_LerpLocationAndRotationForEntry \ +static_assert(alignof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_LerpLocationAndRotationForEntry"); \ +static_assert(sizeof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry) == 0x000130, "Wrong size on BP_ClimbingComponent_C_LerpLocationAndRotationForEntry"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, Time) == 0x000000, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, Curve) == 0x000008, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::Curve' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, Alpha) == 0x000010, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, Location) == 0x000018, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, Rotation) == 0x000030, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, local_Alpha) == 0x000048, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_ComputeAlpha_Alpha) == 0x000050, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_ComputeAlpha_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_MapRangeClamped_ReturnValue) == 0x000058, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000060, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_RLerp_ReturnValue) == 0x000068, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_VLerp_ReturnValue) == 0x000080, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000098, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_MapRangeClamped_ReturnValue_3) == 0x0000A0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_RLerp_ReturnValue_1) == 0x0000A8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_X) == 0x0000C0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_Y) == 0x0000C8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_Z) == 0x0000D0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_X_1) == 0x0000D8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_Y_1) == 0x0000E0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_BreakVector_Z_1) == 0x0000E8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_Lerp_ReturnValue) == 0x0000F0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_Lerp_ReturnValue_1) == 0x0000F8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_Lerp_ReturnValue_2) == 0x000100, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_MakeVector_ReturnValue) == 0x000108, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_IsMovingToTop_ReturnValue) == 0x000120, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_IsMovingToTop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000124, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_RLerp_Alpha_ImplicitCast) == 0x000128, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForEntry, CallFunc_RLerp_Alpha_ImplicitCast_1) == 0x00012C, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForEntry::CallFunc_RLerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_LerpLocationAndRotationForExit \ +static_assert(alignof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_LerpLocationAndRotationForExit"); \ +static_assert(sizeof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit) == 0x000128, "Wrong size on BP_ClimbingComponent_C_LerpLocationAndRotationForExit"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, Time) == 0x000000, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, Curve) == 0x000008, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::Curve' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, Alpha) == 0x000010, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, Location) == 0x000018, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, Rotation) == 0x000030, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, local_Alpha) == 0x000048, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_LerpLocationAndRotation_Alpha) == 0x000050, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_LerpLocationAndRotation_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_LerpLocationAndRotation_Location) == 0x000058, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_LerpLocationAndRotation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_LerpLocationAndRotation_Rotation) == 0x000070, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_LerpLocationAndRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_ComputeAlpha_Alpha) == 0x000088, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_ComputeAlpha_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_MapRangeClamped_ReturnValue) == 0x000090, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000098, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_RLerp_ReturnValue) == 0x0000A0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_X) == 0x0000B8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_Y) == 0x0000C0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_Z) == 0x0000C8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_IsMovingToTop_ReturnValue) == 0x0000D0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_IsMovingToTop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_X_1) == 0x0000D8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_Y_1) == 0x0000E0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_BreakVector_Z_1) == 0x0000E8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_Lerp_ReturnValue) == 0x0000F0, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_Lerp_ReturnValue_1) == 0x0000F8, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_Lerp_ReturnValue_2) == 0x000100, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_MakeVector_ReturnValue) == 0x000108, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_LerpLocationAndRotationForExit, CallFunc_RLerp_Alpha_ImplicitCast) == 0x000120, "Member 'BP_ClimbingComponent_C_LerpLocationAndRotationForExit::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_OnClimbingJumpMovementStart \ +static_assert(alignof(BP_ClimbingComponent_C_OnClimbingJumpMovementStart) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_OnClimbingJumpMovementStart"); \ +static_assert(sizeof(BP_ClimbingComponent_C_OnClimbingJumpMovementStart) == 0x000008, "Wrong size on BP_ClimbingComponent_C_OnClimbingJumpMovementStart"); \ +static_assert(offsetof(BP_ClimbingComponent_C_OnClimbingJumpMovementStart, TotalDuration) == 0x000000, "Member 'BP_ClimbingComponent_C_OnClimbingJumpMovementStart::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_PrepareCharacterForClimbing \ +static_assert(alignof(BP_ClimbingComponent_C_PrepareCharacterForClimbing) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_PrepareCharacterForClimbing"); \ +static_assert(sizeof(BP_ClimbingComponent_C_PrepareCharacterForClimbing) == 0x000018, "Wrong size on BP_ClimbingComponent_C_PrepareCharacterForClimbing"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForClimbing, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_PrepareCharacterForClimbing::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForClimbing, CallFunc_GetWorldInfoComponent_ReturnValue) == 0x000008, "Member 'BP_ClimbingComponent_C_PrepareCharacterForClimbing::CallFunc_GetWorldInfoComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForClimbing, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'BP_ClimbingComponent_C_PrepareCharacterForClimbing::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForClimbing, CallFunc_SpringArmControl_Target_Arm_Length_ImplicitCast) == 0x000014, "Member 'BP_ClimbingComponent_C_PrepareCharacterForClimbing::CallFunc_SpringArmControl_Target_Arm_Length_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_PrepareCharacterForWalking \ +static_assert(alignof(BP_ClimbingComponent_C_PrepareCharacterForWalking) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_PrepareCharacterForWalking"); \ +static_assert(sizeof(BP_ClimbingComponent_C_PrepareCharacterForWalking) == 0x000010, "Wrong size on BP_ClimbingComponent_C_PrepareCharacterForWalking"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForWalking, CallFunc_GetInteractionSystem_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_PrepareCharacterForWalking::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_PrepareCharacterForWalking, CallFunc_GetWorldInfoComponent_ReturnValue) == 0x000008, "Member 'BP_ClimbingComponent_C_PrepareCharacterForWalking::CallFunc_GetWorldInfoComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_ReceiveTick \ +static_assert(alignof(BP_ClimbingComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ClimbingComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_ClimbingComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_ClimbingComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_ClimbingComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_SetCharacterCollisions \ +static_assert(alignof(BP_ClimbingComponent_C_SetCharacterCollisions) == 0x000001, "Wrong alignment on BP_ClimbingComponent_C_SetCharacterCollisions"); \ +static_assert(sizeof(BP_ClimbingComponent_C_SetCharacterCollisions) == 0x000001, "Wrong size on BP_ClimbingComponent_C_SetCharacterCollisions"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetCharacterCollisions, NewResponse) == 0x000000, "Member 'BP_ClimbingComponent_C_SetCharacterCollisions::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_SetDataForEnterTransition \ +static_assert(alignof(BP_ClimbingComponent_C_SetDataForEnterTransition) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_SetDataForEnterTransition"); \ +static_assert(sizeof(BP_ClimbingComponent_C_SetDataForEnterTransition) == 0x0000A0, "Wrong size on BP_ClimbingComponent_C_SetDataForEnterTransition"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_GetCharacterHandsOffset_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_GetCharacterHandsOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_GetTimeRange_MinTime) == 0x000018, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_GetTimeRange_MaxTime) == 0x00001C, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_GetClimbingElementLocation_Location) == 0x000020, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_GetClimbingElementLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000038, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, CallFunc_GetClimbingElementRotation_Rotation) == 0x000080, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::CallFunc_GetClimbingElementRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForEnterTransition, K2Node_VariableSet_TimeToPerformStateChange_ImplicitCast) == 0x000098, "Member 'BP_ClimbingComponent_C_SetDataForEnterTransition::K2Node_VariableSet_TimeToPerformStateChange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_SetDataForExitTransition \ +static_assert(alignof(BP_ClimbingComponent_C_SetDataForExitTransition) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_SetDataForExitTransition"); \ +static_assert(sizeof(BP_ClimbingComponent_C_SetDataForExitTransition) == 0x0000B8, "Wrong size on BP_ClimbingComponent_C_SetDataForExitTransition"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, Location) == 0x000000, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, Rotation) == 0x000018, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_IsMovingToTop_ReturnValue) == 0x000038, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_IsMovingToTop_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000048, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_MakeVector_ReturnValue) == 0x000050, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000068, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForExitTransition, CallFunc_MakeVector_Z_ImplicitCast) == 0x0000B0, "Member 'BP_ClimbingComponent_C_SetDataForExitTransition::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_SetDataForMove \ +static_assert(alignof(BP_ClimbingComponent_C_SetDataForMove) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_SetDataForMove"); \ +static_assert(sizeof(BP_ClimbingComponent_C_SetDataForMove) == 0x0000B0, "Wrong size on BP_ClimbingComponent_C_SetDataForMove"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, ClimbingElement) == 0x000000, "Member 'BP_ClimbingComponent_C_SetDataForMove::ClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_GetCharacterHandsOffset_ReturnValue) == 0x000010, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_GetCharacterHandsOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_Vector_Distance_ReturnValue) == 0x000030, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_GetClimbingElementRotation_Rotation) == 0x000038, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_GetClimbingElementRotation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_GetClimbingElementLocation_Location) == 0x000050, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_GetClimbingElementLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000080, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_SetDataForMove, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BP_ClimbingComponent_C_SetDataForMove::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_StartClimbing \ +static_assert(alignof(BP_ClimbingComponent_C_StartClimbing) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_StartClimbing"); \ +static_assert(sizeof(BP_ClimbingComponent_C_StartClimbing) == 0x000018, "Wrong size on BP_ClimbingComponent_C_StartClimbing"); \ +static_assert(offsetof(BP_ClimbingComponent_C_StartClimbing, ClimbingElement) == 0x000000, "Member 'BP_ClimbingComponent_C_StartClimbing::ClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_StartClimbing, CallFunc_CanUseClimbingElement_CanClimb) == 0x000010, "Member 'BP_ClimbingComponent_C_StartClimbing::CallFunc_CanUseClimbingElement_CanClimb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_UpdateClimbingComponent \ +static_assert(alignof(BP_ClimbingComponent_C_UpdateClimbingComponent) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_UpdateClimbingComponent"); \ +static_assert(sizeof(BP_ClimbingComponent_C_UpdateClimbingComponent) == 0x000108, "Wrong size on BP_ClimbingComponent_C_UpdateClimbingComponent"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000008, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000100, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000101, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000102, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000103, "Member 'BP_ClimbingComponent_C_UpdateClimbingComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_UpdateClimbingMovement \ +static_assert(alignof(BP_ClimbingComponent_C_UpdateClimbingMovement) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_UpdateClimbingMovement"); \ +static_assert(sizeof(BP_ClimbingComponent_C_UpdateClimbingMovement) == 0x000130, "Wrong size on BP_ClimbingComponent_C_UpdateClimbingMovement"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingMovement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_ClimbingComponent_C_UpdateClimbingMovement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingMovement, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000018, "Member 'BP_ClimbingComponent_C_UpdateClimbingMovement::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingMovement, CallFunc_K2_MoveUpdatedComponent_OutHit) == 0x000030, "Member 'BP_ClimbingComponent_C_UpdateClimbingMovement::CallFunc_K2_MoveUpdatedComponent_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateClimbingMovement, CallFunc_K2_MoveUpdatedComponent_ReturnValue) == 0x000128, "Member 'BP_ClimbingComponent_C_UpdateClimbingMovement::CallFunc_K2_MoveUpdatedComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset \ +static_assert(alignof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset"); \ +static_assert(sizeof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset) == 0x000058, "Wrong size on BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset, ClimbingElement) == 0x000000, "Member 'BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset::ClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset, CallFunc_GetCharacterHandsOffset_ReturnValue) == 0x000010, "Member 'BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset::CallFunc_GetCharacterHandsOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset, CallFunc_GetClimbingElementLocation_Location) == 0x000028, "Member 'BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset::CallFunc_GetClimbingElementLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset, CallFunc_Add_VectorVector_ReturnValue) == 0x000040, "Member 'BP_ClimbingComponent_C_UpdateEndLocationWithHandsOffset::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_UpdateEnteringTransition \ +static_assert(alignof(BP_ClimbingComponent_C_UpdateEnteringTransition) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_UpdateEnteringTransition"); \ +static_assert(sizeof(BP_ClimbingComponent_C_UpdateEnteringTransition) == 0x000158, "Wrong size on BP_ClimbingComponent_C_UpdateEnteringTransition"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_GetTimeRange_MinTime) == 0x000008, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_GetTimeRange_MaxTime) == 0x00000C, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_ComputeTime_Time) == 0x000010, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_ComputeTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_LerpLocationAndRotationForEntry_Alpha) == 0x000018, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_LerpLocationAndRotationForEntry_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_LerpLocationAndRotationForEntry_Location) == 0x000020, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_LerpLocationAndRotationForEntry_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_LerpLocationAndRotationForEntry_Rotation) == 0x000038, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_LerpLocationAndRotationForEntry_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000050, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000148, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateEnteringTransition, CallFunc_ComputeTime_MaxTime_ImplicitCast) == 0x000150, "Member 'BP_ClimbingComponent_C_UpdateEnteringTransition::CallFunc_ComputeTime_MaxTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ClimbingComponent_C_UpdateExitingTransition \ +static_assert(alignof(BP_ClimbingComponent_C_UpdateExitingTransition) == 0x000008, "Wrong alignment on BP_ClimbingComponent_C_UpdateExitingTransition"); \ +static_assert(sizeof(BP_ClimbingComponent_C_UpdateExitingTransition) == 0x000268, "Wrong size on BP_ClimbingComponent_C_UpdateExitingTransition"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, DeltaSeconds) == 0x000000, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000008, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000100, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_GetTimeRange_MinTime) == 0x000104, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_GetTimeRange_MaxTime) == 0x000108, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_ComputeTime_Time) == 0x000110, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_ComputeTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000118, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_LerpLocationAndRotationForExit_Alpha) == 0x000120, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_LerpLocationAndRotationForExit_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_LerpLocationAndRotationForExit_Location) == 0x000128, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_LerpLocationAndRotationForExit_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_LerpLocationAndRotationForExit_Rotation) == 0x000140, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_LerpLocationAndRotationForExit_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000158, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1) == 0x000160, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1) == 0x000258, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_K2_SetActorLocationAndRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ClimbingComponent_C_UpdateExitingTransition, CallFunc_ComputeTime_MaxTime_ImplicitCast) == 0x000260, "Member 'BP_ClimbingComponent_C_UpdateExitingTransition::CallFunc_ComputeTime_MaxTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ClimbingComponent_C \ +static_assert(alignof(UBP_ClimbingComponent_C) == 0x000008, "Wrong alignment on UBP_ClimbingComponent_C"); \ +static_assert(sizeof(UBP_ClimbingComponent_C) == 0x000248, "Wrong size on UBP_ClimbingComponent_C"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ClimbingComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, OnStartClimbing) == 0x0000A8, "Member 'UBP_ClimbingComponent_C::OnStartClimbing' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, OnEndClimbing) == 0x0000B8, "Member 'UBP_ClimbingComponent_C::OnEndClimbing' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, OwnerAsCharacter) == 0x0000C8, "Member 'UBP_ClimbingComponent_C::OwnerAsCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CharacterMovement) == 0x0000D0, "Member 'UBP_ClimbingComponent_C::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, BeginLocation) == 0x0000D8, "Member 'UBP_ClimbingComponent_C::BeginLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, BeginRotation) == 0x0000F0, "Member 'UBP_ClimbingComponent_C::BeginRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, EndLocation) == 0x000108, "Member 'UBP_ClimbingComponent_C::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, EndRotation) == 0x000120, "Member 'UBP_ClimbingComponent_C::EndRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CurrentClimbingElement) == 0x000138, "Member 'UBP_ClimbingComponent_C::CurrentClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, NextClimbingElement) == 0x000148, "Member 'UBP_ClimbingComponent_C::NextClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, DistanceToNextClimbingElement) == 0x000158, "Member 'UBP_ClimbingComponent_C::DistanceToNextClimbingElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CurrentClimbingLocation) == 0x000160, "Member 'UBP_ClimbingComponent_C::CurrentClimbingLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CurrentClimbingRotation) == 0x000178, "Member 'UBP_ClimbingComponent_C::CurrentClimbingRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, ClimbingSpeed) == 0x000190, "Member 'UBP_ClimbingComponent_C::ClimbingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, EnteringClimbingTransitionCurve) == 0x000198, "Member 'UBP_ClimbingComponent_C::EnteringClimbingTransitionCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CurrentClimbingDirection) == 0x0001A0, "Member 'UBP_ClimbingComponent_C::CurrentClimbingDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, CurrentState) == 0x0001A1, "Member 'UBP_ClimbingComponent_C::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, TimeToPerformStateChange) == 0x0001A8, "Member 'UBP_ClimbingComponent_C::TimeToPerformStateChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, AccumulatedDeltaTime) == 0x0001B0, "Member 'UBP_ClimbingComponent_C::AccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, MoveToNextClimbingZoneCurve) == 0x0001B8, "Member 'UBP_ClimbingComponent_C::MoveToNextClimbingZoneCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, ExitingClimbingTransitionCurve) == 0x0001C0, "Member 'UBP_ClimbingComponent_C::ExitingClimbingTransitionCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, TimeToPerformMoveFromAnimation) == 0x0001C8, "Member 'UBP_ClimbingComponent_C::TimeToPerformMoveFromAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, IsWaitingForAnimation) == 0x0001D0, "Member 'UBP_ClimbingComponent_C::IsWaitingForAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, SpringArmTargetArmLength) == 0x0001D8, "Member 'UBP_ClimbingComponent_C::SpringArmTargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, SpringArmCameraLagMaxDistance) == 0x0001E0, "Member 'UBP_ClimbingComponent_C::SpringArmCameraLagMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, LeftFootRaycastLocation) == 0x0001E8, "Member 'UBP_ClimbingComponent_C::LeftFootRaycastLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, RightFootRaycastLocation) == 0x000200, "Member 'UBP_ClimbingComponent_C::RightFootRaycastLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, HasDoneEndClimbAnimation) == 0x000218, "Member 'UBP_ClimbingComponent_C::HasDoneEndClimbAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, DEBUG_IsDebugEnabled) == 0x000219, "Member 'UBP_ClimbingComponent_C::DEBUG_IsDebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, InteractionsBlockerReferenceHandle) == 0x000220, "Member 'UBP_ClimbingComponent_C::InteractionsBlockerReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ClimbingComponent_C, AggroLockName) == 0x000240, "Member 'UBP_ClimbingComponent_C::AggroLockName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject) == 0x000010, "Wrong size on BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_C_ValidateParameters \ +static_assert(alignof(BP_SaveGameObjectUpgrader_C_ValidateParameters) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_C_ValidateParameters"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_C_ValidateParameters) == 0x000110, "Wrong size on BP_SaveGameObjectUpgrader_C_ValidateParameters"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, SaveObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::SaveObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, IsValid) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_GetClassDisplayName_ReturnValue) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000088, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_ValidateParameters, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_SaveGameObjectUpgrader_C_ValidateParameters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject) == 0x000118, "Wrong size on BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, ReturnValue) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, local_ToSaveGameObject) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::local_ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_ValidateParameters_IsValid) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_ValidateParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_GetClassDisplayName_ReturnValue) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject, CallFunc_SpawnObject_ReturnValue) == 0x000110, "Member 'BP_SaveGameObjectUpgrader_C_UpgradeSaveGameObject::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_C) == 0x000038, "Wrong size on UBP_SaveGameObjectUpgrader_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_C, FromSaveGameObjectClass) == 0x000028, "Member 'UBP_SaveGameObjectUpgrader_C::FromSaveGameObjectClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_C, ToSaveGameObjectClass) == 0x000030, "Member 'UBP_SaveGameObjectUpgrader_C::ToSaveGameObjectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject) == 0x000010, "Wrong size on BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V3_To_V4_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V3_To_V4_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V3_To_V4_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V3_To_V4_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V3_To_V4_C) == 0x000038, "Wrong size on UBP_SaveGameObjectUpgrader_V3_To_V4_C"); \ + +#define DUMPER7_ASSERTS_ASMBP_BuildingHaussmannA_C \ +static_assert(alignof(ASMBP_BuildingHaussmannA_C) == 0x000008, "Wrong alignment on ASMBP_BuildingHaussmannA_C"); \ +static_assert(sizeof(ASMBP_BuildingHaussmannA_C) == 0x000490, "Wrong size on ASMBP_BuildingHaussmannA_C"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite5) == 0x000290, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite4) == 0x000298, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite3) == 0x0002A0, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite2) == 0x0002A8, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite1) == 0x0002B0, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, Cube_Nanite) == 0x0002B8, "Member 'ASMBP_BuildingHaussmannA_C::Cube_Nanite' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh5) == 0x0002C0, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh4) == 0x0002C8, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh3) == 0x0002D0, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh2) == 0x0002D8, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh1) == 0x0002E0, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, StaticMesh) == 0x0002E8, "Member 'ASMBP_BuildingHaussmannA_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh49) == 0x0002F0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh48) == 0x0002F8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh47) == 0x000300, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh46) == 0x000308, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh45) == 0x000310, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh44) == 0x000318, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh43) == 0x000320, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh42) == 0x000328, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh41) == 0x000330, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh40) == 0x000338, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh39) == 0x000340, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh38) == 0x000348, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh37) == 0x000350, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh36) == 0x000358, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh35) == 0x000360, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh34) == 0x000368, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh33) == 0x000370, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh32) == 0x000378, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh31) == 0x000380, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh30) == 0x000388, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh29) == 0x000390, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh28) == 0x000398, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh27) == 0x0003A0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh26) == 0x0003A8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh25) == 0x0003B0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh24) == 0x0003B8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh23) == 0x0003C0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh22) == 0x0003C8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh21) == 0x0003D0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh20) == 0x0003D8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh19) == 0x0003E0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh18) == 0x0003E8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh17) == 0x0003F0, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh16) == 0x0003F8, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh15) == 0x000400, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh14) == 0x000408, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh13) == 0x000410, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh12) == 0x000418, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh11) == 0x000420, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh10) == 0x000428, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh9) == 0x000430, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh8) == 0x000438, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh7) == 0x000440, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh6) == 0x000448, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh5) == 0x000450, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh4) == 0x000458, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh3) == 0x000460, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh2) == 0x000468, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh1) == 0x000470, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, InstancedStaticMesh) == 0x000478, "Member 'ASMBP_BuildingHaussmannA_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, HDA_LumiereCity_10_128_0_main_geo) == 0x000480, "Member 'ASMBP_BuildingHaussmannA_C::HDA_LumiereCity_10_128_0_main_geo' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannA_C, DefaultSceneRoot) == 0x000488, "Member 'ASMBP_BuildingHaussmannA_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V3_C \ +static_assert(alignof(UBP_SaveGameObject_V3_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V3_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V3_C) == 0x000B70, "Wrong size on UBP_SaveGameObject_V3_C"); \ + +#define DUMPER7_ASSERTS_FFEnemyDataRow \ +static_assert(alignof(FFEnemyDataRow) == 0x000008, "Wrong alignment on FFEnemyDataRow"); \ +static_assert(sizeof(FFEnemyDataRow) == 0x000010, "Wrong size on FFEnemyDataRow"); \ +static_assert(offsetof(FFEnemyDataRow, DataRow_2_A0E22CDC4D64141F52E0DDB6B0A6959D) == 0x000000, "Member 'FFEnemyDataRow::DataRow_2_A0E22CDC4D64141F52E0DDB6B0A6959D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V4_C \ +static_assert(alignof(UBP_SaveGameObject_V4_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V4_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V4_C) == 0x000B80, "Wrong size on UBP_SaveGameObject_V4_C"); \ +static_assert(offsetof(UBP_SaveGameObject_V4_C, ActivatedChallengeIDs) == 0x000B70, "Member 'UBP_SaveGameObject_V4_C::ActivatedChallengeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder \ +static_assert(alignof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder) == 0x000008, "Wrong alignment on BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder"); \ +static_assert(sizeof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder) == 0x000458, "Wrong size on BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000F8, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeStruct_FRichDialogueLine) == 0x000100, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, CallFunc_GetDialogueStage_DialogueStage) == 0x000230, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeArray_Array) == 0x000238, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_SwitchInteger_CmpSuccess) == 0x000248, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000250, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000318, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder, K2Node_MakeArray_Array_1) == 0x000448, "Member 'BP_Dialogue_Gardens_Maelle_FlowerReminder_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FlowerReminder::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Gardens_Maelle_FlowerReminder_C \ +static_assert(alignof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Gardens_Maelle_FlowerReminder_C"); \ +static_assert(sizeof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C) == 0x000600, "Wrong size on ABP_Dialogue_Gardens_Maelle_FlowerReminder_C"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C, UberGraphFrame_BP_Dialogue_Gardens_Maelle_FlowerReminder_C) == 0x000338, "Member 'ABP_Dialogue_Gardens_Maelle_FlowerReminder_C::UberGraphFrame_BP_Dialogue_Gardens_Maelle_FlowerReminder_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C, FlowerItem) == 0x000340, "Member 'ABP_Dialogue_Gardens_Maelle_FlowerReminder_C::FlowerItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C, maelleWithTutorialDuelBattleParams) == 0x000350, "Member 'ABP_Dialogue_Gardens_Maelle_FlowerReminder_C::maelleWithTutorialDuelBattleParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FlowerReminder_C, MaelleNoTutorialDuelBattleParams) == 0x0004A8, "Member 'ABP_Dialogue_Gardens_Maelle_FlowerReminder_C::MaelleNoTutorialDuelBattleParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObject_V5_C \ +static_assert(alignof(UBP_SaveGameObject_V5_C) == 0x000010, "Wrong alignment on UBP_SaveGameObject_V5_C"); \ +static_assert(sizeof(UBP_SaveGameObject_V5_C) == 0x000BD0, "Wrong size on UBP_SaveGameObject_V5_C"); \ +static_assert(offsetof(UBP_SaveGameObject_V5_C, PassiveEffectsSetCollection) == 0x000B80, "Member 'UBP_SaveGameObject_V5_C::PassiveEffectsSetCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, FromSave) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::FromSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, ToSave) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::ToSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, K2Node_MakeStruct_S_WeaponInstanceHandle) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::K2Node_MakeStruct_S_WeaponInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_CheckIfWeaponIsInInventory_ReturnValue) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_CheckIfWeaponIsInInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, Temp_int_Variable) == 0x000024, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_Map_Find_Value) == 0x000029, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_Map_Find_ReturnValue) == 0x00002A, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_AddMissableWeapon::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory) == 0x000040, "Wrong size on BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, WeaponProgressions) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::WeaponProgressions' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, WeaponID) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::WeaponID' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, ReturnValue) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000035, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_CheckIfWeaponIsInInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel) == 0x000048, "Wrong size on BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, ToSave) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::ToSave' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Array_Get_Item) == 0x00000C, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_InRange_IntInt_ReturnValue) == 0x00002C, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Clamp_ReturnValue) == 0x000030, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000034, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel, K2Node_SetFieldsInStruct_StructOut) == 0x000038, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ClampWeaponsToMaxUpgradeLevel::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V5) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V5' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V6) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V6' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V5_To_V6_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V5_To_V6_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V5_To_V6_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V5_To_V6_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V5_To_V6_C) == 0x000050, "Wrong size on UBP_SaveGameObjectUpgrader_V5_To_V6_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V5_To_V6_C, VersoDraft_WeaponID_VD_Monoco_1) == 0x000038, "Member 'UBP_SaveGameObjectUpgrader_V5_To_V6_C::VersoDraft_WeaponID_VD_Monoco_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V5_To_V6_C, VersoDraft_EnemyID_AlphaMachinapieds) == 0x000040, "Member 'UBP_SaveGameObjectUpgrader_V5_To_V6_C::VersoDraft_EnemyID_AlphaMachinapieds' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V5_To_V6_C, VersoDraft_WeaponLevel_VD_Monoco_1) == 0x000048, "Member 'UBP_SaveGameObjectUpgrader_V5_To_V6_C::VersoDraft_WeaponLevel_VD_Monoco_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_GetGearMaxUpgradeLevel \ +static_assert(alignof(FL_GameConstants_C_GetGearMaxUpgradeLevel) == 0x000008, "Wrong alignment on FL_GameConstants_C_GetGearMaxUpgradeLevel"); \ +static_assert(sizeof(FL_GameConstants_C_GetGearMaxUpgradeLevel) == 0x000010, "Wrong size on FL_GameConstants_C_GetGearMaxUpgradeLevel"); \ +static_assert(offsetof(FL_GameConstants_C_GetGearMaxUpgradeLevel, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_GetGearMaxUpgradeLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetGearMaxUpgradeLevel, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_GetGearMaxUpgradeLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_GetMaxConsumableShardsCount \ +static_assert(alignof(FL_GameConstants_C_GetMaxConsumableShardsCount) == 0x000008, "Wrong alignment on FL_GameConstants_C_GetMaxConsumableShardsCount"); \ +static_assert(sizeof(FL_GameConstants_C_GetMaxConsumableShardsCount) == 0x000010, "Wrong size on FL_GameConstants_C_GetMaxConsumableShardsCount"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxConsumableShardsCount, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_GetMaxConsumableShardsCount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxConsumableShardsCount, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_GetMaxConsumableShardsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_GetMaxSkillsCount \ +static_assert(alignof(FL_GameConstants_C_GetMaxSkillsCount) == 0x000008, "Wrong alignment on FL_GameConstants_C_GetMaxSkillsCount"); \ +static_assert(sizeof(FL_GameConstants_C_GetMaxSkillsCount) == 0x000018, "Wrong size on FL_GameConstants_C_GetMaxSkillsCount"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxSkillsCount, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_GetMaxSkillsCount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxSkillsCount, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_GetMaxSkillsCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxSkillsCount, CallFunc_GetSkillsPerColumn_ReturnValue) == 0x00000C, "Member 'FL_GameConstants_C_GetMaxSkillsCount::CallFunc_GetSkillsPerColumn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMaxSkillsCount, CallFunc_Multiply_IntInt_ReturnValue) == 0x000010, "Member 'FL_GameConstants_C_GetMaxSkillsCount::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_GetMainMenuMap \ +static_assert(alignof(FL_GameConstants_C_GetMainMenuMap) == 0x000008, "Wrong alignment on FL_GameConstants_C_GetMainMenuMap"); \ +static_assert(sizeof(FL_GameConstants_C_GetMainMenuMap) == 0x000068, "Wrong size on FL_GameConstants_C_GetMainMenuMap"); \ +static_assert(offsetof(FL_GameConstants_C_GetMainMenuMap, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_GetMainMenuMap::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMainMenuMap, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_GetMainMenuMap::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMainMenuMap, NewLocalVar) == 0x000030, "Member 'FL_GameConstants_C_GetMainMenuMap::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMainMenuMap, CallFunc_GetProjectConfiguration_ReturnValue) == 0x000038, "Member 'FL_GameConstants_C_GetMainMenuMap::CallFunc_GetProjectConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetMainMenuMap, CallFunc_GetMainMenuLevel_MainMenuLevel) == 0x000040, "Member 'FL_GameConstants_C_GetMainMenuMap::CallFunc_GetMainMenuLevel_MainMenuLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_Get99GestralItemName \ +static_assert(alignof(FL_GameConstants_C_Get99GestralItemName) == 0x000008, "Wrong alignment on FL_GameConstants_C_Get99GestralItemName"); \ +static_assert(sizeof(FL_GameConstants_C_Get99GestralItemName) == 0x000010, "Wrong size on FL_GameConstants_C_Get99GestralItemName"); \ +static_assert(offsetof(FL_GameConstants_C_Get99GestralItemName, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_Get99GestralItemName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_Get99GestralItemName, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_Get99GestralItemName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_GameConstants_C_GetSkillsPerColumn \ +static_assert(alignof(FL_GameConstants_C_GetSkillsPerColumn) == 0x000008, "Wrong alignment on FL_GameConstants_C_GetSkillsPerColumn"); \ +static_assert(sizeof(FL_GameConstants_C_GetSkillsPerColumn) == 0x000010, "Wrong size on FL_GameConstants_C_GetSkillsPerColumn"); \ +static_assert(offsetof(FL_GameConstants_C_GetSkillsPerColumn, __WorldContext) == 0x000000, "Member 'FL_GameConstants_C_GetSkillsPerColumn::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetSkillsPerColumn, ReturnValue) == 0x000008, "Member 'FL_GameConstants_C_GetSkillsPerColumn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_GameConstants_C_GetSkillsPerColumn, CallFunc_MakeLiteralInt_ReturnValue) == 0x00000C, "Member 'FL_GameConstants_C_GetSkillsPerColumn::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_GameConstants_C \ +static_assert(alignof(UFL_GameConstants_C) == 0x000008, "Wrong alignment on UFL_GameConstants_C"); \ +static_assert(sizeof(UFL_GameConstants_C) == 0x000028, "Wrong size on UFL_GameConstants_C"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_SkillTreeElement_C_BndEvt__WBP_SkillTreeElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement \ +static_assert(alignof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement) == 0x000008, "Wrong alignment on WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement) == 0x000068, "Wrong size on WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, EntryPoint) == 0x000000, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000020, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, K2Node_ComponentBoundEvent_Button_1) == 0x000028, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, K2Node_ComponentBoundEvent_Button) == 0x000030, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'WBP_SkillTreeElement_C_ExecuteUbergraph_WBP_SkillTreeElement::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_PreConstruct \ +static_assert(alignof(WBP_SkillTreeElement_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SkillTreeElement_C_PreConstruct"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_PreConstruct) == 0x000001, "Wrong size on WBP_SkillTreeElement_C_PreConstruct"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SkillTreeElement_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_SetSkillNodeState \ +static_assert(alignof(WBP_SkillTreeElement_C_SetSkillNodeState) == 0x000004, "Wrong alignment on WBP_SkillTreeElement_C_SetSkillNodeState"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_SetSkillNodeState) == 0x0000F0, "Wrong size on WBP_SkillTreeElement_C_SetSkillNodeState"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, SkillNodeState_0) == 0x000000, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::SkillNodeState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable) == 0x000004, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable) == 0x000044, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_4) == 0x000048, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_5) == 0x000058, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_6) == 0x000068, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_7) == 0x000078, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_8) == 0x000088, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_1) == 0x000098, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_2) == 0x000099, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_3) == 0x00009A, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_4) == 0x00009B, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_5) == 0x00009C, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_6) == 0x00009D, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_7) == 0x00009E, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_8) == 0x00009F, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_9) == 0x0000A0, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_10) == 0x0000A1, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_11) == 0x0000A2, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_12) == 0x0000A3, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, K2Node_Select_Default) == 0x0000A4, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, K2Node_Select_Default_1) == 0x0000B4, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, K2Node_MakeStruct_SlateColor) == 0x0000B8, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_struct_Variable_9) == 0x0000CC, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, K2Node_Select_Default_2) == 0x0000DC, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, Temp_byte_Variable_13) == 0x0000DD, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillNodeState, K2Node_Select_Default_3) == 0x0000E0, "Member 'WBP_SkillTreeElement_C_SetSkillNodeState::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTreeElement_C_SetSkillSecretLocked \ +static_assert(alignof(WBP_SkillTreeElement_C_SetSkillSecretLocked) == 0x000001, "Wrong alignment on WBP_SkillTreeElement_C_SetSkillSecretLocked"); \ +static_assert(sizeof(WBP_SkillTreeElement_C_SetSkillSecretLocked) == 0x000009, "Wrong size on WBP_SkillTreeElement_C_SetSkillSecretLocked"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, IsSecretLocked) == 0x000000, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::IsSecretLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_byte_Variable) == 0x000001, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_bool_Variable) == 0x000003, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, K2Node_Select_Default) == 0x000007, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTreeElement_C_SetSkillSecretLocked, K2Node_Select_Default_1) == 0x000008, "Member 'WBP_SkillTreeElement_C_SetSkillSecretLocked::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkillTreeElement_C \ +static_assert(alignof(UWBP_SkillTreeElement_C) == 0x000008, "Wrong alignment on UWBP_SkillTreeElement_C"); \ +static_assert(sizeof(UWBP_SkillTreeElement_C) == 0x0003C0, "Wrong size on UWBP_SkillTreeElement_C"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SkillTreeElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, BaseButton) == 0x000310, "Member 'UWBP_SkillTreeElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, BuyableBackground) == 0x000318, "Member 'UWBP_SkillTreeElement_C::BuyableBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, BuyableOverlay) == 0x000320, "Member 'UWBP_SkillTreeElement_C::BuyableOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, CostText) == 0x000328, "Member 'UWBP_SkillTreeElement_C::CostText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, LockedOverlay) == 0x000330, "Member 'UWBP_SkillTreeElement_C::LockedOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, NiagaraSystemWidget_Explosion) == 0x000338, "Member 'UWBP_SkillTreeElement_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, SkillIcon) == 0x000340, "Member 'UWBP_SkillTreeElement_C::SkillIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, IsAssigned) == 0x000348, "Member 'UWBP_SkillTreeElement_C::IsAssigned' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, OnSelected) == 0x000350, "Member 'UWBP_SkillTreeElement_C::OnSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, SkillUnlock) == 0x000360, "Member 'UWBP_SkillTreeElement_C::SkillUnlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, OnClicked) == 0x000388, "Member 'UWBP_SkillTreeElement_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, SkillIconDT) == 0x000398, "Member 'UWBP_SkillTreeElement_C::SkillIconDT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, SkillNodeState) == 0x0003A0, "Member 'UWBP_SkillTreeElement_C::SkillNodeState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, SD_SkillLearnt) == 0x0003A8, "Member 'UWBP_SkillTreeElement_C::SD_SkillLearnt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTreeElement_C, OwnerSkillGraph) == 0x0003B8, "Member 'UWBP_SkillTreeElement_C::OwnerSkillGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags) == 0x000018, "Wrong size on BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, From) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::From' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, To) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::To' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, Temp_bool_Variable) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, Temp_bool_Variable_1) == 0x000011, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, CallFunc_Map_Find_Value) == 0x000012, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, CallFunc_Map_Find_ReturnValue) == 0x000013, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_PatchPersistentFlags::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject \ +static_assert(alignof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject) == 0x000008, "Wrong alignment on BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject"); \ +static_assert(sizeof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject) == 0x000030, "Wrong size on BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, FromSaveGameObject) == 0x000000, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::FromSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, ToSaveGameObject) == 0x000008, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::ToSaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V1) == 0x000010, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V1' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_AsBP_Save_Game_Object_V2) == 0x000020, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_AsBP_Save_Game_Object_V2' has a wrong offset!"); \ +static_assert(offsetof(BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_SaveGameObjectUpgrader_V1_To_V2_C_ProcessUpgradeSaveGameObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameObjectUpgrader_V1_To_V2_C \ +static_assert(alignof(UBP_SaveGameObjectUpgrader_V1_To_V2_C) == 0x000008, "Wrong alignment on UBP_SaveGameObjectUpgrader_V1_To_V2_C"); \ +static_assert(sizeof(UBP_SaveGameObjectUpgrader_V1_To_V2_C) == 0x000050, "Wrong size on UBP_SaveGameObjectUpgrader_V1_To_V2_C"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V1_To_V2_C, WorldMap_TriggerZone_IWD_EntrySpringMeadow_ObjectID) == 0x000038, "Member 'UBP_SaveGameObjectUpgrader_V1_To_V2_C::WorldMap_TriggerZone_IWD_EntrySpringMeadow_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V1_To_V2_C, WorldMap_TriggerZone_EnterWorldMap_ObjectID) == 0x000040, "Member 'UBP_SaveGameObjectUpgrader_V1_To_V2_C::WorldMap_TriggerZone_EnterWorldMap_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameObjectUpgrader_V1_To_V2_C, WorldMap_NamedID_EnterWorldMap) == 0x000048, "Member 'UBP_SaveGameObjectUpgrader_V1_To_V2_C::WorldMap_NamedID_EnterWorldMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_SaveGameObjectUpgraderData \ +static_assert(alignof(FS_SaveGameObjectUpgraderData) == 0x000008, "Wrong alignment on FS_SaveGameObjectUpgraderData"); \ +static_assert(sizeof(FS_SaveGameObjectUpgraderData) == 0x000010, "Wrong size on FS_SaveGameObjectUpgraderData"); \ +static_assert(offsetof(FS_SaveGameObjectUpgraderData, FromSaveVersion_2_4680E76B4A86B5FCD20A3987EC102A3B) == 0x000000, "Member 'FS_SaveGameObjectUpgraderData::FromSaveVersion_2_4680E76B4A86B5FCD20A3987EC102A3B' has a wrong offset!"); \ +static_assert(offsetof(FS_SaveGameObjectUpgraderData, SaveUpgrader_6_FE79D45841CD364FECEF5DA68F305E46) == 0x000008, "Member 'FS_SaveGameObjectUpgraderData::SaveUpgrader_6_FE79D45841CD364FECEF5DA68F305E46' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint \ +static_assert(alignof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint) == 0x000008, "Wrong alignment on BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint"); \ +static_assert(sizeof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint) == 0x000028, "Wrong size on BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint, EntryPoint) == 0x000000, "Member 'BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint, K2Node_Event_OwnerController) == 0x000008, "Member 'BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTTask_SetNextTargetPoint_C_ExecuteUbergraph_BTTask_SetNextTargetPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetNextTargetPoint_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_SetNextTargetPoint_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_SetNextTargetPoint_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_SetNextTargetPoint_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_SetNextTargetPoint_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_SetNextTargetPoint_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetNextTargetPoint_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_SetNextTargetPoint_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetNextTargetPoint_C \ +static_assert(alignof(UBTTask_SetNextTargetPoint_C) == 0x000008, "Wrong alignment on UBTTask_SetNextTargetPoint_C"); \ +static_assert(sizeof(UBTTask_SetNextTargetPoint_C) == 0x0000B0, "Wrong size on UBTTask_SetNextTargetPoint_C"); \ +static_assert(offsetof(UBTTask_SetNextTargetPoint_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_SetNextTargetPoint_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_CheckForErrors \ +static_assert(alignof(BP_EnemyGroup_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_EnemyGroup_C_CheckForErrors"); \ +static_assert(sizeof(BP_EnemyGroup_C_CheckForErrors) == 0x0000D8, "Wrong size on BP_EnemyGroup_C_CheckForErrors"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_EnemyGroup_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_EnemyGroup_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_EnemyGroup_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_IsInPlayMode_ReturnValue) == 0x000018, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_EnemyGroup_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_EnemyGroup_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'BP_EnemyGroup_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_CheckForErrors, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000D1, "Member 'BP_EnemyGroup_C_CheckForErrors::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_GetGlobalObjectID \ +static_assert(alignof(BP_EnemyGroup_C_GetGlobalObjectID) == 0x000004, "Wrong alignment on BP_EnemyGroup_C_GetGlobalObjectID"); \ +static_assert(sizeof(BP_EnemyGroup_C_GetGlobalObjectID) == 0x000010, "Wrong size on BP_EnemyGroup_C_GetGlobalObjectID"); \ +static_assert(offsetof(BP_EnemyGroup_C_GetGlobalObjectID, ObjectId) == 0x000000, "Member 'BP_EnemyGroup_C_GetGlobalObjectID::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_GetGlobalObjectID, CallFunc_GetGlobalObjectID_ObjectID) == 0x000008, "Member 'BP_EnemyGroup_C_GetGlobalObjectID::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_RefreshLinks \ +static_assert(alignof(BP_EnemyGroup_C_RefreshLinks) == 0x000008, "Wrong alignment on BP_EnemyGroup_C_RefreshLinks"); \ +static_assert(sizeof(BP_EnemyGroup_C_RefreshLinks) == 0x000070, "Wrong size on BP_EnemyGroup_C_RefreshLinks"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_EnemyGroup_C_RefreshLinks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_EnemyGroup_C_RefreshLinks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_IsPackagedBuild_ReturnValue) == 0x000020, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000038, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Array_Contains_ReturnValue) == 0x000060, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_IsInPlayMode_ReturnValue) == 0x000068, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_Not_PreBool_ReturnValue_1) == 0x00006A, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_RefreshLinks, CallFunc_BooleanAND_ReturnValue) == 0x00006B, "Member 'BP_EnemyGroup_C_RefreshLinks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_UserConstructionScript \ +static_assert(alignof(BP_EnemyGroup_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_EnemyGroup_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EnemyGroup_C_UserConstructionScript) == 0x000001, "Wrong size on BP_EnemyGroup_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EnemyGroup_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_EnemyGroup_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_EnemyGroup_C_Editor_DrawDebugShapes) == 0x000008, "Wrong alignment on BP_EnemyGroup_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_EnemyGroup_C_Editor_DrawDebugShapes) == 0x000090, "Wrong size on BP_EnemyGroup_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000058, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000068, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_DrawDebugShapes, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000078, "Member 'BP_EnemyGroup_C_Editor_DrawDebugShapes::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnemyGroup_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_EnemyGroup_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_EnemyGroup_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_EnemyGroup_C_Editor_GetDebugShapes) == 0x000028, "Wrong size on BP_EnemyGroup_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_EnemyGroup_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_EnemyGroup_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_EnemyGroup_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_EnemyGroup_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnemyGroup_C \ +static_assert(alignof(ABP_EnemyGroup_C) == 0x000008, "Wrong alignment on ABP_EnemyGroup_C"); \ +static_assert(sizeof(ABP_EnemyGroup_C) == 0x0002B8, "Wrong size on ABP_EnemyGroup_C"); \ +static_assert(offsetof(ABP_EnemyGroup_C, BP_Enemy_SerializableComponent) == 0x000290, "Member 'ABP_EnemyGroup_C::BP_Enemy_SerializableComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyGroup_C, Billboard) == 0x000298, "Member 'ABP_EnemyGroup_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyGroup_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_EnemyGroup_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EnemyGroup_C, EnemyWorlds) == 0x0002A8, "Member 'ABP_EnemyGroup_C::EnemyWorlds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID \ +static_assert(alignof(BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID) == 0x000004, "Wrong alignment on BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID"); \ +static_assert(sizeof(BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID) == 0x000008, "Wrong size on BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID"); \ +static_assert(offsetof(BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID, CallFunc_GetWorldMapEnemyGlobalID_ID) == 0x000000, "Member 'BP_Enemy_SerializableComponent_C_MakeWorldMapEnemyID::CallFunc_GetWorldMapEnemyGlobalID_ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent \ +static_assert(alignof(BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent) == 0x000004, "Wrong alignment on BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent"); \ +static_assert(sizeof(BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent) == 0x000004, "Wrong size on BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent"); \ +static_assert(offsetof(BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent, EntryPoint) == 0x000000, "Member 'BP_Enemy_SerializableComponent_C_ExecuteUbergraph_BP_Enemy_SerializableComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Enemy_SerializableComponent_C \ +static_assert(alignof(UBP_Enemy_SerializableComponent_C) == 0x000008, "Wrong alignment on UBP_Enemy_SerializableComponent_C"); \ +static_assert(sizeof(UBP_Enemy_SerializableComponent_C) == 0x0000B8, "Wrong size on UBP_Enemy_SerializableComponent_C"); \ +static_assert(offsetof(UBP_Enemy_SerializableComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_Enemy_SerializableComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptions_C_ResetToDefaults \ +static_assert(alignof(WBP_Settings_GameplayOptions_C_ResetToDefaults) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptions_C_ResetToDefaults"); \ +static_assert(sizeof(WBP_Settings_GameplayOptions_C_ResetToDefaults) == 0x000008, "Wrong size on WBP_Settings_GameplayOptions_C_ResetToDefaults"); \ +static_assert(offsetof(WBP_Settings_GameplayOptions_C_ResetToDefaults, CallFunc_GetDifficultyManager_ReturnValue) == 0x000000, "Member 'WBP_Settings_GameplayOptions_C_ResetToDefaults::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptions_C_RevertAllSettings \ +static_assert(alignof(WBP_Settings_GameplayOptions_C_RevertAllSettings) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptions_C_RevertAllSettings"); \ +static_assert(sizeof(WBP_Settings_GameplayOptions_C_RevertAllSettings) == 0x000008, "Wrong size on WBP_Settings_GameplayOptions_C_RevertAllSettings"); \ +static_assert(offsetof(WBP_Settings_GameplayOptions_C_RevertAllSettings, CallFunc_GetDifficultyManager_ReturnValue) == 0x000000, "Member 'WBP_Settings_GameplayOptions_C_RevertAllSettings::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptions_C_RevertSettings \ +static_assert(alignof(WBP_Settings_GameplayOptions_C_RevertSettings) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptions_C_RevertSettings"); \ +static_assert(sizeof(WBP_Settings_GameplayOptions_C_RevertSettings) == 0x000008, "Wrong size on WBP_Settings_GameplayOptions_C_RevertSettings"); \ +static_assert(offsetof(WBP_Settings_GameplayOptions_C_RevertSettings, CallFunc_GetDifficultyManager_ReturnValue) == 0x000000, "Member 'WBP_Settings_GameplayOptions_C_RevertSettings::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_GameplayOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GameplayOptions_C \ +static_assert(alignof(UWBP_Settings_GameplayOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_GameplayOptions_C"); \ +static_assert(sizeof(UWBP_Settings_GameplayOptions_C) == 0x0004D0, "Wrong size on UWBP_Settings_GameplayOptions_C"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptions_C, WBP_Settings_GameplayOptionsList) == 0x0004C8, "Member 'UWBP_Settings_GameplayOptions_C::WBP_Settings_GameplayOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters \ +static_assert(alignof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters) == 0x000008, "Wrong alignment on BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters"); \ +static_assert(sizeof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters) == 0x000060, "Wrong size on BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, EntryPoint) == 0x000000, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, K2Node_Event_OwnerController) == 0x000010, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, Temp_wildcard_Variable) == 0x000028, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_FindNextFleePoint_FleePoint) == 0x000038, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_FindNextFleePoint_FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'BTTask_UpdateFleePointParameters_C_ExecuteUbergraph_BTTask_UpdateFleePointParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_UpdateFleePointParameters_C_ReceiveTickAI \ +static_assert(alignof(BTTask_UpdateFleePointParameters_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_UpdateFleePointParameters_C_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_UpdateFleePointParameters_C_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_UpdateFleePointParameters_C_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_UpdateFleePointParameters_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_UpdateFleePointParameters_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_UpdateFleePointParameters_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_UpdateFleePointParameters_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_UpdateFleePointParameters_C \ +static_assert(alignof(UBTTask_UpdateFleePointParameters_C) == 0x000008, "Wrong alignment on UBTTask_UpdateFleePointParameters_C"); \ +static_assert(sizeof(UBTTask_UpdateFleePointParameters_C) == 0x000128, "Wrong size on UBTTask_UpdateFleePointParameters_C"); \ +static_assert(offsetof(UBTTask_UpdateFleePointParameters_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_UpdateFleePointParameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateFleePointParameters_C, KeySelectorPursuerActor) == 0x0000B0, "Member 'UBTTask_UpdateFleePointParameters_C::KeySelectorPursuerActor' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateFleePointParameters_C, KeySelectorNextFleePoint) == 0x0000D8, "Member 'UBTTask_UpdateFleePointParameters_C::KeySelectorNextFleePoint' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UpdateFleePointParameters_C, KeySelectorNextFleePointLocation) == 0x000100, "Member 'UBTTask_UpdateFleePointParameters_C::KeySelectorNextFleePointLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_CheckForErrors \ +static_assert(alignof(BP_FleePoint_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_FleePoint_C_CheckForErrors"); \ +static_assert(sizeof(BP_FleePoint_C_CheckForErrors) == 0x000060, "Wrong size on BP_FleePoint_C_CheckForErrors"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_FleePoint_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_FleePoint_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, local_IsValid) == 0x000011, "Member 'BP_FleePoint_C_CheckForErrors::local_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, Temp_text_Variable) == 0x000018, "Member 'BP_FleePoint_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x00002C, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_ValidateObjectArray_IsValid) == 0x00002D, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_ValidateObjectArray_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_ValidateObjectArray_ErrorMessage) == 0x000030, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_ValidateObjectArray_ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000058, "Member 'BP_FleePoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_ComputeFleePointDistance \ +static_assert(alignof(BP_FleePoint_C_ComputeFleePointDistance) == 0x000008, "Wrong alignment on BP_FleePoint_C_ComputeFleePointDistance"); \ +static_assert(sizeof(BP_FleePoint_C_ComputeFleePointDistance) == 0x000060, "Wrong size on BP_FleePoint_C_ComputeFleePointDistance"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, FleePoint) == 0x000000, "Member 'BP_FleePoint_C_ComputeFleePointDistance::FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, Distance) == 0x000008, "Member 'BP_FleePoint_C_ComputeFleePointDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, IsAtValidDistance) == 0x000010, "Member 'BP_FleePoint_C_ComputeFleePointDistance::IsAtValidDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, Temp_wildcard_Variable) == 0x000018, "Member 'BP_FleePoint_C_ComputeFleePointDistance::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_Vector_Distance_ReturnValue) == 0x000050, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000059, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_ComputeFleePointDistance, CallFunc_BooleanAND_ReturnValue) == 0x00005A, "Member 'BP_FleePoint_C_ComputeFleePointDistance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_FindNextFleePoint \ +static_assert(alignof(BP_FleePoint_C_FindNextFleePoint) == 0x000008, "Wrong alignment on BP_FleePoint_C_FindNextFleePoint"); \ +static_assert(sizeof(BP_FleePoint_C_FindNextFleePoint) == 0x000130, "Wrong size on BP_FleePoint_C_FindNextFleePoint"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, PursuerActor) == 0x000000, "Member 'BP_FleePoint_C_FindNextFleePoint::PursuerActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, FleePoint) == 0x000008, "Member 'BP_FleePoint_C_FindNextFleePoint::FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, local_BestFleePoint) == 0x000010, "Member 'BP_FleePoint_C_FindNextFleePoint::local_BestFleePoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, local_BestDotProduct) == 0x000018, "Member 'BP_FleePoint_C_FindNextFleePoint::local_BestDotProduct' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_FleePoint_C_FindNextFleePoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000068, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Normal_ReturnValue) == 0x000088, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'BP_FleePoint_C_FindNextFleePoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, Temp_wildcard_Variable) == 0x0000A8, "Member 'BP_FleePoint_C_FindNextFleePoint::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B8, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000E0, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000F8, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Normal_ReturnValue_1) == 0x000110, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_FindNextFleePoint, CallFunc_Dot_VectorVector_ReturnValue) == 0x000128, "Member 'BP_FleePoint_C_FindNextFleePoint::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_LinkFleePoints \ +static_assert(alignof(BP_FleePoint_C_LinkFleePoints) == 0x000008, "Wrong alignment on BP_FleePoint_C_LinkFleePoints"); \ +static_assert(sizeof(BP_FleePoint_C_LinkFleePoints) == 0x000058, "Wrong size on BP_FleePoint_C_LinkFleePoints"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_FleePoint_C_LinkFleePoints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'BP_FleePoint_C_LinkFleePoints::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_FleePoint_C_LinkFleePoints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_FleePoint_C_LinkFleePoints::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_Contains_ReturnValue) == 0x000039, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_RemoveItem_ReturnValue) == 0x00003A, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Not_PreBool_ReturnValue) == 0x00003B, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x00003C, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_Array_AddUnique_ReturnValue) == 0x000050, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_LinkFleePoints, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BP_FleePoint_C_LinkFleePoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_UpdateDebugDisplay \ +static_assert(alignof(BP_FleePoint_C_UpdateDebugDisplay) == 0x000008, "Wrong alignment on BP_FleePoint_C_UpdateDebugDisplay"); \ +static_assert(sizeof(BP_FleePoint_C_UpdateDebugDisplay) == 0x0001C8, "Wrong size on BP_FleePoint_C_UpdateDebugDisplay"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Loop_Counter_Variable_2) == 0x000010, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'BP_FleePoint_C_UpdateDebugDisplay::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_BreakVector_X) == 0x000058, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_BreakVector_Y) == 0x000060, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_BreakVector_Z) == 0x000068, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_MakeVector_ReturnValue) == 0x000078, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000098, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_CreateDistanceTextComponentFromActors_TextRenderComponent) == 0x000190, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_CreateDistanceTextComponentFromActors_TextRenderComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_CreateArrowComponentFromActors_ArrowComponent) == 0x000198, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_CreateArrowComponentFromActors_ArrowComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Length_ReturnValue_1) == 0x0001A4, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A8, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_AddUnique_ReturnValue) == 0x0001AC, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0001B0, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Get_Item_2) == 0x0001B8, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Array_Length_ReturnValue_2) == 0x0001C0, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001C4, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UpdateDebugDisplay, CallFunc_IsValid_ReturnValue_1) == 0x0001C5, "Member 'BP_FleePoint_C_UpdateDebugDisplay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FleePoint_C_UserConstructionScript \ +static_assert(alignof(BP_FleePoint_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_FleePoint_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FleePoint_C_UserConstructionScript) == 0x000003, "Wrong size on BP_FleePoint_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FleePoint_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_FleePoint_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UserConstructionScript, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000001, "Member 'BP_FleePoint_C_UserConstructionScript::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FleePoint_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_FleePoint_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FleePoint_C \ +static_assert(alignof(ABP_FleePoint_C) == 0x000008, "Wrong alignment on ABP_FleePoint_C"); \ +static_assert(sizeof(ABP_FleePoint_C) == 0x0002C8, "Wrong size on ABP_FleePoint_C"); \ +static_assert(offsetof(ABP_FleePoint_C, TextRender) == 0x000290, "Member 'ABP_FleePoint_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_FleePoint_C, StaticMesh) == 0x000298, "Member 'ABP_FleePoint_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FleePoint_C, LinkedFleePoints) == 0x0002A0, "Member 'ABP_FleePoint_C::LinkedFleePoints' has a wrong offset!"); \ +static_assert(offsetof(ABP_FleePoint_C, DebugComponents) == 0x0002B0, "Member 'ABP_FleePoint_C::DebugComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_FleePoint_C, IsEndLocation) == 0x0002C0, "Member 'ABP_FleePoint_C::IsEndLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario1_Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ACTIVATELightingScenario_C_BndEvt__BP_LightingScenarioActivator_LightingScenario2_Trigger_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario \ +static_assert(alignof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario) == 0x000008, "Wrong alignment on BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario"); \ +static_assert(sizeof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario) == 0x000340, "Wrong size on BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, EntryPoint) == 0x000000, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000024, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000028, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000120, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherActor) == 0x000128, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherComp) == 0x000130, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000138, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_bFromSweep) == 0x00013C, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_ComponentBoundEvent_SweepResult) == 0x000140, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000238, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess) == 0x000240, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000248, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess_1) == 0x000250, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_GetActorOfClass_ReturnValue) == 0x000258, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000260, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000268, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess_2) == 0x000270, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000278, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000280, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000288, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000290, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_1) == 0x000298, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess_3) == 0x0002A0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_2) == 0x0002A8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess_4) == 0x0002B0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0002B1, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x0002B8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0002C0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_3) == 0x0002C8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, K2Node_DynamicCast_bSuccess_5) == 0x0002D0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_SelectFloat_ReturnValue) == 0x0002D8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_FClamp_ReturnValue) == 0x0002E0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x0002E8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_SelectFloat_ReturnValue_1) == 0x0002F0, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_FClamp_ReturnValue_1) == 0x0002F8, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_FClamp_Value_ImplicitCast) == 0x000300, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_SelectFloat_A_ImplicitCast) == 0x000308, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast) == 0x000310, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_ChangeLightingToScenario_ChangeSpeedMultiplier_ImplicitCast) == 0x000318, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_ChangeLightingToScenario_ChangeSpeedMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_FClamp_Value_ImplicitCast_1) == 0x000320, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_FClamp_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_SelectFloat_A_ImplicitCast_1) == 0x000328, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_SelectFloat_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast_1) == 0x000330, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario, CallFunc_ChangeLightingToScenario_ChangeSpeedMultiplier_ImplicitCast_1) == 0x000338, "Member 'BP_ACTIVATELightingScenario_C_ExecuteUbergraph_BP_ACTIVATELightingScenario::CallFunc_ChangeLightingToScenario_ChangeSpeedMultiplier_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ACTIVATELightingScenario_C \ +static_assert(alignof(ABP_ACTIVATELightingScenario_C) == 0x000008, "Wrong alignment on ABP_ACTIVATELightingScenario_C"); \ +static_assert(sizeof(ABP_ACTIVATELightingScenario_C) == 0x000338, "Wrong size on ABP_ACTIVATELightingScenario_C"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, UberGraphFrame) == 0x000290, "Member 'ABP_ACTIVATELightingScenario_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, TextRender2) == 0x000298, "Member 'ABP_ACTIVATELightingScenario_C::TextRender2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, TextRender1) == 0x0002A0, "Member 'ABP_ACTIVATELightingScenario_C::TextRender1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, LightingScenario2_Trigger_Green) == 0x0002A8, "Member 'ABP_ACTIVATELightingScenario_C::LightingScenario2_Trigger_Green' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, LightingScenario1_Trigger_Purple) == 0x0002B0, "Member 'ABP_ACTIVATELightingScenario_C::LightingScenario1_Trigger_Purple' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_ACTIVATELightingScenario_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, LightingScenario_1) == 0x0002C0, "Member 'ABP_ACTIVATELightingScenario_C::LightingScenario_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, LightingScenario_2) == 0x0002E8, "Member 'ABP_ACTIVATELightingScenario_C::LightingScenario_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, DirectionalLightComponentReference) == 0x000310, "Member 'ABP_ACTIVATELightingScenario_C::DirectionalLightComponentReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, DirectionalLightComponentMain) == 0x000318, "Member 'ABP_ACTIVATELightingScenario_C::DirectionalLightComponentMain' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, ExpoFogComponentMain) == 0x000320, "Member 'ABP_ACTIVATELightingScenario_C::ExpoFogComponentMain' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, ExpoFogComponentReference) == 0x000328, "Member 'ABP_ACTIVATELightingScenario_C::ExpoFogComponentReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, ChangeSpeedMultiplierSc1) == 0x000330, "Member 'ABP_ACTIVATELightingScenario_C::ChangeSpeedMultiplierSc1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ACTIVATELightingScenario_C, ChangeSpeedMultiplierSc2) == 0x000334, "Member 'ABP_ACTIVATELightingScenario_C::ChangeSpeedMultiplierSc2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_Conditional_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_Conditional_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_Conditional_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_Conditional_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_Conditional_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_Conditional_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_Conditional_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_Conditional_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_Conditional_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_Conditional_C_ValidateGameAction) == 0x000088, "Wrong size on BP_GameAction_Conditional_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_IsGameActionWrapperValid_ReturnValue) == 0x000038, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_IsGameActionWrapperValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000040, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000050, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_2) == 0x000060, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_3) == 0x000070, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Conditional_C_ValidateGameAction, CallFunc_IsGameActionWrapperValid_ReturnValue_1) == 0x000080, "Member 'BP_GameAction_Conditional_C_ValidateGameAction::CallFunc_IsGameActionWrapperValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_Conditional_C \ +static_assert(alignof(UBP_GameAction_Conditional_C) == 0x000008, "Wrong alignment on UBP_GameAction_Conditional_C"); \ +static_assert(sizeof(UBP_GameAction_Conditional_C) == 0x000058, "Wrong size on UBP_GameAction_Conditional_C"); \ +static_assert(offsetof(UBP_GameAction_Conditional_C, IfTrue) == 0x000030, "Member 'UBP_GameAction_Conditional_C::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_Conditional_C, IfFalse) == 0x000040, "Member 'UBP_GameAction_Conditional_C::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_Conditional_C, ConditionChecker) == 0x000050, "Member 'UBP_GameAction_Conditional_C::ConditionChecker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint \ +static_assert(alignof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint) == 0x000008, "Wrong alignment on BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint"); \ +static_assert(sizeof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint) == 0x000048, "Wrong size on BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, EntryPoint) == 0x000000, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, Temp_wildcard_Variable) == 0x000008, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, K2Node_Event_OwnerController) == 0x000010, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000030, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, K2Node_DynamicCast_AsBP_Flee_Point) == 0x000038, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::K2Node_DynamicCast_AsBP_Flee_Point' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTTask_SetCurrentFleePoint_C_ExecuteUbergraph_BTTask_SetCurrentFleePoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_SetCurrentFleePoint_C_ReceiveTickAI \ +static_assert(alignof(BTTask_SetCurrentFleePoint_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_SetCurrentFleePoint_C_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_SetCurrentFleePoint_C_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_SetCurrentFleePoint_C_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_SetCurrentFleePoint_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_SetCurrentFleePoint_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_SetCurrentFleePoint_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_SetCurrentFleePoint_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetCurrentFleePoint_C \ +static_assert(alignof(UBTTask_SetCurrentFleePoint_C) == 0x000008, "Wrong alignment on UBTTask_SetCurrentFleePoint_C"); \ +static_assert(sizeof(UBTTask_SetCurrentFleePoint_C) == 0x0000D8, "Wrong size on UBTTask_SetCurrentFleePoint_C"); \ +static_assert(offsetof(UBTTask_SetCurrentFleePoint_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_SetCurrentFleePoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetCurrentFleePoint_C, KeySelectorCurrentFleePoint) == 0x0000B0, "Member 'UBTTask_SetCurrentFleePoint_C::KeySelectorCurrentFleePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_HotelLove_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_HotelLove_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_HotelLove_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_HotelLove_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_HotelLove_C"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex) == 0x000008, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex) == 0x000080, "Wrong size on BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, FleePoint) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::FleePoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, IsValid) == 0x000038, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, CallFunc_GetGlobalObjectID_ObjectID) == 0x000048, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedFleePointIndex::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex) == 0x000008, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex) == 0x000030, "Wrong size on BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, Index_0) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, IsValid) == 0x000014, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, CallFunc_GetGlobalObjectID_ObjectID) == 0x000020, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex, CallFunc_Map_Find_ReturnValue) == 0x00002C, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedRoamingPointIndex::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle) == 0x000010, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle) == 0x000100, "Wrong size on BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, Transform) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, IsValid) == 0x000070, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, CallFunc_GetCustomGI_ReturnValue) == 0x000078, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, CallFunc_GetGlobalObjectID_ObjectID) == 0x000080, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, CallFunc_Map_Find_Value) == 0x000090, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyTransformBeforeBattle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform) == 0x000010, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform) == 0x000170, "Wrong size on BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, Transform) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, IsValid) == 0x000070, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, Temp_wildcard_Variable) == 0x000080, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_GetGlobalObjectID_ObjectID) == 0x0000E0, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_GetCustomGI_ReturnValue) == 0x0000E8, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_IsDynamicallySpawnedEnemy_Result) == 0x0000F0, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_IsDynamicallySpawnedEnemy_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_Not_PreBool_ReturnValue) == 0x0000F1, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_Map_Find_Value) == 0x000100, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_Map_Find_ReturnValue) == 0x000160, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform, CallFunc_BooleanAND_ReturnValue) == 0x000161, "Member 'BP_FL_EnemyDataHelpers_C_GetSavedEnemyTransform::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetEnemyBattleState \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState) == 0x000008, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetEnemyBattleState"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState) == 0x000038, "Wrong size on BP_FL_EnemyDataHelpers_C_GetEnemyBattleState"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, BattleState) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::BattleState' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_GetGlobalObjectIDWithGroup_ObjectID) == 0x000020, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_GetGlobalObjectIDWithGroup_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_ReturnValue) == 0x000029, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_IsDynamicallySpawnedEnemy_Result) == 0x00002A, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_IsDynamicallySpawnedEnemy_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Not_PreBool_ReturnValue) == 0x00002C, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_Value_1) == 0x00002D, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_ReturnValue_1) == 0x00002E, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_BooleanAND_ReturnValue_1) == 0x00002F, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_Value_2) == 0x000030, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_Map_Find_ReturnValue_2) == 0x000031, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_BooleanAND_ReturnValue_2) == 0x000032, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetEnemyBattleState, CallFunc_BooleanAND_ReturnValue_3) == 0x000033, "Member 'BP_FL_EnemyDataHelpers_C_GetEnemyBattleState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy) == 0x000008, "Wrong alignment on BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy) == 0x000030, "Wrong size on BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, Enemy) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, __WorldContext) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, Result) == 0x000010, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, CallFunc_GetWorldMapEnemyGlobalID_ID) == 0x000014, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::CallFunc_GetWorldMapEnemyGlobalID_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, CallFunc_GetGlobalObjectID_ObjectID) == 0x000020, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000028, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy, CallFunc_BooleanOR_ReturnValue) == 0x000029, "Member 'BP_FL_EnemyDataHelpers_C_IsDynamicallySpawnedEnemy::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID \ +static_assert(alignof(BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID) == 0x000008, "Wrong alignment on BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID"); \ +static_assert(sizeof(BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID) == 0x000010, "Wrong size on BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID, __WorldContext) == 0x000000, "Member 'BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID, ID) == 0x000008, "Member 'BP_FL_EnemyDataHelpers_C_GetWorldMapEnemyGlobalID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_EnemyDataHelpers_C \ +static_assert(alignof(UBP_FL_EnemyDataHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_EnemyDataHelpers_C"); \ +static_assert(sizeof(UBP_FL_EnemyDataHelpers_C) == 0x000028, "Wrong size on UBP_FL_EnemyDataHelpers_C"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed \ +static_assert(alignof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed) == 0x000004, "Wrong alignment on BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed"); \ +static_assert(sizeof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed) == 0x000014, "Wrong size on BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, ReturnValue) == 0x000000, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000008, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, CallFunc_GetFloatValue_ReturnValue) == 0x00000C, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000010, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ComputeSpeed::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance \ +static_assert(alignof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance) == 0x000008, "Wrong alignment on BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance"); \ +static_assert(sizeof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance) == 0x000060, "Wrong size on BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, EntryPoint) == 0x000000, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_OwnerController) == 0x000008, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_IsValid_ReturnValue_2) == 0x00001A, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_ComputeSpeed_ReturnValue) == 0x00001C, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_ComputeSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_OwnerController_2) == 0x000020, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_OwnerController_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_ControlledPawn_2) == 0x000028, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_OwnerController_1) == 0x000040, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_VariableSet_MaxWalkSpeed_ImplicitCast) == 0x000054, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_VariableSet_MaxWalkSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance, K2Node_VariableSet_InitialMaxSpeed_ImplicitCast) == 0x000058, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ExecuteUbergraph_BTService_UpdateSpeedRelatedToDistance::K2Node_VariableSet_InitialMaxSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI \ +static_assert(alignof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI \ +static_assert(alignof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI \ +static_assert(alignof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_UpdateSpeedRelatedToDistance_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateSpeedRelatedToDistance_C \ +static_assert(alignof(UBTService_UpdateSpeedRelatedToDistance_C) == 0x000008, "Wrong alignment on UBTService_UpdateSpeedRelatedToDistance_C"); \ +static_assert(sizeof(UBTService_UpdateSpeedRelatedToDistance_C) == 0x0000E0, "Wrong size on UBTService_UpdateSpeedRelatedToDistance_C"); \ +static_assert(offsetof(UBTService_UpdateSpeedRelatedToDistance_C, UberGraphFrame) == 0x000098, "Member 'UBTService_UpdateSpeedRelatedToDistance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSpeedRelatedToDistance_C, InitialMaxSpeed) == 0x0000A0, "Member 'UBTService_UpdateSpeedRelatedToDistance_C::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSpeedRelatedToDistance_C, CharacterMovementComponent) == 0x0000A8, "Member 'UBTService_UpdateSpeedRelatedToDistance_C::CharacterMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSpeedRelatedToDistance_C, KeySelectorDistance) == 0x0000B0, "Member 'UBTService_UpdateSpeedRelatedToDistance_C::KeySelectorDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateSpeedRelatedToDistance_C, FleeAiComponent) == 0x0000D8, "Member 'UBTService_UpdateSpeedRelatedToDistance_C::FleeAiComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem \ +static_assert(alignof(BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem"); \ +static_assert(sizeof(BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem) == 0x000020, "Wrong size on BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem"); \ +static_assert(offsetof(BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem, EntryPoint) == 0x000000, "Member 'BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_JournalViewItem_C_ExecuteUbergraph_BP_JournalViewItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalContentText \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalContentText) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_GetJournalContentText"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalContentText) == 0x000020, "Wrong size on BP_JournalViewItem_C_GetJournalContentText"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalContentText, ContentText) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalContentText::ContentText' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalContentText, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x000010, "Member 'BP_JournalViewItem_C_GetJournalContentText::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalContentText, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_JournalViewItem_C_GetJournalContentText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalHardcodedName \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalHardcodedName) == 0x000004, "Wrong alignment on BP_JournalViewItem_C_GetJournalHardcodedName"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalHardcodedName) == 0x000008, "Wrong size on BP_JournalViewItem_C_GetJournalHardcodedName"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalHardcodedName, Item_HardcodedName) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalHardcodedName::Item_HardcodedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalLevelName \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalLevelName) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_GetJournalLevelName"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalLevelName) == 0x000018, "Wrong size on BP_JournalViewItem_C_GetJournalLevelName"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalLevelName, AssociatedLevel) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalLevelName::AssociatedLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalLevelName, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x000008, "Member 'BP_JournalViewItem_C_GetJournalLevelName::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalLevelName, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_JournalViewItem_C_GetJournalLevelName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalShortTitle \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalShortTitle) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_GetJournalShortTitle"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalShortTitle) == 0x000330, "Wrong size on BP_JournalViewItem_C_GetJournalShortTitle"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, ShortText) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::ShortText' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, IsNumber) == 0x000010, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::IsNumber' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000018, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_ReturnValue) == 0x00003C, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetCurrentLanguage_ReturnValue_1) == 0x000040, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetCurrentLanguage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000050, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_Value_1) == 0x000054, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_ReturnValue_1) == 0x000058, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00005A, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_BooleanAND_ReturnValue_1) == 0x00005B, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000060, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetCurrentLanguage_ReturnValue_2) == 0x000070, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetCurrentLanguage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000080, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_Value_2) == 0x000090, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_ReturnValue_2) == 0x000094, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetCurrentLanguage_ReturnValue_3) == 0x000098, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetCurrentLanguage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x0000A8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_Value_3) == 0x0000AC, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_ReturnValue_3) == 0x0000B0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_BooleanAND_ReturnValue_2) == 0x0000B1, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x0000B2, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_BooleanAND_ReturnValue_3) == 0x0000B3, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0000B8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetCurrentLanguage_ReturnValue_4) == 0x0000C8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetCurrentLanguage_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_MakeLiteralText_ReturnValue_4) == 0x0000D8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_Value_4) == 0x0000E8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Map_Find_ReturnValue_4) == 0x0000EC, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_NotEqual_IntInt_ReturnValue_4) == 0x0000ED, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_NotEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_BooleanAND_ReturnValue_4) == 0x0000EE, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x0000F0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_TextToString_ReturnValue) == 0x000100, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_TextIsCultureInvariant_ReturnValue) == 0x000110, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_TextIsCultureInvariant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue) == 0x000118, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Len_ReturnValue) == 0x000138, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00013C, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_1) == 0x000140, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000150, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000160, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_StringToText_ReturnValue) == 0x000170, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Len_ReturnValue_1) == 0x000180, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_2) == 0x000188, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_3) == 0x000198, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_EqualEqual_TextText_ReturnValue_1) == 0x0001A8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_EqualEqual_TextText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001B0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001C0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0001D0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001E0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Len_ReturnValue_2) == 0x0001F0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Len_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_4) == 0x0001F8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_5) == 0x000208, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_EqualEqual_TextText_ReturnValue_2) == 0x000218, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_EqualEqual_TextText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000220, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000230, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000240, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000250, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Len_ReturnValue_3) == 0x000260, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Len_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_6) == 0x000268, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_7) == 0x000278, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_EqualEqual_TextText_ReturnValue_3) == 0x000288, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_EqualEqual_TextText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000290, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0002A0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0002B0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0002C0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Len_ReturnValue_4) == 0x0002D0, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Len_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_8) == 0x0002D8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_GetSubstring_ReturnValue_9) == 0x0002E8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_GetSubstring_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_EqualEqual_TextText_ReturnValue_4) == 0x0002F8, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_EqualEqual_TextText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000300, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000310, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalShortTitle, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000320, "Member 'BP_JournalViewItem_C_GetJournalShortTitle::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalTitleText \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalTitleText) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_GetJournalTitleText"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalTitleText) == 0x000010, "Wrong size on BP_JournalViewItem_C_GetJournalTitleText"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalTitleText, TitleText) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalTitleText::TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_GetJournalVoiceOver \ +static_assert(alignof(BP_JournalViewItem_C_GetJournalVoiceOver) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_GetJournalVoiceOver"); \ +static_assert(sizeof(BP_JournalViewItem_C_GetJournalVoiceOver) == 0x000038, "Wrong size on BP_JournalViewItem_C_GetJournalVoiceOver"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalVoiceOver, VoiceOver) == 0x000000, "Member 'BP_JournalViewItem_C_GetJournalVoiceOver::VoiceOver' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalVoiceOver, K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal) == 0x000028, "Member 'BP_JournalViewItem_C_GetJournalVoiceOver::K2Node_DynamicCast_AsBP_Data_Asset_Item_Journal' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_GetJournalVoiceOver, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_JournalViewItem_C_GetJournalVoiceOver::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_IsOwned \ +static_assert(alignof(BP_JournalViewItem_C_IsOwned) == 0x000004, "Wrong alignment on BP_JournalViewItem_C_IsOwned"); \ +static_assert(sizeof(BP_JournalViewItem_C_IsOwned) == 0x00000C, "Wrong size on BP_JournalViewItem_C_IsOwned"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsOwned, IsOwned_0) == 0x000000, "Member 'BP_JournalViewItem_C_IsOwned::IsOwned_0' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsOwned, CallFunc_CheckIfThereIsItemInInventory_Success_) == 0x000001, "Member 'BP_JournalViewItem_C_IsOwned::CallFunc_CheckIfThereIsItemInInventory_Success_' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsOwned, CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_) == 0x000002, "Member 'BP_JournalViewItem_C_IsOwned::CallFunc_CheckIfThereIsItemInInventory_IsItemFullyStacked_' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsOwned, CallFunc_CheckIfThereIsItemInInventory_ItemIndex) == 0x000004, "Member 'BP_JournalViewItem_C_IsOwned::CallFunc_CheckIfThereIsItemInInventory_ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsOwned, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'BP_JournalViewItem_C_IsOwned::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_IsPlaying \ +static_assert(alignof(BP_JournalViewItem_C_IsPlaying) == 0x000001, "Wrong alignment on BP_JournalViewItem_C_IsPlaying"); \ +static_assert(sizeof(BP_JournalViewItem_C_IsPlaying) == 0x000001, "Wrong size on BP_JournalViewItem_C_IsPlaying"); \ +static_assert(offsetof(BP_JournalViewItem_C_IsPlaying, bIsPlaying_0) == 0x000000, "Member 'BP_JournalViewItem_C_IsPlaying::bIsPlaying_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_SetIsPlaying \ +static_assert(alignof(BP_JournalViewItem_C_SetIsPlaying) == 0x000001, "Wrong alignment on BP_JournalViewItem_C_SetIsPlaying"); \ +static_assert(sizeof(BP_JournalViewItem_C_SetIsPlaying) == 0x000001, "Wrong size on BP_JournalViewItem_C_SetIsPlaying"); \ +static_assert(offsetof(BP_JournalViewItem_C_SetIsPlaying, bIsPlaying_0) == 0x000000, "Member 'BP_JournalViewItem_C_SetIsPlaying::bIsPlaying_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_JournalViewItem_C_ShouldBeAddedToList \ +static_assert(alignof(BP_JournalViewItem_C_ShouldBeAddedToList) == 0x000008, "Wrong alignment on BP_JournalViewItem_C_ShouldBeAddedToList"); \ +static_assert(sizeof(BP_JournalViewItem_C_ShouldBeAddedToList) == 0x000020, "Wrong size on BP_JournalViewItem_C_ShouldBeAddedToList"); \ +static_assert(offsetof(BP_JournalViewItem_C_ShouldBeAddedToList, bAddToList) == 0x000000, "Member 'BP_JournalViewItem_C_ShouldBeAddedToList::bAddToList' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ShouldBeAddedToList, CallFunc_IsOwned_IsOwned) == 0x000001, "Member 'BP_JournalViewItem_C_ShouldBeAddedToList::CallFunc_IsOwned_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ShouldBeAddedToList, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'BP_JournalViewItem_C_ShouldBeAddedToList::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ShouldBeAddedToList, CallFunc_Contains_ReturnValue) == 0x000018, "Member 'BP_JournalViewItem_C_ShouldBeAddedToList::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_JournalViewItem_C_ShouldBeAddedToList, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'BP_JournalViewItem_C_ShouldBeAddedToList::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_JournalViewItem_C \ +static_assert(alignof(UBP_JournalViewItem_C) == 0x000008, "Wrong alignment on UBP_JournalViewItem_C"); \ +static_assert(sizeof(UBP_JournalViewItem_C) == 0x000328, "Wrong size on UBP_JournalViewItem_C"); \ +static_assert(offsetof(UBP_JournalViewItem_C, UberGraphFrame) == 0x000028, "Member 'UBP_JournalViewItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, JournalItemData) == 0x000030, "Member 'UBP_JournalViewItem_C::JournalItemData' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, InventoryManager) == 0x000160, "Member 'UBP_JournalViewItem_C::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, OnUnlockJournal) == 0x000168, "Member 'UBP_JournalViewItem_C::OnUnlockJournal' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, IsUnlocked) == 0x000178, "Member 'UBP_JournalViewItem_C::IsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, OnVoiceOverFinished) == 0x000180, "Member 'UBP_JournalViewItem_C::OnVoiceOverFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, bIsPlaying) == 0x000190, "Member 'UBP_JournalViewItem_C::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, UnknownCutMap) == 0x000198, "Member 'UBP_JournalViewItem_C::UnknownCutMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, SurvivorCutMap) == 0x0001E8, "Member 'UBP_JournalViewItem_C::SurvivorCutMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, VersoCutMap) == 0x000238, "Member 'UBP_JournalViewItem_C::VersoCutMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, RenoirCutMap) == 0x000288, "Member 'UBP_JournalViewItem_C::RenoirCutMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_JournalViewItem_C, AlineCutMap) == 0x0002D8, "Member 'UBP_JournalViewItem_C::AlineCutMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent \ +static_assert(alignof(WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent) == 0x000004, "Wrong alignment on WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent"); \ +static_assert(sizeof(WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent) == 0x000008, "Wrong size on WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent"); \ +static_assert(offsetof(WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent, EntryPoint) == 0x000000, "Member 'WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_JournalContent_C_ExecuteUbergraph_WBP_JournalContent::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalContent_C_PreConstruct \ +static_assert(alignof(WBP_JournalContent_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_JournalContent_C_PreConstruct"); \ +static_assert(sizeof(WBP_JournalContent_C_PreConstruct) == 0x000001, "Wrong size on WBP_JournalContent_C_PreConstruct"); \ +static_assert(offsetof(WBP_JournalContent_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_JournalContent_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalContent_C_SetJournalContent \ +static_assert(alignof(WBP_JournalContent_C_SetJournalContent) == 0x000008, "Wrong alignment on WBP_JournalContent_C_SetJournalContent"); \ +static_assert(sizeof(WBP_JournalContent_C_SetJournalContent) == 0x000228, "Wrong size on WBP_JournalContent_C_SetJournalContent"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, JournalViewItem) == 0x000000, "Member 'WBP_JournalContent_C_SetJournalContent::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_GetJournalLevelName_AssociatedLevel) == 0x000008, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_GetJournalLevelName_AssociatedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_FindLevelDataByID_Found) == 0x000010, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_FindLevelDataByID_LevelData) == 0x000018, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_GetJournalContentText_ContentText) == 0x0001C8, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_GetJournalContentText_ContentText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_IsOwned_IsOwned) == 0x0001D8, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_IsOwned_IsOwned' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_GetJournalTitleText_TitleText) == 0x0001E0, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_GetJournalTitleText_TitleText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_BooleanAND_ReturnValue) == 0x0001F0, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, CallFunc_IsValid_ReturnValue) == 0x0001F1, "Member 'WBP_JournalContent_C_SetJournalContent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, Temp_text_Variable) == 0x0001F8, "Member 'WBP_JournalContent_C_SetJournalContent::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, Temp_bool_Variable) == 0x000208, "Member 'WBP_JournalContent_C_SetJournalContent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, Temp_byte_Variable) == 0x000209, "Member 'WBP_JournalContent_C_SetJournalContent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, K2Node_Select_Default) == 0x000210, "Member 'WBP_JournalContent_C_SetJournalContent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, Temp_byte_Variable_1) == 0x000220, "Member 'WBP_JournalContent_C_SetJournalContent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, Temp_bool_Variable_1) == 0x000221, "Member 'WBP_JournalContent_C_SetJournalContent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_SetJournalContent, K2Node_Select_Default_1) == 0x000222, "Member 'WBP_JournalContent_C_SetJournalContent::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JournalContent_C_UnlockJournalContent \ +static_assert(alignof(WBP_JournalContent_C_UnlockJournalContent) == 0x000008, "Wrong alignment on WBP_JournalContent_C_UnlockJournalContent"); \ +static_assert(sizeof(WBP_JournalContent_C_UnlockJournalContent) == 0x0001F0, "Wrong size on WBP_JournalContent_C_UnlockJournalContent"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, JournalViewItem) == 0x000000, "Member 'WBP_JournalContent_C_UnlockJournalContent::JournalViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, Temp_byte_Variable) == 0x000008, "Member 'WBP_JournalContent_C_UnlockJournalContent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_GetJournalLevelName_AssociatedLevel) == 0x00000C, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_GetJournalLevelName_AssociatedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_FindLevelDataByID_Found) == 0x000014, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_FindLevelDataByID_LevelData) == 0x000018, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_GetJournalContentText_ContentText) == 0x0001C8, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_GetJournalContentText_ContentText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_GetJournalTitleText_TitleText) == 0x0001D8, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_GetJournalTitleText_TitleText' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'WBP_JournalContent_C_UnlockJournalContent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, Temp_byte_Variable_1) == 0x0001E9, "Member 'WBP_JournalContent_C_UnlockJournalContent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, Temp_bool_Variable) == 0x0001EA, "Member 'WBP_JournalContent_C_UnlockJournalContent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JournalContent_C_UnlockJournalContent, K2Node_Select_Default) == 0x0001EB, "Member 'WBP_JournalContent_C_UnlockJournalContent::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JournalContent_C \ +static_assert(alignof(UWBP_JournalContent_C) == 0x000008, "Wrong alignment on UWBP_JournalContent_C"); \ +static_assert(sizeof(UWBP_JournalContent_C) == 0x000348, "Wrong size on UWBP_JournalContent_C"); \ +static_assert(offsetof(UWBP_JournalContent_C, UberGraphFrame) == 0x000308, "Member 'UWBP_JournalContent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, ArrowBox) == 0x000310, "Member 'UWBP_JournalContent_C::ArrowBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, JournalEntryContent) == 0x000318, "Member 'UWBP_JournalContent_C::JournalEntryContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, JournalEntryTitle) == 0x000320, "Member 'UWBP_JournalContent_C::JournalEntryTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, JournalEntryZone) == 0x000328, "Member 'UWBP_JournalContent_C::JournalEntryZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, ScrollBox) == 0x000330, "Member 'UWBP_JournalContent_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JournalContent_C, OnScrollInputNeeded) == 0x000338, "Member 'UWBP_JournalContent_C::OnScrollInputNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_LevelIcon_C_SetLevelIcon \ +static_assert(alignof(WBP_MM_LevelIcon_C_SetLevelIcon) == 0x000008, "Wrong alignment on WBP_MM_LevelIcon_C_SetLevelIcon"); \ +static_assert(sizeof(WBP_MM_LevelIcon_C_SetLevelIcon) == 0x0001B8, "Wrong size on WBP_MM_LevelIcon_C_SetLevelIcon"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_SetLevelIcon, LevelData) == 0x000000, "Member 'WBP_MM_LevelIcon_C_SetLevelIcon::LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_SetLevelIcon, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001B0, "Member 'WBP_MM_LevelIcon_C_SetLevelIcon::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_LevelIcon_C_OnSettingsApplied \ +static_assert(alignof(WBP_MM_LevelIcon_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_MM_LevelIcon_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_MM_LevelIcon_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_MM_LevelIcon_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_MM_LevelIcon_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon \ +static_assert(alignof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon) == 0x000008, "Wrong alignment on WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon"); \ +static_assert(sizeof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon) == 0x000080, "Wrong size on WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, EntryPoint) == 0x000000, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_GetViewportSize_ReturnValue) == 0x000018, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000028, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_BreakVector2D_X) == 0x000030, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_MapRangeClamped_ReturnValue) == 0x000048, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, K2Node_CustomEvent_UserConfig) == 0x000050, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_Lerp_ReturnValue) == 0x000058, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, K2Node_MakeStruct_Margin) == 0x000060, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000070, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon, K2Node_MakeStruct_Right_ImplicitCast) == 0x000078, "Member 'WBP_MM_LevelIcon_C_ExecuteUbergraph_WBP_MM_LevelIcon::K2Node_MakeStruct_Right_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MM_LevelIcon_C \ +static_assert(alignof(UWBP_MM_LevelIcon_C) == 0x000008, "Wrong alignment on UWBP_MM_LevelIcon_C"); \ +static_assert(sizeof(UWBP_MM_LevelIcon_C) == 0x000350, "Wrong size on UWBP_MM_LevelIcon_C"); \ +static_assert(offsetof(UWBP_MM_LevelIcon_C, UberGraphFrame) == 0x000308, "Member 'UWBP_MM_LevelIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_LevelIcon_C, LevelImage) == 0x000310, "Member 'UWBP_MM_LevelIcon_C::LevelImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_LevelIcon_C, ScaleBox) == 0x000318, "Member 'UWBP_MM_LevelIcon_C::ScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_LevelIcon_C, BackupTexture) == 0x000320, "Member 'UWBP_MM_LevelIcon_C::BackupTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_LevelIcon_C, bUseAspectRatioOffset) == 0x000348, "Member 'UWBP_MM_LevelIcon_C::bUseAspectRatioOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_C"); \ + +#define DUMPER7_ASSERTS_WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow \ +static_assert(alignof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow) == 0x000008, "Wrong alignment on WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow"); \ +static_assert(sizeof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow) == 0x000040, "Wrong size on WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, InputActionRow) == 0x000000, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CommonButtonBase) == 0x000010, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00001C, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow, CallFunc_Array_Contains_ReturnValue) == 0x00003C, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromInputActionRow::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonActionBarContainer_C_FindActionButtonFromButton \ +static_assert(alignof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton) == 0x000008, "Wrong alignment on WBP_CommonActionBarContainer_C_FindActionButtonFromButton"); \ +static_assert(sizeof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton) == 0x0000A8, "Wrong size on WBP_CommonActionBarContainer_C_FindActionButtonFromButton"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CommonButton) == 0x000000, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CommonButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CommonButtonBase) == 0x000008, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CallFunc_GetIsEnabled_ReturnValue) == 0x000020, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CallFunc_FindActionButtonFromInputActionRow_CommonButtonBase) == 0x000090, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CallFunc_FindActionButtonFromInputActionRow_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_FindActionButtonFromButton, CallFunc_Format_ReturnValue) == 0x000098, "Member 'WBP_CommonActionBarContainer_C_FindActionButtonFromButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache \ +static_assert(alignof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache) == 0x000008, "Wrong alignment on WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache"); \ +static_assert(sizeof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache) == 0x0000B8, "Wrong size on WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Get_Item) == 0x000008, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_wildcard_Temp_buffer_array_Variable) == 0x000018, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000028, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Array_Index_Variable_2) == 0x000044, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, Temp_int_Loop_Counter_Variable_2) == 0x000068, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Less_IntInt_ReturnValue_1) == 0x000074, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Add_IntInt_ReturnValue_2) == 0x000078, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_GetAllEntries_ReturnValue) == 0x000080, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Length_ReturnValue_2) == 0x000090, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Get_Item_2) == 0x000098, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000A0, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, K2Node_DynamicCast_AsWBP_Common_Bound_Action_Button) == 0x0000A8, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::K2Node_DynamicCast_AsWBP_Common_Bound_Action_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'WBP_CommonActionBarContainer_C_UpdateButtonsWBPCache::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonActionBarContainer_C_OnInputMethodChanged \ +static_assert(alignof(WBP_CommonActionBarContainer_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_CommonActionBarContainer_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_CommonActionBarContainer_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_CommonActionBarContainer_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_CommonActionBarContainer_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer \ +static_assert(alignof(WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer) == 0x000004, "Wrong alignment on WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer"); \ +static_assert(sizeof(WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer) == 0x000018, "Wrong size on WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer, EntryPoint) == 0x000000, "Member 'WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer, K2Node_CustomEvent_bNewInputType) == 0x000014, "Member 'WBP_CommonActionBarContainer_C_ExecuteUbergraph_WBP_CommonActionBarContainer::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CommonActionBarContainer_C \ +static_assert(alignof(UWBP_CommonActionBarContainer_C) == 0x000008, "Wrong alignment on UWBP_CommonActionBarContainer_C"); \ +static_assert(sizeof(UWBP_CommonActionBarContainer_C) == 0x000310, "Wrong size on UWBP_CommonActionBarContainer_C"); \ +static_assert(offsetof(UWBP_CommonActionBarContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CommonActionBarContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonActionBarContainer_C, CommonBoundActionBar) == 0x0002E8, "Member 'UWBP_CommonActionBarContainer_C::CommonBoundActionBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonActionBarContainer_C, OnContentUpdated) == 0x0002F0, "Member 'UWBP_CommonActionBarContainer_C::OnContentUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonActionBarContainer_C, ActionButtons) == 0x000300, "Member 'UWBP_CommonActionBarContainer_C::ActionButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount) == 0x000060, "Wrong size on BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, local_unlockedUpgrades) == 0x000004, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::local_unlockedUpgrades' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, local_currentQuality) == 0x000008, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::local_currentQuality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, Temp_int_Variable) == 0x000018, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, Temp_wildcard_Variable) == 0x000020, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_CompareItemQuality_ReturnValue) == 0x000040, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_CompareItemQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_GetAttributeUpgradeRanks_ReturnValue) == 0x000048, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_GetAttributeUpgradeRanks_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_GetCurrentLevel_ReturnValue) == 0x000058, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x00005C, "Member 'BP_ItemInstance_Gear_Weapon_C_ComputeUnlockedAttributeUpgradeCount::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks) == 0x000020, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemInstance_Gear_Weapon_C_GetAttributeUpgradeRanks::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers) == 0x000150, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000050, "Member 'BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers, CallFunc_GetWeaponDefinition_Found) == 0x000058, "Member 'BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers, CallFunc_GetWeaponDefinition_OutRow) == 0x000060, "Member 'BP_ItemInstance_Gear_Weapon_C_GetBaseStatsMultipliers::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling) == 0x000050, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetCurrentAttributeScaling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable) == 0x000008, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetScalingDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs) == 0x000138, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, PassiveEffectIDs) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, local_passiveByLevel) == 0x000010, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::local_passiveByLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, local_weaponQuality) == 0x000060, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::local_weaponQuality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, Temp_int_Variable) == 0x000064, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, Temp_int_Variable_1) == 0x000068, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Conv_IntToByte_ReturnValue) == 0x00006C, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetValidValue_ReturnValue) == 0x000074, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000075, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000076, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000078, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_MakeLiteralInt_ReturnValue) == 0x00007C, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, Temp_wildcard_Variable) == 0x000088, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, Temp_wildcard_Temp_buffer_array_Variable) == 0x000098, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0000A8, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetCurrentQuality_Quality) == 0x0000B8, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetWeaponPassivesByUpgradeLevel_ReturnValue) == 0x0000C0, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetWeaponPassivesByUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Map_Find_Value) == 0x000110, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Map_Find_ReturnValue) == 0x000118, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_CompareItemQuality_ReturnValue) == 0x000119, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_CompareItemQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_Array_Add_ReturnValue) == 0x00011C, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_IsNameValid_ReturnValue) == 0x000120, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000128, "Member 'BP_ItemInstance_Gear_Weapon_C_GetUnlockedPassiveEffectsIDs::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition) == 0x0000F0, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition, WeaponDefinition_0) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetWeaponDefinition::WeaponDefinition_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData) == 0x000110, "Wrong size on BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_GetWeaponInstanceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle) == 0x000004, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle) == 0x000024, "Wrong size on BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle, ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle, CallFunc_GetCurrentLevel_ReturnValue) == 0x00000C, "Member 'BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000010, "Member 'BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle, K2Node_MakeStruct_S_WeaponInstanceHandle) == 0x000018, "Member 'BP_ItemInstance_Gear_Weapon_C_LEGACY_GetWeaponInstanceHandle::K2Node_MakeStruct_S_WeaponInstanceHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition) == 0x000100, "Wrong size on BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition, CallFunc_GetWeaponDefinition_Found) == 0x000008, "Member 'BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition, CallFunc_GetWeaponDefinition_OutRow) == 0x000010, "Member 'BP_ItemInstance_Gear_Weapon_C_LoadItemDefinition::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats \ +static_assert(alignof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats) == 0x000008, "Wrong alignment on BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats"); \ +static_assert(sizeof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats) == 0x0003D0, "Wrong size on BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, local_newGrade) == 0x000000, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::local_newGrade' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, local_rankUpgrades) == 0x000004, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::local_rankUpgrades' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, local_weaponHandle) == 0x000008, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::local_weaponHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000014, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_NameToText_ReturnValue) == 0x000020, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_MakeLiteralInt_ReturnValue) == 0x00007C, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Subtract_IntInt_ReturnValue) == 0x000080, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_ComputeUnlockedAttributeUpgradeCount_ReturnValue) == 0x000088, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_ComputeUnlockedAttributeUpgradeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_IntToByte_ReturnValue) == 0x00008C, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00008D, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetValidValue_ReturnValue) == 0x00008E, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Not_PreBool_ReturnValue) == 0x00008F, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetItemDefinitionID_ReturnValue_1) == 0x000090, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetItemDefinitionID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetWeaponDefinition_Found) == 0x000098, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetWeaponDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetWeaponDefinition_OutRow) == 0x0000A0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetWeaponDefinition_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000190, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x000198, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Map_Keys_Keys) == 0x0001E0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Array_Get_Item) == 0x0001F0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Array_Length_ReturnValue) == 0x0001F4, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001F8, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Less_IntInt_ReturnValue) == 0x000208, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_StringToText_ReturnValue) == 0x000210, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_2) == 0x000220, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Map_Find_Value) == 0x000268, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Map_Find_ReturnValue) == 0x000269, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000270, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000280, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000288, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_3) == 0x000298, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0002E0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetCurrentQuality_Quality) == 0x0002E4, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002E8, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0002F0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000300, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_GetCurrentLevel_ReturnValue) == 0x000310, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_4) == 0x000318, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000360, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeStruct_FormatArgumentData_5) == 0x000368, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, K2Node_MakeArray_Array) == 0x0003B0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats, CallFunc_Format_ReturnValue) == 0x0003C0, "Member 'BP_ItemInstance_Gear_Weapon_C_RefreshCurrentGearStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Gear_Weapon_C \ +static_assert(alignof(UBP_ItemInstance_Gear_Weapon_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Gear_Weapon_C"); \ +static_assert(sizeof(UBP_ItemInstance_Gear_Weapon_C) == 0x000470, "Wrong size on UBP_ItemInstance_Gear_Weapon_C"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_Weapon_C, CurrentWeaponInstanceData) == 0x000220, "Member 'UBP_ItemInstance_Gear_Weapon_C::CurrentWeaponInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_Weapon_C, CurrentAttributeScaling) == 0x000330, "Member 'UBP_ItemInstance_Gear_Weapon_C::CurrentAttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(UBP_ItemInstance_Gear_Weapon_C, WeaponDefinition) == 0x000380, "Member 'UBP_ItemInstance_Gear_Weapon_C::WeaponDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Civil__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData) == 0x000C68, "Wrong size on ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __NameProperty_181) == 0x000004, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__NameProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __NameProperty_182) == 0x00000C, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__NameProperty_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __BlendProfile_183) == 0x000018, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__BlendProfile_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __CurveFloat_184) == 0x000020, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__CurveFloat_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __BoolProperty_185) == 0x000028, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__BoolProperty_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __EnumProperty_186) == 0x000029, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__EnumProperty_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __EnumProperty_187) == 0x00002A, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__EnumProperty_187' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __ArrayProperty_188) == 0x000030, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__ArrayProperty_188' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, __StructProperty_189) == 0x000040, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::__StructProperty_189' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000F8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000128, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000158, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000188, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x0001B8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x0001E8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000218, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000248, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_3) == 0x000278, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_2) == 0x0002A8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_1) == 0x0002D8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController) == 0x000308, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x000338, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000368, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000398, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x0003C8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x0003F8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x000428, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x000458, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000488, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x0004B8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x0004E8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x000518, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x000548, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x000578, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x0005A8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x0005D8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000608, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000638, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000668, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000698, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x0006C8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x0006F8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x000728, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000758, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000788, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x0007B8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x0007E8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000818, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000848, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000878, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x0008A8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x0008D8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000908, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000938, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000968, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000998, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x0009C8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x0009F8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x000A28, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000A58, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000A88, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000AB8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000AE8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000B18, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000B48, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000B78, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000BA8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x000BD8, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000C08, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000C38, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Civil__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_PostProcess_Maelle_Civil::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Civil_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Maelle_Civil_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Civil_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Civil_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Maelle_Civil_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Maelle_Civil_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Maelle_Civil_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_PostProcess_Maelle_Civil_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil \ +static_assert(alignof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil) == 0x000008, "Wrong alignment on ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil"); \ +static_assert(sizeof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil) == 0x000038, "Wrong size on ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000018, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00002C, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'ABP_PostProcess_Maelle_Civil_C_ExecuteUbergraph_ABP_PostProcess_Maelle_Civil::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Maelle_Civil_C \ +static_assert(alignof(UABP_PostProcess_Maelle_Civil_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Maelle_Civil_C"); \ +static_assert(sizeof(UABP_PostProcess_Maelle_Civil_C) == 0x006B50, "Wrong size on UABP_PostProcess_Maelle_Civil_C"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Maelle_Civil_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_PostProcess_Maelle_Civil_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_Root) == 0x000390, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_LinkedInputPose) == 0x0003B0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_LocalToComponentSpace) == 0x000468, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_ComponentToLocalSpace) == 0x000488, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_AnimDynamics_3) == 0x0004B0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_AnimDynamics_2) == 0x0009D0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_AnimDynamics_1) == 0x000EF0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_AnimDynamics) == 0x001410, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_BoneDrivenController_3) == 0x001930, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_BoneDrivenController_2) == 0x001A58, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_BoneDrivenController_1) == 0x001B80, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_BoneDrivenController) == 0x001CA8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_ControlRig) == 0x001DD0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_43) == 0x0022A0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_42) == 0x002440, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_41) == 0x0025E0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_40) == 0x002780, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_39) == 0x002920, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_38) == 0x002AC0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_37) == 0x002C60, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_36) == 0x002E00, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_35) == 0x002FA0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_34) == 0x003140, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_33) == 0x0032E0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_32) == 0x003480, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_31) == 0x003620, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_30) == 0x0037C0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_UseCachedPose_1) == 0x003960, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_BlendListByBool) == 0x003988, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_29) == 0x0039D0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_28) == 0x003B70, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_27) == 0x003D10, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_26) == 0x003EB0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_25) == 0x004050, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_24) == 0x0041F0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_23) == 0x004390, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_22) == 0x004530, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_21) == 0x0046D0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_20) == 0x004870, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_19) == 0x004A10, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_18) == 0x004BB0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_17) == 0x004D50, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_16) == 0x004EF0, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_15) == 0x005090, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_UseCachedPose) == 0x005230, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_14) == 0x005258, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_13) == 0x0053F8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_12) == 0x005598, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_11) == 0x005738, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_10) == 0x0058D8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_9) == 0x005A78, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_8) == 0x005C18, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_7) == 0x005DB8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_6) == 0x005F58, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_5) == 0x0060F8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_4) == 0x006298, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_3) == 0x006438, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_2) == 0x0065D8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver_1) == 0x006778, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_PoseDriver) == 0x006918, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AnimGraphNode_SaveCachedPose) == 0x006AB8, "Member 'UABP_PostProcess_Maelle_Civil_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, ShouldDisablePostProcess) == 0x006B38, "Member 'UABP_PostProcess_Maelle_Civil_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Maelle_Civil_C, AlphaTransition) == 0x006B40, "Member 'UABP_PostProcess_Maelle_Civil_C::AlphaTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCartridge_C_SetLuminaCost \ +static_assert(alignof(WBP_PictoCartridge_C_SetLuminaCost) == 0x000008, "Wrong alignment on WBP_PictoCartridge_C_SetLuminaCost"); \ +static_assert(sizeof(WBP_PictoCartridge_C_SetLuminaCost) == 0x0000A8, "Wrong size on WBP_PictoCartridge_C_SetLuminaCost"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, PassiveEffectDefinition) == 0x000000, "Member 'WBP_PictoCartridge_C_SetLuminaCost::PassiveEffectDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, IsLearnt) == 0x000048, "Member 'WBP_PictoCartridge_C_SetLuminaCost::IsLearnt' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, Temp_struct_Variable) == 0x00004C, "Member 'WBP_PictoCartridge_C_SetLuminaCost::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, CallFunc_Conv_IntToText_ReturnValue) == 0x000060, "Member 'WBP_PictoCartridge_C_SetLuminaCost::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, Temp_struct_Variable_1) == 0x000070, "Member 'WBP_PictoCartridge_C_SetLuminaCost::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, Temp_bool_Variable) == 0x000080, "Member 'WBP_PictoCartridge_C_SetLuminaCost::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, K2Node_Select_Default) == 0x000084, "Member 'WBP_PictoCartridge_C_SetLuminaCost::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetLuminaCost, K2Node_MakeStruct_SlateColor) == 0x000094, "Member 'WBP_PictoCartridge_C_SetLuminaCost::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCartridge_C_SetPictoDataFromInstance \ +static_assert(alignof(WBP_PictoCartridge_C_SetPictoDataFromInstance) == 0x000008, "Wrong alignment on WBP_PictoCartridge_C_SetPictoDataFromInstance"); \ +static_assert(sizeof(WBP_PictoCartridge_C_SetPictoDataFromInstance) == 0x000280, "Wrong size on WBP_PictoCartridge_C_SetPictoDataFromInstance"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, ItemInstance) == 0x000000, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetCurrentQuality_Quality) == 0x000009, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetCurrentLevel_ReturnValue) == 0x00000C, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000018, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000030, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetCurrentStats_CurrentStats) == 0x000160, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetCurrentStats_CurrentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Map_Keys_Keys) == 0x0001B0, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Array_Length_ReturnValue_1) == 0x0001C0, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_int_Loop_Counter_Variable) == 0x0001C4, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Less_IntInt_ReturnValue) == 0x0001C8, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0001CC, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_int_Array_Index_Variable) == 0x0001D0, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetCustomGI_ReturnValue) == 0x0001D8, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Map_Find_Value) == 0x0001E8, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Map_Find_ReturnValue) == 0x0001F0, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_FTrunc_ReturnValue) == 0x0001F4, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_int_Array_Index_Variable_1) == 0x0001F8, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Array_Get_Item_1) == 0x0001FC, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000208, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression) == 0x000210, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetOrCreateSharedPassiveEffectProgression_Progression' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000220, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_GetPassiveEffectDefinition_Found) == 0x000268, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_IsNameValid_ReturnValue) == 0x000269, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_byte_Variable) == 0x00026A, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_byte_Variable_1) == 0x00026B, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_int_Loop_Counter_Variable_1) == 0x00026C, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Less_IntInt_ReturnValue_1) == 0x000270, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_Add_IntInt_ReturnValue_1) == 0x000274, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, CallFunc_BooleanAND_ReturnValue) == 0x000278, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, Temp_bool_Variable) == 0x000279, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_SetPictoDataFromInstance, K2Node_Select_Default) == 0x00027A, "Member 'WBP_PictoCartridge_C_SetPictoDataFromInstance::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCartridge_C_Set_Picto_Data \ +static_assert(alignof(WBP_PictoCartridge_C_Set_Picto_Data) == 0x000008, "Wrong alignment on WBP_PictoCartridge_C_Set_Picto_Data"); \ +static_assert(sizeof(WBP_PictoCartridge_C_Set_Picto_Data) == 0x000018, "Wrong size on WBP_PictoCartridge_C_Set_Picto_Data"); \ +static_assert(offsetof(WBP_PictoCartridge_C_Set_Picto_Data, PictoViewItem) == 0x000000, "Member 'WBP_PictoCartridge_C_Set_Picto_Data::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_Set_Picto_Data, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000008, "Member 'WBP_PictoCartridge_C_Set_Picto_Data::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCartridge_C_Set_Picto_Data, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_PictoCartridge_C_Set_Picto_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoCartridge_C \ +static_assert(alignof(UWBP_PictoCartridge_C) == 0x000008, "Wrong alignment on UWBP_PictoCartridge_C"); \ +static_assert(sizeof(UWBP_PictoCartridge_C) == 0x000340, "Wrong size on UWBP_PictoCartridge_C"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, LuminaCost) == 0x000308, "Member 'UWBP_PictoCartridge_C::LuminaCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, LuminaCostBox) == 0x000310, "Member 'UWBP_PictoCartridge_C::LuminaCostBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, LuminaDescription) == 0x000318, "Member 'UWBP_PictoCartridge_C::LuminaDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, LuminaIcon) == 0x000320, "Member 'UWBP_PictoCartridge_C::LuminaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, PictoName) == 0x000328, "Member 'UWBP_PictoCartridge_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, StatsList) == 0x000330, "Member 'UWBP_PictoCartridge_C::StatsList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCartridge_C, WBP_PictoLevel) == 0x000338, "Member 'UWBP_PictoCartridge_C::WBP_PictoLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_PlayCharacterAnimation_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction) == 0x000180, "Wrong size on BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000048, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x000174, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000175, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000176, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000177, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000178, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'BP_GameAction_PlayCharacterAnimation_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_PlayCharacterAnimation_C \ +static_assert(alignof(UBP_GameAction_PlayCharacterAnimation_C) == 0x000008, "Wrong alignment on UBP_GameAction_PlayCharacterAnimation_C"); \ +static_assert(sizeof(UBP_GameAction_PlayCharacterAnimation_C) == 0x000040, "Wrong size on UBP_GameAction_PlayCharacterAnimation_C"); \ +static_assert(offsetof(UBP_GameAction_PlayCharacterAnimation_C, CharacterAnimationParameters) == 0x000030, "Member 'UBP_GameAction_PlayCharacterAnimation_C::CharacterAnimationParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttackType_C_SetAttackType \ +static_assert(alignof(WBP_WeaponAttackType_C_SetAttackType) == 0x000008, "Wrong alignment on WBP_WeaponAttackType_C_SetAttackType"); \ +static_assert(sizeof(WBP_WeaponAttackType_C_SetAttackType) == 0x000028, "Wrong size on WBP_WeaponAttackType_C_SetAttackType"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, InAttackType) == 0x000000, "Member 'WBP_WeaponAttackType_C_SetAttackType::InAttackType' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, Temp_bool_Variable) == 0x000001, "Member 'WBP_WeaponAttackType_C_SetAttackType::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, CallFunc_GetAttackElementTypeIcon_Texture) == 0x000008, "Member 'WBP_WeaponAttackType_C_SetAttackType::CallFunc_GetAttackElementTypeIcon_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, Temp_byte_Variable) == 0x000010, "Member 'WBP_WeaponAttackType_C_SetAttackType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_WeaponAttackType_C_SetAttackType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, K2Node_DynamicCast_AsTexture_2D) == 0x000018, "Member 'WBP_WeaponAttackType_C_SetAttackType::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_WeaponAttackType_C_SetAttackType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, Temp_byte_Variable_1) == 0x000021, "Member 'WBP_WeaponAttackType_C_SetAttackType::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_SetAttackType, K2Node_Select_Default) == 0x000022, "Member 'WBP_WeaponAttackType_C_SetAttackType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttackType_C_PreConstruct \ +static_assert(alignof(WBP_WeaponAttackType_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WeaponAttackType_C_PreConstruct"); \ +static_assert(sizeof(WBP_WeaponAttackType_C_PreConstruct) == 0x000001, "Wrong size on WBP_WeaponAttackType_C_PreConstruct"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WeaponAttackType_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType \ +static_assert(alignof(WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType) == 0x000004, "Wrong alignment on WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType"); \ +static_assert(sizeof(WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType) == 0x000008, "Wrong size on WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType, EntryPoint) == 0x000000, "Member 'WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_WeaponAttackType_C_ExecuteUbergraph_WBP_WeaponAttackType::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponAttackType_C \ +static_assert(alignof(UWBP_WeaponAttackType_C) == 0x000008, "Wrong alignment on UWBP_WeaponAttackType_C"); \ +static_assert(sizeof(UWBP_WeaponAttackType_C) == 0x000300, "Wrong size on UWBP_WeaponAttackType_C"); \ +static_assert(offsetof(UWBP_WeaponAttackType_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WeaponAttackType_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttackType_C, ElementIcon) == 0x0002E8, "Member 'UWBP_WeaponAttackType_C::ElementIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttackType_C, PowerTitle) == 0x0002F0, "Member 'UWBP_WeaponAttackType_C::PowerTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponAttackType_C, PreviewElement) == 0x0002F8, "Member 'UWBP_WeaponAttackType_C::PreviewElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponLevelTooltip_C_SetLevel \ +static_assert(alignof(WBP_WeaponLevelTooltip_C_SetLevel) == 0x000004, "Wrong alignment on WBP_WeaponLevelTooltip_C_SetLevel"); \ +static_assert(sizeof(WBP_WeaponLevelTooltip_C_SetLevel) == 0x000004, "Wrong size on WBP_WeaponLevelTooltip_C_SetLevel"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_SetLevel, Level_0) == 0x000000, "Member 'WBP_WeaponLevelTooltip_C_SetLevel::Level_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponLevelTooltip_C_PreConstruct \ +static_assert(alignof(WBP_WeaponLevelTooltip_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_WeaponLevelTooltip_C_PreConstruct"); \ +static_assert(sizeof(WBP_WeaponLevelTooltip_C_PreConstruct) == 0x000001, "Wrong size on WBP_WeaponLevelTooltip_C_PreConstruct"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_WeaponLevelTooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip \ +static_assert(alignof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip) == 0x000008, "Wrong alignment on WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip"); \ +static_assert(sizeof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip) == 0x000078, "Wrong size on WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, EntryPoint) == 0x000000, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, Temp_bool_Variable) == 0x000004, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, Temp_class_Variable) == 0x000008, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, K2Node_CustomEvent_Level) == 0x000010, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::K2Node_CustomEvent_Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, CallFunc_GetWeaponQualityForUpgradeLevel_Quality) == 0x000015, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::CallFunc_GetWeaponQualityForUpgradeLevel_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, CallFunc_GetItemQualityColor_ReturnValue) == 0x000018, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, CallFunc_GetColorVariationForText_ReturnValue) == 0x000038, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::CallFunc_GetColorVariationForText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, K2Node_MakeStruct_SlateColor) == 0x000048, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, Temp_class_Variable_1) == 0x000060, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, K2Node_Event_IsDesignTime) == 0x000068, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip, K2Node_Select_Default) == 0x000070, "Member 'WBP_WeaponLevelTooltip_C_ExecuteUbergraph_WBP_WeaponLevelTooltip::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponLevelTooltip_C \ +static_assert(alignof(UWBP_WeaponLevelTooltip_C) == 0x000008, "Wrong alignment on UWBP_WeaponLevelTooltip_C"); \ +static_assert(sizeof(UWBP_WeaponLevelTooltip_C) == 0x000300, "Wrong size on UWBP_WeaponLevelTooltip_C"); \ +static_assert(offsetof(UWBP_WeaponLevelTooltip_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WeaponLevelTooltip_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponLevelTooltip_C, Level) == 0x0002E8, "Member 'UWBP_WeaponLevelTooltip_C::Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponLevelTooltip_C, LevelTitle) == 0x0002F0, "Member 'UWBP_WeaponLevelTooltip_C::LevelTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponLevelTooltip_C, IsColorQualityDependent) == 0x0002F8, "Member 'UWBP_WeaponLevelTooltip_C::IsColorQualityDependent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Next_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_BndEvt__WBP_TypeSelector_Generic_WBP_ButtonBinding_Previous_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_ChangeSelection \ +static_assert(alignof(WBP_TypeSelector_Generic_C_ChangeSelection) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_ChangeSelection"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_ChangeSelection) == 0x000018, "Wrong size on WBP_TypeSelector_Generic_C_ChangeSelection"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ChangeSelection, NewIndex) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_ChangeSelection::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ChangeSelection, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'WBP_TypeSelector_Generic_C_ChangeSelection::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic \ +static_assert(alignof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic) == 0x000090, "Wrong size on WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, EntryPoint) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, Temp_bool_Variable) == 0x000004, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, Temp_byte_Variable) == 0x000005, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Map_Length_ReturnValue) == 0x000024, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Percent_IntInt_ReturnValue) == 0x000028, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Map_Length_ReturnValue_1) == 0x000034, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_SelectInt_ReturnValue) == 0x00003C, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_ComponentBoundEvent_Button) == 0x000040, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_Select_Default) == 0x000049, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_Event_IsDesignTime) == 0x00004A, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_GetAllChildren_ReturnValue) == 0x000050, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic) == 0x000070, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, CallFunc_Less_IntInt_ReturnValue_1) == 0x000079, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000080, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_TypeSelector_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Generic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_GetCurrentSelectionID \ +static_assert(alignof(WBP_TypeSelector_Generic_C_GetCurrentSelectionID) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_GetCurrentSelectionID"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_GetCurrentSelectionID) == 0x000018, "Wrong size on WBP_TypeSelector_Generic_C_GetCurrentSelectionID"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_GetCurrentSelectionID, SelectionID) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_GetCurrentSelectionID::SelectionID' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_GetCurrentSelectionID, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'WBP_TypeSelector_Generic_C_GetCurrentSelectionID::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_PreConstruct \ +static_assert(alignof(WBP_TypeSelector_Generic_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TypeSelector_Generic_C_PreConstruct"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_PreConstruct) == 0x000001, "Wrong size on WBP_TypeSelector_Generic_C_PreConstruct"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_ReconstructWidget \ +static_assert(alignof(WBP_TypeSelector_Generic_C_ReconstructWidget) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_ReconstructWidget"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_ReconstructWidget) == 0x000068, "Wrong size on WBP_TypeSelector_Generic_C_ReconstructWidget"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Map_Find_Value) == 0x000030, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_ReconstructWidget, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000060, "Member 'WBP_TypeSelector_Generic_C_ReconstructWidget::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_SetOptions \ +static_assert(alignof(WBP_TypeSelector_Generic_C_SetOptions) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_SetOptions"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_SetOptions) == 0x000050, "Wrong size on WBP_TypeSelector_Generic_C_SetOptions"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetOptions, Options_0) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_SetOptions::Options_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_SetWidgetSelected \ +static_assert(alignof(WBP_TypeSelector_Generic_C_SetWidgetSelected) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_SetWidgetSelected"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_SetWidgetSelected) == 0x000020, "Wrong size on WBP_TypeSelector_Generic_C_SetWidgetSelected"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetWidgetSelected, Index_0) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_SetWidgetSelected::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetWidgetSelected, Selected) == 0x000004, "Member 'WBP_TypeSelector_Generic_C_SetWidgetSelected::Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetWidgetSelected, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'WBP_TypeSelector_Generic_C_SetWidgetSelected::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetWidgetSelected, K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic) == 0x000010, "Member 'WBP_TypeSelector_Generic_C_SetWidgetSelected::K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_SetWidgetSelected, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_TypeSelector_Generic_C_SetWidgetSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_TypeSelector_Generic_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TypeSelector_Generic_C \ +static_assert(alignof(UWBP_TypeSelector_Generic_C) == 0x000008, "Wrong alignment on UWBP_TypeSelector_Generic_C"); \ +static_assert(sizeof(UWBP_TypeSelector_Generic_C) == 0x000500, "Wrong size on UWBP_TypeSelector_Generic_C"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, UberGraphFrame) == 0x000430, "Member 'UWBP_TypeSelector_Generic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, HorizontalBox_FilterSelector) == 0x000438, "Member 'UWBP_TypeSelector_Generic_C::HorizontalBox_FilterSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, WBP_ButtonBinding_Next) == 0x000440, "Member 'UWBP_TypeSelector_Generic_C::WBP_ButtonBinding_Next' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, WBP_ButtonBinding_Previous) == 0x000448, "Member 'UWBP_TypeSelector_Generic_C::WBP_ButtonBinding_Previous' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, OnSelectionChanged) == 0x000450, "Member 'UWBP_TypeSelector_Generic_C::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, Options) == 0x000460, "Member 'UWBP_TypeSelector_Generic_C::Options' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, CurrentSelectedIndex) == 0x0004B0, "Member 'UWBP_TypeSelector_Generic_C::CurrentSelectedIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, OnlyNextInput) == 0x0004B4, "Member 'UWBP_TypeSelector_Generic_C::OnlyNextInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, PreviousInputAction) == 0x0004B8, "Member 'UWBP_TypeSelector_Generic_C::PreviousInputAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, NextInputAction) == 0x0004C8, "Member 'UWBP_TypeSelector_Generic_C::NextInputAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, ChildButtonPadding) == 0x0004D8, "Member 'UWBP_TypeSelector_Generic_C::ChildButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, ChildButtonMinWidth) == 0x0004E8, "Member 'UWBP_TypeSelector_Generic_C::ChildButtonMinWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, ChildButtonMinHeight) == 0x0004EC, "Member 'UWBP_TypeSelector_Generic_C::ChildButtonMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Generic_C, SD_ChangeSelection) == 0x0004F0, "Member 'UWBP_TypeSelector_Generic_C::SD_ChangeSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification) == 0x000038, "Wrong size on WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue_1) == 0x000010, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound) == 0x000018, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_1) == 0x000019, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue_2) == 0x000020, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue_3) == 0x000028, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_2) == 0x000030, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_3) == 0x000031, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000032, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000033, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000034, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000035, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_ShouldShowNotification::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_SetFilterName \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_SetFilterName) == 0x000004, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_SetFilterName"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_SetFilterName) == 0x000008, "Wrong size on WBP_TypeSelector_Button_Generic_C_SetFilterName"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_SetFilterName, FilterName_0) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_SetFilterName::FilterName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_PreConstruct \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_PreConstruct"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_PreConstruct) == 0x000001, "Wrong size on WBP_TypeSelector_Button_Generic_C_PreConstruct"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead) == 0x000018, "Wrong size on WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead, PoolTag) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead, ObjectName) == 0x000008, "Member 'WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead, Mark_Caller) == 0x000010, "Member 'WBP_TypeSelector_Button_Generic_C_OnItemMarkedAsRead::Mark_Caller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_TypeSelector_Button_Generic_C_BndEvt__WBP_TypeSelector_Button_Generic_BaseButton_K2Node_ComponentBoundEvent_1_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic \ +static_assert(alignof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic) == 0x000008, "Wrong alignment on WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic"); \ +static_assert(sizeof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic) == 0x000088, "Wrong size on WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, EntryPoint) == 0x000000, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, Temp_bool_Variable) == 0x000004, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, Temp_class_Variable) == 0x000008, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, Temp_class_Variable_1) == 0x000010, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_Event_MarkCaller) == 0x000018, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_ComponentBoundEvent_Button_1) == 0x000028, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000030, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_BPI_ShouldShowNotification_bShouldShow) == 0x000040, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_BPI_ShouldShowNotification_bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_CustomEvent_PoolTag) == 0x000044, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_CustomEvent_PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_CustomEvent_ObjectName) == 0x00004C, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_CustomEvent_ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_CustomEvent_Mark_Caller) == 0x000058, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_CustomEvent_Mark_Caller' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_ComponentBoundEvent_Button) == 0x000060, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_ComponentBoundEvent_Selected) == 0x000068, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_MatchesTag_ReturnValue) == 0x000069, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, K2Node_Select_Default) == 0x000070, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_Subtract_IntInt_ReturnValue) == 0x000078, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000080, "Member 'WBP_TypeSelector_Button_Generic_C_ExecuteUbergraph_WBP_TypeSelector_Button_Generic::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TypeSelector_Button_Generic_C \ +static_assert(alignof(UWBP_TypeSelector_Button_Generic_C) == 0x000008, "Wrong alignment on UWBP_TypeSelector_Button_Generic_C"); \ +static_assert(sizeof(UWBP_TypeSelector_Button_Generic_C) == 0x000358, "Wrong size on UWBP_TypeSelector_Button_Generic_C"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, UberGraphFrame) == 0x000308, "Member 'UWBP_TypeSelector_Button_Generic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, BaseButton) == 0x000310, "Member 'UWBP_TypeSelector_Button_Generic_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, NotificationBullet) == 0x000318, "Member 'UWBP_TypeSelector_Button_Generic_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, TypeName) == 0x000320, "Member 'UWBP_TypeSelector_Button_Generic_C::TypeName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, FilterName) == 0x000328, "Member 'UWBP_TypeSelector_Button_Generic_C::FilterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, TypeText) == 0x000330, "Member 'UWBP_TypeSelector_Button_Generic_C::TypeText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, SelectorIndex) == 0x000340, "Member 'UWBP_TypeSelector_Button_Generic_C::SelectorIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TypeSelector_Button_Generic_C, OnTypeSelectorButtonClicked) == 0x000348, "Member 'UWBP_TypeSelector_Button_Generic_C::OnTypeSelectorButtonClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassivePopupContainer_C_AddBuffNotification \ +static_assert(alignof(WBP_PassivePopupContainer_C_AddBuffNotification) == 0x000008, "Wrong alignment on WBP_PassivePopupContainer_C_AddBuffNotification"); \ +static_assert(sizeof(WBP_PassivePopupContainer_C_AddBuffNotification) == 0x000008, "Wrong size on WBP_PassivePopupContainer_C_AddBuffNotification"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddBuffNotification, BuffInstance) == 0x000000, "Member 'WBP_PassivePopupContainer_C_AddBuffNotification::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassivePopupContainer_C_AddPassiveEffectNotification \ +static_assert(alignof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification) == 0x000008, "Wrong alignment on WBP_PassivePopupContainer_C_AddPassiveEffectNotification"); \ +static_assert(sizeof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification) == 0x0001D0, "Wrong size on WBP_PassivePopupContainer_C_AddPassiveEffectNotification"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, PassiveID) == 0x000000, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::PassiveID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, RelatedWeapon) == 0x000008, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::RelatedWeapon' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000010, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_GetPassiveEffectDefinition_Found) == 0x000058, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_GetItemStaticData_ItemStaticData) == 0x000060, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000190, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000198, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_Array_Contains_ReturnValue) == 0x0001A8, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_IsValid_ReturnValue) == 0x0001A9, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, K2Node_CreateDelegate_OutputDelegate) == 0x0001AC, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_Map_Find_Value) == 0x0001C0, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_Map_Find_ReturnValue) == 0x0001C8, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_AddPassiveEffectNotification, CallFunc_Not_PreBool_ReturnValue) == 0x0001C9, "Member 'WBP_PassivePopupContainer_C_AddPassiveEffectNotification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer \ +static_assert(alignof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer) == 0x000008, "Wrong alignment on WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer"); \ +static_assert(sizeof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer) == 0x000080, "Wrong size on WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, EntryPoint) == 0x000000, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, K2Node_CustomEvent_BuffInstance) == 0x000008, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::K2Node_CustomEvent_BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetPassiveFromBuff_PassiveEffect) == 0x000010, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetPassiveFromBuff_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetPassiveFromBuff_PassiveID) == 0x000058, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetPassiveFromBuff_PassiveID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetPassiveFromBuff_Found) == 0x000060, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetPassiveFromBuff_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetCharacterData_CharacterData) == 0x000068, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000070, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000078, "Member 'WBP_PassivePopupContainer_C_ExecuteUbergraph_WBP_PassivePopupContainer::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassivePopupContainer_C_OnNotificationExpired \ +static_assert(alignof(WBP_PassivePopupContainer_C_OnNotificationExpired) == 0x000008, "Wrong alignment on WBP_PassivePopupContainer_C_OnNotificationExpired"); \ +static_assert(sizeof(WBP_PassivePopupContainer_C_OnNotificationExpired) == 0x000018, "Wrong size on WBP_PassivePopupContainer_C_OnNotificationExpired"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_OnNotificationExpired, Widget) == 0x000000, "Member 'WBP_PassivePopupContainer_C_OnNotificationExpired::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_OnNotificationExpired, CallFunc_GetPassiveID_Passive_ID) == 0x000008, "Member 'WBP_PassivePopupContainer_C_OnNotificationExpired::CallFunc_GetPassiveID_Passive_ID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassivePopupContainer_C_OnNotificationExpired, CallFunc_Map_Remove_ReturnValue) == 0x000010, "Member 'WBP_PassivePopupContainer_C_OnNotificationExpired::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassivePopupContainer_C \ +static_assert(alignof(UWBP_PassivePopupContainer_C) == 0x000008, "Wrong alignment on UWBP_PassivePopupContainer_C"); \ +static_assert(sizeof(UWBP_PassivePopupContainer_C) == 0x000340, "Wrong size on UWBP_PassivePopupContainer_C"); \ +static_assert(offsetof(UWBP_PassivePopupContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PassivePopupContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassivePopupContainer_C, PassivePopupEntryBox) == 0x0002E8, "Member 'UWBP_PassivePopupContainer_C::PassivePopupEntryBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassivePopupContainer_C, ExistingPassivePopups) == 0x0002F0, "Member 'UWBP_PassivePopupContainer_C::ExistingPassivePopups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature \ +static_assert(alignof(WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature, SelectionID) == 0x000000, "Member 'WBP_ItemFilterSelector_C_BndEvt__WBP_ItemFilterSelector_WBP_TypeSelector_Generic_K2Node_ComponentBoundEvent_0_OnSelectionChanged__DelegateSignature::SelectionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector \ +static_assert(alignof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector) == 0x000008, "Wrong alignment on WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector"); \ +static_assert(sizeof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector) == 0x000078, "Wrong size on WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, EntryPoint) == 0x000000, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, K2Node_ComponentBoundEvent_SelectionID) == 0x000014, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::K2Node_ComponentBoundEvent_SelectionID' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Map_Find_Value) == 0x000020, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic) == 0x000058, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::K2Node_DynamicCast_AsWBP_Type_Selector_Button_Generic' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WBP_ItemFilterSelector_C_ExecuteUbergraph_WBP_ItemFilterSelector::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemFilterSelector_C_GetCurrentFilter \ +static_assert(alignof(WBP_ItemFilterSelector_C_GetCurrentFilter) == 0x000008, "Wrong alignment on WBP_ItemFilterSelector_C_GetCurrentFilter"); \ +static_assert(sizeof(WBP_ItemFilterSelector_C_GetCurrentFilter) == 0x000020, "Wrong size on WBP_ItemFilterSelector_C_GetCurrentFilter"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_GetCurrentFilter, Filter) == 0x000000, "Member 'WBP_ItemFilterSelector_C_GetCurrentFilter::Filter' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_GetCurrentFilter, CallFunc_GetCurrentSelectionID_SelectionID) == 0x000008, "Member 'WBP_ItemFilterSelector_C_GetCurrentFilter::CallFunc_GetCurrentSelectionID_SelectionID' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_GetCurrentFilter, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_ItemFilterSelector_C_GetCurrentFilter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_GetCurrentFilter, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_ItemFilterSelector_C_GetCurrentFilter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ItemFilterSelector_C_Load_Item_Filters \ +static_assert(alignof(WBP_ItemFilterSelector_C_Load_Item_Filters) == 0x000008, "Wrong alignment on WBP_ItemFilterSelector_C_Load_Item_Filters"); \ +static_assert(sizeof(WBP_ItemFilterSelector_C_Load_Item_Filters) == 0x000070, "Wrong size on WBP_ItemFilterSelector_C_Load_Item_Filters"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, ItemFilters_0) == 0x000000, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::ItemFilters_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_GetClassDisplayName_ReturnValue) == 0x000020, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_Conv_StringToName_ReturnValue) == 0x000034, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_SpawnObject_ReturnValue) == 0x000048, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_GetDisplayName_self_CastInput) == 0x000050, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_GetDisplayName_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ItemFilterSelector_C_Load_Item_Filters, CallFunc_GetDisplayName_DisplayName) == 0x000060, "Member 'WBP_ItemFilterSelector_C_Load_Item_Filters::CallFunc_GetDisplayName_DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ItemFilterSelector_C \ +static_assert(alignof(UWBP_ItemFilterSelector_C) == 0x000008, "Wrong alignment on UWBP_ItemFilterSelector_C"); \ +static_assert(sizeof(UWBP_ItemFilterSelector_C) == 0x000500, "Wrong size on UWBP_ItemFilterSelector_C"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, UberGraphFrame) == 0x000430, "Member 'UWBP_ItemFilterSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, WBP_TypeSelector_Generic) == 0x000438, "Member 'UWBP_ItemFilterSelector_C::WBP_TypeSelector_Generic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, ItemFilters) == 0x000440, "Member 'UWBP_ItemFilterSelector_C::ItemFilters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, ItemFilterNames) == 0x000490, "Member 'UWBP_ItemFilterSelector_C::ItemFilterNames' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, OnFilterSelected) == 0x0004E0, "Member 'UWBP_ItemFilterSelector_C::OnFilterSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ItemFilterSelector_C, SD_OnSelectionChanged) == 0x0004F0, "Member 'UWBP_ItemFilterSelector_C::SD_OnSelectionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Enemy \ +static_assert(alignof(FS_jRPG_Enemy) == 0x000008, "Wrong alignment on FS_jRPG_Enemy"); \ +static_assert(sizeof(FS_jRPG_Enemy) == 0x000200, "Wrong size on FS_jRPG_Enemy"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyHardcodedName_4_0FAACC934CB2957BA37E888624E5835F) == 0x000000, "Member 'FS_jRPG_Enemy::EnemyHardcodedName_4_0FAACC934CB2957BA37E888624E5835F' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyDisplayName_5_D5F33F5245600FA905D7EDBC701052B9) == 0x000008, "Member 'FS_jRPG_Enemy::EnemyDisplayName_5_D5F33F5245600FA905D7EDBC701052B9' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, Level_8_C5168BF64AE02187C5DC54BDD3C3AA6B) == 0x000018, "Member 'FS_jRPG_Enemy::Level_8_C5168BF64AE02187C5DC54BDD3C3AA6B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyActorClass_36_801B7CEE443D733652395E8E6049DAD4) == 0x00001C, "Member 'FS_jRPG_Enemy::EnemyActorClass_36_801B7CEE443D733652395E8E6049DAD4' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyActorClassSoft_35_9F3A5C7B4E98412C08E98FA304F8193B) == 0x000020, "Member 'FS_jRPG_Enemy::EnemyActorClassSoft_35_9F3A5C7B4E98412C08E98FA304F8193B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, IsBoss_46_F2839289483FE917FB914594C70C7CE4) == 0x000048, "Member 'FS_jRPG_Enemy::IsBoss_46_F2839289483FE917FB914594C70C7CE4' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyArchetype_73_3AAC717A431AF83C143E8E96B2471F55) == 0x000050, "Member 'FS_jRPG_Enemy::EnemyArchetype_73_3AAC717A431AF83C143E8E96B2471F55' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyArchetypeDT_62_4030BA404BAAA5B52F60B596DBC7B73A) == 0x000058, "Member 'FS_jRPG_Enemy::EnemyArchetypeDT_62_4030BA404BAAA5B52F60B596DBC7B73A' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyScaling_63_BC7A78364C5ADED643FC63A6373F575B) == 0x000060, "Member 'FS_jRPG_Enemy::EnemyScaling_63_BC7A78364C5ADED643FC63A6373F575B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, EnemyStats_44_F9C77A10450C7173ACD1AE8DF682A1F5) == 0x0000B8, "Member 'FS_jRPG_Enemy::EnemyStats_44_F9C77A10450C7173ACD1AE8DF682A1F5' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, PossibleLoot_49_4083979C4864530BB4DB9EB51A43C8AA) == 0x000108, "Member 'FS_jRPG_Enemy::PossibleLoot_49_4083979C4864530BB4DB9EB51A43C8AA' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, PortraitData_32_D664377C44A80847CD7043BDB54C7FB4) == 0x000118, "Member 'FS_jRPG_Enemy::PortraitData_32_D664377C44A80847CD7043BDB54C7FB4' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, CommonCharacterStats_40_C6BD93574F13EDC24C2A9EADFF59BD96) == 0x000128, "Member 'FS_jRPG_Enemy::CommonCharacterStats_40_C6BD93574F13EDC24C2A9EADFF59BD96' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, BattleAudioProfile_43_81C58C5D446B224F47895999EA24C035) == 0x000158, "Member 'FS_jRPG_Enemy::BattleAudioProfile_43_81C58C5D446B224F47895999EA24C035' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, MinionsToPreload_54_3722A1C747CFAB878C2DDD98E3D96AB3) == 0x000178, "Member 'FS_jRPG_Enemy::MinionsToPreload_54_3722A1C747CFAB878C2DDD98E3D96AB3' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, BreakBarHPPercent_66_8D532DFC404115297498D597484E00A8) == 0x000188, "Member 'FS_jRPG_Enemy::BreakBarHPPercent_66_8D532DFC404115297498D597484E00A8' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, BreakBarStunDuration_70_6BB695004BDBF84B04A780883755F68E) == 0x00018C, "Member 'FS_jRPG_Enemy::BreakBarStunDuration_70_6BB695004BDBF84B04A780883755F68E' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, LootChanceMultiplier_76_152782FA4E34549F958CD08454131072) == 0x000190, "Member 'FS_jRPG_Enemy::LootChanceMultiplier_76_152782FA4E34549F958CD08454131072' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, ShapeshiftCaptureLootItem_82_D4811B7B414B72342F54A1ACB7AC120A) == 0x000198, "Member 'FS_jRPG_Enemy::ShapeshiftCaptureLootItem_82_D4811B7B414B72342F54A1ACB7AC120A' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, IsFlying_84_64A513A54C958FAACD87EAB245A681D3) == 0x0001A0, "Member 'FS_jRPG_Enemy::IsFlying_84_64A513A54C958FAACD87EAB245A681D3' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, InitialElementalAffinities_89_562E68B049820C479633AC85726A9E71) == 0x0001A8, "Member 'FS_jRPG_Enemy::InitialElementalAffinities_89_562E68B049820C479633AC85726A9E71' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Enemy, GenderTag_92_6F3990474DBB8EB2DEE06CB3CADDF2C5) == 0x0001F8, "Member 'FS_jRPG_Enemy::GenderTag_92_6F3990474DBB8EB2DEE06CB3CADDF2C5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Base_C_GetCompatibleItemSorters \ +static_assert(alignof(BP_ItemFilter_Base_C_GetCompatibleItemSorters) == 0x000008, "Wrong alignment on BP_ItemFilter_Base_C_GetCompatibleItemSorters"); \ +static_assert(sizeof(BP_ItemFilter_Base_C_GetCompatibleItemSorters) == 0x000020, "Wrong size on BP_ItemFilter_Base_C_GetCompatibleItemSorters"); \ +static_assert(offsetof(BP_ItemFilter_Base_C_GetCompatibleItemSorters, ItemSorters) == 0x000000, "Member 'BP_ItemFilter_Base_C_GetCompatibleItemSorters::ItemSorters' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Base_C_GetCompatibleItemSorters, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemFilter_Base_C_GetCompatibleItemSorters::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Base_C_GetDisplayName \ +static_assert(alignof(BP_ItemFilter_Base_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemFilter_Base_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemFilter_Base_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemFilter_Base_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemFilter_Base_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemFilter_Base_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Base_C_ExecuteFilter \ +static_assert(alignof(BP_ItemFilter_Base_C_ExecuteFilter) == 0x000008, "Wrong alignment on BP_ItemFilter_Base_C_ExecuteFilter"); \ +static_assert(sizeof(BP_ItemFilter_Base_C_ExecuteFilter) == 0x000020, "Wrong size on BP_ItemFilter_Base_C_ExecuteFilter"); \ +static_assert(offsetof(BP_ItemFilter_Base_C_ExecuteFilter, ItemInstances) == 0x000000, "Member 'BP_ItemFilter_Base_C_ExecuteFilter::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Base_C_ExecuteFilter, FilteredItemInstances) == 0x000010, "Member 'BP_ItemFilter_Base_C_ExecuteFilter::FilteredItemInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilter_Base_C \ +static_assert(alignof(UBP_ItemFilter_Base_C) == 0x000008, "Wrong alignment on UBP_ItemFilter_Base_C"); \ +static_assert(sizeof(UBP_ItemFilter_Base_C) == 0x000028, "Wrong size on UBP_ItemFilter_Base_C"); \ + +#define DUMPER7_ASSERTS_BPI_ItemFilterInterface_C_ExecuteFilter \ +static_assert(alignof(BPI_ItemFilterInterface_C_ExecuteFilter) == 0x000008, "Wrong alignment on BPI_ItemFilterInterface_C_ExecuteFilter"); \ +static_assert(sizeof(BPI_ItemFilterInterface_C_ExecuteFilter) == 0x000020, "Wrong size on BPI_ItemFilterInterface_C_ExecuteFilter"); \ +static_assert(offsetof(BPI_ItemFilterInterface_C_ExecuteFilter, ItemInstances) == 0x000000, "Member 'BPI_ItemFilterInterface_C_ExecuteFilter::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(BPI_ItemFilterInterface_C_ExecuteFilter, FilteredItemInstances) == 0x000010, "Member 'BPI_ItemFilterInterface_C_ExecuteFilter::FilteredItemInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ItemFilterInterface_C_GetCompatibleItemSorters \ +static_assert(alignof(BPI_ItemFilterInterface_C_GetCompatibleItemSorters) == 0x000008, "Wrong alignment on BPI_ItemFilterInterface_C_GetCompatibleItemSorters"); \ +static_assert(sizeof(BPI_ItemFilterInterface_C_GetCompatibleItemSorters) == 0x000010, "Wrong size on BPI_ItemFilterInterface_C_GetCompatibleItemSorters"); \ +static_assert(offsetof(BPI_ItemFilterInterface_C_GetCompatibleItemSorters, ItemSorters) == 0x000000, "Member 'BPI_ItemFilterInterface_C_GetCompatibleItemSorters::ItemSorters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_ItemFilterInterface_C_GetDisplayName \ +static_assert(alignof(BPI_ItemFilterInterface_C_GetDisplayName) == 0x000008, "Wrong alignment on BPI_ItemFilterInterface_C_GetDisplayName"); \ +static_assert(sizeof(BPI_ItemFilterInterface_C_GetDisplayName) == 0x000010, "Wrong size on BPI_ItemFilterInterface_C_GetDisplayName"); \ +static_assert(offsetof(BPI_ItemFilterInterface_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BPI_ItemFilterInterface_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ItemFilterInterface_C \ +static_assert(alignof(IBPI_ItemFilterInterface_C) == 0x000001, "Wrong alignment on IBPI_ItemFilterInterface_C"); \ +static_assert(sizeof(IBPI_ItemFilterInterface_C) == 0x000001, "Wrong size on IBPI_ItemFilterInterface_C"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes \ +static_assert(alignof(BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes) == 0x000008, "Wrong alignment on BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes"); \ +static_assert(sizeof(BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes) == 0x000010, "Wrong size on BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes, FilteredType) == 0x000000, "Member 'BP_ItemFilterAbstract_ItemType_C_GetFilteredTypes::FilteredType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilterAbstract_ItemType_C_ExecuteFilter \ +static_assert(alignof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter) == 0x000008, "Wrong alignment on BP_ItemFilterAbstract_ItemType_C_ExecuteFilter"); \ +static_assert(sizeof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter) == 0x000080, "Wrong size on BP_ItemFilterAbstract_ItemType_C_ExecuteFilter"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, ItemInstances) == 0x000000, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::ItemInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, FilteredItemInstances) == 0x000010, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::FilteredItemInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_GetItemType_Item_Type) == 0x000030, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000048, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_GetFilteredTypes_FilteredType) == 0x000060, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_GetFilteredTypes_FilteredType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Array_Contains_ReturnValue) == 0x000074, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Less_IntInt_ReturnValue) == 0x000075, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilterAbstract_ItemType_C_ExecuteFilter, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_ItemFilterAbstract_ItemType_C_ExecuteFilter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilterAbstract_ItemType_C \ +static_assert(alignof(UBP_ItemFilterAbstract_ItemType_C) == 0x000008, "Wrong alignment on UBP_ItemFilterAbstract_ItemType_C"); \ +static_assert(sizeof(UBP_ItemFilterAbstract_ItemType_C) == 0x000028, "Wrong size on UBP_ItemFilterAbstract_ItemType_C"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName \ +static_assert(alignof(BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemSorter_ByAcquisitionDate_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances \ +static_assert(alignof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances) == 0x000008, "Wrong alignment on BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances"); \ +static_assert(sizeof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances) == 0x000030, "Wrong size on BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, A) == 0x000000, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::A' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, B) == 0x000008, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::B' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, Result) == 0x000010, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, CallFunc_GetAcquiredPlayTime_ReturnValue) == 0x000018, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::CallFunc_GetAcquiredPlayTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, CallFunc_GetAcquiredPlayTime_ReturnValue_1) == 0x000020, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::CallFunc_GetAcquiredPlayTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000029, "Member 'BP_ItemSorter_ByAcquisitionDate_C_SortItemInstances::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemSorter_ByAcquisitionDate_C \ +static_assert(alignof(UBP_ItemSorter_ByAcquisitionDate_C) == 0x000008, "Wrong alignment on UBP_ItemSorter_ByAcquisitionDate_C"); \ +static_assert(sizeof(UBP_ItemSorter_ByAcquisitionDate_C) == 0x000038, "Wrong size on UBP_ItemSorter_ByAcquisitionDate_C"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle \ +static_assert(alignof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle"); \ +static_assert(sizeof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle) == 0x0000E0, "Wrong size on BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, EntryPoint) == 0x000000, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_byte_Variable) == 0x000004, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable) == 0x000008, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_1) == 0x000018, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_2) == 0x000028, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_3) == 0x000038, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_4) == 0x000048, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_5) == 0x000058, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_6) == 0x000068, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_7) == 0x000078, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, Temp_struct_Variable_8) == 0x000088, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000098, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, K2Node_Event_OtherActor) == 0x0000A8, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, K2Node_DynamicCast_AsBP_Battle_Prop_Base) == 0x0000B0, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::K2Node_DynamicCast_AsBP_Battle_Prop_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, K2Node_Select_Default) == 0x0000BC, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle, CallFunc_Divide_LinearColorLinearColor_ReturnValue) == 0x0000CC, "Member 'BP_FreeAimProjectile_Battle_C_ExecuteUbergraph_BP_FreeAimProjectile_Battle::CallFunc_Divide_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap \ +static_assert(alignof(BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_FreeAimProjectile_Battle_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FreeAimProjectile_Battle_C \ +static_assert(alignof(ABP_FreeAimProjectile_Battle_C) == 0x000008, "Wrong alignment on ABP_FreeAimProjectile_Battle_C"); \ +static_assert(sizeof(ABP_FreeAimProjectile_Battle_C) == 0x000330, "Wrong size on ABP_FreeAimProjectile_Battle_C"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Battle_C, UberGraphFrame_BP_FreeAimProjectile_Battle_C) == 0x0002F8, "Member 'ABP_FreeAimProjectile_Battle_C::UberGraphFrame_BP_FreeAimProjectile_Battle_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Battle_C, FX_Projectile) == 0x000300, "Member 'ABP_FreeAimProjectile_Battle_C::FX_Projectile' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Battle_C, StaticMesh) == 0x000308, "Member 'ABP_FreeAimProjectile_Battle_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Battle_C, LocationBuffer) == 0x000310, "Member 'ABP_FreeAimProjectile_Battle_C::LocationBuffer' has a wrong offset!"); \ +static_assert(offsetof(ABP_FreeAimProjectile_Battle_C, DesiredElementToShoot) == 0x000328, "Member 'ABP_FreeAimProjectile_Battle_C::DesiredElementToShoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Weapons_C_GetCompatibleItemSorters \ +static_assert(alignof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters) == 0x000008, "Wrong alignment on BP_ItemFilter_Weapons_C_GetCompatibleItemSorters"); \ +static_assert(sizeof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters) == 0x000040, "Wrong size on BP_ItemFilter_Weapons_C_GetCompatibleItemSorters"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters, ItemSorters) == 0x000000, "Member 'BP_ItemFilter_Weapons_C_GetCompatibleItemSorters::ItemSorters' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters, Temp_wildcard_Variable) == 0x000010, "Member 'BP_ItemFilter_Weapons_C_GetCompatibleItemSorters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_ItemFilter_Weapons_C_GetCompatibleItemSorters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetCompatibleItemSorters, CallFunc_GetCompatibleItemSorters_ItemSorters) == 0x000030, "Member 'BP_ItemFilter_Weapons_C_GetCompatibleItemSorters::CallFunc_GetCompatibleItemSorters_ItemSorters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Weapons_C_GetDisplayName \ +static_assert(alignof(BP_ItemFilter_Weapons_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemFilter_Weapons_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemFilter_Weapons_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemFilter_Weapons_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemFilter_Weapons_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_Weapons_C_GetFilteredTypes \ +static_assert(alignof(BP_ItemFilter_Weapons_C_GetFilteredTypes) == 0x000008, "Wrong alignment on BP_ItemFilter_Weapons_C_GetFilteredTypes"); \ +static_assert(sizeof(BP_ItemFilter_Weapons_C_GetFilteredTypes) == 0x000020, "Wrong size on BP_ItemFilter_Weapons_C_GetFilteredTypes"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetFilteredTypes, FilteredType) == 0x000000, "Member 'BP_ItemFilter_Weapons_C_GetFilteredTypes::FilteredType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_Weapons_C_GetFilteredTypes, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemFilter_Weapons_C_GetFilteredTypes::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilter_Weapons_C \ +static_assert(alignof(UBP_ItemFilter_Weapons_C) == 0x000008, "Wrong alignment on UBP_ItemFilter_Weapons_C"); \ +static_assert(sizeof(UBP_ItemFilter_Weapons_C) == 0x000028, "Wrong size on UBP_ItemFilter_Weapons_C"); \ + +#define DUMPER7_ASSERTS_WBP_PictoLevel_C_LoadState \ +static_assert(alignof(WBP_PictoLevel_C_LoadState) == 0x000004, "Wrong alignment on WBP_PictoLevel_C_LoadState"); \ +static_assert(sizeof(WBP_PictoLevel_C_LoadState) == 0x000008, "Wrong size on WBP_PictoLevel_C_LoadState"); \ +static_assert(offsetof(WBP_PictoLevel_C_LoadState, Level_0) == 0x000000, "Member 'WBP_PictoLevel_C_LoadState::Level_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_LoadState, Quality) == 0x000004, "Member 'WBP_PictoLevel_C_LoadState::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoLevel_C_PreConstruct \ +static_assert(alignof(WBP_PictoLevel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PictoLevel_C_PreConstruct"); \ +static_assert(sizeof(WBP_PictoLevel_C_PreConstruct) == 0x000001, "Wrong size on WBP_PictoLevel_C_PreConstruct"); \ +static_assert(offsetof(WBP_PictoLevel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PictoLevel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel \ +static_assert(alignof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel) == 0x000008, "Wrong alignment on WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel"); \ +static_assert(sizeof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel) == 0x000080, "Wrong size on WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, EntryPoint) == 0x000000, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, Temp_byte_Variable) == 0x000005, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_CustomEvent_Level) == 0x000008, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_CustomEvent_Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_CustomEvent_Quality) == 0x00000C, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_CustomEvent_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, CallFunc_GetItemQualityColor_ReturnValue) == 0x000010, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::CallFunc_GetItemQualityColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, CallFunc_GetColorVariationForText_ReturnValue) == 0x000024, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::CallFunc_GetColorVariationForText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_MakeStruct_SlateColor) == 0x000034, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, Temp_bool_Variable) == 0x000058, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_Select_Default) == 0x000059, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000060, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_DynamicCast_AsVertical_Box_Slot_1) == 0x000070, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_DynamicCast_AsVertical_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'WBP_PictoLevel_C_ExecuteUbergraph_WBP_PictoLevel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoLevel_C \ +static_assert(alignof(UWBP_PictoLevel_C) == 0x000008, "Wrong alignment on UWBP_PictoLevel_C"); \ +static_assert(sizeof(UWBP_PictoLevel_C) == 0x000328, "Wrong size on UWBP_PictoLevel_C"); \ +static_assert(offsetof(UWBP_PictoLevel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_PictoLevel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, Level) == 0x0002E8, "Member 'UWBP_PictoLevel_C::Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, LevelTitle) == 0x0002F0, "Member 'UWBP_PictoLevel_C::LevelTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, LevelStyle) == 0x0002F8, "Member 'UWBP_PictoLevel_C::LevelStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, LevelTitleStyle) == 0x000300, "Member 'UWBP_PictoLevel_C::LevelTitleStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, LevelPadding) == 0x000308, "Member 'UWBP_PictoLevel_C::LevelPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoLevel_C, LevelTitlePadding) == 0x000318, "Member 'UWBP_PictoLevel_C::LevelTitlePadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_OtherItems_C_GetDisplayName \ +static_assert(alignof(BP_ItemFilter_OtherItems_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_ItemFilter_OtherItems_C_GetDisplayName"); \ +static_assert(sizeof(BP_ItemFilter_OtherItems_C_GetDisplayName) == 0x000010, "Wrong size on BP_ItemFilter_OtherItems_C_GetDisplayName"); \ +static_assert(offsetof(BP_ItemFilter_OtherItems_C_GetDisplayName, DisplayName) == 0x000000, "Member 'BP_ItemFilter_OtherItems_C_GetDisplayName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemFilter_OtherItems_C_GetFilteredTypes \ +static_assert(alignof(BP_ItemFilter_OtherItems_C_GetFilteredTypes) == 0x000008, "Wrong alignment on BP_ItemFilter_OtherItems_C_GetFilteredTypes"); \ +static_assert(sizeof(BP_ItemFilter_OtherItems_C_GetFilteredTypes) == 0x000020, "Wrong size on BP_ItemFilter_OtherItems_C_GetFilteredTypes"); \ +static_assert(offsetof(BP_ItemFilter_OtherItems_C_GetFilteredTypes, FilteredType) == 0x000000, "Member 'BP_ItemFilter_OtherItems_C_GetFilteredTypes::FilteredType' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemFilter_OtherItems_C_GetFilteredTypes, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ItemFilter_OtherItems_C_GetFilteredTypes::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemFilter_OtherItems_C \ +static_assert(alignof(UBP_ItemFilter_OtherItems_C) == 0x000008, "Wrong alignment on UBP_ItemFilter_OtherItems_C"); \ +static_assert(sizeof(UBP_ItemFilter_OtherItems_C) == 0x000028, "Wrong size on UBP_ItemFilter_OtherItems_C"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_Items_Panel_C_BndEvt__WBP_Items_Panel_ItemsTileView_K2Node_ComponentBoundEvent_0_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel \ +static_assert(alignof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel"); \ +static_assert(sizeof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel) == 0x0000B0, "Wrong size on WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, EntryPoint) == 0x000000, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000048, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CreateDelegate_OutputDelegate_4) == 0x000060, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CustomEvent_Button) == 0x000070, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_ComponentBoundEvent_Widget) == 0x000078, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_DynamicCast_AsWBP_Inventory_Item_Row) == 0x000080, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_DynamicCast_AsWBP_Inventory_Item_Row' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CustomEvent_Widget_1) == 0x000090, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CustomEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_CustomEvent_Widget) == 0x000098, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_CustomEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, CallFunc_GetCurrentFilter_Filter) == 0x0000A0, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::CallFunc_GetCurrentFilter_Filter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel, K2Node_Event_IsDesignTime) == 0x0000A8, "Member 'WBP_Items_Panel_C_ExecuteUbergraph_WBP_Items_Panel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_ItemsSortLambda \ +static_assert(alignof(WBP_Items_Panel_C_ItemsSortLambda) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_ItemsSortLambda"); \ +static_assert(sizeof(WBP_Items_Panel_C_ItemsSortLambda) == 0x000440, "Wrong size on WBP_Items_Panel_C_ItemsSortLambda"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, ItemLhs) == 0x000000, "Member 'WBP_Items_Panel_C_ItemsSortLambda::ItemLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, ItemRhs) == 0x000008, "Member 'WBP_Items_Panel_C_ItemsSortLambda::ItemRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, OrderingResult) == 0x000010, "Member 'WBP_Items_Panel_C_ItemsSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, NameToStatMap) == 0x000018, "Member 'WBP_Items_Panel_C_ItemsSortLambda::NameToStatMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_int_Variable) == 0x000068, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetAcquiredPlayTime_ReturnValue) == 0x000070, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetAcquiredPlayTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000078, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetQuantity_ReturnValue) == 0x000084, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetQuantity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetCurrentLevel_ReturnValue) == 0x000088, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetItemStaticData_ItemStaticData) == 0x000090, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetAcquiredPlayTime_ReturnValue_1) == 0x0001C0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetAcquiredPlayTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0001C8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x0001D0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_SignOfFloat_ReturnValue) == 0x0001E0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetQuantity_ReturnValue_1) == 0x0001E8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetQuantity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_FTrunc_ReturnValue) == 0x0001EC, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_DynamicCast_AsBP_Item_Instance_Gear_1) == 0x0001F0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_DynamicCast_AsBP_Item_Instance_Gear_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x0001FC, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x000200, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x000204, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x000208, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000338, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000340, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable) == 0x000350, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x000354, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_SignOfInteger_ReturnValue_1) == 0x000358, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_SignOfInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_1) == 0x00035C, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Add_IntInt_ReturnValue_1) == 0x000360, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_2) == 0x000364, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_int_Variable_1) == 0x000368, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_3) == 0x00036C, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_4) == 0x00036D, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_5) == 0x00036E, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_MakeVariable_MakeVariableOutput) == 0x000370, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_Select_Default) == 0x0003C0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_wildcard_Variable) == 0x0003C4, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_6) == 0x0003C8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry) == 0x0003D0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_wildcard_Variable_1) == 0x0003E8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Subtract_IntInt_ReturnValue) == 0x0003EC, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003F0, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_SignOfInteger_ReturnValue_2) == 0x0003F4, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_SignOfInteger_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_Add_IntInt_ReturnValue_2) == 0x0003F8, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003FC, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_Select_Default_1) == 0x0003FD, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_7) == 0x0003FE, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_byte_Variable_8) == 0x0003FF, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1) == 0x000400, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2) == 0x000418, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000430, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000431, "Member 'WBP_Items_Panel_C_ItemsSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, Temp_int_Variable_2) == 0x000434, "Member 'WBP_Items_Panel_C_ItemsSortLambda::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_ItemsSortLambda, K2Node_Select_Default_2) == 0x000438, "Member 'WBP_Items_Panel_C_ItemsSortLambda::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_LoadItems \ +static_assert(alignof(WBP_Items_Panel_C_LoadItems) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_LoadItems"); \ +static_assert(sizeof(WBP_Items_Panel_C_LoadItems) == 0x0002F0, "Wrong size on WBP_Items_Panel_C_LoadItems"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, ItemFilter) == 0x000000, "Member 'WBP_Items_Panel_C_LoadItems::ItemFilter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Items_Panel_C_LoadItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_Items_Panel_C_LoadItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'WBP_Items_Panel_C_LoadItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'WBP_Items_Panel_C_LoadItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_GetCurrentFilter_Filter) == 0x000028, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_GetCurrentFilter_Filter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000030, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_GetAllItemInstances_ReturnValue) == 0x000038, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_GetAllItemInstances_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_GetItemStaticData_ItemStaticData) == 0x000050, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Array_Length_ReturnValue) == 0x000180, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Less_IntInt_ReturnValue) == 0x000184, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_ExecuteFilter_self_CastInput) == 0x000188, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_ExecuteFilter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_ExecuteFilter_FilteredItemInstances) == 0x000198, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_ExecuteFilter_FilteredItemInstances' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Array_Length_ReturnValue_1) == 0x0001B0, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x0001B8, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_LoadItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002E8, "Member 'WBP_Items_Panel_C_LoadItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnBackClicked \ +static_assert(alignof(WBP_Items_Panel_C_OnBackClicked) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnBackClicked"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnBackClicked) == 0x000008, "Wrong size on WBP_Items_Panel_C_OnBackClicked"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnBackClicked, Button) == 0x000000, "Member 'WBP_Items_Panel_C_OnBackClicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnInventoryItemClicked \ +static_assert(alignof(WBP_Items_Panel_C_OnInventoryItemClicked) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnInventoryItemClicked"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnInventoryItemClicked) == 0x0001B0, "Wrong size on WBP_Items_Panel_C_OnInventoryItemClicked"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, ItemWidget) == 0x000000, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::ItemWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetListItemObject_UserObjectListEntry_CastInput) == 0x000008, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetListItemObject_UserObjectListEntry_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetListItemObject_ReturnValue) == 0x000018, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_AsBP_Item_Instance_Base) == 0x000020, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_AsBP_Item_Instance_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000030, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetItemStaticData_ItemStaticData) == 0x000038, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_SwitchEnum_CmpSuccess) == 0x000169, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000170, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetPlayerController_ReturnValue) == 0x000178, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_IsVisible_ReturnValue) == 0x000180, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000188, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, CallFunc_GetPlayerController_ReturnValue_1) == 0x000198, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0001A0, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemClicked, K2Node_DynamicCast_bSuccess_2) == 0x0001A8, "Member 'WBP_Items_Panel_C_OnInventoryItemClicked::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnInventoryItemFocused \ +static_assert(alignof(WBP_Items_Panel_C_OnInventoryItemFocused) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnInventoryItemFocused"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnInventoryItemFocused) == 0x0001B8, "Wrong size on WBP_Items_Panel_C_OnInventoryItemFocused"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, ItemWidget) == 0x000000, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::ItemWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetListItemObject_UserObjectListEntry_CastInput) == 0x000010, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetListItemObject_UserObjectListEntry_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetListItemObject_ReturnValue) == 0x000020, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, K2Node_DynamicCast_AsBP_Item_Instance_Base) == 0x000028, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::K2Node_DynamicCast_AsBP_Item_Instance_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetItemType_Item_Type) == 0x000032, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetItemType_Item_Type' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetItemStaticData_ItemStaticData) == 0x000038, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, K2Node_SwitchEnum_CmpSuccess) == 0x000168, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetNameFromItemSubtype_Name) == 0x00016C, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetNameFromItemSubtype_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, Temp_int_Array_Index_Variable) == 0x000174, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000178, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000179, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, Temp_int_Loop_Counter_Variable) == 0x00017C, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetCustomGI_ReturnValue) == 0x000188, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_GetCharacterCollection_Characters) == 0x000190, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_Array_Length_ReturnValue) == 0x0001A8, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_Less_IntInt_ReturnValue) == 0x0001AC, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x0001AD, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_BooleanAND_ReturnValue) == 0x0001AE, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_BooleanAND_ReturnValue_1) == 0x0001AF, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x0001B0, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_EqualEqual_NameName_ReturnValue_4) == 0x0001B1, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_EqualEqual_NameName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_BooleanAND_ReturnValue_2) == 0x0001B2, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnInventoryItemFocused, CallFunc_BooleanOR_ReturnValue) == 0x0001B3, "Member 'WBP_Items_Panel_C_OnInventoryItemFocused::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnItemClicked \ +static_assert(alignof(WBP_Items_Panel_C_OnItemClicked) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnItemClicked"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnItemClicked) == 0x000008, "Wrong size on WBP_Items_Panel_C_OnItemClicked"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnItemClicked, Widget) == 0x000000, "Member 'WBP_Items_Panel_C_OnItemClicked::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnItemFilterSelected \ +static_assert(alignof(WBP_Items_Panel_C_OnItemFilterSelected) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnItemFilterSelected"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnItemFilterSelected) == 0x000020, "Wrong size on WBP_Items_Panel_C_OnItemFilterSelected"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnItemFilterSelected, ItemFilter) == 0x000000, "Member 'WBP_Items_Panel_C_OnItemFilterSelected::ItemFilter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnItemFilterSelected, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Items_Panel_C_OnItemFilterSelected::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnItemFilterSelected, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000018, "Member 'WBP_Items_Panel_C_OnItemFilterSelected::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_OnItemFocused \ +static_assert(alignof(WBP_Items_Panel_C_OnItemFocused) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_OnItemFocused"); \ +static_assert(sizeof(WBP_Items_Panel_C_OnItemFocused) == 0x000008, "Wrong size on WBP_Items_Panel_C_OnItemFocused"); \ +static_assert(offsetof(WBP_Items_Panel_C_OnItemFocused, Widget) == 0x000000, "Member 'WBP_Items_Panel_C_OnItemFocused::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_PreConstruct \ +static_assert(alignof(WBP_Items_Panel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Items_Panel_C_PreConstruct"); \ +static_assert(sizeof(WBP_Items_Panel_C_PreConstruct) == 0x000001, "Wrong size on WBP_Items_Panel_C_PreConstruct"); \ +static_assert(offsetof(WBP_Items_Panel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Items_Panel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_SortItems \ +static_assert(alignof(WBP_Items_Panel_C_SortItems) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_SortItems"); \ +static_assert(sizeof(WBP_Items_Panel_C_SortItems) == 0x0000A0, "Wrong size on WBP_Items_Panel_C_SortItems"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Items_Panel_C_SortItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Items_Panel_C_SortItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Items_Panel_C_SortItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_GetListItems_ReturnValue) == 0x000020, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'WBP_Items_Panel_C_SortItems::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, K2Node_DynamicCast_AsBP_Item_Instance_Base) == 0x000048, "Member 'WBP_Items_Panel_C_SortItems::K2Node_DynamicCast_AsBP_Item_Instance_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Items_Panel_C_SortItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_GetSortDirection_SortDirection) == 0x000059, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_GetSortDirection_SortDirection' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_OrderingResult) == 0x000060, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_CmpSuccess) == 0x000068, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_SomeAlteration) == 0x000069, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_Obj1) == 0x000070, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_Obj2) == 0x000078, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_Index1) == 0x000080, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, BPNode_SortArray_Index2) == 0x000084, "Member 'WBP_Items_Panel_C_SortItems::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, Temp_wildcard_Temp_buffer_array_Variable) == 0x000088, "Member 'WBP_Items_Panel_C_SortItems::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_SortItems, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'WBP_Items_Panel_C_SortItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_UpdateEditPrompt \ +static_assert(alignof(WBP_Items_Panel_C_UpdateEditPrompt) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_UpdateEditPrompt"); \ +static_assert(sizeof(WBP_Items_Panel_C_UpdateEditPrompt) == 0x000030, "Wrong size on WBP_Items_Panel_C_UpdateEditPrompt"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, InPromptText) == 0x000000, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::InPromptText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, IsVisible_0) == 0x000010, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000018, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000020, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_UpdateEditPrompt, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'WBP_Items_Panel_C_UpdateEditPrompt::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Items_Panel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Items_Panel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Items_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Items_Panel_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_Items_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Items_Panel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Items_Panel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_BP_GetDesiredFocusTarget, CallFunc_GetListItems_ReturnValue) == 0x000008, "Member 'WBP_Items_Panel_C_BP_GetDesiredFocusTarget::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Items_Panel_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_Items_Panel_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Items_Panel_C \ +static_assert(alignof(UWBP_Items_Panel_C) == 0x000008, "Wrong alignment on UWBP_Items_Panel_C"); \ +static_assert(sizeof(UWBP_Items_Panel_C) == 0x0004B8, "Wrong size on UWBP_Items_Panel_C"); \ +static_assert(offsetof(UWBP_Items_Panel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Items_Panel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, EditorSafeZone) == 0x000438, "Member 'UWBP_Items_Panel_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, ItemFilterSelector) == 0x000440, "Member 'UWBP_Items_Panel_C::ItemFilterSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, ItemsTileView) == 0x000448, "Member 'UWBP_Items_Panel_C::ItemsTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, NavigatedItemTooltip) == 0x000450, "Member 'UWBP_Items_Panel_C::NavigatedItemTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, SortDropdown) == 0x000458, "Member 'UWBP_Items_Panel_C::SortDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, WBP_CommonBoundActionButton_Back) == 0x000460, "Member 'UWBP_Items_Panel_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, WBP_CommonBoundActionButton_Edit) == 0x000468, "Member 'UWBP_Items_Panel_C::WBP_CommonBoundActionButton_Edit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, WBP_GoldAmount) == 0x000470, "Member 'UWBP_Items_Panel_C::WBP_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, OnBackToTeamOverview) == 0x000478, "Member 'UWBP_Items_Panel_C::OnBackToTeamOverview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, SD_OnActivated) == 0x000488, "Member 'UWBP_Items_Panel_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, SD_OnDeactivated) == 0x000498, "Member 'UWBP_Items_Panel_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Items_Panel_C, Dummy_SortItems) == 0x0004A8, "Member 'UWBP_Items_Panel_C::Dummy_SortItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_A_Var3_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_A_Var3_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_A_Var3_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_A_Var3_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_A_Var3_C"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_ApplyCharacterCustomization \ +static_assert(alignof(BP_GameMenuScene_C_ApplyCharacterCustomization) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_ApplyCharacterCustomization"); \ +static_assert(sizeof(BP_GameMenuScene_C_ApplyCharacterCustomization) == 0x000008, "Wrong size on BP_GameMenuScene_C_ApplyCharacterCustomization"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCharacterCustomization, Character) == 0x000000, "Member 'BP_GameMenuScene_C_ApplyCharacterCustomization::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_ApplyCustomization \ +static_assert(alignof(BP_GameMenuScene_C_ApplyCustomization) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_ApplyCustomization"); \ +static_assert(sizeof(BP_GameMenuScene_C_ApplyCustomization) == 0x000098, "Wrong size on BP_GameMenuScene_C_ApplyCustomization"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CharacterData) == 0x000000, "Member 'BP_GameMenuScene_C_ApplyCustomization::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, HasCostumeChanged) == 0x000008, "Member 'BP_GameMenuScene_C_ApplyCustomization::HasCostumeChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, HasHaircutChanged) == 0x000009, "Member 'BP_GameMenuScene_C_ApplyCustomization::HasHaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_GetActorForCharacter_Actor) == 0x000010, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_GetActorForCharacter_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_GameMenuScene_C_ApplyCustomization::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_EqualEqual_SoftClassReference_ReturnValue) == 0x000024, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_EqualEqual_SoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_EqualEqual_SoftClassReference_ReturnValue_1) == 0x000025, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_EqualEqual_SoftClassReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Not_PreBool_ReturnValue_1) == 0x000027, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameMenuScene_C_ApplyCustomization::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Map_Find_Value) == 0x000058, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000061, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_GetComponentsByTag_ReturnValue) == 0x000068, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, CallFunc_GetAnimInstance_ReturnValue) == 0x000080, "Member 'BP_GameMenuScene_C_ApplyCustomization::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, K2Node_DynamicCast_AsABP_Game_Menu_Characters) == 0x000088, "Member 'BP_GameMenuScene_C_ApplyCustomization::K2Node_DynamicCast_AsABP_Game_Menu_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ApplyCustomization, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_GameMenuScene_C_ApplyCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_CleanPreviousSequence \ +static_assert(alignof(BP_GameMenuScene_C_CleanPreviousSequence) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_CleanPreviousSequence"); \ +static_assert(sizeof(BP_GameMenuScene_C_CleanPreviousSequence) == 0x000010, "Wrong size on BP_GameMenuScene_C_CleanPreviousSequence"); \ +static_assert(offsetof(BP_GameMenuScene_C_CleanPreviousSequence, CallFunc_GetSequencePlayer_ReturnValue) == 0x000000, "Member 'BP_GameMenuScene_C_CleanPreviousSequence::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_CleanPreviousSequence, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GameMenuScene_C_CleanPreviousSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_CreateUIMenu \ +static_assert(alignof(BP_GameMenuScene_C_CreateUIMenu) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_CreateUIMenu"); \ +static_assert(sizeof(BP_GameMenuScene_C_CreateUIMenu) == 0x000030, "Wrong size on BP_GameMenuScene_C_CreateUIMenu"); \ +static_assert(offsetof(BP_GameMenuScene_C_CreateUIMenu, GameMenuParameters) == 0x000000, "Member 'BP_GameMenuScene_C_CreateUIMenu::GameMenuParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_CreateUIMenu, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_CreateUIMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_CreateUIMenu, CallFunc_IsNameValid_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_CreateUIMenu::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_CreateUIMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'BP_GameMenuScene_C_CreateUIMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility \ +static_assert(alignof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility"); \ +static_assert(sizeof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility) == 0x000038, "Wrong size on BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_GetComponentsByTag_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_GameMenuScene_C_DEBUG_SpotlightCharacterVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_EnableGameMenuLighting \ +static_assert(alignof(BP_GameMenuScene_C_EnableGameMenuLighting) == 0x000001, "Wrong alignment on BP_GameMenuScene_C_EnableGameMenuLighting"); \ +static_assert(sizeof(BP_GameMenuScene_C_EnableGameMenuLighting) == 0x000001, "Wrong size on BP_GameMenuScene_C_EnableGameMenuLighting"); \ +static_assert(offsetof(BP_GameMenuScene_C_EnableGameMenuLighting, bNewVisibility) == 0x000000, "Member 'BP_GameMenuScene_C_EnableGameMenuLighting::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_EnableGameMenuScene \ +static_assert(alignof(BP_GameMenuScene_C_EnableGameMenuScene) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_EnableGameMenuScene"); \ +static_assert(sizeof(BP_GameMenuScene_C_EnableGameMenuScene) == 0x000038, "Wrong size on BP_GameMenuScene_C_EnableGameMenuScene"); \ +static_assert(offsetof(BP_GameMenuScene_C_EnableGameMenuScene, CharacterCollection) == 0x000000, "Member 'BP_GameMenuScene_C_EnableGameMenuScene::CharacterCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_EnableGameMenuScene, UnlockedWorldMapCapacities) == 0x000010, "Member 'BP_GameMenuScene_C_EnableGameMenuScene::UnlockedWorldMapCapacities' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_EnableGameMenuScene, GameMenuParameters) == 0x000020, "Member 'BP_GameMenuScene_C_EnableGameMenuScene::GameMenuParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene \ +static_assert(alignof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene) == 0x000010, "Wrong alignment on BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene"); \ +static_assert(sizeof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene) == 0x000830, "Wrong size on BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, EntryPoint) == 0x000000, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000004, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000014, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, Temp_class_Variable) == 0x000028, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_ClassDynamicCast_AsBP_Weapon_Skin) == 0x000058, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_ClassDynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_ClassDynamicCast_bSuccess) == 0x000060, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_IsValidClass_ReturnValue) == 0x000061, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_CameraTrackingFocusSettings) == 0x000068, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_CameraTrackingFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetCustomGI_ReturnValue) == 0x0000B0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetCharacterCollection_Characters) == 0x0000B8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_Character_1) == 0x0000C8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetCustomGI_ReturnValue_1) == 0x0000E0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetCharacterCollection_Characters_1) == 0x0000E8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetCharacterCollection_Characters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_Loaded) == 0x0000F8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_MenuPage) == 0x000100, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_MenuPage' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_CurrentCharacter) == 0x000108, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_CameraToMoveTo) == 0x000110, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_CameraToMoveTo' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000118, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000130, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000190, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, Temp_int_Loop_Counter_Variable) == 0x0001F0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Add_IntInt_ReturnValue) == 0x0001F4, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0001F8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Array_Length_ReturnValue) == 0x000208, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_1) == 0x000210, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, Temp_int_Array_Index_Variable) == 0x000218, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Array_Get_Item) == 0x000220, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, Temp_int_Array_Index_Variable_1) == 0x000228, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetUINavigationComponent_ReturnValue) == 0x000230, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetUINavigationComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, Temp_int_Loop_Counter_Variable_1) == 0x000238, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_Character) == 0x000240, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Less_IntInt_ReturnValue) == 0x000248, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Add_IntInt_ReturnValue_1) == 0x00024C, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_CharacterCollection) == 0x000250, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_CharacterCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_UnlockedWorldMapCapacities) == 0x000260, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_UnlockedWorldMapCapacities' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_GameMenuParameters) == 0x000270, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_GameMenuParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_2) == 0x000288, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_3) == 0x000290, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_CameraAnimationParams) == 0x000298, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x0002E0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess) == 0x0002E8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002F0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000308, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000320, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_VSize_ReturnValue) == 0x000338, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_CameraFocusSettings) == 0x000340, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetComponentsByTag_ReturnValue) == 0x0003A0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Array_Get_Item_1) == 0x0003B0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Array_Length_ReturnValue_1) == 0x0003B8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003BC, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Not_PreBool_ReturnValue) == 0x0003BD, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsPost_Process_Volume) == 0x0003C0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsPost_Process_Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_1) == 0x0003C8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsPost_Process_Volume_1) == 0x0003D0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsPost_Process_Volume_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_2) == 0x0003D8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetWorldSubsystem_ReturnValue) == 0x0003E0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsPost_Process_Volume_2) == 0x0003E8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsPost_Process_Volume_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_3) == 0x0003F0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_PlayCameraAnimation_ReturnValue) == 0x0003F2, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0003F8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsBP_Cine_Character_Main_1) == 0x000400, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsBP_Cine_Character_Main_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_4) == 0x000408, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_S_jRPG_Item_StaticData) == 0x000410, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_S_jRPG_Item_StaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_CurrentCharacterData) == 0x000540, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000548, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetChildActorComponentForCharacter_Value) == 0x000560, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetChildActorComponentForCharacter_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000568, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_VSize_ReturnValue_1) == 0x000580, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsBP_Cine_Character_Main_2) == 0x000588, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsBP_Cine_Character_Main_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_5) == 0x000590, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_CameraFocusSettings_1) == 0x000598, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_CameraFocusSettings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_AsBP_Data_Asset_Weapon) == 0x0005F8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_AsBP_Data_Asset_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_DynamicCast_bSuccess_6) == 0x000600, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_4) == 0x000608, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000610, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_5) == 0x000618, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_6) == 0x000620, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetPlayerController_ReturnValue_7) == 0x000628, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CustomEvent_InPageName) == 0x000630, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CustomEvent_InPageName' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000638, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetQuestSystem_QuestSystem) == 0x000650, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetObjectiveStatus_Status) == 0x000658, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Lerp_ReturnValue) == 0x000660, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000668, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetQuestSystem_QuestSystem_1) == 0x000670, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_TLerp_ReturnValue) == 0x000680, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_GetObjectiveStatus_Status_1) == 0x0006E0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_GetObjectiveStatus_Status_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0006E8, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0007E0, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CreateDelegate_OutputDelegate) == 0x0007E4, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_CreateDelegate_OutputDelegate_1) == 0x0007F4, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Lerp_B_ImplicitCast) == 0x000808, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Lerp_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Lerp_A_ImplicitCast) == 0x000810, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_ManualFocusDistance_ImplicitCast) == 0x000818, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_ManualFocusDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, K2Node_MakeStruct_ManualFocusDistance_ImplicitCast_1) == 0x00081C, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::K2Node_MakeStruct_ManualFocusDistance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000820, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene, CallFunc_SetCurrentFocalLength_InFocalLength_ImplicitCast) == 0x000828, "Member 'BP_GameMenuScene_C_ExecuteUbergraph_BP_GameMenuScene::CallFunc_SetCurrentFocalLength_InFocalLength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_GetActorForCharacter \ +static_assert(alignof(BP_GameMenuScene_C_GetActorForCharacter) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_GetActorForCharacter"); \ +static_assert(sizeof(BP_GameMenuScene_C_GetActorForCharacter) == 0x000018, "Wrong size on BP_GameMenuScene_C_GetActorForCharacter"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetActorForCharacter, CharacterData) == 0x000000, "Member 'BP_GameMenuScene_C_GetActorForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetActorForCharacter, Actor) == 0x000008, "Member 'BP_GameMenuScene_C_GetActorForCharacter::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetActorForCharacter, CallFunc_GetChildActorComponentForCharacter_Value) == 0x000010, "Member 'BP_GameMenuScene_C_GetActorForCharacter::CallFunc_GetChildActorComponentForCharacter_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_GetCharacterClassByChildComponent \ +static_assert(alignof(BP_GameMenuScene_C_GetCharacterClassByChildComponent) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_GetCharacterClassByChildComponent"); \ +static_assert(sizeof(BP_GameMenuScene_C_GetCharacterClassByChildComponent) == 0x0000B0, "Wrong size on BP_GameMenuScene_C_GetCharacterClassByChildComponent"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharacterClassByChildComponent, ChildActor) == 0x000000, "Member 'BP_GameMenuScene_C_GetCharacterClassByChildComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharacterClassByChildComponent, ActorClass) == 0x000008, "Member 'BP_GameMenuScene_C_GetCharacterClassByChildComponent::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharacterClassByChildComponent, K2Node_MakeMap_Map) == 0x000030, "Member 'BP_GameMenuScene_C_GetCharacterClassByChildComponent::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharacterClassByChildComponent, CallFunc_Map_Find_Value) == 0x000080, "Member 'BP_GameMenuScene_C_GetCharacterClassByChildComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharacterClassByChildComponent, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'BP_GameMenuScene_C_GetCharacterClassByChildComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_GetCharactersClassByChildComponent \ +static_assert(alignof(BP_GameMenuScene_C_GetCharactersClassByChildComponent) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_GetCharactersClassByChildComponent"); \ +static_assert(sizeof(BP_GameMenuScene_C_GetCharactersClassByChildComponent) == 0x0000A0, "Wrong size on BP_GameMenuScene_C_GetCharactersClassByChildComponent"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersClassByChildComponent, Map) == 0x000000, "Member 'BP_GameMenuScene_C_GetCharactersClassByChildComponent::Map' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersClassByChildComponent, K2Node_MakeMap_Map) == 0x000050, "Member 'BP_GameMenuScene_C_GetCharactersClassByChildComponent::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_GetCharactersDataLeftToRight \ +static_assert(alignof(BP_GameMenuScene_C_GetCharactersDataLeftToRight) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_GetCharactersDataLeftToRight"); \ +static_assert(sizeof(BP_GameMenuScene_C_GetCharactersDataLeftToRight) == 0x000078, "Wrong size on BP_GameMenuScene_C_GetCharactersDataLeftToRight"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, OrderedCharacters) == 0x000000, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::OrderedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, K2Node_MakeArray_Array) == 0x000040, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetCharactersDataLeftToRight, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_GameMenuScene_C_GetCharactersDataLeftToRight::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_GetChildActorComponentForCharacter \ +static_assert(alignof(BP_GameMenuScene_C_GetChildActorComponentForCharacter) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_GetChildActorComponentForCharacter"); \ +static_assert(sizeof(BP_GameMenuScene_C_GetChildActorComponentForCharacter) == 0x000070, "Wrong size on BP_GameMenuScene_C_GetChildActorComponentForCharacter"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetChildActorComponentForCharacter, CharacterData) == 0x000000, "Member 'BP_GameMenuScene_C_GetChildActorComponentForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetChildActorComponentForCharacter, Value) == 0x000008, "Member 'BP_GameMenuScene_C_GetChildActorComponentForCharacter::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetChildActorComponentForCharacter, K2Node_MakeMap_Map) == 0x000010, "Member 'BP_GameMenuScene_C_GetChildActorComponentForCharacter::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetChildActorComponentForCharacter, CallFunc_Map_Find_Value) == 0x000060, "Member 'BP_GameMenuScene_C_GetChildActorComponentForCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_GetChildActorComponentForCharacter, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_GameMenuScene_C_GetChildActorComponentForCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_LoadAnimations \ +static_assert(alignof(BP_GameMenuScene_C_LoadAnimations) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_LoadAnimations"); \ +static_assert(sizeof(BP_GameMenuScene_C_LoadAnimations) == 0x000010, "Wrong size on BP_GameMenuScene_C_LoadAnimations"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimations, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000000, "Member 'BP_GameMenuScene_C_LoadAnimations::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimations, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'BP_GameMenuScene_C_LoadAnimations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimations, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_GameMenuScene_C_LoadAnimations::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_LoadAnimInstanceOnChildActor \ +static_assert(alignof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_LoadAnimInstanceOnChildActor"); \ +static_assert(sizeof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor) == 0x000030, "Wrong size on BP_GameMenuScene_C_LoadAnimInstanceOnChildActor"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor, ChildActor) == 0x000000, "Member 'BP_GameMenuScene_C_LoadAnimInstanceOnChildActor::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor, AnimBP) == 0x000008, "Member 'BP_GameMenuScene_C_LoadAnimInstanceOnChildActor::AnimBP' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor, CallFunc_GetComponentsByTag_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_LoadAnimInstanceOnChildActor::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_LoadAnimInstanceOnChildActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadAnimInstanceOnChildActor, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GameMenuScene_C_LoadAnimInstanceOnChildActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_LoadCharacters \ +static_assert(alignof(BP_GameMenuScene_C_LoadCharacters) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_LoadCharacters"); \ +static_assert(sizeof(BP_GameMenuScene_C_LoadCharacters) == 0x0000B0, "Wrong size on BP_GameMenuScene_C_LoadCharacters"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CharacterCollection) == 0x000000, "Member 'BP_GameMenuScene_C_LoadCharacters::CharacterCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_GetChildActorComponentForCharacter_Value) == 0x000040, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_GetChildActorComponentForCharacter_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, Temp_wildcard_Temp_buffer_array_Variable) == 0x000058, "Member 'BP_GameMenuScene_C_LoadCharacters::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'BP_GameMenuScene_C_LoadCharacters::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Map_Values_Values) == 0x000088, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadCharacters, CallFunc_IsValid_ReturnValue_2) == 0x0000A9, "Member 'BP_GameMenuScene_C_LoadCharacters::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_LoadEsquieState \ +static_assert(alignof(BP_GameMenuScene_C_LoadEsquieState) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_LoadEsquieState"); \ +static_assert(sizeof(BP_GameMenuScene_C_LoadEsquieState) == 0x000160, "Wrong size on BP_GameMenuScene_C_LoadEsquieState"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, WorldMapExplorationCapacities) == 0x000000, "Member 'BP_GameMenuScene_C_LoadEsquieState::WorldMapExplorationCapacities' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, local_possiblAnimations) == 0x000010, "Member 'BP_GameMenuScene_C_LoadEsquieState::local_possiblAnimations' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, Temp_byte_Variable) == 0x000011, "Member 'BP_GameMenuScene_C_LoadEsquieState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, Temp_byte_Variable_1) == 0x000012, "Member 'BP_GameMenuScene_C_LoadEsquieState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_Array_Contains_ReturnValue) == 0x000013, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_Array_Contains_ReturnValue_1) == 0x000014, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, Temp_byte_Variable_2) == 0x000015, "Member 'BP_GameMenuScene_C_LoadEsquieState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_ClassDynamicCast_AsActor) == 0x000020, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_ClassDynamicCast_bSuccess) == 0x000028, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_Array_Contains_ReturnValue_2) == 0x000029, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000048, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000058, "Member 'BP_GameMenuScene_C_LoadEsquieState::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_DynamicCast_AsBP_Cine_Character_Main_1) == 0x000150, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_DynamicCast_AsBP_Cine_Character_Main_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_LoadEsquieState, K2Node_DynamicCast_bSuccess_1) == 0x000158, "Member 'BP_GameMenuScene_C_LoadEsquieState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter \ +static_assert(alignof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter"); \ +static_assert(sizeof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter) == 0x000268, "Wrong size on BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, GameMenuPage) == 0x000000, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::GameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Character) == 0x000001, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable_3) == 0x000028, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable_4) == 0x00002C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable_3) == 0x000030, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue_3) == 0x000034, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Array_Index_Variable_5) == 0x000038, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00003D, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_BooleanOR_ReturnValue) == 0x00003E, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable_4) == 0x000040, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue_4) == 0x000044, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000058, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue) == 0x000068, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000070, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue) == 0x000078, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000098, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue_1) == 0x0000A8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_AsBP_Cine_Character_Main_1) == 0x0000C8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_AsBP_Cine_Character_Main_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0000D8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, Temp_int_Loop_Counter_Variable_5) == 0x0000E8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue_2) == 0x0000EC, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue_2) == 0x0000F8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Add_IntInt_ReturnValue_5) == 0x000108, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_2) == 0x000110, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_AsBP_Cine_Character_Main_2) == 0x000120, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_AsBP_Cine_Character_Main_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue_3) == 0x000130, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000140, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_3) == 0x000150, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_4) == 0x000158, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_ComponentHasTag_ReturnValue) == 0x000160, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000161, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x000164, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_2) == 0x000168, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x00016C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue_2) == 0x00016D, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000170, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_5) == 0x000180, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000188, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue_3) == 0x000198, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_3) == 0x0001A0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue_4) == 0x0001A8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001B8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_6) == 0x0001C0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_ComponentHasTag_ReturnValue_1) == 0x0001C8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_ComponentHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_4) == 0x0001CC, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_5) == 0x0001D4, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001D8, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x0001E0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5) == 0x0001F0, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue_4) == 0x000200, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Conv_StringToName_ReturnValue_5) == 0x000208, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Conv_StringToName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetComponentsByTag_ReturnValue_5) == 0x000210, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetComponentsByTag_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Get_Item_7) == 0x000220, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Array_Length_ReturnValue_6) == 0x000228, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Less_IntInt_ReturnValue_5) == 0x00022C, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_ComponentHasTag_ReturnValue_2) == 0x00022D, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_ComponentHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00022E, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6) == 0x000230, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000240, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000241, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7) == 0x000248, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter, CallFunc_Concat_StrStr_ReturnValue) == 0x000258, "Member 'BP_GameMenuScene_C_MoveCameraToCorrespondingCharacter::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_MoveReferenceCamera \ +static_assert(alignof(BP_GameMenuScene_C_MoveReferenceCamera) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_MoveReferenceCamera"); \ +static_assert(sizeof(BP_GameMenuScene_C_MoveReferenceCamera) == 0x000008, "Wrong size on BP_GameMenuScene_C_MoveReferenceCamera"); \ +static_assert(offsetof(BP_GameMenuScene_C_MoveReferenceCamera, CameraToMoveTo) == 0x000000, "Member 'BP_GameMenuScene_C_MoveReferenceCamera::CameraToMoveTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_OnActivePageAndCharacterChanged \ +static_assert(alignof(BP_GameMenuScene_C_OnActivePageAndCharacterChanged) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_OnActivePageAndCharacterChanged"); \ +static_assert(sizeof(BP_GameMenuScene_C_OnActivePageAndCharacterChanged) == 0x000010, "Wrong size on BP_GameMenuScene_C_OnActivePageAndCharacterChanged"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnActivePageAndCharacterChanged, MenuPage) == 0x000000, "Member 'BP_GameMenuScene_C_OnActivePageAndCharacterChanged::MenuPage' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnActivePageAndCharacterChanged, CurrentCharacter_0) == 0x000008, "Member 'BP_GameMenuScene_C_OnActivePageAndCharacterChanged::CurrentCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059 \ +static_assert(alignof(BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059"); \ +static_assert(sizeof(BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059) == 0x000008, "Wrong size on BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059, Loaded) == 0x000000, "Member 'BP_GameMenuScene_C_OnLoaded_7B74164F4C8789B779DF569C565E2059::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_OnSkinLoaded \ +static_assert(alignof(BP_GameMenuScene_C_OnSkinLoaded) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_OnSkinLoaded"); \ +static_assert(sizeof(BP_GameMenuScene_C_OnSkinLoaded) == 0x000020, "Wrong size on BP_GameMenuScene_C_OnSkinLoaded"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnSkinLoaded, SkinComponent) == 0x000000, "Member 'BP_GameMenuScene_C_OnSkinLoaded::SkinComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnSkinLoaded, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_GameMenuScene_C_OnSkinLoaded::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnSkinLoaded, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_OnSkinLoaded::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_OnSkinLoaded, CallFunc_Array_IsEmpty_ReturnValue) == 0x000019, "Member 'BP_GameMenuScene_C_OnSkinLoaded::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_OpenPreSelectedPage \ +static_assert(alignof(BP_GameMenuScene_C_OpenPreSelectedPage) == 0x000004, "Wrong alignment on BP_GameMenuScene_C_OpenPreSelectedPage"); \ +static_assert(sizeof(BP_GameMenuScene_C_OpenPreSelectedPage) == 0x000008, "Wrong size on BP_GameMenuScene_C_OpenPreSelectedPage"); \ +static_assert(offsetof(BP_GameMenuScene_C_OpenPreSelectedPage, InPageName) == 0x000000, "Member 'BP_GameMenuScene_C_OpenPreSelectedPage::InPageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_PerformCharacterCloseup \ +static_assert(alignof(BP_GameMenuScene_C_PerformCharacterCloseup) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_PerformCharacterCloseup"); \ +static_assert(sizeof(BP_GameMenuScene_C_PerformCharacterCloseup) == 0x000008, "Wrong size on BP_GameMenuScene_C_PerformCharacterCloseup"); \ +static_assert(offsetof(BP_GameMenuScene_C_PerformCharacterCloseup, Character) == 0x000000, "Member 'BP_GameMenuScene_C_PerformCharacterCloseup::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_PlayAnimationOnMenuOpened \ +static_assert(alignof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_PlayAnimationOnMenuOpened"); \ +static_assert(sizeof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened) == 0x000068, "Wrong size on BP_GameMenuScene_C_PlayAnimationOnMenuOpened"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_GetComponentsByTag_ReturnValue) == 0x000038, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, K2Node_DynamicCast_AsABP_Game_Menu_Characters) == 0x000058, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::K2Node_DynamicCast_AsABP_Game_Menu_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_PlayAnimationOnMenuOpened, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_GameMenuScene_C_PlayAnimationOnMenuOpened::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_ResumeClothOnCharacters \ +static_assert(alignof(BP_GameMenuScene_C_ResumeClothOnCharacters) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_ResumeClothOnCharacters"); \ +static_assert(sizeof(BP_GameMenuScene_C_ResumeClothOnCharacters) == 0x000078, "Wrong size on BP_GameMenuScene_C_ResumeClothOnCharacters"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, Temp_wildcard_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000060, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_ResumeClothOnCharacters, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_GameMenuScene_C_ResumeClothOnCharacters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_SetActivePageAndCharacterAnimState \ +static_assert(alignof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_SetActivePageAndCharacterAnimState"); \ +static_assert(sizeof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState) == 0x000208, "Wrong size on BP_GameMenuScene_C_SetActivePageAndCharacterAnimState"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, InPage) == 0x000000, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::InPage' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, InCharacterData) == 0x000008, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000011, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetItemStaticData_ItemStaticData) == 0x000020, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetCharacterEnum_FromID_ReturnValue) == 0x000150, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetCharacterEnum_FromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000151, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, Temp_int_Array_Index_Variable) == 0x000154, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, Temp_int_Loop_Counter_Variable) == 0x000158, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Add_IntInt_ReturnValue) == 0x00015C, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Map_Keys_Keys) == 0x000160, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Array_Get_Item) == 0x000178, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Less_IntInt_ReturnValue) == 0x000180, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetComponentsByTag_ReturnValue) == 0x000188, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Array_Get_Item_1) == 0x000198, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_ComponentHasTag_ReturnValue) == 0x0001A0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetAnimInstance_ReturnValue) == 0x0001A8, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, K2Node_DynamicCast_AsABP_Game_Menu_Characters_Faces) == 0x0001B0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::K2Node_DynamicCast_AsABP_Game_Menu_Characters_Faces' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Map_Find_Value) == 0x0001C0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Map_Find_ReturnValue) == 0x0001C8, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001C9, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetComponentsByTag_ReturnValue_1) == 0x0001D0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetComponentsByTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_BooleanAND_ReturnValue) == 0x0001E0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_Array_Get_Item_2) == 0x0001E8, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001F0, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, K2Node_DynamicCast_AsABP_Game_Menu_Characters) == 0x0001F8, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::K2Node_DynamicCast_AsABP_Game_Menu_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetActivePageAndCharacterAnimState, K2Node_DynamicCast_bSuccess_1) == 0x000200, "Member 'BP_GameMenuScene_C_SetActivePageAndCharacterAnimState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_SetGameMenuSceneEnabled \ +static_assert(alignof(BP_GameMenuScene_C_SetGameMenuSceneEnabled) == 0x000001, "Wrong alignment on BP_GameMenuScene_C_SetGameMenuSceneEnabled"); \ +static_assert(sizeof(BP_GameMenuScene_C_SetGameMenuSceneEnabled) == 0x000002, "Wrong size on BP_GameMenuScene_C_SetGameMenuSceneEnabled"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetGameMenuSceneEnabled, Enabled) == 0x000000, "Member 'BP_GameMenuScene_C_SetGameMenuSceneEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetGameMenuSceneEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_GameMenuScene_C_SetGameMenuSceneEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_SetSceneTickEnabled \ +static_assert(alignof(BP_GameMenuScene_C_SetSceneTickEnabled) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_SetSceneTickEnabled"); \ +static_assert(sizeof(BP_GameMenuScene_C_SetSceneTickEnabled) == 0x000048, "Wrong size on BP_GameMenuScene_C_SetSceneTickEnabled"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, Enabled) == 0x000000, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, Temp_wildcard_Variable) == 0x000008, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SetSceneTickEnabled, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'BP_GameMenuScene_C_SetSceneTickEnabled::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_SuspendClothOnCharacters \ +static_assert(alignof(BP_GameMenuScene_C_SuspendClothOnCharacters) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_SuspendClothOnCharacters"); \ +static_assert(sizeof(BP_GameMenuScene_C_SuspendClothOnCharacters) == 0x000068, "Wrong size on BP_GameMenuScene_C_SuspendClothOnCharacters"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, Temp_wildcard_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_IsValid_ReturnValue) == 0x000055, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_SuspendClothOnCharacters, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000058, "Member 'BP_GameMenuScene_C_SuspendClothOnCharacters::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_TriggerCustomizationChangedAnimation \ +static_assert(alignof(BP_GameMenuScene_C_TriggerCustomizationChangedAnimation) == 0x000001, "Wrong alignment on BP_GameMenuScene_C_TriggerCustomizationChangedAnimation"); \ +static_assert(sizeof(BP_GameMenuScene_C_TriggerCustomizationChangedAnimation) == 0x000002, "Wrong size on BP_GameMenuScene_C_TriggerCustomizationChangedAnimation"); \ +static_assert(offsetof(BP_GameMenuScene_C_TriggerCustomizationChangedAnimation, HasHaircutChanged) == 0x000000, "Member 'BP_GameMenuScene_C_TriggerCustomizationChangedAnimation::HasHaircutChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_TriggerCustomizationChangedAnimation, HasCostumeChanged) == 0x000001, "Member 'BP_GameMenuScene_C_TriggerCustomizationChangedAnimation::HasCostumeChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UpdateCameraOverviewLookAt \ +static_assert(alignof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UpdateCameraOverviewLookAt"); \ +static_assert(sizeof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt) == 0x000208, "Wrong size on BP_GameMenuScene_C_UpdateCameraOverviewLookAt"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_byte_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable) == 0x000008, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_1) == 0x000020, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_2) == 0x000038, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_3) == 0x000050, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_4) == 0x000068, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_5) == 0x000080, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_6) == 0x000098, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_7) == 0x0000B0, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, Temp_struct_Variable_8) == 0x0000C8, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, K2Node_Select_Default) == 0x0000E0, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, CallFunc_ComposeRotators_ReturnValue) == 0x0000F8, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCameraOverviewLookAt, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000110, "Member 'BP_GameMenuScene_C_UpdateCameraOverviewLookAt::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UpdateCharacterClassPreload \ +static_assert(alignof(BP_GameMenuScene_C_UpdateCharacterClassPreload) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UpdateCharacterClassPreload"); \ +static_assert(sizeof(BP_GameMenuScene_C_UpdateCharacterClassPreload) == 0x0000D8, "Wrong size on BP_GameMenuScene_C_UpdateCharacterClassPreload"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CharacterData) == 0x000000, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Get_Item_1) == 0x000074, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Map_Find_Value) == 0x000080, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_GetCharacterClassByChildComponent_ActorClass) == 0x000090, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_GetCharacterClassByChildComponent_ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_Array_Contains_ReturnValue) == 0x0000B8, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0000C0, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, K2Node_ClassDynamicCast_AsActor) == 0x0000C8, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, K2Node_ClassDynamicCast_bSuccess) == 0x0000D0, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharacterClassPreload, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x0000D1, "Member 'BP_GameMenuScene_C_UpdateCharacterClassPreload::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UpdateCharactersVisualAlterations \ +static_assert(alignof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UpdateCharactersVisualAlterations"); \ +static_assert(sizeof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations) == 0x000048, "Wrong size on BP_GameMenuScene_C_UpdateCharactersVisualAlterations"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateCharactersVisualAlterations, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_GameMenuScene_C_UpdateCharactersVisualAlterations::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UpdateWeaponOnPageOpen \ +static_assert(alignof(BP_GameMenuScene_C_UpdateWeaponOnPageOpen) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UpdateWeaponOnPageOpen"); \ +static_assert(sizeof(BP_GameMenuScene_C_UpdateWeaponOnPageOpen) == 0x000138, "Wrong size on BP_GameMenuScene_C_UpdateWeaponOnPageOpen"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponOnPageOpen, S_jRPG_Item_StaticData) == 0x000000, "Member 'BP_GameMenuScene_C_UpdateWeaponOnPageOpen::S_jRPG_Item_StaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponOnPageOpen, CurrentCharacterData) == 0x000130, "Member 'BP_GameMenuScene_C_UpdateWeaponOnPageOpen::CurrentCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UpdateWeaponSkin \ +static_assert(alignof(BP_GameMenuScene_C_UpdateWeaponSkin) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UpdateWeaponSkin"); \ +static_assert(sizeof(BP_GameMenuScene_C_UpdateWeaponSkin) == 0x000030, "Wrong size on BP_GameMenuScene_C_UpdateWeaponSkin"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, WeaponSkinClass) == 0x000000, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::WeaponSkinClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, CurrentCharacterData) == 0x000008, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, CallFunc_GetChildActorComponentForCharacter_Value) == 0x000010, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::CallFunc_GetChildActorComponentForCharacter_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000018, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000020, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UpdateWeaponSkin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameMenuScene_C_UpdateWeaponSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameMenuScene_C_UserConstructionScript \ +static_assert(alignof(BP_GameMenuScene_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GameMenuScene_C_UserConstructionScript"); \ +static_assert(sizeof(BP_GameMenuScene_C_UserConstructionScript) == 0x0001A0, "Wrong size on BP_GameMenuScene_C_UserConstructionScript"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, NewLocalVar) == 0x000000, "Member 'BP_GameMenuScene_C_UserConstructionScript::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, local_childrenComp) == 0x000028, "Member 'BP_GameMenuScene_C_UserConstructionScript::local_childrenComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_GameMenuScene_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_GameMenuScene_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'BP_GameMenuScene_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_GameMenuScene_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_IsInPlayMode_ReturnValue) == 0x00005C, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x00005D, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_GetCharactersClassByChildComponent_Map) == 0x000068, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_GetCharactersClassByChildComponent_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0000B8, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Map_Keys_Keys) == 0x0000C0, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, K2Node_ClassDynamicCast_AsActor) == 0x0000D0, "Member 'BP_GameMenuScene_C_UserConstructionScript::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, K2Node_ClassDynamicCast_bSuccess) == 0x0000D8, "Member 'BP_GameMenuScene_C_UserConstructionScript::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x0000F0, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000118, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000119, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_LoadClassAsset_Blocking_ReturnValue_1) == 0x000120, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_LoadClassAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, K2Node_ClassDynamicCast_AsActor_1) == 0x000128, "Member 'BP_GameMenuScene_C_UserConstructionScript::K2Node_ClassDynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, K2Node_ClassDynamicCast_bSuccess_1) == 0x000130, "Member 'BP_GameMenuScene_C_UserConstructionScript::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000131, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_1) == 0x000132, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000138, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000148, "Member 'BP_GameMenuScene_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameMenuScene_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000150, "Member 'BP_GameMenuScene_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenuScene_C \ +static_assert(alignof(ABP_GameMenuScene_C) == 0x000010, "Wrong alignment on ABP_GameMenuScene_C"); \ +static_assert(sizeof(ABP_GameMenuScene_C) == 0x000840, "Wrong size on ABP_GameMenuScene_C"); \ +static_assert(offsetof(ABP_GameMenuScene_C, UberGraphFrame) == 0x000290, "Member 'ABP_GameMenuScene_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_Skills) == 0x000298, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_Skills) == 0x0002A0, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_Stats) == 0x0002A8, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Lune_Stats) == 0x0002B0, "Member 'ABP_GameMenuScene_C::SpotLight_Lune_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle_Stats) == 0x0002B8, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SkyLight) == 0x0002C0, "Member 'ABP_GameMenuScene_C::SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, DirectionalLight) == 0x0002C8, "Member 'ABP_GameMenuScene_C::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Gustave_1) == 0x0002D0, "Member 'ABP_GameMenuScene_C::RectLight_Gustave_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Gustave_2) == 0x0002D8, "Member 'ABP_GameMenuScene_C::RectLight_Gustave_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_5_Wardrobe) == 0x0002E0, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_5_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_4_WardrobeWeapon) == 0x0002E8, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_4_WardrobeWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_2) == 0x0002F0, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_3) == 0x0002F8, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Monoco_3_Wardrobe) == 0x000300, "Member 'ABP_GameMenuScene_C::SpotLight_Monoco_3_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Monoco_2) == 0x000308, "Member 'ABP_GameMenuScene_C::SpotLight_Monoco_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Monoco_1_Weapon) == 0x000310, "Member 'ABP_GameMenuScene_C::SpotLight_Monoco_1_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Monoco2) == 0x000318, "Member 'ABP_GameMenuScene_C::RectLight_Monoco2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Monoco1) == 0x000320, "Member 'ABP_GameMenuScene_C::RectLight_Monoco1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_5) == 0x000328, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_4) == 0x000330, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_7_Wardrobe) == 0x000338, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_7_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_6_Wardrobe) == 0x000340, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_6_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_5_Weapon) == 0x000348, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_5_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_4_Weapon) == 0x000350, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_4_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_1) == 0x000358, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_2) == 0x000360, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Sciel_3) == 0x000368, "Member 'ABP_GameMenuScene_C::SpotLight_Sciel_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Sciel_2) == 0x000370, "Member 'ABP_GameMenuScene_C::RectLight_Sciel_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Lune_Wardrobe_1) == 0x000378, "Member 'ABP_GameMenuScene_C::SpotLight_Lune_Wardrobe_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Lune_3) == 0x000380, "Member 'ABP_GameMenuScene_C::SpotLight_Lune_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Lune_2) == 0x000388, "Member 'ABP_GameMenuScene_C::SpotLight_Lune_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Lune_1) == 0x000390, "Member 'ABP_GameMenuScene_C::SpotLight_Lune_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Lune_1) == 0x000398, "Member 'ABP_GameMenuScene_C::RectLight_Lune_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Lune_2) == 0x0003A0, "Member 'ABP_GameMenuScene_C::RectLight_Lune_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_6_WardrobeWeapon_Backlight) == 0x0003A8, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_6_WardrobeWeapon_Backlight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_5_Wardrobe) == 0x0003B0, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_5_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_4_WardrobeWeapon) == 0x0003B8, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_4_WardrobeWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Verso_1) == 0x0003C0, "Member 'ABP_GameMenuScene_C::RectLight_Verso_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Verso_2) == 0x0003C8, "Member 'ABP_GameMenuScene_C::RectLight_Verso_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Maelle1) == 0x0003D0, "Member 'ABP_GameMenuScene_C::RectLight_Maelle1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle_3) == 0x0003D8, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle_Backlight_Custo_5) == 0x0003E0, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle_Backlight_Custo_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle__Custo_4) == 0x0003E8, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle__Custo_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle__Custo_3) == 0x0003F0, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle__Custo_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, RectLight_Maelle2) == 0x0003F8, "Member 'ABP_GameMenuScene_C::RectLight_Maelle2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Maelle_2) == 0x000400, "Member 'ABP_GameMenuScene_C::SpotLight_Maelle_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_3) == 0x000408, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Gustave_1) == 0x000410, "Member 'ABP_GameMenuScene_C::SpotLight_Gustave_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Verso_2) == 0x000418, "Member 'ABP_GameMenuScene_C::SpotLight_Verso_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Pictos) == 0x000420, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Lumina) == 0x000428, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Skills) == 0x000430, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_CharacterOverview) == 0x000438, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_CharacterOverview) == 0x000440, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Pictos) == 0x000448, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_SkillTree) == 0x000450, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Wardrobe) == 0x000458, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Lumina) == 0x000460, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Skills) == 0x000468, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Stats) == 0x000470, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Gustave_Weapon) == 0x000478, "Member 'ABP_GameMenuScene_C::CineCamera_Gustave_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Weapon) == 0x000480, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Skills) == 0x000488, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Lumina) == 0x000490, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Wardrobe) == 0x000498, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_SkillTree) == 0x0004A0, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Stats) == 0x0004A8, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_Pictos) == 0x0004B0, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Lune_CharacterOverview) == 0x0004B8, "Member 'ABP_GameMenuScene_C::CineCamera_Lune_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Stats) == 0x0004C0, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_CharacterOverview) == 0x0004C8, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Weapon) == 0x0004D0, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Skills) == 0x0004D8, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Lumina) == 0x0004E0, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Wardrobe) == 0x0004E8, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_Pictos) == 0x0004F0, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Verso_SkillTree) == 0x0004F8, "Member 'ABP_GameMenuScene_C::CineCamera_Verso_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Wardrobe) == 0x000500, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_SkillTree) == 0x000508, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Stats) == 0x000510, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Pictos) == 0x000518, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Weapon) == 0x000520, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Skills) == 0x000528, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Monoco_Lumina) == 0x000530, "Member 'ABP_GameMenuScene_C::CineCamera_Monoco_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_SkillTree) == 0x000538, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Wardrobe) == 0x000540, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Weapon) == 0x000548, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_CharacterOverview) == 0x000550, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Pictos) == 0x000558, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Pictos' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Sciel_Stats) == 0x000560, "Member 'ABP_GameMenuScene_C::CineCamera_Sciel_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Skills) == 0x000568, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Skills' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Stats) == 0x000570, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Stats' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_SkillTree) == 0x000578, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Weapon) == 0x000580, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_CharacterOverview) == 0x000588, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Wardrobe) == 0x000590, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Wardrobe' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Maelle_Lumina) == 0x000598, "Member 'ABP_GameMenuScene_C::CineCamera_Maelle_Lumina' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Base5) == 0x0005A0, "Member 'ABP_GameMenuScene_C::SpotLight_Base5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_PostProcessVolume) == 0x0005A8, "Member 'ABP_GameMenuScene_C::ChildActor_PostProcessVolume' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, FX_Falling_Leaves) == 0x0005B0, "Member 'ABP_GameMenuScene_C::FX_Falling_Leaves' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ExponentialHeightFog) == 0x0005B8, "Member 'ABP_GameMenuScene_C::ExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_TeamOverview) == 0x0005C0, "Member 'ABP_GameMenuScene_C::CineCamera_TeamOverview' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Base_4) == 0x0005C8, "Member 'ABP_GameMenuScene_C::SpotLight_Base_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight5) == 0x0005D0, "Member 'ABP_GameMenuScene_C::SpotLight5' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight4) == 0x0005D8, "Member 'ABP_GameMenuScene_C::SpotLight4' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight3) == 0x0005E0, "Member 'ABP_GameMenuScene_C::SpotLight3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PointLight1) == 0x0005E8, "Member 'ABP_GameMenuScene_C::PointLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PointLight) == 0x0005F0, "Member 'ABP_GameMenuScene_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, Scene_EsquieCarLocation) == 0x0005F8, "Member 'ABP_GameMenuScene_C::Scene_EsquieCarLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Base_3) == 0x000600, "Member 'ABP_GameMenuScene_C::SpotLight_Base_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Esquie) == 0x000608, "Member 'ABP_GameMenuScene_C::ChildActor_Esquie' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Verso) == 0x000610, "Member 'ABP_GameMenuScene_C::ChildActor_Verso' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Monoco) == 0x000618, "Member 'ABP_GameMenuScene_C::ChildActor_Monoco' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Sciel) == 0x000620, "Member 'ABP_GameMenuScene_C::ChildActor_Sciel' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ArtDeco1) == 0x000628, "Member 'ABP_GameMenuScene_C::ArtDeco1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Maelle) == 0x000630, "Member 'ABP_GameMenuScene_C::ChildActor_Maelle' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Base_1) == 0x000638, "Member 'ABP_GameMenuScene_C::SpotLight_Base_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, SpotLight_Base_2) == 0x000640, "Member 'ABP_GameMenuScene_C::SpotLight_Base_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, Sphere) == 0x000648, "Member 'ABP_GameMenuScene_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CineCamera_Reference) == 0x000650, "Member 'ABP_GameMenuScene_C::CineCamera_Reference' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Lune) == 0x000658, "Member 'ABP_GameMenuScene_C::ChildActor_Lune' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ChildActor_Gustave) == 0x000660, "Member 'ABP_GameMenuScene_C::ChildActor_Gustave' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_GameMenuScene_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CameraFocalLengthTimeline_LerpTrack_F13C3E8448E1A2954C204DA3E9DDA0BF) == 0x000670, "Member 'ABP_GameMenuScene_C::CameraFocalLengthTimeline_LerpTrack_F13C3E8448E1A2954C204DA3E9DDA0BF' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CameraFocalLengthTimeline__Direction_F13C3E8448E1A2954C204DA3E9DDA0BF) == 0x000674, "Member 'ABP_GameMenuScene_C::CameraFocalLengthTimeline__Direction_F13C3E8448E1A2954C204DA3E9DDA0BF' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CameraFocalLengthTimeline) == 0x000678, "Member 'ABP_GameMenuScene_C::CameraFocalLengthTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, MovingCameraTimeline_LerpTrack_A622A368444C69C7860F29982FD6291A) == 0x000680, "Member 'ABP_GameMenuScene_C::MovingCameraTimeline_LerpTrack_A622A368444C69C7860F29982FD6291A' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, MovingCameraTimeline__Direction_A622A368444C69C7860F29982FD6291A) == 0x000684, "Member 'ABP_GameMenuScene_C::MovingCameraTimeline__Direction_A622A368444C69C7860F29982FD6291A' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, MovingCameraTimeline) == 0x000688, "Member 'ABP_GameMenuScene_C::MovingCameraTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CharacterChildActorMapping) == 0x000690, "Member 'ABP_GameMenuScene_C::CharacterChildActorMapping' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, ActorToData) == 0x0006E0, "Member 'ABP_GameMenuScene_C::ActorToData' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CurrentSequence) == 0x000730, "Member 'ABP_GameMenuScene_C::CurrentSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PlaybackSettings) == 0x000738, "Member 'ABP_GameMenuScene_C::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, MainMenuUI) == 0x000760, "Member 'ABP_GameMenuScene_C::MainMenuUI' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CharacterSkinsToLoad) == 0x000768, "Member 'ABP_GameMenuScene_C::CharacterSkinsToLoad' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, OnMenuUIReady) == 0x000778, "Member 'ABP_GameMenuScene_C::OnMenuUIReady' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PreSelectedPage) == 0x000788, "Member 'ABP_GameMenuScene_C::PreSelectedPage' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, FocusedCharacter) == 0x000790, "Member 'ABP_GameMenuScene_C::FocusedCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CamRefTransformBeforeMovement) == 0x0007A0, "Member 'ABP_GameMenuScene_C::CamRefTransformBeforeMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CamRefFocalBeforeMovement) == 0x000800, "Member 'ABP_GameMenuScene_C::CamRefFocalBeforeMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PreviousCharacter) == 0x000804, "Member 'ABP_GameMenuScene_C::PreviousCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CurrentGameMenuPage) == 0x000805, "Member 'ABP_GameMenuScene_C::CurrentGameMenuPage' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CurrentCharacter) == 0x000806, "Member 'ABP_GameMenuScene_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, DEBUG_InstantCamTP) == 0x000807, "Member 'ABP_GameMenuScene_C::DEBUG_InstantCamTP' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, CurrentChildActorToFocus) == 0x000808, "Member 'ABP_GameMenuScene_C::CurrentChildActorToFocus' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, BaseOverViewCamRotation) == 0x000810, "Member 'ABP_GameMenuScene_C::BaseOverViewCamRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PreviewSpotDisabled) == 0x000828, "Member 'ABP_GameMenuScene_C::PreviewSpotDisabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, PreviewSpotCharacterEnabled) == 0x000829, "Member 'ABP_GameMenuScene_C::PreviewSpotCharacterEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, Debug_Spotlight_TagName) == 0x00082C, "Member 'ABP_GameMenuScene_C::Debug_Spotlight_TagName' has a wrong offset!"); \ +static_assert(offsetof(ABP_GameMenuScene_C, UseCustomSpotlightPerCharacter) == 0x000834, "Member 'ABP_GameMenuScene_C::UseCustomSpotlightPerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealthBar_C_LoadCharacterData \ +static_assert(alignof(WBP_HealthBar_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_HealthBar_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_HealthBar_C_LoadCharacterData) == 0x000018, "Wrong size on WBP_HealthBar_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_HealthBar_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_HealthBar_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_LoadCharacterData, CallFunc_GetMaxHP_MaxHP) == 0x000008, "Member 'WBP_HealthBar_C_LoadCharacterData::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_LoadCharacterData, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'WBP_HealthBar_C_LoadCharacterData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_LoadCharacterData, CallFunc_FTrunc_ReturnValue_1) == 0x000014, "Member 'WBP_HealthBar_C_LoadCharacterData::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealthBar_C_SetValue \ +static_assert(alignof(WBP_HealthBar_C_SetValue) == 0x000008, "Wrong alignment on WBP_HealthBar_C_SetValue"); \ +static_assert(sizeof(WBP_HealthBar_C_SetValue) == 0x0000F8, "Wrong size on WBP_HealthBar_C_SetValue"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, Value) == 0x000000, "Member 'WBP_HealthBar_C_SetValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, MaxValue) == 0x000004, "Member 'WBP_HealthBar_C_SetValue::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_HealthBar_C_SetValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_HealthBar_C_SetValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000020, "Member 'WBP_HealthBar_C_SetValue::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_HealthBar_C_SetValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_SafeDivide_ReturnValue) == 0x000070, "Member 'WBP_HealthBar_C_SetValue::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000078, "Member 'WBP_HealthBar_C_SetValue::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_HealthBar_C_SetValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_HealthBar_C_SetValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_HealthBar_C_SetValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_SetValue, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000F0, "Member 'WBP_HealthBar_C_SetValue::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealthBar_C_PreConstruct \ +static_assert(alignof(WBP_HealthBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HealthBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_HealthBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_HealthBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_HealthBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HealthBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar \ +static_assert(alignof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar) == 0x000008, "Wrong alignment on WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar"); \ +static_assert(sizeof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar) == 0x000018, "Wrong size on WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar"); \ +static_assert(offsetof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar, EntryPoint) == 0x000000, "Member 'WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000008, "Member 'WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar, K2Node_Event_IsDesignTime) == 0x000011, "Member 'WBP_HealthBar_C_ExecuteUbergraph_WBP_HealthBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HealthBar_C \ +static_assert(alignof(UWBP_HealthBar_C) == 0x000008, "Wrong alignment on UWBP_HealthBar_C"); \ +static_assert(sizeof(UWBP_HealthBar_C) == 0x000338, "Wrong size on UWBP_HealthBar_C"); \ +static_assert(offsetof(UWBP_HealthBar_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HealthBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, HealthValueText) == 0x000310, "Member 'UWBP_HealthBar_C::HealthValueText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, HPBar) == 0x000318, "Member 'UWBP_HealthBar_C::HPBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, PreviewMaxValue) == 0x000320, "Member 'UWBP_HealthBar_C::PreviewMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, PreviewCurrentValue) == 0x000324, "Member 'UWBP_HealthBar_C::PreviewCurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, HealthValueTextHAlign) == 0x000328, "Member 'UWBP_HealthBar_C::HealthValueTextHAlign' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealthBar_C, HealthTextStyle) == 0x000330, "Member 'UWBP_HealthBar_C::HealthTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd) == 0x000060, "Wrong size on BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, ReturnValue) == 0x000040, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin) == 0x000070, "Wrong size on BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, ReturnValue) == 0x000048, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin, CallFunc_OnClimbingJumpMovementStart_TotalDuration_ImplicitCast) == 0x000068, "Member 'BP_AnimNotifyState_ClimbingMovement_C_Received_NotifyBegin::CallFunc_OnClimbingJumpMovementStart_TotalDuration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifyState_ClimbingMovement_C \ +static_assert(alignof(UBP_AnimNotifyState_ClimbingMovement_C) == 0x000008, "Wrong alignment on UBP_AnimNotifyState_ClimbingMovement_C"); \ +static_assert(sizeof(UBP_AnimNotifyState_ClimbingMovement_C) == 0x000038, "Wrong size on UBP_AnimNotifyState_ClimbingMovement_C"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused, AudioComponent) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused, bPause) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused::bPause' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_AudioCharacter_BattleManager_C_SetAudioComponentPaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayEventBattleLine \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayEventBattleLine"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine) == 0x0000A8, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayEventBattleLine"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, BattleLine) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::BattleLine' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_CanPlayReactionBattleLines_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_CanPlayReactionBattleLines_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_SpawnSound2D_ReturnValue) == 0x000078, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_HasActiveSkillBattleLine_Active) == 0x0000A0, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_HasActiveSkillBattleLine_Active' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayEventBattleLine, CallFunc_Not_PreBool_ReturnValue) == 0x0000A1, "Member 'BP_AudioCharacter_BattleManager_C_PlayEventBattleLine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_OnDamageReceived \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_OnDamageReceived) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_OnDamageReceived"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_OnDamageReceived) == 0x000028, "Wrong size on BP_AudioCharacter_BattleManager_C_OnDamageReceived"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnDamageReceived, BattleDamage) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_OnDamageReceived::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnDamageReceived, CallFunc_GetTargetCharacter_NewParam) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_OnDamageReceived::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnDamageReceived, CallFunc_GetTeam_Team) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_OnDamageReceived::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnDamageReceived, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_OnDamageReceived::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal, SoundAsset) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal::SoundAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal, CallFunc_SpawnSound2D_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayDialogueBattleLineInternal::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_GetBattleLineModel \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_GetBattleLineModel) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_GetBattleLineModel"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_GetBattleLineModel) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_GetBattleLineModel"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_GetBattleLineModel, ReturnValue) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_GetBattleLineModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine) == 0x000002, "Wrong size on BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine, HasInterrupted) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine::HasInterrupted' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine, CallFunc_HasActiveSkillBattleLine_Active) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_TryInterruptActiveSkillBattleLine::CallFunc_HasActiveSkillBattleLine_Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine) == 0x000003, "Wrong size on BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine, Active) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_AudioCharacter_BattleManager_C_HasActiveSkillBattleLine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal, SoundAsset) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal::SoundAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal, CallFunc_SpawnSound2D_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlaySkillBattleLineInternal::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_StopAllSFXs \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_StopAllSFXs) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_StopAllSFXs"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_StopAllSFXs) == 0x000020, "Wrong size on BP_AudioCharacter_BattleManager_C_StopAllSFXs"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_StopAllSFXs, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'BP_AudioCharacter_BattleManager_C_StopAllSFXs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent) == 0x000080, "Wrong size on BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent, Event) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_ProcessTaggedGameplayEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_RemoveHitOverride \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_RemoveHitOverride"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride) == 0x0000B8, "Wrong size on BP_AudioCharacter_BattleManager_C_RemoveHitOverride"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, OutHitOverrideHandle) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::OutHitOverrideHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, K2Node_MakeStruct_S_BattleHitSoundOverrideHandle) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::K2Node_MakeStruct_S_BattleHitSoundOverrideHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, CallFunc_Array_RemoveItem_ReturnValue) == 0x000098, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_RemoveHitOverride, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_AudioCharacter_BattleManager_C_RemoveHitOverride::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject, BattleDamages) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject, CallFunc_ResolveHitSound_Sound) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject::CallFunc_ResolveHitSound_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitSoundFromDamageObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PushHitOverride \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PushHitOverride) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PushHitOverride"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PushHitOverride) == 0x000180, "Wrong size on BP_AudioCharacter_BattleManager_C_PushHitOverride"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, HitSoundAsset) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::HitSoundAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, OutHitOverrideHandle) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::OutHitOverrideHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, local_pushedElement) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::local_pushedElement' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_IsValid_Guid_ReturnValue) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Not_PreBool_ReturnValue) == 0x0000C0, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString) == 0x0000C8, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_NewGuid_ReturnValue) == 0x0000D8, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E8, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, K2Node_MakeStruct_S_BattleHitSoundOverrideHandle) == 0x0000F8, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::K2Node_MakeStruct_S_BattleHitSoundOverrideHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, K2Node_MakeStruct_FormatArgumentData_1) == 0x000110, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, K2Node_MakeArray_Array_1) == 0x000158, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PushHitOverride, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'BP_AudioCharacter_BattleManager_C_PushHitOverride::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_ResolveHitSound \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_ResolveHitSound) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_ResolveHitSound"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_ResolveHitSound) == 0x000030, "Wrong size on BP_AudioCharacter_BattleManager_C_ResolveHitSound"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, BattleDamage) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, Sound) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, CallFunc_ResolveHitSoundAsset_HitSoundAsset) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::CallFunc_ResolveHitSoundAsset_HitSoundAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, CallFunc_GetHitSoundOverride_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::CallFunc_GetHitSoundOverride_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, CallFunc_GetSoundForDamage_Sound) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::CallFunc_GetSoundForDamage_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSound, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset) == 0x000048, "Wrong size on BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, BattleDamage) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, HitSoundAsset) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::HitSoundAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, local_HitSound) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::local_HitSound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_Array_LastIndex_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_GetCharacterBaseHitSound_DefaultHitSound) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_GetCharacterBaseHitSound_DefaultHitSound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000041, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'BP_AudioCharacter_BattleManager_C_ResolveHitSoundAsset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData) == 0x000098, "Wrong size on BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, OnoType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::OnoType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioProfile_AudioProfile) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioProfile_AudioProfile' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_SFX) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Weapon_L) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Weapon_R) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Foley) == 0x000058, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Foley' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Vocal) == 0x000060, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Vocal' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Foot_L) == 0x000068, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Foot_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_Foot_R) == 0x000070, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_Foot_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_GetBattleAudioContainerComponents_HitBy) == 0x000078, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_GetBattleAudioContainerComponents_HitBy' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_Map_Find_Value) == 0x000080, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000090, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayOnoFromData::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno, OnoType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqOno::OnoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList) == 0x000060, "Wrong size on BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_wildcard_Temp_buffer_array_Variable) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Max_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00004C, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList, CallFunc_Not_PreBool_ReturnValue) == 0x00005E, "Member 'BP_AudioCharacter_BattleManager_C_CleanSpawnedAudioComponentList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent) == 0x000148, "Wrong size on BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, Sound) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, OriginComponent) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::OriginComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, AttenuationOverride) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, ShouldAttachToComponent_) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, local_SpawnedAudioComponent) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::local_SpawnedAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000098, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x0000B0, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000B8, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_AudioCharacter_BattleManager_C_Internal_PlayAudioComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix, Deactivate_ControlBusMix) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleDeactivateControlBusMix::Deactivate_ControlBusMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix, Activate_ControlBusMix) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleActivateControlBusMix::Activate_ControlBusMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommonBodyFall::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP, BattleHitBy_CallByBP_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_BattleHitBy_CallByBP::BattleHitBy_CallByBP_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon, CallFunc_IsValid_ReturnValue_2) == 0x00000B, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleDeathCommon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, CallFunc_IsValid_ReturnValue_2) == 0x00000B, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon, CallFunc_IsValid_ReturnValue_3) == 0x00000C, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitByCommon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleHitBy \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleHitBy) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleHitBy"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleHitBy) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleHitBy"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitBy, BattleHitBy) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitBy::BattleHitBy' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleHitBy, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleHitBy::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep) == 0x000028, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, Battle_PlaySeqStep_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::Battle_PlaySeqStep_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, IsRight) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::IsRight' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, AttenuationOverride) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, SoundShouldFollow_) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::SoundShouldFollow_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, Temp_bool_Variable) == 0x000019, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep, K2Node_Select_Default) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqStep::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal, Battle_PlaySeqVocal_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal::Battle_PlaySeqVocal_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal, SoundShouldFollow_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqVocal::SoundShouldFollow_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_BattleCommonSFX \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_BattleCommonSFX"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_BattleCommonSFX"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX, Common_SFX) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_BattleCommonSFX::Common_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX, Temp_byte_Variable) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_BattleCommonSFX::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_AudioCharacter_BattleManager_C_BattleCommonSFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_BattleCommonSFX, K2Node_Select_Default) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_BattleCommonSFX::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder, Battle_Placeholder) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattlePlaceholder::Battle_Placeholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleFoley \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleFoley) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleFoley"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleFoley) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleFoley"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFoley, Battle_Foley) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFoley::Battle_Foley' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFoley, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFoley::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFoley, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFoley::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleFootstep \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleFootstep"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep) == 0x000090, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleFootstep"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, FootstepType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::FootstepType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, Location) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, SurfaceType) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, ShouldAttachToComponent_) == 0x000021, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, local_soundToPlay) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::local_soundToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_IsValid_ReturnValue_2) == 0x00005A, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, Temp_byte_Variable) == 0x00005B, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000060, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_Map_Find_Value_1) == 0x000068, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_Map_Find_ReturnValue_1) == 0x000070, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface) == 0x000078, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleFootstep, CallFunc_IsValid_ReturnValue_3) == 0x000089, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleFootstep::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleVocal \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleVocal) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleVocal"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleVocal) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleVocal"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleVocal, Battle_Vocal) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleVocal::Battle_Vocal' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleVocal, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleVocal::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleVocal, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleVocal::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight, Battle_Weapon_Right) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight::Battle_Weapon_Right' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponRight::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft, Battle_Weapon_Left) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft::Battle_Weapon_Left' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleWeaponLeft::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleSFX \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleSFX) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleSFX"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleSFX) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleSFX"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleSFX, Battle_SFX) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleSFX::Battle_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleSFX, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleSFX::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleSFX, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleSFX::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter) == 0x000028, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, Battle_UI_Type) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::Battle_UI_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, ShouldAttachToComponent_) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, Temp_byte_Variable) == 0x000002, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter, K2Node_Select_Default) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleUiCharacter::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_HandleBattleOno \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_HandleBattleOno) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_HandleBattleOno"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_HandleBattleOno) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_HandleBattleOno"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_HandleBattleOno, OnoType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_HandleBattleOno::OnoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged) == 0x000040, "Wrong size on BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, bIsPaused) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::bIsPaused' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, Temp_wildcard_Variable) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_OnGameModePauseStateChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley, Battle_PlaySeqFoley_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley::Battle_PlaySeqFoley_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley, SoundShouldFollow_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqFoley::SoundShouldFollow_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Init \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Init) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Init"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Init) == 0x000188, "Wrong size on BP_AudioCharacter_BattleManager_C_Init"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, NewLocalVar_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Init::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetCharacterBattleLinesClass_CharacterBattleLineClass) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetCharacterBattleLinesClass_CharacterBattleLineClass' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_ClassDynamicCast_AsBP_Battle_Lines_Model_Base) == 0x000058, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_ClassDynamicCast_AsBP_Battle_Lines_Model_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_ClassDynamicCast_bSuccess) == 0x000060, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_IsValidClass_ReturnValue) == 0x000078, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000D8, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetOwner_ReturnValue_1) == 0x0000F0, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_SpawnObject_ReturnValue) == 0x0000F8, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000100, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioProfile_AudioProfile) == 0x000118, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioProfile_AudioProfile' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetOwner_ReturnValue_2) == 0x000128, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components_1) == 0x000130, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'BP_AudioCharacter_BattleManager_C_Init::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_SFX) == 0x000148, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Weapon_L) == 0x000150, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Weapon_R) == 0x000158, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Foley) == 0x000160, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Foley' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Vocal) == 0x000168, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Vocal' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Foot_L) == 0x000170, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Foot_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_Foot_R) == 0x000178, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_Foot_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Init, CallFunc_GetBattleAudioContainerComponents_HitBy) == 0x000180, "Member 'BP_AudioCharacter_BattleManager_C_Init::CallFunc_GetBattleAudioContainerComponents_HitBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR, Battle_Weapon_R) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR::Battle_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR, SoundShouldFollow_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlayWeaponR::SoundShouldFollow_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L, Battle_Weapon_L) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L::Battle_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L, SoundShouldFollow_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_Play_Weapon_L::SoundShouldFollow_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX, Battle_PlaySeqSFX_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX::Battle_PlaySeqSFX_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX, SoundShouldFollow_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_Battle_PlaySeqSFX::SoundShouldFollow_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft, BattleWeaponLeft) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft::BattleWeaponLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponLeft::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight, BattleWeaponRight) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight::BattleWeaponRight' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleWeaponRight::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent, BattleVocal) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent::BattleVocal' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleVocalEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent, BattleSFX) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent::BattleSFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleSFXEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent) == 0x000028, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent, FootstepType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent::FootstepType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent, Location) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent, SurfaceType) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent, ShouldAttachToComponent_) == 0x000021, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFootstepEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleFoley \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleFoley) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleFoley"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleFoley) == 0x000018, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleFoley"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFoley, BattleFoley) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFoley::BattleFoley' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFoley, AttenuationOverride) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFoley::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleFoley, ShouldAttachToComponent_) == 0x000010, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleFoley::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleUi \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleUi) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleUi"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleUi) == 0x000002, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleUi"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleUi, UI_Battle_Type) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleUi::UI_Battle_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleUi, ShouldAttachToComponent_) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleUi::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto, BattlePlaceholder) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleSoundProto::BattlePlaceholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayHitByEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayHitByEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayHitByEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayHitByEvent) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayHitByEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitByEvent, BattleHitBy) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitByEvent::BattleHitBy' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitByEvent, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitByEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitByCommonEvent::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP, Hit_By_CallByBP) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayHitBy_CallByBP::Hit_By_CallByBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix, Deactivate_ControlBusMix_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Deactivate_ControlBusMix::Deactivate_ControlBusMix_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix) == 0x000008, "Wrong size on BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix, Activate_ControlBusMix_0) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_Activate_ControlBusMix::Activate_ControlBusMix_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayDeathCommon \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayDeathCommon"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayDeathCommon"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayDeathCommon::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayDeathCommon::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX) == 0x000002, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX, Battle_Common_SFX) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX::Battle_Common_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX, ShouldAttachToComponent_) == 0x000001, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleCommonSFX::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall) == 0x000010, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall, AttenuationOverride) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall::AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall, ShouldAttachToComponent_) == 0x000008, "Member 'BP_AudioCharacter_BattleManager_C_PlayDeathCommon_Bodyfall::ShouldAttachToComponent_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_PlayBattleOno \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_PlayBattleOno) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_PlayBattleOno"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_PlayBattleOno) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_PlayBattleOno"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_PlayBattleOno, OnoType) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_PlayBattleOno::OnoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_ReceiveEndPlay \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AudioCharacter_BattleManager_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AudioCharacter_BattleManager_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager \ +static_assert(alignof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager) == 0x000008, "Wrong alignment on BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager"); \ +static_assert(sizeof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager) == 0x000148, "Wrong size on BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, EntryPoint) == 0x000000, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleWeaponLeft) == 0x000018, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleWeaponLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_7) == 0x000020, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_7' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__11) == 0x000028, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__11' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleWeaponRight) == 0x000030, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleWeaponRight' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_6) == 0x000038, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__10) == 0x000040, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__10' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleVocal) == 0x000048, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleVocal' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_5) == 0x000050, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__9) == 0x000058, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__9' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleSFX) == 0x000060, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleSFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_4) == 0x000068, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__8) == 0x000070, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__8' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_FootstepType) == 0x000071, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_FootstepType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_Location) == 0x000078, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_SurfaceType) == 0x000090, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__7) == 0x000091, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__7' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleFoley) == 0x000098, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleFoley' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_3) == 0x0000A0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__6) == 0x0000A8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__6' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_UI_Battle_Type) == 0x0000A9, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_UI_Battle_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__5) == 0x0000AA, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__5' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattlePlaceholder) == 0x0000B0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattlePlaceholder' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_BattleHitBy) == 0x0000B8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_BattleHitBy' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__4) == 0x0000C0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__4' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_2) == 0x0000C8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__3) == 0x0000D0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__3' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_Hit_By_CallByBP) == 0x0000D1, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_Hit_By_CallByBP' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_Deactivate_ControlBusMix) == 0x0000D8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_Deactivate_ControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_Activate_ControlBusMix) == 0x0000E0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_Activate_ControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride_1) == 0x0000E8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__2) == 0x0000F0, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_Battle_Common_SFX) == 0x0000F1, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_Battle_Common_SFX' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent__1) == 0x0000F2, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent__1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_AttenuationOverride) == 0x0000F8, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_AttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_ShouldAttachToComponent_) == 0x000100, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_ShouldAttachToComponent_' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_OnoType) == 0x000101, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_OnoType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, CallFunc_GetGameMode_ReturnValue) == 0x000108, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000110, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_DynamicCast_AsSandfall_Game_Mode) == 0x000120, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_DynamicCast_AsSandfall_Game_Mode' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_Event_EndPlayReason) == 0x000129, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, CallFunc_GetGameMode_ReturnValue_1) == 0x000130, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_DynamicCast_AsSandfall_Game_Mode_1) == 0x000138, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_DynamicCast_AsSandfall_Game_Mode_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'BP_AudioCharacter_BattleManager_C_ExecuteUbergraph_BP_AudioCharacter_BattleManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AudioCharacter_BattleManager_C \ +static_assert(alignof(UBP_AudioCharacter_BattleManager_C) == 0x000008, "Wrong alignment on UBP_AudioCharacter_BattleManager_C"); \ +static_assert(sizeof(UBP_AudioCharacter_BattleManager_C) == 0x000250, "Wrong size on UBP_AudioCharacter_BattleManager_C"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_AudioCharacter_BattleManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Debug) == 0x0000A8, "Member 'UBP_AudioCharacter_BattleManager_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Battle_Sound_Played) == 0x0000B0, "Member 'UBP_AudioCharacter_BattleManager_C::Battle_Sound_Played' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, BP_CharacterBattle) == 0x0000B8, "Member 'UBP_AudioCharacter_BattleManager_C::BP_CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, EUiBattleType) == 0x0000C0, "Member 'UBP_AudioCharacter_BattleManager_C::EUiBattleType' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, StructureBattleUiType) == 0x0000C8, "Member 'UBP_AudioCharacter_BattleManager_C::StructureBattleUiType' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, DataAsset_Battle) == 0x0000D8, "Member 'UBP_AudioCharacter_BattleManager_C::DataAsset_Battle' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, CommonSFX) == 0x0000E0, "Member 'UBP_AudioCharacter_BattleManager_C::CommonSFX' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, EBattle_Hit_By_Call_By_BP) == 0x0000E1, "Member 'UBP_AudioCharacter_BattleManager_C::EBattle_Hit_By_Call_By_BP' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, StructureBattleCommonSFX) == 0x0000E8, "Member 'UBP_AudioCharacter_BattleManager_C::StructureBattleCommonSFX' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, StructureBattle_HitBy_CallByBP) == 0x000140, "Member 'UBP_AudioCharacter_BattleManager_C::StructureBattle_HitBy_CallByBP' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, StructureBattle_HitByCommonAnim) == 0x000150, "Member 'UBP_AudioCharacter_BattleManager_C::StructureBattle_HitByCommonAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, StructureBattle_DeathByCommonAnim) == 0x000190, "Member 'UBP_AudioCharacter_BattleManager_C::StructureBattle_DeathByCommonAnim' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, hasShield_) == 0x0001B0, "Member 'UBP_AudioCharacter_BattleManager_C::hasShield_' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_SFX) == 0x0001B8, "Member 'UBP_AudioCharacter_BattleManager_C::Container_SFX' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Weapon_L) == 0x0001C0, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Weapon_R) == 0x0001C8, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Foley) == 0x0001D0, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Foley' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Vocal) == 0x0001D8, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Vocal' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Foot_L) == 0x0001E0, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Foot_L' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_Foot_R) == 0x0001E8, "Member 'UBP_AudioCharacter_BattleManager_C::Container_Foot_R' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, PLACEHOLDER_FootFlipFlop) == 0x0001F0, "Member 'UBP_AudioCharacter_BattleManager_C::PLACEHOLDER_FootFlipFlop' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Container_HitBy) == 0x0001F8, "Member 'UBP_AudioCharacter_BattleManager_C::Container_HitBy' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, SpawnedAudioComponentsContainer) == 0x000200, "Member 'UBP_AudioCharacter_BattleManager_C::SpawnedAudioComponentsContainer' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, Submix_Effect_Preset_Chain) == 0x000210, "Member 'UBP_AudioCharacter_BattleManager_C::Submix_Effect_Preset_Chain' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, HitSoundOverrideStack) == 0x000220, "Member 'UBP_AudioCharacter_BattleManager_C::HitSoundOverrideStack' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, CurrentSkillBattleLine) == 0x000230, "Member 'UBP_AudioCharacter_BattleManager_C::CurrentSkillBattleLine' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, CurrentDialogueBattleLine) == 0x000238, "Member 'UBP_AudioCharacter_BattleManager_C::CurrentDialogueBattleLine' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, BattleLinesModel) == 0x000240, "Member 'UBP_AudioCharacter_BattleManager_C::BattleLinesModel' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_BattleManager_C, CurrentEventBattleLine) == 0x000248, "Member 'UBP_AudioCharacter_BattleManager_C::CurrentEventBattleLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealingElixirCount_C_HasCharacterToHeal \ +static_assert(alignof(WBP_HealingElixirCount_C_HasCharacterToHeal) == 0x000008, "Wrong alignment on WBP_HealingElixirCount_C_HasCharacterToHeal"); \ +static_assert(sizeof(WBP_HealingElixirCount_C_HasCharacterToHeal) == 0x000058, "Wrong size on WBP_HealingElixirCount_C_HasCharacterToHeal"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, ReturnValue) == 0x000000, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_GetMaxHP_MaxHP) == 0x000028, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_GetCharacterCollection_Characters) == 0x000040, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_HasCharacterToHeal, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_HealingElixirCount_C_HasCharacterToHeal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealingElixirCount_C_LoadState \ +static_assert(alignof(WBP_HealingElixirCount_C_LoadState) == 0x000008, "Wrong alignment on WBP_HealingElixirCount_C_LoadState"); \ +static_assert(sizeof(WBP_HealingElixirCount_C_LoadState) == 0x0004A0, "Wrong size on WBP_HealingElixirCount_C_LoadState"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, local_shardDynamic) == 0x000000, "Member 'WBP_HealingElixirCount_C_LoadState::local_shardDynamic' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_bool_Variable) == 0x000138, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_struct_Variable) == 0x00013C, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_struct_Variable_1) == 0x00014C, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_bool_Variable_1) == 0x00015C, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_byte_Variable) == 0x00015D, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, Temp_byte_Variable_1) == 0x00015E, "Member 'WBP_HealingElixirCount_C_LoadState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Conv_IntToText_ReturnValue) == 0x000160, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000170, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeStruct_FormatArgumentData) == 0x000180, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001C8, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeArray_Array) == 0x000210, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Format_ReturnValue) == 0x000220, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Greater_IntInt_ReturnValue) == 0x000230, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_Select_Default) == 0x000231, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard) == 0x000238, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_DynamicCast_AsBP_Data_Asset_Item_Shard' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_DynamicCast_bSuccess) == 0x000240, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000248, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeStruct_FormatArgumentData_2) == 0x000258, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_GetInventoryManager_ReturnValue) == 0x0002A0, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_GetInventoryManager_ReturnValue_1) == 0x0002A8, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_FindItemCountFromInventory_Quantity) == 0x0002B0, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_GetCustomGI_ReturnValue) == 0x0002B8, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002C0, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_Select_Default_1) == 0x0002C4, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_FindItemDynamicFromInventory_Found) == 0x0002D4, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_FindItemDynamicFromInventory_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_FindItemDynamicFromInventory_ItemStruct) == 0x0002D8, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_FindItemDynamicFromInventory_ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeStruct_SlateColor) == 0x000410, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000428, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeStruct_FormatArgumentData_3) == 0x000438, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, K2Node_MakeArray_Array_1) == 0x000480, "Member 'WBP_HealingElixirCount_C_LoadState::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_LoadState, CallFunc_Format_ReturnValue_1) == 0x000490, "Member 'WBP_HealingElixirCount_C_LoadState::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealingElixirCount_C_PreConstruct \ +static_assert(alignof(WBP_HealingElixirCount_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HealingElixirCount_C_PreConstruct"); \ +static_assert(sizeof(WBP_HealingElixirCount_C_PreConstruct) == 0x000001, "Wrong size on WBP_HealingElixirCount_C_PreConstruct"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HealingElixirCount_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount \ +static_assert(alignof(WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount) == 0x000008, "Wrong alignment on WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount"); \ +static_assert(sizeof(WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount) == 0x000010, "Wrong size on WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount, EntryPoint) == 0x000000, "Member 'WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_HealingElixirCount_C_ExecuteUbergraph_WBP_HealingElixirCount::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HealingElixirCount_C \ +static_assert(alignof(UWBP_HealingElixirCount_C) == 0x000008, "Wrong alignment on UWBP_HealingElixirCount_C"); \ +static_assert(sizeof(UWBP_HealingElixirCount_C) == 0x000330, "Wrong size on UWBP_HealingElixirCount_C"); \ +static_assert(offsetof(UWBP_HealingElixirCount_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HealingElixirCount_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealingElixirCount_C, NiagaraSystemWidget_Explosion) == 0x000310, "Member 'UWBP_HealingElixirCount_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealingElixirCount_C, QuantityText) == 0x000318, "Member 'UWBP_HealingElixirCount_C::QuantityText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HealingElixirCount_C, SD_OnHeal) == 0x000320, "Member 'UWBP_HealingElixirCount_C::SD_OnHeal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Item_DynamicData \ +static_assert(alignof(FS_jRPG_Item_DynamicData) == 0x000008, "Wrong alignment on FS_jRPG_Item_DynamicData"); \ +static_assert(sizeof(FS_jRPG_Item_DynamicData) == 0x000138, "Wrong size on FS_jRPG_Item_DynamicData"); \ +static_assert(offsetof(FS_jRPG_Item_DynamicData, StacksAmount_2_9F82380C4167D3E4C37234817EF904DC) == 0x000000, "Member 'FS_jRPG_Item_DynamicData::StacksAmount_2_9F82380C4167D3E4C37234817EF904DC' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Item_DynamicData, ItemStaticData_9_59CF465348F5D7696BDFE68CB4071486) == 0x000008, "Member 'FS_jRPG_Item_DynamicData::ItemStaticData_9_59CF465348F5D7696BDFE68CB4071486' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C) == 0x000BE0, "Wrong size on ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C"); \ +static_assert(offsetof(ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C, SK_MyFlower_Rose) == 0x000BD0, "Member 'ABP_NPC_Dialogue_Empty_Gardens_GustaveFlower_C::SK_MyFlower_Rose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_AddCharacterToParty \ +static_assert(alignof(AC_jRPG_CharactersManager_C_AddCharacterToParty) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_AddCharacterToParty"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_AddCharacterToParty) == 0x000050, "Wrong size on AC_jRPG_CharactersManager_C_AddCharacterToParty"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_CheckIfThereIsCharacterInParty_Success_) == 0x00001C, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_CheckIfThereIsCharacterInParty_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_CheckIfThereIsCharacterInParty_SlotIndex) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_CheckIfThereIsCharacterInParty_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_Array_Add_ReturnValue) == 0x000024, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_GetCustomGI_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_GetCustomGI_ReturnValue_2) == 0x000038, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_GetCharacterByID_CharacterData) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddCharacterToParty, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'AC_jRPG_CharactersManager_C_AddCharacterToParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_AddNewCharacterToCollection \ +static_assert(alignof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_AddNewCharacterToCollection"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection) == 0x0004B0, "Wrong size on AC_jRPG_CharactersManager_C_AddNewCharacterToCollection"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CharacterSaveState) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, local_CharacterEquipmentPerSlot) == 0x0001C0, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::local_CharacterEquipmentPerSlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, local_CharacterEquipment) == 0x000210, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::local_CharacterEquipment' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, local_CharacterStruct) == 0x000260, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::local_CharacterStruct' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CallFunc_InitCharacterData_ReturnValue) == 0x000420, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CallFunc_InitCharacterData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CallFunc_Conv_NameToText_ReturnValue) == 0x000428, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, K2Node_MakeStruct_FormatArgumentData) == 0x000438, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CallFunc_GetCustomGI_ReturnValue) == 0x000480, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, K2Node_MakeArray_Array) == 0x000488, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CallFunc_GetIsSaveLoaded_ReturnNode) == 0x000498, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CallFunc_GetIsSaveLoaded_ReturnNode' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_AddNewCharacterToCollection, CallFunc_Format_ReturnValue) == 0x0004A0, "Member 'AC_jRPG_CharactersManager_C_AddNewCharacterToCollection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty \ +static_assert(alignof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty) == 0x000060, "Wrong size on AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Success_) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, SlotIndex) == 0x00000C, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, SlotIndexLOCAL) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::SlotIndexLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Success_LOCAL) == 0x000014, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Success_LOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Temp_bool_True_if_break_was_hit_Variable) == 0x000015, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Temp_wildcard_Variable) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_Array_Get_Item) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty, CallFunc_BooleanAND_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharactersManager_C_CheckIfThereIsCharacterInParty::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_ComputePartyWithExclusions \ +static_assert(alignof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_ComputePartyWithExclusions"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions) == 0x0000E8, "Wrong size on AC_jRPG_CharactersManager_C_ComputePartyWithExclusions"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, local_Party) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::local_Party' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_wildcard_Variable) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Get_Item) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Array_Index_Variable_2) == 0x000044, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCustomGI_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCustomGI_ReturnValue_1) == 0x000050, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCharacterByID_CharacterData) == 0x000060, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetIsExcluded_Excluded) == 0x000068, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCharacterByID_CharacterData_1) == 0x000070, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCharacterByID_CharacterData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000079, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCustomGI_ReturnValue_2) == 0x000080, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Map_Values_Values) == 0x000090, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Get_Item_2) == 0x0000A8, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetIsExcluded_Excluded_1) == 0x0000B0, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetIsExcluded_Excluded_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B1, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Length_ReturnValue_2) == 0x0000B4, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BC, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_GetCustomGI_ReturnValue_3) == 0x0000C0, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Length_ReturnValue_3) == 0x0000C8, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000CC, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_BooleanAND_ReturnValue) == 0x0000CD, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, Temp_int_Loop_Counter_Variable_2) == 0x0000D0, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000D4, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000D5, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D8, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_AddUnique_ReturnValue) == 0x0000DC, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ComputePartyWithExclusions, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CharactersManager_C_ComputePartyWithExclusions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_FullHealAllCharacters \ +static_assert(alignof(AC_jRPG_CharactersManager_C_FullHealAllCharacters) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_FullHealAllCharacters"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_FullHealAllCharacters) == 0x000060, "Wrong size on AC_jRPG_CharactersManager_C_FullHealAllCharacters"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, local_characterData) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::local_characterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_Map_Values_Values) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_Array_Get_Item) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_FullHealAllCharacters, CallFunc_GetMaxHP_MaxHP) == 0x000058, "Member 'AC_jRPG_CharactersManager_C_FullHealAllCharacters::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_GetCharacterData \ +static_assert(alignof(AC_jRPG_CharactersManager_C_GetCharacterData) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_GetCharacterData"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_GetCharacterData) == 0x000020, "Wrong size on AC_jRPG_CharactersManager_C_GetCharacterData"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_GetCharacterData, CharacterId) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_GetCharacterData::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_GetCharacterData, CharacterData) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_GetCharacterData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_GetCharacterData, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_GetCharacterData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_GetCharacterData, CallFunc_GetCharacterByID_CharacterData) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_GetCharacterData::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_InitCharacterData \ +static_assert(alignof(AC_jRPG_CharactersManager_C_InitCharacterData) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_InitCharacterData"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_InitCharacterData) == 0x000270, "Wrong size on AC_jRPG_CharactersManager_C_InitCharacterData"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CharacterSaveState) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, ReturnValue) == 0x0001C0, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_GetCustomGI_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, K2Node_CreateDelegate_OutputDelegate) == 0x0001D0, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_Conv_NameToText_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_GetCustomGI_ReturnValue_1) == 0x0001F0, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, K2Node_MakeStruct_FormatArgumentData) == 0x0001F8, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_SpawnObject_ReturnValue) == 0x000240, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, K2Node_MakeArray_Array) == 0x000248, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_Format_ReturnValue) == 0x000258, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_InitCharacterData, CallFunc_GetCustomGI_ReturnValue_2) == 0x000268, "Member 'AC_jRPG_CharactersManager_C_InitCharacterData::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_LearnNewAction \ +static_assert(alignof(AC_jRPG_CharactersManager_C_LearnNewAction) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_LearnNewAction"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_LearnNewAction) == 0x000080, "Wrong size on AC_jRPG_CharactersManager_C_LearnNewAction"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, Character) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::Character' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, ActionName) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, UpgradeIfAlreadyLearned) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::UpgradeIfAlreadyLearned' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, CharacterLearnedActionsLOCAL) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::CharacterLearnedActionsLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, UpgradeIfExistLOCAL) == 0x000068, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::UpgradeIfExistLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, ActionNameLOCAL) == 0x00006C, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::ActionNameLOCAL' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_LearnNewAction, CharacterLOCAL) == 0x000074, "Member 'AC_jRPG_CharactersManager_C_LearnNewAction::CharacterLOCAL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection \ +static_assert(alignof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection) == 0x000068, "Wrong size on AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CharacterData) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_GetCustomGI_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_Map_Remove_ReturnValue) == 0x000019, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_HasCharacterInPartyByHardcodedName_Result) == 0x00001A, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_HasCharacterInPartyByHardcodedName_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_GetCustomGI_ReturnValue_2) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_GetCustomGI_ReturnValue_3) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_GetCustomGI_ReturnValue_4) == 0x000050, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_GetCustomGI_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection, CallFunc_Map_Keys_Keys_1) == 0x000058, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromCollection::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_RemoveCharacterFromParty \ +static_assert(alignof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_RemoveCharacterFromParty"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty) == 0x000030, "Wrong size on AC_jRPG_CharactersManager_C_RemoveCharacterFromParty"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_CheckIfThereIsCharacterInParty_Success_) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_CheckIfThereIsCharacterInParty_Success_' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_CheckIfThereIsCharacterInParty_SlotIndex) == 0x000014, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_CheckIfThereIsCharacterInParty_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_GetCustomGI_ReturnValue_1) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RemoveCharacterFromParty, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_RemoveCharacterFromParty::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_ReplaceCharacterInParty \ +static_assert(alignof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_ReplaceCharacterInParty"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty) == 0x0000B0, "Wrong size on AC_jRPG_CharactersManager_C_ReplaceCharacterInParty"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, position) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::position' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, local_IndexToReplace) == 0x00000C, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::local_IndexToReplace' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000060, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, K2Node_MakeArray_Array) == 0x000070, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_GetCustomGI_ReturnValue) == 0x000080, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_Format_ReturnValue) == 0x000088, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_GetCustomGI_ReturnValue_1) == 0x0000A0, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ReplaceCharacterInParty, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'AC_jRPG_CharactersManager_C_ReplaceCharacterInParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_RestoreHP \ +static_assert(alignof(AC_jRPG_CharactersManager_C_RestoreHP) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_RestoreHP"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_RestoreHP) == 0x000028, "Wrong size on AC_jRPG_CharactersManager_C_RestoreHP"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreHP, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_RestoreHP::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreHP, HP_Amount) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_RestoreHP::HP_Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreHP, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_RestoreHP::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreHP, CallFunc_GetCharacterByID_CharacterData) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_RestoreHP::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreHP, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_RestoreHP::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_RestoreMP \ +static_assert(alignof(AC_jRPG_CharactersManager_C_RestoreMP) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_RestoreMP"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_RestoreMP) == 0x000040, "Wrong size on AC_jRPG_CharactersManager_C_RestoreMP"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, MP_Amount) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::MP_Amount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, local_characterData) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::local_characterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CallFunc_GetCharacterByID_CharacterData) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_RestoreMP, CallFunc_FClamp_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharactersManager_C_RestoreMP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_SetCharacterExclusions \ +static_assert(alignof(AC_jRPG_CharactersManager_C_SetCharacterExclusions) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_SetCharacterExclusions"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_SetCharacterExclusions) == 0x000088, "Wrong size on AC_jRPG_CharactersManager_C_SetCharacterExclusions"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CharactersToExclude) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CharactersToExclude' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CharactersToInclude) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CharactersToInclude' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Array_Length_ReturnValue_1) == 0x00002C, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, Temp_int_Array_Index_Variable) == 0x000034, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Array_Get_Item) == 0x000038, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_GetCustomGI_ReturnValue_1) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_GetCharacterByID_CharacterData) == 0x000050, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000058, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, Temp_int_Loop_Counter_Variable_1) == 0x00005C, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Less_IntInt_ReturnValue_1) == 0x000064, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_HasCharacterInCollectionByID_ReturnValue_1) == 0x000070, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_HasCharacterInCollectionByID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_GetCharacterByID_CharacterData_1) == 0x000078, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_GetCharacterByID_CharacterData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterExclusions, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'AC_jRPG_CharactersManager_C_SetCharacterExclusions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_SetCharacterHP \ +static_assert(alignof(AC_jRPG_CharactersManager_C_SetCharacterHP) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_SetCharacterHP"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_SetCharacterHP) == 0x000038, "Wrong size on AC_jRPG_CharactersManager_C_SetCharacterHP"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, CharacterHardcodedName) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, Value) == 0x000008, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, local_characterData) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::local_characterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, CallFunc_GetCharacterByID_CharacterData) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, CallFunc_GetMaxHP_MaxHP) == 0x000028, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetCharacterHP, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_SetCharacterHP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_SetParty \ +static_assert(alignof(AC_jRPG_CharactersManager_C_SetParty) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_SetParty"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_SetParty) == 0x000050, "Wrong size on AC_jRPG_CharactersManager_C_SetParty"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, InputPin) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_SetParty::InputPin' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, Temp_int_Array_Index_Variable) == 0x000014, "Member 'AC_jRPG_CharactersManager_C_SetParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_SetParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_Array_Get_Item) == 0x00001C, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, K2Node_MakeStruct_S_jRPG_PartySlot) == 0x000024, "Member 'AC_jRPG_CharactersManager_C_SetParty::K2Node_MakeStruct_S_jRPG_PartySlot' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_GetCustomGI_ReturnValue_1) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_SetParty, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_SetParty::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CharactersManager_C_ValidateCharacterExclusions \ +static_assert(alignof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions) == 0x000008, "Wrong alignment on AC_jRPG_CharactersManager_C_ValidateCharacterExclusions"); \ +static_assert(sizeof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions) == 0x000050, "Wrong size on AC_jRPG_CharactersManager_C_ValidateCharacterExclusions"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, local_Party) == 0x000000, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::local_Party' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_GetCustomGI_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_GetCharacterCollection_Characters) == 0x000020, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_GetCharacterCollection_Characters_1) == 0x000030, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_GetCharacterCollection_Characters_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_Array_Get_Item) == 0x000040, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CharactersManager_C_ValidateCharacterExclusions, CallFunc_Array_IsEmpty_ReturnValue) == 0x000048, "Member 'AC_jRPG_CharactersManager_C_ValidateCharacterExclusions::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_CharactersManager_C \ +static_assert(alignof(UAC_jRPG_CharactersManager_C) == 0x000008, "Wrong alignment on UAC_jRPG_CharactersManager_C"); \ +static_assert(sizeof(UAC_jRPG_CharactersManager_C) == 0x000100, "Wrong size on UAC_jRPG_CharactersManager_C"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, MaxCharactersAmountInParty) == 0x0000A0, "Member 'UAC_jRPG_CharactersManager_C::MaxCharactersAmountInParty' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, MaxCharactersAmountInCollection) == 0x0000A4, "Member 'UAC_jRPG_CharactersManager_C::MaxCharactersAmountInCollection' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, SelectedCharacter) == 0x0000A8, "Member 'UAC_jRPG_CharactersManager_C::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, CharacterMaxLevel) == 0x0000B0, "Member 'UAC_jRPG_CharactersManager_C::CharacterMaxLevel' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, SelectedAction) == 0x0000B4, "Member 'UAC_jRPG_CharactersManager_C::SelectedAction' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, OnCharacterCollectionChanged) == 0x0000C0, "Member 'UAC_jRPG_CharactersManager_C::OnCharacterCollectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, OnCharacterPartyChanged) == 0x0000D0, "Member 'UAC_jRPG_CharactersManager_C::OnCharacterPartyChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, OnAnyCharacterHealthPointChanged) == 0x0000E0, "Member 'UAC_jRPG_CharactersManager_C::OnAnyCharacterHealthPointChanged' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CharactersManager_C, OnAnySkillUnlocked) == 0x0000F0, "Member 'UAC_jRPG_CharactersManager_C::OnAnySkillUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ItemQuantity \ +static_assert(alignof(FS_ItemQuantity) == 0x000008, "Wrong alignment on FS_ItemQuantity"); \ +static_assert(sizeof(FS_ItemQuantity) == 0x000018, "Wrong size on FS_ItemQuantity"); \ +static_assert(offsetof(FS_ItemQuantity, ItemRow_2_DF0E8C7D4EBE3B8F0568C5945DD8EC54) == 0x000000, "Member 'FS_ItemQuantity::ItemRow_2_DF0E8C7D4EBE3B8F0568C5945DD8EC54' has a wrong offset!"); \ +static_assert(offsetof(FS_ItemQuantity, ItemQuantity_5_8DE05F14476588F8EE06A2B6EC3B2BC8) == 0x000010, "Member 'FS_ItemQuantity::ItemQuantity_5_8DE05F14476588F8EE06A2B6EC3B2BC8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSkillGraphEdge \ +static_assert(alignof(FFSkillGraphEdge) == 0x000008, "Wrong alignment on FFSkillGraphEdge"); \ +static_assert(sizeof(FFSkillGraphEdge) == 0x000010, "Wrong size on FFSkillGraphEdge"); \ +static_assert(offsetof(FFSkillGraphEdge, FromNode_6_32316F404B63760858F3DEA3B8F5E4A5) == 0x000000, "Member 'FFSkillGraphEdge::FromNode_6_32316F404B63760858F3DEA3B8F5E4A5' has a wrong offset!"); \ +static_assert(offsetof(FFSkillGraphEdge, ToNode_7_EB85CED44A714A612FB2EEBB8DCC8999) == 0x000008, "Member 'FFSkillGraphEdge::ToNode_7_EB85CED44A714A612FB2EEBB8DCC8999' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraPitch_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_InvertCameraYaw_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_NamedBoolSelector_Rumble_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelector_CameraPitchInputMultiplier_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_ControllerOptionsList_WBP_SliderSelectorCameraYawInputMultiplier_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AimInputChoice_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_CustomizationInCinematics_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_RunInputChoice_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedBoolSelector_Tutorials_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_NamedIntegerSelector_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_CameraInputMultiplier_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BndEvt__WBP_Settings_GameplayOptionsList_WBP_SliderSelector_SticksDeadzone_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList) == 0x0001D0, "Wrong size on WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_12) == 0x000004, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_8) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_12) == 0x000018, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_11) == 0x000020, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_7) == 0x000028, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_11) == 0x000038, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_10) == 0x000040, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_6) == 0x000048, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_10) == 0x000058, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_9) == 0x000060, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_9) == 0x000068, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_8) == 0x000070, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_8) == 0x000078, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000080, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x000090, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x0000A8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_7) == 0x0000B0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_5) == 0x0000B8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_7) == 0x0000C8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetDifficultyManager_ReturnValue) == 0x0000D0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_6) == 0x0000D8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_4) == 0x0000E0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_6) == 0x0000F0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x0000F8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_3) == 0x000100, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x000110, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_Conv_IntToByte_ReturnValue) == 0x000118, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000119, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_2) == 0x000120, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x000130, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetValidValue_ReturnValue) == 0x000138, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x000139, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name_1) == 0x000140, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x000150, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x000158, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x000160, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_2) == 0x000168, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_bSuccess_2) == 0x000170, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x000171, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Name) == 0x000178, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000188, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000190, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Value) == 0x000198, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x0001A0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_3) == 0x0001A8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, K2Node_DynamicCast_bSuccess_3) == 0x0001B0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x0001B8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_SetCameraPitchInputMultiplier_Value_ImplicitCast) == 0x0001C0, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_SetCameraPitchInputMultiplier_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_SetCameraYawInputMultiplier_Value_ImplicitCast) == 0x0001C4, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_SetCameraYawInputMultiplier_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_SetCameraInputMultiplier_Value_ImplicitCast) == 0x0001C8, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_SetCameraInputMultiplier_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList, CallFunc_SetSticksDeadzone_Value_ImplicitCast) == 0x0001CC, "Member 'WBP_Settings_GameplayOptionsList_C_ExecuteUbergraph_WBP_Settings_GameplayOptionsList::CallFunc_SetSticksDeadzone_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings) == 0x000468, "Wrong size on WBP_Settings_GameplayOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, local_BoolWidgetToValue) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::local_BoolWidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable) == 0x000050, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable) == 0x000058, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_1) == 0x000068, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_1) == 0x000078, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_2) == 0x000080, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_3) == 0x000090, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_2) == 0x0000A0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_4) == 0x0000A8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_5) == 0x0000B8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_3) == 0x0000C8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_6) == 0x0000D0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_7) == 0x0000E0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_4) == 0x0000F0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_8) == 0x0000F8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_9) == 0x000108, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_5) == 0x000118, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_10) == 0x000120, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_11) == 0x000130, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_6) == 0x000140, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_12) == 0x000148, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_13) == 0x000158, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys) == 0x000168, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000178, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x00017C, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x000180, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000188, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x00018C, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000194, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000195, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000198, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_14) == 0x0001A0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_1) == 0x0001B0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x0001B8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_15) == 0x0001C0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_2) == 0x0001D0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_7) == 0x0001D8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_2) == 0x0001D9, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default) == 0x0001E0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_1) == 0x0001F0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_MakeStruct_FormatArgumentData) == 0x000200, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_3) == 0x000248, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_MakeArray_Array) == 0x000250, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_3) == 0x000260, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Format_ReturnValue) == 0x000268, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_2) == 0x000278, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetDifficultyManager_ReturnValue) == 0x000288, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetCurrentSelectedDifficulty_SelectedDifficulty) == 0x000290, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetCurrentSelectedDifficulty_SelectedDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_4) == 0x000294, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00029C, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_4) == 0x0002A0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_5) == 0x0002A4, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_3) == 0x0002B0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_5) == 0x0002C0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_4) == 0x0002C8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_16) == 0x0002D8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_6) == 0x0002E8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_6) == 0x0002F0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_7) == 0x0002F4, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_7) == 0x0002FC, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_5) == 0x000300, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_6) == 0x000310, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_text_Variable_17) == 0x000320, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_text_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue_8) == 0x000330, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_EqualEqual_GameplayTag_ReturnValue_8) == 0x000338, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_EqualEqual_GameplayTag_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_7) == 0x000340, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_IsCurrentLevelMainMenu_ReturnValue) == 0x000350, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_IsCurrentLevelMainMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, Temp_bool_Variable_8) == 0x000351, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_Select_Default_8) == 0x000358, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_MakeStruct_FormatArgumentData_1) == 0x000368, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_MakeArray_Array_1) == 0x0003B0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Format_ReturnValue_1) == 0x0003C0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetSticksDeadzone_ReturnValue) == 0x0003D0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetSticksDeadzone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetCameraInputMultiplier_ReturnValue) == 0x0003D4, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetCameraInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetCameraYawInputMultiplier_ReturnValue) == 0x0003D8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetCameraYawInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetCameraPitchInputMultiplier_ReturnValue) == 0x0003DC, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetCameraPitchInputMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x0003E0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x0003E1, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue) == 0x0003E2, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue) == 0x0003E3, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableTutorials_ReturnValue) == 0x0003E4, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableTutorials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableHoldInputToAim_ReturnValue) == 0x0003E5, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableHoldInputToAim_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableHoldInputToSprint_ReturnValue) == 0x0003E6, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableHoldInputToSprint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetInvertCameraPitch_ReturnValue) == 0x0003E7, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetInvertCameraPitch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetInvertCameraYaw_ReturnValue) == 0x0003E8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetInvertCameraYaw_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetEnableControllerForceFeedback_ReturnValue) == 0x0003E9, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetEnableControllerForceFeedback_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0003F0, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map) == 0x0003F8, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast) == 0x000448, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_1) == 0x000450, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_2) == 0x000458, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_3) == 0x000460, "Member 'WBP_Settings_GameplayOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions) == 0x000050, "Wrong size on WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget, Temp_bool_Variable) == 0x000008, "Member 'WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_IsCurrentLevelMainMenu_ReturnValue) == 0x000009, "Member 'WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_IsCurrentLevelMainMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget, K2Node_Select_Default) == 0x000010, "Member 'WBP_Settings_GameplayOptionsList_C_BP_GetDesiredFocusTarget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GameplayOptionsList_C \ +static_assert(alignof(UWBP_Settings_GameplayOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_GameplayOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_GameplayOptionsList_C) == 0x000538, "Wrong size on UWBP_Settings_GameplayOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, UberGraphFrame_WBP_Settings_GameplayOptionsList_C) == 0x000438, "Member 'UWBP_Settings_GameplayOptionsList_C::UberGraphFrame_WBP_Settings_GameplayOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_GameplayOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_AimInputChoice) == 0x000448, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_AimInputChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues) == 0x000450, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_AutoSkipLinesDuringDialogues' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_CustomizationInCinematics) == 0x000458, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_CustomizationInCinematics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_ForceFeedback) == 0x000460, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_ForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_InvertCameraPitch) == 0x000468, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_InvertCameraPitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_InvertCameraYaw) == 0x000470, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_InvertCameraYaw' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_SprintInputChoice) == 0x000478, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_SprintInputChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedBoolSelector_Tutorials) == 0x000480, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedBoolSelector_Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_NamedIntegerSelector_GameDifficulty) == 0x000488, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_NamedIntegerSelector_GameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntriesHeader_Camera) == 0x000490, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntriesHeader_Camera' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntriesHeader_Controller) == 0x000498, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntriesHeader_Controller' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntriesHeader_Game) == 0x0004A0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntriesHeader_Game' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_AimInputChoice) == 0x0004A8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_AimInputChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_AutoSkipLinesDuringDialogues) == 0x0004B0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_AutoSkipLinesDuringDialogues' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_CameraInputMultiplier) == 0x0004B8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_CameraInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_CameraPitchInputMultiplier) == 0x0004C0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_CameraPitchInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_CameraYawInputMultiplier) == 0x0004C8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_CameraYawInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_CustomizationInCinematics) == 0x0004D0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_CustomizationInCinematics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_ForceFeedback) == 0x0004D8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_ForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_GameDifficulty) == 0x0004E0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_GameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_InvertCameraPitch) == 0x0004E8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_InvertCameraPitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_InvertCameraYaw) == 0x0004F0, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_InvertCameraYaw' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_SprintInputChoice) == 0x0004F8, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_SprintInputChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_SticksDeadzone) == 0x000500, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_SticksDeadzone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_Settings_OptionEntry_Tutorials) == 0x000508, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_Settings_OptionEntry_Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_SliderSelector_CameraInputMultiplier) == 0x000510, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_SliderSelector_CameraInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_SliderSelector_CameraPitchInputMultiplier) == 0x000518, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_SliderSelector_CameraPitchInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_SliderSelector_SticksDeadzone) == 0x000520, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_SliderSelector_SticksDeadzone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, WBP_SliderSelectorCameraYawInputMultiplier) == 0x000528, "Member 'UWBP_Settings_GameplayOptionsList_C::WBP_SliderSelectorCameraYawInputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GameplayOptionsList_C, GameUserSettings) == 0x000530, "Member 'UWBP_Settings_GameplayOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTooltip_C_CreateAdditionalEffect \ +static_assert(alignof(WBP_SkillTooltip_C_CreateAdditionalEffect) == 0x000008, "Wrong alignment on WBP_SkillTooltip_C_CreateAdditionalEffect"); \ +static_assert(sizeof(WBP_SkillTooltip_C_CreateAdditionalEffect) == 0x000028, "Wrong size on WBP_SkillTooltip_C_CreateAdditionalEffect"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, Content) == 0x000000, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, IsOvercharged) == 0x000008, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::IsOvercharged' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, bShowBackground) == 0x000009, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::bShowBackground' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, Size) == 0x000010, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000018, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_CreateAdditionalEffect, CallFunc_SetContent_ReturnValue) == 0x000020, "Member 'WBP_SkillTooltip_C_CreateAdditionalEffect::CallFunc_SetContent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTooltip_C_SetSkillUnlockData \ +static_assert(alignof(WBP_SkillTooltip_C_SetSkillUnlockData) == 0x000008, "Wrong alignment on WBP_SkillTooltip_C_SetSkillUnlockData"); \ +static_assert(sizeof(WBP_SkillTooltip_C_SetSkillUnlockData) == 0x000018, "Wrong size on WBP_SkillTooltip_C_SetSkillUnlockData"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, SkillData) == 0x000000, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, IsSecretLocked) == 0x000008, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::IsSecretLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_byte_Variable) == 0x000009, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_bool_Variable) == 0x00000B, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_byte_Variable_2) == 0x00000C, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_byte_Variable_3) == 0x00000D, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, Temp_bool_Variable_1) == 0x00000E, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, K2Node_Select_Default) == 0x00000F, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_SetSkillUnlockData, K2Node_Select_Default_1) == 0x000010, "Member 'WBP_SkillTooltip_C_SetSkillUnlockData::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillTooltip_C_Set_Skill_Data \ +static_assert(alignof(WBP_SkillTooltip_C_Set_Skill_Data) == 0x000010, "Wrong alignment on WBP_SkillTooltip_C_Set_Skill_Data"); \ +static_assert(sizeof(WBP_SkillTooltip_C_Set_Skill_Data) == 0x000230, "Wrong size on WBP_SkillTooltip_C_Set_Skill_Data"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, InSkillData) == 0x000000, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::InSkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_byte_Variable) == 0x000008, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_ParseSkillDescriptionText_ParsedText) == 0x000010, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_ParseSkillDescriptionText_ParsedText' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetSkillBaseCost_ReturnValue) == 0x000020, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetSkillBaseCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_IsValid_ReturnValue_1) == 0x000025, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_byte_Variable_1) == 0x00002C, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetDesiredSize_ReturnValue) == 0x000030, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_BreakVector2D_X) == 0x000040, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_MapRangeClamped_ReturnValue) == 0x000050, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Lerp_ReturnValue) == 0x000058, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Lerp_ReturnValue_1) == 0x000060, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_MakeStruct_Margin) == 0x000068, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_bool_Variable) == 0x000078, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_MakeStruct_SlateBrush) == 0x000080, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_Select_Default) == 0x000150, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000158, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_BreakVector2D_X_1) == 0x000168, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_BreakVector2D_Y_1) == 0x000170, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000178, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000180, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetSkillComponentsAsBP_Array) == 0x000188, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Array_Get_Item) == 0x000198, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_int_Loop_Counter_Variable) == 0x0001A4, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_Add_IntInt_ReturnValue) == 0x0001AC, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_text_Variable) == 0x0001B0, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001C0, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001E8, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_bool_Variable_1) == 0x0001E9, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_Select_Default_1) == 0x0001F0, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_text_Variable_1) == 0x000200, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, Temp_bool_Variable_2) == 0x000210, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_Select_Default_2) == 0x000218, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_MakeStruct_Bottom_ImplicitCast) == 0x000228, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_MakeStruct_Bottom_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillTooltip_C_Set_Skill_Data, K2Node_MakeStruct_Top_ImplicitCast) == 0x00022C, "Member 'WBP_SkillTooltip_C_Set_Skill_Data::K2Node_MakeStruct_Top_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkillTooltip_C \ +static_assert(alignof(UWBP_SkillTooltip_C) == 0x000008, "Wrong alignment on UWBP_SkillTooltip_C"); \ +static_assert(sizeof(UWBP_SkillTooltip_C) == 0x000360, "Wrong size on UWBP_SkillTooltip_C"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, APIcon) == 0x000308, "Member 'UWBP_SkillTooltip_C::APIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, DynamicEntryBox_AdditionalEffects) == 0x000310, "Member 'UWBP_SkillTooltip_C::DynamicEntryBox_AdditionalEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, LockedBox) == 0x000318, "Member 'UWBP_SkillTooltip_C::LockedBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, LockItemText) == 0x000320, "Member 'UWBP_SkillTooltip_C::LockItemText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, SizeBox) == 0x000328, "Member 'UWBP_SkillTooltip_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, SkillDescription) == 0x000330, "Member 'UWBP_SkillTooltip_C::SkillDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, SkillIcon) == 0x000338, "Member 'UWBP_SkillTooltip_C::SkillIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, SkillName) == 0x000340, "Member 'UWBP_SkillTooltip_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, TooltipBackground) == 0x000348, "Member 'UWBP_SkillTooltip_C::TooltipBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, TooltipGrid) == 0x000350, "Member 'UWBP_SkillTooltip_C::TooltipGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillTooltip_C, SkillIconDT) == 0x000358, "Member 'UWBP_SkillTooltip_C::SkillIconDT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterSheet_C_LoadPreviewCharacterData \ +static_assert(alignof(WBP_GM_CharacterSheet_C_LoadPreviewCharacterData) == 0x000008, "Wrong alignment on WBP_GM_CharacterSheet_C_LoadPreviewCharacterData"); \ +static_assert(sizeof(WBP_GM_CharacterSheet_C_LoadPreviewCharacterData) == 0x000008, "Wrong size on WBP_GM_CharacterSheet_C_LoadPreviewCharacterData"); \ +static_assert(offsetof(WBP_GM_CharacterSheet_C_LoadPreviewCharacterData, InPreviewData) == 0x000000, "Member 'WBP_GM_CharacterSheet_C_LoadPreviewCharacterData::InPreviewData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterSheet_C_LoadCharacterData \ +static_assert(alignof(WBP_GM_CharacterSheet_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_GM_CharacterSheet_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_GM_CharacterSheet_C_LoadCharacterData) == 0x000018, "Wrong size on WBP_GM_CharacterSheet_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_GM_CharacterSheet_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_GM_CharacterSheet_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterSheet_C_LoadCharacterData, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000008, "Member 'WBP_GM_CharacterSheet_C_LoadCharacterData::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_CharacterSheet_C \ +static_assert(alignof(UWBP_GM_CharacterSheet_C) == 0x000008, "Wrong alignment on UWBP_GM_CharacterSheet_C"); \ +static_assert(sizeof(UWBP_GM_CharacterSheet_C) == 0x000340, "Wrong size on UWBP_GM_CharacterSheet_C"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, CharacterName) == 0x000308, "Member 'UWBP_GM_CharacterSheet_C::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, WBP_AttributesWheel) == 0x000310, "Member 'UWBP_GM_CharacterSheet_C::WBP_AttributesWheel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, WBP_CombatStatsPanel) == 0x000318, "Member 'UWBP_GM_CharacterSheet_C::WBP_CombatStatsPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, WBP_DPIScaleBox) == 0x000320, "Member 'UWBP_GM_CharacterSheet_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, WBP_ExperienceBar) == 0x000328, "Member 'UWBP_GM_CharacterSheet_C::WBP_ExperienceBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, WBP_HealthBar) == 0x000330, "Member 'UWBP_GM_CharacterSheet_C::WBP_HealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterSheet_C, CurrentCharacter) == 0x000338, "Member 'UWBP_GM_CharacterSheet_C::CurrentCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel \ +static_assert(alignof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel) == 0x000008, "Wrong alignment on WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel"); \ +static_assert(sizeof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel) == 0x000060, "Wrong size on WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, EntryPoint) == 0x000000, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, CallFunc_GetStatType_OutStatType) == 0x000004, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::CallFunc_GetStatType_OutStatType' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, CallFunc_GetStatType_OutStatType_1) == 0x000006, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::CallFunc_GetStatType_OutStatType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, CallFunc_GetStatType_OutStatType_2) == 0x000007, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::CallFunc_GetStatType_OutStatType_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, CallFunc_GetStatType_OutStatType_3) == 0x000008, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::CallFunc_GetStatType_OutStatType_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, CallFunc_GetStatType_OutStatType_4) == 0x000009, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::CallFunc_GetStatType_OutStatType_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel, K2Node_MakeMap_Map) == 0x000010, "Member 'WBP_CombatStatsPanel_C_ExecuteUbergraph_WBP_CombatStatsPanel::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStatsPanel_C_LoadCharacterData \ +static_assert(alignof(WBP_CombatStatsPanel_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_CombatStatsPanel_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_CombatStatsPanel_C_LoadCharacterData) == 0x0000A8, "Wrong size on WBP_CombatStatsPanel_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_GetCharacterStats_Stats) == 0x000008, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Map_Find_Value) == 0x000078, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Round_ReturnValue) == 0x000088, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Map_Find_Value_1) == 0x000098, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_Map_Find_ReturnValue_1) == 0x0000A0, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadCharacterData, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'WBP_CombatStatsPanel_C_LoadCharacterData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStatsPanel_C_LoadPreviewCharacterData \ +static_assert(alignof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData) == 0x000008, "Wrong alignment on WBP_CombatStatsPanel_C_LoadPreviewCharacterData"); \ +static_assert(sizeof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData) == 0x0000A8, "Wrong size on WBP_CombatStatsPanel_C_LoadPreviewCharacterData"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, InCharacterData) == 0x000000, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_GetCharacterStats_Stats) == 0x000008, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Map_Find_Value) == 0x000078, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Round_ReturnValue) == 0x000088, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Map_Find_Value_1) == 0x000098, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_Map_Find_ReturnValue_1) == 0x0000A0, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_LoadPreviewCharacterData, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'WBP_CombatStatsPanel_C_LoadPreviewCharacterData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStatsPanel_C_PreConstruct \ +static_assert(alignof(WBP_CombatStatsPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CombatStatsPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_CombatStatsPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_CombatStatsPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_CombatStatsPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CombatStatsPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CombatStatsPanel_C \ +static_assert(alignof(UWBP_CombatStatsPanel_C) == 0x000008, "Wrong alignment on UWBP_CombatStatsPanel_C"); \ +static_assert(sizeof(UWBP_CombatStatsPanel_C) == 0x000388, "Wrong size on UWBP_CombatStatsPanel_C"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_CombatStatsPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, AttackPowerStat) == 0x000310, "Member 'UWBP_CombatStatsPanel_C::AttackPowerStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, CriticalRateStat) == 0x000318, "Member 'UWBP_CombatStatsPanel_C::CriticalRateStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, DefenseStat) == 0x000320, "Member 'UWBP_CombatStatsPanel_C::DefenseStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, HealthStat) == 0x000328, "Member 'UWBP_CombatStatsPanel_C::HealthStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, SpeedStat) == 0x000330, "Member 'UWBP_CombatStatsPanel_C::SpeedStat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStatsPanel_C, StatWidgetsMap) == 0x000338, "Member 'UWBP_CombatStatsPanel_C::StatWidgetsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar \ +static_assert(alignof(WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar) == 0x000004, "Wrong alignment on WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar"); \ +static_assert(sizeof(WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar) == 0x000008, "Wrong size on WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar"); \ +static_assert(offsetof(WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar, EntryPoint) == 0x000000, "Member 'WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ExperienceBar_C_ExecuteUbergraph_WBP_ExperienceBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExperienceBar_C_LoadCharacterData \ +static_assert(alignof(WBP_ExperienceBar_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_ExperienceBar_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_ExperienceBar_C_LoadCharacterData) == 0x000010, "Wrong size on WBP_ExperienceBar_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_ExperienceBar_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_ExperienceBar_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_LoadCharacterData, CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel) == 0x000008, "Member 'WBP_ExperienceBar_C_LoadCharacterData::CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_LoadCharacterData, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x00000C, "Member 'WBP_ExperienceBar_C_LoadCharacterData::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExperienceBar_C_PreConstruct \ +static_assert(alignof(WBP_ExperienceBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ExperienceBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_ExperienceBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_ExperienceBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_ExperienceBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ExperienceBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExperienceBar_C_SetLevelAndValue \ +static_assert(alignof(WBP_ExperienceBar_C_SetLevelAndValue) == 0x000008, "Wrong alignment on WBP_ExperienceBar_C_SetLevelAndValue"); \ +static_assert(sizeof(WBP_ExperienceBar_C_SetLevelAndValue) == 0x000100, "Wrong size on WBP_ExperienceBar_C_SetLevelAndValue"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, Level) == 0x000000, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, exp) == 0x000004, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::exp' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, MaxExp) == 0x000008, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::MaxExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_SafeDivide_ReturnValue) == 0x000078, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000080, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExperienceBar_C_SetLevelAndValue, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000F8, "Member 'WBP_ExperienceBar_C_SetLevelAndValue::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ExperienceBar_C \ +static_assert(alignof(UWBP_ExperienceBar_C) == 0x000008, "Wrong alignment on UWBP_ExperienceBar_C"); \ +static_assert(sizeof(UWBP_ExperienceBar_C) == 0x000338, "Wrong size on UWBP_ExperienceBar_C"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, UberGraphFrame) == 0x000308, "Member 'UWBP_ExperienceBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, CharacterLevel) == 0x000310, "Member 'UWBP_ExperienceBar_C::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, ExpBar) == 0x000318, "Member 'UWBP_ExperienceBar_C::ExpBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, ExperienceBar) == 0x000320, "Member 'UWBP_ExperienceBar_C::ExperienceBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, PreviewMaxValue) == 0x000328, "Member 'UWBP_ExperienceBar_C::PreviewMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, PreviewCurrentValue) == 0x00032C, "Member 'UWBP_ExperienceBar_C::PreviewCurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExperienceBar_C, PreviewCurrentLevel) == 0x000330, "Member 'UWBP_ExperienceBar_C::PreviewCurrentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager \ +static_assert(alignof(BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager) == 0x000008, "Wrong alignment on BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager"); \ +static_assert(sizeof(BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager) == 0x000020, "Wrong size on BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager"); \ +static_assert(offsetof(BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager, EntryPoint) == 0x000000, "Member 'BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager, CallFunc_GetSaveManager_SaveManager) == 0x000018, "Member 'BP_AchievementManager_C_ExecuteUbergraph_BP_AchievementManager::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_GetAchievementRuntimeData \ +static_assert(alignof(BP_AchievementManager_C_GetAchievementRuntimeData) == 0x000008, "Wrong alignment on BP_AchievementManager_C_GetAchievementRuntimeData"); \ +static_assert(sizeof(BP_AchievementManager_C_GetAchievementRuntimeData) == 0x0000D0, "Wrong size on BP_AchievementManager_C_GetAchievementRuntimeData"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, AchievementID) == 0x000000, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, Data) == 0x000008, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_IsAchievementUnlocked_ReturnValue) == 0x000030, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_IsAchievementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementRuntimeData, K2Node_MakeStruct_S_AchievementRuntimeData) == 0x0000A8, "Member 'BP_AchievementManager_C_GetAchievementRuntimeData::K2Node_MakeStruct_S_AchievementRuntimeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_GetAchievementSpecificPlatformID \ +static_assert(alignof(BP_AchievementManager_C_GetAchievementSpecificPlatformID) == 0x000008, "Wrong alignment on BP_AchievementManager_C_GetAchievementSpecificPlatformID"); \ +static_assert(sizeof(BP_AchievementManager_C_GetAchievementSpecificPlatformID) == 0x000080, "Wrong size on BP_AchievementManager_C_GetAchievementSpecificPlatformID"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, AchievementID) == 0x000000, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, PlatformId) == 0x000008, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, CallFunc_GetStoreNameAsTag_ReturnValue) == 0x000064, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::CallFunc_GetStoreNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x00006C, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000070, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAchievementSpecificPlatformID, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_1) == 0x000078, "Member 'BP_AchievementManager_C_GetAchievementSpecificPlatformID::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_GetAllAchievementsIDs \ +static_assert(alignof(BP_AchievementManager_C_GetAllAchievementsIDs) == 0x000008, "Wrong alignment on BP_AchievementManager_C_GetAllAchievementsIDs"); \ +static_assert(sizeof(BP_AchievementManager_C_GetAllAchievementsIDs) == 0x000028, "Wrong size on BP_AchievementManager_C_GetAllAchievementsIDs"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAllAchievementsIDs, AchievementIDs) == 0x000000, "Member 'BP_AchievementManager_C_GetAllAchievementsIDs::AchievementIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAllAchievementsIDs, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_AchievementManager_C_GetAllAchievementsIDs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_GetAllAchievementsIDs, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'BP_AchievementManager_C_GetAllAchievementsIDs::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_Initialize \ +static_assert(alignof(BP_AchievementManager_C_Initialize) == 0x000008, "Wrong alignment on BP_AchievementManager_C_Initialize"); \ +static_assert(sizeof(BP_AchievementManager_C_Initialize) == 0x0001A0, "Wrong size on BP_AchievementManager_C_Initialize"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, local_ValidatedAchievements) == 0x000000, "Member 'BP_AchievementManager_C_Initialize::local_ValidatedAchievements' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_AchievementManager_C_Initialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_AchievementManager_C_Initialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_AchievementManager_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'BP_AchievementManager_C_Initialize::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_AchievementManager_C_Initialize::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000048, "Member 'BP_AchievementManager_C_Initialize::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_AchievementManager_C_Initialize::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Conv_NameToText_ReturnValue) == 0x0000B8, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_AchievementManager_C_Initialize::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_AchievementManager_C_Initialize::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'BP_AchievementManager_C_Initialize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_GetDataTableRowFromName_OutRow) == 0x000148, "Member 'BP_AchievementManager_C_Initialize::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000190, "Member 'BP_AchievementManager_C_Initialize::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Array_Add_ReturnValue) == 0x000194, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_Initialize_IsValidated) == 0x000198, "Member 'BP_AchievementManager_C_Initialize::CallFunc_Initialize_IsValidated' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_Initialize, CallFunc_IsValid_ReturnValue_1) == 0x000199, "Member 'BP_AchievementManager_C_Initialize::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_InitializeOnSaveLoaded \ +static_assert(alignof(BP_AchievementManager_C_InitializeOnSaveLoaded) == 0x000001, "Wrong alignment on BP_AchievementManager_C_InitializeOnSaveLoaded"); \ +static_assert(sizeof(BP_AchievementManager_C_InitializeOnSaveLoaded) == 0x000001, "Wrong size on BP_AchievementManager_C_InitializeOnSaveLoaded"); \ +static_assert(offsetof(BP_AchievementManager_C_InitializeOnSaveLoaded, Success) == 0x000000, "Member 'BP_AchievementManager_C_InitializeOnSaveLoaded::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_IsAchievementUnlocked \ +static_assert(alignof(BP_AchievementManager_C_IsAchievementUnlocked) == 0x000008, "Wrong alignment on BP_AchievementManager_C_IsAchievementUnlocked"); \ +static_assert(sizeof(BP_AchievementManager_C_IsAchievementUnlocked) == 0x000038, "Wrong size on BP_AchievementManager_C_IsAchievementUnlocked"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, AchievementID) == 0x000000, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, ReturnValue) == 0x000008, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GetAchievementSpecificPlatformID_PlatformID) == 0x000018, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GetAchievementSpecificPlatformID_PlatformID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GetCachedAchievementProgress_bFoundID) == 0x000020, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GetCachedAchievementProgress_bFoundID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GetCachedAchievementProgress_Progress) == 0x000024, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GetCachedAchievementProgress_Progress' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_IsAchievementUnlocked, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_AchievementManager_C_IsAchievementUnlocked::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_OnAchievementTriggered \ +static_assert(alignof(BP_AchievementManager_C_OnAchievementTriggered) == 0x000008, "Wrong alignment on BP_AchievementManager_C_OnAchievementTriggered"); \ +static_assert(sizeof(BP_AchievementManager_C_OnAchievementTriggered) == 0x000108, "Wrong size on BP_AchievementManager_C_OnAchievementTriggered"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, AchievementsMap) == 0x000000, "Member 'BP_AchievementManager_C_OnAchievementTriggered::AchievementsMap' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, bSuccess) == 0x000050, "Member 'BP_AchievementManager_C_OnAchievementTriggered::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, Temp_int_Array_Index_Variable) == 0x000054, "Member 'BP_AchievementManager_C_OnAchievementTriggered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_AchievementManager_C_OnAchievementTriggered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_AchievementManager_C_OnAchievementTriggered::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_AchievementManager_C_OnAchievementTriggered::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementTriggered, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_AchievementManager_C_OnAchievementTriggered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_OnAchievementValidatorPassed \ +static_assert(alignof(BP_AchievementManager_C_OnAchievementValidatorPassed) == 0x000008, "Wrong alignment on BP_AchievementManager_C_OnAchievementValidatorPassed"); \ +static_assert(sizeof(BP_AchievementManager_C_OnAchievementValidatorPassed) == 0x000088, "Wrong size on BP_AchievementManager_C_OnAchievementValidatorPassed"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, AchievementID) == 0x000000, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, CallFunc_GetAchievementSpecificPlatformID_PlatformID) == 0x000018, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::CallFunc_GetAchievementSpecificPlatformID_PlatformID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000070, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_OnAchievementValidatorPassed, CallFunc_IsValid_ReturnValue) == 0x000084, "Member 'BP_AchievementManager_C_OnAchievementValidatorPassed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize \ +static_assert(alignof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize) == 0x000008, "Wrong alignment on BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize"); \ +static_assert(sizeof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize) == 0x000260, "Wrong size on BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, ValidatedAchievements) == 0x000000, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::ValidatedAchievements' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, local_AchivementsToTrigger) == 0x000010, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::local_AchivementsToTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_GetCustomGI_ReturnValue) == 0x000078, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_GetPreviousLevelData_Found) == 0x000088, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_GetPreviousLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_GetPreviousLevelData_LevelData) == 0x000090, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_GetPreviousLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_GetAchievementSpecificPlatformID_PlatformID) == 0x000240, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_GetAchievementSpecificPlatformID_PlatformID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000248, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_IsNameValid_ReturnValue) == 0x000249, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_IsAchievementUnlocked_ReturnValue) == 0x00024A, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_IsAchievementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Not_PreBool_ReturnValue) == 0x00024B, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000250, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, Temp_real_Variable) == 0x000258, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x00025C, "Member 'BP_AchievementManager_C_ProcessValidatedAchievementsOnInitialize::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AchievementManager_C_UnlockAchievement \ +static_assert(alignof(BP_AchievementManager_C_UnlockAchievement) == 0x000008, "Wrong alignment on BP_AchievementManager_C_UnlockAchievement"); \ +static_assert(sizeof(BP_AchievementManager_C_UnlockAchievement) == 0x0000A0, "Wrong size on BP_AchievementManager_C_UnlockAchievement"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, AchievementID) == 0x000000, "Member 'BP_AchievementManager_C_UnlockAchievement::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_IsAchievementUnlocked_ReturnValue) == 0x000008, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_IsAchievementUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_Conv_NameToText_ReturnValue) == 0x000010, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_AchievementManager_C_UnlockAchievement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_AchievementManager_C_UnlockAchievement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_GetAchievementSpecificPlatformID_PlatformID) == 0x000090, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_GetAchievementSpecificPlatformID_PlatformID' has a wrong offset!"); \ +static_assert(offsetof(BP_AchievementManager_C_UnlockAchievement, CallFunc_IsNameValid_ReturnValue) == 0x000098, "Member 'BP_AchievementManager_C_UnlockAchievement::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AchievementManager_C \ +static_assert(alignof(UBP_AchievementManager_C) == 0x000008, "Wrong alignment on UBP_AchievementManager_C"); \ +static_assert(sizeof(UBP_AchievementManager_C) == 0x0000C0, "Wrong size on UBP_AchievementManager_C"); \ +static_assert(offsetof(UBP_AchievementManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_AchievementManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AchievementManager_C, AchievementsDataTable) == 0x0000A8, "Member 'UBP_AchievementManager_C::AchievementsDataTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_AchievementManager_C, OnAchievementUnlocked) == 0x0000B0, "Member 'UBP_AchievementManager_C::OnAchievementUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AchievementHelpers_C_GetAchievementList \ +static_assert(alignof(BP_FL_AchievementHelpers_C_GetAchievementList) == 0x000008, "Wrong alignment on BP_FL_AchievementHelpers_C_GetAchievementList"); \ +static_assert(sizeof(BP_FL_AchievementHelpers_C_GetAchievementList) == 0x000038, "Wrong size on BP_FL_AchievementHelpers_C_GetAchievementList"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementList, __WorldContext) == 0x000000, "Member 'BP_FL_AchievementHelpers_C_GetAchievementList::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementList, Achievements) == 0x000008, "Member 'BP_FL_AchievementHelpers_C_GetAchievementList::Achievements' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementList, CallFunc_GetAchievementManager_ReturnValue) == 0x000018, "Member 'BP_FL_AchievementHelpers_C_GetAchievementList::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementList, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FL_AchievementHelpers_C_GetAchievementList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementList, CallFunc_GetAllAchievementsIDs_AchievementIDs) == 0x000028, "Member 'BP_FL_AchievementHelpers_C_GetAchievementList::CallFunc_GetAllAchievementsIDs_AchievementIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AchievementHelpers_C_GetAchievementManager \ +static_assert(alignof(BP_FL_AchievementHelpers_C_GetAchievementManager) == 0x000008, "Wrong alignment on BP_FL_AchievementHelpers_C_GetAchievementManager"); \ +static_assert(sizeof(BP_FL_AchievementHelpers_C_GetAchievementManager) == 0x000020, "Wrong size on BP_FL_AchievementHelpers_C_GetAchievementManager"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementManager, __WorldContext) == 0x000000, "Member 'BP_FL_AchievementHelpers_C_GetAchievementManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementManager, ReturnValue) == 0x000008, "Member 'BP_FL_AchievementHelpers_C_GetAchievementManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementManager, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_FL_AchievementHelpers_C_GetAchievementManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AchievementHelpers_C_GetAchievementManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_FL_AchievementHelpers_C_GetAchievementManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_AchievementHelpers_C \ +static_assert(alignof(UBP_FL_AchievementHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_AchievementHelpers_C"); \ +static_assert(sizeof(UBP_FL_AchievementHelpers_C) == 0x000028, "Wrong size on UBP_FL_AchievementHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_Can_be_Upgraded \ +static_assert(alignof(BP_WeaponViewItem_C_Can_be_Upgraded) == 0x000008, "Wrong alignment on BP_WeaponViewItem_C_Can_be_Upgraded"); \ +static_assert(sizeof(BP_WeaponViewItem_C_Can_be_Upgraded) == 0x000030, "Wrong size on BP_WeaponViewItem_C_Can_be_Upgraded"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, InventoryManager) == 0x000000, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, MaxUpgradeLevel) == 0x000008, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::MaxUpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, ReturnValue) == 0x00000C, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000010, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_GetItemInstanceUpgradeCost_ItemQuantities) == 0x000018, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_GetItemInstanceUpgradeCost_ItemQuantities' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_GetCurrentLevel_ReturnValue) == 0x000028, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_CanAffordItemCosts_ReturnValue) == 0x00002C, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_CanAffordItemCosts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_Can_be_Upgraded, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'BP_WeaponViewItem_C_Can_be_Upgraded::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_GetGearWeaponInstance \ +static_assert(alignof(BP_WeaponViewItem_C_GetGearWeaponInstance) == 0x000008, "Wrong alignment on BP_WeaponViewItem_C_GetGearWeaponInstance"); \ +static_assert(sizeof(BP_WeaponViewItem_C_GetGearWeaponInstance) == 0x000020, "Wrong size on BP_WeaponViewItem_C_GetGearWeaponInstance"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetGearWeaponInstance, Gear_Weapon_Instance_) == 0x000000, "Member 'BP_WeaponViewItem_C_GetGearWeaponInstance::Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetGearWeaponInstance, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000008, "Member 'BP_WeaponViewItem_C_GetGearWeaponInstance::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetGearWeaponInstance, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon) == 0x000010, "Member 'BP_WeaponViewItem_C_GetGearWeaponInstance::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetGearWeaponInstance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_WeaponViewItem_C_GetGearWeaponInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_GetItemDynamicData \ +static_assert(alignof(BP_WeaponViewItem_C_GetItemDynamicData) == 0x000008, "Wrong alignment on BP_WeaponViewItem_C_GetItemDynamicData"); \ +static_assert(sizeof(BP_WeaponViewItem_C_GetItemDynamicData) == 0x000138, "Wrong size on BP_WeaponViewItem_C_GetItemDynamicData"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetItemDynamicData, ItemDynamicData_0) == 0x000000, "Member 'BP_WeaponViewItem_C_GetItemDynamicData::ItemDynamicData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_GetOwnerData \ +static_assert(alignof(BP_WeaponViewItem_C_GetOwnerData) == 0x000008, "Wrong alignment on BP_WeaponViewItem_C_GetOwnerData"); \ +static_assert(sizeof(BP_WeaponViewItem_C_GetOwnerData) == 0x000008, "Wrong size on BP_WeaponViewItem_C_GetOwnerData"); \ +static_assert(offsetof(BP_WeaponViewItem_C_GetOwnerData, OwnerData) == 0x000000, "Member 'BP_WeaponViewItem_C_GetOwnerData::OwnerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_IsBeingUpgraded \ +static_assert(alignof(BP_WeaponViewItem_C_IsBeingUpgraded) == 0x000001, "Wrong alignment on BP_WeaponViewItem_C_IsBeingUpgraded"); \ +static_assert(sizeof(BP_WeaponViewItem_C_IsBeingUpgraded) == 0x000001, "Wrong size on BP_WeaponViewItem_C_IsBeingUpgraded"); \ +static_assert(offsetof(BP_WeaponViewItem_C_IsBeingUpgraded, ReturnValue) == 0x000000, "Member 'BP_WeaponViewItem_C_IsBeingUpgraded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged \ +static_assert(alignof(BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged) == 0x000001, "Wrong alignment on BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged"); \ +static_assert(sizeof(BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged) == 0x000001, "Wrong size on BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged"); \ +static_assert(offsetof(BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged, bIsBeingUpgraded_0) == 0x000000, "Member 'BP_WeaponViewItem_C_TriggerIsBeingUpgradedChanged::bIsBeingUpgraded_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponViewItem_C_TriggerWeaponEquippedChanged \ +static_assert(alignof(BP_WeaponViewItem_C_TriggerWeaponEquippedChanged) == 0x000008, "Wrong alignment on BP_WeaponViewItem_C_TriggerWeaponEquippedChanged"); \ +static_assert(sizeof(BP_WeaponViewItem_C_TriggerWeaponEquippedChanged) == 0x000018, "Wrong size on BP_WeaponViewItem_C_TriggerWeaponEquippedChanged"); \ +static_assert(offsetof(BP_WeaponViewItem_C_TriggerWeaponEquippedChanged, CallFunc_GetOwnerData_OwnerData) == 0x000000, "Member 'BP_WeaponViewItem_C_TriggerWeaponEquippedChanged::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_TriggerWeaponEquippedChanged, CallFunc_HasItemEquipped_IsEquipped) == 0x000008, "Member 'BP_WeaponViewItem_C_TriggerWeaponEquippedChanged::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponViewItem_C_TriggerWeaponEquippedChanged, CallFunc_HasItemEquipped_Slot) == 0x00000C, "Member 'BP_WeaponViewItem_C_TriggerWeaponEquippedChanged::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_WeaponViewItem_C \ +static_assert(alignof(UBP_WeaponViewItem_C) == 0x000008, "Wrong alignment on UBP_WeaponViewItem_C"); \ +static_assert(sizeof(UBP_WeaponViewItem_C) == 0x000198, "Wrong size on UBP_WeaponViewItem_C"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, ItemDynamicData) == 0x000028, "Member 'UBP_WeaponViewItem_C::ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, CurrentCharacterData) == 0x000160, "Member 'UBP_WeaponViewItem_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, ItemUpgradeSystem) == 0x000168, "Member 'UBP_WeaponViewItem_C::ItemUpgradeSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, OnWeaponEquippedChanged) == 0x000170, "Member 'UBP_WeaponViewItem_C::OnWeaponEquippedChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, bIsBeingUpgraded) == 0x000180, "Member 'UBP_WeaponViewItem_C::bIsBeingUpgraded' has a wrong offset!"); \ +static_assert(offsetof(UBP_WeaponViewItem_C, OnIsBeingUpgradedChanged) == 0x000188, "Member 'UBP_WeaponViewItem_C::OnIsBeingUpgradedChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Lune_V2__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData) == 0x001508, "Wrong size on ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_319) == 0x000004, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_319' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __NameProperty_320) == 0x00000C, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__NameProperty_320' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __BlendProfile_321) == 0x000018, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__BlendProfile_321' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __CurveFloat_322) == 0x000020, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__CurveFloat_322' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __BoolProperty_323) == 0x000028, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__BoolProperty_323' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __EnumProperty_324) == 0x000029, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__EnumProperty_324' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __EnumProperty_325) == 0x00002A, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__EnumProperty_325' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __ArrayProperty_326) == 0x000030, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__ArrayProperty_326' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, __StructProperty_327) == 0x000040, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::__StructProperty_327' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000060, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E0, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x0000F8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000128, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x000158, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000188, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x0001B8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x0001E8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x000218, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000248, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000278, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0002A8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0002D8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000308, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000338, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000368, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000398, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0003C8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x0003F8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x000428, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_5) == 0x000458, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_4) == 0x000488, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0004B8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0004E8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_3) == 0x000518, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_2) == 0x000548, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_1) == 0x000578, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x0005A8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_30) == 0x0005D8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_29) == 0x000608, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_28) == 0x000638, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_27) == 0x000668, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_26) == 0x000698, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_25) == 0x0006C8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_24) == 0x0006F8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_23) == 0x000728, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_22) == 0x000758, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_21) == 0x000788, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_20) == 0x0007B8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_19) == 0x0007E8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_18) == 0x000818, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000848, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_17) == 0x000878, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_16) == 0x0008A8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_15) == 0x0008D8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_14) == 0x000908, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_13) == 0x000938, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_12) == 0x000968, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x000998, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x0009C8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x0009F8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000A28, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000A58, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000A88, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x000AB8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000AE8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000B18, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000B48, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000B78, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000BA8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController_1) == 0x000BD8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BoneDrivenController) == 0x000C08, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000C38, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000C68, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000C98, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000CC8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000CF8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x000D28, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x000D58, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000D88, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000DB8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000DE8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x000E18, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x000E48, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x000E78, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x000EA8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000ED8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000F08, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000F38, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000F68, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000F98, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000FC8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x000FF8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x001028, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x001058, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x001088, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x0010B8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x0010E8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x001118, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x001148, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x001178, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x0011A8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x0011D8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x001208, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x001238, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x001268, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x001298, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x0012C8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x0012F8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x001328, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x001358, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x001388, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x0013B8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x0013E8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x001418, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x001448, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x001478, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x0014A8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x0014D8, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Lune_V2__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_PostProcess_Lune_V2::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Lune_V2_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Lune_V2_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Lune_V2_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Lune_V2_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Lune_V2_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Lune_V2_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Lune_V2_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_PostProcess_Lune_V2_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2 \ +static_assert(alignof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2) == 0x000008, "Wrong alignment on ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2"); \ +static_assert(sizeof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2) == 0x000058, "Wrong size on ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000010, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint) == 0x000018, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_ShouldDisablePostProcessInAnimation_ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000038, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, K2Node_StructMemberSet_Alpha_ImplicitCast) == 0x000050, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::K2Node_StructMemberSet_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2, K2Node_StructMemberSet_Alpha_ImplicitCast_1) == 0x000054, "Member 'ABP_PostProcess_Lune_V2_C_ExecuteUbergraph_ABP_PostProcess_Lune_V2::K2Node_StructMemberSet_Alpha_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Lune_V2_C \ +static_assert(alignof(UABP_PostProcess_Lune_V2_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Lune_V2_C"); \ +static_assert(sizeof(UABP_PostProcess_Lune_V2_C) == 0x015F80, "Wrong size on UABP_PostProcess_Lune_V2_C"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Lune_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_PostProcess_Lune_V2_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UABP_PostProcess_Lune_V2_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UABP_PostProcess_Lune_V2_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_12) == 0x000390, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_11) == 0x000B30, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_10) == 0x0012D0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_9) == 0x001A70, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_8) == 0x002210, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_7) == 0x0029B0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_LocalToComponentSpace_1) == 0x003150, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_6) == 0x003170, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_5) == 0x003910, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_4) == 0x0040B0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_3) == 0x004850, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_2) == 0x004FF0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics_1) == 0x005790, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_KawaiiPhysics) == 0x005F30, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_LinkedInputPose) == 0x0066D0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_Root) == 0x006788, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_ControlRig) == 0x0067A8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x006C78, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone_5) == 0x006C98, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone_4) == 0x006E00, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_LocalToComponentSpace) == 0x006F68, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_ComponentToLocalSpace) == 0x006F88, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone_3) == 0x006FA8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone_2) == 0x007110, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone_1) == 0x007278, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SpringBone) == 0x0073E0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_30) == 0x007550, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_29) == 0x007A70, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_28) == 0x007F90, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_27) == 0x0084B0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_26) == 0x0089D0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_25) == 0x008EF0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_24) == 0x009410, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_23) == 0x009930, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_22) == 0x009E50, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_21) == 0x00A370, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_20) == 0x00A890, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_19) == 0x00ADB0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_18) == 0x00B2D0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_UseCachedPose_1) == 0x00B7F0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_17) == 0x00B820, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_16) == 0x00BD40, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_15) == 0x00C260, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_14) == 0x00C780, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_13) == 0x00CCA0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_12) == 0x00D1C0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_11) == 0x00D6E0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_10) == 0x00DC00, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_9) == 0x00E120, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_8) == 0x00E640, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_7) == 0x00EB60, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_6) == 0x00F080, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_5) == 0x00F5A0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_4) == 0x00FAC0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_3) == 0x00FFE0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_2) == 0x010500, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics_1) == 0x010A20, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_AnimDynamics) == 0x010F40, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_BoneDrivenController_1) == 0x011460, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_BoneDrivenController) == 0x011588, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_BlendListByBool) == 0x0116B0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_43) == 0x0116F8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_42) == 0x011898, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_41) == 0x011A38, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_40) == 0x011BD8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_39) == 0x011D78, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_38) == 0x011F18, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_37) == 0x0120B8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_36) == 0x012258, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_35) == 0x0123F8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_34) == 0x012598, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_33) == 0x012738, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_32) == 0x0128D8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_31) == 0x012A78, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_30) == 0x012C18, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_UseCachedPose) == 0x012DB8, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_SaveCachedPose) == 0x012DE0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_29) == 0x012E60, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_28) == 0x013000, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_27) == 0x0131A0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_26) == 0x013340, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_25) == 0x0134E0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_24) == 0x013680, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_23) == 0x013820, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_22) == 0x0139C0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_21) == 0x013B60, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_20) == 0x013D00, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_19) == 0x013EA0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_18) == 0x014040, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_17) == 0x0141E0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_16) == 0x014380, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_15) == 0x014520, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_14) == 0x0146C0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_13) == 0x014860, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_12) == 0x014A00, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_11) == 0x014BA0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_10) == 0x014D40, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_9) == 0x014EE0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_8) == 0x015080, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_7) == 0x015220, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_6) == 0x0153C0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_5) == 0x015560, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_4) == 0x015700, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_3) == 0x0158A0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_2) == 0x015A40, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver_1) == 0x015BE0, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AnimGraphNode_PoseDriver) == 0x015D80, "Member 'UABP_PostProcess_Lune_V2_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, Physics_Settings_Coat) == 0x015F20, "Member 'UABP_PostProcess_Lune_V2_C::Physics_Settings_Coat' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, Physics_Settings_Coat_Borders) == 0x015F38, "Member 'UABP_PostProcess_Lune_V2_C::Physics_Settings_Coat_Borders' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AlphaCollarAnimDyn) == 0x015F50, "Member 'UABP_PostProcess_Lune_V2_C::AlphaCollarAnimDyn' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, Physics_Settings_FrontBands) == 0x015F54, "Member 'UABP_PostProcess_Lune_V2_C::Physics_Settings_FrontBands' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, ShouldDisablePostProcess) == 0x015F6C, "Member 'UABP_PostProcess_Lune_V2_C::ShouldDisablePostProcess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Lune_V2_C, AlphaTransitiona) == 0x015F70, "Member 'UABP_PostProcess_Lune_V2_C::AlphaTransitiona' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPassiveEffect \ +static_assert(alignof(FFPassiveEffect) == 0x000008, "Wrong alignment on FFPassiveEffect"); \ +static_assert(sizeof(FFPassiveEffect) == 0x000048, "Wrong size on FFPassiveEffect"); \ +static_assert(offsetof(FFPassiveEffect, Name_2_10859E81431F2583F434998C9A00D4AC) == 0x000000, "Member 'FFPassiveEffect::Name_2_10859E81431F2583F434998C9A00D4AC' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffect, Description_12_EEFC7EED42F5C4FA14BBD7B356617893) == 0x000010, "Member 'FFPassiveEffect::Description_12_EEFC7EED42F5C4FA14BBD7B356617893' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffect, BattleBuffs_27_CB56347044EDBC0335BC8E898B751680) == 0x000020, "Member 'FFPassiveEffect::BattleBuffs_27_CB56347044EDBC0335BC8E898B751680' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffect, LuminaCost_15_BC10A93D48987A14F96279AC521E94CF) == 0x000030, "Member 'FFPassiveEffect::LuminaCost_15_BC10A93D48987A14F96279AC521E94CF' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffect, LuminaUnlockStepsCount_19_B80447FF455A4D693EAD2991AD473004) == 0x000034, "Member 'FFPassiveEffect::LuminaUnlockStepsCount_19_B80447FF455A4D693EAD2991AD473004' has a wrong offset!"); \ +static_assert(offsetof(FFPassiveEffect, Categories_23_4052AE7B40B336B43096B7A2E554F50D) == 0x000038, "Member 'FFPassiveEffect::Categories_23_4052AE7B40B336B43096B7A2E554F50D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuffInstance_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ActivateBuff) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ActivateBuff, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_ActivateBuff::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuffInstance_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuffInstance_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessReceivedRawDamages \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessReceivedRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessReceivedRawDamages"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessReceivedRawDamages) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessReceivedRawDamages"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessReceivedRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessReceivedRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessReceivedRawDamages, Out) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessReceivedRawDamages::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance \ +static_assert(alignof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance) == 0x0000E8, "Wrong size on BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, EntryPoint) == 0x000000, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, Temp_object_Variable) == 0x000010, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_DynamicCast_AsSound_Base) == 0x000018, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_DynamicCast_AsSound_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_TargetCharacter) == 0x000028, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_SourceCharacter) == 0x000030, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_ReceivedDamages) == 0x000038, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_BattleDamages) == 0x000040, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_CharacterStats_2) == 0x000048, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_CharacterStats_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_BuffAddAction) == 0x000050, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_BuffAddAction' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_CharacterStats_1) == 0x000058, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_TurnStartDependencies) == 0x000060, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_BattleDamage) == 0x000068, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_AP_Change) == 0x000070, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_AP_Change' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_Event_CharacterStats) == 0x000078, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, CallFunc_GetOwner_ReturnValue) == 0x000080, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x0000B0, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000B8, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuffInstance_C_ExecuteUbergraph_BP_BattleBuffInstance::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetDamageSourceCharacter \ +static_assert(alignof(BP_BattleBuffInstance_C_GetDamageSourceCharacter) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_GetDamageSourceCharacter"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetDamageSourceCharacter) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_GetDamageSourceCharacter"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDamageSourceCharacter, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetDamageSourceCharacter::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetDamageSourceType \ +static_assert(alignof(BP_BattleBuffInstance_C_GetDamageSourceType) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_GetDamageSourceType"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetDamageSourceType) == 0x000001, "Wrong size on BP_BattleBuffInstance_C_GetDamageSourceType"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDamageSourceType, DamageSourceType) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetDamageSourceType::DamageSourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_IsTurnStartInProgress \ +static_assert(alignof(BP_BattleBuffInstance_C_IsTurnStartInProgress) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_IsTurnStartInProgress"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_IsTurnStartInProgress) == 0x000001, "Wrong size on BP_BattleBuffInstance_C_IsTurnStartInProgress"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsTurnStartInProgress, InProgress) == 0x000000, "Member 'BP_BattleBuffInstance_C_IsTurnStartInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnCharacterDealtDamages \ +static_assert(alignof(BP_BattleBuffInstance_C_OnCharacterDealtDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnCharacterDealtDamages"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnCharacterDealtDamages) == 0x000018, "Wrong size on BP_BattleBuffInstance_C_OnCharacterDealtDamages"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterDealtDamages, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnCharacterDealtDamages::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterDealtDamages, Damages) == 0x000008, "Member 'BP_BattleBuffInstance_C_OnCharacterDealtDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterDealtDamages, ProcessedDamages) == 0x000010, "Member 'BP_BattleBuffInstance_C_OnCharacterDealtDamages::ProcessedDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetInstigatorObject \ +static_assert(alignof(BP_BattleBuffInstance_C_GetInstigatorObject) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_GetInstigatorObject"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetInstigatorObject) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_GetInstigatorObject"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetInstigatorObject, ReturnValue) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetInstigatorObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_SetInstigatorObject \ +static_assert(alignof(BP_BattleBuffInstance_C_SetInstigatorObject) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_SetInstigatorObject"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_SetInstigatorObject) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_SetInstigatorObject"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_SetInstigatorObject, Instigator) == 0x000000, "Member 'BP_BattleBuffInstance_C_SetInstigatorObject::Instigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ModifyOwnerSkillStates \ +static_assert(alignof(BP_BattleBuffInstance_C_ModifyOwnerSkillStates) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ModifyOwnerSkillStates"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ModifyOwnerSkillStates) == 0x0000A0, "Wrong size on BP_BattleBuffInstance_C_ModifyOwnerSkillStates"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ModifyOwnerSkillStates, SkillStates) == 0x000000, "Member 'BP_BattleBuffInstance_C_ModifyOwnerSkillStates::SkillStates' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ModifyOwnerSkillStates, NewLocalVar) == 0x000050, "Member 'BP_BattleBuffInstance_C_ModifyOwnerSkillStates::NewLocalVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessBattleStartEvent \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessBattleStartEvent) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessBattleStartEvent"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessBattleStartEvent) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_ProcessBattleStartEvent"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessBattleStartEvent, DepsRefCount) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessBattleStartEvent::DepsRefCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance, Damages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance, Out) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessDealtDamageCriticalHitChance::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnVisualEffectDimChange \ +static_assert(alignof(BP_BattleBuffInstance_C_OnVisualEffectDimChange) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_OnVisualEffectDimChange"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnVisualEffectDimChange) == 0x000001, "Wrong size on BP_BattleBuffInstance_C_OnVisualEffectDimChange"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnVisualEffectDimChange, IsDimmed) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnVisualEffectDimChange::IsDimmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_SetTurnDuration \ +static_assert(alignof(BP_BattleBuffInstance_C_SetTurnDuration) == 0x000004, "Wrong alignment on BP_BattleBuffInstance_C_SetTurnDuration"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_SetTurnDuration) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_SetTurnDuration"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_SetTurnDuration, TurnDuration_0) == 0x000000, "Member 'BP_BattleBuffInstance_C_SetTurnDuration::TurnDuration_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_SetTurnDuration, CallFunc_Max_ReturnValue) == 0x000004, "Member 'BP_BattleBuffInstance_C_SetTurnDuration::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnBuffStackCountChanged \ +static_assert(alignof(BP_BattleBuffInstance_C_OnBuffStackCountChanged) == 0x000004, "Wrong alignment on BP_BattleBuffInstance_C_OnBuffStackCountChanged"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnBuffStackCountChanged) == 0x000004, "Wrong size on BP_BattleBuffInstance_C_OnBuffStackCountChanged"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnBuffStackCountChanged, NewValue) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnBuffStackCountChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ShouldKeepOnDeath \ +static_assert(alignof(BP_BattleBuffInstance_C_ShouldKeepOnDeath) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_ShouldKeepOnDeath"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ShouldKeepOnDeath) == 0x000001, "Wrong size on BP_BattleBuffInstance_C_ShouldKeepOnDeath"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShouldKeepOnDeath, Keep) == 0x000000, "Member 'BP_BattleBuffInstance_C_ShouldKeepOnDeath::Keep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget \ +static_assert(alignof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget) == 0x000038, "Wrong size on BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget, Text) == 0x000000, "Member 'BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget, Color) == 0x000010, "Member 'BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget, CallFunc_SpawnDamagePopupFromDamages_DamageWidget) == 0x000030, "Member 'BP_BattleBuffInstance_C_FeedbackBuffTriggeredOnTarget::CallFunc_SpawnDamagePopupFromDamages_DamageWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_IsBuffPermanent \ +static_assert(alignof(BP_BattleBuffInstance_C_IsBuffPermanent) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_IsBuffPermanent"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_IsBuffPermanent) == 0x000001, "Wrong size on BP_BattleBuffInstance_C_IsBuffPermanent"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffPermanent, ReturnValue) == 0x000000, "Member 'BP_BattleBuffInstance_C_IsBuffPermanent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnGradientGaugeChange \ +static_assert(alignof(BP_BattleBuffInstance_C_OnGradientGaugeChange) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnGradientGaugeChange"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnGradientGaugeChange) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_OnGradientGaugeChange"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnGradientGaugeChange, GradientChangeEvent) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnGradientGaugeChange::GradientChangeEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetBuffDisplayName \ +static_assert(alignof(BP_BattleBuffInstance_C_GetBuffDisplayName) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_GetBuffDisplayName"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetBuffDisplayName) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_GetBuffDisplayName"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetBuffDisplayName, ReturnValue) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetBuffDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetStackCount \ +static_assert(alignof(BP_BattleBuffInstance_C_GetStackCount) == 0x000004, "Wrong alignment on BP_BattleBuffInstance_C_GetStackCount"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetStackCount) == 0x000004, "Wrong size on BP_BattleBuffInstance_C_GetStackCount"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetStackCount, StackCount_0) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetStackCount::StackCount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ChangeStackCount \ +static_assert(alignof(BP_BattleBuffInstance_C_ChangeStackCount) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ChangeStackCount"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ChangeStackCount) == 0x000028, "Wrong size on BP_BattleBuffInstance_C_ChangeStackCount"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, StackCount_0) == 0x000000, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::StackCount_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ChangeStackCount, CallFunc_UpdateCustomBuffWidget_DummyOut) == 0x000021, "Member 'BP_BattleBuffInstance_C_ChangeStackCount::CallFunc_UpdateCustomBuffWidget_DummyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_UpdateCustomBuffWidget \ +static_assert(alignof(BP_BattleBuffInstance_C_UpdateCustomBuffWidget) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_UpdateCustomBuffWidget"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_UpdateCustomBuffWidget) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_UpdateCustomBuffWidget"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_UpdateCustomBuffWidget, BuffWidget) == 0x000000, "Member 'BP_BattleBuffInstance_C_UpdateCustomBuffWidget::BuffWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_UpdateCustomBuffWidget, DummyOut) == 0x000008, "Member 'BP_BattleBuffInstance_C_UpdateCustomBuffWidget::DummyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_InitializeCustomBuffWidget \ +static_assert(alignof(BP_BattleBuffInstance_C_InitializeCustomBuffWidget) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_InitializeCustomBuffWidget"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_InitializeCustomBuffWidget) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_InitializeCustomBuffWidget"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_InitializeCustomBuffWidget, BuffWidget) == 0x000000, "Member 'BP_BattleBuffInstance_C_InitializeCustomBuffWidget::BuffWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_InitializeCustomBuffWidget, DummyOut) == 0x000008, "Member 'BP_BattleBuffInstance_C_InitializeCustomBuffWidget::DummyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_RegisterBuffWidget \ +static_assert(alignof(BP_BattleBuffInstance_C_RegisterBuffWidget) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_RegisterBuffWidget"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_RegisterBuffWidget) == 0x000018, "Wrong size on BP_BattleBuffInstance_C_RegisterBuffWidget"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RegisterBuffWidget, BuffSlotWidget) == 0x000000, "Member 'BP_BattleBuffInstance_C_RegisterBuffWidget::BuffSlotWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RegisterBuffWidget, CallFunc_UpdateCustomBuffWidget_DummyOut) == 0x000008, "Member 'BP_BattleBuffInstance_C_RegisterBuffWidget::CallFunc_UpdateCustomBuffWidget_DummyOut' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RegisterBuffWidget, CallFunc_Array_AddUnique_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffInstance_C_RegisterBuffWidget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RegisterBuffWidget, CallFunc_InitializeCustomBuffWidget_DummyOut) == 0x000010, "Member 'BP_BattleBuffInstance_C_RegisterBuffWidget::CallFunc_InitializeCustomBuffWidget_DummyOut' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RegisterBuffWidget, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_BattleBuffInstance_C_RegisterBuffWidget::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessPermeateDamage \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessPermeateDamage) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessPermeateDamage"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessPermeateDamage) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessPermeateDamage"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessPermeateDamage, Damages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessPermeateDamage::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessPermeateDamage, Out) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessPermeateDamage::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessAttackElement \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessAttackElement) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessAttackElement"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessAttackElement) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessAttackElement"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAttackElement, Damages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessAttackElement::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAttackElement, Out) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessAttackElement::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnStanceChange \ +static_assert(alignof(BP_BattleBuffInstance_C_OnStanceChange) == 0x000001, "Wrong alignment on BP_BattleBuffInstance_C_OnStanceChange"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnStanceChange) == 0x000004, "Wrong size on BP_BattleBuffInstance_C_OnStanceChange"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnStanceChange, NewStance) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnStanceChange::NewStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnStanceChange, previousStance) == 0x000001, "Member 'BP_BattleBuffInstance_C_OnStanceChange::previousStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnStanceChange, NewStance1) == 0x000002, "Member 'BP_BattleBuffInstance_C_OnStanceChange::NewStance1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnStanceChange, PreviousStance1) == 0x000003, "Member 'BP_BattleBuffInstance_C_OnStanceChange::PreviousStance1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessHeal \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessHeal) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessHeal"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessHeal) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessHeal"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessHeal, Heal) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessHeal::Heal' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessHeal, DummyOut) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessHeal::DummyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessAPChange \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessAPChange) == 0x000004, "Wrong alignment on BP_BattleBuffInstance_C_ProcessAPChange"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessAPChange) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessAPChange"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAPChange, NewAPAmount) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessAPChange::NewAPAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAPChange, PreviousAPAmount) == 0x000004, "Member 'BP_BattleBuffInstance_C_ProcessAPChange::PreviousAPAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAPChange, ChangeReason) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessAPChange::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAPChange, HasChanged) == 0x000009, "Member 'BP_BattleBuffInstance_C_ProcessAPChange::HasChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAPChange, ChangedValue) == 0x00000C, "Member 'BP_BattleBuffInstance_C_ProcessAPChange::ChangedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnPerfectionChanged \ +static_assert(alignof(BP_BattleBuffInstance_C_OnPerfectionChanged) == 0x000004, "Wrong alignment on BP_BattleBuffInstance_C_OnPerfectionChanged"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnPerfectionChanged) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_OnPerfectionChanged"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnPerfectionChanged, NewPerfection) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnPerfectionChanged::NewPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnPerfectionChanged, DeltaPerfection) == 0x000004, "Member 'BP_BattleBuffInstance_C_OnPerfectionChanged::DeltaPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnPerfectionChanged, PerfectionChangeType) == 0x000008, "Member 'BP_BattleBuffInstance_C_OnPerfectionChanged::PerfectionChangeType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnPerfectionChanged, PerfectionChangeReason) == 0x000009, "Member 'BP_BattleBuffInstance_C_OnPerfectionChanged::PerfectionChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnPerfectionChanged, FinalPerfection) == 0x00000C, "Member 'BP_BattleBuffInstance_C_OnPerfectionChanged::FinalPerfection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_GetDebugText \ +static_assert(alignof(BP_BattleBuffInstance_C_GetDebugText) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_GetDebugText"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_GetDebugText) == 0x0001C8, "Wrong size on BP_BattleBuffInstance_C_GetDebugText"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, DebugInfo) == 0x000000, "Member 'BP_BattleBuffInstance_C_GetDebugText::DebugInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, Temp_bool_Variable) == 0x000010, "Member 'BP_BattleBuffInstance_C_GetDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, Temp_string_Variable) == 0x000018, "Member 'BP_BattleBuffInstance_C_GetDebugText::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, Temp_string_Variable_1) == 0x000028, "Member 'BP_BattleBuffInstance_C_GetDebugText::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000038, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_Select_Default) == 0x000088, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000A8, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_GetDisplayName_ReturnValue) == 0x000140, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000150, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000160, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_BattleBuffInstance_C_GetDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_GetDebugText, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_BattleBuffInstance_C_GetDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_MarkBuffForRemoval \ +static_assert(alignof(BP_BattleBuffInstance_C_MarkBuffForRemoval) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_MarkBuffForRemoval"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_MarkBuffForRemoval) == 0x0000B8, "Wrong size on BP_BattleBuffInstance_C_MarkBuffForRemoval"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_MarkBuffForRemoval, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'BP_BattleBuffInstance_C_MarkBuffForRemoval::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_MarkBuffForRemoval, K2Node_MakeStruct_FormatArgumentData_1) == 0x000048, "Member 'BP_BattleBuffInstance_C_MarkBuffForRemoval::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_MarkBuffForRemoval, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_BattleBuffInstance_C_MarkBuffForRemoval::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_MarkBuffForRemoval, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'BP_BattleBuffInstance_C_MarkBuffForRemoval::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_MarkBuffForRemoval, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_BattleBuffInstance_C_MarkBuffForRemoval::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_IsBuffTarget \ +static_assert(alignof(BP_BattleBuffInstance_C_IsBuffTarget) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_IsBuffTarget"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_IsBuffTarget) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_IsBuffTarget"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffTarget, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_IsBuffTarget::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffTarget, IsTarget) == 0x000008, "Member 'BP_BattleBuffInstance_C_IsBuffTarget::IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffTarget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'BP_BattleBuffInstance_C_IsBuffTarget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessDealtRawDamages \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessDealtRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessDealtRawDamages"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessDealtRawDamages) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessDealtRawDamages"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessDealtRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessDealtRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessDealtRawDamages, Out) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessDealtRawDamages::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_HideAllParticleSystems \ +static_assert(alignof(BP_BattleBuffInstance_C_HideAllParticleSystems) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_HideAllParticleSystems"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_HideAllParticleSystems) == 0x000038, "Wrong size on BP_BattleBuffInstance_C_HideAllParticleSystems"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_HideAllParticleSystems, CallFunc_Less_IntInt_ReturnValue_1) == 0x000035, "Member 'BP_BattleBuffInstance_C_HideAllParticleSystems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ShowAllParticleSystems \ +static_assert(alignof(BP_BattleBuffInstance_C_ShowAllParticleSystems) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ShowAllParticleSystems"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ShowAllParticleSystems) == 0x000038, "Wrong size on BP_BattleBuffInstance_C_ShowAllParticleSystems"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ShowAllParticleSystems, CallFunc_Less_IntInt_ReturnValue_1) == 0x000035, "Member 'BP_BattleBuffInstance_C_ShowAllParticleSystems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_RemoveAllParticleSystems \ +static_assert(alignof(BP_BattleBuffInstance_C_RemoveAllParticleSystems) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_RemoveAllParticleSystems"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_RemoveAllParticleSystems) == 0x000050, "Wrong size on BP_BattleBuffInstance_C_RemoveAllParticleSystems"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, Temp_int_Loop_Counter_Variable_1) == 0x000004, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000038, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Max_ReturnValue) == 0x00003C, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000044, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_RemoveAllParticleSystems, CallFunc_Max_ReturnValue_1) == 0x000048, "Member 'BP_BattleBuffInstance_C_RemoveAllParticleSystems::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_AddCharacterParticleSystem \ +static_assert(alignof(BP_BattleBuffInstance_C_AddCharacterParticleSystem) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_AddCharacterParticleSystem"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_AddCharacterParticleSystem) == 0x000088, "Wrong size on BP_BattleBuffInstance_C_AddCharacterParticleSystem"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, AttachmentSlot) == 0x000008, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::AttachmentSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, ParticleSystemCascade) == 0x000010, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::ParticleSystemCascade' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, PartySystemRotation) == 0x000018, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::PartySystemRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, SystemNiagara) == 0x000030, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::SystemNiagara' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, PositionOffset) == 0x000038, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::PositionOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, ParticleSystemCompoCascade) == 0x000050, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::ParticleSystemCompoCascade' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, NiagaraSystem) == 0x000058, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000060, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_GetCharacterBattleBase_IsValid) == 0x000068, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_AddCharacterParticleSystem_ParticleSystemComponent_Cascade) == 0x000070, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_AddCharacterParticleSystem_ParticleSystemComponent_Cascade' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_AddCharacterParticleSystem_NiagaraSystem) == 0x000078, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_AddCharacterParticleSystem_NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_AddCharacterParticleSystem, CallFunc_Array_Add_ReturnValue_1) == 0x000084, "Member 'BP_BattleBuffInstance_C_AddCharacterParticleSystem::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessReceivedFinalDamages \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessReceivedFinalDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessReceivedFinalDamages"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessReceivedFinalDamages) == 0x000010, "Wrong size on BP_BattleBuffInstance_C_ProcessReceivedFinalDamages"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessReceivedFinalDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessReceivedFinalDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessReceivedFinalDamages, CurrentTurnHitCount) == 0x000008, "Member 'BP_BattleBuffInstance_C_ProcessReceivedFinalDamages::CurrentTurnHitCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessReceivedFinalDamages, Out) == 0x00000C, "Member 'BP_BattleBuffInstance_C_ProcessReceivedFinalDamages::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B \ +static_assert(alignof(BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B, Loaded) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnLoaded_148FF7BA4C95776B122106A0489F695B::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnCharacterReceivedDamages \ +static_assert(alignof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BP_BattleBuffInstance_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BP_BattleBuffInstance_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BP_BattleBuffInstance_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BP_BattleBuffInstance_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_OnCharacterKilled \ +static_assert(alignof(BP_BattleBuffInstance_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_OnCharacterKilled) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BP_BattleBuffInstance_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_ProcessAddBuffAction \ +static_assert(alignof(BP_BattleBuffInstance_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BP_BattleBuffInstance_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged \ +static_assert(alignof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged, BattleDamage) == 0x000000, "Member 'BP_BattleBuffInstance_C_BPI_OnAnyCharacterDamaged::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed \ +static_assert(alignof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong size on BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed, AP_Change) == 0x000000, "Member 'BP_BattleBuffInstance_C_BPI_OnAnyCharacterAP_Changed::AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_IsBuffFromFamily \ +static_assert(alignof(BP_BattleBuffInstance_C_IsBuffFromFamily) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_IsBuffFromFamily"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_IsBuffFromFamily) == 0x000020, "Wrong size on BP_BattleBuffInstance_C_IsBuffFromFamily"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, TestFamily) == 0x000000, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::TestFamily' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000009, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000018, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_IsValidClass_ReturnValue) == 0x000019, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_ClassIsChildOf_ReturnValue) == 0x00001A, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsBuffFromFamily, CallFunc_BooleanOR_ReturnValue) == 0x00001B, "Member 'BP_BattleBuffInstance_C_IsBuffFromFamily::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstance_C_IsSameBuffFamily \ +static_assert(alignof(BP_BattleBuffInstance_C_IsSameBuffFamily) == 0x000008, "Wrong alignment on BP_BattleBuffInstance_C_IsSameBuffFamily"); \ +static_assert(sizeof(BP_BattleBuffInstance_C_IsSameBuffFamily) == 0x000028, "Wrong size on BP_BattleBuffInstance_C_IsSameBuffFamily"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, BattleBuffInstance) == 0x000000, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::BattleBuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, IsSame) == 0x000008, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::IsSame' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, CallFunc_GetObjectClass_ReturnValue_1) == 0x000018, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000020, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, CallFunc_IsBuffFromFamily_ReturnValue) == 0x000021, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::CallFunc_IsBuffFromFamily_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstance_C_IsSameBuffFamily, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_BattleBuffInstance_C_IsSameBuffFamily::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuffInstance_C \ +static_assert(alignof(UBP_BattleBuffInstance_C) == 0x000008, "Wrong alignment on UBP_BattleBuffInstance_C"); \ +static_assert(sizeof(UBP_BattleBuffInstance_C) == 0x000158, "Wrong size on UBP_BattleBuffInstance_C"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, UberGraphFrame) == 0x000028, "Member 'UBP_BattleBuffInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, TurnDuration) == 0x000030, "Member 'UBP_BattleBuffInstance_C::TurnDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, TargetCharacterStats) == 0x000038, "Member 'UBP_BattleBuffInstance_C::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, IsPermanent) == 0x000040, "Member 'UBP_BattleBuffInstance_C::IsPermanent' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, CharacterStatMultipliers) == 0x000048, "Member 'UBP_BattleBuffInstance_C::CharacterStatMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, Name_0) == 0x000058, "Member 'UBP_BattleBuffInstance_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, Description) == 0x000068, "Member 'UBP_BattleBuffInstance_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, Icon) == 0x000078, "Member 'UBP_BattleBuffInstance_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, StackingType) == 0x000080, "Member 'UBP_BattleBuffInstance_C::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, BuffFamily) == 0x000088, "Member 'UBP_BattleBuffInstance_C::BuffFamily' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, ActiveParticleSystemsCascade) == 0x000090, "Member 'UBP_BattleBuffInstance_C::ActiveParticleSystemsCascade' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, IsMarkedForRemoval) == 0x0000A0, "Member 'UBP_BattleBuffInstance_C::IsMarkedForRemoval' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, Type) == 0x0000A1, "Member 'UBP_BattleBuffInstance_C::Type' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, SourceCharacterStats) == 0x0000A8, "Member 'UBP_BattleBuffInstance_C::SourceCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, ActiveNiagaraSystem) == 0x0000B0, "Member 'UBP_BattleBuffInstance_C::ActiveNiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, BuffActivationSound) == 0x0000C0, "Member 'UBP_BattleBuffInstance_C::BuffActivationSound' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, StackCount) == 0x0000D0, "Member 'UBP_BattleBuffInstance_C::StackCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, BuffSlotWidgets) == 0x0000D8, "Member 'UBP_BattleBuffInstance_C::BuffSlotWidgets' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, SoundActivation) == 0x0000E8, "Member 'UBP_BattleBuffInstance_C::SoundActivation' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, SoundFeedback) == 0x0000F8, "Member 'UBP_BattleBuffInstance_C::SoundFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, SoundDeactivate) == 0x000108, "Member 'UBP_BattleBuffInstance_C::SoundDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, DataTableRowSoundToPlay) == 0x000118, "Member 'UBP_BattleBuffInstance_C::DataTableRowSoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, AggregatorBuffInstance) == 0x000128, "Member 'UBP_BattleBuffInstance_C::AggregatorBuffInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, AggregatorBuffClass) == 0x000130, "Member 'UBP_BattleBuffInstance_C::AggregatorBuffClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, BuffStackCountChange) == 0x000138, "Member 'UBP_BattleBuffInstance_C::BuffStackCountChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, BuffInstigator) == 0x000148, "Member 'UBP_BattleBuffInstance_C::BuffInstigator' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstance_C, DisableInNarrativeBattles) == 0x000150, "Member 'UBP_BattleBuffInstance_C::DisableInNarrativeBattles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_WeaponsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_DoCustomNavigationVerticalWrap \ +static_assert(alignof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_DoCustomNavigationVerticalWrap"); \ +static_assert(sizeof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap) == 0x000028, "Wrong size on WBP_WeaponsList_C_DoCustomNavigationVerticalWrap"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, Navigation_0) == 0x000000, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, CallFunc_GetNumItems_ReturnValue) == 0x000004, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, CallFunc_GetListItems_ReturnValue) == 0x000010, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_DoCustomNavigationVerticalWrap, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_WeaponsList_C_DoCustomNavigationVerticalWrap::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList \ +static_assert(alignof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList"); \ +static_assert(sizeof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList) == 0x000080, "Wrong size on WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, EntryPoint) == 0x000000, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000028, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_ComponentBoundEvent_Widget) == 0x000040, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_DynamicCast_AsWBP_Panel_Weapon_Element) == 0x000048, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_DynamicCast_AsWBP_Panel_Weapon_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CustomEvent_WeaponViewItem_1) == 0x000058, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CustomEvent_WeaponViewItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CustomEvent_WeaponViewItem) == 0x000060, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CustomEvent_WeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CustomEvent_AbsolutePos) == 0x000068, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CustomEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, K2Node_CustomEvent_bNewInputType) == 0x000078, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000079, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList, CallFunc_Not_PreBool_ReturnValue) == 0x00007A, "Member 'WBP_WeaponsList_C_ExecuteUbergraph_WBP_WeaponsList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_LoadItemsForCharacter \ +static_assert(alignof(WBP_WeaponsList_C_LoadItemsForCharacter) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_LoadItemsForCharacter"); \ +static_assert(sizeof(WBP_WeaponsList_C_LoadItemsForCharacter) == 0x000240, "Wrong size on WBP_WeaponsList_C_LoadItemsForCharacter"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CharacterData) == 0x000000, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, DataItems) == 0x000008, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::DataItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes) == 0x000020, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_GetAllowedEquipmentSubtypes_AllowedEquipmentSubtypes' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Set_ToArray_Result) == 0x000070, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000088, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_int_Array_Index_Variable) == 0x000098, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Array_Get_Item) == 0x00009C, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_int_Loop_Counter_Variable_1) == 0x0000A4, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_BooleanAND_ReturnValue) == 0x0000B4, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_int_Array_Index_Variable_1) == 0x0000B8, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0001F8, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001FC, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_CanEquipItem_ReturnValue) == 0x0001FD, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_CanEquipItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, Temp_wildcard_Temp_buffer_array_Variable) == 0x000200, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000210, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_SpawnObject_ReturnValue) == 0x000218, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_Array_Add_ReturnValue) == 0x000220, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_GetInventoryManager_ReturnValue) == 0x000228, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_LoadItemsForCharacter, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x000230, "Member 'WBP_WeaponsList_C_LoadItemsForCharacter::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_MoveTooltip \ +static_assert(alignof(WBP_WeaponsList_C_MoveTooltip) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_MoveTooltip"); \ +static_assert(sizeof(WBP_WeaponsList_C_MoveTooltip) == 0x000210, "Wrong size on WBP_WeaponsList_C_MoveTooltip"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, Temp_struct_Variable) == 0x000000, "Member 'WBP_WeaponsList_C_MoveTooltip::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, Temp_bool_Variable) == 0x000010, "Member 'WBP_WeaponsList_C_MoveTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, K2Node_DynamicCast_AsGrid_Slot) == 0x000018, "Member 'WBP_WeaponsList_C_MoveTooltip::K2Node_DynamicCast_AsGrid_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_WeaponsList_C_MoveTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, Temp_struct_Variable_1) == 0x000028, "Member 'WBP_WeaponsList_C_MoveTooltip::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetDesiredSize_ReturnValue) == 0x000038, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000048, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_X) == 0x000080, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_Y) == 0x000088, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue) == 0x000090, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_X_1) == 0x0000A0, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_1) == 0x0000A8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_1) == 0x0000B0, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_LocalToAbsolute_ReturnValue) == 0x0000E8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_2) == 0x0000F8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue_1) == 0x000130, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue) == 0x000140, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_X_2) == 0x000148, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_2) == 0x000150, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_1) == 0x000158, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000160, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue) == 0x000168, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x000178, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_X_3) == 0x000188, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_3) == 0x000190, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_X_4) == 0x000198, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_4) == 0x0001A0, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_FClamp_ReturnValue) == 0x0001A8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0001B0, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_MakeVector2D_ReturnValue) == 0x0001B8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0001C8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, K2Node_Select_Default) == 0x0001D0, "Member 'WBP_WeaponsList_C_MoveTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_FClamp_ReturnValue_1) == 0x0001E0, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, CallFunc_MakeVector2D_ReturnValue_1) == 0x0001E8, "Member 'WBP_WeaponsList_C_MoveTooltip::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, Temp_bool_Variable_1) == 0x0001F8, "Member 'WBP_WeaponsList_C_MoveTooltip::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_MoveTooltip, K2Node_Select_Default_1) == 0x000200, "Member 'WBP_WeaponsList_C_MoveTooltip::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_OnElementClicked \ +static_assert(alignof(WBP_WeaponsList_C_OnElementClicked) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_OnElementClicked"); \ +static_assert(sizeof(WBP_WeaponsList_C_OnElementClicked) == 0x000008, "Wrong size on WBP_WeaponsList_C_OnElementClicked"); \ +static_assert(offsetof(WBP_WeaponsList_C_OnElementClicked, WeaponViewItem) == 0x000000, "Member 'WBP_WeaponsList_C_OnElementClicked::WeaponViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_OnElementNavigated \ +static_assert(alignof(WBP_WeaponsList_C_OnElementNavigated) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_OnElementNavigated"); \ +static_assert(sizeof(WBP_WeaponsList_C_OnElementNavigated) == 0x000018, "Wrong size on WBP_WeaponsList_C_OnElementNavigated"); \ +static_assert(offsetof(WBP_WeaponsList_C_OnElementNavigated, WeaponViewItem) == 0x000000, "Member 'WBP_WeaponsList_C_OnElementNavigated::WeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_OnElementNavigated, AbsolutePos_0) == 0x000008, "Member 'WBP_WeaponsList_C_OnElementNavigated::AbsolutePos_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_OnInputMethodChanged \ +static_assert(alignof(WBP_WeaponsList_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_WeaponsList_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_WeaponsList_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_WeaponsList_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_WeaponsList_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_WeaponsList_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_SetBlacksmithMode \ +static_assert(alignof(WBP_WeaponsList_C_SetBlacksmithMode) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_SetBlacksmithMode"); \ +static_assert(sizeof(WBP_WeaponsList_C_SetBlacksmithMode) == 0x000010, "Wrong size on WBP_WeaponsList_C_SetBlacksmithMode"); \ +static_assert(offsetof(WBP_WeaponsList_C_SetBlacksmithMode, IsBlacksmithMode_0) == 0x000000, "Member 'WBP_WeaponsList_C_SetBlacksmithMode::IsBlacksmithMode_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SetBlacksmithMode, BlacksmithWeaponUpgradeRef_0) == 0x000008, "Member 'WBP_WeaponsList_C_SetBlacksmithMode::BlacksmithWeaponUpgradeRef_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_SetWeaponToNavigate \ +static_assert(alignof(WBP_WeaponsList_C_SetWeaponToNavigate) == 0x000004, "Wrong alignment on WBP_WeaponsList_C_SetWeaponToNavigate"); \ +static_assert(sizeof(WBP_WeaponsList_C_SetWeaponToNavigate) == 0x000008, "Wrong size on WBP_WeaponsList_C_SetWeaponToNavigate"); \ +static_assert(offsetof(WBP_WeaponsList_C_SetWeaponToNavigate, WeaponToNavigateID) == 0x000000, "Member 'WBP_WeaponsList_C_SetWeaponToNavigate::WeaponToNavigateID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_ShowWeaponTooltip \ +static_assert(alignof(WBP_WeaponsList_C_ShowWeaponTooltip) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_ShowWeaponTooltip"); \ +static_assert(sizeof(WBP_WeaponsList_C_ShowWeaponTooltip) == 0x000050, "Wrong size on WBP_WeaponsList_C_ShowWeaponTooltip"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, WeaponViewItem) == 0x000000, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::WeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, AbsolutePos_0) == 0x000008, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::AbsolutePos_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, CallFunc_GetOwnerData_OwnerData) == 0x000018, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000020, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, Temp_byte_Variable) == 0x000048, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, Temp_byte_Variable_1) == 0x000049, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, Temp_bool_Variable) == 0x00004A, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_ShowWeaponTooltip, K2Node_Select_Default) == 0x00004B, "Member 'WBP_WeaponsList_C_ShowWeaponTooltip::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_SortItems \ +static_assert(alignof(WBP_WeaponsList_C_SortItems) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_SortItems"); \ +static_assert(sizeof(WBP_WeaponsList_C_SortItems) == 0x000210, "Wrong size on WBP_WeaponsList_C_SortItems"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, NavigateToItem) == 0x000000, "Member 'WBP_WeaponsList_C_SortItems::NavigateToItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_wildcard_Temp_buffer_array_Variable) == 0x000008, "Member 'WBP_WeaponsList_C_SortItems::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'WBP_WeaponsList_C_SortItems::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_bool_True_if_break_was_hit_Variable) == 0x00002C, "Member 'WBP_WeaponsList_C_SortItems::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Not_PreBool_ReturnValue) == 0x00002D, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_WeaponsList_C_SortItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_WeaponsList_C_SortItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_WeaponsList_C_SortItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000048, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_GetOwnerData_OwnerData) == 0x000180, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_GetSortDirection_SortDirection) == 0x000188, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_GetSortDirection_SortDirection' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_HasItemEquipped_IsEquipped) == 0x000189, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_HasItemEquipped_Slot) == 0x00018C, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_GetListItems_ReturnValue) == 0x000198, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, K2Node_CreateDelegate_OutputDelegate) == 0x0001A8, "Member 'WBP_WeaponsList_C_SortItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Array_Get_Item_1) == 0x0001B8, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_OrderingResult) == 0x0001C0, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_CmpSuccess) == 0x0001C8, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_SomeAlteration) == 0x0001C9, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_Obj1) == 0x0001D0, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_Obj2) == 0x0001D8, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_Index1) == 0x0001E0, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, BPNode_SortArray_Index2) == 0x0001E4, "Member 'WBP_WeaponsList_C_SortItems::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, K2Node_DynamicCast_AsBP_Weapon_View_Item) == 0x0001E8, "Member 'WBP_WeaponsList_C_SortItems::K2Node_DynamicCast_AsBP_Weapon_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'WBP_WeaponsList_C_SortItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Array_Length_ReturnValue_1) == 0x0001F4, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Array_Add_ReturnValue) == 0x0001F8, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Less_IntInt_ReturnValue) == 0x0001FC, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, Temp_int_Loop_Counter_Variable_1) == 0x000200, "Member 'WBP_WeaponsList_C_SortItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x000204, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000208, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_SortItems, CallFunc_BooleanAND_ReturnValue) == 0x00020C, "Member 'WBP_WeaponsList_C_SortItems::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_UpdateWeaponEquippedState \ +static_assert(alignof(WBP_WeaponsList_C_UpdateWeaponEquippedState) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_UpdateWeaponEquippedState"); \ +static_assert(sizeof(WBP_WeaponsList_C_UpdateWeaponEquippedState) == 0x000048, "Wrong size on WBP_WeaponsList_C_UpdateWeaponEquippedState"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, CallFunc_GetListItems_ReturnValue) == 0x000010, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, K2Node_DynamicCast_AsBP_Weapon_View_Item) == 0x000038, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::K2Node_DynamicCast_AsBP_Weapon_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_UpdateWeaponEquippedState, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_WeaponsList_C_UpdateWeaponEquippedState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_WeaponSortLambda \ +static_assert(alignof(WBP_WeaponsList_C_WeaponSortLambda) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_WeaponSortLambda"); \ +static_assert(sizeof(WBP_WeaponsList_C_WeaponSortLambda) == 0x000450, "Wrong size on WBP_WeaponsList_C_WeaponSortLambda"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, WeaponViewItemLhs) == 0x000000, "Member 'WBP_WeaponsList_C_WeaponSortLambda::WeaponViewItemLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, WeaponViewItemRhs) == 0x000008, "Member 'WBP_WeaponsList_C_WeaponSortLambda::WeaponViewItemRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, OrderingResult) == 0x000010, "Member 'WBP_WeaponsList_C_WeaponSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable) == 0x000018, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetOwnerData_OwnerData) == 0x000020, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000028, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__1) == 0x000030, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_TotalDamage) == 0x000038, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_BaseDamage) == 0x00003C, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_ScalingDamage) == 0x000040, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute) == 0x000048, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetCurrentLevel_ReturnValue) == 0x000098, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x0000A0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetOwnerData_OwnerData_1) == 0x0001D8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetOwnerData_OwnerData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__2) == 0x0001E0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_TotalDamage_1) == 0x0001E8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_TotalDamage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_BaseDamage_1) == 0x0001EC, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_BaseDamage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_ScalingDamage_1) == 0x0001F0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_ScalingDamage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute_1) == 0x0001F8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x000248, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000258, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Subtract_IntInt_ReturnValue) == 0x00025C, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x000260, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__3) == 0x000268, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance__3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x000270, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x000274, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetItemDynamicData_ItemDynamicData_1) == 0x000278, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetItemDynamicData_ItemDynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003B0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0003B4, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0003B8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_SignOfInteger_ReturnValue_1) == 0x0003C8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_SignOfInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x0003CC, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003D0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_SignOfInteger_ReturnValue_2) == 0x0003D4, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_SignOfInteger_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_1) == 0x0003D8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_Add_IntInt_ReturnValue_2) == 0x0003DC, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_int_Variable) == 0x0003E0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_2) == 0x0003E4, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_3) == 0x0003E5, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_4) == 0x0003E6, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_5) == 0x0003E7, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, K2Node_Select_Default) == 0x0003E8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_int_Variable_1) == 0x0003EC, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_6) == 0x0003F0, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, K2Node_Select_Default_1) == 0x0003F1, "Member 'WBP_WeaponsList_C_WeaponSortLambda::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_7) == 0x0003F2, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_byte_Variable_8) == 0x0003F3, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry) == 0x0003F8, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, Temp_int_Variable_2) == 0x000410, "Member 'WBP_WeaponsList_C_WeaponSortLambda::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000414, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, K2Node_Select_Default_2) == 0x000415, "Member 'WBP_WeaponsList_C_WeaponSortLambda::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1) == 0x000418, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2) == 0x000430, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000448, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_WeaponSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000449, "Member 'WBP_WeaponsList_C_WeaponSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_WeaponsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget) == 0x000328, "Wrong size on WBP_WeaponsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_GetListItems_ReturnValue) == 0x000028, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_AsBP_Weapon_View_Item) == 0x000048, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_AsBP_Weapon_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000060, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_GetOwnerData_OwnerData) == 0x000198, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_HasItemEquipped_IsEquipped) == 0x0001A0, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_HasItemEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_HasItemEquipped_Slot) == 0x0001A4, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_HasItemEquipped_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_GetListItems_ReturnValue_1) == 0x0001B0, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_GetListItems_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Length_ReturnValue_1) == 0x0001C0, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item_1) == 0x0001C8, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D0, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_AsBP_Weapon_View_Item_1) == 0x0001D8, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_AsBP_Weapon_View_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_BooleanAND_ReturnValue) == 0x0001E1, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_GetItemDynamicData_ItemDynamicData_1) == 0x0001E8, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_GetItemDynamicData_ItemDynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponsList_C_BP_GetDesiredFocusTarget, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000320, "Member 'WBP_WeaponsList_C_BP_GetDesiredFocusTarget::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponsList_C \ +static_assert(alignof(UWBP_WeaponsList_C) == 0x000008, "Wrong alignment on UWBP_WeaponsList_C"); \ +static_assert(sizeof(UWBP_WeaponsList_C) == 0x0004C0, "Wrong size on UWBP_WeaponsList_C"); \ +static_assert(offsetof(UWBP_WeaponsList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_WeaponsList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, Background) == 0x000438, "Member 'UWBP_WeaponsList_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, NavigatedWeaponTooltip) == 0x000440, "Member 'UWBP_WeaponsList_C::NavigatedWeaponTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, SortDropdown) == 0x000448, "Member 'UWBP_WeaponsList_C::SortDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, TooltipGrid) == 0x000450, "Member 'UWBP_WeaponsList_C::TooltipGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, WeaponsListView) == 0x000458, "Member 'UWBP_WeaponsList_C::WeaponsListView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, OnWeaponItemClicked) == 0x000460, "Member 'UWBP_WeaponsList_C::OnWeaponItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, OnWeaponItemNavigated) == 0x000470, "Member 'UWBP_WeaponsList_C::OnWeaponItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, Dummy_SortWeaponViewItems) == 0x000480, "Member 'UWBP_WeaponsList_C::Dummy_SortWeaponViewItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, IsBlacksmithMode) == 0x000490, "Member 'UWBP_WeaponsList_C::IsBlacksmithMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, Weapon_to_Navigate) == 0x000494, "Member 'UWBP_WeaponsList_C::Weapon_to_Navigate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, BlacksmithWeaponUpgradeRef) == 0x0004A0, "Member 'UWBP_WeaponsList_C::BlacksmithWeaponUpgradeRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, AbsolutePos) == 0x0004A8, "Member 'UWBP_WeaponsList_C::AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponsList_C, MoveTooltipTimerHandle) == 0x0004B8, "Member 'UWBP_WeaponsList_C::MoveTooltipTimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_BaseButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Downgrade_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_ArrowButton_Upgrade_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_BndEvt__WBP_Raw_Attributes_Display_WBP_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display) == 0x0001F8, "Wrong size on WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, EntryPoint) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_bool_Variable) == 0x000004, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable) == 0x000018, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_bool_Variable_1) == 0x00001A, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable_2) == 0x00001B, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable_3) == 0x00001C, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_bool_Variable_2) == 0x00001D, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_Value_1) == 0x000020, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_GetAttributeDisplayName_ReturnValue) == 0x000028, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_GetAttributeDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_Enabled) == 0x000048, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_ComponentBoundEvent_Button_4) == 0x000050, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_ComponentBoundEvent_Button_3) == 0x000058, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000070, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeArray_Array) == 0x000130, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeArray_Array_1) == 0x000140, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Format_ReturnValue) == 0x000150, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Format_ReturnValue_1) == 0x000160, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable_4) == 0x000170, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_Value) == 0x000174, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_UpgradeAllowed) == 0x000178, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_UpgradeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_Select_Default) == 0x000179, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Subtract_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_byte_Variable_5) == 0x000184, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_DowngradeAllowed) == 0x000185, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_DowngradeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_Select_Default_1) == 0x000186, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_CustomEvent_SetActive) == 0x000187, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_CustomEvent_SetActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeStruct_SlateColor) == 0x000188, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_MakeStruct_SlateColor_1) == 0x00019C, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_Select_Default_2) == 0x0001B0, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C4, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C5, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001C6, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_Event_IsDesignTime) == 0x0001C7, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_ComponentBoundEvent_Button_2) == 0x0001C8, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_ComponentBoundEvent_Button_1) == 0x0001D0, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, Temp_bool_Variable_3) == 0x0001D8, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001DC, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Wrap_ReturnValue) == 0x0001E0, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Wrap_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_Select_Default_3) == 0x0001E4, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001E8, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, CallFunc_Wrap_ReturnValue_1) == 0x0001EC, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::CallFunc_Wrap_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display, K2Node_ComponentBoundEvent_Button) == 0x0001F0, "Member 'WBP_Raw_Attributes_Display_C_ExecuteUbergraph_WBP_Raw_Attributes_Display::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_OnFocusReceived \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_OnFocusReceived"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_Raw_Attributes_Display_C_OnFocusReceived"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_Raw_Attributes_Display_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_Raw_Attributes_Display_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnFocusReceived, CallFunc_Unhandled_ReturnValue) == 0x0000F8, "Member 'WBP_Raw_Attributes_Display_C_OnFocusReceived::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_OnNavigation \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_OnNavigation) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_OnNavigation"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_OnNavigation) == 0x000002, "Wrong size on WBP_Raw_Attributes_Display_C_OnNavigation"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnNavigation, NavigationType) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_OnNavigation::NavigationType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_OnNavigation, ReturnValue) == 0x000001, "Member 'WBP_Raw_Attributes_Display_C_OnNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_PreConstruct \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_PreConstruct"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_PreConstruct) == 0x000001, "Wrong size on WBP_Raw_Attributes_Display_C_PreConstruct"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetAllowedMaxValue \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetAllowedMaxValue) == 0x000004, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetAllowedMaxValue"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetAllowedMaxValue) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_SetAllowedMaxValue"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAllowedMaxValue, AllowedMaxValue_0) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetAllowedMaxValue::AllowedMaxValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAllowedMaxValue, CallFunc_Clamp_ReturnValue) == 0x000004, "Member 'WBP_Raw_Attributes_Display_C_SetAllowedMaxValue::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetAllowedMinValue \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetAllowedMinValue) == 0x000004, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetAllowedMinValue"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetAllowedMinValue) == 0x000008, "Wrong size on WBP_Raw_Attributes_Display_C_SetAllowedMinValue"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAllowedMinValue, AllowedMinValue_0) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetAllowedMinValue::AllowedMinValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAllowedMinValue, CallFunc_Clamp_ReturnValue) == 0x000004, "Member 'WBP_Raw_Attributes_Display_C_SetAllowedMinValue::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetAttributeScaling \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetAttributeScaling) == 0x000008, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetAttributeScaling"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetAttributeScaling) == 0x000028, "Wrong size on WBP_Raw_Attributes_Display_C_SetAttributeScaling"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, InAttributeScaling) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::InAttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_byte_Variable) == 0x000001, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue) == 0x000008, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_bool_Variable) == 0x000019, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_byte_Variable_2) == 0x00001A, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_byte_Variable_3) == 0x00001B, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, Temp_bool_Variable_1) == 0x00001C, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, K2Node_Select_Default) == 0x00001D, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001E, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, CallFunc_BooleanAND_ReturnValue) == 0x00001F, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeScaling, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeScaling::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetAttributeValue \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetAttributeValue) == 0x000004, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetAttributeValue"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetAttributeValue) == 0x000004, "Wrong size on WBP_Raw_Attributes_Display_C_SetAttributeValue"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetAttributeValue, Value) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetAttributeValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue) == 0x000001, "Wrong size on WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue, SetActive) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetColorPreviewAttributeValue::SetActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetDowngradeAllowed \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetDowngradeAllowed) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetDowngradeAllowed"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetDowngradeAllowed) == 0x000001, "Wrong size on WBP_Raw_Attributes_Display_C_SetDowngradeAllowed"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetDowngradeAllowed, DowngradeAllowed) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetDowngradeAllowed::DowngradeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetModificationEnabled \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetModificationEnabled) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetModificationEnabled"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetModificationEnabled) == 0x000001, "Wrong size on WBP_Raw_Attributes_Display_C_SetModificationEnabled"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetModificationEnabled, Enabled) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetModificationEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue) == 0x000004, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue) == 0x000004, "Wrong size on WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue, Value) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetPreviewAttributeValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Raw_Attributes_Display_C_SetUpgradeAllowed \ +static_assert(alignof(WBP_Raw_Attributes_Display_C_SetUpgradeAllowed) == 0x000001, "Wrong alignment on WBP_Raw_Attributes_Display_C_SetUpgradeAllowed"); \ +static_assert(sizeof(WBP_Raw_Attributes_Display_C_SetUpgradeAllowed) == 0x000001, "Wrong size on WBP_Raw_Attributes_Display_C_SetUpgradeAllowed"); \ +static_assert(offsetof(WBP_Raw_Attributes_Display_C_SetUpgradeAllowed, UpgradeAllowed) == 0x000000, "Member 'WBP_Raw_Attributes_Display_C_SetUpgradeAllowed::UpgradeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Raw_Attributes_Display_C \ +static_assert(alignof(UWBP_Raw_Attributes_Display_C) == 0x000008, "Wrong alignment on UWBP_Raw_Attributes_Display_C"); \ +static_assert(sizeof(UWBP_Raw_Attributes_Display_C) == 0x0003C0, "Wrong size on UWBP_Raw_Attributes_Display_C"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, UberGraphFrame) == 0x000310, "Member 'UWBP_Raw_Attributes_Display_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AttributeScaling) == 0x000318, "Member 'UWBP_Raw_Attributes_Display_C::AttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, BaseButton) == 0x000320, "Member 'UWBP_Raw_Attributes_Display_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, HorizontalBox_ValueModificationContainer) == 0x000328, "Member 'UWBP_Raw_Attributes_Display_C::HorizontalBox_ValueModificationContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, Image_ModificationArrow) == 0x000330, "Member 'UWBP_Raw_Attributes_Display_C::Image_ModificationArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, IndicatorScale) == 0x000338, "Member 'UWBP_Raw_Attributes_Display_C::IndicatorScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, TextBlock_Name) == 0x000340, "Member 'UWBP_Raw_Attributes_Display_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, TextBlock_Number_Stat) == 0x000348, "Member 'UWBP_Raw_Attributes_Display_C::TextBlock_Number_Stat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, TextBlock_Number_Stat_UpgradeResult) == 0x000350, "Member 'UWBP_Raw_Attributes_Display_C::TextBlock_Number_Stat_UpgradeResult' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, WBP_ArrowButton_Downgrade) == 0x000358, "Member 'UWBP_Raw_Attributes_Display_C::WBP_ArrowButton_Downgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, WBP_ArrowButton_Upgrade) == 0x000360, "Member 'UWBP_Raw_Attributes_Display_C::WBP_ArrowButton_Upgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AttributeType) == 0x000368, "Member 'UWBP_Raw_Attributes_Display_C::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, OnAttributeChanged) == 0x000370, "Member 'UWBP_Raw_Attributes_Display_C::OnAttributeChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, CurrentValue) == 0x000380, "Member 'UWBP_Raw_Attributes_Display_C::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AllowedMinValue) == 0x000384, "Member 'UWBP_Raw_Attributes_Display_C::AllowedMinValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AllowedMaxValue) == 0x000388, "Member 'UWBP_Raw_Attributes_Display_C::AllowedMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, CurrentPreviewValue) == 0x00038C, "Member 'UWBP_Raw_Attributes_Display_C::CurrentPreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AllowUpgrade) == 0x000390, "Member 'UWBP_Raw_Attributes_Display_C::AllowUpgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, OnAttributeFocused) == 0x000398, "Member 'UWBP_Raw_Attributes_Display_C::OnAttributeFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, AllowDowngrade) == 0x0003A8, "Member 'UWBP_Raw_Attributes_Display_C::AllowDowngrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, IsReadyOnly) == 0x0003A9, "Member 'UWBP_Raw_Attributes_Display_C::IsReadyOnly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Raw_Attributes_Display_C, SD_OnNavigated) == 0x0003B0, "Member 'UWBP_Raw_Attributes_Display_C::SD_OnNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_2_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_BndEvt__WBP_AttributesStatsPanel_AssignButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_BndEvt__WBP_Panel_SkillTree_ResetButton_K2Node_ComponentBoundEvent_7_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel \ +static_assert(alignof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel) == 0x000248, "Wrong size on WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, EntryPoint) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Values_Values) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_byte_Variable) == 0x000028, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000029, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_CustomEvent_AttributeWidget_1) == 0x000048, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_CustomEvent_AttributeWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_CustomEvent_IsUpgrade) == 0x000050, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_CustomEvent_IsUpgrade' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_CustomEvent_AttributeWidget) == 0x000058, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_CustomEvent_AttributeWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Find_Value) == 0x000080, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000089, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000090, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x000098, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_Event_IsDesignTime) == 0x0000E9, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetNiagaraComponent_ReturnValue) == 0x0000F0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x0000F8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Contains_ReturnValue) == 0x000100, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Find_Value_1) == 0x000108, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Find_ReturnValue_1) == 0x000110, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_IsValid_ReturnValue_2) == 0x000111, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000118, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Length_ReturnValue_2) == 0x000128, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Subtract_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetNiagaraComponent_ReturnValue_2) == 0x000130, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetNiagaraComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000138, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetDataTableRowFromName_OutRow) == 0x000140, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000190, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetNiagaraComponent_ReturnValue_3) == 0x000198, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetNiagaraComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Map_Keys_Keys_1) == 0x0001A0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Add_ReturnValue) == 0x0001B0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetNiagaraComponent_ReturnValue_4) == 0x0001B8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetNiagaraComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Contains_ReturnValue) == 0x0001C0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_bool_Has_Been_Initd_Variable) == 0x0001C1, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_ComponentBoundEvent_Button_1) == 0x0001C8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetInventoryManager_ReturnValue) == 0x0001D0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_GetCharacterResetConsumableCost_ReturnValue) == 0x0001D8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_GetCharacterResetConsumableCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_ComponentBoundEvent_Progress_1) == 0x0001E8, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_ComponentBoundEvent_Progress_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Get_Item_2) == 0x0001F0, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Array_Length_ReturnValue_3) == 0x000208, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Less_IntInt_ReturnValue_1) == 0x00020C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_CanAffordItemCosts_ReturnValue) == 0x00020D, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_CanAffordItemCosts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_ComponentBoundEvent_Progress) == 0x000210, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, K2Node_ComponentBoundEvent_Button) == 0x000218, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000220, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000221, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_MapRangeClamped_ReturnValue) == 0x000228, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_int_Loop_Counter_Variable_2) == 0x000230, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Less_IntInt_ReturnValue_2) == 0x000234, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000238, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, Temp_bool_IsClosed_Variable) == 0x00023C, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000240, "Member 'WBP_AttributesStatsPanel_C_ExecuteUbergraph_WBP_AttributesStatsPanel::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_InitializeDynamicWidgets \ +static_assert(alignof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_InitializeDynamicWidgets"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets) == 0x000310, "Wrong size on WBP_AttributesStatsPanel_C_InitializeDynamicWidgets"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, local_firstSet) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::local_firstSet' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, local_firstAttribute) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::local_firstAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeArray_Array_1) == 0x000028, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Get_Item) == 0x00003C, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000044, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000058, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeArray_Array_2) == 0x0000C0, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000D0, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Map_Values_Values) == 0x0000F0, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Length_ReturnValue_2) == 0x000104, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00010C, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Loop_Counter_Variable_1) == 0x000110, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Less_IntInt_ReturnValue_1) == 0x000114, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Add_IntInt_ReturnValue_1) == 0x000118, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Loop_Counter_Variable_2) == 0x00011C, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Less_IntInt_ReturnValue_2) == 0x000120, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Add_IntInt_ReturnValue_2) == 0x000124, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Array_Index_Variable_1) == 0x000128, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_DynamicCast_AsWBP_Raw_Attributes_Display) == 0x000138, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_DynamicCast_AsWBP_Raw_Attributes_Display' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeMap_Map) == 0x000148, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeMap_Map_1) == 0x000198, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeMap_Map_2) == 0x0001E8, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeMap_Map_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_CreateDelegate_OutputDelegate) == 0x000238, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_CreateDelegate_OutputDelegate_1) == 0x000248, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Map_Find_Value) == 0x000258, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Map_Find_ReturnValue) == 0x000260, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, Temp_int_Array_Index_Variable_2) == 0x000264, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Not_PreBool_ReturnValue) == 0x000268, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Array_Get_Item_2) == 0x000269, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000270, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000280, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000288, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeStruct_FormatArgumentData_1) == 0x000298, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, K2Node_MakeArray_Array_3) == 0x0002E0, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Format_ReturnValue_1) == 0x0002F0, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Map_Find_Value_1) == 0x000300, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Map_Find_ReturnValue_1) == 0x000308, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_InitializeDynamicWidgets, CallFunc_Not_PreBool_ReturnValue_1) == 0x000309, "Member 'WBP_AttributesStatsPanel_C_InitializeDynamicWidgets::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_LoadCharacterState \ +static_assert(alignof(WBP_AttributesStatsPanel_C_LoadCharacterState) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_LoadCharacterState"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_LoadCharacterState) == 0x0003C0, "Wrong size on WBP_AttributesStatsPanel_C_LoadCharacterState"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CharacterData) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_byte_Variable) == 0x00000C, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_bool_Variable) == 0x00000D, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_real_Variable) == 0x000044, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetCustomGI_ReturnValue) == 0x000048, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_real_Variable_1) == 0x000050, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x000054, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x000058, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x000060, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_IsValid_ReturnValue_1) == 0x0000B1, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_bool_Variable_1) == 0x0000B2, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_byte_Variable_1) == 0x0000B3, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_byte_Variable_2) == 0x0000B4, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, Temp_bool_Variable_2) == 0x0000B5, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value) == 0x0000B8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value_1) == 0x0000BC, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value_2) == 0x0000C0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value_3) == 0x0000C4, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value_4) == 0x0000C8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetCharacterResetConsumableCost_ReturnValue) == 0x0000D0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetCharacterResetConsumableCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000E4, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000E8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000EC, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetInventoryManager_ReturnValue) == 0x0000F8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_FindItemCountFromInventory_Quantity) == 0x000100, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_FindItemCountFromInventory_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000108, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000110, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetItemDefinitionFromID_Found) == 0x000111, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000118, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_BooleanAND_ReturnValue) == 0x000248, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, K2Node_Select_Default) == 0x000249, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, K2Node_Select_Default_1) == 0x00024C, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetEquipmentStats_EquipmentStats) == 0x000250, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetEquipmentStats_EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAttributePointsToAssign_ReturnValue) == 0x0002A0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAttributePointsToAssign_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_Value) == 0x0002A8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue) == 0x0002B0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0002B1, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Round_ReturnValue) == 0x0002B4, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAttributeStats_EquipmentStats) == 0x0002B8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAttributeStats_EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetCharacterStats_Stats) == 0x000308, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_Value_1) == 0x000358, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue_1) == 0x000360, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_Value_2) == 0x000368, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue_2) == 0x000370, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Round_ReturnValue_1) == 0x000374, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Round_ReturnValue_2) == 0x000378, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Round_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_CreateCopy_ReturnValue) == 0x000380, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_CreateCopy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_Value_3) == 0x000388, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue_3) == 0x000390, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Values_Values) == 0x000398, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Array_Get_Item_1) == 0x0003A8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Array_Length_ReturnValue_1) == 0x0003B0, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003B4, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_Value_4) == 0x0003B5, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_Map_Find_ReturnValue_4) == 0x0003B6, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, CallFunc_GetAssignedAttributePoints_Value_5) == 0x0003B8, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::CallFunc_GetAssignedAttributePoints_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadCharacterState, K2Node_Select_Default_2) == 0x0003BC, "Member 'WBP_AttributesStatsPanel_C_LoadCharacterState::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_LoadPreviewCharacterState \ +static_assert(alignof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_LoadPreviewCharacterState"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState) == 0x000268, "Wrong size on WBP_AttributesStatsPanel_C_LoadPreviewCharacterState"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, PreviewCharacter) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::PreviewCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetTotalAssignedAttributePoints_TotalAssignedAttributePoints) == 0x000018, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetTotalAssignedAttributePoints_TotalAssignedAttributePoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetAttributePointsToAssign_ReturnValue) == 0x000020, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetAttributePointsToAssign_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000024, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetCharacterStats_Stats) == 0x000028, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetCharacterStats_Stats' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_int_Array_Index_Variable) == 0x000080, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_int_Array_Index_Variable_1) == 0x000090, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_real_Variable) == 0x000094, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000099, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00009A, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Round_ReturnValue) == 0x0000AC, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_real_Variable_1) == 0x0000B0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_bool_Variable) == 0x0000B4, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_byte_Variable) == 0x0000B5, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_byte_Variable_1) == 0x0000B6, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetEquippedWeaponItemInstance_Valid) == 0x0000B7, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetEquippedWeaponItemInstance_Valid' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetEquippedWeaponItemInstance_ReturnValue) == 0x0000B8, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetEquippedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetEquipmentStats_EquipmentStats) == 0x0000C0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetEquipmentStats_EquipmentStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_Value_1) == 0x000118, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_ReturnValue_1) == 0x000120, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetWeaponInstancePower_TotalDamage) == 0x000124, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetWeaponInstancePower_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetWeaponInstancePower_BaseDamage) == 0x000128, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetWeaponInstancePower_BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetWeaponInstancePower_ScalingDamage) == 0x00012C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetWeaponInstancePower_ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute) == 0x000130, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetCharacterStats_Stats_1) == 0x000180, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetCharacterStats_Stats_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_Value_2) == 0x0001D0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_ReturnValue_2) == 0x0001D8, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, Temp_bool_Variable_1) == 0x0001D9, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Round_ReturnValue_1) == 0x0001E8, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, K2Node_Select_Default) == 0x0001EC, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, K2Node_Select_Default_1) == 0x0001F0, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Keys_Keys) == 0x0001F8, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetTotalAssignedAttributePoints_TotalAssignedAttributePoints_1) == 0x000208, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetTotalAssignedAttributePoints_TotalAssignedAttributePoints_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Array_Get_Item_1) == 0x00020C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Subtract_IntInt_ReturnValue) == 0x000210, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_Value_3) == 0x000218, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_ReturnValue_3) == 0x000220, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetAssignedAttributePoints_Value) == 0x000224, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetAssignedAttributePoints_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetAssignedAttributePoints_Value_1) == 0x000228, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetAssignedAttributePoints_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00022C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Array_Length_ReturnValue_1) == 0x000230, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Less_IntInt_ReturnValue_1) == 0x000234, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_BooleanOR_ReturnValue) == 0x000235, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetAttributePointsToAssign_ReturnValue_1) == 0x000238, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetAttributePointsToAssign_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00023C, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Add_IntInt_ReturnValue_2) == 0x000240, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_GetAttributePointsToAssign_ReturnValue_2) == 0x000244, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_GetAttributePointsToAssign_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Conv_IntToText_ReturnValue) == 0x000248, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_Value_4) == 0x000258, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_LoadPreviewCharacterState, CallFunc_Map_Find_ReturnValue_4) == 0x000260, "Member 'WBP_AttributesStatsPanel_C_LoadPreviewCharacterState::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_OnAttributeChanged \ +static_assert(alignof(WBP_AttributesStatsPanel_C_OnAttributeChanged) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_OnAttributeChanged"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_OnAttributeChanged) == 0x000010, "Wrong size on WBP_AttributesStatsPanel_C_OnAttributeChanged"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_OnAttributeChanged, AttributeWidget) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_OnAttributeChanged::AttributeWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_OnAttributeChanged, IsUpgrade) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_OnAttributeChanged::IsUpgrade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_OnAttributeFocused \ +static_assert(alignof(WBP_AttributesStatsPanel_C_OnAttributeFocused) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_OnAttributeFocused"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_OnAttributeFocused) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_OnAttributeFocused"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_OnAttributeFocused, AttributeWidget) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_OnAttributeFocused::AttributeWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_PreConstruct \ +static_assert(alignof(WBP_AttributesStatsPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AttributesStatsPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_AttributesStatsPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_Set_Change_Allowed \ +static_assert(alignof(WBP_AttributesStatsPanel_C_Set_Change_Allowed) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_Set_Change_Allowed"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_Set_Change_Allowed) == 0x000038, "Wrong size on WBP_AttributesStatsPanel_C_Set_Change_Allowed"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, ChangeAllowed) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::ChangeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, CallFunc_Map_Values_Values) == 0x000010, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_Set_Change_Allowed, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_AttributesStatsPanel_C_Set_Change_Allowed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_AttributesStatsPanel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AttributesStatsPanel_C \ +static_assert(alignof(UWBP_AttributesStatsPanel_C) == 0x000008, "Wrong alignment on UWBP_AttributesStatsPanel_C"); \ +static_assert(sizeof(UWBP_AttributesStatsPanel_C) == 0x0006D0, "Wrong size on UWBP_AttributesStatsPanel_C"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_AttributesStatsPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, APBox) == 0x000438, "Member 'UWBP_AttributesStatsPanel_C::APBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, APStatDisplay) == 0x000440, "Member 'UWBP_AttributesStatsPanel_C::APStatDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AssignAttributesBinding) == 0x000448, "Member 'UWBP_AttributesStatsPanel_C::AssignAttributesBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AssignButton) == 0x000450, "Member 'UWBP_AttributesStatsPanel_C::AssignButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeDisplayAgility) == 0x000458, "Member 'UWBP_AttributesStatsPanel_C::AttributeDisplayAgility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeDisplayDefense) == 0x000460, "Member 'UWBP_AttributesStatsPanel_C::AttributeDisplayDefense' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeDisplayLuck) == 0x000468, "Member 'UWBP_AttributesStatsPanel_C::AttributeDisplayLuck' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeDisplayMight) == 0x000470, "Member 'UWBP_AttributesStatsPanel_C::AttributeDisplayMight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeDisplayVitality) == 0x000478, "Member 'UWBP_AttributesStatsPanel_C::AttributeDisplayVitality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributePointsText) == 0x000480, "Member 'UWBP_AttributesStatsPanel_C::AttributePointsText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttrPointsLine) == 0x000488, "Member 'UWBP_AttributesStatsPanel_C::AttrPointsLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttrPointsSquare) == 0x000490, "Member 'UWBP_AttributesStatsPanel_C::AttrPointsSquare' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, CritRateBox) == 0x000498, "Member 'UWBP_AttributesStatsPanel_C::CritRateBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, CritRateStatDisplay) == 0x0004A0, "Member 'UWBP_AttributesStatsPanel_C::CritRateStatDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, DefenseBox) == 0x0004A8, "Member 'UWBP_AttributesStatsPanel_C::DefenseBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, DefenseStatDisplay) == 0x0004B0, "Member 'UWBP_AttributesStatsPanel_C::DefenseStatDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, DynamicEntryBox_ResourceCost) == 0x0004B8, "Member 'UWBP_AttributesStatsPanel_C::DynamicEntryBox_ResourceCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, HealthBox) == 0x0004C0, "Member 'UWBP_AttributesStatsPanel_C::HealthBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, HealthStatDisplay) == 0x0004C8, "Member 'UWBP_AttributesStatsPanel_C::HealthStatDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, NiagaraSystemWidget_Canalize) == 0x0004D0, "Member 'UWBP_AttributesStatsPanel_C::NiagaraSystemWidget_Canalize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, NiagaraSystemWidget_Explode) == 0x0004D8, "Member 'UWBP_AttributesStatsPanel_C::NiagaraSystemWidget_Explode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, ResetAttributesBinding) == 0x0004E0, "Member 'UWBP_AttributesStatsPanel_C::ResetAttributesBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, ResetButton) == 0x0004E8, "Member 'UWBP_AttributesStatsPanel_C::ResetButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, ResetOverlay) == 0x0004F0, "Member 'UWBP_AttributesStatsPanel_C::ResetOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, SpeedBox) == 0x0004F8, "Member 'UWBP_AttributesStatsPanel_C::SpeedBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, SpeedStatDisplay) == 0x000500, "Member 'UWBP_AttributesStatsPanel_C::SpeedStatDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, VerticalBox_AttributeList) == 0x000508, "Member 'UWBP_AttributesStatsPanel_C::VerticalBox_AttributeList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, VerticalBox_StatList) == 0x000510, "Member 'UWBP_AttributesStatsPanel_C::VerticalBox_StatList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, WBP_CharacterLevel) == 0x000518, "Member 'UWBP_AttributesStatsPanel_C::WBP_CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, AttributeWidgets) == 0x000520, "Member 'UWBP_AttributesStatsPanel_C::AttributeWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, StatWidgets) == 0x000570, "Member 'UWBP_AttributesStatsPanel_C::StatWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, CurrentCharacterData) == 0x0005C0, "Member 'UWBP_AttributesStatsPanel_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, PreviewAttributes) == 0x0005C8, "Member 'UWBP_AttributesStatsPanel_C::PreviewAttributes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, PreviewCharacterData) == 0x000618, "Member 'UWBP_AttributesStatsPanel_C::PreviewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, HasModifiedAttributes) == 0x000620, "Member 'UWBP_AttributesStatsPanel_C::HasModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, OnCharacterUpdated) == 0x000628, "Member 'UWBP_AttributesStatsPanel_C::OnCharacterUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, SDChangeValue) == 0x000638, "Member 'UWBP_AttributesStatsPanel_C::SDChangeValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, StatBoxes) == 0x000648, "Member 'UWBP_AttributesStatsPanel_C::StatBoxes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, FocusedAttribute) == 0x000698, "Member 'UWBP_AttributesStatsPanel_C::FocusedAttribute' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, OnPreviewCharacterLoaded) == 0x0006A0, "Member 'UWBP_AttributesStatsPanel_C::OnPreviewCharacterLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, SDAttributeUpgrade) == 0x0006B0, "Member 'UWBP_AttributesStatsPanel_C::SDAttributeUpgrade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributesStatsPanel_C, SDRecoatUsed) == 0x0006C0, "Member 'UWBP_AttributesStatsPanel_C::SDRecoatUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination \ +static_assert(alignof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination) == 0x000008, "Wrong alignment on BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination"); \ +static_assert(sizeof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination) == 0x0000F8, "Wrong size on BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, EntryPoint) == 0x000000, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_Event_OwnerController) == 0x000008, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000018, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000020, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_GetBlackboardValueAsObject_ReturnValue_1) == 0x000040, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_GetBlackboardValueAsObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000048, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, Temp_wildcard_Variable) == 0x000058, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_Event_OwnerController_1) == 0x000070, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_Event_ControlledPawn_1) == 0x000078, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_Event_DeltaSeconds) == 0x000080, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_AsBP_Pawn_AICompanion_1) == 0x000088, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_AsBP_Pawn_AICompanion_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_GetOrTryAcquirePoint_Point) == 0x0000B0, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_GetOrTryAcquirePoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_GetOrTryAcquirePoint_Success) == 0x0000C8, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_GetOrTryAcquirePoint_Success' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_Vector_Distance_ReturnValue) == 0x0000D0, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_K2_ProjectPointToNavigation_ProjectedLocation) == 0x0000D8, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_K2_ProjectPointToNavigation_ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_K2_ProjectPointToNavigation_ReturnValue) == 0x0000F0, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_K2_ProjectPointToNavigation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x0000F4, "Member 'BTService_AICompanion_UpdateDestination_C_ExecuteUbergraph_BTService_AICompanion_UpdateDestination::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI \ +static_assert(alignof(BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_AICompanion_UpdateDestination_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_AICompanion_UpdateDestination_C_ReceiveTickAI \ +static_assert(alignof(BTService_AICompanion_UpdateDestination_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_AICompanion_UpdateDestination_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_AICompanion_UpdateDestination_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_AICompanion_UpdateDestination_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_AICompanion_UpdateDestination_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_AICompanion_UpdateDestination_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateDestination_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_AICompanion_UpdateDestination_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_AICompanion_UpdateDestination_C \ +static_assert(alignof(UBTService_AICompanion_UpdateDestination_C) == 0x000008, "Wrong alignment on UBTService_AICompanion_UpdateDestination_C"); \ +static_assert(sizeof(UBTService_AICompanion_UpdateDestination_C) == 0x000130, "Wrong size on UBTService_AICompanion_UpdateDestination_C"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateDestination_C, UberGraphFrame) == 0x000098, "Member 'UBTService_AICompanion_UpdateDestination_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateDestination_C, DestinationBlackboardKeySelector) == 0x0000A0, "Member 'UBTService_AICompanion_UpdateDestination_C::DestinationBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateDestination_C, QueryExtentToNavMesh) == 0x0000C8, "Member 'UBTService_AICompanion_UpdateDestination_C::QueryExtentToNavMesh' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateDestination_C, ActorBlackboardKeySelector) == 0x0000E0, "Member 'UBTService_AICompanion_UpdateDestination_C::ActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateDestination_C, DistanceToDestinationBlackboardKeySelector) == 0x000108, "Member 'UBTService_AICompanion_UpdateDestination_C::DistanceToDestinationBlackboardKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Stats_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_Panel_Stats_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState) == 0x000020, "Wrong size on WBP_Panel_Stats_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_Panel_Stats_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_Panel_Stats_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'WBP_Panel_Stats_C_BPI_GetCharacterNotificationState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_GetCharacterNotificationState, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000018, "Member 'WBP_Panel_Stats_C_BPI_GetCharacterNotificationState::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Stats_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_Panel_Stats_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Stats_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_Stats_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_Stats_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_Stats_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Stats_C_BPI_SetIsReadOnly \ +static_assert(alignof(WBP_Panel_Stats_C_BPI_SetIsReadOnly) == 0x000001, "Wrong alignment on WBP_Panel_Stats_C_BPI_SetIsReadOnly"); \ +static_assert(sizeof(WBP_Panel_Stats_C_BPI_SetIsReadOnly) == 0x000001, "Wrong size on WBP_Panel_Stats_C_BPI_SetIsReadOnly"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BPI_SetIsReadOnly, IsReadOnly) == 0x000000, "Member 'WBP_Panel_Stats_C_BPI_SetIsReadOnly::IsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats \ +static_assert(alignof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats) == 0x000008, "Wrong alignment on WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats"); \ +static_assert(sizeof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats) == 0x000020, "Wrong size on WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats"); \ +static_assert(offsetof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats, EntryPoint) == 0x000000, "Member 'WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats, K2Node_Event_IsReadOnly) == 0x000010, "Member 'WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats::K2Node_Event_IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats, K2Node_Event_CharacterData) == 0x000018, "Member 'WBP_Panel_Stats_C_ExecuteUbergraph_WBP_Panel_Stats::K2Node_Event_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Stats_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Panel_Stats_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Panel_Stats_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Panel_Stats_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Panel_Stats_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Panel_Stats_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Stats_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Panel_Stats_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_Stats_C \ +static_assert(alignof(UWBP_Panel_Stats_C) == 0x000008, "Wrong alignment on UWBP_Panel_Stats_C"); \ +static_assert(sizeof(UWBP_Panel_Stats_C) == 0x000458, "Wrong size on UWBP_Panel_Stats_C"); \ +static_assert(offsetof(UWBP_Panel_Stats_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Panel_Stats_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Stats_C, Anim_Appear) == 0x000438, "Member 'UWBP_Panel_Stats_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Stats_C, WBP_CenterList_Stats) == 0x000440, "Member 'UWBP_Panel_Stats_C::WBP_CenterList_Stats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Stats_C, OnBackPressed) == 0x000448, "Member 'UWBP_Panel_Stats_C::OnBackPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_CharacterSelector_C_BndEvt__WBP_CharacterSelector_WBP_ButtonBinding_RightSelection_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector \ +static_assert(alignof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector"); \ +static_assert(sizeof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector) == 0x000060, "Wrong size on WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, EntryPoint) == 0x000000, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, K2Node_ComponentBoundEvent_PromptWidget_1) == 0x000008, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::K2Node_ComponentBoundEvent_PromptWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, K2Node_ComponentBoundEvent_PromptWidget) == 0x000018, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Percent_IntInt_ReturnValue) == 0x000024, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Find_ReturnValue_1) == 0x000038, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'WBP_CharacterSelector_C_ExecuteUbergraph_WBP_CharacterSelector::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_LoadCharacterCollection \ +static_assert(alignof(WBP_CharacterSelector_C_LoadCharacterCollection) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_LoadCharacterCollection"); \ +static_assert(sizeof(WBP_CharacterSelector_C_LoadCharacterCollection) == 0x000060, "Wrong size on WBP_CharacterSelector_C_LoadCharacterCollection"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CharacterList_0) == 0x000000, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CharacterList_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, K2Node_MakeStruct_Margin) == 0x00001C, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_SpawnObject_ReturnValue) == 0x000030, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000048, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LoadCharacterCollection, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_CharacterSelector_C_LoadCharacterCollection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_LockCharacterSelector \ +static_assert(alignof(WBP_CharacterSelector_C_LockCharacterSelector) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_LockCharacterSelector"); \ +static_assert(sizeof(WBP_CharacterSelector_C_LockCharacterSelector) == 0x000040, "Wrong size on WBP_CharacterSelector_C_LockCharacterSelector"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, IsLocked) == 0x000000, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, Temp_byte_Variable) == 0x000001, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, Temp_bool_Variable) == 0x000010, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, K2Node_Select_Default) == 0x000028, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_LockCharacterSelector, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_CharacterSelector_C_LockCharacterSelector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_PreSetSelectedCharacter \ +static_assert(alignof(WBP_CharacterSelector_C_PreSetSelectedCharacter) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_PreSetSelectedCharacter"); \ +static_assert(sizeof(WBP_CharacterSelector_C_PreSetSelectedCharacter) == 0x000008, "Wrong size on WBP_CharacterSelector_C_PreSetSelectedCharacter"); \ +static_assert(offsetof(WBP_CharacterSelector_C_PreSetSelectedCharacter, SelectedCharacter_0) == 0x000000, "Member 'WBP_CharacterSelector_C_PreSetSelectedCharacter::SelectedCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_SetSelectedCharacter \ +static_assert(alignof(WBP_CharacterSelector_C_SetSelectedCharacter) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_SetSelectedCharacter"); \ +static_assert(sizeof(WBP_CharacterSelector_C_SetSelectedCharacter) == 0x000030, "Wrong size on WBP_CharacterSelector_C_SetSelectedCharacter"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CharacterData) == 0x000000, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00001A, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_Map_Find_Value_1) == 0x000020, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelector_C_SetSelectedCharacter, CallFunc_Map_Find_ReturnValue_1) == 0x000028, "Member 'WBP_CharacterSelector_C_SetSelectedCharacter::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelector_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_CharacterSelector_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_CharacterSelector_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_CharacterSelector_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_CharacterSelector_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_CharacterSelector_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_CharacterSelector_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterSelector_C \ +static_assert(alignof(UWBP_CharacterSelector_C) == 0x000008, "Wrong alignment on UWBP_CharacterSelector_C"); \ +static_assert(sizeof(UWBP_CharacterSelector_C) == 0x000528, "Wrong size on UWBP_CharacterSelector_C"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, UberGraphFrame) == 0x000430, "Member 'UWBP_CharacterSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, Anim_Onclick_Left) == 0x000438, "Member 'UWBP_CharacterSelector_C::Anim_Onclick_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, Anim_OnClick_Right) == 0x000440, "Member 'UWBP_CharacterSelector_C::Anim_OnClick_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, HorizontalBox_PortraitSelector) == 0x000448, "Member 'UWBP_CharacterSelector_C::HorizontalBox_PortraitSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_ButtonBinding_LeftSelection) == 0x000450, "Member 'UWBP_CharacterSelector_C::WBP_ButtonBinding_LeftSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_ButtonBinding_RightSelection) == 0x000458, "Member 'UWBP_CharacterSelector_C::WBP_ButtonBinding_RightSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_CharacterSelectorEntry) == 0x000460, "Member 'UWBP_CharacterSelector_C::WBP_CharacterSelectorEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_CharacterSelectorEntry_1) == 0x000468, "Member 'UWBP_CharacterSelector_C::WBP_CharacterSelectorEntry_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_CharacterSelectorEntry_2) == 0x000470, "Member 'UWBP_CharacterSelector_C::WBP_CharacterSelectorEntry_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_CharacterSelectorEntry_3) == 0x000478, "Member 'UWBP_CharacterSelector_C::WBP_CharacterSelectorEntry_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, WBP_CharacterSelectorEntry_4) == 0x000480, "Member 'UWBP_CharacterSelector_C::WBP_CharacterSelectorEntry_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, SelectedCharacter) == 0x000488, "Member 'UWBP_CharacterSelector_C::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, OnSelectedCharacterChanged) == 0x000490, "Member 'UWBP_CharacterSelector_C::OnSelectedCharacterChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, CharacterToWidget) == 0x0004A0, "Member 'UWBP_CharacterSelector_C::CharacterToWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, CharacterList) == 0x0004F0, "Member 'UWBP_CharacterSelector_C::CharacterList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, OnBackPressed) == 0x000500, "Member 'UWBP_CharacterSelector_C::OnBackPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, HasPreSetSelectedCharacter) == 0x000510, "Member 'UWBP_CharacterSelector_C::HasPreSetSelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelector_C, SD_OnCharacterChanged) == 0x000518, "Member 'UWBP_CharacterSelector_C::SD_OnCharacterChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton \ +static_assert(alignof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton) == 0x000008, "Wrong alignment on WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton"); \ +static_assert(sizeof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton) == 0x000058, "Wrong size on WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, EntryPoint) == 0x000000, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000005, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, K2Node_DynamicCast_AsOverlay_Slot) == 0x000018, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::K2Node_DynamicCast_AsOverlay_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, K2Node_Select_Default) == 0x000028, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000030, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, K2Node_Select_Default_1) == 0x000040, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000048, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000050, "Member 'WBP_CharacterSelectorButton_C_ExecuteUbergraph_WBP_CharacterSelectorButton::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorButton_C_PreConstruct \ +static_assert(alignof(WBP_CharacterSelectorButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CharacterSelectorButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_CharacterSelectorButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_CharacterSelectorButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CharacterSelectorButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterSelectorButton_C_SetIsActive \ +static_assert(alignof(WBP_CharacterSelectorButton_C_SetIsActive) == 0x000008, "Wrong alignment on WBP_CharacterSelectorButton_C_SetIsActive"); \ +static_assert(sizeof(WBP_CharacterSelectorButton_C_SetIsActive) == 0x000018, "Wrong size on WBP_CharacterSelectorButton_C_SetIsActive"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_SetIsActive, IsActive_0) == 0x000000, "Member 'WBP_CharacterSelectorButton_C_SetIsActive::IsActive_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_SetIsActive, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_CharacterSelectorButton_C_SetIsActive::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterSelectorButton_C_SetIsActive, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'WBP_CharacterSelectorButton_C_SetIsActive::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterSelectorButton_C \ +static_assert(alignof(UWBP_CharacterSelectorButton_C) == 0x000010, "Wrong alignment on UWBP_CharacterSelectorButton_C"); \ +static_assert(sizeof(UWBP_CharacterSelectorButton_C) == 0x001650, "Wrong size on UWBP_CharacterSelectorButton_C"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_CharacterSelectorButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Anim_PressedActive) == 0x0015A8, "Member 'UWBP_CharacterSelectorButton_C::Anim_PressedActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Anim_HoveredActive) == 0x0015B0, "Member 'UWBP_CharacterSelectorButton_C::Anim_HoveredActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Anim_Hovered) == 0x0015B8, "Member 'UWBP_CharacterSelectorButton_C::Anim_Hovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Anim_Pressed) == 0x0015C0, "Member 'UWBP_CharacterSelectorButton_C::Anim_Pressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Anim_Active) == 0x0015C8, "Member 'UWBP_CharacterSelectorButton_C::Anim_Active' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, ActiveStain) == 0x0015D0, "Member 'UWBP_CharacterSelectorButton_C::ActiveStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, Background) == 0x0015D8, "Member 'UWBP_CharacterSelectorButton_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, ButtonContent) == 0x0015E0, "Member 'UWBP_CharacterSelectorButton_C::ButtonContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, ContentNegativeRetainer) == 0x0015E8, "Member 'UWBP_CharacterSelectorButton_C::ContentNegativeRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, BackgroundMaterialInstance) == 0x0015F0, "Member 'UWBP_CharacterSelectorButton_C::BackgroundMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, SelectedStainTexture) == 0x0015F8, "Member 'UWBP_CharacterSelectorButton_C::SelectedStainTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, ContentPadding) == 0x001620, "Member 'UWBP_CharacterSelectorButton_C::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, IsActive) == 0x001630, "Member 'UWBP_CharacterSelectorButton_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterSelectorButton_C, SD_OnClicked) == 0x001638, "Member 'UWBP_CharacterSelectorButton_C::SD_OnClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport) == 0x000010, "Wrong size on BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport, EntryPoint) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport, K2Node_Event_GameInstance) == 0x000008, "Member 'BP_ExplorationCapacityComponent_FreeAimTeleport_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimTeleport::K2Node_Event_GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked) == 0x000001, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked) == 0x000002, "Wrong size on BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked, ReturnValue) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked, CallFunc_IsFreeAimTeleportUnlocked_FreeAimTeleportUnlocked) == 0x000001, "Member 'BP_ExplorationCapacityComponent_FreeAimTeleport_C_IsFreeAimTeleportUnlocked::CallFunc_IsFreeAimTeleportUnlocked_FreeAimTeleportUnlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI, GameInstance) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimTeleport_C_LoadStateFromGI::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationCapacityComponent_FreeAimTeleport_C \ +static_assert(alignof(UBP_ExplorationCapacityComponent_FreeAimTeleport_C) == 0x000008, "Wrong alignment on UBP_ExplorationCapacityComponent_FreeAimTeleport_C"); \ +static_assert(sizeof(UBP_ExplorationCapacityComponent_FreeAimTeleport_C) == 0x0000B0, "Wrong size on UBP_ExplorationCapacityComponent_FreeAimTeleport_C"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_FreeAimTeleport_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ExplorationCapacityComponent_FreeAimTeleport_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_FreeAimTeleport_C, ExplorationProgressionState) == 0x0000A8, "Member 'UBP_ExplorationCapacityComponent_FreeAimTeleport_C::ExplorationProgressionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot \ +static_assert(alignof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot) == 0x000008, "Wrong alignment on WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot"); \ +static_assert(sizeof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot) == 0x000058, "Wrong size on WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, EntryPoint) == 0x000000, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000020, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000028, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000030, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationReverse_ReturnValue_2) == 0x000038, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationReverse_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x000040, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, K2Node_Event_InFocusEvent) == 0x000048, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000050, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WBP_PictoSlot_C_ExecuteUbergraph_WBP_PictoSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_GetIsEmpty \ +static_assert(alignof(WBP_PictoSlot_C_GetIsEmpty) == 0x000001, "Wrong alignment on WBP_PictoSlot_C_GetIsEmpty"); \ +static_assert(sizeof(WBP_PictoSlot_C_GetIsEmpty) == 0x000001, "Wrong size on WBP_PictoSlot_C_GetIsEmpty"); \ +static_assert(offsetof(WBP_PictoSlot_C_GetIsEmpty, IsEmpty_0) == 0x000000, "Member 'WBP_PictoSlot_C_GetIsEmpty::IsEmpty_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_GetPictoViewItem \ +static_assert(alignof(WBP_PictoSlot_C_GetPictoViewItem) == 0x000008, "Wrong alignment on WBP_PictoSlot_C_GetPictoViewItem"); \ +static_assert(sizeof(WBP_PictoSlot_C_GetPictoViewItem) == 0x000008, "Wrong size on WBP_PictoSlot_C_GetPictoViewItem"); \ +static_assert(offsetof(WBP_PictoSlot_C_GetPictoViewItem, Picto_View_Item_0) == 0x000000, "Member 'WBP_PictoSlot_C_GetPictoViewItem::Picto_View_Item_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_PictoSlot_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_PictoSlot_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_PictoSlot_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_PictoSlot_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_PictoSlot_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_PictoSlot_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_SetEmptyColors \ +static_assert(alignof(WBP_PictoSlot_C_SetEmptyColors) == 0x000008, "Wrong alignment on WBP_PictoSlot_C_SetEmptyColors"); \ +static_assert(sizeof(WBP_PictoSlot_C_SetEmptyColors) == 0x0000C8, "Wrong size on WBP_PictoSlot_C_SetEmptyColors"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_bool_Variable) == 0x000000, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_struct_Variable) == 0x000004, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_bool_Variable_1) == 0x000024, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_PictoSlot_C_SetEmptyColors::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_MakeStruct_SlateColor) == 0x00004C, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000074, "Member 'WBP_PictoSlot_C_SetEmptyColors::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, CallFunc_BooleanAND_ReturnValue) == 0x000075, "Member 'WBP_PictoSlot_C_SetEmptyColors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, CallFunc_GetEffectMaterial_ReturnValue) == 0x000078, "Member 'WBP_PictoSlot_C_SetEmptyColors::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_Select_Default) == 0x000080, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_Select_Default_1) == 0x000094, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_MakeStruct_SlateColor_2) == 0x0000A4, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetEmptyColors, K2Node_Select_Default_2) == 0x0000B8, "Member 'WBP_PictoSlot_C_SetEmptyColors::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_SetPictoData \ +static_assert(alignof(WBP_PictoSlot_C_SetPictoData) == 0x000008, "Wrong alignment on WBP_PictoSlot_C_SetPictoData"); \ +static_assert(sizeof(WBP_PictoSlot_C_SetPictoData) == 0x000160, "Wrong size on WBP_PictoSlot_C_SetPictoData"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, PictoViewItem) == 0x000000, "Member 'WBP_PictoSlot_C_SetPictoData::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_GetPictoViewItem_Picto_View_Item) == 0x000010, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_GetPictoViewItem_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_IsValid_ReturnValue_2) == 0x000019, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000020, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_SetPictoData, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'WBP_PictoSlot_C_SetPictoData::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoSlot_C_ToggleEmptyState \ +static_assert(alignof(WBP_PictoSlot_C_ToggleEmptyState) == 0x000008, "Wrong alignment on WBP_PictoSlot_C_ToggleEmptyState"); \ +static_assert(sizeof(WBP_PictoSlot_C_ToggleEmptyState) == 0x0000E8, "Wrong size on WBP_PictoSlot_C_ToggleEmptyState"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, IsEmpty_0) == 0x000000, "Member 'WBP_PictoSlot_C_ToggleEmptyState::IsEmpty_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, PlayAnimation_0) == 0x000001, "Member 'WBP_PictoSlot_C_ToggleEmptyState::PlayAnimation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_struct_Variable) == 0x000008, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_bool_Variable) == 0x000028, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_struct_Variable_2) == 0x000030, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_struct_Variable_3) == 0x000040, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_bool_Variable_1) == 0x000050, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_byte_Variable) == 0x000051, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_byte_Variable_1) == 0x000052, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_bool_Variable_2) == 0x000053, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_byte_Variable_2) == 0x000054, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_byte_Variable_3) == 0x000055, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_MakeStruct_SlateColor) == 0x000058, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_MakeStruct_SlateColor_1) == 0x00006C, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_bool_Variable_3) == 0x000080, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, Temp_bool_Variable_4) == 0x000081, "Member 'WBP_PictoSlot_C_ToggleEmptyState::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_Select_Default) == 0x000088, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_Select_Default_1) == 0x000098, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_Select_Default_2) == 0x0000B0, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_Select_Default_3) == 0x0000C0, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, K2Node_Select_Default_4) == 0x0000C1, "Member 'WBP_PictoSlot_C_ToggleEmptyState::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, CallFunc_SelectFloat_ReturnValue) == 0x0000C8, "Member 'WBP_PictoSlot_C_ToggleEmptyState::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, CallFunc_SelectFloat_ReturnValue_1) == 0x0000D0, "Member 'WBP_PictoSlot_C_ToggleEmptyState::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, CallFunc_PlayAnimation_ReturnValue) == 0x0000D8, "Member 'WBP_PictoSlot_C_ToggleEmptyState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x0000E0, "Member 'WBP_PictoSlot_C_ToggleEmptyState::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoSlot_C_ToggleEmptyState, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast_1) == 0x0000E4, "Member 'WBP_PictoSlot_C_ToggleEmptyState::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoSlot_C \ +static_assert(alignof(UWBP_PictoSlot_C) == 0x000010, "Wrong alignment on UWBP_PictoSlot_C"); \ +static_assert(sizeof(UWBP_PictoSlot_C) == 0x001660, "Wrong size on UWBP_PictoSlot_C"); \ +static_assert(offsetof(UWBP_PictoSlot_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_PictoSlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_Released) == 0x0015A8, "Member 'UWBP_PictoSlot_C::Anim_Released' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_ShowStain) == 0x0015B0, "Member 'UWBP_PictoSlot_C::Anim_ShowStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_Selected) == 0x0015B8, "Member 'UWBP_PictoSlot_C::Anim_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_Pressed) == 0x0015C0, "Member 'UWBP_PictoSlot_C::Anim_Pressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_Hover) == 0x0015C8, "Member 'UWBP_PictoSlot_C::Anim_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Anim_Empty) == 0x0015D0, "Member 'UWBP_PictoSlot_C::Anim_Empty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, EmptyHoveredStain) == 0x0015D8, "Member 'UWBP_PictoSlot_C::EmptyHoveredStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, EmptyText) == 0x0015E0, "Member 'UWBP_PictoSlot_C::EmptyText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, HoveredStain) == 0x0015E8, "Member 'UWBP_PictoSlot_C::HoveredStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, IconMaskRetainer) == 0x0015F0, "Member 'UWBP_PictoSlot_C::IconMaskRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Overlay) == 0x0015F8, "Member 'UWBP_PictoSlot_C::Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, WBP_PictoCartridge) == 0x001600, "Member 'UWBP_PictoSlot_C::WBP_PictoCartridge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, WBP_PictoIcon) == 0x001608, "Member 'UWBP_PictoSlot_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, SlotIndex) == 0x001610, "Member 'UWBP_PictoSlot_C::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, Picto_View_Item) == 0x001618, "Member 'UWBP_PictoSlot_C::Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, OnFocused) == 0x001620, "Member 'UWBP_PictoSlot_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, IsEmpty) == 0x001630, "Member 'UWBP_PictoSlot_C::IsEmpty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, SD_OnClicked) == 0x001638, "Member 'UWBP_PictoSlot_C::SD_OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoSlot_C, SD_OnNavigated) == 0x001648, "Member 'UWBP_PictoSlot_C::SD_OnNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem \ +static_assert(alignof(BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem) == 0x000004, "Wrong alignment on BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem"); \ +static_assert(sizeof(BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem) == 0x000004, "Wrong size on BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem"); \ +static_assert(offsetof(BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem, EntryPoint) == 0x000000, "Member 'BP_PictoViewItem_C_ExecuteUbergraph_BP_PictoViewItem::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_GetCurrentCharacterData \ +static_assert(alignof(BP_PictoViewItem_C_GetCurrentCharacterData) == 0x000008, "Wrong alignment on BP_PictoViewItem_C_GetCurrentCharacterData"); \ +static_assert(sizeof(BP_PictoViewItem_C_GetCurrentCharacterData) == 0x000008, "Wrong size on BP_PictoViewItem_C_GetCurrentCharacterData"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetCurrentCharacterData, CurrentCharacterData_0) == 0x000000, "Member 'BP_PictoViewItem_C_GetCurrentCharacterData::CurrentCharacterData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_GetGearPictosInstance \ +static_assert(alignof(BP_PictoViewItem_C_GetGearPictosInstance) == 0x000008, "Wrong alignment on BP_PictoViewItem_C_GetGearPictosInstance"); \ +static_assert(sizeof(BP_PictoViewItem_C_GetGearPictosInstance) == 0x000020, "Wrong size on BP_PictoViewItem_C_GetGearPictosInstance"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetGearPictosInstance, AsBP_Item_Instance_Gear_Pictos) == 0x000000, "Member 'BP_PictoViewItem_C_GetGearPictosInstance::AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetGearPictosInstance, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000008, "Member 'BP_PictoViewItem_C_GetGearPictosInstance::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetGearPictosInstance, K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos) == 0x000010, "Member 'BP_PictoViewItem_C_GetGearPictosInstance::K2Node_DynamicCast_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetGearPictosInstance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PictoViewItem_C_GetGearPictosInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_GetItemDynamicData \ +static_assert(alignof(BP_PictoViewItem_C_GetItemDynamicData) == 0x000008, "Wrong alignment on BP_PictoViewItem_C_GetItemDynamicData"); \ +static_assert(sizeof(BP_PictoViewItem_C_GetItemDynamicData) == 0x000138, "Wrong size on BP_PictoViewItem_C_GetItemDynamicData"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetItemDynamicData, ItemDynamicData_0) == 0x000000, "Member 'BP_PictoViewItem_C_GetItemDynamicData::ItemDynamicData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_GetOwnerData \ +static_assert(alignof(BP_PictoViewItem_C_GetOwnerData) == 0x000008, "Wrong alignment on BP_PictoViewItem_C_GetOwnerData"); \ +static_assert(sizeof(BP_PictoViewItem_C_GetOwnerData) == 0x000038, "Wrong size on BP_PictoViewItem_C_GetOwnerData"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, OwnerData) == 0x000000, "Member 'BP_PictoViewItem_C_GetOwnerData::OwnerData' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, Temp_bool_Variable) == 0x000008, "Member 'BP_PictoViewItem_C_GetOwnerData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, Temp_object_Variable) == 0x000010, "Member 'BP_PictoViewItem_C_GetOwnerData::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, CallFunc_GetCharactersWithItemEquipped_AssignedEquipment) == 0x000018, "Member 'BP_PictoViewItem_C_GetOwnerData::CallFunc_GetCharactersWithItemEquipped_AssignedEquipment' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_PictoViewItem_C_GetOwnerData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PictoViewItem_C_GetOwnerData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_GetOwnerData, K2Node_Select_Default) == 0x000030, "Member 'BP_PictoViewItem_C_GetOwnerData::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PictoViewItem_C_IsEquippedByCurrentCharacter \ +static_assert(alignof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter) == 0x000008, "Wrong alignment on BP_PictoViewItem_C_IsEquippedByCurrentCharacter"); \ +static_assert(sizeof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter) == 0x000020, "Wrong size on BP_PictoViewItem_C_IsEquippedByCurrentCharacter"); \ +static_assert(offsetof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter, IsEquipped) == 0x000000, "Member 'BP_PictoViewItem_C_IsEquippedByCurrentCharacter::IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter, CallFunc_GetCurrentCharacterData_CurrentCharacterData) == 0x000008, "Member 'BP_PictoViewItem_C_IsEquippedByCurrentCharacter::CallFunc_GetCurrentCharacterData_CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter, CallFunc_GetOwnerData_OwnerData) == 0x000010, "Member 'BP_PictoViewItem_C_IsEquippedByCurrentCharacter::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(BP_PictoViewItem_C_IsEquippedByCurrentCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_PictoViewItem_C_IsEquippedByCurrentCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PictoViewItem_C \ +static_assert(alignof(UBP_PictoViewItem_C) == 0x000008, "Wrong alignment on UBP_PictoViewItem_C"); \ +static_assert(sizeof(UBP_PictoViewItem_C) == 0x000180, "Wrong size on UBP_PictoViewItem_C"); \ +static_assert(offsetof(UBP_PictoViewItem_C, UberGraphFrame) == 0x000028, "Member 'UBP_PictoViewItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PictoViewItem_C, ItemDynamicData) == 0x000030, "Member 'UBP_PictoViewItem_C::ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(UBP_PictoViewItem_C, CurrentCharacterData) == 0x000168, "Member 'UBP_PictoViewItem_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UBP_PictoViewItem_C, InventoryManager) == 0x000170, "Member 'UBP_PictoViewItem_C::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_PictoViewItem_C, ItemUpgradeSystem) == 0x000178, "Member 'UBP_PictoViewItem_C::ItemUpgradeSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_Panel_PictosElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_3_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_Panel_PictosElement_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_Panel_PictosElement_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement \ +static_assert(alignof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement) == 0x000250, "Wrong size on WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, EntryPoint) == 0x000000, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, Temp_bool_Variable) == 0x000004, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, Temp_class_Variable) == 0x000008, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, Temp_class_Variable_1) == 0x000010, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Event_bIsExpanded) == 0x000018, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Event_bIsSelected) == 0x000019, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Event_InFocusEvent_1) == 0x00001C, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_ComponentBoundEvent_Button_1) == 0x000028, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Event_ListItemObject) == 0x000030, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_DynamicCast_AsBP_Picto_View_Item) == 0x000038, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_DynamicCast_AsBP_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000048, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000180, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetCurrentQuality_Quality) == 0x000188, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetCurrentLevel_ReturnValue) == 0x00018C, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetOwnerData_OwnerData) == 0x000190, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_IsEquippedByCurrentCharacter_IsEquipped) == 0x000198, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_IsEquippedByCurrentCharacter_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x00019C, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Event_InFocusEvent) == 0x0001D4, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_LocalToAbsolute_ReturnValue) == 0x0001E0, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x0001F0, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_CreateDelegate_OutputDelegate) == 0x000200, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000210, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1) == 0x000218, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_BPI_ShouldShowNotification_self_CastInput) == 0x000220, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_BPI_ShouldShowNotification_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, CallFunc_BPI_ShouldShowNotification_bShouldShow) == 0x000230, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::CallFunc_BPI_ShouldShowNotification_bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_ComponentBoundEvent_Button) == 0x000238, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_ComponentBoundEvent_Selected) == 0x000240, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement, K2Node_Select_Default) == 0x000248, "Member 'WBP_Panel_PictosElement_C_ExecuteUbergraph_WBP_Panel_PictosElement::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_LoadTextColor \ +static_assert(alignof(WBP_Panel_PictosElement_C_LoadTextColor) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_LoadTextColor"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_LoadTextColor) == 0x000010, "Wrong size on WBP_Panel_PictosElement_C_LoadTextColor"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_LoadTextColor, PictoInstance) == 0x000000, "Member 'WBP_Panel_PictosElement_C_LoadTextColor::PictoInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_LoadTextColor, PictoViewItem_0) == 0x000008, "Member 'WBP_Panel_PictosElement_C_LoadTextColor::PictoViewItem_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_Panel_PictosElement_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Panel_PictosElement_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Panel_PictosElement_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Panel_PictosElement_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_OnListItemObjectSet \ +static_assert(alignof(WBP_Panel_PictosElement_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_Panel_PictosElement_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_Panel_PictosElement_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Panel_PictosElement_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Panel_PictosElement_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Panel_PictosElement_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Panel_PictosElement_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_PictosElement_C_Set_Button_as_Empty \ +static_assert(alignof(WBP_Panel_PictosElement_C_Set_Button_as_Empty) == 0x000008, "Wrong alignment on WBP_Panel_PictosElement_C_Set_Button_as_Empty"); \ +static_assert(sizeof(WBP_Panel_PictosElement_C_Set_Button_as_Empty) == 0x000020, "Wrong size on WBP_Panel_PictosElement_C_Set_Button_as_Empty"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_Set_Button_as_Empty, Temp_text_Variable) == 0x000000, "Member 'WBP_Panel_PictosElement_C_Set_Button_as_Empty::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_PictosElement_C_Set_Button_as_Empty, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'WBP_Panel_PictosElement_C_Set_Button_as_Empty::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_PictosElement_C \ +static_assert(alignof(UWBP_Panel_PictosElement_C) == 0x000008, "Wrong alignment on UWBP_Panel_PictosElement_C"); \ +static_assert(sizeof(UWBP_Panel_PictosElement_C) == 0x000378, "Wrong size on UWBP_Panel_PictosElement_C"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Panel_PictosElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, BaseButton) == 0x000310, "Member 'UWBP_Panel_PictosElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, CharacterMarker) == 0x000318, "Member 'UWBP_Panel_PictosElement_C::CharacterMarker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, DPIScaleBox) == 0x000320, "Member 'UWBP_Panel_PictosElement_C::DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, FavoriteBullet) == 0x000328, "Member 'UWBP_Panel_PictosElement_C::FavoriteBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, NotificationBullet) == 0x000330, "Member 'UWBP_Panel_PictosElement_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, PictoIcon) == 0x000338, "Member 'UWBP_Panel_PictosElement_C::PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, PictoLevel) == 0x000340, "Member 'UWBP_Panel_PictosElement_C::PictoLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, PictoName) == 0x000348, "Member 'UWBP_Panel_PictosElement_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, OnElementClicked) == 0x000350, "Member 'UWBP_Panel_PictosElement_C::OnElementClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, PictoViewItem) == 0x000360, "Member 'UWBP_Panel_PictosElement_C::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_PictosElement_C, OnElementNavigated) == 0x000368, "Member 'UWBP_Panel_PictosElement_C::OnElementNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FavoriteBullet_C_ResetFavoriteData \ +static_assert(alignof(WBP_FavoriteBullet_C_ResetFavoriteData) == 0x000008, "Wrong alignment on WBP_FavoriteBullet_C_ResetFavoriteData"); \ +static_assert(sizeof(WBP_FavoriteBullet_C_ResetFavoriteData) == 0x000018, "Wrong size on WBP_FavoriteBullet_C_ResetFavoriteData"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ResetFavoriteData, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_FavoriteBullet_C_ResetFavoriteData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ResetFavoriteData, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'WBP_FavoriteBullet_C_ResetFavoriteData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FavoriteBullet_C_UpdateFavoriteVisibility \ +static_assert(alignof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility) == 0x000008, "Wrong alignment on WBP_FavoriteBullet_C_UpdateFavoriteVisibility"); \ +static_assert(sizeof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility) == 0x000018, "Wrong size on WBP_FavoriteBullet_C_UpdateFavoriteVisibility"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, CallFunc_IsObjectFavorite_IsFavorite) == 0x000010, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::CallFunc_IsObjectFavorite_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_UpdateFavoriteVisibility, K2Node_Select_Default) == 0x000011, "Member 'WBP_FavoriteBullet_C_UpdateFavoriteVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FavoriteBullet_C_LoadFavoriteData \ +static_assert(alignof(WBP_FavoriteBullet_C_LoadFavoriteData) == 0x000008, "Wrong alignment on WBP_FavoriteBullet_C_LoadFavoriteData"); \ +static_assert(sizeof(WBP_FavoriteBullet_C_LoadFavoriteData) == 0x000028, "Wrong size on WBP_FavoriteBullet_C_LoadFavoriteData"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_LoadFavoriteData, FavoritePoolTag_0) == 0x000000, "Member 'WBP_FavoriteBullet_C_LoadFavoriteData::FavoritePoolTag_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_LoadFavoriteData, FavouriteObjectID_0) == 0x000008, "Member 'WBP_FavoriteBullet_C_LoadFavoriteData::FavouriteObjectID_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_LoadFavoriteData, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_FavoriteBullet_C_LoadFavoriteData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_LoadFavoriteData, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'WBP_FavoriteBullet_C_LoadFavoriteData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FavoriteBullet_C_OnFavoriteObjectChanged \ +static_assert(alignof(WBP_FavoriteBullet_C_OnFavoriteObjectChanged) == 0x000004, "Wrong alignment on WBP_FavoriteBullet_C_OnFavoriteObjectChanged"); \ +static_assert(sizeof(WBP_FavoriteBullet_C_OnFavoriteObjectChanged) == 0x000014, "Wrong size on WBP_FavoriteBullet_C_OnFavoriteObjectChanged"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_OnFavoriteObjectChanged, PoolTag) == 0x000000, "Member 'WBP_FavoriteBullet_C_OnFavoriteObjectChanged::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_OnFavoriteObjectChanged, ObjectId) == 0x000008, "Member 'WBP_FavoriteBullet_C_OnFavoriteObjectChanged::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_OnFavoriteObjectChanged, IsFavorite) == 0x000010, "Member 'WBP_FavoriteBullet_C_OnFavoriteObjectChanged::IsFavorite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet \ +static_assert(alignof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet) == 0x000008, "Wrong alignment on WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet"); \ +static_assert(sizeof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet) == 0x000048, "Wrong size on WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, EntryPoint) == 0x000000, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, K2Node_CustomEvent_PoolTag) == 0x000014, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::K2Node_CustomEvent_PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, K2Node_CustomEvent_ObjectID) == 0x00001C, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::K2Node_CustomEvent_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, K2Node_CustomEvent_IsFavorite) == 0x000024, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::K2Node_CustomEvent_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_MatchesTag_ReturnValue) == 0x000031, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_GetEndTime_ReturnValue) == 0x000034, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_FavoriteBullet_C_ExecuteUbergraph_WBP_FavoriteBullet::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FavoriteBullet_C \ +static_assert(alignof(UWBP_FavoriteBullet_C) == 0x000008, "Wrong alignment on UWBP_FavoriteBullet_C"); \ +static_assert(sizeof(UWBP_FavoriteBullet_C) == 0x000350, "Wrong size on UWBP_FavoriteBullet_C"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_FavoriteBullet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, Animation_Disappear) == 0x0002E8, "Member 'UWBP_FavoriteBullet_C::Animation_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, Animation_Appear) == 0x0002F0, "Member 'UWBP_FavoriteBullet_C::Animation_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, Image_FavoriteBullet_Star) == 0x0002F8, "Member 'UWBP_FavoriteBullet_C::Image_FavoriteBullet_Star' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, Image_Glow_CircleBlurMaterial) == 0x000300, "Member 'UWBP_FavoriteBullet_C::Image_Glow_CircleBlurMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, FavoritePoolTag) == 0x000308, "Member 'UWBP_FavoriteBullet_C::FavoritePoolTag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, FavouriteObjectID) == 0x000310, "Member 'UWBP_FavoriteBullet_C::FavouriteObjectID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, OnSetToFavorite) == 0x000318, "Member 'UWBP_FavoriteBullet_C::OnSetToFavorite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, VisibilityTimerHandle) == 0x000328, "Member 'UWBP_FavoriteBullet_C::VisibilityTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, SD_AddToFavotite) == 0x000330, "Member 'UWBP_FavoriteBullet_C::SD_AddToFavotite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_FavoriteBullet_C, SD_RemoveFromFavorite) == 0x000340, "Member 'UWBP_FavoriteBullet_C::SD_RemoveFromFavorite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion \ +static_assert(alignof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion) == 0x000048, "Wrong size on BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, EntryPoint) == 0x000000, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, K2Node_Event_EndPlayReason) == 0x000020, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, K2Node_CustomEvent_Instant) == 0x000021, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::K2Node_CustomEvent_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000040, "Member 'BP_Pawn_AICompanion_C_ExecuteUbergraph_BP_Pawn_AICompanion::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_GetCharacterEnum \ +static_assert(alignof(BP_Pawn_AICompanion_C_GetCharacterEnum) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_GetCharacterEnum"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_GetCharacterEnum) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_GetCharacterEnum"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_GetCharacterEnum, ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_GetCharacterEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_IsUnspawning \ +static_assert(alignof(BP_Pawn_AICompanion_C_IsUnspawning) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_IsUnspawning"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_IsUnspawning) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_IsUnspawning"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_IsUnspawning, ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_IsUnspawning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_LODcompanions \ +static_assert(alignof(BP_Pawn_AICompanion_C_LODcompanions) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_LODcompanions"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_LODcompanions) == 0x000048, "Wrong size on BP_Pawn_AICompanion_C_LODcompanions"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, Settings) == 0x000000, "Member 'BP_Pawn_AICompanion_C_LODcompanions::Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Pawn_AICompanion_C_LODcompanions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Pawn_AICompanion_C_LODcompanions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000018, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000028, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Min_ReturnValue) == 0x000040, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_LODcompanions, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_Pawn_AICompanion_C_LODcompanions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_MakeCompanionDisappear \ +static_assert(alignof(BP_Pawn_AICompanion_C_MakeCompanionDisappear) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_MakeCompanionDisappear"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_MakeCompanionDisappear) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_MakeCompanionDisappear"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_MakeCompanionDisappear, Instant) == 0x000000, "Member 'BP_Pawn_AICompanion_C_MakeCompanionDisappear::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_OnCustomizationChanged \ +static_assert(alignof(BP_Pawn_AICompanion_C_OnCustomizationChanged) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_OnCustomizationChanged"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_OnCustomizationChanged) == 0x000008, "Wrong size on BP_Pawn_AICompanion_C_OnCustomizationChanged"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_OnCustomizationChanged, SkinComponent) == 0x000000, "Member 'BP_Pawn_AICompanion_C_OnCustomizationChanged::SkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_OptimizeAnimationLODs \ +static_assert(alignof(BP_Pawn_AICompanion_C_OptimizeAnimationLODs) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_OptimizeAnimationLODs"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_OptimizeAnimationLODs) == 0x000003, "Wrong size on BP_Pawn_AICompanion_C_OptimizeAnimationLODs"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_OptimizeAnimationLODs, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_OptimizeAnimationLODs::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_OptimizeAnimationLODs, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Pawn_AICompanion_C_OptimizeAnimationLODs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_OptimizeAnimationLODs, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'BP_Pawn_AICompanion_C_OptimizeAnimationLODs::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_ReceiveEndPlay \ +static_assert(alignof(BP_Pawn_AICompanion_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Pawn_AICompanion_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_ReceiveTick \ +static_assert(alignof(BP_Pawn_AICompanion_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Pawn_AICompanion_C_ReceiveTick"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_ReceiveTick) == 0x000004, "Wrong size on BP_Pawn_AICompanion_C_ReceiveTick"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Pawn_AICompanion_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes \ +static_assert(alignof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes) == 0x000038, "Wrong size on BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, Paused) == 0x000000, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForAllSkeletalMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh \ +static_assert(alignof(BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh) == 0x000010, "Wrong size on BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh, Target) == 0x000000, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh, Paused) == 0x000008, "Member 'BP_Pawn_AICompanion_C_SetAnimsPausedForSkeletalMesh::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_SetCinematicMode \ +static_assert(alignof(BP_Pawn_AICompanion_C_SetCinematicMode) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_SetCinematicMode"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_SetCinematicMode) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_SetCinematicMode"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetCinematicMode, CinematicMode) == 0x000000, "Member 'BP_Pawn_AICompanion_C_SetCinematicMode::CinematicMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs \ +static_assert(alignof(BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs, ShouldOptimizeAnimationLODs_0) == 0x000000, "Member 'BP_Pawn_AICompanion_C_SetShouldOptimizeAnimationLODs::ShouldOptimizeAnimationLODs_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_TeleportToLocation \ +static_assert(alignof(BP_Pawn_AICompanion_C_TeleportToLocation) == 0x000010, "Wrong alignment on BP_Pawn_AICompanion_C_TeleportToLocation"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_TeleportToLocation) == 0x0002A0, "Wrong size on BP_Pawn_AICompanion_C_TeleportToLocation"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, Location) == 0x000000, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, Rotation) == 0x000018, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, SpawnTeleportationFX) == 0x000030, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::SpawnTeleportationFX' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_GetActorScale3D_ReturnValue) == 0x000038, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_Conv_VectorToString_ReturnValue) == 0x0000B0, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0000C0, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0001B8, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, K2Node_MakeStruct_FormatArgumentData) == 0x0001D0, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_GetDisplayName_ReturnValue) == 0x000218, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000228, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, K2Node_MakeStruct_FormatArgumentData_1) == 0x000238, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToLocation, CallFunc_Format_ReturnValue) == 0x000290, "Member 'BP_Pawn_AICompanion_C_TeleportToLocation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation \ +static_assert(alignof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation) == 0x000008, "Wrong alignment on BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation) == 0x000070, "Wrong size on BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, ProjectedLocation) == 0x000000, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, Rotation) == 0x000018, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, SpawnTeleportationFX) == 0x000030, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::SpawnTeleportationFX' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000034, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, CallFunc_MakeVector_ReturnValue) == 0x000038, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation, CallFunc_MakeVector_Z_ImplicitCast) == 0x000068, "Member 'BP_Pawn_AICompanion_C_TeleportToUnadjustedLocation::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_UpdateLookAtTransform \ +static_assert(alignof(BP_Pawn_AICompanion_C_UpdateLookAtTransform) == 0x000010, "Wrong alignment on BP_Pawn_AICompanion_C_UpdateLookAtTransform"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_UpdateLookAtTransform) == 0x000080, "Wrong size on BP_Pawn_AICompanion_C_UpdateLookAtTransform"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateLookAtTransform, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_UpdateLookAtTransform::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateLookAtTransform, K2Node_DynamicCast_AsCharacter) == 0x000008, "Member 'BP_Pawn_AICompanion_C_UpdateLookAtTransform::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateLookAtTransform, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Pawn_AICompanion_C_UpdateLookAtTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateLookAtTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000020, "Member 'BP_Pawn_AICompanion_C_UpdateLookAtTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_UpdateStance \ +static_assert(alignof(BP_Pawn_AICompanion_C_UpdateStance) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_UpdateStance"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_UpdateStance) == 0x000003, "Wrong size on BP_Pawn_AICompanion_C_UpdateStance"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateStance, CallFunc_IsWalking_ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_UpdateStance::CallFunc_IsWalking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateStance, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_Pawn_AICompanion_C_UpdateStance::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_UpdateStance, CallFunc_IsCrouching_ReturnValue) == 0x000002, "Member 'BP_Pawn_AICompanion_C_UpdateStance::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pawn_AICompanion_C_GetAllowedGait \ +static_assert(alignof(BP_Pawn_AICompanion_C_GetAllowedGait) == 0x000001, "Wrong alignment on BP_Pawn_AICompanion_C_GetAllowedGait"); \ +static_assert(sizeof(BP_Pawn_AICompanion_C_GetAllowedGait) == 0x000001, "Wrong size on BP_Pawn_AICompanion_C_GetAllowedGait"); \ +static_assert(offsetof(BP_Pawn_AICompanion_C_GetAllowedGait, ReturnValue) == 0x000000, "Member 'BP_Pawn_AICompanion_C_GetAllowedGait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pawn_AICompanion_C \ +static_assert(alignof(ABP_Pawn_AICompanion_C) == 0x000010, "Wrong alignment on ABP_Pawn_AICompanion_C"); \ +static_assert(sizeof(ABP_Pawn_AICompanion_C) == 0x000B10, "Wrong size on ABP_Pawn_AICompanion_C"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, UberGraphFrame_BP_Pawn_AICompanion_C) == 0x000A38, "Member 'ABP_Pawn_AICompanion_C::UberGraphFrame_BP_Pawn_AICompanion_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, BP_CharacterVisualAlterationsComponent) == 0x000A40, "Member 'ABP_Pawn_AICompanion_C::BP_CharacterVisualAlterationsComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, BP_EyeEffectsControllerComponent) == 0x000A48, "Member 'ABP_Pawn_AICompanion_C::BP_EyeEffectsControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, BP_CinematicCharacterSkinComponent) == 0x000A50, "Member 'ABP_Pawn_AICompanion_C::BP_CinematicCharacterSkinComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, BP_Component_WorldAnimationProfile) == 0x000A58, "Member 'ABP_Pawn_AICompanion_C::BP_Component_WorldAnimationProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, Face) == 0x000A60, "Member 'ABP_Pawn_AICompanion_C::Face' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, CompanionAppear_0to1_E2F72F6F47AD12FA46FAB0AA7C08371A) == 0x000A68, "Member 'ABP_Pawn_AICompanion_C::CompanionAppear_0to1_E2F72F6F47AD12FA46FAB0AA7C08371A' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, CompanionAppear__Direction_E2F72F6F47AD12FA46FAB0AA7C08371A) == 0x000A6C, "Member 'ABP_Pawn_AICompanion_C::CompanionAppear__Direction_E2F72F6F47AD12FA46FAB0AA7C08371A' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, CompanionAppear) == 0x000A70, "Member 'ABP_Pawn_AICompanion_C::CompanionAppear' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, LookAtTransform) == 0x000A80, "Member 'ABP_Pawn_AICompanion_C::LookAtTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, MinimumDistanceToPlayer) == 0x000AE0, "Member 'ABP_Pawn_AICompanion_C::MinimumDistanceToPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, MaximumDistanceToPlayer) == 0x000AE8, "Member 'ABP_Pawn_AICompanion_C::MaximumDistanceToPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, Components) == 0x000AF0, "Member 'ABP_Pawn_AICompanion_C::Components' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, ActorIsUnspawning) == 0x000B00, "Member 'ABP_Pawn_AICompanion_C::ActorIsUnspawning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, Cinematic_Mode) == 0x000B01, "Member 'ABP_Pawn_AICompanion_C::Cinematic_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, StatusRecentlyRendered) == 0x000B02, "Member 'ABP_Pawn_AICompanion_C::StatusRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pawn_AICompanion_C, ShouldOptimizeAnimationLODs) == 0x000B03, "Member 'ABP_Pawn_AICompanion_C::ShouldOptimizeAnimationLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BackFromPictoSelectionState \ +static_assert(alignof(WBP_Panel_Pictos_C_BackFromPictoSelectionState) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BackFromPictoSelectionState"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BackFromPictoSelectionState) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_BackFromPictoSelectionState"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BackFromPictoSelectionState, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000000, "Member 'WBP_Panel_Pictos_C_BackFromPictoSelectionState::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BackFromPictoSelectionState, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_BackFromPictoSelectionState::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_LuminaAccessPrompt_K2Node_ComponentBoundEvent_13_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature, PictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_0_OnPictoItemClicked__DelegateSignature::PictoViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature, InPictoItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_PictosList_K2Node_ComponentBoundEvent_7_OnPictoItemNavigated__DelegateSignature::InPictoItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_CommonBoundActionButton_Unequip_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_12_OnLuminaEntryFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature, InPassiveEffectID) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_14_OnLuminaEntryClicked__DelegateSignature::InPassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot0_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot1_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Panel_Pictos_C_BndEvt__WBP_Panel_Pictos_WBP_PictoSlot2_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_Panel_Pictos_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_Panel_Pictos_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_Pictos_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_Panel_Pictos_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_Panel_Pictos_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_Panel_Pictos_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_Panel_Pictos_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound) == 0x000010, "Member 'WBP_Panel_Pictos_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem \ +static_assert(alignof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem) == 0x000288, "Wrong size on WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, Item) == 0x000000, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, OtherCharacter) == 0x000130, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::OtherCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, HasItemInSlot) == 0x000138, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::HasItemInSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, ModalWindow) == 0x000140, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::ModalWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, Temp_byte_Variable) == 0x000148, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000150, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, Temp_byte_Variable_1) == 0x0001A8, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, Temp_bool_Variable) == 0x0001F8, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, CallFunc_GetCharacterDisplayName_CharacterDisplayName_1) == 0x000200, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::CallFunc_GetCharacterDisplayName_CharacterDisplayName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, K2Node_Select_Default) == 0x000210, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, K2Node_MakeStruct_FormatArgumentData_2) == 0x000218, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, K2Node_MakeArray_Array) == 0x000260, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, CallFunc_Format_ReturnValue) == 0x000270, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem, CallFunc_CreateModalWindow_OutputPin) == 0x000280, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForEquippedItem::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter \ +static_assert(alignof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter) == 0x000270, "Wrong size on WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, Item) == 0x000000, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, OtherCharacter) == 0x000130, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::OtherCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, ModalWindow) == 0x000138, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::ModalWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000140, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000150, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x000198, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, K2Node_MakeArray_Array) == 0x0001E0, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F0, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, CallFunc_Format_ReturnValue) == 0x000238, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, K2Node_MakeArray_Array_1) == 0x000248, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, CallFunc_Format_ReturnValue_1) == 0x000258, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter, CallFunc_CreateModalWindow_OutputPin) == 0x000268, "Member 'WBP_Panel_Pictos_C_CreateModalWindowForExcludedCharacter::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_DoCustom_NavigationPictoList \ +static_assert(alignof(WBP_Panel_Pictos_C_DoCustom_NavigationPictoList) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_DoCustom_NavigationPictoList"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_DoCustom_NavigationPictoList) == 0x000018, "Wrong size on WBP_Panel_Pictos_C_DoCustom_NavigationPictoList"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustom_NavigationPictoList, Navigation_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_DoCustom_NavigationPictoList::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustom_NavigationPictoList, ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_DoCustom_NavigationPictoList::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustom_NavigationPictoList, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Panel_Pictos_C_DoCustom_NavigationPictoList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_DoCustomNavigationLumina \ +static_assert(alignof(WBP_Panel_Pictos_C_DoCustomNavigationLumina) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_DoCustomNavigationLumina"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_DoCustomNavigationLumina) == 0x000018, "Wrong size on WBP_Panel_Pictos_C_DoCustomNavigationLumina"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationLumina, Navigation_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationLumina::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationLumina, ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationLumina::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationLumina, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationLumina::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots \ +static_assert(alignof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots) == 0x000040, "Wrong size on WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, Navigation_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_GetNumItems_ReturnValue) == 0x000004, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00000A, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x00000B, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_IsActivated_ReturnValue) == 0x00000C, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000010, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_Divide_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_SelectInt_ReturnValue) == 0x000030, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_SelectInt_ReturnValue_1) == 0x000034, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Panel_Pictos_C_DoCustomNavigationPictoSlots::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_EndPictosMenuTutorials \ +static_assert(alignof(WBP_Panel_Pictos_C_EndPictosMenuTutorials) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_EndPictosMenuTutorials"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_EndPictosMenuTutorials) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_EndPictosMenuTutorials"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_EndPictosMenuTutorials, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_Panel_Pictos_C_EndPictosMenuTutorials::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos \ +static_assert(alignof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos) == 0x0008C0, "Wrong size on WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, EntryPoint) == 0x000000, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Event_MarkCaller) == 0x000018, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CustomEvent_InPictoViewItem) == 0x000020, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CustomEvent_InPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CustomEvent_InTargetSlotIndex) == 0x000028, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CustomEvent_InTargetSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_MakeStruct_FEquipmentSlot) == 0x00002C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000038, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_int_Variable) == 0x000040, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetInventoryManager_ReturnValue) == 0x000048, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemDefinitionID_ReturnValue) == 0x000050, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemDefinitionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetCharactersWithItemEquipped_AssignedEquipment) == 0x000058, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetCharactersWithItemEquipped_AssignedEquipment' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CustomEvent_InUserResponse) == 0x000068, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_SwitchEnum_CmpSuccess) == 0x000069, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Array_IsEmpty_ReturnValue) == 0x00006A, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000080, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000088, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetCurrentInputType_ReturnValue) == 0x000090, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemStaticData_ItemStaticData) == 0x000098, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsSlotUsed_ReturnValue) == 0x0001C8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsSlotUsed_ReturnValue_1) == 0x0001C9, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsSlotUsed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x0001D0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsSlotUsed_ReturnValue_2) == 0x0001D8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsSlotUsed_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsSlotUsed_ReturnValue_3) == 0x0001D9, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsSlotUsed_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemInstanceInSlot_ItemInstance_1) == 0x0001E0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemInstanceInSlot_ItemInstance_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemStaticData_ItemStaticData_1) == 0x0001E8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemStaticData_ItemStaticData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_bool_Variable) == 0x000318, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemStaticData_ItemStaticData_2) == 0x000320, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemStaticData_ItemStaticData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000450, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_name_Variable) == 0x000454, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Not_PreBool_ReturnValue) == 0x00045C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Event_CharacterData) == 0x000460, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button_5) == 0x000468, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetIsEnabled_ReturnValue) == 0x000470, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_PictoViewItem) == 0x000478, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button_4) == 0x000480, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button_3) == 0x000488, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button_2) == 0x000490, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_InPictoItem) == 0x000498, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_InPictoItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x0004A0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_text_Variable) == 0x0004A8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Array_Length_ReturnValue) == 0x0004B8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004BC, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004BD, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue) == 0x0004BE, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_int_Variable_1) == 0x0004C0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_text_Variable_1) == 0x0004C8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Add_IntInt_ReturnValue) == 0x0004D8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0004DC, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_CreateModalWindowForEquippedItem_ModalWindow) == 0x0004E0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_CreateModalWindowForEquippedItem_ModalWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_CreateModalWindowForExcludedCharacter_ModalWindow) == 0x0004E8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_CreateModalWindowForExcludedCharacter_ModalWindow' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetIsExcluded_Excluded) == 0x0004F0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetIsExcluded_Excluded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetDesiredFocusTarget_ReturnValue_1) == 0x0004F8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetDesiredFocusTarget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_bool_Variable_1) == 0x000500, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CreateDelegate_OutputDelegate_2) == 0x000504, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Select_Default) == 0x000518, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button_1) == 0x000520, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_HighlightTutorialWidget_AreaHighlightWidget) == 0x000528, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_HighlightTutorialWidget_AreaHighlightWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_1) == 0x000530, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_2) == 0x000531, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_name_Variable_1) == 0x000534, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CreateDelegate_OutputDelegate_3) == 0x00053C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_PromptWidget) == 0x000550, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_InPassiveEffectID) == 0x000558, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_InPassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1) == 0x000560, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_3) == 0x000568, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000570, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000580, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Select_Default_1) == 0x000584, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CreateDelegate_OutputDelegate_4) == 0x00058C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_4) == 0x00059C, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_MakeStruct_FEquipmentSlot_1) == 0x0005A0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_MakeStruct_FEquipmentSlot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_MakeArray_Array) == 0x0005A8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetAvailablePassiveEffectsForSlots_PassiveEffectIDs) == 0x0005B8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetAvailablePassiveEffectsForSlots_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x0005C8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x0005D0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_CustomEvent_ActionBarContainerWidget) == 0x0005D8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetCustomGI_ReturnValue) == 0x0005E0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x0005E8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetIsEnabled_ReturnValue_1) == 0x0005F0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_5) == 0x0005F1, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, Temp_bool_Variable_2) == 0x0005F2, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetCustomGI_ReturnValue_1) == 0x0005F8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Select_Default_2) == 0x000600, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1) == 0x000608, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_6) == 0x000610, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_ComponentBoundEvent_Button) == 0x000618, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000620, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_7) == 0x000758, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsObjectFavorite_IsFavorite) == 0x000759, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsObjectFavorite_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Select_Default_3) == 0x000760, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetItemDynamicData_ItemDynamicData_1) == 0x000770, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetItemDynamicData_ItemDynamicData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_8) == 0x0008A8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_2) == 0x0008B0, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0008B8, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsValid_ReturnValue_9) == 0x0008B9, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, K2Node_Event_IsDesignTime) == 0x0008BA, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x0008BB, "Member 'WBP_Panel_Pictos_C_ExecuteUbergraph_WBP_Panel_Pictos::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_GoToPictoSelectionState \ +static_assert(alignof(WBP_Panel_Pictos_C_GoToPictoSelectionState) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_GoToPictoSelectionState"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_GoToPictoSelectionState) == 0x000020, "Wrong size on WBP_Panel_Pictos_C_GoToPictoSelectionState"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToPictoSelectionState, InSelectedSlot) == 0x000000, "Member 'WBP_Panel_Pictos_C_GoToPictoSelectionState::InSelectedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToPictoSelectionState, CallFunc_GetPictoViewItem_Picto_View_Item) == 0x000008, "Member 'WBP_Panel_Pictos_C_GoToPictoSelectionState::CallFunc_GetPictoViewItem_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToPictoSelectionState, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Panel_Pictos_C_GoToPictoSelectionState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToPictoSelectionState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_Panel_Pictos_C_GoToPictoSelectionState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_GoToSlotSelectionState \ +static_assert(alignof(WBP_Panel_Pictos_C_GoToSlotSelectionState) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_GoToSlotSelectionState"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_GoToSlotSelectionState) == 0x000050, "Wrong size on WBP_Panel_Pictos_C_GoToSlotSelectionState"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, InPictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::InPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, FocusedEmptySlot) == 0x000008, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::FocusedEmptySlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000019, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_GetIsEmpty_IsEmpty) == 0x000045, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_GetIsEmpty_IsEmpty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_BooleanAND_ReturnValue) == 0x000046, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_GoToSlotSelectionState, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000048, "Member 'WBP_Panel_Pictos_C_GoToSlotSelectionState::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_InitializeSlotsData \ +static_assert(alignof(WBP_Panel_Pictos_C_InitializeSlotsData) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_InitializeSlotsData"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_InitializeSlotsData) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_InitializeSlotsData"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_InitializeSlotsData, CallFunc_GetPictoViewItem_Picto_View_Item) == 0x000000, "Member 'WBP_Panel_Pictos_C_InitializeSlotsData::CallFunc_GetPictoViewItem_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_InitializeSlotsData, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_InitializeSlotsData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_IsInSelectionState \ +static_assert(alignof(WBP_Panel_Pictos_C_IsInSelectionState) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_IsInSelectionState"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_IsInSelectionState) == 0x000004, "Wrong size on WBP_Panel_Pictos_C_IsInSelectionState"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_IsInSelectionState, IsInSelectionState_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_IsInSelectionState::IsInSelectionState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_IsInSelectionState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_Panel_Pictos_C_IsInSelectionState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_IsInSelectionState, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_Panel_Pictos_C_IsInSelectionState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_IsInSelectionState, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_Panel_Pictos_C_IsInSelectionState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_LoadCharacter \ +static_assert(alignof(WBP_Panel_Pictos_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_LoadCharacter"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_LoadCharacter) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_LoadCharacter"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_Panel_Pictos_C_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_OnInputMethodChanged \ +static_assert(alignof(WBP_Panel_Pictos_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_OnInputMethodChanged) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, Temp_byte_Variable_4) == 0x000006, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnInputMethodChanged, K2Node_Select_Default) == 0x000007, "Member 'WBP_Panel_Pictos_C_OnInputMethodChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_OnPictoItemClicked \ +static_assert(alignof(WBP_Panel_Pictos_C_OnPictoItemClicked) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_OnPictoItemClicked"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_OnPictoItemClicked) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_OnPictoItemClicked"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnPictoItemClicked, InPictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_OnPictoItemClicked::InPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnPictoItemClicked, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_OnPictoItemClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_OnResponse \ +static_assert(alignof(WBP_Panel_Pictos_C_OnResponse) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_OnResponse"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_OnResponse) == 0x000001, "Wrong size on WBP_Panel_Pictos_C_OnResponse"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnResponse, InUserResponse) == 0x000000, "Member 'WBP_Panel_Pictos_C_OnResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_OnSlotClicked \ +static_assert(alignof(WBP_Panel_Pictos_C_OnSlotClicked) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_OnSlotClicked"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_OnSlotClicked) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_OnSlotClicked"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnSlotClicked, InClickedSlot) == 0x000000, "Member 'WBP_Panel_Pictos_C_OnSlotClicked::InClickedSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnSlotClicked, CallFunc_GetNumItems_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_OnSlotClicked::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnSlotClicked, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Panel_Pictos_C_OnSlotClicked::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_OnSlotClicked, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_Panel_Pictos_C_OnSlotClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_PreConstruct \ +static_assert(alignof(WBP_Panel_Pictos_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_PreConstruct"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_PreConstruct) == 0x000001, "Wrong size on WBP_Panel_Pictos_C_PreConstruct"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Panel_Pictos_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_ProcessEquipPicto \ +static_assert(alignof(WBP_Panel_Pictos_C_ProcessEquipPicto) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_ProcessEquipPicto"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_ProcessEquipPicto) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_ProcessEquipPicto"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessEquipPicto, InPictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_ProcessEquipPicto::InPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessEquipPicto, InTargetSlotIndex) == 0x000008, "Member 'WBP_Panel_Pictos_C_ProcessEquipPicto::InTargetSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_ProcessUnequipSlot \ +static_assert(alignof(WBP_Panel_Pictos_C_ProcessUnequipSlot) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_ProcessUnequipSlot"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_ProcessUnequipSlot) == 0x000160, "Wrong size on WBP_Panel_Pictos_C_ProcessUnequipSlot"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, local_previouslyEquippedItemInstance) == 0x000000, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::local_previouslyEquippedItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, local_previouslyEquippedItem) == 0x000008, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::local_previouslyEquippedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, CallFunc_GetPictoViewItem_Picto_View_Item) == 0x000140, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::CallFunc_GetPictoViewItem_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000148, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, K2Node_MakeStruct_FEquipmentSlot) == 0x000150, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ProcessUnequipSlot, CallFunc_IsSlotUsed_ReturnValue) == 0x000158, "Member 'WBP_Panel_Pictos_C_ProcessUnequipSlot::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_RebuildActionBarButtons \ +static_assert(alignof(WBP_Panel_Pictos_C_RebuildActionBarButtons) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_RebuildActionBarButtons"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_RebuildActionBarButtons) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_RebuildActionBarButtons"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RebuildActionBarButtons, ActionBarContainerWidget) == 0x000000, "Member 'WBP_Panel_Pictos_C_RebuildActionBarButtons::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_RefreshSlotData \ +static_assert(alignof(WBP_Panel_Pictos_C_RefreshSlotData) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_RefreshSlotData"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_RefreshSlotData) == 0x000300, "Wrong size on WBP_Panel_Pictos_C_RefreshSlotData"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, InSlotIndex) == 0x000000, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, FoundViewItem) == 0x000008, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::FoundViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, K2Node_MakeStruct_FEquipmentSlot) == 0x000014, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, Temp_int_Variable) == 0x000028, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_GetPictoViewItems_PictosViewItems) == 0x000030, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_GetPictoViewItems_PictosViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000050, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_BooleanAND_ReturnValue) == 0x000188, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, K2Node_Select_Default) == 0x000190, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_IsValid_ReturnValue) == 0x000198, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots) == 0x0001A0, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Array_Find_ReturnValue) == 0x0001B0, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_IsSlotEmpty_ReturnValue) == 0x0001B4, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x0001B8, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C0, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_IsValid_ReturnValue_1) == 0x0001C1, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_GetItemStaticData_ItemStaticData) == 0x0001C8, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_RefreshSlotData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002F8, "Member 'WBP_Panel_Pictos_C_RefreshSlotData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_ScrollToPassiveEffect \ +static_assert(alignof(WBP_Panel_Pictos_C_ScrollToPassiveEffect) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_ScrollToPassiveEffect"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_ScrollToPassiveEffect) == 0x000060, "Wrong size on WBP_Panel_Pictos_C_ScrollToPassiveEffect"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, PictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::PictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_GetCurrentCharacterData_CurrentCharacterData) == 0x000008, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_GetCurrentCharacterData_CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos) == 0x000010, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_GetGearPictosInstance_AsBP_Item_Instance_Gear_Pictos' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x000018, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, Temp_bool_Variable) == 0x000048, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, Temp_name_Variable) == 0x00004C, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_ScrollToPassiveEffect, K2Node_Select_Default) == 0x000054, "Member 'WBP_Panel_Pictos_C_ScrollToPassiveEffect::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_Set_Focused_Item \ +static_assert(alignof(WBP_Panel_Pictos_C_Set_Focused_Item) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_Set_Focused_Item"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_Set_Focused_Item) == 0x000008, "Wrong size on WBP_Panel_Pictos_C_Set_Focused_Item"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_Set_Focused_Item, InPictoViewItem) == 0x000000, "Member 'WBP_Panel_Pictos_C_Set_Focused_Item::InPictoViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_SetFocusedPictoFromInventory \ +static_assert(alignof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_SetFocusedPictoFromInventory"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory) == 0x0002C0, "Wrong size on WBP_Panel_Pictos_C_SetFocusedPictoFromInventory"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, ItemData) == 0x000000, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::ItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000130, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, Temp_int_Array_Index_Variable) == 0x000134, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, Temp_int_Loop_Counter_Variable) == 0x00013C, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_GetListItems_ReturnValue) == 0x000148, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_Array_Get_Item) == 0x000160, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_BooleanAND_ReturnValue) == 0x000169, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, K2Node_DynamicCast_AsBP_Picto_View_Item) == 0x000170, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::K2Node_DynamicCast_AsBP_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000180, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedPictoFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002B8, "Member 'WBP_Panel_Pictos_C_SetFocusedPictoFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_SetFocusedSlot \ +static_assert(alignof(WBP_Panel_Pictos_C_SetFocusedSlot) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_SetFocusedSlot"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_SetFocusedSlot) == 0x000028, "Wrong size on WBP_Panel_Pictos_C_SetFocusedSlot"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, InSlotIndex) == 0x000000, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, CallFunc_GetPictoViewItem_Picto_View_Item) == 0x000008, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::CallFunc_GetPictoViewItem_Picto_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, Temp_int_Variable) == 0x000014, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, CallFunc_IsValid_ReturnValue_2) == 0x000018, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetFocusedSlot, K2Node_Select_Default) == 0x000020, "Member 'WBP_Panel_Pictos_C_SetFocusedSlot::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_SetSelectedSlot \ +static_assert(alignof(WBP_Panel_Pictos_C_SetSelectedSlot) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_SetSelectedSlot"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_SetSelectedSlot) == 0x000028, "Wrong size on WBP_Panel_Pictos_C_SetSelectedSlot"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, SelectedSlot_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::SelectedSlot_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, Temp_int_Variable) == 0x000008, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, Temp_int_Variable_1) == 0x000010, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, K2Node_Select_Default) == 0x000018, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedSlot, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_Panel_Pictos_C_SetSelectedSlot::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_SetSelectedViewItem \ +static_assert(alignof(WBP_Panel_Pictos_C_SetSelectedViewItem) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_SetSelectedViewItem"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_SetSelectedViewItem) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_SetSelectedViewItem"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedViewItem, SelectedPictoViewItem_0) == 0x000000, "Member 'WBP_Panel_Pictos_C_SetSelectedViewItem::SelectedPictoViewItem_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_SetSelectedViewItem, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_SetSelectedViewItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_StartPictosMenuTutorials \ +static_assert(alignof(WBP_Panel_Pictos_C_StartPictosMenuTutorials) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_StartPictosMenuTutorials"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_StartPictosMenuTutorials) == 0x000003, "Wrong size on WBP_Panel_Pictos_C_StartPictosMenuTutorials"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_StartPictosMenuTutorials, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000000, "Member 'WBP_Panel_Pictos_C_StartPictosMenuTutorials::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_StartPictosMenuTutorials, CallFunc_HasPersistentFlag_Result) == 0x000001, "Member 'WBP_Panel_Pictos_C_StartPictosMenuTutorials::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_StartPictosMenuTutorials, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_Panel_Pictos_C_StartPictosMenuTutorials::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_StopEquip \ +static_assert(alignof(WBP_Panel_Pictos_C_StopEquip) == 0x000001, "Wrong alignment on WBP_Panel_Pictos_C_StopEquip"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_StopEquip) == 0x000001, "Wrong size on WBP_Panel_Pictos_C_StopEquip"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_StopEquip, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_Panel_Pictos_C_StopEquip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Panel_Pictos_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Panel_Pictos_C \ +static_assert(alignof(UWBP_Panel_Pictos_C) == 0x000008, "Wrong alignment on UWBP_Panel_Pictos_C"); \ +static_assert(sizeof(UWBP_Panel_Pictos_C) == 0x000598, "Wrong size on UWBP_Panel_Pictos_C"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Panel_Pictos_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, Anim_PictoSelectionState) == 0x000438, "Member 'UWBP_Panel_Pictos_C::Anim_PictoSelectionState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, EditorSafeZone) == 0x000440, "Member 'UWBP_Panel_Pictos_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, LuminaAccessPrompt) == 0x000448, "Member 'UWBP_Panel_Pictos_C::LuminaAccessPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, PictosList) == 0x000450, "Member 'UWBP_Panel_Pictos_C::PictosList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, PictoSlotsBox) == 0x000458, "Member 'UWBP_Panel_Pictos_C::PictoSlotsBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_Back) == 0x000460, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_EditLuminaClick) == 0x000468, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_EditLuminaClick' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_Equip) == 0x000470, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_Equip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_SelectSlot) == 0x000478, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_SelectSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_ToggleFavorite) == 0x000480, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_ToggleFavorite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_CommonBoundActionButton_Unequip) == 0x000488, "Member 'UWBP_Panel_Pictos_C::WBP_CommonBoundActionButton_Unequip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_GM_CharacterSheet) == 0x000490, "Member 'UWBP_Panel_Pictos_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_GM_COV_LuminaPanel) == 0x000498, "Member 'UWBP_Panel_Pictos_C::WBP_GM_COV_LuminaPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_PictoSlot0) == 0x0004A0, "Member 'UWBP_Panel_Pictos_C::WBP_PictoSlot0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_PictoSlot1) == 0x0004A8, "Member 'UWBP_Panel_Pictos_C::WBP_PictoSlot1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, WBP_PictoSlot2) == 0x0004B0, "Member 'UWBP_Panel_Pictos_C::WBP_PictoSlot2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, CurrentCharacterData) == 0x0004B8, "Member 'UWBP_Panel_Pictos_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, PreviewCharacterData) == 0x0004C0, "Member 'UWBP_Panel_Pictos_C::PreviewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, OnRequestLockCharacterSwitch) == 0x0004C8, "Member 'UWBP_Panel_Pictos_C::OnRequestLockCharacterSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SD_OnEquipedPictos) == 0x0004D8, "Member 'UWBP_Panel_Pictos_C::SD_OnEquipedPictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SD_OnUnequipedPictos) == 0x0004E8, "Member 'UWBP_Panel_Pictos_C::SD_OnUnequipedPictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SelectedSlot) == 0x0004F8, "Member 'UWBP_Panel_Pictos_C::SelectedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SelectedPictoViewItem) == 0x000500, "Member 'UWBP_Panel_Pictos_C::SelectedPictoViewItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, FocusedSlot) == 0x000508, "Member 'UWBP_Panel_Pictos_C::FocusedSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, FocusedItem) == 0x000510, "Member 'UWBP_Panel_Pictos_C::FocusedItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, ProcessedSwappedInstanceCurrent) == 0x000518, "Member 'UWBP_Panel_Pictos_C::ProcessedSwappedInstanceCurrent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, ProcessedSwappedInstanceTarget) == 0x000520, "Member 'UWBP_Panel_Pictos_C::ProcessedSwappedInstanceTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, OnGoToLuminaButtonClicked) == 0x000528, "Member 'UWBP_Panel_Pictos_C::OnGoToLuminaButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, Tutorials) == 0x000538, "Member 'UWBP_Panel_Pictos_C::Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, CurrentTutorialIndex) == 0x000548, "Member 'UWBP_Panel_Pictos_C::CurrentTutorialIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, Area_Highlight_Widget) == 0x000550, "Member 'UWBP_Panel_Pictos_C::Area_Highlight_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SD_OnActivated) == 0x000558, "Member 'UWBP_Panel_Pictos_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, SD_OnDeactivated) == 0x000568, "Member 'UWBP_Panel_Pictos_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, ProcessedCurrentlyAssignedCharacter) == 0x000578, "Member 'UWBP_Panel_Pictos_C::ProcessedCurrentlyAssignedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, ProcessedEquippedPicto) == 0x000588, "Member 'UWBP_Panel_Pictos_C::ProcessedEquippedPicto' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Panel_Pictos_C, ProcessedTargetSlot) == 0x000590, "Member 'UWBP_Panel_Pictos_C::ProcessedTargetSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_ResetHighlighted \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_ResetHighlighted"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted) == 0x000050, "Wrong size on WBP_GM_COV_LuminaPanel_C_ResetHighlighted"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, ScrollToInstance) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::ScrollToInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_GetListItems_ReturnValue) == 0x000018, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000038, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ResetHighlighted, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'WBP_GM_COV_LuminaPanel_C_ResetHighlighted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances) == 0x000080, "Wrong size on WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CharacterData) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_MakeStruct_FEquipmentSlot) == 0x000014, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_MakeStruct_FEquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000030, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Array_RemoveItem_ReturnValue) == 0x00003A, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_GetPassiveEffectID_ReturnValue) == 0x00003C, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_MakeStruct_FEquipmentSlot_1) == 0x000044, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_MakeStruct_FEquipmentSlot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_MakeStruct_FEquipmentSlot_2) == 0x00004C, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_MakeStruct_FEquipmentSlot_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_GetAvailablePassiveEffectsForSlots_PassiveEffectIDs) == 0x000068, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_GetAvailablePassiveEffectsForSlots_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances, CallFunc_Array_Find_ReturnValue) == 0x000078, "Member 'WBP_GM_COV_LuminaPanel_C_SortPictosPassiveEffectInstances::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect) == 0x000068, "Wrong size on WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, PassiveEffectID) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, ScrollToInstance) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::ScrollToInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_GetListItems_ReturnValue) == 0x000028, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000050, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_GetPassiveEffectID_ReturnValue) == 0x00005C, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000064, "Member 'WBP_GM_COV_LuminaPanel_C_ScrollToPassiveEffect::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_LuminasSortLambda \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_LuminasSortLambda"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda) == 0x000190, "Wrong size on WBP_GM_COV_LuminaPanel_C_LuminasSortLambda"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, LuminaLhs) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::LuminaLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, LuminaRhs) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::LuminaRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, OrderingResult) == 0x000010, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, NameToStatMap) == 0x000018, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::NameToStatMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, Temp_byte_Variable) == 0x000068, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_GetPassiveEffectDefinition_ReturnValue) == 0x000070, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_GetPassiveEffectDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_GetPassiveEffectDefinition_ReturnValue_1) == 0x0000B8, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_GetPassiveEffectDefinition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x000100, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, Temp_byte_Variable_1) == 0x000110, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000118, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x000128, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, Temp_byte_Variable_2) == 0x00012C, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x000130, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x000134, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, K2Node_MakeVariable_MakeVariableOutput) == 0x000138, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, Temp_int_Variable) == 0x000188, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LuminasSortLambda, K2Node_Select_Default) == 0x00018C, "Member 'WBP_GM_COV_LuminaPanel_C_LuminasSortLambda::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_LoadCharacterData \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData) == 0x0001E0, "Wrong size on WBP_GM_COV_LuminaPanel_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, PassiveEffectInstances) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::PassiveEffectInstances' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue) == 0x000018, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_GetMaxLuminaPoints_ReturnValue) == 0x000020, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_GetMaxLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_Get_Item) == 0x00002C, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, K2Node_MakeArray_Array) == 0x000040, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_IsEmpty_ReturnValue) == 0x000050, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x000052, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Not_PreBool_ReturnValue_1) == 0x000053, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_BooleanOR_ReturnValue) == 0x000054, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_OrderingResult) == 0x000068, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_CmpSuccess) == 0x000070, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_SomeAlteration) == 0x000071, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_Obj1) == 0x000078, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_Obj2) == 0x000080, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_Index1) == 0x000088, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, BPNode_SortArray_Index2) == 0x00008C, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_SpawnObject_ReturnValue) == 0x000090, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_Array_Add_ReturnValue_1) == 0x00009C, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_IsFromGear_IsFromGear) == 0x0000A0, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_GetOwningGearData_OutOwningGearData) == 0x0000A8, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_GetOwningGearData_OutOwningGearData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D8, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_BooleanAND_ReturnValue) == 0x0001D9, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_LoadCharacterData, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001DA, "Member 'WBP_GM_COV_LuminaPanel_C_LoadCharacterData::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature) == 0x000010, "Wrong size on WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature, Item) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature, Widget) == 0x000008, "Member 'WBP_GM_COV_LuminaPanel_C_BndEvt__WBP_GM_COV_LuminaPanel_LuminaListView_K2Node_ComponentBoundEvent_2_OnListEntryInitializedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked) == 0x000004, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked) == 0x000008, "Wrong size on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked, PassiveEffectID) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortClicked::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused) == 0x000008, "Wrong size on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused, Button) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortFocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused) == 0x000008, "Wrong size on WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused, Button) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_OnLuminaElementShortUnfocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel \ +static_assert(alignof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel"); \ +static_assert(sizeof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel) == 0x000078, "Wrong size on WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, EntryPoint) == 0x000000, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_ComponentBoundEvent_Item) == 0x000030, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_ComponentBoundEvent_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_ComponentBoundEvent_Widget) == 0x000038, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_DynamicCast_AsWBP_GM_COV_Lumina_Element) == 0x000040, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_DynamicCast_AsWBP_GM_COV_Lumina_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CustomEvent_PassiveEffectID) == 0x00004C, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CustomEvent_PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CustomEvent_Button_1) == 0x000068, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel, K2Node_CustomEvent_Button) == 0x000070, "Member 'WBP_GM_COV_LuminaPanel_C_ExecuteUbergraph_WBP_GM_COV_LuminaPanel::K2Node_CustomEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_COV_LuminaPanel_C \ +static_assert(alignof(UWBP_GM_COV_LuminaPanel_C) == 0x000008, "Wrong alignment on UWBP_GM_COV_LuminaPanel_C"); \ +static_assert(sizeof(UWBP_GM_COV_LuminaPanel_C) == 0x000380, "Wrong size on UWBP_GM_COV_LuminaPanel_C"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_COV_LuminaPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, Background) == 0x000310, "Member 'UWBP_GM_COV_LuminaPanel_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, BottomLeftLine) == 0x000318, "Member 'UWBP_GM_COV_LuminaPanel_C::BottomLeftLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, LuminaListView) == 0x000320, "Member 'UWBP_GM_COV_LuminaPanel_C::LuminaListView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, WBP_DPIScaleBox) == 0x000328, "Member 'UWBP_GM_COV_LuminaPanel_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, WBP_GM_LuminaPoints) == 0x000330, "Member 'UWBP_GM_COV_LuminaPanel_C::WBP_GM_LuminaPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, OnLuminaEntryClicked) == 0x000338, "Member 'UWBP_GM_COV_LuminaPanel_C::OnLuminaEntryClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, OnLuminaEntryFocused) == 0x000348, "Member 'UWBP_GM_COV_LuminaPanel_C::OnLuminaEntryFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, Dummy_SortLuminas) == 0x000358, "Member 'UWBP_GM_COV_LuminaPanel_C::Dummy_SortLuminas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, PictosPassiveEffectsInstances) == 0x000368, "Member 'UWBP_GM_COV_LuminaPanel_C::PictosPassiveEffectsInstances' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaPanel_C, EmptyPassiveEffect) == 0x000378, "Member 'UWBP_GM_COV_LuminaPanel_C::EmptyPassiveEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCharacterAssignedEquipment \ +static_assert(alignof(FFCharacterAssignedEquipment) == 0x000008, "Wrong alignment on FFCharacterAssignedEquipment"); \ +static_assert(sizeof(FFCharacterAssignedEquipment) == 0x000010, "Wrong size on FFCharacterAssignedEquipment"); \ +static_assert(offsetof(FFCharacterAssignedEquipment, CharacterData_3_98C1C7F94CD82AD92FB1CCA8F389E6AE) == 0x000000, "Member 'FFCharacterAssignedEquipment::CharacterData_3_98C1C7F94CD82AD92FB1CCA8F389E6AE' has a wrong offset!"); \ +static_assert(offsetof(FFCharacterAssignedEquipment, EquipmentSlot_7_225CABDE4FBE6CC05DDC22969474F06E) == 0x000008, "Member 'FFCharacterAssignedEquipment::EquipmentSlot_7_225CABDE4FBE6CC05DDC22969474F06E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'BP_PassiveEffectInstance_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_BPI_ShouldShowNotification \ +static_assert(alignof(BP_PassiveEffectInstance_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on BP_PassiveEffectInstance_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'BP_PassiveEffectInstance_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_PassiveEffectInstance_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_BPI_ShouldShowNotification, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000010, "Member 'BP_PassiveEffectInstance_C_BPI_ShouldShowNotification::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance \ +static_assert(alignof(BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance) == 0x000018, "Wrong size on BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance, EntryPoint) == 0x000000, "Member 'BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance, K2Node_Event_MarkCaller) == 0x000008, "Member 'BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_PassiveEffectInstance_C_ExecuteUbergraph_BP_PassiveEffectInstance::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_GetOwnerData \ +static_assert(alignof(BP_PassiveEffectInstance_C_GetOwnerData) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_GetOwnerData"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_GetOwnerData) == 0x000008, "Wrong size on BP_PassiveEffectInstance_C_GetOwnerData"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_GetOwnerData, NewParam) == 0x000000, "Member 'BP_PassiveEffectInstance_C_GetOwnerData::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_GetOwningGearData \ +static_assert(alignof(BP_PassiveEffectInstance_C_GetOwningGearData) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_GetOwningGearData"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_GetOwningGearData) == 0x000130, "Wrong size on BP_PassiveEffectInstance_C_GetOwningGearData"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_GetOwningGearData, OutOwningGearData) == 0x000000, "Member 'BP_PassiveEffectInstance_C_GetOwningGearData::OutOwningGearData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_GetPassiveEffectDefinition \ +static_assert(alignof(BP_PassiveEffectInstance_C_GetPassiveEffectDefinition) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_GetPassiveEffectDefinition"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_GetPassiveEffectDefinition) == 0x000048, "Wrong size on BP_PassiveEffectInstance_C_GetPassiveEffectDefinition"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_GetPassiveEffectDefinition, ReturnValue) == 0x000000, "Member 'BP_PassiveEffectInstance_C_GetPassiveEffectDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_GetPassiveEffectID \ +static_assert(alignof(BP_PassiveEffectInstance_C_GetPassiveEffectID) == 0x000004, "Wrong alignment on BP_PassiveEffectInstance_C_GetPassiveEffectID"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_GetPassiveEffectID) == 0x000008, "Wrong size on BP_PassiveEffectInstance_C_GetPassiveEffectID"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_GetPassiveEffectID, ReturnValue) == 0x000000, "Member 'BP_PassiveEffectInstance_C_GetPassiveEffectID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_Initialize \ +static_assert(alignof(BP_PassiveEffectInstance_C_Initialize) == 0x000008, "Wrong alignment on BP_PassiveEffectInstance_C_Initialize"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_Initialize) == 0x0001E0, "Wrong size on BP_PassiveEffectInstance_C_Initialize"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_PassiveEffectInstance_C_Initialize::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_PassiveEffectInstance_C_Initialize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_PassiveEffectInstance_C_Initialize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots) == 0x000018, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000028, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetPassiveEffectDefinition_Found) == 0x000070, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Array_Get_Item) == 0x000074, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_IsSlotUsed_ReturnValue) == 0x00007C, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_IsSlotEmpty_ReturnValue) == 0x00007D, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000080, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Not_PreBool_ReturnValue_1) == 0x000088, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetItemStaticData_ItemStaticData) == 0x000090, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_BooleanAND_ReturnValue) == 0x0001C0, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x0001C8, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Array_Length_ReturnValue) == 0x0001D8, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Array_Contains_ReturnValue) == 0x0001DC, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_Less_IntInt_ReturnValue) == 0x0001DD, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_Initialize, CallFunc_BooleanAND_ReturnValue_1) == 0x0001DE, "Member 'BP_PassiveEffectInstance_C_Initialize::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_IsEquipped \ +static_assert(alignof(BP_PassiveEffectInstance_C_IsEquipped) == 0x000001, "Wrong alignment on BP_PassiveEffectInstance_C_IsEquipped"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_IsEquipped) == 0x000002, "Wrong size on BP_PassiveEffectInstance_C_IsEquipped"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsEquipped, IsEquipped_0) == 0x000000, "Member 'BP_PassiveEffectInstance_C_IsEquipped::IsEquipped_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsEquipped, CallFunc_Array_Contains_ReturnValue) == 0x000001, "Member 'BP_PassiveEffectInstance_C_IsEquipped::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_IsForbidden \ +static_assert(alignof(BP_PassiveEffectInstance_C_IsForbidden) == 0x000004, "Wrong alignment on BP_PassiveEffectInstance_C_IsForbidden"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_IsForbidden) == 0x00000C, "Wrong size on BP_PassiveEffectInstance_C_IsForbidden"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, IsForbidden_0) == 0x000000, "Member 'BP_PassiveEffectInstance_C_IsForbidden::IsForbidden_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, CallFunc_Array_Contains_ReturnValue) == 0x000001, "Member 'BP_PassiveEffectInstance_C_IsForbidden::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, CallFunc_GetAvailableLuminaPoints_ReturnValue) == 0x000004, "Member 'BP_PassiveEffectInstance_C_IsForbidden::CallFunc_GetAvailableLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_PassiveEffectInstance_C_IsForbidden::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'BP_PassiveEffectInstance_C_IsForbidden::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsForbidden, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_PassiveEffectInstance_C_IsForbidden::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_IsFromGear \ +static_assert(alignof(BP_PassiveEffectInstance_C_IsFromGear) == 0x000001, "Wrong alignment on BP_PassiveEffectInstance_C_IsFromGear"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_IsFromGear) == 0x000001, "Wrong size on BP_PassiveEffectInstance_C_IsFromGear"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsFromGear, IsFromGear_0) == 0x000000, "Member 'BP_PassiveEffectInstance_C_IsFromGear::IsFromGear_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_IsHighlighted \ +static_assert(alignof(BP_PassiveEffectInstance_C_IsHighlighted) == 0x000001, "Wrong alignment on BP_PassiveEffectInstance_C_IsHighlighted"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_IsHighlighted) == 0x000001, "Wrong size on BP_PassiveEffectInstance_C_IsHighlighted"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_IsHighlighted, bIsHighlighted_0) == 0x000000, "Member 'BP_PassiveEffectInstance_C_IsHighlighted::bIsHighlighted_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectInstance_C_SetHighlighted \ +static_assert(alignof(BP_PassiveEffectInstance_C_SetHighlighted) == 0x000001, "Wrong alignment on BP_PassiveEffectInstance_C_SetHighlighted"); \ +static_assert(sizeof(BP_PassiveEffectInstance_C_SetHighlighted) == 0x000003, "Wrong size on BP_PassiveEffectInstance_C_SetHighlighted"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_SetHighlighted, bInIsHighlighted) == 0x000000, "Member 'BP_PassiveEffectInstance_C_SetHighlighted::bInIsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_SetHighlighted, CallFunc_IsHighlighted_bIsHighlighted) == 0x000001, "Member 'BP_PassiveEffectInstance_C_SetHighlighted::CallFunc_IsHighlighted_bIsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectInstance_C_SetHighlighted, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000002, "Member 'BP_PassiveEffectInstance_C_SetHighlighted::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PassiveEffectInstance_C \ +static_assert(alignof(UBP_PassiveEffectInstance_C) == 0x000008, "Wrong alignment on UBP_PassiveEffectInstance_C"); \ +static_assert(sizeof(UBP_PassiveEffectInstance_C) == 0x0001D8, "Wrong size on UBP_PassiveEffectInstance_C"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, UberGraphFrame) == 0x000028, "Member 'UBP_PassiveEffectInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, PassiveEffectID) == 0x000030, "Member 'UBP_PassiveEffectInstance_C::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, PassiveDefinition) == 0x000038, "Member 'UBP_PassiveEffectInstance_C::PassiveDefinition' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, OwnerData) == 0x000080, "Member 'UBP_PassiveEffectInstance_C::OwnerData' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, bIsFromGear) == 0x000088, "Member 'UBP_PassiveEffectInstance_C::bIsFromGear' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, OwningGearData) == 0x000090, "Member 'UBP_PassiveEffectInstance_C::OwningGearData' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, bIsHighlighted) == 0x0001C0, "Member 'UBP_PassiveEffectInstance_C::bIsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectInstance_C, OnHighlightedStateChanged) == 0x0001C8, "Member 'UBP_PassiveEffectInstance_C::OnHighlightedStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement) == 0x000260, "Wrong size on WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, EntryPoint) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_Event_bIsExpanded) == 0x000004, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_Event_bIsSelected) == 0x000005, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_Event_ListItemObject) == 0x000008, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000010, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_GetOwningGearData_OutOwningGearData) == 0x000020, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_GetOwningGearData_OutOwningGearData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_IsHighlighted_bIsHighlighted) == 0x000150, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_IsHighlighted_bIsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000151, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_IsFromGear_IsFromGear) == 0x000152, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_GetPassiveEffectID_ReturnValue) == 0x000154, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_BooleanAND_ReturnValue) == 0x00015C, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_GetPassiveEffectDefinition_ReturnValue) == 0x000160, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_GetPassiveEffectDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, Temp_text_Variable) == 0x0001A8, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_Conv_IntToText_ReturnValue) == 0x0001B8, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_ComponentBoundEvent_Button) == 0x0001C8, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, Temp_bool_Variable) == 0x0001D0, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_MakeStruct_SlateColor) == 0x0001D4, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_MakeStruct_SlateColor_1) == 0x0001E8, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_Select_Default) == 0x0001FC, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000210, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_CreateDelegate_OutputDelegate) == 0x000220, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, Temp_byte_Variable) == 0x000230, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, Temp_byte_Variable_1) == 0x000231, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_CreateDelegate_OutputDelegate_1) == 0x000234, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_GetPassiveEffectID_ReturnValue_1) == 0x000244, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_GetPassiveEffectID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, Temp_bool_Variable_1) == 0x00024C, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_MakeLiteralName_ReturnValue) == 0x000250, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000258, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, K2Node_Select_Default_1) == 0x000259, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement, CallFunc_Not_PreBool_ReturnValue) == 0x00025A, "Member 'WBP_GM_COV_LuminaElement_C_ExecuteUbergraph_WBP_GM_COV_LuminaElement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged) == 0x000060, "Wrong size on WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, InIsHighlighted) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::InIsHighlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_bool_Variable) == 0x000002, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_struct_Variable) == 0x000004, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, K2Node_Select_Default) == 0x000024, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_byte_Variable_1) == 0x000034, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, Temp_bool_Variable_1) == 0x000035, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, K2Node_Select_Default_1) == 0x000036, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, CallFunc_GetEndTime_ReturnValue) == 0x000038, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, CallFunc_SelectFloat_B_ImplicitCast) == 0x000050, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged, CallFunc_PlayAnimation_StartAtTime_ImplicitCast) == 0x000058, "Member 'WBP_GM_COV_LuminaElement_C_OnHighlightedStateChanged::CallFunc_PlayAnimation_StartAtTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_LuminaElement_C_OnListItemObjectSet \ +static_assert(alignof(WBP_GM_COV_LuminaElement_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_GM_COV_LuminaElement_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_GM_COV_LuminaElement_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_GM_COV_LuminaElement_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_GM_COV_LuminaElement_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_GM_COV_LuminaElement_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_COV_LuminaElement_C \ +static_assert(alignof(UWBP_GM_COV_LuminaElement_C) == 0x000008, "Wrong alignment on UWBP_GM_COV_LuminaElement_C"); \ +static_assert(sizeof(UWBP_GM_COV_LuminaElement_C) == 0x000358, "Wrong size on UWBP_GM_COV_LuminaElement_C"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_COV_LuminaElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, BaseButton) == 0x000310, "Member 'UWBP_GM_COV_LuminaElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, LuminaCost) == 0x000318, "Member 'UWBP_GM_COV_LuminaElement_C::LuminaCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, LuminaName) == 0x000320, "Member 'UWBP_GM_COV_LuminaElement_C::LuminaName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, NotificationBullet) == 0x000328, "Member 'UWBP_GM_COV_LuminaElement_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, PictoOwnerIcon) == 0x000330, "Member 'UWBP_GM_COV_LuminaElement_C::PictoOwnerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, WBP_DPIScaleBox) == 0x000338, "Member 'UWBP_GM_COV_LuminaElement_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, PassiveEffectInstance) == 0x000340, "Member 'UWBP_GM_COV_LuminaElement_C::PassiveEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_LuminaElement_C, OnLuminaElementShortClicked) == 0x000348, "Member 'UWBP_GM_COV_LuminaElement_C::OnLuminaElementShortClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_WeaponElement_C_BndEvt__WBP_COV_WeaponElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_COV_WeaponElement_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_COV_WeaponElement_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_COV_WeaponElement_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_COV_WeaponElement_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BPI_ShouldShowNotification, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'WBP_COV_WeaponElement_C_BPI_ShouldShowNotification::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_BPI_ShouldShowNotification, CallFunc_IsThereNotifiedWeaponForCharacter_IsNotified) == 0x000010, "Member 'WBP_COV_WeaponElement_C_BPI_ShouldShowNotification::CallFunc_IsThereNotifiedWeaponForCharacter_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement \ +static_assert(alignof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement) == 0x000028, "Wrong size on WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement, EntryPoint) == 0x000000, "Member 'WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement, K2Node_Event_MarkCaller) == 0x000008, "Member 'WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement, K2Node_ComponentBoundEvent_Button_2) == 0x000010, "Member 'WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement, K2Node_ComponentBoundEvent_Button) == 0x000020, "Member 'WBP_COV_WeaponElement_C_ExecuteUbergraph_WBP_COV_WeaponElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance \ +static_assert(alignof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance) == 0x000008, "Wrong alignment on WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance"); \ +static_assert(sizeof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance) == 0x000178, "Wrong size on WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, GearInstance) == 0x000000, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::GearInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, CurrentCharacterData) == 0x000008, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, Temp_bool_Variable) == 0x000010, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, Temp_byte_Variable) == 0x000011, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, Temp_bool_Variable_1) == 0x000013, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, Temp_text_Variable) == 0x000018, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, CallFunc_GetCurrentLevel_ReturnValue) == 0x000028, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, CallFunc_GetCurrentQuality_Quality) == 0x00002C, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000030, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, K2Node_Select_Default) == 0x000161, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance, K2Node_Select_Default_1) == 0x000168, "Member 'WBP_COV_WeaponElement_C_Load_Weapon_State_from_Instance::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_COV_WeaponElement_C \ +static_assert(alignof(UWBP_COV_WeaponElement_C) == 0x000008, "Wrong alignment on UWBP_COV_WeaponElement_C"); \ +static_assert(sizeof(UWBP_COV_WeaponElement_C) == 0x000360, "Wrong size on UWBP_COV_WeaponElement_C"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_COV_WeaponElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, BaseButton) == 0x000310, "Member 'UWBP_COV_WeaponElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, WeaponIcon) == 0x000318, "Member 'UWBP_COV_WeaponElement_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, WeaponLevel) == 0x000320, "Member 'UWBP_COV_WeaponElement_C::WeaponLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, WeaponName) == 0x000328, "Member 'UWBP_COV_WeaponElement_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, OnAction) == 0x000330, "Member 'UWBP_COV_WeaponElement_C::OnAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, OnNavigated) == 0x000340, "Member 'UWBP_COV_WeaponElement_C::OnNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, WeaponInstance) == 0x000350, "Member 'UWBP_COV_WeaponElement_C::WeaponInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_WeaponElement_C, Current_Character_Data) == 0x000358, "Member 'UWBP_COV_WeaponElement_C::Current_Character_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_COV_PictosElement_C_BndEvt__WBP_COV_PictosElement_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_COV_PictosElement_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_COV_PictosElement_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_COV_PictosElement_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_COV_PictosElement_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_COV_PictosElement_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound) == 0x000010, "Member 'WBP_COV_PictosElement_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement \ +static_assert(alignof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement) == 0x000028, "Wrong size on WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement, EntryPoint) == 0x000000, "Member 'WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement, K2Node_Event_MarkCaller) == 0x000008, "Member 'WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement, K2Node_ComponentBoundEvent_Button_2) == 0x000010, "Member 'WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement, K2Node_ComponentBoundEvent_Button) == 0x000020, "Member 'WBP_COV_PictosElement_C_ExecuteUbergraph_WBP_COV_PictosElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_COV_PictosElement_C_LoadPictosStateFromInstance \ +static_assert(alignof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance) == 0x000008, "Wrong alignment on WBP_COV_PictosElement_C_LoadPictosStateFromInstance"); \ +static_assert(sizeof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance) == 0x000170, "Wrong size on WBP_COV_PictosElement_C_LoadPictosStateFromInstance"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, GearInstance) == 0x000000, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::GearInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CurrentCharacterData) == 0x000008, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, Temp_byte_Variable) == 0x000010, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CallFunc_GetCurrentLevel_ReturnValue) == 0x000014, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CallFunc_GetCurrentQuality_Quality) == 0x000018, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CallFunc_GetCurrentQuality_Quality' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CallFunc_GetItemStaticData_ItemStaticData) == 0x000020, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, CallFunc_IsValid_ReturnValue_1) == 0x000150, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, Temp_byte_Variable_1) == 0x000151, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, Temp_bool_Variable) == 0x000152, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, Temp_text_Variable) == 0x000158, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_COV_PictosElement_C_LoadPictosStateFromInstance, K2Node_Select_Default) == 0x000168, "Member 'WBP_COV_PictosElement_C_LoadPictosStateFromInstance::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_COV_PictosElement_C \ +static_assert(alignof(UWBP_COV_PictosElement_C) == 0x000008, "Wrong alignment on UWBP_COV_PictosElement_C"); \ +static_assert(sizeof(UWBP_COV_PictosElement_C) == 0x000350, "Wrong size on UWBP_COV_PictosElement_C"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_COV_PictosElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, BaseButton) == 0x000310, "Member 'UWBP_COV_PictosElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, PictoIcon) == 0x000318, "Member 'UWBP_COV_PictosElement_C::PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, PictoLevel) == 0x000320, "Member 'UWBP_COV_PictosElement_C::PictoLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, PictoName) == 0x000328, "Member 'UWBP_COV_PictosElement_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, OnAction) == 0x000330, "Member 'UWBP_COV_PictosElement_C::OnAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_COV_PictosElement_C, OnNavigated) == 0x000340, "Member 'UWBP_COV_PictosElement_C::OnNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus \ +static_assert(alignof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus) == 0x000048, "Wrong size on BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, K2Node_DynamicCast_AsBP_Game_Action_Set_Quest_Status) == 0x000038, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::K2Node_DynamicCast_AsBP_Game_Action_Set_Quest_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_GameActionInstance_SetQuestStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestStatus_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestStatus_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString) == 0x000168, "Wrong size on BP_GameActionInstance_SetQuestStatus_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_DynamicCast_AsBP_Game_Action_Set_Quest_Status) == 0x000020, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_DynamicCast_AsBP_Game_Action_Set_Quest_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x0000F0, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestStatus_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BP_GameActionInstance_SetQuestStatus_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetQuestStatus_C \ +static_assert(alignof(UBP_GameActionInstance_SetQuestStatus_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetQuestStatus_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetQuestStatus_C) == 0x000048, "Wrong size on UBP_GameActionInstance_SetQuestStatus_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetQuestStatus_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetQuestStatus_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature, Widget) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement0_K2Node_ComponentBoundEvent_7_OnNavigated__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature, Widget) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement1_K2Node_ComponentBoundEvent_5_OnNavigated__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature, Widget) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_PictoElement2_K2Node_ComponentBoundEvent_6_OnNavigated__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature, WeaponWidget) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_BndEvt__WBP_GM_COV_WeaponPictosPanel_WeaponElement0_K2Node_ComponentBoundEvent_4_OnNavigated__DelegateSignature::WeaponWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel) == 0x000028, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel, EntryPoint) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel, K2Node_ComponentBoundEvent_Widget) == 0x000008, "Member 'WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel, K2Node_ComponentBoundEvent_WeaponWidget) == 0x000010, "Member 'WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel::K2Node_ComponentBoundEvent_WeaponWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel, K2Node_ComponentBoundEvent_Widget_2) == 0x000018, "Member 'WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel, K2Node_ComponentBoundEvent_Widget_1) == 0x000020, "Member 'WBP_GM_COV_WeaponPictosPanel_C_ExecuteUbergraph_WBP_GM_COV_WeaponPictosPanel::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot) == 0x0000D0, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, EquipmentSlot) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::EquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, ListEntry) == 0x000008, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::ListEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_GetPictosSlotListEntries_Array) == 0x000020, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_GetPictosSlotListEntries_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000038, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetListEntryFromItemSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries) == 0x000020, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries, Array) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_GM_COV_WeaponPictosPanel_C_GetPictosSlotListEntries::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter) == 0x000068, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots) == 0x000010, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000030, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_IsSlotEmpty_ReturnValue) == 0x000038, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_IsSlotUsed_ReturnValue) == 0x000039, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000048, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter, CallFunc_LoadNotificationData_NotifiedObject_CastInput_1) == 0x000058, "Member 'WBP_GM_COV_WeaponPictosPanel_C_LoadCharacter::CallFunc_LoadNotificationData_NotifiedObject_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot \ +static_assert(alignof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot) == 0x000008, "Wrong alignment on WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot"); \ +static_assert(sizeof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot) == 0x000040, "Wrong size on WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, GearInstance) == 0x000000, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::GearInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, EquipmentSlot) == 0x000008, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::EquipmentSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, CharacterData) == 0x000010, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, CallFunc_GetListEntryFromItemSlot_ListEntry) == 0x000018, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::CallFunc_GetListEntryFromItemSlot_ListEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, K2Node_DynamicCast_AsWBP_COV_Weapon_Element) == 0x000020, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::K2Node_DynamicCast_AsWBP_COV_Weapon_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, K2Node_DynamicCast_AsWBP_COV_Pictos_Element) == 0x000030, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::K2Node_DynamicCast_AsWBP_COV_Pictos_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_GM_COV_WeaponPictosPanel_C_SetItemInstanceInSlot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_COV_WeaponPictosPanel_C \ +static_assert(alignof(UWBP_GM_COV_WeaponPictosPanel_C) == 0x000008, "Wrong alignment on UWBP_GM_COV_WeaponPictosPanel_C"); \ +static_assert(sizeof(UWBP_GM_COV_WeaponPictosPanel_C) == 0x000370, "Wrong size on UWBP_GM_COV_WeaponPictosPanel_C"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, PictoElement0) == 0x000310, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::PictoElement0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, PictoElement1) == 0x000318, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::PictoElement1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, PictoElement2) == 0x000320, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::PictoElement2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, PictosBox) == 0x000328, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::PictosBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, PictosNotificationBullet) == 0x000330, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::PictosNotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, WeaponBox) == 0x000338, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::WeaponBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, WeaponElement0) == 0x000340, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::WeaponElement0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, WeaponNotificationBullet) == 0x000348, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::WeaponNotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, OnSlotNavigated) == 0x000350, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::OnSlotNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_COV_WeaponPictosPanel_C, OnSlotAction) == 0x000360, "Member 'UWBP_GM_COV_WeaponPictosPanel_C::OnSlotAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_6_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WardrobeButton_K2Node_ComponentBoundEvent_7_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature, InSkillSlotIndex) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_1_OnSkillSlotClicked__DelegateSignature::InSkillSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature, CommonButton) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_AssignedSkillsShort_K2Node_ComponentBoundEvent_5_OnSkillSlotNavigated__DelegateSignature::CommonButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature, InPassiveEffectID) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_2_OnLuminaEntryClicked__DelegateSignature::InPassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_COV_LuminaPanel_K2Node_ComponentBoundEvent_8_OnLuminaEntryFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature, InItemType) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature::InItemType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature, InSlotIndex) == 0x000004, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_0_OnSlotAction__DelegateSignature::InSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature, SlotWidget) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BndEvt__WBP_GM_CharacterOverview_WBP_GM_WeaponPictosSlots_K2Node_ComponentBoundEvent_4_OnSlotNavigated__DelegateSignature::SlotWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification, CallFunc_GetInventoryManager_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification, CallFunc_IsThereNotifiedCustomizationForCharacter_IsNotified) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_BPI_ShouldShowNotification::CallFunc_IsThereNotifiedCustomizationForCharacter_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_DoCustomNavigationLumina \ +static_assert(alignof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_DoCustomNavigationLumina"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina) == 0x000018, "Wrong size on WBP_GM_CharacterOverview_C_DoCustomNavigationLumina"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina, Navigation_0) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationLumina::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina, ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationLumina::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina, CallFunc_GetIsEnabled_ReturnValue) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationLumina::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationLumina, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000011, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationLumina::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_DoCustomNavigationSkills \ +static_assert(alignof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_DoCustomNavigationSkills"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills) == 0x000020, "Wrong size on WBP_GM_CharacterOverview_C_DoCustomNavigationSkills"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, Navigation_0) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_GetNumItems_ReturnValue) == 0x000014, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_GetNumItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_GetIsEnabled_ReturnValue) == 0x000019, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_GetIsEnabled_ReturnValue_1) == 0x00001A, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_GetIsEnabled_ReturnValue_2) == 0x00001B, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_HasFocusedDescendants_ReturnValue) == 0x00001C, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_HasFocusedDescendants_ReturnValue_1) == 0x00001D, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_HasFocusedDescendants_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationSkills, CallFunc_HasFocusedDescendants_ReturnValue_2) == 0x00001E, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationSkills::CallFunc_HasFocusedDescendants_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe \ +static_assert(alignof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe) == 0x000018, "Wrong size on WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe, Navigation_0) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe, ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe, CallFunc_GetIsEnabled_ReturnValue) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000011, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000012, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWardrobe::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos \ +static_assert(alignof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos) == 0x000018, "Wrong size on WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, Navigation_0) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_GetIsEnabled_ReturnValue) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000011, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_GetIsEnabled_ReturnValue_2) == 0x000012, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_GetIsEnabled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000013, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_HasFocusedDescendants_ReturnValue_1) == 0x000014, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_HasFocusedDescendants_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_HasFocusedDescendants_ReturnValue_2) == 0x000015, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_HasFocusedDescendants_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_HasFocusedDescendants_ReturnValue_3) == 0x000016, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_HasFocusedDescendants_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos, CallFunc_BooleanOR_ReturnValue) == 0x000017, "Member 'WBP_GM_CharacterOverview_C_DoCustomNavigationWeaponPictos::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials \ +static_assert(alignof(WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_EndCharacterOverviewTutorials::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview \ +static_assert(alignof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview) == 0x000160, "Wrong size on WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, EntryPoint) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_int_Variable) == 0x000004, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000030, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_text_Variable) == 0x000038, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000058, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_object_Variable) == 0x000060, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_bool_Variable) == 0x000068, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_Event_MarkCaller) == 0x000070, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_Event_CharacterData) == 0x000078, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_InItemType) == 0x000080, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_InItemType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_InSlotIndex) == 0x000084, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_SwitchEnum_CmpSuccess) == 0x000088, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_InSkillSlotIndex) == 0x00008C, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_InSkillSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_InPassiveEffectID) == 0x000090, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_InPassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_Button_3) == 0x000098, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_SlotWidget) == 0x0000A0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_SlotWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_CommonButton) == 0x0000B0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_CommonButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B9, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_Button_2) == 0x0000C0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_Button_1) == 0x0000C8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue_2) == 0x0000D8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_object_Variable_1) == 0x0000E0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_Not_PreBool_ReturnValue) == 0x0000ED, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue_3) == 0x0000EE, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue_4) == 0x0000F4, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_int_Variable_1) == 0x0000F8, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_Select_Default) == 0x000100, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_CreateDelegate_OutputDelegate_3) == 0x000108, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_HighlightTutorialWidget_AreaHighlightWidget) == 0x000118, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_HighlightTutorialWidget_AreaHighlightWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_IsValid_ReturnValue_5) == 0x000120, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000128, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, Temp_text_Variable_1) == 0x000138, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_Select_Default_1) == 0x000148, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000158, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview, K2Node_Event_IsDesignTime) == 0x000159, "Member 'WBP_GM_CharacterOverview_C_ExecuteUbergraph_WBP_GM_CharacterOverview::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_OnActionBarContentUpdated \ +static_assert(alignof(WBP_GM_CharacterOverview_C_OnActionBarContentUpdated) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_OnActionBarContentUpdated"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_OnActionBarContentUpdated) == 0x000008, "Wrong size on WBP_GM_CharacterOverview_C_OnActionBarContentUpdated"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_OnActionBarContentUpdated, ActionBarContainerWidget) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_OnActionBarContentUpdated::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_PreConstruct \ +static_assert(alignof(WBP_GM_CharacterOverview_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_CharacterOverview_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_CharacterOverview_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_PreSelectSkillSlot \ +static_assert(alignof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_PreSelectSkillSlot"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot) == 0x000040, "Wrong size on WBP_GM_CharacterOverview_C_PreSelectSkillSlot"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, InSlotIndex) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_GetSlotIndex_SlotIndex) == 0x000038, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_GetSlotIndex_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_PreSelectSkillSlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_GM_CharacterOverview_C_PreSelectSkillSlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials \ +static_assert(alignof(WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials) == 0x000001, "Wrong alignment on WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials) == 0x000003, "Wrong size on WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials, CallFunc_HasPersistentFlag_Result) == 0x000001, "Member 'WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_GM_CharacterOverview_C_StartCharacterOverviewTutorials::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_UpdateConfirmPrompt \ +static_assert(alignof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_UpdateConfirmPrompt"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt) == 0x000030, "Wrong size on WBP_GM_CharacterOverview_C_UpdateConfirmPrompt"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, InPromptText) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::InPromptText' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, IsVisible_0) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000018, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000020, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_UpdateConfirmPrompt, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'WBP_GM_CharacterOverview_C_UpdateConfirmPrompt::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget, Temp_bool_Variable) == 0x000008, "Member 'WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget, CallFunc_GetIsEnabled_ReturnValue) == 0x00000A, "Member 'WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget, K2Node_Select_Default) == 0x000010, "Member 'WBP_GM_CharacterOverview_C_BP_GetDesiredFocusTarget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_CharacterOverview_C \ +static_assert(alignof(UWBP_GM_CharacterOverview_C) == 0x000008, "Wrong alignment on UWBP_GM_CharacterOverview_C"); \ +static_assert(sizeof(UWBP_GM_CharacterOverview_C) == 0x0004F8, "Wrong size on UWBP_GM_CharacterOverview_C"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_CharacterOverview_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, EditorSafeZone) == 0x000438, "Member 'UWBP_GM_CharacterOverview_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WardrobeButton) == 0x000440, "Member 'UWBP_GM_CharacterOverview_C::WardrobeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WardrobeNotificationBullet) == 0x000448, "Member 'UWBP_GM_CharacterOverview_C::WardrobeNotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WBP_CommonBoundActionButton_Confirm) == 0x000450, "Member 'UWBP_GM_CharacterOverview_C::WBP_CommonBoundActionButton_Confirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WBP_GM_AssignedSkillsShort) == 0x000458, "Member 'UWBP_GM_CharacterOverview_C::WBP_GM_AssignedSkillsShort' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WBP_GM_CharacterSheet) == 0x000460, "Member 'UWBP_GM_CharacterOverview_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WBP_GM_COV_LuminaPanel) == 0x000468, "Member 'UWBP_GM_CharacterOverview_C::WBP_GM_COV_LuminaPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, WBP_GM_WeaponPictosSlots) == 0x000470, "Member 'UWBP_GM_CharacterOverview_C::WBP_GM_WeaponPictosSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, OnWeaponClicked) == 0x000478, "Member 'UWBP_GM_CharacterOverview_C::OnWeaponClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, OnPictoClicked) == 0x000488, "Member 'UWBP_GM_CharacterOverview_C::OnPictoClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, OnSkillClicked) == 0x000498, "Member 'UWBP_GM_CharacterOverview_C::OnSkillClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, OnLuminaClicked) == 0x0004A8, "Member 'UWBP_GM_CharacterOverview_C::OnLuminaClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, OnWardrobeClicked) == 0x0004B8, "Member 'UWBP_GM_CharacterOverview_C::OnWardrobeClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, PreSelectedButton) == 0x0004C8, "Member 'UWBP_GM_CharacterOverview_C::PreSelectedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, Tutorials) == 0x0004D0, "Member 'UWBP_GM_CharacterOverview_C::Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, CurrentTutorialIndex) == 0x0004E0, "Member 'UWBP_GM_CharacterOverview_C::CurrentTutorialIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, Area_Highlight_Widget) == 0x0004E8, "Member 'UWBP_GM_CharacterOverview_C::Area_Highlight_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterOverview_C, CurrentCharacterData) == 0x0004F0, "Member 'UWBP_GM_CharacterOverview_C::CurrentCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature) == 0x000010, "Wrong size on WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature, Item) == 0x000000, "Member 'WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature, Widget) == 0x000008, "Member 'WBP_GM_SkillsList_C_BndEvt__WBP_GM_SkillsList_SkillsTileView_K2Node_ComponentBoundEvent_3_OnListEntryInitializedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature \ +static_assert(alignof(WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature, Widget) == 0x000000, "Member 'WBP_GM_SkillsList_C_BndEvt__WBP_PictosList_PictosTileView_K2Node_ComponentBoundEvent_1_OnListEntryGeneratedDynamic__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList \ +static_assert(alignof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList) == 0x0000D8, "Wrong size on WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, EntryPoint) == 0x000000, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000028, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_AsWBP_GM_Skill_Element_Short) == 0x000030, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_AsWBP_GM_Skill_Element_Short' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000040, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_PlayAnimationForward_ReturnValue) == 0x000048, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CustomEvent_SkillData_1) == 0x000050, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CustomEvent_SkillData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CustomEvent_SkillData) == 0x000058, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CustomEvent_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CustomEvent_AbsolutePos) == 0x000060, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CustomEvent_AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_ComponentBoundEvent_Item) == 0x000070, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_ComponentBoundEvent_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_ComponentBoundEvent_Widget) == 0x000078, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_AsWBP_GM_Skill_Element_Short_1) == 0x000080, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_AsWBP_GM_Skill_Element_Short_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_GetEquippedSkills_EquippedSkills) == 0x000090, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_GetEquippedSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_AsBP_Data_Asset_Skill) == 0x0000A0, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_AsBP_Data_Asset_Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_Array_Find_ReturnValue) == 0x0000AC, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B0, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000C8, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList, K2Node_CustomEvent_UserConfig) == 0x0000D0, "Member 'WBP_GM_SkillsList_C_ExecuteUbergraph_WBP_GM_SkillsList::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_LoadSkillsForCharacter \ +static_assert(alignof(WBP_GM_SkillsList_C_LoadSkillsForCharacter) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_LoadSkillsForCharacter"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_LoadSkillsForCharacter) == 0x000070, "Wrong size on WBP_GM_SkillsList_C_LoadSkillsForCharacter"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, InsertIndex) == 0x000008, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::InsertIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_GetUnlockedSkills_ReturnValue) == 0x000020, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_GetUnlockedSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000050, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, Temp_wildcard_Temp_buffer_array_Variable) == 0x000058, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_LoadSkillsForCharacter, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'WBP_GM_SkillsList_C_LoadSkillsForCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_MoveTooltip \ +static_assert(alignof(WBP_GM_SkillsList_C_MoveTooltip) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_MoveTooltip"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_MoveTooltip) == 0x0002C8, "Wrong size on WBP_GM_SkillsList_C_MoveTooltip"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, Temp_bool_Variable) == 0x000000, "Member 'WBP_GM_SkillsList_C_MoveTooltip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, Temp_struct_Variable) == 0x000008, "Member 'WBP_GM_SkillsList_C_MoveTooltip::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetViewportSize_ReturnValue) == 0x000018, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_EqualExactly_Vector2DVector2D_ReturnValue) == 0x000048, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_EqualExactly_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x00004C, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, Temp_bool_Variable_1) == 0x000084, "Member 'WBP_GM_SkillsList_C_MoveTooltip::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetLocalTopLeft_ReturnValue) == 0x000088, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetLocalTopLeft_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_LocalToAbsolute_ReturnValue) == 0x000098, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_1) == 0x0000A8, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_2) == 0x0000E0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue) == 0x000118, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue) == 0x000128, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X_1) == 0x000138, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_1) == 0x000140, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X_2) == 0x000148, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_2) == 0x000150, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x000158, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000168, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X_3) == 0x000170, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_3) == 0x000178, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000180, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000188, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetEntryWidth_ReturnValue) == 0x000190, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetEntryWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, K2Node_DynamicCast_AsGrid_Slot) == 0x000198, "Member 'WBP_GM_SkillsList_C_MoveTooltip::K2Node_DynamicCast_AsGrid_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0001A8, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetTickSpaceGeometry_ReturnValue_3) == 0x0001B0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetTickSpaceGeometry_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_AbsoluteToLocal_ReturnValue_2) == 0x0001E8, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_AbsoluteToLocal_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_GetLocalSize_ReturnValue_1) == 0x0001F8, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X_4) == 0x000208, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_4) == 0x000210, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_X_5) == 0x000218, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_BreakVector2D_Y_5) == 0x000220, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_FClamp_ReturnValue) == 0x000228, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000230, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000238, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_FFloor_ReturnValue) == 0x000240, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Max_ReturnValue) == 0x000244, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000248, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000250, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x000258, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Subtract_DoubleDouble_ReturnValue_4) == 0x000260, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Subtract_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_MakeVector2D_ReturnValue) == 0x000268, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_FMax_ReturnValue) == 0x000278, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_MakeVector2D_ReturnValue_1) == 0x000280, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, K2Node_Select_Default) == 0x000290, "Member 'WBP_GM_SkillsList_C_MoveTooltip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, K2Node_Select_Default_1) == 0x0002A0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0002B0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0002B8, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_MoveTooltip, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0002C0, "Member 'WBP_GM_SkillsList_C_MoveTooltip::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_OnSettingsApplied \ +static_assert(alignof(WBP_GM_SkillsList_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_GM_SkillsList_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_GM_SkillsList_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_OnSkillElementClicked \ +static_assert(alignof(WBP_GM_SkillsList_C_OnSkillElementClicked) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_OnSkillElementClicked"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_OnSkillElementClicked) == 0x000008, "Wrong size on WBP_GM_SkillsList_C_OnSkillElementClicked"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_OnSkillElementClicked, SkillData) == 0x000000, "Member 'WBP_GM_SkillsList_C_OnSkillElementClicked::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_OnSkillElementShortFocused \ +static_assert(alignof(WBP_GM_SkillsList_C_OnSkillElementShortFocused) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_OnSkillElementShortFocused"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_OnSkillElementShortFocused) == 0x000018, "Wrong size on WBP_GM_SkillsList_C_OnSkillElementShortFocused"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_OnSkillElementShortFocused, SkillData) == 0x000000, "Member 'WBP_GM_SkillsList_C_OnSkillElementShortFocused::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_OnSkillElementShortFocused, AbsolutePos) == 0x000008, "Member 'WBP_GM_SkillsList_C_OnSkillElementShortFocused::AbsolutePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_PreConstruct \ +static_assert(alignof(WBP_GM_SkillsList_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_SkillsList_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_SkillsList_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_SkillsList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_RefreshTileViewEntrySize \ +static_assert(alignof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_RefreshTileViewEntrySize"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize) == 0x000060, "Wrong size on WBP_GM_SkillsList_C_RefreshTileViewEntrySize"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, ElementClass) == 0x000000, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::ElementClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_GetCurrentScale_User_Specified_Scale) == 0x000018, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_GetCurrentScale_User_Specified_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000050, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_SetEntryWidth_NewWidth_ImplicitCast) == 0x000058, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_SetEntryWidth_NewWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_RefreshTileViewEntrySize, CallFunc_SetEntryHeight_NewHeight_ImplicitCast) == 0x00005C, "Member 'WBP_GM_SkillsList_C_RefreshTileViewEntrySize::CallFunc_SetEntryHeight_NewHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_SetAssignedSkillsRef \ +static_assert(alignof(WBP_GM_SkillsList_C_SetAssignedSkillsRef) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_SetAssignedSkillsRef"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_SetAssignedSkillsRef) == 0x000008, "Wrong size on WBP_GM_SkillsList_C_SetAssignedSkillsRef"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SetAssignedSkillsRef, AssignedSkillsRef_0) == 0x000000, "Member 'WBP_GM_SkillsList_C_SetAssignedSkillsRef::AssignedSkillsRef_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_ShowSkillTooltip \ +static_assert(alignof(WBP_GM_SkillsList_C_ShowSkillTooltip) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_ShowSkillTooltip"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_ShowSkillTooltip) == 0x000038, "Wrong size on WBP_GM_SkillsList_C_ShowSkillTooltip"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ShowSkillTooltip, InSkillData) == 0x000000, "Member 'WBP_GM_SkillsList_C_ShowSkillTooltip::InSkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ShowSkillTooltip, AbsolutePos) == 0x000008, "Member 'WBP_GM_SkillsList_C_ShowSkillTooltip::AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ShowSkillTooltip, IsCartridge) == 0x000018, "Member 'WBP_GM_SkillsList_C_ShowSkillTooltip::IsCartridge' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ShowSkillTooltip, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_GM_SkillsList_C_ShowSkillTooltip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_ShowSkillTooltip, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_GM_SkillsList_C_ShowSkillTooltip::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_SkillSortLambda \ +static_assert(alignof(WBP_GM_SkillsList_C_SkillSortLambda) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_SkillSortLambda"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_SkillSortLambda) == 0x0001B0, "Wrong size on WBP_GM_SkillsList_C_SkillSortLambda"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, SkillLhs) == 0x000000, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::SkillLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, SkillRhs) == 0x000008, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::SkillRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, OrderingResult) == 0x000010, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, NameToStatMap) == 0x000018, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::NameToStatMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_int_Variable) == 0x000068, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetSkillBaseCost_ReturnValue) == 0x00006C, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetSkillBaseCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000070, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetSkillBaseCost_ReturnValue_1) == 0x000080, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetSkillBaseCost_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x000088, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000098, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Subtract_IntInt_ReturnValue) == 0x00009C, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x0000A0, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000A8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x0000BC, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_SignOfInteger_ReturnValue_1) == 0x0000C0, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_SignOfInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C4, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000C8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable) == 0x0000D8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_CompareStrings_ReturnValue_1) == 0x0000DC, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_CompareStrings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_SignOfInteger_ReturnValue_2) == 0x0000E0, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_SignOfInteger_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_1) == 0x0000E4, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_2) == 0x0000EC, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_int_Variable_1) == 0x0000F0, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, K2Node_Select_Default) == 0x0000F4, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_3) == 0x0000F5, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_4) == 0x0000F6, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_5) == 0x0000F7, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, K2Node_MakeVariable_MakeVariableOutput) == 0x0000F8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, K2Node_Select_Default_1) == 0x000148, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_6) == 0x000149, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_7) == 0x00014A, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_byte_Variable_8) == 0x00014B, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry) == 0x000150, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000168, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1) == 0x000170, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, Temp_int_Variable_2) == 0x000188, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00018C, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, K2Node_Select_Default_2) == 0x00018D, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2) == 0x000190, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_GetActiveDropdownEntry_ActiveDropdownEntry_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SkillSortLambda, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x0001A8, "Member 'WBP_GM_SkillsList_C_SkillSortLambda::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_SortSkills \ +static_assert(alignof(WBP_GM_SkillsList_C_SortSkills) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_SortSkills"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_SortSkills) == 0x0000A0, "Wrong size on WBP_GM_SkillsList_C_SortSkills"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_SkillsList_C_SortSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_SkillsList_C_SortSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'WBP_GM_SkillsList_C_SortSkills::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_GetSortDirection_SortDirection) == 0x000020, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_GetSortDirection_SortDirection' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'WBP_GM_SkillsList_C_SortSkills::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'WBP_GM_SkillsList_C_SortSkills::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_OrderingResult) == 0x000048, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_CmpSuccess) == 0x000050, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_SomeAlteration) == 0x000051, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_Obj1) == 0x000058, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_Obj2) == 0x000060, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_Index1) == 0x000068, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, BPNode_SortArray_Index2) == 0x00006C, "Member 'WBP_GM_SkillsList_C_SortSkills::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_GetListItems_ReturnValue) == 0x000070, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_GetListItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, K2Node_DynamicCast_AsBP_Data_Asset_Skill) == 0x000090, "Member 'WBP_GM_SkillsList_C_SortSkills::K2Node_DynamicCast_AsBP_Data_Asset_Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_GM_SkillsList_C_SortSkills::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000099, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_SortSkills, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'WBP_GM_SkillsList_C_SortSkills::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000008, "Member 'WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_GM_SkillsList_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_SkillsList_C \ +static_assert(alignof(UWBP_GM_SkillsList_C) == 0x000008, "Wrong alignment on UWBP_GM_SkillsList_C"); \ +static_assert(sizeof(UWBP_GM_SkillsList_C) == 0x0004B8, "Wrong size on UWBP_GM_SkillsList_C"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_SkillsList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, Anim_Deactivated) == 0x000438, "Member 'UWBP_GM_SkillsList_C::Anim_Deactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, GridPanel) == 0x000440, "Member 'UWBP_GM_SkillsList_C::GridPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, SkillsTileView) == 0x000448, "Member 'UWBP_GM_SkillsList_C::SkillsTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, SkillTooltip) == 0x000450, "Member 'UWBP_GM_SkillsList_C::SkillTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, SortDropdown) == 0x000458, "Member 'UWBP_GM_SkillsList_C::SortDropdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, OnSkillItemClicked) == 0x000460, "Member 'UWBP_GM_SkillsList_C::OnSkillItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, OnSkillItemNavigated) == 0x000470, "Member 'UWBP_GM_SkillsList_C::OnSkillItemNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, Dummy_SortSkillData) == 0x000480, "Member 'UWBP_GM_SkillsList_C::Dummy_SortSkillData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, CurrentCharacter) == 0x000490, "Member 'UWBP_GM_SkillsList_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, AssignedSkillsRef) == 0x000498, "Member 'UWBP_GM_SkillsList_C::AssignedSkillsRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, Absolute_Pos) == 0x0004A0, "Member 'UWBP_GM_SkillsList_C::Absolute_Pos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, Is_Cartridge) == 0x0004B0, "Member 'UWBP_GM_SkillsList_C::Is_Cartridge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_SkillsList_C, IsDataValid) == 0x0004B1, "Member 'UWBP_GM_SkillsList_C::IsDataValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_CheckSelectedState \ +static_assert(alignof(WBP_Category_Customization_C_CheckSelectedState) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_CheckSelectedState"); \ +static_assert(sizeof(WBP_Category_Customization_C_CheckSelectedState) == 0x0002B0, "Wrong size on WBP_Category_Customization_C_CheckSelectedState"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Category_Customization_C_CheckSelectedState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Category_Customization_C_CheckSelectedState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_GetEquippedItem_Item) == 0x000010, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_GetEquippedItem_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_GetAllEntries_ReturnValue) == 0x000140, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_Array_Get_Item) == 0x000158, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_Less_IntInt_ReturnValue) == 0x000160, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, K2Node_DynamicCast_AsWBP_Slot_Square_Customization_Panel) == 0x000168, "Member 'WBP_Category_Customization_C_CheckSelectedState::K2Node_DynamicCast_AsWBP_Slot_Square_Customization_Panel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WBP_Category_Customization_C_CheckSelectedState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_GetItem_Item) == 0x000178, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_GetItem_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_CheckSelectedState, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002A8, "Member 'WBP_Category_Customization_C_CheckSelectedState::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply \ +static_assert(alignof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply"); \ +static_assert(sizeof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply) == 0x000158, "Wrong size on WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply"); \ +static_assert(offsetof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply, Item) == 0x000000, "Member 'WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply, ReturnValue) == 0x000130, "Member 'WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply, local_Result) == 0x000140, "Member 'WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply::local_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply, K2Node_SwitchEnum_CmpSuccess) == 0x000150, "Member 'WBP_Category_Customization_C_ComputeCharacterCustomizationItemDataToApply::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0 \ +static_assert(alignof(WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0"); \ +static_assert(sizeof(WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0) == 0x000130, "Wrong size on WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0"); \ +static_assert(offsetof(WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0, Item) == 0x000000, "Member 'WBP_Category_Customization_C_CREATEDELEGATE_PROXYFUNCTION_0::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization \ +static_assert(alignof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization"); \ +static_assert(sizeof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization) == 0x000188, "Wrong size on WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, EntryPoint) == 0x000000, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_WaitForPSOCaching_ReturnValue) == 0x000018, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_WaitForPSOCaching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, K2Node_SwitchEnum_CmpSuccess) == 0x000022, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, K2Node_CustomEvent_ItemStaticData) == 0x000028, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::K2Node_CustomEvent_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_ComputeCharacterCustomizationItemDataToApply_ReturnValue) == 0x000158, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_ComputeCharacterCustomizationItemDataToApply_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_GetActorOfClass_ReturnValue) == 0x000168, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, CallFunc_GetActorForCharacter_Actor) == 0x000170, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::CallFunc_GetActorForCharacter_Actor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization, K2Node_CreateDelegate_OutputDelegate_1) == 0x000178, "Member 'WBP_Category_Customization_C_ExecuteUbergraph_WBP_Category_Customization::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_GetEquippedItem \ +static_assert(alignof(WBP_Category_Customization_C_GetEquippedItem) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_GetEquippedItem"); \ +static_assert(sizeof(WBP_Category_Customization_C_GetEquippedItem) == 0x0003A0, "Wrong size on WBP_Category_Customization_C_GetEquippedItem"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, Item) == 0x000000, "Member 'WBP_Category_Customization_C_GetEquippedItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, K2Node_SwitchEnum_CmpSuccess) == 0x000130, "Member 'WBP_Category_Customization_C_GetEquippedItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000131, "Member 'WBP_Category_Customization_C_GetEquippedItem::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000138, "Member 'WBP_Category_Customization_C_GetEquippedItem::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, CallFunc_GetItemStaticDefinitionFromID_Found_1) == 0x000268, "Member 'WBP_Category_Customization_C_GetEquippedItem::CallFunc_GetItemStaticDefinitionFromID_Found_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_GetEquippedItem, CallFunc_GetItemStaticDefinitionFromID_ReturnValue_1) == 0x000270, "Member 'WBP_Category_Customization_C_GetEquippedItem::CallFunc_GetItemStaticDefinitionFromID_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_LoadCustomizationItems \ +static_assert(alignof(WBP_Category_Customization_C_LoadCustomizationItems) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_LoadCustomizationItems"); \ +static_assert(sizeof(WBP_Category_Customization_C_LoadCustomizationItems) == 0x000328, "Wrong size on WBP_Category_Customization_C_LoadCustomizationItems"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CharacterData_0) == 0x000000, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CharacterData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, ItemType_0) == 0x000008, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::ItemType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, UniqueCustomizations) == 0x000010, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::UniqueCustomizations' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, Temp_int_Loop_Counter_Variable_1) == 0x000180, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000184, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000188, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_GetCustomizationTypeForCharacter_CustomizationType) == 0x000190, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_GetCustomizationTypeForCharacter_CustomizationType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000198, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A0, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001A4, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0001B8, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, Temp_int_Array_Index_Variable_1) == 0x0001C0, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_GetInventoryManager_ReturnValue) == 0x0001C8, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_GetOwnedItemsByType_FilteredArray) == 0x0001D0, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_GetOwnedItemsByType_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Array_Get_Item_1) == 0x0001E0, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Array_Length_ReturnValue_1) == 0x000318, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Array_AddUnique_ReturnValue) == 0x00031C, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_LoadCustomizationItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x000320, "Member 'WBP_Category_Customization_C_LoadCustomizationItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_OnCustomizationItemClicked \ +static_assert(alignof(WBP_Category_Customization_C_OnCustomizationItemClicked) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_OnCustomizationItemClicked"); \ +static_assert(sizeof(WBP_Category_Customization_C_OnCustomizationItemClicked) == 0x000130, "Wrong size on WBP_Category_Customization_C_OnCustomizationItemClicked"); \ +static_assert(offsetof(WBP_Category_Customization_C_OnCustomizationItemClicked, ItemStaticData) == 0x000000, "Member 'WBP_Category_Customization_C_OnCustomizationItemClicked::ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_OnItemFocused \ +static_assert(alignof(WBP_Category_Customization_C_OnItemFocused) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_OnItemFocused"); \ +static_assert(sizeof(WBP_Category_Customization_C_OnItemFocused) == 0x000010, "Wrong size on WBP_Category_Customization_C_OnItemFocused"); \ +static_assert(offsetof(WBP_Category_Customization_C_OnItemFocused, FocusedWidget) == 0x000000, "Member 'WBP_Category_Customization_C_OnItemFocused::FocusedWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_OnItemFocused, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000008, "Member 'WBP_Category_Customization_C_OnItemFocused::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_PreConstruct \ +static_assert(alignof(WBP_Category_Customization_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Category_Customization_C_PreConstruct"); \ +static_assert(sizeof(WBP_Category_Customization_C_PreConstruct) == 0x000001, "Wrong size on WBP_Category_Customization_C_PreConstruct"); \ +static_assert(offsetof(WBP_Category_Customization_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Category_Customization_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Category_Customization_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Category_Customization_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Category_Customization_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Category_Customization_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_Category_Customization_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Category_Customization_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Category_Customization_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_BP_GetDesiredFocusTarget, CallFunc_GetAllEntries_ReturnValue) == 0x000008, "Member 'WBP_Category_Customization_C_BP_GetDesiredFocusTarget::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Category_Customization_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_Category_Customization_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Category_Customization_C \ +static_assert(alignof(UWBP_Category_Customization_C) == 0x000008, "Wrong alignment on UWBP_Category_Customization_C"); \ +static_assert(sizeof(UWBP_Category_Customization_C) == 0x0004A8, "Wrong size on UWBP_Category_Customization_C"); \ +static_assert(offsetof(UWBP_Category_Customization_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Category_Customization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, CategoryText) == 0x000438, "Member 'UWBP_Category_Customization_C::CategoryText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, CommonHierarchicalScrollBox) == 0x000440, "Member 'UWBP_Category_Customization_C::CommonHierarchicalScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, CustomizationEntryBox) == 0x000448, "Member 'UWBP_Category_Customization_C::CustomizationEntryBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, ItemCategoryName) == 0x000450, "Member 'UWBP_Category_Customization_C::ItemCategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, ItemType) == 0x000460, "Member 'UWBP_Category_Customization_C::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, CharacterData) == 0x000468, "Member 'UWBP_Category_Customization_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, GameMenuScene) == 0x000470, "Member 'UWBP_Category_Customization_C::GameMenuScene' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, SD_OnOutfitEquipped) == 0x000478, "Member 'UWBP_Category_Customization_C::SD_OnOutfitEquipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, SD_OnHaircutEquipped) == 0x000488, "Member 'UWBP_Category_Customization_C::SD_OnHaircutEquipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Category_Customization_C, OnWaitForPSOCaching) == 0x000498, "Member 'UWBP_Category_Customization_C::OnWaitForPSOCaching' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_BaseButton_K2Node_ComponentBoundEvent_2_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_BndEvt__WBP_GM_LuminaElementShort_WBP_BaseButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort) == 0x000360, "Wrong size on WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, EntryPoint) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_real_Variable) == 0x000004, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_bool_Variable) == 0x000008, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_class_Variable) == 0x000010, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_class_Variable_1) == 0x000018, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_bool_Variable_1) == 0x000020, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_real_Variable_1) == 0x000024, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Event_bIsExpanded) == 0x000028, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Event_bIsSelected) == 0x000029, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Event_ListItemObject) == 0x000030, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000038, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_bool_Variable_2) == 0x000041, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_ComponentBoundEvent_Button_1) == 0x000048, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetPassiveEffectInstance_PassiveEffectInstance) == 0x000050, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetPassiveEffectInstance_PassiveEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_bool_Variable_3) == 0x000058, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x00005C, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_LocalToAbsolute_ReturnValue) == 0x000098, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Event_InFocusEvent_1) == 0x0000A8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Event_InFocusEvent) == 0x0000B0, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_MakeStruct_SlateColor) == 0x0000B8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_MakeStruct_SlateColor_1) == 0x0000CC, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_byte_Variable) == 0x0000E0, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x0000E8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetCustomGI_ReturnValue) == 0x0000F8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_CreateDelegate_OutputDelegate) == 0x000100, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_CustomEvent_PoolTag) == 0x000110, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_CustomEvent_PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_CustomEvent_ObjectName) == 0x000118, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_CustomEvent_ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_CustomEvent_Mark_Caller) == 0x000120, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_CustomEvent_Mark_Caller' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_MatchesTag_ReturnValue) == 0x000128, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, Temp_byte_Variable_1) == 0x000129, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00012A, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetPassiveEffectInstance_PassiveEffectInstance_1) == 0x000130, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetPassiveEffectInstance_PassiveEffectInstance_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetPassiveEffectID_ReturnValue) == 0x000138, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000140, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetCustomGI_ReturnValue_1) == 0x000148, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_BooleanAND_ReturnValue) == 0x000150, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_CreateDelegate_OutputDelegate_1) == 0x000154, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_BooleanAND_ReturnValue_1) == 0x000164, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetPassiveEffectDefinition_ReturnValue) == 0x000168, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetPassiveEffectDefinition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_IsForbidden_IsForbidden) == 0x0001B0, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_IsForbidden_IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_Conv_IntToText_ReturnValue) == 0x0001B8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_IsEquipped_IsEquipped) == 0x0001C8, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_IsEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_IsFromGear_IsFromGear) == 0x0001C9, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetOwningGearData_OutOwningGearData) == 0x0001D0, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetOwningGearData_OutOwningGearData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000300, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_BooleanAND_ReturnValue_2) == 0x000301, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_GetPassiveEffectID_ReturnValue_1) == 0x000304, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_GetPassiveEffectID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Select_Default) == 0x00030C, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Select_Default_1) == 0x000310, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Select_Default_2) == 0x000324, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_BPI_ShouldShowNotification_self_CastInput) == 0x000328, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_BPI_ShouldShowNotification_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_BPI_ShouldShowNotification_bShouldShow) == 0x000338, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_BPI_ShouldShowNotification_bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_ComponentBoundEvent_Button) == 0x000340, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_ComponentBoundEvent_Selected) == 0x000348, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, K2Node_Select_Default_3) == 0x000350, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort, CallFunc_SetTextMaxDesiredWidth_TextMaxDesiredWidth_ImplicitCast) == 0x000358, "Member 'WBP_GM_LuminaElementShort_C_ExecuteUbergraph_WBP_GM_LuminaElementShort::CallFunc_SetTextMaxDesiredWidth_TextMaxDesiredWidth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance) == 0x000008, "Wrong size on WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance, PassiveEffectInstance) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_GetPassiveEffectInstance::PassiveEffectInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_GM_LuminaElementShort_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_GM_LuminaElementShort_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_OnClicked \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_OnClicked) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_OnClicked"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_OnClicked) == 0x000098, "Wrong size on WBP_GM_LuminaElementShort_C_OnClicked"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_GetPassiveEffectInstance_PassiveEffectInstance) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_GetPassiveEffectInstance_PassiveEffectInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_GetDesiredSize_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_IsFromGear_IsFromGear) == 0x000018, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000020, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_GetTickSpaceGeometry_ReturnValue) == 0x000030, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_GetTickSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_LocalToAbsolute_ReturnValue) == 0x000068, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_GetPassiveEffectInstance_PassiveEffectInstance_1) == 0x000078, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_GetPassiveEffectInstance_PassiveEffectInstance_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_PlayAnimation_ReturnValue) == 0x000080, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_GetPassiveEffectID_ReturnValue) == 0x000088, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_GetPassiveEffectID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_IsFromGear_IsFromGear_1) == 0x000090, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_IsFromGear_IsFromGear_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_IsForbidden_IsForbidden) == 0x000092, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_IsForbidden_IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnClicked, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WBP_GM_LuminaElementShort_C_OnClicked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_OnListItemObjectSet \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_GM_LuminaElementShort_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead) == 0x000018, "Wrong size on WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead, PoolTag) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead::PoolTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead, ObjectName) == 0x000008, "Member 'WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead, Mark_Caller) == 0x000010, "Member 'WBP_GM_LuminaElementShort_C_OnObjectMarkedAsRead::Mark_Caller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_LuminaElementShort_C_SetIsForbidden \ +static_assert(alignof(WBP_GM_LuminaElementShort_C_SetIsForbidden) == 0x000008, "Wrong alignment on WBP_GM_LuminaElementShort_C_SetIsForbidden"); \ +static_assert(sizeof(WBP_GM_LuminaElementShort_C_SetIsForbidden) == 0x000018, "Wrong size on WBP_GM_LuminaElementShort_C_SetIsForbidden"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_SetIsForbidden, IsForbidden) == 0x000000, "Member 'WBP_GM_LuminaElementShort_C_SetIsForbidden::IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_SetIsForbidden, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'WBP_GM_LuminaElementShort_C_SetIsForbidden::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_LuminaElementShort_C_SetIsForbidden, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x000010, "Member 'WBP_GM_LuminaElementShort_C_SetIsForbidden::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_LuminaElementShort_C \ +static_assert(alignof(UWBP_GM_LuminaElementShort_C) == 0x000008, "Wrong alignment on UWBP_GM_LuminaElementShort_C"); \ +static_assert(sizeof(UWBP_GM_LuminaElementShort_C) == 0x0003A8, "Wrong size on UWBP_GM_LuminaElementShort_C"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GM_LuminaElementShort_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, Anim_ClickedForbidden) == 0x000310, "Member 'UWBP_GM_LuminaElementShort_C::Anim_ClickedForbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, BaseButton) == 0x000318, "Member 'UWBP_GM_LuminaElementShort_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, DPIScaleBox) == 0x000320, "Member 'UWBP_GM_LuminaElementShort_C::DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, FavoriteBullet) == 0x000328, "Member 'UWBP_GM_LuminaElementShort_C::FavoriteBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, LuminaCost) == 0x000330, "Member 'UWBP_GM_LuminaElementShort_C::LuminaCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, LuminaName) == 0x000338, "Member 'UWBP_GM_LuminaElementShort_C::LuminaName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, NotificationBullet) == 0x000340, "Member 'UWBP_GM_LuminaElementShort_C::NotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, PictoOwnerIcon) == 0x000348, "Member 'UWBP_GM_LuminaElementShort_C::PictoOwnerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, OnLuminaElementShortClicked) == 0x000350, "Member 'UWBP_GM_LuminaElementShort_C::OnLuminaElementShortClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, OnLuminaElementShortNavigated) == 0x000360, "Member 'UWBP_GM_LuminaElementShort_C::OnLuminaElementShortNavigated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, SD_NotEnoughLuminaPoints) == 0x000370, "Member 'UWBP_GM_LuminaElementShort_C::SD_NotEnoughLuminaPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, SD_LuminaEquipped) == 0x000380, "Member 'UWBP_GM_LuminaElementShort_C::SD_LuminaEquipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, OnForbiddenLuminaClicked) == 0x000390, "Member 'UWBP_GM_LuminaElementShort_C::OnForbiddenLuminaClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_LuminaElementShort_C, Passive_Effect_Instance) == 0x0003A0, "Member 'UWBP_GM_LuminaElementShort_C::Passive_Effect_Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat \ +static_assert(alignof(WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat) == 0x000004, "Wrong alignment on WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat"); \ +static_assert(sizeof(WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat) == 0x000008, "Wrong size on WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat"); \ +static_assert(offsetof(WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat, EntryPoint) == 0x000000, "Member 'WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CombatStat_C_ExecuteUbergraph_WBP_CombatStat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStat_C_GetStatType \ +static_assert(alignof(WBP_CombatStat_C_GetStatType) == 0x000001, "Wrong alignment on WBP_CombatStat_C_GetStatType"); \ +static_assert(sizeof(WBP_CombatStat_C_GetStatType) == 0x000001, "Wrong size on WBP_CombatStat_C_GetStatType"); \ +static_assert(offsetof(WBP_CombatStat_C_GetStatType, OutStatType) == 0x000000, "Member 'WBP_CombatStat_C_GetStatType::OutStatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStat_C_PreConstruct \ +static_assert(alignof(WBP_CombatStat_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CombatStat_C_PreConstruct"); \ +static_assert(sizeof(WBP_CombatStat_C_PreConstruct) == 0x000001, "Wrong size on WBP_CombatStat_C_PreConstruct"); \ +static_assert(offsetof(WBP_CombatStat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CombatStat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStat_C_SetPreviewStatValue \ +static_assert(alignof(WBP_CombatStat_C_SetPreviewStatValue) == 0x000008, "Wrong alignment on WBP_CombatStat_C_SetPreviewStatValue"); \ +static_assert(sizeof(WBP_CombatStat_C_SetPreviewStatValue) == 0x0000A8, "Wrong size on WBP_CombatStat_C_SetPreviewStatValue"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, InPreviewValue) == 0x000000, "Member 'WBP_CombatStat_C_SetPreviewStatValue::InPreviewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, Temp_bool_Variable) == 0x000004, "Member 'WBP_CombatStat_C_SetPreviewStatValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000020, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_AsPercent_Float_ReturnValue) == 0x000038, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, Temp_bool_Variable_1) == 0x000048, "Member 'WBP_CombatStat_C_SetPreviewStatValue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, K2Node_MakeStruct_SlateColor) == 0x00004C, "Member 'WBP_CombatStat_C_SetPreviewStatValue::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_CombatStat_C_SetPreviewStatValue::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_GetStatType_OutStatType) == 0x000074, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_GetStatType_OutStatType' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, K2Node_Select_Default) == 0x000078, "Member 'WBP_CombatStat_C_SetPreviewStatValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00008C, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, K2Node_Select_Default_1) == 0x000090, "Member 'WBP_CombatStat_C_SetPreviewStatValue::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetPreviewStatValue, CallFunc_AsPercent_Float_Value_ImplicitCast) == 0x0000A0, "Member 'WBP_CombatStat_C_SetPreviewStatValue::CallFunc_AsPercent_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CombatStat_C_SetStatValue \ +static_assert(alignof(WBP_CombatStat_C_SetStatValue) == 0x000008, "Wrong alignment on WBP_CombatStat_C_SetStatValue"); \ +static_assert(sizeof(WBP_CombatStat_C_SetStatValue) == 0x000078, "Wrong size on WBP_CombatStat_C_SetStatValue"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, InStatValue) == 0x000000, "Member 'WBP_CombatStat_C_SetStatValue::InStatValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, Temp_bool_Variable) == 0x000004, "Member 'WBP_CombatStat_C_SetStatValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000008, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_GetStatType_OutStatType) == 0x000030, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_GetStatType_OutStatType' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_AsPercent_Float_ReturnValue) == 0x000038, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_StatTypeToTextLong_Text) == 0x000050, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_StatTypeToTextLong_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, K2Node_Select_Default) == 0x000060, "Member 'WBP_CombatStat_C_SetStatValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CombatStat_C_SetStatValue, CallFunc_AsPercent_Float_Value_ImplicitCast) == 0x000070, "Member 'WBP_CombatStat_C_SetStatValue::CallFunc_AsPercent_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CombatStat_C \ +static_assert(alignof(UWBP_CombatStat_C) == 0x000008, "Wrong alignment on UWBP_CombatStat_C"); \ +static_assert(sizeof(UWBP_CombatStat_C) == 0x000330, "Wrong size on UWBP_CombatStat_C"); \ +static_assert(offsetof(UWBP_CombatStat_C, UberGraphFrame) == 0x000308, "Member 'UWBP_CombatStat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStat_C, StatLabel) == 0x000310, "Member 'UWBP_CombatStat_C::StatLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStat_C, StatValue) == 0x000318, "Member 'UWBP_CombatStat_C::StatValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStat_C, StatType) == 0x000320, "Member 'UWBP_CombatStat_C::StatType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStat_C, EditorStatValue) == 0x000324, "Member 'UWBP_CombatStat_C::EditorStatValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CombatStat_C, CurrentStatValue) == 0x000328, "Member 'UWBP_CombatStat_C::CurrentStatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_QuestObjectiveToDialogue \ +static_assert(alignof(FS_QuestObjectiveToDialogue) == 0x000008, "Wrong alignment on FS_QuestObjectiveToDialogue"); \ +static_assert(sizeof(FS_QuestObjectiveToDialogue) == 0x000060, "Wrong size on FS_QuestObjectiveToDialogue"); \ +static_assert(offsetof(FS_QuestObjectiveToDialogue, QuestObjective_6_9BA7DC9E4CCA097F81314CB5A2108A22) == 0x000000, "Member 'FS_QuestObjectiveToDialogue::QuestObjective_6_9BA7DC9E4CCA097F81314CB5A2108A22' has a wrong offset!"); \ +static_assert(offsetof(FS_QuestObjectiveToDialogue, Dialogue_7_D6FA3E024FF67F40EACBE784BC54ED26) == 0x000010, "Member 'FS_QuestObjectiveToDialogue::Dialogue_7_D6FA3E024FF67F40EACBE784BC54ED26' has a wrong offset!"); \ +static_assert(offsetof(FS_QuestObjectiveToDialogue, IntermediateQuestLoot_13_93179ED442656D71C94CFAB21B7F1D8A) == 0x000038, "Member 'FS_QuestObjectiveToDialogue::IntermediateQuestLoot_13_93179ED442656D71C94CFAB21B7F1D8A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator \ +static_assert(alignof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator) == 0x000008, "Wrong alignment on BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator"); \ +static_assert(sizeof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator) == 0x0000C8, "Wrong size on BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, EntryPoint) == 0x000000, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_CharacterStats) == 0x000008, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam) == 0x000010, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_TargetCharacter) == 0x000018, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_SourceCharacter) == 0x000020, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_ReceivedDamages) == 0x000028, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_BattleDamages) == 0x000030, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_GetTargetCharacter_NewParam) == 0x000038, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_GetIsCriticalHit_IsCritical) == 0x000040, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_GetIsCriticalHit_IsCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_1) == 0x000041, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_GetIsWeakness_IsWeakness) == 0x000042, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_GetIsWeakness_IsWeakness' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue) == 0x000048, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_1) == 0x000050, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_2) == 0x000058, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_3) == 0x000060, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000079, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_4) == 0x000080, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_5) == 0x000088, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, K2Node_Event_BuffAddAction) == 0x000090, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::K2Node_Event_BuffAddAction' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_6) == 0x000098, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_GetTargetCharacter_TargetCharacter) == 0x0000A0, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_GetTargetCharacter_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_GetSourceCharacter_SourceCharacter) == 0x0000B0, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_2) == 0x0000B9, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_BooleanAND_ReturnValue) == 0x0000BA, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_3) == 0x0000BB, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_IsPlayerTeamCharacterStats_IsPlayerTeam_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000BC, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator, CallFunc_SelectFloat_ReturnValue_7) == 0x0000C0, "Member 'BP_TeamMotivationGenerator_C_ExecuteUbergraph_BP_TeamMotivationGenerator::CallFunc_SelectFloat_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeamMotivationGenerator_C_OnCharacterKilled \ +static_assert(alignof(BP_TeamMotivationGenerator_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_TeamMotivationGenerator_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_TeamMotivationGenerator_C_OnCharacterKilled) == 0x000008, "Wrong size on BP_TeamMotivationGenerator_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BP_TeamMotivationGenerator_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages \ +static_assert(alignof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BP_TeamMotivationGenerator_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TeamMotivationGenerator_C_ProcessAddBuffAction \ +static_assert(alignof(BP_TeamMotivationGenerator_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BP_TeamMotivationGenerator_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BP_TeamMotivationGenerator_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BP_TeamMotivationGenerator_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BP_TeamMotivationGenerator_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BP_TeamMotivationGenerator_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TeamMotivationGenerator_C \ +static_assert(alignof(UBP_TeamMotivationGenerator_C) == 0x000008, "Wrong alignment on UBP_TeamMotivationGenerator_C"); \ +static_assert(sizeof(UBP_TeamMotivationGenerator_C) == 0x000088, "Wrong size on UBP_TeamMotivationGenerator_C"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, UberGraphFrame_BP_TeamMotivationGenerator_C) == 0x000030, "Member 'UBP_TeamMotivationGenerator_C::UberGraphFrame_BP_TeamMotivationGenerator_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, BattleManager) == 0x000038, "Member 'UBP_TeamMotivationGenerator_C::BattleManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_AllyDeath) == 0x000040, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_AllyDeath' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_AllyWasHit) == 0x000048, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_AllyWasHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_AllyWasCriticallyHit) == 0x000050, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_AllyWasCriticallyHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_AllyWasHitOnWeakness) == 0x000058, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_AllyWasHitOnWeakness' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_EnemyWasHit) == 0x000060, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_EnemyWasHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_EnemyWasCriticallyHit) == 0x000068, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_EnemyWasCriticallyHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_EnemyWasHitOnWeakness) == 0x000070, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_EnemyWasHitOnWeakness' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_EnemyReceivedDebuff) == 0x000078, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_EnemyReceivedDebuff' has a wrong offset!"); \ +static_assert(offsetof(UBP_TeamMotivationGenerator_C, ChangeValue_AllyReceivedDebuff) == 0x000080, "Member 'UBP_TeamMotivationGenerator_C::ChangeValue_AllyReceivedDebuff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat \ +static_assert(alignof(WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat) == 0x000004, "Wrong alignment on WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat"); \ +static_assert(sizeof(WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat) == 0x000008, "Wrong size on WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat"); \ +static_assert(offsetof(WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat, EntryPoint) == 0x000000, "Member 'WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_AttributeStat_C_ExecuteUbergraph_WBP_AttributeStat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributeStat_C_GetAttributeType \ +static_assert(alignof(WBP_AttributeStat_C_GetAttributeType) == 0x000001, "Wrong alignment on WBP_AttributeStat_C_GetAttributeType"); \ +static_assert(sizeof(WBP_AttributeStat_C_GetAttributeType) == 0x000001, "Wrong size on WBP_AttributeStat_C_GetAttributeType"); \ +static_assert(offsetof(WBP_AttributeStat_C_GetAttributeType, OutAttribute) == 0x000000, "Member 'WBP_AttributeStat_C_GetAttributeType::OutAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributeStat_C_PreConstruct \ +static_assert(alignof(WBP_AttributeStat_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AttributeStat_C_PreConstruct"); \ +static_assert(sizeof(WBP_AttributeStat_C_PreConstruct) == 0x000001, "Wrong size on WBP_AttributeStat_C_PreConstruct"); \ +static_assert(offsetof(WBP_AttributeStat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AttributeStat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributeStat_C_SetAttributeValueAndScaling \ +static_assert(alignof(WBP_AttributeStat_C_SetAttributeValueAndScaling) == 0x000008, "Wrong alignment on WBP_AttributeStat_C_SetAttributeValueAndScaling"); \ +static_assert(sizeof(WBP_AttributeStat_C_SetAttributeValueAndScaling) == 0x000050, "Wrong size on WBP_AttributeStat_C_SetAttributeValueAndScaling"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, InAttributeValue) == 0x000000, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::InAttributeValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, InAttributeScaling) == 0x000004, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::InAttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_byte_Variable) == 0x000005, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue) == 0x000008, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_GetAttributeScalingGradeDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_bool_Variable) == 0x000030, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_byte_Variable_2) == 0x000031, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_byte_Variable_3) == 0x000032, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, Temp_bool_Variable_1) == 0x000033, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000034, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, K2Node_Select_Default) == 0x000035, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, K2Node_Select_Default_1) == 0x000037, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_GetAttributeType_OutAttribute) == 0x000038, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_GetAttributeType_OutAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetAttributeValueAndScaling, CallFunc_GetAttributeDisplayName_ReturnValue) == 0x000040, "Member 'WBP_AttributeStat_C_SetAttributeValueAndScaling::CallFunc_GetAttributeDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AttributeStat_C_SetPreviewAttributeValue \ +static_assert(alignof(WBP_AttributeStat_C_SetPreviewAttributeValue) == 0x000008, "Wrong alignment on WBP_AttributeStat_C_SetPreviewAttributeValue"); \ +static_assert(sizeof(WBP_AttributeStat_C_SetPreviewAttributeValue) == 0x000058, "Wrong size on WBP_AttributeStat_C_SetPreviewAttributeValue"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, PreviewValue) == 0x000000, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, Temp_bool_Variable) == 0x000004, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, K2Node_MakeStruct_SlateColor) == 0x00001C, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AttributeStat_C_SetPreviewAttributeValue, K2Node_Select_Default) == 0x000044, "Member 'WBP_AttributeStat_C_SetPreviewAttributeValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AttributeStat_C \ +static_assert(alignof(UWBP_AttributeStat_C) == 0x000008, "Wrong alignment on UWBP_AttributeStat_C"); \ +static_assert(sizeof(UWBP_AttributeStat_C) == 0x000340, "Wrong size on UWBP_AttributeStat_C"); \ +static_assert(offsetof(UWBP_AttributeStat_C, UberGraphFrame) == 0x000308, "Member 'UWBP_AttributeStat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, AttributeLabel) == 0x000310, "Member 'UWBP_AttributeStat_C::AttributeLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, AttributeScaling) == 0x000318, "Member 'UWBP_AttributeStat_C::AttributeScaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, AttributeValue) == 0x000320, "Member 'UWBP_AttributeStat_C::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, IndicatorScale) == 0x000328, "Member 'UWBP_AttributeStat_C::IndicatorScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, AttributeType) == 0x000330, "Member 'UWBP_AttributeStat_C::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, EditorAttributeValue) == 0x000334, "Member 'UWBP_AttributeStat_C::EditorAttributeValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, EditorScaling) == 0x000338, "Member 'UWBP_AttributeStat_C::EditorScaling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AttributeStat_C, CurrentAttributeValue) == 0x00033C, "Member 'UWBP_AttributeStat_C::CurrentAttributeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_2_Noah_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_2_Noah_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_2_Noah_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_2_Noah_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_2_Noah_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Adult_Male_2_Noah_C, SM_Glasses) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Adult_Male_2_Noah_C::SM_Glasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature) == 0x000010, "Wrong size on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_1_OnEditableTextChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature) == 0x000018, "Wrong size on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000010, "Member 'WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_GearSetEditableName_K2Node_ComponentBoundEvent_2_OnEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_BndEvt__WBP_GearSetEditableLabel_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel \ +static_assert(alignof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel) == 0x0000D8, "Wrong size on WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, EntryPoint) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_ComponentBoundEvent_PromptWidget) == 0x000008, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000018, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_ComponentBoundEvent_Text_1) == 0x000028, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_GetSubstring_ReturnValue) == 0x000048, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000068, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_ComponentBoundEvent_Text) == 0x000070, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_ComponentBoundEvent_CommitMethod) == 0x000080, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_GetCustomGI_ReturnValue) == 0x000088, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000098, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A0, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_IsEmpty_ReturnValue) == 0x0000B0, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_CheckSetIdAvailability_IsAvailable) == 0x0000B1, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_CheckSetIdAvailability_IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_BooleanAND_ReturnValue) == 0x0000B3, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_Event_InFocusEvent_1) == 0x0000B4, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, K2Node_Event_InFocusEvent) == 0x0000BC, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C4, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C5, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_IsValid_ReturnValue_2) == 0x0000C6, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_GetDesiredFocusTarget_ReturnValue_1) == 0x0000C8, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_GetDesiredFocusTarget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel, CallFunc_IsValid_ReturnValue_3) == 0x0000D0, "Member 'WBP_GearSetEditableLabel_C_ExecuteUbergraph_WBP_GearSetEditableLabel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_GetSetID \ +static_assert(alignof(WBP_GearSetEditableLabel_C_GetSetID) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_GetSetID"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_GetSetID) == 0x000010, "Wrong size on WBP_GearSetEditableLabel_C_GetSetID"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_GetSetID, GearSetID) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_GetSetID::GearSetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_GearSetEditableLabel_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_GearSetEditableLabel_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_GearSetEditableLabel_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_RevertNewSetID \ +static_assert(alignof(WBP_GearSetEditableLabel_C_RevertNewSetID) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_RevertNewSetID"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_RevertNewSetID) == 0x000010, "Wrong size on WBP_GearSetEditableLabel_C_RevertNewSetID"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_RevertNewSetID, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_RevertNewSetID::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_SetParentModal \ +static_assert(alignof(WBP_GearSetEditableLabel_C_SetParentModal) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_SetParentModal"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_SetParentModal) == 0x000008, "Wrong size on WBP_GearSetEditableLabel_C_SetParentModal"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetParentModal, ParentModal_0) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_SetParentModal::ParentModal_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_SetSetID \ +static_assert(alignof(WBP_GearSetEditableLabel_C_SetSetID) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_SetSetID"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_SetSetID) == 0x000190, "Wrong size on WBP_GearSetEditableLabel_C_SetSetID"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, SetId) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_SetSetID::SetId' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, SetsLength) == 0x000010, "Member 'WBP_GearSetEditableLabel_C_SetSetID::SetsLength' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, LocalSetCount) == 0x000014, "Member 'WBP_GearSetEditableLabel_C_SetSetID::LocalSetCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, bFoundAvailableSetID) == 0x000018, "Member 'WBP_GearSetEditableLabel_C_SetSetID::bFoundAvailableSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_IsEmpty_ReturnValue) == 0x000019, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, Temp_int_Variable) == 0x00001C, "Member 'WBP_GearSetEditableLabel_C_SetSetID::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000028, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount) == 0x000034, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000048, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_GearSetEditableLabel_C_SetSetID::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_GearSetEditableLabel_C_SetSetID::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A8, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000C0, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C4, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'WBP_GearSetEditableLabel_C_SetSetID::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetCustomGI_ReturnValue_1) == 0x000118, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, K2Node_MakeArray_Array_1) == 0x000120, "Member 'WBP_GearSetEditableLabel_C_SetSetID::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetPassiveEffectsSetManager_ReturnValue_1) == 0x000130, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetPassiveEffectsSetManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Conv_TextToString_ReturnValue) == 0x000148, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_GetText_ReturnValue) == 0x000158, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_CheckSetIdAvailability_IsAvailable) == 0x000168, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_CheckSetIdAvailability_IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000170, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_SetSetID, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'WBP_GearSetEditableLabel_C_SetSetID::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetEditableLabel_C_ValidateNewSetID \ +static_assert(alignof(WBP_GearSetEditableLabel_C_ValidateNewSetID) == 0x000008, "Wrong alignment on WBP_GearSetEditableLabel_C_ValidateNewSetID"); \ +static_assert(sizeof(WBP_GearSetEditableLabel_C_ValidateNewSetID) == 0x000020, "Wrong size on WBP_GearSetEditableLabel_C_ValidateNewSetID"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ValidateNewSetID, CallFunc_GetText_ReturnValue) == 0x000000, "Member 'WBP_GearSetEditableLabel_C_ValidateNewSetID::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetEditableLabel_C_ValidateNewSetID, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'WBP_GearSetEditableLabel_C_ValidateNewSetID::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GearSetEditableLabel_C \ +static_assert(alignof(UWBP_GearSetEditableLabel_C) == 0x000008, "Wrong alignment on UWBP_GearSetEditableLabel_C"); \ +static_assert(sizeof(UWBP_GearSetEditableLabel_C) == 0x000360, "Wrong size on UWBP_GearSetEditableLabel_C"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, UberGraphFrame) == 0x000308, "Member 'UWBP_GearSetEditableLabel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, EditNamePrompt) == 0x000310, "Member 'UWBP_GearSetEditableLabel_C::EditNamePrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, GearSetEditableName) == 0x000318, "Member 'UWBP_GearSetEditableLabel_C::GearSetEditableName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, StringMaxSize) == 0x000320, "Member 'UWBP_GearSetEditableLabel_C::StringMaxSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, OnEditMode) == 0x000328, "Member 'UWBP_GearSetEditableLabel_C::OnEditMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, CurrentSetId) == 0x000338, "Member 'UWBP_GearSetEditableLabel_C::CurrentSetId' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, OnNewIdValidated) == 0x000348, "Member 'UWBP_GearSetEditableLabel_C::OnNewIdValidated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetEditableLabel_C, ParentModal) == 0x000358, "Member 'UWBP_GearSetEditableLabel_C::ParentModal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetModal_C_SetupInputMethod \ +static_assert(alignof(WBP_GearSetModal_C_SetupInputMethod) == 0x000001, "Wrong alignment on WBP_GearSetModal_C_SetupInputMethod"); \ +static_assert(sizeof(WBP_GearSetModal_C_SetupInputMethod) == 0x000001, "Wrong size on WBP_GearSetModal_C_SetupInputMethod"); \ +static_assert(offsetof(WBP_GearSetModal_C_SetupInputMethod, InInputMethod) == 0x000000, "Member 'WBP_GearSetModal_C_SetupInputMethod::InInputMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal \ +static_assert(alignof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal) == 0x000008, "Wrong alignment on WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal"); \ +static_assert(sizeof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal) == 0x000050, "Wrong size on WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, EntryPoint) == 0x000000, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, Temp_bool_Variable) == 0x000004, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, Temp_byte_Variable) == 0x000018, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, K2Node_Event_IsDesignTime) == 0x000019, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001A, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, K2Node_MakeStruct_Anchors) == 0x000020, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000040, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, CallFunc_GetCurrentInputType_ReturnValue) == 0x000048, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, K2Node_CustomEvent_bNewInputType) == 0x000049, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, K2Node_Select_Default) == 0x00004A, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal, CallFunc_SetBlurStrength_InStrength_ImplicitCast) == 0x00004C, "Member 'WBP_GearSetModal_C_ExecuteUbergraph_WBP_GearSetModal::CallFunc_SetBlurStrength_InStrength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetModal_C_PreConstruct \ +static_assert(alignof(WBP_GearSetModal_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GearSetModal_C_PreConstruct"); \ +static_assert(sizeof(WBP_GearSetModal_C_PreConstruct) == 0x000001, "Wrong size on WBP_GearSetModal_C_PreConstruct"); \ +static_assert(offsetof(WBP_GearSetModal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GearSetModal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GearSetModal_C_OnInputMethodChanged \ +static_assert(alignof(WBP_GearSetModal_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_GearSetModal_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_GearSetModal_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_GearSetModal_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_GearSetModal_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_GearSetModal_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GearSetModal_C \ +static_assert(alignof(UWBP_GearSetModal_C) == 0x000008, "Wrong alignment on UWBP_GearSetModal_C"); \ +static_assert(sizeof(UWBP_GearSetModal_C) == 0x000490, "Wrong size on UWBP_GearSetModal_C"); \ +static_assert(offsetof(UWBP_GearSetModal_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GearSetModal_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, Background) == 0x000438, "Member 'UWBP_GearSetModal_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, BackgroundBlur) == 0x000440, "Member 'UWBP_GearSetModal_C::BackgroundBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, InputGuard) == 0x000448, "Member 'UWBP_GearSetModal_C::InputGuard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, ModalContent) == 0x000450, "Member 'UWBP_GearSetModal_C::ModalContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, ModalSizeBox) == 0x000458, "Member 'UWBP_GearSetModal_C::ModalSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, SD_OpenSound) == 0x000460, "Member 'UWBP_GearSetModal_C::SD_OpenSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, SD_CancelSound) == 0x000470, "Member 'UWBP_GearSetModal_C::SD_CancelSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, ModalZOrder) == 0x000480, "Member 'UWBP_GearSetModal_C::ModalZOrder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GearSetModal_C, BackgroundBlurStrenght) == 0x000488, "Member 'UWBP_GearSetModal_C::BackgroundBlurStrenght' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_DeleteButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_GearSetUpdateModal_UpdateButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_ModalPopup_ConfirmButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature, ActionValue) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature) == 0x000001, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature, IsInEditMode) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BndEvt__WBP_PassiveEffectsSetUpdateModal_GearSetEditableName_K2Node_ComponentBoundEvent_3_OnEditMode__DelegateSignature::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal) == 0x000160, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, EntryPoint) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetID_GearSetID) == 0x000028, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_Button_3) == 0x000038, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_Button_2) == 0x000040, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetID_GearSetID_1) == 0x000050, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetID_GearSetID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_Button_1) == 0x000060, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_IsValid_ReturnValue_2) == 0x000068, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCurrentCharacter_Current_Character) == 0x000070, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCurrentCharacter_Current_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetID_GearSetID_2) == 0x000078, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetID_GearSetID_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCustomGI_ReturnValue) == 0x000088, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCustomGI_ReturnValue_1) == 0x000090, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000098, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue_1) == 0x0000A0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_CustomEvent_InUserResponse_1) == 0x0000A8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_CustomEvent_InUserResponse_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_CustomEvent_InUserResponse) == 0x0000A9, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_SwitchEnum_CmpSuccess) == 0x0000AA, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000AB, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_IsInEditMode) == 0x0000AC, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_IsInEditMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_Not_PreBool_ReturnValue) == 0x0000AD, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_Button) == 0x0000B0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_BooleanAND_ReturnValue) == 0x0000B8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B9, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCustomGI_ReturnValue_2) == 0x0000C0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue_2) == 0x0000C8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetSetID_GearSetID) == 0x0000D0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCustomGI_ReturnValue_3) == 0x0000E0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue_3) == 0x0000E8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, K2Node_ComponentBoundEvent_ActionValue) == 0x0000F0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::K2Node_ComponentBoundEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetSetID_GearSetID_1) == 0x0000F8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetSetID_GearSetID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000108, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_IsValid_ReturnValue_3) == 0x000110, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetScrollOffset_ReturnValue) == 0x000114, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000118, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000120, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_GetCurrentCharacter_Current_Character_1) == 0x000128, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_GetCurrentCharacter_Current_Character_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_FClamp_ReturnValue) == 0x000130, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_CreateModalWindow_OutputPin) == 0x000138, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_CreateModalWindow_OutputPin_1) == 0x000140, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000148, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_FClamp_Max_ImplicitCast) == 0x000150, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x000158, "Member 'WBP_PassiveEffectsSetUpdateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetUpdateModal::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList) == 0x0000E8, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, PassiveEffectsSetData) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::PassiveEffectsSetData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, LocalEquippedPassiveEffectsIdentifiers) == 0x000010, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::LocalEquippedPassiveEffectsIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, ViewItems) == 0x000020, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::ViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_Array_Get_Item) == 0x00004C, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_OrderingResult) == 0x000058, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_CmpSuccess) == 0x000060, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_SomeAlteration) == 0x000061, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_Obj1) == 0x000068, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_Obj2) == 0x000070, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_Index1) == 0x000078, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, BPNode_SortArray_Index2) == 0x00007C, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000080, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000C8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_GetCurrentCharacter_Current_Character) == 0x0000D8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_GetCurrentCharacter_Current_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000E0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeLuminaList::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal) == 0x0001E8, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, PassiveEffectsSetViewItem_0) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::PassiveEffectsSetViewItem_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, ViewItems) == 0x000008, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::ViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, Temp_bool_Variable) == 0x000018, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, Temp_byte_Variable) == 0x000019, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, Temp_byte_Variable_1) == 0x00001A, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetID_GearSetID) == 0x000020, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetCurrentCharacter_Current_Character) == 0x000030, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetCurrentCharacter_Current_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetCurrentCharacter_Current_Character_1) == 0x000040, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetCurrentCharacter_Current_Character_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x000048, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetCurrentCharacter_Current_Character_2) == 0x000060, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetCurrentCharacter_Current_Character_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000070, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetMaxLuminaPoints_ReturnValue) == 0x0000C8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetMaxLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetCustomGI_ReturnValue) == 0x0000D0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetID_GearSetID_1) == 0x0000D8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetID_GearSetID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x0000E8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSets_PassiveEffectsSets) == 0x0000F0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSets_PassiveEffectsSets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetEffectiveCost_ReturnValue) == 0x000140, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetEffectiveCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Map_Length_ReturnValue) == 0x000144, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Subtract_IntInt_ReturnValue) == 0x000148, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000150, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000158, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, K2Node_MakeArray_Array) == 0x0001A8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, K2Node_Select_Default) == 0x0001B8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetData_Value) == 0x0001D0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetData_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal, CallFunc_GetPassiveEffectsSetData_IsFound) == 0x0001E0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_InitializeUpdateModal::CallFunc_GetPassiveEffectsSetData_IsFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse) == 0x000001, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse, InUserResponse) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_OnDeleteSetResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse) == 0x000001, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse, InUserResponse) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_OnUpdateSetResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda) == 0x0000F8, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, PassiveEffectIdentifierLhs) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::PassiveEffectIdentifierLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, PassiveEffectIdentifierRhs) == 0x000008, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::PassiveEffectIdentifierRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, OrderingResult) == 0x000010, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, Temp_int_Variable) == 0x000018, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000020, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_Found) == 0x000068, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_PassiveEffect_1) == 0x000070, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_PassiveEffect_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_Found_1) == 0x0000B8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_Found_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable) == 0x0000E0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x0000E4, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x0000E8, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable_1) == 0x0000EC, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable_2) == 0x0000F4, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda, K2Node_Select_Default) == 0x0000F5, "Member 'WBP_PassiveEffectsSetUpdateModal_C_PassiveEffectsSortLambda::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod) == 0x000048, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, InInputMethod) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::InInputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, Temp_byte_Variable) == 0x000001, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, Temp_bool_Variable) == 0x000002, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, Temp_bool_Variable_2) == 0x000004, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, Temp_bool_Variable_3) == 0x000005, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, K2Node_Select_Default) == 0x000006, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000018, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000028, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_3) == 0x000038, "Member 'WBP_PassiveEffectsSetUpdateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget) == 0x000020, "Wrong size on WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetIsEnabled_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000010, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000018, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetCurrentInputType_ReturnValue) == 0x000019, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x00001B, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'WBP_PassiveEffectsSetUpdateModal_C_BP_GetDesiredFocusTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSetUpdateModal_C \ +static_assert(alignof(UWBP_PassiveEffectsSetUpdateModal_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSetUpdateModal_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSetUpdateModal_C) == 0x000550, "Wrong size on UWBP_PassiveEffectsSetUpdateModal_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, UberGraphFrame_WBP_PassiveEffectsSetUpdateModal_C) == 0x000490, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::UberGraphFrame_WBP_PassiveEffectsSetUpdateModal_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, ApplyActionBinding) == 0x000498, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::ApplyActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, ApplyButton) == 0x0004A0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::ApplyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, ApplyTextBlock) == 0x0004A8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::ApplyTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, BackActionBinding) == 0x0004B0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::BackActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, BackButton) == 0x0004B8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::BackButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, BackTextBlock) == 0x0004C0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::BackTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, ButtonPromptContainer) == 0x0004C8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::ButtonPromptContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, DeleteActionBinding) == 0x0004D0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::DeleteActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, DeleteButton) == 0x0004D8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::DeleteButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, DeleteTextBlock) == 0x0004E0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::DeleteTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, GearSetEditableName) == 0x0004E8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::GearSetEditableName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, LuminaList) == 0x0004F0, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::LuminaList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, LuminaPointCounter) == 0x0004F8, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::LuminaPointCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, LuminaScrollBox) == 0x000500, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::LuminaScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, NotEnoughPointsWarningText) == 0x000508, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::NotEnoughPointsWarningText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, ScrollHint) == 0x000510, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::ScrollHint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, UpdateActionBinding) == 0x000518, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::UpdateActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, UpdateButton) == 0x000520, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::UpdateButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, UpdateTextBlock) == 0x000528, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::UpdateTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, PassiveEffectsSetViewItem) == 0x000530, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::PassiveEffectsSetViewItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, IsUpdateEnabled) == 0x000538, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::IsUpdateEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, IsApplyEnabled) == 0x000539, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::IsApplyEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetUpdateModal_C, Dummy_SortPassiveEffects) == 0x000540, "Member 'UWBP_PassiveEffectsSetUpdateModal_C::Dummy_SortPassiveEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetViewItem_C_GetGearSetID \ +static_assert(alignof(BP_GearSetViewItem_C_GetGearSetID) == 0x000008, "Wrong alignment on BP_GearSetViewItem_C_GetGearSetID"); \ +static_assert(sizeof(BP_GearSetViewItem_C_GetGearSetID) == 0x000010, "Wrong size on BP_GearSetViewItem_C_GetGearSetID"); \ +static_assert(offsetof(BP_GearSetViewItem_C_GetGearSetID, GearSetID_0) == 0x000000, "Member 'BP_GearSetViewItem_C_GetGearSetID::GearSetID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetViewItem_C_GetGearSetManager \ +static_assert(alignof(BP_GearSetViewItem_C_GetGearSetManager) == 0x000008, "Wrong alignment on BP_GearSetViewItem_C_GetGearSetManager"); \ +static_assert(sizeof(BP_GearSetViewItem_C_GetGearSetManager) == 0x000008, "Wrong size on BP_GearSetViewItem_C_GetGearSetManager"); \ +static_assert(offsetof(BP_GearSetViewItem_C_GetGearSetManager, GearSetManager) == 0x000000, "Member 'BP_GearSetViewItem_C_GetGearSetManager::GearSetManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetViewItem_C_InitializeViewItem \ +static_assert(alignof(BP_GearSetViewItem_C_InitializeViewItem) == 0x000008, "Wrong alignment on BP_GearSetViewItem_C_InitializeViewItem"); \ +static_assert(sizeof(BP_GearSetViewItem_C_InitializeViewItem) == 0x000010, "Wrong size on BP_GearSetViewItem_C_InitializeViewItem"); \ +static_assert(offsetof(BP_GearSetViewItem_C_InitializeViewItem, GearSetID_0) == 0x000000, "Member 'BP_GearSetViewItem_C_InitializeViewItem::GearSetID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GearSetViewItem_C \ +static_assert(alignof(UBP_GearSetViewItem_C) == 0x000008, "Wrong alignment on UBP_GearSetViewItem_C"); \ +static_assert(sizeof(UBP_GearSetViewItem_C) == 0x000040, "Wrong size on UBP_GearSetViewItem_C"); \ +static_assert(offsetof(UBP_GearSetViewItem_C, OwnerGearSetManager) == 0x000028, "Member 'UBP_GearSetViewItem_C::OwnerGearSetManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetViewItem_C, GearSetID) == 0x000030, "Member 'UBP_GearSetViewItem_C::GearSetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear \ +static_assert(alignof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear"); \ +static_assert(sizeof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear) == 0x000310, "Wrong size on WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CharacterData) == 0x000000, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, PassiveEffectID) == 0x000008, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, OwningGearData) == 0x000010, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::OwningGearData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, IsFromGear) == 0x000140, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::IsFromGear' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_byte_Variable) == 0x000141, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_bool_True_if_break_was_hit_Variable) == 0x000142, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_int_Array_Index_Variable) == 0x000144, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_int_Loop_Counter_Variable) == 0x00014C, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_byte_Variable_1) == 0x000150, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Add_IntInt_ReturnValue) == 0x000154, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000158, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots) == 0x000160, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_GetAllEquipmentSlotTypes_EquipmentSlots' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_BooleanAND_ReturnValue) == 0x000170, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Array_Get_Item) == 0x000174, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Array_Length_ReturnValue) == 0x00017C, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_IsSlotUsed_ReturnValue) == 0x000180, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_IsSlotUsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Less_IntInt_ReturnValue) == 0x000181, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_IsSlotEmpty_ReturnValue) == 0x000182, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_IsSlotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_BooleanAND_ReturnValue_1) == 0x000183, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Not_PreBool_ReturnValue_1) == 0x000184, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_BooleanAND_ReturnValue_2) == 0x000185, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_GetItemInstanceInSlot_ItemInstance) == 0x000188, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_GetItemInstanceInSlot_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_GetItemStaticData_ItemStaticData) == 0x000190, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs) == 0x0002C0, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_GetUnlockedPassiveEffectsIDs_PassiveEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_bool_Variable) == 0x0002D0, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, CallFunc_Array_Contains_ReturnValue) == 0x0002D1, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, K2Node_Select_Default) == 0x0002D2, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, Temp_bool_Variable_1) == 0x0002D3, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, K2Node_MakeStruct_SlateColor) == 0x0002D4, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, K2Node_MakeStruct_SlateColor_1) == 0x0002E8, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear, K2Node_Select_Default_1) == 0x0002FC, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetIsAlreadyFromGear::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost \ +static_assert(alignof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost"); \ +static_assert(sizeof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost) == 0x000018, "Wrong size on WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost, LuminaCost_0) == 0x000000, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost::LuminaCost_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaCost::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName \ +static_assert(alignof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName"); \ +static_assert(sizeof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName) == 0x000010, "Wrong size on WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName"); \ +static_assert(offsetof(WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName, InText) == 0x000000, "Member 'WBP_PassiveEffectsSet_LuminaNameItem_C_SetLuminaName::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSet_LuminaNameItem_C \ +static_assert(alignof(UWBP_PassiveEffectsSet_LuminaNameItem_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSet_LuminaNameItem_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSet_LuminaNameItem_C) == 0x000328, "Wrong size on UWBP_PassiveEffectsSet_LuminaNameItem_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSet_LuminaNameItem_C, Image_IconLumina) == 0x000308, "Member 'UWBP_PassiveEffectsSet_LuminaNameItem_C::Image_IconLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSet_LuminaNameItem_C, LuminaCost) == 0x000310, "Member 'UWBP_PassiveEffectsSet_LuminaNameItem_C::LuminaCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSet_LuminaNameItem_C, LuminaName) == 0x000318, "Member 'UWBP_PassiveEffectsSet_LuminaNameItem_C::LuminaName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSet_LuminaNameItem_C, PictoOwnerIcon) == 0x000320, "Member 'UWBP_PassiveEffectsSet_LuminaNameItem_C::PictoOwnerIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter \ +static_assert(alignof(BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter"); \ +static_assert(sizeof(BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter) == 0x000008, "Wrong size on BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter, Current_Character_0) == 0x000000, "Member 'BP_PassiveEffectsSetViewItem_C_GetCurrentCharacter::Current_Character_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner \ +static_assert(alignof(BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner"); \ +static_assert(sizeof(BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner) == 0x000008, "Wrong size on BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner, ManagementModalOwner_0) == 0x000000, "Member 'BP_PassiveEffectsSetViewItem_C_GetManagementModalOwner::ManagementModalOwner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID \ +static_assert(alignof(BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID"); \ +static_assert(sizeof(BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID) == 0x000010, "Wrong size on BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID, GearSetID) == 0x000000, "Member 'BP_PassiveEffectsSetViewItem_C_GetPassiveEffectsSetID::GearSetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PassiveEffectsSetViewItem_C_InitializeViewItem \ +static_assert(alignof(BP_PassiveEffectsSetViewItem_C_InitializeViewItem) == 0x000008, "Wrong alignment on BP_PassiveEffectsSetViewItem_C_InitializeViewItem"); \ +static_assert(sizeof(BP_PassiveEffectsSetViewItem_C_InitializeViewItem) == 0x000020, "Wrong size on BP_PassiveEffectsSetViewItem_C_InitializeViewItem"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_InitializeViewItem, PassiveEffectsSetID_0) == 0x000000, "Member 'BP_PassiveEffectsSetViewItem_C_InitializeViewItem::PassiveEffectsSetID_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_InitializeViewItem, CurrentCharacter) == 0x000010, "Member 'BP_PassiveEffectsSetViewItem_C_InitializeViewItem::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PassiveEffectsSetViewItem_C_InitializeViewItem, ManagementModalOwner_0) == 0x000018, "Member 'BP_PassiveEffectsSetViewItem_C_InitializeViewItem::ManagementModalOwner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PassiveEffectsSetViewItem_C \ +static_assert(alignof(UBP_PassiveEffectsSetViewItem_C) == 0x000008, "Wrong alignment on UBP_PassiveEffectsSetViewItem_C"); \ +static_assert(sizeof(UBP_PassiveEffectsSetViewItem_C) == 0x000048, "Wrong size on UBP_PassiveEffectsSetViewItem_C"); \ +static_assert(offsetof(UBP_PassiveEffectsSetViewItem_C, PassiveEffectsSetID) == 0x000028, "Member 'UBP_PassiveEffectsSetViewItem_C::PassiveEffectsSetID' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetViewItem_C, Current_Character) == 0x000038, "Member 'UBP_PassiveEffectsSetViewItem_C::Current_Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_PassiveEffectsSetViewItem_C, ManagementModalOwner) == 0x000040, "Member 'UBP_PassiveEffectsSetViewItem_C::ManagementModalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurfaceCutMask_C_UserConstructionScript \ +static_assert(alignof(BP_FluxSurfaceCutMask_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FluxSurfaceCutMask_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FluxSurfaceCutMask_C_UserConstructionScript) == 0x000050, "Wrong size on BP_FluxSurfaceCutMask_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000004, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000010, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x000038, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurfaceCutMask_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_FluxSurfaceCutMask_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FluxSurfaceCutMask_C \ +static_assert(alignof(ABP_FluxSurfaceCutMask_C) == 0x000008, "Wrong alignment on ABP_FluxSurfaceCutMask_C"); \ +static_assert(sizeof(ABP_FluxSurfaceCutMask_C) == 0x000298, "Wrong size on ABP_FluxSurfaceCutMask_C"); \ +static_assert(offsetof(ABP_FluxSurfaceCutMask_C, Box) == 0x000290, "Member 'ABP_FluxSurfaceCutMask_C::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScrollHint_C_SetShouldBeDisplayed \ +static_assert(alignof(WBP_ScrollHint_C_SetShouldBeDisplayed) == 0x000008, "Wrong alignment on WBP_ScrollHint_C_SetShouldBeDisplayed"); \ +static_assert(sizeof(WBP_ScrollHint_C_SetShouldBeDisplayed) == 0x000028, "Wrong size on WBP_ScrollHint_C_SetShouldBeDisplayed"); \ +static_assert(offsetof(WBP_ScrollHint_C_SetShouldBeDisplayed, bShouldBeDisplayed_0) == 0x000000, "Member 'WBP_ScrollHint_C_SetShouldBeDisplayed::bShouldBeDisplayed_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_SetShouldBeDisplayed, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ScrollHint_C_SetShouldBeDisplayed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_SetShouldBeDisplayed, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_ScrollHint_C_SetShouldBeDisplayed::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_SetShouldBeDisplayed, CallFunc_IsInputMethodActive_ReturnValue) == 0x000020, "Member 'WBP_ScrollHint_C_SetShouldBeDisplayed::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_SetShouldBeDisplayed, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_ScrollHint_C_SetShouldBeDisplayed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_ScrollHint_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScrollHint_C_OnInputMethodChanged \ +static_assert(alignof(WBP_ScrollHint_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_ScrollHint_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_ScrollHint_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_ScrollHint_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_ScrollHint_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_ScrollHint_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint \ +static_assert(alignof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint) == 0x000008, "Wrong alignment on WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint"); \ +static_assert(sizeof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint) == 0x000078, "Wrong size on WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, EntryPoint) == 0x000000, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_object_Variable) == 0x000038, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000040, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_real_Variable) == 0x000048, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_real_Variable_1) == 0x000050, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_real_Variable_0) == 0x000058, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, Temp_real_Variable_2) == 0x000068, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, K2Node_CustomEvent_bNewInputType) == 0x000070, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint, CallFunc_BooleanAND_ReturnValue) == 0x000072, "Member 'WBP_ScrollHint_C_ExecuteUbergraph_WBP_ScrollHint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ScrollHint_C \ +static_assert(alignof(UWBP_ScrollHint_C) == 0x000008, "Wrong alignment on UWBP_ScrollHint_C"); \ +static_assert(sizeof(UWBP_ScrollHint_C) == 0x000468, "Wrong size on UWBP_ScrollHint_C"); \ +static_assert(offsetof(UWBP_ScrollHint_C, UberGraphFrame) == 0x000430, "Member 'UWBP_ScrollHint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScrollHint_C, ScrollActionBinding) == 0x000438, "Member 'UWBP_ScrollHint_C::ScrollActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScrollHint_C, ScrollImageDown) == 0x000440, "Member 'UWBP_ScrollHint_C::ScrollImageDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScrollHint_C, ScrollImageUp) == 0x000448, "Member 'UWBP_ScrollHint_C::ScrollImageUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScrollHint_C, bShouldBeDisplayed) == 0x000450, "Member 'UWBP_ScrollHint_C::bShouldBeDisplayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScrollHint_C, OnScroll) == 0x000458, "Member 'UWBP_ScrollHint_C::OnScroll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_CancelButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_GearSetCreateModal_ConfirmButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature) == 0x000001, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature, IsInEditMode) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_EditableTextBox_K2Node_ComponentBoundEvent_2_OnEditMode__DelegateSignature::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature, ActionValue) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal) == 0x000080, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, EntryPoint) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_NotEqual_NameName_ReturnValue) == 0x000004, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_GetSetID_GearSetID) == 0x000020, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_GetSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000030, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, K2Node_ComponentBoundEvent_IsInEditMode) == 0x000038, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::K2Node_ComponentBoundEvent_IsInEditMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, K2Node_ComponentBoundEvent_ActionValue) == 0x000040, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::K2Node_ComponentBoundEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_GetScrollOffset_ReturnValue) == 0x000050, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000054, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_FClamp_ReturnValue) == 0x000060, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000068, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_FClamp_Max_ImplicitCast) == 0x000070, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x000078, "Member 'WBP_PassiveEffectsSetCreateModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetCreateModal::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal) == 0x0000A0, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CurrentCharacter) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_GetPassiveEffectsSetID_GearSetID) == 0x000010, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_GetPassiveEffectsSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x000028, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000040, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_GetPassiveEffectsSets_PassiveEffectsSets) == 0x000048, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_GetPassiveEffectsSets_PassiveEffectsSets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal, CallFunc_Map_Length_ReturnValue) == 0x000098, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeCreateModal::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList) == 0x0000E0, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, ManuallyEquippedPassiveEffects) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::ManuallyEquippedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, LocalEquippedPassiveEffectsIdentifiers) == 0x000010, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::LocalEquippedPassiveEffectsIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, ViewItems) == 0x000020, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::ViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_Array_Get_Item) == 0x00004C, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_OrderingResult) == 0x000058, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_CmpSuccess) == 0x000060, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_SomeAlteration) == 0x000061, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_Obj1) == 0x000068, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_Obj2) == 0x000070, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_Index1) == 0x000078, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, BPNode_SortArray_Index2) == 0x00007C, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::BPNode_SortArray_Index2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000080, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000C8, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000D8, "Member 'WBP_PassiveEffectsSetCreateModal_C_InitializeLuminaList::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda) == 0x0000F8, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, PassiveEffectIdentifierLhs) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::PassiveEffectIdentifierLhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, PassiveEffectIdentifierRhs) == 0x000008, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::PassiveEffectIdentifierRhs' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, OrderingResult) == 0x000010, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, Temp_int_Variable) == 0x000018, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x000020, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_Found) == 0x000068, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_PassiveEffect_1) == 0x000070, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_PassiveEffect_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_GetPassiveEffectDefinition_Found_1) == 0x0000B8, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_GetPassiveEffectDefinition_Found_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C0, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D0, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable) == 0x0000E0, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_CompareStrings_ReturnValue) == 0x0000E4, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_CompareStrings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_SignOfInteger_ReturnValue) == 0x0000E8, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_SignOfInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable_1) == 0x0000EC, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, CallFunc_Add_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, Temp_byte_Variable_2) == 0x0000F4, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda, K2Node_Select_Default) == 0x0000F5, "Member 'WBP_PassiveEffectsSetCreateModal_C_PassiveEffectsSortLambda::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod) == 0x000028, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, InInputMethod) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::InInputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, Temp_byte_Variable) == 0x000001, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, Temp_bool_Variable) == 0x000002, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, Temp_bool_Variable_2) == 0x000004, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, Temp_bool_Variable_3) == 0x000005, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, K2Node_Select_Default) == 0x000006, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000018, "Member 'WBP_PassiveEffectsSetCreateModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, CallFunc_GetCurrentInputType_ReturnValue) == 0x000010, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000011, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'WBP_PassiveEffectsSetCreateModal_C_BP_GetDesiredFocusTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSetCreateModal_C \ +static_assert(alignof(UWBP_PassiveEffectsSetCreateModal_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSetCreateModal_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSetCreateModal_C) == 0x000530, "Wrong size on UWBP_PassiveEffectsSetCreateModal_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, UberGraphFrame_WBP_PassiveEffectsSetCreateModal_C) == 0x000490, "Member 'UWBP_PassiveEffectsSetCreateModal_C::UberGraphFrame_WBP_PassiveEffectsSetCreateModal_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, ButtonPromptContainer) == 0x000498, "Member 'UWBP_PassiveEffectsSetCreateModal_C::ButtonPromptContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, CancelActionBinding) == 0x0004A0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::CancelActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, CancelButton) == 0x0004A8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::CancelButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, CancelTextBlock) == 0x0004B0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::CancelTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, ConfirmActionBinding) == 0x0004B8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::ConfirmActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, ConfirmButton) == 0x0004C0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::ConfirmButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, ConfirmTextBlock) == 0x0004C8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::ConfirmTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, GearSetEditableName) == 0x0004D0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::GearSetEditableName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, LuminaList) == 0x0004D8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::LuminaList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, LuminaPointCounter) == 0x0004E0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::LuminaPointCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, LuminaScrollBox) == 0x0004E8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::LuminaScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, ScrollHint) == 0x0004F0, "Member 'UWBP_PassiveEffectsSetCreateModal_C::ScrollHint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, SD_OpenSound_0) == 0x0004F8, "Member 'UWBP_PassiveEffectsSetCreateModal_C::SD_OpenSound_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, SD_CancelSound_0) == 0x000508, "Member 'UWBP_PassiveEffectsSetCreateModal_C::SD_CancelSound_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, Current_Character) == 0x000518, "Member 'UWBP_PassiveEffectsSetCreateModal_C::Current_Character' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetCreateModal_C, Dummy_SortPassiveEffects) == 0x000520, "Member 'UWBP_PassiveEffectsSetCreateModal_C::Dummy_SortPassiveEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_BndEvt__WBP_Panel_PictosElement_BaseButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement) == 0x000158, "Wrong size on WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, EntryPoint) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_Event_bIsExpanded) == 0x000024, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_Event_bIsSelected) == 0x000025, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_ComponentBoundEvent_Button) == 0x000028, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_Event_ListItemObject) == 0x000030, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_DynamicCast_AsBP_Passive_Effects_Set_View_Item) == 0x000038, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_DynamicCast_AsBP_Passive_Effects_Set_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetID_GearSetID) == 0x000048, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetID_GearSetID' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_IsEmpty_ReturnValue) == 0x000058, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetSelected_ReturnValue) == 0x000071, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetSelected_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Not_PreBool_ReturnValue_1) == 0x000072, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_MakeLiteralText_ReturnValue) == 0x000078, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, Temp_bool_Variable) == 0x000088, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetID_GearSetID_1) == 0x000090, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetID_GearSetID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_IsEmpty_ReturnValue_1) == 0x0000A0, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000B8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000C0, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Create_ReturnValue) == 0x0000C8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Create_ReturnValue_1) == 0x0000D0, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, Temp_byte_Variable) == 0x0000D8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, Temp_byte_Variable_1) == 0x0000D9, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetCustomGI_ReturnValue) == 0x0000E0, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetID_GearSetID_2) == 0x0000E8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetID_GearSetID_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x0000F8, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetData_Value) == 0x000100, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetData_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetPassiveEffectsSetData_IsFound) == 0x000110, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetPassiveEffectsSetData_IsFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetCurrentCharacter_Current_Character) == 0x000118, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetCurrentCharacter_Current_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetCurrentCharacter_Current_Character_1) == 0x000120, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetCurrentCharacter_Current_Character_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x000128, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, Temp_bool_Variable_1) == 0x000138, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, K2Node_Select_Default_1) == 0x000140, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000141, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_BooleanAND_ReturnValue) == 0x000142, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_Not_PreBool_ReturnValue_2) == 0x000143, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetManagementModalOwner_ManagementModalOwner) == 0x000148, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetManagementModalOwner_ManagementModalOwner' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement, CallFunc_GetManagementModalOwner_ManagementModalOwner_1) == 0x000150, "Member 'WBP_PassiveEffectsSetElement_C_ExecuteUbergraph_WBP_PassiveEffectsSetElement::CallFunc_GetManagementModalOwner_ManagementModalOwner_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_OnListItemObjectSet \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetElement_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_PassiveEffectsSetElement_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetElement_C_SetIsEquippedSet \ +static_assert(alignof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetElement_C_SetIsEquippedSet"); \ +static_assert(sizeof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet) == 0x000048, "Wrong size on WBP_PassiveEffectsSetElement_C_SetIsEquippedSet"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, PassiveEffectsSetData) == 0x000000, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::PassiveEffectsSetData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, ManuallyEquippedPassiveEffects) == 0x000010, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::ManuallyEquippedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, Temp_bool_Variable) == 0x000020, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, Temp_class_Variable) == 0x000028, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, CallFunc_Array_Identical_ReturnValue) == 0x000030, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, Temp_class_Variable_1) == 0x000038, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetElement_C_SetIsEquippedSet, K2Node_Select_Default) == 0x000040, "Member 'WBP_PassiveEffectsSetElement_C_SetIsEquippedSet::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSetElement_C \ +static_assert(alignof(UWBP_PassiveEffectsSetElement_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSetElement_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSetElement_C) == 0x000330, "Wrong size on UWBP_PassiveEffectsSetElement_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetElement_C, UberGraphFrame) == 0x000308, "Member 'UWBP_PassiveEffectsSetElement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetElement_C, BaseButton) == 0x000310, "Member 'UWBP_PassiveEffectsSetElement_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetElement_C, LuminaPointCounter) == 0x000318, "Member 'UWBP_PassiveEffectsSetElement_C::LuminaPointCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetElement_C, PassiveEffectsSetName) == 0x000320, "Member 'UWBP_PassiveEffectsSetElement_C::PassiveEffectsSetName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetElement_C, PassiveEffectsSetViewItem) == 0x000328, "Member 'UWBP_PassiveEffectsSetElement_C::PassiveEffectsSetViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_BndEvt__WBP_ModalPopup_CancelButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal) == 0x000010, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal, EntryPoint) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal, CallFunc_NotEqual_NameName_ReturnValue) == 0x000004, "Member 'WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_PassiveEffectsSetManagementModal_C_ExecuteUbergraph_WBP_PassiveEffectsSetManagementModal::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets) == 0x000038, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets, CurrentCharacter) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000010, "Member 'WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_PassiveEffectsSetManagementModal_C_InitializePassiveEffectsSets::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod) == 0x000020, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, InInputMethod) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::InInputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, Temp_byte_Variable) == 0x000001, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, Temp_bool_Variable) == 0x000002, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, Temp_bool_Variable_2) == 0x000004, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, Temp_bool_Variable_3) == 0x000005, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod, K2Node_Select_Default) == 0x000018, "Member 'WBP_PassiveEffectsSetManagementModal_C_SetupInputMethod::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount) == 0x000090, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, ViewItems) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::ViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount) == 0x000010, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, CallFunc_GetPassiveEffectsSets_PassiveEffectsSets) == 0x000018, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::CallFunc_GetPassiveEffectsSets_PassiveEffectsSets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000068, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, CallFunc_Map_Length_ReturnValue) == 0x000078, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000080, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetCount::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList) == 0x0000C8, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, ViewItems) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::ViewItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount) == 0x000010, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_GetPassiveEffectsMaxCount_PassiveEffectsSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_GetPassiveEffectsSets_PassiveEffectsSets) == 0x000018, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_GetPassiveEffectsSets_PassiveEffectsSets' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Subtract_IntInt_ReturnValue) == 0x000068, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Min_ReturnValue) == 0x000084, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, Temp_int_Variable) == 0x000088, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00008C, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00008D, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, Temp_string_Variable) == 0x000098, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_SpawnObject_ReturnValue) == 0x0000A8, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, CallFunc_Array_AddUnique_ReturnValue) == 0x0000B0, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, Temp_bool_Variable) == 0x0000B4, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList, K2Node_Select_Default) == 0x0000B8, "Member 'WBP_PassiveEffectsSetManagementModal_C_UpdatePassiveEffectsSetList::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PassiveEffectsSetManagementModal_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PassiveEffectsSetManagementModal_C \ +static_assert(alignof(UWBP_PassiveEffectsSetManagementModal_C) == 0x000008, "Wrong alignment on UWBP_PassiveEffectsSetManagementModal_C"); \ +static_assert(sizeof(UWBP_PassiveEffectsSetManagementModal_C) == 0x000518, "Wrong size on UWBP_PassiveEffectsSetManagementModal_C"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, UberGraphFrame_WBP_PassiveEffectsSetManagementModal_C) == 0x000490, "Member 'UWBP_PassiveEffectsSetManagementModal_C::UberGraphFrame_WBP_PassiveEffectsSetManagementModal_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, BackActionBinding) == 0x000498, "Member 'UWBP_PassiveEffectsSetManagementModal_C::BackActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, BackButton) == 0x0004A0, "Member 'UWBP_PassiveEffectsSetManagementModal_C::BackButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, BackTextBlock) == 0x0004A8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::BackTextBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, LuminaSetsIcon) == 0x0004B0, "Member 'UWBP_PassiveEffectsSetManagementModal_C::LuminaSetsIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, PassiveEffectsSetCount) == 0x0004B8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::PassiveEffectsSetCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, PassiveEffectsSetMaxCount) == 0x0004C0, "Member 'UWBP_PassiveEffectsSetManagementModal_C::PassiveEffectsSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, PassiveEffectsSetsTileView) == 0x0004C8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::PassiveEffectsSetsTileView' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, PassiveEffectsSetTitle) == 0x0004D0, "Member 'UWBP_PassiveEffectsSetManagementModal_C::PassiveEffectsSetTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, SelectActionBinding) == 0x0004D8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::SelectActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, Separator) == 0x0004E0, "Member 'UWBP_PassiveEffectsSetManagementModal_C::Separator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, SD_OpenSound_0) == 0x0004E8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::SD_OpenSound_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, SD_CancelSound_0) == 0x0004F8, "Member 'UWBP_PassiveEffectsSetManagementModal_C::SD_CancelSound_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, PassiveEffectsSetManager) == 0x000508, "Member 'UWBP_PassiveEffectsSetManagementModal_C::PassiveEffectsSetManager' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PassiveEffectsSetManagementModal_C, Current_Character) == 0x000510, "Member 'UWBP_PassiveEffectsSetManagementModal_C::Current_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_ApplyGearSet \ +static_assert(alignof(BP_GearSetManager_C_ApplyGearSet) == 0x000008, "Wrong alignment on BP_GearSetManager_C_ApplyGearSet"); \ +static_assert(sizeof(BP_GearSetManager_C_ApplyGearSet) == 0x0000F0, "Wrong size on BP_GearSetManager_C_ApplyGearSet"); \ +static_assert(offsetof(BP_GearSetManager_C_ApplyGearSet, GearSetID) == 0x000000, "Member 'BP_GearSetManager_C_ApplyGearSet::GearSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_ApplyGearSet, GearSetManagerParameters) == 0x000010, "Member 'BP_GearSetManager_C_ApplyGearSet::GearSetManagerParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_ApplyGearSet, CallFunc_IsValid_ReturnValue) == 0x000015, "Member 'BP_GearSetManager_C_ApplyGearSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_ApplyGearSet, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_GearSetManager_C_ApplyGearSet::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_ApplyGearSet, CallFunc_Map_Find_ReturnValue) == 0x0000E8, "Member 'BP_GearSetManager_C_ApplyGearSet::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_DeleteGearSet \ +static_assert(alignof(BP_GearSetManager_C_DeleteGearSet) == 0x000008, "Wrong alignment on BP_GearSetManager_C_DeleteGearSet"); \ +static_assert(sizeof(BP_GearSetManager_C_DeleteGearSet) == 0x0000E8, "Wrong size on BP_GearSetManager_C_DeleteGearSet"); \ +static_assert(offsetof(BP_GearSetManager_C_DeleteGearSet, GearSetID) == 0x000000, "Member 'BP_GearSetManager_C_DeleteGearSet::GearSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_DeleteGearSet, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_GearSetManager_C_DeleteGearSet::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_DeleteGearSet, CallFunc_Map_Find_ReturnValue) == 0x0000E0, "Member 'BP_GearSetManager_C_DeleteGearSet::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_DeleteGearSet, CallFunc_Map_Remove_ReturnValue) == 0x0000E1, "Member 'BP_GearSetManager_C_DeleteGearSet::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_GetCharacterOwner \ +static_assert(alignof(BP_GearSetManager_C_GetCharacterOwner) == 0x000008, "Wrong alignment on BP_GearSetManager_C_GetCharacterOwner"); \ +static_assert(sizeof(BP_GearSetManager_C_GetCharacterOwner) == 0x000008, "Wrong size on BP_GearSetManager_C_GetCharacterOwner"); \ +static_assert(offsetof(BP_GearSetManager_C_GetCharacterOwner, CharacterOwner_0) == 0x000000, "Member 'BP_GearSetManager_C_GetCharacterOwner::CharacterOwner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_GetGearSetData \ +static_assert(alignof(BP_GearSetManager_C_GetGearSetData) == 0x000008, "Wrong alignment on BP_GearSetManager_C_GetGearSetData"); \ +static_assert(sizeof(BP_GearSetManager_C_GetGearSetData) == 0x000290, "Wrong size on BP_GearSetManager_C_GetGearSetData"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, InGearSetID) == 0x000000, "Member 'BP_GearSetManager_C_GetGearSetData::InGearSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, Value) == 0x000010, "Member 'BP_GearSetManager_C_GetGearSetData::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, IsFound) == 0x0000E0, "Member 'BP_GearSetManager_C_GetGearSetData::IsFound' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, K2Node_MakeStruct_S_GearSetData) == 0x0000E8, "Member 'BP_GearSetManager_C_GetGearSetData::K2Node_MakeStruct_S_GearSetData' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, CallFunc_Map_Find_Value) == 0x0001B8, "Member 'BP_GearSetManager_C_GetGearSetData::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetData, CallFunc_Map_Find_ReturnValue) == 0x000288, "Member 'BP_GearSetManager_C_GetGearSetData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_GetGearSetMaxCount \ +static_assert(alignof(BP_GearSetManager_C_GetGearSetMaxCount) == 0x000004, "Wrong alignment on BP_GearSetManager_C_GetGearSetMaxCount"); \ +static_assert(sizeof(BP_GearSetManager_C_GetGearSetMaxCount) == 0x000004, "Wrong size on BP_GearSetManager_C_GetGearSetMaxCount"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSetMaxCount, GearSetMaxCount_0) == 0x000000, "Member 'BP_GearSetManager_C_GetGearSetMaxCount::GearSetMaxCount_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_GetGearSets \ +static_assert(alignof(BP_GearSetManager_C_GetGearSets) == 0x000008, "Wrong alignment on BP_GearSetManager_C_GetGearSets"); \ +static_assert(sizeof(BP_GearSetManager_C_GetGearSets) == 0x000050, "Wrong size on BP_GearSetManager_C_GetGearSets"); \ +static_assert(offsetof(BP_GearSetManager_C_GetGearSets, GearSets) == 0x000000, "Member 'BP_GearSetManager_C_GetGearSets::GearSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_Initialize \ +static_assert(alignof(BP_GearSetManager_C_Initialize) == 0x000008, "Wrong alignment on BP_GearSetManager_C_Initialize"); \ +static_assert(sizeof(BP_GearSetManager_C_Initialize) == 0x000008, "Wrong size on BP_GearSetManager_C_Initialize"); \ +static_assert(offsetof(BP_GearSetManager_C_Initialize, CharacterOwner_0) == 0x000000, "Member 'BP_GearSetManager_C_Initialize::CharacterOwner_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GearSetManager_C_UpdateOrCreateGearSet \ +static_assert(alignof(BP_GearSetManager_C_UpdateOrCreateGearSet) == 0x000008, "Wrong alignment on BP_GearSetManager_C_UpdateOrCreateGearSet"); \ +static_assert(sizeof(BP_GearSetManager_C_UpdateOrCreateGearSet) == 0x000248, "Wrong size on BP_GearSetManager_C_UpdateOrCreateGearSet"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, GearSetID) == 0x000000, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::GearSetID' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, Parameters) == 0x000010, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, UpdatedGearSet) == 0x000018, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::UpdatedGearSet' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_IsEmpty_ReturnValue) == 0x0000E8, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_Not_PreBool_ReturnValue) == 0x0000E9, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_IsValid_ReturnValue) == 0x0000EA, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x0000F0, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_GetEquipmentSaveData_local_equipmentPerSlotSave1) == 0x000100, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_GetEquipmentSaveData_local_equipmentPerSlotSave1' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs) == 0x000150, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_GetEquippedSkillsSaveData_EquippedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs) == 0x000160, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, K2Node_MakeStruct_S_GearSetData) == 0x000170, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::K2Node_MakeStruct_S_GearSetData' has a wrong offset!"); \ +static_assert(offsetof(BP_GearSetManager_C_UpdateOrCreateGearSet, CallFunc_Map_Contains_ReturnValue) == 0x000240, "Member 'BP_GearSetManager_C_UpdateOrCreateGearSet::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GearSetManager_C \ +static_assert(alignof(UBP_GearSetManager_C) == 0x000008, "Wrong alignment on UBP_GearSetManager_C"); \ +static_assert(sizeof(UBP_GearSetManager_C) == 0x0000C8, "Wrong size on UBP_GearSetManager_C"); \ +static_assert(offsetof(UBP_GearSetManager_C, GearSetCollection) == 0x000028, "Member 'UBP_GearSetManager_C::GearSetCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, CharacterOwner) == 0x000078, "Member 'UBP_GearSetManager_C::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, GearSetMaxCount) == 0x000080, "Member 'UBP_GearSetManager_C::GearSetMaxCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, OnGearSetUpdated) == 0x000088, "Member 'UBP_GearSetManager_C::OnGearSetUpdated' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, OnGearSetApplied) == 0x000098, "Member 'UBP_GearSetManager_C::OnGearSetApplied' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, OnGearSetCreated) == 0x0000A8, "Member 'UBP_GearSetManager_C::OnGearSetCreated' has a wrong offset!"); \ +static_assert(offsetof(UBP_GearSetManager_C, OnGearSetDeleted) == 0x0000B8, "Member 'UBP_GearSetManager_C::OnGearSetDeleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_BndEvt__WBP_OpenGearSetModalButton_InnerButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton \ +static_assert(alignof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton) == 0x000008, "Wrong alignment on WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton"); \ +static_assert(sizeof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton) == 0x000020, "Wrong size on WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton, EntryPoint) == 0x000000, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_ExecuteUbergraph_WBP_OpenPassiveEffectsSetModalButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData \ +static_assert(alignof(WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData) == 0x000008, "Wrong size on WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData, CurrentCharacter) == 0x000000, "Member 'WBP_OpenPassiveEffectsSetModalButton_C_LoadCharacterData::CurrentCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_OpenPassiveEffectsSetModalButton_C \ +static_assert(alignof(UWBP_OpenPassiveEffectsSetModalButton_C) == 0x000008, "Wrong alignment on UWBP_OpenPassiveEffectsSetModalButton_C"); \ +static_assert(sizeof(UWBP_OpenPassiveEffectsSetModalButton_C) == 0x000330, "Wrong size on UWBP_OpenPassiveEffectsSetModalButton_C"); \ +static_assert(offsetof(UWBP_OpenPassiveEffectsSetModalButton_C, UberGraphFrame) == 0x000308, "Member 'UWBP_OpenPassiveEffectsSetModalButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OpenPassiveEffectsSetModalButton_C, InnerButton) == 0x000310, "Member 'UWBP_OpenPassiveEffectsSetModalButton_C::InnerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OpenPassiveEffectsSetModalButton_C, WBP_InputActionBinding) == 0x000318, "Member 'UWBP_OpenPassiveEffectsSetModalButton_C::WBP_InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OpenPassiveEffectsSetModalButton_C, WBP_PassiveEffectsSetIcon) == 0x000320, "Member 'UWBP_OpenPassiveEffectsSetModalButton_C::WBP_PassiveEffectsSetIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OpenPassiveEffectsSetModalButton_C, Current_Character) == 0x000328, "Member 'UWBP_OpenPassiveEffectsSetModalButton_C::Current_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_GoToPictosButton_K2Node_ComponentBoundEvent_3_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature, PassiveEffectID) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_0_OnLuminaItemClicked__DelegateSignature::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature, PassiveEffectID) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_LuminasList_K2Node_ComponentBoundEvent_5_OnLuminaItemNavigated__DelegateSignature::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_Reset_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BndEvt__WBP_GM_Luminas_Panel_WBP_CommonBoundActionButton_ToggleFavorite_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState) == 0x000010, "Wrong size on WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState, CharacterData) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState, HasNotification) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_BPI_GetCharacterNotificationState::HasNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BPI_LoadCharacter \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BPI_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BPI_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BPI_LoadCharacter) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BPI_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BPI_LoadCharacter::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification, CallFunc_IsThereAnyObjectNotifiedInPool_IsFound) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_BPI_ShouldShowNotification::CallFunc_IsThereAnyObjectNotifiedInPool_IsFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_DoCustomNavigation \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_DoCustomNavigation) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_DoCustomNavigation"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_DoCustomNavigation) == 0x000018, "Wrong size on WBP_GM_Luminas_Panel_C_DoCustomNavigation"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_DoCustomNavigation, Navigation_0) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_DoCustomNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_DoCustomNavigation, ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_DoCustomNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_DoCustomNavigation, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_DoCustomNavigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_EndLuminaMenuTutorials::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel) == 0x000198, "Wrong size on WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, EntryPoint) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_text_Variable) == 0x000028, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_text_Variable_1) == 0x000038, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_text_Variable_2) == 0x000048, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_bool_Variable) == 0x000058, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_int_Variable) == 0x00005C, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_text_Variable_3) == 0x000060, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Event_MarkCaller) == 0x000070, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Event_CharacterData) == 0x000078, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Event_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetIsEnabled_ReturnValue) == 0x000080, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue) == 0x000088, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_CustomEvent_ActionBarContainerWidget) == 0x000090, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000098, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_PassiveEffectID_1) == 0x0000A4, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_PassiveEffectID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsNameValid_ReturnValue) == 0x0000AC, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_Button_3) == 0x0000B0, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_MakeStruct_FPassiveEffectProgression) == 0x0000B8, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_MakeStruct_FPassiveEffectProgression' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_Button_2) == 0x0000C8, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_Button_1) == 0x0000D0, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_PassiveEffectID) == 0x0000D8, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_Array_Contains_ReturnValue) == 0x0000E0, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1) == 0x0000E8, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue_1) == 0x0000F0, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_int_Variable_1) == 0x0000F4, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000FC, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_Not_PreBool_ReturnValue) == 0x0000FD, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue_2) == 0x0000FE, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, Temp_bool_Variable_1) == 0x0000FF, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Select_Default) == 0x000100, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Select_Default_1) == 0x000118, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_HighlightTutorialWidget_AreaHighlightWidget) == 0x000120, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_HighlightTutorialWidget_AreaHighlightWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue_3) == 0x000128, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_ComponentBoundEvent_Button) == 0x000130, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000138, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetCustomGI_ReturnValue) == 0x000148, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_FindActionButtonFromButton_CommonButtonBase_1) == 0x000150, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_FindActionButtonFromButton_CommonButtonBase_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000158, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue_4) == 0x000159, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_2) == 0x000160, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetGameMenuActionBarFromPanel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsValid_ReturnValue_5) == 0x000168, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_GetCustomGI_ReturnValue_1) == 0x000170, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsObjectFavorite_IsFavorite) == 0x000178, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsObjectFavorite_IsFavorite' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000179, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Select_Default_2) == 0x000180, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel, K2Node_Event_IsDesignTime) == 0x000190, "Member 'WBP_GM_Luminas_Panel_C_ExecuteUbergraph_WBP_GM_Luminas_Panel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_LoadCharacter \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_LoadCharacter) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_LoadCharacter"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_LoadCharacter) == 0x000038, "Wrong size on WBP_GM_Luminas_Panel_C_LoadCharacter"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, CharacterData) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, CallFunc_GetPassiveEffectsSetManager_ReturnValue) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::CallFunc_GetPassiveEffectsSetManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, CallFunc_GetCustomGI_ReturnValue_1) == 0x000018, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, CallFunc_GetPassiveEffectsSetManager_ReturnValue_1) == 0x000020, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::CallFunc_GetPassiveEffectsSetManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_LoadCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_GM_Luminas_Panel_C_LoadCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_PreConstruct \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_GM_Luminas_Panel_C_PreConstruct"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_PreConstruct) == 0x000001, "Wrong size on WBP_GM_Luminas_Panel_C_PreConstruct"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_PreSelectLumina \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_PreSelectLumina) == 0x000004, "Wrong alignment on WBP_GM_Luminas_Panel_C_PreSelectLumina"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_PreSelectLumina) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_PreSelectLumina"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_PreSelectLumina, PassiveEffectID) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_PreSelectLumina::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_RebuildActionBarButtons \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_RebuildActionBarButtons) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_RebuildActionBarButtons"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_RebuildActionBarButtons) == 0x000008, "Wrong size on WBP_GM_Luminas_Panel_C_RebuildActionBarButtons"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RebuildActionBarButtons, ActionBarContainerWidget) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_RebuildActionBarButtons::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_RefreshLuminas \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_RefreshLuminas) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_RefreshLuminas"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_RefreshLuminas) == 0x000070, "Wrong size on WBP_GM_Luminas_Panel_C_RefreshLuminas"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short) == 0x000038, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_GetListItemObject_UserObjectListEntry_CastInput) == 0x000048, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_GetListItemObject_UserObjectListEntry_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_GetListItemObject_ReturnValue) == 0x000058, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000060, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_IsEquipped_IsEquipped) == 0x000069, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_IsEquipped_IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_RefreshLuminas, CallFunc_IsForbidden_IsForbidden) == 0x00006A, "Member 'WBP_GM_Luminas_Panel_C_RefreshLuminas::CallFunc_IsForbidden_IsForbidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_ResetLuminas \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_ResetLuminas) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_ResetLuminas"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_ResetLuminas) == 0x000078, "Wrong size on WBP_GM_Luminas_Panel_C_ResetLuminas"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_GetManuallyEquippedPassiveEffects_Array) == 0x000020, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_GetManuallyEquippedPassiveEffects_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short) == 0x000038, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_GetListItemObject_UserObjectListEntry_CastInput) == 0x000050, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_GetListItemObject_UserObjectListEntry_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_GetListItemObject_ReturnValue) == 0x000060, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000068, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_IsForbidden_IsForbidden) == 0x000071, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_IsForbidden_IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ResetLuminas, CallFunc_IsFromGear_IsFromGear) == 0x000072, "Member 'WBP_GM_Luminas_Panel_C_ResetLuminas::CallFunc_IsFromGear_IsFromGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials) == 0x000001, "Wrong alignment on WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials) == 0x000003, "Wrong size on WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials, CallFunc_HasPersistentFlag_Result) == 0x000001, "Member 'WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_GM_Luminas_Panel_C_StartLuminaMenuTutorials::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_ToggleLumina \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_ToggleLumina) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_ToggleLumina"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_ToggleLumina) == 0x000078, "Wrong size on WBP_GM_Luminas_Panel_C_ToggleLumina"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, PassiveEffectID) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::PassiveEffectID' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_GetDisplayedEntryWidgets_ReturnValue) == 0x000018, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_GetDisplayedEntryWidgets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_TryEquipLuminaPassive_Successful) == 0x000028, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_TryEquipLuminaPassive_Successful' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short) == 0x000040, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::K2Node_DynamicCast_AsWBP_GM_Lumina_Element_Short' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_GetListItemObject_UserObjectListEntry_CastInput) == 0x000050, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_GetListItemObject_UserObjectListEntry_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_GetListItemObject_ReturnValue) == 0x000060, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, K2Node_DynamicCast_AsBP_Passive_Effect_Instance) == 0x000068, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::K2Node_DynamicCast_AsBP_Passive_Effect_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_IsForbidden_IsForbidden) == 0x000071, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_IsForbidden_IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_ToggleLumina, CallFunc_Array_Contains_ReturnValue) == 0x000072, "Member 'WBP_GM_Luminas_Panel_C_ToggleLumina::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_UpdateLuminaPoints \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_UpdateLuminaPoints) == 0x000004, "Wrong alignment on WBP_GM_Luminas_Panel_C_UpdateLuminaPoints"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_UpdateLuminaPoints) == 0x00000C, "Wrong size on WBP_GM_Luminas_Panel_C_UpdateLuminaPoints"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminaPoints, CallFunc_GetMaxLuminaPoints_ReturnValue) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminaPoints::CallFunc_GetMaxLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminaPoints, CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue) == 0x000004, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminaPoints::CallFunc_GetCurrentlyUsedLuminaPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminaPoints, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminaPoints::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos) == 0x000038, "Wrong size on WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, CallFunc_GetPictosPassiveEffectInstances_PictoPassiveEffectInstances) == 0x000010, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::CallFunc_GetPictosPassiveEffectInstances_PictoPassiveEffectInstances' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_GM_Luminas_Panel_C_UpdateLuminasFromEquippedPictos::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_GM_Luminas_Panel_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_Luminas_Panel_C \ +static_assert(alignof(UWBP_GM_Luminas_Panel_C) == 0x000008, "Wrong alignment on UWBP_GM_Luminas_Panel_C"); \ +static_assert(sizeof(UWBP_GM_Luminas_Panel_C) == 0x000568, "Wrong size on UWBP_GM_Luminas_Panel_C"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_Luminas_Panel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, EditorSafeZone) == 0x000438, "Member 'UWBP_GM_Luminas_Panel_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, GoToPictosButton) == 0x000440, "Member 'UWBP_GM_Luminas_Panel_C::GoToPictosButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, LuminaFromEquippedPictosList) == 0x000448, "Member 'UWBP_GM_Luminas_Panel_C::LuminaFromEquippedPictosList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, LuminaPoints) == 0x000450, "Member 'UWBP_GM_Luminas_Panel_C::LuminaPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, LuminasList) == 0x000458, "Member 'UWBP_GM_Luminas_Panel_C::LuminasList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, OpenPassiveEffectsSetModalButton) == 0x000460, "Member 'UWBP_GM_Luminas_Panel_C::OpenPassiveEffectsSetModalButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, PictoIcon) == 0x000468, "Member 'UWBP_GM_Luminas_Panel_C::PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, PictosNotificationBullet) == 0x000470, "Member 'UWBP_GM_Luminas_Panel_C::PictosNotificationBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, TutoSelectorBox) == 0x000478, "Member 'UWBP_GM_Luminas_Panel_C::TutoSelectorBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_CommonBoundActionButton_Back) == 0x000480, "Member 'UWBP_GM_Luminas_Panel_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_CommonBoundActionButton_Enable) == 0x000488, "Member 'UWBP_GM_Luminas_Panel_C::WBP_CommonBoundActionButton_Enable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_CommonBoundActionButton_Reset) == 0x000490, "Member 'UWBP_GM_Luminas_Panel_C::WBP_CommonBoundActionButton_Reset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_CommonBoundActionButton_ToggleFavorite) == 0x000498, "Member 'UWBP_GM_Luminas_Panel_C::WBP_CommonBoundActionButton_ToggleFavorite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_DPIScaleBox) == 0x0004A0, "Member 'UWBP_GM_Luminas_Panel_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_GM_CharacterSheet) == 0x0004A8, "Member 'UWBP_GM_Luminas_Panel_C::WBP_GM_CharacterSheet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, WBP_InputActionBinding) == 0x0004B0, "Member 'UWBP_GM_Luminas_Panel_C::WBP_InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, CurrentCharacterData) == 0x0004B8, "Member 'UWBP_GM_Luminas_Panel_C::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, PreviewCharacterData) == 0x0004C0, "Member 'UWBP_GM_Luminas_Panel_C::PreviewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, OnRequestLockCharacterSwitch) == 0x0004C8, "Member 'UWBP_GM_Luminas_Panel_C::OnRequestLockCharacterSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, DummyDispatcher_SortLumina) == 0x0004D8, "Member 'UWBP_GM_Luminas_Panel_C::DummyDispatcher_SortLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, SD_EquipLumina) == 0x0004E8, "Member 'UWBP_GM_Luminas_Panel_C::SD_EquipLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, SD_UnequipLumina) == 0x0004F8, "Member 'UWBP_GM_Luminas_Panel_C::SD_UnequipLumina' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, OnGoToPictosButtonClicked) == 0x000508, "Member 'UWBP_GM_Luminas_Panel_C::OnGoToPictosButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, IsNavigatedEffectEquipped) == 0x000518, "Member 'UWBP_GM_Luminas_Panel_C::IsNavigatedEffectEquipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, Tutorials) == 0x000520, "Member 'UWBP_GM_Luminas_Panel_C::Tutorials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, CurrentTutorialIndex) == 0x000530, "Member 'UWBP_GM_Luminas_Panel_C::CurrentTutorialIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, Area_Highlight_Widget) == 0x000538, "Member 'UWBP_GM_Luminas_Panel_C::Area_Highlight_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, SD_OnActivated) == 0x000540, "Member 'UWBP_GM_Luminas_Panel_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, SD_OnDeactivated) == 0x000550, "Member 'UWBP_GM_Luminas_Panel_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Luminas_Panel_C, FocusedPassiveEffectID) == 0x000560, "Member 'UWBP_GM_Luminas_Panel_C::FocusedPassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager) == 0x000008, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager) == 0x000158, "Wrong size on AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, EntryPoint) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x000004, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000005, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000010, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_GetSplineLength_ReturnValue) == 0x000028, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, Temp_wildcard_Variable) == 0x000090, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000108, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, K2Node_MakeArray_Array) == 0x000120, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Conv_VectorToString_ReturnValue) == 0x000130, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_Format_ReturnValue) == 0x000140, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000150, "Member 'AC_jRPG_DynamicCameraManager_C_ExecuteUbergraph_AC_jRPG_DynamicCameraManager::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_LoadBattleMap \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_LoadBattleMap) == 0x000008, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_LoadBattleMap"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_LoadBattleMap) == 0x000008, "Wrong size on AC_jRPG_DynamicCameraManager_C_LoadBattleMap"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_LoadBattleMap, BattleMapBP_0) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_LoadBattleMap::BattleMapBP_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_ReceiveTick \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_ReceiveTick"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_ReceiveTick) == 0x000004, "Wrong size on AC_jRPG_DynamicCameraManager_C_ReceiveTick"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant) == 0x000008, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant) == 0x000008, "Wrong size on AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_SetAsViewTargetInstant::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath) == 0x000008, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath) == 0x000328, "Wrong size on AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, PathID) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::PathID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, RandomStartDistance) == 0x000008, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::RandomStartDistance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, Loop) == 0x000009, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::Loop' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, UpdatePathLocation) == 0x00000A, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::UpdatePathLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, NewLocation) == 0x000010, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, local_RequestedPathID) == 0x000028, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::local_RequestedPathID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, local_PatchedPathID) == 0x000030, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::local_PatchedPathID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000038, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_ShouldEnableBattleCameraMovements_Enable) == 0x000040, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_ShouldEnableBattleCameraMovements_Enable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000041, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, Temp_name_Variable) == 0x000044, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetBattleManager_ReturnValue) == 0x000050, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetTurnCount_TurnCount) == 0x000058, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetTurnCount_TurnCount' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_MakeStruct_CameraAnimationParams) == 0x000060, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, Temp_bool_Variable) == 0x0000A9, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetPlayerController_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_Select_Default) == 0x0000B8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_PlayCameraAnimation_ReturnValue) == 0x0000C0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_SwitchName_CmpSuccess) == 0x0000C4, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Conv_NameToString_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0000E0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Conv_VectorToString_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Conv_NameToText_ReturnValue) == 0x000110, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_MakeStruct_FormatArgumentData) == 0x000120, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_MakeStruct_FormatArgumentData_1) == 0x000168, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, K2Node_MakeArray_Array) == 0x0001B0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_GetSplineLength_ReturnValue) == 0x0001D0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0001D8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0002D0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_RandomFloatInRange_ReturnValue) == 0x0002D8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0002E0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0002F0, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Concat_StrStr_ReturnValue) == 0x0002F8, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_SelectFloat_ReturnValue) == 0x000308, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Map_Find_Value) == 0x000310, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Map_Find_ReturnValue) == 0x000318, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000320, "Member 'AC_jRPG_DynamicCameraManager_C_SetNewDynamicPath::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors) == 0x000010, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors) == 0x000100, "Wrong size on AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, local_PrefabCameraList) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::local_PrefabCameraList' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, Temp_int_Array_Index_Variable) == 0x000010, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, Temp_wildcard_Variable) == 0x000020, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000098, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, Temp_int_Array_Index_Variable_1) == 0x0000A0, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path) == 0x0000B8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::K2Node_DynamicCast_AsBP_J_RPG_Dynamic_Camera_Path' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Array_Add_ReturnValue) == 0x0000C4, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_GetAllChildActors_ChildActors) == 0x0000C8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, Temp_int_Loop_Counter_Variable_1) == 0x0000F0, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F4, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F8, "Member 'AC_jRPG_DynamicCameraManager_C_StoreDynamicPathActors::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot \ +static_assert(alignof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot) == 0x000008, "Wrong alignment on AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot"); \ +static_assert(sizeof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot) == 0x0001B0, "Wrong size on AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, PathTime) == 0x000000, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::PathTime' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, IsTargeting_0) == 0x000008, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::IsTargeting_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, Temp_bool_Variable) == 0x000009, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000028, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_ShouldEnableBattleCameraMovements_Enable) == 0x00002A, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_ShouldEnableBattleCameraMovements_Enable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, Temp_real_Variable) == 0x000030, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, K2Node_Select_Default) == 0x000040, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_GetCameraFocusPoint_FocusLocation) == 0x000048, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_GetCameraFocusPoint_FocusLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_FindLookAtRotation_ReturnValue) == 0x000078, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_SetActorRotation_ReturnValue_1) == 0x000090, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_SetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_GetPathLocationAtDistance_WorldLocation) == 0x000098, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_GetPathLocationAtDistance_WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000B0, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001A8, "Member 'AC_jRPG_DynamicCameraManager_C_UpdateCameraLocAndRot::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_DynamicCameraManager_C \ +static_assert(alignof(UAC_jRPG_DynamicCameraManager_C) == 0x000010, "Wrong alignment on UAC_jRPG_DynamicCameraManager_C"); \ +static_assert(sizeof(UAC_jRPG_DynamicCameraManager_C) == 0x000860, "Wrong size on UAC_jRPG_DynamicCameraManager_C"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_DynamicCameraManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, DefaultPathID) == 0x0000A8, "Member 'UAC_jRPG_DynamicCameraManager_C::DefaultPathID' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, CameraActor) == 0x0000B0, "Member 'UAC_jRPG_DynamicCameraManager_C::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, DynamicCameraPaths) == 0x0000B8, "Member 'UAC_jRPG_DynamicCameraManager_C::DynamicCameraPaths' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, ActiveCameraPath) == 0x000108, "Member 'UAC_jRPG_DynamicCameraManager_C::ActiveCameraPath' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, PathDistance) == 0x000110, "Member 'UAC_jRPG_DynamicCameraManager_C::PathDistance' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, Speed) == 0x000118, "Member 'UAC_jRPG_DynamicCameraManager_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, LoopEnabled) == 0x000120, "Member 'UAC_jRPG_DynamicCameraManager_C::LoopEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, UseAutoCameraManagement) == 0x000121, "Member 'UAC_jRPG_DynamicCameraManager_C::UseAutoCameraManagement' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, CameraPostProcess) == 0x000130, "Member 'UAC_jRPG_DynamicCameraManager_C::CameraPostProcess' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, Battlemap_Prefab) == 0x000820, "Member 'UAC_jRPG_DynamicCameraManager_C::Battlemap_Prefab' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, LastPathID) == 0x000828, "Member 'UAC_jRPG_DynamicCameraManager_C::LastPathID' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, LastLocation) == 0x000830, "Member 'UAC_jRPG_DynamicCameraManager_C::LastLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, LastUpdatePathLocation) == 0x000848, "Member 'UAC_jRPG_DynamicCameraManager_C::LastUpdatePathLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, BattleMapBP) == 0x000850, "Member 'UAC_jRPG_DynamicCameraManager_C::BattleMapBP' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_DynamicCameraManager_C, IsTargeting) == 0x000858, "Member 'UAC_jRPG_DynamicCameraManager_C::IsTargeting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher) == 0x000020, "Wrong size on WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_bool_Variable) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, Temp_byte_Variable) == 0x000001, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_Map_Find_Value) == 0x000003, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_Map_Find_ReturnValue) == 0x000004, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_Select_Default) == 0x000005, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_DynamicCast_AsCommon_Activatable_Widget) == 0x000010, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_DynamicCast_AsCommon_Activatable_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_ActivateCurrentWidgetInSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview) == 0x00000C, "Wrong size on WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview, CallFunc_GetLastFocusedSkillSlot_LastFocusedSkillSlot) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview::CallFunc_GetLastFocusedSkillSlot_LastFocusedSkillSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_BackToCharacterOverview::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature, InSlotIndex) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_11_OnSkillClicked__DelegateSignature::InSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature, PassiveEffectID) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_12_OnLuminaClicked__DelegateSignature::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature, PictoIndex) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_CharacterOverview_K2Node_ComponentBoundEvent_9_OnPictoClicked__DelegateSignature::PictoIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature, ShouldLock) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_GM_SkillsPanel_K2Node_ComponentBoundEvent_3_OnRequestLockCharacterSwitch__DelegateSignature::ShouldLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature, ShouldLock) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_0_OnRequestLockCharacterSwitch__DelegateSignature::ShouldLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature, PassiveEffectID) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Pictos_K2Node_ComponentBoundEvent_10_OnGoToLuminaButtonClicked__DelegateSignature::PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature, SkillData) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_SkillTree_K2Node_ComponentBoundEvent_6_OnSkillAssignClicked__DelegateSignature::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature, WeaponViewItem) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_CharacterMenuContainer_WBP_Panel_Weapon_K2Node_ComponentBoundEvent_4_OnEquippedWeaponChanged__DelegateSignature::WeaponViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature, NewCharacter) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BndEvt__WBP_GM_TeamMenu_WBP_CharacterSelector_K2Node_ComponentBoundEvent_1_OnSelectedCharacterChanged__DelegateSignature::NewCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction) == 0x000004, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction) == 0x00002C, "Wrong size on WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_GetActiveWidgetIndex_ReturnValue_1) == 0x00000C, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_GetActiveWidgetIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_IsInSelectionState_IsInSelectionState) == 0x000011, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_IsInSelectionState_IsInSelectionState' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_GetActiveWidgetIndex_ReturnValue_2) == 0x000014, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_GetActiveWidgetIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_IsInSelectionState_IsInSelectionState_1) == 0x000019, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_IsInSelectionState_IsInSelectionState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_GetActiveWidgetIndex_ReturnValue_3) == 0x00001C, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_GetActiveWidgetIndex_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000020, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_GetActiveWidgetIndex_ReturnValue_4) == 0x000024, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_GetActiveWidgetIndex_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000028, "Member 'WBP_GM_CharacterMenuContainer_C_BP_OnHandleBackAction::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_DeactivateCurrentWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer) == 0x0002B0, "Wrong size on WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, EntryPoint) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, Temp_class_Variable) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ClassDynamicCast_AsBP_Weapon_Skin) == 0x000010, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ClassDynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ClassDynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_IsValidClass_ReturnValue) == 0x000019, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000030, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_CustomEvent_Loaded) == 0x000038, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_NewCharacter) == 0x000060, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_NewCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_DynamicCast_AsWBPI_GM_Character_Page) == 0x000068, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_DynamicCast_AsWBPI_GM_Character_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_GetCharactersDataLeftToRight_OrderedCharacters) == 0x000080, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_GetCharactersDataLeftToRight_OrderedCharacters' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_ShouldLock_1) == 0x000090, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_ShouldLock_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_CreateDelegate_OutputDelegate_2) == 0x000094, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_CustomEvent_ShouldLock) == 0x0000C4, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_CustomEvent_ShouldLock' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_PictoIndex) == 0x0000D0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_PictoIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_InSlotIndex) == 0x0000D4, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_InSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_PassiveEffectID_1) == 0x0000D8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_PassiveEffectID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_ShouldLock) == 0x0000E0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_ShouldLock' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_SkillData) == 0x0000E8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_WeaponViewItem) == 0x0000F0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_WeaponViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_MakeMap_Map) == 0x0000F8, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_GetItemDynamicData_ItemDynamicData) == 0x000148, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_GetItemDynamicData_ItemDynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_DynamicCast_AsBP_Data_Asset_Weapon) == 0x000280, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_DynamicCast_AsBP_Data_Asset_Weapon' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_DynamicCast_bSuccess_1) == 0x000288, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000289, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000290, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, Temp_int_Loop_Counter_Variable_1) == 0x000298, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Less_IntInt_ReturnValue_1) == 0x00029C, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002A0, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer, K2Node_ComponentBoundEvent_PassiveEffectID) == 0x0002A4, "Member 'WBP_GM_CharacterMenuContainer_C_ExecuteUbergraph_WBP_GM_CharacterMenuContainer::K2Node_ComponentBoundEvent_PassiveEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus) == 0x000078, "Wrong size on WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CharacterData) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, HasNotification) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::HasNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_ShouldShowOnlyCurrentTabNotificationDots_ReturnValue) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_ShouldShowOnlyCurrentTabNotificationDots_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, K2Node_DynamicCast_AsWBPI_GM_Character_Page) == 0x000040, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::K2Node_DynamicCast_AsWBPI_GM_Character_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_BPI_GetCharacterNotificationState_HasNotification) == 0x000052, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_BPI_GetCharacterNotificationState_HasNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_GetActiveWidget_ReturnValue) == 0x000058, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, K2Node_DynamicCast_AsWBPI_GM_Character_Page_1) == 0x000060, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::K2Node_DynamicCast_AsWBPI_GM_Character_Page_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus, CallFunc_BPI_GetCharacterNotificationState_HasNotification_1) == 0x000071, "Member 'WBP_GM_CharacterMenuContainer_C_GetCharacterNotificationStatus::CallFunc_BPI_GetCharacterNotificationState_HasNotification_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget) == 0x000050, "Wrong size on WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_AsBPI_Read_Only_Control) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_AsBPI_Read_Only_Control' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_AsBPI_Read_Only_Control_1) == 0x000020, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_AsBPI_Read_Only_Control_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, CallFunc_GetBoolCVar_ReturnValue) == 0x000031, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_AsWBPI_GM_Character_Page) == 0x000038, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_AsWBPI_GM_Character_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'WBP_GM_CharacterMenuContainer_C_LoadCurrentCharacterWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested, ShouldLock) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_OnCharacterLockRequested::ShouldLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55 \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55) == 0x000008, "Wrong size on WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55, Loaded) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_OnLoaded_7B53D4414B98BB08CA1B05B80518FC55::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher) == 0x000010, "Wrong size on WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, InActiveWidget) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::InActiveWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, Temp_bool_Variable) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, Temp_byte_Variable) == 0x000009, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00000B, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher, K2Node_Select_Default) == 0x00000C, "Member 'WBP_GM_CharacterMenuContainer_C_SetActiveWidgetInMenuSwitcher::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed, Allowed) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_SetCharacterChangesAllowed::Allowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed, IsBackAllowed_0) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_SetIsBackAllowed::IsBackAllowed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots) == 0x000001, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots) == 0x000001, "Wrong size on WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots, ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_ShouldShowOnlyCurrentTabNotificationDots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus) == 0x000030, "Wrong size on WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_GetCharacterNotificationStatus_HasNotification) == 0x000019, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_GetCharacterNotificationStatus_HasNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Map_Find_Value) == 0x000020, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_GM_CharacterMenuContainer_C_UpdateNotificationStatus::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_GM_CharacterMenuContainer_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_CharacterMenuContainer_C \ +static_assert(alignof(UWBP_GM_CharacterMenuContainer_C) == 0x000008, "Wrong alignment on UWBP_GM_CharacterMenuContainer_C"); \ +static_assert(sizeof(UWBP_GM_CharacterMenuContainer_C) == 0x000580, "Wrong size on UWBP_GM_CharacterMenuContainer_C"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_CharacterMenuContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, Anim_Appear) == 0x000438, "Member 'UWBP_GM_CharacterMenuContainer_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, CharacterMenuSwitcher) == 0x000440, "Member 'UWBP_GM_CharacterMenuContainer_C::CharacterMenuSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, PanelStatsBackground) == 0x000448, "Member 'UWBP_GM_CharacterMenuContainer_C::PanelStatsBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_CharacterSelector) == 0x000450, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_CharacterSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_GM_CharacterOverview) == 0x000458, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_GM_CharacterOverview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_GM_Luminas_Panel) == 0x000460, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_GM_Luminas_Panel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_GM_SkillsPanel) == 0x000468, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_GM_SkillsPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_Panel_CharacterCustomization) == 0x000470, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_Panel_CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_Panel_Pictos) == 0x000478, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_Panel_Pictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_Panel_SkillTree) == 0x000480, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_Panel_SkillTree' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_Panel_Stats) == 0x000488, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_Panel_Stats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_Panel_Weapon) == 0x000490, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_Panel_Weapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, WBP_WidescreenRatioBox) == 0x000498, "Member 'UWBP_GM_CharacterMenuContainer_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, CurrentActiveWidget) == 0x0004A0, "Member 'UWBP_GM_CharacterMenuContainer_C::CurrentActiveWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, GameMenuScene) == 0x0004A8, "Member 'UWBP_GM_CharacterMenuContainer_C::GameMenuScene' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, OnBackPressed) == 0x0004B0, "Member 'UWBP_GM_CharacterMenuContainer_C::OnBackPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, OnSelectedCharacterChanged) == 0x0004C0, "Member 'UWBP_GM_CharacterMenuContainer_C::OnSelectedCharacterChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, SD_OnTabChanged) == 0x0004D0, "Member 'UWBP_GM_CharacterMenuContainer_C::SD_OnTabChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, SD_OnBack) == 0x0004E0, "Member 'UWBP_GM_CharacterMenuContainer_C::SD_OnBack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, IsBackAllowed) == 0x0004F0, "Member 'UWBP_GM_CharacterMenuContainer_C::IsBackAllowed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, AllowCharacterChanges) == 0x0004F1, "Member 'UWBP_GM_CharacterMenuContainer_C::AllowCharacterChanges' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, NextSwitcherTarget) == 0x0004F8, "Member 'UWBP_GM_CharacterMenuContainer_C::NextSwitcherTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, OnActivePageChanged) == 0x000500, "Member 'UWBP_GM_CharacterMenuContainer_C::OnActivePageChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, MenuPageMap) == 0x000510, "Member 'UWBP_GM_CharacterMenuContainer_C::MenuPageMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, SD_OnActivated) == 0x000560, "Member 'UWBP_GM_CharacterMenuContainer_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_CharacterMenuContainer_C, SD_OnDeactivated) == 0x000570, "Member 'UWBP_GM_CharacterMenuContainer_C::SD_OnDeactivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetAllTrailsOnWeaponL \ +static_assert(alignof(BP_WeaponSkin_C_GetAllTrailsOnWeaponL) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetAllTrailsOnWeaponL"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetAllTrailsOnWeaponL) == 0x000010, "Wrong size on BP_WeaponSkin_C_GetAllTrailsOnWeaponL"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllTrailsOnWeaponL, TrailsArrayL) == 0x000000, "Member 'BP_WeaponSkin_C_GetAllTrailsOnWeaponL::TrailsArrayL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetAllTrailsOnWeaponR \ +static_assert(alignof(BP_WeaponSkin_C_GetAllTrailsOnWeaponR) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetAllTrailsOnWeaponR"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetAllTrailsOnWeaponR) == 0x000010, "Wrong size on BP_WeaponSkin_C_GetAllTrailsOnWeaponR"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllTrailsOnWeaponR, TrailsArrayR) == 0x000000, "Member 'BP_WeaponSkin_C_GetAllTrailsOnWeaponR::TrailsArrayR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_UserConstructionScript \ +static_assert(alignof(BP_WeaponSkin_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_UserConstructionScript"); \ +static_assert(sizeof(BP_WeaponSkin_C_UserConstructionScript) == 0x000050, "Wrong size on BP_WeaponSkin_C_UserConstructionScript"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, Temp_wildcard_Variable) == 0x000000, "Member 'BP_WeaponSkin_C_UserConstructionScript::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_EditorValidatePartsGetters_HasErrors) == 0x000010, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_EditorValidatePartsGetters_HasErrors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_EditorValidatePartsGetters_Errors) == 0x000018, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_EditorValidatePartsGetters_Errors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_IsPackagedBuild_ReturnValue) == 0x000028, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_IsInPlayMode_ReturnValue) == 0x000029, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_GetAllWeaponLParts_MeshComponentL) == 0x000030, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_GetAllWeaponLParts_MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UserConstructionScript, CallFunc_GetAllWeaponRParts_MeshComponentR) == 0x000040, "Member 'BP_WeaponSkin_C_UserConstructionScript::CallFunc_GetAllWeaponRParts_MeshComponentR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_EditorCheckData \ +static_assert(alignof(BP_WeaponSkin_C_EditorCheckData) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_EditorCheckData"); \ +static_assert(sizeof(BP_WeaponSkin_C_EditorCheckData) == 0x0000A0, "Wrong size on BP_WeaponSkin_C_EditorCheckData"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, CallFunc_EditorValidatePartsGetters_HasErrors) == 0x000000, "Member 'BP_WeaponSkin_C_EditorCheckData::CallFunc_EditorValidatePartsGetters_HasErrors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, CallFunc_EditorValidatePartsGetters_Errors) == 0x000008, "Member 'BP_WeaponSkin_C_EditorCheckData::CallFunc_EditorValidatePartsGetters_Errors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, CallFunc_JoinStringArray_ReturnValue) == 0x000018, "Member 'BP_WeaponSkin_C_EditorCheckData::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_WeaponSkin_C_EditorCheckData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_WeaponSkin_C_EditorCheckData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_WeaponSkin_C_EditorCheckData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorCheckData, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_WeaponSkin_C_EditorCheckData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_EditorValidatePartsGetters \ +static_assert(alignof(BP_WeaponSkin_C_EditorValidatePartsGetters) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_EditorValidatePartsGetters"); \ +static_assert(sizeof(BP_WeaponSkin_C_EditorValidatePartsGetters) == 0x0001F0, "Wrong size on BP_WeaponSkin_C_EditorValidatePartsGetters"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, HasErrors) == 0x000000, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::HasErrors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Errors) == 0x000008, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Errors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, local_errors) == 0x000018, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::local_errors' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Temp_wildcard_Variable) == 0x000038, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetCollisionEnabled_ReturnValue) == 0x0000C8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x0000F8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, Temp_wildcard_Temp_buffer_array_Variable) == 0x000108, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000118, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00012C, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x000130, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL) == 0x000140, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_IsValid) == 0x000150, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_ErrorMessage) == 0x000158, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_IsValid_1) == 0x000168, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_ErrorMessage_1) == 0x000170, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_ErrorMessage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Add_ReturnValue_1) == 0x000180, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Add_ReturnValue_2) == 0x000184, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Not_PreBool_ReturnValue) == 0x000188, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Not_PreBool_ReturnValue_1) == 0x000189, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetAllWeaponRParts_MeshComponentR) == 0x000190, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetAllWeaponRParts_MeshComponentR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_IsValid_2) == 0x0001A0, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_IsValid_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_ErrorMessage_2) == 0x0001A8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_ErrorMessage_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_GetAllWeaponLParts_MeshComponentL) == 0x0001B8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_GetAllWeaponLParts_MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Add_ReturnValue_3) == 0x0001C8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_IsValid_3) == 0x0001CC, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_IsValid_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_ValidateObjectArray_ErrorMessage_3) == 0x0001D0, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_ValidateObjectArray_ErrorMessage_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001E0, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Array_Add_ReturnValue_4) == 0x0001E4, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_EditorValidatePartsGetters, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001E8, "Member 'BP_WeaponSkin_C_EditorValidatePartsGetters::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SpawnFXOnWeaponRParts \ +static_assert(alignof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SpawnFXOnWeaponRParts"); \ +static_assert(sizeof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts) == 0x000040, "Wrong size on BP_WeaponSkin_C_SpawnFXOnWeaponRParts"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_GetAllWeaponRParts_MeshComponentR) == 0x000010, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_GetAllWeaponRParts_MeshComponentR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponRParts, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000038, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponRParts::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SpawnFXOnWeaponLParts \ +static_assert(alignof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SpawnFXOnWeaponLParts"); \ +static_assert(sizeof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts) == 0x000048, "Wrong size on BP_WeaponSkin_C_SpawnFXOnWeaponLParts"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_GetAllWeaponLParts_MeshComponentL) == 0x000010, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_GetAllWeaponLParts_MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000038, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SpawnFXOnWeaponLParts, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_WeaponSkin_C_SpawnFXOnWeaponLParts::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetAllWeaponLParts \ +static_assert(alignof(BP_WeaponSkin_C_GetAllWeaponLParts) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetAllWeaponLParts"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetAllWeaponLParts) == 0x000020, "Wrong size on BP_WeaponSkin_C_GetAllWeaponLParts"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllWeaponLParts, MeshComponentL) == 0x000000, "Member 'BP_WeaponSkin_C_GetAllWeaponLParts::MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllWeaponLParts, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_WeaponSkin_C_GetAllWeaponLParts::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetAllWeaponRParts \ +static_assert(alignof(BP_WeaponSkin_C_GetAllWeaponRParts) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetAllWeaponRParts"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetAllWeaponRParts) == 0x000020, "Wrong size on BP_WeaponSkin_C_GetAllWeaponRParts"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllWeaponRParts, MeshComponentR) == 0x000000, "Member 'BP_WeaponSkin_C_GetAllWeaponRParts::MeshComponentR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetAllWeaponRParts, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_WeaponSkin_C_GetAllWeaponRParts::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_WeaponSummon_Instant \ +static_assert(alignof(BP_WeaponSkin_C_WeaponSummon_Instant) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_WeaponSummon_Instant"); \ +static_assert(sizeof(BP_WeaponSkin_C_WeaponSummon_Instant) == 0x000020, "Wrong size on BP_WeaponSkin_C_WeaponSummon_Instant"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, R) == 0x000000, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, L) == 0x000001, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::L' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, Unsummon) == 0x000002, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::Unsummon' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponSummon_Instant, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_WeaponSkin_C_WeaponSummon_Instant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed \ +static_assert(alignof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed) == 0x000070, "Wrong size on BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, Velocity) == 0x000000, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, Speed) == 0x000018, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, Temp_wildcard_Variable) == 0x000038, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed, CallFunc_VSize_ReturnValue) == 0x000068, "Member 'BP_WeaponSkin_C_GetWeaponR_VelocityAndSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed \ +static_assert(alignof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed"); \ +static_assert(sizeof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed) == 0x000070, "Wrong size on BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, Velocity) == 0x000000, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, Speed) == 0x000018, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, Temp_wildcard_Variable) == 0x000020, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, CallFunc_VSize_ReturnValue) == 0x000050, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BP_WeaponSkin_C_GetWeaponL_VelocityAndSpeed::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetGlow \ +static_assert(alignof(BP_WeaponSkin_C_SetGlow) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SetGlow"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetGlow) == 0x000008, "Wrong size on BP_WeaponSkin_C_SetGlow"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetGlow, Glow_0) == 0x000000, "Member 'BP_WeaponSkin_C_SetGlow::Glow_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetEmissive_Color \ +static_assert(alignof(BP_WeaponSkin_C_SetEmissive_Color) == 0x000004, "Wrong alignment on BP_WeaponSkin_C_SetEmissive_Color"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetEmissive_Color) == 0x000010, "Wrong size on BP_WeaponSkin_C_SetEmissive_Color"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetEmissive_Color, Emissive_Color_0) == 0x000000, "Member 'BP_WeaponSkin_C_SetEmissive_Color::Emissive_Color_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_UpdateVisualParameters \ +static_assert(alignof(BP_WeaponSkin_C_UpdateVisualParameters) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_UpdateVisualParameters"); \ +static_assert(sizeof(BP_WeaponSkin_C_UpdateVisualParameters) == 0x000088, "Wrong size on BP_WeaponSkin_C_UpdateVisualParameters"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_GetAllWeaponLParts_MeshComponentL) == 0x000010, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_GetAllWeaponLParts_MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_IsValid_ReturnValue) == 0x00002D, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_GetAllWeaponRParts_MeshComponentR) == 0x000030, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_GetAllWeaponRParts_MeshComponentR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x000040, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL) == 0x000058, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, Temp_int_Array_Index_Variable_1) == 0x00006C, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdateVisualParameters, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_WeaponSkin_C_UpdateVisualParameters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetColor \ +static_assert(alignof(BP_WeaponSkin_C_SetColor) == 0x000004, "Wrong alignment on BP_WeaponSkin_C_SetColor"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetColor) == 0x000010, "Wrong size on BP_WeaponSkin_C_SetColor"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetColor, Color_0) == 0x000000, "Member 'BP_WeaponSkin_C_SetColor::Color_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_UpdatePermeate \ +static_assert(alignof(BP_WeaponSkin_C_UpdatePermeate) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_UpdatePermeate"); \ +static_assert(sizeof(BP_WeaponSkin_C_UpdatePermeate) == 0x000170, "Wrong size on BP_WeaponSkin_C_UpdatePermeate"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, SkeletalMesh) == 0x000000, "Member 'BP_WeaponSkin_C_UpdatePermeate::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, PermeateType) == 0x000008, "Member 'BP_WeaponSkin_C_UpdatePermeate::PermeateType' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, PermeateIntensity) == 0x000009, "Member 'BP_WeaponSkin_C_UpdatePermeate::PermeateIntensity' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, TrailWidth) == 0x00000C, "Member 'BP_WeaponSkin_C_UpdatePermeate::TrailWidth' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable) == 0x000010, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_1) == 0x000058, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_2) == 0x000060, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_3) == 0x000068, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_4) == 0x000070, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_5) == 0x000078, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_6) == 0x000080, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_7) == 0x000088, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_byte_Variable) == 0x000090, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_8) == 0x000098, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_9) == 0x0000A0, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_10) == 0x0000A8, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_11) == 0x0000B0, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_12) == 0x0000B8, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_13) == 0x0000C0, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_14) == 0x0000C8, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_15) == 0x0000D0, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_16) == 0x0000D8, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_int_Array_Index_Variable) == 0x0000E0, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, K2Node_Select_Default) == 0x0000E8, "Member 'BP_WeaponSkin_C_UpdatePermeate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0000F0, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_object_Variable_17) == 0x0000F8, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_byte_Variable_1) == 0x000100, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_real_Variable) == 0x000104, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, K2Node_Select_Default_1) == 0x000108, "Member 'BP_WeaponSkin_C_UpdatePermeate::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_real_Variable_1) == 0x000110, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_real_Variable_2) == 0x000114, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_real_Variable_3) == 0x000118, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_int_Loop_Counter_Variable) == 0x00011C, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x000128, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, Temp_byte_Variable_2) == 0x000138, "Member 'BP_WeaponSkin_C_UpdatePermeate::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000148, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, K2Node_Select_Default_2) == 0x000150, "Member 'BP_WeaponSkin_C_UpdatePermeate::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Array_Length_ReturnValue) == 0x000154, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Less_IntInt_ReturnValue) == 0x000158, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000160, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeate, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000168, "Member 'BP_WeaponSkin_C_UpdatePermeate::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_IfNotLinkedUpdateColorR \ +static_assert(alignof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_IfNotLinkedUpdateColorR"); \ +static_assert(sizeof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR) == 0x000088, "Wrong size on BP_WeaponSkin_C_IfNotLinkedUpdateColorR"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, Color_0) == 0x000000, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::Color_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, EmissiveColor) == 0x000010, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000020, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x000040, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x000058, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorR, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorR::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_IfNotLinkedUpdateColorL \ +static_assert(alignof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_IfNotLinkedUpdateColorL"); \ +static_assert(sizeof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL) == 0x000088, "Wrong size on BP_WeaponSkin_C_IfNotLinkedUpdateColorL"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, Color_0) == 0x000000, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::Color_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, EmissiveColor) == 0x000010, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000020, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x000040, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL) == 0x000058, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_IfNotLinkedUpdateColorL, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_WeaponSkin_C_IfNotLinkedUpdateColorL::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetWeaponTrailParameter \ +static_assert(alignof(BP_WeaponSkin_C_SetWeaponTrailParameter) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SetWeaponTrailParameter"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetWeaponTrailParameter) == 0x000038, "Wrong size on BP_WeaponSkin_C_SetWeaponTrailParameter"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, Trail) == 0x000000, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::Trail' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x00002C, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponTrailParameter, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000030, "Member 'BP_WeaponSkin_C_SetWeaponTrailParameter::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetWeaponMaterialParameter \ +static_assert(alignof(BP_WeaponSkin_C_SetWeaponMaterialParameter) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SetWeaponMaterialParameter"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetWeaponMaterialParameter) == 0x000040, "Wrong size on BP_WeaponSkin_C_SetWeaponMaterialParameter"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponMaterialParameter, weapon) == 0x000000, "Member 'BP_WeaponSkin_C_SetWeaponMaterialParameter::weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponMaterialParameter, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000008, "Member 'BP_WeaponSkin_C_SetWeaponMaterialParameter::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponMaterialParameter, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x000020, "Member 'BP_WeaponSkin_C_SetWeaponMaterialParameter::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponMaterialParameter, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000038, "Member 'BP_WeaponSkin_C_SetWeaponMaterialParameter::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetWeaponMaterialParameter, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x00003C, "Member 'BP_WeaponSkin_C_SetWeaponMaterialParameter::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_UpdatePermeateFeedback \ +static_assert(alignof(BP_WeaponSkin_C_UpdatePermeateFeedback) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_UpdatePermeateFeedback"); \ +static_assert(sizeof(BP_WeaponSkin_C_UpdatePermeateFeedback) == 0x000002, "Wrong size on BP_WeaponSkin_C_UpdatePermeateFeedback"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeateFeedback, PermeateType) == 0x000000, "Member 'BP_WeaponSkin_C_UpdatePermeateFeedback::PermeateType' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_UpdatePermeateFeedback, PermeateIntensity) == 0x000001, "Member 'BP_WeaponSkin_C_UpdatePermeateFeedback::PermeateIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_ActivateTrails \ +static_assert(alignof(BP_WeaponSkin_C_ActivateTrails) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_ActivateTrails"); \ +static_assert(sizeof(BP_WeaponSkin_C_ActivateTrails) == 0x000003, "Wrong size on BP_WeaponSkin_C_ActivateTrails"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateTrails, AllTrails) == 0x000000, "Member 'BP_WeaponSkin_C_ActivateTrails::AllTrails' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateTrails, R) == 0x000001, "Member 'BP_WeaponSkin_C_ActivateTrails::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateTrails, L) == 0x000002, "Member 'BP_WeaponSkin_C_ActivateTrails::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_DeactivateTrails \ +static_assert(alignof(BP_WeaponSkin_C_DeactivateTrails) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_DeactivateTrails"); \ +static_assert(sizeof(BP_WeaponSkin_C_DeactivateTrails) == 0x000003, "Wrong size on BP_WeaponSkin_C_DeactivateTrails"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateTrails, AllTrails) == 0x000000, "Member 'BP_WeaponSkin_C_DeactivateTrails::AllTrails' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateTrails, R) == 0x000001, "Member 'BP_WeaponSkin_C_DeactivateTrails::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateTrails, L) == 0x000002, "Member 'BP_WeaponSkin_C_DeactivateTrails::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetSphereInteractionWithCharaHands \ +static_assert(alignof(BP_WeaponSkin_C_SetSphereInteractionWithCharaHands) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_SetSphereInteractionWithCharaHands"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetSphereInteractionWithCharaHands) == 0x000030, "Wrong size on BP_WeaponSkin_C_SetSphereInteractionWithCharaHands"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetSphereInteractionWithCharaHands, PositionHandR) == 0x000000, "Member 'BP_WeaponSkin_C_SetSphereInteractionWithCharaHands::PositionHandR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetSphereInteractionWithCharaHands, PositionHandL) == 0x000018, "Member 'BP_WeaponSkin_C_SetSphereInteractionWithCharaHands::PositionHandL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_ActivateFX \ +static_assert(alignof(BP_WeaponSkin_C_ActivateFX) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_ActivateFX"); \ +static_assert(sizeof(BP_WeaponSkin_C_ActivateFX) == 0x000003, "Wrong size on BP_WeaponSkin_C_ActivateFX"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateFX, AllFX) == 0x000000, "Member 'BP_WeaponSkin_C_ActivateFX::AllFX' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateFX, R) == 0x000001, "Member 'BP_WeaponSkin_C_ActivateFX::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ActivateFX, L) == 0x000002, "Member 'BP_WeaponSkin_C_ActivateFX::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_DeactivateFX \ +static_assert(alignof(BP_WeaponSkin_C_DeactivateFX) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_DeactivateFX"); \ +static_assert(sizeof(BP_WeaponSkin_C_DeactivateFX) == 0x000003, "Wrong size on BP_WeaponSkin_C_DeactivateFX"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateFX, AllFX) == 0x000000, "Member 'BP_WeaponSkin_C_DeactivateFX::AllFX' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateFX, R) == 0x000001, "Member 'BP_WeaponSkin_C_DeactivateFX::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_DeactivateFX, L) == 0x000002, "Member 'BP_WeaponSkin_C_DeactivateFX::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_WeaponDisappear \ +static_assert(alignof(BP_WeaponSkin_C_WeaponDisappear) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_WeaponDisappear"); \ +static_assert(sizeof(BP_WeaponSkin_C_WeaponDisappear) == 0x000010, "Wrong size on BP_WeaponSkin_C_WeaponDisappear"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponDisappear, DisappearTime) == 0x000000, "Member 'BP_WeaponSkin_C_WeaponDisappear::DisappearTime' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponDisappear, AllWeapons) == 0x000008, "Member 'BP_WeaponSkin_C_WeaponDisappear::AllWeapons' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponDisappear, R) == 0x000009, "Member 'BP_WeaponSkin_C_WeaponDisappear::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponDisappear, L) == 0x00000A, "Member 'BP_WeaponSkin_C_WeaponDisappear::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_WeaponAppear \ +static_assert(alignof(BP_WeaponSkin_C_WeaponAppear) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_WeaponAppear"); \ +static_assert(sizeof(BP_WeaponSkin_C_WeaponAppear) == 0x000010, "Wrong size on BP_WeaponSkin_C_WeaponAppear"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponAppear, AppearTime) == 0x000000, "Member 'BP_WeaponSkin_C_WeaponAppear::AppearTime' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponAppear, AllWeapons) == 0x000008, "Member 'BP_WeaponSkin_C_WeaponAppear::AllWeapons' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponAppear, R) == 0x000009, "Member 'BP_WeaponSkin_C_WeaponAppear::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_WeaponAppear, L) == 0x00000A, "Member 'BP_WeaponSkin_C_WeaponAppear::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_Func_D_0 \ +static_assert(alignof(BP_WeaponSkin_C_Func_D_0) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_Func_D_0"); \ +static_assert(sizeof(BP_WeaponSkin_C_Func_D_0) == 0x000001, "Wrong size on BP_WeaponSkin_C_Func_D_0"); \ +static_assert(offsetof(BP_WeaponSkin_C_Func_D_0, IsActive) == 0x000000, "Member 'BP_WeaponSkin_C_Func_D_0::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_ReceiveTick \ +static_assert(alignof(BP_WeaponSkin_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_WeaponSkin_C_ReceiveTick"); \ +static_assert(sizeof(BP_WeaponSkin_C_ReceiveTick) == 0x000004, "Wrong size on BP_WeaponSkin_C_ReceiveTick"); \ +static_assert(offsetof(BP_WeaponSkin_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_WeaponSkin_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_RotateWeaponAlongAxis \ +static_assert(alignof(BP_WeaponSkin_C_RotateWeaponAlongAxis) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_RotateWeaponAlongAxis"); \ +static_assert(sizeof(BP_WeaponSkin_C_RotateWeaponAlongAxis) == 0x000030, "Wrong size on BP_WeaponSkin_C_RotateWeaponAlongAxis"); \ +static_assert(offsetof(BP_WeaponSkin_C_RotateWeaponAlongAxis, Speed) == 0x000000, "Member 'BP_WeaponSkin_C_RotateWeaponAlongAxis::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_RotateWeaponAlongAxis, Axis) == 0x000008, "Member 'BP_WeaponSkin_C_RotateWeaponAlongAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_RotateWeaponAlongAxis, WeaponL) == 0x000020, "Member 'BP_WeaponSkin_C_RotateWeaponAlongAxis::WeaponL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_RotateWeaponAlongAxis, Degree) == 0x000028, "Member 'BP_WeaponSkin_C_RotateWeaponAlongAxis::Degree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetVisibilityOnTrails \ +static_assert(alignof(BP_WeaponSkin_C_SetVisibilityOnTrails) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_SetVisibilityOnTrails"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetVisibilityOnTrails) == 0x000003, "Wrong size on BP_WeaponSkin_C_SetVisibilityOnTrails"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOnTrails, AllTrails) == 0x000000, "Member 'BP_WeaponSkin_C_SetVisibilityOnTrails::AllTrails' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOnTrails, R) == 0x000001, "Member 'BP_WeaponSkin_C_SetVisibilityOnTrails::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOnTrails, L) == 0x000002, "Member 'BP_WeaponSkin_C_SetVisibilityOnTrails::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_SetVisibilityOffTrails \ +static_assert(alignof(BP_WeaponSkin_C_SetVisibilityOffTrails) == 0x000001, "Wrong alignment on BP_WeaponSkin_C_SetVisibilityOffTrails"); \ +static_assert(sizeof(BP_WeaponSkin_C_SetVisibilityOffTrails) == 0x000003, "Wrong size on BP_WeaponSkin_C_SetVisibilityOffTrails"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOffTrails, AllTrails) == 0x000000, "Member 'BP_WeaponSkin_C_SetVisibilityOffTrails::AllTrails' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOffTrails, R) == 0x000001, "Member 'BP_WeaponSkin_C_SetVisibilityOffTrails::R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_SetVisibilityOffTrails, L) == 0x000002, "Member 'BP_WeaponSkin_C_SetVisibilityOffTrails::L' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin \ +static_assert(alignof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin) == 0x000008, "Wrong alignment on BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin"); \ +static_assert(sizeof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin) == 0x000558, "Wrong size on BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, EntryPoint) == 0x000000, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_wildcard_Variable) == 0x000020, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable) == 0x000038, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_2) == 0x000040, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_2) == 0x000044, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_3) == 0x000048, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_3) == 0x00004C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_4) == 0x000054, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_4) == 0x000058, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_4) == 0x00005C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_1) == 0x000060, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_byte_Variable) == 0x000064, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_5) == 0x000068, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_5) == 0x00006C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_5) == 0x000070, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_6) == 0x000074, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_6) == 0x000078, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_6) == 0x00007C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_7) == 0x000080, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_2) == 0x000084, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_7) == 0x000088, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_IsPackagedBuild_ReturnValue) == 0x00008C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_7) == 0x000090, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_8) == 0x000094, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_8) == 0x000098, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_8) == 0x00009C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_3) == 0x0000A0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_byte_Variable_1) == 0x0000A4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_PermeateType) == 0x0000A5, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_PermeateType' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_PermeateIntensity) == 0x0000A6, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_PermeateIntensity' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllTrails_3) == 0x0000A7, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllTrails_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_7) == 0x0000A8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_7) == 0x0000A9, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL) == 0x0000B0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x0000C8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_4) == 0x0000E4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllTrails_2) == 0x0000E8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllTrails_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_6) == 0x0000E9, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_6) == 0x0000EA, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_1) == 0x0000F0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_1) == 0x000100, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_2) == 0x000120, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_3) == 0x000124, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_1) == 0x000128, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_2) == 0x000129, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_5) == 0x00012C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_byte_Variable_2) == 0x000130, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_PositionHandR) == 0x000138, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_PositionHandR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_PositionHandL) == 0x000150, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_PositionHandL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllFX_1) == 0x000168, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllFX_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_5) == 0x000169, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_5) == 0x00016A, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_6) == 0x00016C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_7) == 0x000170, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllFX) == 0x000174, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllFX' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_4) == 0x000175, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_4) == 0x000176, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_byte_Variable_3) == 0x000177, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_DisappearTime) == 0x000178, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_DisappearTime' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllWeapons_1) == 0x000180, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllWeapons_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_3) == 0x000181, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_3) == 0x000182, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AppearTime) == 0x000188, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AppearTime' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllWeapons) == 0x000190, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllWeapons' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_2) == 0x000191, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_2) == 0x000192, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000198, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0001A0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_8) == 0x0001A8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Array_Index_Variable_9) == 0x0001AC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_9) == 0x0001B8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_bool_Variable) == 0x0001BC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_10) == 0x0001C0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_real_Variable_11) == 0x0001C4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_bool_Variable_1) == 0x0001C8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default) == 0x0001CC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default_1) == 0x0001D0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_ReturnValue) == 0x0001D8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default_2) == 0x0001E0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default_3) == 0x0001E4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_ReturnValue_1) == 0x0001E8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_IsActive) == 0x0001F0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Not_PreBool_ReturnValue) == 0x0001F1, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default_4) == 0x0001F4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Select_Default_5) == 0x0001F8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_Event_DeltaSeconds) == 0x0001FC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000200, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000218, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_Speed) == 0x000230, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_Axis) == 0x000238, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_Axis' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_WeaponL) == 0x000250, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_WeaponL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_Degree) == 0x000258, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_Degree' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Not_PreBool_ReturnValue_1) == 0x000260, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000268, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000280, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_BreakVector_X) == 0x000298, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_BreakVector_Y) == 0x0002A0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_BreakVector_Z) == 0x0002A8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_MakeRotator_ReturnValue) == 0x0002B0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_ComposeRotators_ReturnValue) == 0x0002C8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_RLerp_ReturnValue) == 0x0002E0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, Temp_int_Loop_Counter_Variable_9) == 0x0002F8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SelectObject_ReturnValue) == 0x000300, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SelectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_DynamicCast_AsScene_Component) == 0x000308, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_DynamicCast_AsScene_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_DynamicCast_bSuccess) == 0x000310, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_3) == 0x000311, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000318, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000330, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Add_IntInt_ReturnValue_9) == 0x000428, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_2) == 0x000430, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_2) == 0x000440, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_4) == 0x000450, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_5) == 0x000458, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_4) == 0x000460, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_5) == 0x000464, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_4) == 0x000468, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_5) == 0x000469, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_3) == 0x000470, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_3) == 0x000480, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_6) == 0x000490, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_7) == 0x000498, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_6) == 0x0004A0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_7) == 0x0004A4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_6) == 0x0004A8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_7) == 0x0004A9, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllTrails_1) == 0x0004AA, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllTrails_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R_1) == 0x0004AB, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L_1) == 0x0004AC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_AllTrails) == 0x0004AD, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_AllTrails' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_R) == 0x0004AE, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_R' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, K2Node_CustomEvent_L) == 0x0004AF, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::K2Node_CustomEvent_L' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllWeaponRParts_MeshComponentR) == 0x0004B0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllWeaponRParts_MeshComponentR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_8) == 0x0004C0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_8) == 0x0004C8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_8) == 0x0004CC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_IsValid_ReturnValue) == 0x0004CD, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_GetAllWeaponLParts_MeshComponentL) == 0x0004D0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_GetAllWeaponLParts_MeshComponentL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Get_Item_9) == 0x0004E0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Array_Length_ReturnValue_9) == 0x0004E8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Less_IntInt_ReturnValue_9) == 0x0004EC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_IsValid_ReturnValue_1) == 0x0004ED, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetPlayRate_NewRate_ImplicitCast) == 0x0004F0, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetPlayRate_NewRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetPlayRate_NewRate_ImplicitCast_1) == 0x0004F4, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetPlayRate_NewRate_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetPlayRate_NewRate_ImplicitCast_2) == 0x0004F8, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetPlayRate_NewRate_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetPlayRate_NewRate_ImplicitCast_3) == 0x0004FC, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetPlayRate_NewRate_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000500, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_B_ImplicitCast) == 0x000508, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_A_ImplicitCast) == 0x000510, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000518, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_B_ImplicitCast_1) == 0x000520, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_A_ImplicitCast_1) == 0x000528, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000530, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000538, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_UpdatePermeate_TrailWidth_ImplicitCast) == 0x00053C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_UpdatePermeate_TrailWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_UpdatePermeate_TrailWidth_ImplicitCast_1) == 0x000540, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_UpdatePermeate_TrailWidth_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_SetPlayRate_NewRate_ImplicitCast_4) == 0x000544, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_SetPlayRate_NewRate_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000548, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x00054C, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000550, "Member 'BP_WeaponSkin_C_ExecuteUbergraph_BP_WeaponSkin::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WeaponSkin_C \ +static_assert(alignof(ABP_WeaponSkin_C) == 0x000008, "Wrong alignment on ABP_WeaponSkin_C"); \ +static_assert(sizeof(ABP_WeaponSkin_C) == 0x000478, "Wrong size on ABP_WeaponSkin_C"); \ +static_assert(offsetof(ABP_WeaponSkin_C, UberGraphFrame) == 0x000290, "Member 'ABP_WeaponSkin_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponFX_R) == 0x000298, "Member 'ABP_WeaponSkin_C::WeaponFX_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponFX_L) == 0x0002A0, "Member 'ABP_WeaponSkin_C::WeaponFX_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Weapon_L_SM_Blade) == 0x0002A8, "Member 'ABP_WeaponSkin_C::Weapon_L_SM_Blade' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Weapon_R_SM_Blade) == 0x0002B0, "Member 'ABP_WeaponSkin_C::Weapon_R_SM_Blade' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, VelocityPointL) == 0x0002B8, "Member 'ABP_WeaponSkin_C::VelocityPointL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, VelocityPointR) == 0x0002C0, "Member 'ABP_WeaponSkin_C::VelocityPointR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Weapon_R_SM_Handle) == 0x0002C8, "Member 'ABP_WeaponSkin_C::Weapon_R_SM_Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Weapon_L_SM_Handle) == 0x0002D0, "Member 'ABP_WeaponSkin_C::Weapon_L_SM_Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponMesh_L_SK) == 0x0002D8, "Member 'ABP_WeaponSkin_C::WeaponMesh_L_SK' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponMesh_R_SK) == 0x0002E0, "Member 'ABP_WeaponSkin_C::WeaponMesh_R_SK' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABP_WeaponSkin_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, RotateWeapon_Rotation_9879069D494C5A58FBA951A87074A7F0) == 0x0002F0, "Member 'ABP_WeaponSkin_C::RotateWeapon_Rotation_9879069D494C5A58FBA951A87074A7F0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, RotateWeapon__Direction_9879069D494C5A58FBA951A87074A7F0) == 0x0002F4, "Member 'ABP_WeaponSkin_C::RotateWeapon__Direction_9879069D494C5A58FBA951A87074A7F0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, RotateWeapon) == 0x0002F8, "Member 'ABP_WeaponSkin_C::RotateWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponL_A_D_0to1_C1F0AC844476AA8ADF8EC79F0D31F2A4) == 0x000300, "Member 'ABP_WeaponSkin_C::WeaponL_A_D_0to1_C1F0AC844476AA8ADF8EC79F0D31F2A4' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponL_A_D__Direction_C1F0AC844476AA8ADF8EC79F0D31F2A4) == 0x000304, "Member 'ABP_WeaponSkin_C::WeaponL_A_D__Direction_C1F0AC844476AA8ADF8EC79F0D31F2A4' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, D) == 0x000308, "Member 'ABP_WeaponSkin_C::D' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponR_A_D_0to1_64FFD34640A16987023F0E8DFE88BE4B) == 0x000310, "Member 'ABP_WeaponSkin_C::WeaponR_A_D_0to1_64FFD34640A16987023F0E8DFE88BE4B' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponR_A_D__Direction_64FFD34640A16987023F0E8DFE88BE4B) == 0x000314, "Member 'ABP_WeaponSkin_C::WeaponR_A_D__Direction_64FFD34640A16987023F0E8DFE88BE4B' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, D_0) == 0x000318, "Member 'ABP_WeaponSkin_C::D_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponName) == 0x000320, "Member 'ABP_WeaponSkin_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Color) == 0x000330, "Member 'ABP_WeaponSkin_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Emissive_Color) == 0x000340, "Member 'ABP_WeaponSkin_C::Emissive_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Glow) == 0x000350, "Member 'ABP_WeaponSkin_C::Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Fresnel_Power) == 0x000358, "Member 'ABP_WeaponSkin_C::Fresnel_Power' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Lifetime) == 0x000360, "Member 'ABP_WeaponSkin_C::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Trail_Color) == 0x000368, "Member 'ABP_WeaponSkin_C::Trail_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Trail_Emissive_Color) == 0x000378, "Member 'ABP_WeaponSkin_C::Trail_Emissive_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Trail_Glow) == 0x000388, "Member 'ABP_WeaponSkin_C::Trail_Glow' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, Trail_Texture) == 0x000390, "Member 'ABP_WeaponSkin_C::Trail_Texture' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, TrailRibbonWidthL) == 0x000398, "Member 'ABP_WeaponSkin_C::TrailRibbonWidthL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, TrailRibbonWidthR) == 0x0003A0, "Member 'ABP_WeaponSkin_C::TrailRibbonWidthR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponLColorLinkedToSkin) == 0x0003A8, "Member 'ABP_WeaponSkin_C::WeaponLColorLinkedToSkin' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponRColorLinkedToSkin) == 0x0003A9, "Member 'ABP_WeaponSkin_C::WeaponRColorLinkedToSkin' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, UnlinkedColorL) == 0x0003AC, "Member 'ABP_WeaponSkin_C::UnlinkedColorL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, UnlinkedColorR) == 0x0003BC, "Member 'ABP_WeaponSkin_C::UnlinkedColorR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, UnlinkedEmissiveColorL) == 0x0003CC, "Member 'ABP_WeaponSkin_C::UnlinkedEmissiveColorL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, UnlinkedEmissiveColorR) == 0x0003DC, "Member 'ABP_WeaponSkin_C::UnlinkedEmissiveColorR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, CurrentPermeateType) == 0x0003EC, "Member 'ABP_WeaponSkin_C::CurrentPermeateType' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, CurrentPermeateIntensity) == 0x0003ED, "Member 'ABP_WeaponSkin_C::CurrentPermeateIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, IsDirty) == 0x0003EE, "Member 'ABP_WeaponSkin_C::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, PreviousLocationR) == 0x0003F0, "Member 'ABP_WeaponSkin_C::PreviousLocationR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, PreviousLocationL) == 0x000408, "Member 'ABP_WeaponSkin_C::PreviousLocationL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, WeaponDeactivated) == 0x000420, "Member 'ABP_WeaponSkin_C::WeaponDeactivated' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, MeshComponentArrayR) == 0x000428, "Member 'ABP_WeaponSkin_C::MeshComponentArrayR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, MeshComponentArrayL) == 0x000438, "Member 'ABP_WeaponSkin_C::MeshComponentArrayL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, ArrayOfFXAppearanceL) == 0x000448, "Member 'ABP_WeaponSkin_C::ArrayOfFXAppearanceL' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, ArrayOfFXAppearanceR) == 0x000458, "Member 'ABP_WeaponSkin_C::ArrayOfFXAppearanceR' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_C, MeshComponentArrayAll) == 0x000468, "Member 'ABP_WeaponSkin_C::MeshComponentArrayAll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory \ +static_assert(alignof(BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory) == 0x000018, "Wrong size on BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory, GameInstance) == 0x000000, "Member 'BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory, InventoryManager) == 0x000008, "Member 'BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory, ItemId) == 0x000010, "Member 'BP_DataAsset_Item_Pictos_C_OnRemovedFromInventory::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Pictos_C_GetItemInstanceClass \ +static_assert(alignof(BP_DataAsset_Item_Pictos_C_GetItemInstanceClass) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Pictos_C_GetItemInstanceClass"); \ +static_assert(sizeof(BP_DataAsset_Item_Pictos_C_GetItemInstanceClass) == 0x000008, "Wrong size on BP_DataAsset_Item_Pictos_C_GetItemInstanceClass"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetItemInstanceClass, ReturnValue) == 0x000000, "Member 'BP_DataAsset_Item_Pictos_C_GetItemInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Pictos_C_InitGear \ +static_assert(alignof(BP_DataAsset_Item_Pictos_C_InitGear) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Pictos_C_InitGear"); \ +static_assert(sizeof(BP_DataAsset_Item_Pictos_C_InitGear) == 0x000008, "Wrong size on BP_DataAsset_Item_Pictos_C_InitGear"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_InitGear, CharacterStats) == 0x000000, "Member 'BP_DataAsset_Item_Pictos_C_InitGear::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects \ +static_assert(alignof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects"); \ +static_assert(sizeof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects) == 0x000060, "Wrong size on BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, PassiveEffects_0) == 0x000000, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::PassiveEffects_0' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_DataAsset_Item_Pictos_C_GetUnlockedPassiveEffects::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_Pictos_C \ +static_assert(alignof(UBP_DataAsset_Item_Pictos_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_Pictos_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_Pictos_C) == 0x000078, "Wrong size on UBP_DataAsset_Item_Pictos_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_Pictos_C, BattleBuffs) == 0x000030, "Member 'UBP_DataAsset_Item_Pictos_C::BattleBuffs' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Pictos_C, PassiveEffects) == 0x000040, "Member 'UBP_DataAsset_Item_Pictos_C::PassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Pictos_C, PictosTexture) == 0x000050, "Member 'UBP_DataAsset_Item_Pictos_C::PictosTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ExploBreath_C_ResetHeartRate \ +static_assert(alignof(AN_ExploBreath_C_ResetHeartRate) == 0x000008, "Wrong alignment on AN_ExploBreath_C_ResetHeartRate"); \ +static_assert(sizeof(AN_ExploBreath_C_ResetHeartRate) == 0x000020, "Wrong size on AN_ExploBreath_C_ResetHeartRate"); \ +static_assert(offsetof(AN_ExploBreath_C_ResetHeartRate, Target) == 0x000000, "Member 'AN_ExploBreath_C_ResetHeartRate::Target' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_ResetHeartRate, String) == 0x000008, "Member 'AN_ExploBreath_C_ResetHeartRate::String' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_ResetHeartRate, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000018, "Member 'AN_ExploBreath_C_ResetHeartRate::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ExploBreath_C_Received_Notify \ +static_assert(alignof(AN_ExploBreath_C_Received_Notify) == 0x000008, "Wrong alignment on AN_ExploBreath_C_Received_Notify"); \ +static_assert(sizeof(AN_ExploBreath_C_Received_Notify) == 0x000120, "Wrong size on AN_ExploBreath_C_Received_Notify"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_ExploBreath_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, Animation) == 0x000008, "Member 'AN_ExploBreath_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_ExploBreath_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_ExploBreath_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, MaxClamp) == 0x000048, "Member 'AN_ExploBreath_C_Received_Notify::MaxClamp' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000058, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000068, "Member 'AN_ExploBreath_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'AN_ExploBreath_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000071, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x000078, "Member 'AN_ExploBreath_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_ExploBreath_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_GetVelocity_ReturnValue) == 0x000090, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_GetAudioComponentByType_AudioComponent) == 0x0000A8, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_GetAudioComponentByType_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_VSize_ReturnValue) == 0x0000B0, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_SetFloatParameter_self_CastInput) == 0x0000C0, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_SetFloatParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_BooleanAND_ReturnValue) == 0x0000D0, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_IsValid_ReturnValue_1) == 0x0000D2, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_BooleanAND_ReturnValue_1) == 0x0000D3, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000E0, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_FClamp_ReturnValue) == 0x0000F0, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_Conv_StringToName_ReturnValue) == 0x0000F8, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_SetTriggerParameter_self_CastInput) == 0x000100, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x000110, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AN_ExploBreath_C_Received_Notify, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000118, "Member 'AN_ExploBreath_C_Received_Notify::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_ExploBreath_C \ +static_assert(alignof(UAN_ExploBreath_C) == 0x000008, "Wrong alignment on UAN_ExploBreath_C"); \ +static_assert(sizeof(UAN_ExploBreath_C) == 0x000040, "Wrong size on UAN_ExploBreath_C"); \ +static_assert(offsetof(UAN_ExploBreath_C, FloatValueToAdd) == 0x000038, "Member 'UAN_ExploBreath_C::FloatValueToAdd' has a wrong offset!"); \ +static_assert(offsetof(UAN_ExploBreath_C, BreathType) == 0x00003C, "Member 'UAN_ExploBreath_C::BreathType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Monoco__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Monoco::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Monoco::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Monoco::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Monoco::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Monoco_C \ +static_assert(alignof(UABP_GameMenu_Characters_Monoco_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Monoco_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Monoco_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Monoco_C"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Gustave__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Gustave::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Gustave::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Gustave::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Gustave::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Gustave_C \ +static_assert(alignof(UABP_GameMenu_Characters_Gustave_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Gustave_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Gustave_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Gustave_C"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Sciel__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Sciel::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Sciel::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Sciel::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Sciel::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Sciel_C \ +static_assert(alignof(UABP_GameMenu_Characters_Sciel_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Sciel_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Sciel_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Sciel_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise \ +static_assert(alignof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise) == 0x000008, "Wrong alignment on BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise"); \ +static_assert(sizeof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise) == 0x004788, "Wrong size on BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D1, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000D2, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0000D3, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0000D4, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0000F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000108, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_3) == 0x000110, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000118, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000120, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_4) == 0x000128, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000130, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000138, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine) == 0x000140, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_5) == 0x000270, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array) == 0x000278, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_6) == 0x000290, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000298, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0002A0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_7) == 0x0002A8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0002B0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x0002B8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_8) == 0x0002C0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0002C8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_9) == 0x0002D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0002D8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0002E0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_10) == 0x0002E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0002F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0002F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_11) == 0x000300, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000308, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_12) == 0x000310, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000318, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000320, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_13) == 0x000328, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000330, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000460, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_1) == 0x000468, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000478, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_14) == 0x000480, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000488, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_15) == 0x000490, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000498, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x0004A0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_16) == 0x0004A8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_16) == 0x0004B0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_17) == 0x0004B8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0004C0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0004C8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_18) == 0x0004D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0004D8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0004E0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_19) == 0x0004E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_19) == 0x0004F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_20) == 0x0004F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_20) == 0x000500, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x000508, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_21) == 0x000510, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_21) == 0x000518, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000520, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_22) == 0x000528, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_22) == 0x000530, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_23) == 0x000538, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_23) == 0x000540, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000548, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_24) == 0x000550, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_24) == 0x000558, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x000560, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_25) == 0x000568, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_25) == 0x000570, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_26) == 0x000578, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_26) == 0x000580, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x000588, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_27) == 0x000590, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_27) == 0x000598, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x0005A0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_28) == 0x0005A8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_28) == 0x0005B0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_29) == 0x0005B8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_29) == 0x0005C0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_23) == 0x0005C8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_30) == 0x0005D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_30) == 0x0005D8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_24) == 0x0005E0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetInventoryManager_ReturnValue) == 0x0005E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_25) == 0x0005F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetEncounterLevel_ReturnValue) == 0x0005F4, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_LootContext) == 0x0005F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_26) == 0x0005FC, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_31) == 0x000600, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_31) == 0x000608, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_32) == 0x000610, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_32) == 0x000618, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_27) == 0x000620, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_33) == 0x000628, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_33) == 0x000630, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetPlayerController_ReturnValue_34) == 0x000638, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetPlayerController_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetComponentByClass_ReturnValue_34) == 0x000640, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetComponentByClass_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_28) == 0x000648, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetDialogueStage_DialogueStage) == 0x00064C, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_SwitchInteger_CmpSuccess) == 0x000650, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_29) == 0x000651, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_30) == 0x000652, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_31) == 0x000653, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_MakeLiteralByte_ReturnValue_32) == 0x000654, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_MakeLiteralByte_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetDataTableRowFromName_OutRow) == 0x000658, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000788, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000790, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_2) == 0x0008C0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_AddItemToInventory_GeneratedItem) == 0x0008D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_Conv_NameToText_ReturnValue) == 0x0008D8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_IsValid_ReturnValue) == 0x0008E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FormatArgumentData) == 0x0008F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_GetDisplayName_ReturnValue) == 0x000938, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_SelectString_ReturnValue) == 0x000948, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000958, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_Conv_StringToText_ReturnValue) == 0x000A20, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000A30, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FormatArgumentData_1) == 0x000B60, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_3) == 0x000BA8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_4) == 0x000BB8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, CallFunc_Format_ReturnValue) == 0x000BC8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000BD8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000CA0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000DD0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_5) == 0x000E98, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000EA8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_6) == 0x000FD8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000FE8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_6) == 0x0010B0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x0011E0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_7) == 0x0012A8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_7) == 0x0012B8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_8) == 0x0013E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x0013F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_8) == 0x0014C0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x0015F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_9) == 0x0016B8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_9) == 0x0016C8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_10) == 0x0017F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001808, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_10) == 0x0018D0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001A00, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_11) == 0x001AC8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001AD8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_12) == 0x001C08, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001C18, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001CE0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x001E10, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_13) == 0x001ED8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001EE8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_14) == 0x002018, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x002028, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_14) == 0x0020F0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_13) == 0x002220, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_15) == 0x0022E8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_15) == 0x0022F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_16) == 0x002428, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_14) == 0x002438, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_16) == 0x002500, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_15) == 0x002630, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_17) == 0x0026F8, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_17) == 0x002708, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_18) == 0x002838, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_16) == 0x002848, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_18) == 0x002910, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_17) == 0x002A40, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_19) == 0x002B08, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_19) == 0x002B18, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_20) == 0x002C48, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_18) == 0x002C58, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_20) == 0x002D20, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_19) == 0x002E50, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_21) == 0x002F18, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_21) == 0x002F28, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_22) == 0x003058, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_20) == 0x003068, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_22) == 0x003130, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_23) == 0x003260, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_21) == 0x003270, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_22) == 0x003338, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_23) == 0x003400, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_24) == 0x003530, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_24) == 0x003660, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_25) == 0x003670, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_23) == 0x003680, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_24) == 0x003748, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_25) == 0x003810, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_26) == 0x003940, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_26) == 0x003A70, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_27) == 0x003A80, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_25) == 0x003A90, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_26) == 0x003B58, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_27) == 0x003C20, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_28) == 0x003D50, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_28) == 0x003E80, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_29) == 0x003E90, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_27) == 0x003EA0, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_28) == 0x003F68, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_29) == 0x004030, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_29) == 0x004160, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_30) == 0x004228, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_30) == 0x004238, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_31) == 0x004368, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_30) == 0x004378, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_31) == 0x004440, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_S_Dialogue_AnimationParameters_31) == 0x004570, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_S_Dialogue_AnimationParameters_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_32) == 0x004638, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeStruct_FRichDialogueLine_32) == 0x004648, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeStruct_FRichDialogueLine_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise, K2Node_MakeArray_Array_33) == 0x004778, "Member 'BP_Dialogue_Eloise_C_ExecuteUbergraph_BP_Dialogue_Eloise::K2Node_MakeArray_Array_33' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Eloise_C \ +static_assert(alignof(ABP_Dialogue_Eloise_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Eloise_C"); \ +static_assert(sizeof(ABP_Dialogue_Eloise_C) == 0x0004A8, "Wrong size on ABP_Dialogue_Eloise_C"); \ +static_assert(offsetof(ABP_Dialogue_Eloise_C, UberGraphFrame_BP_Dialogue_Eloise_C) == 0x000338, "Member 'ABP_Dialogue_Eloise_C::UberGraphFrame_BP_Dialogue_Eloise_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Eloise_C, Battle_Start_Params) == 0x000340, "Member 'ABP_Dialogue_Eloise_C::Battle_Start_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Eloise_C, Item_Data_Table_Row_Handle) == 0x000498, "Member 'ABP_Dialogue_Eloise_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Maelle__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Maelle::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Maelle::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Maelle::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Maelle::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Maelle_C \ +static_assert(alignof(UABP_GameMenu_Characters_Maelle_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Maelle_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Maelle_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Maelle_C"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Verso__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Verso::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Verso::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Verso::FAnimBlueprintGeneratedConstantData) == 0x001718, "Wrong size on ABP_GameMenu_Characters_Verso::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Verso_C \ +static_assert(alignof(UABP_GameMenu_Characters_Verso_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Verso_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Verso_C) == 0x001F40, "Wrong size on UABP_GameMenu_Characters_Verso_C"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature \ +static_assert(alignof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature, Progress) == 0x000000, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseActionProgress__DelegateSignature::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_2_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature \ +static_assert(alignof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_3_OnButtonBaseUnfocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature \ +static_assert(alignof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature) == 0x000010, "Wrong size on WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature, Button) == 0x000000, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature, Selected) == 0x000008, "Member 'WBP_CharacterCardButton_C_BndEvt__WBP_CharacterCardButton_BaseButton_K2Node_ComponentBoundEvent_4_CommonSelectedStateChangedBase__DelegateSignature::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton \ +static_assert(alignof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton) == 0x000058, "Wrong size on WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, EntryPoint) == 0x000000, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Progress) == 0x000008, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Button_3) == 0x000010, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Button_2) == 0x000018, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_MakeStruct_DataTableRowHandle) == 0x000028, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000038, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Button) == 0x000048, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton, K2Node_ComponentBoundEvent_Selected) == 0x000050, "Member 'WBP_CharacterCardButton_C_ExecuteUbergraph_WBP_CharacterCardButton::K2Node_ComponentBoundEvent_Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_GetCharacterData \ +static_assert(alignof(WBP_CharacterCardButton_C_GetCharacterData) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_GetCharacterData"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_GetCharacterData) == 0x000008, "Wrong size on WBP_CharacterCardButton_C_GetCharacterData"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_GetCharacterData, CharacterData_0) == 0x000000, "Member 'WBP_CharacterCardButton_C_GetCharacterData::CharacterData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_LoadCharacterState \ +static_assert(alignof(WBP_CharacterCardButton_C_LoadCharacterState) == 0x000008, "Wrong alignment on WBP_CharacterCardButton_C_LoadCharacterState"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_LoadCharacterState) == 0x000038, "Wrong size on WBP_CharacterCardButton_C_LoadCharacterState"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, Character) == 0x000000, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_GetCharacterIconBig_CharacterIconBig) == 0x000008, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_GetCharacterIconBig_CharacterIconBig' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_GetMaxHP_MaxHP) == 0x000018, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_FTrunc_ReturnValue_1) == 0x000024, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_LoadCharacterState, CallFunc_GetCharacterDisplayName_CharacterDisplayName) == 0x000028, "Member 'WBP_CharacterCardButton_C_LoadCharacterState::CallFunc_GetCharacterDisplayName_CharacterDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterCardButton_C_SetIsSingleSelection \ +static_assert(alignof(WBP_CharacterCardButton_C_SetIsSingleSelection) == 0x000001, "Wrong alignment on WBP_CharacterCardButton_C_SetIsSingleSelection"); \ +static_assert(sizeof(WBP_CharacterCardButton_C_SetIsSingleSelection) == 0x000002, "Wrong size on WBP_CharacterCardButton_C_SetIsSingleSelection"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_SetIsSingleSelection, bIsSingleSelection_0) == 0x000000, "Member 'WBP_CharacterCardButton_C_SetIsSingleSelection::bIsSingleSelection_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterCardButton_C_SetIsSingleSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_CharacterCardButton_C_SetIsSingleSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterCardButton_C \ +static_assert(alignof(UWBP_CharacterCardButton_C) == 0x000008, "Wrong alignment on UWBP_CharacterCardButton_C"); \ +static_assert(sizeof(UWBP_CharacterCardButton_C) == 0x000398, "Wrong size on UWBP_CharacterCardButton_C"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, UberGraphFrame) == 0x000308, "Member 'UWBP_CharacterCardButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, BackgroundImage) == 0x000310, "Member 'UWBP_CharacterCardButton_C::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, BaseButton) == 0x000318, "Member 'UWBP_CharacterCardButton_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, CharacterImage) == 0x000320, "Member 'UWBP_CharacterCardButton_C::CharacterImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, CharacterNameText) == 0x000328, "Member 'UWBP_CharacterCardButton_C::CharacterNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, PromptBackground) == 0x000330, "Member 'UWBP_CharacterCardButton_C::PromptBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, PromptBox) == 0x000338, "Member 'UWBP_CharacterCardButton_C::PromptBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, SelectBinding) == 0x000340, "Member 'UWBP_CharacterCardButton_C::SelectBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, WBP_CharacterLevel) == 0x000348, "Member 'UWBP_CharacterCardButton_C::WBP_CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, WBP_HealthBar) == 0x000350, "Member 'UWBP_CharacterCardButton_C::WBP_HealthBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, OnSelectedChanged) == 0x000358, "Member 'UWBP_CharacterCardButton_C::OnSelectedChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, bIsSingleSelection) == 0x000368, "Member 'UWBP_CharacterCardButton_C::bIsSingleSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, OnClicked) == 0x000370, "Member 'UWBP_CharacterCardButton_C::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, CharacterData) == 0x000380, "Member 'UWBP_CharacterCardButton_C::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterCardButton_C, SD_ChooseExpeditionnerConfirm) == 0x000388, "Member 'UWBP_CharacterCardButton_C::SD_ChooseExpeditionnerConfirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule) == 0x0000E0, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, ReturnValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_LimitMax_Double_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_LimitMax_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_IsInPhotoMode_ReturnValue) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_IsInPhotoMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_LimitMax_Double_ReturnValue_1) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_LimitMax_Double_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, K2Node_DynamicCast_AsCharacter) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_MakeVector_ReturnValue) == 0x000080, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000098, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_GetPointDistanceToSegment_ReturnValue) == 0x0000C8, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_GetPointDistanceToSegment_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x0000D0, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule, CallFunc_MakeVector_Z_ImplicitCast) == 0x0000D8, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeCameraDistanceToCapsule::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity) == 0x000018, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity, DeltaSeconds) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity, CallFunc_ComputeCameraDistanceToCapsule_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity::CallFunc_ComputeCameraDistanceToCapsule_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity, CallFunc_MapRangeClamped_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateCharacterOpacity::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_GetWaterLevel \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_GetWaterLevel) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_GetWaterLevel"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_GetWaterLevel) == 0x000008, "Wrong size on BP_CharacterVisualAlterationsComponent_C_GetWaterLevel"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetWaterLevel, ReturnValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_GetWaterLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight) == 0x000068, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, ReturnValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_GetOwnerAsCharacter_Character) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_GetComponentBounds_Origin) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_GetComponentBounds_BoxExtent) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_GetComponentBounds_SphereRadius) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_BreakVector_X) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_BreakVector_Y) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_BreakVector_Z) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_ComputeMeshHeight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter) == 0x000080, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, DeltaSeconds) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, Speed) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::Speed' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, Temp_wildcard_Variable) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_GetSkinMaterialInstances_SkinMaterialInstances) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_GetSkinMaterialInstances_SkinMaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_Lerp_ReturnValue) == 0x000070, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelParameter::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData) == 0x0000D8, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, IsInWaterCheck) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::IsInWaterCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, ImpactPoint) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, MeshHeight) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::MeshHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_GetOwnerAsCharacter_Character) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_SafeDivide_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Abs_ReturnValue) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_FClamp_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_BreakVector_X) == 0x000080, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_BreakVector_Y) == 0x000088, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_BreakVector_Z) == 0x000090, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Abs_ReturnValue_1) == 0x000098, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Abs_ReturnValue_2) == 0x0000A0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_FClamp_ReturnValue_1) == 0x0000A8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_GetOwnerAsCharacter_Character_1) == 0x0000B0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_GetOwnerAsCharacter_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_SelectFloat_ReturnValue) == 0x0000C0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_IsCrouching_ReturnValue) == 0x0000C8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData, CallFunc_SelectFloat_ReturnValue_1) == 0x0000D0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterLevelData::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded) == 0x000010, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded) == 0x000240, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, IsInWaterCheck) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::IsInWaterCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, Location) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CharacterForwardVector) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CharacterForwardVector' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CurrentWaterFX_0) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CurrentWaterFX_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_GetOwner_ReturnValue) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_GetVelocity_ReturnValue) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_VSize_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_NormalizeToRange_ReturnValue) == 0x000080, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_FClamp_ReturnValue) == 0x000088, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x000090, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000188, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_Lerp_ReturnValue) == 0x000190, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_Lerp_ReturnValue_1) == 0x000198, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_GetOwnerAsCharacter_Character) == 0x0001A0, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001A8, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_MakeTransform_ReturnValue) == 0x0001C0, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000220, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_FinishSpawningActor_ReturnValue) == 0x000228, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000230, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000234, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000238, "Member 'BP_CharacterVisualAlterationsComponent_C_SpawnWaterFXIfNeeded::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter) == 0x000020, "Wrong size on BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter, Character) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerAsCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter) == 0x000270, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, DeltaSeconds) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, SpeedWaterLevel_0) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::SpeedWaterLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, Temp_object_Variable) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_ComputeMeshHeight_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_ComputeMeshHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_GetOwnerAsCharacter_Character) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_GetForwardVector_ReturnValue) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_Add_VectorVector_ReturnValue) == 0x000080, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_LineTraceSingle_OutHit) == 0x000098, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_LineTraceSingle_ReturnValue) == 0x000190, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x000191, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x000192, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_Time) == 0x000194, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_Distance) == 0x000198, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_Location) == 0x0001A0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x0001B8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_Normal) == 0x0001D0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0001E8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000200, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_HitActor) == 0x000208, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_HitComponent) == 0x000210, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000218, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_BoneName) == 0x000220, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_HitItem) == 0x000228, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x00022C, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000230, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_TraceStart) == 0x000238, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000250, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter, CallFunc_SpawnWaterFXIfNeeded_CurrentWaterFX) == 0x000268, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateWaterOnCharacter::CallFunc_SpawnWaterFXIfNeeded_CurrentWaterFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity) == 0x000080, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, NewOpacity) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::NewOpacity' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, Temp_wildcard_Variable) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_SelectFloat_ReturnValue) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_Less_IntInt_ReturnValue_1) == 0x000079, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00007C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetCharacterOpacity::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio) == 0x000038, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, HealthRatio) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::HealthRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_Lerp_ReturnValue_1) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_Lerp_ReturnValue_2) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_Lerp_ReturnValue_3) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_ApplyAlterationsWithHealthRatio::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SetTearsLevel \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SetTearsLevel"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel) == 0x000028, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SetTearsLevel"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, TearLevel) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::TearLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetTearsLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_SetTearsLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SetSweatLevel \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SetSweatLevel"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel) == 0x000028, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SetSweatLevel"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, NewValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetSweatLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_SetSweatLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SetBloodLevel \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SetBloodLevel"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel) == 0x000028, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SetBloodLevel"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, NewValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetBloodLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_SetBloodLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_SetDirtLevel \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_SetDirtLevel"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel) == 0x000028, "Wrong size on BP_CharacterVisualAlterationsComponent_C_SetDirtLevel"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, NewValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_SetDirtLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_SetDirtLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter) == 0x0000C8, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, DeltaSeconds) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, local_CurrentLocation) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::local_CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_GetOwnerAsCharacter_Character) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_GetOwnerAsCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_GetSkinMaterialInstances_SkinMaterialInstances) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_GetSkinMaterialInstances_SkinMaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000074, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000075, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_IsMovingOnGround_ReturnValue) == 0x000090, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Lerp_ReturnValue) == 0x000098, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Vector_Distance_ReturnValue) == 0x0000A0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_FClamp_ReturnValue) == 0x0000B8, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0000C0, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateMudOnCharacter::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements) == 0x000018, "Wrong size on BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_UpdateCharacterVisualAlterationsElements::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio) == 0x000038, "Wrong size on BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, Ratio) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::Ratio' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, Temp_wildcard_Variable) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, CallFunc_GetOwnerCharacterName_HardcodedNameID) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::CallFunc_GetOwnerCharacterName_HardcodedNameID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio, CallFunc_GetHPPercent_HPPercent) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCurrentHealthRatio::CallFunc_GetHPPercent_HPPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName) == 0x000050, "Wrong size on BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, HardcodedNameID) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::HardcodedNameID' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, CallFunc_GetOwner_ReturnValue_1) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000040, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_GetOwnerCharacterName::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged) == 0x000008, "Wrong size on BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged, SkinComponent) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_OnCharacterCustomizationChanged::SkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ReceiveTick \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration) == 0x000020, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration, BloodLevel) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration::BloodLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration, SweatLevel) == 0x000008, "Member 'BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration::SweatLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration, DirtLevel) == 0x000010, "Member 'BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration::DirtLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration, TearLevel) == 0x000018, "Member 'BP_CharacterVisualAlterationsComponent_C_ForceCharacterVisualAlteration::TearLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent \ +static_assert(alignof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent) == 0x000008, "Wrong alignment on BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent"); \ +static_assert(sizeof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent) == 0x0000B0, "Wrong size on BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_Event_EndPlayReason) == 0x000024, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_GetOwnerCurrentHealthRatio_Ratio) == 0x000048, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_GetOwnerCurrentHealthRatio_Ratio' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CustomEvent_BloodLevel) == 0x000058, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CustomEvent_BloodLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CustomEvent_SweatLevel) == 0x000060, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CustomEvent_SweatLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CustomEvent_DirtLevel) == 0x000068, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CustomEvent_DirtLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, K2Node_CustomEvent_TearLevel) == 0x000070, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::K2Node_CustomEvent_TearLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000080, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000088, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_IsValid_ReturnValue_1) == 0x000091, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_IsValid_ReturnValue_2) == 0x000092, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_IsValid_ReturnValue_3) == 0x000093, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_UpdateMudOnCharacter_DeltaSeconds_ImplicitCast) == 0x000098, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_UpdateMudOnCharacter_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_UpdateWaterOnCharacter_DeltaSeconds_ImplicitCast) == 0x0000A0, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_UpdateWaterOnCharacter_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent, CallFunc_UpdateCharacterOpacity_DeltaSeconds_ImplicitCast) == 0x0000A8, "Member 'BP_CharacterVisualAlterationsComponent_C_ExecuteUbergraph_BP_CharacterVisualAlterationsComponent::CallFunc_UpdateCharacterOpacity_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterVisualAlterationsComponent_C \ +static_assert(alignof(UBP_CharacterVisualAlterationsComponent_C) == 0x000008, "Wrong alignment on UBP_CharacterVisualAlterationsComponent_C"); \ +static_assert(sizeof(UBP_CharacterVisualAlterationsComponent_C) == 0x000140, "Wrong size on UBP_CharacterVisualAlterationsComponent_C"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CharacterVisualAlterationsComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, MeshesToAlter) == 0x0000A8, "Member 'UBP_CharacterVisualAlterationsComponent_C::MeshesToAlter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, LastCharacterLocation) == 0x0000B8, "Member 'UBP_CharacterVisualAlterationsComponent_C::LastCharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, DistanceTraveled) == 0x0000D0, "Member 'UBP_CharacterVisualAlterationsComponent_C::DistanceTraveled' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, ShouldAlter) == 0x0000D8, "Member 'UBP_CharacterVisualAlterationsComponent_C::ShouldAlter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, IsCharacterInCinematic) == 0x0000D9, "Member 'UBP_CharacterVisualAlterationsComponent_C::IsCharacterInCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, DefaultWaterFXColor) == 0x0000DC, "Member 'UBP_CharacterVisualAlterationsComponent_C::DefaultWaterFXColor' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, CurrentWaterFX) == 0x0000F0, "Member 'UBP_CharacterVisualAlterationsComponent_C::CurrentWaterFX' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, IsInWater) == 0x0000F8, "Member 'UBP_CharacterVisualAlterationsComponent_C::IsInWater' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, WaterLevel) == 0x000100, "Member 'UBP_CharacterVisualAlterationsComponent_C::WaterLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, CurrentWaterLevel) == 0x000108, "Member 'UBP_CharacterVisualAlterationsComponent_C::CurrentWaterLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, TargetWaterLevel) == 0x000110, "Member 'UBP_CharacterVisualAlterationsComponent_C::TargetWaterLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, SpeedWaterLevel) == 0x000118, "Member 'UBP_CharacterVisualAlterationsComponent_C::SpeedWaterLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, EnableDynamicCharacterOpacity) == 0x000120, "Member 'UBP_CharacterVisualAlterationsComponent_C::EnableDynamicCharacterOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, MinimumDistanceToOpacifyCharacter) == 0x000128, "Member 'UBP_CharacterVisualAlterationsComponent_C::MinimumDistanceToOpacifyCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, MaximumDistanceToOpacifyCharacter) == 0x000130, "Member 'UBP_CharacterVisualAlterationsComponent_C::MaximumDistanceToOpacifyCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualAlterationsComponent_C, ThresholdToHideGroom) == 0x000138, "Member 'UBP_CharacterVisualAlterationsComponent_C::ThresholdToHideGroom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinBase_C_GetArmRingNiagaraComponents \ +static_assert(alignof(BP_CharacterSkinBase_C_GetArmRingNiagaraComponents) == 0x000008, "Wrong alignment on BP_CharacterSkinBase_C_GetArmRingNiagaraComponents"); \ +static_assert(sizeof(BP_CharacterSkinBase_C_GetArmRingNiagaraComponents) == 0x000028, "Wrong size on BP_CharacterSkinBase_C_GetArmRingNiagaraComponents"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_GetArmRingNiagaraComponents, Array) == 0x000000, "Member 'BP_CharacterSkinBase_C_GetArmRingNiagaraComponents::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_GetArmRingNiagaraComponents, ArmRingMaterialIndex_0) == 0x000010, "Member 'BP_CharacterSkinBase_C_GetArmRingNiagaraComponents::ArmRingMaterialIndex_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_GetArmRingNiagaraComponents, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_CharacterSkinBase_C_GetArmRingNiagaraComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSkinBase_C_UserConstructionScript \ +static_assert(alignof(BP_CharacterSkinBase_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CharacterSkinBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CharacterSkinBase_C_UserConstructionScript) == 0x000058, "Wrong size on BP_CharacterSkinBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, Temp_wildcard_Variable) == 0x000008, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000028, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000040, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_GetSkeletalMeshAsset_ReturnValue) == 0x000048, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_GetSkeletalMeshAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSkinBase_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000051, "Member 'BP_CharacterSkinBase_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterSkinBase_C \ +static_assert(alignof(ABP_CharacterSkinBase_C) == 0x000008, "Wrong alignment on ABP_CharacterSkinBase_C"); \ +static_assert(sizeof(ABP_CharacterSkinBase_C) == 0x000350, "Wrong size on ABP_CharacterSkinBase_C"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, FX_ArmRing3) == 0x000290, "Member 'ABP_CharacterSkinBase_C::FX_ArmRing3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, FX_ArmRing1) == 0x000298, "Member 'ABP_CharacterSkinBase_C::FX_ArmRing1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, FX_ArmRing2) == 0x0002A0, "Member 'ABP_CharacterSkinBase_C::FX_ArmRing2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Haircut_SkeletalMesh) == 0x0002A8, "Member 'ABP_CharacterSkinBase_C::Haircut_SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Hair) == 0x0002B0, "Member 'ABP_CharacterSkinBase_C::Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Eyebrows) == 0x0002B8, "Member 'ABP_CharacterSkinBase_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Eyelashes) == 0x0002C0, "Member 'ABP_CharacterSkinBase_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Beard) == 0x0002C8, "Member 'ABP_CharacterSkinBase_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Mustache) == 0x0002D0, "Member 'ABP_CharacterSkinBase_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Haircut_StaticMesh) == 0x0002D8, "Member 'ABP_CharacterSkinBase_C::Haircut_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Face) == 0x0002E0, "Member 'ABP_CharacterSkinBase_C::Face' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Body) == 0x0002E8, "Member 'ABP_CharacterSkinBase_C::Body' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, Root) == 0x0002F0, "Member 'ABP_CharacterSkinBase_C::Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, AnimationProfile) == 0x0002F8, "Member 'ABP_CharacterSkinBase_C::AnimationProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, ArmRingMaterialIndex) == 0x000338, "Member 'ABP_CharacterSkinBase_C::ArmRingMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, BoneToAttachHaircutTo) == 0x00033C, "Member 'ABP_CharacterSkinBase_C::BoneToAttachHaircutTo' has a wrong offset!"); \ +static_assert(offsetof(ABP_CharacterSkinBase_C, FootStepProfile) == 0x000348, "Member 'ABP_CharacterSkinBase_C::FootStepProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Stun_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuff_Stun_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuff_Stun_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuff_Stun_C_ActivateBuff) == 0x000008, "Wrong size on BP_BattleBuff_Stun_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ActivateBuff, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_Stun_C_ActivateBuff::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun \ +static_assert(alignof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun) == 0x000008, "Wrong alignment on BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun"); \ +static_assert(sizeof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun) == 0x000288, "Wrong size on BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000008, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, Temp_text_Variable) == 0x000020, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, Temp_name_Variable) == 0x000030, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, Temp_name_Variable_1) == 0x000038, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_Event_CharacterStats_1) == 0x000040, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_Event_TurnStartDependencies) == 0x000048, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_IsBuffTarget_IsTarget) == 0x000098, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_AddSentenceGenderTags__SubjectOnly__OutText) == 0x0000C0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_AddSentenceGenderTags__SubjectOnly__OutText' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, Temp_text_Variable_1) == 0x0000D0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetBattleManager_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetBattleManager_ReturnValue_1) == 0x0000E8, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, Temp_bool_Variable) == 0x000138, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_MakeArray_Array_1) == 0x000140, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Format_ReturnValue_1) == 0x000150, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Greater_IntInt_ReturnValue) == 0x000160, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_AddSentenceGenderTags__SubjectOnly__OutText_1) == 0x000168, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_AddSentenceGenderTags__SubjectOnly__OutText_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_RemoveReference_ReturnValue) == 0x000178, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_RemoveReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_AddReference_ReturnValue) == 0x000179, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_AddReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_IsInTeam_ReturnValue) == 0x00017A, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetOwner_ReturnValue) == 0x000180, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000188, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_Select_Default) == 0x0001A0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, K2Node_Event_CharacterStats) == 0x0001B0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x0001B8, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetCharacterBattleBase_IsValid) == 0x0001C0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetOwner_ReturnValue_1) == 0x0001C8, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetActorForwardVector_ReturnValue) == 0x0001D0, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001E8, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000200, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetComponentBounds_Origin) == 0x000218, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetComponentBounds_BoxExtent) == 0x000230, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_GetComponentBounds_SphereRadius) == 0x000248, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000250, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Add_VectorVector_ReturnValue) == 0x000258, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000270, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000278, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000280, "Member 'BP_BattleBuff_Stun_C_ExecuteUbergraph_BP_BattleBuff_Stun::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Stun_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_Stun_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_Stun_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_Stun_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_Stun_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_Stun_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_Stun_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_Stun_C_ProcessReceivedRawDamages \ +static_assert(alignof(BP_BattleBuff_Stun_C_ProcessReceivedRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuff_Stun_C_ProcessReceivedRawDamages"); \ +static_assert(sizeof(BP_BattleBuff_Stun_C_ProcessReceivedRawDamages) == 0x000038, "Wrong size on BP_BattleBuff_Stun_C_ProcessReceivedRawDamages"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ProcessReceivedRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuff_Stun_C_ProcessReceivedRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ProcessReceivedRawDamages, Out) == 0x000008, "Member 'BP_BattleBuff_Stun_C_ProcessReceivedRawDamages::Out' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_Stun_C_ProcessReceivedRawDamages, K2Node_MakeStruct_FDamageModifier) == 0x000010, "Member 'BP_BattleBuff_Stun_C_ProcessReceivedRawDamages::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_Stun_C \ +static_assert(alignof(UBP_BattleBuff_Stun_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_Stun_C"); \ +static_assert(sizeof(UBP_BattleBuff_Stun_C) == 0x000188, "Wrong size on UBP_BattleBuff_Stun_C"); \ +static_assert(offsetof(UBP_BattleBuff_Stun_C, UberGraphFrame_BP_BattleBuff_Stun_C) == 0x000158, "Member 'UBP_BattleBuff_Stun_C::UberGraphFrame_BP_BattleBuff_Stun_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Stun_C, Particle_System_Component) == 0x000160, "Member 'UBP_BattleBuff_Stun_C::Particle_System_Component' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_Stun_C, BreakDamageBlockerHandle) == 0x000168, "Member 'UBP_BattleBuff_Stun_C::BreakDamageBlockerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_UnbindCondition \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_UnbindCondition) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_UnbindCondition"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_UnbindCondition) == 0x000080, "Wrong size on BP_ConditionalDataLayersManager_C_UnbindCondition"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindCondition, ConditionalDataLayers_0) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_UnbindCondition::ConditionalDataLayers_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindCondition, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BP_ConditionalDataLayersManager_C_UnbindCondition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_UnbindAllConditions \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_UnbindAllConditions) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_UnbindAllConditions"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_UnbindAllConditions) == 0x0000A0, "Wrong size on BP_ConditionalDataLayersManager_C_UnbindAllConditions"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_UnbindAllConditions, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_ConditionalDataLayersManager_C_UnbindAllConditions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor) == 0x000078, "Wrong size on BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, DataLayers) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, State) == 0x000010, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::State' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, DataLayerInstances) == 0x000018, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::DataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_byte_Variable) == 0x000028, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_IsPackagedBuild_ReturnValue) == 0x000040, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_bool_Variable) == 0x000050, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_bool_Variable_1) == 0x000051, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_GetDataLayerManager_ReturnValue) == 0x000058, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_GetDataLayerInstanceFromAsset_ReturnValue) == 0x000060, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_GetDataLayerInstanceFromAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, Temp_bool_Variable_2) == 0x000068, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_Array_Add_ReturnValue) == 0x00006C, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor, K2Node_Select_Default) == 0x000071, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeStateForEditor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState) == 0x000078, "Wrong size on BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, DataLayers) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, DataLayerNames) == 0x000010, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::DataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, State) == 0x000020, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Array_Length_ReturnValue_1) == 0x000028, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_GetDataLayerManager_ReturnValue) == 0x000048, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_GetDataLayerManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_SetDataLayerRuntimeState_ReturnValue) == 0x000054, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_SetDataLayerRuntimeState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000060, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_ConditionalDataLayersManager_C_SetDataLayersRuntimeState::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_ReceiveEndPlay \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_ConditionalDataLayersManager_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_ConditionalDataLayersManager_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue) == 0x000070, "Wrong size on BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue, ConditionalDataLayers_0) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToTrue::ConditionalDataLayers_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse) == 0x000070, "Wrong size on BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse, ConditionalDataLayers_0) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_OnConditionEvaluatedToFalse::ConditionalDataLayers_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_ForceConditionAtIndex \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex) == 0x000004, "Wrong alignment on BP_ConditionalDataLayersManager_C_ForceConditionAtIndex"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex) == 0x000010, "Wrong size on BP_ConditionalDataLayersManager_C_ForceConditionAtIndex"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex, Index_0) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_ForceConditionAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex, Value) == 0x000004, "Member 'BP_ConditionalDataLayersManager_C_ForceConditionAtIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_ConditionalDataLayersManager_C_ForceConditionAtIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ForceConditionAtIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ConditionalDataLayersManager_C_ForceConditionAtIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager) == 0x000004, "Wrong alignment on BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager) == 0x000008, "Wrong size on BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager, EntryPoint) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_ConditionalDataLayersManager_C_ExecuteUbergraph_BP_ConditionalDataLayersManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_EvaluateCondition \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_EvaluateCondition) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_EvaluateCondition"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_EvaluateCondition) == 0x000078, "Wrong size on BP_ConditionalDataLayersManager_C_EvaluateCondition"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateCondition, ConditionalDataLayer) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_EvaluateCondition::ConditionalDataLayer' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateCondition, CallFunc_CheckCondition_Result) == 0x000070, "Member 'BP_ConditionalDataLayersManager_C_EvaluateCondition::CallFunc_CheckCondition_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_EvaluateAllConditions \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_EvaluateAllConditions"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions) == 0x000090, "Wrong size on BP_ConditionalDataLayersManager_C_EvaluateAllConditions"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, IsBeginPlay) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::IsBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_EvaluateAllConditions, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_ConditionalDataLayersManager_C_EvaluateAllConditions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_CheckForErrors \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_CheckForErrors"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_CheckForErrors) == 0x000160, "Wrong size on BP_ConditionalDataLayersManager_C_CheckForErrors"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000030, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000098, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000A8, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0000B0, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x000140, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_GetAllActorsOfClass_OutActors) == 0x000148, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_CheckForErrors, CallFunc_Greater_IntInt_ReturnValue) == 0x00015C, "Member 'BP_ConditionalDataLayersManager_C_CheckForErrors::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_BindCondition \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_BindCondition) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_BindCondition"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_BindCondition) == 0x000080, "Wrong size on BP_ConditionalDataLayersManager_C_BindCondition"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindCondition, ConditionalDataLayers_0) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_BindCondition::ConditionalDataLayers_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindCondition, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BP_ConditionalDataLayersManager_C_BindCondition::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionalDataLayersManager_C_BindAllConditions \ +static_assert(alignof(BP_ConditionalDataLayersManager_C_BindAllConditions) == 0x000008, "Wrong alignment on BP_ConditionalDataLayersManager_C_BindAllConditions"); \ +static_assert(sizeof(BP_ConditionalDataLayersManager_C_BindAllConditions) == 0x0000A8, "Wrong size on BP_ConditionalDataLayersManager_C_BindAllConditions"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_BindOnSaveLoaded_AlreadyLoaded) == 0x000028, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_BindOnSaveLoaded_AlreadyLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionalDataLayersManager_C_BindAllConditions, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_ConditionalDataLayersManager_C_BindAllConditions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ConditionalDataLayersManager_C \ +static_assert(alignof(ABP_ConditionalDataLayersManager_C) == 0x000008, "Wrong alignment on ABP_ConditionalDataLayersManager_C"); \ +static_assert(sizeof(ABP_ConditionalDataLayersManager_C) == 0x0002B8, "Wrong size on ABP_ConditionalDataLayersManager_C"); \ +static_assert(offsetof(ABP_ConditionalDataLayersManager_C, UberGraphFrame) == 0x000290, "Member 'ABP_ConditionalDataLayersManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ConditionalDataLayersManager_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_ConditionalDataLayersManager_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ConditionalDataLayersManager_C, ConditionalDataLayers) == 0x0002A0, "Member 'ABP_ConditionalDataLayersManager_C::ConditionalDataLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_ConditionalDataLayersManager_C, ConditionIndex) == 0x0002B0, "Member 'ABP_ConditionalDataLayersManager_C::ConditionIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_ConditionalDataLayersManager_C, ConditionValue) == 0x0002B4, "Member 'ABP_ConditionalDataLayersManager_C::ConditionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement) == 0x000004, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement) == 0x000010, "Wrong size on BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement, Level) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement::Level' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement, ReturnValue) == 0x000004, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement, CallFunc_GetFreeAimDamageLevel_FreeAimDamageLevel) == 0x000008, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement::CallFunc_GetFreeAimDamageLevel_FreeAimDamageLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_CanDamageElement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage) == 0x000010, "Wrong size on BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage, EntryPoint) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage, K2Node_Event_GameInstance) == 0x000008, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_FreeAimDamage::K2Node_Event_GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel) == 0x000004, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel, FreeAimDamageLevel) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel::FreeAimDamageLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel, CallFunc_GetFreeAimDamageLevel_FreeAimDamageLevel) == 0x000004, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_GetFreeAimDamageLevel::CallFunc_GetFreeAimDamageLevel_FreeAimDamageLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI \ +static_assert(alignof(BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI) == 0x000008, "Wrong size on BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI, GameInstance) == 0x000000, "Member 'BP_ExplorationCapacityComponent_FreeAimDamage_C_LoadStateFromGI::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationCapacityComponent_FreeAimDamage_C \ +static_assert(alignof(UBP_ExplorationCapacityComponent_FreeAimDamage_C) == 0x000008, "Wrong alignment on UBP_ExplorationCapacityComponent_FreeAimDamage_C"); \ +static_assert(sizeof(UBP_ExplorationCapacityComponent_FreeAimDamage_C) == 0x0000B0, "Wrong size on UBP_ExplorationCapacityComponent_FreeAimDamage_C"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_FreeAimDamage_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ExplorationCapacityComponent_FreeAimDamage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_FreeAimDamage_C, ExplorationProgressionState) == 0x0000A8, "Member 'UBP_ExplorationCapacityComponent_FreeAimDamage_C::ExplorationProgressionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_IsDirectDamage \ +static_assert(alignof(FL_BattleHelpers_C_IsDirectDamage) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_IsDirectDamage"); \ +static_assert(sizeof(FL_BattleHelpers_C_IsDirectDamage) == 0x000020, "Wrong size on FL_BattleHelpers_C_IsDirectDamage"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, BattleDamage) == 0x000000, "Member 'FL_BattleHelpers_C_IsDirectDamage::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, __WorldContext) == 0x000008, "Member 'FL_BattleHelpers_C_IsDirectDamage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, ReturnValue) == 0x000010, "Member 'FL_BattleHelpers_C_IsDirectDamage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000012, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000013, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000015, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000016, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000017, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000018, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000019, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_1) == 0x00001A, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_2) == 0x00001B, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_3) == 0x00001C, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_4) == 0x00001D, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_5) == 0x00001E, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDirectDamage, CallFunc_BooleanOR_ReturnValue_6) == 0x00001F, "Member 'FL_BattleHelpers_C_IsDirectDamage::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_ \ +static_assert(alignof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_"); \ +static_assert(sizeof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_) == 0x0000F0, "Wrong size on FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, InText) == 0x000000, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::InText' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, SubjectCharStats) == 0x000010, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::SubjectCharStats' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, TargetCharStats) == 0x000018, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::TargetCharStats' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, __WorldContext) == 0x000020, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, OutText) == 0x000028, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::OutText' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, CallFunc_GetGenderTag_ReturnValue) == 0x000038, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::CallFunc_GetGenderTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, CallFunc_GetGenderTag_ReturnValue_1) == 0x000039, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::CallFunc_GetGenderTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, K2Node_MakeArray_Array) == 0x0000D0, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__Subject___Target_::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_ \ +static_assert(alignof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_"); \ +static_assert(sizeof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_) == 0x0000A0, "Wrong size on FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, InText) == 0x000000, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::InText' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, SubjectCharStats) == 0x000010, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::SubjectCharStats' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, __WorldContext) == 0x000018, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, OutText) == 0x000020, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::OutText' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, CallFunc_GetGenderTag_ReturnValue) == 0x000030, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::CallFunc_GetGenderTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, K2Node_MakeArray_Array) == 0x000080, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_, CallFunc_Format_ReturnValue) == 0x000090, "Member 'FL_BattleHelpers_C_AddSentenceGenderTags__SubjectOnly_::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_IsDamageSourceBurnBuff \ +static_assert(alignof(FL_BattleHelpers_C_IsDamageSourceBurnBuff) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_IsDamageSourceBurnBuff"); \ +static_assert(sizeof(FL_BattleHelpers_C_IsDamageSourceBurnBuff) == 0x000040, "Wrong size on FL_BattleHelpers_C_IsDamageSourceBurnBuff"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, DamageSource) == 0x000000, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, __WorldContext) == 0x000010, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, IsBurn) == 0x000018, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::IsBurn' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000020, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_GetDamageSourceType_DamageSourceType) == 0x000028, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_GetDamageSourceType_DamageSourceType' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_GetObjectClass_ReturnValue) == 0x000030, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_ClassIsChildOf_ReturnValue) == 0x000039, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_ClassIsChildOf_ReturnValue_1) == 0x00003A, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_ClassIsChildOf_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_IsDamageSourceBurnBuff, CallFunc_BooleanOR_ReturnValue) == 0x00003B, "Member 'FL_BattleHelpers_C_IsDamageSourceBurnBuff::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_GetCharacterFromWorldContext \ +static_assert(alignof(FL_BattleHelpers_C_GetCharacterFromWorldContext) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_GetCharacterFromWorldContext"); \ +static_assert(sizeof(FL_BattleHelpers_C_GetCharacterFromWorldContext) == 0x000058, "Wrong size on FL_BattleHelpers_C_GetCharacterFromWorldContext"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, __WorldContext) == 0x000000, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, CurrentCharacter) == 0x000008, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, K2Node_MakeArray_Array) == 0x000010, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, CallFunc_Format_ReturnValue) == 0x000020, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000030, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, K2Node_DynamicCast_AsBP_Battle_Skill_Script) == 0x000040, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::K2Node_DynamicCast_AsBP_Battle_Skill_Script' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_GetCharacterFromWorldContext, CallFunc_GetCurrentCharacter_CurrentCharacter) == 0x000050, "Member 'FL_BattleHelpers_C_GetCharacterFromWorldContext::CallFunc_GetCurrentCharacter_CurrentCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_BattleHelpers_C_MakeDamageBuilder \ +static_assert(alignof(FL_BattleHelpers_C_MakeDamageBuilder) == 0x000008, "Wrong alignment on FL_BattleHelpers_C_MakeDamageBuilder"); \ +static_assert(sizeof(FL_BattleHelpers_C_MakeDamageBuilder) == 0x0000B8, "Wrong size on FL_BattleHelpers_C_MakeDamageBuilder"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, TargetCharacterStats) == 0x000000, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, AttackElement) == 0x000008, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::AttackElement' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, FinalDamageMultiplier) == 0x000010, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::FinalDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, BreakBarDamageMultiplier) == 0x000018, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::BreakBarDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, DamageSource) == 0x000020, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, DamageReason) == 0x000030, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::DamageReason' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, DebugReason) == 0x000038, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, __WorldContext) == 0x000048, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, ReturnValue) == 0x000050, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, Temp_bool_Variable) == 0x000058, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_IsEmpty_ReturnValue) == 0x000059, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000060, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_SpawnObject_ReturnValue) == 0x000080, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_BattleHelpers_C_MakeDamageBuilder, K2Node_Select_Default) == 0x0000A8, "Member 'FL_BattleHelpers_C_MakeDamageBuilder::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_BattleHelpers_C \ +static_assert(alignof(UFL_BattleHelpers_C) == 0x000008, "Wrong alignment on UFL_BattleHelpers_C"); \ +static_assert(sizeof(UFL_BattleHelpers_C) == 0x000028, "Wrong size on UFL_BattleHelpers_C"); \ + +#define DUMPER7_ASSERTS_IBattleDamageSource_C_GetDamageSourceCharacter \ +static_assert(alignof(IBattleDamageSource_C_GetDamageSourceCharacter) == 0x000008, "Wrong alignment on IBattleDamageSource_C_GetDamageSourceCharacter"); \ +static_assert(sizeof(IBattleDamageSource_C_GetDamageSourceCharacter) == 0x000008, "Wrong size on IBattleDamageSource_C_GetDamageSourceCharacter"); \ +static_assert(offsetof(IBattleDamageSource_C_GetDamageSourceCharacter, CharacterStats) == 0x000000, "Member 'IBattleDamageSource_C_GetDamageSourceCharacter::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBattleDamageSource_C_GetDamageSourceType \ +static_assert(alignof(IBattleDamageSource_C_GetDamageSourceType) == 0x000001, "Wrong alignment on IBattleDamageSource_C_GetDamageSourceType"); \ +static_assert(sizeof(IBattleDamageSource_C_GetDamageSourceType) == 0x000001, "Wrong size on IBattleDamageSource_C_GetDamageSourceType"); \ +static_assert(offsetof(IBattleDamageSource_C_GetDamageSourceType, DamageSourceType) == 0x000000, "Member 'IBattleDamageSource_C_GetDamageSourceType::DamageSourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IIBattleDamageSource_C \ +static_assert(alignof(IIBattleDamageSource_C) == 0x000001, "Wrong alignment on IIBattleDamageSource_C"); \ +static_assert(sizeof(IIBattleDamageSource_C) == 0x000001, "Wrong size on IIBattleDamageSource_C"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_AddAttackPowerModifier \ +static_assert(alignof(BP_BattleDamages_C_AddAttackPowerModifier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_AddAttackPowerModifier"); \ +static_assert(sizeof(BP_BattleDamages_C_AddAttackPowerModifier) == 0x0000A8, "Wrong size on BP_BattleDamages_C_AddAttackPowerModifier"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, Modifier) == 0x000000, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddAttackPowerModifier, CallFunc_AppendStack__Content__Result) == 0x000098, "Member 'BP_BattleDamages_C_AddAttackPowerModifier::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_AddBreakBarDamageMultiplier \ +static_assert(alignof(BP_BattleDamages_C_AddBreakBarDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_AddBreakBarDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamages_C_AddBreakBarDamageMultiplier) == 0x000178, "Wrong size on BP_BattleDamages_C_AddBreakBarDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, Multiplier) == 0x000000, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, Reason) == 0x000008, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_IsEmpty_ReturnValue) == 0x000080, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000081, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, K2Node_MakeArray_Array_1) == 0x000128, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Format_ReturnValue_1) == 0x000148, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddBreakBarDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000170, "Member 'BP_BattleDamages_C_AddBreakBarDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_AddCriticalHitExtraChance \ +static_assert(alignof(BP_BattleDamages_C_AddCriticalHitExtraChance) == 0x000008, "Wrong alignment on BP_BattleDamages_C_AddCriticalHitExtraChance"); \ +static_assert(sizeof(BP_BattleDamages_C_AddCriticalHitExtraChance) == 0x000038, "Wrong size on BP_BattleDamages_C_AddCriticalHitExtraChance"); \ +static_assert(offsetof(BP_BattleDamages_C_AddCriticalHitExtraChance, Chance__0_0_1_0) == 0x000000, "Member 'BP_BattleDamages_C_AddCriticalHitExtraChance::Chance__0_0_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddCriticalHitExtraChance, DebugReason) == 0x000008, "Member 'BP_BattleDamages_C_AddCriticalHitExtraChance::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddCriticalHitExtraChance, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_AddCriticalHitExtraChance::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddCriticalHitExtraChance, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_AddCriticalHitExtraChance::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddCriticalHitExtraChance, CallFunc_CheckEditableValue_Modify_Allowed) == 0x000030, "Member 'BP_BattleDamages_C_AddCriticalHitExtraChance::CallFunc_CheckEditableValue_Modify_Allowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_AddDamageModifier \ +static_assert(alignof(BP_BattleDamages_C_AddDamageModifier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_AddDamageModifier"); \ +static_assert(sizeof(BP_BattleDamages_C_AddDamageModifier) == 0x000028, "Wrong size on BP_BattleDamages_C_AddDamageModifier"); \ +static_assert(offsetof(BP_BattleDamages_C_AddDamageModifier, Modifier) == 0x000000, "Member 'BP_BattleDamages_C_AddDamageModifier::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_AddModifierInternal \ +static_assert(alignof(BP_BattleDamages_C_AddModifierInternal) == 0x000008, "Wrong alignment on BP_BattleDamages_C_AddModifierInternal"); \ +static_assert(sizeof(BP_BattleDamages_C_AddModifierInternal) == 0x000030, "Wrong size on BP_BattleDamages_C_AddModifierInternal"); \ +static_assert(offsetof(BP_BattleDamages_C_AddModifierInternal, Modifier) == 0x000000, "Member 'BP_BattleDamages_C_AddModifierInternal::Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_AddModifierInternal, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_AddModifierInternal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyActiveModifiers \ +static_assert(alignof(BP_BattleDamages_C_ApplyActiveModifiers) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyActiveModifiers"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyActiveModifiers) == 0x0000B0, "Wrong size on BP_BattleDamages_C_ApplyActiveModifiers"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_Format_ReturnValue) == 0x000060, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_IsValid_ReturnValue) == 0x000074, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_ComputeDamageModifiers_Base) == 0x000080, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_ComputeDamageModifiers_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_ComputeDamageModifiers_DamageLogs) == 0x000088, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_ComputeDamageModifiers_DamageLogs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyActiveModifiers, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_BattleDamages_C_ApplyActiveModifiers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyAffinitiesModifiers \ +static_assert(alignof(BP_BattleDamages_C_ApplyAffinitiesModifiers) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyAffinitiesModifiers"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyAffinitiesModifiers) == 0x000188, "Wrong size on BP_BattleDamages_C_ApplyAffinitiesModifiers"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_byte_Variable) == 0x000000, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable) == 0x000008, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_1) == 0x000010, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_2) == 0x000018, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_3) == 0x000020, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_4) == 0x000028, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_5) == 0x000030, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_byte_Variable_1) == 0x000038, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_6) == 0x000040, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_7) == 0x000048, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_8) == 0x000050, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_9) == 0x000058, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_10) == 0x000060, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, Temp_real_Variable_11) == 0x000068, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::Temp_real_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_Select_Default) == 0x000070, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_Select_Default_1) == 0x0000C0, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_MakeArray_Array_1) == 0x000130, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, CallFunc_Format_ReturnValue_1) == 0x000150, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyAffinitiesModifiers, K2Node_MakeStruct_FDamageModifier) == 0x000160, "Member 'BP_BattleDamages_C_ApplyAffinitiesModifiers::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyClamp \ +static_assert(alignof(BP_BattleDamages_C_ApplyClamp) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyClamp"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyClamp) == 0x000050, "Wrong size on BP_BattleDamages_C_ApplyClamp"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, local_clampValue) == 0x000000, "Member 'BP_BattleDamages_C_ApplyClamp::local_clampValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000009, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, Temp_bool_Variable) == 0x000018, "Member 'BP_BattleDamages_C_ApplyClamp::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_Challenge_GetHeroesDamageLimitOverride_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_Challenge_GetHeroesDamageLimitOverride_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_FMin_ReturnValue) == 0x000030, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, K2Node_Select_Default) == 0x000038, "Member 'BP_BattleDamages_C_ApplyClamp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_GetTeam_Team) == 0x000040, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_GetReferenceCounterState_ReturnValue) == 0x000042, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_GetReferenceCounterState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_Not_PreBool_ReturnValue) == 0x000043, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyClamp, CallFunc_FClamp_ReturnValue) == 0x000048, "Member 'BP_BattleDamages_C_ApplyClamp::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyCommonDamageMultipliers \ +static_assert(alignof(BP_BattleDamages_C_ApplyCommonDamageMultipliers) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyCommonDamageMultipliers"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyCommonDamageMultipliers) == 0x000160, "Wrong size on BP_BattleDamages_C_ApplyCommonDamageMultipliers"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, Temp_string_Variable) == 0x000000, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, Temp_string_Variable_1) == 0x000010, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, Temp_bool_Variable) == 0x000020, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, Temp_wildcard_Variable) == 0x000028, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, Temp_bool_Variable_1) == 0x000030, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_Array_Contains_ReturnValue) == 0x000091, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_Select_Default) == 0x000098, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_MakeArray_Array_1) == 0x000108, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_GetTargetCharacter_NewParam) == 0x000118, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_Select_Default_1) == 0x000130, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCommonDamageMultipliers, K2Node_MakeStruct_FDamageModifier) == 0x000138, "Member 'BP_BattleDamages_C_ApplyCommonDamageMultipliers::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyCriticalHitModifiers \ +static_assert(alignof(BP_BattleDamages_C_ApplyCriticalHitModifiers) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyCriticalHitModifiers"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyCriticalHitModifiers) == 0x000288, "Wrong size on BP_BattleDamages_C_ApplyCriticalHitModifiers"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, IsCriticalHit_0) == 0x000000, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::IsCriticalHit_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, local_forceCritical) == 0x000001, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::local_forceCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, Temp_text_Variable) == 0x000008, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, Temp_text_Variable_1) == 0x000018, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, Temp_bool_Variable) == 0x000028, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_GetCriticalRollToBeat_Value) == 0x000030, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_GetCriticalRollToBeat_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_Select_Default) == 0x0000D0, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_GetCriticalRollToBeat_Value_1) == 0x0000E0, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_GetCriticalRollToBeat_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000178, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000180, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData_4) == 0x000188, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeArray_Array) == 0x0001D0, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FDamageModifier) == 0x0001F0, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeStruct_FormatArgumentData_5) == 0x000218, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, K2Node_MakeArray_Array_1) == 0x000260, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_IsValid_ReturnValue) == 0x000280, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyCriticalHitModifiers, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000281, "Member 'BP_BattleDamages_C_ApplyCriticalHitModifiers::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyDeathtouch \ +static_assert(alignof(BP_BattleDamages_C_ApplyDeathtouch) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyDeathtouch"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyDeathtouch) == 0x000070, "Wrong size on BP_BattleDamages_C_ApplyDeathtouch"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDeathtouch, CallFunc_IsDeathTouch_ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_ApplyDeathtouch::CallFunc_IsDeathTouch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDeathtouch, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_BattleDamages_C_ApplyDeathtouch::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDeathtouch, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_BattleDamages_C_ApplyDeathtouch::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDeathtouch, CallFunc_Format_ReturnValue) == 0x000060, "Member 'BP_BattleDamages_C_ApplyDeathtouch::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyDebugOverrides \ +static_assert(alignof(BP_BattleDamages_C_ApplyDebugOverrides) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyDebugOverrides"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyDebugOverrides) == 0x000040, "Wrong size on BP_BattleDamages_C_ApplyDebugOverrides"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetTeam_Team) == 0x000001, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_FMin_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_FMin_ReturnValue_1) == 0x000018, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000029, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000030, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000038, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x000039, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x00003A, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_BooleanAND_ReturnValue_1) == 0x00003B, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetConsoleVariableBoolValue_ReturnValue_2) == 0x00003D, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetConsoleVariableBoolValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_GetConsoleVariableBoolValue_ReturnValue_3) == 0x00003E, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_GetConsoleVariableBoolValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDebugOverrides, CallFunc_BooleanAND_ReturnValue_2) == 0x00003F, "Member 'BP_BattleDamages_C_ApplyDebugOverrides::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyDefense \ +static_assert(alignof(BP_BattleDamages_C_ApplyDefense) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyDefense"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyDefense) == 0x0000D8, "Wrong size on BP_BattleDamages_C_ApplyDefense"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_FMax_ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_BattleDamages_C_ApplyDefense::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_GetFinalBaseElement_AttackElement) == 0x000050, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_GetFinalBaseElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_GetDefenseAgainstElement_Defense) == 0x000058, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_GetDefenseAgainstElement_Defense' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_BattleDamages_C_ApplyDefense::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_BattleDamages_C_ApplyDefense::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_CalculateDefense_ReturnValue) == 0x0000C0, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_CalculateDefense_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyDefense, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_BattleDamages_C_ApplyDefense::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyStraightDamages \ +static_assert(alignof(BP_BattleDamages_C_ApplyStraightDamages) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyStraightDamages"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyStraightDamages) == 0x000088, "Wrong size on BP_BattleDamages_C_ApplyStraightDamages"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, StraightDamage) == 0x000000, "Member 'BP_BattleDamages_C_ApplyStraightDamages::StraightDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_ApplyStraightDamages::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_ApplyStraightDamages::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_BattleDamages_C_ApplyStraightDamages::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_BattleDamages_C_ApplyStraightDamages::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyStraightDamages, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_BattleDamages_C_ApplyStraightDamages::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ApplyTargetClampAndRounding \ +static_assert(alignof(BP_BattleDamages_C_ApplyTargetClampAndRounding) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ApplyTargetClampAndRounding"); \ +static_assert(sizeof(BP_BattleDamages_C_ApplyTargetClampAndRounding) == 0x0000A8, "Wrong size on BP_BattleDamages_C_ApplyTargetClampAndRounding"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, local_previousTotalDamage) == 0x000000, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::local_previousTotalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_FMin_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_FMin_ReturnValue_1) == 0x000080, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_Round64_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_Round64_ReturnValue_1) == 0x000090, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_Round64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000098, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ApplyTargetClampAndRounding, CallFunc_Conv_Int64ToDouble_ReturnValue_1) == 0x0000A0, "Member 'BP_BattleDamages_C_ApplyTargetClampAndRounding::CallFunc_Conv_Int64ToDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_CalculateDefense \ +static_assert(alignof(BP_BattleDamages_C_CalculateDefense) == 0x000008, "Wrong alignment on BP_BattleDamages_C_CalculateDefense"); \ +static_assert(sizeof(BP_BattleDamages_C_CalculateDefense) == 0x000050, "Wrong size on BP_BattleDamages_C_CalculateDefense"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, AttackPower) == 0x000000, "Member 'BP_BattleDamages_C_CalculateDefense::AttackPower' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, Defense) == 0x000008, "Member 'BP_BattleDamages_C_CalculateDefense::Defense' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_CalculateDefense::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, Local_DamageCoefficient) == 0x000018, "Member 'BP_BattleDamages_C_CalculateDefense::Local_DamageCoefficient' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_SafeDivide_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_SafeDivide_ReturnValue_1) == 0x000040, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CalculateDefense, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_BattleDamages_C_CalculateDefense::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_Cancel \ +static_assert(alignof(BP_BattleDamages_C_Cancel) == 0x000008, "Wrong alignment on BP_BattleDamages_C_Cancel"); \ +static_assert(sizeof(BP_BattleDamages_C_Cancel) == 0x000050, "Wrong size on BP_BattleDamages_C_Cancel"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, MissReason_0) == 0x000000, "Member 'BP_BattleDamages_C_Cancel::MissReason_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, DebugReason) == 0x000008, "Member 'BP_BattleDamages_C_Cancel::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_Cancel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000028, "Member 'BP_BattleDamages_C_Cancel::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, CallFunc_GetCharacterBattleBase_IsValid) == 0x000030, "Member 'BP_BattleDamages_C_Cancel::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_BattleDamages_C_Cancel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Cancel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_BattleDamages_C_Cancel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_CheckEditableValue_Modify \ +static_assert(alignof(BP_BattleDamages_C_CheckEditableValue_Modify) == 0x000008, "Wrong alignment on BP_BattleDamages_C_CheckEditableValue_Modify"); \ +static_assert(sizeof(BP_BattleDamages_C_CheckEditableValue_Modify) == 0x000170, "Wrong size on BP_BattleDamages_C_CheckEditableValue_Modify"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, Selection) == 0x000000, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::Selection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, ValueName) == 0x000008, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::ValueName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, ChangeReason) == 0x000018, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, Allowed) == 0x000028, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::Allowed' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000E0, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, K2Node_SwitchEnum_CmpSuccess) == 0x0000F0, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F8, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_Modify, CallFunc_Format_ReturnValue) == 0x000160, "Member 'BP_BattleDamages_C_CheckEditableValue_Modify::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_CheckEditableValue_GetFinalValue \ +static_assert(alignof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue) == 0x000008, "Wrong alignment on BP_BattleDamages_C_CheckEditableValue_GetFinalValue"); \ +static_assert(sizeof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue) == 0x000098, "Wrong size on BP_BattleDamages_C_CheckEditableValue_GetFinalValue"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, Selection) == 0x000000, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::Selection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, Allowed) == 0x000001, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::Allowed' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckEditableValue_GetFinalValue, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_CheckEditableValue_GetFinalValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_CheckValidReason \ +static_assert(alignof(BP_BattleDamages_C_CheckValidReason) == 0x000008, "Wrong alignment on BP_BattleDamages_C_CheckValidReason"); \ +static_assert(sizeof(BP_BattleDamages_C_CheckValidReason) == 0x000108, "Wrong size on BP_BattleDamages_C_CheckValidReason"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, Reason) == 0x000000, "Member 'BP_BattleDamages_C_CheckValidReason::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, Context) == 0x000010, "Member 'BP_BattleDamages_C_CheckValidReason::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_BattleDamages_C_CheckValidReason::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_BattleDamages_C_CheckValidReason::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'BP_BattleDamages_C_CheckValidReason::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_BattleDamages_C_CheckValidReason::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_BattleDamages_C_CheckValidReason::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'BP_BattleDamages_C_CheckValidReason::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_BattleDamages_C_CheckValidReason::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_CheckValidReason, CallFunc_AppendStack__Content__Result) == 0x0000F8, "Member 'BP_BattleDamages_C_CheckValidReason::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ComputeDamageModifiers \ +static_assert(alignof(BP_BattleDamages_C_ComputeDamageModifiers) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ComputeDamageModifiers"); \ +static_assert(sizeof(BP_BattleDamages_C_ComputeDamageModifiers) == 0x000598, "Wrong size on BP_BattleDamages_C_ComputeDamageModifiers"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Modifiers) == 0x000000, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, InputBase) == 0x000010, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::InputBase' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, base) == 0x000018, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, DamageLogs) == 0x000020, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::DamageLogs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_flatValuesSum) == 0x000030, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_flatValuesSum' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_basePrev) == 0x000038, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_basePrev' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_logs) == 0x000040, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_logs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_currentModifierValue) == 0x000050, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_currentModifierValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_currentLineInfo) == 0x000058, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_currentLineInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, local_base) == 0x000068, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::local_base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000078, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_wildcard_Temp_buffer_array_Variable) == 0x000088, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_JoinStringArray_ReturnValue) == 0x000098, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Array_Index_Variable) == 0x000108, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00010C, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Loop_Counter_Variable_1) == 0x000110, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Less_IntInt_ReturnValue) == 0x000114, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_IntInt_ReturnValue_1) == 0x000118, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Array_Index_Variable_1) == 0x00011C, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x000120, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_1) == 0x000150, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_SwitchEnum_CmpSuccess) == 0x000198, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Conv_DoubleToText_ReturnValue) == 0x0001A0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001B0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array) == 0x0001F8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_1) == 0x000208, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue) == 0x000218, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_IsValid_ReturnValue) == 0x000228, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Add_ReturnValue) == 0x00022C, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Not_PreBool_ReturnValue) == 0x000230, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_ShouldBypassModifiers_ReturnValue) == 0x000231, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_ShouldBypassModifiers_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Not_PreBool_ReturnValue_1) == 0x000232, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_BooleanOR_ReturnValue) == 0x000233, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000238, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000240, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_3) == 0x000248, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_2) == 0x000290, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0002A0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue_1) == 0x0002A8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Loop_Counter_Variable_2) == 0x0002B8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_int_Array_Index_Variable_2) == 0x0002BC, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002C0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1) == 0x0002C8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Get_Item_1) == 0x0002D8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Length_ReturnValue_1) == 0x000300, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Less_IntInt_ReturnValue_1) == 0x000304, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_4) == 0x000308, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_3) == 0x000350, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_5) == 0x000360, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue_2) == 0x0003A8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_4) == 0x0003B8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue_3) == 0x0003C8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_AppendStack__Content__Result) == 0x0003D8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_SwitchEnum_CmpSuccess_1) == 0x0003E8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Get_Item_2) == 0x0003F0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Add_ReturnValue_1) == 0x000400, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Conv_TextToString_ReturnValue) == 0x000408, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Length_ReturnValue_2) == 0x000418, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Concat_StrStr_ReturnValue) == 0x000420, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Less_IntInt_ReturnValue_2) == 0x000430, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000438, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Length_ReturnValue_3) == 0x000448, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00044C, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00044D, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_wildcard_Temp_buffer_array_Variable_1) == 0x000450, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_wildcard_Temp_buffer_array_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Add_ReturnValue_2) == 0x000460, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_6) == 0x000468, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0004B0, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_5) == 0x0004B8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x0004C8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue_4) == 0x0004D8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeStruct_FormatArgumentData_7) == 0x0004E8, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_MakeArray_Array_6) == 0x000530, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000540, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Format_ReturnValue_5) == 0x000548, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000558, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, Temp_bool_Variable) == 0x000560, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, K2Node_Select_Default) == 0x000568, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Array_Add_ReturnValue_3) == 0x000578, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000580, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000588, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ComputeDamageModifiers, CallFunc_IsPackagedForDistribution_ReturnValue_2) == 0x000590, "Member 'BP_BattleDamages_C_ComputeDamageModifiers::CallFunc_IsPackagedForDistribution_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_Finish \ +static_assert(alignof(BP_BattleDamages_C_Finish) == 0x000001, "Wrong alignment on BP_BattleDamages_C_Finish"); \ +static_assert(sizeof(BP_BattleDamages_C_Finish) == 0x000001, "Wrong size on BP_BattleDamages_C_Finish"); \ +static_assert(offsetof(BP_BattleDamages_C_Finish, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_Finish::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetAffinityType \ +static_assert(alignof(BP_BattleDamages_C_GetAffinityType) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetAffinityType"); \ +static_assert(sizeof(BP_BattleDamages_C_GetAffinityType) == 0x000001, "Wrong size on BP_BattleDamages_C_GetAffinityType"); \ +static_assert(offsetof(BP_BattleDamages_C_GetAffinityType, BaseTypeAffinity_0) == 0x000000, "Member 'BP_BattleDamages_C_GetAffinityType::BaseTypeAffinity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetBreakBarDamageMultiplier \ +static_assert(alignof(BP_BattleDamages_C_GetBreakBarDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetBreakBarDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamages_C_GetBreakBarDamageMultiplier) == 0x000008, "Wrong size on BP_BattleDamages_C_GetBreakBarDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamages_C_GetBreakBarDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetBreakBarDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetCriticalRollToBeat \ +static_assert(alignof(BP_BattleDamages_C_GetCriticalRollToBeat) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetCriticalRollToBeat"); \ +static_assert(sizeof(BP_BattleDamages_C_GetCriticalRollToBeat) == 0x000030, "Wrong size on BP_BattleDamages_C_GetCriticalRollToBeat"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, Value) == 0x000000, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, Temp_byte_Variable) == 0x000008, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetCriticalRollToBeat, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_GetCriticalRollToBeat::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetFeedbackReason \ +static_assert(alignof(BP_BattleDamages_C_GetFeedbackReason) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetFeedbackReason"); \ +static_assert(sizeof(BP_BattleDamages_C_GetFeedbackReason) == 0x000050, "Wrong size on BP_BattleDamages_C_GetFeedbackReason"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, HasFeedback) == 0x000000, "Member 'BP_BattleDamages_C_GetFeedbackReason::HasFeedback' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, FeedbackReasonText) == 0x000008, "Member 'BP_BattleDamages_C_GetFeedbackReason::FeedbackReasonText' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, FeedbackReasonColor) == 0x000018, "Member 'BP_BattleDamages_C_GetFeedbackReason::FeedbackReasonColor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, CallFunc_HasFeedbackReason_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_GetFeedbackReason::CallFunc_HasFeedbackReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, CallFunc_GetFeedbackReason_FeedbackReasonText) == 0x000030, "Member 'BP_BattleDamages_C_GetFeedbackReason::CallFunc_GetFeedbackReason_FeedbackReasonText' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFeedbackReason, CallFunc_GetFeedbackReason_FeedbackReasonColor) == 0x000040, "Member 'BP_BattleDamages_C_GetFeedbackReason::CallFunc_GetFeedbackReason_FeedbackReasonColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetFinalBaseElement \ +static_assert(alignof(BP_BattleDamages_C_GetFinalBaseElement) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetFinalBaseElement"); \ +static_assert(sizeof(BP_BattleDamages_C_GetFinalBaseElement) == 0x000020, "Wrong size on BP_BattleDamages_C_GetFinalBaseElement"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBaseElement, AttackElement) == 0x000000, "Member 'BP_BattleDamages_C_GetFinalBaseElement::AttackElement' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBaseElement, CallFunc_AppendStack__Content__Result) == 0x000008, "Member 'BP_BattleDamages_C_GetFinalBaseElement::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBaseElement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_GetFinalBaseElement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetFinalBreakBarDamageAmount \ +static_assert(alignof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetFinalBreakBarDamageAmount"); \ +static_assert(sizeof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount) == 0x000028, "Wrong size on BP_BattleDamages_C_GetFinalBreakBarDamageAmount"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetFinalBreakBarDamageAmount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount, CallFunc_GetBreakBarDamageMultiplier_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_GetFinalBreakBarDamageAmount::CallFunc_GetBreakBarDamageMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount, CallFunc_GetFinalDamages_FinalDamages) == 0x000010, "Member 'BP_BattleDamages_C_GetFinalBreakBarDamageAmount::CallFunc_GetFinalDamages_FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_GetFinalBreakBarDamageAmount::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalBreakBarDamageAmount, CallFunc_Round64_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_GetFinalBreakBarDamageAmount::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetHitSoundOverride \ +static_assert(alignof(BP_BattleDamages_C_GetHitSoundOverride) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetHitSoundOverride"); \ +static_assert(sizeof(BP_BattleDamages_C_GetHitSoundOverride) == 0x000010, "Wrong size on BP_BattleDamages_C_GetHitSoundOverride"); \ +static_assert(offsetof(BP_BattleDamages_C_GetHitSoundOverride, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetHitSoundOverride::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetHitSoundOverride, CallFunc_GetHitSoundOverride_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_GetHitSoundOverride::CallFunc_GetHitSoundOverride_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetIgnoreMarkedRemoval \ +static_assert(alignof(BP_BattleDamages_C_GetIgnoreMarkedRemoval) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetIgnoreMarkedRemoval"); \ +static_assert(sizeof(BP_BattleDamages_C_GetIgnoreMarkedRemoval) == 0x000002, "Wrong size on BP_BattleDamages_C_GetIgnoreMarkedRemoval"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIgnoreMarkedRemoval, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetIgnoreMarkedRemoval::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIgnoreMarkedRemoval, CallFunc_GetIgnoreMarkedRemoval_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_GetIgnoreMarkedRemoval::CallFunc_GetIgnoreMarkedRemoval_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetInputBaseElement \ +static_assert(alignof(BP_BattleDamages_C_GetInputBaseElement) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetInputBaseElement"); \ +static_assert(sizeof(BP_BattleDamages_C_GetInputBaseElement) == 0x000001, "Wrong size on BP_BattleDamages_C_GetInputBaseElement"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputBaseElement, InputAttackType) == 0x000000, "Member 'BP_BattleDamages_C_GetInputBaseElement::InputAttackType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetInputDamageMultiplier \ +static_assert(alignof(BP_BattleDamages_C_GetInputDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetInputDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamages_C_GetInputDamageMultiplier) == 0x000008, "Wrong size on BP_BattleDamages_C_GetInputDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetInputDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetInputFinalDamageMultiplier \ +static_assert(alignof(BP_BattleDamages_C_GetInputFinalDamageMultiplier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetInputFinalDamageMultiplier"); \ +static_assert(sizeof(BP_BattleDamages_C_GetInputFinalDamageMultiplier) == 0x000010, "Wrong size on BP_BattleDamages_C_GetInputFinalDamageMultiplier"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputFinalDamageMultiplier, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetInputFinalDamageMultiplier::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputFinalDamageMultiplier, CallFunc_GetFinalDamageMultiplier_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_GetInputFinalDamageMultiplier::CallFunc_GetFinalDamageMultiplier_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetIsCriticalHit \ +static_assert(alignof(BP_BattleDamages_C_GetIsCriticalHit) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetIsCriticalHit"); \ +static_assert(sizeof(BP_BattleDamages_C_GetIsCriticalHit) == 0x000018, "Wrong size on BP_BattleDamages_C_GetIsCriticalHit"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsCriticalHit, IsCritical) == 0x000000, "Member 'BP_BattleDamages_C_GetIsCriticalHit::IsCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsCriticalHit, CallFunc_AppendStack__Content__Result) == 0x000008, "Member 'BP_BattleDamages_C_GetIsCriticalHit::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetIsResistant \ +static_assert(alignof(BP_BattleDamages_C_GetIsResistant) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetIsResistant"); \ +static_assert(sizeof(BP_BattleDamages_C_GetIsResistant) == 0x000002, "Wrong size on BP_BattleDamages_C_GetIsResistant"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsResistant, IsResistant) == 0x000000, "Member 'BP_BattleDamages_C_GetIsResistant::IsResistant' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsResistant, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_GetIsResistant::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetIsWeakness \ +static_assert(alignof(BP_BattleDamages_C_GetIsWeakness) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetIsWeakness"); \ +static_assert(sizeof(BP_BattleDamages_C_GetIsWeakness) == 0x000002, "Wrong size on BP_BattleDamages_C_GetIsWeakness"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsWeakness, IsWeakness) == 0x000000, "Member 'BP_BattleDamages_C_GetIsWeakness::IsWeakness' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIsWeakness, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_GetIsWeakness::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetMissReason \ +static_assert(alignof(BP_BattleDamages_C_GetMissReason) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetMissReason"); \ +static_assert(sizeof(BP_BattleDamages_C_GetMissReason) == 0x000001, "Wrong size on BP_BattleDamages_C_GetMissReason"); \ +static_assert(offsetof(BP_BattleDamages_C_GetMissReason, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_GetMissReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetTargetCharacter \ +static_assert(alignof(BP_BattleDamages_C_GetTargetCharacter) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetTargetCharacter"); \ +static_assert(sizeof(BP_BattleDamages_C_GetTargetCharacter) == 0x000008, "Wrong size on BP_BattleDamages_C_GetTargetCharacter"); \ +static_assert(offsetof(BP_BattleDamages_C_GetTargetCharacter, NewParam) == 0x000000, "Member 'BP_BattleDamages_C_GetTargetCharacter::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_Init \ +static_assert(alignof(BP_BattleDamages_C_Init) == 0x000008, "Wrong alignment on BP_BattleDamages_C_Init"); \ +static_assert(sizeof(BP_BattleDamages_C_Init) == 0x000100, "Wrong size on BP_BattleDamages_C_Init"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_Init::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_Init::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_Init::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleDamages_C_Init::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, K2Node_DynamicCast_AsBPI_Debug_Battle_Listener) == 0x000060, "Member 'BP_BattleDamages_C_Init::K2Node_DynamicCast_AsBPI_Debug_Battle_Listener' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_BattleDamages_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_GetAttackPowerForType_Power) == 0x000078, "Member 'BP_BattleDamages_C_Init::CallFunc_GetAttackPowerForType_Power' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_BattleDamages_C_Init::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_FCeil_ReturnValue) == 0x000084, "Member 'BP_BattleDamages_C_Init::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_Init::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_BattleDamages_C_Init::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_BattleDamages_C_Init::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_BattleDamages_C_Init::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Init, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_BattleDamages_C_Init::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_InitAffinities \ +static_assert(alignof(BP_BattleDamages_C_InitAffinities) == 0x000001, "Wrong alignment on BP_BattleDamages_C_InitAffinities"); \ +static_assert(sizeof(BP_BattleDamages_C_InitAffinities) == 0x000002, "Wrong size on BP_BattleDamages_C_InitAffinities"); \ +static_assert(offsetof(BP_BattleDamages_C_InitAffinities, CallFunc_GetFinalBaseElement_AttackElement) == 0x000000, "Member 'BP_BattleDamages_C_InitAffinities::CallFunc_GetFinalBaseElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_InitAffinities, CallFunc_GetElementalAffinity_Affinity) == 0x000001, "Member 'BP_BattleDamages_C_InitAffinities::CallFunc_GetElementalAffinity_Affinity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_InitFinalDamages \ +static_assert(alignof(BP_BattleDamages_C_InitFinalDamages) == 0x000008, "Wrong alignment on BP_BattleDamages_C_InitFinalDamages"); \ +static_assert(sizeof(BP_BattleDamages_C_InitFinalDamages) == 0x000078, "Wrong size on BP_BattleDamages_C_InitFinalDamages"); \ +static_assert(offsetof(BP_BattleDamages_C_InitFinalDamages, CallFunc_GetInputDamages_Base_RawDamages) == 0x000000, "Member 'BP_BattleDamages_C_InitFinalDamages::CallFunc_GetInputDamages_Base_RawDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_InitFinalDamages, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_BattleDamages_C_InitFinalDamages::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_InitFinalDamages, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_BattleDamages_C_InitFinalDamages::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_InitFinalDamages, CallFunc_Format_ReturnValue) == 0x000060, "Member 'BP_BattleDamages_C_InitFinalDamages::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_InitFinalDamages, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_BattleDamages_C_InitFinalDamages::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_IsDeathtouch \ +static_assert(alignof(BP_BattleDamages_C_IsDeathtouch) == 0x000001, "Wrong alignment on BP_BattleDamages_C_IsDeathtouch"); \ +static_assert(sizeof(BP_BattleDamages_C_IsDeathtouch) == 0x000003, "Wrong size on BP_BattleDamages_C_IsDeathtouch"); \ +static_assert(offsetof(BP_BattleDamages_C_IsDeathtouch, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_IsDeathtouch::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_IsDeathtouch, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_IsDeathtouch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_IsDeathtouch, CallFunc_IsDeathTouch_ReturnValue) == 0x000002, "Member 'BP_BattleDamages_C_IsDeathtouch::CallFunc_IsDeathTouch_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_LoadFromBuilder \ +static_assert(alignof(BP_BattleDamages_C_LoadFromBuilder) == 0x000008, "Wrong alignment on BP_BattleDamages_C_LoadFromBuilder"); \ +static_assert(sizeof(BP_BattleDamages_C_LoadFromBuilder) == 0x0000D0, "Wrong size on BP_BattleDamages_C_LoadFromBuilder"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, Builder) == 0x000000, "Member 'BP_BattleDamages_C_LoadFromBuilder::Builder' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_GetBreakBarMultiplier_INPUT_BreakBarMultiplier) == 0x000008, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_GetBreakBarMultiplier_INPUT_BreakBarMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_GetCriticalHitDamageMultiplier_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_GetCriticalHitDamageMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_GetCriticalHitChanceModifier_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_GetCriticalHitChanceModifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_GetDefenseAgainstElement_Defense) == 0x000030, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_GetDefenseAgainstElement_Defense' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_FCeil_ReturnValue) == 0x000048, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleDamages_C_LoadFromBuilder::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000098, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_BattleDamages_C_LoadFromBuilder::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LoadFromBuilder, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x0000C9, "Member 'BP_BattleDamages_C_LoadFromBuilder::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_LogModifier \ +static_assert(alignof(BP_BattleDamages_C_LogModifier) == 0x000008, "Wrong alignment on BP_BattleDamages_C_LogModifier"); \ +static_assert(sizeof(BP_BattleDamages_C_LogModifier) == 0x000028, "Wrong size on BP_BattleDamages_C_LogModifier"); \ +static_assert(offsetof(BP_BattleDamages_C_LogModifier, Text) == 0x000000, "Member 'BP_BattleDamages_C_LogModifier::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LogModifier, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_LogModifier::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_LogModifier, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_LogModifier::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ModifyBaseDamageElement \ +static_assert(alignof(BP_BattleDamages_C_ModifyBaseDamageElement) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ModifyBaseDamageElement"); \ +static_assert(sizeof(BP_BattleDamages_C_ModifyBaseDamageElement) == 0x000250, "Wrong size on BP_BattleDamages_C_ModifyBaseDamageElement"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, NewAttackType) == 0x000000, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::NewAttackType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, Reason) == 0x000008, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, local_PreviousAttackType) == 0x000018, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::local_PreviousAttackType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_AppendStack__Content__Result) == 0x000020, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_AppendStack__Content__Result_1) == 0x0000C0, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_AppendStack__Content__Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D0, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_MakeLiteralText_ReturnValue) == 0x0000D8, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue) == 0x0000E8, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_IsValid_ReturnValue) == 0x0000E9, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F0, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000100, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_Conv_StringToText_ReturnValue) == 0x000110, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000120, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeArray_Array) == 0x0001C0, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D0, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_Format_ReturnValue) == 0x000218, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, K2Node_MakeArray_Array_1) == 0x000228, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyBaseDamageElement, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000248, "Member 'BP_BattleDamages_C_ModifyBaseDamageElement::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_ModifyFloatRef \ +static_assert(alignof(BP_BattleDamages_C_ModifyFloatRef) == 0x000008, "Wrong alignment on BP_BattleDamages_C_ModifyFloatRef"); \ +static_assert(sizeof(BP_BattleDamages_C_ModifyFloatRef) == 0x000190, "Wrong size on BP_BattleDamages_C_ModifyFloatRef"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, TargetVariable) == 0x000000, "Member 'BP_BattleDamages_C_ModifyFloatRef::TargetVariable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, NewValue) == 0x000008, "Member 'BP_BattleDamages_C_ModifyFloatRef::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, VarName) == 0x000010, "Member 'BP_BattleDamages_C_ModifyFloatRef::VarName' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, Reason) == 0x000020, "Member 'BP_BattleDamages_C_ModifyFloatRef::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, local_previousValue) == 0x000030, "Member 'BP_BattleDamages_C_ModifyFloatRef::local_previousValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamages_C_ModifyFloatRef::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_BattleDamages_C_ModifyFloatRef::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_BattleDamages_C_ModifyFloatRef::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_BattleDamages_C_ModifyFloatRef::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, K2Node_MakeStruct_FormatArgumentData_3) == 0x000120, "Member 'BP_BattleDamages_C_ModifyFloatRef::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000168, "Member 'BP_BattleDamages_C_ModifyFloatRef::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, K2Node_MakeArray_Array) == 0x000170, "Member 'BP_BattleDamages_C_ModifyFloatRef::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_ModifyFloatRef, CallFunc_Format_ReturnValue) == 0x000180, "Member 'BP_BattleDamages_C_ModifyFloatRef::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_OverrideWithEffectiveDamage \ +static_assert(alignof(BP_BattleDamages_C_OverrideWithEffectiveDamage) == 0x000008, "Wrong alignment on BP_BattleDamages_C_OverrideWithEffectiveDamage"); \ +static_assert(sizeof(BP_BattleDamages_C_OverrideWithEffectiveDamage) == 0x0000C0, "Wrong size on BP_BattleDamages_C_OverrideWithEffectiveDamage"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, FinalDamage) == 0x000000, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::FinalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000050, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_OverrideWithEffectiveDamage, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_BattleDamages_C_OverrideWithEffectiveDamage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_PrintMessage \ +static_assert(alignof(BP_BattleDamages_C_PrintMessage) == 0x000008, "Wrong alignment on BP_BattleDamages_C_PrintMessage"); \ +static_assert(sizeof(BP_BattleDamages_C_PrintMessage) == 0x000158, "Wrong size on BP_BattleDamages_C_PrintMessage"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, Message) == 0x000000, "Member 'BP_BattleDamages_C_PrintMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_BattleDamages_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_GetOwner_ReturnValue) == 0x000058, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_GetOwner_ReturnValue_1) == 0x000060, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_GetDisplayName_ReturnValue_1) == 0x000078, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_BattleDamages_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_BattleDamages_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_BattleDamages_C_PrintMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintMessage, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_BattleDamages_C_PrintMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_RollCriticalHit \ +static_assert(alignof(BP_BattleDamages_C_RollCriticalHit) == 0x000008, "Wrong alignment on BP_BattleDamages_C_RollCriticalHit"); \ +static_assert(sizeof(BP_BattleDamages_C_RollCriticalHit) == 0x000028, "Wrong size on BP_BattleDamages_C_RollCriticalHit"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, IsCriticalHit_0) == 0x000000, "Member 'BP_BattleDamages_C_RollCriticalHit::IsCriticalHit_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, local_blockCritical) == 0x000001, "Member 'BP_BattleDamages_C_RollCriticalHit::local_blockCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, local_forceCritical) == 0x000002, "Member 'BP_BattleDamages_C_RollCriticalHit::local_forceCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_GetForcedCriticalHit_ReturnValue) == 0x000004, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_GetForcedCriticalHit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000005, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000006, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_Not_PreBool_ReturnValue_1) == 0x000007, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_GetCriticalRollToBeat_Value) == 0x000010, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_GetCriticalRollToBeat_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x000019, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00001A, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_Not_PreBool_ReturnValue_2) == 0x00001B, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_RollCriticalHit, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_BattleDamages_C_RollCriticalHit::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_Set_Ignore_Target_Defense \ +static_assert(alignof(BP_BattleDamages_C_Set_Ignore_Target_Defense) == 0x000001, "Wrong alignment on BP_BattleDamages_C_Set_Ignore_Target_Defense"); \ +static_assert(sizeof(BP_BattleDamages_C_Set_Ignore_Target_Defense) == 0x000002, "Wrong size on BP_BattleDamages_C_Set_Ignore_Target_Defense"); \ +static_assert(offsetof(BP_BattleDamages_C_Set_Ignore_Target_Defense, Ignore) == 0x000000, "Member 'BP_BattleDamages_C_Set_Ignore_Target_Defense::Ignore' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_Set_Ignore_Target_Defense, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_Set_Ignore_Target_Defense::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_SetAffinities \ +static_assert(alignof(BP_BattleDamages_C_SetAffinities) == 0x000008, "Wrong alignment on BP_BattleDamages_C_SetAffinities"); \ +static_assert(sizeof(BP_BattleDamages_C_SetAffinities) == 0x000098, "Wrong size on BP_BattleDamages_C_SetAffinities"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, BaseTypeAffinity_0) == 0x000000, "Member 'BP_BattleDamages_C_SetAffinities::BaseTypeAffinity_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_SetAffinities::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_SetAffinities::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_BattleDamages_C_SetAffinities::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_BattleDamages_C_SetAffinities::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleDamages_C_SetAffinities::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetAffinities, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleDamages_C_SetAffinities::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_SetFinalDamageLimit \ +static_assert(alignof(BP_BattleDamages_C_SetFinalDamageLimit) == 0x000008, "Wrong alignment on BP_BattleDamages_C_SetFinalDamageLimit"); \ +static_assert(sizeof(BP_BattleDamages_C_SetFinalDamageLimit) == 0x000098, "Wrong size on BP_BattleDamages_C_SetFinalDamageLimit"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, DamageLimit) == 0x000000, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::DamageLimit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, DebugReason) == 0x000008, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetFinalDamageLimit, CallFunc_BooleanOR_ReturnValue) == 0x000090, "Member 'BP_BattleDamages_C_SetFinalDamageLimit::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_SetIsCriticalHit \ +static_assert(alignof(BP_BattleDamages_C_SetIsCriticalHit) == 0x000008, "Wrong alignment on BP_BattleDamages_C_SetIsCriticalHit"); \ +static_assert(sizeof(BP_BattleDamages_C_SetIsCriticalHit) == 0x0000F0, "Wrong size on BP_BattleDamages_C_SetIsCriticalHit"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, IsCritical) == 0x000000, "Member 'BP_BattleDamages_C_SetIsCriticalHit::IsCritical' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, DebugReason) == 0x000008, "Member 'BP_BattleDamages_C_SetIsCriticalHit::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_SetIsCriticalHit::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, CallFunc_Conv_BoolToText_ReturnValue) == 0x000028, "Member 'BP_BattleDamages_C_SetIsCriticalHit::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleDamages_C_SetIsCriticalHit::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_BattleDamages_C_SetIsCriticalHit::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_BattleDamages_C_SetIsCriticalHit::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_BattleDamages_C_SetIsCriticalHit::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetIsCriticalHit, CallFunc_CheckEditableValue_Modify_Allowed) == 0x0000E8, "Member 'BP_BattleDamages_C_SetIsCriticalHit::CallFunc_CheckEditableValue_Modify_Allowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_SetMissReason \ +static_assert(alignof(BP_BattleDamages_C_SetMissReason) == 0x000008, "Wrong alignment on BP_BattleDamages_C_SetMissReason"); \ +static_assert(sizeof(BP_BattleDamages_C_SetMissReason) == 0x000090, "Wrong size on BP_BattleDamages_C_SetMissReason"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, MissReason_0) == 0x000000, "Member 'BP_BattleDamages_C_SetMissReason::MissReason_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_SetMissReason::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamages_C_SetMissReason::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_BattleDamages_C_SetMissReason::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_BattleDamages_C_SetMissReason::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_SetMissReason, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_BattleDamages_C_SetMissReason::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_TryAddLog \ +static_assert(alignof(BP_BattleDamages_C_TryAddLog) == 0x000008, "Wrong alignment on BP_BattleDamages_C_TryAddLog"); \ +static_assert(sizeof(BP_BattleDamages_C_TryAddLog) == 0x000138, "Wrong size on BP_BattleDamages_C_TryAddLog"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, Reason) == 0x000000, "Member 'BP_BattleDamages_C_TryAddLog::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, PreviousValue) == 0x000010, "Member 'BP_BattleDamages_C_TryAddLog::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, NewValue) == 0x000018, "Member 'BP_BattleDamages_C_TryAddLog::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, TargetArray) == 0x000020, "Member 'BP_BattleDamages_C_TryAddLog::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleDamages_C_TryAddLog::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_BattleDamages_C_TryAddLog::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_BattleDamages_C_TryAddLog::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_BattleDamages_C_TryAddLog::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_BattleDamages_C_TryAddLog::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BattleDamages_C_TryAddLog::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryAddLog, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'BP_BattleDamages_C_TryAddLog::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_TryRollEnemyDodgeFromStats \ +static_assert(alignof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats) == 0x000008, "Wrong alignment on BP_BattleDamages_C_TryRollEnemyDodgeFromStats"); \ +static_assert(sizeof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats) == 0x000018, "Wrong size on BP_BattleDamages_C_TryRollEnemyDodgeFromStats"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, ReturnValue) == 0x000000, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_IsDeathTouch_ReturnValue) == 0x000001, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_IsDeathTouch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_RandomFloat_ReturnValue) == 0x000008, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_IsFlyingCharacter_ReturnValue) == 0x000010, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_IsFlyingCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000013, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_TryRollEnemyDodgeFromStats, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BP_BattleDamages_C_TryRollEnemyDodgeFromStats::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetDamageSourceObject \ +static_assert(alignof(BP_BattleDamages_C_GetDamageSourceObject) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetDamageSourceObject"); \ +static_assert(sizeof(BP_BattleDamages_C_GetDamageSourceObject) == 0x000020, "Wrong size on BP_BattleDamages_C_GetDamageSourceObject"); \ +static_assert(offsetof(BP_BattleDamages_C_GetDamageSourceObject, SourceObject) == 0x000000, "Member 'BP_BattleDamages_C_GetDamageSourceObject::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetDamageSourceObject, CallFunc_GetDamageSource_DamageSource) == 0x000010, "Member 'BP_BattleDamages_C_GetDamageSourceObject::CallFunc_GetDamageSource_DamageSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetFinalDamages \ +static_assert(alignof(BP_BattleDamages_C_GetFinalDamages) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetFinalDamages"); \ +static_assert(sizeof(BP_BattleDamages_C_GetFinalDamages) == 0x000018, "Wrong size on BP_BattleDamages_C_GetFinalDamages"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalDamages, FinalDamages) == 0x000000, "Member 'BP_BattleDamages_C_GetFinalDamages::FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalDamages, CallFunc_AppendStack__Content__Result) == 0x000008, "Member 'BP_BattleDamages_C_GetFinalDamages::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetFinalDamages_Base \ +static_assert(alignof(BP_BattleDamages_C_GetFinalDamages_Base) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetFinalDamages_Base"); \ +static_assert(sizeof(BP_BattleDamages_C_GetFinalDamages_Base) == 0x000018, "Wrong size on BP_BattleDamages_C_GetFinalDamages_Base"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalDamages_Base, FinalDamages) == 0x000000, "Member 'BP_BattleDamages_C_GetFinalDamages_Base::FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_GetFinalDamages_Base, CallFunc_AppendStack__Content__Result) == 0x000008, "Member 'BP_BattleDamages_C_GetFinalDamages_Base::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetIgnoreTargetDefense \ +static_assert(alignof(BP_BattleDamages_C_GetIgnoreTargetDefense) == 0x000001, "Wrong alignment on BP_BattleDamages_C_GetIgnoreTargetDefense"); \ +static_assert(sizeof(BP_BattleDamages_C_GetIgnoreTargetDefense) == 0x000001, "Wrong size on BP_BattleDamages_C_GetIgnoreTargetDefense"); \ +static_assert(offsetof(BP_BattleDamages_C_GetIgnoreTargetDefense, IgnoreTargetDefense_0) == 0x000000, "Member 'BP_BattleDamages_C_GetIgnoreTargetDefense::IgnoreTargetDefense_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetInputDamages \ +static_assert(alignof(BP_BattleDamages_C_GetInputDamages) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetInputDamages"); \ +static_assert(sizeof(BP_BattleDamages_C_GetInputDamages) == 0x000008, "Wrong size on BP_BattleDamages_C_GetInputDamages"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputDamages, RawDamages) == 0x000000, "Member 'BP_BattleDamages_C_GetInputDamages::RawDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetInputDamages_Base \ +static_assert(alignof(BP_BattleDamages_C_GetInputDamages_Base) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetInputDamages_Base"); \ +static_assert(sizeof(BP_BattleDamages_C_GetInputDamages_Base) == 0x000008, "Wrong size on BP_BattleDamages_C_GetInputDamages_Base"); \ +static_assert(offsetof(BP_BattleDamages_C_GetInputDamages_Base, RawDamages) == 0x000000, "Member 'BP_BattleDamages_C_GetInputDamages_Base::RawDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_GetSourceCharacter \ +static_assert(alignof(BP_BattleDamages_C_GetSourceCharacter) == 0x000008, "Wrong alignment on BP_BattleDamages_C_GetSourceCharacter"); \ +static_assert(sizeof(BP_BattleDamages_C_GetSourceCharacter) == 0x000008, "Wrong size on BP_BattleDamages_C_GetSourceCharacter"); \ +static_assert(offsetof(BP_BattleDamages_C_GetSourceCharacter, SourceCharacter_0) == 0x000000, "Member 'BP_BattleDamages_C_GetSourceCharacter::SourceCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamages_C_PrintError \ +static_assert(alignof(BP_BattleDamages_C_PrintError) == 0x000008, "Wrong alignment on BP_BattleDamages_C_PrintError"); \ +static_assert(sizeof(BP_BattleDamages_C_PrintError) == 0x000148, "Wrong size on BP_BattleDamages_C_PrintError"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, Message) == 0x000000, "Member 'BP_BattleDamages_C_PrintError::Message' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_BattleDamages_C_PrintError::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'BP_BattleDamages_C_PrintError::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, CallFunc_GetDisplayName_ReturnValue_1) == 0x000068, "Member 'BP_BattleDamages_C_PrintError::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_BattleDamages_C_PrintError::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'BP_BattleDamages_C_PrintError::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleDamages_C_PrintError::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_BattleDamages_C_PrintError::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_BattleDamages_C_PrintError::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamages_C_PrintError, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_BattleDamages_C_PrintError::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleDamages_C \ +static_assert(alignof(UBP_BattleDamages_C) == 0x000008, "Wrong alignment on UBP_BattleDamages_C"); \ +static_assert(sizeof(UBP_BattleDamages_C) == 0x000390, "Wrong size on UBP_BattleDamages_C"); \ +static_assert(offsetof(UBP_BattleDamages_C, CurrentInputDamages_Base) == 0x0002E0, "Member 'UBP_BattleDamages_C::CurrentInputDamages_Base' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, IsFinalDamageInitialized) == 0x0002E8, "Member 'UBP_BattleDamages_C::IsFinalDamageInitialized' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, SourceCharacter) == 0x0002F0, "Member 'UBP_BattleDamages_C::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, TargetCharacter) == 0x0002F8, "Member 'UBP_BattleDamages_C::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, logEnabled) == 0x000300, "Member 'UBP_BattleDamages_C::logEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, IgnoreTargetDefense) == 0x000301, "Member 'UBP_BattleDamages_C::IgnoreTargetDefense' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, InputAttackElement) == 0x000302, "Member 'UBP_BattleDamages_C::InputAttackElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, FinalAttackElement) == 0x000303, "Member 'UBP_BattleDamages_C::FinalAttackElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, IsCriticalHit) == 0x000304, "Member 'UBP_BattleDamages_C::IsCriticalHit' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, DamageReason) == 0x000305, "Member 'UBP_BattleDamages_C::DamageReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, DamageWorldLocation) == 0x000308, "Member 'UBP_BattleDamages_C::DamageWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, DamageBaseBeforeTargetHPClamp) == 0x000320, "Member 'UBP_BattleDamages_C::DamageBaseBeforeTargetHPClamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, BaseTypeAffinity) == 0x000328, "Member 'UBP_BattleDamages_C::BaseTypeAffinity' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, DEBUG_LogWidget) == 0x000330, "Member 'UBP_BattleDamages_C::DEBUG_LogWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, InputDamageMultiplier) == 0x000338, "Member 'UBP_BattleDamages_C::InputDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, CriticalRoll) == 0x000340, "Member 'UBP_BattleDamages_C::CriticalRoll' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, ActiveModifiers) == 0x000348, "Member 'UBP_BattleDamages_C::ActiveModifiers' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, ValueState_AttackElement) == 0x000358, "Member 'UBP_BattleDamages_C::ValueState_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, ValueState_CriticalHitRoll) == 0x000359, "Member 'UBP_BattleDamages_C::ValueState_CriticalHitRoll' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, FinalLock) == 0x00035A, "Member 'UBP_BattleDamages_C::FinalLock' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, IsAbsorbedByShield) == 0x00035B, "Member 'UBP_BattleDamages_C::IsAbsorbedByShield' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, ExtraCriticalHitChance) == 0x000360, "Member 'UBP_BattleDamages_C::ExtraCriticalHitChance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, ExtraCriticalHitDamageMultiplier) == 0x000368, "Member 'UBP_BattleDamages_C::ExtraCriticalHitDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, BreakBarDamageMultiplier) == 0x000370, "Member 'UBP_BattleDamages_C::BreakBarDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, SourceDamageBuilder) == 0x000378, "Member 'UBP_BattleDamages_C::SourceDamageBuilder' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, MissReason) == 0x000380, "Member 'UBP_BattleDamages_C::MissReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamages_C, FinalDamageLimit) == 0x000388, "Member 'UBP_BattleDamages_C::FinalDamageLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_PreventAddBuff \ +static_assert(alignof(Action_AddBuff_C_PreventAddBuff) == 0x000008, "Wrong alignment on Action_AddBuff_C_PreventAddBuff"); \ +static_assert(sizeof(Action_AddBuff_C_PreventAddBuff) == 0x000078, "Wrong size on Action_AddBuff_C_PreventAddBuff"); \ +static_assert(offsetof(Action_AddBuff_C_PreventAddBuff, Reason) == 0x000000, "Member 'Action_AddBuff_C_PreventAddBuff::Reason' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PreventAddBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'Action_AddBuff_C_PreventAddBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PreventAddBuff, K2Node_MakeArray_Array) == 0x000058, "Member 'Action_AddBuff_C_PreventAddBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PreventAddBuff, CallFunc_Format_ReturnValue) == 0x000068, "Member 'Action_AddBuff_C_PreventAddBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_PrintMessage \ +static_assert(alignof(Action_AddBuff_C_PrintMessage) == 0x000008, "Wrong alignment on Action_AddBuff_C_PrintMessage"); \ +static_assert(sizeof(Action_AddBuff_C_PrintMessage) == 0x000158, "Wrong size on Action_AddBuff_C_PrintMessage"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, Message) == 0x000000, "Member 'Action_AddBuff_C_PrintMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'Action_AddBuff_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_GetOwner_ReturnValue) == 0x000058, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_GetOwner_ReturnValue_1) == 0x000060, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_GetDisplayName_ReturnValue_1) == 0x000078, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'Action_AddBuff_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'Action_AddBuff_C_PrintMessage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, K2Node_MakeArray_Array) == 0x000138, "Member 'Action_AddBuff_C_PrintMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintMessage, CallFunc_Format_ReturnValue) == 0x000148, "Member 'Action_AddBuff_C_PrintMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_SetParentAddAction \ +static_assert(alignof(Action_AddBuff_C_SetParentAddAction) == 0x000008, "Wrong alignment on Action_AddBuff_C_SetParentAddAction"); \ +static_assert(sizeof(Action_AddBuff_C_SetParentAddAction) == 0x000008, "Wrong size on Action_AddBuff_C_SetParentAddAction"); \ +static_assert(offsetof(Action_AddBuff_C_SetParentAddAction, ParentAction) == 0x000000, "Member 'Action_AddBuff_C_SetParentAddAction::ParentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_WasBuffCreatedByOuter \ +static_assert(alignof(Action_AddBuff_C_WasBuffCreatedByOuter) == 0x000008, "Wrong alignment on Action_AddBuff_C_WasBuffCreatedByOuter"); \ +static_assert(sizeof(Action_AddBuff_C_WasBuffCreatedByOuter) == 0x000020, "Wrong size on Action_AddBuff_C_WasBuffCreatedByOuter"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuter, OuterObject) == 0x000000, "Member 'Action_AddBuff_C_WasBuffCreatedByOuter::OuterObject' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuter, ReturnValue) == 0x000008, "Member 'Action_AddBuff_C_WasBuffCreatedByOuter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuter, CallFunc_GetOuterObject_ReturnValue) == 0x000010, "Member 'Action_AddBuff_C_WasBuffCreatedByOuter::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'Action_AddBuff_C_WasBuffCreatedByOuter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_WasBuffCreatedByOuterInActionChain \ +static_assert(alignof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain) == 0x000008, "Wrong alignment on Action_AddBuff_C_WasBuffCreatedByOuterInActionChain"); \ +static_assert(sizeof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain) == 0x000010, "Wrong size on Action_AddBuff_C_WasBuffCreatedByOuterInActionChain"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain, OuterObject) == 0x000000, "Member 'Action_AddBuff_C_WasBuffCreatedByOuterInActionChain::OuterObject' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain, ReturnValue) == 0x000008, "Member 'Action_AddBuff_C_WasBuffCreatedByOuterInActionChain::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain, CallFunc_WasBuffCreatedByOuter_ReturnValue) == 0x000009, "Member 'Action_AddBuff_C_WasBuffCreatedByOuterInActionChain::CallFunc_WasBuffCreatedByOuter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'Action_AddBuff_C_WasBuffCreatedByOuterInActionChain::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_WasBuffCreatedByOuterInActionChain, CallFunc_WasBuffCreatedByOuterInActionChain_ReturnValue) == 0x00000B, "Member 'Action_AddBuff_C_WasBuffCreatedByOuterInActionChain::CallFunc_WasBuffCreatedByOuterInActionChain_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_GetSourceCharacter \ +static_assert(alignof(Action_AddBuff_C_GetSourceCharacter) == 0x000008, "Wrong alignment on Action_AddBuff_C_GetSourceCharacter"); \ +static_assert(sizeof(Action_AddBuff_C_GetSourceCharacter) == 0x000008, "Wrong size on Action_AddBuff_C_GetSourceCharacter"); \ +static_assert(offsetof(Action_AddBuff_C_GetSourceCharacter, SourceCharacter_0) == 0x000000, "Member 'Action_AddBuff_C_GetSourceCharacter::SourceCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_GetTargetCharacter \ +static_assert(alignof(Action_AddBuff_C_GetTargetCharacter) == 0x000008, "Wrong alignment on Action_AddBuff_C_GetTargetCharacter"); \ +static_assert(sizeof(Action_AddBuff_C_GetTargetCharacter) == 0x000008, "Wrong size on Action_AddBuff_C_GetTargetCharacter"); \ +static_assert(offsetof(Action_AddBuff_C_GetTargetCharacter, TargetCharacter_0) == 0x000000, "Member 'Action_AddBuff_C_GetTargetCharacter::TargetCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_PrintError \ +static_assert(alignof(Action_AddBuff_C_PrintError) == 0x000008, "Wrong alignment on Action_AddBuff_C_PrintError"); \ +static_assert(sizeof(Action_AddBuff_C_PrintError) == 0x000148, "Wrong size on Action_AddBuff_C_PrintError"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, Message) == 0x000000, "Member 'Action_AddBuff_C_PrintError::Message' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'Action_AddBuff_C_PrintError::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'Action_AddBuff_C_PrintError::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, CallFunc_GetDisplayName_ReturnValue_1) == 0x000068, "Member 'Action_AddBuff_C_PrintError::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'Action_AddBuff_C_PrintError::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'Action_AddBuff_C_PrintError::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'Action_AddBuff_C_PrintError::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'Action_AddBuff_C_PrintError::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, K2Node_MakeArray_Array) == 0x000128, "Member 'Action_AddBuff_C_PrintError::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Action_AddBuff_C_PrintError, CallFunc_Format_ReturnValue) == 0x000138, "Member 'Action_AddBuff_C_PrintError::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Action_AddBuff_C_WasPrevented \ +static_assert(alignof(Action_AddBuff_C_WasPrevented) == 0x000001, "Wrong alignment on Action_AddBuff_C_WasPrevented"); \ +static_assert(sizeof(Action_AddBuff_C_WasPrevented) == 0x000001, "Wrong size on Action_AddBuff_C_WasPrevented"); \ +static_assert(offsetof(Action_AddBuff_C_WasPrevented, RawDamages) == 0x000000, "Member 'Action_AddBuff_C_WasPrevented::RawDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAction_AddBuff_C \ +static_assert(alignof(UAction_AddBuff_C) == 0x000008, "Wrong alignment on UAction_AddBuff_C"); \ +static_assert(sizeof(UAction_AddBuff_C) == 0x000050, "Wrong size on UAction_AddBuff_C"); \ +static_assert(offsetof(UAction_AddBuff_C, SourceCharacter) == 0x000028, "Member 'UAction_AddBuff_C::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAction_AddBuff_C, TargetCharacter) == 0x000030, "Member 'UAction_AddBuff_C::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(UAction_AddBuff_C, logEnabled) == 0x000038, "Member 'UAction_AddBuff_C::logEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAction_AddBuff_C, IsPrevented) == 0x000039, "Member 'UAction_AddBuff_C::IsPrevented' has a wrong offset!"); \ +static_assert(offsetof(UAction_AddBuff_C, BuffInstance) == 0x000040, "Member 'UAction_AddBuff_C::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(UAction_AddBuff_C, ParentAddAction) == 0x000048, "Member 'UAction_AddBuff_C::ParentAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleEvent_Base_C_BroadcastBattleEvent \ +static_assert(alignof(BP_BattleEvent_Base_C_BroadcastBattleEvent) == 0x000008, "Wrong alignment on BP_BattleEvent_Base_C_BroadcastBattleEvent"); \ +static_assert(sizeof(BP_BattleEvent_Base_C_BroadcastBattleEvent) == 0x000008, "Wrong size on BP_BattleEvent_Base_C_BroadcastBattleEvent"); \ +static_assert(offsetof(BP_BattleEvent_Base_C_BroadcastBattleEvent, BattleManager) == 0x000000, "Member 'BP_BattleEvent_Base_C_BroadcastBattleEvent::BattleManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleEvent_Base_C \ +static_assert(alignof(UBP_BattleEvent_Base_C) == 0x000008, "Wrong alignment on UBP_BattleEvent_Base_C"); \ +static_assert(sizeof(UBP_BattleEvent_Base_C) == 0x000028, "Wrong size on UBP_BattleEvent_Base_C"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_BindBackButton \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_BindBackButton) == 0x000004, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_BindBackButton"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_BindBackButton) == 0x000014, "Wrong size on WBP_BattleInput_PlayerTurn_C_BindBackButton"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_BindBackButton, ClickedEvent) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_BindBackButton::ClickedEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_BindBackButton, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_BattleInput_PlayerTurn_C_BindBackButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_Flee_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_BndEvt__WBP_BattleInput_PlayerTurn_WBP_GM_PromptGeneric_SkipTurn_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn) == 0x000008, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn) == 0x000088, "Wrong size on WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, EntryPoint) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, Temp_byte_Variable) == 0x000014, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, Temp_byte_Variable_1) == 0x000015, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_GetBattleManager_ReturnValue) == 0x000028, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_GetBattleManager_ReturnValue_1) == 0x000030, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, K2Node_ComponentBoundEvent_Button_1) == 0x000038, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, K2Node_ComponentBoundEvent_Button) == 0x000040, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_GetBattleManager_ReturnValue_2) == 0x000048, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_CanFleeCurrentFight_FleeImpossible) == 0x000050, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_CanFleeCurrentFight_FleeImpossible' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, Temp_bool_Variable) == 0x000051, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_GetBattleManager_ReturnValue_3) == 0x000058, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_GetBattleManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, K2Node_Select_Default) == 0x000060, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_GetBattleManager_ReturnValue_4) == 0x000078, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_GetBattleManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn, CallFunc_IsSkipImpossible_SkipImpossible) == 0x000080, "Member 'WBP_BattleInput_PlayerTurn_C_ExecuteUbergraph_WBP_BattleInput_PlayerTurn::CallFunc_IsSkipImpossible_SkipImpossible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged) == 0x000001, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged) == 0x000001, "Wrong size on WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged, IsSkipImpossible) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_OnSkipImpossibleChanged::IsSkipImpossible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_PlayerTurn_C_UnbindBackButton \ +static_assert(alignof(WBP_BattleInput_PlayerTurn_C_UnbindBackButton) == 0x000004, "Wrong alignment on WBP_BattleInput_PlayerTurn_C_UnbindBackButton"); \ +static_assert(sizeof(WBP_BattleInput_PlayerTurn_C_UnbindBackButton) == 0x000010, "Wrong size on WBP_BattleInput_PlayerTurn_C_UnbindBackButton"); \ +static_assert(offsetof(WBP_BattleInput_PlayerTurn_C_UnbindBackButton, ClickedEvent) == 0x000000, "Member 'WBP_BattleInput_PlayerTurn_C_UnbindBackButton::ClickedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleInput_PlayerTurn_C \ +static_assert(alignof(UWBP_BattleInput_PlayerTurn_C) == 0x000008, "Wrong alignment on UWBP_BattleInput_PlayerTurn_C"); \ +static_assert(sizeof(UWBP_BattleInput_PlayerTurn_C) == 0x000460, "Wrong size on UWBP_BattleInput_PlayerTurn_C"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, UberGraphFrame) == 0x000430, "Member 'UWBP_BattleInput_PlayerTurn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, Anim_Appear) == 0x000438, "Member 'UWBP_BattleInput_PlayerTurn_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, WBP_GM_PromptGeneric_Back) == 0x000440, "Member 'UWBP_BattleInput_PlayerTurn_C::WBP_GM_PromptGeneric_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, WBP_GM_PromptGeneric_Flee) == 0x000448, "Member 'UWBP_BattleInput_PlayerTurn_C::WBP_GM_PromptGeneric_Flee' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, WBP_GM_PromptGeneric_SkipTurn) == 0x000450, "Member 'UWBP_BattleInput_PlayerTurn_C::WBP_GM_PromptGeneric_SkipTurn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_PlayerTurn_C, IsBackBound) == 0x000458, "Member 'UWBP_BattleInput_PlayerTurn_C::IsBackBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed \ +static_assert(alignof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed) == 0x000008, "Wrong alignment on WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed"); \ +static_assert(sizeof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed) == 0x000098, "Wrong size on WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, EntryPoint) == 0x000000, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_bool_Variable) == 0x000004, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_byte_Variable) == 0x000005, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000050, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000058, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000080, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000090, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_Select_Default) == 0x000091, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, CallFunc_GetBoolCVar_ReturnValue) == 0x000092, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed, K2Node_Select_Default_1) == 0x000093, "Member 'WBP_JRPG_Missed_C_ExecuteUbergraph_WBP_JRPG_Missed::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Missed_C_PreConstruct \ +static_assert(alignof(WBP_JRPG_Missed_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_JRPG_Missed_C_PreConstruct"); \ +static_assert(sizeof(WBP_JRPG_Missed_C_PreConstruct) == 0x000001, "Wrong size on WBP_JRPG_Missed_C_PreConstruct"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_JRPG_Missed_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Missed_C_Tick \ +static_assert(alignof(WBP_JRPG_Missed_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_Missed_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_Missed_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_Missed_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_Missed_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Missed_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_Missed_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_Missed_C \ +static_assert(alignof(UWBP_JRPG_Missed_C) == 0x000008, "Wrong alignment on UWBP_JRPG_Missed_C"); \ +static_assert(sizeof(UWBP_JRPG_Missed_C) == 0x000328, "Wrong size on UWBP_JRPG_Missed_C"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_Missed_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, Anim_Damagefade) == 0x0002E8, "Member 'UWBP_JRPG_Missed_C::Anim_Damagefade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, SizeBox) == 0x0002F0, "Member 'UWBP_JRPG_Missed_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, TextBlock_105) == 0x0002F8, "Member 'UWBP_JRPG_Missed_C::TextBlock_105' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, FloatDamage) == 0x000300, "Member 'UWBP_JRPG_Missed_C::FloatDamage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, Actor_Reference) == 0x000308, "Member 'UWBP_JRPG_Missed_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, Color) == 0x000310, "Member 'UWBP_JRPG_Missed_C::Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Missed_C, IsPerfectDodge) == 0x000324, "Member 'UWBP_JRPG_Missed_C::IsPerfectDodge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_SkillDataHelpers_C_FilterSkillStatesByElement \ +static_assert(alignof(FL_SkillDataHelpers_C_FilterSkillStatesByElement) == 0x000008, "Wrong alignment on FL_SkillDataHelpers_C_FilterSkillStatesByElement"); \ +static_assert(sizeof(FL_SkillDataHelpers_C_FilterSkillStatesByElement) == 0x0000C8, "Wrong size on FL_SkillDataHelpers_C_FilterSkillStatesByElement"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, AllSkillStates) == 0x000000, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::AllSkillStates' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, Element) == 0x000050, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::Element' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, __WorldContext) == 0x000058, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, SkillStates) == 0x000060, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::SkillStates' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000070, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Map_Values_Values) == 0x000080, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000A8, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_GetSkillRuntimeElement_ReturnValue) == 0x0000C4, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_GetSkillRuntimeElement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesByElement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C5, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesByElement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag \ +static_assert(alignof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag) == 0x000008, "Wrong alignment on FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag"); \ +static_assert(sizeof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag) == 0x0000D0, "Wrong size on FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, AllSkillStates) == 0x000000, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::AllSkillStates' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, SkillTag) == 0x000050, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, __WorldContext) == 0x000058, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, SkillStates) == 0x000060, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::SkillStates' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Map_Values_Values) == 0x000078, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, Temp_int_Array_Index_Variable) == 0x000094, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000098, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_HasSkillTag_ReturnValue) == 0x0000B0, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_HasSkillTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, Temp_wildcard_Temp_buffer_array_Variable) == 0x0000B8, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'FL_SkillDataHelpers_C_FilterSkillStatesBySkillTag::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_SkillDataHelpers_C_GetSkillComponentFromObject \ +static_assert(alignof(FL_SkillDataHelpers_C_GetSkillComponentFromObject) == 0x000008, "Wrong alignment on FL_SkillDataHelpers_C_GetSkillComponentFromObject"); \ +static_assert(sizeof(FL_SkillDataHelpers_C_GetSkillComponentFromObject) == 0x000050, "Wrong size on FL_SkillDataHelpers_C_GetSkillComponentFromObject"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, Object) == 0x000000, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, SkillComponentClass) == 0x000008, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::SkillComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, __WorldContext) == 0x000010, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, SkillComponent) == 0x000018, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::SkillComponent' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, local_skillDefinition) == 0x000020, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::local_skillDefinition' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, CallFunc_GetSkillStateFromObject_SkillState) == 0x000028, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::CallFunc_GetSkillStateFromObject_SkillState' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, CallFunc_FindSkillComponentsByClass_Array) == 0x000030, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::CallFunc_FindSkillComponentsByClass_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, CallFunc_Array_Get_Item) == 0x000040, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentFromObject, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000048, "Member 'FL_SkillDataHelpers_C_GetSkillComponentFromObject::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject \ +static_assert(alignof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject) == 0x000008, "Wrong alignment on FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject"); \ +static_assert(sizeof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject) == 0x000038, "Wrong size on FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, Object) == 0x000000, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, SkillComponentClass) == 0x000008, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::SkillComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, __WorldContext) == 0x000010, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, SkillComponentScript) == 0x000018, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::SkillComponentScript' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, CallFunc_GetSkillStateFromObject_SkillState) == 0x000020, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::CallFunc_GetSkillStateFromObject_SkillState' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, CallFunc_GetSkillComponentFromObject_SkillComponent) == 0x000028, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::CallFunc_GetSkillComponentFromObject_SkillComponent' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject, CallFunc_GetScriptForComponent_SkillComponentScript) == 0x000030, "Member 'FL_SkillDataHelpers_C_GetSkillComponentScriptFromObject::CallFunc_GetScriptForComponent_SkillComponentScript' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_SkillDataHelpers_C_GetSkillStateFromObject \ +static_assert(alignof(FL_SkillDataHelpers_C_GetSkillStateFromObject) == 0x000008, "Wrong alignment on FL_SkillDataHelpers_C_GetSkillStateFromObject"); \ +static_assert(sizeof(FL_SkillDataHelpers_C_GetSkillStateFromObject) == 0x0000B8, "Wrong size on FL_SkillDataHelpers_C_GetSkillStateFromObject"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, Object) == 0x000000, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, __WorldContext) == 0x000008, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, SkillState) == 0x000010, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::SkillState' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, local_skillDefinition) == 0x000018, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::local_skillDefinition' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, K2Node_DynamicCast_AsBP_Battle_Skill_Script) == 0x000030, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::K2Node_DynamicCast_AsBP_Battle_Skill_Script' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, K2Node_MakeArray_Array) == 0x000098, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_SkillDataHelpers_C_GetSkillStateFromObject, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'FL_SkillDataHelpers_C_GetSkillStateFromObject::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_SkillDataHelpers_C \ +static_assert(alignof(UFL_SkillDataHelpers_C) == 0x000008, "Wrong alignment on UFL_SkillDataHelpers_C"); \ +static_assert(sizeof(UFL_SkillDataHelpers_C) == 0x000028, "Wrong size on UFL_SkillDataHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponentScript_C_ExecuteBattleStartEvent \ +static_assert(alignof(BP_SkillDataComponentScript_C_ExecuteBattleStartEvent) == 0x000008, "Wrong alignment on BP_SkillDataComponentScript_C_ExecuteBattleStartEvent"); \ +static_assert(sizeof(BP_SkillDataComponentScript_C_ExecuteBattleStartEvent) == 0x000010, "Wrong size on BP_SkillDataComponentScript_C_ExecuteBattleStartEvent"); \ +static_assert(offsetof(BP_SkillDataComponentScript_C_ExecuteBattleStartEvent, Dependencies) == 0x000000, "Member 'BP_SkillDataComponentScript_C_ExecuteBattleStartEvent::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponentScript_C_ExecuteBattleStartEvent, ForceInstant) == 0x000008, "Member 'BP_SkillDataComponentScript_C_ExecuteBattleStartEvent::ForceInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponentScript_C_HasTurnStartEvent \ +static_assert(alignof(BP_SkillDataComponentScript_C_HasTurnStartEvent) == 0x000001, "Wrong alignment on BP_SkillDataComponentScript_C_HasTurnStartEvent"); \ +static_assert(sizeof(BP_SkillDataComponentScript_C_HasTurnStartEvent) == 0x000001, "Wrong size on BP_SkillDataComponentScript_C_HasTurnStartEvent"); \ +static_assert(offsetof(BP_SkillDataComponentScript_C_HasTurnStartEvent, ReturnValue) == 0x000000, "Member 'BP_SkillDataComponentScript_C_HasTurnStartEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponentScript_C_Init \ +static_assert(alignof(BP_SkillDataComponentScript_C_Init) == 0x000008, "Wrong alignment on BP_SkillDataComponentScript_C_Init"); \ +static_assert(sizeof(BP_SkillDataComponentScript_C_Init) == 0x000008, "Wrong size on BP_SkillDataComponentScript_C_Init"); \ +static_assert(offsetof(BP_SkillDataComponentScript_C_Init, SkillComponent_0) == 0x000000, "Member 'BP_SkillDataComponentScript_C_Init::SkillComponent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponentScript_C \ +static_assert(alignof(UBP_SkillDataComponentScript_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponentScript_C"); \ +static_assert(sizeof(UBP_SkillDataComponentScript_C) == 0x000040, "Wrong size on UBP_SkillDataComponentScript_C"); \ +static_assert(offsetof(UBP_SkillDataComponentScript_C, SkillComponent) == 0x000028, "Member 'UBP_SkillDataComponentScript_C::SkillComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponentScript_C, OwnerCharacterStats) == 0x000030, "Member 'UBP_SkillDataComponentScript_C::OwnerCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_SkillDataComponentScript_C, OwningSkillState) == 0x000038, "Member 'UBP_SkillDataComponentScript_C::OwningSkillState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified \ +static_assert(alignof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified) == 0x000008, "Wrong alignment on WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified"); \ +static_assert(sizeof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified) == 0x0000A8, "Wrong size on WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, EntryPoint) == 0x000000, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_bool_Variable) == 0x000004, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_byte_Variable) == 0x000005, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_GetAttackElementTypeIcon_Texture) == 0x000048, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_GetAttackElementTypeIcon_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_DynamicCast_AsTexture_2D) == 0x000058, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000068, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000071, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_Not_PreBool_ReturnValue) == 0x000072, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000078, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000090, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x0000A0, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_Select_Default) == 0x0000A1, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, CallFunc_GetBoolCVar_ReturnValue) == 0x0000A2, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified, K2Node_Select_Default_1) == 0x0000A3, "Member 'WBP_JRPG_Nullified_C_ExecuteUbergraph_WBP_JRPG_Nullified::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Nullified_C_Tick \ +static_assert(alignof(WBP_JRPG_Nullified_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_Nullified_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_Nullified_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_Nullified_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_Nullified_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Nullified_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_Nullified_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_Nullified_C \ +static_assert(alignof(UWBP_JRPG_Nullified_C) == 0x000008, "Wrong alignment on UWBP_JRPG_Nullified_C"); \ +static_assert(sizeof(UWBP_JRPG_Nullified_C) == 0x000310, "Wrong size on UWBP_JRPG_Nullified_C"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_Nullified_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, Anim_Damagefade) == 0x0002E8, "Member 'UWBP_JRPG_Nullified_C::Anim_Damagefade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, ElementIcon) == 0x0002F0, "Member 'UWBP_JRPG_Nullified_C::ElementIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, VerticalBox) == 0x0002F8, "Member 'UWBP_JRPG_Nullified_C::VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, Actor_Reference) == 0x000300, "Member 'UWBP_JRPG_Nullified_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Nullified_C, AttackType) == 0x000308, "Member 'UWBP_JRPG_Nullified_C::AttackType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced \ +static_assert(alignof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced) == 0x000008, "Wrong alignment on BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(sizeof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced) == 0x000038, "Wrong size on BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, Active) == 0x000008, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_GetTargetingManager_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_CanPerformBreakStun_ReturnValue) == 0x00002C, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_CanPerformBreakStun_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_SkillDataComponent_PerformBreakStun_C_IsOverchargeActiveFeedbackForced::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton \ +static_assert(alignof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton) == 0x000010, "Wrong alignment on BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton"); \ +static_assert(sizeof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton) == 0x0000F0, "Wrong size on BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton, SkillButtonWidget) == 0x000000, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton::SkillButtonWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton, CallFunc_SpawnObject_ReturnValue) == 0x0000E0, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillButton::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip \ +static_assert(alignof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip) == 0x000010, "Wrong alignment on BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip"); \ +static_assert(sizeof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip) == 0x0000F0, "Wrong size on BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip, SkillTooltipWidget) == 0x000000, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip::SkillTooltipWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip, CallFunc_SpawnObject_ReturnValue) == 0x0000E0, "Member 'BP_SkillDataComponent_PerformBreakStun_C_ModifySkillTooltip::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_PerformBreakStun_C \ +static_assert(alignof(UBP_SkillDataComponent_PerformBreakStun_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_PerformBreakStun_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_PerformBreakStun_C) == 0x000030, "Wrong size on UBP_SkillDataComponent_PerformBreakStun_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family \ +static_assert(alignof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family) == 0x000008, "Wrong alignment on BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family"); \ +static_assert(sizeof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family) == 0x0002B8, "Wrong size on BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, EntryPoint) == 0x000000, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000168, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000170, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000178, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_Dialogue_WayDown_Family_C_ExecuteUbergraph_BP_Dialogue_WayDown_Family::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_WayDown_Family_C \ +static_assert(alignof(ABP_Dialogue_WayDown_Family_C) == 0x000008, "Wrong alignment on ABP_Dialogue_WayDown_Family_C"); \ +static_assert(sizeof(ABP_Dialogue_WayDown_Family_C) == 0x000340, "Wrong size on ABP_Dialogue_WayDown_Family_C"); \ +static_assert(offsetof(ABP_Dialogue_WayDown_Family_C, UberGraphFrame_BP_Dialogue_WayDown_Family_C) == 0x000338, "Member 'ABP_Dialogue_WayDown_Family_C::UberGraphFrame_BP_Dialogue_WayDown_Family_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect) == 0x000028, "Wrong size on WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, Content) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, IsOvercharged_0) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::IsOvercharged_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, bShowBackground) == 0x000009, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::bShowBackground' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, Size) == 0x000010, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000018, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect, CallFunc_SetContent_ReturnValue) == 0x000020, "Member 'WBP_HUD_SkillButton_Big_C_CreateAdditionalEffect::CallFunc_SetContent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor) == 0x000004, "Wrong alignment on WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor) == 0x000048, "Wrong size on WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor, Temp_bool_Variable) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor, Temp_struct_Variable) == 0x000004, "Member 'WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor, CallFunc_SelectColor_ReturnValue) == 0x000014, "Member 'WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor, K2Node_Select_Default) == 0x000024, "Member 'WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor, K2Node_MakeStruct_SlateColor) == 0x000034, "Member 'WBP_HUD_SkillButton_Big_C_RefreshTitleTextColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction) == 0x000008, "Wrong size on WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_FeedbackBlockedAction::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_ProcessButtonPressed \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_ProcessButtonPressed"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed) == 0x000018, "Wrong size on WBP_HUD_SkillButton_Big_C_ProcessButtonPressed"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_ProcessButtonPressed::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_HUD_SkillButton_Big_C_ProcessButtonPressed::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_ProcessButtonPressed::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ProcessButtonPressed, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_HUD_SkillButton_Big_C_ProcessButtonPressed::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus) == 0x000002, "Wrong size on WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus, CallFunc_IsInteractionEnabled_ReturnValue) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus::CallFunc_IsInteractionEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'WBP_HUD_SkillButton_Big_C_RefreshPromptHighlightStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty) == 0x000038, "Wrong size on WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty, local_elementalType) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty::local_elementalType' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty, Temp_text_Variable) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty, CallFunc_LinearColor_White_ReturnValue) == 0x000018, "Member 'WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty::CallFunc_LinearColor_White_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty, CallFunc_MakeLiteralText_ReturnValue) == 0x000028, "Member 'WBP_HUD_SkillButton_Big_C_SetButtonAsEmpty::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime) == 0x000018, "Wrong size on WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime, SkillDefinition) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime, SkillState_0) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime::SkillState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime, ReturnValue) == 0x000010, "Member 'WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_HUD_SkillButton_Big_C_GetSkillElementRuntime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_GetRichTextDescription \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_GetRichTextDescription"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription) == 0x000038, "Wrong size on WBP_HUD_SkillButton_Big_C_GetRichTextDescription"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, SkillData) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, SkillState_0) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::SkillState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, ParsedText) == 0x000010, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::ParsedText' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, CallFunc_TextIsEmpty_ReturnValue) == 0x000020, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_GetRichTextDescription, CallFunc_ParseSkillDescriptionText_ParsedText) == 0x000028, "Member 'WBP_HUD_SkillButton_Big_C_GetRichTextDescription::CallFunc_ParseSkillDescriptionText_ParsedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_ResetAnimState \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_ResetAnimState) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_ResetAnimState"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_ResetAnimState) == 0x000008, "Wrong size on WBP_HUD_SkillButton_Big_C_ResetAnimState"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ResetAnimState, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_ResetAnimState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetIsSkillLocked \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetIsSkillLocked) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetIsSkillLocked"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetIsSkillLocked) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetIsSkillLocked"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillLocked, IsSkillLocked_0) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillLocked::IsSkillLocked_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable) == 0x000004, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable) == 0x00006C, "Wrong size on WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, IsAvailable) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_bool_Variable) == 0x000001, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_struct_Variable) == 0x000004, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_bool_Variable_1) == 0x000024, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, K2Node_Select_Default) == 0x00004C, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable, K2Node_Select_Default_1) == 0x00005C, "Member 'WBP_HUD_SkillButton_Big_C_SetIsSkillAvailable::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_LoadSkillDefinition \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_LoadSkillDefinition) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_LoadSkillDefinition"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_LoadSkillDefinition) == 0x000008, "Wrong size on WBP_HUD_SkillButton_Big_C_LoadSkillDefinition"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_LoadSkillDefinition, SkillData) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_LoadSkillDefinition::SkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetSkillInfo \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetSkillInfo) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetSkillInfo"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetSkillInfo) == 0x000260, "Wrong size on WBP_HUD_SkillButton_Big_C_SetSkillInfo"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, SkillID_0) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::SkillID_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Name_0) == 0x000008, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Description) == 0x000018, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, IsEnabled) == 0x000028, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, ActionState) == 0x000029, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::ActionState' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, SkillState_0) == 0x000030, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::SkillState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, SkillData) == 0x000038, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, local_apCost) == 0x000040, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::local_apCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, local_elementalType) == 0x000044, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::local_elementalType' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetSkillCost_ReturnValue) == 0x000048, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_ShouldShowAsOvercharged_ReturnValue) == 0x00004C, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_ShouldShowAsOvercharged_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_IsValid_ReturnValue) == 0x00004D, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Conv_NameToText_ReturnValue) == 0x000050, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x0000B4, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetBattleManager_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_MakeStruct_S_BlockedActionFeedback) == 0x0000C0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_MakeStruct_S_BlockedActionFeedback' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000DA, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_BooleanOR_ReturnValue) == 0x0000DB, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_struct_Variable) == 0x0000DC, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_FindBattleItemCount_Quantity) == 0x0000EC, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_FindBattleItemCount_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x0000F8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000108, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetRichTextDescription_ParsedText) == 0x000110, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetRichTextDescription_ParsedText' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetSkillCost_ReturnValue_1) == 0x000120, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetSkillCost_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_struct_Variable_1) == 0x000124, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000134, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000135, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Not_PreBool_ReturnValue) == 0x000136, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000137, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000138, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_BooleanAND_ReturnValue_1) == 0x000139, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00013A, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_BooleanAND_ReturnValue_2) == 0x00013B, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_bool_Variable) == 0x00013C, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_ValidateSkillAvailability_Available) == 0x00013D, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_ValidateSkillAvailability_Available' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_ValidateSkillAvailability_BlockedReason) == 0x000140, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_ValidateSkillAvailability_BlockedReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_Select_Default) == 0x000158, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_MakeStruct_SlateColor) == 0x000168, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Not_PreBool_ReturnValue_2) == 0x00017C, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_real_Variable) == 0x000180, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetSkillElementRuntime_ReturnValue) == 0x000184, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetSkillElementRuntime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetSkillComponentsAsBP_Array) == 0x000188, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetSkillComponentsAsBP_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Array_Get_Item) == 0x000198, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_GetDisplayName_ReturnValue) == 0x0001A8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0001B8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001D0, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_MakeArray_Array) == 0x000220, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, CallFunc_Format_ReturnValue) == 0x000230, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000240, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_real_Variable_1) == 0x000250, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, Temp_bool_Variable_1) == 0x000254, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetSkillInfo, K2Node_Select_Default_1) == 0x000258, "Member 'WBP_HUD_SkillButton_Big_C_SetSkillInfo::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_PreConstruct \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetInputEnabled \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetInputEnabled) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetInputEnabled"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetInputEnabled) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetInputEnabled"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetInputEnabled, Enabled) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetInputEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_BndEvt__WBP_HUD_SkillButton_Big_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged, NewOvercharge) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_OnOverchargedStateChanged::NewOvercharge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetElement \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetElement) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetElement"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetElement) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetElement"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetElement, Element_0) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetElement::Element_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_InputExpand \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_InputExpand) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_InputExpand"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_InputExpand) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_InputExpand"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_InputExpand, SetExpand) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_InputExpand::SetExpand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetBattleContext \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetBattleContext) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetBattleContext"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetBattleContext) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetBattleContext"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetBattleContext, IsBattleContext_0) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetBattleContext::IsBattleContext_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetInputVisible \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetInputVisible) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetInputVisible"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetInputVisible) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetInputVisible"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetInputVisible, Visible) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetInputVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible, Visible) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetPaintBackgroundVisible::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_SetPromptHighlighted \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_SetPromptHighlighted) == 0x000001, "Wrong alignment on WBP_HUD_SkillButton_Big_C_SetPromptHighlighted"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_SetPromptHighlighted) == 0x000001, "Wrong size on WBP_HUD_SkillButton_Big_C_SetPromptHighlighted"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_SetPromptHighlighted, Highlighted) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_SetPromptHighlighted::Highlighted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big \ +static_assert(alignof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big) == 0x000008, "Wrong alignment on WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big"); \ +static_assert(sizeof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big) == 0x000230, "Wrong size on WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, EntryPoint) == 0x000000, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable) == 0x000004, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_4) == 0x000044, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_5) == 0x000054, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_int_Variable) == 0x000064, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_bool_Variable) == 0x000068, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_real_Variable) == 0x000070, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_real_Variable_1) == 0x000074, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_bool_Variable_1) == 0x000078, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_6) == 0x000080, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_7) == 0x000090, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_bool_Variable_2) == 0x0000A0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable) == 0x0000A1, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_1) == 0x0000A2, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_bool_Variable_3) == 0x0000A3, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_2) == 0x0000A4, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default) == 0x0000A5, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_3) == 0x0000A6, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_bool_Variable_4) == 0x0000A7, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_4) == 0x0000A8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_5) == 0x0000A9, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_6) == 0x0000AA, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_object_Variable) == 0x0000B0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_int_Array_Index_Variable) == 0x0000B8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_8) == 0x0000BC, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Event_IsDesignTime) == 0x0000CC, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Not_PreBool_ReturnValue) == 0x0000CD, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_PlayAnimation_ReturnValue) == 0x0000D0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_Enabled) == 0x0000E0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_ComponentBoundEvent_PromptWidget) == 0x0000E8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000F0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_GetAllChildren_ReturnValue) == 0x0000F8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_GetAllChildren_ReturnValue_1) == 0x000118, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Array_Get_Item_1) == 0x000128, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_PlayAnimation_ReturnValue_2) == 0x000130, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Array_Length_ReturnValue_1) == 0x000138, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Less_IntInt_ReturnValue) == 0x00013C, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_NewOvercharge) == 0x00013D, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_NewOvercharge' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_Element) == 0x00013E, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_Element' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_SetExpand) == 0x00013F, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_SetExpand' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_1) == 0x000140, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_IsBattleContext) == 0x000150, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_IsBattleContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_Visible_1) == 0x000151, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_Visible_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_Visible) == 0x000152, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_2) == 0x000153, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_CustomEvent_Highlighted) == 0x000154, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_CustomEvent_Highlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_int_Loop_Counter_Variable) == 0x000158, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_9) == 0x00015C, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Less_IntInt_ReturnValue_1) == 0x00016C, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Add_IntInt_ReturnValue_1) == 0x000170, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Not_PreBool_ReturnValue_1) == 0x000174, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_Get_UI_Attack_Element_Type_Color_Color) == 0x000178, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_Get_UI_Attack_Element_Type_Color_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_GetColorVariationForText_ReturnValue) == 0x000188, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_GetColorVariationForText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_PlayAnimation_ReturnValue_3) == 0x000198, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_GetColorVariationForText_ReturnValue_1) == 0x0001A0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_GetColorVariationForText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_MakeStruct_SlateColor) == 0x0001B0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BooleanAND_ReturnValue) == 0x0001C4, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_3) == 0x0001C5, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_struct_Variable_10) == 0x0001C8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, Temp_byte_Variable_7) == 0x0001D9, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_4) == 0x0001DC, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_5) == 0x0001E0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BreakColor_R) == 0x0001F0, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BreakColor_G) == 0x0001F4, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BreakColor_B) == 0x0001F8, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_BreakColor_A) == 0x0001FC, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, CallFunc_MakeColor_ReturnValue) == 0x000200, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_MakeStruct_SlateColor_1) == 0x000210, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big, K2Node_Select_Default_6) == 0x000228, "Member 'WBP_HUD_SkillButton_Big_C_ExecuteUbergraph_WBP_HUD_SkillButton_Big::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_SkillButton_Big_C \ +static_assert(alignof(UWBP_HUD_SkillButton_Big_C) == 0x000008, "Wrong alignment on UWBP_HUD_SkillButton_Big_C"); \ +static_assert(sizeof(UWBP_HUD_SkillButton_Big_C) == 0x000508, "Wrong size on UWBP_HUD_SkillButton_Big_C"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_SkillButton_Big_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_ShineLine) == 0x0002E8, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_ShineLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_BlockedAction) == 0x0002F0, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_BlockedAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_Disappear) == 0x0002F8, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_State_Initial) == 0x000300, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_State_Initial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_Clicked) == 0x000308, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_Clicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Anim_Reduce) == 0x000310, "Member 'UWBP_HUD_SkillButton_Big_C::Anim_Reduce' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Button) == 0x000318, "Member 'UWBP_HUD_SkillButton_Big_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Canvas_InputContainer) == 0x000320, "Member 'UWBP_HUD_SkillButton_Big_C::Canvas_InputContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, CanvasPanel_DecoPaint) == 0x000328, "Member 'UWBP_HUD_SkillButton_Big_C::CanvasPanel_DecoPaint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, CanvasPanel_GlobalContainer) == 0x000330, "Member 'UWBP_HUD_SkillButton_Big_C::CanvasPanel_GlobalContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, CanvasPanel_OverchargedFlux) == 0x000338, "Member 'UWBP_HUD_SkillButton_Big_C::CanvasPanel_OverchargedFlux' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, CanvasPanel_Pattern) == 0x000340, "Member 'UWBP_HUD_SkillButton_Big_C::CanvasPanel_Pattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, DescriptionBox) == 0x000348, "Member 'UWBP_HUD_SkillButton_Big_C::DescriptionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, DynamicEntryBox_AdditionalEffects) == 0x000350, "Member 'UWBP_HUD_SkillButton_Big_C::DynamicEntryBox_AdditionalEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, HorizontalBox_TopIcons) == 0x000358, "Member 'UWBP_HUD_SkillButton_Big_C::HorizontalBox_TopIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ColorAppear) == 0x000360, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ColorAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ColorFade) == 0x000368, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ColorFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Dark) == 0x000370, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Earth) == 0x000378, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Earth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Fire) == 0x000380, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Fire' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Ice) == 0x000388, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Ice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Light) == 0x000390, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Light' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Lightning) == 0x000398, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Lightning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Physical) == 0x0003A0, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Physical' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_ElementPattern_Void) == 0x0003A8, "Member 'UWBP_HUD_SkillButton_Big_C::Image_ElementPattern_Void' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_LineBottom) == 0x0003B0, "Member 'UWBP_HUD_SkillButton_Big_C::Image_LineBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_LineTop) == 0x0003B8, "Member 'UWBP_HUD_SkillButton_Big_C::Image_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_OverchargedEffect_Background_1) == 0x0003C0, "Member 'UWBP_HUD_SkillButton_Big_C::Image_OverchargedEffect_Background_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_OverchargedEffect_Circular) == 0x0003C8, "Member 'UWBP_HUD_SkillButton_Big_C::Image_OverchargedEffect_Circular' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_PaintBrown) == 0x0003D0, "Member 'UWBP_HUD_SkillButton_Big_C::Image_PaintBrown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_PaintDust_Dark) == 0x0003D8, "Member 'UWBP_HUD_SkillButton_Big_C::Image_PaintDust_Dark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_patternArtDeco) == 0x0003E0, "Member 'UWBP_HUD_SkillButton_Big_C::Image_patternArtDeco' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Image_underline) == 0x0003E8, "Member 'UWBP_HUD_SkillButton_Big_C::Image_underline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Overlay_ItemCountContainer) == 0x0003F0, "Member 'UWBP_HUD_SkillButton_Big_C::Overlay_ItemCountContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, RetainerBox_PatternElement) == 0x0003F8, "Member 'UWBP_HUD_SkillButton_Big_C::RetainerBox_PatternElement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, SkillDescription) == 0x000400, "Member 'UWBP_HUD_SkillButton_Big_C::SkillDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, TextBlock_ItemStock_Prefix) == 0x000408, "Member 'UWBP_HUD_SkillButton_Big_C::TextBlock_ItemStock_Prefix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, TextBlock_ItemStock_Value) == 0x000410, "Member 'UWBP_HUD_SkillButton_Big_C::TextBlock_ItemStock_Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, TextBlock_Title) == 0x000418, "Member 'UWBP_HUD_SkillButton_Big_C::TextBlock_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, WBP_BattleCard_EffectBox_ItemCount) == 0x000420, "Member 'UWBP_HUD_SkillButton_Big_C::WBP_BattleCard_EffectBox_ItemCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, WBP_ButtonBinding) == 0x000428, "Member 'UWBP_HUD_SkillButton_Big_C::WBP_ButtonBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, WBP_HUD_AP_ICO) == 0x000430, "Member 'UWBP_HUD_SkillButton_Big_C::WBP_HUD_AP_ICO' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, WBP_Niagara_SlowParticules_Highlight) == 0x000438, "Member 'UWBP_HUD_SkillButton_Big_C::WBP_Niagara_SlowParticules_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, WBP_Niagara_SlowParticules_Overcharged) == 0x000440, "Member 'UWBP_HUD_SkillButton_Big_C::WBP_Niagara_SlowParticules_Overcharged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, InputBindingParameters) == 0x000448, "Member 'UWBP_HUD_SkillButton_Big_C::InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, SkillID) == 0x000470, "Member 'UWBP_HUD_SkillButton_Big_C::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, OnButtonClicked) == 0x000478, "Member 'UWBP_HUD_SkillButton_Big_C::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, ButtonForbiddenReason) == 0x000488, "Member 'UWBP_HUD_SkillButton_Big_C::ButtonForbiddenReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, OnButtonDenied) == 0x000490, "Member 'UWBP_HUD_SkillButton_Big_C::OnButtonDenied' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, Element) == 0x0004A0, "Member 'UWBP_HUD_SkillButton_Big_C::Element' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, NoElementDefaultColor) == 0x0004A4, "Member 'UWBP_HUD_SkillButton_Big_C::NoElementDefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, SkillState) == 0x0004B8, "Member 'UWBP_HUD_SkillButton_Big_C::SkillState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsBattleContext) == 0x0004C0, "Member 'UWBP_HUD_SkillButton_Big_C::IsBattleContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, SelectImage) == 0x0004C8, "Member 'UWBP_HUD_SkillButton_Big_C::SelectImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, SetInputExpand) == 0x0004D0, "Member 'UWBP_HUD_SkillButton_Big_C::SetInputExpand' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsInputVisible) == 0x0004D1, "Member 'UWBP_HUD_SkillButton_Big_C::IsInputVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsPaintBackgroundVisible) == 0x0004D2, "Member 'UWBP_HUD_SkillButton_Big_C::IsPaintBackgroundVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, PromptHighlightRequested) == 0x0004D3, "Member 'UWBP_HUD_SkillButton_Big_C::PromptHighlightRequested' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, CurrentBlockedReason) == 0x0004D8, "Member 'UWBP_HUD_SkillButton_Big_C::CurrentBlockedReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsSkillAvailable) == 0x0004F0, "Member 'UWBP_HUD_SkillButton_Big_C::IsSkillAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsSkillLocked) == 0x0004F1, "Member 'UWBP_HUD_SkillButton_Big_C::IsSkillLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, IsOvercharged) == 0x0004F2, "Member 'UWBP_HUD_SkillButton_Big_C::IsOvercharged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillButton_Big_C, TitleTextColor) == 0x0004F4, "Member 'UWBP_HUD_SkillButton_Big_C::TitleTextColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered \ +static_assert(alignof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered) == 0x000008, "Wrong alignment on WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered"); \ +static_assert(sizeof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered) == 0x0000F8, "Wrong size on WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, EntryPoint) == 0x000000, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_bool_Variable) == 0x000004, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_byte_Variable) == 0x000005, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_struct_Variable) == 0x000008, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_struct_Variable_1) == 0x000020, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_bool_Variable_2) == 0x000038, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_byte_Variable_2) == 0x000039, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, Temp_byte_Variable_3) == 0x00003A, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, K2Node_Event_MyGeometry) == 0x00003C, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, K2Node_Event_InDeltaTime) == 0x000074, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000080, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_GetObjectClass_ReturnValue) == 0x000088, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_ClassIsChildOf_ReturnValue) == 0x000091, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C8, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x0000E0, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x0000F0, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, K2Node_Select_Default_1) == 0x0000F1, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, CallFunc_GetBoolCVar_ReturnValue) == 0x0000F2, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered, K2Node_Select_Default_2) == 0x0000F3, "Member 'WBP_JRPG_Countered_C_ExecuteUbergraph_WBP_JRPG_Countered::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Countered_C_Tick \ +static_assert(alignof(WBP_JRPG_Countered_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_Countered_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_Countered_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_Countered_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_Countered_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Countered_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_Countered_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_Countered_C \ +static_assert(alignof(UWBP_JRPG_Countered_C) == 0x000008, "Wrong alignment on UWBP_JRPG_Countered_C"); \ +static_assert(sizeof(UWBP_JRPG_Countered_C) == 0x000320, "Wrong size on UWBP_JRPG_Countered_C"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_Countered_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, Anim_Damagefade) == 0x0002E8, "Member 'UWBP_JRPG_Countered_C::Anim_Damagefade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, SizeBox) == 0x0002F0, "Member 'UWBP_JRPG_Countered_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, FloatDamage) == 0x0002F8, "Member 'UWBP_JRPG_Countered_C::FloatDamage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, Actor_Reference) == 0x000300, "Member 'UWBP_JRPG_Countered_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Countered_C, Color) == 0x000308, "Member 'UWBP_JRPG_Countered_C::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_A_Var1_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_A_Var1_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_A_Var1_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_A_Var1_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_A_Var1_C"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped \ +static_assert(alignof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped) == 0x000008, "Wrong alignment on WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped"); \ +static_assert(sizeof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped) == 0x000098, "Wrong size on WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, EntryPoint) == 0x000000, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_bool_Variable) == 0x000004, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_byte_Variable) == 0x000005, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000050, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000058, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000080, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000090, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, CallFunc_GetBoolCVar_ReturnValue) == 0x000091, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_Select_Default) == 0x000092, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped, K2Node_Select_Default_1) == 0x000093, "Member 'WBP_JRPG_Jumped_C_ExecuteUbergraph_WBP_JRPG_Jumped::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_Jumped_C_Tick \ +static_assert(alignof(WBP_JRPG_Jumped_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_Jumped_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_Jumped_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_Jumped_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_Jumped_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_Jumped_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_Jumped_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_Jumped_C \ +static_assert(alignof(UWBP_JRPG_Jumped_C) == 0x000008, "Wrong alignment on UWBP_JRPG_Jumped_C"); \ +static_assert(sizeof(UWBP_JRPG_Jumped_C) == 0x000320, "Wrong size on UWBP_JRPG_Jumped_C"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_Jumped_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, Anim_Damagefade) == 0x0002E8, "Member 'UWBP_JRPG_Jumped_C::Anim_Damagefade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, SizeBox) == 0x0002F0, "Member 'UWBP_JRPG_Jumped_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, FloatDamage) == 0x0002F8, "Member 'UWBP_JRPG_Jumped_C::FloatDamage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, Actor_Reference) == 0x000300, "Member 'UWBP_JRPG_Jumped_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_Jumped_C, Color) == 0x000308, "Member 'UWBP_JRPG_Jumped_C::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed \ +static_assert(alignof(BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong alignment on BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(sizeof(BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed) == 0x000008, "Wrong size on BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed"); \ +static_assert(offsetof(BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed, AP_Change) == 0x000000, "Member 'BP_BattleListener_C_BPI_OnAnyCharacterAP_Changed::AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_BPI_OnAnyCharacterDamaged \ +static_assert(alignof(BP_BattleListener_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong alignment on BP_BattleListener_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(sizeof(BP_BattleListener_C_BPI_OnAnyCharacterDamaged) == 0x000008, "Wrong size on BP_BattleListener_C_BPI_OnAnyCharacterDamaged"); \ +static_assert(offsetof(BP_BattleListener_C_BPI_OnAnyCharacterDamaged, BattleDamage) == 0x000000, "Member 'BP_BattleListener_C_BPI_OnAnyCharacterDamaged::BattleDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener \ +static_assert(alignof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener) == 0x000008, "Wrong alignment on BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener"); \ +static_assert(sizeof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener) == 0x000058, "Wrong size on BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, EntryPoint) == 0x000000, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_TargetCharacter) == 0x000008, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_SourceCharacter) == 0x000010, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_ReceivedDamages) == 0x000018, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_BattleDamages) == 0x000020, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_CharacterStats_1) == 0x000028, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_BuffAddAction) == 0x000030, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_BuffAddAction' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_CharacterStats) == 0x000038, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_TurnStartDependencies) == 0x000040, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_BattleDamage) == 0x000048, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener, K2Node_Event_AP_Change) == 0x000050, "Member 'BP_BattleListener_C_ExecuteUbergraph_BP_BattleListener::K2Node_Event_AP_Change' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_IsTurnStartInProgress \ +static_assert(alignof(BP_BattleListener_C_IsTurnStartInProgress) == 0x000001, "Wrong alignment on BP_BattleListener_C_IsTurnStartInProgress"); \ +static_assert(sizeof(BP_BattleListener_C_IsTurnStartInProgress) == 0x000001, "Wrong size on BP_BattleListener_C_IsTurnStartInProgress"); \ +static_assert(offsetof(BP_BattleListener_C_IsTurnStartInProgress, InProgress) == 0x000000, "Member 'BP_BattleListener_C_IsTurnStartInProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_OnCharacterDealtDamages \ +static_assert(alignof(BP_BattleListener_C_OnCharacterDealtDamages) == 0x000008, "Wrong alignment on BP_BattleListener_C_OnCharacterDealtDamages"); \ +static_assert(sizeof(BP_BattleListener_C_OnCharacterDealtDamages) == 0x000018, "Wrong size on BP_BattleListener_C_OnCharacterDealtDamages"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterDealtDamages, CharacterStats) == 0x000000, "Member 'BP_BattleListener_C_OnCharacterDealtDamages::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterDealtDamages, Damages) == 0x000008, "Member 'BP_BattleListener_C_OnCharacterDealtDamages::Damages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterDealtDamages, ProcessedDamages) == 0x000010, "Member 'BP_BattleListener_C_OnCharacterDealtDamages::ProcessedDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_OnCharacterKilled \ +static_assert(alignof(BP_BattleListener_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_BattleListener_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_BattleListener_C_OnCharacterKilled) == 0x000008, "Wrong size on BP_BattleListener_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterKilled, CharacterStats) == 0x000000, "Member 'BP_BattleListener_C_OnCharacterKilled::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_OnCharacterReceivedDamages \ +static_assert(alignof(BP_BattleListener_C_OnCharacterReceivedDamages) == 0x000008, "Wrong alignment on BP_BattleListener_C_OnCharacterReceivedDamages"); \ +static_assert(sizeof(BP_BattleListener_C_OnCharacterReceivedDamages) == 0x000020, "Wrong size on BP_BattleListener_C_OnCharacterReceivedDamages"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterReceivedDamages, TargetCharacter) == 0x000000, "Member 'BP_BattleListener_C_OnCharacterReceivedDamages::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterReceivedDamages, SourceCharacter) == 0x000008, "Member 'BP_BattleListener_C_OnCharacterReceivedDamages::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterReceivedDamages, ReceivedDamages) == 0x000010, "Member 'BP_BattleListener_C_OnCharacterReceivedDamages::ReceivedDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterReceivedDamages, BattleDamages) == 0x000018, "Member 'BP_BattleListener_C_OnCharacterReceivedDamages::BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleListener_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleListener_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleListener_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleListener_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleListener_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleListener_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleListener_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleListener_C_ProcessAddBuffAction \ +static_assert(alignof(BP_BattleListener_C_ProcessAddBuffAction) == 0x000008, "Wrong alignment on BP_BattleListener_C_ProcessAddBuffAction"); \ +static_assert(sizeof(BP_BattleListener_C_ProcessAddBuffAction) == 0x000008, "Wrong size on BP_BattleListener_C_ProcessAddBuffAction"); \ +static_assert(offsetof(BP_BattleListener_C_ProcessAddBuffAction, BuffAddAction) == 0x000000, "Member 'BP_BattleListener_C_ProcessAddBuffAction::BuffAddAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleListener_C \ +static_assert(alignof(UBP_BattleListener_C) == 0x000008, "Wrong alignment on UBP_BattleListener_C"); \ +static_assert(sizeof(UBP_BattleListener_C) == 0x000030, "Wrong size on UBP_BattleListener_C"); \ +static_assert(offsetof(UBP_BattleListener_C, UberGraphFrame) == 0x000028, "Member 'UBP_BattleListener_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot) == 0x000008, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot) == 0x0001C0, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, EntryPoint) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, Temp_int_Variable) == 0x000004, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_Event_MyGeometry) == 0x000018, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_Event_InDeltaTime) == 0x000050, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_CustomEvent_TargetLevel) == 0x000054, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_CustomEvent_TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_CustomEvent_TargetXP) == 0x000058, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_CustomEvent_TargetXP' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000070, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000080, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000088, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000090, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel) == 0x000094, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToText_ReturnValue) == 0x000098, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000A8, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Format_ReturnValue) == 0x000108, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_1) == 0x00011C, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000120, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_2) == 0x000130, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000138, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Lerp_ReturnValue) == 0x000140, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000148, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_FTrunc_ReturnValue) == 0x000150, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000158, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_3) == 0x000168, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000170, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_4) == 0x000178, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000180, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000188, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_5) == 0x00018C, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000190, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_PlayAnimation_ReturnValue) == 0x000198, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001A0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x0001A8, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0001B0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0001B8, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_ExecuteUbergraph_WBP_jRPG_BattleEndCharacterSlot::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP) == 0x000004, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP) == 0x000008, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP, TargetLevel) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP, TargetXP) == 0x000004, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_InterpolateGainedXP::TargetXP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_Tick \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_Tick) == 0x000004, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_Tick"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_Tick) == 0x00003C, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_Tick"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage) == 0x000008, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage) == 0x000008, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage, CharacterIcon) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterImage::CharacterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats) == 0x000008, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats) == 0x000090, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CharacterStats) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Map_Find_Value) == 0x000070, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000080, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateCharacterStats::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp) == 0x000008, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp) == 0x0000B8, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CurrentLevel) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CurrentExperience) == 0x000004, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CurrentExperience' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel) == 0x000018, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000080, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000098, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_Conv_IntToText_ReturnValue) == 0x0000A0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000B0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateDataIncludingLevelUp::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP \ +static_assert(alignof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP) == 0x000008, "Wrong alignment on WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP"); \ +static_assert(sizeof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP) == 0x0000B8, "Wrong size on WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CurrentLevel) == 0x000000, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CurrentXP) == 0x000004, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel) == 0x000018, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_GetExperienceNeededToNextLevel_XPtoNextLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000080, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000098, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_Conv_IntToText_ReturnValue) == 0x0000A0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000B0, "Member 'WBP_jRPG_BattleEndCharacterSlot_C_UpdateLevelAndXP::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_BattleEndCharacterSlot_C \ +static_assert(alignof(UWBP_jRPG_BattleEndCharacterSlot_C) == 0x000008, "Wrong alignment on UWBP_jRPG_BattleEndCharacterSlot_C"); \ +static_assert(sizeof(UWBP_jRPG_BattleEndCharacterSlot_C) == 0x000418, "Wrong size on UWBP_jRPG_BattleEndCharacterSlot_C"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, Anim_OpenMenu) == 0x0002E8, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::Anim_OpenMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, Anim_LevelUpColorfulBlinking) == 0x0002F0, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::Anim_LevelUpColorfulBlinking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, Border_0) == 0x0002F8, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::Border_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, Border_Stats) == 0x000300, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::Border_Stats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, Image_CharacterIcon) == 0x000308, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::Image_CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, LevelUpFX) == 0x000310, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::LevelUpFX' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, ProgressBar_XP) == 0x000318, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::ProgressBar_XP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TextBlock_Level) == 0x000320, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TextBlock_Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TextBlock_LevelUp) == 0x000328, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TextBlock_LevelUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TextBlock_XPToNext) == 0x000330, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TextBlock_XPToNext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_CriticalPower) == 0x000338, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_CriticalPower' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_CriticalRate) == 0x000340, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_CriticalRate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_Defence) == 0x000348, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_Defence' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_Evasion) == 0x000350, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_Evasion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_HP) == 0x000358, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_HP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_Initiative) == 0x000360, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_Initiative' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_MP) == 0x000368, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_MP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, WBP_jRPG_StatSlot_Power) == 0x000370, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::WBP_jRPG_StatSlot_Power' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, CharacterStatSlots) == 0x000378, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::CharacterStatSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, InitialStats) == 0x000388, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::InitialStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, InitialLevel) == 0x0003D8, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::InitialLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, AssignedCharacter) == 0x0003DC, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::AssignedCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, CurrentLevelInterpolation) == 0x0003E4, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::CurrentLevelInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TargetLevelInterpolation) == 0x0003E8, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TargetLevelInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, CurrentXPInterpolation) == 0x0003EC, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::CurrentXPInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TargetXPInterpolation) == 0x0003F0, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TargetXPInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, InterpolateBarFilling_) == 0x0003F4, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::InterpolateBarFilling_' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, LerpFrom) == 0x0003F8, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::LerpFrom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, LerpTo) == 0x000400, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::LerpTo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, TextBlock_LevelUp_0) == 0x000408, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::TextBlock_LevelUp_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_BattleEndCharacterSlot_C, LevelUpSound) == 0x000410, "Member 'UWBP_jRPG_BattleEndCharacterSlot_C::LevelUpSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_DisappearAndRemove \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_DisappearAndRemove) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_DisappearAndRemove"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_DisappearAndRemove) == 0x000010, "Wrong size on WBP_jRPG_GameOverScreen_C_DisappearAndRemove"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_DisappearAndRemove, FadeBackToBattle) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_DisappearAndRemove::FadeBackToBattle' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_DisappearAndRemove, LatentAction) == 0x000008, "Member 'WBP_jRPG_GameOverScreen_C_DisappearAndRemove::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen) == 0x0002D8, "Wrong size on WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, EntryPoint) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_CreateModalWindow_OutputPin) == 0x000008, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable) == 0x000010, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_struct_Variable) == 0x000014, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_struct_Variable_1) == 0x000024, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_1) == 0x000034, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000038, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_byte_Variable) == 0x000040, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_2) == 0x000054, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_3) == 0x000055, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_4) == 0x000056, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_5) == 0x000057, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000058, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_class_Variable) == 0x000068, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000070, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Event_FocusEventBP) == 0x000080, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CustomEvent_FX_PetalExplosion) == 0x000088, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CustomEvent_FX_PetalExplosion' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_wildcard_Variable) == 0x000090, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CustomEvent_InUserResponse_1) == 0x000100, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CustomEvent_InUserResponse_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000108, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000128, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_SwitchEnum_CmpSuccess) == 0x000178, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_MakeArray_Array) == 0x000180, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_Format_ReturnValue) == 0x000190, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001A0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CustomEvent_FadeBackToBattle) == 0x0001A8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CustomEvent_FadeBackToBattle' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CustomEvent_LatentAction) == 0x0001B0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_IsValid_ReturnValue) == 0x0001B8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001C0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Select_Default) == 0x0001C8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_class_Variable_1) == 0x0001D8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetPlayerController_ReturnValue) == 0x0001E0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001E8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0001F0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000200, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_DynamicCast_bSuccess_1) == 0x000208, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_6) == 0x000209, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Select_Default_1) == 0x000210, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Select_Default_2) == 0x000218, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000220, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Event_IsDesignTime) == 0x000228, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000230, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_text_Variable) == 0x000238, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000248, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_text_Variable_1) == 0x000250, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000260, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, Temp_bool_Variable_7) == 0x000270, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetPlayerController_ReturnValue_2) == 0x000278, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_PlayCameraAnimation_ReturnValue) == 0x000280, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Select_Default_3) == 0x000288, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CustomEvent_InUserResponse) == 0x000298, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_Select_Default_4) == 0x000299, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_GetPlayerController_ReturnValue_3) == 0x0002A0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002A8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002B8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0002C8, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen, CallFunc_CreateModalWindow_OutputPin_1) == 0x0002D0, "Member 'WBP_jRPG_GameOverScreen_C_ExecuteUbergraph_WBP_jRPG_GameOverScreen::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event) == 0x000008, "Wrong size on WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event, FX_PetalExplosion_0) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_FX_PetalExplosion_Event::FX_PetalExplosion_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_GetTiedObject \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_GetTiedObject"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_GetTiedObject) == 0x000008, "Wrong size on WBP_jRPG_GameOverScreen_C_GetTiedObject"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse) == 0x000001, "Wrong alignment on WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse) == 0x000001, "Wrong size on WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse, InUserResponse) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_OnReserveTeamModalResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_OnRetryUserResponse \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_OnRetryUserResponse) == 0x000001, "Wrong alignment on WBP_jRPG_GameOverScreen_C_OnRetryUserResponse"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_OnRetryUserResponse) == 0x000001, "Wrong size on WBP_jRPG_GameOverScreen_C_OnRetryUserResponse"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_OnRetryUserResponse, InUserResponse) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_OnRetryUserResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_OnUINavigationFocus \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_jRPG_GameOverScreen_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_PreConstruct \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_jRPG_GameOverScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_jRPG_GameOverScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen) == 0x000008, "Wrong size on WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen, FX_PetalExplosion_0) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_SequenceEvent__ENTRYPOINTWBP_jRPG_GameOverScreen::FX_PetalExplosion_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_jRPG_GameOverScreen_C_StopMusic \ +static_assert(alignof(WBP_jRPG_GameOverScreen_C_StopMusic) == 0x000008, "Wrong alignment on WBP_jRPG_GameOverScreen_C_StopMusic"); \ +static_assert(sizeof(WBP_jRPG_GameOverScreen_C_StopMusic) == 0x000020, "Wrong size on WBP_jRPG_GameOverScreen_C_StopMusic"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_StopMusic, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_jRPG_GameOverScreen_C_StopMusic::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_jRPG_GameOverScreen_C_StopMusic, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000008, "Member 'WBP_jRPG_GameOverScreen_C_StopMusic::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_jRPG_GameOverScreen_C \ +static_assert(alignof(UWBP_jRPG_GameOverScreen_C) == 0x000008, "Wrong alignment on UWBP_jRPG_GameOverScreen_C"); \ +static_assert(sizeof(UWBP_jRPG_GameOverScreen_C) == 0x000528, "Wrong size on UWBP_jRPG_GameOverScreen_C"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, UberGraphFrame) == 0x000430, "Member 'UWBP_jRPG_GameOverScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_ReserveFadeOutCalled) == 0x000438, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_ReserveFadeOutCalled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_ReserveFadeOutGameOver) == 0x000440, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_ReserveFadeOutGameOver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_ReserveFadeIn_DEPRECATED) == 0x000448, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_ReserveFadeIn_DEPRECATED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_Disappear) == 0x000450, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_FadeIn_ReserveTeamAvailable) == 0x000458, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_FadeIn_ReserveTeamAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, Anim_FadeIn_NoReserveTeam) == 0x000460, "Member 'UWBP_jRPG_GameOverScreen_C::Anim_FadeIn_NoReserveTeam' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, BackgroundBlur) == 0x000468, "Member 'UWBP_jRPG_GameOverScreen_C::BackgroundBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, BottomPattern) == 0x000470, "Member 'UWBP_jRPG_GameOverScreen_C::BottomPattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, FailText) == 0x000478, "Member 'UWBP_jRPG_GameOverScreen_C::FailText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, FX_PetalExplosion) == 0x000480, "Member 'UWBP_jRPG_GameOverScreen_C::FX_PetalExplosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, PaintOutline) == 0x000488, "Member 'UWBP_jRPG_GameOverScreen_C::PaintOutline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, TopPattern) == 0x000490, "Member 'UWBP_jRPG_GameOverScreen_C::TopPattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, OnClosed) == 0x000498, "Member 'UWBP_jRPG_GameOverScreen_C::OnClosed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SoftGameOverMessage) == 0x0004A8, "Member 'UWBP_jRPG_GameOverScreen_C::SoftGameOverMessage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SD_GameOverMusic) == 0x0004B0, "Member 'UWBP_jRPG_GameOverScreen_C::SD_GameOverMusic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, OnReserveTeamResponse) == 0x0004B8, "Member 'UWBP_jRPG_GameOverScreen_C::OnReserveTeamResponse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, IsReserveTeamAvailable) == 0x0004C8, "Member 'UWBP_jRPG_GameOverScreen_C::IsReserveTeamAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SD_SendReserveTeamWindow) == 0x0004D0, "Member 'UWBP_jRPG_GameOverScreen_C::SD_SendReserveTeamWindow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SD_ExpeditionFailed) == 0x0004E0, "Member 'UWBP_jRPG_GameOverScreen_C::SD_ExpeditionFailed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, ControlBusMix) == 0x0004F0, "Member 'UWBP_jRPG_GameOverScreen_C::ControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SD_CanSendReserveTeam) == 0x0004F8, "Member 'UWBP_jRPG_GameOverScreen_C::SD_CanSendReserveTeam' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, SD_SendReserveTeam) == 0x000508, "Member 'UWBP_jRPG_GameOverScreen_C::SD_SendReserveTeam' has a wrong offset!"); \ +static_assert(offsetof(UWBP_jRPG_GameOverScreen_C, OnRetryEncounterResponse) == 0x000518, "Member 'UWBP_jRPG_GameOverScreen_C::OnRetryEncounterResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar) == 0x0000A0, "Wrong size on WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, EntryPoint) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, Temp_bool_Variable) == 0x000004, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, Temp_int_Variable) == 0x000008, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000040, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x000054, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, Temp_int_Variable_1) == 0x00005C, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_GetStartTime_ReturnValue) == 0x000060, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_PlayAnimation_ReturnValue_1) == 0x000070, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded_1) == 0x000078, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, K2Node_Select_Default) == 0x00007C, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_PlayAnimation_ReturnValue_2) == 0x000080, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, K2Node_Event_Animation) == 0x000088, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000090, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000091, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000098, "Member 'WBP_EndBattle_ExperienceBar_C_ExecuteUbergraph_WBP_EndBattle_ExperienceBar::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_LoadCharacterData \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_LoadCharacterData) == 0x000010, "Wrong size on WBP_EndBattle_ExperienceBar_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_LoadCharacterData, InCharacterData) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_LoadCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_LoadCharacterData, CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel) == 0x000008, "Member 'WBP_EndBattle_ExperienceBar_C_LoadCharacterData::CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_LoadCharacterData, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x00000C, "Member 'WBP_EndBattle_ExperienceBar_C_LoadCharacterData::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_OnAnimationFinished \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_EndBattle_ExperienceBar_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_PreConstruct \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_EndBattle_ExperienceBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress) == 0x000030, "Wrong size on WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, ExperienceGainProgress_0) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::ExperienceGainProgress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, ProgressBreakpoint) == 0x000008, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::ProgressBreakpoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000018, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, CallFunc_Lerp_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x000028, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress, CallFunc_FCeil_ReturnValue) == 0x00002C, "Member 'WBP_EndBattle_ExperienceBar_C_SetExperienceGainProgress::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_SetLevelAndValue \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_SetLevelAndValue"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue) == 0x000100, "Wrong size on WBP_EndBattle_ExperienceBar_C_SetLevelAndValue"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, Level) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::Level' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, exp) == 0x000004, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::exp' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, MaxExp) == 0x000008, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::MaxExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_SafeDivide_ReturnValue) == 0x000078, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000080, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_SetLevelAndValue, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0000F8, "Member 'WBP_EndBattle_ExperienceBar_C_SetLevelAndValue::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation \ +static_assert(alignof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation) == 0x000008, "Wrong alignment on WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation"); \ +static_assert(sizeof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation) == 0x000040, "Wrong size on WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CharacterData) == 0x000000, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, NewLocalVar) == 0x000008, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, Temp_bool_Variable) == 0x00000C, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel) == 0x000010, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CallFunc_GetCurrentLevelExperience_CurrentExperienceInLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, Temp_bool_Variable_1) == 0x000014, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded) == 0x000018, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CallFunc_GetExperienceNeededToLevelUp_ExperienceNeeded' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, Temp_bool_Variable_2) == 0x00001C, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001D, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, K2Node_Select_Default) == 0x000024, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, K2Node_Select_Default_2) == 0x000030, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_EndBattle_ExperienceBar_C_TriggerExperienceGainAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EndBattle_ExperienceBar_C \ +static_assert(alignof(UWBP_EndBattle_ExperienceBar_C) == 0x000008, "Wrong alignment on UWBP_EndBattle_ExperienceBar_C"); \ +static_assert(sizeof(UWBP_EndBattle_ExperienceBar_C) == 0x0003B8, "Wrong size on UWBP_EndBattle_ExperienceBar_C"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, UberGraphFrame) == 0x000308, "Member 'UWBP_EndBattle_ExperienceBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, Anim_LevelUpLoop) == 0x000310, "Member 'UWBP_EndBattle_ExperienceBar_C::Anim_LevelUpLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, Anim_ExperienceGain) == 0x000318, "Member 'UWBP_EndBattle_ExperienceBar_C::Anim_ExperienceGain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, Anim_ExperienceGainLevelUp) == 0x000320, "Member 'UWBP_EndBattle_ExperienceBar_C::Anim_ExperienceGainLevelUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, CharacterLevel) == 0x000328, "Member 'UWBP_EndBattle_ExperienceBar_C::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, ExpBar) == 0x000330, "Member 'UWBP_EndBattle_ExperienceBar_C::ExpBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, ExperienceBar) == 0x000338, "Member 'UWBP_EndBattle_ExperienceBar_C::ExperienceBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, FX_SmokeLevelBackground) == 0x000340, "Member 'UWBP_EndBattle_ExperienceBar_C::FX_SmokeLevelBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, Image_Background_Color) == 0x000348, "Member 'UWBP_EndBattle_ExperienceBar_C::Image_Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, LevelUpText) == 0x000350, "Member 'UWBP_EndBattle_ExperienceBar_C::LevelUpText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, NiagaraSystemWidget_Explosion) == 0x000358, "Member 'UWBP_EndBattle_ExperienceBar_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, RetainerBox) == 0x000360, "Member 'UWBP_EndBattle_ExperienceBar_C::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, PreviewMaxValue) == 0x000368, "Member 'UWBP_EndBattle_ExperienceBar_C::PreviewMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, PreviewCurrentValue) == 0x00036C, "Member 'UWBP_EndBattle_ExperienceBar_C::PreviewCurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, PreviewCurrentLevel) == 0x000370, "Member 'UWBP_EndBattle_ExperienceBar_C::PreviewCurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, ExperienceGainProgress) == 0x000378, "Member 'UWBP_EndBattle_ExperienceBar_C::ExperienceGainProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, CurrentLevel) == 0x000380, "Member 'UWBP_EndBattle_ExperienceBar_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, CurrentXP) == 0x000384, "Member 'UWBP_EndBattle_ExperienceBar_C::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, TargetXP) == 0x000388, "Member 'UWBP_EndBattle_ExperienceBar_C::TargetXP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, TargetLevel) == 0x00038C, "Member 'UWBP_EndBattle_ExperienceBar_C::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, FinalLevel) == 0x000390, "Member 'UWBP_EndBattle_ExperienceBar_C::FinalLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, FinalXP) == 0x000394, "Member 'UWBP_EndBattle_ExperienceBar_C::FinalXP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, OnLevelUpTriggered) == 0x000398, "Member 'UWBP_EndBattle_ExperienceBar_C::OnLevelUpTriggered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_ExperienceBar_C, OnLevelUpFinished) == 0x0003A8, "Member 'UWBP_EndBattle_ExperienceBar_C::OnLevelUpFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto \ +static_assert(alignof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto"); \ +static_assert(sizeof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto) == 0x000030, "Wrong size on WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, EntryPoint) == 0x000000, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, K2Node_MakeStruct_SlateColor) == 0x000004, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, CallFunc_GetLearntNewLuminaThisBattle_LearntNewLuminaThisBattle) == 0x000018, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::CallFunc_GetLearntNewLuminaThisBattle_LearntNewLuminaThisBattle' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, CallFunc_GetCurrentStep_CurrentStep) == 0x000028, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::CallFunc_GetCurrentStep_CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_EndBattle_CharacterPicto_C_ExecuteUbergraph_WBP_EndBattle_CharacterPicto::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterPicto_C_LoadPicto \ +static_assert(alignof(WBP_EndBattle_CharacterPicto_C_LoadPicto) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterPicto_C_LoadPicto"); \ +static_assert(sizeof(WBP_EndBattle_CharacterPicto_C_LoadPicto) == 0x000138, "Wrong size on WBP_EndBattle_CharacterPicto_C_LoadPicto"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_LoadPicto, PictoInstance) == 0x000000, "Member 'WBP_EndBattle_CharacterPicto_C_LoadPicto::PictoInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_LoadPicto, CallFunc_GetItemStaticData_ItemStaticData) == 0x000008, "Member 'WBP_EndBattle_CharacterPicto_C_LoadPicto::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterPicto_C_SetPictoProgress \ +static_assert(alignof(WBP_EndBattle_CharacterPicto_C_SetPictoProgress) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterPicto_C_SetPictoProgress"); \ +static_assert(sizeof(WBP_EndBattle_CharacterPicto_C_SetPictoProgress) == 0x000008, "Wrong size on WBP_EndBattle_CharacterPicto_C_SetPictoProgress"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_SetPictoProgress, PictoProgress_0) == 0x000000, "Member 'WBP_EndBattle_CharacterPicto_C_SetPictoProgress::PictoProgress_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation \ +static_assert(alignof(WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation"); \ +static_assert(sizeof(WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation) == 0x000008, "Wrong size on WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation"); \ +static_assert(offsetof(WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_EndBattle_CharacterPicto_C_TriggerPictoProgressionAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EndBattle_CharacterPicto_C \ +static_assert(alignof(UWBP_EndBattle_CharacterPicto_C) == 0x000008, "Wrong alignment on UWBP_EndBattle_CharacterPicto_C"); \ +static_assert(sizeof(UWBP_EndBattle_CharacterPicto_C) == 0x000340, "Wrong size on UWBP_EndBattle_CharacterPicto_C"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, UberGraphFrame) == 0x000308, "Member 'UWBP_EndBattle_CharacterPicto_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, Anim_PictoProgress_Loop) == 0x000310, "Member 'UWBP_EndBattle_CharacterPicto_C::Anim_PictoProgress_Loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, Anim_LuminaLearnt_Loop) == 0x000318, "Member 'UWBP_EndBattle_CharacterPicto_C::Anim_LuminaLearnt_Loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, Anim_PictoProgress) == 0x000320, "Member 'UWBP_EndBattle_CharacterPicto_C::Anim_PictoProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, PictoName) == 0x000328, "Member 'UWBP_EndBattle_CharacterPicto_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, WBP_PictoIcon) == 0x000330, "Member 'UWBP_EndBattle_CharacterPicto_C::WBP_PictoIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterPicto_C, PictoProgress) == 0x000338, "Member 'UWBP_EndBattle_CharacterPicto_C::PictoProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox) == 0x000060, "Wrong size on WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, EntryPoint) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000004, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_NormalizeToRange_ReturnValue) == 0x000020, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000030, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, K2Node_CustomEvent_UserConfig) == 0x000048, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox, CallFunc_FClamp_Value_ImplicitCast) == 0x000058, "Member 'WBP_EndBattle_CharacterBox_C_ExecuteUbergraph_WBP_EndBattle_CharacterBox::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats) == 0x000088, "Wrong size on WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CharacterBattleStats) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_GetCharacterData_CharacterData) == 0x000030, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_GetAllEntries_ReturnValue) == 0x000048, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, K2Node_DynamicCast_AsWBP_End_Battle_Character_Entry) == 0x000070, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::K2Node_DynamicCast_AsWBP_End_Battle_Character_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_GetCharacterID_CharacterID) == 0x00007C, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_GetCharacterID_CharacterID' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000084, "Member 'WBP_EndBattle_CharacterBox_C_LoadCharacterBattleStats::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates) == 0x000038, "Wrong size on WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CharacterDatas) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000030, "Member 'WBP_EndBattle_CharacterBox_C_LoadInitialCharacterStates::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_OnSettingsApplied \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterBox_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_EndBattle_CharacterBox_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_PreConstruct \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_EndBattle_CharacterBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_EndBattle_CharacterBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations \ +static_assert(alignof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations) == 0x000008, "Wrong alignment on WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations"); \ +static_assert(sizeof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations) == 0x000088, "Wrong size on WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CharacterBattleStats) == 0x000000, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_GetCharacterData_CharacterData) == 0x000030, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_GetAllEntries_ReturnValue) == 0x000048, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, K2Node_DynamicCast_AsWBP_End_Battle_Character_Entry) == 0x000070, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::K2Node_DynamicCast_AsWBP_End_Battle_Character_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_GetCharacterID_CharacterID) == 0x00007C, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_GetCharacterID_CharacterID' has a wrong offset!"); \ +static_assert(offsetof(WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000084, "Member 'WBP_EndBattle_CharacterBox_C_TriggerEntryAnimations::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EndBattle_CharacterBox_C \ +static_assert(alignof(UWBP_EndBattle_CharacterBox_C) == 0x000008, "Wrong alignment on UWBP_EndBattle_CharacterBox_C"); \ +static_assert(sizeof(UWBP_EndBattle_CharacterBox_C) == 0x000318, "Wrong size on UWBP_EndBattle_CharacterBox_C"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterBox_C, UberGraphFrame) == 0x000308, "Member 'UWBP_EndBattle_CharacterBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EndBattle_CharacterBox_C, DynamicEntryBox_Character) == 0x000310, "Member 'UWBP_EndBattle_CharacterBox_C::DynamicEntryBox_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon \ +static_assert(alignof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon) == 0x000008, "Wrong alignment on WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon"); \ +static_assert(sizeof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon) == 0x000028, "Wrong size on WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, EntryPoint) == 0x000000, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, K2Node_Event_Animation) == 0x000008, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_BattleLoot_Weapon_C_ExecuteUbergraph_WBP_BattleLoot_Weapon::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Weapon_C_LoadWeapon \ +static_assert(alignof(WBP_BattleLoot_Weapon_C_LoadWeapon) == 0x000008, "Wrong alignment on WBP_BattleLoot_Weapon_C_LoadWeapon"); \ +static_assert(sizeof(WBP_BattleLoot_Weapon_C_LoadWeapon) == 0x000140, "Wrong size on WBP_BattleLoot_Weapon_C_LoadWeapon"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_LoadWeapon, weapon) == 0x000000, "Member 'WBP_BattleLoot_Weapon_C_LoadWeapon::weapon' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_LoadWeapon, CallFunc_GetCurrentLevel_ReturnValue) == 0x000008, "Member 'WBP_BattleLoot_Weapon_C_LoadWeapon::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_LoadWeapon, CallFunc_GetItemStaticData_ItemStaticData) == 0x000010, "Member 'WBP_BattleLoot_Weapon_C_LoadWeapon::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Weapon_C_OnAnimationFinished \ +static_assert(alignof(WBP_BattleLoot_Weapon_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_BattleLoot_Weapon_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_BattleLoot_Weapon_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_BattleLoot_Weapon_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_BattleLoot_Weapon_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Weapon_C_PreConstruct \ +static_assert(alignof(WBP_BattleLoot_Weapon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleLoot_Weapon_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleLoot_Weapon_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleLoot_Weapon_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleLoot_Weapon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleLoot_Weapon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleLoot_Weapon_C \ +static_assert(alignof(UWBP_BattleLoot_Weapon_C) == 0x000008, "Wrong alignment on UWBP_BattleLoot_Weapon_C"); \ +static_assert(sizeof(UWBP_BattleLoot_Weapon_C) == 0x000350, "Wrong size on UWBP_BattleLoot_Weapon_C"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, UberGraphFrame) == 0x000308, "Member 'UWBP_BattleLoot_Weapon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, NewWeaponLoop) == 0x000310, "Member 'UWBP_BattleLoot_Weapon_C::NewWeaponLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, NewWeaponAppear) == 0x000318, "Member 'UWBP_BattleLoot_Weapon_C::NewWeaponAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, NiagaraSystemWidget_Explosion) == 0x000320, "Member 'UWBP_BattleLoot_Weapon_C::NiagaraSystemWidget_Explosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, WeaponIcon) == 0x000328, "Member 'UWBP_BattleLoot_Weapon_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, WeaponLevelTooltip) == 0x000330, "Member 'UWBP_BattleLoot_Weapon_C::WeaponLevelTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, WeaponName) == 0x000338, "Member 'UWBP_BattleLoot_Weapon_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Weapon_C, Data_Table_Row_Handle) == 0x000340, "Member 'UWBP_BattleLoot_Weapon_C::Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_AddLootedCustomization \ +static_assert(alignof(WBP_BattleLoot_Box_C_AddLootedCustomization) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_AddLootedCustomization"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_AddLootedCustomization) == 0x000140, "Wrong size on WBP_BattleLoot_Box_C_AddLootedCustomization"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedCustomization, Item) == 0x000000, "Member 'WBP_BattleLoot_Box_C_AddLootedCustomization::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedCustomization, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000138, "Member 'WBP_BattleLoot_Box_C_AddLootedCustomization::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_AddLootedItem \ +static_assert(alignof(WBP_BattleLoot_Box_C_AddLootedItem) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_AddLootedItem"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_AddLootedItem) == 0x000140, "Wrong size on WBP_BattleLoot_Box_C_AddLootedItem"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedItem, Item) == 0x000000, "Member 'WBP_BattleLoot_Box_C_AddLootedItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedItem, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_BattleLoot_Box_C_AddLootedItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedItem, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000139, "Member 'WBP_BattleLoot_Box_C_AddLootedItem::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedItem, K2Node_SwitchEnum_CmpSuccess) == 0x00013A, "Member 'WBP_BattleLoot_Box_C_AddLootedItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedItem, CallFunc_BooleanOR_ReturnValue) == 0x00013B, "Member 'WBP_BattleLoot_Box_C_AddLootedItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_AddLootedOtherItem \ +static_assert(alignof(WBP_BattleLoot_Box_C_AddLootedOtherItem) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_AddLootedOtherItem"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_AddLootedOtherItem) == 0x000140, "Wrong size on WBP_BattleLoot_Box_C_AddLootedOtherItem"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedOtherItem, Item) == 0x000000, "Member 'WBP_BattleLoot_Box_C_AddLootedOtherItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedOtherItem, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000138, "Member 'WBP_BattleLoot_Box_C_AddLootedOtherItem::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_AddLootedPicto \ +static_assert(alignof(WBP_BattleLoot_Box_C_AddLootedPicto) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_AddLootedPicto"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_AddLootedPicto) == 0x000160, "Wrong size on WBP_BattleLoot_Box_C_AddLootedPicto"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, PictoItem) == 0x000000, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::PictoItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, CallFunc_GetCustomGI_ReturnValue) == 0x000138, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000140, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000148, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000150, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedPicto, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'WBP_BattleLoot_Box_C_AddLootedPicto::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_AddLootedWeapon \ +static_assert(alignof(WBP_BattleLoot_Box_C_AddLootedWeapon) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_AddLootedWeapon"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_AddLootedWeapon) == 0x000160, "Wrong size on WBP_BattleLoot_Box_C_AddLootedWeapon"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, WeaponItem) == 0x000000, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::WeaponItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, CallFunc_GetCustomGI_ReturnValue) == 0x000138, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000140, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, CallFunc_FindItemInstanceByID_ItemInstance) == 0x000148, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::CallFunc_FindItemInstanceByID_ItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000150, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_AddLootedWeapon, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'WBP_BattleLoot_Box_C_AddLootedWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleLoot_Box_C_LoadBattleRewards \ +static_assert(alignof(WBP_BattleLoot_Box_C_LoadBattleRewards) == 0x000008, "Wrong alignment on WBP_BattleLoot_Box_C_LoadBattleRewards"); \ +static_assert(sizeof(WBP_BattleLoot_Box_C_LoadBattleRewards) == 0x0002A8, "Wrong size on WBP_BattleLoot_Box_C_LoadBattleRewards"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, BattleRewards) == 0x000000, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::BattleRewards' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Array_IsEmpty_ReturnValue) == 0x000024, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x00003D, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000040, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleLoot_Box_C_LoadBattleRewards, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000170, "Member 'WBP_BattleLoot_Box_C_LoadBattleRewards::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleLoot_Box_C \ +static_assert(alignof(UWBP_BattleLoot_Box_C) == 0x000008, "Wrong alignment on UWBP_BattleLoot_Box_C"); \ +static_assert(sizeof(UWBP_BattleLoot_Box_C) == 0x000360, "Wrong size on UWBP_BattleLoot_Box_C"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, DynamicEntryBox_Items) == 0x000308, "Member 'UWBP_BattleLoot_Box_C::DynamicEntryBox_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, DynamicEntryBox_Pictos) == 0x000310, "Member 'UWBP_BattleLoot_Box_C::DynamicEntryBox_Pictos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, DynamicEntryBox_WeaponsCustos) == 0x000318, "Member 'UWBP_BattleLoot_Box_C::DynamicEntryBox_WeaponsCustos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, PictosSizeBox) == 0x000320, "Member 'UWBP_BattleLoot_Box_C::PictosSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, WBP_GoldAmount) == 0x000328, "Member 'UWBP_BattleLoot_Box_C::WBP_GoldAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, WeaponSizeBox) == 0x000330, "Member 'UWBP_BattleLoot_Box_C::WeaponSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, Battle_Rewards) == 0x000338, "Member 'UWBP_BattleLoot_Box_C::Battle_Rewards' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleLoot_Box_C, SDLoot) == 0x000350, "Member 'UWBP_BattleLoot_Box_C::SDLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow \ +static_assert(alignof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow) == 0x000008, "Wrong alignment on BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow"); \ +static_assert(sizeof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow) == 0x0001B0, "Wrong size on BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, RowName) == 0x000000, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, __WorldContext) == 0x000008, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, Found) == 0x000010, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, EncounterData) == 0x000018, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::EncounterData' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, local_EditorOnlyDT) == 0x000078, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::local_EditorOnlyDT' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_IsPackagedBuild_ReturnValue) == 0x000098, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000A0, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000100, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000108, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000130, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, K2Node_DynamicCast_AsData_Table) == 0x000138, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::K2Node_DynamicCast_AsData_Table' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000148, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0001A8, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEncounterDataTableRow::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow \ +static_assert(alignof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow) == 0x000008, "Wrong alignment on BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow"); \ +static_assert(sizeof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow) == 0x000688, "Wrong size on BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, RowName) == 0x000000, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, __WorldContext) == 0x000008, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, Found) == 0x000010, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, EnemyData) == 0x000018, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::EnemyData' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, local_EditorOnlyDT) == 0x000218, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::local_EditorOnlyDT' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_GetDataTableRowFromName_OutRow) == 0x000238, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000438, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_IsPackagedBuild_ReturnValue) == 0x000439, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000440, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000468, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, K2Node_DynamicCast_AsData_Table) == 0x000470, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::K2Node_DynamicCast_AsData_Table' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, K2Node_DynamicCast_bSuccess) == 0x000478, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000480, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000680, "Member 'BP_FunctionLibrary_DT_Enemies_Accessor_C_GetEnemyDataTableRow::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FunctionLibrary_DT_Enemies_Accessor_C \ +static_assert(alignof(UBP_FunctionLibrary_DT_Enemies_Accessor_C) == 0x000008, "Wrong alignment on UBP_FunctionLibrary_DT_Enemies_Accessor_C"); \ +static_assert(sizeof(UBP_FunctionLibrary_DT_Enemies_Accessor_C) == 0x000028, "Wrong size on UBP_FunctionLibrary_DT_Enemies_Accessor_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_BndEvt__WBP_HUD_GM_EndBattle_Panel_WBP_GM_PromptGeneric_Continue_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel) == 0x0000C8, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, EntryPoint) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, K2Node_MakeStruct_FontOutlineSettings) == 0x000008, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::K2Node_MakeStruct_FontOutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, K2Node_ComponentBoundEvent_PromptWidget) == 0x000028, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000040, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, CallFunc_PlayAnimationForward_ReturnValue) == 0x000048, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000050, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000058, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel, K2Node_MakeStruct_SlateFontInfo) == 0x000068, "Member 'WBP_HUD_GM_EndBattle_Panel_C_ExecuteUbergraph_WBP_HUD_GM_EndBattle_Panel::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards) == 0x000048, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, BattleSummaryStats) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::BattleSummaryStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, Battle_Rewards_0) == 0x000028, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::Battle_Rewards_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, Temp_byte_Variable) == 0x000040, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000041, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, Temp_byte_Variable_1) == 0x000042, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, Temp_bool_Variable) == 0x000043, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000044, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, CallFunc_BooleanAND_ReturnValue) == 0x000045, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards, K2Node_Select_Default) == 0x000046, "Member 'WBP_HUD_GM_EndBattle_Panel_C_Load_Battle_Stats_and_Rewards::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats) == 0x000010, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats, CharacterBattleStats_0) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_LoadCharacterBattleStats::CharacterBattleStats_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates) == 0x000010, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates, CharacterDatas) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_LoadInitialCharacterStates::CharacterDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies \ +static_assert(alignof(WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies) == 0x000008, "Wrong alignment on WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies"); \ +static_assert(sizeof(WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies) == 0x000010, "Wrong size on WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies"); \ +static_assert(offsetof(WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies, KilledEnemies) == 0x000000, "Member 'WBP_HUD_GM_EndBattle_Panel_C_LoadKilledEnemies::KilledEnemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_GM_EndBattle_Panel_C \ +static_assert(alignof(UWBP_HUD_GM_EndBattle_Panel_C) == 0x000008, "Wrong alignment on UWBP_HUD_GM_EndBattle_Panel_C"); \ +static_assert(sizeof(UWBP_HUD_GM_EndBattle_Panel_C) == 0x0004F0, "Wrong size on UWBP_HUD_GM_EndBattle_Panel_C"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, UberGraphFrame) == 0x000430, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, Anim_ContinueBlur) == 0x000438, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::Anim_ContinueBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, Anim_ShowEndBattle) == 0x000440, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::Anim_ShowEndBattle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, NoDamageBox) == 0x000448, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::NoDamageBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, SafeZone) == 0x000450, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::SafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_BattleLoot_Box) == 0x000458, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_BattleLoot_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_BattleStats_Box) == 0x000460, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_BattleStats_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_DPIScaleBox) == 0x000468, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_EndBattle_CharacterBox) == 0x000470, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_EndBattle_CharacterBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_EnemyKill_Box) == 0x000478, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_EnemyKill_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_GM_PromptGeneric_Continue) == 0x000480, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_GM_PromptGeneric_Continue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_ShowExperience) == 0x000488, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_ShowExperience' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, WBP_VictoryHeader) == 0x000490, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::WBP_VictoryHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, OnClosed) == 0x000498, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::OnClosed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, SDMenuDisappear) == 0x0004A8, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::SDMenuDisappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, SDMenuAppear) == 0x0004B8, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::SDMenuAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, CharacterBattleStats) == 0x0004C8, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_GM_EndBattle_Panel_C, Battle_Rewards) == 0x0004D8, "Member 'UWBP_HUD_GM_EndBattle_Panel_C::Battle_Rewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem \ +static_assert(alignof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem) == 0x000008, "Wrong alignment on BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem"); \ +static_assert(sizeof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem) == 0x000168, "Wrong size on BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, EntryPoint) == 0x000000, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_CustomEvent_CharacterBattle) == 0x000008, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_CustomEvent_CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000092, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000093, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_IsValid_ReturnValue_1) == 0x000094, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000F8, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, K2Node_MakeArray_Array_1) == 0x000148, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem, CallFunc_Format_ReturnValue_1) == 0x000158, "Member 'BP_LastStandSystem_C_ExecuteUbergraph_BP_LastStandSystem::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_GetActiveCharacter \ +static_assert(alignof(BP_LastStandSystem_C_GetActiveCharacter) == 0x000008, "Wrong alignment on BP_LastStandSystem_C_GetActiveCharacter"); \ +static_assert(sizeof(BP_LastStandSystem_C_GetActiveCharacter) == 0x000010, "Wrong size on BP_LastStandSystem_C_GetActiveCharacter"); \ +static_assert(offsetof(BP_LastStandSystem_C_GetActiveCharacter, Character) == 0x000000, "Member 'BP_LastStandSystem_C_GetActiveCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_GetActiveCharacter, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_LastStandSystem_C_GetActiveCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_HasLastStandInQueue \ +static_assert(alignof(BP_LastStandSystem_C_HasLastStandInQueue) == 0x000001, "Wrong alignment on BP_LastStandSystem_C_HasLastStandInQueue"); \ +static_assert(sizeof(BP_LastStandSystem_C_HasLastStandInQueue) == 0x000002, "Wrong size on BP_LastStandSystem_C_HasLastStandInQueue"); \ +static_assert(offsetof(BP_LastStandSystem_C_HasLastStandInQueue, ReturnValue) == 0x000000, "Member 'BP_LastStandSystem_C_HasLastStandInQueue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_HasLastStandInQueue, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_LastStandSystem_C_HasLastStandInQueue::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_IsProcessingLastStand \ +static_assert(alignof(BP_LastStandSystem_C_IsProcessingLastStand) == 0x000001, "Wrong alignment on BP_LastStandSystem_C_IsProcessingLastStand"); \ +static_assert(sizeof(BP_LastStandSystem_C_IsProcessingLastStand) == 0x000002, "Wrong size on BP_LastStandSystem_C_IsProcessingLastStand"); \ +static_assert(offsetof(BP_LastStandSystem_C_IsProcessingLastStand, ReturnValue) == 0x000000, "Member 'BP_LastStandSystem_C_IsProcessingLastStand::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_IsProcessingLastStand, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_LastStandSystem_C_IsProcessingLastStand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_OnLastStandProcessFinished \ +static_assert(alignof(BP_LastStandSystem_C_OnLastStandProcessFinished) == 0x000008, "Wrong alignment on BP_LastStandSystem_C_OnLastStandProcessFinished"); \ +static_assert(sizeof(BP_LastStandSystem_C_OnLastStandProcessFinished) == 0x000008, "Wrong size on BP_LastStandSystem_C_OnLastStandProcessFinished"); \ +static_assert(offsetof(BP_LastStandSystem_C_OnLastStandProcessFinished, CharacterBattle) == 0x000000, "Member 'BP_LastStandSystem_C_OnLastStandProcessFinished::CharacterBattle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LastStandSystem_C_TryAddCharacterForLastStand \ +static_assert(alignof(BP_LastStandSystem_C_TryAddCharacterForLastStand) == 0x000008, "Wrong alignment on BP_LastStandSystem_C_TryAddCharacterForLastStand"); \ +static_assert(sizeof(BP_LastStandSystem_C_TryAddCharacterForLastStand) == 0x000020, "Wrong size on BP_LastStandSystem_C_TryAddCharacterForLastStand"); \ +static_assert(offsetof(BP_LastStandSystem_C_TryAddCharacterForLastStand, CharacterBattle) == 0x000000, "Member 'BP_LastStandSystem_C_TryAddCharacterForLastStand::CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_TryAddCharacterForLastStand, HasLastStand) == 0x000008, "Member 'BP_LastStandSystem_C_TryAddCharacterForLastStand::HasLastStand' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_TryAddCharacterForLastStand, CallFunc_SpawnObject_ReturnValue) == 0x000010, "Member 'BP_LastStandSystem_C_TryAddCharacterForLastStand::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LastStandSystem_C_TryAddCharacterForLastStand, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_LastStandSystem_C_TryAddCharacterForLastStand::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LastStandSystem_C \ +static_assert(alignof(UBP_LastStandSystem_C) == 0x000008, "Wrong alignment on UBP_LastStandSystem_C"); \ +static_assert(sizeof(UBP_LastStandSystem_C) == 0x000090, "Wrong size on UBP_LastStandSystem_C"); \ +static_assert(offsetof(UBP_LastStandSystem_C, UberGraphFrame) == 0x000028, "Member 'UBP_LastStandSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, LastStandQueue) == 0x000030, "Member 'UBP_LastStandSystem_C::LastStandQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, CurrentLastStandCharacter) == 0x000040, "Member 'UBP_LastStandSystem_C::CurrentLastStandCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, LastStandRequestsQueue) == 0x000048, "Member 'UBP_LastStandSystem_C::LastStandRequestsQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, CurrentProcessedRequest) == 0x000058, "Member 'UBP_LastStandSystem_C::CurrentProcessedRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, OnAllLastStandsProcessed) == 0x000060, "Member 'UBP_LastStandSystem_C::OnAllLastStandsProcessed' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, OnCharacterLastStandStarted) == 0x000070, "Member 'UBP_LastStandSystem_C::OnCharacterLastStandStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_LastStandSystem_C, OnCharacterLastStandEnded) == 0x000080, "Member 'UBP_LastStandSystem_C::OnCharacterLastStandEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_UpdateMovementProgression \ +static_assert(alignof(AC_jRPG_CombatMovement_C_UpdateMovementProgression) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_UpdateMovementProgression"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_UpdateMovementProgression) == 0x000700, "Wrong size on AC_jRPG_CombatMovement_C_UpdateMovementProgression"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CurveValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, local_newLocation) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::local_newLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, local_currentCurveValue) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::local_currentCurveValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_VectorToString_ReturnValue) == 0x000040, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetCurrentMontage_ReturnValue) == 0x000050, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000068, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetOwner_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_DynamicCast_AsCharacter_1) == 0x000158, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeArray_Array) == 0x000168, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetCurrentMontage_ReturnValue_1) == 0x000178, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetCurrentMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Format_ReturnValue) == 0x000180, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000190, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_DoesLocationMatch_Result) == 0x000200, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_DoesLocationMatch_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_BoolToText_ReturnValue) == 0x000208, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_4) == 0x000218, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeArray_Array_1) == 0x000260, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000280, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_5) == 0x000290, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Vector_Distance_ReturnValue) == 0x0002D8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0002E0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002E8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_7) == 0x000330, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetOwner_ReturnValue_2) == 0x000378, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000380, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetDisplayName_ReturnValue) == 0x000390, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003A0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetDisplayName_ReturnValue_1) == 0x0003E8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeArray_Array_2) == 0x0003F8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Concat_StrStr_ReturnValue) == 0x000408, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Format_ReturnValue_2) == 0x000418, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_StringToName_ReturnValue) == 0x000428, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000430, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_9) == 0x000438, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeArray_Array_3) == 0x000480, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_AddFloatHistorySample_ReturnValue) == 0x000490, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_AddFloatHistorySample_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Format_ReturnValue_3) == 0x0004B0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_TextToString_ReturnValue) == 0x0004C0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetOwner_ReturnValue_3) == 0x0004D0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004D8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0004F0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000500, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_VLerp_ReturnValue) == 0x000510, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_10) == 0x000528, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_GetOwner_ReturnValue_4) == 0x000570, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000578, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000670, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000678, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeStruct_FormatArgumentData_11) == 0x000688, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, K2Node_MakeArray_Array_4) == 0x0006D0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Format_ReturnValue_4) == 0x0006E0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0006F0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovementProgression, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x0006F8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovementProgression::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction \ +static_assert(alignof(AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction) == 0x000010, "Wrong size on AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction, Temp_wildcard_Variable) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_CallAndResetMovementLatentAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation \ +static_assert(alignof(AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation) == 0x000018, "Wrong size on AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation, ReturnValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation, CallFunc_Vector_Distance_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_IsMovingTowardsInitialLocation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_IsAtInitialLocation \ +static_assert(alignof(AC_jRPG_CombatMovement_C_IsAtInitialLocation) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_IsAtInitialLocation"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_IsAtInitialLocation) == 0x000038, "Wrong size on AC_jRPG_CombatMovement_C_IsAtInitialLocation"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocation, ReturnValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocation, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocation, CallFunc_Vector_Distance_ReturnValue) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocation::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe \ +static_assert(alignof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe) == 0x000038, "Wrong size on AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, ReturnValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_IsAtInitialLocation_ReturnValue) == 0x000001, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_IsAtInitialLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_Vector_Distance_ReturnValue) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000031, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'AC_jRPG_CombatMovement_C_IsAtInitialLocationOrAboutToBe::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_StartMovementToCharacter \ +static_assert(alignof(AC_jRPG_CombatMovement_C_StartMovementToCharacter) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_StartMovementToCharacter"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_StartMovementToCharacter) == 0x0001C0, "Wrong size on AC_jRPG_CombatMovement_C_StartMovementToCharacter"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, OtherCharacter) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::OtherCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, MontageToPlay) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, PlayRate) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, Distance) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::Distance' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, Angle) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::Angle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, AbsoluteAngle) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::AbsoluteAngle' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, LatentAction) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, TargetLocation_0) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetDisplayName_ReturnValue_1) == 0x000098, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetOwner_ReturnValue_1) == 0x000100, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetOwner_ReturnValue_2) == 0x000108, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000110, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_GetDisplayName_ReturnValue_2) == 0x000120, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_Compute_Move_to_Character_Transform_NewParam) == 0x000130, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_Compute_Move_to_Character_Transform_NewParam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000148, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, K2Node_MakeArray_Array) == 0x0001A0, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovementToCharacter, CallFunc_Format_ReturnValue) == 0x0001B0, "Member 'AC_jRPG_CombatMovement_C_StartMovementToCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_GetCurrentCurveValue \ +static_assert(alignof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_GetCurrentCurveValue"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue) == 0x000110, "Wrong size on AC_jRPG_CombatMovement_C_GetCurrentCurveValue"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, ReturnValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_GetOwner_ReturnValue_1) == 0x000068, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, K2Node_DynamicCast_AsCharacter) == 0x000070, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_GetAnimInstance_ReturnValue) == 0x000080, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000088, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, K2Node_MakeArray_Array) == 0x0000E8, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_GetCurveValue_ReturnValue) == 0x0000F8, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_GetCurrentCurveValue, CallFunc_Format_ReturnValue) == 0x000100, "Member 'AC_jRPG_CombatMovement_C_GetCurrentCurveValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_UpdateMovement \ +static_assert(alignof(AC_jRPG_CombatMovement_C_UpdateMovement) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_UpdateMovement"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_UpdateMovement) == 0x0000D8, "Wrong size on AC_jRPG_CombatMovement_C_UpdateMovement"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, local_newLocation) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::local_newLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, local_currentCurveValue) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::local_currentCurveValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_GetCurrentCurveValue_ReturnValue) == 0x00001C, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_GetCurrentCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_Conv_VectorToString_ReturnValue) == 0x000040, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_DoesLocationMatch_Result) == 0x000060, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_DoesLocationMatch_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, K2Node_MakeArray_Array) == 0x0000B8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_UpdateMovement, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CombatMovement_C_UpdateMovement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage \ +static_assert(alignof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage) == 0x0001D8, "Wrong size on AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, NewMontage) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::NewMontage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, Reason) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::Reason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_GetOwner_ReturnValue) == 0x0000D0, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000D8, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_DynamicCast_AsCharacter) == 0x000138, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_GetCurrentMontage_ReturnValue) == 0x000148, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000150, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000158, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_BooleanOR_ReturnValue) == 0x000168, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, K2Node_MakeArray_Array) == 0x0001B8, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage, CallFunc_Format_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CombatMovement_C_QA_CheckExistingMoveToMontage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_DoesLocationMatch \ +static_assert(alignof(AC_jRPG_CombatMovement_C_DoesLocationMatch) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_DoesLocationMatch"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_DoesLocationMatch) == 0x0001F0, "Wrong size on AC_jRPG_CombatMovement_C_DoesLocationMatch"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, Result) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Conv_VectorToString_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_VSize_ReturnValue) == 0x0000A8, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0000B0, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000108, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000118, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_SelectString_ReturnValue) == 0x000168, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000178, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, K2Node_MakeStruct_FormatArgumentData_3) == 0x000188, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, K2Node_MakeArray_Array) == 0x0001D0, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesLocationMatch, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'AC_jRPG_CombatMovement_C_DoesLocationMatch::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_DoesRotationMatch \ +static_assert(alignof(AC_jRPG_CombatMovement_C_DoesRotationMatch) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_DoesRotationMatch"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_DoesRotationMatch) == 0x000058, "Wrong size on AC_jRPG_CombatMovement_C_DoesRotationMatch"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, Result) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Roll) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Pitch) == 0x00002C, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Yaw) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Roll_1) == 0x000034, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Pitch_1) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_BreakRotator_Yaw_1) == 0x00003C, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast) == 0x000048, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DoesRotationMatch, CallFunc_NearlyEqual_FloatFloat_B_ImplicitCast) == 0x000050, "Member 'AC_jRPG_CombatMovement_C_DoesRotationMatch::CallFunc_NearlyEqual_FloatFloat_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9 \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9) == 0x000008, "Wrong size on AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9, NotifyName) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnNotifyEnd_8640038743EBB9E2014362BE91EB35F9::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9 \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9) == 0x000008, "Wrong size on AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9, NotifyName) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnNotifyBegin_8640038743EBB9E2014362BE91EB35F9::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9 \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9) == 0x000008, "Wrong size on AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9, NotifyName) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnInterrupted_8640038743EBB9E2014362BE91EB35F9::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9 \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9) == 0x000008, "Wrong size on AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9, NotifyName) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnBlendOut_8640038743EBB9E2014362BE91EB35F9::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9 \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9) == 0x000008, "Wrong size on AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9, NotifyName) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnCompleted_8640038743EBB9E2014362BE91EB35F9::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_ReceiveTick \ +static_assert(alignof(AC_jRPG_CombatMovement_C_ReceiveTick) == 0x000004, "Wrong alignment on AC_jRPG_CombatMovement_C_ReceiveTick"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_ReceiveTick) == 0x000004, "Wrong size on AC_jRPG_CombatMovement_C_ReceiveTick"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug \ +static_assert(alignof(AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug) == 0x000001, "Wrong alignment on AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug) == 0x000001, "Wrong size on AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug, NewValue) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_DEBUG_CVarChanged_ShowMoveToDebug::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_StartMovement \ +static_assert(alignof(AC_jRPG_CombatMovement_C_StartMovement) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_StartMovement"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_StartMovement) == 0x000040, "Wrong size on AC_jRPG_CombatMovement_C_StartMovement"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovement, TargetLocation_0) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_StartMovement::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovement, MontageToPlay) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_StartMovement::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovement, PlayRate) == 0x000020, "Member 'AC_jRPG_CombatMovement_C_StartMovement::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovement, LatentAction) == 0x000028, "Member 'AC_jRPG_CombatMovement_C_StartMovement::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_StartMovement, DebugReason) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_StartMovement::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_MoveToInitialLocation \ +static_assert(alignof(AC_jRPG_CombatMovement_C_MoveToInitialLocation) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_MoveToInitialLocation"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_MoveToInitialLocation) == 0x000028, "Wrong size on AC_jRPG_CombatMovement_C_MoveToInitialLocation"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_MoveToInitialLocation, MontageToPlay) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_MoveToInitialLocation::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_MoveToInitialLocation, PlayRate) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_MoveToInitialLocation::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_MoveToInitialLocation, LatentAction) == 0x000010, "Member 'AC_jRPG_CombatMovement_C_MoveToInitialLocation::LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_MoveToInitialLocation, DebugReason) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_MoveToInitialLocation::DebugReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_OnMontageEnded \ +static_assert(alignof(AC_jRPG_CombatMovement_C_OnMontageEnded) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_OnMontageEnded"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_OnMontageEnded) == 0x000010, "Wrong size on AC_jRPG_CombatMovement_C_OnMontageEnded"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnMontageEnded, Montage) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AC_jRPG_CombatMovement_C_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement \ +static_assert(alignof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement) == 0x000008, "Wrong alignment on AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement"); \ +static_assert(sizeof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement) == 0x000A20, "Wrong size on AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, EntryPoint) == 0x000000, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000018, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_byte_Variable) == 0x000030, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_int_Variable) == 0x000034, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_int_Variable_1) == 0x000038, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_int_Variable_2) == 0x00003C, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_int_Variable_3) == 0x000040, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_FTrunc_ReturnValue) == 0x000050, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_int_Variable_4) == 0x000064, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_wildcard_Variable) == 0x000068, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_1) == 0x000080, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000088, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000A0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Roll) == 0x0000B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Pitch) == 0x0000BC, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Yaw) == 0x0000C0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000E0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_2) == 0x0000E8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_RInterpTo_ReturnValue) == 0x0000F0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_DoesRotationMatch_Result) == 0x000108, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_DoesRotationMatch_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Roll_1) == 0x00010C, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Pitch_1) == 0x000110, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BreakRotator_Yaw_1) == 0x000114, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Not_PreBool_ReturnValue) == 0x000118, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_MakeRotator_ReturnValue) == 0x000120, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000138, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_3) == 0x000140, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NewValue) == 0x000148, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000150, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0001A8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001B0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001C0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001C8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001D0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_FClamp_ReturnValue) == 0x0001D8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_TargetLocation) == 0x0001E0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_MontageToPlay_1) == 0x0001F8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_MontageToPlay_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_PlayRate_1) == 0x000200, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_PlayRate_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_LatentAction_1) == 0x000208, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_LatentAction_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_DebugReason_1) == 0x000210, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_DebugReason_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue) == 0x000220, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000230, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_1) == 0x000240, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_2) == 0x000288, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0002D0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002E0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_VectorToString_ReturnValue) == 0x000328, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_4) == 0x000338, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000340, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000350, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_4) == 0x000368, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_name_Variable) == 0x0003B0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NotifyName) == 0x0003B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_5) == 0x0003C0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetDisplayName_ReturnValue) == 0x0003C8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0003D8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003E8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003F8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array) == 0x000440, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue) == 0x000450, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_MontageToPlay) == 0x000460, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_PlayRate) == 0x000468, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_LatentAction) == 0x000470, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_LatentAction' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_DebugReason) == 0x000478, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_DebugReason' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Concat_StrStr_ReturnValue) == 0x000488, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_6) == 0x000498, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetBoolCVar_ReturnValue) == 0x0004A0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0004A8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BooleanOR_ReturnValue) == 0x0004B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_6) == 0x0004C0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array_1) == 0x000508, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue_1) == 0x000518, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_7) == 0x000528, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsCharacter) == 0x000530, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess) == 0x000538, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_8) == 0x000540, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsCharacter_1) == 0x000548, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess_1) == 0x000550, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000558, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_IsValid_ReturnValue) == 0x000560, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NotifyName_1) == 0x000564, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_IntToVector_ReturnValue) == 0x000570, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_IntToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000588, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_VectorVector_ReturnValue) == 0x0005A0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0005B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_IntInt_ReturnValue) == 0x0005D0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0005D8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Divide_VectorVector_ReturnValue) == 0x0005F0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000608, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_bool_IsInitialized_Variable) == 0x000610, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_bool_IsInitialized_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_4) == 0x000614, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NotifyName_2) == 0x000624, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_bool_PreviousValue_Variable) == 0x00062C, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_bool_PreviousValue_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_9) == 0x000630, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000638, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess_2) == 0x000640, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_5) == 0x000644, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetTeam_Team) == 0x000654, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Add_IntInt_ReturnValue_1) == 0x000658, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_Select_Default) == 0x00065C, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_IntInt_ReturnValue) == 0x000660, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000664, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NotifyName_3) == 0x000668, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000670, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_HSVToRGB_ReturnValue) == 0x000678, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_HSVToRGB_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_IsValid_ReturnValue_1) == 0x000688, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_10) == 0x000690, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000698, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_6) == 0x0006A8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_7) == 0x0006B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000700, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_8) == 0x000710, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array_2) == 0x000758, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000768, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue_2) == 0x000770, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_NotifyName_4) == 0x000780, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000788, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_9) == 0x000798, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array_3) == 0x0007E0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_11) == 0x0007F0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue_3) == 0x0007F8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsCharacter_2) == 0x000808, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess_3) == 0x000810, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetAnimInstance_ReturnValue) == 0x000818, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_Montage) == 0x000820, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_Montage' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CustomEvent_bInterrupted) == 0x000828, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CustomEvent_bInterrupted' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetAllActiveMontages_ReturnValue) == 0x000830, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetAllActiveMontages_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_ConcatenateDisplayNamesString_Result) == 0x000840, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_ConcatenateDisplayNamesString_Result' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, Temp_wildcard_Variable_1) == 0x000850, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000858, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000868, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_10) == 0x000870, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_EqualsObjects_ReturnValue) == 0x0008B8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_BooleanAND_ReturnValue) == 0x0008B9, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0008C0, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_CreateDelegate_OutputDelegate_7) == 0x0008C8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_11) == 0x0008D8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array_4) == 0x000920, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue_4) == 0x000930, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_12) == 0x000940, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_GetOwner_ReturnValue_13) == 0x000948, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_GetOwner_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsCharacter_3) == 0x000950, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsCharacter_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess_4) == 0x000958, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_AsCharacter_4) == 0x000960, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_AsCharacter_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_DynamicCast_bSuccess_5) == 0x000968, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x000970, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000980, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeStruct_FormatArgumentData_12) == 0x000990, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, K2Node_MakeArray_Array_5) == 0x0009D8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Format_ReturnValue_5) == 0x0009E8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0009F8, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_RInterpTo_DeltaTime_ImplicitCast) == 0x000A00, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_RInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_RInterpTo_InterpSpeed_ImplicitCast) == 0x000A04, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_RInterpTo_InterpSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_DrawDebugArrow_Duration_ImplicitCast) == 0x000A08, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_DrawDebugArrow_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_RetriggerableDelay_Duration_ImplicitCast) == 0x000A0C, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_RetriggerableDelay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_DrawDebugString_Duration_ImplicitCast) == 0x000A10, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_DrawDebugString_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_HSVToRGB_H_ImplicitCast) == 0x000A14, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_HSVToRGB_H_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000A18, "Member 'AC_jRPG_CombatMovement_C_ExecuteUbergraph_AC_jRPG_CombatMovement::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_CombatMovement_C \ +static_assert(alignof(UAC_jRPG_CombatMovement_C) == 0x000008, "Wrong alignment on UAC_jRPG_CombatMovement_C"); \ +static_assert(sizeof(UAC_jRPG_CombatMovement_C) == 0x0001C0, "Wrong size on UAC_jRPG_CombatMovement_C"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_CombatMovement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, InitialLocation) == 0x0000A8, "Member 'UAC_jRPG_CombatMovement_C::InitialLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, InitialRotation) == 0x0000C0, "Member 'UAC_jRPG_CombatMovement_C::InitialRotation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, TargetRotation) == 0x0000D8, "Member 'UAC_jRPG_CombatMovement_C::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, RotationSpeed) == 0x0000F0, "Member 'UAC_jRPG_CombatMovement_C::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, RotationActive) == 0x0000F8, "Member 'UAC_jRPG_CombatMovement_C::RotationActive' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, StartLocation) == 0x000100, "Member 'UAC_jRPG_CombatMovement_C::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, TargetLocation) == 0x000118, "Member 'UAC_jRPG_CombatMovement_C::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, MovementActive) == 0x000130, "Member 'UAC_jRPG_CombatMovement_C::MovementActive' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, DEBUG_Verbose) == 0x000131, "Member 'UAC_jRPG_CombatMovement_C::DEBUG_Verbose' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, DEBUG_PreviousMontage) == 0x000138, "Member 'UAC_jRPG_CombatMovement_C::DEBUG_PreviousMontage' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, DEBUG_ShowMoveToDebug) == 0x000140, "Member 'UAC_jRPG_CombatMovement_C::DEBUG_ShowMoveToDebug' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, DEBUG_CurveHistory) == 0x000148, "Member 'UAC_jRPG_CombatMovement_C::DEBUG_CurveHistory' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, HACK_LinearCurveValue_5_2) == 0x000168, "Member 'UAC_jRPG_CombatMovement_C::HACK_LinearCurveValue_5_2' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, HACK_CurveProgress_5_2) == 0x000170, "Member 'UAC_jRPG_CombatMovement_C::HACK_CurveProgress_5_2' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, OnMovementCompleted) == 0x000178, "Member 'UAC_jRPG_CombatMovement_C::OnMovementCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, MoveToTimeoutTimer) == 0x000188, "Member 'UAC_jRPG_CombatMovement_C::MoveToTimeoutTimer' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, PreviousPauseAnims) == 0x000190, "Member 'UAC_jRPG_CombatMovement_C::PreviousPauseAnims' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, DEBUG_IncrementalArrows) == 0x000194, "Member 'UAC_jRPG_CombatMovement_C::DEBUG_IncrementalArrows' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, LastPlayedMontage) == 0x000198, "Member 'UAC_jRPG_CombatMovement_C::LastPlayedMontage' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, ActiveMovementLatentAction) == 0x0001A0, "Member 'UAC_jRPG_CombatMovement_C::ActiveMovementLatentAction' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, Debug_CurrentReason) == 0x0001A8, "Member 'UAC_jRPG_CombatMovement_C::Debug_CurrentReason' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_CombatMovement_C, LastCurveValue) == 0x0001B8, "Member 'UAC_jRPG_CombatMovement_C::LastCurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ApplySequenceSnapping \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping) == 0x000010, "Wrong alignment on BP_EpicBattleSequenceActor_C_ApplySequenceSnapping"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping) == 0x000770, "Wrong size on BP_EpicBattleSequenceActor_C_ApplySequenceSnapping"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, Temp_bool_Variable) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_DynamicCast_AsDefault_Level_Sequence_Instance_Data) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_DynamicCast_AsDefault_Level_Sequence_Instance_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_VectorToString_ReturnValue) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_GetLocationForSequenceSnapping_InitialLocation) == 0x000088, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_GetLocationForSequenceSnapping_InitialLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000A8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue) == 0x0000C0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Location) == 0x000168, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Rotation) == 0x000180, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Scale) == 0x000198, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Array_Get_Item_2) == 0x0001B0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue_1) == 0x0001C0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_GetTransformForBattleSequenceSnapping_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000220, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Location_1) == 0x000238, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Rotation_1) == 0x000250, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Scale_1) == 0x000268, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Roll) == 0x000280, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Pitch) == 0x000284, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Yaw) == 0x000288, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Roll_1) == 0x00028C, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Pitch_1) == 0x000290, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakRotator_Yaw_1) == 0x000294, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_MakeRotator_ReturnValue) == 0x000298, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_MakeRotator_ReturnValue_1) == 0x0002B0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002C8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0002E0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002F0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData_2) == 0x000300, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000348, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeArray_Array) == 0x000360, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_X) == 0x000370, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_Y) == 0x000378, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_Z) == 0x000380, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Format_ReturnValue) == 0x000388, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_MakeVector_ReturnValue) == 0x000398, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Array_Get_Item_3) == 0x0003B0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Array_Get_Item_4) == 0x0003B8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Compute_Move_to_Character_Transform_NewParam) == 0x0003C0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Compute_Move_to_Character_Transform_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_Select_Default) == 0x0003D8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_X_1) == 0x0003F0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_Y_1) == 0x0003F8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakVector_Z_1) == 0x000400, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_MakeVector_ReturnValue_1) == 0x000408, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_FindLookAtRotation_ReturnValue) == 0x000420, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000438, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_SelectRotator_ReturnValue) == 0x000450, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_SelectRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_SelectRotator_ReturnValue_1) == 0x000468, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_SelectRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_SelectRotator_ReturnValue_2) == 0x000480, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_SelectRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_MakeTransform_ReturnValue) == 0x0004A0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000500, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0005F8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Location_2) == 0x000600, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Rotation_2) == 0x000618, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_BreakTransform_Scale_2) == 0x000630, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_VectorToText_ReturnValue) == 0x000648, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_VectorToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_VectorToText_ReturnValue_1) == 0x000658, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_VectorToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData_3) == 0x000668, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData_4) == 0x0006B0, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Conv_RotatorToText_ReturnValue) == 0x0006F8, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Conv_RotatorToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeStruct_FormatArgumentData_5) == 0x000708, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, K2Node_MakeArray_Array_1) == 0x000750, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ApplySequenceSnapping, CallFunc_Format_ReturnValue_1) == 0x000760, "Member 'BP_EpicBattleSequenceActor_C_ApplySequenceSnapping::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_BindActionEffectEvent \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_BindActionEffectEvent) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_BindActionEffectEvent"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_BindActionEffectEvent) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_BindActionEffectEvent"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_BindActionEffectEvent, Event) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_BindActionEffectEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings) == 0x000030, "Wrong size on BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings, CallFunc_GetSequencePlayer_ReturnValue) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_ClearActiveSequenceEventBindings::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor) == 0x000010, "Wrong alignment on BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor) == 0x0008E0, "Wrong size on BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, EntryPoint) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_MovieSceneSequenceLoopCount) == 0x000004, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_MovieSceneSequenceLoopCount' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_MovieSceneSequencePlaybackSettings) == 0x00000C, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_MovieSceneSequencePlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00003C, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000040, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000048, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000050, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetDisplayName_ReturnValue) == 0x000058, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000068, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue) == 0x000128, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_AppendStack__Content__Result) == 0x000138, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_Event_EndPlayReason) == 0x000148, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequencePlayer_ReturnValue) == 0x000150, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000158, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000168, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x0001E0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Not_PreBool_ReturnValue) == 0x0001E9, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequence_ReturnValue) == 0x0001F0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0001F8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000208, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_3) == 0x000220, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_VectorToString_ReturnValue) == 0x000268, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_2) == 0x000278, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000288, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_2) == 0x000298, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002A8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue) == 0x0002F0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000300, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_5) == 0x000310, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_6) == 0x000358, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0003A0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x0003B0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_7) == 0x0003C0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_8) == 0x000408, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue_4) == 0x000450, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_BoolToText_ReturnValue_5) == 0x000460, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_BoolToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_9) == 0x000470, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_10) == 0x0004B8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_3) == 0x000500, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_3) == 0x000510, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x000520, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetOwnerCharacter_Character) == 0x000528, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequence_ReturnValue_1) == 0x000530, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequence_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000538, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_11) == 0x000548, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_4) == 0x000590, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_4) == 0x0005A0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Array_Get_Item) == 0x0005B0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_IsValid_ReturnValue_1) == 0x0005B8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Array_Length_ReturnValue) == 0x0005BC, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005C0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Less_IntInt_ReturnValue) == 0x0005C1, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_CustomEvent_CompletedLatentAction) == 0x0005C8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_CustomEvent_CompletedLatentAction' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x0005D0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_12) == 0x0005E0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_StartSequence_SequenceDuration) == 0x000628, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_StartSequence_SequenceDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_5) == 0x000630, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_5) == 0x000640, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetBattleSequenceAttackerTag_ReturnValue) == 0x000650, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetBattleSequenceAttackerTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_FindNamedBindings_ReturnValue) == 0x000658, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_FindNamedBindings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000668, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000680, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetInitialActorPositionInSequence_ReturnValue) == 0x000690, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetInitialActorPositionInSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_BreakTransform_Location) == 0x0006F0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_BreakTransform_Rotation) == 0x000708, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_BreakTransform_Scale) == 0x000720, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Add_VectorVector_ReturnValue) == 0x000738, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetPlayerController_ReturnValue) == 0x000750, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_MakeTransform_ReturnValue) == 0x000760, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetComponentByClass_ReturnValue) == 0x0007C0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_ShouldEnableBattleCameraMovements_Enable) == 0x0007C8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_ShouldEnableBattleCameraMovements_Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_BooleanOR_ReturnValue) == 0x0007C9, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetDisplayName_ReturnValue_1) == 0x0007D0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetClockSource_ReturnValue) == 0x0007E0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetClockSource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0007E8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0007F8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_13) == 0x000800, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000848, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000858, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_GetSequencePlayer_ReturnValue_3) == 0x000868, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_GetSequencePlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeStruct_FormatArgumentData_14) == 0x000870, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, K2Node_MakeArray_Array_6) == 0x0008B8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_IsPackagedBuild_ReturnValue) == 0x0008C8, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor, CallFunc_Format_ReturnValue_6) == 0x0008D0, "Member 'BP_EpicBattleSequenceActor_C_ExecuteUbergraph_BP_EpicBattleSequenceActor::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor) == 0x000048, "Wrong size on BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, TimelineIndex) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::TimelineIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_GetOwnerCharacter_Character) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor, CallFunc_EqualsObjects_ReturnValue) == 0x000041, "Member 'BP_EpicBattleSequenceActor_C_FindTimelineObjectByEpicActor::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ForceSequenceStop \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ForceSequenceStop) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_ForceSequenceStop"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ForceSequenceStop) == 0x000008, "Wrong size on BP_EpicBattleSequenceActor_C_ForceSequenceStop"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ForceSequenceStop, CallFunc_GetSequencePlayer_ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ForceSequenceStop::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag, ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceAttacker2Tag::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag, ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceAttackerTag::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation, ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetCenterLocation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag, ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_GetBattleSequenceTargetTag::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_PlayBattleSequence \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_PlayBattleSequence) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_PlayBattleSequence"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_PlayBattleSequence) == 0x000008, "Wrong size on BP_EpicBattleSequenceActor_C_PlayBattleSequence"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_PlayBattleSequence, CompletedLatentAction_0) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_PlayBattleSequence::CompletedLatentAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal) == 0x000028, "Wrong size on BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal, CallFunc_GetOwnerCharacter_Character) == 0x000020, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceEndedInternal::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ProcessSequenceFinished \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_ProcessSequenceFinished"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished) == 0x000080, "Wrong size on BP_EpicBattleSequenceActor_C_ProcessSequenceFinished"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished, CallFunc_GetSequence_ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceFinished::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceFinished::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceFinished::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceFinished::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceFinished, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceFinished::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ProcessSequenceStopped \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_ProcessSequenceStopped"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped) == 0x000080, "Wrong size on BP_EpicBattleSequenceActor_C_ProcessSequenceStopped"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped, CallFunc_GetSequence_ReturnValue) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceStopped::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceStopped::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceStopped::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceStopped::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ProcessSequenceStopped, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_EpicBattleSequenceActor_C_ProcessSequenceStopped::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe) == 0x000030, "Wrong size on BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe, CallFunc_Map_Keys_Keys) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe, CallFunc_MinOfFloatArray_MinValue) == 0x000014, "Member 'BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe, K2Node_VariableSet_NextKeyframeTime_ImplicitCast) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_Queue_Next_Keyframe::K2Node_VariableSet_NextKeyframeTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_ReceiveEndPlay \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_EpicBattleSequenceActor_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_EpicBattleSequenceActor_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2 \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2) == 0x000010, "Wrong size on BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2, Actor) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2, CallFunc_GetBattleSequenceAttacker2Tag_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_RegisterBattleSequenceAttacker2::CallFunc_GetBattleSequenceAttacker2Tag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_RegisterBindings \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_RegisterBindings) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_RegisterBindings"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_RegisterBindings) == 0x000250, "Wrong size on BP_EpicBattleSequenceActor_C_RegisterBindings"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetVectorArrayAverage_ReturnValue) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetVectorArrayAverage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetBattleSequenceTargetCenterLocation_ReturnValue) == 0x000050, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetBattleSequenceTargetCenterLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_wildcard_Variable) == 0x000058, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetSequencePlayer_ReturnValue) == 0x000070, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_FindNamedBinding_ReturnValue) == 0x000078, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_FindNamedBinding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetBoundObjects_ReturnValue) == 0x000098, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetBoundObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, K2Node_DynamicCast_AsActor) == 0x0000B8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Less_IntInt_ReturnValue) == 0x0000C1, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x0000C8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001C0, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001C4, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Get_Item_1) == 0x0001C8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Get_Item_2) == 0x0001D0, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E0, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F8, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_Add_ReturnValue) == 0x0001FC, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetBattleSequenceTargetTag_ReturnValue) == 0x000200, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetBattleSequenceTargetTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_FindNamedBindings_ReturnValue) == 0x000208, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_FindNamedBindings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000218, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetWeaponActor_ReturnValue) == 0x000220, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetWeaponActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_MakeLiteralName_ReturnValue) == 0x000228, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_FindNamedBindings_ReturnValue_1) == 0x000230, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_FindNamedBindings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000240, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_RegisterBindings, CallFunc_GetBattleSequenceAttackerTag_ReturnValue) == 0x000244, "Member 'BP_EpicBattleSequenceActor_C_RegisterBindings::CallFunc_GetBattleSequenceAttackerTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_StartSequence \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_StartSequence) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_StartSequence"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_StartSequence) == 0x000030, "Wrong size on BP_EpicBattleSequenceActor_C_StartSequence"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequence, SequenceDuration) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_StartSequence::SequenceDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequence, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_StartSequence::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequence, CallFunc_GetDuration_ReturnValue) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_StartSequence::CallFunc_GetDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequence, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000020, "Member 'BP_EpicBattleSequenceActor_C_StartSequence::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequence, K2Node_FunctionResult_SequenceDuration_ImplicitCast) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_StartSequence::K2Node_FunctionResult_SequenceDuration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_StartSequenceInternal \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_StartSequenceInternal) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_StartSequenceInternal"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_StartSequenceInternal) == 0x000188, "Wrong size on BP_EpicBattleSequenceActor_C_StartSequenceInternal"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetSequence_ReturnValue) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetSequencePlayer_ReturnValue) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_CreateDelegate_OutputDelegate_1) == 0x000098, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000A8, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetOwnerCharacter_Character) == 0x0000B8, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000108, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, K2Node_MakeArray_Array_1) == 0x000158, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetPlayerController_ReturnValue) == 0x000168, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_Format_ReturnValue_1) == 0x000170, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_StartSequenceInternal, CallFunc_GetComponentByClass_ReturnValue) == 0x000180, "Member 'BP_EpicBattleSequenceActor_C_StartSequenceInternal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_TriggerActionEffect \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_TriggerActionEffect) == 0x000004, "Wrong alignment on BP_EpicBattleSequenceActor_C_TriggerActionEffect"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_TriggerActionEffect) == 0x000004, "Wrong size on BP_EpicBattleSequenceActor_C_TriggerActionEffect"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TriggerActionEffect, ActionEffectIndex) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_TriggerActionEffect::ActionEffectIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EpicBattleSequenceActor_C_TryRegisterKeyframes \ +static_assert(alignof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes) == 0x000008, "Wrong alignment on BP_EpicBattleSequenceActor_C_TryRegisterKeyframes"); \ +static_assert(sizeof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes) == 0x000220, "Wrong size on BP_EpicBattleSequenceActor_C_TryRegisterKeyframes"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, Temp_int_Variable) == 0x000004, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_GetOwnerCharacter_Character) == 0x000028, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_GetOwnerCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_GetBattleManager_ReturnValue) == 0x000030, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_GetBattleSequenceAttackerTag_ReturnValue) == 0x000038, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_GetBattleSequenceAttackerTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, Temp_int_Variable_1) == 0x000040, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, K2Node_MakeArray_Array_1) == 0x000058, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_GetOwnerCharacter_Character_1) == 0x000070, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_GetOwnerCharacter_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_FindNamedBindings_ReturnValue) == 0x000078, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_FindNamedBindings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_Get_Item_2) == 0x00008C, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_FindBattleCameraKeyframesInSequenceAsMapFromTrackName__keyframes) == 0x0000A8, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_FindBattleCameraKeyframesInSequenceAsMapFromTrackName__keyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x0000F8, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_FindAllBattleKeyframesInSequenceAsListFromTrackName__keyframes) == 0x000100, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_FindAllBattleKeyframesInSequenceAsListFromTrackName__keyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_FindBattleCameraKeyframesInSequenceAsMapFromTrackName__keyframes_1) == 0x000110, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_FindBattleCameraKeyframesInSequenceAsMapFromTrackName__keyframes_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Map_IsNotEmpty_ReturnValue_1) == 0x000160, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Map_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000161, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_FindAllBattleKeyframesInSequenceAsListFromTrackName__keyframes_1) == 0x000168, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_FindAllBattleKeyframesInSequenceAsListFromTrackName__keyframes_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_BooleanOR_ReturnValue) == 0x000178, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000179, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_BooleanOR_ReturnValue_1) == 0x00017A, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_DeclareBattleSequenceTimingsAsList_CameraKeyframes_ImplicitCast) == 0x000180, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_DeclareBattleSequenceTimingsAsList_CameraKeyframes_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EpicBattleSequenceActor_C_TryRegisterKeyframes, CallFunc_DeclareBattleSequenceTimingsAsList_CameraKeyframes_ImplicitCast_1) == 0x0001D0, "Member 'BP_EpicBattleSequenceActor_C_TryRegisterKeyframes::CallFunc_DeclareBattleSequenceTimingsAsList_CameraKeyframes_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EpicBattleSequenceActor_C \ +static_assert(alignof(ABP_EpicBattleSequenceActor_C) == 0x000010, "Wrong alignment on ABP_EpicBattleSequenceActor_C"); \ +static_assert(sizeof(ABP_EpicBattleSequenceActor_C) == 0x000450, "Wrong size on ABP_EpicBattleSequenceActor_C"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, UberGraphFrame) == 0x000290, "Member 'ABP_EpicBattleSequenceActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_EpicBattleSequenceActor_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, LevelSequence) == 0x0002A0, "Member 'ABP_EpicBattleSequenceActor_C::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, SourceCharacter) == 0x0002A8, "Member 'ABP_EpicBattleSequenceActor_C::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, TargetCharacters) == 0x0002B0, "Member 'ABP_EpicBattleSequenceActor_C::TargetCharacters' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, OnSequenceFinished) == 0x0002C0, "Member 'ABP_EpicBattleSequenceActor_C::OnSequenceFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, AttackerFirstPosition) == 0x0002D0, "Member 'ABP_EpicBattleSequenceActor_C::AttackerFirstPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, LevelSequenceActor) == 0x000330, "Member 'ABP_EpicBattleSequenceActor_C::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, SnapOnTarget) == 0x000338, "Member 'ABP_EpicBattleSequenceActor_C::SnapOnTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, UseTargetAsOrigin) == 0x000339, "Member 'ABP_EpicBattleSequenceActor_C::UseTargetAsOrigin' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, temp_SnapLocation) == 0x000340, "Member 'ABP_EpicBattleSequenceActor_C::temp_SnapLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, impactTimers) == 0x000358, "Member 'ABP_EpicBattleSequenceActor_C::impactTimers' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, currentTimerIndex) == 0x000368, "Member 'ABP_EpicBattleSequenceActor_C::currentTimerIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, BattleSequenceKeyframes) == 0x000370, "Member 'ABP_EpicBattleSequenceActor_C::BattleSequenceKeyframes' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, NextKeyframeTime) == 0x0003C0, "Member 'ABP_EpicBattleSequenceActor_C::NextKeyframeTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, IsFinished) == 0x0003C8, "Member 'ABP_EpicBattleSequenceActor_C::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, UseTargetOrientation) == 0x0003C9, "Member 'ABP_EpicBattleSequenceActor_C::UseTargetOrientation' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, LookAtTarget) == 0x0003CA, "Member 'ABP_EpicBattleSequenceActor_C::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, LookAtAttacker) == 0x0003CB, "Member 'ABP_EpicBattleSequenceActor_C::LookAtAttacker' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, HasAttackerBinding) == 0x0003CC, "Member 'ABP_EpicBattleSequenceActor_C::HasAttackerBinding' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, TimeMap) == 0x0003D0, "Member 'ABP_EpicBattleSequenceActor_C::TimeMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, DisableSequenceSnapping) == 0x000420, "Member 'ABP_EpicBattleSequenceActor_C::DisableSequenceSnapping' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, WasInterrupted) == 0x000421, "Member 'ABP_EpicBattleSequenceActor_C::WasInterrupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, OnActionEffect) == 0x000428, "Member 'ABP_EpicBattleSequenceActor_C::OnActionEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, CompletedLatentAction) == 0x000438, "Member 'ABP_EpicBattleSequenceActor_C::CompletedLatentAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_EpicBattleSequenceActor_C, ForceEnableCameraMovement) == 0x000440, "Member 'ABP_EpicBattleSequenceActor_C::ForceEnableCameraMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe \ +static_assert(alignof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe) == 0x0001C0, "Wrong size on BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, Time) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, ActionType) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeStruct_FBattleSequenceTimelineKeyframe) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeStruct_FBattleSequenceTimelineKeyframe' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Map_Find_Value) == 0x000130, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Map_Find_ReturnValue) == 0x000132, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000138, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000148, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeStruct_FormatArgumentData_3) == 0x000158, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, K2Node_MakeArray_Array_1) == 0x0001A0, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceActionKeyframe::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe \ +static_assert(alignof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe) == 0x000080, "Wrong size on BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, Time) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, CameraType) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, K2Node_MakeStruct_FBattleSequenceTimelineKeyframe) == 0x000009, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::K2Node_MakeStruct_FBattleSequenceTimelineKeyframe' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, K2Node_MakeArray_Array) == 0x000058, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, CallFunc_Format_ReturnValue) == 0x000068, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, CallFunc_Map_Find_Value) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe, CallFunc_Map_Find_ReturnValue) == 0x00007A, "Member 'BP_BattleSequenceTimeline_C_AddBattleSequenceCameraKeyframe::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes \ +static_assert(alignof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes) == 0x000148, "Wrong size on BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, WindowStartTime) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::WindowStartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, AnticipationDuration_0) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::AnticipationDuration_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, ValidityDuration_0) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::ValidityDuration_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, NowTime) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::NowTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Array_Add_ReturnValue) == 0x000128, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Array_Add_ReturnValue_1) == 0x000140, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes, CallFunc_Array_Add_ReturnValue_2) == 0x000144, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy \ +static_assert(alignof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy) == 0x000148, "Wrong size on BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, WindowStartTime) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::WindowStartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, AnticipationDuration_0) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::AnticipationDuration_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, ValidityDuration_0) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::ValidityDuration_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, NowTime) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::NowTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Array_Add_ReturnValue) == 0x0000D0, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Array_Add_ReturnValue_1) == 0x0000D4, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Array_Add_ReturnValue_2) == 0x000120, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_BattleSequenceTimeline_C_AddQTEPresetKeyframes_Legacy::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList \ +static_assert(alignof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList) == 0x0003A0, "Wrong size on BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, BattleSequence) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::BattleSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, BattleSequenceKeyframes) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::BattleSequenceKeyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CameraKeyframes) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CameraKeyframes' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, local_actionEffectCount) == 0x000068, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::local_actionEffectCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, lastKeyframeType) == 0x00006C, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::lastKeyframeType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, local_Now) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::local_Now' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Length_ReturnValue_1) == 0x000094, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Array_Index_Variable_1) == 0x0000A4, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Loop_Counter_Variable_1) == 0x0000B0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Array_Index_Variable_2) == 0x0000BC, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000110, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000120, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000140, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData_1) == 0x000150, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData_2) == 0x000198, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeArray_Array) == 0x0001E0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_SwitchEnum_CmpSuccess) == 0x0001F0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Format_ReturnValue) == 0x0001F8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_byte_Variable) == 0x000208, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData_3) == 0x000210, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeArray_Array_1) == 0x000258, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_byte_Variable_1) == 0x000278, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_IntInt_ReturnValue_2) == 0x00027C, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_GetQTEWidget_Output) == 0x000280, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_GetQTEWidget_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Map_Values_Values) == 0x000288, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_IsValid_ReturnValue) == 0x000298, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Get_Item_2) == 0x000299, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Array_Length_ReturnValue_2) == 0x00029C, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002A0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_MakeLiteralByte_ReturnValue) == 0x0002A1, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Loop_Counter_Variable_2) == 0x0002A4, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002A8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_IntInt_ReturnValue_3) == 0x0002AC, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0002B0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Map_Find_Value) == 0x0002B1, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Map_Find_ReturnValue) == 0x0002B2, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, Temp_int_Variable) == 0x0002B4, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0002B8, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002C0, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000308, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000309, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_Select_Default) == 0x00030A, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000310, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000320, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeStruct_FormatArgumentData_5) == 0x000330, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, K2Node_MakeArray_Array_2) == 0x000378, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Format_ReturnValue_2) == 0x000388, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000398, "Member 'BP_BattleSequenceTimeline_C_DeclareBattleSequenceTimingsAsList::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline \ +static_assert(alignof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline) == 0x000058, "Wrong size on BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, EntryPoint) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000004, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, K2Node_Event_FocusEventBP) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GetUndilatedTimeSeconds_UndilatedTime_1) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GetUndilatedTimeSeconds_UndilatedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GetUndilatedTimeSeconds_UndilatedTime_2) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GetUndilatedTimeSeconds_UndilatedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GetUndilatedTimeSeconds_UndilatedTime_3) == 0x000048, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GetUndilatedTimeSeconds_UndilatedTime_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_ExecuteUbergraph_BP_BattleSequenceTimeline::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_ExpiresSoonerThan \ +static_assert(alignof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_ExpiresSoonerThan"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan) == 0x000018, "Wrong size on BP_BattleSequenceTimeline_C_ExpiresSoonerThan"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, Other) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, Result) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000A, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00000C, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x00000E, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_BooleanAND_ReturnValue_2) == 0x00000F, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Not_PreBool_ReturnValue_2) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_BooleanAND_ReturnValue_3) == 0x000011, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_Not_PreBool_ReturnValue_3) == 0x000012, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ExpiresSoonerThan, CallFunc_BooleanAND_ReturnValue_4) == 0x000013, "Member 'BP_BattleSequenceTimeline_C_ExpiresSoonerThan::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_ForceStopSequence \ +static_assert(alignof(BP_BattleSequenceTimeline_C_ForceStopSequence) == 0x000001, "Wrong alignment on BP_BattleSequenceTimeline_C_ForceStopSequence"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_ForceStopSequence) == 0x000001, "Wrong size on BP_BattleSequenceTimeline_C_ForceStopSequence"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_ForceStopSequence, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_ForceStopSequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime) == 0x000058, "Wrong size on BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, Time) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_GetCurrentTime_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_GetStartTime_ReturnValue) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1) == 0x000034, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_IsPlaying_ReturnValue) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTime::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset) == 0x000028, "Wrong size on BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset, ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset, CallFunc_GetCurrentTime_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_GetCurrentBattleSequenceTimeInAsset::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline) == 0x000008, "Wrong size on BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline, NewParam) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetCurrentTimeForBattleSequenceTimeline::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetDebugText \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetDebugText) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetDebugText"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetDebugText) == 0x0003B8, "Wrong size on BP_BattleSequenceTimeline_C_GetDebugText"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, Temp_string_Variable) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, Temp_string_Variable_1) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_IsInPerfectWindow_ReturnValue) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_IsInPerfectWindow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000048, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000128, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, Temp_bool_Variable) == 0x000170, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000178, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_Select_Default) == 0x000188, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x000198, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001A8, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_5) == 0x000200, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000248, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000290, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_7) == 0x0002A0, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0002E8, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_8) == 0x0002F8, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x000340, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_9) == 0x000350, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, K2Node_MakeArray_Array) == 0x000398, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetDebugText, CallFunc_Format_ReturnValue) == 0x0003A8, "Member 'BP_BattleSequenceTimeline_C_GetDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetQTEWidget \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetQTEWidget) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetQTEWidget"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetQTEWidget) == 0x000020, "Wrong size on BP_BattleSequenceTimeline_C_GetQTEWidget"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetQTEWidget, Output) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetQTEWidget::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetQTEWidget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_GetQTEWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetQTEWidget, CallFunc_GetQTEManager_QTEManager) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_GetQTEWidget::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetQTEWidget, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_GetQTEWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_GetTiedObject \ +static_assert(alignof(BP_BattleSequenceTimeline_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_GetTiedObject"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_GetTiedObject) == 0x000008, "Wrong size on BP_BattleSequenceTimeline_C_GetTiedObject"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_GetTiedObject, Object) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_IsInPerfectWindow \ +static_assert(alignof(BP_BattleSequenceTimeline_C_IsInPerfectWindow) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_IsInPerfectWindow"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_IsInPerfectWindow) == 0x000038, "Wrong size on BP_BattleSequenceTimeline_C_IsInPerfectWindow"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000001, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_GetBoolCVar_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_IsInPerfectWindow, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BP_BattleSequenceTimeline_C_IsInPerfectWindow::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached) == 0x000001, "Wrong alignment on BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached) == 0x000005, "Wrong size on BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached, KeyframeType) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached::KeyframeType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached, local_isPlayerTeam) == 0x000001, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached::local_isPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000004, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceActionReached::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnBattleSequenceFinished \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnBattleSequenceFinished"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished) == 0x0000D0, "Wrong size on BP_BattleSequenceTimeline_C_OnBattleSequenceFinished"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, CallFunc_GetQTEManager_QTEManager) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnBattleSequenceFinished, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_BattleSequenceTimeline_C_OnBattleSequenceFinished::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached) == 0x0002C8, "Wrong size on BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, Temp_bool_Variable) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, Temp_text_Variable) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, Temp_text_Variable_1) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue) == 0x0000E8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue_1) == 0x0000EC, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000184, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000188, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_4) == 0x000190, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeArray_Array) == 0x0001D8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Format_ReturnValue) == 0x0001E8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x0001F8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_5) == 0x000200, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Not_PreBool_ReturnValue) == 0x000248, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_Select_Default) == 0x000250, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeStruct_FormatArgumentData_6) == 0x000260, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached, CallFunc_Format_ReturnValue_1) == 0x0002B8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboExitPointReached::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached) == 0x0000A0, "Wrong size on BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Array_Add_ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Array_Add_ReturnValue_1) == 0x000004, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_GetQTEManager_QTEManager) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, Temp_int_Variable) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached, CallFunc_Not_PreBool_ReturnValue) == 0x00009C, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowEndReached::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached) == 0x0000B0, "Wrong size on BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_GetQTEWidget_Output) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_GetQTEWidget_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_Format_ReturnValue) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_GetSequencePlayer_ReturnValue) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_GetQTEManager_QTEManager) == 0x000088, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_GetQTEManager_QTEManager' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_Not_PreBool_ReturnValue_1) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x0000A0, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000A8, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowPreReached::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached) == 0x000090, "Wrong size on BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_ShouldDoAutoQTE_ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_ShouldDoAutoQTE_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_OnSkillComboWindowStartReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnSkillEffectReached \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnSkillEffectReached) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnSkillEffectReached"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnSkillEffectReached) == 0x0001F8, "Wrong size on BP_BattleSequenceTimeline_C_OnSkillEffectReached"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_GetCurrentBattleSequenceTimeInAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_GetDisplayName_ReturnValue) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_GetUndilatedTimeSeconds_UndilatedTime) == 0x0000B8, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_GetUndilatedTimeSeconds_UndilatedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000118, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeStruct_FormatArgumentData_3) == 0x000120, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeArray_Array) == 0x000168, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000178, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Format_ReturnValue) == 0x000180, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeStruct_FormatArgumentData_4) == 0x000190, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, K2Node_MakeArray_Array_1) == 0x0001D8, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnSkillEffectReached, CallFunc_Format_ReturnValue_1) == 0x0001E8, "Member 'BP_BattleSequenceTimeline_C_OnSkillEffectReached::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_OnUINavigationFocus \ +static_assert(alignof(BP_BattleSequenceTimeline_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_BattleSequenceTimeline_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe \ +static_assert(alignof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe) == 0x0002F8, "Wrong size on BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Find_Value) == 0x000048, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Find_ReturnValue) == 0x00004A, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_MinOfFloatArray_MinValue) == 0x000074, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Find_Value_1) == 0x0000D0, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Find_ReturnValue_1) == 0x0000D2, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000D8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Map_Length_ReturnValue) == 0x0000E8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000F0, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000150, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000160, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_VerifyBattleSequenceActionChange_IsValid) == 0x000170, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_VerifyBattleSequenceActionChange_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_VerifyBattleSequenceActionChange_ExpectedValue) == 0x000178, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_VerifyBattleSequenceActionChange_ExpectedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData_3) == 0x000188, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Not_PreBool_ReturnValue) == 0x0001D0, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeArray_Array) == 0x0001D8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Format_ReturnValue) == 0x0001E8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000240, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeArray_Array_1) == 0x000250, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000260, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeStruct_FormatArgumentData_5) == 0x000280, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, K2Node_MakeArray_Array_2) == 0x0002C8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_Format_ReturnValue_2) == 0x0002D8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x0002E8, "Member 'BP_BattleSequenceTimeline_C_QueueNextBattleSequenceKeyframe::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction \ +static_assert(alignof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction) == 0x000300, "Wrong size on BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, BattleSequenceAction) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::BattleSequenceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_text_Variable) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_text_Variable_1) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_int_Array_Index_Variable) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_text_Variable_2) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_MakeLiteralText_ReturnValue) == 0x000138, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_bool_Variable) == 0x000148, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000149, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, Temp_int_Loop_Counter_Variable) == 0x00014C, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Not_PreBool_ReturnValue) == 0x000150, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000151, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_Select_Default) == 0x000158, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData_3) == 0x000170, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0001B8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001C8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_VerifyBattleSequenceActionChange_IsValid) == 0x0001D8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_VerifyBattleSequenceActionChange_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_VerifyBattleSequenceActionChange_ExpectedValue) == 0x0001E0, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_VerifyBattleSequenceActionChange_ExpectedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F0, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Array_Get_Item) == 0x000238, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeArray_Array) == 0x000240, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000250, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Format_ReturnValue) == 0x000260, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000270, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeStruct_FormatArgumentData_5) == 0x000280, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Array_Length_ReturnValue) == 0x0002C8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, K2Node_MakeArray_Array_1) == 0x0002D0, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Less_IntInt_ReturnValue) == 0x0002E0, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Format_ReturnValue_1) == 0x0002E8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002F8, "Member 'BP_BattleSequenceTimeline_C_SetCurrentBattleSequenceAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline \ +static_assert(alignof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline) == 0x0003D0, "Wrong size on BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_1) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_2) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_3) == 0x000048, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_4) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_5) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_6) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_struct_Variable_7) == 0x0000A8, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_byte_Variable) == 0x0000C0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable) == 0x0000C4, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_1) == 0x0000CC, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_2) == 0x0000D4, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_3) == 0x0000DC, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_4) == 0x0000E4, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_5) == 0x0000EC, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_6) == 0x0000F4, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_name_Variable_7) == 0x0000FC, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_name_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000108, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_MakeLiteralText_ReturnValue) == 0x000128, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, Temp_byte_Variable_1) == 0x000180, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_IsValid_ReturnValue) == 0x000181, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x000188, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GetCurrentBattleSequenceTime_Time) == 0x000190, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GetCurrentBattleSequenceTime_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GetSequencePlayer_ReturnValue) == 0x000198, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_IsPlaying_ReturnValue) == 0x0001A0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Map_Remove_ReturnValue) == 0x0001A1, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x0001A2, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A8, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_3) == 0x000238, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000280, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeArray_Array) == 0x000288, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue) == 0x000298, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Format_ReturnValue) == 0x0002A0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002B0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Map_Find_Value) == 0x0002F8, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Map_Find_ReturnValue) == 0x0002FA, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeArray_Array_1) == 0x000300, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Format_ReturnValue_1) == 0x000310, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000320, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000330, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_Select_Default) == 0x000340, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_5) == 0x000358, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_MakeArray_Array_2) == 0x0003A0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, K2Node_Select_Default_1) == 0x0003B0, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_Format_ReturnValue_2) == 0x0003B8, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0003C8, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0003C9, "Member 'BP_BattleSequenceTimeline_C_TickBattleSequenceTimeline::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_TryActivate \ +static_assert(alignof(BP_BattleSequenceTimeline_C_TryActivate) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_TryActivate"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_TryActivate) == 0x0000D8, "Wrong size on BP_BattleSequenceTimeline_C_TryActivate"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, Success) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_TryActivate::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, Perfect) == 0x000001, "Member 'BP_BattleSequenceTimeline_C_TryActivate::Perfect' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, Temp_wildcard_Variable) == 0x000002, "Member 'BP_BattleSequenceTimeline_C_TryActivate::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_IsInPerfectWindow_ReturnValue) == 0x000003, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_IsInPerfectWindow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_TryActivate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_BattleSequenceTimeline_C_TryActivate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_BattleSequenceTimeline_C_TryActivate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D0, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_TryActivate, CallFunc_BooleanAND_ReturnValue) == 0x0000D1, "Member 'BP_BattleSequenceTimeline_C_TryActivate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange \ +static_assert(alignof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange) == 0x000098, "Wrong size on BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, CurrentState) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, PreviousState) == 0x000001, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, IsValid) == 0x000002, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, ExpectedValue) == 0x000008, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::ExpectedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, Temp_byte_Variable) == 0x000018, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, Temp_byte_Variable_1) == 0x000020, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_MakeArray_Array_1) == 0x000040, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_MakeArray_Array_2) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_MakeArray_Array_3) == 0x000060, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_MakeArray_Array_4) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, K2Node_Select_Default) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange, CallFunc_Array_Contains_ReturnValue) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceActionChange::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline \ +static_assert(alignof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline) == 0x000008, "Wrong alignment on BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline"); \ +static_assert(sizeof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline) == 0x000D50, "Wrong size on BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Timeline) == 0x000000, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Timeline' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_currentState) == 0x000050, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_currentState' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_alreadyNotifiedKeys) == 0x000058, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_alreadyNotifiedKeys' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_previousKeyframeTime) == 0x000068, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_previousKeyframeTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_currentKeyframeTime) == 0x000070, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_currentKeyframeTime' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_alreadyNotifiedTimes) == 0x000078, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_alreadyNotifiedTimes' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_originalKeys) == 0x000080, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_originalKeys' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_ExtraError_ComboWindowEnd) == 0x000090, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_ExtraError_ComboWindowEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_ExtraError_ComboWindowStart) == 0x000098, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_ExtraError_ComboWindowStart' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_ExtraErrorMessage) == 0x0000A0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_ExtraErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_debug_Verbose) == 0x0000B0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_debug_Verbose' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_hasErrors) == 0x0000B1, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_hasErrors' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_previousState) == 0x0000B2, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_previousState' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_KeysCount) == 0x0000B4, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_KeysCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, local_keysToProcess) == 0x0000B8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::local_keysToProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Keys_Keys) == 0x0000C8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_LastIndex_ReturnValue) == 0x0000D8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0000E0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_wildcard_Result_array_Variable) == 0x0000E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_real_Variable) == 0x0000F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x00010C, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_MinValue) == 0x000110, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_wildcard_RemapTable_Variable) == 0x000118, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue) == 0x000168, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Remap_ResultArray) == 0x000170, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_NextIndex_Variable) == 0x000180, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue) == 0x000184, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array) == 0x000188, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_wildcard_Original_index_Variable) == 0x000198, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Variable) == 0x0001A8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Get_Item) == 0x0001AC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_1) == 0x0001B0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_2) == 0x0001B4, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001B8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001BC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_bool_Variable) == 0x0001C0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Variable_1) == 0x0001C4, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001C8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_bool_Variable_1) == 0x0001CC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Not_PreBool_ReturnValue) == 0x0001CD, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_bool_Variable_2) == 0x0001CE, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001CF, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Loop_Counter_Variable) == 0x0001D0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001D4, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001D8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Array_Index_Variable) == 0x0001DC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_text_Variable) == 0x0001E0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData) == 0x0001F0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_1) == 0x000238, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MakeLiteralText_ReturnValue) == 0x000280, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Variable_2) == 0x000290, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000298, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002A0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0002E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue_4) == 0x0002EC, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Find_ReturnValue) == 0x0002F0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000340, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_4) == 0x000348, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000390, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003A0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_1) == 0x0003E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0003F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue) == 0x000400, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_TextToString_ReturnValue) == 0x000410, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_3) == 0x000420, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000428, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_2) == 0x000438, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue) == 0x000448, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Contains_ReturnValue) == 0x000458, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_6) == 0x000460, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004A8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_7) == 0x0004B8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Find_ReturnValue_1) == 0x000500, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000508, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Find_ReturnValue_2) == 0x000510, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_8) == 0x000518, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000560, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_9) == 0x000568, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_10) == 0x0005B0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0005F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_11) == 0x000608, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_3) == 0x000650, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_12) == 0x000660, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_1) == 0x0006A8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0006B8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_4) == 0x0006C8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_DoubleToString_ReturnValue) == 0x0006D0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_5) == 0x0006E0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Concat_StrStr_ReturnValue) == 0x0006E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0006F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000708, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000718, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_ArrayOfFloatsToString_OutString) == 0x000728, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_ArrayOfFloatsToString_OutString' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000738, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Contains_ReturnValue_1) == 0x000748, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000750, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Not_PreBool_ReturnValue_2) == 0x000760, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_13) == 0x000768, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_14) == 0x0007B0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_wildcard_Variable) == 0x0007F8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_15) == 0x000808, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Get_Item_1) == 0x000850, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000858, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Not_PreBool_ReturnValue_3) == 0x000859, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_4) == 0x000860, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Contains_ReturnValue_2) == 0x000870, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_16) == 0x000878, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_Value) == 0x0008C0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_ReturnValue) == 0x0008C2, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_5) == 0x0008C8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_2) == 0x0008D8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0008E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0008F0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000900, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000901, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue) == 0x000902, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue_1) == 0x000903, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000908, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_17) == 0x000918, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000960, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000968, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000978, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_18) == 0x000988, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0009D0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0009D1, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanOR_ReturnValue) == 0x0009D2, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue_2) == 0x0009D3, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanOR_ReturnValue_1) == 0x0009D4, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0009D8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_19) == 0x0009E8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_int_Variable_3) == 0x000A30, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_Value_1) == 0x000A34, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_ReturnValue_1) == 0x000A36, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Subtract_IntInt_ReturnValue) == 0x000A38, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Get_Item_2) == 0x000A40, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_Value_2) == 0x000A48, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Map_Find_ReturnValue_2) == 0x000A4A, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Add_IntInt_ReturnValue_5) == 0x000A4C, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000A50, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000A51, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_BooleanAND_ReturnValue_3) == 0x000A52, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_text_Variable_1) == 0x000A58, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000A68, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, Temp_text_Variable_2) == 0x000A78, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000A88, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_20) == 0x000A98, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_Select_Default) == 0x000AE0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_6) == 0x000AF0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_21) == 0x000B00, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_3) == 0x000B48, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000B58, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_22) == 0x000B68, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_7) == 0x000BB0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000BC0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_4) == 0x000BD0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000BE0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000BF0, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_23) == 0x000C00, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Add_ReturnValue_6) == 0x000C48, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_8) == 0x000C50, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_5) == 0x000C60, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_VerifyBattleSequenceActionChange_IsValid) == 0x000C70, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_VerifyBattleSequenceActionChange_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_VerifyBattleSequenceActionChange_ExpectedValue) == 0x000C78, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_VerifyBattleSequenceActionChange_ExpectedValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Get_Item_3) == 0x000C88, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_IndexOfMinValue_1) == 0x000C8C, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_IndexOfMinValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_MinValue_1) == 0x000C90, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_MinValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x000C98, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000CA8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeStruct_FormatArgumentData_24) == 0x000CB8, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, K2Node_MakeArray_Array_9) == 0x000D00, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Array_Length_ReturnValue_2) == 0x000D10, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Format_ReturnValue_6) == 0x000D18, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Less_IntInt_ReturnValue) == 0x000D28, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_Not_PreBool_ReturnValue_4) == 0x000D29, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000D30, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast_1) == 0x000D40, "Member 'BP_BattleSequenceTimeline_C_VerifyBattleSequenceTimeline::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleSequenceTimeline_C \ +static_assert(alignof(UBP_BattleSequenceTimeline_C) == 0x000008, "Wrong alignment on UBP_BattleSequenceTimeline_C"); \ +static_assert(sizeof(UBP_BattleSequenceTimeline_C) == 0x000140, "Wrong size on UBP_BattleSequenceTimeline_C"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, UberGraphFrame) == 0x000028, "Member 'UBP_BattleSequenceTimeline_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, CurrentBattleSequence) == 0x000030, "Member 'UBP_BattleSequenceTimeline_C::CurrentBattleSequence' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, CurrentBattleSequenceTimeline) == 0x000038, "Member 'UBP_BattleSequenceTimeline_C::CurrentBattleSequenceTimeline' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, NextBattleSequenceActionTime) == 0x000088, "Member 'UBP_BattleSequenceTimeline_C::NextBattleSequenceActionTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, NextBattleKeyframeRealTime) == 0x000090, "Member 'UBP_BattleSequenceTimeline_C::NextBattleKeyframeRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, LastBattleSequenceAction) == 0x000098, "Member 'UBP_BattleSequenceTimeline_C::LastBattleSequenceAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, BattleCharacter) == 0x0000A0, "Member 'UBP_BattleSequenceTimeline_C::BattleCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, IsComboWaitingForActionEffect) == 0x0000A8, "Member 'UBP_BattleSequenceTimeline_C::IsComboWaitingForActionEffect' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, IsInSkillComboWindow) == 0x0000A9, "Member 'UBP_BattleSequenceTimeline_C::IsInSkillComboWindow' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, IsSkillComboSuccessful) == 0x0000AA, "Member 'UBP_BattleSequenceTimeline_C::IsSkillComboSuccessful' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ComboSuccessHistory) == 0x0000B0, "Member 'UBP_BattleSequenceTimeline_C::ComboSuccessHistory' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ComboPreTimes) == 0x0000C0, "Member 'UBP_BattleSequenceTimeline_C::ComboPreTimes' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ComboWindowStartTimes) == 0x0000D0, "Member 'UBP_BattleSequenceTimeline_C::ComboWindowStartTimes' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ComboWindowEndTimes) == 0x0000E0, "Member 'UBP_BattleSequenceTimeline_C::ComboWindowEndTimes' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, CurrentWindowStartRealTime) == 0x0000F0, "Member 'UBP_BattleSequenceTimeline_C::CurrentWindowStartRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, CurrentWindowEndRealTime) == 0x0000F8, "Member 'UBP_BattleSequenceTimeline_C::CurrentWindowEndRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, TrackIndex) == 0x000100, "Member 'UBP_BattleSequenceTimeline_C::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, CanGetInput) == 0x000104, "Member 'UBP_BattleSequenceTimeline_C::CanGetInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, IsQTEInterrupted) == 0x000105, "Member 'UBP_BattleSequenceTimeline_C::IsQTEInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, AnticipationDuration) == 0x000108, "Member 'UBP_BattleSequenceTimeline_C::AnticipationDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ValidityDuration) == 0x000110, "Member 'UBP_BattleSequenceTimeline_C::ValidityDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, LastSkillComboWindowStartTime) == 0x000118, "Member 'UBP_BattleSequenceTimeline_C::LastSkillComboWindowStartTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, EDITOR_ValidationErrors) == 0x000120, "Member 'UBP_BattleSequenceTimeline_C::EDITOR_ValidationErrors' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, ActionEffectCount) == 0x000130, "Member 'UBP_BattleSequenceTimeline_C::ActionEffectCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, IsSkillComboPerfect) == 0x000134, "Member 'UBP_BattleSequenceTimeline_C::IsSkillComboPerfect' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleSequenceTimeline_C, TriggerAutoQTEAtTime) == 0x000138, "Member 'UBP_BattleSequenceTimeline_C::TriggerAutoQTEAtTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PlayedDialogue_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedDialogue_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_PlayedDialogue_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_PlayedDialogue_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedDialogue_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_PlayedDialogue_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_PlayedDialogue_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_CheckInternal, CallFunc_HasPlayedDialogueStage_Result) == 0x000001, "Member 'BP_ConditionChecker_PlayedDialogue_C_CheckInternal::CallFunc_HasPlayedDialogueStage_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_PlayedDialogue_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker, CallFunc_IsValid_Guid_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker::CallFunc_IsValid_Guid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_ConditionChecker_PlayedDialogue_C_ValidateConditionChecker::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_PlayedDialogue_C \ +static_assert(alignof(UBP_ConditionChecker_PlayedDialogue_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_PlayedDialogue_C"); \ +static_assert(sizeof(UBP_ConditionChecker_PlayedDialogue_C) == 0x000078, "Wrong size on UBP_ConditionChecker_PlayedDialogue_C"); \ +static_assert(offsetof(UBP_ConditionChecker_PlayedDialogue_C, DialogueGUID) == 0x000060, "Member 'UBP_ConditionChecker_PlayedDialogue_C::DialogueGUID' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_PlayedDialogue_C, Stage) == 0x000070, "Member 'UBP_ConditionChecker_PlayedDialogue_C::Stage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SaveGameData_C \ +static_assert(alignof(UBP_SaveGameData_C) == 0x000010, "Wrong alignment on UBP_SaveGameData_C"); \ +static_assert(sizeof(UBP_SaveGameData_C) == 0x000B00, "Wrong size on UBP_SaveGameData_C"); \ +static_assert(offsetof(UBP_SaveGameData_C, CurrentParty) == 0x000028, "Member 'UBP_SaveGameData_C::CurrentParty' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, CharactersCollection) == 0x000038, "Member 'UBP_SaveGameData_C::CharactersCollection' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, ExternalCompanions) == 0x000088, "Member 'UBP_SaveGameData_C::ExternalCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InventoryItems) == 0x000098, "Member 'UBP_SaveGameData_C::InventoryItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, Gold) == 0x0000E8, "Member 'UBP_SaveGameData_C::Gold' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, AreaName) == 0x0000F0, "Member 'UBP_SaveGameData_C::AreaName' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TimePlayed) == 0x000100, "Member 'UBP_SaveGameData_C::TimePlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, FinishedGameCount) == 0x000108, "Member 'UBP_SaveGameData_C::FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, SaveDateTime) == 0x000110, "Member 'UBP_SaveGameData_C::SaveDateTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, GPE_States) == 0x000118, "Member 'UBP_SaveGameData_C::GPE_States' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TransientBattledEnemies) == 0x000168, "Member 'UBP_SaveGameData_C::TransientBattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TransientEnemyTransforms) == 0x0001B8, "Member 'UBP_SaveGameData_C::TransientEnemyTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TransientEnemyRoamingPointIndexes) == 0x000208, "Member 'UBP_SaveGameData_C::TransientEnemyRoamingPointIndexes' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TransientEnemyLastFleePoints) == 0x000258, "Member 'UBP_SaveGameData_C::TransientEnemyLastFleePoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, BattledEnemies) == 0x0002A8, "Member 'UBP_SaveGameData_C::BattledEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, MovingPlatformsStates) == 0x0002F8, "Member 'UBP_SaveGameData_C::MovingPlatformsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, TransientInteractedObjects) == 0x000348, "Member 'UBP_SaveGameData_C::TransientInteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InteractedObjects) == 0x000398, "Member 'UBP_SaveGameData_C::InteractedObjects' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InteractedCinematics) == 0x0003E8, "Member 'UBP_SaveGameData_C::InteractedCinematics' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InteractedTutorials) == 0x000438, "Member 'UBP_SaveGameData_C::InteractedTutorials' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, SoundNotif) == 0x000488, "Member 'UBP_SaveGameData_C::SoundNotif' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InteractedDialogs) == 0x0004D8, "Member 'UBP_SaveGameData_C::InteractedDialogs' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, CurrentCharacterWorld) == 0x000528, "Member 'UBP_SaveGameData_C::CurrentCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, NamedIDsStates) == 0x000530, "Member 'UBP_SaveGameData_C::NamedIDsStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LiftsFloor) == 0x000580, "Member 'UBP_SaveGameData_C::LiftsFloor' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, PreviousManorDoorInfo) == 0x0005D0, "Member 'UBP_SaveGameData_C::PreviousManorDoorInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, InteractedDialogues) == 0x0005E0, "Member 'UBP_SaveGameData_C::InteractedDialogues' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, Relationship_Level) == 0x000630, "Member 'UBP_SaveGameData_C::Relationship_Level' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, MerchantStates) == 0x000680, "Member 'UBP_SaveGameData_C::MerchantStates' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, UnlockedMapSections) == 0x0006D0, "Member 'UBP_SaveGameData_C::UnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, VisitedLevelRowNames) == 0x0006E0, "Member 'UBP_SaveGameData_C::VisitedLevelRowNames' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, IsMountInUse) == 0x0006F0, "Member 'UBP_SaveGameData_C::IsMountInUse' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, QuestStatuses) == 0x0006F8, "Member 'UBP_SaveGameData_C::QuestStatuses' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, BattleTowerSaveData) == 0x000748, "Member 'UBP_SaveGameData_C::BattleTowerSaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, MapToLoad) == 0x0007A0, "Member 'UBP_SaveGameData_C::MapToLoad' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, SpawnPointTagToLoadAt) == 0x0007A8, "Member 'UBP_SaveGameData_C::SpawnPointTagToLoadAt' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, ReturnSpawnPointTag) == 0x0007B0, "Member 'UBP_SaveGameData_C::ReturnSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, UnlockedSpawnPoints) == 0x0007B8, "Member 'UBP_SaveGameData_C::UnlockedSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, MapToLoadAfterCamp) == 0x0007C8, "Member 'UBP_SaveGameData_C::MapToLoadAfterCamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LastWorldMapTransform) == 0x0007D0, "Member 'UBP_SaveGameData_C::LastWorldMapTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LastTransform) == 0x000830, "Member 'UBP_SaveGameData_C::LastTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LastLightingScenario) == 0x000890, "Member 'UBP_SaveGameData_C::LastLightingScenario' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LastAudioParameters) == 0x0008B8, "Member 'UBP_SaveGameData_C::LastAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, EntitlementData) == 0x0008F0, "Member 'UBP_SaveGameData_C::EntitlementData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, ExplorationProgression) == 0x000900, "Member 'UBP_SaveGameData_C::ExplorationProgression' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, EquippedConsumableShards) == 0x000928, "Member 'UBP_SaveGameData_C::EquippedConsumableShards' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, WeaponProgressions) == 0x000938, "Member 'UBP_SaveGameData_C::WeaponProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, PassiveEffectsProgressions) == 0x000948, "Member 'UBP_SaveGameData_C::PassiveEffectsProgressions' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, GameDifficultyData) == 0x000958, "Member 'UBP_SaveGameData_C::GameDifficultyData' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, EncounteredEnemies) == 0x0009B0, "Member 'UBP_SaveGameData_C::EncounteredEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, NotificationPools) == 0x000A00, "Member 'UBP_SaveGameData_C::NotificationPools' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, FavoritePools) == 0x000A50, "Member 'UBP_SaveGameData_C::FavoritePools' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, LastUsedSavePoint) == 0x000AA0, "Member 'UBP_SaveGameData_C::LastUsedSavePoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_SaveGameData_C, PassiveEffectsSetCollection) == 0x000AB0, "Member 'UBP_SaveGameData_C::PassiveEffectsSetCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss, InCharacterBattleStats) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_EventAddLinkedBoss::InCharacterBattleStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState) == 0x000060, "Wrong size on WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, EntryPoint) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, K2Node_CustomEvent_UserConfig) == 0x000008, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, K2Node_Event_BattleStats) == 0x000018, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::K2Node_Event_BattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, K2Node_CustomEvent_InCharacterBattleStats) == 0x000020, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::K2Node_CustomEvent_InCharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_GetStatusEffectContainer_BattleEffectBox) == 0x000028, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_GetStatusEffectContainer_BattleEffectBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_GetBattleBuffContainer_BattleEffectBox) == 0x000030, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_GetBattleBuffContainer_BattleEffectBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000048, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000050, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState, CallFunc_LerpAdditionalIcons_InScale_ImplicitCast) == 0x000058, "Member 'WBP_Battle_Boss_OverheadState_C_ExecuteUbergraph_WBP_Battle_Boss_OverheadState::CallFunc_LerpAdditionalIcons_InScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_GetBattleBuffContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar, HealthBar) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_GetCharacterHealthBar::HealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer, Panel) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_GetExtraIconsContainer::Panel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_GetStatusEffectContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons) == 0x000040, "Wrong size on WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, InScale) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::InScale' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, CallFunc_Lerp_ReturnValue_1) == 0x000018, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons, CallFunc_Conv_DoubleToVector2D_ReturnValue) == 0x000030, "Member 'WBP_Battle_Boss_OverheadState_C_LerpAdditionalIcons::CallFunc_Conv_DoubleToVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_OnSettingsApplied \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats \ +static_assert(alignof(WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats"); \ +static_assert(sizeof(WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats) == 0x000008, "Wrong size on WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats"); \ +static_assert(offsetof(WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats, BattleStats) == 0x000000, "Member 'WBP_Battle_Boss_OverheadState_C_SetCharacterBattleStats::BattleStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Battle_Boss_OverheadState_C \ +static_assert(alignof(UWBP_Battle_Boss_OverheadState_C) == 0x000008, "Wrong alignment on UWBP_Battle_Boss_OverheadState_C"); \ +static_assert(sizeof(UWBP_Battle_Boss_OverheadState_C) == 0x000340, "Wrong size on UWBP_Battle_Boss_OverheadState_C"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, UberGraphFrame_WBP_Battle_Boss_OverheadState_C) == 0x0002F8, "Member 'UWBP_Battle_Boss_OverheadState_C::UberGraphFrame_WBP_Battle_Boss_OverheadState_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, Anim_Appear_Life) == 0x000300, "Member 'UWBP_Battle_Boss_OverheadState_C::Anim_Appear_Life' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, BattleBuffBox) == 0x000308, "Member 'UWBP_Battle_Boss_OverheadState_C::BattleBuffBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, BossOverheadBackground) == 0x000310, "Member 'UWBP_Battle_Boss_OverheadState_C::BossOverheadBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, HorizontalBox_AdditionalIcons) == 0x000318, "Member 'UWBP_Battle_Boss_OverheadState_C::HorizontalBox_AdditionalIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, Image_ColorAppear) == 0x000320, "Member 'UWBP_Battle_Boss_OverheadState_C::Image_ColorAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, StatusEffectBox) == 0x000328, "Member 'UWBP_Battle_Boss_OverheadState_C::StatusEffectBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, TextBlock_BossName) == 0x000330, "Member 'UWBP_Battle_Boss_OverheadState_C::TextBlock_BossName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_Boss_OverheadState_C, WBP_JRPG_CharacterHealthBar) == 0x000338, "Member 'UWBP_Battle_Boss_OverheadState_C::WBP_JRPG_CharacterHealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_UpdateColor \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_UpdateColor) == 0x000004, "Wrong alignment on WBP_HUD_DamageFeedback_C_UpdateColor"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_UpdateColor) == 0x000040, "Wrong size on WBP_HUD_DamageFeedback_C_UpdateColor"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_UpdateColor, ReturnValue) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_UpdateColor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_UpdateColor, K2Node_MakeStruct_SlateColor) == 0x000014, "Member 'WBP_HUD_DamageFeedback_C_UpdateColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_UpdateColor, K2Node_MakeStruct_SlateColor_1) == 0x000028, "Member 'WBP_HUD_DamageFeedback_C_UpdateColor::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_UpdateColor, CallFunc_GetIsCriticalHit_IsCritical) == 0x00003C, "Member 'WBP_HUD_DamageFeedback_C_UpdateColor::CallFunc_GetIsCriticalHit_IsCritical' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText) == 0x000008, "Wrong alignment on WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText) == 0x000040, "Wrong size on WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText, Text) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText, Color_0) == 0x000010, "Member 'WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText::Color_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_HUD_DamageFeedback_C_ShowFeedbackReasonText::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_GetWorldPosition \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_GetWorldPosition) == 0x000008, "Wrong alignment on WBP_HUD_DamageFeedback_C_GetWorldPosition"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_GetWorldPosition) == 0x000068, "Wrong size on WBP_HUD_DamageFeedback_C_GetWorldPosition"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, ReturnValue) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000038, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_GetWorldPosition, CallFunc_NotEqualExactly_VectorVector_ReturnValue) == 0x000060, "Member 'WBP_HUD_DamageFeedback_C_GetWorldPosition::CallFunc_NotEqualExactly_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_PreConstruct \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_DamageFeedback_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_DamageFeedback_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_Tick \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_Tick) == 0x000004, "Wrong alignment on WBP_HUD_DamageFeedback_C_Tick"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_Tick) == 0x00003C, "Wrong size on WBP_HUD_DamageFeedback_C_Tick"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HUD_DamageFeedback_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback \ +static_assert(alignof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback) == 0x000010, "Wrong alignment on WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback"); \ +static_assert(sizeof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback) == 0x0003B0, "Wrong size on WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, EntryPoint) == 0x000000, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable) == 0x000004, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable) == 0x000008, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable_1) == 0x000018, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable_2) == 0x000028, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable_3) == 0x000038, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable_4) == 0x000048, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_text_Variable_5) == 0x000058, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_4) == 0x000068, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable) == 0x00006C, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable_1) == 0x00007C, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable_2) == 0x00008C, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable_3) == 0x00009C, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable_4) == 0x0000AC, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_struct_Variable_5) == 0x0000BC, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_bool_Variable) == 0x0000CC, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Event_IsDesignTime) == 0x0000CD, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Not_PreBool_ReturnValue) == 0x0000CE, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Event_MyGeometry) == 0x0000D0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Event_InDeltaTime) == 0x000108, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetPlayerController_ReturnValue) == 0x000110, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_PlayAnimation_ReturnValue) == 0x000118, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_PlayAnimation_ReturnValue_1) == 0x000120, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_PlayAnimation_ReturnValue_2) == 0x000128, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_PlayAnimation_ReturnValue_3) == 0x000130, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetIsCriticalHit_IsCritical) == 0x000138, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetIsCriticalHit_IsCritical' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000139, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Round64_ReturnValue) == 0x000140, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_LessEqual_Int64Int64_ReturnValue) == 0x000148, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_LessEqual_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000150, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Not_PreBool_ReturnValue_1) == 0x000160, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000161, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BooleanAND_ReturnValue) == 0x000162, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000163, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BooleanOR_ReturnValue) == 0x000164, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000165, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetWorldPosition_ReturnValue) == 0x000168, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetWorldPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BooleanOR_ReturnValue_1) == 0x000180, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000188, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000198, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_PlayAnimation_ReturnValue_4) == 0x0001A0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x0001A8, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetViewportScale_ReturnValue) == 0x0001B4, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x0001B8, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_MakeVector2D_ReturnValue) == 0x0001C8, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_5) == 0x0001D8, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x0001E0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_IsValid_ReturnValue) == 0x0001F0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F1, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_MakeColor_ReturnValue) == 0x0001F4, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_bool_Variable_1) == 0x000204, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetFinalBaseElement_AttackElement) == 0x000205, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetFinalBaseElement_AttackElement' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000206, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetFeedbackReason_HasFeedback) == 0x000207, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetFeedbackReason_HasFeedback' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetFeedbackReason_FeedbackReasonText) == 0x000208, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetFeedbackReason_FeedbackReasonText' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetFeedbackReason_FeedbackReasonColor) == 0x000218, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetFeedbackReason_FeedbackReasonColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_GetAttackElementTypeIcon_Texture) == 0x000228, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_GetAttackElementTypeIcon_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_MakeStruct_SlateBrush) == 0x000230, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_IsValid_ReturnValue_1) == 0x000300, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BooleanAND_ReturnValue_1) == 0x000301, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Select_Default) == 0x000302, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_6) == 0x000303, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_UpdateColor_ReturnValue) == 0x000304, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_UpdateColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_bool_Variable_2) == 0x000318, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Select_Default_1) == 0x000319, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Select_Default_2) == 0x000320, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Select_Default_3) == 0x000330, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000340, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000350, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, Temp_byte_Variable_7) == 0x000360, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BreakVector2D_X) == 0x000368, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_BreakVector2D_Y) == 0x000370, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_MakeStruct_Margin) == 0x000378, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_Select_Default_4) == 0x000388, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_MakeVector2D_X_ImplicitCast) == 0x000390, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x000398, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_MakeStruct_Left_ImplicitCast) == 0x0003A0, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_MakeStruct_Left_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback, K2Node_MakeStruct_Top_ImplicitCast) == 0x0003A4, "Member 'WBP_HUD_DamageFeedback_C_ExecuteUbergraph_WBP_HUD_DamageFeedback::K2Node_MakeStruct_Top_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_DamageFeedback_C \ +static_assert(alignof(UWBP_HUD_DamageFeedback_C) == 0x000008, "Wrong alignment on UWBP_HUD_DamageFeedback_C"); \ +static_assert(sizeof(UWBP_HUD_DamageFeedback_C) == 0x0003C8, "Wrong size on UWBP_HUD_DamageFeedback_C"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_DamageFeedback_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_FeedbackText) == 0x0002E8, "Member 'UWBP_HUD_DamageFeedback_C::Anim_FeedbackText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_ShieldBreak) == 0x0002F0, "Member 'UWBP_HUD_DamageFeedback_C::Anim_ShieldBreak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_SecondFeedbackResistant) == 0x0002F8, "Member 'UWBP_HUD_DamageFeedback_C::Anim_SecondFeedbackResistant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_SecondFeedbackWeak) == 0x000300, "Member 'UWBP_HUD_DamageFeedback_C::Anim_SecondFeedbackWeak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_BasicWithBackground) == 0x000308, "Member 'UWBP_HUD_DamageFeedback_C::Anim_BasicWithBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_Basic) == 0x000310, "Member 'UWBP_HUD_DamageFeedback_C::Anim_Basic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Anim_Critical) == 0x000318, "Member 'UWBP_HUD_DamageFeedback_C::Anim_Critical' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, CanvasPanel_MainContainer) == 0x000320, "Member 'UWBP_HUD_DamageFeedback_C::CanvasPanel_MainContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, DamageText) == 0x000328, "Member 'UWBP_HUD_DamageFeedback_C::DamageText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Element_Picture) == 0x000330, "Member 'UWBP_HUD_DamageFeedback_C::Element_Picture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Image_BackgroundMain) == 0x000338, "Member 'UWBP_HUD_DamageFeedback_C::Image_BackgroundMain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Image_BackgroundSecond) == 0x000340, "Member 'UWBP_HUD_DamageFeedback_C::Image_BackgroundSecond' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Image_Shield) == 0x000348, "Member 'UWBP_HUD_DamageFeedback_C::Image_Shield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Spike) == 0x000350, "Member 'UWBP_HUD_DamageFeedback_C::Spike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, TextBlock_MainFeedback) == 0x000358, "Member 'UWBP_HUD_DamageFeedback_C::TextBlock_MainFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, TextBlock_ReasonFeedback) == 0x000360, "Member 'UWBP_HUD_DamageFeedback_C::TextBlock_ReasonFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, TextBlock_SecondFeedback_Resistant) == 0x000368, "Member 'UWBP_HUD_DamageFeedback_C::TextBlock_SecondFeedback_Resistant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, TextBlock_SecondFeedback_Weak) == 0x000370, "Member 'UWBP_HUD_DamageFeedback_C::TextBlock_SecondFeedback_Weak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Actor_Reference) == 0x000378, "Member 'UWBP_HUD_DamageFeedback_C::Actor_Reference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, Color) == 0x000380, "Member 'UWBP_HUD_DamageFeedback_C::Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, BattleDamages) == 0x000398, "Member 'UWBP_HUD_DamageFeedback_C::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, HasStackExpired) == 0x0003A0, "Member 'UWBP_HUD_DamageFeedback_C::HasStackExpired' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, WidgetOffset) == 0x0003A8, "Member 'UWBP_HUD_DamageFeedback_C::WidgetOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DamageFeedback_C, BaseOffset) == 0x0003B8, "Member 'UWBP_HUD_DamageFeedback_C::BaseOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_SetBattleTurnSequencePaused \ +static_assert(alignof(BP_GameDirectorComponent_C_SetBattleTurnSequencePaused) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_SetBattleTurnSequencePaused"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_SetBattleTurnSequencePaused) == 0x000018, "Wrong size on BP_GameDirectorComponent_C_SetBattleTurnSequencePaused"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_SetBattleTurnSequencePaused, Paused) == 0x000000, "Member 'BP_GameDirectorComponent_C_SetBattleTurnSequencePaused::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_SetBattleTurnSequencePaused, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'BP_GameDirectorComponent_C_SetBattleTurnSequencePaused::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_SetBattleTurnSequencePaused, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_GameDirectorComponent_C_SetBattleTurnSequencePaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_PrintText \ +static_assert(alignof(BP_GameDirectorComponent_C_PrintText) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_PrintText"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_PrintText) == 0x0000D0, "Wrong size on BP_GameDirectorComponent_C_PrintText"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, InText) == 0x000000, "Member 'BP_GameDirectorComponent_C_PrintText::InText' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_GameDirectorComponent_C_PrintText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_GameDirectorComponent_C_PrintText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_GameDirectorComponent_C_PrintText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_GameDirectorComponent_C_PrintText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PrintText, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_GameDirectorComponent_C_PrintText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_OnWorldSkillEnd \ +static_assert(alignof(BP_GameDirectorComponent_C_OnWorldSkillEnd) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_OnWorldSkillEnd"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_OnWorldSkillEnd) == 0x000088, "Wrong size on BP_GameDirectorComponent_C_OnWorldSkillEnd"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillEnd, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000000, "Member 'BP_GameDirectorComponent_C_OnWorldSkillEnd::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillEnd, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_GameDirectorComponent_C_OnWorldSkillEnd::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillEnd, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_GameDirectorComponent_C_OnWorldSkillEnd::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillEnd, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_GameDirectorComponent_C_OnWorldSkillEnd::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillEnd, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_GameDirectorComponent_C_OnWorldSkillEnd::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_OnFreeAimCancelled \ +static_assert(alignof(BP_GameDirectorComponent_C_OnFreeAimCancelled) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_OnFreeAimCancelled"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_OnFreeAimCancelled) == 0x000088, "Wrong size on BP_GameDirectorComponent_C_OnFreeAimCancelled"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnFreeAimCancelled, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000000, "Member 'BP_GameDirectorComponent_C_OnFreeAimCancelled::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnFreeAimCancelled, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_GameDirectorComponent_C_OnFreeAimCancelled::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnFreeAimCancelled, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_GameDirectorComponent_C_OnFreeAimCancelled::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnFreeAimCancelled, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_GameDirectorComponent_C_OnFreeAimCancelled::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnFreeAimCancelled, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_GameDirectorComponent_C_OnFreeAimCancelled::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_OnWorldSkillStart \ +static_assert(alignof(BP_GameDirectorComponent_C_OnWorldSkillStart) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_OnWorldSkillStart"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_OnWorldSkillStart) == 0x0000A0, "Wrong size on BP_GameDirectorComponent_C_OnWorldSkillStart"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnWorldSkillStart, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_GameDirectorComponent_C_OnWorldSkillStart::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_Unload_Sequence \ +static_assert(alignof(BP_GameDirectorComponent_C_Unload_Sequence) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_Unload_Sequence"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_Unload_Sequence) == 0x000360, "Wrong size on BP_GameDirectorComponent_C_Unload_Sequence"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, LevelSequenceActor) == 0x000000, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000018, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_GetSequence_ReturnValue) == 0x0000E0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0000E8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_MakeLiteralString_ReturnValue) == 0x000140, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeArray_Array_1) == 0x000150, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Concat_StrStr_ReturnValue) == 0x000160, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Format_ReturnValue_1) == 0x000170, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, Temp_int_Variable) == 0x000180, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, Temp_int_Variable_1) == 0x000184, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000188, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Subtract_IntInt_ReturnValue) == 0x000190, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001E0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeArray_Array_2) == 0x0001E8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Format_ReturnValue_2) == 0x0001F8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Add_IntInt_ReturnValue) == 0x000208, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_IsPackagedBuild_ReturnValue) == 0x00020C, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, Temp_int_Variable_2) == 0x000210, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000218, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x000228, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000230, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000240, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData_4) == 0x000248, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000290, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeArray_Array_3) == 0x000298, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0002A8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Format_ReturnValue_3) == 0x0002B0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002C0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, Temp_int_Variable_3) == 0x0002C4, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0002C8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002CC, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Map_Remove_ReturnValue) == 0x0002D0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Map_Find_Value) == 0x0002D8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Map_Find_ReturnValue) == 0x0002E0, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002E1, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x0002E8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002F8, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, K2Node_MakeArray_Array_4) == 0x000340, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_Unload_Sequence, CallFunc_Format_ReturnValue_4) == 0x000350, "Member 'BP_GameDirectorComponent_C_Unload_Sequence::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_PreloadLevelSequence \ +static_assert(alignof(BP_GameDirectorComponent_C_PreloadLevelSequence) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_PreloadLevelSequence"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_PreloadLevelSequence) == 0x0002C0, "Wrong size on BP_GameDirectorComponent_C_PreloadLevelSequence"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, LevelSequence) == 0x000000, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, OutActor) == 0x000008, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::OutActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, StartTime) == 0x000010, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::StartTime' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000018, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000B8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000130, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData_3) == 0x000140, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeArray_Array_1) == 0x000188, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Format_ReturnValue_1) == 0x000198, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Map_Find_Value) == 0x0001A8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Map_Find_ReturnValue) == 0x0001B0, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_GetSequencePlayer_ReturnValue) == 0x0001B8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x0001C0, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_MovieSceneSequencePlaybackSettings) == 0x0001C8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_MovieSceneSequencePlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F0, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000238, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000240, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000248, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeStruct_FormatArgumentData_5) == 0x000250, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, K2Node_MakeArray_Array_2) == 0x000298, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_Format_ReturnValue_2) == 0x0002A8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PreloadLevelSequence, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x0002B8, "Member 'BP_GameDirectorComponent_C_PreloadLevelSequence::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_PlayBattleTurnSequence \ +static_assert(alignof(BP_GameDirectorComponent_C_PlayBattleTurnSequence) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_PlayBattleTurnSequence"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_PlayBattleTurnSequence) == 0x000010, "Wrong size on BP_GameDirectorComponent_C_PlayBattleTurnSequence"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PlayBattleTurnSequence, BattleTurnSequence) == 0x000000, "Member 'BP_GameDirectorComponent_C_PlayBattleTurnSequence::BattleTurnSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_PlayBattleTurnSequence, Character) == 0x000008, "Member 'BP_GameDirectorComponent_C_PlayBattleTurnSequence::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_ReceiveTick \ +static_assert(alignof(BP_GameDirectorComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GameDirectorComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_GameDirectorComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GameDirectorComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_OnDynamicCameraActivated \ +static_assert(alignof(BP_GameDirectorComponent_C_OnDynamicCameraActivated) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_OnDynamicCameraActivated"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_OnDynamicCameraActivated) == 0x000010, "Wrong size on BP_GameDirectorComponent_C_OnDynamicCameraActivated"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_OnDynamicCameraActivated, DEBUG_CameraType) == 0x000000, "Member 'BP_GameDirectorComponent_C_OnDynamicCameraActivated::DEBUG_CameraType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_ActivateTargetingCamera \ +static_assert(alignof(BP_GameDirectorComponent_C_ActivateTargetingCamera) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_ActivateTargetingCamera"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_ActivateTargetingCamera) == 0x000010, "Wrong size on BP_GameDirectorComponent_C_ActivateTargetingCamera"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ActivateTargetingCamera, TargetingCamera) == 0x000000, "Member 'BP_GameDirectorComponent_C_ActivateTargetingCamera::TargetingCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ActivateTargetingCamera, ViewTarget) == 0x000008, "Member 'BP_GameDirectorComponent_C_ActivateTargetingCamera::ViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_DisableTargetingCamera \ +static_assert(alignof(BP_GameDirectorComponent_C_DisableTargetingCamera) == 0x000008, "Wrong alignment on BP_GameDirectorComponent_C_DisableTargetingCamera"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_DisableTargetingCamera) == 0x000008, "Wrong size on BP_GameDirectorComponent_C_DisableTargetingCamera"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_DisableTargetingCamera, TargetingCamera) == 0x000000, "Member 'BP_GameDirectorComponent_C_DisableTargetingCamera::TargetingCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent \ +static_assert(alignof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent) == 0x000010, "Wrong alignment on BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent"); \ +static_assert(sizeof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent) == 0x0012B0, "Wrong size on BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, EntryPoint) == 0x000000, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000008, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue) == 0x000070, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue) == 0x000080, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable) == 0x000098, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0000A0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_1) == 0x0000B0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_2) == 0x0000C8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_2) == 0x0000D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_3) == 0x0000E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_3) == 0x000100, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_1) == 0x000104, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_4) == 0x000108, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000118, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000128, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_4) == 0x000138, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_5) == 0x000140, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000150, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_2) == 0x000160, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000164, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_5) == 0x000174, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_3) == 0x000178, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue) == 0x00017C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_6) == 0x000180, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_6) == 0x000190, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000198, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_7) == 0x0001A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_4) == 0x0001B8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_7) == 0x0001D4, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_5) == 0x0001D8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array) == 0x000238, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000248, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue) == 0x000258, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_8) == 0x000268, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_6) == 0x000278, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000280, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000290, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_2) == 0x000298, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_1) == 0x0002E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0002F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_1) == 0x000300, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_8) == 0x000310, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_9) == 0x000318, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_9) == 0x000328, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000330, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsPackagedBuild_ReturnValue_10) == 0x000340, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsPackagedBuild_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_2) == 0x000344, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_7) == 0x000348, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_MakeLiteralString_ReturnValue_10) == 0x000350, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_MakeLiteralString_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_3) == 0x000360, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000368, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000370, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_3) == 0x000378, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0003C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_2) == 0x0003C8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_2) == 0x0003D8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_8) == 0x0003E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_4) == 0x0003EC, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_5) == 0x0003F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x0003F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_4) == 0x000400, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000448, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_3) == 0x000450, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000460, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_3) == 0x000468, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000478, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_9) == 0x00047C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_6) == 0x000480, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_7) == 0x000484, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000488, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_10) == 0x000498, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_4) == 0x0004A0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_5) == 0x0004A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x0004F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_4) == 0x0004F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000508, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_4) == 0x000510, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x000520, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000524, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_8) == 0x000528, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_11) == 0x00052C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_5) == 0x000530, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_6) == 0x000538, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_8) == 0x000580, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_5) == 0x000588, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_4) == 0x000598, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_5) == 0x0005A0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_bool_IsActive_Variable) == 0x0005B0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_bool_IsActive_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Frames_left_Variable) == 0x0005B4, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Frames_left_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_6) == 0x0005B8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_7) == 0x0005C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_9) == 0x000608, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_6) == 0x000610, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_6) == 0x000620, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000630, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000631, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_12) == 0x000634, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_9) == 0x000638, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_10) == 0x00063C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_13) == 0x000640, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_7) == 0x000648, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_8) == 0x000650, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_7) == 0x000698, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_7) == 0x0006A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_10) == 0x0006B8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_11) == 0x0006BC, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_8) == 0x0006C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_12) == 0x0006C8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_9) == 0x0006D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_13) == 0x000718, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_8) == 0x000720, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_8) == 0x000730, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_9) == 0x000740, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_10) == 0x000748, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_14) == 0x000790, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_9) == 0x000798, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_15) == 0x0007A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_9) == 0x0007B0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_14) == 0x0007C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_5) == 0x0007C4, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_11) == 0x0007C8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_15) == 0x0007CC, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_6) == 0x0007D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_12) == 0x0007D4, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_wildcard_Variable) == 0x0007D8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x0007E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_11) == 0x0007F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_BattleTurnSequence) == 0x000840, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_BattleTurnSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_Character) == 0x000848, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_10) == 0x000850, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_10) == 0x000860, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000870, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_12) == 0x000880, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue) == 0x0008C8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0008D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_SpawnObject_ReturnValue) == 0x0008E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_13) == 0x0008E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_16) == 0x000930, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_11) == 0x000938, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_11) == 0x000948, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_1) == 0x000958, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Not_PreBool_ReturnValue_2) == 0x000959, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequencePlayer_ReturnValue) == 0x000960, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_2) == 0x000968, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_17) == 0x00096C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000970, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_13) == 0x000978, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_3) == 0x000980, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue_1) == 0x000990, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_14) == 0x000998, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_4) == 0x0009E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_3) == 0x0009F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_15) == 0x0009F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_12) == 0x000A40, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_12) == 0x000A50, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x000A60, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_5) == 0x000A68, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue_2) == 0x000A78, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_16) == 0x000A80, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_6) == 0x000AC8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_4) == 0x000AD8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_17) == 0x000AE0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_13) == 0x000B28, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_13) == 0x000B38, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000B48, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000B50, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_bSuccess) == 0x000B58, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue_3) == 0x000B60, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_7) == 0x000B68, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000B78, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_18) == 0x000B80, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_14) == 0x000BC8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_14) == 0x000BD8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000BE8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000BF0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000C00, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_19) == 0x000C10, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_15) == 0x000C58, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_15) == 0x000C68, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000C78, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000C80, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue_2) == 0x000C88, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000C90, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_bSuccess_1) == 0x000C98, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000CA0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000CB0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_5) == 0x000CC0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_20) == 0x000CC8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_16) == 0x000D10, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_16) == 0x000D20, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_6) == 0x000D30, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_Event_DeltaSeconds) == 0x000D34, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_18) == 0x000D38, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000D40, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000D50, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_7) == 0x000D60, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_21) == 0x000D68, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_17) == 0x000DB0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_14) == 0x000DC0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_17) == 0x000DC8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_8) == 0x000DD8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_9) == 0x000DE8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_22) == 0x000DF8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_22' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_23) == 0x000E40, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_23' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue_4) == 0x000E88, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_ObjectToText_ReturnValue_10) == 0x000E90, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_ObjectToText_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_DEBUG_CameraType) == 0x000EA0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_DEBUG_CameraType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_24) == 0x000EB0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_24' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000EF8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_18) == 0x000F08, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_25) == 0x000F18, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_25' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_18) == 0x000F60, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000F70, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000F80, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_26) == 0x000F90, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_26' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_19) == 0x000FD8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_19) == 0x000FE8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_TargetingCamera_1) == 0x000FF8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_TargetingCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_ViewTarget) == 0x001000, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue_3) == 0x001008, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_19) == 0x001010, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_8) == 0x001014, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_15) == 0x001018, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_20) == 0x00101C, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_10) == 0x001020, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_16) == 0x001028, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_27) == 0x001030, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_27' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_9) == 0x001078, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_20) == 0x001080, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_20) == 0x001090, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_21) == 0x0010A0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Add_IntInt_ReturnValue_16) == 0x0010A4, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue_4) == 0x0010A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2) == 0x0010B0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_DynamicCast_bSuccess_2) == 0x0010B8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0010B9, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_21) == 0x0010C0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_21) == 0x0010D0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_CustomEvent_TargetingCamera) == 0x0010E0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_CustomEvent_TargetingCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue) == 0x0010E8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsGameplayDebugCategoryEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, Temp_int_Variable_22) == 0x0010EC, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::Temp_int_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_EqualsObjects_ReturnValue) == 0x0010F0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Conv_IntToInt64_ReturnValue_11) == 0x0010F8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Conv_IntToInt64_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Not_PreBool_ReturnValue_3) == 0x001100, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeStruct_FormatArgumentData_28) == 0x001108, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeStruct_FormatArgumentData_28' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_22) == 0x001150, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Subtract_IntInt_ReturnValue_17) == 0x001160, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Subtract_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Format_ReturnValue_22) == 0x001168, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Format_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_LessEqual_IntInt_ReturnValue_10) == 0x001178, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_LessEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, K2Node_MakeArray_Array_23) == 0x001180, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::K2Node_MakeArray_Array_23' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequencePlayer_ReturnValue_3) == 0x001190, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequencePlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_FindNamedBindings_ReturnValue) == 0x001198, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_FindNamedBindings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0011A8, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetTransform_ReturnValue) == 0x0011B0, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_OffsetTransform_ReturnValue) == 0x001210, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_OffsetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_EqualsObjects_ReturnValue_1) == 0x001270, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_Not_PreBool_ReturnValue_4) == 0x001271, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetPlayerController_ReturnValue_5) == 0x001278, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x001280, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_ShouldEnableBattleCameraMovements_Enable) == 0x001288, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_ShouldEnableBattleCameraMovements_Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_IsValid_ReturnValue_7) == 0x001289, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetSequence_ReturnValue_5) == 0x001290, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetSequence_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent, CallFunc_GetDisplayName_ReturnValue) == 0x001298, "Member 'BP_GameDirectorComponent_C_ExecuteUbergraph_BP_GameDirectorComponent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameDirectorComponent_C \ +static_assert(alignof(UBP_GameDirectorComponent_C) == 0x000008, "Wrong alignment on UBP_GameDirectorComponent_C"); \ +static_assert(sizeof(UBP_GameDirectorComponent_C) == 0x000138, "Wrong size on UBP_GameDirectorComponent_C"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_GameDirectorComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, CurrentBattleTurnSequence) == 0x0000A8, "Member 'UBP_GameDirectorComponent_C::CurrentBattleTurnSequence' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, PreloadedLevelSequenceActors) == 0x0000B0, "Member 'UBP_GameDirectorComponent_C::PreloadedLevelSequenceActors' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, PreviousBattleTurnSequenceActor) == 0x000100, "Member 'UBP_GameDirectorComponent_C::PreviousBattleTurnSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, CurrentTarget) == 0x000108, "Member 'UBP_GameDirectorComponent_C::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, IsDynamicCamDirty) == 0x000109, "Member 'UBP_GameDirectorComponent_C::IsDynamicCamDirty' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, NextBattleTurnSequenceActor) == 0x000110, "Member 'UBP_GameDirectorComponent_C::NextBattleTurnSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, NextBattleTurnSequenceCharacter) == 0x000118, "Member 'UBP_GameDirectorComponent_C::NextBattleTurnSequenceCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, DEBUG_LogIndent) == 0x000120, "Member 'UBP_GameDirectorComponent_C::DEBUG_LogIndent' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, DEBUG_LogIndentCount) == 0x000130, "Member 'UBP_GameDirectorComponent_C::DEBUG_LogIndentCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, DEBUG_VerboseIndent) == 0x000134, "Member 'UBP_GameDirectorComponent_C::DEBUG_VerboseIndent' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDirectorComponent_C, CanBeInterrupted) == 0x000135, "Member 'UBP_GameDirectorComponent_C::CanBeInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup \ +static_assert(alignof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup) == 0x000008, "Wrong alignment on BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup"); \ +static_assert(sizeof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup) == 0x000150, "Wrong size on BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, EntryPoint) == 0x000000, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, K2Node_Event_FocusEventBP) == 0x000018, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000C0, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, K2Node_MakeArray_Array_1) == 0x000120, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Less_IntInt_ReturnValue_1) == 0x000130, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_Add_ReturnValue) == 0x000148, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup, CallFunc_Array_RemoveItem_ReturnValue) == 0x00014C, "Member 'BP_TargetingGroup_C_ExecuteUbergraph_BP_TargetingGroup::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TargetingGroup_C_GetCharacters \ +static_assert(alignof(BP_TargetingGroup_C_GetCharacters) == 0x000008, "Wrong alignment on BP_TargetingGroup_C_GetCharacters"); \ +static_assert(sizeof(BP_TargetingGroup_C_GetCharacters) == 0x000010, "Wrong size on BP_TargetingGroup_C_GetCharacters"); \ +static_assert(offsetof(BP_TargetingGroup_C_GetCharacters, Characters_0) == 0x000000, "Member 'BP_TargetingGroup_C_GetCharacters::Characters_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TargetingGroup_C_GetTiedObject \ +static_assert(alignof(BP_TargetingGroup_C_GetTiedObject) == 0x000008, "Wrong alignment on BP_TargetingGroup_C_GetTiedObject"); \ +static_assert(sizeof(BP_TargetingGroup_C_GetTiedObject) == 0x000008, "Wrong size on BP_TargetingGroup_C_GetTiedObject"); \ +static_assert(offsetof(BP_TargetingGroup_C_GetTiedObject, Object) == 0x000000, "Member 'BP_TargetingGroup_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TargetingGroup_C_OnUINavigationFocus \ +static_assert(alignof(BP_TargetingGroup_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on BP_TargetingGroup_C_OnUINavigationFocus"); \ +static_assert(sizeof(BP_TargetingGroup_C_OnUINavigationFocus) == 0x000008, "Wrong size on BP_TargetingGroup_C_OnUINavigationFocus"); \ +static_assert(offsetof(BP_TargetingGroup_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'BP_TargetingGroup_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TargetingGroup_C \ +static_assert(alignof(UBP_TargetingGroup_C) == 0x000008, "Wrong alignment on UBP_TargetingGroup_C"); \ +static_assert(sizeof(UBP_TargetingGroup_C) == 0x000050, "Wrong size on UBP_TargetingGroup_C"); \ +static_assert(offsetof(UBP_TargetingGroup_C, UberGraphFrame) == 0x000028, "Member 'UBP_TargetingGroup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TargetingGroup_C, Characters) == 0x000030, "Member 'UBP_TargetingGroup_C::Characters' has a wrong offset!"); \ +static_assert(offsetof(UBP_TargetingGroup_C, TargetingManager) == 0x000040, "Member 'UBP_TargetingGroup_C::TargetingManager' has a wrong offset!"); \ +static_assert(offsetof(UBP_TargetingGroup_C, hasRegistered) == 0x000048, "Member 'UBP_TargetingGroup_C::hasRegistered' has a wrong offset!"); \ +static_assert(offsetof(UBP_TargetingGroup_C, IsPretargeting) == 0x000049, "Member 'UBP_TargetingGroup_C::IsPretargeting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_AddFullscreenChild \ +static_assert(alignof(WBP_HUD_BattleScreen_C_AddFullscreenChild) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_AddFullscreenChild"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_AddFullscreenChild) == 0x000018, "Wrong size on WBP_HUD_BattleScreen_C_AddFullscreenChild"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddFullscreenChild, Content) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_AddFullscreenChild::Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddFullscreenChild, InZOrder) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_AddFullscreenChild::InZOrder' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddFullscreenChild, CallFunc_AddChildToGrid_ReturnValue) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_AddFullscreenChild::CallFunc_AddChildToGrid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget \ +static_assert(alignof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget) == 0x000040, "Wrong size on WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget, Content) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget::Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget, K2Node_MakeStruct_Anchors) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget, K2Node_MakeStruct_Margin) == 0x000028, "Member 'WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget, CallFunc_AddChildToCanvas_ReturnValue) == 0x000038, "Member 'WBP_HUD_BattleScreen_C_AddUniqueMechanicWidget::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_BindBackButton \ +static_assert(alignof(WBP_HUD_BattleScreen_C_BindBackButton) == 0x000004, "Wrong alignment on WBP_HUD_BattleScreen_C_BindBackButton"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_BindBackButton) == 0x000010, "Wrong size on WBP_HUD_BattleScreen_C_BindBackButton"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_BindBackButton, ClickedEvent) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_BindBackButton::ClickedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_DisableWheel \ +static_assert(alignof(WBP_HUD_BattleScreen_C_DisableWheel) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_DisableWheel"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_DisableWheel) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_DisableWheel"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_DisableWheel, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_DisableWheel::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_EnableWheel \ +static_assert(alignof(WBP_HUD_BattleScreen_C_EnableWheel) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_EnableWheel"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_EnableWheel) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_EnableWheel"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_EnableWheel, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_EnableWheel::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen \ +static_assert(alignof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen) == 0x000340, "Wrong size on WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, EntryPoint) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_bool_Variable) == 0x000004, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_bool_Variable_1) == 0x000038, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000039, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsPackagedForDistribution_ReturnValue_1) == 0x00003A, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsPackagedForDistribution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Not_PreBool_ReturnValue) == 0x00003B, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003D, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetTargetingManager_ReturnValue) == 0x000048, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetTargetingManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_Character) == 0x000050, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_TooltipText) == 0x000058, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_TooltipText' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_AutoFadeout) == 0x000068, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_AutoFadeout' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetTargetingManager_ReturnValue_1) == 0x000078, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetTargetingManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsCurrentlyTargetingAllies_ReturnValue) == 0x000080, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsCurrentlyTargetingAllies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x000081, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000082, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000083, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000084, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_SelectInt_ReturnValue) == 0x000088, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_BooleanOR_ReturnValue) == 0x00008C, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00008D, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_BooleanOR_ReturnValue_1) == 0x00008E, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_SelectInt_ReturnValue_1) == 0x000090, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Max_ReturnValue) == 0x000094, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_And_IntInt_ReturnValue) == 0x00009C, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_And_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B4, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000C4, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000C5, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetTargetingManager_ReturnValue_2) == 0x0000C8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetTargetingManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsTargetingTypeAlly_ReturnValue) == 0x0000D0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsTargetingTypeAlly_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_TooltipName) == 0x0000D8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_TooltipName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_TooltipDesc) == 0x0000E8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_TooltipDesc' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x0000F8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetBoolCVar_ReturnValue) == 0x0000F9, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_NewValue_1) == 0x0000FA, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetBoolCVar_ReturnValue_1) == 0x0000FB, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetBoolCVar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000FC, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetBattleManager_ReturnValue) == 0x000110, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_IsGradientChargeUnlocked_ReturnValue) == 0x000118, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_IsGradientChargeUnlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Not_PreBool_ReturnValue_4) == 0x000119, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetTargetingManager_ReturnValue_3) == 0x000120, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetTargetingManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetBattleManager_ReturnValue_1) == 0x000128, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetLGUIActor_BattleWheels_ReturnValue) == 0x000130, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetLGUIActor_BattleWheels_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetWheelsContainerWidget_ReturnValue) == 0x000138, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetWheelsContainerWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetItemsPage_Page) == 0x000140, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetItemsPage_Page' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000150, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000158, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000160, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetBattleManager_ReturnValue_2) == 0x000168, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_byte_Variable) == 0x000170, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetLGUIActor_BattleWheels_ReturnValue_1) == 0x000178, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetLGUIActor_BattleWheels_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetActorForwardVector_ReturnValue) == 0x000180, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_NegateVector_ReturnValue) == 0x000198, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Select_Default_1) == 0x0001B0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetPlayerController_ReturnValue) == 0x0001C8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0001D0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001E0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_byte_Variable_1) == 0x0001E8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0001F0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_bool_Variable_2) == 0x0001F9, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Select_Default_2) == 0x0001FA, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001FC, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_struct_Variable) == 0x000210, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000220, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x000230, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetCustomGI_ReturnValue) == 0x000240, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_int_Variable) == 0x000248, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_class_Variable) == 0x000250, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000258, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000268, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_ClassDynamicCast_bSuccess) == 0x000270, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_DebugConstructFromClass_ReturnValue) == 0x000278, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_DebugConstructFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetCustomGI_ReturnValue_1) == 0x000280, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_AsUser_Widget) == 0x000288, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_DynamicCast_bSuccess_2) == 0x000290, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_Loaded) == 0x000298, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x0002A0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_NewValue) == 0x0002B0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetFloatCVar_ReturnValue) == 0x0002B4, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetFloatCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_MapRangeClamped_ReturnValue) == 0x0002B8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0002C0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_BreakVector2D_X) == 0x0002C8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_BreakVector2D_Y) == 0x0002D0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, Temp_bool_Variable_3) == 0x0002D8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0002E0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0002E8, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Select_Default_3) == 0x0002F0, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000300, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_Select_Default_4) == 0x000308, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_MakeVector2D_ReturnValue) == 0x000318, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000328, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, K2Node_CustomEvent_UserConfig) == 0x000330, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::K2Node_CustomEvent_UserConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000338, "Member 'WBP_HUD_BattleScreen_C_ExecuteUbergraph_WBP_HUD_BattleScreen::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container \ +static_assert(alignof(WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container, WBP_HUD_WheelsContainer_0) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_Get_Battle_Wheels_Container::WBP_HUD_WheelsContainer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_GetNextAvailableBossUI \ +static_assert(alignof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_GetNextAvailableBossUI"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI) == 0x000058, "Wrong size on WBP_HUD_BattleScreen_C_GetNextAvailableBossUI"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, InCharacterBattleStats) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::InCharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, BossUI) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::BossUI' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, local_Index) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::local_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000018, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_GetCharacterBattleBase_IsValid) == 0x000020, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_IsLifeLinked_ReturnValue) == 0x000021, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_IsLifeLinked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_IsLifeLinkedMaster_ReturnValue) == 0x000022, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_IsLifeLinkedMaster_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_GetAllEntries_ReturnValue) == 0x000028, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_GetAllEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000040, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, K2Node_DynamicCast_AsWBP_Battle_Boss_Overhead_State) == 0x000048, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::K2Node_DynamicCast_AsWBP_Battle_Boss_Overhead_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_GetNextAvailableBossUI, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_HUD_BattleScreen_C_GetNextAvailableBossUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_OnCharacterTurnStart \ +static_assert(alignof(WBP_HUD_BattleScreen_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_OnCharacterTurnStart"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_OnCharacterTurnStart) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_OnCharacterTurnStart"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnCharacterTurnStart, Character) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_OnCharacterTurnStart::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C \ +static_assert(alignof(WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C, Loaded) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_OnLoaded_78E841414181513F331E47B80E7F176C::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_OnPhotoModeClosed \ +static_assert(alignof(WBP_HUD_BattleScreen_C_OnPhotoModeClosed) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_OnPhotoModeClosed"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_OnPhotoModeClosed) == 0x000010, "Wrong size on WBP_HUD_BattleScreen_C_OnPhotoModeClosed"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnPhotoModeClosed, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_OnPhotoModeClosed::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnPhotoModeClosed, CallFunc_IsPlayingSequence_IsPlaying) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_OnPhotoModeClosed::CallFunc_IsPlayingSequence_IsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged \ +static_assert(alignof(WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged) == 0x000004, "Wrong alignment on WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged) == 0x000004, "Wrong size on WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged, NewValue) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_OnSafeZoneScaleChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_OnSettingsApplied \ +static_assert(alignof(WBP_HUD_BattleScreen_C_OnSettingsApplied) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_OnSettingsApplied"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_OnSettingsApplied) == 0x000008, "Wrong size on WBP_HUD_BattleScreen_C_OnSettingsApplied"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_OnSettingsApplied, UserConfig) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_OnSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_PreConstruct \ +static_assert(alignof(WBP_HUD_BattleScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_BattleScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_BattleScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_RemoveBossUI \ +static_assert(alignof(WBP_HUD_BattleScreen_C_RemoveBossUI) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_RemoveBossUI"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_RemoveBossUI) == 0x000010, "Wrong size on WBP_HUD_BattleScreen_C_RemoveBossUI"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_RemoveBossUI, BossUI) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_RemoveBossUI::BossUI' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_RemoveBossUI, local_Index) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_RemoveBossUI::local_Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_ShowMenuTooltip \ +static_assert(alignof(WBP_HUD_BattleScreen_C_ShowMenuTooltip) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_ShowMenuTooltip"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_ShowMenuTooltip) == 0x000020, "Wrong size on WBP_HUD_BattleScreen_C_ShowMenuTooltip"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ShowMenuTooltip, TooltipName) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_ShowMenuTooltip::TooltipName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ShowMenuTooltip, TooltipDesc) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_ShowMenuTooltip::TooltipDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_ShowTooltip \ +static_assert(alignof(WBP_HUD_BattleScreen_C_ShowTooltip) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_ShowTooltip"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_ShowTooltip) == 0x000018, "Wrong size on WBP_HUD_BattleScreen_C_ShowTooltip"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ShowTooltip, ToolTipText_0) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_ShowTooltip::ToolTipText_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_ShowTooltip, AutoFadeout) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_ShowTooltip::AutoFadeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_UnbindBackButton \ +static_assert(alignof(WBP_HUD_BattleScreen_C_UnbindBackButton) == 0x000004, "Wrong alignment on WBP_HUD_BattleScreen_C_UnbindBackButton"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_UnbindBackButton) == 0x000010, "Wrong size on WBP_HUD_BattleScreen_C_UnbindBackButton"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UnbindBackButton, ClickedEvent) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_UnbindBackButton::ClickedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_BattleScreen_C_UpdateBossUIScale \ +static_assert(alignof(WBP_HUD_BattleScreen_C_UpdateBossUIScale) == 0x000008, "Wrong alignment on WBP_HUD_BattleScreen_C_UpdateBossUIScale"); \ +static_assert(sizeof(WBP_HUD_BattleScreen_C_UpdateBossUIScale) == 0x000068, "Wrong size on WBP_HUD_BattleScreen_C_UpdateBossUIScale"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, local_Index) == 0x000000, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::local_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_int_Variable) == 0x000004, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_real_Variable) == 0x000008, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_real_Variable_1) == 0x000010, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_real_Variable_2) == 0x000018, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_real_Variable_3) == 0x000020, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, Temp_real_Variable_4) == 0x000028, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000030, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000034, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_GetNumEntries_ReturnValue) == 0x000038, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_GetNumEntries_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, K2Node_Select_Default) == 0x000040, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_BattleScreen_C_UpdateBossUIScale, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'WBP_HUD_BattleScreen_C_UpdateBossUIScale::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_BattleScreen_C \ +static_assert(alignof(UWBP_HUD_BattleScreen_C) == 0x000008, "Wrong alignment on UWBP_HUD_BattleScreen_C"); \ +static_assert(sizeof(UWBP_HUD_BattleScreen_C) == 0x0005C0, "Wrong size on UWBP_HUD_BattleScreen_C"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, UberGraphFrame) == 0x000430, "Member 'UWBP_HUD_BattleScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, Anim_VignettingHit) == 0x000438, "Member 'UWBP_HUD_BattleScreen_C::Anim_VignettingHit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, Anim_Panel_Appear) == 0x000440, "Member 'UWBP_HUD_BattleScreen_C::Anim_Panel_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BackgroundBlur_79) == 0x000448, "Member 'UWBP_HUD_BattleScreen_C::BackgroundBlur_79' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BaseGrid) == 0x000450, "Member 'UWBP_HUD_BattleScreen_C::BaseGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BattleWheelTutorialHightlight) == 0x000458, "Member 'UWBP_HUD_BattleScreen_C::BattleWheelTutorialHightlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BG) == 0x000460, "Member 'UWBP_HUD_BattleScreen_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BG_ArtDeco) == 0x000468, "Member 'UWBP_HUD_BattleScreen_C::BG_ArtDeco' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BossOverheadBox) == 0x000470, "Member 'UWBP_HUD_BattleScreen_C::BossOverheadBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, Canvas_UniqueMechanicsContainer) == 0x000478, "Member 'UWBP_HUD_BattleScreen_C::Canvas_UniqueMechanicsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, CanvasPanel_0) == 0x000480, "Member 'UWBP_HUD_BattleScreen_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, CharacterInfoBox) == 0x000488, "Member 'UWBP_HUD_BattleScreen_C::CharacterInfoBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, RedVignetting) == 0x000490, "Member 'UWBP_HUD_BattleScreen_C::RedVignetting' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, SafeZone) == 0x000498, "Member 'UWBP_HUD_BattleScreen_C::SafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_Battle_JumpCounterHint) == 0x0004A0, "Member 'UWBP_HUD_BattleScreen_C::WBP_Battle_JumpCounterHint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_BattleInput_EnemyTurn) == 0x0004A8, "Member 'UWBP_HUD_BattleScreen_C::WBP_BattleInput_EnemyTurn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_BattleInput_PlayerTurn) == 0x0004B0, "Member 'UWBP_HUD_BattleScreen_C::WBP_BattleInput_PlayerTurn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_BattleInput_SelectTarget) == 0x0004B8, "Member 'UWBP_HUD_BattleScreen_C::WBP_BattleInput_SelectTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_CharacterStatusPanel) == 0x0004C0, "Member 'UWBP_HUD_BattleScreen_C::WBP_CharacterStatusPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_DPIScaleBox) == 0x0004C8, "Member 'UWBP_HUD_BattleScreen_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_GradientChargeGauge) == 0x0004D0, "Member 'UWBP_HUD_BattleScreen_C::WBP_GradientChargeGauge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_AimTarget) == 0x0004D8, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_AimTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_BattleActionTooltip) == 0x0004E0, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_BattleActionTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_DamageFeedback) == 0x0004E8, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_DamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_DisplayCharacterPortraits) == 0x0004F0, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_DisplayCharacterPortraits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_DriveG_TimeContainer) == 0x0004F8, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_DriveG_TimeContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_TargetingControls) == 0x000500, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_TargetingControls' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_Perfection_Preview) == 0x000508, "Member 'UWBP_HUD_BattleScreen_C::WBP_Perfection_Preview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_Tooltip_Battle_Small) == 0x000510, "Member 'UWBP_HUD_BattleScreen_C::WBP_Tooltip_Battle_Small' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_Tooltip_BattleScreen) == 0x000518, "Member 'UWBP_HUD_BattleScreen_C::WBP_Tooltip_BattleScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_WidescreenRatioBox) == 0x000520, "Member 'UWBP_HUD_BattleScreen_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WIP_Mode) == 0x000528, "Member 'UWBP_HUD_BattleScreen_C::WIP_Mode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, BattleManagerReference) == 0x000530, "Member 'UWBP_HUD_BattleScreen_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, IsTargeting) == 0x000538, "Member 'UWBP_HUD_BattleScreen_C::IsTargeting' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, IsTooltipVisible) == 0x000539, "Member 'UWBP_HUD_BattleScreen_C::IsTooltipVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, IsInputRegistered) == 0x00053A, "Member 'UWBP_HUD_BattleScreen_C::IsInputRegistered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, IsTargetingRegistered) == 0x00053B, "Member 'UWBP_HUD_BattleScreen_C::IsTargetingRegistered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, SoundEvent_Skill_Target_Ally_Cancel) == 0x000540, "Member 'UWBP_HUD_BattleScreen_C::SoundEvent_Skill_Target_Ally_Cancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, SoundEvent_Skill_Target_Enemy_Cancel) == 0x000550, "Member 'UWBP_HUD_BattleScreen_C::SoundEvent_Skill_Target_Enemy_Cancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, SoundEvent_Item_Target_Ally_Cancel) == 0x000560, "Member 'UWBP_HUD_BattleScreen_C::SoundEvent_Item_Target_Ally_Cancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, SoundEvent_Item_Target_Enemy_Cancel) == 0x000570, "Member 'UWBP_HUD_BattleScreen_C::SoundEvent_Item_Target_Enemy_Cancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, IsLastTurnAlly) == 0x000580, "Member 'UWBP_HUD_BattleScreen_C::IsLastTurnAlly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, LastCurrentCharacter) == 0x000588, "Member 'UWBP_HUD_BattleScreen_C::LastCurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, Timer_TooltipAutoClose) == 0x000590, "Member 'UWBP_HUD_BattleScreen_C::Timer_TooltipAutoClose' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, ThreeDCurve_Transform) == 0x000598, "Member 'UWBP_HUD_BattleScreen_C::ThreeDCurve_Transform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, ThreeDCurve_Shear) == 0x0005A0, "Member 'UWBP_HUD_BattleScreen_C::ThreeDCurve_Shear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_HUD_WheelsContainer) == 0x0005A8, "Member 'UWBP_HUD_BattleScreen_C::WBP_HUD_WheelsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, DEBUG_BattleOverlay) == 0x0005B0, "Member 'UWBP_HUD_BattleScreen_C::DEBUG_BattleOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_BattleScreen_C, WBP_UniqueMechanic_CurrentCharacter) == 0x0005B8, "Member 'UWBP_HUD_BattleScreen_C::WBP_UniqueMechanic_CurrentCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASMBP_BuildingHaussmannE_C \ +static_assert(alignof(ASMBP_BuildingHaussmannE_C) == 0x000008, "Wrong alignment on ASMBP_BuildingHaussmannE_C"); \ +static_assert(sizeof(ASMBP_BuildingHaussmannE_C) == 0x0004A8, "Wrong size on ASMBP_BuildingHaussmannE_C"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh9) == 0x000290, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh8) == 0x000298, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh7) == 0x0002A0, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, Cube_Nanite2) == 0x0002A8, "Member 'ASMBP_BuildingHaussmannE_C::Cube_Nanite2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, Cube_Nanite1) == 0x0002B0, "Member 'ASMBP_BuildingHaussmannE_C::Cube_Nanite1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, Cube_Nanite) == 0x0002B8, "Member 'ASMBP_BuildingHaussmannE_C::Cube_Nanite' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh52) == 0x0002C0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh52' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh51) == 0x0002C8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh51' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh50) == 0x0002D0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh50' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh49) == 0x0002D8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh48) == 0x0002E0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh47) == 0x0002E8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh46) == 0x0002F0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh45) == 0x0002F8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh44) == 0x000300, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh43) == 0x000308, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh42) == 0x000310, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh41) == 0x000318, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh40) == 0x000320, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh39) == 0x000328, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh38) == 0x000330, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh37) == 0x000338, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh36) == 0x000340, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh35) == 0x000348, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh34) == 0x000350, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh33) == 0x000358, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh32) == 0x000360, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh31) == 0x000368, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh30) == 0x000370, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh29) == 0x000378, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh28) == 0x000380, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh27) == 0x000388, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh26) == 0x000390, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh25) == 0x000398, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh24) == 0x0003A0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh23) == 0x0003A8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh22) == 0x0003B0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh21) == 0x0003B8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh20) == 0x0003C0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh19) == 0x0003C8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh18) == 0x0003D0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh17) == 0x0003D8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh16) == 0x0003E0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh15) == 0x0003E8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh14) == 0x0003F0, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh13) == 0x0003F8, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh12) == 0x000400, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh11) == 0x000408, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh10) == 0x000410, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh9) == 0x000418, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh8) == 0x000420, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh7) == 0x000428, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh6) == 0x000430, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh5) == 0x000438, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh4) == 0x000440, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh3) == 0x000448, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh2) == 0x000450, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh1) == 0x000458, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, InstancedStaticMesh) == 0x000460, "Member 'ASMBP_BuildingHaussmannE_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh6) == 0x000468, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh5) == 0x000470, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh4) == 0x000478, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh3) == 0x000480, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh2) == 0x000488, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh1) == 0x000490, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, StaticMesh) == 0x000498, "Member 'ASMBP_BuildingHaussmannE_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannE_C, DefaultSceneRoot) == 0x0004A0, "Member 'ASMBP_BuildingHaussmannE_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuffComponent_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ActivateBuff) == 0x0003D0, "Wrong size on BP_BattleBuffComponent_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, BuffInstance) == 0x000000, "Member 'BP_BattleBuffComponent_C_ActivateBuff::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, SourceCharacter) == 0x000008, "Member 'BP_BattleBuffComponent_C_ActivateBuff::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, BuffInstanceWrapper) == 0x000010, "Member 'BP_BattleBuffComponent_C_ActivateBuff::BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, Success) == 0x000018, "Member 'BP_BattleBuffComponent_C_ActivateBuff::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString) == 0x000020, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000E0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000138, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeArray_Array) == 0x000140, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Format_ReturnValue) == 0x000150, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000161, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000162, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_NameToText_ReturnValue) == 0x000168, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x0001C0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_IsReadyToAddBuffs_ReturnValue) == 0x000218, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_IsReadyToAddBuffs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_BooleanOR_ReturnValue) == 0x000219, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000220, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_5) == 0x000230, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_IsValid_ReturnValue_1) == 0x000278, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeArray_Array_1) == 0x000280, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Format_ReturnValue_1) == 0x000290, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_GetDisplayName_ReturnValue) == 0x0002A0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString_1) == 0x0002B0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_GetGameContentAssetFromCallStackDebugString_DebugString_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002C0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0002D0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002E0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_7) == 0x000328, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, Temp_int_Variable) == 0x000370, "Member 'BP_BattleBuffComponent_C_ActivateBuff::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, K2Node_MakeArray_Array_2) == 0x000378, "Member 'BP_BattleBuffComponent_C_ActivateBuff::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_Format_ReturnValue_2) == 0x000388, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_GetBattleManager_ReturnValue) == 0x000398, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_AppendStack__Content__Result) == 0x0003A0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_AppendStack__Content__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_IsValid_ReturnValue_2) == 0x0003B0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003B1, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_GetJRPGControllerWorld_JRPG_Controller) == 0x0003B8, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_GetJRPGControllerWorld_JRPG_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_SpawnObject_ReturnValue) == 0x0003C0, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ActivateBuff, CallFunc_AddBuff_Added) == 0x0003C8, "Member 'BP_BattleBuffComponent_C_ActivateBuff::CallFunc_AddBuff_Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_AddBuff \ +static_assert(alignof(BP_BattleBuffComponent_C_AddBuff) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_AddBuff"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_AddBuff) == 0x0002F8, "Wrong size on BP_BattleBuffComponent_C_AddBuff"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, BuffInstanceWrapper) == 0x000000, "Member 'BP_BattleBuffComponent_C_AddBuff::BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, Added) == 0x000008, "Member 'BP_BattleBuffComponent_C_AddBuff::Added' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0000F0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000148, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeStruct_FormatArgumentData_3) == 0x000158, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Not_PreBool_ReturnValue) == 0x0001A0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Format_ReturnValue_1) == 0x0001B8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001C8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_BooleanAND_ReturnValue) == 0x0001C9, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0001D0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001E0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001F0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F8, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_MakeArray_Array_2) == 0x000240, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Format_ReturnValue_2) == 0x000250, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_GetOrCreateAggregatorBuff_AggregatorInstance) == 0x000260, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_GetOrCreateAggregatorBuff_AggregatorInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_IsValidClass_ReturnValue) == 0x000268, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, Temp_int_Array_Index_Variable) == 0x00026C, "Member 'BP_BattleBuffComponent_C_AddBuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, K2Node_SwitchEnum_CmpSuccess) == 0x000270, "Member 'BP_BattleBuffComponent_C_AddBuff::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_IsValid_ReturnValue) == 0x000271, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_Add_ReturnValue) == 0x000274, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, Temp_int_Loop_Counter_Variable) == 0x000278, "Member 'BP_BattleBuffComponent_C_AddBuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers) == 0x000280, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Add_IntInt_ReturnValue) == 0x000290, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_Get_Item) == 0x000298, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0002A0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_GetStackCount_StackCount) == 0x0002A4, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Less_IntInt_ReturnValue) == 0x0002A8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002AC, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0002B0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers_1) == 0x0002B8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_BooleanOR_ReturnValue) == 0x0002C8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_IsEmpty_ReturnValue) == 0x0002C9, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_Add_ReturnValue_1) == 0x0002CC, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers_2) == 0x0002D0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_FindExistingSameBuffs_ActiveBuffInstanceWrappers_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_Length_ReturnValue) == 0x0002E0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Array_Get_Item_1) == 0x0002E8, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002F0, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_AddBuff, CallFunc_RemoveBuffWrapper_Success) == 0x0002F1, "Member 'BP_BattleBuffComponent_C_AddBuff::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_CreateBuffStack \ +static_assert(alignof(BP_BattleBuffComponent_C_CreateBuffStack) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_CreateBuffStack"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_CreateBuffStack) == 0x000158, "Wrong size on BP_BattleBuffComponent_C_CreateBuffStack"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, BuffClass) == 0x000000, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, Count) == 0x000008, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, TurnDuration) == 0x00000C, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::TurnDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, SourceCharacter) == 0x000010, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CreatedInstances) == 0x000018, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CreatedInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, local_createdInstances) == 0x000028, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::local_createdInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, Temp_int_Variable) == 0x000038, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_GetClassDisplayName_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B8, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C8, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D0, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_SpawnObject_ReturnValue) == 0x000148, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_CreateBuffStack, CallFunc_ActivateBuff_Success) == 0x000154, "Member 'BP_BattleBuffComponent_C_CreateBuffStack::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_DeactivateOnOwnerKilled \ +static_assert(alignof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_DeactivateOnOwnerKilled"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled) == 0x000050, "Wrong size on BP_BattleBuffComponent_C_DeactivateOnOwnerKilled"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, Temp_wildcard_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_RemoveBuffWrapper_Success) == 0x00002C, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002D, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_IsChildOfClass_ReturnValue) == 0x00002E, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_IsChildOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_ShouldKeepOnDeath_Keep) == 0x00002F, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_ShouldKeepOnDeath_Keep' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Not_PreBool_ReturnValue_1) == 0x000031, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000032, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_Max_ReturnValue) == 0x000044, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_DeactivateOnOwnerKilled, CallFunc_BooleanOR_ReturnValue_1) == 0x000048, "Member 'BP_BattleBuffComponent_C_DeactivateOnOwnerKilled::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent \ +static_assert(alignof(BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent) == 0x000004, "Wrong alignment on BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent) == 0x000004, "Wrong size on BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent, EntryPoint) == 0x000000, "Member 'BP_BattleBuffComponent_C_ExecuteUbergraph_BP_BattleBuffComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_FindActiveBuffsByInstigator \ +static_assert(alignof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_FindActiveBuffsByInstigator"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator) == 0x000088, "Wrong size on BP_BattleBuffComponent_C_FindActiveBuffsByInstigator"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, Instigator) == 0x000000, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, BuffClass) == 0x000008, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, BuffInstances) == 0x000010, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::BuffInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000028, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000048, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_GetInstigatorObject_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_GetInstigatorObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000068, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, Temp_wildcard_Temp_buffer_array_Variable) == 0x000070, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindActiveBuffsByInstigator, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_BattleBuffComponent_C_FindActiveBuffsByInstigator::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_FindExistingSameBuffs \ +static_assert(alignof(BP_BattleBuffComponent_C_FindExistingSameBuffs) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_FindExistingSameBuffs"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_FindExistingSameBuffs) == 0x000048, "Wrong size on BP_BattleBuffComponent_C_FindExistingSameBuffs"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, ActiveBuffInstanceWrappers) == 0x000008, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, FoundBuffs) == 0x000018, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::FoundBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_IsSameBuffFamily_IsSame) == 0x000041, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_IsSameBuffFamily_IsSame' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindExistingSameBuffs, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_BattleBuffComponent_C_FindExistingSameBuffs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_FindWrapper \ +static_assert(alignof(BP_BattleBuffComponent_C_FindWrapper) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_FindWrapper"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_FindWrapper) == 0x000030, "Wrong size on BP_BattleBuffComponent_C_FindWrapper"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_FindWrapper::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, BuffInstanceWrappers) == 0x000008, "Member 'BP_BattleBuffComponent_C_FindWrapper::BuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BattleBuffComponent_C_FindWrapper::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_BattleBuffComponent_C_FindWrapper::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BattleBuffComponent_C_FindWrapper::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleBuffComponent_C_FindWrapper::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_FindWrapper::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_BattleBuffComponent_C_FindWrapper::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_FindWrapper, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00002D, "Member 'BP_BattleBuffComponent_C_FindWrapper::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetActiveBuffCounts \ +static_assert(alignof(BP_BattleBuffComponent_C_GetActiveBuffCounts) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetActiveBuffCounts"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetActiveBuffCounts) == 0x000048, "Wrong size on BP_BattleBuffComponent_C_GetActiveBuffCounts"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, local_count) == 0x00000C, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::local_count' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000010, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_GetStackCount_StackCount) == 0x000034, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffCounts, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_BattleBuffComponent_C_GetActiveBuffCounts::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetActiveBuffsByClass \ +static_assert(alignof(BP_BattleBuffComponent_C_GetActiveBuffsByClass) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetActiveBuffsByClass"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetActiveBuffsByClass) == 0x000058, "Wrong size on BP_BattleBuffComponent_C_GetActiveBuffsByClass"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, BuffClass) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, ActiveBuffInstanceWrappers) == 0x000008, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, local_FoundBuffs) == 0x000018, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::local_FoundBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_GetObjectClass_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetActiveBuffsByClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000054, "Member 'BP_BattleBuffComponent_C_GetActiveBuffsByClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetBuffInstancesByType \ +static_assert(alignof(BP_BattleBuffComponent_C_GetBuffInstancesByType) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetBuffInstancesByType"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetBuffInstancesByType) == 0x000068, "Wrong size on BP_BattleBuffComponent_C_GetBuffInstancesByType"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Type) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Array) == 0x000008, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetBuffInstancesByTypes \ +static_assert(alignof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetBuffInstancesByTypes"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes) == 0x000070, "Wrong size on BP_BattleBuffComponent_C_GetBuffInstancesByTypes"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Type) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Array) == 0x000010, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetBuffInstancesByTypes, CallFunc_Array_Contains_ReturnValue) == 0x000068, "Member 'BP_BattleBuffComponent_C_GetBuffInstancesByTypes::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff \ +static_assert(alignof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff) == 0x000100, "Wrong size on BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, AggregatorBuffClass) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::AggregatorBuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, AggregatorInstance) == 0x000008, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::AggregatorInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, LocalAggregators) == 0x000010, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::LocalAggregators' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_GetStandbyBuffsByClass_StandbyBuffInstanceWrappers) == 0x000020, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_GetStandbyBuffsByClass_StandbyBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_GetClassDisplayName_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base) == 0x0000B8, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_SpawnObject_ReturnValue) == 0x0000F0, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff, CallFunc_ActivateBuff_Success) == 0x0000F8, "Member 'BP_BattleBuffComponent_C_GetOrCreateAggregatorBuff::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetStandbyBuffsByClass \ +static_assert(alignof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetStandbyBuffsByClass"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass) == 0x000058, "Wrong size on BP_BattleBuffComponent_C_GetStandbyBuffsByClass"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, BuffClass) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, StandbyBuffInstanceWrappers) == 0x000008, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::StandbyBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, local_FoundBuffs) == 0x000018, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::local_FoundBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_GetObjectClass_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_ClassIsChildOf_ReturnValue) == 0x000050, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStandbyBuffsByClass, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_BattleBuffComponent_C_GetStandbyBuffsByClass::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_GetStatusEffectBuffInstance \ +static_assert(alignof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_GetStatusEffectBuffInstance"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance) == 0x000058, "Wrong size on BP_BattleBuffComponent_C_GetStatusEffectBuffInstance"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, Array) == 0x000000, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_GetStatusEffectBuffInstance, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'BP_BattleBuffComponent_C_GetStatusEffectBuffInstance::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_HasBuffOfClass \ +static_assert(alignof(BP_BattleBuffComponent_C_HasBuffOfClass) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_HasBuffOfClass"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_HasBuffOfClass) == 0x000018, "Wrong size on BP_BattleBuffComponent_C_HasBuffOfClass"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_HasBuffOfClass, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_HasBuffOfClass::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_HasBuffOfClass, ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_HasBuffOfClass::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_HasBuffOfClass, CallFunc_GetActiveBuffCounts_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffComponent_C_HasBuffOfClass::CallFunc_GetActiveBuffCounts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_HasBuffOfClass, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_HasBuffOfClass::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_Init \ +static_assert(alignof(BP_BattleBuffComponent_C_Init) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_Init"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_Init) == 0x000018, "Wrong size on BP_BattleBuffComponent_C_Init"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_Init, CallFunc_GetOuterObject_ReturnValue) == 0x000000, "Member 'BP_BattleBuffComponent_C_Init::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_Init, K2Node_DynamicCast_AsAC_J_RPG_Character_Battle_Stats) == 0x000008, "Member 'BP_BattleBuffComponent_C_Init::K2Node_DynamicCast_AsAC_J_RPG_Character_Battle_Stats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_Init, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_BattleBuffComponent_C_Init::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_IsReadyToAddBuffs \ +static_assert(alignof(BP_BattleBuffComponent_C_IsReadyToAddBuffs) == 0x000001, "Wrong alignment on BP_BattleBuffComponent_C_IsReadyToAddBuffs"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_IsReadyToAddBuffs) == 0x000003, "Wrong size on BP_BattleBuffComponent_C_IsReadyToAddBuffs"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_IsReadyToAddBuffs, ReturnValue) == 0x000000, "Member 'BP_BattleBuffComponent_C_IsReadyToAddBuffs::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_IsReadyToAddBuffs, CallFunc_IsPreparedForBattle_ReturnValue) == 0x000001, "Member 'BP_BattleBuffComponent_C_IsReadyToAddBuffs::CallFunc_IsPreparedForBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_IsReadyToAddBuffs, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BattleBuffComponent_C_IsReadyToAddBuffs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_On_Perfection_Changed \ +static_assert(alignof(BP_BattleBuffComponent_C_On_Perfection_Changed) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_On_Perfection_Changed"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_On_Perfection_Changed) == 0x000038, "Wrong size on BP_BattleBuffComponent_C_On_Perfection_Changed"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CurrentPerfection) == 0x000000, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CurrentPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, PreviousPerfection) == 0x000004, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::PreviousPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, PerfectionChangeType) == 0x000008, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::PerfectionChangeType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, PerfectionChangeReason) == 0x000009, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::PerfectionChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, FinalPerfection) == 0x00000C, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::FinalPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, Local_Perfection) == 0x000010, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::Local_Perfection' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Perfection_Changed, CallFunc_OnPerfectionChanged_FinalPerfection) == 0x000034, "Member 'BP_BattleBuffComponent_C_On_Perfection_Changed::CallFunc_OnPerfectionChanged_FinalPerfection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_On_Stance_Change \ +static_assert(alignof(BP_BattleBuffComponent_C_On_Stance_Change) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_On_Stance_Change"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_On_Stance_Change) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_On_Stance_Change"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, NewStance) == 0x000000, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::NewStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, previousStance) == 0x000001, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::previousStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, NewStance1) == 0x000002, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::NewStance1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, PreviousStance1) == 0x000003, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::PreviousStance1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, local_previousStance) == 0x000004, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::local_previousStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, local_newStance) == 0x000005, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::local_newStance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000006, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_OnStanceChange_NewStance1) == 0x000021, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_OnStanceChange_NewStance1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_On_Stance_Change, CallFunc_OnStanceChange_PreviousStance1) == 0x000022, "Member 'BP_BattleBuffComponent_C_On_Stance_Change::CallFunc_OnStanceChange_PreviousStance1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnBattleEnded \ +static_assert(alignof(BP_BattleBuffComponent_C_OnBattleEnded) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnBattleEnded"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnBattleEnded) == 0x000038, "Wrong size on BP_BattleBuffComponent_C_OnBattleEnded"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, Temp_wildcard_Variable) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_RemoveBuffWrapper_Success) == 0x00002C, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnBattleEnded, CallFunc_Max_ReturnValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_OnBattleEnded::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnCharacterHealed \ +static_assert(alignof(BP_BattleBuffComponent_C_OnCharacterHealed) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnCharacterHealed"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnCharacterHealed) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_OnCharacterHealed"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, Heal) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::Heal' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterHealed, CallFunc_ProcessHeal_DummyOut) == 0x000021, "Member 'BP_BattleBuffComponent_C_OnCharacterHealed::CallFunc_ProcessHeal_DummyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnCharacterTurnEnd \ +static_assert(alignof(BP_BattleBuffComponent_C_OnCharacterTurnEnd) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnCharacterTurnEnd"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnCharacterTurnEnd) == 0x000070, "Wrong size on BP_BattleBuffComponent_C_OnCharacterTurnEnd"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, local_buffsToRemove) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::local_buffsToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, local_buffIndexesToRemove) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::local_buffIndexesToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_RemoveItem_ReturnValue) == 0x000058, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_HasExpired_HasExpired) == 0x000060, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_HasExpired_HasExpired' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnEnd, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnEnd::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuffComponent_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnCharacterTurnStart) == 0x000020, "Wrong size on BP_BattleBuffComponent_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnCharacterTurnStart, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_BattleBuffComponent_C_OnCharacterTurnStart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnDeathDamagePrevented \ +static_assert(alignof(BP_BattleBuffComponent_C_OnDeathDamagePrevented) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnDeathDamagePrevented"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnDeathDamagePrevented) == 0x000020, "Wrong size on BP_BattleBuffComponent_C_OnDeathDamagePrevented"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnDeathDamagePrevented, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_BattleBuffComponent_C_OnDeathDamagePrevented::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnGradientGaugeChange \ +static_assert(alignof(BP_BattleBuffComponent_C_OnGradientGaugeChange) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnGradientGaugeChange"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnGradientGaugeChange) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_OnGradientGaugeChange"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, GradientChangeEvent) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::GradientChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnGradientGaugeChange, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_OnGradientGaugeChange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_OnOwnerRevived \ +static_assert(alignof(BP_BattleBuffComponent_C_OnOwnerRevived) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_OnOwnerRevived"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_OnOwnerRevived) == 0x000020, "Wrong size on BP_BattleBuffComponent_C_OnOwnerRevived"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_OnOwnerRevived, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BattleBuffComponent_C_OnOwnerRevived::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessAPChange \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessAPChange) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessAPChange"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessAPChange) == 0x000038, "Wrong size on BP_BattleBuffComponent_C_ProcessAPChange"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, NewAP) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::NewAP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, PreviousAP) == 0x000004, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, ChangeReason) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, ProcessedNewAP) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::ProcessedNewAP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, local_currentNewAP) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::local_currentNewAP' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_ProcessAPChange_HasChanged) == 0x000031, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_ProcessAPChange_HasChanged' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChange, CallFunc_ProcessAPChange_ChangedValue) == 0x000034, "Member 'BP_BattleBuffComponent_C_ProcessAPChange::CallFunc_ProcessAPChange_ChangedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessAPChangeEvent \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessAPChangeEvent) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessAPChangeEvent"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessAPChangeEvent) == 0x000018, "Wrong size on BP_BattleBuffComponent_C_ProcessAPChangeEvent"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChangeEvent, APChange) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessAPChangeEvent::APChange' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChangeEvent, CallFunc_GetNewValue_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessAPChangeEvent::CallFunc_GetNewValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChangeEvent, CallFunc_GetChangeReason_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessAPChangeEvent::CallFunc_GetChangeReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChangeEvent, CallFunc_GetPreviousValue_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessAPChangeEvent::CallFunc_GetPreviousValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAPChangeEvent, CallFunc_ProcessAPChange_ProcessedNewAP) == 0x000014, "Member 'BP_BattleBuffComponent_C_ProcessAPChangeEvent::CallFunc_ProcessAPChange_ProcessedNewAP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessAttackElement \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessAttackElement) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessAttackElement"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessAttackElement) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessAttackElement"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessAttackElement, CallFunc_ProcessAttackElement_Out) == 0x000025, "Member 'BP_BattleBuffComponent_C_ProcessAttackElement::CallFunc_ProcessAttackElement_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessBattleStartEvents \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessBattleStartEvents) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessBattleStartEvents"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessBattleStartEvents) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessBattleStartEvents"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, DepsRefCount) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::DepsRefCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessBattleStartEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessBattleStartEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance, CallFunc_ProcessDealtDamageCriticalHitChance_Out) == 0x000025, "Member 'BP_BattleBuffComponent_C_ProcessDealtDamageCriticalHitChance::CallFunc_ProcessDealtDamageCriticalHitChance_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessDealtRawDamages \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessDealtRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessDealtRawDamages"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessDealtRawDamages) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessDealtRawDamages"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessDealtRawDamages, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessDealtRawDamages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessFinalDamages \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessFinalDamages) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessFinalDamages"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessFinalDamages) == 0x000030, "Wrong size on BP_BattleBuffComponent_C_ProcessFinalDamages"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, CurrentDamageValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::CurrentDamageValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessFinalDamages, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_BattleBuffComponent_C_ProcessFinalDamages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessPermeate \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessPermeate) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessPermeate"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessPermeate) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessPermeate"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessPermeate, CallFunc_ProcessPermeateDamage_Out) == 0x000025, "Member 'BP_BattleBuffComponent_C_ProcessPermeate::CallFunc_ProcessPermeateDamage_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessReceivedRawDamages \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessReceivedRawDamages"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_ProcessReceivedRawDamages"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessReceivedRawDamages, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessReceivedRawDamages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_ProcessRemovedBuffs \ +static_assert(alignof(BP_BattleBuffComponent_C_ProcessRemovedBuffs) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_ProcessRemovedBuffs"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_ProcessRemovedBuffs) == 0x000030, "Wrong size on BP_BattleBuffComponent_C_ProcessRemovedBuffs"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_RemoveBuffWrapper_Success) == 0x000018, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_Max_ReturnValue) == 0x000024, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_ProcessRemovedBuffs, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_ProcessRemovedBuffs::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily \ +static_assert(alignof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily) == 0x000028, "Wrong size on BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, BuffFamily) == 0x000000, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::BuffFamily' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily, CallFunc_IsBuffFromFamily_ReturnValue) == 0x000021, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsFromFamily::CallFunc_IsBuffFromFamily_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_RemoveAllBuffsOfType \ +static_assert(alignof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_RemoveAllBuffsOfType"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType) == 0x000060, "Wrong size on BP_BattleBuffComponent_C_RemoveAllBuffsOfType"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, BuffType) == 0x000000, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::BuffType' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, Local_BattleBuffWrapperToDelete) == 0x000008, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::Local_BattleBuffWrapperToDelete' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_RemoveBuffWrapper_Success) == 0x000038, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveAllBuffsOfType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000059, "Member 'BP_BattleBuffComponent_C_RemoveAllBuffsOfType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_RemoveBuffInstance \ +static_assert(alignof(BP_BattleBuffComponent_C_RemoveBuffInstance) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_RemoveBuffInstance"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_RemoveBuffInstance) == 0x000018, "Wrong size on BP_BattleBuffComponent_C_RemoveBuffInstance"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffInstance, BuffInstance) == 0x000000, "Member 'BP_BattleBuffComponent_C_RemoveBuffInstance::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffInstance, CallFunc_FindWrapper_BuffInstanceWrappers) == 0x000008, "Member 'BP_BattleBuffComponent_C_RemoveBuffInstance::CallFunc_FindWrapper_BuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffInstance, CallFunc_RemoveBuffWrapper_Success) == 0x000010, "Member 'BP_BattleBuffComponent_C_RemoveBuffInstance::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_RemoveBuffStacks \ +static_assert(alignof(BP_BattleBuffComponent_C_RemoveBuffStacks) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_RemoveBuffStacks"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_RemoveBuffStacks) == 0x000158, "Wrong size on BP_BattleBuffComponent_C_RemoveBuffStacks"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, Number_of_stacks_to_remove) == 0x000008, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::Number_of_stacks_to_remove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, local_stacksLeftToRemove) == 0x00000C, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::local_stacksLeftToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, FoundBuffs) == 0x000010, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::FoundBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_TryRemoveBuffStacks_ConsumedStacks) == 0x000028, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_TryRemoveBuffStacks_ConsumedStacks' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000078, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000080, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000D0, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffStacks, CallFunc_Format_ReturnValue) == 0x000148, "Member 'BP_BattleBuffComponent_C_RemoveBuffStacks::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_RemoveBuffWrapper \ +static_assert(alignof(BP_BattleBuffComponent_C_RemoveBuffWrapper) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_RemoveBuffWrapper"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_RemoveBuffWrapper) == 0x000010, "Wrong size on BP_BattleBuffComponent_C_RemoveBuffWrapper"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffWrapper, BuffInstanceWrapper) == 0x000000, "Member 'BP_BattleBuffComponent_C_RemoveBuffWrapper::BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffWrapper, Success) == 0x000008, "Member 'BP_BattleBuffComponent_C_RemoveBuffWrapper::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffWrapper, CallFunc_Array_RemoveItem_ReturnValue) == 0x000009, "Member 'BP_BattleBuffComponent_C_RemoveBuffWrapper::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_RemoveBuffWrapper, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'BP_BattleBuffComponent_C_RemoveBuffWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_TryConsumeBuffs \ +static_assert(alignof(BP_BattleBuffComponent_C_TryConsumeBuffs) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_TryConsumeBuffs"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_TryConsumeBuffs) == 0x000310, "Wrong size on BP_BattleBuffComponent_C_TryConsumeBuffs"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, BuffClass) == 0x000000, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::BuffClass' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, MinCount) == 0x000008, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::MinCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, MaxCount) == 0x00000C, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, IgnoreMaxCount) == 0x000010, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::IgnoreMaxCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, Success) == 0x000011, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, ConsumedBuffs) == 0x000014, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::ConsumedBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, Temp_bool_Variable) == 0x000018, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000020, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, Temp_text_Variable) == 0x000030, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, Temp_text_Variable_1) == 0x000048, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, Temp_bool_Variable_1) == 0x000058, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_GetClassDisplayName_ReturnValue) == 0x000060, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_Select_Default) == 0x000080, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000120, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000128, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x0001C0, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D0, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001E0, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_5) == 0x000228, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeArray_Array) == 0x000270, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Format_ReturnValue) == 0x000280, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Max_ReturnValue) == 0x000290, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Min_ReturnValue) == 0x000294, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000298, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_Select_Default_1) == 0x00029C, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x0002A0, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002A8, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, K2Node_MakeArray_Array_1) == 0x0002F0, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryConsumeBuffs, CallFunc_Format_ReturnValue_1) == 0x000300, "Member 'BP_BattleBuffComponent_C_TryConsumeBuffs::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffComponent_C_TryRemoveBuffStacks \ +static_assert(alignof(BP_BattleBuffComponent_C_TryRemoveBuffStacks) == 0x000008, "Wrong alignment on BP_BattleBuffComponent_C_TryRemoveBuffStacks"); \ +static_assert(sizeof(BP_BattleBuffComponent_C_TryRemoveBuffStacks) == 0x0001D0, "Wrong size on BP_BattleBuffComponent_C_TryRemoveBuffStacks"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Buff) == 0x000000, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Buff' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Number_of_stacks_to_remove) == 0x000008, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Number_of_stacks_to_remove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, ConsumedStacks) == 0x00000C, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::ConsumedStacks' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, local_stacksLeftToRemove) == 0x000010, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::local_stacksLeftToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, FoundBuffs) == 0x000018, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::FoundBuffs' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_GetClassDisplayName_ReturnValue) == 0x000078, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000088, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Temp_bool_True_if_break_was_hit_Variable) == 0x00010C, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Not_PreBool_ReturnValue) == 0x00010D, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_BooleanAND_ReturnValue) == 0x000158, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Format_ReturnValue) == 0x000170, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, K2Node_MakeArray_Array_1) == 0x000180, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Temp_wildcard_Variable) == 0x000190, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Format_ReturnValue_1) == 0x000198, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001A8, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, Temp_int_Array_Index_Variable) == 0x0001AC, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Array_Get_Item) == 0x0001B0, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_RemoveBuffWrapper_Success) == 0x0001B8, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_RemoveBuffWrapper_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001B9, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_GetStackCount_StackCount) == 0x0001BC, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0001C0, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001C4, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffComponent_C_TryRemoveBuffStacks, CallFunc_Min_ReturnValue) == 0x0001C8, "Member 'BP_BattleBuffComponent_C_TryRemoveBuffStacks::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuffComponent_C \ +static_assert(alignof(UBP_BattleBuffComponent_C) == 0x000008, "Wrong alignment on UBP_BattleBuffComponent_C"); \ +static_assert(sizeof(UBP_BattleBuffComponent_C) == 0x000060, "Wrong size on UBP_BattleBuffComponent_C"); \ +static_assert(offsetof(UBP_BattleBuffComponent_C, UberGraphFrame) == 0x000028, "Member 'UBP_BattleBuffComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffComponent_C, ActiveBattleBuffs) == 0x000030, "Member 'UBP_BattleBuffComponent_C::ActiveBattleBuffs' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffComponent_C, OwnerAsCharacterStat) == 0x000040, "Member 'UBP_BattleBuffComponent_C::OwnerAsCharacterStat' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffComponent_C, StandbyBattleBuffs) == 0x000048, "Member 'UBP_BattleBuffComponent_C::StandbyBattleBuffs' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffComponent_C, Safeguard_CanAddNonPassiveBuffs) == 0x000058, "Member 'UBP_BattleBuffComponent_C::Safeguard_CanAddNonPassiveBuffs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait) == 0x000510, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, EntryPoint) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_HP) == 0x000028, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_HP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_MaxHP) == 0x00002C, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000038, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetCurrentShieldPoints_ShieldPoints) == 0x000048, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetCurrentShieldPoints_ShieldPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetMaxHP_MaxHP) == 0x000060, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue) == 0x000068, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_NewHP_1) == 0x000070, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_NewHP_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_PreviousHP_1) == 0x000078, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_PreviousHP_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue_1) == 0x000080, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue_2) == 0x000084, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetMaxHP_MaxHP_1) == 0x000088, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetMaxHP_MaxHP_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue_3) == 0x000090, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_PlayAnimation_ReturnValue_1) == 0x000098, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_NewAP) == 0x0000A0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_PreviousAP) == 0x0000A4, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_CharacterStats_1) == 0x0000A8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetMaxAP_MaxMP) == 0x0000B0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetMaxAP_MaxMP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue_4) == 0x0000B8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_FTrunc_ReturnValue_5) == 0x0000BC, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_FTrunc_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000C0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_NewHP) == 0x0000C8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_NewHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_PreviousHP) == 0x0000D0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_PlayAnimation_ReturnValue_3) == 0x0000D8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000E1, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0000E2, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x0000E3, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetMaxHP_MaxHP_2) == 0x0000E8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetMaxHP_MaxHP_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_byte_Variable) == 0x0000F0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000F8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000420, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_byte_Variable_1) == 0x000421, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000428, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000430, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_bool_Variable) == 0x000431, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_PlayAnimation_ReturnValue_4) == 0x000438, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_byte_Variable_2) == 0x000440, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000441, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000448, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetCharacterBattleBase_IsValid) == 0x000450, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_GetComponentsByInterface_ReturnValue) == 0x000458, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_GetComponentsByInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Array_Get_Item) == 0x000468, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_IsValid_ReturnValue) == 0x000470, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_DynamicCast_AsBPI_Unique_Mechanic_Component) == 0x000478, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_DynamicCast_AsBPI_Unique_Mechanic_Component' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_DynamicCast_bSuccess) == 0x000488, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_CreatePortraitWidget_CreatedUserWidget) == 0x000490, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_CreatePortraitWidget_CreatedUserWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_CreatePortraitWidget_SlotIndex) == 0x000498, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_CreatePortraitWidget_SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Array_Length_ReturnValue) == 0x00049C, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Less_IntInt_ReturnValue) == 0x0004A0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_CharacterStats) == 0x0004A8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_LowHealth) == 0x0004B0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_LowHealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_Select_Default) == 0x0004B1, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CreateDelegate_OutputDelegate_1) == 0x0004B4, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_byte_Variable_3) == 0x0004C4, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, Temp_bool_Variable_1) == 0x0004C5, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_CurrentValue) == 0x0004C8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CustomEvent_PreviousValue) == 0x0004CC, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CustomEvent_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_Select_Default_1) == 0x0004D0, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004D4, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, K2Node_MakeArray_Array) == 0x0004E8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Array_Get_Item_1) == 0x0004F8, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_SetContent_ReturnValue) == 0x000500, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_SetContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait, CallFunc_Delay_Duration_ImplicitCast) == 0x000508, "Member 'WBP_HUD_Battle_CharacterPortrait_C_ExecuteUbergraph_WBP_HUD_Battle_CharacterPortrait::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged) == 0x000010, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged, NewAP) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged::NewAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged, PreviousAP) == 0x000004, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged::PreviousAP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged, CharacterStats) == 0x000008, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnAPChanged::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart) == 0x000030, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, Character) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, Temp_bool_Variable) == 0x000008, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, K2Node_Select_Default) == 0x000010, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000028, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnCharacterTurnStart::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged) == 0x000010, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged, NewHP) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged::NewHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged, PreviousHP) == 0x000008, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnHPChanged::PreviousHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle) == 0x000008, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle, CharacterStats) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnReintegratesBattle::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged) == 0x000004, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged) == 0x000008, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged, CurrentValue) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged, PreviousValue) == 0x000004, "Member 'WBP_HUD_Battle_CharacterPortrait_C_OnShieldPointsChanged::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_SetHPValue \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_SetHPValue) == 0x000004, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_SetHPValue"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_SetHPValue) == 0x000008, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_SetHPValue"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetHPValue, HP) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetHPValue::HP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetHPValue, MaxHP) == 0x000004, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetHPValue::MaxHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback) == 0x000001, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback) == 0x000001, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback, LowHealth) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetLowHealthFeedback::LowHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_SetPortrait \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_SetPortrait) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_SetPortrait"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_SetPortrait) == 0x000010, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_SetPortrait"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortrait, NewHP) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortrait::NewHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortrait, PreviousHP) == 0x000008, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortrait::PreviousHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage \ +static_assert(alignof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage) == 0x000008, "Wrong alignment on WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage"); \ +static_assert(sizeof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage) == 0x0003A8, "Wrong size on WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, CallFunc_GetDataTableRowFromName_OutRow) == 0x000000, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000328, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, CallFunc_Conv_NameToText_ReturnValue) == 0x000330, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, K2Node_MakeStruct_FormatArgumentData) == 0x000340, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, K2Node_MakeArray_Array) == 0x000388, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage, CallFunc_Format_ReturnValue) == 0x000398, "Member 'WBP_HUD_Battle_CharacterPortrait_C_SetPortraitImage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_Battle_CharacterPortrait_C \ +static_assert(alignof(UWBP_HUD_Battle_CharacterPortrait_C) == 0x000008, "Wrong alignment on UWBP_HUD_Battle_CharacterPortrait_C"); \ +static_assert(sizeof(UWBP_HUD_Battle_CharacterPortrait_C) == 0x000478, "Wrong size on UWBP_HUD_Battle_CharacterPortrait_C"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Character_Damaged) == 0x0002E8, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Character_Damaged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Character_Dead) == 0x0002F0, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Character_Dead' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Character_Revive) == 0x0002F8, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Character_Revive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Appear_Portrait) == 0x000300, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Appear_Portrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Character_Unselected) == 0x000308, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Character_Unselected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Anim_Character_Selected) == 0x000310, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Anim_Character_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, BattleBuffBox) == 0x000318, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::BattleBuffBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Character_DeathSprite) == 0x000320, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Character_DeathSprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Character_Portrait_Damaged) == 0x000328, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Character_Portrait_Damaged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Character_Portrait_Selected) == 0x000330, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Character_Portrait_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, ForetellSlot) == 0x000338, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::ForetellSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Image_BackgroundFade) == 0x000340, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Image_BackgroundFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Image_LineTop) == 0x000348, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Image_LineTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, Image_LineTop_Damaged) == 0x000350, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::Image_LineTop_Damaged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, OverchargeSlot) == 0x000358, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::OverchargeSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, PerfectionSlot) == 0x000360, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::PerfectionSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, StainsSlot) == 0x000368, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::StainsSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, StanceSlot) == 0x000370, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::StanceSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, StatusEffectsBox) == 0x000378, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::StatusEffectsBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, TransformMask) == 0x000380, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, UniqueMecanic) == 0x000388, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::UniqueMecanic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WBP_CharacterShieldCounter) == 0x000390, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WBP_CharacterShieldCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WBP_HUD_LifeBar) == 0x000398, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WBP_HUD_LifeBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WBP_PassivePopupContainer_C_0) == 0x0003A0, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WBP_PassivePopupContainer_C_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, CharacterBattleStats) == 0x0003A8, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, IsSelected) == 0x0003B0, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::IsSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, HitPortraitDuration) == 0x0003B8, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::HitPortraitDuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, HealthPercentageToDisplayLowHealthPortrait) == 0x0003C0, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::HealthPercentageToDisplayLowHealthPortrait' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WidgetsByBuff_StatModifier) == 0x0003C8, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WidgetsByBuff_StatModifier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WidgetsByBuff_StatusEffects) == 0x000418, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WidgetsByBuff_StatusEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, WBP_UniqueMecanic) == 0x000468, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::WBP_UniqueMecanic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_CharacterPortrait_C, CharacterId) == 0x000470, "Member 'UWBP_HUD_Battle_CharacterPortrait_C::CharacterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility) == 0x000005, "Wrong size on WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility, DesiredVisibility) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility::DesiredVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility, Temp_wildcard_Variable) == 0x000001, "Member 'WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility, CallFunc_GetBoolCVar_ReturnValue) == 0x000002, "Member 'WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000003, "Member 'WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility, CallFunc_ComputeDesiredVisibility_DesiredVisibility) == 0x000004, "Member 'WBP_Battle_CharacterOverheadState_C_ComputeDesiredVisibility::CallFunc_ComputeDesiredVisibility_DesiredVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState) == 0x000020, "Wrong size on WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, EntryPoint) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, Temp_bool_Variable) == 0x000004, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, Temp_byte_Variable) == 0x000005, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, K2Node_CustomEvent_Expanded) == 0x000010, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::K2Node_CustomEvent_Expanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, K2Node_Select_Default) == 0x000011, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_Battle_CharacterOverheadState_C_ExecuteUbergraph_WBP_Battle_CharacterOverheadState::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_GetBattleBuffContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar, HealthBar) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_GetCharacterHealthBar::HealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer, Panel) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_GetExtraIconsContainer::Panel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer) == 0x000008, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer) == 0x000008, "Wrong size on WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer, BattleEffectBox) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_GetStatusEffectContainer::BattleEffectBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_CharacterOverheadState_C_SetExpandedState \ +static_assert(alignof(WBP_Battle_CharacterOverheadState_C_SetExpandedState) == 0x000001, "Wrong alignment on WBP_Battle_CharacterOverheadState_C_SetExpandedState"); \ +static_assert(sizeof(WBP_Battle_CharacterOverheadState_C_SetExpandedState) == 0x000001, "Wrong size on WBP_Battle_CharacterOverheadState_C_SetExpandedState"); \ +static_assert(offsetof(WBP_Battle_CharacterOverheadState_C_SetExpandedState, Expanded) == 0x000000, "Member 'WBP_Battle_CharacterOverheadState_C_SetExpandedState::Expanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Battle_CharacterOverheadState_C \ +static_assert(alignof(UWBP_Battle_CharacterOverheadState_C) == 0x000008, "Wrong alignment on UWBP_Battle_CharacterOverheadState_C"); \ +static_assert(sizeof(UWBP_Battle_CharacterOverheadState_C) == 0x000338, "Wrong size on UWBP_Battle_CharacterOverheadState_C"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, UberGraphFrame_WBP_Battle_CharacterOverheadState_C) == 0x0002F8, "Member 'UWBP_Battle_CharacterOverheadState_C::UberGraphFrame_WBP_Battle_CharacterOverheadState_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, Anim_Expand) == 0x000300, "Member 'UWBP_Battle_CharacterOverheadState_C::Anim_Expand' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, Anim_AppearLife) == 0x000308, "Member 'UWBP_Battle_CharacterOverheadState_C::Anim_AppearLife' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, BattleBuffBox) == 0x000310, "Member 'UWBP_Battle_CharacterOverheadState_C::BattleBuffBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, HorizontalBox_ExtraIcons) == 0x000318, "Member 'UWBP_Battle_CharacterOverheadState_C::HorizontalBox_ExtraIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, StatusEffectsBox) == 0x000320, "Member 'UWBP_Battle_CharacterOverheadState_C::StatusEffectsBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, WBP_HealthBarDecorator_FootCaptureStatus) == 0x000328, "Member 'UWBP_Battle_CharacterOverheadState_C::WBP_HealthBarDecorator_FootCaptureStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_CharacterOverheadState_C, WBP_JRPG_CharacterHealthBar) == 0x000330, "Member 'UWBP_Battle_CharacterOverheadState_C::WBP_JRPG_CharacterHealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool \ +static_assert(alignof(BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool) == 0x000070, "Wrong size on BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool, BattleLinePool) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool::BattleLinePool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool, CharacterStats) == 0x000068, "Member 'BP_BattleLinesModel_Base_C_AddCharacterSpecificPoolToRool::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_AddPoolToRoll \ +static_assert(alignof(BP_BattleLinesModel_Base_C_AddPoolToRoll) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_AddPoolToRoll"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_AddPoolToRoll) == 0x000040, "Wrong size on BP_BattleLinesModel_Base_C_AddPoolToRoll"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddPoolToRoll, BattleLinePool) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_AddPoolToRoll::BattleLinePool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddPoolToRoll, ProbabilityFactor) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_AddPoolToRoll::ProbabilityFactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddPoolToRoll, CallFunc_ModifyPoolProbability_OutPool) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_AddPoolToRoll::CallFunc_ModifyPoolProbability_OutPool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddPoolToRoll, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_BattleLinesModel_Base_C_AddPoolToRoll::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_AddPoolToRoll, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00003C, "Member 'BP_BattleLinesModel_Base_C_AddPoolToRoll::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_EndGatherPools \ +static_assert(alignof(BP_BattleLinesModel_Base_C_EndGatherPools) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_EndGatherPools"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_EndGatherPools) == 0x000090, "Wrong size on BP_BattleLinesModel_Base_C_EndGatherPools"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, PoolCandidates) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::PoolCandidates' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, Temp_wildcard_Temp_buffer_array_Variable) == 0x000030, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, K2Node_MakeStruct_S_BattleLinePoolCandidate) == 0x000060, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::K2Node_MakeStruct_S_BattleLinePoolCandidate' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_EndGatherPools, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'BP_BattleLinesModel_Base_C_EndGatherPools::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates \ +static_assert(alignof(BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates) == 0x000010, "Wrong size on BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates, ReturnValue) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_GetGatheredPoolCandidates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_GetOwnerCharacterStats \ +static_assert(alignof(BP_BattleLinesModel_Base_C_GetOwnerCharacterStats) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_GetOwnerCharacterStats"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_GetOwnerCharacterStats) == 0x000008, "Wrong size on BP_BattleLinesModel_Base_C_GetOwnerCharacterStats"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_GetOwnerCharacterStats, OwnerCharacterStats_0) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_GetOwnerCharacterStats::OwnerCharacterStats_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_GetSettings \ +static_assert(alignof(BP_BattleLinesModel_Base_C_GetSettings) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_GetSettings"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_GetSettings) == 0x000018, "Wrong size on BP_BattleLinesModel_Base_C_GetSettings"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_GetSettings, Settings) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_GetSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_GetSettings, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_GetSettings::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_GetSettings, CallFunc_GetBattleLineSettings_Settings) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_GetSettings::CallFunc_GetBattleLineSettings_Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_DeathOtherChar \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_DeathOtherChar"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar) == 0x000020, "Wrong size on BP_BattleLinesModel_Base_C_Match_DeathOtherChar"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, Gatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, LethalDamages) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::LethalDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_GetTargetCharacter_NewParam) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_GetTeam_Team) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_EqualsObjects_ReturnValue) == 0x000019, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_TryRegisterPerCharacterPool_Rolled) == 0x00001B, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_TryRegisterPerCharacterPool_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_DeathOtherChar, CallFunc_IsInTeam_ReturnValue) == 0x00001C, "Member 'BP_BattleLinesModel_Base_C_Match_DeathOtherChar::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_HealEvent \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_HealEvent) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_HealEvent"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_HealEvent) == 0x000030, "Wrong size on BP_BattleLinesModel_Base_C_Match_HealEvent"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, BattleLineGatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::BattleLineGatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, HealEvent) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::HealEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_GetTeam_Team) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_GetSettings_Settings) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_GetSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_GetSettings_Settings_1) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_GetSettings_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_EqualsObjects_ReturnValue) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_IsInTeam_ReturnValue) == 0x000029, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_TryRegisterPool_Rolled) == 0x00002A, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_TryRegisterPool_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_TryRegisterPerCharacterPool_Rolled) == 0x00002B, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_TryRegisterPerCharacterPool_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_HealEvent, CallFunc_EqualsObjects_ReturnValue_1) == 0x00002C, "Member 'BP_BattleLinesModel_Base_C_Match_HealEvent::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_RevivedByAlly \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_RevivedByAlly"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly) == 0x000020, "Wrong size on BP_BattleLinesModel_Base_C_Match_RevivedByAlly"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly, Gatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_RevivedByAlly::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly, SourceCharacter) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_RevivedByAlly::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly, CallFunc_GetSettings_Settings) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_RevivedByAlly::CallFunc_GetSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivedByAlly, CallFunc_TryRegisterPool_Rolled) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_RevivedByAlly::CallFunc_TryRegisterPool_Rolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_RevivingAlly \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_RevivingAlly) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_RevivingAlly"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_RevivingAlly) == 0x000020, "Wrong size on BP_BattleLinesModel_Base_C_Match_RevivingAlly"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivingAlly, Gatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_RevivingAlly::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivingAlly, RevivedCharacter) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_RevivingAlly::RevivedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivingAlly, CallFunc_GetSettings_Settings) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_RevivingAlly::CallFunc_GetSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_RevivingAlly, CallFunc_TryRegisterPool_Rolled) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_RevivingAlly::CallFunc_TryRegisterPool_Rolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_TargetAcquired \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_TargetAcquired) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_TargetAcquired"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_TargetAcquired) == 0x000040, "Wrong size on BP_BattleLinesModel_Base_C_Match_TargetAcquired"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, Gatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, AcquiringCharacter) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::AcquiringCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, AcquiredCharacter) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::AcquiredCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_IsInTeam_ReturnValue) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_IsInTeam_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_GetSettings_Settings) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_GetSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_EqualsObjects_ReturnValue) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_GetSettings_Settings_1) == 0x000030, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_GetSettings_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_TryRegisterPerCharacterPool_Rolled) == 0x000038, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_TryRegisterPerCharacterPool_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TargetAcquired, CallFunc_TryRegisterPool_Rolled) == 0x000039, "Member 'BP_BattleLinesModel_Base_C_Match_TargetAcquired::CallFunc_TryRegisterPool_Rolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_TurnStartSelf \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_TurnStartSelf"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf) == 0x000040, "Wrong size on BP_BattleLinesModel_Base_C_Match_TurnStartSelf"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, Gatherer) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GetSettings_Settings) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GetSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GetSettings_Settings_1) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GetSettings_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GetSettings_Settings_2) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GetSettings_Settings_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_TryRegisterPool_Rolled) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_TryRegisterPool_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000029, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_TryRegisterPool_Rolled_1) == 0x00002A, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_TryRegisterPool_Rolled_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GetCurrentAPPercentage01_Percent01) == 0x000030, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GetCurrentAPPercentage01_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf, CallFunc_TryRegisterPool_Rolled_2) == 0x000039, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf::CallFunc_TryRegisterPool_Rolled_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD \ +static_assert(alignof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD) == 0x000020, "Wrong size on BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD, CallFunc_GetCurrentHPPercentage_Percent01) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD::CallFunc_GetCurrentHPPercentage_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD, CallFunc_GetCurrentAPPercentage01_Percent01) == 0x000010, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD::CallFunc_GetCurrentAPPercentage01_Percent01' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_Match_TurnStartSelf_OLD::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll \ +static_assert(alignof(BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll) == 0x000020, "Wrong size on BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll, DamageObject) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll::DamageObject' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll, MatchingBattleLinePool) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_MatchDamageReceivedByAll::MatchingBattleLinePool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_ModifyPoolProbability \ +static_assert(alignof(BP_BattleLinesModel_Base_C_ModifyPoolProbability) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_ModifyPoolProbability"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_ModifyPoolProbability) == 0x000058, "Wrong size on BP_BattleLinesModel_Base_C_ModifyPoolProbability"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_ModifyPoolProbability, InPool) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_ModifyPoolProbability::InPool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_ModifyPoolProbability, ProbabilityFactor) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_ModifyPoolProbability::ProbabilityFactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_ModifyPoolProbability, OutPool) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_ModifyPoolProbability::OutPool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_ModifyPoolProbability, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_BattleLinesModel_Base_C_ModifyPoolProbability::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_ModifyPoolProbability, K2Node_MakeStruct_S_BattleLinePool) == 0x000040, "Member 'BP_BattleLinesModel_Base_C_ModifyPoolProbability::K2Node_MakeStruct_S_BattleLinePool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD \ +static_assert(alignof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD) == 0x000030, "Wrong size on BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD, Event) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD, Rolled) == 0x000018, "Member 'BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD::Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD, local_roll) == 0x000019, "Member 'BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_TryRegisterEvent_OLD::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLinesModel_Base_C_TryRegisterPool \ +static_assert(alignof(BP_BattleLinesModel_Base_C_TryRegisterPool) == 0x000008, "Wrong alignment on BP_BattleLinesModel_Base_C_TryRegisterPool"); \ +static_assert(sizeof(BP_BattleLinesModel_Base_C_TryRegisterPool) == 0x000048, "Wrong size on BP_BattleLinesModel_Base_C_TryRegisterPool"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, Event) == 0x000000, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, Pool) == 0x000008, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::Pool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, ChancePercent) == 0x000020, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::ChancePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, Rolled) == 0x000028, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, local_roll) == 0x000029, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLinesModel_Base_C_TryRegisterPool, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_BattleLinesModel_Base_C_TryRegisterPool::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleLinesModel_Base_C \ +static_assert(alignof(UBP_BattleLinesModel_Base_C) == 0x000008, "Wrong alignment on UBP_BattleLinesModel_Base_C"); \ +static_assert(sizeof(UBP_BattleLinesModel_Base_C) == 0x0004C0, "Wrong size on UBP_BattleLinesModel_Base_C"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, TurnStart_LowLife) == 0x000028, "Member 'UBP_BattleLinesModel_Base_C::TurnStart_LowLife' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, TurnStart_FullAP) == 0x000040, "Member 'UBP_BattleLinesModel_Base_C::TurnStart_FullAP' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, TurnStart_Normal) == 0x000058, "Member 'UBP_BattleLinesModel_Base_C::TurnStart_Normal' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, TurnStart_FullOvercharge) == 0x000070, "Member 'UBP_BattleLinesModel_Base_C::TurnStart_FullOvercharge' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, FreeAim_Active) == 0x000088, "Member 'UBP_BattleLinesModel_Base_C::FreeAim_Active' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, FreeAim_HitWeakspot) == 0x0000A0, "Member 'UBP_BattleLinesModel_Base_C::FreeAim_HitWeakspot' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, KillsEnemy) == 0x0000B8, "Member 'UBP_BattleLinesModel_Base_C::KillsEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, SelfTargetedByEnemy) == 0x0000D0, "Member 'UBP_BattleLinesModel_Base_C::SelfTargetedByEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, AllyTargetedByEnemy) == 0x0000E8, "Member 'UBP_BattleLinesModel_Base_C::AllyTargetedByEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, EnemyPowerfullAttackIncoming) == 0x000150, "Member 'UBP_BattleLinesModel_Base_C::EnemyPowerfullAttackIncoming' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, EnemyBlocks) == 0x000168, "Member 'UBP_BattleLinesModel_Base_C::EnemyBlocks' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, ReceiveBuff_Self) == 0x000180, "Member 'UBP_BattleLinesModel_Base_C::ReceiveBuff_Self' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, HealsSelf) == 0x000198, "Member 'UBP_BattleLinesModel_Base_C::HealsSelf' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, Thanks_SpecificAlly) == 0x0001B0, "Member 'UBP_BattleLinesModel_Base_C::Thanks_SpecificAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, UseItem) == 0x000218, "Member 'UBP_BattleLinesModel_Base_C::UseItem' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, InsufficientItems) == 0x000230, "Member 'UBP_BattleLinesModel_Base_C::InsufficientItems' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, InsufficientAP) == 0x000248, "Member 'UBP_BattleLinesModel_Base_C::InsufficientAP' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, FailQTE) == 0x000260, "Member 'UBP_BattleLinesModel_Base_C::FailQTE' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, HealsOtherAlly) == 0x000278, "Member 'UBP_BattleLinesModel_Base_C::HealsOtherAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, RevivedByAlly) == 0x0002E0, "Member 'UBP_BattleLinesModel_Base_C::RevivedByAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, RevivingOtherAlly) == 0x0002F8, "Member 'UBP_BattleLinesModel_Base_C::RevivingOtherAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, OtherAllyHealedByOther) == 0x000310, "Member 'UBP_BattleLinesModel_Base_C::OtherAllyHealedByOther' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, Death_OtherAlly) == 0x000378, "Member 'UBP_BattleLinesModel_Base_C::Death_OtherAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, Death_AnyAlly) == 0x0003E0, "Member 'UBP_BattleLinesModel_Base_C::Death_AnyAlly' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, Dodge) == 0x0003F8, "Member 'UBP_BattleLinesModel_Base_C::Dodge' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, Counter) == 0x000410, "Member 'UBP_BattleLinesModel_Base_C::Counter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, GradientCounter) == 0x000428, "Member 'UBP_BattleLinesModel_Base_C::GradientCounter' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, BattleWon) == 0x000440, "Member 'UBP_BattleLinesModel_Base_C::BattleWon' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, CurseWords) == 0x000458, "Member 'UBP_BattleLinesModel_Base_C::CurseWords' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, OwnerCharacterStats) == 0x000470, "Member 'UBP_BattleLinesModel_Base_C::OwnerCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, CurrentValidPools) == 0x000478, "Member 'UBP_BattleLinesModel_Base_C::CurrentValidPools' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, IsGathering) == 0x000488, "Member 'UBP_BattleLinesModel_Base_C::IsGathering' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, CounterEnemy) == 0x000490, "Member 'UBP_BattleLinesModel_Base_C::CounterEnemy' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLinesModel_Base_C, GradientCounterEnemy) == 0x0004A8, "Member 'UBP_BattleLinesModel_Base_C::GradientCounterEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_AnimationProfile_Skins \ +static_assert(alignof(FS_AnimationProfile_Skins) == 0x000008, "Wrong alignment on FS_AnimationProfile_Skins"); \ +static_assert(sizeof(FS_AnimationProfile_Skins) == 0x000040, "Wrong size on FS_AnimationProfile_Skins"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, IdleList_5_BB99C1CA49757756F20EF182978D3272) == 0x000000, "Member 'FS_AnimationProfile_Skins::IdleList_5_BB99C1CA49757756F20EF182978D3272' has a wrong offset!"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, IdleBreakList_8_0DB900DC4A61F90DB83DFDB3A9A5ECFE) == 0x000010, "Member 'FS_AnimationProfile_Skins::IdleBreakList_8_0DB900DC4A61F90DB83DFDB3A9A5ECFE' has a wrong offset!"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, WalkRunBlendspace_12_DF7E483E4DB87A4439B4B7AC8EBA3A95) == 0x000020, "Member 'FS_AnimationProfile_Skins::WalkRunBlendspace_12_DF7E483E4DB87A4439B4B7AC8EBA3A95' has a wrong offset!"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, SprintAnim_15_353467EA494719D613E1619DEAD60B67) == 0x000028, "Member 'FS_AnimationProfile_Skins::SprintAnim_15_353467EA494719D613E1619DEAD60B67' has a wrong offset!"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, SprintStartAnim_18_D0B16C1041B551A0E56F4C887A357538) == 0x000030, "Member 'FS_AnimationProfile_Skins::SprintStartAnim_18_D0B16C1041B551A0E56F4C887A357538' has a wrong offset!"); \ +static_assert(offsetof(FS_AnimationProfile_Skins, DialogueABP_21_B600531F4D184EBA959DD896567615E5) == 0x000038, "Member 'FS_AnimationProfile_Skins::DialogueABP_21_B600531F4D184EBA959DD896567615E5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Shard_C_GetShardUpgradeCost \ +static_assert(alignof(BP_DataAsset_Item_Shard_C_GetShardUpgradeCost) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Shard_C_GetShardUpgradeCost"); \ +static_assert(sizeof(BP_DataAsset_Item_Shard_C_GetShardUpgradeCost) == 0x000038, "Wrong size on BP_DataAsset_Item_Shard_C_GetShardUpgradeCost"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetShardUpgradeCost, RequiredItems) == 0x000000, "Member 'BP_DataAsset_Item_Shard_C_GetShardUpgradeCost::RequiredItems' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetShardUpgradeCost, K2Node_MakeStruct_S_ItemQuantity) == 0x000010, "Member 'BP_DataAsset_Item_Shard_C_GetShardUpgradeCost::K2Node_MakeStruct_S_ItemQuantity' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetShardUpgradeCost, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_DataAsset_Item_Shard_C_GetShardUpgradeCost::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Shard_C_GetConsumablesList \ +static_assert(alignof(BP_DataAsset_Item_Shard_C_GetConsumablesList) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Shard_C_GetConsumablesList"); \ +static_assert(sizeof(BP_DataAsset_Item_Shard_C_GetConsumablesList) == 0x000010, "Wrong size on BP_DataAsset_Item_Shard_C_GetConsumablesList"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetConsumablesList, ConsumableItemPerLevel_0) == 0x000000, "Member 'BP_DataAsset_Item_Shard_C_GetConsumablesList::ConsumableItemPerLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow \ +static_assert(alignof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow"); \ +static_assert(sizeof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow) == 0x000108, "Wrong size on BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, UpgradeLevel) == 0x000000, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::UpgradeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, ReturnValue) == 0x000008, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000E0, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'BP_DataAsset_Item_Shard_C_GetUpgradeLevelConsumableRow::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_Shard_C_OnAddedToInventory \ +static_assert(alignof(BP_DataAsset_Item_Shard_C_OnAddedToInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_Shard_C_OnAddedToInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_Shard_C_OnAddedToInventory) == 0x0001E8, "Wrong size on BP_DataAsset_Item_Shard_C_OnAddedToInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, InventoryManager) == 0x000000, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, ItemId) == 0x000008, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, LootContext) == 0x000010, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, GeneratedItem) == 0x000018, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_GetItemDefinitionFromID_Found) == 0x000020, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_GetItemDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_GetItemDefinitionFromID_ReturnValue) == 0x000028, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_GetItemDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000158, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, K2Node_MakeStruct_FormatArgumentData) == 0x000168, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Not_PreBool_ReturnValue) == 0x0001B0, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, K2Node_MakeArray_Array) == 0x0001B8, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_CanAutoEquipConsumableShard_ReturnValue) == 0x0001C8, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_CanAutoEquipConsumableShard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Array_Contains_ReturnValue) == 0x0001E0, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_NotEqual_NameName_ReturnValue) == 0x0001E1, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001E2, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_BooleanAND_ReturnValue) == 0x0001E3, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_Shard_C_OnAddedToInventory, CallFunc_Array_Add_ReturnValue) == 0x0001E4, "Member 'BP_DataAsset_Item_Shard_C_OnAddedToInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_Shard_C \ +static_assert(alignof(UBP_DataAsset_Item_Shard_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_Shard_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_Shard_C) == 0x000060, "Wrong size on UBP_DataAsset_Item_Shard_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_Shard_C, BaseConsumableItemType) == 0x000030, "Member 'UBP_DataAsset_Item_Shard_C::BaseConsumableItemType' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Shard_C, ConsumableItemPerLevel) == 0x000040, "Member 'UBP_DataAsset_Item_Shard_C::ConsumableItemPerLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_Shard_C, UpgradeItemRow) == 0x000050, "Member 'UBP_DataAsset_Item_Shard_C::UpgradeItemRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LGUI_BattleWheelRoot_C \ +static_assert(alignof(UWBP_LGUI_BattleWheelRoot_C) == 0x000008, "Wrong alignment on UWBP_LGUI_BattleWheelRoot_C"); \ +static_assert(sizeof(UWBP_LGUI_BattleWheelRoot_C) == 0x0002F0, "Wrong size on UWBP_LGUI_BattleWheelRoot_C"); \ +static_assert(offsetof(UWBP_LGUI_BattleWheelRoot_C, RetainerBox_19) == 0x0002E0, "Member 'UWBP_LGUI_BattleWheelRoot_C::RetainerBox_19' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LGUI_BattleWheelRoot_C, WBP_HUD_WheelsContainer) == 0x0002E8, "Member 'UWBP_LGUI_BattleWheelRoot_C::WBP_HUD_WheelsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_GetItemsPage \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_GetItemsPage) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_GetItemsPage"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_GetItemsPage) == 0x000010, "Wrong size on WBP_HUD_WheelsContainer_C_GetItemsPage"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetItemsPage, Page) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_GetItemsPage::Page' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_FindActiveWheelTag \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_FindActiveWheelTag"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag) == 0x0000B8, "Wrong size on WBP_HUD_WheelsContainer_C_FindActiveWheelTag"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, GameplayTag) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000018, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, K2Node_MakeMap_Map) == 0x000020, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Array_Get_Item) == 0x000084, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Map_Find_Value) == 0x000090, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Map_Find_ReturnValue) == 0x0000A0, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x0000A8, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_FindActiveWheelTag, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_WheelsContainer_C_FindActiveWheelTag::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject) == 0x000010, "Wrong size on WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject, ReturnValue) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_GetActiveWheelAsObject::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_GetActiveWheel \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_GetActiveWheel) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_GetActiveWheel"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_GetActiveWheel) == 0x000010, "Wrong size on WBP_HUD_WheelsContainer_C_GetActiveWheel"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetActiveWheel, ReturnValue) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_GetActiveWheel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_GetVirtualTreeParent \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_GetVirtualTreeParent) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_GetVirtualTreeParent"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_GetVirtualTreeParent) == 0x000010, "Wrong size on WBP_HUD_WheelsContainer_C_GetVirtualTreeParent"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetVirtualTreeParent, ReturnValue) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_GetVirtualTreeParent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetVirtualTreeParent, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_GetVirtualTreeParent::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents) == 0x000038, "Wrong size on WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents, SkillWheelWidget) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents::SkillWheelWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_HUD_WheelsContainer_C_RegisterSkillWheelEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_GetSkillWheel \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_GetSkillWheel) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_GetSkillWheel"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_GetSkillWheel) == 0x000008, "Wrong size on WBP_HUD_WheelsContainer_C_GetSkillWheel"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_GetSkillWheel, SkillWheel) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_GetSkillWheel::SkillWheel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel) == 0x000004, "Wrong alignment on WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel) == 0x000008, "Wrong size on WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel, SecondaryAction) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_TriggerSkillFromWheel::SecondaryAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_UpdateItemsWheel \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_UpdateItemsWheel) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_UpdateItemsWheel"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_UpdateItemsWheel) == 0x000018, "Wrong size on WBP_HUD_WheelsContainer_C_UpdateItemsWheel"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateItemsWheel, CallFunc_GetBattleManager_ReturnValue) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_UpdateItemsWheel::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateItemsWheel, CallFunc_GetBattleItemSkills_ItemSkills) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_UpdateItemsWheel::CallFunc_GetBattleItemSkills_ItemSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels) == 0x000068, "Wrong size on WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, local_ChunkSize) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::local_ChunkSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, Temp_wildcard_Temp_buffer_array_Variable) == 0x000028, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_GetSkillWheel_SkillWheel) == 0x000038, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_GetSkillWheel_SkillWheel' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_GetEquippedCharacterSkills_EquippedSkills) == 0x000040, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_GetEquippedCharacterSkills_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000061, "Member 'WBP_HUD_WheelsContainer_C_UpdateCharacterSkillWheels::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_ChangeWheelPage \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_ChangeWheelPage) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_ChangeWheelPage"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_ChangeWheelPage) == 0x000010, "Wrong size on WBP_HUD_WheelsContainer_C_ChangeWheelPage"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ChangeWheelPage, IWheelPage) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_ChangeWheelPage::IWheelPage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_OnPlayerTurnStart \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_OnPlayerTurnStart) == 0x000001, "Wrong alignment on WBP_HUD_WheelsContainer_C_OnPlayerTurnStart"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_OnPlayerTurnStart) == 0x000001, "Wrong size on WBP_HUD_WheelsContainer_C_OnPlayerTurnStart"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_OnPlayerTurnStart, HasChanged) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_OnPlayerTurnStart::HasChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied) == 0x000001, "Wrong alignment on WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied) == 0x000001, "Wrong size on WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied, Reason) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_OnWheelChoiceDenied::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_OnSkillChosenFromList \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_OnSkillChosenFromList) == 0x000004, "Wrong alignment on WBP_HUD_WheelsContainer_C_OnSkillChosenFromList"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_OnSkillChosenFromList) == 0x000008, "Wrong size on WBP_HUD_WheelsContainer_C_OnSkillChosenFromList"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_OnSkillChosenFromList, SkillID) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_OnSkillChosenFromList::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature) == 0x000004, "Wrong size on WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature, ButtonIndex) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_BattleWheel_Action_K2Node_ComponentBoundEvent_10_OnButtonClicked__DelegateSignature::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature, SkillID) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_BndEvt__WBP_HUD_WheelsContainer_WBP_HUD_SkillWheel_Items_K2Node_ComponentBoundEvent_12_OnSkillChosen__DelegateSignature::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer \ +static_assert(alignof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer) == 0x000008, "Wrong alignment on WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer"); \ +static_assert(sizeof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer) == 0x000358, "Wrong size on WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, EntryPoint) == 0x000000, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_CustomEvent_IWheelPage) == 0x000008, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_CustomEvent_IWheelPage' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000018, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_InterfaceToObject_ReturnValue_1) == 0x000020, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_InterfaceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_InterfaceToObject_ReturnValue_2) == 0x000028, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_InterfaceToObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000030, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetCurrentBattleTurnState_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetCurrentBattleTurnState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B1, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B2, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_CustomEvent_HasChanged) == 0x0000B3, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_CustomEvent_HasChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_CustomEvent_Reason) == 0x0000B4, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_IsShowingTooltip_IsShowingTooltip) == 0x0000B5, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_IsShowingTooltip_IsShowingTooltip' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_InterfaceToObject_ReturnValue_3) == 0x0000D0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_InterfaceToObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_DynamicCast_AsUser_Widget) == 0x0000E0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_InterfaceToObject_ReturnValue_4) == 0x0000F0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_InterfaceToObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000F9, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetSkillWheel_SkillWheel) == 0x000100, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetSkillWheel_SkillWheel' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_CustomEvent_SkillID) == 0x000108, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_CustomEvent_SkillID' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ChangeWheelPage_IWheelPage_CastInput) == 0x000110, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ChangeWheelPage_IWheelPage_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetSkillWheel_SkillWheel_1) == 0x000120, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetSkillWheel_SkillWheel_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ChangeWheelPage_IWheelPage_CastInput_1) == 0x000128, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ChangeWheelPage_IWheelPage_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_ComponentBoundEvent_ButtonIndex) == 0x000138, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ChangeWheelPage_IWheelPage_CastInput_2) == 0x000140, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ChangeWheelPage_IWheelPage_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000150, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_SwitchInteger_CmpSuccess) == 0x000158, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000160, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetBattleManager_ReturnValue) == 0x0001A8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Format_ReturnValue_1) == 0x0001C0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001D0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetActorUpVector_ReturnValue) == 0x0001E8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetActorRightVector_ReturnValue) == 0x000200, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000218, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000230, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000248, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Add_VectorVector_ReturnValue) == 0x000260, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000278, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000280, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetCameraLocation_ReturnValue) == 0x000298, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002B0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_MakeRotFromX_ReturnValue) == 0x0002C8, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ChangeWheelPage_IWheelPage_CastInput_3) == 0x0002E0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ChangeWheelPage_IWheelPage_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ComposeRotators_ReturnValue) == 0x0002F0, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ComposeRotators_ReturnValue_1) == 0x000308, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000320, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills) == 0x000328, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetEquippedCharacterGradientAttacks_EquippedSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_GetBattleManager_ReturnValue_1) == 0x000338, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, CallFunc_ChangeWheelPage_IWheelPage_CastInput_4) == 0x000340, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::CallFunc_ChangeWheelPage_IWheelPage_CastInput_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer, K2Node_ComponentBoundEvent_SkillID) == 0x000350, "Member 'WBP_HUD_WheelsContainer_C_ExecuteUbergraph_WBP_HUD_WheelsContainer::K2Node_ComponentBoundEvent_SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_WheelsContainer_C \ +static_assert(alignof(UWBP_HUD_WheelsContainer_C) == 0x000008, "Wrong alignment on UWBP_HUD_WheelsContainer_C"); \ +static_assert(sizeof(UWBP_HUD_WheelsContainer_C) == 0x000520, "Wrong size on UWBP_HUD_WheelsContainer_C"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, UberGraphFrame) == 0x000430, "Member 'UWBP_HUD_WheelsContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, WBP_BattleWheel_Action) == 0x000438, "Member 'UWBP_HUD_WheelsContainer_C::WBP_BattleWheel_Action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, WBP_HUD_SkillWheel_GradientAttacks) == 0x000440, "Member 'UWBP_HUD_WheelsContainer_C::WBP_HUD_SkillWheel_GradientAttacks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, WBP_HUD_SkillWheel_Items) == 0x000448, "Member 'UWBP_HUD_WheelsContainer_C::WBP_HUD_SkillWheel_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, WBP_HUD_SkillWheel_Skills) == 0x000450, "Member 'UWBP_HUD_WheelsContainer_C::WBP_HUD_SkillWheel_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, BattleManagerReference) == 0x000458, "Member 'UWBP_HUD_WheelsContainer_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, Sliced_Array) == 0x000460, "Member 'UWBP_HUD_WheelsContainer_C::Sliced_Array' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, IActiveWheel) == 0x000470, "Member 'UWBP_HUD_WheelsContainer_C::IActiveWheel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, ILastValidWheel) == 0x000480, "Member 'UWBP_HUD_WheelsContainer_C::ILastValidWheel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_Skills_Open) == 0x000490, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_Skills_Open' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_Skills_NextPage) == 0x0004A0, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_Skills_NextPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_Skills_PreviousPage) == 0x0004B0, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_Skills_PreviousPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_Items_Open) == 0x0004C0, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_Items_Open' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SkillWheelWidgetRef_Primary) == 0x0004D0, "Member 'UWBP_HUD_WheelsContainer_C::SkillWheelWidgetRef_Primary' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SkillWheelWidgetRef_Gradient) == 0x0004D8, "Member 'UWBP_HUD_WheelsContainer_C::SkillWheelWidgetRef_Gradient' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_Items_Close) == 0x0004E0, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_Items_Close' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, Sound_Event_Battle_FreeAimStart) == 0x0004F0, "Member 'UWBP_HUD_WheelsContainer_C::Sound_Event_Battle_FreeAimStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, OnPageChanged) == 0x000500, "Member 'UWBP_HUD_WheelsContainer_C::OnPageChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_WheelsContainer_C, SoundEvent_GradientAttack_Open) == 0x000510, "Member 'UWBP_HUD_WheelsContainer_C::SoundEvent_GradientAttack_Open' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_ButtonBinding_ToggleColumn_K2Node_ComponentBoundEvent_6_OnReleased__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature, SkillID) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_0_OnSkillChosen__DelegateSignature::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature) == 0x000004, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature, ButtonIndex) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_3_OnButtonChosen__DelegateSignature::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature, ForbiddenReason) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Left_K2Node_ComponentBoundEvent_4_OnSkillDenied__DelegateSignature::ForbiddenReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature, SkillID) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_1_OnSkillChosen__DelegateSignature::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature, ForbiddenReason) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_5_OnSkillDenied__DelegateSignature::ForbiddenReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature \ +static_assert(alignof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature) == 0x000004, "Wrong alignment on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature) == 0x000004, "Wrong size on WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature, ButtonIndex) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_BndEvt__WBP_HUD_SkillWheel_WBP_HUD_SkillList_Right_K2Node_ComponentBoundEvent_7_OnButtonChosen__DelegateSignature::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_ClearForcedSkillButton \ +static_assert(alignof(WBP_HUD_SkillWheel_C_ClearForcedSkillButton) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_ClearForcedSkillButton"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_ClearForcedSkillButton) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_ClearForcedSkillButton"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ClearForcedSkillButton, LocalForcedButton) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_ClearForcedSkillButton::LocalForcedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState \ +static_assert(alignof(WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState, SetArrowRight) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_Event_Prompt_SwitchWheel_RightState::SetArrowRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel \ +static_assert(alignof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel) == 0x0002B8, "Wrong size on WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, EntryPoint) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000004, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable) == 0x000006, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable) == 0x000007, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_1) == 0x000008, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_2) == 0x000009, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_1) == 0x00000A, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_real_Variable) == 0x00000C, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_real_Variable_1) == 0x000010, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_2) == 0x000014, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_real_Variable_2) == 0x000018, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_real_Variable_3) == 0x00001C, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_3) == 0x000020, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_4) == 0x000021, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_5) == 0x000022, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_3) == 0x000023, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_4) == 0x000024, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_6) == 0x000025, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_5) == 0x000026, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_6) == 0x000027, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_7) == 0x000028, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_7) == 0x000029, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_8) == 0x00002A, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_8) == 0x00002B, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_object_Variable) == 0x000030, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_object_Variable_1) == 0x000038, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_wildcard_Variable) == 0x000040, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Event_IsDesignTime) == 0x000070, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_SetArrowRight) == 0x000071, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_SetArrowRight' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue) == 0x000078, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default) == 0x000080, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_1) == 0x000084, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_2) == 0x000088, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_1) == 0x000090, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_2) == 0x000098, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_3) == 0x0000A0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_SkillID_1) == 0x0000A8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_SkillID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_SkillID) == 0x0000B0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_SkillID' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_PromptWidget_1) == 0x0000B8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_PromptWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_ForbiddenReason_1) == 0x0000C0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_ForbiddenReason_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_ForbiddenReason) == 0x0000C1, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_ForbiddenReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_PromptWidget) == 0x0000C8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_byte_Variable_9) == 0x0000D0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_9) == 0x0000D1, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_3) == 0x0000D2, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_4) == 0x0000D8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_5) == 0x0000E0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_6) == 0x0000E8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_LeftColumn) == 0x0000F0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_LeftColumn' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_7) == 0x0000F8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_4) == 0x000100, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000108, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_5) == 0x000110, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_6) == 0x000118, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_8) == 0x000120, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_10) == 0x000128, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_7) == 0x000129, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_8) == 0x000130, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_9) == 0x000140, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_9) == 0x000148, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_PlayAnimation_ReturnValue_10) == 0x000150, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_PlayAnimation_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue_2) == 0x000158, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_Enabled) == 0x000159, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue_3) == 0x00015A, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue_4) == 0x00015B, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Not_PreBool_ReturnValue_5) == 0x00015C, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_GetAllButtons_Array) == 0x000160, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_GetAllButtons_Array_1) == 0x000170, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_GetAllButtons_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_ButtonIndex_1) == 0x000180, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_ButtonIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_ComponentBoundEvent_ButtonIndex) == 0x000184, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_WheelIndex) == 0x000188, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_ButtonIndex) == 0x00018C, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000190, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_MakeStruct_FormatArgumentData) == 0x000198, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0001E0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, Temp_bool_Variable_11) == 0x0001E8, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_MakeArray_Array) == 0x000238, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_10) == 0x000248, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_Format_ReturnValue) == 0x000250, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_BooleanAND_ReturnValue) == 0x000260, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_BooleanAND_ReturnValue_1) == 0x000261, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_BooleanOR_ReturnValue) == 0x000262, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_Select_Default_11) == 0x000268, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_MakeStruct_S_InputBindingParameters) == 0x000270, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_MakeStruct_S_InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, CallFunc_GetBattleManager_ReturnValue) == 0x000298, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CreateDelegate_OutputDelegate) == 0x0002A0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel, K2Node_CustomEvent_Button) == 0x0002B0, "Member 'WBP_HUD_SkillWheel_C_ExecuteUbergraph_WBP_HUD_SkillWheel::K2Node_CustomEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_FindSkillButtonBySkill \ +static_assert(alignof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_FindSkillButtonBySkill"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill) == 0x000030, "Wrong size on WBP_HUD_SkillWheel_C_FindSkillButtonBySkill"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, SkillDefinition) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, SkillButton) == 0x000008, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, SkillList) == 0x000010, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::SkillList' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, CallFunc_FindButtonBySkill_SkillButton) == 0x000018, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::CallFunc_FindButtonBySkill_SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, CallFunc_FindButtonBySkill_SkillButton_1) == 0x000020, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::CallFunc_FindButtonBySkill_SkillButton_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_FindSkillButtonBySkill, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_HUD_SkillWheel_C_FindSkillButtonBySkill::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_ForceSkillButton \ +static_assert(alignof(WBP_HUD_SkillWheel_C_ForceSkillButton) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_ForceSkillButton"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_ForceSkillButton) == 0x000088, "Wrong size on WBP_HUD_SkillWheel_C_ForceSkillButton"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, SkillDefinition) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::SkillDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, LocalForcedButton) == 0x000008, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::LocalForcedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_FindSkillButtonBySkill_SkillButton) == 0x000028, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_FindSkillButtonBySkill_SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_FindSkillButtonBySkill_SkillList) == 0x000030, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_FindSkillButtonBySkill_SkillList' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_GetAllButtons_Array) == 0x000048, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_GetAllButtons_Array_1) == 0x000058, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_GetAllButtons_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000079, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_BooleanAND_ReturnValue) == 0x00007A, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_BooleanAND_ReturnValue_1) == 0x00007B, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_ForceSkillButton, CallFunc_Less_IntInt_ReturnValue_1) == 0x000085, "Member 'WBP_HUD_SkillWheel_C_ForceSkillButton::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_GetSkillButtonByIndex \ +static_assert(alignof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_GetSkillButtonByIndex"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex) == 0x000038, "Wrong size on WBP_HUD_SkillWheel_C_GetSkillButtonByIndex"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, WheelIndex) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, ButtonIndex) == 0x000004, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, ReturnValue) == 0x000008, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, Temp_int_Variable) == 0x000010, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, K2Node_Select_Default) == 0x000018, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, CallFunc_GetAllButtons_Array) == 0x000020, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::CallFunc_GetAllButtons_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_GetSkillButtonByIndex, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_HUD_SkillWheel_C_GetSkillButtonByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_HighlightColumn \ +static_assert(alignof(WBP_HUD_SkillWheel_C_HighlightColumn) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_HighlightColumn"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_HighlightColumn) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_HighlightColumn"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_HighlightColumn, LeftColumn) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_HighlightColumn::LeftColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_LoadSkillListData \ +static_assert(alignof(WBP_HUD_SkillWheel_C_LoadSkillListData) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_LoadSkillListData"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_LoadSkillListData) == 0x0000F0, "Wrong size on WBP_HUD_SkillWheel_C_LoadSkillListData"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CharacterStats) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Skills) == 0x000008, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Skills' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, LocalHasRightColumn) == 0x000018, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::LocalHasRightColumn' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, LocalHasLeftColumn) == 0x000019, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::LocalHasLeftColumn' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, ChunkFirstValidIndex) == 0x00001C, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::ChunkFirstValidIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_int_Variable) == 0x000020, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_bool_True_if_break_was_hit_Variable) == 0x00004C, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_wildcard_Variable) == 0x000058, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_IsValid_ReturnValue) == 0x000074, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Less_IntInt_ReturnValue) == 0x000075, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_BooleanAND_ReturnValue) == 0x000076, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_BooleanAND_ReturnValue_1) == 0x000077, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_int_Variable_1) == 0x000078, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_byte_Variable) == 0x00007C, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_byte_Variable_1) == 0x00007D, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_bool_Variable) == 0x00007E, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, Temp_int_Variable_2) == 0x000080, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000084, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000094, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_GetSkillsPerColumn_ReturnValue) == 0x000098, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_GetSkillsPerColumn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000B4, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0000BC, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Min_ReturnValue) == 0x0000C0, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000C4, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000C8, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_FCeil_ReturnValue) == 0x0000D8, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_BooleanOR_ReturnValue) == 0x0000DC, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E0, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000E4, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, K2Node_Select_Default) == 0x0000E5, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E6, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_LoadSkillListData, K2Node_Select_Default_1) == 0x0000E8, "Member 'WBP_HUD_SkillWheel_C_LoadSkillListData::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_OnBackButtonClicked \ +static_assert(alignof(WBP_HUD_SkillWheel_C_OnBackButtonClicked) == 0x000008, "Wrong alignment on WBP_HUD_SkillWheel_C_OnBackButtonClicked"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_OnBackButtonClicked) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_OnBackButtonClicked"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_OnBackButtonClicked, Button) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_OnBackButtonClicked::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_OnSkillButtonChosen \ +static_assert(alignof(WBP_HUD_SkillWheel_C_OnSkillButtonChosen) == 0x000004, "Wrong alignment on WBP_HUD_SkillWheel_C_OnSkillButtonChosen"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_OnSkillButtonChosen) == 0x000008, "Wrong size on WBP_HUD_SkillWheel_C_OnSkillButtonChosen"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_OnSkillButtonChosen, WheelIndex) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_OnSkillButtonChosen::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_OnSkillButtonChosen, ButtonIndex) == 0x000004, "Member 'WBP_HUD_SkillWheel_C_OnSkillButtonChosen::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_PreConstruct \ +static_assert(alignof(WBP_HUD_SkillWheel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_SetAllowEmptyButtons \ +static_assert(alignof(WBP_HUD_SkillWheel_C_SetAllowEmptyButtons) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_SetAllowEmptyButtons"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_SetAllowEmptyButtons) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_SetAllowEmptyButtons"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_SetAllowEmptyButtons, Allow) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_SetAllowEmptyButtons::Allow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SkillWheel_C_SetInputsEnabled \ +static_assert(alignof(WBP_HUD_SkillWheel_C_SetInputsEnabled) == 0x000001, "Wrong alignment on WBP_HUD_SkillWheel_C_SetInputsEnabled"); \ +static_assert(sizeof(WBP_HUD_SkillWheel_C_SetInputsEnabled) == 0x000001, "Wrong size on WBP_HUD_SkillWheel_C_SetInputsEnabled"); \ +static_assert(offsetof(WBP_HUD_SkillWheel_C_SetInputsEnabled, Enabled) == 0x000000, "Member 'WBP_HUD_SkillWheel_C_SetInputsEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_SkillWheel_C \ +static_assert(alignof(UWBP_HUD_SkillWheel_C) == 0x000008, "Wrong alignment on UWBP_HUD_SkillWheel_C"); \ +static_assert(sizeof(UWBP_HUD_SkillWheel_C) == 0x000458, "Wrong size on UWBP_HUD_SkillWheel_C"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_SkillWheel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_State_Prompt_RightSide) == 0x0002E8, "Member 'UWBP_HUD_SkillWheel_C::Anim_State_Prompt_RightSide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_PromptSwitchSide) == 0x0002F0, "Member 'UWBP_HUD_SkillWheel_C::Anim_PromptSwitchSide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_Reduce_Left) == 0x0002F8, "Member 'UWBP_HUD_SkillWheel_C::Anim_Reduce_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_State_Reduce_Right) == 0x000300, "Member 'UWBP_HUD_SkillWheel_C::Anim_State_Reduce_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_Reduce_Right) == 0x000308, "Member 'UWBP_HUD_SkillWheel_C::Anim_Reduce_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Anim_Appear) == 0x000310, "Member 'UWBP_HUD_SkillWheel_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CanvasPanel_Arrow_Left) == 0x000318, "Member 'UWBP_HUD_SkillWheel_C::CanvasPanel_Arrow_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CanvasPanel_Arrow_Right) == 0x000320, "Member 'UWBP_HUD_SkillWheel_C::CanvasPanel_Arrow_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CanvasPanel_SwitchWheelContainer) == 0x000328, "Member 'UWBP_HUD_SkillWheel_C::CanvasPanel_SwitchWheelContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CicleCenter) == 0x000330, "Member 'UWBP_HUD_SkillWheel_C::CicleCenter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CicleCenter_1) == 0x000338, "Member 'UWBP_HUD_SkillWheel_C::CicleCenter_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CicleIn) == 0x000340, "Member 'UWBP_HUD_SkillWheel_C::CicleIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Cicleout) == 0x000348, "Member 'UWBP_HUD_SkillWheel_C::Cicleout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Cicleout_1) == 0x000350, "Member 'UWBP_HUD_SkillWheel_C::Cicleout_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CircleDot_In) == 0x000358, "Member 'UWBP_HUD_SkillWheel_C::CircleDot_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, CircleDot_In_1) == 0x000360, "Member 'UWBP_HUD_SkillWheel_C::CircleDot_In_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Deco_In) == 0x000368, "Member 'UWBP_HUD_SkillWheel_C::Deco_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Deco_Out) == 0x000370, "Member 'UWBP_HUD_SkillWheel_C::Deco_Out' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_Arrow_In) == 0x000378, "Member 'UWBP_HUD_SkillWheel_C::Image_Arrow_In' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_Arrow_In_1) == 0x000380, "Member 'UWBP_HUD_SkillWheel_C::Image_Arrow_In_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_Arrow_Out) == 0x000388, "Member 'UWBP_HUD_SkillWheel_C::Image_Arrow_Out' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_Arrow_Out_1) == 0x000390, "Member 'UWBP_HUD_SkillWheel_C::Image_Arrow_Out_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_LeftCircle) == 0x000398, "Member 'UWBP_HUD_SkillWheel_C::Image_LeftCircle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, Image_RightCircle) == 0x0003A0, "Member 'UWBP_HUD_SkillWheel_C::Image_RightCircle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, RetainerBox_126) == 0x0003A8, "Member 'UWBP_HUD_SkillWheel_C::RetainerBox_126' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, WBP_ButtonBinding_ToggleColumn) == 0x0003B0, "Member 'UWBP_HUD_SkillWheel_C::WBP_ButtonBinding_ToggleColumn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, WBP_HUD_AP_ICO_GlobalCount) == 0x0003B8, "Member 'UWBP_HUD_SkillWheel_C::WBP_HUD_AP_ICO_GlobalCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, WBP_HUD_SkillList_Left) == 0x0003C0, "Member 'UWBP_HUD_SkillWheel_C::WBP_HUD_SkillList_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, WBP_HUD_SkillList_Right) == 0x0003C8, "Member 'UWBP_HUD_SkillWheel_C::WBP_HUD_SkillList_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, OnSkillChosen) == 0x0003D0, "Member 'UWBP_HUD_SkillWheel_C::OnSkillChosen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, IsLeftColumnActive) == 0x0003E0, "Member 'UWBP_HUD_SkillWheel_C::IsLeftColumnActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, ResetToLeftOnNextAppear) == 0x0003E1, "Member 'UWBP_HUD_SkillWheel_C::ResetToLeftOnNextAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, OnBackClicked) == 0x0003E8, "Member 'UWBP_HUD_SkillWheel_C::OnBackClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, OnSkillForbidden) == 0x0003F8, "Member 'UWBP_HUD_SkillWheel_C::OnSkillForbidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, HasTwoColumns) == 0x000408, "Member 'UWBP_HUD_SkillWheel_C::HasTwoColumns' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, SD_WheelSwitch) == 0x000410, "Member 'UWBP_HUD_SkillWheel_C::SD_WheelSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, SD_WheelBack) == 0x000420, "Member 'UWBP_HUD_SkillWheel_C::SD_WheelBack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, IsBattleContext) == 0x000430, "Member 'UWBP_HUD_SkillWheel_C::IsBattleContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, OnSkillButtonClicked) == 0x000438, "Member 'UWBP_HUD_SkillWheel_C::OnSkillButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, IsInputEnabled) == 0x000448, "Member 'UWBP_HUD_SkillWheel_C::IsInputEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, AllowEmptySlots) == 0x000449, "Member 'UWBP_HUD_SkillWheel_C::AllowEmptySlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SkillWheel_C, ForcedSkill) == 0x000450, "Member 'UWBP_HUD_SkillWheel_C::ForcedSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_AddLog \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_AddLog) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_AddLog"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_AddLog) == 0x0000A0, "Wrong size on WBP_Debug_BattleDamageDetails_C_AddLog"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, InText) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, List) == 0x000010, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::List' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, local_fontCopy) == 0x000018, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::local_fontCopy' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, CallFunc_MakeLiteralInt_ReturnValue) == 0x000078, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000080, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, CallFunc_SpawnObject_ReturnValue) == 0x000088, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_AddLog, K2Node_SetFieldsInStruct_Size_ImplicitCast) == 0x000098, "Member 'WBP_Debug_BattleDamageDetails_C_AddLog::K2Node_SetFieldsInStruct_Size_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails) == 0x000598, "Wrong size on WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, EntryPoint) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable) == 0x000004, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_4) == 0x000048, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_5) == 0x000058, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_6) == 0x000068, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_7) == 0x000078, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_8) == 0x000088, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_9) == 0x000098, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_10) == 0x0000A8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_bool_Variable) == 0x0000B8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CreateDelegate_OutputDelegate) == 0x0000BC, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_byte_Variable) == 0x0000CC, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_byte_Variable_1) == 0x0000CD, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetBreakBarDamageMultiplier_ReturnValue) == 0x0000D0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetBreakBarDamageMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetInputBaseElement_InputAttackType) == 0x0000D8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetInputBaseElement_InputAttackType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue) == 0x0000E0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData) == 0x000100, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_StringToText_ReturnValue) == 0x000148, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeArray_Array) == 0x000158, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Format_ReturnValue) == 0x000168, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Get_UI_Attack_Element_Type_Color_Color) == 0x000178, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Get_UI_Attack_Element_Type_Color_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetInputDamages_Base_RawDamages) == 0x000188, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetInputDamages_Base_RawDamages' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_SlateColor) == 0x000190, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x0001A8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetTargetCharacter_NewParam) == 0x0001B8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetTargetCharacter_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetSourceCharacter_SourceCharacter) == 0x0001C0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetSourceCharacter_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetMaxHP_MaxHP) == 0x0001C8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetMaxHP_MaxHP_1) == 0x0001D0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetMaxHP_MaxHP_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_2) == 0x000220, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_3) == 0x000268, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002B0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeArray_Array_1) == 0x0002F8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_5) == 0x000308, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Format_ReturnValue_1) == 0x000350, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_6) == 0x000360, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeArray_Array_2) == 0x0003A8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Format_ReturnValue_2) == 0x0003B8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetInputDamages_Base_RawDamages_1) == 0x0003C8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetInputDamages_Base_RawDamages_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue_2) == 0x0003D0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetFinalDamages_FinalDamages) == 0x0003E0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetFinalDamages_FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetFinalBreakBarDamageAmount_ReturnValue) == 0x0003E8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetFinalBreakBarDamageAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue_3) == 0x0003F0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000400, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetFinalDamages_FinalDamages_1) == 0x000410, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetFinalDamages_FinalDamages_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue_4) == 0x000418, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetAffinityDisplayName_ReturnValue) == 0x000428, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetAffinityDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000438, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetDamageDetails_ReturnValue) == 0x000448, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetDamageDetails_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CustomEvent_Reason) == 0x000458, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000468, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000478, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000488, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_struct_Variable_11) == 0x000498, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_Event_IsDesignTime) == 0x0004A8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Not_PreBool_ReturnValue) == 0x0004A9, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, Temp_byte_Variable_2) == 0x0004AA, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_Select_Default) == 0x0004AC, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetInputDamageMultiplier_ReturnValue) == 0x0004C0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetInputDamageMultiplier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_SlateColor_1) == 0x0004C8, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Conv_DoubleToText_ReturnValue_5) == 0x0004E0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Conv_DoubleToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeStruct_FormatArgumentData_7) == 0x0004F0, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CustomEvent_Area) == 0x000538, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CustomEvent_Area' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CustomEvent_bIsExpanded) == 0x000540, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CustomEvent_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_MakeArray_Array_3) == 0x000548, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_Format_ReturnValue_3) == 0x000558, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, CallFunc_GetParent_ReturnValue) == 0x000568, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_DynamicCast_AsScroll_Box) == 0x000570, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_DynamicCast_AsScroll_Box' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_DynamicCast_bSuccess) == 0x000578, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CustomEvent_IsCritical) == 0x000579, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CustomEvent_IsCritical' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_CustomEvent_Details) == 0x000580, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_CustomEvent_Details' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails, K2Node_Select_Default_1) == 0x000590, "Member 'WBP_Debug_BattleDamageDetails_C_ExecuteUbergraph_WBP_Debug_BattleDamageDetails::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName) == 0x000030, "Wrong size on WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName, Affinity) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName::Affinity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName, ReturnValue) == 0x000008, "Member 'WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'WBP_Debug_BattleDamageDetails_C_GetAffinityDisplayName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_GetDamageDetails \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_GetDamageDetails"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails) == 0x000268, "Wrong size on WBP_Debug_BattleDamageDetails_C_GetDamageDetails"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, ReturnValue) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, local_stringParts) == 0x000010, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::local_stringParts' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, Temp_text_Variable) == 0x000020, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000030, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000048, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, Temp_bool_Variable) == 0x0000B0, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeArray_Array) == 0x0000B8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_TextToUpper_ReturnValue) == 0x0000D8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_JoinStringArray_ReturnValue) == 0x0000E8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_Select_Default) == 0x0000F8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Concat_StrStr_ReturnValue) == 0x000108, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000160, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_GetInputBaseElement_InputAttackType) == 0x000170, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_GetInputBaseElement_InputAttackType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_GetFinalDamages_Base_FinalDamages) == 0x000178, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_GetFinalDamages_Base_FinalDamages' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000180, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeStruct_FormatArgumentData_2) == 0x000190, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E8, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, K2Node_MakeArray_Array_1) == 0x000230, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Conv_TextToString_ReturnValue) == 0x000250, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_GetDamageDetails, CallFunc_Array_Add_ReturnValue) == 0x000260, "Member 'WBP_Debug_BattleDamageDetails_C_GetDamageDetails::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll) == 0x000018, "Wrong size on WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll, IsCritical) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll::IsCritical' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll, Details) == 0x000008, "Member 'WBP_Debug_BattleDamageDetails_C_LoadCriticalRoll::Details' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier) == 0x000010, "Wrong size on WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier, Text) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_LogDamageTypeModifier::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_LogFinalModifier \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_LogFinalModifier) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_LogFinalModifier"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_LogFinalModifier) == 0x000010, "Wrong size on WBP_Debug_BattleDamageDetails_C_LogFinalModifier"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LogFinalModifier, Text) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_LogFinalModifier::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_LogRawModifier \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_LogRawModifier) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_LogRawModifier"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_LogRawModifier) == 0x000070, "Wrong size on WBP_Debug_BattleDamageDetails_C_LogRawModifier"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LogRawModifier, Text) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_LogRawModifier::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_LogRawModifier, local_fontCopy) == 0x000010, "Member 'WBP_Debug_BattleDamageDetails_C_LogRawModifier::local_fontCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_OnCanceled \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_OnCanceled) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_OnCanceled"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_OnCanceled) == 0x000010, "Wrong size on WBP_Debug_BattleDamageDetails_C_OnCanceled"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_OnCanceled, Reason) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_OnCanceled::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_OnExpansionChanged \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_OnExpansionChanged) == 0x000008, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_OnExpansionChanged"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_OnExpansionChanged) == 0x000010, "Wrong size on WBP_Debug_BattleDamageDetails_C_OnExpansionChanged"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_OnExpansionChanged, Area) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_OnExpansionChanged::Area' has a wrong offset!"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_OnExpansionChanged, bIsExpanded) == 0x000008, "Member 'WBP_Debug_BattleDamageDetails_C_OnExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Debug_BattleDamageDetails_C_PreConstruct \ +static_assert(alignof(WBP_Debug_BattleDamageDetails_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Debug_BattleDamageDetails_C_PreConstruct"); \ +static_assert(sizeof(WBP_Debug_BattleDamageDetails_C_PreConstruct) == 0x000001, "Wrong size on WBP_Debug_BattleDamageDetails_C_PreConstruct"); \ +static_assert(offsetof(WBP_Debug_BattleDamageDetails_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Debug_BattleDamageDetails_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Debug_BattleDamageDetails_C \ +static_assert(alignof(UWBP_Debug_BattleDamageDetails_C) == 0x000008, "Wrong alignment on UWBP_Debug_BattleDamageDetails_C"); \ +static_assert(sizeof(UWBP_Debug_BattleDamageDetails_C) == 0x0003C8, "Wrong size on UWBP_Debug_BattleDamageDetails_C"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Debug_BattleDamageDetails_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, ExpandableArea_54) == 0x0002E8, "Member 'UWBP_Debug_BattleDamageDetails_C::ExpandableArea_54' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_BaseDamageAffinity) == 0x0002F0, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_BaseDamageAffinity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_BaseDamageType) == 0x0002F8, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_BaseDamageType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_BreakBase_Amount) == 0x000300, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_BreakBase_Amount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_CancelReason) == 0x000308, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_CancelReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_CriticalDetails) == 0x000310, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_CriticalDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_CriticalRoll) == 0x000318, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_CriticalRoll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_Final_BreakAmount) == 0x000320, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_Final_BreakAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_FinalDamage) == 0x000328, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_FinalDamage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_CancelReason) == 0x000330, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_CancelReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_CriticalDetails) == 0x000338, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_CriticalDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_DamageReason) == 0x000340, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_DamageReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_FinalDamage_Details) == 0x000348, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_FinalDamage_Details' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_FinalDamage_Total) == 0x000350, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_FinalDamage_Total' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_Number) == 0x000358, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_Number' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_Source) == 0x000360, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_Source' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_HEADER_Target) == 0x000368, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_HEADER_Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_InputMultiplier) == 0x000370, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_InputMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_PreFinalDamage_Base) == 0x000378, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_PreFinalDamage_Base' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_RawDamage_Base) == 0x000380, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_RawDamage_Base' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_Source) == 0x000388, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_Source' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, TextBlock_Target) == 0x000390, "Member 'UWBP_Debug_BattleDamageDetails_C::TextBlock_Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, VerticalBox_ModifiersList) == 0x000398, "Member 'UWBP_Debug_BattleDamageDetails_C::VerticalBox_ModifiersList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, VerticalBox_ModifiersList_Final) == 0x0003A0, "Member 'UWBP_Debug_BattleDamageDetails_C::VerticalBox_ModifiersList_Final' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, VerticalBox_ModifiersList_Type) == 0x0003A8, "Member 'UWBP_Debug_BattleDamageDetails_C::VerticalBox_ModifiersList_Type' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, WidgetSwitcher_1) == 0x0003B0, "Member 'UWBP_Debug_BattleDamageDetails_C::WidgetSwitcher_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, WidgetSwitcher_HEADER) == 0x0003B8, "Member 'UWBP_Debug_BattleDamageDetails_C::WidgetSwitcher_HEADER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Debug_BattleDamageDetails_C, BattleDamagesObject) == 0x0003C0, "Member 'UWBP_Debug_BattleDamageDetails_C::BattleDamagesObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen \ +static_assert(alignof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen) == 0x000008, "Wrong alignment on WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen"); \ +static_assert(sizeof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen) == 0x000040, "Wrong size on WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, EntryPoint) == 0x000000, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, K2Node_CustomEvent_TooltipName) == 0x000008, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::K2Node_CustomEvent_TooltipName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, K2Node_CustomEvent_TooltipDesc) == 0x000018, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::K2Node_CustomEvent_TooltipDesc' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_IsDisappearAnimPlaying_ReturnValue) == 0x000038, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_IsDisappearAnimPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_IsTooltipVisible_IsVisible) == 0x000039, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_IsTooltipVisible_IsVisible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'WBP_Tooltip_BattleScreen_C_ExecuteUbergraph_WBP_Tooltip_BattleScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying \ +static_assert(alignof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying) == 0x000001, "Wrong alignment on WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying"); \ +static_assert(sizeof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying) == 0x000005, "Wrong size on WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying, ReturnValue) == 0x000000, "Member 'WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying, CallFunc_IsAnimationPlayingForward_ReturnValue) == 0x000001, "Member 'WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying::CallFunc_IsAnimationPlayingForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000002, "Member 'WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_Tooltip_BattleScreen_C_IsDisappearAnimPlaying::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_BattleScreen_C_IsTooltipVisible \ +static_assert(alignof(WBP_Tooltip_BattleScreen_C_IsTooltipVisible) == 0x000001, "Wrong alignment on WBP_Tooltip_BattleScreen_C_IsTooltipVisible"); \ +static_assert(sizeof(WBP_Tooltip_BattleScreen_C_IsTooltipVisible) == 0x000002, "Wrong size on WBP_Tooltip_BattleScreen_C_IsTooltipVisible"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsTooltipVisible, IsVisible_0) == 0x000000, "Member 'WBP_Tooltip_BattleScreen_C_IsTooltipVisible::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_IsTooltipVisible, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'WBP_Tooltip_BattleScreen_C_IsTooltipVisible::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_BattleScreen_C_ShowTooltip \ +static_assert(alignof(WBP_Tooltip_BattleScreen_C_ShowTooltip) == 0x000008, "Wrong alignment on WBP_Tooltip_BattleScreen_C_ShowTooltip"); \ +static_assert(sizeof(WBP_Tooltip_BattleScreen_C_ShowTooltip) == 0x000020, "Wrong size on WBP_Tooltip_BattleScreen_C_ShowTooltip"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ShowTooltip, TooltipName_0) == 0x000000, "Member 'WBP_Tooltip_BattleScreen_C_ShowTooltip::TooltipName_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_BattleScreen_C_ShowTooltip, TooltipDesc) == 0x000010, "Member 'WBP_Tooltip_BattleScreen_C_ShowTooltip::TooltipDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tooltip_BattleScreen_C \ +static_assert(alignof(UWBP_Tooltip_BattleScreen_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_BattleScreen_C"); \ +static_assert(sizeof(UWBP_Tooltip_BattleScreen_C) == 0x000310, "Wrong size on UWBP_Tooltip_BattleScreen_C"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Tooltip_BattleScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, Anim_ToolTip_Appear) == 0x0002E8, "Member 'UWBP_Tooltip_BattleScreen_C::Anim_ToolTip_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, Canvas_MainContainer_ToolTip) == 0x0002F0, "Member 'UWBP_Tooltip_BattleScreen_C::Canvas_MainContainer_ToolTip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, TooltipDescription) == 0x0002F8, "Member 'UWBP_Tooltip_BattleScreen_C::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, TooltipName) == 0x000300, "Member 'UWBP_Tooltip_BattleScreen_C::TooltipName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_BattleScreen_C, underline) == 0x000308, "Member 'UWBP_Tooltip_BattleScreen_C::underline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton \ +static_assert(alignof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton) == 0x000008, "Wrong alignment on WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton"); \ +static_assert(sizeof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton) == 0x000038, "Wrong size on WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, EntryPoint) == 0x000000, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, K2Node_Select_Default) == 0x000018, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, CallFunc_PlayAnimation_ReturnValue_2) == 0x000020, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, CallFunc_GetBrushResource_ReturnValue) == 0x000028, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::CallFunc_GetBrushResource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_HUD_DefenseButton_C_ExecuteUbergraph_WBP_HUD_DefenseButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DefenseButton_C_PreConstruct \ +static_assert(alignof(WBP_HUD_DefenseButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_DefenseButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_DefenseButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_DefenseButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_DefenseButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_DefenseButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_DefenseButton_C \ +static_assert(alignof(UWBP_HUD_DefenseButton_C) == 0x000010, "Wrong alignment on UWBP_HUD_DefenseButton_C"); \ +static_assert(sizeof(UWBP_HUD_DefenseButton_C) == 0x000460, "Wrong size on UWBP_HUD_DefenseButton_C"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_DefenseButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, Anim_OnLocked) == 0x0002E8, "Member 'UWBP_HUD_DefenseButton_C::Anim_OnLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, Anim_Used) == 0x0002F0, "Member 'UWBP_HUD_DefenseButton_C::Anim_Used' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, ButtonText) == 0x0002F8, "Member 'UWBP_HUD_DefenseButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, ExtraIcon) == 0x000300, "Member 'UWBP_HUD_DefenseButton_C::ExtraIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, Line_Bottom) == 0x000308, "Member 'UWBP_HUD_DefenseButton_C::Line_Bottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, WBP_InputActionBinding) == 0x000310, "Member 'UWBP_HUD_DefenseButton_C::WBP_InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, InputBindingParameters) == 0x000318, "Member 'UWBP_HUD_DefenseButton_C::InputBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, ButtonName) == 0x000340, "Member 'UWBP_HUD_DefenseButton_C::ButtonName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, ExtraIconBrush) == 0x000350, "Member 'UWBP_HUD_DefenseButton_C::ExtraIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, InputIconTransform) == 0x000420, "Member 'UWBP_HUD_DefenseButton_C::InputIconTransform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, EnableBottomBar) == 0x000458, "Member 'UWBP_HUD_DefenseButton_C::EnableBottomBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DefenseButton_C, IsJumpButton) == 0x000459, "Member 'UWBP_HUD_DefenseButton_C::IsJumpButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn \ +static_assert(alignof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn) == 0x000008, "Wrong alignment on WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn"); \ +static_assert(sizeof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn) == 0x000088, "Wrong size on WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, EntryPoint) == 0x000000, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CustomEvent_CharacterBattleBaseReference) == 0x000070, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CustomEvent_CharacterBattleBaseReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, CallFunc_Not_PreBool_ReturnValue_1) == 0x000079, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, CallFunc_Not_PreBool_ReturnValue_2) == 0x00007A, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn, K2Node_CustomEvent_Character) == 0x000080, "Member 'WBP_BattleInput_EnemyTurn_C_ExecuteUbergraph_WBP_BattleInput_EnemyTurn::K2Node_CustomEvent_Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_EnemyTurn_C_OnJumpStart \ +static_assert(alignof(WBP_BattleInput_EnemyTurn_C_OnJumpStart) == 0x000008, "Wrong alignment on WBP_BattleInput_EnemyTurn_C_OnJumpStart"); \ +static_assert(sizeof(WBP_BattleInput_EnemyTurn_C_OnJumpStart) == 0x000008, "Wrong size on WBP_BattleInput_EnemyTurn_C_OnJumpStart"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_OnJumpStart, Character) == 0x000000, "Member 'WBP_BattleInput_EnemyTurn_C_OnJumpStart::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter \ +static_assert(alignof(WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter) == 0x000008, "Wrong alignment on WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter"); \ +static_assert(sizeof(WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter) == 0x000008, "Wrong size on WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter, CharacterBattleBaseReference_0) == 0x000000, "Member 'WBP_BattleInput_EnemyTurn_C_SetCurrentCharacter::CharacterBattleBaseReference_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures \ +static_assert(alignof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures) == 0x000001, "Wrong alignment on WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures"); \ +static_assert(sizeof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures) == 0x00000A, "Wrong size on WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_bool_Variable) == 0x000000, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_byte_Variable) == 0x000001, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, CallFunc_HasUnlockedGradientParry_ReturnValue) == 0x000006, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::CallFunc_HasUnlockedGradientParry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, CallFunc_HasUnlockedJump_ReturnValue) == 0x000007, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::CallFunc_HasUnlockedJump_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, K2Node_Select_Default) == 0x000008, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures, K2Node_Select_Default_1) == 0x000009, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateUnlockedFeatures::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets \ +static_assert(alignof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets) == 0x000008, "Wrong alignment on WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets"); \ +static_assert(sizeof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets) == 0x000028, "Wrong size on WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, Targets) == 0x000000, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::Targets' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, IsVisible_0) == 0x000010, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, Temp_bool_Variable) == 0x000011, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, Temp_byte_Variable) == 0x000025, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, Temp_byte_Variable_1) == 0x000026, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets, K2Node_Select_Default) == 0x000027, "Member 'WBP_BattleInput_EnemyTurn_C_UpdateVisibilityAndBindingsFromTargets::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleInput_EnemyTurn_C \ +static_assert(alignof(UWBP_BattleInput_EnemyTurn_C) == 0x000008, "Wrong alignment on UWBP_BattleInput_EnemyTurn_C"); \ +static_assert(sizeof(UWBP_BattleInput_EnemyTurn_C) == 0x000358, "Wrong size on UWBP_BattleInput_EnemyTurn_C"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_BattleInput_EnemyTurn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_BattleInput_EnemyTurn_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, DodgeTutorialHighlightArea) == 0x0002F0, "Member 'UWBP_BattleInput_EnemyTurn_C::DodgeTutorialHighlightArea' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, GradientTutorialHighlightArea) == 0x0002F8, "Member 'UWBP_BattleInput_EnemyTurn_C::GradientTutorialHighlightArea' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, Image_190) == 0x000300, "Member 'UWBP_BattleInput_EnemyTurn_C::Image_190' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, JumpTutorialHighlightArea) == 0x000308, "Member 'UWBP_BattleInput_EnemyTurn_C::JumpTutorialHighlightArea' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, ParryTutorialHighlightArea) == 0x000310, "Member 'UWBP_BattleInput_EnemyTurn_C::ParryTutorialHighlightArea' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, RetainerBox_2) == 0x000318, "Member 'UWBP_BattleInput_EnemyTurn_C::RetainerBox_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, WBP_BattleInputContainer) == 0x000320, "Member 'UWBP_BattleInput_EnemyTurn_C::WBP_BattleInputContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, WBP_HUD_DefenseButton_Dodge) == 0x000328, "Member 'UWBP_BattleInput_EnemyTurn_C::WBP_HUD_DefenseButton_Dodge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, WBP_HUD_DefenseButton_Gradient) == 0x000330, "Member 'UWBP_BattleInput_EnemyTurn_C::WBP_HUD_DefenseButton_Gradient' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, WBP_HUD_DefenseButton_Jump) == 0x000338, "Member 'UWBP_BattleInput_EnemyTurn_C::WBP_HUD_DefenseButton_Jump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, WBP_HUD_DefenseButton_Parry) == 0x000340, "Member 'UWBP_BattleInput_EnemyTurn_C::WBP_HUD_DefenseButton_Parry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, CharacterBattleBaseReference) == 0x000348, "Member 'UWBP_BattleInput_EnemyTurn_C::CharacterBattleBaseReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, IsLocked) == 0x000350, "Member 'UWBP_BattleInput_EnemyTurn_C::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleInput_EnemyTurn_C, IsLastLockResolved) == 0x000351, "Member 'UWBP_BattleInput_EnemyTurn_C::IsLastLockResolved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_Battle_TargetingControls_WBP_GM_PromptGeneric_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_HUD_Battle_TargetingControls_C_BndEvt__WBP_HUD_CancelButton_WBP_GM_PromptGeneric_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls \ +static_assert(alignof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls) == 0x000008, "Wrong alignment on WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls"); \ +static_assert(sizeof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls) == 0x000030, "Wrong size on WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, EntryPoint) == 0x000000, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, K2Node_Event_FocusEventBP) == 0x000010, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls, K2Node_ComponentBoundEvent_Button_1) == 0x000028, "Member 'WBP_HUD_Battle_TargetingControls_C_ExecuteUbergraph_WBP_HUD_Battle_TargetingControls::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_TargetingControls_C_GetTiedObject \ +static_assert(alignof(WBP_HUD_Battle_TargetingControls_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_HUD_Battle_TargetingControls_C_GetTiedObject"); \ +static_assert(sizeof(WBP_HUD_Battle_TargetingControls_C_GetTiedObject) == 0x000008, "Wrong size on WBP_HUD_Battle_TargetingControls_C_GetTiedObject"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_HUD_Battle_TargetingControls_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus \ +static_assert(alignof(WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_HUD_Battle_TargetingControls_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_Battle_TargetingControls_C \ +static_assert(alignof(UWBP_HUD_Battle_TargetingControls_C) == 0x000008, "Wrong alignment on UWBP_HUD_Battle_TargetingControls_C"); \ +static_assert(sizeof(UWBP_HUD_Battle_TargetingControls_C) == 0x000478, "Wrong size on UWBP_HUD_Battle_TargetingControls_C"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, UberGraphFrame) == 0x000430, "Member 'UWBP_HUD_Battle_TargetingControls_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, Anim_Appear) == 0x000438, "Member 'UWBP_HUD_Battle_TargetingControls_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, HorizontalBox_Root) == 0x000440, "Member 'UWBP_HUD_Battle_TargetingControls_C::HorizontalBox_Root' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, WBP_GM_PromptGeneric_Back) == 0x000448, "Member 'UWBP_HUD_Battle_TargetingControls_C::WBP_GM_PromptGeneric_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, WBP_GM_PromptGeneric_Confirm) == 0x000450, "Member 'UWBP_HUD_Battle_TargetingControls_C::WBP_GM_PromptGeneric_Confirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, OnCancelClicked) == 0x000458, "Member 'UWBP_HUD_Battle_TargetingControls_C::OnCancelClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_Battle_TargetingControls_C, OnConfirmClicked) == 0x000468, "Member 'UWBP_HUD_Battle_TargetingControls_C::OnConfirmClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint \ +static_assert(alignof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint) == 0x000008, "Wrong alignment on WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint"); \ +static_assert(sizeof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint) == 0x000040, "Wrong size on WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, EntryPoint) == 0x000000, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_real_Variable) == 0x000004, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, CallFunc_IsShowingKey_bIsShowingKey) == 0x000008, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::CallFunc_IsShowingKey_bIsShowingKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_real_Variable_1) == 0x00000C, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_bool_Variable) == 0x000010, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_real_Variable_2) == 0x000014, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_real_Variable_3) == 0x000018, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, K2Node_Select_Default) == 0x00001C, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, CallFunc_PlayAnimation_ReturnValue_2) == 0x000030, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, Temp_bool_Variable_1) == 0x000038, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint, K2Node_Select_Default_1) == 0x00003C, "Member 'WBP_Battle_JumpCounterHint_C_ExecuteUbergraph_WBP_Battle_JumpCounterHint::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Battle_JumpCounterHint_C \ +static_assert(alignof(UWBP_Battle_JumpCounterHint_C) == 0x000008, "Wrong alignment on UWBP_Battle_JumpCounterHint_C"); \ +static_assert(sizeof(UWBP_Battle_JumpCounterHint_C) == 0x000320, "Wrong size on UWBP_Battle_JumpCounterHint_C"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Battle_JumpCounterHint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, Anim_Disappear) == 0x0002E8, "Member 'UWBP_Battle_JumpCounterHint_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, Anim_Success) == 0x0002F0, "Member 'UWBP_Battle_JumpCounterHint_C::Anim_Success' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, Anim_Shine) == 0x0002F8, "Member 'UWBP_Battle_JumpCounterHint_C::Anim_Shine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, Anim_Appear) == 0x000300, "Member 'UWBP_Battle_JumpCounterHint_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, Image_Shine) == 0x000308, "Member 'UWBP_Battle_JumpCounterHint_C::Image_Shine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, InputActionBinding) == 0x000310, "Member 'UWBP_Battle_JumpCounterHint_C::InputActionBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Battle_JumpCounterHint_C, SizeBox) == 0x000318, "Member 'UWBP_Battle_JumpCounterHint_C::SizeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature \ +static_assert(alignof(BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature"); \ +static_assert(sizeof(BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong size on BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature, Condition) == 0x000000, "Member 'BP_InvisibleWall_NavModifier_C_BndEvt__BP_InvisibleWall_NavModifier_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_0_OnConditionChanged__DelegateSignature::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier \ +static_assert(alignof(BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier) == 0x000004, "Wrong alignment on BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier"); \ +static_assert(sizeof(BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier) == 0x000008, "Wrong size on BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier, EntryPoint) == 0x000000, "Member 'BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier, CallFunc_GetCurrentConditionValue_CurrentValue) == 0x000004, "Member 'BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier::CallFunc_GetCurrentConditionValue_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier, K2Node_ComponentBoundEvent_Condition) == 0x000005, "Member 'BP_InvisibleWall_NavModifier_C_ExecuteUbergraph_BP_InvisibleWall_NavModifier::K2Node_ComponentBoundEvent_Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled \ +static_assert(alignof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled) == 0x000008, "Wrong alignment on BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled"); \ +static_assert(sizeof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled) == 0x000030, "Wrong size on BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Enabled) == 0x000000, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_byte_Variable) == 0x000001, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_byte_Variable_1) == 0x000002, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_bool_Variable) == 0x000003, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_class_Variable) == 0x000008, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_class_Variable_1) == 0x000010, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, Temp_bool_Variable_1) == 0x000018, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, K2Node_Select_Default) == 0x000020, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled, K2Node_Select_Default_1) == 0x000028, "Member 'BP_InvisibleWall_NavModifier_C_SetInvisibleWallEnabled::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InvisibleWall_NavModifier_C \ +static_assert(alignof(ABP_InvisibleWall_NavModifier_C) == 0x000008, "Wrong alignment on ABP_InvisibleWall_NavModifier_C"); \ +static_assert(sizeof(ABP_InvisibleWall_NavModifier_C) == 0x0002B8, "Wrong size on ABP_InvisibleWall_NavModifier_C"); \ +static_assert(offsetof(ABP_InvisibleWall_NavModifier_C, UberGraphFrame) == 0x000290, "Member 'ABP_InvisibleWall_NavModifier_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_InvisibleWall_NavModifier_C, BP_ConditionCheckerComponent) == 0x000298, "Member 'ABP_InvisibleWall_NavModifier_C::BP_ConditionCheckerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_InvisibleWall_NavModifier_C, SM_InvisibleWalls) == 0x0002A0, "Member 'ABP_InvisibleWall_NavModifier_C::SM_InvisibleWalls' has a wrong offset!"); \ +static_assert(offsetof(ABP_InvisibleWall_NavModifier_C, CustomNavModifier) == 0x0002A8, "Member 'ABP_InvisibleWall_NavModifier_C::CustomNavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_InvisibleWall_NavModifier_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_InvisibleWall_NavModifier_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_ActivateBuff) == 0x0001B0, "Wrong size on BP_BattleBuffInstanceWrapper_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, TargetCharacterStats) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::TargetCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_GetBattleManager_ReturnValue) == 0x000018, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Array_Add_NewItem_CastInput) == 0x000020, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Array_Add_NewItem_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000048, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_AddStatMultiplier_StatMultiplierUID) == 0x000098, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_AddStatMultiplier_StatMultiplierUID' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Array_Add_ReturnValue_1) == 0x0000AC, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_GetObjectClass_ReturnValue) == 0x0000B8, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000C8, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Conv_NameToText_ReturnValue) == 0x000130, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, K2Node_MakeStruct_FormatArgumentData_2) == 0x000140, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, K2Node_MakeArray_Array) == 0x000188, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_GetStackCount_StackCount) == 0x000198, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ActivateBuff, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'BP_BattleBuffInstanceWrapper_C_ActivateBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd) == 0x000158, "Wrong size on BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, Temp_int_Variable) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_GetObjectClass_ReturnValue) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_GetClassDisplayName_ReturnValue) == 0x000010, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Conv_NameToText_ReturnValue) == 0x000020, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000D0, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Not_PreBool_ReturnValue) == 0x0000D8, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Subtract_IntInt_ReturnValue) == 0x000138, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Format_ReturnValue) == 0x000140, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_Greater_IntInt_ReturnValue) == 0x000150, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd, CallFunc_BooleanAND_ReturnValue) == 0x000151, "Member 'BP_BattleBuffInstanceWrapper_C_ApplyBuffOnTurnEnd::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_DeactivateBuff \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_DeactivateBuff"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff) == 0x000128, "Wrong size on BP_BattleBuffInstanceWrapper_C_DeactivateBuff"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Array_RemoveItem_Item_CastInput) == 0x000010, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Array_RemoveItem_Item_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_GetClassDisplayName_ReturnValue) == 0x000048, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_DeactivateBuff, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_BattleBuffInstanceWrapper_C_DeactivateBuff::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_HasExpired \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_HasExpired) == 0x000001, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_HasExpired"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_HasExpired) == 0x000002, "Wrong size on BP_BattleBuffInstanceWrapper_C_HasExpired"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_HasExpired, HasExpired_0) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_HasExpired::HasExpired_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_HasExpired, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_BattleBuffInstanceWrapper_C_HasExpired::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_IsActive \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_IsActive) == 0x000001, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_IsActive"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_IsActive) == 0x000003, "Wrong size on BP_BattleBuffInstanceWrapper_C_IsActive"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_IsActive, IsActive_0) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_IsActive::IsActive_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_IsActive, CallFunc_HasExpired_HasExpired) == 0x000001, "Member 'BP_BattleBuffInstanceWrapper_C_IsActive::CallFunc_HasExpired_HasExpired' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_IsActive, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BattleBuffInstanceWrapper_C_IsActive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages) == 0x000010, "Wrong size on BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages, CallFunc_ProcessDealtRawDamages_Out) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessDealtRawDamages::CallFunc_ProcessDealtRawDamages_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages) == 0x000018, "Wrong size on BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages, Temp_int_Variable) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages, CallFunc_ProcessReceivedFinalDamages_Out) == 0x000010, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedFinalDamages::CallFunc_ProcessReceivedFinalDamages_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages \ +static_assert(alignof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages"); \ +static_assert(sizeof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages) == 0x000010, "Wrong size on BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages, CallFunc_ProcessReceivedRawDamages_Out) == 0x000008, "Member 'BP_BattleBuffInstanceWrapper_C_ProcessReceivedRawDamages::CallFunc_ProcessReceivedRawDamages_Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuffInstanceWrapper_C \ +static_assert(alignof(UBP_BattleBuffInstanceWrapper_C) == 0x000008, "Wrong alignment on UBP_BattleBuffInstanceWrapper_C"); \ +static_assert(sizeof(UBP_BattleBuffInstanceWrapper_C) == 0x000058, "Wrong size on UBP_BattleBuffInstanceWrapper_C"); \ +static_assert(offsetof(UBP_BattleBuffInstanceWrapper_C, BattleBuffInstance) == 0x000028, "Member 'UBP_BattleBuffInstanceWrapper_C::BattleBuffInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstanceWrapper_C, StatMultipliers) == 0x000030, "Member 'UBP_BattleBuffInstanceWrapper_C::StatMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstanceWrapper_C, CurrentTurnHitCount) == 0x000040, "Member 'UBP_BattleBuffInstanceWrapper_C::CurrentTurnHitCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuffInstanceWrapper_C, OnBuffDeactivated) == 0x000048, "Member 'UBP_BattleBuffInstanceWrapper_C::OnBuffDeactivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature \ +static_assert(alignof(WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong size on WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature, ActionValue) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_BndEvt__WBP_CharacterStatusPanel_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel \ +static_assert(alignof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel) == 0x0000D8, "Wrong size on WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, EntryPoint) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000010, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, Temp_bool_Variable) == 0x000018, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000030, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_CustomEvent_BuffInstance) == 0x000038, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_CustomEvent_BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_Event_IsDesignTime) == 0x000041, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, Temp_struct_Variable) == 0x000048, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_GetScrollOffset_ReturnValue) == 0x000058, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x00005C, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_ComponentBoundEvent_ActionValue) == 0x000060, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_ComponentBoundEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, Temp_struct_Variable_1) == 0x000078, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_FClamp_ReturnValue) == 0x000088, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_Select_Default) == 0x000090, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B0, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0000C0, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_FClamp_Max_ImplicitCast) == 0x0000C8, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x0000D0, "Member 'WBP_CharacterStatusPanel_C_ExecuteUbergraph_WBP_CharacterStatusPanel::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_LoadCharacterStats \ +static_assert(alignof(WBP_CharacterStatusPanel_C_LoadCharacterStats) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_LoadCharacterStats"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_LoadCharacterStats) == 0x000070, "Wrong size on WBP_CharacterStatusPanel_C_LoadCharacterStats"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CharacterBattleStats) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_IsValid_ReturnValue_1) == 0x000015, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base) == 0x000060, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_LoadCharacterStats, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_CharacterStatusPanel_C_LoadCharacterStats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_OnBuffChanged \ +static_assert(alignof(WBP_CharacterStatusPanel_C_OnBuffChanged) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_OnBuffChanged"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_OnBuffChanged) == 0x000008, "Wrong size on WBP_CharacterStatusPanel_C_OnBuffChanged"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_OnBuffChanged, BuffInstance) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_OnBuffChanged::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_PreConstruct \ +static_assert(alignof(WBP_CharacterStatusPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CharacterStatusPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_CharacterStatusPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_RefreshBuffs \ +static_assert(alignof(WBP_CharacterStatusPanel_C_RefreshBuffs) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_RefreshBuffs"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_RefreshBuffs) == 0x0000B0, "Wrong size on WBP_CharacterStatusPanel_C_RefreshBuffs"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CharacterBattleStats) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, local_hasWidgets) == 0x000008, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::local_hasWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base) == 0x000030, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::K2Node_DynamicCast_AsBP_Battle_Buff_Instance_Aggregator_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_IsChildOfClass_ReturnValue) == 0x000039, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_IsChildOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_IsEmpty_ReturnValue) == 0x00003A, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_IsValid_ReturnValue) == 0x00003B, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003D, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003E, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00003F, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000048, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_BooleanAND_ReturnValue_1) == 0x000068, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x000070, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_wildcard_Temp_buffer_array_Variable) == 0x000078, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Not_PreBool_ReturnValue_2) == 0x000088, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, K2Node_CreateDelegate_OutputDelegate) == 0x000090, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, Temp_int_Loop_Counter_Variable_1) == 0x0000A0, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A4, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshBuffs, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A8, "Member 'WBP_CharacterStatusPanel_C_RefreshBuffs::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_RefreshScrollHint \ +static_assert(alignof(WBP_CharacterStatusPanel_C_RefreshScrollHint) == 0x000008, "Wrong alignment on WBP_CharacterStatusPanel_C_RefreshScrollHint"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_RefreshScrollHint) == 0x000030, "Wrong size on WBP_CharacterStatusPanel_C_RefreshScrollHint"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshScrollHint, CallFunc_GetDesiredSize_ReturnValue) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_RefreshScrollHint::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshScrollHint, CallFunc_BreakVector2D_X) == 0x000010, "Member 'WBP_CharacterStatusPanel_C_RefreshScrollHint::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshScrollHint, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'WBP_CharacterStatusPanel_C_RefreshScrollHint::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshScrollHint, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_CharacterStatusPanel_C_RefreshScrollHint::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_RefreshScrollHint, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000028, "Member 'WBP_CharacterStatusPanel_C_RefreshScrollHint::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_SetIsEmpty \ +static_assert(alignof(WBP_CharacterStatusPanel_C_SetIsEmpty) == 0x000001, "Wrong alignment on WBP_CharacterStatusPanel_C_SetIsEmpty"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_SetIsEmpty) == 0x000005, "Wrong size on WBP_CharacterStatusPanel_C_SetIsEmpty"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsEmpty, IsEmpty) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_SetIsEmpty::IsEmpty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsEmpty, Temp_bool_Variable) == 0x000001, "Member 'WBP_CharacterStatusPanel_C_SetIsEmpty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsEmpty, Temp_byte_Variable) == 0x000002, "Member 'WBP_CharacterStatusPanel_C_SetIsEmpty::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsEmpty, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_CharacterStatusPanel_C_SetIsEmpty::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsEmpty, K2Node_Select_Default) == 0x000004, "Member 'WBP_CharacterStatusPanel_C_SetIsEmpty::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterStatusPanel_C_SetIsOneColumn \ +static_assert(alignof(WBP_CharacterStatusPanel_C_SetIsOneColumn) == 0x000004, "Wrong alignment on WBP_CharacterStatusPanel_C_SetIsOneColumn"); \ +static_assert(sizeof(WBP_CharacterStatusPanel_C_SetIsOneColumn) == 0x000010, "Wrong size on WBP_CharacterStatusPanel_C_SetIsOneColumn"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsOneColumn, IsOneColumn) == 0x000000, "Member 'WBP_CharacterStatusPanel_C_SetIsOneColumn::IsOneColumn' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsOneColumn, Temp_bool_Variable) == 0x000001, "Member 'WBP_CharacterStatusPanel_C_SetIsOneColumn::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsOneColumn, Temp_real_Variable) == 0x000004, "Member 'WBP_CharacterStatusPanel_C_SetIsOneColumn::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsOneColumn, Temp_real_Variable_1) == 0x000008, "Member 'WBP_CharacterStatusPanel_C_SetIsOneColumn::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterStatusPanel_C_SetIsOneColumn, K2Node_Select_Default) == 0x00000C, "Member 'WBP_CharacterStatusPanel_C_SetIsOneColumn::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterStatusPanel_C \ +static_assert(alignof(UWBP_CharacterStatusPanel_C) == 0x000008, "Wrong alignment on UWBP_CharacterStatusPanel_C"); \ +static_assert(sizeof(UWBP_CharacterStatusPanel_C) == 0x000330, "Wrong size on UWBP_CharacterStatusPanel_C"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CharacterStatusPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, BG) == 0x0002E8, "Member 'UWBP_CharacterStatusPanel_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, ScrollHint) == 0x0002F0, "Member 'UWBP_CharacterStatusPanel_C::ScrollHint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, SizeBox) == 0x0002F8, "Member 'UWBP_CharacterStatusPanel_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, StatusEffectsBox) == 0x000300, "Member 'UWBP_CharacterStatusPanel_C::StatusEffectsBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, StatusScrollBox) == 0x000308, "Member 'UWBP_CharacterStatusPanel_C::StatusScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, TextBlock_Title) == 0x000310, "Member 'UWBP_CharacterStatusPanel_C::TextBlock_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, VerticalBoxStatusPanel) == 0x000318, "Member 'UWBP_CharacterStatusPanel_C::VerticalBoxStatusPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, WidthSizeBox) == 0x000320, "Member 'UWBP_CharacterStatusPanel_C::WidthSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterStatusPanel_C, CurrentCharacterStats) == 0x000328, "Member 'UWBP_CharacterStatusPanel_C::CurrentCharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter \ +static_assert(alignof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter) == 0x000008, "Wrong alignment on WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter"); \ +static_assert(sizeof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter) == 0x000030, "Wrong size on WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, EntryPoint) == 0x000000, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, K2Node_CustomEvent_CurrentTeam) == 0x000018, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::K2Node_CustomEvent_CurrentTeam' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, CallFunc_PlayAnimation_ReturnValue_2) == 0x000020, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, Temp_wildcard_Variable) == 0x000028, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000029, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x00002A, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_ExecuteUbergraph_WBP_TurnOrder_Background_ActiveCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText \ +static_assert(alignof(WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText) == 0x000008, "Wrong alignment on WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText"); \ +static_assert(sizeof(WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText) == 0x000010, "Wrong size on WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText, InName) == 0x000000, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_SetBackgroundText::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam \ +static_assert(alignof(WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam) == 0x000001, "Wrong alignment on WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam"); \ +static_assert(sizeof(WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam) == 0x000001, "Wrong size on WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam, CurrentTeam_0) == 0x000000, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_SetCurrentTeam::CurrentTeam_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor \ +static_assert(alignof(WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor) == 0x000004, "Wrong alignment on WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor"); \ +static_assert(sizeof(WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor) == 0x000034, "Wrong size on WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor, TeamColor_0) == 0x000000, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor::TeamColor_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor, CallFunc_GetColorVariationForText_ReturnValue) == 0x000010, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor::CallFunc_GetColorVariationForText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_TurnOrder_Background_ActiveCharacter_C_SetTeamColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TurnOrder_Background_ActiveCharacter_C \ +static_assert(alignof(UWBP_TurnOrder_Background_ActiveCharacter_C) == 0x000008, "Wrong alignment on UWBP_TurnOrder_Background_ActiveCharacter_C"); \ +static_assert(sizeof(UWBP_TurnOrder_Background_ActiveCharacter_C) == 0x0003B8, "Wrong size on UWBP_TurnOrder_Background_ActiveCharacter_C"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Anim_RedTooBlue) == 0x0002E8, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Anim_RedTooBlue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Anim_Appear) == 0x0002F0, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, CanvasPanel_Deco) == 0x0002F8, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::CanvasPanel_Deco' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, CanvasPanel_GlobalContainer) == 0x000300, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::CanvasPanel_GlobalContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_CircleDot) == 0x000308, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_CircleDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_MenuHeaderPaint) == 0x000310, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_MenuHeaderPaint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_Paint_ColorFade) == 0x000318, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_Paint_ColorFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_Paint_White) == 0x000320, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_Paint_White' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_PaintFlow) == 0x000328, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_PaintFlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_particules_1PH) == 0x000330, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_particules_1PH' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_particules_2PH) == 0x000338, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_particules_2PH' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_Pattern) == 0x000340, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_Pattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_ShadowColor) == 0x000348, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_SlashGrunge) == 0x000350, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_SlashGrunge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_Spike_solo) == 0x000358, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_Spike_solo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_Spikes) == 0x000360, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_Spikes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, Image_WaterColor) == 0x000368, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::Image_WaterColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, RetainerBox_Color) == 0x000370, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::RetainerBox_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, RetainerBox_MenuHeaderPattern) == 0x000378, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::RetainerBox_MenuHeaderPattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, RetainerBox_PaintFlowWhite) == 0x000380, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::RetainerBox_PaintFlowWhite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, RetainerBox_ShadowColor) == 0x000388, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::RetainerBox_ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, TextBlock_TextDecoOverlap) == 0x000390, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::TextBlock_TextDecoOverlap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, TextBlock_TextDecoOverlap_Shadow) == 0x000398, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::TextBlock_TextDecoOverlap_Shadow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, TeamColor) == 0x0003A0, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::TeamColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnOrder_Background_ActiveCharacter_C, CurrentTeam) == 0x0003B0, "Member 'UWBP_TurnOrder_Background_ActiveCharacter_C::CurrentTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_Portrait_C_Appear_Event \ +static_assert(alignof(WBP_HUD_TurnOrder_Portrait_C_Appear_Event) == 0x000001, "Wrong alignment on WBP_HUD_TurnOrder_Portrait_C_Appear_Event"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_Portrait_C_Appear_Event) == 0x000001, "Wrong size on WBP_HUD_TurnOrder_Portrait_C_Appear_Event"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_Appear_Event, PlayAnim) == 0x000000, "Member 'WBP_HUD_TurnOrder_Portrait_C_Appear_Event::PlayAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait \ +static_assert(alignof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait) == 0x000008, "Wrong alignment on WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait) == 0x000648, "Wrong size on WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, EntryPoint) == 0x000000, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable) == 0x000004, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000008, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_bool_Variable) == 0x000010, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_2) == 0x000012, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_bool_Variable_1) == 0x000013, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_3) == 0x000014, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_4) == 0x000015, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_bool_Variable_2) == 0x000016, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_5) == 0x000017, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_6) == 0x000018, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_Event_IsDesignTime) == 0x000019, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_CustomEvent_PlayAnim) == 0x00001A, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_CustomEvent_PlayAnim' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_Select_Default) == 0x00001B, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_CustomEvent_CharacterStats) == 0x000020, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_CustomEvent_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000370, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_MakeStruct_FormatArgumentData) == 0x000378, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_MakeArray_Array) == 0x0003C0, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_Format_ReturnValue) == 0x0003D0, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_GetEnemyDataTableRow_Found) == 0x0003E0, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_GetEnemyDataTableRow_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_GetEnemyDataTableRow_EnemyData) == 0x0003E8, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_GetEnemyDataTableRow_EnemyData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_MakeStruct_Margin) == 0x0005E8, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_GetObjectName_ReturnValue) == 0x0005F8, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000608, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_PlayAnimation_ReturnValue_1) == 0x000610, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000618, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000619, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_3) == 0x00061A, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_4) == 0x00061B, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_5) == 0x00061C, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_6) == 0x00061D, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_EqualEqual_StrStr_ReturnValue_7) == 0x00061E, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_EqualEqual_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue) == 0x00061F, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_1) == 0x000620, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_byte_Variable_7) == 0x000621, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_2) == 0x000622, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_3) == 0x000623, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_4) == 0x000624, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_PlayAnimation_ReturnValue_2) == 0x000628, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_5) == 0x000630, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, Temp_bool_Variable_3) == 0x000631, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_BooleanOR_ReturnValue_6) == 0x000632, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_Select_Default_1) == 0x000633, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_Select_Default_2) == 0x000634, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_CustomEvent_Highlighted) == 0x000635, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_CustomEvent_Highlighted' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_Select_Default_3) == 0x000636, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000638, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait, K2Node_MakeStruct_Top_ImplicitCast) == 0x000640, "Member 'WBP_HUD_TurnOrder_Portrait_C_ExecuteUbergraph_WBP_HUD_TurnOrder_Portrait::K2Node_MakeStruct_Top_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_Portrait_C_PreConstruct \ +static_assert(alignof(WBP_HUD_TurnOrder_Portrait_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_TurnOrder_Portrait_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_Portrait_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_TurnOrder_Portrait_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_TurnOrder_Portrait_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_Portrait_C_SetCharacter \ +static_assert(alignof(WBP_HUD_TurnOrder_Portrait_C_SetCharacter) == 0x000008, "Wrong alignment on WBP_HUD_TurnOrder_Portrait_C_SetCharacter"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_Portrait_C_SetCharacter) == 0x000008, "Wrong size on WBP_HUD_TurnOrder_Portrait_C_SetCharacter"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_SetCharacter, CharacterStats) == 0x000000, "Member 'WBP_HUD_TurnOrder_Portrait_C_SetCharacter::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_TurnOrder_Portrait_C_SetHighlighted \ +static_assert(alignof(WBP_HUD_TurnOrder_Portrait_C_SetHighlighted) == 0x000001, "Wrong alignment on WBP_HUD_TurnOrder_Portrait_C_SetHighlighted"); \ +static_assert(sizeof(WBP_HUD_TurnOrder_Portrait_C_SetHighlighted) == 0x000001, "Wrong size on WBP_HUD_TurnOrder_Portrait_C_SetHighlighted"); \ +static_assert(offsetof(WBP_HUD_TurnOrder_Portrait_C_SetHighlighted, Highlighted) == 0x000000, "Member 'WBP_HUD_TurnOrder_Portrait_C_SetHighlighted::Highlighted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_TurnOrder_Portrait_C \ +static_assert(alignof(UWBP_HUD_TurnOrder_Portrait_C) == 0x000008, "Wrong alignment on UWBP_HUD_TurnOrder_Portrait_C"); \ +static_assert(sizeof(UWBP_HUD_TurnOrder_Portrait_C) == 0x000380, "Wrong size on UWBP_HUD_TurnOrder_Portrait_C"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_TurnOrder_Portrait_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Anim_IsSecond) == 0x0002E8, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Anim_IsSecond' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Anim_SetFirst) == 0x0002F0, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Anim_SetFirst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Anim_Selected) == 0x0002F8, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Anim_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Anim_Appear) == 0x000300, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Ally_BG) == 0x000308, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Ally_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Ally_Box) == 0x000310, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Ally_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Enemy_BG) == 0x000318, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Enemy_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, EnemyAlly_Box) == 0x000320, "Member 'UWBP_HUD_TurnOrder_Portrait_C::EnemyAlly_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, EnemyAllyScaleBox) == 0x000328, "Member 'UWBP_HUD_TurnOrder_Portrait_C::EnemyAllyScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, EnemyBox) == 0x000330, "Member 'UWBP_HUD_TurnOrder_Portrait_C::EnemyBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, EnemyScaleBox) == 0x000338, "Member 'UWBP_HUD_TurnOrder_Portrait_C::EnemyScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Line_Sep) == 0x000340, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Line_Sep' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Portrait_Ally) == 0x000348, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Portrait_Ally' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Portrait_enemy) == 0x000350, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Portrait_enemy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, Portrait_EnemyAlly) == 0x000358, "Member 'UWBP_HUD_TurnOrder_Portrait_C::Portrait_EnemyAlly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, WBP_TurnOrder_PortraitBackground_Ally) == 0x000360, "Member 'UWBP_HUD_TurnOrder_Portrait_C::WBP_TurnOrder_PortraitBackground_Ally' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, WBP_TurnOrder_PortraitBackground_Enemy) == 0x000368, "Member 'UWBP_HUD_TurnOrder_Portrait_C::WBP_TurnOrder_PortraitBackground_Enemy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, IsAlly) == 0x000370, "Member 'UWBP_HUD_TurnOrder_Portrait_C::IsAlly' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, IsFirst) == 0x000371, "Member 'UWBP_HUD_TurnOrder_Portrait_C::IsFirst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_TurnOrder_Portrait_C, PortraitMaterialRef) == 0x000378, "Member 'UWBP_HUD_TurnOrder_Portrait_C::PortraitMaterialRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ItemQuantityList \ +static_assert(alignof(FS_ItemQuantityList) == 0x000008, "Wrong alignment on FS_ItemQuantityList"); \ +static_assert(sizeof(FS_ItemQuantityList) == 0x000010, "Wrong size on FS_ItemQuantityList"); \ +static_assert(offsetof(FS_ItemQuantityList, ItemQuantities_8_591007CD4653E6487B6691997C4D4026) == 0x000000, "Member 'FS_ItemQuantityList::ItemQuantities_8_591007CD4653E6487B6691997C4D4026' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_VERSO_Samourai__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData) == 0x0005E0, "Wrong size on ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, __NameProperty_79) == 0x000004, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::__NameProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, __NameProperty_80) == 0x00000C, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::__NameProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, __StructProperty_81) == 0x000018, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::__StructProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0000D0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000100, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x000130, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x000160, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x000190, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x0001C0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x0001F0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000220, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x000250, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x000280, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0002B0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x0002E0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x000310, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000340, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000370, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x0003A0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0003D0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000400, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000430, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000460, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000490, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0004C0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0004F0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000520, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000550, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000580, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x0005B0, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai \ +static_assert(alignof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai) == 0x000004, "Wrong alignment on ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai) == 0x00010C, "Wrong size on ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_5) == 0x00007C, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_6) == 0x000094, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_7) == 0x0000AC, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_8) == 0x0000C4, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_9) == 0x0000DC, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai, K2Node_MakeStruct_KawaiiPhysicsSettings_10) == 0x0000F4, "Member 'ABP_PostProcess_HairVar_VERSO_Samourai_C_ExecuteUbergraph_ABP_PostProcess_HairVar_VERSO_Samourai::K2Node_MakeStruct_KawaiiPhysicsSettings_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_HairVar_VERSO_Samourai_C \ +static_assert(alignof(UABP_PostProcess_HairVar_VERSO_Samourai_C) == 0x000010, "Wrong alignment on UABP_PostProcess_HairVar_VERSO_Samourai_C"); \ +static_assert(sizeof(UABP_PostProcess_HairVar_VERSO_Samourai_C) == 0x00B410, "Wrong size on UABP_PostProcess_HairVar_VERSO_Samourai_C"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_LocalToComponentSpace) == 0x000388, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_ComponentToLocalSpace) == 0x0003A8, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_22) == 0x0003D0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_21) == 0x000B70, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_20) == 0x001310, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_19) == 0x001AB0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_18) == 0x002250, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_17) == 0x0029F0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_16) == 0x003190, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_15) == 0x003930, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_LinkedInputPose) == 0x0040D0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_14) == 0x004190, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_13) == 0x004930, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_Root) == 0x0050D0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_12) == 0x0050F0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_11) == 0x005890, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_10) == 0x006030, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_9) == 0x0067D0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_8) == 0x006F70, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_7) == 0x007710, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_6) == 0x007EB0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_5) == 0x008650, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_4) == 0x008DF0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_3) == 0x009590, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_2) == 0x009D30, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics_1) == 0x00A4D0, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_VERSO_Samourai_C, AnimGraphNode_KawaiiPhysics) == 0x00AC70, "Member 'UABP_PostProcess_HairVar_VERSO_Samourai_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination \ +static_assert(alignof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination) == 0x000008, "Wrong alignment on BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination"); \ +static_assert(sizeof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination) == 0x000060, "Wrong size on BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, EntryPoint) == 0x000000, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, K2Node_Event_OwnerController) == 0x000008, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, CallFunc_GetDestinationLocation_Location) == 0x000018, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::CallFunc_GetDestinationLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, CallFunc_GetDestinationLocation_Rotator) == 0x000030, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::CallFunc_GetDestinationLocation_Rotator' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, CallFunc_GetDestinationLocation_Success) == 0x000048, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::CallFunc_GetDestinationLocation_Success' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000050, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTTask_TeleportToDestination_C_ExecuteUbergraph_BTTask_TeleportToDestination::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_TeleportToDestination_C_GetDestinationLocation \ +static_assert(alignof(BTTask_TeleportToDestination_C_GetDestinationLocation) == 0x000008, "Wrong alignment on BTTask_TeleportToDestination_C_GetDestinationLocation"); \ +static_assert(sizeof(BTTask_TeleportToDestination_C_GetDestinationLocation) == 0x000128, "Wrong size on BTTask_TeleportToDestination_C_GetDestinationLocation"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, ControlledPawn) == 0x000000, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, Location) == 0x000008, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, Rotator) == 0x000020, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::Rotator' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, Success) == 0x000038, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::Success' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_GetActorBounds_Origin) == 0x000040, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_GetActorBounds_BoxExtent) == 0x000058, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000070, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_BreakVector_X) == 0x000078, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_BreakVector_Y) == 0x000080, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_BreakVector_Z) == 0x000088, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, K2Node_DynamicCast_AsActor) == 0x000090, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000B8, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x0000D0, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_K2_GetRandomReachablePointInRadius_RandomLocation) == 0x0000E8, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_K2_GetRandomReachablePointInRadius_RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_K2_GetRandomReachablePointInRadius_ReturnValue) == 0x000100, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_K2_GetRandomReachablePointInRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000108, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_GetDestinationLocation, CallFunc_K2_GetRandomReachablePointInRadius_Radius_ImplicitCast) == 0x000120, "Member 'BTTask_TeleportToDestination_C_GetDestinationLocation::CallFunc_K2_GetRandomReachablePointInRadius_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_TeleportToDestination_C_ReceiveExecuteAI \ +static_assert(alignof(BTTask_TeleportToDestination_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_TeleportToDestination_C_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_TeleportToDestination_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_TeleportToDestination_C_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_TeleportToDestination_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_TeleportToDestination_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_TeleportToDestination_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_TeleportToDestination_C \ +static_assert(alignof(UBTTask_TeleportToDestination_C) == 0x000008, "Wrong alignment on UBTTask_TeleportToDestination_C"); \ +static_assert(sizeof(UBTTask_TeleportToDestination_C) == 0x000108, "Wrong size on UBTTask_TeleportToDestination_C"); \ +static_assert(offsetof(UBTTask_TeleportToDestination_C, UberGraphFrame) == 0x0000A8, "Member 'UBTTask_TeleportToDestination_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_TeleportToDestination_C, SearchRadiusAroundDestination) == 0x0000B0, "Member 'UBTTask_TeleportToDestination_C::SearchRadiusAroundDestination' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_TeleportToDestination_C, DestinationBlackboardKeySelector) == 0x0000B8, "Member 'UBTTask_TeleportToDestination_C::DestinationBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_TeleportToDestination_C, ActorBlackboardKeySelector) == 0x0000E0, "Member 'UBTTask_TeleportToDestination_C::ActorBlackboardKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ItemQuantityPerWeaponUpgrade \ +static_assert(alignof(FS_ItemQuantityPerWeaponUpgrade) == 0x000008, "Wrong alignment on FS_ItemQuantityPerWeaponUpgrade"); \ +static_assert(sizeof(FS_ItemQuantityPerWeaponUpgrade) == 0x000020, "Wrong size on FS_ItemQuantityPerWeaponUpgrade"); \ +static_assert(offsetof(FS_ItemQuantityPerWeaponUpgrade, WeaponLevel_2_98615B3F493EC33D9BA407BEEEA6CCF8) == 0x000000, "Member 'FS_ItemQuantityPerWeaponUpgrade::WeaponLevel_2_98615B3F493EC33D9BA407BEEEA6CCF8' has a wrong offset!"); \ +static_assert(offsetof(FS_ItemQuantityPerWeaponUpgrade, ItemQuantity_5_9E027B1A4E53590DB7121089D9DC303E) == 0x000008, "Member 'FS_ItemQuantityPerWeaponUpgrade::ItemQuantity_5_9E027B1A4E53590DB7121089D9DC303E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_BattleDeathCommon_C_Received_Notify \ +static_assert(alignof(AN_BattleDeathCommon_C_Received_Notify) == 0x000008, "Wrong alignment on AN_BattleDeathCommon_C_Received_Notify"); \ +static_assert(sizeof(AN_BattleDeathCommon_C_Received_Notify) == 0x000090, "Wrong size on AN_BattleDeathCommon_C_Received_Notify"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_BattleDeathCommon_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, Animation) == 0x000008, "Member 'AN_BattleDeathCommon_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_BattleDeathCommon_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_BattleDeathCommon_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_BattleDeathCommon_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000050, "Member 'AN_BattleDeathCommon_C_Received_Notify::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'AN_BattleDeathCommon_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager) == 0x000068, "Member 'AN_BattleDeathCommon_C_Received_Notify::CallFunc_GetBattleAudioCharacterManager_AudioCharacterBattleManager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'AN_BattleDeathCommon_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager) == 0x000078, "Member 'AN_BattleDeathCommon_C_Received_Notify::K2Node_DynamicCast_AsBPI_Audio_Battle_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(AN_BattleDeathCommon_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'AN_BattleDeathCommon_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_BattleDeathCommon_C \ +static_assert(alignof(UAN_BattleDeathCommon_C) == 0x000008, "Wrong alignment on UAN_BattleDeathCommon_C"); \ +static_assert(sizeof(UAN_BattleDeathCommon_C) == 0x000040, "Wrong size on UAN_BattleDeathCommon_C"); \ +static_assert(offsetof(UAN_BattleDeathCommon_C, AttnOverrideBattleDeathCommon) == 0x000038, "Member 'UAN_BattleDeathCommon_C::AttnOverrideBattleDeathCommon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides \ +static_assert(alignof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides) == 0x000004, "Wrong alignment on BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides"); \ +static_assert(sizeof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides) == 0x00000C, "Wrong size on BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides, IsVerso_0) == 0x000000, "Member 'BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides::IsVerso_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000004, "Member 'BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000008, "Member 'BP_WeaponSkin_Noah_Base_C_ApplyVersoOverrides::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL \ +static_assert(alignof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL) == 0x000008, "Wrong alignment on BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL"); \ +static_assert(sizeof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL) == 0x000068, "Wrong size on BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, TrailsArrayL) == 0x000000, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, Temp_bool_Variable) == 0x000010, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, Temp_wildcard_Variable) == 0x000018, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL) == 0x000038, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::CallFunc_GetAllTrailsOnWeaponL_TrailsArrayL' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, K2Node_MakeArray_Array_1) == 0x000048, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL, K2Node_Select_Default) == 0x000058, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponL::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR \ +static_assert(alignof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR) == 0x000008, "Wrong alignment on BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR"); \ +static_assert(sizeof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR) == 0x000040, "Wrong size on BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR, TrailsArrayR) == 0x000000, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR::TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR, Temp_wildcard_Variable) == 0x000010, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR, CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR) == 0x000020, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR::CallFunc_GetAllTrailsOnWeaponR_TrailsArrayR' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_WeaponSkin_Noah_Base_C_GetAllTrailsOnWeaponR::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WeaponSkin_Noah_Base_C \ +static_assert(alignof(ABP_WeaponSkin_Noah_Base_C) == 0x000008, "Wrong alignment on ABP_WeaponSkin_Noah_Base_C"); \ +static_assert(sizeof(ABP_WeaponSkin_Noah_Base_C) == 0x0004E8, "Wrong size on ABP_WeaponSkin_Noah_Base_C"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_LV) == 0x000478, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_LV' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_L1V) == 0x000480, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_L1V' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, VersoWeapon) == 0x000488, "Member 'ABP_WeaponSkin_Noah_Base_C::VersoWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_L1) == 0x000490, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_L1' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_R1) == 0x000498, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_R1' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_L) == 0x0004A0, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Trail_R) == 0x0004A8, "Member 'ABP_WeaponSkin_Noah_Base_C::Trail_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, WeaponName_0) == 0x0004B0, "Member 'ABP_WeaponSkin_Noah_Base_C::WeaponName_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, IsVerso) == 0x0004C0, "Member 'ABP_WeaponSkin_Noah_Base_C::IsVerso' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, NoahWeaponRef) == 0x0004C8, "Member 'ABP_WeaponSkin_Noah_Base_C::NoahWeaponRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, VersoWeaponRef) == 0x0004D0, "Member 'ABP_WeaponSkin_Noah_Base_C::VersoWeaponRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, Weapon_L_SM_Handle_BP_WeaponSkin_Noah_Base_C) == 0x0004D8, "Member 'ABP_WeaponSkin_Noah_Base_C::Weapon_L_SM_Handle_BP_WeaponSkin_Noah_Base_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponSkin_Noah_Base_C, VersoWeaponRefSK) == 0x0004E0, "Member 'ABP_WeaponSkin_Noah_Base_C::VersoWeaponRefSK' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WallCorner_C \ +static_assert(alignof(ABP_WallCorner_C) == 0x000008, "Wrong alignment on ABP_WallCorner_C"); \ +static_assert(sizeof(ABP_WallCorner_C) == 0x000298, "Wrong size on ABP_WallCorner_C"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicCharacter__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData) == 0x000A80, "Wrong size on ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_231) == 0x000004, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_231' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_232) == 0x00000C, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_232' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __IntProperty_233) == 0x000014, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__IntProperty_233' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_234) == 0x000018, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_234' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_235) == 0x000020, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_235' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __ArrayProperty_236) == 0x000028, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__ArrayProperty_236' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_237) == 0x000038, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_237' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_238) == 0x000040, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_238' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __IntProperty_239) == 0x000048, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__IntProperty_239' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __ArrayProperty_240) == 0x000050, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__ArrayProperty_240' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __FloatProperty_241) == 0x000060, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__FloatProperty_241' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_242) == 0x000064, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_242' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_243) == 0x00006C, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_243' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __IntProperty_244) == 0x000074, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__IntProperty_244' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __BlendProfile_245) == 0x000078, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__BlendProfile_245' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __CurveFloat_246) == 0x000080, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__CurveFloat_246' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __EnumProperty_247) == 0x000088, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__EnumProperty_247' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __EnumProperty_248) == 0x000089, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__EnumProperty_248' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __ArrayProperty_249) == 0x000090, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__ArrayProperty_249' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __ArrayProperty_250) == 0x0000A0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__ArrayProperty_250' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __StructProperty_251) == 0x0000B0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__StructProperty_251' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __BoolProperty_252) == 0x0000D0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__BoolProperty_252' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __FloatProperty_253) == 0x0000D4, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__FloatProperty_253' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __StructProperty_254) == 0x0000D8, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__StructProperty_254' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __FloatProperty_255) == 0x000104, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__FloatProperty_255' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __BoolProperty_256) == 0x000108, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__BoolProperty_256' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __EnumProperty_257) == 0x000109, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__EnumProperty_257' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __ByteProperty_258) == 0x00010A, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__ByteProperty_258' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, __NameProperty_259) == 0x00010C, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::__NameProperty_259' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000118, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000198, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x0001B0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x0001E0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000210, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x000240, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x000270, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0002A0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0002D0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DragonAimSolver) == 0x000300, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DragonAimSolver' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x000330, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000360, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000390, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0003C0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0003F0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x000420, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x000450, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x000480, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x0004B0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0004E0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x000510, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x000540, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000570, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x0005A0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x0005D0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000600, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000630, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000660, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x000690, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x0006C0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x0006F0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x000720, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x000750, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x000780, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x0007B0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x0007E0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000810, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000840, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x000870, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x0008A0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x0008D0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x000900, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x000930, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x000960, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000990, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0009C0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0009F0, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000A20, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000A50, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicCharacter__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData) == 0x000018, "Wrong size on ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __BoolProperty_1) == 0x00000C, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__BoolProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __FloatProperty_2) == 0x000010, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__FloatProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __BoolProperty_3) == 0x000014, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__BoolProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData, __ByteProperty_4) == 0x000015, "Member 'ABP_CinematicCharacter::FAnimBlueprintGeneratedMutableData::__ByteProperty_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicCharacter_C_AnimGraph \ +static_assert(alignof(ABP_CinematicCharacter_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_CinematicCharacter_C_AnimGraph"); \ +static_assert(sizeof(ABP_CinematicCharacter_C_AnimGraph) == 0x000010, "Wrong size on ABP_CinematicCharacter_C_AnimGraph"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_CinematicCharacter_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicCharacter_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_CinematicCharacter_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_CinematicCharacter_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_CinematicCharacter_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_CinematicCharacter_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_CinematicCharacter_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter \ +static_assert(alignof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter) == 0x000010, "Wrong alignment on ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter"); \ +static_assert(sizeof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter) == 0x000160, "Wrong size on ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, EntryPoint) == 0x000000, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000005, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x00000C, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x00000D, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000010, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000014, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x000020, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000023, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000030, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000090, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000091, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x000092, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000093, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanOR_ReturnValue_2) == 0x000094, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_SelectFloat_ReturnValue_1) == 0x000098, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0000A0, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000A1, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A2, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x0000A3, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_Event_DeltaTimeX) == 0x0000A4, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0000A8, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x0000B0, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_IsValid_ReturnValue_2) == 0x0000B9, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_IsValid_ReturnValue_3) == 0x0000BA, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_DynamicCast_AsBP_Cine_Character_Main_1) == 0x0000D8, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_DynamicCast_AsBP_Cine_Character_Main_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E8, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_GetSocketLocation_ReturnValue) == 0x000100, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000118, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_IsInPlayMode_ReturnValue) == 0x000119, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x00011A, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x00011B, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_RandomFloatInRange_ReturnValue) == 0x000120, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000128, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000130, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000138, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x000140, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_VariableSet_HandsManualBlendWeight_ImplicitCast) == 0x000148, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_VariableSet_HandsManualBlendWeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_StructMemberSet_Lookat_Radius_ImplicitCast) == 0x00014C, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_StructMemberSet_Lookat_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_StructMemberSet_Interpolation_Speed_ImplicitCast) == 0x000150, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_StructMemberSet_Interpolation_Speed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_VariableSet_BreathingPlayRate_ImplicitCast) == 0x000154, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_VariableSet_BreathingPlayRate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_VariableSet_Start_PositionBreathingAnimation_ImplicitCast) == 0x000158, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_VariableSet_Start_PositionBreathingAnimation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter, K2Node_VariableSet_BreathingPlayRate_ImplicitCast_1) == 0x00015C, "Member 'ABP_CinematicCharacter_C_ExecuteUbergraph_ABP_CinematicCharacter::K2Node_VariableSet_BreathingPlayRate_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_CinematicCharacter_C \ +static_assert(alignof(UABP_CinematicCharacter_C) == 0x000010, "Wrong alignment on UABP_CinematicCharacter_C"); \ +static_assert(sizeof(UABP_CinematicCharacter_C) == 0x0020E0, "Wrong size on UABP_CinematicCharacter_C"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, UberGraphFrame) == 0x000370, "Member 'UABP_CinematicCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_CinematicCharacter_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimBlueprintExtension_PropertyAccess) == 0x000390, "Member 'UABP_CinematicCharacter_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimBlueprintExtension_Base) == 0x000398, "Member 'UABP_CinematicCharacter_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SaveCachedPose_3) == 0x0003A0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_Slot_1) == 0x000420, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_Root) == 0x000468, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_ApplyAdditive_2) == 0x000488, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SequencePlayer_4) == 0x000550, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_LocalToComponentSpace) == 0x000598, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_ComponentToLocalSpace) == 0x0005B8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_DragonAimSolver) == 0x0005E0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_DragonAimSolver' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_ApplyAdditive_1) == 0x001360, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult_5) == 0x001428, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult_4) == 0x001450, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult_3) == 0x001478, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult_2) == 0x0014A0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SequencePlayer_3) == 0x0014C8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult_5) == 0x001510, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SequencePlayer_2) == 0x001530, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult_4) == 0x001578, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult_3) == 0x001598, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateMachine_2) == 0x0015B8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_BlendListByBool_1) == 0x001680, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult_1) == 0x0016C8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_TransitionResult) == 0x0016F0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_7) == 0x001718, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult_2) == 0x001740, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_BlendSpacePlayer) == 0x001760, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult_1) == 0x0017D0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateMachine_1) == 0x0017F0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_6) == 0x0018B8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_5) == 0x0018E0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_4) == 0x001908, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_3) == 0x001930, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_ApplyAdditive) == 0x001958, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_BlendListByBool) == 0x001A20, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SequencePlayer_1) == 0x001A68, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateResult) == 0x001AB0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_StateMachine) == 0x001AD0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_LayeredBoneBlend_1) == 0x001B98, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SaveCachedPose_2) == 0x001C88, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_LayeredBoneBlend) == 0x001D08, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_2) == 0x001DF8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose_1) == 0x001E20, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SaveCachedPose_1) == 0x001E48, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_UseCachedPose) == 0x001EC8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_Slot) == 0x001EF0, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SaveCachedPose) == 0x001F38, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_BlendListByEnum) == 0x001FB8, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, AnimGraphNode_SequencePlayer) == 0x002000, "Member 'UABP_CinematicCharacter_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, HandsPose) == 0x002048, "Member 'UABP_CinematicCharacter_C::HandsPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, As_BP_Cine_Character_Main) == 0x002050, "Member 'UABP_CinematicCharacter_C::As_BP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Use_Mocap_Hands) == 0x002058, "Member 'UABP_CinematicCharacter_C::Use_Mocap_Hands' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, HandsManualBlendWeight) == 0x00205C, "Member 'UABP_CinematicCharacter_C::HandsManualBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, PreviousPelvisLocation) == 0x002060, "Member 'UABP_CinematicCharacter_C::PreviousPelvisLocation' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, LookAtAlpha) == 0x002078, "Member 'UABP_CinematicCharacter_C::LookAtAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, LookAtPosition) == 0x002080, "Member 'UABP_CinematicCharacter_C::LookAtPosition' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Breathing_Alpha) == 0x002098, "Member 'UABP_CinematicCharacter_C::Breathing_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, BreathingPlayRate) == 0x0020A0, "Member 'UABP_CinematicCharacter_C::BreathingPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Start_PositionBreathingAnimation) == 0x0020A4, "Member 'UABP_CinematicCharacter_C::Start_PositionBreathingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Turning_Direction) == 0x0020A8, "Member 'UABP_CinematicCharacter_C::Turning_Direction' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Speed) == 0x0020B0, "Member 'UABP_CinematicCharacter_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Use_Automatic_Movement_System) == 0x0020B8, "Member 'UABP_CinematicCharacter_C::Use_Automatic_Movement_System' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, Movement_Blend_Space) == 0x0020C0, "Member 'UABP_CinematicCharacter_C::Movement_Blend_Space' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, OnlyMoveHeadForLookAt) == 0x0020C8, "Member 'UABP_CinematicCharacter_C::OnlyMoveHeadForLookAt' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, LookAtInterpolationSpeed) == 0x0020D0, "Member 'UABP_CinematicCharacter_C::LookAtInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_CinematicCharacter_C, HandAdditive_Activate) == 0x0020D8, "Member 'UABP_CinematicCharacter_C::HandAdditive_Activate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Facial_Cine_Main__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData) == 0x001750, "Wrong size on ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __FloatProperty_1083) == 0x000004, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__FloatProperty_1083' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __EnumProperty_1084) == 0x000008, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__EnumProperty_1084' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1085) == 0x000010, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1085' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __BoolProperty_1086) == 0x000020, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__BoolProperty_1086' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1087) == 0x000024, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1087' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1088) == 0x00002C, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1088' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1089) == 0x000038, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1089' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1090) == 0x000048, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1090' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __IntProperty_1091) == 0x000050, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__IntProperty_1091' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1092) == 0x000054, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1092' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1093) == 0x00005C, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1093' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __IntProperty_1094) == 0x000064, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__IntProperty_1094' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1095) == 0x000068, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1095' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __FloatProperty_1096) == 0x000070, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__FloatProperty_1096' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __StructProperty_1097) == 0x000074, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__StructProperty_1097' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __FloatProperty_1098) == 0x0000A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__FloatProperty_1098' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __EnumProperty_1099) == 0x0000A4, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__EnumProperty_1099' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __ByteProperty_1100) == 0x0000A5, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__ByteProperty_1100' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __NameProperty_1101) == 0x0000A8, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__NameProperty_1101' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __StructProperty_1102) == 0x0000B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__StructProperty_1102' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __BlendProfile_1103) == 0x0000D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__BlendProfile_1103' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __CurveFloat_1104) == 0x0000D8, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__CurveFloat_1104' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __BoolProperty_1105) == 0x0000E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__BoolProperty_1105' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __EnumProperty_1106) == 0x0000E1, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__EnumProperty_1106' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __EnumProperty_1107) == 0x0000E2, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__EnumProperty_1107' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1108) == 0x0000E8, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1108' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000F8, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000178, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x000190, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_69) == 0x0001C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x0001F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RotationOffsetBlendSpace) == 0x000220, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000250, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x000280, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_68) == 0x0002B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_67) == 0x0002E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_66) == 0x000310, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_65) == 0x000340, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_64) == 0x000370, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_63) == 0x0003A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_62) == 0x0003D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_61) == 0x000400, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_60) == 0x000430, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_59) == 0x000460, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_58) == 0x000490, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_57) == 0x0004C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_56) == 0x0004F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_55) == 0x000520, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_54) == 0x000550, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_53) == 0x000580, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_52) == 0x0005B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_51) == 0x0005E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_50) == 0x000610, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_49) == 0x000640, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_48) == 0x000670, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_47) == 0x0006A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x0006D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000700, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_46) == 0x000730, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_45) == 0x000760, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_44) == 0x000790, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_43) == 0x0007C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_42) == 0x0007F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_41) == 0x000820, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_40) == 0x000850, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x000880, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x0008B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x0008E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x000910, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x000940, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x000970, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x0009A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x0009D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x000A00, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x000A30, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x000A60, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x000A90, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x000AC0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x000AF0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x000B20, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x000B50, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x000B80, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x000BB0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend) == 0x000BE0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x000C10, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x000C40, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x000C70, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x000CA0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x000CD0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x000D00, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x000D30, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x000D60, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x000D90, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x000DC0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x000DF0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x000E20, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x000E50, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x000E80, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x000EB0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x000EE0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x000F10, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x000F40, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000F70, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x000FA0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x000FD0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x001000, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001030, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x001060, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x001090, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x0010C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0010F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CurveBlend) == 0x001120, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CurveBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x001150, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x001180, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x0011B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x0011E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x001210, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001240, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001270, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x0012A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x0012D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x001300, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x001330, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x001360, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x001390, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0013C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x0013F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001420, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x001450, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x001480, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve) == 0x0014B0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x0014E0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x001510, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CurveModifyIntensity) == 0x001540, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CurveModifyIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x001570, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0015A0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x0015D0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x001600, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x001630, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001660, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x001690, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0016C0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x0016F0, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x001720, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Facial_Cine_Main__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData) == 0x000040, "Wrong size on ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __ArrayProperty_1) == 0x000010, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__ArrayProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __ByteProperty_2) == 0x000020, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__ByteProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __ArrayProperty_3) == 0x000028, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__ArrayProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __ByteProperty_4) == 0x000038, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__ByteProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __BoolProperty_5) == 0x000039, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__BoolProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData, __BoolProperty_6) == 0x00003A, "Member 'ABP_Facial_Cine_Main::FAnimBlueprintGeneratedMutableData::__BoolProperty_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Facial_Cine_Main_C_AnimGraph \ +static_assert(alignof(ABP_Facial_Cine_Main_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Facial_Cine_Main_C_AnimGraph"); \ +static_assert(sizeof(ABP_Facial_Cine_Main_C_AnimGraph) == 0x000010, "Wrong size on ABP_Facial_Cine_Main_C_AnimGraph"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Facial_Cine_Main_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main \ +static_assert(alignof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main) == 0x000010, "Wrong alignment on ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main"); \ +static_assert(sizeof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main) == 0x0000B0, "Wrong size on ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, EntryPoint) == 0x000000, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_IsSlotActive_ReturnValue) == 0x000011, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_IsSlotActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_MakeRotator_ReturnValue) == 0x000018, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Conv_RotatorToQuaternion_ReturnValue) == 0x000030, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Conv_RotatorToQuaternion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000050, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Abs_ReturnValue) == 0x000058, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Abs_ReturnValue_1) == 0x000060, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000068, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, K2Node_StructMemberSet_Alpha_ImplicitCast) == 0x000078, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::K2Node_StructMemberSet_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x00007C, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000080, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000088, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Abs_A_ImplicitCast) == 0x000090, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, K2Node_StructMemberSet_Alpha_ImplicitCast_1) == 0x000098, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::K2Node_StructMemberSet_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, CallFunc_Abs_A_ImplicitCast_1) == 0x0000A0, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main, K2Node_StructMemberSet_Alpha_ImplicitCast_2) == 0x0000A8, "Member 'ABP_Facial_Cine_Main_C_ExecuteUbergraph_ABP_Facial_Cine_Main::K2Node_StructMemberSet_Alpha_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Facial_Cine_Main_C \ +static_assert(alignof(UABP_Facial_Cine_Main_C) == 0x000010, "Wrong alignment on UABP_Facial_Cine_Main_C"); \ +static_assert(sizeof(UABP_Facial_Cine_Main_C) == 0x003060, "Wrong size on UABP_Facial_Cine_Main_C"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, UberGraphFrame) == 0x000370, "Member 'UABP_Facial_Cine_Main_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_Facial_Cine_Main_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimBlueprintExtension_PropertyAccess) == 0x0003B8, "Member 'UABP_Facial_Cine_Main_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimBlueprintExtension_Base) == 0x0003C0, "Member 'UABP_Facial_Cine_Main_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive_5) == 0x0003C8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_69) == 0x000490, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive_4) == 0x0004D8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x0005A0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_LayeredBoneBlend) == 0x0006B8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_BlendListByEnum_1) == 0x0007A8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_68) == 0x0007F0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_67) == 0x000838, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_66) == 0x000880, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_65) == 0x0008C8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_64) == 0x000910, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_63) == 0x000958, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_62) == 0x0009A0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_61) == 0x0009E8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_60) == 0x000A30, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_59) == 0x000A78, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_58) == 0x000AC0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_57) == 0x000B08, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_56) == 0x000B50, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_55) == 0x000B98, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_54) == 0x000BE0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_53) == 0x000C28, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_52) == 0x000C70, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_51) == 0x000CB8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_50) == 0x000D00, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_49) == 0x000D48, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_48) == 0x000D90, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_47) == 0x000DD8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose_5) == 0x000E20, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_BlendListByEnum) == 0x000EA0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_46) == 0x000EE8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_45) == 0x000F30, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_44) == 0x000F78, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_43) == 0x000FC0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_42) == 0x001008, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_41) == 0x001050, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_40) == 0x001098, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_39) == 0x0010E0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_38) == 0x001128, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_37) == 0x001170, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_36) == 0x0011B8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_35) == 0x001200, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_34) == 0x001248, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_33) == 0x001290, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_32) == 0x0012D8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_31) == 0x001320, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_30) == 0x001368, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_29) == 0x0013B0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_28) == 0x0013F8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_27) == 0x001440, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_26) == 0x001488, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_25) == 0x0014D0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive_3) == 0x001518, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_8) == 0x0015E0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_24) == 0x001608, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_TwoWayBlend) == 0x001650, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_23) == 0x001718, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_22) == 0x001760, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_21) == 0x0017A8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_20) == 0x0017F0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_19) == 0x001838, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_18) == 0x001880, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_17) == 0x0018C8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_16) == 0x001910, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_15) == 0x001958, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_14) == 0x0019A0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_13) == 0x0019E8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_12) == 0x001A30, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_11) == 0x001A78, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_10) == 0x001AC0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_Slot_1) == 0x001B08, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_9) == 0x001B50, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_8) == 0x001B98, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose_4) == 0x001BE0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_TransitionResult_3) == 0x001C60, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_TransitionResult_2) == 0x001C88, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_7) == 0x001CB0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateResult_3) == 0x001CF8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateResult_2) == 0x001D18, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateMachine_1) == 0x001D38, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_CopyPoseFromMesh) == 0x001E00, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_7) == 0x001F58, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_Slot) == 0x001F80, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_CurveBlend) == 0x001FC8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_CurveBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_BlendListByBool_1) == 0x002000, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose_3) == 0x002048, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_6) == 0x0020C8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_5) == 0x0020F0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_4) == 0x002118, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_TransitionResult_1) == 0x002140, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_TransitionResult) == 0x002168, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive_2) == 0x002190, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_3) == 0x002258, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_6) == 0x002280, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateResult_1) == 0x0022C8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive_1) == 0x0022E8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_2) == 0x0023B0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_5) == 0x0023D8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateResult) == 0x002420, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_StateMachine) == 0x002440, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose_2) == 0x002508, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose_1) == 0x002588, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ModifyCurve) == 0x0025B0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ApplyAdditive) == 0x0026D0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_4) == 0x002798, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_CurveModifyIntensity) == 0x0027E0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_CurveModifyIntensity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose_1) == 0x002808, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_Root) == 0x002888, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_ControlRig) == 0x0028A8, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_3) == 0x002D78, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_2) == 0x002DC0, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer_1) == 0x002E08, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SequencePlayer) == 0x002E50, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_SaveCachedPose) == 0x002E98, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_UseCachedPose) == 0x002F18, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, AnimGraphNode_BlendListByBool) == 0x002F40, "Member 'UABP_Facial_Cine_Main_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, __CustomProperty_OffsetTransform_Rotation_2F764CB54776461C3381AD85CB8FF976) == 0x002F90, "Member 'UABP_Facial_Cine_Main_C::__CustomProperty_OffsetTransform_Rotation_2F764CB54776461C3381AD85CB8FF976' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyesLookAt_Horizontal) == 0x002FB0, "Member 'UABP_Facial_Cine_Main_C::EyesLookAt_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyesLookAt_Vertical) == 0x002FB4, "Member 'UABP_Facial_Cine_Main_C::EyesLookAt_Vertical' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyesLookAt_Alpha) == 0x002FB8, "Member 'UABP_Facial_Cine_Main_C::EyesLookAt_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, As_BP_Cine_Character_Main) == 0x002FC0, "Member 'UABP_Facial_Cine_Main_C::As_BP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, VectorLength) == 0x002FC8, "Member 'UABP_Facial_Cine_Main_C::VectorLength' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Expression_1) == 0x002FD0, "Member 'UABP_Facial_Cine_Main_C::Expression_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Expression_1_Strength) == 0x002FD8, "Member 'UABP_Facial_Cine_Main_C::Expression_1_Strength' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Expression_2) == 0x002FE0, "Member 'UABP_Facial_Cine_Main_C::Expression_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Expression_2_Strength) == 0x002FE8, "Member 'UABP_Facial_Cine_Main_C::Expression_2_Strength' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, ExpressionsBlendTime) == 0x002FF0, "Member 'UABP_Facial_Cine_Main_C::ExpressionsBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, RemapFloatFacialAngle) == 0x002FF8, "Member 'UABP_Facial_Cine_Main_C::RemapFloatFacialAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, ManualFacialAnimAlpha) == 0x003000, "Member 'UABP_Facial_Cine_Main_C::ManualFacialAnimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, OpenEyes) == 0x003004, "Member 'UABP_Facial_Cine_Main_C::OpenEyes' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, UseFishlouth) == 0x003008, "Member 'UABP_Facial_Cine_Main_C::UseFishlouth' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, UpperLipRemoveAlpha) == 0x00300C, "Member 'UABP_Facial_Cine_Main_C::UpperLipRemoveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Head_LeftRight) == 0x003010, "Member 'UABP_Facial_Cine_Main_C::Head_LeftRight' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Head_UpDown) == 0x003018, "Member 'UABP_Facial_Cine_Main_C::Head_UpDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, Eyes_Shaking_Alpha) == 0x003020, "Member 'UABP_Facial_Cine_Main_C::Eyes_Shaking_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, JawOpenAlpha) == 0x003028, "Member 'UABP_Facial_Cine_Main_C::JawOpenAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyeLeftRight) == 0x003030, "Member 'UABP_Facial_Cine_Main_C::EyeLeftRight' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyeUpDown) == 0x003034, "Member 'UABP_Facial_Cine_Main_C::EyeUpDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, LipSyncCurveBlendProfile) == 0x003038, "Member 'UABP_Facial_Cine_Main_C::LipSyncCurveBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, CurveIntensityProfile) == 0x003040, "Member 'UABP_Facial_Cine_Main_C::CurveIntensityProfile' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyesUp_Dev) == 0x003048, "Member 'UABP_Facial_Cine_Main_C::EyesUp_Dev' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyesDown_Dev) == 0x00304C, "Member 'UABP_Facial_Cine_Main_C::EyesDown_Dev' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyeLeft_Dev) == 0x003050, "Member 'UABP_Facial_Cine_Main_C::EyeLeft_Dev' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, EyeRight_Dev) == 0x003054, "Member 'UABP_Facial_Cine_Main_C::EyeRight_Dev' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, OpenMouth) == 0x003058, "Member 'UABP_Facial_Cine_Main_C::OpenMouth' has a wrong offset!"); \ +static_assert(offsetof(UABP_Facial_Cine_Main_C, DisableAnimProfile) == 0x00305C, "Member 'UABP_Facial_Cine_Main_C::DisableAnimProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_CheckForErrors \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_CheckForErrors) == 0x0000A8, "Wrong size on BP_CinematicCharacterSkinComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000011, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_NotEqual_NameName_ReturnValue) == 0x000012, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'BP_CinematicCharacterSkinComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_SwapBody \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_SwapBody) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_SwapBody"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_SwapBody) == 0x0000A0, "Wrong size on BP_CinematicCharacterSkinComponent_C_SwapBody"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Body) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Body' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, NewSkeletalMesh) == 0x000008, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::NewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, local_ChildrenToSwap) == 0x000010, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::local_ChildrenToSwap' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_GetChildrenComponents_Children) == 0x000020, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_wildcard_Variable) == 0x000040, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_wildcard_Variable_1) == 0x000058, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Less_IntInt_ReturnValue_1) == 0x000079, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_GetAttachSocketName_ReturnValue) == 0x000090, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_GetAttachSocketName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_SwapBody, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000098, "Member 'BP_CinematicCharacterSkinComponent_C_SwapBody::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData) == 0x000018, "Wrong size on BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData, CallFunc_ShouldApplyAnyCustomization_ReturnValue) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData::CallFunc_ShouldApplyAnyCustomization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData, CallFunc_ShouldApplyUserCustomization_ReturnValue) == 0x000001, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData::CallFunc_ShouldApplyUserCustomization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData, CallFunc_GetCharacterBody_ReturnValue) == 0x000010, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomizationFromCharacterData::CallFunc_GetCharacterBody_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization) == 0x000050, "Wrong size on BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, ReturnValue) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000010, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_IsInEditorPreview_ReturnValue) == 0x000019, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_IsInEditorPreview_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000028, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000030, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue) == 0x000038, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_GetEnableCustomizationDuringCinematics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000040, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_IsInCinematicTransition_ReturnValue) == 0x000048, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_IsInCinematicTransition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004A, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization, CallFunc_BooleanAND_ReturnValue) == 0x00004B, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyUserCustomization::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization) == 0x000001, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization) == 0x000004, "Wrong size on BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization, ReturnValue) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization, CallFunc_IsNameValid_ReturnValue) == 0x000002, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_CinematicCharacterSkinComponent_C_ShouldApplyAnyCustomization::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ApplyCustomization \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ApplyCustomization) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ApplyCustomization"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ApplyCustomization) == 0x000010, "Wrong size on BP_CinematicCharacterSkinComponent_C_ApplyCustomization"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomization, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomization::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyCustomization, CallFunc_GetCharacterByID_CharacterData) == 0x000008, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyCustomization::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C) == 0x000008, "Wrong size on BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C, Loaded) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_OnLoaded_E073811A4DDB0114C9452A9C8DBC132C::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization) == 0x000008, "Wrong size on BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization, Body) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ApplyDefaultCustomization::Body' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent \ +static_assert(alignof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent) == 0x000008, "Wrong alignment on BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent"); \ +static_assert(sizeof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent) == 0x0000D0, "Wrong size on BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, EntryPoint) == 0x000000, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000008, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CustomEvent_Body) == 0x000018, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CustomEvent_Body' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000020, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000028, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_AsSkeletal_Mesh) == 0x000030, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_AsSkeletal_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, Temp_object_Variable) == 0x000040, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_AsSkeletal_Mesh_1) == 0x000058, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_AsSkeletal_Mesh_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_BindOnSaveLoaded_AlreadyLoaded) == 0x000061, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_BindOnSaveLoaded_AlreadyLoaded' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000080, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_ShouldApplyAnyCustomization_ReturnValue) == 0x000089, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_ShouldApplyAnyCustomization_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_Event_EndPlayReason) == 0x00008A, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_GetPlayerController_ReturnValue_1) == 0x000090, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000098, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0000A8, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_ShouldApplyAnyCustomization_ReturnValue_1) == 0x0000B1, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_ShouldApplyAnyCustomization_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, CallFunc_IsInEditorPreview_ReturnValue) == 0x0000B2, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::CallFunc_IsInEditorPreview_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CustomEvent_Loaded) == 0x0000B8, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000C0, "Member 'BP_CinematicCharacterSkinComponent_C_ExecuteUbergraph_BP_CinematicCharacterSkinComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CinematicCharacterSkinComponent_C \ +static_assert(alignof(UBP_CinematicCharacterSkinComponent_C) == 0x000008, "Wrong alignment on UBP_CinematicCharacterSkinComponent_C"); \ +static_assert(sizeof(UBP_CinematicCharacterSkinComponent_C) == 0x000210, "Wrong size on UBP_CinematicCharacterSkinComponent_C"); \ +static_assert(offsetof(UBP_CinematicCharacterSkinComponent_C, UberGraphFrame_BP_CinematicCharacterSkinComponent_C) == 0x0001D0, "Member 'UBP_CinematicCharacterSkinComponent_C::UberGraphFrame_BP_CinematicCharacterSkinComponent_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicCharacterSkinComponent_C, CharacterHardcodedName) == 0x0001D8, "Member 'UBP_CinematicCharacterSkinComponent_C::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicCharacterSkinComponent_C, ApplyCharacterSkin) == 0x0001E0, "Member 'UBP_CinematicCharacterSkinComponent_C::ApplyCharacterSkin' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicCharacterSkinComponent_C, ApplyCharacterFace) == 0x0001E1, "Member 'UBP_CinematicCharacterSkinComponent_C::ApplyCharacterFace' has a wrong offset!"); \ +static_assert(offsetof(UBP_CinematicCharacterSkinComponent_C, DefaultCharacterSkeletalMesh) == 0x0001E8, "Member 'UBP_CinematicCharacterSkinComponent_C::DefaultCharacterSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_GetGroupInstances \ +static_assert(alignof(BP_GroupingPolicy_Base_C_GetGroupInstances) == 0x000008, "Wrong alignment on BP_GroupingPolicy_Base_C_GetGroupInstances"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_GetGroupInstances) == 0x000010, "Wrong size on BP_GroupingPolicy_Base_C_GetGroupInstances"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_GetGroupInstances, ReturnValue) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_GetGroupInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_GetPolicyDisplayName \ +static_assert(alignof(BP_GroupingPolicy_Base_C_GetPolicyDisplayName) == 0x000008, "Wrong alignment on BP_GroupingPolicy_Base_C_GetPolicyDisplayName"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_GetPolicyDisplayName) == 0x000010, "Wrong size on BP_GroupingPolicy_Base_C_GetPolicyDisplayName"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_GetPolicyDisplayName, PolicyDisplayName_0) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_GetPolicyDisplayName::PolicyDisplayName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects \ +static_assert(alignof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects) == 0x000008, "Wrong alignment on BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects) == 0x0000B0, "Wrong size on BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Objects) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Objects' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000020, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Not_PreBool_ReturnValue_1) == 0x000021, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Not_PreBool_ReturnValue_2) == 0x000040, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000058, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_IsChildOfClass_ReturnValue) == 0x000080, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_IsChildOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Not_PreBool_ReturnValue_3) == 0x000081, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_IsValidClass_ReturnValue) == 0x000082, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Not_PreBool_ReturnValue_4) == 0x000083, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Loop_Counter_Variable_1) == 0x000084, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, Temp_int_Loop_Counter_Variable_2) == 0x000088, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Add_IntInt_ReturnValue_2) == 0x000094, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Length_ReturnValue_2) == 0x000098, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000A8, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_BooleanAND_ReturnValue) == 0x0000A9, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects, CallFunc_DoesObjectMatch_MatchesGroup) == 0x0000AA, "Member 'BP_GroupingPolicy_Base_C_PopulateGroupsWithObjects::CallFunc_DoesObjectMatch_MatchesGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_RegisterGroupInstance \ +static_assert(alignof(BP_GroupingPolicy_Base_C_RegisterGroupInstance) == 0x000008, "Wrong alignment on BP_GroupingPolicy_Base_C_RegisterGroupInstance"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_RegisterGroupInstance) == 0x000010, "Wrong size on BP_GroupingPolicy_Base_C_RegisterGroupInstance"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_RegisterGroupInstance, GroupInstance) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_RegisterGroupInstance::GroupInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_RegisterGroupInstance, CallFunc_Array_AddUnique_ReturnValue) == 0x000008, "Member 'BP_GroupingPolicy_Base_C_RegisterGroupInstance::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_SetMultiMatchAllowed \ +static_assert(alignof(BP_GroupingPolicy_Base_C_SetMultiMatchAllowed) == 0x000001, "Wrong alignment on BP_GroupingPolicy_Base_C_SetMultiMatchAllowed"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_SetMultiMatchAllowed) == 0x000001, "Wrong size on BP_GroupingPolicy_Base_C_SetMultiMatchAllowed"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_SetMultiMatchAllowed, Allowed) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_SetMultiMatchAllowed::Allowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GroupingPolicy_Base_C_SetPolicyDisplayName \ +static_assert(alignof(BP_GroupingPolicy_Base_C_SetPolicyDisplayName) == 0x000008, "Wrong alignment on BP_GroupingPolicy_Base_C_SetPolicyDisplayName"); \ +static_assert(sizeof(BP_GroupingPolicy_Base_C_SetPolicyDisplayName) == 0x000010, "Wrong size on BP_GroupingPolicy_Base_C_SetPolicyDisplayName"); \ +static_assert(offsetof(BP_GroupingPolicy_Base_C_SetPolicyDisplayName, Value) == 0x000000, "Member 'BP_GroupingPolicy_Base_C_SetPolicyDisplayName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GroupingPolicy_Base_C \ +static_assert(alignof(UBP_GroupingPolicy_Base_C) == 0x000008, "Wrong alignment on UBP_GroupingPolicy_Base_C"); \ +static_assert(sizeof(UBP_GroupingPolicy_Base_C) == 0x000058, "Wrong size on UBP_GroupingPolicy_Base_C"); \ +static_assert(offsetof(UBP_GroupingPolicy_Base_C, GroupInstances) == 0x000028, "Member 'UBP_GroupingPolicy_Base_C::GroupInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroupingPolicy_Base_C, ExpectedClass) == 0x000038, "Member 'UBP_GroupingPolicy_Base_C::ExpectedClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroupingPolicy_Base_C, PolicyDisplayName) == 0x000040, "Member 'UBP_GroupingPolicy_Base_C::PolicyDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_GroupingPolicy_Base_C, IsMultiMatchAllowed) == 0x000050, "Member 'UBP_GroupingPolicy_Base_C::IsMultiMatchAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ItemInstance_Inventory_C_GenerateItem \ +static_assert(alignof(BP_ItemInstance_Inventory_C_GenerateItem) == 0x000008, "Wrong alignment on BP_ItemInstance_Inventory_C_GenerateItem"); \ +static_assert(sizeof(BP_ItemInstance_Inventory_C_GenerateItem) == 0x000150, "Wrong size on BP_ItemInstance_Inventory_C_GenerateItem"); \ +static_assert(offsetof(BP_ItemInstance_Inventory_C_GenerateItem, ItemStaticItem) == 0x000000, "Member 'BP_ItemInstance_Inventory_C_GenerateItem::ItemStaticItem' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Inventory_C_GenerateItem, LootContext) == 0x000130, "Member 'BP_ItemInstance_Inventory_C_GenerateItem::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Inventory_C_GenerateItem, GeneratedItemInfo) == 0x000138, "Member 'BP_ItemInstance_Inventory_C_GenerateItem::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Inventory_C_GenerateItem, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'BP_ItemInstance_Inventory_C_GenerateItem::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ItemInstance_Inventory_C_GenerateItem, CallFunc_GetQuantity_ReturnValue) == 0x000148, "Member 'BP_ItemInstance_Inventory_C_GenerateItem::CallFunc_GetQuantity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Inventory_C \ +static_assert(alignof(UBP_ItemInstance_Inventory_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Inventory_C"); \ +static_assert(sizeof(UBP_ItemInstance_Inventory_C) == 0x000178, "Wrong size on UBP_ItemInstance_Inventory_C"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_AddLinkedCharacter \ +static_assert(alignof(WBP_BattleEffectsBox_C_AddLinkedCharacter) == 0x000008, "Wrong alignment on WBP_BattleEffectsBox_C_AddLinkedCharacter"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_AddLinkedCharacter) == 0x000028, "Wrong size on WBP_BattleEffectsBox_C_AddLinkedCharacter"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_AddLinkedCharacter, CharacterBattleStats_0) == 0x000000, "Member 'WBP_BattleEffectsBox_C_AddLinkedCharacter::CharacterBattleStats_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_AddLinkedCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_BattleEffectsBox_C_AddLinkedCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_AddLinkedCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_BattleEffectsBox_C_AddLinkedCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_ShouldBuffBeAdded \ +static_assert(alignof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded) == 0x000001, "Wrong alignment on WBP_BattleEffectsBox_C_ShouldBuffBeAdded"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded) == 0x000008, "Wrong size on WBP_BattleEffectsBox_C_ShouldBuffBeAdded"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, BuffType) == 0x000000, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::BuffType' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, bShouldBeAdded) == 0x000001, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::bShouldBeAdded' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, Temp_byte_Variable) == 0x000002, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, Temp_bool_Variable) == 0x000003, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, Temp_bool_Variable_2) == 0x000005, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ShouldBuffBeAdded, K2Node_Select_Default) == 0x000007, "Member 'WBP_BattleEffectsBox_C_ShouldBuffBeAdded::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_OnBuffRemoved \ +static_assert(alignof(WBP_BattleEffectsBox_C_OnBuffRemoved) == 0x000008, "Wrong alignment on WBP_BattleEffectsBox_C_OnBuffRemoved"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_OnBuffRemoved) == 0x000020, "Wrong size on WBP_BattleEffectsBox_C_OnBuffRemoved"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffRemoved, BuffInstance) == 0x000000, "Member 'WBP_BattleEffectsBox_C_OnBuffRemoved::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffRemoved, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'WBP_BattleEffectsBox_C_OnBuffRemoved::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffRemoved, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_BattleEffectsBox_C_OnBuffRemoved::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffRemoved, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_BattleEffectsBox_C_OnBuffRemoved::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_OnBuffAdded \ +static_assert(alignof(WBP_BattleEffectsBox_C_OnBuffAdded) == 0x000008, "Wrong alignment on WBP_BattleEffectsBox_C_OnBuffAdded"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_OnBuffAdded) == 0x0000E8, "Wrong size on WBP_BattleEffectsBox_C_OnBuffAdded"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, BuffInstance) == 0x000000, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_ShouldBuffBeAdded_bShouldBeAdded) == 0x000010, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_ShouldBuffBeAdded_bShouldBeAdded' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_real_Variable) == 0x000080, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_AddChild_ReturnValue) == 0x000088, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_real_Variable_1) == 0x000090, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_bool_Variable) == 0x000098, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_real_Variable_2) == 0x0000A0, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_real_Variable_3) == 0x0000B0, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, Temp_bool_Variable_1) == 0x0000B8, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, K2Node_Select_Default_1) == 0x0000C0, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_Map_Contains_ReturnValue) == 0x0000C8, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_MakeVector2D_ReturnValue) == 0x0000D0, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_OnBuffAdded, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'WBP_BattleEffectsBox_C_OnBuffAdded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_SetCharacterBattleStats \ +static_assert(alignof(WBP_BattleEffectsBox_C_SetCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_BattleEffectsBox_C_SetCharacterBattleStats"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_SetCharacterBattleStats) == 0x000028, "Wrong size on WBP_BattleEffectsBox_C_SetCharacterBattleStats"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_SetCharacterBattleStats, InCharacterBattleStats) == 0x000000, "Member 'WBP_BattleEffectsBox_C_SetCharacterBattleStats::InCharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_SetCharacterBattleStats, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_BattleEffectsBox_C_SetCharacterBattleStats::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_SetCharacterBattleStats, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_BattleEffectsBox_C_SetCharacterBattleStats::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_PreConstruct \ +static_assert(alignof(WBP_BattleEffectsBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleEffectsBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleEffectsBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleEffectsBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox \ +static_assert(alignof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox) == 0x000008, "Wrong alignment on WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox"); \ +static_assert(sizeof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox) == 0x0000C8, "Wrong size on WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, EntryPoint) == 0x000000, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_bool_Variable) == 0x000004, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_real_Variable) == 0x000008, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_real_Variable_1) == 0x000010, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_real_Variable_2) == 0x000020, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_real_Variable_3) == 0x000028, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_byte_Variable) == 0x000031, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_byte_Variable_1) == 0x000032, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_int_Array_Index_Variable) == 0x000034, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, K2Node_Event_IsDesignTime) == 0x000040, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Array_Get_Item) == 0x000041, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_GetStatusEffectBuffClass_BP_Class) == 0x000048, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_GetStatusEffectBuffClass_BP_Class' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_SpawnObject_ReturnValue) == 0x000058, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, K2Node_Select_Default) == 0x000060, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000068, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Subtract_IntInt_ReturnValue) == 0x000070, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000080, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_BreakVector2D_X) == 0x000088, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_BreakVector2D_Y) == 0x000090, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, CallFunc_MakeVector2D_ReturnValue) == 0x0000B0, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, K2Node_Select_Default_2) == 0x0000C0, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox, K2Node_VariableSet_WrapSize_ImplicitCast) == 0x0000C4, "Member 'WBP_BattleEffectsBox_C_ExecuteUbergraph_WBP_BattleEffectsBox::K2Node_VariableSet_WrapSize_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleEffectsBox_C \ +static_assert(alignof(UWBP_BattleEffectsBox_C) == 0x000008, "Wrong alignment on UWBP_BattleEffectsBox_C"); \ +static_assert(sizeof(UWBP_BattleEffectsBox_C) == 0x0003B0, "Wrong size on UWBP_BattleEffectsBox_C"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, UberGraphFrame) == 0x000308, "Member 'UWBP_BattleEffectsBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, BackgroundBlur) == 0x000310, "Member 'UWBP_BattleEffectsBox_C::BackgroundBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, BuffWrapBox) == 0x000318, "Member 'UWBP_BattleEffectsBox_C::BuffWrapBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, CharacterBattleStats) == 0x000320, "Member 'UWBP_BattleEffectsBox_C::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, BuffInstanceWidgets) == 0x000328, "Member 'UWBP_BattleEffectsBox_C::BuffInstanceWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, PreviewBuffs) == 0x000378, "Member 'UWBP_BattleEffectsBox_C::PreviewBuffs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, IsDisplayingStatusEffects) == 0x000388, "Member 'UWBP_BattleEffectsBox_C::IsDisplayingStatusEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, IsTopOriented) == 0x000389, "Member 'UWBP_BattleEffectsBox_C::IsTopOriented' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, IsRightOriented) == 0x00038A, "Member 'UWBP_BattleEffectsBox_C::IsRightOriented' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, bShowBackground) == 0x00038B, "Member 'UWBP_BattleEffectsBox_C::bShowBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, ChildSize) == 0x000390, "Member 'UWBP_BattleEffectsBox_C::ChildSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, ChildPerRow) == 0x000398, "Member 'UWBP_BattleEffectsBox_C::ChildPerRow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleEffectsBox_C, ChildSlotPadding) == 0x0003A0, "Member 'UWBP_BattleEffectsBox_C::ChildSlotPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar \ +static_assert(alignof(WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar, FX_BreakBar_0) == 0x000000, "Member 'WBP_CharacterHealthBar_C_SequenceEvent__ENTRYPOINTWBP_CharacterHealthBar::FX_BreakBar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_SetFXTimeDilation \ +static_assert(alignof(WBP_CharacterHealthBar_C_SetFXTimeDilation) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_SetFXTimeDilation"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_SetFXTimeDilation) == 0x000010, "Wrong size on WBP_CharacterHealthBar_C_SetFXTimeDilation"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_SetFXTimeDilation, FXTimeDilation_0) == 0x000000, "Member 'WBP_CharacterHealthBar_C_SetFXTimeDilation::FXTimeDilation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_SetFXTimeDilation, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000008, "Member 'WBP_CharacterHealthBar_C_SetFXTimeDilation::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_UpdateHealthColor \ +static_assert(alignof(WBP_CharacterHealthBar_C_UpdateHealthColor) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_UpdateHealthColor"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_UpdateHealthColor) == 0x000088, "Wrong size on WBP_CharacterHealthBar_C_UpdateHealthColor"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, CurrentShieldCount) == 0x000000, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::CurrentShieldCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable) == 0x000008, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_bool_Variable) == 0x000011, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_1) == 0x000018, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_2) == 0x000020, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, K2Node_Select_Default) == 0x000030, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_3) == 0x000038, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_4) == 0x000040, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, K2Node_Select_Default_1) == 0x000050, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_5) == 0x000058, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_6) == 0x000060, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, K2Node_Select_Default_2) == 0x000068, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_object_Variable_7) == 0x000070, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, Temp_bool_Variable_3) == 0x000078, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthColor, K2Node_Select_Default_3) == 0x000080, "Member 'WBP_CharacterHealthBar_C_UpdateHealthColor::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_IsHighlightAnimInProgress \ +static_assert(alignof(WBP_CharacterHealthBar_C_IsHighlightAnimInProgress) == 0x000001, "Wrong alignment on WBP_CharacterHealthBar_C_IsHighlightAnimInProgress"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_IsHighlightAnimInProgress) == 0x000002, "Wrong size on WBP_CharacterHealthBar_C_IsHighlightAnimInProgress"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_IsHighlightAnimInProgress, ReturnValue) == 0x000000, "Member 'WBP_CharacterHealthBar_C_IsHighlightAnimInProgress::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_IsHighlightAnimInProgress, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000001, "Member 'WBP_CharacterHealthBar_C_IsHighlightAnimInProgress::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_UpdateBreakBar \ +static_assert(alignof(WBP_CharacterHealthBar_C_UpdateBreakBar) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_UpdateBreakBar"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_UpdateBreakBar) == 0x000040, "Wrong size on WBP_CharacterHealthBar_C_UpdateBreakBar"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, NewValue) == 0x000000, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, Temp_byte_Variable) == 0x000008, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_NotEqual_Int64Int64_ReturnValue) == 0x000009, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_NotEqual_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000010, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, Temp_bool_Variable) == 0x000019, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_Conv_Int64ToDouble_ReturnValue_1) == 0x000028, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_Conv_Int64ToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateBreakBar, K2Node_Select_Default) == 0x000039, "Member 'WBP_CharacterHealthBar_C_UpdateBreakBar::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_InitBreakBar \ +static_assert(alignof(WBP_CharacterHealthBar_C_InitBreakBar) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_InitBreakBar"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_InitBreakBar) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_InitBreakBar"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_InitBreakBar, MaxValue) == 0x000000, "Member 'WBP_CharacterHealthBar_C_InitBreakBar::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_GetProgressBarHPPercent \ +static_assert(alignof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_GetProgressBarHPPercent"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent) == 0x000040, "Wrong size on WBP_CharacterHealthBar_C_GetProgressBarHPPercent"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, ReturnValue) == 0x000000, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, local_RawPercent) == 0x000008, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::local_RawPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000010, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000019, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, Temp_bool_Variable) == 0x00001A, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, K2Node_Select_Default) == 0x00001C, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_GetMaxHP_MaxHP) == 0x000020, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, K2Node_Select_Option_0_ImplicitCast) == 0x000038, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::K2Node_Select_Option_0_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_GetProgressBarHPPercent, K2Node_Select_Option_1_ImplicitCast) == 0x00003C, "Member 'WBP_CharacterHealthBar_C_GetProgressBarHPPercent::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_UpdateHealthValueEnemies \ +static_assert(alignof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_UpdateHealthValueEnemies"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies) == 0x000020, "Wrong size on WBP_CharacterHealthBar_C_UpdateHealthValueEnemies"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies, Current) == 0x000000, "Member 'WBP_CharacterHealthBar_C_UpdateHealthValueEnemies::Current' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies, max_0) == 0x000008, "Member 'WBP_CharacterHealthBar_C_UpdateHealthValueEnemies::max_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_CharacterHealthBar_C_UpdateHealthValueEnemies::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_UpdateHealthValueEnemies, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x000018, "Member 'WBP_CharacterHealthBar_C_UpdateHealthValueEnemies::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_FX_BreakBar_Event \ +static_assert(alignof(WBP_CharacterHealthBar_C_FX_BreakBar_Event) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_FX_BreakBar_Event"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_FX_BreakBar_Event) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_FX_BreakBar_Event"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_FX_BreakBar_Event, FX_BreakBar_0) == 0x000000, "Member 'WBP_CharacterHealthBar_C_FX_BreakBar_Event::FX_BreakBar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_PreConstruct \ +static_assert(alignof(WBP_CharacterHealthBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CharacterHealthBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_CharacterHealthBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CharacterHealthBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_Tick \ +static_assert(alignof(WBP_CharacterHealthBar_C_Tick) == 0x000004, "Wrong alignment on WBP_CharacterHealthBar_C_Tick"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_Tick) == 0x00003C, "Wrong size on WBP_CharacterHealthBar_C_Tick"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_CharacterHealthBar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_CharacterHealthBar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_SetCharacterBattleStats \ +static_assert(alignof(WBP_CharacterHealthBar_C_SetCharacterBattleStats) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_SetCharacterBattleStats"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_SetCharacterBattleStats) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_SetCharacterBattleStats"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_SetCharacterBattleStats, BattleStats) == 0x000000, "Member 'WBP_CharacterHealthBar_C_SetCharacterBattleStats::BattleStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_OnHPChanged \ +static_assert(alignof(WBP_CharacterHealthBar_C_OnHPChanged) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_OnHPChanged"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_OnHPChanged) == 0x000010, "Wrong size on WBP_CharacterHealthBar_C_OnHPChanged"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnHPChanged, NewHP) == 0x000000, "Member 'WBP_CharacterHealthBar_C_OnHPChanged::NewHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnHPChanged, PreviousHP) == 0x000008, "Member 'WBP_CharacterHealthBar_C_OnHPChanged::PreviousHP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_OnShieldPointsChanged \ +static_assert(alignof(WBP_CharacterHealthBar_C_OnShieldPointsChanged) == 0x000004, "Wrong alignment on WBP_CharacterHealthBar_C_OnShieldPointsChanged"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_OnShieldPointsChanged) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_OnShieldPointsChanged"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnShieldPointsChanged, CurrentValue) == 0x000000, "Member 'WBP_CharacterHealthBar_C_OnShieldPointsChanged::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnShieldPointsChanged, PreviousValue) == 0x000004, "Member 'WBP_CharacterHealthBar_C_OnShieldPointsChanged::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_OnBreakDamageReceived \ +static_assert(alignof(WBP_CharacterHealthBar_C_OnBreakDamageReceived) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_OnBreakDamageReceived"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_OnBreakDamageReceived) == 0x000018, "Wrong size on WBP_CharacterHealthBar_C_OnBreakDamageReceived"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnBreakDamageReceived, SelfCharacter) == 0x000000, "Member 'WBP_CharacterHealthBar_C_OnBreakDamageReceived::SelfCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnBreakDamageReceived, SourceCharacter) == 0x000008, "Member 'WBP_CharacterHealthBar_C_OnBreakDamageReceived::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnBreakDamageReceived, PreviousValue) == 0x000010, "Member 'WBP_CharacterHealthBar_C_OnBreakDamageReceived::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_OnStanceBroken \ +static_assert(alignof(WBP_CharacterHealthBar_C_OnStanceBroken) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_OnStanceBroken"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_OnStanceBroken) == 0x000008, "Wrong size on WBP_CharacterHealthBar_C_OnStanceBroken"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_OnStanceBroken, SelfCharacter) == 0x000000, "Member 'WBP_CharacterHealthBar_C_OnStanceBroken::SelfCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar \ +static_assert(alignof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar) == 0x000008, "Wrong alignment on WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar"); \ +static_assert(sizeof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar) == 0x0002E0, "Wrong size on WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, EntryPoint) == 0x000000, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_wildcard_Variable) == 0x000014, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_FX_BreakBar) == 0x000018, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_FX_BreakBar' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_Event_MyGeometry) == 0x000024, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_Event_InDeltaTime) == 0x00005C, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_BattleStats) == 0x000060, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_BattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_NewHP) == 0x000068, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_NewHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_PreviousHP) == 0x000070, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_PreviousHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000080, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Round64_ReturnValue) == 0x000088, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Lerp_ReturnValue) == 0x000090, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_CurrentValue) == 0x000098, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_PreviousValue_1) == 0x00009C, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_PreviousValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Less_IntInt_ReturnValue) == 0x0000A5, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Abs_Int_ReturnValue) == 0x0000A8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000AC, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_int_Variable) == 0x0000B0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_int_Variable_1) == 0x0000B4, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000C0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C4, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetChildAt_ReturnValue) == 0x0000C8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_DynamicCast_AsWBP_Character_Shield_Counter) == 0x0000D0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_DynamicCast_AsWBP_Character_Shield_Counter' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetChildrenCount_ReturnValue) == 0x0000DC, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetTeam_Team) == 0x0000E0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E1, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Add_Int64Int64_ReturnValue) == 0x0000E8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Add_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x0000F0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F4, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_PlayAnimation_ReturnValue) == 0x0000F8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_PlayAnimation_ReturnValue_1) == 0x000100, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_PlayAnimation_ReturnValue_2) == 0x000108, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_SelfCharacter_1) == 0x000110, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_SelfCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_SourceCharacter) == 0x000118, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_PreviousValue) == 0x000120, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CustomEvent_SelfCharacter) == 0x000128, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CustomEvent_SelfCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_PlayAnimation_ReturnValue_3) == 0x000130, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000140, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000148, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000150, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_FClamp_ReturnValue) == 0x000158, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetMaxHP_MaxHP) == 0x000160, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetMaxHP_MaxHP' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_IsHighlightAnimInProgress_ReturnValue) == 0x000168, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_IsHighlightAnimInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000170, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Not_PreBool_ReturnValue_1) == 0x000178, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_IsHighlightAnimInProgress_ReturnValue_1) == 0x000179, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_IsHighlightAnimInProgress_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x00017C, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_PlayAnimation_ReturnValue_4) == 0x000190, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000198, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001A8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001B8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_MakeStruct_FormatArgumentData) == 0x0001C8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_MakeArray_Array) == 0x000210, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Format_ReturnValue) == 0x000220, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Lerp_ReturnValue_1) == 0x000230, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_BreakColor_R) == 0x000238, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_BreakColor_G) == 0x00023C, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_BreakColor_B) == 0x000240, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_BreakColor_A) == 0x000244, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_LinearColorLerp_ReturnValue) == 0x000248, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_byte_Variable) == 0x000258, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_byte_Variable_1) == 0x000259, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetProgressBarHPPercent_ReturnValue) == 0x00025C, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetProgressBarHPPercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetProgressBarHPPercent_ReturnValue_1) == 0x000260, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetProgressBarHPPercent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000268, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, Temp_bool_Variable) == 0x000270, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_Select_Default) == 0x000271, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000278, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_GetNiagaraComponent_ReturnValue_2) == 0x000280, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_GetNiagaraComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000288, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000298, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_SpawnObject_ReturnValue) == 0x0002A0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0002A8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0002B0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, K2Node_VariableSet_HighlightBarMergeStartValue_ImplicitCast) == 0x0002B8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::K2Node_VariableSet_HighlightBarMergeStartValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_SetPercent_InPercent_ImplicitCast) == 0x0002C0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_SetPercent_InPercent_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0002C8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0002D0, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0002D8, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0002DC, "Member 'WBP_CharacterHealthBar_C_ExecuteUbergraph_WBP_CharacterHealthBar::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CharacterHealthBar_C \ +static_assert(alignof(UWBP_CharacterHealthBar_C) == 0x000008, "Wrong alignment on UWBP_CharacterHealthBar_C"); \ +static_assert(sizeof(UWBP_CharacterHealthBar_C) == 0x000418, "Wrong size on UWBP_CharacterHealthBar_C"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_CharacterHealthBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_BreakAvailable) == 0x0002E8, "Member 'UWBP_CharacterHealthBar_C::Anim_BreakAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_StanceBroken) == 0x0002F0, "Member 'UWBP_CharacterHealthBar_C::Anim_StanceBroken' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_StackedIncrement) == 0x0002F8, "Member 'UWBP_CharacterHealthBar_C::Anim_StackedIncrement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_StackedFadeOut) == 0x000300, "Member 'UWBP_CharacterHealthBar_C::Anim_StackedFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_StackedFadeIn) == 0x000308, "Member 'UWBP_CharacterHealthBar_C::Anim_StackedFadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Anim_HPLoss) == 0x000310, "Member 'UWBP_CharacterHealthBar_C::Anim_HPLoss' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, BreakIconContainer) == 0x000318, "Member 'UWBP_CharacterHealthBar_C::BreakIconContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, CanvasPanel_BreakBarContainer) == 0x000320, "Member 'UWBP_CharacterHealthBar_C::CanvasPanel_BreakBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_BreakBar) == 0x000328, "Member 'UWBP_CharacterHealthBar_C::FX_BreakBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_SmokeExplosion) == 0x000330, "Member 'UWBP_CharacterHealthBar_C::FX_SmokeExplosion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_SmokeExplosion_1) == 0x000338, "Member 'UWBP_CharacterHealthBar_C::FX_SmokeExplosion_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, HorizontalBox_ShieldPointsContainer) == 0x000340, "Member 'UWBP_CharacterHealthBar_C::HorizontalBox_ShieldPointsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Image) == 0x000348, "Member 'UWBP_CharacterHealthBar_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Image_1) == 0x000350, "Member 'UWBP_CharacterHealthBar_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Image_LineLeftShield) == 0x000358, "Member 'UWBP_CharacterHealthBar_C::Image_LineLeftShield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Image_LineRightShield) == 0x000360, "Member 'UWBP_CharacterHealthBar_C::Image_LineRightShield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, Image_Shield) == 0x000368, "Member 'UWBP_CharacterHealthBar_C::Image_Shield' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, ProgressBar_HP) == 0x000370, "Member 'UWBP_CharacterHealthBar_C::ProgressBar_HP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, ProgressBar_HP_ChangeHighlight) == 0x000378, "Member 'UWBP_CharacterHealthBar_C::ProgressBar_HP_ChangeHighlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, StackedDamageText) == 0x000380, "Member 'UWBP_CharacterHealthBar_C::StackedDamageText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, WBP_BreakBar) == 0x000388, "Member 'UWBP_CharacterHealthBar_C::WBP_BreakBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, CharacterBattleStats) == 0x000390, "Member 'UWBP_CharacterHealthBar_C::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, startHPAnim) == 0x000398, "Member 'UWBP_CharacterHealthBar_C::startHPAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, currentHPAnim) == 0x0003A0, "Member 'UWBP_CharacterHealthBar_C::currentHPAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, targetHPAnim) == 0x0003A8, "Member 'UWBP_CharacterHealthBar_C::targetHPAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, hpAnimProgress) == 0x0003B0, "Member 'UWBP_CharacterHealthBar_C::hpAnimProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, HPOpacityOverride) == 0x0003B8, "Member 'UWBP_CharacterHealthBar_C::HPOpacityOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, StackedDamages) == 0x0003C0, "Member 'UWBP_CharacterHealthBar_C::StackedDamages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, BreakBarMaxValue) == 0x0003C8, "Member 'UWBP_CharacterHealthBar_C::BreakBarMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, HighlightBarMergeCooldown) == 0x0003D0, "Member 'UWBP_CharacterHealthBar_C::HighlightBarMergeCooldown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, HighlightBarMergeProgress) == 0x0003D8, "Member 'UWBP_CharacterHealthBar_C::HighlightBarMergeProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, HighlightBarMergeStartValue) == 0x0003E0, "Member 'UWBP_CharacterHealthBar_C::HighlightBarMergeStartValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, hpColorOverride) == 0x0003E8, "Member 'UWBP_CharacterHealthBar_C::hpColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, hpBaseColor) == 0x0003F8, "Member 'UWBP_CharacterHealthBar_C::hpBaseColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_BreakBarLength) == 0x000408, "Member 'UWBP_CharacterHealthBar_C::FX_BreakBarLength' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_BreakBarWidth) == 0x00040C, "Member 'UWBP_CharacterHealthBar_C::FX_BreakBarWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FX_BreakBarSpawnCount) == 0x000410, "Member 'UWBP_CharacterHealthBar_C::FX_BreakBarSpawnCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CharacterHealthBar_C, FXTimeDilation) == 0x000414, "Member 'UWBP_CharacterHealthBar_C::FXTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft \ +static_assert(alignof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft) == 0x000008, "Wrong alignment on FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft"); \ +static_assert(sizeof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft) == 0x000458, "Wrong size on FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, StatusEffect) == 0x000000, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, __WorldContext) == 0x000008, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, BP_Class) == 0x000010, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::BP_Class' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_byte_Variable) == 0x000038, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable) == 0x000040, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_1) == 0x000068, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_2) == 0x000090, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_3) == 0x0000B8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_4) == 0x0000E0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_5) == 0x000108, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_6) == 0x000130, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_7) == 0x000158, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_8) == 0x000180, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_9) == 0x0001A8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_10) == 0x0001D0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_11) == 0x0001F8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_12) == 0x000220, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_13) == 0x000248, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_14) == 0x000270, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_15) == 0x000298, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_16) == 0x0002C0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_17) == 0x0002E8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_18) == 0x000310, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_19) == 0x000338, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_20) == 0x000360, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_21) == 0x000388, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_22) == 0x0003B0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_23) == 0x0003D8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, Temp_softclass_Variable_24) == 0x000400, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::Temp_softclass_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, K2Node_Select_Default) == 0x000428, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000450, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClassSoft::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass \ +static_assert(alignof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass) == 0x000008, "Wrong alignment on FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass"); \ +static_assert(sizeof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass) == 0x0000E8, "Wrong size on FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, Index_0) == 0x000000, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::Index_0' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, __WorldContext) == 0x000008, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, BP_Class) == 0x000010, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::BP_Class' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_GetStatusEffectBuffClassSoft_BP_Class) == 0x000028, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_GetStatusEffectBuffClassSoft_BP_Class' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000060, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance) == 0x0000B0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::K2Node_ClassDynamicCast_AsBP_Battle_Buff_Instance' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, K2Node_ClassDynamicCast_bSuccess) == 0x0000B8, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, K2Node_MakeArray_Array) == 0x0000C0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000E0, "Member 'FL_StatusEffectsHelpers_C_GetStatusEffectBuffClass::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_StatusEffectsHelpers_C \ +static_assert(alignof(UFL_StatusEffectsHelpers_C) == 0x000008, "Wrong alignment on UFL_StatusEffectsHelpers_C"); \ +static_assert(sizeof(UFL_StatusEffectsHelpers_C) == 0x000028, "Wrong size on UFL_StatusEffectsHelpers_C"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange \ +static_assert(alignof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange) == 0x000008, "Wrong alignment on WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange"); \ +static_assert(sizeof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange) == 0x000160, "Wrong size on WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, EntryPoint) == 0x000000, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, Temp_bool_Variable) == 0x000004, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, Temp_real_Variable) == 0x000008, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, Temp_real_Variable_1) == 0x000010, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00002C, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_Event_MyGeometry) == 0x00003C, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_Event_InDeltaTime) == 0x000074, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000088, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000091, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_GetSocketLocation_ReturnValue) == 0x000098, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_Add_VectorVector_ReturnValue) == 0x0000B0, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C8, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_GetBoolCVar_ReturnValue) == 0x0000F8, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x000100, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x000110, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_BreakVector2D_X) == 0x000118, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_BreakVector2D_Y) == 0x000120, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_IsAPGain_ReturnValue) == 0x000128, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_IsAPGain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, Temp_bool_Variable_2) == 0x000129, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_IsAPGain_ReturnValue_1) == 0x00012A, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_IsAPGain_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_Select_Default_1) == 0x000130, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, K2Node_Select_Default_2) == 0x000138, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_PlayAnimationForward_ReturnValue) == 0x000140, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000148, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange, CallFunc_MakeVector2D_ReturnValue) == 0x000150, "Member 'WBP_JRPG_APChange_C_ExecuteUbergraph_WBP_JRPG_APChange::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_APChange_C_IsAPGain \ +static_assert(alignof(WBP_JRPG_APChange_C_IsAPGain) == 0x000001, "Wrong alignment on WBP_JRPG_APChange_C_IsAPGain"); \ +static_assert(sizeof(WBP_JRPG_APChange_C_IsAPGain) == 0x000002, "Wrong size on WBP_JRPG_APChange_C_IsAPGain"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_IsAPGain, ReturnValue) == 0x000000, "Member 'WBP_JRPG_APChange_C_IsAPGain::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_IsAPGain, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'WBP_JRPG_APChange_C_IsAPGain::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_APChange_C_SetAPText \ +static_assert(alignof(WBP_JRPG_APChange_C_SetAPText) == 0x000008, "Wrong alignment on WBP_JRPG_APChange_C_SetAPText"); \ +static_assert(sizeof(WBP_JRPG_APChange_C_SetAPText) == 0x000040, "Wrong size on WBP_JRPG_APChange_C_SetAPText"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, Temp_bool_Variable) == 0x000000, "Member 'WBP_JRPG_APChange_C_SetAPText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, CallFunc_Multiply_IntInt_ReturnValue) == 0x000004, "Member 'WBP_JRPG_APChange_C_SetAPText::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_JRPG_APChange_C_SetAPText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000018, "Member 'WBP_JRPG_APChange_C_SetAPText::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_JRPG_APChange_C_SetAPText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_SetAPText, K2Node_Select_Default) == 0x000030, "Member 'WBP_JRPG_APChange_C_SetAPText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_JRPG_APChange_C_Tick \ +static_assert(alignof(WBP_JRPG_APChange_C_Tick) == 0x000004, "Wrong alignment on WBP_JRPG_APChange_C_Tick"); \ +static_assert(sizeof(WBP_JRPG_APChange_C_Tick) == 0x00003C, "Wrong size on WBP_JRPG_APChange_C_Tick"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_JRPG_APChange_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_JRPG_APChange_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_JRPG_APChange_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_JRPG_APChange_C \ +static_assert(alignof(UWBP_JRPG_APChange_C) == 0x000008, "Wrong alignment on UWBP_JRPG_APChange_C"); \ +static_assert(sizeof(UWBP_JRPG_APChange_C) == 0x000328, "Wrong size on UWBP_JRPG_APChange_C"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_JRPG_APChange_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, Anim_APLost) == 0x0002E8, "Member 'UWBP_JRPG_APChange_C::Anim_APLost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, Anim_APgain) == 0x0002F0, "Member 'UWBP_JRPG_APChange_C::Anim_APgain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, APText) == 0x0002F8, "Member 'UWBP_JRPG_APChange_C::APText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, WBP_APShard_Lost) == 0x000300, "Member 'UWBP_JRPG_APChange_C::WBP_APShard_Lost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, WBP_APShard_Single) == 0x000308, "Member 'UWBP_JRPG_APChange_C::WBP_APShard_Single' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, WBP_APShard_Single_BG) == 0x000310, "Member 'UWBP_JRPG_APChange_C::WBP_APShard_Single_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, APChange) == 0x000318, "Member 'UWBP_JRPG_APChange_C::APChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_JRPG_APChange_C, Actor_Reference) == 0x000320, "Member 'UWBP_JRPG_APChange_C::Actor_Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue) == 0x000004, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue, BonusChroma) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_GetConvertedChromaValue::BonusChroma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel) == 0x000004, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel, CurrentLevel_0) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_GetCurrentLevel::CurrentLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel) == 0x000004, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel) == 0x000004, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel, CurrentLevel_0) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_GetPreviousLevel::CurrentLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma) == 0x000002, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma, bIsConvertedToChroma) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma::bIsConvertedToChroma' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000001, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsConvertedToChroma::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade) == 0x000004, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000002, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_IsUpgrade::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo) == 0x000008, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo) == 0x000010, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo, CurrentLevel_0) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo::CurrentLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo, PreviousLevel_0) == 0x000004, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo::PreviousLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo, SelfRef) == 0x000008, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_SetUpgradeInfo::SelfRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity \ +static_assert(alignof(BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity) == 0x000001, "Wrong alignment on BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity"); \ +static_assert(sizeof(BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity) == 0x000001, "Wrong size on BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity"); \ +static_assert(offsetof(BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity, ReturnValue) == 0x000000, "Member 'BP_GeneratedItemInfo_UpgradableItem_C_ShouldShowQuantity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GeneratedItemInfo_UpgradableItem_C \ +static_assert(alignof(UBP_GeneratedItemInfo_UpgradableItem_C) == 0x000008, "Wrong alignment on UBP_GeneratedItemInfo_UpgradableItem_C"); \ +static_assert(sizeof(UBP_GeneratedItemInfo_UpgradableItem_C) == 0x000178, "Wrong size on UBP_GeneratedItemInfo_UpgradableItem_C"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_UpgradableItem_C, PreviousLevel) == 0x000168, "Member 'UBP_GeneratedItemInfo_UpgradableItem_C::PreviousLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_UpgradableItem_C, CurrentLevel) == 0x00016C, "Member 'UBP_GeneratedItemInfo_UpgradableItem_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_GeneratedItemInfo_UpgradableItem_C, ConvertedChromaValue) == 0x000170, "Member 'UBP_GeneratedItemInfo_UpgradableItem_C::ConvertedChromaValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP) == 0x000008, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP) == 0x000150, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, EntryPoint) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CustomEvent_NotifyName_3) == 0x00000C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CustomEvent_NotifyName_2) == 0x000014, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CustomEvent_NotifyName_1) == 0x00002C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CustomEvent_NotifyName) == 0x000044, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_name_Variable) == 0x00005C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetBattleManager_ReturnValue) == 0x000080, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCurrentlyCounteringCharacters_ReturnValue) == 0x000088, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCurrentlyCounteringCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_int_Variable) == 0x0000A0, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, Temp_int_Array_Index_Variable_1) == 0x0000A4, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetBattleManager_ReturnValue_1) == 0x0000A8, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCurrentlyCounteringCharacters_ReturnValue_1) == 0x0000B0, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCurrentlyCounteringCharacters_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_Select_Default) == 0x0000C0, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetBoundActor_ReturnValue) == 0x0000E0, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetBoundActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x0000E8, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCharacterBattleBase_IsValid) == 0x0000F0, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000F1, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Length_ReturnValue_1) == 0x0000F4, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Less_IntInt_ReturnValue_1) == 0x000100, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000108, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000110, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_K2_AttachToActor_ReturnValue) == 0x000111, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Random_OutItem) == 0x000118, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_Array_Random_OutIndex) == 0x000120, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000128, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CustomEvent_NotifyName_4) == 0x000134, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP, K2Node_CreateDelegate_OutputDelegate_4) == 0x00013C, "Member 'Skill_AOECounter_V1_DirectorBP_C_ExecuteUbergraph_Skill_AOECounter_V1_DirectorBP::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7 \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000004, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000008, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7, NotifyName) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_OnBlendOut_DCFCFB1E42E4445FD7ABA285991A11C7::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7 \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000004, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000008, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7, NotifyName) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_OnCompleted_DCFCFB1E42E4445FD7ABA285991A11C7::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7 \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000004, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000008, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7, NotifyName) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_OnInterrupted_DCFCFB1E42E4445FD7ABA285991A11C7::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7 \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000004, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000008, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7, NotifyName) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_OnNotifyBegin_DCFCFB1E42E4445FD7ABA285991A11C7::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7 \ +static_assert(alignof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000004, "Wrong alignment on Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(sizeof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7) == 0x000008, "Wrong size on Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7"); \ +static_assert(offsetof(Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7, NotifyName) == 0x000000, "Member 'Skill_AOECounter_V1_DirectorBP_C_OnNotifyEnd_DCFCFB1E42E4445FD7ABA285991A11C7::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkill_AOECounter_V1_DirectorBP_C \ +static_assert(alignof(USkill_AOECounter_V1_DirectorBP_C) == 0x000008, "Wrong alignment on USkill_AOECounter_V1_DirectorBP_C"); \ +static_assert(sizeof(USkill_AOECounter_V1_DirectorBP_C) == 0x000080, "Wrong size on USkill_AOECounter_V1_DirectorBP_C"); \ +static_assert(offsetof(USkill_AOECounter_V1_DirectorBP_C, UberGraphFrame) == 0x000048, "Member 'USkill_AOECounter_V1_DirectorBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(USkill_AOECounter_V1_DirectorBP_C, ArrayIndex) == 0x000050, "Member 'USkill_AOECounter_V1_DirectorBP_C::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(USkill_AOECounter_V1_DirectorBP_C, ParticipatingCharacters) == 0x000058, "Member 'USkill_AOECounter_V1_DirectorBP_C::ParticipatingCharacters' has a wrong offset!"); \ +static_assert(offsetof(USkill_AOECounter_V1_DirectorBP_C, DamageDelay) == 0x000068, "Member 'USkill_AOECounter_V1_DirectorBP_C::DamageDelay' has a wrong offset!"); \ +static_assert(offsetof(USkill_AOECounter_V1_DirectorBP_C, ParticipatingCharacterStats) == 0x000070, "Member 'USkill_AOECounter_V1_DirectorBP_C::ParticipatingCharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData) == 0x001D20, "Wrong size on OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_824) == 0x000004, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_824' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_825) == 0x00000C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_825' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_826) == 0x000010, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_826' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_827) == 0x000018, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_827' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_828) == 0x00001C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_828' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_829) == 0x000024, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_829' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_830) == 0x000028, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_830' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_831) == 0x000030, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_831' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_832) == 0x000034, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_832' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_833) == 0x00003C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_833' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __FloatProperty_834) == 0x000040, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__FloatProperty_834' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_835) == 0x000044, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_835' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_836) == 0x00004C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_836' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_837) == 0x000050, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_837' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_838) == 0x000058, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_838' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_839) == 0x00005C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_839' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_840) == 0x000064, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_840' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_841) == 0x000068, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_841' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_842) == 0x000070, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_842' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_843) == 0x000074, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_843' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_844) == 0x00007C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_844' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_845) == 0x000080, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_845' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_846) == 0x000088, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_846' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_847) == 0x00008C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_847' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_848) == 0x000094, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_848' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_849) == 0x000098, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_849' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_850) == 0x0000A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_850' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_851) == 0x0000A4, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_851' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_852) == 0x0000AC, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_852' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_853) == 0x0000B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_853' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_854) == 0x0000B8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_854' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_855) == 0x0000BC, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_855' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_856) == 0x0000C4, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_856' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_857) == 0x0000C8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_857' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_858) == 0x0000D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_858' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_859) == 0x0000D4, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_859' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_860) == 0x0000DC, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_860' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_861) == 0x0000E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_861' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_862) == 0x0000E8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_862' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_863) == 0x0000EC, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_863' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_864) == 0x0000F4, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_864' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_865) == 0x0000F8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_865' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_866) == 0x000100, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_866' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_867) == 0x000104, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_867' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_868) == 0x00010C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_868' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_869) == 0x000110, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_869' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_870) == 0x000118, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_870' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_871) == 0x00011C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_871' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_872) == 0x000124, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_872' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_873) == 0x000128, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_873' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_874) == 0x000130, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_874' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_875) == 0x000134, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_875' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_876) == 0x00013C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_876' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_877) == 0x000140, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_877' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_878) == 0x000148, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_878' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_879) == 0x00014C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_879' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_880) == 0x000154, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_880' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_881) == 0x000158, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_881' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_882) == 0x000160, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_882' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __BoolProperty_883) == 0x000164, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__BoolProperty_883' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __FloatProperty_884) == 0x000168, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__FloatProperty_884' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __StructProperty_885) == 0x00016C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__StructProperty_885' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __FloatProperty_886) == 0x000198, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__FloatProperty_886' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __BoolProperty_887) == 0x00019C, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__BoolProperty_887' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __EnumProperty_888) == 0x00019D, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__EnumProperty_888' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __ByteProperty_889) == 0x00019E, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__ByteProperty_889' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_890) == 0x0001A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_890' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_891) == 0x0001A8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_891' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __IntProperty_892) == 0x0001B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__IntProperty_892' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_893) == 0x0001B4, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_893' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __NameProperty_894) == 0x0001BC, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__NameProperty_894' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, __StructProperty_895) == 0x0001C8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::__StructProperty_895' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0001E8, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000268, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x000280, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x0002B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x0002E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x000310, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x000340, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x000370, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x0003A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x0003D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x000400, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x000430, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x000460, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x000490, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x0004C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x0004F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x000520, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x000550, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x000580, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x0005B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x0005E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x000610, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x000640, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x000670, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x0006A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x0006D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x000700, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x000730, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x000760, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x000790, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x0007C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x0007F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x000820, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x000850, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x000880, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x0008B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x0008E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x000910, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x000940, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x000970, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x0009A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x0009D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x000A00, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x000A30, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x000A60, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x000A90, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000AC0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x000AF0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x000B20, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000B50, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x000B80, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x000BB0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x000BE0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000C10, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x000C40, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x000C70, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x000CA0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000CD0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000D00, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x000D30, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x000D60, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000D90, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x000DC0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000DF0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000E20, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000E50, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000E80, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000EB0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x000EE0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000F10, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000F40, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x000F70, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x000FA0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x000FD0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x001000, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x001030, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x001060, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001090, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x0010C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x0010F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x001120, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x001150, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x001180, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x0011B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x0011E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x001210, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x001240, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x001270, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x0012A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x0012D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x001300, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x001330, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x001360, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x001390, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x0013C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x0013F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x001420, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x001450, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x001480, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x0014B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x0014E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x001510, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x001540, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x001570, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x0015A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_1) == 0x0015D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x001600, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x001630, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001660, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x001690, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x0016C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x0016F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x001720, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x001750, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x001780, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x0017B0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x0017E0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001810, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x001840, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x001870, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x0018A0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x0018D0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x001900, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001930, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001960, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RotateRootBone) == 0x001990, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RotateRootBone' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x0019C0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0019F0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001A20, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001A50, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x001A80, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x001AB0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001AE0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001B10, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x001B40, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x001B70, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x001BA0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend) == 0x001BD0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x001C00, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_2) == 0x001C30, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x001C60, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x001C90, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x001CC0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x001CF0, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong size on OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'OLD_ABP_Battle_Parent::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent_C_AnimGraph \ +static_assert(alignof(OLD_ABP_Battle_Parent_C_AnimGraph) == 0x000008, "Wrong alignment on OLD_ABP_Battle_Parent_C_AnimGraph"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent_C_AnimGraph) == 0x000010, "Wrong size on OLD_ABP_Battle_Parent_C_AnimGraph"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'OLD_ABP_Battle_Parent_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation \ +static_assert(alignof(OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'OLD_ABP_Battle_Parent_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent_C_Debug_Print_Text \ +static_assert(alignof(OLD_ABP_Battle_Parent_C_Debug_Print_Text) == 0x000008, "Wrong alignment on OLD_ABP_Battle_Parent_C_Debug_Print_Text"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent_C_Debug_Print_Text) == 0x000098, "Wrong size on OLD_ABP_Battle_Parent_C_Debug_Print_Text"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, Value) == 0x000000, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::Value' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, Text) == 0x000008, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::Text' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, Bool) == 0x000018, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::Bool' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, Same_Value) == 0x000020, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::Same_Value' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, SameBool) == 0x000028, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::SameBool' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, K2Node_MakeArray_Array) == 0x000078, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_Debug_Print_Text, CallFunc_Format_ReturnValue) == 0x000088, "Member 'OLD_ABP_Battle_Parent_C_Debug_Print_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent \ +static_assert(alignof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent) == 0x000008, "Wrong alignment on OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent"); \ +static_assert(sizeof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent) == 0x000290, "Wrong size on OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, EntryPoint) == 0x000000, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000006, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000B, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000C, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000D, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000010, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000014, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000015, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000016, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000018, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00001D, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00001E, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00001F, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000020, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000021, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000022, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x000024, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000028, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x00002C, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x00002D, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_MakeLiteralBool_ReturnValue) == 0x00002E, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x00002F, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000030, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000031, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanOR_ReturnValue_1) == 0x000032, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanAND_ReturnValue_2) == 0x000033, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000034, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x000035, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_MakeLiteralBool_ReturnValue_1) == 0x000036, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_MakeLiteralBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_Value) == 0x000038, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanAND_ReturnValue_3) == 0x000041, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanAND_ReturnValue_4) == 0x000042, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000043, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000044, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000045, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000046, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x000047, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x000048, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x00004C, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x000050, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000054, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_byte_Variable) == 0x000055, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_Value_1) == 0x000058, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_ReturnValue_1) == 0x000060, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_byte_Variable_1) == 0x000061, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_Value_2) == 0x000068, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_ReturnValue_2) == 0x000070, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_byte_Variable_2) == 0x000071, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_Value_3) == 0x000078, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_Map_Find_ReturnValue_3) == 0x000080, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000081, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3) == 0x000084, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000088, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x00008C, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x00008D, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_Event_DeltaTimeX) == 0x000090, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_BooleanOR_ReturnValue_2) == 0x000094, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000098, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication) == 0x0000A0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue) == 0x0000B1, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetCharacterCombatStyle_CombatStyle) == 0x0000B2, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetCharacterCombatStyle_CombatStyle' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0000B8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1) == 0x0000C8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x0000D8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_2) == 0x0000E0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue_2) == 0x0000E9, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_bool_Has_Been_Initd_Variable) == 0x0000F8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue_3) == 0x0000F9, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue_4) == 0x0000FA, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, Temp_bool_IsClosed_Variable) == 0x0000FB, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000108, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_IsValid_ReturnValue_5) == 0x000110, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_3) == 0x000118, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication_1) == 0x000120, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_3) == 0x000130, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x000131, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetIsDefending_Defending) == 0x000132, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetIsDefending_Defending' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_4) == 0x000138, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication_2) == 0x000140, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_4) == 0x000150, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetIsDead_Dead) == 0x000151, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetIsDead_Dead' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetOwningActor_ReturnValue) == 0x000158, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_2) == 0x000160, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_5) == 0x000168, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_On_Action_Finished_HasMoreActions) == 0x000169, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_5) == 0x000170, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication_3) == 0x000178, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_6) == 0x000188, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x000189, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetCurrentBattlePosture_CurrentBattlePosture) == 0x00018A, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetCurrentBattlePosture_CurrentBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication_4) == 0x000190, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_7) == 0x0001A0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4) == 0x0001A4, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetCurrentBattlePosture_CurrentBattlePosture_1) == 0x0001A8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetCurrentBattlePosture_CurrentBattlePosture_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x0001AC, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x0001B0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x0001B4, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5) == 0x0001B8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x0001BC, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_TryGetPawnOwner_ReturnValue_6) == 0x0001C0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_TryGetPawnOwner_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_AsBPI_Anim_Communication_5) == 0x0001C8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_AsBPI_Anim_Communication_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, K2Node_DynamicCast_bSuccess_8) == 0x0001D8, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_GetBattlePostureAnimations_BattlePostureAnimations) == 0x0001E0, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_GetBattlePostureAnimations_BattlePostureAnimations' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000230, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x000238, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x000240, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x000248, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x000250, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x000258, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3) == 0x000260, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x000268, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4) == 0x000270, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000278, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5) == 0x000280, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5) == 0x000288, "Member 'OLD_ABP_Battle_Parent_C_ExecuteUbergraph_OLD_ABP_Battle_Parent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOLD_ABP_Battle_Parent_C \ +static_assert(alignof(UOLD_ABP_Battle_Parent_C) == 0x000010, "Wrong alignment on UOLD_ABP_Battle_Parent_C"); \ +static_assert(sizeof(UOLD_ABP_Battle_Parent_C) == 0x0020E0, "Wrong size on UOLD_ABP_Battle_Parent_C"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, UberGraphFrame) == 0x000370, "Member 'UOLD_ABP_Battle_Parent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, __AnimBlueprintMutables) == 0x000378, "Member 'UOLD_ABP_Battle_Parent_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimBlueprintExtension_PropertyAccess) == 0x000380, "Member 'UOLD_ABP_Battle_Parent_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimBlueprintExtension_Base) == 0x000388, "Member 'UOLD_ABP_Battle_Parent_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_72) == 0x000390, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_71) == 0x0003B8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_70) == 0x0003E0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_69) == 0x000408, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_68) == 0x000430, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_67) == 0x000458, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_66) == 0x000480, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_65) == 0x0004A8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_64) == 0x0004D0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_63) == 0x0004F8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_62) == 0x000520, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_61) == 0x000548, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_60) == 0x000570, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_59) == 0x000598, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_58) == 0x0005C0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_57) == 0x0005E8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_56) == 0x000610, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_55) == 0x000638, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_54) == 0x000660, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_53) == 0x000688, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_52) == 0x0006B0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_51) == 0x0006D8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_50) == 0x000700, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_49) == 0x000728, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_48) == 0x000750, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_47) == 0x000778, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_46) == 0x0007A0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_45) == 0x0007C8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_44) == 0x0007F0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_43) == 0x000818, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_42) == 0x000840, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_41) == 0x000868, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_40) == 0x000890, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_39) == 0x0008B8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_38) == 0x0008E0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_37) == 0x000908, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_36) == 0x000930, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_35) == 0x000958, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_34) == 0x000980, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_33) == 0x0009A8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_32) == 0x0009D0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_31) == 0x0009F8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_30) == 0x000A20, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_29) == 0x000A48, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_28) == 0x000A70, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_27) == 0x000A98, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_26) == 0x000AC0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_25) == 0x000AE8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_24) == 0x000B10, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_23) == 0x000B38, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_22) == 0x000B60, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_21) == 0x000B88, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_20) == 0x000BB0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_19) == 0x000BD8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_18) == 0x000C00, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_17) == 0x000C28, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_16) == 0x000C50, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_15) == 0x000C78, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_14) == 0x000CA0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_13) == 0x000CC8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_12) == 0x000CF0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_11) == 0x000D18, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_10) == 0x000D40, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_9) == 0x000D68, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_8) == 0x000D90, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_7) == 0x000DB8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_6) == 0x000DE0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_5) == 0x000E08, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_4) == 0x000E30, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_25) == 0x000E58, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_29) == 0x000EA0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_24) == 0x000EC0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_28) == 0x000F08, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_23) == 0x000F28, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_27) == 0x000F70, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_3) == 0x000F90, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_22) == 0x000FB8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_26) == 0x001000, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_21) == 0x001020, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_25) == 0x001068, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_20) == 0x001088, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_24) == 0x0010D0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_19) == 0x0010F0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_23) == 0x001138, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_2) == 0x001158, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_18) == 0x001180, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_22) == 0x0011C8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_17) == 0x0011E8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_21) == 0x001230, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_16) == 0x001250, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_20) == 0x001298, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_15) == 0x0012B8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_19) == 0x001300, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_14) == 0x001320, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_18) == 0x001368, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_13) == 0x001388, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_17) == 0x0013D0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_12) == 0x0013F0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_16) == 0x001438, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_11) == 0x001458, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_15) == 0x0014A0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_10) == 0x0014C0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_14) == 0x001508, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TwoWayBlend_1) == 0x001528, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_13) == 0x0015F0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_12) == 0x001610, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult_1) == 0x001630, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_11) == 0x001658, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_9) == 0x001678, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_10) == 0x0016C0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_8) == 0x0016E0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_9) == 0x001728, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_7) == 0x001748, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_8) == 0x001790, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_6) == 0x0017B0, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_7) == 0x0017F8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_5) == 0x001818, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_6) == 0x001860, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_4) == 0x001880, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_5) == 0x0018C8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_3) == 0x0018E8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_4) == 0x001930, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TransitionResult) == 0x001950, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_RotateRootBone) == 0x001978, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_RotateRootBone' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_2) == 0x001A28, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_3) == 0x001A70, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer_1) == 0x001A90, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_2) == 0x001AD8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult_1) == 0x001AF8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SequencePlayer) == 0x001B18, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateResult) == 0x001B60, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_StateMachine) == 0x001B80, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_Root) == 0x001C48, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_SaveCachedPose) == 0x001C68, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_UseCachedPose_2) == 0x001CE8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_TwoWayBlend) == 0x001D10, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_UseCachedPose_1) == 0x001DD8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_Slot_2) == 0x001E00, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_LayeredBoneBlend) == 0x001E48, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_Slot_1) == 0x001F38, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_Slot) == 0x001F80, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, AnimGraphNode_UseCachedPose) == 0x001FC8, "Member 'UOLD_ABP_Battle_Parent_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Speed) == 0x001FF0, "Member 'UOLD_ABP_Battle_Parent_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsInAir) == 0x001FF8, "Member 'UOLD_ABP_Battle_Parent_C::IsInAir' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Pitch) == 0x002000, "Member 'UOLD_ABP_Battle_Parent_C::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Roll) == 0x002008, "Member 'UOLD_ABP_Battle_Parent_C::Roll' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Yaw) == 0x002010, "Member 'UOLD_ABP_Battle_Parent_C::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, RotationLastTick) == 0x002018, "Member 'UOLD_ABP_Battle_Parent_C::RotationLastTick' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, YawDelta) == 0x002030, "Member 'UOLD_ABP_Battle_Parent_C::YawDelta' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsAccelerating) == 0x002038, "Member 'UOLD_ABP_Battle_Parent_C::IsAccelerating' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Character) == 0x002040, "Member 'UOLD_ABP_Battle_Parent_C::Character' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsAttacking) == 0x002048, "Member 'UOLD_ABP_Battle_Parent_C::IsAttacking' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, CurrentAttack) == 0x00204C, "Member 'UOLD_ABP_Battle_Parent_C::CurrentAttack' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, FullBody) == 0x002050, "Member 'UOLD_ABP_Battle_Parent_C::FullBody' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Dead_) == 0x002051, "Member 'UOLD_ABP_Battle_Parent_C::Dead_' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, Defending_) == 0x002052, "Member 'UOLD_ABP_Battle_Parent_C::Defending_' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, CombatStyle) == 0x002053, "Member 'UOLD_ABP_Battle_Parent_C::CombatStyle' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsTalking_) == 0x002054, "Member 'UOLD_ABP_Battle_Parent_C::IsTalking_' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsAimingBow_) == 0x002055, "Member 'UOLD_ABP_Battle_Parent_C::IsAimingBow_' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IdleAnimBodyRate) == 0x002058, "Member 'UOLD_ABP_Battle_Parent_C::IdleAnimBodyRate' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IdleAnimHeadRate) == 0x002060, "Member 'UOLD_ABP_Battle_Parent_C::IdleAnimHeadRate' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, CurrentBattlePosture) == 0x002068, "Member 'UOLD_ABP_Battle_Parent_C::CurrentBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, CurrentBattlePostureAnimations) == 0x002070, "Member 'UOLD_ABP_Battle_Parent_C::CurrentBattlePostureAnimations' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, LastValidBattlePosture) == 0x0020C0, "Member 'UOLD_ABP_Battle_Parent_C::LastValidBattlePosture' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsChoosingAction) == 0x0020C1, "Member 'UOLD_ABP_Battle_Parent_C::IsChoosingAction' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsTargeting) == 0x0020C2, "Member 'UOLD_ABP_Battle_Parent_C::IsTargeting' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, DefaultSlotAlpha) == 0x0020C8, "Member 'UOLD_ABP_Battle_Parent_C::DefaultSlotAlpha' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, IsStunned) == 0x0020D0, "Member 'UOLD_ABP_Battle_Parent_C::IsStunned' has a wrong offset!"); \ +static_assert(offsetof(UOLD_ABP_Battle_Parent_C, SD_SkillTransition) == 0x0020D8, "Member 'UOLD_ABP_Battle_Parent_C::SD_SkillTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_AreAllAlive \ +static_assert(alignof(AC_jRPG_ActionsManager_C_AreAllAlive) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_AreAllAlive"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_AreAllAlive) == 0x000030, "Wrong size on AC_jRPG_ActionsManager_C_AreAllAlive"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, NewParam) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::NewParam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, SomeAreAlive) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::SomeAreAlive' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, Temp_int_Array_Index_Variable) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, CallFunc_Array_Get_Item) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000029, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AreAllAlive, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_ActionsManager_C_AreAllAlive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Attack \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Attack) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Attack"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Attack) == 0x000090, "Wrong size on AC_jRPG_ActionsManager_C_Attack"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, Temp_int_Array_Index_Variable) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Attack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'AC_jRPG_ActionsManager_C_Attack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetOwner_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetBaseDamageType_ReturnValue) == 0x000048, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetBaseDamageType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Array_Get_Item) == 0x000058, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_MakeDamageBuilder_DamageSource_CastInput) == 0x000068, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_MakeDamageBuilder_DamageSource_CastInput' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_MakeDamageBuilder_ReturnValue) == 0x000078, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_MakeDamageBuilder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_DealDamages_HasHit) == 0x000081, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_DealDamages_HasHit' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Attack, CallFunc_DealDamages_BattleDamages) == 0x000088, "Member 'AC_jRPG_ActionsManager_C_Attack::CallFunc_DealDamages_BattleDamages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_AttackStatCalculation \ +static_assert(alignof(AC_jRPG_ActionsManager_C_AttackStatCalculation) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_AttackStatCalculation"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_AttackStatCalculation) == 0x0000F8, "Wrong size on AC_jRPG_ActionsManager_C_AttackStatCalculation"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Power) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Power' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CritRate) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CritRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CriticalPower) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CriticalPower' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Sharpness) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Defense) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Defense' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Speed) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Speed' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Luck) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Luck' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, HP) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::HP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, AP) == 0x000040, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::AP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable) == 0x000048, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_1) == 0x000049, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_2) == 0x00004A, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_3) == 0x00004B, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_4) == 0x00004C, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_5) == 0x00004D, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_6) == 0x00004E, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_7) == 0x000060, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, Temp_byte_Variable_8) == 0x000061, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value) == 0x000068, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_1) == 0x000078, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_1) == 0x000080, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_2) == 0x000088, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_2) == 0x000090, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_3) == 0x000098, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_3) == 0x0000A0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_4) == 0x0000A8, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_4) == 0x0000B0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_5) == 0x0000B8, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_5) == 0x0000C0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_6) == 0x0000C8, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_6) == 0x0000D0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_7) == 0x0000D8, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_7) == 0x0000E0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_Value_8) == 0x0000E8, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_Value_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation, CallFunc_Map_Find_ReturnValue_8) == 0x0000F0, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation::CallFunc_Map_Find_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection \ +static_assert(alignof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection) == 0x0000A0, "Wrong size on AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, Power) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::Power' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CritRate) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CritRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CriticalPower) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CriticalPower' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, Sharpness) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_Power) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_Power' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_CritRate) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_CritRate' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_CriticalPower) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_CriticalPower' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_Sharpness) == 0x000040, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_Sharpness' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_Defense) == 0x000048, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_Defense' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_Speed) == 0x000050, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_Speed' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_Luck) == 0x000058, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_Luck' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_HP) == 0x000060, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_HP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_AttackStatCalculation_AP) == 0x000068, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_AttackStatCalculation_AP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000078, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000080, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000088, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000090, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'AC_jRPG_ActionsManager_C_AttackStatCalculation_WithPerfection::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_CallFunctionByName \ +static_assert(alignof(AC_jRPG_ActionsManager_C_CallFunctionByName) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_CallFunctionByName"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_CallFunctionByName) == 0x000018, "Wrong size on AC_jRPG_ActionsManager_C_CallFunctionByName"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CallFunctionByName, FunctionName) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_CallFunctionByName::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CallFunctionByName, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_CallFunctionByName::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_CheckTargetBuff \ +static_assert(alignof(AC_jRPG_ActionsManager_C_CheckTargetBuff) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_CheckTargetBuff"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_CheckTargetBuff) == 0x000030, "Wrong size on AC_jRPG_ActionsManager_C_CheckTargetBuff"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, Target) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::Target' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, Buff) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::Buff' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, HasBuff) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::HasBuff' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::CallFunc_GetActiveBuffsByClass_ActiveBuffInstanceWrappers' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_CheckTargetBuff, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'AC_jRPG_ActionsManager_C_CheckTargetBuff::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Defend \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Defend) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Defend"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Defend) == 0x0000B8, "Wrong size on AC_jRPG_ActionsManager_C_Defend"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetOwner_ReturnValue_2) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_On_Action_Finished_HasMoreActions) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_On_Action_Finished_HasMoreActions' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'AC_jRPG_ActionsManager_C_Defend::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, K2Node_MakeArray_Array) == 0x000088, "Member 'AC_jRPG_ActionsManager_C_Defend::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetOwner_ReturnValue_3) == 0x000098, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Defend, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0000B0, "Member 'AC_jRPG_ActionsManager_C_Defend::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager \ +static_assert(alignof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager) == 0x0005A0, "Wrong size on AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, EntryPoint) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsBattleEnding_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsBattleEnding_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_2) == 0x000040, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000048, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000050, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_3) == 0x000058, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_4) == 0x000060, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000068, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000070, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_5) == 0x000078, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000080, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, Temp_int_Array_Index_Variable) == 0x000088, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Array_Get_Item) == 0x000090, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_SpawnObject_ReturnValue) == 0x0000A0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_ActivateBuff_Success) == 0x0000A8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, Temp_int_Variable) == 0x0000AC, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_6) == 0x0000B0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0000C0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_7) == 0x0000C8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0000D0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_8) == 0x0000D8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0000E0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000E8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000218, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_FindEquippedSkillByID_Skill) == 0x000220, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_FindEquippedSkillByID_Skill' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_9) == 0x000228, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000230, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_10) == 0x000238, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000240, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsValid_ReturnValue) == 0x000248, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam) == 0x000249, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_11) == 0x000250, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000258, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_12) == 0x000260, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000268, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsValid_ReturnValue_1) == 0x000270, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_13) == 0x000278, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000280, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_14) == 0x000288, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000290, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsValid_ReturnValue_2) == 0x000298, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_15) == 0x0002A0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_16) == 0x0002A8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_15) == 0x0002B0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_16) == 0x0002B8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetShardForConsumable_ShardID) == 0x0002C0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetShardForConsumable_ShardID' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeArray_Array) == 0x0002C8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_CustomEvent_ActionType) == 0x0002D8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_CustomEvent_ActionType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_CustomEvent_SecondaryActionName) == 0x0002DC, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_CustomEvent_SecondaryActionName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Format_ReturnValue) == 0x0002E8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Conv_NameToText_ReturnValue) == 0x0002F8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeStruct_FormatArgumentData) == 0x000308, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000350, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_SwitchEnum_CmpSuccess) == 0x000360, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Conv_StringToText_ReturnValue) == 0x000368, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeStruct_FormatArgumentData_1) == 0x000378, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeArray_Array_1) == 0x0003C0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Format_ReturnValue_1) == 0x0003D0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetOwner_ReturnValue_17) == 0x0003E0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetOwner_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetBattleManager_ReturnValue_1) == 0x0003E8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0003F0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0003F8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1) == 0x000408, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_IsPlayerTeamCharacter_IsPlayerTeam_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeStruct_FormatArgumentData_2) == 0x000410, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000458, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000468, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeStruct_FormatArgumentData_3) == 0x000478, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004C0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_SwitchEnum_CmpSuccess_1) == 0x0004D0, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeStruct_FormatArgumentData_4) == 0x0004D8, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetGameInstance_ReturnValue) == 0x000520, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_MakeArray_Array_2) == 0x000528, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000538, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_DynamicCast_bSuccess) == 0x000540, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Format_ReturnValue_2) == 0x000548, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_CustomEvent_TimeDilation) == 0x000558, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_CustomEvent_TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, K2Node_CustomEvent_Duration) == 0x000560, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetBattleManager_ReturnValue_2) == 0x000568, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetBattleManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_GetAllAliveHeroes_Target_Heroes) == 0x000570, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_GetAllAliveHeroes_Target_Heroes' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Array_Length_ReturnValue_1) == 0x000580, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Array_Get_Item_1) == 0x000588, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000590, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x000594, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager, CallFunc_Delay_Duration_ImplicitCast) == 0x000598, "Member 'AC_jRPG_ActionsManager_C_ExecuteUbergraph_AC_jRPG_ActionsManager::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Flee \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Flee) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Flee"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Flee) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Flee"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Flee, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Flee::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Flee, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Flee::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Flee, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Flee::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Flee, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Flee::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_FreezeFrame \ +static_assert(alignof(AC_jRPG_ActionsManager_C_FreezeFrame) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_FreezeFrame"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_FreezeFrame) == 0x000010, "Wrong size on AC_jRPG_ActionsManager_C_FreezeFrame"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_FreezeFrame, TimeDilation) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_FreezeFrame::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_FreezeFrame, Duration) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_FreezeFrame::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_GetActionCost \ +static_assert(alignof(AC_jRPG_ActionsManager_C_GetActionCost) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_GetActionCost"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_GetActionCost) == 0x000018, "Wrong size on AC_jRPG_ActionsManager_C_GetActionCost"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionCost, ActionName) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_GetActionCost::ActionName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionCost, CostHP) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_GetActionCost::CostHP' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionCost, CostMP) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_GetActionCost::CostMP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_GetActionData \ +static_assert(alignof(AC_jRPG_ActionsManager_C_GetActionData) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_GetActionData"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_GetActionData) == 0x000110, "Wrong size on AC_jRPG_ActionsManager_C_GetActionData"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionData, ActionName) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_GetActionData::ActionName' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionData, Out_Row) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_GetActionData::Out_Row' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_GetActionData, Found) == 0x000108, "Member 'AC_jRPG_ActionsManager_C_GetActionData::Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Attack \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Attack) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Attack"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Attack) == 0x000040, "Wrong size on AC_jRPG_ActionsManager_C_Select_Attack"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000020, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Attack, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'AC_jRPG_ActionsManager_C_Select_Attack::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Defend \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Defend) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Defend"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Defend) == 0x000010, "Wrong size on AC_jRPG_ActionsManager_C_Select_Defend"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Defend, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Defend::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Defend, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Defend::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_AllAllies \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_AllAllies"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_AllAllies"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAllies::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAllies::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAllies::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAllies, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAllies::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllAlliesDead::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_AllEnemies::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_Fireball \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_Fireball"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_Fireball"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Fireball::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Fireball::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Fireball::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Fireball, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Fireball::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_Heal \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_Heal) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_Heal"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_Heal) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_Heal"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Heal, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Heal::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Heal, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Heal::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Heal, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Heal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Heal, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Heal::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_OnlySelf::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAlly::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyAndEnemy::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleAllyDead::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemy::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SingleEnemyAny::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_SinglleAllyAny::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Magic_Thunder \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Magic_Thunder"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Magic_Thunder"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Thunder::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Thunder::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Thunder::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Magic_Thunder, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Magic_Thunder::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_Select_Test \ +static_assert(alignof(AC_jRPG_ActionsManager_C_Select_Test) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_Select_Test"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_Select_Test) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_Select_Test"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Test, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_Select_Test::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Test, CallFunc_GetOwner_ReturnValue_1) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_Select_Test::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Test, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_Select_Test::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_Select_Test, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_Select_Test::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_SelectAction \ +static_assert(alignof(AC_jRPG_ActionsManager_C_SelectAction) == 0x000004, "Wrong alignment on AC_jRPG_ActionsManager_C_SelectAction"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_SelectAction) == 0x00000C, "Wrong size on AC_jRPG_ActionsManager_C_SelectAction"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SelectAction, ActionType) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_SelectAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SelectAction, SecondaryActionName) == 0x000004, "Member 'AC_jRPG_ActionsManager_C_SelectAction::SecondaryActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_jRPG_ActionsManager_C_SkipTurn \ +static_assert(alignof(AC_jRPG_ActionsManager_C_SkipTurn) == 0x000008, "Wrong alignment on AC_jRPG_ActionsManager_C_SkipTurn"); \ +static_assert(sizeof(AC_jRPG_ActionsManager_C_SkipTurn) == 0x000020, "Wrong size on AC_jRPG_ActionsManager_C_SkipTurn"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SkipTurn, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'AC_jRPG_ActionsManager_C_SkipTurn::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SkipTurn, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'AC_jRPG_ActionsManager_C_SkipTurn::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SkipTurn, CallFunc_GetOwner_ReturnValue_1) == 0x000010, "Member 'AC_jRPG_ActionsManager_C_SkipTurn::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AC_jRPG_ActionsManager_C_SkipTurn, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'AC_jRPG_ActionsManager_C_SkipTurn::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_jRPG_ActionsManager_C \ +static_assert(alignof(UAC_jRPG_ActionsManager_C) == 0x000008, "Wrong alignment on UAC_jRPG_ActionsManager_C"); \ +static_assert(sizeof(UAC_jRPG_ActionsManager_C) == 0x000128, "Wrong size on UAC_jRPG_ActionsManager_C"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_jRPG_ActionsManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, GameInstanceReference) == 0x0000A8, "Member 'UAC_jRPG_ActionsManager_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, UNUSED_TargetHeroes) == 0x0000B0, "Member 'UAC_jRPG_ActionsManager_C::UNUSED_TargetHeroes' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, PureWhiteLearnt) == 0x0000C0, "Member 'UAC_jRPG_ActionsManager_C::PureWhiteLearnt' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, FleeImpossible) == 0x0000C1, "Member 'UAC_jRPG_ActionsManager_C::FleeImpossible' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, DamageCount) == 0x0000C8, "Member 'UAC_jRPG_ActionsManager_C::DamageCount' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, IsSecondTrigger) == 0x0000D0, "Member 'UAC_jRPG_ActionsManager_C::IsSecondTrigger' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, AllyDualTarget) == 0x0000D8, "Member 'UAC_jRPG_ActionsManager_C::AllyDualTarget' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, CurrentDamagesDealt) == 0x0000E0, "Member 'UAC_jRPG_ActionsManager_C::CurrentDamagesDealt' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, Target_List) == 0x0000E8, "Member 'UAC_jRPG_ActionsManager_C::Target_List' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, StanceDamageMultiply) == 0x0000F8, "Member 'UAC_jRPG_ActionsManager_C::StanceDamageMultiply' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, BurningPraiseConditionFilled) == 0x000100, "Member 'UAC_jRPG_ActionsManager_C::BurningPraiseConditionFilled' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, SoundEventFleeSelect) == 0x000108, "Member 'UAC_jRPG_ActionsManager_C::SoundEventFleeSelect' has a wrong offset!"); \ +static_assert(offsetof(UAC_jRPG_ActionsManager_C, SoundEventTurnPass) == 0x000118, "Member 'UAC_jRPG_ActionsManager_C::SoundEventTurnPass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Encounter \ +static_assert(alignof(FS_jRPG_Encounter) == 0x000008, "Wrong alignment on FS_jRPG_Encounter"); \ +static_assert(sizeof(FS_jRPG_Encounter) == 0x000060, "Wrong size on FS_jRPG_Encounter"); \ +static_assert(offsetof(FS_jRPG_Encounter, Enemies_14_3D2609EC487DFDF67CB27FAC3F632728) == 0x000000, "Member 'FS_jRPG_Encounter::Enemies_14_3D2609EC487DFDF67CB27FAC3F632728' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, FleeImpossible_13_2764B2B94142E1FC99C8A182A4BC0B06) == 0x000050, "Member 'FS_jRPG_Encounter::FleeImpossible_13_2764B2B94142E1FC99C8A182A4BC0B06' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, EncounterLevelOverride_17_FF0AA3B94D98F48F0541B8B7F8EC5A57) == 0x000054, "Member 'FS_jRPG_Encounter::EncounterLevelOverride_17_FF0AA3B94D98F48F0541B8B7F8EC5A57' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, DisableCameraEndMovement_19_508A8A1D45CCD8697AD9F5A5C7444229) == 0x000058, "Member 'FS_jRPG_Encounter::DisableCameraEndMovement_19_508A8A1D45CCD8697AD9F5A5C7444229' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, DisableReactionBattleLines_21_FB0F2FB047481CC64738E1A9C0D75BC4) == 0x000059, "Member 'FS_jRPG_Encounter::DisableReactionBattleLines_21_FB0F2FB047481CC64738E1A9C0D75BC4' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, IsNarrativeBattle_23_C3BA36324CC3DEC332F6E4B049A535C9) == 0x00005A, "Member 'FS_jRPG_Encounter::IsNarrativeBattle_23_C3BA36324CC3DEC332F6E4B049A535C9' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Encounter, IsRetryableBattle_26_1EDE597E49DB47E1A4F66C8AC61FF72B) == 0x00005B, "Member 'FS_jRPG_Encounter::IsRetryableBattle_26_1EDE597E49DB47E1A4F66C8AC61FF72B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow \ +static_assert(alignof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow) == 0x000180, "Wrong size on FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, ArchetypeDT) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::ArchetypeDT' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, EncounterLevel) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, __WorldContext) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, ScalingDataLevel) == 0x000018, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::ScalingDataLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000050, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Conv_IntToString_ReturnValue) == 0x000058, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000C0, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Conv_StringToName_ReturnValue) == 0x0000D0, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_GetDataTableRowFromName_OutRow) == 0x000120, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000158, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, K2Node_MakeArray_Array) == 0x000160, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow, CallFunc_Format_ReturnValue) == 0x000170, "Member 'FL_EnemyScalingHelpers_C_FindArchetypeEncounterLevelRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_ComputeCharacterStats \ +static_assert(alignof(FL_EnemyScalingHelpers_C_ComputeCharacterStats) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_ComputeCharacterStats"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_ComputeCharacterStats) == 0x0002C0, "Wrong size on FL_EnemyScalingHelpers_C_ComputeCharacterStats"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, ArchetypeDT) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::ArchetypeDT' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, EncounterLevel) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, StatMultipliers) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::StatMultipliers' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, __WorldContext) == 0x000068, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, Stats) == 0x000070, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::Stats' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, Chroma) == 0x0000C0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::Chroma' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, Experience) == 0x0000C4, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::Experience' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_FindArchetypeEncounterLevelRow_ScalingDataLevel) == 0x0000C8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_FindArchetypeEncounterLevelRow_ScalingDataLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000100, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000108, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000110, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000118, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue) == 0x000120, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_1) == 0x000128, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue) == 0x000130, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000138, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000140, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Max_ReturnValue) == 0x000148, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000150, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000158, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_2) == 0x000160, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000168, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToInt_ReturnValue_1) == 0x000170, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_3) == 0x000178, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Max_ReturnValue_1) == 0x000180, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_1) == 0x000188, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x000190, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_4) == 0x000198, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x0001A0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x0001A8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_4) == 0x0001B0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_5) == 0x0001B8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_2) == 0x0001C0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_3) == 0x0001C8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_5) == 0x0001D0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_6) == 0x0001D8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x0001E0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x0001E8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_6) == 0x0001F0, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_7) == 0x0001F8, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_4) == 0x000200, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_5) == 0x000208, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_7) == 0x000210, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_8) == 0x000218, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x000220, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x000228, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_8) == 0x000230, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_9) == 0x000238, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_6) == 0x000240, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_7) == 0x000248, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_IntToDouble_ReturnValue_9) == 0x000250, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_IntToDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x000258, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Round64_ReturnValue_10) == 0x000260, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Round64_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, CallFunc_Conv_Int64ToDouble_ReturnValue_8) == 0x000268, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::CallFunc_Conv_Int64ToDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeCharacterStats, K2Node_MakeMap_Map) == 0x000270, "Member 'FL_EnemyScalingHelpers_C_ComputeCharacterStats::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap \ +static_assert(alignof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap) == 0x0002B0, "Wrong size on FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, EncounterLevelOverride) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::EncounterLevelOverride' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, __WorldContext) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, ReturnValue) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, local_AdditionalLevel) == 0x000014, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::local_AdditionalLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_IsCurrentLevelProductionLevel_ReturnValue) == 0x000019, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_IsCurrentLevelProductionLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_GetTeamLevel_MaxValue) == 0x00001C, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_GetTeamLevel_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_GetTeamLevel_MaxValue_1) == 0x000020, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_GetTeamLevel_MaxValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_GetCurrentLevelData_Found) == 0x000024, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_GetCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_GetCurrentLevelData_LevelData) == 0x000028, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_GetCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_GetCurrentLevelData_RowName) == 0x0001D8, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_GetCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001E0, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001E8, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, K2Node_MakeStruct_FormatArgumentData) == 0x0001F0, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000238, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Clamp_ReturnValue) == 0x00023C, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000240, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, K2Node_MakeStruct_FormatArgumentData_1) == 0x000248, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, K2Node_MakeArray_Array) == 0x000290, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap, CallFunc_Format_ReturnValue) == 0x0002A0, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevelFromMap::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus \ +static_assert(alignof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus) == 0x000048, "Wrong size on FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, __WorldContext) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, ReturnValue) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, local_RowIndex) == 0x00000C, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::local_RowIndex' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_GetFinishedGameCount_FinishedGameCount) == 0x00002C, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_GetFinishedGameCount_FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000034, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_Min_ReturnValue) == 0x000038, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_GetDataTableRowFromName_OutRow) == 0x00003C, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000044, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000045, "Member 'FL_EnemyScalingHelpers_C_GetAdditionalEncounterLevelWithNewGamePlus::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_GetTeamLevel \ +static_assert(alignof(FL_EnemyScalingHelpers_C_GetTeamLevel) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_GetTeamLevel"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_GetTeamLevel) == 0x000088, "Wrong size on FL_EnemyScalingHelpers_C_GetTeamLevel"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, __WorldContext) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, MaxValue) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_MaxOfIntArray_IndexOfMaxValue) == 0x000024, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_MaxOfIntArray_IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_MaxOfIntArray_MaxValue) == 0x000028, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_MaxOfIntArray_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, Temp_int_Array_Index_Variable) == 0x000030, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, Temp_wildcard_Temp_buffer_array_Variable) == 0x000038, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_GetGameInstance_ReturnValue) == 0x000048, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000050, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Map_Values_Values) == 0x000060, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Array_Get_Item) == 0x000078, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetTeamLevel, CallFunc_Array_Add_ReturnValue) == 0x000084, "Member 'FL_EnemyScalingHelpers_C_GetTeamLevel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_GetEncounterLevel \ +static_assert(alignof(FL_EnemyScalingHelpers_C_GetEncounterLevel) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_GetEncounterLevel"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_GetEncounterLevel) == 0x000030, "Wrong size on FL_EnemyScalingHelpers_C_GetEncounterLevel"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, EncounterLevelOverride) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::EncounterLevelOverride' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, __WorldContext) == 0x000008, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, ReturnValue) == 0x000010, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, local_AdditionalLevel) == 0x000014, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::local_AdditionalLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_GetIntCVar_ReturnValue) == 0x000018, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_GetIntCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00001D, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_GetEncounterLevelFromMap_ReturnValue) == 0x000020, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_GetEncounterLevelFromMap_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue) == 0x000024, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_GetAdditionalEncounterLevelWithNewGamePlus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_GetEncounterLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'FL_EnemyScalingHelpers_C_GetEncounterLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle \ +static_assert(alignof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle) == 0x000008, "Wrong alignment on FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle"); \ +static_assert(sizeof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle) == 0x000080, "Wrong size on FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, Encounter) == 0x000000, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::Encounter' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, EncounterLevelOffset) == 0x000060, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::EncounterLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, __WorldContext) == 0x000068, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, EncounterLevel) == 0x000070, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, CallFunc_GetEncounterLevel_ReturnValue) == 0x000074, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, CallFunc_Greater_IntInt_ReturnValue) == 0x000078, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'FL_EnemyScalingHelpers_C_ComputeEncounterLevelForBattle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_EnemyScalingHelpers_C \ +static_assert(alignof(UFL_EnemyScalingHelpers_C) == 0x000008, "Wrong alignment on UFL_EnemyScalingHelpers_C"); \ +static_assert(sizeof(UFL_EnemyScalingHelpers_C) == 0x000028, "Wrong size on UFL_EnemyScalingHelpers_C"); \ + +#define DUMPER7_ASSERTS_AN_ENM_IsBattle_C_GetAudioComponentBattle \ +static_assert(alignof(AN_ENM_IsBattle_C_GetAudioComponentBattle) == 0x000008, "Wrong alignment on AN_ENM_IsBattle_C_GetAudioComponentBattle"); \ +static_assert(sizeof(AN_ENM_IsBattle_C_GetAudioComponentBattle) == 0x000078, "Wrong size on AN_ENM_IsBattle_C_GetAudioComponentBattle"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, Owner) == 0x000000, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, BattleComponent) == 0x000008, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::BattleComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, Temp_byte_Variable) == 0x000010, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components) == 0x000018, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::K2Node_DynamicCast_AsBPI_Battle_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_SFX) == 0x000030, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_SFX' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Weapon_L) == 0x000038, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Weapon_L' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Weapon_R) == 0x000040, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Weapon_R' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Foley) == 0x000048, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Foley' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Vocal) == 0x000050, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Vocal' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Foot_L) == 0x000058, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Foot_L' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_Foot_R) == 0x000060, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_Foot_R' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, CallFunc_GetBattleAudioContainerComponents_HitBy) == 0x000068, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::CallFunc_GetBattleAudioContainerComponents_HitBy' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentBattle, K2Node_Select_Default) == 0x000070, "Member 'AN_ENM_IsBattle_C_GetAudioComponentBattle::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ENM_IsBattle_C_GetAudioComponentEnviro \ +static_assert(alignof(AN_ENM_IsBattle_C_GetAudioComponentEnviro) == 0x000008, "Wrong alignment on AN_ENM_IsBattle_C_GetAudioComponentEnviro"); \ +static_assert(sizeof(AN_ENM_IsBattle_C_GetAudioComponentEnviro) == 0x000010, "Wrong size on AN_ENM_IsBattle_C_GetAudioComponentEnviro"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentEnviro, Owner) == 0x000000, "Member 'AN_ENM_IsBattle_C_GetAudioComponentEnviro::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_GetAudioComponentEnviro, EnviroComponent) == 0x000008, "Member 'AN_ENM_IsBattle_C_GetAudioComponentEnviro::EnviroComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ENM_IsBattle_C_PlayBattleSound \ +static_assert(alignof(AN_ENM_IsBattle_C_PlayBattleSound) == 0x000008, "Wrong alignment on AN_ENM_IsBattle_C_PlayBattleSound"); \ +static_assert(sizeof(AN_ENM_IsBattle_C_PlayBattleSound) == 0x000040, "Wrong size on AN_ENM_IsBattle_C_PlayBattleSound"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, Owner) == 0x000000, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, CallFunc_RandomFloatInRange_ReturnValue) == 0x000008, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, CallFunc_GetAudioComponentBattle_BattleComponent) == 0x000010, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::CallFunc_GetAudioComponentBattle_BattleComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayBattleSound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000038, "Member 'AN_ENM_IsBattle_C_PlayBattleSound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ENM_IsBattle_C_PlayEnviroSound \ +static_assert(alignof(AN_ENM_IsBattle_C_PlayEnviroSound) == 0x000008, "Wrong alignment on AN_ENM_IsBattle_C_PlayEnviroSound"); \ +static_assert(sizeof(AN_ENM_IsBattle_C_PlayEnviroSound) == 0x000048, "Wrong size on AN_ENM_IsBattle_C_PlayEnviroSound"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, Owner) == 0x000000, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::Owner' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x000008, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, CallFunc_GetAudioComponentByType_AudioComponent) == 0x000020, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::CallFunc_GetAudioComponentByType_AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_PlayEnviroSound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000040, "Member 'AN_ENM_IsBattle_C_PlayEnviroSound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_ENM_IsBattle_C_Received_Notify \ +static_assert(alignof(AN_ENM_IsBattle_C_Received_Notify) == 0x000008, "Wrong alignment on AN_ENM_IsBattle_C_Received_Notify"); \ +static_assert(sizeof(AN_ENM_IsBattle_C_Received_Notify) == 0x000070, "Wrong size on AN_ENM_IsBattle_C_Received_Notify"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_ENM_IsBattle_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, Animation) == 0x000008, "Member 'AN_ENM_IsBattle_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_ENM_IsBattle_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_ENM_IsBattle_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_ENM_IsBattle_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base) == 0x000050, "Member 'AN_ENM_IsBattle_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Enemy_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AN_ENM_IsBattle_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless) == 0x000060, "Member 'AN_ENM_IsBattle_C_Received_Notify::K2Node_DynamicCast_AsBP_J_RPG_Enemy_World_Base_Seamless' has a wrong offset!"); \ +static_assert(offsetof(AN_ENM_IsBattle_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'AN_ENM_IsBattle_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_ENM_IsBattle_C \ +static_assert(alignof(UAN_ENM_IsBattle_C) == 0x000008, "Wrong alignment on UAN_ENM_IsBattle_C"); \ +static_assert(sizeof(UAN_ENM_IsBattle_C) == 0x000068, "Wrong size on UAN_ENM_IsBattle_C"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, Sound) == 0x000038, "Member 'UAN_ENM_IsBattle_C::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, PlayInComponent_) == 0x000040, "Member 'UAN_ENM_IsBattle_C::PlayInComponent_' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, SoundShouldFollow_) == 0x000041, "Member 'UAN_ENM_IsBattle_C::SoundShouldFollow_' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, PercentageChanceToTriggerBattleSound) == 0x000048, "Member 'UAN_ENM_IsBattle_C::PercentageChanceToTriggerBattleSound' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, AttachToComponentInBattle) == 0x000050, "Member 'UAN_ENM_IsBattle_C::AttachToComponentInBattle' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, AttachToComponentInWorld) == 0x000051, "Member 'UAN_ENM_IsBattle_C::AttachToComponentInWorld' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, AttnInBattleOverride) == 0x000058, "Member 'UAN_ENM_IsBattle_C::AttnInBattleOverride' has a wrong offset!"); \ +static_assert(offsetof(UAN_ENM_IsBattle_C, BattleConcurrencyOverride) == 0x000060, "Member 'UAN_ENM_IsBattle_C::BattleConcurrencyOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory \ +static_assert(alignof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory) == 0x000050, "Wrong size on BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, GameInstance) == 0x000000, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, InventoryManager) == 0x000008, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, ItemId) == 0x000010, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, Temp_wildcard_Variable) == 0x000018, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, CallFunc_GetFirstCustomizationItem_ItemName) == 0x000020, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::CallFunc_GetFirstCustomizationItem_ItemName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000030, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000034, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003C, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory, K2Node_MakeStruct_S_CharacterCustomizationItemData) == 0x000040, "Member 'BP_DataAsset_Item_CharacterFace_C_OnRemovedFromInventory::K2Node_MakeStruct_S_CharacterCustomizationItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal \ +static_assert(alignof(BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal) == 0x000008, "Wrong size on BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal, CharacterData) == 0x000000, "Member 'BP_DataAsset_Item_CharacterFace_C_UpdateCharacterCustomization_Internal::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_CharacterFace_C \ +static_assert(alignof(UBP_DataAsset_Item_CharacterFace_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_CharacterFace_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_CharacterFace_C) == 0x000060, "Wrong size on UBP_DataAsset_Item_CharacterFace_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_CharacterFace_C, CharacterFace) == 0x000038, "Member 'UBP_DataAsset_Item_CharacterFace_C::CharacterFace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory \ +static_assert(alignof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory) == 0x000050, "Wrong size on BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, GameInstance) == 0x000000, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, InventoryManager) == 0x000008, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, ItemId) == 0x000010, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, Temp_wildcard_Variable) == 0x000018, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, CallFunc_GetFirstCustomizationItem_ItemName) == 0x000020, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::CallFunc_GetFirstCustomizationItem_ItemName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000030, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000034, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, K2Node_MakeStruct_S_CharacterCustomizationItemData) == 0x00003C, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::K2Node_MakeStruct_S_CharacterCustomizationItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00004C, "Member 'BP_DataAsset_Item_CharacterSkin_C_OnRemovedFromInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal \ +static_assert(alignof(BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal) == 0x000008, "Wrong alignment on BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal"); \ +static_assert(sizeof(BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal) == 0x000008, "Wrong size on BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal"); \ +static_assert(offsetof(BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal, CharacterData) == 0x000000, "Member 'BP_DataAsset_Item_CharacterSkin_C_UpdateCharacterCustomization_Internal::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_CharacterSkin_C \ +static_assert(alignof(UBP_DataAsset_Item_CharacterSkin_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_CharacterSkin_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_CharacterSkin_C) == 0x000060, "Wrong size on UBP_DataAsset_Item_CharacterSkin_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_CharacterSkin_C, CharacterSkin) == 0x000038, "Member 'UBP_DataAsset_Item_CharacterSkin_C::CharacterSkin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_Burn_C \ +static_assert(alignof(UBP_BattleBuff_Burn_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_Burn_C"); \ +static_assert(sizeof(UBP_BattleBuff_Burn_C) == 0x000160, "Wrong size on UBP_BattleBuff_Burn_C"); \ +static_assert(offsetof(UBP_BattleBuff_Burn_C, BurnMultiplier) == 0x000158, "Member 'UBP_BattleBuff_Burn_C::BurnMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas \ +static_assert(alignof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas) == 0x000008, "Wrong alignment on BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas"); \ +static_assert(sizeof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas) == 0x003C80, "Wrong size on BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_CustomOptions) == 0x000008, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_CustomOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue) == 0x000050, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine) == 0x000058, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array) == 0x000188, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000198, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000199, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x00019A, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue) == 0x0001A0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue) == 0x0001A8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0001B0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001B8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001C0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0001C8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_2) == 0x0001D0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0001D8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_3) == 0x0001E0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0001E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0001F0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_4) == 0x0001F8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000200, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000208, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_5) == 0x000210, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000218, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_6) == 0x000220, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000228, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000230, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_7) == 0x000238, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000240, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_8) == 0x000248, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000250, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000258, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_9) == 0x000260, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000268, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000270, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_10) == 0x000278, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000280, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_11) == 0x000288, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000290, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000298, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_12) == 0x0002A0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0002A8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x0002B0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_13) == 0x0002B8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_1) == 0x0002C0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_13) == 0x0002D0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002D8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_14) == 0x0002E0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_14) == 0x0002E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x0002F0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_15) == 0x0002F8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000300, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000308, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_2) == 0x000438, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000448, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_16) == 0x000450, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000458, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_16) == 0x000588, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_3) == 0x000590, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_17) == 0x0005A0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_17) == 0x0005A8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0005B0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_18) == 0x0005B8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0005C0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0005C8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_19) == 0x0005D0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_19) == 0x0005D8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_20) == 0x0005E0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_20) == 0x0005E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x0005F0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_21) == 0x0005F8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000600, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_21) == 0x000730, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_4) == 0x000738, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_22) == 0x000748, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_22) == 0x000750, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_18) == 0x000758, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_23) == 0x000760, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_23) == 0x000768, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_19) == 0x000770, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000778, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_5) == 0x0008A8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_24) == 0x0008B8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_24) == 0x0008C0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_25) == 0x0008C8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_25) == 0x0008D0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_20) == 0x0008D8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_26) == 0x0008E0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_26) == 0x0008E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_5) == 0x0008F0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_6) == 0x000A20, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_21) == 0x000A30, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_27) == 0x000A38, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_27) == 0x000A40, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_28) == 0x000A48, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_28) == 0x000A50, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_22) == 0x000A58, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_29) == 0x000A60, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_29) == 0x000A68, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_23) == 0x000A70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetInventoryManager_ReturnValue) == 0x000A78, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetEncounterLevel_ReturnValue) == 0x000A80, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_LootContext) == 0x000A84, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_24) == 0x000A88, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_30) == 0x000A90, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_30) == 0x000A98, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_31) == 0x000AA0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_31) == 0x000AA8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_25) == 0x000AB0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_32) == 0x000AB8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_32) == 0x000AC0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000AC8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_26) == 0x000BF8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_7) == 0x000C00, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetPlayerController_ReturnValue_33) == 0x000C10, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetPlayerController_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetComponentByClass_ReturnValue_33) == 0x000C18, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetComponentByClass_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetDialogueStage_DialogueStage) == 0x000C20, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_SwitchInteger_CmpSuccess) == 0x000C24, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_27) == 0x000C25, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000C28, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_28) == 0x000D58, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_8) == 0x000D60, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_29) == 0x000D70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000D78, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_9) == 0x000EA8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000EB8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetDataTableRowFromName_OutRow) == 0x000EC8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000FF8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_Conv_NameToText_ReturnValue) == 0x001000, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FormatArgumentData) == 0x001010, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_IsValid_ReturnValue) == 0x001058, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_AddItemToInventory_GeneratedItem) == 0x001060, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetDisplayName_ReturnValue) == 0x001068, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_SelectString_ReturnValue) == 0x001078, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_MakeLiteralByte_ReturnValue_30) == 0x001088, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_MakeLiteralByte_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_Conv_StringToText_ReturnValue) == 0x001090, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FormatArgumentData_1) == 0x0010A0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_9) == 0x0010E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_10) == 0x001218, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_11) == 0x001228, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_Format_ReturnValue) == 0x001238, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, CallFunc_GetQuestSystem_QuestSystem) == 0x001248, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x001250, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001318, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x001448, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_12) == 0x001510, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001520, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_13) == 0x001650, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x001660, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001728, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x001858, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_14) == 0x001920, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001930, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_15) == 0x001A60, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x001A70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001B38, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001C68, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_16) == 0x001D30, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_15) == 0x001D40, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_17) == 0x001E70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001E80, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_16) == 0x001F48, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x002078, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_18) == 0x002140, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_17) == 0x002150, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_19) == 0x002280, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x002290, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_18) == 0x002358, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x002488, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_20) == 0x002550, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_19) == 0x002560, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_21) == 0x002690, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x0026A0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_20) == 0x002768, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x002898, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_22) == 0x002960, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_21) == 0x002970, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_23) == 0x002AA0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x002AB0, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_13) == 0x002B78, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_22) == 0x002C40, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_14) == 0x002D70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_24) == 0x002E38, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_15) == 0x002E48, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_16) == 0x002F10, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_23) == 0x002FD8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_24) == 0x003108, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_25) == 0x003238, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_26) == 0x003248, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_17) == 0x003258, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_18) == 0x003320, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_25) == 0x0033E8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_26) == 0x003518, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_27) == 0x003648, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_28) == 0x003658, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_19) == 0x003668, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_20) == 0x003730, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_27) == 0x0037F8, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_28) == 0x003928, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_29) == 0x003A58, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_30) == 0x003A68, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_S_Dialogue_AnimationParameters_21) == 0x003A78, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_S_Dialogue_AnimationParameters_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeStruct_FRichDialogueLine_29) == 0x003B40, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeStruct_FRichDialogueLine_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas, K2Node_MakeArray_Array_31) == 0x003C70, "Member 'BP_Dialogue_Nicolas_C_ExecuteUbergraph_BP_Dialogue_Nicolas::K2Node_MakeArray_Array_31' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Nicolas_C \ +static_assert(alignof(ABP_Dialogue_Nicolas_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Nicolas_C"); \ +static_assert(sizeof(ABP_Dialogue_Nicolas_C) == 0x0004A8, "Wrong size on ABP_Dialogue_Nicolas_C"); \ +static_assert(offsetof(ABP_Dialogue_Nicolas_C, UberGraphFrame_BP_Dialogue_Nicolas_C) == 0x000338, "Member 'ABP_Dialogue_Nicolas_C::UberGraphFrame_BP_Dialogue_Nicolas_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Nicolas_C, Battle_Start_Params) == 0x000340, "Member 'ABP_Dialogue_Nicolas_C::Battle_Start_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Nicolas_C, Item_Data_Table_Row_Handle) == 0x000498, "Member 'ABP_Dialogue_Nicolas_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit \ +static_assert(alignof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit) == 0x000008, "Wrong alignment on BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit"); \ +static_assert(sizeof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit) == 0x000300, "Wrong size on BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, K2Node_MakeStruct_S_Dialogue_CustomOptions) == 0x000008, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::K2Node_MakeStruct_S_Dialogue_CustomOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_MakeLiteralByte_ReturnValue) == 0x000060, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, K2Node_MakeStruct_FRichDialogueLine) == 0x000068, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_GetPlayerController_ReturnValue_1) == 0x000198, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001B0, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0001B8, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0001C0, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit, K2Node_MakeArray_Array_1) == 0x0002F0, "Member 'BP_Dialogue_Benoit_C_ExecuteUbergraph_BP_Dialogue_Benoit::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Benoit_C \ +static_assert(alignof(ABP_Dialogue_Benoit_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Benoit_C"); \ +static_assert(sizeof(ABP_Dialogue_Benoit_C) == 0x0004A8, "Wrong size on ABP_Dialogue_Benoit_C"); \ +static_assert(offsetof(ABP_Dialogue_Benoit_C, UberGraphFrame_BP_Dialogue_Benoit_C) == 0x000338, "Member 'ABP_Dialogue_Benoit_C::UberGraphFrame_BP_Dialogue_Benoit_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Benoit_C, Battle_Start_Params) == 0x000340, "Member 'ABP_Dialogue_Benoit_C::Battle_Start_Params' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Benoit_C, Item_Data_Table_Row_Handle) == 0x000498, "Member 'ABP_Dialogue_Benoit_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_WeaponCurrency_C_SetItemData \ +static_assert(alignof(WBP_Loot_WeaponCurrency_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_WeaponCurrency_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_WeaponCurrency_C_SetItemData) == 0x000108, "Wrong size on WBP_Loot_WeaponCurrency_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, CallFunc_GetConvertedChromaValue_BonusChroma) == 0x00001C, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::CallFunc_GetConvertedChromaValue_BonusChroma' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, CallFunc_GetItemDisplayText_ReturnValue) == 0x000080, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, K2Node_MakeArray_Array_1) == 0x0000E8, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponCurrency_C_SetItemData, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'WBP_Loot_WeaponCurrency_C_SetItemData::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_WeaponCurrency_C \ +static_assert(alignof(UWBP_Loot_WeaponCurrency_C) == 0x000008, "Wrong alignment on UWBP_Loot_WeaponCurrency_C"); \ +static_assert(sizeof(UWBP_Loot_WeaponCurrency_C) == 0x000470, "Wrong size on UWBP_Loot_WeaponCurrency_C"); \ +static_assert(offsetof(UWBP_Loot_WeaponCurrency_C, CurrencyQuantity) == 0x000458, "Member 'UWBP_Loot_WeaponCurrency_C::CurrencyQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponCurrency_C, WeaponConvertedText) == 0x000460, "Member 'UWBP_Loot_WeaponCurrency_C::WeaponConvertedText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponCurrency_C, WeaponIcon) == 0x000468, "Member 'UWBP_Loot_WeaponCurrency_C::WeaponIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_ActivateBuff \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_ActivateBuff) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_ActivateBuff"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_ActivateBuff) == 0x000008, "Wrong size on BP_BattleBuff_BurnAggregator_C_ActivateBuff"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ActivateBuff, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_ActivateBuff::CharacterStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total) == 0x000128, "Wrong size on BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, TotalDamage) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, local_stackcount) == 0x000008, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::local_stackcount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, local_total) == 0x000010, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::local_total' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_int_Variable) == 0x000018, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_int_Variable_1) == 0x00001C, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_byte_Variable) == 0x000030, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_byte_Variable_1) == 0x000031, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000038, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_SafeDivide_ReturnValue) == 0x000040, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_FFloor_ReturnValue) == 0x000048, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_GetTeam_Team) == 0x00004C, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000050, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000058, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_real_Variable) == 0x000068, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_real_Variable_1) == 0x000070, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, Temp_bool_Variable) == 0x000078, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, K2Node_Select_Default) == 0x000080, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Map_Find_Value_1) == 0x0000B8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Map_Find_ReturnValue_1) == 0x0000C0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_GetStackCount_StackCount) == 0x0000C4, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_GetStackCount_StackCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_SafeDivide_ReturnValue_1) == 0x0000C8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000D8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, K2Node_DynamicCast_AsBP_Battle_Buff_Burn) == 0x0000E8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::K2Node_DynamicCast_AsBP_Battle_Buff_Burn' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_SafeDivide_ReturnValue_2) == 0x0000F8, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_SafeDivide_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000100, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000108, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000110, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000118, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000120, "Member 'BP_BattleBuff_BurnAggregator_C_Compute_Burn_Damage_Total::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator) == 0x000210, "Wrong size on BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, Temp_name_Variable) == 0x000004, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_Event_CharacterStats) == 0x000018, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_Event_TurnStartDependencies) == 0x000020, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_IsBuffTarget_IsTarget) == 0x000070, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_AddSentenceGenderTags__SubjectOnly__OutText) == 0x000098, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_AddSentenceGenderTags__SubjectOnly__OutText' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Compute_Burn_Damage_Total_TotalDamage) == 0x0000A8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Compute_Burn_Damage_Total_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_Event_CharacterStats_1) == 0x0000B0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_Event_CharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetOwner_ReturnValue) == 0x0000B8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0000C0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, Temp_object_Variable) == 0x0000D0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetSkeletalMeshAsset_ReturnValue) == 0x0000D8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetSkeletalMeshAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetSamplingRegionNames_ReturnValue) == 0x0000E0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetSamplingRegionNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetComponentBounds_Origin) == 0x0000F0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetComponentBounds_BoxExtent) == 0x000108, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetComponentBounds_SphereRadius) == 0x000120, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000124, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000128, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000130, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetOwner_ReturnValue_1) == 0x000138, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_FClamp_ReturnValue) == 0x000140, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000148, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetOwner_ReturnValue_2) == 0x000160, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_GetOwner_ReturnValue_3) == 0x000168, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000170, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000188, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Get_UI_Attack_Element_Type_Color_Color) == 0x0001A0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Get_UI_Attack_Element_Type_Color_Color' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_MakeDamageBuilder_DamageSource_CastInput) == 0x0001B0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_MakeDamageBuilder_DamageSource_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_MakeDamageBuilder_ReturnValue) == 0x0001C0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_MakeDamageBuilder_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_DealDamages_HasHit) == 0x0001C8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_DealDamages_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_DealDamages_BattleDamages) == 0x0001D0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_DealDamages_BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_Event_IsDimmed) == 0x0001D8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_Event_IsDimmed' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_IsValid_ReturnValue) == 0x0001D9, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, Temp_object_Variable_1) == 0x0001E0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, Temp_bool_Variable) == 0x0001E8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, K2Node_Select_Default) == 0x0001F0, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0001F8, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000200, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000208, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x00020C, "Member 'BP_BattleBuff_BurnAggregator_C_ExecuteUbergraph_BP_BattleBuff_BurnAggregator::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget) == 0x000028, "Wrong size on BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, BuffWidget) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::BuffWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, DummyOut) == 0x000008, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::DummyOut' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, CallFunc_InitializeCustomBuffWidget_DummyOut) == 0x000009, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::CallFunc_InitializeCustomBuffWidget_DummyOut' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, CallFunc_AddChildToOverlay_ReturnValue) == 0x000018, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::CallFunc_AddChildToOverlay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, CallFunc_Array_AddUnique_ReturnValue) == 0x000020, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_BattleBuff_BurnAggregator_C_InitializeCustomBuffWidget::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_BurnAggregator_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded) == 0x000004, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded) == 0x000010, "Wrong size on BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded, CallFunc_Get_UI_Attack_Element_Type_Color_Color) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceAdded::CallFunc_Get_UI_Attack_Element_Type_Color_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged) == 0x000008, "Wrong size on BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged, BuffInstance) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_OnChildBuffInstanceStackChanged::BuffInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange) == 0x000001, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange) == 0x000001, "Wrong size on BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange, IsDimmed) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_OnVisualEffectDimChange::IsDimmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget \ +static_assert(alignof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget) == 0x000008, "Wrong alignment on BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget"); \ +static_assert(sizeof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget) == 0x000028, "Wrong size on BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, CallFunc_ComputeAggregatorStackCount_ReturnValue) == 0x00000C, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::CallFunc_ComputeAggregatorStackCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BattleBuff_BurnAggregator_C_RefreshBurnCounterWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_BurnAggregator_C \ +static_assert(alignof(UBP_BattleBuff_BurnAggregator_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_BurnAggregator_C"); \ +static_assert(sizeof(UBP_BattleBuff_BurnAggregator_C) == 0x0001A8, "Wrong size on UBP_BattleBuff_BurnAggregator_C"); \ +static_assert(offsetof(UBP_BattleBuff_BurnAggregator_C, UberGraphFrame_BP_BattleBuff_BurnAggregator_C) == 0x000178, "Member 'UBP_BattleBuff_BurnAggregator_C::UberGraphFrame_BP_BattleBuff_BurnAggregator_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_BurnAggregator_C, BurnDamageMultiplier) == 0x000180, "Member 'UBP_BattleBuff_BurnAggregator_C::BurnDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_BurnAggregator_C, BurnCounterWidgets) == 0x000188, "Member 'UBP_BattleBuff_BurnAggregator_C::BurnCounterWidgets' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_BurnAggregator_C, Sound_Fire_loop) == 0x000198, "Member 'UBP_BattleBuff_BurnAggregator_C::Sound_Fire_loop' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_BurnAggregator_C, Niagara_System) == 0x0001A0, "Member 'UBP_BattleBuff_BurnAggregator_C::Niagara_System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LU_ProRetreat_C \ +static_assert(alignof(UBP_LU_ProRetreat_C) == 0x000008, "Wrong alignment on UBP_LU_ProRetreat_C"); \ +static_assert(sizeof(UBP_LU_ProRetreat_C) == 0x000158, "Wrong size on UBP_LU_ProRetreat_C"); \ + +#define DUMPER7_ASSERTS_FS_jRPG_Action \ +static_assert(alignof(FS_jRPG_Action) == 0x000008, "Wrong alignment on FS_jRPG_Action"); \ +static_assert(sizeof(FS_jRPG_Action) == 0x000100, "Wrong size on FS_jRPG_Action"); \ +static_assert(offsetof(FS_jRPG_Action, ActionType_25_9C90134C434928F9E93F85BC6A22CD1E) == 0x000000, "Member 'FS_jRPG_Action::ActionType_25_9C90134C434928F9E93F85BC6A22CD1E' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, IsSecondaryAction_28_2D69363142666982FEA87CAE1257CE91) == 0x000001, "Member 'FS_jRPG_Action::IsSecondaryAction_28_2D69363142666982FEA87CAE1257CE91' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, HardcodedName_4_0F310C1849AE79B80236E89B24F90803) == 0x000004, "Member 'FS_jRPG_Action::HardcodedName_4_0F310C1849AE79B80236E89B24F90803' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, DisplayName_5_625DFD5A419E4C6CC34A148337F3099D) == 0x000010, "Member 'FS_jRPG_Action::DisplayName_5_625DFD5A419E4C6CC34A148337F3099D' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, Description_12_2565638845A7B077F1BAD3B22D427B93) == 0x000020, "Member 'FS_jRPG_Action::Description_12_2565638845A7B077F1BAD3B22D427B93' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, ShortDescription_57_D4FBAAA344332D80F1971FAE78267B80) == 0x000030, "Member 'FS_jRPG_Action::ShortDescription_57_D4FBAAA344332D80F1971FAE78267B80' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, MaxLevel_8_320EEEE84F089F005EA777B6B085A91A) == 0x000040, "Member 'FS_jRPG_Action::MaxLevel_8_320EEEE84F089F005EA777B6B085A91A' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, BaseCostMP_14_8BC6BCB847EDD6F5BEBB59983D6C49DF) == 0x000048, "Member 'FS_jRPG_Action::BaseCostMP_14_8BC6BCB847EDD6F5BEBB59983D6C49DF' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, BaseCostHP_16_F7E9DCAB45527F7E11F72BAA08A1446F) == 0x000050, "Member 'FS_jRPG_Action::BaseCostHP_16_F7E9DCAB45527F7E11F72BAA08A1446F' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, PerLevelCostMP_18_9619CEBE40DD71ACBFAA01AA81A20412) == 0x000058, "Member 'FS_jRPG_Action::PerLevelCostMP_18_9619CEBE40DD71ACBFAA01AA81A20412' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, PerLevelCostHP_22_BD1F284B4D7417072C0F9F8DDE9F30A8) == 0x000060, "Member 'FS_jRPG_Action::PerLevelCostHP_22_BD1F284B4D7417072C0F9F8DDE9F30A8' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, UnlockSkillWithWeapon_31_154D6DB440DB5A28EB8BD28A6F879A14) == 0x000068, "Member 'FS_jRPG_Action::UnlockSkillWithWeapon_31_154D6DB440DB5A28EB8BD28A6F879A14' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, TargetSpeedModifier_34_5AB3CC8147E40A0B8FA8BCB56DAF1C05) == 0x0000B8, "Member 'FS_jRPG_Action::TargetSpeedModifier_34_5AB3CC8147E40A0B8FA8BCB56DAF1C05' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, TargetSpeedModifierDuration_41_DD9D45804C305783F5C71888257D8C6C) == 0x0000BC, "Member 'FS_jRPG_Action::TargetSpeedModifierDuration_41_DD9D45804C305783F5C71888257D8C6C' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, StunTurnsDuration_38_BE8B355146F527B4536985A86012150A) == 0x0000C0, "Member 'FS_jRPG_Action::StunTurnsDuration_38_BE8B355146F527B4536985A86012150A' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, TargetingType_44_F63AD57046A0E412316800B110CCC900) == 0x0000C4, "Member 'FS_jRPG_Action::TargetingType_44_F63AD57046A0E412316800B110CCC900' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, ActionData_50_14ACFCE64359635814ABA2930F303E9B) == 0x0000C8, "Member 'FS_jRPG_Action::ActionData_50_14ACFCE64359635814ABA2930F303E9B' has a wrong offset!"); \ +static_assert(offsetof(FS_jRPG_Action, SkillDefinition_54_0455375146D6D4B16646399E7C6BB64C) == 0x0000D8, "Member 'FS_jRPG_Action::SkillDefinition_54_0455375146D6D4B16646399E7C6BB64C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_C"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager) == 0x000030, "Wrong size on BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, EntryPoint) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, K2Node_Event_CharacterStats) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::K2Node_Event_CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, K2Node_Event_TurnStartDependencies) == 0x000010, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::K2Node_Event_TurnStartDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, CallFunc_GetPerfectionComponent_ReturnValue) == 0x000018, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::CallFunc_GetPerfectionComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, CallFunc_IsBuffTarget_IsTarget) == 0x000020, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, Temp_byte_Variable) == 0x000021, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, CallFunc_Map_Find_Value) == 0x000024, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000029, "Member 'BP_BattleBuff_PerfectionManager_C_ExecuteUbergraph_BP_BattleBuff_PerfectionManager::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent) == 0x000018, "Wrong size on BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent, ReturnValue) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_PerfectionManager_C_GetPerfectionComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart) == 0x000010, "Wrong size on BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart, CharacterStats) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart, TurnStartDependencies) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_OnCharacterTurnStart::TurnStartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages) == 0x000070, "Wrong size on BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, Out) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::Out' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_Value) == 0x00000B, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_ReturnValue) == 0x00000C, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_GetPerfectionComponent_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_GetPerfectionComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_GetPerfectionComponent_ReturnValue_1) == 0x000018, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_GetPerfectionComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_Value_1) == 0x000020, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_ReturnValue_1) == 0x000024, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_Value_2) == 0x000028, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_Map_Find_ReturnValue_2) == 0x000030, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, K2Node_MakeStruct_FDamageModifier) == 0x000040, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::K2Node_MakeStruct_FDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages, CallFunc_GetCurrentNewPerfection_ReturnValue) == 0x000068, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessDealtRawDamages::CallFunc_GetCurrentNewPerfection_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_ProcessHeal \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_ProcessHeal) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_ProcessHeal"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_ProcessHeal) == 0x000020, "Wrong size on BP_BattleBuff_PerfectionManager_C_ProcessHeal"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, Heal) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::Heal' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, DummyOut) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::DummyOut' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, Temp_byte_Variable) == 0x000009, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, CallFunc_IsBuffTarget_IsTarget) == 0x00000A, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::CallFunc_IsBuffTarget_IsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, CallFunc_GetPerfectionComponent_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::CallFunc_GetPerfectionComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, CallFunc_IncreaseOrDecreaseRank_NewRank) == 0x000018, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::CallFunc_IncreaseOrDecreaseRank_NewRank' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, CallFunc_Array_Contains_ReturnValue) == 0x000019, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessHeal, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessHeal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages) == 0x000008, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages) == 0x000020, "Wrong size on BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, BattleDamages) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::BattleDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CurrentTurnHitCount) == 0x000008, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CurrentTurnHitCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, Out) == 0x00000C, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::Out' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, Temp_byte_Variable) == 0x00000D, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000E, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_GetPerfectionComponent_ReturnValue) == 0x000010, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_GetPerfectionComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_IncreaseOrDecreaseRank_NewRank) == 0x000019, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_IncreaseOrDecreaseRank_NewRank' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_Array_Contains_ReturnValue) == 0x00001A, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages, CallFunc_BooleanAND_ReturnValue_1) == 0x00001C, "Member 'BP_BattleBuff_PerfectionManager_C_ProcessReceivedFinalDamages::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath \ +static_assert(alignof(BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath) == 0x000001, "Wrong alignment on BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath"); \ +static_assert(sizeof(BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath) == 0x000001, "Wrong size on BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath"); \ +static_assert(offsetof(BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath, Keep) == 0x000000, "Member 'BP_BattleBuff_PerfectionManager_C_ShouldKeepOnDeath::Keep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_PerfectionManager_C \ +static_assert(alignof(UBP_BattleBuff_PerfectionManager_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_PerfectionManager_C"); \ +static_assert(sizeof(UBP_BattleBuff_PerfectionManager_C) == 0x0001B8, "Wrong size on UBP_BattleBuff_PerfectionManager_C"); \ +static_assert(offsetof(UBP_BattleBuff_PerfectionManager_C, UberGraphFrame_BP_BattleBuff_PerfectionManager_C) == 0x000158, "Member 'UBP_BattleBuff_PerfectionManager_C::UberGraphFrame_BP_BattleBuff_PerfectionManager_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_PerfectionManager_C, DamageReasonToPerfectionReason) == 0x000160, "Member 'UBP_BattleBuff_PerfectionManager_C::DamageReasonToPerfectionReason' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleBuff_PerfectionManager_C, HasLostRankThisTurn) == 0x0001B0, "Member 'UBP_BattleBuff_PerfectionManager_C::HasLostRankThisTurn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_AddPerfection \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_AddPerfection) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_AddPerfection"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_AddPerfection) == 0x00000C, "Wrong size on BP_PerfectionMechanicComponent_C_AddPerfection"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_AddPerfection, PerfectionToAdd_0) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_AddPerfection::PerfectionToAdd_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_AddPerfection, PerfectionChangeReason) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_AddPerfection::PerfectionChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_AddPerfection, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_AddPerfection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_CreatePortraitWidget \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_CreatePortraitWidget"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget) == 0x000020, "Wrong size on BP_PerfectionMechanicComponent_C_CreatePortraitWidget"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget, CreatedUserWidget) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_CreatePortraitWidget::CreatedUserWidget' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget, SlotIndex) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_CreatePortraitWidget::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_CreatePortraitWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_CreatePortraitWidget, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_CreatePortraitWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent) == 0x0002A0, "Wrong size on BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, EntryPoint) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, Temp_int_Variable) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, Temp_int_Variable_1) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Conv_IntToByte_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetValidValue_ReturnValue) == 0x000014, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000015, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000016, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, Temp_byte_Variable) == 0x00001C, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, Temp_real_Variable) == 0x000020, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_MakeLiteralByte_ReturnValue) == 0x000028, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000029, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000038, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x000040, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetDataTableRowFromName_OutRow_3) == 0x000048, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetDataTableRowFromName_OutRow_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetDataTableRowFromName_OutRow_4) == 0x000050, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetDataTableRowFromName_OutRow_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, Temp_name_Variable) == 0x000058, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_MakeMap_Map) == 0x000060, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_HasPlayedTutorial_Result) == 0x0000B0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_HasPlayedTutorial_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Not_PreBool_ReturnValue) == 0x0000B1, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue) == 0x0000C8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_NewRank_1) == 0x0000D0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_NewRank_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x0000D8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_NewRank) == 0x0000E1, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_NewRank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E4, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000F4, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetBattleManager_ReturnValue) == 0x000108, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_Character_1) == 0x000110, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_Enemy_1) == 0x000118, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_Enemy_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_Character) == 0x000120, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_Enemy) == 0x000128, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_Enemy' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000130, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue_2) == 0x000138, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_EqualsObjects_ReturnValue) == 0x000140, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_EqualsObjects_ReturnValue_1) == 0x000141, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_EqualsObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue_3) == 0x000148, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_SpawnObject_ReturnValue) == 0x000150, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1) == 0x000158, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_ActivateBuff_BuffInstanceWrapper) == 0x000168, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_ActivateBuff_BuffInstanceWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_ActivateBuff_Success) == 0x000170, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_ActivateBuff_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_RankDMultiplier) == 0x000178, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_RankDMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_RankCMultiplier) == 0x000180, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_RankCMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_RankBMultiplier) == 0x000188, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_RankBMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_RankAMultiplier) == 0x000190, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_RankAMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CustomEvent_RankSMultiplier) == 0x000198, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CustomEvent_RankSMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_MakeLiteralInt_ReturnValue) == 0x0001A0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_Select_Default) == 0x0001A8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Less_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Map_Find_Value) == 0x0001B4, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Map_Find_ReturnValue) == 0x0001B8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Map_Find_Value_1) == 0x0001BC, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Map_Find_ReturnValue_1) == 0x0001C0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetBattleManager_ReturnValue_1) == 0x0001C8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetPlayerController_ReturnValue) == 0x0001D0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_Create_ReturnValue) == 0x0001D8, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001E0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_Event_EndPlayReason) == 0x0001F0, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001F4, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_MakeStruct_DataTableRowHandle) == 0x000208, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000218, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_MakeStruct_S_TutorialCardParameters) == 0x000220, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_MakeStruct_S_TutorialCardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetTutorialSystemComponent_ReturnValue) == 0x000240, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetTutorialSystemComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_EnableUI_InputsBlock_ReturnValue) == 0x000248, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_EnableUI_InputsBlock_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x000250, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000260, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue_4) == 0x000270, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, CallFunc_GetOwner_ReturnValue_5) == 0x000278, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_2) == 0x000280, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_bSuccess_2) == 0x000288, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_3) == 0x000290, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent, K2Node_DynamicCast_bSuccess_3) == 0x000298, "Member 'BP_PerfectionMechanicComponent_C_ExecuteUbergraph_BP_PerfectionMechanicComponent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection) == 0x000140, "Wrong size on BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, PerfectionInput) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::PerfectionInput' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Value) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, local_sortedKeys) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::local_sortedKeys' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_wildcard_Result_array_Variable) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_wildcard_Result_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_real_Variable) == 0x000028, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x000040, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_MinOfFloatArray_MinValue) == 0x000044, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_wildcard_RemapTable_Variable) == 0x000048, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_wildcard_RemapTable_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_int_NextIndex_Variable) == 0x000098, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_int_NextIndex_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_int_Array_Index_Variable) == 0x00009C, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_wildcard_Original_index_Variable) == 0x0000A8, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_wildcard_Original_index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_bool_True_if_break_was_hit_Variable) == 0x0000B8, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Get_Item) == 0x0000BC, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Not_PreBool_ReturnValue) == 0x0000C0, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_int_Loop_Counter_Variable) == 0x0000C4, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Length_ReturnValue_1) == 0x0000CC, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Less_IntInt_ReturnValue) == 0x0000D1, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Map_Keys_Keys) == 0x0000D8, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, Temp_int_Variable) == 0x0000E8, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Remap_ResultArray) == 0x0000F0, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Remap_ResultArray' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000108, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Add_IntInt_ReturnValue_2) == 0x000110, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Add_ReturnValue_1) == 0x000114, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_LastIndex_ReturnValue) == 0x000118, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Add_ReturnValue_2) == 0x00011C, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000120, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Array_Length_ReturnValue_2) == 0x000124, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Map_Find_Value) == 0x000128, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_Map_Find_ReturnValue) == 0x000129, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection, CallFunc_MinOfFloatArray_FloatArray_ImplicitCast) == 0x000130, "Member 'BP_PerfectionMechanicComponent_C_Get_Rank_from_Perfection::CallFunc_MinOfFloatArray_FloatArray_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank) == 0x000014, "Wrong size on BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, Rank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::Rank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, ReturnValue) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, CallFunc_GetNextRank_IsValid) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::CallFunc_GetNextRank_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, CallFunc_GetNextRank_Output) == 0x000009, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::CallFunc_GetNextRank_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, CallFunc_GetMinimumPerfectionForRank_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::CallFunc_GetMinimumPerfectionForRank_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_GetMaximumPerfectionForRank::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank, Rank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank::Rank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank, ReturnValue) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank, CallFunc_Map_Find_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_GetMinimumPerfectionForRank::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_GetNextRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_GetNextRank) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_GetNextRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_GetNextRank) == 0x000014, "Wrong size on BP_PerfectionMechanicComponent_C_GetNextRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, Rank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::Rank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, IsValid) == 0x000001, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, Output) == 0x000002, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, CallFunc_Array_Find_ReturnValue) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_GetNextRank, CallFunc_Array_Get_Item) == 0x000011, "Member 'BP_PerfectionMechanicComponent_C_GetNextRank::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank) == 0x000028, "Wrong size on BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, NbRanks) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::NbRanks' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, Reason) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, NewRank) == 0x000005, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::NewRank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, Temp_byte_Variable) == 0x000006, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, Temp_byte_Variable_1) == 0x000007, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, Temp_bool_Variable) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Array_LastIndex_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, K2Node_Select_Default) == 0x000011, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Max_ReturnValue) == 0x00001C, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_Min_ReturnValue) == 0x000020, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank, CallFunc_GetMinimumPerfectionForRank_ReturnValue) == 0x000024, "Member 'BP_PerfectionMechanicComponent_C_IncreaseOrDecreaseRank::CallFunc_GetMinimumPerfectionForRank_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_On_DodgeSuccessful \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_On_DodgeSuccessful) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_On_DodgeSuccessful"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_On_DodgeSuccessful) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_On_DodgeSuccessful"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_On_DodgeSuccessful, Character) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_On_DodgeSuccessful::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_On_DodgeSuccessful, Enemy) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_On_DodgeSuccessful::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OnParrySuccessful \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OnParrySuccessful) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_OnParrySuccessful"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OnParrySuccessful) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_OnParrySuccessful"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OnParrySuccessful, Character) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OnParrySuccessful::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OnParrySuccessful, Enemy) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_OnParrySuccessful::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OnRankDown \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OnRankDown) == 0x000001, "Wrong alignment on BP_PerfectionMechanicComponent_C_OnRankDown"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OnRankDown) == 0x000001, "Wrong size on BP_PerfectionMechanicComponent_C_OnRankDown"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OnRankDown, NewRank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OnRankDown::NewRank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OnRankUp \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OnRankUp) == 0x000001, "Wrong alignment on BP_PerfectionMechanicComponent_C_OnRankUp"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OnRankUp) == 0x000001, "Wrong size on BP_PerfectionMechanicComponent_C_OnRankUp"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OnRankUp, NewRank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OnRankUp::NewRank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons, NewGainPerfectionReasons) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionGainReasons::NewGainPerfectionReasons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons, NewReasons) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionLossReasons::NewReasons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OverridePerfectionMapping \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_OverridePerfectionMapping"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping) == 0x000080, "Wrong size on BP_PerfectionMechanicComponent_C_OverridePerfectionMapping"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, NewMap) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::NewMap' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, Temp_int_Variable) == 0x000050, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Conv_IntToByte_ReturnValue) == 0x000054, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_GetValidValue_ReturnValue) == 0x000055, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, Temp_int_Variable_1) == 0x000058, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000060, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000061, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000062, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000064, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Map_Find_ReturnValue) == 0x00006C, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Map_Contains_ReturnValue) == 0x00006D, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_MakeLiteralInt_ReturnValue) == 0x000070, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionMapping, CallFunc_Map_Remove_ReturnValue) == 0x00007C, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionMapping::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd) == 0x000008, "Wrong size on BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd, ValueToChange) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd::ValueToChange' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd, NewPerfection) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_OverridePerfectionToAdd::NewPerfection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PerfectionMechanicComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PerfectionMechanicComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_RemoveXPerfection \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_RemoveXPerfection) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_RemoveXPerfection"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_RemoveXPerfection) == 0x000010, "Wrong size on BP_PerfectionMechanicComponent_C_RemoveXPerfection"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_RemoveXPerfection, PerfectionToRemove) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_RemoveXPerfection::PerfectionToRemove' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_RemoveXPerfection, PerfectionReason) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_RemoveXPerfection::PerfectionReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_RemoveXPerfection, Loc_PerfectionChange) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_RemoveXPerfection::Loc_PerfectionChange' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_RemoveXPerfection, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_RemoveXPerfection::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_ResetMechaState \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_ResetMechaState) == 0x000001, "Wrong alignment on BP_PerfectionMechanicComponent_C_ResetMechaState"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_ResetMechaState) == 0x000002, "Wrong size on BP_PerfectionMechanicComponent_C_ResetMechaState"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ResetMechaState, Reason) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_ResetMechaState::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_ResetMechaState, CallFunc_Array_Get_Item) == 0x000001, "Member 'BP_PerfectionMechanicComponent_C_ResetMechaState::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped) == 0x000038, "Wrong size on BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, NewPerfection) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::NewPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, UpdatePerfectionType) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::UpdatePerfectionType' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, PerfectionChangeReason) == 0x000005, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::PerfectionChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, Local_PreviousPerfection) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::Local_PreviousPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_Array_Contains_ReturnValue) == 0x00000D, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000020, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_On_Perfection_Changed_FinalPerfection) == 0x00002C, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_On_Perfection_Changed_FinalPerfection' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped, CallFunc_Clamp_ReturnValue) == 0x000030, "Member 'BP_PerfectionMechanicComponent_C_Set_Perfection_Clamped::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_SetSpecificRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_SetSpecificRank) == 0x000004, "Wrong alignment on BP_PerfectionMechanicComponent_C_SetSpecificRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_SetSpecificRank) == 0x00000C, "Wrong size on BP_PerfectionMechanicComponent_C_SetSpecificRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, Rank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::Rank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, Reason) == 0x000001, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, CallFunc_Map_Find_Value) == 0x000004, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, CallFunc_Map_Find_ReturnValue) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_SetSpecificRank, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_PerfectionMechanicComponent_C_SetSpecificRank::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection) == 0x000018, "Wrong size on BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection, CurrentRank_0) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection::CurrentRank_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection, CallFunc_GetAchievementManager_ReturnValue) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection::CallFunc_GetAchievementManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_TryUnlockAchievementVersoPerfection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers) == 0x000028, "Wrong size on BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers, RankDMultiplier) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers::RankDMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers, RankCMultiplier) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers::RankCMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers, RankBMultiplier) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers::RankBMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers, RankAMultiplier) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers::RankAMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers, RankSMultiplier) == 0x000020, "Member 'BP_PerfectionMechanicComponent_C_UpdatePerfectionFinalDamageMultipliers::RankSMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PerfectionMechanicComponent_C_UpdateRank \ +static_assert(alignof(BP_PerfectionMechanicComponent_C_UpdateRank) == 0x000008, "Wrong alignment on BP_PerfectionMechanicComponent_C_UpdateRank"); \ +static_assert(sizeof(BP_PerfectionMechanicComponent_C_UpdateRank) == 0x000038, "Wrong size on BP_PerfectionMechanicComponent_C_UpdateRank"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, local_PreviousRank) == 0x000000, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::local_PreviousRank' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base) == 0x000018, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::K2Node_DynamicCast_AsBP_J_RPG_Character_Battle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_Array_Find_ReturnValue) == 0x000024, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_Array_Find_ReturnValue_1) == 0x00002C, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PerfectionMechanicComponent_C_UpdateRank, CallFunc_Get_Rank_from_Perfection_Value) == 0x000031, "Member 'BP_PerfectionMechanicComponent_C_UpdateRank::CallFunc_Get_Rank_from_Perfection_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PerfectionMechanicComponent_C \ +static_assert(alignof(UBP_PerfectionMechanicComponent_C) == 0x000008, "Wrong alignment on UBP_PerfectionMechanicComponent_C"); \ +static_assert(sizeof(UBP_PerfectionMechanicComponent_C) == 0x000288, "Wrong size on UBP_PerfectionMechanicComponent_C"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_PerfectionMechanicComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, Perfection) == 0x0000A8, "Member 'UBP_PerfectionMechanicComponent_C::Perfection' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionUI) == 0x0000B0, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionUI' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, OnPerfectionChange) == 0x0000B8, "Member 'UBP_PerfectionMechanicComponent_C::OnPerfectionChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, RankMapping) == 0x0000C8, "Member 'UBP_PerfectionMechanicComponent_C::RankMapping' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, RankMapping_Inverted) == 0x000118, "Member 'UBP_PerfectionMechanicComponent_C::RankMapping_Inverted' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, CurrentRank) == 0x000168, "Member 'UBP_PerfectionMechanicComponent_C::CurrentRank' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, OnRankChangedUp) == 0x000170, "Member 'UBP_PerfectionMechanicComponent_C::OnRankChangedUp' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, OnRankChangedDown) == 0x000180, "Member 'UBP_PerfectionMechanicComponent_C::OnRankChangedDown' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, RankOrder) == 0x000190, "Member 'UBP_PerfectionMechanicComponent_C::RankOrder' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, MaximumPerfection) == 0x0001A0, "Member 'UBP_PerfectionMechanicComponent_C::MaximumPerfection' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionFinalDamageMultipliers) == 0x0001A8, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionFinalDamageMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionToAdd) == 0x0001F8, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionToAdd' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionLossReasons) == 0x000248, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionLossReasons' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionGainReasons) == 0x000258, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionGainReasons' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, PerfectionMultiplier) == 0x000268, "Member 'UBP_PerfectionMechanicComponent_C::PerfectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, OnBattleDamagePerfectionChange) == 0x000270, "Member 'UBP_PerfectionMechanicComponent_C::OnBattleDamagePerfectionChange' has a wrong offset!"); \ +static_assert(offsetof(UBP_PerfectionMechanicComponent_C, LoseOneRankAtATime) == 0x000280, "Member 'UBP_PerfectionMechanicComponent_C::LoseOneRankAtATime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection \ +static_assert(alignof(BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection) == 0x000004, "Wrong alignment on BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection"); \ +static_assert(sizeof(BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection) == 0x000004, "Wrong size on BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection, ReturnValue) == 0x000000, "Member 'BP_BattleDamagePerfectionChangeEvent_C_GetCurrentNewPerfection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection \ +static_assert(alignof(BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection) == 0x000004, "Wrong alignment on BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection"); \ +static_assert(sizeof(BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection) == 0x000004, "Wrong size on BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection, ReturnValue) == 0x000000, "Member 'BP_BattleDamagePerfectionChangeEvent_C_GetInitialNewPerfection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection \ +static_assert(alignof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection) == 0x000008, "Wrong alignment on BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection"); \ +static_assert(sizeof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection) == 0x000130, "Wrong size on BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, CurrentNewPerfection_0) == 0x000000, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::CurrentNewPerfection_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, DebugReason) == 0x000008, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C0, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BattleDamagePerfectionChangeEvent_C_OverrideNewPerfection::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleDamagePerfectionChangeEvent_C \ +static_assert(alignof(UBP_BattleDamagePerfectionChangeEvent_C) == 0x000008, "Wrong alignment on UBP_BattleDamagePerfectionChangeEvent_C"); \ +static_assert(sizeof(UBP_BattleDamagePerfectionChangeEvent_C) == 0x000038, "Wrong size on UBP_BattleDamagePerfectionChangeEvent_C"); \ +static_assert(offsetof(UBP_BattleDamagePerfectionChangeEvent_C, BattleDamage) == 0x000028, "Member 'UBP_BattleDamagePerfectionChangeEvent_C::BattleDamage' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamagePerfectionChangeEvent_C, InitialNewPerfection) == 0x000030, "Member 'UBP_BattleDamagePerfectionChangeEvent_C::InitialNewPerfection' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleDamagePerfectionChangeEvent_C, CurrentNewPerfection) == 0x000034, "Member 'UBP_BattleDamagePerfectionChangeEvent_C::CurrentNewPerfection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature \ +static_assert(alignof(WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature"); \ +static_assert(sizeof(WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature) == 0x000008, "Wrong size on WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature, ActionValue) == 0x000000, "Member 'WBP_UniqueMechanics_DescriptionText_C_BndEvt__WBP_UniqueMechanics_DescriptionText_WBP_ScrollHint_K2Node_ComponentBoundEvent_1_OnScroll__DelegateSignature::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText \ +static_assert(alignof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText) == 0x000008, "Wrong alignment on WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText"); \ +static_assert(sizeof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText) == 0x0000C8, "Wrong size on WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, EntryPoint) == 0x000000, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetDesiredSize_ReturnValue) == 0x000008, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000038, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000050, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetScrollOffset_ReturnValue) == 0x000058, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x00005C, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, K2Node_ComponentBoundEvent_ActionValue) == 0x000060, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::K2Node_ComponentBoundEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000078, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_FClamp_ReturnValue) == 0x000080, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000088, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_BreakVector2D_X_1) == 0x000098, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_BreakVector2D_Y_1) == 0x0000A0, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0000B0, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_FClamp_Max_ImplicitCast) == 0x0000B8, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x0000C0, "Member 'WBP_UniqueMechanics_DescriptionText_C_ExecuteUbergraph_WBP_UniqueMechanics_DescriptionText::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText \ +static_assert(alignof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText) == 0x000008, "Wrong alignment on WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText"); \ +static_assert(sizeof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText) == 0x000058, "Wrong size on WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, InText) == 0x000000, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_GetDesiredSize_ReturnValue) == 0x000010, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000020, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_BreakVector2D_X) == 0x000030, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_BreakVector2D_X_1) == 0x000040, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_BreakVector2D_Y_1) == 0x000048, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionText::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth \ +static_assert(alignof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth) == 0x000008, "Wrong alignment on WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth"); \ +static_assert(sizeof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth) == 0x000050, "Wrong size on WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, TextMaxDesiredWidth) == 0x000000, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::TextMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_GetDesiredSize_ReturnValue) == 0x000008, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000018, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_BreakVector2D_X_1) == 0x000038, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_BreakVector2D_Y_1) == 0x000040, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_UniqueMechanics_DescriptionText_C_SetDescriptionTextMaxDesiredWidth::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UniqueMechanics_DescriptionText_C \ +static_assert(alignof(UWBP_UniqueMechanics_DescriptionText_C) == 0x000008, "Wrong alignment on UWBP_UniqueMechanics_DescriptionText_C"); \ +static_assert(sizeof(UWBP_UniqueMechanics_DescriptionText_C) == 0x000330, "Wrong size on UWBP_UniqueMechanics_DescriptionText_C"); \ +static_assert(offsetof(UWBP_UniqueMechanics_DescriptionText_C, UberGraphFrame) == 0x000308, "Member 'UWBP_UniqueMechanics_DescriptionText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanics_DescriptionText_C, DescriptionText) == 0x000310, "Member 'UWBP_UniqueMechanics_DescriptionText_C::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanics_DescriptionText_C, DescriptionTextScrollBox) == 0x000318, "Member 'UWBP_UniqueMechanics_DescriptionText_C::DescriptionTextScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanics_DescriptionText_C, TextSizeBox) == 0x000320, "Member 'UWBP_UniqueMechanics_DescriptionText_C::TextSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanics_DescriptionText_C, WBP_ScrollHint) == 0x000328, "Member 'UWBP_UniqueMechanics_DescriptionText_C::WBP_ScrollHint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C, Haircut_SkeletalMesh) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_C::Haircut_SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_UnbindEventOnGameStateChanged::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_BindEventOnGameStateChanged::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate \ +static_assert(alignof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate) == 0x000048, "Wrong size on BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CharacterDatas) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CallFunc_GetCharacterCollection_Characters) == 0x000018, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CallFunc_GetCharacterCollection_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CallFunc_GetCharacterByID_CharacterData) == 0x000028, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000040, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate, CallFunc_IsNameValid_ReturnValue) == 0x000041, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_GetCharacterDatasToEvaluate::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal) == 0x000030, "Wrong size on BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_GetCharacterDatasToEvaluate_CharacterDatas) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_GetCharacterDatasToEvaluate_CharacterDatas' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002D, "Member 'BP_ConditionChecker_HasCharacterReachLevel_C_CheckInternal::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_HasCharacterReachLevel_C \ +static_assert(alignof(UBP_ConditionChecker_HasCharacterReachLevel_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_HasCharacterReachLevel_C"); \ +static_assert(sizeof(UBP_ConditionChecker_HasCharacterReachLevel_C) == 0x000070, "Wrong size on UBP_ConditionChecker_HasCharacterReachLevel_C"); \ +static_assert(offsetof(UBP_ConditionChecker_HasCharacterReachLevel_C, Level) == 0x000060, "Member 'UBP_ConditionChecker_HasCharacterReachLevel_C::Level' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_HasCharacterReachLevel_C, CharacterName) == 0x000064, "Member 'UBP_ConditionChecker_HasCharacterReachLevel_C::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection \ +static_assert(alignof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection"); \ +static_assert(sizeof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection) == 0x0001F0, "Wrong size on WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, EntryPoint) == 0x000000, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable) == 0x000008, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_2) == 0x000018, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_3) == 0x000020, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_4) == 0x000028, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_5) == 0x000030, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_byte_Variable) == 0x000038, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable) == 0x000040, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable_1) == 0x000048, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable_2) == 0x000050, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable_3) == 0x000058, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable_4) == 0x000060, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_real_Variable_5) == 0x000068, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_PlayAnimationForward_ReturnValue) == 0x000070, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000078, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_Get_Rank_from_Perfection_Value) == 0x000080, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_Get_Rank_from_Perfection_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_Select_Default) == 0x000088, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000091, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000092, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_BooleanOR_ReturnValue) == 0x000093, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_byte_Variable_1) == 0x000094, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_Select_Default_1) == 0x000098, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000B0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_6) == 0x0000B8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_MakeMap_Map) == 0x0000C0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_7) == 0x000110, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_8) == 0x000118, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_9) == 0x000120, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_GetDesiredSize_ReturnValue) == 0x000128, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_10) == 0x000138, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_BreakVector2D_X) == 0x000140, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_BreakVector2D_Y) == 0x000148, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000150, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000158, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000160, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_object_Variable_11) == 0x000168, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_GetRenderOpacity_ReturnValue) == 0x000170, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000174, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000175, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_byte_Variable_2) == 0x000176, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_Select_Default_2) == 0x000178, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_struct_Variable) == 0x000180, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, Temp_byte_Variable_3) == 0x000190, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_Select_Default_3) == 0x000194, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_BreakVector2D_X_1) == 0x0001A8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_BreakVector2D_Y_1) == 0x0001B0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x0001B8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x0001B9, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, K2Node_Event_Animation) == 0x0001C0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x0001C8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x0001D0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001D8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0001DC, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x0001E0, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x0001E8, "Member 'WBP_UniqueMechanic_Perfection_C_ExecuteUbergraph_WBP_UniqueMechanic_Perfection::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Perfection_C_OnAnimationFinished \ +static_assert(alignof(WBP_UniqueMechanic_Perfection_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Perfection_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UniqueMechanic_Perfection_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UniqueMechanic_Perfection_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UniqueMechanic_Perfection_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent \ +static_assert(alignof(WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent) == 0x000008, "Wrong alignment on WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent"); \ +static_assert(sizeof(WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent) == 0x000010, "Wrong size on WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent, PerfectionComponent) == 0x000000, "Member 'WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent::PerfectionComponent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'WBP_UniqueMechanic_Perfection_C_SetPerfectionComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UniqueMechanic_Perfection_C \ +static_assert(alignof(UWBP_UniqueMechanic_Perfection_C) == 0x000008, "Wrong alignment on UWBP_UniqueMechanic_Perfection_C"); \ +static_assert(sizeof(UWBP_UniqueMechanic_Perfection_C) == 0x000340, "Wrong size on UWBP_UniqueMechanic_Perfection_C"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_UniqueMechanic_Perfection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, Anim_SRank) == 0x0002E8, "Member 'UWBP_UniqueMechanic_Perfection_C::Anim_SRank' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, Anim_DistortFade) == 0x0002F0, "Member 'UWBP_UniqueMechanic_Perfection_C::Anim_DistortFade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, Anim_TurnStart) == 0x0002F8, "Member 'UWBP_UniqueMechanic_Perfection_C::Anim_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, FX_PerfectionLetter) == 0x000300, "Member 'UWBP_UniqueMechanic_Perfection_C::FX_PerfectionLetter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, Image_Background_Color) == 0x000308, "Member 'UWBP_UniqueMechanic_Perfection_C::Image_Background_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, PerfectionLetter) == 0x000310, "Member 'UWBP_UniqueMechanic_Perfection_C::PerfectionLetter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, RetainerBox) == 0x000318, "Member 'UWBP_UniqueMechanic_Perfection_C::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, WBP_Name_UniqueMechanics) == 0x000320, "Member 'UWBP_UniqueMechanic_Perfection_C::WBP_Name_UniqueMechanics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, IsAppearing) == 0x000328, "Member 'UWBP_UniqueMechanic_Perfection_C::IsAppearing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, Perfection_Component) == 0x000330, "Member 'UWBP_UniqueMechanic_Perfection_C::Perfection_Component' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UniqueMechanic_Perfection_C, FX_MIDLetter) == 0x000338, "Member 'UWBP_UniqueMechanic_Perfection_C::FX_MIDLetter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio) == 0x000048, "Wrong size on WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, Temp_struct_Variable) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, Temp_byte_Variable) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, K2Node_Select_Default) == 0x000030, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerTurnStartAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_OnRankChangedDown \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_OnRankChangedDown) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_OnRankChangedDown"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_OnRankChangedDown) == 0x000010, "Wrong size on WBP_Perfection_Letter_Gauge_C_OnRankChangedDown"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedDown, NewRank) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedDown::NewRank' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedDown, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedDown::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedDown, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedDown::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_OnRankChangedUp \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_OnRankChangedUp"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp) == 0x000048, "Wrong size on WBP_Perfection_Letter_Gauge_C_OnRankChangedUp"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, NewRank) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::NewRank' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, Temp_byte_Variable) == 0x000001, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, Temp_struct_Variable) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, K2Node_Select_Default) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, CallFunc_IsVisible_ReturnValue) == 0x000038, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnRankChangedUp, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_Perfection_Letter_Gauge_C_OnRankChangedUp::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge) == 0x000070, "Wrong size on WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CurrentPerfection) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CurrentPerfection' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, Temp_real_Variable) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, Temp_real_Variable_1) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000030, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, Temp_byte_Variable) == 0x000038, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Get_Rank_from_Perfection_Value) == 0x000039, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Get_Rank_from_Perfection_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_GetMinimumPerfectionForRank_ReturnValue) == 0x00003C, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_GetMinimumPerfectionForRank_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_GetMaximumPerfectionForRank_ReturnValue) == 0x000044, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_GetMaximumPerfectionForRank_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000048, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000058, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000060, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge, K2Node_Select_Default) == 0x000068, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionGauge::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha) == 0x000030, "Wrong size on WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha, GaugeLerpAlpha_0) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha::GaugeLerpAlpha_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha, CallFunc_Lerp_ReturnValue_1) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_Perfection_Letter_Gauge_C_SetGaugeLerpAlpha::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation) == 0x000058, "Wrong size on WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CurrentPerfection) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CurrentPerfection' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, Temp_real_Variable) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, Temp_real_Variable_1) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, Temp_byte_Variable) == 0x000020, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Get_Rank_from_Perfection_Value) == 0x000021, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Get_Rank_from_Perfection_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_GetMinimumPerfectionForRank_ReturnValue) == 0x000024, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_GetMinimumPerfectionForRank_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_GetMaximumPerfectionForRank_ReturnValue) == 0x00002C, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_GetMaximumPerfectionForRank_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000040, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation, K2Node_Select_Default) == 0x000050, "Member 'WBP_Perfection_Letter_Gauge_C_TriggerGaugeAnimation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged) == 0x000004, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged) == 0x00000C, "Wrong size on WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged, PerfectionChangeType) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged::PerfectionChangeType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged, PerfectionValue) == 0x000004, "Member 'WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged::PerfectionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged, PerfectionChangeReason) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged::PerfectionChangeReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged, CallFunc_IsVisible_ReturnValue) == 0x000009, "Member 'WBP_Perfection_Letter_Gauge_C_OnPerfectionChanged::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_SetRank \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_SetRank) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_SetRank"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_SetRank) == 0x0000E8, "Wrong size on WBP_Perfection_Letter_Gauge_C_SetRank"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, InRank) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::InRank' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable) == 0x000001, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_2) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_3) == 0x000020, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_4) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_5) == 0x000030, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable_3) == 0x000038, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, K2Node_Select_Default) == 0x000040, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_6) == 0x000048, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_7) == 0x000050, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_8) == 0x000058, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_9) == 0x000060, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_10) == 0x000068, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_11) == 0x000070, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable_4) == 0x000078, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, K2Node_Select_Default_1) == 0x000080, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_12) == 0x000088, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_13) == 0x000090, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_14) == 0x000098, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_15) == 0x0000A0, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_16) == 0x0000A8, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_object_Variable_17) == 0x0000B0, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, K2Node_Select_Default_2) == 0x0000B8, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_bool_Variable) == 0x0000C0, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_struct_Variable) == 0x0000C4, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, K2Node_Select_Default_3) == 0x0000D4, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, Temp_byte_Variable_5) == 0x0000D5, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetRank, K2Node_Select_Default_4) == 0x0000D8, "Member 'WBP_Perfection_Letter_Gauge_C_SetRank::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent) == 0x000040, "Wrong size on WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent, PerfectionComponent_0) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent::PerfectionComponent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent, CallFunc_Get_Rank_from_Perfection_Value) == 0x000038, "Member 'WBP_Perfection_Letter_Gauge_C_SetPerfectionComponent::CallFunc_Get_Rank_from_Perfection_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_PreConstruct \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_PreConstruct"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_PreConstruct) == 0x000001, "Wrong size on WBP_Perfection_Letter_Gauge_C_PreConstruct"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_OnAnimationFinished \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_Perfection_Letter_Gauge_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge \ +static_assert(alignof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge) == 0x000008, "Wrong alignment on WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge"); \ +static_assert(sizeof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge) == 0x000018, "Wrong size on WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge, EntryPoint) == 0x000000, "Member 'WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge, K2Node_Event_Animation) == 0x000008, "Member 'WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge, CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast) == 0x000014, "Member 'WBP_Perfection_Letter_Gauge_C_ExecuteUbergraph_WBP_Perfection_Letter_Gauge::CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Perfection_Letter_Gauge_C \ +static_assert(alignof(UWBP_Perfection_Letter_Gauge_C) == 0x000008, "Wrong alignment on UWBP_Perfection_Letter_Gauge_C"); \ +static_assert(sizeof(UWBP_Perfection_Letter_Gauge_C) == 0x000450, "Wrong size on UWBP_Perfection_Letter_Gauge_C"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Perfection_Letter_Gauge_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Anim_GaugeLerp) == 0x0002E8, "Member 'UWBP_Perfection_Letter_Gauge_C::Anim_GaugeLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Anim_LoseRank) == 0x0002F0, "Member 'UWBP_Perfection_Letter_Gauge_C::Anim_LoseRank' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Anim_GainRank) == 0x0002F8, "Member 'UWBP_Perfection_Letter_Gauge_C::Anim_GainRank' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, CanvasPanel_ProgressionGauge_Texture) == 0x000300, "Member 'UWBP_Perfection_Letter_Gauge_C::CanvasPanel_ProgressionGauge_Texture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Image_FillingTexture_Letter) == 0x000308, "Member 'UWBP_Perfection_Letter_Gauge_C::Image_FillingTexture_Letter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Image_LetterBackgroundBrown) == 0x000310, "Member 'UWBP_Perfection_Letter_Gauge_C::Image_LetterBackgroundBrown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Image_LetterBackgroundColor) == 0x000318, "Member 'UWBP_Perfection_Letter_Gauge_C::Image_LetterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Image_LineLetter) == 0x000320, "Member 'UWBP_Perfection_Letter_Gauge_C::Image_LineLetter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, RetainerBox_FillingTexture) == 0x000328, "Member 'UWBP_Perfection_Letter_Gauge_C::RetainerBox_FillingTexture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, RetainerBox_Letter) == 0x000330, "Member 'UWBP_Perfection_Letter_Gauge_C::RetainerBox_Letter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SizeBox) == 0x000338, "Member 'UWBP_Perfection_Letter_Gauge_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, PreviewRank) == 0x000340, "Member 'UWBP_Perfection_Letter_Gauge_C::PreviewRank' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, Height) == 0x000348, "Member 'UWBP_Perfection_Letter_Gauge_C::Height' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, PerfectionComponent) == 0x000350, "Member 'UWBP_Perfection_Letter_Gauge_C::PerfectionComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, GaugeLerpAlpha) == 0x000358, "Member 'UWBP_Perfection_Letter_Gauge_C::GaugeLerpAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, CurrentPercentage) == 0x000360, "Member 'UWBP_Perfection_Letter_Gauge_C::CurrentPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, PercentageTarget) == 0x000368, "Member 'UWBP_Perfection_Letter_Gauge_C::PercentageTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, ColorRankD) == 0x000370, "Member 'UWBP_Perfection_Letter_Gauge_C::ColorRankD' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, ColorRankC) == 0x000380, "Member 'UWBP_Perfection_Letter_Gauge_C::ColorRankC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, ColorRankB) == 0x000390, "Member 'UWBP_Perfection_Letter_Gauge_C::ColorRankB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, ColorRankA) == 0x0003A0, "Member 'UWBP_Perfection_Letter_Gauge_C::ColorRankA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, ColorRankS) == 0x0003B0, "Member 'UWBP_Perfection_Letter_Gauge_C::ColorRankS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpC_Switch) == 0x0003C0, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpC_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpB_Switch) == 0x0003D0, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpB_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpA_Switch) == 0x0003E0, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpA_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpS_Switch) == 0x0003F0, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpS_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, OnRankChanged) == 0x000400, "Member 'UWBP_Perfection_Letter_Gauge_C::OnRankChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpC_TurnStart) == 0x000410, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpC_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpB_TurnStart) == 0x000420, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpB_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpA_TurnStart) == 0x000430, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpA_TurnStart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Perfection_Letter_Gauge_C, SD_RankUpS_TurnStart) == 0x000440, "Member 'UWBP_Perfection_Letter_Gauge_C::SD_RankUpS_TurnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Base_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_Base_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_Base_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_Base_C_SetBoughtItemData) == 0x000140, "Wrong size on WBP_Loot_Base_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_Base_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_Base_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Base_C_SetItemData \ +static_assert(alignof(WBP_Loot_Base_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Base_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Base_C_SetItemData) == 0x000010, "Wrong size on WBP_Loot_Base_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Base_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Base_C_SetItemData::LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Base_C_GetVirtualTreeParent \ +static_assert(alignof(WBP_Loot_Base_C_GetVirtualTreeParent) == 0x000008, "Wrong alignment on WBP_Loot_Base_C_GetVirtualTreeParent"); \ +static_assert(sizeof(WBP_Loot_Base_C_GetVirtualTreeParent) == 0x000028, "Wrong size on WBP_Loot_Base_C_GetVirtualTreeParent"); \ +static_assert(offsetof(WBP_Loot_Base_C_GetVirtualTreeParent, ReturnValue) == 0x000000, "Member 'WBP_Loot_Base_C_GetVirtualTreeParent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_GetVirtualTreeParent, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_Loot_Base_C_GetVirtualTreeParent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_GetVirtualTreeParent, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'WBP_Loot_Base_C_GetVirtualTreeParent::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_GetVirtualTreeParent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Base_C_GetVirtualTreeParent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_GetVirtualTreeParent, CallFunc_GetPauseMenuWidget_PauseMenuWidget) == 0x000020, "Member 'WBP_Loot_Base_C_GetVirtualTreeParent::CallFunc_GetPauseMenuWidget_PauseMenuWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Base_C_SetOwnerQueue \ +static_assert(alignof(WBP_Loot_Base_C_SetOwnerQueue) == 0x000008, "Wrong alignment on WBP_Loot_Base_C_SetOwnerQueue"); \ +static_assert(sizeof(WBP_Loot_Base_C_SetOwnerQueue) == 0x000030, "Wrong size on WBP_Loot_Base_C_SetOwnerQueue"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetOwnerQueue, InOwnerQueue) == 0x000000, "Member 'WBP_Loot_Base_C_SetOwnerQueue::InOwnerQueue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetOwnerQueue, CallFunc_GetIsPaused_IsPaused) == 0x000008, "Member 'WBP_Loot_Base_C_SetOwnerQueue::CallFunc_GetIsPaused_IsPaused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetOwnerQueue, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_Loot_Base_C_SetOwnerQueue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetOwnerQueue, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_Loot_Base_C_SetOwnerQueue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_SetOwnerQueue, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_Loot_Base_C_SetOwnerQueue::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base \ +static_assert(alignof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base) == 0x000008, "Wrong alignment on WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base"); \ +static_assert(sizeof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base) == 0x000058, "Wrong size on WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, EntryPoint) == 0x000000, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, CallFunc_IsActivated_ReturnValue) == 0x000044, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, CallFunc_PlayAnimationForward_ReturnValue) == 0x000048, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x000050, "Member 'WBP_Loot_Base_C_ExecuteUbergraph_WBP_Loot_Base::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Base_C \ +static_assert(alignof(UWBP_Loot_Base_C) == 0x000008, "Wrong alignment on UWBP_Loot_Base_C"); \ +static_assert(sizeof(UWBP_Loot_Base_C) == 0x000458, "Wrong size on UWBP_Loot_Base_C"); \ +static_assert(offsetof(UWBP_Loot_Base_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Loot_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Base_C, Anim_FadeIN) == 0x000438, "Member 'UWBP_Loot_Base_C::Anim_FadeIN' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Base_C, DisplayTime) == 0x000440, "Member 'UWBP_Loot_Base_C::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Base_C, DisplayTimerHandle) == 0x000448, "Member 'UWBP_Loot_Base_C::DisplayTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Base_C, OwnerQueue) == 0x000450, "Member 'UWBP_Loot_Base_C::OwnerQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue \ +static_assert(alignof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue) == 0x000008, "Wrong alignment on WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue) == 0x000870, "Wrong size on WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, EntryPoint) == 0x000000, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable) == 0x000008, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_1) == 0x000010, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_2) == 0x000018, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_3) == 0x000020, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_4) == 0x000028, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_5) == 0x000030, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_6) == 0x000038, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_7) == 0x000040, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_8) == 0x000048, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_9) == 0x000050, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_bool_Variable) == 0x000058, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_10) == 0x000060, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_11) == 0x000068, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_bool_Variable_1) == 0x000070, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_12) == 0x000078, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_13) == 0x000080, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Variable) == 0x000088, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Variable_1) == 0x00008C, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_14) == 0x000090, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_byte_Variable) == 0x000098, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_15) == 0x0000A0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_16) == 0x0000A8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Variable_2) == 0x0000B0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_17) == 0x0000B8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_byte_Variable_1) == 0x0000CC, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_bool_Variable_2) == 0x0000CD, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_int_Variable_3) == 0x0000D0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_GetInventoryManager_ReturnValue) == 0x0000D8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CustomEvent_GeneratedItemInfo) == 0x0000E0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CustomEvent_GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CustomEvent_LootContext) == 0x0000E8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CustomEvent_LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsBP_Generated_Item_Info_Item) == 0x0000F0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsBP_Generated_Item_Info_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsBP_Generated_Item_Info_Chroma) == 0x000100, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsBP_Generated_Item_Info_Chroma' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_1) == 0x000108, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000110, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsUpgrade_ReturnValue) == 0x000119, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsUpgrade_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue) == 0x00011A, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_1) == 0x00011B, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsConvertedToChroma_bIsConvertedToChroma) == 0x00011C, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsConvertedToChroma_bIsConvertedToChroma' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsConvertedToChroma_bIsConvertedToChroma_1) == 0x00011D, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsConvertedToChroma_bIsConvertedToChroma_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_2) == 0x00011E, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BooleanAND_ReturnValue) == 0x00011F, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsUpgrade_ReturnValue_1) == 0x000120, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsUpgrade_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_GetItemType_ReturnValue) == 0x000121, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000122, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000123, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_3) == 0x000124, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000125, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default) == 0x000128, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue) == 0x000130, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_18) == 0x000138, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_19) == 0x000140, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_bool_Variable_3) == 0x000148, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_20) == 0x000150, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_1) == 0x000158, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_21) == 0x000160, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_1) == 0x000168, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base) == 0x000170, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_3) == 0x000178, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_bool_Variable_4) == 0x000179, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_2) == 0x000180, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_2) == 0x000188, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_1) == 0x000190, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_4) == 0x000198, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_3) == 0x0001A0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_2) == 0x0001A8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_5) == 0x0001B0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_GetCustomGI_ReturnValue) == 0x0001B8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CreateDelegate_OutputDelegate) == 0x0001C0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CustomEvent_PassiveEffectName) == 0x0001D0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CustomEvent_PassiveEffectName' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Array_Add_ReturnValue) == 0x0001D8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_4) == 0x0001E0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001E8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Array_IsEmpty_ReturnValue) == 0x0001F8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001F9, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CustomEvent_BoughtItemData) == 0x000200, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CustomEvent_BoughtItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_CustomEvent_PreviousItemInstance) == 0x000370, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_CustomEvent_PreviousItemInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsBP_Item_Instance_Gear) == 0x000378, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsBP_Item_Instance_Gear' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_6) == 0x000380, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_GetCurrentLevel_ReturnValue) == 0x000384, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsBP_Item_Instance_Gear_1) == 0x000388, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsBP_Item_Instance_Gear_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_7) == 0x000390, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_MakeStruct_S_MerchantItemQueueData) == 0x000398, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_MakeStruct_S_MerchantItemQueueData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_GetCurrentLevel_ReturnValue_1) == 0x0004D0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_GetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_MakeStruct_S_MerchantItemQueueData_1) == 0x0004D8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_MakeStruct_S_MerchantItemQueueData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_22) == 0x000610, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_23) == 0x000618, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Keys_Keys) == 0x000620, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Array_Get_Item) == 0x000630, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Array_Length_ReturnValue) == 0x000768, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Less_IntInt_ReturnValue) == 0x00076C, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Greater_IntInt_ReturnValue) == 0x00076D, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00076E, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BooleanAND_ReturnValue_1) == 0x00076F, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_5) == 0x000770, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Not_PreBool_ReturnValue_6) == 0x000771, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_3) == 0x000778, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000780, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_5) == 0x000788, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_3) == 0x000790, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_8) == 0x000798, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_4) == 0x0007A0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_6) == 0x0007A8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsValidClass_ReturnValue) == 0x0007B0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_4) == 0x0007B8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_9) == 0x0007C0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0007C1, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0007C2, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0007C3, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_5) == 0x0007C8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BooleanOR_ReturnValue) == 0x0007D0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_7) == 0x0007D8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_5) == 0x0007E0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_10) == 0x0007E8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_24) == 0x0007F0, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_Value) == 0x0007F8, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_ReturnValue) == 0x0007FC, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Add_IntInt_ReturnValue_1) == 0x000800, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_25) == 0x000808, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_Value_1) == 0x000810, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_ReturnValue_1) == 0x000814, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Add_IntInt_ReturnValue_2) == 0x000818, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_26) == 0x000820, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_27) == 0x000828, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_Value_2) == 0x000830, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_Map_Find_ReturnValue_2) == 0x000834, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_28) == 0x000838, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, Temp_class_Variable_29) == 0x000840, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::Temp_class_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_Select_Default_6) == 0x000848, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_IsValidClass_ReturnValue_1) == 0x000850, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, CallFunc_BP_AddWidget_ReturnValue_8) == 0x000858, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::CallFunc_BP_AddWidget_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_AsWBP_Loot_Base_6) == 0x000860, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_AsWBP_Loot_Base_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue, K2Node_DynamicCast_bSuccess_11) == 0x000868, "Member 'WBP_HUD_LootQueue_C_ExecuteUbergraph_WBP_HUD_LootQueue::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_GetIsPaused \ +static_assert(alignof(WBP_HUD_LootQueue_C_GetIsPaused) == 0x000001, "Wrong alignment on WBP_HUD_LootQueue_C_GetIsPaused"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_GetIsPaused) == 0x000001, "Wrong size on WBP_HUD_LootQueue_C_GetIsPaused"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_GetIsPaused, IsPaused_0) == 0x000000, "Member 'WBP_HUD_LootQueue_C_GetIsPaused::IsPaused_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_OnItemAdded \ +static_assert(alignof(WBP_HUD_LootQueue_C_OnItemAdded) == 0x000008, "Wrong alignment on WBP_HUD_LootQueue_C_OnItemAdded"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_OnItemAdded) == 0x000010, "Wrong size on WBP_HUD_LootQueue_C_OnItemAdded"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_OnItemAdded, GeneratedItemInfo) == 0x000000, "Member 'WBP_HUD_LootQueue_C_OnItemAdded::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_OnItemAdded, LootContext) == 0x000008, "Member 'WBP_HUD_LootQueue_C_OnItemAdded::LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_OnItemBought \ +static_assert(alignof(WBP_HUD_LootQueue_C_OnItemBought) == 0x000008, "Wrong alignment on WBP_HUD_LootQueue_C_OnItemBought"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_OnItemBought) == 0x000178, "Wrong size on WBP_HUD_LootQueue_C_OnItemBought"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_OnItemBought, BoughtItemData) == 0x000000, "Member 'WBP_HUD_LootQueue_C_OnItemBought::BoughtItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_OnItemBought, PreviousItemInstance) == 0x000170, "Member 'WBP_HUD_LootQueue_C_OnItemBought::PreviousItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_OnPassiveEffectLearned \ +static_assert(alignof(WBP_HUD_LootQueue_C_OnPassiveEffectLearned) == 0x000004, "Wrong alignment on WBP_HUD_LootQueue_C_OnPassiveEffectLearned"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_OnPassiveEffectLearned) == 0x000008, "Wrong size on WBP_HUD_LootQueue_C_OnPassiveEffectLearned"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_OnPassiveEffectLearned, PassiveEffectName) == 0x000000, "Member 'WBP_HUD_LootQueue_C_OnPassiveEffectLearned::PassiveEffectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_PauseQueue \ +static_assert(alignof(WBP_HUD_LootQueue_C_PauseQueue) == 0x000001, "Wrong alignment on WBP_HUD_LootQueue_C_PauseQueue"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_PauseQueue) == 0x000001, "Wrong size on WBP_HUD_LootQueue_C_PauseQueue"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_PauseQueue, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000000, "Member 'WBP_HUD_LootQueue_C_PauseQueue::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_ResumeQueue \ +static_assert(alignof(WBP_HUD_LootQueue_C_ResumeQueue) == 0x000008, "Wrong alignment on WBP_HUD_LootQueue_C_ResumeQueue"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_ResumeQueue) == 0x000018, "Wrong size on WBP_HUD_LootQueue_C_ResumeQueue"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ResumeQueue, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_HUD_LootQueue_C_ResumeQueue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_ResumeQueue, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'WBP_HUD_LootQueue_C_ResumeQueue::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_LootQueue_C_SetMerchantMode \ +static_assert(alignof(WBP_HUD_LootQueue_C_SetMerchantMode) == 0x000008, "Wrong alignment on WBP_HUD_LootQueue_C_SetMerchantMode"); \ +static_assert(sizeof(WBP_HUD_LootQueue_C_SetMerchantMode) == 0x000038, "Wrong size on WBP_HUD_LootQueue_C_SetMerchantMode"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_SetMerchantMode, MerchantComponent_0) == 0x000000, "Member 'WBP_HUD_LootQueue_C_SetMerchantMode::MerchantComponent_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_SetMerchantMode, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_HUD_LootQueue_C_SetMerchantMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_SetMerchantMode, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_HUD_LootQueue_C_SetMerchantMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_SetMerchantMode, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_HUD_LootQueue_C_SetMerchantMode::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_LootQueue_C_SetMerchantMode, CallFunc_GetInventoryManager_ReturnValue) == 0x000030, "Member 'WBP_HUD_LootQueue_C_SetMerchantMode::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_LootQueue_C \ +static_assert(alignof(UWBP_HUD_LootQueue_C) == 0x000008, "Wrong alignment on UWBP_HUD_LootQueue_C"); \ +static_assert(sizeof(UWBP_HUD_LootQueue_C) == 0x0003B0, "Wrong size on UWBP_HUD_LootQueue_C"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, UberGraphFrame) == 0x000308, "Member 'UWBP_HUD_LootQueue_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, LootQueue) == 0x000310, "Member 'UWBP_HUD_LootQueue_C::LootQueue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, OnQueuePaused) == 0x000318, "Member 'UWBP_HUD_LootQueue_C::OnQueuePaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, OnQueueResumed) == 0x000328, "Member 'UWBP_HUD_LootQueue_C::OnQueueResumed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, IsPaused) == 0x000338, "Member 'UWBP_HUD_LootQueue_C::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, ResumeQueueTimerHandle) == 0x000340, "Member 'UWBP_HUD_LootQueue_C::ResumeQueueTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, LearnedPassiveEffects) == 0x000348, "Member 'UWBP_HUD_LootQueue_C::LearnedPassiveEffects' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, MerchantComponent) == 0x000358, "Member 'UWBP_HUD_LootQueue_C::MerchantComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_LootQueue_C, BoughtItems) == 0x000360, "Member 'UWBP_HUD_LootQueue_C::BoughtItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_PictoCurrency_C_SetItemData \ +static_assert(alignof(WBP_Loot_PictoCurrency_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_PictoCurrency_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_PictoCurrency_C_SetItemData) == 0x000108, "Wrong size on WBP_Loot_PictoCurrency_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, CallFunc_GetConvertedChromaValue_BonusChroma) == 0x00001C, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::CallFunc_GetConvertedChromaValue_BonusChroma' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, CallFunc_GetItemDisplayText_ReturnValue) == 0x000080, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, K2Node_MakeArray_Array_1) == 0x0000E8, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoCurrency_C_SetItemData, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'WBP_Loot_PictoCurrency_C_SetItemData::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_PictoCurrency_C \ +static_assert(alignof(UWBP_Loot_PictoCurrency_C) == 0x000008, "Wrong alignment on UWBP_Loot_PictoCurrency_C"); \ +static_assert(sizeof(UWBP_Loot_PictoCurrency_C) == 0x000478, "Wrong size on UWBP_Loot_PictoCurrency_C"); \ +static_assert(offsetof(UWBP_Loot_PictoCurrency_C, CurrencyQuantity) == 0x000458, "Member 'UWBP_Loot_PictoCurrency_C::CurrencyQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoCurrency_C, IconMaskRetainer) == 0x000460, "Member 'UWBP_Loot_PictoCurrency_C::IconMaskRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoCurrency_C, PictosConvertedText) == 0x000468, "Member 'UWBP_Loot_PictoCurrency_C::PictosConvertedText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoCurrency_C, WBP_PictoIcon) == 0x000470, "Member 'UWBP_Loot_PictoCurrency_C::WBP_PictoIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Currency_C_SetItemData \ +static_assert(alignof(WBP_Loot_Currency_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Currency_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Currency_C_SetItemData) == 0x0000C8, "Wrong size on WBP_Loot_Currency_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Currency_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Currency_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Chroma) == 0x000010, "Member 'WBP_Loot_Currency_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Chroma' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Currency_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, CallFunc_GetItemQuantity_Quantity) == 0x00001C, "Member 'WBP_Loot_Currency_C_SetItemData::CallFunc_GetItemQuantity_Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, CallFunc_GetItemDisplayText_ReturnValue) == 0x000020, "Member 'WBP_Loot_Currency_C_SetItemData::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'WBP_Loot_Currency_C_SetItemData::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_Loot_Currency_C_SetItemData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, CallFunc_GetItemIcon_ReturnValue) == 0x000080, "Member 'WBP_Loot_Currency_C_SetItemData::CallFunc_GetItemIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_Loot_Currency_C_SetItemData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Currency_C_SetItemData, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'WBP_Loot_Currency_C_SetItemData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Currency_C \ +static_assert(alignof(UWBP_Loot_Currency_C) == 0x000008, "Wrong alignment on UWBP_Loot_Currency_C"); \ +static_assert(sizeof(UWBP_Loot_Currency_C) == 0x000470, "Wrong size on UWBP_Loot_Currency_C"); \ +static_assert(offsetof(UWBP_Loot_Currency_C, CurrencyIcon) == 0x000458, "Member 'UWBP_Loot_Currency_C::CurrencyIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Currency_C, CurrencyName) == 0x000460, "Member 'UWBP_Loot_Currency_C::CurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Currency_C, CurrencyQuantity) == 0x000468, "Member 'UWBP_Loot_Currency_C::CurrencyQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_WeaponUpgrade_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_WeaponUpgrade_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_WeaponUpgrade_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_WeaponUpgrade_C_SetBoughtItemData) == 0x000140, "Wrong size on WBP_Loot_WeaponUpgrade_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_WeaponUpgrade_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_WeaponUpgrade_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_WeaponUpgrade_C_SetItemData \ +static_assert(alignof(WBP_Loot_WeaponUpgrade_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_WeaponUpgrade_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_WeaponUpgrade_C_SetItemData) == 0x000038, "Wrong size on WBP_Loot_WeaponUpgrade_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, CallFunc_GetCurrentLevel_CurrentLevel) == 0x00001C, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::CallFunc_GetCurrentLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, CallFunc_GetPreviousLevel_CurrentLevel) == 0x000020, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::CallFunc_GetPreviousLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_WeaponUpgrade_C_SetItemData, CallFunc_GetItemDisplayText_ReturnValue) == 0x000028, "Member 'WBP_Loot_WeaponUpgrade_C_SetItemData::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_WeaponUpgrade_C \ +static_assert(alignof(UWBP_Loot_WeaponUpgrade_C) == 0x000008, "Wrong alignment on UWBP_Loot_WeaponUpgrade_C"); \ +static_assert(sizeof(UWBP_Loot_WeaponUpgrade_C) == 0x000480, "Wrong size on UWBP_Loot_WeaponUpgrade_C"); \ +static_assert(offsetof(UWBP_Loot_WeaponUpgrade_C, ArrowIcon) == 0x000458, "Member 'UWBP_Loot_WeaponUpgrade_C::ArrowIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponUpgrade_C, WeaponIcon) == 0x000460, "Member 'UWBP_Loot_WeaponUpgrade_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponUpgrade_C, WeaponName) == 0x000468, "Member 'UWBP_Loot_WeaponUpgrade_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponUpgrade_C, WeaponNextLevel) == 0x000470, "Member 'UWBP_Loot_WeaponUpgrade_C::WeaponNextLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_WeaponUpgrade_C, WeaponPreviousLevel) == 0x000478, "Member 'UWBP_Loot_WeaponUpgrade_C::WeaponPreviousLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat \ +static_assert(alignof(WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat) == 0x000004, "Wrong alignment on WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat"); \ +static_assert(sizeof(WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat) == 0x000008, "Wrong size on WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat, EntryPoint) == 0x000000, "Member 'WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_PictoCombatStat_C_ExecuteUbergraph_WBP_PictoCombatStat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCombatStat_C_GetStatType \ +static_assert(alignof(WBP_PictoCombatStat_C_GetStatType) == 0x000001, "Wrong alignment on WBP_PictoCombatStat_C_GetStatType"); \ +static_assert(sizeof(WBP_PictoCombatStat_C_GetStatType) == 0x000001, "Wrong size on WBP_PictoCombatStat_C_GetStatType"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_GetStatType, OutStatType) == 0x000000, "Member 'WBP_PictoCombatStat_C_GetStatType::OutStatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCombatStat_C_PreConstruct \ +static_assert(alignof(WBP_PictoCombatStat_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PictoCombatStat_C_PreConstruct"); \ +static_assert(sizeof(WBP_PictoCombatStat_C_PreConstruct) == 0x000001, "Wrong size on WBP_PictoCombatStat_C_PreConstruct"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PictoCombatStat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCombatStat_C_SetStatType \ +static_assert(alignof(WBP_PictoCombatStat_C_SetStatType) == 0x000001, "Wrong alignment on WBP_PictoCombatStat_C_SetStatType"); \ +static_assert(sizeof(WBP_PictoCombatStat_C_SetStatType) == 0x000001, "Wrong size on WBP_PictoCombatStat_C_SetStatType"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatType, StatType_0) == 0x000000, "Member 'WBP_PictoCombatStat_C_SetStatType::StatType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PictoCombatStat_C_SetStatValue \ +static_assert(alignof(WBP_PictoCombatStat_C_SetStatValue) == 0x000008, "Wrong alignment on WBP_PictoCombatStat_C_SetStatValue"); \ +static_assert(sizeof(WBP_PictoCombatStat_C_SetStatValue) == 0x000078, "Wrong size on WBP_PictoCombatStat_C_SetStatValue"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, InStatValue) == 0x000000, "Member 'WBP_PictoCombatStat_C_SetStatValue::InStatValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000008, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, Temp_bool_Variable) == 0x000030, "Member 'WBP_PictoCombatStat_C_SetStatValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_AsPercent_Float_ReturnValue) == 0x000038, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_GetStatType_OutStatType) == 0x000048, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_GetStatType_OutStatType' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_GetStatType_OutStatType_1) == 0x000049, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_GetStatType_OutStatType_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004A, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_StatTypeToTextLong_Text) == 0x000050, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_StatTypeToTextLong_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, K2Node_Select_Default) == 0x000060, "Member 'WBP_PictoCombatStat_C_SetStatValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PictoCombatStat_C_SetStatValue, CallFunc_AsPercent_Float_Value_ImplicitCast) == 0x000070, "Member 'WBP_PictoCombatStat_C_SetStatValue::CallFunc_AsPercent_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PictoCombatStat_C \ +static_assert(alignof(UWBP_PictoCombatStat_C) == 0x000008, "Wrong alignment on UWBP_PictoCombatStat_C"); \ +static_assert(sizeof(UWBP_PictoCombatStat_C) == 0x000328, "Wrong size on UWBP_PictoCombatStat_C"); \ +static_assert(offsetof(UWBP_PictoCombatStat_C, UberGraphFrame) == 0x000308, "Member 'UWBP_PictoCombatStat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCombatStat_C, StatLabel) == 0x000310, "Member 'UWBP_PictoCombatStat_C::StatLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCombatStat_C, StatValue) == 0x000318, "Member 'UWBP_PictoCombatStat_C::StatValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCombatStat_C, StatType) == 0x000320, "Member 'UWBP_PictoCombatStat_C::StatType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PictoCombatStat_C, PreviewStatValue) == 0x000324, "Member 'UWBP_PictoCombatStat_C::PreviewStatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Picto_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_Picto_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_Picto_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_Picto_C_SetBoughtItemData) == 0x000290, "Wrong size on WBP_Loot_Picto_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000148, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000280, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetBoughtItemData, CallFunc_GetInventoryManager_ReturnValue) == 0x000288, "Member 'WBP_Loot_Picto_C_SetBoughtItemData::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Picto_C_SetItemData \ +static_assert(alignof(WBP_Loot_Picto_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Picto_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Picto_C_SetItemData) == 0x000170, "Wrong size on WBP_Loot_Picto_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Picto_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Picto_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_Picto_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Picto_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'WBP_Loot_Picto_C_SetItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000028, "Member 'WBP_Loot_Picto_C_SetItemData::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x000160, "Member 'WBP_Loot_Picto_C_SetItemData::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Picto_C_SetItemData, CallFunc_GetInventoryManager_ReturnValue) == 0x000168, "Member 'WBP_Loot_Picto_C_SetItemData::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Picto_C \ +static_assert(alignof(UWBP_Loot_Picto_C) == 0x000008, "Wrong alignment on UWBP_Loot_Picto_C"); \ +static_assert(sizeof(UWBP_Loot_Picto_C) == 0x000470, "Wrong size on UWBP_Loot_Picto_C"); \ +static_assert(offsetof(UWBP_Loot_Picto_C, IconMaskRetainer) == 0x000458, "Member 'UWBP_Loot_Picto_C::IconMaskRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Picto_C, WBP_PictoCartridge) == 0x000460, "Member 'UWBP_Loot_Picto_C::WBP_PictoCartridge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Picto_C, WBP_PictoIcon) == 0x000468, "Member 'UWBP_Loot_Picto_C::WBP_PictoIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_PictoUpgrade_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_PictoUpgrade_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_PictoUpgrade_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_PictoUpgrade_C_SetBoughtItemData) == 0x000140, "Wrong size on WBP_Loot_PictoUpgrade_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_PictoUpgrade_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_PictoUpgrade_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_PictoUpgrade_C_SetItemData \ +static_assert(alignof(WBP_Loot_PictoUpgrade_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_PictoUpgrade_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_PictoUpgrade_C_SetItemData) == 0x000038, "Wrong size on WBP_Loot_PictoUpgrade_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, CallFunc_GetCurrentLevel_CurrentLevel) == 0x00001C, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::CallFunc_GetCurrentLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, CallFunc_GetPreviousLevel_CurrentLevel) == 0x000020, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::CallFunc_GetPreviousLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PictoUpgrade_C_SetItemData, CallFunc_GetItemDisplayText_ReturnValue) == 0x000028, "Member 'WBP_Loot_PictoUpgrade_C_SetItemData::CallFunc_GetItemDisplayText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_PictoUpgrade_C \ +static_assert(alignof(UWBP_Loot_PictoUpgrade_C) == 0x000008, "Wrong alignment on UWBP_Loot_PictoUpgrade_C"); \ +static_assert(sizeof(UWBP_Loot_PictoUpgrade_C) == 0x000488, "Wrong size on UWBP_Loot_PictoUpgrade_C"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, ArrowIcon) == 0x000458, "Member 'UWBP_Loot_PictoUpgrade_C::ArrowIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, IconMaskRetainer) == 0x000460, "Member 'UWBP_Loot_PictoUpgrade_C::IconMaskRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, PictoName) == 0x000468, "Member 'UWBP_Loot_PictoUpgrade_C::PictoName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, PictoNextLevel) == 0x000470, "Member 'UWBP_Loot_PictoUpgrade_C::PictoNextLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, PictoPreviousLevel) == 0x000478, "Member 'UWBP_Loot_PictoUpgrade_C::PictoPreviousLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PictoUpgrade_C, WBP_PictoIcon) == 0x000480, "Member 'UWBP_Loot_PictoUpgrade_C::WBP_PictoIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_OffsetLootContext \ +static_assert(alignof(FL_LootSystemHelpers_C_OffsetLootContext) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_OffsetLootContext"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_OffsetLootContext) == 0x000020, "Wrong size on FL_LootSystemHelpers_C_OffsetLootContext"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, LootContext) == 0x000000, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::LootContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, Offset) == 0x000004, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::Offset' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, __WorldContext) == 0x000008, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, OffsetLootContext_0) == 0x000010, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::OffsetLootContext_0' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_OffsetLootContext, K2Node_SetFieldsInStruct_StructOut) == 0x000018, "Member 'FL_LootSystemHelpers_C_OffsetLootContext::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow \ +static_assert(alignof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow) == 0x000108, "Wrong size on FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, EncounterLevel) == 0x000000, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::EncounterLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, __WorldContext) == 0x000008, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, ProgressionBalancingLevel) == 0x000010, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::ProgressionBalancingLevel' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_Conv_StringToName_ReturnValue) == 0x0000D0, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, K2Node_MakeArray_Array) == 0x0000D8, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000E8, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000F0, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'FL_LootSystemHelpers_C_FindProgressionBalancingLevelRow::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_GetLootSystem \ +static_assert(alignof(FL_LootSystemHelpers_C_GetLootSystem) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_GetLootSystem"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_GetLootSystem) == 0x000020, "Wrong size on FL_LootSystemHelpers_C_GetLootSystem"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetLootSystem, __WorldContext) == 0x000000, "Member 'FL_LootSystemHelpers_C_GetLootSystem::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetLootSystem, ReturnValue) == 0x000008, "Member 'FL_LootSystemHelpers_C_GetLootSystem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetLootSystem, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'FL_LootSystemHelpers_C_GetLootSystem::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetLootSystem, CallFunc_GetControllerWorld_ReturnValue) == 0x000018, "Member 'FL_LootSystemHelpers_C_GetLootSystem::CallFunc_GetControllerWorld_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_LootSectionToString \ +static_assert(alignof(FL_LootSystemHelpers_C_LootSectionToString) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_LootSectionToString"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_LootSectionToString) == 0x000198, "Wrong size on FL_LootSystemHelpers_C_LootSectionToString"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, LootSection) == 0x000000, "Member 'FL_LootSystemHelpers_C_LootSectionToString::LootSection' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, __WorldContext) == 0x000020, "Member 'FL_LootSystemHelpers_C_LootSectionToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, Result) == 0x000028, "Member 'FL_LootSystemHelpers_C_LootSectionToString::Result' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000038, "Member 'FL_LootSystemHelpers_C_LootSectionToString::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'FL_LootSystemHelpers_C_LootSectionToString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'FL_LootSystemHelpers_C_LootSectionToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000090, "Member 'FL_LootSystemHelpers_C_LootSectionToString::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'FL_LootSystemHelpers_C_LootSectionToString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'FL_LootSystemHelpers_C_LootSectionToString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000128, "Member 'FL_LootSystemHelpers_C_LootSectionToString::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000130, "Member 'FL_LootSystemHelpers_C_LootSectionToString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, K2Node_MakeArray_Array) == 0x000178, "Member 'FL_LootSystemHelpers_C_LootSectionToString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootSectionToString, CallFunc_Format_ReturnValue) == 0x000188, "Member 'FL_LootSystemHelpers_C_LootSectionToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_LootContextToString \ +static_assert(alignof(FL_LootSystemHelpers_C_LootContextToString) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_LootContextToString"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_LootContextToString) == 0x000090, "Wrong size on FL_LootSystemHelpers_C_LootContextToString"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, LootContext) == 0x000000, "Member 'FL_LootSystemHelpers_C_LootContextToString::LootContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, __WorldContext) == 0x000008, "Member 'FL_LootSystemHelpers_C_LootContextToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, Result) == 0x000010, "Member 'FL_LootSystemHelpers_C_LootContextToString::Result' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000020, "Member 'FL_LootSystemHelpers_C_LootContextToString::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'FL_LootSystemHelpers_C_LootContextToString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, K2Node_MakeArray_Array) == 0x000070, "Member 'FL_LootSystemHelpers_C_LootContextToString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_LootContextToString, CallFunc_Format_ReturnValue) == 0x000080, "Member 'FL_LootSystemHelpers_C_LootContextToString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_IsLootContextValid \ +static_assert(alignof(FL_LootSystemHelpers_C_IsLootContextValid) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_IsLootContextValid"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_IsLootContextValid) == 0x000018, "Wrong size on FL_LootSystemHelpers_C_IsLootContextValid"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_IsLootContextValid, LootContext) == 0x000000, "Member 'FL_LootSystemHelpers_C_IsLootContextValid::LootContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_IsLootContextValid, __WorldContext) == 0x000008, "Member 'FL_LootSystemHelpers_C_IsLootContextValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_IsLootContextValid, ReturnValue) == 0x000010, "Member 'FL_LootSystemHelpers_C_IsLootContextValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_IsLootContextValid, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000011, "Member 'FL_LootSystemHelpers_C_IsLootContextValid::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_LootSystemHelpers_C_GetItemLevelFromLootContext \ +static_assert(alignof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext) == 0x000008, "Wrong alignment on FL_LootSystemHelpers_C_GetItemLevelFromLootContext"); \ +static_assert(sizeof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext) == 0x000040, "Wrong size on FL_LootSystemHelpers_C_GetItemLevelFromLootContext"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, S_LootContext) == 0x000000, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, __WorldContext) == 0x000008, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, ReturnValue) == 0x000010, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000018, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_GetGearMaxUpgradeLevel_ReturnValue) == 0x000020, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_GetGearMaxUpgradeLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000028, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_FCeil_ReturnValue) == 0x000038, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_LootSystemHelpers_C_GetItemLevelFromLootContext, CallFunc_Clamp_ReturnValue) == 0x00003C, "Member 'FL_LootSystemHelpers_C_GetItemLevelFromLootContext::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_LootSystemHelpers_C \ +static_assert(alignof(UFL_LootSystemHelpers_C) == 0x000008, "Wrong alignment on UFL_LootSystemHelpers_C"); \ +static_assert(sizeof(UFL_LootSystemHelpers_C) == 0x000028, "Wrong size on UFL_LootSystemHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent \ +static_assert(alignof(BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent) == 0x000004, "Wrong alignment on BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent"); \ +static_assert(sizeof(BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent) == 0x000004, "Wrong size on BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent, EntryPoint) == 0x000000, "Member 'BP_Merchant_SerializableComponent_C_ExecuteUbergraph_BP_Merchant_SerializableComponent::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Merchant_SerializableComponent_C_ReadState \ +static_assert(alignof(BP_Merchant_SerializableComponent_C_ReadState) == 0x000008, "Wrong alignment on BP_Merchant_SerializableComponent_C_ReadState"); \ +static_assert(sizeof(BP_Merchant_SerializableComponent_C_ReadState) == 0x0000B0, "Wrong size on BP_Merchant_SerializableComponent_C_ReadState"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_ReadState, State) == 0x000000, "Member 'BP_Merchant_SerializableComponent_C_ReadState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_ReadState, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'BP_Merchant_SerializableComponent_C_ReadState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_ReadState, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BP_Merchant_SerializableComponent_C_ReadState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_ReadState, CallFunc_ReadMerchantState_State) == 0x000060, "Member 'BP_Merchant_SerializableComponent_C_ReadState::CallFunc_ReadMerchantState_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Merchant_SerializableComponent_C_SaveState \ +static_assert(alignof(BP_Merchant_SerializableComponent_C_SaveState) == 0x000008, "Wrong alignment on BP_Merchant_SerializableComponent_C_SaveState"); \ +static_assert(sizeof(BP_Merchant_SerializableComponent_C_SaveState) == 0x000010, "Wrong size on BP_Merchant_SerializableComponent_C_SaveState"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_SaveState, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_Merchant_SerializableComponent_C_SaveState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Merchant_SerializableComponent_C_SaveState, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_Merchant_SerializableComponent_C_SaveState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Merchant_SerializableComponent_C \ +static_assert(alignof(UBP_Merchant_SerializableComponent_C) == 0x000008, "Wrong alignment on UBP_Merchant_SerializableComponent_C"); \ +static_assert(sizeof(UBP_Merchant_SerializableComponent_C) == 0x0000B8, "Wrong size on UBP_Merchant_SerializableComponent_C"); \ +static_assert(offsetof(UBP_Merchant_SerializableComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_Merchant_SerializableComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Customization_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_Customization_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_Customization_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_Customization_C_SetBoughtItemData) == 0x000160, "Wrong size on WBP_Loot_Customization_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization) == 0x000148, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetBoughtItemData, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000154, "Member 'WBP_Loot_Customization_C_SetBoughtItemData::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Customization_C_SetItemData \ +static_assert(alignof(WBP_Loot_Customization_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Customization_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Customization_C_SetItemData) == 0x000040, "Wrong size on WBP_Loot_Customization_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Customization_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Customization_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Item) == 0x000010, "Member 'WBP_Loot_Customization_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Customization_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'WBP_Loot_Customization_C_SetItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization) == 0x000028, "Member 'WBP_Loot_Customization_C_SetItemData::K2Node_DynamicCast_AsBP_Data_Asset_Item_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_Loot_Customization_C_SetItemData::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Customization_C_SetItemData, CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName) == 0x000034, "Member 'WBP_Loot_Customization_C_SetItemData::CallFunc_GetCharacterHardcodedNameFromUser_CharacterHardcodedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Customization_C \ +static_assert(alignof(UWBP_Loot_Customization_C) == 0x000008, "Wrong alignment on UWBP_Loot_Customization_C"); \ +static_assert(sizeof(UWBP_Loot_Customization_C) == 0x000470, "Wrong size on UWBP_Loot_Customization_C"); \ +static_assert(offsetof(UWBP_Loot_Customization_C, CharacterIcon) == 0x000458, "Member 'UWBP_Loot_Customization_C::CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Customization_C, LootHeading) == 0x000460, "Member 'UWBP_Loot_Customization_C::LootHeading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Customization_C, WBP_CustomizationIcon) == 0x000468, "Member 'UWBP_Loot_Customization_C::WBP_CustomizationIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Weapon_C_LoadWeapon \ +static_assert(alignof(WBP_Loot_Weapon_C_LoadWeapon) == 0x000008, "Wrong alignment on WBP_Loot_Weapon_C_LoadWeapon"); \ +static_assert(sizeof(WBP_Loot_Weapon_C_LoadWeapon) == 0x000298, "Wrong size on WBP_Loot_Weapon_C_LoadWeapon"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, InWeaponInstance) == 0x000000, "Member 'WBP_Loot_Weapon_C_LoadWeapon::InWeaponInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, InCharacterData) == 0x000008, "Member 'WBP_Loot_Weapon_C_LoadWeapon::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetWeaponInstancePower_TotalDamage) == 0x000010, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetWeaponInstancePower_TotalDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetWeaponInstancePower_BaseDamage) == 0x000014, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetWeaponInstancePower_BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetWeaponInstancePower_ScalingDamage) == 0x000018, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetWeaponInstancePower_ScalingDamage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute) == 0x000020, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetWeaponInstancePower_ScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetWeaponDefinition_WeaponDefinition) == 0x000070, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetWeaponDefinition_WeaponDefinition' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetCurrentLevel_ReturnValue) == 0x000160, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeapon, CallFunc_GetItemStaticData_ItemStaticData) == 0x000168, "Member 'WBP_Loot_Weapon_C_LoadWeapon::CallFunc_GetItemStaticData_ItemStaticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Weapon_C_LoadWeaponAttributeScalings \ +static_assert(alignof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings) == 0x000008, "Wrong alignment on WBP_Loot_Weapon_C_LoadWeaponAttributeScalings"); \ +static_assert(sizeof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings) == 0x0000E8, "Wrong size on WBP_Loot_Weapon_C_LoadWeaponAttributeScalings"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, InWeaponInstance) == 0x000000, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::InWeaponInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, InWeaponScalingDamageByAttribute) == 0x000008, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::InWeaponScalingDamageByAttribute' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, Temp_int_Array_Index_Variable) == 0x000058, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_GetCurrentAttributeScaling_ReturnValue) == 0x000060, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_GetCurrentAttributeScaling_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Array_Get_Item) == 0x0000C4, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_ReturnValue) == 0x0000CC, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_Value_1) == 0x0000CD, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Map_Find_ReturnValue_1) == 0x0000CE, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_SelectInt_ReturnValue) == 0x0000D0, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_LoadWeaponAttributeScalings, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000E0, "Member 'WBP_Loot_Weapon_C_LoadWeaponAttributeScalings::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Weapon_C_SetBoughtItemData \ +static_assert(alignof(WBP_Loot_Weapon_C_SetBoughtItemData) == 0x000008, "Wrong alignment on WBP_Loot_Weapon_C_SetBoughtItemData"); \ +static_assert(sizeof(WBP_Loot_Weapon_C_SetBoughtItemData) == 0x0002D8, "Wrong size on WBP_Loot_Weapon_C_SetBoughtItemData"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, BoughtItem) == 0x000000, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::BoughtItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, Quantity) == 0x000138, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::Quantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_GetOwnerData_OwnerData) == 0x000148, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_GetNameFromItemSubtype_Name) == 0x000150, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_GetNameFromItemSubtype_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000158, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000160, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_MakeLiteralName_ReturnValue) == 0x000298, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_SpawnObject_ReturnValue_1) == 0x0002A0, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002A8, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_GetCustomGI_ReturnValue) == 0x0002B0, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, Temp_name_Variable) == 0x0002B8, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x0002C0, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_Not_PreBool_ReturnValue) == 0x0002C1, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, Temp_bool_Variable) == 0x0002C2, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_BooleanAND_ReturnValue) == 0x0002C3, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, K2Node_Select_Default) == 0x0002C4, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetBoughtItemData, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x0002D0, "Member 'WBP_Loot_Weapon_C_SetBoughtItemData::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_Weapon_C_SetItemData \ +static_assert(alignof(WBP_Loot_Weapon_C_SetItemData) == 0x000008, "Wrong alignment on WBP_Loot_Weapon_C_SetItemData"); \ +static_assert(sizeof(WBP_Loot_Weapon_C_SetItemData) == 0x0001B8, "Wrong size on WBP_Loot_Weapon_C_SetItemData"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, GeneratedItemInfo) == 0x000000, "Member 'WBP_Loot_Weapon_C_SetItemData::GeneratedItemInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, LootContext) == 0x000008, "Member 'WBP_Loot_Weapon_C_SetItemData::LootContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item) == 0x000010, "Member 'WBP_Loot_Weapon_C_SetItemData::K2Node_DynamicCast_AsBP_Generated_Item_Info_Upgradable_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Loot_Weapon_C_SetItemData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_GetOwnerData_OwnerData) == 0x000028, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_GetOwnerData_OwnerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, K2Node_MakeStruct_S_jRPG_Item_DynamicData) == 0x000030, "Member 'WBP_Loot_Weapon_C_SetItemData::K2Node_MakeStruct_S_jRPG_Item_DynamicData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_GetNameFromItemSubtype_Name) == 0x000168, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_GetNameFromItemSubtype_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_) == 0x000170, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_GetGearWeaponInstance_Gear_Weapon_Instance_' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_SpawnObject_ReturnValue_1) == 0x000178, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_MakeLiteralName_ReturnValue) == 0x000180, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000188, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_GetCustomGI_ReturnValue) == 0x000190, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, Temp_name_Variable) == 0x000198, "Member 'WBP_Loot_Weapon_C_SetItemData::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x0001A0, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_Not_PreBool_ReturnValue) == 0x0001A1, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, Temp_bool_Variable) == 0x0001A2, "Member 'WBP_Loot_Weapon_C_SetItemData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_BooleanAND_ReturnValue) == 0x0001A3, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, K2Node_Select_Default) == 0x0001A4, "Member 'WBP_Loot_Weapon_C_SetItemData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_Weapon_C_SetItemData, CallFunc_GetItemUpgradeSystem_ReturnValue) == 0x0001B0, "Member 'WBP_Loot_Weapon_C_SetItemData::CallFunc_GetItemUpgradeSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_Weapon_C \ +static_assert(alignof(UWBP_Loot_Weapon_C) == 0x000008, "Wrong alignment on UWBP_Loot_Weapon_C"); \ +static_assert(sizeof(UWBP_Loot_Weapon_C) == 0x000490, "Wrong size on UWBP_Loot_Weapon_C"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, CharacterIcon) == 0x000458, "Member 'UWBP_Loot_Weapon_C::CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WBP_WeaponAttackType) == 0x000460, "Member 'UWBP_Loot_Weapon_C::WBP_WeaponAttackType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WBP_WeaponPower) == 0x000468, "Member 'UWBP_Loot_Weapon_C::WBP_WeaponPower' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WeaponIcon) == 0x000470, "Member 'UWBP_Loot_Weapon_C::WeaponIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WeaponLevelTooltip) == 0x000478, "Member 'UWBP_Loot_Weapon_C::WeaponLevelTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WeaponName) == 0x000480, "Member 'UWBP_Loot_Weapon_C::WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_Weapon_C, WeaponScalingList) == 0x000488, "Member 'UWBP_Loot_Weapon_C::WeaponScalingList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_AreSettingsOpen \ +static_assert(alignof(WBP_PauseMenu_C_AreSettingsOpen) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_AreSettingsOpen"); \ +static_assert(sizeof(WBP_PauseMenu_C_AreSettingsOpen) == 0x00000C, "Wrong size on WBP_PauseMenu_C_AreSettingsOpen"); \ +static_assert(offsetof(WBP_PauseMenu_C_AreSettingsOpen, AreSettingsOpen_0) == 0x000000, "Member 'WBP_PauseMenu_C_AreSettingsOpen::AreSettingsOpen_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_AreSettingsOpen, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_PauseMenu_C_AreSettingsOpen::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_AreSettingsOpen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_AreSettingsOpen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_AbandonBattleButton_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature) == 0x000010, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature, Save) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_BackupSavesBox_K2Node_ComponentBoundEvent_7_OnBackupSaveClicked__DelegateSignature::Save' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ExpeditionBasicsButton_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_LoadPreviousSavesButton_K2Node_ComponentBoundEvent_6_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_PhotoModeButton_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_QuitGameButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ResumeButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_ReturnToTitleScreenButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_SettingsButton_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_TeleportPlayerButton_K2Node_ComponentBoundEvent_8_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_PauseMenu_C_BndEvt__WBP_PauseMenu_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_5_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead \ +static_assert(alignof(WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(sizeof(WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead) == 0x000008, "Wrong size on WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead"); \ +static_assert(offsetof(WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead, MarkCaller) == 0x000000, "Member 'WBP_PauseMenu_C_BPI_OnMarkNotificationAsRead::MarkCaller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BPI_ShouldShowNotification \ +static_assert(alignof(WBP_PauseMenu_C_BPI_ShouldShowNotification) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BPI_ShouldShowNotification"); \ +static_assert(sizeof(WBP_PauseMenu_C_BPI_ShouldShowNotification) == 0x000018, "Wrong size on WBP_PauseMenu_C_BPI_ShouldShowNotification"); \ +static_assert(offsetof(WBP_PauseMenu_C_BPI_ShouldShowNotification, bShouldShow) == 0x000000, "Member 'WBP_PauseMenu_C_BPI_ShouldShowNotification::bShouldShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BPI_ShouldShowNotification, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_BPI_ShouldShowNotification::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BPI_ShouldShowNotification, CallFunc_ShouldObjectBeNotified_IsNotified) == 0x000010, "Member 'WBP_PauseMenu_C_BPI_ShouldShowNotification::CallFunc_ShouldObjectBeNotified_IsNotified' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ComputeSafeLocation \ +static_assert(alignof(WBP_PauseMenu_C_ComputeSafeLocation) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ComputeSafeLocation"); \ +static_assert(sizeof(WBP_PauseMenu_C_ComputeSafeLocation) == 0x0003A0, "Wrong size on WBP_PauseMenu_C_ComputeSafeLocation"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, LevelAssetName) == 0x000000, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, SpawnPointTag) == 0x000008, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::SpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindCurrentLevelData_Found) == 0x000010, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindCurrentLevelData_LevelData) == 0x000018, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindCurrentLevelData_RowName) == 0x0001C8, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_GetCustomGI_ReturnValue) == 0x0001D0, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindLevelDataByLevelFile_Found) == 0x0001D8, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindLevelDataByLevelFile_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindLevelDataByLevelFile_RowName) == 0x0001DC, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindLevelDataByLevelFile_RowName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_FindLevelDataByLevelFile_LevelData) == 0x0001E8, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_FindLevelDataByLevelFile_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000398, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000399, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ComputeSafeLocation, CallFunc_BooleanAND_ReturnValue) == 0x00039A, "Member 'WBP_PauseMenu_C_ComputeSafeLocation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu \ +static_assert(alignof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu"); \ +static_assert(sizeof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu) == 0x0002A0, "Wrong size on WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, EntryPoint) == 0x000000, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_bool_IsClosed_Variable) == 0x000040, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_4) == 0x000054, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_5) == 0x000064, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Event_MarkCaller) == 0x000078, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Event_MarkCaller' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_9) == 0x000080, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_8) == 0x000088, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_7) == 0x000090, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_6) == 0x000098, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_InUserResponse_3) == 0x0000A0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_InUserResponse_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_SwitchEnum_CmpSuccess) == 0x0000A1, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_InUserResponse_2) == 0x0000A2, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_InUserResponse_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000A3, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_5) == 0x0000A8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_SetGamePaused_ReturnValue) == 0x0000B0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole) == 0x0000B1, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsCurrentPlatformConsole_CurrentPlatformIsConsole' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x0000B8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_4) == 0x0000C0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_bool_Has_Been_Initd_Variable) == 0x0000C8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0000D8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_3) == 0x0000F0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Save) == 0x0000F8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Save' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetSaveManager_SaveManager) == 0x000108, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_IsAccepted) == 0x000110, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_IsAccepted' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsActivated_ReturnValue) == 0x000111, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_SpawnSound2D_ReturnValue) == 0x000118, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetCustomGI_ReturnValue) == 0x000120, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_LoadNotificationData_NotifiedObject_CastInput) == 0x000128, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_LoadNotificationData_NotifiedObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_LoadNotificationData_NotifiedObject_CastInput_1) == 0x000138, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_LoadNotificationData_NotifiedObject_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000148, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1) == 0x000149, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2) == 0x00014A, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_SpawnObject_ReturnValue) == 0x000150, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_6) == 0x000158, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_7) == 0x000168, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreateModalPopupFromLoadingError_ModalPopup) == 0x000178, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreateModalPopupFromLoadingError_ModalPopup' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_ShowSaveModalPopup_ModalPopup) == 0x000180, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_ShowSaveModalPopup_ModalPopup' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetIsSuccessful_ReturnValue) == 0x000188, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetIsSuccessful_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CreateDelegate_OutputDelegate_8) == 0x00018C, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_WaitAsyncAction_ReturnValue) == 0x0001A0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_WaitAsyncAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_MakeStruct_S_LoadGameRequest) == 0x0001B0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_MakeStruct_S_LoadGameRequest' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_2) == 0x0001D8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_InUserResponse_1) == 0x0001E0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_InUserResponse_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_byte_Variable) == 0x0001E1, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001E2, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetCustomGI_ReturnValue_1) == 0x0001E8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetSettingsPageContext_CurrentContext) == 0x0001F0, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetSettingsPageContext_CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button_1) == 0x0001F8, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_InUserResponse) == 0x000200, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_ComponentBoundEvent_Button) == 0x000208, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000210, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetCustomGI_ReturnValue_2) == 0x000218, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetBattleManager_ReturnValue) == 0x000220, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_2) == 0x000228, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000230, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetBattleManager_ReturnValue_1) == 0x000238, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetBattleManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_byte_Variable_1) == 0x000240, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsValid_ReturnValue_1) == 0x000241, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_IsValid_ReturnValue_2) == 0x000242, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetSequencePlayer_ReturnValue) == 0x000248, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_GetPlayerController_ReturnValue_3) == 0x000250, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x000258, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_DynamicCast_bSuccess_1) == 0x000260, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreateModalWindow_OutputPin) == 0x000268, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreateModalWindow_OutputPin_1) == 0x000270, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreateModalWindow_OutputPin_2) == 0x000278, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreateModalWindow_OutputPin_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, Temp_bool_Variable) == 0x000280, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_CreateModalWindow_OutputPin_3) == 0x000288, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_CreateModalWindow_OutputPin_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_Select_Default) == 0x000290, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, K2Node_CustomEvent_bShouldPause) == 0x000291, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::K2Node_CustomEvent_bShouldPause' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000292, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_StartCameraFade_Duration_ImplicitCast) == 0x000294, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_StartCameraFade_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu, CallFunc_Delay_Duration_ImplicitCast) == 0x000298, "Member 'WBP_PauseMenu_C_ExecuteUbergraph_WBP_PauseMenu::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_IsReturnToTitleScreenRequested \ +static_assert(alignof(WBP_PauseMenu_C_IsReturnToTitleScreenRequested) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_IsReturnToTitleScreenRequested"); \ +static_assert(sizeof(WBP_PauseMenu_C_IsReturnToTitleScreenRequested) == 0x000001, "Wrong size on WBP_PauseMenu_C_IsReturnToTitleScreenRequested"); \ +static_assert(offsetof(WBP_PauseMenu_C_IsReturnToTitleScreenRequested, ReturnToTitleMenuRequested) == 0x000000, "Member 'WBP_PauseMenu_C_IsReturnToTitleScreenRequested::ReturnToTitleMenuRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnAbandonBattleUserResponse \ +static_assert(alignof(WBP_PauseMenu_C_OnAbandonBattleUserResponse) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnAbandonBattleUserResponse"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnAbandonBattleUserResponse) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnAbandonBattleUserResponse"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnAbandonBattleUserResponse, InUserResponse) == 0x000000, "Member 'WBP_PauseMenu_C_OnAbandonBattleUserResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnPlatformPaused \ +static_assert(alignof(WBP_PauseMenu_C_OnPlatformPaused) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnPlatformPaused"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnPlatformPaused) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnPlatformPaused"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnPlatformPaused, bShouldPause) == 0x000000, "Member 'WBP_PauseMenu_C_OnPlatformPaused::bShouldPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnQuitGameResponse \ +static_assert(alignof(WBP_PauseMenu_C_OnQuitGameResponse) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnQuitGameResponse"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnQuitGameResponse) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnQuitGameResponse"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnQuitGameResponse, InUserResponse) == 0x000000, "Member 'WBP_PauseMenu_C_OnQuitGameResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnReturnToTitleScreenResponse \ +static_assert(alignof(WBP_PauseMenu_C_OnReturnToTitleScreenResponse) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnReturnToTitleScreenResponse"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnReturnToTitleScreenResponse) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnReturnToTitleScreenResponse"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnReturnToTitleScreenResponse, InUserResponse) == 0x000000, "Member 'WBP_PauseMenu_C_OnReturnToTitleScreenResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnTeleportToSafeLocationResponse \ +static_assert(alignof(WBP_PauseMenu_C_OnTeleportToSafeLocationResponse) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnTeleportToSafeLocationResponse"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnTeleportToSafeLocationResponse) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnTeleportToSafeLocationResponse"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnTeleportToSafeLocationResponse, InUserResponse) == 0x000000, "Member 'WBP_PauseMenu_C_OnTeleportToSafeLocationResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_OnUserResponseToLoadBackupSave \ +static_assert(alignof(WBP_PauseMenu_C_OnUserResponseToLoadBackupSave) == 0x000001, "Wrong alignment on WBP_PauseMenu_C_OnUserResponseToLoadBackupSave"); \ +static_assert(sizeof(WBP_PauseMenu_C_OnUserResponseToLoadBackupSave) == 0x000001, "Wrong size on WBP_PauseMenu_C_OnUserResponseToLoadBackupSave"); \ +static_assert(offsetof(WBP_PauseMenu_C_OnUserResponseToLoadBackupSave, IsAccepted) == 0x000000, "Member 'WBP_PauseMenu_C_OnUserResponseToLoadBackupSave::IsAccepted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RetrieveBackupSaves \ +static_assert(alignof(WBP_PauseMenu_C_RetrieveBackupSaves) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RetrieveBackupSaves"); \ +static_assert(sizeof(WBP_PauseMenu_C_RetrieveBackupSaves) == 0x000050, "Wrong size on WBP_PauseMenu_C_RetrieveBackupSaves"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_GetSaveManager_SaveManager) == 0x000010, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_GetSelectedSlotData_MainSave) == 0x000018, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_GetSelectedSlotData_MainSave' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_GetSelectedSlotData_BackupSaves) == 0x000028, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_GetSelectedSlotData_BackupSaves' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrieveBackupSaves, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_PauseMenu_C_RetrieveBackupSaves::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_RetrievePreviousSave \ +static_assert(alignof(WBP_PauseMenu_C_RetrievePreviousSave) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_RetrievePreviousSave"); \ +static_assert(sizeof(WBP_PauseMenu_C_RetrievePreviousSave) == 0x000030, "Wrong size on WBP_PauseMenu_C_RetrievePreviousSave"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, SaveName) == 0x000000, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::SaveName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, CallFunc_GetSaveManager_SaveManager) == 0x000010, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, CallFunc_RetrieveSaveDataFromSlotName_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::CallFunc_RetrieveSaveDataFromSlotName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, CallFunc_Array_Add_ReturnValue_1) == 0x000024, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_RetrievePreviousSave, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_PauseMenu_C_RetrievePreviousSave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_SetActiveWidgetInSwitcher \ +static_assert(alignof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_SetActiveWidgetInSwitcher"); \ +static_assert(sizeof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher) == 0x000050, "Wrong size on WBP_PauseMenu_C_SetActiveWidgetInSwitcher"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, InIndex) == 0x000000, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::InIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, WidgetToDeactivate) == 0x000008, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::WidgetToDeactivate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, Temp_byte_Variable) == 0x000010, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, Temp_bool_Variable) == 0x000013, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_GetActiveWidget_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, K2Node_DynamicCast_AsCommon_Activatable_Widget) == 0x000020, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::K2Node_DynamicCast_AsCommon_Activatable_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000029, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00002A, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_GetActiveWidget_ReturnValue_1) == 0x000030, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_GetActiveWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, K2Node_Select_Default) == 0x000038, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, K2Node_DynamicCast_AsCommon_Activatable_Widget_1) == 0x000040, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::K2Node_DynamicCast_AsCommon_Activatable_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetActiveWidgetInSwitcher, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'WBP_PauseMenu_C_SetActiveWidgetInSwitcher::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_SetCurrentContext \ +static_assert(alignof(WBP_PauseMenu_C_SetCurrentContext) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_SetCurrentContext"); \ +static_assert(sizeof(WBP_PauseMenu_C_SetCurrentContext) == 0x000020, "Wrong size on WBP_PauseMenu_C_SetCurrentContext"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, Context) == 0x000000, "Member 'WBP_PauseMenu_C_SetCurrentContext::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, Temp_bool_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_SetCurrentContext::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, Temp_byte_Variable) == 0x000009, "Member 'WBP_PauseMenu_C_SetCurrentContext::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_PauseMenu_C_SetCurrentContext::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, CallFunc_GetBattleManager_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_SetCurrentContext::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, CallFunc_CanAbandonBattle_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_SetCurrentContext::CallFunc_CanAbandonBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_SetCurrentContext, K2Node_Select_Default) == 0x000019, "Member 'WBP_PauseMenu_C_SetCurrentContext::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_ShowSaveModalPopup \ +static_assert(alignof(WBP_PauseMenu_C_ShowSaveModalPopup) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_ShowSaveModalPopup"); \ +static_assert(sizeof(WBP_PauseMenu_C_ShowSaveModalPopup) == 0x000058, "Wrong size on WBP_PauseMenu_C_ShowSaveModalPopup"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, PopupTitle) == 0x000000, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::PopupTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, PopupMessage) == 0x000010, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::PopupMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, DecisionToMake) == 0x000020, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::DecisionToMake' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, IsHoldConfirm) == 0x000021, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::IsHoldConfirm' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, SelectedGameSaveSlot) == 0x000028, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::SelectedGameSaveSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, ModalPopup) == 0x000038, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::ModalPopup' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, CallFunc_GetSaveManager_SaveManager) == 0x000040, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, CallFunc_Create_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_ShowSaveModalPopup, CallFunc_GetSelectedSlot_SelectedSlot) == 0x000050, "Member 'WBP_PauseMenu_C_ShowSaveModalPopup::CallFunc_GetSelectedSlot_SelectedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_TeleportToSafeLocation \ +static_assert(alignof(WBP_PauseMenu_C_TeleportToSafeLocation) == 0x000004, "Wrong alignment on WBP_PauseMenu_C_TeleportToSafeLocation"); \ +static_assert(sizeof(WBP_PauseMenu_C_TeleportToSafeLocation) == 0x000010, "Wrong size on WBP_PauseMenu_C_TeleportToSafeLocation"); \ +static_assert(offsetof(WBP_PauseMenu_C_TeleportToSafeLocation, CallFunc_ComputeSafeLocation_LevelAssetName) == 0x000000, "Member 'WBP_PauseMenu_C_TeleportToSafeLocation::CallFunc_ComputeSafeLocation_LevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_TeleportToSafeLocation, CallFunc_ComputeSafeLocation_SpawnPointTag) == 0x000008, "Member 'WBP_PauseMenu_C_TeleportToSafeLocation::CallFunc_ComputeSafeLocation_SpawnPointTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PauseMenu_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_PauseMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget) == 0x000028, "Wrong size on WBP_PauseMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget, Temp_int_Variable) == 0x000008, "Member 'WBP_PauseMenu_C_BP_GetDesiredFocusTarget::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_C_BP_GetDesiredFocusTarget::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PauseMenu_C_BP_GetDesiredFocusTarget, K2Node_Select_Default) == 0x000020, "Member 'WBP_PauseMenu_C_BP_GetDesiredFocusTarget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PauseMenu_C \ +static_assert(alignof(UWBP_PauseMenu_C) == 0x000008, "Wrong alignment on UWBP_PauseMenu_C"); \ +static_assert(sizeof(UWBP_PauseMenu_C) == 0x0005A8, "Wrong size on UWBP_PauseMenu_C"); \ +static_assert(offsetof(UWBP_PauseMenu_C, UberGraphFrame) == 0x000430, "Member 'UWBP_PauseMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, AbandonBattleButton) == 0x000438, "Member 'UWBP_PauseMenu_C::AbandonBattleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, Background) == 0x000440, "Member 'UWBP_PauseMenu_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BackgroundBlur) == 0x000448, "Member 'UWBP_PauseMenu_C::BackgroundBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BackupSavesBox) == 0x000450, "Member 'UWBP_PauseMenu_C::BackupSavesBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, CommonActionBarContainer) == 0x000458, "Member 'UWBP_PauseMenu_C::CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ExpBasicsWrappingText) == 0x000460, "Member 'UWBP_PauseMenu_C::ExpBasicsWrappingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ExpeditionBasicsBullet) == 0x000468, "Member 'UWBP_PauseMenu_C::ExpeditionBasicsBullet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ExpeditionBasicsButton) == 0x000470, "Member 'UWBP_PauseMenu_C::ExpeditionBasicsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, LoadPreviousSavesButton) == 0x000478, "Member 'UWBP_PauseMenu_C::LoadPreviousSavesButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, LoadPreviousSaveWrappingText) == 0x000480, "Member 'UWBP_PauseMenu_C::LoadPreviousSaveWrappingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PauseMenuSwitcher) == 0x000488, "Member 'UWBP_PauseMenu_C::PauseMenuSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PausePanel) == 0x000490, "Member 'UWBP_PauseMenu_C::PausePanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PhotoModeButton) == 0x000498, "Member 'UWBP_PauseMenu_C::PhotoModeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, PhotoModeWrappingText) == 0x0004A0, "Member 'UWBP_PauseMenu_C::PhotoModeWrappingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, QuitGameButton) == 0x0004A8, "Member 'UWBP_PauseMenu_C::QuitGameButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ResumeButton) == 0x0004B0, "Member 'UWBP_PauseMenu_C::ResumeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ReturnToTitleScreenButton) == 0x0004B8, "Member 'UWBP_PauseMenu_C::ReturnToTitleScreenButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ReturnWrappingText) == 0x0004C0, "Member 'UWBP_PauseMenu_C::ReturnWrappingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SettingsButton) == 0x0004C8, "Member 'UWBP_PauseMenu_C::SettingsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, TeleportPlayerButton) == 0x0004D0, "Member 'UWBP_PauseMenu_C::TeleportPlayerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, TeleportWrappingText) == 0x0004D8, "Member 'UWBP_PauseMenu_C::TeleportWrappingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_CommonBoundActionButton_Back) == 0x0004E0, "Member 'UWBP_PauseMenu_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_GM_Settings_Page) == 0x0004E8, "Member 'UWBP_PauseMenu_C::WBP_GM_Settings_Page' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_TutorialCollection) == 0x0004F0, "Member 'UWBP_PauseMenu_C::WBP_TutorialCollection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, WBP_WidescreenRatioBox) == 0x0004F8, "Member 'UWBP_PauseMenu_C::WBP_WidescreenRatioBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, OnBackToExploration) == 0x000500, "Member 'UWBP_PauseMenu_C::OnBackToExploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SDQuitButton) == 0x000510, "Member 'UWBP_PauseMenu_C::SDQuitButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, OnRequestQuit) == 0x000520, "Member 'UWBP_PauseMenu_C::OnRequestQuit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SD_OnActivated) == 0x000530, "Member 'UWBP_PauseMenu_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SD_OnDeactivated) == 0x000540, "Member 'UWBP_PauseMenu_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, SD_OnBackFromSettings) == 0x000550, "Member 'UWBP_PauseMenu_C::SD_OnBackFromSettings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BackupSaveDatas) == 0x000560, "Member 'UWBP_PauseMenu_C::BackupSaveDatas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, BackupSaveNames) == 0x000570, "Member 'UWBP_PauseMenu_C::BackupSaveNames' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, LastSelectedBackupSave) == 0x000580, "Member 'UWBP_PauseMenu_C::LastSelectedBackupSave' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, LoadlLatentAction) == 0x000590, "Member 'UWBP_PauseMenu_C::LoadlLatentAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, CurrentContext) == 0x000598, "Member 'UWBP_PauseMenu_C::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PauseMenu_C, ReturnToTitleScreenRequested) == 0x0005A0, "Member 'UWBP_PauseMenu_C::ReturnToTitleScreenRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loot_PassiveEffect_C_SetPassiveEffectsList \ +static_assert(alignof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList) == 0x000008, "Wrong alignment on WBP_Loot_PassiveEffect_C_SetPassiveEffectsList"); \ +static_assert(sizeof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList) == 0x000118, "Wrong size on WBP_Loot_PassiveEffect_C_SetPassiveEffectsList"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, PassiveEffectsName) == 0x000000, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::PassiveEffectsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_LastIndex_ReturnValue) == 0x000014, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_text_Variable) == 0x000020, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_wildcard_Variable) == 0x000030, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000048, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000058, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_FCeil_ReturnValue) == 0x000060, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_int_Variable) == 0x000064, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000069, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Multiply_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000074, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Subtract_IntInt_ReturnValue) == 0x000078, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Min_ReturnValue) == 0x000080, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000084, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_int_Array_Index_Variable) == 0x000094, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_GetPassiveEffectDefinition_PassiveEffect) == 0x0000A0, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_GetPassiveEffectDefinition_PassiveEffect' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_GetPassiveEffectDefinition_Found) == 0x0000E8, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_GetPassiveEffectDefinition_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, Temp_int_Variable_1) == 0x0000EC, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_BP_CreateEntryOfClass_ReturnValue) == 0x0000F0, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_BP_CreateEntryOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000104, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_Add_IntInt_ReturnValue_3) == 0x000108, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loot_PassiveEffect_C_SetPassiveEffectsList, CallFunc_BP_CreateEntryOfClass_ReturnValue_1) == 0x000110, "Member 'WBP_Loot_PassiveEffect_C_SetPassiveEffectsList::CallFunc_BP_CreateEntryOfClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loot_PassiveEffect_C \ +static_assert(alignof(UWBP_Loot_PassiveEffect_C) == 0x000008, "Wrong alignment on UWBP_Loot_PassiveEffect_C"); \ +static_assert(sizeof(UWBP_Loot_PassiveEffect_C) == 0x000470, "Wrong size on UWBP_Loot_PassiveEffect_C"); \ +static_assert(offsetof(UWBP_Loot_PassiveEffect_C, Background) == 0x000458, "Member 'UWBP_Loot_PassiveEffect_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PassiveEffect_C, ItemIcon) == 0x000460, "Member 'UWBP_Loot_PassiveEffect_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loot_PassiveEffect_C, UnlockedEffectsBox) == 0x000468, "Member 'UWBP_Loot_PassiveEffect_C::UnlockedEffectsBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBS_FluxInteractionData \ +static_assert(alignof(FBS_FluxInteractionData) == 0x000008, "Wrong alignment on FBS_FluxInteractionData"); \ +static_assert(sizeof(FBS_FluxInteractionData) == 0x000020, "Wrong size on FBS_FluxInteractionData"); \ +static_assert(offsetof(FBS_FluxInteractionData, Location_10_0342F4634FB7916C0DE9CBAB9C88A476) == 0x000000, "Member 'FBS_FluxInteractionData::Location_10_0342F4634FB7916C0DE9CBAB9C88A476' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxInteractionData, Radius_9_EC5FD1B14AF3F247D25442B53A6EC366) == 0x000010, "Member 'FBS_FluxInteractionData::Radius_9_EC5FD1B14AF3F247D25442B53A6EC366' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxInteractionData, Force_8_20A6B7304C8BF8E070FC6BAF4DE3DF6F) == 0x000014, "Member 'FBS_FluxInteractionData::Force_8_20A6B7304C8BF8E070FC6BAF4DE3DF6F' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxInteractionData, Hardness_13_5F429D294C5F98CAE255FA85217A6BC9) == 0x000018, "Member 'FBS_FluxInteractionData::Hardness_13_5F429D294C5F98CAE255FA85217A6BC9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TeamStatusEntry_C_LoadCharacterData \ +static_assert(alignof(WBP_TeamStatusEntry_C_LoadCharacterData) == 0x000008, "Wrong alignment on WBP_TeamStatusEntry_C_LoadCharacterData"); \ +static_assert(sizeof(WBP_TeamStatusEntry_C_LoadCharacterData) == 0x000008, "Wrong size on WBP_TeamStatusEntry_C_LoadCharacterData"); \ +static_assert(offsetof(WBP_TeamStatusEntry_C_LoadCharacterData, CharacterData) == 0x000000, "Member 'WBP_TeamStatusEntry_C_LoadCharacterData::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TeamStatusEntry_C \ +static_assert(alignof(UWBP_TeamStatusEntry_C) == 0x000008, "Wrong alignment on UWBP_TeamStatusEntry_C"); \ +static_assert(sizeof(UWBP_TeamStatusEntry_C) == 0x0002F0, "Wrong size on UWBP_TeamStatusEntry_C"); \ +static_assert(offsetof(UWBP_TeamStatusEntry_C, WBP_CharacterMarker) == 0x0002E0, "Member 'UWBP_TeamStatusEntry_C::WBP_CharacterMarker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TeamStatusEntry_C, WBP_HealthBar) == 0x0002E8, "Member 'UWBP_TeamStatusEntry_C::WBP_HealthBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer \ +static_assert(alignof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer) == 0x000008, "Wrong alignment on WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer"); \ +static_assert(sizeof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer) == 0x000040, "Wrong size on WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, EntryPoint) == 0x000000, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000020, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, CallFunc_GetCustomGI_ReturnValue) == 0x000030, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_ScreenPromptsContainer_C_ExecuteUbergraph_WBP_ScreenPromptsContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility \ +static_assert(alignof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility) == 0x000001, "Wrong alignment on WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility"); \ +static_assert(sizeof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility) == 0x000007, "Wrong size on WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, CallFunc_CanEnterFreeAimCheck_ReturnValue) == 0x000004, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::CallFunc_CanEnterFreeAimCheck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, CallFunc_HasExplorationCapacity_Result) == 0x000005, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility, K2Node_Select_Default) == 0x000006, "Member 'WBP_ScreenPromptsContainer_C_UpdateFreeAimVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenPromptsContainer_C_UpdateJumpVisibility \ +static_assert(alignof(WBP_ScreenPromptsContainer_C_UpdateJumpVisibility) == 0x000001, "Wrong alignment on WBP_ScreenPromptsContainer_C_UpdateJumpVisibility"); \ +static_assert(sizeof(WBP_ScreenPromptsContainer_C_UpdateJumpVisibility) == 0x000002, "Wrong size on WBP_ScreenPromptsContainer_C_UpdateJumpVisibility"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateJumpVisibility, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_ScreenPromptsContainer_C_UpdateJumpVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateJumpVisibility, CallFunc_CanJump_ReturnValue) == 0x000001, "Member 'WBP_ScreenPromptsContainer_C_UpdateJumpVisibility::CallFunc_CanJump_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility \ +static_assert(alignof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility) == 0x000001, "Wrong alignment on WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility"); \ +static_assert(sizeof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility) == 0x000007, "Wrong size on WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, CallFunc_CanPerformExplorationAttack_ReturnValue) == 0x000004, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::CallFunc_CanPerformExplorationAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, CallFunc_HasExplorationCapacity_Result) == 0x000005, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::CallFunc_HasExplorationCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility, K2Node_Select_Default) == 0x000006, "Member 'WBP_ScreenPromptsContainer_C_UpdateStrikeVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ScreenPromptsContainer_C \ +static_assert(alignof(UWBP_ScreenPromptsContainer_C) == 0x000008, "Wrong alignment on UWBP_ScreenPromptsContainer_C"); \ +static_assert(sizeof(UWBP_ScreenPromptsContainer_C) == 0x000330, "Wrong size on UWBP_ScreenPromptsContainer_C"); \ +static_assert(offsetof(UWBP_ScreenPromptsContainer_C, UberGraphFrame) == 0x000308, "Member 'UWBP_ScreenPromptsContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenPromptsContainer_C, WBP_TextualInputActionBinding_FreeAim) == 0x000310, "Member 'UWBP_ScreenPromptsContainer_C::WBP_TextualInputActionBinding_FreeAim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenPromptsContainer_C, WBP_TextualInputActionBinding_Jump) == 0x000318, "Member 'UWBP_ScreenPromptsContainer_C::WBP_TextualInputActionBinding_Jump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenPromptsContainer_C, WBP_TextualInputActionBinding_Strike) == 0x000320, "Member 'UWBP_ScreenPromptsContainer_C::WBP_TextualInputActionBinding_Strike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenPromptsContainer_C, PawnRef) == 0x000328, "Member 'UWBP_ScreenPromptsContainer_C::PawnRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal) == 0x000040, "Wrong size on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_ToHardcodedName_HardcodedName) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_ToHardcodedName_HardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_HasCharacterInCollection_Result) == 0x000018, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_HasCharacterInCollection_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_GetCharacterByID_CharacterData) == 0x000020, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs) == 0x000028, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_GetUnlockedSkillSaveData_UnlockedSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00003C, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_CheckInternal::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C \ +static_assert(alignof(UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C"); \ +static_assert(sizeof(UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C) == 0x000068, "Wrong size on UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C, Character) == 0x000060, "Member 'UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C::Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C, Amount) == 0x000064, "Member 'UBP_ConditionChecker_AtLeastAmountOfSkillUnlocked_C::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay \ +static_assert(alignof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay) == 0x000008, "Wrong alignment on WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay"); \ +static_assert(sizeof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay) == 0x000040, "Wrong size on WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, EntryPoint) == 0x000000, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_GetInputManager_InputManager) == 0x000008, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_ProcessTextForInlineInputTag_Output) == 0x000028, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_ProcessTextForInlineInputTag_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay, CallFunc_Delay_Duration_ImplicitCast) == 0x000038, "Member 'WBP_HintOverlay_C_ExecuteUbergraph_WBP_HintOverlay::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HintOverlay_C \ +static_assert(alignof(UWBP_HintOverlay_C) == 0x000008, "Wrong alignment on UWBP_HintOverlay_C"); \ +static_assert(sizeof(UWBP_HintOverlay_C) == 0x000368, "Wrong size on UWBP_HintOverlay_C"); \ +static_assert(offsetof(UWBP_HintOverlay_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HintOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Appear_Hint) == 0x0002E8, "Member 'UWBP_HintOverlay_C::Appear_Hint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Background) == 0x0002F0, "Member 'UWBP_HintOverlay_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, CenterImage) == 0x0002F8, "Member 'UWBP_HintOverlay_C::CenterImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, CenterImage_1) == 0x000300, "Member 'UWBP_HintOverlay_C::CenterImage_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Ligne_Right) == 0x000308, "Member 'UWBP_HintOverlay_C::Ligne_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Ligne_Right_1) == 0x000310, "Member 'UWBP_HintOverlay_C::Ligne_Right_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Line_Left) == 0x000318, "Member 'UWBP_HintOverlay_C::Line_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Line_Left_1) == 0x000320, "Member 'UWBP_HintOverlay_C::Line_Left_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Point_left) == 0x000328, "Member 'UWBP_HintOverlay_C::Point_left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Point_left_1) == 0x000330, "Member 'UWBP_HintOverlay_C::Point_left_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Point_Right) == 0x000338, "Member 'UWBP_HintOverlay_C::Point_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Point_Right_1) == 0x000340, "Member 'UWBP_HintOverlay_C::Point_Right_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, SF_RichText_Hint) == 0x000348, "Member 'UWBP_HintOverlay_C::SF_RichText_Hint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, Tutorial_text) == 0x000350, "Member 'UWBP_HintOverlay_C::Tutorial_text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HintOverlay_C, AutoCloseAfter) == 0x000360, "Member 'UWBP_HintOverlay_C::AutoCloseAfter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation \ +static_assert(alignof(BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation) == 0x000008, "Wrong alignment on BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation"); \ +static_assert(sizeof(BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation) == 0x000030, "Wrong size on BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation, Widget) == 0x000000, "Member 'BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation, WorldLocation) == 0x000008, "Member 'BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_ExplorationPromptHintPool_C_AddExplorationPromptHintAtWorldLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint \ +static_assert(alignof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint) == 0x000008, "Wrong alignment on BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint"); \ +static_assert(sizeof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint) == 0x000048, "Wrong size on BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, WorldPosition) == 0x000000, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, Widget) == 0x000018, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, Temp_wildcard_Variable) == 0x000028, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, Temp_wildcard_Variable_1) == 0x000030, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, CallFunc_Array_LastIndex_ReturnValue) == 0x000038, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, CallFunc_Array_IsEmpty_ReturnValue) == 0x00003C, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_ExplorationPromptHintPool_C_CreateExplorationPromptHint::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints \ +static_assert(alignof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints) == 0x000008, "Wrong alignment on BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints"); \ +static_assert(sizeof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints) == 0x000030, "Wrong size on BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ExplorationPromptHintPool_C_DestroyAllExplorationPromptHints::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared \ +static_assert(alignof(BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared) == 0x000008, "Wrong alignment on BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared"); \ +static_assert(sizeof(BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared) == 0x000010, "Wrong size on BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared, Widget) == 0x000000, "Member 'BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'BP_ExplorationPromptHintPool_C_OnExplorationPromptHintDisappeared::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint \ +static_assert(alignof(BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint) == 0x000008, "Wrong alignment on BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint"); \ +static_assert(sizeof(BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint) == 0x000020, "Wrong size on BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint, Widget) == 0x000000, "Member 'BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'BP_ExplorationPromptHintPool_C_ReleaseExplorationPromptHint::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationPromptHintPool_C \ +static_assert(alignof(UBP_ExplorationPromptHintPool_C) == 0x000008, "Wrong alignment on UBP_ExplorationPromptHintPool_C"); \ +static_assert(sizeof(UBP_ExplorationPromptHintPool_C) == 0x000088, "Wrong size on UBP_ExplorationPromptHintPool_C"); \ +static_assert(offsetof(UBP_ExplorationPromptHintPool_C, WidgetByWorldPosition) == 0x000028, "Member 'UBP_ExplorationPromptHintPool_C::WidgetByWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationPromptHintPool_C, AvailableWidgets) == 0x000078, "Member 'UBP_ExplorationPromptHintPool_C::AvailableWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LevelAmbienceArea_C_BndEvt__BP_WorldMapArea_TriggerDynamicMesh_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea \ +static_assert(alignof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea) == 0x000008, "Wrong alignment on BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea"); \ +static_assert(sizeof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea) == 0x000160, "Wrong size on BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, EntryPoint) == 0x000000, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000120, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherActor) == 0x000128, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherComp) == 0x000130, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000138, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, CallFunc_GetPlayerPawn_ReturnValue) == 0x000140, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000148, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000150, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000151, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea, CallFunc_GetLevelAmbienceAreaManager_ReturnValue) == 0x000158, "Member 'BP_LevelAmbienceArea_C_ExecuteUbergraph_BP_LevelAmbienceArea::CallFunc_GetLevelAmbienceAreaManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager \ +static_assert(alignof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager) == 0x000008, "Wrong alignment on BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager"); \ +static_assert(sizeof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager) == 0x000028, "Wrong size on BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager, ReturnValue) == 0x000000, "Member 'BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_LevelAmbienceArea_C_GetLevelAmbienceAreaManager::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LevelAmbienceArea_C \ +static_assert(alignof(ABP_LevelAmbienceArea_C) == 0x000008, "Wrong alignment on ABP_LevelAmbienceArea_C"); \ +static_assert(sizeof(ABP_LevelAmbienceArea_C) == 0x000338, "Wrong size on ABP_LevelAmbienceArea_C"); \ +static_assert(offsetof(ABP_LevelAmbienceArea_C, UberGraphFrame) == 0x0002B8, "Member 'ABP_LevelAmbienceArea_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelAmbienceArea_C, LightingScenario) == 0x0002C0, "Member 'ABP_LevelAmbienceArea_C::LightingScenario' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelAmbienceArea_C, AreaAudioParameters) == 0x0002E8, "Member 'ABP_LevelAmbienceArea_C::AreaAudioParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelAmbienceArea_C, IncompatibleMovementModes) == 0x000320, "Member 'ABP_LevelAmbienceArea_C::IncompatibleMovementModes' has a wrong offset!"); \ +static_assert(offsetof(ABP_LevelAmbienceArea_C, Priority) == 0x000330, "Member 'ABP_LevelAmbienceArea_C::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_Appear \ +static_assert(alignof(WBP_ExplorationPrompt_C_Appear) == 0x000008, "Wrong alignment on WBP_ExplorationPrompt_C_Appear"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_Appear) == 0x000008, "Wrong size on WBP_ExplorationPrompt_C_Appear"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_Appear, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_ExplorationPrompt_C_Appear::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_ExplorationPrompt_C_BndEvt__WBP_ExplorationPrompt_WBP_ButtonBinding_K2Node_ComponentBoundEvent_0_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation \ +static_assert(alignof(WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation) == 0x000004, "Wrong alignment on WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation) == 0x000014, "Wrong size on WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_ExplorationPrompt_C_DestroyPromptAfterAppearAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt \ +static_assert(alignof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt) == 0x000008, "Wrong alignment on WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt) == 0x000070, "Wrong size on WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, EntryPoint) == 0x000000, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x000019, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue_2) == 0x000030, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, K2Node_ComponentBoundEvent_PromptWidget) == 0x000038, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue_3) == 0x000040, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue_4) == 0x000048, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_PlayAnimation_ReturnValue_5) == 0x000058, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000060, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000064, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000065, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000068, "Member 'WBP_ExplorationPrompt_C_ExecuteUbergraph_WBP_ExplorationPrompt::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_PreConstruct \ +static_assert(alignof(WBP_ExplorationPrompt_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ExplorationPrompt_C_PreConstruct"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_PreConstruct) == 0x000001, "Wrong size on WBP_ExplorationPrompt_C_PreConstruct"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ExplorationPrompt_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ExplorationPrompt_C_SetPromptParams \ +static_assert(alignof(WBP_ExplorationPrompt_C_SetPromptParams) == 0x000008, "Wrong alignment on WBP_ExplorationPrompt_C_SetPromptParams"); \ +static_assert(sizeof(WBP_ExplorationPrompt_C_SetPromptParams) == 0x000018, "Wrong size on WBP_ExplorationPrompt_C_SetPromptParams"); \ +static_assert(offsetof(WBP_ExplorationPrompt_C_SetPromptParams, PromptParams) == 0x000000, "Member 'WBP_ExplorationPrompt_C_SetPromptParams::PromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ExplorationPrompt_C \ +static_assert(alignof(UWBP_ExplorationPrompt_C) == 0x000008, "Wrong alignment on UWBP_ExplorationPrompt_C"); \ +static_assert(sizeof(UWBP_ExplorationPrompt_C) == 0x0004E0, "Wrong size on UWBP_ExplorationPrompt_C"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, UberGraphFrame) == 0x000430, "Member 'UWBP_ExplorationPrompt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_Triggered_Retriggerable) == 0x000438, "Member 'UWBP_ExplorationPrompt_C::Anim_Triggered_Retriggerable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_AppearPoint) == 0x000440, "Member 'UWBP_ExplorationPrompt_C::Anim_AppearPoint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_HalfWay) == 0x000448, "Member 'UWBP_ExplorationPrompt_C::Anim_HalfWay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_Transition) == 0x000450, "Member 'UWBP_ExplorationPrompt_C::Anim_Transition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_AppearPrompt) == 0x000458, "Member 'UWBP_ExplorationPrompt_C::Anim_AppearPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Anim_Triggered) == 0x000460, "Member 'UWBP_ExplorationPrompt_C::Anim_Triggered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Image_HalfCircleLeft) == 0x000468, "Member 'UWBP_ExplorationPrompt_C::Image_HalfCircleLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Image_HalfCircleRight) == 0x000470, "Member 'UWBP_ExplorationPrompt_C::Image_HalfCircleRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Image_paint) == 0x000478, "Member 'UWBP_ExplorationPrompt_C::Image_paint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Image_TriangleLeft) == 0x000480, "Member 'UWBP_ExplorationPrompt_C::Image_TriangleLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Image_TriangleRight) == 0x000488, "Member 'UWBP_ExplorationPrompt_C::Image_TriangleRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Prompt_Text) == 0x000490, "Member 'UWBP_ExplorationPrompt_C::Prompt_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, WBP_ButtonBinding) == 0x000498, "Member 'UWBP_ExplorationPrompt_C::WBP_ButtonBinding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, ActionText) == 0x0004A0, "Member 'UWBP_ExplorationPrompt_C::ActionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Game_Action) == 0x0004B0, "Member 'UWBP_ExplorationPrompt_C::Game_Action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, IsFarAway) == 0x0004B1, "Member 'UWBP_ExplorationPrompt_C::IsFarAway' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, OnDisappeared) == 0x0004B8, "Member 'UWBP_ExplorationPrompt_C::OnDisappeared' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, OnInteracted) == 0x0004C8, "Member 'UWBP_ExplorationPrompt_C::OnInteracted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ExplorationPrompt_C, Is2DPrompt) == 0x0004D8, "Member 'UWBP_ExplorationPrompt_C::Is2DPrompt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective \ +static_assert(alignof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective) == 0x000008, "Wrong alignment on WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective"); \ +static_assert(sizeof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective) == 0x0001F0, "Wrong size on WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, EntryPoint) == 0x000000, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_FindCurrentLevelData_Found) == 0x000004, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_FindCurrentLevelData_LevelData) == 0x000008, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_FindCurrentLevelData_RowName) == 0x0001B8, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, Temp_bool_Variable) == 0x0001C0, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, Temp_byte_Variable) == 0x0001C1, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, Temp_byte_Variable_1) == 0x0001C2, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_GetMainQuestObjectiveText_Text) == 0x0001C8, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_GetMainQuestObjectiveText_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_MakeLiteralText_ReturnValue) == 0x0001D8, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue) == 0x0001E8, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective, K2Node_Select_Default) == 0x0001E9, "Member 'WBP_OverlayQuestObjective_C_ExecuteUbergraph_WBP_OverlayQuestObjective::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_OverlayQuestObjective_C \ +static_assert(alignof(UWBP_OverlayQuestObjective_C) == 0x000008, "Wrong alignment on UWBP_OverlayQuestObjective_C"); \ +static_assert(sizeof(UWBP_OverlayQuestObjective_C) == 0x000330, "Wrong size on UWBP_OverlayQuestObjective_C"); \ +static_assert(offsetof(UWBP_OverlayQuestObjective_C, UberGraphFrame) == 0x000308, "Member 'UWBP_OverlayQuestObjective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayQuestObjective_C, LevelName) == 0x000310, "Member 'UWBP_OverlayQuestObjective_C::LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayQuestObjective_C, LevelNameLine) == 0x000318, "Member 'UWBP_OverlayQuestObjective_C::LevelNameLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayQuestObjective_C, ObjectiveBox) == 0x000320, "Member 'UWBP_OverlayQuestObjective_C::ObjectiveBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_OverlayQuestObjective_C, ObjectiveText) == 0x000328, "Member 'UWBP_OverlayQuestObjective_C::ObjectiveText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers \ +static_assert(alignof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers) == 0x000008, "Wrong alignment on BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers"); \ +static_assert(sizeof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers) == 0x0001B8, "Wrong size on BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, __WorldContext) == 0x000000, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, LevelIdentifiers) == 0x000008, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::LevelIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, local_LevelIdentifiers) == 0x000018, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::local_LevelIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_HasPersistentFlag_Result) == 0x000028, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_HasPersistentFlag_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetQuestSystem_QuestSystem) == 0x000030, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_HasPersistentFlag_Result_1) == 0x000038, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_HasPersistentFlag_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetQuestSystem_QuestSystem_1) == 0x000040, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_HasPersistentFlag_Result_2) == 0x000048, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_HasPersistentFlag_Result_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_HasPersistentFlag_Result_3) == 0x000049, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_HasPersistentFlag_Result_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_HasPersistentFlag_Result_4) == 0x00004A, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_HasPersistentFlag_Result_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetQuestSystem_QuestSystem_2) == 0x000050, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetQuestSystem_QuestSystem_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_CreateQuestIdentifier_ReturnValue) == 0x000064, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_CreateQuestIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, Temp_wildcard_Variable) == 0x00006C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x00007C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetObjectiveStatus_Status) == 0x00008C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetDataTableRowFromName_OutRow) == 0x000090, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000B8, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, Temp_struct_Variable) == 0x0000BC, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, Temp_struct_Variable_1) == 0x0000C4, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000CC, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0000CD, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x0000D0, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0000E0, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetObjectiveStatus_Status_1) == 0x000108, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetObjectiveStatus_Status_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000109, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_BooleanAND_ReturnValue_1) == 0x00010A, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2) == 0x00010C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetObjectiveStatus_Status_2) == 0x00011C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetObjectiveStatus_Status_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetDataTableRowFromName_OutRow_2) == 0x000120, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetDataTableRowFromName_OutRow_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000148, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_BooleanAND_ReturnValue_2) == 0x000149, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000150, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetQuestStatus_Status) == 0x000160, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetQuestStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Array_Get_Item) == 0x000164, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00016C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetDataTableRowFromName_OutRow_3) == 0x000170, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetDataTableRowFromName_OutRow_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Not_PreBool_ReturnValue) == 0x000198, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Equal_FQuestObjectiveIdentifier_ReturnValue) == 0x000199, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Equal_FQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Array_Length_ReturnValue) == 0x00019C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective) == 0x0001A4, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers, CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid) == 0x0001B4, "Member 'BP_FL_MainQuestHelper_C_GetCurrentQuestLevelIdentifiers::CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_MainQuestHelper_C_IsInActOrHigher \ +static_assert(alignof(BP_FL_MainQuestHelper_C_IsInActOrHigher) == 0x000008, "Wrong alignment on BP_FL_MainQuestHelper_C_IsInActOrHigher"); \ +static_assert(sizeof(BP_FL_MainQuestHelper_C_IsInActOrHigher) == 0x000020, "Wrong size on BP_FL_MainQuestHelper_C_IsInActOrHigher"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, ActToCheck) == 0x000000, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::ActToCheck' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, __WorldContext) == 0x000008, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, ReturnValue) == 0x000010, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CurrentAct) == 0x000011, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CurrentAct' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, K2Node_SwitchEnum_CmpSuccess) == 0x000012, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000013, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000014, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000015, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000017, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_GetCurrentMainPathStatus_CurrentAct) == 0x000018, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_GetCurrentMainPathStatus_CurrentAct' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_IsInActOrHigher, CallFunc_GetCurrentMainPathStatus_CurrentStep) == 0x000019, "Member 'BP_FL_MainQuestHelper_C_IsInActOrHigher::CallFunc_GetCurrentMainPathStatus_CurrentStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus \ +static_assert(alignof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus) == 0x000008, "Wrong alignment on BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus"); \ +static_assert(sizeof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus) == 0x000078, "Wrong size on BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, Status) == 0x000000, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, __WorldContext) == 0x000008, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, QuestObjective) == 0x000010, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, IsValid) == 0x000020, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, local_LastCompletedObjective) == 0x000024, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::local_LastCompletedObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, Temp_bool_True_if_break_was_hit_Variable) == 0x000040, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_CreateQuestIdentifier_ReturnValue) == 0x000044, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_CreateQuestIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_NotEqual_NameName_ReturnValue) == 0x00004C, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_GetObjectiveList_ObjectiveIdentifiers) == 0x000050, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_GetObjectiveList_ObjectiveIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_Array_Get_Item) == 0x000064, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_BooleanAND_ReturnValue) == 0x000075, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_GetObjectiveStatus_Status) == 0x000076, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000077, "Member 'BP_FL_MainQuestHelper_C_GetLastMainQuestObjectiveWithStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus \ +static_assert(alignof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus) == 0x000008, "Wrong alignment on BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus"); \ +static_assert(sizeof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus) == 0x0000A0, "Wrong size on BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, __WorldContext) == 0x000000, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CurrentAct) == 0x000008, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CurrentAct' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CurrentStep) == 0x000009, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, local_LastCompletedObjective) == 0x00000C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::local_LastCompletedObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_CreateQuestIdentifier_ReturnValue) == 0x000028, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_CreateQuestIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_GetQuestStatus_Status) == 0x000030, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_GetQuestStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_Equal_FQuestObjectiveIdentifier_ReturnValue) == 0x000085, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_Equal_FQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective) == 0x000088, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus, CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid) == 0x000098, "Member 'BP_FL_MainQuestHelper_C_GetCurrentMainPathStatus::CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText \ +static_assert(alignof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText) == 0x000008, "Wrong alignment on BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText"); \ +static_assert(sizeof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText) == 0x000050, "Wrong size on BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, __WorldContext) == 0x000000, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, Text) == 0x000008, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective) == 0x000018, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::CallFunc_GetLastMainQuestObjectiveWithStatus_QuestObjective' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid) == 0x000028, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::CallFunc_GetLastMainQuestObjectiveWithStatus_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, CallFunc_GetObjectiveDataTable_ReturnValue) == 0x000030, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::CallFunc_GetObjectiveDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000048, "Member 'BP_FL_MainQuestHelper_C_GetMainQuestObjectiveText::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_MainQuestHelper_C \ +static_assert(alignof(UBP_FL_MainQuestHelper_C) == 0x000008, "Wrong alignment on UBP_FL_MainQuestHelper_C"); \ +static_assert(sizeof(UBP_FL_MainQuestHelper_C) == 0x000028, "Wrong size on UBP_FL_MainQuestHelper_C"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption \ +static_assert(alignof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption) == 0x000008, "Wrong alignment on WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption"); \ +static_assert(sizeof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption) == 0x000020, "Wrong size on WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, EntryPoint) == 0x000000, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, Temp_bool_Variable) == 0x000004, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, Temp_real_Variable) == 0x000008, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, Temp_real_Variable_1) == 0x00000C, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, K2Node_Event_FocusEventBP) == 0x000010, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x000019, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x00001A, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption, K2Node_Select_Default) == 0x00001C, "Member 'WBP_Dialogue_ChoiceOption_C_ExecuteUbergraph_WBP_Dialogue_ChoiceOption::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_ChoiceOption_C_GetTiedObject \ +static_assert(alignof(WBP_Dialogue_ChoiceOption_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_Dialogue_ChoiceOption_C_GetTiedObject"); \ +static_assert(sizeof(WBP_Dialogue_ChoiceOption_C_GetTiedObject) == 0x000008, "Wrong size on WBP_Dialogue_ChoiceOption_C_GetTiedObject"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_Dialogue_ChoiceOption_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus \ +static_assert(alignof(WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_Dialogue_ChoiceOption_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_ChoiceOption_C_PreConstruct \ +static_assert(alignof(WBP_Dialogue_ChoiceOption_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Dialogue_ChoiceOption_C_PreConstruct"); \ +static_assert(sizeof(WBP_Dialogue_ChoiceOption_C_PreConstruct) == 0x000001, "Wrong size on WBP_Dialogue_ChoiceOption_C_PreConstruct"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Dialogue_ChoiceOption_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Dialogue_ChoiceOption_C_SetOptionTextColor \ +static_assert(alignof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor) == 0x000004, "Wrong alignment on WBP_Dialogue_ChoiceOption_C_SetOptionTextColor"); \ +static_assert(sizeof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor) == 0x000040, "Wrong size on WBP_Dialogue_ChoiceOption_C_SetOptionTextColor"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor, bIsEnabled_0) == 0x000000, "Member 'WBP_Dialogue_ChoiceOption_C_SetOptionTextColor::bIsEnabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor, Temp_bool_Variable) == 0x000001, "Member 'WBP_Dialogue_ChoiceOption_C_SetOptionTextColor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor, K2Node_MakeStruct_SlateColor) == 0x000004, "Member 'WBP_Dialogue_ChoiceOption_C_SetOptionTextColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor, K2Node_MakeStruct_SlateColor_1) == 0x000018, "Member 'WBP_Dialogue_ChoiceOption_C_SetOptionTextColor::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Dialogue_ChoiceOption_C_SetOptionTextColor, K2Node_Select_Default) == 0x00002C, "Member 'WBP_Dialogue_ChoiceOption_C_SetOptionTextColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Dialogue_ChoiceOption_C \ +static_assert(alignof(UWBP_Dialogue_ChoiceOption_C) == 0x000010, "Wrong alignment on UWBP_Dialogue_ChoiceOption_C"); \ +static_assert(sizeof(UWBP_Dialogue_ChoiceOption_C) == 0x001610, "Wrong size on UWBP_Dialogue_ChoiceOption_C"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, UberGraphFrame) == 0x0015A0, "Member 'UWBP_Dialogue_ChoiceOption_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, Image_dotList) == 0x0015A8, "Member 'UWBP_Dialogue_ChoiceOption_C::Image_dotList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, WBP_BackgroundDialog) == 0x0015B0, "Member 'UWBP_Dialogue_ChoiceOption_C::WBP_BackgroundDialog' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, WBP_SF_RichTextBlock_OptionText) == 0x0015B8, "Member 'UWBP_Dialogue_ChoiceOption_C::WBP_SF_RichTextBlock_OptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, ChoiceText) == 0x0015C0, "Member 'UWBP_Dialogue_ChoiceOption_C::ChoiceText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, OnChoiceClicked) == 0x0015D0, "Member 'UWBP_Dialogue_ChoiceOption_C::OnChoiceClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, IsRegistered) == 0x0015E0, "Member 'UWBP_Dialogue_ChoiceOption_C::IsRegistered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, OnChoiceHovered) == 0x0015E8, "Member 'UWBP_Dialogue_ChoiceOption_C::OnChoiceHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Dialogue_ChoiceOption_C, SDNavigate) == 0x0015F8, "Member 'UWBP_Dialogue_ChoiceOption_C::SDNavigate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_DialogueContainer_C_BndEvt__WBP_DialogueContainer_WBP_GM_PromptGeneric_Confirm_K2Node_ComponentBoundEvent_2_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_DisableChoices \ +static_assert(alignof(WBP_DialogueContainer_C_DisableChoices) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_DisableChoices"); \ +static_assert(sizeof(WBP_DialogueContainer_C_DisableChoices) == 0x000020, "Wrong size on WBP_DialogueContainer_C_DisableChoices"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_DialogueContainer_C_DisableChoices::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_DialogueContainer_C_DisableChoices::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_DialogueContainer_C_DisableChoices::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_DialogueContainer_C_DisableChoices::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_DialogueContainer_C_DisableChoices::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DisableChoices, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_DialogueContainer_C_DisableChoices::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary \ +static_assert(alignof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary"); \ +static_assert(sizeof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary) == 0x000038, "Wrong size on WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, Navigation_0) == 0x000000, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, ReturnValue) == 0x000008, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, CallFunc_GetChildrenCount_ReturnValue) == 0x000020, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary, CallFunc_GetChildAt_ReturnValue_1) == 0x000030, "Member 'WBP_DialogueContainer_C_DoCustomNavigationScrollBoxBoundary::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer \ +static_assert(alignof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer"); \ +static_assert(sizeof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer) == 0x000228, "Wrong size on WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, EntryPoint) == 0x000000, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_object_Variable) == 0x000038, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000040, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_real_Variable) == 0x000048, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_real_Variable_1) == 0x000050, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_real_Variable_0) == 0x000058, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_bool_Variable) == 0x000068, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CreateDelegate_OutputDelegate) == 0x00006C, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_bool_Variable_1) == 0x00007C, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_object_Variable_1) == 0x000080, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_int_Array_Index_Variable) == 0x000088, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_DialogueLine) == 0x000090, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_CharacterName) == 0x0000A0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_CharacterName' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_Choices) == 0x0000B8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_Choices' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000C8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, Temp_int_Loop_Counter_Variable) == 0x0000E4, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_ChoiceOptionWidget_1) == 0x0000E8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_ChoiceOptionWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Add_IntInt_ReturnValue) == 0x0000F4, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_ChoiceOptionWidget) == 0x0000F8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_ChoiceOptionWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_PlayAnimation_ReturnValue_2) == 0x000100, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_IsValid_ReturnValue) == 0x000108, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x00010C, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_ComponentBoundEvent_PromptWidget) == 0x000120, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetPlayerController_ReturnValue) == 0x000128, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CreateDelegate_OutputDelegate_2) == 0x000130, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Create_ReturnValue) == 0x000140, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_Event_Animation) == 0x000148, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000160, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000168, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_bNewInputType) == 0x000170, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000178, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000180, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetPlayerController_ReturnValue_1) == 0x000188, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetPlayerController_ReturnValue_2) == 0x000190, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000198, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1) == 0x0001A8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_AsBP_J_RPG_Controller_World_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_bSuccess_1) == 0x0001B0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x0001B1, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_BooleanAND_ReturnValue) == 0x0001B2, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_AddChild_ReturnValue) == 0x0001B8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_AsScroll_Box_Slot) == 0x0001C0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_AsScroll_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_DynamicCast_bSuccess_2) == 0x0001C8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_MakeStruct_Margin) == 0x0001CC, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0001DC, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0001E0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue) == 0x0001E8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_Not_PreBool_ReturnValue) == 0x0001E9, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CustomEvent_ActionBarContainerWidget) == 0x0001F0, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CustomEvent_ActionBarContainerWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_FindParentWidgetOfType_ReturnValue) == 0x0001F8, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_FindParentWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_CreateDelegate_OutputDelegate_3) == 0x000200, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_IsValid_ReturnValue_1) == 0x000210, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, K2Node_Select_Default) == 0x000218, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_GetIsEnabled_ReturnValue) == 0x000220, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer, CallFunc_IsValid_ReturnValue_2) == 0x000221, "Member 'WBP_DialogueContainer_C_ExecuteUbergraph_WBP_DialogueContainer::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_DialogueContainer_C_InpActEvt_IA_UI_Dialogue_AutoSkip_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_MakeChoice \ +static_assert(alignof(WBP_DialogueContainer_C_MakeChoice) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_MakeChoice"); \ +static_assert(sizeof(WBP_DialogueContainer_C_MakeChoice) == 0x000018, "Wrong size on WBP_DialogueContainer_C_MakeChoice"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, ChoiceOption) == 0x000000, "Member 'WBP_DialogueContainer_C_MakeChoice::ChoiceOption' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_DialogueContainer_C_MakeChoice::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'WBP_DialogueContainer_C_MakeChoice::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, CallFunc_Array_IsEmpty_ReturnValue) == 0x000010, "Member 'WBP_DialogueContainer_C_MakeChoice::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_DialogueContainer_C_MakeChoice::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_MakeChoice, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000012, "Member 'WBP_DialogueContainer_C_MakeChoice::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_OnAnimationFinished \ +static_assert(alignof(WBP_DialogueContainer_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_DialogueContainer_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_DialogueContainer_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_DialogueContainer_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_DialogueContainer_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_OnChoiceClicked \ +static_assert(alignof(WBP_DialogueContainer_C_OnChoiceClicked) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_OnChoiceClicked"); \ +static_assert(sizeof(WBP_DialogueContainer_C_OnChoiceClicked) == 0x000008, "Wrong size on WBP_DialogueContainer_C_OnChoiceClicked"); \ +static_assert(offsetof(WBP_DialogueContainer_C_OnChoiceClicked, ChoiceOptionWidget) == 0x000000, "Member 'WBP_DialogueContainer_C_OnChoiceClicked::ChoiceOptionWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_OnDialogueChoiceHovered \ +static_assert(alignof(WBP_DialogueContainer_C_OnDialogueChoiceHovered) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_OnDialogueChoiceHovered"); \ +static_assert(sizeof(WBP_DialogueContainer_C_OnDialogueChoiceHovered) == 0x000008, "Wrong size on WBP_DialogueContainer_C_OnDialogueChoiceHovered"); \ +static_assert(offsetof(WBP_DialogueContainer_C_OnDialogueChoiceHovered, ChoiceOptionWidget) == 0x000000, "Member 'WBP_DialogueContainer_C_OnDialogueChoiceHovered::ChoiceOptionWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_OnInputMethodChanged \ +static_assert(alignof(WBP_DialogueContainer_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_DialogueContainer_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_DialogueContainer_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_DialogueContainer_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_DialogueContainer_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_DialogueContainer_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_RebuildActionBarButtons \ +static_assert(alignof(WBP_DialogueContainer_C_RebuildActionBarButtons) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_RebuildActionBarButtons"); \ +static_assert(sizeof(WBP_DialogueContainer_C_RebuildActionBarButtons) == 0x000008, "Wrong size on WBP_DialogueContainer_C_RebuildActionBarButtons"); \ +static_assert(offsetof(WBP_DialogueContainer_C_RebuildActionBarButtons, ActionBarContainerWidget) == 0x000000, "Member 'WBP_DialogueContainer_C_RebuildActionBarButtons::ActionBarContainerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_SetChoices \ +static_assert(alignof(WBP_DialogueContainer_C_SetChoices) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_SetChoices"); \ +static_assert(sizeof(WBP_DialogueContainer_C_SetChoices) == 0x000010, "Wrong size on WBP_DialogueContainer_C_SetChoices"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetChoices, Choices) == 0x000000, "Member 'WBP_DialogueContainer_C_SetChoices::Choices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_SetLeaveButtonEnabled \ +static_assert(alignof(WBP_DialogueContainer_C_SetLeaveButtonEnabled) == 0x000001, "Wrong alignment on WBP_DialogueContainer_C_SetLeaveButtonEnabled"); \ +static_assert(sizeof(WBP_DialogueContainer_C_SetLeaveButtonEnabled) == 0x000005, "Wrong size on WBP_DialogueContainer_C_SetLeaveButtonEnabled"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetLeaveButtonEnabled, Visible) == 0x000000, "Member 'WBP_DialogueContainer_C_SetLeaveButtonEnabled::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetLeaveButtonEnabled, Temp_bool_Variable) == 0x000001, "Member 'WBP_DialogueContainer_C_SetLeaveButtonEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetLeaveButtonEnabled, Temp_byte_Variable) == 0x000002, "Member 'WBP_DialogueContainer_C_SetLeaveButtonEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetLeaveButtonEnabled, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_DialogueContainer_C_SetLeaveButtonEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_SetLeaveButtonEnabled, K2Node_Select_Default) == 0x000004, "Member 'WBP_DialogueContainer_C_SetLeaveButtonEnabled::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_ShowDialogueLine \ +static_assert(alignof(WBP_DialogueContainer_C_ShowDialogueLine) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_ShowDialogueLine"); \ +static_assert(sizeof(WBP_DialogueContainer_C_ShowDialogueLine) == 0x000020, "Wrong size on WBP_DialogueContainer_C_ShowDialogueLine"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ShowDialogueLine, DialogueLine) == 0x000000, "Member 'WBP_DialogueContainer_C_ShowDialogueLine::DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_ShowDialogueLine, CharacterName) == 0x000010, "Member 'WBP_DialogueContainer_C_ShowDialogueLine::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_UpdateAutoSkipButtonText \ +static_assert(alignof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_UpdateAutoSkipButtonText"); \ +static_assert(sizeof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText) == 0x000060, "Wrong size on WBP_DialogueContainer_C_UpdateAutoSkipButtonText"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, Temp_bool_Variable) == 0x000000, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, Temp_object_Variable) == 0x000010, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue) == 0x000018, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_GetEnableAutoSkipLinesDuringDialogues_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_SelectText_ReturnValue) == 0x000020, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_SelectText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_FindParentWidgetOfType_ReturnValue) == 0x000030, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_FindParentWidgetOfType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, K2Node_Select_Default) == 0x000040, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_FindActionButtonFromButton_CommonButtonBase) == 0x000050, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_FindActionButtonFromButton_CommonButtonBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_UpdateAutoSkipButtonText, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'WBP_DialogueContainer_C_UpdateAutoSkipButtonText::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogueContainer_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_DialogueContainer_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_DialogueContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_DialogueContainer_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_DialogueContainer_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_DialogueContainer_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_DialogueContainer_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_BP_GetDesiredFocusTarget, CallFunc_Array_Get_Item) == 0x000008, "Member 'WBP_DialogueContainer_C_BP_GetDesiredFocusTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogueContainer_C_BP_GetDesiredFocusTarget, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000010, "Member 'WBP_DialogueContainer_C_BP_GetDesiredFocusTarget::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DialogueContainer_C \ +static_assert(alignof(UWBP_DialogueContainer_C) == 0x000008, "Wrong alignment on UWBP_DialogueContainer_C"); \ +static_assert(sizeof(UWBP_DialogueContainer_C) == 0x0004E0, "Wrong size on UWBP_DialogueContainer_C"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, UberGraphFrame) == 0x000430, "Member 'UWBP_DialogueContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Anim_ResponseAppear) == 0x000438, "Member 'UWBP_DialogueContainer_C::Anim_ResponseAppear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Anim_Appear) == 0x000440, "Member 'UWBP_DialogueContainer_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Canvas_DialogueLines) == 0x000448, "Member 'UWBP_DialogueContainer_C::Canvas_DialogueLines' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Image_Background) == 0x000450, "Member 'UWBP_DialogueContainer_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Image_LineBotLeft) == 0x000458, "Member 'UWBP_DialogueContainer_C::Image_LineBotLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Image_LineTopLeft) == 0x000460, "Member 'UWBP_DialogueContainer_C::Image_LineTopLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, RetainerBox_0) == 0x000468, "Member 'UWBP_DialogueContainer_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, ScrollBox_Responses) == 0x000470, "Member 'UWBP_DialogueContainer_C::ScrollBox_Responses' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, SF_RichText_DialogueLine) == 0x000478, "Member 'UWBP_DialogueContainer_C::SF_RichText_DialogueLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, SF_RichText_Name) == 0x000480, "Member 'UWBP_DialogueContainer_C::SF_RichText_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, WBP_CommonBoundActionButton_Auto) == 0x000488, "Member 'UWBP_DialogueContainer_C::WBP_CommonBoundActionButton_Auto' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, WBP_GM_PromptGeneric_Confirm) == 0x000490, "Member 'UWBP_DialogueContainer_C::WBP_GM_PromptGeneric_Confirm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, WBP_GM_PromptGeneric_Leave) == 0x000498, "Member 'UWBP_DialogueContainer_C::WBP_GM_PromptGeneric_Leave' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, CurrentChoiceWidgets) == 0x0004A0, "Member 'UWBP_DialogueContainer_C::CurrentChoiceWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, OnChoiceMade) == 0x0004B0, "Member 'UWBP_DialogueContainer_C::OnChoiceMade' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, Focused_Option_Widget) == 0x0004C0, "Member 'UWBP_DialogueContainer_C::Focused_Option_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, IsLeaveButtonEnabled) == 0x0004C8, "Member 'UWBP_DialogueContainer_C::IsLeaveButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogueContainer_C, OnAutoSkipChanged) == 0x0004D0, "Member 'UWBP_DialogueContainer_C::OnAutoSkipChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_ConvertLocationToMapLocation \ +static_assert(alignof(BP_MiniMapCapture_C_ConvertLocationToMapLocation) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_ConvertLocationToMapLocation"); \ +static_assert(sizeof(BP_MiniMapCapture_C_ConvertLocationToMapLocation) == 0x000088, "Wrong size on BP_MiniMapCapture_C_ConvertLocationToMapLocation"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, Location) == 0x000000, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, TwoDPosition) == 0x000018, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::TwoDPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_X) == 0x000028, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_X_1) == 0x000040, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_Y_1) == 0x000048, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_BreakVector_Z_1) == 0x000050, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_Abs_ReturnValue) == 0x000068, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_Abs_ReturnValue_1) == 0x000070, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ConvertLocationToMapLocation, CallFunc_MakeVector2D_ReturnValue) == 0x000078, "Member 'BP_MiniMapCapture_C_ConvertLocationToMapLocation::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture \ +static_assert(alignof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture"); \ +static_assert(sizeof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture) == 0x000058, "Wrong size on BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, EntryPoint) == 0x000000, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_ConvertLocationToMapLocation_2DPosition) == 0x000030, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_ConvertLocationToMapLocation_2DPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_TryReadSectionGrayscaleValue_Succeed) == 0x000048, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_TryReadSectionGrayscaleValue_Succeed' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_TryReadSectionGrayscaleValue_GreyScaleValue) == 0x000049, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_TryReadSectionGrayscaleValue_GreyScaleValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_IsValid_ReturnValue_1) == 0x00004A, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_AddToUnlockedMapSections_AddedIndex) == 0x00004C, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_AddToUnlockedMapSections_AddedIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture, CallFunc_SpawnObject_ReturnValue) == 0x000050, "Member 'BP_MiniMapCapture_C_ExecuteUbergraph_BP_MiniMapCapture::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_GetMapHeight \ +static_assert(alignof(BP_MiniMapCapture_C_GetMapHeight) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_GetMapHeight"); \ +static_assert(sizeof(BP_MiniMapCapture_C_GetMapHeight) == 0x000048, "Wrong size on BP_MiniMapCapture_C_GetMapHeight"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, ReturnValue) == 0x000000, "Member 'BP_MiniMapCapture_C_GetMapHeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_X) == 0x000008, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_X_1) == 0x000020, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_Y_1) == 0x000028, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_BreakVector_Z_1) == 0x000030, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapHeight, CallFunc_Abs_ReturnValue) == 0x000040, "Member 'BP_MiniMapCapture_C_GetMapHeight::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_GetMapWidth \ +static_assert(alignof(BP_MiniMapCapture_C_GetMapWidth) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_GetMapWidth"); \ +static_assert(sizeof(BP_MiniMapCapture_C_GetMapWidth) == 0x000048, "Wrong size on BP_MiniMapCapture_C_GetMapWidth"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, ReturnValue) == 0x000000, "Member 'BP_MiniMapCapture_C_GetMapWidth::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_X) == 0x000008, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_X_1) == 0x000020, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_Y_1) == 0x000028, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_BreakVector_Z_1) == 0x000030, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_GetMapWidth, CallFunc_Abs_ReturnValue) == 0x000040, "Member 'BP_MiniMapCapture_C_GetMapWidth::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_IsLocationInUnlockedSection \ +static_assert(alignof(BP_MiniMapCapture_C_IsLocationInUnlockedSection) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_IsLocationInUnlockedSection"); \ +static_assert(sizeof(BP_MiniMapCapture_C_IsLocationInUnlockedSection) == 0x000028, "Wrong size on BP_MiniMapCapture_C_IsLocationInUnlockedSection"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, Location) == 0x000000, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, IsInUnlockedSection) == 0x000010, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::IsInUnlockedSection' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, CallFunc_TryReadSectionGrayscaleValue_Succeed) == 0x000011, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::CallFunc_TryReadSectionGrayscaleValue_Succeed' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, CallFunc_TryReadSectionGrayscaleValue_GreyScaleValue) == 0x000012, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::CallFunc_TryReadSectionGrayscaleValue_GreyScaleValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_IsLocationInUnlockedSection, CallFunc_DoesUnlockedMapSectionsContains_IsContained) == 0x000020, "Member 'BP_MiniMapCapture_C_IsLocationInUnlockedSection::CallFunc_DoesUnlockedMapSectionsContains_IsContained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_ReceiveTick \ +static_assert(alignof(BP_MiniMapCapture_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_MiniMapCapture_C_ReceiveTick"); \ +static_assert(sizeof(BP_MiniMapCapture_C_ReceiveTick) == 0x000004, "Wrong size on BP_MiniMapCapture_C_ReceiveTick"); \ +static_assert(offsetof(BP_MiniMapCapture_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_MiniMapCapture_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_TryReadSectionGrayscaleValue \ +static_assert(alignof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_TryReadSectionGrayscaleValue"); \ +static_assert(sizeof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue) == 0x000088, "Wrong size on BP_MiniMapCapture_C_TryReadSectionGrayscaleValue"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, TwoDPosition) == 0x000000, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::TwoDPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, Succeed) == 0x000010, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::Succeed' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, GreyscaleValue) == 0x000011, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::GreyscaleValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_BreakVector2D_X) == 0x000018, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_GetTextureWidth_ReturnValue) == 0x000028, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_GetTextureWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_GetTextureHeight_ReturnValue) == 0x00002C, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_GetTextureHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000038, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_GetMapHeight_ReturnValue) == 0x000040, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_GetMapHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_GetMapWidth_ReturnValue) == 0x000048, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_GetMapWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Round_ReturnValue) == 0x000070, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_Round_ReturnValue_1) == 0x000074, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_TryReadPixel_PixelValue) == 0x000078, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_TryReadPixel_PixelValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_TryReadPixel_PixelValueNormalized) == 0x00007C, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_TryReadPixel_PixelValueNormalized' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_TryReadSectionGrayscaleValue, CallFunc_TryReadPixel_ReturnValue) == 0x000080, "Member 'BP_MiniMapCapture_C_TryReadSectionGrayscaleValue::CallFunc_TryReadPixel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MiniMapCapture_C_UserConstructionScript \ +static_assert(alignof(BP_MiniMapCapture_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_MiniMapCapture_C_UserConstructionScript"); \ +static_assert(sizeof(BP_MiniMapCapture_C_UserConstructionScript) == 0x000100, "Wrong size on BP_MiniMapCapture_C_UserConstructionScript"); \ +static_assert(offsetof(BP_MiniMapCapture_C_UserConstructionScript, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000000, "Member 'BP_MiniMapCapture_C_UserConstructionScript::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_MiniMapCapture_C_UserConstructionScript, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000F8, "Member 'BP_MiniMapCapture_C_UserConstructionScript::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MiniMapCapture_C \ +static_assert(alignof(ABP_MiniMapCapture_C) == 0x000008, "Wrong alignment on ABP_MiniMapCapture_C"); \ +static_assert(sizeof(ABP_MiniMapCapture_C) == 0x000300, "Wrong size on ABP_MiniMapCapture_C"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, UberGraphFrame) == 0x000290, "Member 'ABP_MiniMapCapture_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_MiniMapCapture_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, ReadQuery) == 0x0002A0, "Member 'ABP_MiniMapCapture_C::ReadQuery' has a wrong offset!"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, TopLeft) == 0x0002A8, "Member 'ABP_MiniMapCapture_C::TopLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, BottomRight) == 0x0002C0, "Member 'ABP_MiniMapCapture_C::BottomRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_MiniMapCapture_C, WantedTextureRef) == 0x0002D8, "Member 'ABP_MiniMapCapture_C::WantedTextureRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective \ +static_assert(alignof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective) == 0x000028, "Wrong size on WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective, LevelIdentifier) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective::LevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective, IsQuestObjective) == 0x000008, "Member 'WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective::IsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective, CallFunc_GetCurrentQuestLevelIdentifiers_LevelIdentifiers) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective::CallFunc_GetCurrentQuestLevelIdentifiers_LevelIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'WBP_LevelEntrancePOI_C_Check_Is_Quest_Objective::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_GetWidgetLocation \ +static_assert(alignof(WBP_LevelEntrancePOI_C_GetWidgetLocation) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_GetWidgetLocation"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_GetWidgetLocation) == 0x000010, "Wrong size on WBP_LevelEntrancePOI_C_GetWidgetLocation"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_GetWidgetLocation, WidgetLocation) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_GetWidgetLocation::WidgetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_IsQuestObjective \ +static_assert(alignof(WBP_LevelEntrancePOI_C_IsQuestObjective) == 0x000001, "Wrong alignment on WBP_LevelEntrancePOI_C_IsQuestObjective"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_IsQuestObjective) == 0x000001, "Wrong size on WBP_LevelEntrancePOI_C_IsQuestObjective"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_IsQuestObjective, bIsQuestObjective_0) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_IsQuestObjective::bIsQuestObjective_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_SetIsHovered \ +static_assert(alignof(WBP_LevelEntrancePOI_C_SetIsHovered) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_SetIsHovered"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_SetIsHovered) == 0x000018, "Wrong size on WBP_LevelEntrancePOI_C_SetIsHovered"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, InIsHovered) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::InIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_BooleanAND_ReturnValue_1) == 0x000004, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetIsHovered, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_SetIsHovered::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_SetQuestObjective \ +static_assert(alignof(WBP_LevelEntrancePOI_C_SetQuestObjective) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_SetQuestObjective"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_SetQuestObjective) == 0x000058, "Wrong size on WBP_LevelEntrancePOI_C_SetQuestObjective"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, LevelIdentifier) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::LevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_byte_Variable) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, CallFunc_Check_Is_Quest_Objective_IsQuestObjective) == 0x000011, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::CallFunc_Check_Is_Quest_Objective_IsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_bool_Variable) == 0x000013, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_struct_Variable) == 0x000014, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_struct_Variable_1) == 0x000024, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, K2Node_Select_Default) == 0x000034, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, Temp_bool_Variable_1) == 0x000044, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, K2Node_Select_Default_1) == 0x000045, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetQuestObjective, CallFunc_GetEffectMaterial_ReturnValue) == 0x000050, "Member 'WBP_LevelEntrancePOI_C_SetQuestObjective::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_SetTitleTextVisibility \ +static_assert(alignof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_SetTitleTextVisibility"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility) == 0x000050, "Wrong size on WBP_LevelEntrancePOI_C_SetTitleTextVisibility"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, LevelIdentifier) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::LevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, local_BannedIdentifiers) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::local_BannedIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, Temp_bool_Variable) == 0x000020, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, Temp_byte_Variable) == 0x000021, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_IsQuestObjective_bIsQuestObjective) == 0x000039, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_IsQuestObjective_bIsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_GetCustomGI_ReturnValue) == 0x000040, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_HasVisitedLevel_ReturnValue) == 0x000048, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_HasVisitedLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000049, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetTitleTextVisibility, K2Node_Select_Default) == 0x00004B, "Member 'WBP_LevelEntrancePOI_C_SetTitleTextVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_SetupLevelPOI \ +static_assert(alignof(WBP_LevelEntrancePOI_C_SetupLevelPOI) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_SetupLevelPOI"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_SetupLevelPOI) == 0x0001E0, "Wrong size on WBP_LevelEntrancePOI_C_SetupLevelPOI"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, InLevelIdentifier) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::InLevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, WidgetLocation) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::WidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, Temp_byte_Variable) == 0x000020, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, Temp_byte_Variable_1) == 0x000021, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, CallFunc_FindLevelDataByID_Found) == 0x000022, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::CallFunc_FindLevelDataByID_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, CallFunc_FindLevelDataByID_LevelData) == 0x000028, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::CallFunc_FindLevelDataByID_LevelData' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001D8, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, Temp_bool_Variable) == 0x0001D9, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetupLevelPOI, K2Node_Select_Default) == 0x0001DA, "Member 'WBP_LevelEntrancePOI_C_SetupLevelPOI::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LevelEntrancePOI_C_SetZoomScale \ +static_assert(alignof(WBP_LevelEntrancePOI_C_SetZoomScale) == 0x000008, "Wrong alignment on WBP_LevelEntrancePOI_C_SetZoomScale"); \ +static_assert(sizeof(WBP_LevelEntrancePOI_C_SetZoomScale) == 0x000098, "Wrong size on WBP_LevelEntrancePOI_C_SetZoomScale"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, InZoomScale) == 0x000000, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::InZoomScale' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000010, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_FClamp_ReturnValue_1) == 0x000038, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_NormalizeToRange_ReturnValue) == 0x000040, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_MakeVector2D_ReturnValue_1) == 0x000048, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_Lerp_ReturnValue) == 0x000058, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, K2Node_MakeStruct_Margin) == 0x000060, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000078, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, CallFunc_PlayAnimationForward_ReturnValue) == 0x000088, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LevelEntrancePOI_C_SetZoomScale, K2Node_MakeStruct_Bottom_ImplicitCast) == 0x000090, "Member 'WBP_LevelEntrancePOI_C_SetZoomScale::K2Node_MakeStruct_Bottom_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LevelEntrancePOI_C \ +static_assert(alignof(UWBP_LevelEntrancePOI_C) == 0x000008, "Wrong alignment on UWBP_LevelEntrancePOI_C"); \ +static_assert(sizeof(UWBP_LevelEntrancePOI_C) == 0x000390, "Wrong size on UWBP_LevelEntrancePOI_C"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, Anim_Hovered) == 0x000308, "Member 'UWBP_LevelEntrancePOI_C::Anim_Hovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, Anim_Objective) == 0x000310, "Member 'UWBP_LevelEntrancePOI_C::Anim_Objective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, Anim_ShowName) == 0x000318, "Member 'UWBP_LevelEntrancePOI_C::Anim_ShowName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, IconOverlay) == 0x000320, "Member 'UWBP_LevelEntrancePOI_C::IconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, IconRetainerBox) == 0x000328, "Member 'UWBP_LevelEntrancePOI_C::IconRetainerBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, LevelIcon) == 0x000330, "Member 'UWBP_LevelEntrancePOI_C::LevelIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, LevelTitleText) == 0x000338, "Member 'UWBP_LevelEntrancePOI_C::LevelTitleText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, ObjectiveIcon) == 0x000340, "Member 'UWBP_LevelEntrancePOI_C::ObjectiveIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, TitleTextContainer) == 0x000348, "Member 'UWBP_LevelEntrancePOI_C::TitleTextContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, InWidgetLocation) == 0x000350, "Member 'UWBP_LevelEntrancePOI_C::InWidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, ZoomThreshold) == 0x000360, "Member 'UWBP_LevelEntrancePOI_C::ZoomThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, bIsOverThreshold) == 0x000368, "Member 'UWBP_LevelEntrancePOI_C::bIsOverThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, bIsQuestObjective) == 0x000369, "Member 'UWBP_LevelEntrancePOI_C::bIsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, Is_Hovered) == 0x00036A, "Member 'UWBP_LevelEntrancePOI_C::Is_Hovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, SD_POIHovered) == 0x000370, "Member 'UWBP_LevelEntrancePOI_C::SD_POIHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LevelEntrancePOI_C, SD_POIUnhovered) == 0x000380, "Member 'UWBP_LevelEntrancePOI_C::SD_POIUnhovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_BP_OnHandleBackAction \ +static_assert(alignof(WBP_MiniMap_Main_C_BP_OnHandleBackAction) == 0x000001, "Wrong alignment on WBP_MiniMap_Main_C_BP_OnHandleBackAction"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_BP_OnHandleBackAction) == 0x000001, "Wrong size on WBP_MiniMap_Main_C_BP_OnHandleBackAction"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_BP_OnHandleBackAction, ReturnValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_BP_OnHandleBackAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation \ +static_assert(alignof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation) == 0x000078, "Wrong size on WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, InMapLocation) == 0x000000, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::InMapLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, OutWidgetLocation) == 0x000010, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::OutWidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_BreakVector2D_X) == 0x000020, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_GetMapHeight_ReturnValue) == 0x000038, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_GetMapHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_GetMapWidth_ReturnValue) == 0x000048, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_GetMapWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation, CallFunc_MakeVector2D_ReturnValue) == 0x000068, "Member 'WBP_MiniMap_Main_C_ConvertMapLocationToWidgetLocation::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_DrawUnlockedSections \ +static_assert(alignof(WBP_MiniMap_Main_C_DrawUnlockedSections) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_DrawUnlockedSections"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_DrawUnlockedSections) == 0x000058, "Wrong size on WBP_MiniMap_Main_C_DrawUnlockedSections"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, UnlockedSections) == 0x000000, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::UnlockedSections' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_BeginDrawCanvasToRenderTarget_Canvas) == 0x000030, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_BeginDrawCanvasToRenderTarget_Canvas' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_BeginDrawCanvasToRenderTarget_Size) == 0x000038, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_BeginDrawCanvasToRenderTarget_Size' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_BeginDrawCanvasToRenderTarget_Context) == 0x000048, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_BeginDrawCanvasToRenderTarget_Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_DrawUnlockedSections, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000050, "Member 'WBP_MiniMap_Main_C_DrawUnlockedSections::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main \ +static_assert(alignof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main) == 0x000010, "Wrong alignment on WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main) == 0x0004A0, "Wrong size on WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, EntryPoint) == 0x000000, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000008, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000028, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x00002C, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction_3) == 0x000030, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000040, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000048, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000068, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x00006C, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000070, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable) == 0x000078, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000080, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable) == 0x000088, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_1) == 0x000090, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_0) == 0x000098, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_1_0) == 0x0000A0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_1_1) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_1_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_1) == 0x0000B0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_2) == 0x0000B8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x0000C0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x0000C4, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_CustomEvent_Loaded_1) == 0x0000D0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_1) == 0x0000D8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_DynamicCast_AsMaterial_Instance) == 0x0000E0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000F0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000110, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000114, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000118, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_2) == 0x000120, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000128, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_3) == 0x000130, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_4) == 0x000138, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_3_0) == 0x000140, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_4_0) == 0x000148, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_bool_Variable) == 0x000150, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000158, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000178, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00017C, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000180, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000188, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_3) == 0x000190, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_5) == 0x000198, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_5_0) == 0x0001A0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_6) == 0x0001A8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_bool_Variable_1) == 0x0001B0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_6_0) == 0x0001B8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_6_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_bool_Variable_2) == 0x0001C0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_4) == 0x0001C8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_5) == 0x0001D0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_bool_Variable_3) == 0x0001D8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_name_Variable) == 0x0001DC, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_Select_Default) == 0x0001E8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_SpawnSound2D_ReturnValue) == 0x0001F0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_name_Variable_1) == 0x0001F8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_CustomEvent_Loaded) == 0x000200, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_IsValid_ReturnValue_1) == 0x000208, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_6) == 0x000210, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_DynamicCast_AsMaterial_Instance_1) == 0x000218, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_DynamicCast_AsMaterial_Instance_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_DynamicCast_bSuccess_1) == 0x000220, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000228, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000230, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000250, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x000254, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction_5) == 0x000258, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_int_Loop_Counter_Variable) == 0x000260, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue) == 0x000268, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Add_IntInt_ReturnValue) == 0x000278, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_Event_IsDesignTime) == 0x00027C, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000280, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_GetActorOfClass_ReturnValue) == 0x000288, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_GetCustomGI_ReturnValue) == 0x000290, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_GetUnlockedMapSectionsNormalized_NormalizedUnlockedMapSections) == 0x000298, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_GetUnlockedMapSectionsNormalized_NormalizedUnlockedMapSections' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_MakeStruct_SlateBrush) == 0x0002B0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_CreateDelegate_OutputDelegate) == 0x000380, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Map_Values_Values) == 0x000390, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_int_Array_Index_Variable) == 0x0003A0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Array_Length_ReturnValue) == 0x0003A4, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Array_Get_Item) == 0x0003A8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Less_IntInt_ReturnValue) == 0x0003B0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_GetWidgetLocation_WidgetLocation) == 0x0003B8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_GetWidgetLocation_WidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_IsQuestObjective_bIsQuestObjective) == 0x0003C8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_IsQuestObjective_bIsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x0003D0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x0003F0, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x0003F4, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_EnhancedInputActionEvent_SourceAction_4) == 0x0003F8, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_EnhancedInputActionEvent_SourceAction_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_struct_Variable) == 0x000400, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_2) == 0x000410, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_1_2) == 0x000418, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_1_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000420, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_Select_Default_1) == 0x000428, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_SetTriggerParameter_self_CastInput) == 0x000430, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_IsValid_ReturnValue_2) == 0x000440, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_IsValid_ReturnValue_3) == 0x000441, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_CreateDelegate_OutputDelegate_1) == 0x000444, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000454, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000455, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_7) == 0x000458, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, CallFunc_BooleanOR_ReturnValue) == 0x000460, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_7_0) == 0x000468, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_7_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_8) == 0x000470, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_real_Variable_8_0) == 0x000478, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_real_Variable_8_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, Temp_object_Variable_7) == 0x000480, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_VariableSet_MiniMapWidth_ImplicitCast) == 0x000488, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_VariableSet_MiniMapWidth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main, K2Node_VariableSet_MiniMapHeight_ImplicitCast) == 0x000490, "Member 'WBP_MiniMap_Main_C_ExecuteUbergraph_WBP_MiniMap_Main::K2Node_VariableSet_MiniMapHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_GenerateLevelPOI \ +static_assert(alignof(WBP_MiniMap_Main_C_GenerateLevelPOI) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_GenerateLevelPOI"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_GenerateLevelPOI) == 0x0000B0, "Wrong size on WBP_MiniMap_Main_C_GenerateLevelPOI"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, InLevelIdentifier) == 0x000000, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::InLevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, InMapLocation) == 0x000010, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::InMapLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_GetCurrentQuestLevelIdentifiers_LevelIdentifiers) == 0x000028, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_GetCurrentQuestLevelIdentifiers_LevelIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000038, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Map_Remove_ReturnValue) == 0x000039, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Array_Contains_ReturnValue) == 0x00003A, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Map_Find_Value) == 0x000040, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Map_Contains_ReturnValue) == 0x000049, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_IsValid_ReturnValue) == 0x00004B, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_ConvertLocationToMapLocation_2DPosition) == 0x000050, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_ConvertLocationToMapLocation_2DPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_ConvertMapLocationToWidgetLocation_OutWidgetLocation) == 0x000068, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_ConvertMapLocationToWidgetLocation_OutWidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_IsLocationInUnlockedSection_IsInUnlockedSection) == 0x000078, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_IsLocationInUnlockedSection_IsInUnlockedSection' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, Temp_int_Variable) == 0x00007C, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, Temp_int_Variable_1) == 0x000084, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, Temp_bool_Variable) == 0x000088, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_GetOwningPlayer_ReturnValue) == 0x000090, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_Create_ReturnValue) == 0x000098, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_AddChildToCanvas_ReturnValue) == 0x0000A0, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, CallFunc_IsQuestObjective_bIsQuestObjective) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::CallFunc_IsQuestObjective_bIsQuestObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevelPOI, K2Node_Select_Default) == 0x0000AC, "Member 'WBP_MiniMap_Main_C_GenerateLevelPOI::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_GenerateLevels \ +static_assert(alignof(WBP_MiniMap_Main_C_GenerateLevels) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_GenerateLevels"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_GenerateLevels) == 0x000078, "Wrong size on WBP_MiniMap_Main_C_GenerateLevels"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_MiniMap_Main_C_GenerateLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_MiniMap_Main_C_GenerateLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_MiniMap_Main_C_GenerateLevels::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_GetGameMode_ReturnValue) == 0x000020, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_GetAllTeleportPoints_TeleportPoints) == 0x000038, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_GetAllTeleportPoints_TeleportPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, K2Node_MakeStruct_S_MinimapLevelIdentifier) == 0x000060, "Member 'WBP_MiniMap_Main_C_GenerateLevels::K2Node_MakeStruct_S_MinimapLevelIdentifier' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GenerateLevels, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'WBP_MiniMap_Main_C_GenerateLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_GetDisplayedRanged \ +static_assert(alignof(WBP_MiniMap_Main_C_GetDisplayedRanged) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_GetDisplayedRanged"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_GetDisplayedRanged) == 0x0000C8, "Wrong size on WBP_MiniMap_Main_C_GetDisplayedRanged"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, min_0) == 0x000000, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::min_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, max_0) == 0x000010, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::max_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_GetViewportSize_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_BreakVector2D_X) == 0x000048, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000058, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_BreakVector2D_X_1) == 0x000060, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_BreakVector2D_Y_1) == 0x000068, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x000080, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Divide_DoubleDouble_ReturnValue_5) == 0x000090, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Divide_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000A0, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_MakeVector2D_ReturnValue) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_GetDisplayedRanged, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B8, "Member 'WBP_MiniMap_Main_C_GetDisplayedRanged::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnObjective_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_CenterOnPlayer_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Pan_K2Node_EnhancedInputActionEvent_5::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_3::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4 \ +static_assert(alignof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4) == 0x000030, "Wrong size on WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000020, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000024, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4, SourceAction) == 0x000028, "Member 'WBP_MiniMap_Main_C_InpActEvt_IA_UI_MiniMap_Zoom_K2Node_EnhancedInputActionEvent_4::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293 \ +static_assert(alignof(WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293) == 0x000008, "Wrong size on WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293, Loaded) == 0x000000, "Member 'WBP_MiniMap_Main_C_OnLoaded_2FE305B645036488FFDBA899E61DB293::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00 \ +static_assert(alignof(WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00) == 0x000008, "Wrong size on WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00, Loaded) == 0x000000, "Member 'WBP_MiniMap_Main_C_OnLoaded_D0B648A44D6C7E78FA99529F0E5C2A00::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_OnPanTrigger \ +static_assert(alignof(WBP_MiniMap_Main_C_OnPanTrigger) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_OnPanTrigger"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_OnPanTrigger) == 0x000088, "Wrong size on WBP_MiniMap_Main_C_OnPanTrigger"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, InTriggerValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::InTriggerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, Temp_wildcard_Variable_1) == 0x000014, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_MakeVector2D_ReturnValue_1) == 0x000040, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000050, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000058, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000068, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_MakeVector2D_X_ImplicitCast) == 0x000078, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnPanTrigger, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x000080, "Member 'WBP_MiniMap_Main_C_OnPanTrigger::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_OnZoomTrigger \ +static_assert(alignof(WBP_MiniMap_Main_C_OnZoomTrigger) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_OnZoomTrigger"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_OnZoomTrigger) == 0x000028, "Wrong size on WBP_MiniMap_Main_C_OnZoomTrigger"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnZoomTrigger, InTriggerValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_OnZoomTrigger::InTriggerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnZoomTrigger, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000008, "Member 'WBP_MiniMap_Main_C_OnZoomTrigger::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnZoomTrigger, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_MiniMap_Main_C_OnZoomTrigger::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnZoomTrigger, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_MiniMap_Main_C_OnZoomTrigger::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_OnZoomTrigger, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'WBP_MiniMap_Main_C_OnZoomTrigger::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_PreConstruct \ +static_assert(alignof(WBP_MiniMap_Main_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MiniMap_Main_C_PreConstruct"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_PreConstruct) == 0x000001, "Wrong size on WBP_MiniMap_Main_C_PreConstruct"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MiniMap_Main_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_RefreshQuestObjectives \ +static_assert(alignof(WBP_MiniMap_Main_C_RefreshQuestObjectives) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_RefreshQuestObjectives"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_RefreshQuestObjectives) == 0x000058, "Wrong size on WBP_MiniMap_Main_C_RefreshQuestObjectives"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, Temp_wildcard_Variable) == 0x000010, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Map_Find_Value) == 0x000038, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_RefreshQuestObjectives, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'WBP_MiniMap_Main_C_RefreshQuestObjectives::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_SetPanLerp \ +static_assert(alignof(WBP_MiniMap_Main_C_SetPanLerp) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_SetPanLerp"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_SetPanLerp) == 0x000058, "Wrong size on WBP_MiniMap_Main_C_SetPanLerp"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, PanLerp_0) == 0x000000, "Member 'WBP_MiniMap_Main_C_SetPanLerp::PanLerp_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_BreakVector2D_X) == 0x000018, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_BreakVector2D_X_1) == 0x000028, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_BreakVector2D_Y_1) == 0x000030, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_Lerp_ReturnValue_1) == 0x000038, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_Lerp_ReturnValue_2) == 0x000040, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanLerp, CallFunc_MakeVector2D_ReturnValue) == 0x000048, "Member 'WBP_MiniMap_Main_C_SetPanLerp::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_SetPanOffset \ +static_assert(alignof(WBP_MiniMap_Main_C_SetPanOffset) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_SetPanOffset"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_SetPanOffset) == 0x0000C0, "Wrong size on WBP_MiniMap_Main_C_SetPanOffset"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, InOffset) == 0x000000, "Member 'WBP_MiniMap_Main_C_SetPanOffset::InOffset' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_X) == 0x000010, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_GetViewportSize_ReturnValue) == 0x000020, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_X_1) == 0x000038, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_Y_1) == 0x000040, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000050, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000058, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000060, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_X_2) == 0x000068, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_BreakVector2D_Y_2) == 0x000070, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_FClamp_ReturnValue) == 0x000080, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x000088, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Divide_DoubleDouble_ReturnValue_5) == 0x000090, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Divide_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_FClamp_ReturnValue_1) == 0x0000A0, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_MakeVector2D_ReturnValue) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0000B8, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetPanOffset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x0000BC, "Member 'WBP_MiniMap_Main_C_SetPanOffset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_SetZoomScale \ +static_assert(alignof(WBP_MiniMap_Main_C_SetZoomScale) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_SetZoomScale"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_SetZoomScale) == 0x000020, "Wrong size on WBP_MiniMap_Main_C_SetZoomScale"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetZoomScale, InZoom) == 0x000000, "Member 'WBP_MiniMap_Main_C_SetZoomScale::InZoom' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetZoomScale, IsPanLerp) == 0x000008, "Member 'WBP_MiniMap_Main_C_SetZoomScale::IsPanLerp' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetZoomScale, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_MiniMap_Main_C_SetZoomScale::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetZoomScale, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'WBP_MiniMap_Main_C_SetZoomScale::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_SetZoomScale, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_MiniMap_Main_C_SetZoomScale::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_StartPanLerp \ +static_assert(alignof(WBP_MiniMap_Main_C_StartPanLerp) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_StartPanLerp"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_StartPanLerp) == 0x000018, "Wrong size on WBP_MiniMap_Main_C_StartPanLerp"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_StartPanLerp, PanTarget_0) == 0x000000, "Member 'WBP_MiniMap_Main_C_StartPanLerp::PanTarget_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_StartPanLerp, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_MiniMap_Main_C_StartPanLerp::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_UpdatePlayerPosition \ +static_assert(alignof(WBP_MiniMap_Main_C_UpdatePlayerPosition) == 0x000010, "Wrong alignment on WBP_MiniMap_Main_C_UpdatePlayerPosition"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_UpdatePlayerPosition) == 0x0001A0, "Wrong size on WBP_MiniMap_Main_C_UpdatePlayerPosition"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000070, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Location) == 0x000078, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Rotation) == 0x000090, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Scale) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakRotator_Roll) == 0x0000C0, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakRotator_Pitch) == 0x0000C4, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakRotator_Yaw) == 0x0000C8, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000D0, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Location_1) == 0x000130, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Rotation_1) == 0x000148, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_BreakTransform_Scale_1) == 0x000160, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_ConvertLocationToMapLocation_2DPosition) == 0x000178, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_ConvertLocationToMapLocation_2DPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePlayerPosition, CallFunc_ConvertMapLocationToWidgetLocation_OutWidgetLocation) == 0x000188, "Member 'WBP_MiniMap_Main_C_UpdatePlayerPosition::CallFunc_ConvertMapLocationToWidgetLocation_OutWidgetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_UpdatePOIPositions \ +static_assert(alignof(WBP_MiniMap_Main_C_UpdatePOIPositions) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_UpdatePOIPositions"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_UpdatePOIPositions) == 0x000040, "Wrong size on WBP_MiniMap_Main_C_UpdatePOIPositions"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_Map_Values_Values) == 0x000010, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_GetWidgetLocation_WidgetLocation) == 0x000028, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_GetWidgetLocation_WidgetLocation' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdatePOIPositions, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_MiniMap_Main_C_UpdatePOIPositions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MiniMap_Main_C_UpdateWidgetPosition \ +static_assert(alignof(WBP_MiniMap_Main_C_UpdateWidgetPosition) == 0x000008, "Wrong alignment on WBP_MiniMap_Main_C_UpdateWidgetPosition"); \ +static_assert(sizeof(WBP_MiniMap_Main_C_UpdateWidgetPosition) == 0x000170, "Wrong size on WBP_MiniMap_Main_C_UpdateWidgetPosition"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, InWidgetPosition) == 0x000000, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::InWidgetPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, InWidget) == 0x000010, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::InWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, Temp_byte_Variable) == 0x000018, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, K2Node_DynamicCast_AsWBP_Level_Entrance_POI) == 0x000020, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::K2Node_DynamicCast_AsWBP_Level_Entrance_POI' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000030, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_X) == 0x000038, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, Temp_byte_Variable_1) == 0x000048, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000050, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MakeLiteralDouble_ReturnValue_1) == 0x000058, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MakeLiteralDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_GetViewportSize_ReturnValue) == 0x000060, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_X_1) == 0x000078, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_Y_1) == 0x000080, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000090, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, Temp_bool_Variable) == 0x000098, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000A8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000B0, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, K2Node_MakeStruct_Margin) == 0x0000B8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_GetDisplayedRanged_Min) == 0x0000C8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_GetDisplayedRanged_Min' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_GetDisplayedRanged_Max) == 0x0000D8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_GetDisplayedRanged_Max' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_X_2) == 0x0000E8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_Y_2) == 0x0000F0, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_X_3) == 0x0000F8, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BreakVector2D_Y_3) == 0x000100, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000108, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MapRangeClamped_ReturnValue) == 0x000110, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000118, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x000119, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BooleanAND_ReturnValue) == 0x00011A, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000120, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x000128, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, K2Node_Select_Default) == 0x000129, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_BooleanAND_ReturnValue_1) == 0x00012A, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000130, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, CallFunc_MakeVector2D_ReturnValue_1) == 0x000140, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MiniMap_Main_C_UpdateWidgetPosition, K2Node_MakeStruct_Anchors) == 0x000150, "Member 'WBP_MiniMap_Main_C_UpdateWidgetPosition::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MiniMap_Main_C \ +static_assert(alignof(UWBP_MiniMap_Main_C) == 0x000008, "Wrong alignment on UWBP_MiniMap_Main_C"); \ +static_assert(sizeof(UWBP_MiniMap_Main_C) == 0x000620, "Wrong size on UWBP_MiniMap_Main_C"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, UberGraphFrame) == 0x000430, "Member 'UWBP_MiniMap_Main_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, Anim_PanLerp) == 0x000438, "Member 'UWBP_MiniMap_Main_C::Anim_PanLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, CommonActionBarContainer) == 0x000440, "Member 'UWBP_MiniMap_Main_C::CommonActionBarContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapImage) == 0x000448, "Member 'UWBP_MiniMap_Main_C::MiniMapImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PlayerCursor) == 0x000450, "Member 'UWBP_MiniMap_Main_C::PlayerCursor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_CommonBoundActionButton_Back) == 0x000458, "Member 'UWBP_MiniMap_Main_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_TextualInputActionBinding_CenterOnObjective) == 0x000460, "Member 'UWBP_MiniMap_Main_C::WBP_TextualInputActionBinding_CenterOnObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_TextualInputActionBinding_CenterOnObjective_1) == 0x000468, "Member 'UWBP_MiniMap_Main_C::WBP_TextualInputActionBinding_CenterOnObjective_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_TextualInputActionBinding_CenterOnPlayer) == 0x000470, "Member 'UWBP_MiniMap_Main_C::WBP_TextualInputActionBinding_CenterOnPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_TextualInputActionBinding_ZoomIn) == 0x000478, "Member 'UWBP_MiniMap_Main_C::WBP_TextualInputActionBinding_ZoomIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WBP_TextualInputActionBinding_ZoomOut) == 0x000480, "Member 'UWBP_MiniMap_Main_C::WBP_TextualInputActionBinding_ZoomOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, WidgetCanvas) == 0x000488, "Member 'UWBP_MiniMap_Main_C::WidgetCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, ZoomMultiplier) == 0x000490, "Member 'UWBP_MiniMap_Main_C::ZoomMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, ZoomScale) == 0x000498, "Member 'UWBP_MiniMap_Main_C::ZoomScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PanMultiplier) == 0x0004A0, "Member 'UWBP_MiniMap_Main_C::PanMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapHeight) == 0x0004A8, "Member 'UWBP_MiniMap_Main_C::MiniMapHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapWidth) == 0x0004B0, "Member 'UWBP_MiniMap_Main_C::MiniMapWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapMID) == 0x0004B8, "Member 'UWBP_MiniMap_Main_C::MiniMapMID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapCaptureActorRef) == 0x0004C0, "Member 'UWBP_MiniMap_Main_C::MiniMapCaptureActorRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PanOffset) == 0x0004C8, "Member 'UWBP_MiniMap_Main_C::PanOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, OnBackAction) == 0x0004D8, "Member 'UWBP_MiniMap_Main_C::OnBackAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PlayerWidgetPosition) == 0x0004E8, "Member 'UWBP_MiniMap_Main_C::PlayerWidgetPosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapTextureRatio) == 0x0004F8, "Member 'UWBP_MiniMap_Main_C::MiniMapTextureRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, LevelPOIWidgets) == 0x000500, "Member 'UWBP_MiniMap_Main_C::LevelPOIWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SectionsMaskMaterial) == 0x000550, "Member 'UWBP_MiniMap_Main_C::SectionsMaskMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SectionsRenderTarget) == 0x000578, "Member 'UWBP_MiniMap_Main_C::SectionsRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, MiniMapMI) == 0x000580, "Member 'UWBP_MiniMap_Main_C::MiniMapMI' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PanLerp) == 0x0005A8, "Member 'UWBP_MiniMap_Main_C::PanLerp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, PanTarget) == 0x0005B0, "Member 'UWBP_MiniMap_Main_C::PanTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, InitialZoomScale) == 0x0005C0, "Member 'UWBP_MiniMap_Main_C::InitialZoomScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SD_OnCenterOnPlayer) == 0x0005C8, "Member 'UWBP_MiniMap_Main_C::SD_OnCenterOnPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SD_OnCenterOnObjective) == 0x0005D8, "Member 'UWBP_MiniMap_Main_C::SD_OnCenterOnObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SD_OnActivated) == 0x0005E8, "Member 'UWBP_MiniMap_Main_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SD_OnDeactivated) == 0x0005F8, "Member 'UWBP_MiniMap_Main_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, ZoomSound) == 0x000608, "Member 'UWBP_MiniMap_Main_C::ZoomSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, IsZoomIn) == 0x000610, "Member 'UWBP_MiniMap_Main_C::IsZoomIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MiniMap_Main_C, SectionMaskMID) == 0x000618, "Member 'UWBP_MiniMap_Main_C::SectionMaskMID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_jRPG_MapTeleportPoint_C_BndEvt__BP_jRPG_MapTeleportPoint_TeleportBox_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_CheckForErrors \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_CheckForErrors"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_CheckForErrors) == 0x000230, "Wrong size on BP_jRPG_MapTeleportPoint_C_CheckForErrors"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_MakeLiteralBool_ReturnValue) == 0x000011, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_MakeLiteralString_ReturnValue) == 0x000018, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0001E0, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_IsValidGameActionWrapper_IsValid) == 0x0001F0, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, K2Node_MakeArray_Array) == 0x0001F8, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000208, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000218, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000228, "Member 'BP_jRPG_MapTeleportPoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint) == 0x000340, "Wrong size on BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, EntryPoint) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_FindCurrentLevelData_Found) == 0x000004, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_FindCurrentLevelData_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_FindCurrentLevelData_LevelData) == 0x000008, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_FindCurrentLevelData_LevelData' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_FindCurrentLevelData_RowName) == 0x0001B8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_FindCurrentLevelData_RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, Temp_object_Variable) == 0x0001C0, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, Temp_object_Variable_1) == 0x0001C8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001D0, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0001D8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001E0, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001E8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001F0, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001F8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001FC, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_SweepResult) == 0x000200, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_Event_DeltaSeconds) == 0x0002F8, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002FC, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000300, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherActor) == 0x000308, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherComp) == 0x000310, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000318, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000320, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000328, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, K2Node_Event_EndPlayReason) == 0x000329, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_GetGameMode_ReturnValue) == 0x000330, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000338, "Member 'BP_jRPG_MapTeleportPoint_C_ExecuteUbergraph_BP_jRPG_MapTeleportPoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent) == 0x000038, "Wrong size on BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, ReturnValue) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_IsChunkInstalled_ReturnValue) == 0x000030, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_IsChunkInstalled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'BP_jRPG_MapTeleportPoint_C_HasDownloadedRequiredContent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_OnModalResponse \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_OnModalResponse) == 0x000001, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_OnModalResponse"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_OnModalResponse) == 0x000002, "Wrong size on BP_jRPG_MapTeleportPoint_C_OnModalResponse"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_OnModalResponse, InUserResponse) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_OnModalResponse::InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_OnModalResponse, CallFunc_SetGamePaused_ReturnValue) == 0x000001, "Member 'BP_jRPG_MapTeleportPoint_C_OnModalResponse::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_ProcessChangeMap \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_ProcessChangeMap"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap) == 0x000200, "Wrong size on BP_jRPG_MapTeleportPoint_C_ProcessChangeMap"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_AreBaseGameChunksAvailable_ReturnValue) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_AreBaseGameChunksAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_SetGamePaused_ReturnValue) == 0x000015, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_CreateModalWindow_OutputPin) == 0x000018, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_GetSaveManager_SaveManager) == 0x000020, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000028, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_CheckOptionalCondition_Result) == 0x000029, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_CheckOptionalCondition_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000038, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_GetDataTableRowFromName_OutRow) == 0x000048, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ProcessChangeMap, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001F8, "Member 'BP_jRPG_MapTeleportPoint_C_ProcessChangeMap::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_ReceiveTick \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_ReceiveTick"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_ReceiveTick) == 0x000004, "Wrong size on BP_jRPG_MapTeleportPoint_C_ReceiveTick"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag \ +static_assert(alignof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag) == 0x000008, "Wrong alignment on BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag"); \ +static_assert(sizeof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag) == 0x000018, "Wrong size on BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag, CallFunc_MatchesTag_ReturnValue) == 0x000000, "Member 'BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000001, "Member 'BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'BP_jRPG_MapTeleportPoint_C_UpdateReturnSpawnPointTag::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_MapTeleportPoint_C \ +static_assert(alignof(ABP_jRPG_MapTeleportPoint_C) == 0x000008, "Wrong alignment on ABP_jRPG_MapTeleportPoint_C"); \ +static_assert(sizeof(ABP_jRPG_MapTeleportPoint_C) == 0x000340, "Wrong size on ABP_jRPG_MapTeleportPoint_C"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, UberGraphFrame) == 0x000290, "Member 'ABP_jRPG_MapTeleportPoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, Audio) == 0x000298, "Member 'ABP_jRPG_MapTeleportPoint_C::Audio' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, FX_SmokeWorldEmission) == 0x0002A0, "Member 'ABP_jRPG_MapTeleportPoint_C::FX_SmokeWorldEmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, TextRender) == 0x0002A8, "Member 'ABP_jRPG_MapTeleportPoint_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, P_DragonPortal) == 0x0002B0, "Member 'ABP_jRPG_MapTeleportPoint_C::P_DragonPortal' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, FX_Transition) == 0x0002B8, "Member 'ABP_jRPG_MapTeleportPoint_C::FX_Transition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, Cube_Transition) == 0x0002C0, "Member 'ABP_jRPG_MapTeleportPoint_C::Cube_Transition' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, TeleportBox) == 0x0002C8, "Member 'ABP_jRPG_MapTeleportPoint_C::TeleportBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, Scene) == 0x0002D0, "Member 'ABP_jRPG_MapTeleportPoint_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, LevelDestination) == 0x0002D8, "Member 'ABP_jRPG_MapTeleportPoint_C::LevelDestination' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, DestinationSpawnPointTag) == 0x0002E8, "Member 'ABP_jRPG_MapTeleportPoint_C::DestinationSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, ReturnSpawnPointTag) == 0x0002F0, "Member 'ABP_jRPG_MapTeleportPoint_C::ReturnSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, DestinationAreaName) == 0x0002F8, "Member 'ABP_jRPG_MapTeleportPoint_C::DestinationAreaName' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, GameInstanceReference) == 0x000308, "Member 'ABP_jRPG_MapTeleportPoint_C::GameInstanceReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, ExtraPortalFX) == 0x000310, "Member 'ABP_jRPG_MapTeleportPoint_C::ExtraPortalFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, ConditionToEnterLevel) == 0x000318, "Member 'ABP_jRPG_MapTeleportPoint_C::ConditionToEnterLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, GameActionOnConditionFailed) == 0x000320, "Member 'ABP_jRPG_MapTeleportPoint_C::GameActionOnConditionFailed' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, IsInWorldMapLevel) == 0x000330, "Member 'ABP_jRPG_MapTeleportPoint_C::IsInWorldMapLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, CheckFullGameDownloaded) == 0x000331, "Member 'ABP_jRPG_MapTeleportPoint_C::CheckFullGameDownloaded' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_MapTeleportPoint_C, MiniMapIdentifierTag) == 0x000334, "Member 'ABP_jRPG_MapTeleportPoint_C::MiniMapIdentifierTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer) == 0x000008, "Wrong alignment on WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer) == 0x000020, "Wrong size on WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer, EntryPoint) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_WorldMapPromptContainer_C_ExecuteUbergraph_WBP_WorldMapPromptContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked) == 0x000001, "Wrong alignment on WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked) == 0x000005, "Wrong size on WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked, Temp_bool_Variable) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked, Temp_byte_Variable) == 0x000001, "Member 'WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked, CallFunc_HasWorldMapCapacity_Result) == 0x000003, "Member 'WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked::CallFunc_HasWorldMapCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked, K2Node_Select_Default) == 0x000004, "Member 'WBP_WorldMapPromptContainer_C_OnAnyWorldMapCapacityUnlocked::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_OnMountRequested \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_OnMountRequested) == 0x000001, "Wrong alignment on WBP_WorldMapPromptContainer_C_OnMountRequested"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_OnMountRequested) == 0x000005, "Wrong size on WBP_WorldMapPromptContainer_C_OnMountRequested"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnMountRequested, Temp_bool_Variable) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_OnMountRequested::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnMountRequested, Temp_byte_Variable) == 0x000001, "Member 'WBP_WorldMapPromptContainer_C_OnMountRequested::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnMountRequested, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_WorldMapPromptContainer_C_OnMountRequested::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnMountRequested, CallFunc_HasWorldMapCapacity_Result) == 0x000003, "Member 'WBP_WorldMapPromptContainer_C_OnMountRequested::CallFunc_HasWorldMapCapacity_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_OnMountRequested, K2Node_Select_Default) == 0x000004, "Member 'WBP_WorldMapPromptContainer_C_OnMountRequested::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_SetCampPossible \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_SetCampPossible) == 0x000001, "Wrong alignment on WBP_WorldMapPromptContainer_C_SetCampPossible"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_SetCampPossible) == 0x000001, "Wrong size on WBP_WorldMapPromptContainer_C_SetCampPossible"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetCampPossible, CanCamp) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_SetCampPossible::CanCamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_SetIsFlying \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_SetIsFlying) == 0x000008, "Wrong alignment on WBP_WorldMapPromptContainer_C_SetIsFlying"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_SetIsFlying) == 0x000048, "Wrong size on WBP_WorldMapPromptContainer_C_SetIsFlying"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, IsFlying) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::IsFlying' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_byte_Variable) == 0x000001, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_bool_Variable) == 0x000003, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_text_Variable) == 0x000008, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_text_Variable_1) == 0x000018, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, K2Node_Select_Default) == 0x000030, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_byte_Variable_2) == 0x000040, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_byte_Variable_3) == 0x000041, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, K2Node_Select_Default_1) == 0x000042, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, Temp_bool_Variable_2) == 0x000043, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetIsFlying, K2Node_Select_Default_2) == 0x000044, "Member 'WBP_WorldMapPromptContainer_C_SetIsFlying::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_SetLandPossible \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_SetLandPossible) == 0x000001, "Wrong alignment on WBP_WorldMapPromptContainer_C_SetLandPossible"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_SetLandPossible) == 0x000001, "Wrong size on WBP_WorldMapPromptContainer_C_SetLandPossible"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetLandPossible, CanLand) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_SetLandPossible::CanLand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WorldMapPromptContainer_C_SetMountPossible \ +static_assert(alignof(WBP_WorldMapPromptContainer_C_SetMountPossible) == 0x000001, "Wrong alignment on WBP_WorldMapPromptContainer_C_SetMountPossible"); \ +static_assert(sizeof(WBP_WorldMapPromptContainer_C_SetMountPossible) == 0x000001, "Wrong size on WBP_WorldMapPromptContainer_C_SetMountPossible"); \ +static_assert(offsetof(WBP_WorldMapPromptContainer_C_SetMountPossible, CanMount) == 0x000000, "Member 'WBP_WorldMapPromptContainer_C_SetMountPossible::CanMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WorldMapPromptContainer_C \ +static_assert(alignof(UWBP_WorldMapPromptContainer_C) == 0x000008, "Wrong alignment on UWBP_WorldMapPromptContainer_C"); \ +static_assert(sizeof(UWBP_WorldMapPromptContainer_C) == 0x000318, "Wrong size on UWBP_WorldMapPromptContainer_C"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_WorldMapPromptContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_Camp) == 0x0002E8, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_Camp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_FlyDown) == 0x0002F0, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_FlyDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_FlyUp) == 0x0002F8, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_FlyUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_MiniMap) == 0x000300, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_MiniMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_Mount) == 0x000308, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_Mount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WorldMapPromptContainer_C, WBP_TextualInputActionBinding_TakeOffLand) == 0x000310, "Member 'UWBP_WorldMapPromptContainer_C::WBP_TextualInputActionBinding_TakeOffLand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_ControllerLayout_C_BndEvt__WBP_Settings_ControllerLayout_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout \ +static_assert(alignof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout) == 0x000008, "Wrong alignment on WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout"); \ +static_assert(sizeof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout) == 0x000060, "Wrong size on WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, EntryPoint) == 0x000000, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, K2Node_ComponentBoundEvent_Button) == 0x000018, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000020, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000028, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000030, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000048, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, CallFunc_GetCurrentInputType_ReturnValue) == 0x000050, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout, CallFunc_GetLocalPlayerSubsystem_ReturnValue_2) == 0x000058, "Member 'WBP_Settings_ControllerLayout_C_ExecuteUbergraph_WBP_Settings_ControllerLayout::CallFunc_GetLocalPlayerSubsystem_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControllerLayout_C_RefreshLayout \ +static_assert(alignof(WBP_Settings_ControllerLayout_C_RefreshLayout) == 0x000008, "Wrong alignment on WBP_Settings_ControllerLayout_C_RefreshLayout"); \ +static_assert(sizeof(WBP_Settings_ControllerLayout_C_RefreshLayout) == 0x000020, "Wrong size on WBP_Settings_ControllerLayout_C_RefreshLayout"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CurrentInputType) == 0x000000, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CurrentInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_GetCurrentGamepadName_ReturnValue) == 0x000014, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_GetCurrentGamepadName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001C, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, K2Node_SwitchName_CmpSuccess) == 0x00001D, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControllerLayout_C_RefreshLayout, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001F, "Member 'WBP_Settings_ControllerLayout_C_RefreshLayout::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_ControllerLayout_C \ +static_assert(alignof(UWBP_Settings_ControllerLayout_C) == 0x000008, "Wrong alignment on UWBP_Settings_ControllerLayout_C"); \ +static_assert(sizeof(UWBP_Settings_ControllerLayout_C) == 0x000480, "Wrong size on UWBP_Settings_ControllerLayout_C"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Settings_ControllerLayout_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, PSControllerCanvas) == 0x000438, "Member 'UWBP_Settings_ControllerLayout_C::PSControllerCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, WalkInputText) == 0x000440, "Member 'UWBP_Settings_ControllerLayout_C::WalkInputText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, WalkInputText_1) == 0x000448, "Member 'UWBP_Settings_ControllerLayout_C::WalkInputText_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, WBP_CommonBoundActionButton_Back) == 0x000450, "Member 'UWBP_Settings_ControllerLayout_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, WBP_DPIScaleBox) == 0x000458, "Member 'UWBP_Settings_ControllerLayout_C::WBP_DPIScaleBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, XSXControllerCanvas) == 0x000460, "Member 'UWBP_Settings_ControllerLayout_C::XSXControllerCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, OnBackToOwnerPressed) == 0x000468, "Member 'UWBP_Settings_ControllerLayout_C::OnBackToOwnerPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControllerLayout_C, CurrentGamepadNameAssigned) == 0x000478, "Member 'UWBP_Settings_ControllerLayout_C::CurrentGamepadNameAssigned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage \ +static_assert(alignof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage) == 0x000008, "Wrong alignment on WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage"); \ +static_assert(sizeof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage) == 0x000168, "Wrong size on WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, EntryPoint) == 0x000000, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, Temp_bool_Variable) == 0x000004, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, Temp_text_Variable) == 0x000008, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, Temp_text_Variable_1) == 0x000018, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_CustomEvent_IsInEditMode_1) == 0x000028, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_CustomEvent_IsInEditMode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_CustomEvent_IsInEditMode) == 0x000029, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_CustomEvent_IsInEditMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x00002C, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000034, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x000035, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_GetPlatformNameAsTag_ReturnValue_1) == 0x00004C, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_GetPlatformNameAsTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, CallFunc_EqualEqual_GameplayTag_ReturnValue_2) == 0x000054, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::CallFunc_EqualEqual_GameplayTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_CreateDelegate_OutputDelegate_1) == 0x000058, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_Select_Default) == 0x000068, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_MakeMap_Map) == 0x000078, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_MakeMap_Map_1) == 0x0000C8, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage, K2Node_Select_Default_1) == 0x000118, "Member 'WBP_Settings_ControlsPage_C_ExecuteUbergraph_WBP_Settings_ControlsPage::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad \ +static_assert(alignof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad) == 0x000001, "Wrong alignment on WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad"); \ +static_assert(sizeof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad) == 0x000001, "Wrong size on WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad, IsInEditMode) == 0x000000, "Member 'WBP_Settings_ControlsPage_C_OnEditModeChanged_Gamepad::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard \ +static_assert(alignof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard) == 0x000001, "Wrong alignment on WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard"); \ +static_assert(sizeof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard) == 0x000001, "Wrong size on WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard"); \ +static_assert(offsetof(WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard, IsInEditMode) == 0x000000, "Member 'WBP_Settings_ControlsPage_C_OnEditModeChanged_Keyboard::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_ControlsPage_C \ +static_assert(alignof(UWBP_Settings_ControlsPage_C) == 0x000008, "Wrong alignment on UWBP_Settings_ControlsPage_C"); \ +static_assert(sizeof(UWBP_Settings_ControlsPage_C) == 0x0004C0, "Wrong size on UWBP_Settings_ControlsPage_C"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Settings_ControlsPage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, ControlsWidgetSwitcher) == 0x000438, "Member 'UWBP_Settings_ControlsPage_C::ControlsWidgetSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, WBP_Settings_ControllerLayout) == 0x000440, "Member 'UWBP_Settings_ControlsPage_C::WBP_Settings_ControllerLayout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, WBP_Settings_GamepadInputOptions) == 0x000448, "Member 'UWBP_Settings_ControlsPage_C::WBP_Settings_GamepadInputOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, WBP_Settings_InputOptions) == 0x000450, "Member 'UWBP_Settings_ControlsPage_C::WBP_Settings_InputOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, WBP_Top_MenuHorizontal_ControlsCategories) == 0x000458, "Member 'UWBP_Settings_ControlsPage_C::WBP_Top_MenuHorizontal_ControlsCategories' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, GameUserSettings) == 0x000460, "Member 'UWBP_Settings_ControlsPage_C::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, SettingsCategoryName) == 0x000468, "Member 'UWBP_Settings_ControlsPage_C::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, OnBackToOwnerPressed) == 0x000478, "Member 'UWBP_Settings_ControlsPage_C::OnBackToOwnerPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, SettingPageCategory) == 0x000488, "Member 'UWBP_Settings_ControlsPage_C::SettingPageCategory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, SD_OnApply) == 0x000490, "Member 'UWBP_Settings_ControlsPage_C::SD_OnApply' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, SD_OnUnsaved) == 0x0004A0, "Member 'UWBP_Settings_ControlsPage_C::SD_OnUnsaved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ControlsPage_C, SD_OnSettingsPop) == 0x0004B0, "Member 'UWBP_Settings_ControlsPage_C::SD_OnSettingsPop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_BeginChoosingBattleLines \ +static_assert(alignof(BP_CharacterReactionSystem_C_BeginChoosingBattleLines) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_BeginChoosingBattleLines"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_BeginChoosingBattleLines) == 0x000018, "Wrong size on BP_CharacterReactionSystem_C_BeginChoosingBattleLines"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_BeginChoosingBattleLines, Gatherer) == 0x000000, "Member 'BP_CharacterReactionSystem_C_BeginChoosingBattleLines::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_BeginChoosingBattleLines, CallFunc_SpawnObject_ReturnValue) == 0x000008, "Member 'BP_CharacterReactionSystem_C_BeginChoosingBattleLines::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_BeginChoosingBattleLines, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CharacterReactionSystem_C_BeginChoosingBattleLines::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll \ +static_assert(alignof(BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll) == 0x000001, "Wrong alignment on BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll) == 0x000001, "Wrong size on BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll, NewValue) == 0x000000, "Member 'BP_CharacterReactionSystem_C_DEBUG_CVarChange_BattleLine_SkipRoll::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_EndChooseBattleLines \ +static_assert(alignof(BP_CharacterReactionSystem_C_EndChooseBattleLines) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_EndChooseBattleLines"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_EndChooseBattleLines) == 0x0001C0, "Wrong size on BP_CharacterReactionSystem_C_EndChooseBattleLines"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, Gatherer) == 0x000000, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, local_rolledIndex) == 0x000008, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::local_rolledIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, local_roll) == 0x000010, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, local_sumedProbabilitiesList) == 0x000018, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::local_sumedProbabilitiesList' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, local_probabilitiesTotal) == 0x000028, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::local_probabilitiesTotal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, local_poolCandidates) == 0x000030, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::local_poolCandidates' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_SelectBattleLineCandidate_Valid) == 0x000040, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_SelectBattleLineCandidate_Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_SelectBattleLineCandidate_ChosenLine) == 0x000048, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_SelectBattleLineCandidate_ChosenLine' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_GetOwnerCharacterStats_OwnerCharacterStats) == 0x000080, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_GetOwnerCharacterStats_OwnerCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_GetOwnerCharacterStats_OwnerCharacterStats_1) == 0x0000D0, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_GetOwnerCharacterStats_OwnerCharacterStats_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D8, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x0000E8, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_GetCharacterBattleBase_IsValid) == 0x0000F0, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F8, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_GetCharacterAudioManager_ReturnValue) == 0x000140, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_GetCharacterAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000148, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_EndChooseBattleLines, CallFunc_Format_ReturnValue) == 0x0001B0, "Member 'BP_CharacterReactionSystem_C_EndChooseBattleLines::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem \ +static_assert(alignof(BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem) == 0x000004, "Wrong alignment on BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem) == 0x000018, "Wrong size on BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem, EntryPoint) == 0x000000, "Member 'BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem, K2Node_CustomEvent_NewValue) == 0x000014, "Member 'BP_CharacterReactionSystem_C_ExecuteUbergraph_BP_CharacterReactionSystem::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept \ +static_assert(alignof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept) == 0x000080, "Wrong size on BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, Except) == 0x000000, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::Except' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CharacterActor) == 0x000008, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CharacterActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, Temp_wildcard_Temp_buffer_array_Variable) == 0x000020, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000040, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_Random_OutItem) == 0x000048, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_Random_OutIndex) == 0x000050, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_GetBattleManager_ReturnValue) == 0x000058, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_EqualsObjects_ReturnValue) == 0x000078, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_CharacterReactionSystem_C_GetAnyAllyCharacterExcept::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_GetBattleLineSettings \ +static_assert(alignof(BP_CharacterReactionSystem_C_GetBattleLineSettings) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_GetBattleLineSettings"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_GetBattleLineSettings) == 0x000008, "Wrong size on BP_CharacterReactionSystem_C_GetBattleLineSettings"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_GetBattleLineSettings, Settings) == 0x000000, "Member 'BP_CharacterReactionSystem_C_GetBattleLineSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD \ +static_assert(alignof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD) == 0x000178, "Wrong size on BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, local_rolledIndex) == 0x000000, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::local_rolledIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, local_roll) == 0x000008, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, local_sumedProbabilitiesList) == 0x000010, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::local_sumedProbabilitiesList' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, local_probabilitiesTotal) == 0x000020, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::local_probabilitiesTotal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, local_poolCandidates) == 0x000028, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::local_poolCandidates' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_wildcard_Variable) == 0x000038, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_bool_True_if_break_was_hit_Variable) == 0x000054, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetBattleLineModel_ReturnValue) == 0x000070, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_EndGatherPools_PoolCandidates) == 0x000080, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_EndGatherPools_PoolCandidates' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Loop_Counter_Variable_2) == 0x000098, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Add_IntInt_ReturnValue_2) == 0x00009C, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, Temp_int_Array_Index_Variable_2) == 0x0000A0, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetBattleManager_ReturnValue) == 0x0000A8, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x0000B0, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C8, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000D0, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetOwnerCharacterStats_OwnerCharacterStats) == 0x0000F8, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetOwnerCharacterStats_OwnerCharacterStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_RollFromPool_BattleLine) == 0x000100, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_RollFromPool_BattleLine' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000110, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetCharacterBattleBase_IsValid) == 0x000118, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_GetCharacterAudioManager_ReturnValue) == 0x000120, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_GetCharacterAudioManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000134, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Length_ReturnValue_2) == 0x000138, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Less_IntInt_ReturnValue_1) == 0x00013C, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_BooleanAND_ReturnValue) == 0x00013D, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Get_Item_3) == 0x000140, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Array_Length_ReturnValue_3) == 0x000160, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Less_IntInt_ReturnValue_2) == 0x000164, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000168, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000170, "Member 'BP_CharacterReactionSystem_C_Internal_EndGatherBattleLines_OLD::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_LogPerCharacterReaction \ +static_assert(alignof(BP_CharacterReactionSystem_C_LogPerCharacterReaction) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_LogPerCharacterReaction"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_LogPerCharacterReaction) == 0x000148, "Wrong size on BP_CharacterReactionSystem_C_LogPerCharacterReaction"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, Reaction) == 0x000000, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::Reaction' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, ReactingCharacter) == 0x000010, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::ReactingCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, SubjectCharacter) == 0x000018, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::SubjectCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, CallFunc_Conv_NameToText_ReturnValue) == 0x000078, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000D0, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_LogPerCharacterReaction, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_CharacterReactionSystem_C_LogPerCharacterReaction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnBattleEnds \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnBattleEnds) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnBattleEnds"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnBattleEnds) == 0x000038, "Wrong size on BP_CharacterReactionSystem_C_OnBattleEnds"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, local_validCharacter) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::local_validCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleEnds, CallFunc_IsValid_ReturnValue_1) == 0x000035, "Member 'BP_CharacterReactionSystem_C_OnBattleEnds::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnBattleStart \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnBattleStart) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnBattleStart"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnBattleStart) == 0x000018, "Wrong size on BP_CharacterReactionSystem_C_OnBattleStart"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleStart, BattleManager) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnBattleStart::BattleManager' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnBattleStart, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnBattleStart::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterBuffed \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterBuffed) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterBuffed"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterBuffed) == 0x000040, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterBuffed"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, BuffInstance) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::BuffInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, TargetCharacter) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::TargetCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, SourceCharacter) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_RandomBool_ReturnValue) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_GetCharacterBattleBase_IsValid) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000038, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterBuffed, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BP_CharacterReactionSystem_C_OnCharacterBuffed::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterHealed \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterHealed) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterHealed"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterHealed) == 0x000068, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterHealed"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, HealEvent) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::HealEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, Temp_wildcard_Variable) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000048, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_GetBattleLineModel_ReturnValue) == 0x000058, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealed, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterHealSuccessful \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterHealSuccessful"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful) == 0x000068, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterHealSuccessful"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, HealObject) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::HealObject' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, Temp_wildcard_Variable) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_GetBattleManager_ReturnValue) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000048, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_GetBattleLineModel_ReturnValue) == 0x000058, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterHealSuccessful, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_CharacterReactionSystem_C_OnCharacterHealSuccessful::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterKilled \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterKilled) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterKilled"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterKilled) == 0x000078, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterKilled"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, LethalDamages) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::LethalDamages' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, Temp_wildcard_Variable) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_GetBattleManager_ReturnValue) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_GetBattleLineSettings_Settings) == 0x000038, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_GetBattleLineSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_GetAllAliveCharacters_AllCharacters) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_GetAllAliveCharacters_AllCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_RollChanceValue_ReturnValue) == 0x000050, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_RollChanceValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, Temp_int_Array_Index_Variable) == 0x000054, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_GetBattleLineModel_ReturnValue) == 0x000060, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterKilled, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000070, "Member 'BP_CharacterReactionSystem_C_OnCharacterKilled::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterReceivedDamage \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterReceivedDamage) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterReceivedDamage"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterReceivedDamage) == 0x000018, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterReceivedDamage"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterReceivedDamage, AttackedCharacter) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterReceivedDamage::AttackedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterReceivedDamage, AttackerCharacter) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterReceivedDamage::AttackerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterReceivedDamage, DamageAmount) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnCharacterReceivedDamage::DamageAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnCharacterRevived \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnCharacterRevived) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnCharacterRevived"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnCharacterRevived) == 0x000048, "Wrong size on BP_CharacterReactionSystem_C_OnCharacterRevived"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, RevivedCharacter) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::RevivedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, RevivingCharacter) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::RevivingCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetCharacterBattleBase_IsValid) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetCharacterBattleBase_IsValid_1) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetCharacterBattleBase_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetBattleLineModel_ReturnValue) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_GetBattleLineModel_ReturnValue_1) == 0x000038, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_GetBattleLineModel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnCharacterRevived, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnCharacterRevived::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget) == 0x000058, "Wrong size on BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, EnemyStats) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::EnemyStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, TargetedStats) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::TargetedStats' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_GetAllCharactersFromTeam_Characters) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_GetAllCharactersFromTeam_Characters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_GetBattleLineModel_ReturnValue) == 0x000048, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_CharacterReactionSystem_C_OnEnemyAcquiredTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_OnTurnStart \ +static_assert(alignof(BP_CharacterReactionSystem_C_OnTurnStart) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_OnTurnStart"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_OnTurnStart) == 0x000048, "Wrong size on BP_CharacterReactionSystem_C_OnTurnStart"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CharacterTurn) == 0x000000, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CharacterTurn' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_BeginChoosingBattleLines_Gatherer) == 0x000008, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_BeginChoosingBattleLines_Gatherer' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_GetTeam_Team) == 0x000010, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_GetTeam_Team' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase) == 0x000018, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_GetCharacterBattleBase_jRPG_CharacterBattleBase' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_GetCharacterBattleBase_IsValid) == 0x000020, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_GetCharacterBattleBase_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_GetBattleLineModel_ReturnValue) == 0x000028, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_GetBattleLineModel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_GetAnyAllyCharacterExcept_CharacterActor) == 0x000038, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_GetAnyAllyCharacterExcept_CharacterActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_OnTurnStart, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CharacterReactionSystem_C_OnTurnStart::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_RollFromPool \ +static_assert(alignof(BP_CharacterReactionSystem_C_RollFromPool) == 0x000008, "Wrong alignment on BP_CharacterReactionSystem_C_RollFromPool"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_RollFromPool) == 0x0000B0, "Wrong size on BP_CharacterReactionSystem_C_RollFromPool"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, BattleLinePool) == 0x000000, "Member 'BP_CharacterReactionSystem_C_RollFromPool::BattleLinePool' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, BattleLine) == 0x000018, "Member 'BP_CharacterReactionSystem_C_RollFromPool::BattleLine' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, local_rolledIndex) == 0x000028, "Member 'BP_CharacterReactionSystem_C_RollFromPool::local_rolledIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, local_roll) == 0x00002C, "Member 'BP_CharacterReactionSystem_C_RollFromPool::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, local_sumWeights) == 0x000030, "Member 'BP_CharacterReactionSystem_C_RollFromPool::local_sumWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, local_totalWeights) == 0x000040, "Member 'BP_CharacterReactionSystem_C_RollFromPool::local_totalWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_CharacterReactionSystem_C_RollFromPool::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, Temp_bool_True_if_break_was_hit_Variable) == 0x000048, "Member 'BP_CharacterReactionSystem_C_RollFromPool::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_CharacterReactionSystem_C_RollFromPool::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'BP_CharacterReactionSystem_C_RollFromPool::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'BP_CharacterReactionSystem_C_RollFromPool::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000090, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Get_Item_2) == 0x000094, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Length_ReturnValue_1) == 0x00009C, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Array_Add_ReturnValue) == 0x0000A4, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A8, "Member 'BP_CharacterReactionSystem_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterReactionSystem_C_ShouldSkipAllRolls \ +static_assert(alignof(BP_CharacterReactionSystem_C_ShouldSkipAllRolls) == 0x000001, "Wrong alignment on BP_CharacterReactionSystem_C_ShouldSkipAllRolls"); \ +static_assert(sizeof(BP_CharacterReactionSystem_C_ShouldSkipAllRolls) == 0x000001, "Wrong size on BP_CharacterReactionSystem_C_ShouldSkipAllRolls"); \ +static_assert(offsetof(BP_CharacterReactionSystem_C_ShouldSkipAllRolls, ReturnValue) == 0x000000, "Member 'BP_CharacterReactionSystem_C_ShouldSkipAllRolls::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterReactionSystem_C \ +static_assert(alignof(UBP_CharacterReactionSystem_C) == 0x000008, "Wrong alignment on UBP_CharacterReactionSystem_C"); \ +static_assert(sizeof(UBP_CharacterReactionSystem_C) == 0x0000E0, "Wrong size on UBP_CharacterReactionSystem_C"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CharacterReactionSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, AllyWasAttackedDuringTurn) == 0x0000A8, "Member 'UBP_CharacterReactionSystem_C::AllyWasAttackedDuringTurn' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, AttackedAllyDuringTurn) == 0x0000B0, "Member 'UBP_CharacterReactionSystem_C::AttackedAllyDuringTurn' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, Character_Turn) == 0x0000B8, "Member 'UBP_CharacterReactionSystem_C::Character_Turn' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, BattleManagerReference) == 0x0000C0, "Member 'UBP_CharacterReactionSystem_C::BattleManagerReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, LastAllyCharacterToPlay) == 0x0000C8, "Member 'UBP_CharacterReactionSystem_C::LastAllyCharacterToPlay' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, ActiveBattleLineGatherer) == 0x0000D0, "Member 'UBP_CharacterReactionSystem_C::ActiveBattleLineGatherer' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterReactionSystem_C, SkipAllRolls) == 0x0000D8, "Member 'UBP_CharacterReactionSystem_C::SkipAllRolls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_OptionsList_Abstract_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_OptionsList_Abstract_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract \ +static_assert(alignof(WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract) == 0x000004, "Wrong alignment on WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract"); \ +static_assert(sizeof(WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract) == 0x000004, "Wrong size on WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract"); \ +static_assert(offsetof(WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract, EntryPoint) == 0x000000, "Member 'WBP_Settings_OptionsList_Abstract_C_ExecuteUbergraph_WBP_Settings_OptionsList_Abstract::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_OptionsList_Abstract_C \ +static_assert(alignof(UWBP_Settings_OptionsList_Abstract_C) == 0x000008, "Wrong alignment on UWBP_Settings_OptionsList_Abstract_C"); \ +static_assert(sizeof(UWBP_Settings_OptionsList_Abstract_C) == 0x000438, "Wrong size on UWBP_Settings_OptionsList_Abstract_C"); \ +static_assert(offsetof(UWBP_Settings_OptionsList_Abstract_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Settings_OptionsList_Abstract_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_ApplySettings \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_ApplySettings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_ApplySettings"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_ApplySettings) == 0x000110, "Wrong size on WBP_Settings_InputOptionsList_C_ApplySettings"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_MakeLiteralName_ReturnValue) == 0x00000C, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_GetAllChildren_ReturnValue) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000068, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_GetUserSettings_self_CastInput) == 0x000078, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_GetUserSettings_ReturnValue) == 0x000088, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000090, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_GetNewMapping_NewMapping) == 0x0000A0, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_MapPlayerKey_FailureReason) == 0x0000E8, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_MapPlayerKey_FailureReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_Settings_InputOptionsList_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_AreMappingsDirty \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_AreMappingsDirty) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_AreMappingsDirty"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_AreMappingsDirty) == 0x000090, "Wrong size on WBP_Settings_InputOptionsList_C_AreMappingsDirty"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, IsDirty) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_GetNewMapping_NewMapping) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsDirty, CallFunc_NotEqual_NameName_ReturnValue) == 0x000088, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsDirty::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_AreMappingsValid \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_AreMappingsValid) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_AreMappingsValid"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_AreMappingsValid) == 0x000098, "Wrong size on WBP_Settings_InputOptionsList_C_AreMappingsValid"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, IsValid) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_GetNewMapping_NewMapping) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_NotEqual_NameName_ReturnValue) == 0x000090, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Key_IsValid_ReturnValue) == 0x000091, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_Not_PreBool_ReturnValue) == 0x000092, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_AreMappingsValid, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WBP_Settings_InputOptionsList_C_AreMappingsValid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_BndEvt__WBP_Settings_InputOptionsList_EditKeybindsButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_CheckMappingConflict \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_CheckMappingConflict) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_CheckMappingConflict"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_CheckMappingConflict) == 0x000180, "Wrong size on WBP_Settings_InputOptionsList_C_CheckMappingConflict"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, MappingEntry) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, NewMapping) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, LocalConflictingMappings) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::LocalConflictingMappings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, Temp_bool_True_if_break_was_hit_Variable) == 0x00006C, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_GetConflictCategories_ConflictCategories) == 0x000078, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_GetConflictCategories_ConflictCategories' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D0, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_CreateModalWindow_OutputPin) == 0x0000F8, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_IsEmpty_ReturnValue) == 0x000100, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Not_PreBool_ReturnValue_2) == 0x000114, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_GetAllChildren_ReturnValue) == 0x000118, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Get_Item) == 0x000130, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000140, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Add_ReturnValue) == 0x00014C, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting) == 0x000150, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Add_ReturnValue_1) == 0x000154, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_IsKeyConflictingWithNewMappings_IsConflicting) == 0x000158, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_IsKeyConflictingWithNewMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_GetConflictCategories_ConflictCategories_1) == 0x000160, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_GetConflictCategories_ConflictCategories_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Get_Item_1) == 0x000170, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Length_ReturnValue_1) == 0x000178, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Array_Contains_ReturnValue) == 0x00017C, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_Less_IntInt_ReturnValue_1) == 0x00017D, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_CheckMappingConflict, CallFunc_BooleanAND_ReturnValue) == 0x00017E, "Member 'WBP_Settings_InputOptionsList_C_CheckMappingConflict::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button) == 0x000038, "Wrong size on WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, Navigation_0) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, Temp_object_Variable) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_GetInputSelector_InputSelector) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button, K2Node_Select_Default) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_Do_Custom_Navigation_Edit_Button::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_DoCustomNavigationForward \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_DoCustomNavigationForward"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward) == 0x000028, "Wrong size on WBP_Settings_InputOptionsList_C_DoCustomNavigationForward"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, Navigation_0) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, Temp_object_Variable) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_DoCustomNavigationForward, K2Node_Select_Default) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_DoCustomNavigationForward::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList) == 0x000150, "Wrong size on WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_ComponentBoundEvent_Button) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_CustomEvent_bNewInputType) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_GetCurrentInputType_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000054, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_MakeLiteralText_ReturnValue) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000068, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000108, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_MakeArray_Array) == 0x000118, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, K2Node_CustomEvent_InUserResponse) == 0x000128, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_Format_ReturnValue) == 0x000130, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_CreateModalWindow_OutputPin) == 0x000140, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList, CallFunc_CreateModalWindow_OutputPin_1) == 0x000148, "Member 'WBP_Settings_InputOptionsList_C_ExecuteUbergraph_WBP_Settings_InputOptionsList::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings) == 0x0001A8, "Wrong size on WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, NewMapPlayerKeyArgs) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::NewMapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, MappingEntry) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, IsConflicting) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetInputSelector_InputSelector) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetMatchingSlot_ReturnValue) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetMatchingSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetKeyMapping_KeyMappings) == 0x000060, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetKeyMapping_KeyMappings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_GetNewMapping_NewMapping) == 0x0000B8, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Set_ToArray_Result) == 0x0000F8, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue_1) == 0x000188, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Not_PreBool_ReturnValue) == 0x000189, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00018A, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Array_Length_ReturnValue) == 0x00018C, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000190, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_NotEqual_NameName_ReturnValue) == 0x000191, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_IsNameValid_ReturnValue) == 0x000192, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue) == 0x000193, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Key_IsValid_ReturnValue_2) == 0x000194, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Key_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000195, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_1) == 0x000196, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_2) == 0x000197, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000198, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_3) == 0x000199, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_BooleanAND_ReturnValue_4) == 0x00019A, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, Temp_int_Loop_Counter_Variable) == 0x00019C, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithCurrentMappings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings) == 0x0000A0, "Wrong size on WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, NewMapPlayerKeyArgs) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::NewMapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, MappingEntry) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::MappingEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, IsConflicting) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_GetNewMapping_NewMapping) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_Key_IsValid_ReturnValue) == 0x000090, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000091, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000092, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000094, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue_1) == 0x000095, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_IsNameValid_ReturnValue) == 0x000096, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_Not_PreBool_ReturnValue) == 0x000097, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings, CallFunc_BooleanAND_ReturnValue_2) == 0x000098, "Member 'WBP_Settings_InputOptionsList_C_IsKeyConflictingWithNewMappings::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_LoadUserSettings) == 0x000138, "Wrong size on WBP_Settings_InputOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetCurrentKeyProfile_ReturnValue) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetCurrentKeyProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetPlayerMappingRows_ReturnValue) == 0x000060, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetPlayerMappingRows_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x0000B0, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_GetMappingName_MappingName) == 0x0000C4, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_GetMappingName_MappingName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x000120, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_LoadUserSettings, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'WBP_Settings_InputOptionsList_C_LoadUserSettings::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_OnInputMethodChanged \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_Settings_InputOptionsList_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_Settings_InputOptionsList_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_OnMappingEntryFocused \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_OnMappingEntryFocused) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_OnMappingEntryFocused"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_OnMappingEntryFocused) == 0x000008, "Wrong size on WBP_Settings_InputOptionsList_C_OnMappingEntryFocused"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnMappingEntryFocused, Widget) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_OnMappingEntryFocused::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_OnUserResponse \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_OnUserResponse) == 0x000001, "Wrong alignment on WBP_Settings_InputOptionsList_C_OnUserResponse"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_OnUserResponse) == 0x000001, "Wrong size on WBP_Settings_InputOptionsList_C_OnUserResponse"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict) == 0x000088, "Wrong size on WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, InUserResponse) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, LocalShouldBeSetToNone) == 0x000001, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::LocalShouldBeSetToNone' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, Temp_bool_True_if_break_was_hit_Variable) == 0x000009, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_GetNewMapping_NewMapping) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_GetNewMapping_NewMapping' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_IsKeyConflictingWithNewMappings_IsConflicting) == 0x000068, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_IsKeyConflictingWithNewMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting) == 0x000069, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_IsKeyConflictingWithCurrentMappings_IsConflicting' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'WBP_Settings_InputOptionsList_C_OnUserResponseToInputConflict::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_ResetToDefault \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_ResetToDefault) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_ResetToDefault"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_ResetToDefault) == 0x0000A8, "Wrong size on WBP_Settings_InputOptionsList_C_ResetToDefault"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_self_CastInput) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_ReturnValue) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetCurrentKeyProfileIdentifier_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetCurrentKeyProfileIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_ResetKeyProfileToDefault_FailureReason) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_ResetKeyProfileToDefault_FailureReason' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000070, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000088, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_self_CastInput_1) == 0x000090, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_ResetToDefault, CallFunc_GetUserSettings_ReturnValue_1) == 0x0000A0, "Member 'WBP_Settings_InputOptionsList_C_ResetToDefault::CallFunc_GetUserSettings_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_RevertSettings \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_RevertSettings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_RevertSettings"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_RevertSettings) == 0x000068, "Wrong size on WBP_Settings_InputOptionsList_C_RevertSettings"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000028, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000058, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_RevertSettings, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_Settings_InputOptionsList_C_RevertSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_StartEditMode \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_StartEditMode) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_StartEditMode"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_StartEditMode) == 0x000058, "Wrong size on WBP_Settings_InputOptionsList_C_StartEditMode"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, Temp_text_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StartEditMode, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_StartEditMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_StopEditMode \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_StopEditMode) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_StopEditMode"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_StopEditMode) == 0x000058, "Wrong size on WBP_Settings_InputOptionsList_C_StopEditMode"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, Temp_text_Variable) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry) == 0x000048, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::K2Node_DynamicCast_AsWBP_Settings_Mapping_Option_Entry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_StopEditMode, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Settings_InputOptionsList_C_StopEditMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_GetInputSelector_InputSelector) == 0x000010, "Member 'WBP_Settings_InputOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_InputOptionsList_C \ +static_assert(alignof(UWBP_Settings_InputOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_InputOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_InputOptionsList_C) == 0x000630, "Wrong size on UWBP_Settings_InputOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, UberGraphFrame_WBP_Settings_InputOptionsList_C) == 0x000438, "Member 'UWBP_Settings_InputOptionsList_C::UberGraphFrame_WBP_Settings_InputOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, EditBindingsButton) == 0x000440, "Member 'UWBP_Settings_InputOptionsList_C::EditBindingsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, EditBindingsText) == 0x000448, "Member 'UWBP_Settings_InputOptionsList_C::EditBindingsText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, HeaderDisplay_Battle) == 0x000450, "Member 'UWBP_Settings_InputOptionsList_C::HeaderDisplay_Battle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, HeaderDisplay_Exploration) == 0x000458, "Member 'UWBP_Settings_InputOptionsList_C::HeaderDisplay_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, HeaderDisplay_Interface) == 0x000460, "Member 'UWBP_Settings_InputOptionsList_C::HeaderDisplay_Interface' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, ScrollBox) == 0x000468, "Member 'UWBP_Settings_InputOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Backward) == 0x000470, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Backward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_BattleJump) == 0x000478, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_BattleJump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_BattleShoot) == 0x000480, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_BattleShoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Dodge) == 0x000488, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Dodge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieBoost) == 0x000490, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieBoost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieFlyDown) == 0x000498, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieFlyDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieFlyUp) == 0x0004A0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieFlyUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_EsquieTakeOff) == 0x0004A8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_EsquieTakeOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot) == 0x0004B0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot_1) == 0x0004B8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_FirstSlot_2) == 0x0004C0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_FirstSlot_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Flee) == 0x0004C8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Flee' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Forward) == 0x0004D0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Forward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_FreeAimEnter) == 0x0004D8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_FreeAimEnter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_FreeAimToggle) == 0x0004E0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_FreeAimToggle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_GoToCamp) == 0x0004E8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_GoToCamp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_GradientCounter) == 0x0004F0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_GradientCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_GradientCounter_1) == 0x0004F8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_GradientCounter_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Grapple) == 0x000500, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Grapple' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_HealParty) == 0x000508, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_HealParty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Interact) == 0x000510, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Interact' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Items) == 0x000518, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Jump) == 0x000520, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Jump' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_JumpCounter) == 0x000528, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_JumpCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Left) == 0x000530, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_MeleeAttack) == 0x000538, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_MeleeAttack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_MountEsquie) == 0x000540, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_MountEsquie' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenExpeditionMenu) == 0x000548, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenExpeditionMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenMiniMap) == 0x000550, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenMiniMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_OpenOverlay) == 0x000558, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_OpenOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Parry) == 0x000560, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Parry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_QTE) == 0x000568, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_QTE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_RecenterCamera) == 0x000570, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_RecenterCamera' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Right) == 0x000578, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Run) == 0x000580, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Run' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Shoot) == 0x000588, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Shoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Skills) == 0x000590, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_SkipTurn) == 0x000598, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_SkipTurn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_Strike) == 0x0005A0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_Strike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_SwapSkillPanel) == 0x0005A8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_SwapSkillPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_TargetLeft) == 0x0005B0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_TargetLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_TargetRight) == 0x0005B8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_TargetRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_ToggleCharacter) == 0x0005C0, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_ToggleCharacter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, WBP_Settings_MappingOptionEntry_ToggleWalk) == 0x0005C8, "Member 'UWBP_Settings_InputOptionsList_C::WBP_Settings_MappingOptionEntry_ToggleWalk' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, OnEntryFocused) == 0x0005D0, "Member 'UWBP_Settings_InputOptionsList_C::OnEntryFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, ConflictingMappings) == 0x0005E0, "Member 'UWBP_Settings_InputOptionsList_C::ConflictingMappings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, LastFocusedMapping) == 0x0005F0, "Member 'UWBP_Settings_InputOptionsList_C::LastFocusedMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, CurrentSelectedMapping) == 0x0005F8, "Member 'UWBP_Settings_InputOptionsList_C::CurrentSelectedMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, IgnoreConflicts) == 0x000600, "Member 'UWBP_Settings_InputOptionsList_C::IgnoreConflicts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, IsEditMode) == 0x000601, "Member 'UWBP_Settings_InputOptionsList_C::IsEditMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, OnEditModeChanged) == 0x000608, "Member 'UWBP_Settings_InputOptionsList_C::OnEditModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, OnApplyBindingClicked) == 0x000618, "Member 'UWBP_Settings_InputOptionsList_C::OnApplyBindingClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptionsList_C, ConflictModal) == 0x000628, "Member 'UWBP_Settings_InputOptionsList_C::ConflictModal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_SetActionButtonsEnabled \ +static_assert(alignof(WBP_Settings_GenericPage_C_SetActionButtonsEnabled) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_SetActionButtonsEnabled"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_SetActionButtonsEnabled) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_SetActionButtonsEnabled"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_SetActionButtonsEnabled, bInIsEnabled) == 0x000000, "Member 'WBP_Settings_GenericPage_C_SetActionButtonsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_AreSettingsDirty \ +static_assert(alignof(WBP_Settings_GenericPage_C_AreSettingsDirty) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_AreSettingsDirty"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_AreSettingsDirty) == 0x000018, "Wrong size on WBP_Settings_GenericPage_C_AreSettingsDirty"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingsDirty, IsDirty) == 0x000000, "Member 'WBP_Settings_GenericPage_C_AreSettingsDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingsDirty, CallFunc_GetDifficultyManager_ReturnValue) == 0x000008, "Member 'WBP_Settings_GenericPage_C_AreSettingsDirty::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingsDirty, CallFunc_IsCurrentDifficultyDirty_IsDirty) == 0x000010, "Member 'WBP_Settings_GenericPage_C_AreSettingsDirty::CallFunc_IsCurrentDifficultyDirty_IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingsDirty, CallFunc_IsDirty_ReturnValue) == 0x000011, "Member 'WBP_Settings_GenericPage_C_AreSettingsDirty::CallFunc_IsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingsDirty, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_Settings_GenericPage_C_AreSettingsDirty::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_AreSettingValidBeforeApply \ +static_assert(alignof(WBP_Settings_GenericPage_C_AreSettingValidBeforeApply) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_AreSettingValidBeforeApply"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_AreSettingValidBeforeApply) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_AreSettingValidBeforeApply"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_AreSettingValidBeforeApply, IsValid) == 0x000000, "Member 'WBP_Settings_GenericPage_C_AreSettingValidBeforeApply::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_Apply_Settings \ +static_assert(alignof(WBP_Settings_GenericPage_C_Apply_Settings) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_Apply_Settings"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_Apply_Settings) == 0x000008, "Wrong size on WBP_Settings_GenericPage_C_Apply_Settings"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_Apply_Settings, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_Settings_GenericPage_C_Apply_Settings::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_OnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GenericPage_C_OnOptionEntryFocused) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_OnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_OnOptionEntryFocused) == 0x000018, "Wrong size on WBP_Settings_GenericPage_C_OnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnOptionEntryFocused, Widget) == 0x000000, "Member 'WBP_Settings_GenericPage_C_OnOptionEntryFocused::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnOptionEntryFocused, CallFunc_GetOptionDescription_DescriptionText) == 0x000008, "Member 'WBP_Settings_GenericPage_C_OnOptionEntryFocused::CallFunc_GetOptionDescription_DescriptionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_SetSettingInformation \ +static_assert(alignof(WBP_Settings_GenericPage_C_SetSettingInformation) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_SetSettingInformation"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_SetSettingInformation) == 0x000020, "Wrong size on WBP_Settings_GenericPage_C_SetSettingInformation"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_SetSettingInformation, Name_0) == 0x000000, "Member 'WBP_Settings_GenericPage_C_SetSettingInformation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_SetSettingInformation, Description) == 0x000010, "Member 'WBP_Settings_GenericPage_C_SetSettingInformation::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Revert_K2Node_ComponentBoundEvent_3_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_GenericPage_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_SetToDefaults_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_OnApplySettingsResponse \ +static_assert(alignof(WBP_Settings_GenericPage_C_OnApplySettingsResponse) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_OnApplySettingsResponse"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_OnApplySettingsResponse) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_OnApplySettingsResponse"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnApplySettingsResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_GenericPage_C_OnApplySettingsResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_OnRevertSettingsResponse \ +static_assert(alignof(WBP_Settings_GenericPage_C_OnRevertSettingsResponse) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_OnRevertSettingsResponse"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_OnRevertSettingsResponse) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_OnRevertSettingsResponse"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnRevertSettingsResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_GenericPage_C_OnRevertSettingsResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_OnResetSettingsResponse \ +static_assert(alignof(WBP_Settings_GenericPage_C_OnResetSettingsResponse) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_OnResetSettingsResponse"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_OnResetSettingsResponse) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_OnResetSettingsResponse"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnResetSettingsResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_GenericPage_C_OnResetSettingsResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_OnUnsavedResponse \ +static_assert(alignof(WBP_Settings_GenericPage_C_OnUnsavedResponse) == 0x000001, "Wrong alignment on WBP_Settings_GenericPage_C_OnUnsavedResponse"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_OnUnsavedResponse) == 0x000001, "Wrong size on WBP_Settings_GenericPage_C_OnUnsavedResponse"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_OnUnsavedResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_GenericPage_C_OnUnsavedResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage \ +static_assert(alignof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage) == 0x000008, "Wrong alignment on WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage"); \ +static_assert(sizeof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage) == 0x0000F0, "Wrong size on WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, EntryPoint) == 0x000000, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_CreateModalWindow_OutputPin) == 0x000008, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000020, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_GetContent_ReturnValue) == 0x000048, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_GetContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_DynamicCast_AsWBP_Settings_Options_List_Abstract) == 0x000050, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_DynamicCast_AsWBP_Settings_Options_List_Abstract' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate_4) == 0x00006C, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_GetContent_ReturnValue_1) == 0x000080, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_GetContent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_DynamicCast_AsWBP_Settings_Options_List_Abstract_1) == 0x000088, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_DynamicCast_AsWBP_Settings_Options_List_Abstract_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CreateDelegate_OutputDelegate_5) == 0x000094, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_ComponentBoundEvent_Button_3) == 0x0000A8, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_ComponentBoundEvent_Button_2) == 0x0000B0, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_ComponentBoundEvent_Button_1) == 0x0000B8, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_ComponentBoundEvent_Button) == 0x0000C0, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CustomEvent_InUserResponse_3) == 0x0000C8, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CustomEvent_InUserResponse_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CustomEvent_InUserResponse_2) == 0x0000C9, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CustomEvent_InUserResponse_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_SwitchEnum_CmpSuccess) == 0x0000CA, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000CB, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CustomEvent_InUserResponse_1) == 0x0000CC, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CustomEvent_InUserResponse_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_CustomEvent_InUserResponse) == 0x0000CD, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000CE, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, K2Node_SwitchEnum_CmpSuccess_3) == 0x0000CF, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_AreSettingsDirty_IsDirty) == 0x0000D0, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_AreSettingsDirty_IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_AreSettingValidBeforeApply_IsValid) == 0x0000D1, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_AreSettingValidBeforeApply_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_AreSettingValidBeforeApply_IsValid_1) == 0x0000D2, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_AreSettingValidBeforeApply_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_CreateModalWindow_OutputPin_1) == 0x0000D8, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_CreateModalWindow_OutputPin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_CreateModalWindow_OutputPin_2) == 0x0000E0, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_CreateModalWindow_OutputPin_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage, CallFunc_CreateModalWindow_OutputPin_3) == 0x0000E8, "Member 'WBP_Settings_GenericPage_C_ExecuteUbergraph_WBP_Settings_GenericPage::CallFunc_CreateModalWindow_OutputPin_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GenericPage_C \ +static_assert(alignof(UWBP_Settings_GenericPage_C) == 0x000008, "Wrong alignment on UWBP_Settings_GenericPage_C"); \ +static_assert(sizeof(UWBP_Settings_GenericPage_C) == 0x0004C8, "Wrong size on UWBP_Settings_GenericPage_C"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Settings_GenericPage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, NamedSlot_OptionsContainer) == 0x000438, "Member 'UWBP_Settings_GenericPage_C::NamedSlot_OptionsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, WBP_CommonBoundActionButton_ApplySettings) == 0x000440, "Member 'UWBP_Settings_GenericPage_C::WBP_CommonBoundActionButton_ApplySettings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, WBP_CommonBoundActionButton_Back) == 0x000448, "Member 'UWBP_Settings_GenericPage_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, WBP_CommonBoundActionButton_Revert) == 0x000450, "Member 'UWBP_Settings_GenericPage_C::WBP_CommonBoundActionButton_Revert' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, WBP_CommonBoundActionButton_SetToDefaults) == 0x000458, "Member 'UWBP_Settings_GenericPage_C::WBP_CommonBoundActionButton_SetToDefaults' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, WBP_Settings_OptionTooltip) == 0x000460, "Member 'UWBP_Settings_GenericPage_C::WBP_Settings_OptionTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, GameUserSettings) == 0x000468, "Member 'UWBP_Settings_GenericPage_C::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, SettingsCategoryName) == 0x000470, "Member 'UWBP_Settings_GenericPage_C::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, OnBackToOwnerPressed) == 0x000480, "Member 'UWBP_Settings_GenericPage_C::OnBackToOwnerPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, SettingPageCategory) == 0x000490, "Member 'UWBP_Settings_GenericPage_C::SettingPageCategory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, SD_OnApply) == 0x000498, "Member 'UWBP_Settings_GenericPage_C::SD_OnApply' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, SD_OnUnsaved) == 0x0004A8, "Member 'UWBP_Settings_GenericPage_C::SD_OnUnsaved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GenericPage_C, SD_OnSettingsPop) == 0x0004B8, "Member 'UWBP_Settings_GenericPage_C::SD_OnSettingsPop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_SetActionButtonsEnabled \ +static_assert(alignof(WBP_Settings_InputOptions_C_SetActionButtonsEnabled) == 0x000001, "Wrong alignment on WBP_Settings_InputOptions_C_SetActionButtonsEnabled"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_SetActionButtonsEnabled) == 0x000001, "Wrong size on WBP_Settings_InputOptions_C_SetActionButtonsEnabled"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetActionButtonsEnabled, bInIsEnabled) == 0x000000, "Member 'WBP_Settings_InputOptions_C_SetActionButtonsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_AreSettingsDirty \ +static_assert(alignof(WBP_Settings_InputOptions_C_AreSettingsDirty) == 0x000001, "Wrong alignment on WBP_Settings_InputOptions_C_AreSettingsDirty"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_AreSettingsDirty) == 0x000002, "Wrong size on WBP_Settings_InputOptions_C_AreSettingsDirty"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingsDirty, IsDirty) == 0x000000, "Member 'WBP_Settings_InputOptions_C_AreSettingsDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingsDirty, CallFunc_AreMappingsDirty_IsDirty) == 0x000001, "Member 'WBP_Settings_InputOptions_C_AreSettingsDirty::CallFunc_AreMappingsDirty_IsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings \ +static_assert(alignof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings) == 0x000078, "Wrong size on WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000000, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, K2Node_MakeSet_Set) == 0x000008, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::K2Node_MakeSet_Set' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetUserSettings_self_CastInput) == 0x000058, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetUserSettings_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, CallFunc_GetUserSettings_ReturnValue) == 0x000068, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::CallFunc_GetUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings, CallFunc_RegisterInputMappingContexts_ReturnValue) == 0x000071, "Member 'WBP_Settings_InputOptions_C_SetupEnhancedInputUserSettings::CallFunc_RegisterInputMappingContexts_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_AreSettingValidBeforeApply \ +static_assert(alignof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply) == 0x000001, "Wrong alignment on WBP_Settings_InputOptions_C_AreSettingValidBeforeApply"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply) == 0x000004, "Wrong size on WBP_Settings_InputOptions_C_AreSettingValidBeforeApply"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply, IsValid) == 0x000000, "Member 'WBP_Settings_InputOptions_C_AreSettingValidBeforeApply::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply, CallFunc_AreSettingValidBeforeApply_IsValid) == 0x000001, "Member 'WBP_Settings_InputOptions_C_AreSettingValidBeforeApply::CallFunc_AreSettingValidBeforeApply_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply, CallFunc_AreMappingsValid_IsValid) == 0x000002, "Member 'WBP_Settings_InputOptions_C_AreSettingValidBeforeApply::CallFunc_AreMappingsValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_AreSettingValidBeforeApply, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_Settings_InputOptions_C_AreSettingValidBeforeApply::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_OnMappingEntryFocused \ +static_assert(alignof(WBP_Settings_InputOptions_C_OnMappingEntryFocused) == 0x000008, "Wrong alignment on WBP_Settings_InputOptions_C_OnMappingEntryFocused"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_OnMappingEntryFocused) == 0x000008, "Wrong size on WBP_Settings_InputOptions_C_OnMappingEntryFocused"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_OnMappingEntryFocused, MappingEntry) == 0x000000, "Member 'WBP_Settings_InputOptions_C_OnMappingEntryFocused::MappingEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings \ +static_assert(alignof(WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings) == 0x000004, "Wrong alignment on WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings) == 0x000010, "Wrong size on WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Settings_InputOptions_C_RefreshWidgetsWithUserSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_PreConstruct \ +static_assert(alignof(WBP_Settings_InputOptions_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_InputOptions_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_InputOptions_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_InputOptions_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature, IsInEditMode) == 0x000000, "Member 'WBP_Settings_InputOptions_C_BndEvt__WBP_Settings_InputOptions_WBP_Settings_InputOptionsList_K2Node_ComponentBoundEvent_0_OnEditModeChanged__DelegateSignature::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_OnEditBindingsFocused \ +static_assert(alignof(WBP_Settings_InputOptions_C_OnEditBindingsFocused) == 0x000008, "Wrong alignment on WBP_Settings_InputOptions_C_OnEditBindingsFocused"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_OnEditBindingsFocused) == 0x000008, "Wrong size on WBP_Settings_InputOptions_C_OnEditBindingsFocused"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_OnEditBindingsFocused, Button) == 0x000000, "Member 'WBP_Settings_InputOptions_C_OnEditBindingsFocused::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions \ +static_assert(alignof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions) == 0x000008, "Wrong alignment on WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions) == 0x000048, "Wrong size on WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, EntryPoint) == 0x000000, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, CallFunc_CreateModalWindow_OutputPin) == 0x000008, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, K2Node_ComponentBoundEvent_IsInEditMode) == 0x000034, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::K2Node_ComponentBoundEvent_IsInEditMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, CallFunc_Not_PreBool_ReturnValue) == 0x000035, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions, K2Node_CustomEvent_Button) == 0x000040, "Member 'WBP_Settings_InputOptions_C_ExecuteUbergraph_WBP_Settings_InputOptions::K2Node_CustomEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_InputOptions_C \ +static_assert(alignof(UWBP_Settings_InputOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_InputOptions_C"); \ +static_assert(sizeof(UWBP_Settings_InputOptions_C) == 0x0004D8, "Wrong size on UWBP_Settings_InputOptions_C"); \ +static_assert(offsetof(UWBP_Settings_InputOptions_C, UberGraphFrame_WBP_Settings_InputOptions_C) == 0x0004C8, "Member 'UWBP_Settings_InputOptions_C::UberGraphFrame_WBP_Settings_InputOptions_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputOptions_C, WBP_Settings_InputOptionsList) == 0x0004D0, "Member 'UWBP_Settings_InputOptions_C::WBP_Settings_InputOptionsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Lune_C \ +static_assert(alignof(ABP_Character_Camp_Lune_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Lune_C"); \ +static_assert(sizeof(ABP_Character_Camp_Lune_C) == 0x000C20, "Wrong size on ABP_Character_Camp_Lune_C"); \ +static_assert(offsetof(ABP_Character_Camp_Lune_C, BP_CinematicCharacterSkinComponent) == 0x000C10, "Member 'ABP_Character_Camp_Lune_C::BP_CinematicCharacterSkinComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature \ +static_assert(alignof(WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature, ActionValue) == 0x000000, "Member 'WBP_Settings_OptionTooltip_C_BndEvt__WBP_PassiveEffectsSetCreateModal_ScrollHint_K2Node_ComponentBoundEvent_0_OnScroll__DelegateSignature::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip \ +static_assert(alignof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip) == 0x000008, "Wrong alignment on WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip"); \ +static_assert(sizeof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip) == 0x000048, "Wrong size on WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, EntryPoint) == 0x000000, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_GetScrollOffset_ReturnValue) == 0x000004, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000008, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, K2Node_ComponentBoundEvent_ActionValue) == 0x000010, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::K2Node_ComponentBoundEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_FClamp_Max_ImplicitCast) == 0x000038, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x000040, "Member 'WBP_Settings_OptionTooltip_C_ExecuteUbergraph_WBP_Settings_OptionTooltip::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc \ +static_assert(alignof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc) == 0x000010, "Wrong alignment on WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc"); \ +static_assert(sizeof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc) == 0x000170, "Wrong size on WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, InOptionName) == 0x000000, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::InOptionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, InOptionDesc) == 0x000010, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::InOptionDesc' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_GetDesiredSize_ReturnValue) == 0x000020, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_BreakVector2D_X) == 0x000030, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000040, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_MapRangeClamped_ReturnValue) == 0x000050, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_BreakVector2D_Y_1) == 0x000060, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_Lerp_ReturnValue) == 0x000068, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, CallFunc_Lerp_ReturnValue_1) == 0x000078, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, K2Node_MakeStruct_Margin) == 0x000080, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, K2Node_MakeStruct_SlateBrush) == 0x000090, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, K2Node_MakeStruct_Bottom_ImplicitCast) == 0x000160, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::K2Node_MakeStruct_Bottom_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc, K2Node_MakeStruct_Top_ImplicitCast) == 0x000164, "Member 'WBP_Settings_OptionTooltip_C_SetOptionNameAndDesc::K2Node_MakeStruct_Top_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_OptionTooltip_C \ +static_assert(alignof(UWBP_Settings_OptionTooltip_C) == 0x000008, "Wrong alignment on UWBP_Settings_OptionTooltip_C"); \ +static_assert(sizeof(UWBP_Settings_OptionTooltip_C) == 0x000340, "Wrong size on UWBP_Settings_OptionTooltip_C"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Settings_OptionTooltip_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, DescScrollBox) == 0x000310, "Member 'UWBP_Settings_OptionTooltip_C::DescScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, OptionDescription) == 0x000318, "Member 'UWBP_Settings_OptionTooltip_C::OptionDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, OptionName) == 0x000320, "Member 'UWBP_Settings_OptionTooltip_C::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, ScrollHint) == 0x000328, "Member 'UWBP_Settings_OptionTooltip_C::ScrollHint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, SizeBox) == 0x000330, "Member 'UWBP_Settings_OptionTooltip_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_OptionTooltip_C, TooltipBackground) == 0x000338, "Member 'UWBP_Settings_OptionTooltip_C::TooltipBackground' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_ApplySelectedGameDifficulty \ +static_assert(alignof(BP_GameDifficultyManager_C_ApplySelectedGameDifficulty) == 0x000001, "Wrong alignment on BP_GameDifficultyManager_C_ApplySelectedGameDifficulty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_ApplySelectedGameDifficulty) == 0x000002, "Wrong size on BP_GameDifficultyManager_C_ApplySelectedGameDifficulty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_ApplySelectedGameDifficulty, DispatchChanges) == 0x000000, "Member 'BP_GameDifficultyManager_C_ApplySelectedGameDifficulty::DispatchChanges' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_ApplySelectedGameDifficulty, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_GameDifficultyManager_C_ApplySelectedGameDifficulty::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_DisableChallenge \ +static_assert(alignof(BP_GameDifficultyManager_C_DisableChallenge) == 0x000004, "Wrong alignment on BP_GameDifficultyManager_C_DisableChallenge"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_DisableChallenge) == 0x00000C, "Wrong size on BP_GameDifficultyManager_C_DisableChallenge"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_DisableChallenge, ChallengeID) == 0x000000, "Member 'BP_GameDifficultyManager_C_DisableChallenge::ChallengeID' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_DisableChallenge, CallFunc_Map_Remove_ReturnValue) == 0x000008, "Member 'BP_GameDifficultyManager_C_DisableChallenge::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_FindChallengeDefinition \ +static_assert(alignof(BP_GameDifficultyManager_C_FindChallengeDefinition) == 0x000008, "Wrong alignment on BP_GameDifficultyManager_C_FindChallengeDefinition"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_FindChallengeDefinition) == 0x000040, "Wrong size on BP_GameDifficultyManager_C_FindChallengeDefinition"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, InputPin) == 0x000000, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, ChallengeAsset) == 0x000008, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::ChallengeAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_GetChallengeID_ReturnValue) == 0x000030, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_GetChallengeID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinition, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000038, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinition::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_FindChallengeDefinitions \ +static_assert(alignof(BP_GameDifficultyManager_C_FindChallengeDefinitions) == 0x000008, "Wrong alignment on BP_GameDifficultyManager_C_FindChallengeDefinitions"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_FindChallengeDefinitions) == 0x0000D8, "Wrong size on BP_GameDifficultyManager_C_FindChallengeDefinitions"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, ChallengeIDs) == 0x000000, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::ChallengeIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, ChallengeAsset) == 0x000010, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::ChallengeAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, local_Result) == 0x000060, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::local_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, Temp_int_Array_Index_Variable) == 0x0000B0, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, Temp_int_Loop_Counter_Variable) == 0x0000B4, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_GetChallengeID_ReturnValue) == 0x0000CC, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_GetChallengeID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_FindChallengeDefinitions, CallFunc_Array_Contains_ReturnValue) == 0x0000D5, "Member 'BP_GameDifficultyManager_C_FindChallengeDefinitions::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_GetActiveChallengeIDs \ +static_assert(alignof(BP_GameDifficultyManager_C_GetActiveChallengeIDs) == 0x000008, "Wrong alignment on BP_GameDifficultyManager_C_GetActiveChallengeIDs"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_GetActiveChallengeIDs) == 0x000020, "Wrong size on BP_GameDifficultyManager_C_GetActiveChallengeIDs"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetActiveChallengeIDs, ReturnValue) == 0x000000, "Member 'BP_GameDifficultyManager_C_GetActiveChallengeIDs::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetActiveChallengeIDs, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_GameDifficultyManager_C_GetActiveChallengeIDs::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_GetCurrentDifficulty \ +static_assert(alignof(BP_GameDifficultyManager_C_GetCurrentDifficulty) == 0x000001, "Wrong alignment on BP_GameDifficultyManager_C_GetCurrentDifficulty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_GetCurrentDifficulty) == 0x000001, "Wrong size on BP_GameDifficultyManager_C_GetCurrentDifficulty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetCurrentDifficulty, ReturnValue) == 0x000000, "Member 'BP_GameDifficultyManager_C_GetCurrentDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty \ +static_assert(alignof(BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty) == 0x000001, "Wrong alignment on BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty) == 0x000001, "Wrong size on BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty, SelectedDifficulty_0) == 0x000000, "Member 'BP_GameDifficultyManager_C_GetCurrentSelectedDifficulty::SelectedDifficulty_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_GetSelectedChallengeOption \ +static_assert(alignof(BP_GameDifficultyManager_C_GetSelectedChallengeOption) == 0x000004, "Wrong alignment on BP_GameDifficultyManager_C_GetSelectedChallengeOption"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_GetSelectedChallengeOption) == 0x000020, "Wrong size on BP_GameDifficultyManager_C_GetSelectedChallengeOption"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetSelectedChallengeOption, ChallengeID) == 0x000000, "Member 'BP_GameDifficultyManager_C_GetSelectedChallengeOption::ChallengeID' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetSelectedChallengeOption, Found) == 0x000008, "Member 'BP_GameDifficultyManager_C_GetSelectedChallengeOption::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetSelectedChallengeOption, OptionID) == 0x00000C, "Member 'BP_GameDifficultyManager_C_GetSelectedChallengeOption::OptionID' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetSelectedChallengeOption, CallFunc_Map_Find_Value) == 0x000014, "Member 'BP_GameDifficultyManager_C_GetSelectedChallengeOption::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_GetSelectedChallengeOption, CallFunc_Map_Find_ReturnValue) == 0x00001C, "Member 'BP_GameDifficultyManager_C_GetSelectedChallengeOption::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_IsChallengeActivated \ +static_assert(alignof(BP_GameDifficultyManager_C_IsChallengeActivated) == 0x000004, "Wrong alignment on BP_GameDifficultyManager_C_IsChallengeActivated"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_IsChallengeActivated) == 0x00000C, "Wrong size on BP_GameDifficultyManager_C_IsChallengeActivated"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_IsChallengeActivated, ChallengeID) == 0x000000, "Member 'BP_GameDifficultyManager_C_IsChallengeActivated::ChallengeID' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_IsChallengeActivated, ReturnValue) == 0x000008, "Member 'BP_GameDifficultyManager_C_IsChallengeActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_IsCurrentDifficultyDirty \ +static_assert(alignof(BP_GameDifficultyManager_C_IsCurrentDifficultyDirty) == 0x000001, "Wrong alignment on BP_GameDifficultyManager_C_IsCurrentDifficultyDirty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_IsCurrentDifficultyDirty) == 0x000002, "Wrong size on BP_GameDifficultyManager_C_IsCurrentDifficultyDirty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_IsCurrentDifficultyDirty, IsDirty) == 0x000000, "Member 'BP_GameDifficultyManager_C_IsCurrentDifficultyDirty::IsDirty' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_IsCurrentDifficultyDirty, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_GameDifficultyManager_C_IsCurrentDifficultyDirty::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_LoadState \ +static_assert(alignof(BP_GameDifficultyManager_C_LoadState) == 0x000008, "Wrong alignment on BP_GameDifficultyManager_C_LoadState"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_LoadState) == 0x000058, "Wrong size on BP_GameDifficultyManager_C_LoadState"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_LoadState, SaveData) == 0x000000, "Member 'BP_GameDifficultyManager_C_LoadState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_SaveState \ +static_assert(alignof(BP_GameDifficultyManager_C_SaveState) == 0x000008, "Wrong alignment on BP_GameDifficultyManager_C_SaveState"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_SaveState) == 0x000058, "Wrong size on BP_GameDifficultyManager_C_SaveState"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SaveState, SaveData) == 0x000000, "Member 'BP_GameDifficultyManager_C_SaveState::SaveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_SelectGameDifficulty \ +static_assert(alignof(BP_GameDifficultyManager_C_SelectGameDifficulty) == 0x000001, "Wrong alignment on BP_GameDifficultyManager_C_SelectGameDifficulty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_SelectGameDifficulty) == 0x000001, "Wrong size on BP_GameDifficultyManager_C_SelectGameDifficulty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SelectGameDifficulty, Difficulty) == 0x000000, "Member 'BP_GameDifficultyManager_C_SelectGameDifficulty::Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_SetCurrentDifficulty \ +static_assert(alignof(BP_GameDifficultyManager_C_SetCurrentDifficulty) == 0x000004, "Wrong alignment on BP_GameDifficultyManager_C_SetCurrentDifficulty"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_SetCurrentDifficulty) == 0x000010, "Wrong size on BP_GameDifficultyManager_C_SetCurrentDifficulty"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetCurrentDifficulty, Difficulty) == 0x000000, "Member 'BP_GameDifficultyManager_C_SetCurrentDifficulty::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetCurrentDifficulty, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'BP_GameDifficultyManager_C_SetCurrentDifficulty::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetCurrentDifficulty, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000008, "Member 'BP_GameDifficultyManager_C_SetCurrentDifficulty::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetCurrentDifficulty, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameDifficultyManager_C_SetCurrentDifficulty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameDifficultyManager_C_SetSelectedChallengeOption \ +static_assert(alignof(BP_GameDifficultyManager_C_SetSelectedChallengeOption) == 0x000004, "Wrong alignment on BP_GameDifficultyManager_C_SetSelectedChallengeOption"); \ +static_assert(sizeof(BP_GameDifficultyManager_C_SetSelectedChallengeOption) == 0x000010, "Wrong size on BP_GameDifficultyManager_C_SetSelectedChallengeOption"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetSelectedChallengeOption, ChallengeID) == 0x000000, "Member 'BP_GameDifficultyManager_C_SetSelectedChallengeOption::ChallengeID' has a wrong offset!"); \ +static_assert(offsetof(BP_GameDifficultyManager_C_SetSelectedChallengeOption, OptionID) == 0x000008, "Member 'BP_GameDifficultyManager_C_SetSelectedChallengeOption::OptionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameDifficultyManager_C \ +static_assert(alignof(UBP_GameDifficultyManager_C) == 0x000008, "Wrong alignment on UBP_GameDifficultyManager_C"); \ +static_assert(sizeof(UBP_GameDifficultyManager_C) == 0x0000A0, "Wrong size on UBP_GameDifficultyManager_C"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, SelectedDifficulty) == 0x000028, "Member 'UBP_GameDifficultyManager_C::SelectedDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, CurrentDifficulty) == 0x000029, "Member 'UBP_GameDifficultyManager_C::CurrentDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, LowestDifficulty) == 0x00002A, "Member 'UBP_GameDifficultyManager_C::LowestDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, OnGameDifficultyChanged) == 0x000030, "Member 'UBP_GameDifficultyManager_C::OnGameDifficultyChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, ActivatedChallengeOptionIDs) == 0x000040, "Member 'UBP_GameDifficultyManager_C::ActivatedChallengeOptionIDs' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameDifficultyManager_C, ChallengeAssets) == 0x000090, "Member 'UBP_GameDifficultyManager_C::ChallengeAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle \ +static_assert(alignof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle) == 0x000008, "Wrong alignment on BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle"); \ +static_assert(sizeof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle) == 0x000128, "Wrong size on BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, EnemyArchetype) == 0x000000, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::EnemyArchetype' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, BattleManager) == 0x000008, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::BattleManager' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, __WorldContext) == 0x000010, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, ReturnValue) == 0x000018, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_GetCurrentBattleDifficulty_ReturnValue) == 0x000020, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_GetCurrentBattleDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000058, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_Map_Find_Value) == 0x000108, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_Map_Find_ReturnValue) == 0x000110, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_FL_GameDifficultyHelpers_C_GetArchetypeScalingDataTableForBattle::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameDifficultyHelpers_C_GetGameDifficulty \ +static_assert(alignof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty) == 0x000008, "Wrong alignment on BP_FL_GameDifficultyHelpers_C_GetGameDifficulty"); \ +static_assert(sizeof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty) == 0x000020, "Wrong size on BP_FL_GameDifficultyHelpers_C_GetGameDifficulty"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty, __WorldContext) == 0x000000, "Member 'BP_FL_GameDifficultyHelpers_C_GetGameDifficulty::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty, ReturnValue) == 0x000008, "Member 'BP_FL_GameDifficultyHelpers_C_GetGameDifficulty::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty, CallFunc_GetDifficultyManager_ReturnValue) == 0x000010, "Member 'BP_FL_GameDifficultyHelpers_C_GetGameDifficulty::CallFunc_GetDifficultyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetGameDifficulty, CallFunc_GetCurrentDifficulty_ReturnValue) == 0x000018, "Member 'BP_FL_GameDifficultyHelpers_C_GetGameDifficulty::CallFunc_GetCurrentDifficulty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_GameDifficultyHelpers_C_GetDifficultyManager \ +static_assert(alignof(BP_FL_GameDifficultyHelpers_C_GetDifficultyManager) == 0x000008, "Wrong alignment on BP_FL_GameDifficultyHelpers_C_GetDifficultyManager"); \ +static_assert(sizeof(BP_FL_GameDifficultyHelpers_C_GetDifficultyManager) == 0x000018, "Wrong size on BP_FL_GameDifficultyHelpers_C_GetDifficultyManager"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetDifficultyManager, __WorldContext) == 0x000000, "Member 'BP_FL_GameDifficultyHelpers_C_GetDifficultyManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetDifficultyManager, ReturnValue) == 0x000008, "Member 'BP_FL_GameDifficultyHelpers_C_GetDifficultyManager::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_GameDifficultyHelpers_C_GetDifficultyManager, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_FL_GameDifficultyHelpers_C_GetDifficultyManager::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_GameDifficultyHelpers_C \ +static_assert(alignof(UBP_FL_GameDifficultyHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_GameDifficultyHelpers_C"); \ +static_assert(sizeof(UBP_FL_GameDifficultyHelpers_C) == 0x000028, "Wrong size on UBP_FL_GameDifficultyHelpers_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MasterVolume_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Combat_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_Exploration_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_MusicVolume_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_NotFocusedVolume_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Combat_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_Exploration_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_SpecialEffectsVolume_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_UserInterfaceVolume_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Combat_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_Exploration_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_BndEvt__WBP_Settings_SoundOptionsList_WBP_SliderSelector_VoiceVolume_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList) == 0x000218, "Wrong size on WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_11) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_11) == 0x000010, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_10) == 0x000018, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_10) == 0x000020, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000028, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x000038, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000048, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000050, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_9) == 0x000058, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_9) == 0x000060, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_8) == 0x000068, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_8) == 0x000070, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_2) == 0x000078, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_3) == 0x000088, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000098, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x0000A0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_7) == 0x0000A8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_7) == 0x0000B0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_4) == 0x0000B8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_4) == 0x0000C0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_4) == 0x0000C8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_6) == 0x0000D0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_6) == 0x0000D8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_5) == 0x0000E0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x0000F0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x0000F8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_5) == 0x000100, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_6) == 0x000108, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_6) == 0x000110, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_6) == 0x000118, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000120, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x000128, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x000130, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x000138, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_7) == 0x000140, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_7) == 0x000148, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_8) == 0x000150, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_8) == 0x000158, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_7) == 0x000160, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_8) == 0x000168, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x000170, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x000178, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x000180, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000188, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_9) == 0x000190, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_9) == 0x000198, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_10) == 0x0001A0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_10) == 0x0001A8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_9) == 0x0001B0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_10) == 0x0001B8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Value) == 0x0001C0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x0001C8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_11) == 0x0001D0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, K2Node_DynamicCast_bSuccess_11) == 0x0001D8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_11) == 0x0001E0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetMasterVolume_Value_ImplicitCast) == 0x0001E8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetMasterVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetMusicVolume_Value_ImplicitCast) == 0x0001EC, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetMusicVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetVoiceVolume_Value_ImplicitCast) == 0x0001F0, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetVoiceVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetUserInterfaceVolume_Value_ImplicitCast) == 0x0001F4, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetUserInterfaceVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetSpecialEffectsVolume_Value_ImplicitCast) == 0x0001F8, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetSpecialEffectsVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetNotFocusedVolume_Value_ImplicitCast) == 0x0001FC, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetNotFocusedVolume_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetMusicVolume_Combat_Value_ImplicitCast) == 0x000200, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetMusicVolume_Combat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetMusicVolume_Exploration_Value_ImplicitCast) == 0x000204, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetMusicVolume_Exploration_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetVoiceVolume_Combat_Value_ImplicitCast) == 0x000208, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetVoiceVolume_Combat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetVoiceVolume_Exploration_Value_ImplicitCast) == 0x00020C, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetVoiceVolume_Exploration_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetSpecialEffectsVolume_Combat_Value_ImplicitCast) == 0x000210, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetSpecialEffectsVolume_Combat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList, CallFunc_SetSpecialEffectsVolume_Exploration_Value_ImplicitCast) == 0x000214, "Member 'WBP_Settings_SoundOptionsList_C_ExecuteUbergraph_WBP_Settings_SoundOptionsList::CallFunc_SetSpecialEffectsVolume_Exploration_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_LoadUserSettings) == 0x000178, "Wrong size on WBP_Settings_SoundOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, local_SliderWidgetToValue) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::local_SliderWidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000080, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue) == 0x000088, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetSpecialEffectsVolume__Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue) == 0x00008C, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetSpecialEffectsVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetVoiceVolume_Exploration_ReturnValue) == 0x000090, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetVoiceVolume_Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetVoiceVolume_Combat_ReturnValue) == 0x000094, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetVoiceVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetMusicVolume_Exploration_ReturnValue) == 0x000098, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetMusicVolume_Exploration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetMusicVolume_Combat_ReturnValue) == 0x00009C, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetMusicVolume_Combat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetNotFocusedVolume_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetNotFocusedVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetSpecialEffectsVolume_ReturnValue) == 0x0000A4, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetSpecialEffectsVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetUserInterfaceVolume_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetUserInterfaceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetVoiceVolume_ReturnValue) == 0x0000AC, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetVoiceVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetMusicVolume_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_GetMasterVolume_ReturnValue) == 0x0000B4, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map) == 0x0000B8, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x000108, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x000110, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_10_ImplicitCast) == 0x000118, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_10_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_9_ImplicitCast) == 0x000120, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_9_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_7_ImplicitCast) == 0x000128, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_7_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_6_ImplicitCast) == 0x000130, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_6_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_4_ImplicitCast) == 0x000138, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_4_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_3_ImplicitCast) == 0x000140, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_3_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_1_ImplicitCast) == 0x000148, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_8_ImplicitCast) == 0x000150, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_8_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_11_ImplicitCast) == 0x000158, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_11_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_5_ImplicitCast) == 0x000160, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_5_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_2_ImplicitCast) == 0x000168, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_LoadUserSettings, K2Node_MakeMap_Value_0_ImplicitCast) == 0x000170, "Member 'WBP_Settings_SoundOptionsList_C_LoadUserSettings::K2Node_MakeMap_Value_0_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings) == 0x000010, "Wrong size on WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings, CallFunc_GetCustomGI_ReturnValue) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000008, "Member 'WBP_Settings_SoundOptionsList_C_UpdateAudioControlSystemSettings::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_SoundOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_SoundOptionsList_C \ +static_assert(alignof(UWBP_Settings_SoundOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_SoundOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_SoundOptionsList_C) == 0x000518, "Wrong size on UWBP_Settings_SoundOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, UberGraphFrame_WBP_Settings_SoundOptionsList_C) == 0x000438, "Member 'UWBP_Settings_SoundOptionsList_C::UberGraphFrame_WBP_Settings_SoundOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_SoundOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntriesHeader_Volume) == 0x000448, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntriesHeader_Volume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_MasterVolume) == 0x000450, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_MusicVolume) == 0x000458, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_MusicVolume_Combat) == 0x000460, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_MusicVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_MusicVolume_Exploration) == 0x000468, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_MusicVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_NotFocusedVolume) == 0x000470, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_NotFocusedVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_SpecialEffectsVolume) == 0x000478, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_SpecialEffectsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_SpecialEffectsVolume_Combat) == 0x000480, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_SpecialEffectsVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_SpecialEffectsVolume_Exploration) == 0x000488, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_SpecialEffectsVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_UserInterfaceVolume) == 0x000490, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_UserInterfaceVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_VoiceVolume) == 0x000498, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_VoiceVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_VoiceVolume_Combat) == 0x0004A0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_VoiceVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_Settings_OptionEntry_VoiceVolume_Exploration) == 0x0004A8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_Settings_OptionEntry_VoiceVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_MasterVolume) == 0x0004B0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_MusicVolume) == 0x0004B8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_MusicVolume_Combat) == 0x0004C0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_MusicVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_MusicVolume_Exploration) == 0x0004C8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_MusicVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_NotFocusedVolume) == 0x0004D0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_NotFocusedVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_SpecialEffectsVolume) == 0x0004D8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_SpecialEffectsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_SpecialEffectsVolume_Combat) == 0x0004E0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_SpecialEffectsVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_SpecialEffectsVolume_Exploration) == 0x0004E8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_SpecialEffectsVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_UserInterfaceVolume) == 0x0004F0, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_UserInterfaceVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_VoiceVolume) == 0x0004F8, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_VoiceVolume' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_VoiceVolume_Combat) == 0x000500, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_VoiceVolume_Combat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, WBP_SliderSelector_VoiceVolume_Exploration) == 0x000508, "Member 'UWBP_Settings_SoundOptionsList_C::WBP_SliderSelector_VoiceVolume_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SoundOptionsList_C, GameUserSettings) == 0x000510, "Member 'UWBP_Settings_SoundOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticMantle_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_AutomaticQTE_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraMovement_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_CameraShake_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedBoolSelector_PersistentCenterDot_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_NamedIntegerSelector_ColorblindMode_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ApplicationScale_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_BndEvt__WBP_Settings_AccessibilityOptionsList_WBP_SliderSelector_ColorblindModeIntensity_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList) == 0x000110, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_7) == 0x000004, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name_5) == 0x000008, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_7) == 0x000018, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_6) == 0x000020, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name_4) == 0x000028, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_6) == 0x000038, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_Conv_IntToByte_ReturnValue) == 0x000040, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_GetValidValue_ReturnValue) == 0x000041, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x000048, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x000050, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x000058, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000068, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000070, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name_3) == 0x000078, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x000088, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x000090, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name_2) == 0x000098, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x0000A8, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x0000B0, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name_1) == 0x0000B8, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x0000C8, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x0000D0, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x0000D8, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Value) == 0x0000E8, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Name) == 0x0000F0, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x000100, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_SetColorVisionDeficiencyCorrectionSeverity_Value_ImplicitCast) == 0x000108, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_SetColorVisionDeficiencyCorrectionSeverity_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList, CallFunc_SetApplicationScale_Value_ImplicitCast) == 0x00010C, "Member 'WBP_Settings_AccessibilityOptionsList_C_ExecuteUbergraph_WBP_Settings_AccessibilityOptionsList::CallFunc_SetApplicationScale_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings) == 0x000100, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, local_BoolWidgetToValue) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::local_BoolWidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetApplicationScale_ReturnValue) == 0x00005C, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetEnableAutomaticMantle_ReturnValue) == 0x000085, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetEnableAutomaticMantle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetEnablePersistentCenterDot_ReturnValue) == 0x000086, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetEnablePersistentCenterDot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetEnableCameraMovement_ReturnValue) == 0x000087, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetEnableCameraMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetEnableCameraShakes_ReturnValue) == 0x000088, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetEnableCameraShakes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetEnableAutomaticBattleQTE_ReturnValue) == 0x000089, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetEnableAutomaticBattleQTE_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Map_Find_Value) == 0x00008A, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Map_Find_ReturnValue) == 0x00008B, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetColorVisionDeficiencyCorrectionSeverity_ReturnValue) == 0x00008C, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetColorVisionDeficiencyCorrectionSeverity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetColorVisionDeficiency_ReturnValue) == 0x000090, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetColorVisionDeficiency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000094, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, K2Node_MakeMap_Map) == 0x000098, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000E8, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000F0, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast) == 0x0000F8, "Member 'WBP_Settings_AccessibilityOptionsList_C_LoadUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions) == 0x000050, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget) == 0x000001, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget) == 0x000002, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget, CallFunc_GetColorVisionDeficiency_ReturnValue) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget::CallFunc_GetColorVisionDeficiency_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_Settings_AccessibilityOptionsList_C_UpdateColorblindModeIntensityWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_AccessibilityOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_AccessibilityOptionsList_C \ +static_assert(alignof(UWBP_Settings_AccessibilityOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_AccessibilityOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_AccessibilityOptionsList_C) == 0x0004D0, "Wrong size on UWBP_Settings_AccessibilityOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, UberGraphFrame_WBP_Settings_AccessibilityOptionsList_C) == 0x000438, "Member 'UWBP_Settings_AccessibilityOptionsList_C::UberGraphFrame_WBP_Settings_AccessibilityOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_AccessibilityOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedBoolSelector_AutomaticMantle) == 0x000448, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedBoolSelector_AutomaticMantle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedBoolSelector_AutomaticQTE) == 0x000450, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedBoolSelector_AutomaticQTE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedBoolSelector_CameraMovement) == 0x000458, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedBoolSelector_CameraMovement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedBoolSelector_CameraShake) == 0x000460, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedBoolSelector_CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedBoolSelector_PersistentCenterDot) == 0x000468, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedBoolSelector_PersistentCenterDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_NamedIntegerSelector_ColorblindMode) == 0x000470, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_NamedIntegerSelector_ColorblindMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_ApplicationScale) == 0x000478, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_AutomaticMantle) == 0x000480, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_AutomaticMantle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_AutomaticQTE) == 0x000488, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_AutomaticQTE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_CameraMovement) == 0x000490, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_CameraMovement' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_CameraShake) == 0x000498, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_ColorblindMode) == 0x0004A0, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_ColorblindMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_ColorblindModeIntensity) == 0x0004A8, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_ColorblindModeIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_Settings_OptionEntry_PersistentCenterDot) == 0x0004B0, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_Settings_OptionEntry_PersistentCenterDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_SliderSelector_ApplicationScale) == 0x0004B8, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_SliderSelector_ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, WBP_SliderSelector_ColorblindModeIntensity) == 0x0004C0, "Member 'UWBP_Settings_AccessibilityOptionsList_C::WBP_SliderSelector_ColorblindModeIntensity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AccessibilityOptionsList_C, GameUserSettings) == 0x0004C8, "Member 'UWBP_Settings_AccessibilityOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion \ +static_assert(alignof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion) == 0x000078, "Wrong size on BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, Temp_wildcard_Variable) == 0x000028, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, K2Node_Event_Controller) == 0x000050, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_GetCharacterNames_ReturnValue) == 0x000058, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_GetCharacterNames_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_GetCustomGI_ReturnValue) == 0x000068, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion, CallFunc_Array_RemoveItem_ReturnValue) == 0x000070, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_ExecuteUbergraph_BP_GameActionInstance_RemoveExternalCompanion::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames \ +static_assert(alignof(BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames) == 0x000020, "Wrong size on BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames, K2Node_DynamicCast_AsRemove_External_Companion) == 0x000010, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames::K2Node_DynamicCast_AsRemove_External_Companion' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetCharacterNames::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_RemoveExternalCompanion_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_RemoveExternalCompanion_C \ +static_assert(alignof(UBP_GameActionInstance_RemoveExternalCompanion_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_RemoveExternalCompanion_C"); \ +static_assert(sizeof(UBP_GameActionInstance_RemoveExternalCompanion_C) == 0x000048, "Wrong size on UBP_GameActionInstance_RemoveExternalCompanion_C"); \ +static_assert(offsetof(UBP_GameActionInstance_RemoveExternalCompanion_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_RemoveExternalCompanion_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials \ +static_assert(alignof(BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials) == 0x000008, "Wrong alignment on BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials"); \ +static_assert(sizeof(BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials) == 0x000018, "Wrong size on BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials"); \ +static_assert(offsetof(BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials, Materials) == 0x000000, "Member 'BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials::Materials' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials, UseVelocityMap) == 0x000010, "Member 'BPI_FluxTickableEditorCallback_C_UpdateModifierMaterials::UseVelocityMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged \ +static_assert(alignof(BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged) == 0x000001, "Wrong alignment on BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged"); \ +static_assert(sizeof(BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged) == 0x000001, "Wrong size on BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged"); \ +static_assert(offsetof(BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged, Selected) == 0x000000, "Member 'BPI_FluxTickableEditorCallback_C_OnEditorSelectionChanged::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation \ +static_assert(alignof(BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation) == 0x000004, "Wrong alignment on BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation"); \ +static_assert(sizeof(BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation) == 0x000004, "Wrong size on BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation"); \ +static_assert(offsetof(BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation, Iterations) == 0x000000, "Member 'BPI_FluxTickableEditorCallback_C_OnEditorIterateSimulation::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxTickableEditorCallback_C \ +static_assert(alignof(IBPI_FluxTickableEditorCallback_C) == 0x000001, "Wrong alignment on IBPI_FluxTickableEditorCallback_C"); \ +static_assert(sizeof(IBPI_FluxTickableEditorCallback_C) == 0x000001, "Wrong size on IBPI_FluxTickableEditorCallback_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetIsEditable \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetIsEditable) == 0x000001, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetIsEditable"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetIsEditable) == 0x000001, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetIsEditable"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetIsEditable, ReturnValue) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetIsEditable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_SetIsEditable \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_SetIsEditable) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_SetIsEditable"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_SetIsEditable) == 0x000018, "Wrong size on WBP_Settings_MappingOptionEntry_C_SetIsEditable"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetIsEditable, IsEditable_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_SetIsEditable::IsEditable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetIsEditable, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000008, "Member 'WBP_Settings_MappingOptionEntry_C_SetIsEditable::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetIsEditable, CallFunc_GetCurrentInputType_ReturnValue) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_SetIsEditable::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled) == 0x000001, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled) == 0x000004, "Wrong size on WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled, IsEditable_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled::IsEditable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled, CurrentInputType) == 0x000001, "Member 'WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled::CurrentInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_Settings_MappingOptionEntry_C_SetSelectorEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetInputSelector \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetInputSelector) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetInputSelector"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetInputSelector) == 0x000018, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetInputSelector"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetInputSelector, InputSelector) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetInputSelector::InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetInputSelector, Temp_byte_Variable) == 0x000008, "Member 'WBP_Settings_MappingOptionEntry_C_GetInputSelector::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetInputSelector, K2Node_Select_Default) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_GetInputSelector::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetMatchingSlot \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot) == 0x000001, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetMatchingSlot"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot) == 0x000007, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetMatchingSlot"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, ReturnValue) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, Temp_byte_Variable) == 0x000001, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, Temp_byte_Variable_4) == 0x000005, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMatchingSlot, K2Node_Select_Default) == 0x000006, "Member 'WBP_Settings_MappingOptionEntry_C_GetMatchingSlot::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping) == 0x000050, "Wrong size on WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping, CallFunc_GetMatchingSlot_ReturnValue) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping::CallFunc_GetMatchingSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_ResetToCurrentMapping::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetConflictCategories \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetConflictCategories) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetConflictCategories"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetConflictCategories) == 0x000010, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetConflictCategories"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetConflictCategories, ConflictCategories_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetConflictCategories::ConflictCategories_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone) == 0x000070, "Wrong size on WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone, CallFunc_GetInputSelector_InputSelector) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone, CallFunc_GetMatchingSlot_ReturnValue) == 0x000008, "Member 'WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone::CallFunc_GetMatchingSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone, K2Node_MakeStruct_InputChord) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone::K2Node_MakeStruct_InputChord' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000030, "Member 'WBP_Settings_MappingOptionEntry_C_SetMappingsSlotToNone::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetOptionDescription \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetOptionDescription"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription) == 0x0000C0, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetOptionDescription"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, OptionDescription_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::OptionDescription_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, Temp_text_Variable) == 0x000018, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, Temp_text_Variable_1) == 0x000028, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000038, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000040, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, K2Node_Select_Default) == 0x000048, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetOptionDescription, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_MappingOptionEntry_C_GetOptionDescription::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetKeyMapping \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetKeyMapping) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetKeyMapping"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetKeyMapping) == 0x000050, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetKeyMapping"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetKeyMapping, KeyMappings_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetKeyMapping::KeyMappings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetNewMapping \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetNewMapping) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetNewMapping"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetNewMapping) == 0x000040, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetNewMapping"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetNewMapping, NewMapping_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetNewMapping::NewMapping_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_GetMappingName \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_GetMappingName) == 0x000004, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_GetMappingName"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_GetMappingName) == 0x000008, "Wrong size on WBP_Settings_MappingOptionEntry_C_GetMappingName"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_GetMappingName, MappingName_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_GetMappingName::MappingName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_SetKeyMapping \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_SetKeyMapping"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping) == 0x000180, "Wrong size on WBP_Settings_MappingOptionEntry_C_SetKeyMapping"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, KeyMappings_0) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::KeyMappings_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_GetInputSelector_InputSelector) == 0x000060, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_GetMatchingSlot_ReturnValue) == 0x000068, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_GetMatchingSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_GetMatchingSlot_ReturnValue_1) == 0x000069, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_GetMatchingSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_MakeLiteralName_ReturnValue) == 0x00006C, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000078, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_Set_ToArray_Result) == 0x0000B8, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_Set_ToArray_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_Less_IntInt_ReturnValue) == 0x000150, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, K2Node_MakeStruct_InputChord) == 0x000158, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::K2Node_MakeStruct_InputChord' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_SetKeyMapping, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000178, "Member 'WBP_Settings_MappingOptionEntry_C_SetKeyMapping::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform) == 0x000004, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform) == 0x00000C, "Wrong size on WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform, CurrentPlatformTag) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform::CurrentPlatformTag' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform, IsAvailable) == 0x000008, "Member 'WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform::IsAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_HasTag_ReturnValue) == 0x000009, "Member 'WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_HasTag_ReturnValue_1) == 0x00000A, "Member 'WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'WBP_Settings_MappingOptionEntry_C_IsAvailableOnCurrentPlatform::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_OnMouseEnter \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_Settings_MappingOptionEntry_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_Settings_MappingOptionEntry_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_OnMouseLeave \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_Settings_MappingOptionEntry_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_PreConstruct \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_MappingOptionEntry_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_InputKeySelector_Slot1_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_BndEvt__WBP_Settings_MappingOptionEntry_GamepadInputSelector_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry \ +static_assert(alignof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry) == 0x000008, "Wrong alignment on WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry"); \ +static_assert(sizeof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry) == 0x0002E0, "Wrong size on WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, EntryPoint) == 0x000000, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable) == 0x000004, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_5) == 0x000009, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_6) == 0x00000A, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_7) == 0x00000B, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_8) == 0x00000C, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_byte_Variable_9) == 0x00000D, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_bool_Variable) == 0x00000E, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_bool_Variable_1) == 0x00000F, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_bool_Variable_2) == 0x000010, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, Temp_bool_Variable_3) == 0x000011, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_InFocusEvent_1) == 0x000014, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_InFocusEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_InFocusEvent) == 0x00001C, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_MyGeometry) == 0x000024, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_MouseEvent_1) == 0x000060, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_MouseEvent) == 0x0000D8, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Event_IsDesignTime) == 0x000150, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_ComponentBoundEvent_SelectedKey_1) == 0x000158, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_ComponentBoundEvent_SelectedKey_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_MakeStruct_MapPlayerKeyArgs) == 0x000178, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_MakeStruct_MapPlayerKeyArgs' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001B8, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001C0, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_GetInputSelector_InputSelector) == 0x0001C8, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_GetInputSelector_InputSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue) == 0x0001D0, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_IsInGamepadOrKeyboardNavigationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001D1, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Select_Default) == 0x0001D2, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Select_Default_1) == 0x0001D3, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_ComponentBoundEvent_SelectedKey) == 0x0001D8, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_ComponentBoundEvent_SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0001F8, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_MakeStruct_MapPlayerKeyArgs_1) == 0x000200, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_MakeStruct_MapPlayerKeyArgs_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_MakeStruct_MapPlayerKeyArgs_2) == 0x000240, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_MakeStruct_MapPlayerKeyArgs_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Select_Default_2) == 0x000280, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Select_Default_3) == 0x0002C0, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry, K2Node_Select_Default_4) == 0x0002D0, "Member 'WBP_Settings_MappingOptionEntry_C_ExecuteUbergraph_WBP_Settings_MappingOptionEntry::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_MappingOptionEntry_C \ +static_assert(alignof(UWBP_Settings_MappingOptionEntry_C) == 0x000008, "Wrong alignment on UWBP_Settings_MappingOptionEntry_C"); \ +static_assert(sizeof(UWBP_Settings_MappingOptionEntry_C) == 0x0004C0, "Wrong size on UWBP_Settings_MappingOptionEntry_C"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_Settings_MappingOptionEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, Anim_ShowStain) == 0x000310, "Member 'UWBP_Settings_MappingOptionEntry_C::Anim_ShowStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, GamepadInputSelector) == 0x000318, "Member 'UWBP_Settings_MappingOptionEntry_C::GamepadInputSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, HoveredStain) == 0x000320, "Member 'UWBP_Settings_MappingOptionEntry_C::HoveredStain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, InputKeySelector) == 0x000328, "Member 'UWBP_Settings_MappingOptionEntry_C::InputKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, MappingNameText) == 0x000330, "Member 'UWBP_Settings_MappingOptionEntry_C::MappingNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, OptionName) == 0x000338, "Member 'UWBP_Settings_MappingOptionEntry_C::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, OnOptionEntryFocused) == 0x000348, "Member 'UWBP_Settings_MappingOptionEntry_C::OnOptionEntryFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, OnOptionEntryUnfocused) == 0x000358, "Member 'UWBP_Settings_MappingOptionEntry_C::OnOptionEntryUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, OptionDescription) == 0x000368, "Member 'UWBP_Settings_MappingOptionEntry_C::OptionDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, AvailableOnPlatform) == 0x000378, "Member 'UWBP_Settings_MappingOptionEntry_C::AvailableOnPlatform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, SD_OnFocused) == 0x000398, "Member 'UWBP_Settings_MappingOptionEntry_C::SD_OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, KeyMappings) == 0x0003A8, "Member 'UWBP_Settings_MappingOptionEntry_C::KeyMappings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, OnKeyUpdated) == 0x0003F8, "Member 'UWBP_Settings_MappingOptionEntry_C::OnKeyUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, Default_Key) == 0x000408, "Member 'UWBP_Settings_MappingOptionEntry_C::Default_Key' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, MappingName) == 0x000420, "Member 'UWBP_Settings_MappingOptionEntry_C::MappingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, NewMapping) == 0x000428, "Member 'UWBP_Settings_MappingOptionEntry_C::NewMapping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, ConflictCategories) == 0x000468, "Member 'UWBP_Settings_MappingOptionEntry_C::ConflictCategories' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, MappingInputType) == 0x000478, "Member 'UWBP_Settings_MappingOptionEntry_C::MappingInputType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, IsEditable) == 0x000479, "Member 'UWBP_Settings_MappingOptionEntry_C::IsEditable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, IsConflictingWithCancel) == 0x00047A, "Member 'UWBP_Settings_MappingOptionEntry_C::IsConflictingWithCancel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, BaseGamepadEscapeKeys) == 0x000480, "Member 'UWBP_Settings_MappingOptionEntry_C::BaseGamepadEscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, BattleGamepadEscapeKeys) == 0x000490, "Member 'UWBP_Settings_MappingOptionEntry_C::BattleGamepadEscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, BaseKeyboardEscapeKeys) == 0x0004A0, "Member 'UWBP_Settings_MappingOptionEntry_C::BaseKeyboardEscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MappingOptionEntry_C, BattleKeyboardEscapeKeys) == 0x0004B0, "Member 'UWBP_Settings_MappingOptionEntry_C::BattleKeyboardEscapeKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_ApplySettings_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_StartGameOptions_C_BndEvt__WBP_Settings_GenericPage_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions \ +static_assert(alignof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions"); \ +static_assert(sizeof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions) == 0x000048, "Wrong size on WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, EntryPoint) == 0x000000, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, CallFunc_CreateModalWindow_OutputPin) == 0x000008, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::CallFunc_CreateModalWindow_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, K2Node_CustomEvent_InUserResponse) == 0x000028, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::K2Node_CustomEvent_InUserResponse' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, CallFunc_AreSettingValidBeforeApply_IsValid) == 0x00002A, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::CallFunc_AreSettingValidBeforeApply_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, K2Node_ComponentBoundEvent_Button) == 0x000030, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, CallFunc_GetSaveManager_SaveManager) == 0x000038, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions, CallFunc_HasAnySaveInAnySlot_ReturnValue) == 0x000040, "Member 'WBP_Settings_StartGameOptions_C_ExecuteUbergraph_WBP_Settings_StartGameOptions::CallFunc_HasAnySaveInAnySlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptions_C_OnStartGameResponse \ +static_assert(alignof(WBP_Settings_StartGameOptions_C_OnStartGameResponse) == 0x000001, "Wrong alignment on WBP_Settings_StartGameOptions_C_OnStartGameResponse"); \ +static_assert(sizeof(WBP_Settings_StartGameOptions_C_OnStartGameResponse) == 0x000001, "Wrong size on WBP_Settings_StartGameOptions_C_OnStartGameResponse"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_OnStartGameResponse, InUserResponse) == 0x000000, "Member 'WBP_Settings_StartGameOptions_C_OnStartGameResponse::InUserResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_Settings_StartGameOptions_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_StartGameOptions_C \ +static_assert(alignof(UWBP_Settings_StartGameOptions_C) == 0x000008, "Wrong alignment on UWBP_Settings_StartGameOptions_C"); \ +static_assert(sizeof(UWBP_Settings_StartGameOptions_C) == 0x000508, "Wrong size on UWBP_Settings_StartGameOptions_C"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptions_C, UberGraphFrame_WBP_Settings_StartGameOptions_C) == 0x0004C8, "Member 'UWBP_Settings_StartGameOptions_C::UberGraphFrame_WBP_Settings_StartGameOptions_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptions_C, WBP_Settings_StartGameOptionsList) == 0x0004D0, "Member 'UWBP_Settings_StartGameOptions_C::WBP_Settings_StartGameOptionsList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptions_C, OnStartGameOptionsApplied) == 0x0004D8, "Member 'UWBP_Settings_StartGameOptions_C::OnStartGameOptionsApplied' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptions_C, OnBackToTitleClicked) == 0x0004E8, "Member 'UWBP_Settings_StartGameOptions_C::OnBackToTitleClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_StartGameOptions_C, OnBackToNewGameClicked) == 0x0004F8, "Member 'UWBP_Settings_StartGameOptions_C::OnBackToNewGameClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntPointSelector_C_DispatchOnValueChanged \ +static_assert(alignof(WBP_NamedIntPointSelector_C_DispatchOnValueChanged) == 0x000008, "Wrong alignment on WBP_NamedIntPointSelector_C_DispatchOnValueChanged"); \ +static_assert(sizeof(WBP_NamedIntPointSelector_C_DispatchOnValueChanged) == 0x000018, "Wrong size on WBP_NamedIntPointSelector_C_DispatchOnValueChanged"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedValue_Value) == 0x000000, "Member 'WBP_NamedIntPointSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_DispatchOnValueChanged, CallFunc_GetSelectedName_Name) == 0x000008, "Member 'WBP_NamedIntPointSelector_C_DispatchOnValueChanged::CallFunc_GetSelectedName_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntPointSelector_C_GetSelectedValue \ +static_assert(alignof(WBP_NamedIntPointSelector_C_GetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedIntPointSelector_C_GetSelectedValue"); \ +static_assert(sizeof(WBP_NamedIntPointSelector_C_GetSelectedValue) == 0x000014, "Wrong size on WBP_NamedIntPointSelector_C_GetSelectedValue"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_GetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedIntPointSelector_C_GetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_GetSelectedValue, CallFunc_GetSelectedEntryIndex_EntryIndex) == 0x000008, "Member 'WBP_NamedIntPointSelector_C_GetSelectedValue::CallFunc_GetSelectedEntryIndex_EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_GetSelectedValue, CallFunc_Array_Get_Item) == 0x00000C, "Member 'WBP_NamedIntPointSelector_C_GetSelectedValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntPointSelector_C_SetAvailableValues \ +static_assert(alignof(WBP_NamedIntPointSelector_C_SetAvailableValues) == 0x000008, "Wrong alignment on WBP_NamedIntPointSelector_C_SetAvailableValues"); \ +static_assert(sizeof(WBP_NamedIntPointSelector_C_SetAvailableValues) == 0x000070, "Wrong size on WBP_NamedIntPointSelector_C_SetAvailableValues"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetAvailableValues, Values) == 0x000000, "Member 'WBP_NamedIntPointSelector_C_SetAvailableValues::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetAvailableValues, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'WBP_NamedIntPointSelector_C_SetAvailableValues::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetAvailableValues, CallFunc_Map_Values_Values) == 0x000060, "Member 'WBP_NamedIntPointSelector_C_SetAvailableValues::CallFunc_Map_Values_Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntPointSelector_C_SetSelectedValue \ +static_assert(alignof(WBP_NamedIntPointSelector_C_SetSelectedValue) == 0x000004, "Wrong alignment on WBP_NamedIntPointSelector_C_SetSelectedValue"); \ +static_assert(sizeof(WBP_NamedIntPointSelector_C_SetSelectedValue) == 0x000014, "Wrong size on WBP_NamedIntPointSelector_C_SetSelectedValue"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValue, Value) == 0x000000, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValue, Temp_wildcard_Variable) == 0x000008, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValue::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValue, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValue::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValue, CallFunc_Array_Find_ReturnValue) == 0x000010, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValue::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex \ +static_assert(alignof(WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex) == 0x000004, "Wrong alignment on WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex"); \ +static_assert(sizeof(WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex) == 0x000010, "Wrong size on WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x000000, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000004, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex, CallFunc_Array_Get_Item) == 0x000008, "Member 'WBP_NamedIntPointSelector_C_SetSelectedValueAsArrayLastIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NamedIntPointSelector_C \ +static_assert(alignof(UWBP_NamedIntPointSelector_C) == 0x000008, "Wrong alignment on UWBP_NamedIntPointSelector_C"); \ +static_assert(sizeof(UWBP_NamedIntPointSelector_C) == 0x0003A0, "Wrong size on UWBP_NamedIntPointSelector_C"); \ +static_assert(offsetof(UWBP_NamedIntPointSelector_C, OnValueChanged) == 0x000380, "Member 'UWBP_NamedIntPointSelector_C::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NamedIntPointSelector_C, AvailableIntPoints) == 0x000390, "Member 'UWBP_NamedIntPointSelector_C::AvailableIntPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario) == 0x000018, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario, LigthingScenario) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario::LigthingScenario' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario, CallFunc_GetActorOfClass_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ActivateLightingScenario::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario) == 0x000010, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario, CallFunc_GetActorOfClass_ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_CacheCurrentLightingScenario::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario) == 0x0001D0, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, CallFunc_StartLatentAction_AsyncAction) == 0x000010, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::CallFunc_StartLatentAction_AsyncAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, CallFunc_GetParameters_CinematicParameters) == 0x000028, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::CallFunc_GetParameters_CinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, CallFunc_GetParameters_ScenarioReferenceOnEnd) == 0x000178, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::CallFunc_GetParameters_ScenarioReferenceOnEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, K2Node_CreateDelegate_OutputDelegate) == 0x0001A0, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001B0, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, CallFunc_GetLightingScenarioToActivateAfterCinematic_Scenario) == 0x0001C0, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::CallFunc_GetLightingScenarioToActivateAfterCinematic_Scenario' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario, CallFunc_GetCinematicsSystem_ReturnValue) == 0x0001C8, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_ExecuteUbergraph_BP_GameActionInstance_CinematicWithLightingScenario::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic) == 0x000198, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, Scenario) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::Scenario' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, CallFunc_GetParameters_CinematicParameters) == 0x000008, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::CallFunc_GetParameters_CinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, CallFunc_GetParameters_ScenarioReferenceOnEnd) == 0x000158, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::CallFunc_GetParameters_ScenarioReferenceOnEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000180, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000188, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, CallFunc_IsValid_ReturnValue) == 0x000191, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic, CallFunc_IsValid_ReturnValue_1) == 0x000192, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetLightingScenarioToActivateAfterCinematic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString) == 0x0002A0, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_GetParameters_CinematicParameters) == 0x000010, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_GetParameters_CinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_GetParameters_ScenarioReferenceOnEnd) == 0x000160, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_GetParameters_ScenarioReferenceOnEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000188, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000198, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A8, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_GetBaseFilename_ReturnValue) == 0x0001B8, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x0001C8, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000210, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_SelectString_ReturnValue) == 0x000218, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000228, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000238, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000290, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters \ +static_assert(alignof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters) == 0x000008, "Wrong alignment on BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters"); \ +static_assert(sizeof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters) == 0x000188, "Wrong size on BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters, CinematicParameters) == 0x000000, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters::CinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters, ScenarioReferenceOnEnd) == 0x000150, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters::ScenarioReferenceOnEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters, K2Node_DynamicCast_AsBP_Game_Action_Cinematic_with_Lighting_Scenario) == 0x000178, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters::K2Node_DynamicCast_AsBP_Game_Action_Cinematic_with_Lighting_Scenario' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_GameActionInstance_CinematicWithLightingScenario_C_GetParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_CinematicWithLightingScenario_C \ +static_assert(alignof(UBP_GameActionInstance_CinematicWithLightingScenario_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_CinematicWithLightingScenario_C"); \ +static_assert(sizeof(UBP_GameActionInstance_CinematicWithLightingScenario_C) == 0x000058, "Wrong size on UBP_GameActionInstance_CinematicWithLightingScenario_C"); \ +static_assert(offsetof(UBP_GameActionInstance_CinematicWithLightingScenario_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_CinematicWithLightingScenario_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_CinematicWithLightingScenario_C, LightingScenarioBeforeCinematic) == 0x000048, "Member 'UBP_GameActionInstance_CinematicWithLightingScenario_C::LightingScenarioBeforeCinematic' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_CinematicWithLightingScenario_C, CinematicLatentAction) == 0x000050, "Member 'UBP_GameActionInstance_CinematicWithLightingScenario_C::CinematicLatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_AntiAliasing_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_EffectsQuality_K2Node_ComponentBoundEvent_9_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_FoliageQuality_K2Node_ComponentBoundEvent_2_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_GlobalIlluminationQuality_K2Node_ComponentBoundEvent_3_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_PostProcessQuality_K2Node_ComponentBoundEvent_4_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_QuickPreset_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ReflectionQuality_K2Node_ComponentBoundEvent_5_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadingQuality_K2Node_ComponentBoundEvent_6_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_ShadowsQuality_K2Node_ComponentBoundEvent_7_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptions1_WBP_NamedIntegerSelector_TextureQuality_K2Node_ComponentBoundEvent_8_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_ChromaticAberration_K2Node_ComponentBoundEvent_10_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_FilmGrain_K2Node_ComponentBoundEvent_11_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_MotionBlur_K2Node_ComponentBoundEvent_12_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_Vignette_K2Node_ComponentBoundEvent_13_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedBoolSelector_VSync_K2Node_ComponentBoundEvent_17_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedFloatSelector_MaxFPS_K2Node_ComponentBoundEvent_19_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ActiveMonitor_K2Node_ComponentBoundEvent_23_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_ConsolePreset_K2Node_ComponentBoundEvent_20_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_DisplayMode_K2Node_ComponentBoundEvent_21_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_FrameGeneration_K2Node_ComponentBoundEvent_29_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_LowLatency_K2Node_ComponentBoundEvent_28_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_Upscaler_K2Node_ComponentBoundEvent_24_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntegerSelector_UpscalerQualityMode_K2Node_ComponentBoundEvent_25_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio_K2Node_ComponentBoundEvent_26_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio_K2Node_ComponentBoundEvent_27_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature, Name_0) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature, Widget) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_NamedIntPointSelector_ScreenResolution_K2Node_ComponentBoundEvent_22_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Brightness_K2Node_ComponentBoundEvent_14_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Contrast_K2Node_ComponentBoundEvent_15_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_Gamma_K2Node_ComponentBoundEvent_16_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature, Widget) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BndEvt__WBP_Settings_GraphicsOptionsList_WBP_SliderSelector_ResolutionQuality_K2Node_ComponentBoundEvent_18_OnValueChanged__DelegateSignature::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList) == 0x000450, "Wrong size on WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, EntryPoint) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_29) == 0x000004, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_25) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_29) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_28) == 0x000020, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_24) == 0x000028, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_28) == 0x000038, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_27) == 0x000040, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_23) == 0x000048, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_27) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_26) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_22) == 0x000068, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_26) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_25) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_21) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_25) == 0x000098, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_24) == 0x0000A0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_20) == 0x0000A8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_24) == 0x0000B8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_23) == 0x0000C0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_19) == 0x0000C8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_23) == 0x0000D8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_22) == 0x0000E0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_18) == 0x0000E8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_22) == 0x0000F8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_21) == 0x000100, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_17) == 0x000108, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_21) == 0x000118, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_20) == 0x000120, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_16) == 0x000128, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_20) == 0x000138, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_19) == 0x000140, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_15) == 0x000148, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_19) == 0x000158, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_18) == 0x000160, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_14) == 0x000168, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_18) == 0x000178, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_17) == 0x000180, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_13) == 0x000188, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_17) == 0x000198, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_16) == 0x0001A0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_12) == 0x0001A8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_16) == 0x0001B8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_15) == 0x0001C0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_15) == 0x0001C8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_14) == 0x0001D0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_14) == 0x0001D8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector) == 0x0001E0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_1) == 0x0001F0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_bSuccess_1) == 0x0001F8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue) == 0x000200, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_1) == 0x000208, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_13) == 0x000210, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_13) == 0x000218, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_2) == 0x000220, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_bSuccess_2) == 0x000228, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_2) == 0x000230, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue) == 0x000238, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_1) == 0x000240, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_2) == 0x000248, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_3) == 0x000250, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_4) == 0x000258, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_5) == 0x000260, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_6) == 0x000268, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetCustomGI_ReturnValue_7) == 0x000270, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetCustomGI_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_12) == 0x000278, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_11) == 0x000280, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_12) == 0x000290, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_11) == 0x000298, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_10) == 0x0002A0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_11) == 0x0002B0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_10) == 0x0002B8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_10) == 0x0002C0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_AsWBP_Slider_Selector_3) == 0x0002C8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_AsWBP_Slider_Selector_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_DynamicCast_bSuccess_3) == 0x0002D0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetMapRangedClampedValue_ReturnValue_3) == 0x0002D8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetMapRangedClampedValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_9) == 0x0002E0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_9) == 0x0002E8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_9) == 0x0002F8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_8) == 0x000300, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_8) == 0x000308, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_8) == 0x000318, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_Conv_IntToByte_ReturnValue) == 0x000320, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetValidValue_ReturnValue) == 0x000321, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_7) == 0x000324, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_7) == 0x000330, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_7) == 0x000340, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_6) == 0x000348, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_6) == 0x000350, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_6) == 0x000360, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_5) == 0x000368, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_5) == 0x000370, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_5) == 0x000380, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_4) == 0x000388, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_4) == 0x000390, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_4) == 0x0003A0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetSelectedEntryIndex_EntryIndex) == 0x0003A8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetSelectedEntryIndex_EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_GetSelectedValue_Value) == 0x0003AC, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_3) == 0x0003B4, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_3) == 0x0003C0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_3) == 0x0003D0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_2) == 0x0003D8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_2) == 0x0003E0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_2) == 0x0003F0, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value_1) == 0x0003F8, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name_1) == 0x000400, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget_1) == 0x000410, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Value) == 0x000418, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Name) == 0x000420, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Name' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, K2Node_ComponentBoundEvent_Widget) == 0x000430, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::K2Node_ComponentBoundEvent_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_SetBrightnessValue_Value_ImplicitCast) == 0x000438, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_SetBrightnessValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_SetContrastValue_Value_ImplicitCast) == 0x00043C, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_SetContrastValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_SetGammaValue_Value_ImplicitCast) == 0x000440, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_SetGammaValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_SetFrameRateLimit_NewLimit_ImplicitCast) == 0x000444, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_SetFrameRateLimit_NewLimit_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList, CallFunc_SetResolutionScaleNormalized_NewScaleNormalized_ImplicitCast) == 0x000448, "Member 'WBP_Settings_GraphicsOptionsList_C_ExecuteUbergraph_WBP_Settings_GraphicsOptionsList::CallFunc_SetResolutionScaleNormalized_NewScaleNormalized_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler) == 0x000020, "Wrong size on WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_GetSelectedUpscalerQualityModeScreenPercentage_screenPercentage) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_GetSelectedUpscalerQualityModeScreenPercentage_screenPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_GetSelectedUpscalerShouldLockScreenPercentage_ShouldLockScreenPercentage) == 0x00000C, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_GetSelectedUpscalerShouldLockScreenPercentage_ShouldLockScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast) == 0x000010, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler, CallFunc_SetCurrentValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_ForceUpdateScreenPercentageFromUpscaler::CallFunc_SetCurrentValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings) == 0x0000D8, "Wrong size on WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, local_WidgetToValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::local_WidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Map_Find_Value) == 0x00007D, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_Map_Find_ReturnValue) == 0x00007E, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_IsVSyncEnabled_ReturnValue) == 0x00007F, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_GetEnableVignette_ReturnValue) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_GetEnableVignette_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_GetEnableChromaticAberration_ReturnValue) == 0x000081, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_GetEnableChromaticAberration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_GetEnableFilmGrain_ReturnValue) == 0x000082, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_GetEnableFilmGrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, CallFunc_GetEnableMotionBlur_ReturnValue) == 0x000083, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::CallFunc_GetEnableMotionBlur_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings, K2Node_MakeMap_Map) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadBoolSelectorsWithUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings) == 0x000120, "Wrong size on WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, local_WidgetToValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::local_WidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Map_Find_Value) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Map_Find_ReturnValue) == 0x000084, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetLowLatencyModeUsedValue_ReturnValue) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetLowLatencyModeUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetFrameGenerationModeUsedValue_ReturnValue) == 0x00008C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetFrameGenerationModeUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetUpscalerQualityModeUsedValue_ReturnValue) == 0x000090, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetUpscalerQualityModeUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetUpscalerUsedValue_ReturnValue) == 0x000094, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetUpscalerUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetFullscreenMode_ReturnValue) == 0x000098, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetConsoleGraphicPreset_ReturnValue) == 0x00009C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetConsoleGraphicPreset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetTextureQuality_ReturnValue) == 0x0000A4, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetShadowQuality_ReturnValue) == 0x0000AC, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetShadingQuality_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetShadingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetReflectionQuality_ReturnValue) == 0x0000B4, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetReflectionQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x0000B8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetGlobalIlluminationQuality_ReturnValue) == 0x0000BC, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetGlobalIlluminationQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetFoliageQuality_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x0000C4, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, CallFunc_GetOverallScalabilityLevel_ReturnValue) == 0x0000C8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::CallFunc_GetOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings, K2Node_MakeMap_Map) == 0x0000D0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadIntegerSelectorsWithUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings) == 0x000108, "Wrong size on WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, local_FloatWidgetToValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::local_FloatWidgetToValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_GetResolutionScaleNormalized_ReturnValue) == 0x00005C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_GetResolutionScaleNormalized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Map_Find_Value) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_GetBrightnessValue_ReturnValue) == 0x00008C, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_GetBrightnessValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_GetContrastValue_ReturnValue) == 0x000090, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_GetContrastValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_GetGammaValue_ReturnValue) == 0x000094, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_GetGammaValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, K2Node_MakeMap_Map) == 0x000098, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast) == 0x0000E8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::CallFunc_SetCurrentValueWithMapRanged_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, K2Node_MakeMap_Value_2_ImplicitCast) == 0x0000F0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::K2Node_MakeMap_Value_2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, K2Node_MakeMap_Value_1_ImplicitCast) == 0x0000F8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::K2Node_MakeMap_Value_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings, K2Node_MakeMap_Value_0_ImplicitCast) == 0x000100, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadSliderSelectorsWithUserSettings::K2Node_MakeMap_Value_0_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_LoadUserSettings \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_LoadUserSettings"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings) == 0x000158, "Wrong size on WBP_Settings_GraphicsOptionsList_C_LoadUserSettings"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetLowLatencyDescriptionText_ReturnValue) == 0x000010, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetLowLatencyDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetLowLatencyDisplayText_ReturnValue) == 0x000020, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetLowLatencyDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2) == 0x000030, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3) == 0x000038, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetFrameGenerationDescriptionText_ReturnValue) == 0x000040, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetFrameGenerationDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetFrameGenerationDisplayText_ReturnValue) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetFrameGenerationDisplayText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_4) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_IsLowLatencySupported_ReturnValue) == 0x000068, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_IsLowLatencySupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_5) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_IsFrameGenerationSupported_ReturnValue) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_IsFrameGenerationSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_6) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetAvailableLowLatencyMode_ReturnValue) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetAvailableLowLatencyMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x0000D8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_Not_PreBool_ReturnValue) == 0x0000D9, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetBattleUltrawideConstrain_ReturnValue) == 0x0000DC, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetBattleUltrawideConstrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetMenuUltrawideConstrain_ReturnValue) == 0x0000E4, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetMenuUltrawideConstrain_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetCustomGI_ReturnValue) == 0x0000F0, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x0000F8, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000118, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_HasTag_ReturnValue) == 0x000120, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_BooleanAND_ReturnValue) == 0x000121, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetSelectedDisplayMonitor_ReturnValue) == 0x000134, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetSelectedDisplayMonitor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetScreenResolution_ReturnValue) == 0x000138, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000140, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_7) == 0x000148, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_LoadUserSettings, CallFunc_SetSelectedValue_Value_ImplicitCast) == 0x000150, "Member 'WBP_Settings_GraphicsOptionsList_C_LoadUserSettings::CallFunc_SetSelectedValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged) == 0x000008, "Wrong size on WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged, CallFunc_GetScreenResolution_ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_OnMonitorChanged::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged) == 0x00000C, "Wrong size on WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged, Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged, Temp_wildcard_Variable) == 0x000004, "Member 'WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged, CallFunc_GetResolutionScaleNormalized_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_OnQuickPresetChanged::CallFunc_GetResolutionScaleNormalized_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution) == 0x000068, "Wrong size on WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, Resolution) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::Resolution' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, ResolutionDisplay) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::ResolutionDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000028, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_Pretty_Print_Resolution::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors) == 0x000090, "Wrong size on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, loc_AvailableVariables) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::loc_AvailableVariables' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_IsPackagedBuild_ReturnValue) == 0x00005C, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_GetAvailableMonitorDisplayName_MonitorsName) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_GetAvailableMonitorDisplayName_MonitorsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_GetAvailableMonitorDisplayName_ReturnValue) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_GetAvailableMonitorDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableMonitors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues) == 0x0000A8, "Wrong size on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, loc_AvailablesValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::loc_AvailablesValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000060, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_IsPackagedBuild_ReturnValue) == 0x000068, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_GetSupportedResolutionForCurrentMonitor_Resolutions) == 0x000070, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_GetSupportedResolutionForCurrentMonitor_Resolutions' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_GetSupportedResolutionForCurrentMonitor_ReturnValue) == 0x000080, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_GetSupportedResolutionForCurrentMonitor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_Array_Get_Item) == 0x000084, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_Pretty_Print_Resolution_ResolutionDisplay) == 0x000090, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_Pretty_Print_Resolution_ResolutionDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableScreenResolutionValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues) == 0x000210, "Wrong size on WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, Local48RatioMap) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::Local48RatioMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, LocalRatioMap) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::LocalRatioMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, LocalMaxAspectRatio) == 0x0000A0, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::LocalMaxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, K2Node_MakeVariable_MakeVariableOutput) == 0x0000A8, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, Temp_int_Loop_Counter_Variable) == 0x0000FC, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, K2Node_MakeVariable_MakeVariableOutput_1) == 0x000108, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::K2Node_MakeVariable_MakeVariableOutput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000158, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000159, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000160, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_IsPackagedBuild_ReturnValue) == 0x000168, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_GetSupportedResolutionForCurrentMonitor_Resolutions) == 0x000170, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_GetSupportedResolutionForCurrentMonitor_Resolutions' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_GetSupportedResolutionForCurrentMonitor_ReturnValue) == 0x000180, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_GetSupportedResolutionForCurrentMonitor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Array_Get_Item) == 0x000184, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Array_Length_ReturnValue) == 0x00018C, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Less_IntInt_ReturnValue) == 0x000190, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000198, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001A0, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, Temp_bool_Variable) == 0x0001A8, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001B0, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0001B8, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues, K2Node_Select_Default) == 0x0001C0, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshAvailableWidescreenConstrainRatioValues::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode) == 0x000060, "Wrong size on WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode, CallFunc_GetAvailableQualityModeFromCurrentSelectedUpscaler_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode::CallFunc_GetAvailableQualityModeFromCurrentSelectedUpscaler_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode, CallFunc_GetSelectedUpscalerInfo_ShouldLockScreenPercentage) == 0x000058, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode::CallFunc_GetSelectedUpscalerInfo_ShouldLockScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode, CallFunc_GetSelectedUpscalerInfo_DefaultSelectedQualityMode) == 0x00005C, "Member 'WBP_Settings_GraphicsOptionsList_C_RefreshUpscalerAvailableQualityMode::CallFunc_GetSelectedUpscalerInfo_DefaultSelectedQualityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions) == 0x000370, "Wrong size on WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, loc_AvailableValues_Upscalers) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::loc_AvailableValues_Upscalers' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, AvailableValues) == 0x000050, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::AvailableValues' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, Temp_int_Variable) == 0x0000AC, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x0000B0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_Not_PreBool_ReturnValue) == 0x0000B1, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x0000B8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1) == 0x0000C0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetAvailableLowLatencyMode_ReturnValue) == 0x0000C8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetAvailableLowLatencyMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetAvailableFrameGenerationMode_ReturnValue) == 0x000118, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetAvailableFrameGenerationMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2) == 0x000168, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetConfigurableGameUserSettings_GameUserSettings_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, Temp_text_Variable) == 0x000170, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetAvailableUpscaler_ReturnValue) == 0x000180, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetAvailableUpscaler_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_Array_Get_Item) == 0x000190, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x0001A8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x0001C8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_HasTag_ReturnValue) == 0x0001D0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_BooleanAND_ReturnValue) == 0x0001D1, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map) == 0x0001D8, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map_1) == 0x000228, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x000278, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map_2) == 0x000280, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map_3) == 0x0002D0, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions, K2Node_MakeMap_Map_4) == 0x000320, "Member 'WBP_Settings_GraphicsOptionsList_C_SetupAvailableOptions::K2Node_MakeMap_Map_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused) == 0x000010, "Wrong size on WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused, Event) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_UnbindOnOptionEntryFocused::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption) == 0x000001, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption) == 0x000005, "Wrong size on WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption, CallFunc_IsFrameGenerationAvailableOnExclusiveFullscreenMode_ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption::CallFunc_IsFrameGenerationAvailableOnExclusiveFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption, CallFunc_GetFullscreenMode_ReturnValue) == 0x000002, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateFrameGenerationOption::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn) == 0x000080, "Wrong size on WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_GetLowLatencyModeUsedValue_ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_GetLowLatencyModeUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_GetLowLatencyModeUsedValue_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_GetLowLatencyModeUsedValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000018, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_GetAvailableLowLatencyMode_ReturnValue) == 0x000028, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_GetAvailableLowLatencyMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_GetFrameGenerationModeUsedValue_ReturnValue) == 0x000078, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_GetFrameGenerationModeUsedValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOnFrameGenerationOptionOn::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability) == 0x000008, "Wrong size on WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability, CallFunc_IsPendingScalabilityChangesAtSameQuality_ReturnValue) == 0x000004, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateOverallScalability::CallFunc_IsPendingScalabilityChangesAtSameQuality_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry) == 0x000004, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry) == 0x00000C, "Wrong size on WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry, CallFunc_GetSelectedValue_Value) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry::CallFunc_GetSelectedValue_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry, CallFunc_GetFullscreenMode_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'WBP_Settings_GraphicsOptionsList_C_UpdateResolutionOptionEntry::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget) == 0x000040, "Wrong size on WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_IsRunningOnSteamDeck_ReturnValue) == 0x000008, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_IsRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue) == 0x000009, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_IsCurrentConsoleTypeLockheart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000010, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000030, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget, CallFunc_HasTag_ReturnValue) == 0x000038, "Member 'WBP_Settings_GraphicsOptionsList_C_BP_GetDesiredFocusTarget::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GraphicsOptionsList_C \ +static_assert(alignof(UWBP_Settings_GraphicsOptionsList_C) == 0x000008, "Wrong alignment on UWBP_Settings_GraphicsOptionsList_C"); \ +static_assert(sizeof(UWBP_Settings_GraphicsOptionsList_C) == 0x000658, "Wrong size on UWBP_Settings_GraphicsOptionsList_C"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, UberGraphFrame_WBP_Settings_GraphicsOptionsList_C) == 0x000438, "Member 'UWBP_Settings_GraphicsOptionsList_C::UberGraphFrame_WBP_Settings_GraphicsOptionsList_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, ScrollBox) == 0x000440, "Member 'UWBP_Settings_GraphicsOptionsList_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedBoolSelector_ChromaticAberration) == 0x000448, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedBoolSelector_ChromaticAberration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedBoolSelector_FilmGrain) == 0x000450, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedBoolSelector_FilmGrain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedBoolSelector_MotionBlur) == 0x000458, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedBoolSelector_MotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedBoolSelector_Vignette) == 0x000460, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedBoolSelector_Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedBoolSelector_VSync) == 0x000468, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedBoolSelector_VSync' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedFloatSelector_MaxFPS) == 0x000470, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedFloatSelector_MaxFPS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_ActiveMonitor) == 0x000478, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_ActiveMonitor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_AntiAliasing) == 0x000480, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_AntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_ConsoleGraphicPreset) == 0x000488, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_ConsoleGraphicPreset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_DisplayMode) == 0x000490, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_DisplayMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_EffectsQuality) == 0x000498, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_EffectsQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_FoliageQuality) == 0x0004A0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_FoliageQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_FrameGeneration) == 0x0004A8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_FrameGeneration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_GlobalIlluminationQuality) == 0x0004B0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_GlobalIlluminationQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_LowLatency) == 0x0004B8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_LowLatency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_PostProcessQuality) == 0x0004C0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_PostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_QuickPreset) == 0x0004C8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_QuickPreset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_ReflectionQuality) == 0x0004D0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_ReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_ShadingQuality) == 0x0004D8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_ShadingQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_ShadowsQuality) == 0x0004E0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_ShadowsQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_TextureQuality) == 0x0004E8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_TextureQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_Upscaler) == 0x0004F0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_Upscaler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntegerSelector_UpscalerQualityMode) == 0x0004F8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntegerSelector_UpscalerQualityMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio) == 0x000500, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntPointSelector_BattleUltrawideConstrainRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio) == 0x000508, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntPointSelector_MenuUltrawideConstrainRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_NamedIntPointSelector_ScreenResolution) == 0x000510, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_NamedIntPointSelector_ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntriesHeader_General) == 0x000518, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntriesHeader_General' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntriesHeader_Image) == 0x000520, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntriesHeader_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntriesHeader_PostProcess) == 0x000528, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntriesHeader_PostProcess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntriesHeader_Rendering) == 0x000530, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntriesHeader_Rendering' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntriesHeader_Widescreen) == 0x000538, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntriesHeader_Widescreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ActiveMonitor) == 0x000540, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ActiveMonitor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_AntiAliasingQuality) == 0x000548, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_AntiAliasingQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_BattleUltrawideConstrainRatio) == 0x000550, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_BattleUltrawideConstrainRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_Brightness) == 0x000558, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_Brightness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ChromaticAberration) == 0x000560, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ChromaticAberration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ConsoleGraphicPreset) == 0x000568, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ConsoleGraphicPreset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_Contrast) == 0x000570, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_Contrast' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_DisplayMode) == 0x000578, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_DisplayMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_EffectsQuality) == 0x000580, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_EffectsQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_FilmGrain) == 0x000588, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_FilmGrain' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_FoliageQuality) == 0x000590, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_FoliageQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_FrameGeneration) == 0x000598, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_FrameGeneration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_Gamma) == 0x0005A0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_Gamma' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_GlobalIlluminationQuality) == 0x0005A8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_GlobalIlluminationQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_LowLatency) == 0x0005B0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_LowLatency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_MaxFPS) == 0x0005B8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_MaxFPS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_MenuUltrawideConstrainRatio) == 0x0005C0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_MenuUltrawideConstrainRatio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_MotionBlur) == 0x0005C8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_MotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_PostProcessQuality) == 0x0005D0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_PostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_QuickPreset) == 0x0005D8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_QuickPreset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ReflectionQuality) == 0x0005E0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ResolutionQuality) == 0x0005E8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ResolutionQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ScreenResolution) == 0x0005F0, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ShadingQuality) == 0x0005F8, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ShadingQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_ShadowsQuality) == 0x000600, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_ShadowsQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_TextureQuality) == 0x000608, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_TextureQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_UpScaler) == 0x000610, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_UpScaler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_UpscalerQualityMode) == 0x000618, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_UpscalerQualityMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_Vignette) == 0x000620, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_Vignette' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_Settings_OptionEntry_VSync) == 0x000628, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_Settings_OptionEntry_VSync' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_SliderSelector_Brightness) == 0x000630, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_SliderSelector_Brightness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_SliderSelector_Contrast) == 0x000638, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_SliderSelector_Contrast' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_SliderSelector_Gamma) == 0x000640, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_SliderSelector_Gamma' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, WBP_SliderSelector_ResolutionQuality) == 0x000648, "Member 'UWBP_Settings_GraphicsOptionsList_C::WBP_SliderSelector_ResolutionQuality' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GraphicsOptionsList_C, GameUserSettings) == 0x000650, "Member 'UWBP_Settings_GraphicsOptionsList_C::GameUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames \ +static_assert(alignof(BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames) == 0x000008, "Wrong alignment on BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames) == 0x000050, "Wrong size on BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames, ReturnValue) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_C_GetValidOptionDisplayNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass \ +static_assert(alignof(BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass) == 0x000008, "Wrong alignment on BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass) == 0x000028, "Wrong size on BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass, ReturnValue) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_C_GetBattleModifierBuffClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName \ +static_assert(alignof(BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName) == 0x000008, "Wrong alignment on BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName) == 0x000010, "Wrong size on BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName, ReturnValue) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_C_GetChallengeDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_C_GetChallengeID \ +static_assert(alignof(BP_DataAsset_BattleChallenge_C_GetChallengeID) == 0x000004, "Wrong alignment on BP_DataAsset_BattleChallenge_C_GetChallengeID"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_C_GetChallengeID) == 0x000008, "Wrong size on BP_DataAsset_BattleChallenge_C_GetChallengeID"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_C_GetChallengeID, ReturnValue) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_C_GetChallengeID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex \ +static_assert(alignof(BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex) == 0x000004, "Wrong alignment on BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex) == 0x000004, "Wrong size on BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex, NewParam) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_C_GetChallengeBattleDataAtIndex::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_BattleChallenge_C \ +static_assert(alignof(UBP_DataAsset_BattleChallenge_C) == 0x000008, "Wrong alignment on UBP_DataAsset_BattleChallenge_C"); \ +static_assert(sizeof(UBP_DataAsset_BattleChallenge_C) == 0x0000A8, "Wrong size on UBP_DataAsset_BattleChallenge_C"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_C, ChallengeID) == 0x000030, "Member 'UBP_DataAsset_BattleChallenge_C::ChallengeID' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_C, BattleModifierClass) == 0x000038, "Member 'UBP_DataAsset_BattleChallenge_C::BattleModifierClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_C, Name_0) == 0x000060, "Member 'UBP_DataAsset_BattleChallenge_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_C, Description) == 0x000070, "Member 'UBP_DataAsset_BattleChallenge_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_C, Icon) == 0x000080, "Member 'UBP_DataAsset_BattleChallenge_C::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue \ +static_assert(alignof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue) == 0x000008, "Wrong alignment on BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue) == 0x000028, "Wrong size on BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue, OptionID) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue::OptionID' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue, Found) == 0x000008, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue, Value) == 0x000010, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetOptionNumericValue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames \ +static_assert(alignof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames) == 0x000008, "Wrong alignment on BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames"); \ +static_assert(sizeof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames) == 0x000190, "Wrong size on BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, ReturnValue) == 0x000000, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, local_options) == 0x000050, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::local_options' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, Temp_bool_Variable) == 0x0000A0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, Temp_bool_Variable_1) == 0x0000A1, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, Temp_int_Array_Index_Variable) == 0x0000A4, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Array_Get_Item) == 0x0000C4, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_AsPercent_Float_ReturnValue) == 0x0000E0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Conv_DoubleToText_ReturnValue) == 0x0000F0, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, K2Node_Select_Default) == 0x000100, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, K2Node_MakeStruct_FormatArgumentData) == 0x000110, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_Format_ReturnValue) == 0x000168, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, K2Node_Select_Default_1) == 0x000178, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames, CallFunc_AsPercent_Float_Value_ImplicitCast) == 0x000188, "Member 'BP_DataAsset_BattleChallenge_Numeric_C_GetValidOptionDisplayNames::CallFunc_AsPercent_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_BattleChallenge_Numeric_C \ +static_assert(alignof(UBP_DataAsset_BattleChallenge_Numeric_C) == 0x000008, "Wrong alignment on UBP_DataAsset_BattleChallenge_Numeric_C"); \ +static_assert(sizeof(UBP_DataAsset_BattleChallenge_Numeric_C) == 0x000100, "Wrong size on UBP_DataAsset_BattleChallenge_Numeric_C"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_Numeric_C, AvailableValues) == 0x0000A8, "Member 'UBP_DataAsset_BattleChallenge_Numeric_C::AvailableValues' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_Numeric_C, ShowAsPercent) == 0x0000F8, "Member 'UBP_DataAsset_BattleChallenge_Numeric_C::ShowAsPercent' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_BattleChallenge_Numeric_C, MultiplierPrefix) == 0x0000F9, "Member 'UBP_DataAsset_BattleChallenge_Numeric_C::MultiplierPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleBuff_Modifier_Base_C \ +static_assert(alignof(UBP_BattleBuff_Modifier_Base_C) == 0x000008, "Wrong alignment on UBP_BattleBuff_Modifier_Base_C"); \ +static_assert(sizeof(UBP_BattleBuff_Modifier_Base_C) == 0x000158, "Wrong size on UBP_BattleBuff_Modifier_Base_C"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page \ +static_assert(alignof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page) == 0x000008, "Wrong alignment on WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page"); \ +static_assert(sizeof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page) == 0x000088, "Wrong size on WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, EntryPoint) == 0x000000, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, CallFunc_GetTabIdAtIndex_ReturnValue) == 0x000024, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::CallFunc_GetTabIdAtIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, CallFunc_SelectTabByID_ReturnValue) == 0x00002C, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::CallFunc_SelectTabByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, K2Node_CustomEvent_IsInEditMode_1) == 0x00002D, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::K2Node_CustomEvent_IsInEditMode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, K2Node_MakeMap_Map) == 0x000030, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page, K2Node_CustomEvent_IsInEditMode) == 0x000080, "Member 'WBP_GM_Settings_Page_C_ExecuteUbergraph_WBP_GM_Settings_Page::K2Node_CustomEvent_IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad \ +static_assert(alignof(WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad) == 0x000001, "Wrong alignment on WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad"); \ +static_assert(sizeof(WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad) == 0x000001, "Wrong size on WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad, IsInEditMode) == 0x000000, "Member 'WBP_GM_Settings_Page_C_OnEditModeChanged_Gamepad::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard \ +static_assert(alignof(WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard) == 0x000001, "Wrong alignment on WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard"); \ +static_assert(sizeof(WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard) == 0x000001, "Wrong size on WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard, IsInEditMode) == 0x000000, "Member 'WBP_GM_Settings_Page_C_OnEditModeChanged_Keyboard::IsInEditMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Settings_Page_C_SetStartGameState \ +static_assert(alignof(WBP_GM_Settings_Page_C_SetStartGameState) == 0x000001, "Wrong alignment on WBP_GM_Settings_Page_C_SetStartGameState"); \ +static_assert(sizeof(WBP_GM_Settings_Page_C_SetStartGameState) == 0x000005, "Wrong size on WBP_GM_Settings_Page_C_SetStartGameState"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_SetStartGameState, IsInStartGameState) == 0x000000, "Member 'WBP_GM_Settings_Page_C_SetStartGameState::IsInStartGameState' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_SetStartGameState, Temp_byte_Variable) == 0x000001, "Member 'WBP_GM_Settings_Page_C_SetStartGameState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_SetStartGameState, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_GM_Settings_Page_C_SetStartGameState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_SetStartGameState, Temp_bool_Variable) == 0x000003, "Member 'WBP_GM_Settings_Page_C_SetStartGameState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_SetStartGameState, K2Node_Select_Default) == 0x000004, "Member 'WBP_GM_Settings_Page_C_SetStartGameState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_GM_Settings_Page_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_GM_Settings_Page_C \ +static_assert(alignof(UWBP_GM_Settings_Page_C) == 0x000008, "Wrong alignment on UWBP_GM_Settings_Page_C"); \ +static_assert(sizeof(UWBP_GM_Settings_Page_C) == 0x000490, "Wrong size on UWBP_GM_Settings_Page_C"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, UberGraphFrame) == 0x000430, "Member 'UWBP_GM_Settings_Page_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, CommonActivatableWidgetSwitcher) == 0x000438, "Member 'UWBP_GM_Settings_Page_C::CommonActivatableWidgetSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_AccessibilityOptions) == 0x000440, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_AccessibilityOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_ControlsPage) == 0x000448, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_ControlsPage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_GameplayOptions) == 0x000450, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_GameplayOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_GeneralOptions) == 0x000458, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_GeneralOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_GraphicsOptions) == 0x000460, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_GraphicsOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_SoundOptions) == 0x000468, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_SoundOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Settings_StartGameOptions) == 0x000470, "Member 'UWBP_GM_Settings_Page_C::WBP_Settings_StartGameOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, WBP_Top_MenuHorizontal_SettingsCategories) == 0x000478, "Member 'UWBP_GM_Settings_Page_C::WBP_Top_MenuHorizontal_SettingsCategories' has a wrong offset!"); \ +static_assert(offsetof(UWBP_GM_Settings_Page_C, SD_OnActivated) == 0x000480, "Member 'UWBP_GM_Settings_Page_C::SD_OnActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_AddItemsFromChestToInventory \ +static_assert(alignof(BP_Chest_Regular_C_AddItemsFromChestToInventory) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_AddItemsFromChestToInventory"); \ +static_assert(sizeof(BP_Chest_Regular_C_AddItemsFromChestToInventory) == 0x0000E0, "Wrong size on BP_Chest_Regular_C_AddItemsFromChestToInventory"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, local_generatedItems) == 0x000000, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::local_generatedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, local_lootContext) == 0x000010, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_GetDialogueSystemComponent_DialogueSystem) == 0x000018, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_GetDialogueSystemComponent_DialogueSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_ComputeChestLootContext_S_LootContext) == 0x000020, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_ComputeChestLootContext_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_RollChestItems_ItemsToLoot) == 0x000028, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_RollChestItems_ItemsToLoot' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Array_Get_Item) == 0x00008C, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Map_Find_Value) == 0x000094, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_GetPlayerController_ReturnValue) == 0x0000A8, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0000B8, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_GetInventoryManager_ReturnValue) == 0x0000C8, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_AddItemToInventory_GeneratedItem) == 0x0000D0, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_AddItemsFromChestToInventory, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'BP_Chest_Regular_C_AddItemsFromChestToInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_CanInteractWithMount \ +static_assert(alignof(BP_Chest_Regular_C_CanInteractWithMount) == 0x000001, "Wrong alignment on BP_Chest_Regular_C_CanInteractWithMount"); \ +static_assert(sizeof(BP_Chest_Regular_C_CanInteractWithMount) == 0x000001, "Wrong size on BP_Chest_Regular_C_CanInteractWithMount"); \ +static_assert(offsetof(BP_Chest_Regular_C_CanInteractWithMount, CanInteract) == 0x000000, "Member 'BP_Chest_Regular_C_CanInteractWithMount::CanInteract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_CheckForErrors \ +static_assert(alignof(BP_Chest_Regular_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_CheckForErrors"); \ +static_assert(sizeof(BP_Chest_Regular_C_CheckForErrors) == 0x000130, "Wrong size on BP_Chest_Regular_C_CheckForErrors"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Chest_Regular_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Chest_Regular_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, Temp_text_Variable) == 0x000018, "Member 'BP_Chest_Regular_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x00002C, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000038, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Greater_IntInt_ReturnValue) == 0x000039, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_IsDataRowHandleSet_ReturnValue_1) == 0x00003A, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_IsDataRowHandleSet_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00003B, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_BooleanOR_ReturnValue) == 0x00003D, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x00003E, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_BooleanAND_ReturnValue) == 0x00003F, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Conv_NameToText_ReturnValue) == 0x000040, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_Chest_Regular_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000098, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, Temp_text_Variable_1) == 0x0000A8, "Member 'BP_Chest_Regular_C_CheckForErrors::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_Chest_Regular_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_Chest_Regular_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x000110, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_2) == 0x000128, "Member 'BP_Chest_Regular_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_CompareItemTypesForFeedback \ +static_assert(alignof(BP_Chest_Regular_C_CompareItemTypesForFeedback) == 0x000004, "Wrong alignment on BP_Chest_Regular_C_CompareItemTypesForFeedback"); \ +static_assert(sizeof(BP_Chest_Regular_C_CompareItemTypesForFeedback) == 0x000010, "Wrong size on BP_Chest_Regular_C_CompareItemTypesForFeedback"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, Existing) == 0x000000, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::Existing' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, New) == 0x000001, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::New' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, IsBetter) == 0x000002, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::IsBetter' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, CallFunc_GetItemTypeScore_ReturnValue) == 0x000004, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::CallFunc_GetItemTypeScore_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, CallFunc_GetItemTypeScore_ReturnValue_1) == 0x000008, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::CallFunc_GetItemTypeScore_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_CompareItemTypesForFeedback, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Chest_Regular_C_CompareItemTypesForFeedback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ComputeChestDominantItemType \ +static_assert(alignof(BP_Chest_Regular_C_ComputeChestDominantItemType) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_ComputeChestDominantItemType"); \ +static_assert(sizeof(BP_Chest_Regular_C_ComputeChestDominantItemType) == 0x0001C0, "Wrong size on BP_Chest_Regular_C_ComputeChestDominantItemType"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, ItemType) == 0x000000, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, local_currentBestType) == 0x000001, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::local_currentBestType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_ComputeChestLootContext_S_LootContext) == 0x000010, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_ComputeChestLootContext_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_RollChestItems_ItemsToLoot) == 0x000018, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_RollChestItems_ItemsToLoot' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_Array_Get_Item) == 0x00007C, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x000085, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000088, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestDominantItemType, CallFunc_CompareItemTypesForFeedback_IsBetter) == 0x0001B8, "Member 'BP_Chest_Regular_C_ComputeChestDominantItemType::CallFunc_CompareItemTypesForFeedback_IsBetter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ComputeChestLootContext \ +static_assert(alignof(BP_Chest_Regular_C_ComputeChestLootContext) == 0x000004, "Wrong alignment on BP_Chest_Regular_C_ComputeChestLootContext"); \ +static_assert(sizeof(BP_Chest_Regular_C_ComputeChestLootContext) == 0x000014, "Wrong size on BP_Chest_Regular_C_ComputeChestLootContext"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootContext, S_LootContext) == 0x000000, "Member 'BP_Chest_Regular_C_ComputeChestLootContext::S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootContext, local_EncounterLevelOverride) == 0x000004, "Member 'BP_Chest_Regular_C_ComputeChestLootContext::local_EncounterLevelOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootContext, CallFunc_ComputeEncounterLevelOverride_ReturnValue) == 0x000008, "Member 'BP_Chest_Regular_C_ComputeChestLootContext::CallFunc_ComputeEncounterLevelOverride_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootContext, CallFunc_GetEncounterLevel_ReturnValue) == 0x00000C, "Member 'BP_Chest_Regular_C_ComputeChestLootContext::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootContext, K2Node_MakeStruct_S_LootContext) == 0x000010, "Member 'BP_Chest_Regular_C_ComputeChestLootContext::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ComputeChestLootTableSections \ +static_assert(alignof(BP_Chest_Regular_C_ComputeChestLootTableSections) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_ComputeChestLootTableSections"); \ +static_assert(sizeof(BP_Chest_Regular_C_ComputeChestLootTableSections) == 0x000160, "Wrong size on BP_Chest_Regular_C_ComputeChestLootTableSections"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, LootTableSections) == 0x000000, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::LootTableSections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, RollChanceMultipler) == 0x000010, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::RollChanceMultipler' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, local_sections) == 0x000018, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::local_sections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_GetSectionsFromLootTableReferences_LootTableSections) == 0x000028, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_GetSectionsFromLootTableReferences_LootTableSections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000048, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000F8, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000120, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_Format_ReturnValue) == 0x000128, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000138, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000140, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_GetSectionsFromLootTableReferences_LootTableSections_1) == 0x000148, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_GetSectionsFromLootTableReferences_LootTableSections_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeChestLootTableSections, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000158, "Member 'BP_Chest_Regular_C_ComputeChestLootTableSections::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ComputeEncounterLevelOverride \ +static_assert(alignof(BP_Chest_Regular_C_ComputeEncounterLevelOverride) == 0x000004, "Wrong alignment on BP_Chest_Regular_C_ComputeEncounterLevelOverride"); \ +static_assert(sizeof(BP_Chest_Regular_C_ComputeEncounterLevelOverride) == 0x00001C, "Wrong size on BP_Chest_Regular_C_ComputeEncounterLevelOverride"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, ReturnValue) == 0x000000, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, local_EncounterLevelOverride) == 0x000004, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::local_EncounterLevelOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000008, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, CallFunc_GetDataTableRowFromName_OutRow) == 0x00000C, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000014, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputeEncounterLevelOverride, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000018, "Member 'BP_Chest_Regular_C_ComputeEncounterLevelOverride::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ComputePreviewChestItemType \ +static_assert(alignof(BP_Chest_Regular_C_ComputePreviewChestItemType) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_ComputePreviewChestItemType"); \ +static_assert(sizeof(BP_Chest_Regular_C_ComputePreviewChestItemType) == 0x0001B0, "Wrong size on BP_Chest_Regular_C_ComputePreviewChestItemType"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, ItemType) == 0x000000, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, local_currentBestType) == 0x000001, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::local_currentBestType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_ComputeChestLootTableSections_LootTableSections) == 0x000018, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_ComputeChestLootTableSections_LootTableSections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_ComputeChestLootTableSections_RollChanceMultipler) == 0x000028, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_ComputeChestLootTableSections_RollChanceMultipler' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_GetItemStaticDefinitionFromID_Found) == 0x00006C, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_GetItemStaticDefinitionFromID_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_GetItemStaticDefinitionFromID_ReturnValue) == 0x000070, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_GetItemStaticDefinitionFromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001A0, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001A4, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ComputePreviewChestItemType, CallFunc_CompareItemTypesForFeedback_IsBetter) == 0x0001A8, "Member 'BP_Chest_Regular_C_ComputePreviewChestItemType::CallFunc_CompareItemTypesForFeedback_IsBetter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ConstructInteractionPopUpText \ +static_assert(alignof(BP_Chest_Regular_C_ConstructInteractionPopUpText) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_ConstructInteractionPopUpText"); \ +static_assert(sizeof(BP_Chest_Regular_C_ConstructInteractionPopUpText) == 0x000248, "Wrong size on BP_Chest_Regular_C_ConstructInteractionPopUpText"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, PopUpText) == 0x000000, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::PopUpText' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Item_Description1) == 0x000010, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Item_Description1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Item_Icon1) == 0x000020, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Item_Icon1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Items_amount1) == 0x000028, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Items_amount1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Items_amount) == 0x00002C, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Items_amount' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Item_Icon) == 0x000030, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Item_Icon' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Item_Description) == 0x000038, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Item_Description' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, PopUpTextLOCAL) == 0x000048, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::PopUpTextLOCAL' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_GetDataTableRowFromName_OutRow) == 0x000088, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001B8, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Less_IntInt_ReturnValue) == 0x0001B9, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Map_Find_Value) == 0x0001BC, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Map_Find_ReturnValue) == 0x0001C0, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0001C8, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, K2Node_DynamicCast_AsTexture_2D) == 0x0001D0, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, K2Node_MakeStruct_FormatArgumentData) == 0x0001E0, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, K2Node_MakeArray_Array) == 0x000228, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ConstructInteractionPopUpText, CallFunc_Format_ReturnValue) == 0x000238, "Member 'BP_Chest_Regular_C_ConstructInteractionPopUpText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular \ +static_assert(alignof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular"); \ +static_assert(sizeof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular) == 0x000088, "Wrong size on BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, EntryPoint) == 0x000000, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, Temp_object_Variable) == 0x000008, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_DynamicCast_AsForce_Feedback_Effect) == 0x000010, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_DynamicCast_AsForce_Feedback_Effect' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000019, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_GetObjectInteractionState_InteractionState) == 0x00001A, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_GetObjectInteractionState_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_Event_InteractingWorldCharacter) == 0x000020, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_Event_Instant) == 0x000028, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_IsValid_ReturnValue) == 0x00002A, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_Event_InteractionState) == 0x00002B, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_GetInteractionSystem_ReturnValue) == 0x000030, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000050, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput) == 0x000058, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_UnregisterInteractiveObject_InteractiveObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_CustomEvent_Loaded) == 0x000070, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'BP_Chest_Regular_C_ExecuteUbergraph_BP_Chest_Regular::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_FindDuplicateID \ +static_assert(alignof(BP_Chest_Regular_C_FindDuplicateID) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_FindDuplicateID"); \ +static_assert(sizeof(BP_Chest_Regular_C_FindDuplicateID) == 0x000038, "Wrong size on BP_Chest_Regular_C_FindDuplicateID"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, ReturnValue) == 0x000000, "Member 'BP_Chest_Regular_C_FindDuplicateID::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Chest_Regular_C_FindDuplicateID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Chest_Regular_C_FindDuplicateID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000032, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_FindDuplicateID, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BP_Chest_Regular_C_FindDuplicateID::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_GenerateObjectID \ +static_assert(alignof(BP_Chest_Regular_C_GenerateObjectID) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_GenerateObjectID"); \ +static_assert(sizeof(BP_Chest_Regular_C_GenerateObjectID) == 0x000048, "Wrong size on BP_Chest_Regular_C_GenerateObjectID"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_IsPackagedBuild_ReturnValue) == 0x000000, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_FindDuplicateID_ReturnValue) == 0x000001, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_FindDuplicateID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_NewGuid_ReturnValue) == 0x000004, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_NewGuid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000014, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_Conv_GuidToString_ReturnValue) == 0x000018, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GenerateObjectID, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'BP_Chest_Regular_C_GenerateObjectID::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_GetInteractionPromptParams \ +static_assert(alignof(BP_Chest_Regular_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_Chest_Regular_C_GetInteractionPromptParams) == 0x000030, "Wrong size on BP_Chest_Regular_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_Chest_Regular_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetInteractionPromptParams, K2Node_MakeStruct_FPromptParams) == 0x000018, "Member 'BP_Chest_Regular_C_GetInteractionPromptParams::K2Node_MakeStruct_FPromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_GetItemTypeScore \ +static_assert(alignof(BP_Chest_Regular_C_GetItemTypeScore) == 0x000004, "Wrong alignment on BP_Chest_Regular_C_GetItemTypeScore"); \ +static_assert(sizeof(BP_Chest_Regular_C_GetItemTypeScore) == 0x000038, "Wrong size on BP_Chest_Regular_C_GetItemTypeScore"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, ItemType) == 0x000000, "Member 'BP_Chest_Regular_C_GetItemTypeScore::ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, ReturnValue) == 0x000004, "Member 'BP_Chest_Regular_C_GetItemTypeScore::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_byte_Variable) == 0x000008, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable) == 0x00000C, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_1) == 0x000010, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_2) == 0x000014, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_3) == 0x000018, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_4) == 0x00001C, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_5) == 0x000020, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_6) == 0x000024, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_7) == 0x000028, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_8) == 0x00002C, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, Temp_int_Variable_9) == 0x000030, "Member 'BP_Chest_Regular_C_GetItemTypeScore::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetItemTypeScore, K2Node_Select_Default) == 0x000034, "Member 'BP_Chest_Regular_C_GetItemTypeScore::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_GetSectionsFromLootTableReferences \ +static_assert(alignof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_GetSectionsFromLootTableReferences"); \ +static_assert(sizeof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences) == 0x0000C0, "Wrong size on BP_Chest_Regular_C_GetSectionsFromLootTableReferences"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, LootTableReferences_0) == 0x000000, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::LootTableReferences_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, LootTableSections) == 0x000010, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::LootTableSections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000068, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, Temp_wildcard_Temp_buffer_array_Variable) == 0x000078, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_GetDataTableRowFromName_OutRow) == 0x000090, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B0, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetSectionsFromLootTableReferences, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BC, "Member 'BP_Chest_Regular_C_GetSectionsFromLootTableReferences::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_OnInteractionRequested \ +static_assert(alignof(BP_Chest_Regular_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_Chest_Regular_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_Chest_Regular_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_Chest_Regular_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_Chest_Regular_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_Chest_Regular_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3 \ +static_assert(alignof(BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3"); \ +static_assert(sizeof(BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3) == 0x000008, "Wrong size on BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3"); \ +static_assert(offsetof(BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3, Loaded) == 0x000000, "Member 'BP_Chest_Regular_C_OnLoaded_3A9C66874010891688933A9C2368EED3::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_Chest_Regular_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_Chest_Regular_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_Chest_Regular_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_Chest_Regular_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_Chest_Regular_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_Chest_Regular_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_RollChestItems \ +static_assert(alignof(BP_Chest_Regular_C_RollChestItems) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_RollChestItems"); \ +static_assert(sizeof(BP_Chest_Regular_C_RollChestItems) == 0x0001F8, "Wrong size on BP_Chest_Regular_C_RollChestItems"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, LootContext) == 0x000000, "Member 'BP_Chest_Regular_C_RollChestItems::LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, ItemsToLoot_0) == 0x000008, "Member 'BP_Chest_Regular_C_RollChestItems::ItemsToLoot_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, local_rolledItems) == 0x000058, "Member 'BP_Chest_Regular_C_RollChestItems::local_rolledItems' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, local_generatedItems) == 0x0000A8, "Member 'BP_Chest_Regular_C_RollChestItems::local_generatedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, local_lootContext) == 0x0000B8, "Member 'BP_Chest_Regular_C_RollChestItems::local_lootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, Temp_int_Array_Index_Variable) == 0x0000BC, "Member 'BP_Chest_Regular_C_RollChestItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'BP_Chest_Regular_C_RollChestItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, Temp_int_Array_Index_Variable_1) == 0x0000C8, "Member 'BP_Chest_Regular_C_RollChestItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_ComputeChestLootTableSections_LootTableSections) == 0x0000D0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_ComputeChestLootTableSections_LootTableSections' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_ComputeChestLootTableSections_RollChanceMultipler) == 0x0000E0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_ComputeChestLootTableSections_RollChanceMultipler' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, Temp_int_Loop_Counter_Variable_1) == 0x0000E8, "Member 'BP_Chest_Regular_C_RollChestItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_GetDisplayName_ReturnValue) == 0x0000F0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000100, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Conv_StringToText_ReturnValue) == 0x000108, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, K2Node_MakeStruct_FormatArgumentData) == 0x000118, "Member 'BP_Chest_Regular_C_RollChestItems::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_Chest_Regular_C_RollChestItems::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Format_ReturnValue) == 0x000170, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_GetLootSystem_ReturnValue) == 0x000180, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_GetLootSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_RollLootTableSectionList_RolledLootEntries) == 0x000188, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_RollLootTableSectionList_RolledLootEntries' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Array_Get_Item) == 0x000198, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Array_Length_ReturnValue) == 0x0001A8, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Less_IntInt_ReturnValue) == 0x0001AC, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_Value) == 0x0001B0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_ReturnValue) == 0x0001B4, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001B8, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Keys_Keys) == 0x0001C0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Array_Length_ReturnValue_1) == 0x0001D0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Array_Get_Item_1) == 0x0001D4, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001DC, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_Value_1) == 0x0001E0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_ReturnValue_1) == 0x0001E4, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_Value_2) == 0x0001E8, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Map_Find_ReturnValue_2) == 0x0001EC, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_RollChestItems, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001F0, "Member 'BP_Chest_Regular_C_RollChestItems::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_UpdateFeedbackParameters \ +static_assert(alignof(BP_Chest_Regular_C_UpdateFeedbackParameters) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_UpdateFeedbackParameters"); \ +static_assert(sizeof(BP_Chest_Regular_C_UpdateFeedbackParameters) == 0x000088, "Wrong size on BP_Chest_Regular_C_UpdateFeedbackParameters"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParameters, ChestFeedbackParameters) == 0x000000, "Member 'BP_Chest_Regular_C_UpdateFeedbackParameters::ChestFeedbackParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParameters, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000068, "Member 'BP_Chest_Regular_C_UpdateFeedbackParameters::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000080, "Member 'BP_Chest_Regular_C_UpdateFeedbackParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot \ +static_assert(alignof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot"); \ +static_assert(sizeof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot) == 0x0000A8, "Wrong size on BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, local_currentBestType) == 0x000000, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::local_currentBestType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000001, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_ComputePreviewChestItemType_ItemType) == 0x000018, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_ComputePreviewChestItemType_ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_Conv_StringToName_ReturnValue) == 0x00001C, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000091, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_BooleanOR_ReturnValue) == 0x000092, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_ComputeChestDominantItemType_ItemType) == 0x000093, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_ComputeChestDominantItemType_ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_GetGameInstance_ReturnValue) == 0x000098, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'BP_Chest_Regular_C_UpdateFeedbackParametersFromLoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_UpdateVisuals \ +static_assert(alignof(BP_Chest_Regular_C_UpdateVisuals) == 0x000001, "Wrong alignment on BP_Chest_Regular_C_UpdateVisuals"); \ +static_assert(sizeof(BP_Chest_Regular_C_UpdateVisuals) == 0x000002, "Wrong size on BP_Chest_Regular_C_UpdateVisuals"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateVisuals, CallFunc_GetObjectInteractionState_InteractionState) == 0x000000, "Member 'BP_Chest_Regular_C_UpdateVisuals::CallFunc_GetObjectInteractionState_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UpdateVisuals, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Chest_Regular_C_UpdateVisuals::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_UserConstructionScript \ +static_assert(alignof(BP_Chest_Regular_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_Chest_Regular_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Chest_Regular_C_UserConstructionScript) == 0x000002, "Wrong size on BP_Chest_Regular_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Chest_Regular_C_UserConstructionScript, CallFunc_IsInPlayMode_ReturnValue) == 0x000000, "Member 'BP_Chest_Regular_C_UserConstructionScript::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_Chest_Regular_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chest_Regular_C_GetInteractionLocation \ +static_assert(alignof(BP_Chest_Regular_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_Chest_Regular_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_Chest_Regular_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_Chest_Regular_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_Chest_Regular_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Chest_Regular_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_Chest_Regular_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Chest_Regular_C \ +static_assert(alignof(ABP_Chest_Regular_C) == 0x000008, "Wrong alignment on ABP_Chest_Regular_C"); \ +static_assert(sizeof(ABP_Chest_Regular_C) == 0x000460, "Wrong size on ABP_Chest_Regular_C"); \ +static_assert(offsetof(ABP_Chest_Regular_C, UberGraphFrame_BP_Chest_Regular_C) == 0x0002F0, "Member 'ABP_Chest_Regular_C::UberGraphFrame_BP_Chest_Regular_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, SM_FX_OptimizedPaintMesh) == 0x0002F8, "Member 'ABP_Chest_Regular_C::SM_FX_OptimizedPaintMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, AC_Loot) == 0x000300, "Member 'ABP_Chest_Regular_C::AC_Loot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, AC_Loot_Idle) == 0x000308, "Member 'ABP_Chest_Regular_C::AC_Loot_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, Cube) == 0x000310, "Member 'ABP_Chest_Regular_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, FX_Chest) == 0x000318, "Member 'ABP_Chest_Regular_C::FX_Chest' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, LightIntensity) == 0x000320, "Member 'ABP_Chest_Regular_C::LightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, DefaultChestFeedbackParameters) == 0x000328, "Member 'ABP_Chest_Regular_C::DefaultChestFeedbackParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ColorWhenOpening) == 0x000390, "Member 'ABP_Chest_Regular_C::ColorWhenOpening' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ForceFeedbackEffect) == 0x0003A0, "Member 'ABP_Chest_Regular_C::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ItemsToLoot) == 0x0003C8, "Member 'ABP_Chest_Regular_C::ItemsToLoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ChestSetupHandle) == 0x000418, "Member 'ABP_Chest_Regular_C::ChestSetupHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, LootTableReferences) == 0x000428, "Member 'ABP_Chest_Regular_C::LootTableReferences' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, RollChanceMultiplier) == 0x000438, "Member 'ABP_Chest_Regular_C::RollChanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ChestLocation) == 0x000440, "Member 'ABP_Chest_Regular_C::ChestLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, ChestRewardLevel) == 0x000441, "Member 'ABP_Chest_Regular_C::ChestRewardLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, OverrideLootParameters) == 0x000448, "Member 'ABP_Chest_Regular_C::OverrideLootParameters' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chest_Regular_C, PlayInWorldDialogueOnLoot) == 0x000458, "Member 'ABP_Chest_Regular_C::PlayInWorldDialogueOnLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LightSafeArea_C_BndEvt__BP_LightSafeArea_shape_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea \ +static_assert(alignof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea) == 0x000008, "Wrong alignment on BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea"); \ +static_assert(sizeof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea) == 0x000158, "Wrong size on BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, EntryPoint) == 0x000000, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_Event_Instant) == 0x000010, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000018, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000030, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, CallFunc_TrySetInSafeArea_Output_IsInSafeLightArea) == 0x000034, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::CallFunc_TrySetInSafeArea_Output_IsInSafeLightArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, CallFunc_IsValid_ReturnValue) == 0x000035, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000038, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000040, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000048, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000050, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_bFromSweep) == 0x000054, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, K2Node_ComponentBoundEvent_SweepResult) == 0x000058, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea, CallFunc_TrySetInSafeArea_Output_IsInSafeLightArea_1) == 0x000150, "Member 'BP_LightSafeArea_C_ExecuteUbergraph_BP_LightSafeArea::CallFunc_TrySetInSafeArea_Output_IsInSafeLightArea_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightSafeArea_C_OnInteractionRequested \ +static_assert(alignof(BP_LightSafeArea_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_LightSafeArea_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_LightSafeArea_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_LightSafeArea_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_LightSafeArea_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_LightSafeArea_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_LightSafeArea_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LightSafeArea_C_TrySetInSafeArea \ +static_assert(alignof(BP_LightSafeArea_C_TrySetInSafeArea) == 0x000008, "Wrong alignment on BP_LightSafeArea_C_TrySetInSafeArea"); \ +static_assert(sizeof(BP_LightSafeArea_C_TrySetInSafeArea) == 0x000020, "Wrong size on BP_LightSafeArea_C_TrySetInSafeArea"); \ +static_assert(offsetof(BP_LightSafeArea_C_TrySetInSafeArea, TargetActor) == 0x000000, "Member 'BP_LightSafeArea_C_TrySetInSafeArea::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_TrySetInSafeArea, IsInSafeLightArea) == 0x000008, "Member 'BP_LightSafeArea_C_TrySetInSafeArea::IsInSafeLightArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_TrySetInSafeArea, Output_IsInSafeLightArea) == 0x000009, "Member 'BP_LightSafeArea_C_TrySetInSafeArea::Output_IsInSafeLightArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_TrySetInSafeArea, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_LightSafeArea_C_TrySetInSafeArea::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LightSafeArea_C_TrySetInSafeArea, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_LightSafeArea_C_TrySetInSafeArea::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LightSafeArea_C \ +static_assert(alignof(ABP_LightSafeArea_C) == 0x000008, "Wrong alignment on ABP_LightSafeArea_C"); \ +static_assert(sizeof(ABP_LightSafeArea_C) == 0x000308, "Wrong size on ABP_LightSafeArea_C"); \ +static_assert(offsetof(ABP_LightSafeArea_C, UberGraphFrame_BP_LightSafeArea_C) == 0x0002F0, "Member 'ABP_LightSafeArea_C::UberGraphFrame_BP_LightSafeArea_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightSafeArea_C, PointLight) == 0x0002F8, "Member 'ABP_LightSafeArea_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LightSafeArea_C, Shape) == 0x000300, "Member 'ABP_LightSafeArea_C::Shape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPC_LightAreaMecanic_C_EnterLightArea \ +static_assert(alignof(BPC_LightAreaMecanic_C_EnterLightArea) == 0x000001, "Wrong alignment on BPC_LightAreaMecanic_C_EnterLightArea"); \ +static_assert(sizeof(BPC_LightAreaMecanic_C_EnterLightArea) == 0x000001, "Wrong size on BPC_LightAreaMecanic_C_EnterLightArea"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_EnterLightArea, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BPC_LightAreaMecanic_C_EnterLightArea::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic \ +static_assert(alignof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic) == 0x000010, "Wrong alignment on BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic"); \ +static_assert(sizeof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic) == 0x000130, "Wrong size on BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, EntryPoint) == 0x000000, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GetPlayerController_ReturnValue_1) == 0x000010, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000020, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000030, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_PlayAnimMontage_ReturnValue) == 0x000060, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000D8, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_K2_AttachToActor_ReturnValue) == 0x0000E0, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GetOwner_ReturnValue_1) == 0x0000E8, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, K2Node_Event_DeltaSeconds) == 0x0000F0, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, K2Node_DynamicCast_AsCharacter) == 0x0000F8, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GetVelocity_ReturnValue) == 0x000108, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_VSize_ReturnValue) == 0x000120, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000129, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic, CallFunc_IsValid_ReturnValue_1) == 0x00012A, "Member 'BPC_LightAreaMecanic_C_ExecuteUbergraph_BPC_LightAreaMecanic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPC_LightAreaMecanic_C_IsProtected \ +static_assert(alignof(BPC_LightAreaMecanic_C_IsProtected) == 0x000001, "Wrong alignment on BPC_LightAreaMecanic_C_IsProtected"); \ +static_assert(sizeof(BPC_LightAreaMecanic_C_IsProtected) == 0x000002, "Wrong size on BPC_LightAreaMecanic_C_IsProtected"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_IsProtected, ReturnValue) == 0x000000, "Member 'BPC_LightAreaMecanic_C_IsProtected::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_IsProtected, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BPC_LightAreaMecanic_C_IsProtected::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPC_LightAreaMecanic_C_ReceiveTick \ +static_assert(alignof(BPC_LightAreaMecanic_C_ReceiveTick) == 0x000004, "Wrong alignment on BPC_LightAreaMecanic_C_ReceiveTick"); \ +static_assert(sizeof(BPC_LightAreaMecanic_C_ReceiveTick) == 0x000004, "Wrong size on BPC_LightAreaMecanic_C_ReceiveTick"); \ +static_assert(offsetof(BPC_LightAreaMecanic_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BPC_LightAreaMecanic_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPC_LightAreaMecanic_C \ +static_assert(alignof(UBPC_LightAreaMecanic_C) == 0x000008, "Wrong alignment on UBPC_LightAreaMecanic_C"); \ +static_assert(sizeof(UBPC_LightAreaMecanic_C) == 0x0000D8, "Wrong size on UBPC_LightAreaMecanic_C"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, UberGraphFrame) == 0x0000A0, "Member 'UBPC_LightAreaMecanic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, IsInSafeLightArea) == 0x0000A8, "Member 'UBPC_LightAreaMecanic_C::IsInSafeLightArea' has a wrong offset!"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, IsProtectedByArmRingLight) == 0x0000A9, "Member 'UBPC_LightAreaMecanic_C::IsProtectedByArmRingLight' has a wrong offset!"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, CurrentSpotLight) == 0x0000B0, "Member 'UBPC_LightAreaMecanic_C::CurrentSpotLight' has a wrong offset!"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, OnEnterLightArea) == 0x0000B8, "Member 'UBPC_LightAreaMecanic_C::OnEnterLightArea' has a wrong offset!"); \ +static_assert(offsetof(UBPC_LightAreaMecanic_C, OnLeaveLightArea) == 0x0000C8, "Member 'UBPC_LightAreaMecanic_C::OnLeaveLightArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ProtoArmRingLight_C_BndEvt__BP_ProtoArmRingLight_Sphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight \ +static_assert(alignof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight) == 0x000008, "Wrong alignment on BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight"); \ +static_assert(sizeof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight) == 0x0001E0, "Wrong size on BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, EntryPoint) == 0x000000, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000030, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, Temp_bool_IsClosed_Variable) == 0x000038, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000040, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000048, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000050, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000058, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_bFromSweep) == 0x00005C, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_SweepResult) == 0x000060, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_AsBP_Light_Safe_Area) == 0x000158, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_AsBP_Light_Safe_Area' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_AsBP_Light_Perturbator_Area) == 0x000168, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_AsBP_Light_Perturbator_Area' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000178, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherActor) == 0x000180, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherComp) == 0x000188, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000190, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_AsBP_Light_Safe_Area_1) == 0x000198, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_AsBP_Light_Safe_Area_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_bSuccess_2) == 0x0001A0, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_GetMaterial_ReturnValue) == 0x0001A8, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001B0, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_GetPlayerController_ReturnValue) == 0x0001B8, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x0001C0, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, K2Node_DynamicCast_bSuccess_3) == 0x0001C8, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, Temp_bool_Has_Been_Initd_Variable) == 0x0001C9, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0001D0, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_SetIntensity_NewIntensity_ImplicitCast) == 0x0001D8, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_SetIntensity_NewIntensity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight, CallFunc_Delay_Duration_ImplicitCast) == 0x0001DC, "Member 'BP_ProtoArmRingLight_C_ExecuteUbergraph_BP_ProtoArmRingLight::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ProtoArmRingLight_C \ +static_assert(alignof(ABP_ProtoArmRingLight_C) == 0x000008, "Wrong alignment on ABP_ProtoArmRingLight_C"); \ +static_assert(sizeof(ABP_ProtoArmRingLight_C) == 0x000300, "Wrong size on ABP_ProtoArmRingLight_C"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, UberGraphFrame) == 0x000290, "Member 'ABP_ProtoArmRingLight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Audio) == 0x000298, "Member 'ABP_ProtoArmRingLight_C::Audio' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Charge_FX) == 0x0002A0, "Member 'ABP_ProtoArmRingLight_C::Charge_FX' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Arrow) == 0x0002A8, "Member 'ABP_ProtoArmRingLight_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, PointLight) == 0x0002B0, "Member 'ABP_ProtoArmRingLight_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Sphere1) == 0x0002B8, "Member 'ABP_ProtoArmRingLight_C::Sphere1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Sphere) == 0x0002C0, "Member 'ABP_ProtoArmRingLight_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, DefaultSceneRoot) == 0x0002C8, "Member 'ABP_ProtoArmRingLight_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, ArmRingLightTimeline_IntensityTrack_EAD3F8944A2CDF7E16A98F977594FD26) == 0x0002D0, "Member 'ABP_ProtoArmRingLight_C::ArmRingLightTimeline_IntensityTrack_EAD3F8944A2CDF7E16A98F977594FD26' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, ArmRingLightTimeline__Direction_EAD3F8944A2CDF7E16A98F977594FD26) == 0x0002D4, "Member 'ABP_ProtoArmRingLight_C::ArmRingLightTimeline__Direction_EAD3F8944A2CDF7E16A98F977594FD26' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, ArmRingLightTimeline) == 0x0002D8, "Member 'ABP_ProtoArmRingLight_C::ArmRingLightTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, IntensityCache) == 0x0002E0, "Member 'ABP_ProtoArmRingLight_C::IntensityCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, SphereMaterial) == 0x0002E8, "Member 'ABP_ProtoArmRingLight_C::SphereMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, Sound_Idle) == 0x0002F0, "Member 'ABP_ProtoArmRingLight_C::Sound_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_ProtoArmRingLight_C, ShouldLoopChargeSound) == 0x0002F8, "Member 'ABP_ProtoArmRingLight_C::ShouldLoopChargeSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Rope__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Rope::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Rope::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Rope::FAnimBlueprintGeneratedConstantData) == 0x0008A0, "Wrong size on ABP_Rope::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_258) == 0x000004, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_258' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __FloatProperty_259) == 0x00000C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__FloatProperty_259' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_260) == 0x000010, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_260' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_261) == 0x000018, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_261' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_262) == 0x000020, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_262' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __ByteProperty_263) == 0x000028, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__ByteProperty_263' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __IntProperty_264) == 0x00002C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__IntProperty_264' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __FloatProperty_265) == 0x000030, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__FloatProperty_265' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_266) == 0x000038, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_266' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_267) == 0x000040, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_267' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __IntProperty_268) == 0x000048, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__IntProperty_268' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_269) == 0x00004C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_269' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __IntProperty_270) == 0x000054, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__IntProperty_270' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __BoolProperty_271) == 0x000058, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__BoolProperty_271' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_272) == 0x00005C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_272' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __IntProperty_273) == 0x000064, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__IntProperty_273' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __FloatProperty_274) == 0x000068, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__FloatProperty_274' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __StructProperty_275) == 0x00006C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__StructProperty_275' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __FloatProperty_276) == 0x000098, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__FloatProperty_276' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __BoolProperty_277) == 0x00009C, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__BoolProperty_277' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __EnumProperty_278) == 0x00009D, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__EnumProperty_278' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __ByteProperty_279) == 0x00009E, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__ByteProperty_279' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_280) == 0x0000A0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_280' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_281) == 0x0000A8, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_281' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_282) == 0x0000B0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_282' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __NameProperty_283) == 0x0000B8, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__NameProperty_283' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __IntProperty_284) == 0x0000C0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__IntProperty_284' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, __StructProperty_285) == 0x0000C8, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::__StructProperty_285' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000E8, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000168, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000180, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x0001B0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x0001E0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000210, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000240, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000270, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x0002A0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x0002D0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x000300, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_1) == 0x000330, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x000360, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x000390, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0003C0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0003F0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x000420, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x000450, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x000480, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x0004B0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x0004E0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000510, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000540, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000570, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0005A0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0005D0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x000600, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x000630, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x000660, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000690, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x0006C0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0006F0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000720, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000750, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000780, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0007B0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0007E0, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000810, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000840, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000870, "Member 'ABP_Rope::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Rope_C_AnimGraph \ +static_assert(alignof(ABP_Rope_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Rope_C_AnimGraph"); \ +static_assert(sizeof(ABP_Rope_C_AnimGraph) == 0x000010, "Wrong size on ABP_Rope_C_AnimGraph"); \ +static_assert(offsetof(ABP_Rope_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Rope_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Rope_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Rope_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Rope_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Rope_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Rope_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Rope_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Rope_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Rope_C_ExecuteUbergraph_ABP_Rope \ +static_assert(alignof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope) == 0x000008, "Wrong alignment on ABP_Rope_C_ExecuteUbergraph_ABP_Rope"); \ +static_assert(sizeof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope) == 0x000078, "Wrong size on ABP_Rope_C_ExecuteUbergraph_ABP_Rope"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, EntryPoint) == 0x000000, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00000C, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000011, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000012, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000013, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000015, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000016, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000018, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x00001C, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00001D, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00001E, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000020, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000024, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x000028, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x00002C, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, K2Node_Event_DeltaTimeX) == 0x000030, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000038, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetCurrentRopeStep_CurrentStep) == 0x000048, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetCurrentRopeStep_CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_GetCurrentRopeDirection_CurrentDirection) == 0x000049, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_GetCurrentRopeDirection_CurrentDirection' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_IsValid_ReturnValue_1) == 0x00004A, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x000058, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x000060, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x000068, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Rope_C_ExecuteUbergraph_ABP_Rope, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000070, "Member 'ABP_Rope_C_ExecuteUbergraph_ABP_Rope::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Rope_C \ +static_assert(alignof(UABP_Rope_C) == 0x000010, "Wrong alignment on UABP_Rope_C"); \ +static_assert(sizeof(UABP_Rope_C) == 0x000C20, "Wrong size on UABP_Rope_C"); \ +static_assert(offsetof(UABP_Rope_C, UberGraphFrame) == 0x000370, "Member 'UABP_Rope_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_Rope_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_Rope_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_Rope_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_13) == 0x0003A8, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_12) == 0x0003D0, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_11) == 0x0003F8, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_10) == 0x000420, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_9) == 0x000448, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_8) == 0x000470, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_7) == 0x000498, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_6) == 0x0004C0, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequenceEvaluator_1) == 0x0004E8, "Member 'UABP_Rope_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_10) == 0x000528, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_6) == 0x000548, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_9) == 0x000590, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_5) == 0x0005B0, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_8) == 0x0005F8, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_4) == 0x000618, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_7) == 0x000660, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateMachine_2) == 0x000680, "Member 'UABP_Rope_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_6) == 0x000748, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_5) == 0x000768, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_4) == 0x000790, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_3) == 0x0007B8, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_2) == 0x0007E0, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult_1) == 0x000808, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_3) == 0x000830, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_5) == 0x000878, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequenceEvaluator) == 0x000898, "Member 'UABP_Rope_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_4) == 0x0008D8, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_2) == 0x0008F8, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_3) == 0x000940, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer_1) == 0x000960, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_2) == 0x0009A8, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_SequencePlayer) == 0x0009C8, "Member 'UABP_Rope_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult_1) == 0x000A10, "Member 'UABP_Rope_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateMachine_1) == 0x000A30, "Member 'UABP_Rope_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateResult) == 0x000AF8, "Member 'UABP_Rope_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_TransitionResult) == 0x000B18, "Member 'UABP_Rope_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, AnimGraphNode_StateMachine) == 0x000B40, "Member 'UABP_Rope_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, ExplorationCapacityRopeComponent) == 0x000C08, "Member 'UABP_Rope_C::ExplorationCapacityRopeComponent' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, RopeMovementDirection) == 0x000C10, "Member 'UABP_Rope_C::RopeMovementDirection' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, RopeMovementStep) == 0x000C11, "Member 'UABP_Rope_C::RopeMovementStep' has a wrong offset!"); \ +static_assert(offsetof(UABP_Rope_C, HasLanded) == 0x000C12, "Member 'UABP_Rope_C::HasLanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_CheckForErrors \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_CheckForErrors) == 0x000040, "Wrong size on BP_CameraLookAtControllerComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, Temp_text_Variable) == 0x000018, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_CameraLookAtControllerComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_ComputeAlpha \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_ComputeAlpha) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_ComputeAlpha"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_ComputeAlpha) == 0x000038, "Wrong size on BP_CameraLookAtControllerComponent_C_ComputeAlpha"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, ReturnValue) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, local_Alpha) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_GetFloatValue_ReturnValue) == 0x00001C, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000028, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ComputeAlpha, CallFunc_FClamp_Value_ImplicitCast) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_ComputeAlpha::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent) == 0x000090, "Wrong size on BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, EntryPoint) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_CustomEvent_Loaded) == 0x000020, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, Temp_object_Variable) == 0x000028, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_DynamicCast_AsActor) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_Event_DeltaSeconds) == 0x00003C, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_CustomEvent_LookAtRequest) == 0x000040, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_CustomEvent_LookAtRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, CallFunc_IsLookAtRequestValid_IsValid) == 0x000080, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::CallFunc_IsLookAtRequestValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent, CallFunc_UpdateLookAt_DeltaSeconds_ImplicitCast) == 0x000088, "Member 'BP_CameraLookAtControllerComponent_C_ExecuteUbergraph_BP_CameraLookAtControllerComponent::CallFunc_UpdateLookAt_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid) == 0x000038, "Wrong size on BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid, LookAtRequest_0) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid::LookAtRequest_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid, IsValid) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000032, "Member 'BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BP_CameraLookAtControllerComponent_C_IsLookAtRequestValid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_IsPerformingLookAt \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_IsPerformingLookAt) == 0x000001, "Wrong alignment on BP_CameraLookAtControllerComponent_C_IsPerformingLookAt"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_IsPerformingLookAt) == 0x000002, "Wrong size on BP_CameraLookAtControllerComponent_C_IsPerformingLookAt"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsPerformingLookAt, ReturnValue) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_IsPerformingLookAt::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_IsPerformingLookAt, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x000001, "Member 'BP_CameraLookAtControllerComponent_C_IsPerformingLookAt::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0 \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0) == 0x000008, "Wrong size on BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0, Loaded) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_OnLoaded_E108BA93448EE7FC170BF68270B157D0::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues) == 0x000068, "Wrong size on BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetController_ReturnValue) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetTimeRange_MinTime) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetTimeRange_MaxTime) == 0x00000C, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetControlRotation_ReturnValue) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetMainCamera_MainCamera) == 0x000028, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000038, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, K2Node_VariableSet_TransitionCurveMaxTime_ImplicitCast) == 0x000050, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::K2Node_VariableSet_TransitionCurveMaxTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, K2Node_SetFieldsInStruct_FieldOfView_8_5E1634D347F8258545020480100C80B1_ImplicitCast) == 0x000058, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::K2Node_SetFieldsInStruct_FieldOfView_8_5E1634D347F8258545020480100C80B1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues, K2Node_SetFieldsInStruct_SpringArmLength_2_420985EA4F7696CF4BF027A66736A5E3_ImplicitCast) == 0x000060, "Member 'BP_CameraLookAtControllerComponent_C_PrepareCameraForLookAtAndCacheValues::K2Node_SetFieldsInStruct_SpringArmLength_2_420985EA4F7696CF4BF027A66736A5E3_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_PrepareForLookAt \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_PrepareForLookAt) == 0x000001, "Wrong alignment on BP_CameraLookAtControllerComponent_C_PrepareForLookAt"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_PrepareForLookAt) == 0x000001, "Wrong size on BP_CameraLookAtControllerComponent_C_PrepareForLookAt"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_PrepareForLookAt, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_PrepareForLookAt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_ReceiveTick \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CameraLookAtControllerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CameraLookAtControllerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_RequestLookAt \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_RequestLookAt) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_RequestLookAt"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_RequestLookAt) == 0x000030, "Wrong size on BP_CameraLookAtControllerComponent_C_RequestLookAt"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_RequestLookAt, LookAtRequest_0) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_RequestLookAt::LookAtRequest_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable) == 0x000070, "Wrong size on BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, Enable) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, K2Node_MakeMap_Map) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000061, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000068, "Member 'BP_CameraLookAtControllerComponent_C_SetCameraInputsEnable::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime) == 0x000018, "Wrong size on BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime, DeltaSeconds) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime, local_Alpha) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_UpdateAccumulatedTime::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_UpdateLookAt \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_UpdateLookAt) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_UpdateLookAt"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_UpdateLookAt) == 0x000010, "Wrong size on BP_CameraLookAtControllerComponent_C_UpdateLookAt"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAt, DeltaSeconds) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAt::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAt, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAt::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation) == 0x000178, "Wrong size on BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, Alpha) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000048, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_RLerp_ReturnValue) == 0x000060, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000078, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation, CallFunc_RLerp_Alpha_ImplicitCast) == 0x000170, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtRotation::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition) == 0x000058, "Wrong size on BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, local_Alpha) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_ComputeAlpha_ReturnValue) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_ComputeAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_GetMainCamera_MainCamera) == 0x000010, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000018, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_Lerp_ReturnValue) == 0x000020, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_Lerp_ReturnValue_1) == 0x000028, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_VLerp_ReturnValue) == 0x000030, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_VLerp_Alpha_ImplicitCast) == 0x000048, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x00004C, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000050, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtTransition::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep \ +static_assert(alignof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep) == 0x000008, "Wrong alignment on BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep"); \ +static_assert(sizeof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep) == 0x000010, "Wrong size on BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep, local_Alpha) == 0x000000, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep::local_Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x00000A, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x00000B, "Member 'BP_CameraLookAtControllerComponent_C_UpdateLookAtUpdateStep::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraLookAtControllerComponent_C \ +static_assert(alignof(UBP_CameraLookAtControllerComponent_C) == 0x000008, "Wrong alignment on UBP_CameraLookAtControllerComponent_C"); \ +static_assert(sizeof(UBP_CameraLookAtControllerComponent_C) == 0x000178, "Wrong size on UBP_CameraLookAtControllerComponent_C"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CameraLookAtControllerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, OnLookAtStarted) == 0x0000A8, "Member 'UBP_CameraLookAtControllerComponent_C::OnLookAtStarted' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, OnLookAtFinished) == 0x0000B8, "Member 'UBP_CameraLookAtControllerComponent_C::OnLookAtFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, LookAtRequest) == 0x0000C8, "Member 'UBP_CameraLookAtControllerComponent_C::LookAtRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, ActorToLookAtReference) == 0x0000F8, "Member 'UBP_CameraLookAtControllerComponent_C::ActorToLookAtReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, OwnerAsCharacterWorld) == 0x000100, "Member 'UBP_CameraLookAtControllerComponent_C::OwnerAsCharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, InitialCameraValues) == 0x000108, "Member 'UBP_CameraLookAtControllerComponent_C::InitialCameraValues' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, InitialCameraRotation) == 0x000130, "Member 'UBP_CameraLookAtControllerComponent_C::InitialCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, InitialSpringArmRotation) == 0x000148, "Member 'UBP_CameraLookAtControllerComponent_C::InitialSpringArmRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, AccumulatedTime) == 0x000160, "Member 'UBP_CameraLookAtControllerComponent_C::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, TransitionCurveMaxTime) == 0x000168, "Member 'UBP_CameraLookAtControllerComponent_C::TransitionCurveMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, HasCameraInputsEnable) == 0x000170, "Member 'UBP_CameraLookAtControllerComponent_C::HasCameraInputsEnable' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraLookAtControllerComponent_C, LookAtUpdateStep) == 0x000171, "Member 'UBP_CameraLookAtControllerComponent_C::LookAtUpdateStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMovementCharacter_C_GetCustomMovement \ +static_assert(alignof(BPI_CustomMovementCharacter_C_GetCustomMovement) == 0x000008, "Wrong alignment on BPI_CustomMovementCharacter_C_GetCustomMovement"); \ +static_assert(sizeof(BPI_CustomMovementCharacter_C_GetCustomMovement) == 0x000008, "Wrong size on BPI_CustomMovementCharacter_C_GetCustomMovement"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_GetCustomMovement, CustomMovement) == 0x000000, "Member 'BPI_CustomMovementCharacter_C_GetCustomMovement::CustomMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement \ +static_assert(alignof(BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement) == 0x000008, "Wrong alignment on BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement"); \ +static_assert(sizeof(BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement) == 0x000018, "Wrong size on BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement, CustomMoveZone) == 0x000000, "Member 'BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement::CustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement, WaitTime) == 0x000010, "Member 'BPI_CustomMovementCharacter_C_OnBeforeStartCustomMovement::WaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_CustomMovementCharacter_C_CanEnterCustomMovement \ +static_assert(alignof(BPI_CustomMovementCharacter_C_CanEnterCustomMovement) == 0x000008, "Wrong alignment on BPI_CustomMovementCharacter_C_CanEnterCustomMovement"); \ +static_assert(sizeof(BPI_CustomMovementCharacter_C_CanEnterCustomMovement) == 0x000018, "Wrong size on BPI_CustomMovementCharacter_C_CanEnterCustomMovement"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_CanEnterCustomMovement, CustomMoveZone) == 0x000000, "Member 'BPI_CustomMovementCharacter_C_CanEnterCustomMovement::CustomMoveZone' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_CanEnterCustomMovement, ImmediateEntryRequired) == 0x000010, "Member 'BPI_CustomMovementCharacter_C_CanEnterCustomMovement::ImmediateEntryRequired' has a wrong offset!"); \ +static_assert(offsetof(BPI_CustomMovementCharacter_C_CanEnterCustomMovement, ReturnValue) == 0x000011, "Member 'BPI_CustomMovementCharacter_C_CanEnterCustomMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_CustomMovementCharacter_C \ +static_assert(alignof(IBPI_CustomMovementCharacter_C) == 0x000001, "Wrong alignment on IBPI_CustomMovementCharacter_C"); \ +static_assert(sizeof(IBPI_CustomMovementCharacter_C) == 0x000001, "Wrong size on IBPI_CustomMovementCharacter_C"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_CustomMovement::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData) == 0x0003E0, "Wrong size on ABP_CustomMovement::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __NameProperty_56) == 0x000004, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__NameProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __FloatProperty_57) == 0x00000C, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__FloatProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __ByteProperty_58) == 0x000010, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__ByteProperty_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __BoolProperty_59) == 0x000011, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__BoolProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __EnumProperty_60) == 0x000012, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__EnumProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __ByteProperty_61) == 0x000013, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__ByteProperty_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __NameProperty_62) == 0x000014, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__NameProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __NameProperty_63) == 0x00001C, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__NameProperty_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __NameProperty_64) == 0x000024, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__NameProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __IntProperty_65) == 0x00002C, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__IntProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __BlendProfile_66) == 0x000030, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__BlendProfile_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __CurveFloat_67) == 0x000038, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__CurveFloat_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __BoolProperty_68) == 0x000040, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__BoolProperty_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __EnumProperty_69) == 0x000041, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__EnumProperty_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __EnumProperty_70) == 0x000042, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__EnumProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __ArrayProperty_71) == 0x000048, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__ArrayProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, __StructProperty_72) == 0x000058, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::__StructProperty_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Tag) == 0x000078, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000D8, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000158, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_2) == 0x000170, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x0001A0, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0001D0, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SubInput) == 0x000200, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SubInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_1) == 0x000230, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000260, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x000290, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0002C0, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x0002F0, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000320, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000350, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000380, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph) == 0x0003B0, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_CustomMovement::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData) == 0x000048, "Wrong size on ABP_CustomMovement::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __ArrayProperty) == 0x000008, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__ArrayProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000018, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __ArrayProperty_1) == 0x000020, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__ArrayProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __BoolProperty_2) == 0x000030, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__BoolProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __FloatProperty_3) == 0x000034, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__FloatProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_4) == 0x000038, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement::FAnimBlueprintGeneratedMutableData, __BoolProperty_5) == 0x000040, "Member 'ABP_CustomMovement::FAnimBlueprintGeneratedMutableData::__BoolProperty_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement_C_AnimGraph \ +static_assert(alignof(ABP_CustomMovement_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_CustomMovement_C_AnimGraph"); \ +static_assert(sizeof(ABP_CustomMovement_C_AnimGraph) == 0x000020, "Wrong size on ABP_CustomMovement_C_AnimGraph"); \ +static_assert(offsetof(ABP_CustomMovement_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_CustomMovement_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_CustomMovement_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_CustomMovement_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_CustomMovement_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_CustomMovement_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_CustomMovement_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_CustomMovement_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_CustomMovement_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement \ +static_assert(alignof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement) == 0x000008, "Wrong alignment on ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement"); \ +static_assert(sizeof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement) == 0x000068, "Wrong size on ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, EntryPoint) == 0x000000, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, K2Node_Event_DeltaTimeX) == 0x000008, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, Temp_bool_IsClosed_Variable) == 0x00000C, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_VLerp_ReturnValue) == 0x000028, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, Temp_bool_Has_Been_Initd_Variable) == 0x000050, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_GetValidValue_ReturnValue) == 0x000052, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000053, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_IsValid_ReturnValue_1) == 0x000054, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000058, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement, K2Node_StructMemberSet___FloatProperty_3_ImplicitCast) == 0x000060, "Member 'ABP_CustomMovement_C_ExecuteUbergraph_ABP_CustomMovement::K2Node_StructMemberSet___FloatProperty_3_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CustomMovement_C_UpdateAnimationAssets \ +static_assert(alignof(ABP_CustomMovement_C_UpdateAnimationAssets) == 0x000008, "Wrong alignment on ABP_CustomMovement_C_UpdateAnimationAssets"); \ +static_assert(sizeof(ABP_CustomMovement_C_UpdateAnimationAssets) == 0x000040, "Wrong size on ABP_CustomMovement_C_UpdateAnimationAssets"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, K2Node_DynamicCast_AsBPI_Custom_Movement_Character) == 0x000008, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::K2Node_DynamicCast_AsBPI_Custom_Movement_Character' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, CallFunc_GetCustomMovement_CustomMovement) == 0x000020, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::CallFunc_GetCustomMovement_CustomMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000028, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_CustomMovement_C_UpdateAnimationAssets, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABP_CustomMovement_C_UpdateAnimationAssets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_CustomMovement_C \ +static_assert(alignof(UABP_CustomMovement_C) == 0x000010, "Wrong alignment on UABP_CustomMovement_C"); \ +static_assert(sizeof(UABP_CustomMovement_C) == 0x000A40, "Wrong size on UABP_CustomMovement_C"); \ +static_assert(offsetof(UABP_CustomMovement_C, UberGraphFrame) == 0x000370, "Member 'UABP_CustomMovement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, __AnimBlueprintMutables) == 0x000378, "Member 'UABP_CustomMovement_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimBlueprintExtension_Tag) == 0x0003C0, "Member 'UABP_CustomMovement_C::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimBlueprintExtension_PropertyAccess) == 0x0003C8, "Member 'UABP_CustomMovement_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimBlueprintExtension_Base) == 0x0003D0, "Member 'UABP_CustomMovement_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_BlendListByBool_2) == 0x0003D8, "Member 'UABP_CustomMovement_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_BlendListByBool_1) == 0x000420, "Member 'UABP_CustomMovement_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_Root) == 0x000468, "Member 'UABP_CustomMovement_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_SubInput) == 0x000488, "Member 'UABP_CustomMovement_C::AnimGraphNode_SubInput' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_LinkedAnimGraph_1) == 0x000540, "Member 'UABP_CustomMovement_C::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_ComponentToLocalSpace) == 0x0005F8, "Member 'UABP_CustomMovement_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_ModifyBone) == 0x000618, "Member 'UABP_CustomMovement_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_LocalToComponentSpace) == 0x000740, "Member 'UABP_CustomMovement_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_SequenceEvaluator) == 0x000760, "Member 'UABP_CustomMovement_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_StateResult) == 0x0007A0, "Member 'UABP_CustomMovement_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_StateMachine) == 0x0007C0, "Member 'UABP_CustomMovement_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_BlendListByBool) == 0x000888, "Member 'UABP_CustomMovement_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AnimGraphNode_LinkedAnimGraph) == 0x0008D0, "Member 'UABP_CustomMovement_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, IsLadder) == 0x000988, "Member 'UABP_CustomMovement_C::IsLadder' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, LadderPos) == 0x000990, "Member 'UABP_CustomMovement_C::LadderPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, LadderBlendTime) == 0x000998, "Member 'UABP_CustomMovement_C::LadderBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, Owner) == 0x0009A0, "Member 'UABP_CustomMovement_C::Owner' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, IsClimbing) == 0x0009A8, "Member 'UABP_CustomMovement_C::IsClimbing' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, IsMovingNextHold) == 0x0009A9, "Member 'UABP_CustomMovement_C::IsMovingNextHold' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, MovingNextHoldTransitionAlpha) == 0x0009B0, "Member 'UABP_CustomMovement_C::MovingNextHoldTransitionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, MovingNextHoldTransitionDelta) == 0x0009B8, "Member 'UABP_CustomMovement_C::MovingNextHoldTransitionDelta' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, ClimbingReadyDirection) == 0x0009D0, "Member 'UABP_CustomMovement_C::ClimbingReadyDirection' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, ClimbingBlendTIme) == 0x0009E8, "Member 'UABP_CustomMovement_C::ClimbingBlendTIme' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, CustomMovement) == 0x0009F0, "Member 'UABP_CustomMovement_C::CustomMovement' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_EnteringLadderTop) == 0x0009F8, "Member 'UABP_CustomMovement_C::AM_EnteringLadderTop' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_EnteringLadderBottom) == 0x000A00, "Member 'UABP_CustomMovement_C::AM_EnteringLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_ExitingLadderTop) == 0x000A08, "Member 'UABP_CustomMovement_C::AM_ExitingLadderTop' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_ExitingLadderBottom) == 0x000A10, "Member 'UABP_CustomMovement_C::AM_ExitingLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_EnteringClimbingTop) == 0x000A18, "Member 'UABP_CustomMovement_C::AM_EnteringClimbingTop' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AM_ExitingClimbingTop) == 0x000A20, "Member 'UABP_CustomMovement_C::AM_ExitingClimbingTop' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, AS_Ladder_Up_Loop) == 0x000A28, "Member 'UABP_CustomMovement_C::AS_Ladder_Up_Loop' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, IsUsingRope) == 0x000A30, "Member 'UABP_CustomMovement_C::IsUsingRope' has a wrong offset!"); \ +static_assert(offsetof(UABP_CustomMovement_C, CurrentCustomMovementMode) == 0x000A31, "Member 'UABP_CustomMovement_C::CurrentCustomMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x00B2D0, "Wrong size on ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5668) == 0x000001, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5668' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5669) == 0x000008, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5669' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5670) == 0x000018, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5670' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5671) == 0x000020, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5671' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5672) == 0x000028, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5672' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5673) == 0x000030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5673' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5674) == 0x000038, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5674' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5675) == 0x000040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5675' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5676) == 0x000048, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5676' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5677) == 0x000050, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5677' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5678) == 0x000058, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5678' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5679) == 0x00005C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5679' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5680) == 0x000068, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5680' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5681) == 0x000070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5681' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5682) == 0x000078, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5682' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5683) == 0x000080, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5683' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5684) == 0x000088, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5684' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5685) == 0x000090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5685' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5686) == 0x000098, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5686' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5687) == 0x00009C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5687' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5688) == 0x0000A8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5688' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5689) == 0x0000B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5689' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5690) == 0x0000B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5690' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5691) == 0x0000C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5691' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5692) == 0x0000C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5692' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5693) == 0x0000D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5693' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5694) == 0x0000D8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5694' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5695) == 0x0000E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5695' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5696) == 0x0000E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5696' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5697) == 0x0000EC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5697' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5698) == 0x0000F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5698' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5699) == 0x000100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5699' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5700) == 0x000104, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5700' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5701) == 0x00010C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5701' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5702) == 0x000110, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5702' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5703) == 0x000118, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5703' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5704) == 0x000120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5704' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5705) == 0x000128, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5705' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5706) == 0x00012C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5706' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_5707) == 0x000130, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_5707' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5708) == 0x000134, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5708' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5709) == 0x000138, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5709' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5710) == 0x000140, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5710' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5711) == 0x000148, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5711' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5712) == 0x000150, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5712' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5713) == 0x000158, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5713' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5714) == 0x000160, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5714' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5715) == 0x000168, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5715' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5716) == 0x000170, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5716' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5717) == 0x000178, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5717' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5718) == 0x000180, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5718' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5719) == 0x000188, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5719' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5720) == 0x000190, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5720' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5721) == 0x000198, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5721' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5722) == 0x0001A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5722' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5723) == 0x0001A8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5723' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5724) == 0x0001B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5724' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5725) == 0x0001B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5725' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5726) == 0x0001C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5726' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5727) == 0x0001C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5727' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5728) == 0x0001D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5728' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5729) == 0x0001D8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5729' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5730) == 0x0001E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5730' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5731) == 0x0001E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5731' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5732) == 0x0001F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5732' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5733) == 0x0001F8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5733' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5734) == 0x000208, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5734' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5735) == 0x000218, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5735' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5736) == 0x00021C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5736' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5737) == 0x000220, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5737' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5738) == 0x000230, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5738' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5739) == 0x000238, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5739' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5740) == 0x000240, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5740' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5741) == 0x000244, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5741' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5742) == 0x000248, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5742' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5743) == 0x000250, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5743' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5744) == 0x000258, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5744' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5745) == 0x000260, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5745' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5746) == 0x000268, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5746' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5747) == 0x000270, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5747' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5748) == 0x000274, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5748' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5749) == 0x000278, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5749' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5750) == 0x000280, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5750' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5751) == 0x000288, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5751' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5752) == 0x000290, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5752' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5753) == 0x000298, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5753' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5754) == 0x0002A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5754' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5755) == 0x0002A4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5755' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5756) == 0x0002AC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5756' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5757) == 0x0002B4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5757' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5758) == 0x0002BC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5758' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5759) == 0x0002C4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5759' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5760) == 0x0002C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5760' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5761) == 0x0002D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5761' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5762) == 0x0002D8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5762' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5763) == 0x0002E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5763' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5764) == 0x0002E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5764' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5765) == 0x0002F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5765' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5766) == 0x0002F8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5766' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5767) == 0x000300, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5767' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5768) == 0x000308, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5768' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5769) == 0x000310, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5769' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5770) == 0x000318, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5770' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5771) == 0x00031C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5771' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5772) == 0x000324, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5772' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5773) == 0x00032C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5773' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5774) == 0x000334, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5774' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5775) == 0x000338, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5775' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5776) == 0x00033C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5776' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5777) == 0x000344, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5777' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5778) == 0x00034C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5778' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5779) == 0x000354, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5779' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5780) == 0x00035C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5780' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5781) == 0x000360, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5781' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5782) == 0x000368, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5782' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5783) == 0x00036C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5783' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5784) == 0x000374, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5784' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5785) == 0x00037C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5785' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5786) == 0x000380, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5786' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5787) == 0x000388, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5787' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5788) == 0x000390, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5788' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5789) == 0x000398, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5789' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5790) == 0x0003A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5790' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5791) == 0x0003A4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5791' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5792) == 0x0003A8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5792' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5793) == 0x0003B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5793' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_5794) == 0x0003B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_5794' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5795) == 0x0003E4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5795' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5796) == 0x0003E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5796' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5797) == 0x0003F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5797' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5798) == 0x0003F8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5798' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5799) == 0x000400, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5799' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5800) == 0x000408, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5800' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5801) == 0x000410, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5801' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5802) == 0x000418, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5802' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5803) == 0x000420, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5803' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5804) == 0x000428, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5804' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5805) == 0x000430, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5805' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5806) == 0x000438, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5806' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5807) == 0x000440, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5807' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5808) == 0x000444, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5808' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5809) == 0x00044C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5809' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __MirrorDataTable_5810) == 0x000450, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__MirrorDataTable_5810' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5811) == 0x000458, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5811' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5812) == 0x000460, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5812' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5813) == 0x000468, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5813' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5814) == 0x000470, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5814' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5815) == 0x000478, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5815' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_5816) == 0x000480, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_5816' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5817) == 0x0004A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5817' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_5818) == 0x0004A8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_5818' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_5819) == 0x0004C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_5819' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5820) == 0x0004F4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5820' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5821) == 0x0004FC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5821' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5822) == 0x000504, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5822' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5823) == 0x000510, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5823' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5824) == 0x000518, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5824' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5825) == 0x000520, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5825' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5826) == 0x000528, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5826' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5827) == 0x000530, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5827' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5828) == 0x000538, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5828' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5829) == 0x000540, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5829' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5830) == 0x000548, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5830' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5831) == 0x00054C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5831' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5832) == 0x000554, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5832' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5833) == 0x00055C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5833' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5834) == 0x000564, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5834' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_5835) == 0x000568, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_5835' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_5836) == 0x000569, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_5836' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5837) == 0x00056C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5837' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5838) == 0x000570, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5838' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5839) == 0x000578, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5839' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_5840) == 0x000579, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_5840' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5841) == 0x00057C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5841' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5842) == 0x000584, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5842' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5843) == 0x00058C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5843' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5844) == 0x000594, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5844' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5845) == 0x00059C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5845' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5846) == 0x0005A4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5846' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5847) == 0x0005AC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5847' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5848) == 0x0005B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5848' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5849) == 0x0005B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5849' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5850) == 0x0005BC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5850' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5851) == 0x0005C4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5851' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5852) == 0x0005C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5852' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5853) == 0x0005D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5853' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5854) == 0x0005D4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5854' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5855) == 0x0005DC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5855' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5856) == 0x0005E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5856' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5857) == 0x0005E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5857' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5858) == 0x0005F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5858' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5859) == 0x0005F4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5859' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __BlendProfile_5860) == 0x000600, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__BlendProfile_5860' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __CurveFloat_5861) == 0x000608, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__CurveFloat_5861' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_5862) == 0x000610, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_5862' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5863) == 0x000611, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5863' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5864) == 0x000612, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5864' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5865) == 0x000618, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5865' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_5866) == 0x000628, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_5866' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5867) == 0x000648, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5867' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5868) == 0x000650, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5868' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Tag) == 0x000658, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0006B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000738, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_BlendSpaceGraph) == 0x000740, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_BlendSpaceGraph' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000758, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_35) == 0x000770, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_2) == 0x0007A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_164) == 0x0007D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_164' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_163) == 0x000800, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_163' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_162) == 0x000830, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_162' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_161) == 0x000860, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_161' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_160) == 0x000890, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_160' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_159) == 0x0008C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_159' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_158) == 0x0008F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_158' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_157) == 0x000920, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_157' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_39) == 0x000950, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_30) == 0x000980, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_105) == 0x0009B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_105' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_104) == 0x0009E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_103) == 0x000A10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_102) == 0x000A40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_89) == 0x000A70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_38) == 0x000AA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_29) == 0x000AD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_101) == 0x000B00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_100) == 0x000B30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_99) == 0x000B60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_98) == 0x000B90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_88) == 0x000BC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_37) == 0x000BF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_28) == 0x000C20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_97) == 0x000C50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_96) == 0x000C80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_95) == 0x000CB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_94) == 0x000CE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_87) == 0x000D10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_36) == 0x000D40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_27) == 0x000D70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_93) == 0x000DA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_92) == 0x000DD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_91) == 0x000E00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_90) == 0x000E30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_86) == 0x000E60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_35) == 0x000E90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_89) == 0x000EC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_88) == 0x000EF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_87) == 0x000F20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_86) == 0x000F50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_26) == 0x000F80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_85) == 0x000FB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_34) == 0x000FE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_85) == 0x001010, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_84) == 0x001040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_83) == 0x001070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_82) == 0x0010A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_25) == 0x0010D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_84) == 0x001100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_20) == 0x001130, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_34) == 0x001160, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_56) == 0x001190, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_81) == 0x0011C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_80) == 0x0011F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_79) == 0x001220, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x001250, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_156) == 0x001280, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_156' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_155) == 0x0012B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_155' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_154) == 0x0012E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_154' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_153) == 0x001310, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_153' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_152) == 0x001340, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_152' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_151) == 0x001370, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_151' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_150) == 0x0013A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_150' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_149) == 0x0013D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_149' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_148) == 0x001400, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_148' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_147) == 0x001430, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_147' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_146) == 0x001460, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_146' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_145) == 0x001490, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_145' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_144) == 0x0014C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_144' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_143) == 0x0014F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_143' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_142) == 0x001520, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_142' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_141) == 0x001550, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_141' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_140) == 0x001580, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_140' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_139) == 0x0015B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_139' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_138) == 0x0015E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_138' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_137) == 0x001610, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_137' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_136) == 0x001640, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_136' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_135) == 0x001670, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_135' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_134) == 0x0016A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_134' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_133) == 0x0016D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_133' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_132) == 0x001700, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_132' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_131) == 0x001730, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_131' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_6) == 0x001760, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_130) == 0x001790, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_130' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_24) == 0x0017C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_129) == 0x0017F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_129' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_128) == 0x001820, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_128' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_130) == 0x001850, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_130' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_129) == 0x001880, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_129' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_128) == 0x0018B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_128' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_127) == 0x0018E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_127' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_126) == 0x001910, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_126' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_125) == 0x001940, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_125' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_33) == 0x001970, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_72) == 0x0019A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_32) == 0x0019D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_127) == 0x001A00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_127' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_126) == 0x001A30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_126' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_125) == 0x001A60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_125' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_55) == 0x001A90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_83) == 0x001AC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_32) == 0x001AF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_71) == 0x001B20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_31) == 0x001B50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_124) == 0x001B80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_124' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_123) == 0x001BB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_123' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_122) == 0x001BE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_122' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_54) == 0x001C10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_121) == 0x001C40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_121' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_18) == 0x001C70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_120) == 0x001CA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_120' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_17) == 0x001CD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_82) == 0x001D00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_31) == 0x001D30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_70) == 0x001D60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_30) == 0x001D90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_119) == 0x001DC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_119' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_118) == 0x001DF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_118' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_53) == 0x001E20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_117) == 0x001E50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_117' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_116) == 0x001E80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_116' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_52) == 0x001EB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_115) == 0x001EE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_115' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_51) == 0x001F10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_81) == 0x001F40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_19) == 0x001F70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_80) == 0x001FA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_114) == 0x001FD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_114' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_113) == 0x002000, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_113' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_112) == 0x002030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_112' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_5) == 0x002060, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_124) == 0x002090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_124' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_123) == 0x0020C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_123' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_122) == 0x0020F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_122' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_121) == 0x002120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_121' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_120) == 0x002150, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_120' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_119) == 0x002180, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_119' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_30) == 0x0021B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_69) == 0x0021E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_29) == 0x002210, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_111) == 0x002240, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_111' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_110) == 0x002270, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_110' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_109) == 0x0022A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_109' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_50) == 0x0022D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_79) == 0x002300, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_29) == 0x002330, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_68) == 0x002360, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_28) == 0x002390, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_108) == 0x0023C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_108' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_107) == 0x0023F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_107' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_106) == 0x002420, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_106' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_49) == 0x002450, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_105) == 0x002480, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_105' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_16) == 0x0024B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_104) == 0x0024E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_15) == 0x002510, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_78) == 0x002540, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_28) == 0x002570, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_67) == 0x0025A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_27) == 0x0025D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_103) == 0x002600, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_48) == 0x002630, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_102) == 0x002660, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_101) == 0x002690, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_100) == 0x0026C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_47) == 0x0026F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_77) == 0x002720, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_18) == 0x002750, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_76) == 0x002780, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_4) == 0x0027B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_99) == 0x0027E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_98) == 0x002810, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_97) == 0x002840, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_118) == 0x002870, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_118' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_117) == 0x0028A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_117' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_116) == 0x0028D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_116' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_115) == 0x002900, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_115' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_114) == 0x002930, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_114' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_113) == 0x002960, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_113' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_27) == 0x002990, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_66) == 0x0029C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_26) == 0x0029F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_96) == 0x002A20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_95) == 0x002A50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_94) == 0x002A80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_46) == 0x002AB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_75) == 0x002AE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_25) == 0x002B10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_93) == 0x002B40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_65) == 0x002B70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_92) == 0x002BA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_26) == 0x002BD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_91) == 0x002C00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_14) == 0x002C30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_90) == 0x002C60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_13) == 0x002C90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_74) == 0x002CC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_24) == 0x002CF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_64) == 0x002D20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_89) == 0x002D50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_73) == 0x002D80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_17) == 0x002DB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_72) == 0x002DE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_88) == 0x002E10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_23) == 0x002E40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_87) == 0x002E70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_86) == 0x002EA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_3) == 0x002ED0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_112) == 0x002F00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_112' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_111) == 0x002F30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_110) == 0x002F60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_109) == 0x002F90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_108) == 0x002FC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_107) == 0x002FF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_25) == 0x003020, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_63) == 0x003050, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_23) == 0x003080, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_85) == 0x0030B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_84) == 0x0030E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_83) == 0x003110, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_45) == 0x003140, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_71) == 0x003170, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_24) == 0x0031A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_62) == 0x0031D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_22) == 0x003200, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_82) == 0x003230, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_81) == 0x003260, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_80) == 0x003290, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_44) == 0x0032C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_79) == 0x0032F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_12) == 0x003320, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_78) == 0x003350, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_11) == 0x003380, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_70) == 0x0033B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_23) == 0x0033E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_22) == 0x003410, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_77) == 0x003440, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_43) == 0x003470, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_76) == 0x0034A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_42) == 0x0034D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_61) == 0x003500, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_21) == 0x003530, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_75) == 0x003560, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_74) == 0x003590, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_60) == 0x0035C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_59) == 0x0035F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_58) == 0x003620, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_41) == 0x003650, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_40) == 0x003680, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_73) == 0x0036B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_39) == 0x0036E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_72) == 0x003710, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_71) == 0x003740, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_70) == 0x003770, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_38) == 0x0037A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_69) == 0x0037D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_16) == 0x003800, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_68) == 0x003830, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_21) == 0x003860, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_57) == 0x003890, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_69) == 0x0038C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_68) == 0x0038F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_67) == 0x003920, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_66) == 0x003950, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_65) == 0x003980, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_37) == 0x0039B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_36) == 0x0039E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_35) == 0x003A10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_20) == 0x003A40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_67) == 0x003A70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_20) == 0x003AA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_56) == 0x003AD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_64) == 0x003B00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_63) == 0x003B30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_62) == 0x003B60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_61) == 0x003B90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_60) == 0x003BC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_34) == 0x003BF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_33) == 0x003C20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_32) == 0x003C50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_19) == 0x003C80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_66) == 0x003CB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_18) == 0x003CE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_31) == 0x003D10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_30) == 0x003D40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_29) == 0x003D70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_59) == 0x003DA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_58) == 0x003DD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_57) == 0x003E00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_56) == 0x003E30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_55) == 0x003E60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_55) == 0x003E90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_19) == 0x003EC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_65) == 0x003EF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_18) == 0x003F20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_54) == 0x003F50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_54) == 0x003F80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_53) == 0x003FB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_52) == 0x003FE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_51) == 0x004010, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_50) == 0x004040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_28) == 0x004070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_27) == 0x0040A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_26) == 0x0040D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_17) == 0x004100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_64) == 0x004130, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_17) == 0x004160, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_53) == 0x004190, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_16) == 0x0041C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_49) == 0x0041F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_25) == 0x004220, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_48) == 0x004250, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_47) == 0x004280, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_63) == 0x0042B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_16) == 0x0042E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_46) == 0x004310, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_45) == 0x004340, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_22) == 0x004370, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_44) == 0x0043A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_2) == 0x0043D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_52) == 0x004400, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_15) == 0x004430, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_43) == 0x004460, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_24) == 0x004490, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_42) == 0x0044C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_41) == 0x0044F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_62) == 0x004520, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_15) == 0x004550, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_14) == 0x004580, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x0045B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_40) == 0x0045E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_21) == 0x004610, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_39) == 0x004640, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_38) == 0x004670, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_1) == 0x0046A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_37) == 0x0046D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_10) == 0x004700, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_36) == 0x004730, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_9) == 0x004760, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_51) == 0x004790, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_14) == 0x0047C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_35) == 0x0047F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_34) == 0x004820, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_33) == 0x004850, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_23) == 0x004880, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_32) == 0x0048B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_31) == 0x0048E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_30) == 0x004910, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_22) == 0x004940, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_50) == 0x004970, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_13) == 0x0049A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_61) == 0x0049D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_13) == 0x004A00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_12) == 0x004A30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x004A60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_29) == 0x004A90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_28) == 0x004AC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_27) == 0x004AF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt) == 0x004B20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_26) == 0x004B50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_21) == 0x004B80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_25) == 0x004BB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_24) == 0x004BE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_8) == 0x004C10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_23) == 0x004C40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_7) == 0x004C70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_49) == 0x004CA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_12) == 0x004CD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_22) == 0x004D00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_21) == 0x004D30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_20) == 0x004D60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_20) == 0x004D90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_19) == 0x004DC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_18) == 0x004DF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_19) == 0x004E20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_48) == 0x004E50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_11) == 0x004E80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_60) == 0x004EB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_106) == 0x004EE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_11) == 0x004F10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_47) == 0x004F40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_17) == 0x004F70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_16) == 0x004FA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_15) == 0x004FD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_14) == 0x005000, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_13) == 0x005030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_18) == 0x005060, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_17) == 0x005090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_16) == 0x0050C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_10) == 0x0050F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_59) == 0x005120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_15) == 0x005150, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Inertialization_1) == 0x005180, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0051B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_105) == 0x0051E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_104) == 0x005210, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_103) == 0x005240, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_102) == 0x005270, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_101) == 0x0052A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_100) == 0x0052D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_99) == 0x005300, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_98) == 0x005330, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_97) == 0x005360, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_96) == 0x005390, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_95) == 0x0053C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_94) == 0x0053F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_93) == 0x005420, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_92) == 0x005450, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_91) == 0x005480, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_90) == 0x0054B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_89) == 0x0054E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_88) == 0x005510, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_78) == 0x005540, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_6) == 0x005570, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_15) == 0x0055A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_46) == 0x0055D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_45) == 0x005600, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_58) == 0x005630, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_87) == 0x005660, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_86) == 0x005690, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_77) == 0x0056C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_5) == 0x0056F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_44) == 0x005720, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_43) == 0x005750, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_14) == 0x005780, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_57) == 0x0057B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_20) == 0x0057E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_13) == 0x005810, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_12) == 0x005840, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_11) == 0x005870, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_12) == 0x0058A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_9) == 0x0058D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_9) == 0x005900, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_85) == 0x005930, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_84) == 0x005960, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_83) == 0x005990, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_82) == 0x0059C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_81) == 0x0059F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_42) == 0x005A20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_56) == 0x005A50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_41) == 0x005A80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_55) == 0x005AB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror_2) == 0x005AE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror_1) == 0x005B10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_40) == 0x005B40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x005B70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_11) == 0x005BA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_54) == 0x005BD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_10) == 0x005C00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x005C30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x005C60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_53) == 0x005C90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_52) == 0x005CC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_14) == 0x005CF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_51) == 0x005D20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_10) == 0x005D50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_9) == 0x005D80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_19) == 0x005DB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_9) == 0x005DE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_8) == 0x005E10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_8) == 0x005E40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_8) == 0x005E70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x005EA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_50) == 0x005ED0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_76) == 0x005F00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_49) == 0x005F30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_13) == 0x005F60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_80) == 0x005F90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_79) == 0x005FC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_78) == 0x005FF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_77) == 0x006020, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_76) == 0x006050, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_75) == 0x006080, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_74) == 0x0060B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_73) == 0x0060E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x006110, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x006140, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x006170, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x0061A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x0061D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x006200, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_18) == 0x006230, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_8) == 0x006260, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_48) == 0x006290, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x0062C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x0062F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x006320, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_47) == 0x006350, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x006380, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_46) == 0x0063B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_75) == 0x0063E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_17) == 0x006410, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_45) == 0x006440, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_74) == 0x006470, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_16) == 0x0064A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_44) == 0x0064D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_43) == 0x006500, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_12) == 0x006530, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_7) == 0x006560, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_6) == 0x006590, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_5) == 0x0065C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_4) == 0x0065F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_3) == 0x006620, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x006650, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x006680, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x0066B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_5) == 0x0066E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_2) == 0x006710, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x006740, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x006770, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x0067A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x0067D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x006800, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x006830, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x006860, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_42) == 0x006890, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x0068C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_41) == 0x0068F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_11) == 0x006920, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_7) == 0x006950, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_40) == 0x006980, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_10) == 0x0069B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x0069E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x006A10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x006A40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x006A70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x006AA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x006AD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x006B00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x006B30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x006B60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x006B90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x006BC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x006BF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x006C20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x006C50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_39) == 0x006C80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_10) == 0x006CB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_73) == 0x006CE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x006D10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x006D40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x006D70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x006DA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_6) == 0x006DD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_38) == 0x006E00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x006E30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_9) == 0x006E60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_72) == 0x006E90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x006EC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x006EF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x006F20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x006F50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x006F80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_37) == 0x006FB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_8) == 0x006FE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_71) == 0x007010, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x007040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x007070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x0070A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x0070D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x007100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_36) == 0x007130, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_70) == 0x007160, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_35) == 0x007190, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_69) == 0x0071C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_34) == 0x0071F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_7) == 0x007220, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_68) == 0x007250, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x007280, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x0072B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x0072E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x007310, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x007340, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_33) == 0x007370, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_9) == 0x0073A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x0073D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x007400, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x007430, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_4) == 0x007460, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x007490, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_7) == 0x0074C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_7) == 0x0074F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x007520, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x007550, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x007580, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x0075B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x0075E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x007610, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x007640, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_32) == 0x007670, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x0076A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x0076D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x007700, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x007730, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x007760, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x007790, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x0077C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x0077F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x007820, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_67) == 0x007850, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_6) == 0x007880, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_5) == 0x0078B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_10) == 0x0078E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_15) == 0x007910, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x007940, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x007970, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_14) == 0x0079A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x0079D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x007A00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_13) == 0x007A30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x007A60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_66) == 0x007A90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x007AC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_12) == 0x007AF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_15) == 0x007B20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_11) == 0x007B50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_4) == 0x007B80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x007BB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x007BE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_14) == 0x007C10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_13) == 0x007C40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_33) == 0x007C70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_32) == 0x007CA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Inertialization) == 0x007CD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x007D00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x007D30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x007D60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x007D90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x007DC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x007DF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x007E20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x007E50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x007E80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_10) == 0x007EB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x007EE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x007F10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_9) == 0x007F40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x007F70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x007FA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x007FD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x008000, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x008030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x008060, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_8) == 0x008090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x0080C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x0080F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_7) == 0x008120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x008150, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x008180, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Mirror) == 0x0081B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Mirror' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x0081E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x008210, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x008240, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x008270, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x0082A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_65) == 0x0082D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x008300, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x008330, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x008360, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_64) == 0x008390, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x0083C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_6) == 0x0083F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_12) == 0x008420, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x008450, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x008480, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x0084B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x0084E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x008510, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x008540, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x008570, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x0085A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x0085D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_31) == 0x008600, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_30) == 0x008630, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_29) == 0x008660, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_28) == 0x008690, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x0086C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_16) == 0x0086F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_15) == 0x008720, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_27) == 0x008750, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_26) == 0x008780, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_25) == 0x0087B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_3) == 0x0087E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_1) == 0x008810, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive) == 0x008840, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_24) == 0x008870, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_23) == 0x0088A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_63) == 0x0088D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_62) == 0x008900, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_61) == 0x008930, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_60) == 0x008960, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_2) == 0x008990, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_6) == 0x0089C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_22) == 0x0089F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_59) == 0x008A20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_58) == 0x008A50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_57) == 0x008A80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_56) == 0x008AB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x008AE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x008B10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_6) == 0x008B40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_11) == 0x008B70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_21) == 0x008BA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_55) == 0x008BD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_54) == 0x008C00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_53) == 0x008C30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x008C60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_5) == 0x008C90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_10) == 0x008CC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_52) == 0x008CF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_51) == 0x008D20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_50) == 0x008D50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x008D80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_4) == 0x008DB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_9) == 0x008DE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_49) == 0x008E10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_48) == 0x008E40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_47) == 0x008E70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x008EA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_3) == 0x008ED0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_8) == 0x008F00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_46) == 0x008F30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_45) == 0x008F60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_44) == 0x008F90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_2) == 0x008FC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_7) == 0x008FF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_43) == 0x009020, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_42) == 0x009050, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_1) == 0x009080, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_6) == 0x0090B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_41) == 0x0090E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_40) == 0x009110, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_20) == 0x009140, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_19) == 0x009170, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_18) == 0x0091A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_17) == 0x0091D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_16) == 0x009200, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x009230, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_39) == 0x009260, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_15) == 0x009290, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_5) == 0x0092C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_9) == 0x0092F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_38) == 0x009320, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_37) == 0x009350, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_8) == 0x009380, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_7) == 0x0093B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_6) == 0x0093E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_36) == 0x009410, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_5) == 0x009440, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_4) == 0x009470, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_35) == 0x0094A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_3) == 0x0094D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_2) == 0x009500, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_34) == 0x009530, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x009560, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_33) == 0x009590, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_32) == 0x0095C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_31) == 0x0095F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x009620, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x009650, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x009680, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x0096B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x0096E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x009710, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x009740, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x009770, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x0097A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x0097D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x009800, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x009830, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_4) == 0x009860, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x009890, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_3) == 0x0098C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x0098F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_2) == 0x009920, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x009950, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_1) == 0x009980, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x0099B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator) == 0x0099E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x009A10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x009A40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x009A70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x009AA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x009AD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_1) == 0x009B00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x009B30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x009B60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x009B90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x009BC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x009BF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x009C20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x009C50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_14) == 0x009C80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x009CB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK_1) == 0x009CE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK) == 0x009D10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x009D40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x009D70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_13) == 0x009DA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_14) == 0x009DD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_13) == 0x009E00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_12) == 0x009E30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_11) == 0x009E60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_12) == 0x009E90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_11) == 0x009EC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_10) == 0x009EF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_9) == 0x009F20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_8) == 0x009F50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_7) == 0x009F80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_6) == 0x009FB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x009FE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x00A010, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x00A040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x00A070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x00A0A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x00A0D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x00A100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x00A130, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x00A160, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_5) == 0x00A190, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_5) == 0x00A1C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_30) == 0x00A1F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_29) == 0x00A220, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_28) == 0x00A250, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_27) == 0x00A280, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x00A2B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_4) == 0x00A2E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_4) == 0x00A310, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_26) == 0x00A340, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_25) == 0x00A370, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_24) == 0x00A3A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_23) == 0x00A3D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x00A400, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_3) == 0x00A430, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_3) == 0x00A460, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_22) == 0x00A490, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_21) == 0x00A4C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_20) == 0x00A4F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_19) == 0x00A520, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x00A550, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_2) == 0x00A580, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_2) == 0x00A5B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_18) == 0x00A5E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_17) == 0x00A610, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_16) == 0x00A640, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_15) == 0x00A670, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x00A6A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_14) == 0x00A6D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_13) == 0x00A700, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_12) == 0x00A730, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_11) == 0x00A760, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_1) == 0x00A790, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_1) == 0x00A7C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x00A7F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend) == 0x00A820, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x00A850, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x00A880, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x00A8B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x00A8E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve) == 0x00A910, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x00A940, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x00A970, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_10) == 0x00A9A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig_1) == 0x00A9D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_9) == 0x00AA00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_8) == 0x00AA30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_7) == 0x00AA60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_6) == 0x00AA90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x00AAC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x00AAF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x00AB20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x00AB50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_1) == 0x00AB80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x00ABB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_5) == 0x00ABE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x00AC10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x00AC40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend) == 0x00AC70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x00ACA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_3) == 0x00ACD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_2) == 0x00AD00, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_1) == 0x00AD30, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x00AD60, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x00AD90, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x00ADC0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x00ADF0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x00AE20, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x00AE50, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x00AE80, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x00AEB0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x00AEE0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x00AF10, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x00AF40, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x00AF70, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x00AFA0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x00AFD0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x00B000, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_4) == 0x00B030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph) == 0x00B060, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_3) == 0x00B090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ControlRig) == 0x00B0C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x00B0F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_2) == 0x00B120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x00B150, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x00B180, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x00B1B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x00B1E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x00B210, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x00B240, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x00B270, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x00B2A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000124, "Wrong size on ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty) == 0x000001, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_0) == 0x000004, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x000008, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_2) == 0x00000C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_3) == 0x000010, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_4) == 0x000014, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_5) == 0x000018, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_6) == 0x00001C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_7) == 0x000020, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_8) == 0x000024, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_9) == 0x000028, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_10) == 0x00002C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_11) == 0x000030, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_12) == 0x000034, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_13) == 0x000038, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_14) == 0x00003C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_15) == 0x000040, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_16) == 0x000044, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_17) == 0x000048, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_18) == 0x00004C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_19) == 0x000050, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_20) == 0x000054, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_21) == 0x000058, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_22) == 0x00005C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_23) == 0x000060, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_24) == 0x000064, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_25) == 0x000068, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_26) == 0x00006C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_27) == 0x000070, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_28) == 0x000074, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_29) == 0x000078, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_30) == 0x00007C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_31) == 0x000080, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_32) == 0x000084, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_33) == 0x000088, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_34) == 0x00008C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_35) == 0x000090, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_36) == 0x000094, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_37) == 0x000098, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_38) == 0x00009C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_39) == 0x0000A0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_40) == 0x0000A4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_41) == 0x0000A8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_42) == 0x0000AC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_43) == 0x0000B0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_44) == 0x0000B4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_45) == 0x0000B8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_46) == 0x0000BC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_47) == 0x0000C0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_48) == 0x0000C4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_49) == 0x0000C8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_50) == 0x0000CC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_51) == 0x0000D0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_52) == 0x0000D4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_53) == 0x0000D8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_54) == 0x0000DC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_55) == 0x0000E0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_56) == 0x0000E4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_57) == 0x0000E8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_58) == 0x0000EC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_59) == 0x0000F0, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_60) == 0x0000F4, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_61) == 0x0000F8, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_62) == 0x0000FC, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_63) == 0x000100, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_64) == 0x000104, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_65) == 0x000108, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_66) == 0x00010C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_67) == 0x000110, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_68) == 0x000114, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_69) == 0x000118, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_70) == 0x00011C, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_71) == 0x000120, "Member 'ALS_UE5_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_71' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C__CLF__CycleBlending \ +static_assert(alignof(ALS_UE5_AnimBP_C__CLF__CycleBlending) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C__CLF__CycleBlending"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C__CLF__CycleBlending) == 0x000070, "Wrong size on ALS_UE5_AnimBP_C__CLF__CycleBlending"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_F) == 0x000000, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_F' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_B) == 0x000010, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_B' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_LF) == 0x000020, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_LF' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_LB) == 0x000030, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_LB' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_RF) == 0x000040, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_RF' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, I_RB) == 0x000050, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::I_RB' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__CLF__CycleBlending, _CLF__CycleBlending_0) == 0x000060, "Member 'ALS_UE5_AnimBP_C__CLF__CycleBlending::_CLF__CycleBlending_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C__N__CycleBlending \ +static_assert(alignof(ALS_UE5_AnimBP_C__N__CycleBlending) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C__N__CycleBlending"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C__N__CycleBlending) == 0x000080, "Wrong size on ALS_UE5_AnimBP_C__N__CycleBlending"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, F) == 0x000000, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::F' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, B) == 0x000010, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::B' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, LF) == 0x000020, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::LF' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, LB) == 0x000030, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::LB' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, RF) == 0x000040, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::RF' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, RB) == 0x000050, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::RB' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, Sprint) == 0x000060, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::Sprint' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C__N__CycleBlending, _N__CycleBlending_0) == 0x000070, "Member 'ALS_UE5_AnimBP_C__N__CycleBlending::_N__CycleBlending_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_AimOffsetBehaviors \ +static_assert(alignof(ALS_UE5_AnimBP_C_AimOffsetBehaviors) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_AimOffsetBehaviors"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_AimOffsetBehaviors) == 0x000010, "Wrong size on ALS_UE5_AnimBP_C_AimOffsetBehaviors"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_AimOffsetBehaviors, AimOffsetBehaviors_0) == 0x000000, "Member 'ALS_UE5_AnimBP_C_AimOffsetBehaviors::AimOffsetBehaviors_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_AnimGraph \ +static_assert(alignof(ALS_UE5_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on ALS_UE5_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ALS_UE5_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_BaseLayer \ +static_assert(alignof(ALS_UE5_AnimBP_C_BaseLayer) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_BaseLayer"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_BaseLayer) == 0x000010, "Wrong size on ALS_UE5_AnimBP_C_BaseLayer"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ALS_UE5_AnimBP_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_BlueprintUpdateAnimation \ +static_assert(alignof(ALS_UE5_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ALS_UE5_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ALS_UE5_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ALS_UE5_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP \ +static_assert(alignof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP) == 0x000010, "Wrong alignment on ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP) == 0x0008C0, "Wrong size on ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, EntryPoint) == 0x000000, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000009, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue) == 0x00000C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000010, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000011, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_1) == 0x000013, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X) == 0x000018, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000028, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_1) == 0x00002C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_2) == 0x000030, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000031, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_1) == 0x000038, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_1) == 0x000040, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000048, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_3) == 0x00004A, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_2) == 0x000050, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_2) == 0x000058, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue) == 0x000060, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x000064, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_2) == 0x000068, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_2) == 0x00006C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue) == 0x000070, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_3) == 0x000078, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_3) == 0x000080, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue) == 0x000088, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x000090, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000091, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_4) == 0x000092, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTime_ReturnValue) == 0x000094, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x00009C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue) == 0x0000A1, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_4) == 0x0000A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_4) == 0x0000B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_4) == 0x0000B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_3) == 0x0000BC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_3) == 0x0000C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_5) == 0x0000C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_5) == 0x0000D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_5) == 0x0000D8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTime_ReturnValue_1) == 0x0000DC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_5) == 0x0000E0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x0000E1, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_X_6) == 0x0000E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakVector2D_Y_6) == 0x0000F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_6) == 0x0000F8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_1) == 0x0000F9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue) == 0x0000FC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000100, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_1) == 0x000104, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_6) == 0x000108, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000109, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_1) == 0x00010C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_4) == 0x000110, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_7) == 0x000111, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_2) == 0x000114, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_2) == 0x000118, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_5) == 0x000119, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_3) == 0x00011C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_6) == 0x000120, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_8) == 0x000121, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_2) == 0x000124, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000128, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_3) == 0x00012C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_9) == 0x000130, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_7) == 0x000131, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_4) == 0x000134, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x000138, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_5) == 0x00013C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_1) == 0x000140, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_3) == 0x000148, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000149, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_4) == 0x00014C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000150, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_6) == 0x000154, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_10) == 0x000158, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000159, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1) == 0x00015C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_11) == 0x000160, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_7) == 0x000164, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_8) == 0x000168, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_8) == 0x00016C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000170, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x000174, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000175, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_12) == 0x000176, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_4) == 0x000177, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_9) == 0x000178, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_5) == 0x00017C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_2) == 0x000180, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_4) == 0x000188, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000189, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_10) == 0x00018C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_13) == 0x000190, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_5) == 0x000191, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_11) == 0x000194, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_14) == 0x000198, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x000199, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_12) == 0x00019C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_4) == 0x0001A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_6) == 0x0001A4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_9) == 0x0001A5, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_15) == 0x0001A6, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_5) == 0x0001A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_16) == 0x0001AC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_10) == 0x0001AD, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_13) == 0x0001B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0001B4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_17) == 0x0001B5, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_6) == 0x0001B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_5) == 0x0001BC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_11) == 0x0001BD, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_18) == 0x0001BE, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001BF, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_6) == 0x0001C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_7) == 0x0001C4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_7) == 0x0001C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_12) == 0x0001C9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_19) == 0x0001CA, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_14) == 0x0001CC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x0001D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_7) == 0x0001D4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_20) == 0x0001D8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_8) == 0x0001D9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, Temp_real_Variable) == 0x0001DC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, Temp_real_Variable_1) == 0x0001E0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, Temp_bool_Variable) == 0x0001E4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_15) == 0x0001E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_9) == 0x0001EC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_16) == 0x0001F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_17) == 0x0001F4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_4) == 0x0001F8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_10) == 0x0001F9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_21) == 0x0001FA, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_8) == 0x0001FC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_11) == 0x000200, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_6) == 0x000201, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_18) == 0x000204, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_7) == 0x000208, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_3) == 0x000210, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_5) == 0x000218, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams) == 0x000220, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_22) == 0x000238, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_23) == 0x000239, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_1) == 0x000240, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_2) == 0x000258, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_3) == 0x000270, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_4) == 0x000288, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_5) == 0x0002A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_6) == 0x0002B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_7) == 0x0002D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_8) == 0x0002E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_9) == 0x000300, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_10) == 0x000318, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_11) == 0x000330, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_12) == 0x000348, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_13) == 0x000360, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_19) == 0x000378, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_20) == 0x00037C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_12) == 0x000380, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_13) == 0x000381, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_24) == 0x000382, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000384, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_13) == 0x000388, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_8) == 0x00038C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_14) == 0x000390, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_25) == 0x000391, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue) == 0x000394, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_4) == 0x000398, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_1) == 0x00039C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_14) == 0x0003A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003A1, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x0003A4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_15) == 0x0003A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003A9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_8) == 0x0003AA, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_4) == 0x0003B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_5) == 0x0003B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x0003C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_16) == 0x0003C4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x0003C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_17) == 0x0003CC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_21) == 0x0003D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_6) == 0x0003D4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_22) == 0x0003D8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3) == 0x0003DC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7) == 0x0003E0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_18) == 0x0003E4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_23) == 0x0003E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_19) == 0x0003EC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_9) == 0x0003ED, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_10) == 0x0003EE, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_15) == 0x0003EF, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_11) == 0x0003F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_12) == 0x0003F1, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_13) == 0x0003F2, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, Temp_bool_Variable_1) == 0x0003F3, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_Select_Default) == 0x0003F4, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_4) == 0x0003F8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_UseDialogueAnimationOverride_ReturnValue) == 0x0003F9, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_UseDialogueAnimationOverride_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_5) == 0x0003FA, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_26) == 0x0003FB, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_9) == 0x0003FC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_20) == 0x000400, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_27) == 0x000401, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2) == 0x000404, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceTransitionCrossfadeDuration_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_28) == 0x000408, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8) == 0x00040C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x000410, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_2) == 0x000414, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_6) == 0x000418, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_5) == 0x000419, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_29) == 0x00041A, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_24) == 0x00041C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_7) == 0x000420, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_25) == 0x000424, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4) == 0x000428, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_7) == 0x000429, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_14) == 0x00042A, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9) == 0x00042C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_21) == 0x000430, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000438, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetComponentByClass_ReturnValue) == 0x000440, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_RandomFloatInRange_ReturnValue) == 0x000448, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_Event_DeltaTimeX) == 0x000450, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_TryGetPawnOwner_ReturnValue_1) == 0x000458, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_TryGetPawnOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000460, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_IsValid_ReturnValue) == 0x000468, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_8) == 0x000469, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakTransform_Location) == 0x000470, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakTransform_Rotation) == 0x000488, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakTransform_Scale) == 0x0004A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_3) == 0x0004B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_6) == 0x0004BC, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_30) == 0x0004BD, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0004C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_TryGetPawnOwner_ReturnValue_2) == 0x0004C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_TryGetPawnOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0004D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_9) == 0x0004E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0004F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_15) == 0x000508, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_FindLookAtRotation_ReturnValue) == 0x000510, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanOR_ReturnValue_16) == 0x000528, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000530, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakRotator_Roll) == 0x000548, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakRotator_Pitch) == 0x00054C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BreakRotator_Yaw) == 0x000550, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000558, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_DynamicCast_bSuccess) == 0x000560, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_ReturnValue_6) == 0x000568, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_8) == 0x000570, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000578, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000580, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_DynamicCast_bSuccess_1) == 0x000588, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_16) == 0x000589, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurrentWorldCharacter_Found) == 0x00058A, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurrentWorldCharacter_Found' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurrentWorldCharacter_WorldCharacter) == 0x000590, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurrentWorldCharacter_WorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0005C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_IsValid_ReturnValue_1) == 0x000620, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000628, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_IsValid_ReturnValue_2) == 0x000630, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_10) == 0x000631, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_IsValid_ReturnValue_3) == 0x000632, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_4) == 0x000634, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_22) == 0x000638, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Not_PreBool_ReturnValue_11) == 0x000639, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_31) == 0x00063A, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetCurveValue_ReturnValue_26) == 0x00063C, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetCurveValue_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_9) == 0x000640, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_32) == 0x000641, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_9) == 0x000644, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_17) == 0x000648, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_BooleanAND_ReturnValue_33) == 0x000649, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000650, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000658, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000660, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1) == 0x000668, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x000670, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_2) == 0x000678, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast) == 0x000680, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000688, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000690, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_3) == 0x000698, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_2) == 0x0006A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_3) == 0x0006A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0006B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_4) == 0x0006B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_5) == 0x0006C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_6) == 0x0006C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x0006D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_7) == 0x0006D8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2) == 0x0006E0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_1) == 0x0006E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x0006F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2) == 0x0006F8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1) == 0x000700, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_8) == 0x000708, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_3) == 0x000710, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3) == 0x000718, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_2) == 0x000720, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_4) == 0x000728, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_5) == 0x000730, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000738, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_6) == 0x000740, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_9) == 0x000748, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_10) == 0x000750, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1) == 0x000758, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_11) == 0x000760, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_7) == 0x000768, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_12) == 0x000770, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2) == 0x000778, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_8) == 0x000780, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_9) == 0x000788, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_1) == 0x000790, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_10) == 0x000798, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_11) == 0x0007A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_3) == 0x0007A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_12) == 0x0007B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_13) == 0x0007B8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_13) == 0x0007C0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_14) == 0x0007C8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_4) == 0x0007D0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_14) == 0x0007D8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_15) == 0x0007E0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_4) == 0x0007E8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_StructMemberSet_Alpha_ImplicitCast) == 0x0007F0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_StructMemberSet_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_5) == 0x0007F8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_StructMemberSet_Alpha_ImplicitCast_1) == 0x000800, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_StructMemberSet_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_16) == 0x000808, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_17) == 0x000810, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_2) == 0x000818, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_3) == 0x000820, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_18) == 0x000828, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_19) == 0x000830, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_15) == 0x000838, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_20) == 0x000840, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2) == 0x000848, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4) == 0x000850, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_5) == 0x000858, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_3) == 0x000860, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_4) == 0x000868, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_21) == 0x000870, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_6) == 0x000878, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000880, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_VariableSet_IdleAccumulatedTime_ImplicitCast) == 0x000888, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_VariableSet_IdleAccumulatedTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Abs_A_ImplicitCast_6) == 0x000890, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Abs_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, K2Node_VariableSet_IKAlpha_ImplicitCast) == 0x000898, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::K2Node_VariableSet_IKAlpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_22) == 0x0008A0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_4) == 0x0008A8, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_16) == 0x0008B0, "Member 'ALS_UE5_AnimBP_C_ExecuteUbergraph_ALS_UE5_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_FootIK \ +static_assert(alignof(ALS_UE5_AnimBP_C_FootIK) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_FootIK"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_FootIK) == 0x000020, "Wrong size on ALS_UE5_AnimBP_C_FootIK"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_FootIK, InPose) == 0x000000, "Member 'ALS_UE5_AnimBP_C_FootIK::InPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_FootIK, FootIK_0) == 0x000010, "Member 'ALS_UE5_AnimBP_C_FootIK::FootIK_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_HandIK \ +static_assert(alignof(ALS_UE5_AnimBP_C_HandIK) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_HandIK"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_HandIK) == 0x000020, "Wrong size on ALS_UE5_AnimBP_C_HandIK"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_HandIK, InputPose) == 0x000000, "Member 'ALS_UE5_AnimBP_C_HandIK::InputPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_HandIK, HandIK_0) == 0x000010, "Member 'ALS_UE5_AnimBP_C_HandIK::HandIK_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_LayerBleding \ +static_assert(alignof(ALS_UE5_AnimBP_C_LayerBleding) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_LayerBleding"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_LayerBleding) == 0x000030, "Wrong size on ALS_UE5_AnimBP_C_LayerBleding"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LayerBleding, BaseLayerInput) == 0x000000, "Member 'ALS_UE5_AnimBP_C_LayerBleding::BaseLayerInput' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LayerBleding, OverlayLayerInput) == 0x000010, "Member 'ALS_UE5_AnimBP_C_LayerBleding::OverlayLayerInput' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LayerBleding, LayerBleding_0) == 0x000020, "Member 'ALS_UE5_AnimBP_C_LayerBleding::LayerBleding_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_LoadAnimProfile \ +static_assert(alignof(ALS_UE5_AnimBP_C_LoadAnimProfile) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_LoadAnimProfile"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_LoadAnimProfile) == 0x000058, "Wrong size on ALS_UE5_AnimBP_C_LoadAnimProfile"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, AnimationProfile_0) == 0x000000, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::AnimationProfile_0' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_Array_Random_OutItem) == 0x000040, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_Array_Random_OutIndex) == 0x000048, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_IsValid_ReturnValue_1) == 0x00004D, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_IsValid_ReturnValue_2) == 0x00004E, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00004F, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_Array_IsNotEmpty_ReturnValue_1) == 0x000050, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_Array_IsNotEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_LoadAnimProfile, CallFunc_IsValidClass_ReturnValue) == 0x000051, "Member 'ALS_UE5_AnimBP_C_LoadAnimProfile::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_OverlayLayer \ +static_assert(alignof(ALS_UE5_AnimBP_C_OverlayLayer) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_OverlayLayer"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_OverlayLayer) == 0x000010, "Wrong size on ALS_UE5_AnimBP_C_OverlayLayer"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ALS_UE5_AnimBP_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_SelectRandomIdle \ +static_assert(alignof(ALS_UE5_AnimBP_C_SelectRandomIdle) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_SelectRandomIdle"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_SelectRandomIdle) == 0x000058, "Wrong size on ALS_UE5_AnimBP_C_SelectRandomIdle"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, Context) == 0x000000, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::Context' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, Node) == 0x000010, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::Node' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdle, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdle::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_SelectRandomIdleBreak \ +static_assert(alignof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_SelectRandomIdleBreak"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak) == 0x000058, "Wrong size on ALS_UE5_AnimBP_C_SelectRandomIdleBreak"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, Context) == 0x000000, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::Context' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, Node) == 0x000010, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::Node' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000020, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000030, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SelectRandomIdleBreak, CallFunc_SetSequence_ReturnValue) == 0x000048, "Member 'ALS_UE5_AnimBP_C_SelectRandomIdleBreak::CallFunc_SetSequence_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_SetIsInDialogue \ +static_assert(alignof(ALS_UE5_AnimBP_C_SetIsInDialogue) == 0x000008, "Wrong alignment on ALS_UE5_AnimBP_C_SetIsInDialogue"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_SetIsInDialogue) == 0x000018, "Wrong size on ALS_UE5_AnimBP_C_SetIsInDialogue"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, Enabled) == 0x000000, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::Enabled' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_GetLinkedAnimGraphInstanceByTag_ReturnValue) == 0x000008, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_GetLinkedAnimGraphInstanceByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000011, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_SetIsInDialogue, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'ALS_UE5_AnimBP_C_SetIsInDialogue::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_UE5_AnimBP_C_UseDialogueAnimationOverride \ +static_assert(alignof(ALS_UE5_AnimBP_C_UseDialogueAnimationOverride) == 0x000001, "Wrong alignment on ALS_UE5_AnimBP_C_UseDialogueAnimationOverride"); \ +static_assert(sizeof(ALS_UE5_AnimBP_C_UseDialogueAnimationOverride) == 0x000002, "Wrong size on ALS_UE5_AnimBP_C_UseDialogueAnimationOverride"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_UseDialogueAnimationOverride, ReturnValue) == 0x000000, "Member 'ALS_UE5_AnimBP_C_UseDialogueAnimationOverride::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_UE5_AnimBP_C_UseDialogueAnimationOverride, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'ALS_UE5_AnimBP_C_UseDialogueAnimationOverride::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALS_UE5_AnimBP_C \ +static_assert(alignof(UALS_UE5_AnimBP_C) == 0x000010, "Wrong alignment on UALS_UE5_AnimBP_C"); \ +static_assert(sizeof(UALS_UE5_AnimBP_C) == 0x016B80, "Wrong size on UALS_UE5_AnimBP_C"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, UberGraphFrame) == 0x0008C0, "Member 'UALS_UE5_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, __AnimBlueprintMutables) == 0x0008C8, "Member 'UALS_UE5_AnimBP_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimBlueprintExtension_Tag) == 0x0009F0, "Member 'UALS_UE5_AnimBP_C::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x0009F8, "Member 'UALS_UE5_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimBlueprintExtension_NodeRelevancy) == 0x000A00, "Member 'UALS_UE5_AnimBP_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimBlueprintExtension_BlendSpaceGraph) == 0x000AA8, "Member 'UALS_UE5_AnimBP_C::AnimBlueprintExtension_BlendSpaceGraph' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimBlueprintExtension_Base) == 0x000AB0, "Member 'UALS_UE5_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_35) == 0x000AB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByEnum_2) == 0x000B38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_164) == 0x000B80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_164' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_163) == 0x000BA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_163' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_162) == 0x000BD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_162' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_161) == 0x000BF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_161' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_160) == 0x000C20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_160' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_159) == 0x000C48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_159' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_158) == 0x000C70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_158' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_157) == 0x000C98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_157' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_39) == 0x000CC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_30) == 0x000D10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_105) == 0x000E30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_105' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_104) == 0x000E58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_103) == 0x000E80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_102) == 0x000EA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_89) == 0x000ED0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_38) == 0x000EF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_29) == 0x000F40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_101) == 0x001060, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_100) == 0x001088, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_99) == 0x0010B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_98) == 0x0010D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_88) == 0x001100, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_37) == 0x001120, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_28) == 0x001170, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_97) == 0x001290, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_96) == 0x0012B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_95) == 0x0012E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_94) == 0x001308, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_87) == 0x001330, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_36) == 0x001350, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_27) == 0x0013A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_93) == 0x0014C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_92) == 0x0014E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_91) == 0x001510, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_90) == 0x001538, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_86) == 0x001560, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_35) == 0x001580, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_89) == 0x0015D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_88) == 0x0015F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_87) == 0x001620, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_86) == 0x001648, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_26) == 0x001670, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_85) == 0x001790, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_34) == 0x0017B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_85) == 0x001800, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_84) == 0x001828, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_83) == 0x001850, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_82) == 0x001878, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_25) == 0x0018A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_84) == 0x0019C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_20) == 0x0019E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_34) == 0x001AA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_56) == 0x001B28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_81) == 0x001BF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_80) == 0x001C18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_79) == 0x001C40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_8) == 0x001C68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_156) == 0x001C88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_156' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_155) == 0x001CB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_155' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_154) == 0x001CD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_154' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_153) == 0x001D00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_153' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_152) == 0x001D28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_152' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_151) == 0x001D50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_151' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_150) == 0x001D78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_150' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_149) == 0x001DA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_149' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_148) == 0x001DC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_148' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_147) == 0x001DF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_147' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_146) == 0x001E18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_146' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_145) == 0x001E40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_145' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_144) == 0x001E68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_144' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_143) == 0x001E90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_143' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_142) == 0x001EB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_142' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_141) == 0x001EE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_141' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_140) == 0x001F08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_140' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_139) == 0x001F30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_139' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_138) == 0x001F58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_138' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_137) == 0x001F80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_137' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_136) == 0x001FA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_136' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_135) == 0x001FD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_135' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_134) == 0x001FF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_134' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_133) == 0x002020, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_133' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_132) == 0x002048, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_132' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_131) == 0x002070, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_131' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_6) == 0x002098, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_130) == 0x0020E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_130' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_24) == 0x002120, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_129) == 0x002240, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_129' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_128) == 0x002280, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_128' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_130) == 0x0022C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_130' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_129) == 0x0022E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_129' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_128) == 0x002310, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_128' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_127) == 0x002338, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_127' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_126) == 0x002360, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_126' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_125) == 0x002388, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_125' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_33) == 0x0023B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_72) == 0x002400, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_32) == 0x002448, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_127) == 0x002510, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_127' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_126) == 0x002550, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_126' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_125) == 0x002590, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_125' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_55) == 0x0025D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_83) == 0x002698, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_32) == 0x0026B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_71) == 0x002708, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_31) == 0x002750, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_124) == 0x002818, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_124' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_123) == 0x002858, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_123' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_122) == 0x002898, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_122' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_54) == 0x0028D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_121) == 0x0029A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_121' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_18) == 0x0029E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_120) == 0x002AB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_120' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_17) == 0x002AF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_82) == 0x002BC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_31) == 0x002BE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_70) == 0x002C30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_30) == 0x002C78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_119) == 0x002D40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_119' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_118) == 0x002D80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_118' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_53) == 0x002DC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_117) == 0x002E88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_117' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_116) == 0x002EC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_116' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_52) == 0x002F08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_115) == 0x002FD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_115' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_51) == 0x003010, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_81) == 0x0030D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_19) == 0x0030F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_80) == 0x0031C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_114) == 0x0031E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_114' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_113) == 0x003220, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_113' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_112) == 0x003260, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_112' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_5) == 0x0032A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_124) == 0x0032E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_124' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_123) == 0x003310, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_123' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_122) == 0x003338, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_122' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_121) == 0x003360, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_121' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_120) == 0x003388, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_120' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_119) == 0x0033B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_119' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_30) == 0x0033D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_69) == 0x003428, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_29) == 0x003470, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_111) == 0x003538, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_111' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_110) == 0x003578, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_110' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_109) == 0x0035B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_109' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_50) == 0x0035F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_79) == 0x0036C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_29) == 0x0036E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_68) == 0x003730, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_28) == 0x003778, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_108) == 0x003840, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_108' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_107) == 0x003880, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_107' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_106) == 0x0038C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_106' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_49) == 0x003900, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_105) == 0x0039C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_105' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_16) == 0x003A08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_104) == 0x003AD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_15) == 0x003B18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_78) == 0x003BE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_28) == 0x003C08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_67) == 0x003C58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_27) == 0x003CA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_103) == 0x003D68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_48) == 0x003DA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_102) == 0x003E70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_101) == 0x003EB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_100) == 0x003EF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_47) == 0x003F30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_77) == 0x003FF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_18) == 0x004018, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_76) == 0x0040E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_4) == 0x004100, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_99) == 0x004148, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_98) == 0x004188, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_97) == 0x0041C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_118) == 0x004208, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_118' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_117) == 0x004230, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_117' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_116) == 0x004258, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_116' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_115) == 0x004280, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_115' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_114) == 0x0042A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_114' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_113) == 0x0042D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_113' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_27) == 0x0042F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_66) == 0x004348, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_26) == 0x004390, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_96) == 0x004458, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_95) == 0x004498, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_94) == 0x0044D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_46) == 0x004518, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_75) == 0x0045E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_25) == 0x004600, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_93) == 0x0046C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_65) == 0x004708, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_92) == 0x004750, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_26) == 0x004790, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_91) == 0x0047E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_14) == 0x004820, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_90) == 0x0048F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_13) == 0x004930, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_74) == 0x004A00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_24) == 0x004A20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_64) == 0x004AE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_89) == 0x004B30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_73) == 0x004B70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_17) == 0x004B90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_72) == 0x004C58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_88) == 0x004C78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_23) == 0x004CB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_87) == 0x004DD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_86) == 0x004E18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_3) == 0x004E58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_112) == 0x004EA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_112' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_111) == 0x004EC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_110) == 0x004EF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_109) == 0x004F18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_108) == 0x004F40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_107) == 0x004F68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_25) == 0x004F90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_63) == 0x004FE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_23) == 0x005028, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_85) == 0x0050F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_84) == 0x005130, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_83) == 0x005170, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_45) == 0x0051B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_71) == 0x005278, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_24) == 0x005298, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_62) == 0x0052E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_22) == 0x005330, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_82) == 0x0053F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_81) == 0x005438, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_80) == 0x005478, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_44) == 0x0054B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_79) == 0x005580, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_12) == 0x0055C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_78) == 0x005690, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_11) == 0x0056D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_70) == 0x0057A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_23) == 0x0057C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_22) == 0x005810, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_77) == 0x005860, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_43) == 0x0058A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_76) == 0x005968, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_42) == 0x0059A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_61) == 0x005A70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_21) == 0x005AB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_75) == 0x005B80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_74) == 0x005BC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_60) == 0x005C00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_59) == 0x005C48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_58) == 0x005C90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_41) == 0x005CD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_40) == 0x005DA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_73) == 0x005E68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_39) == 0x005EA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_72) == 0x005F70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_71) == 0x005FB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_70) == 0x005FF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_38) == 0x006030, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_69) == 0x0060F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_16) == 0x006118, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_68) == 0x0061E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_21) == 0x006200, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_57) == 0x006250, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_69) == 0x006298, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_68) == 0x0062D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_67) == 0x006318, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_66) == 0x006358, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_65) == 0x006398, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_37) == 0x0063D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_36) == 0x0064A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_35) == 0x006568, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_20) == 0x006630, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_67) == 0x0066F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_20) == 0x006718, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_56) == 0x006768, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_64) == 0x0067B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_63) == 0x0067F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_62) == 0x006830, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_61) == 0x006870, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_60) == 0x0068B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_34) == 0x0068F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_33) == 0x0069B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_32) == 0x006A80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_19) == 0x006B48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_66) == 0x006C10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_18) == 0x006C30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_31) == 0x006CF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_30) == 0x006DC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_29) == 0x006E88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_59) == 0x006F50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_58) == 0x006F90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_57) == 0x006FD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_56) == 0x007010, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_55) == 0x007050, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_55) == 0x007090, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_19) == 0x0070D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_65) == 0x007128, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_18) == 0x007148, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_54) == 0x007198, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_54) == 0x0071E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_53) == 0x007220, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_52) == 0x007260, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_51) == 0x0072A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_50) == 0x0072E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_28) == 0x007320, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_27) == 0x0073E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_26) == 0x0074B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_17) == 0x007578, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_64) == 0x007640, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_17) == 0x007660, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_53) == 0x0076B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_16) == 0x0076F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_49) == 0x0077C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_25) == 0x007800, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_48) == 0x0078C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_47) == 0x007908, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_63) == 0x007948, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_16) == 0x007968, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_46) == 0x0079B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_45) == 0x0079F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_22) == 0x007A38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_44) == 0x007B58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_2) == 0x007B98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_52) == 0x007BE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_15) == 0x007C28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_43) == 0x007CF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_24) == 0x007D30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_42) == 0x007DF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_41) == 0x007E38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_62) == 0x007E78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_15) == 0x007E98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_14) == 0x007EE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByEnum_1) == 0x007F38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_40) == 0x007F80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_21) == 0x007FC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_39) == 0x0080E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_38) == 0x008120, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt_1) == 0x008160, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_37) == 0x0081A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_10) == 0x0081E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_36) == 0x0082B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_9) == 0x0082F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_51) == 0x0083C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_14) == 0x008410, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_35) == 0x0084D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_34) == 0x008518, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_33) == 0x008558, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_23) == 0x008598, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_32) == 0x008660, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_31) == 0x0086A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_30) == 0x0086E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_22) == 0x008720, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_50) == 0x0087E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_13) == 0x008830, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_61) == 0x0088F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_13) == 0x008918, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_12) == 0x008968, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByEnum) == 0x0089B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_29) == 0x008A00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_28) == 0x008A40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_27) == 0x008A80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByInt) == 0x008AC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_26) == 0x008B08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_21) == 0x008B48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_25) == 0x008C10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_24) == 0x008C50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_8) == 0x008C90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_23) == 0x008D60, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_7) == 0x008DA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_49) == 0x008E70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_12) == 0x008EB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_22) == 0x008F80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_21) == 0x008FC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_20) == 0x009000, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_20) == 0x009040, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_19) == 0x009108, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_18) == 0x009148, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_19) == 0x009188, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_48) == 0x009250, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_11) == 0x009298, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_60) == 0x009360, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_106) == 0x009380, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_11) == 0x0093A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_47) == 0x0093F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_17) == 0x009440, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_16) == 0x009480, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_15) == 0x0094C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_14) == 0x009500, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_13) == 0x009540, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_18) == 0x009580, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_17) == 0x009648, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_16) == 0x009710, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_10) == 0x0097D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_59) == 0x0098A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_15) == 0x0098C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Inertialization_1) == 0x009990, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_7) == 0x009DD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_105) == 0x009DF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_104) == 0x009E18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_103) == 0x009E40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_102) == 0x009E68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_101) == 0x009E90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_100) == 0x009EB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_99) == 0x009EE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_98) == 0x009F08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_97) == 0x009F30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_96) == 0x009F58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_95) == 0x009F80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_94) == 0x009FA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_93) == 0x009FD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_92) == 0x009FF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_91) == 0x00A020, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_90) == 0x00A048, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_89) == 0x00A070, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_88) == 0x00A098, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_78) == 0x00A0C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_6) == 0x00A0E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_15) == 0x00A1B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_46) == 0x00A280, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_45) == 0x00A2C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_58) == 0x00A310, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_87) == 0x00A330, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_86) == 0x00A358, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_77) == 0x00A380, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_5) == 0x00A3A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_44) == 0x00A478, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_43) == 0x00A4C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_14) == 0x00A508, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_57) == 0x00A5D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_20) == 0x00A5F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_13) == 0x00A710, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_12) == 0x00A7D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_11) == 0x00A818, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_12) == 0x00A858, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_9) == 0x00A920, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_9) == 0x00A9E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_85) == 0x00AA58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_84) == 0x00AA80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_83) == 0x00AAA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_82) == 0x00AAD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_81) == 0x00AAF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_42) == 0x00AB20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_56) == 0x00AB68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_41) == 0x00AB88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_55) == 0x00ABD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Mirror_2) == 0x00ABF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Mirror_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Mirror_1) == 0x00AC38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Mirror_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_40) == 0x00AC80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_39) == 0x00ACC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_11) == 0x00AD10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_54) == 0x00ADD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_10) == 0x00ADF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_38) == 0x00AEC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_37) == 0x00AF08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_53) == 0x00AF50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_52) == 0x00AF70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_14) == 0x00AF90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_51) == 0x00B058, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_10) == 0x00B078, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_9) == 0x00B0B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_19) == 0x00B180, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_9) == 0x00B2A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_8) == 0x00B2E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_8) == 0x00B3A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_8) == 0x00B418, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_36) == 0x00B4E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_50) == 0x00B528, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_76) == 0x00B548, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_49) == 0x00B570, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_13) == 0x00B590, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_80) == 0x00B658, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_79) == 0x00B680, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_78) == 0x00B6A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_77) == 0x00B6D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_76) == 0x00B6F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_75) == 0x00B720, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_74) == 0x00B748, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_73) == 0x00B770, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_72) == 0x00B798, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_71) == 0x00B7C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_70) == 0x00B7E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_69) == 0x00B810, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_68) == 0x00B838, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_67) == 0x00B860, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_18) == 0x00B888, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_8) == 0x00B9A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_48) == 0x00B9E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_66) == 0x00BA08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_65) == 0x00BA30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_35) == 0x00BA58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_47) == 0x00BAA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_34) == 0x00BAC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_46) == 0x00BB08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_75) == 0x00BB28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_17) == 0x00BB50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_45) == 0x00BC70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_74) == 0x00BC90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_16) == 0x00BCB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_44) == 0x00BDD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_43) == 0x00BDF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_12) == 0x00BE18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_7) == 0x00BEE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_6) == 0x00BF50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_5) == 0x00BFC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_4) == 0x00C030, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_3) == 0x00C0A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer_5) == 0x00C110, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x00C1D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LocalToComponentSpace_3) == 0x00C1F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone_5) == 0x00C218, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_2) == 0x00C340, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer_1) == 0x00C3B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_64) == 0x00C420, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_63) == 0x00C448, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_62) == 0x00C470, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_61) == 0x00C498, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_60) == 0x00C4C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_33) == 0x00C4E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_42) == 0x00C530, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_32) == 0x00C550, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_41) == 0x00C598, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_11) == 0x00C5B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_7) == 0x00C680, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_40) == 0x00C748, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_10) == 0x00C768, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_59) == 0x00C830, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_58) == 0x00C858, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_57) == 0x00C880, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_56) == 0x00C8A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_55) == 0x00C8D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_54) == 0x00C8F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_53) == 0x00C920, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_52) == 0x00C948, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_51) == 0x00C970, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_50) == 0x00C998, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_49) == 0x00C9C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_48) == 0x00C9E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_47) == 0x00CA10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_46) == 0x00CA38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_39) == 0x00CA60, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_10) == 0x00CA80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_73) == 0x00CAD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_31) == 0x00CAF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_30) == 0x00CB40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_29) == 0x00CB88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_28) == 0x00CBD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_6) == 0x00CC18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_38) == 0x00CCE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_45) == 0x00CD00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_9) == 0x00CD28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_72) == 0x00CD78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_27) == 0x00CDA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_26) == 0x00CDE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_25) == 0x00CE30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_24) == 0x00CE78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_5) == 0x00CEC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_37) == 0x00CF88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_8) == 0x00CFA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_71) == 0x00CFF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_23) == 0x00D020, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_22) == 0x00D068, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_21) == 0x00D0B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_20) == 0x00D0F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_4) == 0x00D140, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_36) == 0x00D208, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_70) == 0x00D228, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_35) == 0x00D250, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_69) == 0x00D270, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_34) == 0x00D298, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_7) == 0x00D2B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_68) == 0x00D308, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_19) == 0x00D330, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_18) == 0x00D378, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_17) == 0x00D3C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_16) == 0x00D408, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_3) == 0x00D450, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_33) == 0x00D518, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_9) == 0x00D538, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer_4) == 0x00D600, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x00D6C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LocalToComponentSpace_2) == 0x00D6E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone_4) == 0x00D708, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_15) == 0x00D830, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_7) == 0x00D878, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_7) == 0x00D8B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_14) == 0x00D980, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_13) == 0x00D9C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_12) == 0x00DA10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_11) == 0x00DA58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_10) == 0x00DAA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpacePlayer) == 0x00DAE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_2) == 0x00DB58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_32) == 0x00DC20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_8) == 0x00DC40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_44) == 0x00DD08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_43) == 0x00DD30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_42) == 0x00DD58, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_41) == 0x00DD80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_40) == 0x00DDA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_39) == 0x00DDD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_38) == 0x00DDF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_37) == 0x00DE20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_67) == 0x00DE48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_6) == 0x00DE70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_5) == 0x00DEB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_10) == 0x00DEF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_15) == 0x00DFE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_31) == 0x00E100, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_9) == 0x00E120, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_14) == 0x00E168, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_30) == 0x00E288, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_8) == 0x00E2A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_13) == 0x00E2F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_29) == 0x00E410, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_66) == 0x00E430, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_28) == 0x00E458, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_12) == 0x00E478, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_15) == 0x00E598, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_11) == 0x00E5E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_4) == 0x00E700, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_27) == 0x00E740, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_7) == 0x00E760, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_14) == 0x00E828, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_13) == 0x00E870, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_33) == 0x00E8B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_32) == 0x00E938, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Inertialization) == 0x00E9C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_36) == 0x00EE00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_35) == 0x00EE28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_34) == 0x00EE50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_33) == 0x00EE78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_32) == 0x00EEA0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_31) == 0x00EEC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_30) == 0x00EEF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_29) == 0x00EF18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_7) == 0x00EF40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_10) == 0x00EF88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_26) == 0x00F0A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_6) == 0x00F0C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_9) == 0x00F110, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_25) == 0x00F230, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_28) == 0x00F250, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_27) == 0x00F278, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_26) == 0x00F2A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_25) == 0x00F2C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_5) == 0x00F2F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_8) == 0x00F338, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_24) == 0x00F458, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_4) == 0x00F478, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_7) == 0x00F4C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_23) == 0x00F5E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_3) == 0x00F600, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Mirror) == 0x00F648, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Mirror' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_22) == 0x00F690, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_2) == 0x00F6B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_21) == 0x00F6F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_24) == 0x00F718, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_23) == 0x00F740, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_65) == 0x00F768, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_20) == 0x00F790, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_6) == 0x00F7B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_19) == 0x00F878, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_64) == 0x00F898, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_18) == 0x00F8C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_6) == 0x00F8E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_12) == 0x00FA00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_22) == 0x00FA48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_21) == 0x00FA70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer_1) == 0x00FA98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_17) == 0x00FAE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequencePlayer) == 0x00FB00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_16) == 0x00FB48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_5) == 0x00FB68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_15) == 0x00FC30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_4) == 0x00FC50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_31) == 0x00FD18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_30) == 0x00FD98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_29) == 0x00FE18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_28) == 0x00FE98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_6) == 0x00FF18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_16) == 0x00FF38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_15) == 0x00FFF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_27) == 0x0100A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_26) == 0x010128, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_25) == 0x0101A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_3) == 0x010228, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MakeDynamicAdditive_1) == 0x010268, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MakeDynamicAdditive) == 0x0102A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_24) == 0x0102D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_23) == 0x010358, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_63) == 0x0103D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_62) == 0x010400, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_61) == 0x010428, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_60) == 0x010450, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_2) == 0x010478, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_6) == 0x0104B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_22) == 0x010508, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_59) == 0x010588, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_58) == 0x0105B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_57) == 0x0105D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_56) == 0x010600, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive_1) == 0x010628, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x0106F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_6) == 0x0107C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_11) == 0x010888, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_21) == 0x0108D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_55) == 0x010950, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_54) == 0x010978, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_53) == 0x0109A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x0109C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_5) == 0x010A98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_10) == 0x010B60, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_52) == 0x010BA8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_51) == 0x010BD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_50) == 0x010BF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x010C20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_4) == 0x010CF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_9) == 0x010DB8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_49) == 0x010E00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_48) == 0x010E28, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_47) == 0x010E50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x010E78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_3) == 0x010F48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_8) == 0x011010, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_46) == 0x011058, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_45) == 0x011080, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_44) == 0x0110A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_2) == 0x0110D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_7) == 0x011198, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_43) == 0x0111E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_42) == 0x011208, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend_1) == 0x011230, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_6) == 0x0112F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_41) == 0x011340, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_40) == 0x011368, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_20) == 0x011390, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_19) == 0x011410, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_18) == 0x011490, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_17) == 0x011510, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_16) == 0x011590, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyAdditive) == 0x011610, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_39) == 0x0116D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_15) == 0x011700, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_5) == 0x011780, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_9) == 0x0117C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_38) == 0x0118B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_37) == 0x0118E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_8) == 0x011908, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_7) == 0x0119F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_6) == 0x011AE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_36) == 0x011BD8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_5) == 0x011C00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_4) == 0x011CF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_35) == 0x011DE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_3) == 0x011E08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_2) == 0x011EF8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_34) == 0x011FE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend_1) == 0x012010, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_33) == 0x012100, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_32) == 0x012128, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_31) == 0x012150, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_5) == 0x012178, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_20) == 0x012198, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_19) == 0x0121C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_18) == 0x0121E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_17) == 0x012210, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_16) == 0x012238, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_15) == 0x012260, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_14) == 0x012288, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_13) == 0x0122B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_12) == 0x0122D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_11) == 0x012300, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_10) == 0x012328, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_4) == 0x012350, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_14) == 0x0123C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_3) == 0x0123E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_13) == 0x012460, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_2) == 0x012480, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_12) == 0x0124F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_1) == 0x012518, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_11) == 0x012590, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator) == 0x0125B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_10) == 0x012628, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_3) == 0x012648, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_9) == 0x012710, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_9) == 0x012730, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_8) == 0x012758, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator_1) == 0x012780, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_8) == 0x0127C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SequenceEvaluator) == 0x0127E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_7) == 0x012820, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_2) == 0x012840, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_6) == 0x012908, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine_1) == 0x012928, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_4) == 0x0129F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_14) == 0x012A10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LocalToComponentSpace_1) == 0x012AC8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoBoneIK_1) == 0x012AF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoBoneIK) == 0x012D70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x012FF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_3) == 0x013010, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_13) == 0x013030, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_14) == 0x0130E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_13) == 0x013168, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_12) == 0x0131E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_11) == 0x013268, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_12) == 0x0132E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_11) == 0x0133A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_10) == 0x013458, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_9) == 0x013510, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_8) == 0x0135C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_7) == 0x013680, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_6) == 0x013738, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_2) == 0x0137F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_7) == 0x013810, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_6) == 0x013838, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_5) == 0x013860, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_4) == 0x013888, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_3) == 0x0138B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_2) == 0x0138D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult_1) == 0x013900, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TransitionResult) == 0x013928, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_5) == 0x013950, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_5) == 0x0139A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_30) == 0x013AC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_29) == 0x013AE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_28) == 0x013B10, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_27) == 0x013B38, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_5) == 0x013B60, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_4) == 0x013B80, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_4) == 0x013BD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_26) == 0x013CF0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_25) == 0x013D18, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_24) == 0x013D40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_23) == 0x013D68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_4) == 0x013D90, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_3) == 0x013DB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_3) == 0x013E00, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_22) == 0x013F20, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_21) == 0x013F48, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_20) == 0x013F70, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_19) == 0x013F98, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_3) == 0x013FC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_2) == 0x013FE0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_2) == 0x014100, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_18) == 0x014150, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_17) == 0x014178, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_16) == 0x0141A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_15) == 0x0141C8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_2) == 0x0141F0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_14) == 0x014210, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_13) == 0x014238, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_12) == 0x014260, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_11) == 0x014288, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve_1) == 0x0142B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend_1) == 0x0143D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult_1) == 0x014420, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_MultiWayBlend) == 0x014440, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_10) == 0x014490, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_9) == 0x0144B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_8) == 0x0144E0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_7) == 0x014508, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyCurve) == 0x014530, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateResult) == 0x014650, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_StateMachine) == 0x014670, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_10) == 0x014738, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ControlRig_1) == 0x0147B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ControlRig_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_9) == 0x014C88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_8) == 0x014D08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_7) == 0x014D88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_6) == 0x014E08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_5) == 0x014E88, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_6) == 0x014F08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root_1) == 0x014F30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_4) == 0x014F50, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimGraph_1) == 0x014FD0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_5) == 0x015088, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_5) == 0x0150B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_4) == 0x015168, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_3) == 0x015220, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_TwoWayBlend) == 0x0152D8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_3) == 0x0153A0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone_3) == 0x015420, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone_2) == 0x015548, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone_1) == 0x015670, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ModifyBone) == 0x015798, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_4) == 0x0158C0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LocalToComponentSpace) == 0x0158E8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ComponentToLocalSpace) == 0x015908, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x015928, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer_3) == 0x0159F8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_3) == 0x015AC0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_BlendListByBool) == 0x015AE8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_2) == 0x015B30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer_2) == 0x015BB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer_1) == 0x015C78, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimLayer) == 0x015D40, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_2) == 0x015E08, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose_1) == 0x015E30, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_2) == 0x015EB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_4) == 0x015F68, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedAnimGraph) == 0x015FB0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_3) == 0x016068, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_ControlRig) == 0x0160B0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LayeredBoneBlend) == 0x016580, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_2) == 0x016670, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot_1) == 0x0166B8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_SaveCachedPose) == 0x016700, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose_1) == 0x016780, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_UseCachedPose) == 0x0167A8, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Slot) == 0x0167D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose_1) == 0x016818, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_LinkedInputPose) == 0x0168D0, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimGraphNode_Root) == 0x016988, "Member 'UALS_UE5_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, __CustomProperty_ShouldDoIKTrace_F873F47A456EBA7DB9866085E33D2A0A) == 0x0169A8, "Member 'UALS_UE5_AnimBP_C::__CustomProperty_ShouldDoIKTrace_F873F47A456EBA7DB9866085E33D2A0A' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, __CustomProperty_ShouldDoIKTrace_F1D003C44CF5BD25CBA40D9255997D24) == 0x0169A9, "Member 'UALS_UE5_AnimBP_C::__CustomProperty_ShouldDoIKTrace_F1D003C44CF5BD25CBA40D9255997D24' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_BasePose) == 0x0169B0, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_BasePose' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_Walk_F) == 0x0169B8, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_Walk_F' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_RunBasePose) == 0x0169C0, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_RunBasePose' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_Run_F) == 0x0169C8, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_Run_F' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_SprintImpulse) == 0x0169D0, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_SprintImpulse' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_SprintLoop) == 0x0169D8, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_SprintLoop' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Anim_Locomotion_BS_WalkRun) == 0x0169E0, "Member 'UALS_UE5_AnimBP_C::Anim_Locomotion_BS_WalkRun' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IdleBreakList) == 0x0169E8, "Member 'UALS_UE5_AnimBP_C::IdleBreakList' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IdleBreakTiming) == 0x0169F8, "Member 'UALS_UE5_AnimBP_C::IdleBreakTiming' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IdleList) == 0x016A00, "Member 'UALS_UE5_AnimBP_C::IdleList' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, BS_WalkRun_Default) == 0x016A10, "Member 'UALS_UE5_AnimBP_C::BS_WalkRun_Default' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimSprintDefault) == 0x016A38, "Member 'UALS_UE5_AnimBP_C::AnimSprintDefault' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, AnimationProfile) == 0x016A60, "Member 'UALS_UE5_AnimBP_C::AnimationProfile' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, CurrentIdle) == 0x016AA0, "Member 'UALS_UE5_AnimBP_C::CurrentIdle' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, StopAnim_Walk) == 0x016AA8, "Member 'UALS_UE5_AnimBP_C::StopAnim_Walk' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAtTransform) == 0x016AB0, "Member 'UALS_UE5_AnimBP_C::LookAtTransform' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IKAlpha) == 0x016B10, "Member 'UALS_UE5_AnimBP_C::IKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAtTargetRelativeLocation) == 0x016B18, "Member 'UALS_UE5_AnimBP_C::LookAtTargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAt_Enable) == 0x016B30, "Member 'UALS_UE5_AnimBP_C::LookAt_Enable' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAt_Offset) == 0x016B38, "Member 'UALS_UE5_AnimBP_C::LookAt_Offset' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAt_IsInRange) == 0x016B40, "Member 'UALS_UE5_AnimBP_C::LookAt_IsInRange' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, LookAt_InstantStop) == 0x016B41, "Member 'UALS_UE5_AnimBP_C::LookAt_InstantStop' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Is_in_Exploration_Attack) == 0x016B42, "Member 'UALS_UE5_AnimBP_C::Is_in_Exploration_Attack' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IsInDialogue) == 0x016B43, "Member 'UALS_UE5_AnimBP_C::IsInDialogue' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, CurrentCharacterNameEnum) == 0x016B44, "Member 'UALS_UE5_AnimBP_C::CurrentCharacterNameEnum' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, FloatValueToAdd) == 0x016B48, "Member 'UALS_UE5_AnimBP_C::FloatValueToAdd' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, CurrentHeartRate) == 0x016B50, "Member 'UALS_UE5_AnimBP_C::CurrentHeartRate' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, HasSprintStartAnim) == 0x016B58, "Member 'UALS_UE5_AnimBP_C::HasSprintStartAnim' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IdleAccumulatedTime) == 0x016B5C, "Member 'UALS_UE5_AnimBP_C::IdleAccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, DialogueABP) == 0x016B60, "Member 'UALS_UE5_AnimBP_C::DialogueABP' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, Tag_DialogueAnimGraph) == 0x016B68, "Member 'UALS_UE5_AnimBP_C::Tag_DialogueAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, HasDialogueABP) == 0x016B70, "Member 'UALS_UE5_AnimBP_C::HasDialogueABP' has a wrong offset!"); \ +static_assert(offsetof(UALS_UE5_AnimBP_C, IsUsingIdleBreak) == 0x016B71, "Member 'UALS_UE5_AnimBP_C::IsUsingIdleBreak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement) == 0x000180, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, K2Node_MakeStruct_S_InputLockParameters) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, K2Node_MakeMap_Map) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, CallFunc_GetCharacterWorld_CharacterWorld) == 0x000070, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::CallFunc_GetCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, CallFunc_GetAnimInstance_ReturnValue) == 0x000078, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000080, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000178, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_EndGrapplingMovement::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook) == 0x000048, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, EntryPoint) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ExecuteUbergraph_BP_ExplorationCapacityComponent_GrappleHook::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld) == 0x000018, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld, CharacterWorld) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld::CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_GetCharacterWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope) == 0x0001D0, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, Temp_bool_Variable) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, Temp_bool_Variable_1) == 0x000001, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetSocketLocation_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000028, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000030, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetCurrentActiveMontage_ReturnValue_1) == 0x000038, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetCurrentActiveMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000041, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, K2Node_Select_Default) == 0x000048, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000050, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetCurrentActiveMontage_ReturnValue_2) == 0x000058, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetCurrentActiveMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_Montage_GetPosition_ReturnValue) == 0x000060, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, K2Node_Select_Default_1) == 0x000068, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetFloatValue_ReturnValue) == 0x000070, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetFloatValue_ReturnValue_1) == 0x000090, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_VLerp_ReturnValue) == 0x0000A0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000B8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x0001B0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, K2Node_VariableSet_MontagePosition_ImplicitCast) == 0x0001B8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::K2Node_VariableSet_MontagePosition_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0001C0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, CallFunc_GetFloatValue_InTime_ImplicitCast_1) == 0x0001C8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::CallFunc_GetFloatValue_InTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope, K2Node_VariableSet_CableLength_ImplicitCast) == 0x0001CC, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_MoveRope::K2Node_VariableSet_CableLength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed) == 0x000110, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed, Montage) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed::Montage' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed, bInterrupted) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed::bInterrupted' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000108, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_OnAnimationMontagePlayed::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick) == 0x000004, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope) == 0x000010, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope) == 0x000130, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, Temp_int_Variable) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000018, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000028, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000030, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000038, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloat_ReturnValue) == 0x000040, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_MakeRotator_ReturnValue) == 0x000060, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x000078, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_GetTransform_ReturnValue) == 0x000080, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000F8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_FinishSpawningActor_ReturnValue) == 0x000100, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000108, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000110, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000114, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000118, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x00011C, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x000120, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast_4) == 0x000124, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000128, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope, CallFunc_SetFloatParameter_Param_ImplicitCast_5) == 0x00012C, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_SpawnRope::CallFunc_SetFloatParameter_Param_ImplicitCast_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation) == 0x000010, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation) == 0x000350, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, GrapplePointReference_0) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::GrapplePointReference_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, K2Node_MakeStruct_S_InputLockParameters) == 0x000009, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetInputLockSystem_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetGameMode_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, K2Node_MakeMap_Map) == 0x000028, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetMovementComponent_ReturnValue) == 0x000078, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_IsMovingOnGround_ReturnValue) == 0x000080, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000088, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, Temp_object_Variable) == 0x0000D0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, Temp_object_Variable_1) == 0x0000D8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, Temp_bool_Variable) == 0x0000E0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetPlayerController_ReturnValue) == 0x0000E8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, K2Node_Select_Default) == 0x0000F0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetCharacterWorld_CharacterWorld) == 0x0000F8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000100, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000120, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_FindRelativeLookAtRotation_ReturnValue) == 0x000180, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_FindRelativeLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Roll) == 0x000198, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Pitch) == 0x00019C, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Yaw) == 0x0001A0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_MakeRotator_ReturnValue) == 0x0001A8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x0001C0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0002B8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002D0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_VSize_ReturnValue) == 0x0002E8, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_FindLookAtRotation_ReturnValue) == 0x0002F0, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Roll_1) == 0x000308, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Pitch_1) == 0x00030C, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_BreakRotator_Yaw_1) == 0x000310, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_MakeRotator_ReturnValue_1) == 0x000318, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetAnimInstance_ReturnValue) == 0x000330, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_GetOwner_ReturnValue) == 0x000338, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_Montage_Play_ReturnValue) == 0x000340, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000344, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingAnimation::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement) == 0x000028, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement, CallFunc_NotEqual_DoubleDouble_B_ImplicitCast) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_StartGrapplingMovement::CallFunc_NotEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement \ +static_assert(alignof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement) == 0x000008, "Wrong alignment on BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement"); \ +static_assert(sizeof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement) == 0x000198, "Wrong size on BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, Temp_bool_Variable) == 0x000000, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, Temp_bool_Variable_1) == 0x000001, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000010, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, K2Node_Select_Default) == 0x000018, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_Montage_GetPosition_ReturnValue) == 0x000020, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetFloatValue_ReturnValue) == 0x000024, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, K2Node_Select_Default_1) == 0x000028, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetFloatValue_ReturnValue_1) == 0x000030, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_VLerp_ReturnValue) == 0x000038, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_MakeVector_ReturnValue) == 0x000050, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000080, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000178, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x00017C, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_GetFloatValue_InTime_ImplicitCast_1) == 0x000180, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_GetFloatValue_InTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, K2Node_VariableSet_MontagePosition_ImplicitCast) == 0x000188, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::K2Node_VariableSet_MontagePosition_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement, CallFunc_MakeVector_Z_ImplicitCast) == 0x000190, "Member 'BP_ExplorationCapacityComponent_GrappleHook_C_UpdateGrapplingMovement::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExplorationCapacityComponent_GrappleHook_C \ +static_assert(alignof(UBP_ExplorationCapacityComponent_GrappleHook_C) == 0x000008, "Wrong alignment on UBP_ExplorationCapacityComponent_GrappleHook_C"); \ +static_assert(sizeof(UBP_ExplorationCapacityComponent_GrappleHook_C) == 0x000190, "Wrong size on UBP_ExplorationCapacityComponent_GrappleHook_C"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GrapplePointReference) == 0x0000A8, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GrapplePointReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GrapplingDestination) == 0x0000B0, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GrapplingDestination' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, CharacterReference) == 0x0000C8, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::CharacterReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, StartingPosition) == 0x0000D0, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, MovingWithGrapple) == 0x0000E8, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::MovingWithGrapple' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, PreviousGravityScale) == 0x0000EC, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::PreviousGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, MontagePosition) == 0x0000F0, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::MontagePosition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, AirSpeedCurve) == 0x0000F8, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::AirSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GroundSpeedCurve) == 0x000100, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GroundSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, AirHeightOffsetCurve) == 0x000108, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::AirHeightOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GroundHeightOffsetCurve) == 0x000110, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GroundHeightOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, CurrentGrapplePoint) == 0x000118, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::CurrentGrapplePoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, AirRopeLength) == 0x000120, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::AirRopeLength' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GroundRopeLength) == 0x000128, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GroundRopeLength' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, RopeBaseLength) == 0x000130, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::RopeBaseLength' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, AirRopePosition) == 0x000138, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::AirRopePosition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GroundRopePosition) == 0x000140, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GroundRopePosition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, RopeEnd) == 0x000148, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::RopeEnd' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GrappleHookRopeReference) == 0x000150, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GrappleHookRopeReference' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, Radius) == 0x000158, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, GrappleThrowDistance) == 0x000160, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::GrappleThrowDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, DEBUG_VerboseLog) == 0x000168, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::DEBUG_VerboseLog' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, IsGrapplingFromGround) == 0x000169, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::IsGrapplingFromGround' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExplorationCapacityComponent_GrappleHook_C, ClimbingInputLockBlockerReference) == 0x000170, "Member 'UBP_ExplorationCapacityComponent_GrappleHook_C::ClimbingInputLockBlockerReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent \ +static_assert(alignof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent) == 0x000008, "Wrong alignment on BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent"); \ +static_assert(sizeof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent) == 0x000060, "Wrong size on BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent, AnimationProfile_0) == 0x000000, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent::AnimationProfile_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent, SkeletalMeshComponent) == 0x000040, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent, K2Node_DynamicCast_AsALS_UE5_Anim_BP) == 0x000050, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent::K2Node_DynamicCast_AsALS_UE5_Anim_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdateFromSkeletalMeshComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate \ +static_assert(alignof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate) == 0x000008, "Wrong alignment on BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate"); \ +static_assert(sizeof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate) == 0x000070, "Wrong size on BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, AnimationProfile_0) == 0x000000, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::AnimationProfile_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, K2Node_DynamicCast_AsCharacter) == 0x000048, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, CallFunc_GetAnimInstance_ReturnValue) == 0x000058, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, K2Node_DynamicCast_AsALS_UE5_Anim_BP) == 0x000060, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::K2Node_DynamicCast_AsALS_UE5_Anim_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_Component_WorldAnimationProfile_C_SetAnimationProfileAndUpdate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Component_WorldAnimationProfile_C \ +static_assert(alignof(UBP_Component_WorldAnimationProfile_C) == 0x000008, "Wrong alignment on UBP_Component_WorldAnimationProfile_C"); \ +static_assert(sizeof(UBP_Component_WorldAnimationProfile_C) == 0x0000E0, "Wrong size on UBP_Component_WorldAnimationProfile_C"); \ +static_assert(offsetof(UBP_Component_WorldAnimationProfile_C, AnimationProfile) == 0x0000A0, "Member 'UBP_Component_WorldAnimationProfile_C::AnimationProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData) == 0x0009D0, "Wrong size on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, __StructProperty_142) == 0x000008, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::__StructProperty_142' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, __NameProperty_143) == 0x000028, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::__NameProperty_143' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, __NameProperty_144) == 0x000030, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::__NameProperty_144' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0000D0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000100, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_43) == 0x000130, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_42) == 0x000160, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_41) == 0x000190, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_40) == 0x0001C0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_39) == 0x0001F0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_38) == 0x000220, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_37) == 0x000250, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_36) == 0x000280, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_35) == 0x0002B0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_34) == 0x0002E0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_33) == 0x000310, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_32) == 0x000340, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_31) == 0x000370, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_30) == 0x0003A0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_29) == 0x0003D0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_28) == 0x000400, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_27) == 0x000430, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_26) == 0x000460, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_25) == 0x000490, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_24) == 0x0004C0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_23) == 0x0004F0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x000520, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x000550, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x000580, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x0005B0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x0005E0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000610, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x000640, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x000670, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x0006A0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x0006D0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000700, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000730, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x000760, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000790, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x0007C0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x0007F0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000820, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000850, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000880, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0008B0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0008E0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000910, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000940, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000970, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0009A0, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint \ +static_assert(alignof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint) == 0x000004, "Wrong alignment on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint"); \ +static_assert(sizeof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint) == 0x0000DC, "Wrong size on ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_5) == 0x00007C, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_6) == 0x000094, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_7) == 0x0000AC, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint, K2Node_MakeStruct_KawaiiPhysicsSettings_8) == 0x0000C4, "Member 'ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C_ExecuteUbergraph_ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint::K2Node_MakeStruct_KawaiiPhysicsSettings_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C \ +static_assert(alignof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C"); \ +static_assert(sizeof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C) == 0x015420, "Wrong size on UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_ComponentToLocalSpace) == 0x000388, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_LinkedInputPose) == 0x0003A8, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_43) == 0x000460, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_42) == 0x000C00, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_41) == 0x0013A0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_40) == 0x001B40, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_39) == 0x0022E0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_38) == 0x002A80, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_37) == 0x003220, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_36) == 0x0039C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_35) == 0x004160, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_34) == 0x004900, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_33) == 0x0050A0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_32) == 0x005840, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_31) == 0x005FE0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_30) == 0x006780, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_29) == 0x006F20, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_28) == 0x0076C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_27) == 0x007E60, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_26) == 0x008600, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_25) == 0x008DA0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_24) == 0x009540, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_23) == 0x009CE0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_22) == 0x00A480, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_21) == 0x00AC20, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_20) == 0x00B3C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_19) == 0x00BB60, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_18) == 0x00C300, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_17) == 0x00CAA0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_16) == 0x00D240, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_15) == 0x00D9E0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_14) == 0x00E180, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_13) == 0x00E920, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_12) == 0x00F0C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_11) == 0x00F860, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_10) == 0x010000, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_LocalToComponentSpace) == 0x0107A0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_9) == 0x0107C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_8) == 0x010F60, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_7) == 0x011700, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_6) == 0x011EA0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_5) == 0x012640, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_4) == 0x012DE0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_3) == 0x013580, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_2) == 0x013D20, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics_1) == 0x0144C0, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_KawaiiPhysics) == 0x014C60, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C, AnimGraphNode_Root) == 0x015400, "Member 'UABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ALS_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x00B618, "Wrong size on ALS_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5874) == 0x000004, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5874' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5875) == 0x00000C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5875' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5876) == 0x000014, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5876' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5877) == 0x000018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5877' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5878) == 0x000028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5878' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5879) == 0x000030, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5879' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5880) == 0x000038, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5880' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5881) == 0x000040, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5881' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5882) == 0x000048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5882' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5883) == 0x000050, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5883' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5884) == 0x000058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5884' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5885) == 0x000060, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5885' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5886) == 0x000068, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5886' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5887) == 0x000070, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5887' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5888) == 0x000078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5888' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5889) == 0x000080, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5889' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5890) == 0x000088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5890' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5891) == 0x000090, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5891' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5892) == 0x000098, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5892' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5893) == 0x00009C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5893' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5894) == 0x0000A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5894' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5895) == 0x0000B0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5895' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5896) == 0x0000B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5896' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5897) == 0x0000C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5897' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5898) == 0x0000C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5898' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5899) == 0x0000D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5899' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5900) == 0x0000D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5900' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5901) == 0x0000DC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5901' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5902) == 0x0000E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5902' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5903) == 0x0000F0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5903' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5904) == 0x0000F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5904' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5905) == 0x000100, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5905' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5906) == 0x000108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5906' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5907) == 0x000110, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5907' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5908) == 0x000118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5908' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5909) == 0x000120, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5909' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5910) == 0x000124, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5910' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5911) == 0x000128, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5911' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5912) == 0x000138, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5912' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5913) == 0x00013C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5913' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5914) == 0x000144, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5914' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5915) == 0x000148, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5915' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5916) == 0x000150, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5916' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5917) == 0x000158, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5917' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5918) == 0x000160, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5918' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5919) == 0x000164, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5919' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_5920) == 0x000168, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_5920' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5921) == 0x00016C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5921' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5922) == 0x000170, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5922' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5923) == 0x000178, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5923' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5924) == 0x000180, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5924' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5925) == 0x000188, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5925' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5926) == 0x000190, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5926' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5927) == 0x000198, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5927' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5928) == 0x0001A0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5928' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5929) == 0x0001A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5929' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5930) == 0x0001B0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5930' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5931) == 0x0001B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5931' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5932) == 0x0001C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5932' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5933) == 0x0001C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5933' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5934) == 0x0001D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5934' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5935) == 0x0001D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5935' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5936) == 0x0001E0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5936' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5937) == 0x0001E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5937' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5938) == 0x0001F0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5938' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5939) == 0x0001F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5939' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5940) == 0x000200, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5940' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5941) == 0x000208, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5941' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5942) == 0x000210, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5942' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5943) == 0x000218, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5943' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5944) == 0x000220, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5944' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5945) == 0x000228, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5945' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5946) == 0x000230, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5946' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5947) == 0x000240, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5947' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5948) == 0x000250, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5948' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_5949) == 0x000254, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_5949' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_5950) == 0x000258, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_5950' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5951) == 0x000268, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5951' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5952) == 0x000270, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5952' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5953) == 0x000278, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5953' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5954) == 0x00027C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5954' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5955) == 0x000280, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5955' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5956) == 0x000288, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5956' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5957) == 0x000290, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5957' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5958) == 0x000298, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5958' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5959) == 0x0002A0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5959' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5960) == 0x0002A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5960' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5961) == 0x0002AC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5961' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5962) == 0x0002B0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5962' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5963) == 0x0002B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5963' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5964) == 0x0002C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5964' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5965) == 0x0002C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5965' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5966) == 0x0002D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5966' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5967) == 0x0002D4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5967' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5968) == 0x0002DC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5968' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5969) == 0x0002E4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5969' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5970) == 0x0002EC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5970' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5971) == 0x0002F4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5971' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5972) == 0x0002FC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5972' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5973) == 0x000300, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5973' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5974) == 0x000308, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5974' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5975) == 0x000310, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5975' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5976) == 0x000318, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5976' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5977) == 0x000320, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5977' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5978) == 0x000328, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5978' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5979) == 0x000330, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5979' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_5980) == 0x000338, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_5980' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5981) == 0x000340, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5981' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_5982) == 0x000348, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_5982' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5983) == 0x00034C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5983' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5984) == 0x000354, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5984' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5985) == 0x000358, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5985' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5986) == 0x000360, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5986' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5987) == 0x000368, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5987' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5988) == 0x000370, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5988' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5989) == 0x000378, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5989' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5990) == 0x00037C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5990' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5991) == 0x000384, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5991' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5992) == 0x000388, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5992' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5993) == 0x000390, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5993' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5994) == 0x000398, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5994' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_5995) == 0x0003A0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_5995' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5996) == 0x0003A4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5996' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5997) == 0x0003AC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5997' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5998) == 0x0003B4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5998' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_5999) == 0x0003BC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_5999' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6000) == 0x0003C4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6000' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6001) == 0x0003C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6001' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6002) == 0x0003CC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6002' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6003) == 0x0003D4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6003' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_6004) == 0x0003DC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_6004' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_6005) == 0x000408, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_6005' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6006) == 0x00040C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6006' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6007) == 0x000414, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6007' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6008) == 0x000420, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6008' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6009) == 0x000428, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6009' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6010) == 0x000430, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6010' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6011) == 0x000438, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6011' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6012) == 0x000440, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6012' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6013) == 0x000448, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6013' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6014) == 0x000450, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6014' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6015) == 0x000458, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6015' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6016) == 0x000460, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6016' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6017) == 0x000464, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6017' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6018) == 0x000468, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6018' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6019) == 0x00046C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6019' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6020) == 0x000474, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6020' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_6021) == 0x000478, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_6021' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_6022) == 0x000488, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_6022' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_6023) == 0x000498, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_6023' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_6024) == 0x0004A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_6024' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6025) == 0x0004B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6025' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6026) == 0x0004C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6026' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6027) == 0x0004C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6027' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6028) == 0x0004D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6028' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6029) == 0x0004D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6029' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6030) == 0x0004E0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6030' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6031) == 0x0004E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6031' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6032) == 0x0004F0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6032' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6033) == 0x0004F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6033' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6034) == 0x000500, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6034' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6035) == 0x000508, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6035' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6036) == 0x00050C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6036' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6037) == 0x000514, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6037' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6038) == 0x00051C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6038' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6039) == 0x000524, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6039' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6040) == 0x00052C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6040' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6041) == 0x000534, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6041' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6042) == 0x00053C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6042' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6043) == 0x000548, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6043' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6044) == 0x000550, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6044' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6045) == 0x000558, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6045' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6046) == 0x000560, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6046' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6047) == 0x000568, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6047' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6048) == 0x000570, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6048' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6049) == 0x000574, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6049' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6050) == 0x00057C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6050' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6051) == 0x000580, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6051' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6052) == 0x000588, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6052' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6053) == 0x00058C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6053' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6054) == 0x000594, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6054' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6055) == 0x00059C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6055' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_6056) == 0x0005A4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_6056' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6057) == 0x0005A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6057' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_6058) == 0x0005B0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_6058' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6059) == 0x0005B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6059' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6060) == 0x0005C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6060' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6061) == 0x0005C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6061' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6062) == 0x0005D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6062' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6063) == 0x0005D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6063' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6064) == 0x0005E0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6064' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6065) == 0x0005E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6065' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_6066) == 0x0005EC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_6066' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6067) == 0x0005F0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6067' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_6068) == 0x0005F4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_6068' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_6069) == 0x000620, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_6069' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_6070) == 0x000624, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_6070' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_6071) == 0x000625, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_6071' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6072) == 0x000628, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6072' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6073) == 0x000630, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6073' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_6074) == 0x000638, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_6074' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_6075) == 0x000640, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_6075' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __BlendProfile_6076) == 0x000648, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__BlendProfile_6076' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __CurveFloat_6077) == 0x000650, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__CurveFloat_6077' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_6078) == 0x000658, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_6078' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_6079) == 0x000659, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_6079' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_6080) == 0x00065A, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_6080' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_6081) == 0x000660, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_6081' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_6082) == 0x000670, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_6082' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000690, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000710, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x000728, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_16) == 0x000758, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_15) == 0x000788, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_14) == 0x0007B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_13) == 0x0007E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_12) == 0x000818, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_11) == 0x000848, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_31) == 0x000878, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_30) == 0x0008A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_29) == 0x0008D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_28) == 0x000908, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_27) == 0x000938, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_26) == 0x000968, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_156) == 0x000998, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_156' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_155) == 0x0009C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_155' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_154) == 0x0009F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_154' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_153) == 0x000A28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_153' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_152) == 0x000A58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_152' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_151) == 0x000A88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_151' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_150) == 0x000AB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_150' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_149) == 0x000AE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_149' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_42) == 0x000B18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_36) == 0x000B48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_104) == 0x000B78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_103) == 0x000BA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_102) == 0x000BD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_101) == 0x000C08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_86) == 0x000C38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_41) == 0x000C68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_35) == 0x000C98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_100) == 0x000CC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_99) == 0x000CF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_98) == 0x000D28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_97) == 0x000D58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_85) == 0x000D88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_40) == 0x000DB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_34) == 0x000DE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_96) == 0x000E18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_95) == 0x000E48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_94) == 0x000E78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_93) == 0x000EA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_84) == 0x000ED8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_33) == 0x000F08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_39) == 0x000F38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_92) == 0x000F68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_91) == 0x000F98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_90) == 0x000FC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_89) == 0x000FF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_83) == 0x001028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_88) == 0x001058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_87) == 0x001088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_86) == 0x0010B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_85) == 0x0010E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_32) == 0x001118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_38) == 0x001148, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_82) == 0x001178, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_37) == 0x0011A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_84) == 0x0011D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_83) == 0x001208, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_82) == 0x001238, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_81) == 0x001268, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_31) == 0x001298, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_81) == 0x0012C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_19) == 0x0012F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x001328, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_10) == 0x001358, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_9) == 0x001388, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_8) == 0x0013B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_7) == 0x0013E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_6) == 0x001418, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_5) == 0x001448, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x001478, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_25) == 0x0014A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_24) == 0x0014D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_23) == 0x001508, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_22) == 0x001538, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_21) == 0x001568, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_20) == 0x001598, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_19) == 0x0015C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_6) == 0x0015F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_148) == 0x001628, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_148' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_147) == 0x001658, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_147' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_146) == 0x001688, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_146' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_145) == 0x0016B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_145' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_144) == 0x0016E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_144' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_143) == 0x001718, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_143' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_142) == 0x001748, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_142' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_141) == 0x001778, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_141' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_36) == 0x0017A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_30) == 0x0017D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_80) == 0x001808, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_79) == 0x001838, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_78) == 0x001868, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_77) == 0x001898, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_80) == 0x0018C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_35) == 0x0018F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_29) == 0x001928, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_76) == 0x001958, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_75) == 0x001988, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_74) == 0x0019B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_73) == 0x0019E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_79) == 0x001A18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_34) == 0x001A48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_28) == 0x001A78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_72) == 0x001AA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_71) == 0x001AD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_70) == 0x001B08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_69) == 0x001B38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_78) == 0x001B68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_33) == 0x001B98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_27) == 0x001BC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_68) == 0x001BF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_67) == 0x001C28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_66) == 0x001C58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_65) == 0x001C88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_77) == 0x001CB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_32) == 0x001CE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_64) == 0x001D18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_63) == 0x001D48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_62) == 0x001D78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_61) == 0x001DA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_26) == 0x001DD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_76) == 0x001E08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_31) == 0x001E38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_60) == 0x001E68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_59) == 0x001E98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_58) == 0x001EC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_57) == 0x001EF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_25) == 0x001F28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_75) == 0x001F58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_18) == 0x001F88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_18) == 0x001FB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_62) == 0x001FE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_56) == 0x002018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_55) == 0x002048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_54) == 0x002078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x0020A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_140) == 0x0020D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_140' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_139) == 0x002108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_139' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_138) == 0x002138, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_138' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_137) == 0x002168, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_137' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_136) == 0x002198, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_136' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_135) == 0x0021C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_135' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_134) == 0x0021F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_134' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_133) == 0x002228, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_133' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_132) == 0x002258, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_132' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_131) == 0x002288, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_131' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_130) == 0x0022B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_130' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_129) == 0x0022E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_129' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_128) == 0x002318, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_128' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_127) == 0x002348, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_127' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_126) == 0x002378, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_126' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_125) == 0x0023A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_125' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_124) == 0x0023D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_124' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_123) == 0x002408, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_123' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_122) == 0x002438, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_122' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_121) == 0x002468, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_121' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_120) == 0x002498, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_120' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_119) == 0x0024C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_119' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_118) == 0x0024F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_118' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_117) == 0x002528, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_117' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_116) == 0x002558, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_116' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_115) == 0x002588, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_115' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_6) == 0x0025B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_147) == 0x0025E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_147' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_24) == 0x002618, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_146) == 0x002648, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_146' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_145) == 0x002678, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_145' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_114) == 0x0026A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_114' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_113) == 0x0026D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_113' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_112) == 0x002708, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_112' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_111) == 0x002738, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_110) == 0x002768, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_109) == 0x002798, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_30) == 0x0027C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_69) == 0x0027F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_32) == 0x002828, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_144) == 0x002858, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_144' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_143) == 0x002888, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_143' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_142) == 0x0028B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_142' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_61) == 0x0028E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_74) == 0x002918, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_29) == 0x002948, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_68) == 0x002978, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_31) == 0x0029A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_141) == 0x0029D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_141' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_140) == 0x002A08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_140' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_139) == 0x002A38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_139' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_60) == 0x002A68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_138) == 0x002A98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_138' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_17) == 0x002AC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_137) == 0x002AF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_137' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_16) == 0x002B28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_73) == 0x002B58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_28) == 0x002B88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_67) == 0x002BB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_30) == 0x002BE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_136) == 0x002C18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_136' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_135) == 0x002C48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_135' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_59) == 0x002C78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_134) == 0x002CA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_134' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_133) == 0x002CD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_133' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_58) == 0x002D08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_132) == 0x002D38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_132' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_57) == 0x002D68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_72) == 0x002D98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_17) == 0x002DC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_71) == 0x002DF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_131) == 0x002E28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_131' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_130) == 0x002E58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_130' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_129) == 0x002E88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_129' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_5) == 0x002EB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_108) == 0x002EE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_107) == 0x002F18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_106) == 0x002F48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_105) == 0x002F78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_104) == 0x002FA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_103) == 0x002FD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_27) == 0x003008, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_66) == 0x003038, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_29) == 0x003068, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_128) == 0x003098, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_128' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_127) == 0x0030C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_127' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_126) == 0x0030F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_126' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_56) == 0x003128, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_70) == 0x003158, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_26) == 0x003188, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_65) == 0x0031B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_28) == 0x0031E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_125) == 0x003218, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_125' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_124) == 0x003248, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_124' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_123) == 0x003278, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_123' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_55) == 0x0032A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_122) == 0x0032D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_122' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_15) == 0x003308, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_121) == 0x003338, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_121' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_14) == 0x003368, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_69) == 0x003398, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_25) == 0x0033C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_64) == 0x0033F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_27) == 0x003428, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_120) == 0x003458, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_120' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_54) == 0x003488, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_119) == 0x0034B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_119' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_118) == 0x0034E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_118' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_117) == 0x003518, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_117' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_53) == 0x003548, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_68) == 0x003578, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_16) == 0x0035A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_67) == 0x0035D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_4) == 0x003608, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_116) == 0x003638, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_116' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_115) == 0x003668, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_115' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_114) == 0x003698, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_114' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_102) == 0x0036C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_101) == 0x0036F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_100) == 0x003728, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_99) == 0x003758, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_98) == 0x003788, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_97) == 0x0037B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_24) == 0x0037E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_63) == 0x003818, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_26) == 0x003848, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_113) == 0x003878, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_113' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_112) == 0x0038A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_112' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_111) == 0x0038D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_111' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_52) == 0x003908, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_66) == 0x003938, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_23) == 0x003968, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_62) == 0x003998, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_25) == 0x0039C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_110) == 0x0039F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_110' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_109) == 0x003A28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_109' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_108) == 0x003A58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_108' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_51) == 0x003A88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_107) == 0x003AB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_107' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_13) == 0x003AE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_106) == 0x003B18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_106' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_12) == 0x003B48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_65) == 0x003B78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_22) == 0x003BA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_61) == 0x003BD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_24) == 0x003C08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_105) == 0x003C38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_105' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_50) == 0x003C68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_104) == 0x003C98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_104' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_103) == 0x003CC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_103' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_102) == 0x003CF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_102' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_49) == 0x003D28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_64) == 0x003D58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_15) == 0x003D88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_63) == 0x003DB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_101) == 0x003DE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_101' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_23) == 0x003E18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_100) == 0x003E48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_100' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_99) == 0x003E78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_99' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_3) == 0x003EA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_96) == 0x003ED8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_95) == 0x003F08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_94) == 0x003F38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_93) == 0x003F68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_92) == 0x003F98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_91) == 0x003FC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_21) == 0x003FF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_60) == 0x004028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_23) == 0x004058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_98) == 0x004088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_98' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_97) == 0x0040B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_97' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_96) == 0x0040E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_96' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_48) == 0x004118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_62) == 0x004148, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_20) == 0x004178, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_59) == 0x0041A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_22) == 0x0041D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_95) == 0x004208, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_95' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_94) == 0x004238, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_94' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_93) == 0x004268, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_93' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_47) == 0x004298, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_92) == 0x0042C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_92' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_11) == 0x0042F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_91) == 0x004328, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_91' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_10) == 0x004358, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_61) == 0x004388, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_19) == 0x0043B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_18) == 0x0043E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_90) == 0x004418, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_46) == 0x004448, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_89) == 0x004478, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_45) == 0x0044A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_58) == 0x0044D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_21) == 0x004508, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_88) == 0x004538, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_87) == 0x004568, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_57) == 0x004598, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_56) == 0x0045C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_55) == 0x0045F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_44) == 0x004628, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_43) == 0x004658, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_86) == 0x004688, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_42) == 0x0046B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_85) == 0x0046E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_84) == 0x004718, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_83) == 0x004748, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_41) == 0x004778, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_60) == 0x0047A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_14) == 0x0047D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_59) == 0x004808, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_17) == 0x004838, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_54) == 0x004868, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_82) == 0x004898, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_81) == 0x0048C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_80) == 0x0048F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_79) == 0x004928, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_78) == 0x004958, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_40) == 0x004988, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_39) == 0x0049B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_38) == 0x0049E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_20) == 0x004A18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_58) == 0x004A48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_16) == 0x004A78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_53) == 0x004AA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_77) == 0x004AD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_76) == 0x004B08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_75) == 0x004B38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_74) == 0x004B68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_73) == 0x004B98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_37) == 0x004BC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_36) == 0x004BF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_35) == 0x004C28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_19) == 0x004C58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_57) == 0x004C88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_15) == 0x004CB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_52) == 0x004CE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_72) == 0x004D18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_71) == 0x004D48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_70) == 0x004D78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_69) == 0x004DA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_68) == 0x004DD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_34) == 0x004E08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_33) == 0x004E38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_32) == 0x004E68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_18) == 0x004E98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_56) == 0x004EC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_14) == 0x004EF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_51) == 0x004F28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_67) == 0x004F58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_66) == 0x004F88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_65) == 0x004FB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_64) == 0x004FE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_63) == 0x005018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_31) == 0x005048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_30) == 0x005078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_29) == 0x0050A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_17) == 0x0050D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_55) == 0x005108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_13) == 0x005138, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_50) == 0x005168, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_16) == 0x005198, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_62) == 0x0051C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_28) == 0x0051F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_61) == 0x005228, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_60) == 0x005258, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_54) == 0x005288, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_12) == 0x0052B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_59) == 0x0052E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_58) == 0x005318, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_22) == 0x005348, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_57) == 0x005378, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_2) == 0x0053A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_49) == 0x0053D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_15) == 0x005408, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_56) == 0x005438, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_27) == 0x005468, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_55) == 0x005498, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_54) == 0x0054C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_53) == 0x0054F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_11) == 0x005528, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_10) == 0x005558, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_5) == 0x005588, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_53) == 0x0055B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_21) == 0x0055E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_52) == 0x005618, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_51) == 0x005648, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt_1) == 0x005678, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_50) == 0x0056A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_9) == 0x0056D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_49) == 0x005708, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_8) == 0x005738, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_48) == 0x005768, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_14) == 0x005798, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_48) == 0x0057C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_47) == 0x0057F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_46) == 0x005828, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_26) == 0x005858, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_45) == 0x005888, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_44) == 0x0058B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_43) == 0x0058E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_25) == 0x005918, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_47) == 0x005948, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_13) == 0x005978, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_52) == 0x0059A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_9) == 0x0059D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_8) == 0x005A08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_4) == 0x005A38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_42) == 0x005A68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_41) == 0x005A98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_40) == 0x005AC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByInt) == 0x005AF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_39) == 0x005B28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_24) == 0x005B58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_38) == 0x005B88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_37) == 0x005BB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_7) == 0x005BE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_36) == 0x005C18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_6) == 0x005C48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_46) == 0x005C78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_12) == 0x005CA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_35) == 0x005CD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_34) == 0x005D08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_33) == 0x005D38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_23) == 0x005D68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_32) == 0x005D98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_31) == 0x005DC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_22) == 0x005DF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_45) == 0x005E28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_11) == 0x005E58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_51) == 0x005E88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_90) == 0x005EB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_7) == 0x005EE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_44) == 0x005F18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_30) == 0x005F48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_29) == 0x005F78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_28) == 0x005FA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_27) == 0x005FD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_26) == 0x006008, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_21) == 0x006038, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_20) == 0x006068, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_19) == 0x006098, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_10) == 0x0060C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_50) == 0x0060F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_13) == 0x006128, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Inertialization_1) == 0x006158, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x006188, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_89) == 0x0061B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_88) == 0x0061E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_87) == 0x006218, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_86) == 0x006248, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_85) == 0x006278, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_84) == 0x0062A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_83) == 0x0062D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_82) == 0x006308, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_81) == 0x006338, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_80) == 0x006368, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_79) == 0x006398, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_78) == 0x0063C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_77) == 0x0063F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_76) == 0x006428, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_75) == 0x006458, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_74) == 0x006488, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_73) == 0x0064B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x0064E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_53) == 0x006518, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_20) == 0x006548, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_5) == 0x006578, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_18) == 0x0065A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_43) == 0x0065D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_42) == 0x006608, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_49) == 0x006638, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x006668, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x006698, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_19) == 0x0066C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_17) == 0x0066F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_41) == 0x006728, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_40) == 0x006758, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_48) == 0x006788, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_18) == 0x0067B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_16) == 0x0067E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_25) == 0x006818, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_24) == 0x006848, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_15) == 0x006878, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_9) == 0x0068A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_9) == 0x0068D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x006908, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x006938, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x006968, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x006998, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x0069C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x0069F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_47) == 0x006A28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x006A58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_46) == 0x006A88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_14) == 0x006AB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x006AE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x006B18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_45) == 0x006B48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_13) == 0x006B78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x006BA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x006BD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_44) == 0x006C08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_43) == 0x006C38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_12) == 0x006C68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_42) == 0x006C98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_8) == 0x006CC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_8) == 0x006CF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_12) == 0x006D28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_23) == 0x006D58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_22) == 0x006D88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_11) == 0x006DB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_17) == 0x006DE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_10) == 0x006E18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x006E48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x006E78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x006EA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_9) == 0x006ED8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_41) == 0x006F08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_52) == 0x006F38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_16) == 0x006F68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_40) == 0x006F98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_11) == 0x006FC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x006FF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x007028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x007058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x007088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x0070B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x0070E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x007118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x007148, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x007178, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x0071A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x0071D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x007208, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x007238, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x007268, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_15) == 0x007298, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_21) == 0x0072C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_39) == 0x0072F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x007328, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x007358, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x007388, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_38) == 0x0073B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x0073E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_37) == 0x007418, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_51) == 0x007448, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_14) == 0x007478, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_36) == 0x0074A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_50) == 0x0074D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_13) == 0x007508, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_35) == 0x007538, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_34) == 0x007568, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_10) == 0x007598, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_7) == 0x0075C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_6) == 0x0075F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_5) == 0x007628, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_4) == 0x007658, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_3) == 0x007688, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_2) == 0x0076B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x0076E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_7) == 0x007718, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_4) == 0x007748, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_4) == 0x007778, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_12) == 0x0077A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_8) == 0x0077D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x007808, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x007838, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_7) == 0x007868, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_33) == 0x007898, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_9) == 0x0078C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x0078F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x007928, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x007958, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x007988, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x0079B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x0079E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x007A18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x007A48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x007A78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x007AA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x007AD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x007B08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_6) == 0x007B38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_49) == 0x007B68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x007B98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x007BC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x007BF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x007C28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_6) == 0x007C58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_32) == 0x007C88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x007CB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_5) == 0x007CE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_48) == 0x007D18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x007D48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x007D78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x007DA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x007DD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x007E08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_31) == 0x007E38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_4) == 0x007E68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_47) == 0x007E98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x007EC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x007EF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x007F28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x007F58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x007F88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_30) == 0x007FB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_46) == 0x007FE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_29) == 0x008018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_45) == 0x008048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_28) == 0x008078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_3) == 0x0080A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_44) == 0x0080D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x008108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x008138, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x008168, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x008198, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x0081C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_27) == 0x0081F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_8) == 0x008228, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_6) == 0x008258, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x008288, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x0082B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_11) == 0x0082E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x008318, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_20) == 0x008348, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_7) == 0x008378, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x0083A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x0083D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x008408, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x008438, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x008468, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x008498, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x0084C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_26) == 0x0084F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_7) == 0x008528, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x008558, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x008588, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x0085B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x0085E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x008618, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x008648, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x008678, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x0086A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_43) == 0x0086D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_19) == 0x008708, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_18) == 0x008738, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_12) == 0x008768, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_12) == 0x008798, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x0087C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x0087F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_11) == 0x008828, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x008858, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x008888, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_10) == 0x0088B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x0088E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_42) == 0x008918, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x008948, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_9) == 0x008978, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_10) == 0x0089A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_8) == 0x0089D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_17) == 0x008A08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x008A38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_6) == 0x008A68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_9) == 0x008A98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_8) == 0x008AC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_17) == 0x008AF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_16) == 0x008B28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Inertialization) == 0x008B58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x008B88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x008BB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x008BE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x008C18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x008C48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x008C78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x008CA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x008CD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x008D08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_7) == 0x008D38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x008D68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x008D98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_6) == 0x008DC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x008DF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x008E28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x008E58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x008E88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x008EB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_2) == 0x008EE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_3) == 0x008F18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_2) == 0x008F48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_41) == 0x008F78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_16) == 0x008FA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_15) == 0x008FD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_14) == 0x009008, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_13) == 0x009038, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_12) == 0x009068, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_11) == 0x009098, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_11) == 0x0090C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_5) == 0x0090F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x009128, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend_1) == 0x009158, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x009188, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x0091B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_40) == 0x0091E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_10) == 0x009218, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_9) == 0x009248, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_8) == 0x009278, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_7) == 0x0092A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_6) == 0x0092D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_5) == 0x009308, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_10) == 0x009338, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_4) == 0x009368, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x009398, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_3) == 0x0093C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_39) == 0x0093F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x009428, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_2) == 0x009458, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_38) == 0x009488, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x0094B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0094E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x009518, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_37) == 0x009548, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x009578, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x0095A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x0095D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_36) == 0x009608, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x009638, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_4) == 0x009668, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve_1) == 0x009698, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_7) == 0x0096C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve) == 0x0096F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x009728, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x009758, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_15) == 0x009788, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_14) == 0x0097B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_13) == 0x0097E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_12) == 0x009818, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x009848, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x009878, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x0098A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_11) == 0x0098D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_10) == 0x009908, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_9) == 0x009938, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_3) == 0x009968, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive_1) == 0x009998, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MakeDynamicAdditive) == 0x0099C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_8) == 0x0099F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_7) == 0x009A28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_35) == 0x009A58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_34) == 0x009A88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_33) == 0x009AB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_32) == 0x009AE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_2) == 0x009B18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MultiWayBlend) == 0x009B48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_9) == 0x009B78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_31) == 0x009BA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_30) == 0x009BD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_29) == 0x009C08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_28) == 0x009C38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x009C68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x009C98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_6) == 0x009CC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_6) == 0x009CF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_6) == 0x009D28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_27) == 0x009D58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_26) == 0x009D88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_25) == 0x009DB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x009DE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_5) == 0x009E18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_5) == 0x009E48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_24) == 0x009E78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_23) == 0x009EA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_22) == 0x009ED8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x009F08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_4) == 0x009F38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_4) == 0x009F68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_21) == 0x009F98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_20) == 0x009FC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_19) == 0x009FF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x00A028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_3) == 0x00A058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_3) == 0x00A088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_18) == 0x00A0B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_17) == 0x00A0E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_16) == 0x00A118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_2) == 0x00A148, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_2) == 0x00A178, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_15) == 0x00A1A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_14) == 0x00A1D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend_1) == 0x00A208, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x00A238, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_13) == 0x00A268, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_12) == 0x00A298, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x00A2C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x00A2F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x00A328, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x00A358, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x00A388, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x00A3B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_11) == 0x00A3E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x00A418, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x00A448, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_8) == 0x00A478, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x00A4A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x00A4D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_7) == 0x00A508, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_6) == 0x00A538, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_5) == 0x00A568, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x00A598, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_4) == 0x00A5C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_3) == 0x00A5F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x00A628, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_2) == 0x00A658, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x00A688, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x00A6B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x00A6E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x00A718, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x00A748, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x00A778, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x00A7A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x00A7D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x00A808, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x00A838, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x00A868, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x00A898, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x00A8C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x00A8F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x00A928, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x00A958, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x00A988, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_4) == 0x00A9B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x00A9E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_3) == 0x00AA18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x00AA48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_2) == 0x00AA78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x00AAA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator_1) == 0x00AAD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x00AB08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpaceEvaluator) == 0x00AB38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpaceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x00AB68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x00AB98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x00ABC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x00ABF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x00AC28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_1) == 0x00AC58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x00AC88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x00ACB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x00ACE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x00AD18, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x00AD48, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x00AD78, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x00ADA8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x00ADD8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x00AE08, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK_3) == 0x00AE38, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK_2) == 0x00AE68, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x00AE98, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x00AEC8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x00AEF8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x00AF28, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x00AF58, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_10) == 0x00AF88, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_9) == 0x00AFB8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK_1) == 0x00AFE8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_8) == 0x00B018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_7) == 0x00B048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_6) == 0x00B078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_5) == 0x00B0A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_4) == 0x00B0D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoBoneIK) == 0x00B108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x00B138, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x00B168, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x00B198, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseSnapshot) == 0x00B1C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseSnapshot' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x00B1F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x00B228, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x00B258, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x00B288, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x00B2B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x00B2E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x00B318, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x00B348, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x00B378, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x00B3A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend) == 0x00B3D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x00B408, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_3) == 0x00B438, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_2) == 0x00B468, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone_1) == 0x00B498, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyBone) == 0x00B4C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x00B4F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x00B528, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x00B558, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x00B588, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x00B5B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x00B5E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ALS_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000134, "Wrong size on ALS_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty) == 0x000001, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_0) == 0x000004, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x000008, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_2) == 0x00000C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_3) == 0x000010, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_4) == 0x000014, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_5) == 0x000018, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_6) == 0x00001C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_7) == 0x000020, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_8) == 0x000024, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_9) == 0x000028, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_10) == 0x00002C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_11) == 0x000030, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_12) == 0x000034, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_13) == 0x000038, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_14) == 0x00003C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_15) == 0x000040, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_16) == 0x000044, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_17) == 0x000048, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __IntProperty_18) == 0x00004C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__IntProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_19) == 0x000050, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_20) == 0x000054, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_21) == 0x000058, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_22) == 0x00005C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_23) == 0x000060, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_24) == 0x000064, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_25) == 0x000068, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_26) == 0x00006C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_27) == 0x000070, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_28) == 0x000074, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_29) == 0x000078, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_30) == 0x00007C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_31) == 0x000080, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_31' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_32) == 0x000084, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_32' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_33) == 0x000088, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_34) == 0x00008C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_35) == 0x000090, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_36) == 0x000094, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_36' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_37) == 0x000098, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_38) == 0x00009C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_39) == 0x0000A0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_39' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_40) == 0x0000A4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_40' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_41) == 0x0000A8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_42) == 0x0000AC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_42' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_43) == 0x0000B0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_44) == 0x0000B4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_45) == 0x0000B8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_46) == 0x0000BC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_47) == 0x0000C0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_47' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_48) == 0x0000C4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_49) == 0x0000C8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_50) == 0x0000CC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_50' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_51) == 0x0000D0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_52) == 0x0000D4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_53) == 0x0000D8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_54) == 0x0000DC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_55) == 0x0000E0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_56) == 0x0000E4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_57) == 0x0000E8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_58) == 0x0000EC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_58' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_59) == 0x0000F0, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_60) == 0x0000F4, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_61) == 0x0000F8, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_61' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_62) == 0x0000FC, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_63) == 0x000100, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_63' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_64) == 0x000104, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_65) == 0x000108, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_66) == 0x00010C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_66' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_67) == 0x000110, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_67' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_68) == 0x000114, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_68' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_69) == 0x000115, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_69' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_70) == 0x000116, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __ByteProperty_71) == 0x000117, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__ByteProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_72) == 0x000118, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_72' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_73) == 0x00011C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_73' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_74) == 0x000120, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_74' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_75) == 0x000124, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_75' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_76) == 0x000128, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_76' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __FloatProperty_77) == 0x00012C, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__FloatProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_78) == 0x000130, "Member 'ALS_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_78' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C__CLF__CycleBlending \ +static_assert(alignof(ALS_AnimBP_C__CLF__CycleBlending) == 0x000008, "Wrong alignment on ALS_AnimBP_C__CLF__CycleBlending"); \ +static_assert(sizeof(ALS_AnimBP_C__CLF__CycleBlending) == 0x000070, "Wrong size on ALS_AnimBP_C__CLF__CycleBlending"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_F) == 0x000000, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_F' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_B) == 0x000010, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_B' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_LF) == 0x000020, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_LF' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_LB) == 0x000030, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_LB' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_RF) == 0x000040, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_RF' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, I_RB) == 0x000050, "Member 'ALS_AnimBP_C__CLF__CycleBlending::I_RB' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__CLF__CycleBlending, _CLF__CycleBlending_0) == 0x000060, "Member 'ALS_AnimBP_C__CLF__CycleBlending::_CLF__CycleBlending_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C__N__CycleBlending \ +static_assert(alignof(ALS_AnimBP_C__N__CycleBlending) == 0x000008, "Wrong alignment on ALS_AnimBP_C__N__CycleBlending"); \ +static_assert(sizeof(ALS_AnimBP_C__N__CycleBlending) == 0x000080, "Wrong size on ALS_AnimBP_C__N__CycleBlending"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, F) == 0x000000, "Member 'ALS_AnimBP_C__N__CycleBlending::F' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, B) == 0x000010, "Member 'ALS_AnimBP_C__N__CycleBlending::B' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, LF) == 0x000020, "Member 'ALS_AnimBP_C__N__CycleBlending::LF' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, LB) == 0x000030, "Member 'ALS_AnimBP_C__N__CycleBlending::LB' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, RF) == 0x000040, "Member 'ALS_AnimBP_C__N__CycleBlending::RF' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, RB) == 0x000050, "Member 'ALS_AnimBP_C__N__CycleBlending::RB' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, Sprint) == 0x000060, "Member 'ALS_AnimBP_C__N__CycleBlending::Sprint' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C__N__CycleBlending, _N__CycleBlending_0) == 0x000070, "Member 'ALS_AnimBP_C__N__CycleBlending::_N__CycleBlending_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_AimOffsetBehaviors \ +static_assert(alignof(ALS_AnimBP_C_AimOffsetBehaviors) == 0x000008, "Wrong alignment on ALS_AnimBP_C_AimOffsetBehaviors"); \ +static_assert(sizeof(ALS_AnimBP_C_AimOffsetBehaviors) == 0x000010, "Wrong size on ALS_AnimBP_C_AimOffsetBehaviors"); \ +static_assert(offsetof(ALS_AnimBP_C_AimOffsetBehaviors, AimOffsetBehaviors_0) == 0x000000, "Member 'ALS_AnimBP_C_AimOffsetBehaviors::AimOffsetBehaviors_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_AnimGraph \ +static_assert(alignof(ALS_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on ALS_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(ALS_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on ALS_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(ALS_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ALS_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_BaseLayer \ +static_assert(alignof(ALS_AnimBP_C_BaseLayer) == 0x000008, "Wrong alignment on ALS_AnimBP_C_BaseLayer"); \ +static_assert(sizeof(ALS_AnimBP_C_BaseLayer) == 0x000010, "Wrong size on ALS_AnimBP_C_BaseLayer"); \ +static_assert(offsetof(ALS_AnimBP_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ALS_AnimBP_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP \ +static_assert(alignof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP) == 0x000008, "Wrong alignment on ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP"); \ +static_assert(sizeof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP) == 0x000638, "Wrong size on ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, EntryPoint) == 0x000000, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue) == 0x000004, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_1) == 0x00000C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue) == 0x000010, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000011, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_2) == 0x000014, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000018, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_3) == 0x00001C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x000020, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_1) == 0x000021, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_1) == 0x000022, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue) == 0x000024, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue) == 0x00002C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_2) == 0x000030, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000031, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_1) == 0x000034, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_3) == 0x000039, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_1) == 0x00003C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_1) == 0x000040, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000041, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_2) == 0x000044, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_2) == 0x000048, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x00004C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x00004D, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_3) == 0x000050, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_4) == 0x000054, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue) == 0x000058, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000060, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_4) == 0x000064, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_1) == 0x000068, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_2) == 0x000071, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue) == 0x000074, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000078, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_5) == 0x000079, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_3) == 0x00007A, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_1) == 0x00007C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000080, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_4) == 0x000084, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_5) == 0x000085, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_6) == 0x000086, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_3) == 0x000088, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_4) == 0x00008C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_5) == 0x000090, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_6) == 0x000094, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_6) == 0x000098, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000099, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_7) == 0x00009C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_7) == 0x0000A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_7) == 0x0000A1, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_4) == 0x0000A4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_8) == 0x0000A8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_8) == 0x0000AC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_2) == 0x0000B0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_9) == 0x0000B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x0000BC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_3) == 0x0000C0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_10) == 0x0000C8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_4) == 0x0000CC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_9) == 0x0000CD, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_8) == 0x0000CE, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_11) == 0x0000D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_9) == 0x0000D4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_5) == 0x0000D5, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_10) == 0x0000D6, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_12) == 0x0000D8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_10) == 0x0000DC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_13) == 0x0000E0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_14) == 0x0000E4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_5) == 0x0000E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0000E9, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_11) == 0x0000EA, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_12) == 0x0000EB, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_5) == 0x0000EC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_11) == 0x0000F0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_4) == 0x0000F4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_6) == 0x0000F8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_6) == 0x0000FC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x0000FD, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_13) == 0x0000FE, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X) == 0x000100, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y) == 0x000108, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_7) == 0x000110, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000114, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_2) == 0x000115, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_14) == 0x000116, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_1) == 0x000118, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_1) == 0x000120, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000128, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_2) == 0x000130, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_2) == 0x000138, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_15) == 0x000140, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x000141, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_15) == 0x000144, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_8) == 0x000148, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_4) == 0x000150, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_3) == 0x000158, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_6) == 0x000159, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_16) == 0x00015A, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_3) == 0x000160, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_3) == 0x000168, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_17) == 0x000170, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x000171, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_18) == 0x000172, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_4) == 0x000178, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_4) == 0x000180, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_5) == 0x000188, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_4) == 0x00018C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_7) == 0x00018D, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000190, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_9) == 0x000194, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_12) == 0x000198, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_4) == 0x000199, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_5) == 0x0001A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_5) == 0x0001A8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_X_6) == 0x0001B0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BreakVector2D_Y_6) == 0x0001B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_5) == 0x0001C0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_InRange_FloatFloat_ReturnValue_6) == 0x0001C1, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_InRange_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_19) == 0x0001C2, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x0001C4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_13) == 0x0001C8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_6) == 0x0001CC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_2) == 0x0001D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_8) == 0x0001D4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_ReturnValue_5) == 0x0001D5, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_20) == 0x0001D6, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceMachineWeight_ReturnValue_3) == 0x0001D8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceMachineWeight_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x0001DC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_14) == 0x0001E0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_15) == 0x0001E1, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_7) == 0x0001E4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_2) == 0x0001E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_9) == 0x0001E9, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_8) == 0x0001EC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_10) == 0x0001F0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_21) == 0x0001F1, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_16) == 0x0001F4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x0001F8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_22) == 0x0001F9, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_17) == 0x0001FC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_16) == 0x000200, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_3) == 0x000201, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_18) == 0x000204, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_7) == 0x000208, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_19) == 0x00020C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_23) == 0x000210, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_17) == 0x000211, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_10) == 0x000214, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_9) == 0x000218, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_18) == 0x00021C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_11) == 0x00021D, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_24) == 0x00021E, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_25) == 0x00021F, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_26) == 0x000220, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams) == 0x000228, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_1) == 0x000240, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_2) == 0x000258, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_3) == 0x000270, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_4) == 0x000288, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_5) == 0x0002A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_6) == 0x0002B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_7) == 0x0002D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_8) == 0x0002E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_9) == 0x000300, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_10) == 0x000318, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_11) == 0x000330, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_12) == 0x000348, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_MakeStruct_ALSDynamicMontageParams_13) == 0x000360, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_MakeStruct_ALSDynamicMontageParams_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_4) == 0x000378, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_5) == 0x000379, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_4) == 0x00037A, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_20) == 0x00037C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3) == 0x000380, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_21) == 0x000384, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_8) == 0x000388, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_10) == 0x00038C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceCurrentStateElapsedTime_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_12) == 0x000390, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_22) == 0x000394, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4) == 0x000398, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_27) == 0x000399, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4) == 0x00039C, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_19) == 0x0003A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_13) == 0x0003A1, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_5) == 0x0003A2, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_6) == 0x0003A3, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_7) == 0x0003A4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_6) == 0x0003A5, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Not_PreBool_ReturnValue_7) == 0x0003A6, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_23) == 0x0003A8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_8) == 0x0003AC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_5) == 0x0003AD, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_24) == 0x0003B0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_9) == 0x0003B4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5) == 0x0003B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_20) == 0x0003BC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6) == 0x0003C0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_21) == 0x0003C4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_9) == 0x0003C5, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_25) == 0x0003C8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_10) == 0x0003CC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_22) == 0x0003CD, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_5) == 0x0003D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_11) == 0x0003D8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanOR_ReturnValue_12) == 0x0003D9, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_6) == 0x0003E0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_26) == 0x0003E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_ReturnValue_14) == 0x0003EC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_28) == 0x0003ED, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_27) == 0x0003F0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_23) == 0x0003F4, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetInstanceStateWeight_ReturnValue_11) == 0x0003F8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetInstanceStateWeight_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_ReturnValue_24) == 0x0003FC, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GetCurveValue_ReturnValue_28) == 0x000400, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GetCurveValue_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_ReturnValue_7) == 0x000408, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue_10) == 0x000410, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_29) == 0x000411, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_BooleanAND_ReturnValue_30) == 0x000412, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000418, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1) == 0x000420, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2) == 0x000428, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_3) == 0x000430, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000438, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000440, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000448, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000450, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_2) == 0x000458, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_3) == 0x000460, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast) == 0x000468, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_1) == 0x000470, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast) == 0x000478, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_4) == 0x000480, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_5) == 0x000488, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_4) == 0x000490, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_6) == 0x000498, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_1) == 0x0004A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_7) == 0x0004A8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_8) == 0x0004B0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_2) == 0x0004B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_3) == 0x0004C0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_9) == 0x0004C8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_5) == 0x0004D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_10) == 0x0004D8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_2) == 0x0004E0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x0004E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_11) == 0x0004F0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_6) == 0x0004F8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1) == 0x000500, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_2) == 0x000508, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_4) == 0x000510, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_3) == 0x000518, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_7) == 0x000520, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_12) == 0x000528, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_4) == 0x000530, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_13) == 0x000538, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_8) == 0x000540, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_5) == 0x000548, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_NotEqual_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_14) == 0x000550, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_15) == 0x000558, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_9) == 0x000560, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_10) == 0x000568, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1) == 0x000570, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_16) == 0x000578, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_3) == 0x000580, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_17) == 0x000588, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_18) == 0x000590, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_11) == 0x000598, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2) == 0x0005A0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_4) == 0x0005A8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_12) == 0x0005B0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_3) == 0x0005B8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_19) == 0x0005C0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_13) == 0x0005C8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_4) == 0x0005D0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Less_DoubleDouble_A_ImplicitCast_5) == 0x0005D8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Less_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_20) == 0x0005E0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_20' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_21) == 0x0005E8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_21' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_22) == 0x0005F0, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_22' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_5) == 0x0005F8, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_StructMemberSet_Alpha_ImplicitCast) == 0x000600, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_StructMemberSet_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_6) == 0x000608, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, K2Node_StructMemberSet_Alpha_ImplicitCast_1) == 0x000610, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::K2Node_StructMemberSet_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Greater_DoubleDouble_A_ImplicitCast_14) == 0x000618, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Greater_DoubleDouble_A_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_23) == 0x000620, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_23' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_24) == 0x000628, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast_24' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP, CallFunc_Abs_A_ImplicitCast_7) == 0x000630, "Member 'ALS_AnimBP_C_ExecuteUbergraph_ALS_AnimBP::CallFunc_Abs_A_ImplicitCast_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_FootIK \ +static_assert(alignof(ALS_AnimBP_C_FootIK) == 0x000008, "Wrong alignment on ALS_AnimBP_C_FootIK"); \ +static_assert(sizeof(ALS_AnimBP_C_FootIK) == 0x000020, "Wrong size on ALS_AnimBP_C_FootIK"); \ +static_assert(offsetof(ALS_AnimBP_C_FootIK, InPose) == 0x000000, "Member 'ALS_AnimBP_C_FootIK::InPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_FootIK, FootIK_0) == 0x000010, "Member 'ALS_AnimBP_C_FootIK::FootIK_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_HandIK \ +static_assert(alignof(ALS_AnimBP_C_HandIK) == 0x000008, "Wrong alignment on ALS_AnimBP_C_HandIK"); \ +static_assert(sizeof(ALS_AnimBP_C_HandIK) == 0x000020, "Wrong size on ALS_AnimBP_C_HandIK"); \ +static_assert(offsetof(ALS_AnimBP_C_HandIK, InputPose) == 0x000000, "Member 'ALS_AnimBP_C_HandIK::InputPose' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_HandIK, HandIK_0) == 0x000010, "Member 'ALS_AnimBP_C_HandIK::HandIK_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_LayerBleding \ +static_assert(alignof(ALS_AnimBP_C_LayerBleding) == 0x000008, "Wrong alignment on ALS_AnimBP_C_LayerBleding"); \ +static_assert(sizeof(ALS_AnimBP_C_LayerBleding) == 0x000030, "Wrong size on ALS_AnimBP_C_LayerBleding"); \ +static_assert(offsetof(ALS_AnimBP_C_LayerBleding, BaseLayerInput) == 0x000000, "Member 'ALS_AnimBP_C_LayerBleding::BaseLayerInput' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_LayerBleding, OverlayLayerInput) == 0x000010, "Member 'ALS_AnimBP_C_LayerBleding::OverlayLayerInput' has a wrong offset!"); \ +static_assert(offsetof(ALS_AnimBP_C_LayerBleding, LayerBleding_0) == 0x000020, "Member 'ALS_AnimBP_C_LayerBleding::LayerBleding_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALS_AnimBP_C_OverlayLayer \ +static_assert(alignof(ALS_AnimBP_C_OverlayLayer) == 0x000008, "Wrong alignment on ALS_AnimBP_C_OverlayLayer"); \ +static_assert(sizeof(ALS_AnimBP_C_OverlayLayer) == 0x000010, "Wrong size on ALS_AnimBP_C_OverlayLayer"); \ +static_assert(offsetof(ALS_AnimBP_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ALS_AnimBP_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UALS_AnimBP_C \ +static_assert(alignof(UALS_AnimBP_C) == 0x000010, "Wrong alignment on UALS_AnimBP_C"); \ +static_assert(sizeof(UALS_AnimBP_C) == 0x0178A0, "Wrong size on UALS_AnimBP_C"); \ +static_assert(offsetof(UALS_AnimBP_C, UberGraphFrame) == 0x0008C0, "Member 'UALS_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, __AnimBlueprintMutables) == 0x0008C8, "Member 'UALS_AnimBP_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x000A00, "Member 'UALS_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimBlueprintExtension_Base) == 0x000A08, "Member 'UALS_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_8) == 0x000A10, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_16) == 0x000A30, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_15) == 0x000AE8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_14) == 0x000BA0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_13) == 0x000C58, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_12) == 0x000D10, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_11) == 0x000DC8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_31) == 0x000E80, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_30) == 0x000F00, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_29) == 0x000F80, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_28) == 0x001000, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_27) == 0x001080, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_26) == 0x001100, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_156) == 0x001180, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_156' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_155) == 0x0011A8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_155' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_154) == 0x0011D0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_154' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_153) == 0x0011F8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_153' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_152) == 0x001220, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_152' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_151) == 0x001248, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_151' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_150) == 0x001270, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_150' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_149) == 0x001298, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_149' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_42) == 0x0012C0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_36) == 0x001310, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_104) == 0x001430, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_103) == 0x001458, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_102) == 0x001480, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_101) == 0x0014A8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_86) == 0x0014D0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_41) == 0x0014F0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_35) == 0x001540, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_100) == 0x001660, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_99) == 0x001688, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_98) == 0x0016B0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_97) == 0x0016D8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_85) == 0x001700, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_40) == 0x001720, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_34) == 0x001770, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_96) == 0x001890, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_95) == 0x0018B8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_94) == 0x0018E0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_93) == 0x001908, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_84) == 0x001930, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_33) == 0x001950, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_39) == 0x001A70, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_92) == 0x001AC0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_91) == 0x001AE8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_90) == 0x001B10, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_89) == 0x001B38, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_83) == 0x001B60, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_88) == 0x001B80, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_87) == 0x001BA8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_86) == 0x001BD0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_85) == 0x001BF8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_32) == 0x001C20, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_38) == 0x001D40, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_82) == 0x001D90, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_37) == 0x001DB0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_84) == 0x001E00, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_83) == 0x001E28, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_82) == 0x001E50, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_81) == 0x001E78, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_31) == 0x001EA0, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_81) == 0x001FC0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_19) == 0x001FE0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_7) == 0x0020A8, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_10) == 0x0020C8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_9) == 0x002180, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_8) == 0x002238, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_7) == 0x0022F0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_6) == 0x0023A8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_5) == 0x002460, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_4) == 0x002518, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_25) == 0x0025D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_24) == 0x002650, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_23) == 0x0026D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_22) == 0x002750, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_21) == 0x0027D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_20) == 0x002850, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_19) == 0x0028D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_6) == 0x002950, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_148) == 0x002998, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_148' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_147) == 0x0029C0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_147' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_146) == 0x0029E8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_146' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_145) == 0x002A10, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_145' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_144) == 0x002A38, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_144' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_143) == 0x002A60, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_143' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_142) == 0x002A88, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_142' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_141) == 0x002AB0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_141' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_36) == 0x002AD8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_30) == 0x002B28, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_80) == 0x002C48, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_79) == 0x002C70, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_78) == 0x002C98, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_77) == 0x002CC0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_80) == 0x002CE8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_35) == 0x002D08, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_29) == 0x002D58, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_76) == 0x002E78, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_75) == 0x002EA0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_74) == 0x002EC8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_73) == 0x002EF0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_79) == 0x002F18, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_34) == 0x002F38, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_28) == 0x002F88, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_72) == 0x0030A8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_71) == 0x0030D0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_70) == 0x0030F8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_69) == 0x003120, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_78) == 0x003148, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_33) == 0x003168, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_27) == 0x0031B8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_68) == 0x0032D8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_67) == 0x003300, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_66) == 0x003328, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_65) == 0x003350, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_77) == 0x003378, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_32) == 0x003398, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_64) == 0x0033E8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_63) == 0x003410, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_62) == 0x003438, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_61) == 0x003460, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_26) == 0x003488, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_76) == 0x0035A8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_31) == 0x0035C8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_60) == 0x003618, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_59) == 0x003640, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_58) == 0x003668, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_57) == 0x003690, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_25) == 0x0036B8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_75) == 0x0037D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_18) == 0x0037F8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_18) == 0x0038C0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_62) == 0x003940, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_56) == 0x003A08, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_55) == 0x003A30, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_54) == 0x003A58, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_6) == 0x003A80, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_140) == 0x003AA0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_140' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_139) == 0x003AC8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_139' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_138) == 0x003AF0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_138' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_137) == 0x003B18, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_137' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_136) == 0x003B40, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_136' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_135) == 0x003B68, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_135' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_134) == 0x003B90, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_134' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_133) == 0x003BB8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_133' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_132) == 0x003BE0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_132' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_131) == 0x003C08, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_131' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_130) == 0x003C30, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_130' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_129) == 0x003C58, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_129' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_128) == 0x003C80, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_128' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_127) == 0x003CA8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_127' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_126) == 0x003CD0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_126' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_125) == 0x003CF8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_125' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_124) == 0x003D20, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_124' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_123) == 0x003D48, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_123' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_122) == 0x003D70, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_122' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_121) == 0x003D98, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_121' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_120) == 0x003DC0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_120' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_119) == 0x003DE8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_119' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_118) == 0x003E10, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_118' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_117) == 0x003E38, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_117' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_116) == 0x003E60, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_116' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_115) == 0x003E88, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_115' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_6) == 0x003EB0, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_147) == 0x003EF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_147' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_24) == 0x003F38, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_146) == 0x004058, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_146' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_145) == 0x004098, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_145' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_114) == 0x0040D8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_114' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_113) == 0x004100, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_113' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_112) == 0x004128, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_112' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_111) == 0x004150, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_111' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_110) == 0x004178, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_110' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_109) == 0x0041A0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_109' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_30) == 0x0041C8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_69) == 0x004218, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_32) == 0x004260, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_144) == 0x004328, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_144' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_143) == 0x004368, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_143' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_142) == 0x0043A8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_142' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_61) == 0x0043E8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_74) == 0x0044B0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_29) == 0x0044D0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_68) == 0x004520, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_31) == 0x004568, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_141) == 0x004630, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_141' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_140) == 0x004670, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_140' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_139) == 0x0046B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_139' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_60) == 0x0046F0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_138) == 0x0047B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_138' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_17) == 0x0047F8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_137) == 0x0048C8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_137' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_16) == 0x004908, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_73) == 0x0049D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_28) == 0x0049F8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_67) == 0x004A48, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_30) == 0x004A90, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_136) == 0x004B58, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_136' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_135) == 0x004B98, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_135' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_59) == 0x004BD8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_134) == 0x004CA0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_134' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_133) == 0x004CE0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_133' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_58) == 0x004D20, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_132) == 0x004DE8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_132' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_57) == 0x004E28, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_72) == 0x004EF0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_17) == 0x004F10, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_71) == 0x004FD8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_131) == 0x004FF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_131' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_130) == 0x005038, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_130' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_129) == 0x005078, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_129' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_5) == 0x0050B8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_108) == 0x005100, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_108' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_107) == 0x005128, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_107' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_106) == 0x005150, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_106' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_105) == 0x005178, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_105' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_104) == 0x0051A0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_103) == 0x0051C8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_27) == 0x0051F0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_66) == 0x005240, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_29) == 0x005288, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_128) == 0x005350, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_128' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_127) == 0x005390, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_127' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_126) == 0x0053D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_126' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_56) == 0x005410, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_70) == 0x0054D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_26) == 0x0054F8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_65) == 0x005548, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_28) == 0x005590, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_125) == 0x005658, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_125' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_124) == 0x005698, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_124' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_123) == 0x0056D8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_123' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_55) == 0x005718, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_122) == 0x0057E0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_122' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_15) == 0x005820, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_121) == 0x0058F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_121' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_14) == 0x005930, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_69) == 0x005A00, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_25) == 0x005A20, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_64) == 0x005A70, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_27) == 0x005AB8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_120) == 0x005B80, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_120' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_54) == 0x005BC0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_119) == 0x005C88, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_119' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_118) == 0x005CC8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_118' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_117) == 0x005D08, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_117' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_53) == 0x005D48, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_68) == 0x005E10, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_16) == 0x005E30, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_67) == 0x005EF8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_4) == 0x005F18, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_116) == 0x005F60, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_116' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_115) == 0x005FA0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_115' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_114) == 0x005FE0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_114' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_102) == 0x006020, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_101) == 0x006048, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_100) == 0x006070, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_99) == 0x006098, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_98) == 0x0060C0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_97) == 0x0060E8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_24) == 0x006110, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_63) == 0x006160, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_26) == 0x0061A8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_113) == 0x006270, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_113' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_112) == 0x0062B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_112' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_111) == 0x0062F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_111' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_52) == 0x006330, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_66) == 0x0063F8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_23) == 0x006418, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_62) == 0x006468, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_25) == 0x0064B0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_110) == 0x006578, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_110' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_109) == 0x0065B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_109' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_108) == 0x0065F8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_108' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_51) == 0x006638, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_107) == 0x006700, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_107' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_13) == 0x006740, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_106) == 0x006810, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_106' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_12) == 0x006850, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_65) == 0x006920, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_22) == 0x006940, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_61) == 0x006990, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_24) == 0x0069D8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_105) == 0x006AA0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_105' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_50) == 0x006AE0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_104) == 0x006BA8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_104' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_103) == 0x006BE8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_103' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_102) == 0x006C28, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_102' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_49) == 0x006C68, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_64) == 0x006D30, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_15) == 0x006D50, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_63) == 0x006E18, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_101) == 0x006E38, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_101' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_23) == 0x006E78, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_100) == 0x006F98, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_100' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_99) == 0x006FD8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_99' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_3) == 0x007018, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_96) == 0x007060, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_95) == 0x007088, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_94) == 0x0070B0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_93) == 0x0070D8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_92) == 0x007100, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_91) == 0x007128, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_21) == 0x007150, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_60) == 0x0071A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_23) == 0x0071E8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_98) == 0x0072B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_98' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_97) == 0x0072F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_97' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_96) == 0x007330, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_96' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_48) == 0x007370, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_62) == 0x007438, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_20) == 0x007458, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_59) == 0x0074A8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_22) == 0x0074F0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_95) == 0x0075B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_95' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_94) == 0x0075F8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_94' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_93) == 0x007638, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_93' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_47) == 0x007678, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_92) == 0x007740, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_92' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_11) == 0x007780, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_91) == 0x007850, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_91' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_10) == 0x007890, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_61) == 0x007960, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_19) == 0x007980, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_18) == 0x0079D0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_90) == 0x007A20, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_46) == 0x007A60, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_89) == 0x007B28, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_45) == 0x007B68, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_58) == 0x007C30, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_21) == 0x007C78, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_88) == 0x007D40, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_87) == 0x007D80, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_57) == 0x007DC0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_56) == 0x007E08, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_55) == 0x007E50, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_44) == 0x007E98, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_43) == 0x007F60, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_86) == 0x008028, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_42) == 0x008068, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_85) == 0x008130, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_84) == 0x008170, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_83) == 0x0081B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_41) == 0x0081F0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_60) == 0x0082B8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_14) == 0x0082D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_59) == 0x0083A0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_17) == 0x0083C0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_54) == 0x008410, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_82) == 0x008458, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_81) == 0x008498, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_80) == 0x0084D8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_79) == 0x008518, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_78) == 0x008558, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_40) == 0x008598, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_39) == 0x008660, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_38) == 0x008728, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_20) == 0x0087F0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_58) == 0x0088B8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_16) == 0x0088D8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_53) == 0x008928, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_77) == 0x008970, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_76) == 0x0089B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_75) == 0x0089F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_74) == 0x008A30, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_73) == 0x008A70, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_37) == 0x008AB0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_36) == 0x008B78, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_35) == 0x008C40, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_19) == 0x008D08, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_57) == 0x008DD0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_15) == 0x008DF0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_52) == 0x008E40, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_72) == 0x008E88, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_71) == 0x008EC8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_70) == 0x008F08, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_69) == 0x008F48, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_68) == 0x008F88, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_34) == 0x008FC8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_33) == 0x009090, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_32) == 0x009158, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_18) == 0x009220, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_56) == 0x0092E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_14) == 0x009308, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_51) == 0x009358, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_67) == 0x0093A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_66) == 0x0093E0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_65) == 0x009420, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_64) == 0x009460, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_63) == 0x0094A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_31) == 0x0094E0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_30) == 0x0095A8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_29) == 0x009670, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_17) == 0x009738, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_55) == 0x009800, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_13) == 0x009820, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_50) == 0x009870, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_16) == 0x0098B8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_62) == 0x009980, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_28) == 0x0099C0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_61) == 0x009A88, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_60) == 0x009AC8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_54) == 0x009B08, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_12) == 0x009B28, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_59) == 0x009B78, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_58) == 0x009BB8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_22) == 0x009BF8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_57) == 0x009D18, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_2) == 0x009D58, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_49) == 0x009DA0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_15) == 0x009DE8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_56) == 0x009EB0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_27) == 0x009EF0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_55) == 0x009FB8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_54) == 0x009FF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_53) == 0x00A038, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_11) == 0x00A058, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_10) == 0x00A0A8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_5) == 0x00A0F8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_53) == 0x00A140, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_21) == 0x00A180, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_52) == 0x00A2A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_51) == 0x00A2E0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt_1) == 0x00A320, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_50) == 0x00A368, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_9) == 0x00A3A8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_49) == 0x00A478, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_8) == 0x00A4B8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_48) == 0x00A588, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_14) == 0x00A5D0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_48) == 0x00A698, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_47) == 0x00A6D8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_46) == 0x00A718, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_26) == 0x00A758, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_45) == 0x00A820, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_44) == 0x00A860, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_43) == 0x00A8A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_25) == 0x00A8E0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_47) == 0x00A9A8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_13) == 0x00A9F0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_52) == 0x00AAB8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_9) == 0x00AAD8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_8) == 0x00AB28, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_4) == 0x00AB78, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_42) == 0x00ABC0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_41) == 0x00AC00, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_40) == 0x00AC40, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByInt) == 0x00AC80, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_39) == 0x00ACC8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_24) == 0x00AD08, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_38) == 0x00ADD0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_37) == 0x00AE10, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_7) == 0x00AE50, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_36) == 0x00AF20, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_6) == 0x00AF60, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_46) == 0x00B030, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_12) == 0x00B078, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_35) == 0x00B140, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_34) == 0x00B180, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_33) == 0x00B1C0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_23) == 0x00B200, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_32) == 0x00B2C8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_31) == 0x00B308, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_22) == 0x00B348, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_45) == 0x00B410, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_11) == 0x00B458, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_51) == 0x00B520, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_90) == 0x00B540, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_90' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_7) == 0x00B568, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_44) == 0x00B5B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_30) == 0x00B600, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_29) == 0x00B640, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_28) == 0x00B680, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_27) == 0x00B6C0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_26) == 0x00B700, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_21) == 0x00B740, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_20) == 0x00B808, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_19) == 0x00B8D0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_10) == 0x00B998, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_50) == 0x00BA60, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_13) == 0x00BA80, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Inertialization_1) == 0x00BB50, "Member 'UALS_AnimBP_C::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_5) == 0x00BF90, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_89) == 0x00BFB0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_89' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_88) == 0x00BFD8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_88' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_87) == 0x00C000, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_87' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_86) == 0x00C028, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_86' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_85) == 0x00C050, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_85' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_84) == 0x00C078, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_84' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_83) == 0x00C0A0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_83' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_82) == 0x00C0C8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_82' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_81) == 0x00C0F0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_81' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_80) == 0x00C118, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_80' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_79) == 0x00C140, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_79' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_78) == 0x00C168, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_78' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_77) == 0x00C190, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_77' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_76) == 0x00C1B8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_76' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_75) == 0x00C1E0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_75' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_74) == 0x00C208, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_73) == 0x00C230, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_72) == 0x00C258, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_53) == 0x00C280, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_20) == 0x00C2A8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_5) == 0x00C3C8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_18) == 0x00C498, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_43) == 0x00C560, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_42) == 0x00C5A8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_49) == 0x00C5F0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_71) == 0x00C610, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_70) == 0x00C638, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_19) == 0x00C660, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_17) == 0x00C780, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_41) == 0x00C848, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_40) == 0x00C890, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_48) == 0x00C8D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_18) == 0x00C8F8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_16) == 0x00CA18, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_25) == 0x00CAE0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_24) == 0x00CB20, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_15) == 0x00CB60, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_9) == 0x00CC28, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_9) == 0x00CCF0, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_69) == 0x00CD60, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_68) == 0x00CD88, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_67) == 0x00CDB0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_66) == 0x00CDD8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_65) == 0x00CE00, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_39) == 0x00CE28, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_47) == 0x00CE70, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_38) == 0x00CE90, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_46) == 0x00CED8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_14) == 0x00CEF8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_37) == 0x00CFC0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_36) == 0x00D008, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_45) == 0x00D050, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_13) == 0x00D070, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_35) == 0x00D138, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_34) == 0x00D180, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_44) == 0x00D1C8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_43) == 0x00D1E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_12) == 0x00D208, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_42) == 0x00D2D0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_8) == 0x00D2F0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_8) == 0x00D3B8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_12) == 0x00D428, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_23) == 0x00D4F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_22) == 0x00D530, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_11) == 0x00D570, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_17) == 0x00D638, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_10) == 0x00D758, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_33) == 0x00D820, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_32) == 0x00D868, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_31) == 0x00D8B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_9) == 0x00D8F8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_41) == 0x00D9C0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_52) == 0x00D9E0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_16) == 0x00DA08, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_40) == 0x00DB28, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_11) == 0x00DB48, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_64) == 0x00DC10, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_63) == 0x00DC38, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_62) == 0x00DC60, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_61) == 0x00DC88, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_60) == 0x00DCB0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_59) == 0x00DCD8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_58) == 0x00DD00, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_57) == 0x00DD28, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_56) == 0x00DD50, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_55) == 0x00DD78, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_54) == 0x00DDA0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_53) == 0x00DDC8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_52) == 0x00DDF0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_51) == 0x00DE18, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_15) == 0x00DE40, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_21) == 0x00DF60, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_39) == 0x00DFA0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_50) == 0x00DFC0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_49) == 0x00DFE8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_30) == 0x00E010, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_38) == 0x00E058, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_29) == 0x00E078, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_37) == 0x00E0C0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_51) == 0x00E0E0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_51' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_14) == 0x00E108, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_36) == 0x00E228, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_50) == 0x00E248, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_50' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_13) == 0x00E270, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_35) == 0x00E390, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_34) == 0x00E3B0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_10) == 0x00E3D0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_7) == 0x00E498, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_6) == 0x00E508, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_5) == 0x00E578, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_4) == 0x00E5E8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_3) == 0x00E658, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_2) == 0x00E6C8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer_1) == 0x00E738, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_7) == 0x00E7A8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x00E870, "Member 'UALS_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LocalToComponentSpace_4) == 0x00E890, "Member 'UALS_AnimBP_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_12) == 0x00E8B0, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_8) == 0x00E9D8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_28) == 0x00EAA0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_27) == 0x00EAE8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_7) == 0x00EB30, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_33) == 0x00EBF8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_9) == 0x00EC18, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_48) == 0x00ECE0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_47) == 0x00ED08, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_46) == 0x00ED30, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_45) == 0x00ED58, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_44) == 0x00ED80, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_43) == 0x00EDA8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_42) == 0x00EDD0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_41) == 0x00EDF8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_40) == 0x00EE20, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_39) == 0x00EE48, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_38) == 0x00EE70, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_37) == 0x00EE98, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_6) == 0x00EEC0, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_49) == 0x00EF10, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_49' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_26) == 0x00EF38, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_25) == 0x00EF80, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_24) == 0x00EFC8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_23) == 0x00F010, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_6) == 0x00F058, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_32) == 0x00F120, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_36) == 0x00F140, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_5) == 0x00F168, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_48) == 0x00F1B8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_48' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_22) == 0x00F1E0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_21) == 0x00F228, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_20) == 0x00F270, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_19) == 0x00F2B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_5) == 0x00F300, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_31) == 0x00F3C8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_4) == 0x00F3E8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_47) == 0x00F438, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_47' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_18) == 0x00F460, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_17) == 0x00F4A8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_16) == 0x00F4F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_15) == 0x00F538, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_4) == 0x00F580, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_30) == 0x00F648, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_46) == 0x00F668, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_46' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_29) == 0x00F690, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_45) == 0x00F6B0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_45' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_28) == 0x00F6D8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_3) == 0x00F6F8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_44) == 0x00F748, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_44' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_14) == 0x00F770, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_13) == 0x00F7B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_12) == 0x00F800, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_11) == 0x00F848, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_3) == 0x00F890, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_27) == 0x00F958, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_8) == 0x00F978, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_6) == 0x00FA40, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x00FB08, "Member 'UALS_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LocalToComponentSpace_3) == 0x00FB28, "Member 'UALS_AnimBP_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_11) == 0x00FB48, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_10) == 0x00FC70, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_20) == 0x00FCB8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_7) == 0x00FCF8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_9) == 0x00FDC0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_8) == 0x00FE08, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_7) == 0x00FE50, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_6) == 0x00FE98, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_5) == 0x00FEE0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpacePlayer) == 0x00FF28, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_2) == 0x00FF98, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_26) == 0x010060, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_7) == 0x010080, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_35) == 0x010148, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_34) == 0x010170, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_33) == 0x010198, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_32) == 0x0101C0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_31) == 0x0101E8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_30) == 0x010210, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_29) == 0x010238, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_28) == 0x010260, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_43) == 0x010288, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_43' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_19) == 0x0102B0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_18) == 0x0102F0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_12) == 0x010330, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_12) == 0x010420, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_25) == 0x010540, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_4) == 0x010560, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_11) == 0x0105A8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_24) == 0x0106C8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_3) == 0x0106E8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_10) == 0x010730, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_23) == 0x010850, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_42) == 0x010870, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_42' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_22) == 0x010898, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_9) == 0x0108B8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_10) == 0x0109D8, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_8) == 0x010A20, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_17) == 0x010B40, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_21) == 0x010B80, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_6) == 0x010BA0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_9) == 0x010C68, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_8) == 0x010CB0, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_17) == 0x010CF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_16) == 0x010D78, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Inertialization) == 0x010E00, "Member 'UALS_AnimBP_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_27) == 0x011240, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_26) == 0x011268, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_25) == 0x011290, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_24) == 0x0112B8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_23) == 0x0112E0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_22) == 0x011308, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_21) == 0x011330, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_20) == 0x011358, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_2) == 0x011380, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_7) == 0x0113C8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_20) == 0x0114E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer_1) == 0x011508, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_6) == 0x011550, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_19) == 0x011670, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_19) == 0x011690, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_18) == 0x0116B8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_17) == 0x0116E0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_16) == 0x011708, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_2) == 0x011730, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_3) == 0x011780, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_2) == 0x0117C8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_41) == 0x011810, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_41' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_16) == 0x011838, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_15) == 0x011878, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_14) == 0x0118B8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_13) == 0x0118F8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_12) == 0x011938, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_11) == 0x011978, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_11) == 0x0119B8, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_5) == 0x011AA8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_18) == 0x011BC8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend_1) == 0x011BE8, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum_1) == 0x011C38, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByEnum) == 0x011C80, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_40) == 0x011CC8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_40' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_10) == 0x011CF0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_9) == 0x011D30, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_8) == 0x011D70, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_7) == 0x011DB0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_6) == 0x011DF0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_5) == 0x011E30, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_10) == 0x011E70, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_4) == 0x011F60, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_17) == 0x012080, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_3) == 0x0120A0, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_39) == 0x0121C0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_39' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_16) == 0x0121E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_2) == 0x012208, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_38) == 0x012328, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_38' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_15) == 0x012350, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_15) == 0x012370, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_14) == 0x012398, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_37) == 0x0123C0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_37' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_14) == 0x0123E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_5) == 0x012408, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_13) == 0x0124D0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_36) == 0x0124F0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_36' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_12) == 0x012518, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_4) == 0x012538, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve_1) == 0x012578, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_7) == 0x012698, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyCurve) == 0x0126E0, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_11) == 0x012800, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_4) == 0x012820, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_15) == 0x0128E8, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_14) == 0x012968, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_13) == 0x0129E8, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_12) == 0x012A68, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_4) == 0x012AE8, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_3) == 0x012B08, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_2) == 0x012BC0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_11) == 0x012C78, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_10) == 0x012CF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_9) == 0x012D78, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_3) == 0x012DF8, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MakeDynamicAdditive_1) == 0x012E38, "Member 'UALS_AnimBP_C::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MakeDynamicAdditive) == 0x012E70, "Member 'UALS_AnimBP_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_8) == 0x012EA8, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_7) == 0x012F28, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_35) == 0x012FA8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_35' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_34) == 0x012FD0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_34' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_33) == 0x012FF8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_32) == 0x013020, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_2) == 0x013048, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_MultiWayBlend) == 0x013088, "Member 'UALS_AnimBP_C::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_9) == 0x0130D8, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_31) == 0x0131C8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_30) == 0x0131F0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_29) == 0x013218, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_28) == 0x013240, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive_1) == 0x013268, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_4) == 0x013330, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_6) == 0x013400, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_6) == 0x0134C8, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_6) == 0x013510, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_27) == 0x013590, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_26) == 0x0135B8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_25) == 0x0135E0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x013608, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_5) == 0x0136D8, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_5) == 0x0137A0, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_24) == 0x0137E8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_23) == 0x013810, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_22) == 0x013838, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x013860, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_4) == 0x013930, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_4) == 0x0139F8, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_21) == 0x013A40, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_20) == 0x013A68, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_19) == 0x013A90, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x013AB8, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_3) == 0x013B88, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_3) == 0x013C50, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_18) == 0x013C98, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_17) == 0x013CC0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_16) == 0x013CE8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_2) == 0x013D10, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_2) == 0x013DD8, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_15) == 0x013E20, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_14) == 0x013E48, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend_1) == 0x013E70, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot_1) == 0x013F38, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_13) == 0x013F80, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_12) == 0x013FA8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_5) == 0x013FD0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_4) == 0x014050, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_3) == 0x0140D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_2) == 0x014150, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose_1) == 0x0141D0, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyAdditive) == 0x014250, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_11) == 0x014318, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_10) == 0x014340, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Slot) == 0x014368, "Member 'UALS_AnimBP_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_8) == 0x0143B0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_9) == 0x0144A0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_8) == 0x0144C8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_7) == 0x0144F0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_6) == 0x0145E0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_5) == 0x0146D0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_7) == 0x0147C0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_4) == 0x0147E8, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_3) == 0x0148D8, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_6) == 0x0149C8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_2) == 0x0149F0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend_1) == 0x014AE0, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_5) == 0x014BD0, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LayeredBoneBlend) == 0x014BF8, "Member 'UALS_AnimBP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_4) == 0x014CE8, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_3) == 0x014D10, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_2) == 0x014D38, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_3) == 0x014D60, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_13) == 0x014D80, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_12) == 0x014DA8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_11) == 0x014DD0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_10) == 0x014DF8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_9) == 0x014E20, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_8) == 0x014E48, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_7) == 0x014E70, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_6) == 0x014E98, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_5) == 0x014EC0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_4) == 0x014EE8, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_4) == 0x014F10, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_10) == 0x014F88, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_3) == 0x014FA8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_9) == 0x015020, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_2) == 0x015040, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_8) == 0x0150B8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator_1) == 0x0150D8, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_7) == 0x015150, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendSpaceEvaluator) == 0x015170, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendSpaceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_6) == 0x0151E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_3) == 0x015208, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_5) == 0x0152D0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_3) == 0x0152F0, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_2) == 0x015318, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator_1) == 0x015340, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_4) == 0x015380, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequenceEvaluator) == 0x0153A0, "Member 'UALS_AnimBP_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_3) == 0x0153E0, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_2) == 0x015400, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_2) == 0x0154C8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine_1) == 0x0154E8, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_2) == 0x0155B0, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose_1) == 0x0155D0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LocalToComponentSpace_2) == 0x015688, "Member 'UALS_AnimBP_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoBoneIK_3) == 0x0156B0, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoBoneIK_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoBoneIK_2) == 0x015930, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoBoneIK_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x015BB0, "Member 'UALS_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root_1) == 0x015BD0, "Member 'UALS_AnimBP_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedInputPose) == 0x015BF0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LocalToComponentSpace_1) == 0x015CA8, "Member 'UALS_AnimBP_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x015CC8, "Member 'UALS_AnimBP_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_10) == 0x015CE8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_10' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_9) == 0x015E10, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_9' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoBoneIK_1) == 0x015F40, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_8) == 0x0161C0, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_8' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_7) == 0x0162E8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_7' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_6) == 0x016410, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_5) == 0x016538, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_4) == 0x016660, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoBoneIK) == 0x016790, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_Root) == 0x016A10, "Member 'UALS_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult_1) == 0x016A30, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TransitionResult) == 0x016A58, "Member 'UALS_AnimBP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_PoseSnapshot) == 0x016A80, "Member 'UALS_AnimBP_C::AnimGraphNode_PoseSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult_1) == 0x016B10, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SequencePlayer) == 0x016B30, "Member 'UALS_AnimBP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateResult) == 0x016B78, "Member 'UALS_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_StateMachine) == 0x016B98, "Member 'UALS_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_BlendListByBool) == 0x016C60, "Member 'UALS_AnimBP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_5) == 0x016CA8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_4) == 0x016D70, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_3) == 0x016E38, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_2) == 0x016F00, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer_1) == 0x016FC8, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_TwoWayBlend) == 0x017090, "Member 'UALS_AnimBP_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_SaveCachedPose) == 0x017158, "Member 'UALS_AnimBP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_3) == 0x0171D8, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_2) == 0x017300, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone_1) == 0x017428, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ModifyBone) == 0x017550, "Member 'UALS_AnimBP_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose_1) == 0x017678, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LocalToComponentSpace) == 0x0176A0, "Member 'UALS_AnimBP_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ComponentToLocalSpace) == 0x0176C0, "Member 'UALS_AnimBP_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x0176E0, "Member 'UALS_AnimBP_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_LinkedAnimLayer) == 0x0177B0, "Member 'UALS_AnimBP_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UALS_AnimBP_C, AnimGraphNode_UseCachedPose) == 0x017878, "Member 'UALS_AnimBP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnActorEndOverlap \ +static_assert(alignof(DebugComponent_C_OnActorEndOverlap) == 0x000008, "Wrong alignment on DebugComponent_C_OnActorEndOverlap"); \ +static_assert(sizeof(DebugComponent_C_OnActorEndOverlap) == 0x000018, "Wrong size on DebugComponent_C_OnActorEndOverlap"); \ +static_assert(offsetof(DebugComponent_C_OnActorEndOverlap, OverlappedActor) == 0x000000, "Member 'DebugComponent_C_OnActorEndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorEndOverlap, OtherActor) == 0x000008, "Member 'DebugComponent_C_OnActorEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorEndOverlap, CallFunc_Array_RemoveItem_ReturnValue) == 0x000010, "Member 'DebugComponent_C_OnActorEndOverlap::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnActorBeginOverlap \ +static_assert(alignof(DebugComponent_C_OnActorBeginOverlap) == 0x000008, "Wrong alignment on DebugComponent_C_OnActorBeginOverlap"); \ +static_assert(sizeof(DebugComponent_C_OnActorBeginOverlap) == 0x000018, "Wrong size on DebugComponent_C_OnActorBeginOverlap"); \ +static_assert(offsetof(DebugComponent_C_OnActorBeginOverlap, OverlappedActor) == 0x000000, "Member 'DebugComponent_C_OnActorBeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorBeginOverlap, OtherActor) == 0x000008, "Member 'DebugComponent_C_OnActorBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorBeginOverlap, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'DebugComponent_C_OnActorBeginOverlap::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnActorHitReceived \ +static_assert(alignof(DebugComponent_C_OnActorHitReceived) == 0x000008, "Wrong alignment on DebugComponent_C_OnActorHitReceived"); \ +static_assert(sizeof(DebugComponent_C_OnActorHitReceived) == 0x000128, "Wrong size on DebugComponent_C_OnActorHitReceived"); \ +static_assert(offsetof(DebugComponent_C_OnActorHitReceived, SelfActor) == 0x000000, "Member 'DebugComponent_C_OnActorHitReceived::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorHitReceived, OtherActor) == 0x000008, "Member 'DebugComponent_C_OnActorHitReceived::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorHitReceived, NormalImpulse) == 0x000010, "Member 'DebugComponent_C_OnActorHitReceived::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorHitReceived, Hit) == 0x000028, "Member 'DebugComponent_C_OnActorHitReceived::Hit' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnActorHitReceived, CallFunc_Array_AddUnique_ReturnValue) == 0x000120, "Member 'DebugComponent_C_OnActorHitReceived::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnSetDynamicMaterials \ +static_assert(alignof(DebugComponent_C_OnSetDynamicMaterials) == 0x000008, "Wrong alignment on DebugComponent_C_OnSetDynamicMaterials"); \ +static_assert(sizeof(DebugComponent_C_OnSetDynamicMaterials) == 0x0000F0, "Wrong size on DebugComponent_C_OnSetDynamicMaterials"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetSkeletalMesh_DEPRECATED_ReturnValue) == 0x000008, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetSkeletalMesh_DEPRECATED_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_IsMeshValid_Valid_) == 0x000010, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_IsMeshValid_Valid_' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue) == 0x000014, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_1) == 0x000020, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000028, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_2) == 0x000030, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000038, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_3) == 0x000040, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000048, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_4) == 0x000050, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000058, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_5) == 0x000060, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_5) == 0x000068, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_6) == 0x000070, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_6) == 0x000078, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_7) == 0x000080, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_7) == 0x000088, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_8) == 0x000090, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_8) == 0x000098, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_9) == 0x0000A0, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_9) == 0x0000A8, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_10) == 0x0000B0, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_10) == 0x0000B8, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_11) == 0x0000C0, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_11) == 0x0000C8, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_12) == 0x0000D0, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_12) == 0x0000D8, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_GetMaterialIndex_ReturnValue_13) == 0x0000E0, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_GetMaterialIndex_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetDynamicMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_13) == 0x0000E8, "Member 'DebugComponent_C_OnSetDynamicMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_13' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnSetResetColors \ +static_assert(alignof(DebugComponent_C_OnSetResetColors) == 0x000001, "Wrong alignment on DebugComponent_C_OnSetResetColors"); \ +static_assert(sizeof(DebugComponent_C_OnSetResetColors) == 0x000003, "Wrong size on DebugComponent_C_OnSetResetColors"); \ +static_assert(offsetof(DebugComponent_C_OnSetResetColors, CallFunc_IsMaterialValid_Valid_) == 0x000000, "Member 'DebugComponent_C_OnSetResetColors::CallFunc_IsMaterialValid_Valid_' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetResetColors, K2Node_SwitchInteger_CmpSuccess) == 0x000001, "Member 'DebugComponent_C_OnSetResetColors::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnSetResetColors, K2Node_SwitchInteger_CmpSuccess_1) == 0x000002, "Member 'DebugComponent_C_OnSetResetColors::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnUpdateColoringSystem \ +static_assert(alignof(DebugComponent_C_OnUpdateColoringSystem) == 0x000004, "Wrong alignment on DebugComponent_C_OnUpdateColoringSystem"); \ +static_assert(sizeof(DebugComponent_C_OnUpdateColoringSystem) == 0x00013C, "Wrong size on DebugComponent_C_OnUpdateColoringSystem"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue) == 0x000000, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_1) == 0x000004, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_2) == 0x000008, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_3) == 0x00000C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_4) == 0x000010, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_5) == 0x000014, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_6) == 0x000018, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_7) == 0x00001C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_8) == 0x000020, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_9) == 0x000024, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_10) == 0x000028, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_K2_GetVectorParameterValue_ReturnValue) == 0x00002C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_K2_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_K2_GetVectorParameterValue_ReturnValue_1) == 0x00003C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_K2_GetVectorParameterValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue) == 0x00004C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_1) == 0x00005C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_2) == 0x00006C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_11) == 0x00007C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_3) == 0x000080, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_12) == 0x000090, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_4) == 0x000094, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_5) == 0x0000A4, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_6) == 0x0000B4, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_GetAnimCurveValue_ReturnValue_13) == 0x0000C4, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_GetAnimCurveValue_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_7) == 0x0000C8, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_IsMaterialValid_Valid_) == 0x0000D8, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_IsMaterialValid_Valid_' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_8) == 0x0000DC, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_9) == 0x0000EC, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_10) == 0x0000FC, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_11) == 0x00010C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_12) == 0x00011C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnUpdateColoringSystem, CallFunc_LinearColorLerp_ReturnValue_13) == 0x00012C, "Member 'DebugComponent_C_OnUpdateColoringSystem::CallFunc_LinearColorLerp_ReturnValue_13' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnDrawDebugSpheres \ +static_assert(alignof(DebugComponent_C_OnDrawDebugSpheres) == 0x000008, "Wrong alignment on DebugComponent_C_OnDrawDebugSpheres"); \ +static_assert(sizeof(DebugComponent_C_OnDrawDebugSpheres) == 0x0003A8, "Wrong size on DebugComponent_C_OnDrawDebugSpheres"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetControlRotation_ReturnValue) == 0x000000, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000030, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000048, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Vector_NormalUnsafe_ReturnValue) == 0x000060, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Vector_NormalUnsafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000078, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetScaledCapsuleRadius_ReturnValue) == 0x00007C, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetScaledCapsuleRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetSocketLocation_ReturnValue) == 0x000080, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Conv_RotatorToVector_ReturnValue_1) == 0x000098, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Conv_RotatorToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetMaxAcceleration_ReturnValue) == 0x0000B0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetMaxAcceleration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Vector_NormalUnsafe_ReturnValue_1) == 0x0000B8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Vector_NormalUnsafe_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetCurrentAcceleration_ReturnValue) == 0x0000D0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetCurrentAcceleration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_VSize_ReturnValue) == 0x000100, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000108, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000110, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_SelectColor_ReturnValue) == 0x000118, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MapRangeClamped_ReturnValue) == 0x000128, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000130, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Conv_RotatorToVector_ReturnValue_2) == 0x000148, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Conv_RotatorToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_SelectVector_ReturnValue) == 0x000160, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_1) == 0x000178, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Vector_NormalUnsafe_ReturnValue_2) == 0x000180, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Vector_NormalUnsafe_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000198, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001A0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MakeVector_ReturnValue) == 0x0001B8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001D0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001E8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Add_VectorVector_ReturnValue) == 0x000200, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_2) == 0x000218, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000220, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MakeVector_ReturnValue_1) == 0x000228, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000240, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Conv_RotatorToVector_ReturnValue_3) == 0x000258, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Conv_RotatorToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000270, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetVelocity_ReturnValue) == 0x000288, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002A0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_VSize_ReturnValue_1) == 0x0002B8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x0002C0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0002C8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_SelectColor_ReturnValue_1) == 0x0002D0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_SelectVector_ReturnValue_1) == 0x0002E0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Vector_NormalUnsafe_ReturnValue_3) == 0x0002F8, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Vector_NormalUnsafe_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_3) == 0x000310, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000318, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MakeVector_ReturnValue_2) == 0x000330, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_IsDedicatedServer_ReturnValue) == 0x000348, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000350, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000368, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000380, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000388, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1) == 0x000390, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MapRangeClamped_InRangeB_ImplicitCast) == 0x000398, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MapRangeClamped_InRangeB_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_OnDrawDebugSpheres, CallFunc_MakeVector_Z_ImplicitCast) == 0x0003A0, "Member 'DebugComponent_C_OnDrawDebugSpheres::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OpenOverlayMenu \ +static_assert(alignof(DebugComponent_C_OpenOverlayMenu) == 0x000001, "Wrong alignment on DebugComponent_C_OpenOverlayMenu"); \ +static_assert(sizeof(DebugComponent_C_OpenOverlayMenu) == 0x000001, "Wrong size on DebugComponent_C_OpenOverlayMenu"); \ +static_assert(offsetof(DebugComponent_C_OpenOverlayMenu, bValue) == 0x000000, "Member 'DebugComponent_C_OpenOverlayMenu::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OverlayMenuCycle \ +static_assert(alignof(DebugComponent_C_OverlayMenuCycle) == 0x000001, "Wrong alignment on DebugComponent_C_OverlayMenuCycle"); \ +static_assert(sizeof(DebugComponent_C_OverlayMenuCycle) == 0x000001, "Wrong size on DebugComponent_C_OverlayMenuCycle"); \ +static_assert(offsetof(DebugComponent_C_OverlayMenuCycle, bValue) == 0x000000, "Member 'DebugComponent_C_OverlayMenuCycle::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_OnPlayerControllerInitialized \ +static_assert(alignof(DebugComponent_C_OnPlayerControllerInitialized) == 0x000008, "Wrong alignment on DebugComponent_C_OnPlayerControllerInitialized"); \ +static_assert(sizeof(DebugComponent_C_OnPlayerControllerInitialized) == 0x000008, "Wrong size on DebugComponent_C_OnPlayerControllerInitialized"); \ +static_assert(offsetof(DebugComponent_C_OnPlayerControllerInitialized, Controller) == 0x000000, "Member 'DebugComponent_C_OnPlayerControllerInitialized::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_ReceiveTick \ +static_assert(alignof(DebugComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on DebugComponent_C_ReceiveTick"); \ +static_assert(sizeof(DebugComponent_C_ReceiveTick) == 0x000004, "Wrong size on DebugComponent_C_ReceiveTick"); \ +static_assert(offsetof(DebugComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DebugComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_ExecuteUbergraph_DebugComponent \ +static_assert(alignof(DebugComponent_C_ExecuteUbergraph_DebugComponent) == 0x000008, "Wrong alignment on DebugComponent_C_ExecuteUbergraph_DebugComponent"); \ +static_assert(sizeof(DebugComponent_C_ExecuteUbergraph_DebugComponent) == 0x0000A0, "Wrong size on DebugComponent_C_ExecuteUbergraph_DebugComponent"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, EntryPoint) == 0x000000, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_Event_bValue_1) == 0x000005, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_Event_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_Event_bValue) == 0x00000C, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_Event_bValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_Event_Controller) == 0x000020, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_DynamicCast_AsALS_Player_Controller) == 0x000028, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_DynamicCast_AsALS_Player_Controller' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Create_ReturnValue) == 0x000038, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000058, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_GetBoolCVar_ReturnValue) == 0x000068, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000071, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, Temp_int_Array_Index_Variable) == 0x000074, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, CallFunc_Array_Get_Item) == 0x000078, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000080, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_ExecuteUbergraph_DebugComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000090, "Member 'DebugComponent_C_ExecuteUbergraph_DebugComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_IsMaterialValid \ +static_assert(alignof(DebugComponent_C_IsMaterialValid) == 0x000001, "Wrong alignment on DebugComponent_C_IsMaterialValid"); \ +static_assert(sizeof(DebugComponent_C_IsMaterialValid) == 0x000002, "Wrong size on DebugComponent_C_IsMaterialValid"); \ +static_assert(offsetof(DebugComponent_C_IsMaterialValid, Valid_) == 0x000000, "Member 'DebugComponent_C_IsMaterialValid::Valid_' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_IsMaterialValid, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'DebugComponent_C_IsMaterialValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugComponent_C_IsMeshValid \ +static_assert(alignof(DebugComponent_C_IsMeshValid) == 0x000008, "Wrong alignment on DebugComponent_C_IsMeshValid"); \ +static_assert(sizeof(DebugComponent_C_IsMeshValid) == 0x000010, "Wrong size on DebugComponent_C_IsMeshValid"); \ +static_assert(offsetof(DebugComponent_C_IsMeshValid, SkeletalMesh) == 0x000000, "Member 'DebugComponent_C_IsMeshValid::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_IsMeshValid, Valid_) == 0x000008, "Member 'DebugComponent_C_IsMeshValid::Valid_' has a wrong offset!"); \ +static_assert(offsetof(DebugComponent_C_IsMeshValid, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'DebugComponent_C_IsMeshValid::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugComponent_C \ +static_assert(alignof(UDebugComponent_C) == 0x000008, "Wrong alignment on UDebugComponent_C"); \ +static_assert(sizeof(UDebugComponent_C) == 0x000250, "Wrong size on UDebugComponent_C"); \ +static_assert(offsetof(UDebugComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UDebugComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, AdditiveAmount_Color) == 0x0000F0, "Member 'UDebugComponent_C::AdditiveAmount_Color' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, OverlayLayerColor) == 0x000100, "Member 'UDebugComponent_C::OverlayLayerColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, BaseLayerColor) == 0x000110, "Member 'UDebugComponent_C::BaseLayerColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, HandIK_Color) == 0x000120, "Member 'UDebugComponent_C::HandIK_Color' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Hand_Color) == 0x000130, "Member 'UDebugComponent_C::Hand_Color' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Pelvis) == 0x000140, "Member 'UDebugComponent_C::Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Shoulder_L) == 0x000148, "Member 'UDebugComponent_C::Shoulder_L' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, upperarm_l) == 0x000150, "Member 'UDebugComponent_C::upperarm_l' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, lowerarm_l) == 0x000158, "Member 'UDebugComponent_C::lowerarm_l' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, lowerarm_r) == 0x000160, "Member 'UDebugComponent_C::lowerarm_r' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Shoulder_R) == 0x000168, "Member 'UDebugComponent_C::Shoulder_R' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, upperarm_r) == 0x000170, "Member 'UDebugComponent_C::upperarm_r' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Hand_R) == 0x000178, "Member 'UDebugComponent_C::Hand_R' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Hand_L) == 0x000180, "Member 'UDebugComponent_C::Hand_L' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, LowerLegs) == 0x000188, "Member 'UDebugComponent_C::LowerLegs' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, UpperLegs) == 0x000190, "Member 'UDebugComponent_C::UpperLegs' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Feet) == 0x000198, "Member 'UDebugComponent_C::Feet' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Head) == 0x0001A0, "Member 'UDebugComponent_C::Head' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Torso) == 0x0001A8, "Member 'UDebugComponent_C::Torso' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, SolidColor) == 0x0001B0, "Member 'UDebugComponent_C::SolidColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, SkinColor) == 0x0001B4, "Member 'UDebugComponent_C::SkinColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, DefaultColor) == 0x0001C4, "Member 'UDebugComponent_C::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, PantsType) == 0x0001D4, "Member 'UDebugComponent_C::PantsType' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Shoes) == 0x0001D8, "Member 'UDebugComponent_C::Shoes' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, Gloves) == 0x0001D9, "Member 'UDebugComponent_C::Gloves' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, GlovesColor) == 0x0001DC, "Member 'UDebugComponent_C::GlovesColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, ShoesColor) == 0x0001EC, "Member 'UDebugComponent_C::ShoesColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, PantsColor) == 0x0001FC, "Member 'UDebugComponent_C::PantsColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, ShirtColor) == 0x00020C, "Member 'UDebugComponent_C::ShirtColor' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, ShirtType) == 0x00021C, "Member 'UDebugComponent_C::ShirtType' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, OverlaySwitcher) == 0x000220, "Member 'UDebugComponent_C::OverlaySwitcher' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, OverlayMenuOpen) == 0x000228, "Member 'UDebugComponent_C::OverlayMenuOpen' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, DEBUG_CurrentlyCollidingActors) == 0x000230, "Member 'UDebugComponent_C::DEBUG_CurrentlyCollidingActors' has a wrong offset!"); \ +static_assert(offsetof(UDebugComponent_C, DEBUG_CurrentlyOverlappingActors) == 0x000240, "Member 'UDebugComponent_C::DEBUG_CurrentlyOverlappingActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Interaction_SerializableComponent_C_CheckForErrors \ +static_assert(alignof(BP_Interaction_SerializableComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Interaction_SerializableComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_Interaction_SerializableComponent_C_CheckForErrors) == 0x0000C8, "Wrong size on BP_Interaction_SerializableComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_DoesImplementInterface_ReturnValue) == 0x000020, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'BP_Interaction_SerializableComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent \ +static_assert(alignof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent) == 0x000008, "Wrong alignment on BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent"); \ +static_assert(sizeof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent) == 0x000028, "Wrong size on BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent, EntryPoint) == 0x000000, "Member 'BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent, CallFunc_ReadState_State) == 0x000004, "Member 'BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent, K2Node_DynamicCast_AsBPI_Interaction) == 0x000010, "Member 'BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent::K2Node_DynamicCast_AsBPI_Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Interaction_SerializableComponent_C_ExecuteUbergraph_BP_Interaction_SerializableComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Interaction_SerializableComponent_C_ReadState \ +static_assert(alignof(BP_Interaction_SerializableComponent_C_ReadState) == 0x000008, "Wrong alignment on BP_Interaction_SerializableComponent_C_ReadState"); \ +static_assert(sizeof(BP_Interaction_SerializableComponent_C_ReadState) == 0x000030, "Wrong size on BP_Interaction_SerializableComponent_C_ReadState"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, State) == 0x000000, "Member 'BP_Interaction_SerializableComponent_C_ReadState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000004, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_GetGlobalObjectID_ObjectID_1) == 0x00000C, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_GetGlobalObjectID_ObjectID_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_GetGameInstance_ReturnValue) == 0x000018, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000020, "Member 'BP_Interaction_SerializableComponent_C_ReadState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_Interaction_SerializableComponent_C_ReadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_Map_Find_Value) == 0x000029, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_Map_Find_ReturnValue) == 0x00002A, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_Map_Find_Value_1) == 0x00002B, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_ReadState, CallFunc_Map_Find_ReturnValue_1) == 0x00002C, "Member 'BP_Interaction_SerializableComponent_C_ReadState::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Interaction_SerializableComponent_C_SaveState \ +static_assert(alignof(BP_Interaction_SerializableComponent_C_SaveState) == 0x000008, "Wrong alignment on BP_Interaction_SerializableComponent_C_SaveState"); \ +static_assert(sizeof(BP_Interaction_SerializableComponent_C_SaveState) == 0x000048, "Wrong size on BP_Interaction_SerializableComponent_C_SaveState"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000000, "Member 'BP_Interaction_SerializableComponent_C_SaveState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_Interaction_SerializableComponent_C_SaveState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, K2Node_DynamicCast_AsBPI_Interaction) == 0x000010, "Member 'BP_Interaction_SerializableComponent_C_SaveState::K2Node_DynamicCast_AsBPI_Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Interaction_SerializableComponent_C_SaveState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, CallFunc_GetGlobalObjectID_ObjectID_1) == 0x000024, "Member 'BP_Interaction_SerializableComponent_C_SaveState::CallFunc_GetGlobalObjectID_ObjectID_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, CallFunc_IsInteractionDone_Done) == 0x00002C, "Member 'BP_Interaction_SerializableComponent_C_SaveState::CallFunc_IsInteractionDone_Done' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, CallFunc_GetGameInstance_ReturnValue) == 0x000030, "Member 'BP_Interaction_SerializableComponent_C_SaveState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000038, "Member 'BP_Interaction_SerializableComponent_C_SaveState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_Interaction_SerializableComponent_C_SaveState, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_Interaction_SerializableComponent_C_SaveState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Interaction_SerializableComponent_C \ +static_assert(alignof(UBP_Interaction_SerializableComponent_C) == 0x000008, "Wrong alignment on UBP_Interaction_SerializableComponent_C"); \ +static_assert(sizeof(UBP_Interaction_SerializableComponent_C) == 0x0000C0, "Wrong size on UBP_Interaction_SerializableComponent_C"); \ +static_assert(offsetof(UBP_Interaction_SerializableComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_Interaction_SerializableComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Interaction_SerializableComponent_C, IsTransient) == 0x0000B8, "Member 'UBP_Interaction_SerializableComponent_C::IsTransient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait \ +static_assert(alignof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait) == 0x000008, "Wrong alignment on BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait"); \ +static_assert(sizeof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait) == 0x000040, "Wrong size on BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, EntryPoint) == 0x000000, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_Event_OwnerController_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_Event_OwnerController) == 0x000020, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000030, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTService_UpdateDesiredGait_C_ExecuteUbergraph_BTService_UpdateDesiredGait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateDesiredGait_C_ReceiveActivationAI \ +static_assert(alignof(BTService_UpdateDesiredGait_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_UpdateDesiredGait_C_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_UpdateDesiredGait_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_UpdateDesiredGait_C_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_UpdateDesiredGait_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateDesiredGait_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateDesiredGait_C_ReceiveTickAI \ +static_assert(alignof(BTService_UpdateDesiredGait_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_UpdateDesiredGait_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_UpdateDesiredGait_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_UpdateDesiredGait_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_UpdateDesiredGait_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_UpdateDesiredGait_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_UpdateDesiredGait_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_UpdateDesiredGait_C_UpdateMovementGait \ +static_assert(alignof(BTService_UpdateDesiredGait_C_UpdateMovementGait) == 0x000008, "Wrong alignment on BTService_UpdateDesiredGait_C_UpdateMovementGait"); \ +static_assert(sizeof(BTService_UpdateDesiredGait_C_UpdateMovementGait) == 0x000030, "Wrong size on BTService_UpdateDesiredGait_C_UpdateMovementGait"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000004, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000009, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x00000A, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x00000B, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000018, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000020, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_UpdateDesiredGait_C_UpdateMovementGait, CallFunc_Greater_DoubleDouble_B_ImplicitCast_1) == 0x000028, "Member 'BTService_UpdateDesiredGait_C_UpdateMovementGait::CallFunc_Greater_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateDesiredGait_C \ +static_assert(alignof(UBTService_UpdateDesiredGait_C) == 0x000008, "Wrong alignment on UBTService_UpdateDesiredGait_C"); \ +static_assert(sizeof(UBTService_UpdateDesiredGait_C) == 0x000110, "Wrong size on UBTService_UpdateDesiredGait_C"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, UberGraphFrame) == 0x000098, "Member 'UBTService_UpdateDesiredGait_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, CompanionPawn) == 0x0000A0, "Member 'UBTService_UpdateDesiredGait_C::CompanionPawn' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, ActorBlackboardKeySelector) == 0x0000A8, "Member 'UBTService_UpdateDesiredGait_C::ActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, DistanceToDestinationBlackboardKeySelector) == 0x0000D0, "Member 'UBTService_UpdateDesiredGait_C::DistanceToDestinationBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, DistanceToRun) == 0x0000F8, "Member 'UBTService_UpdateDesiredGait_C::DistanceToRun' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, DistanceToSprint) == 0x000100, "Member 'UBTService_UpdateDesiredGait_C::DistanceToSprint' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateDesiredGait_C, DistanceToWalk) == 0x000108, "Member 'UBTService_UpdateDesiredGait_C::DistanceToWalk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues \ +static_assert(alignof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues) == 0x000008, "Wrong alignment on BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues"); \ +static_assert(sizeof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues) == 0x000088, "Wrong size on BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, EntryPoint) == 0x000000, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, K2Node_Event_OwnerController) == 0x000030, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::K2Node_Event_OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, K2Node_Event_ControlledPawn) == 0x000038, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::K2Node_Event_ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, K2Node_DynamicCast_AsBP_Pawn_AICompanion) == 0x000048, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::K2Node_DynamicCast_AsBP_Pawn_AICompanion' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000058, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_Vector_Distance_ReturnValue) == 0x000070, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_IsValid_ReturnValue_1) == 0x000078, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast) == 0x00007C, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_1) == 0x000080, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues, CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_2) == 0x000084, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ExecuteUbergraph_BTService_AICompanion_UpdateBlackboardValues::CallFunc_SetBlackboardValueAsFloat_Value_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI \ +static_assert(alignof(BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI"); \ +static_assert(sizeof(BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI) == 0x000018, "Wrong size on BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_AICompanion_UpdateBlackboardValues_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_AICompanion_UpdateBlackboardValues_C \ +static_assert(alignof(UBTService_AICompanion_UpdateBlackboardValues_C) == 0x000008, "Wrong alignment on UBTService_AICompanion_UpdateBlackboardValues_C"); \ +static_assert(sizeof(UBTService_AICompanion_UpdateBlackboardValues_C) == 0x000140, "Wrong size on UBTService_AICompanion_UpdateBlackboardValues_C"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateBlackboardValues_C, UberGraphFrame) == 0x000098, "Member 'UBTService_AICompanion_UpdateBlackboardValues_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateBlackboardValues_C, ActorBlackboardKeySelector) == 0x0000A0, "Member 'UBTService_AICompanion_UpdateBlackboardValues_C::ActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateBlackboardValues_C, DistanceToActorBlackboardKeySelector) == 0x0000C8, "Member 'UBTService_AICompanion_UpdateBlackboardValues_C::DistanceToActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateBlackboardValues_C, MinimumDistanceToActorBlackboardKeySelector) == 0x0000F0, "Member 'UBTService_AICompanion_UpdateBlackboardValues_C::MinimumDistanceToActorBlackboardKeySelector' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AICompanion_UpdateBlackboardValues_C, MaximumDistanceToActorBlackboardKeySelector) == 0x000118, "Member 'UBTService_AICompanion_UpdateBlackboardValues_C::MaximumDistanceToActorBlackboardKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion \ +static_assert(alignof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion) == 0x000008, "Wrong alignment on BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion"); \ +static_assert(sizeof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion) == 0x000018, "Wrong size on BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion"); \ +static_assert(offsetof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion, EntryPoint) == 0x000000, "Member 'BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion, K2Node_Event_PossessedPawn) == 0x000008, "Member 'BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion, CallFunc_RunBehaviorTree_ReturnValue) == 0x000010, "Member 'BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion::CallFunc_RunBehaviorTree_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion, CallFunc_RunBehaviorTree_ReturnValue_1) == 0x000011, "Member 'BP_AIController_AICompanion_C_ExecuteUbergraph_BP_AIController_AICompanion::CallFunc_RunBehaviorTree_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AIController_AICompanion_C_ReceivePossess \ +static_assert(alignof(BP_AIController_AICompanion_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_AIController_AICompanion_C_ReceivePossess"); \ +static_assert(sizeof(BP_AIController_AICompanion_C_ReceivePossess) == 0x000008, "Wrong size on BP_AIController_AICompanion_C_ReceivePossess"); \ +static_assert(offsetof(BP_AIController_AICompanion_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_AIController_AICompanion_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AIController_AICompanion_C \ +static_assert(alignof(ABP_AIController_AICompanion_C) == 0x000008, "Wrong alignment on ABP_AIController_AICompanion_C"); \ +static_assert(sizeof(ABP_AIController_AICompanion_C) == 0x0003C0, "Wrong size on ABP_AIController_AICompanion_C"); \ +static_assert(offsetof(ABP_AIController_AICompanion_C, UberGraphFrame) == 0x0003B8, "Member 'ABP_AIController_AICompanion_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData) == 0x001568, "Wrong size on Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_874) == 0x000004, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_874' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_875) == 0x000008, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_875' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_876) == 0x00000C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_876' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_877) == 0x000014, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_877' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_878) == 0x00001C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_878' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_879) == 0x000020, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_879' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_880) == 0x000030, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_880' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_881) == 0x000038, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_881' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_882) == 0x000048, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_882' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_883) == 0x000058, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_883' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_884) == 0x00005C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_884' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_885) == 0x000060, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_885' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_886) == 0x000064, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_886' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_887) == 0x000068, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_887' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_888) == 0x00006C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_888' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_889) == 0x000070, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_889' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ByteProperty_890) == 0x000074, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ByteProperty_890' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_891) == 0x000078, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_891' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __AnimSequenceBase_892) == 0x000080, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__AnimSequenceBase_892' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_893) == 0x000088, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_893' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_894) == 0x00008C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_894' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __BlendProfile_895) == 0x000090, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__BlendProfile_895' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __CurveFloat_896) == 0x000098, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__CurveFloat_896' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_897) == 0x0000A0, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_897' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_898) == 0x0000A1, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_898' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ArrayProperty_899) == 0x0000A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ArrayProperty_899' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_900) == 0x0000B8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_900' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_901) == 0x0000C0, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_901' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_902) == 0x0000C8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_902' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __IntProperty_903) == 0x0000D0, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__IntProperty_903' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __BoolProperty_904) == 0x0000D4, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__BoolProperty_904' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_905) == 0x0000D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_905' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __StructProperty_906) == 0x0000DC, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__StructProperty_906' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __FloatProperty_907) == 0x000108, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__FloatProperty_907' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __BoolProperty_908) == 0x00010C, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__BoolProperty_908' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __EnumProperty_909) == 0x00010D, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__EnumProperty_909' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __ByteProperty_910) == 0x00010E, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__ByteProperty_910' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_911) == 0x000110, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_911' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_912) == 0x000118, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_912' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __NameProperty_913) == 0x000120, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__NameProperty_913' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __IntProperty_914) == 0x000128, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__IntProperty_914' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, __StructProperty_915) == 0x000130, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::__StructProperty_915' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000150, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001D0, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x0001E8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000218, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x000248, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000278, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0002A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x0002D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_41) == 0x000308, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_40) == 0x000338, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_8) == 0x000368, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_39) == 0x000398, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_7) == 0x0003C8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x0003F8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x000428, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x000458, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_6) == 0x000488, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x0004B8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x0004E8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x000518, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_38) == 0x000548, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x000578, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x0005A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_37) == 0x0005D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_36) == 0x000608, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_35) == 0x000638, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_34) == 0x000668, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_33) == 0x000698, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_32) == 0x0006C8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_31) == 0x0006F8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_30) == 0x000728, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_29) == 0x000758, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_28) == 0x000788, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_27) == 0x0007B8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_26) == 0x0007E8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_25) == 0x000818, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_24) == 0x000848, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_23) == 0x000878, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_22) == 0x0008A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_21) == 0x0008D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_20) == 0x000908, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_19) == 0x000938, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_18) == 0x000968, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x000998, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x0009C8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x0009F8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x000A28, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x000A58, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x000A88, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x000AB8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x000AE8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x000B18, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x000B48, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x000B78, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x000BA8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x000BD8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000C08, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x000C38, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000C68, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x000C98, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_7) == 0x000CC8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_6) == 0x000CF8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_5) == 0x000D28, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_4) == 0x000D58, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_3) == 0x000D88, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_2) == 0x000DB8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator_1) == 0x000DE8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequenceEvaluator) == 0x000E18, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CurveBlend_1) == 0x000E48, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CurveBlend_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x000E78, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x000EA8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_5) == 0x000ED8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x000F08, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_4) == 0x000F38, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x000F68, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x000F98, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x000FC8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_3) == 0x000FF8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x001028, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x001058, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x001088, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x0010B8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0010E8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x001118, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x001148, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_2) == 0x001178, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0011A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0011D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x001208, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x001238, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x001268, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive_1) == 0x001298, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x0012C8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x0012F8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x001328, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001358, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x001388, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CurveBlend) == 0x0013B8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CurveBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x0013E8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001418, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001448, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001478, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0014A8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0014D8, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001508, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001538, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData) == 0x000020, "Wrong size on Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __ArrayProperty_0) == 0x000008, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__ArrayProperty_0' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __ByteProperty_1) == 0x000018, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__ByteProperty_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __ByteProperty_2) == 0x000019, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__ByteProperty_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_3) == 0x00001A, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData, __BoolProperty_4) == 0x00001B, "Member 'Face_AnimBP_HumanNPC::FAnimBlueprintGeneratedMutableData::__BoolProperty_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_AnimGraph \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_AnimGraph) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_C_AnimGraph"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_AnimGraph) == 0x000010, "Wrong size on Face_AnimBP_HumanNPC_C_AnimGraph"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC) == 0x000060, "Wrong size on Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, EntryPoint) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000028, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_GetEnvelopeVolume_EnvelopeVolume) == 0x000030, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_GetEnvelopeVolume_EnvelopeVolume' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, K2Node_VariableSet_BlinkStrength_ImplicitCast) == 0x000050, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::K2Node_VariableSet_BlinkStrength_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, CallFunc_Delay_Duration_ImplicitCast) == 0x000054, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC, K2Node_VariableSet_ExpressionStrength_ImplicitCast) == 0x000058, "Member 'Face_AnimBP_HumanNPC_C_ExecuteUbergraph_Face_AnimBP_HumanNPC::K2Node_VariableSet_ExpressionStrength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10 \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10) == 0x000058, "Wrong size on Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, Context) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::Context' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, Node) == 0x000010, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::Node' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, local_Stream) == 0x000020, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::local_Stream' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000028, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000038, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x00003C, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, CallFunc_SetStartPosition_ReturnValue) == 0x000040, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::CallFunc_SetStartPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10, CallFunc_MakeRandomStream_ReturnValue) == 0x000050, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_10::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2 \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2) == 0x000058, "Wrong size on Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, Context) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::Context' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, Node) == 0x000010, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::Node' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, local_Stream) == 0x000020, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::local_Stream' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, CallFunc_ConvertToSequencePlayerPure_SequencePlayer) == 0x000028, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::CallFunc_ConvertToSequencePlayerPure_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, CallFunc_ConvertToSequencePlayerPure_Result) == 0x000038, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::CallFunc_ConvertToSequencePlayerPure_Result' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x00003C, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, CallFunc_SetStartPosition_ReturnValue) == 0x000040, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::CallFunc_SetStartPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2, CallFunc_MakeRandomStream_ReturnValue) == 0x000050, "Member 'Face_AnimBP_HumanNPC_C_RandomStartPosition_0_2::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_HumanNPC_C_SetPostProcessAnimation \ +static_assert(alignof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation) == 0x000008, "Wrong alignment on Face_AnimBP_HumanNPC_C_SetPostProcessAnimation"); \ +static_assert(sizeof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation) == 0x000028, "Wrong size on Face_AnimBP_HumanNPC_C_SetPostProcessAnimation"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, CallFunc_GetOwningComponent_ReturnValue) == 0x000000, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, CallFunc_GetPostProcessInstance_ReturnValue) == 0x000008, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::CallFunc_GetPostProcessInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, K2Node_DynamicCast_AsFace_Post_Process_Anim_BP_Main_Char) == 0x000018, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::K2Node_DynamicCast_AsFace_Post_Process_Anim_BP_Main_Char' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_HumanNPC_C_SetPostProcessAnimation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Face_AnimBP_HumanNPC_C_SetPostProcessAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_AnimBP_HumanNPC_C \ +static_assert(alignof(UFace_AnimBP_HumanNPC_C) == 0x000010, "Wrong alignment on UFace_AnimBP_HumanNPC_C"); \ +static_assert(sizeof(UFace_AnimBP_HumanNPC_C) == 0x002730, "Wrong size on UFace_AnimBP_HumanNPC_C"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, UberGraphFrame) == 0x000370, "Member 'UFace_AnimBP_HumanNPC_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, __AnimBlueprintMutables) == 0x000378, "Member 'UFace_AnimBP_HumanNPC_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimBlueprintExtension_PropertyAccess) == 0x000398, "Member 'UFace_AnimBP_HumanNPC_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimBlueprintExtension_Base) == 0x0003A0, "Member 'UFace_AnimBP_HumanNPC_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_CopyPoseFromMesh) == 0x0003A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_LayeredBoneBlend) == 0x000500, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_Slot_1) == 0x0005F0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_7) == 0x000638, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_6) == 0x000660, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_8) == 0x000688, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_41) == 0x0006A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_40) == 0x0006F0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_8) == 0x000738, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_8' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_39) == 0x000800, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_7) == 0x000848, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_7) == 0x000910, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateMachine_4) == 0x000930, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_Slot) == 0x0009F8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_6) == 0x000A40, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_5) == 0x000B08, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_4) == 0x000B30, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_6) == 0x000B58, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_38) == 0x000B78, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_5) == 0x000BC0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateMachine_3) == 0x000BE0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_37) == 0x000CA8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_36) == 0x000CF0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_35) == 0x000D38, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_34) == 0x000D80, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_33) == 0x000DC8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_32) == 0x000E10, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_31) == 0x000E58, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_30) == 0x000EA0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_29) == 0x000EE8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_28) == 0x000F30, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_27) == 0x000F78, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_26) == 0x000FC0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_25) == 0x001008, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_24) == 0x001050, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_23) == 0x001098, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_22) == 0x0010E0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_21) == 0x001128, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_20) == 0x001170, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_19) == 0x0011B8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_18) == 0x001200, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_17) == 0x001248, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_16) == 0x001290, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_15) == 0x0012D8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_14) == 0x001320, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_13) == 0x001368, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_12) == 0x0013B0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_11) == 0x0013F8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_10) == 0x001440, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_9) == 0x001488, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_8) == 0x0014D0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_7) == 0x001518, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_6) == 0x001560, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_BlendListByEnum_1) == 0x0015A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_4) == 0x0015F0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateMachine_2) == 0x001610, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_BlendListByEnum) == 0x0016D8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SaveCachedPose_3) == 0x001720, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_7) == 0x0017A0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_6) == 0x0017E0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_5) == 0x001820, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_4) == 0x001860, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_3) == 0x0018A0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_2) == 0x0018E0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator_1) == 0x001920, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequenceEvaluator) == 0x001960, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_CurveBlend_1) == 0x0019A0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_CurveBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_BlendListByBool_1) == 0x0019D8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_5) == 0x001A20, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_5) == 0x001A68, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_4) == 0x001B30, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_4) == 0x001B78, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SaveCachedPose_2) == 0x001C40, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_7) == 0x001CC0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_6) == 0x001CE8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_3) == 0x001D10, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_BlendListByBool) == 0x001DD8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SaveCachedPose_1) == 0x001E20, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_5) == 0x001EA0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_4) == 0x001EC8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_Root) == 0x001EF0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SaveCachedPose) == 0x001F10, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_3) == 0x001F90, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_2) == 0x001FB8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_3) == 0x002080, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_2) == 0x0020A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_2) == 0x0020D0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_3) == 0x0020F8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_3) == 0x002118, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive_1) == 0x002160, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_2) == 0x002228, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose_1) == 0x002270, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_ApplyAdditive) == 0x002298, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_2) == 0x002360, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateMachine_1) == 0x002380, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_CurveBlend) == 0x002448, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_CurveBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_UseCachedPose) == 0x002480, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult_1) == 0x0024A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_TransitionResult) == 0x0024D0, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer_1) == 0x0024F8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult_1) == 0x002540, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_SequencePlayer) == 0x002560, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateResult) == 0x0025A8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimGraphNode_StateMachine) == 0x0025C8, "Member 'UFace_AnimBP_HumanNPC_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, IsTalking) == 0x002690, "Member 'UFace_AnimBP_HumanNPC_C::IsTalking' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, EyesLook) == 0x002691, "Member 'UFace_AnimBP_HumanNPC_C::EyesLook' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, FacialAnimationComponentReference) == 0x002698, "Member 'UFace_AnimBP_HumanNPC_C::FacialAnimationComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, BlinkTimer) == 0x0026A0, "Member 'UFace_AnimBP_HumanNPC_C::BlinkTimer' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, ShouldBlink) == 0x0026A8, "Member 'UFace_AnimBP_HumanNPC_C::ShouldBlink' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, AnimationComponentReference) == 0x0026B0, "Member 'UFace_AnimBP_HumanNPC_C::AnimationComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, ExpressionsBlendTime) == 0x0026B8, "Member 'UFace_AnimBP_HumanNPC_C::ExpressionsBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, Expression_1) == 0x0026BC, "Member 'UFace_AnimBP_HumanNPC_C::Expression_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, ExpressionStrength) == 0x0026C0, "Member 'UFace_AnimBP_HumanNPC_C::ExpressionStrength' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, BlinkStrength) == 0x0026C4, "Member 'UFace_AnimBP_HumanNPC_C::BlinkStrength' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, Is_in_Dialogue) == 0x0026C8, "Member 'UFace_AnimBP_HumanNPC_C::Is_in_Dialogue' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, EnvelopeVolume) == 0x0026D0, "Member 'UFace_AnimBP_HumanNPC_C::EnvelopeVolume' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, ShouldLookAt) == 0x0026D8, "Member 'UFace_AnimBP_HumanNPC_C::ShouldLookAt' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, LookAtLocation) == 0x0026E0, "Member 'UFace_AnimBP_HumanNPC_C::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, PostProcessABP) == 0x0026F8, "Member 'UFace_AnimBP_HumanNPC_C::PostProcessABP' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, HasMetahumanPostProcessABP) == 0x002700, "Member 'UFace_AnimBP_HumanNPC_C::HasMetahumanPostProcessABP' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, Eye_Left_Right) == 0x002704, "Member 'UFace_AnimBP_HumanNPC_C::Eye_Left_Right' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, Eye_Up_Down) == 0x002708, "Member 'UFace_AnimBP_HumanNPC_C::Eye_Up_Down' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, TEMP_LookAtLocation) == 0x002710, "Member 'UFace_AnimBP_HumanNPC_C::TEMP_LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_HumanNPC_C, EnvelopeVolumex3) == 0x002728, "Member 'UFace_AnimBP_HumanNPC_C::EnvelopeVolumex3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_) == 0x0000B0, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, LeftCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::LeftCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, RightCustomization) == 0x000050, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::RightCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, __WorldContext) == 0x0000A0, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, Result) == 0x0000A8, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, CallFunc_EqualEqual_SoftClassReference_ReturnValue) == 0x0000A9, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::CallFunc_EqualEqual_SoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, CallFunc_EqualEqual_SoftClassReference_ReturnValue_1) == 0x0000AA, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::CallFunc_EqualEqual_SoftClassReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomization_::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_) == 0x000030, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, LeftCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::LeftCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, RightCustomization) == 0x000010, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::RightCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, __WorldContext) == 0x000020, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, Result) == 0x000028, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000029, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00002A, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_FL_CharacterCustomizationHelpers_C_Equal__CharacterCustomizationItemData_::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName) == 0x000020, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName, CustomizationItemUser) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName::CustomizationItemUser' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName, __WorldContext) == 0x000008, "Member 'BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName, CharacterHardcodedName) == 0x000010, "Member 'BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName::CharacterHardcodedName' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_FL_CharacterCustomizationHelpers_C_GetCharacterHardcodedName::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_) == 0x000060, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_, CharacterCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_::CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_, __WorldContext) == 0x000050, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_, Valid) == 0x000058, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000059, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomization_::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_) == 0x000020, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, CharacterCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::CharacterCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, __WorldContext) == 0x000010, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, Valid) == 0x000018, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, CallFunc_NotEqual_NameName_ReturnValue) == 0x000019, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00001A, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_FL_CharacterCustomizationHelpers_C_IsValid__CharacterCustomizationItemData_::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_) == 0x0000B0, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, LeftCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::LeftCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, RightCustomization) == 0x000050, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::RightCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, __WorldContext) == 0x0000A0, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, Result) == 0x0000A8, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, CallFunc_Equal__CharacterCustomization__Result) == 0x0000A9, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::CallFunc_Equal__CharacterCustomization__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_, CallFunc_Not_PreBool_ReturnValue) == 0x0000AA, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomization_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_ \ +static_assert(alignof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_) == 0x000008, "Wrong alignment on BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_"); \ +static_assert(sizeof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_) == 0x000030, "Wrong size on BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, LeftCustomization) == 0x000000, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::LeftCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, RightCustomization) == 0x000010, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::RightCustomization' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, __WorldContext) == 0x000020, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, Result) == 0x000028, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, CallFunc_Equal__CharacterCustomizationItemData__Result) == 0x000029, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::CallFunc_Equal__CharacterCustomizationItemData__Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_FL_CharacterCustomizationHelpers_C_NotEqual__CharacterCustomizationItemData_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_CharacterCustomizationHelpers_C \ +static_assert(alignof(UBP_FL_CharacterCustomizationHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_CharacterCustomizationHelpers_C"); \ +static_assert(sizeof(UBP_FL_CharacterCustomizationHelpers_C) == 0x000028, "Wrong size on UBP_FL_CharacterCustomizationHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest \ +static_assert(alignof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest) == 0x000008, "Wrong alignment on BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest"); \ +static_assert(sizeof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest) == 0x000020, "Wrong size on BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest, EntryPoint) == 0x000000, "Member 'BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest, CallFunc_IsValidGameActionWrapper_IsValid) == 0x000004, "Member 'BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest::CallFunc_IsValidGameActionWrapper_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest, CallFunc_GetGameActionExecutor_GameActionExecutor) == 0x000008, "Member 'BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest::CallFunc_GetGameActionExecutor_GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_ExecuteGameActionRequest_C_ExecuteUbergraph_BP_ExecuteGameActionRequest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ExecuteGameActionRequest_C_OnGameActionExecuted \ +static_assert(alignof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted) == 0x000008, "Wrong alignment on BP_ExecuteGameActionRequest_C_OnGameActionExecuted"); \ +static_assert(sizeof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted) == 0x000030, "Wrong size on BP_ExecuteGameActionRequest_C_OnGameActionExecuted"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted, GameAction) == 0x000000, "Member 'BP_ExecuteGameActionRequest_C_OnGameActionExecuted::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_ExecuteGameActionRequest_C_OnGameActionExecuted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted, CallFunc_GetGameActionExecutor_GameActionExecutor) == 0x000018, "Member 'BP_ExecuteGameActionRequest_C_OnGameActionExecuted::CallFunc_GetGameActionExecutor_GameActionExecutor' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted, CallFunc_GetGameActionFromWrapperPure_GameAction) == 0x000020, "Member 'BP_ExecuteGameActionRequest_C_OnGameActionExecuted::CallFunc_GetGameActionFromWrapperPure_GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_ExecuteGameActionRequest_C_OnGameActionExecuted, CallFunc_EqualsObjects_ReturnValue) == 0x000028, "Member 'BP_ExecuteGameActionRequest_C_OnGameActionExecuted::CallFunc_EqualsObjects_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ExecuteGameActionRequest_C \ +static_assert(alignof(UBP_ExecuteGameActionRequest_C) == 0x000008, "Wrong alignment on UBP_ExecuteGameActionRequest_C"); \ +static_assert(sizeof(UBP_ExecuteGameActionRequest_C) == 0x000060, "Wrong size on UBP_ExecuteGameActionRequest_C"); \ +static_assert(offsetof(UBP_ExecuteGameActionRequest_C, UberGraphFrame) == 0x000048, "Member 'UBP_ExecuteGameActionRequest_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ExecuteGameActionRequest_C, GameActionWrapper) == 0x000050, "Member 'UBP_ExecuteGameActionRequest_C::GameActionWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance) == 0x000048, "Wrong size on BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, GameAction) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, GameActionInstance) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, Temp_wildcard_Variable) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, CallFunc_GetInstanceClass_ReturnValue) == 0x000028, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::CallFunc_GetInstanceClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_GameActionExecutorComponent_C_ConstructAndBindGameActionInstance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded \ +static_assert(alignof(BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded) == 0x000010, "Wrong size on BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded, CallFunc_GetSaveManager_SaveManager) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded, CallFunc_CreateSaveGameDataFromGameState_SaveGameData) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_CreateSaveGameDataIfNeeded::CallFunc_CreateSaveGameDataFromGameState_SaveGameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_DrawDebug \ +static_assert(alignof(BP_GameActionExecutorComponent_C_DrawDebug) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_DrawDebug"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_DrawDebug) == 0x000010, "Wrong size on BP_GameActionExecutorComponent_C_DrawDebug"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_DrawDebug, CallFunc_GetDebugString_String) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_DrawDebug::CallFunc_GetDebugString_String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ExecuteGameAction) == 0x000010, "Wrong size on BP_GameActionExecutorComponent_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameAction, GameAction) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameAction::GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameAction, CallFunc_ConstructAndBindGameActionInstance_GameActionInstance) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameAction::CallFunc_ConstructAndBindGameActionInstance_GameActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ExecuteGameActionInternal \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ExecuteGameActionInternal) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ExecuteGameActionInternal"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ExecuteGameActionInternal) == 0x000018, "Wrong size on BP_GameActionExecutorComponent_C_ExecuteGameActionInternal"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionInternal, GameActionInstance) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionInternal::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionInternal, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionInternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionInternal, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionInternal::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper) == 0x000018, "Wrong size on BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper, GameActrionWrapper) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper::GameActrionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper, CallFunc_GetGameActionFromWrapper_GameAction) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapper::CallFunc_GetGameActionFromWrapper_GameAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone) == 0x000060, "Wrong size on BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, GameActrionWrapper) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::GameActrionWrapper' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, TriggerZoneParameters) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::TriggerZoneParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, CallFunc_GetGameActionFromWrapper_GameAction) == 0x000040, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::CallFunc_GetGameActionFromWrapper_GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000048, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, CallFunc_ConstructAndBindGameActionInstance_GameActionInstance) == 0x000050, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::CallFunc_ConstructAndBindGameActionInstance_GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_GameActionExecutorComponent_C_ExecuteGameActionWrapperFromTriggerZone::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent) == 0x0000C8, "Wrong size on BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, EntryPoint) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_Event_EndPlayReason) == 0x00001C, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_GetSaveManager_SaveManager) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_GetSaveManager_SaveManager' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_Event_Paused) == 0x000028, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_IsHandleValid_ReturnValue) == 0x000029, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_IsHandleValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_GetCustomGI_ReturnValue) == 0x000048, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_PopAllGameActionTriggerZoneParameters_ReturnValue) == 0x000060, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_PopAllGameActionTriggerZoneParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, Temp_object_Variable) == 0x000070, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_DynamicCast_AsBP_Game_Action_Trigger_Zone) == 0x0000A8, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_DynamicCast_AsBP_Game_Action_Trigger_Zone' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_SwitchEnum_CmpSuccess) == 0x0000B1, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Array_Length_ReturnValue_1) == 0x0000B4, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, K2Node_CustomEvent_Loaded) == 0x0000B8, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000C0, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent, CallFunc_Max_ReturnValue) == 0x0000C4, "Member 'BP_GameActionExecutorComponent_C_ExecuteUbergraph_BP_GameActionExecutorComponent::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_GetLastSavedGameData \ +static_assert(alignof(BP_GameActionExecutorComponent_C_GetLastSavedGameData) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_GetLastSavedGameData"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_GetLastSavedGameData) == 0x000008, "Wrong size on BP_GameActionExecutorComponent_C_GetLastSavedGameData"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetLastSavedGameData, ReturnValue) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_GetLastSavedGameData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution \ +static_assert(alignof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution) == 0x000001, "Wrong alignment on BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution) == 0x000002, "Wrong size on BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_GameActionExecutorComponent_C_HasAnyGameActionInExecution::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones \ +static_assert(alignof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones) == 0x000001, "Wrong alignment on BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones) == 0x000002, "Wrong size on BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones, ReturnValue) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_GameActionExecutorComponent_C_HasAnyGameActionInExecutionFromTriggerZones::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged \ +static_assert(alignof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged) == 0x000030, "Wrong size on BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, PlayState) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::PlayState' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged, CallFunc_Max_ReturnValue) == 0x000028, "Member 'BP_GameActionExecutorComponent_C_OnAudioComponentStateChanged::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished \ +static_assert(alignof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished) == 0x000028, "Wrong size on BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished, GameActionInstance) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished, CallFunc_Map_Remove_ReturnValue) == 0x00001C, "Member 'BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished, Temp_wildcard_Variable) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_OnGameActionExecutionFinished::Temp_wildcard_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562 \ +static_assert(alignof(BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562) == 0x000008, "Wrong size on BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562, Loaded) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_OnLoaded_F41409DF48962A8613AC8491DEFFE562::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_GameActionExecutorComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_GameActionExecutorComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ReceiveTick \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GameActionExecutorComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_GameActionExecutorComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent \ +static_assert(alignof(BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent) == 0x000020, "Wrong size on BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent, AudioComponent) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_GameActionExecutorComponent_C_RegisterSpawnedAudioComponent::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded \ +static_assert(alignof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded) == 0x000098, "Wrong size on BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, GameActionInstance) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionExecutorComponent_C_RequestAutoSaveIfNeeded::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters \ +static_assert(alignof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters) == 0x000068, "Wrong size on BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_GameActionExecutorComponent_C_SaveGameActionTriggerZoneParameters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_SetDebugDrawEnable \ +static_assert(alignof(BP_GameActionExecutorComponent_C_SetDebugDrawEnable) == 0x000001, "Wrong alignment on BP_GameActionExecutorComponent_C_SetDebugDrawEnable"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_SetDebugDrawEnable) == 0x000003, "Wrong size on BP_GameActionExecutorComponent_C_SetDebugDrawEnable"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SetDebugDrawEnable, Enable) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_SetDebugDrawEnable::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SetDebugDrawEnable, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000001, "Member 'BP_GameActionExecutorComponent_C_SetDebugDrawEnable::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SetDebugDrawEnable, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_GameActionExecutorComponent_C_SetDebugDrawEnable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_SetGameplayPaused \ +static_assert(alignof(BP_GameActionExecutorComponent_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_GameActionExecutorComponent_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_GameActionExecutorComponent_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_ShouldBlockAutoSave \ +static_assert(alignof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_ShouldBlockAutoSave"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave) == 0x000020, "Wrong size on BP_GameActionExecutorComponent_C_ShouldBlockAutoSave"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, ReturnValue) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, CallFunc_ShouldBlockAutoSaveDuringExecution_ReturnValue) == 0x00001C, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::CallFunc_ShouldBlockAutoSaveDuringExecution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_ShouldBlockAutoSave, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'BP_GameActionExecutorComponent_C_ShouldBlockAutoSave::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionExecutorComponent_C_GetDebugString \ +static_assert(alignof(BP_GameActionExecutorComponent_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionExecutorComponent_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionExecutorComponent_C_GetDebugString) == 0x000130, "Wrong size on BP_GameActionExecutorComponent_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, String) == 0x000000, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::String' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, local_DebugString) == 0x000010, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x0000A0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_PadString_Result) == 0x0000C0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000D0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F0, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000100, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000110, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionExecutorComponent_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000120, "Member 'BP_GameActionExecutorComponent_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionExecutorComponent_C \ +static_assert(alignof(UBP_GameActionExecutorComponent_C) == 0x000008, "Wrong alignment on UBP_GameActionExecutorComponent_C"); \ +static_assert(sizeof(UBP_GameActionExecutorComponent_C) == 0x000158, "Wrong size on UBP_GameActionExecutorComponent_C"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_GameActionExecutorComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, GameActionInstancesInExecution) == 0x0000A8, "Member 'UBP_GameActionExecutorComponent_C::GameActionInstancesInExecution' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, OnGameActionExecuted) == 0x0000B8, "Member 'UBP_GameActionExecutorComponent_C::OnGameActionExecuted' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, SaveBlockerReferenceHandle) == 0x0000C8, "Member 'UBP_GameActionExecutorComponent_C::SaveBlockerReferenceHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, SpawnedAudioComponents) == 0x0000E8, "Member 'UBP_GameActionExecutorComponent_C::SpawnedAudioComponents' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, DebugDrawEnabled) == 0x0000F8, "Member 'UBP_GameActionExecutorComponent_C::DebugDrawEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, GameActionTriggerZoneParameters) == 0x000100, "Member 'UBP_GameActionExecutorComponent_C::GameActionTriggerZoneParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionExecutorComponent_C, LastGameStateSnapshot) == 0x000150, "Member 'UBP_GameActionExecutorComponent_C::LastGameStateSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer \ +static_assert(alignof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer) == 0x000008, "Wrong alignment on BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer"); \ +static_assert(sizeof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer) == 0x000050, "Wrong size on BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, EntryPoint) == 0x000000, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, K2Node_Event_EndPlayReason) == 0x000020, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, CallFunc_GetCinematicsSystem_ReturnValue) == 0x000028, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::CallFunc_GetCinematicsSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, CallFunc_GetCinematicsSystem_ReturnValue_1) == 0x000030, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::CallFunc_GetCinematicsSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000038, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, CallFunc_GetConsoleVariableFloatValue_ReturnValue_1) == 0x00003C, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::CallFunc_GetConsoleVariableFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, K2Node_VariableSet_PreviousDynamicResMinValue_ImplicitCast) == 0x000040, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::K2Node_VariableSet_PreviousDynamicResMinValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer, K2Node_VariableSet_PreviousDynamicResMaxValue_ImplicitCast) == 0x000048, "Member 'BP_MediaPlayer_C_ExecuteUbergraph_BP_MediaPlayer::K2Node_VariableSet_PreviousDynamicResMaxValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_IsMediaOpened \ +static_assert(alignof(BP_MediaPlayer_C_IsMediaOpened) == 0x000001, "Wrong alignment on BP_MediaPlayer_C_IsMediaOpened"); \ +static_assert(sizeof(BP_MediaPlayer_C_IsMediaOpened) == 0x000001, "Wrong size on BP_MediaPlayer_C_IsMediaOpened"); \ +static_assert(offsetof(BP_MediaPlayer_C_IsMediaOpened, IsOpened) == 0x000000, "Member 'BP_MediaPlayer_C_IsMediaOpened::IsOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_OpenMediaSource \ +static_assert(alignof(BP_MediaPlayer_C_OpenMediaSource) == 0x000008, "Wrong alignment on BP_MediaPlayer_C_OpenMediaSource"); \ +static_assert(sizeof(BP_MediaPlayer_C_OpenMediaSource) == 0x000028, "Wrong size on BP_MediaPlayer_C_OpenMediaSource"); \ +static_assert(offsetof(BP_MediaPlayer_C_OpenMediaSource, K2Node_MakeStruct_Anchors) == 0x000000, "Member 'BP_MediaPlayer_C_OpenMediaSource::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_OpenMediaSource, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_MediaPlayer_C_OpenMediaSource::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_ReceiveEndPlay \ +static_assert(alignof(BP_MediaPlayer_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_MediaPlayer_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_MediaPlayer_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_MediaPlayer_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_MediaPlayer_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_MediaPlayer_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_SetMediaSource \ +static_assert(alignof(BP_MediaPlayer_C_SetMediaSource) == 0x000008, "Wrong alignment on BP_MediaPlayer_C_SetMediaSource"); \ +static_assert(sizeof(BP_MediaPlayer_C_SetMediaSource) == 0x000010, "Wrong size on BP_MediaPlayer_C_SetMediaSource"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetMediaSource, MediaSource_0) == 0x000000, "Member 'BP_MediaPlayer_C_SetMediaSource::MediaSource_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetMediaSource, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'BP_MediaPlayer_C_SetMediaSource::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetMediaSource, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_MediaPlayer_C_SetMediaSource::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_SetMuteSound \ +static_assert(alignof(BP_MediaPlayer_C_SetMuteSound) == 0x000001, "Wrong alignment on BP_MediaPlayer_C_SetMuteSound"); \ +static_assert(sizeof(BP_MediaPlayer_C_SetMuteSound) == 0x000001, "Wrong size on BP_MediaPlayer_C_SetMuteSound"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetMuteSound, MuteSound_0) == 0x000000, "Member 'BP_MediaPlayer_C_SetMuteSound::MuteSound_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MediaPlayer_C_SetRenderingProperties \ +static_assert(alignof(BP_MediaPlayer_C_SetRenderingProperties) == 0x000008, "Wrong alignment on BP_MediaPlayer_C_SetRenderingProperties"); \ +static_assert(sizeof(BP_MediaPlayer_C_SetRenderingProperties) == 0x000068, "Wrong size on BP_MediaPlayer_C_SetRenderingProperties"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, bIsCinematicPlaying) == 0x000000, "Member 'BP_MediaPlayer_C_SetRenderingProperties::bIsCinematicPlaying' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000018, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000028, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MediaPlayer_C_SetRenderingProperties, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000058, "Member 'BP_MediaPlayer_C_SetRenderingProperties::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MediaPlayer_C \ +static_assert(alignof(ABP_MediaPlayer_C) == 0x000008, "Wrong alignment on ABP_MediaPlayer_C"); \ +static_assert(sizeof(ABP_MediaPlayer_C) == 0x0002D0, "Wrong size on ABP_MediaPlayer_C"); \ +static_assert(offsetof(ABP_MediaPlayer_C, UberGraphFrame) == 0x000290, "Member 'ABP_MediaPlayer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_MediaPlayer_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, MediaPlayerWidget) == 0x0002A0, "Member 'ABP_MediaPlayer_C::MediaPlayerWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, MediaSource) == 0x0002A8, "Member 'ABP_MediaPlayer_C::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, MuteSound) == 0x0002B0, "Member 'ABP_MediaPlayer_C::MuteSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, PreviousDynamicResMinValue) == 0x0002B8, "Member 'ABP_MediaPlayer_C::PreviousDynamicResMinValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, PreviousDynamicResMaxValue) == 0x0002C0, "Member 'ABP_MediaPlayer_C::PreviousDynamicResMaxValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_MediaPlayer_C, MediaOpened) == 0x0002C8, "Member 'ABP_MediaPlayer_C::MediaOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem) == 0x000010, "Wrong size on BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem, EntryPoint) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem, CallFunc_UpdateTransitionSystem_DeltaSeconds_ImplicitCast) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_ExecuteUbergraph_BP_GameFlowTransitionSystem::CallFunc_UpdateTransitionSystem_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut) == 0x000030, "Wrong size on BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, ReturnValue) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000009, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'BP_GameFlowTransitionSystem_C_GetFadeAmountDuringFadeOut::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_GetTransitionPhase \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_GetTransitionPhase) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_GetTransitionPhase"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_GetTransitionPhase) == 0x000001, "Wrong size on BP_GameFlowTransitionSystem_C_GetTransitionPhase"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_GetTransitionPhase, Phase) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_GetTransitionPhase::Phase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_IsTransitionStateValid \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_IsTransitionStateValid) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_IsTransitionStateValid"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_IsTransitionStateValid) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_IsTransitionStateValid"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_IsTransitionStateValid, ReturnValue) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_IsTransitionStateValid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_IsTransitionStateValid, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_IsTransitionStateValid::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange) == 0x000001, "Wrong size on BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_OnTransitionPhaseChange::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_ReceiveTick \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GameFlowTransitionSystem_C_ReceiveTick"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_ReceiveTick) == 0x000004, "Wrong size on BP_GameFlowTransitionSystem_C_ReceiveTick"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_ReleaseTransition \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_ReleaseTransition) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_ReleaseTransition"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_ReleaseTransition) == 0x000070, "Wrong size on BP_GameFlowTransitionSystem_C_ReleaseTransition"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ReleaseTransition, OverrideFadeOutTransition) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_ReleaseTransition::OverrideFadeOutTransition' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ReleaseTransition, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_ReleaseTransition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ReleaseTransition, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_GameFlowTransitionSystem_C_ReleaseTransition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ReleaseTransition, CallFunc_Format_ReturnValue) == 0x000060, "Member 'BP_GameFlowTransitionSystem_C_ReleaseTransition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_RequestTransition \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_RequestTransition) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_RequestTransition"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_RequestTransition) == 0x0000A0, "Wrong size on BP_GameFlowTransitionSystem_C_RequestTransition"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, TransitionRequest) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::TransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_IsTransitionRequestValid_IsValid) == 0x000012, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_IsTransitionRequestValid_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, K2Node_MakeArray_Array) == 0x000080, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_RequestTransition, CallFunc_Format_ReturnValue) == 0x000090, "Member 'BP_GameFlowTransitionSystem_C_RequestTransition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_SetGameplayPaused \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_SetGameplayPaused) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_SetGameplayPaused) == 0x000068, "Wrong size on BP_GameFlowTransitionSystem_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, K2Node_MakeStruct_S_InputLockParameters) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::K2Node_MakeStruct_S_InputLockParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, CallFunc_GetInteractionSystem_ReturnValue) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::CallFunc_GetInteractionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000019, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, K2Node_MakeStruct_S_GameplayPauseParameters) == 0x000020, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::K2Node_MakeStruct_S_GameplayPauseParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000058, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetGameplayPaused, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_GameFlowTransitionSystem_C_SetGameplayPaused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_SetIsTransitionInHold \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_SetIsTransitionInHold) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_SetIsTransitionInHold"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_SetIsTransitionInHold) == 0x000001, "Wrong size on BP_GameFlowTransitionSystem_C_SetIsTransitionInHold"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetIsTransitionInHold, Hold) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_SetIsTransitionInHold::Hold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_SetTransitionPhase \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_SetTransitionPhase) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_SetTransitionPhase"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_SetTransitionPhase) == 0x000120, "Wrong size on BP_GameFlowTransitionSystem_C_SetTransitionPhase"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, Phase) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::Phase' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, K2Node_MakeArray_Array_1) == 0x0000E8, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_SetTransitionPhase, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000118, "Member 'BP_GameFlowTransitionSystem_C_SetTransitionPhase::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_StartNewTransition \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_StartNewTransition) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_StartNewTransition"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_StartNewTransition) == 0x0000F0, "Wrong size on BP_GameFlowTransitionSystem_C_StartNewTransition"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, TransitionRequest) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::TransitionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, local_Request) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::local_Request' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StartNewTransition, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_GameFlowTransitionSystem_C_StartNewTransition::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_StopBlackScreenTransition \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_StopBlackScreenTransition) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_StopBlackScreenTransition"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_StopBlackScreenTransition) == 0x000008, "Wrong size on BP_GameFlowTransitionSystem_C_StopBlackScreenTransition"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StopBlackScreenTransition, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_StopBlackScreenTransition::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_StopTransitionOfType \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_StopTransitionOfType) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_StopTransitionOfType"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_StopTransitionOfType) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_StopTransitionOfType"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StopTransitionOfType, TransitionType) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_StopTransitionOfType::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_StopTransitionOfType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_StopTransitionOfType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn) == 0x000040, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, Temp_wildcard_Variable) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_FMin_ReturnValue) == 0x000028, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn, CallFunc_SetManualCameraFade_InFadeAmount_ImplicitCast) == 0x000038, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeIn::CallFunc_SetManualCameraFade_InFadeAmount_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut) == 0x000020, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut, CallFunc_GetFadeAmountDuringFadeOut_ReturnValue) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut::CallFunc_GetFadeAmountDuringFadeOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut, Temp_wildcard_Variable) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut, CallFunc_SetManualCameraFade_InFadeAmount_ImplicitCast) == 0x00001C, "Member 'BP_GameFlowTransitionSystem_C_UpdateBlackScreenFadeOut::CallFunc_SetManualCameraFade_InFadeAmount_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateCurrentTransition \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateCurrentTransition) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateCurrentTransition"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateCurrentTransition) == 0x000010, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateCurrentTransition"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateCurrentTransition, ElapsedSeconds) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateCurrentTransition::ElapsedSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateCurrentTransition, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_UpdateCurrentTransition::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateElapsedTime \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateElapsedTime) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateElapsedTime"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateElapsedTime) == 0x000010, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateElapsedTime"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateElapsedTime, ElapsedSeconds) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateElapsedTime::ElapsedSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateElapsedTime, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_UpdateElapsedTime::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateFadeInOfType \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateFadeInOfType) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateFadeInOfType"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateFadeInOfType) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateFadeInOfType"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeInOfType, TransitionType) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeInOfType::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeInOfType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeInOfType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType, TransitionType) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeOutOfType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType, TransitionType) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_UpdateFadeOutTransitionOfType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateTransitionSystem \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateTransitionSystem) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateTransitionSystem"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateTransitionSystem) == 0x000010, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateTransitionSystem"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateTransitionSystem, DeltaSeconds) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateTransitionSystem::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateTransitionSystem, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000008, "Member 'BP_GameFlowTransitionSystem_C_UpdateTransitionSystem::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_UpdateWait \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_UpdateWait) == 0x000001, "Wrong alignment on BP_GameFlowTransitionSystem_C_UpdateWait"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_UpdateWait) == 0x000002, "Wrong size on BP_GameFlowTransitionSystem_C_UpdateWait"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateWait, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_UpdateWait::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_UpdateWait, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_GameFlowTransitionSystem_C_UpdateWait::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameFlowTransitionSystem_C_ValidateTransitionRequest \ +static_assert(alignof(BP_GameFlowTransitionSystem_C_ValidateTransitionRequest) == 0x000008, "Wrong alignment on BP_GameFlowTransitionSystem_C_ValidateTransitionRequest"); \ +static_assert(sizeof(BP_GameFlowTransitionSystem_C_ValidateTransitionRequest) == 0x000010, "Wrong size on BP_GameFlowTransitionSystem_C_ValidateTransitionRequest"); \ +static_assert(offsetof(BP_GameFlowTransitionSystem_C_ValidateTransitionRequest, TransitionRequest) == 0x000000, "Member 'BP_GameFlowTransitionSystem_C_ValidateTransitionRequest::TransitionRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameFlowTransitionSystem_C \ +static_assert(alignof(UBP_GameFlowTransitionSystem_C) == 0x000008, "Wrong alignment on UBP_GameFlowTransitionSystem_C"); \ +static_assert(sizeof(UBP_GameFlowTransitionSystem_C) == 0x000188, "Wrong size on UBP_GameFlowTransitionSystem_C"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_GameFlowTransitionSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, TransitionState) == 0x0000A8, "Member 'UBP_GameFlowTransitionSystem_C::TransitionState' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, DefaultWaitTime) == 0x0000D8, "Member 'UBP_GameFlowTransitionSystem_C::DefaultWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, DefaultFadeOutTime) == 0x0000E0, "Member 'UBP_GameFlowTransitionSystem_C::DefaultFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, OnWaitCompleted) == 0x0000E8, "Member 'UBP_GameFlowTransitionSystem_C::OnWaitCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, TransitionWidget) == 0x0000F8, "Member 'UBP_GameFlowTransitionSystem_C::TransitionWidget' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, OnFadeInCompleted) == 0x000100, "Member 'UBP_GameFlowTransitionSystem_C::OnFadeInCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, OnFadeOutCompleted) == 0x000110, "Member 'UBP_GameFlowTransitionSystem_C::OnFadeOutCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, IsGameplayPaused) == 0x000120, "Member 'UBP_GameFlowTransitionSystem_C::IsGameplayPaused' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, PauseBlocker) == 0x000128, "Member 'UBP_GameFlowTransitionSystem_C::PauseBlocker' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, InteractionBlocker) == 0x000148, "Member 'UBP_GameFlowTransitionSystem_C::InteractionBlocker' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameFlowTransitionSystem_C, TransitionInputLockBlockerReference) == 0x000168, "Member 'UBP_GameFlowTransitionSystem_C::TransitionInputLockBlockerReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut) == 0x000028, "Wrong size on BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut, EntryPoint) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000008, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut, CallFunc_IsTransitionStateValid_ReturnValue) == 0x000020, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut::CallFunc_IsTransitionStateValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_ExecuteUbergraph_BP_LatentAction_WaitForGameflowTransitionFadeOut::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted \ +static_assert(alignof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted) == 0x000008, "Wrong alignment on BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted"); \ +static_assert(sizeof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted) == 0x000018, "Wrong size on BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted, CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem) == 0x000010, "Member 'BP_LatentAction_WaitForGameflowTransitionFadeOut_C_OnFadeOutCompleted::CallFunc_GetGameFlowTransitionSystem_GameFlowTransitionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LatentAction_WaitForGameflowTransitionFadeOut_C \ +static_assert(alignof(UBP_LatentAction_WaitForGameflowTransitionFadeOut_C) == 0x000008, "Wrong alignment on UBP_LatentAction_WaitForGameflowTransitionFadeOut_C"); \ +static_assert(sizeof(UBP_LatentAction_WaitForGameflowTransitionFadeOut_C) == 0x000050, "Wrong size on UBP_LatentAction_WaitForGameflowTransitionFadeOut_C"); \ +static_assert(offsetof(UBP_LatentAction_WaitForGameflowTransitionFadeOut_C, UberGraphFrame) == 0x000048, "Member 'UBP_LatentAction_WaitForGameflowTransitionFadeOut_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt \ +static_assert(alignof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt) == 0x000010, "Wrong alignment on WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt) == 0x000420, "Wrong size on WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, EntryPoint) == 0x000000, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_CustomEvent_IsSuccess) == 0x000004, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_CustomEvent_IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetPercent_0_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetPercent_0_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000018, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetSize_ReturnValue) == 0x000020, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000030, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_X) == 0x000038, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetSize_ReturnValue_1) == 0x000048, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_X_1) == 0x000058, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_Y_1) == 0x000060, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Lerp_ReturnValue) == 0x000068, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000070, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_MakeVector2D_ReturnValue) == 0x000078, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000088, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Remap_Progress_Full_Duration_ReturnValue) == 0x000098, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Remap_Progress_Full_Duration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000A0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Lerp_ReturnValue_1) == 0x0000A8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Remap_Progress_Full_Duration_ReturnValue_1) == 0x0000C0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Remap_Progress_Full_Duration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Lerp_ReturnValue_2) == 0x0000C8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_PlayAnimation_ReturnValue) == 0x0000D0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_CustomEvent_preTime) == 0x0000D8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_CustomEvent_preTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_CustomEvent_startTime) == 0x0000E0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_CustomEvent_startTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_CustomEvent_endTime) == 0x0000E8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_CustomEvent_endTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_CustomEvent_sequencePlayerTimeSource) == 0x0000F0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_CustomEvent_sequencePlayerTimeSource' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_Event_MyGeometry) == 0x0000F8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_Event_InDeltaTime) == 0x000130, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_3) == 0x000138, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_4) == 0x000140, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetSize_ReturnValue_2) == 0x000148, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_X_2) == 0x000158, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_Y_2) == 0x000160, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_5) == 0x000168, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000170, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetSize_ReturnValue_3) == 0x000178, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetSize_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_X_3) == 0x000188, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_BreakVector2D_Y_3) == 0x000190, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000198, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_MakeVector2D_ReturnValue_2) == 0x0001A0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SlotAsCanvasSlot_ReturnValue_6) == 0x0001B0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SlotAsCanvasSlot_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x0001B8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetTimeSeconds_ReturnValue) == 0x0001C0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_MakeBrushFromMaterial_ReturnValue) == 0x0001D0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_MakeBrushFromMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_MakeStruct_FormatArgumentData) == 0x0002A0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_MakeArray_Array) == 0x0002E8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x0002F8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Format_ReturnValue) == 0x000300, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000310, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000318, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetPercent_0_ReturnValue_1) == 0x000320, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetPercent_0_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000328, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_MakeStruct_FormatArgumentData_1) == 0x000330, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_GetCurrentSequenceTime_ReturnValue) == 0x000378, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_GetCurrentSequenceTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_IsValid_ReturnValue) == 0x000380, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_MakeStruct_FormatArgumentData_2) == 0x000388, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_MakeArray_Array_1) == 0x0003D0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Format_ReturnValue_1) == 0x0003E0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0003F0, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0003F8, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000400, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, K2Node_VariableSet_MaterialValue_InnerOffset_ImplicitCast) == 0x000408, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::K2Node_VariableSet_MaterialValue_InnerOffset_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000410, "Member 'WBP_SkillComboPrompt_C_ExecuteUbergraph_WBP_SkillComboPrompt::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full \ +static_assert(alignof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full) == 0x000038, "Wrong size on WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_GetCurrentSequenceTime_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_GetCurrentSequenceTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_SkillComboPrompt_C_Get_Skill_Combo_Progress_Full::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0 \ +static_assert(alignof(WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0) == 0x000010, "Wrong alignment on WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0) == 0x0000D0, "Wrong size on WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_Get_Image_Target_Brush_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_GetCurrentSequenceTime \ +static_assert(alignof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_GetCurrentSequenceTime"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime) == 0x000050, "Wrong size on WBP_SkillComboPrompt_C_GetCurrentSequenceTime"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_GetStartTime_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x00001C, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_GetCurrentTime_ReturnValue) == 0x000020, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1) == 0x000030, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetCurrentSequenceTime, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'WBP_SkillComboPrompt_C_GetCurrentSequenceTime::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_GetDebugText \ +static_assert(alignof(WBP_SkillComboPrompt_C_GetDebugText) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_GetDebugText"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_GetDebugText) == 0x0004A8, "Wrong size on WBP_SkillComboPrompt_C_GetDebugText"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_GetDebugText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_bool_Variable) == 0x000010, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_text_Variable) == 0x000018, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue) == 0x000028, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000080, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_text_Variable_1) == 0x000090, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue) == 0x0000E8, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeArray_Array) == 0x0000F8, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_GetRenderOpacity_ReturnValue) == 0x00010C, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_text_Variable_2) == 0x000158, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000170, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_text_Variable_3) == 0x000180, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_int_Array_Index_Variable) == 0x000190, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_GetEndTime_ReturnValue) == 0x0001E8, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x0001EC, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F0, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_5) == 0x000238, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000280, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_GetObjectName_ReturnValue) == 0x000288, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_6) == 0x000298, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Conv_StringToText_ReturnValue) == 0x0002E0, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeArray_Array_1) == 0x0002F0, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_7) == 0x000300, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Format_ReturnValue) == 0x000348, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_int_Loop_Counter_Variable) == 0x000358, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, Temp_bool_Variable_1) == 0x00035C, "Member 'WBP_SkillComboPrompt_C_GetDebugText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00035D, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_Select_Default) == 0x000360, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_Select_Default_1) == 0x000370, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_8) == 0x000380, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003C8, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeArray_Array_2) == 0x000410, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Format_ReturnValue_1) == 0x000420, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x000430, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeStruct_FormatArgumentData_10) == 0x000438, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, K2Node_MakeArray_Array_3) == 0x000480, "Member 'WBP_SkillComboPrompt_C_GetDebugText::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000490, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetDebugText, CallFunc_Format_ReturnValue_2) == 0x000498, "Member 'WBP_SkillComboPrompt_C_GetDebugText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0 \ +static_assert(alignof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0) == 0x000030, "Wrong size on WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0, CallFunc_GetSkillComboProgressInWindow_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0::CallFunc_GetSkillComboProgressInWindow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0, CallFunc_GetLinearColorValue_ReturnValue) == 0x000018, "Member 'WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0::CallFunc_GetLinearColorValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0, CallFunc_GetLinearColorValue_InTime_ImplicitCast) == 0x000028, "Member 'WBP_SkillComboPrompt_C_GetFillColorAndOpacity_0::CallFunc_GetLinearColorValue_InTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_GetPercent_0 \ +static_assert(alignof(WBP_SkillComboPrompt_C_GetPercent_0) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_GetPercent_0"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_GetPercent_0) == 0x000078, "Wrong size on WBP_SkillComboPrompt_C_GetPercent_0"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetPercent_0, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_GetPercent_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetPercent_0, CallFunc_Get_Skill_Combo_Progress_Full_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_GetPercent_0::CallFunc_Get_Skill_Combo_Progress_Full_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetPercent_0, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_SkillComboPrompt_C_GetPercent_0::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetPercent_0, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_SkillComboPrompt_C_GetPercent_0::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetPercent_0, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_SkillComboPrompt_C_GetPercent_0::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow \ +static_assert(alignof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow) == 0x000038, "Wrong size on WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_GetCurrentSequenceTime_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_GetCurrentSequenceTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000028, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'WBP_SkillComboPrompt_C_GetSkillComboProgressInWindow::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_On_Action \ +static_assert(alignof(WBP_SkillComboPrompt_C_On_Action) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_On_Action"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_On_Action) == 0x000020, "Wrong size on WBP_SkillComboPrompt_C_On_Action"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_On_Action, IsSuccess) == 0x000000, "Member 'WBP_SkillComboPrompt_C_On_Action::IsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_On_Action, CallFunc_Get_Skill_Combo_Progress_Full_ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_On_Action::CallFunc_Get_Skill_Combo_Progress_Full_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_On_Action, CallFunc_GetFillColorAndOpacity_0_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_On_Action::CallFunc_GetFillColorAndOpacity_0_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_OnFail \ +static_assert(alignof(WBP_SkillComboPrompt_C_OnFail) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_OnFail"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_OnFail) == 0x000008, "Wrong size on WBP_SkillComboPrompt_C_OnFail"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnFail, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_OnFail::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_OnSkillComboFinished \ +static_assert(alignof(WBP_SkillComboPrompt_C_OnSkillComboFinished) == 0x000001, "Wrong alignment on WBP_SkillComboPrompt_C_OnSkillComboFinished"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_OnSkillComboFinished) == 0x000001, "Wrong size on WBP_SkillComboPrompt_C_OnSkillComboFinished"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSkillComboFinished, IsSuccess) == 0x000000, "Member 'WBP_SkillComboPrompt_C_OnSkillComboFinished::IsSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_OnSkillComboStarted \ +static_assert(alignof(WBP_SkillComboPrompt_C_OnSkillComboStarted) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_OnSkillComboStarted"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_OnSkillComboStarted) == 0x000020, "Wrong size on WBP_SkillComboPrompt_C_OnSkillComboStarted"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSkillComboStarted, preTime_0) == 0x000000, "Member 'WBP_SkillComboPrompt_C_OnSkillComboStarted::preTime_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSkillComboStarted, StartTime_0) == 0x000008, "Member 'WBP_SkillComboPrompt_C_OnSkillComboStarted::StartTime_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSkillComboStarted, EndTime_0) == 0x000010, "Member 'WBP_SkillComboPrompt_C_OnSkillComboStarted::EndTime_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSkillComboStarted, sequencePlayerTimeSource_0) == 0x000018, "Member 'WBP_SkillComboPrompt_C_OnSkillComboStarted::sequencePlayerTimeSource_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_OnSuccess \ +static_assert(alignof(WBP_SkillComboPrompt_C_OnSuccess) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_OnSuccess"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_OnSuccess) == 0x000008, "Wrong size on WBP_SkillComboPrompt_C_OnSuccess"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_OnSuccess, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_SkillComboPrompt_C_OnSuccess::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration \ +static_assert(alignof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration) == 0x000008, "Wrong alignment on WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration) == 0x000030, "Wrong size on WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, Time) == 0x000000, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::Time' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, ReturnValue) == 0x000008, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'WBP_SkillComboPrompt_C_Remap_Progress_Full_Duration::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SkillComboPrompt_C_Tick \ +static_assert(alignof(WBP_SkillComboPrompt_C_Tick) == 0x000004, "Wrong alignment on WBP_SkillComboPrompt_C_Tick"); \ +static_assert(sizeof(WBP_SkillComboPrompt_C_Tick) == 0x00003C, "Wrong size on WBP_SkillComboPrompt_C_Tick"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_SkillComboPrompt_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SkillComboPrompt_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_SkillComboPrompt_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SkillComboPrompt_C \ +static_assert(alignof(UWBP_SkillComboPrompt_C) == 0x000010, "Wrong alignment on UWBP_SkillComboPrompt_C"); \ +static_assert(sizeof(UWBP_SkillComboPrompt_C) == 0x0004F0, "Wrong size on UWBP_SkillComboPrompt_C"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_SkillComboPrompt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, QTEFail) == 0x0002E8, "Member 'UWBP_SkillComboPrompt_C::QTEFail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, QTESuccess) == 0x0002F0, "Member 'UWBP_SkillComboPrompt_C::QTESuccess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, QTEStarting) == 0x0002F8, "Member 'UWBP_SkillComboPrompt_C::QTEStarting' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, QTEFinished) == 0x000300, "Member 'UWBP_SkillComboPrompt_C::QTEFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Current) == 0x000308, "Member 'UWBP_SkillComboPrompt_C::Border_Current' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Current_1) == 0x000310, "Member 'UWBP_SkillComboPrompt_C::Border_Current_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Current_OLD) == 0x000318, "Member 'UWBP_SkillComboPrompt_C::Border_Current_OLD' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Target_End_OLD) == 0x000320, "Member 'UWBP_SkillComboPrompt_C::Border_Target_End_OLD' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Target_Start_OLD) == 0x000328, "Member 'UWBP_SkillComboPrompt_C::Border_Target_Start_OLD' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, CanvasPanel_0) == 0x000330, "Member 'UWBP_SkillComboPrompt_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Image_Target) == 0x000338, "Member 'UWBP_SkillComboPrompt_C::Image_Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Image_Target_Shadow) == 0x000340, "Member 'UWBP_SkillComboPrompt_C::Image_Target_Shadow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, ColorCurve) == 0x000348, "Member 'UWBP_SkillComboPrompt_C::ColorCurve' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, QTEManager) == 0x000350, "Member 'UWBP_SkillComboPrompt_C::QTEManager' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, IsLocked) == 0x000358, "Member 'UWBP_SkillComboPrompt_C::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, lockedProgress) == 0x000360, "Member 'UWBP_SkillComboPrompt_C::lockedProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, lockedColor) == 0x000368, "Member 'UWBP_SkillComboPrompt_C::lockedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, preTime) == 0x000378, "Member 'UWBP_SkillComboPrompt_C::preTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, StartTime) == 0x000380, "Member 'UWBP_SkillComboPrompt_C::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, EndTime) == 0x000388, "Member 'UWBP_SkillComboPrompt_C::EndTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, endTimeOffset) == 0x000390, "Member 'UWBP_SkillComboPrompt_C::endTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, IsActive) == 0x000398, "Member 'UWBP_SkillComboPrompt_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, targetSize) == 0x0003A0, "Member 'UWBP_SkillComboPrompt_C::targetSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, preSize) == 0x0003A8, "Member 'UWBP_SkillComboPrompt_C::preSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, MaterialParam_InnerOffset) == 0x0003B0, "Member 'UWBP_SkillComboPrompt_C::MaterialParam_InnerOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, MaterialValue_InnerOffset) == 0x0003B8, "Member 'UWBP_SkillComboPrompt_C::MaterialValue_InnerOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, MaterialParam_OuterWidth) == 0x0003C0, "Member 'UWBP_SkillComboPrompt_C::MaterialParam_OuterWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Border_Target_MaterialInstance) == 0x0003C8, "Member 'UWBP_SkillComboPrompt_C::Border_Target_MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Material_PaintIntroProgress) == 0x0003D0, "Member 'UWBP_SkillComboPrompt_C::Material_PaintIntroProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, MaterialParam_RevealProgress) == 0x0003D8, "Member 'UWBP_SkillComboPrompt_C::MaterialParam_RevealProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, TargetBrush) == 0x0003E0, "Member 'UWBP_SkillComboPrompt_C::TargetBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, ShadowInitialSize) == 0x0004B0, "Member 'UWBP_SkillComboPrompt_C::ShadowInitialSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, Image_Target_Color) == 0x0004B8, "Member 'UWBP_SkillComboPrompt_C::Image_Target_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, spinBaseSpeed) == 0x0004D0, "Member 'UWBP_SkillComboPrompt_C::spinBaseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, spinAnimationMultiplier) == 0x0004D8, "Member 'UWBP_SkillComboPrompt_C::spinAnimationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SkillComboPrompt_C, sequencePlayerTimeSource) == 0x0004E0, "Member 'UWBP_SkillComboPrompt_C::sequencePlayerTimeSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer \ +static_assert(alignof(WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer) == 0x000008, "Wrong alignment on WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer"); \ +static_assert(sizeof(WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer) == 0x000020, "Wrong size on WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer"); \ +static_assert(offsetof(WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer, EntryPoint) == 0x000000, "Member 'WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_QTEContainer_C_ExecuteUbergraph_WBP_QTEContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QTEContainer_C_GetQTEWidgets \ +static_assert(alignof(WBP_QTEContainer_C_GetQTEWidgets) == 0x000008, "Wrong alignment on WBP_QTEContainer_C_GetQTEWidgets"); \ +static_assert(sizeof(WBP_QTEContainer_C_GetQTEWidgets) == 0x000020, "Wrong size on WBP_QTEContainer_C_GetQTEWidgets"); \ +static_assert(offsetof(WBP_QTEContainer_C_GetQTEWidgets, QTEWidgets) == 0x000000, "Member 'WBP_QTEContainer_C_GetQTEWidgets::QTEWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_QTEContainer_C_GetQTEWidgets, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_QTEContainer_C_GetQTEWidgets::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_QTEContainer_C_OnTurnStart \ +static_assert(alignof(WBP_QTEContainer_C_OnTurnStart) == 0x000008, "Wrong alignment on WBP_QTEContainer_C_OnTurnStart"); \ +static_assert(sizeof(WBP_QTEContainer_C_OnTurnStart) == 0x000010, "Wrong size on WBP_QTEContainer_C_OnTurnStart"); \ +static_assert(offsetof(WBP_QTEContainer_C_OnTurnStart, Character) == 0x000000, "Member 'WBP_QTEContainer_C_OnTurnStart::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_QTEContainer_C_OnTurnStart, CallFunc_IsActivated_ReturnValue) == 0x000008, "Member 'WBP_QTEContainer_C_OnTurnStart::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_QTEContainer_C \ +static_assert(alignof(UWBP_QTEContainer_C) == 0x000008, "Wrong alignment on UWBP_QTEContainer_C"); \ +static_assert(sizeof(UWBP_QTEContainer_C) == 0x000458, "Wrong size on UWBP_QTEContainer_C"); \ +static_assert(offsetof(UWBP_QTEContainer_C, UberGraphFrame) == 0x000430, "Member 'UWBP_QTEContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QTEContainer_C, HorizontalBox_45) == 0x000438, "Member 'UWBP_QTEContainer_C::HorizontalBox_45' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QTEContainer_C, WBP_HUD_QTE_0) == 0x000440, "Member 'UWBP_QTEContainer_C::WBP_HUD_QTE_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QTEContainer_C, WBP_HUD_QTE_1) == 0x000448, "Member 'UWBP_QTEContainer_C::WBP_HUD_QTE_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_QTEContainer_C, WBP_HUD_QTE_2) == 0x000450, "Member 'UWBP_QTEContainer_C::WBP_HUD_QTE_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevel_Lumiere_Main_V2_C \ +static_assert(alignof(ALevel_Lumiere_Main_V2_C) == 0x000008, "Wrong alignment on ALevel_Lumiere_Main_V2_C"); \ +static_assert(sizeof(ALevel_Lumiere_Main_V2_C) == 0x000298, "Wrong size on ALevel_Lumiere_Main_V2_C"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_Sequential_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_Sequential_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_Sequential_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_Sequential_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_Sequential_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_Sequential_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_Sequential_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_Sequential_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_Sequential_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_Sequential_C_ValidateGameAction) == 0x0000D0, "Wrong size on BP_GameAction_Sequential_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x0000A8, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_Sequential_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_GameAction_Sequential_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_Sequential_C \ +static_assert(alignof(UBP_GameAction_Sequential_C) == 0x000008, "Wrong alignment on UBP_GameAction_Sequential_C"); \ +static_assert(sizeof(UBP_GameAction_Sequential_C) == 0x000040, "Wrong size on UBP_GameAction_Sequential_C"); \ +static_assert(offsetof(UBP_GameAction_Sequential_C, GameActionsToExecute) == 0x000030, "Member 'UBP_GameAction_Sequential_C::GameActionsToExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection) == 0x000028, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection, CallFunc_GetInventoryManager_ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection, CallFunc_GetCharacterByID_CharacterData) == 0x000018, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToCollection::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded) == 0x000020, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded, CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded::CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_GameActionInstance_ReplaceCharacter_C_AddNewCharacterToPartyIfNeeded::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState) == 0x0003B0, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetCharacterIDs_OldCharacter) == 0x00000C, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetCharacterIDs_OldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetCharacterIDs_NewCharacter) == 0x000014, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetCharacterIDs_NewCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetCustomGI_ReturnValue) == 0x0001E0, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_GetCharacterByID_CharacterData) == 0x0001E8, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState, CallFunc_SaveCharacterState_StructOut) == 0x0001F0, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ComputeNewCharacterSaveState::CallFunc_SaveCharacterState_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter) == 0x000010, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ExecuteUbergraph_BP_GameActionInstance_ReplaceCharacter::K2Node_Event_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs) == 0x000004, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs) == 0x00002C, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs, OldCharacter) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs::OldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs, NewCharacter) == 0x000008, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs::NewCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs, CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters) == 0x000010, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs::CallFunc_GetReplaceCharacterParameters_ReplaceCharacterParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs, CallFunc_GetCharacterID_FromEnum_ReturnValue) == 0x00001C, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs::CallFunc_GetCharacterID_FromEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs, CallFunc_GetCharacterID_FromEnum_ReturnValue_1) == 0x000024, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetCharacterIDs::CallFunc_GetCharacterID_FromEnum_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters) == 0x000020, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters, ReplaceCharacterParameters) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters::ReplaceCharacterParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters, K2Node_DynamicCast_AsReplace_Character) == 0x000010, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters::K2Node_DynamicCast_AsReplace_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetReplaceCharacterParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection) == 0x000010, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_ReplaceCharacter_C_RemoveOldCharacterFromCollection::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew) == 0x0000C8, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, ItemType) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::ItemType' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, local_Equipment) == 0x000008, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::local_Equipment' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, Temp_int_Loop_Counter_Variable_1) == 0x000078, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, Temp_int_Array_Index_Variable_1) == 0x000088, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Array_Get_Item) == 0x00008C, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Map_Keys_Keys_1) == 0x000098, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Map_Find_ReturnValue) == 0x0000B0, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Array_Get_Item_1) == 0x0000B4, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Map_Remove_ReturnValue) == 0x0000BC, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C4, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C5, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C6, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ReplaceEquippedItemsFromOldToNew::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString) == 0x000070, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, K2Node_DynamicCast_AsShow_Credits) == 0x000010, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::K2Node_DynamicCast_AsShow_Credits' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_GameActionInstance_ReplaceCharacter_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ReplaceCharacter_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_ReplaceCharacter_C \ +static_assert(alignof(UBP_GameActionInstance_ReplaceCharacter_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_ReplaceCharacter_C"); \ +static_assert(sizeof(UBP_GameActionInstance_ReplaceCharacter_C) == 0x0003D8, "Wrong size on UBP_GameActionInstance_ReplaceCharacter_C"); \ +static_assert(offsetof(UBP_GameActionInstance_ReplaceCharacter_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_ReplaceCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_ReplaceCharacter_C, OldCharacterData) == 0x000048, "Member 'UBP_GameActionInstance_ReplaceCharacter_C::OldCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_ReplaceCharacter_C, NewCharacterData) == 0x000050, "Member 'UBP_GameActionInstance_ReplaceCharacter_C::NewCharacterData' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_ReplaceCharacter_C, OldCharacterSaveState) == 0x000058, "Member 'UBP_GameActionInstance_ReplaceCharacter_C::OldCharacterSaveState' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_ReplaceCharacter_C, NewCharacterSaveState) == 0x000218, "Member 'UBP_GameActionInstance_ReplaceCharacter_C::NewCharacterSaveState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFDebugSaveGame \ +static_assert(alignof(FFDebugSaveGame) == 0x000008, "Wrong alignment on FFDebugSaveGame"); \ +static_assert(sizeof(FFDebugSaveGame) == 0x000190, "Wrong size on FFDebugSaveGame"); \ +static_assert(offsetof(FFDebugSaveGame, CurrentParty_19_8CA4C7114C415B9EEFE94280B8A810B3) == 0x000000, "Member 'FFDebugSaveGame::CurrentParty_19_8CA4C7114C415B9EEFE94280B8A810B3' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, CharactersCollection_42_F0B931364C17447E5CBC1085FAC03107) == 0x000010, "Member 'FFDebugSaveGame::CharactersCollection_42_F0B931364C17447E5CBC1085FAC03107' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, ExplorationProgression_11_762697AA4A41FFA24127FD9C8A64D91F) == 0x000060, "Member 'FFDebugSaveGame::ExplorationProgression_11_762697AA4A41FFA24127FD9C8A64D91F' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, Gold_14_B5E8025D43547F3CE8EA3D9518895A2E) == 0x000088, "Member 'FFDebugSaveGame::Gold_14_B5E8025D43547F3CE8EA3D9518895A2E' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, Inventory_18_8E15424D480CDEC26658B1926BE4E0CD) == 0x000090, "Member 'FFDebugSaveGame::Inventory_18_8E15424D480CDEC26658B1926BE4E0CD' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, InventoryItems_26_2060B1AC4C513A12B3B63EB99B86A029) == 0x0000A0, "Member 'FFDebugSaveGame::InventoryItems_26_2060B1AC4C513A12B3B63EB99B86A029' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, EquippedSkillOverrides_32_4899EF6848E3DD87CEFF2E94F6C05FC8) == 0x0000F0, "Member 'FFDebugSaveGame::EquippedSkillOverrides_32_4899EF6848E3DD87CEFF2E94F6C05FC8' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, EquippedConsumablesShards_37_F02152444A0A064655BAEE8AD0FE96A9) == 0x000140, "Member 'FFDebugSaveGame::EquippedConsumablesShards_37_F02152444A0A064655BAEE8AD0FE96A9' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, PersistentFlags_41_FF4B1CBB4A6C895CBE5E7297E0218491) == 0x000150, "Member 'FFDebugSaveGame::PersistentFlags_41_FF4B1CBB4A6C895CBE5E7297E0218491' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, WeaponProgression_46_1B472D7E4CB912EB0EEEC693273AB51C) == 0x000160, "Member 'FFDebugSaveGame::WeaponProgression_46_1B472D7E4CB912EB0EEEC693273AB51C' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, LearntPassiveEffects_54_AFC4E5B043C7623B87D71CBADBE4BBBA) == 0x000170, "Member 'FFDebugSaveGame::LearntPassiveEffects_54_AFC4E5B043C7623B87D71CBADBE4BBBA' has a wrong offset!"); \ +static_assert(offsetof(FFDebugSaveGame, ForceGoldenPathStep_49_024DFEB649DF8CF658443FBAECF911A2) == 0x000180, "Member 'FFDebugSaveGame::ForceGoldenPathStep_49_024DFEB649DF8CF658443FBAECF911A2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel \ +static_assert(alignof(BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel) == 0x000008, "Wrong alignment on BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel"); \ +static_assert(sizeof(BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel) == 0x000028, "Wrong size on BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel"); \ +static_assert(offsetof(BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel, MainMenuLevel_0) == 0x000000, "Member 'BP_DataAsset_ProjectConfiguration_C_GetMainMenuLevel::MainMenuLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel \ +static_assert(alignof(BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel) == 0x000008, "Wrong alignment on BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel"); \ +static_assert(sizeof(BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel) == 0x000028, "Wrong size on BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel"); \ +static_assert(offsetof(BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel, LevelDestination) == 0x000000, "Member 'BP_DataAsset_ProjectConfiguration_C_GetNewGameLevel::LevelDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag \ +static_assert(alignof(BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag) == 0x000004, "Wrong alignment on BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag"); \ +static_assert(sizeof(BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag) == 0x000008, "Wrong size on BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag"); \ +static_assert(offsetof(BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag, SpawnPointTag) == 0x000000, "Member 'BP_DataAsset_ProjectConfiguration_C_GetNewGameSpawnPointTag::SpawnPointTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_ProjectConfiguration_C \ +static_assert(alignof(UBP_DataAsset_ProjectConfiguration_C) == 0x000008, "Wrong alignment on UBP_DataAsset_ProjectConfiguration_C"); \ +static_assert(sizeof(UBP_DataAsset_ProjectConfiguration_C) == 0x0000D0, "Wrong size on UBP_DataAsset_ProjectConfiguration_C"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, DemoLevel) == 0x000038, "Member 'UBP_DataAsset_ProjectConfiguration_C::DemoLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, NewGameLevel) == 0x000060, "Member 'UBP_DataAsset_ProjectConfiguration_C::NewGameLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, NewGameSpawnPoint) == 0x000088, "Member 'UBP_DataAsset_ProjectConfiguration_C::NewGameSpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, MainMenuLevel) == 0x000090, "Member 'UBP_DataAsset_ProjectConfiguration_C::MainMenuLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, DT_CharacterSideQuestUnlock) == 0x0000B8, "Member 'UBP_DataAsset_ProjectConfiguration_C::DT_CharacterSideQuestUnlock' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, DT_MainPath_DialoguesAndCutscenes) == 0x0000C0, "Member 'UBP_DataAsset_ProjectConfiguration_C::DT_MainPath_DialoguesAndCutscenes' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_ProjectConfiguration_C, DT_Camp_OptionalGameActions) == 0x0000C8, "Member 'UBP_DataAsset_ProjectConfiguration_C::DT_Camp_OptionalGameActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C, SM_Glasses_0) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_C::SM_Glasses_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_ \ +static_assert(alignof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_) == 0x000050, "Wrong size on FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, __WorldContext) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, BaseGameChunkIDs) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::BaseGameChunkIDs' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, K2Node_MakeArray_Array) == 0x000018, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000028, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000030, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, K2Node_MakeArray_Array_1) == 0x000038, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000048, "Member 'FL_PlatformSupportHelpers_C_GetBaseGameChunkIDs_::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_HasChunkDataForSave \ +static_assert(alignof(FL_PlatformSupportHelpers_C_HasChunkDataForSave) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_HasChunkDataForSave"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_HasChunkDataForSave) == 0x000018, "Wrong size on FL_PlatformSupportHelpers_C_HasChunkDataForSave"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, SaveData) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::SaveData' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, __WorldContext) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, ReturnValue) == 0x000010, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, CallFunc_AreBaseGameChunksAvailable_ReturnValue) == 0x000011, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::CallFunc_AreBaseGameChunksAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, CallFunc_IsSaveGameInEarlyGameChunk_ReturnValue) == 0x000012, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::CallFunc_IsSaveGameInEarlyGameChunk_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasChunkDataForSave, CallFunc_HasEarlyGameChunkSupport_ReturnValue) == 0x000013, "Member 'FL_PlatformSupportHelpers_C_HasChunkDataForSave::CallFunc_HasEarlyGameChunkSupport_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk \ +static_assert(alignof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk) == 0x0003A0, "Wrong size on FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, SaveData) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::SaveData' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, __WorldContext) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, ReturnValue) == 0x000010, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, local_IsBeforeEarlyGamePersistentFlags) == 0x000011, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::local_IsBeforeEarlyGamePersistentFlags' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, NewLocalVar) == 0x000012, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_GetEarlyGameChunkPersistentFlag_ReturnValue) == 0x0001C8, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_GetEarlyGameChunkPersistentFlag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D0, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_Map_Find_Value) == 0x0001D1, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_Map_Find_ReturnValue) == 0x0001D2, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_Not_PreBool_ReturnValue) == 0x0001D3, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0001D8, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, K2Node_MakeArray_Array) == 0x000388, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_Array_Contains_ReturnValue) == 0x000398, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk, CallFunc_BooleanAND_ReturnValue) == 0x000399, "Member 'FL_PlatformSupportHelpers_C_IsSaveGameInEarlyGameChunk::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport \ +static_assert(alignof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport) == 0x000040, "Wrong size on FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, __WorldContext) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, ReturnValue) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000009, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_GetBoolCVar_ReturnValue) == 0x00000A, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000010, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_GetPlatformNameAsTag_ReturnValue) == 0x000030, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_GetPlatformNameAsTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport, CallFunc_MatchesAnyTags_ReturnValue) == 0x000038, "Member 'FL_PlatformSupportHelpers_C_HasEarlyGameChunkSupport::CallFunc_MatchesAnyTags_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag \ +static_assert(alignof(FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag) == 0x000018, "Wrong size on FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag, __WorldContext) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag, ReturnValue) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag, local_PersistentFlag) == 0x000010, "Member 'FL_PlatformSupportHelpers_C_GetEarlyGameChunkPersistentFlag::local_PersistentFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable \ +static_assert(alignof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable) == 0x000008, "Wrong alignment on FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable"); \ +static_assert(sizeof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable) == 0x0000D0, "Wrong size on FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, __WorldContext) == 0x000000, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, ReturnValue) == 0x000008, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_HasEarlyGameChunkSupport_ReturnValue) == 0x000018, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_HasEarlyGameChunkSupport_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_GetBaseGameChunkIDs__BaseGameChunkIDs) == 0x000020, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_GetBaseGameChunkIDs__BaseGameChunkIDs' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, Temp_int_Array_Index_Variable) == 0x000034, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Array_Get_Item) == 0x00003C, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_IsChunkInstalled_ReturnValue) == 0x000048, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_IsChunkInstalled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, K2Node_MakeArray_Array) == 0x0000A0, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000C8, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable, CallFunc_GetBoolCVar_ReturnValue) == 0x0000C9, "Member 'FL_PlatformSupportHelpers_C_AreBaseGameChunksAvailable::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFL_PlatformSupportHelpers_C \ +static_assert(alignof(UFL_PlatformSupportHelpers_C) == 0x000008, "Wrong alignment on UFL_PlatformSupportHelpers_C"); \ +static_assert(sizeof(UFL_PlatformSupportHelpers_C) == 0x000028, "Wrong size on UFL_PlatformSupportHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal, CallFunc_HasAtLeastRelationshipLevel_Result) == 0x000001, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_CheckInternal::CallFunc_HasAtLeastRelationshipLevel_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged, CallFunc_GetRelationshipSystem_RelationshipSystem) == 0x000010, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_UnbindEventOnGameStateChanged::CallFunc_GetRelationshipSystem_RelationshipSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged, CallFunc_GetRelationshipSystem_RelationshipSystem) == 0x000010, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_BindEventOnGameStateChanged::CallFunc_GetRelationshipSystem_RelationshipSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_HasAtLeastRelationshipLevel_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_HasAtLeastRelationshipLevel_C \ +static_assert(alignof(UBP_ConditionChecker_HasAtLeastRelationshipLevel_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_HasAtLeastRelationshipLevel_C"); \ +static_assert(sizeof(UBP_ConditionChecker_HasAtLeastRelationshipLevel_C) == 0x000068, "Wrong size on UBP_ConditionChecker_HasAtLeastRelationshipLevel_C"); \ +static_assert(offsetof(UBP_ConditionChecker_HasAtLeastRelationshipLevel_C, Character) == 0x000060, "Member 'UBP_ConditionChecker_HasAtLeastRelationshipLevel_C::Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_HasAtLeastRelationshipLevel_C, Level) == 0x000064, "Member 'UBP_ConditionChecker_HasAtLeastRelationshipLevel_C::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged, CallFunc_GetQuestSystem_QuestSystem) == 0x000010, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_UnbindEventOnGameStateChanged::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged, CallFunc_GetQuestSystem_QuestSystem) == 0x000010, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_BindEventOnGameStateChanged::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal, CallFunc_ObjectiveHasStatus_Result) == 0x000001, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_CheckInternal::CallFunc_ObjectiveHasStatus_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker) == 0x000170, "Wrong size on BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_GetQuestDataTable_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_Conv_NameToText_ReturnValue) == 0x000038, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000048, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, K2Node_MakeArray_Array_1) == 0x0000F8, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_Format_ReturnValue) == 0x000108, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_Format_ReturnValue_1) == 0x000118, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_GetDataTableRowFromName_OutRow) == 0x000128, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000140, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000141, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_IsValid_ReturnValue) == 0x000142, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000148, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000158, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_GetQuestDataTable_ReturnValue_1) == 0x000160, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_GetQuestDataTable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker, CallFunc_IsValid_ReturnValue_1) == 0x000168, "Member 'BP_ConditionChecker_QuestObjectiveStatus_C_ValidateConditionChecker::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_QuestObjectiveStatus_C \ +static_assert(alignof(UBP_ConditionChecker_QuestObjectiveStatus_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_QuestObjectiveStatus_C"); \ +static_assert(sizeof(UBP_ConditionChecker_QuestObjectiveStatus_C) == 0x000078, "Wrong size on UBP_ConditionChecker_QuestObjectiveStatus_C"); \ +static_assert(offsetof(UBP_ConditionChecker_QuestObjectiveStatus_C, QuestObjectiveIdentifier) == 0x000060, "Member 'UBP_ConditionChecker_QuestObjectiveStatus_C::QuestObjectiveIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_QuestObjectiveStatus_C, Status) == 0x000070, "Member 'UBP_ConditionChecker_QuestObjectiveStatus_C::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_UnbindEventOnGameStateChanged::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged, CallFunc_GetInventoryManager_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_BindEventOnGameStateChanged::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal) == 0x000004, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal) == 0x00000C, "Wrong size on BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal, CallFunc_GetAmountOfItemTypeInInventory_ItemAmount) == 0x000004, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal::CallFunc_GetAmountOfItemTypeInInventory_ItemAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C_CheckInternal::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C \ +static_assert(alignof(UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C"); \ +static_assert(sizeof(UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C) == 0x000068, "Wrong size on UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C, Amount) == 0x000060, "Member 'UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C, ItemType) == 0x000064, "Member 'UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C, ItemSubtype) == 0x000065, "Member 'UBP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_C::ItemSubtype' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_WorldMapCapacity_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_WorldMapCapacity_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_WorldMapCapacity_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_WorldMapCapacity_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_WorldMapCapacity_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_WorldMapCapacity_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_WorldMapCapacity_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_CheckInternal, CallFunc_HasWorldMapCapacity_Result) == 0x000001, "Member 'BP_ConditionChecker_WorldMapCapacity_C_CheckInternal::CallFunc_HasWorldMapCapacity_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_WorldMapCapacity_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_WorldMapCapacity_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_WorldMapCapacity_C \ +static_assert(alignof(UBP_ConditionChecker_WorldMapCapacity_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_WorldMapCapacity_C"); \ +static_assert(sizeof(UBP_ConditionChecker_WorldMapCapacity_C) == 0x000068, "Wrong size on UBP_ConditionChecker_WorldMapCapacity_C"); \ +static_assert(offsetof(UBP_ConditionChecker_WorldMapCapacity_C, WorldMapCapacity) == 0x000060, "Member 'UBP_ConditionChecker_WorldMapCapacity_C::WorldMapCapacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal) == 0x000008, "Wrong alignment on BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal) == 0x000140, "Wrong size on BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal, CallFunc_GetItemStaticData_ItemData) == 0x000008, "Member 'BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal::CallFunc_GetItemStaticData_ItemData' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal, CallFunc_HasAtLeastAmountOfItemInInventory_Result) == 0x000138, "Member 'BP_ConditionChecker_AtLeastAmountOfItemInInventory_C_CheckInternal::CallFunc_HasAtLeastAmountOfItemInInventory_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C \ +static_assert(alignof(UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C"); \ +static_assert(sizeof(UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C) == 0x000078, "Wrong size on UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C"); \ +static_assert(offsetof(UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C, Amount) == 0x000070, "Member 'UBP_ConditionChecker_AtLeastAmountOfItemInInventory_C::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Female__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData) == 0x000F40, "Wrong size on ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, __NameProperty_229) == 0x000004, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::__NameProperty_229' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, __NameProperty_230) == 0x00000C, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::__NameProperty_230' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, __StructProperty_231) == 0x000018, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::__StructProperty_231' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0000D0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000100, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000130, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000160, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000190, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0001C0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0001F0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x000220, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000250, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000280, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x0002B0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x0002E0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000310, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000340, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000370, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x0003A0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_5) == 0x0003D0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_4) == 0x000400, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x000430, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000460, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000490, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_3) == 0x0004C0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_2) == 0x0004F0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone_1) == 0x000520, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SpringBone) == 0x000550, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x000580, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x0005B0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x0005E0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000610, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x000640, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x000670, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x0006A0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x0006D0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000700, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x000730, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000760, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000790, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x0007C0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x0007F0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x000820, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000850, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000880, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x0008B0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x0008E0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x000910, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x000940, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000970, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x0009A0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x0009D0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x000A00, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x000A30, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x000A60, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000A90, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000AC0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x000AF0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x000B20, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000B50, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000B80, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000BB0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000BE0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x000C10, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000C40, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000C70, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000CA0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000CD0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x000D00, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x000D30, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000D60, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000D90, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000DC0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000DF0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000E20, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000E50, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000E80, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000EB0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x000EE0, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000F10, "Member 'ABP_PostProcess_Expeditioners_Female::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Female_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Female_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Expeditioners_Female_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Female_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Expeditioners_Female_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Expeditioners_Female_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Expeditioners_Female_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female) == 0x000004, "Wrong alignment on ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female) == 0x000004, "Wrong size on ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Expeditioners_Female_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Female::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Expeditioners_Female_C \ +static_assert(alignof(UABP_PostProcess_Expeditioners_Female_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Expeditioners_Female_C"); \ +static_assert(sizeof(UABP_PostProcess_Expeditioners_Female_C) == 0x00D9B0, "Wrong size on UABP_PostProcess_Expeditioners_Female_C"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Expeditioners_Female_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_LinkedInputPose) == 0x000388, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_9) == 0x000440, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_8) == 0x000BE0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_7) == 0x001380, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_6) == 0x001B20, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_5) == 0x0022C0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_4) == 0x002A60, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_LocalToComponentSpace_1) == 0x003200, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_43) == 0x003220, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_3) == 0x0033C0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_2) == 0x003B60, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics_1) == 0x004300, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_KawaiiPhysics) == 0x004AA0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_42) == 0x005240, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_Root) == 0x0053E0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x005400, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone_5) == 0x005420, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone_4) == 0x005588, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_41) == 0x0056F0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_LocalToComponentSpace) == 0x005890, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_ComponentToLocalSpace) == 0x0058B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone_3) == 0x0058D0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone_2) == 0x005A38, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone_1) == 0x005BA0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_SpringBone) == 0x005D08, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_10) == 0x005E70, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_9) == 0x006390, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_8) == 0x0068B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_7) == 0x006DD0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_6) == 0x0072F0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_5) == 0x007810, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_4) == 0x007D30, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_3) == 0x008250, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_2) == 0x008770, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics_1) == 0x008C90, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_AnimDynamics) == 0x0091B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_40) == 0x0096D0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_39) == 0x009870, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_38) == 0x009A10, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_37) == 0x009BB0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_36) == 0x009D50, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_35) == 0x009EF0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_34) == 0x00A090, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_33) == 0x00A230, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_32) == 0x00A3D0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_31) == 0x00A570, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_30) == 0x00A710, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_29) == 0x00A8B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_28) == 0x00AA50, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_27) == 0x00ABF0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_26) == 0x00AD90, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_25) == 0x00AF30, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_24) == 0x00B0D0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_23) == 0x00B270, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_22) == 0x00B410, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_21) == 0x00B5B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_20) == 0x00B750, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_19) == 0x00B8F0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_18) == 0x00BA90, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_17) == 0x00BC30, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_16) == 0x00BDD0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_15) == 0x00BF70, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_14) == 0x00C110, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_13) == 0x00C2B0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_12) == 0x00C450, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_11) == 0x00C5F0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_10) == 0x00C790, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_9) == 0x00C930, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_8) == 0x00CAD0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_7) == 0x00CC70, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_6) == 0x00CE10, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_5) == 0x00CFB0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_4) == 0x00D150, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_3) == 0x00D2F0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_2) == 0x00D490, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver_1) == 0x00D630, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, AnimGraphNode_PoseDriver) == 0x00D7D0, "Member 'UABP_PostProcess_Expeditioners_Female_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, Physics_Settings_Coat) == 0x00D970, "Member 'UABP_PostProcess_Expeditioners_Female_C::Physics_Settings_Coat' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, Physics_Settings_Coat_Borders) == 0x00D988, "Member 'UABP_PostProcess_Expeditioners_Female_C::Physics_Settings_Coat_Borders' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Female_C, Alpha) == 0x00D9A0, "Member 'UABP_PostProcess_Expeditioners_Female_C::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Spline_crowd_C \ +static_assert(alignof(ABP_Spline_crowd_C) == 0x000008, "Wrong alignment on ABP_Spline_crowd_C"); \ +static_assert(sizeof(ABP_Spline_crowd_C) == 0x0002A0, "Wrong size on ABP_Spline_crowd_C"); \ +static_assert(offsetof(ABP_Spline_crowd_C, Spline) == 0x000290, "Member 'ABP_Spline_crowd_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_crowd_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Spline_crowd_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea) == 0x000010, "Wrong size on BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea, CanActivate) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea::CanActivate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_LevelAmbienceAreaManager_C_CanActivateLevelAmbienceArea::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio) == 0x000010, "Wrong size on BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio, CanUse) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio::CanUse' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio, CallFunc_Array_Contains_ReturnValue) == 0x000009, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting) == 0x000028, "Wrong size on BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, CanUse) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::CanUse' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_LevelAmbienceAreaManager_C_CanUseLevelAmbienceAreaForLighting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea) == 0x000018, "Wrong size on BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea, A) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea::A' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea, B) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea::B' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea, Result) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_CompareLevelAmbienceArea::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString) == 0x000110, "Wrong size on BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, ReturnValue) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, local_DebugString) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000D0, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E0, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F8, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_ComputeDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded) == 0x000020, "Wrong size on BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded, Name_0) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded, CallFunc_DEBUG_ComputeDebugString_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded::CallFunc_DEBUG_ComputeDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded, CallFunc_GetBoolCVar_ReturnValue) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_DEBUG_DisplayDebugStringIfNeeded::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas) == 0x000038, "Wrong size on BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, local_HasAppliedAmbienceForAudio) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::local_HasAppliedAmbienceForAudio' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, local_HasAppliedAmbienceForLighting) == 0x000001, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::local_HasAppliedAmbienceForLighting' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Not_PreBool_ReturnValue_1) == 0x000009, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_TryProcessLevelAmbienceAreaForAudio_HasAppliedAudio) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_TryProcessLevelAmbienceAreaForAudio_HasAppliedAudio' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_TryProcessLevelAmbienceAreaForLighting_HasAppliedLighting) == 0x000021, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_TryProcessLevelAmbienceAreaForLighting_HasAppliedLighting' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_CanActivateLevelAmbienceArea_CanActivate) == 0x000022, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_CanActivateLevelAmbienceArea_CanActivate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00002C, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_Max_ReturnValue) == 0x000030, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_LevelAmbienceAreaManager_C_EvaluateLevelAmbienceAreas::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager) == 0x000004, "Wrong alignment on BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager) == 0x000014, "Wrong size on BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager, EntryPoint) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager, CallFunc_UpdateLastMovementMode_ShouldEvaluate) == 0x00000C, "Member 'BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager::CallFunc_UpdateLastMovementMode_ShouldEvaluate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_ExecuteUbergraph_BP_LevelAmbienceAreaManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_ReceiveTick \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LevelAmbienceAreaManager_C_ReceiveTick"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_LevelAmbienceAreaManager_C_ReceiveTick"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea) == 0x000010, "Wrong size on BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea, CallFunc_Array_Contains_ReturnValue) == 0x00000C, "Member 'BP_LevelAmbienceAreaManager_C_RegisterLevelAmbienceArea::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas) == 0x000038, "Wrong size on BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_OrderingResult) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_OrderingResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_CmpSuccess) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_SomeAlteration) == 0x000019, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_SomeAlteration' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_Obj1) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_Obj1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_Obj2) == 0x000028, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_Obj2' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_Index1) == 0x000030, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_Index1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas, BPNode_SortArray_Index2) == 0x000034, "Member 'BP_LevelAmbienceAreaManager_C_SortLevelAmbienceAreas::BPNode_SortArray_Index2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio) == 0x000028, "Wrong size on BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, HasAppliedAudio) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::HasAppliedAudio' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, CallFunc_CanUseLevelAmbienceAreaForAudio_CanUse) == 0x000009, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::CallFunc_CanUseLevelAmbienceAreaForAudio_CanUse' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00000A, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForAudio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting) == 0x000028, "Wrong size on BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, HasAppliedLighting) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::HasAppliedLighting' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, CallFunc_CanUseLevelAmbienceAreaForLighting_CanUse) == 0x000009, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::CallFunc_CanUseLevelAmbienceAreaForLighting_CanUse' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00000A, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::K2Node_DynamicCast_AsBP_Lighting_Scenario_Reference' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_LevelAmbienceAreaManager_C_TryProcessLevelAmbienceAreaForLighting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea) == 0x000098, "Wrong size on BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, LevelAmbienceArea) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::LevelAmbienceArea' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, CallFunc_Array_RemoveItem_ReturnValue) == 0x000070, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_LevelAmbienceAreaManager_C_UnregisterLevelAmbienceArea::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode \ +static_assert(alignof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode) == 0x000008, "Wrong alignment on BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode"); \ +static_assert(sizeof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode) == 0x000030, "Wrong size on BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, ShouldEvaluate) == 0x000000, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::ShouldEvaluate' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, CallFunc_GetMovementComponent_ReturnValue) == 0x000018, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000020, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000029, "Member 'BP_LevelAmbienceAreaManager_C_UpdateLastMovementMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LevelAmbienceAreaManager_C \ +static_assert(alignof(UBP_LevelAmbienceAreaManager_C) == 0x000008, "Wrong alignment on UBP_LevelAmbienceAreaManager_C"); \ +static_assert(sizeof(UBP_LevelAmbienceAreaManager_C) == 0x0000E0, "Wrong size on UBP_LevelAmbienceAreaManager_C"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_LevelAmbienceAreaManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, LevelAmbienceAreas) == 0x0000A8, "Member 'UBP_LevelAmbienceAreaManager_C::LevelAmbienceAreas' has a wrong offset!"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, LastLevelAmbienceAreaForLighting) == 0x0000B8, "Member 'UBP_LevelAmbienceAreaManager_C::LastLevelAmbienceAreaForLighting' has a wrong offset!"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, LastLevelAmbienceAreaForAudio) == 0x0000C0, "Member 'UBP_LevelAmbienceAreaManager_C::LastLevelAmbienceAreaForAudio' has a wrong offset!"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, LastMovementMode) == 0x0000C8, "Member 'UBP_LevelAmbienceAreaManager_C::LastMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_LevelAmbienceAreaManager_C, Dummy_CompareLevelAmbienceArea) == 0x0000D0, "Member 'UBP_LevelAmbienceAreaManager_C::Dummy_CompareLevelAmbienceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_BindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal, CallFunc_HasCharacterInCollection_Result) == 0x000001, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_CheckInternal::CallFunc_HasCharacterInCollection_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged) == 0x000028, "Wrong size on BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_UnbindEventOnGameStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker) == 0x000038, "Wrong size on BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_HasCharacterInCollection_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_HasCharacterInCollection_C \ +static_assert(alignof(UBP_ConditionChecker_HasCharacterInCollection_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_HasCharacterInCollection_C"); \ +static_assert(sizeof(UBP_ConditionChecker_HasCharacterInCollection_C) == 0x000068, "Wrong size on UBP_ConditionChecker_HasCharacterInCollection_C"); \ +static_assert(offsetof(UBP_ConditionChecker_HasCharacterInCollection_C, Character) == 0x000060, "Member 'UBP_ConditionChecker_HasCharacterInCollection_C::Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_HasCharacterInCollection_C, CheckExcludedCharacters) == 0x000061, "Member 'UBP_ConditionChecker_HasCharacterInCollection_C::CheckExcludedCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged, CallFunc_GetQuestSystem_QuestSystem) == 0x000010, "Member 'BP_ConditionChecker_QuestStatus_C_BindEventOnGameStateChanged::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestStatus_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_QuestStatus_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_QuestStatus_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_QuestStatus_C_CheckInternal) == 0x000002, "Wrong size on BP_ConditionChecker_QuestStatus_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_QuestStatus_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_CheckInternal, CallFunc_QuestHasStatus_Result) == 0x000001, "Member 'BP_ConditionChecker_QuestStatus_C_CheckInternal::CallFunc_QuestHasStatus_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged) == 0x000018, "Wrong size on BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged, CallFunc_GetQuestSystem_QuestSystem) == 0x000010, "Member 'BP_ConditionChecker_QuestStatus_C_UnbindEventOnGameStateChanged::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker) == 0x000058, "Wrong size on BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000020, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000030, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_GetQuestDataTable_ReturnValue) == 0x000048, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_GetQuestDataTable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_DoesDataTableRowExist_ReturnValue) == 0x000051, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_DoesDataTableRowExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000052, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'BP_ConditionChecker_QuestStatus_C_ValidateConditionChecker::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_QuestStatus_C \ +static_assert(alignof(UBP_ConditionChecker_QuestStatus_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_QuestStatus_C"); \ +static_assert(sizeof(UBP_ConditionChecker_QuestStatus_C) == 0x000078, "Wrong size on UBP_ConditionChecker_QuestStatus_C"); \ +static_assert(offsetof(UBP_ConditionChecker_QuestStatus_C, Quest) == 0x000060, "Member 'UBP_ConditionChecker_QuestStatus_C::Quest' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_QuestStatus_C, Status) == 0x000070, "Member 'UBP_ConditionChecker_QuestStatus_C::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_CheckForErrors \ +static_assert(alignof(BP_World_Audio_Component_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_CheckForErrors"); \ +static_assert(sizeof(BP_World_Audio_Component_C_CheckForErrors) == 0x000050, "Wrong size on BP_World_Audio_Component_C_CheckForErrors"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_World_Audio_Component_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_World_Audio_Component_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_World_Audio_Component_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_World_Audio_Component_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_World_Audio_Component_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_World_Audio_Component_C_CheckForErrors::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_World_Audio_Component_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_ClearRFXData \ +static_assert(alignof(BP_World_Audio_Component_C_ClearRFXData) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_ClearRFXData"); \ +static_assert(sizeof(BP_World_Audio_Component_C_ClearRFXData) == 0x000048, "Wrong size on BP_World_Audio_Component_C_ClearRFXData"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_ClearRFXData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_ClearRFXData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_World_Audio_Component_C_ClearRFXData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_World_Audio_Component_C_ClearRFXData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_World_Audio_Component_C_ClearRFXData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ClearRFXData, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_World_Audio_Component_C_ClearRFXData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_ComputeRFXLocation \ +static_assert(alignof(BP_World_Audio_Component_C_ComputeRFXLocation) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_ComputeRFXLocation"); \ +static_assert(sizeof(BP_World_Audio_Component_C_ComputeRFXLocation) == 0x000110, "Wrong size on BP_World_Audio_Component_C_ComputeRFXLocation"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, Sound) == 0x000000, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, Location) == 0x000008, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000020, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_GetMaxDistanceAttenuation_ReturnValue) == 0x000028, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_GetMaxDistanceAttenuation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_GetCameraLocation_ReturnValue) == 0x000030, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_RandomFloatInRange_ReturnValue) == 0x000048, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, Temp_wildcard_Variable) == 0x000050, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000060, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_MakeRotator_ReturnValue) == 0x000070, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000088, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_GetForwardVector_ReturnValue) == 0x000090, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A8, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D8, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x0000F0, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000F8, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000100, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ComputeRFXLocation, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000108, "Member 'BP_World_Audio_Component_C_ComputeRFXLocation::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component \ +static_assert(alignof(BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component) == 0x000004, "Wrong alignment on BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component"); \ +static_assert(sizeof(BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component) == 0x000008, "Wrong size on BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component, EntryPoint) == 0x000000, "Member 'BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_World_Audio_Component_C_ExecuteUbergraph_BP_World_Audio_Component::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_OnRFXTimerElapsed \ +static_assert(alignof(BP_World_Audio_Component_C_OnRFXTimerElapsed) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_OnRFXTimerElapsed"); \ +static_assert(sizeof(BP_World_Audio_Component_C_OnRFXTimerElapsed) == 0x000078, "Wrong size on BP_World_Audio_Component_C_OnRFXTimerElapsed"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, Temp_int_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, Temp_wildcard_Variable) == 0x000020, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_ComputeRFXLocation_Location) == 0x000030, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_ComputeRFXLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000048, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000058, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_Array_Random_OutItem) == 0x000060, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_Array_Random_OutIndex) == 0x000068, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x00006C, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_OnRFXTimerElapsed, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BP_World_Audio_Component_C_OnRFXTimerElapsed::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_PauseAllRFXs \ +static_assert(alignof(BP_World_Audio_Component_C_PauseAllRFXs) == 0x000004, "Wrong alignment on BP_World_Audio_Component_C_PauseAllRFXs"); \ +static_assert(sizeof(BP_World_Audio_Component_C_PauseAllRFXs) == 0x000018, "Wrong size on BP_World_Audio_Component_C_PauseAllRFXs"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, Temp_int_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_PauseAllRFXs, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_World_Audio_Component_C_PauseAllRFXs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_ReceiveEndPlay \ +static_assert(alignof(BP_World_Audio_Component_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_World_Audio_Component_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_World_Audio_Component_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_World_Audio_Component_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_World_Audio_Component_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_World_Audio_Component_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_StartRFXTimers \ +static_assert(alignof(BP_World_Audio_Component_C_StartRFXTimers) == 0x000004, "Wrong alignment on BP_World_Audio_Component_C_StartRFXTimers"); \ +static_assert(sizeof(BP_World_Audio_Component_C_StartRFXTimers) == 0x000028, "Wrong size on BP_World_Audio_Component_C_StartRFXTimers"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_StartRFXTimers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, Temp_int_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_StartRFXTimers::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_World_Audio_Component_C_StartRFXTimers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_World_Audio_Component_C_StartRFXTimers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_World_Audio_Component_C_StartRFXTimers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000014, "Member 'BP_World_Audio_Component_C_StartRFXTimers::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'BP_World_Audio_Component_C_StartRFXTimers::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, CallFunc_Less_IntInt_ReturnValue) == 0x000016, "Member 'BP_World_Audio_Component_C_StartRFXTimers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StartRFXTimers, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_World_Audio_Component_C_StartRFXTimers::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_StopRFX \ +static_assert(alignof(BP_World_Audio_Component_C_StopRFX) == 0x000004, "Wrong alignment on BP_World_Audio_Component_C_StopRFX"); \ +static_assert(sizeof(BP_World_Audio_Component_C_StopRFX) == 0x000018, "Wrong size on BP_World_Audio_Component_C_StopRFX"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_StopRFX::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, Temp_int_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_StopRFX::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_World_Audio_Component_C_StopRFX::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_World_Audio_Component_C_StopRFX::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_World_Audio_Component_C_StopRFX::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_StopRFX, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_World_Audio_Component_C_StopRFX::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_UnpauseAllRFXs \ +static_assert(alignof(BP_World_Audio_Component_C_UnpauseAllRFXs) == 0x000004, "Wrong alignment on BP_World_Audio_Component_C_UnpauseAllRFXs"); \ +static_assert(sizeof(BP_World_Audio_Component_C_UnpauseAllRFXs) == 0x000018, "Wrong size on BP_World_Audio_Component_C_UnpauseAllRFXs"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, Temp_int_Variable) == 0x000004, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UnpauseAllRFXs, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_World_Audio_Component_C_UnpauseAllRFXs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset \ +static_assert(alignof(BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset"); \ +static_assert(sizeof(BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset) == 0x000010, "Wrong size on BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset, Ambience) == 0x000000, "Member 'BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset::Ambience' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_World_Audio_Component_C_UpdateFullAmbienceFromAsset::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_World_Audio_Component_C_UpdateRFXData \ +static_assert(alignof(BP_World_Audio_Component_C_UpdateRFXData) == 0x000008, "Wrong alignment on BP_World_Audio_Component_C_UpdateRFXData"); \ +static_assert(sizeof(BP_World_Audio_Component_C_UpdateRFXData) == 0x000060, "Wrong size on BP_World_Audio_Component_C_UpdateRFXData"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, AmbianceAsset) == 0x000000, "Member 'BP_World_Audio_Component_C_UpdateRFXData::AmbianceAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_World_Audio_Component_C_UpdateRFXData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_World_Audio_Component_C_UpdateRFXData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, K2Node_MakeStruct_S_RuntimeSoundDataWithDelay) == 0x000028, "Member 'BP_World_Audio_Component_C_UpdateRFXData::K2Node_MakeStruct_S_RuntimeSoundDataWithDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_World_Audio_Component_C_UpdateRFXData, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_World_Audio_Component_C_UpdateRFXData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_World_Audio_Component_C \ +static_assert(alignof(UBP_World_Audio_Component_C) == 0x000008, "Wrong alignment on UBP_World_Audio_Component_C"); \ +static_assert(sizeof(UBP_World_Audio_Component_C) == 0x0000D0, "Wrong size on UBP_World_Audio_Component_C"); \ +static_assert(offsetof(UBP_World_Audio_Component_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_World_Audio_Component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_World_Audio_Component_C, DEBUG_DrawEnable) == 0x0000A8, "Member 'UBP_World_Audio_Component_C::DEBUG_DrawEnable' has a wrong offset!"); \ +static_assert(offsetof(UBP_World_Audio_Component_C, MinRatioAttenuationAroundPlayer) == 0x0000B0, "Member 'UBP_World_Audio_Component_C::MinRatioAttenuationAroundPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_World_Audio_Component_C, MaxRatioAttenuationAroundPlayer) == 0x0000B8, "Member 'UBP_World_Audio_Component_C::MaxRatioAttenuationAroundPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBP_World_Audio_Component_C, RFXRuntimeData) == 0x0000C0, "Member 'UBP_World_Audio_Component_C::RFXRuntimeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere \ +static_assert(alignof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere) == 0x000008, "Wrong alignment on BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere"); \ +static_assert(sizeof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere) == 0x000BB8, "Wrong size on BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000019, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue_1) == 0x000020, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000030, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue_2) == 0x000038, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000040, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue_3) == 0x000048, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000050, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000058, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue_4) == 0x000060, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000068, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000070, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetPlayerController_ReturnValue_5) == 0x000078, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000080, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetDialogueStage_DialogueStage) == 0x000088, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_SwitchInteger_CmpSuccess) == 0x00008C, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x000090, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0000A8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_GetQuestSystem_QuestSystem) == 0x0000B0, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x0000B8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000180, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_FRichDialogueLine) == 0x000248, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000378, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeArray_Array) == 0x0004A8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeArray_Array_1) == 0x0004B8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x0004C8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000590, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000658, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000788, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeArray_Array_2) == 0x0008B8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeArray_Array_3) == 0x0008C8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x0008D8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x0009A0, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000A68, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, K2Node_MakeArray_Array_4) == 0x000B98, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000BA8, "Member 'BP_Dialogue_Gardens_Maelle_SophieDownThere_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_SophieDownThere::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Gardens_Maelle_SophieDownThere_C \ +static_assert(alignof(ABP_Dialogue_Gardens_Maelle_SophieDownThere_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Gardens_Maelle_SophieDownThere_C"); \ +static_assert(sizeof(ABP_Dialogue_Gardens_Maelle_SophieDownThere_C) == 0x000350, "Wrong size on ABP_Dialogue_Gardens_Maelle_SophieDownThere_C"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_SophieDownThere_C, UberGraphFrame_BP_Dialogue_Gardens_Maelle_SophieDownThere_C) == 0x000338, "Member 'ABP_Dialogue_Gardens_Maelle_SophieDownThere_C::UberGraphFrame_BP_Dialogue_Gardens_Maelle_SophieDownThere_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_SophieDownThere_C, FlowerItem) == 0x000340, "Member 'ABP_Dialogue_Gardens_Maelle_SophieDownThere_C::FlowerItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_DeactivationZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_GrapplePoint_C_BndEvt__BP_GrapplePoint_InteractionRange_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_CheckForErrors \ +static_assert(alignof(BP_GrapplePoint_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_CheckForErrors"); \ +static_assert(sizeof(BP_GrapplePoint_C_CheckForErrors) == 0x0001E0, "Wrong size on BP_GrapplePoint_C_CheckForErrors"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_GrapplePoint_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_GrapplePoint_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_GrapplePoint_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_MakeLiteralDouble_ReturnValue) == 0x0000F0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_3) == 0x000140, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000188, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x000190, "Member 'BP_GrapplePoint_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0001B0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_MakeLiteralBool_ReturnValue) == 0x0001B4, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x0001B8, "Member 'BP_GrapplePoint_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0001C0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0001D0, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0001D4, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x0001D8, "Member 'BP_GrapplePoint_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius \ +static_assert(alignof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius"); \ +static_assert(sizeof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius) == 0x000128, "Wrong size on BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000000, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000100, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_GrapplePoint_C_DEBUG_ValidateInteractionRadius::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint \ +static_assert(alignof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint"); \ +static_assert(sizeof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint) == 0x000348, "Wrong size on BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, EntryPoint) == 0x000000, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_real_Variable) == 0x000004, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_real_Variable_1) == 0x000018, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00001C, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_Event_InteractingWorldCharacter) == 0x000020, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_Event_Instant) == 0x000028, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000030, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000038, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000040, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000048, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x00004C, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000050, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000148, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000150, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000158, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000160, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000168, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_AsBP_J_RPG_Character_World_1) == 0x000178, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_AsBP_J_RPG_Character_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_bSuccess_1) == 0x000180, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Array_Get_Item) == 0x000188, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Array_Length_ReturnValue) == 0x000198, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001A0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001A8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001B0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001B8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_bFromSweep) == 0x0001BC, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_SweepResult) == 0x0001C0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0002B8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherActor) == 0x0002C0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherComp) == 0x0002C8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0002D0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_AsBP_J_RPG_Character_World_2) == 0x0002D8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_AsBP_J_RPG_Character_World_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_bSuccess_2) == 0x0002E0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_AsBP_J_RPG_Character_World_3) == 0x0002E8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_AsBP_J_RPG_Character_World_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_bSuccess_3) == 0x0002F0, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_GetArmRingComponents_ArmRingComponents) == 0x0002F8, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_GetArmRingComponents_ArmRingComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Array_Get_Item_1) == 0x000308, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Array_Length_ReturnValue_1) == 0x000310, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Less_IntInt_ReturnValue) == 0x000314, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000315, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_bool_Variable) == 0x000316, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_GetPlayerController_ReturnValue) == 0x000318, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000320, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_DynamicCast_bSuccess_4) == 0x000328, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_IsInBattle_ReturnValue) == 0x000329, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_IsInBattle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Not_PreBool_ReturnValue) == 0x00032A, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Not_PreBool_ReturnValue_1) == 0x00032B, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_BooleanAND_ReturnValue) == 0x00032C, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_Select_Default) == 0x000330, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, Temp_int_Loop_Counter_Variable_1) == 0x000334, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Less_IntInt_ReturnValue_1) == 0x000338, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, CallFunc_Add_IntInt_ReturnValue_1) == 0x00033C, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint, K2Node_Event_DeltaSeconds) == 0x000340, "Member 'BP_GrapplePoint_C_ExecuteUbergraph_BP_GrapplePoint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_GetInteractionPromptParams \ +static_assert(alignof(BP_GrapplePoint_C_GetInteractionPromptParams) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_GetInteractionPromptParams"); \ +static_assert(sizeof(BP_GrapplePoint_C_GetInteractionPromptParams) == 0x000030, "Wrong size on BP_GrapplePoint_C_GetInteractionPromptParams"); \ +static_assert(offsetof(BP_GrapplePoint_C_GetInteractionPromptParams, PromptParams) == 0x000000, "Member 'BP_GrapplePoint_C_GetInteractionPromptParams::PromptParams' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_GetInteractionPromptParams, K2Node_MakeStruct_FPromptParams) == 0x000018, "Member 'BP_GrapplePoint_C_GetInteractionPromptParams::K2Node_MakeStruct_FPromptParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_OnInteractionRequested \ +static_assert(alignof(BP_GrapplePoint_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GrapplePoint_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GrapplePoint_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GrapplePoint_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GrapplePoint_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GrapplePoint_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_Play_Sound_Gapplin_Available \ +static_assert(alignof(BP_GrapplePoint_C_Play_Sound_Gapplin_Available) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_Play_Sound_Gapplin_Available"); \ +static_assert(sizeof(BP_GrapplePoint_C_Play_Sound_Gapplin_Available) == 0x000008, "Wrong size on BP_GrapplePoint_C_Play_Sound_Gapplin_Available"); \ +static_assert(offsetof(BP_GrapplePoint_C_Play_Sound_Gapplin_Available, AC_Hand_R_01_0) == 0x000000, "Member 'BP_GrapplePoint_C_Play_Sound_Gapplin_Available::AC_Hand_R_01_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_ReceiveTick \ +static_assert(alignof(BP_GrapplePoint_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GrapplePoint_C_ReceiveTick"); \ +static_assert(sizeof(BP_GrapplePoint_C_ReceiveTick) == 0x000004, "Wrong size on BP_GrapplePoint_C_ReceiveTick"); \ +static_assert(offsetof(BP_GrapplePoint_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GrapplePoint_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_Stop__Sound_Gapplin_Available \ +static_assert(alignof(BP_GrapplePoint_C_Stop__Sound_Gapplin_Available) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_Stop__Sound_Gapplin_Available"); \ +static_assert(sizeof(BP_GrapplePoint_C_Stop__Sound_Gapplin_Available) == 0x000018, "Wrong size on BP_GrapplePoint_C_Stop__Sound_Gapplin_Available"); \ +static_assert(offsetof(BP_GrapplePoint_C_Stop__Sound_Gapplin_Available, AC_Hand_R_01_0) == 0x000000, "Member 'BP_GrapplePoint_C_Stop__Sound_Gapplin_Available::AC_Hand_R_01_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_Stop__Sound_Gapplin_Available, CallFunc_SetTriggerParameter_self_CastInput) == 0x000008, "Member 'BP_GrapplePoint_C_Stop__Sound_Gapplin_Available::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GrapplePoint_C_GetInteractionLocation \ +static_assert(alignof(BP_GrapplePoint_C_GetInteractionLocation) == 0x000008, "Wrong alignment on BP_GrapplePoint_C_GetInteractionLocation"); \ +static_assert(sizeof(BP_GrapplePoint_C_GetInteractionLocation) == 0x000030, "Wrong size on BP_GrapplePoint_C_GetInteractionLocation"); \ +static_assert(offsetof(BP_GrapplePoint_C_GetInteractionLocation, Location) == 0x000000, "Member 'BP_GrapplePoint_C_GetInteractionLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_GrapplePoint_C_GetInteractionLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_GrapplePoint_C_GetInteractionLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GrapplePoint_C \ +static_assert(alignof(ABP_GrapplePoint_C) == 0x000008, "Wrong alignment on ABP_GrapplePoint_C"); \ +static_assert(sizeof(ABP_GrapplePoint_C) == 0x000378, "Wrong size on ABP_GrapplePoint_C"); \ +static_assert(offsetof(ABP_GrapplePoint_C, UberGraphFrame_BP_GrapplePoint_C) == 0x0002F0, "Member 'ABP_GrapplePoint_C::UberGraphFrame_BP_GrapplePoint_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, TextRender_EditorHelp) == 0x0002F8, "Member 'ABP_GrapplePoint_C::TextRender_EditorHelp' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, SkeletalMesh_EditorHelp) == 0x000300, "Member 'ABP_GrapplePoint_C::SkeletalMesh_EditorHelp' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, FX_Anchor) == 0x000308, "Member 'ABP_GrapplePoint_C::FX_Anchor' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, ForceFeedback) == 0x000310, "Member 'ABP_GrapplePoint_C::ForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, BP_GPE_InternalActivationComponent) == 0x000318, "Member 'ABP_GrapplePoint_C::BP_GPE_InternalActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, Grapple) == 0x000320, "Member 'ABP_GrapplePoint_C::Grapple' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, DeactivationZone) == 0x000328, "Member 'ABP_GrapplePoint_C::DeactivationZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, LandingSpot) == 0x000330, "Member 'ABP_GrapplePoint_C::LandingSpot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, GrappleComponentReference) == 0x000338, "Member 'ABP_GrapplePoint_C::GrappleComponentReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, Activated) == 0x000340, "Member 'ABP_GrapplePoint_C::Activated' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, CanBeActivated) == 0x000341, "Member 'ABP_GrapplePoint_C::CanBeActivated' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, GPEInterface) == 0x000348, "Member 'ABP_GrapplePoint_C::GPEInterface' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, GameActionsOnMidAir) == 0x000358, "Member 'ABP_GrapplePoint_C::GameActionsOnMidAir' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, AC_Hand_R_01) == 0x000368, "Member 'ABP_GrapplePoint_C::AC_Hand_R_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, FFBIntensityMultiplier) == 0x000370, "Member 'ABP_GrapplePoint_C::FFBIntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_GrapplePoint_C, IsInRange) == 0x000374, "Member 'ABP_GrapplePoint_C::IsInRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera, CallFunc_GetSpringArmFreeAimCamera_SpringArm) == 0x000020, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera::CallFunc_GetSpringArmFreeAimCamera_SpringArm' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera, CallFunc_GetFreeAimCamera_Camera) == 0x000028, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnFreeAimCamera::CallFunc_GetFreeAimCamera_Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000020, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera, CallFunc_GetMainCamera_MainCamera) == 0x000028, "Member 'BP_CameraControllerComponent_C_AddCameraConfigOnMainCamera::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents \ +static_assert(alignof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents) == 0x000058, "Wrong size on BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, CameraComponent) == 0x000000, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, SpringArmComponent) == 0x000008, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::SpringArmComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, CameraConfig) == 0x000010, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, TransitionParameters) == 0x000018, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, CallFunc_Format_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents, CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender) == 0x000050, "Member 'BP_CameraControllerComponent_C_AddNewCameraConfigOnComponents::CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_CanPerformCameraRecenter \ +static_assert(alignof(BP_CameraControllerComponent_C_CanPerformCameraRecenter) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_CanPerformCameraRecenter"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_CanPerformCameraRecenter) == 0x000018, "Wrong size on BP_CameraControllerComponent_C_CanPerformCameraRecenter"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CanPerformCameraRecenter, ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_CanPerformCameraRecenter::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CanPerformCameraRecenter, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_CanPerformCameraRecenter::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CanPerformCameraRecenter, CallFunc_IsPerformingLookAt_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_CanPerformCameraRecenter::CallFunc_IsPerformingLookAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CanPerformCameraRecenter, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_CameraControllerComponent_C_CanPerformCameraRecenter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_CheckForErrors \ +static_assert(alignof(BP_CameraControllerComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_CheckForErrors) == 0x000040, "Wrong size on BP_CameraControllerComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_CameraControllerComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, Temp_text_Variable) == 0x000018, "Member 'BP_CameraControllerComponent_C_CheckForErrors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_CameraControllerComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_CameraControllerComponent_C_CheckForErrors::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CameraControllerComponent_C_CheckForErrors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_CameraControllerComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_ComputeCameraShakeScale \ +static_assert(alignof(BP_CameraControllerComponent_C_ComputeCameraShakeScale) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_ComputeCameraShakeScale"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_ComputeCameraShakeScale) == 0x000048, "Wrong size on BP_CameraControllerComponent_C_ComputeCameraShakeScale"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_VSizeSquared_ReturnValue) == 0x000028, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_NormalizeToRange_ReturnValue) == 0x000030, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeCameraShakeScale, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_ComputeCameraShakeScale::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh \ +static_assert(alignof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh) == 0x000050, "Wrong size on BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, CallFunc_GetMainCamera_MainCamera) == 0x000010, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000030, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh, CallFunc_Vector_Distance_ReturnValue) == 0x000048, "Member 'BP_CameraControllerComponent_C_ComputeDistanceBetweenCameraAndCharacterMesh::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent \ +static_assert(alignof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent) == 0x000068, "Wrong size on BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, local_DebugString) == 0x000000, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_GetBoolCVar_ReturnValue) == 0x00001C, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_GetDebugString_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_CameraControllerComponent_C_DebugDrawCameraControllerComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent \ +static_assert(alignof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent) == 0x000028, "Wrong size on BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, EntryPoint) == 0x000000, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, K2Node_Event_Paused) == 0x000008, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, CallFunc_UpdateCameraRecenter_DeltaSeconds_ImplicitCast) == 0x000010, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::CallFunc_UpdateCameraRecenter_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, CallFunc_UpdateDynamicCameraFocusDistance_DeltaSeconds_ImplicitCast) == 0x000018, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::CallFunc_UpdateDynamicCameraFocusDistance_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent, CallFunc_UpdateCameraShake_DeltaSeconds_ImplicitCast) == 0x000020, "Member 'BP_CameraControllerComponent_C_ExecuteUbergraph_BP_CameraControllerComponent::CallFunc_UpdateCameraShake_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender \ +static_assert(alignof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender) == 0x000058, "Wrong size on BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CameraComponent) == 0x000000, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, SpringArmComponent) == 0x000008, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::SpringArmComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CameraConfigBlender) == 0x000010, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CameraConfigBlender' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_IsAppliedOnComponents_IsApplied) == 0x000038, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_IsAppliedOnComponents_IsApplied' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_CameraControllerComponent_C_FindOrCreateCameraConfigBlender::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_GetCameraConfig \ +static_assert(alignof(BP_CameraControllerComponent_C_GetCameraConfig) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_GetCameraConfig"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_GetCameraConfig) == 0x000130, "Wrong size on BP_CameraControllerComponent_C_GetCameraConfig"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, Index_0) == 0x000000, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, CameraConfig) == 0x000008, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, CallFunc_GetCurrentCameraConfigFromComponents_CameraConfig) == 0x0000A0, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::CallFunc_GetCurrentCameraConfigFromComponents_CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetCameraConfig, CallFunc_Greater_IntInt_ReturnValue) == 0x000128, "Member 'BP_CameraControllerComponent_C_GetCameraConfig::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld \ +static_assert(alignof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld) == 0x000020, "Wrong size on BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld, CharacterWorld) == 0x000000, "Member 'BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld::CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CameraControllerComponent_C_GetOwnerAsCharacterWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_IsPerformingCameraRecenter \ +static_assert(alignof(BP_CameraControllerComponent_C_IsPerformingCameraRecenter) == 0x000001, "Wrong alignment on BP_CameraControllerComponent_C_IsPerformingCameraRecenter"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_IsPerformingCameraRecenter) == 0x000001, "Wrong size on BP_CameraControllerComponent_C_IsPerformingCameraRecenter"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_IsPerformingCameraRecenter, ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_IsPerformingCameraRecenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_ReceiveTick \ +static_assert(alignof(BP_CameraControllerComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CameraControllerComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CameraControllerComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CameraControllerComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents \ +static_assert(alignof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents) == 0x000058, "Wrong size on BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, CameraComponent) == 0x000000, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, SpringArmComponent) == 0x000008, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::SpringArmComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, CameraConfig) == 0x000010, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, TransitionParameters) == 0x000018, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, CallFunc_Format_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents, CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender) == 0x000050, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnComponents::CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera, CallFunc_GetFreeAimCamera_Camera) == 0x000020, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera::CallFunc_GetFreeAimCamera_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera, CallFunc_GetSpringArmFreeAimCamera_SpringArm) == 0x000028, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnFreeAimCamera::CallFunc_GetSpringArmFreeAimCamera_SpringArm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera, CallFunc_GetMainCamera_MainCamera) == 0x000020, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000028, "Member 'BP_CameraControllerComponent_C_RemoveCameraConfigOnMainCamera::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_RequestCameraRecenter \ +static_assert(alignof(BP_CameraControllerComponent_C_RequestCameraRecenter) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_RequestCameraRecenter"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_RequestCameraRecenter) == 0x000038, "Wrong size on BP_CameraControllerComponent_C_RequestCameraRecenter"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RequestCameraRecenter, CameraRecenterRequest_0) == 0x000000, "Member 'BP_CameraControllerComponent_C_RequestCameraRecenter::CameraRecenterRequest_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RequestCameraRecenter, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_RequestCameraRecenter::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RequestCameraRecenter, CallFunc_CanPerformCameraRecenter_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_RequestCameraRecenter::CallFunc_CanPerformCameraRecenter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RequestCameraRecenter, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_RequestCameraRecenter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_RequestCameraRecenter, CallFunc_GetControlRotation_ReturnValue) == 0x000020, "Member 'BP_CameraControllerComponent_C_RequestCameraRecenter::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetFocusDistance \ +static_assert(alignof(BP_CameraControllerComponent_C_SetFocusDistance) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetFocusDistance"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetFocusDistance) == 0x000088, "Wrong size on BP_CameraControllerComponent_C_SetFocusDistance"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, FocusDistance) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, K2Node_MakeStruct_CameraFocusSettings) == 0x000010, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, CallFunc_GetMainCamera_MainCamera) == 0x000070, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, K2Node_DynamicCast_AsCine_Camera_Component) == 0x000078, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::K2Node_DynamicCast_AsCine_Camera_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistance, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_CameraControllerComponent_C_SetFocusDistance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetFocusDistanceWithComponent \ +static_assert(alignof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetFocusDistanceWithComponent"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent) == 0x0000C8, "Wrong size on BP_CameraControllerComponent_C_SetFocusDistanceWithComponent"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, ComponentToFocus) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::ComponentToFocus' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, CallFunc_GetMainCamera_MainCamera) == 0x000028, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000030, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, K2Node_DynamicCast_AsCine_Camera_Component) == 0x000048, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::K2Node_DynamicCast_AsCine_Camera_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, CallFunc_Vector_Distance_ReturnValue) == 0x000058, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, K2Node_MakeStruct_CameraFocusSettings) == 0x000060, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::K2Node_MakeStruct_CameraFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetFocusDistanceWithComponent, K2Node_MakeStruct_ManualFocusDistance_ImplicitCast) == 0x0000C0, "Member 'BP_CameraControllerComponent_C_SetFocusDistanceWithComponent::K2Node_MakeStruct_ManualFocusDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetGameplayPaused \ +static_assert(alignof(BP_CameraControllerComponent_C_SetGameplayPaused) == 0x000001, "Wrong alignment on BP_CameraControllerComponent_C_SetGameplayPaused"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetGameplayPaused) == 0x000001, "Wrong size on BP_CameraControllerComponent_C_SetGameplayPaused"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetGameplayPaused, Paused) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetupCameraConfigOnComponents \ +static_assert(alignof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetupCameraConfigOnComponents"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents) == 0x000058, "Wrong size on BP_CameraControllerComponent_C_SetupCameraConfigOnComponents"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, CameraComponent) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, SpringArmComponent) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::SpringArmComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, CameraConfig) == 0x000010, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, TransitionParameters) == 0x000018, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, CallFunc_Format_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnComponents, CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender) == 0x000050, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnComponents::CallFunc_FindOrCreateCameraConfigBlender_CameraConfigBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera, CallFunc_GetSpringArmFreeAimCamera_SpringArm) == 0x000020, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera::CallFunc_GetSpringArmFreeAimCamera_SpringArm' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera, CallFunc_GetFreeAimCamera_Camera) == 0x000028, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnFreeAimCamera::CallFunc_GetFreeAimCamera_Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera \ +static_assert(alignof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera) == 0x000030, "Wrong size on BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera, TransitionParameters) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera::TransitionParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000018, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera, CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera) == 0x000020, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera::CallFunc_GetSpringArmMainCamera_SpringArm_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera, CallFunc_GetMainCamera_MainCamera) == 0x000028, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigOnMainCamera::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_SetupCameraConfigs \ +static_assert(alignof(BP_CameraControllerComponent_C_SetupCameraConfigs) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_SetupCameraConfigs"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_SetupCameraConfigs) == 0x000020, "Wrong size on BP_CameraControllerComponent_C_SetupCameraConfigs"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigs, CameraConfig) == 0x000000, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigs::CameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigs, FreeAimCameraConfig) == 0x000008, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigs::FreeAimCameraConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_SetupCameraConfigs, TransitionParameters) == 0x000010, "Member 'BP_CameraControllerComponent_C_SetupCameraConfigs::TransitionParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_ShouldEnableCameraShake \ +static_assert(alignof(BP_CameraControllerComponent_C_ShouldEnableCameraShake) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_ShouldEnableCameraShake"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_ShouldEnableCameraShake) == 0x000028, "Wrong size on BP_CameraControllerComponent_C_ShouldEnableCameraShake"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_HasCameraOverride_HasOverride) == 0x000011, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_HasCameraOverride_HasOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_GetCustomGI_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_GetCurrentCharacterWorld_CurrentCharacterWorldEnum) == 0x000020, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_GetCurrentCharacterWorld_CurrentCharacterWorldEnum' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_ShouldEnableCameraShake, CallFunc_Array_Contains_ReturnValue) == 0x000021, "Member 'BP_CameraControllerComponent_C_ShouldEnableCameraShake::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_StopAllCameraShakes \ +static_assert(alignof(BP_CameraControllerComponent_C_StopAllCameraShakes) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_StopAllCameraShakes"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_StopAllCameraShakes) == 0x000008, "Wrong size on BP_CameraControllerComponent_C_StopAllCameraShakes"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_StopAllCameraShakes, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_CameraControllerComponent_C_StopAllCameraShakes::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_UpdateCameraConfigBlenders \ +static_assert(alignof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_UpdateCameraConfigBlenders"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders) == 0x000028, "Wrong size on BP_CameraControllerComponent_C_UpdateCameraConfigBlenders"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, DeltaSeconds) == 0x000000, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraConfigBlenders, CallFunc_UpdateCameraConfigBlender_DeltaSeconds_ImplicitCast) == 0x000020, "Member 'BP_CameraControllerComponent_C_UpdateCameraConfigBlenders::CallFunc_UpdateCameraConfigBlender_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_UpdateCameraRecenter \ +static_assert(alignof(BP_CameraControllerComponent_C_UpdateCameraRecenter) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_UpdateCameraRecenter"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_UpdateCameraRecenter) == 0x0000A8, "Wrong size on BP_CameraControllerComponent_C_UpdateCameraRecenter"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, DeltaSeconds) == 0x000000, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000008, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld_1) == 0x000010, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000020, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_SelectFloat_ReturnValue) == 0x000050, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_FClamp_ReturnValue) == 0x000058, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_RLerp_ReturnValue) == 0x000060, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_BreakRotator_Roll) == 0x00007C, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_BreakRotator_Pitch) == 0x000080, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_BreakRotator_Yaw) == 0x000084, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_MakeRotator_ReturnValue) == 0x000088, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraRecenter, CallFunc_RLerp_Alpha_ImplicitCast) == 0x0000A0, "Member 'BP_CameraControllerComponent_C_UpdateCameraRecenter::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_UpdateCameraShake \ +static_assert(alignof(BP_CameraControllerComponent_C_UpdateCameraShake) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_UpdateCameraShake"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_UpdateCameraShake) == 0x000050, "Wrong size on BP_CameraControllerComponent_C_UpdateCameraShake"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, DeltaSeconds) == 0x000000, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_ComputeCameraShakeScale_ReturnValue) == 0x000018, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_ComputeCameraShakeScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000028, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_ShouldEnableCameraShake_ReturnValue) == 0x000030, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_ShouldEnableCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000038, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_StartCameraShakeFromSource_ReturnValue) == 0x000040, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_StartCameraShakeFromSource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, CallFunc_StartCameraShakeFromSource_Scale_ImplicitCast) == 0x000048, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::CallFunc_StartCameraShakeFromSource_Scale_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateCameraShake, K2Node_VariableSet_ShakeScale_ImplicitCast) == 0x00004C, "Member 'BP_CameraControllerComponent_C_UpdateCameraShake::K2Node_VariableSet_ShakeScale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance \ +static_assert(alignof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance) == 0x000008, "Wrong alignment on BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance"); \ +static_assert(sizeof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance) == 0x000298, "Wrong size on BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, DeltaSeconds) == 0x000000, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_ComputeDistanceBetweenCameraAndCharacterMesh_ReturnValue) == 0x000008, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_ComputeDistanceBetweenCameraAndCharacterMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000010, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, Temp_object_Variable) == 0x000028, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_GetOwnerAsCharacterWorld_CharacterWorld) == 0x000038, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_GetOwnerAsCharacterWorld_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_GetMainCamera_MainCamera) == 0x000040, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_GetMainCamera_MainCamera' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000078, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_Add_VectorVector_ReturnValue) == 0x000090, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_LineTraceSingle_OutHit) == 0x0000A8, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_LineTraceSingle_ReturnValue) == 0x0001A0, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_bBlockingHit) == 0x0001A1, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001A2, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_Time) == 0x0001A4, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_Distance) == 0x0001A8, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_Location) == 0x0001B0, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_ImpactPoint) == 0x0001C8, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_Normal) == 0x0001E0, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_ImpactNormal) == 0x0001F8, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_PhysMat) == 0x000210, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_HitActor) == 0x000218, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_HitComponent) == 0x000220, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_HitBoneName) == 0x000228, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_BoneName) == 0x000230, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_HitItem) == 0x000238, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_ElementIndex) == 0x00023C, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_FaceIndex) == 0x000240, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_TraceStart) == 0x000248, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_BreakHitResult_TraceEnd) == 0x000260, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_FMax_ReturnValue) == 0x000278, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_SetFocusDistance_FocusDistance_ImplicitCast) == 0x000280, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_SetFocusDistance_FocusDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_FMax_B_ImplicitCast) == 0x000288, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_FMax_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance, CallFunc_SetFocusDistance_FocusDistance_ImplicitCast_1) == 0x000290, "Member 'BP_CameraControllerComponent_C_UpdateDynamicCameraFocusDistance::CallFunc_SetFocusDistance_FocusDistance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CameraControllerComponent_C \ +static_assert(alignof(UBP_CameraControllerComponent_C) == 0x000008, "Wrong alignment on UBP_CameraControllerComponent_C"); \ +static_assert(sizeof(UBP_CameraControllerComponent_C) == 0x000118, "Wrong size on UBP_CameraControllerComponent_C"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_CameraControllerComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, CameraConfigBlenders) == 0x0000A8, "Member 'UBP_CameraControllerComponent_C::CameraConfigBlenders' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, ApplyCameraConfigs) == 0x0000B8, "Member 'UBP_CameraControllerComponent_C::ApplyCameraConfigs' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, IsCameraRecentering) == 0x0000B9, "Member 'UBP_CameraControllerComponent_C::IsCameraRecentering' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, CameraRecenterRequest) == 0x0000C0, "Member 'UBP_CameraControllerComponent_C::CameraRecenterRequest' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, CachedControllerRotation) == 0x0000C8, "Member 'UBP_CameraControllerComponent_C::CachedControllerRotation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, AccumulatedDeltaTime) == 0x0000E0, "Member 'UBP_CameraControllerComponent_C::AccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, EnableDynamicCameraFocus) == 0x0000E8, "Member 'UBP_CameraControllerComponent_C::EnableDynamicCameraFocus' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, MaximumDynamicFocusDistance) == 0x0000F0, "Member 'UBP_CameraControllerComponent_C::MaximumDynamicFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, EnableCameraShakeWhenMoving) == 0x0000F8, "Member 'UBP_CameraControllerComponent_C::EnableCameraShakeWhenMoving' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, CharactersToIgnoreCameraShake) == 0x000100, "Member 'UBP_CameraControllerComponent_C::CharactersToIgnoreCameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBP_CameraControllerComponent_C, CameraShakeInPlay) == 0x000110, "Member 'UBP_CameraControllerComponent_C::CameraShakeInPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent) == 0x000004, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent) == 0x000008, "Wrong size on BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent, EntryPoint) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_AICompanion_TargetPointsComponent_C_ExecuteUbergraph_BP_AICompanion_TargetPointsComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance) == 0x0000A8, "Wrong size on BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, Companion_0) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::Companion_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, ForbiddenIndexes) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::ForbiddenIndexes' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, Index_0) == 0x000018, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, local_BestDistanceSquared) == 0x000020, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::local_BestDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, local_BestIndex) == 0x000028, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::local_BestIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Array_Find_ReturnValue) == 0x000048, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Less_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_ComputeTargetPoint_Result) == 0x000080, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_ComputeTargetPoint_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000098, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_AICompanion_TargetPointsComponent_C_FindBestPointBasedOnDistance::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint) == 0x0000A0, "Wrong size on BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, Companion_0) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::Companion_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, Point) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, Success) == 0x000020, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_TryAcquireNextPoint_Point) == 0x000028, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_TryAcquireNextPoint_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_TryAcquireNextPoint_Success) == 0x000040, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_TryAcquireNextPoint_Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_ComputeTargetPoint_Result) == 0x000048, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_ComputeTargetPoint_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_IsUnspawning_ReturnValue) == 0x000060, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_IsUnspawning_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_Map_Find_Value) == 0x000064, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint, CallFunc_ComputeTargetPoint_Result_1) == 0x000088, "Member 'BP_AICompanion_TargetPointsComponent_C_GetOrTryAcquirePoint::CallFunc_ComputeTargetPoint_Result_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints) == 0x000004, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints) == 0x000008, "Wrong size on BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints, ReturnValue) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_AICompanion_TargetPointsComponent_C_GetTotalNumberOfPoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable) == 0x000004, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable) == 0x000010, "Wrong size on BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable, Result) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable, CallFunc_Map_Length_ReturnValue) == 0x000004, "Member 'BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AICompanion_TargetPointsComponent_C_HasAnyPointAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_ReceiveTick \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_AICompanion_TargetPointsComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_ReleasePoint \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_ReleasePoint) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_ReleasePoint"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_ReleasePoint) == 0x000010, "Wrong size on BP_AICompanion_TargetPointsComponent_C_ReleasePoint"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ReleasePoint, Companion_0) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_ReleasePoint::Companion_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ReleasePoint, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_ReleasePoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ReleasePoint, CallFunc_Map_Remove_ReturnValue) == 0x000009, "Member 'BP_AICompanion_TargetPointsComponent_C_ReleasePoint::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex) == 0x000038, "Wrong size on BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, Index_0) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, Temp_int_Variable) == 0x000004, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Map_Values_Values) == 0x000018, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_AICompanion_TargetPointsComponent_C_SearchNextAvailablePointIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint) == 0x000050, "Wrong size on BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, Companion_0) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::Companion_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, Point) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, Success) == 0x000020, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, local_Index) == 0x000024, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::local_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, CallFunc_SearchNextAvailablePointIndex_Index) == 0x000028, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::CallFunc_SearchNextAvailablePointIndex_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint, CallFunc_HasAnyPointAvailable_Result) == 0x000048, "Member 'BP_AICompanion_TargetPointsComponent_C_TryAcquireNextPoint::CallFunc_HasAnyPointAvailable_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance) == 0x0000A8, "Wrong size on BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, local_AcquiredPointsByCompanions) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::local_AcquiredPointsByCompanions' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, Temp_int_Array_Index_Variable) == 0x000054, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Map_Values_Values) == 0x000060, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Map_Values_Values_1) == 0x000080, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_FindBestPointBasedOnDistance_Index) == 0x00009C, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_FindBestPointBasedOnDistance_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000A1, "Member 'BP_AICompanion_TargetPointsComponent_C_UpdatePointsBasedOnDistance::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint) == 0x000010, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint) == 0x0000C0, "Wrong size on BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, LocalPoint) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::LocalPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, Result) == 0x000018, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, NewLocalVar) == 0x000030, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint, CallFunc_TransformLocation_ReturnValue) == 0x0000A0, "Member 'BP_AICompanion_TargetPointsComponent_C_ComputeTargetPoint::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes) == 0x0000C8, "Wrong size on BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, ReturnValue) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, Temp_wildcard_Variable) == 0x000010, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Add_VectorVector_ReturnValue) == 0x000028, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Map_Keys_Keys) == 0x000048, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_ComputeTargetPoint_Result) == 0x000078, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_ComputeTargetPoint_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Map_Values_Values) == 0x000098, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Find_ReturnValue) == 0x0000A8, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AC, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes, CallFunc_GetDisplayName_ReturnValue) == 0x0000B8, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_DrawDebugShapes::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes \ +static_assert(alignof(BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes) == 0x000008, "Wrong alignment on BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes"); \ +static_assert(sizeof(BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes) == 0x000028, "Wrong size on BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes, Arrows) == 0x000000, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes::Arrows' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes, Lines) == 0x000010, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes::Lines' has a wrong offset!"); \ +static_assert(offsetof(BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes, ReturnValue) == 0x000020, "Member 'BP_AICompanion_TargetPointsComponent_C_Editor_GetDebugShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AICompanion_TargetPointsComponent_C \ +static_assert(alignof(UBP_AICompanion_TargetPointsComponent_C) == 0x000008, "Wrong alignment on UBP_AICompanion_TargetPointsComponent_C"); \ +static_assert(sizeof(UBP_AICompanion_TargetPointsComponent_C) == 0x000118, "Wrong size on UBP_AICompanion_TargetPointsComponent_C"); \ +static_assert(offsetof(UBP_AICompanion_TargetPointsComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_AICompanion_TargetPointsComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_TargetPointsComponent_C, TargetPoints) == 0x0000A8, "Member 'UBP_AICompanion_TargetPointsComponent_C::TargetPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_TargetPointsComponent_C, ShouldUpdatePointsBasedOnDistance) == 0x0000B8, "Member 'UBP_AICompanion_TargetPointsComponent_C::ShouldUpdatePointsBasedOnDistance' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_TargetPointsComponent_C, AcquiredPointsByCompanions) == 0x0000C0, "Member 'UBP_AICompanion_TargetPointsComponent_C::AcquiredPointsByCompanions' has a wrong offset!"); \ +static_assert(offsetof(UBP_AICompanion_TargetPointsComponent_C, Companion) == 0x000110, "Member 'UBP_AICompanion_TargetPointsComponent_C::Companion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_GameActionTriggerZoneParameters \ +static_assert(alignof(FS_GameActionTriggerZoneParameters) == 0x000008, "Wrong alignment on FS_GameActionTriggerZoneParameters"); \ +static_assert(sizeof(FS_GameActionTriggerZoneParameters) == 0x000030, "Wrong size on FS_GameActionTriggerZoneParameters"); \ +static_assert(offsetof(FS_GameActionTriggerZoneParameters, GameActionTriggerZone_2_6B97686E4DDA9460C5E8D789F1806993) == 0x000000, "Member 'FS_GameActionTriggerZoneParameters::GameActionTriggerZone_2_6B97686E4DDA9460C5E8D789F1806993' has a wrong offset!"); \ +static_assert(offsetof(FS_GameActionTriggerZoneParameters, ExecutionMode_5_A8C3873C42C74F33F81EA596A265F68D) == 0x000028, "Member 'FS_GameActionTriggerZoneParameters::ExecutionMode_5_A8C3873C42C74F33F81EA596A265F68D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_ApplyDefaultInputContext \ +static_assert(alignof(BP_InputContextComponent_C_ApplyDefaultInputContext) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_ApplyDefaultInputContext"); \ +static_assert(sizeof(BP_InputContextComponent_C_ApplyDefaultInputContext) == 0x000010, "Wrong size on BP_InputContextComponent_C_ApplyDefaultInputContext"); \ +static_assert(offsetof(BP_InputContextComponent_C_ApplyDefaultInputContext, K2Node_MakeStruct_S_InputContextParameters) == 0x000000, "Member 'BP_InputContextComponent_C_ApplyDefaultInputContext::K2Node_MakeStruct_S_InputContextParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent \ +static_assert(alignof(BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent"); \ +static_assert(sizeof(BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent) == 0x000020, "Wrong size on BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent"); \ +static_assert(offsetof(BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent, EntryPoint) == 0x000000, "Member 'BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent, CallFunc_GetInputLockSystem_ReturnValue) == 0x000008, "Member 'BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_InputContextComponent_C_ExecuteUbergraph_BP_InputContextComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_GetCurrentInputMappingNames \ +static_assert(alignof(BP_InputContextComponent_C_GetCurrentInputMappingNames) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_GetCurrentInputMappingNames"); \ +static_assert(sizeof(BP_InputContextComponent_C_GetCurrentInputMappingNames) == 0x000078, "Wrong size on BP_InputContextComponent_C_GetCurrentInputMappingNames"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, MovementInputMapping) == 0x000000, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::MovementInputMapping' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CameraInputMapping) == 0x000010, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CameraInputMapping' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, local_wasEmpty) == 0x000020, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::local_wasEmpty' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_SelectString_ReturnValue) == 0x000058, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_GetCurrentInputMappingNames, CallFunc_SelectString_ReturnValue_1) == 0x000068, "Member 'BP_InputContextComponent_C_GetCurrentInputMappingNames::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_RemovePushedInputContexts \ +static_assert(alignof(BP_InputContextComponent_C_RemovePushedInputContexts) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_RemovePushedInputContexts"); \ +static_assert(sizeof(BP_InputContextComponent_C_RemovePushedInputContexts) == 0x000048, "Wrong size on BP_InputContextComponent_C_RemovePushedInputContexts"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000018, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, K2Node_MakeStruct_ModifyContextOptions) == 0x000020, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_RemovePushedInputContexts, CallFunc_RemoveMappingContext_self_CastInput) == 0x000038, "Member 'BP_InputContextComponent_C_RemovePushedInputContexts::CallFunc_RemoveMappingContext_self_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI \ +static_assert(alignof(BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI) == 0x000001, "Wrong alignment on BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI"); \ +static_assert(sizeof(BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI) == 0x000001, "Wrong size on BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI, Ignore) == 0x000000, "Member 'BP_InputContextComponent_C_SetIgnoreMovementInputLockForUI::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_SetInputContext \ +static_assert(alignof(BP_InputContextComponent_C_SetInputContext) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_SetInputContext"); \ +static_assert(sizeof(BP_InputContextComponent_C_SetInputContext) == 0x000130, "Wrong size on BP_InputContextComponent_C_SetInputContext"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, Parameters) == 0x000000, "Member 'BP_InputContextComponent_C_SetInputContext::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_SelectString_ReturnValue) == 0x000030, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_SelectString_ReturnValue_1) == 0x000060, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_InputContextComponent_C_SetInputContext::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_InputContextComponent_C_SetInputContext::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_InputContextComponent_C_SetInputContext::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_SetInputContext, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_InputContextComponent_C_SetInputContext::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InputContextComponent_C_UpdateInputContexts \ +static_assert(alignof(BP_InputContextComponent_C_UpdateInputContexts) == 0x000008, "Wrong alignment on BP_InputContextComponent_C_UpdateInputContexts"); \ +static_assert(sizeof(BP_InputContextComponent_C_UpdateInputContexts) == 0x0000E0, "Wrong size on BP_InputContextComponent_C_UpdateInputContexts"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, Parameters) == 0x000000, "Member 'BP_InputContextComponent_C_UpdateInputContexts::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, Temp_bool_Variable) == 0x000021, "Member 'BP_InputContextComponent_C_UpdateInputContexts::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsAnyMenuVisible_ReturnValue) == 0x000022, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsAnyMenuVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_MakeStruct_ModifyContextOptions) == 0x000024, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_MakeStruct_ModifyContextOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_MakeStruct_ModifyContextOptions_1) == 0x000025, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_MakeStruct_ModifyContextOptions_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetInputLockSystem_ReturnValue) == 0x000028, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetInputLockSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetInputLockSystem_ReturnValue_1) == 0x000030, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetInputLockSystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsMovementInputLocked_ReturnValue) == 0x000038, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsMovementInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsCameraInputLocked_ReturnValue) == 0x000039, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsCameraInputLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003A, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Not_PreBool_ReturnValue_2) == 0x00003B, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetInputLockSystem_ReturnValue_2) == 0x000040, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetInputLockSystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsMovementInputLocked_ReturnValue_1) == 0x000048, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsMovementInputLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetPlayerController_ReturnValue_1) == 0x000050, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Not_PreBool_ReturnValue_3) == 0x000058, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000060, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_MakeStruct_ModifyContextOptions_2) == 0x000068, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_MakeStruct_ModifyContextOptions_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_MakeStruct_ModifyContextOptions_3) == 0x000069, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_MakeStruct_ModifyContextOptions_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_AddMappingContext_self_CastInput) == 0x000070, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, Temp_object_Variable) == 0x000080, "Member 'BP_InputContextComponent_C_UpdateInputContexts::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Array_Add_ReturnValue_1) == 0x00008C, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_AddMappingContext_self_CastInput_1) == 0x000090, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_AddMappingContext_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, Temp_bool_Variable_1) == 0x0000A0, "Member 'BP_InputContextComponent_C_UpdateInputContexts::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Array_Add_ReturnValue_2) == 0x0000A4, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, K2Node_Select_Default) == 0x0000A8, "Member 'BP_InputContextComponent_C_UpdateInputContexts::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_AddMappingContext_self_CastInput_2) == 0x0000B0, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_AddMappingContext_self_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Array_Add_ReturnValue_3) == 0x0000C4, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_AddMappingContext_self_CastInput_3) == 0x0000C8, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_AddMappingContext_self_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x0000D9, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InputContextComponent_C_UpdateInputContexts, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000DA, "Member 'BP_InputContextComponent_C_UpdateInputContexts::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InputContextComponent_C \ +static_assert(alignof(UBP_InputContextComponent_C) == 0x000008, "Wrong alignment on UBP_InputContextComponent_C"); \ +static_assert(sizeof(UBP_InputContextComponent_C) == 0x0000F0, "Wrong size on UBP_InputContextComponent_C"); \ +static_assert(offsetof(UBP_InputContextComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InputContextComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, PushedInputMappings) == 0x0000A8, "Member 'UBP_InputContextComponent_C::PushedInputMappings' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, DefaultMovementInputMapping) == 0x0000B8, "Member 'UBP_InputContextComponent_C::DefaultMovementInputMapping' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, DefaultCameraInputMapping) == 0x0000C0, "Member 'UBP_InputContextComponent_C::DefaultCameraInputMapping' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, DefaultUIInputMapping) == 0x0000C8, "Member 'UBP_InputContextComponent_C::DefaultUIInputMapping' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, DefaultDebugMapping) == 0x0000D0, "Member 'UBP_InputContextComponent_C::DefaultDebugMapping' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, CurrentParameters) == 0x0000D8, "Member 'UBP_InputContextComponent_C::CurrentParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_InputContextComponent_C, IgnoreMovementInputLockForUI) == 0x0000E8, "Member 'UBP_InputContextComponent_C::IgnoreMovementInputLockForUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature \ +static_assert(alignof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(sizeof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature) == 0x000008, "Wrong size on WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature, Button) == 0x000000, "Member 'WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_0_OnButtonBaseFocused__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_MM_BackupSaveEntry_C_BndEvt__WBP_MM_BackupSaveEntry_WBP_BaseButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry \ +static_assert(alignof(WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry) == 0x000008, "Wrong alignment on WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry"); \ +static_assert(sizeof(WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry) == 0x000018, "Wrong size on WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry, EntryPoint) == 0x000000, "Member 'WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_MM_BackupSaveEntry_C_ExecuteUbergraph_WBP_MM_BackupSaveEntry::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSaveEntry_C_GetBackUpSave \ +static_assert(alignof(WBP_MM_BackupSaveEntry_C_GetBackUpSave) == 0x000008, "Wrong alignment on WBP_MM_BackupSaveEntry_C_GetBackUpSave"); \ +static_assert(sizeof(WBP_MM_BackupSaveEntry_C_GetBackUpSave) == 0x000010, "Wrong size on WBP_MM_BackupSaveEntry_C_GetBackUpSave"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_GetBackUpSave, BackUpSave_0) == 0x000000, "Member 'WBP_MM_BackupSaveEntry_C_GetBackUpSave::BackUpSave_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MM_BackupSaveEntry_C_LoadBackupSaveData \ +static_assert(alignof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData) == 0x000008, "Wrong alignment on WBP_MM_BackupSaveEntry_C_LoadBackupSaveData"); \ +static_assert(sizeof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData) == 0x000038, "Wrong size on WBP_MM_BackupSaveEntry_C_LoadBackupSaveData"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData, SaveString) == 0x000000, "Member 'WBP_MM_BackupSaveEntry_C_LoadBackupSaveData::SaveString' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData, SaveData) == 0x000010, "Member 'WBP_MM_BackupSaveEntry_C_LoadBackupSaveData::SaveData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData, CallFunc_AsDateTime_DateTime_ReturnValue) == 0x000018, "Member 'WBP_MM_BackupSaveEntry_C_LoadBackupSaveData::CallFunc_AsDateTime_DateTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MM_BackupSaveEntry_C_LoadBackupSaveData, CallFunc_Get_Elapsed_Time_As_Text_Text) == 0x000028, "Member 'WBP_MM_BackupSaveEntry_C_LoadBackupSaveData::CallFunc_Get_Elapsed_Time_As_Text_Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MM_BackupSaveEntry_C \ +static_assert(alignof(UWBP_MM_BackupSaveEntry_C) == 0x000008, "Wrong alignment on UWBP_MM_BackupSaveEntry_C"); \ +static_assert(sizeof(UWBP_MM_BackupSaveEntry_C) == 0x000358, "Wrong size on UWBP_MM_BackupSaveEntry_C"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_MM_BackupSaveEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, DateText) == 0x000310, "Member 'UWBP_MM_BackupSaveEntry_C::DateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, PlaytimeText) == 0x000318, "Member 'UWBP_MM_BackupSaveEntry_C::PlaytimeText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, WBP_BaseButton) == 0x000320, "Member 'UWBP_MM_BackupSaveEntry_C::WBP_BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, OnBackupSaveFocused) == 0x000328, "Member 'UWBP_MM_BackupSaveEntry_C::OnBackupSaveFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, OnBackupSaveClicked) == 0x000338, "Member 'UWBP_MM_BackupSaveEntry_C::OnBackupSaveClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MM_BackupSaveEntry_C, BackUpSave) == 0x000348, "Member 'UWBP_MM_BackupSaveEntry_C::BackUpSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntry_C_BP_OnItemExpansionChanged \ +static_assert(alignof(WBP_TutorialEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on WBP_TutorialEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(WBP_TutorialEntry_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on WBP_TutorialEntry_C_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(WBP_TutorialEntry_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'WBP_TutorialEntry_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntry_C_BP_OnItemSelectionChanged \ +static_assert(alignof(WBP_TutorialEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on WBP_TutorialEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(WBP_TutorialEntry_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on WBP_TutorialEntry_C_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(WBP_TutorialEntry_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'WBP_TutorialEntry_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry \ +static_assert(alignof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry) == 0x000008, "Wrong alignment on WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry"); \ +static_assert(sizeof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry) == 0x000050, "Wrong size on WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, EntryPoint) == 0x000000, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_Event_bIsExpanded) == 0x000004, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_Event_bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_Event_bIsSelected) == 0x000005, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_Event_bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_Event_ListItemObject) == 0x000008, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_Event_ListItemObject' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_Event_InFocusEvent) == 0x000010, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_DynamicCast_AsBP_Tutorial_View_Item) == 0x000018, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_DynamicCast_AsBP_Tutorial_View_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, CallFunc_GetListItemObject_ReturnValue) == 0x000028, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::CallFunc_GetListItemObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, CallFunc_GetTutorialTitleText_TitleText) == 0x000030, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::CallFunc_GetTutorialTitleText_TitleText' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_DynamicCast_AsBP_Tutorial_View_Item_1) == 0x000040, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_DynamicCast_AsBP_Tutorial_View_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_TutorialEntry_C_ExecuteUbergraph_WBP_TutorialEntry::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntry_C_OnAddedToFocusPath \ +static_assert(alignof(WBP_TutorialEntry_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_TutorialEntry_C_OnAddedToFocusPath"); \ +static_assert(sizeof(WBP_TutorialEntry_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_TutorialEntry_C_OnAddedToFocusPath"); \ +static_assert(offsetof(WBP_TutorialEntry_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_TutorialEntry_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialEntry_C_OnListItemObjectSet \ +static_assert(alignof(WBP_TutorialEntry_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on WBP_TutorialEntry_C_OnListItemObjectSet"); \ +static_assert(sizeof(WBP_TutorialEntry_C_OnListItemObjectSet) == 0x000008, "Wrong size on WBP_TutorialEntry_C_OnListItemObjectSet"); \ +static_assert(offsetof(WBP_TutorialEntry_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'WBP_TutorialEntry_C_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialEntry_C \ +static_assert(alignof(UWBP_TutorialEntry_C) == 0x000008, "Wrong alignment on UWBP_TutorialEntry_C"); \ +static_assert(sizeof(UWBP_TutorialEntry_C) == 0x000330, "Wrong size on UWBP_TutorialEntry_C"); \ +static_assert(offsetof(UWBP_TutorialEntry_C, UberGraphFrame) == 0x000308, "Member 'UWBP_TutorialEntry_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntry_C, BaseButton) == 0x000310, "Member 'UWBP_TutorialEntry_C::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntry_C, TutorialName) == 0x000318, "Member 'UWBP_TutorialEntry_C::TutorialName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialEntry_C, OnEntryNavigated) == 0x000320, "Member 'UWBP_TutorialEntry_C::OnEntryNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialViewItem_C_GetTutorialDescriptionText \ +static_assert(alignof(BP_TutorialViewItem_C_GetTutorialDescriptionText) == 0x000008, "Wrong alignment on BP_TutorialViewItem_C_GetTutorialDescriptionText"); \ +static_assert(sizeof(BP_TutorialViewItem_C_GetTutorialDescriptionText) == 0x000010, "Wrong size on BP_TutorialViewItem_C_GetTutorialDescriptionText"); \ +static_assert(offsetof(BP_TutorialViewItem_C_GetTutorialDescriptionText, ContentText) == 0x000000, "Member 'BP_TutorialViewItem_C_GetTutorialDescriptionText::ContentText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialViewItem_C_GetTutorialMedia \ +static_assert(alignof(BP_TutorialViewItem_C_GetTutorialMedia) == 0x000008, "Wrong alignment on BP_TutorialViewItem_C_GetTutorialMedia"); \ +static_assert(sizeof(BP_TutorialViewItem_C_GetTutorialMedia) == 0x000028, "Wrong size on BP_TutorialViewItem_C_GetTutorialMedia"); \ +static_assert(offsetof(BP_TutorialViewItem_C_GetTutorialMedia, Media) == 0x000000, "Member 'BP_TutorialViewItem_C_GetTutorialMedia::Media' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialViewItem_C_GetTutorialTitleText \ +static_assert(alignof(BP_TutorialViewItem_C_GetTutorialTitleText) == 0x000008, "Wrong alignment on BP_TutorialViewItem_C_GetTutorialTitleText"); \ +static_assert(sizeof(BP_TutorialViewItem_C_GetTutorialTitleText) == 0x000010, "Wrong size on BP_TutorialViewItem_C_GetTutorialTitleText"); \ +static_assert(offsetof(BP_TutorialViewItem_C_GetTutorialTitleText, TitleText) == 0x000000, "Member 'BP_TutorialViewItem_C_GetTutorialTitleText::TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialViewItem_C_InitializeTutorialCardData \ +static_assert(alignof(BP_TutorialViewItem_C_InitializeTutorialCardData) == 0x000008, "Wrong alignment on BP_TutorialViewItem_C_InitializeTutorialCardData"); \ +static_assert(sizeof(BP_TutorialViewItem_C_InitializeTutorialCardData) == 0x0000C0, "Wrong size on BP_TutorialViewItem_C_InitializeTutorialCardData"); \ +static_assert(offsetof(BP_TutorialViewItem_C_InitializeTutorialCardData, InDataTable) == 0x000000, "Member 'BP_TutorialViewItem_C_InitializeTutorialCardData::InDataTable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_InitializeTutorialCardData, K2Node_MakeStruct_S_TutorialCardContentData) == 0x000008, "Member 'BP_TutorialViewItem_C_InitializeTutorialCardData::K2Node_MakeStruct_S_TutorialCardContentData' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_InitializeTutorialCardData, CallFunc_GetDataTableRowFromName_OutRow) == 0x000060, "Member 'BP_TutorialViewItem_C_InitializeTutorialCardData::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_InitializeTutorialCardData, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000B8, "Member 'BP_TutorialViewItem_C_InitializeTutorialCardData::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialViewItem_C_IsUnlocked \ +static_assert(alignof(BP_TutorialViewItem_C_IsUnlocked) == 0x000008, "Wrong alignment on BP_TutorialViewItem_C_IsUnlocked"); \ +static_assert(sizeof(BP_TutorialViewItem_C_IsUnlocked) == 0x000010, "Wrong size on BP_TutorialViewItem_C_IsUnlocked"); \ +static_assert(offsetof(BP_TutorialViewItem_C_IsUnlocked, GameInstance) == 0x000000, "Member 'BP_TutorialViewItem_C_IsUnlocked::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_IsUnlocked, IsUnlocked_0) == 0x000008, "Member 'BP_TutorialViewItem_C_IsUnlocked::IsUnlocked_0' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_IsUnlocked, CallFunc_CheckHasPlayedTutorial_HasPlayed) == 0x000009, "Member 'BP_TutorialViewItem_C_IsUnlocked::CallFunc_CheckHasPlayedTutorial_HasPlayed' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_IsUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_TutorialViewItem_C_IsUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialViewItem_C_IsUnlocked, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BP_TutorialViewItem_C_IsUnlocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TutorialViewItem_C \ +static_assert(alignof(UBP_TutorialViewItem_C) == 0x000008, "Wrong alignment on UBP_TutorialViewItem_C"); \ +static_assert(sizeof(UBP_TutorialViewItem_C) == 0x000088, "Wrong size on UBP_TutorialViewItem_C"); \ +static_assert(offsetof(UBP_TutorialViewItem_C, TutorialCardData) == 0x000028, "Member 'UBP_TutorialViewItem_C::TutorialCardData' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialViewItem_C, TutorialCardName) == 0x000080, "Member 'UBP_TutorialViewItem_C::TutorialCardName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialContent_C_SetTutorialContent \ +static_assert(alignof(WBP_TutorialContent_C_SetTutorialContent) == 0x000008, "Wrong alignment on WBP_TutorialContent_C_SetTutorialContent"); \ +static_assert(sizeof(WBP_TutorialContent_C_SetTutorialContent) == 0x000030, "Wrong size on WBP_TutorialContent_C_SetTutorialContent"); \ +static_assert(offsetof(WBP_TutorialContent_C_SetTutorialContent, TutorialViewItem) == 0x000000, "Member 'WBP_TutorialContent_C_SetTutorialContent::TutorialViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialContent_C_SetTutorialContent, CallFunc_GetTutorialDescriptionText_ContentText) == 0x000008, "Member 'WBP_TutorialContent_C_SetTutorialContent::CallFunc_GetTutorialDescriptionText_ContentText' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialContent_C_SetTutorialContent, CallFunc_GetTutorialTitleText_TitleText) == 0x000018, "Member 'WBP_TutorialContent_C_SetTutorialContent::CallFunc_GetTutorialTitleText_TitleText' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialContent_C_SetTutorialContent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_TutorialContent_C_SetTutorialContent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialContent_C \ +static_assert(alignof(UWBP_TutorialContent_C) == 0x000008, "Wrong alignment on UWBP_TutorialContent_C"); \ +static_assert(sizeof(UWBP_TutorialContent_C) == 0x000320, "Wrong size on UWBP_TutorialContent_C"); \ +static_assert(offsetof(UWBP_TutorialContent_C, ScrollBox) == 0x000308, "Member 'UWBP_TutorialContent_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialContent_C, TutorialEntryContent) == 0x000310, "Member 'UWBP_TutorialContent_C::TutorialEntryContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialContent_C, TutorialEntryTitle) == 0x000318, "Member 'UWBP_TutorialContent_C::TutorialEntryTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_CommonBoundActionButton_Back_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature \ +static_assert(alignof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature) == 0x000008, "Wrong alignment on WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature"); \ +static_assert(sizeof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature) == 0x000008, "Wrong size on WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature"); \ +static_assert(offsetof(WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature, TutorialViewItem) == 0x000000, "Member 'WBP_TutorialCollection_C_BndEvt__WBP_TutorialCollection_WBP_TutorialEntriesList_K2Node_ComponentBoundEvent_0_OnTutorialItemNavigated__DelegateSignature::TutorialViewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection \ +static_assert(alignof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection) == 0x000008, "Wrong alignment on WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection"); \ +static_assert(sizeof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection) == 0x000128, "Wrong size on WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, EntryPoint) == 0x000000, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000008, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000028, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x00002C, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000030, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_object_Variable) == 0x000038, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000040, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_real_Variable) == 0x000048, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_real_Variable_1) == 0x000050, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_real_Variable_0) == 0x000058, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_real_Variable_1_0) == 0x000060, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_real_Variable_2) == 0x000068, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_bool_Variable) == 0x000070, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_byte_Variable) == 0x000080, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, Temp_byte_Variable_1) == 0x000081, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_ComponentBoundEvent_TutorialViewItem) == 0x000088, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_ComponentBoundEvent_TutorialViewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_Select_Default) == 0x000091, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_ComponentBoundEvent_Button) == 0x000098, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetIsEnabled_ReturnValue) == 0x0000A0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetScrollOffset_ReturnValue) == 0x0000A4, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x0000A8, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_FClamp_ReturnValue) == 0x0000B8, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_CreateDelegate_OutputDelegate) == 0x0000C0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetDesiredSize_ReturnValue) == 0x0000D0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x0000E0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_BreakVector2D_X) == 0x0000E8, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_BreakVector2D_Y) == 0x0000F0, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_CustomEvent_bNewInputType) == 0x0000F9, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000FA, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_GetLocalPlayerSubsystem_ReturnValue_1) == 0x000100, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_GetLocalPlayerSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_IsInputMethodActive_ReturnValue) == 0x000108, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_IsInputMethodActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, K2Node_Event_IsDesignTime) == 0x000109, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000110, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_FClamp_Max_ImplicitCast) == 0x000118, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection, CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast) == 0x000120, "Member 'WBP_TutorialCollection_C_ExecuteUbergraph_WBP_TutorialCollection::CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'WBP_TutorialCollection_C_InpActEvt_IA_UI_Menu_ScrollEntry_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_OnInputMethodChanged_Event \ +static_assert(alignof(WBP_TutorialCollection_C_OnInputMethodChanged_Event) == 0x000001, "Wrong alignment on WBP_TutorialCollection_C_OnInputMethodChanged_Event"); \ +static_assert(sizeof(WBP_TutorialCollection_C_OnInputMethodChanged_Event) == 0x000001, "Wrong size on WBP_TutorialCollection_C_OnInputMethodChanged_Event"); \ +static_assert(offsetof(WBP_TutorialCollection_C_OnInputMethodChanged_Event, bNewInputType) == 0x000000, "Member 'WBP_TutorialCollection_C_OnInputMethodChanged_Event::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_PreConstruct \ +static_assert(alignof(WBP_TutorialCollection_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TutorialCollection_C_PreConstruct"); \ +static_assert(sizeof(WBP_TutorialCollection_C_PreConstruct) == 0x000001, "Wrong size on WBP_TutorialCollection_C_PreConstruct"); \ +static_assert(offsetof(WBP_TutorialCollection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TutorialCollection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialCollection_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_TutorialCollection_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_TutorialCollection_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_TutorialCollection_C_BP_GetDesiredFocusTarget) == 0x000010, "Wrong size on WBP_TutorialCollection_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_TutorialCollection_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_TutorialCollection_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialCollection_C_BP_GetDesiredFocusTarget, CallFunc_GetDesiredFocusTarget_ReturnValue) == 0x000008, "Member 'WBP_TutorialCollection_C_BP_GetDesiredFocusTarget::CallFunc_GetDesiredFocusTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialCollection_C \ +static_assert(alignof(UWBP_TutorialCollection_C) == 0x000008, "Wrong alignment on UWBP_TutorialCollection_C"); \ +static_assert(sizeof(UWBP_TutorialCollection_C) == 0x000490, "Wrong size on UWBP_TutorialCollection_C"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, UberGraphFrame) == 0x000430, "Member 'UWBP_TutorialCollection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, EditorSafeZone) == 0x000438, "Member 'UWBP_TutorialCollection_C::EditorSafeZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, WBP_CommonBoundActionButton_Back) == 0x000440, "Member 'UWBP_TutorialCollection_C::WBP_CommonBoundActionButton_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, WBP_CommonBoundActionButton_ScrollEntry) == 0x000448, "Member 'UWBP_TutorialCollection_C::WBP_CommonBoundActionButton_ScrollEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, WBP_TutorialContent) == 0x000450, "Member 'UWBP_TutorialCollection_C::WBP_TutorialContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, WBP_TutorialEntriesList) == 0x000458, "Member 'UWBP_TutorialCollection_C::WBP_TutorialEntriesList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, SD_OnActivated) == 0x000460, "Member 'UWBP_TutorialCollection_C::SD_OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, SD_OnDeactivated) == 0x000470, "Member 'UWBP_TutorialCollection_C::SD_OnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialCollection_C, OnBackToOwnerPressed) == 0x000480, "Member 'UWBP_TutorialCollection_C::OnBackToOwnerPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint \ +static_assert(alignof(WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint) == 0x000008, "Wrong alignment on WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint"); \ +static_assert(sizeof(WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint) == 0x000020, "Wrong size on WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint"); \ +static_assert(offsetof(WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint, EntryPoint) == 0x000000, "Member 'WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_TutorialHint_C_ExecuteUbergraph_WBP_TutorialHint::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_GetTutorialHintRow \ +static_assert(alignof(WBP_TutorialHint_C_GetTutorialHintRow) == 0x000008, "Wrong alignment on WBP_TutorialHint_C_GetTutorialHintRow"); \ +static_assert(sizeof(WBP_TutorialHint_C_GetTutorialHintRow) == 0x000010, "Wrong size on WBP_TutorialHint_C_GetTutorialHintRow"); \ +static_assert(offsetof(WBP_TutorialHint_C_GetTutorialHintRow, TutorialHintRow) == 0x000000, "Member 'WBP_TutorialHint_C_GetTutorialHintRow::TutorialHintRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_LoadTutorialHintParameters \ +static_assert(alignof(WBP_TutorialHint_C_LoadTutorialHintParameters) == 0x000008, "Wrong alignment on WBP_TutorialHint_C_LoadTutorialHintParameters"); \ +static_assert(sizeof(WBP_TutorialHint_C_LoadTutorialHintParameters) == 0x0000C8, "Wrong size on WBP_TutorialHint_C_LoadTutorialHintParameters"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, TutorialHintParameters_0) == 0x000000, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::TutorialHintParameters_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, CallFunc_GetTutorialHintRow_TutorialHintRow) == 0x000018, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::CallFunc_GetTutorialHintRow_TutorialHintRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, CallFunc_Conv_NameToText_ReturnValue) == 0x000028, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000048, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_LoadTutorialHintParameters, K2Node_CreateDelegate_OutputDelegate) == 0x0000B8, "Member 'WBP_TutorialHint_C_LoadTutorialHintParameters::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_OnAppearAnimationFinished \ +static_assert(alignof(WBP_TutorialHint_C_OnAppearAnimationFinished) == 0x000008, "Wrong alignment on WBP_TutorialHint_C_OnAppearAnimationFinished"); \ +static_assert(sizeof(WBP_TutorialHint_C_OnAppearAnimationFinished) == 0x000020, "Wrong size on WBP_TutorialHint_C_OnAppearAnimationFinished"); \ +static_assert(offsetof(WBP_TutorialHint_C_OnAppearAnimationFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_TutorialHint_C_OnAppearAnimationFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_OnAppearAnimationFinished, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'WBP_TutorialHint_C_OnAppearAnimationFinished::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_OnAppearAnimationFinished, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_TutorialHint_C_OnAppearAnimationFinished::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_OnAppearAnimationFinished, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x00001C, "Member 'WBP_TutorialHint_C_OnAppearAnimationFinished::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_OnInputMethodChanged \ +static_assert(alignof(WBP_TutorialHint_C_OnInputMethodChanged) == 0x000001, "Wrong alignment on WBP_TutorialHint_C_OnInputMethodChanged"); \ +static_assert(sizeof(WBP_TutorialHint_C_OnInputMethodChanged) == 0x000001, "Wrong size on WBP_TutorialHint_C_OnInputMethodChanged"); \ +static_assert(offsetof(WBP_TutorialHint_C_OnInputMethodChanged, bNewInputType) == 0x000000, "Member 'WBP_TutorialHint_C_OnInputMethodChanged::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TutorialHint_C_PlayAppearAnimation \ +static_assert(alignof(WBP_TutorialHint_C_PlayAppearAnimation) == 0x000008, "Wrong alignment on WBP_TutorialHint_C_PlayAppearAnimation"); \ +static_assert(sizeof(WBP_TutorialHint_C_PlayAppearAnimation) == 0x000010, "Wrong size on WBP_TutorialHint_C_PlayAppearAnimation"); \ +static_assert(offsetof(WBP_TutorialHint_C_PlayAppearAnimation, PlayMode) == 0x000000, "Member 'WBP_TutorialHint_C_PlayAppearAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(WBP_TutorialHint_C_PlayAppearAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_TutorialHint_C_PlayAppearAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TutorialHint_C \ +static_assert(alignof(UWBP_TutorialHint_C) == 0x000008, "Wrong alignment on UWBP_TutorialHint_C"); \ +static_assert(sizeof(UWBP_TutorialHint_C) == 0x000480, "Wrong size on UWBP_TutorialHint_C"); \ +static_assert(offsetof(UWBP_TutorialHint_C, UberGraphFrame) == 0x000430, "Member 'UWBP_TutorialHint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, Appear_Hint) == 0x000438, "Member 'UWBP_TutorialHint_C::Appear_Hint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, SF_RichText_Hint) == 0x000440, "Member 'UWBP_TutorialHint_C::SF_RichText_Hint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, AutoCloseTimer) == 0x000448, "Member 'UWBP_TutorialHint_C::AutoCloseTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, CurrentAppearAnimationPlayMode) == 0x000450, "Member 'UWBP_TutorialHint_C::CurrentAppearAnimationPlayMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, OnTutorialHintCompleted) == 0x000458, "Member 'UWBP_TutorialHint_C::OnTutorialHintCompleted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TutorialHint_C, TutorialHintParameters) == 0x000468, "Member 'UWBP_TutorialHint_C::TutorialHintParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_AddTutorialListener \ +static_assert(alignof(BP_TutorialSystemComponent_C_AddTutorialListener) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_AddTutorialListener"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_AddTutorialListener) == 0x000018, "Wrong size on BP_TutorialSystemComponent_C_AddTutorialListener"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AddTutorialListener, Listener) == 0x000000, "Member 'BP_TutorialSystemComponent_C_AddTutorialListener::Listener' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AddTutorialListener, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'BP_TutorialSystemComponent_C_AddTutorialListener::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_AreTutorialsEnabled \ +static_assert(alignof(BP_TutorialSystemComponent_C_AreTutorialsEnabled) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_AreTutorialsEnabled"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_AreTutorialsEnabled) == 0x000018, "Wrong size on BP_TutorialSystemComponent_C_AreTutorialsEnabled"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, ReturnValue) == 0x000000, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_GetFinishedGameCount_FinishedGameCount) == 0x000004, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_GetFinishedGameCount_FinishedGameCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_GetEnableTutorials_ReturnValue) == 0x000011, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_GetEnableTutorials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_GetBoolCVar_ReturnValue) == 0x000012, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_AreTutorialsEnabled, CallFunc_BooleanAND_ReturnValue_1) == 0x000015, "Member 'BP_TutorialSystemComponent_C_AreTutorialsEnabled::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_CleanAllQueuedTutorials \ +static_assert(alignof(BP_TutorialSystemComponent_C_CleanAllQueuedTutorials) == 0x000001, "Wrong alignment on BP_TutorialSystemComponent_C_CleanAllQueuedTutorials"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_CleanAllQueuedTutorials) == 0x000002, "Wrong size on BP_TutorialSystemComponent_C_CleanAllQueuedTutorials"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_CleanAllQueuedTutorials, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_TutorialSystemComponent_C_CleanAllQueuedTutorials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_CleanAllQueuedTutorials, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_TutorialSystemComponent_C_CleanAllQueuedTutorials::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent \ +static_assert(alignof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent) == 0x000050, "Wrong size on BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, EntryPoint) == 0x000000, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000008, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, K2Node_Event_EndPlayReason) == 0x000030, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, CallFunc_GetCustomGI_ReturnValue) == 0x000038, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'BP_TutorialSystemComponent_C_ExecuteUbergraph_BP_TutorialSystemComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_HasActiveTutorialCard \ +static_assert(alignof(BP_TutorialSystemComponent_C_HasActiveTutorialCard) == 0x000001, "Wrong alignment on BP_TutorialSystemComponent_C_HasActiveTutorialCard"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_HasActiveTutorialCard) == 0x000002, "Wrong size on BP_TutorialSystemComponent_C_HasActiveTutorialCard"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_HasActiveTutorialCard, ReturnValue) == 0x000000, "Member 'BP_TutorialSystemComponent_C_HasActiveTutorialCard::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_HasActiveTutorialCard, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_TutorialSystemComponent_C_HasActiveTutorialCard::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnChangeMapProcessStarted \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnChangeMapProcessStarted) == 0x000004, "Wrong alignment on BP_TutorialSystemComponent_C_OnChangeMapProcessStarted"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnChangeMapProcessStarted) == 0x000008, "Wrong size on BP_TutorialSystemComponent_C_OnChangeMapProcessStarted"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnChangeMapProcessStarted, LevelDestination) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnChangeMapProcessStarted::LevelDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged) == 0x000001, "Wrong alignment on BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged) == 0x000001, "Wrong size on BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged, NewValue) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnCVarAutoSkipTutorialsChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnNewSettingsApplied \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnNewSettingsApplied) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_OnNewSettingsApplied"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnNewSettingsApplied) == 0x000008, "Wrong size on BP_TutorialSystemComponent_C_OnNewSettingsApplied"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnNewSettingsApplied, UserConfig) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnNewSettingsApplied::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnTutorialCardDiscarded \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_OnTutorialCardDiscarded"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded) == 0x000030, "Wrong size on BP_TutorialSystemComponent_C_OnTutorialCardDiscarded"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded, Widget) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardDiscarded::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded, local_currentTutorial) == 0x000008, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardDiscarded::local_currentTutorial' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded, CallFunc_GetTutorialCardRow_TutorialCardRow) == 0x000018, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardDiscarded::CallFunc_GetTutorialCardRow_TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardDiscarded, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardDiscarded::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded) == 0x000030, "Wrong size on BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded, TutorialCardRow) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded::TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded, local_currentTutorial) == 0x000010, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded::local_currentTutorial' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded, CallFunc_GetCustomGI_ReturnValue) == 0x000028, "Member 'BP_TutorialSystemComponent_C_OnTutorialCardRowDiscarded::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnTutorialHintFinished \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnTutorialHintFinished) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_OnTutorialHintFinished"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnTutorialHintFinished) == 0x000018, "Wrong size on BP_TutorialSystemComponent_C_OnTutorialHintFinished"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialHintFinished, Widget) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnTutorialHintFinished::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialHintFinished, CallFunc_GetTutorialHintRow_TutorialHintRow) == 0x000008, "Member 'BP_TutorialSystemComponent_C_OnTutorialHintFinished::CallFunc_GetTutorialHintRow_TutorialHintRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_OnTutorialHintRowFinished \ +static_assert(alignof(BP_TutorialSystemComponent_C_OnTutorialHintRowFinished) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_OnTutorialHintRowFinished"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_OnTutorialHintRowFinished) == 0x000010, "Wrong size on BP_TutorialSystemComponent_C_OnTutorialHintRowFinished"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_OnTutorialHintRowFinished, TutorialHintRow) == 0x000000, "Member 'BP_TutorialSystemComponent_C_OnTutorialHintRowFinished::TutorialHintRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard \ +static_assert(alignof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard) == 0x000048, "Wrong size on BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, TutorialCardRow) == 0x000000, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::TutorialCardRow' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_OnTutorialCardCompleted_ShouldBeDestroyed) == 0x000030, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_OnTutorialCardCompleted_ShouldBeDestroyed' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard, CallFunc_Max_ReturnValue) == 0x000040, "Member 'BP_TutorialSystemComponent_C_ProcessTutorialListenersForCard::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_QueueTutorialCard \ +static_assert(alignof(BP_TutorialSystemComponent_C_QueueTutorialCard) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_QueueTutorialCard"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_QueueTutorialCard) == 0x000028, "Wrong size on BP_TutorialSystemComponent_C_QueueTutorialCard"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_QueueTutorialCard, TutorialCardParameters) == 0x000000, "Member 'BP_TutorialSystemComponent_C_QueueTutorialCard::TutorialCardParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_QueueTutorialCard, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'BP_TutorialSystemComponent_C_QueueTutorialCard::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_QueueTutorialHint \ +static_assert(alignof(BP_TutorialSystemComponent_C_QueueTutorialHint) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_QueueTutorialHint"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_QueueTutorialHint) == 0x000020, "Wrong size on BP_TutorialSystemComponent_C_QueueTutorialHint"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_QueueTutorialHint, TutorialHintParameters) == 0x000000, "Member 'BP_TutorialSystemComponent_C_QueueTutorialHint::TutorialHintParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_QueueTutorialHint, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'BP_TutorialSystemComponent_C_QueueTutorialHint::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_TutorialSystemComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_TutorialSystemComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_TutorialSystemComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_TutorialSystemComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_SetTutorialCardContextActive \ +static_assert(alignof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_SetTutorialCardContextActive"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive) == 0x000020, "Wrong size on BP_TutorialSystemComponent_C_SetTutorialCardContextActive"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive, Active) == 0x000000, "Member 'BP_TutorialSystemComponent_C_SetTutorialCardContextActive::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive, CallFunc_GetInputManager_InputManager) == 0x000008, "Member 'BP_TutorialSystemComponent_C_SetTutorialCardContextActive::CallFunc_GetInputManager_InputManager' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_TutorialSystemComponent_C_SetTutorialCardContextActive::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive, CallFunc_SetGamePaused_ReturnValue) == 0x000018, "Member 'BP_TutorialSystemComponent_C_SetTutorialCardContextActive::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SetTutorialCardContextActive, CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast) == 0x00001C, "Member 'BP_TutorialSystemComponent_C_SetTutorialCardContextActive::CallFunc_SetGlobalTimeDilation_TimeDilation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_SkipTutorialCard \ +static_assert(alignof(BP_TutorialSystemComponent_C_SkipTutorialCard) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_SkipTutorialCard"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_SkipTutorialCard) == 0x000010, "Wrong size on BP_TutorialSystemComponent_C_SkipTutorialCard"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SkipTutorialCard, Temp_wildcard_Variable) == 0x000000, "Member 'BP_TutorialSystemComponent_C_SkipTutorialCard::Temp_wildcard_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_SkipTutorialHint \ +static_assert(alignof(BP_TutorialSystemComponent_C_SkipTutorialHint) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_SkipTutorialHint"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_SkipTutorialHint) == 0x000018, "Wrong size on BP_TutorialSystemComponent_C_SkipTutorialHint"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_SkipTutorialHint, Temp_wildcard_Variable) == 0x000000, "Member 'BP_TutorialSystemComponent_C_SkipTutorialHint::Temp_wildcard_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard \ +static_assert(alignof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard) == 0x000038, "Wrong size on BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x000000, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000001, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_GetBattleEndState_ReturnValue) == 0x000010, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_GetBattleEndState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000024, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000025, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_Create_ReturnValue) == 0x000028, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialCard::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint \ +static_assert(alignof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint) == 0x000008, "Wrong alignment on BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint"); \ +static_assert(sizeof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint) == 0x000020, "Wrong size on BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00001A, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialSystemComponent_C_TryDisplayNextTutorialHint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TutorialSystemComponent_C \ +static_assert(alignof(UBP_TutorialSystemComponent_C) == 0x000008, "Wrong alignment on UBP_TutorialSystemComponent_C"); \ +static_assert(sizeof(UBP_TutorialSystemComponent_C) == 0x000140, "Wrong size on UBP_TutorialSystemComponent_C"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_TutorialSystemComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, TutorialCardQueue) == 0x0000A8, "Member 'UBP_TutorialSystemComponent_C::TutorialCardQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, CurrentTutorialCard) == 0x0000B8, "Member 'UBP_TutorialSystemComponent_C::CurrentTutorialCard' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, OnTutorialCardCompleted) == 0x0000C0, "Member 'UBP_TutorialSystemComponent_C::OnTutorialCardCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, TutorialListeners) == 0x0000D0, "Member 'UBP_TutorialSystemComponent_C::TutorialListeners' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, OnAnyTutorialCardCompleted) == 0x0000E0, "Member 'UBP_TutorialSystemComponent_C::OnAnyTutorialCardCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, TutorialHintQueue) == 0x0000F0, "Member 'UBP_TutorialSystemComponent_C::TutorialHintQueue' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, CurrentTutorialHint) == 0x000100, "Member 'UBP_TutorialSystemComponent_C::CurrentTutorialHint' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, OnTutorialHintCompleted) == 0x000108, "Member 'UBP_TutorialSystemComponent_C::OnTutorialHintCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, OnAnyTutorialHintCompleted) == 0x000118, "Member 'UBP_TutorialSystemComponent_C::OnAnyTutorialHintCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, OnEnableTutorialsChanged) == 0x000128, "Member 'UBP_TutorialSystemComponent_C::OnEnableTutorialsChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialSystemComponent_C, CanQueueAnyTutorial) == 0x000138, "Member 'UBP_TutorialSystemComponent_C::CanQueueAnyTutorial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_ActivateWidgetWithDelay \ +static_assert(alignof(WBP_BattleWheel_Button_C_ActivateWidgetWithDelay) == 0x000004, "Wrong alignment on WBP_BattleWheel_Button_C_ActivateWidgetWithDelay"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_ActivateWidgetWithDelay) == 0x000004, "Wrong size on WBP_BattleWheel_Button_C_ActivateWidgetWithDelay"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ActivateWidgetWithDelay, Duration) == 0x000000, "Member 'WBP_BattleWheel_Button_C_ActivateWidgetWithDelay::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature \ +static_assert(alignof(WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature) == 0x000008, "Wrong alignment on WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature) == 0x000008, "Wrong size on WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature, PromptWidget) == 0x000000, "Member 'WBP_BattleWheel_Button_C_BndEvt__WBP_BattleWheel_Button_WBP_ButtonBinding_BattleButton_K2Node_ComponentBoundEvent_1_OnPressed__DelegateSignature::PromptWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button \ +static_assert(alignof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button) == 0x000008, "Wrong alignment on WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button) == 0x0000A8, "Wrong size on WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, EntryPoint) == 0x000000, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_IsActivated_ReturnValue) == 0x000004, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000028, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000030, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_ComponentBoundEvent_PromptWidget) == 0x000040, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_ComponentBoundEvent_PromptWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_Event_IsDesignTime) == 0x000048, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_PlayAnimation_ReturnValue_1) == 0x000068, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_CustomEvent_Duration) == 0x000070, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_CustomEvent_Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000074, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000075, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_Not_PreBool_ReturnValue) == 0x000076, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_CustomEvent_NiagaraSystemWidget_Appear) == 0x000080, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_CustomEvent_NiagaraSystemWidget_Appear' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, K2Node_CreateDelegate_OutputDelegate_2) == 0x000088, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_Not_PreBool_ReturnValue_1) == 0x000098, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000A0, "Member 'WBP_BattleWheel_Button_C_ExecuteUbergraph_WBP_BattleWheel_Button::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event \ +static_assert(alignof(WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event) == 0x000008, "Wrong alignment on WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event) == 0x000008, "Wrong size on WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event, NiagaraSystemWidget_Appear_0) == 0x000000, "Member 'WBP_BattleWheel_Button_C_NiagaraSystemWidget_Appear_Event::NiagaraSystemWidget_Appear_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_PreConstruct \ +static_assert(alignof(WBP_BattleWheel_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BattleWheel_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_BattleWheel_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BattleWheel_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button \ +static_assert(alignof(WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button) == 0x000008, "Wrong alignment on WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button) == 0x000008, "Wrong size on WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button, NiagaraSystemWidget_Appear_0) == 0x000000, "Member 'WBP_BattleWheel_Button_C_SequenceEvent__ENTRYPOINTWBP_BattleWheel_Button::NiagaraSystemWidget_Appear_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_SetButtonPrevented \ +static_assert(alignof(WBP_BattleWheel_Button_C_SetButtonPrevented) == 0x000001, "Wrong alignment on WBP_BattleWheel_Button_C_SetButtonPrevented"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_SetButtonPrevented) == 0x000002, "Wrong size on WBP_BattleWheel_Button_C_SetButtonPrevented"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetButtonPrevented, Prevented) == 0x000000, "Member 'WBP_BattleWheel_Button_C_SetButtonPrevented::Prevented' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetButtonPrevented, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_BattleWheel_Button_C_SetButtonPrevented::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_BattleWheel_Button_C_SetFXAlpha \ +static_assert(alignof(WBP_BattleWheel_Button_C_SetFXAlpha) == 0x000008, "Wrong alignment on WBP_BattleWheel_Button_C_SetFXAlpha"); \ +static_assert(sizeof(WBP_BattleWheel_Button_C_SetFXAlpha) == 0x000020, "Wrong size on WBP_BattleWheel_Button_C_SetFXAlpha"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetFXAlpha, NewValue) == 0x000000, "Member 'WBP_BattleWheel_Button_C_SetFXAlpha::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetFXAlpha, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_BattleWheel_Button_C_SetFXAlpha::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetFXAlpha, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000010, "Member 'WBP_BattleWheel_Button_C_SetFXAlpha::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetFXAlpha, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_BattleWheel_Button_C_SetFXAlpha::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_BattleWheel_Button_C_SetFXAlpha, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x00001C, "Member 'WBP_BattleWheel_Button_C_SetFXAlpha::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_BattleWheel_Button_C \ +static_assert(alignof(UWBP_BattleWheel_Button_C) == 0x000008, "Wrong alignment on UWBP_BattleWheel_Button_C"); \ +static_assert(sizeof(UWBP_BattleWheel_Button_C) == 0x000570, "Wrong size on UWBP_BattleWheel_Button_C"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, UberGraphFrame) == 0x000430, "Member 'UWBP_BattleWheel_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Anim_Disappear) == 0x000438, "Member 'UWBP_BattleWheel_Button_C::Anim_Disappear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Anim_Clicked) == 0x000440, "Member 'UWBP_BattleWheel_Button_C::Anim_Clicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Anim_Appear) == 0x000448, "Member 'UWBP_BattleWheel_Button_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Border) == 0x000450, "Member 'UWBP_BattleWheel_Button_C::Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, ButtonOverlay) == 0x000458, "Member 'UWBP_BattleWheel_Button_C::ButtonOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, CanvasPanel_0) == 0x000460, "Member 'UWBP_BattleWheel_Button_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, ElementIcon) == 0x000468, "Member 'UWBP_BattleWheel_Button_C::ElementIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, ElementIconOverlay) == 0x000470, "Member 'UWBP_BattleWheel_Button_C::ElementIconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Image_Circle) == 0x000478, "Member 'UWBP_BattleWheel_Button_C::Image_Circle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Image_Circle_2) == 0x000480, "Member 'UWBP_BattleWheel_Button_C::Image_Circle_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Image_CircleDot) == 0x000488, "Member 'UWBP_BattleWheel_Button_C::Image_CircleDot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Image_DirtText) == 0x000490, "Member 'UWBP_BattleWheel_Button_C::Image_DirtText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, Image_Spike) == 0x000498, "Member 'UWBP_BattleWheel_Button_C::Image_Spike' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, InputText) == 0x0004A0, "Member 'UWBP_BattleWheel_Button_C::InputText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, NamedSlot_Title) == 0x0004A8, "Member 'UWBP_BattleWheel_Button_C::NamedSlot_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, NamedSlot_TopOverlay) == 0x0004B0, "Member 'UWBP_BattleWheel_Button_C::NamedSlot_TopOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, NiagaraSystemWidget_Appear) == 0x0004B8, "Member 'UWBP_BattleWheel_Button_C::NiagaraSystemWidget_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, NiagaraSystemWidget_Background) == 0x0004C0, "Member 'UWBP_BattleWheel_Button_C::NiagaraSystemWidget_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Aim_Child_BW_Background_Var5) == 0x0004C8, "Member 'UWBP_BattleWheel_Button_C::WBP_Aim_Child_BW_Background_Var5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Attack_Child_BW_Background_Var4) == 0x0004D0, "Member 'UWBP_BattleWheel_Button_C::WBP_Attack_Child_BW_Background_Var4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_BattleWheelButton_Background_TRAILER_AIM) == 0x0004D8, "Member 'UWBP_BattleWheel_Button_C::WBP_BattleWheelButton_Background_TRAILER_AIM' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_ButtonBinding_BattleButton) == 0x0004E0, "Member 'UWBP_BattleWheel_Button_C::WBP_ButtonBinding_BattleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Gradient_Child_BW_Background_Var1) == 0x0004E8, "Member 'UWBP_BattleWheel_Button_C::WBP_Gradient_Child_BW_Background_Var1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Items_Child_BW_Background_Var2) == 0x0004F0, "Member 'UWBP_BattleWheel_Button_C::WBP_Items_Child_BW_Background_Var2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Niagara_SlowParticules_Overcharged) == 0x0004F8, "Member 'UWBP_BattleWheel_Button_C::WBP_Niagara_SlowParticules_Overcharged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WBP_Skills_Child_BW_Background_Var3) == 0x000500, "Member 'UWBP_BattleWheel_Button_C::WBP_Skills_Child_BW_Background_Var3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WidgetSwitcher_Background) == 0x000508, "Member 'UWBP_BattleWheel_Button_C::WidgetSwitcher_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WidgetSwitcher_DirtText) == 0x000510, "Member 'UWBP_BattleWheel_Button_C::WidgetSwitcher_DirtText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, CustomButtonText) == 0x000518, "Member 'UWBP_BattleWheel_Button_C::CustomButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, FXAlpha) == 0x000528, "Member 'UWBP_BattleWheel_Button_C::FXAlpha' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, OnButtonClicked) == 0x000530, "Member 'UWBP_BattleWheel_Button_C::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, ButtonBindingParameters) == 0x000540, "Member 'UWBP_BattleWheel_Button_C::ButtonBindingParameters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, WasClicked) == 0x000568, "Member 'UWBP_BattleWheel_Button_C::WasClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, TRAILER_Aim) == 0x000569, "Member 'UWBP_BattleWheel_Button_C::TRAILER_Aim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_BattleWheel_Button_C, PreventClick) == 0x00056A, "Member 'UWBP_BattleWheel_Button_C::PreventClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CommonUI_InvisibleModalInputBlocker_C \ +static_assert(alignof(UWBP_CommonUI_InvisibleModalInputBlocker_C) == 0x000008, "Wrong alignment on UWBP_CommonUI_InvisibleModalInputBlocker_C"); \ +static_assert(sizeof(UWBP_CommonUI_InvisibleModalInputBlocker_C) == 0x000448, "Wrong size on UWBP_CommonUI_InvisibleModalInputBlocker_C"); \ +static_assert(offsetof(UWBP_CommonUI_InvisibleModalInputBlocker_C, WBP_GM_PromptGeneric_FreeAimCancelBlock) == 0x000430, "Member 'UWBP_CommonUI_InvisibleModalInputBlocker_C::WBP_GM_PromptGeneric_FreeAimCancelBlock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonUI_InvisibleModalInputBlocker_C, WBP_GM_PromptGeneric_FreeAimShotBlocker) == 0x000438, "Member 'UWBP_CommonUI_InvisibleModalInputBlocker_C::WBP_GM_PromptGeneric_FreeAimShotBlocker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CommonUI_InvisibleModalInputBlocker_C, WBP_GM_PromptGeneric_JumpCounterBlock) == 0x000440, "Member 'UWBP_CommonUI_InvisibleModalInputBlocker_C::WBP_GM_PromptGeneric_JumpCounterBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset) == 0x000190, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, MaxYOffsetSkills) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::MaxYOffsetSkills' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, MaxXOffset) == 0x000008, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::MaxXOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, MaxYOffsetGradients) == 0x000010, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::MaxYOffsetGradients' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_bool_Variable) == 0x000018, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_real_Variable) == 0x000020, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_real_Variable_1) == 0x000028, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_bool_Variable_1) == 0x000030, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_real_Variable_2) == 0x000038, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, Temp_real_Variable_3) == 0x000040, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetUserSettingsApplicationScale_ReturnValue) == 0x000048, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetUserSettingsApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetUserSettingsApplicationScale_ReturnValue_1) == 0x00004C, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetUserSettingsApplicationScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetUserSettingsApplicationScale_ReturnValue_2) == 0x000050, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetUserSettingsApplicationScale_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetViewportSize_ReturnValue) == 0x000068, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_X) == 0x000078, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_Y) == 0x000080, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000090, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_IsMobileScalingEnabled_ReturnValue) == 0x000098, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_IsMobileScalingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MapRangeClamped_ReturnValue) == 0x0000A0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Lerp_ReturnValue) == 0x0000A8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, K2Node_Select_Default) == 0x0000B0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_IsMobileScalingEnabled_ReturnValue_1) == 0x0000B8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_IsMobileScalingEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, K2Node_Select_Default_1) == 0x0000C0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_FindActiveWheelTag_GameplayTag) == 0x0000C8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_FindActiveWheelTag_GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetSkillWheel_SkillWheel) == 0x0000D0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetSkillWheel_SkillWheel' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MatchesTag_ReturnValue) == 0x0000D8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetDesiredSize_ReturnValue) == 0x0000E0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MatchesTag_ReturnValue_1) == 0x0000F0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_X_1) == 0x0000F8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_Y_1) == 0x000100, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000108, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000110, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Lerp_ReturnValue_1) == 0x000118, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_GetDesiredSize_ReturnValue_1) == 0x000120, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MakeVector2D_ReturnValue) == 0x000130, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_X_2) == 0x000140, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_BreakVector2D_Y_2) == 0x000148, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000150, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000158, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Lerp_ReturnValue_2) == 0x000160, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_MakeVector2D_ReturnValue_1) == 0x000168, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000178, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000180, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset, CallFunc_Divide_DoubleDouble_B_ImplicitCast_1) == 0x000188, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ComputeSkillPage2DOffset::CallFunc_Divide_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot) == 0x0005C8, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, EntryPoint) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_bool_Variable) == 0x000004, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_real_Variable) == 0x000008, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_real_Variable_1) == 0x00000C, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_bool_Variable_1) == 0x000010, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_real_Variable_2) == 0x000024, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_real_Variable_3) == 0x000028, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_bool_Variable_2) == 0x00002C, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_byte_Variable) == 0x00002D, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_byte_Variable_1) == 0x00002E, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue) == 0x000040, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetTimerForNextTickDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_Event_EndPlayReason) == 0x000058, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000060, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_Event_DeltaSeconds) == 0x000068, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_SkeletalMeshComponent) == 0x000070, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_BoneName) == 0x000078, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetForwardVector_ReturnValue) == 0x000080, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_MakeRotFromX_ReturnValue) == 0x000098, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000C8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetSkeletalFollowTargetLocation_ReturnValue) == 0x0000D0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetSkeletalFollowTargetLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetSkeletalFollowTargetLocation_ReturnValue_1) == 0x0000F0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetSkeletalFollowTargetLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_VLerp_ReturnValue) == 0x000108, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000120, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000218, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_SweepHitResult_1) == 0x000220, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_ReturnValue_1) == 0x000318, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_DesiredForwardVector) == 0x000320, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_DesiredForwardVector' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_MakeRotFromX_ReturnValue_1) == 0x000338, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_MakeRotFromX_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000350, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_RLerp_ReturnValue) == 0x000358, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Not_PreBool_ReturnValue) == 0x000370, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_NewLocation) == 0x000378, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_NewLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000390, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_SweepHitResult_2) == 0x0003A8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorLocation_ReturnValue_2) == 0x0004A0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x0004A8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_2DOffset) == 0x0004B0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_2DOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0004C0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_RLerp_ReturnValue_1) == 0x0004C8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0004E0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0004E8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_FindActiveWheelTag_GameplayTag) == 0x0004F0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_FindActiveWheelTag_GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_IsValid_ReturnValue) == 0x0004F8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_MatchesTag_ReturnValue) == 0x0004F9, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetBattleWheel2DOffsetForPage_2DOffset) == 0x000500, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetBattleWheel2DOffsetForPage_2DOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_Select_Default) == 0x000510, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_IsValid_ReturnValue_1) == 0x000514, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000518, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_CustomEvent_NewValue) == 0x000520, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetApplicationScale_ReturnValue) == 0x000524, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, Temp_delegate_Variable) == 0x000528, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_MapRangeClamped_ReturnValue) == 0x000538, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_LoadPrefab_ReturnValue) == 0x000540, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_LoadPrefab_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Lerp_ReturnValue) == 0x000548, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000550, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_DynamicCast_AsUIWidget_Actor) == 0x000568, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_DynamicCast_AsUIWidget_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_DynamicCast_bSuccess) == 0x000570, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000578, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000590, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_GetBoolCVar_ReturnValue) == 0x000598, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_DynamicCast_AsWBP_LGUI_Battle_Wheel_Root) == 0x0005A0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_DynamicCast_AsWBP_LGUI_Battle_Wheel_Root' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_DynamicCast_bSuccess_1) == 0x0005A8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_Select_Default_1) == 0x0005AC, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, K2Node_Select_Default_2) == 0x0005B0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_VLerp_Alpha_ImplicitCast) == 0x0005B4, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_VLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_RLerp_Alpha_ImplicitCast) == 0x0005B8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_RLerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0005C0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ExecuteUbergraph_BP_LGUI_UIContainer_BattleWheelRoot::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset) == 0x000050, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, NewParam) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_GetConfigurableGameUserSettings_GameUserSettings) == 0x000010, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_GetConfigurableGameUserSettings_GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_GetApplicationScale_ReturnValue) == 0x000018, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_GetApplicationScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_Lerp_ReturnValue_1) == 0x000030, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000048, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetScale2DOffset::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation) == 0x000130, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, ReturnValue) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_GetScale2DOffset_NewParam) == 0x000018, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_GetScale2DOffset_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_GetActorUpVector_ReturnValue) == 0x000028, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_GetActorRightVector_ReturnValue) == 0x000040, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000058, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x000068, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000078, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_BreakVector2D_X) == 0x000090, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_BreakVector2D_Y) == 0x000098, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0000B8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0000E8, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000100, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000118, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetSkeletalFollowTargetLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget) == 0x000008, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget, ReturnValue) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_GetWheelsContainerWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha) == 0x000004, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha) == 0x000004, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha, DesiredForwardAlpha_0) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_OverrideDesiredForwardAlpha::DesiredForwardAlpha_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick) == 0x000004, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha) == 0x000008, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha, CallFunc_GetObjectClass_ReturnValue) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_ResetDesiredForwardAlpha::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset) == 0x000010, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset, TwoDOffset_0) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetAdditional2DOffset::TwoDOffset_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector) == 0x000018, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector, DesiredForwardVector_0) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetBaseForwardVector::DesiredForwardVector_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter) == 0x000008, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter, CurrentCharacter_0) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetBattleCharacter::CurrentCharacter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow) == 0x000010, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow, SkeletalMeshComponent) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow, BoneName) == 0x000008, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsSkeletalFollow::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic \ +static_assert(alignof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic) == 0x000008, "Wrong alignment on BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic"); \ +static_assert(sizeof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic) == 0x000018, "Wrong size on BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic"); \ +static_assert(offsetof(BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic, NewLocation) == 0x000000, "Member 'BP_LGUI_UIContainer_BattleWheelRoot_C_SetLocationAsStatic::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGUI_UIContainer_BattleWheelRoot_C \ +static_assert(alignof(ABP_LGUI_UIContainer_BattleWheelRoot_C) == 0x000010, "Wrong alignment on ABP_LGUI_UIContainer_BattleWheelRoot_C"); \ +static_assert(sizeof(ABP_LGUI_UIContainer_BattleWheelRoot_C) == 0x000390, "Wrong size on ABP_LGUI_UIContainer_BattleWheelRoot_C"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, UberGraphFrame) == 0x000298, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, LGUICanvas) == 0x0002A0, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::LGUICanvas' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, LGUIWorldSpaceRaycaster) == 0x0002A8, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::LGUIWorldSpaceRaycaster' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, WheelsContainer) == 0x0002B0, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::WheelsContainer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, TargetTransform) == 0x0002C0, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, SkeletalFollowMeshComponentRef) == 0x000320, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::SkeletalFollowMeshComponentRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, SkeletalFollowBoneName) == 0x000328, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::SkeletalFollowBoneName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, DesiredForwardVector) == 0x000330, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::DesiredForwardVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, DesiredForwardAlpha) == 0x000348, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::DesiredForwardAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, SkeletalFollowOffset) == 0x000350, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::SkeletalFollowOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, TwoDOffset) == 0x000368, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::TwoDOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, CurrentCharacter) == 0x000378, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGUI_UIContainer_BattleWheelRoot_C, SkillPage2DOffset) == 0x000380, "Member 'ABP_LGUI_UIContainer_BattleWheelRoot_C::SkillPage2DOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSkillUnlockDataList \ +static_assert(alignof(FFSkillUnlockDataList) == 0x000008, "Wrong alignment on FFSkillUnlockDataList"); \ +static_assert(sizeof(FFSkillUnlockDataList) == 0x000010, "Wrong size on FFSkillUnlockDataList"); \ +static_assert(offsetof(FFSkillUnlockDataList, Skills_4_CEAE11634E442DA836FBC39845CA2CC1) == 0x000000, "Member 'FFSkillUnlockDataList::Skills_4_CEAE11634E442DA836FBC39845CA2CC1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillTree_C_BPI_GetDependencies \ +static_assert(alignof(BP_DataAsset_SkillTree_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BP_DataAsset_SkillTree_C_BPI_GetDependencies"); \ +static_assert(sizeof(BP_DataAsset_SkillTree_C_BPI_GetDependencies) == 0x000078, "Wrong size on BP_DataAsset_SkillTree_C_BPI_GetDependencies"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000030, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, Temp_wildcard_Temp_buffer_array_Variable) == 0x000050, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_BPI_GetDependencies, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_DataAsset_SkillTree_C_BPI_GetDependencies::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap \ +static_assert(alignof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap) == 0x000008, "Wrong alignment on BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap"); \ +static_assert(sizeof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap) == 0x000210, "Wrong size on BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, SkillUnlockInfos) == 0x000000, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::SkillUnlockInfos' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, local_skillUnlockInfos) == 0x000050, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::local_skillUnlockInfos' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, local_skillUnlocks) == 0x0000A0, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::local_skillUnlocks' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Loop_Counter_Variable) == 0x0000F0, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Add_IntInt_ReturnValue) == 0x0000F4, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Array_Index_Variable_1) == 0x0000FC, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Loop_Counter_Variable_1) == 0x000100, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Array_Index_Variable_2) == 0x000108, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, Temp_int_Loop_Counter_Variable_2) == 0x00010C, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Add_IntInt_ReturnValue_2) == 0x000110, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Map_Keys_Keys) == 0x000118, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Get_Item_1) == 0x000130, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Map_Find_Value) == 0x000158, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, K2Node_MakeStruct_FSkillUnlockInfos) == 0x000170, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::K2Node_MakeStruct_FSkillUnlockInfos' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Get_Item_2) == 0x0001A0, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, K2Node_MakeStruct_FSkillUnlockInfos_1) == 0x0001C8, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::K2Node_MakeStruct_FSkillUnlockInfos_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Length_ReturnValue) == 0x0001F8, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Length_ReturnValue_1) == 0x0001FC, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Less_IntInt_ReturnValue) == 0x000200, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Less_IntInt_ReturnValue_1) == 0x000201, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Array_Length_ReturnValue_2) == 0x000204, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap, CallFunc_Less_IntInt_ReturnValue_2) == 0x000208, "Member 'BP_DataAsset_SkillTree_C_GetAllSkillUnlockInfosMap::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill \ +static_assert(alignof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill) == 0x000008, "Wrong alignment on BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill"); \ +static_assert(sizeof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill) == 0x000030, "Wrong size on BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill, Key) == 0x000000, "Member 'BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill, SkillUnlocks) == 0x000008, "Member 'BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill::SkillUnlocks' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill, CallFunc_Map_Find_Value) == 0x000018, "Member 'BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_DataAsset_SkillTree_C_GetSkillsUnlockedBySkill::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs \ +static_assert(alignof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs) == 0x000008, "Wrong alignment on BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs"); \ +static_assert(sizeof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs) == 0x0000E0, "Wrong size on BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, NameIDs) == 0x000000, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::NameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, UnlockedSkills) == 0x000010, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::UnlockedSkills' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, AllFound) == 0x000020, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::AllFound' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, MissingNameIDs) == 0x000028, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::MissingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, local_SkillUnlocksToVisit) == 0x000038, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::local_SkillUnlocksToVisit' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, local_remainingNameIDs) == 0x000048, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::local_remainingNameIDs' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, local_UnlockedSkills) == 0x000058, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::local_UnlockedSkills' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, local_SkillsToVisit) == 0x000068, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::local_SkillsToVisit' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_GetSkillsUnlockedBySkill_SkillUnlocks) == 0x0000B0, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_GetSkillsUnlockedBySkill_SkillUnlocks' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_Contains_ReturnValue) == 0x0000C0, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_Add_ReturnValue) == 0x0000C4, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000C8, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, Temp_int_Loop_Counter_Variable) == 0x0000CC, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D8, "Member 'BP_DataAsset_SkillTree_C_GetUnlockedSkillsByNameIDs::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_SkillTree_C \ +static_assert(alignof(UBP_DataAsset_SkillTree_C) == 0x000008, "Wrong alignment on UBP_DataAsset_SkillTree_C"); \ +static_assert(sizeof(UBP_DataAsset_SkillTree_C) == 0x0000A0, "Wrong size on UBP_DataAsset_SkillTree_C"); \ +static_assert(offsetof(UBP_DataAsset_SkillTree_C, RootSkillUnlocks) == 0x000030, "Member 'UBP_DataAsset_SkillTree_C::RootSkillUnlocks' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SkillTree_C, SkillUnlockTable) == 0x000040, "Member 'UBP_DataAsset_SkillTree_C::SkillUnlockTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_SkillTree_C, StartingSkills) == 0x000090, "Member 'UBP_DataAsset_SkillTree_C::StartingSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DataAsset_Item_MusicRecord_C \ +static_assert(alignof(UBP_DataAsset_Item_MusicRecord_C) == 0x000008, "Wrong alignment on UBP_DataAsset_Item_MusicRecord_C"); \ +static_assert(sizeof(UBP_DataAsset_Item_MusicRecord_C) == 0x000068, "Wrong size on UBP_DataAsset_Item_MusicRecord_C"); \ +static_assert(offsetof(UBP_DataAsset_Item_MusicRecord_C, Name_0) == 0x000030, "Member 'UBP_DataAsset_Item_MusicRecord_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_DataAsset_Item_MusicRecord_C, Music) == 0x000040, "Member 'UBP_DataAsset_Item_MusicRecord_C::Music' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent \ +static_assert(alignof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent) == 0x000010, "Wrong alignment on BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent"); \ +static_assert(sizeof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent) == 0x000200, "Wrong size on BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, EntryPoint) == 0x000000, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_GetBattleManager_ReturnValue) == 0x000008, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_GetBattleManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_IsValid_ReturnValue_1) == 0x000015, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_IsValid_ReturnValue_2) == 0x000016, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000080, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_IsValid_ReturnValue_3) == 0x0000E0, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_GetAllEnemies_Output) == 0x0000E8, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_GetAllEnemies_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000100, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_Array_Get_Item) == 0x000160, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_IsValid_ReturnValue_4) == 0x000168, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_K2_GetComponentToWorld_ReturnValue_3) == 0x000170, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_K2_GetComponentToWorld_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x0001D0, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_GetOwner_ReturnValue) == 0x0001D8, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0001E0, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_GetOwner_ReturnValue_1) == 0x0001E8, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0001F0, "Member 'BP_BattleLookAtComponent_C_ExecuteUbergraph_BP_BattleLookAtComponent::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLookAtComponent_C_ReceiveTick \ +static_assert(alignof(BP_BattleLookAtComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_BattleLookAtComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_BattleLookAtComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_BattleLookAtComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_BattleLookAtComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_BattleLookAtComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleLookAtComponent_C \ +static_assert(alignof(UBP_BattleLookAtComponent_C) == 0x000010, "Wrong alignment on UBP_BattleLookAtComponent_C"); \ +static_assert(sizeof(UBP_BattleLookAtComponent_C) == 0x000120, "Wrong size on UBP_BattleLookAtComponent_C"); \ +static_assert(offsetof(UBP_BattleLookAtComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_BattleLookAtComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLookAtComponent_C, LookAtTarget) == 0x0000B0, "Member 'UBP_BattleLookAtComponent_C::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLookAtComponent_C, LookAtAlpha) == 0x000110, "Member 'UBP_BattleLookAtComponent_C::LookAtAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLookAtComponent_C, InterpolationSpeed) == 0x000118, "Member 'UBP_BattleLookAtComponent_C::InterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EasyFog_C_UserConstructionScript \ +static_assert(alignof(BP_EasyFog_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_EasyFog_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EasyFog_C_UserConstructionScript) == 0x000018, "Wrong size on BP_EasyFog_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EasyFog_C_UserConstructionScript, NewLocalVar) == 0x000000, "Member 'BP_EasyFog_C_UserConstructionScript::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_EasyFog_C_UserConstructionScript, Source_Material) == 0x000008, "Member 'BP_EasyFog_C_UserConstructionScript::Source_Material' has a wrong offset!"); \ +static_assert(offsetof(BP_EasyFog_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_EasyFog_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog \ +static_assert(alignof(BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog) == 0x000004, "Wrong alignment on BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog"); \ +static_assert(sizeof(BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog) == 0x000004, "Wrong size on BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog"); \ +static_assert(offsetof(BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog, EntryPoint) == 0x000000, "Member 'BP_EasyFog_C_ExecuteUbergraph_BP_EasyFog::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EasyFog_C \ +static_assert(alignof(ABP_EasyFog_C) == 0x000008, "Wrong alignment on ABP_EasyFog_C"); \ +static_assert(sizeof(ABP_EasyFog_C) == 0x000310, "Wrong size on ABP_EasyFog_C"); \ +static_assert(offsetof(ABP_EasyFog_C, UberGraphFrame) == 0x000290, "Member 'ABP_EasyFog_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, FogCard) == 0x000298, "Member 'ABP_EasyFog_C::FogCard' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_EasyFog_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Base_Color_Map) == 0x0002A8, "Member 'ABP_EasyFog_C::Base_Color_Map' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Opacity_Map) == 0x0002B0, "Member 'ABP_EasyFog_C::Opacity_Map' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Normal_Map) == 0x0002B8, "Member 'ABP_EasyFog_C::Normal_Map' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Fog_Material_Instance) == 0x0002C0, "Member 'ABP_EasyFog_C::Fog_Material_Instance' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Base_Color_Tint) == 0x0002C8, "Member 'ABP_EasyFog_C::Base_Color_Tint' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, BaseColorContrast) == 0x0002D8, "Member 'ABP_EasyFog_C::BaseColorContrast' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Base_Color_Intensity) == 0x0002DC, "Member 'ABP_EasyFog_C::Base_Color_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Emissive_Intensity) == 0x0002E0, "Member 'ABP_EasyFog_C::Emissive_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Normal_Map_Intensity) == 0x0002E4, "Member 'ABP_EasyFog_C::Normal_Map_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Fog_Density) == 0x0002E8, "Member 'ABP_EasyFog_C::Fog_Density' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Geometry_Fading_Distance) == 0x0002EC, "Member 'ABP_EasyFog_C::Geometry_Fading_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Camera_Fading_Distance) == 0x0002F0, "Member 'ABP_EasyFog_C::Camera_Fading_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Cast_Shadow_) == 0x0002F4, "Member 'ABP_EasyFog_C::Cast_Shadow_' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, No) == 0x0002F8, "Member 'ABP_EasyFog_C::No' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Wind_Speed_Y) == 0x0002FC, "Member 'ABP_EasyFog_C::Wind_Speed_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Wind_Speed_X) == 0x000300, "Member 'ABP_EasyFog_C::Wind_Speed_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, View_Angle_Fade) == 0x000304, "Member 'ABP_EasyFog_C::View_Angle_Fade' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Wind_Noise_Tiling) == 0x000308, "Member 'ABP_EasyFog_C::Wind_Noise_Tiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_EasyFog_C, Wind_Noise_Contrast) == 0x00030C, "Member 'ABP_EasyFog_C::Wind_Noise_Contrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_BattleLineCandidate \ +static_assert(alignof(FS_BattleLineCandidate) == 0x000008, "Wrong alignment on FS_BattleLineCandidate"); \ +static_assert(sizeof(FS_BattleLineCandidate) == 0x000028, "Wrong size on FS_BattleLineCandidate"); \ +static_assert(offsetof(FS_BattleLineCandidate, BattleLine_9_23F384E045F8BF30BFC966B058367DA2) == 0x000000, "Member 'FS_BattleLineCandidate::BattleLine_9_23F384E045F8BF30BFC966B058367DA2' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLineCandidate, SourceModel_7_0CB56EB44B2F5758E220B1979F29A674) == 0x000010, "Member 'FS_BattleLineCandidate::SourceModel_7_0CB56EB44B2F5758E220B1979F29A674' has a wrong offset!"); \ +static_assert(offsetof(FS_BattleLineCandidate, DebugReason_12_B63110744F5BFD028972919CAA0B7FEA) == 0x000018, "Member 'FS_BattleLineCandidate::DebugReason_12_B63110744F5BFD028972919CAA0B7FEA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_RegisterCandidateLine \ +static_assert(alignof(BP_BattleLineGatherer_C_RegisterCandidateLine) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_RegisterCandidateLine"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_RegisterCandidateLine) == 0x000058, "Wrong size on BP_BattleLineGatherer_C_RegisterCandidateLine"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterCandidateLine, NewLine) == 0x000000, "Member 'BP_BattleLineGatherer_C_RegisterCandidateLine::NewLine' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterCandidateLine, SourceModel) == 0x000010, "Member 'BP_BattleLineGatherer_C_RegisterCandidateLine::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterCandidateLine, DebugReason) == 0x000018, "Member 'BP_BattleLineGatherer_C_RegisterCandidateLine::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterCandidateLine, K2Node_MakeStruct_S_BattleLineCandidate) == 0x000028, "Member 'BP_BattleLineGatherer_C_RegisterCandidateLine::K2Node_MakeStruct_S_BattleLineCandidate' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterCandidateLine, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'BP_BattleLineGatherer_C_RegisterCandidateLine::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_RegisterPerCharacterPool \ +static_assert(alignof(BP_BattleLineGatherer_C_RegisterPerCharacterPool) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_RegisterPerCharacterPool"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_RegisterPerCharacterPool) == 0x000100, "Wrong size on BP_BattleLineGatherer_C_RegisterPerCharacterPool"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, PerCharacterLines) == 0x000000, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::PerCharacterLines' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, RelevantCharacter) == 0x000068, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::RelevantCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, SourceModel) == 0x000070, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, DebugReason) == 0x000078, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Conv_NameToString_ReturnValue) == 0x0000A8, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_GetCharacterListEnum_FromID_ReturnValue) == 0x0000C8, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_GetCharacterListEnum_FromID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D0, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Map_Find_Value) == 0x0000E0, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPerCharacterPool, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'BP_BattleLineGatherer_C_RegisterPerCharacterPool::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_RegisterPool \ +static_assert(alignof(BP_BattleLineGatherer_C_RegisterPool) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_RegisterPool"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_RegisterPool) == 0x000128, "Wrong size on BP_BattleLineGatherer_C_RegisterPool"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, Pool) == 0x000000, "Member 'BP_BattleLineGatherer_C_RegisterPool::Pool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, SourceModel) == 0x000018, "Member 'BP_BattleLineGatherer_C_RegisterPool::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, DebugReason) == 0x000020, "Member 'BP_BattleLineGatherer_C_RegisterPool::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000030, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_BattleLineGatherer_C_RegisterPool::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Not_PreBool_ReturnValue) == 0x000091, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'BP_BattleLineGatherer_C_RegisterPool::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, Temp_int_Array_Index_Variable) == 0x0000A4, "Member 'BP_BattleLineGatherer_C_RegisterPool::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0000B8, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_BattleLineGatherer_C_RegisterPool::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_BattleLineGatherer_C_RegisterPool::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RegisterPool, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_BattleLineGatherer_C_RegisterPool::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_Roll \ +static_assert(alignof(BP_BattleLineGatherer_C_Roll) == 0x000004, "Wrong alignment on BP_BattleLineGatherer_C_Roll"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_Roll) == 0x000014, "Wrong size on BP_BattleLineGatherer_C_Roll"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_Roll, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BattleLineGatherer_C_Roll::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_Roll, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BattleLineGatherer_C_Roll::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_Roll, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BattleLineGatherer_C_Roll::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_Roll, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_BattleLineGatherer_C_Roll::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_Roll, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'BP_BattleLineGatherer_C_Roll::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_RollChancePercent \ +static_assert(alignof(BP_BattleLineGatherer_C_RollChancePercent) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_RollChancePercent"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_RollChancePercent) == 0x000040, "Wrong size on BP_BattleLineGatherer_C_RollChancePercent"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, ChancePercent) == 0x000000, "Member 'BP_BattleLineGatherer_C_RollChancePercent::ChancePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, Rolled) == 0x000008, "Member 'BP_BattleLineGatherer_C_RollChancePercent::Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_GetCharacterReactionSystem_ReturnValue) == 0x000010, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_GetCharacterReactionSystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_GetBattleLineSettings_Settings) == 0x000020, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_GetBattleLineSettings_Settings' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_ShouldSkipAllRolls_ReturnValue) == 0x000028, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_ShouldSkipAllRolls_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollChancePercent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_BattleLineGatherer_C_RollChancePercent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_RollFromPool \ +static_assert(alignof(BP_BattleLineGatherer_C_RollFromPool) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_RollFromPool"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_RollFromPool) == 0x0000A8, "Wrong size on BP_BattleLineGatherer_C_RollFromPool"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, BattleLinePool) == 0x000000, "Member 'BP_BattleLineGatherer_C_RollFromPool::BattleLinePool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, BattleLine) == 0x000018, "Member 'BP_BattleLineGatherer_C_RollFromPool::BattleLine' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, local_rolledIndex) == 0x000028, "Member 'BP_BattleLineGatherer_C_RollFromPool::local_rolledIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, local_roll) == 0x00002C, "Member 'BP_BattleLineGatherer_C_RollFromPool::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, local_sumWeights) == 0x000030, "Member 'BP_BattleLineGatherer_C_RollFromPool::local_sumWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, local_totalWeights) == 0x000040, "Member 'BP_BattleLineGatherer_C_RollFromPool::local_totalWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_BattleLineGatherer_C_RollFromPool::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, Temp_bool_True_if_break_was_hit_Variable) == 0x000048, "Member 'BP_BattleLineGatherer_C_RollFromPool::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_BattleLineGatherer_C_RollFromPool::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, Temp_int_Array_Index_Variable_1) == 0x000054, "Member 'BP_BattleLineGatherer_C_RollFromPool::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, Temp_int_Loop_Counter_Variable_1) == 0x000080, "Member 'BP_BattleLineGatherer_C_RollFromPool::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000088, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Get_Item_2) == 0x00008C, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000090, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Length_ReturnValue_1) == 0x000094, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Less_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Array_Add_ReturnValue) == 0x00009C, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_RollFromPool, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A0, "Member 'BP_BattleLineGatherer_C_RollFromPool::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_SelectBattleLineCandidate \ +static_assert(alignof(BP_BattleLineGatherer_C_SelectBattleLineCandidate) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_SelectBattleLineCandidate"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_SelectBattleLineCandidate) == 0x000260, "Wrong size on BP_BattleLineGatherer_C_SelectBattleLineCandidate"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Valid) == 0x000000, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, ChosenLine) == 0x000008, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::ChosenLine' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, local_rolledIndex) == 0x000030, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::local_rolledIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, local_roll) == 0x000034, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, local_sumWeights) == 0x000038, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::local_sumWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, local_totalWeights) == 0x000048, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::local_totalWeights' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Temp_bool_True_if_break_was_hit_Variable) == 0x000058, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00009C, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000D8, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, K2Node_MakeStruct_FormatArgumentData) == 0x0000E8, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, K2Node_MakeStruct_FormatArgumentData_1) == 0x000130, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000178, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000180, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, K2Node_MakeStruct_FormatArgumentData_2) == 0x000190, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D8, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, K2Node_MakeArray_Array) == 0x000220, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000230, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Format_ReturnValue) == 0x000238, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Get_Item_2) == 0x000248, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Add_ReturnValue) == 0x00024C, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000250, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Array_Length_ReturnValue_1) == 0x000254, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Less_IntInt_ReturnValue_1) == 0x000258, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_BooleanAND_ReturnValue) == 0x000259, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_SelectBattleLineCandidate, CallFunc_Add_IntInt_ReturnValue_2) == 0x00025C, "Member 'BP_BattleLineGatherer_C_SelectBattleLineCandidate::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_TryRegisterPerCharacterPool \ +static_assert(alignof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_TryRegisterPerCharacterPool"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool) == 0x0000A8, "Wrong size on BP_BattleLineGatherer_C_TryRegisterPerCharacterPool"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, PerCharacterLines) == 0x000000, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::PerCharacterLines' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, ChancePercent) == 0x000068, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::ChancePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, RelevantCharacter) == 0x000070, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::RelevantCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, SourceModel) == 0x000078, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, DebugReason) == 0x000080, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, Rolled) == 0x000090, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, local_roll) == 0x000091, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, CallFunc_RandomFloatInRange_ReturnValue) == 0x000098, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPerCharacterPool, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_BattleLineGatherer_C_TryRegisterPerCharacterPool::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BattleLineGatherer_C_TryRegisterPool \ +static_assert(alignof(BP_BattleLineGatherer_C_TryRegisterPool) == 0x000008, "Wrong alignment on BP_BattleLineGatherer_C_TryRegisterPool"); \ +static_assert(sizeof(BP_BattleLineGatherer_C_TryRegisterPool) == 0x000108, "Wrong size on BP_BattleLineGatherer_C_TryRegisterPool"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, Pool) == 0x000000, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::Pool' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, ChancePercent) == 0x000018, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::ChancePercent' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, SourceModel) == 0x000020, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, DebugReason) == 0x000028, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, Rolled) == 0x000038, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, local_roll) == 0x000039, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::local_roll' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, CallFunc_RollChancePercent_Rolled) == 0x0000E0, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::CallFunc_RollChancePercent_Rolled' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_BattleLineGatherer_C_TryRegisterPool, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_BattleLineGatherer_C_TryRegisterPool::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BattleLineGatherer_C \ +static_assert(alignof(UBP_BattleLineGatherer_C) == 0x000008, "Wrong alignment on UBP_BattleLineGatherer_C"); \ +static_assert(sizeof(UBP_BattleLineGatherer_C) == 0x000058, "Wrong size on UBP_BattleLineGatherer_C"); \ +static_assert(offsetof(UBP_BattleLineGatherer_C, CandidatePools) == 0x000028, "Member 'UBP_BattleLineGatherer_C::CandidatePools' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineGatherer_C, Lines) == 0x000038, "Member 'UBP_BattleLineGatherer_C::Lines' has a wrong offset!"); \ +static_assert(offsetof(UBP_BattleLineGatherer_C, LineCandidates) == 0x000048, "Member 'UBP_BattleLineGatherer_C::LineCandidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_AddCharacter \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_AddCharacter) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_AddCharacter"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_AddCharacter) == 0x000048, "Wrong size on WBP_HUD_DisplayCharacters_C_AddCharacter"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CharacterBattleStats) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CreatedWidget) == 0x000008, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CreatedWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_FindCharacterPortrait_Portrait) == 0x000010, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, K2Node_MakeStruct_Margin) == 0x00001C, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_Create_ReturnValue) == 0x000030, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_AddCharacter, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000040, "Member 'WBP_HUD_DisplayCharacters_C_AddCharacter::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters) == 0x000090, "Wrong size on WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, EntryPoint) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_DynamicCast_AsWBP_HUD_Battle_Character_Portrait) == 0x000040, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_DynamicCast_AsWBP_HUD_Battle_Character_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000050, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000058, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_CustomEvent_Number) == 0x000060, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_CustomEvent_Number' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_CustomEvent_Character_1) == 0x000070, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, K2Node_CustomEvent_Character) == 0x000078, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_FindCharacterPortrait_Portrait) == 0x000080, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters, CallFunc_FindCharacterPortrait_Portrait_1) == 0x000088, "Member 'WBP_HUD_DisplayCharacters_C_ExecuteUbergraph_WBP_HUD_DisplayCharacters::CallFunc_FindCharacterPortrait_Portrait_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_FindCharacterPortrait \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_FindCharacterPortrait"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait) == 0x000030, "Wrong size on WBP_HUD_DisplayCharacters_C_FindCharacterPortrait"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CharacterStats) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CharacterStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, Portrait) == 0x000008, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000029, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00002A, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_FindCharacterPortrait, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'WBP_HUD_DisplayCharacters_C_FindCharacterPortrait::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle) == 0x000008, "Wrong size on WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle, Character) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterKickedFromBattle::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle) == 0x000008, "Wrong size on WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle, Character) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterReintegratesBattle::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart) == 0x000028, "Wrong size on WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, Character) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_HUD_DisplayCharacters_C_OnCharacterTurnStart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_PreConstruct \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_DisplayCharacters_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_DisplayCharacters_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_RemoveCharacter \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_RemoveCharacter) == 0x000008, "Wrong alignment on WBP_HUD_DisplayCharacters_C_RemoveCharacter"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_RemoveCharacter) == 0x0000A0, "Wrong size on WBP_HUD_DisplayCharacters_C_RemoveCharacter"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CharacterBattleStats) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CharacterBattleStats' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, local_portraitWidget) == 0x000008, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::local_portraitWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_FindCharacterPortrait_Portrait) == 0x000070, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_FindCharacterPortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_Array_RemoveItem_ReturnValue) == 0x000098, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_RemoveCharacter, CallFunc_RemoveChild_ReturnValue) == 0x000099, "Member 'WBP_HUD_DisplayCharacters_C_RemoveCharacter::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_DisplayCharacters_C_Set_CharactersCount \ +static_assert(alignof(WBP_HUD_DisplayCharacters_C_Set_CharactersCount) == 0x000004, "Wrong alignment on WBP_HUD_DisplayCharacters_C_Set_CharactersCount"); \ +static_assert(sizeof(WBP_HUD_DisplayCharacters_C_Set_CharactersCount) == 0x000004, "Wrong size on WBP_HUD_DisplayCharacters_C_Set_CharactersCount"); \ +static_assert(offsetof(WBP_HUD_DisplayCharacters_C_Set_CharactersCount, Number) == 0x000000, "Member 'WBP_HUD_DisplayCharacters_C_Set_CharactersCount::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_DisplayCharacters_C \ +static_assert(alignof(UWBP_HUD_DisplayCharacters_C) == 0x000008, "Wrong alignment on UWBP_HUD_DisplayCharacters_C"); \ +static_assert(sizeof(UWBP_HUD_DisplayCharacters_C) == 0x000328, "Wrong size on UWBP_HUD_DisplayCharacters_C"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_HUD_DisplayCharacters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, Anim_3Characters) == 0x0002E8, "Member 'UWBP_HUD_DisplayCharacters_C::Anim_3Characters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, Anim_2Characters) == 0x0002F0, "Member 'UWBP_HUD_DisplayCharacters_C::Anim_2Characters' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, Anim_1Character) == 0x0002F8, "Member 'UWBP_HUD_DisplayCharacters_C::Anim_1Character' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, Anim_Appear_Panel) == 0x000300, "Member 'UWBP_HUD_DisplayCharacters_C::Anim_Appear_Panel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, HorizontalBox_CharacterPortaitsContainer) == 0x000308, "Member 'UWBP_HUD_DisplayCharacters_C::HorizontalBox_CharacterPortaitsContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, CharacterPortraitWidgets) == 0x000310, "Member 'UWBP_HUD_DisplayCharacters_C::CharacterPortraitWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_DisplayCharacters_C, HasAppeared) == 0x000320, "Member 'UWBP_HUD_DisplayCharacters_C::HasAppeared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_AdjustVolumeByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_AdjustVolumeByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext) == 0x00000C, "Wrong size on BP_InteractiveMusicSystem_C_AdjustVolumeByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext, AdjustVolumeDuration) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeByContext::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext, AdjustVolumeLevel) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeByContext::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext, Context) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeByContext, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeByContext::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext) == 0x000028, "Wrong size on BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext, AdjustVolumeDuration) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext, AdjustVolumeLevel) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext, CallFunc_GetCurrentInteractiveMusic_InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext::CallFunc_GetCurrentInteractiveMusic_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeCurrentContext::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext) == 0x0000C0, "Wrong size on BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, AdjustVolumeDuration) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, AdjustVolumeLevel) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000080, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_IsPlaying_ReturnValue) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B9, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext, CallFunc_IsValid_ReturnValue) == 0x0000BA, "Member 'BP_InteractiveMusicSystem_C_AdjustVolumeInteractiveMusicByContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters) == 0x000030, "Wrong size on BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters, Parameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters, CallFunc_CreateInteractiveMusicWithContextIfNeeded_InteractiveMusic) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_ApplyInteractiveMusicParameters::CallFunc_CreateInteractiveMusicWithContextIfNeeded_InteractiveMusic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters) == 0x000050, "Wrong size on BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, InteractiveMusicParameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, CallFunc_GetCurrentInteractiveMusic_InteractiveMusic) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::CallFunc_GetCurrentInteractiveMusic_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, CallFunc_GetCurrentContext_Context) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::CallFunc_GetCurrentContext_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, CallFunc_IsValid_ReturnValue_1) == 0x000032, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_ComputeCurrentInteractiveMusicParameters::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_Create_New_Audio_Component \ +static_assert(alignof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_Create_New_Audio_Component"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component) == 0x000028, "Wrong size on BP_InteractiveMusicSystem_C_Create_New_Audio_Component"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component, Sound) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_Create_New_Audio_Component::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component, SpawnedComponent) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_Create_New_Audio_Component::SpawnedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_Create_New_Audio_Component::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_Create_New_Audio_Component, CallFunc_SpawnSound2D_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_Create_New_Audio_Component::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded \ +static_assert(alignof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded) == 0x0000A8, "Wrong size on BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, Sound) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, InteractiveMusic) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_Create_New_Audio_Component_SpawnedComponent) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_Create_New_Audio_Component_SpawnedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, K2Node_MakeStruct_S_InteractiveMusic) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::K2Node_MakeStruct_S_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000058, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_GetSoundByContext_Sound) == 0x000070, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_GetSoundByContext_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_GetSoundByContext_LastAudioTrigger) == 0x000078, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_GetSoundByContext_LastAudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000080, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_GetInteractiveMusicByContext_InteractiveMusic_1) == 0x000088, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_GetInteractiveMusicByContext_InteractiveMusic_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_Array_Contains_ReturnValue) == 0x0000A0, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A1, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded, CallFunc_BooleanAND_ReturnValue) == 0x0000A2, "Member 'BP_InteractiveMusicSystem_C_CreateInteractiveMusicWithContextIfNeeded::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts \ +static_assert(alignof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts) == 0x000048, "Wrong size on BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_Map_Values_Values) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_InteractiveMusicSystem_C_DestroyAllInteractiveMusicContexts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext) == 0x0000F0, "Wrong size on BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, AudioTrigger) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::AudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, IsInterruption) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::IsInterruption' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, local_Music) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::local_Music' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_SetTriggerParameter_self_CastInput) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_SetTriggerParameter_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_IsNameValid_ReturnValue) == 0x000039, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_Map_Find_Value) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext, CallFunc_BooleanAND_ReturnValue) == 0x0000E8, "Member 'BP_InteractiveMusicSystem_C_ExecuteAudioTriggerByContext::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem) == 0x000018, "Wrong size on BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, EntryPoint) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, K2Node_CustomEvent_Enable) == 0x000006, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::K2Node_CustomEvent_Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000007, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem, CallFunc_GetDebugString_String) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_ExecuteUbergraph_BP_InteractiveMusicSystem::CallFunc_GetDebugString_String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext) == 0x000028, "Wrong size on BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext, AdjustVolumeDuration) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_FadeOutInteractiveMusicByContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetAudioComponentDebugString \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetAudioComponentDebugString"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString) == 0x0000A8, "Wrong size on BP_InteractiveMusicSystem_C_GetAudioComponentDebugString"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, AudioComponent) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, ReturnValue) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioComponentDebugString, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_InteractiveMusicSystem_C_GetAudioComponentDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable) == 0x000130, "Wrong size on BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, DataTable) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::DataTable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, Context) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, AudioTriggerName) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_GetDataTableRowFromName_OutRow) == 0x000098, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000A4, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000A8, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameForContextAndTable::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted) == 0x000014, "Wrong size on BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted, NewContext) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted::NewContext' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted, AudioTriggerName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted, CallFunc_GetAudioTriggerNameForContextAndTable_AudioTriggerName) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupted::CallFunc_GetAudioTriggerNameForContextAndTable_AudioTriggerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting) == 0x000014, "Wrong size on BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting, CurrentContext_0) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting::CurrentContext_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting, AudioTriggerName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting, CallFunc_GetAudioTriggerNameForContextAndTable_AudioTriggerName) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_GetAudioTriggerNameWhenInterrupting::CallFunc_GetAudioTriggerNameForContextAndTable_AudioTriggerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetCurrentContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetCurrentContext) == 0x000001, "Wrong alignment on BP_InteractiveMusicSystem_C_GetCurrentContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetCurrentContext) == 0x000001, "Wrong size on BP_InteractiveMusicSystem_C_GetCurrentContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetCurrentContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic) == 0x000030, "Wrong size on BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic, InteractiveMusic) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic::InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetCurrentInteractiveMusic::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetCurrentSoundData \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetCurrentSoundData) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetCurrentSoundData"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetCurrentSoundData) == 0x000028, "Wrong size on BP_InteractiveMusicSystem_C_GetCurrentSoundData"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentSoundData, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetCurrentSoundData::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentSoundData, Sound) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetCurrentSoundData::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentSoundData, LastAudioTrigger) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_GetCurrentSoundData::LastAudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentSoundData, CallFunc_GetSoundByContext_Sound) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetCurrentSoundData::CallFunc_GetSoundByContext_Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetCurrentSoundData, CallFunc_GetSoundByContext_LastAudioTrigger) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_GetCurrentSoundData::CallFunc_GetSoundByContext_LastAudioTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetDebugString \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetDebugString) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetDebugString"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetDebugString) == 0x000180, "Wrong size on BP_InteractiveMusicSystem_C_GetDebugString"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, String) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::String' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, local_DebugString) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_SelectString_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000098, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Map_Find_Value) == 0x000118, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Map_Find_ReturnValue) == 0x000130, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, K2Node_MakeArray_Array) == 0x000138, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_GetInteractiveMusicDebugString_ReturnValue) == 0x000148, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_GetInteractiveMusicDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000158, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000168, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'BP_InteractiveMusicSystem_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext) == 0x000040, "Wrong size on BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext, InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext::InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext, CallFunc_Map_Find_Value) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicByContext::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString) == 0x0001B0, "Wrong size on BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, InteractiveMusicContext) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::InteractiveMusicContext' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000060, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, K2Node_MakeArray_Array_1) == 0x000110, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Format_ReturnValue_1) == 0x000130, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_GetAudioComponentDebugString_ReturnValue) == 0x000140, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_GetAudioComponentDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000150, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000160, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000170, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000180, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000190, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001A0, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicDebugString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString) == 0x000128, "Wrong size on BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, InteractiveMusicParameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x000048, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_SelectString_ReturnValue) == 0x0000C8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F8, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000108, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000118, "Member 'BP_InteractiveMusicSystem_C_GetInteractiveMusicParametersDebugString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_GetSoundByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_GetSoundByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_GetSoundByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_GetSoundByContext) == 0x000038, "Wrong size on BP_InteractiveMusicSystem_C_GetSoundByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetSoundByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_GetSoundByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetSoundByContext, Sound) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_GetSoundByContext::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetSoundByContext, LastAudioTrigger) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_GetSoundByContext::LastAudioTrigger' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetSoundByContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_GetSoundByContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_GetSoundByContext, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_GetSoundByContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_Initialize \ +static_assert(alignof(BP_InteractiveMusicSystem_C_Initialize) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_Initialize"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_Initialize) == 0x000010, "Wrong size on BP_InteractiveMusicSystem_C_Initialize"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_Initialize, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_Initialize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_InterruptInteractiveMusic \ +static_assert(alignof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_InterruptInteractiveMusic"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic) == 0x000030, "Wrong size on BP_InteractiveMusicSystem_C_InterruptInteractiveMusic"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, NewContext) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::NewContext' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, CallFunc_GetAudioTriggerNameWhenInterrupted_AudioTriggerName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::CallFunc_GetAudioTriggerNameWhenInterrupted_AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, CallFunc_ShouldPauseMusic_ReturnValue) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::CallFunc_ShouldPauseMusic_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, CallFunc_GetCurrentInteractiveMusic_InteractiveMusic) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::CallFunc_GetCurrentInteractiveMusic_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_InterruptInteractiveMusic, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_InteractiveMusicSystem_C_InterruptInteractiveMusic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn \ +static_assert(alignof(BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn) == 0x000010, "Wrong size on BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn, AudioComponent) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn, CallFunc_Array_Add_ReturnValue) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_MarkAudioComponentForUnspawn::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged \ +static_assert(alignof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged) == 0x000030, "Wrong size on BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, PlayState) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::PlayState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_GetPlayState_ReturnValue) == 0x000019, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged, CallFunc_Max_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_OnAudioPlayStateChanged::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext) == 0x000040, "Wrong size on BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext, K2Node_MakeStruct_S_InteractiveMusicParameters) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_PlayInteractiveMusicContext::K2Node_MakeStruct_S_InteractiveMusicParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_PrintAudioTriggerName \ +static_assert(alignof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_PrintAudioTriggerName"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName) == 0x000100, "Wrong size on BP_InteractiveMusicSystem_C_PrintAudioTriggerName"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, AudioTriggerName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::AudioTriggerName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, local_DebugString) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintAudioTriggerName, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_InteractiveMusicSystem_C_PrintAudioTriggerName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters \ +static_assert(alignof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters) == 0x000290, "Wrong size on BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, Parameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, local_DebugString) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000058, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Conv_NameToText_ReturnValue) == 0x000108, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_IsNameValid_ReturnValue) == 0x000170, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_IsNameValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeArray_Array_1) == 0x000178, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_IsValid_ReturnValue) == 0x000188, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Format_ReturnValue_1) == 0x000190, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_SelectString_ReturnValue) == 0x0001A0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_SelectString_ReturnValue_1) == 0x0001B0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0001C0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0001D0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E0, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeStruct_FormatArgumentData_4) == 0x000228, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, K2Node_MakeArray_Array_2) == 0x000270, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters, CallFunc_Format_ReturnValue_2) == 0x000280, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicParameters::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog \ +static_assert(alignof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog) == 0x000098, "Wrong size on BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, String) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::String' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, local_DebugString) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_InteractiveMusicSystem_C_PrintInteractiveMusicStringInLog::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ProcessMusicInterruption \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ProcessMusicInterruption) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_ProcessMusicInterruption"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ProcessMusicInterruption) == 0x00000C, "Wrong size on BP_InteractiveMusicSystem_C_ProcessMusicInterruption"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ProcessMusicInterruption, NewContext) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ProcessMusicInterruption::NewContext' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ProcessMusicInterruption, CallFunc_GetAudioTriggerNameWhenInterrupting_AudioTriggerName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_ProcessMusicInterruption::CallFunc_GetAudioTriggerNameWhenInterrupting_AudioTriggerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_PushInteractiveMusicContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_PushInteractiveMusicContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext) == 0x000020, "Wrong size on BP_InteractiveMusicSystem_C_PushInteractiveMusicContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext, InteractiveMusicParameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_PushInteractiveMusicContext::InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext, CallFunc_IsCurrentLevelProductionLevel_ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_PushInteractiveMusicContext::CallFunc_IsCurrentLevelProductionLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext, CallFunc_ValidateInteractiveMusicParameters_IsValid) == 0x000019, "Member 'BP_InteractiveMusicSystem_C_PushInteractiveMusicContext::CallFunc_ValidateInteractiveMusicParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_PushInteractiveMusicContext, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BP_InteractiveMusicSystem_C_PushInteractiveMusicContext::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext) == 0x000040, "Wrong size on BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext, Parameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext::Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BP_InteractiveMusicSystem_C_ReplaceInteractiveMusicContext::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters \ +static_assert(alignof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters) == 0x000038, "Wrong size on BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, CallFunc_ValidateInteractiveMusicParameters_IsValid) == 0x000018, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::CallFunc_ValidateInteractiveMusicParameters_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, CallFunc_Array_Contains_ReturnValue) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_InteractiveMusicSystem_C_RestorePreviousInteractiveMusicParameters::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext) == 0x000001, "Wrong alignment on BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext) == 0x000001, "Wrong size on BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ResumeInteractiveMusicSystemWithContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters) == 0x000018, "Wrong size on BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters, CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SaveCurrentInteractiveMusicParameters::CallFunc_ComputeCurrentInteractiveMusicParameters_InteractiveMusicParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext) == 0x000001, "Wrong alignment on BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext) == 0x000006, "Wrong size on BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_GetCurrentContext_Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_GetCurrentContext_Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext, CallFunc_BooleanOR_ReturnValue_1) == 0x000005, "Member 'BP_InteractiveMusicSystem_C_SaveExplorationCurrentInteractiveMusicContext::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SetDebugDrawEnabled \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SetDebugDrawEnabled) == 0x000001, "Wrong alignment on BP_InteractiveMusicSystem_C_SetDebugDrawEnabled"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SetDebugDrawEnabled) == 0x000001, "Wrong size on BP_InteractiveMusicSystem_C_SetDebugDrawEnabled"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetDebugDrawEnabled, Enable) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SetDebugDrawEnabled::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SetFloatParameterByContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_SetFloatParameterByContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext) == 0x000048, "Wrong size on BP_InteractiveMusicSystem_C_SetFloatParameterByContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, ParameterName) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, Value) == 0x00000C, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000010, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface) == 0x000030, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetFloatParameterByContext, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_InteractiveMusicSystem_C_SetFloatParameterByContext::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused) == 0x000028, "Wrong size on BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused, Context) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused, bPause) == 0x000001, "Member 'BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused::bPause' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused, CallFunc_GetInteractiveMusicByContext_InteractiveMusic) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused::CallFunc_GetInteractiveMusicByContext_InteractiveMusic' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_InteractiveMusicSystem_C_SetInteractiveMusicPaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_ShouldPauseMusic \ +static_assert(alignof(BP_InteractiveMusicSystem_C_ShouldPauseMusic) == 0x000001, "Wrong alignment on BP_InteractiveMusicSystem_C_ShouldPauseMusic"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_ShouldPauseMusic) == 0x00000A, "Wrong size on BP_InteractiveMusicSystem_C_ShouldPauseMusic"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, NewContext) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::NewContext' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, ReturnValue) == 0x000001, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_MakeLiteralByte_ReturnValue) == 0x000003, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_Array_Contains_ReturnValue) == 0x000007, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_ShouldPauseMusic, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'BP_InteractiveMusicSystem_C_ShouldPauseMusic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem \ +static_assert(alignof(BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem) == 0x000004, "Wrong alignment on BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem) == 0x000008, "Wrong size on BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem, FadeOutDuration) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_InteractiveMusicSystem_C_StopInteractiveMusicSystem::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext \ +static_assert(alignof(BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext) == 0x000008, "Wrong alignment on BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext"); \ +static_assert(sizeof(BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext) == 0x000018, "Wrong size on BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext"); \ +static_assert(offsetof(BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext, Parameters) == 0x000000, "Member 'BP_InteractiveMusicSystem_C_SwitchInteractiveMusicContext::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InteractiveMusicSystem_C \ +static_assert(alignof(UBP_InteractiveMusicSystem_C) == 0x000008, "Wrong alignment on UBP_InteractiveMusicSystem_C"); \ +static_assert(sizeof(UBP_InteractiveMusicSystem_C) == 0x0000D0, "Wrong size on UBP_InteractiveMusicSystem_C"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, UberGraphFrame) == 0x000028, "Member 'UBP_InteractiveMusicSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, InteractiveMusicByContext) == 0x000030, "Member 'UBP_InteractiveMusicSystem_C::InteractiveMusicByContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, CurrentContext) == 0x000080, "Member 'UBP_InteractiveMusicSystem_C::CurrentContext' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, AudioComponentsToUnspawn) == 0x000088, "Member 'UBP_InteractiveMusicSystem_C::AudioComponentsToUnspawn' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, IsStopped) == 0x000098, "Member 'UBP_InteractiveMusicSystem_C::IsStopped' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, InteractiveContextsToPause) == 0x0000A0, "Member 'UBP_InteractiveMusicSystem_C::InteractiveContextsToPause' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, PreviousInteractiveMusicParameters) == 0x0000B0, "Member 'UBP_InteractiveMusicSystem_C::PreviousInteractiveMusicParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_InteractiveMusicSystem_C, PreviousExplorationInteractiveMusicContext) == 0x0000C8, "Member 'UBP_InteractiveMusicSystem_C::PreviousExplorationInteractiveMusicContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck \ +static_assert(alignof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck) == 0x000008, "Wrong alignment on AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck"); \ +static_assert(sizeof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck) == 0x000028, "Wrong size on AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, EntryPoint) == 0x000000, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck, CallFunc_CheckInteractionDone_AllCheckTrue) == 0x000021, "Member 'AC_InteractionCheck_C_ExecuteUbergraph_AC_InteractionCheck::CallFunc_CheckInteractionDone_AllCheckTrue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_InteractionCheck_C \ +static_assert(alignof(UAC_InteractionCheck_C) == 0x000008, "Wrong alignment on UAC_InteractionCheck_C"); \ +static_assert(sizeof(UAC_InteractionCheck_C) == 0x0000C0, "Wrong size on UAC_InteractionCheck_C"); \ +static_assert(offsetof(UAC_InteractionCheck_C, UberGraphFrame) == 0x0000A0, "Member 'UAC_InteractionCheck_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAC_InteractionCheck_C, Interactions) == 0x0000A8, "Member 'UAC_InteractionCheck_C::Interactions' has a wrong offset!"); \ +static_assert(offsetof(UAC_InteractionCheck_C, DestroyActor_) == 0x0000B8, "Member 'UAC_InteractionCheck_C::DestroyActor_' has a wrong offset!"); \ +static_assert(offsetof(UAC_InteractionCheck_C, InteractionsStatus) == 0x0000B9, "Member 'UAC_InteractionCheck_C::InteractionsStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_GetFootStepToPlay \ +static_assert(alignof(BP_AudioCharacter_Manager_C_GetFootStepToPlay) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_GetFootStepToPlay"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_GetFootStepToPlay) == 0x000030, "Wrong size on BP_AudioCharacter_Manager_C_GetFootStepToPlay"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, SurfaceType) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, Value) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, Temp_wildcard_Variable) == 0x000010, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_GetBoolCVar_ReturnValue) == 0x00001A, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_IsValid_ReturnValue_1) == 0x00001B, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_IsValid_ReturnValue_2) == 0x00001C, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_Map_Find_Value) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_GetFootStepToPlay, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_Manager_C_GetFootStepToPlay::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_SetupDefaultFootstep \ +static_assert(alignof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_SetupDefaultFootstep"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep) == 0x000018, "Wrong size on BP_AudioCharacter_Manager_C_SetupDefaultFootstep"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep, Temp_byte_Variable) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_SetupDefaultFootstep::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_AudioCharacter_Manager_C_SetupDefaultFootstep::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_SetupDefaultFootstep::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_SetupDefaultFootstep, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'BP_AudioCharacter_Manager_C_SetupDefaultFootstep::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_HandleFootsteps \ +static_assert(alignof(BP_AudioCharacter_Manager_C_HandleFootsteps) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_HandleFootsteps"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_HandleFootsteps) == 0x000088, "Wrong size on BP_AudioCharacter_Manager_C_HandleFootsteps"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, FootstepsType_0) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::FootstepsType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, Location) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, SurfaceType) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_GetFootStepToPlay_Value) == 0x000038, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_GetFootStepToPlay_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000050, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface) == 0x000058, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::K2Node_DynamicCast_AsAudio_Parameter_Controller_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_GetFoleyAudioValuesFromOwner_FoleyLowCut) == 0x000070, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_GetFoleyAudioValuesFromOwner_FoleyLowCut' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_GetFoleyAudioValuesFromOwner_FoleyVolume) == 0x000078, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_GetFoleyAudioValuesFromOwner_FoleyVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x000080, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleFootsteps, CallFunc_SetFloatParameter_InFloat_ImplicitCast_1) == 0x000084, "Member 'BP_AudioCharacter_Manager_C_HandleFootsteps::CallFunc_SetFloatParameter_InFloat_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_OnCharacterSwitch \ +static_assert(alignof(BP_AudioCharacter_Manager_C_OnCharacterSwitch) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_OnCharacterSwitch"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_OnCharacterSwitch) == 0x000010, "Wrong size on BP_AudioCharacter_Manager_C_OnCharacterSwitch"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_OnCharacterSwitch, CharacterData) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_OnCharacterSwitch::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_OnCharacterSwitch, CallFunc_GetExplorationAudioProfile_AudioProfileAsset) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_OnCharacterSwitch::CallFunc_GetExplorationAudioProfile_AudioProfileAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_Initialize \ +static_assert(alignof(BP_AudioCharacter_Manager_C_Initialize) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_Initialize"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_Initialize) == 0x0000A0, "Wrong size on BP_AudioCharacter_Manager_C_Initialize"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_Initialize::K2Node_DynamicCast_AsBPI_Audio_Character_Get_Components' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_AudioCharacter_Manager_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_SFX_01) == 0x000018, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Foleys_01) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Foleys_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_FT_L) == 0x000028, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_FT_L' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Vocals_01) == 0x000030, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Vocals_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_SFX_02) == 0x000038, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Foleys_02) == 0x000040, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Foleys_02' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_FT_R) == 0x000048, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_FT_R' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Vocals_02) == 0x000050, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Vocals_02' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Idle) == 0x000058, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Weapon_L_01) == 0x000060, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Weapon_L_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Weapon_L_02) == 0x000068, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Weapon_L_02' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Weapon_R_01) == 0x000070, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Weapon_R_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Hand_L_01) == 0x000078, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Hand_L_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetAudioComponents_AC_Hand_R_01) == 0x000080, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetAudioComponents_AC_Hand_R_01' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, CallFunc_GetOwner_ReturnValue) == 0x000088, "Member 'BP_AudioCharacter_Manager_C_Initialize::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000090, "Member 'BP_AudioCharacter_Manager_C_Initialize::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_Initialize, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_AudioCharacter_Manager_C_Initialize::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_HandleSFX \ +static_assert(alignof(BP_AudioCharacter_Manager_C_HandleSFX) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_HandleSFX"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_HandleSFX) == 0x000028, "Wrong size on BP_AudioCharacter_Manager_C_HandleSFX"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, SfxType_0) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::SfxType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, Temp_byte_Variable) == 0x000001, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_IsPlaying_ReturnValue) == 0x000018, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, CallFunc_IsValid_ReturnValue_2) == 0x00001B, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_HandleSFX, K2Node_Select_Default) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_HandleSFX::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_PlaySFXEvent \ +static_assert(alignof(BP_AudioCharacter_Manager_C_PlaySFXEvent) == 0x000001, "Wrong alignment on BP_AudioCharacter_Manager_C_PlaySFXEvent"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_PlaySFXEvent) == 0x000001, "Wrong size on BP_AudioCharacter_Manager_C_PlaySFXEvent"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_PlaySFXEvent, SfxType_0) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_PlaySFXEvent::SfxType_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_PlayFootstepEvent \ +static_assert(alignof(BP_AudioCharacter_Manager_C_PlayFootstepEvent) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_PlayFootstepEvent"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_PlayFootstepEvent) == 0x000028, "Wrong size on BP_AudioCharacter_Manager_C_PlayFootstepEvent"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_PlayFootstepEvent, FootstepsType_0) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_PlayFootstepEvent::FootstepsType_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_PlayFootstepEvent, Location) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_PlayFootstepEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_PlayFootstepEvent, SurfaceType) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_PlayFootstepEvent::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager \ +static_assert(alignof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager) == 0x000008, "Wrong alignment on BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager"); \ +static_assert(sizeof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager) == 0x000028, "Wrong size on BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager, EntryPoint) == 0x000000, "Member 'BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager, K2Node_Event_SfxType) == 0x000004, "Member 'BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager::K2Node_Event_SfxType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager, K2Node_Event_FootstepsType) == 0x000005, "Member 'BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager::K2Node_Event_FootstepsType' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager, K2Node_Event_Location) == 0x000008, "Member 'BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager::K2Node_Event_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager, K2Node_Event_SurfaceType) == 0x000020, "Member 'BP_AudioCharacter_Manager_C_ExecuteUbergraph_BP_AudioCharacter_Manager::K2Node_Event_SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AudioCharacter_Manager_C \ +static_assert(alignof(UBP_AudioCharacter_Manager_C) == 0x000008, "Wrong alignment on UBP_AudioCharacter_Manager_C"); \ +static_assert(sizeof(UBP_AudioCharacter_Manager_C) == 0x0001C8, "Wrong size on UBP_AudioCharacter_Manager_C"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_AudioCharacter_Manager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_FT_L) == 0x0000A8, "Member 'UBP_AudioCharacter_Manager_C::AC_FT_L' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Foley_01) == 0x0000B0, "Member 'UBP_AudioCharacter_Manager_C::AC_Foley_01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_SFX_01) == 0x0000B8, "Member 'UBP_AudioCharacter_Manager_C::AC_SFX_01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Vocal_01) == 0x0000C0, "Member 'UBP_AudioCharacter_Manager_C::AC_Vocal_01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, BP_CharacterWorld) == 0x0000C8, "Member 'UBP_AudioCharacter_Manager_C::BP_CharacterWorld' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, BP_CharacterBattle) == 0x0000D0, "Member 'UBP_AudioCharacter_Manager_C::BP_CharacterBattle' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, FootstepsType) == 0x0000D8, "Member 'UBP_AudioCharacter_Manager_C::FootstepsType' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, StepPlayed) == 0x0000DC, "Member 'UBP_AudioCharacter_Manager_C::StepPlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Footsteps) == 0x0000E8, "Member 'UBP_AudioCharacter_Manager_C::AC_Footsteps' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, Debug) == 0x0000F0, "Member 'UBP_AudioCharacter_Manager_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ATT_Footsteps) == 0x0000F8, "Member 'UBP_AudioCharacter_Manager_C::ATT_Footsteps' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, DataAsset_Exploration) == 0x000100, "Member 'UBP_AudioCharacter_Manager_C::DataAsset_Exploration' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, SfxType) == 0x000108, "Member 'UBP_AudioCharacter_Manager_C::SfxType' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, StructureSfxType) == 0x000110, "Member 'UBP_AudioCharacter_Manager_C::StructureSfxType' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_FT_R) == 0x000148, "Member 'UBP_AudioCharacter_Manager_C::AC_FT_R' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Foley_02) == 0x000150, "Member 'UBP_AudioCharacter_Manager_C::AC_Foley_02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_SFX_02) == 0x000158, "Member 'UBP_AudioCharacter_Manager_C::AC_SFX_02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Vocal_02) == 0x000160, "Member 'UBP_AudioCharacter_Manager_C::AC_Vocal_02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, AC_Idle) == 0x000168, "Member 'UBP_AudioCharacter_Manager_C::AC_Idle' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACWeaponR01) == 0x000170, "Member 'UBP_AudioCharacter_Manager_C::ACWeaponR01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACWeaponR02) == 0x000178, "Member 'UBP_AudioCharacter_Manager_C::ACWeaponR02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACWeaponL01) == 0x000180, "Member 'UBP_AudioCharacter_Manager_C::ACWeaponL01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACWeaponL02) == 0x000188, "Member 'UBP_AudioCharacter_Manager_C::ACWeaponL02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACHandL01) == 0x000190, "Member 'UBP_AudioCharacter_Manager_C::ACHandL01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACHandL02) == 0x000198, "Member 'UBP_AudioCharacter_Manager_C::ACHandL02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACHandR01) == 0x0001A0, "Member 'UBP_AudioCharacter_Manager_C::ACHandR01' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ACHandR02) == 0x0001A8, "Member 'UBP_AudioCharacter_Manager_C::ACHandR02' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, ExploSoundPlayed) == 0x0001B0, "Member 'UBP_AudioCharacter_Manager_C::ExploSoundPlayed' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, EnemyRef) == 0x0001B8, "Member 'UBP_AudioCharacter_Manager_C::EnemyRef' has a wrong offset!"); \ +static_assert(offsetof(UBP_AudioCharacter_Manager_C, DefaultFootstep) == 0x0001C0, "Member 'UBP_AudioCharacter_Manager_C::DefaultFootstep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_ComputeRaycastParameters \ +static_assert(alignof(BP_FreeAim_C_ComputeRaycastParameters) == 0x000008, "Wrong alignment on BP_FreeAim_C_ComputeRaycastParameters"); \ +static_assert(sizeof(BP_FreeAim_C_ComputeRaycastParameters) == 0x0000E0, "Wrong size on BP_FreeAim_C_ComputeRaycastParameters"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, Start) == 0x000000, "Member 'BP_FreeAim_C_ComputeRaycastParameters::Start' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, End) == 0x000018, "Member 'BP_FreeAim_C_ComputeRaycastParameters::End' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, Direction) == 0x000030, "Member 'BP_FreeAim_C_ComputeRaycastParameters::Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, Temp_wildcard_Variable) == 0x000048, "Member 'BP_FreeAim_C_ComputeRaycastParameters::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, Temp_wildcard_Variable_1) == 0x000060, "Member 'BP_FreeAim_C_ComputeRaycastParameters::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000078, "Member 'BP_FreeAim_C_ComputeRaycastParameters::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000080, "Member 'BP_FreeAim_C_ComputeRaycastParameters::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, CallFunc_Add_VectorVector_ReturnValue) == 0x000098, "Member 'BP_FreeAim_C_ComputeRaycastParameters::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B0, "Member 'BP_FreeAim_C_ComputeRaycastParameters::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ComputeRaycastParameters, CallFunc_GetForwardVector_ReturnValue) == 0x0000C8, "Member 'BP_FreeAim_C_ComputeRaycastParameters::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_DetectAndUpdateCharacters \ +static_assert(alignof(BP_FreeAim_C_DetectAndUpdateCharacters) == 0x000008, "Wrong alignment on BP_FreeAim_C_DetectAndUpdateCharacters"); \ +static_assert(sizeof(BP_FreeAim_C_DetectAndUpdateCharacters) == 0x0005B8, "Wrong size on BP_FreeAim_C_DetectAndUpdateCharacters"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Start) == 0x000000, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Start' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, End) == 0x000018, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::End' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, local_NewDetectedCharacters) == 0x000030, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::local_NewDetectedCharacters' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Variable) == 0x000044, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Add_IntInt_ReturnValue_2) == 0x000054, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_wildcard_Removed_Variable) == 0x000060, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_wildcard_Removed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_wildcard_Added_Variable) == 0x000070, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_wildcard_Added_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Length_ReturnValue_1) == 0x000094, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Removed_Indices_Variable) == 0x000098, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Removed_Indices_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Added_Indices_Variable) == 0x0000B0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Added_Indices_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Array_Index_Variable_1) == 0x0000C4, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_object_Variable) == 0x0000D0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_LineTraceMulti_OutHits) == 0x0000E0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_LineTraceMulti_ReturnValue) == 0x0000F0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Length_ReturnValue_2) == 0x0000F4, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Loop_Counter_Variable_2) == 0x0000F8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Add_IntInt_ReturnValue_3) == 0x000100, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Array_Index_Variable_2) == 0x000104, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_bBlockingHit) == 0x000200, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_bInitialOverlap) == 0x000201, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_Time) == 0x000204, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_Distance) == 0x000208, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_Location) == 0x000210, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_ImpactPoint) == 0x000228, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_Normal) == 0x000240, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_ImpactNormal) == 0x000258, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_PhysMat) == 0x000270, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_HitActor) == 0x000278, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_HitComponent) == 0x000280, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_HitBoneName) == 0x000288, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_BoneName) == 0x000290, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_HitItem) == 0x000298, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_ElementIndex) == 0x00029C, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_FaceIndex) == 0x0002A0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_TraceStart) == 0x0002A8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_BreakHitResult_TraceEnd) == 0x0002C0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_DynamicCast_AsCharacter) == 0x0002D8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_DynamicCast_bSuccess) == 0x0002E0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, Temp_int_Variable_1) == 0x0002E4, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Add_ReturnValue_1) == 0x0002E8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Get_Item_3) == 0x0002F0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_LastIndex_ReturnValue) == 0x0002F8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000300, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000310, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData) == 0x000318, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Add_ReturnValue_2) == 0x000360, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Length_ReturnValue_3) == 0x000364, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000368, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Add_IntInt_ReturnValue_4) == 0x000370, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData_1) == 0x000378, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Get_Item_4) == 0x0003C0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Add_ReturnValue_3) == 0x0003C8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0003D0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Add_ReturnValue_4) == 0x0003E0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData_2) == 0x0003E8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Contains_ReturnValue) == 0x000430, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000434, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_BoolToText_ReturnValue) == 0x000438, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000448, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData_3) == 0x000450, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeArray_Array) == 0x000498, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Not_PreBool_ReturnValue) == 0x0004A8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Format_ReturnValue) == 0x0004B0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Contains_ReturnValue_1) == 0x0004C0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Array_Length_ReturnValue_4) == 0x0004C4, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0004C8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0004D8, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData_4) == 0x0004E0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeStruct_FormatArgumentData_5) == 0x000528, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeArray_Array_1) == 0x000570, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, K2Node_MakeArray_Array_2) == 0x000580, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Format_ReturnValue_1) == 0x000590, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Format_ReturnValue_2) == 0x0005A0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_DetectAndUpdateCharacters, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005B0, "Member 'BP_FreeAim_C_DetectAndUpdateCharacters::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_EnterFreeAim \ +static_assert(alignof(BP_FreeAim_C_EnterFreeAim) == 0x000008, "Wrong alignment on BP_FreeAim_C_EnterFreeAim"); \ +static_assert(sizeof(BP_FreeAim_C_EnterFreeAim) == 0x000220, "Wrong size on BP_FreeAim_C_EnterFreeAim"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetOwnerController_ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetOwnerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetCrosshair_Crosshair) == 0x000008, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetCrosshair_Crosshair' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, K2Node_MakeMap_Map) == 0x000010, "Member 'BP_FreeAim_C_EnterFreeAim::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetOwnerController_ReturnValue_1) == 0x000060, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetOwnerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000068, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetControlRotation_ReturnValue) == 0x000070, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Roll) == 0x000088, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Pitch) == 0x00008C, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Yaw) == 0x000090, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, K2Node_DynamicCast_AsBPI_Audio_Character_Manager) == 0x000098, "Member 'BP_FreeAim_C_EnterFreeAim::K2Node_DynamicCast_AsBPI_Audio_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_FreeAim_C_EnterFreeAim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_GetSpringArmFreeAimCamera_SpringArm) == 0x0000B0, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_GetSpringArmFreeAimCamera_SpringArm' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000B8, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000D0, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Roll_1) == 0x0001C8, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Pitch_1) == 0x0001CC, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_BreakRotator_Yaw_1) == 0x0001D0, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_MakeRotator_ReturnValue) == 0x0001D8, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0001F0, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data) == 0x0001F8, "Member 'BP_FreeAim_C_EnterFreeAim::K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, CallFunc_Not_PreBool_ReturnValue) == 0x000208, "Member 'BP_FreeAim_C_EnterFreeAim::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_EnterFreeAim, K2Node_MakeStruct_S_InputContextParameters) == 0x000210, "Member 'BP_FreeAim_C_EnterFreeAim::K2Node_MakeStruct_S_InputContextParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim \ +static_assert(alignof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim) == 0x000008, "Wrong alignment on BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim"); \ +static_assert(sizeof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim) == 0x000148, "Wrong size on BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, EntryPoint) == 0x000000, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_GetFreeAimCameraActor_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_GetFreeAimCameraActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_GetControlRotation_ReturnValue) == 0x000020, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, K2Node_Event_DeltaSeconds) == 0x000038, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000040, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000048, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim, CallFunc_UpdateFreeAim_DeltaSeconds_ImplicitCast) == 0x000140, "Member 'BP_FreeAim_C_ExecuteUbergraph_BP_FreeAim::CallFunc_UpdateFreeAim_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_ExitFreeAim \ +static_assert(alignof(BP_FreeAim_C_ExitFreeAim) == 0x000008, "Wrong alignment on BP_FreeAim_C_ExitFreeAim"); \ +static_assert(sizeof(BP_FreeAim_C_ExitFreeAim) == 0x000098, "Wrong size on BP_FreeAim_C_ExitFreeAim"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, CallFunc_GetCrosshair_Crosshair) == 0x000000, "Member 'BP_FreeAim_C_ExitFreeAim::CallFunc_GetCrosshair_Crosshair' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_ExitFreeAim::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_DynamicCast_AsBPI_Audio_Character_Manager) == 0x000010, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_DynamicCast_AsBPI_Audio_Character_Manager' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_DynamicCast_AsBP_Free_Aim_Camera) == 0x000028, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_DynamicCast_AsBP_Free_Aim_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_MakeMap_Map) == 0x000038, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ExitFreeAim, K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data) == 0x000088, "Member 'BP_FreeAim_C_ExitFreeAim::K2Node_MakeStruct_S_jRPG_Character_World_Movement_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_GetCrosshair \ +static_assert(alignof(BP_FreeAim_C_GetCrosshair) == 0x000008, "Wrong alignment on BP_FreeAim_C_GetCrosshair"); \ +static_assert(sizeof(BP_FreeAim_C_GetCrosshair) == 0x000010, "Wrong size on BP_FreeAim_C_GetCrosshair"); \ +static_assert(offsetof(BP_FreeAim_C_GetCrosshair, Crosshair) == 0x000000, "Member 'BP_FreeAim_C_GetCrosshair::Crosshair' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetCrosshair, CallFunc_GetOwnerController_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_GetCrosshair::CallFunc_GetOwnerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_GetFreeAimCameraActor \ +static_assert(alignof(BP_FreeAim_C_GetFreeAimCameraActor) == 0x000008, "Wrong alignment on BP_FreeAim_C_GetFreeAimCameraActor"); \ +static_assert(sizeof(BP_FreeAim_C_GetFreeAimCameraActor) == 0x000020, "Wrong size on BP_FreeAim_C_GetFreeAimCameraActor"); \ +static_assert(offsetof(BP_FreeAim_C_GetFreeAimCameraActor, ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_GetFreeAimCameraActor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetFreeAimCameraActor, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_GetFreeAimCameraActor::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetFreeAimCameraActor, K2Node_DynamicCast_AsBP_Free_Aim_Camera) == 0x000010, "Member 'BP_FreeAim_C_GetFreeAimCameraActor::K2Node_DynamicCast_AsBP_Free_Aim_Camera' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetFreeAimCameraActor, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FreeAim_C_GetFreeAimCameraActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_GetOwnerAsCharacterWorld \ +static_assert(alignof(BP_FreeAim_C_GetOwnerAsCharacterWorld) == 0x000008, "Wrong alignment on BP_FreeAim_C_GetOwnerAsCharacterWorld"); \ +static_assert(sizeof(BP_FreeAim_C_GetOwnerAsCharacterWorld) == 0x000020, "Wrong size on BP_FreeAim_C_GetOwnerAsCharacterWorld"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerAsCharacterWorld, ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_GetOwnerAsCharacterWorld::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerAsCharacterWorld, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_GetOwnerAsCharacterWorld::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerAsCharacterWorld, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'BP_FreeAim_C_GetOwnerAsCharacterWorld::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerAsCharacterWorld, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FreeAim_C_GetOwnerAsCharacterWorld::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_GetOwnerController \ +static_assert(alignof(BP_FreeAim_C_GetOwnerController) == 0x000008, "Wrong alignment on BP_FreeAim_C_GetOwnerController"); \ +static_assert(sizeof(BP_FreeAim_C_GetOwnerController) == 0x000028, "Wrong size on BP_FreeAim_C_GetOwnerController"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerController, ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_GetOwnerController::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerController, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_GetOwnerController::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerController, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_FreeAim_C_GetOwnerController::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerController, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_FreeAim_C_GetOwnerController::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_GetOwnerController, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FreeAim_C_GetOwnerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_IsInFreeAim \ +static_assert(alignof(BP_FreeAim_C_IsInFreeAim) == 0x000001, "Wrong alignment on BP_FreeAim_C_IsInFreeAim"); \ +static_assert(sizeof(BP_FreeAim_C_IsInFreeAim) == 0x000001, "Wrong size on BP_FreeAim_C_IsInFreeAim"); \ +static_assert(offsetof(BP_FreeAim_C_IsInFreeAim, ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_IsInFreeAim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_PerformFreeAimRaycast \ +static_assert(alignof(BP_FreeAim_C_PerformFreeAimRaycast) == 0x000008, "Wrong alignment on BP_FreeAim_C_PerformFreeAimRaycast"); \ +static_assert(sizeof(BP_FreeAim_C_PerformFreeAimRaycast) == 0x000238, "Wrong size on BP_FreeAim_C_PerformFreeAimRaycast"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, Start) == 0x000000, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::Start' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, End) == 0x000018, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::End' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, HasHit) == 0x000030, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, HitDistance) == 0x000034, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, HitLocation) == 0x000038, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, HitActor) == 0x000050, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, Temp_object_Variable) == 0x000058, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_LineTraceSingle_OutHit) == 0x000068, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_LineTraceSingle_ReturnValue) == 0x000160, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_bBlockingHit) == 0x000161, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_bInitialOverlap) == 0x000162, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_Time) == 0x000164, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_Distance) == 0x000168, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_Location) == 0x000170, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_ImpactPoint) == 0x000188, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_Normal) == 0x0001A0, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B8, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_PhysMat) == 0x0001D0, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_HitActor) == 0x0001D8, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_HitComponent) == 0x0001E0, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_HitBoneName) == 0x0001E8, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_BoneName) == 0x0001F0, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_HitItem) == 0x0001F8, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_ElementIndex) == 0x0001FC, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_FaceIndex) == 0x000200, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_TraceStart) == 0x000208, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformFreeAimRaycast, CallFunc_BreakHitResult_TraceEnd) == 0x000220, "Member 'BP_FreeAim_C_PerformFreeAimRaycast::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_PerformShoot \ +static_assert(alignof(BP_FreeAim_C_PerformShoot) == 0x000008, "Wrong alignment on BP_FreeAim_C_PerformShoot"); \ +static_assert(sizeof(BP_FreeAim_C_PerformShoot) == 0x000040, "Wrong size on BP_FreeAim_C_PerformShoot"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_PerformShoot::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_PerformShoot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, K2Node_DynamicCast_AsBPI_Free_Aim_Target_World) == 0x000010, "Member 'BP_FreeAim_C_PerformShoot::K2Node_DynamicCast_AsBPI_Free_Aim_Target_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FreeAim_C_PerformShoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, CallFunc_IsFreeAimTargetDisabled_IsDisabled) == 0x000021, "Member 'BP_FreeAim_C_PerformShoot::CallFunc_IsFreeAimTargetDisabled_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, K2Node_DynamicCast_AsBPI_Free_Aim_Target_World_1) == 0x000028, "Member 'BP_FreeAim_C_PerformShoot::K2Node_DynamicCast_AsBPI_Free_Aim_Target_World_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShoot, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_FreeAim_C_PerformShoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_PerformShootProjectileFeedback \ +static_assert(alignof(BP_FreeAim_C_PerformShootProjectileFeedback) == 0x000008, "Wrong alignment on BP_FreeAim_C_PerformShootProjectileFeedback"); \ +static_assert(sizeof(BP_FreeAim_C_PerformShootProjectileFeedback) == 0x000088, "Wrong size on BP_FreeAim_C_PerformShootProjectileFeedback"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_GetOwnerController_ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_GetOwnerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, K2Node_MakeStruct_CameraAnimationParams) == 0x000008, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::K2Node_MakeStruct_CameraAnimationParams' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000058, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_PlayCameraAnimation_ReturnValue) == 0x000060, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_PlayCameraAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_PerformShootProjectileFeedback, CallFunc_PlayAnimMontage_ReturnValue) == 0x000080, "Member 'BP_FreeAim_C_PerformShootProjectileFeedback::CallFunc_PlayAnimMontage_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_ReceiveTick \ +static_assert(alignof(BP_FreeAim_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FreeAim_C_ReceiveTick"); \ +static_assert(sizeof(BP_FreeAim_C_ReceiveTick) == 0x000004, "Wrong size on BP_FreeAim_C_ReceiveTick"); \ +static_assert(offsetof(BP_FreeAim_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FreeAim_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_SpawnProjectile \ +static_assert(alignof(BP_FreeAim_C_SpawnProjectile) == 0x000010, "Wrong alignment on BP_FreeAim_C_SpawnProjectile"); \ +static_assert(sizeof(BP_FreeAim_C_SpawnProjectile) == 0x000140, "Wrong size on BP_FreeAim_C_SpawnProjectile"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_GetOwnerAsCharacterWorld_ReturnValue_1) == 0x000008, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_GetOwnerAsCharacterWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance) == 0x000010, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_GetArmRingMaterialInstance_ArmRingMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_K2_GetVectorParameterValue_ReturnValue) == 0x000030, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_K2_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000040, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, Temp_wildcard_Variable) == 0x000058, "Member 'BP_FreeAim_C_SpawnProjectile::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_MakeTransform_ReturnValue) == 0x000070, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000D0, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000E8, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000F0, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_Vector_Distance_ReturnValue) == 0x0000F8, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_FindLookAtRotation_ReturnValue) == 0x000100, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000118, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_SpawnProjectile, CallFunc_Divide_LinearColorLinearColor_ReturnValue) == 0x000128, "Member 'BP_FreeAim_C_SpawnProjectile::CallFunc_Divide_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_ToggleCamera \ +static_assert(alignof(BP_FreeAim_C_ToggleCamera) == 0x000008, "Wrong alignment on BP_FreeAim_C_ToggleCamera"); \ +static_assert(sizeof(BP_FreeAim_C_ToggleCamera) == 0x000038, "Wrong size on BP_FreeAim_C_ToggleCamera"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, Enable) == 0x000000, "Member 'BP_FreeAim_C_ToggleCamera::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_ToggleCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000010, "Member 'BP_FreeAim_C_ToggleCamera::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FreeAim_C_ToggleCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, CallFunc_GetFreeAimCameraActor_ReturnValue) == 0x000020, "Member 'BP_FreeAim_C_ToggleCamera::CallFunc_GetFreeAimCameraActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_FreeAim_C_ToggleCamera::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_ToggleCamera, CallFunc_GetFreeAimCameraActor_ReturnValue_1) == 0x000030, "Member 'BP_FreeAim_C_ToggleCamera::CallFunc_GetFreeAimCameraActor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_UpdateFreeAim \ +static_assert(alignof(BP_FreeAim_C_UpdateFreeAim) == 0x000008, "Wrong alignment on BP_FreeAim_C_UpdateFreeAim"); \ +static_assert(sizeof(BP_FreeAim_C_UpdateFreeAim) == 0x000088, "Wrong size on BP_FreeAim_C_UpdateFreeAim"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, DeltaSeconds) == 0x000000, "Member 'BP_FreeAim_C_UpdateFreeAim::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_ComputeRaycastParameters_Start) == 0x000008, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_ComputeRaycastParameters_Start' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_ComputeRaycastParameters_End) == 0x000020, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_ComputeRaycastParameters_End' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_ComputeRaycastParameters_Direction) == 0x000038, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_ComputeRaycastParameters_Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_PerformFreeAimRaycast_HasHit) == 0x000050, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_PerformFreeAimRaycast_HasHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_PerformFreeAimRaycast_HitDistance) == 0x000054, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_PerformFreeAimRaycast_HitDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_PerformFreeAimRaycast_HitLocation) == 0x000058, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_PerformFreeAimRaycast_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_PerformFreeAimRaycast_HitActor) == 0x000070, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_PerformFreeAimRaycast_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, CallFunc_DoesImplementInterface_ReturnValue) == 0x000078, "Member 'BP_FreeAim_C_UpdateFreeAim::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAim, K2Node_SetFieldsInStruct_HitDistance_4_3A8696044AFD1DDFB618DAAF80EA637C_ImplicitCast) == 0x000080, "Member 'BP_FreeAim_C_UpdateFreeAim::K2Node_SetFieldsInStruct_HitDistance_4_3A8696044AFD1DDFB618DAAF80EA637C_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_UpdateFreeAimArmRing \ +static_assert(alignof(BP_FreeAim_C_UpdateFreeAimArmRing) == 0x000008, "Wrong alignment on BP_FreeAim_C_UpdateFreeAimArmRing"); \ +static_assert(sizeof(BP_FreeAim_C_UpdateFreeAimArmRing) == 0x000038, "Wrong size on BP_FreeAim_C_UpdateFreeAimArmRing"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_GetOwnerAsCharacterWorld_ReturnValue) == 0x000000, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_GetOwnerAsCharacterWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, K2Node_DynamicCast_AsBPI_Free_Aim_Target_World) == 0x000008, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::K2Node_DynamicCast_AsBPI_Free_Aim_Target_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_IsChildOfClass_ReturnValue) == 0x000019, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_IsChildOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_IsFreeAimTargetDisabled_IsDisabled) == 0x00001A, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_IsFreeAimTargetDisabled_IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_IsValid_ReturnValue) == 0x00001B, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_GetOwnerAsCharacterWorld_ReturnValue_1) == 0x000020, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_GetOwnerAsCharacterWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_GetOwnerAsCharacterWorld_ReturnValue_2) == 0x000028, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_GetOwnerAsCharacterWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimArmRing, CallFunc_GetOwnerAsCharacterWorld_ReturnValue_3) == 0x000030, "Member 'BP_FreeAim_C_UpdateFreeAimArmRing::CallFunc_GetOwnerAsCharacterWorld_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_UpdateFreeAimCrosshair \ +static_assert(alignof(BP_FreeAim_C_UpdateFreeAimCrosshair) == 0x000008, "Wrong alignment on BP_FreeAim_C_UpdateFreeAimCrosshair"); \ +static_assert(sizeof(BP_FreeAim_C_UpdateFreeAimCrosshair) == 0x000010, "Wrong size on BP_FreeAim_C_UpdateFreeAimCrosshair"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimCrosshair, CallFunc_GetCrosshair_Crosshair) == 0x000000, "Member 'BP_FreeAim_C_UpdateFreeAimCrosshair::CallFunc_GetCrosshair_Crosshair' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimCrosshair, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FreeAim_C_UpdateFreeAimCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateFreeAimCrosshair, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'BP_FreeAim_C_UpdateFreeAimCrosshair::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter \ +static_assert(alignof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter) == 0x000008, "Wrong alignment on BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter"); \ +static_assert(sizeof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter) == 0x000018, "Wrong size on BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, KinematicBonesUpdateType) == 0x000000, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, Character) == 0x000008, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, Temp_byte_Variable) == 0x000010, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, Temp_byte_Variable_1) == 0x000012, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, Temp_byte_Variable_2) == 0x000013, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter, K2Node_Select_Default) == 0x000014, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacter::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters \ +static_assert(alignof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters) == 0x000008, "Wrong alignment on BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters"); \ +static_assert(sizeof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters) == 0x000028, "Wrong size on BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, Kinematic_Bones_Update_Type) == 0x000000, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::Kinematic_Bones_Update_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_FreeAim_C_UpdateMeshSettingsForDetectedCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FreeAim_C \ +static_assert(alignof(UBP_FreeAim_C) == 0x000008, "Wrong alignment on UBP_FreeAim_C"); \ +static_assert(sizeof(UBP_FreeAim_C) == 0x000168, "Wrong size on UBP_FreeAim_C"); \ +static_assert(offsetof(UBP_FreeAim_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FreeAim_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, IsInFreeAimMode) == 0x0000A8, "Member 'UBP_FreeAim_C::IsInFreeAimMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, AimReach) == 0x0000B0, "Member 'UBP_FreeAim_C::AimReach' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, FreeAimTarget) == 0x0000B8, "Member 'UBP_FreeAim_C::FreeAimTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, FreeAimTargetData) == 0x0000C0, "Member 'UBP_FreeAim_C::FreeAimTargetData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, PreviousFreeAimTargetData) == 0x000108, "Member 'UBP_FreeAim_C::PreviousFreeAimTargetData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, FreeAimShootAnimation) == 0x000150, "Member 'UBP_FreeAim_C::FreeAimShootAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FreeAim_C, DetectedCharacters) == 0x000158, "Member 'UBP_FreeAim_C::DetectedCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech \ +static_assert(alignof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech) == 0x000090, "Wrong size on WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, SourceString) == 0x000000, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::SourceString' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, SanitizedSpokenText) == 0x000010, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::SanitizedSpokenText' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, SanitizedForWordCount) == 0x000020, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::SanitizedForWordCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue) == 0x000030, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue_1) == 0x000040, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue_2) == 0x000050, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue_3) == 0x000060, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue_4) == 0x000070, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech, CallFunc_Replace_ReturnValue_5) == 0x000080, "Member 'WBP_DialogNotifBox_C_DEBUG_SanitizeForTextToSpeech::CallFunc_Replace_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox \ +static_assert(alignof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox) == 0x000188, "Wrong size on WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, EntryPoint) == 0x000000, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, K2Node_Event_Paused) == 0x000004, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::K2Node_Event_Paused' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_GetCurrentLine_Output) == 0x000008, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_GetCurrentLine_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_GetCurrentLine_Output_1) == 0x000060, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_GetCurrentLine_Output_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000C0, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x0000C8, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_SpawnObject_ReturnValue) == 0x0000D8, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_MakeLiteralName_ReturnValue) == 0x0000E0, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_GetTextToSpeechEngineSubsystem_ReturnValue) == 0x0000E8, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_GetTextToSpeechEngineSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_GetCurrentLine_Output_2) == 0x0000F0, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_GetCurrentLine_Output_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_IsSpeakingOnChannel_ReturnValue) == 0x000148, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_IsSpeakingOnChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_Conv_TextToString_ReturnValue) == 0x000150, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_Replace_ReturnValue) == 0x000160, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, K2Node_Copy_ReturnValue) == 0x000170, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::K2Node_Copy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox, CallFunc_Not_PreBool_ReturnValue) == 0x000180, "Member 'WBP_DialogNotifBox_C_ExecuteUbergraph_WBP_DialogNotifBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_GetCurrentLine \ +static_assert(alignof(WBP_DialogNotifBox_C_GetCurrentLine) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_GetCurrentLine"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_GetCurrentLine) == 0x0000B0, "Wrong size on WBP_DialogNotifBox_C_GetCurrentLine"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_GetCurrentLine, Output) == 0x000000, "Member 'WBP_DialogNotifBox_C_GetCurrentLine::Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_GetCurrentLine, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_DialogNotifBox_C_GetCurrentLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_GetInWorldDialogueInPlay \ +static_assert(alignof(WBP_DialogNotifBox_C_GetInWorldDialogueInPlay) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_GetInWorldDialogueInPlay"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_GetInWorldDialogueInPlay) == 0x000008, "Wrong size on WBP_DialogNotifBox_C_GetInWorldDialogueInPlay"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_GetInWorldDialogueInPlay, ReturnValue) == 0x000000, "Member 'WBP_DialogNotifBox_C_GetInWorldDialogueInPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_InterruptDialog \ +static_assert(alignof(WBP_DialogNotifBox_C_InterruptDialog) == 0x000001, "Wrong alignment on WBP_DialogNotifBox_C_InterruptDialog"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_InterruptDialog) == 0x000001, "Wrong size on WBP_DialogNotifBox_C_InterruptDialog"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_InterruptDialog, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_DialogNotifBox_C_InterruptDialog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_OnAllDialogueLinesFinished \ +static_assert(alignof(WBP_DialogNotifBox_C_OnAllDialogueLinesFinished) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_OnAllDialogueLinesFinished"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_OnAllDialogueLinesFinished) == 0x000020, "Wrong size on WBP_DialogNotifBox_C_OnAllDialogueLinesFinished"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnAllDialogueLinesFinished, PlayDisappearAnimation) == 0x000000, "Member 'WBP_DialogNotifBox_C_OnAllDialogueLinesFinished::PlayDisappearAnimation' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnAllDialogueLinesFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_DialogNotifBox_C_OnAllDialogueLinesFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnAllDialogueLinesFinished, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'WBP_DialogNotifBox_C_OnAllDialogueLinesFinished::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_OnDialogLineFinished \ +static_assert(alignof(WBP_DialogNotifBox_C_OnDialogLineFinished) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_OnDialogLineFinished"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_OnDialogLineFinished) == 0x000018, "Wrong size on WBP_DialogNotifBox_C_OnDialogLineFinished"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogLineFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_DialogNotifBox_C_OnDialogLineFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogLineFinished, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'WBP_DialogNotifBox_C_OnDialogLineFinished::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd \ +static_assert(alignof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd) == 0x000028, "Wrong size on WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, Temp_int_Variable) == 0x000000, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000010, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, CallFunc_Array_LastIndex_ReturnValue) == 0x00001C, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_DialogNotifBox_C_OnDialogueLineFinishedTimerEnd::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_OnDisappearAnimationFinished \ +static_assert(alignof(WBP_DialogNotifBox_C_OnDisappearAnimationFinished) == 0x000004, "Wrong alignment on WBP_DialogNotifBox_C_OnDisappearAnimationFinished"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_OnDisappearAnimationFinished) == 0x000010, "Wrong size on WBP_DialogNotifBox_C_OnDisappearAnimationFinished"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_OnDisappearAnimationFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_DialogNotifBox_C_OnDisappearAnimationFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_PlayDialogueLineAudio \ +static_assert(alignof(WBP_DialogNotifBox_C_PlayDialogueLineAudio) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_PlayDialogueLineAudio"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_PlayDialogueLineAudio) == 0x0000B0, "Wrong size on WBP_DialogNotifBox_C_PlayDialogueLineAudio"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, Sound) == 0x000000, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::Sound' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_GetCurrentLine_Output) == 0x000008, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_GetCurrentLine_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, Temp_bool_Variable) == 0x000060, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000080, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000088, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, K2Node_Select_Default) == 0x000090, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, K2Node_Select_Option_1_ImplicitCast) == 0x0000A0, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_PlayDialogueLineAudio, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x0000A8, "Member 'WBP_DialogNotifBox_C_PlayDialogueLineAudio::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_SetDialogPaused \ +static_assert(alignof(WBP_DialogNotifBox_C_SetDialogPaused) == 0x000001, "Wrong alignment on WBP_DialogNotifBox_C_SetDialogPaused"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_SetDialogPaused) == 0x000004, "Wrong size on WBP_DialogNotifBox_C_SetDialogPaused"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_SetDialogPaused, Paused) == 0x000000, "Member 'WBP_DialogNotifBox_C_SetDialogPaused::Paused' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_SetDialogPaused, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_DialogNotifBox_C_SetDialogPaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_SetDialogPaused, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_DialogNotifBox_C_SetDialogPaused::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_SetDialogPaused, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000003, "Member 'WBP_DialogNotifBox_C_SetDialogPaused::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_SetGameplayPaused \ +static_assert(alignof(WBP_DialogNotifBox_C_SetGameplayPaused) == 0x000001, "Wrong alignment on WBP_DialogNotifBox_C_SetGameplayPaused"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_SetGameplayPaused) == 0x000001, "Wrong size on WBP_DialogNotifBox_C_SetGameplayPaused"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_SetGameplayPaused, Paused) == 0x000000, "Member 'WBP_DialogNotifBox_C_SetGameplayPaused::Paused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_UpdatePortrait \ +static_assert(alignof(WBP_DialogNotifBox_C_UpdatePortrait) == 0x000008, "Wrong alignment on WBP_DialogNotifBox_C_UpdatePortrait"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_UpdatePortrait) == 0x000240, "Wrong size on WBP_DialogNotifBox_C_UpdatePortrait"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, Portrait) == 0x000000, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, Temp_byte_Variable) == 0x000008, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000020, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000040, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000100, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000110, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Conv_StringToName_ReturnValue) == 0x000120, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000128, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Conv_NameToText_ReturnValue) == 0x000138, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeStruct_FormatArgumentData_3) == 0x000190, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001D8, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000208, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_MakeArray_Array_1) == 0x000210, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_Format_ReturnValue_1) == 0x000220, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, K2Node_Select_Default) == 0x000230, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdatePortrait, CallFunc_IsValid_ReturnValue) == 0x000238, "Member 'WBP_DialogNotifBox_C_UpdatePortrait::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DialogNotifBox_C_UpdateWidgets \ +static_assert(alignof(WBP_DialogNotifBox_C_UpdateWidgets) == 0x000010, "Wrong alignment on WBP_DialogNotifBox_C_UpdateWidgets"); \ +static_assert(sizeof(WBP_DialogNotifBox_C_UpdateWidgets) == 0x000150, "Wrong size on WBP_DialogNotifBox_C_UpdateWidgets"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdateWidgets, CallFunc_GetCurrentLine_Output) == 0x000000, "Member 'WBP_DialogNotifBox_C_UpdateWidgets::CallFunc_GetCurrentLine_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdateWidgets, CallFunc_UpdatePortrait_Portrait) == 0x000058, "Member 'WBP_DialogNotifBox_C_UpdateWidgets::CallFunc_UpdatePortrait_Portrait' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdateWidgets, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_DialogNotifBox_C_UpdateWidgets::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdateWidgets, K2Node_MakeStruct_SlateBrush) == 0x000070, "Member 'WBP_DialogNotifBox_C_UpdateWidgets::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_DialogNotifBox_C_UpdateWidgets, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000140, "Member 'WBP_DialogNotifBox_C_UpdateWidgets::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DialogNotifBox_C \ +static_assert(alignof(UWBP_DialogNotifBox_C) == 0x000008, "Wrong alignment on UWBP_DialogNotifBox_C"); \ +static_assert(sizeof(UWBP_DialogNotifBox_C) == 0x0003A0, "Wrong size on UWBP_DialogNotifBox_C"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_DialogNotifBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, Anim_Appear) == 0x0002E8, "Member 'UWBP_DialogNotifBox_C::Anim_Appear' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, Arrow_1) == 0x0002F0, "Member 'UWBP_DialogNotifBox_C::Arrow_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, ArtDeco) == 0x0002F8, "Member 'UWBP_DialogNotifBox_C::ArtDeco' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, ArtDeco_1) == 0x000300, "Member 'UWBP_DialogNotifBox_C::ArtDeco_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, BG_1) == 0x000308, "Member 'UWBP_DialogNotifBox_C::BG_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, LineTop_1) == 0x000310, "Member 'UWBP_DialogNotifBox_C::LineTop_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, VerticalBox_LinesContainer) == 0x000318, "Member 'UWBP_DialogNotifBox_C::VerticalBox_LinesContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, WBP_DialogNotifLine) == 0x000320, "Member 'UWBP_DialogNotifBox_C::WBP_DialogNotifLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, WBP_GM_Secondary_BottomTop) == 0x000328, "Member 'UWBP_DialogNotifBox_C::WBP_GM_Secondary_BottomTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CurrentDialogLine) == 0x000330, "Member 'UWBP_DialogNotifBox_C::CurrentDialogLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, DialogueDataBase) == 0x000338, "Member 'UWBP_DialogNotifBox_C::DialogueDataBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, DialogToPlay) == 0x000340, "Member 'UWBP_DialogNotifBox_C::DialogToPlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, InWorldDialogue) == 0x000348, "Member 'UWBP_DialogNotifBox_C::InWorldDialogue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, DialogLineIndex) == 0x000350, "Member 'UWBP_DialogNotifBox_C::DialogLineIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CharacterWhoTalk) == 0x000354, "Member 'UWBP_DialogNotifBox_C::CharacterWhoTalk' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CharacterEmotion) == 0x000355, "Member 'UWBP_DialogNotifBox_C::CharacterEmotion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CurrentDialogueSoundBase) == 0x000358, "Member 'UWBP_DialogNotifBox_C::CurrentDialogueSoundBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CurrentAudioComponent) == 0x000360, "Member 'UWBP_DialogNotifBox_C::CurrentAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, ShouldInterrupt) == 0x000368, "Member 'UWBP_DialogNotifBox_C::ShouldInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, IsPaused) == 0x000369, "Member 'UWBP_DialogNotifBox_C::IsPaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, CurrentLineTimer) == 0x000370, "Member 'UWBP_DialogNotifBox_C::CurrentLineTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, DialogueLineFinishedTimer) == 0x000378, "Member 'UWBP_DialogNotifBox_C::DialogueLineFinishedTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, OnDialogFinished) == 0x000380, "Member 'UWBP_DialogNotifBox_C::OnDialogFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DialogNotifBox_C, OnDialogueInterrupted) == 0x000390, "Member 'UWBP_DialogNotifBox_C::OnDialogueInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_Appear \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_Appear) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_Appear"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_Appear) == 0x000008, "Wrong size on WBP_Tutorial_SquareMask_C_Appear"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_Appear, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_Appear::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask) == 0x0000B8, "Wrong size on WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, EntryPoint) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, K2Node_CustomEvent_TargetWidget) == 0x000008, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::K2Node_CustomEvent_TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, CallFunc_ConcatenateDisplayNames_Result) == 0x000018, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::CallFunc_ConcatenateDisplayNames_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, CallFunc_Format_ReturnValue) == 0x000080, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, K2Node_Event_FocusEventBP) == 0x000090, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::K2Node_Event_FocusEventBP' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000098, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'WBP_Tutorial_SquareMask_C_ExecuteUbergraph_WBP_Tutorial_SquareMask::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_GetTiedObject \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_GetTiedObject) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_GetTiedObject"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_GetTiedObject) == 0x000008, "Wrong size on WBP_Tutorial_SquareMask_C_GetTiedObject"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_GetTiedObject, Object) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_GetTiedObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_OnUINavigationFocus \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_OnUINavigationFocus) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_OnUINavigationFocus"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_OnUINavigationFocus) == 0x000008, "Wrong size on WBP_Tutorial_SquareMask_C_OnUINavigationFocus"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_OnUINavigationFocus, FocusEventBP) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_OnUINavigationFocus::FocusEventBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_SetHighlightedWidgets \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_SetHighlightedWidgets) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_SetHighlightedWidgets"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_SetHighlightedWidgets) == 0x000010, "Wrong size on WBP_Tutorial_SquareMask_C_SetHighlightedWidgets"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_SetHighlightedWidgets, TargetWidget_0) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_SetHighlightedWidgets::TargetWidget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tutorial_SquareMask_C_UpdateMasks \ +static_assert(alignof(WBP_Tutorial_SquareMask_C_UpdateMasks) == 0x000008, "Wrong alignment on WBP_Tutorial_SquareMask_C_UpdateMasks"); \ +static_assert(sizeof(WBP_Tutorial_SquareMask_C_UpdateMasks) == 0x000140, "Wrong size on WBP_Tutorial_SquareMask_C_UpdateMasks"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, local_imagewidget) == 0x000000, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::local_imagewidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_GetCachedGeometry_ReturnValue) == 0x000010, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000050, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000060, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x00007C, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_LocalToAbsolute_ReturnValue) == 0x0000B8, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_LocalToAbsolute_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_AbsoluteToLocal_ReturnValue) == 0x0000C8, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_AbsoluteToLocal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_GetLocalSize_ReturnValue) == 0x0000D8, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0000E8, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_LocalToAbsolute_ReturnValue_1) == 0x0000F8, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_LocalToAbsolute_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_AbsoluteToLocal_ReturnValue_1) == 0x000108, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_AbsoluteToLocal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000120, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_SpawnObject_ReturnValue) == 0x000130, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tutorial_SquareMask_C_UpdateMasks, CallFunc_AddChildToCanvas_ReturnValue) == 0x000138, "Member 'WBP_Tutorial_SquareMask_C_UpdateMasks::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tutorial_SquareMask_C \ +static_assert(alignof(UWBP_Tutorial_SquareMask_C) == 0x000008, "Wrong alignment on UWBP_Tutorial_SquareMask_C"); \ +static_assert(sizeof(UWBP_Tutorial_SquareMask_C) == 0x000328, "Wrong size on UWBP_Tutorial_SquareMask_C"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Tutorial_SquareMask_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, Anim_AppearHighlight) == 0x0002E8, "Member 'UWBP_Tutorial_SquareMask_C::Anim_AppearHighlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, CanvasPanel_MaskImagesContainer) == 0x0002F0, "Member 'UWBP_Tutorial_SquareMask_C::CanvasPanel_MaskImagesContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, CanvasPanel_OverlayContainer) == 0x0002F8, "Member 'UWBP_Tutorial_SquareMask_C::CanvasPanel_OverlayContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, MaskImage_Preview) == 0x000300, "Member 'UWBP_Tutorial_SquareMask_C::MaskImage_Preview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, RetainerBox_0) == 0x000308, "Member 'UWBP_Tutorial_SquareMask_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, TargetWidget) == 0x000310, "Member 'UWBP_Tutorial_SquareMask_C::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tutorial_SquareMask_C, HasAppeared) == 0x000320, "Member 'UWBP_Tutorial_SquareMask_C::HasAppeared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CampCharacterState \ +static_assert(alignof(FS_CampCharacterState) == 0x000008, "Wrong alignment on FS_CampCharacterState"); \ +static_assert(sizeof(FS_CampCharacterState) == 0x000050, "Wrong size on FS_CampCharacterState"); \ +static_assert(offsetof(FS_CampCharacterState, FirstDialogue_2_F58495924F81DD959F73D982D76225FD) == 0x000000, "Member 'FS_CampCharacterState::FirstDialogue_2_F58495924F81DD959F73D982D76225FD' has a wrong offset!"); \ +static_assert(offsetof(FS_CampCharacterState, RepeatDialogue_4_BDA5EFC5491344446DECD7A79B9CDDC4) == 0x000028, "Member 'FS_CampCharacterState::RepeatDialogue_4_BDA5EFC5491344446DECD7A79B9CDDC4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DT_Camp_MainPath_DialoguesAndCutscenes \ +static_assert(alignof(FS_DT_Camp_MainPath_DialoguesAndCutscenes) == 0x000008, "Wrong alignment on FS_DT_Camp_MainPath_DialoguesAndCutscenes"); \ +static_assert(sizeof(FS_DT_Camp_MainPath_DialoguesAndCutscenes) == 0x0000A8, "Wrong size on FS_DT_Camp_MainPath_DialoguesAndCutscenes"); \ +static_assert(offsetof(FS_DT_Camp_MainPath_DialoguesAndCutscenes, MainQuestStep_3_DA4B00834A48A37DF8FA5C93625D438A) == 0x000000, "Member 'FS_DT_Camp_MainPath_DialoguesAndCutscenes::MainQuestStep_3_DA4B00834A48A37DF8FA5C93625D438A' has a wrong offset!"); \ +static_assert(offsetof(FS_DT_Camp_MainPath_DialoguesAndCutscenes, CampState_5_7D3D11B64244065672E076BB0B6D0BAF) == 0x000008, "Member 'FS_DT_Camp_MainPath_DialoguesAndCutscenes::CampState_5_7D3D11B64244065672E076BB0B6D0BAF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_DT_Camp_CharactersSideQuestUnlock \ +static_assert(alignof(FS_DT_Camp_CharactersSideQuestUnlock) == 0x000008, "Wrong alignment on FS_DT_Camp_CharactersSideQuestUnlock"); \ +static_assert(sizeof(FS_DT_Camp_CharactersSideQuestUnlock) == 0x0002A8, "Wrong size on FS_DT_Camp_CharactersSideQuestUnlock"); \ +static_assert(offsetof(FS_DT_Camp_CharactersSideQuestUnlock, CharacterTag_8_23C998844FDBEE3BB31AE4ACA2E87C3C) == 0x000000, "Member 'FS_DT_Camp_CharactersSideQuestUnlock::CharacterTag_8_23C998844FDBEE3BB31AE4ACA2E87C3C' has a wrong offset!"); \ +static_assert(offsetof(FS_DT_Camp_CharactersSideQuestUnlock, SideQuest_5_3D17C5774865AD885B9599B7B6A296C0) == 0x000008, "Member 'FS_DT_Camp_CharactersSideQuestUnlock::SideQuest_5_3D17C5774865AD885B9599B7B6A296C0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged) == 0x000004, "Wrong alignment on BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged) == 0x000010, "Wrong size on BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_BindEventOnGameStateChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT \ +static_assert(alignof(BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT) == 0x000001, "Wrong alignment on BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT"); \ +static_assert(sizeof(BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT) == 0x000003, "Wrong size on BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT, Result) == 0x000000, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT, CallFunc_Check_ReturnValue) == 0x000001, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT::CallFunc_Check_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_Check_NOT::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal \ +static_assert(alignof(BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal) == 0x000001, "Wrong alignment on BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal"); \ +static_assert(sizeof(BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal) == 0x000003, "Wrong size on BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal, ReturnValue) == 0x000000, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal, CallFunc_Check_NOT_Result) == 0x000001, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal::CallFunc_Check_NOT_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_CheckInternal::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged \ +static_assert(alignof(BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged) == 0x000004, "Wrong alignment on BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged"); \ +static_assert(sizeof(BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged) == 0x000010, "Wrong size on BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged, Event) == 0x000000, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_UnbindEventOnGameStateChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker \ +static_assert(alignof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker) == 0x000008, "Wrong alignment on BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker"); \ +static_assert(sizeof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker) == 0x000080, "Wrong size on BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, ErrorMessages) == 0x000000, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, PropertyPath) == 0x000010, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, CallFunc_Format_ReturnValue) == 0x000030, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue) == 0x000040, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, K2Node_DynamicCast_AsBP_Condition_Checker) == 0x000050, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::K2Node_DynamicCast_AsBP_Condition_Checker' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000070, "Member 'BP_ConditionChecker_UnaryLogicOperators_C_ValidateConditionChecker::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ConditionChecker_UnaryLogicOperators_C \ +static_assert(alignof(UBP_ConditionChecker_UnaryLogicOperators_C) == 0x000008, "Wrong alignment on UBP_ConditionChecker_UnaryLogicOperators_C"); \ +static_assert(sizeof(UBP_ConditionChecker_UnaryLogicOperators_C) == 0x000070, "Wrong size on UBP_ConditionChecker_UnaryLogicOperators_C"); \ +static_assert(offsetof(UBP_ConditionChecker_UnaryLogicOperators_C, Condition) == 0x000060, "Member 'UBP_ConditionChecker_UnaryLogicOperators_C::Condition' has a wrong offset!"); \ +static_assert(offsetof(UBP_ConditionChecker_UnaryLogicOperators_C, LogicOperator) == 0x000068, "Member 'UBP_ConditionChecker_UnaryLogicOperators_C::LogicOperator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FluxSurface_Coastline_C \ +static_assert(alignof(ABP_FluxSurface_Coastline_C) == 0x000010, "Wrong alignment on ABP_FluxSurface_Coastline_C"); \ +static_assert(sizeof(ABP_FluxSurface_Coastline_C) == 0x0006E0, "Wrong size on ABP_FluxSurface_Coastline_C"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_UserConstructionScript \ +static_assert(alignof(BP_FluxSurface_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FluxSurface_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FluxSurface_C_UserConstructionScript) == 0x000068, "Wrong size on BP_FluxSurface_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_1) == 0x000001, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_2) == 0x000002, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_byte_Variable) == 0x000003, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_3) == 0x000004, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_4) == 0x000005, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_5) == 0x000006, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_6) == 0x000007, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_bool_Variable_7) == 0x00000A, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, K2Node_Select_Default) == 0x00000B, "Member 'BP_FluxSurface_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000020, "Member 'BP_FluxSurface_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000030, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000058, "Member 'BP_FluxSurface_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UserConstructionScript, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'BP_FluxSurface_C_UserConstructionScript::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_UpdateHeightMap \ +static_assert(alignof(BP_FluxSurface_C_UpdateHeightMap) == 0x000008, "Wrong alignment on BP_FluxSurface_C_UpdateHeightMap"); \ +static_assert(sizeof(BP_FluxSurface_C_UpdateHeightMap) == 0x000020, "Wrong size on BP_FluxSurface_C_UpdateHeightMap"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, Value) == 0x000000, "Member 'BP_FluxSurface_C_UpdateHeightMap::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, Temp_int_Variable) == 0x000008, "Member 'BP_FluxSurface_C_UpdateHeightMap::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FluxSurface_C_UpdateHeightMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_FluxSurface_C_UpdateHeightMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_FluxSurface_C_UpdateHeightMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateHeightMap, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FluxSurface_C_UpdateHeightMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_UpdateCamera \ +static_assert(alignof(BP_FluxSurface_C_UpdateCamera) == 0x000008, "Wrong alignment on BP_FluxSurface_C_UpdateCamera"); \ +static_assert(sizeof(BP_FluxSurface_C_UpdateCamera) == 0x0000D0, "Wrong size on BP_FluxSurface_C_UpdateCamera"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, DeltaTime) == 0x000000, "Member 'BP_FluxSurface_C_UpdateCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, AudioNearSurface) == 0x000008, "Member 'BP_FluxSurface_C_UpdateCamera::AudioNearSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, NewAmbientAudio) == 0x000010, "Member 'BP_FluxSurface_C_UpdateCamera::NewAmbientAudio' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, LCameraComponent) == 0x000018, "Member 'BP_FluxSurface_C_UpdateCamera::LCameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CamraNearSurface) == 0x000020, "Member 'BP_FluxSurface_C_UpdateCamera::CamraNearSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00002A, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_IsValid_ReturnValue_2) == 0x00002B, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, K2Node_SwitchEnum_CmpSuccess) == 0x00002C, "Member 'BP_FluxSurface_C_UpdateCamera::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, K2Node_SwitchEnum_CmpSuccess_1) == 0x00002D, "Member 'BP_FluxSurface_C_UpdateCamera::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, Temp_bool_Variable) == 0x00002E, "Member 'BP_FluxSurface_C_UpdateCamera::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Lerp_ReturnValue) == 0x000030, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_GetUndefiniedHeight_NewParam) == 0x000038, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_GetUndefiniedHeight_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000041, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000042, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Not_PreBool_ReturnValue) == 0x000043, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, Temp_byte_Variable) == 0x000050, "Member 'BP_FluxSurface_C_UpdateCamera::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000051, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, K2Node_Select_Default) == 0x000053, "Member 'BP_FluxSurface_C_UpdateCamera::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000054, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_IsValid_ReturnValue_3) == 0x000055, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000058, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000060, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_GetCameraLocation_ReturnValue) == 0x000068, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_X) == 0x000080, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_Y) == 0x000088, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_Z) == 0x000090, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_X_1) == 0x000098, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_Y_1) == 0x0000A0, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_BreakVector_Z_1) == 0x0000A8, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_SetFloatParameter_InFloat_ImplicitCast) == 0x0000B8, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_SetFloatParameter_InFloat_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_SetFloatParameter_InFloat_ImplicitCast_1) == 0x0000BC, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_SetFloatParameter_InFloat_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_Lerp_A_ImplicitCast) == 0x0000C0, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_SetVolumeMultiplier_NewVolumeMultiplier_ImplicitCast) == 0x0000C8, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_SetVolumeMultiplier_NewVolumeMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_UpdateCamera, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0000CC, "Member 'BP_FluxSurface_C_UpdateCamera::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SpawnSplashAtLocation \ +static_assert(alignof(BP_FluxSurface_C_SpawnSplashAtLocation) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SpawnSplashAtLocation"); \ +static_assert(sizeof(BP_FluxSurface_C_SpawnSplashAtLocation) == 0x000020, "Wrong size on BP_FluxSurface_C_SpawnSplashAtLocation"); \ +static_assert(offsetof(BP_FluxSurface_C_SpawnSplashAtLocation, Location) == 0x000000, "Member 'BP_FluxSurface_C_SpawnSplashAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SpawnSplashAtLocation, Type) == 0x000018, "Member 'BP_FluxSurface_C_SpawnSplashAtLocation::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SpawnSplash \ +static_assert(alignof(BP_FluxSurface_C_SpawnSplash) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SpawnSplash"); \ +static_assert(sizeof(BP_FluxSurface_C_SpawnSplash) == 0x000030, "Wrong size on BP_FluxSurface_C_SpawnSplash"); \ +static_assert(offsetof(BP_FluxSurface_C_SpawnSplash, Location) == 0x000000, "Member 'BP_FluxSurface_C_SpawnSplash::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SpawnSplash, BS_FluxSplashData) == 0x000018, "Member 'BP_FluxSurface_C_SpawnSplash::BS_FluxSplashData' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SpawnSplash, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000028, "Member 'BP_FluxSurface_C_SpawnSplash::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetWaveTextureAndArea \ +static_assert(alignof(BP_FluxSurface_C_SetWaveTextureAndArea) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetWaveTextureAndArea"); \ +static_assert(sizeof(BP_FluxSurface_C_SetWaveTextureAndArea) == 0x000018, "Wrong size on BP_FluxSurface_C_SetWaveTextureAndArea"); \ +static_assert(offsetof(BP_FluxSurface_C_SetWaveTextureAndArea, Texture) == 0x000000, "Member 'BP_FluxSurface_C_SetWaveTextureAndArea::Texture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetWaveTextureAndArea, Area) == 0x000008, "Member 'BP_FluxSurface_C_SetWaveTextureAndArea::Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetWaveProfile \ +static_assert(alignof(BP_FluxSurface_C_SetWaveProfile) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetWaveProfile"); \ +static_assert(sizeof(BP_FluxSurface_C_SetWaveProfile) == 0x000008, "Wrong size on BP_FluxSurface_C_SetWaveProfile"); \ +static_assert(offsetof(BP_FluxSurface_C_SetWaveProfile, Profile) == 0x000000, "Member 'BP_FluxSurface_C_SetWaveProfile::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetStateHeightWetMap \ +static_assert(alignof(BP_FluxSurface_C_SetStateHeightWetMap) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetStateHeightWetMap"); \ +static_assert(sizeof(BP_FluxSurface_C_SetStateHeightWetMap) == 0x000008, "Wrong size on BP_FluxSurface_C_SetStateHeightWetMap"); \ +static_assert(offsetof(BP_FluxSurface_C_SetStateHeightWetMap, Texture) == 0x000000, "Member 'BP_FluxSurface_C_SetStateHeightWetMap::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetSimulationState \ +static_assert(alignof(BP_FluxSurface_C_SetSimulationState) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetSimulationState"); \ +static_assert(sizeof(BP_FluxSurface_C_SetSimulationState) == 0x000008, "Wrong size on BP_FluxSurface_C_SetSimulationState"); \ +static_assert(offsetof(BP_FluxSurface_C_SetSimulationState, State) == 0x000000, "Member 'BP_FluxSurface_C_SetSimulationState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetNiagaraData \ +static_assert(alignof(BP_FluxSurface_C_SetNiagaraData) == 0x000010, "Wrong alignment on BP_FluxSurface_C_SetNiagaraData"); \ +static_assert(sizeof(BP_FluxSurface_C_SetNiagaraData) == 0x000060, "Wrong size on BP_FluxSurface_C_SetNiagaraData"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, NiagaraSystem) == 0x000000, "Member 'BP_FluxSurface_C_SetNiagaraData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, RequiredGround) == 0x000008, "Member 'BP_FluxSurface_C_SetNiagaraData::RequiredGround' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, RequiredWave) == 0x000009, "Member 'BP_FluxSurface_C_SetNiagaraData::RequiredWave' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_IsValid_ReturnValue_1) == 0x00000B, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_GetSurfaceHeight_SurfaceHeight) == 0x000010, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_GetSurfaceHeight_SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_IsValid_ReturnValue_2) == 0x000018, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_IsValid_ReturnValue_3) == 0x000019, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_GetSurfaceHeight_ReturnValue) == 0x000020, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_GetSurfaceHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_Get_Cut_Mask_Mask) == 0x000030, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_Get_Cut_Mask_Mask' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_IsValid_ReturnValue_4) == 0x000050, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000054, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000058, "Member 'BP_FluxSurface_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetInteractionsTexture \ +static_assert(alignof(BP_FluxSurface_C_SetInteractionsTexture) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetInteractionsTexture"); \ +static_assert(sizeof(BP_FluxSurface_C_SetInteractionsTexture) == 0x000008, "Wrong size on BP_FluxSurface_C_SetInteractionsTexture"); \ +static_assert(offsetof(BP_FluxSurface_C_SetInteractionsTexture, Texture) == 0x000000, "Member 'BP_FluxSurface_C_SetInteractionsTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetInteractionsArea \ +static_assert(alignof(BP_FluxSurface_C_SetInteractionsArea) == 0x000004, "Wrong alignment on BP_FluxSurface_C_SetInteractionsArea"); \ +static_assert(sizeof(BP_FluxSurface_C_SetInteractionsArea) == 0x000010, "Wrong size on BP_FluxSurface_C_SetInteractionsArea"); \ +static_assert(offsetof(BP_FluxSurface_C_SetInteractionsArea, Area) == 0x000000, "Member 'BP_FluxSurface_C_SetInteractionsArea::Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetColorPreset \ +static_assert(alignof(BP_FluxSurface_C_SetColorPreset) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetColorPreset"); \ +static_assert(sizeof(BP_FluxSurface_C_SetColorPreset) == 0x000010, "Wrong size on BP_FluxSurface_C_SetColorPreset"); \ +static_assert(offsetof(BP_FluxSurface_C_SetColorPreset, Index_0) == 0x000000, "Member 'BP_FluxSurface_C_SetColorPreset::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetColorPreset, Preset) == 0x000008, "Member 'BP_FluxSurface_C_SetColorPreset::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetCoastlineState \ +static_assert(alignof(BP_FluxSurface_C_SetCoastlineState) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetCoastlineState"); \ +static_assert(sizeof(BP_FluxSurface_C_SetCoastlineState) == 0x000008, "Wrong size on BP_FluxSurface_C_SetCoastlineState"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCoastlineState, State) == 0x000000, "Member 'BP_FluxSurface_C_SetCoastlineState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_SetCameraUnderVisibility \ +static_assert(alignof(BP_FluxSurface_C_SetCameraUnderVisibility) == 0x000008, "Wrong alignment on BP_FluxSurface_C_SetCameraUnderVisibility"); \ +static_assert(sizeof(BP_FluxSurface_C_SetCameraUnderVisibility) == 0x000078, "Wrong size on BP_FluxSurface_C_SetCameraUnderVisibility"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, PostProcessVolume) == 0x000000, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::PostProcessVolume' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, BottomSurface) == 0x000001, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::BottomSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, Controller) == 0x000008, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, ViewTargetActor) == 0x000010, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::ViewTargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, Temp_int_Variable) == 0x000018, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, Temp_int_Variable_1) == 0x000024, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_IsValid_ReturnValue_2) == 0x00003E, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_GetViewTarget_ReturnValue) == 0x000040, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, K2Node_DynamicCast_AsBPI_Flux_Camera_Events) == 0x000050, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::K2Node_DynamicCast_AsBPI_Flux_Camera_Events' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_SetCameraUnderVisibility, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_FluxSurface_C_SetCameraUnderVisibility::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_RemovePostprocess \ +static_assert(alignof(BP_FluxSurface_C_RemovePostprocess) == 0x000008, "Wrong alignment on BP_FluxSurface_C_RemovePostprocess"); \ +static_assert(sizeof(BP_FluxSurface_C_RemovePostprocess) == 0x000068, "Wrong size on BP_FluxSurface_C_RemovePostprocess"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_FluxSurface_C_RemovePostprocess::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_FluxSurface_C_RemovePostprocess::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Max_ReturnValue) == 0x00002C, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, K2Node_MakeStruct_WeightedBlendable) == 0x000030, "Member 'BP_FluxSurface_C_RemovePostprocess::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_Array_RemoveItem_ReturnValue) == 0x000040, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, K2Node_DynamicCast_AsMaterial_Instance) == 0x000048, "Member 'BP_FluxSurface_C_RemovePostprocess::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_FluxSurface_C_RemovePostprocess::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_RemovePostprocess, CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput) == 0x000058, "Member 'BP_FluxSurface_C_RemovePostprocess::CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ReceiveTick \ +static_assert(alignof(BP_FluxSurface_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxSurface_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxSurface_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxSurface_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxSurface_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxSurface_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ReceiveEndPlay \ +static_assert(alignof(BP_FluxSurface_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_FluxSurface_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_FluxSurface_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_FluxSurface_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_FluxSurface_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_FluxSurface_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_OffsetWorld \ +static_assert(alignof(BP_FluxSurface_C_OffsetWorld) == 0x000008, "Wrong alignment on BP_FluxSurface_C_OffsetWorld"); \ +static_assert(sizeof(BP_FluxSurface_C_OffsetWorld) == 0x000078, "Wrong size on BP_FluxSurface_C_OffsetWorld"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, NewWorldOriginLocation) == 0x000000, "Member 'BP_FluxSurface_C_OffsetWorld::NewWorldOriginLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000020, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000028, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_GetWorldOriginLocation_ReturnValue) == 0x00002C, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_GetWorldOriginLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000038, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000070, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000071, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000072, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_BooleanOR_ReturnValue) == 0x000073, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_OffsetWorld, CallFunc_BooleanOR_ReturnValue_1) == 0x000074, "Member 'BP_FluxSurface_C_OffsetWorld::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_LoadMesh \ +static_assert(alignof(BP_FluxSurface_C_LoadMesh) == 0x000008, "Wrong alignment on BP_FluxSurface_C_LoadMesh"); \ +static_assert(sizeof(BP_FluxSurface_C_LoadMesh) == 0x000098, "Wrong size on BP_FluxSurface_C_LoadMesh"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000038, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, K2Node_DynamicCast_AsStatic_Mesh) == 0x000040, "Member 'BP_FluxSurface_C_LoadMesh::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_FluxSurface_C_LoadMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_Map_Find_Value_1) == 0x000050, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_Map_Find_ReturnValue_1) == 0x000078, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x000079, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000080, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, K2Node_DynamicCast_AsStatic_Mesh_1) == 0x000088, "Member 'BP_FluxSurface_C_LoadMesh::K2Node_DynamicCast_AsStatic_Mesh_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_FluxSurface_C_LoadMesh::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000091, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_LoadMesh, CallFunc_SetStaticMesh_ReturnValue_2) == 0x000092, "Member 'BP_FluxSurface_C_LoadMesh::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_InitializeVolumes \ +static_assert(alignof(BP_FluxSurface_C_InitializeVolumes) == 0x000010, "Wrong alignment on BP_FluxSurface_C_InitializeVolumes"); \ +static_assert(sizeof(BP_FluxSurface_C_InitializeVolumes) == 0x000EB0, "Wrong size on BP_FluxSurface_C_InitializeVolumes"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, AreaSize) == 0x000000, "Member 'BP_FluxSurface_C_InitializeVolumes::AreaSize' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000018, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Add_VectorVector_ReturnValue) == 0x000110, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000128, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_MakeVolumeLocalTransform_NewParam) == 0x000140, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_MakeVolumeLocalTransform_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0001A0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_X) == 0x0001B0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_Y) == 0x0001B8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_Z) == 0x0001C0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0001C8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001D8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector2D_X) == 0x0001E0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector2D_Y) == 0x0001E8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_MakeVector_ReturnValue) == 0x0001F0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000208, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_MakeVolumeLocalTransform_NewParam_1) == 0x000220, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_MakeVolumeLocalTransform_NewParam_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_X_1) == 0x000280, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_Y_1) == 0x000288, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BreakVector_Z_1) == 0x000290, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000298, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0002A0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_MakeVector_ReturnValue_1) == 0x0002B8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0002D0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_IsValid_ReturnValue) == 0x0002E8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0002F0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0003E8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_IsValid_ReturnValue_1) == 0x000400, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BP_GetAttenuationSettingsToApply_OutAttenuationSettings) == 0x000408, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BP_GetAttenuationSettingsToApply_OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_BP_GetAttenuationSettingsToApply_ReturnValue) == 0x0007D8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_BP_GetAttenuationSettingsToApply_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, K2Node_SetFieldsInStruct_StructOut) == 0x0007E0, "Member 'BP_FluxSurface_C_InitializeVolumes::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000BB0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_IsValid_ReturnValue_2) == 0x000CA8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x000CB0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_IsValid_ReturnValue_3) == 0x000DA8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_K2_SetRelativeTransform_SweepHitResult_2) == 0x000DB0, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_K2_SetRelativeTransform_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, CallFunc_IsValid_ReturnValue_4) == 0x000EA8, "Member 'BP_FluxSurface_C_InitializeVolumes::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeVolumes, K2Node_SetFieldsInStruct_FalloffDistance_ImplicitCast) == 0x000EAC, "Member 'BP_FluxSurface_C_InitializeVolumes::K2Node_SetFieldsInStruct_FalloffDistance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_InitializeSurfaces \ +static_assert(alignof(BP_FluxSurface_C_InitializeSurfaces) == 0x000010, "Wrong alignment on BP_FluxSurface_C_InitializeSurfaces"); \ +static_assert(sizeof(BP_FluxSurface_C_InitializeSurfaces) == 0x000840, "Wrong size on BP_FluxSurface_C_InitializeSurfaces"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, AreaSize) == 0x000000, "Member 'BP_FluxSurface_C_InitializeSurfaces::AreaSize' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, LTransform) == 0x000020, "Member 'BP_FluxSurface_C_InitializeSurfaces::LTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000088, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000A0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000198, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_BreakVector_X) == 0x0001B0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_BreakVector_Y) == 0x0001B8, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_BreakVector_Z) == 0x0001C0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001C8, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_MakeVector_ReturnValue) == 0x0001D0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_MakeTransform_ReturnValue) == 0x0001F0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_IsValid_ReturnValue_1) == 0x000250, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_ComposeTransforms_ReturnValue) == 0x000260, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0002C0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_MakeTransform_ReturnValue_1) == 0x0003C0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_MakeTransform_ReturnValue_2) == 0x000420, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_IsValid_ReturnValue_2) == 0x000480, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000481, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000488, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_ComposeTransforms_ReturnValue_1) == 0x000580, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_ComposeTransforms_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x0005E0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_IsValid_ReturnValue_3) == 0x0006D8, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_ComposeTransforms_ReturnValue_2) == 0x0006E0, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_ComposeTransforms_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_IsValid_ReturnValue_4) == 0x000740, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeSurfaces, CallFunc_K2_SetRelativeTransform_SweepHitResult_2) == 0x000748, "Member 'BP_FluxSurface_C_InitializeSurfaces::CallFunc_K2_SetRelativeTransform_SweepHitResult_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_InitializeStates \ +static_assert(alignof(BP_FluxSurface_C_InitializeStates) == 0x000010, "Wrong alignment on BP_FluxSurface_C_InitializeStates"); \ +static_assert(sizeof(BP_FluxSurface_C_InitializeStates) == 0x000310, "Wrong size on BP_FluxSurface_C_InitializeStates"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, LocalMaterials) == 0x000000, "Member 'BP_FluxSurface_C_InitializeStates::LocalMaterials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, SkyLightComponent) == 0x000010, "Member 'BP_FluxSurface_C_InitializeStates::SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, AreaLocation) == 0x000018, "Member 'BP_FluxSurface_C_InitializeStates::AreaLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, AreaSize) == 0x000030, "Member 'BP_FluxSurface_C_InitializeStates::AreaSize' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_int_Variable) == 0x000048, "Member 'BP_FluxSurface_C_InitializeStates::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_object_Variable) == 0x000050, "Member 'BP_FluxSurface_C_InitializeStates::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_int_Variable_1) == 0x000064, "Member 'BP_FluxSurface_C_InitializeStates::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000070, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000078, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x000080, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_AsActor) == 0x000088, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000091, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_GetComponentByClass_ReturnValue) == 0x000098, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_object_Variable_1) == 0x0000A0, "Member 'BP_FluxSurface_C_InitializeStates::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_2) == 0x0000A9, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_int_Array_Index_Variable) == 0x0000AC, "Member 'BP_FluxSurface_C_InitializeStates::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_3) == 0x0000B0, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_GetSurfaceHeight_SurfaceHeight) == 0x0000B8, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_GetSurfaceHeight_SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x0000C0, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_4) == 0x0000D1, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_AsBPI_Flux_Surface_1) == 0x0000D8, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_AsBPI_Flux_Surface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000FD, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x000100, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000118, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_MakeArray_Array) == 0x000130, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_BoxOverlapActors_OutActors) == 0x000140, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_BoxOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_BoxOverlapActors_ReturnValue) == 0x000150, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_BoxOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_5) == 0x000151, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Get_Item_1) == 0x000158, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_AsBP_Flux_Niagara_Actor) == 0x000160, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_AsBP_Flux_Niagara_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'BP_FluxSurface_C_InitializeStates::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Length_ReturnValue_1) == 0x00016C, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Get_Item_2) == 0x000170, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_IsValid_ReturnValue_6) == 0x000178, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_Length_ReturnValue_2) == 0x00017C, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Less_IntInt_ReturnValue_1) == 0x000180, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000181, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, Temp_int_Loop_Counter_Variable) == 0x000184, "Member 'BP_FluxSurface_C_InitializeStates::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000188, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001A0, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001A4, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_MakeTransform_ReturnValue) == 0x0001B0, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000210, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000308, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeStates, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x00030C, "Member 'BP_FluxSurface_C_InitializeStates::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_InitializeOverlaping \ +static_assert(alignof(BP_FluxSurface_C_InitializeOverlaping) == 0x000010, "Wrong alignment on BP_FluxSurface_C_InitializeOverlaping"); \ +static_assert(sizeof(BP_FluxSurface_C_InitializeOverlaping) == 0x000180, "Wrong size on BP_FluxSurface_C_InitializeOverlaping"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Loop_Counter_Variable_1) == 0x000008, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Loop_Counter_Variable_2) == 0x000014, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_object_Variable) == 0x000020, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Loop_Counter_Variable_3) == 0x00002C, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Add_IntInt_ReturnValue_3) == 0x000030, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_int_Array_Index_Variable_3) == 0x000034, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, Temp_object_Variable_1) == 0x000038, "Member 'BP_FluxSurface_C_InitializeOverlaping::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000050, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_ComponentOverlapActors_OutActors) == 0x0000C0, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_ComponentOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_ComponentOverlapActors_ReturnValue) == 0x0000D0, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_ComponentOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_AsBP_Flux_Niagara_Actor) == 0x0000E0, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_AsBP_Flux_Niagara_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_GetOverlappingActors_OverlappingActors) == 0x0000F8, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_GetOverlappingActors_OverlappingActors_1) == 0x000110, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_GetOverlappingActors_OverlappingActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_AsBP_Flux_Surface) == 0x000120, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_AsBP_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Length_ReturnValue_1) == 0x000138, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_AsBP_Flux_Niagara_Actor_1) == 0x000140, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_AsBP_Flux_Niagara_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, K2Node_DynamicCast_bSuccess_2) == 0x000148, "Member 'BP_FluxSurface_C_InitializeOverlaping::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Less_IntInt_ReturnValue_1) == 0x000149, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000150, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Length_ReturnValue_2) == 0x000160, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Get_Item_3) == 0x000168, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Less_IntInt_ReturnValue_2) == 0x000170, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Array_Length_ReturnValue_3) == 0x000174, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_InitializeOverlaping, CallFunc_Less_IntInt_ReturnValue_3) == 0x000178, "Member 'BP_FluxSurface_C_InitializeOverlaping::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GetWaveTextureMaterials \ +static_assert(alignof(BP_FluxSurface_C_GetWaveTextureMaterials) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GetWaveTextureMaterials"); \ +static_assert(sizeof(BP_FluxSurface_C_GetWaveTextureMaterials) == 0x000010, "Wrong size on BP_FluxSurface_C_GetWaveTextureMaterials"); \ +static_assert(offsetof(BP_FluxSurface_C_GetWaveTextureMaterials, MaterialInstances_0) == 0x000000, "Member 'BP_FluxSurface_C_GetWaveTextureMaterials::MaterialInstances_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GetSimulationState \ +static_assert(alignof(BP_FluxSurface_C_GetSimulationState) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GetSimulationState"); \ +static_assert(sizeof(BP_FluxSurface_C_GetSimulationState) == 0x000008, "Wrong size on BP_FluxSurface_C_GetSimulationState"); \ +static_assert(offsetof(BP_FluxSurface_C_GetSimulationState, State) == 0x000000, "Member 'BP_FluxSurface_C_GetSimulationState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GetColorPreset \ +static_assert(alignof(BP_FluxSurface_C_GetColorPreset) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GetColorPreset"); \ +static_assert(sizeof(BP_FluxSurface_C_GetColorPreset) == 0x000020, "Wrong size on BP_FluxSurface_C_GetColorPreset"); \ +static_assert(offsetof(BP_FluxSurface_C_GetColorPreset, Index_0) == 0x000000, "Member 'BP_FluxSurface_C_GetColorPreset::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GetColorPreset, Preset) == 0x000008, "Member 'BP_FluxSurface_C_GetColorPreset::Preset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GetColorPreset, Temp_int_Variable) == 0x000010, "Member 'BP_FluxSurface_C_GetColorPreset::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GetColorPreset, K2Node_Select_Default) == 0x000018, "Member 'BP_FluxSurface_C_GetColorPreset::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GetCoastlineState \ +static_assert(alignof(BP_FluxSurface_C_GetCoastlineState) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GetCoastlineState"); \ +static_assert(sizeof(BP_FluxSurface_C_GetCoastlineState) == 0x000008, "Wrong size on BP_FluxSurface_C_GetCoastlineState"); \ +static_assert(offsetof(BP_FluxSurface_C_GetCoastlineState, State) == 0x000000, "Member 'BP_FluxSurface_C_GetCoastlineState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GenerateMesh \ +static_assert(alignof(BP_FluxSurface_C_GenerateMesh) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GenerateMesh"); \ +static_assert(sizeof(BP_FluxSurface_C_GenerateMesh) == 0x000190, "Wrong size on BP_FluxSurface_C_GenerateMesh"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, State) == 0x000000, "Member 'BP_FluxSurface_C_GenerateMesh::State' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, Mesh) == 0x000008, "Member 'BP_FluxSurface_C_GenerateMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000070, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_GenerateMesh_Vetticles) == 0x000168, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_GenerateMesh_Vetticles' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_GenerateMesh_Polygons) == 0x00016C, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_GenerateMesh_Polygons' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_Conv_IntToString_ReturnValue) == 0x000170, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_GenerateMesh, CallFunc_Concat_StrStr_ReturnValue) == 0x000180, "Member 'BP_FluxSurface_C_GenerateMesh::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface \ +static_assert(alignof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface) == 0x000010, "Wrong alignment on BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface"); \ +static_assert(sizeof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface) == 0x000330, "Wrong size on BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, EntryPoint) == 0x000000, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Variable) == 0x000004, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Variable_1) == 0x000008, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_object_Variable) == 0x000018, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Variable_2) == 0x000020, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Variable_3) == 0x000024, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Texture_2) == 0x000038, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Texture_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Area_1) == 0x000040, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Area_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Profile) == 0x000050, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Texture_1) == 0x000058, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Texture_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Area) == 0x000060, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Area' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000070, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_OtherActor) == 0x000078, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_OtherComp) == 0x000080, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000088, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_bFromSweep) == 0x00008C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_ComponentBoundEvent_SweepResult) == 0x000090, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000188, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Get_Item) == 0x000198, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_AsBP_Flux_Niagara_Actor) == 0x0001A8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_AsBP_Flux_Niagara_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_DeltaSeconds) == 0x0001B4, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_ParticleSystem) == 0x0001B8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_RequiredGround) == 0x0001C0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_RequiredGround' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_RequiredWave) == 0x0001C1, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_RequiredWave' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Texture) == 0x0001C8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Texture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Location) == 0x0001D0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Type) == 0x0001E8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Get_Item_1) == 0x0001F0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Length_ReturnValue_1) == 0x0001F8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Less_IntInt_ReturnValue) == 0x0001FC, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Map_Find_Value) == 0x000200, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Map_Find_ReturnValue) == 0x000210, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_State_1) == 0x000218, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_State_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, Temp_int_Loop_Counter_Variable) == 0x000220, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Less_IntInt_ReturnValue_1) == 0x000224, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Add_IntInt_ReturnValue_4) == 0x000228, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Get_Cut_Mask_Mask) == 0x000230, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Get_Cut_Mask_Mask' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Get_Item_2) == 0x000250, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_BreakVector4_X) == 0x000258, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_BreakVector4_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_BreakVector4_Y) == 0x000260, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_BreakVector4_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_BreakVector4_Z) == 0x000268, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_BreakVector4_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_BreakVector4_W) == 0x000270, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_BreakVector4_W' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Length_ReturnValue_2) == 0x000278, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_MakeStruct_LinearColor) == 0x00027C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Less_IntInt_ReturnValue_2) == 0x00028C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00028D, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000290, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_AsActor) == 0x000298, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_AsBPI_Flux_World_Painter) == 0x0002A8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_AsBPI_Flux_World_Painter' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_DynamicCast_bSuccess_2) == 0x0002B8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Get_Item_3) == 0x0002C0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Length_ReturnValue_3) == 0x0002C8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002CC, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Get_Item_4) == 0x0002D0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Array_Length_ReturnValue_4) == 0x0002D8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Materials) == 0x0002E0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Materials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002F0, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_State) == 0x0002F8, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_State' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_EndPlayReason) == 0x000300, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Index) == 0x000304, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_Event_Preset) == 0x000308, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_Event_Preset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_SwitchInteger_CmpSuccess) == 0x000310, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, CallFunc_UpdateCamera_DeltaTime_ImplicitCast) == 0x000318, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::CallFunc_UpdateCamera_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_MakeStruct_R_ImplicitCast) == 0x000320, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_MakeStruct_G_ImplicitCast) == 0x000324, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_MakeStruct_B_ImplicitCast) == 0x000328, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface, K2Node_MakeStruct_A_ImplicitCast) == 0x00032C, "Member 'BP_FluxSurface_C_ExecuteUbergraph_BP_FluxSurface::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_DetectCurrentCamera \ +static_assert(alignof(BP_FluxSurface_C_DetectCurrentCamera) == 0x000008, "Wrong alignment on BP_FluxSurface_C_DetectCurrentCamera"); \ +static_assert(sizeof(BP_FluxSurface_C_DetectCurrentCamera) == 0x000018, "Wrong size on BP_FluxSurface_C_DetectCurrentCamera"); \ +static_assert(offsetof(BP_FluxSurface_C_DetectCurrentCamera, LNewCameraComponent) == 0x000000, "Member 'BP_FluxSurface_C_DetectCurrentCamera::LNewCameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_DetectCurrentCamera, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_DetectCurrentCamera::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_DetectCurrentCamera, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'BP_FluxSurface_C_DetectCurrentCamera::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_DetectCurrentCamera, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000011, "Member 'BP_FluxSurface_C_DetectCurrentCamera::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_DetectCurrentCamera, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000012, "Member 'BP_FluxSurface_C_DetectCurrentCamera::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CreateMaterialsForMesh \ +static_assert(alignof(BP_FluxSurface_C_CreateMaterialsForMesh) == 0x000008, "Wrong alignment on BP_FluxSurface_C_CreateMaterialsForMesh"); \ +static_assert(sizeof(BP_FluxSurface_C_CreateMaterialsForMesh) == 0x0000C8, "Wrong size on BP_FluxSurface_C_CreateMaterialsForMesh"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_int_Variable) == 0x000000, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_int_Variable_1) == 0x000004, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_bool_Variable) == 0x000008, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_bool_Variable_1) == 0x000010, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_AddUnique_ReturnValue) == 0x000014, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_2) == 0x000019, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, K2Node_Select_Default) == 0x00001C, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_3) == 0x000020, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000030, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Add_ReturnValue) == 0x000034, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000038, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_4) == 0x000040, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_5) == 0x000041, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000048, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_6) == 0x000050, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, K2Node_Select_Default_1) == 0x000058, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000060, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_7) == 0x000074, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Add_ReturnValue_1) == 0x000078, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000080, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_8) == 0x000088, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicWaterBodyMaterial_Material) == 0x000090, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicWaterBodyMaterial_Material' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_IsValid_ReturnValue_9) == 0x000098, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x0000A0, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Add_ReturnValue_2) == 0x0000AC, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Add_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_Array_Add_ReturnValue_3) == 0x0000B8, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForMesh, CallFunc_CreateDynamicMaterialInstance_ReturnValue_5) == 0x0000C0, "Member 'BP_FluxSurface_C_CreateMaterialsForMesh::CallFunc_CreateDynamicMaterialInstance_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CreateMaterialsForGlass \ +static_assert(alignof(BP_FluxSurface_C_CreateMaterialsForGlass) == 0x000008, "Wrong alignment on BP_FluxSurface_C_CreateMaterialsForGlass"); \ +static_assert(sizeof(BP_FluxSurface_C_CreateMaterialsForGlass) == 0x000058, "Wrong size on BP_FluxSurface_C_CreateMaterialsForGlass"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, Temp_object_Variable) == 0x000010, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_Array_RemoveItem_ReturnValue) == 0x000018, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, K2Node_DynamicCast_AsBPI_Flux_Surface_Mesh_Actor) == 0x000030, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::K2Node_DynamicCast_AsBPI_Flux_Surface_Mesh_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterialsForGlass, CallFunc_GetGlassMaterials_NewParam) == 0x000048, "Member 'BP_FluxSurface_C_CreateMaterialsForGlass::CallFunc_GetGlassMaterials_NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CreateMaterials \ +static_assert(alignof(BP_FluxSurface_C_CreateMaterials) == 0x000008, "Wrong alignment on BP_FluxSurface_C_CreateMaterials"); \ +static_assert(sizeof(BP_FluxSurface_C_CreateMaterials) == 0x000078, "Wrong size on BP_FluxSurface_C_CreateMaterials"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, NewLocalVar_0) == 0x000000, "Member 'BP_FluxSurface_C_CreateMaterials::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000014, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_AddUnique_ReturnValue_2) == 0x000018, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue_2) == 0x000029, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue_3) == 0x00002A, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000030, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput) == 0x000038, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue_4) == 0x000048, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_IsValid_ReturnValue_5) == 0x000050, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_Add_ReturnValue_1) == 0x000054, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_Add_ReturnValue_2) == 0x000058, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000060, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_Array_Add_ReturnValue_3) == 0x000068, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000070, "Member 'BP_FluxSurface_C_CreateMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CreateDynamicWaterBodyMaterial \ +static_assert(alignof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial) == 0x000008, "Wrong alignment on BP_FluxSurface_C_CreateDynamicWaterBodyMaterial"); \ +static_assert(sizeof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial) == 0x000030, "Wrong size on BP_FluxSurface_C_CreateDynamicWaterBodyMaterial"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial, WaterBodyActor) == 0x000000, "Member 'BP_FluxSurface_C_CreateDynamicWaterBodyMaterial::WaterBodyActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial, Material) == 0x000008, "Member 'BP_FluxSurface_C_CreateDynamicWaterBodyMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial, K2Node_DynamicCast_AsBPI_Flux_Surface_Mesh_Actor) == 0x000010, "Member 'BP_FluxSurface_C_CreateDynamicWaterBodyMaterial::K2Node_DynamicCast_AsBPI_Flux_Surface_Mesh_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FluxSurface_C_CreateDynamicWaterBodyMaterial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_CreateDynamicWaterBodyMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'BP_FluxSurface_C_CreateDynamicWaterBodyMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ConstructSurfaceMesh \ +static_assert(alignof(BP_FluxSurface_C_ConstructSurfaceMesh) == 0x000010, "Wrong alignment on BP_FluxSurface_C_ConstructSurfaceMesh"); \ +static_assert(sizeof(BP_FluxSurface_C_ConstructSurfaceMesh) == 0x000100, "Wrong size on BP_FluxSurface_C_ConstructSurfaceMesh"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, Temp_struct_Variable) == 0x000010, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, Temp_struct_Variable_1) == 0x000080, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E0, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_AddComponent_ReturnValue_1) == 0x0000E8, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_SetBoundsScale_NewBoundsScale_ImplicitCast) == 0x0000F0, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_SetBoundsScale_NewBoundsScale_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0000F4, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ConstructSurfaceMesh, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0000F8, "Member 'BP_FluxSurface_C_ConstructSurfaceMesh::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CanRenderWave \ +static_assert(alignof(BP_FluxSurface_C_CanRenderWave) == 0x000001, "Wrong alignment on BP_FluxSurface_C_CanRenderWave"); \ +static_assert(sizeof(BP_FluxSurface_C_CanRenderWave) == 0x000001, "Wrong size on BP_FluxSurface_C_CanRenderWave"); \ +static_assert(offsetof(BP_FluxSurface_C_CanRenderWave, CanRender) == 0x000000, "Member 'BP_FluxSurface_C_CanRenderWave::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_CanRenderInteractions \ +static_assert(alignof(BP_FluxSurface_C_CanRenderInteractions) == 0x000001, "Wrong alignment on BP_FluxSurface_C_CanRenderInteractions"); \ +static_assert(sizeof(BP_FluxSurface_C_CanRenderInteractions) == 0x000001, "Wrong size on BP_FluxSurface_C_CanRenderInteractions"); \ +static_assert(offsetof(BP_FluxSurface_C_CanRenderInteractions, CanRender) == 0x000000, "Member 'BP_FluxSurface_C_CanRenderInteractions::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_FluxSurface_C_BndEvt__BP_FluxSurface_Volume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ApplySurfaceNiagaraData \ +static_assert(alignof(BP_FluxSurface_C_ApplySurfaceNiagaraData) == 0x000008, "Wrong alignment on BP_FluxSurface_C_ApplySurfaceNiagaraData"); \ +static_assert(sizeof(BP_FluxSurface_C_ApplySurfaceNiagaraData) == 0x000010, "Wrong size on BP_FluxSurface_C_ApplySurfaceNiagaraData"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplySurfaceNiagaraData, ParticleSystem) == 0x000000, "Member 'BP_FluxSurface_C_ApplySurfaceNiagaraData::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplySurfaceNiagaraData, RequiredGround) == 0x000008, "Member 'BP_FluxSurface_C_ApplySurfaceNiagaraData::RequiredGround' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplySurfaceNiagaraData, RequiredWave) == 0x000009, "Member 'BP_FluxSurface_C_ApplySurfaceNiagaraData::RequiredWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ApplySurfaceMaterialData \ +static_assert(alignof(BP_FluxSurface_C_ApplySurfaceMaterialData) == 0x000008, "Wrong alignment on BP_FluxSurface_C_ApplySurfaceMaterialData"); \ +static_assert(sizeof(BP_FluxSurface_C_ApplySurfaceMaterialData) == 0x000010, "Wrong size on BP_FluxSurface_C_ApplySurfaceMaterialData"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplySurfaceMaterialData, Materials) == 0x000000, "Member 'BP_FluxSurface_C_ApplySurfaceMaterialData::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ApplyMaterialData \ +static_assert(alignof(BP_FluxSurface_C_ApplyMaterialData) == 0x000008, "Wrong alignment on BP_FluxSurface_C_ApplyMaterialData"); \ +static_assert(sizeof(BP_FluxSurface_C_ApplyMaterialData) == 0x0000A0, "Wrong size on BP_FluxSurface_C_ApplyMaterialData"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, Materials) == 0x000000, "Member 'BP_FluxSurface_C_ApplyMaterialData::Materials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_IsValid_ReturnValue_2) == 0x000012, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_IsValid_ReturnValue_3) == 0x000013, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, Temp_int_Variable) == 0x000014, "Member 'BP_FluxSurface_C_ApplyMaterialData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, Temp_int_Variable_1) == 0x000018, "Member 'BP_FluxSurface_C_ApplyMaterialData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, Temp_int_Variable_2) == 0x000024, "Member 'BP_FluxSurface_C_ApplyMaterialData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, Temp_int_Variable_3) == 0x000028, "Member 'BP_FluxSurface_C_ApplyMaterialData::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_2) == 0x00002C, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000030, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Get_Item_2) == 0x000058, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_2) == 0x000060, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_2) == 0x000064, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Get_Item_3) == 0x000068, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_3) == 0x000070, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_3) == 0x000074, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_IsValid_ReturnValue_4) == 0x000075, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_GetSurfaceHeight_ReturnValue) == 0x000078, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_GetSurfaceHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_GetSurfaceHeight_SurfaceHeight) == 0x000080, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_GetSurfaceHeight_SurfaceHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_GetSurfaceHeight_SurfaceHeight_1) == 0x000088, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_GetSurfaceHeight_SurfaceHeight_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast) == 0x000090, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1) == 0x000094, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000098, "Member 'BP_FluxSurface_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_ApplyColor \ +static_assert(alignof(BP_FluxSurface_C_ApplyColor) == 0x000008, "Wrong alignment on BP_FluxSurface_C_ApplyColor"); \ +static_assert(sizeof(BP_FluxSurface_C_ApplyColor) == 0x000038, "Wrong size on BP_FluxSurface_C_ApplyColor"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_GetGameState_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_2) == 0x000010, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_3) == 0x000011, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_GetGameState_ReturnValue_1) == 0x000018, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_GetGameState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_4) == 0x000020, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_5) == 0x000021, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_GetGameState_ReturnValue_2) == 0x000028, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_GetGameState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_6) == 0x000030, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_7) == 0x000031, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_ApplyColor, CallFunc_IsValid_ReturnValue_8) == 0x000032, "Member 'BP_FluxSurface_C_ApplyColor::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_AddToUnderSurfaceList \ +static_assert(alignof(BP_FluxSurface_C_AddToUnderSurfaceList) == 0x000008, "Wrong alignment on BP_FluxSurface_C_AddToUnderSurfaceList"); \ +static_assert(sizeof(BP_FluxSurface_C_AddToUnderSurfaceList) == 0x000010, "Wrong size on BP_FluxSurface_C_AddToUnderSurfaceList"); \ +static_assert(offsetof(BP_FluxSurface_C_AddToUnderSurfaceList, Item) == 0x000000, "Member 'BP_FluxSurface_C_AddToUnderSurfaceList::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_AddToUnderSurfaceList, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FluxSurface_C_AddToUnderSurfaceList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_AddToUnderSurfaceList, CallFunc_Array_AddUnique_ReturnValue) == 0x00000C, "Member 'BP_FluxSurface_C_AddToUnderSurfaceList::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_GetVolumeCollision \ +static_assert(alignof(BP_FluxSurface_C_GetVolumeCollision) == 0x000008, "Wrong alignment on BP_FluxSurface_C_GetVolumeCollision"); \ +static_assert(sizeof(BP_FluxSurface_C_GetVolumeCollision) == 0x000008, "Wrong size on BP_FluxSurface_C_GetVolumeCollision"); \ +static_assert(offsetof(BP_FluxSurface_C_GetVolumeCollision, Volume) == 0x000000, "Member 'BP_FluxSurface_C_GetVolumeCollision::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxSurface_C_Get_Cut_Mask \ +static_assert(alignof(BP_FluxSurface_C_Get_Cut_Mask) == 0x000010, "Wrong alignment on BP_FluxSurface_C_Get_Cut_Mask"); \ +static_assert(sizeof(BP_FluxSurface_C_Get_Cut_Mask) == 0x000160, "Wrong size on BP_FluxSurface_C_Get_Cut_Mask"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, Mask) == 0x000000, "Member 'BP_FluxSurface_C_Get_Cut_Mask::Mask' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000028, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, K2Node_DynamicCast_AsBP_Flux_Surface_Cut_Mask) == 0x000030, "Member 'BP_FluxSurface_C_Get_Cut_Mask::K2Node_DynamicCast_AsBP_Flux_Surface_Cut_Mask' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_FluxSurface_C_Get_Cut_Mask::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, K2Node_DynamicCast_AsBP_Flux_Surface_Cut_Mask_1) == 0x000040, "Member 'BP_FluxSurface_C_Get_Cut_Mask::K2Node_DynamicCast_AsBP_Flux_Surface_Cut_Mask_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_FluxSurface_C_Get_Cut_Mask::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_GetTransform_ReturnValue) == 0x000050, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakTransform_Location) == 0x0000B0, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakTransform_Rotation) == 0x0000C8, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakTransform_Scale) == 0x0000E0, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0000F8, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000108, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakVector2D_X) == 0x000118, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakVector2D_Y) == 0x000120, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakVector2D_X_1) == 0x000128, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_BreakVector2D_Y_1) == 0x000130, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxSurface_C_Get_Cut_Mask, CallFunc_MakeVector4_ReturnValue) == 0x000140, "Member 'BP_FluxSurface_C_Get_Cut_Mask::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FluxSurface_C \ +static_assert(alignof(ABP_FluxSurface_C) == 0x000010, "Wrong alignment on ABP_FluxSurface_C"); \ +static_assert(sizeof(ABP_FluxSurface_C) == 0x0006E0, "Wrong size on ABP_FluxSurface_C"); \ +static_assert(offsetof(ABP_FluxSurface_C, UberGraphFrame) == 0x000290, "Member 'ABP_FluxSurface_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, MaterialBillboard) == 0x000298, "Member 'ABP_FluxSurface_C::MaterialBillboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeScattering) == 0x0002A0, "Member 'ABP_FluxSurface_C::VolumeScattering' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeAbsorbtion) == 0x0002A8, "Member 'ABP_FluxSurface_C::VolumeAbsorbtion' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceProceduralMesh) == 0x0002B0, "Member 'ABP_FluxSurface_C::SurfaceProceduralMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, DecalCausticsWet) == 0x0002B8, "Member 'ABP_FluxSurface_C::DecalCausticsWet' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceSectionMesh) == 0x0002C0, "Member 'ABP_FluxSurface_C::SurfaceSectionMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, BP_FluxAudioComponent) == 0x0002C8, "Member 'ABP_FluxSurface_C::BP_FluxAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceOverMesh) == 0x0002D0, "Member 'ABP_FluxSurface_C::SurfaceOverMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceUnderMesh) == 0x0002D8, "Member 'ABP_FluxSurface_C::SurfaceUnderMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, BP_FluxDataComponent) == 0x0002E0, "Member 'ABP_FluxSurface_C::BP_FluxDataComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeAudio) == 0x0002E8, "Member 'ABP_FluxSurface_C::VolumeAudio' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumePostProcess) == 0x0002F0, "Member 'ABP_FluxSurface_C::VolumePostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeCollision) == 0x0002F8, "Member 'ABP_FluxSurface_C::VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, BP_FluxMeshGenerator) == 0x000300, "Member 'ABP_FluxSurface_C::BP_FluxMeshGenerator' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_FluxSurface_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, DomainSize) == 0x000310, "Member 'ABP_FluxSurface_C::DomainSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SimulationState) == 0x000328, "Member 'ABP_FluxSurface_C::SimulationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CoastlineState) == 0x000330, "Member 'ABP_FluxSurface_C::CoastlineState' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CutMaskActor) == 0x000338, "Member 'ABP_FluxSurface_C::CutMaskActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, OceanWaveActor) == 0x000360, "Member 'ABP_FluxSurface_C::OceanWaveActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, ScenePainterActor) == 0x000368, "Member 'ABP_FluxSurface_C::ScenePainterActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceMeshMode) == 0x000390, "Member 'ABP_FluxSurface_C::SurfaceMeshMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, ExternalMeshActor) == 0x000398, "Member 'ABP_FluxSurface_C::ExternalMeshActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceMeshTransform) == 0x0003A0, "Member 'ABP_FluxSurface_C::SurfaceMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceOverMaterial) == 0x000400, "Member 'ABP_FluxSurface_C::SurfaceOverMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceSectionInstance) == 0x000408, "Member 'ABP_FluxSurface_C::SurfaceSectionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceUnderMaterial) == 0x000410, "Member 'ABP_FluxSurface_C::SurfaceUnderMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceSectionMaterial) == 0x000418, "Member 'ABP_FluxSurface_C::SurfaceSectionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceDistantMaterial) == 0x000420, "Member 'ABP_FluxSurface_C::SurfaceDistantMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CausticsWetMaterial) == 0x000428, "Member 'ABP_FluxSurface_C::CausticsWetMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, PostprocessMaterial) == 0x000430, "Member 'ABP_FluxSurface_C::PostprocessMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeAbsorptionMaterial) == 0x000438, "Member 'ABP_FluxSurface_C::VolumeAbsorptionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeScatteringMaterial) == 0x000440, "Member 'ABP_FluxSurface_C::VolumeScatteringMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, MaterialInstances) == 0x000448, "Member 'ABP_FluxSurface_C::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InteractionInstances) == 0x000458, "Member 'ABP_FluxSurface_C::InteractionInstances' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceOverInstance) == 0x000468, "Member 'ABP_FluxSurface_C::SurfaceOverInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceUnderInstance) == 0x000470, "Member 'ABP_FluxSurface_C::SurfaceUnderInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CausticsInstance) == 0x000478, "Member 'ABP_FluxSurface_C::CausticsInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, PostprocessInstance) == 0x000480, "Member 'ABP_FluxSurface_C::PostprocessInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeAbsorptionInstance) == 0x000488, "Member 'ABP_FluxSurface_C::VolumeAbsorptionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GenerateProceduralMeshView) == 0x000490, "Member 'ABP_FluxSurface_C::GenerateProceduralMeshView' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GeneratedSurfaceOverMaterial) == 0x000498, "Member 'ABP_FluxSurface_C::GeneratedSurfaceOverMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GenerateEdgePadding) == 0x0004A0, "Member 'ABP_FluxSurface_C::GenerateEdgePadding' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GenerateLOD) == 0x0004A4, "Member 'ABP_FluxSurface_C::GenerateLOD' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, AudioFalloffDistance) == 0x0004A8, "Member 'ABP_FluxSurface_C::AudioFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, AudioExtendDistance) == 0x0004B0, "Member 'ABP_FluxSurface_C::AudioExtendDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, AudioAmbient) == 0x0004C8, "Member 'ABP_FluxSurface_C::AudioAmbient' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, VolumeScatteringInstance) == 0x0004D0, "Member 'ABP_FluxSurface_C::VolumeScatteringInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, UnderSurfaceComponents) == 0x0004D8, "Member 'ABP_FluxSurface_C::UnderSurfaceComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceDistantInstance) == 0x0004E8, "Member 'ABP_FluxSurface_C::SurfaceDistantInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, UnderVolumeComponents) == 0x0004F0, "Member 'ABP_FluxSurface_C::UnderVolumeComponents' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CurrentCameraBlur) == 0x000500, "Member 'ABP_FluxSurface_C::CurrentCameraBlur' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, IsCameraUnderSurface) == 0x000508, "Member 'ABP_FluxSurface_C::IsCameraUnderSurface' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InitVolumeRendered) == 0x000509, "Member 'ABP_FluxSurface_C::InitVolumeRendered' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, DistantMeshes) == 0x000510, "Member 'ABP_FluxSurface_C::DistantMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InteractionSplashes) == 0x000520, "Member 'ABP_FluxSurface_C::InteractionSplashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, CameraComponent) == 0x000570, "Member 'ABP_FluxSurface_C::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SurfaceMeshes) == 0x000578, "Member 'ABP_FluxSurface_C::SurfaceMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GeneratedMeshStats) == 0x0005C8, "Member 'ABP_FluxSurface_C::GeneratedMeshStats' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SectionMeshes) == 0x0005D8, "Member 'ABP_FluxSurface_C::SectionMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, WorldOriginLocation) == 0x000628, "Member 'ABP_FluxSurface_C::WorldOriginLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteOverPlane) == 0x000638, "Member 'ABP_FluxSurface_C::InfiniteOverPlane' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteUnderPlane) == 0x000640, "Member 'ABP_FluxSurface_C::InfiniteUnderPlane' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, ExtendVolumeSize) == 0x000648, "Member 'ABP_FluxSurface_C::ExtendVolumeSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, BaseColorPreset) == 0x000660, "Member 'ABP_FluxSurface_C::BaseColorPreset' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, SkyLight) == 0x000668, "Member 'ABP_FluxSurface_C::SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteGridLevelsOver) == 0x000690, "Member 'ABP_FluxSurface_C::InfiniteGridLevelsOver' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteGridLevelsUnder) == 0x000694, "Member 'ABP_FluxSurface_C::InfiniteGridLevelsUnder' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteGridMeshScale) == 0x000698, "Member 'ABP_FluxSurface_C::InfiniteGridMeshScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, ShoreColorPreset) == 0x0006A0, "Member 'ABP_FluxSurface_C::ShoreColorPreset' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, PainterColorPreset) == 0x0006A8, "Member 'ABP_FluxSurface_C::PainterColorPreset' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, UnderwaterVisibility) == 0x0006B0, "Member 'ABP_FluxSurface_C::UnderwaterVisibility' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, InfiniteGridBoundsScale) == 0x0006B8, "Member 'ABP_FluxSurface_C::InfiniteGridBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, Landscape) == 0x0006C0, "Member 'ABP_FluxSurface_C::Landscape' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxSurface_C, GlassMeshes) == 0x0006C8, "Member 'ABP_FluxSurface_C::GlassMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_UserConstructionScript \ +static_assert(alignof(BP_FluxOceanWave_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FluxOceanWave_C_UserConstructionScript) == 0x000010, "Wrong size on BP_FluxOceanWave_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_FluxOceanWave_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UserConstructionScript, CallFunc_SetActorTickInterval_TickInterval_ImplicitCast) == 0x000008, "Member 'BP_FluxOceanWave_C_UserConstructionScript::CallFunc_SetActorTickInterval_TickInterval_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_UpdateTexture \ +static_assert(alignof(BP_FluxOceanWave_C_UpdateTexture) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_UpdateTexture"); \ +static_assert(sizeof(BP_FluxOceanWave_C_UpdateTexture) == 0x000048, "Wrong size on BP_FluxOceanWave_C_UpdateTexture"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, Delta) == 0x000000, "Member 'BP_FluxOceanWave_C_UpdateTexture::Delta' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000008, "Member 'BP_FluxOceanWave_C_UpdateTexture::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, CallFunc_BreakVector2D_X) == 0x000018, "Member 'BP_FluxOceanWave_C_UpdateTexture::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'BP_FluxOceanWave_C_UpdateTexture::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, K2Node_MakeStruct_LinearColor) == 0x000028, "Member 'BP_FluxOceanWave_C_UpdateTexture::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, K2Node_MakeStruct_B_ImplicitCast) == 0x000038, "Member 'BP_FluxOceanWave_C_UpdateTexture::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, K2Node_MakeStruct_R_ImplicitCast) == 0x00003C, "Member 'BP_FluxOceanWave_C_UpdateTexture::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateTexture, K2Node_MakeStruct_G_ImplicitCast) == 0x000040, "Member 'BP_FluxOceanWave_C_UpdateTexture::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_UpdateModifierMaterials \ +static_assert(alignof(BP_FluxOceanWave_C_UpdateModifierMaterials) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_UpdateModifierMaterials"); \ +static_assert(sizeof(BP_FluxOceanWave_C_UpdateModifierMaterials) == 0x000018, "Wrong size on BP_FluxOceanWave_C_UpdateModifierMaterials"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateModifierMaterials, Materials) == 0x000000, "Member 'BP_FluxOceanWave_C_UpdateModifierMaterials::Materials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_UpdateModifierMaterials, UseVelocityMap) == 0x000010, "Member 'BP_FluxOceanWave_C_UpdateModifierMaterials::UseVelocityMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_SetZLocation \ +static_assert(alignof(BP_FluxOceanWave_C_SetZLocation) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_SetZLocation"); \ +static_assert(sizeof(BP_FluxOceanWave_C_SetZLocation) == 0x000158, "Wrong size on BP_FluxOceanWave_C_SetZLocation"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, New_Location_Z) == 0x000000, "Member 'BP_FluxOceanWave_C_SetZLocation::New_Location_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, ApplyToSurface) == 0x000008, "Member 'BP_FluxOceanWave_C_SetZLocation::ApplyToSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_BreakVector_X) == 0x000028, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_BreakVector_Z) == 0x000038, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_MakeVector_ReturnValue) == 0x000040, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000058, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetZLocation, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000150, "Member 'BP_FluxOceanWave_C_SetZLocation::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_SetWaveTextureAndArea \ +static_assert(alignof(BP_FluxOceanWave_C_SetWaveTextureAndArea) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_SetWaveTextureAndArea"); \ +static_assert(sizeof(BP_FluxOceanWave_C_SetWaveTextureAndArea) == 0x000018, "Wrong size on BP_FluxOceanWave_C_SetWaveTextureAndArea"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetWaveTextureAndArea, Texture) == 0x000000, "Member 'BP_FluxOceanWave_C_SetWaveTextureAndArea::Texture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetWaveTextureAndArea, Area) == 0x000008, "Member 'BP_FluxOceanWave_C_SetWaveTextureAndArea::Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_SetWaveProfile \ +static_assert(alignof(BP_FluxOceanWave_C_SetWaveProfile) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_SetWaveProfile"); \ +static_assert(sizeof(BP_FluxOceanWave_C_SetWaveProfile) == 0x000008, "Wrong size on BP_FluxOceanWave_C_SetWaveProfile"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetWaveProfile, Profile) == 0x000000, "Member 'BP_FluxOceanWave_C_SetWaveProfile::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_SetNiagaraData \ +static_assert(alignof(BP_FluxOceanWave_C_SetNiagaraData) == 0x000010, "Wrong alignment on BP_FluxOceanWave_C_SetNiagaraData"); \ +static_assert(sizeof(BP_FluxOceanWave_C_SetNiagaraData) == 0x0000E0, "Wrong size on BP_FluxOceanWave_C_SetNiagaraData"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, System) == 0x000000, "Member 'BP_FluxOceanWave_C_SetNiagaraData::System' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, RequreWave) == 0x000008, "Member 'BP_FluxOceanWave_C_SetNiagaraData::RequreWave' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000018, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_BreakVector2D_X) == 0x000030, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_ReturnValue) == 0x000040, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_ReturnValue_1) == 0x000060, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_GetSurfaceHeight_ReturnValue) == 0x000080, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_GetSurfaceHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_ReturnValue_2) == 0x000090, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x0000B0, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x0000B4, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_2) == 0x0000B8, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_3) == 0x0000BC, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_X_ImplicitCast) == 0x0000C0, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_Y_ImplicitCast) == 0x0000C8, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_Z_ImplicitCast) == 0x0000D0, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetNiagaraData, CallFunc_MakeVector4_W_ImplicitCast) == 0x0000D8, "Member 'BP_FluxOceanWave_C_SetNiagaraData::CallFunc_MakeVector4_W_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_ReceiveTick \ +static_assert(alignof(BP_FluxOceanWave_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxOceanWave_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxOceanWave_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxOceanWave_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxOceanWave_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_OnEditorSelectionChanged \ +static_assert(alignof(BP_FluxOceanWave_C_OnEditorSelectionChanged) == 0x000001, "Wrong alignment on BP_FluxOceanWave_C_OnEditorSelectionChanged"); \ +static_assert(sizeof(BP_FluxOceanWave_C_OnEditorSelectionChanged) == 0x000001, "Wrong size on BP_FluxOceanWave_C_OnEditorSelectionChanged"); \ +static_assert(offsetof(BP_FluxOceanWave_C_OnEditorSelectionChanged, Selected) == 0x000000, "Member 'BP_FluxOceanWave_C_OnEditorSelectionChanged::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_OnEditorIterateSimulation \ +static_assert(alignof(BP_FluxOceanWave_C_OnEditorIterateSimulation) == 0x000004, "Wrong alignment on BP_FluxOceanWave_C_OnEditorIterateSimulation"); \ +static_assert(sizeof(BP_FluxOceanWave_C_OnEditorIterateSimulation) == 0x000004, "Wrong size on BP_FluxOceanWave_C_OnEditorIterateSimulation"); \ +static_assert(offsetof(BP_FluxOceanWave_C_OnEditorIterateSimulation, Iterations) == 0x000000, "Member 'BP_FluxOceanWave_C_OnEditorIterateSimulation::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_InitializeMaterials \ +static_assert(alignof(BP_FluxOceanWave_C_InitializeMaterials) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_InitializeMaterials"); \ +static_assert(sizeof(BP_FluxOceanWave_C_InitializeMaterials) == 0x0001F8, "Wrong size on BP_FluxOceanWave_C_InitializeMaterials"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, ApplyToSurface) == 0x000000, "Member 'BP_FluxOceanWave_C_InitializeMaterials::ApplyToSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000020, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeArray_Array) == 0x000118, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000128, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000130, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000148, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_X) == 0x000150, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_Y) == 0x000158, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_Z) == 0x000160, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeStruct_LinearColor) == 0x000168, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000178, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000180, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_X_1) == 0x000198, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_Y_1) == 0x0001A0, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_BreakVector_Z_1) == 0x0001A8, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001B0, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_MakeVector_ReturnValue_1) == 0x0001C8, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001E0, "Member 'BP_FluxOceanWave_C_InitializeMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeStruct_B_ImplicitCast) == 0x0001E8, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeStruct_A_ImplicitCast) == 0x0001EC, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeStruct_R_ImplicitCast) == 0x0001F0, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeMaterials, K2Node_MakeStruct_G_ImplicitCast) == 0x0001F4, "Member 'BP_FluxOceanWave_C_InitializeMaterials::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_InitializeGenerator \ +static_assert(alignof(BP_FluxOceanWave_C_InitializeGenerator) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_InitializeGenerator"); \ +static_assert(sizeof(BP_FluxOceanWave_C_InitializeGenerator) == 0x000018, "Wrong size on BP_FluxOceanWave_C_InitializeGenerator"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, Temp_bool_Variable) == 0x000000, "Member 'BP_FluxOceanWave_C_InitializeGenerator::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, Temp_byte_Variable) == 0x000001, "Member 'BP_FluxOceanWave_C_InitializeGenerator::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, Temp_byte_Variable_1) == 0x000002, "Member 'BP_FluxOceanWave_C_InitializeGenerator::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, K2Node_Select_Default) == 0x000003, "Member 'BP_FluxOceanWave_C_InitializeGenerator::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, CallFunc_RecreateRenderTarget_NewTexture) == 0x000008, "Member 'BP_FluxOceanWave_C_InitializeGenerator::CallFunc_RecreateRenderTarget_NewTexture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeGenerator, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_FluxOceanWave_C_InitializeGenerator::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_InitializeEditor \ +static_assert(alignof(BP_FluxOceanWave_C_InitializeEditor) == 0x000010, "Wrong alignment on BP_FluxOceanWave_C_InitializeEditor"); \ +static_assert(sizeof(BP_FluxOceanWave_C_InitializeEditor) == 0x0000C0, "Wrong size on BP_FluxOceanWave_C_InitializeEditor"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, Temp_struct_Variable) == 0x000000, "Member 'BP_FluxOceanWave_C_InitializeEditor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_AddComponent_ReturnValue) == 0x000068, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_FluxOceanWave_C_InitializeEditor::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000080, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000088, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, K2Node_DynamicCast_AsStatic_Mesh) == 0x000098, "Member 'BP_FluxOceanWave_C_InitializeEditor::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_FluxOceanWave_C_InitializeEditor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_SetStaticMesh_ReturnValue) == 0x0000A1, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, CallFunc_IsValid_ReturnValue_1) == 0x0000A2, "Member 'BP_FluxOceanWave_C_InitializeEditor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, K2Node_DynamicCast_AsBPI_Flux_Tickable_Editor_Events) == 0x0000A8, "Member 'BP_FluxOceanWave_C_InitializeEditor::K2Node_DynamicCast_AsBPI_Flux_Tickable_Editor_Events' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_InitializeEditor, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BP_FluxOceanWave_C_InitializeEditor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_GetWaveTextureMaterials \ +static_assert(alignof(BP_FluxOceanWave_C_GetWaveTextureMaterials) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_GetWaveTextureMaterials"); \ +static_assert(sizeof(BP_FluxOceanWave_C_GetWaveTextureMaterials) == 0x000028, "Wrong size on BP_FluxOceanWave_C_GetWaveTextureMaterials"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetWaveTextureMaterials, MaterialInstances) == 0x000000, "Member 'BP_FluxOceanWave_C_GetWaveTextureMaterials::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetWaveTextureMaterials, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_FluxOceanWave_C_GetWaveTextureMaterials::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetWaveTextureMaterials, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FluxOceanWave_C_GetWaveTextureMaterials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave \ +static_assert(alignof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave"); \ +static_assert(sizeof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave) == 0x000060, "Wrong size on BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, EntryPoint) == 0x000000, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Iterations) == 0x000004, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Iterations' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Selected) == 0x000008, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Selected' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Materials) == 0x000010, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Materials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_UseVelocityMap) == 0x000020, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_UseVelocityMap' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Texture) == 0x000028, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Texture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Area) == 0x000030, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Area' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, K2Node_Event_Profile) == 0x000050, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::K2Node_Event_Profile' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave, CallFunc_UpdateTexture_Delta_ImplicitCast) == 0x000058, "Member 'BP_FluxOceanWave_C_ExecuteUbergraph_BP_FluxOceanWave::CallFunc_UpdateTexture_Delta_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_CanRenderWave \ +static_assert(alignof(BP_FluxOceanWave_C_CanRenderWave) == 0x000001, "Wrong alignment on BP_FluxOceanWave_C_CanRenderWave"); \ +static_assert(sizeof(BP_FluxOceanWave_C_CanRenderWave) == 0x000001, "Wrong size on BP_FluxOceanWave_C_CanRenderWave"); \ +static_assert(offsetof(BP_FluxOceanWave_C_CanRenderWave, CanRender) == 0x000000, "Member 'BP_FluxOceanWave_C_CanRenderWave::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_ApplyToSurfaces \ +static_assert(alignof(BP_FluxOceanWave_C_ApplyToSurfaces) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_ApplyToSurfaces"); \ +static_assert(sizeof(BP_FluxOceanWave_C_ApplyToSurfaces) == 0x000048, "Wrong size on BP_FluxOceanWave_C_ApplyToSurfaces"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, Temp_int_Variable) == 0x000000, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000008, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, K2Node_DynamicCast_AsBPI_Flux_Wave_Renderer) == 0x000028, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::K2Node_DynamicCast_AsBPI_Flux_Wave_Renderer' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ApplyToSurfaces, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_FluxOceanWave_C_ApplyToSurfaces::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_SetMaterialData \ +static_assert(alignof(BP_FluxOceanWave_C_SetMaterialData) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_SetMaterialData"); \ +static_assert(sizeof(BP_FluxOceanWave_C_SetMaterialData) == 0x0002A8, "Wrong size on BP_FluxOceanWave_C_SetMaterialData"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Materials) == 0x000000, "Member 'BP_FluxOceanWave_C_SetMaterialData::Materials' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable) == 0x000010, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_1) == 0x000014, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_2) == 0x000020, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_3) == 0x00002C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000030, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_IsValid_ReturnValue_1) == 0x000034, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_4) == 0x000038, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_5) == 0x00003C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_4) == 0x000040, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_5) == 0x000044, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_6) == 0x000048, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_7) == 0x00004C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_6) == 0x000050, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_7) == 0x000054, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_8) == 0x000058, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_9) == 0x00005C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_8) == 0x000060, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_9) == 0x000064, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_10) == 0x000068, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_11) == 0x00006C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_10) == 0x000070, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_11) == 0x000074, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_12) == 0x000078, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_13) == 0x00007C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_12) == 0x000080, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_13) == 0x000084, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_14) == 0x000088, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_15) == 0x00008C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_14) == 0x000090, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_15) == 0x000094, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_16) == 0x000098, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, Temp_int_Variable_17) == 0x00009C, "Member 'BP_FluxOceanWave_C_SetMaterialData::Temp_int_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_16) == 0x0000A0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_IntInt_ReturnValue_17) == 0x0000A4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000C8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000D0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0000D8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0000F0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_2) == 0x0000F8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_2) == 0x000100, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_2) == 0x000104, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_BreakVector2D_X) == 0x000108, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_BreakVector2D_Y) == 0x000110, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_3) == 0x000118, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_3) == 0x000120, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_3) == 0x000124, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, K2Node_MakeStruct_LinearColor) == 0x000128, "Member 'BP_FluxOceanWave_C_SetMaterialData::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000138, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000140, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Sqrt_ReturnValue) == 0x000148, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000150, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x000158, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000160, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_4) == 0x000168, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_4) == 0x000170, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_4) == 0x000174, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_5) == 0x000178, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_5) == 0x000180, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_5) == 0x000184, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_6) == 0x000188, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_6) == 0x000190, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_6) == 0x000194, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_7) == 0x000198, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_7) == 0x0001A0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_7) == 0x0001A4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_8) == 0x0001A8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_8) == 0x0001B0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_8) == 0x0001B4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_9) == 0x0001B8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_10) == 0x0001C0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_9) == 0x0001C8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_10) == 0x0001CC, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_9) == 0x0001D0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_10) == 0x0001D1, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_11) == 0x0001D8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0001E0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0001E8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_11) == 0x0001F0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_11) == 0x0001F4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_12) == 0x0001F8, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_12) == 0x000200, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_12) == 0x000204, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_GetSurfaceHeight_ReturnValue) == 0x000208, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_GetSurfaceHeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_13) == 0x000210, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_14) == 0x000218, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_13) == 0x000220, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_14) == 0x000224, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_13) == 0x000228, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_14) == 0x000229, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_15) == 0x000230, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_16) == 0x000238, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_15) == 0x000240, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_16) == 0x000244, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_15) == 0x000248, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_16) == 0x000249, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Get_Item_17) == 0x000250, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Array_Length_ReturnValue_17) == 0x000258, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_Less_IntInt_ReturnValue_17) == 0x00025C, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000260, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000264, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000268, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, K2Node_MakeStruct_R_ImplicitCast) == 0x00026C, "Member 'BP_FluxOceanWave_C_SetMaterialData::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, K2Node_MakeStruct_G_ImplicitCast) == 0x000270, "Member 'BP_FluxOceanWave_C_SetMaterialData::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, K2Node_MakeStruct_B_ImplicitCast) == 0x000274, "Member 'BP_FluxOceanWave_C_SetMaterialData::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, K2Node_MakeStruct_A_ImplicitCast) == 0x000278, "Member 'BP_FluxOceanWave_C_SetMaterialData::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00027C, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000280, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x000284, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x000288, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x00028C, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x000290, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x000294, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x000298, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_11) == 0x00029C, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_12) == 0x0002A0, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_SetMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_13) == 0x0002A4, "Member 'BP_FluxOceanWave_C_SetMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_13' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_GetSurfaceHeight \ +static_assert(alignof(BP_FluxOceanWave_C_GetSurfaceHeight) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_GetSurfaceHeight"); \ +static_assert(sizeof(BP_FluxOceanWave_C_GetSurfaceHeight) == 0x000040, "Wrong size on BP_FluxOceanWave_C_GetSurfaceHeight"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, ReturnValue) == 0x000000, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, CallFunc_BreakVector_X) == 0x000020, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, CallFunc_BreakVector_Y) == 0x000028, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, CallFunc_BreakVector_Z) == 0x000030, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxOceanWave_C_GetSurfaceHeight, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_FluxOceanWave_C_GetSurfaceHeight::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxOceanWave_C_ExportWaveTexture \ +static_assert(alignof(BP_FluxOceanWave_C_ExportWaveTexture) == 0x000008, "Wrong alignment on BP_FluxOceanWave_C_ExportWaveTexture"); \ +static_assert(sizeof(BP_FluxOceanWave_C_ExportWaveTexture) == 0x000008, "Wrong size on BP_FluxOceanWave_C_ExportWaveTexture"); \ +static_assert(offsetof(BP_FluxOceanWave_C_ExportWaveTexture, CallFunc_RenderTargetCreateStaticTexture2DEditorOnly_ReturnValue) == 0x000000, "Member 'BP_FluxOceanWave_C_ExportWaveTexture::CallFunc_RenderTargetCreateStaticTexture2DEditorOnly_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FluxOceanWave_C \ +static_assert(alignof(ABP_FluxOceanWave_C) == 0x000008, "Wrong alignment on ABP_FluxOceanWave_C"); \ +static_assert(sizeof(ABP_FluxOceanWave_C) == 0x0003E8, "Wrong size on ABP_FluxOceanWave_C"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, UberGraphFrame) == 0x000290, "Member 'ABP_FluxOceanWave_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, DebugPlane) == 0x000298, "Member 'ABP_FluxOceanWave_C::DebugPlane' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, MaterialBillboard) == 0x0002A0, "Member 'ABP_FluxOceanWave_C::MaterialBillboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, SurfaceMesh) == 0x0002A8, "Member 'ABP_FluxOceanWave_C::SurfaceMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_FluxOceanWave_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, UseRenderTarget) == 0x0002B8, "Member 'ABP_FluxOceanWave_C::UseRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, GeneratorMaterial) == 0x0002C0, "Member 'ABP_FluxOceanWave_C::GeneratorMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, GeneratorInstance) == 0x0002C8, "Member 'ABP_FluxOceanWave_C::GeneratorInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveTexture) == 0x0002D0, "Member 'ABP_FluxOceanWave_C::WaveTexture' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, HighPrecision) == 0x0002D8, "Member 'ABP_FluxOceanWave_C::HighPrecision' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, TextureResolution) == 0x0002DC, "Member 'ABP_FluxOceanWave_C::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, PreviewAnimation) == 0x0002E0, "Member 'ABP_FluxOceanWave_C::PreviewAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, PreviewMaterial) == 0x0002E8, "Member 'ABP_FluxOceanWave_C::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveAnimation) == 0x0002F0, "Member 'ABP_FluxOceanWave_C::OceanWaveAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveLength) == 0x0002F8, "Member 'ABP_FluxOceanWave_C::OceanWaveLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, PreviewInstance) == 0x000300, "Member 'ABP_FluxOceanWave_C::PreviewInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveChoppiness) == 0x000308, "Member 'ABP_FluxOceanWave_C::OceanWaveChoppiness' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveHeight) == 0x000310, "Member 'ABP_FluxOceanWave_C::OceanWaveHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveOffset) == 0x000318, "Member 'ABP_FluxOceanWave_C::OceanWaveOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, UpdateFramerate) == 0x000320, "Member 'ABP_FluxOceanWave_C::UpdateFramerate' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, DebugMesh) == 0x000328, "Member 'ABP_FluxOceanWave_C::DebugMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, Editor) == 0x000350, "Member 'ABP_FluxOceanWave_C::Editor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveProfile) == 0x000358, "Member 'ABP_FluxOceanWave_C::WaveProfile' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveProfileSize) == 0x000360, "Member 'ABP_FluxOceanWave_C::WaveProfileSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveMovementSpeed) == 0x000368, "Member 'ABP_FluxOceanWave_C::WaveMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveAnimationSpeed) == 0x000370, "Member 'ABP_FluxOceanWave_C::WaveAnimationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveProfileAreaWidth) == 0x000378, "Member 'ABP_FluxOceanWave_C::WaveProfileAreaWidth' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveProfileAreaBlend) == 0x000380, "Member 'ABP_FluxOceanWave_C::WaveProfileAreaBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, WaveAnimationDistance) == 0x000388, "Member 'ABP_FluxOceanWave_C::WaveAnimationDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, ShoreGroundPrediction) == 0x000390, "Member 'ABP_FluxOceanWave_C::ShoreGroundPrediction' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, ShoreColorDistance) == 0x000398, "Member 'ABP_FluxOceanWave_C::ShoreColorDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, ShoreColorHeight) == 0x0003A0, "Member 'ABP_FluxOceanWave_C::ShoreColorHeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveRange) == 0x0003A8, "Member 'ABP_FluxOceanWave_C::OceanWaveRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveFalloff) == 0x0003B0, "Member 'ABP_FluxOceanWave_C::OceanWaveFalloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveWindDirection) == 0x0003B8, "Member 'ABP_FluxOceanWave_C::OceanWaveWindDirection' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveWindPush) == 0x0003C8, "Member 'ABP_FluxOceanWave_C::OceanWaveWindPush' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, TextureTransform) == 0x0003D0, "Member 'ABP_FluxOceanWave_C::TextureTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxOceanWave_C, OceanWaveAnimationSpeed) == 0x0003E0, "Member 'ABP_FluxOceanWave_C::OceanWaveAnimationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASMBP_HoudiniSquareSelector_C \ +static_assert(alignof(ASMBP_HoudiniSquareSelector_C) == 0x000008, "Wrong alignment on ASMBP_HoudiniSquareSelector_C"); \ +static_assert(sizeof(ASMBP_HoudiniSquareSelector_C) == 0x0002A0, "Wrong size on ASMBP_HoudiniSquareSelector_C"); \ +static_assert(offsetof(ASMBP_HoudiniSquareSelector_C, Box) == 0x000290, "Member 'ASMBP_HoudiniSquareSelector_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_HoudiniSquareSelector_C, Cube1) == 0x000298, "Member 'ASMBP_HoudiniSquareSelector_C::Cube1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxMeshGenerator_C_ReadWater \ +static_assert(alignof(BP_FluxMeshGenerator_C_ReadWater) == 0x000008, "Wrong alignment on BP_FluxMeshGenerator_C_ReadWater"); \ +static_assert(sizeof(BP_FluxMeshGenerator_C_ReadWater) == 0x0000A8, "Wrong size on BP_FluxMeshGenerator_C_ReadWater"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, UV) == 0x000000, "Member 'BP_FluxMeshGenerator_C_ReadWater::UV' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, Velocity) == 0x000010, "Member 'BP_FluxMeshGenerator_C_ReadWater::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, Water) == 0x000020, "Member 'BP_FluxMeshGenerator_C_ReadWater::Water' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, Foam) == 0x000028, "Member 'BP_FluxMeshGenerator_C_ReadWater::Foam' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_MakeColor_ReturnValue) == 0x000030, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_BreakVector2D_X) == 0x000040, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_ReadRenderTargetRawUV_ReturnValue) == 0x000050, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_ReadRenderTargetRawUV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_Divide_LinearColorLinearColor_ReturnValue) == 0x000060, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_Divide_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, K2Node_FunctionResult_Water_ImplicitCast) == 0x000080, "Member 'BP_FluxMeshGenerator_C_ReadWater::K2Node_FunctionResult_Water_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, K2Node_FunctionResult_Foam_ImplicitCast) == 0x000088, "Member 'BP_FluxMeshGenerator_C_ReadWater::K2Node_FunctionResult_Foam_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_ReadRenderTargetRawUV_U_ImplicitCast) == 0x000090, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_ReadRenderTargetRawUV_U_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_ReadRenderTargetRawUV_V_ImplicitCast) == 0x000094, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_ReadRenderTargetRawUV_V_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_MakeVector2D_X_ImplicitCast) == 0x000098, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadWater, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x0000A0, "Member 'BP_FluxMeshGenerator_C_ReadWater::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxMeshGenerator_C_InitializeBuffers \ +static_assert(alignof(BP_FluxMeshGenerator_C_InitializeBuffers) == 0x000008, "Wrong alignment on BP_FluxMeshGenerator_C_InitializeBuffers"); \ +static_assert(sizeof(BP_FluxMeshGenerator_C_InitializeBuffers) == 0x000148, "Wrong size on BP_FluxMeshGenerator_C_InitializeBuffers"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, State) == 0x000000, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::State' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, EdgePadding) == 0x000008, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::EdgePadding' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, FoamScale) == 0x000010, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::FoamScale' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, VelocityInstance) == 0x000018, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::VelocityInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, HeightInstance) == 0x000020, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::HeightInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_LinearColor) == 0x000028, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_GetTextureSize_Resolution) == 0x000038, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_GetTextureSize_Resolution' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_RecreateRenderTarget_NewTexture) == 0x000040, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_RecreateRenderTarget_NewTexture' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_LinearColor_1) == 0x000048, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_GetDecodeVector_LinearColor) == 0x000058, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_GetDecodeVector_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000070, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_Conv_ByteToDouble_ReturnValue) == 0x000080, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_Conv_ByteToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_X) == 0x000088, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Y) == 0x000090, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Z) == 0x000098, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_X_1) == 0x0000A0, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Y_1) == 0x0000A8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Z_1) == 0x0000B0, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_LinearColor_2) == 0x0000D8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000E8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0000F0, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_GetTextureSize_Resolution_1) == 0x0000F8, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_GetTextureSize_Resolution_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_RecreateRenderTarget_NewTexture_1) == 0x000100, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_RecreateRenderTarget_NewTexture_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_X_2) == 0x000108, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Y_2) == 0x000110, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_BreakVector_Z_2) == 0x000118, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000120, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_LinearColor_3) == 0x000128, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_A_ImplicitCast) == 0x000138, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x00013C, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_R_ImplicitCast) == 0x000140, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_InitializeBuffers, K2Node_MakeStruct_R_ImplicitCast_1) == 0x000144, "Member 'BP_FluxMeshGenerator_C_InitializeBuffers::K2Node_MakeStruct_R_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxMeshGenerator_C_GetTriangle \ +static_assert(alignof(BP_FluxMeshGenerator_C_GetTriangle) == 0x000008, "Wrong alignment on BP_FluxMeshGenerator_C_GetTriangle"); \ +static_assert(sizeof(BP_FluxMeshGenerator_C_GetTriangle) == 0x000028, "Wrong size on BP_FluxMeshGenerator_C_GetTriangle"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, Array) == 0x000000, "Member 'BP_FluxMeshGenerator_C_GetTriangle::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, Index_0) == 0x000010, "Member 'BP_FluxMeshGenerator_C_GetTriangle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, One) == 0x000014, "Member 'BP_FluxMeshGenerator_C_GetTriangle::One' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, Two) == 0x000018, "Member 'BP_FluxMeshGenerator_C_GetTriangle::Two' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, Three) == 0x00001C, "Member 'BP_FluxMeshGenerator_C_GetTriangle::Three' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_FluxMeshGenerator_C_GetTriangle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GetTriangle, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_FluxMeshGenerator_C_GetTriangle::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxMeshGenerator_C_GenerateMesh \ +static_assert(alignof(BP_FluxMeshGenerator_C_GenerateMesh) == 0x000010, "Wrong alignment on BP_FluxMeshGenerator_C_GenerateMesh"); \ +static_assert(sizeof(BP_FluxMeshGenerator_C_GenerateMesh) == 0x0004C0, "Wrong size on BP_FluxMeshGenerator_C_GenerateMesh"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, InitMesh) == 0x000000, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::InitMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, InitState) == 0x000008, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::InitState' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, LOD) == 0x000010, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::LOD' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Material) == 0x000018, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Material' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Padding) == 0x000020, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Padding' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Vetticles) == 0x000024, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Vetticles' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Polygons) == 0x000028, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Polygons' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, UV) == 0x000030, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::UV' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, DecodeWaterAdd) == 0x000040, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::DecodeWaterAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, DecodeWaterScale) == 0x000050, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::DecodeWaterScale' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, DecodeHeight) == 0x000060, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::DecodeHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, OwnerTransform) == 0x000070, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::OwnerTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Triangles) == 0x0000D0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Visible) == 0x0000E0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Visible' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Color) == 0x0000F0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Color' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Index_0) == 0x000100, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Mesh) == 0x000108, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, State) == 0x000168, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::State' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Temp_int_Loop_Counter_Variable) == 0x000170, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000174, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Temp_int_Array_Index_Variable) == 0x000178, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000180, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_X) == 0x000188, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_Y) == 0x000190, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_X_1) == 0x000198, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_Y_1) == 0x0001A0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_ReturnValue) == 0x0001A8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_LinearColorFloat_ReturnValue) == 0x0001B8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_LinearColorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_ReturnValue_1) == 0x0001C8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakColor_R) == 0x0001D8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakColor_G) == 0x0001DC, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakColor_B) == 0x0001E0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakColor_A) == 0x0001E4, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001E8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0001F0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001F8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_MakeVector2D_ReturnValue) == 0x000200, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000210, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000218, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000228, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000238, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Subtract_Vector2DFloat_ReturnValue) == 0x000240, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Subtract_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_X_2) == 0x000250, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector2D_Y_2) == 0x000258, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_DotProduct2D_ReturnValue) == 0x000260, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_X) == 0x000268, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Y) == 0x000270, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Z) == 0x000278, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000280, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000288, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_FMax_ReturnValue) == 0x000290, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Sqrt_ReturnValue) == 0x000298, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_MakeVector_ReturnValue) == 0x0002A0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetOwner_ReturnValue) == 0x0002B8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetTransform_ReturnValue) == 0x0002C0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_Length_ReturnValue) == 0x000320, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_Length_ReturnValue_1) == 0x000324, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_IntInt_ReturnValue) == 0x000328, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, K2Node_MakeArray_Array) == 0x000330, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, Temp_int_Variable) == 0x000340, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_IntInt_ReturnValue) == 0x000344, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetTriangle_1) == 0x000348, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetTriangle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetTriangle_2) == 0x00034C, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetTriangle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetTriangle_3) == 0x000350, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetTriangle_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_LastIndex_ReturnValue) == 0x000354, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, K2Node_MakeArray_Array_1) == 0x000358, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000368, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00036C, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BooleanOR_ReturnValue) == 0x00036D, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BooleanOR_ReturnValue_1) == 0x00036E, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_IntInt_ReturnValue_1) == 0x000370, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_GetTextureSize_Resolution) == 0x000374, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_GetTextureSize_Resolution' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000380, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000388, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_IntPointInt_ReturnValue) == 0x000390, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_IntPointInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Subtract_IntInt_ReturnValue) == 0x000398, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00039C, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_Length_ReturnValue_2) == 0x0003A0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_X_1) == 0x0003A8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Y_1) == 0x0003B0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Z_1) == 0x0003B8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x0003C0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0003C8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_ReturnValue_4) == 0x0003D0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0003D8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_MakeVector2D_ReturnValue_1) == 0x0003E0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BuildPlane_Mesh) == 0x0003F0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BuildPlane_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_X_2) == 0x000450, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Y_2) == 0x000458, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_BreakVector_Z_2) == 0x000460, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_Get_Item) == 0x000468, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Array_Length_ReturnValue_3) == 0x000478, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Less_IntInt_ReturnValue) == 0x00047C, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Multiply_LinearColorFloat_B_ImplicitCast) == 0x000480, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Multiply_LinearColorFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_U_ImplicitCast) == 0x000484, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_U_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_V_ImplicitCast) == 0x000488, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_V_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_U_ImplicitCast_1) == 0x00048C, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_U_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_ReadRenderTargetRawUV_V_ImplicitCast_1) == 0x000490, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_ReadRenderTargetRawUV_V_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000498, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_MakeVector2D_X_ImplicitCast) == 0x0004A0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x0004A8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0004B0, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_GenerateMesh, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x0004B8, "Member 'BP_FluxMeshGenerator_C_GenerateMesh::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxMeshGenerator_C_ReadHeight \ +static_assert(alignof(BP_FluxMeshGenerator_C_ReadHeight) == 0x000008, "Wrong alignment on BP_FluxMeshGenerator_C_ReadHeight"); \ +static_assert(sizeof(BP_FluxMeshGenerator_C_ReadHeight) == 0x000050, "Wrong size on BP_FluxMeshGenerator_C_ReadHeight"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, UV) == 0x000000, "Member 'BP_FluxMeshGenerator_C_ReadHeight::UV' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, Height) == 0x000010, "Member 'BP_FluxMeshGenerator_C_ReadHeight::Height' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_BreakVector2D_X) == 0x000018, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_ReadRenderTargetRawUV_ReturnValue) == 0x000028, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_ReadRenderTargetRawUV_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_ReadRenderTargetRawUV_U_ImplicitCast) == 0x000040, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_ReadRenderTargetRawUV_U_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_ReadRenderTargetRawUV_V_ImplicitCast) == 0x000044, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_ReadRenderTargetRawUV_V_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxMeshGenerator_C_ReadHeight, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_FluxMeshGenerator_C_ReadHeight::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FluxMeshGenerator_C \ +static_assert(alignof(UBP_FluxMeshGenerator_C) == 0x000008, "Wrong alignment on UBP_FluxMeshGenerator_C"); \ +static_assert(sizeof(UBP_FluxMeshGenerator_C) == 0x0000C0, "Wrong size on UBP_FluxMeshGenerator_C"); \ +static_assert(offsetof(UBP_FluxMeshGenerator_C, HeightBuffer) == 0x0000A0, "Member 'UBP_FluxMeshGenerator_C::HeightBuffer' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxMeshGenerator_C, VelocityBuffer) == 0x0000A8, "Member 'UBP_FluxMeshGenerator_C::VelocityBuffer' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxMeshGenerator_C, ReadHeightMaterial) == 0x0000B0, "Member 'UBP_FluxMeshGenerator_C::ReadHeightMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxMeshGenerator_C, ReadVelocityMaterial) == 0x0000B8, "Member 'UBP_FluxMeshGenerator_C::ReadVelocityMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Spline_Fences_C_UserConstructionScript \ +static_assert(alignof(BP_Spline_Fences_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Spline_Fences_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Spline_Fences_C_UserConstructionScript) == 0x000160, "Wrong size on BP_Spline_Fences_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_Spline_Fences_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000008, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, Temp_struct_Variable) == 0x000020, "Member 'BP_Spline_Fences_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000080, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000088, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x000090, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue) == 0x0000A8, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x0000C0, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000C8, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0000E0, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1) == 0x0000F8, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue_1) == 0x000110, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000128, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_FTrunc_ReturnValue) == 0x000138, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00013C, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000140, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000144, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1) == 0x000148, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast_1) == 0x00014C, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_Distance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Spline_Fences_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000150, "Member 'BP_Spline_Fences_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Spline_Fences_C \ +static_assert(alignof(ABP_Spline_Fences_C) == 0x000008, "Wrong alignment on ABP_Spline_Fences_C"); \ +static_assert(sizeof(ABP_Spline_Fences_C) == 0x0002B8, "Wrong size on ABP_Spline_Fences_C"); \ +static_assert(offsetof(ABP_Spline_Fences_C, Spline) == 0x000290, "Member 'ABP_Spline_Fences_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Fences_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_Spline_Fences_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Fences_C, Length) == 0x0002A0, "Member 'ABP_Spline_Fences_C::Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Fences_C, Mesh_Fences) == 0x0002A8, "Member 'ABP_Spline_Fences_C::Mesh_Fences' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Fences_C, IsCollisionNeeded) == 0x0002B0, "Member 'ABP_Spline_Fences_C::IsCollisionNeeded' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spline_Fences_C, WPODisableDistance) == 0x0002B4, "Member 'ABP_Spline_Fences_C::WPODisableDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxWorldPainter_C_ApplyMaterialParameters \ +static_assert(alignof(BPI_FluxWorldPainter_C_ApplyMaterialParameters) == 0x000008, "Wrong alignment on BPI_FluxWorldPainter_C_ApplyMaterialParameters"); \ +static_assert(sizeof(BPI_FluxWorldPainter_C_ApplyMaterialParameters) == 0x000010, "Wrong size on BPI_FluxWorldPainter_C_ApplyMaterialParameters"); \ +static_assert(offsetof(BPI_FluxWorldPainter_C_ApplyMaterialParameters, Materials) == 0x000000, "Member 'BPI_FluxWorldPainter_C_ApplyMaterialParameters::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxWorldPainter_C \ +static_assert(alignof(IBPI_FluxWorldPainter_C) == 0x000001, "Wrong alignment on IBPI_FluxWorldPainter_C"); \ +static_assert(sizeof(IBPI_FluxWorldPainter_C) == 0x000001, "Wrong size on IBPI_FluxWorldPainter_C"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_SerializableComponent_C_SaveState \ +static_assert(alignof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_SerializableComponent_C_SaveState"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState) == 0x000040, "Wrong size on BP_LevelSequenceExecutor_SerializableComponent_C_SaveState"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, K2Node_DynamicCast_AsBPI_Level_Sequence_Executor_Interface) == 0x000008, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::K2Node_DynamicCast_AsBPI_Level_Sequence_Executor_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, CallFunc_GetGlobalObjectID_ObjectID) == 0x00001C, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, CallFunc_IsSequencePlayed_ReturnValue) == 0x000024, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::CallFunc_IsSequencePlayed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, CallFunc_GetGameInstance_ReturnValue) == 0x000028, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_SaveState, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_SaveState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_SerializableComponent_C_ReadState \ +static_assert(alignof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_SerializableComponent_C_ReadState"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState) == 0x000028, "Wrong size on BP_LevelSequenceExecutor_SerializableComponent_C_ReadState"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, State) == 0x000000, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::State' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, CallFunc_GetGlobalObjectID_ObjectID) == 0x000004, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::CallFunc_GetGlobalObjectID_ObjectID' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, K2Node_DynamicCast_AsBP_J_RPG_GI_Custom) == 0x000018, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::K2Node_DynamicCast_AsBP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, CallFunc_Map_Find_Value) == 0x000021, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ReadState, CallFunc_Map_Find_ReturnValue) == 0x000022, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ReadState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent \ +static_assert(alignof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent) == 0x000028, "Wrong size on BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent, EntryPoint) == 0x000000, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent, CallFunc_ReadState_State) == 0x000004, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent::CallFunc_ReadState_State' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent, K2Node_DynamicCast_AsBPI_Level_Sequence_Executor_Interface) == 0x000010, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent::K2Node_DynamicCast_AsBPI_Level_Sequence_Executor_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_ExecuteUbergraph_BP_LevelSequenceExecutor_SerializableComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors \ +static_assert(alignof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors"); \ +static_assert(sizeof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors) == 0x0000C8, "Wrong size on BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_DoesImplementInterface_ReturnValue) == 0x000030, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000C0, "Member 'BP_LevelSequenceExecutor_SerializableComponent_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LevelSequenceExecutor_SerializableComponent_C \ +static_assert(alignof(UBP_LevelSequenceExecutor_SerializableComponent_C) == 0x000008, "Wrong alignment on UBP_LevelSequenceExecutor_SerializableComponent_C"); \ +static_assert(sizeof(UBP_LevelSequenceExecutor_SerializableComponent_C) == 0x0000B8, "Wrong size on UBP_LevelSequenceExecutor_SerializableComponent_C"); \ +static_assert(offsetof(UBP_LevelSequenceExecutor_SerializableComponent_C, UberGraphFrame) == 0x0000B0, "Member 'UBP_LevelSequenceExecutor_SerializableComponent_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_ConditionalDataLayers \ +static_assert(alignof(FS_ConditionalDataLayers) == 0x000008, "Wrong alignment on FS_ConditionalDataLayers"); \ +static_assert(sizeof(FS_ConditionalDataLayers) == 0x000070, "Wrong size on FS_ConditionalDataLayers"); \ +static_assert(offsetof(FS_ConditionalDataLayers, Condition_3_0F9709714D1C4487C9EEB5AABAFAA978) == 0x000000, "Member 'FS_ConditionalDataLayers::Condition_3_0F9709714D1C4487C9EEB5AABAFAA978' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayersToLoad_37_7EB2E8A8436DC74401B4409A0EB175AC) == 0x000008, "Member 'FS_ConditionalDataLayers::DataLayersToLoad_37_7EB2E8A8436DC74401B4409A0EB175AC' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayersToActivate_16_38C578E14F3BE0FC318FFE9396F1C009) == 0x000018, "Member 'FS_ConditionalDataLayers::DataLayersToActivate_16_38C578E14F3BE0FC318FFE9396F1C009' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayersToDeactivate_17_A6958F0C45178F1B083A4BA51E51DD85) == 0x000028, "Member 'FS_ConditionalDataLayers::DataLayersToDeactivate_17_A6958F0C45178F1B083A4BA51E51DD85' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayerNamesToLoad_40_4BF4E6D446376348B8DCC7BC610E19A3) == 0x000038, "Member 'FS_ConditionalDataLayers::DataLayerNamesToLoad_40_4BF4E6D446376348B8DCC7BC610E19A3' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayerNamesToActivate_20_D1D316784C6DCC3E6926DAA04AE4202A) == 0x000048, "Member 'FS_ConditionalDataLayers::DataLayerNamesToActivate_20_D1D316784C6DCC3E6926DAA04AE4202A' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, DataLayerNamesToDeactivate_21_3FFABC804B2DC4F59C48C0A0A8749051) == 0x000058, "Member 'FS_ConditionalDataLayers::DataLayerNamesToDeactivate_21_3FFABC804B2DC4F59C48C0A0A8749051' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, EvaluateOnBeginPlay_26_4D08675E4F3EA0415EC47491C899A2F9) == 0x000068, "Member 'FS_ConditionalDataLayers::EvaluateOnBeginPlay_26_4D08675E4F3EA0415EC47491C899A2F9' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, EvaluateDuringPlay_27_925A4BFF40A001640D55329F612879E7) == 0x000069, "Member 'FS_ConditionalDataLayers::EvaluateDuringPlay_27_925A4BFF40A001640D55329F612879E7' has a wrong offset!"); \ +static_assert(offsetof(FS_ConditionalDataLayers, InverseActivationsWhenConditionIsFalse_33_B439E18346A04EF8903E0E9EAC1E7BD6) == 0x00006A, "Member 'FS_ConditionalDataLayers::InverseActivationsWhenConditionIsFalse_33_B439E18346A04EF8903E0E9EAC1E7BD6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_LA_SplineScatter \ +static_assert(alignof(FS_LA_SplineScatter) == 0x000008, "Wrong alignment on FS_LA_SplineScatter"); \ +static_assert(sizeof(FS_LA_SplineScatter) == 0x000040, "Wrong size on FS_LA_SplineScatter"); \ +static_assert(offsetof(FS_LA_SplineScatter, StaticMesh_2_14839BC145218E55878D1699AF014235) == 0x000000, "Member 'FS_LA_SplineScatter::StaticMesh_2_14839BC145218E55878D1699AF014235' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, Scaling_6_9B6C3DC14C08DB7F184190A3F92AC1B5) == 0x000008, "Member 'FS_LA_SplineScatter::Scaling_6_9B6C3DC14C08DB7F184190A3F92AC1B5' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, DistanceMulitply_20_9A2D3D5B408EC9E59C2DA3AAB4490415) == 0x000010, "Member 'FS_LA_SplineScatter::DistanceMulitply_20_9A2D3D5B408EC9E59C2DA3AAB4490415' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, RotatorSpeed_16_61B6C7124C7DB9ACFABD7494F435E304) == 0x000018, "Member 'FS_LA_SplineScatter::RotatorSpeed_16_61B6C7124C7DB9ACFABD7494F435E304' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, MovingDistance_21_781C394544A48C05D63B0CB33069C719) == 0x000020, "Member 'FS_LA_SplineScatter::MovingDistance_21_781C394544A48C05D63B0CB33069C719' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, MinimumScale_27_25390B5E41B6C2B9158CF0BA387AAE3A) == 0x000028, "Member 'FS_LA_SplineScatter::MinimumScale_27_25390B5E41B6C2B9158CF0BA387AAE3A' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, MaximumScale_29_48B3CB5346E871D16E7CCDBC8286ED1F) == 0x000030, "Member 'FS_LA_SplineScatter::MaximumScale_29_48B3CB5346E871D16E7CCDBC8286ED1F' has a wrong offset!"); \ +static_assert(offsetof(FS_LA_SplineScatter, Multiplier_24_28AE0EA6455343E07A9E3596542CC22E) == 0x000038, "Member 'FS_LA_SplineScatter::Multiplier_24_28AE0EA6455343E07A9E3596542CC22E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_Hint_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_Hint_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_Hint_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_Hint_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_Hint_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_Hint_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_Hint_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_Hint_C \ +static_assert(alignof(UBP_GameAction_Hint_C) == 0x000008, "Wrong alignment on UBP_GameAction_Hint_C"); \ +static_assert(sizeof(UBP_GameAction_Hint_C) == 0x000048, "Wrong size on UBP_GameAction_Hint_C"); \ +static_assert(offsetof(UBP_GameAction_Hint_C, TutorialHintParameters) == 0x000030, "Member 'UBP_GameAction_Hint_C::TutorialHintParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_SetSurfaceActor \ +static_assert(alignof(BP_FluxDataComponent_C_SetSurfaceActor) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_SetSurfaceActor"); \ +static_assert(sizeof(BP_FluxDataComponent_C_SetSurfaceActor) == 0x000010, "Wrong size on BP_FluxDataComponent_C_SetSurfaceActor"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetSurfaceActor, Interface) == 0x000000, "Member 'BP_FluxDataComponent_C_SetSurfaceActor::Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetSurfaceActor, CallFunc_IsActive_ReturnValue) == 0x000008, "Member 'BP_FluxDataComponent_C_SetSurfaceActor::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_SetRelativeSamplePoints \ +static_assert(alignof(BP_FluxDataComponent_C_SetRelativeSamplePoints) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_SetRelativeSamplePoints"); \ +static_assert(sizeof(BP_FluxDataComponent_C_SetRelativeSamplePoints) == 0x000020, "Wrong size on BP_FluxDataComponent_C_SetRelativeSamplePoints"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, Points) == 0x000000, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetRelativeSamplePoints, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00001D, "Member 'BP_FluxDataComponent_C_SetRelativeSamplePoints::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_SetPointData \ +static_assert(alignof(BP_FluxDataComponent_C_SetPointData) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_SetPointData"); \ +static_assert(sizeof(BP_FluxDataComponent_C_SetPointData) == 0x0001C8, "Wrong size on BP_FluxDataComponent_C_SetPointData"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, ParticleDataStructure) == 0x000000, "Member 'BP_FluxDataComponent_C_SetPointData::ParticleDataStructure' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, VeticalVelocity) == 0x000038, "Member 'BP_FluxDataComponent_C_SetPointData::VeticalVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, PrevZLocation) == 0x000040, "Member 'BP_FluxDataComponent_C_SetPointData::PrevZLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_X) == 0x000048, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Y) == 0x000050, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Z) == 0x000058, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Abs_ReturnValue) == 0x000068, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_MakeVector_ReturnValue) == 0x000070, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BooleanOR_ReturnValue) == 0x000089, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000090, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_MakeVector_ReturnValue_1) == 0x000098, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_X_1) == 0x0000B0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Y_1) == 0x0000B8, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Z_1) == 0x0000C0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000C8, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_GetTimeSeconds_ReturnValue) == 0x0000D8, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_MakeVector_ReturnValue_2) == 0x0000E0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_FMax_ReturnValue) == 0x000100, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_X_2) == 0x000108, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Y_2) == 0x000110, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Z_2) == 0x000118, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_X_3) == 0x000120, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Y_3) == 0x000128, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_BreakVector_Z_3) == 0x000130, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000138, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000140, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x000148, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Lerp_ReturnValue) == 0x000150, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000158, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Add_VectorVector_ReturnValue) == 0x000170, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000188, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0001A0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, K2Node_VariableSet_FluxFluidHeight_ImplicitCast) == 0x0001B8, "Member 'BP_FluxDataComponent_C_SetPointData::K2Node_VariableSet_FluxFluidHeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_DrawDebugArrow_Duration_ImplicitCast) == 0x0001C0, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_DrawDebugArrow_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetPointData, CallFunc_DrawDebugBox_Duration_ImplicitCast) == 0x0001C4, "Member 'BP_FluxDataComponent_C_SetPointData::CallFunc_DrawDebugBox_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_SetArrayData \ +static_assert(alignof(BP_FluxDataComponent_C_SetArrayData) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_SetArrayData"); \ +static_assert(sizeof(BP_FluxDataComponent_C_SetArrayData) == 0x000188, "Wrong size on BP_FluxDataComponent_C_SetArrayData"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, ParticleDataStructure) == 0x000000, "Member 'BP_FluxDataComponent_C_SetArrayData::ParticleDataStructure' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, AverageScale) == 0x000010, "Member 'BP_FluxDataComponent_C_SetArrayData::AverageScale' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_FluxDataComponent_C_SetArrayData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_FluxDataComponent_C_SetArrayData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'BP_FluxDataComponent_C_SetArrayData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_MakeVector_ReturnValue_1) == 0x000048, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000060, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000080, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D8, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000F0, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000108, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000118, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000120, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, Temp_int_Loop_Counter_Variable_1) == 0x000128, "Member 'BP_FluxDataComponent_C_SetArrayData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Less_IntInt_ReturnValue) == 0x00012C, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000130, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Array_Length_ReturnValue_2) == 0x000170, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000174, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000178, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_SetArrayData, CallFunc_DrawDebugSphere_Duration_ImplicitCast) == 0x000180, "Member 'BP_FluxDataComponent_C_SetArrayData::CallFunc_DrawDebugSphere_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_RemoveEventListener \ +static_assert(alignof(BP_FluxDataComponent_C_RemoveEventListener) == 0x000001, "Wrong alignment on BP_FluxDataComponent_C_RemoveEventListener"); \ +static_assert(sizeof(BP_FluxDataComponent_C_RemoveEventListener) == 0x000001, "Wrong size on BP_FluxDataComponent_C_RemoveEventListener"); \ +static_assert(offsetof(BP_FluxDataComponent_C_RemoveEventListener, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FluxDataComponent_C_RemoveEventListener::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ReceiveReadData \ +static_assert(alignof(BP_FluxDataComponent_C_ReceiveReadData) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_ReceiveReadData"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ReceiveReadData) == 0x000010, "Wrong size on BP_FluxDataComponent_C_ReceiveReadData"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReceiveReadData, Data) == 0x000000, "Member 'BP_FluxDataComponent_C_ReceiveReadData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ReceiveParticleData \ +static_assert(alignof(BP_FluxDataComponent_C_ReceiveParticleData) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_ReceiveParticleData"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ReceiveParticleData) == 0x000030, "Wrong size on BP_FluxDataComponent_C_ReceiveParticleData"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReceiveParticleData, Data) == 0x000000, "Member 'BP_FluxDataComponent_C_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'BP_FluxDataComponent_C_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReceiveParticleData, SimulationPositionOffset) == 0x000018, "Member 'BP_FluxDataComponent_C_ReceiveParticleData::SimulationPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_FluxDataComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_FluxDataComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_FluxDataComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_FluxDataComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ReadParticleData \ +static_assert(alignof(BP_FluxDataComponent_C_ReadParticleData) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_ReadParticleData"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ReadParticleData) == 0x000020, "Wrong size on BP_FluxDataComponent_C_ReadParticleData"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReadParticleData, Data) == 0x000000, "Member 'BP_FluxDataComponent_C_ReadParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReadParticleData, NiagaraSystem) == 0x000010, "Member 'BP_FluxDataComponent_C_ReadParticleData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReadParticleData, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_FluxDataComponent_C_ReadParticleData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ReadParticleData, K2Node_SwitchInteger_CmpSuccess) == 0x00001C, "Member 'BP_FluxDataComponent_C_ReadParticleData::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_InitEventListener \ +static_assert(alignof(BP_FluxDataComponent_C_InitEventListener) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_InitEventListener"); \ +static_assert(sizeof(BP_FluxDataComponent_C_InitEventListener) == 0x000050, "Wrong size on BP_FluxDataComponent_C_InitEventListener"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, Temp_object_Variable) == 0x000000, "Member 'BP_FluxDataComponent_C_InitEventListener::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, Temp_bool_Variable) == 0x000008, "Member 'BP_FluxDataComponent_C_InitEventListener::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, Temp_bool_Variable_1) == 0x000009, "Member 'BP_FluxDataComponent_C_InitEventListener::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, Temp_object_Variable_1) == 0x000010, "Member 'BP_FluxDataComponent_C_InitEventListener::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_GetOwnerComponent_SceneComponent) == 0x000018, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_GetOwnerComponent_SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000021, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, K2Node_Select_Default) == 0x000028, "Member 'BP_FluxDataComponent_C_InitEventListener::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, K2Node_Select_Default_1) == 0x000038, "Member 'BP_FluxDataComponent_C_InitEventListener::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000040, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_IsValid_ReturnValue_2) == 0x000048, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_InitEventListener, CallFunc_IsValid_ReturnValue_3) == 0x000049, "Member 'BP_FluxDataComponent_C_InitEventListener::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_Get_Readback_Indexed_Position \ +static_assert(alignof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_Get_Readback_Indexed_Position"); \ +static_assert(sizeof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position) == 0x000080, "Wrong size on BP_FluxDataComponent_C_Get_Readback_Indexed_Position"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, Index_0) == 0x000000, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, Location) == 0x000008, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, Velocity) == 0x000020, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, Height) == 0x000038, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::Height' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_Greater_IntInt_ReturnValue) == 0x000044, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_BreakVector_X) == 0x000048, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_BreakVector_Y) == 0x000050, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_BreakVector_Z) == 0x000058, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Get_Readback_Indexed_Position, K2Node_FunctionResult_Height_ImplicitCast) == 0x000078, "Member 'BP_FluxDataComponent_C_Get_Readback_Indexed_Position::K2Node_FunctionResult_Height_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent \ +static_assert(alignof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent) == 0x0000A0, "Wrong size on BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, EntryPoint) == 0x000000, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, CallFunc_GetWorldSurface_Output) == 0x000008, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::CallFunc_GetWorldSurface_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_Event_Data) == 0x000020, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_Event_NiagaraSystem) == 0x000030, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_Event_NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_Event_SimulationPositionOffset) == 0x000038, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_Event_SimulationPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_Event_EndPlayReason) == 0x000050, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CustomEvent_Component_1) == 0x000058, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CustomEvent_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CustomEvent_bReset) == 0x000060, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CustomEvent_bReset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CustomEvent_Component) == 0x000068, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CustomEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CustomEvent_Data) == 0x000070, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CustomEvent_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, CallFunc_GetOwner_ReturnValue) == 0x000080, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, CallFunc_GetLocalRole_ReturnValue) == 0x000088, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::CallFunc_GetLocalRole_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000089, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'BP_FluxDataComponent_C_ExecuteUbergraph_BP_FluxDataComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_Deactivation \ +static_assert(alignof(BP_FluxDataComponent_C_Deactivation) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_Deactivation"); \ +static_assert(sizeof(BP_FluxDataComponent_C_Deactivation) == 0x000008, "Wrong size on BP_FluxDataComponent_C_Deactivation"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Deactivation, Component) == 0x000000, "Member 'BP_FluxDataComponent_C_Deactivation::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_ApplyNiagaraParameters \ +static_assert(alignof(BP_FluxDataComponent_C_ApplyNiagaraParameters) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_ApplyNiagaraParameters"); \ +static_assert(sizeof(BP_FluxDataComponent_C_ApplyNiagaraParameters) == 0x000010, "Wrong size on BP_FluxDataComponent_C_ApplyNiagaraParameters"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ApplyNiagaraParameters, CallFunc_FMax_ReturnValue) == 0x000000, "Member 'BP_FluxDataComponent_C_ApplyNiagaraParameters::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_ApplyNiagaraParameters, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000008, "Member 'BP_FluxDataComponent_C_ApplyNiagaraParameters::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_Activation \ +static_assert(alignof(BP_FluxDataComponent_C_Activation) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_Activation"); \ +static_assert(sizeof(BP_FluxDataComponent_C_Activation) == 0x000010, "Wrong size on BP_FluxDataComponent_C_Activation"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Activation, Component) == 0x000000, "Member 'BP_FluxDataComponent_C_Activation::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_Activation, bReset) == 0x000008, "Member 'BP_FluxDataComponent_C_Activation::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_GetWorldSurface \ +static_assert(alignof(BP_FluxDataComponent_C_GetWorldSurface) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_GetWorldSurface"); \ +static_assert(sizeof(BP_FluxDataComponent_C_GetWorldSurface) == 0x0001D8, "Wrong size on BP_FluxDataComponent_C_GetWorldSurface"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, Output) == 0x000000, "Member 'BP_FluxDataComponent_C_GetWorldSurface::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_FluxDataComponent_C_GetWorldSurface::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetOwnerComponent_SceneComponent) == 0x000010, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetOwnerComponent_SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_FluxDataComponent_C_GetWorldSurface::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000048, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetOwner_ReturnValue_1) == 0x000058, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x000070, "Member 'BP_FluxDataComponent_C_GetWorldSurface::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_FluxDataComponent_C_GetWorldSurface::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetVolumeCollision_Volume) == 0x000088, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetVolumeCollision_Volume' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_SphereOverlapComponent_HitLocation) == 0x000090, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_SphereOverlapComponent_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_SphereOverlapComponent_HitNormal) == 0x0000A8, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_SphereOverlapComponent_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_SphereOverlapComponent_BoneName) == 0x0000C0, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_SphereOverlapComponent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_SphereOverlapComponent_OutHit) == 0x0000C8, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_SphereOverlapComponent_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_K2_SphereOverlapComponent_ReturnValue) == 0x0001C0, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_K2_SphereOverlapComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_IsOverlappingActor_ReturnValue) == 0x0001C1, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Array_Length_ReturnValue_1) == 0x0001C4, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_GetOwner_ReturnValue_2) == 0x0001C8, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetWorldSurface, CallFunc_DoesImplementInterface_ReturnValue) == 0x0001D1, "Member 'BP_FluxDataComponent_C_GetWorldSurface::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxDataComponent_C_GetOwnerComponent \ +static_assert(alignof(BP_FluxDataComponent_C_GetOwnerComponent) == 0x000008, "Wrong alignment on BP_FluxDataComponent_C_GetOwnerComponent"); \ +static_assert(sizeof(BP_FluxDataComponent_C_GetOwnerComponent) == 0x000070, "Wrong size on BP_FluxDataComponent_C_GetOwnerComponent"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, SceneComponent) == 0x000000, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, OwnerSceneTagComponents) == 0x000008, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::OwnerSceneTagComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000028, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000040, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_GetComponentsByTag_ReturnValue) == 0x000048, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000058, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue_2) == 0x000060, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxDataComponent_C_GetOwnerComponent, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000068, "Member 'BP_FluxDataComponent_C_GetOwnerComponent::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FluxDataComponent_C \ +static_assert(alignof(UBP_FluxDataComponent_C) == 0x000008, "Wrong alignment on UBP_FluxDataComponent_C"); \ +static_assert(sizeof(UBP_FluxDataComponent_C) == 0x000160, "Wrong size on UBP_FluxDataComponent_C"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FluxDataComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, ReadbackLocations) == 0x0000A8, "Member 'UBP_FluxDataComponent_C::ReadbackLocations' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, ReadbackEventInterval) == 0x0000B8, "Member 'UBP_FluxDataComponent_C::ReadbackEventInterval' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, CustomReadbackSystem) == 0x0000C0, "Member 'UBP_FluxDataComponent_C::CustomReadbackSystem' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, FindWorldSurface) == 0x0000C8, "Member 'UBP_FluxDataComponent_C::FindWorldSurface' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, IsAfterReadback) == 0x0000C9, "Member 'UBP_FluxDataComponent_C::IsAfterReadback' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, FluxFluidHeight) == 0x0000D0, "Member 'UBP_FluxDataComponent_C::FluxFluidHeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, FluxSurfaceLocation) == 0x0000D8, "Member 'UBP_FluxDataComponent_C::FluxSurfaceLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, FluxFluidVelocity) == 0x0000F0, "Member 'UBP_FluxDataComponent_C::FluxFluidVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, OnReceiveParticleData) == 0x000108, "Member 'UBP_FluxDataComponent_C::OnReceiveParticleData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, UseGroundMap) == 0x000118, "Member 'UBP_FluxDataComponent_C::UseGroundMap' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, UseWave) == 0x000119, "Member 'UBP_FluxDataComponent_C::UseWave' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, OwnerComponentTag) == 0x00011C, "Member 'UBP_FluxDataComponent_C::OwnerComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, OwnerSocketName) == 0x000124, "Member 'UBP_FluxDataComponent_C::OwnerSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, ExportDataInstance) == 0x000130, "Member 'UBP_FluxDataComponent_C::ExportDataInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, SurfaceActor) == 0x000138, "Member 'UBP_FluxDataComponent_C::SurfaceActor' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, DrawDebug) == 0x000140, "Member 'UBP_FluxDataComponent_C::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, ReadbackData) == 0x000148, "Member 'UBP_FluxDataComponent_C::ReadbackData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxDataComponent_C, SampleTime) == 0x000158, "Member 'UBP_FluxDataComponent_C::SampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterSkinBase_Noah_C \ +static_assert(alignof(ABP_CharacterSkinBase_Noah_C) == 0x000008, "Wrong alignment on ABP_CharacterSkinBase_Noah_C"); \ +static_assert(sizeof(ABP_CharacterSkinBase_Noah_C) == 0x000358, "Wrong size on ABP_CharacterSkinBase_Noah_C"); \ +static_assert(offsetof(ABP_CharacterSkinBase_Noah_C, Groom) == 0x000350, "Member 'ABP_CharacterSkinBase_Noah_C::Groom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_UserConstructionScript \ +static_assert(alignof(BP_FluxNiagaraActor_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_FluxNiagaraActor_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_UserConstructionScript) == 0x000080, "Wrong size on BP_FluxNiagaraActor_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_UserConstructionScript, surface) == 0x000000, "Member 'BP_FluxNiagaraActor_C_UserConstructionScript::surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_UserConstructionScript, Temp_struct_Variable) == 0x000010, "Member 'BP_FluxNiagaraActor_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'BP_FluxNiagaraActor_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_UserConstructionScript, CallFunc_GetWorldSurface_SurfaceAbstract) == 0x000078, "Member 'BP_FluxNiagaraActor_C_UserConstructionScript::CallFunc_GetWorldSurface_SurfaceAbstract' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_StartReadback \ +static_assert(alignof(BP_FluxNiagaraActor_C_StartReadback) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_StartReadback"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_StartReadback) == 0x000018, "Wrong size on BP_FluxNiagaraActor_C_StartReadback"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_StartReadback, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FluxNiagaraActor_C_StartReadback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_StartReadback, CallFunc_GetAsset_ReturnValue) == 0x000008, "Member 'BP_FluxNiagaraActor_C_StartReadback::CallFunc_GetAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_StartReadback, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'BP_FluxNiagaraActor_C_StartReadback::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_StartReadback, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'BP_FluxNiagaraActor_C_StartReadback::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_ReceiveTick \ +static_assert(alignof(BP_FluxNiagaraActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxNiagaraActor_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxNiagaraActor_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxNiagaraActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_ReceiveParticleData \ +static_assert(alignof(BP_FluxNiagaraActor_C_ReceiveParticleData) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_ReceiveParticleData"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_ReceiveParticleData) == 0x000030, "Wrong size on BP_FluxNiagaraActor_C_ReceiveParticleData"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ReceiveParticleData, Data) == 0x000000, "Member 'BP_FluxNiagaraActor_C_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ReceiveParticleData, NiagaraSystem_0) == 0x000010, "Member 'BP_FluxNiagaraActor_C_ReceiveParticleData::NiagaraSystem_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ReceiveParticleData, SimulationPositionOffset) == 0x000018, "Member 'BP_FluxNiagaraActor_C_ReceiveParticleData::SimulationPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_OverlapingInteraction \ +static_assert(alignof(BP_FluxNiagaraActor_C_OverlapingInteraction) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_OverlapingInteraction"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_OverlapingInteraction) == 0x000030, "Wrong size on BP_FluxNiagaraActor_C_OverlapingInteraction"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_OverlapingInteraction, Interactions) == 0x000000, "Member 'BP_FluxNiagaraActor_C_OverlapingInteraction::Interactions' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_OverlapingInteraction, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_FluxNiagaraActor_C_OverlapingInteraction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_OverlapingInteraction, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_FluxNiagaraActor_C_OverlapingInteraction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_OverlapingInteraction, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FluxNiagaraActor_C_OverlapingInteraction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_OverlapingInteraction, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000020, "Member 'BP_FluxNiagaraActor_C_OverlapingInteraction::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_InitializeNiagara \ +static_assert(alignof(BP_FluxNiagaraActor_C_InitializeNiagara) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_InitializeNiagara"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_InitializeNiagara) == 0x000040, "Wrong size on BP_FluxNiagaraActor_C_InitializeNiagara"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, SurfaceAbstract) == 0x000000, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::SurfaceAbstract' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_GetAsset_ReturnValue) == 0x000008, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_GetAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_IsValid_ReturnValue_2) == 0x000012, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000013, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x000018, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_K2_SetTimer_ReturnValue) == 0x000030, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeNiagara, CallFunc_K2_SetTimer_Time_ImplicitCast) == 0x000038, "Member 'BP_FluxNiagaraActor_C_InitializeNiagara::CallFunc_K2_SetTimer_Time_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_InitializeCollisions \ +static_assert(alignof(BP_FluxNiagaraActor_C_InitializeCollisions) == 0x000001, "Wrong alignment on BP_FluxNiagaraActor_C_InitializeCollisions"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_InitializeCollisions) == 0x000004, "Wrong size on BP_FluxNiagaraActor_C_InitializeCollisions"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeCollisions, Temp_bool_Variable) == 0x000000, "Member 'BP_FluxNiagaraActor_C_InitializeCollisions::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeCollisions, Temp_byte_Variable) == 0x000001, "Member 'BP_FluxNiagaraActor_C_InitializeCollisions::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeCollisions, Temp_byte_Variable_1) == 0x000002, "Member 'BP_FluxNiagaraActor_C_InitializeCollisions::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_InitializeCollisions, K2Node_Select_Default) == 0x000003, "Member 'BP_FluxNiagaraActor_C_InitializeCollisions::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_GetWorldSurface \ +static_assert(alignof(BP_FluxNiagaraActor_C_GetWorldSurface) == 0x000010, "Wrong alignment on BP_FluxNiagaraActor_C_GetWorldSurface"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_GetWorldSurface) == 0x0000D0, "Wrong size on BP_FluxNiagaraActor_C_GetWorldSurface"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, SurfaceAbstract) == 0x000000, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::SurfaceAbstract' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, Temp_object_Variable) == 0x000010, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_GetOwner_ReturnValue_1) == 0x0000A0, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_ComponentOverlapActors_OutActors) == 0x0000A8, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_ComponentOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_ComponentOverlapActors_ReturnValue) == 0x0000B8, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_ComponentOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000B9, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_GetWorldSurface, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x0000CD, "Member 'BP_FluxNiagaraActor_C_GetWorldSurface::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor \ +static_assert(alignof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor) == 0x000208, "Wrong size on BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, EntryPoint) == 0x000000, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_Event_Data) == 0x000010, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_Event_NiagaraSystem) == 0x000020, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_Event_NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_Event_SimulationPositionOffset) == 0x000028, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_Event_SimulationPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000088, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000090, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000098, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0000A0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000A4, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_SweepResult) == 0x0000A8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001A0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherActor) == 0x0001A8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherComp) == 0x0001B0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001B8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_GetObjectClass_ReturnValue) == 0x0001C0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_Event_DeltaSeconds) == 0x0001C8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_IsValid_ReturnValue) == 0x0001CC, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001D0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_GetWorldSurface_SurfaceAbstract) == 0x0001E8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_GetWorldSurface_SurfaceAbstract' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F0, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_ClassIsChildOf_ReturnValue) == 0x0001F1, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0001F2, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, K2Node_CallDelegate_Water_ImplicitCast) == 0x0001F8, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::K2Node_CallDelegate_Water_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor, CallFunc_Delay_Duration_ImplicitCast) == 0x000200, "Member 'BP_FluxNiagaraActor_C_ExecuteUbergraph_BP_FluxNiagaraActor::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_FluxNiagaraActor_C_BndEvt__BP_FluxNiagara_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_ApplyNiagaraData \ +static_assert(alignof(BP_FluxNiagaraActor_C_ApplyNiagaraData) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_ApplyNiagaraData"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_ApplyNiagaraData) == 0x000028, "Wrong size on BP_FluxNiagaraActor_C_ApplyNiagaraData"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ApplyNiagaraData, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_FluxNiagaraActor_C_ApplyNiagaraData::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ApplyNiagaraData, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000008, "Member 'BP_FluxNiagaraActor_C_ApplyNiagaraData::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000020, "Member 'BP_FluxNiagaraActor_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast_1) == 0x000024, "Member 'BP_FluxNiagaraActor_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxNiagaraActor_C_AdjustSize \ +static_assert(alignof(BP_FluxNiagaraActor_C_AdjustSize) == 0x000008, "Wrong alignment on BP_FluxNiagaraActor_C_AdjustSize"); \ +static_assert(sizeof(BP_FluxNiagaraActor_C_AdjustSize) == 0x000018, "Wrong size on BP_FluxNiagaraActor_C_AdjustSize"); \ +static_assert(offsetof(BP_FluxNiagaraActor_C_AdjustSize, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000000, "Member 'BP_FluxNiagaraActor_C_AdjustSize::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FluxNiagaraActor_C \ +static_assert(alignof(ABP_FluxNiagaraActor_C) == 0x000008, "Wrong alignment on ABP_FluxNiagaraActor_C"); \ +static_assert(sizeof(ABP_FluxNiagaraActor_C) == 0x000328, "Wrong size on ABP_FluxNiagaraActor_C"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, UberGraphFrame) == 0x000290, "Member 'ABP_FluxNiagaraActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, MaterialBillboard) == 0x000298, "Member 'ABP_FluxNiagaraActor_C::MaterialBillboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, Volume) == 0x0002A0, "Member 'ABP_FluxNiagaraActor_C::Volume' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, Scene) == 0x0002A8, "Member 'ABP_FluxNiagaraActor_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, VolumeSize) == 0x0002B0, "Member 'ABP_FluxNiagaraActor_C::VolumeSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, OnWaterEvent) == 0x0002C8, "Member 'ABP_FluxNiagaraActor_C::OnWaterEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, SpawnRate) == 0x0002D8, "Member 'ABP_FluxNiagaraActor_C::SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, NiagaraSystem) == 0x0002E0, "Member 'ABP_FluxNiagaraActor_C::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, ReceiveEventFrequency) == 0x0002E8, "Member 'ABP_FluxNiagaraActor_C::ReceiveEventFrequency' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, DelayedInitialization) == 0x0002F0, "Member 'ABP_FluxNiagaraActor_C::DelayedInitialization' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, UseGroundMap) == 0x0002F8, "Member 'ABP_FluxNiagaraActor_C::UseGroundMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, InteractionClass) == 0x000300, "Member 'ABP_FluxNiagaraActor_C::InteractionClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, InteractionActor) == 0x000308, "Member 'ABP_FluxNiagaraActor_C::InteractionActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, UseInteraction) == 0x000310, "Member 'ABP_FluxNiagaraActor_C::UseInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, UseWaveMap) == 0x000311, "Member 'ABP_FluxNiagaraActor_C::UseWaveMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, Niagara) == 0x000318, "Member 'ABP_FluxNiagaraActor_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_FluxNiagaraActor_C, Translucent_Sort_Priority) == 0x000320, "Member 'ABP_FluxNiagaraActor_C::Translucent_Sort_Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_SpawnSplashAtLocation \ +static_assert(alignof(BPI_FluxSurface_C_SpawnSplashAtLocation) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_SpawnSplashAtLocation"); \ +static_assert(sizeof(BPI_FluxSurface_C_SpawnSplashAtLocation) == 0x000020, "Wrong size on BPI_FluxSurface_C_SpawnSplashAtLocation"); \ +static_assert(offsetof(BPI_FluxSurface_C_SpawnSplashAtLocation, Location) == 0x000000, "Member 'BPI_FluxSurface_C_SpawnSplashAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxSurface_C_SpawnSplashAtLocation, Type) == 0x000018, "Member 'BPI_FluxSurface_C_SpawnSplashAtLocation::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_SetStateHeightWetMap \ +static_assert(alignof(BPI_FluxSurface_C_SetStateHeightWetMap) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_SetStateHeightWetMap"); \ +static_assert(sizeof(BPI_FluxSurface_C_SetStateHeightWetMap) == 0x000008, "Wrong size on BPI_FluxSurface_C_SetStateHeightWetMap"); \ +static_assert(offsetof(BPI_FluxSurface_C_SetStateHeightWetMap, Texture) == 0x000000, "Member 'BPI_FluxSurface_C_SetStateHeightWetMap::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_SetSimulationState \ +static_assert(alignof(BPI_FluxSurface_C_SetSimulationState) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_SetSimulationState"); \ +static_assert(sizeof(BPI_FluxSurface_C_SetSimulationState) == 0x000008, "Wrong size on BPI_FluxSurface_C_SetSimulationState"); \ +static_assert(offsetof(BPI_FluxSurface_C_SetSimulationState, State) == 0x000000, "Member 'BPI_FluxSurface_C_SetSimulationState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_SetColorPreset \ +static_assert(alignof(BPI_FluxSurface_C_SetColorPreset) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_SetColorPreset"); \ +static_assert(sizeof(BPI_FluxSurface_C_SetColorPreset) == 0x000010, "Wrong size on BPI_FluxSurface_C_SetColorPreset"); \ +static_assert(offsetof(BPI_FluxSurface_C_SetColorPreset, Index_0) == 0x000000, "Member 'BPI_FluxSurface_C_SetColorPreset::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxSurface_C_SetColorPreset, Preset) == 0x000008, "Member 'BPI_FluxSurface_C_SetColorPreset::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_SetCoastlineState \ +static_assert(alignof(BPI_FluxSurface_C_SetCoastlineState) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_SetCoastlineState"); \ +static_assert(sizeof(BPI_FluxSurface_C_SetCoastlineState) == 0x000008, "Wrong size on BPI_FluxSurface_C_SetCoastlineState"); \ +static_assert(offsetof(BPI_FluxSurface_C_SetCoastlineState, State) == 0x000000, "Member 'BPI_FluxSurface_C_SetCoastlineState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_GetColorPreset \ +static_assert(alignof(BPI_FluxSurface_C_GetColorPreset) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_GetColorPreset"); \ +static_assert(sizeof(BPI_FluxSurface_C_GetColorPreset) == 0x000010, "Wrong size on BPI_FluxSurface_C_GetColorPreset"); \ +static_assert(offsetof(BPI_FluxSurface_C_GetColorPreset, Index_0) == 0x000000, "Member 'BPI_FluxSurface_C_GetColorPreset::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxSurface_C_GetColorPreset, Preset) == 0x000008, "Member 'BPI_FluxSurface_C_GetColorPreset::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_ApplySurfaceNiagaraData \ +static_assert(alignof(BPI_FluxSurface_C_ApplySurfaceNiagaraData) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_ApplySurfaceNiagaraData"); \ +static_assert(sizeof(BPI_FluxSurface_C_ApplySurfaceNiagaraData) == 0x000010, "Wrong size on BPI_FluxSurface_C_ApplySurfaceNiagaraData"); \ +static_assert(offsetof(BPI_FluxSurface_C_ApplySurfaceNiagaraData, ParticleSystem) == 0x000000, "Member 'BPI_FluxSurface_C_ApplySurfaceNiagaraData::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxSurface_C_ApplySurfaceNiagaraData, RequiredGround) == 0x000008, "Member 'BPI_FluxSurface_C_ApplySurfaceNiagaraData::RequiredGround' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxSurface_C_ApplySurfaceNiagaraData, RequiredWave) == 0x000009, "Member 'BPI_FluxSurface_C_ApplySurfaceNiagaraData::RequiredWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_ApplySurfaceMaterialData \ +static_assert(alignof(BPI_FluxSurface_C_ApplySurfaceMaterialData) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_ApplySurfaceMaterialData"); \ +static_assert(sizeof(BPI_FluxSurface_C_ApplySurfaceMaterialData) == 0x000010, "Wrong size on BPI_FluxSurface_C_ApplySurfaceMaterialData"); \ +static_assert(offsetof(BPI_FluxSurface_C_ApplySurfaceMaterialData, Materials) == 0x000000, "Member 'BPI_FluxSurface_C_ApplySurfaceMaterialData::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxSurface_C_GetVolumeCollision \ +static_assert(alignof(BPI_FluxSurface_C_GetVolumeCollision) == 0x000008, "Wrong alignment on BPI_FluxSurface_C_GetVolumeCollision"); \ +static_assert(sizeof(BPI_FluxSurface_C_GetVolumeCollision) == 0x000008, "Wrong size on BPI_FluxSurface_C_GetVolumeCollision"); \ +static_assert(offsetof(BPI_FluxSurface_C_GetVolumeCollision, Volume) == 0x000000, "Member 'BPI_FluxSurface_C_GetVolumeCollision::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxSurface_C \ +static_assert(alignof(IBPI_FluxSurface_C) == 0x000001, "Wrong alignment on IBPI_FluxSurface_C"); \ +static_assert(sizeof(IBPI_FluxSurface_C) == 0x000001, "Wrong size on IBPI_FluxSurface_C"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_SetStateConfing \ +static_assert(alignof(PDA_FluxSimulationState_C_SetStateConfing) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_SetStateConfing"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_SetStateConfing) == 0x000020, "Wrong size on PDA_FluxSimulationState_C_SetStateConfing"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetStateConfing, StaticFrame) == 0x000000, "Member 'PDA_FluxSimulationState_C_SetStateConfing::StaticFrame' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetStateConfing, VelocityNormalization) == 0x000008, "Member 'PDA_FluxSimulationState_C_SetStateConfing::VelocityNormalization' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetStateConfing, HeightNormalization) == 0x000010, "Member 'PDA_FluxSimulationState_C_SetStateConfing::HeightNormalization' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetStateConfing, LevelOfDetail_0) == 0x000018, "Member 'PDA_FluxSimulationState_C_SetStateConfing::LevelOfDetail_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetStateConfing, Compression_0) == 0x00001C, "Member 'PDA_FluxSimulationState_C_SetStateConfing::Compression_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_SetSimulationWorld \ +static_assert(alignof(PDA_FluxSimulationState_C_SetSimulationWorld) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_SetSimulationWorld"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_SetSimulationWorld) == 0x000058, "Wrong size on PDA_FluxSimulationState_C_SetSimulationWorld"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, Location) == 0x000000, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::Location' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, Size) == 0x000018, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::Size' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, Frame) == 0x000030, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::Frame' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, Resolution_0) == 0x000034, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::Resolution_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, Blend) == 0x00003C, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::Blend' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationWorld, DepthOffset) == 0x000050, "Member 'PDA_FluxSimulationState_C_SetSimulationWorld::DepthOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_SetSimulationTextures \ +static_assert(alignof(PDA_FluxSimulationState_C_SetSimulationTextures) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_SetSimulationTextures"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_SetSimulationTextures) == 0x000018, "Wrong size on PDA_FluxSimulationState_C_SetSimulationTextures"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationTextures, surface) == 0x000000, "Member 'PDA_FluxSimulationState_C_SetSimulationTextures::surface' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationTextures, Ground) == 0x000008, "Member 'PDA_FluxSimulationState_C_SetSimulationTextures::Ground' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_SetSimulationTextures, Velocity) == 0x000010, "Member 'PDA_FluxSimulationState_C_SetSimulationTextures::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetVolumeTransform \ +static_assert(alignof(PDA_FluxSimulationState_C_GetVolumeTransform) == 0x000010, "Wrong alignment on PDA_FluxSimulationState_C_GetVolumeTransform"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetVolumeTransform) == 0x000170, "Wrong size on PDA_FluxSimulationState_C_GetVolumeTransform"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, ExtraSize) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::ExtraSize' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, Scale) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, ZOffsetScale) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::ZOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, NewParam) == 0x000040, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::NewParam' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_BreakVector_X) == 0x0000B8, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_BreakVector_Y) == 0x0000C0, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_BreakVector_Z) == 0x0000C8, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000D0, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_MakeVector_ReturnValue) == 0x0000F0, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetVolumeTransform, CallFunc_MakeTransform_ReturnValue) == 0x000110, "Member 'PDA_FluxSimulationState_C_GetVolumeTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetPathNames \ +static_assert(alignof(PDA_FluxSimulationState_C_GetPathNames) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetPathNames"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetPathNames) == 0x000078, "Wrong size on PDA_FluxSimulationState_C_GetPathNames"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, Output_Get) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetPathNames::Output_Get' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, Output) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetPathNames::Output' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, Temp_int_Array_Index_Variable) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetPathNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'PDA_FluxSimulationState_C_GetPathNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_GetExternalReferences_self_CastInput) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_GetExternalReferences_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_GetExternalReferences_Objects) == 0x000040, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_GetExternalReferences_Objects' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_Array_Get_Item) == 0x000050, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_GetPathName_ReturnValue) == 0x000058, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_Array_AddUnique_ReturnValue) == 0x00006C, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPathNames, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'PDA_FluxSimulationState_C_GetPathNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetLODScale \ +static_assert(alignof(PDA_FluxSimulationState_C_GetLODScale) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetLODScale"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetLODScale) == 0x000020, "Wrong size on PDA_FluxSimulationState_C_GetLODScale"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetLODScale, Integer) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetLODScale::Integer' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetLODScale, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'PDA_FluxSimulationState_C_GetLODScale::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetLODScale, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetLODScale::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetLODScale, CallFunc_FTrunc_ReturnValue) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetLODScale::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetExternalReferences \ +static_assert(alignof(PDA_FluxSimulationState_C_GetExternalReferences) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetExternalReferences"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetExternalReferences) == 0x000040, "Wrong size on PDA_FluxSimulationState_C_GetExternalReferences"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalReferences, Objects) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetExternalReferences::Objects' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalReferences, Temp) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetExternalReferences::Temp' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalReferences, Temp_object_Variable) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetExternalReferences::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalReferences, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetExternalReferences::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalReferences, K2Node_MakeArray_Array) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetExternalReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetExternalFiles \ +static_assert(alignof(PDA_FluxSimulationState_C_GetExternalFiles) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetExternalFiles"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetExternalFiles) == 0x000040, "Wrong size on PDA_FluxSimulationState_C_GetExternalFiles"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalFiles, List) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetExternalFiles::List' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalFiles, NewLocalVar_0) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetExternalFiles::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalFiles, Temp_object_Variable) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetExternalFiles::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalFiles, CallFunc_Array_RemoveItem_ReturnValue) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetExternalFiles::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetExternalFiles, K2Node_MakeArray_Array) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetExternalFiles::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState \ +static_assert(alignof(PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState) == 0x000004, "Wrong alignment on PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState) == 0x000004, "Wrong size on PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState, EntryPoint) == 0x000000, "Member 'PDA_FluxSimulationState_C_ExecuteUbergraph_PDA_FluxSimulationState::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_CopyPropertiesToObject \ +static_assert(alignof(PDA_FluxSimulationState_C_CopyPropertiesToObject) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_CopyPropertiesToObject"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_CopyPropertiesToObject) == 0x000028, "Wrong size on PDA_FluxSimulationState_C_CopyPropertiesToObject"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_CopyPropertiesToObject, Destination) == 0x000000, "Member 'PDA_FluxSimulationState_C_CopyPropertiesToObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_CopyPropertiesToObject, Done) == 0x000008, "Member 'PDA_FluxSimulationState_C_CopyPropertiesToObject::Done' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_CopyPropertiesToObject, TargetObject) == 0x000010, "Member 'PDA_FluxSimulationState_C_CopyPropertiesToObject::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_CopyPropertiesToObject, K2Node_DynamicCast_AsPDA_Flux_Simulation_State) == 0x000018, "Member 'PDA_FluxSimulationState_C_CopyPropertiesToObject::K2Node_DynamicCast_AsPDA_Flux_Simulation_State' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_CopyPropertiesToObject, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'PDA_FluxSimulationState_C_CopyPropertiesToObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_ApplyNiagaraData \ +static_assert(alignof(PDA_FluxSimulationState_C_ApplyNiagaraData) == 0x000010, "Wrong alignment on PDA_FluxSimulationState_C_ApplyNiagaraData"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_ApplyNiagaraData) == 0x000080, "Wrong size on PDA_FluxSimulationState_C_ApplyNiagaraData"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, NiagaraSystem) == 0x000000, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, UseGround) == 0x000008, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::UseGround' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, UseSurface) == 0x000009, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::UseSurface' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, CallFunc_GetDecodeVector_LinearColor) == 0x000010, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::CallFunc_GetDecodeVector_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, CallFunc_GetAreaBlendBorders_ReturnValue) == 0x000030, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::CallFunc_GetAreaBlendBorders_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, CallFunc_Conv_IntPointToVector2D_ReturnValue) == 0x000050, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::CallFunc_Conv_IntPointToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000060, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyNiagaraData, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000070, "Member 'PDA_FluxSimulationState_C_ApplyNiagaraData::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetWorldToTextureUV \ +static_assert(alignof(PDA_FluxSimulationState_C_GetWorldToTextureUV) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetWorldToTextureUV"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetWorldToTextureUV) == 0x000090, "Wrong size on PDA_FluxSimulationState_C_GetWorldToTextureUV"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, WorldToTextureUV) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::WorldToTextureUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_X) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_Y) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_Z) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000040, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_X_1) == 0x000058, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_MakeColor_ReturnValue) == 0x000070, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_MakeColor_B_ImplicitCast) == 0x000080, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_MakeColor_A_ImplicitCast) == 0x000084, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_MakeColor_R_ImplicitCast) == 0x000088, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetWorldToTextureUV, CallFunc_MakeColor_G_ImplicitCast) == 0x00008C, "Member 'PDA_FluxSimulationState_C_GetWorldToTextureUV::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetTextureSize \ +static_assert(alignof(PDA_FluxSimulationState_C_GetTextureSize) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetTextureSize"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetTextureSize) == 0x000040, "Wrong size on PDA_FluxSimulationState_C_GetTextureSize"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, Resolution_0) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetTextureSize::Resolution_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_DynamicCast_AsTexture_2D) == 0x000008, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_DynamicCast_AsTexture_Render_Target_2D) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_DynamicCast_AsTexture_Render_Target_2D' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x000024, "Member 'PDA_FluxSimulationState_C_GetTextureSize::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetTextureSize::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_MakeStruct_IntPoint) == 0x00002C, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_MakeStruct_IntPoint' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetTextureSize, K2Node_MakeStruct_IntPoint_1) == 0x000034, "Member 'PDA_FluxSimulationState_C_GetTextureSize::K2Node_MakeStruct_IntPoint_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetPixelSize \ +static_assert(alignof(PDA_FluxSimulationState_C_GetPixelSize) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetPixelSize"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetPixelSize) == 0x000070, "Wrong size on PDA_FluxSimulationState_C_GetPixelSize"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, WorldToSimulationUV) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetPixelSize::WorldToSimulationUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_Conv_IntPointToVector2D_ReturnValue) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_Conv_IntPointToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_BreakVector2D_X) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_BreakVector2D_X_1) == 0x000040, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_BreakVector2D_Y_1) == 0x000048, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_MakeColor_ReturnValue) == 0x000050, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_MakeColor_B_ImplicitCast) == 0x000060, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_MakeColor_A_ImplicitCast) == 0x000064, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_MakeColor_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_MakeColor_R_ImplicitCast) == 0x000068, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetPixelSize, CallFunc_MakeColor_G_ImplicitCast) == 0x00006C, "Member 'PDA_FluxSimulationState_C_GetPixelSize::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetEncodeVector \ +static_assert(alignof(PDA_FluxSimulationState_C_GetEncodeVector) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetEncodeVector"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetEncodeVector) == 0x000060, "Wrong size on PDA_FluxSimulationState_C_GetEncodeVector"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, LinearColor) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, Temp_bool_Variable) == 0x000010, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, K2Node_MakeStruct_LinearColor) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, K2Node_MakeStruct_LinearColor_1) == 0x000038, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, K2Node_Select_Default) == 0x000048, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, K2Node_MakeStruct_B_ImplicitCast) == 0x000058, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetEncodeVector, K2Node_MakeStruct_G_ImplicitCast) == 0x00005C, "Member 'PDA_FluxSimulationState_C_GetEncodeVector::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetDecodeVector \ +static_assert(alignof(PDA_FluxSimulationState_C_GetDecodeVector) == 0x000008, "Wrong alignment on PDA_FluxSimulationState_C_GetDecodeVector"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetDecodeVector) == 0x000038, "Wrong size on PDA_FluxSimulationState_C_GetDecodeVector"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetDecodeVector, LinearColor) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetDecodeVector::LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetDecodeVector, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x000018, "Member 'PDA_FluxSimulationState_C_GetDecodeVector::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetDecodeVector, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetDecodeVector::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_GetAreaBlendBorders \ +static_assert(alignof(PDA_FluxSimulationState_C_GetAreaBlendBorders) == 0x000010, "Wrong alignment on PDA_FluxSimulationState_C_GetAreaBlendBorders"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_GetAreaBlendBorders) == 0x0000A0, "Wrong size on PDA_FluxSimulationState_C_GetAreaBlendBorders"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, ReturnValue) == 0x000000, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_ReturnValue) == 0x000020, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_ReturnValue_1) == 0x000028, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000030, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_ReturnValue_2) == 0x000040, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_ReturnValue_3) == 0x000048, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000050, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000058, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_MakeVector4_ReturnValue) == 0x000060, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_A_ImplicitCast) == 0x000080, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_A_ImplicitCast_1) == 0x000088, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_A_ImplicitCast_2) == 0x000090, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_GetAreaBlendBorders, CallFunc_FMax_A_ImplicitCast_3) == 0x000098, "Member 'PDA_FluxSimulationState_C_GetAreaBlendBorders::CallFunc_FMax_A_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_ApplyMaterialData \ +static_assert(alignof(PDA_FluxSimulationState_C_ApplyMaterialData) == 0x000010, "Wrong alignment on PDA_FluxSimulationState_C_ApplyMaterialData"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_ApplyMaterialData) == 0x000270, "Wrong size on PDA_FluxSimulationState_C_ApplyMaterialData"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, MaterialInstances) == 0x000000, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, NewLocalVar_0) == 0x000010, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable) == 0x000038, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_1) == 0x00003C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_2) == 0x000048, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_3) == 0x00004C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_3) == 0x000054, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_4) == 0x000058, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_5) == 0x00005C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_4) == 0x000060, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_5) == 0x000064, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_6) == 0x000068, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_7) == 0x00006C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_6) == 0x000070, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_7) == 0x000074, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_8) == 0x000078, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_9) == 0x00007C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_8) == 0x000080, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_9) == 0x000084, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_10) == 0x000088, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, Temp_int_Variable_11) == 0x00008C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_10) == 0x000090, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Add_IntInt_ReturnValue_11) == 0x000094, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item) == 0x000098, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_GetAreaBlendBorders_ReturnValue) == 0x0000B0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_GetAreaBlendBorders_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector4_X) == 0x0000D0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector4_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector4_Y) == 0x0000D8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector4_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector4_Z) == 0x0000E0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector4_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector4_W) == 0x0000E8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector4_W' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, K2Node_MakeStruct_LinearColor) == 0x0000F0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_1) == 0x00010C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_X) == 0x000110, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_Y) == 0x000118, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_Z) == 0x000120, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_2) == 0x000130, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_2) == 0x000134, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_3) == 0x000138, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_3) == 0x000140, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_3) == 0x000144, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000148, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_X_1) == 0x000150, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_Y_1) == 0x000158, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_BreakVector_Z_1) == 0x000160, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000168, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_4) == 0x000170, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_4) == 0x000178, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_4) == 0x00017C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_GetDecodeVector_LinearColor) == 0x000180, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_GetDecodeVector_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000198, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x0001A8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_5) == 0x0001B0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_5) == 0x0001B8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001BC, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_6) == 0x0001C0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_6) == 0x0001C8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_6) == 0x0001CC, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_7) == 0x0001D0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_7) == 0x0001D8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_7) == 0x0001DC, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_8) == 0x0001E0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_8) == 0x0001E8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_8) == 0x0001EC, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_9) == 0x0001F0, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_9) == 0x0001F8, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_9) == 0x0001FC, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_10) == 0x000200, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_10) == 0x000208, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_10) == 0x00020C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000210, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Get_Item_11) == 0x000220, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Array_Length_ReturnValue_11) == 0x000228, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_Less_IntInt_ReturnValue_11) == 0x00022C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_GetPixelSize_WorldToSimulationUV) == 0x000230, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_GetPixelSize_WorldToSimulationUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_GetWorldToTextureUV_WorldToTextureUV) == 0x000240, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_GetWorldToTextureUV_WorldToTextureUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000250, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, K2Node_MakeStruct_R_ImplicitCast) == 0x000254, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, K2Node_MakeStruct_G_ImplicitCast) == 0x000258, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, K2Node_MakeStruct_B_ImplicitCast) == 0x00025C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, K2Node_MakeStruct_A_ImplicitCast) == 0x000260, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000264, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000268, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyMaterialData, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x00026C, "Member 'PDA_FluxSimulationState_C_ApplyMaterialData::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxSimulationState_C_ApplyLandscapeData \ +static_assert(alignof(PDA_FluxSimulationState_C_ApplyLandscapeData) == 0x000010, "Wrong alignment on PDA_FluxSimulationState_C_ApplyLandscapeData"); \ +static_assert(sizeof(PDA_FluxSimulationState_C_ApplyLandscapeData) == 0x000140, "Wrong size on PDA_FluxSimulationState_C_ApplyLandscapeData"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, Landscape) == 0x000000, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::Landscape' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, NewLocalVar_0) == 0x000008, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_GetAreaBlendBorders_ReturnValue) == 0x000030, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_GetAreaBlendBorders_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector4_X) == 0x000050, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector4_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector4_Y) == 0x000058, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector4_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector4_Z) == 0x000060, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector4_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector4_W) == 0x000068, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector4_W' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, K2Node_MakeStruct_LinearColor) == 0x000070, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_X) == 0x000080, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_Y) == 0x000088, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_Z) == 0x000090, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000098, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_GetDecodeVector_LinearColor) == 0x0000A0, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_GetDecodeVector_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_X_1) == 0x0000B8, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_Y_1) == 0x0000C0, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_BreakVector_Z_1) == 0x0000C8, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x0000D0, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x0000E8, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x0000F0, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_GetPixelSize_WorldToSimulationUV) == 0x000100, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_GetPixelSize_WorldToSimulationUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_GetWorldToTextureUV_WorldToTextureUV) == 0x000110, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_GetWorldToTextureUV_WorldToTextureUV' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast) == 0x000120, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, K2Node_MakeStruct_R_ImplicitCast) == 0x000124, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, K2Node_MakeStruct_G_ImplicitCast) == 0x000128, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, K2Node_MakeStruct_B_ImplicitCast) == 0x00012C, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, K2Node_MakeStruct_A_ImplicitCast) == 0x000130, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::K2Node_MakeStruct_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_1) == 0x000134, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_2) == 0x000138, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxSimulationState_C_ApplyLandscapeData, CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_3) == 0x00013C, "Member 'PDA_FluxSimulationState_C_ApplyLandscapeData::CallFunc_SetLandscapeMaterialScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_FluxSimulationState_C \ +static_assert(alignof(UPDA_FluxSimulationState_C) == 0x000008, "Wrong alignment on UPDA_FluxSimulationState_C"); \ +static_assert(sizeof(UPDA_FluxSimulationState_C) == 0x0000C8, "Wrong size on UPDA_FluxSimulationState_C"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, UberGraphFrame) == 0x000030, "Member 'UPDA_FluxSimulationState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, Static) == 0x000038, "Member 'UPDA_FluxSimulationState_C::Static' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, EncodeVelocityMax) == 0x000040, "Member 'UPDA_FluxSimulationState_C::EncodeVelocityMax' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, EncodeHeightMax) == 0x000048, "Member 'UPDA_FluxSimulationState_C::EncodeHeightMax' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, Iteration) == 0x000050, "Member 'UPDA_FluxSimulationState_C::Iteration' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, Resolution) == 0x000054, "Member 'UPDA_FluxSimulationState_C::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, GroundMap) == 0x000060, "Member 'UPDA_FluxSimulationState_C::GroundMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, VelocityDepthFoamMap) == 0x000068, "Member 'UPDA_FluxSimulationState_C::VelocityDepthFoamMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, AreaLocation) == 0x000070, "Member 'UPDA_FluxSimulationState_C::AreaLocation' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, AreaSize) == 0x000088, "Member 'UPDA_FluxSimulationState_C::AreaSize' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, HeightWetMap) == 0x0000A0, "Member 'UPDA_FluxSimulationState_C::HeightWetMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, LevelOfDetail) == 0x0000A8, "Member 'UPDA_FluxSimulationState_C::LevelOfDetail' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, Compression) == 0x0000AC, "Member 'UPDA_FluxSimulationState_C::Compression' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, AreaBlend) == 0x0000B0, "Member 'UPDA_FluxSimulationState_C::AreaBlend' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxSimulationState_C, CaptureOffset) == 0x0000C0, "Member 'UPDA_FluxSimulationState_C::CaptureOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBS_FluxSplashData \ +static_assert(alignof(FBS_FluxSplashData) == 0x000008, "Wrong alignment on FBS_FluxSplashData"); \ +static_assert(sizeof(FBS_FluxSplashData) == 0x000010, "Wrong size on FBS_FluxSplashData"); \ +static_assert(offsetof(FBS_FluxSplashData, VisualEffect_9_72FD08AB47A15EC87C5F8C9C52E833C9) == 0x000000, "Member 'FBS_FluxSplashData::VisualEffect_9_72FD08AB47A15EC87C5F8C9C52E833C9' has a wrong offset!"); \ +static_assert(offsetof(FBS_FluxSplashData, AudioEffect_10_249DEA304B20F5D999A818968AFF37EB) == 0x000008, "Member 'FBS_FluxSplashData::AudioEffect_10_249DEA304B20F5D999A818968AFF37EB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxWaveRenderer_C_SetWaveTextureAndArea \ +static_assert(alignof(BPI_FluxWaveRenderer_C_SetWaveTextureAndArea) == 0x000008, "Wrong alignment on BPI_FluxWaveRenderer_C_SetWaveTextureAndArea"); \ +static_assert(sizeof(BPI_FluxWaveRenderer_C_SetWaveTextureAndArea) == 0x000018, "Wrong size on BPI_FluxWaveRenderer_C_SetWaveTextureAndArea"); \ +static_assert(offsetof(BPI_FluxWaveRenderer_C_SetWaveTextureAndArea, Texture) == 0x000000, "Member 'BPI_FluxWaveRenderer_C_SetWaveTextureAndArea::Texture' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxWaveRenderer_C_SetWaveTextureAndArea, Area) == 0x000008, "Member 'BPI_FluxWaveRenderer_C_SetWaveTextureAndArea::Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxWaveRenderer_C_SetWaveProfile \ +static_assert(alignof(BPI_FluxWaveRenderer_C_SetWaveProfile) == 0x000008, "Wrong alignment on BPI_FluxWaveRenderer_C_SetWaveProfile"); \ +static_assert(sizeof(BPI_FluxWaveRenderer_C_SetWaveProfile) == 0x000008, "Wrong size on BPI_FluxWaveRenderer_C_SetWaveProfile"); \ +static_assert(offsetof(BPI_FluxWaveRenderer_C_SetWaveProfile, Profile) == 0x000000, "Member 'BPI_FluxWaveRenderer_C_SetWaveProfile::Profile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxWaveRenderer_C_GetWaveTextureMaterials \ +static_assert(alignof(BPI_FluxWaveRenderer_C_GetWaveTextureMaterials) == 0x000008, "Wrong alignment on BPI_FluxWaveRenderer_C_GetWaveTextureMaterials"); \ +static_assert(sizeof(BPI_FluxWaveRenderer_C_GetWaveTextureMaterials) == 0x000010, "Wrong size on BPI_FluxWaveRenderer_C_GetWaveTextureMaterials"); \ +static_assert(offsetof(BPI_FluxWaveRenderer_C_GetWaveTextureMaterials, MaterialInstances) == 0x000000, "Member 'BPI_FluxWaveRenderer_C_GetWaveTextureMaterials::MaterialInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxWaveRenderer_C_CanRenderWave \ +static_assert(alignof(BPI_FluxWaveRenderer_C_CanRenderWave) == 0x000001, "Wrong alignment on BPI_FluxWaveRenderer_C_CanRenderWave"); \ +static_assert(sizeof(BPI_FluxWaveRenderer_C_CanRenderWave) == 0x000001, "Wrong size on BPI_FluxWaveRenderer_C_CanRenderWave"); \ +static_assert(offsetof(BPI_FluxWaveRenderer_C_CanRenderWave, CanRender) == 0x000000, "Member 'BPI_FluxWaveRenderer_C_CanRenderWave::CanRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxWaveRenderer_C \ +static_assert(alignof(IBPI_FluxWaveRenderer_C) == 0x000001, "Wrong alignment on IBPI_FluxWaveRenderer_C"); \ +static_assert(sizeof(IBPI_FluxWaveRenderer_C) == 0x000001, "Wrong size on IBPI_FluxWaveRenderer_C"); \ + +#define DUMPER7_ASSERTS_BPI_FluxCameraEvents_C_FluxCameraInFluid \ +static_assert(alignof(BPI_FluxCameraEvents_C_FluxCameraInFluid) == 0x000001, "Wrong alignment on BPI_FluxCameraEvents_C_FluxCameraInFluid"); \ +static_assert(sizeof(BPI_FluxCameraEvents_C_FluxCameraInFluid) == 0x000001, "Wrong size on BPI_FluxCameraEvents_C_FluxCameraInFluid"); \ +static_assert(offsetof(BPI_FluxCameraEvents_C_FluxCameraInFluid, Under) == 0x000000, "Member 'BPI_FluxCameraEvents_C_FluxCameraInFluid::Under' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxCameraEvents_C \ +static_assert(alignof(IBPI_FluxCameraEvents_C) == 0x000001, "Wrong alignment on IBPI_FluxCameraEvents_C"); \ +static_assert(sizeof(IBPI_FluxCameraEvents_C) == 0x000001, "Wrong size on IBPI_FluxCameraEvents_C"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_SetWaveProfileData \ +static_assert(alignof(PDA_FluxWaveProfile_C_SetWaveProfileData) == 0x000008, "Wrong alignment on PDA_FluxWaveProfile_C_SetWaveProfileData"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_SetWaveProfileData) == 0x000030, "Wrong size on PDA_FluxWaveProfile_C_SetWaveProfileData"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, WaveProfilesForward) == 0x000000, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::WaveProfilesForward' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, WaveProfilesInverse) == 0x000008, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::WaveProfilesInverse' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, WaveProfileDecode_0) == 0x000010, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::WaveProfileDecode_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, Frames_0) == 0x000020, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::Frames_0' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, WaveWidth) == 0x000024, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::WaveWidth' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_SetWaveProfileData, WaveHeight_0) == 0x000028, "Member 'PDA_FluxWaveProfile_C_SetWaveProfileData::WaveHeight_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_GetExternalReferences \ +static_assert(alignof(PDA_FluxWaveProfile_C_GetExternalReferences) == 0x000008, "Wrong alignment on PDA_FluxWaveProfile_C_GetExternalReferences"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_GetExternalReferences) == 0x000020, "Wrong size on PDA_FluxWaveProfile_C_GetExternalReferences"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_GetExternalReferences, Objects) == 0x000000, "Member 'PDA_FluxWaveProfile_C_GetExternalReferences::Objects' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_GetExternalReferences, K2Node_MakeArray_Array) == 0x000010, "Member 'PDA_FluxWaveProfile_C_GetExternalReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile \ +static_assert(alignof(PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile) == 0x000004, "Wrong alignment on PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile) == 0x000004, "Wrong size on PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile, EntryPoint) == 0x000000, "Member 'PDA_FluxWaveProfile_C_ExecuteUbergraph_PDA_FluxWaveProfile::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_CopyPropertiesToObject \ +static_assert(alignof(PDA_FluxWaveProfile_C_CopyPropertiesToObject) == 0x000008, "Wrong alignment on PDA_FluxWaveProfile_C_CopyPropertiesToObject"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_CopyPropertiesToObject) == 0x000010, "Wrong size on PDA_FluxWaveProfile_C_CopyPropertiesToObject"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_CopyPropertiesToObject, Destination) == 0x000000, "Member 'PDA_FluxWaveProfile_C_CopyPropertiesToObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_CopyPropertiesToObject, Done) == 0x000008, "Member 'PDA_FluxWaveProfile_C_CopyPropertiesToObject::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData \ +static_assert(alignof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData) == 0x000010, "Wrong alignment on PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData) == 0x000050, "Wrong size on PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, NiagaraSystem) == 0x000000, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, CallFunc_MakeVector4_ReturnValue) == 0x000010, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, CallFunc_MakeVector4_X_ImplicitCast) == 0x000030, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::CallFunc_MakeVector4_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, CallFunc_MakeVector4_Y_ImplicitCast) == 0x000038, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::CallFunc_MakeVector4_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, CallFunc_MakeVector4_Z_ImplicitCast) == 0x000040, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::CallFunc_MakeVector4_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData, CallFunc_MakeVector4_W_ImplicitCast) == 0x000048, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileNiagaraData::CallFunc_MakeVector4_W_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData \ +static_assert(alignof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData) == 0x000008, "Wrong alignment on PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData"); \ +static_assert(sizeof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData) == 0x000058, "Wrong size on PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, Materials) == 0x000000, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::Materials' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, Temp_int_Variable) == 0x000010, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, Temp_int_Variable_1) == 0x000014, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, Temp_int_Variable_2) == 0x000020, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Get_Item) == 0x000028, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000044, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Array_Length_ReturnValue_2) == 0x000050, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData, CallFunc_Less_IntInt_ReturnValue_2) == 0x000054, "Member 'PDA_FluxWaveProfile_C_ApplyWaveProfileMaterialData::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_FluxWaveProfile_C \ +static_assert(alignof(UPDA_FluxWaveProfile_C) == 0x000008, "Wrong alignment on UPDA_FluxWaveProfile_C"); \ +static_assert(sizeof(UPDA_FluxWaveProfile_C) == 0x000060, "Wrong size on UPDA_FluxWaveProfile_C"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, UberGraphFrame) == 0x000030, "Member 'UPDA_FluxWaveProfile_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, WaveProfileForwardMap) == 0x000038, "Member 'UPDA_FluxWaveProfile_C::WaveProfileForwardMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, WaveProfileInverseMap) == 0x000040, "Member 'UPDA_FluxWaveProfile_C::WaveProfileInverseMap' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, WaveProfileDecode) == 0x000048, "Member 'UPDA_FluxWaveProfile_C::WaveProfileDecode' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, Frames) == 0x000058, "Member 'UPDA_FluxWaveProfile_C::Frames' has a wrong offset!"); \ +static_assert(offsetof(UPDA_FluxWaveProfile_C, WaveHeight) == 0x00005C, "Member 'UPDA_FluxWaveProfile_C::WaveHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorEvents_C_UpdateLoop \ +static_assert(alignof(BPI_FluxTickableEditorEvents_C_UpdateLoop) == 0x000008, "Wrong alignment on BPI_FluxTickableEditorEvents_C_UpdateLoop"); \ +static_assert(sizeof(BPI_FluxTickableEditorEvents_C_UpdateLoop) == 0x000008, "Wrong size on BPI_FluxTickableEditorEvents_C_UpdateLoop"); \ +static_assert(offsetof(BPI_FluxTickableEditorEvents_C_UpdateLoop, DeltaTime) == 0x000000, "Member 'BPI_FluxTickableEditorEvents_C_UpdateLoop::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorEvents_C_StartSimulation \ +static_assert(alignof(BPI_FluxTickableEditorEvents_C_StartSimulation) == 0x000008, "Wrong alignment on BPI_FluxTickableEditorEvents_C_StartSimulation"); \ +static_assert(sizeof(BPI_FluxTickableEditorEvents_C_StartSimulation) == 0x000010, "Wrong size on BPI_FluxTickableEditorEvents_C_StartSimulation"); \ +static_assert(offsetof(BPI_FluxTickableEditorEvents_C_StartSimulation, Delay) == 0x000000, "Member 'BPI_FluxTickableEditorEvents_C_StartSimulation::Delay' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxTickableEditorEvents_C_StartSimulation, Iterations) == 0x000008, "Member 'BPI_FluxTickableEditorEvents_C_StartSimulation::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorEvents_C_SelectionLoop \ +static_assert(alignof(BPI_FluxTickableEditorEvents_C_SelectionLoop) == 0x000008, "Wrong alignment on BPI_FluxTickableEditorEvents_C_SelectionLoop"); \ +static_assert(sizeof(BPI_FluxTickableEditorEvents_C_SelectionLoop) == 0x000008, "Wrong size on BPI_FluxTickableEditorEvents_C_SelectionLoop"); \ +static_assert(offsetof(BPI_FluxTickableEditorEvents_C_SelectionLoop, DeltaTime) == 0x000000, "Member 'BPI_FluxTickableEditorEvents_C_SelectionLoop::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxTickableEditorEvents_C_PostLoad \ +static_assert(alignof(BPI_FluxTickableEditorEvents_C_PostLoad) == 0x000008, "Wrong alignment on BPI_FluxTickableEditorEvents_C_PostLoad"); \ +static_assert(sizeof(BPI_FluxTickableEditorEvents_C_PostLoad) == 0x000008, "Wrong size on BPI_FluxTickableEditorEvents_C_PostLoad"); \ +static_assert(offsetof(BPI_FluxTickableEditorEvents_C_PostLoad, Delay) == 0x000000, "Member 'BPI_FluxTickableEditorEvents_C_PostLoad::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxTickableEditorEvents_C \ +static_assert(alignof(IBPI_FluxTickableEditorEvents_C) == 0x000001, "Wrong alignment on IBPI_FluxTickableEditorEvents_C"); \ +static_assert(sizeof(IBPI_FluxTickableEditorEvents_C) == 0x000001, "Wrong size on IBPI_FluxTickableEditorEvents_C"); \ + +#define DUMPER7_ASSERTS_BPI_FluxExportData_C_GetExternalReferences \ +static_assert(alignof(BPI_FluxExportData_C_GetExternalReferences) == 0x000008, "Wrong alignment on BPI_FluxExportData_C_GetExternalReferences"); \ +static_assert(sizeof(BPI_FluxExportData_C_GetExternalReferences) == 0x000010, "Wrong size on BPI_FluxExportData_C_GetExternalReferences"); \ +static_assert(offsetof(BPI_FluxExportData_C_GetExternalReferences, Objects) == 0x000000, "Member 'BPI_FluxExportData_C_GetExternalReferences::Objects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_FluxExportData_C_CopyPropertiesToObject \ +static_assert(alignof(BPI_FluxExportData_C_CopyPropertiesToObject) == 0x000008, "Wrong alignment on BPI_FluxExportData_C_CopyPropertiesToObject"); \ +static_assert(sizeof(BPI_FluxExportData_C_CopyPropertiesToObject) == 0x000010, "Wrong size on BPI_FluxExportData_C_CopyPropertiesToObject"); \ +static_assert(offsetof(BPI_FluxExportData_C_CopyPropertiesToObject, Destination) == 0x000000, "Member 'BPI_FluxExportData_C_CopyPropertiesToObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(BPI_FluxExportData_C_CopyPropertiesToObject, Done) == 0x000008, "Member 'BPI_FluxExportData_C_CopyPropertiesToObject::Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_FluxExportData_C \ +static_assert(alignof(IBPI_FluxExportData_C) == 0x000001, "Wrong alignment on IBPI_FluxExportData_C"); \ +static_assert(sizeof(IBPI_FluxExportData_C) == 0x000001, "Wrong size on IBPI_FluxExportData_C"); \ + +#define DUMPER7_ASSERTS_BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive \ +static_assert(alignof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive) == 0x000008, "Wrong alignment on BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive"); \ +static_assert(sizeof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive) == 0x000028, "Wrong size on BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive"); \ +static_assert(offsetof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive, CharacterStat) == 0x000000, "Member 'BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive::CharacterStat' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive, Active) == 0x000008, "Member 'BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive::Active' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive, CallFunc_IsFullyCharged_ReturnValue) == 0x000020, "Member 'BP_SkillDataComponent_ChargeMechanic_C_IsOverchargeActive::CallFunc_IsFullyCharged_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SkillDataComponent_ChargeMechanic_C \ +static_assert(alignof(UBP_SkillDataComponent_ChargeMechanic_C) == 0x000008, "Wrong alignment on UBP_SkillDataComponent_ChargeMechanic_C"); \ +static_assert(sizeof(UBP_SkillDataComponent_ChargeMechanic_C) == 0x000030, "Wrong size on UBP_SkillDataComponent_ChargeMechanic_C"); \ + +#define DUMPER7_ASSERTS_UWBP_SubtitleLine_CS_C \ +static_assert(alignof(UWBP_SubtitleLine_CS_C) == 0x000008, "Wrong alignment on UWBP_SubtitleLine_CS_C"); \ +static_assert(sizeof(UWBP_SubtitleLine_CS_C) == 0x000318, "Wrong size on UWBP_SubtitleLine_CS_C"); \ + +#define DUMPER7_ASSERTS_WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI \ +static_assert(alignof(WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong alignment on WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(sizeof(WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI) == 0x000001, "Wrong size on WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI"); \ +static_assert(offsetof(WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI, NewValue) == 0x000000, "Member 'WBP_Subtitles_C_DEBUG_OnCvarChanged_HideUI::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles \ +static_assert(alignof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles) == 0x000008, "Wrong alignment on WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles"); \ +static_assert(sizeof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles) == 0x000030, "Wrong size on WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, EntryPoint) == 0x000000, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, CallFunc_GetBoolCVar_ReturnValue) == 0x000004, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::CallFunc_GetBoolCVar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, Temp_bool_Variable) == 0x000005, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, Temp_byte_Variable) == 0x000018, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00001A, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, K2Node_Select_Default) == 0x00001B, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, K2Node_Event_NewSubWidget) == 0x000020, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::K2Node_Event_NewSubWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles, K2Node_CustomEvent_NewValue) == 0x000028, "Member 'WBP_Subtitles_C_ExecuteUbergraph_WBP_Subtitles::K2Node_CustomEvent_NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Subtitles_C_OnSubtitleWidgetCreated_BP \ +static_assert(alignof(WBP_Subtitles_C_OnSubtitleWidgetCreated_BP) == 0x000008, "Wrong alignment on WBP_Subtitles_C_OnSubtitleWidgetCreated_BP"); \ +static_assert(sizeof(WBP_Subtitles_C_OnSubtitleWidgetCreated_BP) == 0x000008, "Wrong size on WBP_Subtitles_C_OnSubtitleWidgetCreated_BP"); \ +static_assert(offsetof(WBP_Subtitles_C_OnSubtitleWidgetCreated_BP, NewSubWidget) == 0x000000, "Member 'WBP_Subtitles_C_OnSubtitleWidgetCreated_BP::NewSubWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Subtitles_C \ +static_assert(alignof(UWBP_Subtitles_C) == 0x000008, "Wrong alignment on UWBP_Subtitles_C"); \ +static_assert(sizeof(UWBP_Subtitles_C) == 0x000388, "Wrong size on UWBP_Subtitles_C"); \ +static_assert(offsetof(UWBP_Subtitles_C, UberGraphFrame) == 0x000378, "Member 'UWBP_Subtitles_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Subtitles_C, SafeZone) == 0x000380, "Member 'UWBP_Subtitles_C::SafeZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Umetahuman_proc_ControlRig_C \ +static_assert(alignof(Umetahuman_proc_ControlRig_C) == 0x000008, "Wrong alignment on Umetahuman_proc_ControlRig_C"); \ +static_assert(sizeof(Umetahuman_proc_ControlRig_C) == 0x000AB8, "Wrong size on Umetahuman_proc_ControlRig_C"); \ +static_assert(offsetof(Umetahuman_proc_ControlRig_C, KeysToClear) == 0x000AA8, "Member 'Umetahuman_proc_ControlRig_C::KeysToClear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation \ +static_assert(alignof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation) == 0x000008, "Wrong alignment on BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation"); \ +static_assert(sizeof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation) == 0x000070, "Wrong size on BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, PawnOwner) == 0x000000, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::PawnOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, __WorldContext) == 0x000008, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, ShouldDisablePostProcessAnimationBlueprint) == 0x000010, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::ShouldDisablePostProcessAnimationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000018, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, CallFunc_GetVelocity_ReturnValue) == 0x000028, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, CallFunc_GetIsAttachedToMovingPlatform_ReturnValue) == 0x000040, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::CallFunc_GetIsAttachedToMovingPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, K2Node_DynamicCast_AsALS_Character_BP) == 0x000050, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::K2Node_DynamicCast_AsALS_Character_BP' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, CallFunc_GetMaxVelocityToDisablePostProcess_ReturnValue) == 0x000060, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::CallFunc_GetMaxVelocityToDisablePostProcess_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_FL_AnimationHelpers_C_ShouldDisablePostProcessInAnimation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FL_AnimationHelpers_C \ +static_assert(alignof(UBP_FL_AnimationHelpers_C) == 0x000008, "Wrong alignment on UBP_FL_AnimationHelpers_C"); \ +static_assert(sizeof(UBP_FL_AnimationHelpers_C) == 0x000028, "Wrong size on UBP_FL_AnimationHelpers_C"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_AttachWeaponToHands \ +static_assert(alignof(BP_Cine_Creation_C_AttachWeaponToHands) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_AttachWeaponToHands"); \ +static_assert(sizeof(BP_Cine_Creation_C_AttachWeaponToHands) == 0x000868, "Wrong size on BP_Cine_Creation_C_AttachWeaponToHands"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, Weapons_0) == 0x000000, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::Weapons_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Location) == 0x000008, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Rotation) == 0x000020, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Scale) == 0x000038, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000050, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult_1) == 0x000148, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000240, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult_1) == 0x000338, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000430, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Location_1) == 0x000438, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Rotation_1) == 0x000450, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_BreakTransform_Scale_1) == 0x000468, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult_2) == 0x000480, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000578, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeRotation_SweepHitResult_3) == 0x000580, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult_2) == 0x000678, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_AttachWeaponToHands, CallFunc_K2_AddRelativeLocation_SweepHitResult_3) == 0x000770, "Member 'BP_Cine_Creation_C_AttachWeaponToHands::CallFunc_K2_AddRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature \ +static_assert(alignof(BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature) == 0x000004, "Wrong alignment on BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature) == 0x000004, "Wrong size on BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature, DeltaTime) == 0x000000, "Member 'BP_Cine_Creation_C_BndEvt__BP_CineCharacter_Main_LiveLinkComponentController_K2Node_ComponentBoundEvent_0_LiveLinkTickDelegate__DelegateSignature::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_CheckForErrors \ +static_assert(alignof(BP_Cine_Creation_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_CheckForErrors"); \ +static_assert(sizeof(BP_Cine_Creation_C_CheckForErrors) == 0x000158, "Wrong size on BP_Cine_Creation_C_CheckForErrors"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Cine_Creation_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_GetCharacterVisualAlterationElements_MeshToAlter) == 0x000018, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_GetCharacterVisualAlterationElements_MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_ArrayContainsInvalid_Result) == 0x000028, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_ArrayContainsInvalid_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_ArrayContainsInvalid_ArrayIndex) == 0x000030, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_ArrayContainsInvalid_ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_GetDisplayName_ReturnValue) == 0x000040, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_ToStringArray__integer__StringArray) == 0x000050, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_ToStringArray__integer__StringArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_JoinStringArray_ReturnValue) == 0x000070, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_Cine_Creation_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_Cine_Creation_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_Cine_Creation_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000140, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'BP_Cine_Creation_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation \ +static_assert(alignof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation) == 0x000010, "Wrong alignment on BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation"); \ +static_assert(sizeof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation) == 0x000350, "Wrong size on BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, EntryPoint) == 0x000000, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_Event_EndPlayReason) == 0x000008, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_DynamicCast_AsBP_Cine_Character_Main) == 0x000018, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_DynamicCast_AsBP_Cine_Character_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetSocketLocation_ReturnValue) == 0x000028, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000048, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetSocketTransform_ReturnValue) == 0x000140, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_1) == 0x0001A0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_2) == 0x0001A1, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001B0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_3) == 0x000210, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetAnimInstance_ReturnValue) == 0x000218, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_DynamicCast_AsABP_Facial_Cine_Main) == 0x000220, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_DynamicCast_AsABP_Facial_Cine_Main' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_DynamicCast_bSuccess_1) == 0x000228, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_4) == 0x000229, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, Temp_bool_Has_Been_Initd_Variable) == 0x00022A, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00022B, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, Temp_bool_IsClosed_Variable) == 0x00022C, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Lerp_ReturnValue) == 0x000230, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Lerp_ReturnValue_1) == 0x000238, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_5) == 0x000240, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsPackagedBuild_ReturnValue) == 0x000241, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue) == 0x000248, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_X) == 0x000260, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_Y) == 0x000268, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_Z) == 0x000270, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000278, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000279, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000280, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000298, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_X_1) == 0x0002A0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_Y_1) == 0x0002A8, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BreakVector_Z_1) == 0x0002B0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BooleanAND_ReturnValue) == 0x0002B8, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_MakeVector_ReturnValue) == 0x0002C0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_VSize_ReturnValue) == 0x0002D8, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, K2Node_ComponentBoundEvent_DeltaTime) == 0x0002E0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::K2Node_ComponentBoundEvent_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsInPlayMode_ReturnValue) == 0x0002E4, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsInPlayMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsInSimulateMode_ReturnValue) == 0x0002E5, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsInSimulateMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsInPlayMode_ReturnValue_1) == 0x0002E6, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsInPlayMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BooleanOR_ReturnValue) == 0x0002E7, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsInSimulateMode_ReturnValue_1) == 0x0002E8, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsInSimulateMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_BooleanOR_ReturnValue_1) == 0x0002E9, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x0002F0, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000300, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Array_Length_ReturnValue) == 0x000318, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Less_IntInt_ReturnValue) == 0x00031C, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, Temp_int_Array_Index_Variable) == 0x000320, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Array_Get_Item) == 0x000328, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_IsValid_ReturnValue_6) == 0x000330, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Lerp_Alpha_ImplicitCast) == 0x000338, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x000340, "Member 'BP_Cine_Creation_C_ExecuteUbergraph_BP_Cine_Creation::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_GetAllElementsToDust \ +static_assert(alignof(BP_Cine_Creation_C_GetAllElementsToDust) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_GetAllElementsToDust"); \ +static_assert(sizeof(BP_Cine_Creation_C_GetAllElementsToDust) == 0x000020, "Wrong size on BP_Cine_Creation_C_GetAllElementsToDust"); \ +static_assert(offsetof(BP_Cine_Creation_C_GetAllElementsToDust, ElementsToDust) == 0x000000, "Member 'BP_Cine_Creation_C_GetAllElementsToDust::ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_GetAllElementsToDust, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_Cine_Creation_C_GetAllElementsToDust::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_GetCharacterVisualAlterationElements \ +static_assert(alignof(BP_Cine_Creation_C_GetCharacterVisualAlterationElements) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_GetCharacterVisualAlterationElements"); \ +static_assert(sizeof(BP_Cine_Creation_C_GetCharacterVisualAlterationElements) == 0x000020, "Wrong size on BP_Cine_Creation_C_GetCharacterVisualAlterationElements"); \ +static_assert(offsetof(BP_Cine_Creation_C_GetCharacterVisualAlterationElements, MeshToAlter) == 0x000000, "Member 'BP_Cine_Creation_C_GetCharacterVisualAlterationElements::MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_GetCharacterVisualAlterationElements, local_Meshes) == 0x000010, "Member 'BP_Cine_Creation_C_GetCharacterVisualAlterationElements::local_Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_MakeGroomAppear \ +static_assert(alignof(BP_Cine_Creation_C_MakeGroomAppear) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_MakeGroomAppear"); \ +static_assert(sizeof(BP_Cine_Creation_C_MakeGroomAppear) == 0x000038, "Wrong size on BP_Cine_Creation_C_MakeGroomAppear"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_Cine_Creation_C_MakeGroomAppear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Cine_Creation_C_MakeGroomAppear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Cine_Creation_C_MakeGroomAppear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_Cine_Creation_C_MakeGroomAppear::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Cine_Creation_C_MakeGroomAppear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Cine_Creation_C_MakeGroomAppear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomAppear, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_Cine_Creation_C_MakeGroomAppear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_MakeGroomDisappear \ +static_assert(alignof(BP_Cine_Creation_C_MakeGroomDisappear) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_MakeGroomDisappear"); \ +static_assert(sizeof(BP_Cine_Creation_C_MakeGroomDisappear) == 0x000038, "Wrong size on BP_Cine_Creation_C_MakeGroomDisappear"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_MakeGroomDisappear, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_Cine_Creation_C_MakeGroomDisappear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_ReceiveEndPlay \ +static_assert(alignof(BP_Cine_Creation_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Cine_Creation_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Cine_Creation_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Cine_Creation_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Cine_Creation_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Cine_Creation_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_ReceiveTick \ +static_assert(alignof(BP_Cine_Creation_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Cine_Creation_C_ReceiveTick"); \ +static_assert(sizeof(BP_Cine_Creation_C_ReceiveTick) == 0x000004, "Wrong size on BP_Cine_Creation_C_ReceiveTick"); \ +static_assert(offsetof(BP_Cine_Creation_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Cine_Creation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetBloodLevel \ +static_assert(alignof(BP_Cine_Creation_C_SetBloodLevel) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SetBloodLevel"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetBloodLevel) == 0x000040, "Wrong size on BP_Cine_Creation_C_SetBloodLevel"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, NewValue) == 0x000000, "Member 'BP_Cine_Creation_C_SetBloodLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Cine_Creation_C_SetBloodLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_SetBloodLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_GetCharacterVisualAlterationElements_MeshToAlter) == 0x000018, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_GetCharacterVisualAlterationElements_MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetBloodLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00003C, "Member 'BP_Cine_Creation_C_SetBloodLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetDirtLevel \ +static_assert(alignof(BP_Cine_Creation_C_SetDirtLevel) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SetDirtLevel"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetDirtLevel) == 0x000040, "Wrong size on BP_Cine_Creation_C_SetDirtLevel"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, NewValue) == 0x000000, "Member 'BP_Cine_Creation_C_SetDirtLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Cine_Creation_C_SetDirtLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_SetDirtLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_GetCharacterVisualAlterationElements_MeshToAlter) == 0x000018, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_GetCharacterVisualAlterationElements_MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDirtLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00003C, "Member 'BP_Cine_Creation_C_SetDirtLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetDustingLevel \ +static_assert(alignof(BP_Cine_Creation_C_SetDustingLevel) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SetDustingLevel"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetDustingLevel) == 0x000048, "Wrong size on BP_Cine_Creation_C_SetDustingLevel"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, NewParam) == 0x000000, "Member 'BP_Cine_Creation_C_SetDustingLevel::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000009, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_SetDustingLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_Cine_Creation_C_SetDustingLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x000018, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_GetAllElementsToDust_ElementsToDust) == 0x000020, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_GetAllElementsToDust_ElementsToDust' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetDustingLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000040, "Member 'BP_Cine_Creation_C_SetDustingLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetSequence_ShowWeapon \ +static_assert(alignof(BP_Cine_Creation_C_SetSequence_ShowWeapon) == 0x000001, "Wrong alignment on BP_Cine_Creation_C_SetSequence_ShowWeapon"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetSequence_ShowWeapon) == 0x000001, "Wrong size on BP_Cine_Creation_C_SetSequence_ShowWeapon"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSequence_ShowWeapon, NewValue) == 0x000000, "Member 'BP_Cine_Creation_C_SetSequence_ShowWeapon::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetSweatLevel \ +static_assert(alignof(BP_Cine_Creation_C_SetSweatLevel) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SetSweatLevel"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetSweatLevel) == 0x000040, "Wrong size on BP_Cine_Creation_C_SetSweatLevel"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, NewValue) == 0x000000, "Member 'BP_Cine_Creation_C_SetSweatLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Cine_Creation_C_SetSweatLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_SetSweatLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_GetCharacterVisualAlterationElements_MeshToAlter) == 0x000018, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_GetCharacterVisualAlterationElements_MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetSweatLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00003C, "Member 'BP_Cine_Creation_C_SetSweatLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SetTearsLevel \ +static_assert(alignof(BP_Cine_Creation_C_SetTearsLevel) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SetTearsLevel"); \ +static_assert(sizeof(BP_Cine_Creation_C_SetTearsLevel) == 0x000040, "Wrong size on BP_Cine_Creation_C_SetTearsLevel"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, NewValue) == 0x000000, "Member 'BP_Cine_Creation_C_SetTearsLevel::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Cine_Creation_C_SetTearsLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Cine_Creation_C_SetTearsLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_GetCharacterVisualAlterationElements_MeshToAlter) == 0x000018, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_GetCharacterVisualAlterationElements_MeshToAlter' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SetTearsLevel, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x00003C, "Member 'BP_Cine_Creation_C_SetTearsLevel::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_SpawnWeaponAndSetSkin \ +static_assert(alignof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_SpawnWeaponAndSetSkin"); \ +static_assert(sizeof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin) == 0x000018, "Wrong size on BP_Cine_Creation_C_SpawnWeaponAndSetSkin"); \ +static_assert(offsetof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin, ShouldSpawnWeapon) == 0x000000, "Member 'BP_Cine_Creation_C_SpawnWeaponAndSetSkin::ShouldSpawnWeapon' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin, CallFunc_IsValidClass_ReturnValue) == 0x000001, "Member 'BP_Cine_Creation_C_SpawnWeaponAndSetSkin::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_AsBP_Weapon_Skin) == 0x000008, "Member 'BP_Cine_Creation_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_SpawnWeaponAndSetSkin, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_Cine_Creation_C_SpawnWeaponAndSetSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_UpdateCharactersLODs \ +static_assert(alignof(BP_Cine_Creation_C_UpdateCharactersLODs) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_UpdateCharactersLODs"); \ +static_assert(sizeof(BP_Cine_Creation_C_UpdateCharactersLODs) == 0x000018, "Wrong size on BP_Cine_Creation_C_UpdateCharactersLODs"); \ +static_assert(offsetof(BP_Cine_Creation_C_UpdateCharactersLODs, NewParam) == 0x000000, "Member 'BP_Cine_Creation_C_UpdateCharactersLODs::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UpdateCharactersLODs, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x000008, "Member 'BP_Cine_Creation_C_UpdateCharactersLODs::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UpdateCharactersLODs, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Cine_Creation_C_UpdateCharactersLODs::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UpdateCharactersLODs, CallFunc_Abs_Int_ReturnValue) == 0x000010, "Member 'BP_Cine_Creation_C_UpdateCharactersLODs::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cine_Creation_C_UserConstructionScript \ +static_assert(alignof(BP_Cine_Creation_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Cine_Creation_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Cine_Creation_C_UserConstructionScript) == 0x000060, "Wrong size on BP_Cine_Creation_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, Temp_wildcard_Variable) == 0x000000, "Member 'BP_Cine_Creation_C_UserConstructionScript::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_Cine_Creation_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000020, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000021, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_Cine_Creation_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000028, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_GetSkeletalMeshAsset_ReturnValue) == 0x000040, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_GetSkeletalMeshAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_Cine_Creation_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Weapon_Skin) == 0x000050, "Member 'BP_Cine_Creation_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Weapon_Skin' has a wrong offset!"); \ +static_assert(offsetof(BP_Cine_Creation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_Cine_Creation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Cine_Creation_C \ +static_assert(alignof(ABP_Cine_Creation_C) == 0x000010, "Wrong alignment on ABP_Cine_Creation_C"); \ +static_assert(sizeof(ABP_Cine_Creation_C) == 0x000690, "Wrong size on ABP_Cine_Creation_C"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UberGraphFrame) == 0x000318, "Member 'ABP_Cine_Creation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Sphere1) == 0x000320, "Member 'ABP_Cine_Creation_C::Sphere1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Sphere) == 0x000328, "Member 'ABP_Cine_Creation_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BP_EyeEffectsControllerComponent) == 0x000330, "Member 'ABP_Cine_Creation_C::BP_EyeEffectsControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BP_EnvironmentInteractorComponent_foot_right) == 0x000338, "Member 'ABP_Cine_Creation_C::BP_EnvironmentInteractorComponent_foot_right' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BP_EnvironmentInteractorComponent_foot_left) == 0x000340, "Member 'ABP_Cine_Creation_C::BP_EnvironmentInteractorComponent_foot_left' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SM_Hat) == 0x000348, "Member 'ABP_Cine_Creation_C::SM_Hat' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FX_NPC_DustingSphere) == 0x000350, "Member 'ABP_Cine_Creation_C::FX_NPC_DustingSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FX_Dusting) == 0x000358, "Member 'ABP_Cine_Creation_C::FX_Dusting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, LiveLinkComponentController) == 0x000360, "Member 'ABP_Cine_Creation_C::LiveLinkComponentController' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BP_CinematicCharacterSkinComponent) == 0x000368, "Member 'ABP_Cine_Creation_C::BP_CinematicCharacterSkinComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SpringArmFront) == 0x000370, "Member 'ABP_Cine_Creation_C::SpringArmFront' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SpringArmFace) == 0x000378, "Member 'ABP_Cine_Creation_C::SpringArmFace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Sphere_UsedForVelocity) == 0x000380, "Member 'ABP_Cine_Creation_C::Sphere_UsedForVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, LookAtPosition) == 0x000388, "Member 'ABP_Cine_Creation_C::LookAtPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Attachment_Hand_L) == 0x000390, "Member 'ABP_Cine_Creation_C::Attachment_Hand_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Attachment_Hand_R) == 0x000398, "Member 'ABP_Cine_Creation_C::Attachment_Hand_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapons_Base) == 0x0003A0, "Member 'ABP_Cine_Creation_C::Weapons_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, TargetLookAtSphere) == 0x0003A8, "Member 'ABP_Cine_Creation_C::TargetLookAtSphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, LODSync) == 0x0003B0, "Member 'ABP_Cine_Creation_C::LODSync' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Hair) == 0x0003B8, "Member 'ABP_Cine_Creation_C::Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Haircut_SkeletalMesh) == 0x0003C0, "Member 'ABP_Cine_Creation_C::Haircut_SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Eyebrows) == 0x0003C8, "Member 'ABP_Cine_Creation_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Eyelashes) == 0x0003D0, "Member 'ABP_Cine_Creation_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Haircut_StaticMesh) == 0x0003D8, "Member 'ABP_Cine_Creation_C::Haircut_StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Fuzz) == 0x0003E0, "Member 'ABP_Cine_Creation_C::Fuzz' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Mustache) == 0x0003E8, "Member 'ABP_Cine_Creation_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Light_Pelvis_Attachment) == 0x0003F0, "Member 'ABP_Cine_Creation_C::Light_Pelvis_Attachment' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Beard) == 0x0003F8, "Member 'ABP_Cine_Creation_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Face) == 0x000400, "Member 'ABP_Cine_Creation_C::Face' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FX_ArmRing2) == 0x000408, "Member 'ABP_Cine_Creation_C::FX_ArmRing2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FX_ArmRing1) == 0x000410, "Member 'ABP_Cine_Creation_C::FX_ArmRing1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FX_ArmRing3) == 0x000418, "Member 'ABP_Cine_Creation_C::FX_ArmRing3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Body) == 0x000420, "Member 'ABP_Cine_Creation_C::Body' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, DefaultSceneRoot) == 0x000428, "Member 'ABP_Cine_Creation_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlphaUp_Alpha_AFB38C2B4CAA8A67161CCFA5A137E5DE) == 0x000430, "Member 'ABP_Cine_Creation_C::SGXAlphaUp_Alpha_AFB38C2B4CAA8A67161CCFA5A137E5DE' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlphaUp__Direction_AFB38C2B4CAA8A67161CCFA5A137E5DE) == 0x000434, "Member 'ABP_Cine_Creation_C::SGXAlphaUp__Direction_AFB38C2B4CAA8A67161CCFA5A137E5DE' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlphaUp) == 0x000438, "Member 'ABP_Cine_Creation_C::SGXAlphaUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlpha_Alpha_671454A9462375670545D0BA81A67025) == 0x000440, "Member 'ABP_Cine_Creation_C::SGXAlpha_Alpha_671454A9462375670545D0BA81A67025' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlpha__Direction_671454A9462375670545D0BA81A67025) == 0x000444, "Member 'ABP_Cine_Creation_C::SGXAlpha__Direction_671454A9462375670545D0BA81A67025' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SGXAlpha) == 0x000448, "Member 'ABP_Cine_Creation_C::SGXAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UseLookAtSphereSystem) == 0x000450, "Member 'ABP_Cine_Creation_C::UseLookAtSphereSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FaceWorldTransform) == 0x000460, "Member 'ABP_Cine_Creation_C::FaceWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, DialogSoundWave_Cache) == 0x0004C0, "Member 'ABP_Cine_Creation_C::DialogSoundWave_Cache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, ActorToLookAt) == 0x0004C8, "Member 'ABP_Cine_Creation_C::ActorToLookAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Dialog_SoundWave) == 0x0004D0, "Member 'ABP_Cine_Creation_C::Dialog_SoundWave' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, HeadCenterBoneName) == 0x0004D8, "Member 'ABP_Cine_Creation_C::HeadCenterBoneName' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, FacialAnimationScale) == 0x0004E0, "Member 'ABP_Cine_Creation_C::FacialAnimationScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Expression_1) == 0x0004E4, "Member 'ABP_Cine_Creation_C::Expression_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Expression_1_Strength) == 0x0004E8, "Member 'ABP_Cine_Creation_C::Expression_1_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Expression_2) == 0x0004F0, "Member 'ABP_Cine_Creation_C::Expression_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Expression_2_Strength) == 0x0004F8, "Member 'ABP_Cine_Creation_C::Expression_2_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, ManualFacialAnimAlpha) == 0x000500, "Member 'ABP_Cine_Creation_C::ManualFacialAnimAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UseMocapHands) == 0x000508, "Member 'ABP_Cine_Creation_C::UseMocapHands' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapons) == 0x000510, "Member 'ABP_Cine_Creation_C::Weapons' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapon_R_Socket_Name) == 0x000518, "Member 'ABP_Cine_Creation_C::Weapon_R_Socket_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapon_L_Socket_Name) == 0x000520, "Member 'ABP_Cine_Creation_C::Weapon_L_Socket_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, WeaponClass) == 0x000528, "Member 'ABP_Cine_Creation_C::WeaponClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Deprecated_Sequence_ShowWeapon) == 0x000530, "Member 'ABP_Cine_Creation_C::Deprecated_Sequence_ShowWeapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, EyeOcclusionOpacity) == 0x000534, "Member 'ABP_Cine_Creation_C::EyeOcclusionOpacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BreathingAlpha) == 0x000538, "Member 'ABP_Cine_Creation_C::BreathingAlpha' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, TurningDirection) == 0x000540, "Member 'ABP_Cine_Creation_C::TurningDirection' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UseAutomaticTurnInPlaceAnimations) == 0x000544, "Member 'ABP_Cine_Creation_C::UseAutomaticTurnInPlaceAnimations' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Speed) == 0x000548, "Member 'ABP_Cine_Creation_C::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UseAutomaticMovementSystem) == 0x000550, "Member 'ABP_Cine_Creation_C::UseAutomaticMovementSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, MovementBlendSpace) == 0x000558, "Member 'ABP_Cine_Creation_C::MovementBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, LookAt_OnlyMoveHead) == 0x000560, "Member 'ABP_Cine_Creation_C::LookAt_OnlyMoveHead' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, LookAtInterpolationSpeed) == 0x000568, "Member 'ABP_Cine_Creation_C::LookAtInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Location_Rule) == 0x000570, "Member 'ABP_Cine_Creation_C::Location_Rule' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapon_R_Offset) == 0x000580, "Member 'ABP_Cine_Creation_C::Weapon_R_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, Weapon_L_Offset) == 0x0005E0, "Member 'ABP_Cine_Creation_C::Weapon_L_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, UseHandAdditive) == 0x000640, "Member 'ABP_Cine_Creation_C::UseHandAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SequencerShowWeapons_New) == 0x000641, "Member 'ABP_Cine_Creation_C::SequencerShowWeapons_New' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, CinematicWeaponsAreSummoned) == 0x000642, "Member 'ABP_Cine_Creation_C::CinematicWeaponsAreSummoned' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, WeaponAppearTime) == 0x000648, "Member 'ABP_Cine_Creation_C::WeaponAppearTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, WeaponDisappearTime) == 0x000650, "Member 'ABP_Cine_Creation_C::WeaponDisappearTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, DustingLevel) == 0x000658, "Member 'ABP_Cine_Creation_C::DustingLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, DirtLevel) == 0x000660, "Member 'ABP_Cine_Creation_C::DirtLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, SweatLevel) == 0x000668, "Member 'ABP_Cine_Creation_C::SweatLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, TearsLevel) == 0x000670, "Member 'ABP_Cine_Creation_C::TearsLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BloodLevel) == 0x000678, "Member 'ABP_Cine_Creation_C::BloodLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, ActivateFXThreshold) == 0x000680, "Member 'ABP_Cine_Creation_C::ActivateFXThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Creation_C, BoneToAttachHaircutTo) == 0x000688, "Member 'ABP_Cine_Creation_C::BoneToAttachHaircutTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GameMenu_Characters_Faces_Gustave__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_GameMenu_Characters_Faces_Gustave::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_GameMenu_Characters_Faces_Gustave::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_GameMenu_Characters_Faces_Gustave::FAnimBlueprintGeneratedConstantData) == 0x001698, "Wrong size on ABP_GameMenu_Characters_Faces_Gustave::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_GameMenu_Characters_Faces_Gustave_C \ +static_assert(alignof(UABP_GameMenu_Characters_Faces_Gustave_C) == 0x000010, "Wrong alignment on UABP_GameMenu_Characters_Faces_Gustave_C"); \ +static_assert(sizeof(UABP_GameMenu_Characters_Faces_Gustave_C) == 0x0020C0, "Wrong size on UABP_GameMenu_Characters_Faces_Gustave_C"); \ + +#define DUMPER7_ASSERTS_ABP_Utility_RemoveBoneAnim__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData) == 0x000160, "Wrong size on ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, __NameProperty_7) == 0x000004, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::__NameProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, __NameProperty_8) == 0x00000C, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::__NameProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, __StructProperty_9) == 0x000018, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::__StructProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0000D0, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000100, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x000130, "Member 'ABP_Utility_RemoveBoneAnim::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Utility_RemoveBoneAnim_C_AnimGraph \ +static_assert(alignof(ABP_Utility_RemoveBoneAnim_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Utility_RemoveBoneAnim_C_AnimGraph"); \ +static_assert(sizeof(ABP_Utility_RemoveBoneAnim_C_AnimGraph) == 0x000010, "Wrong size on ABP_Utility_RemoveBoneAnim_C_AnimGraph"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Utility_RemoveBoneAnim_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim \ +static_assert(alignof(ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim) == 0x000004, "Wrong alignment on ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim"); \ +static_assert(sizeof(ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim) == 0x000004, "Wrong size on ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim"); \ +static_assert(offsetof(ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim, EntryPoint) == 0x000000, "Member 'ABP_Utility_RemoveBoneAnim_C_ExecuteUbergraph_ABP_Utility_RemoveBoneAnim::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Utility_RemoveBoneAnim_C \ +static_assert(alignof(UABP_Utility_RemoveBoneAnim_C) == 0x000010, "Wrong alignment on UABP_Utility_RemoveBoneAnim_C"); \ +static_assert(sizeof(UABP_Utility_RemoveBoneAnim_C) == 0x0004E0, "Wrong size on UABP_Utility_RemoveBoneAnim_C"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, UberGraphFrame) == 0x000370, "Member 'UABP_Utility_RemoveBoneAnim_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_Utility_RemoveBoneAnim_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_Utility_RemoveBoneAnim_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, AnimGraphNode_Root) == 0x000388, "Member 'UABP_Utility_RemoveBoneAnim_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, AnimGraphNode_LayeredBoneBlend) == 0x0003A8, "Member 'UABP_Utility_RemoveBoneAnim_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Utility_RemoveBoneAnim_C, AnimGraphNode_Slot) == 0x000498, "Member 'UABP_Utility_RemoveBoneAnim_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_HarbourCrowd_Right_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_HarbourCrowd_Right_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_HarbourCrowd_Right_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_HarbourCrowd_Right_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_HarbourCrowd_Right_C"); \ + +#define DUMPER7_ASSERTS_ABP_Facial_Cine_Noah__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Facial_Cine_Noah::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Facial_Cine_Noah::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Facial_Cine_Noah::FAnimBlueprintGeneratedConstantData) == 0x001750, "Wrong size on ABP_Facial_Cine_Noah::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_Facial_Cine_Noah_C \ +static_assert(alignof(UABP_Facial_Cine_Noah_C) == 0x000010, "Wrong alignment on UABP_Facial_Cine_Noah_C"); \ +static_assert(sizeof(UABP_Facial_Cine_Noah_C) == 0x003060, "Wrong size on UABP_Facial_Cine_Noah_C"); \ + +#define DUMPER7_ASSERTS_ABP_Cine_Noah_C \ +static_assert(alignof(ABP_Cine_Noah_C) == 0x000010, "Wrong alignment on ABP_Cine_Noah_C"); \ +static_assert(sizeof(ABP_Cine_Noah_C) == 0x0006B0, "Wrong size on ABP_Cine_Noah_C"); \ +static_assert(offsetof(ABP_Cine_Noah_C, Haircut_SkeletalMesh_Mustache) == 0x000698, "Member 'ABP_Cine_Noah_C::Haircut_SkeletalMesh_Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cine_Noah_C, Haircut_SkeletalMesh_Beard) == 0x0006A0, "Member 'ABP_Cine_Noah_C::Haircut_SkeletalMesh_Beard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Noah_NPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Noah_NPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Noah_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Noah_NPC::FAnimBlueprintGeneratedConstantData) == 0x002C18, "Wrong size on ABP_Noah_NPC::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_Noah_NPC_C \ +static_assert(alignof(UABP_Noah_NPC_C) == 0x000010, "Wrong alignment on UABP_Noah_NPC_C"); \ +static_assert(sizeof(UABP_Noah_NPC_C) == 0x006720, "Wrong size on UABP_Noah_NPC_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime \ +static_assert(alignof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime) == 0x000008, "Wrong alignment on BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime"); \ +static_assert(sizeof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime) == 0x001678, "Wrong size on BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, EntryPoint) == 0x000000, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_1) == 0x000020, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine) == 0x000030, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_2) == 0x000170, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000178, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000180, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000188, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_SwitchInteger_CmpSuccess) == 0x0002B8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_1) == 0x0002C0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_3) == 0x0002D0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0002D8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0002E0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_4) == 0x0002E8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0002F0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_5) == 0x0002F8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000300, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000308, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_6) == 0x000310, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000318, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000320, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_7) == 0x000328, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000330, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000460, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_2) == 0x000468, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_8) == 0x000478, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000480, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000488, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_9) == 0x000490, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000498, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0004A0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_10) == 0x0004A8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0004B0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x0004B8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetInventoryManager_ReturnValue) == 0x0004C0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetEncounterLevel_ReturnValue) == 0x0004C8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_LootContext) == 0x0004CC, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_11) == 0x0004D0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_11) == 0x0004D8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0004E0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetPlayerController_ReturnValue_12) == 0x0004E8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0004F0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetDialogueStage_DialogueStage) == 0x0004F8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_SwitchInteger_CmpSuccess_1) == 0x0004FC, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000500, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_3) == 0x000510, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000520, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000521, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000528, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_4) == 0x000658, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetDataTableRowFromName_OutRow) == 0x000668, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000798, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_Conv_NameToText_ReturnValue) == 0x0007A0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FormatArgumentData) == 0x0007B0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_IsValid_ReturnValue) == 0x0007F8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_AddItemToInventory_GeneratedItem) == 0x000800, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetDisplayName_ReturnValue) == 0x000808, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_GetQuestSystem_QuestSystem) == 0x000818, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_SelectString_ReturnValue) == 0x000820, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_Conv_StringToText_ReturnValue) == 0x000830, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000840, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FormatArgumentData_1) == 0x000848, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_5) == 0x000890, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, CallFunc_Format_ReturnValue) == 0x0008A0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_DynamicCast_AsBP_Jrpg_NPCDialog_Mime_Lumiere_Act_1) == 0x0008B0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_DynamicCast_AsBP_Jrpg_NPCDialog_Mime_Lumiere_Act_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_DynamicCast_bSuccess) == 0x0008B8, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_CustomOptions) == 0x0008C0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_CustomOptions' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000908, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_4) == 0x0009D0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000B00, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_6) == 0x000C30, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_7) == 0x000C40, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000C50, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000D18, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000DE0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000F10, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_8) == 0x001040, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_9) == 0x001050, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x001060, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x001128, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_8) == 0x0011F0, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_9) == 0x001320, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_10) == 0x001450, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_11) == 0x001460, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001470, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001538, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime, K2Node_MakeArray_Array_12) == 0x001668, "Member 'BP_Dialogue_LUAct1_Mime_C_ExecuteUbergraph_BP_Dialogue_LUAct1_Mime::K2Node_MakeArray_Array_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_LUAct1_Mime_C \ +static_assert(alignof(ABP_Dialogue_LUAct1_Mime_C) == 0x000008, "Wrong alignment on ABP_Dialogue_LUAct1_Mime_C"); \ +static_assert(sizeof(ABP_Dialogue_LUAct1_Mime_C) == 0x0004A8, "Wrong size on ABP_Dialogue_LUAct1_Mime_C"); \ +static_assert(offsetof(ABP_Dialogue_LUAct1_Mime_C, UberGraphFrame_BP_Dialogue_LUAct1_Mime_C) == 0x000338, "Member 'ABP_Dialogue_LUAct1_Mime_C::UberGraphFrame_BP_Dialogue_LUAct1_Mime_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_LUAct1_Mime_C, Mime_BattleStartParams) == 0x000340, "Member 'ABP_Dialogue_LUAct1_Mime_C::Mime_BattleStartParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_LUAct1_Mime_C, Reward) == 0x000498, "Member 'ABP_Dialogue_LUAct1_Mime_C::Reward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterFaceBase_Gustave_C \ +static_assert(alignof(ABP_CharacterFaceBase_Gustave_C) == 0x000008, "Wrong alignment on ABP_CharacterFaceBase_Gustave_C"); \ +static_assert(sizeof(ABP_CharacterFaceBase_Gustave_C) == 0x0002E0, "Wrong size on ABP_CharacterFaceBase_Gustave_C"); \ + +#define DUMPER7_ASSERTS_ABP_CharacterSkinBase_Noah_LumiereSuit_C \ +static_assert(alignof(ABP_CharacterSkinBase_Noah_LumiereSuit_C) == 0x000008, "Wrong alignment on ABP_CharacterSkinBase_Noah_LumiereSuit_C"); \ +static_assert(sizeof(ABP_CharacterSkinBase_Noah_LumiereSuit_C) == 0x000358, "Wrong size on ABP_CharacterSkinBase_Noah_LumiereSuit_C"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline \ +static_assert(alignof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline) == 0x000008, "Wrong alignment on BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline"); \ +static_assert(sizeof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline) == 0x000178, "Wrong size on BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, EntryPoint) == 0x000000, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000008, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_GetPlayerPawn_ReturnValue) == 0x000028, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000050, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_VInterpTo_ReturnValue) == 0x000068, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000080, "Member 'BP_Audio_Spline_C_ExecuteUbergraph_BP_Audio_Spline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_C_ReceiveTick \ +static_assert(alignof(BP_Audio_Spline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Audio_Spline_C_ReceiveTick"); \ +static_assert(sizeof(BP_Audio_Spline_C_ReceiveTick) == 0x000004, "Wrong size on BP_Audio_Spline_C_ReceiveTick"); \ +static_assert(offsetof(BP_Audio_Spline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Audio_Spline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Audio_Spline_C \ +static_assert(alignof(ABP_Audio_Spline_C) == 0x000008, "Wrong alignment on ABP_Audio_Spline_C"); \ +static_assert(sizeof(ABP_Audio_Spline_C) == 0x0002B0, "Wrong size on ABP_Audio_Spline_C"); \ +static_assert(offsetof(ABP_Audio_Spline_C, UberGraphFrame) == 0x000290, "Member 'ABP_Audio_Spline_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_C, AudioComponent) == 0x000298, "Member 'ABP_Audio_Spline_C::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_C, Cube) == 0x0002A0, "Member 'ABP_Audio_Spline_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_C, Spline) == 0x0002A8, "Member 'ABP_Audio_Spline_C::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_bp_FogSheet_GOOD_C_UserConstructionScript \ +static_assert(alignof(bp_FogSheet_GOOD_C_UserConstructionScript) == 0x000010, "Wrong alignment on bp_FogSheet_GOOD_C_UserConstructionScript"); \ +static_assert(sizeof(bp_FogSheet_GOOD_C_UserConstructionScript) == 0x000230, "Wrong size on bp_FogSheet_GOOD_C_UserConstructionScript"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000000, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000018, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000020, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000028, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0000B0, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x0001A8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x0001AC, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x0001B0, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x0001B4, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001B8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001C0, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001C8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0001D0, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x0001D8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x0001E8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x0001EC, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x0001F0, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x0001F4, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x0001F8, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x0001FC, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x000200, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000208, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000210, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000218, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeColor_B_ImplicitCast) == 0x000220, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeColor_G_ImplicitCast) == 0x000224, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(bp_FogSheet_GOOD_C_UserConstructionScript, CallFunc_MakeColor_R_ImplicitCast) == 0x000228, "Member 'bp_FogSheet_GOOD_C_UserConstructionScript::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_FogSheet_GOOD_C \ +static_assert(alignof(Abp_FogSheet_GOOD_C) == 0x000008, "Wrong alignment on Abp_FogSheet_GOOD_C"); \ +static_assert(sizeof(Abp_FogSheet_GOOD_C) == 0x000318, "Wrong size on Abp_FogSheet_GOOD_C"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, StaticMesh) == 0x000290, "Member 'Abp_FogSheet_GOOD_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, FogSheet) == 0x000298, "Member 'Abp_FogSheet_GOOD_C::FogSheet' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, FogSheetMasterMaterial) == 0x0002A0, "Member 'Abp_FogSheet_GOOD_C::FogSheetMasterMaterial' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, FogSheetMID) == 0x0002A8, "Member 'Abp_FogSheet_GOOD_C::FogSheetMID' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, Color) == 0x0002B0, "Member 'Abp_FogSheet_GOOD_C::Color' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, Brightness) == 0x0002C0, "Member 'Abp_FogSheet_GOOD_C::Brightness' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, Size) == 0x0002C8, "Member 'Abp_FogSheet_GOOD_C::Size' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, Opacity) == 0x0002E0, "Member 'Abp_FogSheet_GOOD_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, DepthFadeDistance) == 0x0002E8, "Member 'Abp_FogSheet_GOOD_C::DepthFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, NoiseProjectionDistance) == 0x0002F0, "Member 'Abp_FogSheet_GOOD_C::NoiseProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, NoiseSize) == 0x0002F8, "Member 'Abp_FogSheet_GOOD_C::NoiseSize' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, PanningSpeed) == 0x000300, "Member 'Abp_FogSheet_GOOD_C::PanningSpeed' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, FadeDistance) == 0x000308, "Member 'Abp_FogSheet_GOOD_C::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(Abp_FogSheet_GOOD_C, EyeAdaptation) == 0x000310, "Member 'Abp_FogSheet_GOOD_C::EyeAdaptation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ApplyPreset \ +static_assert(alignof(BP_UltraVolumetrics_C_ApplyPreset) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_ApplyPreset"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_ApplyPreset) == 0x000908, "Wrong size on BP_UltraVolumetrics_C_ApplyPreset"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_1) == 0x000010, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000018, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_2) == 0x000020, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000028, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_3) == 0x000030, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000038, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X) == 0x000040, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y) == 0x000048, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z) == 0x000050, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue) == 0x000060, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_4) == 0x000068, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000070, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_5) == 0x000080, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_5) == 0x000088, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_6) == 0x000090, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_6) == 0x000098, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_1) == 0x0000A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_1) == 0x0000A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_1) == 0x0000B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue) == 0x0000C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor) == 0x0000C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x0000D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_2) == 0x0000E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_2) == 0x0000F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_2) == 0x0000F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_1) == 0x000100, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_7) == 0x000108, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_7) == 0x000110, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_2) == 0x000118, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_3) == 0x000120, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_3) == 0x000128, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_3) == 0x000130, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000138, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000140, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_1) == 0x000148, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_1) == 0x000158, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_4) == 0x000168, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_4) == 0x000170, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_4) == 0x000178, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_3) == 0x000180, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_5) == 0x000188, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_5) == 0x000190, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_5) == 0x000198, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_2) == 0x0001A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0001A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_2) == 0x0001B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_2) == 0x0001C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_6) == 0x0001D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_6) == 0x0001D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_6) == 0x0001E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_4) == 0x0001E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_7) == 0x0001F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_7) == 0x0001F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_7) == 0x000200, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_3) == 0x000208, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000210, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_3) == 0x000218, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_3) == 0x000228, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_8) == 0x000238, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_8) == 0x000240, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_1) == 0x000248, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_8) == 0x000250, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_8) == 0x000258, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_8) == 0x000260, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000268, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_4) == 0x000270, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_4) == 0x000280, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_4) == 0x000288, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_9) == 0x000298, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_9) == 0x0002A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_9) == 0x0002A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x0002B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_5) == 0x0002B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_2) == 0x0002C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_10) == 0x0002C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_10) == 0x0002D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_10) == 0x0002D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x0002E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_5) == 0x0002E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_5) == 0x0002F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_5) == 0x000300, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_11) == 0x000310, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_11) == 0x000318, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_11) == 0x000320, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000328, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_6) == 0x000330, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_3) == 0x000338, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x000340, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_12) == 0x000348, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_12) == 0x000350, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_12) == 0x000358, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_10) == 0x000360, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_6) == 0x000368, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_6) == 0x000378, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_6) == 0x000380, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_9) == 0x000390, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_9) == 0x000398, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_4) == 0x0003A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_13) == 0x0003A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_13' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_13) == 0x0003B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_13' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_13) == 0x0003B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_13' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_11) == 0x0003C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_7) == 0x0003C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_5) == 0x0003D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_12) == 0x0003D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_14) == 0x0003E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_14' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_14) == 0x0003E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_14' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_14) == 0x0003F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_14' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_7) == 0x0003F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_13) == 0x000400, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_7) == 0x000408, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_7) == 0x000418, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_15) == 0x000428, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_15' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_15) == 0x000430, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_15' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_15) == 0x000438, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_15' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_14) == 0x000440, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_8) == 0x000448, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_6) == 0x000450, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_16) == 0x000458, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_16' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_16) == 0x000460, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_16' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_16) == 0x000468, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_16' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_8) == 0x000470, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_15) == 0x000478, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_8) == 0x000480, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_8) == 0x000490, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_16) == 0x0004A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_17) == 0x0004A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_17' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_17) == 0x0004B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_17' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_17) == 0x0004B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_17' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_10) == 0x0004C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_10) == 0x0004C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_7) == 0x0004D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_18) == 0x0004D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_18' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_18) == 0x0004E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_18' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_18) == 0x0004E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_18' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_17) == 0x0004F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_9) == 0x0004F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_8) == 0x000500, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_19) == 0x000508, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_19' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_19) == 0x000510, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_19' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_19) == 0x000518, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_19' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_9) == 0x000520, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_18) == 0x000528, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_9) == 0x000530, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_9) == 0x000540, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_20) == 0x000550, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_20' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_20) == 0x000558, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_20' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_20) == 0x000560, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_20' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_19) == 0x000568, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_10) == 0x000570, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_9) == 0x000578, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_21) == 0x000580, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_21' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_21) == 0x000588, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_21' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_21) == 0x000590, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_21' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_20) == 0x000598, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_10) == 0x0005A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_10) == 0x0005B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_10) == 0x0005B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_22) == 0x0005C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_22' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_22) == 0x0005D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_22' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_22) == 0x0005D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_22' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_21) == 0x0005E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_22) == 0x0005E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectInt_ReturnValue_11) == 0x0005F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_10) == 0x0005F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_11) == 0x000600, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_GetMaterial_ReturnValue_11) == 0x000608, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_GetMaterial_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_11) == 0x000610, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_23) == 0x000618, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_23' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_23) == 0x000620, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_23' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_23) == 0x000628, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_23' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_DoubleDouble_ReturnValue_23) == 0x000630, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_DoubleDouble_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MapRangeClamped_ReturnValue_11) == 0x000638, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MapRangeClamped_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_11) == 0x000640, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Conv_DoubleToLinearColor_ReturnValue_11) == 0x000650, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Conv_DoubleToLinearColor_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_SwitchEnum_CmpSuccess) == 0x000660, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000664, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000668, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x00066C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x000670, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000674, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x000678, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x00067C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x000680, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x000684, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x000688, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x00068C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_11) == 0x000690, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast) == 0x000694, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast) == 0x000698, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast) == 0x00069C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_12) == 0x0006A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_13) == 0x0006A4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_13' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_14) == 0x0006A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_14' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_15) == 0x0006AC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_15' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_16) == 0x0006B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_16' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_17) == 0x0006B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_17' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_18) == 0x0006B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_18' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_19) == 0x0006BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_19' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_20) == 0x0006C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_20' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_21) == 0x0006C4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_21' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_1) == 0x0006C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_1) == 0x0006CC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_1) == 0x0006D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_22) == 0x0006D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_22' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_23) == 0x0006D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_23' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_24) == 0x0006DC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_24' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_25) == 0x0006E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_25' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_26) == 0x0006E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_26' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_27) == 0x0006E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_27' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_28) == 0x0006EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_28' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_29) == 0x0006F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_29' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_30) == 0x0006F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_30' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_31) == 0x0006F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_31' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_32) == 0x0006FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_32' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_2) == 0x000700, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_2) == 0x000704, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_2) == 0x000708, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_33) == 0x00070C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_33' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_34) == 0x000710, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_34' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_35) == 0x000714, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_35' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_36) == 0x000718, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_36' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_37) == 0x00071C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_37' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_38) == 0x000720, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_38' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_39) == 0x000724, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_39' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_40) == 0x000728, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_40' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_41) == 0x00072C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_41' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_42) == 0x000730, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_42' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_3) == 0x000734, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_3) == 0x000738, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_3) == 0x00073C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_4) == 0x000740, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_4) == 0x000744, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_4) == 0x000748, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_43) == 0x00074C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_43' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_44) == 0x000750, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_44' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_45) == 0x000754, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_45' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_46) == 0x000758, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_46' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_47) == 0x00075C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_47' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_48) == 0x000760, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_48' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_49) == 0x000764, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_49' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_50) == 0x000768, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_50' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_51) == 0x00076C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_51' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_52) == 0x000770, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_52' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_53) == 0x000774, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_53' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_5) == 0x000778, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_5) == 0x00077C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_5) == 0x000780, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_54) == 0x000784, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_54' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_55) == 0x000788, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_55' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_56) == 0x00078C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_56' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_57) == 0x000790, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_57' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_58) == 0x000794, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_58' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_59) == 0x000798, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_59' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_60) == 0x00079C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_60' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_61) == 0x0007A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_61' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_62) == 0x0007A4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_62' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_63) == 0x0007A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_63' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_64) == 0x0007AC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_64' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_65) == 0x0007B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_65' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_6) == 0x0007B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_6) == 0x0007B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_66) == 0x0007BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_66' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_6) == 0x0007C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_67) == 0x0007C4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_67' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_68) == 0x0007C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_68' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_69) == 0x0007CC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_69' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_70) == 0x0007D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_70' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_71) == 0x0007D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_71' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_72) == 0x0007D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_72' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_73) == 0x0007DC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_73' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_74) == 0x0007E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_74' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_75) == 0x0007E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_75' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_76) == 0x0007E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_76' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_77) == 0x0007EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_77' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_78) == 0x0007F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_78' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_79) == 0x0007F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_79' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_7) == 0x0007F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_7) == 0x0007FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_7) == 0x000800, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_80) == 0x000804, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_80' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_81) == 0x000808, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_81' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_82) == 0x00080C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_82' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_83) == 0x000810, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_83' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_84) == 0x000814, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_84' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_85) == 0x000818, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_85' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_86) == 0x00081C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_86' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_87) == 0x000820, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_87' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_88) == 0x000824, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_88' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_89) == 0x000828, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_89' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_90) == 0x00082C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_90' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_8) == 0x000830, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_8) == 0x000834, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_8) == 0x000838, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_91) == 0x00083C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_91' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_92) == 0x000840, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_92' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_93) == 0x000844, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_93' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_94) == 0x000848, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_94' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_95) == 0x00084C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_95' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_96) == 0x000850, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_96' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_97) == 0x000854, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_97' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_98) == 0x000858, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_98' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_99) == 0x00085C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_99' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_100) == 0x000860, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_100' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_101) == 0x000864, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_101' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_102) == 0x000868, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_102' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_103) == 0x00086C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_103' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_104) == 0x000870, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_104' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_105) == 0x000874, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_105' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_106) == 0x000878, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_106' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_9) == 0x00087C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_9) == 0x000880, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_9) == 0x000884, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_107) == 0x000888, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_107' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_108) == 0x00088C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_108' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_109) == 0x000890, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_109' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_110) == 0x000894, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_110' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_111) == 0x000898, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_111' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_112) == 0x00089C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_112' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_113) == 0x0008A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_113' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_114) == 0x0008A4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_114' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_115) == 0x0008A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_115' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_116) == 0x0008AC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_116' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_117) == 0x0008B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_117' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_10) == 0x0008B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_10) == 0x0008B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_10) == 0x0008BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_118) == 0x0008C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_118' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_119) == 0x0008C4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_119' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_120) == 0x0008C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_120' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_121) == 0x0008CC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_121' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_122) == 0x0008D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_122' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_123) == 0x0008D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_123' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_124) == 0x0008D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_124' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_125) == 0x0008DC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_125' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_126) == 0x0008E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_126' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_127) == 0x0008E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_127' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_128) == 0x0008E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_128' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_129) == 0x0008EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_129' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_G_ImplicitCast_11) == 0x0008F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_G_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_B_ImplicitCast_11) == 0x0008F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_B_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_R_ImplicitCast_11) == 0x0008F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_R_ImplicitCast_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_130) == 0x0008FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_130' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SetScalarParameterValue_Value_ImplicitCast_131) == 0x000900, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SetScalarParameterValue_Value_ImplicitCast_131' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics \ +static_assert(alignof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics) == 0x000008, "Wrong size on BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, EntryPoint) == 0x000000, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_FogQuality_GridPixelSize \ +static_assert(alignof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_FogQuality_GridPixelSize"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize) == 0x000088, "Wrong size on BP_UltraVolumetrics_C_FogQuality_GridPixelSize"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, Temp_byte_Variable) == 0x000020, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Array_Get_Item_3) == 0x000058, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, K2Node_Select_Default) == 0x000068, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridPixelSize, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_UltraVolumetrics_C_FogQuality_GridPixelSize::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_FogQuality_GridSizeZ \ +static_assert(alignof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_FogQuality_GridSizeZ"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ) == 0x000088, "Wrong size on BP_UltraVolumetrics_C_FogQuality_GridSizeZ"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, Temp_byte_Variable) == 0x000020, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Array_Get_Item_3) == 0x000058, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, K2Node_Select_Default) == 0x000068, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQuality_GridSizeZ, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_UltraVolumetrics_C_FogQuality_GridSizeZ::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_FogQualitySet \ +static_assert(alignof(BP_UltraVolumetrics_C_FogQualitySet) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_FogQualitySet"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_FogQualitySet) == 0x000020, "Wrong size on BP_UltraVolumetrics_C_FogQualitySet"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQualitySet, CallFunc_FogQuality_GridPixelSize_Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_FogQualitySet::CallFunc_FogQuality_GridPixelSize_Output' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_FogQualitySet, CallFunc_FogQuality_GridSizeZ_Output) == 0x000010, "Member 'BP_UltraVolumetrics_C_FogQualitySet::CallFunc_FogQuality_GridSizeZ_Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_GetDefaultQualityVars \ +static_assert(alignof(BP_UltraVolumetrics_C_GetDefaultQualityVars) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_GetDefaultQualityVars"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_GetDefaultQualityVars) == 0x000018, "Wrong size on BP_UltraVolumetrics_C_GetDefaultQualityVars"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, CallFunc_GetConsoleVariableFloatValue_ReturnValue_1) == 0x000004, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::CallFunc_GetConsoleVariableFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, K2Node_VariableSet_GridPixelSize_ImplicitCast) == 0x000008, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::K2Node_VariableSet_GridPixelSize_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, K2Node_VariableSet_GridSizeZ_ImplicitCast) == 0x000010, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::K2Node_VariableSet_GridSizeZ_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_Randomize \ +static_assert(alignof(BP_UltraVolumetrics_C_Randomize) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_Randomize"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_Randomize) == 0x000004, "Wrong size on BP_UltraVolumetrics_C_Randomize"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_Randomize, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_Randomize::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ReceiveTick \ +static_assert(alignof(BP_UltraVolumetrics_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_ReceiveTick"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_ReceiveTick) == 0x000004, "Wrong size on BP_UltraVolumetrics_C_ReceiveTick"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UltraVolumetrics_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ResetFogQuality \ +static_assert(alignof(BP_UltraVolumetrics_C_ResetFogQuality) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_ResetFogQuality"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_ResetFogQuality) == 0x000060, "Wrong size on BP_UltraVolumetrics_C_ResetFogQuality"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000010, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000020, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000030, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000040, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000050, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_SetOpacity \ +static_assert(alignof(BP_UltraVolumetrics_C_SetOpacity) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_SetOpacity"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_SetOpacity) == 0x000018, "Wrong size on BP_UltraVolumetrics_C_SetOpacity"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetOpacity, NewValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_SetOpacity::NewValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetOpacity, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_UltraVolumetrics_C_SetOpacity::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetOpacity, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000010, "Member 'BP_UltraVolumetrics_C_SetOpacity::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_SetRandom \ +static_assert(alignof(BP_UltraVolumetrics_C_SetRandom) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_SetRandom"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_SetRandom) == 0x0001A0, "Wrong size on BP_UltraVolumetrics_C_SetRandom"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_MakeStruct_LinearColor) == 0x000038, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000048, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_X_1) == 0x000058, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SelectInt_ReturnValue) == 0x000070, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeRandomStream_ReturnValue) == 0x000088, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000090, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x000094, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x000098, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x00009C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_4) == 0x0000B8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_5) == 0x0000BC, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_6) == 0x0000C0, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_7) == 0x0000C4, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_8) == 0x0000C8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_ReturnValue_1) == 0x0000D0, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_9) == 0x0000E8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_10) == 0x0000EC, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_11) == 0x0000F0, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_12) == 0x0000F4, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomBoolFromStream_ReturnValue) == 0x0000F8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomBoolFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_MakeStruct_G_ImplicitCast) == 0x0000FC, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_MakeStruct_B_ImplicitCast) == 0x000100, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_MakeStruct_R_ImplicitCast) == 0x000104, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000108, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x00010C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x000110, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x000114, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x000118, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x00011C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x000120, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x000124, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x000128, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x00012C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x000130, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_Z_ImplicitCast) == 0x000138, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_Y_ImplicitCast) == 0x000140, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_X_ImplicitCast) == 0x000148, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Noise___Multiply_ImplicitCast) == 0x000150, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Noise___Multiply_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Noise___Contrast_ImplicitCast) == 0x000158, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Noise___Contrast_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_Z_ImplicitCast_1) == 0x000160, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_Z_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_Y_ImplicitCast_1) == 0x000168, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_Y_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_X_ImplicitCast_1) == 0x000170, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_X_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Opacity_ImplicitCast) == 0x000178, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Opacity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Distance_Field___Self_Shadow_Amount_ImplicitCast) == 0x000180, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Distance_Field___Self_Shadow_Amount_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Distance_Field___Contrast_ImplicitCast) == 0x000188, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Distance_Field___Contrast_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Distance_Field___Multiply_ImplicitCast) == 0x000190, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Distance_Field___Multiply_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_VariableSet_Distance_Field___Height_ImplicitCast) == 0x000198, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_VariableSet_Distance_Field___Height_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_UserConstructionScript \ +static_assert(alignof(BP_UltraVolumetrics_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_UserConstructionScript"); \ +static_assert(sizeof(BP_UltraVolumetrics_C_UserConstructionScript) == 0x0000C0, "Wrong size on BP_UltraVolumetrics_C_UserConstructionScript"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000020, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_MakeStruct_LinearColor) == 0x000038, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Conv_DoubleToLinearColor_ReturnValue) == 0x000048, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Conv_DoubleToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000058, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SelectInt_ReturnValue) == 0x000070, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_MakeStruct_G_ImplicitCast) == 0x000088, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_MakeStruct_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_MakeStruct_B_ImplicitCast) == 0x00008C, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_MakeStruct_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_MakeStruct_R_ImplicitCast) == 0x000090, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_MakeStruct_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000094, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x000098, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_2) == 0x00009C, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_3) == 0x0000A0, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_4) == 0x0000A4, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_5) == 0x0000A8, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_6) == 0x0000AC, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_7) == 0x0000B0, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_8) == 0x0000B4, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_9) == 0x0000B8, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SetScalarParameterValue_Value_ImplicitCast_10) == 0x0000BC, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SetScalarParameterValue_Value_ImplicitCast_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_UltraVolumetrics_C \ +static_assert(alignof(ABP_UltraVolumetrics_C) == 0x000008, "Wrong alignment on ABP_UltraVolumetrics_C"); \ +static_assert(sizeof(ABP_UltraVolumetrics_C) == 0x0003B8, "Wrong size on ABP_UltraVolumetrics_C"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, UberGraphFrame) == 0x000290, "Member 'ABP_UltraVolumetrics_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Fog) == 0x000298, "Member 'ABP_UltraVolumetrics_C::Fog' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, FogIcon) == 0x0002A0, "Member 'ABP_UltraVolumetrics_C::FogIcon' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, EnableDistanceQuality_) == 0x0002A8, "Member 'ABP_UltraVolumetrics_C::EnableDistanceQuality_' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, GridSizeZ) == 0x0002B0, "Member 'ABP_UltraVolumetrics_C::GridSizeZ' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, GridPixelSize) == 0x0002B8, "Member 'ABP_UltraVolumetrics_C::GridPixelSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Use_Distance_Field_) == 0x0002C0, "Member 'ABP_UltraVolumetrics_C::Use_Distance_Field_' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Height) == 0x0002C8, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Multiply) == 0x0002D0, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Multiply' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Contrast) == 0x0002D8, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Contrast' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Self_Shadow_Amount) == 0x0002E0, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Self_Shadow_Amount' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Opacity) == 0x0002E8, "Member 'ABP_UltraVolumetrics_C::Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Noise_Size) == 0x0002F0, "Member 'ABP_UltraVolumetrics_C::Noise_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Noise___Contrast) == 0x000308, "Member 'ABP_UltraVolumetrics_C::Noise___Contrast' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Noise___Multiply) == 0x000310, "Member 'ABP_UltraVolumetrics_C::Noise___Multiply' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Color) == 0x000318, "Member 'ABP_UltraVolumetrics_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Panning_speed) == 0x000328, "Member 'ABP_UltraVolumetrics_C::Panning_speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Far_Fade_Distance) == 0x000340, "Member 'ABP_UltraVolumetrics_C::Far_Fade_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Near_Fade_Distance) == 0x000348, "Member 'ABP_UltraVolumetrics_C::Near_Fade_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Materials) == 0x000350, "Member 'ABP_UltraVolumetrics_C::Materials' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Material) == 0x000360, "Member 'ABP_UltraVolumetrics_C::Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, QualityPreset) == 0x000368, "Member 'ABP_UltraVolumetrics_C::QualityPreset' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, QualityTriggerDistance) == 0x000370, "Member 'ABP_UltraVolumetrics_C::QualityTriggerDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, QualityVars) == 0x000378, "Member 'ABP_UltraVolumetrics_C::QualityVars' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Seed) == 0x000398, "Member 'ABP_UltraVolumetrics_C::Seed' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, Preset) == 0x00039C, "Member 'ABP_UltraVolumetrics_C::Preset' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, EmissiveColor) == 0x0003A0, "Member 'ABP_UltraVolumetrics_C::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(ABP_UltraVolumetrics_C, OpacityMultiplier) == 0x0003B0, "Member 'ABP_UltraVolumetrics_C::OpacityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_CheckForErrors \ +static_assert(alignof(BP_Audio_Spline_Random_C_CheckForErrors) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_CheckForErrors"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_CheckForErrors) == 0x0000F8, "Wrong size on BP_Audio_Spline_Random_C_CheckForErrors"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, ErrorMessages) == 0x000000, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, ReturnValue) == 0x000010, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Format_ReturnValue_1) == 0x0000B8, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Array_Add_ReturnValue_1) == 0x0000D8, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Array_IsEmpty_ReturnValue) == 0x0000DC, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_CheckForErrors, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_Audio_Spline_Random_C_CheckForErrors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions \ +static_assert(alignof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions) == 0x000098, "Wrong size on BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000000, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMaxDistanceAttenuation_ReturnValue) == 0x000034, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMaxDistanceAttenuation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_Found) == 0x000038, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance) == 0x000040, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance) == 0x000048, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000050, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000070, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetMinMaxDistanceFromLocationInRange_Range_ImplicitCast) == 0x000088, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetMinMaxDistanceFromLocationInRange_Range_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x000090, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1) == 0x000094, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawMinMaxPositions::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound \ +static_assert(alignof(BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound) == 0x000020, "Wrong size on BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound, Sound) == 0x000000, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound, position) == 0x000008, "Member 'BP_Audio_Spline_Random_C_DEBUG_DrawPlayedSound::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random \ +static_assert(alignof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random) == 0x000098, "Wrong size on BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, EntryPoint) == 0x000000, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Variable) == 0x00000C, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Variable_1) == 0x00002C, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Less_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, K2Node_Event_DeltaSeconds) == 0x000034, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_IsPackagedBuild_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, K2Node_MakeStruct_S_RuntimeSoundDataWithDelay) == 0x000050, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::K2Node_MakeStruct_S_RuntimeSoundDataWithDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Array_Length_ReturnValue_2) == 0x000084, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, Temp_int_Loop_Counter_Variable_2) == 0x000088, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Less_IntInt_ReturnValue_2) == 0x00008C, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random, K2Node_Event_EndPlayReason) == 0x000094, "Member 'BP_Audio_Spline_Random_C_ExecuteUbergraph_BP_Audio_Spline_Random::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange \ +static_assert(alignof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange) == 0x0000E0, "Wrong size on BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Location) == 0x000000, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Range) == 0x000018, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Found) == 0x000020, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, MinDistance) == 0x000028, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, MaxDistance) == 0x000030, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable) == 0x000038, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_1) == 0x000040, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_2) == 0x000048, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_3) == 0x000050, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue) == 0x00005C, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetLocationAtSplineInputKey_ReturnValue) == 0x000060, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetLocationAtSplineInputKey_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Vector_Distance_ReturnValue) == 0x000078, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000080, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue) == 0x000094, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_GetDistanceAlongSplineAtSplinePoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, Temp_wildcard_Variable_4) == 0x000098, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::Temp_wildcard_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue) == 0x0000A8, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMin_ReturnValue) == 0x0000B0, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x0000B8, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMax_ReturnValue) == 0x0000C0, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_FMin_B_ImplicitCast) == 0x0000C8, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_FMin_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0000D0, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0000D8, "Member 'BP_Audio_Spline_Random_C_GetMinMaxDistanceFromLocationInRange::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_GetRandomSplinePointInRange \ +static_assert(alignof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_GetRandomSplinePointInRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange) == 0x0000B0, "Wrong size on BP_Audio_Spline_Random_C_GetRandomSplinePointInRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, position) == 0x000000, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Range) == 0x000018, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Points) == 0x000020, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Point) == 0x000030, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Point' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Found) == 0x000048, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Array_Random_OutItem) == 0x000050, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Array_Random_OutIndex) == 0x000068, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x00006C, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Square_ReturnValue) == 0x000070, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Temp_wildcard_Variable) == 0x000078, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, Temp_wildcard_Variable_1) == 0x000080, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Array_RemoveItem_ReturnValue) == 0x000098, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0000A0, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointInRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointInRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange \ +static_assert(alignof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange) == 0x000080, "Wrong size on BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, MinDistance) == 0x000000, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, MaxDistance) == 0x000008, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, NumberOfPoints) == 0x000010, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, Points) == 0x000018, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, Temp_int_Variable) == 0x000028, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, Temp_wildcard_Temp_buffer_array_Variable) == 0x000040, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::Temp_wildcard_Temp_buffer_array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable) == 0x000050, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::Temp_wildcard_We_need_a_second_array_to_store_the_result_and_be_able_to_wipe_the_first__buffer__array_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000060, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange, CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast) == 0x00007C, "Member 'BP_Audio_Spline_Random_C_GetRandomSplinePointsInDistanceRange::CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_GetSplinePointForSound \ +static_assert(alignof(BP_Audio_Spline_Random_C_GetSplinePointForSound) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_GetSplinePointForSound"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_GetSplinePointForSound) == 0x0000C8, "Wrong size on BP_Audio_Spline_Random_C_GetSplinePointForSound"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, Sound) == 0x000000, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, position) == 0x000008, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, Found) == 0x000020, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, MaxAttenuation) == 0x000028, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::MaxAttenuation' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, PlayerLocation) == 0x000030, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000048, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetMaxDistanceAttenuation_ReturnValue) == 0x000050, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetMaxDistanceAttenuation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetCameraLocation_ReturnValue) == 0x000058, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_Found) == 0x000070, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance) == 0x000078, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_MinDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance) == 0x000080, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetMinMaxDistanceFromLocationInRange_MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointsInDistanceRange_Points) == 0x000090, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointsInDistanceRange_Points' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointInRange_Point) == 0x0000A0, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointInRange_Point' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, CallFunc_GetRandomSplinePointInRange_Found) == 0x0000B8, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::CallFunc_GetRandomSplinePointInRange_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_GetSplinePointForSound, K2Node_VariableSet_MaxAttenuation_ImplicitCast) == 0x0000C0, "Member 'BP_Audio_Spline_Random_C_GetSplinePointForSound::K2Node_VariableSet_MaxAttenuation_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_OnTimerElapsed \ +static_assert(alignof(BP_Audio_Spline_Random_C_OnTimerElapsed) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_OnTimerElapsed"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_OnTimerElapsed) == 0x000028, "Wrong size on BP_Audio_Spline_Random_C_OnTimerElapsed"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, Temp_int_Variable) == 0x000000, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000014, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_Less_IntInt_ReturnValue) == 0x000019, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_OnTimerElapsed, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_Audio_Spline_Random_C_OnTimerElapsed::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition \ +static_assert(alignof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition) == 0x000070, "Wrong size on BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, RandomSoundData) == 0x000000, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::RandomSoundData' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_IsPackagedBuild_ReturnValue) == 0x000030, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_IsPackagedBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_Array_Random_OutItem) == 0x000038, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_Array_Random_OutIndex) == 0x000040, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, Temp_wildcard_Variable) == 0x000048, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_GetSplinePointForSound_Position) == 0x000050, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_GetSplinePointForSound_Position' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_GetSplinePointForSound_Found) == 0x000068, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_GetSplinePointForSound_Found' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_Audio_Spline_Random_C_PlayRandomSoundAtRandomPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_ReceiveEndPlay \ +static_assert(alignof(BP_Audio_Spline_Random_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Audio_Spline_Random_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Audio_Spline_Random_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Audio_Spline_Random_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_ReceiveTick \ +static_assert(alignof(BP_Audio_Spline_Random_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Audio_Spline_Random_C_ReceiveTick"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_ReceiveTick) == 0x000004, "Wrong size on BP_Audio_Spline_Random_C_ReceiveTick"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Audio_Spline_Random_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_Spline_Random_C_StartTimerForSoundData \ +static_assert(alignof(BP_Audio_Spline_Random_C_StartTimerForSoundData) == 0x000008, "Wrong alignment on BP_Audio_Spline_Random_C_StartTimerForSoundData"); \ +static_assert(sizeof(BP_Audio_Spline_Random_C_StartTimerForSoundData) == 0x000040, "Wrong size on BP_Audio_Spline_Random_C_StartTimerForSoundData"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_StartTimerForSoundData, SoundData_0) == 0x000000, "Member 'BP_Audio_Spline_Random_C_StartTimerForSoundData::SoundData_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_Spline_Random_C_StartTimerForSoundData, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'BP_Audio_Spline_Random_C_StartTimerForSoundData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Audio_Spline_Random_C \ +static_assert(alignof(ABP_Audio_Spline_Random_C) == 0x000008, "Wrong alignment on ABP_Audio_Spline_Random_C"); \ +static_assert(sizeof(ABP_Audio_Spline_Random_C) == 0x0002C8, "Wrong size on ABP_Audio_Spline_Random_C"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, UberGraphFrame) == 0x000290, "Member 'ABP_Audio_Spline_Random_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, Spline) == 0x000298, "Member 'ABP_Audio_Spline_Random_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, SoundData) == 0x0002A0, "Member 'ABP_Audio_Spline_Random_C::SoundData' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, _NumberOfPointsToSearch) == 0x0002B0, "Member 'ABP_Audio_Spline_Random_C::_NumberOfPointsToSearch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, DEBUG_DrawPlayedSoundEnable) == 0x0002B4, "Member 'ABP_Audio_Spline_Random_C::DEBUG_DrawPlayedSoundEnable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_Spline_Random_C, RuntimeSoundData) == 0x0002B8, "Member 'ABP_Audio_Spline_Random_C::RuntimeSoundData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_NPCSimple_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000220, "Wrong size on Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_19) == 0x000008, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_19' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_20) == 0x000028, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_20' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_21) == 0x000030, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_21' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x0000D0, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x000100, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000130, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigLogic) == 0x000160, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x000190, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x0001C0, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0001F0, "Member 'Face_NPCSimple_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_NPCSimple_AnimBP_C_AnimGraph \ +static_assert(alignof(Face_NPCSimple_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on Face_NPCSimple_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(Face_NPCSimple_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on Face_NPCSimple_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Face_NPCSimple_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP \ +static_assert(alignof(Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP) == 0x000004, "Wrong alignment on Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP"); \ +static_assert(sizeof(Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP) == 0x000004, "Wrong size on Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP"); \ +static_assert(offsetof(Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP, EntryPoint) == 0x000000, "Member 'Face_NPCSimple_AnimBP_C_ExecuteUbergraph_Face_NPCSimple_AnimBP::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_NPCSimple_AnimBP_C \ +static_assert(alignof(UFace_NPCSimple_AnimBP_C) == 0x000010, "Wrong alignment on UFace_NPCSimple_AnimBP_C"); \ +static_assert(sizeof(UFace_NPCSimple_AnimBP_C) == 0x000740, "Wrong size on UFace_NPCSimple_AnimBP_C"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, UberGraphFrame) == 0x000370, "Member 'UFace_NPCSimple_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UFace_NPCSimple_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UFace_NPCSimple_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_LayeredBoneBlend) == 0x000388, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_Slot) == 0x000478, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_UseCachedPose) == 0x0004C0, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_RigLogic) == 0x0004E8, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_SaveCachedPose) == 0x000548, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_CopyPoseFromMesh) == 0x0005C8, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_NPCSimple_AnimBP_C, AnimGraphNode_Root) == 0x000720, "Member 'UFace_NPCSimple_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_DrawDebugInteractions \ +static_assert(alignof(BP_FluxInteractionComponent_C_DrawDebugInteractions) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_DrawDebugInteractions"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_DrawDebugInteractions) == 0x0000B0, "Wrong size on BP_FluxInteractionComponent_C_DrawDebugInteractions"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, DebugColor) == 0x000000, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, Temp_bool_Variable) == 0x000010, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, Temp_struct_Variable) == 0x000014, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, Temp_struct_Variable_1) == 0x000024, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_IsOwnerTouchingFluid_ReturnValue) == 0x000040, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_IsOwnerTouchingFluid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_GetComponentBounds_Origin) == 0x000048, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_GetComponentBounds_BoxExtent) == 0x000060, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_GetComponentBounds_SphereRadius) == 0x000078, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, K2Node_Select_Default) == 0x00007C, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_DrawDebugInteractions, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_FluxInteractionComponent_C_DrawDebugInteractions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent \ +static_assert(alignof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent) == 0x000078, "Wrong size on BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, EntryPoint) == 0x000000, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_IsActive_ReturnValue) == 0x000038, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_Event_DeltaSeconds) == 0x00003C, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_GetOwnerComponent_SceneComponent) == 0x000048, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_GetOwnerComponent_SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_IsDedicatedServer_ReturnValue) == 0x000050, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_CustomEvent_Component_1) == 0x000058, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_CustomEvent_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_CustomEvent_bReset) == 0x000060, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_CustomEvent_bReset' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, K2Node_CustomEvent_Component) == 0x000068, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::K2Node_CustomEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_FluxInteractionComponent_C_ExecuteUbergraph_BP_FluxInteractionComponent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_OnComponentActivatedEvent \ +static_assert(alignof(BP_FluxInteractionComponent_C_OnComponentActivatedEvent) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_OnComponentActivatedEvent"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_OnComponentActivatedEvent) == 0x000010, "Wrong size on BP_FluxInteractionComponent_C_OnComponentActivatedEvent"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_OnComponentActivatedEvent, Component) == 0x000000, "Member 'BP_FluxInteractionComponent_C_OnComponentActivatedEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_OnComponentActivatedEvent, bReset) == 0x000008, "Member 'BP_FluxInteractionComponent_C_OnComponentActivatedEvent::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent \ +static_assert(alignof(BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent) == 0x000008, "Wrong size on BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent, Component) == 0x000000, "Member 'BP_FluxInteractionComponent_C_OnComponentDeactivatedEvent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_ReceiveTick \ +static_assert(alignof(BP_FluxInteractionComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxInteractionComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxInteractionComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxInteractionComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_ResizeArrays \ +static_assert(alignof(BP_FluxInteractionComponent_C_ResizeArrays) == 0x000004, "Wrong alignment on BP_FluxInteractionComponent_C_ResizeArrays"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_ResizeArrays) == 0x000004, "Wrong size on BP_FluxInteractionComponent_C_ResizeArrays"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_ResizeArrays, Size) == 0x000000, "Member 'BP_FluxInteractionComponent_C_ResizeArrays::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_Set_Sources \ +static_assert(alignof(BP_FluxInteractionComponent_C_Set_Sources) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_Set_Sources"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_Set_Sources) == 0x000018, "Wrong size on BP_FluxInteractionComponent_C_Set_Sources"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_Set_Sources, Sources_0) == 0x000000, "Member 'BP_FluxInteractionComponent_C_Set_Sources::Sources_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_Set_Sources, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_FluxInteractionComponent_C_Set_Sources::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes \ +static_assert(alignof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes) == 0x000010, "Wrong alignment on BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes) == 0x0001B0, "Wrong size on BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, IsOverSurface) == 0x000000, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::IsOverSurface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Location) == 0x000008, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Index_0) == 0x000020, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Temp_bool_Variable) == 0x000024, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, Temp_bool_Variable_1) == 0x000034, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000035, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_IsOwnerTouchingFluid_ReturnValue) == 0x000036, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_IsOwnerTouchingFluid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_X) == 0x000040, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Y) == 0x000048, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Z) == 0x000050, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_X_1) == 0x000058, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Y_1) == 0x000060, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Z_1) == 0x000068, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_X_2) == 0x000070, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Y_2) == 0x000078, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Z_2) == 0x000080, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, K2Node_DynamicCast_AsBPI_Flux_Surface) == 0x000088, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::K2Node_DynamicCast_AsBPI_Flux_Surface' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_X_3) == 0x0000C0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Y_3) == 0x0000C8, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_BreakVector_Z_3) == 0x0000D0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0000E0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000E1, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Array_Length_ReturnValue) == 0x000180, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_GetLocation_Location) == 0x000188, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_GetLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'BP_FluxInteractionComponent_C_UpdateAttachmentsAndSplashes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_CalculateInteractionData \ +static_assert(alignof(BP_FluxInteractionComponent_C_CalculateInteractionData) == 0x000010, "Wrong alignment on BP_FluxInteractionComponent_C_CalculateInteractionData"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_CalculateInteractionData) == 0x000360, "Wrong size on BP_FluxInteractionComponent_C_CalculateInteractionData"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, TimeRatio) == 0x000000, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::TimeRatio' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Iteration) == 0x000008, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Iteration' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Interactions) == 0x000010, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Interactions' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Force) == 0x000020, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Force' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Source) == 0x000030, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Source' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Velocity) == 0x0000C0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Location) == 0x0000D8, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Result) == 0x0000F0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000100, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Temp_int_Array_Index_Variable) == 0x000104, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000110, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000118, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000120, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000128, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000130, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000138, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Array_Get_Item) == 0x000150, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Add_VectorVector_ReturnValue) == 0x000168, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000198, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0001A0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x0001A8, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_X) == 0x0001B8, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_Y) == 0x0001C0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_Z) == 0x0001C8, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, K2Node_MakeStruct_BS_FluxInteractionData) == 0x0001D0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::K2Node_MakeStruct_BS_FluxInteractionData' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Array_Add_ReturnValue) == 0x0001F0, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_X_1) == 0x0001F8, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_Y_1) == 0x000200, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_BreakVector_Z_1) == 0x000208, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000210, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_VSize_ReturnValue) == 0x000218, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Abs_ReturnValue) == 0x000220, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000228, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_MapRangeClamped_ReturnValue) == 0x000230, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_FClamp_ReturnValue) == 0x000238, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000240, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000248, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000250, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000268, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Array_Length_ReturnValue) == 0x000280, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Array_Get_Item_2) == 0x000290, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Less_IntInt_ReturnValue) == 0x000320, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000328, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000330, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1) == 0x000338, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000340, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2) == 0x000348, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, K2Node_MakeStruct_Force_8_20A6B7304C8BF8E070FC6BAF4DE3DF6F_ImplicitCast) == 0x000350, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::K2Node_MakeStruct_Force_8_20A6B7304C8BF8E070FC6BAF4DE3DF6F_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_CalculateInteractionData, K2Node_MakeStruct_Radius_9_EC5FD1B14AF3F247D25442B53A6EC366_ImplicitCast) == 0x000354, "Member 'BP_FluxInteractionComponent_C_CalculateInteractionData::K2Node_MakeStruct_Radius_9_EC5FD1B14AF3F247D25442B53A6EC366_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_GetLocation \ +static_assert(alignof(BP_FluxInteractionComponent_C_GetLocation) == 0x000010, "Wrong alignment on BP_FluxInteractionComponent_C_GetLocation"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_GetLocation) == 0x0002D0, "Wrong size on BP_FluxInteractionComponent_C_GetLocation"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, Source) == 0x000000, "Member 'BP_FluxInteractionComponent_C_GetLocation::Source' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, Location) == 0x000090, "Member 'BP_FluxInteractionComponent_C_GetLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0000B0, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_GetSocketTransform_ReturnValue) == 0x000110, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_ComposeTransforms_ReturnValue) == 0x000170, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Location) == 0x0001D0, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Rotation) == 0x0001E8, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Scale) == 0x000200, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_ComposeTransforms_ReturnValue_1) == 0x000220, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_ComposeTransforms_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Location_1) == 0x000280, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Rotation_1) == 0x000298, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_BreakTransform_Scale_1) == 0x0002B0, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetLocation, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002C8, "Member 'BP_FluxInteractionComponent_C_GetLocation::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_GetOwnerComponent \ +static_assert(alignof(BP_FluxInteractionComponent_C_GetOwnerComponent) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_GetOwnerComponent"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_GetOwnerComponent) == 0x000088, "Wrong size on BP_FluxInteractionComponent_C_GetOwnerComponent"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, SceneComponent) == 0x000000, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, SkeletalComponent) == 0x000008, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::SkeletalComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, OwnerSceneTagComponents) == 0x000010, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::OwnerSceneTagComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000030, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000040, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue_2) == 0x000058, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetComponentsByTag_ReturnValue) == 0x000060, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000070, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_GetOwner_ReturnValue_3) == 0x000078, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_GetOwnerComponent, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000080, "Member 'BP_FluxInteractionComponent_C_GetOwnerComponent::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxInteractionComponent_C_IsOwnerTouchingFluid \ +static_assert(alignof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid) == 0x000008, "Wrong alignment on BP_FluxInteractionComponent_C_IsOwnerTouchingFluid"); \ +static_assert(sizeof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid) == 0x0000B8, "Wrong size on BP_FluxInteractionComponent_C_IsOwnerTouchingFluid"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, ReturnValue) == 0x000000, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_GetUndefiniedHeight_NewParam) == 0x000008, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_GetUndefiniedHeight_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_IsActive_ReturnValue) == 0x000010, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00004C, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_X) == 0x000050, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Y) == 0x000058, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Z) == 0x000060, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_X_1) == 0x000070, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Y_1) == 0x000078, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Z_1) == 0x000080, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_X_2) == 0x000088, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Y_2) == 0x000090, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BreakVector_Z_2) == 0x000098, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_Abs_ReturnValue) == 0x0000A8, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxInteractionComponent_C_IsOwnerTouchingFluid, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B1, "Member 'BP_FluxInteractionComponent_C_IsOwnerTouchingFluid::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FluxInteractionComponent_C \ +static_assert(alignof(UBP_FluxInteractionComponent_C) == 0x000008, "Wrong alignment on UBP_FluxInteractionComponent_C"); \ +static_assert(sizeof(UBP_FluxInteractionComponent_C) == 0x000138, "Wrong size on UBP_FluxInteractionComponent_C"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FluxInteractionComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, FluxData) == 0x0000A8, "Member 'UBP_FluxInteractionComponent_C::FluxData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, OwnerComponentTag) == 0x0000B0, "Member 'UBP_FluxInteractionComponent_C::OwnerComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, Sources) == 0x0000B8, "Member 'UBP_FluxInteractionComponent_C::Sources' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, OwnerScale) == 0x0000C8, "Member 'UBP_FluxInteractionComponent_C::OwnerScale' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, OwnerMinSpeed) == 0x0000D0, "Member 'UBP_FluxInteractionComponent_C::OwnerMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, SourceSpeedLimit) == 0x0000D8, "Member 'UBP_FluxInteractionComponent_C::SourceSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, CurrentLocation) == 0x0000E0, "Member 'UBP_FluxInteractionComponent_C::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, PreviousLocations) == 0x0000F0, "Member 'UBP_FluxInteractionComponent_C::PreviousLocations' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, SplashState) == 0x000100, "Member 'UBP_FluxInteractionComponent_C::SplashState' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, CanInteract) == 0x000110, "Member 'UBP_FluxInteractionComponent_C::CanInteract' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, SplashDetection) == 0x000118, "Member 'UBP_FluxInteractionComponent_C::SplashDetection' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, DrawDebug) == 0x000120, "Member 'UBP_FluxInteractionComponent_C::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, OwnerComponent) == 0x000128, "Member 'UBP_FluxInteractionComponent_C::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxInteractionComponent_C, CanSpawnSplashes) == 0x000130, "Member 'UBP_FluxInteractionComponent_C::CanSpawnSplashes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_DebugPontoons \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_DebugPontoons) == 0x000010, "Wrong alignment on BP_FluxBuoyancyComponent_C_DebugPontoons"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_DebugPontoons) == 0x000180, "Wrong size on BP_FluxBuoyancyComponent_C_DebugPontoons"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, Sphere) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::Sphere' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, Data) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, Transform) == 0x000050, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, Temp_int_Array_Index_Variable) == 0x0000B0, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, Temp_int_Loop_Counter_Variable) == 0x0000B4, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_Add_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_Get_Owner_Mesh_Output_Get) == 0x0000C0, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_Get_Owner_Mesh_Output_Get' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0000D0, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_TransformLocation_ReturnValue) == 0x000130, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_Array_Get_Item) == 0x000148, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_DebugPontoons, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'BP_FluxBuoyancyComponent_C_DebugPontoons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent) == 0x000048, "Wrong size on BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, EntryPoint) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_Get_Owner_Mesh_Output_Get) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_Get_Owner_Mesh_Output_Get' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_IsActive_ReturnValue) == 0x000010, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_GetPontoonsLocations_Locations) == 0x000030, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_GetPontoonsLocations_Locations' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent, CallFunc_UpdateBuoyancy_DeltaTime_ImplicitCast) == 0x000040, "Member 'BP_FluxBuoyancyComponent_C_ExecuteUbergraph_BP_FluxBuoyancyComponent::CallFunc_UpdateBuoyancy_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_GetCapVolume \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_GetCapVolume) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_GetCapVolume"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_GetCapVolume) == 0x000048, "Wrong size on BP_FluxBuoyancyComponent_C_GetCapVolume"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, H) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::H' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, R) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::R' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, V) == 0x000010, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::V' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_GetPI_ReturnValue) == 0x000030, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_GetPI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetCapVolume, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000040, "Member 'BP_FluxBuoyancyComponent_C_GetCapVolume::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume) == 0x000068, "Wrong size on BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, Distance) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, Radius) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::Radius' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, V) == 0x000010, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::V' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_GetCapVolume_v) == 0x000020, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_GetCapVolume_v' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_GetCapVolume_v_1) == 0x000030, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_GetCapVolume_v_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_GetSphereVolume_v) == 0x000038, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_GetSphereVolume_v' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000049, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_GetSphereVolume_v_1) == 0x000058, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_GetSphereVolume_v_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000060, "Member 'BP_FluxBuoyancyComponent_C_GetSpghereUnderPlaneVolume::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_GetSphereVolume \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_GetSphereVolume) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_GetSphereVolume"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_GetSphereVolume) == 0x000020, "Wrong size on BP_FluxBuoyancyComponent_C_GetSphereVolume"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSphereVolume, R) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_GetSphereVolume::R' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSphereVolume, V) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_GetSphereVolume::V' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSphereVolume, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_FluxBuoyancyComponent_C_GetSphereVolume::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetSphereVolume, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_GetSphereVolume::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_ReceiveTick \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FluxBuoyancyComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_FluxBuoyancyComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_UpdateBuoyancy \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy) == 0x000010, "Wrong alignment on BP_FluxBuoyancyComponent_C_UpdateBuoyancy"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy) == 0x000360, "Wrong size on BP_FluxBuoyancyComponent_C_UpdateBuoyancy"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, DeltaTime) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Data) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Data' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Distance) == 0x000038, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Transform) == 0x000040, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, VolumeInFluid) == 0x0000A0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::VolumeInFluid' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Location) == 0x0000A8, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Temp_int_Loop_Counter_Variable) == 0x0000C4, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Add_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, Temp_int_Array_Index_Variable) == 0x0000CC, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_IsActive_ReturnValue) == 0x0000D1, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_IsValid_ReturnValue_1) == 0x0000D2, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Get_Readback_Indexed_Position_Location) == 0x0000D8, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Get_Readback_Indexed_Position_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Get_Readback_Indexed_Position_Velocity) == 0x0000F0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Get_Readback_Indexed_Position_Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Get_Readback_Indexed_Position_Height) == 0x000108, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Get_Readback_Indexed_Position_Height' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000110, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_X) == 0x000128, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Y) == 0x000130, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Z) == 0x000138, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000140, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_NotEqual_NameName_ReturnValue) == 0x000141, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_GetSocketTransform_ReturnValue) == 0x000150, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_TransformLocation_ReturnValue) == 0x0001B0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001C8, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001D0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_GetPhysicsLinearVelocityAtPoint_ReturnValue) == 0x0001D8, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_GetPhysicsLinearVelocityAtPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001F0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_GetSpghereUnderPlaneVolume_v) == 0x000208, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_GetSpghereUnderPlaneVolume_v' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_TransformLocation_ReturnValue_1) == 0x000210, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_TransformLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000228, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000230, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_X_1) == 0x000248, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Y_1) == 0x000250, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Z_1) == 0x000258, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_X_2) == 0x000260, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Y_2) == 0x000268, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_BreakVector_Z_2) == 0x000270, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_MakeVector_ReturnValue) == 0x000278, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000290, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000298, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Array_Get_Item) == 0x0002B0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0002E0, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Array_Length_ReturnValue) == 0x000340, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Less_IntInt_ReturnValue) == 0x000344, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000348, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_UpdateBuoyancy, CallFunc_GetSpghereUnderPlaneVolume_Radius_ImplicitCast) == 0x000350, "Member 'BP_FluxBuoyancyComponent_C_UpdateBuoyancy::CallFunc_GetSpghereUnderPlaneVolume_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_Get_Owner_Mesh \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_Get_Owner_Mesh"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh) == 0x000070, "Wrong size on BP_FluxBuoyancyComponent_C_Get_Owner_Mesh"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, Output_Get) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::Output_Get' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, LocalList) == 0x000008, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::LocalList' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, LocalMesh) == 0x000018, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::LocalMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetComponentsByTag_ReturnValue) == 0x000030, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetOwner_ReturnValue_1) == 0x000050, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetOwner_ReturnValue_2) == 0x000058, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_Get_Owner_Mesh, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_FluxBuoyancyComponent_C_Get_Owner_Mesh::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FluxBuoyancyComponent_C_GetPontoonsLocations \ +static_assert(alignof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations) == 0x000008, "Wrong alignment on BP_FluxBuoyancyComponent_C_GetPontoonsLocations"); \ +static_assert(sizeof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations) == 0x000070, "Wrong size on BP_FluxBuoyancyComponent_C_GetPontoonsLocations"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, Locations) == 0x000000, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::Locations' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, LLocations) == 0x000010, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::LLocations' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FluxBuoyancyComponent_C_GetPontoonsLocations, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_FluxBuoyancyComponent_C_GetPontoonsLocations::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FluxBuoyancyComponent_C \ +static_assert(alignof(UBP_FluxBuoyancyComponent_C) == 0x000008, "Wrong alignment on UBP_FluxBuoyancyComponent_C"); \ +static_assert(sizeof(UBP_FluxBuoyancyComponent_C) == 0x0000E8, "Wrong size on UBP_FluxBuoyancyComponent_C"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_FluxBuoyancyComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, Pontoons) == 0x0000A8, "Member 'UBP_FluxBuoyancyComponent_C::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, CachedMesh) == 0x0000B8, "Member 'UBP_FluxBuoyancyComponent_C::CachedMesh' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, BaseDensity) == 0x0000C0, "Member 'UBP_FluxBuoyancyComponent_C::BaseDensity' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, BaseDrag) == 0x0000C8, "Member 'UBP_FluxBuoyancyComponent_C::BaseDrag' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, FluxData) == 0x0000D0, "Member 'UBP_FluxBuoyancyComponent_C::FluxData' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, BaseForce) == 0x0000D8, "Member 'UBP_FluxBuoyancyComponent_C::BaseForce' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, DrawDebug) == 0x0000E0, "Member 'UBP_FluxBuoyancyComponent_C::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UBP_FluxBuoyancyComponent_C, UsePontoonsInFluxData) == 0x0000E1, "Member 'UBP_FluxBuoyancyComponent_C::UsePontoonsInFluxData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Boat_2_C \ +static_assert(alignof(ABP_Boat_2_C) == 0x000008, "Wrong alignment on ABP_Boat_2_C"); \ +static_assert(sizeof(ABP_Boat_2_C) == 0x0002B0, "Wrong size on ABP_Boat_2_C"); \ +static_assert(offsetof(ABP_Boat_2_C, BP_FluxDataComponent) == 0x000290, "Member 'ABP_Boat_2_C::BP_FluxDataComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Boat_2_C, BP_FluxInteractionComponent) == 0x000298, "Member 'ABP_Boat_2_C::BP_FluxInteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Boat_2_C, BP_FluxBuoyancyComponent) == 0x0002A0, "Member 'ABP_Boat_2_C::BP_FluxBuoyancyComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Boat_2_C, Boat) == 0x0002A8, "Member 'ABP_Boat_2_C::Boat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000118, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_Audio_Music_SphereDucker_TriggerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature) == 0x000001, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature, Condition) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_BndEvt__BP_AudioTriggerZone_BP_ConditionCheckerComponent_K2Node_ComponentBoundEvent_4_OnConditionChanged__DelegateSignature::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint) == 0x000050, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, ReturnValue) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, CallFunc_Vector_Distance_ReturnValue) == 0x000040, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceBetweenPlayerAndControlPoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio) == 0x000018, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio, ReturnValue) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio, CallFunc_CalculateDistanceBetweenPlayerAndControlPoint_ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio::CallFunc_CalculateDistanceBetweenPlayerAndControlPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio, CallFunc_CalculateRatioBasedOnDistance_ReturnValue) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateDistanceRatio::CallFunc_CalculateRatioBasedOnDistance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance) == 0x000038, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, Distance) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, CallFunc_GetFloatValue_ReturnValue) == 0x000020, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000028, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000030, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateRatioBasedOnDistance::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply) == 0x000018, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply, ReturnValue) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply, CallFunc_CalculateDistanceRatio_ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply::CallFunc_CalculateDistanceRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply, CallFunc_MapRangeClamped_ReturnValue) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_CalculateSoundVolumeToApply::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController) == 0x000178, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, EntryPoint) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000018, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000020, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000028, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000128, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherActor) == 0x000130, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherComp) == 0x000138, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000140, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_GetPlayerPawn_ReturnValue) == 0x000148, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000150, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000158, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000160, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_GetCustomGI_ReturnValue) == 0x000168, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, CallFunc_Not_PreBool_ReturnValue) == 0x000170, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, K2Node_ComponentBoundEvent_Condition) == 0x000171, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::K2Node_ComponentBoundEvent_Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController, Temp_bool_IsActive_Variable) == 0x000172, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ExecuteUbergraph_BP_Audio_DiegeticMusicWithVolumeController::Temp_bool_IsActive_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick) == 0x000004, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic) == 0x000018, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic, CallFunc_CalculateSoundVolumeToApply_ReturnValue) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic::CallFunc_CalculateSoundVolumeToApply_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic, CallFunc_AdjustVolume_AdjustVolumeLevel_ImplicitCast) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Diegetic::CallFunc_AdjustVolume_AdjustVolumeLevel_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration) == 0x000008, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration) == 0x000018, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration, CallFunc_CalculateSoundVolumeToApply_ReturnValue) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration::CallFunc_CalculateSoundVolumeToApply_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration, CallFunc_AdjustVolumeByContext_AdjustVolumeLevel_ImplicitCast) == 0x000010, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Sound_Volume_Exploration::CallFunc_AdjustVolumeByContext_AdjustVolumeLevel_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision \ +static_assert(alignof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision) == 0x000001, "Wrong alignment on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision"); \ +static_assert(sizeof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision) == 0x000005, "Wrong size on BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision, Temp_bool_Variable) == 0x000000, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision, Temp_byte_Variable) == 0x000001, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision, Temp_byte_Variable_1) == 0x000002, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision, CallFunc_GetCurrentConditionValue_CurrentValue) == 0x000003, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision::CallFunc_GetCurrentConditionValue_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision, K2Node_Select_Default) == 0x000004, "Member 'BP_Audio_DiegeticMusicWithVolumeController_C_Update_Trigger_Collision::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Audio_DiegeticMusicWithVolumeController_C \ +static_assert(alignof(ABP_Audio_DiegeticMusicWithVolumeController_C) == 0x000008, "Wrong alignment on ABP_Audio_DiegeticMusicWithVolumeController_C"); \ +static_assert(sizeof(ABP_Audio_DiegeticMusicWithVolumeController_C) == 0x000320, "Wrong size on ABP_Audio_DiegeticMusicWithVolumeController_C"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, UberGraphFrame) == 0x000290, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, BP_ConditionCheckerComponent) == 0x000298, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::BP_ConditionCheckerComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, MusicSource) == 0x0002A0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::MusicSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, TriggerBox) == 0x0002A8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, ControlPoint) == 0x0002B0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::ControlPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, MinimumDistance) == 0x0002C0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::MinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, MaximumDistance) == 0x0002C8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, VolumeAtMinimumDistance) == 0x0002D0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::VolumeAtMinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, VolumeAtMaximumDistance) == 0x0002D8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::VolumeAtMaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, SmoothCurve) == 0x0002E0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::SmoothCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, InteractiveMusicContext) == 0x0002E8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::InteractiveMusicContext' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, DiegeticMusic) == 0x0002F0, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::DiegeticMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, DiegeticMusicComponent) == 0x0002F8, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::DiegeticMusicComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, IsPlaying) == 0x000300, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(ABP_Audio_DiegeticMusicWithVolumeController_C, LastKnownPawnLocation) == 0x000308, "Member 'ABP_Audio_DiegeticMusicWithVolumeController_C::LastKnownPawnLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_Wind_Particle_True_C \ +static_assert(alignof(IInterface_Wind_Particle_True_C) == 0x000001, "Wrong alignment on IInterface_Wind_Particle_True_C"); \ +static_assert(sizeof(IInterface_Wind_Particle_True_C) == 0x000001, "Wrong size on IInterface_Wind_Particle_True_C"); \ + +#define DUMPER7_ASSERTS_BP_Paticle_wind_settings_C_UserConstructionScript \ +static_assert(alignof(BP_Paticle_wind_settings_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Paticle_wind_settings_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Paticle_wind_settings_C_UserConstructionScript) == 0x000668, "Wrong size on BP_Paticle_wind_settings_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable) == 0x00000C, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000018, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue_1) == 0x000020, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000021, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000022, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x000023, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x000024, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_4) == 0x000025, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_5) == 0x000026, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_6) == 0x000027, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_7) == 0x000028, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_8) == 0x000029, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_9) == 0x00002A, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_10) == 0x00002B, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_11) == 0x00002C, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_12) == 0x00002D, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_13) == 0x000048, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_14) == 0x000049, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_15) == 0x00004A, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_InRange_FloatFloat_ReturnValue_16) == 0x00004B, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_InRange_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x00004C, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_GetAllActorsWithInterface_OutActors) == 0x000050, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_GetAllActorsWithInterface_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000060, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000158, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000168, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000188, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x00018C, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000190, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x000191, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000198, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0001A0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001A8, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x0001B0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001C8, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0001D0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0001E8, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x0001F0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_3) == 0x000208, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000220, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_4) == 0x000228, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_5) == 0x000240, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_6) == 0x000258, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000270, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000278, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000280, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000288, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_7) == 0x000290, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_8) == 0x0002A8, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_9) == 0x0002C0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_10) == 0x0002D8, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_11) == 0x0002F0, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x000308, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_12) == 0x000310, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_13) == 0x000328, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_14) == 0x000340, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue_3) == 0x000358, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_15) == 0x000360, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000378, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000470, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_K2_AddRelativeLocation_SweepHitResult_1) == 0x000568, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_K2_AddRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000660, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Paticle_wind_settings_C_UserConstructionScript, CallFunc_SetSpeed_InNewSpeed_ImplicitCast) == 0x000664, "Member 'BP_Paticle_wind_settings_C_UserConstructionScript::CallFunc_SetSpeed_InNewSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Paticle_wind_settings_C \ +static_assert(alignof(ABP_Paticle_wind_settings_C) == 0x000008, "Wrong alignment on ABP_Paticle_wind_settings_C"); \ +static_assert(sizeof(ABP_Paticle_wind_settings_C) == 0x0002E8, "Wrong size on ABP_Paticle_wind_settings_C"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Arrow) == 0x000290, "Member 'ABP_Paticle_wind_settings_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Billboard) == 0x000298, "Member 'ABP_Paticle_wind_settings_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Update) == 0x0002A0, "Member 'ABP_Paticle_wind_settings_C::Update' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Wind_in_scene) == 0x0002A8, "Member 'ABP_Paticle_wind_settings_C::Wind_in_scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Intansity_Wind_Multiplay) == 0x0002B0, "Member 'ABP_Paticle_wind_settings_C::Intansity_Wind_Multiplay' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, speed_wind) == 0x0002B8, "Member 'ABP_Paticle_wind_settings_C::speed_wind' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, wind_rotation_Horizontal) == 0x0002C0, "Member 'ABP_Paticle_wind_settings_C::wind_rotation_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Gravity) == 0x0002C8, "Member 'ABP_Paticle_wind_settings_C::Gravity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Paticle_wind_settings_C, Current_Acelerate_Paticle) == 0x0002D0, "Member 'ABP_Paticle_wind_settings_C::Current_Acelerate_Paticle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor \ +static_assert(alignof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor) == 0x000008, "Wrong alignment on BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor"); \ +static_assert(sizeof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor) == 0x000258, "Wrong size on BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, EntryPoint) == 0x000000, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, K2Node_Event_Instant) == 0x000010, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, K2Node_Event_InteractionState) == 0x000012, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_IsOverlappingActor_ReturnValue) == 0x000013, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_GetPlayerController_ReturnValue_1) == 0x000038, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000040, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000058, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000150, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_UpdateLeftDoorRotation_Alpha_ImplicitCast) == 0x000248, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_UpdateLeftDoorRotation_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor, CallFunc_UpdateRightDoorRotation_Value_ImplicitCast) == 0x000250, "Member 'BP_GPE_ManorInsideDoor_C_ExecuteUbergraph_BP_GPE_ManorInsideDoor::CallFunc_UpdateRightDoorRotation_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorInsideDoor_C_OnInteractionRequested \ +static_assert(alignof(BP_GPE_ManorInsideDoor_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GPE_ManorInsideDoor_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GPE_ManorInsideDoor_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GPE_ManorInsideDoor_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GPE_ManorInsideDoor_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GPE_ManorInsideDoor_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_GPE_ManorInsideDoor_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation \ +static_assert(alignof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation) == 0x000008, "Wrong alignment on BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation"); \ +static_assert(sizeof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation) == 0x000150, "Wrong size on BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, Alpha) == 0x000000, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Roll) == 0x000008, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Pitch) == 0x00000C, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Yaw) == 0x000010, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Roll_1) == 0x000014, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Pitch_1) == 0x000018, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_BreakRotator_Yaw_1) == 0x00001C, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_MapRangeClamped_OutRangeA_ImplicitCast) == 0x000138, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_MapRangeClamped_OutRangeA_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_MapRangeClamped_OutRangeB_ImplicitCast) == 0x000140, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_MapRangeClamped_OutRangeB_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000148, "Member 'BP_GPE_ManorInsideDoor_C_UpdateLeftDoorRotation::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation \ +static_assert(alignof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation) == 0x000008, "Wrong alignment on BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation"); \ +static_assert(sizeof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation) == 0x000150, "Wrong size on BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, Value) == 0x000000, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Roll) == 0x000008, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Pitch) == 0x00000C, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Yaw) == 0x000010, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Roll_1) == 0x000014, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Pitch_1) == 0x000018, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_BreakRotator_Yaw_1) == 0x00001C, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_MapRangeClamped_OutRangeA_ImplicitCast) == 0x000138, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_MapRangeClamped_OutRangeA_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_MapRangeClamped_OutRangeB_ImplicitCast) == 0x000140, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_MapRangeClamped_OutRangeB_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000148, "Member 'BP_GPE_ManorInsideDoor_C_UpdateRightDoorRotation::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_ManorInsideDoor_C \ +static_assert(alignof(ABP_GPE_ManorInsideDoor_C) == 0x000008, "Wrong alignment on ABP_GPE_ManorInsideDoor_C"); \ +static_assert(sizeof(ABP_GPE_ManorInsideDoor_C) == 0x0003A0, "Wrong size on ABP_GPE_ManorInsideDoor_C"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, UberGraphFrame_BP_GPE_ManorInsideDoor_C) == 0x0002F0, "Member 'ABP_GPE_ManorInsideDoor_C::UberGraphFrame_BP_GPE_ManorInsideDoor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, CustomNavModifier) == 0x0002F8, "Member 'ABP_GPE_ManorInsideDoor_C::CustomNavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, Box_Overlapping) == 0x000300, "Member 'ABP_GPE_ManorInsideDoor_C::Box_Overlapping' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, SM_Door_Left) == 0x000308, "Member 'ABP_GPE_ManorInsideDoor_C::SM_Door_Left' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, SM_Door_Right) == 0x000310, "Member 'ABP_GPE_ManorInsideDoor_C::SM_Door_Right' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, SM_Door_Frame_AB) == 0x000318, "Member 'ABP_GPE_ManorInsideDoor_C::SM_Door_Frame_AB' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, Timeline_LerpFloatTrack_0BEE93404D3F4B3806071A80ABF317CC) == 0x000320, "Member 'ABP_GPE_ManorInsideDoor_C::Timeline_LerpFloatTrack_0BEE93404D3F4B3806071A80ABF317CC' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, Timeline__Direction_0BEE93404D3F4B3806071A80ABF317CC) == 0x000324, "Member 'ABP_GPE_ManorInsideDoor_C::Timeline__Direction_0BEE93404D3F4B3806071A80ABF317CC' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, Timeline) == 0x000328, "Member 'ABP_GPE_ManorInsideDoor_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, LeftDoorRotationOpen) == 0x000330, "Member 'ABP_GPE_ManorInsideDoor_C::LeftDoorRotationOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, RightDoorRotationOpen) == 0x000348, "Member 'ABP_GPE_ManorInsideDoor_C::RightDoorRotationOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, LeftDoorBaseRotation) == 0x000360, "Member 'ABP_GPE_ManorInsideDoor_C::LeftDoorBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, RightDoorbaseRotation) == 0x000378, "Member 'ABP_GPE_ManorInsideDoor_C::RightDoorbaseRotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, AudioDoorOpen) == 0x000390, "Member 'ABP_GPE_ManorInsideDoor_C::AudioDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorInsideDoor_C, AudioDoorLocked) == 0x000398, "Member 'ABP_GPE_ManorInsideDoor_C::AudioDoorLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas \ +static_assert(alignof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas) == 0x000008, "Wrong alignment on BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas"); \ +static_assert(sizeof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas) == 0x000030, "Wrong size on BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, EntryPoint) == 0x000000, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, K2Node_Event_Instant) == 0x000010, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, K2Node_Event_InteractionState) == 0x000011, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::K2Node_Event_InteractionState' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, CallFunc_SelectFloat_ReturnValue_1) == 0x000020, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast) == 0x000028, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas, CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1) == 0x00002C, "Member 'BP_GPE_ManorFamilyCanvas_C_ExecuteUbergraph_BP_GPE_ManorFamilyCanvas::CallFunc_SetScalarParameterValueOnMaterials_ParameterValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable \ +static_assert(alignof(BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable) == 0x000001, "Wrong alignment on BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable"); \ +static_assert(sizeof(BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable) == 0x000001, "Wrong size on BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable, Available) == 0x000000, "Member 'BP_GPE_ManorFamilyCanvas_C_IsInteractionAvailable::Available' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested \ +static_assert(alignof(BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested, InteractingWorldCharacter) == 0x000000, "Member 'BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested::InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_GPE_ManorFamilyCanvas_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded \ +static_assert(alignof(BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong alignment on BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded"); \ +static_assert(sizeof(BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded) == 0x000001, "Wrong size on BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded"); \ +static_assert(offsetof(BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded, InteractionState) == 0x000000, "Member 'BP_GPE_ManorFamilyCanvas_C_OnObjectInteractionStateLoaded::InteractionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GPE_ManorFamilyCanvas_C \ +static_assert(alignof(ABP_GPE_ManorFamilyCanvas_C) == 0x000008, "Wrong alignment on ABP_GPE_ManorFamilyCanvas_C"); \ +static_assert(sizeof(ABP_GPE_ManorFamilyCanvas_C) == 0x000318, "Wrong size on ABP_GPE_ManorFamilyCanvas_C"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, UberGraphFrame_BP_GPE_ManorFamilyCanvas_C) == 0x0002F0, "Member 'ABP_GPE_ManorFamilyCanvas_C::UberGraphFrame_BP_GPE_ManorFamilyCanvas_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, Frame_C) == 0x0002F8, "Member 'ABP_GPE_ManorFamilyCanvas_C::Frame_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, Timeline_NewTrack_0_86E322B2437692A991C7E49E09C2E2BC) == 0x000300, "Member 'ABP_GPE_ManorFamilyCanvas_C::Timeline_NewTrack_0_86E322B2437692A991C7E49E09C2E2BC' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, Timeline__Direction_86E322B2437692A991C7E49E09C2E2BC) == 0x000304, "Member 'ABP_GPE_ManorFamilyCanvas_C::Timeline__Direction_86E322B2437692A991C7E49E09C2E2BC' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, Timeline) == 0x000308, "Member 'ABP_GPE_ManorFamilyCanvas_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GPE_ManorFamilyCanvas_C, IsManorVersion) == 0x000310, "Member 'ABP_GPE_ManorFamilyCanvas_C::IsManorVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_C"); \ +static_assert(offsetof(ABP_NPC_Dialogue_Empty_C, BP_GPE_ManorFamilyCanvas) == 0x000B80, "Member 'ABP_NPC_Dialogue_Empty_C::BP_GPE_ManorFamilyCanvas' has a wrong offset!"); \ +static_assert(offsetof(ABP_NPC_Dialogue_Empty_C, DoorToOpen) == 0x000BA8, "Member 'ABP_NPC_Dialogue_Empty_C::DoorToOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RotatingMesh_C_UserConstructionScript \ +static_assert(alignof(BP_RotatingMesh_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_RotatingMesh_C_UserConstructionScript"); \ +static_assert(sizeof(BP_RotatingMesh_C_UserConstructionScript) == 0x000001, "Wrong size on BP_RotatingMesh_C_UserConstructionScript"); \ +static_assert(offsetof(BP_RotatingMesh_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'BP_RotatingMesh_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RotatingMesh_C \ +static_assert(alignof(ABP_RotatingMesh_C) == 0x000008, "Wrong alignment on ABP_RotatingMesh_C"); \ +static_assert(sizeof(ABP_RotatingMesh_C) == 0x0002D8, "Wrong size on ABP_RotatingMesh_C"); \ +static_assert(offsetof(ABP_RotatingMesh_C, StaticMesh1) == 0x000290, "Member 'ABP_RotatingMesh_C::StaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, RotatingMovement) == 0x000298, "Member 'ABP_RotatingMesh_C::RotatingMovement' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, StaticMesh) == 0x0002A0, "Member 'ABP_RotatingMesh_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, DefaultSceneRoot) == 0x0002A8, "Member 'ABP_RotatingMesh_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, MeshToRotate) == 0x0002B0, "Member 'ABP_RotatingMesh_C::MeshToRotate' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, Material) == 0x0002B8, "Member 'ABP_RotatingMesh_C::Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_RotatingMesh_C, Rotation_Rate) == 0x0002C0, "Member 'ABP_RotatingMesh_C::Rotation_Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASMBP_BuildingHaussmannG_C \ +static_assert(alignof(ASMBP_BuildingHaussmannG_C) == 0x000008, "Wrong alignment on ASMBP_BuildingHaussmannG_C"); \ +static_assert(sizeof(ASMBP_BuildingHaussmannG_C) == 0x000420, "Wrong size on ASMBP_BuildingHaussmannG_C"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh41) == 0x000290, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh40) == 0x000298, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh39) == 0x0002A0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh38) == 0x0002A8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh37) == 0x0002B0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh36) == 0x0002B8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh35) == 0x0002C0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh34) == 0x0002C8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh33) == 0x0002D0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh32) == 0x0002D8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh31) == 0x0002E0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh30) == 0x0002E8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh29) == 0x0002F0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh28) == 0x0002F8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh27) == 0x000300, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh26) == 0x000308, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh25) == 0x000310, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh24) == 0x000318, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh23) == 0x000320, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh22) == 0x000328, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh21) == 0x000330, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh20) == 0x000338, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh19) == 0x000340, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh18) == 0x000348, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh17) == 0x000350, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh16) == 0x000358, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh15) == 0x000360, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh14) == 0x000368, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh13) == 0x000370, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh12) == 0x000378, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh11) == 0x000380, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh10) == 0x000388, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh9) == 0x000390, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh8) == 0x000398, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh7) == 0x0003A0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh6) == 0x0003A8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh5) == 0x0003B0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh4) == 0x0003B8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh3) == 0x0003C0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh2) == 0x0003C8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh1) == 0x0003D0, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, InstancedStaticMesh) == 0x0003D8, "Member 'ASMBP_BuildingHaussmannG_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh6) == 0x0003E0, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh5) == 0x0003E8, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh4) == 0x0003F0, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh3) == 0x0003F8, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh2) == 0x000400, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh1) == 0x000408, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, StaticMesh) == 0x000410, "Member 'ASMBP_BuildingHaussmannG_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASMBP_BuildingHaussmannG_C, DefaultSceneRoot) == 0x000418, "Member 'ASMBP_BuildingHaussmannG_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus \ +static_assert(alignof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus) == 0x000048, "Wrong size on BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, K2Node_DynamicCast_AsSet_Quest_Objective_Status) == 0x000008, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::K2Node_DynamicCast_AsSet_Quest_Objective_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, K2Node_Event_Controller) == 0x000018, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom) == 0x000030, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::CallFunc_GetCustomGameInstance_BP_J_RPG_GI_Custom' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_ExecuteUbergraph_BP_GameActionInstance_SetQuestObjectiveStatus::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString) == 0x0001C0, "Wrong size on BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_DynamicCast_AsSet_Quest_Objective_Status) == 0x000010, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_DynamicCast_AsSet_Quest_Objective_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x0000F0, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000100, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000110, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000158, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x0001B0, "Member 'BP_GameActionInstance_SetQuestObjectiveStatus_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetQuestObjectiveStatus_C \ +static_assert(alignof(UBP_GameActionInstance_SetQuestObjectiveStatus_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetQuestObjectiveStatus_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetQuestObjectiveStatus_C) == 0x000048, "Wrong size on UBP_GameActionInstance_SetQuestObjectiveStatus_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetQuestObjectiveStatus_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetQuestObjectiveStatus_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_CinematicWithLightingScenario_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_CinematicWithLightingScenario_C \ +static_assert(alignof(UBP_GameAction_CinematicWithLightingScenario_C) == 0x000008, "Wrong alignment on UBP_GameAction_CinematicWithLightingScenario_C"); \ +static_assert(sizeof(UBP_GameAction_CinematicWithLightingScenario_C) == 0x0001A8, "Wrong size on UBP_GameAction_CinematicWithLightingScenario_C"); \ +static_assert(offsetof(UBP_GameAction_CinematicWithLightingScenario_C, CinematicParameters) == 0x000030, "Member 'UBP_GameAction_CinematicWithLightingScenario_C::CinematicParameters' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_CinematicWithLightingScenario_C, ScenarioReferenceOnEnd) == 0x000180, "Member 'UBP_GameAction_CinematicWithLightingScenario_C::ScenarioReferenceOnEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction) == 0x000040, "Wrong size on BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, Temp_byte_Variable) == 0x000021, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, CallFunc_Array_IsEmpty_ReturnValue) == 0x000039, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'BP_GameAction_UnlockWorldMapCapacity_C_ValidateGameAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_UnlockWorldMapCapacity_C \ +static_assert(alignof(UBP_GameAction_UnlockWorldMapCapacity_C) == 0x000008, "Wrong alignment on UBP_GameAction_UnlockWorldMapCapacity_C"); \ +static_assert(sizeof(UBP_GameAction_UnlockWorldMapCapacity_C) == 0x000040, "Wrong size on UBP_GameAction_UnlockWorldMapCapacity_C"); \ +static_assert(offsetof(UBP_GameAction_UnlockWorldMapCapacity_C, CapacitiesToUnlock) == 0x000030, "Member 'UBP_GameAction_UnlockWorldMapCapacity_C::CapacitiesToUnlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction) == 0x000308, "Wrong size on BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x0000A8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x0000BC, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Conv_NameToText_ReturnValue) == 0x0000C8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_OutRow) == 0x000120, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002E0, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0002E8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x0002F8, "Member 'BP_GameAction_CharacterRemoveFromGroup_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_CharacterRemoveFromGroup_C \ +static_assert(alignof(UBP_GameAction_CharacterRemoveFromGroup_C) == 0x000008, "Wrong alignment on UBP_GameAction_CharacterRemoveFromGroup_C"); \ +static_assert(sizeof(UBP_GameAction_CharacterRemoveFromGroup_C) == 0x000040, "Wrong size on UBP_GameAction_CharacterRemoveFromGroup_C"); \ +static_assert(offsetof(UBP_GameAction_CharacterRemoveFromGroup_C, CharacterHardcodedIDs) == 0x000030, "Member 'UBP_GameAction_CharacterRemoveFromGroup_C::CharacterHardcodedIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight \ +static_assert(alignof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight"); \ +static_assert(sizeof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight) == 0x0002B8, "Wrong size on BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000168, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000170, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000178, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_Dialogue_Harbour_CrowdRight_C_ExecuteUbergraph_BP_Dialogue_Harbour_CrowdRight::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_CrowdRight_C \ +static_assert(alignof(ABP_Dialogue_Harbour_CrowdRight_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_CrowdRight_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_CrowdRight_C) == 0x000340, "Wrong size on ABP_Dialogue_Harbour_CrowdRight_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_CrowdRight_C, UberGraphFrame_BP_Dialogue_Harbour_CrowdRight_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_CrowdRight_C::UberGraphFrame_BP_Dialogue_Harbour_CrowdRight_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_1_Tristan_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_1_Tristan_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_1_Tristan_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_1_Tristan_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_1_Tristan_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining \ +static_assert(alignof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining"); \ +static_assert(sizeof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining) == 0x000158, "Wrong size on BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, K2Node_MakeStruct_FRichDialogueLine) == 0x000010, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, CallFunc_GetComponentByClass_ReturnValue) == 0x000140, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_Dialogue_Harbour_FlowersRemaining_C_ExecuteUbergraph_BP_Dialogue_Harbour_FlowersRemaining::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_FlowersRemaining_C \ +static_assert(alignof(ABP_Dialogue_Harbour_FlowersRemaining_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_FlowersRemaining_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_FlowersRemaining_C) == 0x000340, "Wrong size on ABP_Dialogue_Harbour_FlowersRemaining_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_FlowersRemaining_C, UberGraphFrame_BP_Dialogue_Harbour_FlowersRemaining_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_FlowersRemaining_C::UberGraphFrame_BP_Dialogue_Harbour_FlowersRemaining_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_AddItemToInventory_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_AddItemToInventory_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_AddItemToInventory_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_AddItemToInventory_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_AddItemToInventory_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_AddItemToInventory_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_AddItemToInventory_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_AddItemToInventory_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_AddItemToInventory_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_AddItemToInventory_C_ValidateGameAction) == 0x000170, "Wrong size on BP_GameAction_AddItemToInventory_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000048, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x000110, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_1) == 0x000120, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue_2) == 0x000130, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x00015C, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000160, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x000161, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000164, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Array_IsEmpty_ReturnValue) == 0x000168, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000169, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x00016A, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x00016B, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_AddItemToInventory_C_ValidateGameAction, CallFunc_BooleanOR_ReturnValue) == 0x00016C, "Member 'BP_GameAction_AddItemToInventory_C_ValidateGameAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_AddItemToInventory_C \ +static_assert(alignof(UBP_GameAction_AddItemToInventory_C) == 0x000008, "Wrong alignment on UBP_GameAction_AddItemToInventory_C"); \ +static_assert(sizeof(UBP_GameAction_AddItemToInventory_C) == 0x000048, "Wrong size on UBP_GameAction_AddItemToInventory_C"); \ +static_assert(offsetof(UBP_GameAction_AddItemToInventory_C, Items) == 0x000030, "Member 'UBP_GameAction_AddItemToInventory_C::Items' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_AddItemToInventory_C, LootContext) == 0x000040, "Member 'UBP_GameAction_AddItemToInventory_C::LootContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human \ +static_assert(alignof(BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human) == 0x000004, "Wrong alignment on BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human) == 0x000004, "Wrong size on BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human, EntryPoint) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_Human_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_Human::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_NPC_Dialog_Human_C \ +static_assert(alignof(ABP_jRPG_NPC_Dialog_Human_C) == 0x000010, "Wrong alignment on ABP_jRPG_NPC_Dialog_Human_C"); \ +static_assert(sizeof(ABP_jRPG_NPC_Dialog_Human_C) == 0x000BA0, "Wrong size on ABP_jRPG_NPC_Dialog_Human_C"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_C, UberGraphFrame_BP_jRPG_NPC_Dialog_Human_C) == 0x000B80, "Member 'ABP_jRPG_NPC_Dialog_Human_C::UberGraphFrame_BP_jRPG_NPC_Dialog_Human_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_C, OVRLipSyncPlaybackActor) == 0x000B88, "Member 'ABP_jRPG_NPC_Dialog_Human_C::OVRLipSyncPlaybackActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_C, OVRLipSyncActor) == 0x000B90, "Member 'ABP_jRPG_NPC_Dialog_Human_C::OVRLipSyncActor' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_Human_C, Face) == 0x000B98, "Member 'ABP_jRPG_NPC_Dialog_Human_C::Face' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1 \ +static_assert(alignof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1) == 0x000028, "Wrong size on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1, EntryPoint) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1, K2Node_Event_InteractingWorldCharacter) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1::K2Node_Event_InteractingWorldCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1, K2Node_Event_Instant) == 0x000010, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1::K2Node_Event_Instant' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_ExecuteUbergraph_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested \ +static_assert(alignof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested) == 0x000008, "Wrong alignment on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested) == 0x000010, "Wrong size on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested, InteractingWorldCharacter_0) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested::InteractingWorldCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested, Instant) == 0x000008, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_OnInteractionRequested::Instant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript \ +static_assert(alignof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript"); \ +static_assert(sizeof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript) == 0x000001, "Wrong size on BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript"); \ +static_assert(offsetof(BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C \ +static_assert(alignof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C) == 0x000010, "Wrong alignment on ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C"); \ +static_assert(sizeof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C) == 0x000BE0, "Wrong size on ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, UberGraphFrame_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C) == 0x000BA0, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::UberGraphFrame_BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, FlowerNecklace) == 0x000BA8, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::FlowerNecklace' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, SM_Accessories) == 0x000BB0, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::SM_Accessories' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, SM_Hair) == 0x000BB8, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::SM_Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, SK_Hair) == 0x000BC0, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::SK_Hair' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, BaseAnimInstance) == 0x000BC8, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::BaseAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C, ShowFlowerNecklace) == 0x000BD0, "Member 'ABP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_C::ShowFlowerNecklace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetCharacterCustomization_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetCharacterCustomization_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetCharacterCustomization_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetCharacterCustomization_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetCharacterCustomization_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetCharacterCustomization_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetCharacterCustomization_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetCharacterCustomization_C \ +static_assert(alignof(UBP_GameAction_SetCharacterCustomization_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetCharacterCustomization_C"); \ +static_assert(sizeof(UBP_GameAction_SetCharacterCustomization_C) == 0x000048, "Wrong size on UBP_GameAction_SetCharacterCustomization_C"); \ +static_assert(offsetof(UBP_GameAction_SetCharacterCustomization_C, CharacterCustomizationItemData) == 0x000030, "Member 'UBP_GameAction_SetCharacterCustomization_C::CharacterCustomizationItemData' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_SetCharacterCustomization_C, Character) == 0x000040, "Member 'UBP_GameAction_SetCharacterCustomization_C::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization \ +static_assert(alignof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization"); \ +static_assert(sizeof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization) == 0x000060, "Wrong size on BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, K2Node_DynamicCast_AsSet_Character_Customization) == 0x000008, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::K2Node_DynamicCast_AsSet_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_GetCharacterID_FromEnum_ReturnValue) == 0x000014, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_GetCharacterID_FromEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_GetCustomGI_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_GetCustomGI_ReturnValue_1) == 0x000028, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_GetCustomGI_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_GetCharacterByID_CharacterData) == 0x000030, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_GetCharacterByID_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, K2Node_Event_Controller) == 0x000040, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, K2Node_DynamicCast_AsBP_J_RPG_Character_World) == 0x000050, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::K2Node_DynamicCast_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_ExecuteUbergraph_BP_GameActionInstance_SetCharacterCustomization::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString) == 0x0001B8, "Wrong size on BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_DynamicCast_AsSet_Character_Customization) == 0x000020, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_DynamicCast_AsSet_Character_Customization' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_GetCharacterID_FromEnum_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_GetCharacterID_FromEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x000090, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000E8, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue_2) == 0x0000F8, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'BP_GameActionInstance_SetCharacterCustomization_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_SetCharacterCustomization_C \ +static_assert(alignof(UBP_GameActionInstance_SetCharacterCustomization_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_SetCharacterCustomization_C"); \ +static_assert(sizeof(UBP_GameActionInstance_SetCharacterCustomization_C) == 0x000048, "Wrong size on UBP_GameActionInstance_SetCharacterCustomization_C"); \ +static_assert(offsetof(UBP_GameActionInstance_SetCharacterCustomization_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_SetCharacterCustomization_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Harbour_GommageStarts_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Harbour_GommageStarts_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Harbour_GommageStarts_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Harbour_GommageStarts_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_Harbour_GommageStarts_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Female_1_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Female_1_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Female_1_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Female_1_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Children_Female_1_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Children_Female_1_C, NPCs_Child_Girl_Bow_01) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Children_Female_1_C::NPCs_Child_Girl_Bow_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Male_2_Mathou_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Male_2_Mathou_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Male_2_Mathou_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Male_2_Mathou_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Children_Male_2_Mathou_C"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_CalculateNoise \ +static_assert(alignof(FS_MasterField_C_CalculateNoise) == 0x000010, "Wrong alignment on FS_MasterField_C_CalculateNoise"); \ +static_assert(sizeof(FS_MasterField_C_CalculateNoise) == 0x0001E0, "Wrong size on FS_MasterField_C_CalculateNoise"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, OutputPin) == 0x000000, "Member 'FS_MasterField_C_CalculateNoise::OutputPin' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000008, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000020, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000038, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000050, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, Temp_struct_Variable) == 0x0000B0, "Member 'FS_MasterField_C_CalculateNoise::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_BreakTransform_Location) == 0x000110, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_BreakTransform_Rotation) == 0x000128, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_BreakTransform_Scale) == 0x000140, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_AddComponent_ReturnValue) == 0x000158, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_MakeTransform_ReturnValue) == 0x000160, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_BreakVector2D_X) == 0x0001C0, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_BreakVector2D_Y) == 0x0001C8, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_SetNoiseField_ReturnValue) == 0x0001D0, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_SetNoiseField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_SetNoiseField_MinRange_ImplicitCast) == 0x0001D8, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_SetNoiseField_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_CalculateNoise, CallFunc_SetNoiseField_MaxRange_ImplicitCast) == 0x0001DC, "Member 'FS_MasterField_C_CalculateNoise::CallFunc_SetNoiseField_MaxRange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_DisplayTextSetup \ +static_assert(alignof(FS_MasterField_C_DisplayTextSetup) == 0x000008, "Wrong alignment on FS_MasterField_C_DisplayTextSetup"); \ +static_assert(sizeof(FS_MasterField_C_DisplayTextSetup) == 0x0000B8, "Wrong size on FS_MasterField_C_DisplayTextSetup"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_X) == 0x000000, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'FS_MasterField_C_DisplayTextSetup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000028, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_2) == 0x000038, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_X_1) == 0x000048, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_Y_1) == 0x000050, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_3) == 0x000058, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_4) == 0x000068, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_5) == 0x000078, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_6) == 0x000088, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, K2Node_MakeArray_Array) == 0x0000A8, "Member 'FS_MasterField_C_DisplayTextSetup::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ExecuteUbergraph_FS_MasterField \ +static_assert(alignof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField) == 0x000010, "Wrong alignment on FS_MasterField_C_ExecuteUbergraph_FS_MasterField"); \ +static_assert(sizeof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField) == 0x000910, "Wrong size on FS_MasterField_C_ExecuteUbergraph_FS_MasterField"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, EntryPoint) == 0x000000, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetMetaDataFilterType_ReturnValue) == 0x000008, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetMetaDataFilterType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetReturnResultsTerminal_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetReturnResultsTerminal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_IsClosed_Variable) == 0x00001C, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_Has_Been_Initd_Variable) == 0x000040, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000041, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000048, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_GetUpVector_ReturnValue) == 0x000060, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X) == 0x000078, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y) == 0x000080, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeVector2D_ReturnValue) == 0x000088, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffShapeSwitch_OperatorFieldOut) == 0x000098, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffShapeSwitch_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Abs_ReturnValue) == 0x0000A0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000B8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0000C8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue) == 0x0000E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable) == 0x0000F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_1) == 0x000150, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue) == 0x0001B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_1) == 0x0001B8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_2) == 0x0001C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformInteger_ReturnValue) == 0x000220, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_2) == 0x000228, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_ReturnValue) == 0x000230, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue_1) == 0x000238, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_3) == 0x000240, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_3) == 0x0002A0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_4) == 0x0002B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_ReturnValue_1) == 0x000310, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_4) == 0x000318, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_5) == 0x000320, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_6) == 0x000380, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_5) == 0x0003E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_6) == 0x0003E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_ReturnValue) == 0x0003F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_7) == 0x000400, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_8) == 0x000460, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_7) == 0x0004C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_8) == 0x0004C8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRandomVector_ReturnValue) == 0x0004D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRandomVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_ReturnValue_1) == 0x0004D8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue) == 0x0004E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_1) == 0x0004E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue_2) == 0x0004F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_9) == 0x000500, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_9) == 0x000560, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRadialVector_ReturnValue) == 0x000568, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRadialVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffShapeSwitch_OperatorFieldOut_1) == 0x000570, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffShapeSwitch_OperatorFieldOut_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetCullingField_ReturnValue) == 0x000578, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess) == 0x000580, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess_1) == 0x000581, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess_2) == 0x000582, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_10) == 0x000590, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_10) == 0x0005F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffShapeSwitch_OperatorFieldOut_2) == 0x0005F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffShapeSwitch_OperatorFieldOut_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_CalculateNoise_OutputPin) == 0x000600, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_CalculateNoise_OutputPin' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullSwitch_Main_CullingField) == 0x000608, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullSwitch_Main_CullingField' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_2) == 0x000610, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullSwitch_Main_CullingField_1) == 0x000618, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullSwitch_Main_CullingField_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_CalculateNoise_OutputPin_1) == 0x000620, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_CalculateNoise_OutputPin_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_11) == 0x000630, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_12) == 0x000690, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_11) == 0x0006F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_12) == 0x0006F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_13) == 0x000700, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_CalculateNoise_OutputPin_2) == 0x000760, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_CalculateNoise_OutputPin_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_13) == 0x000768, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_14) == 0x000770, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_15) == 0x0007D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_14) == 0x000830, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_15) == 0x000838, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_struct_Variable_16) == 0x000840, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_3) == 0x0008A0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_AddComponent_ReturnValue_16) == 0x0008A8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_AddComponent_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_4) == 0x0008B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_5) == 0x0008B8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_6) == 0x0008C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullSwitch_Main_CullingField_2) == 0x0008C8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullSwitch_Main_CullingField_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetCullingField_ReturnValue_1) == 0x0008D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_CalculateNoise_OutputPin_3) == 0x0008D8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_CalculateNoise_OutputPin_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_7) == 0x0008E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullSwitch_Main_CullingField_3) == 0x0008E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullSwitch_Main_CullingField_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_Magnitude_ImplicitCast) == 0x0008F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1) == 0x0008F4, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast) == 0x0008F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRadialVector_Magnitude_ImplicitCast) == 0x0008FC, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRadialVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000900, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_Magnitude_ImplicitCast) == 0x000904, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast_2) == 0x000908, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffAndCullSwitch_Main \ +static_assert(alignof(FS_MasterField_C_FalloffAndCullSwitch_Main) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffAndCullSwitch_Main"); \ +static_assert(sizeof(FS_MasterField_C_FalloffAndCullSwitch_Main) == 0x000810, "Wrong size on FS_MasterField_C_FalloffAndCullSwitch_Main"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Magnitude) == 0x000000, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, FalloffType) == 0x000008, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, FalloffMinMax_0) == 0x000010, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, OperatorField) == 0x000020, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::OperatorField' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CullingField) == 0x000028, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CullingField' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, NewLocalVar_0) == 0x000030, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable) == 0x000050, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue) == 0x0000B0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_X) == 0x0000B8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_Y) == 0x0000C0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_1) == 0x0000D0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_X_1) == 0x000130, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_Y_1) == 0x000138, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_1) == 0x000140, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_2) == 0x000150, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_2) == 0x0001B0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_3) == 0x0001C0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_X_2) == 0x000220, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_BreakVector2D_Y_2) == 0x000228, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_3) == 0x000230, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_4) == 0x000240, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_5) == 0x0002A0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_4) == 0x000300, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_5) == 0x000308, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_6) == 0x000310, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_7) == 0x000370, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_6) == 0x0003D0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_7) == 0x0003D8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_8) == 0x0003E0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_8) == 0x000440, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, K2Node_SwitchEnum_CmpSuccess) == 0x000448, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_9) == 0x000450, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_9) == 0x0004B0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0004C0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_10) == 0x000520, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000580, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_10) == 0x0005E0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_ReturnValue) == 0x0005E8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x0005F0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_ReturnValue_2) == 0x0005F8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_11) == 0x000600, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_12) == 0x000660, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_11) == 0x0006C0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_12) == 0x0006C8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetOperatorField_ReturnValue) == 0x0006D0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0006D8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetCullingField_ReturnValue) == 0x0006E0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0006E8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetRadialFalloff_ReturnValue) == 0x000700, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x000708, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, Temp_struct_Variable_13) == 0x000710, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_GetUpVector_ReturnValue) == 0x000770, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_AddComponent_ReturnValue_13) == 0x000788, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_AddComponent_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000790, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetOperatorField_ReturnValue_1) == 0x0007A8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_ReturnValue) == 0x0007B0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetCullingField_ReturnValue_1) == 0x0007B8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0007C0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetOperatorField_ReturnValue_2) == 0x0007C8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetCullingField_ReturnValue_2) == 0x0007D0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetCullingField_ReturnValue_3) == 0x0007D8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast) == 0x0007E0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0007E4, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0007E8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetRadialFalloff_Magnitude_ImplicitCast) == 0x0007EC, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetRadialFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0007F0, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0007F4, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_Magnitude_ImplicitCast) == 0x0007F8, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0007FC, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x000800, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullSwitch_Main, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000804, "Member 'FS_MasterField_C_FalloffAndCullSwitch_Main::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffShapeSwitch \ +static_assert(alignof(FS_MasterField_C_FalloffShapeSwitch) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffShapeSwitch"); \ +static_assert(sizeof(FS_MasterField_C_FalloffShapeSwitch) == 0x000630, "Wrong size on FS_MasterField_C_FalloffShapeSwitch"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, FalloffType) == 0x000000, "Member 'FS_MasterField_C_FalloffShapeSwitch::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, FalloffMinMax_0) == 0x000008, "Member 'FS_MasterField_C_FalloffShapeSwitch::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, OperatorFieldOut) == 0x000018, "Member 'FS_MasterField_C_FalloffShapeSwitch::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, NewLocalVar_1) == 0x000020, "Member 'FS_MasterField_C_FalloffShapeSwitch::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, NewLocalVar_0) == 0x000030, "Member 'FS_MasterField_C_FalloffShapeSwitch::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_MakeVector2D_ReturnValue) == 0x000058, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_X_1) == 0x000068, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_Y_1) == 0x000070, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable) == 0x000080, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_X_2) == 0x0000E0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_Y_2) == 0x0000E8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue) == 0x0000F0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_1) == 0x000100, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_1) == 0x000160, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_2) == 0x000170, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_3) == 0x0001D0, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_2) == 0x000230, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_3) == 0x000238, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_4) == 0x000240, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_5) == 0x0002A0, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_4) == 0x000300, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_5) == 0x000308, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, K2Node_SwitchEnum_CmpSuccess) == 0x000310, "Member 'FS_MasterField_C_FalloffShapeSwitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000320, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_6) == 0x000380, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_7) == 0x0003E0, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_6) == 0x000440, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_7) == 0x000448, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_GetUpVector_ReturnValue) == 0x000450, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000468, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, Temp_struct_Variable_8) == 0x000480, "Member 'FS_MasterField_C_FalloffShapeSwitch::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_AddComponent_ReturnValue_8) == 0x0004E0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_AddComponent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetBoxFalloff_ReturnValue) == 0x0004E8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0004F0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000550, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_X_3) == 0x000558, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_Y_3) == 0x000560, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetOperatorField_ReturnValue) == 0x000568, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000570, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetOperatorField_ReturnValue_1) == 0x000578, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000580, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_GetUpVector_ReturnValue_1) == 0x000588, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0005A0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0005B8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetRadialFalloff_ReturnValue) == 0x0005D0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_X_4) == 0x0005D8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_BreakVector2D_Y_4) == 0x0005E0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetOperatorField_ReturnValue_2) == 0x0005E8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0005F0, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetOperatorField_ReturnValue_3) == 0x0005F8, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x000600, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x000604, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x000608, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x00060C, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000610, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x000614, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x000618, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x00061C, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x000620, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffShapeSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x000624, "Member 'FS_MasterField_C_FalloffShapeSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ForceMultiplier \ +static_assert(alignof(FS_MasterField_C_ForceMultiplier) == 0x000008, "Wrong alignment on FS_MasterField_C_ForceMultiplier"); \ +static_assert(sizeof(FS_MasterField_C_ForceMultiplier) == 0x000030, "Wrong size on FS_MasterField_C_ForceMultiplier"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue_1) == 0x000008, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue_2) == 0x000018, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000028, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_InitializeFieldVariables \ +static_assert(alignof(FS_MasterField_C_InitializeFieldVariables) == 0x000008, "Wrong alignment on FS_MasterField_C_InitializeFieldVariables"); \ +static_assert(sizeof(FS_MasterField_C_InitializeFieldVariables) == 0x000060, "Wrong size on FS_MasterField_C_InitializeFieldVariables"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_X) == 0x000008, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_Y) == 0x000010, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_Z) == 0x000018, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x000038, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetAllActorsOfClassWithTag_OutActors_1) == 0x000048, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetAllActorsOfClassWithTag_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, K2Node_SwitchEnum_CmpSuccess) == 0x000058, "Member 'FS_MasterField_C_InitializeFieldVariables::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_MakeDynamic_EnableNonGC \ +static_assert(alignof(FS_MasterField_C_MakeDynamic_EnableNonGC) == 0x000008, "Wrong alignment on FS_MasterField_C_MakeDynamic_EnableNonGC"); \ +static_assert(sizeof(FS_MasterField_C_MakeDynamic_EnableNonGC) == 0x000870, "Wrong size on FS_MasterField_C_MakeDynamic_EnableNonGC"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, NewLocalVar_0) == 0x000000, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable) == 0x000028, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_2) == 0x000034, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess_1) == 0x000041, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_3) == 0x000044, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_3) == 0x000048, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_4) == 0x00004C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_4) == 0x000054, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item) == 0x000058, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000061, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_4) == 0x000064, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_1) == 0x000070, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000078, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X) == 0x000090, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y) == 0x000098, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z) == 0x0000A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_5) == 0x0000B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_5) == 0x0000B4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_6) == 0x0000BC, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_6) == 0x0000C4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_1) == 0x0000C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_1) == 0x0000E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_1) == 0x0000E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_1) == 0x0000F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000100, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_7) == 0x000108, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000120, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000128, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue_1) == 0x000140, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000148, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Not_PreBool_ReturnValue_1) == 0x000160, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue) == 0x000168, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000170, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000188, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000190, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0001A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue) == 0x0001C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0001C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_1) == 0x0001E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x0001F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0001F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000200, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue) == 0x000218, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000220, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_2) == 0x000238, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000240, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_1) == 0x000241, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_2) == 0x000244, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_2) == 0x000248, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_2) == 0x000250, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_2) == 0x000268, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_2) == 0x000270, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_2) == 0x000278, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000280, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_3) == 0x000288, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_3) == 0x0002A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_3) == 0x0002A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_3) == 0x0002B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0002B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0002C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x0002C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_3) == 0x0002D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_3) == 0x0002D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0002E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue) == 0x000308, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x000310, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_4) == 0x000318, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_4) == 0x000320, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_4) == 0x000328, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue) == 0x000330, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_4) == 0x000338, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_5) == 0x000350, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_5) == 0x000358, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_5) == 0x000360, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000368, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x000370, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_7) == 0x000378, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_4) == 0x000380, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000388, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000390, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0003A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_7) == 0x0003C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_3) == 0x0003C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0003D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_4) == 0x0003E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0003F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000408, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_3) == 0x000420, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x000428, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_4) == 0x000440, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_4) == 0x000448, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_5) == 0x000450, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_5) == 0x000458, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x000460, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_2) == 0x000478, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x000480, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_VectorVector_ReturnValue) == 0x000498, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_5) == 0x0004B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_6) == 0x0004B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_6) == 0x0004C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_6) == 0x0004C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_6) == 0x0004D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_1) == 0x0004D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_4) == 0x0004E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x0004E4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_4) == 0x0004E5, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_3) == 0x0004E6, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_4) == 0x0004E7, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_7) == 0x0004E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_7) == 0x0004F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_7) == 0x0004F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_2) == 0x000500, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000508, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetRightVector_ReturnValue) == 0x000520, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetForwardVector_ReturnValue) == 0x000538, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetUpVector_ReturnValue) == 0x000550, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_5) == 0x000568, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_8) == 0x000580, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_8) == 0x000588, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_8) == 0x000590, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_8) == 0x000598, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_9) == 0x0005A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_5) == 0x0005A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_6) == 0x0005B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x0005B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_4) == 0x0005C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0005C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0005E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0005F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue_3) == 0x000610, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_6) == 0x000628, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_7) == 0x000630, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x000638, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_7) == 0x000650, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_6) == 0x000668, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_7) == 0x000680, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_6) == 0x000698, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_7) == 0x0006A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_7) == 0x0006A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_8) == 0x0006A9, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_8) == 0x0006B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_9) == 0x0006B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_8) == 0x0006C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_9) == 0x0006D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_8) == 0x0006F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_9) == 0x000708, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_8) == 0x000720, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_9) == 0x000728, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_9) == 0x000730, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_10) == 0x000731, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_5) == 0x000732, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_10) == 0x000738, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_6) == 0x000740, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_10) == 0x000748, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_10) == 0x000760, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_11) == 0x000778, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_10) == 0x000780, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_11) == 0x000788, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_11) == 0x0007A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_11) == 0x0007A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_7) == 0x0007C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0007C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_11) == 0x0007E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_9) == 0x0007E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_9) == 0x0007F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_9) == 0x0007F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_12) == 0x000800, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_3) == 0x000808, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000810, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_8) == 0x000811, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_9) == 0x000812, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_5) == 0x000814, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_6) == 0x000818, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_5) == 0x00081C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_6) == 0x00081D, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_7) == 0x000820, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_7) == 0x000828, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_7) == 0x00082C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000830, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x000848, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue_1) == 0x000850, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_13) == 0x000858, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000860, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast_1) == 0x000868, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ReceiveTick \ +static_assert(alignof(FS_MasterField_C_ReceiveTick) == 0x000004, "Wrong alignment on FS_MasterField_C_ReceiveTick"); \ +static_assert(sizeof(FS_MasterField_C_ReceiveTick) == 0x000004, "Wrong size on FS_MasterField_C_ReceiveTick"); \ +static_assert(offsetof(FS_MasterField_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'FS_MasterField_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_SetVisibility \ +static_assert(alignof(FS_MasterField_C_SetVisibility) == 0x000008, "Wrong alignment on FS_MasterField_C_SetVisibility"); \ +static_assert(sizeof(FS_MasterField_C_SetVisibility) == 0x000158, "Wrong size on FS_MasterField_C_SetVisibility"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_SetVisibility::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000030, "Member 'FS_MasterField_C_SetVisibility::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, Temp_int_Variable) == 0x000128, "Member 'FS_MasterField_C_SetVisibility::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00012C, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000130, "Member 'FS_MasterField_C_SetVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000131, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, K2Node_MakeArray_Array) == 0x000138, "Member 'FS_MasterField_C_SetVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Array_Get_Item) == 0x000148, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000154, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x000155, "Member 'FS_MasterField_C_SetVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_UserConstructionScript \ +static_assert(alignof(FS_MasterField_C_UserConstructionScript) == 0x000008, "Wrong alignment on FS_MasterField_C_UserConstructionScript"); \ +static_assert(sizeof(FS_MasterField_C_UserConstructionScript) == 0x0009C8, "Wrong size on FS_MasterField_C_UserConstructionScript"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'FS_MasterField_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, Temp_int_Variable_1) == 0x000004, "Member 'FS_MasterField_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'FS_MasterField_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'FS_MasterField_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000012, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000030, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000048, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000060, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000158, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000160, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000168, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000170, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000178, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000190, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x0001A8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x0001AC, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x0001B0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x0001B8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001D0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0002C8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0002E0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Roll_1) == 0x0002F8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_1) == 0x0002FC, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_1) == 0x000300, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Roll_2) == 0x000304, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_2) == 0x000308, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_2) == 0x00030C, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_1) == 0x000310, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_2) == 0x000328, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000340, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000348, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000360, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000368, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000370, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000378, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_FMin_ReturnValue) == 0x000390, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_FMin_ReturnValue_1) == 0x000398, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0003A0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x0003B8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x0003D0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x0003E8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0003F0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_2) == 0x000408, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_2) == 0x000410, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_2) == 0x000418, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000420, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000428, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000440, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x000448, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000460, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin_1) == 0x000558, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent_1) == 0x000570, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius_1) == 0x000588, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_3) == 0x000590, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_3) == 0x000598, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_3) == 0x0005A0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_LinearColorLinearColor_ReturnValue) == 0x0005A8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_4) == 0x0005B8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_4) == 0x0005C0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_4) == 0x0005C8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0005D0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x0005D8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x0005E0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_5) == 0x0005F8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_5) == 0x000600, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_5) == 0x000608, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1) == 0x000610, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000708, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000710, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000718, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_3) == 0x000720, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000738, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000830, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue_1) == 0x000838, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000850, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X_6) == 0x000858, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y_6) == 0x000860, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z_6) == 0x000868, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000870, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000878, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000890, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000898, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x00089C, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x0008A0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_LinearColorToColor_ReturnValue_1) == 0x0008A4, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_LinearColorToColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_4) == 0x0008A8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0008C0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0009B8, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0009C0, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFS_MasterField_C \ +static_assert(alignof(AFS_MasterField_C) == 0x000010, "Wrong alignment on AFS_MasterField_C"); \ +static_assert(sizeof(AFS_MasterField_C) == 0x000780, "Wrong size on AFS_MasterField_C"); \ +static_assert(offsetof(AFS_MasterField_C, UberGraphFrame) == 0x000298, "Member 'AFS_MasterField_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldSystemMetaDataFilter) == 0x0002A0, "Member 'AFS_MasterField_C::FieldSystemMetaDataFilter' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_PlanarNormal_Arrow2) == 0x0002A8, "Member 'AFS_MasterField_C::SM_PlanarNormal_Arrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolumeFalloffDistance) == 0x0002B0, "Member 'AFS_MasterField_C::PlaneVolumeFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolumeBox) == 0x0002B8, "Member 'AFS_MasterField_C::PlaneVolumeBox' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolume) == 0x0002C0, "Member 'AFS_MasterField_C::PlaneVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow) == 0x0002C8, "Member 'AFS_MasterField_C::SM_DirectionArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalArrowNull) == 0x0002D0, "Member 'AFS_MasterField_C::DirectionalArrowNull' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SphereVolumeCol) == 0x0002D8, "Member 'AFS_MasterField_C::SphereVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow) == 0x0002E0, "Member 'AFS_MasterField_C::SM_RadialArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow4) == 0x0002E8, "Member 'AFS_MasterField_C::SM_RadialArrow4' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow3) == 0x0002F0, "Member 'AFS_MasterField_C::SM_RadialArrow3' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow2) == 0x0002F8, "Member 'AFS_MasterField_C::SM_RadialArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow1) == 0x000300, "Member 'AFS_MasterField_C::SM_RadialArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow5) == 0x000308, "Member 'AFS_MasterField_C::SM_RadialArrow5' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_PlanarNormal_Arrow1) == 0x000310, "Member 'AFS_MasterField_C::SM_PlanarNormal_Arrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow1) == 0x000318, "Member 'AFS_MasterField_C::SM_DirectionArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow2) == 0x000320, "Member 'AFS_MasterField_C::SM_DirectionArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMaxValueText) == 0x000328, "Member 'AFS_MasterField_C::NoiseMaxValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMinValueText) == 0x000330, "Member 'AFS_MasterField_C::NoiseMinValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueValueText) == 0x000338, "Member 'AFS_MasterField_C::TorqueValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Noise_MinMaxTitle_Text) == 0x000340, "Member 'AFS_MasterField_C::Noise_MinMaxTitle_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueTitleText) == 0x000348, "Member 'AFS_MasterField_C::TorqueTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalValueText) == 0x000350, "Member 'AFS_MasterField_C::DirectionalValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalMagTitleText) == 0x000358, "Member 'AFS_MasterField_C::DirectionalMagTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialValueText) == 0x000360, "Member 'AFS_MasterField_C::RadialValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Radial_Mag_Title_Text) == 0x000368, "Member 'AFS_MasterField_C::Radial_Mag_Title_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainValueText) == 0x000370, "Member 'AFS_MasterField_C::StrainValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainTitleText) == 0x000378, "Member 'AFS_MasterField_C::StrainTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayTitleText) == 0x000380, "Member 'AFS_MasterField_C::DelayTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActiveTitleText) == 0x000388, "Member 'AFS_MasterField_C::ActiveTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayValueText) == 0x000390, "Member 'AFS_MasterField_C::DelayValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SphereVolume) == 0x000398, "Member 'AFS_MasterField_C::SphereVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActiveValueText) == 0x0003A0, "Member 'AFS_MasterField_C::ActiveValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldTitleText) == 0x0003A8, "Member 'AFS_MasterField_C::FieldTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxVolume) == 0x0003B0, "Member 'AFS_MasterField_C::BoxVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Text) == 0x0003B8, "Member 'AFS_MasterField_C::Field_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxVolumeCol) == 0x0003C0, "Member 'AFS_MasterField_C::BoxVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ReturnResultsTerminal) == 0x0003C8, "Member 'AFS_MasterField_C::ReturnResultsTerminal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Active) == 0x0003D0, "Member 'AFS_MasterField_C::Field_Active' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorFIeld_Input) == 0x0003D8, "Member 'AFS_MasterField_C::OperatorFIeld_Input' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Debug) == 0x0003E0, "Member 'AFS_MasterField_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActivationType) == 0x0003E1, "Member 'AFS_MasterField_C::ActivationType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Shape) == 0x0003E2, "Member 'AFS_MasterField_C::Field_Falloff_Shape' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseTick) == 0x0003E3, "Member 'AFS_MasterField_C::UseTick' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayAmount) == 0x0003E8, "Member 'AFS_MasterField_C::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Use_External_Strain) == 0x0003F0, "Member 'AFS_MasterField_C::Use_External_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Strain_Magnitude) == 0x0003F8, "Member 'AFS_MasterField_C::Strain_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainFalloffType) == 0x000400, "Member 'AFS_MasterField_C::StrainFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainFalloffMinMax) == 0x000408, "Member 'AFS_MasterField_C::StrainFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NumStrainHits) == 0x000418, "Member 'AFS_MasterField_C::NumStrainHits' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseRadialVector) == 0x00041C, "Member 'AFS_MasterField_C::UseRadialVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Radial_Magnitude) == 0x000420, "Member 'AFS_MasterField_C::Radial_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseDirectionalVector) == 0x000428, "Member 'AFS_MasterField_C::UseDirectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalMagnitude) == 0x000430, "Member 'AFS_MasterField_C::DirectionalMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseTorque) == 0x000438, "Member 'AFS_MasterField_C::UseTorque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueMult) == 0x000440, "Member 'AFS_MasterField_C::TorqueMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, VelocityFieldFalloffType) == 0x000448, "Member 'AFS_MasterField_C::VelocityFieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, VelocityFalloffMinMax) == 0x000450, "Member 'AFS_MasterField_C::VelocityFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseNoise) == 0x000460, "Member 'AFS_MasterField_C::UseNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMinMax) == 0x000468, "Member 'AFS_MasterField_C::NoiseMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseDecay) == 0x000478, "Member 'AFS_MasterField_C::UseDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayAmount) == 0x000480, "Member 'AFS_MasterField_C::DecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayFalloffType) == 0x000488, "Member 'AFS_MasterField_C::DecayFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayFalloffMinMax) == 0x000490, "Member 'AFS_MasterField_C::DecayFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldVolume) == 0x0004A0, "Member 'AFS_MasterField_C::FieldVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayDelay) == 0x0004A8, "Member 'AFS_MasterField_C::DecayDelay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, MaxDecayAmount) == 0x0004B0, "Member 'AFS_MasterField_C::MaxDecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialPositionOffset) == 0x0004B8, "Member 'AFS_MasterField_C::RadialPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OverideDIrectionalVector) == 0x0004D0, "Member 'AFS_MasterField_C::OverideDIrectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DIrectionalVectorOveride) == 0x0004D8, "Member 'AFS_MasterField_C::DIrectionalVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueVectorOveride) == 0x0004F0, "Member 'AFS_MasterField_C::TorqueVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Velocity_Vector_Switch) == 0x000508, "Member 'AFS_MasterField_C::Velocity_Vector_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ForceMult) == 0x000510, "Member 'AFS_MasterField_C::ForceMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxCullingOnPlanar) == 0x000518, "Member 'AFS_MasterField_C::BoxCullingOnPlanar' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffDistOveride) == 0x000520, "Member 'AFS_MasterField_C::PlanarFalloffDistOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Force_Dynamic_Switch) == 0x000528, "Member 'AFS_MasterField_C::Force_Dynamic_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActivateTaggedStaticAndSkeletal) == 0x000529, "Member 'AFS_MasterField_C::ActivateTaggedStaticAndSkeletal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Chaos_Field_Name) == 0x000530, "Member 'AFS_MasterField_C::Chaos_Field_Name' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldColour) == 0x000540, "Member 'AFS_MasterField_C::FieldColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowDebugText) == 0x000550, "Member 'AFS_MasterField_C::ShowDebugText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowWireFrame) == 0x000551, "Member 'AFS_MasterField_C::ShowWireFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowSolidShapes) == 0x000552, "Member 'AFS_MasterField_C::ShowSolidShapes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalDisplayScale) == 0x000558, "Member 'AFS_MasterField_C::DirectionalDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialDisplayScale) == 0x000560, "Member 'AFS_MasterField_C::RadialDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Text_Vertical_Offset) == 0x000568, "Member 'AFS_MasterField_C::Text_Vertical_Offset' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, LinearPhysicsType) == 0x000570, "Member 'AFS_MasterField_C::LinearPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, AngularPhysicsType) == 0x000571, "Member 'AFS_MasterField_C::AngularPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldFalloffType) == 0x000572, "Member 'AFS_MasterField_C::FieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Noise) == 0x000573, "Member 'AFS_MasterField_C::Field_Falloff_Noise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Torque) == 0x000574, "Member 'AFS_MasterField_C::Field_Falloff_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseLifespan) == 0x000575, "Member 'AFS_MasterField_C::UseLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldLifespan) == 0x000578, "Member 'AFS_MasterField_C::FieldLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseFramesForTiming) == 0x000580, "Member 'AFS_MasterField_C::UseFramesForTiming' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FPS) == 0x000588, "Member 'AFS_MasterField_C::FPS' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Dynamic_State) == 0x000590, "Member 'AFS_MasterField_C::Dynamic_State' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffDist) == 0x000598, "Member 'AFS_MasterField_C::PlanarFalloffDist' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TotalDecay) == 0x0005A0, "Member 'AFS_MasterField_C::TotalDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FalloffMinMax) == 0x0005A8, "Member 'AFS_MasterField_C::FalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffExtentColor) == 0x0005B8, "Member 'AFS_MasterField_C::PlanarFalloffExtentColor' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DIrectionalVelocityVector) == 0x0005C8, "Member 'AFS_MasterField_C::DIrectionalVelocityVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UpVector) == 0x0005E0, "Member 'AFS_MasterField_C::UpVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, WorldLocation) == 0x0005F8, "Member 'AFS_MasterField_C::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, forwardVector) == 0x000610, "Member 'AFS_MasterField_C::forwardVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, rightVector) == 0x000628, "Member 'AFS_MasterField_C::rightVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, skel) == 0x000640, "Member 'AFS_MasterField_C::skel' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SimmableStaticMeshes) == 0x000648, "Member 'AFS_MasterField_C::SimmableStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SimmableSkelMeshes) == 0x000658, "Member 'AFS_MasterField_C::SimmableSkelMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PulseLevel) == 0x000668, "Member 'AFS_MasterField_C::PulseLevel' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TextDisplay) == 0x000670, "Member 'AFS_MasterField_C::TextDisplay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, AllText) == 0x000680, "Member 'AFS_MasterField_C::AllText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ArrowColour_Dir) == 0x000690, "Member 'AFS_MasterField_C::ArrowColour_Dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ArrowColour_Normal) == 0x0006A0, "Member 'AFS_MasterField_C::ArrowColour_Normal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DeactivatedColour) == 0x0006B0, "Member 'AFS_MasterField_C::DeactivatedColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DeactivatedTextColour) == 0x0006C0, "Member 'AFS_MasterField_C::DeactivatedTextColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Preview_Material) == 0x0006D0, "Member 'AFS_MasterField_C::Preview_Material' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TimeElapsed) == 0x0006D8, "Member 'AFS_MasterField_C::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseScaleMult) == 0x0006E0, "Member 'AFS_MasterField_C::NoiseScaleMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NewVar_0) == 0x0006F0, "Member 'AFS_MasterField_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, isTriggered) == 0x000750, "Member 'AFS_MasterField_C::isTriggered' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseScaleBase) == 0x000758, "Member 'AFS_MasterField_C::NoiseScaleBase' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DestroyActor) == 0x000760, "Member 'AFS_MasterField_C::DestroyActor' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldFalloffType_Input) == 0x000761, "Member 'AFS_MasterField_C::FieldFalloffType_Input' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FalloffMinMax_Input) == 0x000768, "Member 'AFS_MasterField_C::FalloffMinMax_Input' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Magnitude_Input) == 0x000778, "Member 'AFS_MasterField_C::Magnitude_Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MasterField_DestructibleProps_FreeAimHit_C \ +static_assert(alignof(ABP_MasterField_DestructibleProps_FreeAimHit_C) == 0x000010, "Wrong alignment on ABP_MasterField_DestructibleProps_FreeAimHit_C"); \ +static_assert(sizeof(ABP_MasterField_DestructibleProps_FreeAimHit_C) == 0x000780, "Wrong size on ABP_MasterField_DestructibleProps_FreeAimHit_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Barrel_Parent_C \ +static_assert(alignof(ABP_EnviroDestructible_Barrel_Parent_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Barrel_Parent_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Barrel_Parent_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Barrel_Parent_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Barrel_C_C \ +static_assert(alignof(ABP_EnviroDestructible_Barrel_C_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Barrel_C_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Barrel_C_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Barrel_C_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_C_Var1_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_C_Var1_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_C_Var1_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_C_Var1_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_C_Var1_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_3_Michel_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_3_Michel_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_3_Michel_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_3_Michel_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_3_Michel_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_2_Nicho_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_2_Nicho_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_2_Nicho_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_2_Nicho_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_2_Nicho_C"); \ + +#define DUMPER7_ASSERTS_ABP_EnviroDestructible_Crate_C_Var2_C \ +static_assert(alignof(ABP_EnviroDestructible_Crate_C_Var2_C) == 0x000008, "Wrong alignment on ABP_EnviroDestructible_Crate_C_Var2_C"); \ +static_assert(sizeof(ABP_EnviroDestructible_Crate_C_Var2_C) == 0x000348, "Wrong size on ABP_EnviroDestructible_Crate_C_Var2_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_HarbourCrowd_Left_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_HarbourCrowd_Left_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_HarbourCrowd_Left_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_HarbourCrowd_Left_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_HarbourCrowd_Left_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian) == 0x000448, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_GetPlayerController_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeStruct_FRichDialogueLine) == 0x0000E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_GetPlayerController_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeArray_Array) == 0x000220, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000230, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000238, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000240, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000308, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian, K2Node_MakeArray_Array_1) == 0x000438, "Member 'BP_Dialogue_Lumiere_ExpFestival_Florian_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Florian::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Florian_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Florian_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Florian_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Florian_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Florian_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Florian_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Florian_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Florian_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Florian_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Harbour_Main_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Harbour_Main_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Harbour_Main_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Harbour_Main_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_Harbour_Main_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless \ +static_assert(alignof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless) == 0x000008, "Wrong alignment on BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless"); \ +static_assert(sizeof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless) == 0x000180, "Wrong size on BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, EntryPoint) == 0x000000, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, CallFunc_Array_Random_OutItem) == 0x000018, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, CallFunc_Array_Random_OutIndex) == 0x000028, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, CallFunc_MakeLiteralByte_ReturnValue) == 0x00002C, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, K2Node_MakeStruct_FRichDialogueLine) == 0x000038, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, CallFunc_GetComponentByClass_ReturnValue) == 0x000168, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_Dialogue_MainPlaza_Trashcan_useless_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan_useless::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_MainPlaza_Trashcan_useless_C \ +static_assert(alignof(ABP_Dialogue_MainPlaza_Trashcan_useless_C) == 0x000008, "Wrong alignment on ABP_Dialogue_MainPlaza_Trashcan_useless_C"); \ +static_assert(sizeof(ABP_Dialogue_MainPlaza_Trashcan_useless_C) == 0x000350, "Wrong size on ABP_Dialogue_MainPlaza_Trashcan_useless_C"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Trashcan_useless_C, UberGraphFrame_BP_Dialogue_MainPlaza_Trashcan_useless_C) == 0x000338, "Member 'ABP_Dialogue_MainPlaza_Trashcan_useless_C::UberGraphFrame_BP_Dialogue_MainPlaza_Trashcan_useless_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Trashcan_useless_C, Item_Data_Table_Row_Handle_0) == 0x000340, "Member 'ABP_Dialogue_MainPlaza_Trashcan_useless_C::Item_Data_Table_Row_Handle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main \ +static_assert(alignof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main"); \ +static_assert(sizeof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main) == 0x000408, "Wrong size on BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000019, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000150, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeArray_Array_1) == 0x000290, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetPlayerController_ReturnValue_1) == 0x0002A0, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0002A8, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0002B0, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0002B8, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetPlayerController_ReturnValue_2) == 0x0003E8, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, K2Node_MakeArray_Array_2) == 0x0003F0, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000400, "Member 'BP_Dialogue_Harbour_Main_C_ExecuteUbergraph_BP_Dialogue_Harbour_Main::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_Main_C \ +static_assert(alignof(ABP_Dialogue_Harbour_Main_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_Main_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_Main_C) == 0x000340, "Wrong size on ABP_Dialogue_Harbour_Main_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_Main_C, UberGraphFrame_BP_Dialogue_Harbour_Main_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_Main_C::UberGraphFrame_BP_Dialogue_Harbour_Main_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_MAELLE_Ponytail__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData) == 0x000640, "Wrong size on ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, __StructProperty_85) == 0x000008, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::__StructProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, __NameProperty_86) == 0x000028, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::__NameProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, __NameProperty_87) == 0x000030, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::__NameProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_24) == 0x0000D0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_23) == 0x000100, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x000130, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x000160, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x000190, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x0001C0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0001F0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x000220, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000250, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x000280, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x0002B0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x0002E0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x000310, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000340, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x000370, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0003A0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x0003D0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000400, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000430, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000460, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x000490, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0004C0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x0004F0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000520, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000550, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000580, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0005B0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0005E0, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000610, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail \ +static_assert(alignof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail) == 0x000004, "Wrong alignment on ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail"); \ +static_assert(sizeof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail) == 0x000094, "Wrong size on ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail, K2Node_MakeStruct_KawaiiPhysicsSettings_5) == 0x00007C, "Member 'ABP_PostProcess_Hair_MAELLE_Ponytail_C_ExecuteUbergraph_ABP_PostProcess_Hair_MAELLE_Ponytail::K2Node_MakeStruct_KawaiiPhysicsSettings_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Hair_MAELLE_Ponytail_C \ +static_assert(alignof(UABP_PostProcess_Hair_MAELLE_Ponytail_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Hair_MAELLE_Ponytail_C"); \ +static_assert(sizeof(UABP_PostProcess_Hair_MAELLE_Ponytail_C) == 0x00C350, "Wrong size on UABP_PostProcess_Hair_MAELLE_Ponytail_C"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_24) == 0x000390, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_23) == 0x000B30, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_22) == 0x0012D0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_21) == 0x001A70, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_20) == 0x002210, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_19) == 0x0029B0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_LinkedInputPose) == 0x003150, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_18) == 0x003210, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_17) == 0x0039B0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_16) == 0x004150, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_15) == 0x0048F0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_14) == 0x005090, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_13) == 0x005830, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_12) == 0x005FD0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_11) == 0x006770, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_10) == 0x006F10, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_9) == 0x0076B0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_8) == 0x007E50, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_7) == 0x0085F0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_6) == 0x008D90, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_5) == 0x009530, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_4) == 0x009CD0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_3) == 0x00A470, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_2) == 0x00AC10, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics_1) == 0x00B3B0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_KawaiiPhysics) == 0x00BB50, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_ComponentToLocalSpace) == 0x00C2F0, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_LocalToComponentSpace) == 0x00C310, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Hair_MAELLE_Ponytail_C, AnimGraphNode_Root) == 0x00C330, "Member 'UABP_PostProcess_Hair_MAELLE_Ponytail_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Trashcan_Useless_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Trashcan_Useless_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Trashcan_Useless_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Trashcan_Useless_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_Trashcan_Useless_C"); \ + +#define DUMPER7_ASSERTS_BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty \ +static_assert(alignof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty) == 0x000008, "Wrong alignment on BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty"); \ +static_assert(sizeof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty) == 0x000158, "Wrong size on BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, EntryPoint) == 0x000000, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, K2Node_MakeStruct_FRichDialogueLine) == 0x000010, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, CallFunc_GetComponentByClass_ReturnValue) == 0x000140, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_DialogueCamp_Empty_C_ExecuteUbergraph_BP_DialogueCamp_Empty::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DialogueCamp_Empty_C \ +static_assert(alignof(ABP_DialogueCamp_Empty_C) == 0x000008, "Wrong alignment on ABP_DialogueCamp_Empty_C"); \ +static_assert(sizeof(ABP_DialogueCamp_Empty_C) == 0x000340, "Wrong size on ABP_DialogueCamp_Empty_C"); \ +static_assert(offsetof(ABP_DialogueCamp_Empty_C, UberGraphFrame_BP_DialogueCamp_Empty_C) == 0x000338, "Member 'ABP_DialogueCamp_Empty_C::UberGraphFrame_BP_DialogueCamp_Empty_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Main_C \ +static_assert(alignof(ABP_Character_Camp_Main_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Main_C"); \ +static_assert(sizeof(ABP_Character_Camp_Main_C) == 0x000C10, "Wrong size on ABP_Character_Camp_Main_C"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, BP_CharacterVisualAlterationsComponent) == 0x000BC8, "Member 'ABP_Character_Camp_Main_C::BP_CharacterVisualAlterationsComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, Eyelashes) == 0x000BD0, "Member 'ABP_Character_Camp_Main_C::Eyelashes' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, Beard) == 0x000BD8, "Member 'ABP_Character_Camp_Main_C::Beard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, Mustache) == 0x000BE0, "Member 'ABP_Character_Camp_Main_C::Mustache' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, Eyebrows) == 0x000BE8, "Member 'ABP_Character_Camp_Main_C::Eyebrows' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, SM_Haircut) == 0x000BF0, "Member 'ABP_Character_Camp_Main_C::SM_Haircut' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, SK_Haircut) == 0x000BF8, "Member 'ABP_Character_Camp_Main_C::SK_Haircut' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, Face_0) == 0x000C00, "Member 'ABP_Character_Camp_Main_C::Face_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_Camp_Main_C, CharacterTag) == 0x000C08, "Member 'ABP_Character_Camp_Main_C::CharacterTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie \ +static_assert(alignof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie) == 0x000008, "Wrong alignment on BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie"); \ +static_assert(sizeof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie) == 0x001A68, "Wrong size on BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D1, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue) == 0x000208, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array) == 0x000210, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue) == 0x000220, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_1) == 0x000228, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000230, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000238, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_2) == 0x000240, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000248, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000250, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_3) == 0x000258, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000260, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000268, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_4) == 0x000270, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000278, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000280, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_5) == 0x000288, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000290, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000298, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_6) == 0x0002A0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0002A8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_7) == 0x0002B0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0002B8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x0002C0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_8) == 0x0002C8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0002D0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0002D8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_9) == 0x0002E0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0002E8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_10) == 0x0002F0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0002F8, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000300, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_11) == 0x000308, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000310, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_12) == 0x000318, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000320, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000328, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetPlayerController_ReturnValue_13) == 0x000330, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000338, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_GetDialogueStage_DialogueStage) == 0x000340, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_SwitchInteger_CmpSuccess) == 0x000344, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000345, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000348, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_1) == 0x000478, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000488, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000550, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000618, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000748, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_2) == 0x000878, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_3) == 0x000888, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000898, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000960, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000A28, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x000B58, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_4) == 0x000C20, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000C30, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_5) == 0x000D60, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x000D70, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000E38, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x000F68, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_6) == 0x001030, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_7) == 0x001040, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_7) == 0x001170, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001180, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_8) == 0x001248, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001378, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_8) == 0x001440, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_9) == 0x001450, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_9) == 0x001580, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001590, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001658, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x001788, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_10) == 0x001850, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001860, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeArray_Array_11) == 0x001990, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x0019A0, "Member 'BP_Dialogue_Plazza_MaelleAndSophie_C_ExecuteUbergraph_BP_Dialogue_Plazza_MaelleAndSophie::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Plazza_MaelleAndSophie_C \ +static_assert(alignof(ABP_Dialogue_Plazza_MaelleAndSophie_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Plazza_MaelleAndSophie_C"); \ +static_assert(sizeof(ABP_Dialogue_Plazza_MaelleAndSophie_C) == 0x000340, "Wrong size on ABP_Dialogue_Plazza_MaelleAndSophie_C"); \ +static_assert(offsetof(ABP_Dialogue_Plazza_MaelleAndSophie_C, UberGraphFrame_BP_Dialogue_Plazza_MaelleAndSophie_C) == 0x000338, "Member 'ABP_Dialogue_Plazza_MaelleAndSophie_C::UberGraphFrame_BP_Dialogue_Plazza_MaelleAndSophie_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_SpawnSoundParameters \ +static_assert(alignof(FS_SpawnSoundParameters) == 0x000008, "Wrong alignment on FS_SpawnSoundParameters"); \ +static_assert(sizeof(FS_SpawnSoundParameters) == 0x000060, "Wrong size on FS_SpawnSoundParameters"); \ +static_assert(offsetof(FS_SpawnSoundParameters, Actor_11_A3BFD40B4879415AB420B1A3D90B8716) == 0x000000, "Member 'FS_SpawnSoundParameters::Actor_11_A3BFD40B4879415AB420B1A3D90B8716' has a wrong offset!"); \ +static_assert(offsetof(FS_SpawnSoundParameters, Location_2_39737353407715A543C0DCA88CFF98FB) == 0x000028, "Member 'FS_SpawnSoundParameters::Location_2_39737353407715A543C0DCA88CFF98FB' has a wrong offset!"); \ +static_assert(offsetof(FS_SpawnSoundParameters, Rotation_5_98CF721F4E43C75C6D60CC9DDCA98490) == 0x000040, "Member 'FS_SpawnSoundParameters::Rotation_5_98CF721F4E43C75C6D60CC9DDCA98490' has a wrong offset!"); \ +static_assert(offsetof(FS_SpawnSoundParameters, AttenuationSettings_8_07A496214DDC855894FC67ABDD128B9B) == 0x000058, "Member 'FS_SpawnSoundParameters::AttenuationSettings_8_07A496214DDC855894FC67ABDD128B9B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_PlaySoundParameters \ +static_assert(alignof(FS_PlaySoundParameters) == 0x000008, "Wrong alignment on FS_PlaySoundParameters"); \ +static_assert(sizeof(FS_PlaySoundParameters) == 0x000098, "Wrong size on FS_PlaySoundParameters"); \ +static_assert(offsetof(FS_PlaySoundParameters, SoundType_35_14E10792438285BA5CD761AB9CA0DE40) == 0x000000, "Member 'FS_PlaySoundParameters::SoundType_35_14E10792438285BA5CD761AB9CA0DE40' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, Sound_2_EC3526904159F8796012CBA99C07CA07) == 0x000008, "Member 'FS_PlaySoundParameters::Sound_2_EC3526904159F8796012CBA99C07CA07' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, VolumeMultiplier_13_B4E0B8B345655E6D253295A2530A391E) == 0x000010, "Member 'FS_PlaySoundParameters::VolumeMultiplier_13_B4E0B8B345655E6D253295A2530A391E' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, PitchMultiplier_15_9A1CE27344EC0E4ABEDA7F90CCC9A82A) == 0x000018, "Member 'FS_PlaySoundParameters::PitchMultiplier_15_9A1CE27344EC0E4ABEDA7F90CCC9A82A' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, StartTime_17_1A8DE0F44E9234411E3EBD85CB80B27B) == 0x000020, "Member 'FS_PlaySoundParameters::StartTime_17_1A8DE0F44E9234411E3EBD85CB80B27B' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, ConcurrencySettings_20_3CAC6AA1461F0A29E2A9DCB8B6D63134) == 0x000028, "Member 'FS_PlaySoundParameters::ConcurrencySettings_20_3CAC6AA1461F0A29E2A9DCB8B6D63134' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, SpawnParameters_34_FC89565F4B5E3A66F4F775B4052F57A7) == 0x000030, "Member 'FS_PlaySoundParameters::SpawnParameters_34_FC89565F4B5E3A66F4F775B4052F57A7' has a wrong offset!"); \ +static_assert(offsetof(FS_PlaySoundParameters, WaitForAudioToFinishGameAction_39_6C82685D47A0D6A6FB16DBA5FCC35F90) == 0x000090, "Member 'FS_PlaySoundParameters::WaitForAudioToFinishGameAction_39_6C82685D47A0D6A6FB16DBA5FCC35F90' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_1_Mathilde_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_1_Mathilde_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_1_Mathilde_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_1_Mathilde_C) == 0x000300, "Wrong size on ABP_NPCs_Lumiere_Adult_1_Mathilde_C"); \ +static_assert(offsetof(ABP_NPCs_Lumiere_Adult_1_Mathilde_C, SM_Female_Teen_3_hairpin_LP_002) == 0x0002F8, "Member 'ABP_NPCs_Lumiere_Adult_1_Mathilde_C::SM_Female_Teen_3_hairpin_LP_002' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime) == 0x001778, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_2) == 0x000108, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000110, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000118, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_3) == 0x000120, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000128, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000130, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_4) == 0x000138, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000140, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_5) == 0x000148, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000150, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000158, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_6) == 0x000160, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000168, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000170, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_7) == 0x000178, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000180, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_8) == 0x000188, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000190, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000198, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_9) == 0x0001A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0001A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0001B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_10) == 0x0001B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0001C0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetPlayerController_ReturnValue_11) == 0x0001C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetComponentByClass_ReturnValue_11) == 0x0001D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_GetDialogueStage_DialogueStage) == 0x0001D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_SwitchInteger_CmpSuccess) == 0x0001DC, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x0001DD, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine) == 0x0001E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array) == 0x000310, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000320, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000328, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0003F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000520, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_1) == 0x0005E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0005F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_2) == 0x000728, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000738, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000800, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000930, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_3) == 0x0009F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000A08, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_4) == 0x000B38, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x000B48, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000C10, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x000D40, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_5) == 0x000E08, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000E18, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_6) == 0x000F48, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x000F58, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_7) == 0x001020, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001150, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_7) == 0x001218, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_8) == 0x001228, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_8) == 0x001358, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001368, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_9) == 0x001430, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001560, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_9) == 0x001628, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001638, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime, K2Node_MakeArray_Array_10) == 0x001768, "Member 'BP_Dialogue_Lumiere_ExpFestival_Maxime_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Maxime::K2Node_MakeArray_Array_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Maxime_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Maxime_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Maxime_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Maxime_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Maxime_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Maxime_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Maxime_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Maxime_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Maxime_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C, SM_Bottle_RedWine_01) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_C::SM_Bottle_RedWine_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Adult_Male_1_Thibault_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Adult_Male_1_Thibault_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Adult_Male_1_Thibault_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Adult_Male_1_Thibault_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Adult_Male_1_Thibault_C"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_LoadLevel_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_LoadLevel_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_LoadLevel_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_LoadLevel_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_LoadLevel_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel \ +static_assert(alignof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel) == 0x000008, "Wrong alignment on BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel"); \ +static_assert(sizeof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel) == 0x000028, "Wrong size on BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, Temp_bool_Variable) == 0x000004, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, K2Node_DynamicCast_AsChange_Map__by_Name_) == 0x000010, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::K2Node_DynamicCast_AsChange_Map__by_Name_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, CallFunc_IsDataRowHandleSet_ReturnValue) == 0x000019, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::CallFunc_IsDataRowHandleSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel, K2Node_Select_Default) == 0x00001C, "Member 'BP_GameActionInstance_LoadLevel_C_ExecuteUbergraph_BP_GameActionInstance_LoadLevel::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_LoadLevel_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_LoadLevel_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_LoadLevel_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_LoadLevel_C_GetDebugString) == 0x000198, "Wrong size on BP_GameActionInstance_LoadLevel_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_DynamicCast_AsChange_Map__by_Name_) == 0x000020, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_DynamicCast_AsChange_Map__by_Name_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_PadString_Result) == 0x000030, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_Conv_NameToText_ReturnValue) == 0x000050, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B8, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000110, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, K2Node_MakeArray_Array) == 0x000168, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000178, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x000188, "Member 'BP_GameActionInstance_LoadLevel_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_LoadLevel_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_LoadLevel_C \ +static_assert(alignof(UBP_GameActionInstance_LoadLevel_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_LoadLevel_C"); \ +static_assert(sizeof(UBP_GameActionInstance_LoadLevel_C) == 0x000048, "Wrong size on UBP_GameActionInstance_LoadLevel_C"); \ +static_assert(offsetof(UBP_GameActionInstance_LoadLevel_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_LoadLevel_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_2_Amandine_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_2_Amandine_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_2_Amandine_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_2_Amandine_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_2_Amandine_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_C"); \ + +#define DUMPER7_ASSERTS_ABP_Lune_NPC__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Lune_NPC::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Lune_NPC::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Lune_NPC::FAnimBlueprintGeneratedConstantData) == 0x002C18, "Wrong size on ABP_Lune_NPC::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_Lune_NPC_C \ +static_assert(alignof(UABP_Lune_NPC_C) == 0x000010, "Wrong alignment on UABP_Lune_NPC_C"); \ +static_assert(sizeof(UABP_Lune_NPC_C) == 0x006720, "Wrong size on UABP_Lune_NPC_C"); \ + +#define DUMPER7_ASSERTS_ABP_NPCs_Lumiere_Children_Male_1_C \ +static_assert(alignof(ABP_NPCs_Lumiere_Children_Male_1_C) == 0x000008, "Wrong alignment on ABP_NPCs_Lumiere_Children_Male_1_C"); \ +static_assert(sizeof(ABP_NPCs_Lumiere_Children_Male_1_C) == 0x0002F8, "Wrong size on ABP_NPCs_Lumiere_Children_Male_1_C"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan \ +static_assert(alignof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan) == 0x000008, "Wrong alignment on BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan"); \ +static_assert(sizeof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan) == 0x001D70, "Wrong size on BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, EntryPoint) == 0x000000, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue) == 0x000090, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine) == 0x000098, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_1) == 0x0001C8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0001D8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_1) == 0x0001E0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_2) == 0x000310, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000320, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000328, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000458, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_3) == 0x000460, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000470, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_4) == 0x0005A0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue) == 0x0005B0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue) == 0x0005B8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_1) == 0x0005C0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0005C8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_2) == 0x0005D0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0005D8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_3) == 0x0005E0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0005E8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_4) == 0x0005F0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0005F8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_5) == 0x000600, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000608, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_6) == 0x000610, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000618, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000620, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_7) == 0x000628, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000630, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000638, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_5) == 0x000768, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000778, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000780, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_8) == 0x0008B0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_6) == 0x0008B8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0008C8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_9) == 0x0008D0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0008D8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0008E0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_10) == 0x0008E8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_6) == 0x0008F0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000A20, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_7) == 0x000A28, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000A38, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000A39, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000A40, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000B70, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_8) == 0x000CA0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_9) == 0x000CB0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetInventoryManager_ReturnValue) == 0x000CC0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetEncounterLevel_ReturnValue) == 0x000CC8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_S_LootContext) == 0x000CCC, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000CD0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_11) == 0x000CD8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000CE0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000E10, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_10) == 0x000E18, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_12) == 0x000E28, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000E30, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000E38, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_10) == 0x000E40, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_13) == 0x000F70, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_11) == 0x000F78, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000F88, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000F90, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_14) == 0x000F98, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_11) == 0x000FA0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_14) == 0x0010D0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_12) == 0x0010D8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_15) == 0x0010E8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_15) == 0x0010F0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x0010F8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x001108, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetObjectiveStatus_Status) == 0x001109, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00110A, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_12) == 0x001110, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_13) == 0x001240, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x001250, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_16) == 0x001260, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_16) == 0x001268, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetPlayerController_ReturnValue_17) == 0x001270, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetComponentByClass_ReturnValue_17) == 0x001278, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x001280, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x001281, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001288, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_14) == 0x0013B8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_14) == 0x0013C8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_15) == 0x0014F8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetInventoryManager_ReturnValue_1) == 0x001508, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetInventoryManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetEncounterLevel_ReturnValue_1) == 0x001510, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetEncounterLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_S_LootContext_1) == 0x001514, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_S_LootContext_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDialogueStage_DialogueStage) == 0x001518, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_SwitchInteger_CmpSuccess) == 0x00151C, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDataTableRowFromName_OutRow) == 0x001520, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x001650, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Conv_NameToText_ReturnValue) == 0x001658, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FormatArgumentData_1) == 0x001668, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_IsValid_ReturnValue) == 0x0016B0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_AddItemToInventory_GeneratedItem) == 0x0016B8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDisplayName_ReturnValue_1) == 0x0016C0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0016D0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_SelectString_ReturnValue) == 0x0016D8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0016E8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_15) == 0x0016F8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FormatArgumentData_2) == 0x001828, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_16) == 0x001870, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_17) == 0x001880, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Format_ReturnValue_1) == 0x001890, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetQuestSystem_QuestSystem) == 0x0018A0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetCurrentMainPathStatus_CurrentAct) == 0x0018A8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetCurrentMainPathStatus_CurrentAct' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetCurrentMainPathStatus_CurrentStep) == 0x0018A9, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetCurrentMainPathStatus_CurrentStep' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_SwitchEnum_CmpSuccess) == 0x0018AA, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x0018AB, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_16) == 0x0018B0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_18) == 0x0019E0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDialogueStage_DialogueStage_1) == 0x0019F0, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDialogueStage_DialogueStage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_SwitchInteger_CmpSuccess_1) == 0x0019F4, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x0019F5, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FRichDialogueLine_17) == 0x0019F8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FRichDialogueLine_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x001B28, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x001C58, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_19) == 0x001C60, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_AddItemToInventory_GeneratedItem_1) == 0x001C70, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_AddItemToInventory_GeneratedItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Conv_NameToText_ReturnValue_1) == 0x001C78, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_IsValid_ReturnValue_1) == 0x001C88, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FormatArgumentData_3) == 0x001C90, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_GetDisplayName_ReturnValue_2) == 0x001CD8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_SelectString_ReturnValue_1) == 0x001CE8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Conv_StringToText_ReturnValue_2) == 0x001CF8, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeStruct_FormatArgumentData_4) == 0x001D08, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, K2Node_MakeArray_Array_20) == 0x001D50, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::K2Node_MakeArray_Array_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan, CallFunc_Format_ReturnValue_2) == 0x001D60, "Member 'BP_Dialogue_MainPlaza_Trashcan_C_ExecuteUbergraph_BP_Dialogue_MainPlaza_Trashcan::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_MainPlaza_Trashcan_C \ +static_assert(alignof(ABP_Dialogue_MainPlaza_Trashcan_C) == 0x000008, "Wrong alignment on ABP_Dialogue_MainPlaza_Trashcan_C"); \ +static_assert(sizeof(ABP_Dialogue_MainPlaza_Trashcan_C) == 0x000360, "Wrong size on ABP_Dialogue_MainPlaza_Trashcan_C"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Trashcan_C, UberGraphFrame_BP_Dialogue_MainPlaza_Trashcan_C) == 0x000338, "Member 'ABP_Dialogue_MainPlaza_Trashcan_C::UberGraphFrame_BP_Dialogue_MainPlaza_Trashcan_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Trashcan_C, Reward_Act1) == 0x000340, "Member 'ABP_Dialogue_MainPlaza_Trashcan_C::Reward_Act1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_MainPlaza_Trashcan_C, Reward_Act2) == 0x000350, "Member 'ABP_Dialogue_MainPlaza_Trashcan_C::Reward_Act2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty_Trashcan_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty_Trashcan_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty_Trashcan_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty_Trashcan_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty_Trashcan_C"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_DoubleBraided__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData) == 0x0006A0, "Wrong size on ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, __NameProperty_91) == 0x000004, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::__NameProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, __NameProperty_92) == 0x00000C, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::__NameProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, __StructProperty_93) == 0x000018, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::__StructProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_26) == 0x0000D0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_25) == 0x000100, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_24) == 0x000130, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_23) == 0x000160, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_22) == 0x000190, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_21) == 0x0001C0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_20) == 0x0001F0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_19) == 0x000220, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_18) == 0x000250, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_17) == 0x000280, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_16) == 0x0002B0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_15) == 0x0002E0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_14) == 0x000310, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_13) == 0x000340, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_12) == 0x000370, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_11) == 0x0003A0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_10) == 0x0003D0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000400, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000430, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000460, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000490, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0004C0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0004F0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x000520, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000550, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x000580, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0005B0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x0005E0, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000610, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x000640, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000670, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided \ +static_assert(alignof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided) == 0x000004, "Wrong alignment on ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided"); \ +static_assert(sizeof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided) == 0x0000F4, "Wrong size on ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings) == 0x000004, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_1) == 0x00001C, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_2) == 0x000034, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_3) == 0x00004C, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_4) == 0x000064, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_5) == 0x00007C, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_6) == 0x000094, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_7) == 0x0000AC, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_8) == 0x0000C4, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided, K2Node_MakeStruct_KawaiiPhysicsSettings_9) == 0x0000DC, "Member 'ABP_PostProcess_HairVar_MAELLE_DoubleBraided_C_ExecuteUbergraph_ABP_PostProcess_HairVar_MAELLE_DoubleBraided::K2Node_MakeStruct_KawaiiPhysicsSettings_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C \ +static_assert(alignof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C) == 0x000010, "Wrong alignment on UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C"); \ +static_assert(sizeof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C) == 0x00D290, "Wrong size on UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_26) == 0x000390, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_25) == 0x000B30, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_24) == 0x0012D0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_23) == 0x001A70, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_22) == 0x002210, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_21) == 0x0029B0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_20) == 0x003150, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_19) == 0x0038F0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_18) == 0x004090, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_17) == 0x004830, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_16) == 0x004FD0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_15) == 0x005770, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_14) == 0x005F10, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_13) == 0x0066B0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_12) == 0x006E50, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_11) == 0x0075F0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_10) == 0x007D90, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_9) == 0x008530, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_8) == 0x008CD0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_7) == 0x009470, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_6) == 0x009C10, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_LinkedInputPose) == 0x00A3B0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_5) == 0x00A470, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_4) == 0x00AC10, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_3) == 0x00B3B0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_2) == 0x00BB50, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_ComponentToLocalSpace) == 0x00C2F0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_LocalToComponentSpace) == 0x00C310, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_Root) == 0x00C330, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics_1) == 0x00C350, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C, AnimGraphNode_KawaiiPhysics) == 0x00CAF0, "Member 'UABP_PostProcess_HairVar_MAELLE_DoubleBraided_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_Hair_ActeIII_Attach__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData) == 0x000130, "Wrong size on ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, __StructProperty_4) == 0x000008, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::__StructProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, __NameProperty_5) == 0x000028, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::__NameProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, __NameProperty_6) == 0x000030, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::__NameProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x0000D0, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000100, "Member 'ABP_Maelle_Hair_ActeIII_Attach::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph \ +static_assert(alignof(ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph"); \ +static_assert(sizeof(ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph) == 0x000010, "Wrong size on ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Maelle_Hair_ActeIII_Attach_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach \ +static_assert(alignof(ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach) == 0x000004, "Wrong alignment on ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach"); \ +static_assert(sizeof(ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach) == 0x000004, "Wrong size on ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach"); \ +static_assert(offsetof(ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach, EntryPoint) == 0x000000, "Member 'ABP_Maelle_Hair_ActeIII_Attach_C_ExecuteUbergraph_ABP_Maelle_Hair_ActeIII_Attach::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Maelle_Hair_ActeIII_Attach_C \ +static_assert(alignof(UABP_Maelle_Hair_ActeIII_Attach_C) == 0x000010, "Wrong alignment on UABP_Maelle_Hair_ActeIII_Attach_C"); \ +static_assert(sizeof(UABP_Maelle_Hair_ActeIII_Attach_C) == 0x000500, "Wrong size on UABP_Maelle_Hair_ActeIII_Attach_C"); \ +static_assert(offsetof(UABP_Maelle_Hair_ActeIII_Attach_C, UberGraphFrame) == 0x000370, "Member 'UABP_Maelle_Hair_ActeIII_Attach_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_Hair_ActeIII_Attach_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_Maelle_Hair_ActeIII_Attach_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_Hair_ActeIII_Attach_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_Maelle_Hair_ActeIII_Attach_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_Hair_ActeIII_Attach_C, AnimGraphNode_CopyPoseFromMesh) == 0x000388, "Member 'UABP_Maelle_Hair_ActeIII_Attach_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_Maelle_Hair_ActeIII_Attach_C, AnimGraphNode_Root) == 0x0004E0, "Member 'UABP_Maelle_Hair_ActeIII_Attach_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan) == 0x001D50, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000220, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_1) == 0x000350, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue) == 0x000360, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue) == 0x000368, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000370, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_1) == 0x000378, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000380, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_2) == 0x000388, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000390, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000398, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_3) == 0x0003A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0003A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0003B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0003B1, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0003B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_2) == 0x0004E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_4) == 0x0004F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000500, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_5) == 0x000508, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000510, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000518, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_6) == 0x000520, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000528, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000530, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_7) == 0x000538, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000540, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_8) == 0x000548, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000550, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000558, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_9) == 0x000560, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000568, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000570, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_10) == 0x000578, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000580, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0006B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_3) == 0x0006B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_11) == 0x0006C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_11) == 0x0006D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0006D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_12) == 0x0006E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_12) == 0x0006E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0006F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_13) == 0x0006F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000700, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000708, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_14) == 0x000710, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000718, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000720, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetPlayerController_ReturnValue_15) == 0x000728, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000730, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000860, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_4) == 0x000868, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_GetDialogueStage_DialogueStage) == 0x000878, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_SwitchInteger_CmpSuccess) == 0x00087C, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x00087D, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000880, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_5) == 0x0009B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x0009C0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_6) == 0x0009C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000AF8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_6) == 0x000BC0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000BD0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_7) == 0x000D00, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000D10, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000DD8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000F08, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_8) == 0x000FD0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000FE0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_9) == 0x001110, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x001120, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_10) == 0x0011E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001318, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_10) == 0x0013E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_11) == 0x0013F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_11) == 0x001520, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001530, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_12) == 0x0015F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001728, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_12) == 0x0017F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_13) == 0x001800, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_13) == 0x001930, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x001940, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_14) == 0x001A08, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x001B38, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_14) == 0x001C00, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeStruct_FRichDialogueLine_15) == 0x001C10, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan, K2Node_MakeArray_Array_15) == 0x001D40, "Member 'BP_Dialogue_Lumiere_ExpFestival_Alan_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Alan::K2Node_MakeArray_Array_15' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Alan_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Alan_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Alan_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Alan_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Alan_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Alan_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Alan_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Alan_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Alan_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters \ +static_assert(alignof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters) == 0x000008, "Wrong alignment on BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters"); \ +static_assert(sizeof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters) == 0x0002B8, "Wrong size on BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, EntryPoint) == 0x000000, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000168, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000170, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000178, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_Dialogue_WayDown_ExpeditionRecruiters_C_ExecuteUbergraph_BP_Dialogue_WayDown_ExpeditionRecruiters::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_WayDown_ExpeditionRecruiters_C \ +static_assert(alignof(ABP_Dialogue_WayDown_ExpeditionRecruiters_C) == 0x000008, "Wrong alignment on ABP_Dialogue_WayDown_ExpeditionRecruiters_C"); \ +static_assert(sizeof(ABP_Dialogue_WayDown_ExpeditionRecruiters_C) == 0x000340, "Wrong size on ABP_Dialogue_WayDown_ExpeditionRecruiters_C"); \ +static_assert(offsetof(ABP_Dialogue_WayDown_ExpeditionRecruiters_C, UberGraphFrame_BP_Dialogue_WayDown_ExpeditionRecruiters_C) == 0x000338, "Member 'ABP_Dialogue_WayDown_ExpeditionRecruiters_C::UberGraphFrame_BP_Dialogue_WayDown_ExpeditionRecruiters_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket \ +static_assert(alignof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket) == 0x000008, "Wrong alignment on BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket"); \ +static_assert(sizeof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket) == 0x0002B8, "Wrong size on BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, EntryPoint) == 0x000000, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, K2Node_MakeStruct_FRichDialogueLine) == 0x000020, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_GetPlayerController_ReturnValue_1) == 0x000150, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, K2Node_MakeArray_Array) == 0x000158, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000168, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000170, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000178, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket, K2Node_MakeArray_Array_1) == 0x0002A8, "Member 'BP_Dialogue_WayDown_FlowerMarket_C_ExecuteUbergraph_BP_Dialogue_WayDown_FlowerMarket::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_WayDown_FlowerMarket_C \ +static_assert(alignof(ABP_Dialogue_WayDown_FlowerMarket_C) == 0x000008, "Wrong alignment on ABP_Dialogue_WayDown_FlowerMarket_C"); \ +static_assert(sizeof(ABP_Dialogue_WayDown_FlowerMarket_C) == 0x000340, "Wrong size on ABP_Dialogue_WayDown_FlowerMarket_C"); \ +static_assert(offsetof(ABP_Dialogue_WayDown_FlowerMarket_C, UberGraphFrame_BP_Dialogue_WayDown_FlowerMarket_C) == 0x000338, "Member 'ABP_Dialogue_WayDown_FlowerMarket_C::UberGraphFrame_BP_Dialogue_WayDown_FlowerMarket_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael \ +static_assert(alignof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael) == 0x001438, "Wrong size on BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D1, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue) == 0x0000E0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_2) == 0x000100, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000108, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000110, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_3) == 0x000118, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine) == 0x000120, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000250, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array) == 0x000258, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000268, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000270, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_4) == 0x0003A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_1) == 0x0003A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0003B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0003C0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_5) == 0x0003C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0003D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0003D8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_2) == 0x000508, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000518, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_6) == 0x000520, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000528, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_7) == 0x000530, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000538, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000540, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_8) == 0x000548, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000550, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000680, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_3) == 0x000688, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000698, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_9) == 0x0006A0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0006A8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetPlayerController_ReturnValue_10) == 0x0006B0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0006B8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_GetDialogueStage_DialogueStage) == 0x0006C0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_SwitchInteger_CmpSuccess) == 0x0006C4, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x0006C5, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0006C6, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_4) == 0x0006C8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_4) == 0x0007F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000808, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_5) == 0x0008D0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000A00, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_5) == 0x000AC8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000AD8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_6) == 0x000C08, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000C18, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000CE0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000E10, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_7) == 0x000ED8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000EE8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_8) == 0x001018, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001028, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_9) == 0x0010F0, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001220, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_9) == 0x0012E8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeStruct_FRichDialogueLine_10) == 0x0012F8, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael, K2Node_MakeArray_Array_10) == 0x001428, "Member 'BP_Dialogue_Lumiere_ExpFestival_Raphael_C_ExecuteUbergraph_BP_Dialogue_Lumiere_ExpFestival_Raphael::K2Node_MakeArray_Array_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_ExpFestival_Raphael_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_ExpFestival_Raphael_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_ExpFestival_Raphael_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_ExpFestival_Raphael_C) == 0x000340, "Wrong size on ABP_Dialogue_Lumiere_ExpFestival_Raphael_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_ExpFestival_Raphael_C, UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Raphael_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_ExpFestival_Raphael_C::UberGraphFrame_BP_Dialogue_Lumiere_ExpFestival_Raphael_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller \ +static_assert(alignof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller) == 0x000008, "Wrong alignment on BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller"); \ +static_assert(sizeof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller) == 0x000D60, "Wrong size on BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue) == 0x000220, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue) == 0x000228, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_1) == 0x000230, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000238, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000240, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_2) == 0x000248, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000250, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000380, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_1) == 0x000388, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x000398, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_3) == 0x0003A0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0003A8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_4) == 0x0003B0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0003B8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0003C0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_5) == 0x0003C8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0003D0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0003D8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetPlayerController_ReturnValue_6) == 0x0003E0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0003E8, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_2) == 0x0003F0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_2) == 0x000520, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000530, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, CallFunc_GetDialogueStage_DialogueStage) == 0x000534, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_SwitchInteger_CmpSuccess) == 0x000538, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000540, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000608, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_3) == 0x0006D0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000800, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_3) == 0x000930, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_4) == 0x000940, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000950, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000A18, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_5) == 0x000AE0, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000C10, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_5) == 0x000D40, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller, K2Node_MakeArray_Array_6) == 0x000D50, "Member 'BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C_ExecuteUbergraph_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller::K2Node_MakeArray_Array_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C \ +static_assert(alignof(ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C"); \ +static_assert(sizeof(ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C) == 0x0004A8, "Wrong size on ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C, UberGraphFrame_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C) == 0x000338, "Member 'ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C::UberGraphFrame_BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C, maelleDuelBattleParams) == 0x000340, "Member 'ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C::maelleDuelBattleParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C, gameActionFestivalEnd) == 0x000498, "Member 'ABP_Dialogue_Lumiere_WalkAct1_FlowerSeller_C::gameActionFestivalEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C) == 0x000BF0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C, SM_Accessories2) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C::SM_Accessories2' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C, SM_NPC_Lumiere_Female_Adult_1_Hat) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C::SM_NPC_Lumiere_Female_Adult_1_Hat' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C, Julie_hair_skl) == 0x000BE8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_C::Julie_hair_skl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Male__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData) == 0x000DF0, "Wrong size on ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, __NameProperty_208) == 0x000004, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::__NameProperty_208' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, __NameProperty_209) == 0x00000C, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::__NameProperty_209' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, __StructProperty_210) == 0x000018, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::__StructProperty_210' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000038, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000B8, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0000D0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_9) == 0x000100, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_8) == 0x000130, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_7) == 0x000160, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_6) == 0x000190, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_5) == 0x0001C0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_4) == 0x0001F0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000220, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_43) == 0x000250, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_3) == 0x000280, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_2) == 0x0002B0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics_1) == 0x0002E0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_KawaiiPhysics) == 0x000310, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_42) == 0x000340, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000370, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0003A0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_11) == 0x0003D0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_10) == 0x000400, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_9) == 0x000430, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_8) == 0x000460, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_7) == 0x000490, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_6) == 0x0004C0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_5) == 0x0004F0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_4) == 0x000520, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_3) == 0x000550, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_2) == 0x000580, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics_1) == 0x0005B0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_41) == 0x0005E0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_AnimDynamics) == 0x000610, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_40) == 0x000640, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_39) == 0x000670, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_38) == 0x0006A0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_37) == 0x0006D0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_36) == 0x000700, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_35) == 0x000730, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_34) == 0x000760, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_33) == 0x000790, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_32) == 0x0007C0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_31) == 0x0007F0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_30) == 0x000820, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_29) == 0x000850, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_28) == 0x000880, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_27) == 0x0008B0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_26) == 0x0008E0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_25) == 0x000910, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_24) == 0x000940, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_23) == 0x000970, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_22) == 0x0009A0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_21) == 0x0009D0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_20) == 0x000A00, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_19) == 0x000A30, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_18) == 0x000A60, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_17) == 0x000A90, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_16) == 0x000AC0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_15) == 0x000AF0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_14) == 0x000B20, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_13) == 0x000B50, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_12) == 0x000B80, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_11) == 0x000BB0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_10) == 0x000BE0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_9) == 0x000C10, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_8) == 0x000C40, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_7) == 0x000C70, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_6) == 0x000CA0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_5) == 0x000CD0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_4) == 0x000D00, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_3) == 0x000D30, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_2) == 0x000D60, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver_1) == 0x000D90, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000DC0, "Member 'ABP_PostProcess_Expeditioners_Male::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Male_C_AnimGraph \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Male_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PostProcess_Expeditioners_Male_C_AnimGraph"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Male_C_AnimGraph) == 0x000020, "Wrong size on ABP_PostProcess_Expeditioners_Male_C_AnimGraph"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_PostProcess_Expeditioners_Male_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_PostProcess_Expeditioners_Male_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male \ +static_assert(alignof(ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male) == 0x000004, "Wrong alignment on ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male"); \ +static_assert(sizeof(ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male) == 0x000004, "Wrong size on ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male"); \ +static_assert(offsetof(ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male, EntryPoint) == 0x000000, "Member 'ABP_PostProcess_Expeditioners_Male_C_ExecuteUbergraph_ABP_PostProcess_Expeditioners_Male::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PostProcess_Expeditioners_Male_C \ +static_assert(alignof(UABP_PostProcess_Expeditioners_Male_C) == 0x000010, "Wrong alignment on UABP_PostProcess_Expeditioners_Male_C"); \ +static_assert(sizeof(UABP_PostProcess_Expeditioners_Male_C) == 0x00D620, "Wrong size on UABP_PostProcess_Expeditioners_Male_C"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, UberGraphFrame) == 0x000370, "Member 'UABP_PostProcess_Expeditioners_Male_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_LinkedInputPose) == 0x000388, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_9) == 0x000440, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_8) == 0x000BE0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_7) == 0x001380, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_6) == 0x001B20, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_5) == 0x0022C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_4) == 0x002A60, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_LocalToComponentSpace) == 0x003200, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_43) == 0x003220, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_3) == 0x0033C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_2) == 0x003B60, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics_1) == 0x004300, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_KawaiiPhysics) == 0x004AA0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_KawaiiPhysics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_42) == 0x005240, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_Root) == 0x0053E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_ComponentToLocalSpace) == 0x005400, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_11) == 0x005420, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_10) == 0x005940, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_9) == 0x005E60, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_8) == 0x006380, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_7) == 0x0068A0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_6) == 0x006DC0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_5) == 0x0072E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_4) == 0x007800, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_3) == 0x007D20, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_2) == 0x008240, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics_1) == 0x008760, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_41) == 0x008C80, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_AnimDynamics) == 0x008E20, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_40) == 0x009340, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_39) == 0x0094E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_38) == 0x009680, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_37) == 0x009820, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_36) == 0x0099C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_35) == 0x009B60, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_34) == 0x009D00, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_33) == 0x009EA0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_32) == 0x00A040, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_31) == 0x00A1E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_30) == 0x00A380, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_29) == 0x00A520, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_28) == 0x00A6C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_27) == 0x00A860, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_26) == 0x00AA00, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_25) == 0x00ABA0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_24) == 0x00AD40, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_23) == 0x00AEE0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_22) == 0x00B080, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_21) == 0x00B220, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_20) == 0x00B3C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_19) == 0x00B560, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_18) == 0x00B700, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_17) == 0x00B8A0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_16) == 0x00BA40, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_15) == 0x00BBE0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_14) == 0x00BD80, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_13) == 0x00BF20, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_12) == 0x00C0C0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_11) == 0x00C260, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_10) == 0x00C400, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_9) == 0x00C5A0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_8) == 0x00C740, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_7) == 0x00C8E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_6) == 0x00CA80, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_5) == 0x00CC20, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_4) == 0x00CDC0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_3) == 0x00CF60, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_2) == 0x00D100, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver_1) == 0x00D2A0, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, AnimGraphNode_PoseDriver) == 0x00D440, "Member 'UABP_PostProcess_Expeditioners_Male_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, Physics_Settings_Coat) == 0x00D5E0, "Member 'UABP_PostProcess_Expeditioners_Male_C::Physics_Settings_Coat' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, Physics_Settings_Coat_Borders) == 0x00D5F8, "Member 'UABP_PostProcess_Expeditioners_Male_C::Physics_Settings_Coat_Borders' has a wrong offset!"); \ +static_assert(offsetof(UABP_PostProcess_Expeditioners_Male_C, Alpha) == 0x00D610, "Member 'UABP_PostProcess_Expeditioners_Male_C::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_C) == 0x000BE0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_C"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C) == 0x000BF0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C, Mustache_card) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C::Mustache_card' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C, Beard_Card) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C::Beard_Card' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C, Hair_Card) == 0x000BE8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_C::Hair_Card' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove \ +static_assert(alignof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove) == 0x000008, "Wrong alignment on BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove"); \ +static_assert(sizeof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove) == 0x0011F8, "Wrong size on BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000008, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000D0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine) == 0x0000D8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array) == 0x000208, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000218, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue) == 0x000220, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000228, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue) == 0x000358, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_1) == 0x000360, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_1) == 0x000370, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000378, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000380, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_2) == 0x000388, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000390, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0004C0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_2) == 0x0004C8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0004D8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_3) == 0x0004E0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0004E8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_3) == 0x0004F0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_3) == 0x000620, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_4) == 0x000630, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000638, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000640, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000648, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_5) == 0x000778, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_4) == 0x000780, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000790, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_6) == 0x000798, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_6) == 0x0007A0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x0007A8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_5) == 0x0007B0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_7) == 0x0008E0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_5) == 0x0008E8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0008F8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000900, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_6) == 0x000908, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_6) == 0x000A38, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_8) == 0x000A48, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_8) == 0x000A50, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_9) == 0x000A58, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_9) == 0x000A60, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000A68, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000A69, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_7) == 0x000A70, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_8) == 0x000BA0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_7) == 0x000CD0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_8) == 0x000CE0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetInventoryManager_ReturnValue) == 0x000CF0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetEncounterLevel_ReturnValue) == 0x000CF8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_S_LootContext) == 0x000CFC, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetPlayerController_ReturnValue_10) == 0x000D00, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetComponentByClass_ReturnValue_10) == 0x000D08, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000D10, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDialogueStage_DialogueStage) == 0x000D14, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDialogueStage_DialogueStage' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000D18, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_9) == 0x000D20, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_9) == 0x000E50, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000E60, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Greater_IntInt_ReturnValue) == 0x000E61, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x000E62, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FRichDialogueLine_10) == 0x000E68, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDialogueStage_DialogueStage_1) == 0x000F98, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDialogueStage_DialogueStage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_10) == 0x000FA0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Add_IntInt_ReturnValue) == 0x000FB0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDialogueStage_DialogueStage_2) == 0x000FB4, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDialogueStage_DialogueStage_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Add_IntInt_ReturnValue_1) == 0x000FB8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDataTableRowFromName_OutRow) == 0x000FC0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0010F0, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Conv_NameToText_ReturnValue) == 0x0010F8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_IsValid_ReturnValue) == 0x001108, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FormatArgumentData) == 0x001110, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_GetDisplayName_ReturnValue) == 0x001158, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_SelectString_ReturnValue) == 0x001168, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_AddItemToInventory_GeneratedItem) == 0x001178, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Conv_StringToText_ReturnValue) == 0x001180, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeStruct_FormatArgumentData_1) == 0x001190, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, K2Node_MakeArray_Array_11) == 0x0011D8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove, CallFunc_Format_ReturnValue) == 0x0011E8, "Member 'BP_Dialogue_Harbour_HotelLove_C_ExecuteUbergraph_BP_Dialogue_Harbour_HotelLove::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Harbour_HotelLove_C \ +static_assert(alignof(ABP_Dialogue_Harbour_HotelLove_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Harbour_HotelLove_C"); \ +static_assert(sizeof(ABP_Dialogue_Harbour_HotelLove_C) == 0x000350, "Wrong size on ABP_Dialogue_Harbour_HotelLove_C"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_HotelLove_C, UberGraphFrame_BP_Dialogue_Harbour_HotelLove_C) == 0x000338, "Member 'ABP_Dialogue_Harbour_HotelLove_C::UberGraphFrame_BP_Dialogue_Harbour_HotelLove_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Harbour_HotelLove_C, Item_Data_Table_Row_Handle) == 0x000340, "Member 'ABP_Dialogue_Harbour_HotelLove_C::Item_Data_Table_Row_Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C) == 0x000BF0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C, Gestral_haircut_2_skl) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C::Gestral_haircut_2_skl' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C, Mask_EE) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_C::Mask_EE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C) == 0x000BF0, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C, SM_Toolbox_NN_01p) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C::SM_Toolbox_NN_01p' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C, SM_Accessories2) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C::SM_Accessories2' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C, SM_Accessories_2) == 0x000BE8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_C::SM_Accessories_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C \ +static_assert(alignof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C) == 0x000010, "Wrong alignment on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C"); \ +static_assert(sizeof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C) == 0x000C00, "Wrong size on ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C, needle_cushion) == 0x000BD8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C::needle_cushion' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C, SM_Accessories1) == 0x000BE0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C::SM_Accessories1' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C, SM_FlowerNeckLace_OnCharacter_A_01) == 0x000BE8, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C::SM_FlowerNeckLace_OnCharacter_A_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C, renoir_cane_low) == 0x000BF0, "Member 'ABP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_C::renoir_cane_low' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NPC_Dialogue_Empty3_Furniture_C \ +static_assert(alignof(ABP_NPC_Dialogue_Empty3_Furniture_C) == 0x000010, "Wrong alignment on ABP_NPC_Dialogue_Empty3_Furniture_C"); \ +static_assert(sizeof(ABP_NPC_Dialogue_Empty3_Furniture_C) == 0x000BD0, "Wrong size on ABP_NPC_Dialogue_Empty3_Furniture_C"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlayInworldDialogue_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_PlayInworldDialogue_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_PlayInworldDialogue_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_PlayInworldDialogue_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_PlayInworldDialogue_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_PlayInworldDialogue_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_PlayInworldDialogue_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_PlayInworldDialogue_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction) == 0x000060, "Wrong size on BP_GameAction_PlayInworldDialogue_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000048, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_PlayInworldDialogue_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_GameAction_PlayInworldDialogue_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_PlayInworldDialogue_C \ +static_assert(alignof(UBP_GameAction_PlayInworldDialogue_C) == 0x000008, "Wrong alignment on UBP_GameAction_PlayInworldDialogue_C"); \ +static_assert(sizeof(UBP_GameAction_PlayInworldDialogue_C) == 0x000040, "Wrong size on UBP_GameAction_PlayInworldDialogue_C"); \ +static_assert(offsetof(UBP_GameAction_PlayInworldDialogue_C, DialogueData) == 0x000030, "Member 'UBP_GameAction_PlayInworldDialogue_C::DialogueData' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_PlayInworldDialogue_C, ShouldWaitEndOfDialogueToFinishExecution) == 0x000038, "Member 'UBP_GameAction_PlayInworldDialogue_C::ShouldWaitEndOfDialogueToFinishExecution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue \ +static_assert(alignof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue) == 0x000008, "Wrong alignment on BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue"); \ +static_assert(sizeof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue) == 0x000050, "Wrong size on BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000020, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, CallFunc_GetPlayerCharacter_AsBP_J_RPG_Character_World) == 0x000030, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::CallFunc_GetPlayerCharacter_AsBP_J_RPG_Character_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, CallFunc_GetDialogueSettings_NPCDialog) == 0x000038, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::CallFunc_GetDialogueSettings_NPCDialog' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, CallFunc_GetDialogueSettings_DialogueParameters) == 0x000040, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::CallFunc_GetDialogueSettings_DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_ExecuteUbergraph_BP_GameActionInstance_ForceNPCDialogue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings \ +static_assert(alignof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings) == 0x000008, "Wrong alignment on BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings"); \ +static_assert(sizeof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings) == 0x000038, "Wrong size on BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, NPCDialog) == 0x000000, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::NPCDialog' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, DialogueParameters) == 0x000008, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::DialogueParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, K2Node_DynamicCast_AsPlay_Dialogue__Force_) == 0x000010, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::K2Node_DynamicCast_AsPlay_Dialogue__Force_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog) == 0x000028, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::K2Node_DynamicCast_AsBP_J_RPG_NPC_Dialog' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDialogueSettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString) == 0x000110, "Wrong size on BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, K2Node_DynamicCast_AsPlay_Dialogue__Force_) == 0x000010, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::K2Node_DynamicCast_AsPlay_Dialogue__Force_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_ForceNPCDialogue_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_ForceNPCDialogue_C \ +static_assert(alignof(UBP_GameActionInstance_ForceNPCDialogue_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_ForceNPCDialogue_C"); \ +static_assert(sizeof(UBP_GameActionInstance_ForceNPCDialogue_C) == 0x000048, "Wrong size on UBP_GameActionInstance_ForceNPCDialogue_C"); \ +static_assert(offsetof(UBP_GameActionInstance_ForceNPCDialogue_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_ForceNPCDialogue_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_GPEActivation_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation) == 0x000010, "Wrong size on BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_GPEActivation_C_ExecuteUbergraph_BP_GameActionInstance_GPEActivation::K2Node_Event_Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted) == 0x000018, "Wrong size on BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted, Temp_int_Variable) == 0x000008, "Member 'BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_GPEActivation_C_OnGPEBehaviorExecuted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations) == 0x000120, "Wrong size on BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, Controller) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_AsGameplay_Element___GPE_Activation) == 0x000030, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_AsGameplay_Element___GPE_Activation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000070, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_AsActor) == 0x000080, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x000090, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x0000A8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Array_Length_ReturnValue_1) == 0x0000B4, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000E8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_AsActor_1) == 0x0000F0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_bSuccess_3) == 0x0000F8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_AsBPI_GPE_Interface_1) == 0x000100, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_AsBPI_GPE_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, K2Node_DynamicCast_bSuccess_4) == 0x000110, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations, CallFunc_GPE_GetActivationComponent_ActivationComponent_1) == 0x000118, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsActivations::CallFunc_GPE_GetActivationComponent_ActivationComponent_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations) == 0x000120, "Wrong size on BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, Controller) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsGameplay_Element___GPE_Activation) == 0x000018, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsGameplay_Element___GPE_Activation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsGameplay_Element___GPE_Activation_1) == 0x000040, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsGameplay_Element___GPE_Activation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000A0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000A8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsActor) == 0x0000B0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsActor_1) == 0x0000C0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess_3) == 0x0000C8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x0000D0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess_4) == 0x0000E0, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_AsBPI_GPE_Interface_1) == 0x0000E8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_AsBPI_GPE_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, K2Node_DynamicCast_bSuccess_5) == 0x0000F8, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_GPE_GetActivationComponent_ActivationComponent) == 0x000100, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_GPE_GetActivationComponent_ActivationComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_GPE_GetActivationComponent_ActivationComponent_1) == 0x000108, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_GPE_GetActivationComponent_ActivationComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Array_Length_ReturnValue_1) == 0x000114, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations, CallFunc_Less_IntInt_ReturnValue_1) == 0x000119, "Member 'BP_GameActionInstance_GPEActivation_C_ProcessGPEsDeactivations::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_GPEActivation_C_UpdateGPECount \ +static_assert(alignof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount) == 0x000008, "Wrong alignment on BP_GameActionInstance_GPEActivation_C_UpdateGPECount"); \ +static_assert(sizeof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount) == 0x0000F0, "Wrong size on BP_GameActionInstance_GPEActivation_C_UpdateGPECount"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Variable) == 0x000004, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, Temp_int_Variable_1) == 0x00001C, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Add_IntInt_ReturnValue_3) == 0x000024, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_AsGameplay_Element___GPE_Activation) == 0x000028, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_AsGameplay_Element___GPE_Activation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000090, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_AsActor) == 0x000098, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_AsActor_1) == 0x0000A8, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_AsBPI_GPE_Interface) == 0x0000B8, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_AsBPI_GPE_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_bSuccess_3) == 0x0000C8, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_AsBPI_GPE_Interface_1) == 0x0000D0, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_AsBPI_GPE_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, K2Node_DynamicCast_bSuccess_4) == 0x0000E0, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Array_Length_ReturnValue) == 0x0000E4, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_GPEActivation_C_UpdateGPECount, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000ED, "Member 'BP_GameActionInstance_GPEActivation_C_UpdateGPECount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_GPEActivation_C \ +static_assert(alignof(UBP_GameActionInstance_GPEActivation_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_GPEActivation_C"); \ +static_assert(sizeof(UBP_GameActionInstance_GPEActivation_C) == 0x000050, "Wrong size on UBP_GameActionInstance_GPEActivation_C"); \ +static_assert(offsetof(UBP_GameActionInstance_GPEActivation_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_GPEActivation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_GPEActivation_C, NumberOfGPEToExecute) == 0x000048, "Member 'UBP_GameActionInstance_GPEActivation_C::NumberOfGPEToExecute' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_GPEActivation_C, NumberOfGPEExecuted) == 0x00004C, "Member 'UBP_GameActionInstance_GPEActivation_C::NumberOfGPEExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_GPEActivation_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_GPEActivation_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_GPEActivation_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_GPEActivation_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_GPEActivation_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_GPEActivation_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_GPEActivation_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_GPEActivation_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_GPEActivation_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_GPEActivation_C_ValidateGameAction) == 0x000050, "Wrong size on BP_GameAction_GPEActivation_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000038, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, CallFunc_Array_IsEmpty_ReturnValue) == 0x000048, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x000049, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_GPEActivation_C_ValidateGameAction, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'BP_GameAction_GPEActivation_C_ValidateGameAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_GPEActivation_C \ +static_assert(alignof(UBP_GameAction_GPEActivation_C) == 0x000008, "Wrong alignment on UBP_GameAction_GPEActivation_C"); \ +static_assert(sizeof(UBP_GameAction_GPEActivation_C) == 0x000058, "Wrong size on UBP_GameAction_GPEActivation_C"); \ +static_assert(offsetof(UBP_GameAction_GPEActivation_C, GameplayElementsToActivate) == 0x000030, "Member 'UBP_GameAction_GPEActivation_C::GameplayElementsToActivate' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_GPEActivation_C, GameplayElementsToDeactivate) == 0x000040, "Member 'UBP_GameAction_GPEActivation_C::GameplayElementsToDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_GPEActivation_C, InverseActivationAfterExecution) == 0x000050, "Member 'UBP_GameAction_GPEActivation_C::InverseActivationAfterExecution' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_GPEActivation_C, WaitForBehaviorExecution) == 0x000051, "Member 'UBP_GameAction_GPEActivation_C::WaitForBehaviorExecution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction \ +static_assert(alignof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction) == 0x000088, "Wrong size on BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, K2Node_DynamicCast_AsBP_Game_Action_Multi_Game_Action) == 0x000028, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::K2Node_DynamicCast_AsBP_Game_Action_Multi_Game_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_GetGameActionFromWrapperPure_GameAction) == 0x000058, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_GetGameActionFromWrapperPure_GameAction' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_GetInstanceClass_ReturnValue) == 0x000068, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_GetInstanceClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_SpawnObject_ReturnValue) == 0x000070, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000078, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue) == 0x000080, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_ShouldTriggerAutoSaveAfterExecution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction, CallFunc_BooleanOR_ReturnValue) == 0x000081, "Member 'BP_GameActionInstance_MultiGameAction_C_ExecuteUbergraph_BP_GameActionInstance_MultiGameAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished \ +static_assert(alignof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished) == 0x000008, "Wrong alignment on BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished"); \ +static_assert(sizeof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished) == 0x000030, "Wrong size on BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, GameActionInstance) == 0x000000, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::GameActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, CallFunc_Array_RemoveItem_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, K2Node_DynamicCast_AsBP_Game_Action_Multi_Game_Action) == 0x000010, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::K2Node_DynamicCast_AsBP_Game_Action_Multi_Game_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, Temp_int_Variable) == 0x00001C, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_MultiGameAction_C_OnGameActionExecutionFinished::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_MultiGameAction_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_MultiGameAction_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_MultiGameAction_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_MultiGameAction_C_GetDebugString) == 0x000108, "Wrong size on BP_GameActionInstance_MultiGameAction_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, local_DebugString) == 0x000010, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::local_DebugString' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_GetDebugString_ReturnValue) == 0x000048, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_GetDebugString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_PadString_Result) == 0x000068, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_PadString_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E0, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_GetDebugString, CallFunc_Less_IntInt_ReturnValue) == 0x000104, "Member 'BP_GameActionInstance_MultiGameAction_C_GetDebugString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution \ +static_assert(alignof(BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong alignment on BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(sizeof(BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution) == 0x000001, "Wrong size on BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution"); \ +static_assert(offsetof(BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_MultiGameAction_C_ShouldTriggerAutoSaveAfterExecution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_MultiGameAction_C \ +static_assert(alignof(UBP_GameActionInstance_MultiGameAction_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_MultiGameAction_C"); \ +static_assert(sizeof(UBP_GameActionInstance_MultiGameAction_C) == 0x000068, "Wrong size on UBP_GameActionInstance_MultiGameAction_C"); \ +static_assert(offsetof(UBP_GameActionInstance_MultiGameAction_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_MultiGameAction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_MultiGameAction_C, GameActionExecutedCount) == 0x000048, "Member 'UBP_GameActionInstance_MultiGameAction_C::GameActionExecutedCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_MultiGameAction_C, GameActionInstances) == 0x000050, "Member 'UBP_GameActionInstance_MultiGameAction_C::GameActionInstances' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_MultiGameAction_C, ShouldTriggerAutoSave) == 0x000060, "Member 'UBP_GameActionInstance_MultiGameAction_C::ShouldTriggerAutoSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_MultiGameAction_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_MultiGameAction_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_MultiGameAction_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_MultiGameAction_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_MultiGameAction_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_MultiGameAction_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_MultiGameAction_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_MultiGameAction_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_MultiGameAction_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_MultiGameAction_C_ValidateGameAction) == 0x000090, "Wrong size on BP_GameAction_MultiGameAction_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000068, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_IsGameActionWrapperValid_ReturnValue) == 0x00008C, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_IsGameActionWrapperValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_MultiGameAction_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x00008D, "Member 'BP_GameAction_MultiGameAction_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_MultiGameAction_C \ +static_assert(alignof(UBP_GameAction_MultiGameAction_C) == 0x000008, "Wrong alignment on UBP_GameAction_MultiGameAction_C"); \ +static_assert(sizeof(UBP_GameAction_MultiGameAction_C) == 0x000040, "Wrong size on UBP_GameAction_MultiGameAction_C"); \ +static_assert(offsetof(UBP_GameAction_MultiGameAction_C, GameActionsToTrigger) == 0x000030, "Member 'UBP_GameAction_MultiGameAction_C::GameActionsToTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro \ +static_assert(alignof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro) == 0x000008, "Wrong alignment on BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro"); \ +static_assert(sizeof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro) == 0x000028, "Wrong size on BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro"); \ +static_assert(offsetof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro, EntryPoint) == 0x000000, "Member 'BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro, CallFunc_GetQuestSystem_QuestSystem) == 0x000008, "Member 'BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000010, "Member 'BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro, CallFunc_GetObjectiveStatus_Status) == 0x000020, "Member 'BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro::CallFunc_GetObjectiveStatus_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C_ExecuteUbergraph_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C \ +static_assert(alignof(ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C) == 0x000010, "Wrong alignment on ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C"); \ +static_assert(sizeof(ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C) == 0x000C20, "Wrong size on ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C"); \ +static_assert(offsetof(ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C, UberGraphFrame_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C) == 0x000C18, "Member 'ABP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C::UberGraphFrame_BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CharacterAnimationParameters \ +static_assert(alignof(FS_CharacterAnimationParameters) == 0x000008, "Wrong alignment on FS_CharacterAnimationParameters"); \ +static_assert(sizeof(FS_CharacterAnimationParameters) == 0x000048, "Wrong size on FS_CharacterAnimationParameters"); \ +static_assert(offsetof(FS_CharacterAnimationParameters, Actor_5_477634994ACD83399640D9A4308EC31E) == 0x000000, "Member 'FS_CharacterAnimationParameters::Actor_5_477634994ACD83399640D9A4308EC31E' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterAnimationParameters, Animation_7_94BE01034CCA15CAA07CE2AFFA14A964) == 0x000028, "Member 'FS_CharacterAnimationParameters::Animation_7_94BE01034CCA15CAA07CE2AFFA14A964' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterAnimationParameters, PlayAsMontage_15_910F11404CFD3BE7BDB04E979D8F0CE0) == 0x000030, "Member 'FS_CharacterAnimationParameters::PlayAsMontage_15_910F11404CFD3BE7BDB04E979D8F0CE0' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterAnimationParameters, PlayRate_14_3E30A7BF45B440C0E70050A1E87BDE4B) == 0x000038, "Member 'FS_CharacterAnimationParameters::PlayRate_14_3E30A7BF45B440C0E70050A1E87BDE4B' has a wrong offset!"); \ +static_assert(offsetof(FS_CharacterAnimationParameters, MeshComponentTag_18_97A431074E2D03DE1401F2994A7C9D2B) == 0x000040, "Member 'FS_CharacterAnimationParameters::MeshComponentTag_18_97A431074E2D03DE1401F2994A7C9D2B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation) == 0x0001A0, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CustomEvent_NotifyName_1) == 0x000004, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CustomEvent_NotifyName) == 0x00000C, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, Temp_name_Variable) == 0x000024, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, Temp_wildcard_Variable) == 0x000030, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_DynamicCast_AsActor) == 0x0000A0, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x0000B1, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_GetComponentsByTag_ReturnValue) == 0x0000B8, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D0, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, Temp_wildcard_Variable_1) == 0x0000E0, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_IsValid_ReturnValue_1) == 0x0000E8, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_Event_Controller) == 0x0000F0, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_MakeStruct_AlphaBlendArgs) == 0x0000F8, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_MakeStruct_AlphaBlendArgs' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_MakeStruct_MontageBlendSettings) == 0x000108, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_MakeStruct_MontageBlendSettings' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CreateDelegate_OutputDelegate_2) == 0x000128, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_CreateSlotAnimationAsDynamicMontage_WithBlendSettings_ReturnValue) == 0x000138, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_CreateSlotAnimationAsDynamicMontage_WithBlendSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_GetAnimationParameters_CharacterAnimationParameters) == 0x000140, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_GetAnimationParameters_CharacterAnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000150, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CustomEvent_NotifyName_2) == 0x00015C, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CustomEvent_NotifyName_3) == 0x000164, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CreateDelegate_OutputDelegate_3) == 0x00016C, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CustomEvent_NotifyName_4) == 0x00017C, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, K2Node_CreateDelegate_OutputDelegate_4) == 0x000184, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_SetPlayRate_Rate_ImplicitCast) == 0x000194, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_SetPlayRate_Rate_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation, CallFunc_CreateProxyObjectForPlayMontage_PlayRate_ImplicitCast) == 0x000198, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_ExecuteUbergraph_BP_GameActionInstance_PlayCharacterAnimation::CallFunc_CreateProxyObjectForPlayMontage_PlayRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters) == 0x000020, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters, CharacterAnimationParameters) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters::CharacterAnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters, K2Node_DynamicCast_AsBP_Game_Action_Play_Character_Animation) == 0x000010, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters::K2Node_DynamicCast_AsBP_Game_Action_Play_Character_Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetAnimationParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74 \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74) == 0x000004, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74, NotifyName) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_OnBlendOut_59E1B9894783BC83F05507AF42E2EC74::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74 \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74) == 0x000004, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74, NotifyName) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_OnCompleted_59E1B9894783BC83F05507AF42E2EC74::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74 \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74) == 0x000004, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74, NotifyName) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_OnInterrupted_59E1B9894783BC83F05507AF42E2EC74::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74 \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74) == 0x000004, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74, NotifyName) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyBegin_59E1B9894783BC83F05507AF42E2EC74::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74 \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74) == 0x000004, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74) == 0x000008, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74, NotifyName) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_OnNotifyEnd_59E1B9894783BC83F05507AF42E2EC74::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString) == 0x0000A8, "Wrong size on BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, K2Node_DynamicCast_AsBP_Game_Action_Play_Character_Animation) == 0x000010, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::K2Node_DynamicCast_AsBP_Game_Action_Play_Character_Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GameActionInstance_PlayCharacterAnimation_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_PlayCharacterAnimation_C \ +static_assert(alignof(UBP_GameActionInstance_PlayCharacterAnimation_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_PlayCharacterAnimation_C"); \ +static_assert(sizeof(UBP_GameActionInstance_PlayCharacterAnimation_C) == 0x000050, "Wrong size on UBP_GameActionInstance_PlayCharacterAnimation_C"); \ +static_assert(offsetof(UBP_GameActionInstance_PlayCharacterAnimation_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_PlayCharacterAnimation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameActionInstance_PlayCharacterAnimation_C, LevelSequencePlayer) == 0x000048, "Member 'UBP_GameActionInstance_PlayCharacterAnimation_C::LevelSequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun \ +static_assert(alignof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun) == 0x000008, "Wrong alignment on BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun"); \ +static_assert(sizeof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun) == 0x000458, "Wrong size on BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, EntryPoint) == 0x000000, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000008, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, K2Node_CustomEvent_HorizontalCorrection) == 0x000010, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::K2Node_CustomEvent_HorizontalCorrection' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, K2Node_CustomEvent_VerticalCorrection) == 0x000018, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::K2Node_CustomEvent_VerticalCorrection' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000038, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000050, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_RandomFloatInRange_ReturnValue) == 0x000068, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_MakeRotator_ReturnValue) == 0x000070, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000088, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000180, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000198, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001B0, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0001C8, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001D0, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_VSize_ReturnValue) == 0x0001E8, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Normal_ReturnValue) == 0x0001F0, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000208, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000210, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Add_VectorVector_ReturnValue) == 0x000228, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_FindLookAtRotation_ReturnValue) == 0x000240, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000258, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000260, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000278, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000290, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_GetSocketRotation_ReturnValue) == 0x000388, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_GetRightVector_ReturnValue) == 0x0003A0, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_GetForwardVector_ReturnValue) == 0x0003B8, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0003D0, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x0003E8, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000400, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000418, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000430, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000448, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000450, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun, CallFunc_SetFloatParameter_Param_ImplicitCast) == 0x000454, "Member 'BP_Character_MaelleIntroRun_C_ExecuteUbergraph_BP_Character_MaelleIntroRun::CallFunc_SetFloatParameter_Param_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Character_MaelleIntroRun_C_Grappling_FX \ +static_assert(alignof(BP_Character_MaelleIntroRun_C_Grappling_FX) == 0x000008, "Wrong alignment on BP_Character_MaelleIntroRun_C_Grappling_FX"); \ +static_assert(sizeof(BP_Character_MaelleIntroRun_C_Grappling_FX) == 0x000010, "Wrong size on BP_Character_MaelleIntroRun_C_Grappling_FX"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_Grappling_FX, HorizontalCorrection) == 0x000000, "Member 'BP_Character_MaelleIntroRun_C_Grappling_FX::HorizontalCorrection' has a wrong offset!"); \ +static_assert(offsetof(BP_Character_MaelleIntroRun_C_Grappling_FX, VerticalCorrection) == 0x000008, "Member 'BP_Character_MaelleIntroRun_C_Grappling_FX::VerticalCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Character_MaelleIntroRun_C \ +static_assert(alignof(ABP_Character_MaelleIntroRun_C) == 0x000008, "Wrong alignment on ABP_Character_MaelleIntroRun_C"); \ +static_assert(sizeof(ABP_Character_MaelleIntroRun_C) == 0x0002F8, "Wrong size on ABP_Character_MaelleIntroRun_C"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, UberGraphFrame) == 0x000290, "Member 'ABP_Character_MaelleIntroRun_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, GrapplingFXHolder) == 0x000298, "Member 'ABP_Character_MaelleIntroRun_C::GrapplingFXHolder' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, FX_GrappleRope02) == 0x0002A0, "Member 'ABP_Character_MaelleIntroRun_C::FX_GrappleRope02' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, FX_GrappleRope01) == 0x0002A8, "Member 'ABP_Character_MaelleIntroRun_C::FX_GrappleRope01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, FX_GrappleRope03) == 0x0002B0, "Member 'ABP_Character_MaelleIntroRun_C::FX_GrappleRope03' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, Maelle_Hair_skl) == 0x0002B8, "Member 'ABP_Character_MaelleIntroRun_C::Maelle_Hair_skl' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, Maelle_v2_FaceMesh) == 0x0002C0, "Member 'ABP_Character_MaelleIntroRun_C::Maelle_v2_FaceMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, SK_Maelle_Sophie_Skin) == 0x0002C8, "Member 'ABP_Character_MaelleIntroRun_C::SK_Maelle_Sophie_Skin' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_Character_MaelleIntroRun_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, Grapple_Location) == 0x0002D8, "Member 'ABP_Character_MaelleIntroRun_C::Grapple_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_Character_MaelleIntroRun_C, XAlignment) == 0x0002F0, "Member 'ABP_Character_MaelleIntroRun_C::XAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel \ +static_assert(alignof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel) == 0x000008, "Wrong alignment on BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel"); \ +static_assert(sizeof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel) == 0x002C38, "Wrong size on BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, EntryPoint) == 0x000000, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue) == 0x000004, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue) == 0x000028, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_2) == 0x000040, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000048, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_3) == 0x000050, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000058, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_4) == 0x000060, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000068, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_5) == 0x000070, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000078, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_6) == 0x000080, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000088, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_7) == 0x000090, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000098, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000A0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_8) == 0x0000A8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_8) == 0x0000B0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000B8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_9) == 0x0000C0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_9) == 0x0000C8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0000D0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_10) == 0x0000D8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_10) == 0x0000E0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0000E8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_11) == 0x0000F0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_11) == 0x000108, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000110, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_12) == 0x000118, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_12) == 0x000120, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000128, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_13) == 0x000130, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_13) == 0x000138, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x000140, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_14) == 0x000148, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_14) == 0x000150, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_15) == 0x000158, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_15) == 0x000160, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000168, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_16) == 0x000170, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_16) == 0x000178, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x000180, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_17) == 0x000188, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_17) == 0x000190, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000198, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetInventoryManager_ReturnValue) == 0x0001A0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetEncounterLevel_ReturnValue) == 0x0001A8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetEncounterLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, Temp_bool_Variable) == 0x0001AC, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_LootContext) == 0x0001B0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_LootContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_18) == 0x0001B8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_18) == 0x0001C0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0001C8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_19) == 0x0001D0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x0001D8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_19) == 0x0001E0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_20) == 0x0001E8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_20) == 0x0001F0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_21) == 0x0001F8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x000200, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_21) == 0x000208, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_22) == 0x000210, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_22) == 0x000218, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_23) == 0x000220, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000228, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_23) == 0x000230, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetPlayerController_ReturnValue_24) == 0x000238, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetPlayerController_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetComponentByClass_ReturnValue_24) == 0x000240, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetComponentByClass_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, Temp_int_Loop_Counter_Variable) == 0x000248, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Add_IntInt_ReturnValue) == 0x00024C, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, Temp_int_Array_Index_Variable) == 0x000250, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000254, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, Temp_int_Loop_Counter_Variable_1) == 0x000258, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Add_IntInt_ReturnValue_1) == 0x00025C, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, Temp_int_Array_Index_Variable_1) == 0x000260, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1) == 0x000264, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_15) == 0x000274, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_16) == 0x000275, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_Select_Default) == 0x000278, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine) == 0x0003D0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_1) == 0x000500, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x000510, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetAllActorsOfClassWithTag_OutActors_1) == 0x000520, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetAllActorsOfClassWithTag_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Array_Get_Item) == 0x000530, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Array_Get_Item_1) == 0x000538, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Array_Length_ReturnValue) == 0x000540, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Array_Length_ReturnValue_1) == 0x000544, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Less_IntInt_ReturnValue) == 0x000548, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Less_IntInt_ReturnValue_1) == 0x000549, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_EndParameters) == 0x00054A, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_EndParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetQuestSystem_QuestSystem) == 0x000550, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetQuestSystem_QuestSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetDataTableRowFromName_OutRow) == 0x000558, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000688, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Conv_NameToText_ReturnValue) == 0x000690, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FormatArgumentData) == 0x0006A0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_IsValid_ReturnValue) == 0x0006E8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_AddItemToInventory_GeneratedItem) == 0x0006F0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_AddItemToInventory_GeneratedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetDisplayName_ReturnValue) == 0x0006F8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_SelectString_ReturnValue) == 0x000708, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Conv_StringToText_ReturnValue) == 0x000718, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters) == 0x000728, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FormatArgumentData_1) == 0x0007F0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2) == 0x000838, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_CreateQuestObjectiveIdentifier_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_2) == 0x000848, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Format_ReturnValue) == 0x000858, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_1) == 0x000868, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_1) == 0x000930, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_2) == 0x000A60, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_3) == 0x000B28, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_2) == 0x000B38, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_4) == 0x000C68, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_3) == 0x000C78, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_3) == 0x000D40, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_4) == 0x000E70, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_5) == 0x000F38, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_4) == 0x000F48, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_6) == 0x001078, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_5) == 0x001088, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_5) == 0x001150, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_6) == 0x001280, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_7) == 0x001348, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_6) == 0x001358, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_8) == 0x001488, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_7) == 0x001498, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_7) == 0x001560, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_MakeLiteralByte_ReturnValue_17) == 0x001690, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_MakeLiteralByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_9) == 0x001698, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_8) == 0x0016A8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_10) == 0x0017D8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_8) == 0x0017E8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_9) == 0x0018B0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_10) == 0x001978, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_9) == 0x001A40, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_11) == 0x001B70, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_11) == 0x001C38, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_10) == 0x001C48, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_12) == 0x001D78, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_12) == 0x001D88, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_11) == 0x001E50, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_13) == 0x001F80, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_13) == 0x002048, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_12) == 0x002058, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_14) == 0x002188, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_14) == 0x002198, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_13) == 0x002260, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_15) == 0x002390, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_15) == 0x002458, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_14) == 0x002468, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_16) == 0x002598, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_16) == 0x0025A8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_15) == 0x002670, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_HasAlreadyFinishedGame_Result) == 0x0027A0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_HasAlreadyFinishedGame_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_17) == 0x0027A8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_AreTutorialsEnabled_ReturnValue) == 0x0027B8, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_AreTutorialsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_Not_PreBool_ReturnValue) == 0x0027B9, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_17) == 0x0027C0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_BooleanOR_ReturnValue) == 0x002888, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_FRichDialogueLine_16) == 0x002890, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_FRichDialogueLine_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeArray_Array_18) == 0x0029C0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeArray_Array_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_18) == 0x0029D0, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_19) == 0x002A98, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, K2Node_MakeStruct_S_Dialogue_AnimationParameters_20) == 0x002B60, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::K2Node_MakeStruct_S_Dialogue_AnimationParameters_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetQuestSystem_QuestSystem_1) == 0x002C28, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetQuestSystem_QuestSystem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel, CallFunc_GetQuestSystem_QuestSystem_2) == 0x002C30, "Member 'BP_Dialogue_Gardens_Maelle_FirstDuel_C_ExecuteUbergraph_BP_Dialogue_Gardens_Maelle_FirstDuel::CallFunc_GetQuestSystem_QuestSystem_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Dialogue_Gardens_Maelle_FirstDuel_C \ +static_assert(alignof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C) == 0x000008, "Wrong alignment on ABP_Dialogue_Gardens_Maelle_FirstDuel_C"); \ +static_assert(sizeof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C) == 0x000610, "Wrong size on ABP_Dialogue_Gardens_Maelle_FirstDuel_C"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C, UberGraphFrame_BP_Dialogue_Gardens_Maelle_FirstDuel_C) == 0x000338, "Member 'ABP_Dialogue_Gardens_Maelle_FirstDuel_C::UberGraphFrame_BP_Dialogue_Gardens_Maelle_FirstDuel_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C, FlowerItem) == 0x000340, "Member 'ABP_Dialogue_Gardens_Maelle_FirstDuel_C::FlowerItem' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C, maelleWithTutorialDuelBattleParams) == 0x000350, "Member 'ABP_Dialogue_Gardens_Maelle_FirstDuel_C::maelleWithTutorialDuelBattleParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C, MaelleNoTutorialDuelBattleParams) == 0x0004A8, "Member 'ABP_Dialogue_Gardens_Maelle_FirstDuel_C::MaelleNoTutorialDuelBattleParams' has a wrong offset!"); \ +static_assert(offsetof(ABP_Dialogue_Gardens_Maelle_FirstDuel_C, Reward) == 0x000600, "Member 'ABP_Dialogue_Gardens_Maelle_FirstDuel_C::Reward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_NPC_MaelleGrapplingHook_C_Received_Notify \ +static_assert(alignof(AN_NPC_MaelleGrapplingHook_C_Received_Notify) == 0x000008, "Wrong alignment on AN_NPC_MaelleGrapplingHook_C_Received_Notify"); \ +static_assert(sizeof(AN_NPC_MaelleGrapplingHook_C_Received_Notify) == 0x000060, "Wrong size on AN_NPC_MaelleGrapplingHook_C_Received_Notify"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, Animation) == 0x000008, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, ReturnValue) == 0x000040, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, K2Node_DynamicCast_AsBP_Character_Maelle_Intro_Run) == 0x000050, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::K2Node_DynamicCast_AsBP_Character_Maelle_Intro_Run' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_NPC_MaelleGrapplingHook_C_Received_Notify, CallFunc_Grappling_FX_HorizontalCorrection_ImplicitCast) == 0x00005C, "Member 'AN_NPC_MaelleGrapplingHook_C_Received_Notify::CallFunc_Grappling_FX_HorizontalCorrection_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_NPC_MaelleGrapplingHook_C \ +static_assert(alignof(UAN_NPC_MaelleGrapplingHook_C) == 0x000008, "Wrong alignment on UAN_NPC_MaelleGrapplingHook_C"); \ +static_assert(sizeof(UAN_NPC_MaelleGrapplingHook_C) == 0x000048, "Wrong size on UAN_NPC_MaelleGrapplingHook_C"); \ +static_assert(offsetof(UAN_NPC_MaelleGrapplingHook_C, Horizontal_Correction) == 0x000038, "Member 'UAN_NPC_MaelleGrapplingHook_C::Horizontal_Correction' has a wrong offset!"); \ +static_assert(offsetof(UAN_NPC_MaelleGrapplingHook_C, Vertical_Correction) == 0x000040, "Member 'UAN_NPC_MaelleGrapplingHook_C::Vertical_Correction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup \ +static_assert(alignof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup) == 0x0005A0, "Wrong size on BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_GetCustomGI_ReturnValue) == 0x000008, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_Event_Controller) == 0x000010, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_DynamicCast_AsBP_J_RPG_Controller_World) == 0x000018, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_DynamicCast_AsBP_J_RPG_Controller_World' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_DynamicCast_As_GROUP__Character_Join) == 0x000028, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_DynamicCast_As_GROUP__Character_Join' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, Temp_wildcard_Variable) == 0x000048, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, Temp_int_Array_Index_Variable) == 0x000208, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, K2Node_SetFieldsInStruct_StructOut) == 0x000210, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_Array_Get_Item) == 0x0003D0, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003D8, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_HasCharacterInCollectionByID_ReturnValue) == 0x000598, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_HasCharacterInCollectionByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup, CallFunc_Not_PreBool_ReturnValue) == 0x000599, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_ExecuteUbergraph_BP_GameActionInstance_CharacterJoinGroup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString) == 0x000098, "Wrong size on BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_GameActionInstance_CharacterJoinGroup_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_CharacterJoinGroup_C \ +static_assert(alignof(UBP_GameActionInstance_CharacterJoinGroup_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_CharacterJoinGroup_C"); \ +static_assert(sizeof(UBP_GameActionInstance_CharacterJoinGroup_C) == 0x000048, "Wrong size on UBP_GameActionInstance_CharacterJoinGroup_C"); \ +static_assert(offsetof(UBP_GameActionInstance_CharacterJoinGroup_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_CharacterJoinGroup_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies \ +static_assert(alignof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies) == 0x000008, "Wrong alignment on BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies"); \ +static_assert(sizeof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies) == 0x000568, "Wrong size on BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, Classes) == 0x000000, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::Classes' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, Assets) == 0x000010, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::Assets' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, ExternalDependencies) == 0x000020, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::ExternalDependencies' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, local_CharacterClass) == 0x000030, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::local_CharacterClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, local_SkillScriptsToLoad) == 0x000040, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::local_SkillScriptsToLoad' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_OutRow) == 0x000070, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000230, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000238, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000560, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies, CallFunc_Array_AddUnique_ReturnValue) == 0x000564, "Member 'BP_GameAction_CharacterJoinGroup_C_BPI_GetDependencies::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CharacterJoinGroup_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_CharacterJoinGroup_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_CharacterJoinGroup_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_CharacterJoinGroup_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_CharacterJoinGroup_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_CharacterJoinGroup_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_CharacterJoinGroup_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_CharacterJoinGroup_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction) == 0x000308, "Wrong size on BP_GameAction_CharacterJoinGroup_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Format_ReturnValue) == 0x000098, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x0000A8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Array_Get_Item) == 0x0000BC, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Less_IntInt_ReturnValue) == 0x0000C4, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Conv_NameToText_ReturnValue) == 0x0000C8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_OutRow) == 0x000120, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002E0, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, K2Node_MakeArray_Array_1) == 0x0002E8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_CharacterJoinGroup_C_ValidateGameAction, CallFunc_Format_ReturnValue_1) == 0x0002F8, "Member 'BP_GameAction_CharacterJoinGroup_C_ValidateGameAction::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_CharacterJoinGroup_C \ +static_assert(alignof(UBP_GameAction_CharacterJoinGroup_C) == 0x000008, "Wrong alignment on UBP_GameAction_CharacterJoinGroup_C"); \ +static_assert(sizeof(UBP_GameAction_CharacterJoinGroup_C) == 0x000048, "Wrong size on UBP_GameAction_CharacterJoinGroup_C"); \ +static_assert(offsetof(UBP_GameAction_CharacterJoinGroup_C, CharacterSaveStateRowName) == 0x000030, "Member 'UBP_GameAction_CharacterJoinGroup_C::CharacterSaveStateRowName' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameAction_CharacterJoinGroup_C, AutoAddToParty) == 0x000040, "Member 'UBP_GameAction_CharacterJoinGroup_C::AutoAddToParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_SetCurrentParty_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_SetCurrentParty_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_SetCurrentParty_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_SetCurrentParty_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_SetCurrentParty_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_SetCurrentParty_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_SetCurrentParty_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_SetCurrentParty_C \ +static_assert(alignof(UBP_GameAction_SetCurrentParty_C) == 0x000008, "Wrong alignment on UBP_GameAction_SetCurrentParty_C"); \ +static_assert(sizeof(UBP_GameAction_SetCurrentParty_C) == 0x000040, "Wrong size on UBP_GameAction_SetCurrentParty_C"); \ +static_assert(offsetof(UBP_GameAction_SetCurrentParty_C, Character_to_set) == 0x000030, "Member 'UBP_GameAction_SetCurrentParty_C::Character_to_set' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction \ +static_assert(alignof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction) == 0x000008, "Wrong alignment on BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction"); \ +static_assert(sizeof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction) == 0x000008, "Wrong size on BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction, Controller) == 0x000000, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteGameAction::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix \ +static_assert(alignof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix) == 0x000008, "Wrong alignment on BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix"); \ +static_assert(sizeof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix) == 0x000030, "Wrong size on BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, EntryPoint) == 0x000000, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, K2Node_Event_Controller) == 0x000008, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::K2Node_Event_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, CallFunc_GetCustomGI_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::CallFunc_GetCustomGI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, CallFunc_GetAudioControlSystem_AudioControlSystem) == 0x000018, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::CallFunc_GetAudioControlSystem_AudioControlSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_) == 0x000020, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_ExecuteUbergraph_BP_GameActionInstance_ActivateExplorationControlBusMix::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString \ +static_assert(alignof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString) == 0x000008, "Wrong alignment on BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString"); \ +static_assert(sizeof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString) == 0x000110, "Wrong size on BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, ReturnValue) == 0x000000, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_) == 0x000020, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::K2Node_DynamicCast_As_AUDIO__Activate_Control_Bus_Mix__exploration_' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000088, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000098, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_GameActionInstance_ActivateExplorationControlBusMix_C_GetDebugString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameActionInstance_ActivateExplorationControlBusMix_C \ +static_assert(alignof(UBP_GameActionInstance_ActivateExplorationControlBusMix_C) == 0x000008, "Wrong alignment on UBP_GameActionInstance_ActivateExplorationControlBusMix_C"); \ +static_assert(sizeof(UBP_GameActionInstance_ActivateExplorationControlBusMix_C) == 0x000048, "Wrong size on UBP_GameActionInstance_ActivateExplorationControlBusMix_C"); \ +static_assert(offsetof(UBP_GameActionInstance_ActivateExplorationControlBusMix_C, UberGraphFrame) == 0x000040, "Member 'UBP_GameActionInstance_ActivateExplorationControlBusMix_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction) == 0x000040, "Wrong size on BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_GameAction_ActivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_ActivateExplorationControlBusMix_C \ +static_assert(alignof(UBP_GameAction_ActivateExplorationControlBusMix_C) == 0x000008, "Wrong alignment on UBP_GameAction_ActivateExplorationControlBusMix_C"); \ +static_assert(sizeof(UBP_GameAction_ActivateExplorationControlBusMix_C) == 0x000038, "Wrong size on UBP_GameAction_ActivateExplorationControlBusMix_C"); \ +static_assert(offsetof(UBP_GameAction_ActivateExplorationControlBusMix_C, ControlBusMix) == 0x000030, "Member 'UBP_GameAction_ActivateExplorationControlBusMix_C::ControlBusMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass \ +static_assert(alignof(BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass) == 0x000008, "Wrong alignment on BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass"); \ +static_assert(sizeof(BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass) == 0x000008, "Wrong size on BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass, ReturnValue) == 0x000000, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_GetInstanceClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction \ +static_assert(alignof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction) == 0x000008, "Wrong alignment on BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction"); \ +static_assert(sizeof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction) == 0x000040, "Wrong size on BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, ErrorMessages) == 0x000000, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::ErrorMessages' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, PropertyPath) == 0x000010, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, ExploreAssetChildren) == 0x000020, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::ExploreAssetChildren' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_AppendPropertyPath_ReturnValue) == 0x000028, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_AppendPropertyPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_GameAction_DeactivateExplorationControlBusMix_C_ValidateGameAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameAction_DeactivateExplorationControlBusMix_C \ +static_assert(alignof(UBP_GameAction_DeactivateExplorationControlBusMix_C) == 0x000008, "Wrong alignment on UBP_GameAction_DeactivateExplorationControlBusMix_C"); \ +static_assert(sizeof(UBP_GameAction_DeactivateExplorationControlBusMix_C) == 0x000038, "Wrong size on UBP_GameAction_DeactivateExplorationControlBusMix_C"); \ +static_assert(offsetof(UBP_GameAction_DeactivateExplorationControlBusMix_C, ControlBusMix) == 0x000030, "Member 'UBP_GameAction_DeactivateExplorationControlBusMix_C::ControlBusMix' has a wrong offset!"); \ + + +} + diff --git a/ClairObscur/NameCollisions.inl b/ClairObscur/NameCollisions.inl new file mode 100644 index 0000000..b854aa3 --- /dev/null +++ b/ClairObscur/NameCollisions.inl @@ -0,0 +1,201 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// FORWARD DECLARATIONS + + +namespace ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Potato_Tank { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Hair_Gestral_8 { struct FAnimBlueprintGeneratedConstantData; } + +namespace Face_AnimBP_Companion { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_HairVar_MAELLE_Short { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_HairVar_MAELLE_DoubleBraided { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Faces { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Maelle { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Hair_GUSTAVE { struct FAnimBlueprintGeneratedConstantData; } + +namespace InteractiveToolsFramework { enum class EInputDevices : uint32; } + +namespace ABP_Quinn_PostProcess { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_MyFlower_Rose { struct FAnimBlueprintGeneratedConstantData; } + +namespace GameplayAbilities { struct FServerAbilityRPCBatch; } + +namespace ABP_Lune_NPC { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Hair_SCIEL_MessyBun { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Expeditioners_Male { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Maelle_Hair_ActeIII_Attach { struct FAnimBlueprintGeneratedConstantData; } + +namespace Face_NPCSimple_AnimBP { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Lune { struct FAnimBlueprintGeneratedConstantData; } + +namespace Face_PostProcess_AnimBP_MainChar { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_HairVar_VERSO_Samourai { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Facial_Cine_Noah { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Hair_MAELLE_Ponytail { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Sciel { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Faces_Gustave { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Gustave { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Monoco { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Expeditioners_Female { struct FAnimBlueprintGeneratedConstantData; } + +namespace Face_PostProcess_AnimBP_NPC { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_PostProcess_Sophie_Opti { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_GameMenu_Characters_Verso { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Rope { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Maelle_NPC { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Utility_RemoveBoneAnim { struct FAnimBlueprintGeneratedConstantData; } + +namespace ABP_Noah_NPC { struct FAnimBlueprintGeneratedConstantData; } + +namespace Face_AnimBP_HumanNPC_Simple { struct FAnimBlueprintGeneratedConstantData; } + +namespace EInputDevices { enum class EInputDevices : uint8; } + + +namespace ALS_AnimBP +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ABP_PostProcess_Maelle_Baguette +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_Facial_Cine_Main +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ALS_PlayerCameraBehavior +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_CinematicCharacter +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_PostProcess_Lune_V2 +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace Bow_AnimBP +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ABP_Maelle_V2_PostProcess +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ThirdPerson_AnimBP +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace Face_AnimBP_HumanNPC +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace OLD_ABP_Battle_Parent +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ABP_Climbing_V2 +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ALS_UE5_AnimBP +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_Noah_V2_PostProcess +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_Humanoid_NPC +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_PostProcess_Maelle_Civil +{ + struct FAnimBlueprintGeneratedMutableData; + struct FAnimBlueprintGeneratedConstantData; +} + +namespace ABP_CustomMovement +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_Battle_Global +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} + +namespace ABP_PostProcess_RealRenoir +{ + struct FAnimBlueprintGeneratedConstantData; + struct FAnimBlueprintGeneratedMutableData; +} diff --git a/ClairObscur/PropertyFixup.hpp b/ClairObscur/PropertyFixup.hpp new file mode 100644 index 0000000..6728734 --- /dev/null +++ b/ClairObscur/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/ClairObscur/SDK.hpp b/ClairObscur/SDK.hpp new file mode 100644 index 0000000..06c5acd --- /dev/null +++ b/ClairObscur/SDK.hpp @@ -0,0 +1,2279 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Sandfall +// 5.4.4-61711+++streams+ProjectW-release + +// Includes the entire SDK. Include files directly for faster compilation! + +#include "SDK/Basic.hpp" +#include "SDK/CoreUObject_structs.hpp" +#include "SDK/CoreUObject_classes.hpp" +#include "SDK/InputCore_structs.hpp" +#include "SDK/Slate_structs.hpp" +#include "SDK/PhysicsCore_structs.hpp" +#include "SDK/Chaos_structs.hpp" +#include "SDK/Engine_structs.hpp" +#include "SDK/ABP_Climbing_V2_structs.hpp" +#include "SDK/E_Climbing_Direction_structs.hpp" +#include "SDK/AudioPlatformConfiguration_structs.hpp" +#include "SDK/FieldNotification_structs.hpp" +#include "SDK/DeveloperSettings_structs.hpp" +#include "SDK/DeveloperSettings_classes.hpp" +#include "SDK/PhysicsCore_classes.hpp" +#include "SDK/AudioExtensions_structs.hpp" +#include "SDK/AudioExtensions_classes.hpp" +#include "SDK/SlateCore_structs.hpp" +#include "SDK/NetCore_structs.hpp" +#include "SDK/NetCore_classes.hpp" +#include "SDK/Engine_classes.hpp" +#include "SDK/AnimationCore_structs.hpp" +#include "SDK/AnimGraphRuntime_structs.hpp" +#include "SDK/E_ClimbingComponentState_structs.hpp" +#include "SDK/ABP_Climbing_V2_classes.hpp" +#include "SDK/UniversalObjectLocator_structs.hpp" +#include "SDK/MovieScene_structs.hpp" +#include "SDK/RigVM_structs.hpp" +#include "SDK/Constraints_structs.hpp" +#include "SDK/ControlRig_structs.hpp" +#include "SDK/GameplayTags_structs.hpp" +#include "SDK/MoviePlayer_structs.hpp" +#include "SDK/SandFall_structs.hpp" +#include "SDK/S_ItemOperationData_structs.hpp" +#include "SDK/ABP_PostProcess_MyFlower_Rose_structs.hpp" +#include "SDK/KawaiiPhysics_structs.hpp" +#include "SDK/ABP_PostProcess_MyFlower_Rose_classes.hpp" +#include "SDK/BP_AudioControlSystem_classes.hpp" +#include "SDK/DataRegistry_structs.hpp" +#include "SDK/GameplayAbilities_structs.hpp" +#include "SDK/GameplayAbilities_classes.hpp" +#include "SDK/AnimationCore_classes.hpp" +#include "SDK/InputCore_classes.hpp" +#include "SDK/E_CharacterList_structs.hpp" +#include "SDK/BP_RelationshipSystem_classes.hpp" +#include "SDK/WBP_ContextualActions_classes.hpp" +#include "SDK/SlateCore_classes.hpp" +#include "SDK/ImageCore_structs.hpp" +#include "SDK/ImageCore_classes.hpp" +#include "SDK/Slate_classes.hpp" +#include "SDK/EngineSettings_structs.hpp" +#include "SDK/EngineSettings_classes.hpp" +#include "SDK/BT_FleeAiComponent_classes.hpp" +#include "SDK/BuildPatchServices_structs.hpp" +#include "SDK/BuildPatchServices_classes.hpp" +#include "SDK/FieldNotification_classes.hpp" +#include "SDK/E_QuestStatus_structs.hpp" +#include "SDK/S_DebugSave_QuestSaveData_structs.hpp" +#include "SDK/IrisCore_structs.hpp" +#include "SDK/IrisCore_classes.hpp" +#include "SDK/MeshDescription_structs.hpp" +#include "SDK/MeshDescription_classes.hpp" +#include "SDK/S_Dialogue_EndParameters_structs.hpp" +#include "SDK/StaticMeshDescription_structs.hpp" +#include "SDK/StaticMeshDescription_classes.hpp" +#include "SDK/CTS_H1_Outline_classes.hpp" +#include "SDK/SkeletalMeshDescription_structs.hpp" +#include "SDK/SkeletalMeshDescription_classes.hpp" +#include "SDK/DataflowCore_structs.hpp" +#include "SDK/DataflowCore_classes.hpp" +#include "SDK/PropertyPath_structs.hpp" +#include "SDK/PropertyPath_classes.hpp" +#include "SDK/WBP_DialogueOverlay_classes.hpp" +#include "SDK/TypedElementFramework_structs.hpp" +#include "SDK/TypedElementFramework_classes.hpp" +#include "SDK/TypedElementRuntime_structs.hpp" +#include "SDK/TypedElementRuntime_classes.hpp" +#include "SDK/E_InteractiveMusicContext_structs.hpp" +#include "SDK/BP_AudioTriggerZone_classes.hpp" +#include "SDK/AudioLinkCore_classes.hpp" +#include "SDK/BP_PlayerAmbientParticles_classes.hpp" +#include "SDK/JsonUtilities_structs.hpp" +#include "SDK/JsonUtilities_classes.hpp" +#include "SDK/AssetRegistry_structs.hpp" +#include "SDK/AssetRegistry_classes.hpp" +#include "SDK/PacketHandler_classes.hpp" +#include "SDK/BP_GameActionTriggerZone_Sphere_classes.hpp" +#include "SDK/ClothingSystemRuntimeInterface_structs.hpp" +#include "SDK/ClothingSystemRuntimeInterface_classes.hpp" +#include "SDK/AudioMixer_structs.hpp" +#include "SDK/AudioMixer_classes.hpp" +#include "SDK/ImageWriteQueue_structs.hpp" +#include "SDK/ImageWriteQueue_classes.hpp" +#include "SDK/EUINavigationLayer_structs.hpp" +#include "SDK/MaterialShaderQualitySettings_structs.hpp" +#include "SDK/MaterialShaderQualitySettings_classes.hpp" +#include "SDK/EyeTracker_structs.hpp" +#include "SDK/EyeTracker_classes.hpp" +#include "SDK/Renderer_structs.hpp" +#include "SDK/Renderer_classes.hpp" +#include "SDK/BP_FL_SmartObject_Helpers_classes.hpp" +#include "SDK/HeadMountedDisplay_structs.hpp" +#include "SDK/HeadMountedDisplay_classes.hpp" +#include "SDK/FSkillUnlockData_structs.hpp" +#include "SDK/FSkillUnlockInfos_structs.hpp" +#include "SDK/S_BattleLine_structs.hpp" +#include "SDK/S_BattleLinePool_structs.hpp" +#include "SDK/S_BattleLineEventPerCharacter_structs.hpp" +#include "SDK/PropertyBindingUtils_structs.hpp" +#include "SDK/StructUtils_structs.hpp" +#include "SDK/WorldConditions_structs.hpp" +#include "SDK/SmartObjectsModule_structs.hpp" +#include "SDK/MassEntity_structs.hpp" +#include "SDK/ZoneGraph_structs.hpp" +#include "SDK/MassSmartObjects_structs.hpp" +#include "SDK/MassSmartObjects_classes.hpp" +#include "SDK/Foliage_structs.hpp" +#include "SDK/Foliage_classes.hpp" +#include "SDK/BP_Pawn_AICompanion_Noah_classes.hpp" +#include "SDK/S_PreCinematicParameters_structs.hpp" +#include "SDK/Landscape_structs.hpp" +#include "SDK/Landscape_classes.hpp" +#include "SDK/E_WorldMapExplorationCapacity_structs.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V0_To_V1_classes.hpp" +#include "SDK/SlateRHIRenderer_structs.hpp" +#include "SDK/SlateRHIRenderer_classes.hpp" +#include "SDK/TimeManagement_structs.hpp" +#include "SDK/TimeManagement_classes.hpp" +#include "SDK/DragonIKPlugin_structs.hpp" +#include "SDK/DragonIKPlugin_classes.hpp" +#include "SDK/MovieScene_classes.hpp" +#include "SDK/BP_Dialogue_Tiffanie_classes.hpp" +#include "SDK/ChaosSolverEngine_structs.hpp" +#include "SDK/ChaosSolverEngine_classes.hpp" +#include "SDK/CTS_H1First_TitleOutline_classes.hpp" +#include "SDK/FieldSystemEngine_structs.hpp" +#include "SDK/FieldSystemEngine_classes.hpp" +#include "SDK/EAPChangeReason_structs.hpp" +#include "SDK/DataflowEngine_structs.hpp" +#include "SDK/DataflowEngine_classes.hpp" +#include "SDK/GeometryCollectionEngine_structs.hpp" +#include "SDK/GeometryCollectionEngine_classes.hpp" +#include "SDK/WBP_GM_AssignedSkills_classes.hpp" +#include "SDK/AnimGraphRuntime_classes.hpp" +#include "SDK/Constraints_classes.hpp" +#include "SDK/MovieSceneTracks_structs.hpp" +#include "SDK/MovieSceneTracks_classes.hpp" +#include "SDK/E_jRPG_StatType_structs.hpp" +#include "SDK/FStatMultiplierData_structs.hpp" +#include "SDK/UMG_structs.hpp" +#include "SDK/UMG_classes.hpp" +#include "SDK/S_WeaponInstanceHandle_structs.hpp" +#include "SDK/E_GPE_MovingAlongSplineDestination_structs.hpp" +#include "SDK/E_jRPG_FormationType_structs.hpp" +#include "SDK/S_jRPG_PartySlot_structs.hpp" +#include "SDK/FPassiveEffectProgression_structs.hpp" +#include "SDK/E_jRPG_ItemType_structs.hpp" +#include "SDK/FEquipmentSlot_structs.hpp" +#include "SDK/ECharacterAttribute_structs.hpp" +#include "SDK/S_CharacterCustomizationItemData_structs.hpp" +#include "SDK/S_jRPG_CharacterSaveState_structs.hpp" +#include "SDK/E_ExplorationCapacity_structs.hpp" +#include "SDK/FExplorationProgression_SaveState_structs.hpp" +#include "SDK/E_jRPG_ItemSubtype_structs.hpp" +#include "SDK/E_jRPG_ItemRarity_structs.hpp" +#include "SDK/E_jRPG_TargetingType_structs.hpp" +#include "SDK/S_jRPG_Item_StaticData_structs.hpp" +#include "SDK/S_jRPG_Item_DynamicData_structs.hpp" +#include "SDK/S_QuestStatusData_structs.hpp" +#include "SDK/S_ManorDoors_structs.hpp" +#include "SDK/S_AreaAudioParameters_structs.hpp" +#include "SDK/S_MerchantSaveData_structs.hpp" +#include "SDK/S_BattleTowerSaveData_structs.hpp" +#include "SDK/E_GameDifficulty_structs.hpp" +#include "SDK/S_GameDifficultySaveData_structs.hpp" +#include "SDK/S_LevelSpawnPointsData_structs.hpp" +#include "SDK/S_EntitlementSaveData_structs.hpp" +#include "SDK/BP_SaveGameObject_V0_classes.hpp" +#include "SDK/CinematicCamera_structs.hpp" +#include "SDK/CinematicCamera_classes.hpp" +#include "SDK/EWeaponQuality_structs.hpp" +#include "SDK/WBP_BattleLoot_Picto_classes.hpp" +#include "SDK/CTS_B4_Lumina_classes.hpp" +#include "SDK/AudioLinkEngine_classes.hpp" +#include "SDK/ALSV4_CPP_structs.hpp" +#include "SDK/ALSV4_CPP_classes.hpp" +#include "SDK/GameplayTags_classes.hpp" +#include "SDK/MovieSceneCapture_structs.hpp" +#include "SDK/MovieSceneCapture_classes.hpp" +#include "SDK/BP_FL_EnemyGroup_Helpers_classes.hpp" +#include "SDK/MediaAssets_structs.hpp" +#include "SDK/MediaAssets_classes.hpp" +#include "SDK/LevelSequence_structs.hpp" +#include "SDK/LevelSequence_classes.hpp" +#include "SDK/MRMesh_structs.hpp" +#include "SDK/MRMesh_classes.hpp" +#include "SDK/MoviePlayer_classes.hpp" +#include "SDK/BP_FL_GPE_Helpers_classes.hpp" +#include "SDK/Overlay_structs.hpp" +#include "SDK/Overlay_classes.hpp" +#include "SDK/E_GameActionTriggerZoneResetCategory_structs.hpp" +#include "SDK/ClothingSystemRuntimeCommon_structs.hpp" +#include "SDK/ClothingSystemRuntimeCommon_classes.hpp" +#include "SDK/E_CustomizationItemUser_structs.hpp" +#include "SDK/E_CustomizationItemType_structs.hpp" +#include "SDK/BP_DataAsset_Item_CharacterCustomization_classes.hpp" +#include "SDK/E_BattleLookDirection_structs.hpp" +#include "SDK/E_PhotoMode_LightType_structs.hpp" +#include "SDK/ClothingSystemRuntimeNv_structs.hpp" +#include "SDK/ClothingSystemRuntimeNv_classes.hpp" +#include "SDK/SMBP_PaintBunch_Rocks2_classes.hpp" +#include "SDK/S_AnimationProfile_Skins_structs.hpp" +#include "SDK/S_CharacterCustomization_structs.hpp" +#include "SDK/BP_CharacterSkinComponent_classes.hpp" +#include "SDK/E_GPE_OrchestratorMode_structs.hpp" +#include "SDK/StructUtils_classes.hpp" +#include "SDK/RigVM_classes.hpp" +#include "SDK/EAttackType_structs.hpp" +#include "SDK/CommonInput_structs.hpp" +#include "SDK/EnhancedInput_structs.hpp" +#include "SDK/EnhancedInput_classes.hpp" +#include "SDK/AIModule_structs.hpp" +#include "SDK/StateTreeModule_structs.hpp" +#include "SDK/StateTreeModule_classes.hpp" +#include "SDK/SandFall_classes.hpp" +#include "SDK/BP_SkillState_classes.hpp" +#include "SDK/ControlRig_classes.hpp" +#include "SDK/StructUtilsEngine_structs.hpp" +#include "SDK/StructUtilsEngine_classes.hpp" +#include "SDK/MassLOD_structs.hpp" +#include "SDK/MassActors_structs.hpp" +#include "SDK/MassRepresentation_structs.hpp" +#include "SDK/MassRepresentation_classes.hpp" +#include "SDK/CommonInput_classes.hpp" +#include "SDK/CommonUI_structs.hpp" +#include "SDK/CommonUI_classes.hpp" +#include "SDK/OnlineSubsystem_structs.hpp" +#include "SDK/OnlineSubsystem_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_3_Jean_classes.hpp" +#include "SDK/IKFootToGround_structs.hpp" +#include "SDK/IKFootToGround_classes.hpp" +#include "SDK/TextToSpeech_classes.hpp" +#include "SDK/BP_Dialogue_ManorCanvasFamily_classes.hpp" +#include "SDK/CR_Mannequin_BasicFootIK_classes.hpp" +#include "SDK/GameplayTasks_structs.hpp" +#include "SDK/GameplayTasks_classes.hpp" +#include "SDK/BPI_LevelSequenceExecutor_Interface_classes.hpp" +#include "SDK/WBP_Settings_StartGameOptionsList_classes.hpp" +#include "SDK/BP_DataAsset_Item_Consumable_classes.hpp" +#include "SDK/NavigationSystem_structs.hpp" +#include "SDK/NavigationSystem_classes.hpp" +#include "SDK/EFreeAimType_structs.hpp" +#include "SDK/EFreeAimBodyPartType_structs.hpp" +#include "SDK/BP_FreeAimShooterBattleComponent_classes.hpp" +#include "SDK/AIModule_classes.hpp" +#include "SDK/WBP_OverlayHealCartridge_classes.hpp" +#include "SDK/StreamlineRHI_structs.hpp" +#include "SDK/StreamlineRHI_classes.hpp" +#include "SDK/Decorator_KeywordSet_classes.hpp" +#include "SDK/StreamlineBlueprint_structs.hpp" +#include "SDK/StreamlineBlueprint_classes.hpp" +#include "SDK/StreamlineDLSSGBlueprint_structs.hpp" +#include "SDK/StreamlineDLSSGBlueprint_classes.hpp" +#include "SDK/WBP_HUD_TeamStatus_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V2_To_V3_classes.hpp" +#include "SDK/StreamlineReflexBlueprint_structs.hpp" +#include "SDK/StreamlineReflexBlueprint_classes.hpp" +#include "SDK/BP_GPE_Controller_classes.hpp" +#include "SDK/DLSS_structs.hpp" +#include "SDK/DLSS_classes.hpp" +#include "SDK/DLSSBlueprint_structs.hpp" +#include "SDK/DLSSBlueprint_classes.hpp" +#include "SDK/BP_GameActionInstance_ChildExecutor_classes.hpp" +#include "SDK/FFXFSR4Settings_structs.hpp" +#include "SDK/FFXFSR4Settings_classes.hpp" +#include "SDK/BP_ConditionCheckerComponent_classes.hpp" +#include "SDK/FFXBlueprintLibrary_classes.hpp" +#include "SDK/E_JRPG_VFXSpawnSpots_structs.hpp" +#include "SDK/XRBase_classes.hpp" +#include "SDK/AntiLag2Settings_classes.hpp" +#include "SDK/XeSSCore_classes.hpp" +#include "SDK/CTS_NSans2_TitleOutline_classes.hpp" +#include "SDK/XeSSBlueprint_structs.hpp" +#include "SDK/XeSSBlueprint_classes.hpp" +#include "SDK/CTS_NSans2_Outline_classes.hpp" +#include "SDK/XeLLBlueprint_structs.hpp" +#include "SDK/XeLLBlueprint_classes.hpp" +#include "SDK/XeFGBlueprint_structs.hpp" +#include "SDK/XeFGBlueprint_classes.hpp" +#include "SDK/Sentry_structs.hpp" +#include "SDK/Sentry_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_1_Tom_classes.hpp" +#include "SDK/InteractiveToolsFramework_structs.hpp" +#include "SDK/InteractiveToolsFramework_classes.hpp" +#include "SDK/GeometryFramework_structs.hpp" +#include "SDK/GeometryFramework_classes.hpp" +#include "SDK/E_SaveManagerLoadingStatus_structs.hpp" +#include "SDK/ApexDestruction_structs.hpp" +#include "SDK/ApexDestruction_classes.hpp" +#include "SDK/E_InteractiveEnvironmentType_structs.hpp" +#include "SDK/BlockoutToolsPlugin_structs.hpp" +#include "SDK/BlockoutToolsPlugin_classes.hpp" +#include "SDK/LiveLinkInterface_structs.hpp" +#include "SDK/LiveLinkInterface_classes.hpp" +#include "SDK/WBP_WeaponLevel_classes.hpp" +#include "SDK/SequencerScripting_structs.hpp" +#include "SDK/SequencerScripting_classes.hpp" +#include "SDK/ECustomMoveZoneType_structs.hpp" +#include "SDK/SCustomMoveZone_structs.hpp" +#include "SDK/BP_CustomMovementComponent_classes.hpp" +#include "SDK/LiveLinkCurveDebugUI_classes.hpp" +#include "SDK/LiveLinkAnimationCore_structs.hpp" +#include "SDK/LiveLinkAnimationCore_classes.hpp" +#include "SDK/BP_GameAction_ShowCredits_classes.hpp" +#include "SDK/LiveLink_structs.hpp" +#include "SDK/LiveLink_classes.hpp" +#include "SDK/LiveLinkComponents_structs.hpp" +#include "SDK/LiveLinkComponents_classes.hpp" +#include "SDK/S_SplineInstancesInfos_structs.hpp" +#include "SDK/LiveLinkMovieScene_structs.hpp" +#include "SDK/LiveLinkMovieScene_classes.hpp" +#include "SDK/BP_DataAsset_FullscreenNotification_classes.hpp" +#include "SDK/TakeMovieScene_classes.hpp" +#include "SDK/AudioCapture_structs.hpp" +#include "SDK/AudioCapture_classes.hpp" +#include "SDK/WBP_BattleLoot_Customization_classes.hpp" +#include "SDK/HoudiniEngineRuntime_structs.hpp" +#include "SDK/HoudiniEngineRuntime_classes.hpp" +#include "SDK/NiagaraCore_structs.hpp" +#include "SDK/NiagaraCore_classes.hpp" +#include "SDK/E_RichTextDecorator_Keyword_IconPosition_structs.hpp" +#include "SDK/BP_LatentAction_LoadGame_classes.hpp" +#include "SDK/NiagaraShader_structs.hpp" +#include "SDK/NiagaraShader_classes.hpp" +#include "SDK/Niagara_structs.hpp" +#include "SDK/Niagara_classes.hpp" +#include "SDK/S_WeaponIconsDataRow_structs.hpp" +#include "SDK/Water_structs.hpp" +#include "SDK/Water_classes.hpp" +#include "SDK/NiagaraAnimNotifies_structs.hpp" +#include "SDK/NiagaraAnimNotifies_classes.hpp" +#include "SDK/GeometryCache_structs.hpp" +#include "SDK/GeometryCache_classes.hpp" +#include "SDK/BP_CommonUIPS5ControllerData_classes.hpp" +#include "SDK/FAudioCharacter_Battle_HitBy_BP_structs.hpp" +#include "SDK/HairStrandsCore_structs.hpp" +#include "SDK/HairStrandsCore_classes.hpp" +#include "SDK/BP_Character_Camp_Maelle_classes.hpp" +#include "SDK/WBP_BattleInput_SelectTarget_classes.hpp" +#include "SDK/E_Perfection_Ranks_structs.hpp" +#include "SDK/ESkillElementOverride_structs.hpp" +#include "SDK/EInputAction_structs.hpp" +#include "SDK/E_StanceType_structs.hpp" +#include "SDK/BlueprintSorting_structs.hpp" +#include "SDK/E_Characters_structs.hpp" +#include "SDK/EAttributeScalingGrade_structs.hpp" +#include "SDK/EFaceActions_structs.hpp" +#include "SDK/E_jRPG_ActionType_structs.hpp" +#include "SDK/FL_jRPG_CustomFunctionLibrary_classes.hpp" +#include "SDK/ComputeFramework_structs.hpp" +#include "SDK/ComputeFramework_classes.hpp" +#include "SDK/OptimusSettings_structs.hpp" +#include "SDK/OptimusSettings_classes.hpp" +#include "SDK/BP_ConditionChecker_PlayedCinematic_classes.hpp" +#include "SDK/E_PassiveEffectCategory_structs.hpp" +#include "SDK/WBP_PictosList_classes.hpp" +#include "SDK/OptimusCore_structs.hpp" +#include "SDK/OptimusCore_classes.hpp" +#include "SDK/BP_LastStandRequest_classes.hpp" +#include "SDK/InvisibleActionBarBox_classes.hpp" +#include "SDK/HairStrandsDeformer_structs.hpp" +#include "SDK/HairStrandsDeformer_classes.hpp" +#include "SDK/GeometryCacheTracks_structs.hpp" +#include "SDK/GeometryCacheTracks_classes.hpp" +#include "SDK/RigLogicModule_structs.hpp" +#include "SDK/RigLogicModule_classes.hpp" +#include "SDK/S_InputLockParameters_structs.hpp" +#include "SDK/CustomizableSequencerTracks_structs.hpp" +#include "SDK/CustomizableSequencerTracks_classes.hpp" +#include "SDK/S_InteractiveMusicParameters_structs.hpp" +#include "SDK/S_BattleInitialState_structs.hpp" +#include "SDK/OpenColorIO_structs.hpp" +#include "SDK/OpenColorIO_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_1_Thibault_WithFlowers_classes.hpp" +#include "SDK/CTS_B2_Title_SmallLine_Outline_classes.hpp" +#include "SDK/BTTask_UseSmartObject_classes.hpp" +#include "SDK/MovieRenderPipelineCore_structs.hpp" +#include "SDK/MovieRenderPipelineCore_classes.hpp" +#include "SDK/MovieRenderPipelineSettings_structs.hpp" +#include "SDK/MovieRenderPipelineSettings_classes.hpp" +#include "SDK/E_PlaySoundType_structs.hpp" +#include "SDK/S_SpawnSoundParameters_structs.hpp" +#include "SDK/S_PlaySoundParameters_structs.hpp" +#include "SDK/BP_GameAction_PlaySound_classes.hpp" +#include "SDK/E_SecondaryMotionBreathingType_structs.hpp" +#include "SDK/FacialAnimation_classes.hpp" +#include "SDK/ActorLayerUtilities_structs.hpp" +#include "SDK/ActorLayerUtilities_classes.hpp" +#include "SDK/MovieRenderPipelineRenderPasses_structs.hpp" +#include "SDK/MovieRenderPipelineRenderPasses_classes.hpp" +#include "SDK/CR_Mannequin_BasicFootIK_V2_Explo_classes.hpp" +#include "SDK/ConsoleVariablesEditorRuntime_structs.hpp" +#include "SDK/ConsoleVariablesEditorRuntime_classes.hpp" +#include "SDK/FAudioCharacter_ExplorationSFXType_structs.hpp" +#include "SDK/EOnoType_structs.hpp" +#include "SDK/S_OnoSoundData_structs.hpp" +#include "SDK/BP_DataAsset_CharacterExplorationAudioProfile_classes.hpp" +#include "SDK/MetasoundFrontend_structs.hpp" +#include "SDK/MetasoundFrontend_classes.hpp" +#include "SDK/AN_BattleDeathCommon_Bodyfall_classes.hpp" +#include "SDK/S_QuestUIData_structs.hpp" +#include "SDK/S_Quest_structs.hpp" +#include "SDK/WaveTable_structs.hpp" +#include "SDK/WaveTable_classes.hpp" +#include "SDK/BTTask_FindSmartObject_classes.hpp" +#include "SDK/MetasoundEngine_structs.hpp" +#include "SDK/MetasoundEngine_classes.hpp" +#include "SDK/FUINavigationNode_structs.hpp" +#include "SDK/EUINavigationDirection_structs.hpp" +#include "SDK/BP_UINavigationComponent_classes.hpp" +#include "SDK/BP_GameplayRoom_classes.hpp" +#include "SDK/AudioAnalyzer_classes.hpp" +#include "SDK/AudioSynesthesia_structs.hpp" +#include "SDK/AudioSynesthesia_classes.hpp" +#include "SDK/Shake_3C_ExplorationAttack_classes.hpp" +#include "SDK/CoreOnline_structs.hpp" +#include "SDK/AdvancedWidgets_classes.hpp" +#include "SDK/E_jRPG_SpeedModifier_structs.hpp" +#include "SDK/ESkillType_structs.hpp" +#include "SDK/BP_DataAsset_Skill_classes.hpp" +#include "SDK/BPI_Dialogue_SpeakerSlot_classes.hpp" +#include "SDK/AudioWidgets_structs.hpp" +#include "SDK/AudioWidgets_classes.hpp" +#include "SDK/FPromptActorAttachmentInfo_structs.hpp" +#include "SDK/TextureUtilitiesCommon_structs.hpp" +#include "SDK/TextureUtilitiesCommon_classes.hpp" +#include "SDK/ModelingOperators_structs.hpp" +#include "SDK/ModelingOperators_classes.hpp" +#include "SDK/BP_GameAction_RemoveExternalCompanion_classes.hpp" +#include "SDK/FDebugMeshComponentToMaterialArray_structs.hpp" +#include "SDK/S_ChangeLevelParameters_structs.hpp" +#include "SDK/ModelingComponents_structs.hpp" +#include "SDK/ModelingComponents_classes.hpp" +#include "SDK/MeshModelingTools_structs.hpp" +#include "SDK/MeshModelingTools_classes.hpp" +#include "SDK/MeshModelingToolsExp_structs.hpp" +#include "SDK/MeshModelingToolsExp_classes.hpp" +#include "SDK/EDamageModifierType_structs.hpp" +#include "SDK/GeometryScriptingCore_structs.hpp" +#include "SDK/GeometryScriptingCore_classes.hpp" +#include "SDK/MotionWarping_structs.hpp" +#include "SDK/MotionWarping_classes.hpp" +#include "SDK/ChaosCaching_structs.hpp" +#include "SDK/ChaosCaching_classes.hpp" +#include "SDK/S_FilterTransientData_structs.hpp" +#include "SDK/OnlineSubsystemUtils_structs.hpp" +#include "SDK/OnlineSubsystemUtils_classes.hpp" +#include "SDK/EOptionalBoolean_structs.hpp" +#include "SDK/OnlineSubsystemSteam_classes.hpp" +#include "SDK/WBP_GearSetLuminaPointCounter_classes.hpp" +#include "SDK/E_PerfectionUpdateType_structs.hpp" +#include "SDK/S_EnemyScalingDataLevel_structs.hpp" +#include "SDK/AnimationWarpingRuntime_structs.hpp" +#include "SDK/AnimationWarpingRuntime_classes.hpp" +#include "SDK/S_ListOfActorsPerInteractionType_structs.hpp" +#include "SDK/BP_InteractiveEnvironmentManagerComponent_classes.hpp" +#include "SDK/VirtualHeightfieldMesh_classes.hpp" +#include "SDK/WBP_BattleLoot_Item_classes.hpp" +#include "SDK/AugmentedReality_structs.hpp" +#include "SDK/AugmentedReality_classes.hpp" +#include "SDK/E_TutorialCardWidgetPosition_structs.hpp" +#include "SDK/S_TutorialCardParameters_structs.hpp" +#include "SDK/WBP_TutorialCard_classes.hpp" +#include "SDK/AppleImageUtils_structs.hpp" +#include "SDK/AppleImageUtils_classes.hpp" +#include "SDK/BP_GPE_InternalActivationComponent_classes.hpp" +#include "SDK/BP_Water_Reaction_classes.hpp" +#include "SDK/ARUtilities_structs.hpp" +#include "SDK/ARUtilities_classes.hpp" +#include "SDK/AppleARKit_structs.hpp" +#include "SDK/AppleARKit_classes.hpp" +#include "SDK/AppleARKitPoseTrackingLiveLink_classes.hpp" +#include "SDK/WBP_RelationshipNumber_classes.hpp" +#include "SDK/ProceduralMeshComponent_structs.hpp" +#include "SDK/ProceduralMeshComponent_classes.hpp" +#include "SDK/AppleARKitFaceSupport_structs.hpp" +#include "SDK/AppleARKitFaceSupport_classes.hpp" +#include "SDK/AudioModulation_structs.hpp" +#include "SDK/AudioModulation_classes.hpp" +#include "SDK/ImagePlate_structs.hpp" +#include "SDK/ImagePlate_classes.hpp" +#include "SDK/SkinnedDecalComponent_structs.hpp" +#include "SDK/SkinnedDecalComponent_classes.hpp" +#include "SDK/ScreenSpaceFogScattering_classes.hpp" +#include "SDK/BP_FL_AudioHelpers_classes.hpp" +#include "SDK/GameplayStateTreeModule_structs.hpp" +#include "SDK/GameplayStateTreeModule_classes.hpp" +#include "SDK/BP_EnviroDestructible_classes.hpp" +#include "SDK/DialogCondition_Struct_structs.hpp" +#include "SDK/DataRegistry_classes.hpp" +#include "SDK/BP_FL_GameModeHelpers_classes.hpp" +#include "SDK/TargetingSystem_structs.hpp" +#include "SDK/TargetingSystem_classes.hpp" +#include "SDK/BP_Shard_ArmRing_classes.hpp" +#include "SDK/CTS_NSans2_Lumina_classes.hpp" +#include "SDK/WorldConditions_classes.hpp" +#include "SDK/ABP_PostProcess_Hair_Gestral_8_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_Gestral_8_classes.hpp" +#include "SDK/E_BuffAndStatusEffectTypes_structs.hpp" +#include "SDK/SmartObjectsModule_classes.hpp" +#include "SDK/GameplayBehaviorsModule_structs.hpp" +#include "SDK/GameplayBehaviorsModule_classes.hpp" +#include "SDK/EUiBattleType_structs.hpp" +#include "SDK/GameplayBehaviorSmartObjectsModule_classes.hpp" +#include "SDK/S_GameFlowTransitionType_structs.hpp" +#include "SDK/AutoLinkerPlugin_structs.hpp" +#include "SDK/AutoLinkerPlugin_classes.hpp" +#include "SDK/NiagaraUIRenderer_classes.hpp" +#include "SDK/BP_UI_BattleHoldData_classes.hpp" +#include "SDK/MassEntity_classes.hpp" +#include "SDK/WBP_CharacterLevel_classes.hpp" +#include "SDK/MassCommon_structs.hpp" +#include "SDK/MassCommon_classes.hpp" +#include "SDK/Sprint_CameraShake_classes.hpp" +#include "SDK/Decorator_GameIconSet_classes.hpp" +#include "SDK/MassSignals_classes.hpp" +#include "SDK/InterchangeExport_classes.hpp" +#include "SDK/MassSimulation_classes.hpp" +#include "SDK/BTService_UpdatePlayerCharacterParameters_classes.hpp" +#include "SDK/ZoneGraph_classes.hpp" +#include "SDK/EPerfectionReason_structs.hpp" +#include "SDK/MassSpawner_structs.hpp" +#include "SDK/MassSpawner_classes.hpp" +#include "SDK/FAudioCharacter_Battle_DeathCommon_Bodyfall_structs.hpp" +#include "SDK/Shake_3C_Land_classes.hpp" +#include "SDK/MassLOD_classes.hpp" +#include "SDK/ZoneGraphDebug_classes.hpp" +#include "SDK/BP_BattleSpotlight_classes.hpp" +#include "SDK/EAliveStatus_structs.hpp" +#include "SDK/ENumericValueQuery_structs.hpp" +#include "SDK/ECharacterTeamSelector_structs.hpp" +#include "SDK/FL_TargetingHelpers_classes.hpp" +#include "SDK/ZoneGraphAnnotations_structs.hpp" +#include "SDK/ZoneGraphAnnotations_classes.hpp" +#include "SDK/BS_FluxRectBlend_structs.hpp" +#include "SDK/CTS_H1First_classes.hpp" +#include "SDK/BPI_UniqueMechanicComponent_classes.hpp" +#include "SDK/MassMovement_structs.hpp" +#include "SDK/MassMovement_classes.hpp" +#include "SDK/BP_RoamingAiComponent_classes.hpp" +#include "SDK/S_ReplaceCharacterParameters_structs.hpp" +#include "SDK/MassReplication_structs.hpp" +#include "SDK/MassReplication_classes.hpp" +#include "SDK/E_GameMenuPage_structs.hpp" +#include "SDK/WBP_GameMenu_v3_classes.hpp" +#include "SDK/MassActors_classes.hpp" +#include "SDK/BPI_TutorialListenerInterface_classes.hpp" +#include "SDK/MassGameplayDebug_structs.hpp" +#include "SDK/MassGameplayDebug_classes.hpp" +#include "SDK/MassNavigation_structs.hpp" +#include "SDK/MassNavigation_classes.hpp" +#include "SDK/WBP_BattleNotification_Reserve_classes.hpp" +#include "SDK/MassZoneGraphNavigation_structs.hpp" +#include "SDK/MassZoneGraphNavigation_classes.hpp" +#include "SDK/ABP_PostProcess_Sophie_Opti_structs.hpp" +#include "SDK/ABP_PostProcess_Sophie_Opti_classes.hpp" +#include "SDK/MassAIBehavior_structs.hpp" +#include "SDK/MassAIBehavior_classes.hpp" +#include "SDK/MassAIReplication_structs.hpp" +#include "SDK/MassCrowd_structs.hpp" +#include "SDK/MassCrowd_classes.hpp" +#include "SDK/E_ModalStandardButton_structs.hpp" +#include "SDK/E_jRPG_YesNoQuestions_structs.hpp" +#include "SDK/EModalUIResponse_structs.hpp" +#include "SDK/WBP_ModalPopup_classes.hpp" +#include "SDK/CTS_B2_classes.hpp" +#include "SDK/MassAIDebug_classes.hpp" +#include "SDK/ABP_Noah_V2_PostProcess_structs.hpp" +#include "SDK/ABP_Noah_V2_PostProcess_classes.hpp" +#include "SDK/BP_LevelSequenceExecutor_classes.hpp" +#include "SDK/MassGameplayCrowdExtended_structs.hpp" +#include "SDK/MassGameplayCrowdExtended_classes.hpp" +#include "SDK/BP_SaveGameBase_classes.hpp" +#include "SDK/S_WeaponDefinition_structs.hpp" +#include "SDK/S_WeaponInstanceData_structs.hpp" +#include "SDK/WinDualShock_classes.hpp" +#include "SDK/AndroidPermission_classes.hpp" +#include "SDK/BP_PP_DistortionParameterControl_classes.hpp" +#include "SDK/OVRLipSync_structs.hpp" +#include "SDK/OVRLipSync_classes.hpp" +#include "SDK/WBP_EnemyKill_Portrait_classes.hpp" +#include "SDK/LTween_structs.hpp" +#include "SDK/LTween_classes.hpp" +#include "SDK/LGUI_structs.hpp" +#include "SDK/LGUI_classes.hpp" +#include "SDK/NiagaraSimCaching_structs.hpp" +#include "SDK/NiagaraSimCaching_classes.hpp" +#include "SDK/KiBLII_classes.hpp" +#include "SDK/FluidDynamicForceMeshType_structs.hpp" +#include "SDK/FluidForceSocketInfo_structs.hpp" +#include "SDK/FluidForceDynamic_structs.hpp" +#include "SDK/E_jRPG_CharacterWorldCapability_structs.hpp" +#include "SDK/S_jRPG_Character_World_Capabilities_structs.hpp" +#include "SDK/MovementSettings_structs.hpp" +#include "SDK/FSoundEvent_structs.hpp" +#include "SDK/FCharacterExplorationAudioProfile_structs.hpp" +#include "SDK/EFreeAimFeedbackType_structs.hpp" +#include "SDK/S_jRPG_Character_World_Movement_Data_structs.hpp" +#include "SDK/EDialogueCameraType_structs.hpp" +#include "SDK/E_NPC_SpolightTypes_structs.hpp" +#include "SDK/EInWorldAudioContainerComponents_structs.hpp" +#include "SDK/EInputDevices_structs.hpp" +#include "SDK/BP_jRPG_Character_World_classes.hpp" +#include "SDK/KiBLIICommonUI_structs.hpp" +#include "SDK/KiBLIICommonUI_classes.hpp" +#include "SDK/BlueprintFileUtils_classes.hpp" +#include "SDK/SandfallUI_classes.hpp" +#include "SDK/EQTEPhaseType_structs.hpp" +#include "SDK/BP_QTEManager_classes.hpp" +#include "SDK/BPT_SelectRandomWaitingTime_classes.hpp" +#include "SDK/EGradientChangeReason_structs.hpp" +#include "SDK/BP_GradientGaugeChangeEvent_classes.hpp" +#include "SDK/SFUIComponents_classes.hpp" +#include "SDK/E_GameFlowTransitionPhase_structs.hpp" +#include "SDK/E_AiStates_structs.hpp" +#include "SDK/BlueprintSorting_classes.hpp" +#include "SDK/KawaiiPhysics_classes.hpp" +#include "SDK/BPI_FluxSurfaceMeshActor_classes.hpp" +#include "SDK/Paper2D_structs.hpp" +#include "SDK/Paper2D_classes.hpp" +#include "SDK/WBP_GM_SkillsPanel_classes.hpp" +#include "SDK/ACLPlugin_structs.hpp" +#include "SDK/ACLPlugin_classes.hpp" +#include "SDK/CTS_B0NTrajan_classes.hpp" +#include "SDK/IKRig_structs.hpp" +#include "SDK/PBIK_structs.hpp" +#include "SDK/IKRig_classes.hpp" +#include "SDK/BP_SkillDataComponent_Base_classes.hpp" +#include "SDK/TemplateSequence_structs.hpp" +#include "SDK/TemplateSequence_classes.hpp" +#include "SDK/GameplayCameras_structs.hpp" +#include "SDK/GameplayCameras_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_WayDown_ExpeditionRecruiters_classes.hpp" +#include "SDK/ChaosCloth_structs.hpp" +#include "SDK/ChaosCloth_classes.hpp" +#include "SDK/BP_QuestHelperFunctionLibrary_classes.hpp" +#include "SDK/OodleNetworkHandlerComponent_structs.hpp" +#include "SDK/OodleNetworkHandlerComponent_classes.hpp" +#include "SDK/WBP_WrappingText_classes.hpp" +#include "SDK/SignificanceManager_classes.hpp" +#include "SDK/AnimationSharing_structs.hpp" +#include "SDK/AnimationSharing_classes.hpp" +#include "SDK/UObjectPlugin_structs.hpp" +#include "SDK/UObjectPlugin_classes.hpp" +#include "SDK/EDamageReason_structs.hpp" +#include "SDK/BP_BattleDamageBuilder_classes.hpp" +#include "SDK/VariantManagerContent_structs.hpp" +#include "SDK/VariantManagerContent_classes.hpp" +#include "SDK/DatasmithContent_structs.hpp" +#include "SDK/DatasmithContent_classes.hpp" +#include "SDK/GLTFExporter_structs.hpp" +#include "SDK/GLTFExporter_classes.hpp" +#include "SDK/InterchangeCore_structs.hpp" +#include "SDK/InterchangeCore_classes.hpp" +#include "SDK/InterchangeNodes_structs.hpp" +#include "SDK/InterchangeNodes_classes.hpp" +#include "SDK/S_MerchantItemSellData_structs.hpp" +#include "SDK/E_jRPG_EngageTypes_structs.hpp" +#include "SDK/S_RangedAmbienceParameters_structs.hpp" +#include "SDK/S_GameFlowTransitionRequest_structs.hpp" +#include "SDK/S_MusicParameters_structs.hpp" +#include "SDK/EBattleTransitionType_structs.hpp" +#include "SDK/S_BattleRewardParameters_structs.hpp" +#include "SDK/FBattleStartParams_structs.hpp" +#include "SDK/BP_MerchantComponent_classes.hpp" +#include "SDK/InterchangeEngine_structs.hpp" +#include "SDK/InterchangeEngine_classes.hpp" +#include "SDK/InterchangeFactoryNodes_structs.hpp" +#include "SDK/InterchangeFactoryNodes_classes.hpp" +#include "SDK/InterchangeMessages_classes.hpp" +#include "SDK/BP_BattleBuff_RemoveItselfAtAnotherCharacterTurn_classes.hpp" +#include "SDK/InterchangeImport_structs.hpp" +#include "SDK/InterchangeImport_classes.hpp" +#include "SDK/BPI_BattleListener_classes.hpp" +#include "SDK/InterchangePipelines_structs.hpp" +#include "SDK/InterchangeCommon_structs.hpp" +#include "SDK/InterchangePipelines_classes.hpp" +#include "SDK/Shake_3C_Land_Roll_classes.hpp" +#include "SDK/AutomationUtils_classes.hpp" +#include "SDK/Dialog_Struct_structs.hpp" +#include "SDK/GeometryCollectionTracks_structs.hpp" +#include "SDK/GeometryCollectionTracks_classes.hpp" +#include "SDK/DataflowEnginePlugin_classes.hpp" +#include "SDK/ChaosNiagara_structs.hpp" +#include "SDK/ChaosNiagara_classes.hpp" +#include "SDK/LocalizableMessageBlueprint_classes.hpp" +#include "SDK/AvfMediaFactory_classes.hpp" +#include "SDK/WBP_FirstLetter_TitleText_classes.hpp" +#include "SDK/DataflowNodes_structs.hpp" +#include "SDK/ImgMediaEngine_classes.hpp" +#include "SDK/EBattleTurnState_structs.hpp" +#include "SDK/ImgMedia_structs.hpp" +#include "SDK/ImgMedia_classes.hpp" +#include "SDK/E_DefenseMoveType_structs.hpp" +#include "SDK/BP_BattleFeedbackState_classes.hpp" +#include "SDK/ImgMediaFactory_classes.hpp" +#include "SDK/LiveLinkMessageBusFramework_structs.hpp" +#include "SDK/MediaCompositing_structs.hpp" +#include "SDK/MediaCompositing_classes.hpp" +#include "SDK/MediaPlate_structs.hpp" +#include "SDK/MediaPlate_classes.hpp" +#include "SDK/ABP_Quinn_PostProcess_structs.hpp" +#include "SDK/ABP_Quinn_PostProcess_classes.hpp" +#include "SDK/WmfMediaFactory_classes.hpp" +#include "SDK/TcpMessaging_classes.hpp" +#include "SDK/BP_jRPG_NPC_Base_classes.hpp" +#include "SDK/UdpMessaging_structs.hpp" +#include "SDK/UdpMessaging_classes.hpp" +#include "SDK/ActorSequence_structs.hpp" +#include "SDK/ActorSequence_classes.hpp" +#include "SDK/E_PhotoMode_EditMode_structs.hpp" +#include "SDK/WBP_PhotoModeMenuPage_Lighting_classes.hpp" +#include "SDK/ArchVisCharacter_classes.hpp" +#include "SDK/AssetTags_structs.hpp" +#include "SDK/AssetTags_classes.hpp" +#include "SDK/Face_AnimBP_HumanNPC_Simple_structs.hpp" +#include "SDK/Face_AnimBP_HumanNPC_Simple_classes.hpp" +#include "SDK/BPI_ItemSorterInterface_classes.hpp" +#include "SDK/CableComponent_classes.hpp" +#include "SDK/CustomMeshComponent_structs.hpp" +#include "SDK/CustomMeshComponent_classes.hpp" +#include "SDK/LocationServicesBPLibrary_structs.hpp" +#include "SDK/LocationServicesBPLibrary_classes.hpp" +#include "SDK/MobilePatchingUtils_classes.hpp" +#include "SDK/ResonanceAudio_structs.hpp" +#include "SDK/ResonanceAudio_classes.hpp" +#include "SDK/WBP_Raw_Stats_Display_classes.hpp" +#include "SDK/SoundFields_classes.hpp" +#include "SDK/BS_MeshDefinition_structs.hpp" +#include "SDK/WBP_ConsumableItem_classes.hpp" +#include "SDK/Synthesis_structs.hpp" +#include "SDK/Synthesis_classes.hpp" +#include "SDK/TraceUtilities_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Eugene_classes.hpp" +#include "SDK/WorldMetricsCore_classes.hpp" +#include "SDK/BP_GroupInstance_Base_classes.hpp" +#include "SDK/CsvMetrics_classes.hpp" +#include "SDK/CamShake_GrappleMovementStart_classes.hpp" +#include "SDK/CTS_B22_Outline_classes.hpp" +#include "SDK/WBP_Niagara_SlowParticules_classes.hpp" +#include "SDK/FPromptParams_structs.hpp" +#include "SDK/S_Interaction_Parameters_structs.hpp" +#include "SDK/E_RopeMovementDirection_structs.hpp" +#include "SDK/BP_GPE_Rope_classes.hpp" +#include "SDK/MediaUtils_structs.hpp" +#include "SDK/BP_Monolith_classes.hpp" +#include "SDK/BP_AchievementValidator_classes.hpp" +#include "SDK/LocalFileNetworkReplayStreaming_structs.hpp" +#include "SDK/HttpNetworkReplayStreaming_structs.hpp" +#include "SDK/E_BTDecorator_BinaryLogicOperator_structs.hpp" +#include "SDK/Landmass_structs.hpp" +#include "SDK/VectorVM_structs.hpp" +#include "SDK/BPI_FluxInteractionRenderer_classes.hpp" +#include "SDK/BPI_GPE_TriggerInterface_classes.hpp" +#include "SDK/ControlRigSpline_structs.hpp" +#include "SDK/E_BlockedActionType_structs.hpp" +#include "SDK/S_BlockedActionFeedback_structs.hpp" +#include "SDK/BPL_FluidFlux_classes.hpp" +#include "SDK/FullBodyIK_structs.hpp" +#include "SDK/BP_buoyancy_component_classes.hpp" +#include "SDK/InterchangeCommonParser_structs.hpp" +#include "SDK/BP_NavFilter_Enemy_classes.hpp" +#include "SDK/FractureEngine_structs.hpp" +#include "SDK/EFieldForceVel_structs.hpp" +#include "SDK/GeometryCollectionNodes_structs.hpp" +#include "SDK/BP_BattleLineSettings_classes.hpp" +#include "SDK/EngineMessages_structs.hpp" +#include "SDK/S_LookAtCameraParameters_structs.hpp" +#include "SDK/Serialization_structs.hpp" +#include "SDK/WBP_BattleWheelButton_Background_TRAILER_AIM_classes.hpp" +#include "SDK/SessionMessages_structs.hpp" +#include "SDK/BP_BattleEvent_APChange_classes.hpp" +#include "SDK/WidgetCarousel_structs.hpp" +#include "SDK/FDamageModifier_structs.hpp" +#include "SDK/LiveLinkControlRig_structs.hpp" +#include "SDK/LocalizableMessage_structs.hpp" +#include "SDK/DmgTypeBP_Environmental_classes.hpp" +#include "SDK/WBP_AP_SlotBar_classes.hpp" +#include "SDK/Transient_structs.hpp" +#include "SDK/WBP_Debug_UMG_AnimationDebugger_WidgetEntry_classes.hpp" +#include "SDK/S_PictoIconsDataRow_structs.hpp" +#include "SDK/BP_DataAsset_DialogueCharacter_classes.hpp" +#include "SDK/BTTask_MoveToSmartObject_classes.hpp" +#include "SDK/BP_FL_StringManipulationHelpers_classes.hpp" +#include "SDK/Shake_3C_Sprint_V2_classes.hpp" +#include "SDK/QTEShake_classes.hpp" +#include "SDK/WBP_Buff_Burn_StackCounter_classes.hpp" +#include "SDK/WBP_GM_LuminasList_classes.hpp" +#include "SDK/WBP_WatermarkElement_classes.hpp" +#include "SDK/FVendorState_structs.hpp" +#include "SDK/BP_GPE_OrchestratorComponent_Base_classes.hpp" +#include "SDK/BPI_Tool_PerformanceMeasureTool_classes.hpp" +#include "SDK/E_LevelDangerType_structs.hpp" +#include "SDK/BP_SmartObjectComponent_classes.hpp" +#include "SDK/E_jRPG_CharacterAttachmentSlot_structs.hpp" +#include "SDK/E_WorldMap_Camps_structs.hpp" +#include "SDK/S_MinimapLevelIdentifier_structs.hpp" +#include "SDK/BP_FallDetectorComponent_classes.hpp" +#include "SDK/S_AudioLevelParameters_structs.hpp" +#include "SDK/BP_ButtonGenericStyle_classes.hpp" +#include "SDK/CTS_NSans3_Lumina_classes.hpp" +#include "SDK/EToastNotificationTheme_structs.hpp" +#include "SDK/BPI_LoadingDependenciesSource_classes.hpp" +#include "SDK/BP_UINavigationFocusEvent_classes.hpp" +#include "SDK/S_MerchantItemData_structs.hpp" +#include "SDK/BP_NavArea_Crouch_classes.hpp" +#include "SDK/E_GameActionTriggerZoneDestroyCategory_structs.hpp" +#include "SDK/BP_GameActionTriggerZone_classes.hpp" +#include "SDK/BP_DialogCustomLocation_classes.hpp" +#include "SDK/EBattleForbiddenActionReason_structs.hpp" +#include "SDK/WBPI_WheelPage_classes.hpp" +#include "SDK/BTService_UpdateWaitingPointParameters_classes.hpp" +#include "SDK/FRoutedEventHandle_structs.hpp" +#include "SDK/BP_RoutedEventInstance_classes.hpp" +#include "SDK/FCharacterStats_structs.hpp" +#include "SDK/ESfxType_structs.hpp" +#include "SDK/BPI_CustomMoveZone_Climbing_classes.hpp" +#include "SDK/E_BattleFlowState_structs.hpp" +#include "SDK/S_LootContext_structs.hpp" +#include "SDK/BP_DependencyRefCounter_classes.hpp" +#include "SDK/WBP_Loot_Generic_classes.hpp" +#include "SDK/E_Cine_HandPosesType_structs.hpp" +#include "SDK/BPL_ProceduralMesh_classes.hpp" +#include "SDK/S_jRPG_Character_PortraitData_structs.hpp" +#include "SDK/S_jRPG_OverdriveSource_structs.hpp" +#include "SDK/S_jRPG_NameArray_structs.hpp" +#include "SDK/S_jRPG_CharacterDefinition_structs.hpp" +#include "SDK/BP_FL_GameUserSettingsHelpers_classes.hpp" +#include "SDK/S_SpringArmComponentConfig_structs.hpp" +#include "SDK/EHealReason_structs.hpp" +#include "SDK/BPI_BattleCommunication_classes.hpp" +#include "SDK/BTService_ComputeDistanceBetweenActors_classes.hpp" +#include "SDK/BP_CommonUIGenericGamepadControllerData_classes.hpp" +#include "SDK/WBP_PictosFilter_classes.hpp" +#include "SDK/CTS_B1_Title_classes.hpp" +#include "SDK/BP_ConditionChecker_classes.hpp" +#include "SDK/WBP_WidescreenRatioBox_classes.hpp" +#include "SDK/EButton_Control_structs.hpp" +#include "SDK/WBP_HUD_QTE_Base_classes.hpp" +#include "SDK/WBP_DPIScaleBox_classes.hpp" +#include "SDK/E_SortDropdownIdentifier_structs.hpp" +#include "SDK/WBP_DPISizeBox_classes.hpp" +#include "SDK/CTS_B0_Outline_classes.hpp" +#include "SDK/Shake_Climbing_Arrive_Top_classes.hpp" +#include "SDK/E_CurrentAct_structs.hpp" +#include "SDK/E_MainQuest_Step_structs.hpp" +#include "SDK/S_MainQuestData_structs.hpp" +#include "SDK/E_NpcDialogueCamera_structs.hpp" +#include "SDK/BPS_LookAtTarget_classes.hpp" +#include "SDK/BP_UINavigationInputActor_classes.hpp" +#include "SDK/S_CleasTowerBattle_structs.hpp" +#include "SDK/WBP_HUD_LevelNameAnnounce_classes.hpp" +#include "SDK/E_jRPG_BuffStackingType_structs.hpp" +#include "SDK/AN_Ono_classes.hpp" +#include "SDK/QAHelpers_FunctionLibrary_classes.hpp" +#include "SDK/WBP_HUD_LootList_classes.hpp" +#include "SDK/S_CommonUI_ActionDataRowHandle_structs.hpp" +#include "SDK/BPI_GameplayResettable_classes.hpp" +#include "SDK/WBP_Battle_CharacterOverheadState_Base_classes.hpp" +#include "SDK/BPI_UINotifiedObject_classes.hpp" +#include "SDK/BP_ItemInstance_Gear_Pictos_classes.hpp" +#include "SDK/BP_jRPG_CharacterBattleSpot_classes.hpp" +#include "SDK/BP_LatentAction_WaitForGameflowTransition_classes.hpp" +#include "SDK/E_Expressions_Metahuman_structs.hpp" +#include "SDK/WBP_CrossHair_classes.hpp" +#include "SDK/CTS_H1_SmallLine_Outline_classes.hpp" +#include "SDK/E_EnemyWorldState_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Lune_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Lune_classes.hpp" +#include "SDK/CTS_H1_TitleOutline_classes.hpp" +#include "SDK/EInputType_structs.hpp" +#include "SDK/WBP_BattleWheelButtonPart_GradientGauge_classes.hpp" +#include "SDK/BTService_LerpDestinationLocation_classes.hpp" +#include "SDK/BP_jRPG_EnemyBattleSpot_classes.hpp" +#include "SDK/BP_jRPG_InteractionObject_Base_classes.hpp" +#include "SDK/CTS_B5_Outline_classes.hpp" +#include "SDK/FNavigationGridCreationInfo_structs.hpp" +#include "SDK/WBP_GoldAmount_classes.hpp" +#include "SDK/BP_UI_FrontendHoldData_classes.hpp" +#include "SDK/FAudioCharacter_Battle_UI_structs.hpp" +#include "SDK/BP_GameActionInstance_UnlockWorldMapCapacity_classes.hpp" +#include "SDK/BPT_SelectRandomDestination_classes.hpp" +#include "SDK/ESkillNodeState_structs.hpp" +#include "SDK/BL_FL_LevelToolsHelpers_classes.hpp" +#include "SDK/BTTask_RotateToSmartObject_classes.hpp" +#include "SDK/BP_GlobalVariablesFunctionLibrary_classes.hpp" +#include "SDK/S_InteractiveMusic_structs.hpp" +#include "SDK/Shake_FreeAimShoot_classes.hpp" +#include "SDK/BP_GameActionInstance_Hint_classes.hpp" +#include "SDK/E_DecoratorCallbackType_structs.hpp" +#include "SDK/BTDecorator_ClearBlackboardEntry_classes.hpp" +#include "SDK/WBP_CinematicTransition_classes.hpp" +#include "SDK/BP_Dialogue_Eugene_classes.hpp" +#include "SDK/E_GameMenuTabID_structs.hpp" +#include "SDK/WBP_jRPG_BattleTransition_classes.hpp" +#include "SDK/BP_CameraModifier_RotationLimiter_Default_classes.hpp" +#include "SDK/S_BalancingTableFloatEntry_structs.hpp" +#include "SDK/BP_NPCs_Lumiere_classes.hpp" +#include "SDK/BPI_DialogInterface_classes.hpp" +#include "SDK/S_ChestLootParameters_structs.hpp" +#include "SDK/BP_GameActionInstance_WritePersistentFlag_classes.hpp" +#include "SDK/ECustomMovementMode_structs.hpp" +#include "SDK/BP_jRPG_NPC_Dialog_Human_ManyCams_classes.hpp" +#include "SDK/S_UITransientData_structs.hpp" +#include "SDK/Controller_WorldAI_classes.hpp" +#include "SDK/E_PhotoMode_MovementMode_structs.hpp" +#include "SDK/FPromptID_structs.hpp" +#include "SDK/CamShakeAndForceFeedback_Notify_classes.hpp" +#include "SDK/BP_PDT_LookAtConfig_classes.hpp" +#include "SDK/S_CameraLookAtRequest_structs.hpp" +#include "SDK/BPI_Interaction_DocReader_classes.hpp" +#include "SDK/S_WeaponScalingLevel_structs.hpp" +#include "SDK/ELevelType_structs.hpp" +#include "SDK/S_TutorialHintParameters_structs.hpp" +#include "SDK/S_AchievementRuntimeData_structs.hpp" +#include "SDK/BPI_UIElement_classes.hpp" +#include "SDK/NinjaLiveInterface_classes.hpp" +#include "SDK/WBP_WorldMapLevelNameContainer_classes.hpp" +#include "SDK/BTTask_SetAiBehavior_classes.hpp" +#include "SDK/S_CharacterSelectorParameters_structs.hpp" +#include "SDK/FBattleCharacterStoredState_structs.hpp" +#include "SDK/S_EnemyWorldInfoData_structs.hpp" +#include "SDK/FPerCharacterReaction_structs.hpp" +#include "SDK/S_CameraRecenterRequest_structs.hpp" +#include "SDK/BP_VelocityControllerComponent_classes.hpp" +#include "SDK/FGlobalFeedback_structs.hpp" +#include "SDK/BP_DataAsset_Item_Journal_classes.hpp" +#include "SDK/CTS_B0_Hans_classes.hpp" +#include "SDK/BTDecorator_CompareValuesWithHysteresis_classes.hpp" +#include "SDK/WBP_HealthBarDecorator_FootCaptureStatus_classes.hpp" +#include "SDK/FDebugSaveGame_SkilList_structs.hpp" +#include "SDK/EElementalAffinity_structs.hpp" +#include "SDK/ABP_Battle_Global_structs.hpp" +#include "SDK/E_HitReact_Anim_Type_structs.hpp" +#include "SDK/E_EnemyIdleState_structs.hpp" +#include "SDK/ABP_Battle_Global_classes.hpp" +#include "SDK/WBP_Cursor_BreakBar_classes.hpp" +#include "SDK/FElementalAffinityList_structs.hpp" +#include "SDK/WBP_QA_3C_Debugger_classes.hpp" +#include "SDK/WBP_BattleWheel_classes.hpp" +#include "SDK/WBP_jRPG_BuffSlot_classes.hpp" +#include "SDK/E_jRPG_CombatStyle_structs.hpp" +#include "SDK/BPI_ClimbingElement_classes.hpp" +#include "SDK/WBP_GlowContainer_classes.hpp" +#include "SDK/FInWorldDialogue_CharacterProfile_structs.hpp" +#include "SDK/S_ResurrectParameters_structs.hpp" +#include "SDK/BPI_GrappleNotifyHandler_classes.hpp" +#include "SDK/FCharacterBattleAudioProfile_structs.hpp" +#include "SDK/WBP_Settings_OptionEntriesHeader_classes.hpp" +#include "SDK/BP_Debug_UMGDebugger_classes.hpp" +#include "SDK/MovementSettings_Stance_structs.hpp" +#include "SDK/MovementSettings_State_structs.hpp" +#include "SDK/BPI_BattleAudioCharacter_GetComponents_classes.hpp" +#include "SDK/ActorDetectionParameters_structs.hpp" +#include "SDK/S_PassiveEffectsSetData_structs.hpp" +#include "SDK/WBP_GradientChargeGauge_classes.hpp" +#include "SDK/BP_GeneratedItemInfo_Base_classes.hpp" +#include "SDK/BP_GeneratedItemInfo_Chroma_classes.hpp" +#include "SDK/S_UIFavoritePool_structs.hpp" +#include "SDK/BP_GPE_Manor_Piano_classes.hpp" +#include "SDK/S_BattleLinePoolCandidate_structs.hpp" +#include "SDK/E_GPEActionType_structs.hpp" +#include "SDK/S_GameplayPauseParameters_structs.hpp" +#include "SDK/BP_DataAsset_SoundWithDelay_classes.hpp" +#include "SDK/BP_DataAsset_Ambience_classes.hpp" +#include "SDK/WBP_HUD_SkillList_Active_classes.hpp" +#include "SDK/S_jRPG_WorldCharacters_structs.hpp" +#include "SDK/S_RuntimeSoundDataWithDelay_structs.hpp" +#include "SDK/FSkillGraphEdge_structs.hpp" +#include "SDK/E_GM_SkillTreeAction_structs.hpp" +#include "SDK/ELearnSkillBlockedReason_structs.hpp" +#include "SDK/WBP_Panel_SkillTree_classes.hpp" +#include "SDK/BP_CameraModifier_RotationLimiter_Climbing_classes.hpp" +#include "SDK/Shake_Climbing_Arrive_Bottom_classes.hpp" +#include "SDK/CamShake_GrappleStartV2_classes.hpp" +#include "SDK/BP_SneakCam_classes.hpp" +#include "SDK/BP_AICompanion_CompanionManager_classes.hpp" +#include "SDK/BP_FunctionLibrary_ConditionCheckerHelpers_classes.hpp" +#include "SDK/E_LD_Annotation_Chest_RewardLevel_structs.hpp" +#include "SDK/S_FreezeFrame_structs.hpp" +#include "SDK/BP_GameActionInstance_PushInteractiveMusicContext_classes.hpp" +#include "SDK/WBP_CharacterMarker_classes.hpp" +#include "SDK/WBP_WeaponIcon_classes.hpp" +#include "SDK/E_GameActionTriggerZoneExecutionMode_structs.hpp" +#include "SDK/OverlayStateButton_classes.hpp" +#include "SDK/BP_NavArea_CompanionObstacle_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_WayDown_FlowerMarket_classes.hpp" +#include "SDK/BP_NavFilter_Companion_classes.hpp" +#include "SDK/BP_Dialogue_Henri_classes.hpp" +#include "SDK/E_NpcDialogEvent_structs.hpp" +#include "SDK/FL_jRPG_CombatMovement_classes.hpp" +#include "SDK/E_PhotoMode_FrameType_structs.hpp" +#include "SDK/BP_EnviroDestructible_Barrel_B_classes.hpp" +#include "SDK/WBP_PhotoModeFrameWidget_classes.hpp" +#include "SDK/BPI_GameplayPausable_classes.hpp" +#include "SDK/BP_FL_GameFlowHelpers_classes.hpp" +#include "SDK/BP_ItemInstance_Base_classes.hpp" +#include "SDK/CTS_B0_TH_classes.hpp" +#include "SDK/S_jRPG_EnemyPortraitData_structs.hpp" +#include "SDK/BPI_SelectorResetable_classes.hpp" +#include "SDK/WBP_EnemyKill_Box_classes.hpp" +#include "SDK/S_DebugSave_GoldenPathDependencies_structs.hpp" +#include "SDK/WBP_Debug_GenericParameterListWidget_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_A_Var2_classes.hpp" +#include "SDK/BP_CommonUIKeyboardControllerData_classes.hpp" +#include "SDK/FTeamMotivationData_structs.hpp" +#include "SDK/WBP_WeaponTooltipLumina_classes.hpp" +#include "SDK/EBuffApplicationProbability_structs.hpp" +#include "SDK/CamShake_EnemyHitByWorldStrike_ShakeOnly_classes.hpp" +#include "SDK/S_BattleCharacterFinalState_structs.hpp" +#include "SDK/WBP_CharacterSelectorEntry_classes.hpp" +#include "SDK/FL_InputFunctionLibrary_classes.hpp" +#include "SDK/BP_SpawnPointManager_classes.hpp" +#include "SDK/E_NPC_Body_IdleType_structs.hpp" +#include "SDK/BP_SaveGameObject_V2_classes.hpp" +#include "SDK/S_NPC_IdleListAndReaction_structs.hpp" +#include "SDK/S_NPCAnimations_structs.hpp" +#include "SDK/WBP_HUD_GM_ShowExperience_classes.hpp" +#include "SDK/S_SortDropdownEntry_structs.hpp" +#include "SDK/BP_Dialogue_Ulysse_classes.hpp" +#include "SDK/E_LookAtEndBones_structs.hpp" +#include "SDK/S_jRPG_Level_structs.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Victor_classes.hpp" +#include "SDK/S_MerchantItemQueueData_structs.hpp" +#include "SDK/S_InventoryItemTypeMetadata_structs.hpp" +#include "SDK/BPI_CustomMoveZone_Ladder_classes.hpp" +#include "SDK/P_Leaves_Enum_structs.hpp" +#include "SDK/BP_Particle_Leaves_classes.hpp" +#include "SDK/WBP_Journal_Panel_classes.hpp" +#include "SDK/CTS_H0_Failure_classes.hpp" +#include "SDK/E_Dialogue_AudioTrigger_structs.hpp" +#include "SDK/E_StatusEffects_structs.hpp" +#include "SDK/BPI_SelectorLockable_classes.hpp" +#include "SDK/S_PhotoModeActorData_structs.hpp" +#include "SDK/BP_ReadingCube_classes.hpp" +#include "SDK/S_EnemyScalingMultipliers_structs.hpp" +#include "SDK/BP_SerializableActorComponent_classes.hpp" +#include "SDK/E_CanInterruptDialogue_structs.hpp" +#include "SDK/WBP_SubtitleLine_BD_classes.hpp" +#include "SDK/S_CampCharacterState_structs.hpp" +#include "SDK/S_CampState_structs.hpp" +#include "SDK/FAudioBattleCommonSFX_structs.hpp" +#include "SDK/FAudioCharacter_Battle_HitBy_AnimCommon_structs.hpp" +#include "SDK/FAudioCharacter_Battle_DeathCommon_structs.hpp" +#include "SDK/BP_DataAsset_CharacterBattleAudioProfile_classes.hpp" +#include "SDK/E_ConditionChecker_BinaryLogicOperator_structs.hpp" +#include "SDK/BP_GameActionInstance_Conditional_classes.hpp" +#include "SDK/BP_ConditionChecker_BinaryLogicOperators_classes.hpp" +#include "SDK/FCharacterAttributeScalingList_structs.hpp" +#include "SDK/S_Stats_AttributesScaling_structs.hpp" +#include "SDK/StatMultiplier_structs.hpp" +#include "SDK/BP_RandomVariation_classes.hpp" +#include "SDK/WBP_FullScreenNotification_Generic_classes.hpp" +#include "SDK/AnimNotify_GrappleEnd_classes.hpp" +#include "SDK/E_Facial_LookAt_structs.hpp" +#include "SDK/WBP_LuminaTooltip_classes.hpp" +#include "SDK/S_PassiveEffectsSetCollection_structs.hpp" +#include "SDK/CBS_Default_classes.hpp" +#include "SDK/S_SaveSlotMetaData_structs.hpp" +#include "SDK/S_SaveSlotData_structs.hpp" +#include "SDK/WBP_MedialPlayerWidget_classes.hpp" +#include "SDK/BP_DialogueCameraControllerComponent_classes.hpp" +#include "SDK/BP_DA_CharacterStatsPerLevelScalingProfile_classes.hpp" +#include "SDK/S_GestralRandomScaleVariation_structs.hpp" +#include "SDK/WBP_OverviewHealCartridge_classes.hpp" +#include "SDK/EFoleyType_structs.hpp" +#include "SDK/BP_InputKeyState_classes.hpp" +#include "SDK/BP_TriggerInteractiveEnvironmentZone_classes.hpp" +#include "SDK/FInputLayer_structs.hpp" +#include "SDK/BP_BattleHeal_classes.hpp" +#include "SDK/ALS_PlayerCameraBehavior_structs.hpp" +#include "SDK/ALS_PlayerCameraBehavior_classes.hpp" +#include "SDK/Battle_Shake1_classes.hpp" +#include "SDK/S_LoadGameRequest_structs.hpp" +#include "SDK/S_ItemRowList_structs.hpp" +#include "SDK/BP_EntitlementDataUpdater_AdditionalItems_classes.hpp" +#include "SDK/S_NewGamePlusParameters_structs.hpp" +#include "SDK/S_GameMenuParameters_structs.hpp" +#include "SDK/BP_GPE_Orchestrator_classes.hpp" +#include "SDK/E_DialoguesPortraitsCharacters_structs.hpp" +#include "SDK/E_DialoguesPortraitsType_structs.hpp" +#include "SDK/S_DialogueLine_structs.hpp" +#include "SDK/EExplorationHealthDamageType_structs.hpp" +#include "SDK/BP_EnvironmentInteractorComponent_classes.hpp" +#include "SDK/S_FootStepVisual_structs.hpp" +#include "SDK/BP_WorldInfoComponent_classes.hpp" +#include "SDK/BP_DataAsset_FootstepVisualProfile_classes.hpp" +#include "SDK/WBP_Debug_UINavigation_classes.hpp" +#include "SDK/FGPEAction_structs.hpp" +#include "SDK/ValidationHelpersFunctionLibrary_classes.hpp" +#include "SDK/BP_DA_CharacterAttributeScalingProfile_DT_classes.hpp" +#include "SDK/E_Dialogue_CameraMovements_structs.hpp" +#include "SDK/BP_JrpgNPCDialog_Mime_LumiereAct1_classes.hpp" +#include "SDK/S_DialogueCameraParameters_structs.hpp" +#include "SDK/E_LD_Annotation_Chest_LevelLocation_structs.hpp" +#include "SDK/BP_Battle_SkillScript_classes.hpp" +#include "SDK/WBP_BaseButton_classes.hpp" +#include "SDK/ERuntimeBattleStatType_structs.hpp" +#include "SDK/WBP_FullScreenNotification_RelationshipUp_classes.hpp" +#include "SDK/BP_Dialogue_MainPlaza_Furnitures_classes.hpp" +#include "SDK/BP_GameActionInstance_ShowCredits_classes.hpp" +#include "SDK/EBattleCommonSFX_structs.hpp" +#include "SDK/BP_SaveGameObject_V6_classes.hpp" +#include "SDK/BP_LoadAssetRequest_classes.hpp" +#include "SDK/E_NPCAnimation_PostureType_structs.hpp" +#include "SDK/S_IdleNpcParameters_structs.hpp" +#include "SDK/E_NPC_ForceHeadDirection_structs.hpp" +#include "SDK/BP_NPCAnimationComponent_classes.hpp" +#include "SDK/BP_FL_DebugHelpers_classes.hpp" +#include "SDK/BP_CharacterSkillGraphSystem_classes.hpp" +#include "SDK/BP_GameActionInstance_Default_classes.hpp" +#include "SDK/ECounterType_structs.hpp" +#include "SDK/WBP_Settings_AccessibilityOptions_classes.hpp" +#include "SDK/E_FacialExpressionsNPC_structs.hpp" +#include "SDK/BP_FacialAnimationComponent_classes.hpp" +#include "SDK/WBP_TutorialEntriesList_classes.hpp" +#include "SDK/WBP_GM_MainMenuContainer_classes.hpp" +#include "SDK/PDA_FluxSurfacePreset_classes.hpp" +#include "SDK/BP_InputLockComponent_classes.hpp" +#include "SDK/BP_ConditionChecker_ItemInInventory_classes.hpp" +#include "SDK/CTS_NSans5_Outline_classes.hpp" +#include "SDK/EBattleEndResult_structs.hpp" +#include "SDK/BP_jRPG_Enemy_World_Base_Seamless_classes.hpp" +#include "SDK/CTS_NSans0_TitleOutline_classes.hpp" +#include "SDK/CTS_NSans4_Lumina_classes.hpp" +#include "SDK/CTS_NSans1_Outline_classes.hpp" +#include "SDK/WBP_JournalEntriesList_classes.hpp" +#include "SDK/CTS_NSans4_Outline_classes.hpp" +#include "SDK/EBattleActionEvent_structs.hpp" +#include "SDK/FBattleSequenceTimelineKeyframe_structs.hpp" +#include "SDK/CTS_NSans4_TitleOutline_classes.hpp" +#include "SDK/CTS_NSans0_EndBattleTitle_classes.hpp" +#include "SDK/BP_GameActionInstance_RemoveItemFromInventory_classes.hpp" +#include "SDK/CTS_NSans00_classes.hpp" +#include "SDK/WBP_GM_LuminaPoints_classes.hpp" +#include "SDK/BP_PreCinematicCamera_classes.hpp" +#include "SDK/BP_ConditionChecker_BattledEnemy_classes.hpp" +#include "SDK/CTS_NSans2_Battle_classes.hpp" +#include "SDK/CTS_NSans3_classes.hpp" +#include "SDK/CTS_NSans3_Outline_classes.hpp" +#include "SDK/S_DialogueParameters_structs.hpp" +#include "SDK/BP_GameAction_ForceNPCDialogue_classes.hpp" +#include "SDK/BP_FL_TutorialHelpers_classes.hpp" +#include "SDK/CTS_NSans4_classes.hpp" +#include "SDK/BP_WP_StreamingSourceComponent_classes.hpp" +#include "SDK/CTS_NSans5_classes.hpp" +#include "SDK/ABP_PostProcess_HairVar_MAELLE_Short_structs.hpp" +#include "SDK/ABP_PostProcess_HairVar_MAELLE_Short_classes.hpp" +#include "SDK/S_PhotoModeGridType_structs.hpp" +#include "SDK/BP_AudioTriggerZone_NarrativeAmbience_OS_classes.hpp" +#include "SDK/WBP_CharacterShieldCounter_classes.hpp" +#include "SDK/WBP_PhotoModeGridWidget_classes.hpp" +#include "SDK/WBP_Merchant_Panel_classes.hpp" +#include "SDK/BPI_AudioCharacter_GetComponents_classes.hpp" +#include "SDK/BP_jRPG_Enemy_Battle_Base_classes.hpp" +#include "SDK/CTS_NSans0_Lumina_classes.hpp" +#include "SDK/EBreathType_structs.hpp" +#include "SDK/BP_MerchantConditionCheckerDataAsset_classes.hpp" +#include "SDK/CR_Mannequin_Procedural_classes.hpp" +#include "SDK/BP_PDT_GameAction_LoadLevel_classes.hpp" +#include "SDK/S_GearScalingLevel_structs.hpp" +#include "SDK/BP_EventRoutingSystemComponent_classes.hpp" +#include "SDK/BP_PhotoModeLightPawn_classes.hpp" +#include "SDK/BPI_UINavigationElement_classes.hpp" +#include "SDK/WBP_BattleWheel_AP_Bar_classes.hpp" +#include "SDK/BP_UINavigationGenericElement_PanelWidget_classes.hpp" +#include "SDK/WBP_HUD_TurnOrder_classes.hpp" +#include "SDK/S_InteractiveMusicContextSwitch_structs.hpp" +#include "SDK/WBP_HUD_LevelNameAnnounceQueue_classes.hpp" +#include "SDK/S_InputContextParameters_structs.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_Danseuse1_classes.hpp" +#include "SDK/BPI_ExternalActorProvider_classes.hpp" +#include "SDK/BP_UINavigationGenericElement_Widget_classes.hpp" +#include "SDK/BP_BattleSummaryStatsManager_classes.hpp" +#include "SDK/WBP_LuminaFilter_classes.hpp" +#include "SDK/BP_ItemSorter_Alphabetically_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Male_3_Francois_classes.hpp" +#include "SDK/BP_FX_SpineBasedParticles_classes.hpp" +#include "SDK/WBP_Debug_UMG_AnimationDebugger_WidgetAnimationEntry_classes.hpp" +#include "SDK/WBP_PortraitUniqueMechanic_Overcharge_classes.hpp" +#include "SDK/S_ProgressionBalancingLevel_structs.hpp" +#include "SDK/WBP_GM_AssignedSkillsShort_classes.hpp" +#include "SDK/WBP_GM_TeamOverview3D_Page_classes.hpp" +#include "SDK/S_TutorialHintContentData_structs.hpp" +#include "SDK/CTS_H0_Outline_classes.hpp" +#include "SDK/WBP_BattleInputContainer_classes.hpp" +#include "SDK/S_Dialogue_AudioParameters_structs.hpp" +#include "SDK/BP_Audio_Spline_Random_Short_classes.hpp" +#include "SDK/BP_GameAction_ReplaceCharacter_classes.hpp" +#include "SDK/CTS_H0_TitleOutline_classes.hpp" +#include "SDK/S_Dialogue_CustomOptions_structs.hpp" +#include "SDK/BP_LatentAction_WaitForGameflowTransitionFadeIn_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V4_To_V5_classes.hpp" +#include "SDK/S_ScreenSpaceFogScatteringParameters_structs.hpp" +#include "SDK/BP_BattleBuff_Flee_classes.hpp" +#include "SDK/WBP_FilterDropdown_classes.hpp" +#include "SDK/CTS_B3_Title_SmallLine_Outline_classes.hpp" +#include "SDK/S_LevelParameters_structs.hpp" +#include "SDK/BP_LoadClassAssetRequest_classes.hpp" +#include "SDK/BP_ItemFilter_Pictos_classes.hpp" +#include "SDK/BP_PhotoMode_FocusPointActor_classes.hpp" +#include "SDK/FPassiveEffect_structs.hpp" +#include "SDK/S_PassiveEffectDisplayData_structs.hpp" +#include "SDK/S_RolledLootEntry_structs.hpp" +#include "SDK/E_BreakStunReason_structs.hpp" +#include "SDK/S_PhotoModeControllerParameters_structs.hpp" +#include "SDK/WBP_FlyMode_classes.hpp" +#include "SDK/BP_AnimationVariationComponent_classes.hpp" +#include "SDK/Shake_Climbing_Start_Top_classes.hpp" +#include "SDK/BP_EnviroDestructible_Barrel_A_classes.hpp" +#include "SDK/BP_DataAsset_EnemyBattleArchetype_classes.hpp" +#include "SDK/AN_ExploFoley_classes.hpp" +#include "SDK/CTS_B2_Title_SmallLine_classes.hpp" +#include "SDK/WBP_ResourceQuantity_classes.hpp" +#include "SDK/WBP_TutoPanel_classes.hpp" +#include "SDK/E_ConditionChecker_UnaryLogicOperator_structs.hpp" +#include "SDK/WBP_Debug_GenericParameterWidget_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_Crowd_Left_classes.hpp" +#include "SDK/BPI_WidgetSequencerInterface_classes.hpp" +#include "SDK/S_BattleRewards_structs.hpp" +#include "SDK/WBP_GM_ConsumablesOverview_classes.hpp" +#include "SDK/WBP_LuminaLearntFlag_classes.hpp" +#include "SDK/S_LevelSpawnPointData_structs.hpp" +#include "SDK/S_GearSetData_structs.hpp" +#include "SDK/CTS_H1First_Outline_classes.hpp" +#include "SDK/S_GearSetCollection_structs.hpp" +#include "SDK/BP_SkillDataComponent_PerfectionMechanic_classes.hpp" +#include "SDK/BP_DA_CharacterAttributeScalingProfile_classes.hpp" +#include "SDK/S_LA_SplineScatter_structs.hpp" +#include "SDK/BP_SplineScatterFloating_classes.hpp" +#include "SDK/BP_PDT_GameAction_classes.hpp" +#include "SDK/BTDecorator_CompareValues_classes.hpp" +#include "SDK/BP_ItemSorter_ByLevel_classes.hpp" +#include "SDK/CTS_B1_Outline_classes.hpp" +#include "SDK/E_RopeMovementStep_structs.hpp" +#include "SDK/BP_ExplorationCapacityComponent_Rope_classes.hpp" +#include "SDK/S_Cameras_BattleFinish_structs.hpp" +#include "SDK/CTS_NSans0_Outline_classes.hpp" +#include "SDK/BPI_Debug_BattleListener_classes.hpp" +#include "SDK/S_UINotificationPool_structs.hpp" +#include "SDK/CTS_H0_classes.hpp" +#include "SDK/CTS_H0_Title_classes.hpp" +#include "SDK/CTS_H3_Outline_classes.hpp" +#include "SDK/CTS_H1_classes.hpp" +#include "SDK/CTS_H3_TitleOutline_classes.hpp" +#include "SDK/BP_PlayerAmbientParticlesLeaves_classes.hpp" +#include "SDK/CTS_H2_TitleOutline_classes.hpp" +#include "SDK/CTS_H3_Title_classes.hpp" +#include "SDK/CTS_H2_SmallLine_TitleOutline_classes.hpp" +#include "SDK/CTS_H2_SmallLine_Outline_classes.hpp" +#include "SDK/BP_GameActionInstance_CharacterRemoveFromGroup_classes.hpp" +#include "SDK/WBP_Settings_GamepadInputOptions_classes.hpp" +#include "SDK/EBattleAudioContainerComponents_structs.hpp" +#include "SDK/BP_DocumentActor_classes.hpp" +#include "SDK/CTS_H0_EndBattleTitle_classes.hpp" +#include "SDK/BP_GameActionInstance_PlayInWorldDialogue_classes.hpp" +#include "SDK/WBP_Document_classes.hpp" +#include "SDK/CTS_H2_Outline_classes.hpp" +#include "SDK/CTS_H0_SoftFailure_classes.hpp" +#include "SDK/CTS_H00_classes.hpp" +#include "SDK/BTTask_UpdateRoamingPointParameters_classes.hpp" +#include "SDK/WBP_PlatformPauseModal_classes.hpp" +#include "SDK/CTS_H2_classes.hpp" +#include "SDK/WBP_HUD_QTE_classes.hpp" +#include "SDK/CTS_NSans4_Title_classes.hpp" +#include "SDK/BP_Holds_classes.hpp" +#include "SDK/CTS_NSans1_Battle_classes.hpp" +#include "SDK/S_LootTableEntry_structs.hpp" +#include "SDK/S_LootTableSection_structs.hpp" +#include "SDK/BPI_PersistentStateFromGI_classes.hpp" +#include "SDK/WBP_HUD_LootEntry_classes.hpp" +#include "SDK/FEnemyBattleAudioProfile_structs.hpp" +#include "SDK/E_LookAtUpdateStep_structs.hpp" +#include "SDK/S_ChestLootTableSetup_structs.hpp" +#include "SDK/BP_GestralVariationComponent_classes.hpp" +#include "SDK/BP_DataAsset_Weapon_classes.hpp" +#include "SDK/BP_Dialogue_Estelle_classes.hpp" +#include "SDK/WBP_Debug_UMG_AnimationDebugger_classes.hpp" +#include "SDK/FDebugSaveGame_structs.hpp" +#include "SDK/BP_DataAsset_DebugSaveGame_classes.hpp" +#include "SDK/FL_Debug_UMGDebuggerHelper_classes.hpp" +#include "SDK/BP_CustomShapeExtruder_classes.hpp" +#include "SDK/WBP_Panel_CharacterCustomization_classes.hpp" +#include "SDK/BP_DataAsset_Footsteps_classes.hpp" +#include "SDK/WBP_FilterToggle_classes.hpp" +#include "SDK/S_TutorialCardContentData_structs.hpp" +#include "SDK/S_CameraComponentConfig_structs.hpp" +#include "SDK/S_CameraConfig_structs.hpp" +#include "SDK/BP_DataAsset_CameraConfig_classes.hpp" +#include "SDK/S_BattleSummaryStats_structs.hpp" +#include "SDK/BP_CameraConfigBlender_classes.hpp" +#include "SDK/Decorator_InputSet_classes.hpp" +#include "SDK/S_ChestFeedbackParameters_structs.hpp" +#include "SDK/EDamageValueState_structs.hpp" +#include "SDK/CTS_H1First_RU_TitleOutline_classes.hpp" +#include "SDK/WBP_WeaponAttributeScaling_classes.hpp" +#include "SDK/CTS_H1First_RU_classes.hpp" +#include "SDK/WBP_JournalEntry_classes.hpp" +#include "SDK/CTS_H0First_TitleOutline_classes.hpp" +#include "SDK/CTS_H2First_classes.hpp" +#include "SDK/WBP_Settings_GampadInputOptionsList_classes.hpp" +#include "SDK/ETeamMotivationLevelType_structs.hpp" +#include "SDK/BP_Dialogue_Richard_classes.hpp" +#include "SDK/ABP_Maelle_V2_PostProcess_structs.hpp" +#include "SDK/ABP_Maelle_V2_PostProcess_classes.hpp" +#include "SDK/S_Stats_LevelScaling_structs.hpp" +#include "SDK/BP_EnviroDestructible_Crate_B_Var2_classes.hpp" +#include "SDK/CTS_NSans2_Title_classes.hpp" +#include "SDK/BP_Character_Camp_Lune_CivlianLumiereIntro_classes.hpp" +#include "SDK/BTDecorator_ActorIsInMovementMode_classes.hpp" +#include "SDK/AN_BattleFoley_classes.hpp" +#include "SDK/ThirdPerson_AnimBP_structs.hpp" +#include "SDK/ThirdPerson_AnimBP_classes.hpp" +#include "SDK/S_jRPG_WeaponUnlock_structs.hpp" +#include "SDK/CTS_NSans0_Battle_classes.hpp" +#include "SDK/ECreditsPositioning_structs.hpp" +#include "SDK/S_PictosDefinition_structs.hpp" +#include "SDK/BP_GameAction_PushInteractiveMusicContext_classes.hpp" +#include "SDK/BP_GradientGaugeSystem_classes.hpp" +#include "SDK/WBP_Panel_WeaponElement_classes.hpp" +#include "SDK/BP_jRPG_SavesContainer_classes.hpp" +#include "SDK/WBP_UniqueMechanic_Charge_classes.hpp" +#include "SDK/BP_UniqueMechanic_Charge_Component_classes.hpp" +#include "SDK/BP_Buff_VersoAscendingAssault_classes.hpp" +#include "SDK/BP_BattleBuff_Followup_FreeAimCount_classes.hpp" +#include "SDK/BP_FootstepVisualComponent_classes.hpp" +#include "SDK/WBP_ArrowButton_classes.hpp" +#include "SDK/BP_DEPRECIATE_EnvironmentInteractionComponent_classes.hpp" +#include "SDK/BP_BattleCheckContext_classes.hpp" +#include "SDK/S_InputBindingParameters_structs.hpp" +#include "SDK/WBP_GM_SkillElementShort_classes.hpp" +#include "SDK/S_LoadGameOverrideParameters_structs.hpp" +#include "SDK/S_GearSetManagerParameters_structs.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Nicolas_classes.hpp" +#include "SDK/CTS_NSans5_Lumina_classes.hpp" +#include "SDK/BP_Character_Camp_Maelle_CivilianIntroSkin_classes.hpp" +#include "SDK/CTS_H2_Title_classes.hpp" +#include "SDK/CTS_B0_Hant_classes.hpp" +#include "SDK/ABP_PostProcess_Potato_Tank_structs.hpp" +#include "SDK/ABP_PostProcess_Potato_Tank_classes.hpp" +#include "SDK/WBP_ExplorationPromptHint_classes.hpp" +#include "SDK/CamShake_GrappleEnd_classes.hpp" +#include "SDK/FAudioBattle_BuffActivation_structs.hpp" +#include "SDK/ABP_PostProcess_Maelle_Baguette_structs.hpp" +#include "SDK/ABP_PostProcess_Maelle_Baguette_classes.hpp" +#include "SDK/BP_CollisionPresetsApplierComponent_classes.hpp" +#include "SDK/BTDecorator_ActorIsInFreeAim_classes.hpp" +#include "SDK/BP_CollisionPresetsClimbableApplierComponent_classes.hpp" +#include "SDK/BP_SmartObjectInteractorComponent_classes.hpp" +#include "SDK/BP_EnviroDestructible_Props_classes.hpp" +#include "SDK/BTService_UpdateSmartObjectParameters_classes.hpp" +#include "SDK/WBP_CommonBoundActionButton_classes.hpp" +#include "SDK/E_FreezeFrame_structs.hpp" +#include "SDK/ALS_PlayerCameraManager_classes.hpp" +#include "SDK/S_QuestObjectiveUIData_structs.hpp" +#include "SDK/WBP_CinematicControls_classes.hpp" +#include "SDK/S_QuestObjective_structs.hpp" +#include "SDK/CTS_B4_SmallLine_Outline_classes.hpp" +#include "SDK/WBP_VictoryHeader_classes.hpp" +#include "SDK/CTS_B0_JP_classes.hpp" +#include "SDK/BP_CharacterFaceBase_classes.hpp" +#include "SDK/WBP_LevelNameWidget_classes.hpp" +#include "SDK/WBP_Settings_GeneralOptionsList_classes.hpp" +#include "SDK/FCreditsParagraph_structs.hpp" +#include "SDK/WBP_EndBattle_CharacterEntry_classes.hpp" +#include "SDK/BP_DataAsset_GameCredits_classes.hpp" +#include "SDK/BP_GameAction_RemoveItemFromInventory_classes.hpp" +#include "SDK/WBP_Button_TopMenu_Horizontal_classes.hpp" +#include "SDK/OverlayStateButtonParams_structs.hpp" +#include "SDK/S_LootDialogue_structs.hpp" +#include "SDK/OverlayStateSwitcher_classes.hpp" +#include "SDK/BTTask_NoOperation_classes.hpp" +#include "SDK/WBP_BS_WeaponUpgrade_classes.hpp" +#include "SDK/BP_GPE_IndexSelectorComponent_classes.hpp" +#include "SDK/S_CameraOverrideParameters_structs.hpp" +#include "SDK/WBP_TurnOrder_PortraitBackground_Enemy_classes.hpp" +#include "SDK/WBP_TurnOrder_PortraitBackground_Ally_classes.hpp" +#include "SDK/WBP_APShard_Lost_classes.hpp" +#include "SDK/BP_BattleAction_DataAsset_classes.hpp" +#include "SDK/BPI_DialogueCharacter_classes.hpp" +#include "SDK/CR_Face_Cine_Rotation_classes.hpp" +#include "SDK/BP_MPClevelGlobalParams_classes.hpp" +#include "SDK/BS_FluxBuoyancyPontoon_structs.hpp" +#include "SDK/BP_BattleBuffInstance_AggregatorBase_classes.hpp" +#include "SDK/FKeyVisualInfo_structs.hpp" +#include "SDK/WBP_WatermarkOverlay_classes.hpp" +#include "SDK/BP_SpawnerExtended_classes.hpp" +#include "SDK/CTS_B1First_classes.hpp" +#include "SDK/CTS_B0First_RU_classes.hpp" +#include "SDK/BP_GameActionInstance_SetEnableAutoSave_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_C_Var3_classes.hpp" +#include "SDK/CTS_B0First_classes.hpp" +#include "SDK/BP_TrailSource_Component_classes.hpp" +#include "SDK/Shake_Rope_Starting_classes.hpp" +#include "SDK/S_FreeAimTargetData_structs.hpp" +#include "SDK/BP_ItemSorterAbstract_classes.hpp" +#include "SDK/S_RichTextDecorator_KeywordStyle_structs.hpp" +#include "SDK/BP_GameAction_SetQuestObjectiveStatus_classes.hpp" +#include "SDK/BP_LightPerturbatorArea_classes.hpp" +#include "SDK/S_AchievementPlatformData_structs.hpp" +#include "SDK/WBP_TargetWidget_classes.hpp" +#include "SDK/BP_ItemSorter_ByType_classes.hpp" +#include "SDK/WBP_HUD_AP_ICO_classes.hpp" +#include "SDK/WBP_Background_Raw_List_classes.hpp" +#include "SDK/BP_GameAction_SetQuestStatus_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Items_Var2_classes.hpp" +#include "SDK/EGameDirectorTargetType_structs.hpp" +#include "SDK/WBP_jRPG_InventorySlot_classes.hpp" +#include "SDK/EBattleHitBy_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_SCIEL_MessyBun_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_SCIEL_MessyBun_classes.hpp" +#include "SDK/CamShake_GrappleMovementEnd_classes.hpp" +#include "SDK/BP_CharacterData_classes.hpp" +#include "SDK/EPermeateIntensity_structs.hpp" +#include "SDK/BP_EyeEffectsControllerComponent_classes.hpp" +#include "SDK/WBP_NotificationBullet_classes.hpp" +#include "SDK/WBP_BreakBar_classes.hpp" +#include "SDK/WBP_APShard_Single_classes.hpp" +#include "SDK/S_Loot_structs.hpp" +#include "SDK/S_QuestObjectiveToDialogue_structs.hpp" +#include "SDK/S_MainChar_SideQuestUnlock_structs.hpp" +#include "SDK/BP_TutorialListener_CardCompletedDispatcher_classes.hpp" +#include "SDK/TargetPoint_Blueprint_classes.hpp" +#include "SDK/WBP_jRPG_StatSlot_classes.hpp" +#include "SDK/LightHitShake_classes.hpp" +#include "SDK/BS_InteractionSource_structs.hpp" +#include "SDK/BPI_AnimCommunication_classes.hpp" +#include "SDK/WBP_NamedFloatSelector_classes.hpp" +#include "SDK/WBP_PassiveEffectsSetIcon_classes.hpp" +#include "SDK/BP_FL_DialogueHelpers_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_B_Var1_classes.hpp" +#include "SDK/BP_Cine_ExitPoint_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_3_Michel_HoldPhoto_classes.hpp" +#include "SDK/WBP_Name_UniqueMechanics_classes.hpp" +#include "SDK/S_PostCinematicParameters_structs.hpp" +#include "SDK/BP_InteractiveBattleMusicController_classes.hpp" +#include "SDK/S_TriggerCinematicVariables_structs.hpp" +#include "SDK/Face_AnimBP_Companion_structs.hpp" +#include "SDK/Face_AnimBP_Companion_classes.hpp" +#include "SDK/WBP_PhotoModeSettingsMenu_classes.hpp" +#include "SDK/Bow_AnimBP_structs.hpp" +#include "SDK/Bow_AnimBP_classes.hpp" +#include "SDK/BP_AudioControlSystem_Battle_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Faces_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Faces_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_classes.hpp" +#include "SDK/MantleComponent_classes.hpp" +#include "SDK/BP_WP_StreamingSourceVolume_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Background_classes.hpp" +#include "SDK/BP_GameAction_SetEnableAutoSave_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Gradient_Var1_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Skills_Var3_classes.hpp" +#include "SDK/BPI_ExplorationAttack_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Attack_Var4_classes.hpp" +#include "SDK/WBP_Settings_SoundOptions_classes.hpp" +#include "SDK/WBP_BattleWheelButton_Aim_Var5_classes.hpp" +#include "SDK/WBP_MediaPlayerCinematic_classes.hpp" +#include "SDK/Shake_Rope_Moving_classes.hpp" +#include "SDK/BPI_GPE_Interface_classes.hpp" +#include "SDK/BPI_GPE_OrchestratorInterface_classes.hpp" +#include "SDK/WBP_AttributesWheel_classes.hpp" +#include "SDK/FL_CommonUIHelpers_classes.hpp" +#include "SDK/BP_CommonUIDefaultInputData_classes.hpp" +#include "SDK/BP_PostProcessGradient_classes.hpp" +#include "SDK/ABP_PostProcess_Hair_GUSTAVE_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_GUSTAVE_classes.hpp" +#include "SDK/WBP_BattleTransition_classes.hpp" +#include "SDK/ALS_Player_Controller_classes.hpp" +#include "SDK/WBP_Settings_GraphicsOptions_classes.hpp" +#include "SDK/S_Dialogue_AnimationParameters_structs.hpp" +#include "SDK/FRichDialogueLine_structs.hpp" +#include "SDK/S_Tutorial_structs.hpp" +#include "SDK/BP_PassiveEffectsSetManager_classes.hpp" +#include "SDK/WBP_MM_BackupSavesBox_classes.hpp" +#include "SDK/WBP_HUD_CharacterStatusBar_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Male_3_Malo_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Catherine_classes.hpp" +#include "SDK/WBP_LoadingScreen_classes.hpp" +#include "SDK/WBP_BackgroundDialog_classes.hpp" +#include "SDK/BP_GameActionInstance_SetExplorationCapacityUnlocked_classes.hpp" +#include "SDK/WBP_GM_HorizontalSeparator_classes.hpp" +#include "SDK/EMissReason_structs.hpp" +#include "SDK/BPI_ReadOnlyControl_classes.hpp" +#include "SDK/WBP_PhotoModeInputsContainer_classes.hpp" +#include "SDK/WBP_GM_Secondary_BottomTop_classes.hpp" +#include "SDK/BP_FreeAimCamera_classes.hpp" +#include "SDK/Shake_Rope_End_classes.hpp" +#include "SDK/WBP_SkillTreeConnection_classes.hpp" +#include "SDK/WBP_SFKey_classes.hpp" +#include "SDK/BP_ConditionChecker_PersistentFlag_classes.hpp" +#include "SDK/E_jRPG_CameraPathType_structs.hpp" +#include "SDK/BP_jRPG_DynamicCameraPath_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Benoit_classes.hpp" +#include "SDK/BP_DataAsset_CharacterDebugSave_classes.hpp" +#include "SDK/BP_GameActionInstance_DeactivateExplorationControlBusMix_classes.hpp" +#include "SDK/WBP_ItemUnlockConditionCard_classes.hpp" +#include "SDK/WBP_Tuto_BlurIndicator_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_B_Var3_classes.hpp" +#include "SDK/FBattleTurnSequence_CharacterData_structs.hpp" +#include "SDK/BP_SkillDataComponent_OverchargeOnBuff_classes.hpp" +#include "SDK/ABP_Maelle_NPC_structs.hpp" +#include "SDK/ABP_Maelle_NPC_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_Danseuse2_classes.hpp" +#include "SDK/BP_SkillComponentScript_ApplyBuffOnBattleStart_classes.hpp" +#include "SDK/BP_SkillDataComponent_ApplyBuffOnBattleStart_classes.hpp" +#include "SDK/BP_FL_CharacterDataHelpers_classes.hpp" +#include "SDK/EFootstepsType_structs.hpp" +#include "SDK/Face_PostProcess_AnimBP_MainChar_structs.hpp" +#include "SDK/Face_PostProcess_AnimBP_MainChar_classes.hpp" +#include "SDK/BPI_AudioCharacterManager_classes.hpp" +#include "SDK/BPI_AudioBattleCharacterManager_classes.hpp" +#include "SDK/BP_GPE_SerializableComponent_classes.hpp" +#include "SDK/BP_CharacterBattle_Dummy_classes.hpp" +#include "SDK/S_SkillIconsDataRow_structs.hpp" +#include "SDK/WBP_BattleCard_EffectBox_classes.hpp" +#include "SDK/BP_AchievementValidator_ConditionChecker_classes.hpp" +#include "SDK/BP_jRPG_GameSave_classes.hpp" +#include "SDK/AC_jRPG_CharacterBattleStats_classes.hpp" +#include "SDK/S_AchievementDefinition_structs.hpp" +#include "SDK/BP_EntitlementDataUpdaterBase_classes.hpp" +#include "SDK/S_EntitlementData_structs.hpp" +#include "SDK/WBP_DialogNotifLine_classes.hpp" +#include "SDK/S_GameFlowTransitionState_structs.hpp" +#include "SDK/Decorator_PlatformIconSet_classes.hpp" +#include "SDK/BP_InputManager_classes.hpp" +#include "SDK/CTS_NSerif6_Outline_classes.hpp" +#include "SDK/AN_BattleHitByCommon_classes.hpp" +#include "SDK/CTS_B1_classes.hpp" +#include "SDK/PDA_FluxCoastlineState_classes.hpp" +#include "SDK/BP_InteractionObjectBase_classes.hpp" +#include "SDK/CTS_B2_Outline_classes.hpp" +#include "SDK/CTS_B22_Outline_SmallLine_classes.hpp" +#include "SDK/WBP_Tooltip_Battle_Small_classes.hpp" +#include "SDK/WBP_StatModifier_classes.hpp" +#include "SDK/CTS_B0_classes.hpp" +#include "SDK/CTS_B3_Outline_classes.hpp" +#include "SDK/CTS_B1_TitleOutline_classes.hpp" +#include "SDK/WBP_HUD_BattleActionTooltip_classes.hpp" +#include "SDK/CTS_B2_SmallLine_Outline_classes.hpp" +#include "SDK/CTS_B4_TitleOutline_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_GommageStarts_classes.hpp" +#include "SDK/CTS_B3_Lumina_Outline_classes.hpp" +#include "SDK/CTS_B3_SmallLine_Outline_classes.hpp" +#include "SDK/CTS_B3_Title_Outline_classes.hpp" +#include "SDK/CTS_B2_Title_classes.hpp" +#include "SDK/CTS_B4_classes.hpp" +#include "SDK/CTS_B1_SmallLine_Outline_classes.hpp" +#include "SDK/WBP_Panel_Weapon_classes.hpp" +#include "SDK/CTS_B2_SmallLine_classes.hpp" +#include "SDK/WBP_WeaponPower_classes.hpp" +#include "SDK/WBP_TeamCard_CharacterStatus_classes.hpp" +#include "SDK/WBP_GM_LuminaHeader_classes.hpp" +#include "SDK/CTS_B1NSerif_classes.hpp" +#include "SDK/BP_GameActionInstance_SetCurrentParty_classes.hpp" +#include "SDK/S_Camp_ConditionalGameAction_structs.hpp" +#include "SDK/CTS_B0NSerif_classes.hpp" +#include "SDK/CTS_B0_VI_classes.hpp" +#include "SDK/CTS_B2_TitleOutline_classes.hpp" +#include "SDK/WBP_Inventory_Item_Row_classes.hpp" +#include "SDK/WBP_LuminaNameItem_classes.hpp" +#include "SDK/BP_NPC_Manor_FamilyCanvas_classes.hpp" +#include "SDK/WBP_BattleStats_Box_classes.hpp" +#include "SDK/BP_BattleModifierBuff_Challenge_Base_classes.hpp" +#include "SDK/WBP_WrappingRichText_classes.hpp" +#include "SDK/BP_DataAsset_BattleHitSound_classes.hpp" +#include "SDK/WBP_SkillDescWrappingRichText_classes.hpp" +#include "SDK/BP_FluxDataAudioComponent_classes.hpp" +#include "SDK/WBP_SaveGameNotification_classes.hpp" +#include "SDK/WBP_FirstStrike_classes.hpp" +#include "SDK/CTS_B22_Title_SmallLine_classes.hpp" +#include "SDK/CTS_B3_classes.hpp" +#include "SDK/CTS_B4_Outline_classes.hpp" +#include "SDK/WBP_JRPG_HPHealing_classes.hpp" +#include "SDK/WBP_DecoratorWidget_Keyword_classes.hpp" +#include "SDK/WBP_HeadingText_classes.hpp" +#include "SDK/BP_Spline_Palissade_classes.hpp" +#include "SDK/WBP_PassiveEffectNotification_classes.hpp" +#include "SDK/WBP_SF_RichTextBlock_classes.hpp" +#include "SDK/BP_GameAction_SetExplorationCapacityUnlocked_classes.hpp" +#include "SDK/WBP_CreditParagraph_classes.hpp" +#include "SDK/WBP_Subtitle_classes.hpp" +#include "SDK/WBP_CreditParagraphOnScreen_classes.hpp" +#include "SDK/WBP_ToastCard_classes.hpp" +#include "SDK/WBP_ToastCardFullscreenContainer_classes.hpp" +#include "SDK/FL_ToastNotificationHelpers_classes.hpp" +#include "SDK/BP_DA_IWD_data_classes.hpp" +#include "SDK/BP_GeneratedItemInfo_Item_classes.hpp" +#include "SDK/BP_GrappleHook_Rope_classes.hpp" +#include "SDK/ABP_PostProcess_RealRenoir_structs.hpp" +#include "SDK/ABP_PostProcess_RealRenoir_classes.hpp" +#include "SDK/WBP_SortDropdownEntry_classes.hpp" +#include "SDK/BP_ExplorationCapacity_TorchObject_classes.hpp" +#include "SDK/WBP_SlotSquare_CustomizationPanel_classes.hpp" +#include "SDK/BP_Arm_Ring_V2_classes.hpp" +#include "SDK/WBP_WorldMapCompass_classes.hpp" +#include "SDK/W_UseWidget_classes.hpp" +#include "SDK/BP_jRPG_GM_World_classes.hpp" +#include "SDK/BP_DataAsset_Item_Chroma_classes.hpp" +#include "SDK/BP_GPE_DebugComponent_classes.hpp" +#include "SDK/BP_InteractionSystem_classes.hpp" +#include "SDK/WBP_HUD_AimTarget_classes.hpp" +#include "SDK/BPI_Interaction_classes.hpp" +#include "SDK/ALS_CharacterBP_classes.hpp" +#include "SDK/WBP_jRPG_InteractionPopUp_classes.hpp" +#include "SDK/BP_GameAction_WritePersistentFlag_classes.hpp" +#include "SDK/AN_BattleWeaponRight_classes.hpp" +#include "SDK/BP_jRPG_Controller_World_classes.hpp" +#include "SDK/GenericFunctionLibrary_classes.hpp" +#include "SDK/BP_GameActionInstance_TriggerBattle_classes.hpp" +#include "SDK/AC_jRPG_BattleManager_classes.hpp" +#include "SDK/WBP_BuffInfoPanel_classes.hpp" +#include "SDK/BP_SaveGameObject_V1_classes.hpp" +#include "SDK/BP_GameAction_TriggerBattle_classes.hpp" +#include "SDK/BP_ItemFilter_QuestItems_classes.hpp" +#include "SDK/BP_BattleMap_classes.hpp" +#include "SDK/FPassiveEffectDataTableRow_structs.hpp" +#include "SDK/BP_BattleProp_Base_classes.hpp" +#include "SDK/BP_DataAsset_Item_classes.hpp" +#include "SDK/AC_jRPG_InventoryManager_classes.hpp" +#include "SDK/WBPI_GM_CharacterPage_classes.hpp" +#include "SDK/WBP_FullScreenNotification_GradientAttack_classes.hpp" +#include "SDK/Face_PostProcess_AnimBP_NPC_structs.hpp" +#include "SDK/Face_PostProcess_AnimBP_NPC_classes.hpp" +#include "SDK/Struct_FogQualityVars_structs.hpp" +#include "SDK/S_GameActionTriggerZoneParameters_structs.hpp" +#include "SDK/BP_jRPG_GI_Custom_classes.hpp" +#include "SDK/BP_LootSystemComponent_classes.hpp" +#include "SDK/BP_FL_RelationshipHelpers_classes.hpp" +#include "SDK/BP_GameActionInstance_AddItemToInventory_classes.hpp" +#include "SDK/WBP_GM_PromptGeneric_classes.hpp" +#include "SDK/BP_GameActionInstance_PlaySound_classes.hpp" +#include "SDK/BP_GameActionInstance_Sequential_classes.hpp" +#include "SDK/WBP_TextualInputActionBinding_classes.hpp" +#include "SDK/FSkillGraphNode_structs.hpp" +#include "SDK/BP_DataAsset_SkillGraph_classes.hpp" +#include "SDK/WBP_FullScreenNotificationContainer_classes.hpp" +#include "SDK/BP_SaveManager_classes.hpp" +#include "SDK/BP_FL_SaveGameHelpers_classes.hpp" +#include "SDK/BP_QuestSystem_classes.hpp" +#include "SDK/BP_jRPG_MapSpawnPoint_classes.hpp" +#include "SDK/S_DialogueQueueElement_structs.hpp" +#include "SDK/BP_DialogueSystemComponent_classes.hpp" +#include "SDK/BP_ExplorationProgressionSystem_classes.hpp" +#include "SDK/WBP_Settings_GeneralOptions_classes.hpp" +#include "SDK/S_BattleTowerStageData_structs.hpp" +#include "SDK/BP_BattleTowerSystem_classes.hpp" +#include "SDK/FL_BP_EntitlementHelpers_classes.hpp" +#include "SDK/BP_CineCharacter_Main_classes.hpp" +#include "SDK/BP_EntitlementManager_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_VisualEffects_classes.hpp" +#include "SDK/BP_PhotoModePawn_classes.hpp" +#include "SDK/WBP_SliderSelector_classes.hpp" +#include "SDK/WBP_Settings_OptionEntry_classes.hpp" +#include "SDK/BP_PhotoModeController_classes.hpp" +#include "SDK/FL_UIHelpers_classes.hpp" +#include "SDK/WBP_NamedValueSelector_classes.hpp" +#include "SDK/WBP_ColorSelector_classes.hpp" +#include "SDK/BP_PhotoModeLightEditor_classes.hpp" +#include "SDK/WBP_NamedBoolSelector_classes.hpp" +#include "SDK/WBP_NamedIntegerSelector_classes.hpp" +#include "SDK/WBP_InputActionBinding_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_ColorGrading_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_Camera_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_Characters_classes.hpp" +#include "SDK/WBP_PhotoModeMenuPage_Filter_classes.hpp" +#include "SDK/BP_ConditionChecker_AtLeastFinishedGameCount_classes.hpp" +#include "SDK/AC_jRPG_TargetingManager_classes.hpp" +#include "SDK/WBP_Top_MenuHorizontal_classes.hpp" +#include "SDK/WBP_ButtonBinding_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Female_2_Lucile_classes.hpp" +#include "SDK/WBP_Button_TopMenu_Horizontal_Icon_classes.hpp" +#include "SDK/WBP_PhotoModeHUD_classes.hpp" +#include "SDK/BP_PlayerCameraManager_classes.hpp" +#include "SDK/BP_ExtendedDebugCameraController_classes.hpp" +#include "SDK/BP_ExtendedCheatManager_classes.hpp" +#include "SDK/FEnemyDataRow_structs.hpp" +#include "SDK/BP_jRPG_Character_Battle_Base_classes.hpp" +#include "SDK/BP_PostProcess_Global_Sandfall_classes.hpp" +#include "SDK/WBP_QA_EditorOverlay_classes.hpp" +#include "SDK/BP_LoadingSystemComponent_classes.hpp" +#include "SDK/BP_CinematicSystem_classes.hpp" +#include "SDK/WBP_CreditOverlay_classes.hpp" +#include "SDK/WBP_PromptContainer_classes.hpp" +#include "SDK/WBP_Merchant_Item_Row_classes.hpp" +#include "SDK/BP_ItemInstance_Gear_classes.hpp" +#include "SDK/FL_ItemUpgradeHelpers_classes.hpp" +#include "SDK/S_ItemQuantity_structs.hpp" +#include "SDK/S_ItemQuantityList_structs.hpp" +#include "SDK/BP_ItemUpgradeSystem_classes.hpp" +#include "SDK/WBP_ItemIcon_classes.hpp" +#include "SDK/WBP_CustomizationIcon_classes.hpp" +#include "SDK/BP_GameMenu_Noah_classes.hpp" +#include "SDK/WBP_PictoIcon_classes.hpp" +#include "SDK/WBP_CharacterSelectorPanel_classes.hpp" +#include "SDK/WBP_Exploration_HUD_classes.hpp" +#include "SDK/WBP_ItemDetailsPanel_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Family_classes.hpp" +#include "SDK/WBP_ItemDetailsCard_classes.hpp" +#include "SDK/BP_HaussmannBuilding05_classes.hpp" +#include "SDK/WBP_PictoTooltip_classes.hpp" +#include "SDK/WBP_HUD_DriveG_TimeContainer_classes.hpp" +#include "SDK/WBP_WeaponTooltip_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Female_2_Armande_classes.hpp" +#include "SDK/WBP_SortDropdown_classes.hpp" +#include "SDK/BP_jRPG_NPC_Dialog_classes.hpp" +#include "SDK/BP_SpawnPointLevelProto_classes.hpp" +#include "SDK/BP_LightingScenarioReference_classes.hpp" +#include "SDK/GameFlowFunctionLibrary_classes.hpp" +#include "SDK/FLevelDataEntry_structs.hpp" +#include "SDK/BP_FL_SpawnPointHelpers_classes.hpp" +#include "SDK/BP_LighingScenarioMain_DONOTTOUCH_classes.hpp" +#include "SDK/TeleportPoint_DEBUG_classes.hpp" +#include "SDK/FL_GameActionHelpers_classes.hpp" +#include "SDK/BP_ShortJumper_classes.hpp" +#include "SDK/NPC_Base_classes.hpp" +#include "SDK/BP_DialogSystem_classes.hpp" +#include "SDK/W_DialogBox_classes.hpp" +#include "SDK/W_DialogEntry_classes.hpp" +#include "SDK/BP_Dialogue_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Female_2_classes.hpp" +#include "SDK/ABP_Humanoid_NPC_structs.hpp" +#include "SDK/ABP_Humanoid_NPC_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Expeditioner_Raphael_classes.hpp" +#include "SDK/AN_BattleStep_classes.hpp" +#include "SDK/S_BattleHitSoundOverrideHandle_structs.hpp" +#include "SDK/BP_FreeAimProjectile_Base_classes.hpp" +#include "SDK/BP_WorldSkill_Syph_Arrow_classes.hpp" +#include "SDK/BattleBuffInterface_classes.hpp" +#include "SDK/BP_FreeAimTargetPart_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_1_Carla_classes.hpp" +#include "SDK/BPI_FreeAimTarget_World_classes.hpp" +#include "SDK/BP_Dialogue_Gardens_GustaveFlower_classes.hpp" +#include "SDK/BP_ClimbingComponent_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V3_To_V4_classes.hpp" +#include "SDK/SMBP_BuildingHaussmannA_classes.hpp" +#include "SDK/BP_SaveGameObject_V3_classes.hpp" +#include "SDK/BP_SaveGameObject_V4_classes.hpp" +#include "SDK/BP_Dialogue_Gardens_Maelle_FlowerReminder_classes.hpp" +#include "SDK/BP_SaveGameObject_V5_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V5_To_V6_classes.hpp" +#include "SDK/FL_GameConstants_classes.hpp" +#include "SDK/WBP_SkillTreeElement_classes.hpp" +#include "SDK/BP_SaveGameObjectUpgrader_V1_To_V2_classes.hpp" +#include "SDK/S_SaveGameObjectUpgraderData_structs.hpp" +#include "SDK/BTTask_SetNextTargetPoint_classes.hpp" +#include "SDK/BP_EnemyGroup_classes.hpp" +#include "SDK/BP_Enemy_SerializableComponent_classes.hpp" +#include "SDK/WBP_Settings_GameplayOptions_classes.hpp" +#include "SDK/BTTask_UpdateFleePointParameters_classes.hpp" +#include "SDK/BP_FleePoint_classes.hpp" +#include "SDK/BP_ACTIVATELightingScenario_classes.hpp" +#include "SDK/BP_GameAction_Conditional_classes.hpp" +#include "SDK/BTTask_SetCurrentFleePoint_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_HotelLove_classes.hpp" +#include "SDK/BP_FL_EnemyDataHelpers_classes.hpp" +#include "SDK/BTService_UpdateSpeedRelatedToDistance_classes.hpp" +#include "SDK/BP_JournalViewItem_classes.hpp" +#include "SDK/WBP_JournalContent_classes.hpp" +#include "SDK/WBP_MM_LevelIcon_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Teen_female_classes.hpp" +#include "SDK/WBP_CommonActionBarContainer_classes.hpp" +#include "SDK/BP_ItemInstance_Gear_Weapon_classes.hpp" +#include "SDK/ABP_PostProcess_Maelle_Civil_structs.hpp" +#include "SDK/ABP_PostProcess_Maelle_Civil_classes.hpp" +#include "SDK/WBP_PictoCartridge_classes.hpp" +#include "SDK/S_CharacterAnimationParameters_structs.hpp" +#include "SDK/BP_GameAction_PlayCharacterAnimation_classes.hpp" +#include "SDK/WBP_WeaponAttackType_classes.hpp" +#include "SDK/WBP_WeaponLevelTooltip_classes.hpp" +#include "SDK/WBP_TypeSelector_Generic_classes.hpp" +#include "SDK/WBP_TypeSelector_Button_Generic_classes.hpp" +#include "SDK/WBP_PassivePopupContainer_classes.hpp" +#include "SDK/WBP_ItemFilterSelector_classes.hpp" +#include "SDK/S_jRPG_Enemy_structs.hpp" +#include "SDK/BP_ItemFilter_Base_classes.hpp" +#include "SDK/BPI_ItemFilterInterface_classes.hpp" +#include "SDK/BP_ItemFilterAbstract_ItemType_classes.hpp" +#include "SDK/BP_ItemSorter_ByAcquisitionDate_classes.hpp" +#include "SDK/BP_FreeAimProjectile_Battle_classes.hpp" +#include "SDK/BP_ItemFilter_Weapons_classes.hpp" +#include "SDK/WBP_PictoLevel_classes.hpp" +#include "SDK/BP_ItemFilter_OtherItems_classes.hpp" +#include "SDK/WBP_Items_Panel_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_A_Var3_classes.hpp" +#include "SDK/BP_GameMenuScene_classes.hpp" +#include "SDK/WBP_HealthBar_classes.hpp" +#include "SDK/BP_AnimNotifyState_ClimbingMovement_classes.hpp" +#include "SDK/BP_AudioCharacter_BattleManager_classes.hpp" +#include "SDK/WBP_HealingElixirCount_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Gardens_GustaveFlower_classes.hpp" +#include "SDK/AC_jRPG_CharactersManager_classes.hpp" +#include "SDK/WBP_Settings_GameplayOptionsList_classes.hpp" +#include "SDK/WBP_SkillTooltip_classes.hpp" +#include "SDK/WBP_GM_CharacterSheet_classes.hpp" +#include "SDK/Enum_Fog_Quality_structs.hpp" +#include "SDK/WBP_CombatStatsPanel_classes.hpp" +#include "SDK/WBP_ExperienceBar_classes.hpp" +#include "SDK/BP_AchievementManager_classes.hpp" +#include "SDK/BP_FL_AchievementHelpers_classes.hpp" +#include "SDK/BP_WeaponViewItem_classes.hpp" +#include "SDK/ABP_PostProcess_Lune_V2_structs.hpp" +#include "SDK/ABP_PostProcess_Lune_V2_classes.hpp" +#include "SDK/BP_BattleBuffInstance_classes.hpp" +#include "SDK/WBP_WeaponsList_classes.hpp" +#include "SDK/WBP_Raw_Attributes_Display_classes.hpp" +#include "SDK/WBP_AttributesStatsPanel_classes.hpp" +#include "SDK/BTService_AICompanion_UpdateDestination_classes.hpp" +#include "SDK/WBP_Panel_Stats_classes.hpp" +#include "SDK/WBP_CharacterSelector_classes.hpp" +#include "SDK/WBP_CharacterSelectorButton_classes.hpp" +#include "SDK/BP_ExplorationCapacityComponent_FreeAimTeleport_classes.hpp" +#include "SDK/WBP_PictoSlot_classes.hpp" +#include "SDK/BP_PictoViewItem_classes.hpp" +#include "SDK/WBP_Panel_PictosElement_classes.hpp" +#include "SDK/WBP_FavoriteBullet_classes.hpp" +#include "SDK/BP_Pawn_AICompanion_classes.hpp" +#include "SDK/FCharacterAssignedEquipment_structs.hpp" +#include "SDK/WBP_Panel_Pictos_classes.hpp" +#include "SDK/WBP_GM_COV_LuminaPanel_classes.hpp" +#include "SDK/EFieldActivationType_structs.hpp" +#include "SDK/BP_PassiveEffectInstance_classes.hpp" +#include "SDK/WBP_GM_COV_LuminaElement_classes.hpp" +#include "SDK/WBP_COV_WeaponElement_classes.hpp" +#include "SDK/WBP_COV_PictosElement_classes.hpp" +#include "SDK/BP_GameActionInstance_SetQuestStatus_classes.hpp" +#include "SDK/WBP_GM_COV_WeaponPictosPanel_classes.hpp" +#include "SDK/WBP_GM_CharacterOverview_classes.hpp" +#include "SDK/WBP_GM_SkillsList_classes.hpp" +#include "SDK/WBP_Category_Customization_classes.hpp" +#include "SDK/WBP_GM_LuminaElementShort_classes.hpp" +#include "SDK/WBP_CombatStat_classes.hpp" +#include "SDK/BP_TeamMotivationGenerator_classes.hpp" +#include "SDK/WBP_AttributeStat_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_2_Noah_classes.hpp" +#include "SDK/WBP_GearSetEditableLabel_classes.hpp" +#include "SDK/WBP_GearSetModal_classes.hpp" +#include "SDK/WBP_PassiveEffectsSetUpdateModal_classes.hpp" +#include "SDK/BP_GearSetViewItem_classes.hpp" +#include "SDK/WBP_PassiveEffectsSet_LuminaNameItem_classes.hpp" +#include "SDK/BP_PassiveEffectsSetViewItem_classes.hpp" +#include "SDK/BP_FluxSurfaceCutMask_classes.hpp" +#include "SDK/WBP_ScrollHint_classes.hpp" +#include "SDK/WBP_PassiveEffectsSetCreateModal_classes.hpp" +#include "SDK/WBP_PassiveEffectsSetElement_classes.hpp" +#include "SDK/WBP_PassiveEffectsSetManagementModal_classes.hpp" +#include "SDK/BP_GearSetManager_classes.hpp" +#include "SDK/WBP_OpenPassiveEffectsSetModalButton_classes.hpp" +#include "SDK/WBP_GM_Luminas_Panel_classes.hpp" +#include "SDK/AC_jRPG_DynamicCameraManager_classes.hpp" +#include "SDK/WBP_GM_CharacterMenuContainer_classes.hpp" +#include "SDK/BP_WeaponSkin_classes.hpp" +#include "SDK/BP_DataAsset_Item_Pictos_classes.hpp" +#include "SDK/AN_ExploBreath_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Monoco_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Monoco_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Gustave_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Gustave_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Sciel_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Sciel_classes.hpp" +#include "SDK/BP_Dialogue_Eloise_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Maelle_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Maelle_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Verso_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Verso_classes.hpp" +#include "SDK/WBP_CharacterCardButton_classes.hpp" +#include "SDK/BP_CharacterVisualAlterationsComponent_classes.hpp" +#include "SDK/BP_CharacterSkinBase_classes.hpp" +#include "SDK/BP_BattleBuff_Stun_classes.hpp" +#include "SDK/S_ConditionalDataLayers_structs.hpp" +#include "SDK/BP_ConditionalDataLayersManager_classes.hpp" +#include "SDK/BP_ExplorationCapacityComponent_FreeAimDamage_classes.hpp" +#include "SDK/FL_BattleHelpers_classes.hpp" +#include "SDK/IBattleDamageSource_classes.hpp" +#include "SDK/BP_BattleDamages_classes.hpp" +#include "SDK/Action_AddBuff_classes.hpp" +#include "SDK/BP_BattleEvent_Base_classes.hpp" +#include "SDK/WBP_BattleInput_PlayerTurn_classes.hpp" +#include "SDK/WBP_JRPG_Missed_classes.hpp" +#include "SDK/FL_SkillDataHelpers_classes.hpp" +#include "SDK/BP_SkillDataComponentScript_classes.hpp" +#include "SDK/WBP_JRPG_Nullified_classes.hpp" +#include "SDK/BP_SkillDataComponent_PerformBreakStun_classes.hpp" +#include "SDK/BP_Dialogue_WayDown_Family_classes.hpp" +#include "SDK/WBP_HUD_SkillButton_Big_classes.hpp" +#include "SDK/WBP_JRPG_Countered_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_A_Var1_classes.hpp" +#include "SDK/WBP_JRPG_Jumped_classes.hpp" +#include "SDK/BP_BattleListener_classes.hpp" +#include "SDK/WBP_jRPG_BattleEndCharacterSlot_classes.hpp" +#include "SDK/WBP_jRPG_GameOverScreen_classes.hpp" +#include "SDK/WBP_EndBattle_ExperienceBar_classes.hpp" +#include "SDK/WBP_EndBattle_CharacterPicto_classes.hpp" +#include "SDK/WBP_EndBattle_CharacterBox_classes.hpp" +#include "SDK/WBP_BattleLoot_Weapon_classes.hpp" +#include "SDK/WBP_BattleLoot_Box_classes.hpp" +#include "SDK/BP_FunctionLibrary_DT_Enemies_Accessor_classes.hpp" +#include "SDK/WBP_HUD_GM_EndBattle_Panel_classes.hpp" +#include "SDK/BP_LastStandSystem_classes.hpp" +#include "SDK/AC_jRPG_CombatMovement_classes.hpp" +#include "SDK/BP_EpicBattleSequenceActor_classes.hpp" +#include "SDK/BP_BattleSequenceTimeline_classes.hpp" +#include "SDK/BP_ConditionChecker_PlayedDialogue_classes.hpp" +#include "SDK/BP_SaveGameData_classes.hpp" +#include "SDK/WBP_Battle_Boss_OverheadState_classes.hpp" +#include "SDK/WBP_HUD_DamageFeedback_classes.hpp" +#include "SDK/BP_GameDirectorComponent_classes.hpp" +#include "SDK/BP_TargetingGroup_classes.hpp" +#include "SDK/WBP_HUD_BattleScreen_classes.hpp" +#include "SDK/SMBP_BuildingHaussmannE_classes.hpp" +#include "SDK/BP_BattleBuffComponent_classes.hpp" +#include "SDK/BE_SurfaceMesh_structs.hpp" +#include "SDK/WBP_HUD_Battle_CharacterPortrait_classes.hpp" +#include "SDK/WBP_Battle_CharacterOverheadState_classes.hpp" +#include "SDK/BP_BattleLinesModel_Base_classes.hpp" +#include "SDK/BP_DataAsset_Item_Shard_classes.hpp" +#include "SDK/WBP_LGUI_BattleWheelRoot_classes.hpp" +#include "SDK/WBP_HUD_WheelsContainer_classes.hpp" +#include "SDK/WBP_HUD_SkillWheel_classes.hpp" +#include "SDK/WBP_Debug_BattleDamageDetails_classes.hpp" +#include "SDK/WBP_Tooltip_BattleScreen_classes.hpp" +#include "SDK/WBP_HUD_DefenseButton_classes.hpp" +#include "SDK/WBP_BattleInput_EnemyTurn_classes.hpp" +#include "SDK/WBP_HUD_Battle_TargetingControls_classes.hpp" +#include "SDK/WBP_Battle_JumpCounterHint_classes.hpp" +#include "SDK/BP_InvisibleWall_NavModifier_classes.hpp" +#include "SDK/BP_BattleBuffInstanceWrapper_classes.hpp" +#include "SDK/WBP_CharacterStatusPanel_classes.hpp" +#include "SDK/WBP_TurnOrder_Background_ActiveCharacter_classes.hpp" +#include "SDK/WBP_HUD_TurnOrder_Portrait_classes.hpp" +#include "SDK/ABP_PostProcess_HairVar_VERSO_Samourai_structs.hpp" +#include "SDK/ABP_PostProcess_HairVar_VERSO_Samourai_classes.hpp" +#include "SDK/BTTask_TeleportToDestination_classes.hpp" +#include "SDK/S_ItemQuantityPerWeaponUpgrade_structs.hpp" +#include "SDK/AN_BattleDeathCommon_classes.hpp" +#include "SDK/BP_WeaponSkin_Noah_Base_classes.hpp" +#include "SDK/BP_WallCorner_classes.hpp" +#include "SDK/ABP_CinematicCharacter_structs.hpp" +#include "SDK/ABP_CinematicCharacter_classes.hpp" +#include "SDK/ABP_Facial_Cine_Main_structs.hpp" +#include "SDK/ABP_Facial_Cine_Main_classes.hpp" +#include "SDK/BP_CinematicCharacterSkinComponent_classes.hpp" +#include "SDK/BP_GroupingPolicy_Base_classes.hpp" +#include "SDK/BP_ItemInstance_Inventory_classes.hpp" +#include "SDK/WBP_BattleEffectsBox_classes.hpp" +#include "SDK/WBP_CharacterHealthBar_classes.hpp" +#include "SDK/FL_StatusEffectsHelpers_classes.hpp" +#include "SDK/WBP_JRPG_APChange_classes.hpp" +#include "SDK/BP_GeneratedItemInfo_UpgradableItem_classes.hpp" +#include "SDK/Skill_AOECounter_V1_classes.hpp" +#include "SDK/OLD_ABP_Battle_Parent_structs.hpp" +#include "SDK/OLD_ABP_Battle_Parent_classes.hpp" +#include "SDK/AC_jRPG_ActionsManager_classes.hpp" +#include "SDK/S_jRPG_Encounter_structs.hpp" +#include "SDK/FL_EnemyScalingHelpers_classes.hpp" +#include "SDK/AN_ENM_IsBattle_classes.hpp" +#include "SDK/BP_DataAsset_Item_CharacterFace_classes.hpp" +#include "SDK/BP_DataAsset_Item_CharacterSkin_classes.hpp" +#include "SDK/BP_BattleBuff_Burn_classes.hpp" +#include "SDK/BP_Dialogue_Nicolas_classes.hpp" +#include "SDK/BP_Dialogue_Benoit_classes.hpp" +#include "SDK/WBP_Loot_WeaponCurrency_classes.hpp" +#include "SDK/BP_BattleBuff_BurnAggregator_classes.hpp" +#include "SDK/BP_LU_ProRetreat_classes.hpp" +#include "SDK/S_jRPG_Action_structs.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Victor_classes.hpp" +#include "SDK/BP_BattleBuff_PerfectionManager_classes.hpp" +#include "SDK/BP_PerfectionMechanicComponent_classes.hpp" +#include "SDK/BP_BattleDamagePerfectionChangeEvent_classes.hpp" +#include "SDK/WBP_UniqueMechanics_DescriptionText_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_Danseuse_Sciel_classes.hpp" +#include "SDK/BP_ConditionChecker_HasCharacterReachLevel_classes.hpp" +#include "SDK/WBP_UniqueMechanic_Perfection_classes.hpp" +#include "SDK/WBP_Perfection_Letter_Gauge_classes.hpp" +#include "SDK/WBP_Loot_Base_classes.hpp" +#include "SDK/WBP_HUD_LootQueue_classes.hpp" +#include "SDK/WBP_Loot_PictoCurrency_classes.hpp" +#include "SDK/WBP_Loot_Currency_classes.hpp" +#include "SDK/WBP_Loot_WeaponUpgrade_classes.hpp" +#include "SDK/WBP_PictoCombatStat_classes.hpp" +#include "SDK/WBP_Loot_Picto_classes.hpp" +#include "SDK/WBP_Loot_PictoUpgrade_classes.hpp" +#include "SDK/FL_LootSystemHelpers_classes.hpp" +#include "SDK/BP_Merchant_SerializableComponent_classes.hpp" +#include "SDK/WBP_Loot_Customization_classes.hpp" +#include "SDK/WBP_Loot_Weapon_classes.hpp" +#include "SDK/WBP_PauseMenu_classes.hpp" +#include "SDK/WBP_Loot_PassiveEffect_classes.hpp" +#include "SDK/BS_FluxInteractionData_structs.hpp" +#include "SDK/WBP_TeamStatusEntry_classes.hpp" +#include "SDK/WBP_ScreenPromptsContainer_classes.hpp" +#include "SDK/BP_ConditionChecker_AtLeastAmountOfSkillUnlocked_classes.hpp" +#include "SDK/WBP_HintOverlay_classes.hpp" +#include "SDK/BP_ExplorationPromptHintPool_classes.hpp" +#include "SDK/BP_LevelAmbienceArea_classes.hpp" +#include "SDK/WBP_ExplorationPrompt_classes.hpp" +#include "SDK/WBP_OverlayQuestObjective_classes.hpp" +#include "SDK/BP_FL_MainQuestHelper_classes.hpp" +#include "SDK/WBP_Dialogue_ChoiceOption_classes.hpp" +#include "SDK/WBP_DialogueContainer_classes.hpp" +#include "SDK/BP_MiniMapCapture_classes.hpp" +#include "SDK/WBP_LevelEntrancePOI_classes.hpp" +#include "SDK/WBP_MiniMap_Main_classes.hpp" +#include "SDK/BP_jRPG_MapTeleportPoint_classes.hpp" +#include "SDK/WBP_WorldMapPromptContainer_classes.hpp" +#include "SDK/WBP_Settings_ControllerLayout_classes.hpp" +#include "SDK/WBP_Settings_ControlsPage_classes.hpp" +#include "SDK/BP_CharacterReactionSystem_classes.hpp" +#include "SDK/WBP_Settings_OptionsList_Abstract_classes.hpp" +#include "SDK/WBP_Settings_InputOptionsList_classes.hpp" +#include "SDK/WBP_Settings_GenericPage_classes.hpp" +#include "SDK/WBP_Settings_InputOptions_classes.hpp" +#include "SDK/BP_Character_Camp_Lune_classes.hpp" +#include "SDK/WBP_Settings_OptionTooltip_classes.hpp" +#include "SDK/BP_GameDifficultyManager_classes.hpp" +#include "SDK/BP_FL_GameDifficultyHelpers_classes.hpp" +#include "SDK/WBP_Settings_SoundOptionsList_classes.hpp" +#include "SDK/WBP_Settings_AccessibilityOptionsList_classes.hpp" +#include "SDK/BP_GameActionInstance_RemoveExternalCompanion_classes.hpp" +#include "SDK/BPI_FluxTickableEditorCallback_classes.hpp" +#include "SDK/WBP_Settings_MappingOptionEntry_classes.hpp" +#include "SDK/WBP_Settings_StartGameOptions_classes.hpp" +#include "SDK/WBP_NamedIntPointSelector_classes.hpp" +#include "SDK/BP_GameActionInstance_CinematicWithLightingScenario_classes.hpp" +#include "SDK/WBP_Settings_GraphicsOptionsList_classes.hpp" +#include "SDK/BP_DataAsset_BattleChallenge_classes.hpp" +#include "SDK/BP_DataAsset_BattleChallenge_Numeric_classes.hpp" +#include "SDK/BP_BattleBuff_Modifier_Base_classes.hpp" +#include "SDK/WBP_GM_Settings_Page_classes.hpp" +#include "SDK/BP_Chest_Regular_classes.hpp" +#include "SDK/BP_LightSafeArea_classes.hpp" +#include "SDK/BPC_LightAreaMecanic_classes.hpp" +#include "SDK/BP_ProtoArmRingLight_classes.hpp" +#include "SDK/ABP_Rope_structs.hpp" +#include "SDK/ABP_Rope_classes.hpp" +#include "SDK/BP_CameraLookAtControllerComponent_classes.hpp" +#include "SDK/BPI_CustomMovementCharacter_classes.hpp" +#include "SDK/ABP_CustomMovement_structs.hpp" +#include "SDK/ABP_CustomMovement_classes.hpp" +#include "SDK/ALS_UE5_AnimBP_structs.hpp" +#include "SDK/ALS_UE5_AnimBP_classes.hpp" +#include "SDK/BP_ExplorationCapacityComponent_GrappleHook_classes.hpp" +#include "SDK/BP_Component_WorldAnimationProfile_classes.hpp" +#include "SDK/ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_LUNE_Rebelious_Skeleton_AnimBlueprint_classes.hpp" +#include "SDK/ALS_AnimBP_structs.hpp" +#include "SDK/ALS_AnimBP_classes.hpp" +#include "SDK/DebugComponent_classes.hpp" +#include "SDK/BP_Interaction_SerializableComponent_classes.hpp" +#include "SDK/BTService_UpdateDesiredGait_classes.hpp" +#include "SDK/BTService_AICompanion_UpdateBlackboardValues_classes.hpp" +#include "SDK/BP_AIController_AICompanion_classes.hpp" +#include "SDK/Face_AnimBP_HumanNPC_structs.hpp" +#include "SDK/Face_AnimBP_HumanNPC_classes.hpp" +#include "SDK/BP_FL_CharacterCustomizationHelpers_classes.hpp" +#include "SDK/BP_ExecuteGameActionRequest_classes.hpp" +#include "SDK/BP_GameActionExecutorComponent_classes.hpp" +#include "SDK/BP_MediaPlayer_classes.hpp" +#include "SDK/BP_GameFlowTransitionSystem_classes.hpp" +#include "SDK/BP_LatentAction_WaitForGameflowTransitionFadeOut_classes.hpp" +#include "SDK/WBP_SkillComboPrompt_classes.hpp" +#include "SDK/WBP_QTEContainer_classes.hpp" +#include "SDK/Level_Lumiere_Main_V2_classes.hpp" +#include "SDK/BP_GameAction_Sequential_classes.hpp" +#include "SDK/BP_GameActionInstance_ReplaceCharacter_classes.hpp" +#include "SDK/BP_DataAsset_ProjectConfiguration_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Tom_classes.hpp" +#include "SDK/FL_PlatformSupportHelpers_classes.hpp" +#include "SDK/BP_ConditionChecker_HasAtLeastRelationshipLevel_classes.hpp" +#include "SDK/BP_ConditionChecker_QuestObjectiveStatus_classes.hpp" +#include "SDK/BP_ConditionChecker_AtLeastAmountOfItemTypeInInventory_classes.hpp" +#include "SDK/BP_ConditionChecker_WorldMapCapacity_classes.hpp" +#include "SDK/BP_ConditionChecker_AtLeastAmountOfItemInInventory_classes.hpp" +#include "SDK/ABP_PostProcess_Expeditioners_Female_structs.hpp" +#include "SDK/ABP_PostProcess_Expeditioners_Female_classes.hpp" +#include "SDK/BP_Spline_crowd_classes.hpp" +#include "SDK/BP_LevelAmbienceAreaManager_classes.hpp" +#include "SDK/BP_ConditionChecker_HasCharacterInCollection_classes.hpp" +#include "SDK/BP_ConditionChecker_QuestStatus_classes.hpp" +#include "SDK/BP_World_Audio_Component_classes.hpp" +#include "SDK/BP_Dialogue_Gardens_Maelle_SophieDownThere_classes.hpp" +#include "SDK/BP_GrapplePoint_classes.hpp" +#include "SDK/BP_CameraControllerComponent_classes.hpp" +#include "SDK/BP_AICompanion_TargetPointsComponent_classes.hpp" +#include "SDK/BP_InputContextComponent_classes.hpp" +#include "SDK/WBP_MM_BackupSaveEntry_classes.hpp" +#include "SDK/WBP_TutorialEntry_classes.hpp" +#include "SDK/BP_TutorialViewItem_classes.hpp" +#include "SDK/WBP_TutorialContent_classes.hpp" +#include "SDK/WBP_TutorialCollection_classes.hpp" +#include "SDK/WBP_TutorialHint_classes.hpp" +#include "SDK/BP_TutorialSystemComponent_classes.hpp" +#include "SDK/WBP_BattleWheel_Button_classes.hpp" +#include "SDK/WBP_CommonUI_InvisibleModalInputBlocker_classes.hpp" +#include "SDK/BP_LGUI_UIContainer_BattleWheelRoot_classes.hpp" +#include "SDK/FSkillUnlockDataList_structs.hpp" +#include "SDK/BP_DataAsset_SkillTree_classes.hpp" +#include "SDK/BP_DataAsset_Item_MusicRecord_classes.hpp" +#include "SDK/BP_BattleLookAtComponent_classes.hpp" +#include "SDK/BP_EasyFog_classes.hpp" +#include "SDK/S_BattleLineCandidate_structs.hpp" +#include "SDK/BP_BattleLineGatherer_classes.hpp" +#include "SDK/WBP_HUD_DisplayCharacters_classes.hpp" +#include "SDK/BP_InteractiveMusicSystem_classes.hpp" +#include "SDK/AC_InteractionCheck_classes.hpp" +#include "SDK/BP_AudioCharacter_Manager_classes.hpp" +#include "SDK/BP_FreeAim_classes.hpp" +#include "SDK/WBP_DialogNotifBox_classes.hpp" +#include "SDK/WBP_Tutorial_SquareMask_classes.hpp" +#include "SDK/S_DT_Camp_MainPath_DialoguesAndCutscenes_structs.hpp" +#include "SDK/EFieldShapeType_structs.hpp" +#include "SDK/S_DT_Camp_CharactersSideQuestUnlock_structs.hpp" +#include "SDK/BP_ConditionChecker_UnaryLogicOperators_classes.hpp" +#include "SDK/BP_FluxSurface_Coastline_classes.hpp" +#include "SDK/BE_UnderwaterVisibility_structs.hpp" +#include "SDK/BS_FluxSplashData_structs.hpp" +#include "SDK/BP_FluxSurface_classes.hpp" +#include "SDK/BP_FluxOceanWave_classes.hpp" +#include "SDK/SMBP_HoudiniSquareSelector_classes.hpp" +#include "SDK/BP_FluxMeshGenerator_classes.hpp" +#include "SDK/BP_Spline_Fences_classes.hpp" +#include "SDK/BPI_FluxWorldPainter_classes.hpp" +#include "SDK/BP_LevelSequenceExecutor_SerializableComponent_classes.hpp" +#include "SDK/BP_GameAction_Hint_classes.hpp" +#include "SDK/BP_FluxDataComponent_classes.hpp" +#include "SDK/BP_CharacterSkinBase_Noah_classes.hpp" +#include "SDK/BP_FluxNiagaraActor_classes.hpp" +#include "SDK/BPI_FluxSurface_classes.hpp" +#include "SDK/PDA_FluxSimulationState_classes.hpp" +#include "SDK/BPI_FluxWaveRenderer_classes.hpp" +#include "SDK/BPI_FluxCameraEvents_classes.hpp" +#include "SDK/PDA_FluxWaveProfile_classes.hpp" +#include "SDK/BPI_FluxTickableEditorEvents_classes.hpp" +#include "SDK/BPI_FluxExportData_classes.hpp" +#include "SDK/BP_SkillDataComponent_ChargeMechanic_classes.hpp" +#include "SDK/WBP_SubtitleLine_CS_classes.hpp" +#include "SDK/WBP_Subtitles_classes.hpp" +#include "SDK/metahuman_proc_ControlRig_classes.hpp" +#include "SDK/BP_FL_AnimationHelpers_classes.hpp" +#include "SDK/BP_Cine_Creation_classes.hpp" +#include "SDK/ABP_GameMenu_Characters_Faces_Gustave_structs.hpp" +#include "SDK/ABP_GameMenu_Characters_Faces_Gustave_classes.hpp" +#include "SDK/ABP_Utility_RemoveBoneAnim_structs.hpp" +#include "SDK/ABP_Utility_RemoveBoneAnim_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_HarbourCrowd_Right_classes.hpp" +#include "SDK/ABP_Facial_Cine_Noah_structs.hpp" +#include "SDK/ABP_Facial_Cine_Noah_classes.hpp" +#include "SDK/BP_Cine_Noah_classes.hpp" +#include "SDK/ABP_Noah_NPC_structs.hpp" +#include "SDK/ABP_Noah_NPC_classes.hpp" +#include "SDK/BP_Dialogue_LUAct1_Mime_classes.hpp" +#include "SDK/BP_CharacterFaceBase_Gustave_classes.hpp" +#include "SDK/BP_CharacterSkinBase_Noah_LumiereSuit_classes.hpp" +#include "SDK/BP_Audio_Spline_classes.hpp" +#include "SDK/bp_FogSheet_GOOD_classes.hpp" +#include "SDK/Enum_Fog_Presets_structs.hpp" +#include "SDK/BP_UltraVolumetrics_classes.hpp" +#include "SDK/BP_Audio_Spline_Random_classes.hpp" +#include "SDK/Face_NPCSimple_AnimBP_structs.hpp" +#include "SDK/Face_NPCSimple_AnimBP_classes.hpp" +#include "SDK/BP_FluxInteractionComponent_classes.hpp" +#include "SDK/BP_FluxBuoyancyComponent_classes.hpp" +#include "SDK/BP_Boat_2_classes.hpp" +#include "SDK/BP_Audio_DiegeticMusicWithVolumeController_classes.hpp" +#include "SDK/Interface_Wind_Particle_True_classes.hpp" +#include "SDK/BP_Paticle_wind_settings_classes.hpp" +#include "SDK/BP_GPE_ManorInsideDoor_classes.hpp" +#include "SDK/BP_GPE_ManorFamilyCanvas_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_classes.hpp" +#include "SDK/BP_RotatingMesh_classes.hpp" +#include "SDK/SMBP_BuildingHaussmannG_classes.hpp" +#include "SDK/BP_GameActionInstance_SetQuestObjectiveStatus_classes.hpp" +#include "SDK/BP_GameAction_CinematicWithLightingScenario_classes.hpp" +#include "SDK/BP_GameAction_UnlockWorldMapCapacity_classes.hpp" +#include "SDK/BP_GameAction_CharacterRemoveFromGroup_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_CrowdRight_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_1_Tristan_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_FlowersRemaining_classes.hpp" +#include "SDK/BP_GameAction_AddItemToInventory_classes.hpp" +#include "SDK/BP_jRPG_NPC_Dialog_Human_classes.hpp" +#include "SDK/BP_jRPG_NPC_Dialog_NPCLumiere_Citizen1_classes.hpp" +#include "SDK/BP_GameAction_SetCharacterCustomization_classes.hpp" +#include "SDK/BP_GameActionInstance_SetCharacterCustomization_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Harbour_GommageStarts_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Female_1_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Male_2_Mathou_classes.hpp" +#include "SDK/FS_MasterField_classes.hpp" +#include "SDK/BP_MasterField_DestructibleProps_FreeAimHit_classes.hpp" +#include "SDK/BP_EnviroDestructible_Barrel_Parent_classes.hpp" +#include "SDK/BP_EnviroDestructible_Barrel_C_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_C_Var1_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_3_Michel_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_2_Nicho_classes.hpp" +#include "SDK/BP_EnviroDestructible_Crate_C_Var2_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_HarbourCrowd_Left_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Florian_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Florian_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Harbour_Main_classes.hpp" +#include "SDK/BP_Dialogue_MainPlaza_Trashcan_useless_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_Main_classes.hpp" +#include "SDK/ABP_PostProcess_Hair_MAELLE_Ponytail_structs.hpp" +#include "SDK/ABP_PostProcess_Hair_MAELLE_Ponytail_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Trashcan_Useless_classes.hpp" +#include "SDK/BP_DialogueCamp_Empty_classes.hpp" +#include "SDK/BP_Character_Camp_Main_classes.hpp" +#include "SDK/BP_Dialogue_Plazza_MaelleAndSophie_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_1_Mathilde_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Maxime_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Maxime_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Adult_Male_1_Thibault_classes.hpp" +#include "SDK/BP_GameActionInstance_LoadLevel_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_2_Amandine_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Teen_Female_2_Amandine_Flowers_classes.hpp" +#include "SDK/ABP_Lune_NPC_structs.hpp" +#include "SDK/ABP_Lune_NPC_classes.hpp" +#include "SDK/BP_NPCs_Lumiere_Children_Male_1_classes.hpp" +#include "SDK/BP_Dialogue_MainPlaza_Trashcan_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty_Trashcan_classes.hpp" +#include "SDK/ABP_PostProcess_HairVar_MAELLE_DoubleBraided_structs.hpp" +#include "SDK/ABP_PostProcess_HairVar_MAELLE_DoubleBraided_classes.hpp" +#include "SDK/ABP_Maelle_Hair_ActeIII_Attach_structs.hpp" +#include "SDK/ABP_Maelle_Hair_ActeIII_Attach_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Alan_classes.hpp" +#include "SDK/BP_Dialogue_WayDown_ExpeditionRecruiters_classes.hpp" +#include "SDK/BP_Dialogue_WayDown_FlowerMarket_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_ExpFestival_Raphael_classes.hpp" +#include "SDK/BP_Dialogue_Lumiere_WalkAct1_FlowerSeller_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Ophelie_classes.hpp" +#include "SDK/ABP_PostProcess_Expeditioners_Male_structs.hpp" +#include "SDK/ABP_PostProcess_Expeditioners_Male_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Expeditioner_Catherine_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Expeditioner_Alan_classes.hpp" +#include "SDK/BP_Dialogue_Harbour_HotelLove_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Puru_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Veronica_classes.hpp" +#include "SDK/BP_JRPG_NPC_Dialog_NPC_Lumiere_Richard_classes.hpp" +#include "SDK/BP_NPC_Dialogue_Empty3_Furniture_classes.hpp" +#include "SDK/BP_GameAction_PlayInworldDialogue_classes.hpp" +#include "SDK/BP_GameActionInstance_ForceNPCDialogue_classes.hpp" +#include "SDK/BP_GameActionInstance_GPEActivation_classes.hpp" +#include "SDK/BP_GameAction_GPEActivation_classes.hpp" +#include "SDK/BP_GameActionInstance_MultiGameAction_classes.hpp" +#include "SDK/BP_GameAction_MultiGameAction_classes.hpp" +#include "SDK/BP_Character_Camp_Maelle_CivilianIntroSkin_LumiereIntro_classes.hpp" +#include "SDK/BP_GameActionInstance_PlayCharacterAnimation_classes.hpp" +#include "SDK/BP_Character_MaelleIntroRun_classes.hpp" +#include "SDK/BP_Dialogue_Gardens_Maelle_FirstDuel_classes.hpp" +#include "SDK/AN_NPC_MaelleGrapplingHook_classes.hpp" +#include "SDK/BP_GameActionInstance_CharacterJoinGroup_classes.hpp" +#include "SDK/BP_GameAction_CharacterJoinGroup_classes.hpp" +#include "SDK/BP_GameAction_SetCurrentParty_classes.hpp" +#include "SDK/BP_GameActionInstance_ActivateExplorationControlBusMix_classes.hpp" +#include "SDK/BP_GameAction_ActivateExplorationControlBusMix_classes.hpp" +#include "SDK/BP_GameAction_DeactivateExplorationControlBusMix_classes.hpp" diff --git a/ClairObscur/UnrealContainers.hpp b/ClairObscur/UnrealContainers.hpp new file mode 100644 index 0000000..4874083 --- /dev/null +++ b/ClairObscur/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/ClairObscur/UtfN.hpp b/ClairObscur/UtfN.hpp new file mode 100644 index 0000000..0feb7d7 --- /dev/null +++ b/ClairObscur/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